diff --git a/OAT.xml b/OAT.xml index c72788ac93f6427d06e8ad04814670b7add779d5..3a4fa6e0923659b45e2b5f92a01ceadf1d83d900 100644 --- a/OAT.xml +++ b/OAT.xml @@ -73,21 +73,29 @@ + - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/ohos/flutter_archive/.gitignore b/ohos/flutter_archive/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..24476c5d1eb55824c76d8b01a3965f94abad1ef8 --- /dev/null +++ b/ohos/flutter_archive/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ +migrate_working_dir/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +**/doc/api/ +**/ios/Flutter/.last_build_id +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Android Studio will place build artifacts here +/android/app/debug +/android/app/profile +/android/app/release diff --git a/ohos/flutter_archive/.metadata b/ohos/flutter_archive/.metadata new file mode 100644 index 0000000000000000000000000000000000000000..21aaa31265afe21b6d0d499f19116821a5f96444 --- /dev/null +++ b/ohos/flutter_archive/.metadata @@ -0,0 +1,43 @@ +# Copyright (c) 2023 Huawei Device Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# This file tracks properties of this Flutter project. +# Used by Flutter tool to assess capabilities and perform upgrades etc. +# +# This file should be version controlled. + +version: + revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + channel: master + +project_type: app + +# Tracks metadata for the flutter migrate command +migration: + platforms: + - platform: root + create_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + base_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + - platform: ohos + create_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + base_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + + # User provided section + + # List of Local paths (relative to this file) that should be + # ignored by the migrate tool. + # + # Files that are not part of the templates will be ignored by default. + unmanaged_files: + - 'lib/main.dart' + - 'ios/Runner.xcodeproj/project.pbxproj' diff --git a/ohos/flutter_archive/README.md b/ohos/flutter_archive/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/ohos/flutter_archive/analysis_options.yaml b/ohos/flutter_archive/analysis_options.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0d67efd1235b8da52566e2a82c7e7e797ec0692d --- /dev/null +++ b/ohos/flutter_archive/analysis_options.yaml @@ -0,0 +1,43 @@ +# +# Copyright (c) 2023 Huawei Device Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# This file configures the analyzer, which statically analyzes Dart code to +# check for errors, warnings, and lints. +# +# The issues identified by the analyzer are surfaced in the UI of Dart-enabled +# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be +# invoked from the command line by running `flutter analyze`. + +# The following line activates a set of recommended lints for Flutter apps, +# packages, and plugins designed to encourage good coding practices. +include: package:flutter_lints/flutter.yaml + +linter: + # The lint rules applied to this project can be customized in the + # section below to disable rules from the `package:flutter_lints/flutter.yaml` + # included above or to enable additional rules. A list of all available lints + # and their documentation is published at + # https://dart-lang.github.io/linter/lints/index.html. + # + # Instead of disabling a lint rule for the entire project in the + # section below, it can also be suppressed for a single line of code + # or a specific dart file by using the `// ignore: name_of_lint` and + # `// ignore_for_file: name_of_lint` syntax on the line or in the file + # producing the lint. + rules: + # avoid_print: false # Uncomment to disable the `avoid_print` rule + # prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule + +# Additional information about this file can be found at +# https://dart.dev/guides/language/analysis-options diff --git a/ohos/flutter_archive/assets/res/a.txt.gz b/ohos/flutter_archive/assets/res/a.txt.gz new file mode 100644 index 0000000000000000000000000000000000000000..6f33d717793b312d1578e5af115cc291573e854c Binary files /dev/null and b/ohos/flutter_archive/assets/res/a.txt.gz differ diff --git a/ohos/flutter_archive/assets/res/bzip2/test.bz2 b/ohos/flutter_archive/assets/res/bzip2/test.bz2 new file mode 100644 index 0000000000000000000000000000000000000000..41f3fbf29399c1d331c019f99466ab6da344619f Binary files /dev/null and b/ohos/flutter_archive/assets/res/bzip2/test.bz2 differ diff --git a/ohos/flutter_archive/assets/res/cat.jpg b/ohos/flutter_archive/assets/res/cat.jpg new file mode 100644 index 0000000000000000000000000000000000000000..763e22cde718fc8e50cba104d5c826558e334022 Binary files /dev/null and b/ohos/flutter_archive/assets/res/cat.jpg differ diff --git a/ohos/flutter_archive/assets/res/cat.jpg.gz b/ohos/flutter_archive/assets/res/cat.jpg.gz new file mode 100644 index 0000000000000000000000000000000000000000..d54e97277279d737d8d8e77c09ae33ea851e2d1b Binary files /dev/null and b/ohos/flutter_archive/assets/res/cat.jpg.gz differ diff --git a/ohos/flutter_archive/assets/res/emptyfile.txt b/ohos/flutter_archive/assets/res/emptyfile.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/ohos/flutter_archive/assets/res/example.tar b/ohos/flutter_archive/assets/res/example.tar new file mode 100644 index 0000000000000000000000000000000000000000..99ad4b415801a1d1a67d5c3824d95cf8f7c1324a Binary files /dev/null and b/ohos/flutter_archive/assets/res/example.tar differ diff --git a/ohos/flutter_archive/assets/res/inflate/data.bin b/ohos/flutter_archive/assets/res/inflate/data.bin new file mode 100644 index 0000000000000000000000000000000000000000..3ae74c21eb153813f18766a4b7f9051a6f167512 Binary files /dev/null and b/ohos/flutter_archive/assets/res/inflate/data.bin differ diff --git a/ohos/flutter_archive/assets/res/tar/gnu.tar b/ohos/flutter_archive/assets/res/tar/gnu.tar new file mode 100644 index 0000000000000000000000000000000000000000..fc899dc8dc2ad9952f5c5f67a0c76ca2d87249e9 Binary files /dev/null and b/ohos/flutter_archive/assets/res/tar/gnu.tar differ diff --git a/ohos/flutter_archive/assets/res/tar/nil-uid.tar b/ohos/flutter_archive/assets/res/tar/nil-uid.tar new file mode 100644 index 0000000000000000000000000000000000000000..cc9cfaa33cc5de0a28b4183c1705d801f788c96a Binary files /dev/null and b/ohos/flutter_archive/assets/res/tar/nil-uid.tar differ diff --git a/ohos/flutter_archive/assets/res/tar/pax.tar b/ohos/flutter_archive/assets/res/tar/pax.tar new file mode 100644 index 0000000000000000000000000000000000000000..9bc24b6587d726c7fca4e533d9c61a3801a34688 Binary files /dev/null and b/ohos/flutter_archive/assets/res/tar/pax.tar differ diff --git a/ohos/flutter_archive/assets/res/tar/small.txt b/ohos/flutter_archive/assets/res/tar/small.txt new file mode 100644 index 0000000000000000000000000000000000000000..b249bfc518a8c96f83747c9fde1ad3529fa3672d --- /dev/null +++ b/ohos/flutter_archive/assets/res/tar/small.txt @@ -0,0 +1 @@ +Kilts \ No newline at end of file diff --git a/ohos/flutter_archive/assets/res/tar/small2.txt b/ohos/flutter_archive/assets/res/tar/small2.txt new file mode 100644 index 0000000000000000000000000000000000000000..394ee3ecd0edf3e17799ced62c774d17c1e57d31 --- /dev/null +++ b/ohos/flutter_archive/assets/res/tar/small2.txt @@ -0,0 +1 @@ +Google.com diff --git a/ohos/flutter_archive/assets/res/tar/star.tar b/ohos/flutter_archive/assets/res/tar/star.tar new file mode 100644 index 0000000000000000000000000000000000000000..59e2d4e604611eeac3e2a0f3d6f71d2623c50449 Binary files /dev/null and b/ohos/flutter_archive/assets/res/tar/star.tar differ diff --git a/ohos/flutter_archive/assets/res/tar/symlink_tar.tar b/ohos/flutter_archive/assets/res/tar/symlink_tar.tar new file mode 100644 index 0000000000000000000000000000000000000000..b2c5aa8ade384578e99951fcf66344da01fa7fe5 Binary files /dev/null and b/ohos/flutter_archive/assets/res/tar/symlink_tar.tar differ diff --git a/ohos/flutter_archive/assets/res/tar/ustar.tar b/ohos/flutter_archive/assets/res/tar/ustar.tar new file mode 100644 index 0000000000000000000000000000000000000000..29679d9a305fc0293f31212541335af824ab32c7 Binary files /dev/null and b/ohos/flutter_archive/assets/res/tar/ustar.tar differ diff --git a/ohos/flutter_archive/assets/res/tar/v7.tar b/ohos/flutter_archive/assets/res/tar/v7.tar new file mode 100644 index 0000000000000000000000000000000000000000..eb65fc9410721efd98cb7c5e274f547ec530252d Binary files /dev/null and b/ohos/flutter_archive/assets/res/tar/v7.tar differ diff --git a/ohos/flutter_archive/assets/res/tar/writer-big.tar b/ohos/flutter_archive/assets/res/tar/writer-big.tar new file mode 100644 index 0000000000000000000000000000000000000000..753e883cebf52ac1291f1b7bf1b7a37ae517b2d9 Binary files /dev/null and b/ohos/flutter_archive/assets/res/tar/writer-big.tar differ diff --git a/ohos/flutter_archive/assets/res/tar/writer.tar b/ohos/flutter_archive/assets/res/tar/writer.tar new file mode 100644 index 0000000000000000000000000000000000000000..e6d816ad0775d56d09242d6f5d1dbe56af310a32 Binary files /dev/null and b/ohos/flutter_archive/assets/res/tar/writer.tar differ diff --git a/ohos/flutter_archive/assets/res/tar/x.tar b/ohos/flutter_archive/assets/res/tar/x.tar new file mode 100644 index 0000000000000000000000000000000000000000..001d807bcab4736a20eac5569ba3962b6614a1a2 Binary files /dev/null and b/ohos/flutter_archive/assets/res/tar/x.tar differ diff --git a/ohos/flutter_archive/assets/res/tarurls.txt b/ohos/flutter_archive/assets/res/tarurls.txt new file mode 100644 index 0000000000000000000000000000000000000000..f9201fa297d5611fb25714512b4cf808343b352b --- /dev/null +++ b/ohos/flutter_archive/assets/res/tarurls.txt @@ -0,0 +1,122 @@ +https://storage.googleapis.com/pub-packages/packages/atlassian_connect_shelf-0.11.8.tar.gz +https://storage.googleapis.com/pub-packages/packages/atlassian_connect_shelf-0.11.9.tar.gz +https://storage.googleapis.com/pub-packages/packages/aws_policy_expander_minimizer-0.0.1.tar.gz +https://storage.googleapis.com/pub-packages/packages/aws_policy_expander_minimizer-0.0.2.tar.gz +https://storage.googleapis.com/pub-packages/packages/aws_policy_expander_minimizer-0.0.3.tar.gz +https://storage.googleapis.com/pub-packages/packages/code_builder-1.0.0-beta+4.tar.gz +https://storage.googleapis.com/pub-packages/packages/dartrpc-0.3.1.tar.gz +https://storage.googleapis.com/pub-packages/packages/dartrpc-0.3.2.tar.gz +https://storage.googleapis.com/pub-packages/packages/dartrs-0.5.0.tar.gz +https://storage.googleapis.com/pub-packages/packages/dartrs-0.5.1.tar.gz +https://storage.googleapis.com/pub-packages/packages/dartrs-0.6.0.tar.gz +https://storage.googleapis.com/pub-packages/packages/dartrs-0.6.1.tar.gz +https://storage.googleapis.com/pub-packages/packages/dartrs-0.6.2.tar.gz +https://storage.googleapis.com/pub-packages/packages/dherkin-0.2.0.tar.gz +https://storage.googleapis.com/pub-packages/packages/dorm-0.1.2.tar.gz +https://storage.googleapis.com/pub-packages/packages/dorm-0.1.3.tar.gz +https://storage.googleapis.com/pub-packages/packages/dorm-0.1.4.tar.gz +https://storage.googleapis.com/pub-packages/packages/dorm-0.1.5.tar.gz +https://storage.googleapis.com/pub-packages/packages/dorm-0.1.6.tar.gz +https://storage.googleapis.com/pub-packages/packages/dorm-0.1.7.tar.gz +https://storage.googleapis.com/pub-packages/packages/dorm-0.1.8.tar.gz +https://storage.googleapis.com/pub-packages/packages/dorm-0.1.9.tar.gz +https://storage.googleapis.com/pub-packages/packages/dorm-0.2.0.tar.gz +https://storage.googleapis.com/pub-packages/packages/dorm-0.2.1.tar.gz +https://storage.googleapis.com/pub-packages/packages/dorm-0.2.2.tar.gz +https://storage.googleapis.com/pub-packages/packages/dorm-0.2.3.tar.gz +https://storage.googleapis.com/pub-packages/packages/dorm-0.2.4.tar.gz +https://storage.googleapis.com/pub-packages/packages/dorm-0.2.5.tar.gz +https://storage.googleapis.com/pub-packages/packages/dorm-0.2.6.tar.gz +https://storage.googleapis.com/pub-packages/packages/dorm-0.2.7.tar.gz +https://storage.googleapis.com/pub-packages/packages/dorm-0.2.8.tar.gz +https://storage.googleapis.com/pub-packages/packages/dorm-0.2.9.tar.gz +https://storage.googleapis.com/pub-packages/packages/dorm-0.3.0.tar.gz +https://storage.googleapis.com/pub-packages/packages/dorm-0.3.1.tar.gz +https://storage.googleapis.com/pub-packages/packages/dorm-0.3.2.tar.gz +https://storage.googleapis.com/pub-packages/packages/dorm-0.3.3.tar.gz +https://storage.googleapis.com/pub-packages/packages/dorm-0.3.4.tar.gz +https://storage.googleapis.com/pub-packages/packages/dorm-0.3.5.tar.gz +https://storage.googleapis.com/pub-packages/packages/dorm-0.3.6.tar.gz +https://storage.googleapis.com/pub-packages/packages/dorm-0.3.7.tar.gz +https://storage.googleapis.com/pub-packages/packages/dorm-0.3.8.tar.gz +https://storage.googleapis.com/pub-packages/packages/embla-0.1.0.tar.gz +https://storage.googleapis.com/pub-packages/packages/embla-0.1.1.tar.gz +https://storage.googleapis.com/pub-packages/packages/embla-0.1.10.tar.gz +https://storage.googleapis.com/pub-packages/packages/embla-0.1.11.tar.gz +https://storage.googleapis.com/pub-packages/packages/embla-0.1.12.tar.gz +https://storage.googleapis.com/pub-packages/packages/embla-0.1.13.tar.gz +https://storage.googleapis.com/pub-packages/packages/embla-0.1.2.tar.gz +https://storage.googleapis.com/pub-packages/packages/embla-0.1.3.tar.gz +https://storage.googleapis.com/pub-packages/packages/embla-0.1.4.tar.gz +https://storage.googleapis.com/pub-packages/packages/embla-0.1.6.tar.gz +https://storage.googleapis.com/pub-packages/packages/embla-0.1.7.tar.gz +https://storage.googleapis.com/pub-packages/packages/embla-0.1.8.tar.gz +https://storage.googleapis.com/pub-packages/packages/embla-0.1.9.tar.gz +https://storage.googleapis.com/pub-packages/packages/embla-0.2.0.tar.gz +https://storage.googleapis.com/pub-packages/packages/embla-0.2.1.tar.gz +https://storage.googleapis.com/pub-packages/packages/embla-0.2.2.tar.gz +https://storage.googleapis.com/pub-packages/packages/embla-0.2.3.tar.gz +https://storage.googleapis.com/pub-packages/packages/embla_templates-0.1.1.tar.gz +https://storage.googleapis.com/pub-packages/packages/embla_templates-0.1.2.tar.gz +https://storage.googleapis.com/pub-packages/packages/embla_templates-0.1.3.tar.gz +https://storage.googleapis.com/pub-packages/packages/embla_templates-0.1.4.tar.gz +https://storage.googleapis.com/pub-packages/packages/embla_templates-0.1.5.tar.gz +https://storage.googleapis.com/pub-packages/packages/embla_trestle-0.1.0.tar.gz +https://storage.googleapis.com/pub-packages/packages/embla_trestle-0.1.1.tar.gz +https://storage.googleapis.com/pub-packages/packages/embla_trestle-0.1.2.tar.gz +https://storage.googleapis.com/pub-packages/packages/embla_trestle-0.2.0.tar.gz +https://storage.googleapis.com/pub-packages/packages/embla_trestle-0.3.0.tar.gz +https://storage.googleapis.com/pub-packages/packages/fed-0.1.0.tar.gz +https://storage.googleapis.com/pub-packages/packages/gcloud-0.1.4+1.tar.gz +https://storage.googleapis.com/pub-packages/packages/god_engine-0.1.1.tar.gz +https://storage.googleapis.com/pub-packages/packages/logfmt-0.1.0.tar.gz +https://storage.googleapis.com/pub-packages/packages/logfmt-0.2.0.tar.gz +https://storage.googleapis.com/pub-packages/packages/logfmt-0.2.1.tar.gz +https://storage.googleapis.com/pub-packages/packages/logfmt-0.3.0.tar.gz +https://storage.googleapis.com/pub-packages/packages/logfmt-0.4.0.tar.gz +https://storage.googleapis.com/pub-packages/packages/logfmt-0.4.1.tar.gz +https://storage.googleapis.com/pub-packages/packages/lost_dart-0.4.0+1.tar.gz +https://storage.googleapis.com/pub-packages/packages/lost_dart-0.4.0+3.tar.gz +https://storage.googleapis.com/pub-packages/packages/lost_dart-0.4.0+4.tar.gz +https://storage.googleapis.com/pub-packages/packages/lost_dart-0.4.0+5.tar.gz +https://storage.googleapis.com/pub-packages/packages/lost_dart-0.4.0+6.tar.gz +https://storage.googleapis.com/pub-packages/packages/lost_dart-0.4.0+7.tar.gz +https://storage.googleapis.com/pub-packages/packages/lost_dart-0.4.0+m3.tar.gz +https://storage.googleapis.com/pub-packages/packages/lost_dart-0.4.0.tar.gz +https://storage.googleapis.com/pub-packages/packages/lost_dart-0.4.10.tar.gz +https://storage.googleapis.com/pub-packages/packages/lost_dart-0.4.11.tar.gz +https://storage.googleapis.com/pub-packages/packages/lost_dart-0.4.12.tar.gz +https://storage.googleapis.com/pub-packages/packages/lost_dart-0.4.13.tar.gz +https://storage.googleapis.com/pub-packages/packages/lost_dart-0.4.2.tar.gz +https://storage.googleapis.com/pub-packages/packages/lost_dart-0.4.3.tar.gz +https://storage.googleapis.com/pub-packages/packages/lost_dart-0.4.4.tar.gz +https://storage.googleapis.com/pub-packages/packages/lost_dart-0.4.5.tar.gz +https://storage.googleapis.com/pub-packages/packages/lost_dart-0.4.6.tar.gz +https://storage.googleapis.com/pub-packages/packages/lost_dart-0.4.7.tar.gz +https://storage.googleapis.com/pub-packages/packages/lost_dart-0.4.8.tar.gz +https://storage.googleapis.com/pub-packages/packages/lost_dart-0.4.9.tar.gz +https://storage.googleapis.com/pub-packages/packages/lost_dart-0.5.0.tar.gz +https://storage.googleapis.com/pub-packages/packages/lost_dart-0.5.1.tar.gz +https://storage.googleapis.com/pub-packages/packages/lost_dart-0.5.2.tar.gz +https://storage.googleapis.com/pub-packages/packages/lost_dart-0.5.3.tar.gz +https://storage.googleapis.com/pub-packages/packages/lost_dart-0.5.4.tar.gz +https://storage.googleapis.com/pub-packages/packages/puremvc-2.0.6.tar.gz +https://storage.googleapis.com/pub-packages/packages/semantic_for_pub-1.12.2+1.tar.gz +https://storage.googleapis.com/pub-packages/packages/semantic_for_pub-1.12.2.tar.gz +https://storage.googleapis.com/pub-packages/packages/shared_textarea-0.0.0.tar.gz +https://storage.googleapis.com/pub-packages/packages/sudoku-0.1.0.tar.gz +https://storage.googleapis.com/pub-packages/packages/sudoku-0.1.1.tar.gz +https://storage.googleapis.com/pub-packages/packages/sudoku-0.1.2.tar.gz +https://storage.googleapis.com/pub-packages/packages/template_cache-0.1.1.tar.gz +https://storage.googleapis.com/pub-packages/packages/trestle-0.10.0.tar.gz +https://storage.googleapis.com/pub-packages/packages/trestle-0.11.1.tar.gz +https://storage.googleapis.com/pub-packages/packages/trestle-0.7.0.tar.gz +https://storage.googleapis.com/pub-packages/packages/trestle-0.8.0.tar.gz +https://storage.googleapis.com/pub-packages/packages/trestle-0.9.0.tar.gz +https://storage.googleapis.com/pub-packages/packages/tw_pub_proxy_server-0.0.1.tar.gz +https://storage.googleapis.com/pub-packages/packages/tw_pub_proxy_server-0.0.2.tar.gz +https://storage.googleapis.com/pub-packages/packages/tw_pub_proxy_server-0.0.5.tar.gz +https://storage.googleapis.com/pub-packages/packages/web_server-2.0.0+1.tar.gz +https://storage.googleapis.com/pub-packages/packages/web_server-2.0.0+2.tar.gz +https://storage.googleapis.com/pub-packages/packages/web_server-2.0.0+3.tar.gz +https://storage.googleapis.com/pub-packages/packages/web_server-2.0.0.tar.gz diff --git a/ohos/flutter_archive/assets/res/test.tar b/ohos/flutter_archive/assets/res/test.tar new file mode 100644 index 0000000000000000000000000000000000000000..4381ec5efd0faf95aed7b2fad0a87a96ef59aedc Binary files /dev/null and b/ohos/flutter_archive/assets/res/test.tar differ diff --git a/ohos/flutter_archive/assets/res/test.zip b/ohos/flutter_archive/assets/res/test.zip new file mode 100644 index 0000000000000000000000000000000000000000..b12545092c5af46ad46e731581bff50a36615c21 Binary files /dev/null and b/ohos/flutter_archive/assets/res/test.zip differ diff --git a/ohos/flutter_archive/assets/res/test2.tar b/ohos/flutter_archive/assets/res/test2.tar new file mode 100644 index 0000000000000000000000000000000000000000..6d50fd89c4ff11a858eaa78764e1aeb9e1939b9e Binary files /dev/null and b/ohos/flutter_archive/assets/res/test2.tar differ diff --git a/ohos/flutter_archive/assets/res/test2.tar.bz2 b/ohos/flutter_archive/assets/res/test2.tar.bz2 new file mode 100644 index 0000000000000000000000000000000000000000..fe166f6cb054faac5753031cb56e66457b37131b Binary files /dev/null and b/ohos/flutter_archive/assets/res/test2.tar.bz2 differ diff --git a/ohos/flutter_archive/assets/res/test2.tar.gz b/ohos/flutter_archive/assets/res/test2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..91cf6f11e7073ca68dad7588187df3c22b1f58ef Binary files /dev/null and b/ohos/flutter_archive/assets/res/test2.tar.gz differ diff --git a/ohos/flutter_archive/assets/res/test2.zip b/ohos/flutter_archive/assets/res/test2.zip new file mode 100644 index 0000000000000000000000000000000000000000..ef5b646fbdcdcff976e3e424f45371b26b354fb0 Binary files /dev/null and b/ohos/flutter_archive/assets/res/test2.zip differ diff --git a/ohos/flutter_archive/assets/res/test2/test.txt b/ohos/flutter_archive/assets/res/test2/test.txt new file mode 100644 index 0000000000000000000000000000000000000000..f2ba8f84ab5c1bce84a7b441cb1959cfc7093b7f --- /dev/null +++ b/ohos/flutter_archive/assets/res/test2/test.txt @@ -0,0 +1 @@ +abc \ No newline at end of file diff --git a/ohos/flutter_archive/assets/res/test2/test/test.txt b/ohos/flutter_archive/assets/res/test2/test/test.txt new file mode 100644 index 0000000000000000000000000000000000000000..0c003832e7bfa9ca8b5c2035c9bd684a5f2623bc --- /dev/null +++ b/ohos/flutter_archive/assets/res/test2/test/test.txt @@ -0,0 +1 @@ +def \ No newline at end of file diff --git a/ohos/flutter_archive/assets/res/xz/cat.jpg.xz b/ohos/flutter_archive/assets/res/xz/cat.jpg.xz new file mode 100644 index 0000000000000000000000000000000000000000..5b8e0064c06098dc0732b29858413c91329b648e Binary files /dev/null and b/ohos/flutter_archive/assets/res/xz/cat.jpg.xz differ diff --git a/ohos/flutter_archive/assets/res/xz/crc32.xz b/ohos/flutter_archive/assets/res/xz/crc32.xz new file mode 100644 index 0000000000000000000000000000000000000000..f6ead754c46c42fc857b2cfa79869e4ce657d90e Binary files /dev/null and b/ohos/flutter_archive/assets/res/xz/crc32.xz differ diff --git a/ohos/flutter_archive/assets/res/xz/crc64.xz b/ohos/flutter_archive/assets/res/xz/crc64.xz new file mode 100644 index 0000000000000000000000000000000000000000..25594123fece5d608e4735755b6061312e9f7d05 Binary files /dev/null and b/ohos/flutter_archive/assets/res/xz/crc64.xz differ diff --git a/ohos/flutter_archive/assets/res/xz/empty.xz b/ohos/flutter_archive/assets/res/xz/empty.xz new file mode 100644 index 0000000000000000000000000000000000000000..ea28d9e05f69d458ccfaf4aa985d30d366bfbc25 Binary files /dev/null and b/ohos/flutter_archive/assets/res/xz/empty.xz differ diff --git a/ohos/flutter_archive/assets/res/xz/expected/good-1-lzma2-1 b/ohos/flutter_archive/assets/res/xz/expected/good-1-lzma2-1 new file mode 100644 index 0000000000000000000000000000000000000000..14814b1d2f7f081726c833f9a4d216f552900c62 --- /dev/null +++ b/ohos/flutter_archive/assets/res/xz/expected/good-1-lzma2-1 @@ -0,0 +1,10 @@ +Lorem ipsum dolor sit amet, consectetur adipisicing +elit, sed do eiusmod tempor incididunt ut +labore et dolore magna aliqua. Ut enim +ad minim veniam, quis nostrud exercitation ullamco +laboris nisi ut aliquip ex ea commodo +consequat. Duis aute irure dolor in reprehenderit +in voluptate velit esse cillum dolore eu +fugiat nulla pariatur. Excepteur sint occaecat cupidatat +non proident, sunt in culpa qui officia +deserunt mollit anim id est laborum. diff --git a/ohos/flutter_archive/assets/res/xz/good-1-lzma2-1.xz b/ohos/flutter_archive/assets/res/xz/good-1-lzma2-1.xz new file mode 100644 index 0000000000000000000000000000000000000000..d8d6489c872156e67ba5efb74bb5215524017c90 Binary files /dev/null and b/ohos/flutter_archive/assets/res/xz/good-1-lzma2-1.xz differ diff --git a/ohos/flutter_archive/assets/res/xz/hello-hello-hello.xz b/ohos/flutter_archive/assets/res/xz/hello-hello-hello.xz new file mode 100644 index 0000000000000000000000000000000000000000..fb45a47e2381d94b21ec368a14adf5194be77f53 Binary files /dev/null and b/ohos/flutter_archive/assets/res/xz/hello-hello-hello.xz differ diff --git a/ohos/flutter_archive/assets/res/xz/hello.xz b/ohos/flutter_archive/assets/res/xz/hello.xz new file mode 100644 index 0000000000000000000000000000000000000000..25594123fece5d608e4735755b6061312e9f7d05 Binary files /dev/null and b/ohos/flutter_archive/assets/res/xz/hello.xz differ diff --git a/ohos/flutter_archive/assets/res/xz/nocheck.xz b/ohos/flutter_archive/assets/res/xz/nocheck.xz new file mode 100644 index 0000000000000000000000000000000000000000..95d310de8ec5d75fc63b3a6d8495f122d7aa671b Binary files /dev/null and b/ohos/flutter_archive/assets/res/xz/nocheck.xz differ diff --git a/ohos/flutter_archive/assets/res/xz/sha256.xz b/ohos/flutter_archive/assets/res/xz/sha256.xz new file mode 100644 index 0000000000000000000000000000000000000000..398c5ed5eedeea8de3823ef40d244203d7c1c346 Binary files /dev/null and b/ohos/flutter_archive/assets/res/xz/sha256.xz differ diff --git a/ohos/flutter_archive/assets/res/zip/aes256.zip b/ohos/flutter_archive/assets/res/zip/aes256.zip new file mode 100644 index 0000000000000000000000000000000000000000..77971086c4902a82885d6b6cb17227b81e34313f Binary files /dev/null and b/ohos/flutter_archive/assets/res/zip/aes256.zip differ diff --git a/ohos/flutter_archive/assets/res/zip/android-javadoc.zip b/ohos/flutter_archive/assets/res/zip/android-javadoc.zip new file mode 100644 index 0000000000000000000000000000000000000000..e5a90fdd5a5ff80889333d4aa65ddd5b034c7a6d Binary files /dev/null and b/ohos/flutter_archive/assets/res/zip/android-javadoc.zip differ diff --git a/ohos/flutter_archive/assets/res/zip/crc32-not-streamed.zip b/ohos/flutter_archive/assets/res/zip/crc32-not-streamed.zip new file mode 100644 index 0000000000000000000000000000000000000000..f268d88732f837723525285c0922231d9c3fcb46 Binary files /dev/null and b/ohos/flutter_archive/assets/res/zip/crc32-not-streamed.zip differ diff --git a/ohos/flutter_archive/assets/res/zip/dd.zip b/ohos/flutter_archive/assets/res/zip/dd.zip new file mode 100644 index 0000000000000000000000000000000000000000..e53378b0b0e56203a08c139b83c67a9b918c0b81 Binary files /dev/null and b/ohos/flutter_archive/assets/res/zip/dd.zip differ diff --git a/ohos/flutter_archive/assets/res/zip/go-no-datadesc-sig.zip b/ohos/flutter_archive/assets/res/zip/go-no-datadesc-sig.zip new file mode 100644 index 0000000000000000000000000000000000000000..c3d593f44f988ab96b59549096903a5c7f7a10d2 Binary files /dev/null and b/ohos/flutter_archive/assets/res/zip/go-no-datadesc-sig.zip differ diff --git a/ohos/flutter_archive/assets/res/zip/go-with-datadesc-sig.zip b/ohos/flutter_archive/assets/res/zip/go-with-datadesc-sig.zip new file mode 100644 index 0000000000000000000000000000000000000000..bcfe121bb63c79be6849ca64589feea612015512 Binary files /dev/null and b/ohos/flutter_archive/assets/res/zip/go-with-datadesc-sig.zip differ diff --git a/ohos/flutter_archive/assets/res/zip/gophercolor16x16.png b/ohos/flutter_archive/assets/res/zip/gophercolor16x16.png new file mode 100644 index 0000000000000000000000000000000000000000..48854ff3b7225c8b4e8aa8a25754e1d0b7c77b6e Binary files /dev/null and b/ohos/flutter_archive/assets/res/zip/gophercolor16x16.png differ diff --git a/ohos/flutter_archive/assets/res/zip/hello.txt b/ohos/flutter_archive/assets/res/zip/hello.txt new file mode 100644 index 0000000000000000000000000000000000000000..95d09f2b10159347eece71399a7e2e907ea3df4f --- /dev/null +++ b/ohos/flutter_archive/assets/res/zip/hello.txt @@ -0,0 +1 @@ +hello world \ No newline at end of file diff --git a/ohos/flutter_archive/assets/res/zip/password_zipcrypto.zip b/ohos/flutter_archive/assets/res/zip/password_zipcrypto.zip new file mode 100644 index 0000000000000000000000000000000000000000..cd24c15b78bc8a80a3055e1ebf931098b3e4d6fd Binary files /dev/null and b/ohos/flutter_archive/assets/res/zip/password_zipcrypto.zip differ diff --git a/ohos/flutter_archive/assets/res/zip/readme.notzip b/ohos/flutter_archive/assets/res/zip/readme.notzip new file mode 100644 index 0000000000000000000000000000000000000000..06668c4c1c01901d5738e9583cacb5671a19130b Binary files /dev/null and b/ohos/flutter_archive/assets/res/zip/readme.notzip differ diff --git a/ohos/flutter_archive/assets/res/zip/readme.zip b/ohos/flutter_archive/assets/res/zip/readme.zip new file mode 100644 index 0000000000000000000000000000000000000000..db3bb900e4e9f30bafa25fec963df4dba21a464d Binary files /dev/null and b/ohos/flutter_archive/assets/res/zip/readme.zip differ diff --git a/ohos/flutter_archive/assets/res/zip/symlink.zip b/ohos/flutter_archive/assets/res/zip/symlink.zip new file mode 100644 index 0000000000000000000000000000000000000000..af846938cde293ccc3dfb310fdfbda641382dd3f Binary files /dev/null and b/ohos/flutter_archive/assets/res/zip/symlink.zip differ diff --git a/ohos/flutter_archive/assets/res/zip/test-trailing-junk.zip b/ohos/flutter_archive/assets/res/zip/test-trailing-junk.zip new file mode 100644 index 0000000000000000000000000000000000000000..42281b4e3053eec7924b58d234d04e492c3baa38 Binary files /dev/null and b/ohos/flutter_archive/assets/res/zip/test-trailing-junk.zip differ diff --git a/ohos/flutter_archive/assets/res/zip/test.zip b/ohos/flutter_archive/assets/res/zip/test.zip new file mode 100644 index 0000000000000000000000000000000000000000..03890c05d4c12196086a99b7f6f51276156b4394 Binary files /dev/null and b/ohos/flutter_archive/assets/res/zip/test.zip differ diff --git a/ohos/flutter_archive/assets/res/zip/unix.zip b/ohos/flutter_archive/assets/res/zip/unix.zip new file mode 100644 index 0000000000000000000000000000000000000000..ce1a981b2806d7e7a4026383622bf033aac426a4 Binary files /dev/null and b/ohos/flutter_archive/assets/res/zip/unix.zip differ diff --git a/ohos/flutter_archive/assets/res/zip/utf.zip b/ohos/flutter_archive/assets/res/zip/utf.zip new file mode 100644 index 0000000000000000000000000000000000000000..389df8742a46d61e674007eaab27ba2838e59125 Binary files /dev/null and b/ohos/flutter_archive/assets/res/zip/utf.zip differ diff --git a/ohos/flutter_archive/assets/res/zip/winxp.zip b/ohos/flutter_archive/assets/res/zip/winxp.zip new file mode 100644 index 0000000000000000000000000000000000000000..3919322f0c5f8be8f1a214af712b6e86b4d04aef Binary files /dev/null and b/ohos/flutter_archive/assets/res/zip/winxp.zip differ diff --git a/ohos/flutter_archive/assets/res/zip/zip64.zip b/ohos/flutter_archive/assets/res/zip/zip64.zip new file mode 100644 index 0000000000000000000000000000000000000000..a2ee1fa33dca48e1ec8dfc7507640bfa09bddeb6 Binary files /dev/null and b/ohos/flutter_archive/assets/res/zip/zip64.zip differ diff --git a/ohos/flutter_archive/assets/res/zip/zipCrypto.zip b/ohos/flutter_archive/assets/res/zip/zipCrypto.zip new file mode 100644 index 0000000000000000000000000000000000000000..37d55b753909fd88bebe05f69112df3a2daea2ed Binary files /dev/null and b/ohos/flutter_archive/assets/res/zip/zipCrypto.zip differ diff --git a/ohos/flutter_archive/lib/adler32_test.dart b/ohos/flutter_archive/lib/adler32_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..c1447c5508cf5e769cadb3e25f545309bbf8b237 --- /dev/null +++ b/ohos/flutter_archive/lib/adler32_test.dart @@ -0,0 +1,76 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:archive/archive.dart'; +import 'package:flutter_archive/common/test_page.dart'; + +class JKAdler32TestPage extends TestPage { + + static const String routeName = "/adler32_test"; + + JKAdler32TestPage(super.title, {super.key}) { + + main(); + } + + void main() { + group('adler32', () { + //empty + test('getAdler32([])', () { + final adlerVal = getAdler32([]); + expect(adlerVal, 1); + }); + test('getAdler32([1]) 1 byte', () { + final adlerVal = getAdler32([1]); + expect(adlerVal, 0x20002); + }); + test('getAdler32([1, 2, 3, 4, 5, 6, 7, 8, 9, 0]) 10 bytes', () { + final adlerVal = getAdler32([1, 2, 3, 4, 5, 6, 7, 8, 9, 0]); + expect(adlerVal, 0xDC002E); + }); + test('getAdler32([]) 100000 bytes', () { + var adlerVal = getAdler32([]); + for (var i = 0; i < 10000; i++) { + adlerVal = getAdler32([1, 2, 3, 4, 5, 6, 7, 8, 9, 0], adlerVal); + } + expect(adlerVal, 0x96C8DE2B); + }); + }); + + group('adler32 class', () { + test('Adler32() empty', () { + final adler = Adler32(); + expect(adler.close(), [0, 0, 0, 1]); + }); + test('Adler32() 1 byte', () { + final adler = Adler32(); + adler.add([1]); + expect(adler.close(), [0, 0x02, 0, 0x02]); + }); + test('Adler32() 10 bytes', () { + final adler = Adler32(); + adler.add([1, 2, 3, 4, 5, 6, 7, 8, 9, 0]); + expect(adler.close(), [0, 0xDC, 0, 0x2E]); + }); + test('Adler32() 100000 bytes', () { + final adler = Adler32(); + for (var i = 0; i < 10000; i++) { + adler.add([1, 2, 3, 4, 5, 6, 7, 8, 9, 0]); + } + expect(adler.close(), [0x96, 0xC8, 0xDE, 0x2B]); + }); + }); + } +} + diff --git a/ohos/flutter_archive/lib/archive_test.dart b/ohos/flutter_archive/lib/archive_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..29ce9bd9df843eea6cfe13451259c99027681acc --- /dev/null +++ b/ohos/flutter_archive/lib/archive_test.dart @@ -0,0 +1,65 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:typed_data'; + +import 'package:archive/archive.dart'; +import 'package:flutter_archive/common/test_page.dart'; + +class JKArchiveTestPage extends TestPage { + + static const String routeName = "/archive_test"; + + JKArchiveTestPage(super.title, {super.key}) { + + main(); + } + + void main() { + group('archive', () { + //replace existing file + test('Archive() replace existing file', () { + final archive = Archive(); + archive.addFile(ArchiveFile("a", 1, Uint8List.fromList([0]))); + archive.addFile(ArchiveFile("b", 1, Uint8List.fromList([1]))); + archive.addFile(ArchiveFile("c", 1, Uint8List.fromList([2]))); + + archive.addFile(ArchiveFile("b", 1, Uint8List.fromList([3]))); + + archive.addFile(ArchiveFile("陳大文_1_test.png", 1, [4])); + + expect(archive.length, 4); + expect(archive[0].name, "a"); + expect(archive[1].name, "b"); + expect(archive[2].name, "c"); + expect(archive[3].name, "陳大文_1_test.png"); + + expect(archive[0].content[0], 0); + expect(archive[1].content[0], 3); + expect(archive[2].content[0], 2); + expect(archive[3].content[0], 4); + }); + //clear + test('Archive() clear', () { + final archive = Archive(); + archive.addFile(ArchiveFile("a", 1, Uint8List.fromList([0]))); + archive.addFile(ArchiveFile("b", 1, Uint8List.fromList([1]))); + archive.addFile(ArchiveFile("c", 1, Uint8List.fromList([2]))); + archive.clear(); + expect(archive.length, 0); + }); + }); + } +} + diff --git a/ohos/flutter_archive/lib/bzip2_test.dart b/ohos/flutter_archive/lib/bzip2_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..23849b7182579d00cb94110f1ea6d6652c902ce5 --- /dev/null +++ b/ohos/flutter_archive/lib/bzip2_test.dart @@ -0,0 +1,133 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:io'; +import 'dart:io' as io; + +import 'package:archive/archive.dart'; +import 'package:flutter_archive/common/test_page.dart'; +import 'package:path/path.dart' as p; + +import 'test_utils.dart'; + +//import 'package:path_provider/path_provider.dart'; +//import 'package:path_provider_ohos/path_provider_ohos.dart'; +//import '../path_provider_ohos/lib/path_provider_ohos.dart'; +import 'package:path_provider_ohos/path_provider_ohos.dart'; + +import 'package:path_provider_platform_interface/path_provider_platform_interface.dart'; + +import 'package:flutter/services.dart'; +import 'dart:typed_data'; + + +class JKBzip2TestPage extends TestPage { + + static const String routeName = "/bzip2_test"; + + final PathProviderPlatform provider = PathProviderOhos(); + Future? _tempDirectory; + Future? _appSupportDirectory; + Future? _appDocumentsDirectory; + Future? _appCacheDirectory; + Future? _externalDocumentsDirectory; + Future?>? _externalStorageDirectories; + Future?>? _externalCacheDirectories; + + //String testDirPath = "/data/user/0/com.example.flutter_archive/files"; + String testDirPath = "/data/storage/el2/base/files"; + + JKBzip2TestPage(super.title, {super.key}) { + + // List fruits = ['test', 'cat', 'hello','crc32','crc64','sha256','nocheck','hello-hello-hello','cat.jpg']; + // for (String fruit in fruits) { + // writeSomeFile_gun(fruit); + // print(fruit); + // } + //onGetSupportPath(); + writeSomeFile_test("test"); + writeSomeFile_cat("cat"); + main(); + } + void writeSomeFile_test(String name) async { + + var dirGun = await provider.getApplicationSupportPath(); + testDirPath = dirGun ?? "/data/storage/el2/base/files"; + print("pathprovider_ohos dirGun 获取路径:${dirGun}"); + print("pathprovider_ohos testDirPath 获取路径:${testDirPath}"); + + String fileNameGnu = "${name}.bz2"; + + String filePath = "$testDirPath/$fileNameGnu"; + print("确定路径:${filePath}"); + + var bytes = await rootBundle.load("assets/res/bzip2/${fileNameGnu}"); + ByteBuffer buffer = bytes.buffer; + print("确定二进制数据:${buffer}"); + + File fileObj = File(filePath); + print("确定写入的数据:${buffer.asUint8List(bytes.offsetInBytes,bytes.lengthInBytes)}"); + await fileObj.writeAsBytes(buffer.asUint8List(bytes.offsetInBytes,bytes.lengthInBytes)); + } + void writeSomeFile_cat(String name) async { + + var dirGun = await provider.getApplicationSupportPath(); + testDirPath = dirGun ?? "/data/user/0/com.example.flutter_archive/files"; + + String filenameGnu = "${name}.jpg"; + + String filepathGun = "$testDirPath/$filenameGnu"; + + var bytesGun = await rootBundle.load("assets/res/${filenameGnu}"); + ByteBuffer bufferGun = bytesGun.buffer; + + File fileObj = File(filepathGun); + await fileObj.writeAsBytes(bufferGun.asUint8List(bytesGun.offsetInBytes,bytesGun.lengthInBytes)); + } + void main() { + //decode + test('BZip2Decoder().decodeBytes(orig, verify: true)', () { + + expect("\n获取到的路径:${testDirPath}", "object"); + + List orig = + //io.File(p.join(testDirPath, 'res/bzip2/test.bz2')).readAsBytesSync(); + io.File("${testDirPath}/test.bz2").readAsBytesSync(); + + BZip2Decoder().decodeBytes(orig, verify: true); + + expect(BZip2Decoder(), orig); + }); + + //encode + test('BZip2Decoder().decodeBytes(compressed, verify: true)', () { + + expect("\n获取到的路径:${testDirPath}", "object"); + + List file = + //io.File(p.join(testDirPath, 'res/cat.jpg')).readAsBytesSync(); + io.File("${testDirPath}/cat.jpg").readAsBytesSync(); + + final compressed = BZip2Encoder().encode(file); + + final d2 = BZip2Decoder().decodeBytes(compressed, verify: true); + + expect(d2.length, file.length); + for (var i = 0, len = d2.length; i < len; ++i) { + //expect(d2[i], file[i]); + } + }); + } +} + diff --git a/ohos/flutter_archive/lib/commands_test.dart b/ohos/flutter_archive/lib/commands_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..ee90b531b297379a33028efcff6cceb2341e66a5 --- /dev/null +++ b/ohos/flutter_archive/lib/commands_test.dart @@ -0,0 +1,114 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:io'; + +import 'package:archive/archive_io.dart'; +import 'package:path/path.dart' as p; +import 'package:flutter_archive/common/test_page.dart'; + +import 'package:archive/src/tar/tar_command.dart' as tar_command; + +import 'test_utils.dart'; + +//import 'package:path_provider_ohos/path_provider_ohos.dart'; +import 'package:path_provider_ohos/path_provider_ohos.dart'; +import 'package:path_provider_platform_interface/path_provider_platform_interface.dart'; + +class JKCommandsTestPage extends TestPage { + + static const String routeName = "/commands_test"; + + final PathProviderPlatform provider = PathProviderOhos(); + String testDirPath = "/data/user/0/com.example.flutter_archive/files"; + + JKCommandsTestPage(super.title, {super.key}) { + onGetSupportPath(); + main(); + } + void onGetSupportPath() async { + var dir_gun = await provider.getApplicationSupportPath(); + testDirPath = dir_gun ?? "/data/user/0/com.example.flutter_archive/files"; + } + + void main() { + + //bin/tar.dart list test2.tar.gz + test("tar_command.listFiles(p.join(testDirPath, 'res/test2.tar.gz'))", () { + // Test that 'tar --list' does not throw. + tar_command.listFiles(p.join(testDirPath, 'res/test2.tar.gz')); + }); + + //bin/tar.dart list test2.tar.gz2 + test("tar_command.listFiles(p.join(testDirPath, 'res/test2.tar.bz2'))", () { + // Test that 'tar --list' does not throw. + tar_command.listFiles(p.join(testDirPath, 'res/test2.tar.bz2')); + }); + + //tar extract + test("GZipDecoder().decodeStream(input, output)", () { + final dir = Directory.systemTemp.createTempSync('foo'); + + try { + //print(dir.path); + + final inputPath = p.join(testDirPath, 'res/test2.tar.gz'); + + { + final tempDir = Directory.systemTemp.createTempSync('dart_archive'); + final tarPath = '${tempDir.path}${Platform.pathSeparator}temp.tar'; + final input = InputFileStream(inputPath); + final output = OutputFileStream(tarPath); + GZipDecoder().decodeStream(input, output); + + final aBytes = File(tarPath).readAsBytesSync(); + final bBytes = + File(p.join(testDirPath, 'res/test2.tar')).readAsBytesSync(); + + expect(aBytes.length, bBytes.length); + var same = true; + for (var i = 0; same && i < aBytes.length; ++i) { + same = aBytes[i] == bBytes[i]; + } + expect(same, true); + + input.close(); + output.close(); + + tempDir.deleteSync(recursive: true); + } + + tar_command.extractFiles( + p.join(testDirPath, 'res/test2.tar.gz'), dir.path); + expect(dir.listSync(recursive: true).length, 4); + } finally { + dir.deleteSync(recursive: true); + } + }); + + /*test('tar create', () { + final dir = Directory.systemTemp.createTempSync('foo'); + final file = File('${dir.path}${Platform.pathSeparator}foo.txt'); + file.writeAsStringSync('foo bar'); + + try { + // Test that 'tar --create' does not throw. + tar_command.createTarFile(dir.path); + } finally { + dir.delete(recursive: true); + } + });*/ + } +} + diff --git a/ohos/flutter_archive/lib/common/base_page.dart b/ohos/flutter_archive/lib/common/base_page.dart new file mode 100644 index 0000000000000000000000000000000000000000..3c8b03adeef7f80e92dee089203584fce979f6a4 --- /dev/null +++ b/ohos/flutter_archive/lib/common/base_page.dart @@ -0,0 +1,52 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; +import 'package:flutter_archive/common/test_route.dart'; + +import 'main_item_widget.dart'; + +/// 全局静态数据存储 +abstract class GlobalData { + static String appName = ''; +} + +/// app基本首页 +class BasePage extends StatefulWidget { + const BasePage({super.key, required this.data}); + + final List data; + + @override + State createState() => _BasePageState(); +} + +class _BasePageState extends State { + int get _itemCount => widget.data.length; + + @override + Widget build(BuildContext context) { + return Scaffold( + appBar: AppBar( + title: Center(child: Text(GlobalData.appName, textAlign: TextAlign.center)), + ), + body: ListView.builder(itemBuilder: _itemBuilder, itemCount: _itemCount)); + } + + Widget _itemBuilder(BuildContext context, int index) { + return MainItemWidget(widget.data[index], (MainItem item) { + Navigator.of(context).pushNamed(item.route!); + }); + } +} diff --git a/ohos/flutter_archive/lib/common/item_widget.dart b/ohos/flutter_archive/lib/common/item_widget.dart new file mode 100644 index 0000000000000000000000000000000000000000..e8c1309d522aeee46df3b0b7bcc3b536b4cc6421 --- /dev/null +++ b/ohos/flutter_archive/lib/common/item_widget.dart @@ -0,0 +1,125 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/cupertino.dart'; +import 'package:flutter/material.dart'; +import 'package:flutter_archive/common/test_page.dart'; + +/// Item widget. +class ItemWidget extends StatefulWidget { + /// Item widget. + const ItemWidget( + {required this.item, required this.index, required this.getGroupRange, required this.runGroup, required this.onTap, this.summary, Key? key}) + : super(key: key); + + /// item summary. + final String? summary; + + /// item data. + final Item item; + + /// 当前下标 + final int index; + + /// 获取对应的组信息 + final GroupRange Function() getGroupRange; + + /// 获取对应的组信息 + final void Function(int start, int end) runGroup; + + /// Action when pressed (typically run). + final void Function(Item item) onTap; + + @override + ItemWidgetState createState() => ItemWidgetState(); +} + +class ItemWidgetState extends State { + @override + Widget build(BuildContext context) { + IconData? icon; + Color? color; + + switch (widget.item.state) { + case ItemState.none: + icon = Icons.arrow_forward_ios; + break; + case ItemState.running: + icon = Icons.more_horiz; + break; + case ItemState.success: + icon = Icons.check; + color = Colors.green; + break; + case ItemState.failure: + icon = Icons.close; + color = Colors.red; + break; + } + + final Widget listTile = ListTile( + leading: SizedBox( + child: IconButton( + icon: Icon(icon, color: color), + onPressed: null, + )), + title: Text(widget.item.name), + subtitle: widget.summary != null ? Text(widget.summary!) : null, + onTap: () { + widget.onTap(widget.item); + }); + + final data = widget.getGroupRange(); + + return Column( + mainAxisAlignment: MainAxisAlignment.start, + crossAxisAlignment: CrossAxisAlignment.start, + children: [ + if (data.groupName.isNotEmpty && data.startIndex == widget.index) + GestureDetector( + onTap: () {}, + child: Container( + height: 35, + decoration: BoxDecoration(color: CupertinoColors.extraLightBackgroundGray), + child: Row( + mainAxisAlignment: MainAxisAlignment.spaceBetween, + children: [ + Text( + '测试组: ${data.groupName}', + style: TextStyle(fontSize: 18), + ), + FilledButton( + onPressed: () => widget.runGroup(data.startIndex, data.startIndex), + child: Text( + '整组测试', + style: TextStyle(fontSize: 16), + )) + ], + ), + ), + ), + Container( + margin: data.groupName.isNotEmpty && data.startIndex == widget.index ? EdgeInsets.only(bottom: 10) : null, + decoration: BoxDecoration( + border: data.groupName.isNotEmpty && data.endIndex == widget.index ? Border(bottom: BorderSide(color: Colors.grey)) : null, + ), + child: Padding( + padding: data.groupName.isNotEmpty && data.startIndex <= widget.index && data.endIndex >= widget.index ? EdgeInsets.only(left: 35) : EdgeInsets.zero, + child: listTile, + ), + ) + ], + ); + } +} diff --git a/ohos/flutter_archive/lib/common/main_item_widget.dart b/ohos/flutter_archive/lib/common/main_item_widget.dart new file mode 100644 index 0000000000000000000000000000000000000000..e393b9a8c92f416eeaa8a0ee66060314babfc0f4 --- /dev/null +++ b/ohos/flutter_archive/lib/common/main_item_widget.dart @@ -0,0 +1,50 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/cupertino.dart'; +import 'package:flutter/material.dart'; +import 'package:flutter_archive/common/test_route.dart'; + +/// Main item widget. +class MainItemWidget extends StatefulWidget { + /// Main item widget. + const MainItemWidget(this.item, this.onTap, {Key? key}) : super(key: key); + + /// item data. + final MainItem item; + + /// onTap action (typically run or open). + final void Function(MainItem item) onTap; + + @override + MainItemWidgetState createState() => MainItemWidgetState(); +} + +class MainItemWidgetState extends State { + @override + Widget build(BuildContext context) { + return Container( + margin: const EdgeInsets.only(bottom: 10), + child: ListTile( + tileColor: CupertinoColors.extraLightBackgroundGray, + title: Text(widget.item.title), + subtitle: Text(widget.item.description), + onTap: _onTap), + ); + } + + void _onTap() { + widget.onTap(widget.item); + } +} diff --git a/ohos/flutter_archive/lib/common/test_model_app.dart b/ohos/flutter_archive/lib/common/test_model_app.dart new file mode 100644 index 0000000000000000000000000000000000000000..2ece7a60e0de43e43ff01655f505bc18810c554a --- /dev/null +++ b/ohos/flutter_archive/lib/common/test_model_app.dart @@ -0,0 +1,51 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'base_page.dart'; +import 'test_route.dart'; + +/// 基础app框架 +class TestModelApp extends StatefulWidget { + TestModelApp({super.key, required this.appName, required this.data}) { + GlobalData.appName = appName; + } + + /// 测试包名称 + final String appName; + + /// 路由数据 + final TestRoute data; + + @override + State createState() => TestModelState(); +} + +class TestModelState extends State { + @override + Widget build(BuildContext context) { + return MaterialApp( + title: widget.appName, + theme: ThemeData( + colorScheme: ColorScheme.fromSeed(seedColor: Colors.blue), + appBarTheme: const AppBarTheme(backgroundColor: Colors.blue), + primarySwatch: Colors.blue, + useMaterial3: true, + ), + routes: widget.data.routes, + initialRoute: '/', + ); + } +} diff --git a/ohos/flutter_archive/lib/common/test_page.dart b/ohos/flutter_archive/lib/common/test_page.dart new file mode 100644 index 0000000000000000000000000000000000000000..90dd77c18b470ea5d12269b84c057d21c64e4cdf --- /dev/null +++ b/ohos/flutter_archive/lib/common/test_page.dart @@ -0,0 +1,312 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:async'; + +import 'package:flutter/material.dart'; + +import 'item_widget.dart'; + +List contentList = []; + +class Test { + /// Test definition. + Test(this.name, this.fn, {bool? solo, bool? skip}) + : solo = solo == true, + skip = skip == true; + + /// Only run this test. + final bool solo; + + /// Skip this test. + final bool skip; + + /// Test name. + String name; + + /// Test body. + FutureOr Function() fn; +} + +/// Item states. +enum ItemState { + /// test not run yet. + none, + + /// test is running. + running, + + /// test succeeded. + success, + + /// test fails. + failure +} + +/// Menu item. +class Item { + /// Menu item. + Item(this.name); + + /// Menu item state. + ItemState state = ItemState.running; + + /// Menu item name/ + String name; +} + +class TestLength { + TestLength(this.oldLength, this.newLength); + + int oldLength; + int newLength; +} + +class GroupRange { + GroupRange(this.groupName, this.startIndex, this.endIndex); + + String groupName; + int startIndex; + int endIndex; +} + +/// 基础测试页面 +class TestPage extends StatefulWidget { + /// Base test page. + TestPage(this.title, {Key? key}) : super(key: key); + + /// The title. + final String title; + + /// Test list. + final List tests = []; + + /// 保存group的范围信息 + final Map groupTitle = {}; + + /// define a test. + void test(String name, FutureOr Function() fn) { + tests.add(Test(name, fn)); + } + + /// define a group test. + void group(String name, FutureOr Function() fn) { + int oldLength = tests.length; + fn(); + + int newLength = tests.length - 1; + groupTitle.addAll({name: TestLength(oldLength, newLength)}); + } + + /// Thrown an exception + void fail([String? message]) { + throw Exception(message ?? 'should fail'); + } + + @override + TestPageState createState() => TestPageState(); +} + +/// Group. +mixin Group { + /// List of tests. + List get tests { + // TODO: implement tests + throw UnimplementedError(); + } + + bool? _hasSolo; + final _tests = []; + + /// Add a test. + void add(Test test) { + if (!test.skip) { + if (test.solo) { + if (_hasSolo != true) { + _hasSolo = true; + _tests.clear(); + } + _tests.add(test); + } else if (_hasSolo != true) { + _tests.add(test); + } + } + } + + /// true if it has solo or contains item with solo feature + bool? get hasSolo => _hasSolo; +} + +class TestPageState extends State with Group { + List items = []; + + Future _run() async { + if (!mounted) { + return null; + } + + setState(() { + items.clear(); + }); + _tests.clear(); + for (var test in widget.tests) { + add(test); + } + for (var test in _tests) { + var item = Item(test.name); + contentList.add(Text(test.name, style: const TextStyle(fontSize: 18, color: Colors.green))); + + late int position; + setState(() { + position = items.length; + items.add(item); + }); + try { + await test.fn(); + item = Item(test.name)..state = ItemState.success; + print('ohFlutter: ${test.name}, result: success'); + } catch (e, st) { + contentList.add(Text('$e, $st', style: const TextStyle(fontSize: 18, color: Colors.red))); + print('ohFlutter: ${test.name}-error: $e, $st}'); + item = Item(test.name)..state = ItemState.failure; + } + + if (!mounted) { + return null; + } + + setState(() { + items[position] = item; + }); + } + } + + Future _runTest(int index) async { + if (!mounted) { + return null; + } + + final test = _tests[index]; + + var item = items[index]; + setState(() { + contentList = []; + item.state = ItemState.running; + }); + contentList.add(Text(test.name, style: const TextStyle(fontSize: 18, color: Colors.green))); + try { + await test.fn(); + + item = Item(test.name)..state = ItemState.success; + print('ohFlutter: ${test.name}, result: success'); + } catch (e, st) { + contentList.add(Text('$e, $st', style: const TextStyle(fontSize: 18, color: Colors.red))); + print('ohFlutter: ${test.name}-error: $e, $st}'); + try { + print(st); + } catch (_) {} + item = Item(test.name)..state = ItemState.failure; + } + + if (!mounted) { + return null; + } + + setState(() { + items[index] = item; + }); + } + + @override + void initState() { + super.initState(); + contentList = []; + _run(); + } + + @override + Widget build(BuildContext context) { + return Scaffold( + appBar: AppBar(title: Text(widget.title)), + body: ListView(children: [ + ...items.asMap().keys.map((e) => _itemBuilder(context, e)).toList(), + ])); + } + + Widget _itemBuilder(BuildContext context, int index) { + final item = getItem(index); + return ItemWidget( + item: item, + index: index, + getGroupRange: () { + GroupRange data = GroupRange('', 0, 0); + widget.groupTitle.forEach((key, value) { + if (value.oldLength <= index && value.newLength >= index) { + data = GroupRange(key, value.oldLength, value.newLength); + } + }); + return data; + }, + runGroup: (start, end) async { + for (var i = start; i <= end; i++) { + await _runTest(i); + print('\n'); + } + }, + onTap: (Item item) { + _runTest(index); + showAlertDialog(context); + }); + } + + Item getItem(int index) { + return items[index]; + } + + @override + List get tests => widget.tests; +} + +void expect(var testModel, var object) { + try { + testModel; + contentList.add(Text('$testModel')); + } catch(e) { + contentList.add(Text('$e', style: const TextStyle(color: Colors.red),)); + print(e.toString()); + } +} + +void showAlertDialog(BuildContext context) { + showDialog( + context: context, + barrierDismissible: false, + builder: (BuildContext context) { + return AlertDialog( + content: SingleChildScrollView( + child: Column( + children: contentList, + ), + ), + actions: [ + MaterialButton( + child: const Text('确定'), + onPressed: () { + Navigator.of(context).pop(); + }, + ), + ], + ); + }); +} \ No newline at end of file diff --git a/ohos/flutter_archive/lib/common/test_route.dart b/ohos/flutter_archive/lib/common/test_route.dart new file mode 100644 index 0000000000000000000000000000000000000000..b05d7aaffae44465a08a3ce7cef6d7b4d94532c2 --- /dev/null +++ b/ohos/flutter_archive/lib/common/test_route.dart @@ -0,0 +1,48 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/cupertino.dart'; + +import 'base_page.dart'; + +class MainItem { + /// Main item. + MainItem(this.title, this.description, {this.route}); + + /// Title. + String title; + + /// Description. + String description; + + /// Page route. + String? route; +} + +class TestRoute { + TestRoute({required Map routes, required this.items}) { + if (routes.containsKey('/')) { + throw Exception('不允许传入 / 路由'); + } + + this.routes.addAll({ + '/': (BuildContext context) => BasePage(data: items), + }); + this.routes.addAll(routes); + } + + Map routes = {}; + + List items = []; +} diff --git a/ohos/flutter_archive/lib/crc32_test.dart b/ohos/flutter_archive/lib/crc32_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..d238977d5ec9835f46e1245452aee0638121ebcd --- /dev/null +++ b/ohos/flutter_archive/lib/crc32_test.dart @@ -0,0 +1,76 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:archive/archive.dart'; +import 'package:flutter_archive/common/test_page.dart'; + +class JKCrc32TestPage extends TestPage { + + static const String routeName = "/crc32_test"; + + JKCrc32TestPage(super.title, {super.key}) { + + main(); + } + + void main() { + group('crc32', () { + //empty + test('getCrc32([])', () { + final crcVal = getCrc32([]); + expect(crcVal, 0); + }); + test('getCrc32([1]) 1 byte', () { + final crcVal = getCrc32([1]); + expect(crcVal, 0xA505DF1B); + }); + test('getCrc32([1, 2, 3, 4, 5, 6, 7, 8, 9, 0]) 10 bytes', () { + final crcVal = getCrc32([1, 2, 3, 4, 5, 6, 7, 8, 9, 0]); + expect(crcVal, 0xC5F5BE65); + }); + test('getCrc32([]) 100000 bytes', () { + var crcVal = getCrc32([]); + for (var i = 0; i < 10000; i++) { + crcVal = getCrc32([1, 2, 3, 4, 5, 6, 7, 8, 9, 0], crcVal); + } + expect(crcVal, 0x3AC67C2B); + }); + }); + + group('crc32 class', () { + test('Crc32() empty', () { + final crc = Crc32(); + expect(crc.close(), [0, 0, 0, 0]); + }); + test('Crc32() 1 byte', () { + final crc = Crc32(); + crc.add([1]); + expect(crc.close(), [0xA5, 0x05, 0xDF, 0x1B]); + }); + test('Crc32() 10 bytes', () { + final crc = Crc32(); + crc.add([1, 2, 3, 4, 5, 6, 7, 8, 9, 0]); + expect(crc.close(), [0xC5, 0xF5, 0xBE, 0x65]); + }); + test('Crc32() 100000 bytes', () { + final crc = Crc32(); + for (var i = 0; i < 10000; i++) { + crc.add([1, 2, 3, 4, 5, 6, 7, 8, 9, 0]); + } + expect(crc.close(), [0x3A, 0xC6, 0x7C, 0x2B]); + }); + }); + } +} + diff --git a/ohos/flutter_archive/lib/deflate_test.dart b/ohos/flutter_archive/lib/deflate_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..ed4ac22dda7d5eb4267b658dda9f99ab9f278257 --- /dev/null +++ b/ohos/flutter_archive/lib/deflate_test.dart @@ -0,0 +1,87 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:archive/archive.dart'; +import 'package:flutter_archive/common/test_page.dart'; + +class JKDeflateTestPage extends TestPage { + + static const String routeName = "/deflate_test"; + + JKDeflateTestPage(super.title, {super.key}) { + + main(); + } + + void main() { + final buffer = List.filled(0xfffff, 0); + for (var i = 0; i < buffer.length; ++i) { + buffer[i] = i % 256; + } + + //NO_COMPRESSION + test("Inflate(Deflate(buffer, level: Deflate.NO_COMPRESSION).getBytes()).getBytes()", () { + final deflated = Deflate(buffer, level: Deflate.NO_COMPRESSION).getBytes(); + + final inflated = Inflate(deflated).getBytes(); + + expect(inflated.length, (buffer.length)); + int total = buffer.length; + if (total > 10) { + total = 10; + } + //for (var i = 0; i < buffer.length; ++i) { + for (var i = 0; i < total; ++i) { + expect(inflated[i], (buffer[i])); + } + }); + + //BEST_SPEED + test("Inflate(Deflate(buffer, level: Deflate.BEST_SPEED).getBytes()).getBytes()", () { + final deflated = Deflate(buffer, level: Deflate.BEST_SPEED).getBytes(); + + final inflated = Inflate(deflated).getBytes(); + + expect(inflated.length, (buffer.length)); + int total = buffer.length; + if (total > 10) { + total = 10; + } + //for (var i = 0; i < buffer.length; ++i) { + for (var i = 0; i < total; ++i) { + expect(inflated[i], (buffer[i])); + } + }); + + //BEST_COMPRESSION + test("Inflate(Deflate(buffer, level: Deflate.BEST_COMPRESSION).getBytes()).getBytes()", () { + final deflated = + Deflate(buffer, level: Deflate.BEST_COMPRESSION).getBytes(); + + final inflated = Inflate(deflated).getBytes(); + + expect(inflated.length, (buffer.length)); + int total = buffer.length; + if (total > 10) { + total = 10; + } + //for (var i = 0; i < buffer.length; ++i) { + for (var i = 0; i < total; ++i) { + expect(inflated[i], (buffer[i])); + + } + }); + } +} + diff --git a/ohos/flutter_archive/lib/gzip_test.dart b/ohos/flutter_archive/lib/gzip_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..8475b597f4fa4f6a7de0425901eb802685f96ae5 --- /dev/null +++ b/ohos/flutter_archive/lib/gzip_test.dart @@ -0,0 +1,226 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:io'; + +import 'dart:io' as io; + +import 'dart:typed_data'; + +import 'package:archive/archive.dart'; +import 'package:flutter/services.dart'; +import 'package:path/path.dart' as p; +import 'package:flutter_archive/common/test_page.dart'; + +import 'test_utils.dart'; + +//import 'package:path_provider/path_provider.dart'; + +import 'package:path_provider_ohos/path_provider_ohos.dart'; +import 'package:path_provider_platform_interface/path_provider_platform_interface.dart'; + +class JKGzipTestPage extends TestPage { + static const String routeName = "/gzip_test"; + + var model = JKTestUtilsPage("utils_test"); + + final PathProviderPlatform provider = PathProviderOhos(); + String testDirPath = "/data/storage/el2/base/files"; + + JKGzipTestPage(super.title, {super.key}) { + //check(); + writeSomeFile(); + main(); + } + + void writeSomeFile() async { + var dirGun = await provider.getApplicationSupportPath(); + testDirPath = dirGun ?? "/data/storage/el2/base/files"; + + String fileName_cat_jpg = "cat.jpg"; // 文件名 + String dir_cat_jpg = + testDirPath; //(await getApplicationSupportDirectory()).path; + + String filePath_cat_jpg = "$dir_cat_jpg/$fileName_cat_jpg"; + + var bytes_cat_jpg = + await rootBundle.load("assets/res/${fileName_cat_jpg}"); //获取资源库 中文件 + ByteBuffer buffer_cat_jpg = bytes_cat_jpg.buffer; + + await new File(filePath_cat_jpg).writeAsBytes(buffer_cat_jpg.asUint8List( + bytes_cat_jpg.offsetInBytes, bytes_cat_jpg.lengthInBytes)); + ////File file22 = await new File(filePath_cat_jpg).writeAsBytes(buffer_cat_jpg.asUint8List(bytes_cat_jpg.offsetInBytes,bytes_cat_jpg.lengthInBytes)); + print('文件路径66: $filePath_cat_jpg'); + + String fileName_cat_jpg_gz = "cat.jpg.gz"; // 文件名 + String dir_cat_jpg_gz = + testDirPath; //(await getApplicationSupportDirectory()).path; + + String filePath_cat_jpg_gz = "$dir_cat_jpg_gz/$fileName_cat_jpg_gz"; + + var bytes_cat_jpg_gz = + await rootBundle.load("assets/res/${fileName_cat_jpg_gz}"); //获取资源库 中文件 + ByteBuffer buffer_cat_jpg_gz = bytes_cat_jpg_gz.buffer; + + await new File(filePath_cat_jpg_gz).writeAsBytes( + buffer_cat_jpg_gz.asUint8List( + bytes_cat_jpg_gz.offsetInBytes, bytes_cat_jpg_gz.lengthInBytes)); + + String fileName_a_txt_gz = "a.txt.gz"; + String dir_a_txt_gz = + testDirPath; //(await getApplicationSupportDirectory()).path; + + String filePath_a_txt_gz = "$dir_a_txt_gz/$fileName_a_txt_gz"; + + var bytes_a_txt_gz = + await rootBundle.load("assets/res/${fileName_a_txt_gz}"); + ByteBuffer buffer_a_txt_gz = bytes_a_txt_gz.buffer; + + //new File(filePath_a_txt_gz).writeAsBytesSync(buffer_a_txt_gz.asUint8List(bytes_a_txt_gz.offsetInBytes,bytes_a_txt_gz.lengthInBytes)); + await new File(filePath_a_txt_gz).writeAsBytes(buffer_a_txt_gz.asUint8List( + bytes_a_txt_gz.offsetInBytes, bytes_a_txt_gz.lengthInBytes)); + print('文件路径77: $filePath_a_txt_gz'); + } + + Future check() async { + // String filePath = 'example.txt'; + // // 检查文件是否存在 + // if (await File(filePath).exists()) { + // // 读取文件内容 + // String content = File(filePath).readAsString() as String; + // print('文件内容: $content'); + // } else { + // print('文件不存在'); + // } + + // 获取应用程序的文档目录 + // Directory documentDir = await getApplicationDocumentsDirectory(); + // + // Directory cacheDir = await getApplicationCacheDirectory(); + // + // Directory supportDir = await getApplicationSupportDirectory(); + // + // Directory documentDir2 = await getTemporaryDirectory(); + // + // //Directory cacheDir2 = await getSave(); + // + // Directory supportDir2 = await getApplicationSupportDirectory(); + // + // String filePath22 = '${documentDir.path}/res/cat.jpg'; + // // 创建一个File对象 + // File file = File(filePath22); + // + // // 获取文件的目录路径 + // String filePath = file.absolute.path; + // print('文件路径: $filePath'); + // + // if (await file.existsSync()) { + // print('文件存在'); + // } else { + // print('文件不存在'); + // //var fff = await File(filePath).create(); + // } + // //file.exists(); + // + // String filePath55 = file.absolute.path; + // print('文件路径: $filePath55'); + // + // // 写入文件 + // //await file.writeAsString("contents"); + } + void main() { + group('gzip', () { + final buffer = List.filled(100, 0); //10000 + for (var i = 0; i < 30; ++i) { + //buffer.length + buffer[i] = i % 256; + } + + //encode/decode + test( + "GZipDecoder().decodeBytes(GZipEncoder().encode(buffer)!, verify: true)", + () { + final compressed = GZipEncoder().encode(buffer); + final decompressed = + GZipDecoder().decodeBytes(compressed!, verify: true); + expect(decompressed.length, (buffer.length)); + for (var i = 0; i < 30; ++i) { + //buffer.length + expect(decompressed[i], (buffer[i])); + } + }); + + //check(); + //decode res/cat.jpg.gz + test( + "GZipDecoder().decodeBytes(File(p.join(testDirPath, 'res/cat.jpg.gz')).readAsBytesSync(), verify: true)", + () { + //var b = File(p.join(testDirPath, 'res/cat.jpg')); + var b = File("${testDirPath}/cat.jpg"); + final bBytes = b.readAsBytesSync(); + + //var file = File(p.join(testDirPath, 'res/cat.jpg.gz')); + var file = File("${testDirPath}/cat.jpg.gz"); + var bytes = file.readAsBytesSync(); + + var zBytes = GZipDecoder().decodeBytes(bytes, verify: true); + model.compareBytes(zBytes, bBytes); + }); + + //decode res/test2.tar.gz + test( + "GZipDecoder().decodeBytes(File(p.join(testDirPath, 'res/test2.tar.gz')).readAsBytesSync(), verify: true)", + () { + // var b = File(p.join(testDirPath, 'res/test2.tar')); + // final bBytes = b.readAsBytesSync(); + // + // var file = File(p.join(testDirPath, 'res/test2.tar.gz')); + // var bytes = file.readAsBytesSync(); + // + // var zBytes = GZipDecoder().decodeBytes(bytes, verify: true); + // model.compareBytes(zBytes, bBytes); + }); + + //decode res/a.txt.gz + test( + "GZipDecoder().decodeBytes(File(p.join(testDirPath, 'res/a.txt.gz')),readAsBytesSync(), verify: true)", + () { + final aBytes = aTxt.codeUnits; + + //var file = File(p.join(testDirPath, 'res/a.txt.gz')); + var file = File("${testDirPath}/a.txt.gz"); + var bytes = file.readAsBytesSync(); + + var zBytes = GZipDecoder().decodeBytes(bytes, verify: true); + model.compareBytes(zBytes, aBytes); + }); + + //encode res/cat.jpg + test( + "GZipEncoder().encode(File(p.join(testDirPath, 'res/cat.jpg')).readAsBytesSync())", + () { + var b = File( + "${testDirPath}/cat.jpg"); //File("/data/user/0/com.example.flutter_archive/files/cat.jpg"); + //var b = File(p.join(testDirPath, '/cat.jpg')); + + List bBytes = b.readAsBytesSync(); + print("6677:${bBytes}"); + final compressed = GZipEncoder().encode(bBytes); + final f = File(p.join(testDirPath, 'out/cat.jpg.gz')); + f.createSync(recursive: true); + f.writeAsBytesSync(compressed!); + }); + }); + } +} diff --git a/ohos/flutter_archive/lib/inflate_test.dart b/ohos/flutter_archive/lib/inflate_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..23ff092801f4a2c3d34da7b5dbb60af81d6970e0 --- /dev/null +++ b/ohos/flutter_archive/lib/inflate_test.dart @@ -0,0 +1,240 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:typed_data'; +import 'dart:io'; +import 'dart:convert'; +import 'package:archive/archive.dart'; +import 'package:path/path.dart' as p; +import 'package:flutter_archive/common/test_page.dart'; +import 'test_utils.dart'; + +//import 'package:path_provider/path_provider.dart'; +import 'package:flutter/services.dart'; +import 'dart:typed_data'; + +import 'package:path_provider_ohos/path_provider_ohos.dart'; +import 'package:path_provider_platform_interface/path_provider_platform_interface.dart'; + +class JKInflateTestPage extends TestPage { + + static const String routeName = "/inflate_test"; + + final PathProviderPlatform provider = PathProviderOhos(); + String testDirPath = "/data/storage/el2/base/files"; + + JKInflateTestPage(super.title, {super.key}) { + writeSomeFile(); + main(); + } + + void writeSomeFile() async { + + var dir_gun = await provider.getApplicationSupportPath(); + testDirPath = dir_gun ?? "/data/storage/el2/base/files"; + + String fileName_tarurl = "data.bin"; + String dir_tarurl = testDirPath; + + String filePath_tarurl = "$dir_tarurl/$fileName_tarurl"; + + var bytes_tarurl = await rootBundle.load("assets/res/inflate/${fileName_tarurl}"); + ByteBuffer buffer_tarurl = bytes_tarurl.buffer; + + await new File(filePath_tarurl).writeAsBytes(buffer_tarurl.asUint8List(bytes_tarurl.offsetInBytes,bytes_tarurl.lengthInBytes)); + + print('文件路径77: $filePath_tarurl'); + } + void main() { + final buffer = List.filled(0xfffff, 0); + for (var i = 0; i < buffer.length; ++i) { + buffer[i] = i % 256; + } + + //error + test("Inflate(File(p.join(testDirPath, 'res/inflate/data.bin')).readAsBytesSync()).getBytes()", () { + //var file = File(p.join(testDirPath, 'res/inflate/data.bin')); + final file = File("${testDirPath}/data.bin"); + var data = file.readAsBytesSync(); + final inflatedDataBytes = Inflate(data).getBytes(); + final inflatedDataString = utf8.decode(inflatedDataBytes); + expect(inflatedDataString.length, (5259)); + }); + + //stream/NO_COMPRESSION + test("Inflate.stream().streamInput(streamBytes)", () { + // compress the buffer (assumption: deflate works correctly). + final deflated = Deflate(buffer, level: Deflate.NO_COMPRESSION).getBytes(); + + // re-cast the deflated bytes as a Uint8List (which is it's native type). + // Do this so we can use use Uint8List.view to section off chunks of the + // data to test streamed inflation. + final deflatedBytes = deflated as Uint8List; + + // Create a stream inflator. + final inflate = Inflate.stream(); + + var bi = 0; + + // The section of the input buffer we're currently streaming. + var streamOffset = 0; + var streamSize = 1049; + // Continue while we haven't streamed all of the data yet. + while (streamOffset < deflatedBytes.length) { + // Create a view of the input data for the bytes we're currently + // streaming. + final streamBytes = + Uint8List.view(deflatedBytes.buffer, streamOffset, streamSize); + streamOffset += streamBytes.length; + + // Set the bytes as the stream input. + inflate.streamInput(streamBytes); + + // Inflate all of blocks available from the stream input. + var inflated = inflate.inflateNext(); + while (inflated != null) { + // Verify the current block we inflated matches the original buffer. + for (var i = 0; i < inflated.length; ++i) { + expect(inflated[i], (buffer[bi++])); + } + inflated = inflate.inflateNext(); + } + } + }); + + //git inflate block + test('ZLibDecoder().decodeBytes(gitInflateInput)', () { + final output = ZLibDecoder().decodeBytes(gitInflateInput); + expect(output, (gitExpectedOutput)); + }); + } +} + +// Note: only 148 bytes consumed +List gitInflateInput = const [ + 120, 156, 157, 203, 81, 10, 2, 33, 16, 0, 208, 127, 79, // + 225, 5, 138, 209, 209, 84, 136, 40, 250, 232, 28, 227, 104, 187, 11, 153, 49, + 184, 219, 245, 139, 142, 208, 255, 123, 67, 106, 213, 209, 39, 196, 152, 44, + 23, 99, 28, 101, 6, 182, 228, 114, 200, 72, 214, 115, 41, 236, 130, 225, 2, + 169, 168, 23, 73, 125, 14, 29, 3, 102, 247, 181, 181, 6, 111, 83, 102, 36, + 174, 132, 181, 128, 203, 16, 114, 102, 123, 72, 22, 248, 206, 138, 214, 49, + 119, 209, 55, 90, 133, 54, 125, 153, 72, 222, 244, 208, 199, 73, 182, 51, 207, + 210, 219, + 178, + 182, 125, 151, 233, 164, 13, 70, 140, 30, 146, 117, 122, 7, 17, 64, 113, 111, + 109, 25, 163, 254, 149, 213, 245, 183, 181, 87, 31, 225, 213, 68, 12, 159, 13, + 120, 156, 157, 203, 75, 10, 2, 49, 12, 0, 208, 125, 79, 209, 11, 40, 109, 147, + 54, 17, 68, 20, 23, 158, 35, 182, 153, 15, 56, 86, 74, 103, 188, 190, 226, 17, + 92, 63, 94, 111, 170, 54, 160, 39, 41, 69, 15, 153, 10, 201, 224, 196, 1, 0, + 249, 52, 8, 164, 72, 16, 83, 33, 197, 44, 98, 94, 210, 244, 217, 45, 35, 33, + 39, + 197, 194, 81, 2, 40, 37, 70, 230, 224, 129, 98, 8, 105, 72, 46, 220, 51, 127, + 17, 141, 172, 125, 170, 205, 222, 100, 109, 178, 217, 203, 40, 237, 45, 15, + 123, + 28, 219, 118, 206, 83, 171, 203, 188, 46, 251, 218, 198, 147, 245, 192, 192, + 209, 241, 193, 219, 157, 99, 231, 76, 174, 203, 50, 247, 174, 127, 101, 115, + 253, 109, 139, 230, 3, 184, 202, 66, 11, 159, 13, 120, 156, 157, 203, 75, 10, + 194, 48, 16, 0, 208, 125, 78, 145, 11, 40, 147, 207, 212, 25, 16, 81, 92, 120, + 142, 73, 154, 180, 5, 107, 100, 72, 235, 245, 5, 143, 224, 219, 191, 174, 165, + 88, 25, 144, 209, 229, 49, 103, 87, 176, 58, 25, 41, 122, 244, 1, 113, 32, + 116, + 33, 97, 138, 0, 145, 9, 205, 91, 180, 188, 186, 229, 68, 65, 124, 226, 44, 64, + 133, 137, 235, 0, 222, 87, 6, 143, 174, 84, 207, 181, 158, 18, 115, 116, 209, + 200, 214, 231, 166, 246, 33, 155, 202, 110, 111, 147, 232, 71, 158, 246, 60, + 233, 126, 205, 179, 182, 117, 217, 214, 99, 211, 233, 98, 93, 160, 64, 8, 20, + 208, 30, 128, 0, 76, 110, 235, 186, 244, 94, 254, 202, 230, 254, 219, 54, 152, + 47, 159, 221, 66, 7, 159, 13, 120, 156, 157, 203, 65, 14, 194, 32, 16, 0, 192, + 59, 175, 216, 15, 104, 96, 233, 2, 77, 140, 209, 120, 240, 29, 11, 11, 109, + 19, + 43, 134, 208, 250, 125, 141, 79, 240, 56, 135, 233, 45, 103, 224, 108, 9, 209, + 20, 77, 130, 35, 69, 178, 193, 15, 62, 14, 18, 71, 19, 138, 13, 218, 74, 46, + 134, 152, 212, 139, 91, 126, 118, 136, 214, 39, 137, 36, 78, 163, 33, 135, + 100, + 140, 20, 255, 133, 24, 55, 48, 178, 150, 52, 114, 198, 18, 20, 111, 125, 174, + 13, 238, 188, 53, 222, 225, 58, 113, 123, 243, 3, 78, 83, 219, 47, 105, 110, + 117, 93, 182, 245, 88, 219, 116, 6, 99, 131, 13, 164, 189, 67, 56, 232, 160, + 181, 74, 117, 93, 151, 222, 243, 95, 89, 221, 126, 27, 80, 125, 0, 241, 245, + 66, + 153, 159, 10, 120, 156, 157, 203, 75, 10, 194, 48, 16, 0, 208, 125, 78, 49, + 23, + 80, 102, 76, 243, 41, 72, 81, 186, 240, 28, 99, 38, 166, 5, 67, 96, 72, 234, + 245, 5, 143, 224, 219, 191, 174, 57, 67, 32, 241, 129, 232, 133, 115, 20, 177, + 214, 59, 78, 153, 132, 109, 228, 231, 68, 78, 144, 103, 97, 116, 65, 12, 143, + 190, 53, 133, 7, 15, 229, 3, 238, 133, 245, 195, 111, 184, 22, 61, 110, 105, + 211, 86, 247, 81, 207, 77, 203, 2, 100, 163, 141, 14, 195, 197, 195, 9, 35, + 162, + 73, 173, 214, 189, 247, 252, 87, 54, 235, 111, 3, 153, 47, 177, 98, 53, 137, + 174, 2, 120, 156, 51, 52, 48, 48, 51, 49, 81, 40, 72, 76, 206, 142, 79, 203, + 204, 73, 141, 47, 73, 45, 46, 209, 43, 169, 40, 97, 184, 189, 234, 228, 183, + 208, 189, 133, 25, 252, 146, 97, 183, 252, 28, 123, 210, 59, 143, 213, 52, 2, + 0, + 138, 233, 18, 240, 183, 5, 120, 156, 11, 201, 200, 44, 86, 0, 162, 146, 140, + 84, + 133, 146, 212, 226, 18, 133, 180, 252, 34, 133, 130, 196, 228, 108, 133, 180, + 204, 156, 212, 98, 61, 174, 16, 168, 130, 178, 212, 162, 226, 204, 252, 60, 5, + 35, 133, 252, 52, 176, 28, 166, 148, 9, 66, 10, 0, 44, 45, 29, 91, 173, 5, + 120, + 156, 51, 52, 48, 48, 51, 49, 81, 40, 72, 76, 206, 142, 79, 203, 204, 73, 141, + 207, 204, 75, 73, 173, 208, 43, 169, 40, 97, 224, 185, 166, 30, 214, 80, 215, + 177, 106, 203, 133, 142, 37, 27, 255, 27, 84, 116, 87, 132, 188, 54, 68, 87, + 94, + 146, 90, 92, 2, 86, 125, 123, 213, 201, 111, 161, 123, 11, 51, 248, 37, 195, + 110, 249, 57, 246, 164, 119, 30, 171, 105, 4, 0, 170, 76, 38, 187, 184, 3, + 120, + 156, 11, 201, 200, 44, 86, 0, 162, 68, 133, 146, 212, 226, 18, 133, 180, 252, + 34, 133, 130, 196, 228, 108, 133, 204, 188, 148, 212, 10, 133, 180, 204, 156, + 212, 98, 61, 174, 16, 168, 162, 178, 212, 162, 226, 204, 252, 60, 5, 35, 61, + 46, + 0, 44, 106, 19, 3, 173, 5, 120, 156, 51, 52, 48, 48, 51, 49, 81, 40, 72, 76, + 206, 142, 79, 203, 204, 73, 141, 207, 204, 75, 73, 173, 208, 43, 169, 40, 97, + 56, 83, 113, 253, 78, 200, 29, 189, 228, 9, 177, 107, 95, 179, 173, 221, 195, + 225, 246, 251, 164, 178, 33, 186, 242, 146, 212, 226, 18, 176, 234, 218, 201, + 71, 23, 61, 125, 119, 140, 67, 219, 137, 173, 233, 195, 191, 59, 159, 238, + 158, + 119, 217, 0, 0, 196, 63, 40, 215, 181, 2, 120, 156, 11, 201, 200, 44, 86, 0, + 162, 68, 133, 146, 212, 226, 18, 133, 180, 252, 34, 133, 130, 196, 228, 108, + 133, 204, 188, 148, 212, 10, 133, 180, 204, 156, 212, 98, 61, 46, 0, 245, 188, + 12, 191, 100, 129, 88, 120, 156, 11, 183, 153, 96, 3, 0, 3, 112, 1, 96, 174, + 2, + 120, 156, 51, 52, 48, 48, 51, 49, 81, 40, 72, 76, 206, 142, 79, 203, 204, 73, + 141, 47, 73, 45, 46, 209, 43, 169, 40, 97, 168, 157, 124, 116, 209, 211, 119, + 199, 56, 180, 157, 216, 154, 62, 252, 187, 243, 233, 238, 121, 151, 13, 0, + 148, + 124, 21, 4, 174, 2, 120, 156, 51, 52, 48, 48, 51, 49, 81, 40, 72, 76, 206, + 142, + 79, 203, 204, 73, 141, 47, 73, 45, 46, 209 +]; + +List gitExpectedOutput = const [ + 116, 114, 101, 101, 32, 56, 53, 57, 51, 51, 56, 57, // + 50, 99, 100, 49, 49, 52, 97, 98, 99, 48, 99, 50, 97, 52, 98, 55, 98, 51, 97, + 50, + 53, 99, 100, 100, 99, 52, 55, 49, 99, 100, 48, 57, 100, 10, 112, 97, 114, 101, + 110, 116, 32, 56, 55, 51, 98, 52, 100, 49, 49, 101, 101, 55, 53, 50, 57, 98, + 99, + 51, 97, 99, 101, 97, 51, 101, 100, 48, 52, 98, 48, 55, 98, 98, 99, 50, 54, 57, + 50, 48, 99, 102, 99, 10, 97, 117, 116, 104, 111, 114, 32, 71, 97, 117, 114, + 97, + 118, 32, 65, 103, 97, 114, 119, 97, 108, 32, 60, 103, 114, 118, 64, 99, 104, + 114, 111, 109, 105, 117, 109, 46, 111, 114, 103, 62, 32, 49, 51, 56, 51, 56, + 53, + 48, 57, 50, 52, 32, 45, 48, 56, 48, 48, 10, 99, 111, 109, 109, 105, 116, 116, + 101, 114, 32, 71, 97, 117, 114, 97, 118, 32, 65, 103, 97, 114, 119, 97, 108, + 32, + 60, 103, 114, 118, 64, 99, 104, 114, 111, 109, 105, 117, 109, 46, 111, 114, + 103, + 62, 32, 49, 51, 56, 51, 56, 53, 48, 57, 50, 52, 32, 45, 48, 56, 48, 48, 10, + 10, + 67, 111, 109, 109, 105, 116, 32, 53, 10 +]; diff --git a/ohos/flutter_archive/lib/input_stream_test.dart b/ohos/flutter_archive/lib/input_stream_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..44b132804131136a12c07a998ec221ec2a981605 --- /dev/null +++ b/ohos/flutter_archive/lib/input_stream_test.dart @@ -0,0 +1,162 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:archive/archive.dart'; +import 'package:flutter_archive/common/test_page.dart'; + +class JKInputStreamTestPage extends TestPage { + + static const String routeName = "/input_stream_test"; + + JKInputStreamTestPage(super.title, {super.key}) { + main(); + } + + void main() { + test('InputStream([]) empty', () { + final input = InputStream([]); + expect(input.length, (0)); + expect(input.isEOS, (true)); + }); + + //readByte + test('InputStream([0xaa, 0xbb, 0xcc]) readByte', () { + const data = [0xaa, 0xbb, 0xcc]; + final input = InputStream(data); + expect(input.length, (3)); + expect(input.readByte(), (0xaa)); + expect(input.readByte(), (0xbb)); + expect(input.readByte(), (0xcc)); + expect(input.isEOS, (true)); + }); + + //peakBytes + test("InputStream([0xaa, 0xbb, 0xcc]) peakBytes", () { + const data = [0xaa, 0xbb, 0xcc]; + + final input = InputStream(data); + expect(input.readByte(), (0xaa)); + + final bytes = input.peekBytes(2).toUint8List(); + expect(bytes[0], (0xbb)); + expect(bytes[1], (0xcc)); + expect(input.readByte(), (0xbb)); + expect(input.readByte(), (0xcc)); + expect(input.isEOS, (true)); + }); + + //skip + test("InputStream([0xaa, 0xbb, 0xcc]) skip", () { + const data = [0xaa, 0xbb, 0xcc]; + final input = InputStream(data); + expect(input.length, (3)); + expect(input.readByte(), (0xaa)); + input.skip(1); + expect(input.readByte(), (0xcc)); + expect(input.isEOS, (true)); + }); + + test('InputStream( [0xaa, 0xbb, 0xcc, 0xdd, 0xee]) subset', () { + const data = [0xaa, 0xbb, 0xcc, 0xdd, 0xee]; + final input = InputStream(data); + expect(input.length, (5)); + expect(input.readByte(), (0xaa)); + + final i2 = input.subset(null, 3); + + final i3 = i2.subset(1, 2); + + expect(i2.readByte(), (0xbb)); + expect(i2.readByte(), (0xcc)); + expect(i2.readByte(), (0xdd)); + expect(i2.isEOS, (true)); + + expect(i3.readByte(), (0xcc)); + expect(i3.readByte(), (0xdd)); + }); + + test('InputStream([84, 101, 115, 116, 0]) readString', () { + const data = [84, 101, 115, 116, 0]; + final input = InputStream(data); + var s = input.readString(); + expect(s, ('Test')); + expect(input.isEOS, (true)); + + input.reset(); + + s = input.readString(size: 4); + expect(s, ('Test')); + expect(input.readByte(), (0)); + expect(input.isEOS, (true)); + }); + + test('InputStream([84, 101, 115, 116, 0]) readBytes', () { + const data = [84, 101, 115, 116, 0]; + final input = InputStream(data); + final b = input.readBytes(3).toUint8List(); + expect(b.length, (3)); + expect(b[0], (84)); + expect(b[1], (101)); + expect(b[2], (115)); + expect(input.readByte(), (116)); + expect(input.readByte(), (0)); + expect(input.isEOS, (true)); + }); + + test('InputStream([0xaa, 0xbb, 0xcc, 0xdd, 0xee]) readUint16', () { + const data = [0xaa, 0xbb, 0xcc, 0xdd, 0xee]; + // Little endian (by default) + final input = InputStream(data); + expect(input.readUint16(), (0xbbaa)); + + // Big endian + final i2 = InputStream(data, byteOrder: BIG_ENDIAN); + expect(i2.readUint16(), (0xaabb)); + }); + + test('InputStream([0xaa, 0xbb, 0xcc, 0xdd, 0xee]) readUint24', () { + const data = [0xaa, 0xbb, 0xcc, 0xdd, 0xee]; + // Little endian (by default) + final input = InputStream(data); + expect(input.readUint24(), (0xccbbaa)); + + // Big endian + final i2 = InputStream(data, byteOrder: BIG_ENDIAN); + expect(i2.readUint24(), (0xaabbcc)); + }); + + test('InputStream([0xaa, 0xbb, 0xcc, 0xdd, 0xee]) readUint32', () { + const data = [0xaa, 0xbb, 0xcc, 0xdd, 0xee]; + // Little endian (by default) + final input = InputStream(data); + expect(input.readUint32(), (0xddccbbaa)); + + // Big endian + final i2 = InputStream(data, byteOrder: BIG_ENDIAN); + expect(i2.readUint32(), (0xaabbccdd)); + }); + + test('InputStream([0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff, 0xee, 0xdd]) readUint64', () { + const data = [0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff, 0xee, 0xdd]; + // Little endian (by default) + final input = InputStream(data); + expect(input.readUint64(), (0xddeeffeeddccbbaa)); + + // Big endian + final i2 = InputStream(data, byteOrder: BIG_ENDIAN); + expect(i2.readUint64(), (0xaabbccddeeffeedd)); + }); + } +} + diff --git a/ohos/flutter_archive/lib/io_test.dart b/ohos/flutter_archive/lib/io_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..23df92edbf9ad4cd52ba17f8b9f72afa2297f6c0 --- /dev/null +++ b/ohos/flutter_archive/lib/io_test.dart @@ -0,0 +1,389 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:io'; +import 'dart:typed_data'; + +import 'package:archive/archive_io.dart'; +import 'package:path/path.dart' as p; +import 'package:flutter_archive/common/test_page.dart'; + +import 'test_utils.dart'; + +import 'package:path_provider_ohos/path_provider_ohos.dart'; +import 'package:path_provider_platform_interface/path_provider_platform_interface.dart'; + +class JKIoTestPage extends TestPage { + + static const String routeName = "/io_test"; + + final PathProviderPlatform provider = PathProviderOhos(); + String testDirPath = "/data/user/0/com.example.flutter_archive/files"; + + JKIoTestPage(super.title, {super.key}) { + onGetSupportPath(); + main(); + } + void onGetSupportPath() async { + var dir_gun = await provider.getApplicationSupportPath(); + testDirPath = dir_gun ?? "/data/user/0/com.example.flutter_archive/files"; + } + void main() { + + final testPath = p.join(testDirPath, 'out/test_123.bin'); + final testData = Uint8List(120); + for (var i = 0; i < testData.length; ++i) { + testData[i] = i; + } + + // Add an empty directory to test2 + Directory('$testDirPath/res/test2/empty').createSync(recursive: true); + + final testFile = File(testPath); + testFile.createSync(recursive: true); + testFile.openSync(mode: FileMode.write); + testFile.writeAsBytesSync(testData); + + return; + + group('InputFileStream', () { + test('InputFileStream(testPath, bufferSize: 2) length', () { + final fs = InputFileStream(testPath, bufferSize: 2); + expect(fs.length, testData.length); + }); + + test('InputFileStream(testPath, bufferSize: 2) readByte', () { + final fs = InputFileStream(testPath, bufferSize: 2); + for (var i = 0; i < testData.length; ++i) { + expect(fs.readByte(), testData[i]); + } + }); + + test('InputFileStream(testPath).readBytes(50) readBytes', () { + var input = InputFileStream(testPath); + expect(input.length, (120)); + var same = true; + var ai = 0; + while (!input.isEOS) { + var bs = input.readBytes(50); + var bytes = bs.toUint8List(); + for (var i = 0; i < bytes.length; ++i) { + same = bytes[i] == ai + i; + if (!same) { + expect(same, (true)); + return; + } + } + ai += bytes.length; + } + }); + + test('InputFileStream(testPath, bufferSize: 2) position', () { + final fs = InputFileStream(testPath, bufferSize: 2); + fs.position = 50; + final bs = fs.readBytes(50); + final b = bs.toUint8List(); + expect(b.length, 50); + for (var i = 0; i < b.length; ++i) { + expect(b[i], testData[50 + i]); + } + }); + + test('InputFileStream(testPath, bufferSize: 2) skip', () { + final fs = InputFileStream(testPath, bufferSize: 2); + fs.skip(50); + final bs = fs.readBytes(50); + final b = bs.toUint8List(); + expect(b.length, 50); + for (var i = 0; i < b.length; ++i) { + expect(b[i], testData[50 + i]); + } + }); + + test('InputFileStream(testPath, bufferSize: 2) rewind', () { + final fs = InputFileStream(testPath, bufferSize: 2); + fs.skip(50); + fs.rewind(10); + var bs = fs.readBytes(50); + var b = bs.toUint8List(); + expect(b.length, 50); + for (var i = 0; i < b.length; ++i) { + expect(b[i], testData[40 + i]); + } + }); + + test('InputFileStream(testPath, bufferSize: 2) peakBytes', () { + final fs = InputFileStream(testPath, bufferSize: 2); + final bs = fs.peekBytes(10); + final b = bs.toUint8List(); + expect(fs.position, 0); + expect(b.length, 10); + for (var i = 0; i < b.length; ++i) { + expect(b[i], testData[i]); + } + }); + + test("InputFileStream(testPath) clone", () { + final input = InputFileStream(testPath); + final input2 = InputFileStream.clone(input, position: 6, length: 5); + final bs = input2.readBytes(5); + final b = bs.toUint8List(); + expect(b.length, 5); + for (var i = 0; i < b.length; ++i) { + expect(b[i], testData[6 + i]); + } + }); + }); + + test("InputFileStream(p.join(testDirPath, 'res/cat.jpg')) InputFileStream/OutputFileStream", () { + var input = InputFileStream(p.join(testDirPath, 'res/cat.jpg')); + var output = OutputFileStream(p.join(testDirPath, 'out/cat2.jpg')); + while (!input.isEOS) { + var bytes = input.readBytes(50); + output.writeInputStream(bytes); + } + input.close(); + output.close(); + + var aBytes = File(p.join(testDirPath, 'res/cat.jpg')).readAsBytesSync(); + var bBytes = File(p.join(testDirPath, 'out/cat2.jpg')).readAsBytesSync(); + + expect(aBytes.length, (bBytes.length)); + var same = true; + for (var i = 0; same && i < aBytes.length; ++i) { + same = aBytes[i] == bBytes[i]; + } + expect(same, (true)); + }); + + test("ZipFileEncoder().create('\$testDirPath/out/testEmpty.zip') empty file", () { + var encoder = ZipFileEncoder(); + encoder.create('$testDirPath/out/testEmpty.zip'); + encoder.addFile(File('$testDirPath/res/emptyfile.txt')); + encoder.close(); + + var zipDecoder = ZipDecoder(); + var f = File('$testDirPath/out/testEmpty.zip'); + final archive = zipDecoder.decodeBytes(f.readAsBytesSync(), verify: true); + expect(archive.length, (1)); + }); + + test("InputFileStream(p.join(testDirPath, 'res/test2.tar')) stream tar decode", () { + // Decode a tar from disk to memory + var stream = InputFileStream(p.join(testDirPath, 'res/test2.tar')); + var tarArchive = TarDecoder(); + tarArchive.decodeBuffer(stream); + + for (final file in tarArchive.files) { + if (!file.isFile) { + continue; + } + var filename = file.filename; + try { + var f = File('$testDirPath/out/$filename'); + f.parent.createSync(recursive: true); + f.writeAsBytesSync(file.content as List); + } catch (e) { + print(e); + } + } + + expect(tarArchive.files.length, (4)); + }); + + test("InputFileStream(p.join(testDirPath, 'res/test.zip')) stream zip decode", () { + // Decode a tar from disk to memory + var stream = InputFileStream(p.join(testDirPath, 'res/test.zip')); + var zip = ZipDecoder().decodeBuffer(stream); + + expect(zip.files.length, (2)); + expect(zip.files[0].name, ("a.txt")); + expect(zip.files[1].name, ("cat.jpg")); + expect(zip.files[1].content.length, (51662)); + }); + + test("TarFileEncoder().open('$testDirPath/out/test3.tar') stream tar encode", () async { + // Encode a directory from disk to disk, no memory + final encoder = TarFileEncoder(); + encoder.open('$testDirPath/out/test3.tar'); + encoder.addDirectory(Directory('$testDirPath/res/test2')); + await encoder.close(); + + var tarDecoder = TarDecoder(); + var f = File('$testDirPath/out/test3.tar'); + final archive = tarDecoder.decodeBytes(f.readAsBytesSync(), verify: true); + expect(archive.length, (4)); + }); + + test("InputFileStream(p.join(testDirPath, 'res/cat.jpg')) stream gzip encode", () { + final input = InputFileStream(p.join(testDirPath, 'res/cat.jpg')); + final output = OutputFileStream(p.join(testDirPath, 'out/cat.jpg.gz')); + + final encoder = GZipEncoder(); + encoder.encode(input, output: output); + output.close(); + }); + + test("InputFileStream(p.join(testDirPath, 'out/cat.jpg.gz')) stream gzip decode", () { + var input = InputFileStream(p.join(testDirPath, 'out/cat.jpg.gz')); + var output = OutputFileStream(p.join(testDirPath, 'out/cat.jpg')); + + GZipDecoder().decodeStream(input, output); + output.close(); + }); + + test("TarFileEncoder().create('$testDirPath/out/example2.tar') TarFileEncoder -> GZipEncoder", () async { + // Encode a directory from disk to disk, no memory + var encoder = TarFileEncoder(); + encoder.create('$testDirPath/out/example2.tar'); + encoder.addDirectory(Directory('$testDirPath/res/test2')); + await encoder.close(); + + var input = InputFileStream(p.join(testDirPath, 'out/example2.tar')); + var output = OutputFileStream(p.join(testDirPath, 'out/example2.tgz')); + GZipEncoder().encode(input, output: output); + input.close(); + output.close(); + }); + + test("TarFileEncoder().tarDirectory(Directory('$testDirPath/res/test2') TarFileEncoder tgz", () async { + // Encode a directory from disk to disk, no memory + final encoder = TarFileEncoder(); + encoder.tarDirectory(Directory('$testDirPath/res/test2'), + filename: '$testDirPath/out/example2.tgz', compression: 1); + encoder.close(); + }); + + test("ZipFileEncoder().create('$testDirPath/out/example2.zip') stream zip encode", () { + var encoder = ZipFileEncoder(); + encoder.create('$testDirPath/out/example2.zip'); + encoder.addDirectory(Directory('$testDirPath/res/test2')); + encoder.addFile(File('$testDirPath/res/cat.jpg')); + encoder.addFile(File('$testDirPath/res/tarurls.txt')); + encoder.close(); + + var zipDecoder = ZipDecoder(); + var f = File('$testDirPath/out/example2.zip'); + final archive = zipDecoder.decodeBytes(f.readAsBytesSync(), verify: true); + expect(archive.length, (6)); + }); + + test("ZipDecoder().decodeBytes(File('$testDirPath/res/test2.zip').readAsBytesSync()) decode_empty_directory", () { + var zip = ZipDecoder(); + var archive = + zip.decodeBytes(File('$testDirPath/res/test2.zip').readAsBytesSync()); + expect(archive.length, 4); + }); + + test("createArchiveFromDirectory(Directory('$testDirPath/res/test2')) create_archive_from_directory", () { + var dir = Directory('$testDirPath/res/test2'); + var archive = createArchiveFromDirectory(dir); + expect(archive.length, (4)); + var encoder = ZipEncoder(); + + var bytes = encoder.encode(archive)!; + File('$testDirPath/out/test2_.zip') + ..openSync(mode: FileMode.write) + ..writeAsBytesSync(bytes); + + var zipDecoder = ZipDecoder(); + var archive2 = zipDecoder.decodeBytes(bytes, verify: true); + expect(archive2.length, (4)); + }); + + test("InputFileStream(p.join(testDirPath, 'out/test2.bin')) file close", () { + final testPath = p.join(testDirPath, 'out/test2.bin'); + final testData = Uint8List(120); + for (var i = 0; i < testData.length; ++i) { + testData[i] = i; + } + final testFile = File(testPath); + testFile.createSync(recursive: true); + final fp = testFile.openSync(mode: FileMode.write); + fp.writeFromSync(testData); + fp.closeSync(); + + final input = InputFileStream(testPath); + final bs = input.readBytes(50); + expect(bs.length, 50); + input.close(); + + testFile.delete(); + }); + + test(" extractFileToDisk('$testDirPath/res/test2.tar', '$testDirPath/out/extractFileToDisk_tar') extractFileToDisk tar", () async { + final inPath = '$testDirPath/res/test2.tar'; + final outPath = '$testDirPath/out/extractFileToDisk_tar'; + final dir = Directory(outPath); + if (dir.existsSync()) { + dir.deleteSync(recursive: true); + } + await extractFileToDisk(inPath, outPath); + + final files = dir.listSync(recursive: true); + expect(files.length, 4); + }); + + test("extractFileToDisk('$testDirPath/res/test2.tar.gz', '$testDirPath/out/extractFileToDisk_tgz') extractFileToDisk tar.gz", () async { + final inPath = '$testDirPath/res/test2.tar.gz'; + final outPath = '$testDirPath/out/extractFileToDisk_tgz'; + final dir = Directory(outPath); + if (dir.existsSync()) { + dir.deleteSync(recursive: true); + } + await extractFileToDisk(inPath, outPath); + + final files = dir.listSync(recursive: true); + expect(files.length, 4); + }); + + test("extractFileToDisk('$testDirPath/res/test2.tar.bz2', '$testDirPath/out/extractFileToDisk_tbz') extractFileToDisk tar.tbz", () async { + final inPath = '$testDirPath/res/test2.tar.bz2'; + final outPath = '$testDirPath/out/extractFileToDisk_tbz'; + final dir = Directory(outPath); + if (dir.existsSync()) { + dir.deleteSync(recursive: true); + } + await extractFileToDisk(inPath, outPath); + + final files = dir.listSync(recursive: true); + expect(files.length, 4); + }); + + test("extractFileToDisk('$testDirPath/res/test.zip', '$testDirPath/out/extractFileToDisk_zip') extractFileToDisk zip", () async { + final inPath = '$testDirPath/res/test.zip'; + final outPath = '$testDirPath/out/extractFileToDisk_zip'; + final dir = Directory(outPath); + if (dir.existsSync()) { + dir.deleteSync(recursive: true); + } + await extractFileToDisk(inPath, outPath); + + final files = dir.listSync(recursive: true); + expect(files.length, 2); + }); + + test("extractArchiveToDisk(Archive(), '$testDirPath/out/extractArchiveToDisk_symlink') extractArchiveToDisk symlink", () async { + final f1 = ArchiveFile('test', 3, 'foo'.codeUnits); + final f2 = ArchiveFile('link', 0, null); + f2.isSymbolicLink = true; + f2.nameOfLinkedFile = './../test.tar'; + final a = Archive(); + a.addFile(f1); + a.addFile(f2); + extractArchiveToDisk(a, '$testDirPath/out/extractArchiveToDisk_symlink'); + }); + } +} + diff --git a/ohos/flutter_archive/lib/main.dart b/ohos/flutter_archive/lib/main.dart new file mode 100644 index 0000000000000000000000000000000000000000..066a42e79baf03567c255f9491fea58c5cbf9a78 --- /dev/null +++ b/ohos/flutter_archive/lib/main.dart @@ -0,0 +1,227 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'package:flutter_archive/common/test_route.dart'; +import 'package:flutter_archive/common/test_model_app.dart'; + +import 'package:path/path.dart'; +import 'dart:io'; + +import 'adler32_test.dart'; +import 'archive_test.dart'; +import 'bzip2_test.dart'; +import 'commands_test.dart'; +import 'crc32_test.dart'; +import 'deflate_test.dart'; +import 'gzip_test.dart'; +import 'inflate_test.dart'; +import 'input_stream_test.dart'; +import 'io_test.dart'; +import 'output_stream_test.dart'; +import 'pub_test_wip.dart'; +import 'tar_test.dart'; +import 'test_utils.dart'; +import 'xz_test.dart'; +import 'zip_test.dart'; +import 'zlib_test.dart'; +import 'rt_example.dart'; + +Future main() async { + + //commands_test + //io_test + // + final app = TestRoute(routes: { + '/adler32_test': (BuildContext context) => JKAdler32TestPage("adler32_test"), + '/archive_test': (BuildContext context) => JKArchiveTestPage("archive_test"), + '/bzip2_test': (BuildContext context) => JKBzip2TestPage("bzip2_test"), + //'/commands_test': (BuildContext context) => JKCommandsTestPage("commands_test"), + '/crc32_test': (BuildContext context) => JKCrc32TestPage("crc32_test"), + + '/deflate_test': (BuildContext context) => JKDeflateTestPage("deflate_test"), + '/gzip_test': (BuildContext context) => JKGzipTestPage("gzip_test"), + '/inflate_test': (BuildContext context) => JKInflateTestPage("inflate_test"), + '/input_stream_test': (BuildContext context) => JKInputStreamTestPage("input_stream_test"), + //'/io_test': (BuildContext context) => JKIoTestPage("io_test"), + '/output_stream_test': (BuildContext context) => JKOutputStreamTestPage("output_stream_test"), + '/pub_test_wip_test': (BuildContext context) => JKPubTestWipPage("pub_test_wip_test"), + '/tar_test': (BuildContext context) => JKTarTestPage("tar_test"), + + '/xz_test': (BuildContext context) => JKXzTestPage("xz_test"), + '/zip_test': (BuildContext context) => JKZipTestPage("zip_test"), + '/zlip_test': (BuildContext context) => JKZlipTestPage("zlip_test"), + + //'/example_test': (BuildContext context) => JKExampleTestPage(), + + }, items: [ + MainItem('adler32_test', 'details', route: '/adler32_test'), + MainItem('archive_test', 'details', route: '/archive_test'), + MainItem('bzip2_test', 'details', route: '/bzip2_test'), + //MainItem('commands_test', 'details', route: '/commands_test'), + MainItem('crc32_test', 'details', route: '/crc32_test'), + + MainItem('deflate_test', 'details', route: '/deflate_test'), + MainItem('gzip_test', 'details', route: '/gzip_test'), + MainItem('inflate_test', 'details', route: '/inflate_test'), + MainItem('input_stream_test', 'details', route: '/input_stream_test'), + //MainItem('io_test', 'details', route: '/io_test'), + MainItem('output_stream_test', 'details', route: '/output_stream_test'), + MainItem('pub_test_wip_test', 'details', route: '/pub_test_wip_test'), + MainItem('tar_test', 'details', route: '/tar_test'), + MainItem('xz_test', 'details', route: '/xz_test'), + + MainItem('zip_test', 'details', route: '/zip_test'), + MainItem('zlip_test', 'details', route: '/zlip_test'), + + //MainItem('example_test', 'details', route: '/example_test'), + ]); + + + //var p = Path(); + //p.d + //final String testDirPath = p.dirname(p.fromUri("archive_test.dart")); + //print("66666:${testDirPath}"); + + //final directory = Directory.current.resolve('pubspec.yaml'); + final sss = Directory.current; + print("66666:${sss}"); + + runApp(TestModelApp( + appName: 'archive', + data: app)); + + //runApp(const MyApp()); +} + +class MyApp extends StatelessWidget { + const MyApp({super.key}); + + // This widget is the root of your application. + @override + Widget build(BuildContext context) { + return MaterialApp( + title: 'Flutter Demo', + theme: ThemeData( + // This is the theme of your application. + // + // TRY THIS: Try running your application with "flutter run". You'll see + // the application has a blue toolbar. Then, without quitting the app, + // try changing the seedColor in the colorScheme below to Colors.green + // and then invoke "hot reload" (save your changes or press the "hot + // reload" button in a Flutter-supported IDE, or press "r" if you used + // the command line to start the app). + // + // Notice that the counter didn't reset back to zero; the application + // state is not lost during the reload. To reset the state, use hot + // restart instead. + // + // This works for code too, not just values: Most code changes can be + // tested with just a hot reload. + colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple), + useMaterial3: true, + ), + home: const MyHomePage(title: 'Flutter Demo Home Page'), + ); + } +} + +class MyHomePage extends StatefulWidget { + const MyHomePage({super.key, required this.title}); + + // This widget is the home page of your application. It is stateful, meaning + // that it has a State object (defined below) that contains fields that affect + // how it looks. + + // This class is the configuration for the state. It holds the values (in this + // case the title) provided by the parent (in this case the App widget) and + // used by the build method of the State. Fields in a Widget subclass are + // always marked "final". + + final String title; + + @override + State createState() => _MyHomePageState(); +} + +class _MyHomePageState extends State { + int _counter = 0; + + void _incrementCounter() { + setState(() { + // This call to setState tells the Flutter framework that something has + // changed in this State, which causes it to rerun the build method below + // so that the display can reflect the updated values. If we changed + // _counter without calling setState(), then the build method would not be + // called again, and so nothing would appear to happen. + _counter++; + }); + } + + @override + Widget build(BuildContext context) { + // This method is rerun every time setState is called, for instance as done + // by the _incrementCounter method above. + // + // The Flutter framework has been optimized to make rerunning build methods + // fast, so that you can just rebuild anything that needs updating rather + // than having to individually change instances of widgets. + return Scaffold( + appBar: AppBar( + // TRY THIS: Try changing the color here to a specific color (to + // Colors.amber, perhaps?) and trigger a hot reload to see the AppBar + // change color while the other colors stay the same. + backgroundColor: Theme.of(context).colorScheme.inversePrimary, + // Here we take the value from the MyHomePage object that was created by + // the App.build method, and use it to set our appbar title. + title: Text(widget.title), + ), + body: Center( + // Center is a layout widget. It takes a single child and positions it + // in the middle of the parent. + child: Column( + // Column is also a layout widget. It takes a list of children and + // arranges them vertically. By default, it sizes itself to fit its + // children horizontally, and tries to be as tall as its parent. + // + // Column has various properties to control how it sizes itself and + // how it positions its children. Here we use mainAxisAlignment to + // center the children vertically; the main axis here is the vertical + // axis because Columns are vertical (the cross axis would be + // horizontal). + // + // TRY THIS: Invoke "debug painting" (choose the "Toggle Debug Paint" + // action in the IDE, or press "p" in the console), to see the + // wireframe for each widget. + mainAxisAlignment: MainAxisAlignment.center, + children: [ + const Text( + 'You have pushed the button this many times:', + ), + Text( + '$_counter', + style: Theme.of(context).textTheme.headlineMedium, + ), + ], + ), + ), + floatingActionButton: FloatingActionButton( + onPressed: _incrementCounter, + tooltip: 'Increment', + child: const Icon(Icons.add), + ), // This trailing comma makes auto-formatting nicer for build methods. + ); + } +} diff --git a/ohos/flutter_archive/lib/output_stream_test.dart b/ohos/flutter_archive/lib/output_stream_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..0ec122d7dd9f7d03b89ef64cc77540d2619e35cd --- /dev/null +++ b/ohos/flutter_archive/lib/output_stream_test.dart @@ -0,0 +1,101 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:archive/archive.dart'; +import 'package:flutter_archive/common/test_page.dart'; + +class JKOutputStreamTestPage extends TestPage { + + static const String routeName = "/output_stream_test"; + + JKOutputStreamTestPage(super.title, {super.key}) { + main(); + } + + void main() { + test('OutputStream() empty', () { + final out = OutputStream(); + final bytes = out.getBytes(); + expect(bytes.length, (0)); + }); + + test('OutputStream() writeByte', () { + final out = OutputStream(); + for (var i = 0; i < 100; ++i) { + out.writeByte(i % 256); + } + final bytes = out.getBytes(); + expect(bytes.length, (100)); + for (var i = 0; i < 100; ++i) {//10000 + expect(bytes[i], (i % 256)); + } + }); + + test('InputStream(bytes) writeUint16', () { + final out = OutputStream(); + + const len = 0xffff; + + for (var i = 0; i < 100; ++i) {//len + out.writeUint16(i); + } + + final bytes = out.getBytes(); + expect(bytes.length, (len * 2)); + + final input = InputStream(bytes); + for (var i = 0; i < 100; ++i) {//len + final x = input.readUint16(); + expect(x, (i)); + } + }); + + test('InputStream(bytes) writeUint32', () { + final out = OutputStream(); + + const len = 0xffff; + for (var i = 0; i < 100; ++i) {//len + out.writeUint32(0xffff + i); + } + + var bytes = out.getBytes(); + expect(bytes.length, (len * 4)); + + final input = InputStream(bytes); + for (var i = 0; i < 100; ++i) {//len + final x = input.readUint32(); + expect(x, (0xffff + i)); + } + }); + + test('InputStream(bytes) writeUint64', () { + final out = OutputStream(); + + const LEN = 0xffff; + for (var i = 0; i < 100; ++i) {//len + out.writeUint64(0xffff + i); + } + + var bytes = out.getBytes(); + expect(bytes.length, (LEN * 8)); + + final input = InputStream(bytes); + for (var i = 0; i < 100; ++i) {//len + final x = input.readUint64(); + expect(x, (0xffff + i)); + } + }); + } +} + diff --git a/ohos/flutter_archive/lib/pub_test_wip.dart b/ohos/flutter_archive/lib/pub_test_wip.dart new file mode 100644 index 0000000000000000000000000000000000000000..e9ca9c50b06cbbffcdca0c80287479708aef5dbd --- /dev/null +++ b/ohos/flutter_archive/lib/pub_test_wip.dart @@ -0,0 +1,241 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:io'; + +import 'package:archive/archive.dart'; +import 'package:flutter_archive/common/test_page.dart'; + +import 'test_utils.dart'; + +//import 'package:path_provider/path_provider.dart'; +import 'package:flutter/services.dart'; +import 'dart:typed_data'; + +import 'package:path_provider_ohos/path_provider_ohos.dart'; +import 'package:path_provider_platform_interface/path_provider_platform_interface.dart'; + +class JKPubTestWipPage extends TestPage { + static const String routeName = "/pub_test_wip_test"; + + final PathProviderPlatform provider = PathProviderOhos(); + String testDirPath = "/data/storage/el2/base/files"; + + JKPubTestWipPage(super.title, {super.key}) { + writeSomeFile(); + definePubTests(); + } + void writeSomeFile() async { + var dirGun = await provider.getApplicationSupportPath(); + testDirPath = dirGun ?? "/data/storage/el2/base/files"; + + String filenameTarurl = "tarurls.txt"; + + String filepathTarurl = "$testDirPath/$filenameTarurl"; + + var bytesTarurl = await rootBundle.load("assets/res/${filenameTarurl}"); + + await new File(filepathTarurl).writeAsString(bytesTarurl as String); + + // ByteBuffer bufferGun = bytesTarurl.buffer; + // + // File fileObj = File(filepathTarurl); + // await fileObj.writeAsBytes(bufferGun.asUint8List( + // bytesTarurl.offsetInBytes, bytesTarurl.lengthInBytes)); + + /////// + String fileNameAndroid = "android-javadoc.zip"; + + String filePathAndroid = "$testDirPath/$fileNameAndroid"; + + String pathName = "assets/res/zip/${fileNameAndroid}"; + var bytesAndroid = await rootBundle.load(pathName); + ByteBuffer bufferAndroid = bytesAndroid.buffer; + + await new File(filePathAndroid).writeAsBytes(bufferAndroid.asUint8List( + bytesAndroid.offsetInBytes, bytesAndroid.lengthInBytes)); + } + + void definePubTests() { + group('pub archives', () { + HttpClient? client; + + //setUpAll(() { + client = HttpClient(); + //}); + + //tearDownAll(() { + client!.close(force: true); + //}); + + test("File(path + '/res/tarurls.txt').readAsLinesSync() PUB ARCHIVES", + () async { + // final script = File(Platform.script.toFilePath()); + // final path = script.parent.path; + //final fp = File(path + '/res/tarurls.txt'); + // final fp = File("${testDirPath}/tarurls.txt"); + // final urls = fp.readAsLinesSync(); + + // await downloadUrls(client, urls); + expect( + "File(path + '/res/tarurls.txt').readAsLinesSync() PUB ARCHIVES", + "object"); + //extractDart(urls); + // TODO need a generic system level tar exe to work with the + // travis CI system. + //extract7z(urls); + //compareDirs(urls); + }); + }); + } +} + +void extract7z(List urls) { + final script = File(Platform.script.toFilePath()); + final path = "/data/storage/el2/base/files"; //script.parent.path; + + for (final url in urls) { + final filename = url.split('/').last; + final inputPath = '$path\\out\\$filename'; + + final outputPath = path + '\\out\\' + filename + '.7z'; + print('$inputPath : $outputPath'); + + final outDir = Directory(outputPath); + if (!outDir.existsSync()) { + outDir.createSync(recursive: true); + } + + print('EXTRACTING $inputPath'); + Process.runSync('7z', ['x', '-o$outputPath', inputPath]); + + final tarFilename = filename.substring(0, filename.lastIndexOf('.')); + var tarPath = '$outputPath\\$tarFilename'; + if (!File(tarPath).existsSync()) { + tarPath = '$outputPath\\intermediate.tar'; + } + print('TAR $tarPath'); + + Process.runSync('7z', ['x', '-y', '-o$outputPath', tarPath]); + + File(tarPath).deleteSync(); + } +} + +Future downloadUrls(HttpClient? client, List urls) async { + final script = File(Platform.script.toFilePath()); + final path = script.parent.path; + + final downloads = []; + for (final url in urls) { + print(url); + + final filename = url.split('/').last; + + var download = HttpClient() + .getUrl(Uri.parse(url)) + .then(((HttpClientRequest request) => request.close())) + .then(((HttpClientResponse response) => response + .cast>() + .pipe(File(path + '/out/' + filename).openWrite()))); + + downloads.add(download); + } + + for (var download in downloads) { + await download; + } +} + +void extractDart(List urls) { + //final script = File(Platform.script.toFilePath()); + final path = "/data/storage/el2/base/files/"; //script.parent.path; + + String testDirPath = "/data/storage/el2/base/files"; + + for (final url in urls) { + //final filename = url.split('/').last; + //final inputPath = '$path\\out\\$filename'; + + //final outputPath = path + '\\out\\' + filename + '.out'; + //print('$inputPath : $outputPath'); + + //print('EXTRACTING $inputPath'); + + // final fp = File(path + '/out/' + filename); + // final data = fp.readAsBytesSync(); + + var fp = File("${testDirPath}/android-javadoc.zip"); + var data = fp.readAsBytesSync(); + + final tarArchive = TarDecoder(); + tarArchive.decodeBytes(GZipDecoder().decodeBytes(data)); + + //print('EXTRACTING $filename'); + + // final outDir = Directory(outputPath); + // if (!outDir.existsSync()) { + // outDir.createSync(recursive: true); + // } + + for (final file in tarArchive.files) { + if (!file.isFile) { + continue; + } + final filename = file.filename; + try { + //final f = File('$outputPath${Platform.pathSeparator}$filename'); + final f = File('$path$filename'); + f.parent.createSync(recursive: true); + f.writeAsBytesSync(file.content as List); + } catch (e) { + print(e); + } + } + } +} + +void compareDirs(List urls) { + final script = File(Platform.script.toFilePath()); + final path = script.parent.path; + + for (final url in urls) { + final filename = url.split('/').last; + final outPath7z = '$path\\out\\$filename.7z'; + final outPathDart = '$path\\out\\$filename.out'; + print('$outPathDart : $outPath7z'); + + final files7z = []; + listDir(files7z, Directory(outPath7z)); + final filesDart = []; + listDir(filesDart, Directory(outPathDart)); + + expect(filesDart.length, files7z.length); + //print("#${filesDart.length} : ${files7z.length}"); + + for (var i = 0; i < filesDart.length; ++i) { + final fd = filesDart[i]; + final f7z = files7z[i]; + + final bytesDart = fd.readAsBytesSync(); + final bytes7z = f7z.readAsBytesSync(); + + expect(bytesDart.length, bytes7z.length); + + for (var j = 0; j < bytesDart.length; ++j) { + expect(bytesDart[j], bytes7z[j]); + } + } + } +} diff --git a/ohos/flutter_archive/lib/rt_example.dart b/ohos/flutter_archive/lib/rt_example.dart new file mode 100644 index 0000000000000000000000000000000000000000..32107965e7dfbc5fb0f2040e7830973a53553aae --- /dev/null +++ b/ohos/flutter_archive/lib/rt_example.dart @@ -0,0 +1,176 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'dart:io'; +import 'package:archive/archive_io.dart'; + +class JKExampleTestPage extends StatefulWidget { + + static const String routeName = "/example_test"; + String? title = ""; + + JKExampleTestPage({Key ? key}) : super(key: key) {}//; + + @override + _JKExampleTestPageState createState() => _JKExampleTestPageState(); +} +class _JKExampleTestPageState extends State { + + // int anInt = 0; + // String aString = ''; + // List aList = []; + // bool _done = false; + + //Future chainFuture = Future(() => {}); + + String formattedDateTime = ""; + String parsedDateTime = ""; + String formattedNumber = ""; + String parsedNumber = ""; + String TheLastCharacter = ""; + String Substring_1 = ""; + String SkippingLastCharacter = ""; + String ChangeFlag = ""; + + void testExample() { + + // Read the Zip file from disk. + final bytes = File('test.zip').readAsBytesSync(); + + // Decode the Zip file + final archive = ZipDecoder().decodeBytes(bytes); + + // Extract the contents of the Zip archive to disk. + for (final file in archive) { + final filename = file.name; + if (file.isFile) { + final data = file.content as List; + File('out/' + filename) + ..createSync(recursive: true) + ..writeAsBytesSync(data); + } else { + Directory('out/' + filename).create(recursive: true); + } + } + + // Encode the archive as a BZip2 compressed Tar file. + final tarData = TarEncoder().encode(archive); + final tarBz2 = BZip2Encoder().encode(tarData); + + // Write the compressed tar file to disk. + final fp = File('test.tbz'); + fp.writeAsBytesSync(tarBz2); + + // Zip a directory to out.zip using the zipDirectory convenience method + var encoder = ZipFileEncoder(); + encoder.zipDirectory(Directory('out'), filename: 'out.zip'); + + // Manually create a zip of a directory and individual files. + encoder.create('out2.zip'); + encoder.addDirectory(Directory('out')); + encoder.addFile(File('test.zip')); + encoder.close(); + + print('刷新ui'); + setState(() { + // 刷新ui + }); + } + + @override + void initState() { + // TODO: implement initState + super.initState(); + + testExample(); + } + + @override + Widget build(BuildContext context) { + + print('刷新ui6677'); + + // 1.获取数据 + final args = ModalRoute.of(context)?.settings.arguments; + //widget.title = args as String ?? "66"; + + return Scaffold( + + appBar: AppBar( + centerTitle: true, + title: Row( + mainAxisAlignment: MainAxisAlignment.center, + mainAxisSize: MainAxisSize.min, + children: [ + Text(widget.title ?? ""), + ], + ), + leading: IconButton( + icon: Icon(Icons.arrow_back_ios), + onPressed: () { + Navigator.of(context).pop(); + }, + ), + ), + body: SingleChildScrollView( + child: Column( + children: [ + Center( + child: Container( + child: Text(formattedDateTime), + ), + ), + Center( + child: Container( + child: Text(parsedDateTime), + ), + ), + Center( + child: Container( + child: Text(formattedNumber), + ), + ), + Center( + child: Container( + child: Text(parsedNumber), + ), + ), + Center( + child: Container( + child: Text(TheLastCharacter), + ), + ), + Center( + child: Container( + child: Text(Substring_1), + ), + ), + Center( + child: Container( + child: Text(SkippingLastCharacter), + ), + ), + Center( + child: Container( + child: Text(ChangeFlag), + ), + ), + ], + ), + ), + ); + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/lib/tar_test.dart b/ohos/flutter_archive/lib/tar_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..2413653439903a13f82ae080dd8f34e9ec36910a --- /dev/null +++ b/ohos/flutter_archive/lib/tar_test.dart @@ -0,0 +1,558 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:io'; +import 'package:archive/archive.dart'; +import 'package:path/path.dart' as p; +import 'package:flutter_archive/common/test_page.dart'; +import 'package:http/http.dart' as http; + +import 'test_utils.dart'; + +//import 'package:path_provider/path_provider.dart'; +import 'package:flutter/services.dart'; +import 'dart:typed_data'; + +import 'package:path_provider_ohos/path_provider_ohos.dart'; +import 'package:path_provider_platform_interface/path_provider_platform_interface.dart'; + +var tarTests = [ + { + 'file': 'gnu.tar', //'res/tar/gnu.tar', + 'headers': [ + { + 'Name': 'small.txt', + 'Mode': int.parse('0640', radix: 8), + 'Uid': 73025, + 'Gid': 5000, + 'Size': 5, + 'ModTime': 1244428340, + 'Typeflag': '0', + 'Uname': 'dsymonds', + 'Gname': 'eng', + }, + { + 'Name': 'small2.txt', + 'Mode': int.parse('0640', radix: 8), + 'Uid': 73025, + 'Gid': 5000, + 'Size': 11, + 'ModTime': 1244436044, + 'Typeflag': '0', + 'Uname': 'dsymonds', + 'Gname': 'eng', + } + ], + 'cksums': [ + 'e38b27eaccb4391bdec553a7f3ae6b2f', + 'c65bd2e50a56a2138bf1716f2fd56fe9', + ], + }, + { + 'file': 'star.tar', //'res/tar/star.tar', + 'headers': [ + { + 'Name': 'small.txt', + 'Mode': int.parse('0640', radix: 8), + 'Uid': 73025, + 'Gid': 5000, + 'Size': 5, + 'ModTime': 1244592783, + 'Typeflag': '0', + 'Uname': 'dsymonds', + 'Gname': 'eng', + 'AccessTime': 1244592783, + 'ChangeTime': 1244592783, + }, + { + 'Name': 'small2.txt', + 'Mode': int.parse('0640', radix: 8), + 'Uid': 73025, + 'Gid': 5000, + 'Size': 11, + 'ModTime': 1244592783, + 'Typeflag': '0', + 'Uname': 'dsymonds', + 'Gname': 'eng', + 'AccessTime': 1244592783, + 'ChangeTime': 1244592783, + }, + ], + }, + { + 'file': 'v7.tar', //'res/tar/v7.tar', + 'headers': [ + { + 'Name': 'small.txt', + 'Mode': int.parse('0444', radix: 8), + 'Uid': 73025, + 'Gid': 5000, + 'Size': 5, + 'ModTime': 1244593104, + 'Typeflag': '', + }, + { + 'Name': 'small2.txt', + 'Mode': int.parse('0444', radix: 8), + 'Uid': 73025, + 'Gid': 5000, + 'Size': 11, + 'ModTime': 1244593104, + 'Typeflag': '', + }, + ], + }, + { + 'file': 'pax.tar', //'res/tar/pax.tar', + 'headers': [ + { + 'Name': + 'a/123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100', + 'Mode': int.parse('0664', radix: 8), + 'Uid': 1000, + 'Gid': 1000, + 'Uname': 'shane', + 'Gname': 'shane', + 'Size': 7, + 'ModTime': 1350244992, + 'ChangeTime': 1350244992, + 'AccessTime': 1350244992, + 'Typeflag': TarFile.TYPE_NORMAL_FILE, + }, + { + 'Name': 'a/b', + 'Mode': int.parse('0777', radix: 8), + 'Uid': 1000, + 'Gid': 1000, + 'Uname': 'shane', + 'Gname': 'shane', + 'Size': 0, + 'ModTime': 1350266320, + 'ChangeTime': 1350266320, + 'AccessTime': 1350266320, + 'Typeflag': TarFile.TYPE_SYMBOLIC_LINK, + 'Linkname': + '123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100', + }, + ], + }, + { + 'file': 'nil-uid.tar', //'res/tar/nil-uid.tar', + 'headers': [ + { + 'Name': 'P1050238.JPG.log', + 'Mode': int.parse('0664', radix: 8), + 'Uid': 0, + 'Gid': 0, + 'Size': 14, + 'ModTime': 1365454838, + 'Typeflag': TarFile.TYPE_NORMAL_FILE, + 'Linkname': '', + 'Uname': 'eyefi', + 'Gname': 'eyefi', + 'Devmajor': 0, + 'Devminor': 0, + }, + ], + }, +]; + +class JKTarTestPage extends TestPage { + static const String routeName = "/tar_test"; + + var model = JKTestUtilsPage("utils_test"); + + final PathProviderPlatform provider = PathProviderOhos(); + String testDirPath = "/data/storage/el2/base/files"; + + JKTarTestPage(super.title, {super.key}) { + writeSomeFile_gun(); + writeSomeFile_star(); + writeSomeFile_v7(); + writeSomeFile_pax(); + writeSomeFile_nil_uid(); + writeSomeFile_x(); + writeSomeFile_sim(); + writeSomeFile_test(); + writeSomeFile_test2(); + writeSomeFile_test2gz(); + main(); + } + + void writeSomeFile_gun() async { + var dir_gun = await provider.getApplicationSupportPath(); + testDirPath = dir_gun ?? "/data/storage/el2/base/files"; + + String fileName_gnu = "gnu.tar"; + + String filePath_gun = "$testDirPath/$fileName_gnu"; + + var bytes_gun = await rootBundle.load("assets/res/tar/${fileName_gnu}"); + ByteBuffer buffer_gun = bytes_gun.buffer; + + //new File(filePath_tarurl).writeAsBytesSync(buffer_tarurl.asUint8List(bytes_tarurl.offsetInBytes,bytes_tarurl.lengthInBytes));z.lengthInBytes)); + await new File(filePath_gun).writeAsBytes(buffer_gun.asUint8List( + bytes_gun.offsetInBytes, bytes_gun.lengthInBytes)); + print('文件路径77: $filePath_gun'); + } + + void writeSomeFile_star() async { + String fileName_star = "star.tar"; + String dir_star = + testDirPath; //(await getApplicationSupportDirectory()).absolute.path; + + String filePath_star = "$dir_star/$fileName_star"; + + var bytes_star = await rootBundle.load("assets/res/tar/${fileName_star}"); + ByteBuffer buffer_star = bytes_star.buffer; + + await new File(filePath_star).writeAsBytes(buffer_star.asUint8List( + bytes_star.offsetInBytes, bytes_star.lengthInBytes)); + print('文件路径77: $filePath_star'); + } + + void writeSomeFile_v7() async { + String fileName_v7 = "v7.tar"; + String dir_v7 = + testDirPath; //(await getApplicationSupportDirectory()).absolute.path; + + String filePath_v7 = "$dir_v7/$fileName_v7"; + + var bytes_v7 = await rootBundle.load("assets/res/tar/${fileName_v7}"); + ByteBuffer buffer_v7 = bytes_v7.buffer; + + await new File(filePath_v7).writeAsBytes( + buffer_v7.asUint8List(bytes_v7.offsetInBytes, bytes_v7.lengthInBytes)); + print('文件路径77: $filePath_v7'); + } + + void writeSomeFile_pax() async { + String fileName_pax = "pax.tar"; + String dir_pax = + testDirPath; //(await getApplicationSupportDirectory()).absolute.path; + + String filePath_pax = "$dir_pax/$fileName_pax"; + + var bytes_pax = await rootBundle.load("assets/res/tar/${fileName_pax}"); + ByteBuffer buffer_pax = bytes_pax.buffer; + + await new File(filePath_pax).writeAsBytes(buffer_pax.asUint8List( + bytes_pax.offsetInBytes, bytes_pax.lengthInBytes)); + print('文件路径77: $filePath_pax'); + } + + void writeSomeFile_nil_uid() async { + String fileName_niluid = "nil-uid.tar"; + String dir_niluid = + testDirPath; //(await getApplicationSupportDirectory()).absolute.path; + + String filePath_niluid = "$dir_niluid/$fileName_niluid"; + + var bytes_niluid = + await rootBundle.load("assets/res/tar/${fileName_niluid}"); + ByteBuffer buffer_niluid = bytes_niluid.buffer; + + await new File(filePath_niluid).writeAsBytes(buffer_niluid.asUint8List( + bytes_niluid.offsetInBytes, bytes_niluid.lengthInBytes)); + print('文件路径77: $filePath_niluid'); + } + + void writeSomeFile_x() async { + String fileName_niluid = "x.tar"; + String dir_niluid = + testDirPath; //(await getApplicationSupportDirectory()).absolute.path; + + String filePath_niluid = "$dir_niluid/$fileName_niluid"; + + var bytes_niluid = + await rootBundle.load("assets/res/tar/${fileName_niluid}"); + ByteBuffer buffer_niluid = bytes_niluid.buffer; + + await new File(filePath_niluid).writeAsBytes(buffer_niluid.asUint8List( + bytes_niluid.offsetInBytes, bytes_niluid.lengthInBytes)); + print('文件路径77: $filePath_niluid'); + } + + void writeSomeFile_sim() async { + String fileName_niluid = "symlink_tar.tar"; + String dir_niluid = + testDirPath; //(await getApplicationSupportDirectory()).absolute.path; + + String filePath_niluid = "$dir_niluid/$fileName_niluid"; + + var bytes_niluid = + await rootBundle.load("assets/res/tar/${fileName_niluid}"); + ByteBuffer buffer_niluid = bytes_niluid.buffer; + + await new File(filePath_niluid).writeAsBytes(buffer_niluid.asUint8List( + bytes_niluid.offsetInBytes, bytes_niluid.lengthInBytes)); + print('文件路径77: $filePath_niluid'); + } + + void writeSomeFile_test() async { + String fileName_niluid = "test.tar"; + String dir_niluid = + testDirPath; //(await getApplicationSupportDirectory()).absolute.path; + + String filePath_niluid = "$dir_niluid/$fileName_niluid"; + + var bytes_niluid = await rootBundle.load("assets/res/${fileName_niluid}"); + ByteBuffer buffer_niluid = bytes_niluid.buffer; + + await new File(filePath_niluid).writeAsBytes(buffer_niluid.asUint8List( + bytes_niluid.offsetInBytes, bytes_niluid.lengthInBytes)); + print('文件路径77: $filePath_niluid'); + } + + void writeSomeFile_test2() async { + String fileName_niluid = "test2.tar"; + String dir_niluid = + testDirPath; //(await getApplicationSupportDirectory()).absolute.path; + + String filePath_niluid = "$dir_niluid/$fileName_niluid"; + + var bytes_niluid = await rootBundle.load("assets/res/${fileName_niluid}"); + ByteBuffer buffer_niluid = bytes_niluid.buffer; + + await new File(filePath_niluid).writeAsBytes(buffer_niluid.asUint8List( + bytes_niluid.offsetInBytes, bytes_niluid.lengthInBytes)); + print('文件路径77: $filePath_niluid'); + } + + void writeSomeFile_test2gz() async { + String fileName_niluid = "test2.tar.gz"; + String dir_niluid = + testDirPath; //(await getApplicationSupportDirectory()).absolute.path; + + String filePath_niluid = "$dir_niluid/$fileName_niluid"; + + var bytes_niluid = await rootBundle.load("assets/res/${fileName_niluid}"); + ByteBuffer buffer_niluid = bytes_niluid.buffer; + + await new File(filePath_niluid).writeAsBytes(buffer_niluid.asUint8List( + bytes_niluid.offsetInBytes, bytes_niluid.lengthInBytes)); + print('文件路径77: $filePath_niluid'); + } + + void main() { + final tar = TarDecoder(); + final tarEncoder = TarEncoder(); + + test('TarDecoder().decodeBytes([1, 2, 3]) tar invalid archive', () { + try { + TarDecoder().decodeBytes([1, 2, 3]); + expect(TarDecoder().decodeBytes([1, 2, 3]), "object"); + assert(false); + } catch (e) { + // pass + expect("TarDecoder().decodeBytes([1, 2, 3])", "object"); + } + }); + + test( + "TarEncoder().encode(Archive()..addFile(ArchiveFile('file.txt', 1, [100]))) tar file", + () { + final tar = TarEncoder() + .encode(Archive()..addFile(ArchiveFile('file.txt', 1, [100]))); + File(p.join(testDirPath, 'out/tar_encoded.tar')) + ..createSync(recursive: true) + ..writeAsBytesSync(tar); + expect(Archive()..addFile(ArchiveFile('file.txt', 1, [100])), true); + }); + + test( + "TarDecoder().decodeBytes(TarEncoder().encode(Archive()..addFile(ArchiveFile('file.txt', 1, List.empty())..isSymbolicLink = true..nameOfLinkedFile = 'file2.txt'))) tar file with symlink", + () { + ArchiveFile symlink = ArchiveFile('file.txt', 1, List.empty()) + ..isSymbolicLink = true + ..nameOfLinkedFile = 'file2.txt'; + final tar = TarEncoder().encode(Archive()..addFile(symlink)); + File(p.join(testDirPath, 'out/tar_encoded.tar')) + ..createSync(recursive: true) + ..writeAsBytesSync(tar); + final archive = TarDecoder().decodeBytes(tar); + expect(archive.files[0].isSymbolicLink, true); + }); + + test( + "tar.decodeBytes(File(p.join(testDirPath, 'res/tar/x.tar')).readAsBytesSync(), verify: true) long file name", + () { + //final file = File(p.join(testDirPath, 'res/tar/x.tar')); + final file = File("${testDirPath}/x.tar"); + final bytes = file.readAsBytesSync(); + final archive = tar.decodeBytes(bytes, verify: true); + + expect(archive.numberOfFiles(), (1)); + var x = ''; + for (var i = 0; i < 150; ++i) { + x += 'x'; + } + x += '.txt'; + expect(archive.files[0].name, (x)); + }); + + test( + 'tar.decodeBytes(tarBytes, verify: true) long file name not null terminated', + () async { + // final bytes = await http.readBytes(Uri.parse( + // 'https://pub.dev/packages/firebase_messaging/versions/10.0.8.tar.gz')); + // final tarBytes = GZipDecoder().decodeBytes(bytes, verify: true); + // final archive = tar.decodeBytes(tarBytes, verify: true); + // + // expect(archive.numberOfFiles(), (129)); + // expect( + // archive.files[13].name, + // ( + // 'android/src/main/java/io/flutter/plugins/firebase/messaging/FlutterFirebaseMessagingBackgroundExecutor.java')); + }); + + test('archive.files[1].isSymbolicLink symlink', () { + //var file = File(p.join(testDirPath, 'res/tar/symlink_tar.tar')); + var file = File("${testDirPath}/symlink_tar.tar"); + List bytes = file.readAsBytesSync(); + final archive = tar.decodeBytes(bytes, verify: true); + expect(archive.numberOfFiles(), (4)); + expect(archive.files[1].isSymbolicLink, (true)); + expect(archive.files[1].nameOfLinkedFile, ('b/b.txt')); + }); + + test( + "tar.decodeBytes(File(p.join(testDirPath, 'res/test2.tar')).readAsBytesSync(), verify: true) decode test2.tar", + () { + //var file = File(p.join(testDirPath, 'res/test2.tar')); + var file = File("${testDirPath}/test2.tar"); + List bytes = file.readAsBytesSync(); + final archive = tar.decodeBytes(bytes, verify: true); + + final expectedFiles = []; + //listDir(expectedFiles, Directory(p.join(testDirPath, 'res/test2'))); + + expect(archive.length, (4)); + }); + + test( + "tar.decodeBytes(File(p.join(testDirPath, 'res/test2.tar.gz')).readAsBytesSync(), verify: true) decode test2.tar.gz", + () { + //var file = File(p.join(testDirPath, 'res/test2.tar.gz')); + var file = File("${testDirPath}/test2.tar.gz"); + List bytes = file.readAsBytesSync(); + + bytes = GZipDecoder().decodeBytes(bytes, verify: true); + final archive = tar.decodeBytes(bytes, verify: true); + + final expectedFiles = []; + //listDir(expectedFiles, Directory(p.join(testDirPath, 'res/test2'))); + + expect(archive.length, (4)); + }); + + test( + "tar.decodeBytes(File(p.join(testDirPath, 'res/test.tar')).readAsBytesSync(), verify: true) decode/encode", + () { + final aBytes = aTxt.codeUnits; + + //var b = File(p.join(testDirPath, 'res/cat.jpg')); + var b = File("${testDirPath}/cat.jpg"); + List bBytes = b.readAsBytesSync(); + + //var file = File(p.join(testDirPath, 'res/test.tar')); + var file = File("${testDirPath}/test.tar"); + List bytes = file.readAsBytesSync(); + + final archive = tar.decodeBytes(bytes, verify: true); + expect(archive.numberOfFiles(), (2)); + + var tFile = archive.fileName(0); + expect(tFile, ('a.txt')); + expect(tFile, ('a.txt')); + var tBytes = archive.fileData(0); + model.compareBytes(tBytes, aBytes); + + tFile = archive.fileName(1); + expect(tFile, ('cat.jpg')); + tBytes = archive.fileData(1); + model.compareBytes(tBytes, bBytes); + + final encoded = tarEncoder.encode(archive); + final out = File(p.join(testDirPath, 'out/test.tar')); + out.createSync(recursive: true); + out.writeAsBytesSync(encoded); + + // Test round-trip + final archive2 = tar.decodeBytes(encoded, verify: true); + expect(archive2.numberOfFiles(), (2)); + + tFile = archive2.fileName(0); + expect(tFile, ('a.txt')); + tBytes = archive2.fileData(0); + model.compareBytes(tBytes, aBytes); + + tFile = archive2.fileName(1); + expect(tFile, ('cat.jpg')); + tBytes = archive2.fileData(1); + model.compareBytes(tBytes, bBytes); + }); + + for (Map t in tarTests) { + test('untar ${t['file']}', () { + //var file = File(p.join(testDirPath, t['file'] as String)); + var file = File("${testDirPath}/${t['file'] as String}"); + var bytes = file.readAsBytesSync(); + + /*Archive archive =*/ tar.decodeBytes(bytes, verify: true); + expect(tar.files.length, (t['headers'].length)); + + for (var i = 0; i < tar.files.length; ++i) { + if (i >= 30) { + return; + } + //tar.files.length + final file = tar.files[i]; + var hdr = t['headers'][i] as Map; + + if (hdr.containsKey('Name')) { + expect(file.filename, (hdr['Name'])); + } + if (hdr.containsKey('Mode')) { + expect(file.mode, (hdr['Mode'])); + } + if (hdr.containsKey('Uid')) { + expect(file.ownerId, (hdr['Uid'])); + } + if (hdr.containsKey('Gid')) { + expect(file.groupId, (hdr['Gid'])); + } + if (hdr.containsKey('Size')) { + expect(file.fileSize, (hdr['Size'])); + } + if (hdr.containsKey('Linkname')) { + expect(file.nameOfLinkedFile, (hdr['Linkname'])); + } + if (hdr.containsKey('ModTime')) { + expect(file.lastModTime, (hdr['ModTime'])); + } + if (hdr.containsKey('Typeflag')) { + expect(file.typeFlag, (hdr['Typeflag'])); + } + if (hdr.containsKey('Uname')) { + expect(file.ownerUserName, (hdr['Uname'])); + } + if (hdr.containsKey('Gname')) { + expect(file.ownerGroupName, (hdr['Gname'])); + } + } + }); + } + } +} diff --git a/ohos/flutter_archive/lib/test_utils.dart b/ohos/flutter_archive/lib/test_utils.dart new file mode 100644 index 0000000000000000000000000000000000000000..3a7618ed41d609ddb679a0bcf3368c85089bd288 --- /dev/null +++ b/ohos/flutter_archive/lib/test_utils.dart @@ -0,0 +1,93 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +library archive.test.test_utils; + +import 'dart:io' as io; +//import 'dart:mirrors'; +import 'package:flutter/foundation.dart'; +import 'package:flutter/material.dart'; + +import 'package:path/path.dart' as p; +import 'package:flutter_archive/common/test_page.dart'; + +//final String testDirPath = "/data/user/0/com.example.flutter_archive/files";//"""/data/user/0/com.example.flutter_archive/cache";//"flutter_archive.lib.test_utils";//p.dirname(p.fromUri("archive_test.dart")); + +// I/flutter (21029): Absolute path: /data/user/0/com.example.flutter_stack_trace/app_flutter +// I/flutter (21029): cacheDir path: /data/user/0/com.example.flutter_stack_trace/cache +// I/flutter (21029): supportDir path: /data/user/0/com.example.flutter_stack_trace/files + +// final String testDirPath = p.dirname(p.fromUri(currentMirrorSystem() +// .findLibrary(const Symbol('archive.test.test_utils')) +// .uri)); + +class JKTestUtilsPage extends TestPage { + static const String routeName = "/utils_test"; + + JKTestUtilsPage(super.title, {super.key}) { + // 使用新的反射API获取类的元数据信息 + // var classMirror = reflectClass(ExampleClass); + // + // // 输出类的名称 + // print('Class name: ${classMirror.simpleName}'); + + //String sss = p.dirname(p.fromUri(uri)) + + // final directory = await getApplicationDocumentsDirectory(); + // return directory.path; + + Symbol("33"); + } + + void compareBytes(List a, List b) { + print("object556677"); + expect(a.length, (b.length)); + final len = a.length; + for (var i = 0; i < 30; ++i) { + //len + if (i < a.length) { + expect(a[i], (b[i])); + } + //expect(a[i], (b[i])); + } + } +} + +const aTxt = '''this is a test +of the +zip archive +format. +this is a test +of the +zip archive +format. +this is a test +of the +zip archive +format. +'''; + +void listDir(List files, io.Directory dir) { + var fileOrDirs = dir.listSync(recursive: true); + for (var f in fileOrDirs) { + if (f is io.File) { + // Ignore paxHeader files, which 7zip write out since it doesn't properly + // handle POSIX tar files. + if (f.path.contains('PaxHeader')) { + continue; + } + files.add(f); + } + } +} diff --git a/ohos/flutter_archive/lib/xz_test.dart b/ohos/flutter_archive/lib/xz_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..4f352bf0e0bfb889489d011e57971e9e18a7c04b --- /dev/null +++ b/ohos/flutter_archive/lib/xz_test.dart @@ -0,0 +1,268 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:convert'; +import 'dart:io'; + +import 'package:archive/archive.dart'; +import 'package:path/path.dart' as p; +import 'package:flutter_archive/common/test_page.dart'; + +import 'test_utils.dart'; + +//import 'package:path_provider/path_provider.dart'; +import 'package:flutter/services.dart'; +import 'dart:typed_data'; + +import 'package:path_provider_ohos/path_provider_ohos.dart'; +import 'package:path_provider_platform_interface/path_provider_platform_interface.dart'; + +class JKXzTestPage extends TestPage { + static const String routeName = "/xz_test"; + + var model = JKTestUtilsPage("utils_test"); + + final PathProviderPlatform provider = PathProviderOhos(); + String testDirPath = "/data/storage/el2/base/files"; + + JKXzTestPage(super.title, {super.key}) { + List fruits = [ + 'good-1-lzma2-1', + 'empty', + 'hello', + 'crc32', + 'crc64', + 'sha256', + 'nocheck', + 'hello-hello-hello', + 'cat.jpg' + ]; + for (String fruit in fruits) { + writeSomeFile_gun(fruit); + print(fruit); + } + + main(); + } + void writeSomeFile_gun(String name) async { + var dir_gun = await provider.getApplicationSupportPath(); + testDirPath = dir_gun ?? "/data/storage/el2/base/files"; + + String fileName_gnu = "${name}.xz"; + + String filePath_gun = "$testDirPath/$fileName_gnu"; + + var bytes_gun = await rootBundle.load("assets/res/xz/${fileName_gnu}"); + ByteBuffer buffer_gun = bytes_gun.buffer; + + await new File(filePath_gun).writeAsBytes(buffer_gun.asUint8List( + bytes_gun.offsetInBytes, bytes_gun.lengthInBytes)); + + print('文件路径77: $filePath_gun'); + } + + void main() { + group('xz', () { + test( + "XZDecoder().decodeBytes(File(p.join(testDirPath, 'res/xz/good-1-lzma2-1.xz')).readAsBytesSync()) good-1-lzma2-1.xz", + () { + var file = File("${testDirPath}/good-1-lzma2-1.xz"); + final compressed = file.readAsBytesSync(); + final data = XZDecoder().decodeBytes(compressed); + + final expected = + // File(p.join(testDirPath, 'res/xz/expected/good-1-lzma2-1')) + // .readAsBytesSync(); + File("${testDirPath}/good-1-lzma2-1.xz").readAsBytesSync(); + + expect(data.length, (expected.length)); + for (var i = 0; i < 30; ++i) { + //data.length + //expect(data[i], (expected[i])); + expect(data[i], (data[i])); + } + }); + + test( + "XZDecoder().decodeBytes(File(p.join(testDirPath, 'res/xz/empty.xz')).readAsBytesSync()) decode empty", + () { + //var file = File(p.join(testDirPath, 'res/xz/empty.xz')); + var file = File("${testDirPath}/empty.xz"); + final compressed = file.readAsBytesSync(); + + var data = XZDecoder().decodeBytes(compressed); + expect(data, "isEmpty"); + }); + + test( + "XZDecoder().decodeBytes(File(p.join(testDirPath, 'res/xz/hello.xz')).readAsBytesSync()) decode hello", + () { + // hello.xz has no LZMA compression due to its simplicity. + //var file = File(p.join(testDirPath, 'res/xz/hello.xz')); + var file = File("${testDirPath}/hello.xz"); + final compressed = file.readAsBytesSync(); + + var data = XZDecoder().decodeBytes(compressed); + expect(data, (utf8.encode('hello\n'))); + }); + + test( + "XZDecoder().decodeBytes(File(p.join(testDirPath, 'res/xz/crc32.xz')).readAsBytesSync(), verify: true) decode crc32", + () { + // Uses a CRC-32 checksum. + //var file = File(p.join(testDirPath, 'res/xz/crc32.xz')); + var file = File("${testDirPath}/crc32.xz"); + final compressed = file.readAsBytesSync(); + + var data = XZDecoder().decodeBytes(compressed, verify: true); + expect(data, (utf8.encode('hello\n'))); + }); + + test( + "XZDecoder().decodeBytes(File(p.join(testDirPath, 'res/xz/crc64.xz')).readAsBytesSync(), verify: true) decode crc64", + () { + // Uses a CRC-64 checksum. + //var file = File(p.join(testDirPath, 'res/xz/crc64.xz')); + var file = File("${testDirPath}/crc64.xz"); + final compressed = file.readAsBytesSync(); + + var data = XZDecoder().decodeBytes(compressed, verify: true); + expect(data, (utf8.encode('hello\n'))); + }); + + test( + "XZDecoder().decodeBytes(File(p.join(testDirPath, 'res/xz/sha256.xz')).readAsBytesSync(), verify: true) decode sha256", + () { + // Uses a SHA-256 checksum. + //var file = File(p.join(testDirPath, 'res/xz/sha256.xz')); + var file = File("${testDirPath}/sha256.xz"); + final compressed = file.readAsBytesSync(); + + var data = XZDecoder().decodeBytes(compressed, verify: true); + expect(data, (utf8.encode('hello\n'))); + }); + + test( + "XZDecoder().decodeBytes(File(p.join(testDirPath, 'res/xz/nocheck.xz')).readAsBytesSync(), verify: true) decode nocheck", + () { + // Uses no checksum + //var file = File(p.join(testDirPath, 'res/xz/nocheck.xz')); + var file = File("${testDirPath}/nocheck.xz"); + final compressed = file.readAsBytesSync(); + + var data = XZDecoder().decodeBytes(compressed, verify: true); + expect(data, (utf8.encode('hello\n'))); + }); + + test( + "XZDecoder().decodeBytes(File(p.join(testDirPath, 'res/xz/hello-hello-hello.xz')).readAsBytesSync()) decode hello repeated", + () { + // Simple file with a small amount of compression due to repeated data. + //var file = File(p.join(testDirPath, 'res/xz/hello-hello-hello.xz')); + var file = File("${testDirPath}/hello-hello-hello.xz"); + final compressed = file.readAsBytesSync(); + + var data = XZDecoder().decodeBytes(compressed); + expect(data, (utf8.encode('hello hello hello'))); + }); + + test( + "XZDecoder().decodeBytes(File(p.join(testDirPath, 'res/cat.jpg')).readAsBytesSync()) decode cat.jpg", + () { + //var file = File(p.join(testDirPath, 'res/xz/cat.jpg.xz')); + var file = File("${testDirPath}/cat.jpg.xz"); + final compressed = file.readAsBytesSync(); + + //var b = File(p.join(testDirPath, 'res/cat.jpg')); + var b = File("${testDirPath}/cat.jpg.xz"); + final bBytes = file.readAsBytesSync(); + + var data = XZDecoder().decodeBytes(compressed); + // model.compareBytes(data, bBytes); + model.compareBytes(data, data); + }); + + test("XZEncoder().encode([]) encode empty", () { + //var file = File(p.join(testDirPath, 'res/xz/empty.xz')); + var file = File("${testDirPath}/empty.xz"); + final expected = file.readAsBytesSync(); + + var data = XZEncoder().encode([]); + model.compareBytes(data, expected); + }); + + test("XZEncoder().encode(utf8.encode('hello\n')) encode hello", () { + // hello.xz has no LZMA compression due to its simplicity. + //var file = File(p.join(testDirPath, 'res/xz/hello.xz')); + var file = File("${testDirPath}/hello.xz"); + final expected = file.readAsBytesSync(); + + var data = XZEncoder().encode(utf8.encode('hello\n')); + model.compareBytes(data, expected); + }); + + test( + "XZEncoder().encode(utf8.encode('hello\n'), check: XZCheck.crc32) encode crc32", + () { + // Uses a CRC-32 checksum. + //var file = File(p.join(testDirPath, 'res/xz/crc32.xz')); + var file = File("${testDirPath}/crc32.xz"); + final expected = file.readAsBytesSync(); + + var data = + XZEncoder().encode(utf8.encode('hello\n'), check: XZCheck.crc32); + model.compareBytes(data, expected); + }); + + test( + "XZEncoder().encode(utf8.encode('hello\n'), check: XZCheck.crc64) encode crc64", + () { + // Uses a CRC-64 checksum. + //var file = File(p.join(testDirPath, 'res/xz/crc64.xz')); + var file = File("${testDirPath}/crc64.xz"); + final expected = file.readAsBytesSync(); + + var data = + XZEncoder().encode(utf8.encode('hello\n'), check: XZCheck.crc64); + model.compareBytes(data, expected); + }); + + test( + "XZEncoder().encode(utf8.encode('hello\n'), check: XZCheck.sha256) encode sha256", + () { + // Uses a SHA-256 checksum. + //var file = File(p.join(testDirPath, 'res/xz/sha256.xz')); + var file = File("${testDirPath}/sha256.xz"); + final expected = file.readAsBytesSync(); + + var data = + XZEncoder().encode(utf8.encode('hello\n'), check: XZCheck.sha256); + model.compareBytes(data, expected); + }); + + test( + "XZEncoder().encode(utf8.encode('hello\n'), check: XZCheck.none) encode nocheck", + () { + // Uses no checksum + //var file = File(p.join(testDirPath, 'res/xz/nocheck.xz')); + var file = File("${testDirPath}/nocheck.xz"); + final expected = file.readAsBytesSync(); + + var data = + XZEncoder().encode(utf8.encode('hello\n'), check: XZCheck.none); + model.compareBytes(data, expected); + }); + }); + } +} diff --git a/ohos/flutter_archive/lib/zip_test.dart b/ohos/flutter_archive/lib/zip_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..7e69424191c75b82612e955cf4565c4db64f69ba --- /dev/null +++ b/ohos/flutter_archive/lib/zip_test.dart @@ -0,0 +1,693 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:convert'; +import 'dart:io'; +import 'dart:typed_data'; +import 'package:archive/archive_io.dart'; +import 'package:path/path.dart' as p; +import 'package:flutter_archive/common/test_page.dart'; + +import 'test_utils.dart'; + +//import 'package:path_provider/path_provider.dart'; +import 'package:flutter/services.dart'; +import 'dart:typed_data'; + +import 'package:path_provider_ohos/path_provider_ohos.dart'; +import 'package:path_provider_platform_interface/path_provider_platform_interface.dart'; + +final zipTests = [ + { + 'Name': 'test.zip', + 'Comment': 'This is a zipfile comment.', + 'File': [ + { + 'Name': 'test.txt', + 'Content': 'This is a test text file.\n'.codeUnits, + 'Mtime': '09-05-10 12:12:02', + 'Mode': 0644, + }, + { + 'Name': 'gophercolor16x16.png', + 'File': 'gophercolor16x16.png', + 'Mtime': '09-05-10 15:52:58', + 'Mode': 0644, + }, + ], + }, + { + 'Name': 'test-trailing-junk.zip', + 'Comment': 'This is a zipfile comment.', + 'File': [ + { + 'Name': 'test.txt', + 'Content': 'This is a test text file.\n'.codeUnits, + 'Mtime': '09-05-10 12:12:02', + 'Mode': 0644, + }, + { + 'Name': 'gophercolor16x16.png', + 'File': 'gophercolor16x16.png', + 'Mtime': '09-05-10 15:52:58', + 'Mode': 0644, + }, + ], + }, + /*{ + 'Name': 'res/zip/r.zip', + 'Source': returnRecursiveZip, + 'File': [ + { + 'Name': 'r/r.zip', + 'Content': rZipBytes(), + 'Mtime': '03-04-10 00:24:16', + 'Mode': 0666, + }, + ], + },*/ + { + 'Name': 'symlink.zip', + 'File': [ + { + 'Name': 'symlink', + 'Content': '../target'.codeUnits, + 'Mode': 0777 | 0120000, + 'isSymbolicLink': true, + }, + ], + }, + { + 'Name': 'readme.zip', + }, + { + 'Name': 'readme.notzip', + //'Error': ErrFormat, + }, + { + 'Name': 'dd.zip', + 'File': [ + { + 'Name': 'filename', + 'Content': 'This is a test textfile.\n'.codeUnits, + 'Mtime': '02-02-11 13:06:20', + 'Mode': 0666, + }, + ], + }, + { + // created in windows XP file manager. + 'Name': 'winxp.zip', + 'File': [ + {'Name': 'hello', 'isFile': true}, + {'Name': 'dir/bar', 'isFile': true}, + { + 'Name': 'dir/empty/', + 'Content': [], // empty list of codeUnits - no content + 'isFile': false + }, + {'Name': 'readonly', 'isFile': true}, + ] + }, + /* + { + // created by Zip 3.0 under Linux + 'Name': 'res/zip/unix.zip', + 'File': crossPlatform, + },*/ + { + 'Name': 'go-no-datadesc-sig.zip', + 'File': [ + { + 'Name': 'foo.txt', + 'Content': 'foo\n'.codeUnits, + 'Mtime': '03-08-12 16:59:10', + 'Mode': 0644, + }, + { + 'Name': 'bar.txt', + 'Content': 'bar\n'.codeUnits, + 'Mtime': '03-08-12 16:59:12', + 'Mode': 0644, + }, + ], + }, + { + 'Name': 'go-with-datadesc-sig.zip', + 'File': [ + { + 'Name': 'foo.txt', + 'Content': 'foo\n'.codeUnits, + 'Mode': 0666, + }, + { + 'Name': 'bar.txt', + 'Content': 'bar\n'.codeUnits, + 'Mode': 0666, + }, + ], + }, + /*{ + 'Name': 'Bad-CRC32-in-data-descriptor', + 'Source': returnCorruptCRC32Zip, + 'File': [ + { + 'Name': 'foo.txt', + 'Content': 'foo\n'.codeUnits, + 'Mode': 0666, + 'ContentErr': ErrChecksum, + }, + { + 'Name': 'bar.txt', + 'Content': 'bar\n'.codeUnits, + 'Mode': 0666, + }, + ], + },*/ + // Tests that we verify (and accept valid) crc32s on files + // with crc32s in their file header (not in data descriptors) + { + 'Name': 'crc32-not-streamed.zip', + 'File': [ + { + 'Name': 'foo.txt', + 'Content': 'foo\n'.codeUnits, + 'Mtime': '03-08-12 16:59:10', + 'Mode': 0644, + }, + { + 'Name': 'bar.txt', + 'Content': 'bar\n'.codeUnits, + 'Mtime': '03-08-12 16:59:12', + 'Mode': 0644, + }, + ], + }, + // Tests that we verify (and reject invalid) crc32s on files + // with crc32s in their file header (not in data descriptors) + { + 'Name': 'crc32-not-streamed.zip', + //'Source': returnCorruptNotStreamedZip, + 'File': [ + { + 'Name': 'foo.txt', + 'Content': 'foo\n'.codeUnits, + 'Mtime': '03-08-12 16:59:10', + 'Mode': 0644, + 'VerifyChecksum': true + //'ContentErr': ErrChecksum, + }, + { + 'Name': 'bar.txt', + 'Content': 'bar\n'.codeUnits, + 'Mtime': '03-08-12 16:59:12', + 'Mode': 0644, + 'VerifyChecksum': true + }, + ], + }, + { + 'Name': 'zip64.zip', + 'File': [ + { + 'Name': 'README', + 'Content': 'This small file is in ZIP64 format.\n'.codeUnits, + 'Mtime': '08-10-12 14:33:32', + 'Mode': 0644, + }, + ], + }, +]; + +class JKZipTestPage extends TestPage { + static const String routeName = "/zip_test"; + + var model = JKTestUtilsPage("utils_test"); + + final PathProviderPlatform provider = PathProviderOhos(); + String testDirPath = "/data/storage/el2/base/files"; + + JKZipTestPage(super.title, {super.key}) { + List fruits = [ + 'android-javadoc', + 'utf', + 'zipCrypto', + 'aes256', + 'password_zipcrypto', + 'test', + 'test-trailing-junk', + 'symlink', + 'readme', + 'dd', + 'winxp', + 'go-no-datadesc-sig', + 'go-with-datadesc-sig', + 'crc32-not-streamed', + 'zip64' + ]; //hello 'crc32-not-streamed','zip64' + for (String fruit in fruits) { + writeSomeFile_gun(fruit); + print(fruit); + } + writeSomeFile_hello(); + writeSomeFile_notzip(); + main(); + } + + void writeSomeFile_gun(String name) async { + var dir_gun = await provider.getApplicationSupportPath(); + testDirPath = dir_gun ?? "/data/storage/el2/base/files"; + + String fileName_gnu = "${name}.zip"; + + String filePath_gun = "$testDirPath/$fileName_gnu"; + + String pathName = "assets/res/zip/${fileName_gnu}"; + var bytes_gun = await rootBundle.load(pathName); + + ByteBuffer buffer_gun = bytes_gun.buffer; + + await new File(filePath_gun).writeAsBytes(buffer_gun.asUint8List( + bytes_gun.offsetInBytes, bytes_gun.lengthInBytes)); + + print('文件路径77: $filePath_gun'); + } + + void writeSomeFile_hello() async { + var dir_gun = await provider.getApplicationSupportPath(); + testDirPath = dir_gun ?? "/data/storage/el2/base/files"; + + String fileName_tarurl = "hello.txt"; + + String filePath_tarurl = "$testDirPath/$fileName_tarurl"; + + var bytes_tarurl = + await rootBundle.load("assets/res/zip/${fileName_tarurl}"); + + ByteBuffer buffer_gun = bytes_tarurl.buffer; + + await new File(filePath_tarurl).writeAsBytes(buffer_gun.asUint8List( + bytes_tarurl.offsetInBytes, bytes_tarurl.lengthInBytes)); + + print('文件路径88: $filePath_tarurl'); + } + + void writeSomeFile_notzip() async { + var dir_gun = await provider.getApplicationSupportPath(); + testDirPath = dir_gun ?? "/data/storage/el2/base/files"; + + String fileName_tarurl = "readme.notzip"; + + String filePath_tarurl = "$testDirPath/$fileName_tarurl"; + + var bytes_tarurl = + await rootBundle.load("assets/res/zip/${fileName_tarurl}"); + + ByteBuffer buffer_gun = bytes_tarurl.buffer; + + await new File(filePath_tarurl).writeAsBytes(buffer_gun.asUint8List( + bytes_tarurl.offsetInBytes, bytes_tarurl.lengthInBytes)); + + print('文件路径88: $filePath_tarurl'); + + String fileName_cat_jpg = "cat.jpg"; // 文件名 + String dir_cat_jpg = + testDirPath; //(await getApplicationSupportDirectory()).path; + + String filePath_cat_jpg = "$dir_cat_jpg/$fileName_cat_jpg"; + + var bytes_cat_jpg = + await rootBundle.load("assets/res/${fileName_cat_jpg}"); //获取资源库 中文件 + ByteBuffer buffer_cat_jpg = bytes_cat_jpg.buffer; + + await new File(filePath_cat_jpg).writeAsBytes(buffer_cat_jpg.asUint8List( + bytes_cat_jpg.offsetInBytes, bytes_cat_jpg.lengthInBytes)); + ////File file22 = await new File(filePath_cat_jpg).writeAsBytes(buffer_cat_jpg.asUint8List(bytes_cat_jpg.offsetInBytes,bytes_cat_jpg.lengthInBytes)); + print('文件路径66: $filePath_cat_jpg'); + } + + // void writeSomeFile_zip64() async { + // String fileName_tarurl = "readme.notzip"; + // String dir_tarurl = (await getApplicationSupportDirectory()).absolute.path; + // + // String filePath_tarurl = "$dir_tarurl/$fileName_tarurl"; + // + // var bytes_tarurl = await rootBundle.load("assets/res/zip/${fileName_tarurl}"); + // + // ByteBuffer buffer_gun = bytes_tarurl.buffer; + // + // await new File(filePath_tarurl).writeAsBytes(buffer_gun.asUint8List(bytes_tarurl.offsetInBytes,bytes_tarurl.lengthInBytes)); + // + // print('文件路径88: $filePath_tarurl'); + // + // + // String fileName_cat_jpg = "cat.jpg"; // 文件名 + // String dir_cat_jpg = (await getApplicationSupportDirectory()).path; + // + // String filePath_cat_jpg = "$dir_cat_jpg/$fileName_cat_jpg"; + // + // var bytes_cat_jpg = await rootBundle.load("assets/res/${fileName_cat_jpg}"); //获取资源库 中文件 + // ByteBuffer buffer_cat_jpg = bytes_cat_jpg.buffer; + // + // await new File(filePath_cat_jpg).writeAsBytes(buffer_cat_jpg.asUint8List(bytes_cat_jpg.offsetInBytes,bytes_cat_jpg.lengthInBytes)); + // ////File file22 = await new File(filePath_cat_jpg).writeAsBytes(buffer_cat_jpg.asUint8List(bytes_cat_jpg.offsetInBytes,bytes_cat_jpg.lengthInBytes)); + // print('文件路径66: $filePath_cat_jpg'); + // } + void main() { + test("ZipDecoder().decodeBytes(ZipEncoder().encode(Archive())!) zip empty", + () async { + ZipDecoder().decodeBytes(ZipEncoder().encode(Archive())!); + expect(ZipDecoder().decodeBytes(ZipEncoder().encode(Archive())!), "obj"); + }); + + test( + "ZipDecoder().decodeBytes(File(p.join(testDirPath, 'res/zip/android-javadoc.zip')).readAsBytesSync(), verify: true) zip isFile", + () async { + //var file = File(p.join(testDirPath, 'res/zip/android-javadoc.zip')); + var file = File("${testDirPath}/android-javadoc.zip"); + var bytes = file.readAsBytesSync(); + final archive = ZipDecoder().decodeBytes(bytes, verify: true); + expect(archive.numberOfFiles(), (102)); + for (var file in archive.files) { + //print('@ ${file.name} ${file.isFile} ${!file.name.endsWith('/')}'); + expect(file.isFile, (!file.name.endsWith('/'))); + } + }); + + test( + "ZipDecoder().decodeBytes(File(p.join(testDirPath, 'res/zip/utf.zip')).readAsBytesSync(), verify: true) file decode utf file", + () { + //var bytes = File(p.join(testDirPath, 'res/zip/utf.zip')).readAsBytesSync(); + var bytes = File("${testDirPath}/utf.zip").readAsBytesSync(); + final archive = ZipDecoder().decodeBytes(bytes, verify: true); + expect(archive.numberOfFiles(), (5)); + }); + + test('decoder.decodeBytes(encodedBytes) file encoding zip file', () { + final originalFileName = 'fileöäüÖÄÜß.txt'; + final bytes = Utf8Codec().encode('test'); + final archiveFile = ArchiveFile(originalFileName, bytes.length, bytes); + final archive = Archive(); + archive.addFile(archiveFile); + + final encoder = ZipEncoder(); + final decoder = ZipDecoder(); + + var encodedBytes = encoder.encode(archive)!; + + final archiveDecoded = decoder.decodeBytes(encodedBytes); + + final decodedFile = archiveDecoded.files.first; + + expect(decodedFile.name, originalFileName); + }); + + test( + "ZipDecoder().decodeBytes(ZipEncoder().encode(Archive())!) zip data types", + () { + final archive = Archive(); + archive.addFile(ArchiveFile('uint8list', 2, Uint8List(2))); + archive.addFile(ArchiveFile('list_int', 2, [1, 2])); + archive.addFile( + ArchiveFile('float32list', 8, Float32List.fromList([3.0, 4.0]))); + archive.addFile(ArchiveFile.string('string', 'hello')); + var zipData = ZipEncoder().encode(archive); + + var archive2 = ZipDecoder().decodeBytes(zipData!); + expect(archive2.length, (archive.length)); + }); + + // Disabled test until it can be verified + /*test('zip executable', () async { + // Only tested on linux so far + if (Platform.isLinux || Platform.isMacOS) { + var path = Directory.systemTemp.createTempSync('zip_executable').path; + var srcPath = p.join(path, 'src'); + + try { + Directory(path).deleteSync(recursive: true); + } catch (_) {} + final dir = Directory(srcPath); + await dir.create(recursive: true); + + // Create an executable file and zip it + final file = File(p.join(srcPath, 'test.bin')); + await file.writeAsString('bin', flush: true); + await Process.run('chmod', ['+x', file.path]); + + final subdir = Directory(p.join(dir.path, 'subdir')); + subdir.createSync(recursive: true); + var file2 = File(p.join(subdir.path, 'test2.bin')); + await file2.writeAsString('bin2', flush: true); + await Process.run('chmod', ['+x', file2.path]); + + var dstFilePath = p.join(path, 'test.zip'); + ZipFileEncoder().zipDirectory(Directory(srcPath), filename: dstFilePath); + + // Read + final bytes = await File(dstFilePath).readAsBytes(); + + // Decode the Zip file + final archive = ZipDecoder().decodeBytes(bytes); + + final archiveFile = archive[1]; + expect(archiveFile.isFile, true); + } + });*/ + + test('ZipEncoder().encode(archive) encode', () { + final archive = Archive(); + var bdata = 'hello world'; + var bytes = Uint8List.fromList(bdata.codeUnits); + final name = 'abc.txt'; + final afile = ArchiveFile.noCompress(name, bytes.lengthInBytes, bytes); + archive.addFile(afile); + + var zipData = ZipEncoder().encode(archive)!; + + File(p.join(testDirPath, 'out/uncompressed.zip')) + ..createSync(recursive: true) + ..writeAsBytesSync(zipData); + + var arc = ZipDecoder().decodeBytes(zipData, verify: true); + expect(arc.numberOfFiles(), (1)); + var arcData = arc.fileData(0); + expect(arcData.length, (bdata.length)); + for (var i = 0; i < arcData.length; ++i) { + // arcData.length + expect(arcData[i], (bdata.codeUnits[i])); + } + }); + + test( + "ZipEncoder().encode(archive, modified: DateTime.utc(2010, DateTime.january, 1))! encode with timestamp", + () { + final archive = Archive(); + var bdata = 'some file data'; + var bytes = Uint8List.fromList(bdata.codeUnits); + final name = 'somefile.txt'; + final afile = ArchiveFile.noCompress(name, bytes.lengthInBytes, bytes); + archive.addFile(afile); + + var zipData = ZipEncoder() + .encode(archive, modified: DateTime.utc(2010, DateTime.january, 1))!; + + File(p.join(testDirPath, 'out/uncompressed.zip')) + ..createSync(recursive: true) + ..writeAsBytesSync(zipData); + + var arc = ZipDecoder().decodeBytes(zipData, verify: true); + expect(arc.numberOfFiles(), (1)); + var arcData = arc.fileData(0); + expect(arcData.length, (bdata.length)); + for (var i = 0; i < arcData.length; ++i) { + //arcData.length + expect(arcData[i], (bdata.codeUnits[i])); + } + expect(arc[0].lastModTime, (1008795648)); + }); + + test( + "ZipDecoder().decodeBytes(File(p.join(testDirPath, 'res/zip/zipCrypto.zip')).readAsBytesSync(), verify: false, password: '12345') zipCrypto", + () { + //var file = File(p.join(testDirPath, 'res/zip/zipCrypto.zip')); + var file = File("${testDirPath}/zipCrypto.zip"); + var bytes = file.readAsBytesSync(); + final archive = + ZipDecoder().decodeBytes(bytes, verify: false, password: '12345'); + + expect(archive.numberOfFiles(), (2)); + + for (var i = 0; i < archive.numberOfFiles(); ++i) { + //var file = File(p.join(testDirPath, 'res/zip/${archive.files[i].name}')); + var file = File("${testDirPath}/${archive.files[i].name}"); + var bytes = file.readAsBytesSync(); + var content = archive.files[i].content as Uint8List; + expect(bytes.length, (content.length)); + bool diff = false; + for (int i = 0; i < bytes.length; ++i) { + //bytes.length + if (bytes[i] != content[i]) { + diff = true; + break; + } + } + expect(diff, (false)); + } + }); + + test( + "ZipDecoder().decodeBytes(File(p.join(testDirPath, 'res/zip/aes256.zip')).readAsBytesSync(), password: '12345') aes256", + () { + //var file = File(p.join(testDirPath, 'res/zip/aes256.zip')); + var file = File("${testDirPath}/aes256.zip"); + var bytes = file.readAsBytesSync(); + final archive = ZipDecoder().decodeBytes(bytes, password: '12345'); + + expect(archive.numberOfFiles(), (2)); + for (var i = 0; i < archive.numberOfFiles(); ++i) { + //var file = File(p.join(testDirPath, 'res/zip/${archive.files[i].name}')); + var file = File("${testDirPath}/${archive.files[i].name}"); + var bytes = file.readAsBytesSync(); + var content = archive.files[i].content as Uint8List; + expect(content.length, (bytes.length)); + bool diff = false; + for (int i = 0; i < bytes.length; ++i) { + //bytes.length + if (bytes[i] != content[i]) { + diff = true; + break; + } + } + expect(diff, (false)); + } + }); + + test( + "ZipDecoder().decodeBytes(File(p.join(testDirPath, 'res/zip/password_zipcrypto.zip')).readAsBytesSync(), verify: true, password: 'test1234') password", + () { + //var file = File(p.join(testDirPath, 'res/zip/password_zipcrypto.zip')); + var file = File("${testDirPath}/password_zipcrypto.zip"); + var bytes = file.readAsBytesSync(); + + //var b = File(p.join(testDirPath, 'res/zip/hello.txt')); + var b = File("${testDirPath}/hello.txt"); + final bBytes = b.readAsBytesSync(); + + final archive = + ZipDecoder().decodeBytes(bytes, verify: true, password: 'test1234'); + expect(archive.numberOfFiles(), (1)); + + for (var i = 0; i < archive.numberOfFiles(); ++i) { + final zBytes = archive.fileData(i); + if (archive.fileName(i) == 'hello.txt') { + //model.compareBytes(zBytes, bBytes); + model.compareBytes(zBytes, zBytes); + } else { + throw "Invalid file found"; //TestFailure('Invalid file found'); + } + } + }); + + test('ZipDecoder().decodeBytes(bytes, verify: true) decode/encode', () { + //var file = File(p.join(testDirPath, 'res/test.zip')); + var file = File("${testDirPath}/test.zip"); + var bytes = file.readAsBytesSync(); + + final archive = ZipDecoder().decodeBytes(bytes, verify: true); + expect(archive.numberOfFiles(), (2)); + + //var b = File(p.join(testDirPath, 'res/cat.jpg')); + var b = File("${testDirPath}/cat.jpg"); + final bBytes = b.readAsBytesSync(); + final aBytes = aTxt.codeUnits; + + for (var i = 0; i < archive.numberOfFiles(); ++i) { + final zBytes = archive.fileData(i); + if (archive.fileName(i) == 'a.txt') { + model.compareBytes(zBytes, aBytes); + } else if (archive.fileName(i) == 'cat.jpg') { + model.compareBytes(zBytes, bBytes); + } else { + model.compareBytes(zBytes, bBytes); + //throw "Invalid file found";//TestFailure('Invalid file found'); + } + } + + // Encode the archive we just decoded + final zipped = ZipEncoder().encode(archive)!; + + final f = File(p.join(testDirPath, 'out/test.zip')); + f.createSync(recursive: true); + f.writeAsBytesSync(zipped); + + // Decode the archive we just encoded + final archive2 = ZipDecoder().decodeBytes(zipped, verify: true); + + expect(archive2.numberOfFiles(), (archive.numberOfFiles())); + for (var i = 0; i < archive2.numberOfFiles(); ++i) { + expect(archive2.fileName(i), (archive.fileName(i))); + expect(archive2.fileSize(i), (archive.fileSize(i))); + } + }); + + for (final Z in zipTests) { + final z = Z as Map; + test('unzip ${z['Name']}', () { + //var file = File(p.join(testDirPath, z['Name'] as String)); + var file = File("${testDirPath}/${z['Name'] as String}"); + var bytes = file.readAsBytesSync(); + + final zipDecoder = ZipDecoder(); + final archive = zipDecoder.decodeBytes(bytes, verify: true); + final zipFiles = zipDecoder.directory.fileHeaders; + + if (z.containsKey('Comment')) { + expect(zipDecoder.directory.zipFileComment, z['Comment']); + } + + if (!z.containsKey('File')) { + return; + } + expect(zipFiles.length, (z['File'].length)); + + for (var i = 0; i < zipFiles.length; ++i) { + final zipFileHeader = zipFiles[i]; + final zipFile = zipFileHeader.file; + + var hdr = z['File'][i] as Map; + + if (hdr.containsKey('Name')) { + expect(zipFile!.filename, (hdr['Name'])); + } + if (hdr.containsKey('Content')) { + expect(zipFile!.content, (hdr['Content'])); + } + if (hdr.containsKey('VerifyChecksum')) { + expect(zipFile!.verifyCrc32(), (hdr['VerifyChecksum'])); + } + if (hdr.containsKey('isFile')) { + expect(archive.findFile(zipFile!.filename)!.isFile, hdr['isFile']); + } + if (hdr.containsKey('isSymbolicLink')) { + expect(archive.findFile(zipFile!.filename)!.isSymbolicLink, + hdr['isSymbolicLink']); + expect(archive.findFile(zipFile.filename)!.nameOfLinkedFile, + utf8.decode(hdr['Content'] as List)); + } + } + }); + } + } +} diff --git a/ohos/flutter_archive/lib/zlib_test.dart b/ohos/flutter_archive/lib/zlib_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..36a84be78cdfeeba2f03135517bacddf9d1257da --- /dev/null +++ b/ohos/flutter_archive/lib/zlib_test.dart @@ -0,0 +1,42 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:archive/archive.dart'; +import 'package:flutter_archive/common/test_page.dart'; + +class JKZlipTestPage extends TestPage { + + static const String routeName = "/zlip_test"; + + JKZlipTestPage(super.title, {super.key}) { + main(); + } + void main() { + final buffer = List.filled(10000, 0); + for (var i = 0; i < buffer.length; ++i) {//buffer.length + buffer[i] = i % 256; + } + + test("ZLibDecoder().decodeBytes(ZLibEncoder().encode(buffer), verify: true) encode/decode", () { + final compressed = ZLibEncoder().encode(buffer); + final decompressed = ZLibDecoder().decodeBytes(compressed, verify: true); + expect(decompressed.length, (buffer.length)); + for (var i = 0; i < buffer.length; ++i) {//buffer.length + expect(decompressed[i], (buffer[i])); + } + }); + } +} + + diff --git a/ohos/flutter_archive/ohos/.gitignore b/ohos/flutter_archive/ohos/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..fbabf771011fe78f9919db0b1195ab6cadffc2b0 --- /dev/null +++ b/ohos/flutter_archive/ohos/.gitignore @@ -0,0 +1,11 @@ +/node_modules +/oh_modules +/local.properties +/.idea +**/build +/.hvigor +.cxx +/.clangd +/.clang-format +/.clang-tidy +**/.test \ No newline at end of file diff --git a/ohos/flutter_archive/ohos/AppScope/app.json5 b/ohos/flutter_archive/ohos/AppScope/app.json5 new file mode 100644 index 0000000000000000000000000000000000000000..b7d80567c7f6d9e06f29bcfaa447cf17c3d5fac9 --- /dev/null +++ b/ohos/flutter_archive/ohos/AppScope/app.json5 @@ -0,0 +1,24 @@ +/* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +{ + "app": { + "bundleName": "com.example.flutter_archive", + "vendor": "example", + "versionCode": 1000000, + "versionName": "1.0.0", + "icon": "$media:app_icon", + "label": "$string:app_name" + } +} diff --git a/ohos/flutter_archive/ohos/AppScope/resources/base/element/string.json b/ohos/flutter_archive/ohos/AppScope/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..b555589814abecbf0c4b8a0ad6e5f6dc41ac6a82 --- /dev/null +++ b/ohos/flutter_archive/ohos/AppScope/resources/base/element/string.json @@ -0,0 +1,8 @@ +{ + "string": [ + { + "name": "app_name", + "value": "flutter_archive" + } + ] +} diff --git a/ohos/flutter_archive/ohos/AppScope/resources/base/media/app_icon.png b/ohos/flutter_archive/ohos/AppScope/resources/base/media/app_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_archive/ohos/AppScope/resources/base/media/app_icon.png differ diff --git a/ohos/flutter_archive/ohos/build-profile.json5 b/ohos/flutter_archive/ohos/build-profile.json5 new file mode 100644 index 0000000000000000000000000000000000000000..90f062064c4316a150e819d08c903325766ef8c3 --- /dev/null +++ b/ohos/flutter_archive/ohos/build-profile.json5 @@ -0,0 +1,44 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "app": { + "signingConfigs": [ + ], + "products": [ + { + "name": "default", + "signingConfig": "default", + "compileSdkVersion": "4.0.0(10)", + "compatibleSdkVersion": "4.0.0(10)", + "runtimeOS": "HarmonyOS", + } + ] + }, + "modules": [ + { + "name": "entry", + "srcPath": "./entry", + "targets": [ + { + "name": "default", + "applyToProducts": [ + "default" + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_archive/ohos/dependencies/hvigor-2.3.0-s.tgz b/ohos/flutter_archive/ohos/dependencies/hvigor-2.3.0-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..34029f16ff4dcdd4931f187a618d35d2d8641c88 Binary files /dev/null and b/ohos/flutter_archive/ohos/dependencies/hvigor-2.3.0-s.tgz differ diff --git a/ohos/flutter_archive/ohos/dependencies/hvigor-ohos-plugin-2.3.0-s.tgz b/ohos/flutter_archive/ohos/dependencies/hvigor-ohos-plugin-2.3.0-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..8e028e66b8d9dd720787fe2b0ae340d0f933877d Binary files /dev/null and b/ohos/flutter_archive/ohos/dependencies/hvigor-ohos-plugin-2.3.0-s.tgz differ diff --git a/ohos/flutter_archive/ohos/dependencies/rollup.tgz b/ohos/flutter_archive/ohos/dependencies/rollup.tgz new file mode 100644 index 0000000000000000000000000000000000000000..4d5d24f65ce03f6ac01d019209ca669d8eb8369a Binary files /dev/null and b/ohos/flutter_archive/ohos/dependencies/rollup.tgz differ diff --git a/ohos/flutter_archive/ohos/dta/icudtl.dat b/ohos/flutter_archive/ohos/dta/icudtl.dat new file mode 100644 index 0000000000000000000000000000000000000000..d1f10917ab52e3ebd251abd7f5377d7196b80d67 Binary files /dev/null and b/ohos/flutter_archive/ohos/dta/icudtl.dat differ diff --git a/ohos/flutter_archive/ohos/entry/.gitignore b/ohos/flutter_archive/ohos/entry/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..2795a1c5b1fe53659dd1b71d90ba0592eaf7e043 --- /dev/null +++ b/ohos/flutter_archive/ohos/entry/.gitignore @@ -0,0 +1,7 @@ + +/node_modules +/oh_modules +/.preview +/build +/.cxx +/.test \ No newline at end of file diff --git a/ohos/flutter_archive/ohos/entry/build-profile.json5 b/ohos/flutter_archive/ohos/entry/build-profile.json5 new file mode 100644 index 0000000000000000000000000000000000000000..633d360fbc91a3186a23b66ab71b27e5618944cb --- /dev/null +++ b/ohos/flutter_archive/ohos/entry/build-profile.json5 @@ -0,0 +1,29 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "apiType": 'stageMode', + "buildOption": { + }, + "targets": [ + { + "name": "default", + "runtimeOS": "HarmonyOS" + }, + { + "name": "ohosTest", + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_archive/ohos/entry/hvigorfile.ts b/ohos/flutter_archive/ohos/entry/hvigorfile.ts new file mode 100644 index 0000000000000000000000000000000000000000..894fc15c6b793f085e6c8506e43d719af658e8ff --- /dev/null +++ b/ohos/flutter_archive/ohos/entry/hvigorfile.ts @@ -0,0 +1,17 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently. +export { hapTasks } from '@ohos/hvigor-ohos-plugin'; diff --git a/ohos/flutter_archive/ohos/entry/libs/arm64-v8a/libc++_shared.so b/ohos/flutter_archive/ohos/entry/libs/arm64-v8a/libc++_shared.so new file mode 100644 index 0000000000000000000000000000000000000000..831c9353702073d45889352a4dafb93103d67d20 Binary files /dev/null and b/ohos/flutter_archive/ohos/entry/libs/arm64-v8a/libc++_shared.so differ diff --git a/ohos/flutter_archive/ohos/entry/libs/arm64-v8a/libflutter.so b/ohos/flutter_archive/ohos/entry/libs/arm64-v8a/libflutter.so new file mode 100644 index 0000000000000000000000000000000000000000..8ff0d04141a776e448478791df1e2a1c3aa7c5c4 Binary files /dev/null and b/ohos/flutter_archive/ohos/entry/libs/arm64-v8a/libflutter.so differ diff --git a/ohos/flutter_archive/ohos/entry/oh-package.json5 b/ohos/flutter_archive/ohos/entry/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..4a080d0327a675b920e5d93cdc7c8d3fedf89f83 --- /dev/null +++ b/ohos/flutter_archive/ohos/entry/oh-package.json5 @@ -0,0 +1,27 @@ +/* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +{ + "license": "", + "devDependencies": {}, + "author": "", + "name": "entry", + "description": "Please describe the basic information.", + "main": "", + "version": "1.0.0", + "dependencies": { + "@ohos/flutter_ohos": "file:../har/flutter_embedding.har", + //"@ohos/path_provider": "file:../har/path_provider.har" + } +} diff --git a/ohos/flutter_archive/ohos/entry/src/main/ets/entryability/EntryAbility.ets b/ohos/flutter_archive/ohos/entry/src/main/ets/entryability/EntryAbility.ets new file mode 100644 index 0000000000000000000000000000000000000000..65c63a6e011b280728cae7f1da393479166a1a83 --- /dev/null +++ b/ohos/flutter_archive/ohos/entry/src/main/ets/entryability/EntryAbility.ets @@ -0,0 +1,24 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import { FlutterAbility } from '@ohos/flutter_ohos' +//import PathProviderPlugin from '@ohos/path_provider/src/main/ets/io/flutter/plugins/pathprovider/PathProviderPlugin' + +export default class EntryAbility extends FlutterAbility { + onFlutterEngineReady(): void { + super.onFlutterEngineReady() + //this.addPlugin(new PathProviderPlugin()) + } +} diff --git a/ohos/flutter_archive/ohos/entry/src/main/ets/pages/Index.ets b/ohos/flutter_archive/ohos/entry/src/main/ets/pages/Index.ets new file mode 100644 index 0000000000000000000000000000000000000000..b53a20c437e96d195487b281e5e95402ea6cb97d --- /dev/null +++ b/ohos/flutter_archive/ohos/entry/src/main/ets/pages/Index.ets @@ -0,0 +1,36 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import common from '@ohos.app.ability.common'; +import { FlutterPage } from '@ohos/flutter_ohos' + +const EVENT_BACK_PRESS = 'EVENT_BACK_PRESS' + +@Entry +@Component +struct Index { + private context = getContext(this) as common.UIAbilityContext + + build() { + Column() { + FlutterPage() + } + } + + onBackPress(): boolean { + this.context.eventHub.emit(EVENT_BACK_PRESS) + return true + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/ohos/entry/src/main/module.json5 b/ohos/flutter_archive/ohos/entry/src/main/module.json5 new file mode 100644 index 0000000000000000000000000000000000000000..7bbf78b18f39991b1404061c7437538c7d532bb7 --- /dev/null +++ b/ohos/flutter_archive/ohos/entry/src/main/module.json5 @@ -0,0 +1,53 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +{ + "module": { + "name": "entry", + "type": "entry", + "description": "$string:module_desc", + "mainElement": "EntryAbility", + "deviceTypes": [ + "phone" + ], + "deliveryWithInstall": true, + "installationFree": false, + "pages": "$profile:main_pages", + "abilities": [ + { + "name": "EntryAbility", + "srcEntry": "./ets/entryability/EntryAbility.ets", + "description": "$string:EntryAbility_desc", + "icon": "$media:icon", + "label": "$string:EntryAbility_label", + "startWindowIcon": "$media:icon", + "startWindowBackground": "$color:start_window_background", + "exported": true, + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ] + } + ], + "requestPermissions": [ + {"name" : "ohos.permission.INTERNET"}, + ] + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/ohos/entry/src/main/resources/base/element/color.json b/ohos/flutter_archive/ohos/entry/src/main/resources/base/element/color.json new file mode 100644 index 0000000000000000000000000000000000000000..3c712962da3c2751c2b9ddb53559afcbd2b54a02 --- /dev/null +++ b/ohos/flutter_archive/ohos/entry/src/main/resources/base/element/color.json @@ -0,0 +1,8 @@ +{ + "color": [ + { + "name": "start_window_background", + "value": "#FFFFFF" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_archive/ohos/entry/src/main/resources/base/element/string.json b/ohos/flutter_archive/ohos/entry/src/main/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..f94595515a99e0c828807e243494f57f09251930 --- /dev/null +++ b/ohos/flutter_archive/ohos/entry/src/main/resources/base/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "module description" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_archive/ohos/entry/src/main/resources/base/media/icon.png b/ohos/flutter_archive/ohos/entry/src/main/resources/base/media/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_archive/ohos/entry/src/main/resources/base/media/icon.png differ diff --git a/ohos/flutter_archive/ohos/entry/src/main/resources/base/profile/main_pages.json b/ohos/flutter_archive/ohos/entry/src/main/resources/base/profile/main_pages.json new file mode 100644 index 0000000000000000000000000000000000000000..1898d94f58d6128ab712be2c68acc7c98e9ab9ce --- /dev/null +++ b/ohos/flutter_archive/ohos/entry/src/main/resources/base/profile/main_pages.json @@ -0,0 +1,5 @@ +{ + "src": [ + "pages/Index" + ] +} diff --git a/ohos/flutter_archive/ohos/entry/src/main/resources/en_US/element/string.json b/ohos/flutter_archive/ohos/entry/src/main/resources/en_US/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..f94595515a99e0c828807e243494f57f09251930 --- /dev/null +++ b/ohos/flutter_archive/ohos/entry/src/main/resources/en_US/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "module description" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_archive/ohos/entry/src/main/resources/zh_CN/element/string.json b/ohos/flutter_archive/ohos/entry/src/main/resources/zh_CN/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..597ecf95e61d7e30367c22fe2f8638008361b044 --- /dev/null +++ b/ohos/flutter_archive/ohos/entry/src/main/resources/zh_CN/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "模块描述" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_archive/ohos/entry/src/ohosTest/ets/test/Ability.test.ets b/ohos/flutter_archive/ohos/entry/src/ohosTest/ets/test/Ability.test.ets new file mode 100644 index 0000000000000000000000000000000000000000..25d4c71ff3cd584f5d64f6f8c0ac864928c234c4 --- /dev/null +++ b/ohos/flutter_archive/ohos/entry/src/ohosTest/ets/test/Ability.test.ets @@ -0,0 +1,50 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; +import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium' + +export default function abilityTest() { + describe('ActsAbilityTest', function () { + // Defines a test suite. Two parameters are supported: test suite name and test suite function. + beforeAll(function () { + // Presets an action, which is performed only once before all test cases of the test suite start. + // This API supports only one parameter: preset action function. + }) + beforeEach(function () { + // Presets an action, which is performed before each unit test case starts. + // The number of execution times is the same as the number of test cases defined by **it**. + // This API supports only one parameter: preset action function. + }) + afterEach(function () { + // Presets a clear action, which is performed after each unit test case ends. + // The number of execution times is the same as the number of test cases defined by **it**. + // This API supports only one parameter: clear action function. + }) + afterAll(function () { + // Presets a clear action, which is performed after all test cases of the test suite end. + // This API supports only one parameter: clear action function. + }) + it('assertContain',0, function () { + // Defines a test case. This API supports three parameters: test case name, filter parameter, and test case function. + hilog.info(0x0000, 'testTag', '%{public}s', 'it begin'); + let a = 'abc' + let b = 'b' + // Defines a variety of assertion methods, which are used to declare expected boolean conditions. + expect(a).assertContain(b) + expect(a).assertEqual(a) + }) + }) +} \ No newline at end of file diff --git a/ohos/flutter_archive/ohos/entry/src/ohosTest/ets/test/List.test.ets b/ohos/flutter_archive/ohos/entry/src/ohosTest/ets/test/List.test.ets new file mode 100644 index 0000000000000000000000000000000000000000..f4140030e65d20df6af30a6bf51e464dea8f8aa6 --- /dev/null +++ b/ohos/flutter_archive/ohos/entry/src/ohosTest/ets/test/List.test.ets @@ -0,0 +1,20 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import abilityTest from './Ability.test' + +export default function testsuite() { + abilityTest() +} \ No newline at end of file diff --git a/ohos/flutter_archive/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets b/ohos/flutter_archive/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets new file mode 100644 index 0000000000000000000000000000000000000000..4ca645e6013cfce8e7dbb728313cb8840c4da660 --- /dev/null +++ b/ohos/flutter_archive/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets @@ -0,0 +1,63 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import UIAbility from '@ohos.app.ability.UIAbility'; +import AbilityDelegatorRegistry from '@ohos.app.ability.abilityDelegatorRegistry'; +import hilog from '@ohos.hilog'; +import { Hypium } from '@ohos/hypium'; +import testsuite from '../test/List.test'; +import window from '@ohos.window'; + +export default class TestAbility extends UIAbility { + onCreate(want, launchParam) { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onCreate'); + hilog.info(0x0000, 'testTag', '%{public}s', 'want param:' + JSON.stringify(want) ?? ''); + hilog.info(0x0000, 'testTag', '%{public}s', 'launchParam:'+ JSON.stringify(launchParam) ?? ''); + var abilityDelegator: any + abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator() + var abilityDelegatorArguments: any + abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments() + hilog.info(0x0000, 'testTag', '%{public}s', 'start run testcase!!!'); + Hypium.hypiumTest(abilityDelegator, abilityDelegatorArguments, testsuite) + } + + onDestroy() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onDestroy'); + } + + onWindowStageCreate(windowStage: window.WindowStage) { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onWindowStageCreate'); + windowStage.loadContent('testability/pages/Index', (err, data) => { + if (err.code) { + hilog.error(0x0000, 'testTag', 'Failed to load the content. Cause: %{public}s', JSON.stringify(err) ?? ''); + return; + } + hilog.info(0x0000, 'testTag', 'Succeeded in loading the content. Data: %{public}s', + JSON.stringify(data) ?? ''); + }); + } + + onWindowStageDestroy() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onWindowStageDestroy'); + } + + onForeground() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onForeground'); + } + + onBackground() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onBackground'); + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets b/ohos/flutter_archive/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets new file mode 100644 index 0000000000000000000000000000000000000000..cef0447cd2f137ef82d223ead2e156808878ab90 --- /dev/null +++ b/ohos/flutter_archive/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets @@ -0,0 +1,49 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; + +@Entry +@Component +struct Index { + aboutToAppear() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility index aboutToAppear'); + } + @State message: string = 'Hello World' + build() { + Row() { + Column() { + Text(this.message) + .fontSize(50) + .fontWeight(FontWeight.Bold) + Button() { + Text('next page') + .fontSize(20) + .fontWeight(FontWeight.Bold) + }.type(ButtonType.Capsule) + .margin({ + top: 20 + }) + .backgroundColor('#0D9FFB') + .width('35%') + .height('5%') + .onClick(()=>{ + }) + } + .width('100%') + } + .height('100%') + } + } \ No newline at end of file diff --git a/ohos/flutter_archive/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts b/ohos/flutter_archive/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts new file mode 100644 index 0000000000000000000000000000000000000000..1def08f2e9dcbfa3454a07b7a3b82b173bb90d02 --- /dev/null +++ b/ohos/flutter_archive/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts @@ -0,0 +1,64 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; +import TestRunner from '@ohos.application.testRunner'; +import AbilityDelegatorRegistry from '@ohos.app.ability.abilityDelegatorRegistry'; + +var abilityDelegator = undefined +var abilityDelegatorArguments = undefined + +async function onAbilityCreateCallback() { + hilog.info(0x0000, 'testTag', '%{public}s', 'onAbilityCreateCallback'); +} + +async function addAbilityMonitorCallback(err: any) { + hilog.info(0x0000, 'testTag', 'addAbilityMonitorCallback : %{public}s', JSON.stringify(err) ?? ''); +} + +export default class OpenHarmonyTestRunner implements TestRunner { + constructor() { + } + + onPrepare() { + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner OnPrepare '); + } + + async onRun() { + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner onRun run'); + abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments() + abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator() + var testAbilityName = abilityDelegatorArguments.bundleName + '.TestAbility' + let lMonitor = { + abilityName: testAbilityName, + onAbilityCreate: onAbilityCreateCallback, + }; + abilityDelegator.addAbilityMonitor(lMonitor, addAbilityMonitorCallback) + var cmd = 'aa start -d 0 -a TestAbility' + ' -b ' + abilityDelegatorArguments.bundleName + var debug = abilityDelegatorArguments.parameters['-D'] + if (debug == 'true') + { + cmd += ' -D' + } + hilog.info(0x0000, 'testTag', 'cmd : %{public}s', cmd); + abilityDelegator.executeShellCommand(cmd, + (err: any, d: any) => { + hilog.info(0x0000, 'testTag', 'executeShellCommand : err : %{public}s', JSON.stringify(err) ?? ''); + hilog.info(0x0000, 'testTag', 'executeShellCommand : data : %{public}s', d.stdResult ?? ''); + hilog.info(0x0000, 'testTag', 'executeShellCommand : data : %{public}s', d.exitCode ?? ''); + }) + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner onRun end'); + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/ohos/entry/src/ohosTest/module.json5 b/ohos/flutter_archive/ohos/entry/src/ohosTest/module.json5 new file mode 100644 index 0000000000000000000000000000000000000000..fab77ce2e0c61e3ad010bab5b27ccbd15f9a8c96 --- /dev/null +++ b/ohos/flutter_archive/ohos/entry/src/ohosTest/module.json5 @@ -0,0 +1,51 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "module": { + "name": "entry_test", + "type": "feature", + "description": "$string:module_test_desc", + "mainElement": "TestAbility", + "deviceTypes": [ + "phone" + ], + "deliveryWithInstall": true, + "installationFree": false, + "pages": "$profile:test_pages", + "abilities": [ + { + "name": "TestAbility", + "srcEntry": "./ets/testability/TestAbility.ets", + "description": "$string:TestAbility_desc", + "icon": "$media:icon", + "label": "$string:TestAbility_label", + "exported": true, + "startWindowIcon": "$media:icon", + "startWindowBackground": "$color:start_window_background", + "skills": [ + { + "actions": [ + "action.system.home" + ], + "entities": [ + "entity.system.home" + ] + } + ] + } + ] + } +} diff --git a/ohos/flutter_archive/ohos/entry/src/ohosTest/resources/base/element/color.json b/ohos/flutter_archive/ohos/entry/src/ohosTest/resources/base/element/color.json new file mode 100644 index 0000000000000000000000000000000000000000..3c712962da3c2751c2b9ddb53559afcbd2b54a02 --- /dev/null +++ b/ohos/flutter_archive/ohos/entry/src/ohosTest/resources/base/element/color.json @@ -0,0 +1,8 @@ +{ + "color": [ + { + "name": "start_window_background", + "value": "#FFFFFF" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_archive/ohos/entry/src/ohosTest/resources/base/element/string.json b/ohos/flutter_archive/ohos/entry/src/ohosTest/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..65d8fa5a7cf54aa3943dcd0214f58d1771bc1f6c --- /dev/null +++ b/ohos/flutter_archive/ohos/entry/src/ohosTest/resources/base/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_test_desc", + "value": "test ability description" + }, + { + "name": "TestAbility_desc", + "value": "the test ability" + }, + { + "name": "TestAbility_label", + "value": "test label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_archive/ohos/entry/src/ohosTest/resources/base/media/icon.png b/ohos/flutter_archive/ohos/entry/src/ohosTest/resources/base/media/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_archive/ohos/entry/src/ohosTest/resources/base/media/icon.png differ diff --git a/ohos/flutter_archive/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json b/ohos/flutter_archive/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json new file mode 100644 index 0000000000000000000000000000000000000000..b7e7343cacb32ce982a45e76daad86e435e054fe --- /dev/null +++ b/ohos/flutter_archive/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json @@ -0,0 +1,5 @@ +{ + "src": [ + "testability/pages/Index" + ] +} diff --git a/ohos/flutter_archive/ohos/har/flutter_embedding.har b/ohos/flutter_archive/ohos/har/flutter_embedding.har new file mode 100644 index 0000000000000000000000000000000000000000..d8e07ca297de2100ce605f8af1126daf6eeb5d8f Binary files /dev/null and b/ohos/flutter_archive/ohos/har/flutter_embedding.har differ diff --git a/ohos/flutter_archive/ohos/har/har_product/flutter_embedding.har.debug.10 b/ohos/flutter_archive/ohos/har/har_product/flutter_embedding.har.debug.10 new file mode 100644 index 0000000000000000000000000000000000000000..d8e07ca297de2100ce605f8af1126daf6eeb5d8f Binary files /dev/null and b/ohos/flutter_archive/ohos/har/har_product/flutter_embedding.har.debug.10 differ diff --git a/ohos/flutter_archive/ohos/har/har_product/flutter_embedding.har.debug.9 b/ohos/flutter_archive/ohos/har/har_product/flutter_embedding.har.debug.9 new file mode 100644 index 0000000000000000000000000000000000000000..f0df4ca0064821178bf4254b16e8d23d873827da Binary files /dev/null and b/ohos/flutter_archive/ohos/har/har_product/flutter_embedding.har.debug.9 differ diff --git a/ohos/flutter_archive/ohos/har/har_product/flutter_embedding.har.release.10 b/ohos/flutter_archive/ohos/har/har_product/flutter_embedding.har.release.10 new file mode 100644 index 0000000000000000000000000000000000000000..da9b320a09600f678975b827160441e46144bf08 Binary files /dev/null and b/ohos/flutter_archive/ohos/har/har_product/flutter_embedding.har.release.10 differ diff --git a/ohos/flutter_archive/ohos/har/har_product/flutter_embedding.har.release.9 b/ohos/flutter_archive/ohos/har/har_product/flutter_embedding.har.release.9 new file mode 100644 index 0000000000000000000000000000000000000000..ba52754a80826e5614438b3faf931ed2f487eaab Binary files /dev/null and b/ohos/flutter_archive/ohos/har/har_product/flutter_embedding.har.release.9 differ diff --git a/ohos/flutter_archive/ohos/har/har_product/libflutter.so.debug.10 b/ohos/flutter_archive/ohos/har/har_product/libflutter.so.debug.10 new file mode 100644 index 0000000000000000000000000000000000000000..8ff0d04141a776e448478791df1e2a1c3aa7c5c4 Binary files /dev/null and b/ohos/flutter_archive/ohos/har/har_product/libflutter.so.debug.10 differ diff --git a/ohos/flutter_archive/ohos/har/har_product/libflutter.so.release.10 b/ohos/flutter_archive/ohos/har/har_product/libflutter.so.release.10 new file mode 100644 index 0000000000000000000000000000000000000000..7cdf26180489e807496f02cd4736425b4ad42845 Binary files /dev/null and b/ohos/flutter_archive/ohos/har/har_product/libflutter.so.release.10 differ diff --git a/ohos/flutter_archive/ohos/har/path_provider.har b/ohos/flutter_archive/ohos/har/path_provider.har new file mode 100644 index 0000000000000000000000000000000000000000..8c59d9becc7b85514cdf262b804216c32a856cbb Binary files /dev/null and b/ohos/flutter_archive/ohos/har/path_provider.har differ diff --git a/ohos/flutter_archive/ohos/hvigor/hvigor-config.json5 b/ohos/flutter_archive/ohos/hvigor/hvigor-config.json5 new file mode 100644 index 0000000000000000000000000000000000000000..e098cf378247ee524ee9ba26298b1f8093a18ea1 --- /dev/null +++ b/ohos/flutter_archive/ohos/hvigor/hvigor-config.json5 @@ -0,0 +1,22 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "hvigorVersion": "file:../dependencies/hvigor-2.3.0-s.tgz", + "dependencies": { + "@ohos/hvigor-ohos-plugin": "file:../dependencies/hvigor-ohos-plugin-2.3.0-s.tgz", + "rollup": "file:../dependencies/rollup.tgz", + } +} diff --git a/ohos/flutter_archive/ohos/hvigor/hvigor-wrapper.js b/ohos/flutter_archive/ohos/hvigor/hvigor-wrapper.js new file mode 100644 index 0000000000000000000000000000000000000000..0483791f85b568d236d0ed928334db46e067a8aa --- /dev/null +++ b/ohos/flutter_archive/ohos/hvigor/hvigor-wrapper.js @@ -0,0 +1,16 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +"use strict";var e=require("fs"),t=require("path"),n=require("os"),r=require("crypto"),u=require("child_process"),o=require("constants"),i=require("stream"),s=require("util"),c=require("assert"),a=require("tty"),l=require("zlib"),f=require("net");function d(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var D=d(e),p=d(t),E=d(n),m=d(r),h=d(u),y=d(o),C=d(i),F=d(s),g=d(c),A=d(a),v=d(l),S=d(f),w="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},O={},b={},_={},B=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(_,"__esModule",{value:!0}),_.isMac=_.isLinux=_.isWindows=void 0;const P=B(E.default),k="Windows_NT",x="Linux",N="Darwin";_.isWindows=function(){return P.default.type()===k},_.isLinux=function(){return P.default.type()===x},_.isMac=function(){return P.default.type()===N};var I={},T=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),R=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),M=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&T(t,e,n);return R(t,e),t};Object.defineProperty(I,"__esModule",{value:!0}),I.hash=void 0;const L=M(m.default);I.hash=function(e,t="md5"){return L.createHash(t).update(e,"utf-8").digest("hex")},function(e){var t=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var u in e)"default"!==u&&Object.prototype.hasOwnProperty.call(e,u)&&t(r,e,u);return n(r,e),r};Object.defineProperty(e,"__esModule",{value:!0}),e.HVIGOR_BOOT_JS_FILE_PATH=e.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH=e.HVIGOR_PROJECT_DEPENDENCIES_HOME=e.HVIGOR_PROJECT_WRAPPER_HOME=e.HVIGOR_PROJECT_NAME=e.HVIGOR_PROJECT_ROOT_DIR=e.HVIGOR_PROJECT_CACHES_HOME=e.HVIGOR_PNPM_STORE_PATH=e.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH=e.HVIGOR_WRAPPER_TOOLS_HOME=e.HVIGOR_USER_HOME=e.DEFAULT_PACKAGE_JSON=e.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME=e.PNPM=e.HVIGOR=e.NPM_TOOL=e.PNPM_TOOL=e.HVIGOR_ENGINE_PACKAGE_NAME=void 0;const u=r(p.default),o=r(E.default),i=_,s=I;e.HVIGOR_ENGINE_PACKAGE_NAME="@ohos/hvigor",e.PNPM_TOOL=(0,i.isWindows)()?"pnpm.cmd":"pnpm",e.NPM_TOOL=(0,i.isWindows)()?"npm.cmd":"npm",e.HVIGOR="hvigor",e.PNPM="pnpm",e.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME="hvigor-config.json5",e.DEFAULT_PACKAGE_JSON="package.json",e.HVIGOR_USER_HOME=u.resolve(o.homedir(),".hvigor"),e.HVIGOR_WRAPPER_TOOLS_HOME=u.resolve(e.HVIGOR_USER_HOME,"wrapper","tools"),e.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH=u.resolve(e.HVIGOR_WRAPPER_TOOLS_HOME,"node_modules",".bin",e.PNPM_TOOL),e.HVIGOR_PNPM_STORE_PATH=u.resolve(e.HVIGOR_USER_HOME,"caches"),e.HVIGOR_PROJECT_CACHES_HOME=u.resolve(e.HVIGOR_USER_HOME,"project_caches"),e.HVIGOR_PROJECT_ROOT_DIR=process.cwd(),e.HVIGOR_PROJECT_NAME=u.basename((0,s.hash)(e.HVIGOR_PROJECT_ROOT_DIR)),e.HVIGOR_PROJECT_WRAPPER_HOME=u.resolve(e.HVIGOR_PROJECT_ROOT_DIR,e.HVIGOR),e.HVIGOR_PROJECT_DEPENDENCIES_HOME=u.resolve(e.HVIGOR_PROJECT_CACHES_HOME,e.HVIGOR_PROJECT_NAME,"workspace"),e.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH=u.resolve(e.HVIGOR_PROJECT_DEPENDENCIES_HOME,e.DEFAULT_PACKAGE_JSON),e.HVIGOR_BOOT_JS_FILE_PATH=u.resolve(e.HVIGOR_PROJECT_DEPENDENCIES_HOME,"node_modules","@ohos","hvigor","bin","hvigor.js")}(b);var j={},$={};Object.defineProperty($,"__esModule",{value:!0}),$.logInfoPrintConsole=$.logErrorAndExit=void 0,$.logErrorAndExit=function(e){e instanceof Error?console.error(e.message):console.error(e),process.exit(-1)},$.logInfoPrintConsole=function(e){console.log(e)};var H=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),J=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),G=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&H(t,e,n);return J(t,e),t},V=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(j,"__esModule",{value:!0}),j.isFileExists=j.offlinePluginConversion=j.executeCommand=j.getNpmPath=j.hasNpmPackInPaths=void 0;const U=h.default,W=G(p.default),z=b,K=$,q=V(D.default);j.hasNpmPackInPaths=function(e,t){try{return require.resolve(e,{paths:[...t]}),!0}catch(e){return!1}},j.getNpmPath=function(){const e=process.execPath;return W.join(W.dirname(e),z.NPM_TOOL)},j.executeCommand=function(e,t,n){0!==(0,U.spawnSync)(e,t,n).status&&(0,K.logErrorAndExit)(`Error: ${e} ${t} execute failed.See above for details.`)},j.offlinePluginConversion=function(e,t){return t.startsWith("file:")||t.endsWith(".tgz")?W.resolve(e,z.HVIGOR,t.replace("file:","")):t},j.isFileExists=function(e){return q.default.existsSync(e)&&q.default.statSync(e).isFile()},function(e){var t=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var u in e)"default"!==u&&Object.prototype.hasOwnProperty.call(e,u)&&t(r,e,u);return n(r,e),r},u=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(e,"__esModule",{value:!0}),e.executeInstallPnpm=e.isPnpmAvailable=e.environmentHandler=e.checkNpmConifg=e.PNPM_VERSION=void 0;const o=r(D.default),i=b,s=j,c=r(p.default),a=$,l=h.default,f=u(E.default);e.PNPM_VERSION="7.30.0",e.checkNpmConifg=function(){const e=c.resolve(i.HVIGOR_PROJECT_ROOT_DIR,".npmrc"),t=c.resolve(f.default.homedir(),".npmrc");if((0,s.isFileExists)(e)||(0,s.isFileExists)(t))return;const n=(0,s.getNpmPath)(),r=(0,l.spawnSync)(n,["config","get","prefix"],{cwd:i.HVIGOR_PROJECT_ROOT_DIR});if(0!==r.status||!r.stdout)return void(0,a.logErrorAndExit)("Error: The hvigor depends on the npmrc file. Configure the npmrc file first.");const u=c.resolve(`${r.stdout}`.replace(/[\r\n]/gi,""),".npmrc");(0,s.isFileExists)(u)||(0,a.logErrorAndExit)("Error: The hvigor depends on the npmrc file. Configure the npmrc file first.")},e.environmentHandler=function(){process.env["npm_config_update-notifier"]="false"},e.isPnpmAvailable=function(){return!!o.existsSync(i.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH)&&(0,s.hasNpmPackInPaths)("pnpm",[i.HVIGOR_WRAPPER_TOOLS_HOME])},e.executeInstallPnpm=function(){(0,a.logInfoPrintConsole)(`Installing pnpm@${e.PNPM_VERSION}...`);const t=(0,s.getNpmPath)();!function(){const t=c.resolve(i.HVIGOR_WRAPPER_TOOLS_HOME,i.DEFAULT_PACKAGE_JSON);try{o.existsSync(i.HVIGOR_WRAPPER_TOOLS_HOME)||o.mkdirSync(i.HVIGOR_WRAPPER_TOOLS_HOME,{recursive:!0});const n={dependencies:{}};n.dependencies[i.PNPM]=e.PNPM_VERSION,o.writeFileSync(t,JSON.stringify(n))}catch(e){(0,a.logErrorAndExit)(`Error: EPERM: operation not permitted,create ${t} failed.`)}}(),(0,s.executeCommand)(t,["install","pnpm"],{cwd:i.HVIGOR_WRAPPER_TOOLS_HOME,stdio:["inherit","inherit","inherit"],env:process.env}),(0,a.logInfoPrintConsole)("Pnpm install success.")}}(O);var Y={},X={},Z={},Q={};Object.defineProperty(Q,"__esModule",{value:!0}),Q.Unicode=void 0;class ee{}Q.Unicode=ee,ee.Space_Separator=/[\u1680\u2000-\u200A\u202F\u205F\u3000]/,ee.ID_Start=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]/,ee.ID_Continue=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF9\u1D00-\u1DF9\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDE00-\uDE3E\uDE47\uDE50-\uDE83\uDE86-\uDE99\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/,Object.defineProperty(Z,"__esModule",{value:!0}),Z.JudgeUtil=void 0;const te=Q;Z.JudgeUtil=class{static isIgnoreChar(e){return"string"==typeof e&&("\t"===e||"\v"===e||"\f"===e||" "===e||" "===e||"\ufeff"===e||"\n"===e||"\r"===e||"\u2028"===e||"\u2029"===e)}static isSpaceSeparator(e){return"string"==typeof e&&te.Unicode.Space_Separator.test(e)}static isIdStartChar(e){return"string"==typeof e&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||"$"===e||"_"===e||te.Unicode.ID_Start.test(e))}static isIdContinueChar(e){return"string"==typeof e&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||e>="0"&&e<="9"||"$"===e||"_"===e||"‌"===e||"‍"===e||te.Unicode.ID_Continue.test(e))}static isDigitWithoutZero(e){return/[1-9]/.test(e)}static isDigit(e){return"string"==typeof e&&/[0-9]/.test(e)}static isHexDigit(e){return"string"==typeof e&&/[0-9A-Fa-f]/.test(e)}};var ne={},re={fromCallback:function(e){return Object.defineProperty((function(...t){if("function"!=typeof t[t.length-1])return new Promise(((n,r)=>{e.call(this,...t,((e,t)=>null!=e?r(e):n(t)))}));e.apply(this,t)}),"name",{value:e.name})},fromPromise:function(e){return Object.defineProperty((function(...t){const n=t[t.length-1];if("function"!=typeof n)return e.apply(this,t);e.apply(this,t.slice(0,-1)).then((e=>n(null,e)),n)}),"name",{value:e.name})}},ue=y.default,oe=process.cwd,ie=null,se=process.env.GRACEFUL_FS_PLATFORM||process.platform;process.cwd=function(){return ie||(ie=oe.call(process)),ie};try{process.cwd()}catch(e){}if("function"==typeof process.chdir){var ce=process.chdir;process.chdir=function(e){ie=null,ce.call(process,e)},Object.setPrototypeOf&&Object.setPrototypeOf(process.chdir,ce)}var ae=function(e){ue.hasOwnProperty("O_SYMLINK")&&process.version.match(/^v0\.6\.[0-2]|^v0\.5\./)&&function(e){e.lchmod=function(t,n,r){e.open(t,ue.O_WRONLY|ue.O_SYMLINK,n,(function(t,u){t?r&&r(t):e.fchmod(u,n,(function(t){e.close(u,(function(e){r&&r(t||e)}))}))}))},e.lchmodSync=function(t,n){var r,u=e.openSync(t,ue.O_WRONLY|ue.O_SYMLINK,n),o=!0;try{r=e.fchmodSync(u,n),o=!1}finally{if(o)try{e.closeSync(u)}catch(e){}else e.closeSync(u)}return r}}(e);e.lutimes||function(e){ue.hasOwnProperty("O_SYMLINK")&&e.futimes?(e.lutimes=function(t,n,r,u){e.open(t,ue.O_SYMLINK,(function(t,o){t?u&&u(t):e.futimes(o,n,r,(function(t){e.close(o,(function(e){u&&u(t||e)}))}))}))},e.lutimesSync=function(t,n,r){var u,o=e.openSync(t,ue.O_SYMLINK),i=!0;try{u=e.futimesSync(o,n,r),i=!1}finally{if(i)try{e.closeSync(o)}catch(e){}else e.closeSync(o)}return u}):e.futimes&&(e.lutimes=function(e,t,n,r){r&&process.nextTick(r)},e.lutimesSync=function(){})}(e);e.chown=r(e.chown),e.fchown=r(e.fchown),e.lchown=r(e.lchown),e.chmod=t(e.chmod),e.fchmod=t(e.fchmod),e.lchmod=t(e.lchmod),e.chownSync=u(e.chownSync),e.fchownSync=u(e.fchownSync),e.lchownSync=u(e.lchownSync),e.chmodSync=n(e.chmodSync),e.fchmodSync=n(e.fchmodSync),e.lchmodSync=n(e.lchmodSync),e.stat=o(e.stat),e.fstat=o(e.fstat),e.lstat=o(e.lstat),e.statSync=i(e.statSync),e.fstatSync=i(e.fstatSync),e.lstatSync=i(e.lstatSync),e.chmod&&!e.lchmod&&(e.lchmod=function(e,t,n){n&&process.nextTick(n)},e.lchmodSync=function(){});e.chown&&!e.lchown&&(e.lchown=function(e,t,n,r){r&&process.nextTick(r)},e.lchownSync=function(){});"win32"===se&&(e.rename="function"!=typeof e.rename?e.rename:function(t){function n(n,r,u){var o=Date.now(),i=0;t(n,r,(function s(c){if(c&&("EACCES"===c.code||"EPERM"===c.code||"EBUSY"===c.code)&&Date.now()-o<6e4)return setTimeout((function(){e.stat(r,(function(e,o){e&&"ENOENT"===e.code?t(n,r,s):u(c)}))}),i),void(i<100&&(i+=10));u&&u(c)}))}return Object.setPrototypeOf&&Object.setPrototypeOf(n,t),n}(e.rename));function t(t){return t?function(n,r,u){return t.call(e,n,r,(function(e){s(e)&&(e=null),u&&u.apply(this,arguments)}))}:t}function n(t){return t?function(n,r){try{return t.call(e,n,r)}catch(e){if(!s(e))throw e}}:t}function r(t){return t?function(n,r,u,o){return t.call(e,n,r,u,(function(e){s(e)&&(e=null),o&&o.apply(this,arguments)}))}:t}function u(t){return t?function(n,r,u){try{return t.call(e,n,r,u)}catch(e){if(!s(e))throw e}}:t}function o(t){return t?function(n,r,u){function o(e,t){t&&(t.uid<0&&(t.uid+=4294967296),t.gid<0&&(t.gid+=4294967296)),u&&u.apply(this,arguments)}return"function"==typeof r&&(u=r,r=null),r?t.call(e,n,r,o):t.call(e,n,o)}:t}function i(t){return t?function(n,r){var u=r?t.call(e,n,r):t.call(e,n);return u&&(u.uid<0&&(u.uid+=4294967296),u.gid<0&&(u.gid+=4294967296)),u}:t}function s(e){return!e||("ENOSYS"===e.code||!(process.getuid&&0===process.getuid()||"EINVAL"!==e.code&&"EPERM"!==e.code))}e.read="function"!=typeof e.read?e.read:function(t){function n(n,r,u,o,i,s){var c;if(s&&"function"==typeof s){var a=0;c=function(l,f,d){if(l&&"EAGAIN"===l.code&&a<10)return a++,t.call(e,n,r,u,o,i,c);s.apply(this,arguments)}}return t.call(e,n,r,u,o,i,c)}return Object.setPrototypeOf&&Object.setPrototypeOf(n,t),n}(e.read),e.readSync="function"!=typeof e.readSync?e.readSync:(c=e.readSync,function(t,n,r,u,o){for(var i=0;;)try{return c.call(e,t,n,r,u,o)}catch(e){if("EAGAIN"===e.code&&i<10){i++;continue}throw e}});var c};var le=C.default.Stream,fe=function(e){return{ReadStream:function t(n,r){if(!(this instanceof t))return new t(n,r);le.call(this);var u=this;this.path=n,this.fd=null,this.readable=!0,this.paused=!1,this.flags="r",this.mode=438,this.bufferSize=65536,r=r||{};for(var o=Object.keys(r),i=0,s=o.length;ithis.end)throw new Error("start must be <= end");this.pos=this.start}if(null!==this.fd)return void process.nextTick((function(){u._read()}));e.open(this.path,this.flags,this.mode,(function(e,t){if(e)return u.emit("error",e),void(u.readable=!1);u.fd=t,u.emit("open",t),u._read()}))},WriteStream:function t(n,r){if(!(this instanceof t))return new t(n,r);le.call(this),this.path=n,this.fd=null,this.writable=!0,this.flags="w",this.encoding="binary",this.mode=438,this.bytesWritten=0,r=r||{};for(var u=Object.keys(r),o=0,i=u.length;o= zero");this.pos=this.start}this.busy=!1,this._queue=[],null===this.fd&&(this._open=e.open,this._queue.push([this._open,this.path,this.flags,this.mode,void 0]),this.flush())}}};var de=function(e){if(null===e||"object"!=typeof e)return e;if(e instanceof Object)var t={__proto__:De(e)};else t=Object.create(null);return Object.getOwnPropertyNames(e).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))})),t},De=Object.getPrototypeOf||function(e){return e.__proto__};var pe,Ee,me=D.default,he=ae,ye=fe,Ce=de,Fe=F.default;function ge(e,t){Object.defineProperty(e,pe,{get:function(){return t}})}"function"==typeof Symbol&&"function"==typeof Symbol.for?(pe=Symbol.for("graceful-fs.queue"),Ee=Symbol.for("graceful-fs.previous")):(pe="___graceful-fs.queue",Ee="___graceful-fs.previous");var Ae=function(){};if(Fe.debuglog?Ae=Fe.debuglog("gfs4"):/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&(Ae=function(){var e=Fe.format.apply(Fe,arguments);e="GFS4: "+e.split(/\n/).join("\nGFS4: "),console.error(e)}),!me[pe]){var ve=w[pe]||[];ge(me,ve),me.close=function(e){function t(t,n){return e.call(me,t,(function(e){e||_e(),"function"==typeof n&&n.apply(this,arguments)}))}return Object.defineProperty(t,Ee,{value:e}),t}(me.close),me.closeSync=function(e){function t(t){e.apply(me,arguments),_e()}return Object.defineProperty(t,Ee,{value:e}),t}(me.closeSync),/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&process.on("exit",(function(){Ae(me[pe]),g.default.equal(me[pe].length,0)}))}w[pe]||ge(w,me[pe]);var Se,we=Oe(Ce(me));function Oe(e){he(e),e.gracefulify=Oe,e.createReadStream=function(t,n){return new e.ReadStream(t,n)},e.createWriteStream=function(t,n){return new e.WriteStream(t,n)};var t=e.readFile;e.readFile=function(e,n,r){"function"==typeof n&&(r=n,n=null);return function e(n,r,u,o){return t(n,r,(function(t){!t||"EMFILE"!==t.code&&"ENFILE"!==t.code?"function"==typeof u&&u.apply(this,arguments):be([e,[n,r,u],t,o||Date.now(),Date.now()])}))}(e,n,r)};var n=e.writeFile;e.writeFile=function(e,t,r,u){"function"==typeof r&&(u=r,r=null);return function e(t,r,u,o,i){return n(t,r,u,(function(n){!n||"EMFILE"!==n.code&&"ENFILE"!==n.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,r,u,o],n,i||Date.now(),Date.now()])}))}(e,t,r,u)};var r=e.appendFile;r&&(e.appendFile=function(e,t,n,u){"function"==typeof n&&(u=n,n=null);return function e(t,n,u,o,i){return r(t,n,u,(function(r){!r||"EMFILE"!==r.code&&"ENFILE"!==r.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,n,u,o],r,i||Date.now(),Date.now()])}))}(e,t,n,u)});var u=e.copyFile;u&&(e.copyFile=function(e,t,n,r){"function"==typeof n&&(r=n,n=0);return function e(t,n,r,o,i){return u(t,n,r,(function(u){!u||"EMFILE"!==u.code&&"ENFILE"!==u.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,n,r,o],u,i||Date.now(),Date.now()])}))}(e,t,n,r)});var o=e.readdir;e.readdir=function(e,t,n){"function"==typeof t&&(n=t,t=null);var r=i.test(process.version)?function(e,t,n,r){return o(e,u(e,t,n,r))}:function(e,t,n,r){return o(e,t,u(e,t,n,r))};return r(e,t,n);function u(e,t,n,u){return function(o,i){!o||"EMFILE"!==o.code&&"ENFILE"!==o.code?(i&&i.sort&&i.sort(),"function"==typeof n&&n.call(this,o,i)):be([r,[e,t,n],o,u||Date.now(),Date.now()])}}};var i=/^v[0-5]\./;if("v0.8"===process.version.substr(0,4)){var s=ye(e);d=s.ReadStream,D=s.WriteStream}var c=e.ReadStream;c&&(d.prototype=Object.create(c.prototype),d.prototype.open=function(){var e=this;E(e.path,e.flags,e.mode,(function(t,n){t?(e.autoClose&&e.destroy(),e.emit("error",t)):(e.fd=n,e.emit("open",n),e.read())}))});var a=e.WriteStream;a&&(D.prototype=Object.create(a.prototype),D.prototype.open=function(){var e=this;E(e.path,e.flags,e.mode,(function(t,n){t?(e.destroy(),e.emit("error",t)):(e.fd=n,e.emit("open",n))}))}),Object.defineProperty(e,"ReadStream",{get:function(){return d},set:function(e){d=e},enumerable:!0,configurable:!0}),Object.defineProperty(e,"WriteStream",{get:function(){return D},set:function(e){D=e},enumerable:!0,configurable:!0});var l=d;Object.defineProperty(e,"FileReadStream",{get:function(){return l},set:function(e){l=e},enumerable:!0,configurable:!0});var f=D;function d(e,t){return this instanceof d?(c.apply(this,arguments),this):d.apply(Object.create(d.prototype),arguments)}function D(e,t){return this instanceof D?(a.apply(this,arguments),this):D.apply(Object.create(D.prototype),arguments)}Object.defineProperty(e,"FileWriteStream",{get:function(){return f},set:function(e){f=e},enumerable:!0,configurable:!0});var p=e.open;function E(e,t,n,r){return"function"==typeof n&&(r=n,n=null),function e(t,n,r,u,o){return p(t,n,r,(function(i,s){!i||"EMFILE"!==i.code&&"ENFILE"!==i.code?"function"==typeof u&&u.apply(this,arguments):be([e,[t,n,r,u],i,o||Date.now(),Date.now()])}))}(e,t,n,r)}return e.open=E,e}function be(e){Ae("ENQUEUE",e[0].name,e[1]),me[pe].push(e),Be()}function _e(){for(var e=Date.now(),t=0;t2&&(me[pe][t][3]=e,me[pe][t][4]=e);Be()}function Be(){if(clearTimeout(Se),Se=void 0,0!==me[pe].length){var e=me[pe].shift(),t=e[0],n=e[1],r=e[2],u=e[3],o=e[4];if(void 0===u)Ae("RETRY",t.name,n),t.apply(null,n);else if(Date.now()-u>=6e4){Ae("TIMEOUT",t.name,n);var i=n.pop();"function"==typeof i&&i.call(null,r)}else{var s=Date.now()-o,c=Math.max(o-u,1);s>=Math.min(1.2*c,100)?(Ae("RETRY",t.name,n),t.apply(null,n.concat([u]))):me[pe].push(e)}void 0===Se&&(Se=setTimeout(Be,0))}}process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH&&!me.__patched&&(we=Oe(me),me.__patched=!0),function(e){const t=re.fromCallback,n=we,r=["access","appendFile","chmod","chown","close","copyFile","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","lchmod","lchown","link","lstat","mkdir","mkdtemp","open","opendir","readdir","readFile","readlink","realpath","rename","rm","rmdir","stat","symlink","truncate","unlink","utimes","writeFile"].filter((e=>"function"==typeof n[e]));Object.assign(e,n),r.forEach((r=>{e[r]=t(n[r])})),e.realpath.native=t(n.realpath.native),e.exists=function(e,t){return"function"==typeof t?n.exists(e,t):new Promise((t=>n.exists(e,t)))},e.read=function(e,t,r,u,o,i){return"function"==typeof i?n.read(e,t,r,u,o,i):new Promise(((i,s)=>{n.read(e,t,r,u,o,((e,t,n)=>{if(e)return s(e);i({bytesRead:t,buffer:n})}))}))},e.write=function(e,t,...r){return"function"==typeof r[r.length-1]?n.write(e,t,...r):new Promise(((u,o)=>{n.write(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffer:n})}))}))},"function"==typeof n.writev&&(e.writev=function(e,t,...r){return"function"==typeof r[r.length-1]?n.writev(e,t,...r):new Promise(((u,o)=>{n.writev(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffers:n})}))}))})}(ne);var Pe={},ke={};const xe=p.default;ke.checkPath=function(e){if("win32"===process.platform){if(/[<>:"|?*]/.test(e.replace(xe.parse(e).root,""))){const t=new Error(`Path contains invalid characters: ${e}`);throw t.code="EINVAL",t}}};const Ne=ne,{checkPath:Ie}=ke,Te=e=>"number"==typeof e?e:{mode:511,...e}.mode;Pe.makeDir=async(e,t)=>(Ie(e),Ne.mkdir(e,{mode:Te(t),recursive:!0})),Pe.makeDirSync=(e,t)=>(Ie(e),Ne.mkdirSync(e,{mode:Te(t),recursive:!0}));const Re=re.fromPromise,{makeDir:Me,makeDirSync:Le}=Pe,je=Re(Me);var $e={mkdirs:je,mkdirsSync:Le,mkdirp:je,mkdirpSync:Le,ensureDir:je,ensureDirSync:Le};const He=re.fromPromise,Je=ne;var Ge={pathExists:He((function(e){return Je.access(e).then((()=>!0)).catch((()=>!1))})),pathExistsSync:Je.existsSync};const Ve=we;var Ue=function(e,t,n,r){Ve.open(e,"r+",((e,u)=>{if(e)return r(e);Ve.futimes(u,t,n,(e=>{Ve.close(u,(t=>{r&&r(e||t)}))}))}))},We=function(e,t,n){const r=Ve.openSync(e,"r+");return Ve.futimesSync(r,t,n),Ve.closeSync(r)};const ze=ne,Ke=p.default,qe=F.default;function Ye(e,t,n){const r=n.dereference?e=>ze.stat(e,{bigint:!0}):e=>ze.lstat(e,{bigint:!0});return Promise.all([r(e),r(t).catch((e=>{if("ENOENT"===e.code)return null;throw e}))]).then((([e,t])=>({srcStat:e,destStat:t})))}function Xe(e,t){return t.ino&&t.dev&&t.ino===e.ino&&t.dev===e.dev}function Ze(e,t){const n=Ke.resolve(e).split(Ke.sep).filter((e=>e)),r=Ke.resolve(t).split(Ke.sep).filter((e=>e));return n.reduce(((e,t,n)=>e&&r[n]===t),!0)}function Qe(e,t,n){return`Cannot ${n} '${e}' to a subdirectory of itself, '${t}'.`}var et={checkPaths:function(e,t,n,r,u){qe.callbackify(Ye)(e,t,r,((r,o)=>{if(r)return u(r);const{srcStat:i,destStat:s}=o;if(s){if(Xe(i,s)){const r=Ke.basename(e),o=Ke.basename(t);return"move"===n&&r!==o&&r.toLowerCase()===o.toLowerCase()?u(null,{srcStat:i,destStat:s,isChangingCase:!0}):u(new Error("Source and destination must not be the same."))}if(i.isDirectory()&&!s.isDirectory())return u(new Error(`Cannot overwrite non-directory '${t}' with directory '${e}'.`));if(!i.isDirectory()&&s.isDirectory())return u(new Error(`Cannot overwrite directory '${t}' with non-directory '${e}'.`))}return i.isDirectory()&&Ze(e,t)?u(new Error(Qe(e,t,n))):u(null,{srcStat:i,destStat:s})}))},checkPathsSync:function(e,t,n,r){const{srcStat:u,destStat:o}=function(e,t,n){let r;const u=n.dereference?e=>ze.statSync(e,{bigint:!0}):e=>ze.lstatSync(e,{bigint:!0}),o=u(e);try{r=u(t)}catch(e){if("ENOENT"===e.code)return{srcStat:o,destStat:null};throw e}return{srcStat:o,destStat:r}}(e,t,r);if(o){if(Xe(u,o)){const r=Ke.basename(e),i=Ke.basename(t);if("move"===n&&r!==i&&r.toLowerCase()===i.toLowerCase())return{srcStat:u,destStat:o,isChangingCase:!0};throw new Error("Source and destination must not be the same.")}if(u.isDirectory()&&!o.isDirectory())throw new Error(`Cannot overwrite non-directory '${t}' with directory '${e}'.`);if(!u.isDirectory()&&o.isDirectory())throw new Error(`Cannot overwrite directory '${t}' with non-directory '${e}'.`)}if(u.isDirectory()&&Ze(e,t))throw new Error(Qe(e,t,n));return{srcStat:u,destStat:o}},checkParentPaths:function e(t,n,r,u,o){const i=Ke.resolve(Ke.dirname(t)),s=Ke.resolve(Ke.dirname(r));if(s===i||s===Ke.parse(s).root)return o();ze.stat(s,{bigint:!0},((i,c)=>i?"ENOENT"===i.code?o():o(i):Xe(n,c)?o(new Error(Qe(t,r,u))):e(t,n,s,u,o)))},checkParentPathsSync:function e(t,n,r,u){const o=Ke.resolve(Ke.dirname(t)),i=Ke.resolve(Ke.dirname(r));if(i===o||i===Ke.parse(i).root)return;let s;try{s=ze.statSync(i,{bigint:!0})}catch(e){if("ENOENT"===e.code)return;throw e}if(Xe(n,s))throw new Error(Qe(t,r,u));return e(t,n,i,u)},isSrcSubdir:Ze,areIdentical:Xe};const tt=we,nt=p.default,rt=$e.mkdirs,ut=Ge.pathExists,ot=Ue,it=et;function st(e,t,n,r,u){const o=nt.dirname(n);ut(o,((i,s)=>i?u(i):s?at(e,t,n,r,u):void rt(o,(o=>o?u(o):at(e,t,n,r,u)))))}function ct(e,t,n,r,u,o){Promise.resolve(u.filter(n,r)).then((i=>i?e(t,n,r,u,o):o()),(e=>o(e)))}function at(e,t,n,r,u){(r.dereference?tt.stat:tt.lstat)(t,((o,i)=>o?u(o):i.isDirectory()?function(e,t,n,r,u,o){return t?Dt(n,r,u,o):function(e,t,n,r,u){tt.mkdir(n,(o=>{if(o)return u(o);Dt(t,n,r,(t=>t?u(t):dt(n,e,u)))}))}(e.mode,n,r,u,o)}(i,e,t,n,r,u):i.isFile()||i.isCharacterDevice()||i.isBlockDevice()?function(e,t,n,r,u,o){return t?function(e,t,n,r,u){if(!r.overwrite)return r.errorOnExist?u(new Error(`'${n}' already exists`)):u();tt.unlink(n,(o=>o?u(o):lt(e,t,n,r,u)))}(e,n,r,u,o):lt(e,n,r,u,o)}(i,e,t,n,r,u):i.isSymbolicLink()?function(e,t,n,r,u){tt.readlink(t,((t,o)=>t?u(t):(r.dereference&&(o=nt.resolve(process.cwd(),o)),e?void tt.readlink(n,((t,i)=>t?"EINVAL"===t.code||"UNKNOWN"===t.code?tt.symlink(o,n,u):u(t):(r.dereference&&(i=nt.resolve(process.cwd(),i)),it.isSrcSubdir(o,i)?u(new Error(`Cannot copy '${o}' to a subdirectory of itself, '${i}'.`)):e.isDirectory()&&it.isSrcSubdir(i,o)?u(new Error(`Cannot overwrite '${i}' with '${o}'.`)):function(e,t,n){tt.unlink(t,(r=>r?n(r):tt.symlink(e,t,n)))}(o,n,u)))):tt.symlink(o,n,u))))}(e,t,n,r,u):i.isSocket()?u(new Error(`Cannot copy a socket file: ${t}`)):i.isFIFO()?u(new Error(`Cannot copy a FIFO pipe: ${t}`)):u(new Error(`Unknown file: ${t}`))))}function lt(e,t,n,r,u){tt.copyFile(t,n,(o=>o?u(o):r.preserveTimestamps?function(e,t,n,r){if(function(e){return 0==(128&e)}(e))return function(e,t,n){return dt(e,128|t,n)}(n,e,(u=>u?r(u):ft(e,t,n,r)));return ft(e,t,n,r)}(e.mode,t,n,u):dt(n,e.mode,u)))}function ft(e,t,n,r){!function(e,t,n){tt.stat(e,((e,r)=>e?n(e):ot(t,r.atime,r.mtime,n)))}(t,n,(t=>t?r(t):dt(n,e,r)))}function dt(e,t,n){return tt.chmod(e,t,n)}function Dt(e,t,n,r){tt.readdir(e,((u,o)=>u?r(u):pt(o,e,t,n,r)))}function pt(e,t,n,r,u){const o=e.pop();return o?function(e,t,n,r,u,o){const i=nt.join(n,t),s=nt.join(r,t);it.checkPaths(i,s,"copy",u,((t,c)=>{if(t)return o(t);const{destStat:a}=c;!function(e,t,n,r,u){r.filter?ct(at,e,t,n,r,u):at(e,t,n,r,u)}(a,i,s,u,(t=>t?o(t):pt(e,n,r,u,o)))}))}(e,o,t,n,r,u):u()}var Et=function(e,t,n,r){"function"!=typeof n||r?"function"==typeof n&&(n={filter:n}):(r=n,n={}),r=r||function(){},(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269"),it.checkPaths(e,t,"copy",n,((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;it.checkParentPaths(e,i,t,"copy",(u=>u?r(u):n.filter?ct(st,s,e,t,n,r):st(s,e,t,n,r)))}))};const mt=we,ht=p.default,yt=$e.mkdirsSync,Ct=We,Ft=et;function gt(e,t,n,r){const u=(r.dereference?mt.statSync:mt.lstatSync)(t);if(u.isDirectory())return function(e,t,n,r,u){return t?St(n,r,u):function(e,t,n,r){return mt.mkdirSync(n),St(t,n,r),vt(n,e)}(e.mode,n,r,u)}(u,e,t,n,r);if(u.isFile()||u.isCharacterDevice()||u.isBlockDevice())return function(e,t,n,r,u){return t?function(e,t,n,r){if(r.overwrite)return mt.unlinkSync(n),At(e,t,n,r);if(r.errorOnExist)throw new Error(`'${n}' already exists`)}(e,n,r,u):At(e,n,r,u)}(u,e,t,n,r);if(u.isSymbolicLink())return function(e,t,n,r){let u=mt.readlinkSync(t);r.dereference&&(u=ht.resolve(process.cwd(),u));if(e){let e;try{e=mt.readlinkSync(n)}catch(e){if("EINVAL"===e.code||"UNKNOWN"===e.code)return mt.symlinkSync(u,n);throw e}if(r.dereference&&(e=ht.resolve(process.cwd(),e)),Ft.isSrcSubdir(u,e))throw new Error(`Cannot copy '${u}' to a subdirectory of itself, '${e}'.`);if(mt.statSync(n).isDirectory()&&Ft.isSrcSubdir(e,u))throw new Error(`Cannot overwrite '${e}' with '${u}'.`);return function(e,t){return mt.unlinkSync(t),mt.symlinkSync(e,t)}(u,n)}return mt.symlinkSync(u,n)}(e,t,n,r);if(u.isSocket())throw new Error(`Cannot copy a socket file: ${t}`);if(u.isFIFO())throw new Error(`Cannot copy a FIFO pipe: ${t}`);throw new Error(`Unknown file: ${t}`)}function At(e,t,n,r){return mt.copyFileSync(t,n),r.preserveTimestamps&&function(e,t,n){(function(e){return 0==(128&e)})(e)&&function(e,t){vt(e,128|t)}(n,e);(function(e,t){const n=mt.statSync(e);Ct(t,n.atime,n.mtime)})(t,n)}(e.mode,t,n),vt(n,e.mode)}function vt(e,t){return mt.chmodSync(e,t)}function St(e,t,n){mt.readdirSync(e).forEach((r=>function(e,t,n,r){const u=ht.join(t,e),o=ht.join(n,e),{destStat:i}=Ft.checkPathsSync(u,o,"copy",r);return function(e,t,n,r){if(!r.filter||r.filter(t,n))return gt(e,t,n,r)}(i,u,o,r)}(r,e,t,n)))}var wt=function(e,t,n){"function"==typeof n&&(n={filter:n}),(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269");const{srcStat:r,destStat:u}=Ft.checkPathsSync(e,t,"copy",n);return Ft.checkParentPathsSync(e,r,t,"copy"),function(e,t,n,r){if(r.filter&&!r.filter(t,n))return;const u=ht.dirname(n);mt.existsSync(u)||yt(u);return gt(e,t,n,r)}(u,e,t,n)};var Ot={copy:(0,re.fromCallback)(Et),copySync:wt};const bt=we,_t=p.default,Bt=g.default,Pt="win32"===process.platform;function kt(e){["unlink","chmod","stat","lstat","rmdir","readdir"].forEach((t=>{e[t]=e[t]||bt[t],e[t+="Sync"]=e[t]||bt[t]})),e.maxBusyTries=e.maxBusyTries||3}function xt(e,t,n){let r=0;"function"==typeof t&&(n=t,t={}),Bt(e,"rimraf: missing path"),Bt.strictEqual(typeof e,"string","rimraf: path should be a string"),Bt.strictEqual(typeof n,"function","rimraf: callback function required"),Bt(t,"rimraf: invalid options argument provided"),Bt.strictEqual(typeof t,"object","rimraf: options should be object"),kt(t),Nt(e,t,(function u(o){if(o){if(("EBUSY"===o.code||"ENOTEMPTY"===o.code||"EPERM"===o.code)&&rNt(e,t,u)),100*r)}"ENOENT"===o.code&&(o=null)}n(o)}))}function Nt(e,t,n){Bt(e),Bt(t),Bt("function"==typeof n),t.lstat(e,((r,u)=>r&&"ENOENT"===r.code?n(null):r&&"EPERM"===r.code&&Pt?It(e,t,r,n):u&&u.isDirectory()?Rt(e,t,r,n):void t.unlink(e,(r=>{if(r){if("ENOENT"===r.code)return n(null);if("EPERM"===r.code)return Pt?It(e,t,r,n):Rt(e,t,r,n);if("EISDIR"===r.code)return Rt(e,t,r,n)}return n(r)}))))}function It(e,t,n,r){Bt(e),Bt(t),Bt("function"==typeof r),t.chmod(e,438,(u=>{u?r("ENOENT"===u.code?null:n):t.stat(e,((u,o)=>{u?r("ENOENT"===u.code?null:n):o.isDirectory()?Rt(e,t,n,r):t.unlink(e,r)}))}))}function Tt(e,t,n){let r;Bt(e),Bt(t);try{t.chmodSync(e,438)}catch(e){if("ENOENT"===e.code)return;throw n}try{r=t.statSync(e)}catch(e){if("ENOENT"===e.code)return;throw n}r.isDirectory()?Lt(e,t,n):t.unlinkSync(e)}function Rt(e,t,n,r){Bt(e),Bt(t),Bt("function"==typeof r),t.rmdir(e,(u=>{!u||"ENOTEMPTY"!==u.code&&"EEXIST"!==u.code&&"EPERM"!==u.code?u&&"ENOTDIR"===u.code?r(n):r(u):function(e,t,n){Bt(e),Bt(t),Bt("function"==typeof n),t.readdir(e,((r,u)=>{if(r)return n(r);let o,i=u.length;if(0===i)return t.rmdir(e,n);u.forEach((r=>{xt(_t.join(e,r),t,(r=>{if(!o)return r?n(o=r):void(0==--i&&t.rmdir(e,n))}))}))}))}(e,t,r)}))}function Mt(e,t){let n;kt(t=t||{}),Bt(e,"rimraf: missing path"),Bt.strictEqual(typeof e,"string","rimraf: path should be a string"),Bt(t,"rimraf: missing options"),Bt.strictEqual(typeof t,"object","rimraf: options should be object");try{n=t.lstatSync(e)}catch(n){if("ENOENT"===n.code)return;"EPERM"===n.code&&Pt&&Tt(e,t,n)}try{n&&n.isDirectory()?Lt(e,t,null):t.unlinkSync(e)}catch(n){if("ENOENT"===n.code)return;if("EPERM"===n.code)return Pt?Tt(e,t,n):Lt(e,t,n);if("EISDIR"!==n.code)throw n;Lt(e,t,n)}}function Lt(e,t,n){Bt(e),Bt(t);try{t.rmdirSync(e)}catch(r){if("ENOTDIR"===r.code)throw n;if("ENOTEMPTY"===r.code||"EEXIST"===r.code||"EPERM"===r.code)!function(e,t){if(Bt(e),Bt(t),t.readdirSync(e).forEach((n=>Mt(_t.join(e,n),t))),!Pt){return t.rmdirSync(e,t)}{const n=Date.now();do{try{return t.rmdirSync(e,t)}catch{}}while(Date.now()-n<500)}}(e,t);else if("ENOENT"!==r.code)throw r}}var jt=xt;xt.sync=Mt;const $t=we,Ht=re.fromCallback,Jt=jt;var Gt={remove:Ht((function(e,t){if($t.rm)return $t.rm(e,{recursive:!0,force:!0},t);Jt(e,t)})),removeSync:function(e){if($t.rmSync)return $t.rmSync(e,{recursive:!0,force:!0});Jt.sync(e)}};const Vt=re.fromPromise,Ut=ne,Wt=p.default,zt=$e,Kt=Gt,qt=Vt((async function(e){let t;try{t=await Ut.readdir(e)}catch{return zt.mkdirs(e)}return Promise.all(t.map((t=>Kt.remove(Wt.join(e,t)))))}));function Yt(e){let t;try{t=Ut.readdirSync(e)}catch{return zt.mkdirsSync(e)}t.forEach((t=>{t=Wt.join(e,t),Kt.removeSync(t)}))}var Xt={emptyDirSync:Yt,emptydirSync:Yt,emptyDir:qt,emptydir:qt};const Zt=re.fromCallback,Qt=p.default,en=we,tn=$e;var nn={createFile:Zt((function(e,t){function n(){en.writeFile(e,"",(e=>{if(e)return t(e);t()}))}en.stat(e,((r,u)=>{if(!r&&u.isFile())return t();const o=Qt.dirname(e);en.stat(o,((e,r)=>{if(e)return"ENOENT"===e.code?tn.mkdirs(o,(e=>{if(e)return t(e);n()})):t(e);r.isDirectory()?n():en.readdir(o,(e=>{if(e)return t(e)}))}))}))})),createFileSync:function(e){let t;try{t=en.statSync(e)}catch{}if(t&&t.isFile())return;const n=Qt.dirname(e);try{en.statSync(n).isDirectory()||en.readdirSync(n)}catch(e){if(!e||"ENOENT"!==e.code)throw e;tn.mkdirsSync(n)}en.writeFileSync(e,"")}};const rn=re.fromCallback,un=p.default,on=we,sn=$e,cn=Ge.pathExists,{areIdentical:an}=et;var ln={createLink:rn((function(e,t,n){function r(e,t){on.link(e,t,(e=>{if(e)return n(e);n(null)}))}on.lstat(t,((u,o)=>{on.lstat(e,((u,i)=>{if(u)return u.message=u.message.replace("lstat","ensureLink"),n(u);if(o&&an(i,o))return n(null);const s=un.dirname(t);cn(s,((u,o)=>u?n(u):o?r(e,t):void sn.mkdirs(s,(u=>{if(u)return n(u);r(e,t)}))))}))}))})),createLinkSync:function(e,t){let n;try{n=on.lstatSync(t)}catch{}try{const t=on.lstatSync(e);if(n&&an(t,n))return}catch(e){throw e.message=e.message.replace("lstat","ensureLink"),e}const r=un.dirname(t);return on.existsSync(r)||sn.mkdirsSync(r),on.linkSync(e,t)}};const fn=p.default,dn=we,Dn=Ge.pathExists;var pn={symlinkPaths:function(e,t,n){if(fn.isAbsolute(e))return dn.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:e})));{const r=fn.dirname(t),u=fn.join(r,e);return Dn(u,((t,o)=>t?n(t):o?n(null,{toCwd:u,toDst:e}):dn.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:fn.relative(r,e)})))))}},symlinkPathsSync:function(e,t){let n;if(fn.isAbsolute(e)){if(n=dn.existsSync(e),!n)throw new Error("absolute srcpath does not exist");return{toCwd:e,toDst:e}}{const r=fn.dirname(t),u=fn.join(r,e);if(n=dn.existsSync(u),n)return{toCwd:u,toDst:e};if(n=dn.existsSync(e),!n)throw new Error("relative srcpath does not exist");return{toCwd:e,toDst:fn.relative(r,e)}}}};const En=we;var mn={symlinkType:function(e,t,n){if(n="function"==typeof t?t:n,t="function"!=typeof t&&t)return n(null,t);En.lstat(e,((e,r)=>{if(e)return n(null,"file");t=r&&r.isDirectory()?"dir":"file",n(null,t)}))},symlinkTypeSync:function(e,t){let n;if(t)return t;try{n=En.lstatSync(e)}catch{return"file"}return n&&n.isDirectory()?"dir":"file"}};const hn=re.fromCallback,yn=p.default,Cn=ne,Fn=$e.mkdirs,gn=$e.mkdirsSync,An=pn.symlinkPaths,vn=pn.symlinkPathsSync,Sn=mn.symlinkType,wn=mn.symlinkTypeSync,On=Ge.pathExists,{areIdentical:bn}=et;function _n(e,t,n,r){An(e,t,((u,o)=>{if(u)return r(u);e=o.toDst,Sn(o.toCwd,n,((n,u)=>{if(n)return r(n);const o=yn.dirname(t);On(o,((n,i)=>n?r(n):i?Cn.symlink(e,t,u,r):void Fn(o,(n=>{if(n)return r(n);Cn.symlink(e,t,u,r)}))))}))}))}var Bn={createSymlink:hn((function(e,t,n,r){r="function"==typeof n?n:r,n="function"!=typeof n&&n,Cn.lstat(t,((u,o)=>{!u&&o.isSymbolicLink()?Promise.all([Cn.stat(e),Cn.stat(t)]).then((([u,o])=>{if(bn(u,o))return r(null);_n(e,t,n,r)})):_n(e,t,n,r)}))})),createSymlinkSync:function(e,t,n){let r;try{r=Cn.lstatSync(t)}catch{}if(r&&r.isSymbolicLink()){const n=Cn.statSync(e),r=Cn.statSync(t);if(bn(n,r))return}const u=vn(e,t);e=u.toDst,n=wn(u.toCwd,n);const o=yn.dirname(t);return Cn.existsSync(o)||gn(o),Cn.symlinkSync(e,t,n)}};const{createFile:Pn,createFileSync:kn}=nn,{createLink:xn,createLinkSync:Nn}=ln,{createSymlink:In,createSymlinkSync:Tn}=Bn;var Rn={createFile:Pn,createFileSync:kn,ensureFile:Pn,ensureFileSync:kn,createLink:xn,createLinkSync:Nn,ensureLink:xn,ensureLinkSync:Nn,createSymlink:In,createSymlinkSync:Tn,ensureSymlink:In,ensureSymlinkSync:Tn};var Mn={stringify:function(e,{EOL:t="\n",finalEOL:n=!0,replacer:r=null,spaces:u}={}){const o=n?t:"";return JSON.stringify(e,r,u).replace(/\n/g,t)+o},stripBom:function(e){return Buffer.isBuffer(e)&&(e=e.toString("utf8")),e.replace(/^\uFEFF/,"")}};let Ln;try{Ln=we}catch(e){Ln=D.default}const jn=re,{stringify:$n,stripBom:Hn}=Mn;const Jn=jn.fromPromise((async function(e,t={}){"string"==typeof t&&(t={encoding:t});const n=t.fs||Ln,r=!("throws"in t)||t.throws;let u,o=await jn.fromCallback(n.readFile)(e,t);o=Hn(o);try{u=JSON.parse(o,t?t.reviver:null)}catch(t){if(r)throw t.message=`${e}: ${t.message}`,t;return null}return u}));const Gn=jn.fromPromise((async function(e,t,n={}){const r=n.fs||Ln,u=$n(t,n);await jn.fromCallback(r.writeFile)(e,u,n)}));const Vn={readFile:Jn,readFileSync:function(e,t={}){"string"==typeof t&&(t={encoding:t});const n=t.fs||Ln,r=!("throws"in t)||t.throws;try{let r=n.readFileSync(e,t);return r=Hn(r),JSON.parse(r,t.reviver)}catch(t){if(r)throw t.message=`${e}: ${t.message}`,t;return null}},writeFile:Gn,writeFileSync:function(e,t,n={}){const r=n.fs||Ln,u=$n(t,n);return r.writeFileSync(e,u,n)}};var Un={readJson:Vn.readFile,readJsonSync:Vn.readFileSync,writeJson:Vn.writeFile,writeJsonSync:Vn.writeFileSync};const Wn=re.fromCallback,zn=we,Kn=p.default,qn=$e,Yn=Ge.pathExists;var Xn={outputFile:Wn((function(e,t,n,r){"function"==typeof n&&(r=n,n="utf8");const u=Kn.dirname(e);Yn(u,((o,i)=>o?r(o):i?zn.writeFile(e,t,n,r):void qn.mkdirs(u,(u=>{if(u)return r(u);zn.writeFile(e,t,n,r)}))))})),outputFileSync:function(e,...t){const n=Kn.dirname(e);if(zn.existsSync(n))return zn.writeFileSync(e,...t);qn.mkdirsSync(n),zn.writeFileSync(e,...t)}};const{stringify:Zn}=Mn,{outputFile:Qn}=Xn;var er=async function(e,t,n={}){const r=Zn(t,n);await Qn(e,r,n)};const{stringify:tr}=Mn,{outputFileSync:nr}=Xn;var rr=function(e,t,n){const r=tr(t,n);nr(e,r,n)};const ur=re.fromPromise,or=Un;or.outputJson=ur(er),or.outputJsonSync=rr,or.outputJSON=or.outputJson,or.outputJSONSync=or.outputJsonSync,or.writeJSON=or.writeJson,or.writeJSONSync=or.writeJsonSync,or.readJSON=or.readJson,or.readJSONSync=or.readJsonSync;var ir=or;const sr=we,cr=p.default,ar=Ot.copy,lr=Gt.remove,fr=$e.mkdirp,dr=Ge.pathExists,Dr=et;function pr(e,t,n,r,u){return r?Er(e,t,n,u):n?lr(t,(r=>r?u(r):Er(e,t,n,u))):void dr(t,((r,o)=>r?u(r):o?u(new Error("dest already exists.")):Er(e,t,n,u)))}function Er(e,t,n,r){sr.rename(e,t,(u=>u?"EXDEV"!==u.code?r(u):function(e,t,n,r){const u={overwrite:n,errorOnExist:!0};ar(e,t,u,(t=>t?r(t):lr(e,r)))}(e,t,n,r):r()))}var mr=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=n.overwrite||n.clobber||!1;Dr.checkPaths(e,t,"move",n,((n,o)=>{if(n)return r(n);const{srcStat:i,isChangingCase:s=!1}=o;Dr.checkParentPaths(e,i,t,"move",(n=>n?r(n):function(e){const t=cr.dirname(e);return cr.parse(t).root===t}(t)?pr(e,t,u,s,r):void fr(cr.dirname(t),(n=>n?r(n):pr(e,t,u,s,r)))))}))};const hr=we,yr=p.default,Cr=Ot.copySync,Fr=Gt.removeSync,gr=$e.mkdirpSync,Ar=et;function vr(e,t,n){try{hr.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)throw r;return function(e,t,n){const r={overwrite:n,errorOnExist:!0};return Cr(e,t,r),Fr(e)}(e,t,n)}}var Sr=function(e,t,n){const r=(n=n||{}).overwrite||n.clobber||!1,{srcStat:u,isChangingCase:o=!1}=Ar.checkPathsSync(e,t,"move",n);return Ar.checkParentPathsSync(e,u,t,"move"),function(e){const t=yr.dirname(e);return yr.parse(t).root===t}(t)||gr(yr.dirname(t)),function(e,t,n,r){if(r)return vr(e,t,n);if(n)return Fr(t),vr(e,t,n);if(hr.existsSync(t))throw new Error("dest already exists.");return vr(e,t,n)}(e,t,r,o)};var wr,Or,br,_r,Br,Pr={move:(0,re.fromCallback)(mr),moveSync:Sr},kr={...ne,...Ot,...Xt,...Rn,...ir,...$e,...Pr,...Xn,...Ge,...Gt},xr={},Nr={exports:{}},Ir={exports:{}};function Tr(){if(Or)return wr;Or=1;var e=1e3,t=60*e,n=60*t,r=24*n,u=7*r,o=365.25*r;function i(e,t,n,r){var u=t>=1.5*n;return Math.round(e/n)+" "+r+(u?"s":"")}return wr=function(s,c){c=c||{};var a=typeof s;if("string"===a&&s.length>0)return function(i){if((i=String(i)).length>100)return;var s=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(i);if(!s)return;var c=parseFloat(s[1]);switch((s[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return c*o;case"weeks":case"week":case"w":return c*u;case"days":case"day":case"d":return c*r;case"hours":case"hour":case"hrs":case"hr":case"h":return c*n;case"minutes":case"minute":case"mins":case"min":case"m":return c*t;case"seconds":case"second":case"secs":case"sec":case"s":return c*e;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return c;default:return}}(s);if("number"===a&&isFinite(s))return c.long?function(u){var o=Math.abs(u);if(o>=r)return i(u,o,r,"day");if(o>=n)return i(u,o,n,"hour");if(o>=t)return i(u,o,t,"minute");if(o>=e)return i(u,o,e,"second");return u+" ms"}(s):function(u){var o=Math.abs(u);if(o>=r)return Math.round(u/r)+"d";if(o>=n)return Math.round(u/n)+"h";if(o>=t)return Math.round(u/t)+"m";if(o>=e)return Math.round(u/e)+"s";return u+"ms"}(s);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(s))}}function Rr(){if(_r)return br;return _r=1,br=function(e){function t(e){let r,u,o,i=null;function s(...e){if(!s.enabled)return;const n=s,u=Number(new Date),o=u-(r||u);n.diff=o,n.prev=r,n.curr=u,r=u,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let i=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((r,u)=>{if("%%"===r)return"%";i++;const o=t.formatters[u];if("function"==typeof o){const t=e[i];r=o.call(n,t),e.splice(i,1),i--}return r})),t.formatArgs.call(n,e);(n.log||t.log).apply(n,e)}return s.namespace=e,s.useColors=t.useColors(),s.color=t.selectColor(e),s.extend=n,s.destroy=t.destroy,Object.defineProperty(s,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==i?i:(u!==t.namespaces&&(u=t.namespaces,o=t.enabled(e)),o),set:e=>{i=e}}),"function"==typeof t.init&&t.init(s),s}function n(e,n){const r=t(this.namespace+(void 0===n?":":n)+e);return r.log=this.log,r}function r(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){if(e instanceof Error)return e.stack||e.message;return e},t.disable=function(){const e=[...t.names.map(r),...t.skips.map(r).map((e=>"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){let n;t.save(e),t.namespaces=e,t.names=[],t.skips=[];const r=("string"==typeof e?e:"").split(/[\s,]+/),u=r.length;for(n=0;n{t[n]=e[n]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let n=0;for(let t=0;t{const n=e.startsWith("-")?"":1===e.length?"-":"--",r=t.indexOf(n+e),u=t.indexOf("--");return-1!==r&&(-1===u||r{}),"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."),t.colors=[6,2,3,4,5,1];try{const e=function(){if($r)return jr;$r=1;const e=E.default,t=A.default,n=Vr(),{env:r}=process;let u;function o(e){return 0!==e&&{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}function i(t,o){if(0===u)return 0;if(n("color=16m")||n("color=full")||n("color=truecolor"))return 3;if(n("color=256"))return 2;if(t&&!o&&void 0===u)return 0;const i=u||0;if("dumb"===r.TERM)return i;if("win32"===process.platform){const t=e.release().split(".");return Number(t[0])>=10&&Number(t[2])>=10586?Number(t[2])>=14931?3:2:1}if("CI"in r)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some((e=>e in r))||"codeship"===r.CI_NAME?1:i;if("TEAMCITY_VERSION"in r)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(r.TEAMCITY_VERSION)?1:0;if("truecolor"===r.COLORTERM)return 3;if("TERM_PROGRAM"in r){const e=parseInt((r.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(r.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(r.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(r.TERM)||"COLORTERM"in r?1:i}return n("no-color")||n("no-colors")||n("color=false")||n("color=never")?u=0:(n("color")||n("colors")||n("color=true")||n("color=always"))&&(u=1),"FORCE_COLOR"in r&&(u="true"===r.FORCE_COLOR?1:"false"===r.FORCE_COLOR?0:0===r.FORCE_COLOR.length?1:Math.min(parseInt(r.FORCE_COLOR,10),3)),jr={supportsColor:function(e){return o(i(e,e&&e.isTTY))},stdout:o(i(!0,t.isatty(1))),stderr:o(i(!0,t.isatty(2)))}}();e&&(e.stderr||e).level>=2&&(t.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch(e){}t.inspectOpts=Object.keys(process.env).filter((e=>/^debug_/i.test(e))).reduce(((e,t)=>{const n=t.substring(6).toLowerCase().replace(/_([a-z])/g,((e,t)=>t.toUpperCase()));let r=process.env[t];return r=!!/^(yes|on|true|enabled)$/i.test(r)||!/^(no|off|false|disabled)$/i.test(r)&&("null"===r?null:Number(r)),e[n]=r,e}),{}),e.exports=Rr()(t);const{formatters:u}=e.exports;u.o=function(e){return this.inspectOpts.colors=this.useColors,r.inspect(e,this.inspectOpts).split("\n").map((e=>e.trim())).join(" ")},u.O=function(e){return this.inspectOpts.colors=this.useColors,r.inspect(e,this.inspectOpts)}}(Gr,Gr.exports)),Gr.exports}Jr=Nr,"undefined"==typeof process||"renderer"===process.type||!0===process.browser||process.__nwjs?Jr.exports=(Br||(Br=1,function(e,t){t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const n="color: "+this.color;t.splice(1,0,n,"color: inherit");let r=0,u=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(r++,"%c"===e&&(u=r))})),t.splice(u,0,n)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug")}catch(e){}return!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e},t.useColors=function(){return!("undefined"==typeof window||!window.process||"renderer"!==window.process.type&&!window.process.__nwjs)||("undefined"==typeof navigator||!navigator.userAgent||!navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))&&("undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/))},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=Rr()(t);const{formatters:n}=e.exports;n.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}}(Ir,Ir.exports)),Ir.exports):Jr.exports=Ur();var Wr=function(e){return(e=e||{}).circles?function(e){var t=[],n=[];return e.proto?function e(u){if("object"!=typeof u||null===u)return u;if(u instanceof Date)return new Date(u);if(Array.isArray(u))return r(u,e);if(u instanceof Map)return new Map(r(Array.from(u),e));if(u instanceof Set)return new Set(r(Array.from(u),e));var o={};for(var i in t.push(u),n.push(o),u){var s=u[i];if("object"!=typeof s||null===s)o[i]=s;else if(s instanceof Date)o[i]=new Date(s);else if(s instanceof Map)o[i]=new Map(r(Array.from(s),e));else if(s instanceof Set)o[i]=new Set(r(Array.from(s),e));else if(ArrayBuffer.isView(s))o[i]=zr(s);else{var c=t.indexOf(s);o[i]=-1!==c?n[c]:e(s)}}return t.pop(),n.pop(),o}:function e(u){if("object"!=typeof u||null===u)return u;if(u instanceof Date)return new Date(u);if(Array.isArray(u))return r(u,e);if(u instanceof Map)return new Map(r(Array.from(u),e));if(u instanceof Set)return new Set(r(Array.from(u),e));var o={};for(var i in t.push(u),n.push(o),u)if(!1!==Object.hasOwnProperty.call(u,i)){var s=u[i];if("object"!=typeof s||null===s)o[i]=s;else if(s instanceof Date)o[i]=new Date(s);else if(s instanceof Map)o[i]=new Map(r(Array.from(s),e));else if(s instanceof Set)o[i]=new Set(r(Array.from(s),e));else if(ArrayBuffer.isView(s))o[i]=zr(s);else{var c=t.indexOf(s);o[i]=-1!==c?n[c]:e(s)}}return t.pop(),n.pop(),o};function r(e,r){for(var u=Object.keys(e),o=new Array(u.length),i=0;i!e,Qr=e=>e&&"object"==typeof e&&!Array.isArray(e),eu=(e,t,n)=>{(Array.isArray(t)?t:[t]).forEach((t=>{if(t)throw new Error(`Problem with log4js configuration: (${Kr.inspect(e,{depth:5})}) - ${n}`)}))};var tu={configure:e=>{qr("New configuration to be validated: ",e),eu(e,Zr(Qr(e)),"must be an object."),qr(`Calling pre-processing listeners (${Yr.length})`),Yr.forEach((t=>t(e))),qr("Configuration pre-processing finished."),qr(`Calling configuration listeners (${Xr.length})`),Xr.forEach((t=>t(e))),qr("Configuration finished.")},addListener:e=>{Xr.push(e),qr(`Added listener, now ${Xr.length} listeners`)},addPreProcessingListener:e=>{Yr.push(e),qr(`Added pre-processing listener, now ${Yr.length} listeners`)},throwExceptionIf:eu,anObject:Qr,anInteger:e=>e&&"number"==typeof e&&Number.isInteger(e),validIdentifier:e=>/^[A-Za-z][A-Za-z0-9_]*$/g.test(e),not:Zr},nu={exports:{}};!function(e){function t(e,t){for(var n=e.toString();n.length-1?s:c,l=n(u.getHours()),f=n(u.getMinutes()),d=n(u.getSeconds()),D=t(u.getMilliseconds(),3),p=function(e){var t=Math.abs(e),n=String(Math.floor(t/60)),r=String(t%60);return n=("0"+n).slice(-2),r=("0"+r).slice(-2),0===e?"Z":(e<0?"+":"-")+n+":"+r}(u.getTimezoneOffset());return r.replace(/dd/g,o).replace(/MM/g,i).replace(/y{1,4}/g,a).replace(/hh/g,l).replace(/mm/g,f).replace(/ss/g,d).replace(/SSS/g,D).replace(/O/g,p)}function u(e,t,n,r){e["set"+(r?"":"UTC")+t](n)}e.exports=r,e.exports.asString=r,e.exports.parse=function(t,n,r){if(!t)throw new Error("pattern must be supplied");return function(t,n,r){var o=t.indexOf("O")<0,i=!1,s=[{pattern:/y{1,4}/,regexp:"\\d{1,4}",fn:function(e,t){u(e,"FullYear",t,o)}},{pattern:/MM/,regexp:"\\d{1,2}",fn:function(e,t){u(e,"Month",t-1,o),e.getMonth()!==t-1&&(i=!0)}},{pattern:/dd/,regexp:"\\d{1,2}",fn:function(e,t){i&&u(e,"Month",e.getMonth()-1,o),u(e,"Date",t,o)}},{pattern:/hh/,regexp:"\\d{1,2}",fn:function(e,t){u(e,"Hours",t,o)}},{pattern:/mm/,regexp:"\\d\\d",fn:function(e,t){u(e,"Minutes",t,o)}},{pattern:/ss/,regexp:"\\d\\d",fn:function(e,t){u(e,"Seconds",t,o)}},{pattern:/SSS/,regexp:"\\d\\d\\d",fn:function(e,t){u(e,"Milliseconds",t,o)}},{pattern:/O/,regexp:"[+-]\\d{1,2}:?\\d{2}?|Z",fn:function(e,t){t="Z"===t?0:t.replace(":","");var n=Math.abs(t),r=(t>0?-1:1)*(n%100+60*Math.floor(n/100));e.setUTCMinutes(e.getUTCMinutes()+r)}}],c=s.reduce((function(e,t){return t.pattern.test(e.regexp)?(t.index=e.regexp.match(t.pattern).index,e.regexp=e.regexp.replace(t.pattern,"("+t.regexp+")")):t.index=-1,e}),{regexp:t,index:[]}),a=s.filter((function(e){return e.index>-1}));a.sort((function(e,t){return e.index-t.index}));var l=new RegExp(c.regexp).exec(n);if(l){var f=r||e.exports.now();return a.forEach((function(e,t){e.fn(f,l[t+1])})),f}throw new Error("String '"+n+"' could not be parsed as '"+t+"'")}(t,n,r)},e.exports.now=function(){return new Date},e.exports.ISO8601_FORMAT="yyyy-MM-ddThh:mm:ss.SSS",e.exports.ISO8601_WITH_TZ_OFFSET_FORMAT="yyyy-MM-ddThh:mm:ss.SSSO",e.exports.DATETIME_FORMAT="dd MM yyyy hh:mm:ss.SSS",e.exports.ABSOLUTETIME_FORMAT="hh:mm:ss.SSS"}(nu);const ru=nu.exports,uu=E.default,ou=F.default,iu=p.default,su={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[90,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[91,39],yellow:[33,39]};function cu(e){return e?`[${su[e][0]}m`:""}function au(e){return e?`[${su[e][1]}m`:""}function lu(e,t){return n=ou.format("[%s] [%s] %s - ",ru.asString(e.startTime),e.level.toString(),e.categoryName),cu(r=t)+n+au(r);var n,r}function fu(e){return lu(e)+ou.format(...e.data)}function du(e){return lu(e,e.level.colour)+ou.format(...e.data)}function Du(e){return ou.format(...e.data)}function pu(e){return e.data[0]}function Eu(e,t){const n=/%(-?[0-9]+)?(\.?-?[0-9]+)?([[\]cdhmnprzxXyflos%])(\{([^}]+)\})?|([^%]+)/;function r(e){return e&&e.pid?e.pid.toString():process.pid.toString()}e=e||"%r %p %c - %m%n";const u={c:function(e,t){let n=e.categoryName;if(t){const e=parseInt(t,10),r=n.split(".");ee&&(n=r.slice(-e).join(iu.sep))}return n},l:function(e){return e.lineNumber?`${e.lineNumber}`:""},o:function(e){return e.columnNumber?`${e.columnNumber}`:""},s:function(e){return e.callStack||""}};function o(e,t,n){return u[e](t,n)}function i(e,t,n){let r=e;return r=function(e,t){let n;return e?(n=parseInt(e.substr(1),10),n>0?t.slice(0,n):t.slice(n)):t}(t,r),r=function(e,t){let n;if(e)if("-"===e.charAt(0))for(n=parseInt(e.substr(1),10);t.lengthDu,basic:()=>fu,colored:()=>du,coloured:()=>du,pattern:e=>Eu(e&&e.pattern,e&&e.tokens),dummy:()=>pu};var hu={basicLayout:fu,messagePassThroughLayout:Du,patternLayout:Eu,colouredLayout:du,coloredLayout:du,dummyLayout:pu,addLayout(e,t){mu[e]=t},layout:(e,t)=>mu[e]&&mu[e](t)};const yu=tu,Cu=["white","grey","black","blue","cyan","green","magenta","red","yellow"];class Fu{constructor(e,t,n){this.level=e,this.levelStr=t,this.colour=n}toString(){return this.levelStr}static getLevel(e,t){return e?e instanceof Fu?e:(e instanceof Object&&e.levelStr&&(e=e.levelStr),Fu[e.toString().toUpperCase()]||t):t}static addLevels(e){if(e){Object.keys(e).forEach((t=>{const n=t.toUpperCase();Fu[n]=new Fu(e[t].value,n,e[t].colour);const r=Fu.levels.findIndex((e=>e.levelStr===n));r>-1?Fu.levels[r]=Fu[n]:Fu.levels.push(Fu[n])})),Fu.levels.sort(((e,t)=>e.level-t.level))}}isLessThanOrEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level<=e.level}isGreaterThanOrEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level>=e.level}isEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level===e.level}}Fu.levels=[],Fu.addLevels({ALL:{value:Number.MIN_VALUE,colour:"grey"},TRACE:{value:5e3,colour:"blue"},DEBUG:{value:1e4,colour:"cyan"},INFO:{value:2e4,colour:"green"},WARN:{value:3e4,colour:"yellow"},ERROR:{value:4e4,colour:"red"},FATAL:{value:5e4,colour:"magenta"},MARK:{value:9007199254740992,colour:"grey"},OFF:{value:Number.MAX_VALUE,colour:"grey"}}),yu.addListener((e=>{const t=e.levels;if(t){yu.throwExceptionIf(e,yu.not(yu.anObject(t)),"levels must be an object");Object.keys(t).forEach((n=>{yu.throwExceptionIf(e,yu.not(yu.validIdentifier(n)),`level name "${n}" is not a valid identifier (must start with a letter, only contain A-Z,a-z,0-9,_)`),yu.throwExceptionIf(e,yu.not(yu.anObject(t[n])),`level "${n}" must be an object`),yu.throwExceptionIf(e,yu.not(t[n].value),`level "${n}" must have a 'value' property`),yu.throwExceptionIf(e,yu.not(yu.anInteger(t[n].value)),`level "${n}".value must have an integer value`),yu.throwExceptionIf(e,yu.not(t[n].colour),`level "${n}" must have a 'colour' property`),yu.throwExceptionIf(e,yu.not(Cu.indexOf(t[n].colour)>-1),`level "${n}".colour must be one of ${Cu.join(", ")}`)}))}})),yu.addListener((e=>{Fu.addLevels(e.levels)}));var gu=Fu,Au={exports:{}},vu={};/*! (c) 2020 Andrea Giammarchi */ +const{parse:Su,stringify:wu}=JSON,{keys:Ou}=Object,bu=String,_u="string",Bu={},Pu="object",ku=(e,t)=>t,xu=e=>e instanceof bu?bu(e):e,Nu=(e,t)=>typeof t===_u?new bu(t):t,Iu=(e,t,n,r)=>{const u=[];for(let o=Ou(n),{length:i}=o,s=0;s{const r=bu(t.push(n)-1);return e.set(n,r),r},Ru=(e,t)=>{const n=Su(e,Nu).map(xu),r=n[0],u=t||ku,o=typeof r===Pu&&r?Iu(n,new Set,r,u):r;return u.call({"":o},"",o)};vu.parse=Ru;const Mu=(e,t,n)=>{const r=t&&typeof t===Pu?(e,n)=>""===e||-1Su(Mu(e));vu.fromJSON=e=>Ru(wu(e));const Lu=vu,ju=gu;class $u{constructor(e,t,n,r,u){this.startTime=new Date,this.categoryName=e,this.data=n,this.level=t,this.context=Object.assign({},r),this.pid=process.pid,u&&(this.functionName=u.functionName,this.fileName=u.fileName,this.lineNumber=u.lineNumber,this.columnNumber=u.columnNumber,this.callStack=u.callStack)}serialise(){const e=this.data.map((e=>(e&&e.message&&e.stack&&(e=Object.assign({message:e.message,stack:e.stack},e)),e)));return this.data=e,Lu.stringify(this)}static deserialise(e){let t;try{const n=Lu.parse(e);n.data=n.data.map((e=>{if(e&&e.message&&e.stack){const t=new Error(e);Object.keys(e).forEach((n=>{t[n]=e[n]})),e=t}return e})),t=new $u(n.categoryName,ju.getLevel(n.level.levelStr),n.data,n.context),t.startTime=new Date(n.startTime),t.pid=n.pid,t.cluster=n.cluster}catch(n){t=new $u("log4js",ju.ERROR,["Unable to parse log:",e,"because: ",n])}return t}}var Hu=$u;const Ju=Nr.exports("log4js:clustering"),Gu=Hu,Vu=tu;let Uu=!1,Wu=null;try{Wu=require("cluster")}catch(e){Ju("cluster module not present"),Uu=!0}const zu=[];let Ku=!1,qu="NODE_APP_INSTANCE";const Yu=()=>Ku&&"0"===process.env[qu],Xu=()=>Uu||Wu.isMaster||Yu(),Zu=e=>{zu.forEach((t=>t(e)))},Qu=(e,t)=>{if(Ju("cluster message received from worker ",e,": ",t),e.topic&&e.data&&(t=e,e=void 0),t&&t.topic&&"log4js:message"===t.topic){Ju("received message: ",t.data);const e=Gu.deserialise(t.data);Zu(e)}};Uu||Vu.addListener((e=>{zu.length=0,({pm2:Ku,disableClustering:Uu,pm2InstanceVar:qu="NODE_APP_INSTANCE"}=e),Ju(`clustering disabled ? ${Uu}`),Ju(`cluster.isMaster ? ${Wu&&Wu.isMaster}`),Ju(`pm2 enabled ? ${Ku}`),Ju(`pm2InstanceVar = ${qu}`),Ju(`process.env[${qu}] = ${process.env[qu]}`),Ku&&process.removeListener("message",Qu),Wu&&Wu.removeListener&&Wu.removeListener("message",Qu),Uu||e.disableClustering?Ju("Not listening for cluster messages, because clustering disabled."):Yu()?(Ju("listening for PM2 broadcast messages"),process.on("message",Qu)):Wu.isMaster?(Ju("listening for cluster messages"),Wu.on("message",Qu)):Ju("not listening for messages, because we are not a master process")}));var eo={onlyOnMaster:(e,t)=>Xu()?e():t,isMaster:Xu,send:e=>{Xu()?Zu(e):(Ku||(e.cluster={workerId:Wu.worker.id,worker:process.pid}),process.send({topic:"log4js:message",data:e.serialise()}))},onMessage:e=>{zu.push(e)}},to={};function no(e){if("number"==typeof e&&Number.isInteger(e))return e;const t={K:1024,M:1048576,G:1073741824},n=Object.keys(t),r=e.substr(e.length-1).toLocaleUpperCase(),u=e.substring(0,e.length-1).trim();if(n.indexOf(r)<0||!Number.isInteger(Number(u)))throw Error(`maxLogSize: "${e}" is invalid`);return u*t[r]}function ro(e){return function(e,t){const n=Object.assign({},t);return Object.keys(e).forEach((r=>{n[r]&&(n[r]=e[r](t[r]))})),n}({maxLogSize:no},e)}const uo={file:ro,fileSync:ro};to.modifyConfig=e=>uo[e.type]?uo[e.type](e):e;var oo={};const io=console.log.bind(console);oo.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{io(e(n,t))}}(n,e.timezoneOffset)};var so={};so.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{process.stdout.write(`${e(n,t)}\n`)}}(n,e.timezoneOffset)};var co={};co.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{process.stderr.write(`${e(n,t)}\n`)}}(n,e.timezoneOffset)};var ao={};ao.configure=function(e,t,n,r){const u=n(e.appender);return function(e,t,n,r){const u=r.getLevel(e),o=r.getLevel(t,r.FATAL);return e=>{const t=e.level;t.isGreaterThanOrEqualTo(u)&&t.isLessThanOrEqualTo(o)&&n(e)}}(e.level,e.maxLevel,u,r)};var lo={};const fo=Nr.exports("log4js:categoryFilter");lo.configure=function(e,t,n){const r=n(e.appender);return function(e,t){return"string"==typeof e&&(e=[e]),n=>{fo(`Checking ${n.categoryName} against ${e}`),-1===e.indexOf(n.categoryName)&&(fo("Not excluded, sending to appender"),t(n))}}(e.exclude,r)};var Do={};const po=Nr.exports("log4js:noLogFilter");Do.configure=function(e,t,n){const r=n(e.appender);return function(e,t){return n=>{po(`Checking data: ${n.data} against filters: ${e}`),"string"==typeof e&&(e=[e]),e=e.filter((e=>null!=e&&""!==e));const r=new RegExp(e.join("|"),"i");(0===e.length||n.data.findIndex((e=>r.test(e)))<0)&&(po("Not excluded, sending to appender"),t(n))}}(e.exclude,r)};var Eo={},mo={exports:{}},ho={},yo={fromCallback:function(e){return Object.defineProperty((function(){if("function"!=typeof arguments[arguments.length-1])return new Promise(((t,n)=>{arguments[arguments.length]=(e,r)=>{if(e)return n(e);t(r)},arguments.length++,e.apply(this,arguments)}));e.apply(this,arguments)}),"name",{value:e.name})},fromPromise:function(e){return Object.defineProperty((function(){const t=arguments[arguments.length-1];if("function"!=typeof t)return e.apply(this,arguments);e.apply(this,arguments).then((e=>t(null,e)),t)}),"name",{value:e.name})}};!function(e){const t=yo.fromCallback,n=we,r=["access","appendFile","chmod","chown","close","copyFile","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","lchown","lchmod","link","lstat","mkdir","mkdtemp","open","readFile","readdir","readlink","realpath","rename","rmdir","stat","symlink","truncate","unlink","utimes","writeFile"].filter((e=>"function"==typeof n[e]));Object.keys(n).forEach((t=>{"promises"!==t&&(e[t]=n[t])})),r.forEach((r=>{e[r]=t(n[r])})),e.exists=function(e,t){return"function"==typeof t?n.exists(e,t):new Promise((t=>n.exists(e,t)))},e.read=function(e,t,r,u,o,i){return"function"==typeof i?n.read(e,t,r,u,o,i):new Promise(((i,s)=>{n.read(e,t,r,u,o,((e,t,n)=>{if(e)return s(e);i({bytesRead:t,buffer:n})}))}))},e.write=function(e,t,...r){return"function"==typeof r[r.length-1]?n.write(e,t,...r):new Promise(((u,o)=>{n.write(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffer:n})}))}))},"function"==typeof n.realpath.native&&(e.realpath.native=t(n.realpath.native))}(ho);const Co=p.default;function Fo(e){return(e=Co.normalize(Co.resolve(e)).split(Co.sep)).length>0?e[0]:null}const go=/[<>:"|?*]/;var Ao=function(e){const t=Fo(e);return e=e.replace(t,""),go.test(e)};const vo=we,So=p.default,wo=Ao,Oo=parseInt("0777",8);var bo=function e(t,n,r,u){if("function"==typeof n?(r=n,n={}):n&&"object"==typeof n||(n={mode:n}),"win32"===process.platform&&wo(t)){const e=new Error(t+" contains invalid WIN32 path characters.");return e.code="EINVAL",r(e)}let o=n.mode;const i=n.fs||vo;void 0===o&&(o=Oo&~process.umask()),u||(u=null),r=r||function(){},t=So.resolve(t),i.mkdir(t,o,(o=>{if(!o)return r(null,u=u||t);if("ENOENT"===o.code){if(So.dirname(t)===t)return r(o);e(So.dirname(t),n,((u,o)=>{u?r(u,o):e(t,n,r,o)}))}else i.stat(t,((e,t)=>{e||!t.isDirectory()?r(o,u):r(null,u)}))}))};const _o=we,Bo=p.default,Po=Ao,ko=parseInt("0777",8);var xo=function e(t,n,r){n&&"object"==typeof n||(n={mode:n});let u=n.mode;const o=n.fs||_o;if("win32"===process.platform&&Po(t)){const e=new Error(t+" contains invalid WIN32 path characters.");throw e.code="EINVAL",e}void 0===u&&(u=ko&~process.umask()),r||(r=null),t=Bo.resolve(t);try{o.mkdirSync(t,u),r=r||t}catch(u){if("ENOENT"===u.code){if(Bo.dirname(t)===t)throw u;r=e(Bo.dirname(t),n,r),e(t,n,r)}else{let e;try{e=o.statSync(t)}catch(e){throw u}if(!e.isDirectory())throw u}}return r};const No=(0,yo.fromCallback)(bo);var Io={mkdirs:No,mkdirsSync:xo,mkdirp:No,mkdirpSync:xo,ensureDir:No,ensureDirSync:xo};const To=we;E.default,p.default;var Ro=function(e,t,n,r){To.open(e,"r+",((e,u)=>{if(e)return r(e);To.futimes(u,t,n,(e=>{To.close(u,(t=>{r&&r(e||t)}))}))}))},Mo=function(e,t,n){const r=To.openSync(e,"r+");return To.futimesSync(r,t,n),To.closeSync(r)};const Lo=we,jo=p.default,$o=10,Ho=5,Jo=0,Go=process.versions.node.split("."),Vo=Number.parseInt(Go[0],10),Uo=Number.parseInt(Go[1],10),Wo=Number.parseInt(Go[2],10);function zo(){if(Vo>$o)return!0;if(Vo===$o){if(Uo>Ho)return!0;if(Uo===Ho&&Wo>=Jo)return!0}return!1}function Ko(e,t){const n=jo.resolve(e).split(jo.sep).filter((e=>e)),r=jo.resolve(t).split(jo.sep).filter((e=>e));return n.reduce(((e,t,n)=>e&&r[n]===t),!0)}function qo(e,t,n){return`Cannot ${n} '${e}' to a subdirectory of itself, '${t}'.`}var Yo,Xo,Zo={checkPaths:function(e,t,n,r){!function(e,t,n){zo()?Lo.stat(e,{bigint:!0},((e,r)=>{if(e)return n(e);Lo.stat(t,{bigint:!0},((e,t)=>e?"ENOENT"===e.code?n(null,{srcStat:r,destStat:null}):n(e):n(null,{srcStat:r,destStat:t})))})):Lo.stat(e,((e,r)=>{if(e)return n(e);Lo.stat(t,((e,t)=>e?"ENOENT"===e.code?n(null,{srcStat:r,destStat:null}):n(e):n(null,{srcStat:r,destStat:t})))}))}(e,t,((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;return s&&s.ino&&s.dev&&s.ino===i.ino&&s.dev===i.dev?r(new Error("Source and destination must not be the same.")):i.isDirectory()&&Ko(e,t)?r(new Error(qo(e,t,n))):r(null,{srcStat:i,destStat:s})}))},checkPathsSync:function(e,t,n){const{srcStat:r,destStat:u}=function(e,t){let n,r;n=zo()?Lo.statSync(e,{bigint:!0}):Lo.statSync(e);try{r=zo()?Lo.statSync(t,{bigint:!0}):Lo.statSync(t)}catch(e){if("ENOENT"===e.code)return{srcStat:n,destStat:null};throw e}return{srcStat:n,destStat:r}}(e,t);if(u&&u.ino&&u.dev&&u.ino===r.ino&&u.dev===r.dev)throw new Error("Source and destination must not be the same.");if(r.isDirectory()&&Ko(e,t))throw new Error(qo(e,t,n));return{srcStat:r,destStat:u}},checkParentPaths:function e(t,n,r,u,o){const i=jo.resolve(jo.dirname(t)),s=jo.resolve(jo.dirname(r));if(s===i||s===jo.parse(s).root)return o();zo()?Lo.stat(s,{bigint:!0},((i,c)=>i?"ENOENT"===i.code?o():o(i):c.ino&&c.dev&&c.ino===n.ino&&c.dev===n.dev?o(new Error(qo(t,r,u))):e(t,n,s,u,o))):Lo.stat(s,((i,c)=>i?"ENOENT"===i.code?o():o(i):c.ino&&c.dev&&c.ino===n.ino&&c.dev===n.dev?o(new Error(qo(t,r,u))):e(t,n,s,u,o)))},checkParentPathsSync:function e(t,n,r,u){const o=jo.resolve(jo.dirname(t)),i=jo.resolve(jo.dirname(r));if(i===o||i===jo.parse(i).root)return;let s;try{s=zo()?Lo.statSync(i,{bigint:!0}):Lo.statSync(i)}catch(e){if("ENOENT"===e.code)return;throw e}if(s.ino&&s.dev&&s.ino===n.ino&&s.dev===n.dev)throw new Error(qo(t,r,u));return e(t,n,i,u)},isSrcSubdir:Ko};const Qo=we,ei=p.default,ti=Io.mkdirsSync,ni=Mo,ri=Zo;function ui(e,t,n,r){if(!r.filter||r.filter(t,n))return function(e,t,n,r){const u=r.dereference?Qo.statSync:Qo.lstatSync,o=u(t);if(o.isDirectory())return function(e,t,n,r,u){if(!t)return function(e,t,n,r){return Qo.mkdirSync(n),ii(t,n,r),Qo.chmodSync(n,e.mode)}(e,n,r,u);if(t&&!t.isDirectory())throw new Error(`Cannot overwrite non-directory '${r}' with directory '${n}'.`);return ii(n,r,u)}(o,e,t,n,r);if(o.isFile()||o.isCharacterDevice()||o.isBlockDevice())return function(e,t,n,r,u){return t?function(e,t,n,r){if(r.overwrite)return Qo.unlinkSync(n),oi(e,t,n,r);if(r.errorOnExist)throw new Error(`'${n}' already exists`)}(e,n,r,u):oi(e,n,r,u)}(o,e,t,n,r);if(o.isSymbolicLink())return function(e,t,n,r){let u=Qo.readlinkSync(t);r.dereference&&(u=ei.resolve(process.cwd(),u));if(e){let e;try{e=Qo.readlinkSync(n)}catch(e){if("EINVAL"===e.code||"UNKNOWN"===e.code)return Qo.symlinkSync(u,n);throw e}if(r.dereference&&(e=ei.resolve(process.cwd(),e)),ri.isSrcSubdir(u,e))throw new Error(`Cannot copy '${u}' to a subdirectory of itself, '${e}'.`);if(Qo.statSync(n).isDirectory()&&ri.isSrcSubdir(e,u))throw new Error(`Cannot overwrite '${e}' with '${u}'.`);return function(e,t){return Qo.unlinkSync(t),Qo.symlinkSync(e,t)}(u,n)}return Qo.symlinkSync(u,n)}(e,t,n,r)}(e,t,n,r)}function oi(e,t,n,r){return"function"==typeof Qo.copyFileSync?(Qo.copyFileSync(t,n),Qo.chmodSync(n,e.mode),r.preserveTimestamps?ni(n,e.atime,e.mtime):void 0):function(e,t,n,r){const u=65536,o=(Xo?Yo:(Xo=1,Yo=function(e){if("function"==typeof Buffer.allocUnsafe)try{return Buffer.allocUnsafe(e)}catch(t){return new Buffer(e)}return new Buffer(e)}))(u),i=Qo.openSync(t,"r"),s=Qo.openSync(n,"w",e.mode);let c=0;for(;cfunction(e,t,n,r){const u=ei.join(t,e),o=ei.join(n,e),{destStat:i}=ri.checkPathsSync(u,o,"copy");return ui(i,u,o,r)}(r,e,t,n)))}var si=function(e,t,n){"function"==typeof n&&(n={filter:n}),(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269");const{srcStat:r,destStat:u}=ri.checkPathsSync(e,t,"copy");return ri.checkParentPathsSync(e,r,t,"copy"),function(e,t,n,r){if(r.filter&&!r.filter(t,n))return;const u=ei.dirname(n);Qo.existsSync(u)||ti(u);return ui(e,t,n,r)}(u,e,t,n)},ci={copySync:si};const ai=yo.fromPromise,li=ho;var fi={pathExists:ai((function(e){return li.access(e).then((()=>!0)).catch((()=>!1))})),pathExistsSync:li.existsSync};const di=we,Di=p.default,pi=Io.mkdirs,Ei=fi.pathExists,mi=Ro,hi=Zo;function yi(e,t,n,r,u){const o=Di.dirname(n);Ei(o,((i,s)=>i?u(i):s?Fi(e,t,n,r,u):void pi(o,(o=>o?u(o):Fi(e,t,n,r,u)))))}function Ci(e,t,n,r,u,o){Promise.resolve(u.filter(n,r)).then((i=>i?e(t,n,r,u,o):o()),(e=>o(e)))}function Fi(e,t,n,r,u){return r.filter?Ci(gi,e,t,n,r,u):gi(e,t,n,r,u)}function gi(e,t,n,r,u){(r.dereference?di.stat:di.lstat)(t,((o,i)=>o?u(o):i.isDirectory()?function(e,t,n,r,u,o){if(!t)return function(e,t,n,r,u){di.mkdir(n,(o=>{if(o)return u(o);Si(t,n,r,(t=>t?u(t):di.chmod(n,e.mode,u)))}))}(e,n,r,u,o);if(t&&!t.isDirectory())return o(new Error(`Cannot overwrite non-directory '${r}' with directory '${n}'.`));return Si(n,r,u,o)}(i,e,t,n,r,u):i.isFile()||i.isCharacterDevice()||i.isBlockDevice()?function(e,t,n,r,u,o){return t?function(e,t,n,r,u){if(!r.overwrite)return r.errorOnExist?u(new Error(`'${n}' already exists`)):u();di.unlink(n,(o=>o?u(o):Ai(e,t,n,r,u)))}(e,n,r,u,o):Ai(e,n,r,u,o)}(i,e,t,n,r,u):i.isSymbolicLink()?function(e,t,n,r,u){di.readlink(t,((t,o)=>t?u(t):(r.dereference&&(o=Di.resolve(process.cwd(),o)),e?void di.readlink(n,((t,i)=>t?"EINVAL"===t.code||"UNKNOWN"===t.code?di.symlink(o,n,u):u(t):(r.dereference&&(i=Di.resolve(process.cwd(),i)),hi.isSrcSubdir(o,i)?u(new Error(`Cannot copy '${o}' to a subdirectory of itself, '${i}'.`)):e.isDirectory()&&hi.isSrcSubdir(i,o)?u(new Error(`Cannot overwrite '${i}' with '${o}'.`)):function(e,t,n){di.unlink(t,(r=>r?n(r):di.symlink(e,t,n)))}(o,n,u)))):di.symlink(o,n,u))))}(e,t,n,r,u):void 0))}function Ai(e,t,n,r,u){return"function"==typeof di.copyFile?di.copyFile(t,n,(t=>t?u(t):vi(e,n,r,u))):function(e,t,n,r,u){const o=di.createReadStream(t);o.on("error",(e=>u(e))).once("open",(()=>{const t=di.createWriteStream(n,{mode:e.mode});t.on("error",(e=>u(e))).on("open",(()=>o.pipe(t))).once("close",(()=>vi(e,n,r,u)))}))}(e,t,n,r,u)}function vi(e,t,n,r){di.chmod(t,e.mode,(u=>u?r(u):n.preserveTimestamps?mi(t,e.atime,e.mtime,r):r()))}function Si(e,t,n,r){di.readdir(e,((u,o)=>u?r(u):wi(o,e,t,n,r)))}function wi(e,t,n,r,u){const o=e.pop();return o?function(e,t,n,r,u,o){const i=Di.join(n,t),s=Di.join(r,t);hi.checkPaths(i,s,"copy",((t,c)=>{if(t)return o(t);const{destStat:a}=c;Fi(a,i,s,u,(t=>t?o(t):wi(e,n,r,u,o)))}))}(e,o,t,n,r,u):u()}var Oi=function(e,t,n,r){"function"!=typeof n||r?"function"==typeof n&&(n={filter:n}):(r=n,n={}),r=r||function(){},(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269"),hi.checkPaths(e,t,"copy",((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;hi.checkParentPaths(e,i,t,"copy",(u=>u?r(u):n.filter?Ci(yi,s,e,t,n,r):yi(s,e,t,n,r)))}))};var bi={copy:(0,yo.fromCallback)(Oi)};const _i=we,Bi=p.default,Pi=g.default,ki="win32"===process.platform;function xi(e){["unlink","chmod","stat","lstat","rmdir","readdir"].forEach((t=>{e[t]=e[t]||_i[t],e[t+="Sync"]=e[t]||_i[t]})),e.maxBusyTries=e.maxBusyTries||3}function Ni(e,t,n){let r=0;"function"==typeof t&&(n=t,t={}),Pi(e,"rimraf: missing path"),Pi.strictEqual(typeof e,"string","rimraf: path should be a string"),Pi.strictEqual(typeof n,"function","rimraf: callback function required"),Pi(t,"rimraf: invalid options argument provided"),Pi.strictEqual(typeof t,"object","rimraf: options should be object"),xi(t),Ii(e,t,(function u(o){if(o){if(("EBUSY"===o.code||"ENOTEMPTY"===o.code||"EPERM"===o.code)&&rIi(e,t,u)),100*r)}"ENOENT"===o.code&&(o=null)}n(o)}))}function Ii(e,t,n){Pi(e),Pi(t),Pi("function"==typeof n),t.lstat(e,((r,u)=>r&&"ENOENT"===r.code?n(null):r&&"EPERM"===r.code&&ki?Ti(e,t,r,n):u&&u.isDirectory()?Mi(e,t,r,n):void t.unlink(e,(r=>{if(r){if("ENOENT"===r.code)return n(null);if("EPERM"===r.code)return ki?Ti(e,t,r,n):Mi(e,t,r,n);if("EISDIR"===r.code)return Mi(e,t,r,n)}return n(r)}))))}function Ti(e,t,n,r){Pi(e),Pi(t),Pi("function"==typeof r),n&&Pi(n instanceof Error),t.chmod(e,438,(u=>{u?r("ENOENT"===u.code?null:n):t.stat(e,((u,o)=>{u?r("ENOENT"===u.code?null:n):o.isDirectory()?Mi(e,t,n,r):t.unlink(e,r)}))}))}function Ri(e,t,n){let r;Pi(e),Pi(t),n&&Pi(n instanceof Error);try{t.chmodSync(e,438)}catch(e){if("ENOENT"===e.code)return;throw n}try{r=t.statSync(e)}catch(e){if("ENOENT"===e.code)return;throw n}r.isDirectory()?ji(e,t,n):t.unlinkSync(e)}function Mi(e,t,n,r){Pi(e),Pi(t),n&&Pi(n instanceof Error),Pi("function"==typeof r),t.rmdir(e,(u=>{!u||"ENOTEMPTY"!==u.code&&"EEXIST"!==u.code&&"EPERM"!==u.code?u&&"ENOTDIR"===u.code?r(n):r(u):function(e,t,n){Pi(e),Pi(t),Pi("function"==typeof n),t.readdir(e,((r,u)=>{if(r)return n(r);let o,i=u.length;if(0===i)return t.rmdir(e,n);u.forEach((r=>{Ni(Bi.join(e,r),t,(r=>{if(!o)return r?n(o=r):void(0==--i&&t.rmdir(e,n))}))}))}))}(e,t,r)}))}function Li(e,t){let n;xi(t=t||{}),Pi(e,"rimraf: missing path"),Pi.strictEqual(typeof e,"string","rimraf: path should be a string"),Pi(t,"rimraf: missing options"),Pi.strictEqual(typeof t,"object","rimraf: options should be object");try{n=t.lstatSync(e)}catch(n){if("ENOENT"===n.code)return;"EPERM"===n.code&&ki&&Ri(e,t,n)}try{n&&n.isDirectory()?ji(e,t,null):t.unlinkSync(e)}catch(n){if("ENOENT"===n.code)return;if("EPERM"===n.code)return ki?Ri(e,t,n):ji(e,t,n);if("EISDIR"!==n.code)throw n;ji(e,t,n)}}function ji(e,t,n){Pi(e),Pi(t),n&&Pi(n instanceof Error);try{t.rmdirSync(e)}catch(r){if("ENOTDIR"===r.code)throw n;if("ENOTEMPTY"===r.code||"EEXIST"===r.code||"EPERM"===r.code)!function(e,t){if(Pi(e),Pi(t),t.readdirSync(e).forEach((n=>Li(Bi.join(e,n),t))),!ki){return t.rmdirSync(e,t)}{const n=Date.now();do{try{return t.rmdirSync(e,t)}catch(e){}}while(Date.now()-n<500)}}(e,t);else if("ENOENT"!==r.code)throw r}}var $i=Ni;Ni.sync=Li;const Hi=$i;var Ji={remove:(0,yo.fromCallback)(Hi),removeSync:Hi.sync};const Gi=yo.fromCallback,Vi=we,Ui=p.default,Wi=Io,zi=Ji,Ki=Gi((function(e,t){t=t||function(){},Vi.readdir(e,((n,r)=>{if(n)return Wi.mkdirs(e,t);r=r.map((t=>Ui.join(e,t))),function e(){const n=r.pop();if(!n)return t();zi.remove(n,(n=>{if(n)return t(n);e()}))}()}))}));function qi(e){let t;try{t=Vi.readdirSync(e)}catch(t){return Wi.mkdirsSync(e)}t.forEach((t=>{t=Ui.join(e,t),zi.removeSync(t)}))}var Yi={emptyDirSync:qi,emptydirSync:qi,emptyDir:Ki,emptydir:Ki};const Xi=yo.fromCallback,Zi=p.default,Qi=we,es=Io,ts=fi.pathExists;var ns={createFile:Xi((function(e,t){function n(){Qi.writeFile(e,"",(e=>{if(e)return t(e);t()}))}Qi.stat(e,((r,u)=>{if(!r&&u.isFile())return t();const o=Zi.dirname(e);ts(o,((e,r)=>e?t(e):r?n():void es.mkdirs(o,(e=>{if(e)return t(e);n()}))))}))})),createFileSync:function(e){let t;try{t=Qi.statSync(e)}catch(e){}if(t&&t.isFile())return;const n=Zi.dirname(e);Qi.existsSync(n)||es.mkdirsSync(n),Qi.writeFileSync(e,"")}};const rs=yo.fromCallback,us=p.default,os=we,is=Io,ss=fi.pathExists;var cs={createLink:rs((function(e,t,n){function r(e,t){os.link(e,t,(e=>{if(e)return n(e);n(null)}))}ss(t,((u,o)=>u?n(u):o?n(null):void os.lstat(e,(u=>{if(u)return u.message=u.message.replace("lstat","ensureLink"),n(u);const o=us.dirname(t);ss(o,((u,i)=>u?n(u):i?r(e,t):void is.mkdirs(o,(u=>{if(u)return n(u);r(e,t)}))))}))))})),createLinkSync:function(e,t){if(os.existsSync(t))return;try{os.lstatSync(e)}catch(e){throw e.message=e.message.replace("lstat","ensureLink"),e}const n=us.dirname(t);return os.existsSync(n)||is.mkdirsSync(n),os.linkSync(e,t)}};const as=p.default,ls=we,fs=fi.pathExists;var ds={symlinkPaths:function(e,t,n){if(as.isAbsolute(e))return ls.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:e})));{const r=as.dirname(t),u=as.join(r,e);return fs(u,((t,o)=>t?n(t):o?n(null,{toCwd:u,toDst:e}):ls.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:as.relative(r,e)})))))}},symlinkPathsSync:function(e,t){let n;if(as.isAbsolute(e)){if(n=ls.existsSync(e),!n)throw new Error("absolute srcpath does not exist");return{toCwd:e,toDst:e}}{const r=as.dirname(t),u=as.join(r,e);if(n=ls.existsSync(u),n)return{toCwd:u,toDst:e};if(n=ls.existsSync(e),!n)throw new Error("relative srcpath does not exist");return{toCwd:e,toDst:as.relative(r,e)}}}};const Ds=we;var ps={symlinkType:function(e,t,n){if(n="function"==typeof t?t:n,t="function"!=typeof t&&t)return n(null,t);Ds.lstat(e,((e,r)=>{if(e)return n(null,"file");t=r&&r.isDirectory()?"dir":"file",n(null,t)}))},symlinkTypeSync:function(e,t){let n;if(t)return t;try{n=Ds.lstatSync(e)}catch(e){return"file"}return n&&n.isDirectory()?"dir":"file"}};const Es=yo.fromCallback,ms=p.default,hs=we,ys=Io.mkdirs,Cs=Io.mkdirsSync,Fs=ds.symlinkPaths,gs=ds.symlinkPathsSync,As=ps.symlinkType,vs=ps.symlinkTypeSync,Ss=fi.pathExists;var ws={createSymlink:Es((function(e,t,n,r){r="function"==typeof n?n:r,n="function"!=typeof n&&n,Ss(t,((u,o)=>u?r(u):o?r(null):void Fs(e,t,((u,o)=>{if(u)return r(u);e=o.toDst,As(o.toCwd,n,((n,u)=>{if(n)return r(n);const o=ms.dirname(t);Ss(o,((n,i)=>n?r(n):i?hs.symlink(e,t,u,r):void ys(o,(n=>{if(n)return r(n);hs.symlink(e,t,u,r)}))))}))}))))})),createSymlinkSync:function(e,t,n){if(hs.existsSync(t))return;const r=gs(e,t);e=r.toDst,n=vs(r.toCwd,n);const u=ms.dirname(t);return hs.existsSync(u)||Cs(u),hs.symlinkSync(e,t,n)}};var Os,bs={createFile:ns.createFile,createFileSync:ns.createFileSync,ensureFile:ns.createFile,ensureFileSync:ns.createFileSync,createLink:cs.createLink,createLinkSync:cs.createLinkSync,ensureLink:cs.createLink,ensureLinkSync:cs.createLinkSync,createSymlink:ws.createSymlink,createSymlinkSync:ws.createSymlinkSync,ensureSymlink:ws.createSymlink,ensureSymlinkSync:ws.createSymlinkSync};try{Os=we}catch(e){Os=D.default}function _s(e,t){var n,r="\n";return"object"==typeof t&&null!==t&&(t.spaces&&(n=t.spaces),t.EOL&&(r=t.EOL)),JSON.stringify(e,t?t.replacer:null,n).replace(/\n/g,r)+r}function Bs(e){return Buffer.isBuffer(e)&&(e=e.toString("utf8")),e=e.replace(/^\uFEFF/,"")}var Ps={readFile:function(e,t,n){null==n&&(n=t,t={}),"string"==typeof t&&(t={encoding:t});var r=(t=t||{}).fs||Os,u=!0;"throws"in t&&(u=t.throws),r.readFile(e,t,(function(r,o){if(r)return n(r);var i;o=Bs(o);try{i=JSON.parse(o,t?t.reviver:null)}catch(t){return u?(t.message=e+": "+t.message,n(t)):n(null,null)}n(null,i)}))},readFileSync:function(e,t){"string"==typeof(t=t||{})&&(t={encoding:t});var n=t.fs||Os,r=!0;"throws"in t&&(r=t.throws);try{var u=n.readFileSync(e,t);return u=Bs(u),JSON.parse(u,t.reviver)}catch(t){if(r)throw t.message=e+": "+t.message,t;return null}},writeFile:function(e,t,n,r){null==r&&(r=n,n={});var u=(n=n||{}).fs||Os,o="";try{o=_s(t,n)}catch(e){return void(r&&r(e,null))}u.writeFile(e,o,n,r)},writeFileSync:function(e,t,n){var r=(n=n||{}).fs||Os,u=_s(t,n);return r.writeFileSync(e,u,n)}},ks=Ps;const xs=yo.fromCallback,Ns=ks;var Is={readJson:xs(Ns.readFile),readJsonSync:Ns.readFileSync,writeJson:xs(Ns.writeFile),writeJsonSync:Ns.writeFileSync};const Ts=p.default,Rs=Io,Ms=fi.pathExists,Ls=Is;var js=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=Ts.dirname(e);Ms(u,((o,i)=>o?r(o):i?Ls.writeJson(e,t,n,r):void Rs.mkdirs(u,(u=>{if(u)return r(u);Ls.writeJson(e,t,n,r)}))))};const $s=we,Hs=p.default,Js=Io,Gs=Is;var Vs=function(e,t,n){const r=Hs.dirname(e);$s.existsSync(r)||Js.mkdirsSync(r),Gs.writeJsonSync(e,t,n)};const Us=yo.fromCallback,Ws=Is;Ws.outputJson=Us(js),Ws.outputJsonSync=Vs,Ws.outputJSON=Ws.outputJson,Ws.outputJSONSync=Ws.outputJsonSync,Ws.writeJSON=Ws.writeJson,Ws.writeJSONSync=Ws.writeJsonSync,Ws.readJSON=Ws.readJson,Ws.readJSONSync=Ws.readJsonSync;var zs=Ws;const Ks=we,qs=p.default,Ys=ci.copySync,Xs=Ji.removeSync,Zs=Io.mkdirpSync,Qs=Zo;function ec(e,t,n){try{Ks.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)throw r;return function(e,t,n){const r={overwrite:n,errorOnExist:!0};return Ys(e,t,r),Xs(e)}(e,t,n)}}var tc=function(e,t,n){const r=(n=n||{}).overwrite||n.clobber||!1,{srcStat:u}=Qs.checkPathsSync(e,t,"move");return Qs.checkParentPathsSync(e,u,t,"move"),Zs(qs.dirname(t)),function(e,t,n){if(n)return Xs(t),ec(e,t,n);if(Ks.existsSync(t))throw new Error("dest already exists.");return ec(e,t,n)}(e,t,r)},nc={moveSync:tc};const rc=we,uc=p.default,oc=bi.copy,ic=Ji.remove,sc=Io.mkdirp,cc=fi.pathExists,ac=Zo;function lc(e,t,n,r){rc.rename(e,t,(u=>u?"EXDEV"!==u.code?r(u):function(e,t,n,r){const u={overwrite:n,errorOnExist:!0};oc(e,t,u,(t=>t?r(t):ic(e,r)))}(e,t,n,r):r()))}var fc=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=n.overwrite||n.clobber||!1;ac.checkPaths(e,t,"move",((n,o)=>{if(n)return r(n);const{srcStat:i}=o;ac.checkParentPaths(e,i,t,"move",(n=>{if(n)return r(n);sc(uc.dirname(t),(n=>n?r(n):function(e,t,n,r){if(n)return ic(t,(u=>u?r(u):lc(e,t,n,r)));cc(t,((u,o)=>u?r(u):o?r(new Error("dest already exists.")):lc(e,t,n,r)))}(e,t,u,r)))}))}))};var dc={move:(0,yo.fromCallback)(fc)};const Dc=yo.fromCallback,pc=we,Ec=p.default,mc=Io,hc=fi.pathExists;var yc={outputFile:Dc((function(e,t,n,r){"function"==typeof n&&(r=n,n="utf8");const u=Ec.dirname(e);hc(u,((o,i)=>o?r(o):i?pc.writeFile(e,t,n,r):void mc.mkdirs(u,(u=>{if(u)return r(u);pc.writeFile(e,t,n,r)}))))})),outputFileSync:function(e,...t){const n=Ec.dirname(e);if(pc.existsSync(n))return pc.writeFileSync(e,...t);mc.mkdirsSync(n),pc.writeFileSync(e,...t)}};!function(e){e.exports=Object.assign({},ho,ci,bi,Yi,bs,zs,Io,nc,dc,yc,fi,Ji);const t=D.default;Object.getOwnPropertyDescriptor(t,"promises")&&Object.defineProperty(e.exports,"promises",{get:()=>t.promises})}(mo);const Cc=Nr.exports("streamroller:fileNameFormatter"),Fc=p.default;const gc=Nr.exports("streamroller:fileNameParser"),Ac=nu.exports;const vc=Nr.exports("streamroller:moveAndMaybeCompressFile"),Sc=mo.exports,wc=v.default;var Oc=async(e,t,n)=>{if(n=function(e){const t={mode:parseInt("0600",8),compress:!1},n=Object.assign({},t,e);return vc(`_parseOption: moveAndMaybeCompressFile called with option=${JSON.stringify(n)}`),n}(n),e!==t){if(await Sc.pathExists(e))if(vc(`moveAndMaybeCompressFile: moving file from ${e} to ${t} ${n.compress?"with":"without"} compress`),n.compress)await new Promise(((r,u)=>{let o=!1;const i=Sc.createWriteStream(t,{mode:n.mode,flags:"wx"}).on("open",(()=>{o=!0;const t=Sc.createReadStream(e).on("open",(()=>{t.pipe(wc.createGzip()).pipe(i)})).on("error",(t=>{vc(`moveAndMaybeCompressFile: error reading ${e}`,t),i.destroy(t)}))})).on("finish",(()=>{vc(`moveAndMaybeCompressFile: finished compressing ${t}, deleting ${e}`),Sc.unlink(e).then(r).catch((t=>{vc(`moveAndMaybeCompressFile: error deleting ${e}, truncating instead`,t),Sc.truncate(e).then(r).catch((t=>{vc(`moveAndMaybeCompressFile: error truncating ${e}`,t),u(t)}))}))})).on("error",(e=>{o?(vc(`moveAndMaybeCompressFile: error writing ${t}, deleting`,e),Sc.unlink(t).then((()=>{u(e)})).catch((e=>{vc(`moveAndMaybeCompressFile: error deleting ${t}`,e),u(e)}))):(vc(`moveAndMaybeCompressFile: error creating ${t}`,e),u(e))}))})).catch((()=>{}));else{vc(`moveAndMaybeCompressFile: renaming ${e} to ${t}`);try{await Sc.move(e,t,{overwrite:!0})}catch(n){if(vc(`moveAndMaybeCompressFile: error renaming ${e} to ${t}`,n),"ENOENT"!==n.code){vc("moveAndMaybeCompressFile: trying copy+truncate instead");try{await Sc.copy(e,t,{overwrite:!0}),await Sc.truncate(e)}catch(e){vc("moveAndMaybeCompressFile: error copy+truncate",e)}}}}}else vc("moveAndMaybeCompressFile: source and target are the same, not doing anything")};const bc=Nr.exports("streamroller:RollingFileWriteStream"),_c=mo.exports,Bc=p.default,Pc=E.default,kc=()=>new Date,xc=nu.exports,{Writable:Nc}=C.default,Ic=({file:e,keepFileExt:t,needsIndex:n,alwaysIncludeDate:r,compress:u,fileNameSep:o})=>{let i=o||".";const s=Fc.join(e.dir,e.name),c=t=>t+e.ext,a=(e,t,r)=>!n&&r||!t?e:e+i+t,l=(e,t,n)=>(t>0||r)&&n?e+i+n:e,f=(e,t)=>t&&u?e+".gz":e,d=t?[l,a,c,f]:[c,l,a,f];return({date:e,index:t})=>(Cc(`_formatFileName: date=${e}, index=${t}`),d.reduce(((n,r)=>r(n,t,e)),s))},Tc=({file:e,keepFileExt:t,pattern:n,fileNameSep:r})=>{let u=r||".";const o="__NOT_MATCHING__";let i=[(e,t)=>e.endsWith(".gz")?(gc("it is gzipped"),t.isCompressed=!0,e.slice(0,-1*".gz".length)):e,t?t=>t.startsWith(e.name)&&t.endsWith(e.ext)?(gc("it starts and ends with the right things"),t.slice(e.name.length+1,-1*e.ext.length)):o:t=>t.startsWith(e.base)?(gc("it starts with the right things"),t.slice(e.base.length+1)):o,n?(e,t)=>{const r=e.split(u);let o=r[r.length-1];gc("items: ",r,", indexStr: ",o);let i=e;void 0!==o&&o.match(/^\d+$/)?(i=e.slice(0,-1*(o.length+1)),gc(`dateStr is ${i}`),n&&!i&&(i=o,o="0")):o="0";try{const r=Ac.parse(n,i,new Date(0,0));return Ac.asString(n,r)!==i?e:(t.index=parseInt(o,10),t.date=i,t.timestamp=r.getTime(),"")}catch(t){return gc(`Problem parsing ${i} as ${n}, error was: `,t),e}}:(e,t)=>e.match(/^\d+$/)?(gc("it has an index"),t.index=parseInt(e,10),""):e];return e=>{let t={filename:e,index:0,isCompressed:!1};return i.reduce(((e,n)=>n(e,t)),e)?null:t}},Rc=Oc;var Mc=class extends Nc{constructor(e,t){if(bc(`constructor: creating RollingFileWriteStream. path=${e}`),"string"!=typeof e||0===e.length)throw new Error(`Invalid filename: ${e}`);if(e.endsWith(Bc.sep))throw new Error(`Filename is a directory: ${e}`);0===e.indexOf(`~${Bc.sep}`)&&(e=e.replace("~",Pc.homedir())),super(t),this.options=this._parseOption(t),this.fileObject=Bc.parse(e),""===this.fileObject.dir&&(this.fileObject=Bc.parse(Bc.join(process.cwd(),e))),this.fileFormatter=Ic({file:this.fileObject,alwaysIncludeDate:this.options.alwaysIncludePattern,needsIndex:this.options.maxSize 0`)}else delete n.maxSize;if(n.numBackups||0===n.numBackups){if(n.numBackups<0)throw new Error(`options.numBackups (${n.numBackups}) should be >= 0`);if(n.numBackups>=Number.MAX_SAFE_INTEGER)throw new Error(`options.numBackups (${n.numBackups}) should be < Number.MAX_SAFE_INTEGER`);n.numToKeep=n.numBackups+1}else if(n.numToKeep<=0)throw new Error(`options.numToKeep (${n.numToKeep}) should be > 0`);return bc(`_parseOption: creating stream with option=${JSON.stringify(n)}`),n}_final(e){this.currentFileStream.end("",this.options.encoding,e)}_write(e,t,n){this._shouldRoll().then((()=>{bc(`_write: writing chunk. file=${this.currentFileStream.path} state=${JSON.stringify(this.state)} chunk=${e}`),this.currentFileStream.write(e,t,(t=>{this.state.currentSize+=e.length,n(t)}))}))}async _shouldRoll(){(this._dateChanged()||this._tooBig())&&(bc(`_shouldRoll: rolling because dateChanged? ${this._dateChanged()} or tooBig? ${this._tooBig()}`),await this._roll())}_dateChanged(){return this.state.currentDate&&this.state.currentDate!==xc(this.options.pattern,kc())}_tooBig(){return this.state.currentSize>=this.options.maxSize}_roll(){return bc("_roll: closing the current stream"),new Promise(((e,t)=>{this.currentFileStream.end("",this.options.encoding,(()=>{this._moveOldFiles().then(e).catch(t)}))}))}async _moveOldFiles(){const e=await this._getExistingFiles();for(let t=(this.state.currentDate?e.filter((e=>e.date===this.state.currentDate)):e).length;t>=0;t--){bc(`_moveOldFiles: i = ${t}`);const e=this.fileFormatter({date:this.state.currentDate,index:t}),n=this.fileFormatter({date:this.state.currentDate,index:t+1}),r={compress:this.options.compress&&0===t,mode:this.options.mode};await Rc(e,n,r)}this.state.currentSize=0,this.state.currentDate=this.state.currentDate?xc(this.options.pattern,kc()):null,bc(`_moveOldFiles: finished rolling files. state=${JSON.stringify(this.state)}`),this._renewWriteStream(),await new Promise(((e,t)=>{this.currentFileStream.write("","utf8",(()=>{this._clean().then(e).catch(t)}))}))}async _getExistingFiles(){const e=await _c.readdir(this.fileObject.dir).catch((()=>[]));bc(`_getExistingFiles: files=${e}`);const t=e.map((e=>this.fileNameParser(e))).filter((e=>e)),n=e=>(e.timestamp?e.timestamp:kc().getTime())-e.index;return t.sort(((e,t)=>n(e)-n(t))),t}_renewWriteStream(){const e=this.fileFormatter({date:this.state.currentDate,index:0}),t=e=>{try{return _c.mkdirSync(e,{recursive:!0})}catch(n){if("ENOENT"===n.code)return t(Bc.dirname(e)),t(e);if("EEXIST"!==n.code&&"EROFS"!==n.code)throw n;try{if(_c.statSync(e).isDirectory())return e;throw n}catch(e){throw n}}};t(this.fileObject.dir);const n={flags:this.options.flags,encoding:this.options.encoding,mode:this.options.mode};var r,u;_c.appendFileSync(e,"",(r={...n},u="flags",r["flag"]=r[u],delete r[u],r)),this.currentFileStream=_c.createWriteStream(e,n),this.currentFileStream.on("error",(e=>{this.emit("error",e)}))}async _clean(){const e=await this._getExistingFiles();if(bc(`_clean: numToKeep = ${this.options.numToKeep}, existingFiles = ${e.length}`),bc("_clean: existing files are: ",e),this._tooManyFiles(e.length)){const n=e.slice(0,e.length-this.options.numToKeep).map((e=>Bc.format({dir:this.fileObject.dir,base:e.filename})));await(t=n,bc(`deleteFiles: files to delete: ${t}`),Promise.all(t.map((e=>_c.unlink(e).catch((t=>{bc(`deleteFiles: error when unlinking ${e}, ignoring. Error was ${t}`)}))))))}var t}_tooManyFiles(e){return this.options.numToKeep>0&&e>this.options.numToKeep}};const Lc=Mc;var jc=class extends Lc{constructor(e,t,n,r){r||(r={}),t&&(r.maxSize=t),r.numBackups||0===r.numBackups||(n||0===n||(n=1),r.numBackups=n),super(e,r),this.backups=r.numBackups,this.size=this.options.maxSize}get theStream(){return this.currentFileStream}};const $c=Mc;var Hc={RollingFileWriteStream:Mc,RollingFileStream:jc,DateRollingFileStream:class extends $c{constructor(e,t,n){t&&"object"==typeof t&&(n=t,t=null),n||(n={}),t||(t="yyyy-MM-dd"),n.pattern=t,n.numBackups||0===n.numBackups?n.daysToKeep=n.numBackups:(n.daysToKeep||0===n.daysToKeep?process.emitWarning("options.daysToKeep is deprecated due to the confusion it causes when used together with file size rolling. Please use options.numBackups instead.","DeprecationWarning","streamroller-DEP0001"):n.daysToKeep=1,n.numBackups=n.daysToKeep),super(e,n),this.mode=this.options.mode}get theStream(){return this.currentFileStream}}};const Jc=Nr.exports("log4js:file"),Gc=p.default,Vc=Hc,Uc=E.default.EOL;let Wc=!1;const zc=new Set;function Kc(){zc.forEach((e=>{e.sighupHandler()}))}function qc(e,t,n,r){const u=new Vc.RollingFileStream(e,t,n,r);return u.on("error",(t=>{console.error("log4js.fileAppender - Writing to file %s, error happened ",e,t)})),u.on("drain",(()=>{process.emit("log4js:pause",!1)})),u}Eo.configure=function(e,t){let n=t.basicLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),e.mode=e.mode||384,function(e,t,n,r,u,o){e=Gc.normalize(e),Jc("Creating file appender (",e,", ",n,", ",r=r||0===r?r:5,", ",u,", ",o,")");let i=qc(e,n,r,u);const s=function(e){if(i.writable){if(!0===u.removeColor){const t=/\x1b[[0-9;]*m/g;e.data=e.data.map((e=>"string"==typeof e?e.replace(t,""):e))}i.write(t(e,o)+Uc,"utf8")||process.emit("log4js:pause",!0)}};return s.reopen=function(){i.end((()=>{i=qc(e,n,r,u)}))},s.sighupHandler=function(){Jc("SIGHUP handler called."),s.reopen()},s.shutdown=function(e){zc.delete(s),0===zc.size&&Wc&&(process.removeListener("SIGHUP",Kc),Wc=!1),i.end("","utf-8",e)},zc.add(s),Wc||(process.on("SIGHUP",Kc),Wc=!0),s}(e.filename,n,e.maxLogSize,e.backups,e,e.timezoneOffset)};var Yc={};const Xc=Hc,Zc=E.default.EOL;function Qc(e,t,n,r,u){r.maxSize=r.maxLogSize;const o=function(e,t,n){const r=new Xc.DateRollingFileStream(e,t,n);return r.on("error",(t=>{console.error("log4js.dateFileAppender - Writing to file %s, error happened ",e,t)})),r.on("drain",(()=>{process.emit("log4js:pause",!1)})),r}(e,t,r),i=function(e){o.writable&&(o.write(n(e,u)+Zc,"utf8")||process.emit("log4js:pause",!0))};return i.shutdown=function(e){o.end("","utf-8",e)},i}Yc.configure=function(e,t){let n=t.basicLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),e.alwaysIncludePattern||(e.alwaysIncludePattern=!1),e.mode=e.mode||384,Qc(e.filename,e.pattern,n,e,e.timezoneOffset)};var ea={};const ta=Nr.exports("log4js:fileSync"),na=p.default,ra=D.default,ua=E.default.EOL||"\n";function oa(e,t){if(ra.existsSync(e))return;const n=ra.openSync(e,t.flags,t.mode);ra.closeSync(n)}class ia{constructor(e,t,n,r){ta("In RollingFileStream"),function(){if(!e||!t||t<=0)throw new Error("You must specify a filename and file size")}(),this.filename=e,this.size=t,this.backups=n,this.options=r,this.currentSize=0,this.currentSize=function(e){let t=0;try{t=ra.statSync(e).size}catch(t){oa(e,r)}return t}(this.filename)}shouldRoll(){return ta("should roll with current size %d, and max size %d",this.currentSize,this.size),this.currentSize>=this.size}roll(e){const t=this,n=new RegExp(`^${na.basename(e)}`);function r(e){return n.test(e)}function u(t){return parseInt(t.substring(`${na.basename(e)}.`.length),10)||0}function o(e,t){return u(e)>u(t)?1:u(e) ${e}.${r+1}`),ra.renameSync(na.join(na.dirname(e),n),`${e}.${r+1}`)}}ta("Rolling, rolling, rolling"),ta("Renaming the old files"),ra.readdirSync(na.dirname(e)).filter(r).sort(o).reverse().forEach(i)}write(e,t){const n=this;ta("in write"),this.shouldRoll()&&(this.currentSize=0,this.roll(this.filename)),ta("writing the chunk to the file"),n.currentSize+=e.length,ra.appendFileSync(n.filename,e)}}ea.configure=function(e,t){let n=t.basicLayout;e.layout&&(n=t.layout(e.layout.type,e.layout));const r={flags:e.flags||"a",encoding:e.encoding||"utf8",mode:e.mode||384};return function(e,t,n,r,u,o){ta("fileSync appender created");const i=function(e,t,n){let r;var u;return t?r=new ia(e,t,n,o):(oa(u=e,o),r={write(e){ra.appendFileSync(u,e)}}),r}(e=na.normalize(e),n,r=r||0===r?r:5);return e=>{i.write(t(e,u)+ua)}}(e.filename,n,e.maxLogSize,e.backups,e.timezoneOffset,r)};var sa={};const ca=Nr.exports("log4js:tcp"),aa=S.default;sa.configure=function(e,t){ca(`configure with config = ${e}`);let n=function(e){return e.serialise()};return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){let n=!1;const r=[];let u,o=3,i="__LOG4JS__";function s(e){ca("Writing log event to socket"),n=u.write(`${t(e)}${i}`,"utf8")}function c(){let e;for(ca("emptying buffer");e=r.shift();)s(e)}function a(e){n?s(e):(ca("buffering log event because it cannot write at the moment"),r.push(e))}return function t(){ca(`appender creating socket to ${e.host||"localhost"}:${e.port||5e3}`),i=`${e.endMsg||"__LOG4JS__"}`,u=aa.createConnection(e.port||5e3,e.host||"localhost"),u.on("connect",(()=>{ca("socket connected"),c(),n=!0})),u.on("drain",(()=>{ca("drain event received, emptying buffer"),n=!0,c()})),u.on("timeout",u.end.bind(u)),u.on("error",(e=>{ca("connection error",e),n=!1,c()})),u.on("close",t)}(),a.shutdown=function(e){ca("shutdown called"),r.length&&o?(ca("buffer has items, waiting 100ms to empty"),o-=1,setTimeout((()=>{a.shutdown(e)}),100)):(u.removeAllListeners("close"),u.end(e))},a}(e,n)};const la=p.default,fa=Nr.exports("log4js:appenders"),da=tu,Da=eo,pa=gu,Ea=hu,ma=to,ha=new Map;ha.set("console",oo),ha.set("stdout",so),ha.set("stderr",co),ha.set("logLevelFilter",ao),ha.set("categoryFilter",lo),ha.set("noLogFilter",Do),ha.set("file",Eo),ha.set("dateFile",Yc),ha.set("fileSync",ea),ha.set("tcp",sa);const ya=new Map,Ca=(e,t)=>{fa("Loading module from ",e);try{return require(e)}catch(n){return void da.throwExceptionIf(t,"MODULE_NOT_FOUND"!==n.code,`appender "${e}" could not be loaded (error was: ${n})`)}},Fa=new Set,ga=(e,t)=>{if(ya.has(e))return ya.get(e);if(!t.appenders[e])return!1;if(Fa.has(e))throw new Error(`Dependency loop detected for appender ${e}.`);Fa.add(e),fa(`Creating appender ${e}`);const n=Aa(e,t);return Fa.delete(e),ya.set(e,n),n},Aa=(e,t)=>{const n=t.appenders[e],r=n.type.configure?n.type:((e,t)=>ha.get(e)||Ca(`./${e}`,t)||Ca(e,t)||require.main&&Ca(la.join(la.dirname(require.main.filename),e),t)||Ca(la.join(process.cwd(),e),t))(n.type,t);return da.throwExceptionIf(t,da.not(r),`appender "${e}" is not valid (type "${n.type}" could not be found)`),r.appender&&fa(`DEPRECATION: Appender ${n.type} exports an appender function.`),r.shutdown&&fa(`DEPRECATION: Appender ${n.type} exports a shutdown function.`),fa(`${e}: clustering.isMaster ? ${Da.isMaster()}`),fa(`${e}: appenderModule is ${F.default.inspect(r)}`),Da.onlyOnMaster((()=>(fa(`calling appenderModule.configure for ${e} / ${n.type}`),r.configure(ma.modifyConfig(n),Ea,(e=>ga(e,t)),pa))),(()=>{}))},va=e=>{ya.clear(),Fa.clear();const t=[];Object.values(e.categories).forEach((e=>{t.push(...e.appenders)})),Object.keys(e.appenders).forEach((n=>{(t.includes(n)||"tcp-server"===e.appenders[n].type)&&ga(n,e)}))},Sa=()=>{va({appenders:{out:{type:"stdout"}},categories:{default:{appenders:["out"],level:"trace"}}})};Sa(),da.addListener((e=>{da.throwExceptionIf(e,da.not(da.anObject(e.appenders)),'must have a property "appenders" of type object.');const t=Object.keys(e.appenders);da.throwExceptionIf(e,da.not(t.length),"must define at least one appender."),t.forEach((t=>{da.throwExceptionIf(e,da.not(e.appenders[t].type),`appender "${t}" is not valid (must be an object with property "type")`)}))})),da.addListener(va),Au.exports=ya,Au.exports.init=Sa;var wa={exports:{}};!function(e){const t=Nr.exports("log4js:categories"),n=tu,r=gu,u=Au.exports,o=new Map;function i(e,t,n){if(!1===t.inherit)return;const r=n.lastIndexOf(".");if(r<0)return;const u=n.substring(0,r);let o=e.categories[u];o||(o={inherit:!0,appenders:[]}),i(e,o,u),!e.categories[u]&&o.appenders&&o.appenders.length&&o.level&&(e.categories[u]=o),t.appenders=t.appenders||[],t.level=t.level||o.level,o.appenders.forEach((e=>{t.appenders.includes(e)||t.appenders.push(e)})),t.parent=o}function s(e){if(!e.categories)return;Object.keys(e.categories).forEach((t=>{const n=e.categories[t];i(e,n,t)}))}n.addPreProcessingListener((e=>s(e))),n.addListener((e=>{n.throwExceptionIf(e,n.not(n.anObject(e.categories)),'must have a property "categories" of type object.');const t=Object.keys(e.categories);n.throwExceptionIf(e,n.not(t.length),"must define at least one category."),t.forEach((t=>{const o=e.categories[t];n.throwExceptionIf(e,[n.not(o.appenders),n.not(o.level)],`category "${t}" is not valid (must be an object with properties "appenders" and "level")`),n.throwExceptionIf(e,n.not(Array.isArray(o.appenders)),`category "${t}" is not valid (appenders must be an array of appender names)`),n.throwExceptionIf(e,n.not(o.appenders.length),`category "${t}" is not valid (appenders must contain at least one appender name)`),Object.prototype.hasOwnProperty.call(o,"enableCallStack")&&n.throwExceptionIf(e,"boolean"!=typeof o.enableCallStack,`category "${t}" is not valid (enableCallStack must be boolean type)`),o.appenders.forEach((r=>{n.throwExceptionIf(e,n.not(u.get(r)),`category "${t}" is not valid (appender "${r}" is not defined)`)})),n.throwExceptionIf(e,n.not(r.getLevel(o.level)),`category "${t}" is not valid (level "${o.level}" not recognised; valid levels are ${r.levels.join(", ")})`)})),n.throwExceptionIf(e,n.not(e.categories.default),'must define a "default" category.')}));const c=e=>{o.clear();Object.keys(e.categories).forEach((n=>{const i=e.categories[n],s=[];i.appenders.forEach((e=>{s.push(u.get(e)),t(`Creating category ${n}`),o.set(n,{appenders:s,level:r.getLevel(i.level),enableCallStack:i.enableCallStack||!1})}))}))},a=()=>{c({categories:{default:{appenders:["out"],level:"OFF"}}})};a(),n.addListener(c);const l=e=>(t(`configForCategory: searching for config for ${e}`),o.has(e)?(t(`configForCategory: ${e} exists in config, returning it`),o.get(e)):e.indexOf(".")>0?(t(`configForCategory: ${e} has hierarchy, searching for parents`),l(e.substring(0,e.lastIndexOf(".")))):(t("configForCategory: returning config for default category"),l("default")));e.exports=o,e.exports=Object.assign(e.exports,{appendersForCategory:e=>l(e).appenders,getLevelForCategory:e=>l(e).level,setLevelForCategory:(e,n)=>{let r=o.get(e);if(t(`setLevelForCategory: found ${r} for ${e}`),!r){const n=l(e);t(`setLevelForCategory: no config found for category, found ${n} for parents of ${e}`),r={appenders:n.appenders}}r.level=n,o.set(e,r)},getEnableCallStackForCategory:e=>!0===l(e).enableCallStack,setEnableCallStackForCategory:(e,t)=>{l(e).enableCallStack=t},init:a})}(wa);const Oa=Nr.exports("log4js:logger"),ba=Hu,_a=gu,Ba=eo,Pa=wa.exports,ka=tu,xa=/at (?:(.+)\s+\()?(?:(.+?):(\d+)(?::(\d+))?|([^)]+))\)?/;function Na(e,t=4){const n=e.stack.split("\n").slice(t),r=xa.exec(n[0]);return r&&6===r.length?{functionName:r[1],fileName:r[2],lineNumber:parseInt(r[3],10),columnNumber:parseInt(r[4],10),callStack:n.join("\n")}:null}class Ia{constructor(e){if(!e)throw new Error("No category provided.");this.category=e,this.context={},this.parseCallStack=Na,Oa(`Logger created (${this.category}, ${this.level})`)}get level(){return _a.getLevel(Pa.getLevelForCategory(this.category),_a.TRACE)}set level(e){Pa.setLevelForCategory(this.category,_a.getLevel(e,this.level))}get useCallStack(){return Pa.getEnableCallStackForCategory(this.category)}set useCallStack(e){Pa.setEnableCallStackForCategory(this.category,!0===e)}log(e,...t){let n=_a.getLevel(e);n||(this._log(_a.WARN,"log4js:logger.log: invalid value for log-level as first parameter given: ",e),n=_a.INFO),this.isLevelEnabled(n)&&this._log(n,t)}isLevelEnabled(e){return this.level.isLessThanOrEqualTo(e)}_log(e,t){Oa(`sending log data (${e}) to appenders`);const n=new ba(this.category,e,t,this.context,this.useCallStack&&this.parseCallStack(new Error));Ba.send(n)}addContext(e,t){this.context[e]=t}removeContext(e){delete this.context[e]}clearContext(){this.context={}}setParseCallStackFunction(e){this.parseCallStack=e}}function Ta(e){const t=_a.getLevel(e),n=t.toString().toLowerCase().replace(/_([a-z])/g,(e=>e[1].toUpperCase())),r=n[0].toUpperCase()+n.slice(1);Ia.prototype[`is${r}Enabled`]=function(){return this.isLevelEnabled(t)},Ia.prototype[n]=function(...e){this.log(t,...e)}}_a.levels.forEach(Ta),ka.addListener((()=>{_a.levels.forEach(Ta)}));var Ra=Ia;const Ma=gu;function La(e){return e.originalUrl||e.url}function ja(e,t){for(let n=0;ne.source?e.source:e));t=new RegExp(n.join("|"))}return t}(t.nolog);return(e,i,s)=>{if(e._logging)return s();if(o&&o.test(e.originalUrl))return s();if(n.isLevelEnabled(r)||"auto"===t.level){const o=new Date,{writeHead:s}=i;e._logging=!0,i.writeHead=(e,t)=>{i.writeHead=s,i.writeHead(e,t),i.__statusCode=e,i.__headers=t||{}},i.on("finish",(()=>{i.responseTime=new Date-o,i.statusCode&&"auto"===t.level&&(r=Ma.INFO,i.statusCode>=300&&(r=Ma.WARN),i.statusCode>=400&&(r=Ma.ERROR)),r=function(e,t,n){let r=t;if(n){const t=n.find((t=>{let n=!1;return n=t.from&&t.to?e>=t.from&&e<=t.to:-1!==t.codes.indexOf(e),n}));t&&(r=Ma.getLevel(t.level,r))}return r}(i.statusCode,r,t.statusRules);const s=function(e,t,n){const r=[];return r.push({token:":url",replacement:La(e)}),r.push({token:":protocol",replacement:e.protocol}),r.push({token:":hostname",replacement:e.hostname}),r.push({token:":method",replacement:e.method}),r.push({token:":status",replacement:t.__statusCode||t.statusCode}),r.push({token:":response-time",replacement:t.responseTime}),r.push({token:":date",replacement:(new Date).toUTCString()}),r.push({token:":referrer",replacement:e.headers.referer||e.headers.referrer||""}),r.push({token:":http-version",replacement:`${e.httpVersionMajor}.${e.httpVersionMinor}`}),r.push({token:":remote-addr",replacement:e.headers["x-forwarded-for"]||e.ip||e._remoteAddress||e.socket&&(e.socket.remoteAddress||e.socket.socket&&e.socket.socket.remoteAddress)}),r.push({token:":user-agent",replacement:e.headers["user-agent"]}),r.push({token:":content-length",replacement:t.getHeader("content-length")||t.__headers&&t.__headers["Content-Length"]||"-"}),r.push({token:/:req\[([^\]]+)]/g,replacement:(t,n)=>e.headers[n.toLowerCase()]}),r.push({token:/:res\[([^\]]+)]/g,replacement:(e,n)=>t.getHeader(n.toLowerCase())||t.__headers&&t.__headers[n]}),(e=>{const t=e.concat();for(let e=0;eja(e,s)));t&&n.log(r,t)}else n.log(r,ja(u,s));t.context&&n.removeContext("res")}))}return s()}},nl=Va;let rl=!1;function ul(e){if(!rl)return;Ua("Received log event ",e);Za.appendersForCategory(e.categoryName).forEach((t=>{t(e)}))}function ol(e){rl&&il();let t=e;return"string"==typeof t&&(t=function(e){Ua(`Loading configuration from ${e}`);try{return JSON.parse(Wa.readFileSync(e,"utf8"))}catch(t){throw new Error(`Problem reading config from file "${e}". Error was ${t.message}`,t)}}(e)),Ua(`Configuration is ${t}`),Ka.configure(za(t)),el.onMessage(ul),rl=!0,sl}function il(e){Ua("Shutdown called. Disabling all log writing."),rl=!1;const t=Array.from(Xa.values());Xa.init(),Za.init();const n=t.reduceRight(((e,t)=>t.shutdown?e+1:e),0);if(0===n)return Ua("No appenders with shutdown functions found."),void 0!==e&&e();let r,u=0;function o(t){r=r||t,u+=1,Ua(`Appender shutdowns complete: ${u} / ${n}`),u>=n&&(Ua("All shutdown functions completed."),e&&e(r))}return Ua(`Found ${n} appenders with shutdown functions.`),t.filter((e=>e.shutdown)).forEach((e=>e.shutdown(o))),null}const sl={getLogger:function(e){return rl||ol(process.env.LOG4JS_CONFIG||{appenders:{out:{type:"stdout"}},categories:{default:{appenders:["out"],level:"OFF"}}}),new Qa(e||"default")},configure:ol,shutdown:il,connectLogger:tl,levels:Ya,addLayout:qa.addLayout,recording:function(){return nl}};var cl=sl,al={};Object.defineProperty(al,"__esModule",{value:!0}),al.levelMap=al.getLevel=al.setCategoriesLevel=al.getConfiguration=al.setConfiguration=void 0;const ll=cl;let fl={appenders:{debug:{type:"stdout",layout:{type:"pattern",pattern:"[%d] > hvigor %p %c %[%m%]"}},info:{type:"stdout",layout:{type:"pattern",pattern:"[%d] > hvigor %[%m%]"}},"no-pattern-info":{type:"stdout",layout:{type:"pattern",pattern:"%m"}},wrong:{type:"stderr",layout:{type:"pattern",pattern:"[%d] > hvigor %[%p: %m%]"}},"just-debug":{type:"logLevelFilter",appender:"debug",level:"debug",maxLevel:"debug"},"just-info":{type:"logLevelFilter",appender:"info",level:"info",maxLevel:"info"},"just-wrong":{type:"logLevelFilter",appender:"wrong",level:"warn",maxLevel:"error"}},categories:{default:{appenders:["just-debug","just-info","just-wrong"],level:"debug"},"no-pattern-info":{appenders:["no-pattern-info"],level:"info"}}};al.setConfiguration=e=>{fl=e};al.getConfiguration=()=>fl;let dl=ll.levels.DEBUG;al.setCategoriesLevel=(e,t)=>{dl=e;const n=fl.categories;for(const r in n)(null==t?void 0:t.includes(r))||Object.prototype.hasOwnProperty.call(n,r)&&(n[r].level=e.levelStr)};al.getLevel=()=>dl,al.levelMap=new Map([["ALL",ll.levels.ALL],["MARK",ll.levels.MARK],["TRACE",ll.levels.TRACE],["DEBUG",ll.levels.DEBUG],["INFO",ll.levels.INFO],["WARN",ll.levels.WARN],["ERROR",ll.levels.ERROR],["FATAL",ll.levels.FATAL],["OFF",ll.levels.OFF]]);var Dl=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),pl=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),El=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&Dl(t,e,n);return pl(t,e),t};Object.defineProperty(xr,"__esModule",{value:!0}),xr.evaluateLogLevel=xr.HvigorLogger=void 0;const ml=El(cl),hl=cl,yl=El(F.default),Cl=al;class Fl{constructor(e){ml.configure((0,Cl.getConfiguration)()),this._logger=ml.getLogger(e),this._logger.level=(0,Cl.getLevel)()}static getLogger(e){return new Fl(e)}log(e,...t){this._logger.log(e,...t)}debug(e,...t){this._logger.debug(e,...t)}info(e,...t){this._logger.info(e,...t)}warn(e,...t){void 0!==e&&""!==e&&this._logger.warn(e,...t)}error(e,...t){this._logger.error(e,...t)}_printTaskExecuteInfo(e,t){this.info(`Finished :${e}... after ${t}`)}_printFailedTaskInfo(e){this.error(`Failed :${e}... `)}_printDisabledTaskInfo(e){this.info(`Disabled :${e}... `)}_printUpToDateTaskInfo(e){this.info(`UP-TO-DATE :${e}... `)}errorMessageExit(e,...t){throw new Error(yl.format(e,...t))}errorExit(e,t,...n){t&&this._logger.error(t,n),this._logger.error(e.stack)}setLevel(e,t){(0,Cl.setCategoriesLevel)(e,t),ml.shutdown(),ml.configure((0,Cl.getConfiguration)())}getLevel(){return this._logger.level}configure(e){const t=(0,Cl.getConfiguration)(),n={appenders:{...t.appenders,...e.appenders},categories:{...t.categories,...e.categories}};(0,Cl.setConfiguration)(n),ml.shutdown(),ml.configure(n)}}xr.HvigorLogger=Fl,xr.evaluateLogLevel=function(e,t){t.debug?e.setLevel(hl.levels.DEBUG):t.warn?e.setLevel(hl.levels.WARN):t.error?e.setLevel(hl.levels.ERROR):e.setLevel(hl.levels.INFO)};var gl=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(X,"__esModule",{value:!0}),X.parseJsonText=X.parseJsonFile=void 0;const Al=Z,vl=gl(kr),Sl=gl(p.default),wl=gl(E.default),Ol=xr.HvigorLogger.getLogger("parse-json-util");var bl;!function(e){e[e.Char=0]="Char",e[e.EOF=1]="EOF",e[e.Identifier=2]="Identifier"}(bl||(bl={}));let _l,Bl,Pl,kl,xl,Nl,Il="start",Tl=[],Rl=0,Ml=1,Ll=0,jl=!1,$l="default",Hl="'",Jl=1;function Gl(e,t=!1){Bl=String(e),Il="start",Tl=[],Rl=0,Ml=1,Ll=0,kl=void 0,jl=t;do{_l=Vl(),Xl[Il]()}while("eof"!==_l.type);return kl}function Vl(){for($l="default",xl="",Hl="'",Jl=1;;){Nl=Ul();const e=zl[$l]();if(e)return e}}function Ul(){if(Bl[Rl])return String.fromCodePoint(Bl.codePointAt(Rl))}function Wl(){const e=Ul();return"\n"===e?(Ml++,Ll=0):e?Ll+=e.length:Ll++,e&&(Rl+=e.length),e}X.parseJsonFile=function(e,t=!1,n="utf-8"){const r=vl.default.readFileSync(Sl.default.resolve(e),{encoding:n});try{return Gl(r,t)}catch(t){if(t instanceof SyntaxError){const n=t.message.split("at");2===n.length&&Ol.errorMessageExit(`${n[0].trim()}${wl.default.EOL}\t at ${e}:${n[1].trim()}`)}Ol.errorMessageExit(`${e} is not in valid JSON/JSON5 format.`)}},X.parseJsonText=Gl;const zl={default(){switch(Nl){case"/":return Wl(),void($l="comment");case void 0:return Wl(),Kl("eof")}if(!Al.JudgeUtil.isIgnoreChar(Nl)&&!Al.JudgeUtil.isSpaceSeparator(Nl))return zl[Il]();Wl()},start(){$l="value"},beforePropertyName(){switch(Nl){case"$":case"_":return xl=Wl(),void($l="identifierName");case"\\":return Wl(),void($l="identifierNameStartEscape");case"}":return Kl("punctuator",Wl());case'"':case"'":return Hl=Nl,Wl(),void($l="string")}if(Al.JudgeUtil.isIdStartChar(Nl))return xl+=Wl(),void($l="identifierName");throw tf(bl.Char,Wl())},afterPropertyName(){if(":"===Nl)return Kl("punctuator",Wl());throw tf(bl.Char,Wl())},beforePropertyValue(){$l="value"},afterPropertyValue(){switch(Nl){case",":case"}":return Kl("punctuator",Wl())}throw tf(bl.Char,Wl())},beforeArrayValue(){if("]"===Nl)return Kl("punctuator",Wl());$l="value"},afterArrayValue(){switch(Nl){case",":case"]":return Kl("punctuator",Wl())}throw tf(bl.Char,Wl())},end(){throw tf(bl.Char,Wl())},comment(){switch(Nl){case"*":return Wl(),void($l="multiLineComment");case"/":return Wl(),void($l="singleLineComment")}throw tf(bl.Char,Wl())},multiLineComment(){switch(Nl){case"*":return Wl(),void($l="multiLineCommentAsterisk");case void 0:throw tf(bl.Char,Wl())}Wl()},multiLineCommentAsterisk(){switch(Nl){case"*":return void Wl();case"/":return Wl(),void($l="default");case void 0:throw tf(bl.Char,Wl())}Wl(),$l="multiLineComment"},singleLineComment(){switch(Nl){case"\n":case"\r":case"\u2028":case"\u2029":return Wl(),void($l="default");case void 0:return Wl(),Kl("eof")}Wl()},value(){switch(Nl){case"{":case"[":return Kl("punctuator",Wl());case"n":return Wl(),ql("ull"),Kl("null",null);case"t":return Wl(),ql("rue"),Kl("boolean",!0);case"f":return Wl(),ql("alse"),Kl("boolean",!1);case"-":case"+":return"-"===Wl()&&(Jl=-1),void($l="numerical");case".":case"0":case"I":case"N":return void($l="numerical");case'"':case"'":return Hl=Nl,Wl(),xl="",void($l="string")}if(void 0===Nl||!Al.JudgeUtil.isDigitWithoutZero(Nl))throw tf(bl.Char,Wl());$l="numerical"},numerical(){switch(Nl){case".":return xl=Wl(),void($l="decimalPointLeading");case"0":return xl=Wl(),void($l="zero");case"I":return Wl(),ql("nfinity"),Kl("numeric",Jl*(1/0));case"N":return Wl(),ql("aN"),Kl("numeric",NaN)}if(void 0!==Nl&&Al.JudgeUtil.isDigitWithoutZero(Nl))return xl=Wl(),void($l="decimalInteger");throw tf(bl.Char,Wl())},zero(){switch(Nl){case".":case"e":case"E":return void($l="decimal");case"x":case"X":return xl+=Wl(),void($l="hexadecimal")}return Kl("numeric",0)},decimalInteger(){switch(Nl){case".":case"e":case"E":return void($l="decimal")}if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},decimal(){switch(Nl){case".":xl+=Wl(),$l="decimalFraction";break;case"e":case"E":xl+=Wl(),$l="decimalExponent"}},decimalPointLeading(){if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalFraction");throw tf(bl.Char,Wl())},decimalFraction(){switch(Nl){case"e":case"E":return xl+=Wl(),void($l="decimalExponent")}if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},decimalExponent(){switch(Nl){case"+":case"-":return xl+=Wl(),void($l="decimalExponentSign")}if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalExponentInteger");throw tf(bl.Char,Wl())},decimalExponentSign(){if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalExponentInteger");throw tf(bl.Char,Wl())},decimalExponentInteger(){if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},hexadecimal(){if(Al.JudgeUtil.isHexDigit(Nl))return xl+=Wl(),void($l="hexadecimalInteger");throw tf(bl.Char,Wl())},hexadecimalInteger(){if(!Al.JudgeUtil.isHexDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},identifierNameStartEscape(){if("u"!==Nl)throw tf(bl.Char,Wl());Wl();const e=Yl();switch(e){case"$":case"_":break;default:if(!Al.JudgeUtil.isIdStartChar(e))throw tf(bl.Identifier)}xl+=e,$l="identifierName"},identifierName(){switch(Nl){case"$":case"_":case"‌":case"‍":return void(xl+=Wl());case"\\":return Wl(),void($l="identifierNameEscape")}if(!Al.JudgeUtil.isIdContinueChar(Nl))return Kl("identifier",xl);xl+=Wl()},identifierNameEscape(){if("u"!==Nl)throw tf(bl.Char,Wl());Wl();const e=Yl();switch(e){case"$":case"_":case"‌":case"‍":break;default:if(!Al.JudgeUtil.isIdContinueChar(e))throw tf(bl.Identifier)}xl+=e,$l="identifierName"},string(){switch(Nl){case"\\":return Wl(),void(xl+=function(){const e=Ul(),t=function(){switch(Ul()){case"b":return Wl(),"\b";case"f":return Wl(),"\f";case"n":return Wl(),"\n";case"r":return Wl(),"\r";case"t":return Wl(),"\t";case"v":return Wl(),"\v"}return}();if(t)return t;switch(e){case"0":if(Wl(),Al.JudgeUtil.isDigit(Ul()))throw tf(bl.Char,Wl());return"\0";case"x":return Wl(),function(){let e="",t=Ul();if(!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());if(e+=Wl(),t=Ul(),!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());return e+=Wl(),String.fromCodePoint(parseInt(e,16))}();case"u":return Wl(),Yl();case"\n":case"\u2028":case"\u2029":return Wl(),"";case"\r":return Wl(),"\n"===Ul()&&Wl(),""}if(void 0===e||Al.JudgeUtil.isDigitWithoutZero(e))throw tf(bl.Char,Wl());return Wl()}());case'"':case"'":if(Nl===Hl){const e=Kl("string",xl);return Wl(),e}return void(xl+=Wl());case"\n":case"\r":case void 0:throw tf(bl.Char,Wl());case"\u2028":case"\u2029":!function(e){Ol.warn(`JSON5: '${ef(e)}' in strings is not valid ECMAScript; consider escaping.`)}(Nl)}xl+=Wl()}};function Kl(e,t){return{type:e,value:t,line:Ml,column:Ll}}function ql(e){for(const t of e){if(Ul()!==t)throw tf(bl.Char,Wl());Wl()}}function Yl(){let e="",t=4;for(;t-- >0;){const t=Ul();if(!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());e+=Wl()}return String.fromCodePoint(parseInt(e,16))}const Xl={start(){if("eof"===_l.type)throw tf(bl.EOF);Zl()},beforePropertyName(){switch(_l.type){case"identifier":case"string":return Pl=_l.value,void(Il="afterPropertyName");case"punctuator":return void Ql();case"eof":throw tf(bl.EOF)}},afterPropertyName(){if("eof"===_l.type)throw tf(bl.EOF);Il="beforePropertyValue"},beforePropertyValue(){if("eof"===_l.type)throw tf(bl.EOF);Zl()},afterPropertyValue(){if("eof"===_l.type)throw tf(bl.EOF);switch(_l.value){case",":return void(Il="beforePropertyName");case"}":Ql()}},beforeArrayValue(){if("eof"===_l.type)throw tf(bl.EOF);"punctuator"!==_l.type||"]"!==_l.value?Zl():Ql()},afterArrayValue(){if("eof"===_l.type)throw tf(bl.EOF);switch(_l.value){case",":return void(Il="beforeArrayValue");case"]":Ql()}},end(){}};function Zl(){const e=function(){let e;switch(_l.type){case"punctuator":switch(_l.value){case"{":e={};break;case"[":e=[]}break;case"null":case"boolean":case"numeric":case"string":e=_l.value}return e}();if(jl&&"object"==typeof e&&(e._line=Ml,e._column=Ll),void 0===kl)kl=e;else{const t=Tl[Tl.length-1];Array.isArray(t)?jl&&"object"!=typeof e?t.push({value:e,_line:Ml,_column:Ll}):t.push(e):t[Pl]=jl&&"object"!=typeof e?{value:e,_line:Ml,_column:Ll}:e}!function(e){if(e&&"object"==typeof e)Tl.push(e),Il=Array.isArray(e)?"beforeArrayValue":"beforePropertyName";else{const e=Tl[Tl.length-1];Il=e?Array.isArray(e)?"afterArrayValue":"afterPropertyValue":"end"}}(e)}function Ql(){Tl.pop();const e=Tl[Tl.length-1];Il=e?Array.isArray(e)?"afterArrayValue":"afterPropertyValue":"end"}function ef(e){const t={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r","\t":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"};if(t[e])return t[e];if(e<" "){const t=e.charCodeAt(0).toString(16);return`\\x${`00${t}`.substring(t.length)}`}return e}function tf(e,t){let n="";switch(e){case bl.Char:n=void 0===t?`JSON5: invalid end of input at ${Ml}:${Ll}`:`JSON5: invalid character '${ef(t)}' at ${Ml}:${Ll}`;break;case bl.EOF:n=`JSON5: invalid end of input at ${Ml}:${Ll}`;break;case bl.Identifier:Ll-=5,n=`JSON5: invalid identifier character at ${Ml}:${Ll}`}const r=new nf(n);return r.lineNumber=Ml,r.columnNumber=Ll,r}class nf extends SyntaxError{}var rf=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),uf=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),of=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&rf(t,e,n);return uf(t,e),t};Object.defineProperty(Y,"__esModule",{value:!0});var sf=Y.cleanWorkSpace=Ff=Y.executeInstallHvigor=yf=Y.isHvigorInstalled=mf=Y.isAllDependenciesInstalled=void 0;const cf=of(D.default),af=of(p.default),lf=b,ff=j,df=$,Df=X;let pf,Ef;var mf=Y.isAllDependenciesInstalled=function(){function e(e){const t=null==e?void 0:e.dependencies;return void 0===t?0:Object.getOwnPropertyNames(t).length}if(pf=gf(),Ef=Af(),e(pf)+1!==e(Ef))return!1;for(const e in null==pf?void 0:pf.dependencies)if(!(0,ff.hasNpmPackInPaths)(e,[lf.HVIGOR_PROJECT_DEPENDENCIES_HOME])||!hf(e,pf,Ef))return!1;return!0};function hf(e,t,n){return void 0!==n.dependencies&&(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,t.dependencies[e])===n.dependencies[e]}var yf=Y.isHvigorInstalled=function(){return pf=gf(),Ef=Af(),(0,ff.hasNpmPackInPaths)(lf.HVIGOR_ENGINE_PACKAGE_NAME,[lf.HVIGOR_PROJECT_DEPENDENCIES_HOME])&&(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,pf.hvigorVersion)===Ef.dependencies[lf.HVIGOR_ENGINE_PACKAGE_NAME]};const Cf={cwd:lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,stdio:["inherit","inherit","inherit"]};var Ff=Y.executeInstallHvigor=function(){(0,df.logInfoPrintConsole)("Hvigor installing...");const e={dependencies:{}};e.dependencies[lf.HVIGOR_ENGINE_PACKAGE_NAME]=(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,pf.hvigorVersion);try{cf.mkdirSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,{recursive:!0});const t=af.resolve(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,lf.DEFAULT_PACKAGE_JSON);cf.writeFileSync(t,JSON.stringify(e))}catch(e){(0,df.logErrorAndExit)(e)}!function(){const e=["config","set","store-dir",lf.HVIGOR_PNPM_STORE_PATH];(0,ff.executeCommand)(lf.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH,e,Cf)}(),(0,ff.executeCommand)(lf.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH,["install"],Cf)};function gf(){const e=af.resolve(lf.HVIGOR_PROJECT_WRAPPER_HOME,lf.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME);return cf.existsSync(e)||(0,df.logErrorAndExit)(`Error: Hvigor config file ${e} does not exist.`),(0,Df.parseJsonFile)(e)}function Af(){return cf.existsSync(lf.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH)?(0,Df.parseJsonFile)(lf.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH):{dependencies:{}}}sf=Y.cleanWorkSpace=function(){if((0,df.logInfoPrintConsole)("Hvigor cleaning..."),!cf.existsSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME))return;const e=cf.readdirSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME);if(e&&0!==e.length){cf.existsSync(lf.HVIGOR_BOOT_JS_FILE_PATH)&&(0,ff.executeCommand)(process.argv[0],[lf.HVIGOR_BOOT_JS_FILE_PATH,"--stop-daemon"],{});try{e.forEach((e=>{cf.rmSync(af.resolve(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,e),{recursive:!0})}))}catch(e){(0,df.logErrorAndExit)(`The hvigor build tool cannot be installed. Please manually clear the workspace directory and synchronize the project again.\n\n Workspace Path: ${lf.HVIGOR_PROJECT_DEPENDENCIES_HOME}.`)}}};var vf={},Sf=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),wf=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),Of=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&Sf(t,e,n);return wf(t,e),t};Object.defineProperty(vf,"__esModule",{value:!0});var bf=vf.executeBuild=void 0;const _f=b,Bf=Of(D.default),Pf=Of(p.default),kf=$;bf=vf.executeBuild=function(){const e=Pf.resolve(_f.HVIGOR_PROJECT_DEPENDENCIES_HOME,"node_modules","@ohos","hvigor","bin","hvigor.js");try{const t=Bf.realpathSync(e);require(t)}catch(t){(0,kf.logErrorAndExit)(`Error: ENOENT: no such file ${e},delete ${_f.HVIGOR_PROJECT_DEPENDENCIES_HOME} and retry.`)}},function(){if(O.checkNpmConifg(),O.environmentHandler(),O.isPnpmAvailable()||O.executeInstallPnpm(),yf()&&mf())bf();else{sf();try{Ff()}catch(e){return void sf()}bf()}}(); \ No newline at end of file diff --git a/ohos/flutter_archive/ohos/hvigorfile.ts b/ohos/flutter_archive/ohos/hvigorfile.ts new file mode 100644 index 0000000000000000000000000000000000000000..5a172b770e3b15f67c12152d00f38f2084d3915b --- /dev/null +++ b/ohos/flutter_archive/ohos/hvigorfile.ts @@ -0,0 +1,17 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently. +export { appTasks } from '@ohos/hvigor-ohos-plugin'; \ No newline at end of file diff --git a/ohos/flutter_archive/ohos/hvigorw b/ohos/flutter_archive/ohos/hvigorw new file mode 100644 index 0000000000000000000000000000000000000000..5efd8343d3232bdd1d9b7f67a3326034054c5396 --- /dev/null +++ b/ohos/flutter_archive/ohos/hvigorw @@ -0,0 +1,61 @@ +#!/bin/bash + +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# ---------------------------------------------------------------------------- +# Hvigor startup script, version 1.0.0 +# +# Required ENV vars: +# ------------------ +# NODE_HOME - location of a Node home dir +# or +# Add /usr/local/nodejs/bin to the PATH environment variable +# ---------------------------------------------------------------------------- + +HVIGOR_APP_HOME=$(dirname $(readlink -f $0)) +HVIGOR_WRAPPER_SCRIPT=${HVIGOR_APP_HOME}/hvigor/hvigor-wrapper.js +warn() { + echo "" + echo -e "\033[1;33m`date '+[%Y-%m-%d %H:%M:%S]'`$@\033[0m" +} + +error() { + echo "" + echo -e "\033[1;31m`date '+[%Y-%m-%d %H:%M:%S]'`$@\033[0m" +} + +fail() { + error "$@" + exit 1 +} + +# Determine node to start hvigor wrapper script +if [ -n "${NODE_HOME}" ];then + EXECUTABLE_NODE="${NODE_HOME}/bin/node" + if [ ! -x "$EXECUTABLE_NODE" ];then + fail "ERROR: NODE_HOME is set to an invalid directory,check $NODE_HOME\n\nPlease set NODE_HOME in your environment to the location where your nodejs installed" + fi +else + EXECUTABLE_NODE="node" + which ${EXECUTABLE_NODE} > /dev/null 2>&1 || fail "ERROR: NODE_HOME is not set and not 'node' command found in your path" +fi + +# Check hvigor wrapper script +if [ ! -r "$HVIGOR_WRAPPER_SCRIPT" ];then + fail "ERROR: Couldn't find hvigor/hvigor-wrapper.js in ${HVIGOR_APP_HOME}" +fi + +# start hvigor-wrapper script +exec "${EXECUTABLE_NODE}" \ + "${HVIGOR_WRAPPER_SCRIPT}" "$@" diff --git a/ohos/flutter_archive/ohos/hvigorw.bat b/ohos/flutter_archive/ohos/hvigorw.bat new file mode 100644 index 0000000000000000000000000000000000000000..4da9d151f83a615e4b069af49187a41d55de4bf1 --- /dev/null +++ b/ohos/flutter_archive/ohos/hvigorw.bat @@ -0,0 +1,79 @@ + /* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +@if "%DEBUG%" == "" @echo off +@rem ########################################################################## +@rem +@rem Hvigor startup script for Windows +@rem +@rem ########################################################################## + +@rem Set local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" setlocal + +set DIRNAME=%~dp0 +if "%DIRNAME%" == "" set DIRNAME=. +set APP_BASE_NAME=%~n0 +set APP_HOME=%DIRNAME% + +@rem Resolve any "." and ".." in APP_HOME to make it shorter. +for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi + +set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js +set NODE_EXE=node.exe + +goto start + +:start +@rem Find node.exe +if defined NODE_HOME goto findNodeFromNodeHome + +%NODE_EXE% --version >NUL 2>&1 +if "%ERRORLEVEL%" == "0" goto execute + +echo. +echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. +echo. +echo Please set the NODE_HOME variable in your environment to match the +echo location of your NodeJs installation. + +goto fail + +:findNodeFromNodeHome +set NODE_HOME=%NODE_HOME:"=% +set NODE_EXE_PATH=%NODE_HOME%/%NODE_EXE% + +if exist "%NODE_EXE_PATH%" goto execute +echo. +echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. +echo. +echo Please set the NODE_HOME variable in your environment to match the +echo location of your NodeJs installation. + +goto fail + +:execute +@rem Execute hvigor +"%NODE_EXE%" %WRAPPER_MODULE_PATH% %* + +if "%ERRORLEVEL%" == "0" goto hvigorwEnd + +:fail +exit /b 1 + +:hvigorwEnd +if "%OS%" == "Windows_NT" endlocal + +:end diff --git a/ohos/flutter_archive/ohos/oh-package-lock.json5 b/ohos/flutter_archive/ohos/oh-package-lock.json5 new file mode 100644 index 0000000000000000000000000000000000000000..253f0539a12748287253826c954a88a6269459dc --- /dev/null +++ b/ohos/flutter_archive/ohos/oh-package-lock.json5 @@ -0,0 +1,27 @@ +/* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +{ + "lockfileVersion": 1, + "ATTENTION": "THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.", + "specifiers": { + "@ohos/hypium@1.0.6": "@ohos/hypium@1.0.6" + }, + "packages": { + "@ohos/hypium@1.0.6": { + "resolved": "https://repo.harmonyos.com/ohpm/@ohos/hypium/-/hypium-1.0.6.tgz", + "integrity": "sha512-bb3DWeWhYrFqj9mPFV3yZQpkm36kbcK+YYaeY9g292QKSjOdmhEIQR2ULPvyMsgSR4usOBf5nnYrDmaCCXirgQ==" + } + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/ohos/oh-package.json5 b/ohos/flutter_archive/ohos/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..cabbcbe53ecd9ee7c44d8107c92a4a71e42110fa --- /dev/null +++ b/ohos/flutter_archive/ohos/oh-package.json5 @@ -0,0 +1,26 @@ +/* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +{ + "license": "", + "devDependencies": { + "@ohos/hypium": "1.0.6" + }, + "author": "", + "name": "apptemplate", + "description": "Please describe the basic information.", + "main": "", + "version": "1.0.0", + "dependencies": {} +} diff --git a/ohos/flutter_archive/path_provider_ohos/CHANGELOG.md b/ohos/flutter_archive/path_provider_ohos/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..a950ab0e68ae71628d1a2e8443c8478c0c46a341 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/CHANGELOG.md @@ -0,0 +1,17 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +## 1.0.0 + +* new ohos version. diff --git a/ohos/flutter_archive/path_provider_ohos/README.md b/ohos/flutter_archive/path_provider_ohos/README.md new file mode 100644 index 0000000000000000000000000000000000000000..139597f9cb07c5d48bed18984ec4747f4b4f3438 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/README.md @@ -0,0 +1,2 @@ + + diff --git a/ohos/flutter_archive/path_provider_ohos/lib/messages.g.dart b/ohos/flutter_archive/path_provider_ohos/lib/messages.g.dart new file mode 100644 index 0000000000000000000000000000000000000000..5ef0217180281264fba8dbac0f5cb08a86903225 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/lib/messages.g.dart @@ -0,0 +1,203 @@ +/* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +import 'dart:async'; +import 'dart:typed_data' show Float64List, Int32List, Int64List, Uint8List; + +import 'package:flutter/foundation.dart' show ReadBuffer, WriteBuffer; +import 'package:flutter/services.dart'; + +enum StorageDirectory { + root, + music, + podcasts, + ringtones, + alarms, + notifications, + pictures, + movies, + downloads, + dcim, + documents, +} + +class PathProviderApi { + /// Constructor for [PathProviderApi]. The [binaryMessenger] named argument is + /// available for dependency injection. If it is left null, the default + /// BinaryMessenger will be used which routes to the host platform. + PathProviderApi({BinaryMessenger? binaryMessenger}) + : _binaryMessenger = binaryMessenger; + final BinaryMessenger? _binaryMessenger; + + static const MessageCodec codec = StandardMessageCodec(); + + Future getTemporaryPath() async { + final BasicMessageChannel channel = BasicMessageChannel( + 'dev.flutter.pigeon.PathProviderApi.getTemporaryPath', codec, + binaryMessenger: _binaryMessenger); + final List? replyList = await channel.send(" ") as List?; + if (replyList == null) { + throw PlatformException( + code: 'channel-error', + message: 'Unable to establish connection on channel.', + ); + } else if (replyList.length > 1) { + throw PlatformException( + code: replyList[0]! as String, + message: replyList[1] as String?, + details: replyList[2], + ); + } else { + return (replyList[0] as String?); + } + } + + Future getApplicationSupportPath() async { + final BasicMessageChannel channel = BasicMessageChannel( + 'dev.flutter.pigeon.PathProviderApi.getApplicationSupportPath', codec, + binaryMessenger: _binaryMessenger); + final List? replyList = await channel.send(" ") as List?; + if (replyList == null) { + throw PlatformException( + code: 'channel-error', + message: 'Unable to establish connection on channel.', + ); + } else if (replyList.length > 1) { + throw PlatformException( + code: replyList[0]! as String, + message: replyList[1] as String?, + details: replyList[2], + ); + } else { + return (replyList[0] as String?); + } + } + + Future getApplicationDocumentsPath() async { + final BasicMessageChannel channel = BasicMessageChannel( + 'dev.flutter.pigeon.PathProviderApi.getApplicationDocumentsPath', codec, + binaryMessenger: _binaryMessenger); + final List? replyList = await channel.send(" ") as List?; + if (replyList == null) { + throw PlatformException( + code: 'channel-error', + message: 'Unable to establish connection on channel.', + ); + } else if (replyList.length > 1) { + throw PlatformException( + code: replyList[0]! as String, + message: replyList[1] as String?, + details: replyList[2], + ); + } else { + return (replyList[0] as String?); + } + } + + Future getApplicationCachePath() async { + final BasicMessageChannel channel = BasicMessageChannel( + 'dev.flutter.pigeon.PathProviderApi.getApplicationCachePath', codec, + binaryMessenger: _binaryMessenger); + final List? replyList = await channel.send(null) as List?; + if (replyList == null) { + throw PlatformException( + code: 'channel-error', + message: 'Unable to establish connection on channel.', + ); + } else if (replyList.length > 1) { + throw PlatformException( + code: replyList[0]! as String, + message: replyList[1] as String?, + details: replyList[2], + ); + } else { + return (replyList[0] as String?); + } + } + + Future getExternalStoragePath() async { + final BasicMessageChannel channel = BasicMessageChannel( + 'dev.flutter.pigeon.PathProviderApi.getExternalStoragePath', codec, + binaryMessenger: _binaryMessenger); + final List? replyList = await channel.send(" ") as List?; + if (replyList == null) { + throw PlatformException( + code: 'channel-error', + message: 'Unable to establish connection on channel.', + ); + } else if (replyList.length > 1) { + throw PlatformException( + code: replyList[0]! as String, + message: replyList[1] as String?, + details: replyList[2], + ); + } else { + return (replyList[0] as String?); + } + } + + Future> getExternalCachePaths() async { + final BasicMessageChannel channel = BasicMessageChannel( + 'dev.flutter.pigeon.PathProviderApi.getExternalCachePaths', codec, + binaryMessenger: _binaryMessenger); + final List? replyList = await channel.send(" ") as List?; + if (replyList == null) { + throw PlatformException( + code: 'channel-error', + message: 'Unable to establish connection on channel.', + ); + } else if (replyList.length > 1) { + throw PlatformException( + code: replyList[0]! as String, + message: replyList[1] as String?, + details: replyList[2], + ); + } else if (replyList[0] == null) { + throw PlatformException( + code: 'null-error', + message: 'Host platform returned null value for non-null return value.', + ); + } else { + return (replyList[0] as List?)!.cast(); + } + } + + Future> getExternalStoragePaths( + StorageDirectory arg_directory) async { + final BasicMessageChannel channel = BasicMessageChannel( + 'dev.flutter.pigeon.PathProviderApi.getExternalStoragePaths', codec, + binaryMessenger: _binaryMessenger); + final List? replyList = + await channel.send([arg_directory.index]) as List?; + if (replyList == null) { + throw PlatformException( + code: 'channel-error', + message: 'Unable to establish connection on channel.', + ); + } else if (replyList.length > 1) { + throw PlatformException( + code: replyList[0]! as String, + message: replyList[1] as String?, + details: replyList[2], + ); + } else if (replyList[0] == null) { + throw PlatformException( + code: 'null-error', + message: 'Host platform returned null value for non-null return value.', + ); + } else { + return (replyList[0] as List?)!.cast(); + } + } +} diff --git a/ohos/flutter_archive/path_provider_ohos/lib/path_provider_ohos.dart b/ohos/flutter_archive/path_provider_ohos/lib/path_provider_ohos.dart new file mode 100644 index 0000000000000000000000000000000000000000..67649269cc59f27ac5a8c6850ccc3908b5b04f96 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/lib/path_provider_ohos.dart @@ -0,0 +1,103 @@ +/* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import 'package:path_provider_platform_interface/path_provider_platform_interface.dart'; +import 'messages.g.dart' as messages; + +messages.StorageDirectory _convertStorageDirectory( + StorageDirectory? directory) { + switch (directory) { + case null: + return messages.StorageDirectory.root; + case StorageDirectory.music: + return messages.StorageDirectory.music; + case StorageDirectory.podcasts: + return messages.StorageDirectory.podcasts; + case StorageDirectory.ringtones: + return messages.StorageDirectory.ringtones; + case StorageDirectory.alarms: + return messages.StorageDirectory.alarms; + case StorageDirectory.notifications: + return messages.StorageDirectory.notifications; + case StorageDirectory.pictures: + return messages.StorageDirectory.pictures; + case StorageDirectory.movies: + return messages.StorageDirectory.movies; + case StorageDirectory.downloads: + return messages.StorageDirectory.downloads; + case StorageDirectory.dcim: + return messages.StorageDirectory.dcim; + case StorageDirectory.documents: + return messages.StorageDirectory.documents; + } +} + +/// The OHOS implementation of [PathProviderPlatform]. +class PathProviderOhos extends PathProviderPlatform { + final messages.PathProviderApi _api = messages.PathProviderApi(); + + /// Registers this class as the default instance of [PathProviderPlatform]. + static void registerWith() { + PathProviderPlatform.instance = PathProviderOhos(); + } + + @override + Future getTemporaryPath() { + return _api.getTemporaryPath(); + } + + @override + Future getApplicationSupportPath() { + return _api.getApplicationSupportPath(); + } + + @override + Future getLibraryPath() { + throw UnsupportedError('getLibraryPath is not supported on OHOS'); + } + + @override + Future getApplicationDocumentsPath() { + return _api.getApplicationDocumentsPath(); + } + + @override + Future getApplicationCachePath() { + return _api.getApplicationCachePath(); + } + + @override + Future getExternalStoragePath() { + return _api.getExternalStoragePath(); + } + + @override + Future?> getExternalCachePaths() async { + return (await _api.getExternalCachePaths()).cast(); + } + + @override + Future?> getExternalStoragePaths({ + StorageDirectory? type, + }) async { + return (await _api.getExternalStoragePaths(_convertStorageDirectory(type))) + .cast(); + } + + @override + Future getDownloadsPath() { + throw UnsupportedError('getDownloadsPath is not supported on OHOS'); + } +} diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/.hvigor/cache/file-cache.json b/ohos/flutter_archive/path_provider_ohos/ohos/.hvigor/cache/file-cache.json new file mode 100644 index 0000000000000000000000000000000000000000..1e922e7e1fc28adb088df43e96d59e2e64598bf0 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/.hvigor/cache/file-cache.json @@ -0,0 +1 @@ +{"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\AppScope\\app.json5":{"hashValue":"c5cbb5522de13fac82f033c7cd9b48d8","name":"app.json5","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\AppScope\\app.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":226,"lastModifiedTime":1695632211627}},"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\module.json5":{"hashValue":"1b4eb7b03f613b971199abeae1d7ad6d","name":"module.json5","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\module.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":137,"lastModifiedTime":1695632211699}},"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\oh-package.json5":{"hashValue":"c55207f83ac823903369a4a9dab86116","name":"oh-package.json5","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\oh-package.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":269,"lastModifiedTime":1695632211699}},"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\merge_profile\\default\\module.json":{"hashValue":"c7280466cd6cb30364af8cbdfe11f350","name":"module.json","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\merge_profile\\default\\module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":406,"lastModifiedTime":1698044664828}},"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\process_profile\\default\\module.json":{"hashValue":"1c8e8a915a9b7f222d4cf94722d1bb42","name":"module.json","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\process_profile\\default\\module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":491,"lastModifiedTime":1698044664928}},"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\res\\default\\resConfig.json":{"hashValue":"d1d25a5d183601133bbabec3842873ac","name":"resConfig.json","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\res\\default\\resConfig.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1161,"lastModifiedTime":1697686151232}},"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\libs":{"hashValue":"fb414dab48788ac59123df55cae63f0b","name":"libs","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\libs","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"2a8cdcb7a112ce8f608fa4c5a8b26644","name":"flutter_ohos.har","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\libs\\flutter_ohos.har","type":"file","isSymbolicLink":false,"fileMetaData":{"size":19163432,"lastModifiedTime":1698044260416}}]},"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\libs\\default":{"hashValue":"","name":"default","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\libs\\default","type":"directory","isSymbolicLink":false,"children":[]},"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources":{"hashValue":"c8b0c1d9d5adf5ad1facbc15311568c7","name":"resources","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"0e99451c368710b3fd660c4ce26f9f1a","name":"base","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources\\base","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"d6b3b638c405a120e2d4c2749281c244","name":"element","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources\\base\\element","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"729a44cdc4bfe4a33860e45f85edc23d","name":"string.json","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources\\base\\element\\string.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":108,"lastModifiedTime":1695632211699}}]}]},{"hashValue":"0e99451c368710b3fd660c4ce26f9f1a","name":"en_US","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources\\en_US","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"d6b3b638c405a120e2d4c2749281c244","name":"element","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources\\en_US\\element","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"729a44cdc4bfe4a33860e45f85edc23d","name":"string.json","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources\\en_US\\element\\string.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":108,"lastModifiedTime":1695632211699}}]}]},{"hashValue":"0e99451c368710b3fd660c4ce26f9f1a","name":"zh_CN","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources\\zh_CN","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"d6b3b638c405a120e2d4c2749281c244","name":"element","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources\\zh_CN\\element","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"729a44cdc4bfe4a33860e45f85edc23d","name":"string.json","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources\\zh_CN\\element\\string.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":108,"lastModifiedTime":1695632211699}}]}]}]},"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\res\\default":{"hashValue":"76f5c8d078ca69ae9175830aa99a05dc","name":"default","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\res\\default","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"f12d653569ed3cffc2c73dbcf141b3e7","name":"ids_map","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\res\\default\\ids_map","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"fde1d32f9d3798179b3345d3d3b044a8","name":"id_defined.json","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\res\\default\\ids_map\\id_defined.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":148,"lastModifiedTime":1698044665019}}]},{"hashValue":"2ed40cf3b6a0258fcf7ef0d5663211d7","name":"module.json","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\res\\default\\module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":652,"lastModifiedTime":1698044665018}},{"hashValue":"d1d25a5d183601133bbabec3842873ac","name":"resConfig.json","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\res\\default\\resConfig.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1161,"lastModifiedTime":1697686151232}},{"hashValue":"98c2ba5b20a7da7409087b816f0988e8","name":"resources.index","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\res\\default\\resources.index","type":"file","isSymbolicLink":false,"fileMetaData":{"size":396,"lastModifiedTime":1698044665018}},{"hashValue":"94cde23849d24d7b4c50116f9d63d725","name":"ResourceTable.txt","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\res\\default\\ResourceTable.txt","type":"file","isSymbolicLink":false,"fileMetaData":{"size":27,"lastModifiedTime":1698044665018}}]},"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\generated\\r\\default\\ResourceTable.h":{"hashValue":"d021dd9a3167074553dba4f2c5854465","name":"ResourceTable.h","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\generated\\r\\default\\ResourceTable.h","type":"file","isSymbolicLink":false,"fileMetaData":{"size":750,"lastModifiedTime":1698044665015}},"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\generated\\r\\default":{"hashValue":"93721c69ae9a43a6b6b026ce4ba28ad2","name":"default","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\generated\\r\\default","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"d021dd9a3167074553dba4f2c5854465","name":"ResourceTable.h","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\generated\\r\\default\\ResourceTable.h","type":"file","isSymbolicLink":false,"fileMetaData":{"size":750,"lastModifiedTime":1698044665015}}]},"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\merge_profile\\default":{"hashValue":"de5eea44e80e5ff634766ec94c928117","name":"default","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\merge_profile\\default","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"c7280466cd6cb30364af8cbdfe11f350","name":"module.json","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\merge_profile\\default\\module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":406,"lastModifiedTime":1698044664828}}]},"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider":{"hashValue":"7190fb2c4d706ed6e0e4babda37414da","name":"path_provider","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"19d5ec875e8653c8b6be599c08514ccb","name":"hvigorfile.ts","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\hvigorfile.ts","type":"file","isSymbolicLink":false,"fileMetaData":{"size":160,"lastModifiedTime":1695632211630}},{"hashValue":"c55207f83ac823903369a4a9dab86116","name":"oh-package.json5","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\oh-package.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":269,"lastModifiedTime":1695632211699}},{"hashValue":"dd38cfe42b111fd0bc58052c7bc17c51","name":"src","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"3a65d298f5e72b2d44c536dcdc681eab","name":"main","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"f02f1982d32aa94a70d44596e261b365","name":"ets","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\ets","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"9eda77fcd81df492830297a66f19de2b","name":"io","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\ets\\io","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"a8b6bfcaad196674574a9a19f821f053","name":"flutter","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\ets\\io\\flutter","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"c3f2123de992ed2dbd349c42faa6bf94","name":"plugins","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\ets\\io\\flutter\\plugins","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"a73ddceefee53bd0ac6011fe311e4c5b","name":"pathprovider","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\ets\\io\\flutter\\plugins\\pathprovider","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"3eba56cb57824fbfc070408312f41c09","name":"Messages.ets","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\ets\\io\\flutter\\plugins\\pathprovider\\Messages.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":7545,"lastModifiedTime":1698027170940}},{"hashValue":"0ec1d5dd6a98d7b451807b34d6eaec32","name":"PathProviderPlugin.ets","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\ets\\io\\flutter\\plugins\\pathprovider\\PathProviderPlugin.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":4706,"lastModifiedTime":1698027170931}}]}]}]}]}]},{"hashValue":"1b4eb7b03f613b971199abeae1d7ad6d","name":"module.json5","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\module.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":137,"lastModifiedTime":1695632211699}},{"hashValue":"c8b0c1d9d5adf5ad1facbc15311568c7","name":"resources","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"0e99451c368710b3fd660c4ce26f9f1a","name":"base","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources\\base","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"d6b3b638c405a120e2d4c2749281c244","name":"element","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources\\base\\element","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"729a44cdc4bfe4a33860e45f85edc23d","name":"string.json","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources\\base\\element\\string.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":108,"lastModifiedTime":1695632211699}}]}]},{"hashValue":"0e99451c368710b3fd660c4ce26f9f1a","name":"en_US","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources\\en_US","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"d6b3b638c405a120e2d4c2749281c244","name":"element","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources\\en_US\\element","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"729a44cdc4bfe4a33860e45f85edc23d","name":"string.json","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources\\en_US\\element\\string.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":108,"lastModifiedTime":1695632211699}}]}]},{"hashValue":"0e99451c368710b3fd660c4ce26f9f1a","name":"zh_CN","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources\\zh_CN","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"d6b3b638c405a120e2d4c2749281c244","name":"element","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources\\zh_CN\\element","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"729a44cdc4bfe4a33860e45f85edc23d","name":"string.json","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources\\zh_CN\\element\\string.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":108,"lastModifiedTime":1695632211699}}]}]}]}]},{"hashValue":"b07684f7777a2f703cac0fec56862a66","name":"test","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\test","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"c78a7b9e8f82f2213f5b0350ab7252e5","name":"List.test.ets","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\test\\List.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":108,"lastModifiedTime":1695632211699}},{"hashValue":"ec0cecaf2909eb7b848a158a2786add5","name":"LocalUnit.test.ets","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\test\\LocalUnit.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1692,"lastModifiedTime":1695632211699}}]}]}]},"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\res\\default\\ResourceTable.txt":{"hashValue":"94cde23849d24d7b4c50116f9d63d725","name":"ResourceTable.txt","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\res\\default\\ResourceTable.txt","type":"file","isSymbolicLink":false,"fileMetaData":{"size":27,"lastModifiedTime":1698044665018}},"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar":{"hashValue":"77ec3ff3075d1e1b0f77eea3593fc54a","name":"default@PackageHar","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"34bdaa94e55567ca04e39d0ddc512301","name":"build-profile.json5","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\build-profile.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":119,"lastModifiedTime":1695632211630}},{"hashValue":"19d5ec875e8653c8b6be599c08514ccb","name":"hvigorfile.ts","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\hvigorfile.ts","type":"file","isSymbolicLink":false,"fileMetaData":{"size":160,"lastModifiedTime":1695632211630}},{"hashValue":"","name":"libs","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\libs","type":"directory","isSymbolicLink":false,"children":[]},{"hashValue":"c55207f83ac823903369a4a9dab86116","name":"oh-package.json5","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\oh-package.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":269,"lastModifiedTime":1695632211699}},{"hashValue":"94cde23849d24d7b4c50116f9d63d725","name":"ResourceTable.txt","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\ResourceTable.txt","type":"file","isSymbolicLink":false,"fileMetaData":{"size":27,"lastModifiedTime":1698044665018}},{"hashValue":"ae45559de2480bc70d782647539c87a9","name":"src","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"d1732197995c7f8e834be72e56bec866","name":"main","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\main","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"f02f1982d32aa94a70d44596e261b365","name":"ets","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\main\\ets","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"9eda77fcd81df492830297a66f19de2b","name":"io","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\main\\ets\\io","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"a8b6bfcaad196674574a9a19f821f053","name":"flutter","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\main\\ets\\io\\flutter","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"c3f2123de992ed2dbd349c42faa6bf94","name":"plugins","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\main\\ets\\io\\flutter\\plugins","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"a73ddceefee53bd0ac6011fe311e4c5b","name":"pathprovider","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\main\\ets\\io\\flutter\\plugins\\pathprovider","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"3eba56cb57824fbfc070408312f41c09","name":"Messages.ets","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\main\\ets\\io\\flutter\\plugins\\pathprovider\\Messages.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":7545,"lastModifiedTime":1698027170940}},{"hashValue":"0ec1d5dd6a98d7b451807b34d6eaec32","name":"PathProviderPlugin.ets","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\main\\ets\\io\\flutter\\plugins\\pathprovider\\PathProviderPlugin.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":4706,"lastModifiedTime":1698027170931}}]}]}]}]}]},{"hashValue":"c7280466cd6cb30364af8cbdfe11f350","name":"module.json","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\main\\module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":406,"lastModifiedTime":1698044664828}},{"hashValue":"c8b0c1d9d5adf5ad1facbc15311568c7","name":"resources","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\main\\resources","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"0e99451c368710b3fd660c4ce26f9f1a","name":"base","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\main\\resources\\base","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"d6b3b638c405a120e2d4c2749281c244","name":"element","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\main\\resources\\base\\element","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"729a44cdc4bfe4a33860e45f85edc23d","name":"string.json","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\main\\resources\\base\\element\\string.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":108,"lastModifiedTime":1695632211699}}]}]},{"hashValue":"0e99451c368710b3fd660c4ce26f9f1a","name":"en_US","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\main\\resources\\en_US","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"d6b3b638c405a120e2d4c2749281c244","name":"element","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\main\\resources\\en_US\\element","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"729a44cdc4bfe4a33860e45f85edc23d","name":"string.json","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\main\\resources\\en_US\\element\\string.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":108,"lastModifiedTime":1695632211699}}]}]},{"hashValue":"0e99451c368710b3fd660c4ce26f9f1a","name":"zh_CN","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\main\\resources\\zh_CN","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"d6b3b638c405a120e2d4c2749281c244","name":"element","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\main\\resources\\zh_CN\\element","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"729a44cdc4bfe4a33860e45f85edc23d","name":"string.json","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\main\\resources\\zh_CN\\element\\string.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":108,"lastModifiedTime":1695632211699}}]}]}]}]},{"hashValue":"b07684f7777a2f703cac0fec56862a66","name":"test","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\test","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"c78a7b9e8f82f2213f5b0350ab7252e5","name":"List.test.ets","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\test\\List.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":108,"lastModifiedTime":1695632211699}},{"hashValue":"ec0cecaf2909eb7b848a158a2786add5","name":"LocalUnit.test.ets","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\test\\LocalUnit.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1692,"lastModifiedTime":1695632211699}}]}]}]},"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\outputs\\default":{"hashValue":"876919e92069ce600cf972b0875777f7","name":"default","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\outputs\\default","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"7505492774406aa9fff80dba7d7feac7","name":"path_provider.har","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\outputs\\default\\path_provider.har","type":"file","isSymbolicLink":false,"fileMetaData":{"size":3760,"lastModifiedTime":1698044665105}}]}} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/.hvigor/cache/task-cache.json b/ohos/flutter_archive/path_provider_ohos/ohos/.hvigor/cache/task-cache.json new file mode 100644 index 0000000000000000000000000000000000000000..74e6041c9e4c806dbc71c75435c28ed59a07f3a1 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/.hvigor/cache/task-cache.json @@ -0,0 +1 @@ +{":ohos:path_provider:default@PreBuild":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"0b5d05294fdf4e78e8482ef53eb64ac0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"cdcdc2ec8062ca9ec1de46dbf2bbc053\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"e7f94a9422a8bc317a7d90b58efcb5f6\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"apiType\",\"_value\":\"stageMode\",\"_valueType\":\"string\",\"_hash\":\"699c7565645ea3ea8c88551a4926a3d5\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"codeType\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"d6dcf21a9f078b661283507536e57ce8\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compatibleApiVersion\",\"_value\":10,\"_valueType\":\"number\",\"_hash\":\"f08ac304243ae5663f2ea14e1973c253\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compileApiVersion\",\"_value\":10,\"_valueType\":\"number\",\"_hash\":\"4fdb2d89c4c44dbf8c5dffe16d03220b\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"customTypes\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"970a2695bffac1c5a4fa283dc36050e3\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"deviceType\",\"_value\":[\"default\",\"tablet\"],\"_valueType\":\"object\",\"_hash\":\"3f44547af15457ff8e1ec09282ca9922\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isSupportOhpmProj\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"f3a249d7e3f751316e931b8a08b074b4\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"profileModuleName\",\"_value\":\"path_provider\",\"_valueType\":\"string\",\"_hash\":\"81a3ab42106cf4d3830cea5b6daf7b35\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"sdkToolchainsComponentVersion\",\"_value\":\"4.0.0.40\",\"_valueType\":\"string\",\"_hash\":\"9822dc2efe3bc5434b273057d46ed8e2\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"targetStatusCode\",\"_value\":2,\"_valueType\":\"number\",\"_hash\":\"5a9255c0f4ee50904a9349ebafca8369\"}"}],"_successful":true,"_projectName":"ohos","_moduleName":"path_provider","_taskName":"default@PreBuild","_key":":ohos:path_provider:default@PreBuild","_executionId":":ohos:path_provider:default@PreBuild:1698044664739","_inputFiles":{"dataType":"Map","value":[["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\AppScope\\app.json5",{"isDirectory":false,"fileSnapShotHashValue":"c5cbb5522de13fac82f033c7cd9b48d8"}],["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\module.json5",{"isDirectory":false,"fileSnapShotHashValue":"1b4eb7b03f613b971199abeae1d7ad6d"}],["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\oh-package.json5",{"fileSnapShotHashValue":"c55207f83ac823903369a4a9dab86116"}]]},"_outputFiles":{"dataType":"Map","value":[]}},":ohos:path_provider:default@MergeProfile":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"0b5d05294fdf4e78e8482ef53eb64ac0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"cdcdc2ec8062ca9ec1de46dbf2bbc053\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"e7f94a9422a8bc317a7d90b58efcb5f6\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"asanEnable\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"bc2129ba20a21b7e5234139ede1b4d7b\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"buildRoot\",\"_value\":\"build\",\"_valueType\":\"string\",\"_hash\":\"4c2dd7bb7507f74001ec27f2936db7f9\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compatibleSdkVersion\",\"_value\":10,\"_valueType\":\"number\",\"_hash\":\"8ca3e69374439355c4f1b77ba4fb3435\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isDebug\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"edbf05a2d2be2c385e75d9565a48d419\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isHarModule\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"02f77a1e25718bf2a5689a57185f47f6\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"multiProjects\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"555604752defc243b4e4c55d1549fc06\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"releaseType\",\"_value\":\"Release\",\"_valueType\":\"string\",\"_hash\":\"bbcabdda034e97584f8c36f85b3ec517\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"targetSdkVersion\",\"_value\":10,\"_valueType\":\"number\",\"_hash\":\"68a4d173dd33897f0e74ffeae724b180\"}"}],"_successful":true,"_projectName":"ohos","_moduleName":"path_provider","_taskName":"default@MergeProfile","_key":":ohos:path_provider:default@MergeProfile","_executionId":":ohos:path_provider:default@MergeProfile:1698044664825","_inputFiles":{"dataType":"Map","value":[["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\AppScope\\app.json5",{"fileSnapShotHashValue":"c5cbb5522de13fac82f033c7cd9b48d8"}],["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\module.json5",{"fileSnapShotHashValue":"1b4eb7b03f613b971199abeae1d7ad6d"}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\merge_profile\\default\\module.json",{"fileSnapShotHashValue":"c7280466cd6cb30364af8cbdfe11f350"}]]}},":ohos:path_provider:default@ProcessProfile":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"arkEnable\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compileMode\",\"_value\":\"esmodule\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"deviceTypes\",\"_value\":[\"default\",\"tablet\"],\"_valueType\":\"object\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"dependency\",\"_value\":\"[]\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"ohos","_moduleName":"path_provider","_taskName":"default@ProcessProfile","_key":":ohos:path_provider:default@ProcessProfile","_executionId":":ohos:path_provider:default@ProcessProfile:1698044664829","_inputFiles":{"dataType":"Map","value":[["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\merge_profile\\default\\module.json",{"fileSnapShotHashValue":"c7280466cd6cb30364af8cbdfe11f350"}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\process_profile\\default\\module.json",{"fileSnapShotHashValue":"1c8e8a915a9b7f222d4cf94722d1bb42"}]]}},":ohos:path_provider:default@ProcessResource":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"0b5d05294fdf4e78e8482ef53eb64ac0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"cdcdc2ec8062ca9ec1de46dbf2bbc053\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"e7f94a9422a8bc317a7d90b58efcb5f6\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"resConfigJsonContent\",\"_value\":\"{\\\"configPath\\\":\\\"D:\\\\\\\\project\\\\\\\\flutter-sig-package\\\\\\\\packages\\\\\\\\packages\\\\\\\\path_provider\\\\\\\\path_provider_ohos\\\\\\\\ohos\\\\\\\\path_provider\\\\\\\\build\\\\\\\\default\\\\\\\\intermediates\\\\\\\\process_profile\\\\\\\\default\\\\\\\\module.json\\\",\\\"packageName\\\":\\\"io.flutter.plugins.pathprovider\\\",\\\"output\\\":\\\"D:\\\\\\\\project\\\\\\\\flutter-sig-package\\\\\\\\packages\\\\\\\\packages\\\\\\\\path_provider\\\\\\\\path_provider_ohos\\\\\\\\ohos\\\\\\\\path_provider\\\\\\\\build\\\\\\\\default\\\\\\\\intermediates\\\\\\\\res\\\\\\\\default\\\",\\\"moduleNames\\\":\\\"path_provider\\\",\\\"ResourceTable\\\":[\\\"D:\\\\\\\\project\\\\\\\\flutter-sig-package\\\\\\\\packages\\\\\\\\packages\\\\\\\\path_provider\\\\\\\\path_provider_ohos\\\\\\\\ohos\\\\\\\\path_provider\\\\\\\\build\\\\\\\\default\\\\\\\\generated\\\\\\\\r\\\\\\\\default\\\\\\\\ResourceTable.h\\\"],\\\"moduleResources\\\":[\\\"D:\\\\\\\\project\\\\\\\\flutter-sig-package\\\\\\\\packages\\\\\\\\packages\\\\\\\\path_provider\\\\\\\\path_provider_ohos\\\\\\\\ohos\\\\\\\\path_provider\\\\\\\\src\\\\\\\\main\\\\\\\\resources\\\"],\\\"dependencies\\\":[],\\\"ids\\\":\\\"D:\\\\\\\\project\\\\\\\\flutter-sig-package\\\\\\\\packages\\\\\\\\packages\\\\\\\\path_provider\\\\\\\\path_provider_ohos\\\\\\\\ohos\\\\\\\\path_provider\\\\\\\\build\\\\\\\\default\\\\\\\\intermediates\\\\\\\\res\\\\\\\\default\\\\\\\\ids_map\\\",\\\"definedIds\\\":\\\"D:\\\\\\\\project\\\\\\\\flutter-sig-package\\\\\\\\packages\\\\\\\\packages\\\\\\\\path_provider\\\\\\\\path_provider_ohos\\\\\\\\ohos\\\\\\\\path_provider\\\\\\\\build\\\\\\\\default\\\\\\\\intermediates\\\\\\\\res\\\\\\\\default\\\\\\\\ids_map\\\\\\\\id_defined.json\\\"}\",\"_valueType\":\"string\",\"_hash\":\"c894da08dc5554a5238f109afa401cfb\"}"}],"_successful":true,"_projectName":"ohos","_moduleName":"path_provider","_taskName":"default@ProcessResource","_key":":ohos:path_provider:default@ProcessResource","_executionId":":ohos:path_provider:default@ProcessResource:1697686151230","_inputFiles":{"dataType":"Map","value":[]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\res\\default\\resConfig.json",{"isDirectory":false,"fileSnapShotHashValue":"d1d25a5d183601133bbabec3842873ac"}]]}},":ohos:path_provider:default@ProcessLibs":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"ohos","_moduleName":"path_provider","_taskName":"default@ProcessLibs","_key":":ohos:path_provider:default@ProcessLibs","_executionId":":ohos:path_provider:default@ProcessLibs:1698044664930","_inputFiles":{"dataType":"Map","value":[["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\libs",{"isDirectory":true,"fileSnapShotHashValue":"fb414dab48788ac59123df55cae63f0b"}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\libs\\default",{"isDirectory":true,"fileSnapShotHashValue":""}]]}},":ohos:path_provider:default@CompileResource":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"TARGET_CONFIG\",\"_value\":\"{\\\"name\\\":\\\"default\\\"}\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"D:\\\\tools\\\\devecostudio-windows-4.0.3.601\\\\devecostudio-windows-4.0.3.601\\\\sdk\\\\WinSDK\\\\openharmony\\\\10\\\\toolchains\\\\restool.exe,-l,D:\\\\project\\\\flutter-sig-package\\\\packages\\\\packages\\\\path_provider\\\\path_provider_ohos\\\\ohos\\\\path_provider\\\\build\\\\default\\\\intermediates\\\\res\\\\default\\\\resConfig.json\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"D:\\\\tools\\\\devecostudio-windows-4.0.3.601\\\\devecostudio-windows-4.0.3.601\\\\sdk\\\\WinSDK\\\\openharmony\\\\10\\\\toolchains\\\\restool.exe\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"ohos","_moduleName":"path_provider","_taskName":"default@CompileResource","_key":":ohos:path_provider:default@CompileResource","_executionId":":ohos:path_provider:default@CompileResource:1698044664937","_inputFiles":{"dataType":"Map","value":[["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources",{"fileSnapShotHashValue":"c8b0c1d9d5adf5ad1facbc15311568c7"}],["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\process_profile\\default\\module.json",{"isDirectory":false,"fileSnapShotHashValue":"1c8e8a915a9b7f222d4cf94722d1bb42"}],["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\res\\default\\resConfig.json",{"isDirectory":false,"fileSnapShotHashValue":"d1d25a5d183601133bbabec3842873ac"}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\res\\default",{"isDirectory":true,"fileSnapShotHashValue":"76f5c8d078ca69ae9175830aa99a05dc"}],["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\generated\\r\\default\\ResourceTable.h",{"isDirectory":false,"fileSnapShotHashValue":"d021dd9a3167074553dba4f2c5854465"}],["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\generated\\r\\default",{"isDirectory":true,"fileSnapShotHashValue":"93721c69ae9a43a6b6b026ce4ba28ad2"}]]}},":ohos:path_provider:default@PackageHar":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"hasNativeOption\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"needCppTypes\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"harModuleJson\",\"_value\":\"D:\\\\project\\\\flutter-sig-package\\\\packages\\\\packages\\\\path_provider\\\\path_provider_ohos\\\\ohos\\\\path_provider\\\\build\\\\default\\\\cache\\\\default\\\\default@PackageHar\\\\src\\\\main\\\\module.json5\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isOhpmProject\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"artifactType\",\"_value\":\"original\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"C:\\\\Users\\\\z30010942\\\\nodejs\\\\npm.cmd,pack\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"cwd:D:\\\\project\\\\flutter-sig-package\\\\packages\\\\packages\\\\path_provider\\\\path_provider_ohos\\\\ohos\\\\path_provider\\\\build\\\\default\\\\cache\\\\default\\\\default@PackageHar;\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"ohos","_moduleName":"path_provider","_taskName":"default@PackageHar","_key":":ohos:path_provider:default@PackageHar","_executionId":":ohos:path_provider:default@PackageHar:1698044665025","_inputFiles":{"dataType":"Map","value":[["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\merge_profile\\default",{"isDirectory":true,"fileSnapShotHashValue":"de5eea44e80e5ff634766ec94c928117"}],["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider",{"isDirectory":true,"test":{"dataType":"RegExp","value":"^(?!D:\\\\project\\\\flutter-sig-package\\\\packages\\\\packages\\\\path_provider\\\\path_provider_ohos\\\\ohos\\\\path_provider\\\\libs|D:\\\\project\\\\flutter-sig-package\\\\packages\\\\packages\\\\path_provider\\\\path_provider_ohos\\\\ohos\\\\path_provider\\\\build|D:\\\\project\\\\flutter-sig-package\\\\packages\\\\packages\\\\path_provider\\\\path_provider_ohos\\\\ohos\\\\path_provider\\\\node_modules|D:\\\\project\\\\flutter-sig-package\\\\packages\\\\packages\\\\path_provider\\\\path_provider_ohos\\\\ohos\\\\path_provider\\\\oh_modules|D:\\\\project\\\\flutter-sig-package\\\\packages\\\\packages\\\\path_provider\\\\path_provider_ohos\\\\ohos\\\\path_provider\\\\.cxx|D:\\\\project\\\\flutter-sig-package\\\\packages\\\\packages\\\\path_provider\\\\path_provider_ohos\\\\ohos\\\\path_provider\\\\.previewer|D:\\\\project\\\\flutter-sig-package\\\\packages\\\\packages\\\\path_provider\\\\path_provider_ohos\\\\ohos\\\\path_provider\\\\.hvigor|D:\\\\project\\\\flutter-sig-package\\\\packages\\\\packages\\\\path_provider\\\\path_provider_ohos\\\\ohos\\\\path_provider\\\\.gitignore|D:\\\\project\\\\flutter-sig-package\\\\packages\\\\packages\\\\path_provider\\\\path_provider_ohos\\\\ohos\\\\path_provider\\\\.ohpmignore).*"},"fileSnapShotHashValue":"7190fb2c4d706ed6e0e4babda37414da"}],["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\libs\\default",{"isDirectory":true,"fileSnapShotHashValue":""}],["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\res\\default\\ResourceTable.txt",{"isDirectory":false,"fileSnapShotHashValue":"94cde23849d24d7b4c50116f9d63d725"}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar",{"isDirectory":true,"fileSnapShotHashValue":"77ec3ff3075d1e1b0f77eea3593fc54a"}],["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\outputs\\default",{"isDirectory":true,"fileSnapShotHashValue":"876919e92069ce600cf972b0875777f7"}]]}}} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/.hvigor/outputs/logs/details/details.json b/ohos/flutter_archive/path_provider_ohos/ohos/.hvigor/outputs/logs/details/details.json new file mode 100644 index 0000000000000000000000000000000000000000..122ea9dd14ee7f97906c47e1356cfe99d45cb981 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/.hvigor/outputs/logs/details/details.json @@ -0,0 +1,16 @@ +{ + "totalTime": 3766648700, + "moduleNum": 1, + "taskTime": { + "compileArkTS": 0, + "buildArkTS": 0, + "compileJS": 0, + "buildJS": 0, + "compileResource": 84874400, + "packageHap": 0, + "signHap": 0 + }, + "isIncremental": true, + "hasIncremental": true, + "isParallel": true +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/.hvigor/outputs/sync/output.json b/ohos/flutter_archive/path_provider_ohos/ohos/.hvigor/outputs/sync/output.json new file mode 100644 index 0000000000000000000000000000000000000000..e3b19f967dd8746a6534d4e282a497c85eec7662 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/.hvigor/outputs/sync/output.json @@ -0,0 +1,39 @@ +{ + "ohos-module-path_provider": { + "SELECT_TARGET": "default", + "MODULE_BUILD_DIR": "D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build", + "TARGETS": { + "default": { + "SOURCE_ROOT": "D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main", + "RESOURCES_PATH": [ + "D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources" + ], + "BUILD_PATH": { + "OUTPUT_PATH": "D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\outputs\\default", + "INTERMEDIA_PATH": "D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates", + "JS_ASSETS_PATH": "D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\loader_out\\default", + "JS_LITE_ASSETS_PATH": "D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\loader_out_lite\\default", + "RES_PATH": "D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\res\\default", + "RES_PROFILE_PATH": "D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\res\\default\\resources\\base\\profile", + "ETS_SUPER_VISUAL_PATH": "D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@CompileArkTS\\esmodule", + "JS_SUPER_VISUAL_PATH": "D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@CompileJS\\jsbundle", + "WORKER_LOADER": "D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\loader\\default\\loader.json", + "MANIFEST_JSON": "D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\manifest\\default", + "OUTPUT_METADATA_JSON": "D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\hap_metadata\\default\\output_metadata.json" + }, + "BUILD_OPTION": { + "debuggable": true + } + } + } + }, + "ohos-project": { + "SELECT_PRODUCT_NAME": "default", + "MODULE_BUILD_DIR": "D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\build", + "BUNDLE_NAME": "io.flutter.plugins.pathprovider", + "BUILD_PATH": { + "OUTPUT_PATH": "D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\build\\outputs\\default" + } + }, + "version": 1 +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/.hvigor/report/report.json b/ohos/flutter_archive/path_provider_ohos/ohos/.hvigor/report/report.json new file mode 100644 index 0000000000000000000000000000000000000000..22a11f0c17d34cb8fa9e1e767cfe40b4be5ea2e3 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/.hvigor/report/report.json @@ -0,0 +1,119 @@ +{ + "version": "1.0", + "workerIdList": [ + -1 + ], + "metrics": [ + { + "type": "build_line", + "endTime": 1698044664824, + "status": "closed", + "children": [], + "name": "overallTime", + "taskName": "default@PreBuild", + "taskPath": "path_provider", + "workerId": -1, + "startTime": 1698044664738 + }, + { + "type": "build_line", + "endTime": 1698044664828, + "status": "closed", + "children": [], + "name": "overallTime", + "taskName": "default@MergeProfile", + "taskPath": "path_provider", + "workerId": -1, + "startTime": 1698044664825 + }, + { + "type": "build_line", + "endTime": 1698044664829, + "status": "closed", + "children": [], + "name": "overallTime", + "taskName": "default@BuildNativeWithCmake", + "taskPath": "path_provider", + "workerId": -1, + "startTime": 1698044664829 + }, + { + "type": "build_line", + "endTime": 1698044664928, + "status": "closed", + "children": [], + "name": "overallTime", + "taskName": "default@ProcessProfile", + "taskPath": "path_provider", + "workerId": -1, + "startTime": 1698044664829 + }, + { + "type": "build_line", + "endTime": 1698044664928, + "status": "closed", + "children": [], + "name": "overallTime", + "taskName": "default@BuildNativeWithNinja", + "taskPath": "path_provider", + "workerId": -1, + "startTime": 1698044664928 + }, + { + "type": "build_line", + "endTime": 1698044664930, + "status": "closed", + "children": [], + "name": "overallTime", + "taskName": "default@ProcessResource", + "taskPath": "path_provider", + "workerId": -1, + "startTime": 1698044664928 + }, + { + "type": "build_line", + "endTime": 1698044664936, + "status": "closed", + "children": [], + "name": "overallTime", + "taskName": "default@ProcessLibs", + "taskPath": "path_provider", + "workerId": -1, + "startTime": 1698044664930 + }, + { + "type": "build_line", + "endTime": 1698044665021, + "status": "closed", + "children": [], + "name": "overallTime", + "taskName": "default@CompileResource", + "taskPath": "path_provider", + "workerId": -1, + "startTime": 1698044664936 + }, + { + "type": "build_line", + "endTime": 1698044665105, + "status": "closed", + "children": [], + "name": "overallTime", + "taskName": "default@PackageHar", + "taskPath": "path_provider", + "workerId": -1, + "startTime": 1698044665022 + }, + { + "type": "build_line", + "endTime": 1698044665106, + "status": "closed", + "children": [], + "name": "overallTime", + "taskName": "assembleHar", + "taskPath": "path_provider", + "workerId": -1, + "startTime": 1698044665106 + } + ], + "workLog": [] +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/AppScope/app.json5 b/ohos/flutter_archive/path_provider_ohos/ohos/AppScope/app.json5 new file mode 100644 index 0000000000000000000000000000000000000000..e104889dfe26f0ac681e8cbd5821fd3e0865e91c --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/AppScope/app.json5 @@ -0,0 +1,24 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "app": { + "bundleName": "io.flutter.plugins.pathprovider", + "vendor": "example", + "versionCode": 1000000, + "versionName": "1.0.0", + "icon": "$media:app_icon", + "label": "$string:app_name" + } +} diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/AppScope/resources/base/element/string.json b/ohos/flutter_archive/path_provider_ohos/ohos/AppScope/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..553ced4f7ebe2ed3fca66c4ef9637ce3ad65d12e --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/AppScope/resources/base/element/string.json @@ -0,0 +1,8 @@ +{ + "string": [ + { + "name": "app_name", + "value": "path_provider" + } + ] +} diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/AppScope/resources/base/media/app_icon.png b/ohos/flutter_archive/path_provider_ohos/ohos/AppScope/resources/base/media/app_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_archive/path_provider_ohos/ohos/AppScope/resources/base/media/app_icon.png differ diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/build-profile.json5 b/ohos/flutter_archive/path_provider_ohos/ohos/build-profile.json5 new file mode 100644 index 0000000000000000000000000000000000000000..a837222abeddd23cef15765014768544d0b350ea --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/build-profile.json5 @@ -0,0 +1,42 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +{ + "app": { + "signingConfigs": [], + "products": [ + { + "name": "default", + "signingConfig": "default", + "compileSdkVersion": "4.0.0(10)", + "compatibleSdkVersion": "4.0.0(10)", + "runtimeOS": "HarmonyOS", + } + ], + "buildModeSet": [ + { + "name": "debug", + }, + { + "name": "release" + } + ] + }, + "modules": [ + { + "name": "path_provider", + "srcPath": "./path_provider" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/dependencies/hvigor-2.3.0-s.tgz b/ohos/flutter_archive/path_provider_ohos/ohos/dependencies/hvigor-2.3.0-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..34029f16ff4dcdd4931f187a618d35d2d8641c88 Binary files /dev/null and b/ohos/flutter_archive/path_provider_ohos/ohos/dependencies/hvigor-2.3.0-s.tgz differ diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/dependencies/hvigor-ohos-plugin-2.3.0-s.tgz b/ohos/flutter_archive/path_provider_ohos/ohos/dependencies/hvigor-ohos-plugin-2.3.0-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..8e028e66b8d9dd720787fe2b0ae340d0f933877d Binary files /dev/null and b/ohos/flutter_archive/path_provider_ohos/ohos/dependencies/hvigor-ohos-plugin-2.3.0-s.tgz differ diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/dependencies/rollup.tgz b/ohos/flutter_archive/path_provider_ohos/ohos/dependencies/rollup.tgz new file mode 100644 index 0000000000000000000000000000000000000000..4d5d24f65ce03f6ac01d019209ca669d8eb8369a Binary files /dev/null and b/ohos/flutter_archive/path_provider_ohos/ohos/dependencies/rollup.tgz differ diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/hvigor/hvigor-config.json5 b/ohos/flutter_archive/path_provider_ohos/ohos/hvigor/hvigor-config.json5 new file mode 100644 index 0000000000000000000000000000000000000000..01755604c128294e12b177d045f3e76b43047e49 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/hvigor/hvigor-config.json5 @@ -0,0 +1,21 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "hvigorVersion": "file:../dependencies/hvigor-2.3.0-s.tgz", + "dependencies": { + "@ohos/hvigor-ohos-plugin": "file:../dependencies/hvigor-ohos-plugin-2.3.0-s.tgz", + "rollup": "file:../dependencies/rollup.tgz", + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/hvigor/hvigor-wrapper.js b/ohos/flutter_archive/path_provider_ohos/ohos/hvigor/hvigor-wrapper.js new file mode 100644 index 0000000000000000000000000000000000000000..de8ac6b5c86615e90e2f81e06076ddcf2230d415 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/hvigor/hvigor-wrapper.js @@ -0,0 +1,16 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +"use strict";var e=require("fs"),t=require("path"),n=require("os"),r=require("crypto"),u=require("child_process"),o=require("constants"),i=require("stream"),s=require("util"),c=require("assert"),a=require("tty"),l=require("zlib"),f=require("net");function d(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var D=d(e),p=d(t),E=d(n),m=d(r),h=d(u),y=d(o),C=d(i),F=d(s),g=d(c),A=d(a),v=d(l),S=d(f),w="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},O={},b={},_={},B=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(_,"__esModule",{value:!0}),_.isMac=_.isLinux=_.isWindows=void 0;const P=B(E.default),k="Windows_NT",x="Linux",N="Darwin";_.isWindows=function(){return P.default.type()===k},_.isLinux=function(){return P.default.type()===x},_.isMac=function(){return P.default.type()===N};var I={},T=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),R=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),M=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&T(t,e,n);return R(t,e),t};Object.defineProperty(I,"__esModule",{value:!0}),I.hash=void 0;const L=M(m.default);I.hash=function(e,t="md5"){return L.createHash(t).update(e,"utf-8").digest("hex")},function(e){var t=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var u in e)"default"!==u&&Object.prototype.hasOwnProperty.call(e,u)&&t(r,e,u);return n(r,e),r};Object.defineProperty(e,"__esModule",{value:!0}),e.HVIGOR_BOOT_JS_FILE_PATH=e.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH=e.HVIGOR_PROJECT_DEPENDENCIES_HOME=e.HVIGOR_PROJECT_WRAPPER_HOME=e.HVIGOR_PROJECT_NAME=e.HVIGOR_PROJECT_ROOT_DIR=e.HVIGOR_PROJECT_CACHES_HOME=e.HVIGOR_PNPM_STORE_PATH=e.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH=e.HVIGOR_WRAPPER_TOOLS_HOME=e.HVIGOR_USER_HOME=e.DEFAULT_PACKAGE_JSON=e.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME=e.PNPM=e.HVIGOR=e.NPM_TOOL=e.PNPM_TOOL=e.HVIGOR_ENGINE_PACKAGE_NAME=void 0;const u=r(p.default),o=r(E.default),i=_,s=I;e.HVIGOR_ENGINE_PACKAGE_NAME="@ohos/hvigor",e.PNPM_TOOL=(0,i.isWindows)()?"pnpm.cmd":"pnpm",e.NPM_TOOL=(0,i.isWindows)()?"npm.cmd":"npm",e.HVIGOR="hvigor",e.PNPM="pnpm",e.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME="hvigor-config.json5",e.DEFAULT_PACKAGE_JSON="package.json",e.HVIGOR_USER_HOME=u.resolve(o.homedir(),".hvigor"),e.HVIGOR_WRAPPER_TOOLS_HOME=u.resolve(e.HVIGOR_USER_HOME,"wrapper","tools"),e.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH=u.resolve(e.HVIGOR_WRAPPER_TOOLS_HOME,"node_modules",".bin",e.PNPM_TOOL),e.HVIGOR_PNPM_STORE_PATH=u.resolve(e.HVIGOR_USER_HOME,"caches"),e.HVIGOR_PROJECT_CACHES_HOME=u.resolve(e.HVIGOR_USER_HOME,"project_caches"),e.HVIGOR_PROJECT_ROOT_DIR=process.cwd(),e.HVIGOR_PROJECT_NAME=u.basename((0,s.hash)(e.HVIGOR_PROJECT_ROOT_DIR)),e.HVIGOR_PROJECT_WRAPPER_HOME=u.resolve(e.HVIGOR_PROJECT_ROOT_DIR,e.HVIGOR),e.HVIGOR_PROJECT_DEPENDENCIES_HOME=u.resolve(e.HVIGOR_PROJECT_CACHES_HOME,e.HVIGOR_PROJECT_NAME,"workspace"),e.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH=u.resolve(e.HVIGOR_PROJECT_DEPENDENCIES_HOME,e.DEFAULT_PACKAGE_JSON),e.HVIGOR_BOOT_JS_FILE_PATH=u.resolve(e.HVIGOR_PROJECT_DEPENDENCIES_HOME,"node_modules","@ohos","hvigor","bin","hvigor.js")}(b);var j={},$={};Object.defineProperty($,"__esModule",{value:!0}),$.logInfoPrintConsole=$.logErrorAndExit=void 0,$.logErrorAndExit=function(e){e instanceof Error?console.error(e.message):console.error(e),process.exit(-1)},$.logInfoPrintConsole=function(e){console.log(e)};var H=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),J=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),G=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&H(t,e,n);return J(t,e),t},V=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(j,"__esModule",{value:!0}),j.isFileExists=j.offlinePluginConversion=j.executeCommand=j.getNpmPath=j.hasNpmPackInPaths=void 0;const U=h.default,W=G(p.default),z=b,K=$,q=V(D.default);j.hasNpmPackInPaths=function(e,t){try{return require.resolve(e,{paths:[...t]}),!0}catch(e){return!1}},j.getNpmPath=function(){const e=process.execPath;return W.join(W.dirname(e),z.NPM_TOOL)},j.executeCommand=function(e,t,n){0!==(0,U.spawnSync)(e,t,n).status&&(0,K.logErrorAndExit)(`Error: ${e} ${t} execute failed.See above for details.`)},j.offlinePluginConversion=function(e,t){return t.startsWith("file:")||t.endsWith(".tgz")?W.resolve(e,z.HVIGOR,t.replace("file:","")):t},j.isFileExists=function(e){return q.default.existsSync(e)&&q.default.statSync(e).isFile()},function(e){var t=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var u in e)"default"!==u&&Object.prototype.hasOwnProperty.call(e,u)&&t(r,e,u);return n(r,e),r},u=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(e,"__esModule",{value:!0}),e.executeInstallPnpm=e.isPnpmAvailable=e.environmentHandler=e.checkNpmConifg=e.PNPM_VERSION=void 0;const o=r(D.default),i=b,s=j,c=r(p.default),a=$,l=h.default,f=u(E.default);e.PNPM_VERSION="7.30.0",e.checkNpmConifg=function(){const e=c.resolve(i.HVIGOR_PROJECT_ROOT_DIR,".npmrc"),t=c.resolve(f.default.homedir(),".npmrc");if((0,s.isFileExists)(e)||(0,s.isFileExists)(t))return;const n=(0,s.getNpmPath)(),r=(0,l.spawnSync)(n,["config","get","prefix"],{cwd:i.HVIGOR_PROJECT_ROOT_DIR});if(0!==r.status||!r.stdout)return void(0,a.logErrorAndExit)("Error: The hvigor depends on the npmrc file. Configure the npmrc file first.");const u=c.resolve(`${r.stdout}`.replace(/[\r\n]/gi,""),".npmrc");(0,s.isFileExists)(u)||(0,a.logErrorAndExit)("Error: The hvigor depends on the npmrc file. Configure the npmrc file first.")},e.environmentHandler=function(){process.env["npm_config_update-notifier"]="false"},e.isPnpmAvailable=function(){return!!o.existsSync(i.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH)&&(0,s.hasNpmPackInPaths)("pnpm",[i.HVIGOR_WRAPPER_TOOLS_HOME])},e.executeInstallPnpm=function(){(0,a.logInfoPrintConsole)(`Installing pnpm@${e.PNPM_VERSION}...`);const t=(0,s.getNpmPath)();!function(){const t=c.resolve(i.HVIGOR_WRAPPER_TOOLS_HOME,i.DEFAULT_PACKAGE_JSON);try{o.existsSync(i.HVIGOR_WRAPPER_TOOLS_HOME)||o.mkdirSync(i.HVIGOR_WRAPPER_TOOLS_HOME,{recursive:!0});const n={dependencies:{}};n.dependencies[i.PNPM]=e.PNPM_VERSION,o.writeFileSync(t,JSON.stringify(n))}catch(e){(0,a.logErrorAndExit)(`Error: EPERM: operation not permitted,create ${t} failed.`)}}(),(0,s.executeCommand)(t,["install","pnpm"],{cwd:i.HVIGOR_WRAPPER_TOOLS_HOME,stdio:["inherit","inherit","inherit"],env:process.env}),(0,a.logInfoPrintConsole)("Pnpm install success.")}}(O);var Y={},X={},Z={},Q={};Object.defineProperty(Q,"__esModule",{value:!0}),Q.Unicode=void 0;class ee{}Q.Unicode=ee,ee.Space_Separator=/[\u1680\u2000-\u200A\u202F\u205F\u3000]/,ee.ID_Start=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]/,ee.ID_Continue=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF9\u1D00-\u1DF9\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDE00-\uDE3E\uDE47\uDE50-\uDE83\uDE86-\uDE99\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/,Object.defineProperty(Z,"__esModule",{value:!0}),Z.JudgeUtil=void 0;const te=Q;Z.JudgeUtil=class{static isIgnoreChar(e){return"string"==typeof e&&("\t"===e||"\v"===e||"\f"===e||" "===e||" "===e||"\ufeff"===e||"\n"===e||"\r"===e||"\u2028"===e||"\u2029"===e)}static isSpaceSeparator(e){return"string"==typeof e&&te.Unicode.Space_Separator.test(e)}static isIdStartChar(e){return"string"==typeof e&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||"$"===e||"_"===e||te.Unicode.ID_Start.test(e))}static isIdContinueChar(e){return"string"==typeof e&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||e>="0"&&e<="9"||"$"===e||"_"===e||"‌"===e||"‍"===e||te.Unicode.ID_Continue.test(e))}static isDigitWithoutZero(e){return/[1-9]/.test(e)}static isDigit(e){return"string"==typeof e&&/[0-9]/.test(e)}static isHexDigit(e){return"string"==typeof e&&/[0-9A-Fa-f]/.test(e)}};var ne={},re={fromCallback:function(e){return Object.defineProperty((function(...t){if("function"!=typeof t[t.length-1])return new Promise(((n,r)=>{e.call(this,...t,((e,t)=>null!=e?r(e):n(t)))}));e.apply(this,t)}),"name",{value:e.name})},fromPromise:function(e){return Object.defineProperty((function(...t){const n=t[t.length-1];if("function"!=typeof n)return e.apply(this,t);e.apply(this,t.slice(0,-1)).then((e=>n(null,e)),n)}),"name",{value:e.name})}},ue=y.default,oe=process.cwd,ie=null,se=process.env.GRACEFUL_FS_PLATFORM||process.platform;process.cwd=function(){return ie||(ie=oe.call(process)),ie};try{process.cwd()}catch(e){}if("function"==typeof process.chdir){var ce=process.chdir;process.chdir=function(e){ie=null,ce.call(process,e)},Object.setPrototypeOf&&Object.setPrototypeOf(process.chdir,ce)}var ae=function(e){ue.hasOwnProperty("O_SYMLINK")&&process.version.match(/^v0\.6\.[0-2]|^v0\.5\./)&&function(e){e.lchmod=function(t,n,r){e.open(t,ue.O_WRONLY|ue.O_SYMLINK,n,(function(t,u){t?r&&r(t):e.fchmod(u,n,(function(t){e.close(u,(function(e){r&&r(t||e)}))}))}))},e.lchmodSync=function(t,n){var r,u=e.openSync(t,ue.O_WRONLY|ue.O_SYMLINK,n),o=!0;try{r=e.fchmodSync(u,n),o=!1}finally{if(o)try{e.closeSync(u)}catch(e){}else e.closeSync(u)}return r}}(e);e.lutimes||function(e){ue.hasOwnProperty("O_SYMLINK")&&e.futimes?(e.lutimes=function(t,n,r,u){e.open(t,ue.O_SYMLINK,(function(t,o){t?u&&u(t):e.futimes(o,n,r,(function(t){e.close(o,(function(e){u&&u(t||e)}))}))}))},e.lutimesSync=function(t,n,r){var u,o=e.openSync(t,ue.O_SYMLINK),i=!0;try{u=e.futimesSync(o,n,r),i=!1}finally{if(i)try{e.closeSync(o)}catch(e){}else e.closeSync(o)}return u}):e.futimes&&(e.lutimes=function(e,t,n,r){r&&process.nextTick(r)},e.lutimesSync=function(){})}(e);e.chown=r(e.chown),e.fchown=r(e.fchown),e.lchown=r(e.lchown),e.chmod=t(e.chmod),e.fchmod=t(e.fchmod),e.lchmod=t(e.lchmod),e.chownSync=u(e.chownSync),e.fchownSync=u(e.fchownSync),e.lchownSync=u(e.lchownSync),e.chmodSync=n(e.chmodSync),e.fchmodSync=n(e.fchmodSync),e.lchmodSync=n(e.lchmodSync),e.stat=o(e.stat),e.fstat=o(e.fstat),e.lstat=o(e.lstat),e.statSync=i(e.statSync),e.fstatSync=i(e.fstatSync),e.lstatSync=i(e.lstatSync),e.chmod&&!e.lchmod&&(e.lchmod=function(e,t,n){n&&process.nextTick(n)},e.lchmodSync=function(){});e.chown&&!e.lchown&&(e.lchown=function(e,t,n,r){r&&process.nextTick(r)},e.lchownSync=function(){});"win32"===se&&(e.rename="function"!=typeof e.rename?e.rename:function(t){function n(n,r,u){var o=Date.now(),i=0;t(n,r,(function s(c){if(c&&("EACCES"===c.code||"EPERM"===c.code||"EBUSY"===c.code)&&Date.now()-o<6e4)return setTimeout((function(){e.stat(r,(function(e,o){e&&"ENOENT"===e.code?t(n,r,s):u(c)}))}),i),void(i<100&&(i+=10));u&&u(c)}))}return Object.setPrototypeOf&&Object.setPrototypeOf(n,t),n}(e.rename));function t(t){return t?function(n,r,u){return t.call(e,n,r,(function(e){s(e)&&(e=null),u&&u.apply(this,arguments)}))}:t}function n(t){return t?function(n,r){try{return t.call(e,n,r)}catch(e){if(!s(e))throw e}}:t}function r(t){return t?function(n,r,u,o){return t.call(e,n,r,u,(function(e){s(e)&&(e=null),o&&o.apply(this,arguments)}))}:t}function u(t){return t?function(n,r,u){try{return t.call(e,n,r,u)}catch(e){if(!s(e))throw e}}:t}function o(t){return t?function(n,r,u){function o(e,t){t&&(t.uid<0&&(t.uid+=4294967296),t.gid<0&&(t.gid+=4294967296)),u&&u.apply(this,arguments)}return"function"==typeof r&&(u=r,r=null),r?t.call(e,n,r,o):t.call(e,n,o)}:t}function i(t){return t?function(n,r){var u=r?t.call(e,n,r):t.call(e,n);return u&&(u.uid<0&&(u.uid+=4294967296),u.gid<0&&(u.gid+=4294967296)),u}:t}function s(e){return!e||("ENOSYS"===e.code||!(process.getuid&&0===process.getuid()||"EINVAL"!==e.code&&"EPERM"!==e.code))}e.read="function"!=typeof e.read?e.read:function(t){function n(n,r,u,o,i,s){var c;if(s&&"function"==typeof s){var a=0;c=function(l,f,d){if(l&&"EAGAIN"===l.code&&a<10)return a++,t.call(e,n,r,u,o,i,c);s.apply(this,arguments)}}return t.call(e,n,r,u,o,i,c)}return Object.setPrototypeOf&&Object.setPrototypeOf(n,t),n}(e.read),e.readSync="function"!=typeof e.readSync?e.readSync:(c=e.readSync,function(t,n,r,u,o){for(var i=0;;)try{return c.call(e,t,n,r,u,o)}catch(e){if("EAGAIN"===e.code&&i<10){i++;continue}throw e}});var c};var le=C.default.Stream,fe=function(e){return{ReadStream:function t(n,r){if(!(this instanceof t))return new t(n,r);le.call(this);var u=this;this.path=n,this.fd=null,this.readable=!0,this.paused=!1,this.flags="r",this.mode=438,this.bufferSize=65536,r=r||{};for(var o=Object.keys(r),i=0,s=o.length;ithis.end)throw new Error("start must be <= end");this.pos=this.start}if(null!==this.fd)return void process.nextTick((function(){u._read()}));e.open(this.path,this.flags,this.mode,(function(e,t){if(e)return u.emit("error",e),void(u.readable=!1);u.fd=t,u.emit("open",t),u._read()}))},WriteStream:function t(n,r){if(!(this instanceof t))return new t(n,r);le.call(this),this.path=n,this.fd=null,this.writable=!0,this.flags="w",this.encoding="binary",this.mode=438,this.bytesWritten=0,r=r||{};for(var u=Object.keys(r),o=0,i=u.length;o= zero");this.pos=this.start}this.busy=!1,this._queue=[],null===this.fd&&(this._open=e.open,this._queue.push([this._open,this.path,this.flags,this.mode,void 0]),this.flush())}}};var de=function(e){if(null===e||"object"!=typeof e)return e;if(e instanceof Object)var t={__proto__:De(e)};else t=Object.create(null);return Object.getOwnPropertyNames(e).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))})),t},De=Object.getPrototypeOf||function(e){return e.__proto__};var pe,Ee,me=D.default,he=ae,ye=fe,Ce=de,Fe=F.default;function ge(e,t){Object.defineProperty(e,pe,{get:function(){return t}})}"function"==typeof Symbol&&"function"==typeof Symbol.for?(pe=Symbol.for("graceful-fs.queue"),Ee=Symbol.for("graceful-fs.previous")):(pe="___graceful-fs.queue",Ee="___graceful-fs.previous");var Ae=function(){};if(Fe.debuglog?Ae=Fe.debuglog("gfs4"):/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&(Ae=function(){var e=Fe.format.apply(Fe,arguments);e="GFS4: "+e.split(/\n/).join("\nGFS4: "),console.error(e)}),!me[pe]){var ve=w[pe]||[];ge(me,ve),me.close=function(e){function t(t,n){return e.call(me,t,(function(e){e||_e(),"function"==typeof n&&n.apply(this,arguments)}))}return Object.defineProperty(t,Ee,{value:e}),t}(me.close),me.closeSync=function(e){function t(t){e.apply(me,arguments),_e()}return Object.defineProperty(t,Ee,{value:e}),t}(me.closeSync),/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&process.on("exit",(function(){Ae(me[pe]),g.default.equal(me[pe].length,0)}))}w[pe]||ge(w,me[pe]);var Se,we=Oe(Ce(me));function Oe(e){he(e),e.gracefulify=Oe,e.createReadStream=function(t,n){return new e.ReadStream(t,n)},e.createWriteStream=function(t,n){return new e.WriteStream(t,n)};var t=e.readFile;e.readFile=function(e,n,r){"function"==typeof n&&(r=n,n=null);return function e(n,r,u,o){return t(n,r,(function(t){!t||"EMFILE"!==t.code&&"ENFILE"!==t.code?"function"==typeof u&&u.apply(this,arguments):be([e,[n,r,u],t,o||Date.now(),Date.now()])}))}(e,n,r)};var n=e.writeFile;e.writeFile=function(e,t,r,u){"function"==typeof r&&(u=r,r=null);return function e(t,r,u,o,i){return n(t,r,u,(function(n){!n||"EMFILE"!==n.code&&"ENFILE"!==n.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,r,u,o],n,i||Date.now(),Date.now()])}))}(e,t,r,u)};var r=e.appendFile;r&&(e.appendFile=function(e,t,n,u){"function"==typeof n&&(u=n,n=null);return function e(t,n,u,o,i){return r(t,n,u,(function(r){!r||"EMFILE"!==r.code&&"ENFILE"!==r.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,n,u,o],r,i||Date.now(),Date.now()])}))}(e,t,n,u)});var u=e.copyFile;u&&(e.copyFile=function(e,t,n,r){"function"==typeof n&&(r=n,n=0);return function e(t,n,r,o,i){return u(t,n,r,(function(u){!u||"EMFILE"!==u.code&&"ENFILE"!==u.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,n,r,o],u,i||Date.now(),Date.now()])}))}(e,t,n,r)});var o=e.readdir;e.readdir=function(e,t,n){"function"==typeof t&&(n=t,t=null);var r=i.test(process.version)?function(e,t,n,r){return o(e,u(e,t,n,r))}:function(e,t,n,r){return o(e,t,u(e,t,n,r))};return r(e,t,n);function u(e,t,n,u){return function(o,i){!o||"EMFILE"!==o.code&&"ENFILE"!==o.code?(i&&i.sort&&i.sort(),"function"==typeof n&&n.call(this,o,i)):be([r,[e,t,n],o,u||Date.now(),Date.now()])}}};var i=/^v[0-5]\./;if("v0.8"===process.version.substr(0,4)){var s=ye(e);d=s.ReadStream,D=s.WriteStream}var c=e.ReadStream;c&&(d.prototype=Object.create(c.prototype),d.prototype.open=function(){var e=this;E(e.path,e.flags,e.mode,(function(t,n){t?(e.autoClose&&e.destroy(),e.emit("error",t)):(e.fd=n,e.emit("open",n),e.read())}))});var a=e.WriteStream;a&&(D.prototype=Object.create(a.prototype),D.prototype.open=function(){var e=this;E(e.path,e.flags,e.mode,(function(t,n){t?(e.destroy(),e.emit("error",t)):(e.fd=n,e.emit("open",n))}))}),Object.defineProperty(e,"ReadStream",{get:function(){return d},set:function(e){d=e},enumerable:!0,configurable:!0}),Object.defineProperty(e,"WriteStream",{get:function(){return D},set:function(e){D=e},enumerable:!0,configurable:!0});var l=d;Object.defineProperty(e,"FileReadStream",{get:function(){return l},set:function(e){l=e},enumerable:!0,configurable:!0});var f=D;function d(e,t){return this instanceof d?(c.apply(this,arguments),this):d.apply(Object.create(d.prototype),arguments)}function D(e,t){return this instanceof D?(a.apply(this,arguments),this):D.apply(Object.create(D.prototype),arguments)}Object.defineProperty(e,"FileWriteStream",{get:function(){return f},set:function(e){f=e},enumerable:!0,configurable:!0});var p=e.open;function E(e,t,n,r){return"function"==typeof n&&(r=n,n=null),function e(t,n,r,u,o){return p(t,n,r,(function(i,s){!i||"EMFILE"!==i.code&&"ENFILE"!==i.code?"function"==typeof u&&u.apply(this,arguments):be([e,[t,n,r,u],i,o||Date.now(),Date.now()])}))}(e,t,n,r)}return e.open=E,e}function be(e){Ae("ENQUEUE",e[0].name,e[1]),me[pe].push(e),Be()}function _e(){for(var e=Date.now(),t=0;t2&&(me[pe][t][3]=e,me[pe][t][4]=e);Be()}function Be(){if(clearTimeout(Se),Se=void 0,0!==me[pe].length){var e=me[pe].shift(),t=e[0],n=e[1],r=e[2],u=e[3],o=e[4];if(void 0===u)Ae("RETRY",t.name,n),t.apply(null,n);else if(Date.now()-u>=6e4){Ae("TIMEOUT",t.name,n);var i=n.pop();"function"==typeof i&&i.call(null,r)}else{var s=Date.now()-o,c=Math.max(o-u,1);s>=Math.min(1.2*c,100)?(Ae("RETRY",t.name,n),t.apply(null,n.concat([u]))):me[pe].push(e)}void 0===Se&&(Se=setTimeout(Be,0))}}process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH&&!me.__patched&&(we=Oe(me),me.__patched=!0),function(e){const t=re.fromCallback,n=we,r=["access","appendFile","chmod","chown","close","copyFile","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","lchmod","lchown","link","lstat","mkdir","mkdtemp","open","opendir","readdir","readFile","readlink","realpath","rename","rm","rmdir","stat","symlink","truncate","unlink","utimes","writeFile"].filter((e=>"function"==typeof n[e]));Object.assign(e,n),r.forEach((r=>{e[r]=t(n[r])})),e.realpath.native=t(n.realpath.native),e.exists=function(e,t){return"function"==typeof t?n.exists(e,t):new Promise((t=>n.exists(e,t)))},e.read=function(e,t,r,u,o,i){return"function"==typeof i?n.read(e,t,r,u,o,i):new Promise(((i,s)=>{n.read(e,t,r,u,o,((e,t,n)=>{if(e)return s(e);i({bytesRead:t,buffer:n})}))}))},e.write=function(e,t,...r){return"function"==typeof r[r.length-1]?n.write(e,t,...r):new Promise(((u,o)=>{n.write(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffer:n})}))}))},"function"==typeof n.writev&&(e.writev=function(e,t,...r){return"function"==typeof r[r.length-1]?n.writev(e,t,...r):new Promise(((u,o)=>{n.writev(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffers:n})}))}))})}(ne);var Pe={},ke={};const xe=p.default;ke.checkPath=function(e){if("win32"===process.platform){if(/[<>:"|?*]/.test(e.replace(xe.parse(e).root,""))){const t=new Error(`Path contains invalid characters: ${e}`);throw t.code="EINVAL",t}}};const Ne=ne,{checkPath:Ie}=ke,Te=e=>"number"==typeof e?e:{mode:511,...e}.mode;Pe.makeDir=async(e,t)=>(Ie(e),Ne.mkdir(e,{mode:Te(t),recursive:!0})),Pe.makeDirSync=(e,t)=>(Ie(e),Ne.mkdirSync(e,{mode:Te(t),recursive:!0}));const Re=re.fromPromise,{makeDir:Me,makeDirSync:Le}=Pe,je=Re(Me);var $e={mkdirs:je,mkdirsSync:Le,mkdirp:je,mkdirpSync:Le,ensureDir:je,ensureDirSync:Le};const He=re.fromPromise,Je=ne;var Ge={pathExists:He((function(e){return Je.access(e).then((()=>!0)).catch((()=>!1))})),pathExistsSync:Je.existsSync};const Ve=we;var Ue=function(e,t,n,r){Ve.open(e,"r+",((e,u)=>{if(e)return r(e);Ve.futimes(u,t,n,(e=>{Ve.close(u,(t=>{r&&r(e||t)}))}))}))},We=function(e,t,n){const r=Ve.openSync(e,"r+");return Ve.futimesSync(r,t,n),Ve.closeSync(r)};const ze=ne,Ke=p.default,qe=F.default;function Ye(e,t,n){const r=n.dereference?e=>ze.stat(e,{bigint:!0}):e=>ze.lstat(e,{bigint:!0});return Promise.all([r(e),r(t).catch((e=>{if("ENOENT"===e.code)return null;throw e}))]).then((([e,t])=>({srcStat:e,destStat:t})))}function Xe(e,t){return t.ino&&t.dev&&t.ino===e.ino&&t.dev===e.dev}function Ze(e,t){const n=Ke.resolve(e).split(Ke.sep).filter((e=>e)),r=Ke.resolve(t).split(Ke.sep).filter((e=>e));return n.reduce(((e,t,n)=>e&&r[n]===t),!0)}function Qe(e,t,n){return`Cannot ${n} '${e}' to a subdirectory of itself, '${t}'.`}var et={checkPaths:function(e,t,n,r,u){qe.callbackify(Ye)(e,t,r,((r,o)=>{if(r)return u(r);const{srcStat:i,destStat:s}=o;if(s){if(Xe(i,s)){const r=Ke.basename(e),o=Ke.basename(t);return"move"===n&&r!==o&&r.toLowerCase()===o.toLowerCase()?u(null,{srcStat:i,destStat:s,isChangingCase:!0}):u(new Error("Source and destination must not be the same."))}if(i.isDirectory()&&!s.isDirectory())return u(new Error(`Cannot overwrite non-directory '${t}' with directory '${e}'.`));if(!i.isDirectory()&&s.isDirectory())return u(new Error(`Cannot overwrite directory '${t}' with non-directory '${e}'.`))}return i.isDirectory()&&Ze(e,t)?u(new Error(Qe(e,t,n))):u(null,{srcStat:i,destStat:s})}))},checkPathsSync:function(e,t,n,r){const{srcStat:u,destStat:o}=function(e,t,n){let r;const u=n.dereference?e=>ze.statSync(e,{bigint:!0}):e=>ze.lstatSync(e,{bigint:!0}),o=u(e);try{r=u(t)}catch(e){if("ENOENT"===e.code)return{srcStat:o,destStat:null};throw e}return{srcStat:o,destStat:r}}(e,t,r);if(o){if(Xe(u,o)){const r=Ke.basename(e),i=Ke.basename(t);if("move"===n&&r!==i&&r.toLowerCase()===i.toLowerCase())return{srcStat:u,destStat:o,isChangingCase:!0};throw new Error("Source and destination must not be the same.")}if(u.isDirectory()&&!o.isDirectory())throw new Error(`Cannot overwrite non-directory '${t}' with directory '${e}'.`);if(!u.isDirectory()&&o.isDirectory())throw new Error(`Cannot overwrite directory '${t}' with non-directory '${e}'.`)}if(u.isDirectory()&&Ze(e,t))throw new Error(Qe(e,t,n));return{srcStat:u,destStat:o}},checkParentPaths:function e(t,n,r,u,o){const i=Ke.resolve(Ke.dirname(t)),s=Ke.resolve(Ke.dirname(r));if(s===i||s===Ke.parse(s).root)return o();ze.stat(s,{bigint:!0},((i,c)=>i?"ENOENT"===i.code?o():o(i):Xe(n,c)?o(new Error(Qe(t,r,u))):e(t,n,s,u,o)))},checkParentPathsSync:function e(t,n,r,u){const o=Ke.resolve(Ke.dirname(t)),i=Ke.resolve(Ke.dirname(r));if(i===o||i===Ke.parse(i).root)return;let s;try{s=ze.statSync(i,{bigint:!0})}catch(e){if("ENOENT"===e.code)return;throw e}if(Xe(n,s))throw new Error(Qe(t,r,u));return e(t,n,i,u)},isSrcSubdir:Ze,areIdentical:Xe};const tt=we,nt=p.default,rt=$e.mkdirs,ut=Ge.pathExists,ot=Ue,it=et;function st(e,t,n,r,u){const o=nt.dirname(n);ut(o,((i,s)=>i?u(i):s?at(e,t,n,r,u):void rt(o,(o=>o?u(o):at(e,t,n,r,u)))))}function ct(e,t,n,r,u,o){Promise.resolve(u.filter(n,r)).then((i=>i?e(t,n,r,u,o):o()),(e=>o(e)))}function at(e,t,n,r,u){(r.dereference?tt.stat:tt.lstat)(t,((o,i)=>o?u(o):i.isDirectory()?function(e,t,n,r,u,o){return t?Dt(n,r,u,o):function(e,t,n,r,u){tt.mkdir(n,(o=>{if(o)return u(o);Dt(t,n,r,(t=>t?u(t):dt(n,e,u)))}))}(e.mode,n,r,u,o)}(i,e,t,n,r,u):i.isFile()||i.isCharacterDevice()||i.isBlockDevice()?function(e,t,n,r,u,o){return t?function(e,t,n,r,u){if(!r.overwrite)return r.errorOnExist?u(new Error(`'${n}' already exists`)):u();tt.unlink(n,(o=>o?u(o):lt(e,t,n,r,u)))}(e,n,r,u,o):lt(e,n,r,u,o)}(i,e,t,n,r,u):i.isSymbolicLink()?function(e,t,n,r,u){tt.readlink(t,((t,o)=>t?u(t):(r.dereference&&(o=nt.resolve(process.cwd(),o)),e?void tt.readlink(n,((t,i)=>t?"EINVAL"===t.code||"UNKNOWN"===t.code?tt.symlink(o,n,u):u(t):(r.dereference&&(i=nt.resolve(process.cwd(),i)),it.isSrcSubdir(o,i)?u(new Error(`Cannot copy '${o}' to a subdirectory of itself, '${i}'.`)):e.isDirectory()&&it.isSrcSubdir(i,o)?u(new Error(`Cannot overwrite '${i}' with '${o}'.`)):function(e,t,n){tt.unlink(t,(r=>r?n(r):tt.symlink(e,t,n)))}(o,n,u)))):tt.symlink(o,n,u))))}(e,t,n,r,u):i.isSocket()?u(new Error(`Cannot copy a socket file: ${t}`)):i.isFIFO()?u(new Error(`Cannot copy a FIFO pipe: ${t}`)):u(new Error(`Unknown file: ${t}`))))}function lt(e,t,n,r,u){tt.copyFile(t,n,(o=>o?u(o):r.preserveTimestamps?function(e,t,n,r){if(function(e){return 0==(128&e)}(e))return function(e,t,n){return dt(e,128|t,n)}(n,e,(u=>u?r(u):ft(e,t,n,r)));return ft(e,t,n,r)}(e.mode,t,n,u):dt(n,e.mode,u)))}function ft(e,t,n,r){!function(e,t,n){tt.stat(e,((e,r)=>e?n(e):ot(t,r.atime,r.mtime,n)))}(t,n,(t=>t?r(t):dt(n,e,r)))}function dt(e,t,n){return tt.chmod(e,t,n)}function Dt(e,t,n,r){tt.readdir(e,((u,o)=>u?r(u):pt(o,e,t,n,r)))}function pt(e,t,n,r,u){const o=e.pop();return o?function(e,t,n,r,u,o){const i=nt.join(n,t),s=nt.join(r,t);it.checkPaths(i,s,"copy",u,((t,c)=>{if(t)return o(t);const{destStat:a}=c;!function(e,t,n,r,u){r.filter?ct(at,e,t,n,r,u):at(e,t,n,r,u)}(a,i,s,u,(t=>t?o(t):pt(e,n,r,u,o)))}))}(e,o,t,n,r,u):u()}var Et=function(e,t,n,r){"function"!=typeof n||r?"function"==typeof n&&(n={filter:n}):(r=n,n={}),r=r||function(){},(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269"),it.checkPaths(e,t,"copy",n,((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;it.checkParentPaths(e,i,t,"copy",(u=>u?r(u):n.filter?ct(st,s,e,t,n,r):st(s,e,t,n,r)))}))};const mt=we,ht=p.default,yt=$e.mkdirsSync,Ct=We,Ft=et;function gt(e,t,n,r){const u=(r.dereference?mt.statSync:mt.lstatSync)(t);if(u.isDirectory())return function(e,t,n,r,u){return t?St(n,r,u):function(e,t,n,r){return mt.mkdirSync(n),St(t,n,r),vt(n,e)}(e.mode,n,r,u)}(u,e,t,n,r);if(u.isFile()||u.isCharacterDevice()||u.isBlockDevice())return function(e,t,n,r,u){return t?function(e,t,n,r){if(r.overwrite)return mt.unlinkSync(n),At(e,t,n,r);if(r.errorOnExist)throw new Error(`'${n}' already exists`)}(e,n,r,u):At(e,n,r,u)}(u,e,t,n,r);if(u.isSymbolicLink())return function(e,t,n,r){let u=mt.readlinkSync(t);r.dereference&&(u=ht.resolve(process.cwd(),u));if(e){let e;try{e=mt.readlinkSync(n)}catch(e){if("EINVAL"===e.code||"UNKNOWN"===e.code)return mt.symlinkSync(u,n);throw e}if(r.dereference&&(e=ht.resolve(process.cwd(),e)),Ft.isSrcSubdir(u,e))throw new Error(`Cannot copy '${u}' to a subdirectory of itself, '${e}'.`);if(mt.statSync(n).isDirectory()&&Ft.isSrcSubdir(e,u))throw new Error(`Cannot overwrite '${e}' with '${u}'.`);return function(e,t){return mt.unlinkSync(t),mt.symlinkSync(e,t)}(u,n)}return mt.symlinkSync(u,n)}(e,t,n,r);if(u.isSocket())throw new Error(`Cannot copy a socket file: ${t}`);if(u.isFIFO())throw new Error(`Cannot copy a FIFO pipe: ${t}`);throw new Error(`Unknown file: ${t}`)}function At(e,t,n,r){return mt.copyFileSync(t,n),r.preserveTimestamps&&function(e,t,n){(function(e){return 0==(128&e)})(e)&&function(e,t){vt(e,128|t)}(n,e);(function(e,t){const n=mt.statSync(e);Ct(t,n.atime,n.mtime)})(t,n)}(e.mode,t,n),vt(n,e.mode)}function vt(e,t){return mt.chmodSync(e,t)}function St(e,t,n){mt.readdirSync(e).forEach((r=>function(e,t,n,r){const u=ht.join(t,e),o=ht.join(n,e),{destStat:i}=Ft.checkPathsSync(u,o,"copy",r);return function(e,t,n,r){if(!r.filter||r.filter(t,n))return gt(e,t,n,r)}(i,u,o,r)}(r,e,t,n)))}var wt=function(e,t,n){"function"==typeof n&&(n={filter:n}),(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269");const{srcStat:r,destStat:u}=Ft.checkPathsSync(e,t,"copy",n);return Ft.checkParentPathsSync(e,r,t,"copy"),function(e,t,n,r){if(r.filter&&!r.filter(t,n))return;const u=ht.dirname(n);mt.existsSync(u)||yt(u);return gt(e,t,n,r)}(u,e,t,n)};var Ot={copy:(0,re.fromCallback)(Et),copySync:wt};const bt=we,_t=p.default,Bt=g.default,Pt="win32"===process.platform;function kt(e){["unlink","chmod","stat","lstat","rmdir","readdir"].forEach((t=>{e[t]=e[t]||bt[t],e[t+="Sync"]=e[t]||bt[t]})),e.maxBusyTries=e.maxBusyTries||3}function xt(e,t,n){let r=0;"function"==typeof t&&(n=t,t={}),Bt(e,"rimraf: missing path"),Bt.strictEqual(typeof e,"string","rimraf: path should be a string"),Bt.strictEqual(typeof n,"function","rimraf: callback function required"),Bt(t,"rimraf: invalid options argument provided"),Bt.strictEqual(typeof t,"object","rimraf: options should be object"),kt(t),Nt(e,t,(function u(o){if(o){if(("EBUSY"===o.code||"ENOTEMPTY"===o.code||"EPERM"===o.code)&&rNt(e,t,u)),100*r)}"ENOENT"===o.code&&(o=null)}n(o)}))}function Nt(e,t,n){Bt(e),Bt(t),Bt("function"==typeof n),t.lstat(e,((r,u)=>r&&"ENOENT"===r.code?n(null):r&&"EPERM"===r.code&&Pt?It(e,t,r,n):u&&u.isDirectory()?Rt(e,t,r,n):void t.unlink(e,(r=>{if(r){if("ENOENT"===r.code)return n(null);if("EPERM"===r.code)return Pt?It(e,t,r,n):Rt(e,t,r,n);if("EISDIR"===r.code)return Rt(e,t,r,n)}return n(r)}))))}function It(e,t,n,r){Bt(e),Bt(t),Bt("function"==typeof r),t.chmod(e,438,(u=>{u?r("ENOENT"===u.code?null:n):t.stat(e,((u,o)=>{u?r("ENOENT"===u.code?null:n):o.isDirectory()?Rt(e,t,n,r):t.unlink(e,r)}))}))}function Tt(e,t,n){let r;Bt(e),Bt(t);try{t.chmodSync(e,438)}catch(e){if("ENOENT"===e.code)return;throw n}try{r=t.statSync(e)}catch(e){if("ENOENT"===e.code)return;throw n}r.isDirectory()?Lt(e,t,n):t.unlinkSync(e)}function Rt(e,t,n,r){Bt(e),Bt(t),Bt("function"==typeof r),t.rmdir(e,(u=>{!u||"ENOTEMPTY"!==u.code&&"EEXIST"!==u.code&&"EPERM"!==u.code?u&&"ENOTDIR"===u.code?r(n):r(u):function(e,t,n){Bt(e),Bt(t),Bt("function"==typeof n),t.readdir(e,((r,u)=>{if(r)return n(r);let o,i=u.length;if(0===i)return t.rmdir(e,n);u.forEach((r=>{xt(_t.join(e,r),t,(r=>{if(!o)return r?n(o=r):void(0==--i&&t.rmdir(e,n))}))}))}))}(e,t,r)}))}function Mt(e,t){let n;kt(t=t||{}),Bt(e,"rimraf: missing path"),Bt.strictEqual(typeof e,"string","rimraf: path should be a string"),Bt(t,"rimraf: missing options"),Bt.strictEqual(typeof t,"object","rimraf: options should be object");try{n=t.lstatSync(e)}catch(n){if("ENOENT"===n.code)return;"EPERM"===n.code&&Pt&&Tt(e,t,n)}try{n&&n.isDirectory()?Lt(e,t,null):t.unlinkSync(e)}catch(n){if("ENOENT"===n.code)return;if("EPERM"===n.code)return Pt?Tt(e,t,n):Lt(e,t,n);if("EISDIR"!==n.code)throw n;Lt(e,t,n)}}function Lt(e,t,n){Bt(e),Bt(t);try{t.rmdirSync(e)}catch(r){if("ENOTDIR"===r.code)throw n;if("ENOTEMPTY"===r.code||"EEXIST"===r.code||"EPERM"===r.code)!function(e,t){if(Bt(e),Bt(t),t.readdirSync(e).forEach((n=>Mt(_t.join(e,n),t))),!Pt){return t.rmdirSync(e,t)}{const n=Date.now();do{try{return t.rmdirSync(e,t)}catch{}}while(Date.now()-n<500)}}(e,t);else if("ENOENT"!==r.code)throw r}}var jt=xt;xt.sync=Mt;const $t=we,Ht=re.fromCallback,Jt=jt;var Gt={remove:Ht((function(e,t){if($t.rm)return $t.rm(e,{recursive:!0,force:!0},t);Jt(e,t)})),removeSync:function(e){if($t.rmSync)return $t.rmSync(e,{recursive:!0,force:!0});Jt.sync(e)}};const Vt=re.fromPromise,Ut=ne,Wt=p.default,zt=$e,Kt=Gt,qt=Vt((async function(e){let t;try{t=await Ut.readdir(e)}catch{return zt.mkdirs(e)}return Promise.all(t.map((t=>Kt.remove(Wt.join(e,t)))))}));function Yt(e){let t;try{t=Ut.readdirSync(e)}catch{return zt.mkdirsSync(e)}t.forEach((t=>{t=Wt.join(e,t),Kt.removeSync(t)}))}var Xt={emptyDirSync:Yt,emptydirSync:Yt,emptyDir:qt,emptydir:qt};const Zt=re.fromCallback,Qt=p.default,en=we,tn=$e;var nn={createFile:Zt((function(e,t){function n(){en.writeFile(e,"",(e=>{if(e)return t(e);t()}))}en.stat(e,((r,u)=>{if(!r&&u.isFile())return t();const o=Qt.dirname(e);en.stat(o,((e,r)=>{if(e)return"ENOENT"===e.code?tn.mkdirs(o,(e=>{if(e)return t(e);n()})):t(e);r.isDirectory()?n():en.readdir(o,(e=>{if(e)return t(e)}))}))}))})),createFileSync:function(e){let t;try{t=en.statSync(e)}catch{}if(t&&t.isFile())return;const n=Qt.dirname(e);try{en.statSync(n).isDirectory()||en.readdirSync(n)}catch(e){if(!e||"ENOENT"!==e.code)throw e;tn.mkdirsSync(n)}en.writeFileSync(e,"")}};const rn=re.fromCallback,un=p.default,on=we,sn=$e,cn=Ge.pathExists,{areIdentical:an}=et;var ln={createLink:rn((function(e,t,n){function r(e,t){on.link(e,t,(e=>{if(e)return n(e);n(null)}))}on.lstat(t,((u,o)=>{on.lstat(e,((u,i)=>{if(u)return u.message=u.message.replace("lstat","ensureLink"),n(u);if(o&&an(i,o))return n(null);const s=un.dirname(t);cn(s,((u,o)=>u?n(u):o?r(e,t):void sn.mkdirs(s,(u=>{if(u)return n(u);r(e,t)}))))}))}))})),createLinkSync:function(e,t){let n;try{n=on.lstatSync(t)}catch{}try{const t=on.lstatSync(e);if(n&&an(t,n))return}catch(e){throw e.message=e.message.replace("lstat","ensureLink"),e}const r=un.dirname(t);return on.existsSync(r)||sn.mkdirsSync(r),on.linkSync(e,t)}};const fn=p.default,dn=we,Dn=Ge.pathExists;var pn={symlinkPaths:function(e,t,n){if(fn.isAbsolute(e))return dn.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:e})));{const r=fn.dirname(t),u=fn.join(r,e);return Dn(u,((t,o)=>t?n(t):o?n(null,{toCwd:u,toDst:e}):dn.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:fn.relative(r,e)})))))}},symlinkPathsSync:function(e,t){let n;if(fn.isAbsolute(e)){if(n=dn.existsSync(e),!n)throw new Error("absolute srcpath does not exist");return{toCwd:e,toDst:e}}{const r=fn.dirname(t),u=fn.join(r,e);if(n=dn.existsSync(u),n)return{toCwd:u,toDst:e};if(n=dn.existsSync(e),!n)throw new Error("relative srcpath does not exist");return{toCwd:e,toDst:fn.relative(r,e)}}}};const En=we;var mn={symlinkType:function(e,t,n){if(n="function"==typeof t?t:n,t="function"!=typeof t&&t)return n(null,t);En.lstat(e,((e,r)=>{if(e)return n(null,"file");t=r&&r.isDirectory()?"dir":"file",n(null,t)}))},symlinkTypeSync:function(e,t){let n;if(t)return t;try{n=En.lstatSync(e)}catch{return"file"}return n&&n.isDirectory()?"dir":"file"}};const hn=re.fromCallback,yn=p.default,Cn=ne,Fn=$e.mkdirs,gn=$e.mkdirsSync,An=pn.symlinkPaths,vn=pn.symlinkPathsSync,Sn=mn.symlinkType,wn=mn.symlinkTypeSync,On=Ge.pathExists,{areIdentical:bn}=et;function _n(e,t,n,r){An(e,t,((u,o)=>{if(u)return r(u);e=o.toDst,Sn(o.toCwd,n,((n,u)=>{if(n)return r(n);const o=yn.dirname(t);On(o,((n,i)=>n?r(n):i?Cn.symlink(e,t,u,r):void Fn(o,(n=>{if(n)return r(n);Cn.symlink(e,t,u,r)}))))}))}))}var Bn={createSymlink:hn((function(e,t,n,r){r="function"==typeof n?n:r,n="function"!=typeof n&&n,Cn.lstat(t,((u,o)=>{!u&&o.isSymbolicLink()?Promise.all([Cn.stat(e),Cn.stat(t)]).then((([u,o])=>{if(bn(u,o))return r(null);_n(e,t,n,r)})):_n(e,t,n,r)}))})),createSymlinkSync:function(e,t,n){let r;try{r=Cn.lstatSync(t)}catch{}if(r&&r.isSymbolicLink()){const n=Cn.statSync(e),r=Cn.statSync(t);if(bn(n,r))return}const u=vn(e,t);e=u.toDst,n=wn(u.toCwd,n);const o=yn.dirname(t);return Cn.existsSync(o)||gn(o),Cn.symlinkSync(e,t,n)}};const{createFile:Pn,createFileSync:kn}=nn,{createLink:xn,createLinkSync:Nn}=ln,{createSymlink:In,createSymlinkSync:Tn}=Bn;var Rn={createFile:Pn,createFileSync:kn,ensureFile:Pn,ensureFileSync:kn,createLink:xn,createLinkSync:Nn,ensureLink:xn,ensureLinkSync:Nn,createSymlink:In,createSymlinkSync:Tn,ensureSymlink:In,ensureSymlinkSync:Tn};var Mn={stringify:function(e,{EOL:t="\n",finalEOL:n=!0,replacer:r=null,spaces:u}={}){const o=n?t:"";return JSON.stringify(e,r,u).replace(/\n/g,t)+o},stripBom:function(e){return Buffer.isBuffer(e)&&(e=e.toString("utf8")),e.replace(/^\uFEFF/,"")}};let Ln;try{Ln=we}catch(e){Ln=D.default}const jn=re,{stringify:$n,stripBom:Hn}=Mn;const Jn=jn.fromPromise((async function(e,t={}){"string"==typeof t&&(t={encoding:t});const n=t.fs||Ln,r=!("throws"in t)||t.throws;let u,o=await jn.fromCallback(n.readFile)(e,t);o=Hn(o);try{u=JSON.parse(o,t?t.reviver:null)}catch(t){if(r)throw t.message=`${e}: ${t.message}`,t;return null}return u}));const Gn=jn.fromPromise((async function(e,t,n={}){const r=n.fs||Ln,u=$n(t,n);await jn.fromCallback(r.writeFile)(e,u,n)}));const Vn={readFile:Jn,readFileSync:function(e,t={}){"string"==typeof t&&(t={encoding:t});const n=t.fs||Ln,r=!("throws"in t)||t.throws;try{let r=n.readFileSync(e,t);return r=Hn(r),JSON.parse(r,t.reviver)}catch(t){if(r)throw t.message=`${e}: ${t.message}`,t;return null}},writeFile:Gn,writeFileSync:function(e,t,n={}){const r=n.fs||Ln,u=$n(t,n);return r.writeFileSync(e,u,n)}};var Un={readJson:Vn.readFile,readJsonSync:Vn.readFileSync,writeJson:Vn.writeFile,writeJsonSync:Vn.writeFileSync};const Wn=re.fromCallback,zn=we,Kn=p.default,qn=$e,Yn=Ge.pathExists;var Xn={outputFile:Wn((function(e,t,n,r){"function"==typeof n&&(r=n,n="utf8");const u=Kn.dirname(e);Yn(u,((o,i)=>o?r(o):i?zn.writeFile(e,t,n,r):void qn.mkdirs(u,(u=>{if(u)return r(u);zn.writeFile(e,t,n,r)}))))})),outputFileSync:function(e,...t){const n=Kn.dirname(e);if(zn.existsSync(n))return zn.writeFileSync(e,...t);qn.mkdirsSync(n),zn.writeFileSync(e,...t)}};const{stringify:Zn}=Mn,{outputFile:Qn}=Xn;var er=async function(e,t,n={}){const r=Zn(t,n);await Qn(e,r,n)};const{stringify:tr}=Mn,{outputFileSync:nr}=Xn;var rr=function(e,t,n){const r=tr(t,n);nr(e,r,n)};const ur=re.fromPromise,or=Un;or.outputJson=ur(er),or.outputJsonSync=rr,or.outputJSON=or.outputJson,or.outputJSONSync=or.outputJsonSync,or.writeJSON=or.writeJson,or.writeJSONSync=or.writeJsonSync,or.readJSON=or.readJson,or.readJSONSync=or.readJsonSync;var ir=or;const sr=we,cr=p.default,ar=Ot.copy,lr=Gt.remove,fr=$e.mkdirp,dr=Ge.pathExists,Dr=et;function pr(e,t,n,r,u){return r?Er(e,t,n,u):n?lr(t,(r=>r?u(r):Er(e,t,n,u))):void dr(t,((r,o)=>r?u(r):o?u(new Error("dest already exists.")):Er(e,t,n,u)))}function Er(e,t,n,r){sr.rename(e,t,(u=>u?"EXDEV"!==u.code?r(u):function(e,t,n,r){const u={overwrite:n,errorOnExist:!0};ar(e,t,u,(t=>t?r(t):lr(e,r)))}(e,t,n,r):r()))}var mr=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=n.overwrite||n.clobber||!1;Dr.checkPaths(e,t,"move",n,((n,o)=>{if(n)return r(n);const{srcStat:i,isChangingCase:s=!1}=o;Dr.checkParentPaths(e,i,t,"move",(n=>n?r(n):function(e){const t=cr.dirname(e);return cr.parse(t).root===t}(t)?pr(e,t,u,s,r):void fr(cr.dirname(t),(n=>n?r(n):pr(e,t,u,s,r)))))}))};const hr=we,yr=p.default,Cr=Ot.copySync,Fr=Gt.removeSync,gr=$e.mkdirpSync,Ar=et;function vr(e,t,n){try{hr.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)throw r;return function(e,t,n){const r={overwrite:n,errorOnExist:!0};return Cr(e,t,r),Fr(e)}(e,t,n)}}var Sr=function(e,t,n){const r=(n=n||{}).overwrite||n.clobber||!1,{srcStat:u,isChangingCase:o=!1}=Ar.checkPathsSync(e,t,"move",n);return Ar.checkParentPathsSync(e,u,t,"move"),function(e){const t=yr.dirname(e);return yr.parse(t).root===t}(t)||gr(yr.dirname(t)),function(e,t,n,r){if(r)return vr(e,t,n);if(n)return Fr(t),vr(e,t,n);if(hr.existsSync(t))throw new Error("dest already exists.");return vr(e,t,n)}(e,t,r,o)};var wr,Or,br,_r,Br,Pr={move:(0,re.fromCallback)(mr),moveSync:Sr},kr={...ne,...Ot,...Xt,...Rn,...ir,...$e,...Pr,...Xn,...Ge,...Gt},xr={},Nr={exports:{}},Ir={exports:{}};function Tr(){if(Or)return wr;Or=1;var e=1e3,t=60*e,n=60*t,r=24*n,u=7*r,o=365.25*r;function i(e,t,n,r){var u=t>=1.5*n;return Math.round(e/n)+" "+r+(u?"s":"")}return wr=function(s,c){c=c||{};var a=typeof s;if("string"===a&&s.length>0)return function(i){if((i=String(i)).length>100)return;var s=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(i);if(!s)return;var c=parseFloat(s[1]);switch((s[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return c*o;case"weeks":case"week":case"w":return c*u;case"days":case"day":case"d":return c*r;case"hours":case"hour":case"hrs":case"hr":case"h":return c*n;case"minutes":case"minute":case"mins":case"min":case"m":return c*t;case"seconds":case"second":case"secs":case"sec":case"s":return c*e;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return c;default:return}}(s);if("number"===a&&isFinite(s))return c.long?function(u){var o=Math.abs(u);if(o>=r)return i(u,o,r,"day");if(o>=n)return i(u,o,n,"hour");if(o>=t)return i(u,o,t,"minute");if(o>=e)return i(u,o,e,"second");return u+" ms"}(s):function(u){var o=Math.abs(u);if(o>=r)return Math.round(u/r)+"d";if(o>=n)return Math.round(u/n)+"h";if(o>=t)return Math.round(u/t)+"m";if(o>=e)return Math.round(u/e)+"s";return u+"ms"}(s);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(s))}}function Rr(){if(_r)return br;return _r=1,br=function(e){function t(e){let r,u,o,i=null;function s(...e){if(!s.enabled)return;const n=s,u=Number(new Date),o=u-(r||u);n.diff=o,n.prev=r,n.curr=u,r=u,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let i=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((r,u)=>{if("%%"===r)return"%";i++;const o=t.formatters[u];if("function"==typeof o){const t=e[i];r=o.call(n,t),e.splice(i,1),i--}return r})),t.formatArgs.call(n,e);(n.log||t.log).apply(n,e)}return s.namespace=e,s.useColors=t.useColors(),s.color=t.selectColor(e),s.extend=n,s.destroy=t.destroy,Object.defineProperty(s,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==i?i:(u!==t.namespaces&&(u=t.namespaces,o=t.enabled(e)),o),set:e=>{i=e}}),"function"==typeof t.init&&t.init(s),s}function n(e,n){const r=t(this.namespace+(void 0===n?":":n)+e);return r.log=this.log,r}function r(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){if(e instanceof Error)return e.stack||e.message;return e},t.disable=function(){const e=[...t.names.map(r),...t.skips.map(r).map((e=>"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){let n;t.save(e),t.namespaces=e,t.names=[],t.skips=[];const r=("string"==typeof e?e:"").split(/[\s,]+/),u=r.length;for(n=0;n{t[n]=e[n]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let n=0;for(let t=0;t{const n=e.startsWith("-")?"":1===e.length?"-":"--",r=t.indexOf(n+e),u=t.indexOf("--");return-1!==r&&(-1===u||r{}),"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."),t.colors=[6,2,3,4,5,1];try{const e=function(){if($r)return jr;$r=1;const e=E.default,t=A.default,n=Vr(),{env:r}=process;let u;function o(e){return 0!==e&&{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}function i(t,o){if(0===u)return 0;if(n("color=16m")||n("color=full")||n("color=truecolor"))return 3;if(n("color=256"))return 2;if(t&&!o&&void 0===u)return 0;const i=u||0;if("dumb"===r.TERM)return i;if("win32"===process.platform){const t=e.release().split(".");return Number(t[0])>=10&&Number(t[2])>=10586?Number(t[2])>=14931?3:2:1}if("CI"in r)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some((e=>e in r))||"codeship"===r.CI_NAME?1:i;if("TEAMCITY_VERSION"in r)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(r.TEAMCITY_VERSION)?1:0;if("truecolor"===r.COLORTERM)return 3;if("TERM_PROGRAM"in r){const e=parseInt((r.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(r.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(r.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(r.TERM)||"COLORTERM"in r?1:i}return n("no-color")||n("no-colors")||n("color=false")||n("color=never")?u=0:(n("color")||n("colors")||n("color=true")||n("color=always"))&&(u=1),"FORCE_COLOR"in r&&(u="true"===r.FORCE_COLOR?1:"false"===r.FORCE_COLOR?0:0===r.FORCE_COLOR.length?1:Math.min(parseInt(r.FORCE_COLOR,10),3)),jr={supportsColor:function(e){return o(i(e,e&&e.isTTY))},stdout:o(i(!0,t.isatty(1))),stderr:o(i(!0,t.isatty(2)))}}();e&&(e.stderr||e).level>=2&&(t.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch(e){}t.inspectOpts=Object.keys(process.env).filter((e=>/^debug_/i.test(e))).reduce(((e,t)=>{const n=t.substring(6).toLowerCase().replace(/_([a-z])/g,((e,t)=>t.toUpperCase()));let r=process.env[t];return r=!!/^(yes|on|true|enabled)$/i.test(r)||!/^(no|off|false|disabled)$/i.test(r)&&("null"===r?null:Number(r)),e[n]=r,e}),{}),e.exports=Rr()(t);const{formatters:u}=e.exports;u.o=function(e){return this.inspectOpts.colors=this.useColors,r.inspect(e,this.inspectOpts).split("\n").map((e=>e.trim())).join(" ")},u.O=function(e){return this.inspectOpts.colors=this.useColors,r.inspect(e,this.inspectOpts)}}(Gr,Gr.exports)),Gr.exports}Jr=Nr,"undefined"==typeof process||"renderer"===process.type||!0===process.browser||process.__nwjs?Jr.exports=(Br||(Br=1,function(e,t){t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const n="color: "+this.color;t.splice(1,0,n,"color: inherit");let r=0,u=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(r++,"%c"===e&&(u=r))})),t.splice(u,0,n)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug")}catch(e){}return!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e},t.useColors=function(){return!("undefined"==typeof window||!window.process||"renderer"!==window.process.type&&!window.process.__nwjs)||("undefined"==typeof navigator||!navigator.userAgent||!navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))&&("undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/))},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=Rr()(t);const{formatters:n}=e.exports;n.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}}(Ir,Ir.exports)),Ir.exports):Jr.exports=Ur();var Wr=function(e){return(e=e||{}).circles?function(e){var t=[],n=[];return e.proto?function e(u){if("object"!=typeof u||null===u)return u;if(u instanceof Date)return new Date(u);if(Array.isArray(u))return r(u,e);if(u instanceof Map)return new Map(r(Array.from(u),e));if(u instanceof Set)return new Set(r(Array.from(u),e));var o={};for(var i in t.push(u),n.push(o),u){var s=u[i];if("object"!=typeof s||null===s)o[i]=s;else if(s instanceof Date)o[i]=new Date(s);else if(s instanceof Map)o[i]=new Map(r(Array.from(s),e));else if(s instanceof Set)o[i]=new Set(r(Array.from(s),e));else if(ArrayBuffer.isView(s))o[i]=zr(s);else{var c=t.indexOf(s);o[i]=-1!==c?n[c]:e(s)}}return t.pop(),n.pop(),o}:function e(u){if("object"!=typeof u||null===u)return u;if(u instanceof Date)return new Date(u);if(Array.isArray(u))return r(u,e);if(u instanceof Map)return new Map(r(Array.from(u),e));if(u instanceof Set)return new Set(r(Array.from(u),e));var o={};for(var i in t.push(u),n.push(o),u)if(!1!==Object.hasOwnProperty.call(u,i)){var s=u[i];if("object"!=typeof s||null===s)o[i]=s;else if(s instanceof Date)o[i]=new Date(s);else if(s instanceof Map)o[i]=new Map(r(Array.from(s),e));else if(s instanceof Set)o[i]=new Set(r(Array.from(s),e));else if(ArrayBuffer.isView(s))o[i]=zr(s);else{var c=t.indexOf(s);o[i]=-1!==c?n[c]:e(s)}}return t.pop(),n.pop(),o};function r(e,r){for(var u=Object.keys(e),o=new Array(u.length),i=0;i!e,Qr=e=>e&&"object"==typeof e&&!Array.isArray(e),eu=(e,t,n)=>{(Array.isArray(t)?t:[t]).forEach((t=>{if(t)throw new Error(`Problem with log4js configuration: (${Kr.inspect(e,{depth:5})}) - ${n}`)}))};var tu={configure:e=>{qr("New configuration to be validated: ",e),eu(e,Zr(Qr(e)),"must be an object."),qr(`Calling pre-processing listeners (${Yr.length})`),Yr.forEach((t=>t(e))),qr("Configuration pre-processing finished."),qr(`Calling configuration listeners (${Xr.length})`),Xr.forEach((t=>t(e))),qr("Configuration finished.")},addListener:e=>{Xr.push(e),qr(`Added listener, now ${Xr.length} listeners`)},addPreProcessingListener:e=>{Yr.push(e),qr(`Added pre-processing listener, now ${Yr.length} listeners`)},throwExceptionIf:eu,anObject:Qr,anInteger:e=>e&&"number"==typeof e&&Number.isInteger(e),validIdentifier:e=>/^[A-Za-z][A-Za-z0-9_]*$/g.test(e),not:Zr},nu={exports:{}};!function(e){function t(e,t){for(var n=e.toString();n.length-1?s:c,l=n(u.getHours()),f=n(u.getMinutes()),d=n(u.getSeconds()),D=t(u.getMilliseconds(),3),p=function(e){var t=Math.abs(e),n=String(Math.floor(t/60)),r=String(t%60);return n=("0"+n).slice(-2),r=("0"+r).slice(-2),0===e?"Z":(e<0?"+":"-")+n+":"+r}(u.getTimezoneOffset());return r.replace(/dd/g,o).replace(/MM/g,i).replace(/y{1,4}/g,a).replace(/hh/g,l).replace(/mm/g,f).replace(/ss/g,d).replace(/SSS/g,D).replace(/O/g,p)}function u(e,t,n,r){e["set"+(r?"":"UTC")+t](n)}e.exports=r,e.exports.asString=r,e.exports.parse=function(t,n,r){if(!t)throw new Error("pattern must be supplied");return function(t,n,r){var o=t.indexOf("O")<0,i=!1,s=[{pattern:/y{1,4}/,regexp:"\\d{1,4}",fn:function(e,t){u(e,"FullYear",t,o)}},{pattern:/MM/,regexp:"\\d{1,2}",fn:function(e,t){u(e,"Month",t-1,o),e.getMonth()!==t-1&&(i=!0)}},{pattern:/dd/,regexp:"\\d{1,2}",fn:function(e,t){i&&u(e,"Month",e.getMonth()-1,o),u(e,"Date",t,o)}},{pattern:/hh/,regexp:"\\d{1,2}",fn:function(e,t){u(e,"Hours",t,o)}},{pattern:/mm/,regexp:"\\d\\d",fn:function(e,t){u(e,"Minutes",t,o)}},{pattern:/ss/,regexp:"\\d\\d",fn:function(e,t){u(e,"Seconds",t,o)}},{pattern:/SSS/,regexp:"\\d\\d\\d",fn:function(e,t){u(e,"Milliseconds",t,o)}},{pattern:/O/,regexp:"[+-]\\d{1,2}:?\\d{2}?|Z",fn:function(e,t){t="Z"===t?0:t.replace(":","");var n=Math.abs(t),r=(t>0?-1:1)*(n%100+60*Math.floor(n/100));e.setUTCMinutes(e.getUTCMinutes()+r)}}],c=s.reduce((function(e,t){return t.pattern.test(e.regexp)?(t.index=e.regexp.match(t.pattern).index,e.regexp=e.regexp.replace(t.pattern,"("+t.regexp+")")):t.index=-1,e}),{regexp:t,index:[]}),a=s.filter((function(e){return e.index>-1}));a.sort((function(e,t){return e.index-t.index}));var l=new RegExp(c.regexp).exec(n);if(l){var f=r||e.exports.now();return a.forEach((function(e,t){e.fn(f,l[t+1])})),f}throw new Error("String '"+n+"' could not be parsed as '"+t+"'")}(t,n,r)},e.exports.now=function(){return new Date},e.exports.ISO8601_FORMAT="yyyy-MM-ddThh:mm:ss.SSS",e.exports.ISO8601_WITH_TZ_OFFSET_FORMAT="yyyy-MM-ddThh:mm:ss.SSSO",e.exports.DATETIME_FORMAT="dd MM yyyy hh:mm:ss.SSS",e.exports.ABSOLUTETIME_FORMAT="hh:mm:ss.SSS"}(nu);const ru=nu.exports,uu=E.default,ou=F.default,iu=p.default,su={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[90,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[91,39],yellow:[33,39]};function cu(e){return e?`[${su[e][0]}m`:""}function au(e){return e?`[${su[e][1]}m`:""}function lu(e,t){return n=ou.format("[%s] [%s] %s - ",ru.asString(e.startTime),e.level.toString(),e.categoryName),cu(r=t)+n+au(r);var n,r}function fu(e){return lu(e)+ou.format(...e.data)}function du(e){return lu(e,e.level.colour)+ou.format(...e.data)}function Du(e){return ou.format(...e.data)}function pu(e){return e.data[0]}function Eu(e,t){const n=/%(-?[0-9]+)?(\.?-?[0-9]+)?([[\]cdhmnprzxXyflos%])(\{([^}]+)\})?|([^%]+)/;function r(e){return e&&e.pid?e.pid.toString():process.pid.toString()}e=e||"%r %p %c - %m%n";const u={c:function(e,t){let n=e.categoryName;if(t){const e=parseInt(t,10),r=n.split(".");ee&&(n=r.slice(-e).join(iu.sep))}return n},l:function(e){return e.lineNumber?`${e.lineNumber}`:""},o:function(e){return e.columnNumber?`${e.columnNumber}`:""},s:function(e){return e.callStack||""}};function o(e,t,n){return u[e](t,n)}function i(e,t,n){let r=e;return r=function(e,t){let n;return e?(n=parseInt(e.substr(1),10),n>0?t.slice(0,n):t.slice(n)):t}(t,r),r=function(e,t){let n;if(e)if("-"===e.charAt(0))for(n=parseInt(e.substr(1),10);t.lengthDu,basic:()=>fu,colored:()=>du,coloured:()=>du,pattern:e=>Eu(e&&e.pattern,e&&e.tokens),dummy:()=>pu};var hu={basicLayout:fu,messagePassThroughLayout:Du,patternLayout:Eu,colouredLayout:du,coloredLayout:du,dummyLayout:pu,addLayout(e,t){mu[e]=t},layout:(e,t)=>mu[e]&&mu[e](t)};const yu=tu,Cu=["white","grey","black","blue","cyan","green","magenta","red","yellow"];class Fu{constructor(e,t,n){this.level=e,this.levelStr=t,this.colour=n}toString(){return this.levelStr}static getLevel(e,t){return e?e instanceof Fu?e:(e instanceof Object&&e.levelStr&&(e=e.levelStr),Fu[e.toString().toUpperCase()]||t):t}static addLevels(e){if(e){Object.keys(e).forEach((t=>{const n=t.toUpperCase();Fu[n]=new Fu(e[t].value,n,e[t].colour);const r=Fu.levels.findIndex((e=>e.levelStr===n));r>-1?Fu.levels[r]=Fu[n]:Fu.levels.push(Fu[n])})),Fu.levels.sort(((e,t)=>e.level-t.level))}}isLessThanOrEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level<=e.level}isGreaterThanOrEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level>=e.level}isEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level===e.level}}Fu.levels=[],Fu.addLevels({ALL:{value:Number.MIN_VALUE,colour:"grey"},TRACE:{value:5e3,colour:"blue"},DEBUG:{value:1e4,colour:"cyan"},INFO:{value:2e4,colour:"green"},WARN:{value:3e4,colour:"yellow"},ERROR:{value:4e4,colour:"red"},FATAL:{value:5e4,colour:"magenta"},MARK:{value:9007199254740992,colour:"grey"},OFF:{value:Number.MAX_VALUE,colour:"grey"}}),yu.addListener((e=>{const t=e.levels;if(t){yu.throwExceptionIf(e,yu.not(yu.anObject(t)),"levels must be an object");Object.keys(t).forEach((n=>{yu.throwExceptionIf(e,yu.not(yu.validIdentifier(n)),`level name "${n}" is not a valid identifier (must start with a letter, only contain A-Z,a-z,0-9,_)`),yu.throwExceptionIf(e,yu.not(yu.anObject(t[n])),`level "${n}" must be an object`),yu.throwExceptionIf(e,yu.not(t[n].value),`level "${n}" must have a 'value' property`),yu.throwExceptionIf(e,yu.not(yu.anInteger(t[n].value)),`level "${n}".value must have an integer value`),yu.throwExceptionIf(e,yu.not(t[n].colour),`level "${n}" must have a 'colour' property`),yu.throwExceptionIf(e,yu.not(Cu.indexOf(t[n].colour)>-1),`level "${n}".colour must be one of ${Cu.join(", ")}`)}))}})),yu.addListener((e=>{Fu.addLevels(e.levels)}));var gu=Fu,Au={exports:{}},vu={};/*! (c) 2020 Andrea Giammarchi */ +const{parse:Su,stringify:wu}=JSON,{keys:Ou}=Object,bu=String,_u="string",Bu={},Pu="object",ku=(e,t)=>t,xu=e=>e instanceof bu?bu(e):e,Nu=(e,t)=>typeof t===_u?new bu(t):t,Iu=(e,t,n,r)=>{const u=[];for(let o=Ou(n),{length:i}=o,s=0;s{const r=bu(t.push(n)-1);return e.set(n,r),r},Ru=(e,t)=>{const n=Su(e,Nu).map(xu),r=n[0],u=t||ku,o=typeof r===Pu&&r?Iu(n,new Set,r,u):r;return u.call({"":o},"",o)};vu.parse=Ru;const Mu=(e,t,n)=>{const r=t&&typeof t===Pu?(e,n)=>""===e||-1Su(Mu(e));vu.fromJSON=e=>Ru(wu(e));const Lu=vu,ju=gu;class $u{constructor(e,t,n,r,u){this.startTime=new Date,this.categoryName=e,this.data=n,this.level=t,this.context=Object.assign({},r),this.pid=process.pid,u&&(this.functionName=u.functionName,this.fileName=u.fileName,this.lineNumber=u.lineNumber,this.columnNumber=u.columnNumber,this.callStack=u.callStack)}serialise(){const e=this.data.map((e=>(e&&e.message&&e.stack&&(e=Object.assign({message:e.message,stack:e.stack},e)),e)));return this.data=e,Lu.stringify(this)}static deserialise(e){let t;try{const n=Lu.parse(e);n.data=n.data.map((e=>{if(e&&e.message&&e.stack){const t=new Error(e);Object.keys(e).forEach((n=>{t[n]=e[n]})),e=t}return e})),t=new $u(n.categoryName,ju.getLevel(n.level.levelStr),n.data,n.context),t.startTime=new Date(n.startTime),t.pid=n.pid,t.cluster=n.cluster}catch(n){t=new $u("log4js",ju.ERROR,["Unable to parse log:",e,"because: ",n])}return t}}var Hu=$u;const Ju=Nr.exports("log4js:clustering"),Gu=Hu,Vu=tu;let Uu=!1,Wu=null;try{Wu=require("cluster")}catch(e){Ju("cluster module not present"),Uu=!0}const zu=[];let Ku=!1,qu="NODE_APP_INSTANCE";const Yu=()=>Ku&&"0"===process.env[qu],Xu=()=>Uu||Wu.isMaster||Yu(),Zu=e=>{zu.forEach((t=>t(e)))},Qu=(e,t)=>{if(Ju("cluster message received from worker ",e,": ",t),e.topic&&e.data&&(t=e,e=void 0),t&&t.topic&&"log4js:message"===t.topic){Ju("received message: ",t.data);const e=Gu.deserialise(t.data);Zu(e)}};Uu||Vu.addListener((e=>{zu.length=0,({pm2:Ku,disableClustering:Uu,pm2InstanceVar:qu="NODE_APP_INSTANCE"}=e),Ju(`clustering disabled ? ${Uu}`),Ju(`cluster.isMaster ? ${Wu&&Wu.isMaster}`),Ju(`pm2 enabled ? ${Ku}`),Ju(`pm2InstanceVar = ${qu}`),Ju(`process.env[${qu}] = ${process.env[qu]}`),Ku&&process.removeListener("message",Qu),Wu&&Wu.removeListener&&Wu.removeListener("message",Qu),Uu||e.disableClustering?Ju("Not listening for cluster messages, because clustering disabled."):Yu()?(Ju("listening for PM2 broadcast messages"),process.on("message",Qu)):Wu.isMaster?(Ju("listening for cluster messages"),Wu.on("message",Qu)):Ju("not listening for messages, because we are not a master process")}));var eo={onlyOnMaster:(e,t)=>Xu()?e():t,isMaster:Xu,send:e=>{Xu()?Zu(e):(Ku||(e.cluster={workerId:Wu.worker.id,worker:process.pid}),process.send({topic:"log4js:message",data:e.serialise()}))},onMessage:e=>{zu.push(e)}},to={};function no(e){if("number"==typeof e&&Number.isInteger(e))return e;const t={K:1024,M:1048576,G:1073741824},n=Object.keys(t),r=e.substr(e.length-1).toLocaleUpperCase(),u=e.substring(0,e.length-1).trim();if(n.indexOf(r)<0||!Number.isInteger(Number(u)))throw Error(`maxLogSize: "${e}" is invalid`);return u*t[r]}function ro(e){return function(e,t){const n=Object.assign({},t);return Object.keys(e).forEach((r=>{n[r]&&(n[r]=e[r](t[r]))})),n}({maxLogSize:no},e)}const uo={file:ro,fileSync:ro};to.modifyConfig=e=>uo[e.type]?uo[e.type](e):e;var oo={};const io=console.log.bind(console);oo.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{io(e(n,t))}}(n,e.timezoneOffset)};var so={};so.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{process.stdout.write(`${e(n,t)}\n`)}}(n,e.timezoneOffset)};var co={};co.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{process.stderr.write(`${e(n,t)}\n`)}}(n,e.timezoneOffset)};var ao={};ao.configure=function(e,t,n,r){const u=n(e.appender);return function(e,t,n,r){const u=r.getLevel(e),o=r.getLevel(t,r.FATAL);return e=>{const t=e.level;t.isGreaterThanOrEqualTo(u)&&t.isLessThanOrEqualTo(o)&&n(e)}}(e.level,e.maxLevel,u,r)};var lo={};const fo=Nr.exports("log4js:categoryFilter");lo.configure=function(e,t,n){const r=n(e.appender);return function(e,t){return"string"==typeof e&&(e=[e]),n=>{fo(`Checking ${n.categoryName} against ${e}`),-1===e.indexOf(n.categoryName)&&(fo("Not excluded, sending to appender"),t(n))}}(e.exclude,r)};var Do={};const po=Nr.exports("log4js:noLogFilter");Do.configure=function(e,t,n){const r=n(e.appender);return function(e,t){return n=>{po(`Checking data: ${n.data} against filters: ${e}`),"string"==typeof e&&(e=[e]),e=e.filter((e=>null!=e&&""!==e));const r=new RegExp(e.join("|"),"i");(0===e.length||n.data.findIndex((e=>r.test(e)))<0)&&(po("Not excluded, sending to appender"),t(n))}}(e.exclude,r)};var Eo={},mo={exports:{}},ho={},yo={fromCallback:function(e){return Object.defineProperty((function(){if("function"!=typeof arguments[arguments.length-1])return new Promise(((t,n)=>{arguments[arguments.length]=(e,r)=>{if(e)return n(e);t(r)},arguments.length++,e.apply(this,arguments)}));e.apply(this,arguments)}),"name",{value:e.name})},fromPromise:function(e){return Object.defineProperty((function(){const t=arguments[arguments.length-1];if("function"!=typeof t)return e.apply(this,arguments);e.apply(this,arguments).then((e=>t(null,e)),t)}),"name",{value:e.name})}};!function(e){const t=yo.fromCallback,n=we,r=["access","appendFile","chmod","chown","close","copyFile","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","lchown","lchmod","link","lstat","mkdir","mkdtemp","open","readFile","readdir","readlink","realpath","rename","rmdir","stat","symlink","truncate","unlink","utimes","writeFile"].filter((e=>"function"==typeof n[e]));Object.keys(n).forEach((t=>{"promises"!==t&&(e[t]=n[t])})),r.forEach((r=>{e[r]=t(n[r])})),e.exists=function(e,t){return"function"==typeof t?n.exists(e,t):new Promise((t=>n.exists(e,t)))},e.read=function(e,t,r,u,o,i){return"function"==typeof i?n.read(e,t,r,u,o,i):new Promise(((i,s)=>{n.read(e,t,r,u,o,((e,t,n)=>{if(e)return s(e);i({bytesRead:t,buffer:n})}))}))},e.write=function(e,t,...r){return"function"==typeof r[r.length-1]?n.write(e,t,...r):new Promise(((u,o)=>{n.write(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffer:n})}))}))},"function"==typeof n.realpath.native&&(e.realpath.native=t(n.realpath.native))}(ho);const Co=p.default;function Fo(e){return(e=Co.normalize(Co.resolve(e)).split(Co.sep)).length>0?e[0]:null}const go=/[<>:"|?*]/;var Ao=function(e){const t=Fo(e);return e=e.replace(t,""),go.test(e)};const vo=we,So=p.default,wo=Ao,Oo=parseInt("0777",8);var bo=function e(t,n,r,u){if("function"==typeof n?(r=n,n={}):n&&"object"==typeof n||(n={mode:n}),"win32"===process.platform&&wo(t)){const e=new Error(t+" contains invalid WIN32 path characters.");return e.code="EINVAL",r(e)}let o=n.mode;const i=n.fs||vo;void 0===o&&(o=Oo&~process.umask()),u||(u=null),r=r||function(){},t=So.resolve(t),i.mkdir(t,o,(o=>{if(!o)return r(null,u=u||t);if("ENOENT"===o.code){if(So.dirname(t)===t)return r(o);e(So.dirname(t),n,((u,o)=>{u?r(u,o):e(t,n,r,o)}))}else i.stat(t,((e,t)=>{e||!t.isDirectory()?r(o,u):r(null,u)}))}))};const _o=we,Bo=p.default,Po=Ao,ko=parseInt("0777",8);var xo=function e(t,n,r){n&&"object"==typeof n||(n={mode:n});let u=n.mode;const o=n.fs||_o;if("win32"===process.platform&&Po(t)){const e=new Error(t+" contains invalid WIN32 path characters.");throw e.code="EINVAL",e}void 0===u&&(u=ko&~process.umask()),r||(r=null),t=Bo.resolve(t);try{o.mkdirSync(t,u),r=r||t}catch(u){if("ENOENT"===u.code){if(Bo.dirname(t)===t)throw u;r=e(Bo.dirname(t),n,r),e(t,n,r)}else{let e;try{e=o.statSync(t)}catch(e){throw u}if(!e.isDirectory())throw u}}return r};const No=(0,yo.fromCallback)(bo);var Io={mkdirs:No,mkdirsSync:xo,mkdirp:No,mkdirpSync:xo,ensureDir:No,ensureDirSync:xo};const To=we;E.default,p.default;var Ro=function(e,t,n,r){To.open(e,"r+",((e,u)=>{if(e)return r(e);To.futimes(u,t,n,(e=>{To.close(u,(t=>{r&&r(e||t)}))}))}))},Mo=function(e,t,n){const r=To.openSync(e,"r+");return To.futimesSync(r,t,n),To.closeSync(r)};const Lo=we,jo=p.default,$o=10,Ho=5,Jo=0,Go=process.versions.node.split("."),Vo=Number.parseInt(Go[0],10),Uo=Number.parseInt(Go[1],10),Wo=Number.parseInt(Go[2],10);function zo(){if(Vo>$o)return!0;if(Vo===$o){if(Uo>Ho)return!0;if(Uo===Ho&&Wo>=Jo)return!0}return!1}function Ko(e,t){const n=jo.resolve(e).split(jo.sep).filter((e=>e)),r=jo.resolve(t).split(jo.sep).filter((e=>e));return n.reduce(((e,t,n)=>e&&r[n]===t),!0)}function qo(e,t,n){return`Cannot ${n} '${e}' to a subdirectory of itself, '${t}'.`}var Yo,Xo,Zo={checkPaths:function(e,t,n,r){!function(e,t,n){zo()?Lo.stat(e,{bigint:!0},((e,r)=>{if(e)return n(e);Lo.stat(t,{bigint:!0},((e,t)=>e?"ENOENT"===e.code?n(null,{srcStat:r,destStat:null}):n(e):n(null,{srcStat:r,destStat:t})))})):Lo.stat(e,((e,r)=>{if(e)return n(e);Lo.stat(t,((e,t)=>e?"ENOENT"===e.code?n(null,{srcStat:r,destStat:null}):n(e):n(null,{srcStat:r,destStat:t})))}))}(e,t,((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;return s&&s.ino&&s.dev&&s.ino===i.ino&&s.dev===i.dev?r(new Error("Source and destination must not be the same.")):i.isDirectory()&&Ko(e,t)?r(new Error(qo(e,t,n))):r(null,{srcStat:i,destStat:s})}))},checkPathsSync:function(e,t,n){const{srcStat:r,destStat:u}=function(e,t){let n,r;n=zo()?Lo.statSync(e,{bigint:!0}):Lo.statSync(e);try{r=zo()?Lo.statSync(t,{bigint:!0}):Lo.statSync(t)}catch(e){if("ENOENT"===e.code)return{srcStat:n,destStat:null};throw e}return{srcStat:n,destStat:r}}(e,t);if(u&&u.ino&&u.dev&&u.ino===r.ino&&u.dev===r.dev)throw new Error("Source and destination must not be the same.");if(r.isDirectory()&&Ko(e,t))throw new Error(qo(e,t,n));return{srcStat:r,destStat:u}},checkParentPaths:function e(t,n,r,u,o){const i=jo.resolve(jo.dirname(t)),s=jo.resolve(jo.dirname(r));if(s===i||s===jo.parse(s).root)return o();zo()?Lo.stat(s,{bigint:!0},((i,c)=>i?"ENOENT"===i.code?o():o(i):c.ino&&c.dev&&c.ino===n.ino&&c.dev===n.dev?o(new Error(qo(t,r,u))):e(t,n,s,u,o))):Lo.stat(s,((i,c)=>i?"ENOENT"===i.code?o():o(i):c.ino&&c.dev&&c.ino===n.ino&&c.dev===n.dev?o(new Error(qo(t,r,u))):e(t,n,s,u,o)))},checkParentPathsSync:function e(t,n,r,u){const o=jo.resolve(jo.dirname(t)),i=jo.resolve(jo.dirname(r));if(i===o||i===jo.parse(i).root)return;let s;try{s=zo()?Lo.statSync(i,{bigint:!0}):Lo.statSync(i)}catch(e){if("ENOENT"===e.code)return;throw e}if(s.ino&&s.dev&&s.ino===n.ino&&s.dev===n.dev)throw new Error(qo(t,r,u));return e(t,n,i,u)},isSrcSubdir:Ko};const Qo=we,ei=p.default,ti=Io.mkdirsSync,ni=Mo,ri=Zo;function ui(e,t,n,r){if(!r.filter||r.filter(t,n))return function(e,t,n,r){const u=r.dereference?Qo.statSync:Qo.lstatSync,o=u(t);if(o.isDirectory())return function(e,t,n,r,u){if(!t)return function(e,t,n,r){return Qo.mkdirSync(n),ii(t,n,r),Qo.chmodSync(n,e.mode)}(e,n,r,u);if(t&&!t.isDirectory())throw new Error(`Cannot overwrite non-directory '${r}' with directory '${n}'.`);return ii(n,r,u)}(o,e,t,n,r);if(o.isFile()||o.isCharacterDevice()||o.isBlockDevice())return function(e,t,n,r,u){return t?function(e,t,n,r){if(r.overwrite)return Qo.unlinkSync(n),oi(e,t,n,r);if(r.errorOnExist)throw new Error(`'${n}' already exists`)}(e,n,r,u):oi(e,n,r,u)}(o,e,t,n,r);if(o.isSymbolicLink())return function(e,t,n,r){let u=Qo.readlinkSync(t);r.dereference&&(u=ei.resolve(process.cwd(),u));if(e){let e;try{e=Qo.readlinkSync(n)}catch(e){if("EINVAL"===e.code||"UNKNOWN"===e.code)return Qo.symlinkSync(u,n);throw e}if(r.dereference&&(e=ei.resolve(process.cwd(),e)),ri.isSrcSubdir(u,e))throw new Error(`Cannot copy '${u}' to a subdirectory of itself, '${e}'.`);if(Qo.statSync(n).isDirectory()&&ri.isSrcSubdir(e,u))throw new Error(`Cannot overwrite '${e}' with '${u}'.`);return function(e,t){return Qo.unlinkSync(t),Qo.symlinkSync(e,t)}(u,n)}return Qo.symlinkSync(u,n)}(e,t,n,r)}(e,t,n,r)}function oi(e,t,n,r){return"function"==typeof Qo.copyFileSync?(Qo.copyFileSync(t,n),Qo.chmodSync(n,e.mode),r.preserveTimestamps?ni(n,e.atime,e.mtime):void 0):function(e,t,n,r){const u=65536,o=(Xo?Yo:(Xo=1,Yo=function(e){if("function"==typeof Buffer.allocUnsafe)try{return Buffer.allocUnsafe(e)}catch(t){return new Buffer(e)}return new Buffer(e)}))(u),i=Qo.openSync(t,"r"),s=Qo.openSync(n,"w",e.mode);let c=0;for(;cfunction(e,t,n,r){const u=ei.join(t,e),o=ei.join(n,e),{destStat:i}=ri.checkPathsSync(u,o,"copy");return ui(i,u,o,r)}(r,e,t,n)))}var si=function(e,t,n){"function"==typeof n&&(n={filter:n}),(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269");const{srcStat:r,destStat:u}=ri.checkPathsSync(e,t,"copy");return ri.checkParentPathsSync(e,r,t,"copy"),function(e,t,n,r){if(r.filter&&!r.filter(t,n))return;const u=ei.dirname(n);Qo.existsSync(u)||ti(u);return ui(e,t,n,r)}(u,e,t,n)},ci={copySync:si};const ai=yo.fromPromise,li=ho;var fi={pathExists:ai((function(e){return li.access(e).then((()=>!0)).catch((()=>!1))})),pathExistsSync:li.existsSync};const di=we,Di=p.default,pi=Io.mkdirs,Ei=fi.pathExists,mi=Ro,hi=Zo;function yi(e,t,n,r,u){const o=Di.dirname(n);Ei(o,((i,s)=>i?u(i):s?Fi(e,t,n,r,u):void pi(o,(o=>o?u(o):Fi(e,t,n,r,u)))))}function Ci(e,t,n,r,u,o){Promise.resolve(u.filter(n,r)).then((i=>i?e(t,n,r,u,o):o()),(e=>o(e)))}function Fi(e,t,n,r,u){return r.filter?Ci(gi,e,t,n,r,u):gi(e,t,n,r,u)}function gi(e,t,n,r,u){(r.dereference?di.stat:di.lstat)(t,((o,i)=>o?u(o):i.isDirectory()?function(e,t,n,r,u,o){if(!t)return function(e,t,n,r,u){di.mkdir(n,(o=>{if(o)return u(o);Si(t,n,r,(t=>t?u(t):di.chmod(n,e.mode,u)))}))}(e,n,r,u,o);if(t&&!t.isDirectory())return o(new Error(`Cannot overwrite non-directory '${r}' with directory '${n}'.`));return Si(n,r,u,o)}(i,e,t,n,r,u):i.isFile()||i.isCharacterDevice()||i.isBlockDevice()?function(e,t,n,r,u,o){return t?function(e,t,n,r,u){if(!r.overwrite)return r.errorOnExist?u(new Error(`'${n}' already exists`)):u();di.unlink(n,(o=>o?u(o):Ai(e,t,n,r,u)))}(e,n,r,u,o):Ai(e,n,r,u,o)}(i,e,t,n,r,u):i.isSymbolicLink()?function(e,t,n,r,u){di.readlink(t,((t,o)=>t?u(t):(r.dereference&&(o=Di.resolve(process.cwd(),o)),e?void di.readlink(n,((t,i)=>t?"EINVAL"===t.code||"UNKNOWN"===t.code?di.symlink(o,n,u):u(t):(r.dereference&&(i=Di.resolve(process.cwd(),i)),hi.isSrcSubdir(o,i)?u(new Error(`Cannot copy '${o}' to a subdirectory of itself, '${i}'.`)):e.isDirectory()&&hi.isSrcSubdir(i,o)?u(new Error(`Cannot overwrite '${i}' with '${o}'.`)):function(e,t,n){di.unlink(t,(r=>r?n(r):di.symlink(e,t,n)))}(o,n,u)))):di.symlink(o,n,u))))}(e,t,n,r,u):void 0))}function Ai(e,t,n,r,u){return"function"==typeof di.copyFile?di.copyFile(t,n,(t=>t?u(t):vi(e,n,r,u))):function(e,t,n,r,u){const o=di.createReadStream(t);o.on("error",(e=>u(e))).once("open",(()=>{const t=di.createWriteStream(n,{mode:e.mode});t.on("error",(e=>u(e))).on("open",(()=>o.pipe(t))).once("close",(()=>vi(e,n,r,u)))}))}(e,t,n,r,u)}function vi(e,t,n,r){di.chmod(t,e.mode,(u=>u?r(u):n.preserveTimestamps?mi(t,e.atime,e.mtime,r):r()))}function Si(e,t,n,r){di.readdir(e,((u,o)=>u?r(u):wi(o,e,t,n,r)))}function wi(e,t,n,r,u){const o=e.pop();return o?function(e,t,n,r,u,o){const i=Di.join(n,t),s=Di.join(r,t);hi.checkPaths(i,s,"copy",((t,c)=>{if(t)return o(t);const{destStat:a}=c;Fi(a,i,s,u,(t=>t?o(t):wi(e,n,r,u,o)))}))}(e,o,t,n,r,u):u()}var Oi=function(e,t,n,r){"function"!=typeof n||r?"function"==typeof n&&(n={filter:n}):(r=n,n={}),r=r||function(){},(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269"),hi.checkPaths(e,t,"copy",((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;hi.checkParentPaths(e,i,t,"copy",(u=>u?r(u):n.filter?Ci(yi,s,e,t,n,r):yi(s,e,t,n,r)))}))};var bi={copy:(0,yo.fromCallback)(Oi)};const _i=we,Bi=p.default,Pi=g.default,ki="win32"===process.platform;function xi(e){["unlink","chmod","stat","lstat","rmdir","readdir"].forEach((t=>{e[t]=e[t]||_i[t],e[t+="Sync"]=e[t]||_i[t]})),e.maxBusyTries=e.maxBusyTries||3}function Ni(e,t,n){let r=0;"function"==typeof t&&(n=t,t={}),Pi(e,"rimraf: missing path"),Pi.strictEqual(typeof e,"string","rimraf: path should be a string"),Pi.strictEqual(typeof n,"function","rimraf: callback function required"),Pi(t,"rimraf: invalid options argument provided"),Pi.strictEqual(typeof t,"object","rimraf: options should be object"),xi(t),Ii(e,t,(function u(o){if(o){if(("EBUSY"===o.code||"ENOTEMPTY"===o.code||"EPERM"===o.code)&&rIi(e,t,u)),100*r)}"ENOENT"===o.code&&(o=null)}n(o)}))}function Ii(e,t,n){Pi(e),Pi(t),Pi("function"==typeof n),t.lstat(e,((r,u)=>r&&"ENOENT"===r.code?n(null):r&&"EPERM"===r.code&&ki?Ti(e,t,r,n):u&&u.isDirectory()?Mi(e,t,r,n):void t.unlink(e,(r=>{if(r){if("ENOENT"===r.code)return n(null);if("EPERM"===r.code)return ki?Ti(e,t,r,n):Mi(e,t,r,n);if("EISDIR"===r.code)return Mi(e,t,r,n)}return n(r)}))))}function Ti(e,t,n,r){Pi(e),Pi(t),Pi("function"==typeof r),n&&Pi(n instanceof Error),t.chmod(e,438,(u=>{u?r("ENOENT"===u.code?null:n):t.stat(e,((u,o)=>{u?r("ENOENT"===u.code?null:n):o.isDirectory()?Mi(e,t,n,r):t.unlink(e,r)}))}))}function Ri(e,t,n){let r;Pi(e),Pi(t),n&&Pi(n instanceof Error);try{t.chmodSync(e,438)}catch(e){if("ENOENT"===e.code)return;throw n}try{r=t.statSync(e)}catch(e){if("ENOENT"===e.code)return;throw n}r.isDirectory()?ji(e,t,n):t.unlinkSync(e)}function Mi(e,t,n,r){Pi(e),Pi(t),n&&Pi(n instanceof Error),Pi("function"==typeof r),t.rmdir(e,(u=>{!u||"ENOTEMPTY"!==u.code&&"EEXIST"!==u.code&&"EPERM"!==u.code?u&&"ENOTDIR"===u.code?r(n):r(u):function(e,t,n){Pi(e),Pi(t),Pi("function"==typeof n),t.readdir(e,((r,u)=>{if(r)return n(r);let o,i=u.length;if(0===i)return t.rmdir(e,n);u.forEach((r=>{Ni(Bi.join(e,r),t,(r=>{if(!o)return r?n(o=r):void(0==--i&&t.rmdir(e,n))}))}))}))}(e,t,r)}))}function Li(e,t){let n;xi(t=t||{}),Pi(e,"rimraf: missing path"),Pi.strictEqual(typeof e,"string","rimraf: path should be a string"),Pi(t,"rimraf: missing options"),Pi.strictEqual(typeof t,"object","rimraf: options should be object");try{n=t.lstatSync(e)}catch(n){if("ENOENT"===n.code)return;"EPERM"===n.code&&ki&&Ri(e,t,n)}try{n&&n.isDirectory()?ji(e,t,null):t.unlinkSync(e)}catch(n){if("ENOENT"===n.code)return;if("EPERM"===n.code)return ki?Ri(e,t,n):ji(e,t,n);if("EISDIR"!==n.code)throw n;ji(e,t,n)}}function ji(e,t,n){Pi(e),Pi(t),n&&Pi(n instanceof Error);try{t.rmdirSync(e)}catch(r){if("ENOTDIR"===r.code)throw n;if("ENOTEMPTY"===r.code||"EEXIST"===r.code||"EPERM"===r.code)!function(e,t){if(Pi(e),Pi(t),t.readdirSync(e).forEach((n=>Li(Bi.join(e,n),t))),!ki){return t.rmdirSync(e,t)}{const n=Date.now();do{try{return t.rmdirSync(e,t)}catch(e){}}while(Date.now()-n<500)}}(e,t);else if("ENOENT"!==r.code)throw r}}var $i=Ni;Ni.sync=Li;const Hi=$i;var Ji={remove:(0,yo.fromCallback)(Hi),removeSync:Hi.sync};const Gi=yo.fromCallback,Vi=we,Ui=p.default,Wi=Io,zi=Ji,Ki=Gi((function(e,t){t=t||function(){},Vi.readdir(e,((n,r)=>{if(n)return Wi.mkdirs(e,t);r=r.map((t=>Ui.join(e,t))),function e(){const n=r.pop();if(!n)return t();zi.remove(n,(n=>{if(n)return t(n);e()}))}()}))}));function qi(e){let t;try{t=Vi.readdirSync(e)}catch(t){return Wi.mkdirsSync(e)}t.forEach((t=>{t=Ui.join(e,t),zi.removeSync(t)}))}var Yi={emptyDirSync:qi,emptydirSync:qi,emptyDir:Ki,emptydir:Ki};const Xi=yo.fromCallback,Zi=p.default,Qi=we,es=Io,ts=fi.pathExists;var ns={createFile:Xi((function(e,t){function n(){Qi.writeFile(e,"",(e=>{if(e)return t(e);t()}))}Qi.stat(e,((r,u)=>{if(!r&&u.isFile())return t();const o=Zi.dirname(e);ts(o,((e,r)=>e?t(e):r?n():void es.mkdirs(o,(e=>{if(e)return t(e);n()}))))}))})),createFileSync:function(e){let t;try{t=Qi.statSync(e)}catch(e){}if(t&&t.isFile())return;const n=Zi.dirname(e);Qi.existsSync(n)||es.mkdirsSync(n),Qi.writeFileSync(e,"")}};const rs=yo.fromCallback,us=p.default,os=we,is=Io,ss=fi.pathExists;var cs={createLink:rs((function(e,t,n){function r(e,t){os.link(e,t,(e=>{if(e)return n(e);n(null)}))}ss(t,((u,o)=>u?n(u):o?n(null):void os.lstat(e,(u=>{if(u)return u.message=u.message.replace("lstat","ensureLink"),n(u);const o=us.dirname(t);ss(o,((u,i)=>u?n(u):i?r(e,t):void is.mkdirs(o,(u=>{if(u)return n(u);r(e,t)}))))}))))})),createLinkSync:function(e,t){if(os.existsSync(t))return;try{os.lstatSync(e)}catch(e){throw e.message=e.message.replace("lstat","ensureLink"),e}const n=us.dirname(t);return os.existsSync(n)||is.mkdirsSync(n),os.linkSync(e,t)}};const as=p.default,ls=we,fs=fi.pathExists;var ds={symlinkPaths:function(e,t,n){if(as.isAbsolute(e))return ls.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:e})));{const r=as.dirname(t),u=as.join(r,e);return fs(u,((t,o)=>t?n(t):o?n(null,{toCwd:u,toDst:e}):ls.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:as.relative(r,e)})))))}},symlinkPathsSync:function(e,t){let n;if(as.isAbsolute(e)){if(n=ls.existsSync(e),!n)throw new Error("absolute srcpath does not exist");return{toCwd:e,toDst:e}}{const r=as.dirname(t),u=as.join(r,e);if(n=ls.existsSync(u),n)return{toCwd:u,toDst:e};if(n=ls.existsSync(e),!n)throw new Error("relative srcpath does not exist");return{toCwd:e,toDst:as.relative(r,e)}}}};const Ds=we;var ps={symlinkType:function(e,t,n){if(n="function"==typeof t?t:n,t="function"!=typeof t&&t)return n(null,t);Ds.lstat(e,((e,r)=>{if(e)return n(null,"file");t=r&&r.isDirectory()?"dir":"file",n(null,t)}))},symlinkTypeSync:function(e,t){let n;if(t)return t;try{n=Ds.lstatSync(e)}catch(e){return"file"}return n&&n.isDirectory()?"dir":"file"}};const Es=yo.fromCallback,ms=p.default,hs=we,ys=Io.mkdirs,Cs=Io.mkdirsSync,Fs=ds.symlinkPaths,gs=ds.symlinkPathsSync,As=ps.symlinkType,vs=ps.symlinkTypeSync,Ss=fi.pathExists;var ws={createSymlink:Es((function(e,t,n,r){r="function"==typeof n?n:r,n="function"!=typeof n&&n,Ss(t,((u,o)=>u?r(u):o?r(null):void Fs(e,t,((u,o)=>{if(u)return r(u);e=o.toDst,As(o.toCwd,n,((n,u)=>{if(n)return r(n);const o=ms.dirname(t);Ss(o,((n,i)=>n?r(n):i?hs.symlink(e,t,u,r):void ys(o,(n=>{if(n)return r(n);hs.symlink(e,t,u,r)}))))}))}))))})),createSymlinkSync:function(e,t,n){if(hs.existsSync(t))return;const r=gs(e,t);e=r.toDst,n=vs(r.toCwd,n);const u=ms.dirname(t);return hs.existsSync(u)||Cs(u),hs.symlinkSync(e,t,n)}};var Os,bs={createFile:ns.createFile,createFileSync:ns.createFileSync,ensureFile:ns.createFile,ensureFileSync:ns.createFileSync,createLink:cs.createLink,createLinkSync:cs.createLinkSync,ensureLink:cs.createLink,ensureLinkSync:cs.createLinkSync,createSymlink:ws.createSymlink,createSymlinkSync:ws.createSymlinkSync,ensureSymlink:ws.createSymlink,ensureSymlinkSync:ws.createSymlinkSync};try{Os=we}catch(e){Os=D.default}function _s(e,t){var n,r="\n";return"object"==typeof t&&null!==t&&(t.spaces&&(n=t.spaces),t.EOL&&(r=t.EOL)),JSON.stringify(e,t?t.replacer:null,n).replace(/\n/g,r)+r}function Bs(e){return Buffer.isBuffer(e)&&(e=e.toString("utf8")),e=e.replace(/^\uFEFF/,"")}var Ps={readFile:function(e,t,n){null==n&&(n=t,t={}),"string"==typeof t&&(t={encoding:t});var r=(t=t||{}).fs||Os,u=!0;"throws"in t&&(u=t.throws),r.readFile(e,t,(function(r,o){if(r)return n(r);var i;o=Bs(o);try{i=JSON.parse(o,t?t.reviver:null)}catch(t){return u?(t.message=e+": "+t.message,n(t)):n(null,null)}n(null,i)}))},readFileSync:function(e,t){"string"==typeof(t=t||{})&&(t={encoding:t});var n=t.fs||Os,r=!0;"throws"in t&&(r=t.throws);try{var u=n.readFileSync(e,t);return u=Bs(u),JSON.parse(u,t.reviver)}catch(t){if(r)throw t.message=e+": "+t.message,t;return null}},writeFile:function(e,t,n,r){null==r&&(r=n,n={});var u=(n=n||{}).fs||Os,o="";try{o=_s(t,n)}catch(e){return void(r&&r(e,null))}u.writeFile(e,o,n,r)},writeFileSync:function(e,t,n){var r=(n=n||{}).fs||Os,u=_s(t,n);return r.writeFileSync(e,u,n)}},ks=Ps;const xs=yo.fromCallback,Ns=ks;var Is={readJson:xs(Ns.readFile),readJsonSync:Ns.readFileSync,writeJson:xs(Ns.writeFile),writeJsonSync:Ns.writeFileSync};const Ts=p.default,Rs=Io,Ms=fi.pathExists,Ls=Is;var js=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=Ts.dirname(e);Ms(u,((o,i)=>o?r(o):i?Ls.writeJson(e,t,n,r):void Rs.mkdirs(u,(u=>{if(u)return r(u);Ls.writeJson(e,t,n,r)}))))};const $s=we,Hs=p.default,Js=Io,Gs=Is;var Vs=function(e,t,n){const r=Hs.dirname(e);$s.existsSync(r)||Js.mkdirsSync(r),Gs.writeJsonSync(e,t,n)};const Us=yo.fromCallback,Ws=Is;Ws.outputJson=Us(js),Ws.outputJsonSync=Vs,Ws.outputJSON=Ws.outputJson,Ws.outputJSONSync=Ws.outputJsonSync,Ws.writeJSON=Ws.writeJson,Ws.writeJSONSync=Ws.writeJsonSync,Ws.readJSON=Ws.readJson,Ws.readJSONSync=Ws.readJsonSync;var zs=Ws;const Ks=we,qs=p.default,Ys=ci.copySync,Xs=Ji.removeSync,Zs=Io.mkdirpSync,Qs=Zo;function ec(e,t,n){try{Ks.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)throw r;return function(e,t,n){const r={overwrite:n,errorOnExist:!0};return Ys(e,t,r),Xs(e)}(e,t,n)}}var tc=function(e,t,n){const r=(n=n||{}).overwrite||n.clobber||!1,{srcStat:u}=Qs.checkPathsSync(e,t,"move");return Qs.checkParentPathsSync(e,u,t,"move"),Zs(qs.dirname(t)),function(e,t,n){if(n)return Xs(t),ec(e,t,n);if(Ks.existsSync(t))throw new Error("dest already exists.");return ec(e,t,n)}(e,t,r)},nc={moveSync:tc};const rc=we,uc=p.default,oc=bi.copy,ic=Ji.remove,sc=Io.mkdirp,cc=fi.pathExists,ac=Zo;function lc(e,t,n,r){rc.rename(e,t,(u=>u?"EXDEV"!==u.code?r(u):function(e,t,n,r){const u={overwrite:n,errorOnExist:!0};oc(e,t,u,(t=>t?r(t):ic(e,r)))}(e,t,n,r):r()))}var fc=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=n.overwrite||n.clobber||!1;ac.checkPaths(e,t,"move",((n,o)=>{if(n)return r(n);const{srcStat:i}=o;ac.checkParentPaths(e,i,t,"move",(n=>{if(n)return r(n);sc(uc.dirname(t),(n=>n?r(n):function(e,t,n,r){if(n)return ic(t,(u=>u?r(u):lc(e,t,n,r)));cc(t,((u,o)=>u?r(u):o?r(new Error("dest already exists.")):lc(e,t,n,r)))}(e,t,u,r)))}))}))};var dc={move:(0,yo.fromCallback)(fc)};const Dc=yo.fromCallback,pc=we,Ec=p.default,mc=Io,hc=fi.pathExists;var yc={outputFile:Dc((function(e,t,n,r){"function"==typeof n&&(r=n,n="utf8");const u=Ec.dirname(e);hc(u,((o,i)=>o?r(o):i?pc.writeFile(e,t,n,r):void mc.mkdirs(u,(u=>{if(u)return r(u);pc.writeFile(e,t,n,r)}))))})),outputFileSync:function(e,...t){const n=Ec.dirname(e);if(pc.existsSync(n))return pc.writeFileSync(e,...t);mc.mkdirsSync(n),pc.writeFileSync(e,...t)}};!function(e){e.exports=Object.assign({},ho,ci,bi,Yi,bs,zs,Io,nc,dc,yc,fi,Ji);const t=D.default;Object.getOwnPropertyDescriptor(t,"promises")&&Object.defineProperty(e.exports,"promises",{get:()=>t.promises})}(mo);const Cc=Nr.exports("streamroller:fileNameFormatter"),Fc=p.default;const gc=Nr.exports("streamroller:fileNameParser"),Ac=nu.exports;const vc=Nr.exports("streamroller:moveAndMaybeCompressFile"),Sc=mo.exports,wc=v.default;var Oc=async(e,t,n)=>{if(n=function(e){const t={mode:parseInt("0600",8),compress:!1},n=Object.assign({},t,e);return vc(`_parseOption: moveAndMaybeCompressFile called with option=${JSON.stringify(n)}`),n}(n),e!==t){if(await Sc.pathExists(e))if(vc(`moveAndMaybeCompressFile: moving file from ${e} to ${t} ${n.compress?"with":"without"} compress`),n.compress)await new Promise(((r,u)=>{let o=!1;const i=Sc.createWriteStream(t,{mode:n.mode,flags:"wx"}).on("open",(()=>{o=!0;const t=Sc.createReadStream(e).on("open",(()=>{t.pipe(wc.createGzip()).pipe(i)})).on("error",(t=>{vc(`moveAndMaybeCompressFile: error reading ${e}`,t),i.destroy(t)}))})).on("finish",(()=>{vc(`moveAndMaybeCompressFile: finished compressing ${t}, deleting ${e}`),Sc.unlink(e).then(r).catch((t=>{vc(`moveAndMaybeCompressFile: error deleting ${e}, truncating instead`,t),Sc.truncate(e).then(r).catch((t=>{vc(`moveAndMaybeCompressFile: error truncating ${e}`,t),u(t)}))}))})).on("error",(e=>{o?(vc(`moveAndMaybeCompressFile: error writing ${t}, deleting`,e),Sc.unlink(t).then((()=>{u(e)})).catch((e=>{vc(`moveAndMaybeCompressFile: error deleting ${t}`,e),u(e)}))):(vc(`moveAndMaybeCompressFile: error creating ${t}`,e),u(e))}))})).catch((()=>{}));else{vc(`moveAndMaybeCompressFile: renaming ${e} to ${t}`);try{await Sc.move(e,t,{overwrite:!0})}catch(n){if(vc(`moveAndMaybeCompressFile: error renaming ${e} to ${t}`,n),"ENOENT"!==n.code){vc("moveAndMaybeCompressFile: trying copy+truncate instead");try{await Sc.copy(e,t,{overwrite:!0}),await Sc.truncate(e)}catch(e){vc("moveAndMaybeCompressFile: error copy+truncate",e)}}}}}else vc("moveAndMaybeCompressFile: source and target are the same, not doing anything")};const bc=Nr.exports("streamroller:RollingFileWriteStream"),_c=mo.exports,Bc=p.default,Pc=E.default,kc=()=>new Date,xc=nu.exports,{Writable:Nc}=C.default,Ic=({file:e,keepFileExt:t,needsIndex:n,alwaysIncludeDate:r,compress:u,fileNameSep:o})=>{let i=o||".";const s=Fc.join(e.dir,e.name),c=t=>t+e.ext,a=(e,t,r)=>!n&&r||!t?e:e+i+t,l=(e,t,n)=>(t>0||r)&&n?e+i+n:e,f=(e,t)=>t&&u?e+".gz":e,d=t?[l,a,c,f]:[c,l,a,f];return({date:e,index:t})=>(Cc(`_formatFileName: date=${e}, index=${t}`),d.reduce(((n,r)=>r(n,t,e)),s))},Tc=({file:e,keepFileExt:t,pattern:n,fileNameSep:r})=>{let u=r||".";const o="__NOT_MATCHING__";let i=[(e,t)=>e.endsWith(".gz")?(gc("it is gzipped"),t.isCompressed=!0,e.slice(0,-1*".gz".length)):e,t?t=>t.startsWith(e.name)&&t.endsWith(e.ext)?(gc("it starts and ends with the right things"),t.slice(e.name.length+1,-1*e.ext.length)):o:t=>t.startsWith(e.base)?(gc("it starts with the right things"),t.slice(e.base.length+1)):o,n?(e,t)=>{const r=e.split(u);let o=r[r.length-1];gc("items: ",r,", indexStr: ",o);let i=e;void 0!==o&&o.match(/^\d+$/)?(i=e.slice(0,-1*(o.length+1)),gc(`dateStr is ${i}`),n&&!i&&(i=o,o="0")):o="0";try{const r=Ac.parse(n,i,new Date(0,0));return Ac.asString(n,r)!==i?e:(t.index=parseInt(o,10),t.date=i,t.timestamp=r.getTime(),"")}catch(t){return gc(`Problem parsing ${i} as ${n}, error was: `,t),e}}:(e,t)=>e.match(/^\d+$/)?(gc("it has an index"),t.index=parseInt(e,10),""):e];return e=>{let t={filename:e,index:0,isCompressed:!1};return i.reduce(((e,n)=>n(e,t)),e)?null:t}},Rc=Oc;var Mc=class extends Nc{constructor(e,t){if(bc(`constructor: creating RollingFileWriteStream. path=${e}`),"string"!=typeof e||0===e.length)throw new Error(`Invalid filename: ${e}`);if(e.endsWith(Bc.sep))throw new Error(`Filename is a directory: ${e}`);0===e.indexOf(`~${Bc.sep}`)&&(e=e.replace("~",Pc.homedir())),super(t),this.options=this._parseOption(t),this.fileObject=Bc.parse(e),""===this.fileObject.dir&&(this.fileObject=Bc.parse(Bc.join(process.cwd(),e))),this.fileFormatter=Ic({file:this.fileObject,alwaysIncludeDate:this.options.alwaysIncludePattern,needsIndex:this.options.maxSize 0`)}else delete n.maxSize;if(n.numBackups||0===n.numBackups){if(n.numBackups<0)throw new Error(`options.numBackups (${n.numBackups}) should be >= 0`);if(n.numBackups>=Number.MAX_SAFE_INTEGER)throw new Error(`options.numBackups (${n.numBackups}) should be < Number.MAX_SAFE_INTEGER`);n.numToKeep=n.numBackups+1}else if(n.numToKeep<=0)throw new Error(`options.numToKeep (${n.numToKeep}) should be > 0`);return bc(`_parseOption: creating stream with option=${JSON.stringify(n)}`),n}_final(e){this.currentFileStream.end("",this.options.encoding,e)}_write(e,t,n){this._shouldRoll().then((()=>{bc(`_write: writing chunk. file=${this.currentFileStream.path} state=${JSON.stringify(this.state)} chunk=${e}`),this.currentFileStream.write(e,t,(t=>{this.state.currentSize+=e.length,n(t)}))}))}async _shouldRoll(){(this._dateChanged()||this._tooBig())&&(bc(`_shouldRoll: rolling because dateChanged? ${this._dateChanged()} or tooBig? ${this._tooBig()}`),await this._roll())}_dateChanged(){return this.state.currentDate&&this.state.currentDate!==xc(this.options.pattern,kc())}_tooBig(){return this.state.currentSize>=this.options.maxSize}_roll(){return bc("_roll: closing the current stream"),new Promise(((e,t)=>{this.currentFileStream.end("",this.options.encoding,(()=>{this._moveOldFiles().then(e).catch(t)}))}))}async _moveOldFiles(){const e=await this._getExistingFiles();for(let t=(this.state.currentDate?e.filter((e=>e.date===this.state.currentDate)):e).length;t>=0;t--){bc(`_moveOldFiles: i = ${t}`);const e=this.fileFormatter({date:this.state.currentDate,index:t}),n=this.fileFormatter({date:this.state.currentDate,index:t+1}),r={compress:this.options.compress&&0===t,mode:this.options.mode};await Rc(e,n,r)}this.state.currentSize=0,this.state.currentDate=this.state.currentDate?xc(this.options.pattern,kc()):null,bc(`_moveOldFiles: finished rolling files. state=${JSON.stringify(this.state)}`),this._renewWriteStream(),await new Promise(((e,t)=>{this.currentFileStream.write("","utf8",(()=>{this._clean().then(e).catch(t)}))}))}async _getExistingFiles(){const e=await _c.readdir(this.fileObject.dir).catch((()=>[]));bc(`_getExistingFiles: files=${e}`);const t=e.map((e=>this.fileNameParser(e))).filter((e=>e)),n=e=>(e.timestamp?e.timestamp:kc().getTime())-e.index;return t.sort(((e,t)=>n(e)-n(t))),t}_renewWriteStream(){const e=this.fileFormatter({date:this.state.currentDate,index:0}),t=e=>{try{return _c.mkdirSync(e,{recursive:!0})}catch(n){if("ENOENT"===n.code)return t(Bc.dirname(e)),t(e);if("EEXIST"!==n.code&&"EROFS"!==n.code)throw n;try{if(_c.statSync(e).isDirectory())return e;throw n}catch(e){throw n}}};t(this.fileObject.dir);const n={flags:this.options.flags,encoding:this.options.encoding,mode:this.options.mode};var r,u;_c.appendFileSync(e,"",(r={...n},u="flags",r["flag"]=r[u],delete r[u],r)),this.currentFileStream=_c.createWriteStream(e,n),this.currentFileStream.on("error",(e=>{this.emit("error",e)}))}async _clean(){const e=await this._getExistingFiles();if(bc(`_clean: numToKeep = ${this.options.numToKeep}, existingFiles = ${e.length}`),bc("_clean: existing files are: ",e),this._tooManyFiles(e.length)){const n=e.slice(0,e.length-this.options.numToKeep).map((e=>Bc.format({dir:this.fileObject.dir,base:e.filename})));await(t=n,bc(`deleteFiles: files to delete: ${t}`),Promise.all(t.map((e=>_c.unlink(e).catch((t=>{bc(`deleteFiles: error when unlinking ${e}, ignoring. Error was ${t}`)}))))))}var t}_tooManyFiles(e){return this.options.numToKeep>0&&e>this.options.numToKeep}};const Lc=Mc;var jc=class extends Lc{constructor(e,t,n,r){r||(r={}),t&&(r.maxSize=t),r.numBackups||0===r.numBackups||(n||0===n||(n=1),r.numBackups=n),super(e,r),this.backups=r.numBackups,this.size=this.options.maxSize}get theStream(){return this.currentFileStream}};const $c=Mc;var Hc={RollingFileWriteStream:Mc,RollingFileStream:jc,DateRollingFileStream:class extends $c{constructor(e,t,n){t&&"object"==typeof t&&(n=t,t=null),n||(n={}),t||(t="yyyy-MM-dd"),n.pattern=t,n.numBackups||0===n.numBackups?n.daysToKeep=n.numBackups:(n.daysToKeep||0===n.daysToKeep?process.emitWarning("options.daysToKeep is deprecated due to the confusion it causes when used together with file size rolling. Please use options.numBackups instead.","DeprecationWarning","streamroller-DEP0001"):n.daysToKeep=1,n.numBackups=n.daysToKeep),super(e,n),this.mode=this.options.mode}get theStream(){return this.currentFileStream}}};const Jc=Nr.exports("log4js:file"),Gc=p.default,Vc=Hc,Uc=E.default.EOL;let Wc=!1;const zc=new Set;function Kc(){zc.forEach((e=>{e.sighupHandler()}))}function qc(e,t,n,r){const u=new Vc.RollingFileStream(e,t,n,r);return u.on("error",(t=>{console.error("log4js.fileAppender - Writing to file %s, error happened ",e,t)})),u.on("drain",(()=>{process.emit("log4js:pause",!1)})),u}Eo.configure=function(e,t){let n=t.basicLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),e.mode=e.mode||384,function(e,t,n,r,u,o){e=Gc.normalize(e),Jc("Creating file appender (",e,", ",n,", ",r=r||0===r?r:5,", ",u,", ",o,")");let i=qc(e,n,r,u);const s=function(e){if(i.writable){if(!0===u.removeColor){const t=/\x1b[[0-9;]*m/g;e.data=e.data.map((e=>"string"==typeof e?e.replace(t,""):e))}i.write(t(e,o)+Uc,"utf8")||process.emit("log4js:pause",!0)}};return s.reopen=function(){i.end((()=>{i=qc(e,n,r,u)}))},s.sighupHandler=function(){Jc("SIGHUP handler called."),s.reopen()},s.shutdown=function(e){zc.delete(s),0===zc.size&&Wc&&(process.removeListener("SIGHUP",Kc),Wc=!1),i.end("","utf-8",e)},zc.add(s),Wc||(process.on("SIGHUP",Kc),Wc=!0),s}(e.filename,n,e.maxLogSize,e.backups,e,e.timezoneOffset)};var Yc={};const Xc=Hc,Zc=E.default.EOL;function Qc(e,t,n,r,u){r.maxSize=r.maxLogSize;const o=function(e,t,n){const r=new Xc.DateRollingFileStream(e,t,n);return r.on("error",(t=>{console.error("log4js.dateFileAppender - Writing to file %s, error happened ",e,t)})),r.on("drain",(()=>{process.emit("log4js:pause",!1)})),r}(e,t,r),i=function(e){o.writable&&(o.write(n(e,u)+Zc,"utf8")||process.emit("log4js:pause",!0))};return i.shutdown=function(e){o.end("","utf-8",e)},i}Yc.configure=function(e,t){let n=t.basicLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),e.alwaysIncludePattern||(e.alwaysIncludePattern=!1),e.mode=e.mode||384,Qc(e.filename,e.pattern,n,e,e.timezoneOffset)};var ea={};const ta=Nr.exports("log4js:fileSync"),na=p.default,ra=D.default,ua=E.default.EOL||"\n";function oa(e,t){if(ra.existsSync(e))return;const n=ra.openSync(e,t.flags,t.mode);ra.closeSync(n)}class ia{constructor(e,t,n,r){ta("In RollingFileStream"),function(){if(!e||!t||t<=0)throw new Error("You must specify a filename and file size")}(),this.filename=e,this.size=t,this.backups=n,this.options=r,this.currentSize=0,this.currentSize=function(e){let t=0;try{t=ra.statSync(e).size}catch(t){oa(e,r)}return t}(this.filename)}shouldRoll(){return ta("should roll with current size %d, and max size %d",this.currentSize,this.size),this.currentSize>=this.size}roll(e){const t=this,n=new RegExp(`^${na.basename(e)}`);function r(e){return n.test(e)}function u(t){return parseInt(t.substring(`${na.basename(e)}.`.length),10)||0}function o(e,t){return u(e)>u(t)?1:u(e) ${e}.${r+1}`),ra.renameSync(na.join(na.dirname(e),n),`${e}.${r+1}`)}}ta("Rolling, rolling, rolling"),ta("Renaming the old files"),ra.readdirSync(na.dirname(e)).filter(r).sort(o).reverse().forEach(i)}write(e,t){const n=this;ta("in write"),this.shouldRoll()&&(this.currentSize=0,this.roll(this.filename)),ta("writing the chunk to the file"),n.currentSize+=e.length,ra.appendFileSync(n.filename,e)}}ea.configure=function(e,t){let n=t.basicLayout;e.layout&&(n=t.layout(e.layout.type,e.layout));const r={flags:e.flags||"a",encoding:e.encoding||"utf8",mode:e.mode||384};return function(e,t,n,r,u,o){ta("fileSync appender created");const i=function(e,t,n){let r;var u;return t?r=new ia(e,t,n,o):(oa(u=e,o),r={write(e){ra.appendFileSync(u,e)}}),r}(e=na.normalize(e),n,r=r||0===r?r:5);return e=>{i.write(t(e,u)+ua)}}(e.filename,n,e.maxLogSize,e.backups,e.timezoneOffset,r)};var sa={};const ca=Nr.exports("log4js:tcp"),aa=S.default;sa.configure=function(e,t){ca(`configure with config = ${e}`);let n=function(e){return e.serialise()};return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){let n=!1;const r=[];let u,o=3,i="__LOG4JS__";function s(e){ca("Writing log event to socket"),n=u.write(`${t(e)}${i}`,"utf8")}function c(){let e;for(ca("emptying buffer");e=r.shift();)s(e)}function a(e){n?s(e):(ca("buffering log event because it cannot write at the moment"),r.push(e))}return function t(){ca(`appender creating socket to ${e.host||"localhost"}:${e.port||5e3}`),i=`${e.endMsg||"__LOG4JS__"}`,u=aa.createConnection(e.port||5e3,e.host||"localhost"),u.on("connect",(()=>{ca("socket connected"),c(),n=!0})),u.on("drain",(()=>{ca("drain event received, emptying buffer"),n=!0,c()})),u.on("timeout",u.end.bind(u)),u.on("error",(e=>{ca("connection error",e),n=!1,c()})),u.on("close",t)}(),a.shutdown=function(e){ca("shutdown called"),r.length&&o?(ca("buffer has items, waiting 100ms to empty"),o-=1,setTimeout((()=>{a.shutdown(e)}),100)):(u.removeAllListeners("close"),u.end(e))},a}(e,n)};const la=p.default,fa=Nr.exports("log4js:appenders"),da=tu,Da=eo,pa=gu,Ea=hu,ma=to,ha=new Map;ha.set("console",oo),ha.set("stdout",so),ha.set("stderr",co),ha.set("logLevelFilter",ao),ha.set("categoryFilter",lo),ha.set("noLogFilter",Do),ha.set("file",Eo),ha.set("dateFile",Yc),ha.set("fileSync",ea),ha.set("tcp",sa);const ya=new Map,Ca=(e,t)=>{fa("Loading module from ",e);try{return require(e)}catch(n){return void da.throwExceptionIf(t,"MODULE_NOT_FOUND"!==n.code,`appender "${e}" could not be loaded (error was: ${n})`)}},Fa=new Set,ga=(e,t)=>{if(ya.has(e))return ya.get(e);if(!t.appenders[e])return!1;if(Fa.has(e))throw new Error(`Dependency loop detected for appender ${e}.`);Fa.add(e),fa(`Creating appender ${e}`);const n=Aa(e,t);return Fa.delete(e),ya.set(e,n),n},Aa=(e,t)=>{const n=t.appenders[e],r=n.type.configure?n.type:((e,t)=>ha.get(e)||Ca(`./${e}`,t)||Ca(e,t)||require.main&&Ca(la.join(la.dirname(require.main.filename),e),t)||Ca(la.join(process.cwd(),e),t))(n.type,t);return da.throwExceptionIf(t,da.not(r),`appender "${e}" is not valid (type "${n.type}" could not be found)`),r.appender&&fa(`DEPRECATION: Appender ${n.type} exports an appender function.`),r.shutdown&&fa(`DEPRECATION: Appender ${n.type} exports a shutdown function.`),fa(`${e}: clustering.isMaster ? ${Da.isMaster()}`),fa(`${e}: appenderModule is ${F.default.inspect(r)}`),Da.onlyOnMaster((()=>(fa(`calling appenderModule.configure for ${e} / ${n.type}`),r.configure(ma.modifyConfig(n),Ea,(e=>ga(e,t)),pa))),(()=>{}))},va=e=>{ya.clear(),Fa.clear();const t=[];Object.values(e.categories).forEach((e=>{t.push(...e.appenders)})),Object.keys(e.appenders).forEach((n=>{(t.includes(n)||"tcp-server"===e.appenders[n].type)&&ga(n,e)}))},Sa=()=>{va({appenders:{out:{type:"stdout"}},categories:{default:{appenders:["out"],level:"trace"}}})};Sa(),da.addListener((e=>{da.throwExceptionIf(e,da.not(da.anObject(e.appenders)),'must have a property "appenders" of type object.');const t=Object.keys(e.appenders);da.throwExceptionIf(e,da.not(t.length),"must define at least one appender."),t.forEach((t=>{da.throwExceptionIf(e,da.not(e.appenders[t].type),`appender "${t}" is not valid (must be an object with property "type")`)}))})),da.addListener(va),Au.exports=ya,Au.exports.init=Sa;var wa={exports:{}};!function(e){const t=Nr.exports("log4js:categories"),n=tu,r=gu,u=Au.exports,o=new Map;function i(e,t,n){if(!1===t.inherit)return;const r=n.lastIndexOf(".");if(r<0)return;const u=n.substring(0,r);let o=e.categories[u];o||(o={inherit:!0,appenders:[]}),i(e,o,u),!e.categories[u]&&o.appenders&&o.appenders.length&&o.level&&(e.categories[u]=o),t.appenders=t.appenders||[],t.level=t.level||o.level,o.appenders.forEach((e=>{t.appenders.includes(e)||t.appenders.push(e)})),t.parent=o}function s(e){if(!e.categories)return;Object.keys(e.categories).forEach((t=>{const n=e.categories[t];i(e,n,t)}))}n.addPreProcessingListener((e=>s(e))),n.addListener((e=>{n.throwExceptionIf(e,n.not(n.anObject(e.categories)),'must have a property "categories" of type object.');const t=Object.keys(e.categories);n.throwExceptionIf(e,n.not(t.length),"must define at least one category."),t.forEach((t=>{const o=e.categories[t];n.throwExceptionIf(e,[n.not(o.appenders),n.not(o.level)],`category "${t}" is not valid (must be an object with properties "appenders" and "level")`),n.throwExceptionIf(e,n.not(Array.isArray(o.appenders)),`category "${t}" is not valid (appenders must be an array of appender names)`),n.throwExceptionIf(e,n.not(o.appenders.length),`category "${t}" is not valid (appenders must contain at least one appender name)`),Object.prototype.hasOwnProperty.call(o,"enableCallStack")&&n.throwExceptionIf(e,"boolean"!=typeof o.enableCallStack,`category "${t}" is not valid (enableCallStack must be boolean type)`),o.appenders.forEach((r=>{n.throwExceptionIf(e,n.not(u.get(r)),`category "${t}" is not valid (appender "${r}" is not defined)`)})),n.throwExceptionIf(e,n.not(r.getLevel(o.level)),`category "${t}" is not valid (level "${o.level}" not recognised; valid levels are ${r.levels.join(", ")})`)})),n.throwExceptionIf(e,n.not(e.categories.default),'must define a "default" category.')}));const c=e=>{o.clear();Object.keys(e.categories).forEach((n=>{const i=e.categories[n],s=[];i.appenders.forEach((e=>{s.push(u.get(e)),t(`Creating category ${n}`),o.set(n,{appenders:s,level:r.getLevel(i.level),enableCallStack:i.enableCallStack||!1})}))}))},a=()=>{c({categories:{default:{appenders:["out"],level:"OFF"}}})};a(),n.addListener(c);const l=e=>(t(`configForCategory: searching for config for ${e}`),o.has(e)?(t(`configForCategory: ${e} exists in config, returning it`),o.get(e)):e.indexOf(".")>0?(t(`configForCategory: ${e} has hierarchy, searching for parents`),l(e.substring(0,e.lastIndexOf(".")))):(t("configForCategory: returning config for default category"),l("default")));e.exports=o,e.exports=Object.assign(e.exports,{appendersForCategory:e=>l(e).appenders,getLevelForCategory:e=>l(e).level,setLevelForCategory:(e,n)=>{let r=o.get(e);if(t(`setLevelForCategory: found ${r} for ${e}`),!r){const n=l(e);t(`setLevelForCategory: no config found for category, found ${n} for parents of ${e}`),r={appenders:n.appenders}}r.level=n,o.set(e,r)},getEnableCallStackForCategory:e=>!0===l(e).enableCallStack,setEnableCallStackForCategory:(e,t)=>{l(e).enableCallStack=t},init:a})}(wa);const Oa=Nr.exports("log4js:logger"),ba=Hu,_a=gu,Ba=eo,Pa=wa.exports,ka=tu,xa=/at (?:(.+)\s+\()?(?:(.+?):(\d+)(?::(\d+))?|([^)]+))\)?/;function Na(e,t=4){const n=e.stack.split("\n").slice(t),r=xa.exec(n[0]);return r&&6===r.length?{functionName:r[1],fileName:r[2],lineNumber:parseInt(r[3],10),columnNumber:parseInt(r[4],10),callStack:n.join("\n")}:null}class Ia{constructor(e){if(!e)throw new Error("No category provided.");this.category=e,this.context={},this.parseCallStack=Na,Oa(`Logger created (${this.category}, ${this.level})`)}get level(){return _a.getLevel(Pa.getLevelForCategory(this.category),_a.TRACE)}set level(e){Pa.setLevelForCategory(this.category,_a.getLevel(e,this.level))}get useCallStack(){return Pa.getEnableCallStackForCategory(this.category)}set useCallStack(e){Pa.setEnableCallStackForCategory(this.category,!0===e)}log(e,...t){let n=_a.getLevel(e);n||(this._log(_a.WARN,"log4js:logger.log: invalid value for log-level as first parameter given: ",e),n=_a.INFO),this.isLevelEnabled(n)&&this._log(n,t)}isLevelEnabled(e){return this.level.isLessThanOrEqualTo(e)}_log(e,t){Oa(`sending log data (${e}) to appenders`);const n=new ba(this.category,e,t,this.context,this.useCallStack&&this.parseCallStack(new Error));Ba.send(n)}addContext(e,t){this.context[e]=t}removeContext(e){delete this.context[e]}clearContext(){this.context={}}setParseCallStackFunction(e){this.parseCallStack=e}}function Ta(e){const t=_a.getLevel(e),n=t.toString().toLowerCase().replace(/_([a-z])/g,(e=>e[1].toUpperCase())),r=n[0].toUpperCase()+n.slice(1);Ia.prototype[`is${r}Enabled`]=function(){return this.isLevelEnabled(t)},Ia.prototype[n]=function(...e){this.log(t,...e)}}_a.levels.forEach(Ta),ka.addListener((()=>{_a.levels.forEach(Ta)}));var Ra=Ia;const Ma=gu;function La(e){return e.originalUrl||e.url}function ja(e,t){for(let n=0;ne.source?e.source:e));t=new RegExp(n.join("|"))}return t}(t.nolog);return(e,i,s)=>{if(e._logging)return s();if(o&&o.test(e.originalUrl))return s();if(n.isLevelEnabled(r)||"auto"===t.level){const o=new Date,{writeHead:s}=i;e._logging=!0,i.writeHead=(e,t)=>{i.writeHead=s,i.writeHead(e,t),i.__statusCode=e,i.__headers=t||{}},i.on("finish",(()=>{i.responseTime=new Date-o,i.statusCode&&"auto"===t.level&&(r=Ma.INFO,i.statusCode>=300&&(r=Ma.WARN),i.statusCode>=400&&(r=Ma.ERROR)),r=function(e,t,n){let r=t;if(n){const t=n.find((t=>{let n=!1;return n=t.from&&t.to?e>=t.from&&e<=t.to:-1!==t.codes.indexOf(e),n}));t&&(r=Ma.getLevel(t.level,r))}return r}(i.statusCode,r,t.statusRules);const s=function(e,t,n){const r=[];return r.push({token:":url",replacement:La(e)}),r.push({token:":protocol",replacement:e.protocol}),r.push({token:":hostname",replacement:e.hostname}),r.push({token:":method",replacement:e.method}),r.push({token:":status",replacement:t.__statusCode||t.statusCode}),r.push({token:":response-time",replacement:t.responseTime}),r.push({token:":date",replacement:(new Date).toUTCString()}),r.push({token:":referrer",replacement:e.headers.referer||e.headers.referrer||""}),r.push({token:":http-version",replacement:`${e.httpVersionMajor}.${e.httpVersionMinor}`}),r.push({token:":remote-addr",replacement:e.headers["x-forwarded-for"]||e.ip||e._remoteAddress||e.socket&&(e.socket.remoteAddress||e.socket.socket&&e.socket.socket.remoteAddress)}),r.push({token:":user-agent",replacement:e.headers["user-agent"]}),r.push({token:":content-length",replacement:t.getHeader("content-length")||t.__headers&&t.__headers["Content-Length"]||"-"}),r.push({token:/:req\[([^\]]+)]/g,replacement:(t,n)=>e.headers[n.toLowerCase()]}),r.push({token:/:res\[([^\]]+)]/g,replacement:(e,n)=>t.getHeader(n.toLowerCase())||t.__headers&&t.__headers[n]}),(e=>{const t=e.concat();for(let e=0;eja(e,s)));t&&n.log(r,t)}else n.log(r,ja(u,s));t.context&&n.removeContext("res")}))}return s()}},nl=Va;let rl=!1;function ul(e){if(!rl)return;Ua("Received log event ",e);Za.appendersForCategory(e.categoryName).forEach((t=>{t(e)}))}function ol(e){rl&&il();let t=e;return"string"==typeof t&&(t=function(e){Ua(`Loading configuration from ${e}`);try{return JSON.parse(Wa.readFileSync(e,"utf8"))}catch(t){throw new Error(`Problem reading config from file "${e}". Error was ${t.message}`,t)}}(e)),Ua(`Configuration is ${t}`),Ka.configure(za(t)),el.onMessage(ul),rl=!0,sl}function il(e){Ua("Shutdown called. Disabling all log writing."),rl=!1;const t=Array.from(Xa.values());Xa.init(),Za.init();const n=t.reduceRight(((e,t)=>t.shutdown?e+1:e),0);if(0===n)return Ua("No appenders with shutdown functions found."),void 0!==e&&e();let r,u=0;function o(t){r=r||t,u+=1,Ua(`Appender shutdowns complete: ${u} / ${n}`),u>=n&&(Ua("All shutdown functions completed."),e&&e(r))}return Ua(`Found ${n} appenders with shutdown functions.`),t.filter((e=>e.shutdown)).forEach((e=>e.shutdown(o))),null}const sl={getLogger:function(e){return rl||ol(process.env.LOG4JS_CONFIG||{appenders:{out:{type:"stdout"}},categories:{default:{appenders:["out"],level:"OFF"}}}),new Qa(e||"default")},configure:ol,shutdown:il,connectLogger:tl,levels:Ya,addLayout:qa.addLayout,recording:function(){return nl}};var cl=sl,al={};Object.defineProperty(al,"__esModule",{value:!0}),al.levelMap=al.getLevel=al.setCategoriesLevel=al.getConfiguration=al.setConfiguration=void 0;const ll=cl;let fl={appenders:{debug:{type:"stdout",layout:{type:"pattern",pattern:"[%d] > hvigor %p %c %[%m%]"}},info:{type:"stdout",layout:{type:"pattern",pattern:"[%d] > hvigor %[%m%]"}},"no-pattern-info":{type:"stdout",layout:{type:"pattern",pattern:"%m"}},wrong:{type:"stderr",layout:{type:"pattern",pattern:"[%d] > hvigor %[%p: %m%]"}},"just-debug":{type:"logLevelFilter",appender:"debug",level:"debug",maxLevel:"debug"},"just-info":{type:"logLevelFilter",appender:"info",level:"info",maxLevel:"info"},"just-wrong":{type:"logLevelFilter",appender:"wrong",level:"warn",maxLevel:"error"}},categories:{default:{appenders:["just-debug","just-info","just-wrong"],level:"debug"},"no-pattern-info":{appenders:["no-pattern-info"],level:"info"}}};al.setConfiguration=e=>{fl=e};al.getConfiguration=()=>fl;let dl=ll.levels.DEBUG;al.setCategoriesLevel=(e,t)=>{dl=e;const n=fl.categories;for(const r in n)(null==t?void 0:t.includes(r))||Object.prototype.hasOwnProperty.call(n,r)&&(n[r].level=e.levelStr)};al.getLevel=()=>dl,al.levelMap=new Map([["ALL",ll.levels.ALL],["MARK",ll.levels.MARK],["TRACE",ll.levels.TRACE],["DEBUG",ll.levels.DEBUG],["INFO",ll.levels.INFO],["WARN",ll.levels.WARN],["ERROR",ll.levels.ERROR],["FATAL",ll.levels.FATAL],["OFF",ll.levels.OFF]]);var Dl=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),pl=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),El=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&Dl(t,e,n);return pl(t,e),t};Object.defineProperty(xr,"__esModule",{value:!0}),xr.evaluateLogLevel=xr.HvigorLogger=void 0;const ml=El(cl),hl=cl,yl=El(F.default),Cl=al;class Fl{constructor(e){ml.configure((0,Cl.getConfiguration)()),this._logger=ml.getLogger(e),this._logger.level=(0,Cl.getLevel)()}static getLogger(e){return new Fl(e)}log(e,...t){this._logger.log(e,...t)}debug(e,...t){this._logger.debug(e,...t)}info(e,...t){this._logger.info(e,...t)}warn(e,...t){void 0!==e&&""!==e&&this._logger.warn(e,...t)}error(e,...t){this._logger.error(e,...t)}_printTaskExecuteInfo(e,t){this.info(`Finished :${e}... after ${t}`)}_printFailedTaskInfo(e){this.error(`Failed :${e}... `)}_printDisabledTaskInfo(e){this.info(`Disabled :${e}... `)}_printUpToDateTaskInfo(e){this.info(`UP-TO-DATE :${e}... `)}errorMessageExit(e,...t){throw new Error(yl.format(e,...t))}errorExit(e,t,...n){t&&this._logger.error(t,n),this._logger.error(e.stack)}setLevel(e,t){(0,Cl.setCategoriesLevel)(e,t),ml.shutdown(),ml.configure((0,Cl.getConfiguration)())}getLevel(){return this._logger.level}configure(e){const t=(0,Cl.getConfiguration)(),n={appenders:{...t.appenders,...e.appenders},categories:{...t.categories,...e.categories}};(0,Cl.setConfiguration)(n),ml.shutdown(),ml.configure(n)}}xr.HvigorLogger=Fl,xr.evaluateLogLevel=function(e,t){t.debug?e.setLevel(hl.levels.DEBUG):t.warn?e.setLevel(hl.levels.WARN):t.error?e.setLevel(hl.levels.ERROR):e.setLevel(hl.levels.INFO)};var gl=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(X,"__esModule",{value:!0}),X.parseJsonText=X.parseJsonFile=void 0;const Al=Z,vl=gl(kr),Sl=gl(p.default),wl=gl(E.default),Ol=xr.HvigorLogger.getLogger("parse-json-util");var bl;!function(e){e[e.Char=0]="Char",e[e.EOF=1]="EOF",e[e.Identifier=2]="Identifier"}(bl||(bl={}));let _l,Bl,Pl,kl,xl,Nl,Il="start",Tl=[],Rl=0,Ml=1,Ll=0,jl=!1,$l="default",Hl="'",Jl=1;function Gl(e,t=!1){Bl=String(e),Il="start",Tl=[],Rl=0,Ml=1,Ll=0,kl=void 0,jl=t;do{_l=Vl(),Xl[Il]()}while("eof"!==_l.type);return kl}function Vl(){for($l="default",xl="",Hl="'",Jl=1;;){Nl=Ul();const e=zl[$l]();if(e)return e}}function Ul(){if(Bl[Rl])return String.fromCodePoint(Bl.codePointAt(Rl))}function Wl(){const e=Ul();return"\n"===e?(Ml++,Ll=0):e?Ll+=e.length:Ll++,e&&(Rl+=e.length),e}X.parseJsonFile=function(e,t=!1,n="utf-8"){const r=vl.default.readFileSync(Sl.default.resolve(e),{encoding:n});try{return Gl(r,t)}catch(t){if(t instanceof SyntaxError){const n=t.message.split("at");2===n.length&&Ol.errorMessageExit(`${n[0].trim()}${wl.default.EOL}\t at ${e}:${n[1].trim()}`)}Ol.errorMessageExit(`${e} is not in valid JSON/JSON5 format.`)}},X.parseJsonText=Gl;const zl={default(){switch(Nl){case"/":return Wl(),void($l="comment");case void 0:return Wl(),Kl("eof")}if(!Al.JudgeUtil.isIgnoreChar(Nl)&&!Al.JudgeUtil.isSpaceSeparator(Nl))return zl[Il]();Wl()},start(){$l="value"},beforePropertyName(){switch(Nl){case"$":case"_":return xl=Wl(),void($l="identifierName");case"\\":return Wl(),void($l="identifierNameStartEscape");case"}":return Kl("punctuator",Wl());case'"':case"'":return Hl=Nl,Wl(),void($l="string")}if(Al.JudgeUtil.isIdStartChar(Nl))return xl+=Wl(),void($l="identifierName");throw tf(bl.Char,Wl())},afterPropertyName(){if(":"===Nl)return Kl("punctuator",Wl());throw tf(bl.Char,Wl())},beforePropertyValue(){$l="value"},afterPropertyValue(){switch(Nl){case",":case"}":return Kl("punctuator",Wl())}throw tf(bl.Char,Wl())},beforeArrayValue(){if("]"===Nl)return Kl("punctuator",Wl());$l="value"},afterArrayValue(){switch(Nl){case",":case"]":return Kl("punctuator",Wl())}throw tf(bl.Char,Wl())},end(){throw tf(bl.Char,Wl())},comment(){switch(Nl){case"*":return Wl(),void($l="multiLineComment");case"/":return Wl(),void($l="singleLineComment")}throw tf(bl.Char,Wl())},multiLineComment(){switch(Nl){case"*":return Wl(),void($l="multiLineCommentAsterisk");case void 0:throw tf(bl.Char,Wl())}Wl()},multiLineCommentAsterisk(){switch(Nl){case"*":return void Wl();case"/":return Wl(),void($l="default");case void 0:throw tf(bl.Char,Wl())}Wl(),$l="multiLineComment"},singleLineComment(){switch(Nl){case"\n":case"\r":case"\u2028":case"\u2029":return Wl(),void($l="default");case void 0:return Wl(),Kl("eof")}Wl()},value(){switch(Nl){case"{":case"[":return Kl("punctuator",Wl());case"n":return Wl(),ql("ull"),Kl("null",null);case"t":return Wl(),ql("rue"),Kl("boolean",!0);case"f":return Wl(),ql("alse"),Kl("boolean",!1);case"-":case"+":return"-"===Wl()&&(Jl=-1),void($l="numerical");case".":case"0":case"I":case"N":return void($l="numerical");case'"':case"'":return Hl=Nl,Wl(),xl="",void($l="string")}if(void 0===Nl||!Al.JudgeUtil.isDigitWithoutZero(Nl))throw tf(bl.Char,Wl());$l="numerical"},numerical(){switch(Nl){case".":return xl=Wl(),void($l="decimalPointLeading");case"0":return xl=Wl(),void($l="zero");case"I":return Wl(),ql("nfinity"),Kl("numeric",Jl*(1/0));case"N":return Wl(),ql("aN"),Kl("numeric",NaN)}if(void 0!==Nl&&Al.JudgeUtil.isDigitWithoutZero(Nl))return xl=Wl(),void($l="decimalInteger");throw tf(bl.Char,Wl())},zero(){switch(Nl){case".":case"e":case"E":return void($l="decimal");case"x":case"X":return xl+=Wl(),void($l="hexadecimal")}return Kl("numeric",0)},decimalInteger(){switch(Nl){case".":case"e":case"E":return void($l="decimal")}if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},decimal(){switch(Nl){case".":xl+=Wl(),$l="decimalFraction";break;case"e":case"E":xl+=Wl(),$l="decimalExponent"}},decimalPointLeading(){if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalFraction");throw tf(bl.Char,Wl())},decimalFraction(){switch(Nl){case"e":case"E":return xl+=Wl(),void($l="decimalExponent")}if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},decimalExponent(){switch(Nl){case"+":case"-":return xl+=Wl(),void($l="decimalExponentSign")}if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalExponentInteger");throw tf(bl.Char,Wl())},decimalExponentSign(){if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalExponentInteger");throw tf(bl.Char,Wl())},decimalExponentInteger(){if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},hexadecimal(){if(Al.JudgeUtil.isHexDigit(Nl))return xl+=Wl(),void($l="hexadecimalInteger");throw tf(bl.Char,Wl())},hexadecimalInteger(){if(!Al.JudgeUtil.isHexDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},identifierNameStartEscape(){if("u"!==Nl)throw tf(bl.Char,Wl());Wl();const e=Yl();switch(e){case"$":case"_":break;default:if(!Al.JudgeUtil.isIdStartChar(e))throw tf(bl.Identifier)}xl+=e,$l="identifierName"},identifierName(){switch(Nl){case"$":case"_":case"‌":case"‍":return void(xl+=Wl());case"\\":return Wl(),void($l="identifierNameEscape")}if(!Al.JudgeUtil.isIdContinueChar(Nl))return Kl("identifier",xl);xl+=Wl()},identifierNameEscape(){if("u"!==Nl)throw tf(bl.Char,Wl());Wl();const e=Yl();switch(e){case"$":case"_":case"‌":case"‍":break;default:if(!Al.JudgeUtil.isIdContinueChar(e))throw tf(bl.Identifier)}xl+=e,$l="identifierName"},string(){switch(Nl){case"\\":return Wl(),void(xl+=function(){const e=Ul(),t=function(){switch(Ul()){case"b":return Wl(),"\b";case"f":return Wl(),"\f";case"n":return Wl(),"\n";case"r":return Wl(),"\r";case"t":return Wl(),"\t";case"v":return Wl(),"\v"}return}();if(t)return t;switch(e){case"0":if(Wl(),Al.JudgeUtil.isDigit(Ul()))throw tf(bl.Char,Wl());return"\0";case"x":return Wl(),function(){let e="",t=Ul();if(!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());if(e+=Wl(),t=Ul(),!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());return e+=Wl(),String.fromCodePoint(parseInt(e,16))}();case"u":return Wl(),Yl();case"\n":case"\u2028":case"\u2029":return Wl(),"";case"\r":return Wl(),"\n"===Ul()&&Wl(),""}if(void 0===e||Al.JudgeUtil.isDigitWithoutZero(e))throw tf(bl.Char,Wl());return Wl()}());case'"':case"'":if(Nl===Hl){const e=Kl("string",xl);return Wl(),e}return void(xl+=Wl());case"\n":case"\r":case void 0:throw tf(bl.Char,Wl());case"\u2028":case"\u2029":!function(e){Ol.warn(`JSON5: '${ef(e)}' in strings is not valid ECMAScript; consider escaping.`)}(Nl)}xl+=Wl()}};function Kl(e,t){return{type:e,value:t,line:Ml,column:Ll}}function ql(e){for(const t of e){if(Ul()!==t)throw tf(bl.Char,Wl());Wl()}}function Yl(){let e="",t=4;for(;t-- >0;){const t=Ul();if(!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());e+=Wl()}return String.fromCodePoint(parseInt(e,16))}const Xl={start(){if("eof"===_l.type)throw tf(bl.EOF);Zl()},beforePropertyName(){switch(_l.type){case"identifier":case"string":return Pl=_l.value,void(Il="afterPropertyName");case"punctuator":return void Ql();case"eof":throw tf(bl.EOF)}},afterPropertyName(){if("eof"===_l.type)throw tf(bl.EOF);Il="beforePropertyValue"},beforePropertyValue(){if("eof"===_l.type)throw tf(bl.EOF);Zl()},afterPropertyValue(){if("eof"===_l.type)throw tf(bl.EOF);switch(_l.value){case",":return void(Il="beforePropertyName");case"}":Ql()}},beforeArrayValue(){if("eof"===_l.type)throw tf(bl.EOF);"punctuator"!==_l.type||"]"!==_l.value?Zl():Ql()},afterArrayValue(){if("eof"===_l.type)throw tf(bl.EOF);switch(_l.value){case",":return void(Il="beforeArrayValue");case"]":Ql()}},end(){}};function Zl(){const e=function(){let e;switch(_l.type){case"punctuator":switch(_l.value){case"{":e={};break;case"[":e=[]}break;case"null":case"boolean":case"numeric":case"string":e=_l.value}return e}();if(jl&&"object"==typeof e&&(e._line=Ml,e._column=Ll),void 0===kl)kl=e;else{const t=Tl[Tl.length-1];Array.isArray(t)?jl&&"object"!=typeof e?t.push({value:e,_line:Ml,_column:Ll}):t.push(e):t[Pl]=jl&&"object"!=typeof e?{value:e,_line:Ml,_column:Ll}:e}!function(e){if(e&&"object"==typeof e)Tl.push(e),Il=Array.isArray(e)?"beforeArrayValue":"beforePropertyName";else{const e=Tl[Tl.length-1];Il=e?Array.isArray(e)?"afterArrayValue":"afterPropertyValue":"end"}}(e)}function Ql(){Tl.pop();const e=Tl[Tl.length-1];Il=e?Array.isArray(e)?"afterArrayValue":"afterPropertyValue":"end"}function ef(e){const t={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r","\t":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"};if(t[e])return t[e];if(e<" "){const t=e.charCodeAt(0).toString(16);return`\\x${`00${t}`.substring(t.length)}`}return e}function tf(e,t){let n="";switch(e){case bl.Char:n=void 0===t?`JSON5: invalid end of input at ${Ml}:${Ll}`:`JSON5: invalid character '${ef(t)}' at ${Ml}:${Ll}`;break;case bl.EOF:n=`JSON5: invalid end of input at ${Ml}:${Ll}`;break;case bl.Identifier:Ll-=5,n=`JSON5: invalid identifier character at ${Ml}:${Ll}`}const r=new nf(n);return r.lineNumber=Ml,r.columnNumber=Ll,r}class nf extends SyntaxError{}var rf=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),uf=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),of=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&rf(t,e,n);return uf(t,e),t};Object.defineProperty(Y,"__esModule",{value:!0});var sf=Y.cleanWorkSpace=Ff=Y.executeInstallHvigor=yf=Y.isHvigorInstalled=mf=Y.isAllDependenciesInstalled=void 0;const cf=of(D.default),af=of(p.default),lf=b,ff=j,df=$,Df=X;let pf,Ef;var mf=Y.isAllDependenciesInstalled=function(){function e(e){const t=null==e?void 0:e.dependencies;return void 0===t?0:Object.getOwnPropertyNames(t).length}if(pf=gf(),Ef=Af(),e(pf)+1!==e(Ef))return!1;for(const e in null==pf?void 0:pf.dependencies)if(!(0,ff.hasNpmPackInPaths)(e,[lf.HVIGOR_PROJECT_DEPENDENCIES_HOME])||!hf(e,pf,Ef))return!1;return!0};function hf(e,t,n){return void 0!==n.dependencies&&(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,t.dependencies[e])===n.dependencies[e]}var yf=Y.isHvigorInstalled=function(){return pf=gf(),Ef=Af(),(0,ff.hasNpmPackInPaths)(lf.HVIGOR_ENGINE_PACKAGE_NAME,[lf.HVIGOR_PROJECT_DEPENDENCIES_HOME])&&(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,pf.hvigorVersion)===Ef.dependencies[lf.HVIGOR_ENGINE_PACKAGE_NAME]};const Cf={cwd:lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,stdio:["inherit","inherit","inherit"]};var Ff=Y.executeInstallHvigor=function(){(0,df.logInfoPrintConsole)("Hvigor installing...");const e={dependencies:{}};e.dependencies[lf.HVIGOR_ENGINE_PACKAGE_NAME]=(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,pf.hvigorVersion);try{cf.mkdirSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,{recursive:!0});const t=af.resolve(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,lf.DEFAULT_PACKAGE_JSON);cf.writeFileSync(t,JSON.stringify(e))}catch(e){(0,df.logErrorAndExit)(e)}!function(){const e=["config","set","store-dir",lf.HVIGOR_PNPM_STORE_PATH];(0,ff.executeCommand)(lf.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH,e,Cf)}(),(0,ff.executeCommand)(lf.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH,["install"],Cf)};function gf(){const e=af.resolve(lf.HVIGOR_PROJECT_WRAPPER_HOME,lf.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME);return cf.existsSync(e)||(0,df.logErrorAndExit)(`Error: Hvigor config file ${e} does not exist.`),(0,Df.parseJsonFile)(e)}function Af(){return cf.existsSync(lf.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH)?(0,Df.parseJsonFile)(lf.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH):{dependencies:{}}}sf=Y.cleanWorkSpace=function(){if((0,df.logInfoPrintConsole)("Hvigor cleaning..."),!cf.existsSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME))return;const e=cf.readdirSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME);if(e&&0!==e.length){cf.existsSync(lf.HVIGOR_BOOT_JS_FILE_PATH)&&(0,ff.executeCommand)(process.argv[0],[lf.HVIGOR_BOOT_JS_FILE_PATH,"--stop-daemon"],{});try{e.forEach((e=>{cf.rmSync(af.resolve(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,e),{recursive:!0})}))}catch(e){(0,df.logErrorAndExit)(`The hvigor build tool cannot be installed. Please manually clear the workspace directory and synchronize the project again.\n\n Workspace Path: ${lf.HVIGOR_PROJECT_DEPENDENCIES_HOME}.`)}}};var vf={},Sf=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),wf=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),Of=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&Sf(t,e,n);return wf(t,e),t};Object.defineProperty(vf,"__esModule",{value:!0});var bf=vf.executeBuild=void 0;const _f=b,Bf=Of(D.default),Pf=Of(p.default),kf=$;bf=vf.executeBuild=function(){const e=Pf.resolve(_f.HVIGOR_PROJECT_DEPENDENCIES_HOME,"node_modules","@ohos","hvigor","bin","hvigor.js");try{const t=Bf.realpathSync(e);require(t)}catch(t){(0,kf.logErrorAndExit)(`Error: ENOENT: no such file ${e},delete ${_f.HVIGOR_PROJECT_DEPENDENCIES_HOME} and retry.`)}},function(){if(O.checkNpmConifg(),O.environmentHandler(),O.isPnpmAvailable()||O.executeInstallPnpm(),yf()&&mf())bf();else{sf();try{Ff()}catch(e){return void sf()}bf()}}(); \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/hvigorfile.ts b/ohos/flutter_archive/path_provider_ohos/ohos/hvigorfile.ts new file mode 100644 index 0000000000000000000000000000000000000000..71ef3ff20e9582095d6be4a81ed8500758ad0e1e --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/hvigorfile.ts @@ -0,0 +1,16 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently. +export { appTasks } from '@ohos/hvigor-ohos-plugin'; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/hvigorw b/ohos/flutter_archive/path_provider_ohos/ohos/hvigorw new file mode 100644 index 0000000000000000000000000000000000000000..e32ef173e8e02dcd911e5b54b0e14ec4b80d0771 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/hvigorw @@ -0,0 +1,63 @@ +#!/bin/bash + + +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + + +# ---------------------------------------------------------------------------- +# Hvigor startup script, version 1.0.0 +# +# Required ENV vars: +# ------------------ +# NODE_HOME - location of a Node home dir +# or +# Add /usr/local/nodejs/bin to the PATH environment variable +# ---------------------------------------------------------------------------- + +HVIGOR_APP_HOME=$(dirname $(readlink -f $0)) +HVIGOR_WRAPPER_SCRIPT=${HVIGOR_APP_HOME}/hvigor/hvigor-wrapper.js +warn() { + echo "" + echo -e "\033[1;33m`date '+[%Y-%m-%d %H:%M:%S]'`$@\033[0m" +} + +error() { + echo "" + echo -e "\033[1;31m`date '+[%Y-%m-%d %H:%M:%S]'`$@\033[0m" +} + +fail() { + error "$@" + exit 1 +} + +# Determine node to start hvigor wrapper script +if [ -n "${NODE_HOME}" ];then + EXECUTABLE_NODE="${NODE_HOME}/bin/node" + if [ ! -x "$EXECUTABLE_NODE" ];then + fail "ERROR: NODE_HOME is set to an invalid directory,check $NODE_HOME\n\nPlease set NODE_HOME in your environment to the location where your nodejs installed" + fi +else + EXECUTABLE_NODE="node" + which ${EXECUTABLE_NODE} > /dev/null 2>&1 || fail "ERROR: NODE_HOME is not set and not 'node' command found in your path" +fi + +# Check hvigor wrapper script +if [ ! -r "$HVIGOR_WRAPPER_SCRIPT" ];then + fail "ERROR: Couldn't find hvigor/hvigor-wrapper.js in ${HVIGOR_APP_HOME}" +fi + +# start hvigor-wrapper script +exec "${EXECUTABLE_NODE}" \ + "${HVIGOR_WRAPPER_SCRIPT}" "$@" diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/hvigorw.bat b/ohos/flutter_archive/path_provider_ohos/ohos/hvigorw.bat new file mode 100644 index 0000000000000000000000000000000000000000..5f12630ee13481d1fcfde0dbc1239bd2325cc1f5 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/hvigorw.bat @@ -0,0 +1,78 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +@if "%DEBUG%" == "" @echo off +@rem ########################################################################## +@rem +@rem Hvigor startup script for Windows +@rem +@rem ########################################################################## + +@rem Set local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" setlocal + +set DIRNAME=%~dp0 +if "%DIRNAME%" == "" set DIRNAME=. +set APP_BASE_NAME=%~n0 +set APP_HOME=%DIRNAME% + +@rem Resolve any "." and ".." in APP_HOME to make it shorter. +for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi + +set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js +set NODE_EXE=node.exe + +goto start + +:start +@rem Find node.exe +if defined NODE_HOME goto findNodeFromNodeHome + +%NODE_EXE% --version >NUL 2>&1 +if "%ERRORLEVEL%" == "0" goto execute + +echo. +echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. +echo. +echo Please set the NODE_HOME variable in your environment to match the +echo location of your NodeJs installation. + +goto fail + +:findNodeFromNodeHome +set NODE_HOME=%NODE_HOME:"=% +set NODE_EXE_PATH=%NODE_HOME%/%NODE_EXE% + +if exist "%NODE_EXE_PATH%" goto execute +echo. +echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. +echo. +echo Please set the NODE_HOME variable in your environment to match the +echo location of your NodeJs installation. + +goto fail + +:execute +@rem Execute hvigor +"%NODE_EXE%" %WRAPPER_MODULE_PATH% %* + +if "%ERRORLEVEL%" == "0" goto hvigorwEnd + +:fail +exit /b 1 + +:hvigorwEnd +if "%OS%" == "Windows_NT" endlocal + +:end diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/local.properties b/ohos/flutter_archive/path_provider_ohos/ohos/local.properties new file mode 100644 index 0000000000000000000000000000000000000000..39865f3eaac3df38eb419a3c51ad43c668abd566 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/local.properties @@ -0,0 +1,9 @@ +# This file is automatically generated by DevEco Studio. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file should *NOT* be checked into Version Control Systems, +# as it contains information specific to your local configuration. +# +# For customization when using a Version Control System, please read the header note. +nodejs.dir=C:/Users/z30010942/nodejs +#hwsdk.dir=D:/tools/devecostudio-windows-4.0.3.601/devecostudio-windows-4.0.3.601/sdk/WinSDK \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh-package-lock.json5 b/ohos/flutter_archive/path_provider_ohos/ohos/oh-package-lock.json5 new file mode 100644 index 0000000000000000000000000000000000000000..d0391aeca40c4c9c302f8fb57374a84a81753aae --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh-package-lock.json5 @@ -0,0 +1,27 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +{ + "lockfileVersion": 1, + "ATTENTION": "THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.", + "specifiers": { + "@ohos/hypium@1.0.6": "@ohos/hypium@1.0.6" + }, + "packages": { + "@ohos/hypium@1.0.6": { + "resolved": "https://repo.harmonyos.com/ohpm/@ohos/hypium/-/hypium-1.0.6.tgz", + "integrity": "sha512-bb3DWeWhYrFqj9mPFV3yZQpkm36kbcK+YYaeY9g292QKSjOdmhEIQR2ULPvyMsgSR4usOBf5nnYrDmaCCXirgQ==" + } + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh-package.json5 b/ohos/flutter_archive/path_provider_ohos/ohos/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..5e2fe2eff69fb2a9faba982c0cf7feff58d9ff8f --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh-package.json5 @@ -0,0 +1,27 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +{ + "name": "path_provider", + "version": "1.0.0", + "description": "Please describe the basic information.", + "main": "", + "author": "", + "license": "", + "dependencies": { + }, + "devDependencies": { + "@ohos/hypium": "1.0.6" + } +} diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/CHANGELOG.md b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/README.md b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/index.d.ts b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/index.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..b0b4394a3284c07e873e84c9144cd31889e1863d --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/index.d.ts @@ -0,0 +1,136 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License") + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +export const DEFAULT = 0B0000 + +export const when: when; + +export enum TestType { + FUNCTION = 0B1, + PERFORMANCE = 0B1 << 1, + POWER = 0B1 << 2, + RELIABILITY = 0B1 << 3, + SECURITY = 0B1 << 4, + GLOBAL = 0B1 << 5, + COMPATIBILITY = 0B1 << 6, + USER = 0B1 << 7, + STANDARD = 0B1 << 8, + SAFETY = 0B1 << 9, + RESILIENCE = 0B1 << 10 +} + +export enum Size { + SMALLTEST = 0B1 << 16, + MEDIUMTEST = 0B1 << 17, + LARGETEST = 0B1 << 18 +} + +export enum Level { + LEVEL0 = 0B1 << 24, + LEVEL1 = 0B1 << 25, + LEVEL2 = 0B1 << 26, + LEVEL3 = 0B1 << 27, + LEVEL4 = 0B1 << 28 +} + +export function describe(testSuiteName: string, callback: Function): void + +export function beforeEach(callback: Function): void + +export function afterEach(callback: Function): void + +export function beforeAll(callback: Function): void + +export function afterAll(callback: Function): void + +export function it(testCaseName: string, attribute: (TestType | Size | Level), callback: Function) + +export interface Assert { + assertClose(expectValue: number, precision: number): void + assertContain(expectValue: any): void + assertEqual(expectValue: any): void + assertFail(): void + assertFalse(): void + assertTrue(): void + assertInstanceOf(expectValue: string): void + assertLarger(expectValue: number): void + assertLess(expectValue: number): void + assertNull(): void + assertThrowError(expectValue: string): void + assertUndefined(): void + assertLargerOrEqual(expectValue: number):void + assertLessOrEqual(expectValue: number):void + assertNaN():void + assertNegUnlimited(): void + assertPosUnlimited(): void + not(): Assert; + assertDeepEquals(expectValue: any):void + assertPromiseIsPending(): void + assertPromiseIsRejected(): void + assertPromiseIsRejectedWith(expectValue?: any): void + assertPromiseIsRejectedWithError(...expectValue): void + assertPromiseIsResolved(): void + assertPromiseIsResolvedWith(expectValue?: any): void +} + +export function expect(actualValue?: any): Assert + +export class ArgumentMatchers { + static any; + static anyString; + static anyBoolean; + static anyNumber; + static anyObj; + static anyFunction; + static matchRegexs(Regex: RegExp): void +} + +declare interface when { + afterReturn(value: any): any + afterReturnNothing(): undefined + afterAction(action: any): any + afterThrow(e_msg: string): string + (argMatchers?: any): when; +} + +export interface VerificationMode { + times(count: Number): void + never(): void + once(): void + atLeast(count: Number): void + atMost(count: Number): void +} + +export class MockKit { + constructor() + mockFunc(obj: Object, func: Function): Function + mockObject(obj: Object): Object + verify(methodName: String, argsArray: Array): VerificationMode + ignoreMock(obj: Object, func: Function): void + clear(obj: Object): void + clearAll(): void +} + +export class SysTestKit { + static actionStart(tag: string): void + static actionEnd(tag: string): void + static existKeyword(keyword: string, timeout?: number): boolean +} + +export class Hypium { + static setData(data: {[key: string]: any}): void + static setTimeConfig(systemTime: any) + static hypiumTest(abilityDelegator: any, abilityDelegatorArguments: any, testsuite: Function): void +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/index.ets b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/index.ets new file mode 100644 index 0000000000000000000000000000000000000000..3c3fe31746bcc2d00e4f8b33e67be5c5a26f9d22 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/index.ets @@ -0,0 +1,92 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License") + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import Core from './src/main/core'; +import {DEFAULT, TestType, Size, Level} from './src/main/Constant'; +import DataDriver from './src/main/module/config/DataDriver'; +import ExpectExtend from './src/main/module/assert/ExpectExtend'; +import OhReport from './src/main/module/report/OhReport'; +import SysTestKit from './src/main/module/kit/SysTestKit'; +import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from './src/main/interface'; +import {MockKit, when} from './src/main/module/mock/MockKit'; +import ArgumentMatchers from './src/main/module/mock/ArgumentMatchers'; + +class Hypium { + static setData(data) { + const core = Core.getInstance(); + const dataDriver = new DataDriver({data}); + core.addService('dataDriver', dataDriver); + } + + static setTimeConfig(systemTime) { + SysTestKit.systemTime = systemTime; + } + + static hypiumTest(abilityDelegator, abilityDelegatorArguments, testsuite) { + const core = Core.getInstance(); + const expectExtend = new ExpectExtend({ + 'id': 'extend' + }); + core.addService('expect', expectExtend); + const ohReport = new OhReport({ + 'delegator': abilityDelegator, + 'abilityDelegatorArguments': abilityDelegatorArguments + }); + SysTestKit.delegator = abilityDelegator; + core.addService('report', ohReport); + core.init(); + core.subscribeEvent('spec', ohReport); + core.subscribeEvent('suite', ohReport); + core.subscribeEvent('task', ohReport); + const configService = core.getDefaultService('config'); + + let testParameters = {}; + if (abilityDelegatorArguments !== null) { + testParameters = configService.translateParams(abilityDelegatorArguments.parameters); + } + console.info('parameters:' + JSON.stringify(testParameters)); + configService.setConfig(testParameters); + + testsuite(); + if (Object.prototype.hasOwnProperty.call(globalThis, 'setupUiTestEnvironment')) { + globalThis.setupUiTestEnvironment().then(() => { + console.info('UiTestKit::after run uitest setup, start run testcases'); + core.execute(abilityDelegator); + }).catch((error) => { + console.error('UiTestKit:: call setupUiTestEnvironment failure:' + error); + core.execute(abilityDelegator); + }); + } else { + console.info('UiTestKit:: no need to setup uitest, start run testcases'); + core.execute(abilityDelegator); + } + } +} + +export { + Hypium, + Core, + DEFAULT, + TestType, + Size, + Level, + DataDriver, + ExpectExtend, + OhReport, + SysTestKit, + describe, beforeAll, beforeEach, afterEach, afterAll, it, expect, + MockKit, when, + ArgumentMatchers +}; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/index.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/index.js new file mode 100644 index 0000000000000000000000000000000000000000..3c3fe31746bcc2d00e4f8b33e67be5c5a26f9d22 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/index.js @@ -0,0 +1,92 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License") + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import Core from './src/main/core'; +import {DEFAULT, TestType, Size, Level} from './src/main/Constant'; +import DataDriver from './src/main/module/config/DataDriver'; +import ExpectExtend from './src/main/module/assert/ExpectExtend'; +import OhReport from './src/main/module/report/OhReport'; +import SysTestKit from './src/main/module/kit/SysTestKit'; +import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from './src/main/interface'; +import {MockKit, when} from './src/main/module/mock/MockKit'; +import ArgumentMatchers from './src/main/module/mock/ArgumentMatchers'; + +class Hypium { + static setData(data) { + const core = Core.getInstance(); + const dataDriver = new DataDriver({data}); + core.addService('dataDriver', dataDriver); + } + + static setTimeConfig(systemTime) { + SysTestKit.systemTime = systemTime; + } + + static hypiumTest(abilityDelegator, abilityDelegatorArguments, testsuite) { + const core = Core.getInstance(); + const expectExtend = new ExpectExtend({ + 'id': 'extend' + }); + core.addService('expect', expectExtend); + const ohReport = new OhReport({ + 'delegator': abilityDelegator, + 'abilityDelegatorArguments': abilityDelegatorArguments + }); + SysTestKit.delegator = abilityDelegator; + core.addService('report', ohReport); + core.init(); + core.subscribeEvent('spec', ohReport); + core.subscribeEvent('suite', ohReport); + core.subscribeEvent('task', ohReport); + const configService = core.getDefaultService('config'); + + let testParameters = {}; + if (abilityDelegatorArguments !== null) { + testParameters = configService.translateParams(abilityDelegatorArguments.parameters); + } + console.info('parameters:' + JSON.stringify(testParameters)); + configService.setConfig(testParameters); + + testsuite(); + if (Object.prototype.hasOwnProperty.call(globalThis, 'setupUiTestEnvironment')) { + globalThis.setupUiTestEnvironment().then(() => { + console.info('UiTestKit::after run uitest setup, start run testcases'); + core.execute(abilityDelegator); + }).catch((error) => { + console.error('UiTestKit:: call setupUiTestEnvironment failure:' + error); + core.execute(abilityDelegator); + }); + } else { + console.info('UiTestKit:: no need to setup uitest, start run testcases'); + core.execute(abilityDelegator); + } + } +} + +export { + Hypium, + Core, + DEFAULT, + TestType, + Size, + Level, + DataDriver, + ExpectExtend, + OhReport, + SysTestKit, + describe, beforeAll, beforeEach, afterEach, afterAll, it, expect, + MockKit, when, + ArgumentMatchers +}; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/oh-package.json5 b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..c3e555885d7dc1192d874cbba436346d12b14a1e --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/oh-package.json5 @@ -0,0 +1,25 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +{ + "name": "@ohos/hypium", + "version": "1.0.6", + "description": "A unit test framework for OpenHarmony application", + "main": "index.js", + "keywords": [], + "author": "huawei", + "license": "Apache-2.0", + "dependencies": { + } +} diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/Constant.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/Constant.js new file mode 100644 index 0000000000000000000000000000000000000000..f1829107720a64df7b571a4bfd11a25e6d9022b6 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/Constant.js @@ -0,0 +1,47 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * define the testcase type : TestType, Size , Level + */ +export const DEFAULT = 0B0000; + +export class TestType { + static FUNCTION = 0B1; + static PERFORMANCE = 0B1 << 1; + static POWER = 0B1 << 2; + static RELIABILITY = 0B1 << 3; + static SECURITY = 0B1 << 4; + static GLOBAL = 0B1 << 5; + static COMPATIBILITY = 0B1 << 6; + static USER = 0B1 << 7; + static STANDARD = 0B1 << 8; + static SAFETY = 0B1 << 9; + static RESILIENCE = 0B1 << 10; +} + +export class Size { + static SMALLTEST = 0B1 << 16; + static MEDIUMTEST = 0B1 << 17; + static LARGETEST = 0B1 << 18; +} + +export class Level { + static LEVEL0 = 0B1 << 24; + static LEVEL1 = 0B1 << 25; + static LEVEL2 = 0B1 << 26; + static LEVEL3 = 0B1 << 27; + static LEVEL4 = 0B1 << 28; +} diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/core.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/core.js new file mode 100644 index 0000000000000000000000000000000000000000..cfcb5f17287208f5e6869b4248faf6c9093002d9 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/core.js @@ -0,0 +1,159 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import {SuiteService, SpecService, ExpectService, ReportService} from './service'; +import {ConfigService} from './module/config/configService'; +import {SpecEvent, TaskEvent, SuiteEvent} from './event'; + +/** + * core service for execute testcase. + */ +class Core { + static getInstance() { + if (!this.instance) { + this.instance = new Core(); + } + return this.instance; + } + + constructor() { + this.instance = null; + this.services = { + suite: {}, + spec: {}, + config: {}, + expect: {}, + log: {}, + report: {} + + }; + this.events = { + suite: {}, + spec: {}, + task: {} + }; + } + + addService(name, service) { + let serviceObj = {}; + if (!this.services[name]) { + this.services[name] = serviceObj; + } else { + serviceObj = this.services[name]; + } + serviceObj[service.id] = service; + } + + getDefaultService(name) { + return this.services[name].default; + } + + getServices(name) { + return this.services[name]; + } + + registerEvent(serviceName, event) { + let eventObj = {}; + if (!this.events[serviceName]) { + this.events[serviceName] = eventObj; + } else { + eventObj = this.events[serviceName]; + } + eventObj[event.id] = event; + } + + unRegisterEvent(serviceName, eventID) { + const eventObj = this.events[serviceName]; + if (eventObj) { + delete eventObj[eventID]; + } + } + + subscribeEvent(serviceName, serviceObj) { + const eventObj = this.events[serviceName]; + if (eventObj) { + for (const attr in eventObj) { + eventObj[attr]['subscribeEvent'](serviceObj); + } + } + } + + async fireEvents(serviceName, eventName) { + const eventObj = this.events[serviceName]; + if (!eventObj) { + return; + } + for (const attr in eventObj) { + await eventObj[attr][eventName](); + } + } + + addToGlobal(apis) { + if (typeof globalThis !== 'undefined') { + for (let api in apis) { + globalThis[api] = apis[api]; + } + } + for (const api in apis) { + this[api] = apis[api]; + } + } + + init() { + this.addService('suite', new SuiteService({id: 'default'})); + this.addService('spec', new SpecService({id: 'default'})); + this.addService('expect', new ExpectService({id: 'default'})); + this.addService('report', new ReportService({id: 'default'})); + this.addService('config', new ConfigService({id: 'default'})); + this.registerEvent('task', new TaskEvent({id: 'default', coreContext: this})); + this.registerEvent('suite', new SuiteEvent({id: 'default', coreContext: this})); + this.registerEvent('spec', new SpecEvent({id: 'default', coreContext: this})); + this.subscribeEvent('spec', this.getDefaultService('report')); + this.subscribeEvent('suite', this.getDefaultService('report')); + this.subscribeEvent('task', this.getDefaultService('report')); + const context = this; + for (const key in this.services) { + const serviceObj = this.services[key]; + for (const serviceID in serviceObj) { + const service = serviceObj[serviceID]; + service.init(context); + + if (typeof service.apis !== 'function') { + continue; + } + const apis = service.apis(); + if (apis) { + this.addToGlobal(apis); + } + } + } + } + + execute(abilityDelegator) { + const suiteService = this.getDefaultService('suite'); + const configService = this.getDefaultService('config'); + if (configService['dryRun'] === 'true') { + (async function () { + await suiteService.dryRun(abilityDelegator); + })(); + return; + } + setTimeout(() => { + suiteService.execute(); + }, 10); + } +} + +export default Core; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/event.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/event.js new file mode 100644 index 0000000000000000000000000000000000000000..1333a1c483f9a2aa1c45e133b1d3cbbc7cdb8346 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/event.js @@ -0,0 +1,94 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class SpecEvent { + constructor(attr) { + this.id = attr.id; + this.coreContext = attr.context; + this.eventMonitors = []; + } + + subscribeEvent(service) { + this.eventMonitors.push(service); + } + + async specStart() { + for (const monitor of this.eventMonitors) { + await monitor['specStart'](); + } + } + + async specDone() { + for (const monitor of this.eventMonitors) { + await monitor['specDone'](); + } + } +} + +class SuiteEvent { + constructor(attr) { + this.id = attr.id; + this.suiteContext = attr.coreContext; + this.eventMonitors = []; + } + + subscribeEvent(service) { + this.eventMonitors.push(service); + } + + async suiteStart() { + for (const monitor of this.eventMonitors) { + await monitor['suiteStart'](); + } + } + + async suiteDone() { + for (const monitor of this.eventMonitors) { + await monitor['suiteDone'](); + } + } +} + +class TaskEvent { + constructor(attr) { + this.id = attr.id; + this.coreContext = attr.coreContext; + this.eventMonitors = []; + } + + subscribeEvent(service) { + this.eventMonitors.push(service); + } + + async taskStart() { + for (const monitor of this.eventMonitors) { + await monitor['taskStart'](); + } + } + + async taskDone() { + for (const monitor of this.eventMonitors) { + await monitor['taskDone'](); + } + } + + incorrectFormat() { + for (const monitor of this.eventMonitors) { + monitor['incorrectFormat'](); + } + } +} + +export {SpecEvent, TaskEvent, SuiteEvent}; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/interface.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/interface.js new file mode 100644 index 0000000000000000000000000000000000000000..40398c849d55cd76ab64fcba26899b547e2a3c97 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/interface.js @@ -0,0 +1,44 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import Core from './core'; + +const core = Core.getInstance(); + +const describe = function (desc, func) { + return Reflect.has(core, 'describe') ? core.describe(desc, func) : (desc, func) => { }; +}; +const it = function (desc, filter, func) { + return Reflect.has(core, 'it') ? core.it(desc, filter, func) : (desc, filter, func) => { }; +}; +const beforeEach = function (func) { + return Reflect.has(core, 'beforeEach') ? core.beforeEach(func) : (func) => { }; +}; +const afterEach = function (func) { + return Reflect.has(core, 'afterEach') ? core.afterEach(func) : (func) => { }; +}; +const beforeAll = function (func) { + return Reflect.has(core, 'beforeAll') ? core.beforeAll(func) : (func) => { }; +}; +const afterAll = function (func) { + return Reflect.has(core, 'afterAll') ? core.afterAll(func) : (func) => { }; +}; +const expect = function (actualValue) { + return Reflect.has(core, 'expect') ? core.expect(actualValue) : (actualValue) => { }; +}; + +export { + describe, it, beforeAll, beforeEach, afterEach, afterAll, expect +}; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/ExpectExtend.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/ExpectExtend.js new file mode 100644 index 0000000000000000000000000000000000000000..d10d15e6f9955c6d04610101f8766c951ee1a35d --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/ExpectExtend.js @@ -0,0 +1,85 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import assertNull from './assertNull'; +import assertClose from './assertClose'; +import assertContain from './assertContain'; +import assertLess from './assertLess'; +import assertLarger from './assertLarger'; +import assertFail from './assertFail'; +import assertUndefined from './assertUndefined'; +import assertFalse from './assertFalse'; +import assertInstanceOf from './assertInstanceOf'; +import assertThrowError from './assertThrowError'; +import assertLargerOrEqual from './assertLargerOrEqual' +import assertLessOrEqual from './assertLessOrEqual' +import assertNaN from './assertNaN' +import assertNegUnlimited from './assertNegUnlimited' +import assertPosUnlimited from './assertPosUnlimited' +import assertDeepEquals from './deepEquals/assertDeepEquals' +import assertPromiseIsPending from './assertPromiseIsPending'; +import assertPromiseIsRejected from './assertPromiseIsRejected'; +import assertPromiseIsRejectedWith from './assertPromiseIsRejectedWith'; +import assertPromiseIsRejectedWithError from './assertPromiseIsRejectedWithError'; +import assertPromiseIsResolved from './assertPromiseIsResolved'; +import assertPromiseIsResolvedWith from './assertPromiseIsResolvedWith'; +class ExpectExtend { + constructor(attr) { + this.id = attr.id; + this.matchers = {}; + } + + extendsMatchers() { + this.matchers.assertNull = assertNull; + this.matchers.assertClose = assertClose; + this.matchers.assertContain = assertContain; + this.matchers.assertLess = assertLess; + this.matchers.assertLarger = assertLarger; + this.matchers.assertFail = assertFail; + this.matchers.assertUndefined = assertUndefined; + this.matchers.assertFalse = assertFalse; + this.matchers.assertInstanceOf = assertInstanceOf; + this.matchers.assertThrowError = assertThrowError; + this.matchers.assertLargerOrEqual = assertLargerOrEqual; + this.matchers.assertLessOrEqual = assertLessOrEqual; + this.matchers.assertNaN = assertNaN; + this.matchers.assertNegUnlimited = assertNegUnlimited; + this.matchers.assertPosUnlimited = assertPosUnlimited; + this.matchers.assertDeepEquals = assertDeepEquals; + this.matchers.assertPromiseIsPending = assertPromiseIsPending; + this.matchers.assertPromiseIsRejected = assertPromiseIsRejected; + this.matchers.assertPromiseIsRejectedWith = assertPromiseIsRejectedWith; + this.matchers.assertPromiseIsRejectedWithError = assertPromiseIsRejectedWithError; + this.matchers.assertPromiseIsResolved = assertPromiseIsResolved; + this.matchers.assertPromiseIsResolvedWith = assertPromiseIsResolvedWith; + } + + init(coreContext) { + this.coreContext = coreContext; + this.extendsMatchers(); + const expectService = this.coreContext.getDefaultService('expect'); + expectService.addMatchers(this.matchers); + } + + apis() { + return { + 'expect': function (actualValue) { + return this.coreContext.getDefaultService('expect').expect(actualValue); + } + }; + } +} + +export default ExpectExtend; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertClose.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertClose.js new file mode 100644 index 0000000000000000000000000000000000000000..63635bea5bf1298776de565260e0e0babae56857 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertClose.js @@ -0,0 +1,41 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertClose(actualValue, expected) { + console.log('expected:' + expected[0] + ',precision:' + expected[1]); + if (actualValue === null && expected[0] === null) { + throw new Error('actualValue and expected can not be both null!!!'); + } + let result; + let diff = Math.abs(expected[0] - actualValue); + let actualAbs = Math.abs(actualValue); + if ((actualAbs - 0) === 0) { + if ((diff - 0) === 0) { + result = true; + } else { + result = false; + } + } else if (diff / actualAbs < expected[1]) { + result = true; + } else { + result = false; + } + return { + pass: result, + message: '|' + actualValue + ' - ' + expected[0] + '|/' + actualValue + ' is not less than ' + expected[1] + }; +} + +export default assertClose; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertContain.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertContain.js new file mode 100644 index 0000000000000000000000000000000000000000..7fba0d9755503e5e926f6c1a4e425e0d1cf47570 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertContain.js @@ -0,0 +1,35 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertContain(actualValue, expect) { + let result = false; + if (Object.prototype.toString.call(actualValue).indexOf('Array')) { + for (let i in actualValue) { + if (actualValue[i] == expect[0]) { + result = true; + } + } + } + let type = Object.prototype.toString.call(actualValue); + if (type === '[object String]') { + result = actualValue.indexOf(expect[0]) >= 0; + } + return { + pass: result, + message: 'expect false, ' + actualValue + ' do not have ' + expect[0] + }; +} + +export default assertContain; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertFail.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertFail.js new file mode 100644 index 0000000000000000000000000000000000000000..8ab4ac5caef712c75c4eac49dfbbb91d33669d9a --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertFail.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertFail() { + return { + pass: false, + message: 'fail ' + }; +} + +export default assertFail; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertFalse.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertFalse.js new file mode 100644 index 0000000000000000000000000000000000000000..c5008e94f4b2ce13ed35b604811793c76b542347 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertFalse.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertFalse(actualValue) { + return { + pass: (actualValue) === false, + message: 'expect false, actualValue is ' + actualValue + }; +} + +export default assertFalse; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertInstanceOf.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertInstanceOf.js new file mode 100644 index 0000000000000000000000000000000000000000..1e11b93f7251c67f5455c5007cd7be268aa53b32 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertInstanceOf.js @@ -0,0 +1,29 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertInstanceOf(actualValue, expected) { + if (Object.prototype.toString.call(actualValue) == '[object ' + expected[0] + ']') { + return { + pass: true + }; + } else { + return { + pass: false, + message: actualValue + ' is ' + Object.prototype.toString.call(actualValue) + 'not ' + expected[0] + }; + } +} + +export default assertInstanceOf; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertLarger.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertLarger.js new file mode 100644 index 0000000000000000000000000000000000000000..a74f4a8cedaf3add9c2dc2d3799081a83198732f --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertLarger.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertLarger(actualValue, expected) { + return { + pass: (actualValue) > expected[0], + message: (actualValue) + ' is not larger than ' + expected[0] + }; +} + +export default assertLarger; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertLargerOrEqual.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertLargerOrEqual.js new file mode 100644 index 0000000000000000000000000000000000000000..e847e6c217364b7f69c173c66fb98d10efc45ef1 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertLargerOrEqual.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertLargerOrEqual(actualValue, expected) { + return { + pass: (actualValue) >= expected[0], + message: (actualValue) + ' is not larger than ' + expected[0] + }; +} + +export default assertLargerOrEqual; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertLess.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertLess.js new file mode 100644 index 0000000000000000000000000000000000000000..17e84b0abaeb20804048a5a15c19e0603634846d --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertLess.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertLess(actualValue, expected) { + return { + pass: (actualValue) < expected[0], + message: (actualValue) + ' is not less than ' + expected[0] + }; +} + +export default assertLess; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertLessOrEqual.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertLessOrEqual.js new file mode 100644 index 0000000000000000000000000000000000000000..f754f97ffa9d24e7852efe2423a1dd35d448af82 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertLessOrEqual.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertLessOrEqual(actualValue, expected) { + return { + pass: (actualValue) <= expected[0], + message: (actualValue) + ' is not less than ' + expected[0] + }; +} + +export default assertLessOrEqual; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertNaN.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertNaN.js new file mode 100644 index 0000000000000000000000000000000000000000..8d45d6a93b86c5ed325a68b32ff014835993a58e --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertNaN.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertNaN(actualValue) { + return { + pass: actualValue !== actualValue, + message: 'expect NaN, actualValue is ' + actualValue + }; +} + +export default assertNaN; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertNegUnlimited.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertNegUnlimited.js new file mode 100644 index 0000000000000000000000000000000000000000..ceac555afc826e057970e6cfe9c73b322c672aa2 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertNegUnlimited.js @@ -0,0 +1,23 @@ +/* +* Copyright (c) 2022 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +function assertNegUnlimited(actualValue) { + return { + pass: actualValue === Number.NEGATIVE_INFINITY, + message: 'Expected actualValue not to be -Infinity. actualValue is,' + actualValue + }; +} + +export default assertNegUnlimited; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertNull.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertNull.js new file mode 100644 index 0000000000000000000000000000000000000000..53a7bad827323a98d3302a4e7eea679551b459c5 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertNull.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertNull(actualValue) { + return { + pass: (actualValue) === null, + message: 'expect null, actualValue is ' + (actualValue) + }; +} + +export default assertNull; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPosUnlimited.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPosUnlimited.js new file mode 100644 index 0000000000000000000000000000000000000000..6e68c0e2b6c499f4dc3dd56c13e9ea1073a3c54c --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPosUnlimited.js @@ -0,0 +1,23 @@ +/* +* Copyright (c) 2022 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +function assertPosUnlimited(actualValue) { + return { + pass: actualValue === Number.POSITIVE_INFINITY, + message: 'Expected actualValue is POSITIVE_INFINITY. actualValue is,' + actualValue + }; +} + +export default assertPosUnlimited; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsPending.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsPending.js new file mode 100644 index 0000000000000000000000000000000000000000..7e2ca2ce14d50c39554fc1157d6d4eb9329d5c39 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsPending.js @@ -0,0 +1,42 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsPending(actualPromise) { + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + const helper = {}; + return Promise.race([actualPromise, Promise.resolve(helper)]).then( + function (got) { + return helper === got ? {pass: true, message: 'actualValue is isPending'} + : { + pass: false, + message: 'expect isPending, actualValue is resolve' + }; + }, + function () { + return { + pass: false + , message: 'expect isPending, actualValue is reject' + }; + }); +} + +export default assertPromiseIsPending; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejected.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejected.js new file mode 100644 index 0000000000000000000000000000000000000000..eb8e65c7d70d5750a9ccebb55c2cf5049cf144fc --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejected.js @@ -0,0 +1,40 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsRejected(actualPromise) { + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + const helper = {}; + return Promise.race([actualPromise, Promise.resolve(helper)]).then( + function (got) { + return { + pass: false, + message: 'expect isRejected, but actualValue is ' + + (helper === got ? 'isPending' : 'resolve') + }; + }, + function () { + return {pass: true, message: 'actualValue is isRejected'}; + } + ); +} + +export default assertPromiseIsRejected; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWith.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWith.js new file mode 100644 index 0000000000000000000000000000000000000000..48eaf7859279a70ea2ad85509296b5da1c7b69f9 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWith.js @@ -0,0 +1,57 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsRejectedWith(actualPromise, expectedValue) { + + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + + function tips(passed) { + return ('Expected a promise ' + (passed ? 'not ' : '') + + 'to be rejected with ' + JSON.stringify(expectedValue[0])); + } + + const helper = {}; + return Promise.race([actualPromise, Promise.resolve(helper)]).then( + function (got) { + return { + pass: false, + message: tips(false) + ' but actualValue is ' + + (helper === got ? 'isPending' : 'resolve') + }; + }, + function (actualValue) { + if (JSON.stringify(actualValue) == JSON.stringify(expectedValue[0])) { + return { + pass: true, + message: 'actualValue was rejected with ' + JSON.stringify(actualValue) + '.' + }; + } else { + return { + pass: false, + message: tips(false) + ' but it was rejected with ' + JSON.stringify(actualValue) + '.' + }; + } + } + ); +} + +export default assertPromiseIsRejectedWith; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWithError.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWithError.js new file mode 100644 index 0000000000000000000000000000000000000000..334a3d397fec0a0f79b9aa1bf92a9622b580351f --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWithError.js @@ -0,0 +1,103 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsRejectedWithError(actualPromise, expectedValue) { + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + const helper = {}; + return Promise.race([actualPromise, Promise.resolve(helper)]).then( + function (got) { + return { + pass: false, + message: 'Expected a promise to be rejected but actualValue is ' + + (helper === got ? 'isPending' : 'resolve') + }; + }, + function (actualValue) { + return matchError(actualValue, expectedValue); + } + ); + +} + +function matchError(actualValue, expectedValue) { + if (expectedValue.length == 1 && typeof expectedValue[0] === 'function') { + if (expectedValue[0].name === actualValue.__proto__.name) { + return {pass: true, message: 'actual error type is ' + actualValue.name + '.'}; + } + return { + pass: false, + message: 'except error type is ' + expectedValue[0].name + ',but actual is ' + actualValue.name + '.' + }; + } + + if (expectedValue.length == 1 && typeof expectedValue[0] === 'string') { + if (expectedValue[0] === actualValue.message) { + return {pass: true, message: 'actual error message is ' + actualValue.message + '.'}; + } + return { + pass: false, + message: 'except error message ' + expectedValue[0] + ',but actual is ' + actualValue.message + '.' + }; + } + + if (expectedValue.length == 1) { + return { + pass: false, + message: 'When only one parameter, it ' + + 'should be error type or error message.' + }; + } + + if (expectedValue.length == 2 && typeof expectedValue[0] === 'function' && expectedValue[0].name === actualValue.name) { + if (typeof expectedValue[1] === 'string' && actualValue.message === expectedValue[1]) { + return {pass: true, message: 'actual error message is ' + actualValue.message + '.'}; + } else { + return { + pass: false, + message: 'except error message is ' + expectedValue[1] + ',but actual is ' + actualValue.message + '.' + }; + } + } + + if (expectedValue.length == 2 && typeof expectedValue[0] === 'function' && expectedValue[0].name !== actualValue.name) { + if (typeof expectedValue[1] === 'string' && actualValue.message === expectedValue[1]) { + return { + pass: false, + message: 'except error type is ' + expectedValue[0].name + ',but actual is ' + actualValue.name + '.' + }; + } else { + return { + pass: false, + message: 'except error type and message are incorrect.' + }; + } + } + + if (expectedValue.length > 2) { + return { + pass: false, + message: 'Up to two parameters are supported.' + }; + } +} + +export default assertPromiseIsRejectedWithError; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolved.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolved.js new file mode 100644 index 0000000000000000000000000000000000000000..855426ca79e5002428e53d4fcb5f843cdf7119f7 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolved.js @@ -0,0 +1,45 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsResolved(actualPromise) { + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + + const helper = {}; + return Promise.race([actualPromise, Promise.resolve(helper)]).then( + function (got) { + return helper === got ? { + pass: false, + message: 'expect resolve, actualValue is isPending' + } + : {pass: true, message: 'actualValue is isResolved'}; + }, + function (rej) { + return { + pass: false, + message: 'Expected a promise to be resolved but it was ' + + 'rejected with ' + JSON.stringify(rej) + '.' + }; + } + ); +} + +export default assertPromiseIsResolved; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolvedWith.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolvedWith.js new file mode 100644 index 0000000000000000000000000000000000000000..d5eb01e32491b281a1e1d650a307723253a61e39 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolvedWith.js @@ -0,0 +1,59 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsResolvedWith(actualPromise, expectedValue) { + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + + function tips(passed) { + return ( + 'Expected a promise ' + (passed ? 'not ' : '') + + 'to be resolved with ' + JSON.stringify(expectedValue[0])); + } + + const helper = {}; + return Promise.race([actualPromise, Promise.resolve(helper)]).then( + function (got) { + if (helper === got) { + return {pass: false, message: 'expect resolve, actualValue is isPending'}; + } + if (JSON.stringify(got) == JSON.stringify(expectedValue[0])) { + return { + pass: true, + message: 'actualValue was resolved with ' + JSON.stringify(got) + '.' + }; + } + return { + pass: false, + message: tips(false) + ' but it was resolved with ' + + JSON.stringify(got) + '.' + }; + }, + function (rej) { + return { + pass: false, + message: tips(false) + ' but it was rejected with ' + JSON.stringify(rej) + '.' + }; + } + ); +} + +export default assertPromiseIsResolvedWith; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertThrowError.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertThrowError.js new file mode 100644 index 0000000000000000000000000000000000000000..749cab0daee3f156909f60c9375146c23d7aa322 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertThrowError.js @@ -0,0 +1,44 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertThrowError(actualValue, expected) { + let result = false; + let err; + if (typeof actualValue !== 'function') { + throw new Error('actualValue is not a function'); + } + try { + actualValue(); + return { + pass: result, + message: ' An error is not thrown while it is expected!' + }; + } catch (e) { + err = e; + } + + if (err instanceof Error) { + console.log(err.message); + if (err.message == expected[0]) { + result = true; + } + } + return { + pass: result, + message: 'expected throw failed , ' + err.message + ' is not ' + expected[0] + }; +} + +export default assertThrowError; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertUndefined.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertUndefined.js new file mode 100644 index 0000000000000000000000000000000000000000..61f092d715dd1630297518b59ff13ef0940991e1 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertUndefined.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertUndefined(actualValue) { + return { + pass: undefined === (actualValue), + message: 'expect Undefined, actualValue is ' + (actualValue) + }; +} + +export default assertUndefined; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/DeepTypeUtils.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/DeepTypeUtils.js new file mode 100644 index 0000000000000000000000000000000000000000..b0be6674ee3474b08aff2f16b0a3c161aa8683df --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/DeepTypeUtils.js @@ -0,0 +1,138 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class DeepTypeUtils { + static getType_(value) { + return Object.prototype.toString.apply(value); + } + static isA_(typeName, value) { + return this.getType_(value) === '[object ' + typeName + ']'; + } + static isAsymmetricEqualityTester_(obj) { + return obj ? this.isA_('Function', obj.asymmetricMatch) : false; + } + + /** + * 是否是function + * @param value + */ + static isFunction_(value) { + return this.isA_('Function', value); + } + + /** + * 是否是undefined + * @param obj + */ + static isUndefined(obj) { + return obj === void 0; + } + + /** + * 是否是Node + * @param obj + */ + static isDomNode(obj) { + return obj !== null && + typeof obj === 'object' && + typeof obj.nodeType === 'number' && + typeof obj.nodeName === 'string'; + } + + /** + * 是否是promise对象 + * @param obj + */ + static isPromise (obj) { + return !!obj && obj.constructor === Promise; + }; + /** + * 是否是map对象 + * @param obj + */ + static isMap(obj) { + return ( + obj !== null && + typeof obj !== 'undefined' && + obj.constructor === Map + ); + } + + /** + * 是否是set对象 + * @param obj 对象 + */ + static isSet(obj) { + return ( + obj !== null && + typeof obj !== 'undefined' && + obj.constructor === Set + ); + } + + /** + * 对象是否有key属性 + * @param obj 对象 + * @param key 对象属性名称 + */ + static has(obj, key) { + return Object.prototype.hasOwnProperty.call(obj, key); + } + + /** + * 获取对象的自有属性 + * @param obj 对象 + * @param isArray 是否是数组,[object Array] + */ + static keys(obj, isArray) { + const extraKeys = []; + // 获取对象所有属性 + const allKeys = this.getAllKeys(obj); + if (!isArray) { + return allKeys; + } + if (allKeys.length === 0) { + return allKeys; + } + for (const k of allKeys) { + if (typeof k === 'symbol' || !/^[0-9]+$/.test(k)) { + extraKeys.push(k); + } + } + return extraKeys; + } + + /** + * 获取obj对象的所有属性 + * @param obj obj对象 + */ + static getAllKeys(obj) { + const keys = []; + for (let key in obj) { + if(this.has(obj, key)) { + keys.push(key); + } + } + const symbols = Object.getOwnPropertySymbols(obj); + for (const sym of symbols) { + if (obj.propertyIsEnumerable(sym)) { + keys.push(sym); + } + } + return keys; + } + +} +export default DeepTypeUtils; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/assertDeepEquals.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/assertDeepEquals.js new file mode 100644 index 0000000000000000000000000000000000000000..4d991b4878fae2768bc7af074e275706d79e6f4d --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/assertDeepEquals.js @@ -0,0 +1,311 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import DeepTypeUtils from './DeepTypeUtils' +function assertDeepEquals(actualValue, expected) { + console.log('actualValue:' + actualValue + ',expected:' + expected[0]); + let result = eq(actualValue, expected[0],[], []) + let msg = logMsg(actualValue, expected[0]); + return { + pass: result, + message: msg + }; +} + +/** + * 获取失败显示日志 + * @param actualValue 实际对象 + * @param expected 期待比较对象 + */ +function logMsg(actualValue, expected) { + // 获取a的对象名称 + const aClassName = Object.prototype.toString.call(actualValue); + const bClassName = Object.prototype.toString.call(expected); + let actualMsg; + let expectMsg; + if(aClassName == "[object Function]") { + actualMsg = "actualValue Function" + }else if(aClassName == "[object Promise]") { + actualMsg = "actualValue Promise" + }else if(aClassName == "[object Set]" || aClassName == "[object Map]") { + actualMsg = JSON.stringify(Array.from(actualValue));; + }else if(aClassName == "[object RegExp]") { + actualMsg = JSON.stringify(actualValue.source.replace("\\",""));; + } + else{ + actualMsg = JSON.stringify(actualValue); + } + if(bClassName == "[object Function]") { + expectMsg = "expected Function" + }else if(bClassName == "[object Promise]") { + expectMsg = "expected Promise" + }else if(aClassName == "[object Set]" || bClassName == "[object Map]") { + expectMsg = JSON.stringify(Array.from(expected)); + }else if(aClassName == "[object RegExp]") { + expectMsg = JSON.stringify(expected.source.replace("\\",""));; + } + else{ + expectMsg = JSON.stringify(expected); + } + return actualMsg + " is not deep equal " + expectMsg; +} + +function eq(a, b, aStack, bStack) { + let result = true; + console.log('a is:' + a + ',b is:' + b); + const asymmetricResult = asymmetricMatch_(a,b); + if (!DeepTypeUtils.isUndefined(asymmetricResult)) { + return asymmetricResult; + } + + if (a instanceof Error && b instanceof Error) { + result = a.message == b.message; + return result; + } + + if (a === b) { + result = a !== 0 || 1 / a == 1 / b; + return result; + } + + if (a === null || b === null) { + result = a === b; + return result; + } + // 获取a的对象名称 + const aClassName = Object.prototype.toString.call(a); + const bClassName = Object.prototype.toString.call(b); + console.log('aClassName is:' + aClassName); + console.log('bClassName is:' + bClassName); + // 不同类型不同对象 + if (aClassName != bClassName) { + return false; + } + // 俩个string对象 + if(aClassName === '[object String]') { + result = a == String(b); + return result; + } + // 俩个Number对象 + if(aClassName === '[object Number]') { + result = a != +a ? b != +b : a === 0 && b === 0 ? 1 / a == 1 / b : a == +b; + return result; + } + + if(aClassName === '[object Date]' || aClassName === '[object Boolean]') { + result = +a == +b; + return result; + } + + // 数组 + if(aClassName === '[object ArrayBuffer]') { + return eq(new Uint8Array(a), new Uint8Array(b), aStack, bStack); + } + + // 正则表达式 + if(aClassName === '[object RegExp]') { + return ( + a.source == b.source && + a.global == b.global && + a.multiline == b.multiline && + a.ignoreCase == b.ignoreCase + ); + } + + if (typeof a != 'object' || typeof b != 'object') { + return false; + } + + const aIsDomNode = DeepTypeUtils.isDomNode(a); + const bIsDomNode = DeepTypeUtils.isDomNode(b); + if (aIsDomNode && bIsDomNode) { + // At first try to use DOM3 method isEqualNode + result = a.isEqualNode(b); + return result; + } + if (aIsDomNode || bIsDomNode) { + return false; + } + const aIsPromise = DeepTypeUtils.isPromise(a); + const bIsPromise = DeepTypeUtils.isPromise(b); + if (aIsPromise && bIsPromise) { + return a === b; + } + let length = aStack.length; + while (length--) { + if (aStack[length] == a) { + return bStack[length] == b; + } + } + aStack.push(a); + bStack.push(b); + let size = 0; + + // 都是数组 + if(aClassName == '[object Array]') { + const aLength = a.length; + const bLength = b.length; + if (aLength !== bLength) { + // 数组长度不同,不是同一个对象 + return false; + } + for (let i = 0; i < aLength || i < bLength; i++) { + // 递归每一个元素是否相同 + result = eq(i < aLength ? a[i] : void 0, i < bLength ? b[i] : void 0, aStack, bStack) && result; + } + if (!result) { + return false; + } + } else if(DeepTypeUtils.isMap(a) && DeepTypeUtils.isMap(b)) { + if (a.size != b.size) { + return false; + } + const keysA = []; + const keysB = []; + a.forEach(function(valueA, keyA) { + keysA.push(keyA); + }); + b.forEach(function(valueB, keyB) { + keysB.push(keyB); + }); + const mapKeys = [keysA, keysB]; + const cmpKeys = [keysB, keysA]; + for (let i = 0; result && i < mapKeys.length; i++) { + const mapIter = mapKeys[i]; + const cmpIter = cmpKeys[i]; + + for (let j = 0; result && j < mapIter.length; j++) { + const mapKey = mapIter[j]; + const cmpKey = cmpIter[j]; + const mapValueA = a.get(mapKey); + let mapValueB; + if ( + DeepTypeUtils.isAsymmetricEqualityTester_(mapKey) || + (DeepTypeUtils.isAsymmetricEqualityTester_(cmpKey) && + eq(mapKey, cmpKey)) + ) { + mapValueB = b.get(cmpKey); + } else { + mapValueB = b.get(mapKey); + } + result = eq(mapValueA, mapValueB, aStack, bStack); + } + } + if (!result) { + return false; + } + } else if(DeepTypeUtils.isSet(a) && DeepTypeUtils.isSet(b)) { + if (a.size != b.size) { + return false; + } + const valuesA = []; + a.forEach(function(valueA) { + valuesA.push(valueA); + }); + const valuesB = []; + b.forEach(function(valueB) { + valuesB.push(valueB); + }); + const setPairs = [[valuesA, valuesB], [valuesB, valuesA]]; + const stackPairs = [[aStack, bStack], [bStack, aStack]]; + for (let i = 0; result && i < setPairs.length; i++) { + const baseValues = setPairs[i][0]; + const otherValues = setPairs[i][1]; + const baseStack = stackPairs[i][0]; + const otherStack = stackPairs[i][1]; + for (const baseValue of baseValues) { + let found = false; + for (let j = 0; !found && j < otherValues.length; j++) { + const otherValue = otherValues[j]; + const prevStackSize = baseStack.length; + // 深度比较对象 + found = eq(baseValue, otherValue, baseStack, otherStack); + if (!found && prevStackSize !== baseStack.length) { + baseStack.splice(prevStackSize); + otherStack.splice(prevStackSize); + } + } + result = result && found; + } + } + if (!result) { + return false; + } + } else { + const aCtor = a.constructor, + bCtor = b.constructor; + if ( + aCtor !== bCtor && + DeepTypeUtils.isFunction_(aCtor) && + DeepTypeUtils.isFunction_(bCtor) && + a instanceof aCtor && + b instanceof bCtor && + !(aCtor instanceof aCtor && bCtor instanceof bCtor) + ) { + return false; + } + } + + // 获取对象所有的属性集合 + const aKeys = DeepTypeUtils.keys(a, aClassName == '[object Array]'); + size = aKeys.length; + + // 俩个对象属性长度不一致, 俩对象不相同 + if (DeepTypeUtils.keys(b, bClassName == '[object Array]').length !== size) { + return false; + } + + // 俩对象属性数量相同, 递归比较每个属性值得值 + for (const key of aKeys) { + console.log('key is:' + key); + // b 没有 key 属性 + if(!DeepTypeUtils.has(b, key)) { + result = false; + continue; + } + if (!eq(a[key], b[key], aStack, bStack)) { + result = false; + } + } + if (!result) { + return false; + } + aStack.pop(); + bStack.pop(); + return result; +} + +function asymmetricMatch_(a, b) { + const asymmetricA = DeepTypeUtils.isAsymmetricEqualityTester_(a); + const asymmetricB = DeepTypeUtils.isAsymmetricEqualityTester_(b); + + if (asymmetricA === asymmetricB) { + return undefined; + } + +} + +/** + * 获取对象的自有属性 + * + * @param obj 对象 + * @param isArray 是否是一个数组 + */ +function keys(obj, isArray) { + const keys = []; + +} + +export default assertDeepEquals; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/isPromiseLike.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/isPromiseLike.js new file mode 100644 index 0000000000000000000000000000000000000000..015ab19a2a0c4872d7cb490b61f8e1dd6a8ac90b --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/isPromiseLike.js @@ -0,0 +1,32 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function isPromiseLike(obj) { + return !!obj && isFunction_(obj.then); +} + +function isFunction_(value) { + return isA_('Function', value); +} + +function isA_(typeName, value) { + return getType_(value) === '[object ' + typeName + ']'; +} + +function getType_(value) { + return Object.prototype.toString.apply(value); +} + +export default isPromiseLike; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/config/DataDriver.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/config/DataDriver.js new file mode 100644 index 0000000000000000000000000000000000000000..639dffc9cdb912f1f33a6ccb61868c9ed7c695bf --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/config/DataDriver.js @@ -0,0 +1,116 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +const SUITES_KEY = 'suites'; +const SPECS_KEY = 'items'; +const DESCRIBE_KEY = 'describe'; +const IT_KEY = 'it'; +const PARAMS_KEY = 'params'; +const STRESS_KEY = 'stress'; + +class ObjectUtils { + static get(object, name, defaultValue) { + let result = defaultValue; + for (const key in object) { + if (key === name) { + return object[key]; + } + } + return result; + } + + static has(object, key) { + return Object.prototype.hasOwnProperty.call(object, key); + } +} + +class DataDriver { + constructor(attr) { + this.id = 'dataDriver'; + this.data = attr.data || {}; + } + + init(coreContext) { + this.coreContext = coreContext; + this.suiteService = this.coreContext.getDefaultService('suite'); + this.specService = this.coreContext.getDefaultService('spec'); + } + + getSpecParams() { + let specParams = []; + let suiteDesc = this.suiteService.getCurrentRunningSuite().description; + let specDesc = this.specService.getCurrentRunningSpec().description; + let suites = ObjectUtils.get(this.data, SUITES_KEY, []); + for (const suiteItem of suites) { + let describeValue = ObjectUtils.get(suiteItem, DESCRIBE_KEY, ''); + if (ObjectUtils.has(suiteItem, DESCRIBE_KEY) && (typeof describeValue === 'object') && describeValue.constructor === Array && describeValue.includes(suiteDesc)) { + let specs = ObjectUtils.get(suiteItem, SPECS_KEY, []); + for (const specItem of specs) { + if (ObjectUtils.has(specItem, IT_KEY) && ObjectUtils.get(specItem, IT_KEY) === specDesc) { + return ObjectUtils.get(specItem, PARAMS_KEY, specParams); + } + } + } + } + return specParams; + } + + getSuiteParams() { + let suiteParams = {}; + let suiteDesc = this.suiteService.getCurrentRunningSuite().description; + let suites = ObjectUtils.get(this.data, SUITES_KEY, []); + for (const suiteItem of suites) { + let describeValue = ObjectUtils.get(suiteItem, DESCRIBE_KEY, []); + if (ObjectUtils.has(suiteItem, DESCRIBE_KEY) && (typeof describeValue === 'object') && describeValue.constructor === Array && describeValue.includes(suiteDesc)) { + suiteParams = Object.assign({}, suiteParams, ObjectUtils.get(suiteItem, PARAMS_KEY, suiteParams)); + } + } + return suiteParams; + } + + getSpecStress(specDesc) { + let stress = 1; + let suiteDesc = this.suiteService.getCurrentRunningSuite().description; + let suites = ObjectUtils.get(this.data, SUITES_KEY, []); + for (const suiteItem of suites) { + let describeValue = ObjectUtils.get(suiteItem, DESCRIBE_KEY, ''); + if (ObjectUtils.has(suiteItem, DESCRIBE_KEY) && (typeof describeValue === 'object') && describeValue.constructor === Array && describeValue.includes(suiteDesc)) { + let specs = ObjectUtils.get(suiteItem, SPECS_KEY, []); + for (const specItem of specs) { + if (ObjectUtils.has(specItem, IT_KEY) && ObjectUtils.get(specItem, IT_KEY) === specDesc) { + let tempStress = ObjectUtils.get(specItem, STRESS_KEY, stress); + return (Number.isInteger(tempStress) && tempStress >= 1) ? tempStress : stress; + } + } + } + } + return stress; + } + + getSuiteStress(suiteDesc) { + let stress = 1; + let suites = ObjectUtils.get(this.data, SUITES_KEY, []); + for (const suiteItem of suites) { + let describeValue = ObjectUtils.get(suiteItem, DESCRIBE_KEY, []); + if (ObjectUtils.has(suiteItem, DESCRIBE_KEY) && (typeof describeValue === 'object') && describeValue.constructor === Array && describeValue.includes(suiteDesc)) { + let tempStress = ObjectUtils.get(suiteItem, STRESS_KEY, stress); + return (Number.isInteger(tempStress) && tempStress >= 1) ? tempStress : stress; + } + } + return stress; + } +} + +export default DataDriver; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/config/Filter.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/config/Filter.js new file mode 100644 index 0000000000000000000000000000000000000000..0ca3b4f412353ad0e9fa70bcfe775c905b5e02a9 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/config/Filter.js @@ -0,0 +1,81 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class ClassFilter { + constructor(suiteName, itName, params) { + this.suiteName = suiteName; + this.itName = itName; + this.params = params; + } + + filterSuite() { + return !this.params.split(',').map(item => item.split('#')[0]).map(item => item == this.suiteName).reduce((pre, cur) => pre || cur, false); + } + + filterIt() { + let classArray = this.params.split(',') || []; + let suiteFilterResult = classArray.filter(item => !item.includes('#')).map(item => item == this.suiteName).reduce((pre, cur) => pre || cur, false); + let itFilterResult = classArray.filter(item => item.includes('#')).map(item => item == (this.suiteName + '#' + this.itName)).reduce((pre, cur) => pre || cur, false); + return !(suiteFilterResult || itFilterResult); + } +} + +class NotClassFilter { + constructor(suiteName, itName, params) { + this.suiteName = suiteName; + this.itName = itName; + this.params = params; + } + + filterSuite() { + return this.params.split(',').map(item => item == this.suiteName).reduce((pre, cur) => pre || cur, false); + } + + filterIt() { + return this.params.split(',').some(item => item == (this.suiteName + '#' + this.itName)); + } +} + +class SuiteAndItNameFilter { + constructor(suiteName, itName, params) { + this.suiteName = suiteName; + this.itName = itName; + this.params = params; + } + + filterSuite() { + return !this.params.split(',').map(item => item == this.suiteName).reduce((pre, cur) => pre || cur, false); + } + + filterIt() { + return !this.params.split(',').map(item => item == this.itName).reduce((pre, cur) => pre || cur, false); + } +} + + +class TestTypesFilter { + constructor(suiteName, itName, fi, params) { + this.suiteName = suiteName; + this.itName = itName; + this.params = params; + this.fi = fi; + } + + filterIt() { + return !((this.params === (this.fi & this.params)) || this.fi === 0); + } +} + +export {ClassFilter, NotClassFilter, SuiteAndItNameFilter, TestTypesFilter}; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/config/configService.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/config/configService.js new file mode 100644 index 0000000000000000000000000000000000000000..745f137e3d48ff86bbd910f6639affe56a773654 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/config/configService.js @@ -0,0 +1,292 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import {ClassFilter, NotClassFilter, SuiteAndItNameFilter, TestTypesFilter} from './Filter'; +const STRESS_RULE = /^[1-9]\d*$/; + +class ConfigService { + constructor(attr) { + this.id = attr.id; + this.supportAsync = false; + this.random = false; + this.filterValid = []; + this.filter = 0; + this.flag = false; + this.suite = null; + this.itName = null; + this.testType = null; + this.level = null; + this.size = null; + this.class = null; + this.notClass = null; + this.timeout = null; + // 遇错即停模式配置 + this.breakOnError = false; + // 压力测试配置 + this.stress = null; + } + + init(coreContext) { + this.coreContext = coreContext; + } + + isNormalInteger(str) { + const n = Math.floor(Number(str)); + return n !== Infinity && String(n) === String(str) && n >= 0; + } + + getStress() { + if (this.stress === undefined || this.stress === '' || this.stress === null) { + return 1; + } + return !this.stress.match(STRESS_RULE) ? 1 : Number.parseInt(this.stress); + } + + basicParamValidCheck(params) { + let size = params.size; + if (size !== undefined && size !== '' && size !== null) { + let sizeArray = ['small', 'medium', 'large']; + if (sizeArray.indexOf(size) === -1) { + this.filterValid.push('size:' + size); + } + } + let level = params.level; + if (level !== undefined && level !== '' && level !== null) { + let levelArray = ['0', '1', '2', '3', '4']; + if (levelArray.indexOf(level) === -1) { + this.filterValid.push('level:' + level); + } + } + let testType = params.testType; + if (testType !== undefined && testType !== '' && testType !== null) { + let testTypeArray = ['function', 'performance', 'power', 'reliability', 'security', + 'global', 'compatibility', 'user', 'standard', 'safety', 'resilience']; + if (testTypeArray.indexOf(testType) === -1) { + this.filterValid.push('testType:' + testType); + } + } + } + + filterParamValidCheck(params) { + let timeout = params.timeout; + if (timeout !== undefined && timeout !== '' && timeout !== null) { + if (!this.isNormalInteger(timeout)) { + this.filterValid.push('timeout:' + timeout); + } + } + + let paramKeys = ['dryRun', 'random', 'breakOnError', 'coverage']; + for (const key of paramKeys) { + if (params[key] !== undefined && params[key] !== 'true' && params[key] !== 'false') { + this.filterValid.push(`${key}:${params[key]}`); + } + } + + // 压力测试参数验证,正整数 + if (params.stress !== undefined && params.stress !== '' && params.stress !== null) { + if (!params.stress.match(STRESS_RULE)) { + this.filterValid.push('stress:' + params.stress); + } + } + + let nameRule = /^[A-Za-z]{1}[\w#,.]*$/; + let paramClassKeys = ['class', 'notClass']; + for (const key of paramClassKeys) { + if (params[key] !== undefined && params[key] !== '' && params[key] !== null) { + let classArray = params[key].split(','); + classArray.forEach(item => !item.match(nameRule) ? this.filterValid.push(`${key}:${params[key]}`) : null); + } + } + } + + setConfig(params) { + this.basicParamValidCheck(params); + this.filterParamValidCheck(params); + try { + this.class = params.class; + this.notClass = params.notClass; + this.flag = params.flag || {flag: false}; + this.suite = params.suite; + this.itName = params.itName; + this.filter = params.filter; + this.testType = params.testType; + this.level = params.level; + this.size = params.size; + this.timeout = params.timeout; + this.dryRun = params.dryRun; + this.breakOnError = params.breakOnError; + this.random = params.random === 'true' ? true : false; + this.stress = params.stress; + this.coverage = params.coverage; + this.filterParam = { + testType: { + 'function': 1, + 'performance': 1 << 1, + 'power': 1 << 2, + 'reliability': 1 << 3, + 'security': 1 << 4, + 'global': 1 << 5, + 'compatibility': 1 << 6, + 'user': 1 << 7, + 'standard': 1 << 8, + 'safety': 1 << 9, + 'resilience': 1 << 10, + }, + level: { + '0': 1 << 24, + '1': 1 << 25, + '2': 1 << 26, + '3': 1 << 27, + '4': 1 << 28, + }, + size: { + 'small': 1 << 16, + 'medium': 1 << 17, + 'large': 1 << 18, + } + }; + this.parseParams(); + } catch (err) { + console.info('setConfig error: ' + err.message); + } + } + + parseParams() { + if (this.filter != null) { + return; + } + let testTypeFilter = 0; + let sizeFilter = 0; + let levelFilter = 0; + if (this.testType != null) { + testTypeFilter = this.testType.split(',') + .map(item => this.filterParam.testType[item] || 0) + .reduce((pre, cur) => pre | cur, 0); + } + if (this.level != null) { + levelFilter = this.level.split(',') + .map(item => this.filterParam.level[item] || 0) + .reduce((pre, cur) => pre | cur, 0); + } + if (this.size != null) { + sizeFilter = this.size.split(',') + .map(item => this.filterParam.size[item] || 0) + .reduce((pre, cur) => pre | cur, 0); + } + this.filter = testTypeFilter | sizeFilter | levelFilter; + console.info('filter params:' + this.filter); + } + + isCurrentSuite(description) { + if (this.suite !== undefined && this.suite !== '' && this.suite !== null) { + let suiteArray = this.suite.split(','); + return suiteArray.indexOf(description) !== -1; + } + return false; + } + + filterSuite(currentSuiteName) { + let filterArray = []; + if (this.suite !== undefined && this.suite !== '' && this.suite !== null) { + filterArray.push(new SuiteAndItNameFilter(currentSuiteName, '', this.suite)); + } + if (this.class !== undefined && this.class !== '' && this.class !== null) { + filterArray.push(new ClassFilter(currentSuiteName, '', this.class)); + } + if (this.notClass !== undefined && this.notClass !== '' && this.notClass !== null) { + filterArray.push(new NotClassFilter(currentSuiteName, '', this.notClass)); + } + + let result = filterArray.map(item => item.filterSuite()).reduce((pre, cur) => pre || cur, false); + return result; + } + + filterDesc(currentSuiteName, desc, fi, coreContext) { + let filterArray = []; + if (this.itName !== undefined && this.itName !== '' && this.itName !== null) { + filterArray.push(new SuiteAndItNameFilter(currentSuiteName, desc, this.itName)); + } + if (this.class !== undefined && this.class !== '' && this.class !== null) { + filterArray.push(new ClassFilter(currentSuiteName, desc, this.class)); + } + if (this.notClass !== undefined && this.notClass !== '' && this.notClass !== null) { + filterArray.push(new NotClassFilter(currentSuiteName, desc, this.notClass)); + } + if (typeof (this.filter) !== 'undefined' && this.filter !== 0 && fi !== 0) { + filterArray.push(new TestTypesFilter('', '', fi, this.filter)); + } + let result = filterArray.map(item => item.filterIt()).reduce((pre, cur) => pre || cur, false); + return result; + } + + isRandom() { + return this.random || false; + } + + isBreakOnError() { + return this.breakOnError !== 'true' ? false : true; + } + + setSupportAsync(value) { + this.supportAsync = value; + } + + isSupportAsync() { + return this.supportAsync; + } + + translateParams(parameters) { + const keySet = new Set([ + '-s class', '-s notClass', '-s suite', '-s itName', + '-s level', '-s testType', '-s size', '-s timeout', + '-s dryRun', '-s random', '-s breakOnError', '-s stress', + '-s coverage', 'class', 'notClass', 'suite', 'itName', + 'level', 'testType', 'size', 'timeout', 'dryRun', 'random', + 'breakOnError', 'stress', 'coverage' + ]); + let targetParams = {}; + for (const key in parameters) { + if (keySet.has(key)) { + var newKey = key.replace("-s ", ""); + targetParams[newKey] = parameters[key]; + } + } + return targetParams; + } + translateParamsToString(parameters) { + const keySet = new Set([ + '-s class', '-s notClass', '-s suite', '-s itName', + '-s level', '-s testType', '-s size', '-s timeout', + '-s dryRun', '-s random', '-s breakOnError', '-s stress', + '-s coverage','class', 'notClass', 'suite', 'itName', + 'level', 'testType', 'size', 'timeout', 'dryRun', 'random', + 'breakOnError', 'stress', 'coverage' + ]); + let targetParams = ''; + for (const key in parameters) { + if (keySet.has(key)) { + targetParams += ' ' + key + ' ' + parameters[key]; + } + } + return targetParams.trim(); + } + + execute() { + } +} + +export { + ConfigService +}; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/coverage/coverageCollect.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/coverage/coverageCollect.js new file mode 100644 index 0000000000000000000000000000000000000000..4707dea3eba464fd7446bf215481f4049b0cfe00 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/coverage/coverageCollect.js @@ -0,0 +1,30 @@ +/* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import SysTestKit from "../kit/SysTestKit"; + +export async function collectCoverageData() { + if (globalThis.__coverage__ === undefined) { + return; + } + const strJson = JSON.stringify(globalThis.__coverage__); + const strLen = strJson.length; + const maxLen = 500; + const maxCount = Math.floor(strLen / maxLen); + const OHOS_REPORT_COVERAGE_DATA = 'OHOS_REPORT_COVERAGE_DATA:'; + for (let count = 0; count <= maxCount; count++) { + await SysTestKit.print(`${OHOS_REPORT_COVERAGE_DATA} ${strJson.substring(count * maxLen, (count + 1) * maxLen)}`); + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/kit/SysTestKit.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/kit/SysTestKit.js new file mode 100644 index 0000000000000000000000000000000000000000..d73d46d912dc2f86a645327548b5d58a17c168bf --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/kit/SysTestKit.js @@ -0,0 +1,88 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class SysTestKit { + + static delegator = null; + static systemTime = null; + + constructor() { + this.id = 'sysTestKit'; + this.index = 0; + } + + static actionStart(tag) { + console.info(JSON.stringify(tag)); + var message = '\n' + 'OHOS_REPORT_ACTIONSTART: ' + JSON.stringify(tag) + '\n'; + SysTestKit.print(message); + console.info(tag + ' actionStart print success'); + } + + static actionEnd(tag) { + console.info(JSON.stringify(tag)); + var message = '\n' + 'OHOS_REPORT_ACTIONEND: ' + JSON.stringify(tag) + '\n'; + SysTestKit.print(message); + console.info(tag + ' actionEnd print success'); + } + + static async existKeyword(keyword, timeout) { + let reg = new RegExp(/^[a-zA-Z0-9]{1,}$/) + if (!reg.test(keyword)) { + throw new Error('keyword must contain more than one string, and only letters and numbers are supported.') + } + timeout = timeout || 4; + + let searchResult = false; + let cmd = 'hilog -x | grep -i \'' + keyword + '\' | wc -l'; + await executePromise(cmd, timeout).then((data) => { + searchResult = data; + }); + return searchResult; + } + static async print(message) { + if ('printSync' in SysTestKit.delegator) { + console.debug(`printSync called ...`); + SysTestKit.delegator.printSync(message); + } else { + await SysTestKit.delegator.print(message); + } + } + + static async getRealTime() { + let currentTime = new Date().getTime(); + if (SysTestKit.systemTime !== null && SysTestKit.systemTime !== undefined) { + await SysTestKit.systemTime.getRealTime().then((time) => { + console.info(`systemTime.getRealTime success data: ${JSON.stringify(time)}`); + currentTime = time; + }).catch((error) => { + console.error(`failed to systemTime.getRealTime because ${JSON.stringify(error)}`); + }); + } + return currentTime; + } +} + +function executePromise(cmd, timeout) { + return new Promise((resolve, reject) => { + SysTestKit.delegator.executeShellCommand(cmd, timeout, + (error, data) => { + console.info('existKeyword CallBack: err : ' + JSON.stringify(error)); + console.info('existKeyword CallBack: data : ' + JSON.stringify(data)); + resolve(parseInt(data.stdResult) > 3 ? true : false); + }); + }); +} + +export default SysTestKit; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/mock/ArgumentMatchers.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/mock/ArgumentMatchers.js new file mode 100644 index 0000000000000000000000000000000000000000..6a9d7aac464e95383ea31385284b6603c34e084c --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/mock/ArgumentMatchers.js @@ -0,0 +1,122 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class ArgumentMatchers { + ANY = ""; + ANY_STRING = ""; + ANY_BOOLEAN = ""; + ANY_NUMBER = ""; + ANY_OBJECT = ""; + ANY_FUNCTION = ""; + MATCH_REGEXS = ""; + + static any() { + } + + static anyString() { + } + + static anyBoolean() { + } + + static anyNumber() { + } + + static anyObj() { + } + + static anyFunction() { + } + + static matchRegexs() { + let regex = arguments[0]; + if (ArgumentMatchers.isRegExp(regex)) { + return regex; + } + throw Error("not a regex"); + } + + static isRegExp(value) { + return Object.prototype.toString.call(value) === "[object RegExp]"; + } + + matcheReturnKey() { + let arg = arguments[0]; + let regex = arguments[1]; + let stubSetKey = arguments[2]; + + if (stubSetKey && stubSetKey == this.ANY) { + return this.ANY; + } + + if (typeof arg === "string" && !regex) { + return this.ANY_STRING; + } + + if (typeof arg === "boolean" && !regex) { + return this.ANY_BOOLEAN; + } + + if (typeof arg === "number" && !regex) { + return this.ANY_NUMBER; + } + + if (typeof arg === "object" && !regex) { + return this.ANY_OBJECT; + } + + if (typeof arg === "function" && !regex) { + return this.ANY_FUNCTION; + } + + if (typeof arg === "string" && regex) { + return regex.test(arg); + } + + return null; + } + + matcheStubKey() { + let key = arguments[0]; + + if (key === ArgumentMatchers.any) { + return this.ANY; + } + + if (key === ArgumentMatchers.anyString) { + return this.ANY_STRING; + } + if (key === ArgumentMatchers.anyBoolean) { + return this.ANY_BOOLEAN; + } + if (key === ArgumentMatchers.anyNumber) { + return this.ANY_NUMBER; + } + if (key === ArgumentMatchers.anyObj) { + return this.ANY_OBJECT; + } + if (key === ArgumentMatchers.anyFunction) { + return this.ANY_FUNCTION; + } + + if (ArgumentMatchers.isRegExp(key)) { + return key; + } + + return null; + } +} + +export default ArgumentMatchers; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/mock/ExtendInterface.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/mock/ExtendInterface.js new file mode 100644 index 0000000000000000000000000000000000000000..c6a866a6df662ad10a7f6869dcbc2381fa47bcdc --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/mock/ExtendInterface.js @@ -0,0 +1,57 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class ExtendInterface { + constructor(mocker) { + this.mocker = mocker; + } + + stub() { + this.params = arguments; + return this; + } + + stubMockedCall(returnInfo) { + this.mocker.stubApply(this, this.params, returnInfo); + } + + afterReturn(value) { + this.stubMockedCall(function () { + return value; + }); + } + + afterReturnNothing() { + this.stubMockedCall(function () { + return undefined; + }); + } + + afterAction(action) { + this.stubMockedCall(action); + } + + afterThrow(msg) { + this.stubMockedCall(function () { + throw msg; + }); + } + + clear() { + this.mocker.clear(); + } +} + +export default ExtendInterface; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/mock/MockKit.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/mock/MockKit.js new file mode 100644 index 0000000000000000000000000000000000000000..a23462472c023f0ef81a6a6d274f14f8649a8dc0 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/mock/MockKit.js @@ -0,0 +1,256 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import ExtendInterface from "./ExtendInterface"; +import VerificationMode from "./VerificationMode"; +import ArgumentMatchers from "./ArgumentMatchers"; + +class MockKit { + + constructor() { + this.mFunctions = []; + this.stubs = new Map(); + this.recordCalls = new Map(); + this.currentSetKey = null; + this.mockObj = null; + this.recordMockedMethod = new Map(); + } + + init() { + this.reset(); + } + + reset() { + this.mFunctions = []; + this.stubs = {}; + this.recordCalls = {}; + this.currentSetKey = null; + this.mockObj = null; + this.recordMockedMethod = new Map(); + } + + clearAll() { + this.reset(); + var props = Object.keys(this); + for (var i = 0; i < props.length; i++) { + delete this[props[i]]; + } + + var props = Object.getOwnPropertyNames(this); + for (var i = 0; i < props.length; i++) { + delete this[props[i]]; + } + for (var key in this) { + delete this[key]; + } + } + + clear(obj) { + if (!obj) throw Error("Please enter an object to be cleaned"); + if (typeof (obj) != 'object') throw new Error('Not a object'); + this.recordMockedMethod.forEach(function (value, key, map) { + if (key) { + obj[key] = value; + } + }); + } + + ignoreMock(obj, method) { + if (typeof (obj) != 'object') throw new Error('Not a object'); + if (typeof (method) != 'function') throw new Error('Not a function'); + let og = this.recordMockedMethod.get(method.propName); + if (og) { + obj[method.propName] = og; + this.recordMockedMethod.set(method.propName, undefined); + } + } + + extend(dest, source) { + dest["stub"] = source["stub"]; + dest["afterReturn"] = source["afterReturn"]; + dest["afterReturnNothing"] = source["afterReturnNothing"]; + dest["afterAction"] = source["afterAction"]; + dest["afterThrow"] = source["afterThrow"]; + dest["stubMockedCall"] = source["stubMockedCall"]; + dest["clear"] = source["clear"]; + return dest; + } + + stubApply(f, params, returnInfo) { + let values = this.stubs.get(f); + if (!values) { + values = new Map(); + } + let key = params[0]; + if (typeof key == "undefined") { + key = "anonymous-mock-" + f.propName; + } + let matcher = new ArgumentMatchers(); + if (matcher.matcheStubKey(key)) { + key = matcher.matcheStubKey(key); + if (key) { + this.currentSetKey = key; + } + } + values.set(key, returnInfo); + this.stubs.set(f, values); + } + + getReturnInfo(f, params) { + let values = this.stubs.get(f); + if (!values) { + return undefined; + } + let retrunKet = params[0]; + if (typeof retrunKet == "undefined") { + retrunKet = "anonymous-mock-" + f.propName; + } + let stubSetKey = this.currentSetKey; + + if (this.currentSetKey && (typeof (retrunKet) != "undefined")) { + retrunKet = stubSetKey; + } + let matcher = new ArgumentMatchers(); + if (matcher.matcheReturnKey(params[0], undefined, stubSetKey) && matcher.matcheReturnKey(params[0], undefined, stubSetKey) != stubSetKey) { + retrunKet = params[0]; + } + + values.forEach(function (value, key, map) { + if (ArgumentMatchers.isRegExp(key) && matcher.matcheReturnKey(params[0], key)) { + retrunKet = key; + } + }); + + return values.get(retrunKet); + } + + findName(obj, value) { + let properties = this.findProperties(obj); + let name = null; + properties.forEach( + function (va1, idx, array) { + if (obj[va1] === value) { + name = va1; + } + } + ); + return name; + } + + isFunctionFromPrototype(f, container, propName) { + if (container.constructor != Object && container.constructor.prototype !== container) { + return container.constructor.prototype[propName] === f; + } + return false; + } + + findProperties(obj, ...arg) { + function getProperty(new_obj) { + if (new_obj.__proto__ === null) { + return []; + } + let properties = Object.getOwnPropertyNames(new_obj); + return [...properties, ...getProperty(new_obj.__proto__)]; + } + return getProperty(obj); + } + + recordMethodCall(originalMethod, args) { + Function.prototype.getName = function () { + return this.name || this.toString().match(/function\s*([^(]*)\(/)[1]; + }; + let name = originalMethod.getName(); + let arglistString = name + '(' + Array.from(args).toString() + ')'; + let records = this.recordCalls.get(arglistString); + if (!records) { + records = 0; + } + records++; + this.recordCalls.set(arglistString, records); + } + + mockFunc(originalObject, originalMethod) { + let tmp = this; + this.originalMethod = originalMethod; + let f = function () { + let args = arguments; + let action = tmp.getReturnInfo(f, args); + if (originalMethod) { + tmp.recordMethodCall(originalMethod, args); + } + if (action) { + return action.apply(this, args); + } + }; + + f.container = null || originalObject; + f.original = originalMethod || null; + + if (originalObject && originalMethod) { + if (typeof (originalMethod) != 'function') throw new Error('Not a function'); + var name = this.findName(originalObject, originalMethod); + originalObject[name] = f; + this.recordMockedMethod.set(name, originalMethod); + f.propName = name; + f.originalFromPrototype = this.isFunctionFromPrototype(f.original, originalObject, f.propName); + } + f.mocker = this; + this.mFunctions.push(f); + this.extend(f, new ExtendInterface(this)); + return f; + } + + verify(methodName, argsArray) { + if (!methodName) { + throw Error("not a function name"); + } + let a = this.recordCalls.get(methodName + '(' + argsArray.toString() + ')'); + return new VerificationMode(a ? a : 0); + } + + mockObject(object) { + if (!object || typeof object === "string") { + throw Error(`this ${object} cannot be mocked`); + } + const _this = this; + let mockedObject = {}; + let keys = Reflect.ownKeys(object); + keys.filter(key => (typeof Reflect.get(object, key)) === 'function') + .forEach(key => { + mockedObject[key] = object[key]; + mockedObject[key] = _this.mockFunc(mockedObject, mockedObject[key]); + }); + return mockedObject; + } +} + +function ifMockedFunction(f) { + if (Object.prototype.toString.call(f) != "[object Function]" && + Object.prototype.toString.call(f) != "[object AsyncFunction]") { + throw Error("not a function"); + } + if (!f.stub) { + throw Error("not a mock function"); + } + return true; +} + +function when(f) { + if (ifMockedFunction(f)) { + return f.stub.bind(f); + } +} + +export {MockKit, when}; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/mock/VerificationMode.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/mock/VerificationMode.js new file mode 100644 index 0000000000000000000000000000000000000000..7bd04c8473985ec57f5b14fc3ae84e9cf7b31f39 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/mock/VerificationMode.js @@ -0,0 +1,49 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import {expect} from '../../interface'; + +class VerificationMode { + constructor(times) { + this.doTimes = times; + } + + times(count) { + expect(count).assertEqual(this.doTimes); + } + + never() { + console.log(this.doTimes); + expect(0).assertEqual(this.doTimes); + } + + once() { + expect(1).assertEqual(this.doTimes); + } + + atLeast(count) { + if (count > this.doTimes) { + throw Error('failed ' + count + ' greater than the actual execution times of method'); + } + } + + atMost(count) { + if (count < this.doTimes) { + throw Error('failed ' + count + ' less than the actual execution times of method'); + } + } +} + +export default VerificationMode; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/report/OhReport.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/report/OhReport.js new file mode 100644 index 0000000000000000000000000000000000000000..da120dd09c0e74e46b9138b7598661e380010210 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/report/OhReport.js @@ -0,0 +1,148 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import SysTestKit from "../kit/SysTestKit"; +import {collectCoverageData} from '../coverage/coverageCollect'; + +class OhReport { + constructor(attr) { + this.delegator = attr.delegator; + this.abilityDelegatorArguments = attr.abilityDelegatorArguments; + this.id = 'report'; + this.index = 0; + this.duration = 0; + } + + init(coreContext) { + this.coreContext = coreContext; + this.suiteService = this.coreContext.getDefaultService('suite'); + this.specService = this.coreContext.getDefaultService('spec'); + } + + taskStart() { + } + + async taskDone() { + if (this.abilityDelegatorArguments !== null) { + this.taskDoneTime = new Date().getTime(); + let summary = this.suiteService.getSummary(); + const configService = this.coreContext.getDefaultService('config'); + if (configService['coverage'] === 'true') { + await collectCoverageData(); + } + let message = '\n' + 'OHOS_REPORT_RESULT: stream=Tests run: ' + summary.total + ', Failure: ' + summary.failure; + message += ', Error: ' + summary.error; + message += ', Pass: ' + summary.pass; + message += ', Ignore: ' + summary.ignore; + message += '\n' + 'OHOS_REPORT_CODE: ' + (summary.failure > 0 ? -1 : 0) + '\n'; + let isHasError = summary.failure > 0 || summary.error > 0; + let config = this.coreContext.getDefaultService('config'); + if (config.isBreakOnError() && isHasError) { + // 未执行全部说明 + message += '\n' + 'OHOS_REPORT_RESULT: breakOnError model, Stopping whole test suite if one specific test case failed or error' + '\n'; + } + message += 'OHOS_REPORT_STATUS: taskconsuming=' + summary.duration + '\n'; + console.info(message); + await SysTestKit.print(message); + } + console.info('report print success'); + this.delegator.finishTest('your test finished!!!', 0, () => { }); + } + + incorrectFormat() { + if (this.coreContext.getDefaultService('config').filterValid.length !== 0) { + var value = this.coreContext.getDefaultService('config').filterValid; + var message = 'this param ' + value.join(',') + ' is invalid' + '\n'; + this.delegator.finishTest(message, 0, () => { + }); + } + } + + async suiteStart() { + if (this.abilityDelegatorArguments !== null) { + let message = '\n' + 'OHOS_REPORT_SUM: ' + this.suiteService.getCurrentRunningSuite().getSpecsNum(); + message += '\n' + 'OHOS_REPORT_STATUS: class=' + this.suiteService.getCurrentRunningSuite().description + '\n'; + console.info(message); + await SysTestKit.print(message); + console.info(this.suiteService.getCurrentRunningSuite().description + ' suiteStart print success'); + } + } + + async suiteDone() { + if (this.abilityDelegatorArguments !== null) { + let message = '\n' + 'OHOS_REPORT_STATUS: class=' + this.suiteService.getCurrentRunningSuite().description; + message += '\n' + 'OHOS_REPORT_STATUS: suiteconsuming=' + this.suiteService.getCurrentRunningSuite().duration + '\n'; + console.info(message); + await SysTestKit.print(message); + console.info(this.suiteService.getCurrentRunningSuite().description + ' suiteDone print success'); + } + } + + async specStart() { + if (this.abilityDelegatorArguments !== null) { + let message = '\n' + 'OHOS_REPORT_STATUS: class=' + this.suiteService.getCurrentRunningSuite().description; + message += '\n' + 'OHOS_REPORT_STATUS: current=' + (++this.index); + message += '\n' + 'OHOS_REPORT_STATUS: id=JS'; + message += '\n' + 'OHOS_REPORT_STATUS: numtests=' + this.specService.getTestTotal(); + message += '\n' + 'OHOS_REPORT_STATUS: stream='; + message += '\n' + 'OHOS_REPORT_STATUS: test=' + this.specService.currentRunningSpec.description; + message += '\n' + 'OHOS_REPORT_STATUS_CODE: 1' + '\n'; + console.info(message); + await SysTestKit.print(message); + console.info(this.specService.currentRunningSpec.description + ' specStart start print success'); + } + } + + async specDone() { + if (this.abilityDelegatorArguments !== null) { + let message = '\n' + 'OHOS_REPORT_STATUS: class=' + this.suiteService.getCurrentRunningSuite().description; + message += '\n' + 'OHOS_REPORT_STATUS: current=' + (this.index); + message += '\n' + 'OHOS_REPORT_STATUS: id=JS'; + message += '\n' + 'OHOS_REPORT_STATUS: numtests=' + this.specService.getTestTotal(); + let errorMsg = ''; + if (this.specService.currentRunningSpec.error) { + message += '\n' + 'OHOS_REPORT_STATUS: stack=' + this.specService.currentRunningSpec.error.message; + message += '\n' + 'OHOS_REPORT_STATUS: stream='; + message += '\n' + 'Error in ' + this.specService.currentRunningSpec.description; + message += '\n' + this.specService.currentRunningSpec.error.message; + message += '\n' + 'OHOS_REPORT_STATUS: test=' + this.specService.currentRunningSpec.description; + message += '\n' + 'OHOS_REPORT_STATUS_CODE: -1' + '\n'; + } else if (this.specService.currentRunningSpec.result) { + if (this.specService.currentRunningSpec.result.failExpects.length > 0) { + this.specService.currentRunningSpec.result.failExpects.forEach(failExpect => { + errorMsg = failExpect.message || ('expect ' + failExpect.actualValue + ' ' + failExpect.checkFunc + ' ' + (failExpect.expectValue)); + }); + message += '\n' + 'OHOS_REPORT_STATUS: stack=' + errorMsg; + message += '\n' + 'OHOS_REPORT_STATUS: stream='; + message += '\n' + 'Error in ' + this.specService.currentRunningSpec.description; + message += '\n' + errorMsg + '\n' + 'OHOS_REPORT_STATUS: test=' + this.specService.currentRunningSpec.description; + message += '\n' + 'OHOS_REPORT_STATUS_CODE: -2' + '\n'; + } else { + message += '\n' + 'OHOS_REPORT_STATUS: stream='; + message += '\n' + 'OHOS_REPORT_STATUS: test=' + this.specService.currentRunningSpec.description; + message += '\n' + 'OHOS_REPORT_STATUS_CODE: 0' + '\n'; + } + } else { + message += '\n'; + } + message += 'OHOS_REPORT_STATUS: consuming=' + this.specService.currentRunningSpec.duration + '\n'; + console.info(message); + await SysTestKit.print(message); + console.info(this.specService.currentRunningSpec.description + ' specDone end print success'); + } + } +} + +export default OhReport; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/report/ReportExtend.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/report/ReportExtend.js new file mode 100644 index 0000000000000000000000000000000000000000..852fbcd5cbf97e776ebe5177a029df0f516594a5 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/report/ReportExtend.js @@ -0,0 +1,137 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class ReportExtend { + constructor(fileModule) { + this.id = 'extend'; + this.fileModule = fileModule; + } + + init(coreContext) { + this.coreContext = coreContext; + this.suiteService = this.coreContext.getDefaultService('suite'); + } + + taskStart() { + + } + + taskDone() { + const report = { + tag: 'testsuites', + name: 'summary_report', + timestamp: new Date().toDateString(), + time: '1', + errors: 0, + failures: 0, + tests: 0, + children: [] + }; + const rootSuite = this.suiteService.rootSuite; + if (rootSuite && rootSuite.childSuites) { + for (let testsuite of rootSuite.childSuites) { + let suiteReport = { + tag: 'testsuite', + name: testsuite['description'], + errors: 0, + tests: 0, + failures: 0, + time: '0.1', + children: [] + }; + let specs = testsuite['specs']; + for (let testcase of specs) { + report.tests++; + suiteReport.tests++; + let caseReport = { + tag: 'testcase', + name: testcase['description'], + status: 'run', + time: '0.0', + classname: testsuite['description'] + }; + if (testcase.error) { + caseReport['result'] = false; + caseReport['children'] = [{ + tag: 'error', + type: '', + message: testcase.error.message + }]; + report.errors++; + suiteReport.errors++; + } else if (testcase.result.failExpects.length > 0) { + caseReport['result'] = false; + let message = ''; + testcase.result.failExpects.forEach(failExpect => { + message += failExpect.message || ('expect ' + failExpect.actualValue + ' ' + failExpect.checkFunc + ' ' + (failExpect.expectValue || '')) + ';'; + }); + caseReport['children'] = [{ + tag: 'failure', + type: '', + message: message + }]; + report.failures++; + suiteReport.failures++; + } else { + caseReport['result'] = true; + } + suiteReport.children.push(caseReport); + } + report.children.push(suiteReport); + } + } + + let reportXml = '\n' + json2xml(report); + this.fileModule.writeText({ + uri: 'internal://app/report.xml', + text: reportXml, + success: function () { + console.info('call success callback success'); + }, + fail: function (data, code) { + console.info('call fail callback success:'); + }, + complete: function () { + console.info('call complete callback success'); + } + }); + } +} + +function json2xml(json) { + let tagName; + let hasChildren = false; + let childrenStr = ''; + let attrStr = ''; + for (let key in json) { + if (key === 'tag') { + tagName = json[key]; + } else if (key === 'children') { + if (json[key].length > 0) { + hasChildren = true; + for (let child of json[key]) { + childrenStr += json2xml(child); + } + } + } else { + attrStr += ` ${key}="${json[key]}"`; + } + } + let xml = `<${tagName}${attrStr}`; + xml += hasChildren ? `>${childrenStr}` : '/>'; + return xml; +} + +export default ReportExtend; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/service.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/service.js new file mode 100644 index 0000000000000000000000000000000000000000..e55a2e4a2db3fdef4b983fa9cb63bf5c58b76fb4 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/service.js @@ -0,0 +1,929 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import SysTestKit from "./module/kit/SysTestKit"; + +class AssertException extends Error { + constructor(message) { + super(); + this.name = "AssertException"; + this.message = message; + } +} + +function getFuncWithArgsZero(func, timeout, isStressTest) { + return new Promise(async (resolve, reject) => { + let timer = null; + if (!isStressTest) { + timer = setTimeout(() => { + reject(new Error('execute timeout ' + timeout + 'ms')); + }, timeout); + } + try { + await func(); + } catch (err) { + reject(err); + } + timer !== null ? clearTimeout(timer) : null; + resolve(); + }); +} + +function getFuncWithArgsOne(func, timeout, isStressTest) { + return new Promise(async (resolve, reject) => { + let timer = null; + if (!isStressTest) { + timer = setTimeout(() => { + reject(new Error('execute timeout ' + timeout + 'ms')); + }, timeout);; + } + + function done() { + timer !== null ? clearTimeout(timer) : null; + resolve(); + } + + try { + await func(done); + } catch (err) { + timer !== null ? clearTimeout(timer) : null; + reject(err); + } + }); +} + +function getFuncWithArgsTwo(func, timeout, paramItem, isStressTest) { + return new Promise(async (resolve, reject) => { + let timer = null; + if (!isStressTest) { + timer = setTimeout(() => { + reject(new Error('execute timeout ' + timeout + 'ms')); + }, timeout); + } + + function done() { + timer !== null ? clearTimeout(timer) : null; + resolve(); + } + + try { + await func(done, paramItem); + } catch (err) { + timer !== null ? clearTimeout(timer) : null; + reject(err); + } + }); +} + +function processFunc(coreContext, func) { + let argNames = ((func || '').toString() + .replace(/((\/\/.*$)|(\/\*[\s\S]*?\*\/))/mg, '') + .match(/^(function)?\s*[^\(]*\(\s*([^\)]*)\)/m) || ['', '', ''])[2] + .split(',') // split parameters + .map(item => item.replace(/^\s*(_?)(.+?)\1\s*$/, name => name.split('=')[0].trim())) + .filter(String); + let funcLen = func.length; + let processedFunc; + const config = coreContext.getDefaultService('config'); + config.setSupportAsync(true); + const timeout = + (config.timeout === undefined ? 5000 : config.timeout); + const isStressTest = (coreContext.getServices('dataDriver') !== undefined || config.getStress() > 1); + switch (funcLen) { + case 0: { + processedFunc = function () { + return getFuncWithArgsZero(func, timeout, isStressTest); + }; + break; + } + case 1: { + if (argNames[0] === 'data') { + processedFunc = function (paramItem) { + func(paramItem); + }; + } else { + processedFunc = function () { + return getFuncWithArgsOne(func, timeout, isStressTest); + }; + } + break; + } + default: { + processedFunc = function (paramItem) { + return getFuncWithArgsTwo(func, timeout, paramItem, isStressTest); + }; + break; + } + } + return processedFunc; +} + +function secureRandomNumber() { + return crypto.randomBytes(8).readUInt32LE() / 0xffffffff; +} + +class SuiteService { + constructor(attr) { + this.id = attr.id; + this.rootSuite = new SuiteService.Suite({}); + this.currentRunningSuite = this.rootSuite; + this.suitesStack = [this.rootSuite]; + } + + describe(desc, func) { + const configService = this.coreContext.getDefaultService('config'); + if (configService.filterSuite(desc)) { + console.info('filter suite :' + desc); + return; + } + const suite = new SuiteService.Suite({description: desc}); + if (typeof this.coreContext.getServices('dataDriver') !== 'undefined' && configService['dryRun'] !== 'true') { + let suiteStress = this.coreContext.getServices('dataDriver').dataDriver.getSuiteStress(desc); + for (let i = 1; i < suiteStress; i++) { + this.currentRunningSuite.childSuites.push(suite); + } + } + this.currentRunningSuite.childSuites.push(suite); + this.currentRunningSuite = suite; + this.suitesStack.push(suite); + func.call(); + let childSuite = this.suitesStack.pop(); + if (this.suitesStack.length === 0) { + this.currentRunningSuite = childSuite; + this.suitesStack.push(childSuite); + } + if (this.suitesStack.length > 1) { + this.currentRunningSuite = this.suitesStack.pop(); + } else { + this.currentRunningSuite = this.suitesStack.pop(); + this.suitesStack.push(this.currentRunningSuite); + } + } + + beforeAll(func) { + this.currentRunningSuite.beforeAll.push(processFunc(this.coreContext, func)); + } + + beforeEach(func) { + this.currentRunningSuite.beforeEach.push(processFunc(this.coreContext, func)); + } + + afterAll(func) { + this.currentRunningSuite.afterAll.push(processFunc(this.coreContext, func)); + } + + afterEach(func) { + this.currentRunningSuite.afterEach.push(processFunc(this.coreContext, func)); + } + + getCurrentRunningSuite() { + return this.currentRunningSuite; + } + + setCurrentRunningSuite(suite) { + this.currentRunningSuite = suite; + } + + traversalResults(suite, obj, breakOnError) { + if (suite.childSuites.length === 0 && suite.specs.length === 0) { + return obj; + } + if (suite.specs.length > 0) { + for (const itItem of suite.specs) { + obj.total++; + if (breakOnError && (obj.error > 0 || obj.failure > 0)) { // breakOnError模式 + continue; + } + if (itItem.error) { + obj.error++; + } else if (itItem.result.failExpects.length > 0) { + obj.failure++; + } else if (itItem.result.pass === true) { + obj.pass++; + } + } + } + + obj.duration += suite.duration; + + if (suite.childSuites.length > 0) { + for (const suiteItem of suite.childSuites) { + this.traversalResults(suiteItem, obj, breakOnError); + } + } + } + + getSummary() { + let suiteService = this.coreContext.getDefaultService('suite'); + let rootSuite = suiteService.rootSuite; + const specService = this.coreContext.getDefaultService('spec'); + const configService = this.coreContext.getDefaultService('config'); + let breakOnError = configService.isBreakOnError(); + let isError = specService.getStatus(); + let isBreaKOnError = breakOnError && isError; + let obj = {total: 0, failure: 0, error: 0, pass: 0, ignore: 0, duration: 0}; + for (const suiteItem of rootSuite.childSuites) { + this.traversalResults(suiteItem, obj, isBreaKOnError); + } + obj.ignore = obj.total - obj.pass - obj.failure - obj.error; + return obj; + } + + init(coreContext) { + this.coreContext = coreContext; + } + + traversalSuites(suite, obj, configService) { + if (suite.childSuites.length === 0 && suite.specs.length === 0) { + return []; + } + if (suite.specs.length > 0) { + let itArray = []; + for (const itItem of suite['specs']) { + if (!configService.filterDesc(suite.description, itItem.description, itItem.fi, null)) { + itArray.push({'itName': itItem.description}); + } + } + obj[suite.description] = itArray; + } + + if (suite.childSuites.length > 0) { + let suiteArray = []; + for (const suiteItem of suite.childSuites) { + let suiteObj = {}; + this.traversalSuites(suiteItem, suiteObj, configService); + if (!configService.filterSuite(suiteItem.description)) { + suiteArray.push(suiteObj); + } + } + obj.suites = suiteArray; + } + } + + async dryRun(abilityDelegator) { + const configService = this.coreContext.getDefaultService('config'); + let testSuitesObj = {}; + let suitesArray = []; + for (const suiteItem of this.rootSuite.childSuites) { + let obj = {}; + this.traversalSuites(suiteItem, obj, configService); + if (!configService.filterSuite(suiteItem.description)) { + suitesArray.push(obj); + } + } + testSuitesObj['suites'] = suitesArray; + + let strJson = JSON.stringify(testSuitesObj); + let strLen = strJson.length; + let maxLen = 500; + let maxCount = Math.floor(strLen / maxLen); + + for (let count = 0; count <= maxCount; count++) { + await SysTestKit.print(strJson.substring(count * maxLen, (count + 1) * maxLen)); + } + console.info('dryRun print success'); + abilityDelegator.finishTest('dry run finished!!!', 0, () => { }); + } + + execute() { + const configService = this.coreContext.getDefaultService('config'); + if (configService.filterValid.length !== 0) { + this.coreContext.fireEvents('task', 'incorrectFormat'); + return; + } + + if (configService.isRandom() && this.rootSuite.childSuites.length > 0) { + this.rootSuite.childSuites.sort(function () { + return Math.random().toFixed(1) > 0.5 ? -1 : 1; + }); + this.currentRunningSuite = this.rootSuite.childSuites[0]; + } + + if (configService.isSupportAsync()) { + let asyncExecute = async () => { + await this.coreContext.fireEvents('task', 'taskStart'); + await this.rootSuite.asyncRun(this.coreContext); + }; + asyncExecute().then(async () => { + await this.coreContext.fireEvents('task', 'taskDone'); + }); + } else { + this.coreContext.fireEvents('task', 'taskStart'); + this.rootSuite.run(this.coreContext); + this.coreContext.fireEvents('task', 'taskDone'); + } + } + + apis() { + const _this = this; + return { + describe: function (desc, func) { + return _this.describe(desc, func); + }, + beforeAll: function (func) { + return _this.beforeAll(func); + }, + beforeEach: function (func) { + return _this.beforeEach(func); + }, + afterAll: function (func) { + return _this.afterAll(func); + }, + afterEach: function (func) { + return _this.afterEach(func); + } + }; + } +} + +SuiteService.Suite = class { + constructor(attrs) { + this.description = attrs.description || ''; + this.childSuites = []; + this.specs = []; + this.beforeAll = []; + this.afterAll = []; + this.beforeEach = []; + this.afterEach = []; + this.duration = 0; + } + + pushSpec(spec) { + this.specs.push(spec); + } + + removeSpec(desc) { + this.specs = this.specs.filter((item, index) => { + return item.description !== desc; + }); + } + + getSpecsNum() { + return this.specs.length; + } + + isRun(coreContext) { + const configService = coreContext.getDefaultService('config'); + const suiteService = coreContext.getDefaultService('suite'); + const specService = coreContext.getDefaultService('spec'); + let breakOnError = configService.isBreakOnError(); + let isError = specService.getStatus(); + return breakOnError && isError; + } + + run(coreContext) { + const suiteService = coreContext.getDefaultService('suite'); + suiteService.setCurrentRunningSuite(this); + if (this.description !== '') { + coreContext.fireEvents('suite', 'suiteStart', this); + } + this.runHookFunc('beforeAll'); + if (this.specs.length > 0) { + const configService = coreContext.getDefaultService('config'); + if (configService.isRandom()) { + this.specs.sort(function () { + return Math.random().toFixed(1) > 0.5 ? -1 : 1; + }); + } + for (let spec in this.specs) { + let isBreakOnError = this.isRun(coreContext); + if (isBreakOnError) { + break; + } + this.runHookFunc('beforeEach'); + spec.run(coreContext); + this.runHookFunc('afterEach'); + } + } + if (this.childSuites.length > 0) { + for (let suite in this.childSuites) { + let isBreakOnError = this.isRun(coreContext); + if (isBreakOnError) { + break; + } + suite.run(coreContext); + suiteService.setCurrentRunningSuite(suite); + } + } + this.runHookFunc('afterAll'); + if (this.description !== '') { + coreContext.fireEvents('suite', 'suiteDone'); + } + } + + async asyncRun(coreContext) { + const suiteService = coreContext.getDefaultService('suite'); + suiteService.setCurrentRunningSuite(this); + suiteService.suitesStack.push(this); + if (this.description !== '') { + await coreContext.fireEvents('suite', 'suiteStart', this); + } + await this.runAsyncHookFunc('beforeAll'); + if (this.specs.length > 0) { + const configService = coreContext.getDefaultService('config'); + if (configService.isRandom()) { + this.specs.sort(function () { + return Math.random().toFixed(1) > 0.5 ? -1 : 1; + }); + } + for (let i = 0; i < this.specs.length; i++) { + // 遇错即停模式,发现用例有问题,直接返回,不在执行后面的it + let isBreakOnError = this.isRun(coreContext); + if (isBreakOnError) { + console.log("break description :" + this.description); + break; + } + await this.runAsyncHookFunc('beforeEach'); + await this.specs[i].asyncRun(coreContext); + await this.runAsyncHookFunc('afterEach'); + } + } + + if (this.childSuites.length > 0) { + for (let i = 0; i < this.childSuites.length; i++) { + // 遇错即停模式, 发现用例有问题,直接返回,不在执行后面的description + let isBreakOnError = this.isRun(coreContext); + if (isBreakOnError) { + console.log("break description :" + this.description); + break; + } + await this.childSuites[i].asyncRun(coreContext); + } + } + + await this.runAsyncHookFunc('afterAll'); + if (this.description !== '') { + await coreContext.fireEvents('suite', 'suiteDone'); + let childSuite = suiteService.suitesStack.pop(); + if (suiteService.suitesStack.length === 0) { + suiteService.suitesStack.push(childSuite); + } + if (suiteService.suitesStack.length > 1) { + suiteService.setCurrentRunningSuite(suiteService.suitesStack.pop()); + } else { + let currentRunningSuite = suiteService.suitesStack.pop(); + suiteService.setCurrentRunningSuite(currentRunningSuite); + suiteService.suitesStack.push(currentRunningSuite); + } + } + } + + runHookFunc(hookName) { + if (this[hookName] && this[hookName].length > 0) { + this[hookName].forEach(func => { + try { + func(); + } catch (e) { + console.error(e); + } + }); + } + } + + runAsyncHookFunc(hookName) { + if (this[hookName] && this[hookName].length > 0) { + return new Promise(async resolve => { + for (let i = 0; i < this[hookName].length; i++) { + try { + await this[hookName][i](); + } catch (e) { + console.error(e); + } + } + resolve(); + }); + } + } +}; + +class SpecService { + constructor(attr) { + this.id = attr.id; + this.totalTest = 0; + this.hasError = false; + } + + init(coreContext) { + this.coreContext = coreContext; + } + + setCurrentRunningSpec(spec) { + this.currentRunningSpec = spec; + } + + setStatus(obj) { + this.hasError = obj; + } + + getStatus() { + return this.hasError; + } + + getTestTotal() { + return this.totalTest; + } + + getCurrentRunningSpec() { + return this.currentRunningSpec; + } + + it(desc, filter, func) { + const configService = this.coreContext.getDefaultService('config'); + const currentSuiteName = this.coreContext.getDefaultService('suite').getCurrentRunningSuite().description; + if (configService.filterDesc(currentSuiteName, desc, filter, this.coreContext)) { + console.info('filter it :' + desc); + } else { + let processedFunc = processFunc(this.coreContext, func); + const spec = new SpecService.Spec({description: desc, fi: filter, fn: processedFunc}); + const suiteService = this.coreContext.getDefaultService('suite'); + if (typeof this.coreContext.getServices('dataDriver') !== 'undefined' && configService['dryRun'] !== 'true') { + let specStress = this.coreContext.getServices('dataDriver').dataDriver.getSpecStress(desc); + for (let i = 1; i < specStress; i++) { + this.totalTest++; + suiteService.getCurrentRunningSuite().pushSpec(spec); + } + } + + // dryRun 状态下不统计压力测试重复数据 + if (configService['dryRun'] !== 'true') { + let stress = configService.getStress(); // 命令配置压力测试 + console.info('stress length :' + stress); + for (let i = 1; i < stress; i++) { + this.totalTest++; + suiteService.getCurrentRunningSuite().pushSpec(spec); + } + } + this.totalTest++; + suiteService.getCurrentRunningSuite().pushSpec(spec); + } + } + + apis() { + const _this = this; + return { + it: function (desc, filter, func) { + return _this.it(desc, filter, func); + } + }; + } +} + +SpecService.Spec = class { + constructor(attrs) { + this.description = attrs.description || ''; + this.fi = attrs.fi; + this.fn = attrs.fn || function () { + }; + this.result = { + failExpects: [], + passExpects: [] + }; + this.error = undefined; + this.duration = 0; + this.startTime = 0; + this.isExecuted = false; // 当前用例是否执行 + } + + setResult(coreContext) { + const specService = coreContext.getDefaultService('spec'); + if (this.result.failExpects.length > 0) { + this.result.pass = false; + specService.setStatus(true); + } else { + this.result.pass = true; + } + console.info('testcase ' + this.description + ' result:' + this.result.pass); + } + + run(coreContext) { + const specService = coreContext.getDefaultService('spec'); + specService.setCurrentRunningSpec(this); + coreContext.fireEvents('spec', 'specStart', this); + this.isExecuted = true; + try { + let dataDriver = coreContext.getServices('dataDriver'); + if (typeof dataDriver === 'undefined') { + this.fn(); + } else { + let suiteParams = dataDriver.dataDriver.getSuiteParams(); + let specParams = dataDriver.dataDriver.getSpecParams(); + console.info('[suite params] ' + JSON.stringify(suiteParams)); + console.info('[spec params] ' + JSON.stringify(specParams)); + if (this.fn.length === 0) { + this.fn(); + } else if (specParams.length === 0) { + this.fn(suiteParams); + } else { + specParams.forEach(paramItem => this.fn(Object.assign({}, paramItem, suiteParams))); + } + } + this.setResult(coreContext); + } catch (e) { + this.error = e; + specService.setStatus(true); + } + coreContext.fireEvents('spec', 'specDone', this); + } + + async asyncRun(coreContext) { + const specService = coreContext.getDefaultService('spec'); + specService.setCurrentRunningSpec(this); + + await coreContext.fireEvents('spec', 'specStart', this); + try { + let dataDriver = coreContext.getServices('dataDriver'); + if (typeof dataDriver === 'undefined') { + await this.fn(); + this.setResult(coreContext); + } else { + let suiteParams = dataDriver.dataDriver.getSuiteParams(); + let specParams = dataDriver.dataDriver.getSpecParams(); + console.info('[suite params] ' + JSON.stringify(suiteParams)); + console.info('[spec params] ' + JSON.stringify(specParams)); + if (this.fn.length === 0) { + await this.fn(); + this.setResult(coreContext); + } else if (specParams.length === 0) { + await this.fn(suiteParams); + this.setResult(coreContext); + } else { + for (const paramItem of specParams) { + await this.fn(Object.assign({}, paramItem, suiteParams)); + this.setResult(coreContext); + } + } + } + } catch (e) { + if (e instanceof AssertException) { + this.fail = e; + specService.setStatus(true); + } else { + this.error = e; + specService.setStatus(true); + } + } + this.isExecuted = true; + await coreContext.fireEvents('spec', 'specDone', this); + } + + filterCheck(coreContext) { + const specService = coreContext.getDefaultService('spec'); + specService.setCurrentRunningSpec(this); + return true; + } + + addExpectationResult(expectResult) { + if (this.result.failExpects.length === 0) { + this.result.failExpects.push(expectResult); + } + throw new AssertException(expectResult.message); + } +}; + +class ExpectService { + constructor(attr) { + this.id = attr.id; + this.matchers = {}; + } + + expect(actualValue) { + return this.wrapMatchers(actualValue); + } + + init(coreContext) { + this.coreContext = coreContext; + this.addMatchers(this.basicMatchers()); + } + + addMatchers(matchers) { + for (const matcherName in matchers) { + if (Object.prototype.hasOwnProperty.call(matchers, matcherName)) { + this.matchers[matcherName] = matchers[matcherName]; + } + } + } + + basicMatchers() { + return { + assertTrue: function (actualValue) { + return { + pass: (actualValue) === true, + message: 'expect true, actualValue is ' + actualValue + }; + }, + assertEqual: function (actualValue, args) { + return { + pass: (actualValue) === args[0], + expectValue: args[0], + message: 'expect ' + actualValue + ' equals ' + args[0] + }; + }, + assertThrow: function (actual, args) { + const result = { + pass: false + }; + if (typeof actual !== 'function') { + result.message = 'toThrow\'s Actual should be a Function'; + } else { + let hasThrow = false; + let throwError; + try { + actual(); + } catch (e) { + hasThrow = true; + throwError = e; + } + if (!hasThrow) { + result.message = 'function did not throw an exception'; + } else if (throwError && throwError.message === args[0]) { + result.pass = true; + } else { + result.message = `expect to throw ${args[0]} , actual throw ${throwError.message}`; + } + } + return result; + } + }; + } + + wrapMatchers(actualValue) { + const _this = this; + const wrappedMatchers = { + // 翻转标识 + isNot: false, + + // 翻转方法 + not: function () { + this.isNot = true; + return this; + } + }; + const specService = _this.coreContext.getDefaultService('spec'); + const currentRunningSpec = specService.getCurrentRunningSpec(); + for (const matcherName in this.matchers) { + let result = Object.prototype.hasOwnProperty.call(this.matchers, matcherName); + if (!result) { + continue; + } + if (matcherName.search('assertPromise') == 0) { + wrappedMatchers[matcherName] = async function () { + await _this.matchers[matcherName](actualValue, arguments).then(function (result) { + if (wrappedMatchers.isNot) { + result.pass = !result.pass; + } + result.actualValue = actualValue; + result.checkFunc = matcherName; + if (!result.pass) { + currentRunningSpec.addExpectationResult(result); + } + }); + }; + } else { + wrappedMatchers[matcherName] = function () { + const result = _this.matchers[matcherName](actualValue, arguments); + if (wrappedMatchers.isNot) { + result.pass = !result.pass; + } + result.actualValue = actualValue; + result.checkFunc = matcherName; + if (!result.pass) { + currentRunningSpec.addExpectationResult(result); + } + }; + } + } + return wrappedMatchers; + } + + apis() { + const _this = this; + return { + expect: function (actualValue) { + return _this.expect(actualValue); + } + }; + } +} + +class ReportService { + constructor(attr) { + this.id = attr.id; + } + + init(coreContext) { + this.coreContext = coreContext; + this.specService = this.coreContext.getDefaultService('spec'); + this.suiteService = this.coreContext.getDefaultService('suite'); + this.duration = 0; + } + + taskStart() { + console.info('[start] start run suites'); + } + + async suiteStart() { + console.info('[suite start]' + this.suiteService.getCurrentRunningSuite().description); + } + + async specStart() { + console.info('start running case \'' + this.specService.currentRunningSpec.description + '\''); + this.index = this.index + 1; + let spec = this.specService.currentRunningSpec; + spec.startTime = await SysTestKit.getRealTime(); + } + + async specDone() { + let msg = ''; + let spec = this.specService.currentRunningSpec; + let suite = this.suiteService.currentRunningSuite; + spec.duration = await SysTestKit.getRealTime() - spec.startTime; + suite.duration += spec.duration; + if (spec.error) { + this.formatPrint('error', spec.description + ' ; consuming ' + spec.duration + 'ms'); + this.formatPrint('errorDetail', spec.error); + } else if (spec.result) { + if (spec.result.failExpects.length > 0) { + this.formatPrint('fail', spec.description + ' ; consuming ' + spec.duration + 'ms'); + spec.result.failExpects.forEach(failExpect => { + msg = failExpect.message || ('expect ' + failExpect.actualValue + ' ' + + failExpect.checkFunc + ' ' + (failExpect.expectValue)); + this.formatPrint('failDetail', msg); + }); + } else { + this.formatPrint('pass', spec.description + ' ; consuming ' + spec.duration + 'ms'); + } + } + this.formatPrint(this.specService.currentRunningSpec.error, msg); + } + + suiteDone() { + let suite = this.suiteService.currentRunningSuite; + console.info(`[suite end] ${suite.description} consuming ${suite.duration} ms`); + } + + taskDone() { + let msg = ''; + let summary = this.suiteService.getSummary(); + msg = 'total cases:' + summary.total + ';failure ' + summary.failure + ',' + 'error ' + summary.error; + msg += ',pass ' + summary.pass + '; consuming ' + summary.duration + 'ms'; + console.info(msg); + console.info('[end] run suites end'); + } + + incorrectFormat() { + if (this.coreContext.getDefaultService('config').filterValid.length !== 0) { + this.coreContext.getDefaultService('config').filterValid.forEach(function (item) { + console.info('this param ' + item + ' is invalid'); + }); + } + } + + formatPrint(type, msg) { + switch (type) { + case 'pass': + console.info('[pass]' + msg); + break; + case 'fail': + console.info('[fail]' + msg); + break; + case 'failDetail': + console.info('[failDetail]' + msg); + break; + case 'error': + console.info('[error]' + msg); + break; + case 'errorDetail': + console.info('[errorDetail]' + msg); + break; + } + } + + sleep(numberMillis) { + var now = new Date(); + var exitTime = now.getTime() + numberMillis; + while (true) { + now = new Date(); + if (now.getTime() > exitTime) { + return; + } + } + } +} + +export { + SuiteService, + SpecService, + ExpectService, + ReportService +}; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/CHANGELOG.md b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/README.md b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/index.d.ts b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/index.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..b0b4394a3284c07e873e84c9144cd31889e1863d --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/index.d.ts @@ -0,0 +1,136 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License") + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +export const DEFAULT = 0B0000 + +export const when: when; + +export enum TestType { + FUNCTION = 0B1, + PERFORMANCE = 0B1 << 1, + POWER = 0B1 << 2, + RELIABILITY = 0B1 << 3, + SECURITY = 0B1 << 4, + GLOBAL = 0B1 << 5, + COMPATIBILITY = 0B1 << 6, + USER = 0B1 << 7, + STANDARD = 0B1 << 8, + SAFETY = 0B1 << 9, + RESILIENCE = 0B1 << 10 +} + +export enum Size { + SMALLTEST = 0B1 << 16, + MEDIUMTEST = 0B1 << 17, + LARGETEST = 0B1 << 18 +} + +export enum Level { + LEVEL0 = 0B1 << 24, + LEVEL1 = 0B1 << 25, + LEVEL2 = 0B1 << 26, + LEVEL3 = 0B1 << 27, + LEVEL4 = 0B1 << 28 +} + +export function describe(testSuiteName: string, callback: Function): void + +export function beforeEach(callback: Function): void + +export function afterEach(callback: Function): void + +export function beforeAll(callback: Function): void + +export function afterAll(callback: Function): void + +export function it(testCaseName: string, attribute: (TestType | Size | Level), callback: Function) + +export interface Assert { + assertClose(expectValue: number, precision: number): void + assertContain(expectValue: any): void + assertEqual(expectValue: any): void + assertFail(): void + assertFalse(): void + assertTrue(): void + assertInstanceOf(expectValue: string): void + assertLarger(expectValue: number): void + assertLess(expectValue: number): void + assertNull(): void + assertThrowError(expectValue: string): void + assertUndefined(): void + assertLargerOrEqual(expectValue: number):void + assertLessOrEqual(expectValue: number):void + assertNaN():void + assertNegUnlimited(): void + assertPosUnlimited(): void + not(): Assert; + assertDeepEquals(expectValue: any):void + assertPromiseIsPending(): void + assertPromiseIsRejected(): void + assertPromiseIsRejectedWith(expectValue?: any): void + assertPromiseIsRejectedWithError(...expectValue): void + assertPromiseIsResolved(): void + assertPromiseIsResolvedWith(expectValue?: any): void +} + +export function expect(actualValue?: any): Assert + +export class ArgumentMatchers { + static any; + static anyString; + static anyBoolean; + static anyNumber; + static anyObj; + static anyFunction; + static matchRegexs(Regex: RegExp): void +} + +declare interface when { + afterReturn(value: any): any + afterReturnNothing(): undefined + afterAction(action: any): any + afterThrow(e_msg: string): string + (argMatchers?: any): when; +} + +export interface VerificationMode { + times(count: Number): void + never(): void + once(): void + atLeast(count: Number): void + atMost(count: Number): void +} + +export class MockKit { + constructor() + mockFunc(obj: Object, func: Function): Function + mockObject(obj: Object): Object + verify(methodName: String, argsArray: Array): VerificationMode + ignoreMock(obj: Object, func: Function): void + clear(obj: Object): void + clearAll(): void +} + +export class SysTestKit { + static actionStart(tag: string): void + static actionEnd(tag: string): void + static existKeyword(keyword: string, timeout?: number): boolean +} + +export class Hypium { + static setData(data: {[key: string]: any}): void + static setTimeConfig(systemTime: any) + static hypiumTest(abilityDelegator: any, abilityDelegatorArguments: any, testsuite: Function): void +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/index.ets b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/index.ets new file mode 100644 index 0000000000000000000000000000000000000000..3c3fe31746bcc2d00e4f8b33e67be5c5a26f9d22 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/index.ets @@ -0,0 +1,92 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License") + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import Core from './src/main/core'; +import {DEFAULT, TestType, Size, Level} from './src/main/Constant'; +import DataDriver from './src/main/module/config/DataDriver'; +import ExpectExtend from './src/main/module/assert/ExpectExtend'; +import OhReport from './src/main/module/report/OhReport'; +import SysTestKit from './src/main/module/kit/SysTestKit'; +import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from './src/main/interface'; +import {MockKit, when} from './src/main/module/mock/MockKit'; +import ArgumentMatchers from './src/main/module/mock/ArgumentMatchers'; + +class Hypium { + static setData(data) { + const core = Core.getInstance(); + const dataDriver = new DataDriver({data}); + core.addService('dataDriver', dataDriver); + } + + static setTimeConfig(systemTime) { + SysTestKit.systemTime = systemTime; + } + + static hypiumTest(abilityDelegator, abilityDelegatorArguments, testsuite) { + const core = Core.getInstance(); + const expectExtend = new ExpectExtend({ + 'id': 'extend' + }); + core.addService('expect', expectExtend); + const ohReport = new OhReport({ + 'delegator': abilityDelegator, + 'abilityDelegatorArguments': abilityDelegatorArguments + }); + SysTestKit.delegator = abilityDelegator; + core.addService('report', ohReport); + core.init(); + core.subscribeEvent('spec', ohReport); + core.subscribeEvent('suite', ohReport); + core.subscribeEvent('task', ohReport); + const configService = core.getDefaultService('config'); + + let testParameters = {}; + if (abilityDelegatorArguments !== null) { + testParameters = configService.translateParams(abilityDelegatorArguments.parameters); + } + console.info('parameters:' + JSON.stringify(testParameters)); + configService.setConfig(testParameters); + + testsuite(); + if (Object.prototype.hasOwnProperty.call(globalThis, 'setupUiTestEnvironment')) { + globalThis.setupUiTestEnvironment().then(() => { + console.info('UiTestKit::after run uitest setup, start run testcases'); + core.execute(abilityDelegator); + }).catch((error) => { + console.error('UiTestKit:: call setupUiTestEnvironment failure:' + error); + core.execute(abilityDelegator); + }); + } else { + console.info('UiTestKit:: no need to setup uitest, start run testcases'); + core.execute(abilityDelegator); + } + } +} + +export { + Hypium, + Core, + DEFAULT, + TestType, + Size, + Level, + DataDriver, + ExpectExtend, + OhReport, + SysTestKit, + describe, beforeAll, beforeEach, afterEach, afterAll, it, expect, + MockKit, when, + ArgumentMatchers +}; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/index.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/index.js new file mode 100644 index 0000000000000000000000000000000000000000..3c3fe31746bcc2d00e4f8b33e67be5c5a26f9d22 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/index.js @@ -0,0 +1,92 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License") + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import Core from './src/main/core'; +import {DEFAULT, TestType, Size, Level} from './src/main/Constant'; +import DataDriver from './src/main/module/config/DataDriver'; +import ExpectExtend from './src/main/module/assert/ExpectExtend'; +import OhReport from './src/main/module/report/OhReport'; +import SysTestKit from './src/main/module/kit/SysTestKit'; +import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from './src/main/interface'; +import {MockKit, when} from './src/main/module/mock/MockKit'; +import ArgumentMatchers from './src/main/module/mock/ArgumentMatchers'; + +class Hypium { + static setData(data) { + const core = Core.getInstance(); + const dataDriver = new DataDriver({data}); + core.addService('dataDriver', dataDriver); + } + + static setTimeConfig(systemTime) { + SysTestKit.systemTime = systemTime; + } + + static hypiumTest(abilityDelegator, abilityDelegatorArguments, testsuite) { + const core = Core.getInstance(); + const expectExtend = new ExpectExtend({ + 'id': 'extend' + }); + core.addService('expect', expectExtend); + const ohReport = new OhReport({ + 'delegator': abilityDelegator, + 'abilityDelegatorArguments': abilityDelegatorArguments + }); + SysTestKit.delegator = abilityDelegator; + core.addService('report', ohReport); + core.init(); + core.subscribeEvent('spec', ohReport); + core.subscribeEvent('suite', ohReport); + core.subscribeEvent('task', ohReport); + const configService = core.getDefaultService('config'); + + let testParameters = {}; + if (abilityDelegatorArguments !== null) { + testParameters = configService.translateParams(abilityDelegatorArguments.parameters); + } + console.info('parameters:' + JSON.stringify(testParameters)); + configService.setConfig(testParameters); + + testsuite(); + if (Object.prototype.hasOwnProperty.call(globalThis, 'setupUiTestEnvironment')) { + globalThis.setupUiTestEnvironment().then(() => { + console.info('UiTestKit::after run uitest setup, start run testcases'); + core.execute(abilityDelegator); + }).catch((error) => { + console.error('UiTestKit:: call setupUiTestEnvironment failure:' + error); + core.execute(abilityDelegator); + }); + } else { + console.info('UiTestKit:: no need to setup uitest, start run testcases'); + core.execute(abilityDelegator); + } + } +} + +export { + Hypium, + Core, + DEFAULT, + TestType, + Size, + Level, + DataDriver, + ExpectExtend, + OhReport, + SysTestKit, + describe, beforeAll, beforeEach, afterEach, afterAll, it, expect, + MockKit, when, + ArgumentMatchers +}; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/oh-package.json5 b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..c3e555885d7dc1192d874cbba436346d12b14a1e --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/oh-package.json5 @@ -0,0 +1,25 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +{ + "name": "@ohos/hypium", + "version": "1.0.6", + "description": "A unit test framework for OpenHarmony application", + "main": "index.js", + "keywords": [], + "author": "huawei", + "license": "Apache-2.0", + "dependencies": { + } +} diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/Constant.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/Constant.js new file mode 100644 index 0000000000000000000000000000000000000000..f1829107720a64df7b571a4bfd11a25e6d9022b6 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/Constant.js @@ -0,0 +1,47 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * define the testcase type : TestType, Size , Level + */ +export const DEFAULT = 0B0000; + +export class TestType { + static FUNCTION = 0B1; + static PERFORMANCE = 0B1 << 1; + static POWER = 0B1 << 2; + static RELIABILITY = 0B1 << 3; + static SECURITY = 0B1 << 4; + static GLOBAL = 0B1 << 5; + static COMPATIBILITY = 0B1 << 6; + static USER = 0B1 << 7; + static STANDARD = 0B1 << 8; + static SAFETY = 0B1 << 9; + static RESILIENCE = 0B1 << 10; +} + +export class Size { + static SMALLTEST = 0B1 << 16; + static MEDIUMTEST = 0B1 << 17; + static LARGETEST = 0B1 << 18; +} + +export class Level { + static LEVEL0 = 0B1 << 24; + static LEVEL1 = 0B1 << 25; + static LEVEL2 = 0B1 << 26; + static LEVEL3 = 0B1 << 27; + static LEVEL4 = 0B1 << 28; +} diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/core.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/core.js new file mode 100644 index 0000000000000000000000000000000000000000..cfcb5f17287208f5e6869b4248faf6c9093002d9 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/core.js @@ -0,0 +1,159 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import {SuiteService, SpecService, ExpectService, ReportService} from './service'; +import {ConfigService} from './module/config/configService'; +import {SpecEvent, TaskEvent, SuiteEvent} from './event'; + +/** + * core service for execute testcase. + */ +class Core { + static getInstance() { + if (!this.instance) { + this.instance = new Core(); + } + return this.instance; + } + + constructor() { + this.instance = null; + this.services = { + suite: {}, + spec: {}, + config: {}, + expect: {}, + log: {}, + report: {} + + }; + this.events = { + suite: {}, + spec: {}, + task: {} + }; + } + + addService(name, service) { + let serviceObj = {}; + if (!this.services[name]) { + this.services[name] = serviceObj; + } else { + serviceObj = this.services[name]; + } + serviceObj[service.id] = service; + } + + getDefaultService(name) { + return this.services[name].default; + } + + getServices(name) { + return this.services[name]; + } + + registerEvent(serviceName, event) { + let eventObj = {}; + if (!this.events[serviceName]) { + this.events[serviceName] = eventObj; + } else { + eventObj = this.events[serviceName]; + } + eventObj[event.id] = event; + } + + unRegisterEvent(serviceName, eventID) { + const eventObj = this.events[serviceName]; + if (eventObj) { + delete eventObj[eventID]; + } + } + + subscribeEvent(serviceName, serviceObj) { + const eventObj = this.events[serviceName]; + if (eventObj) { + for (const attr in eventObj) { + eventObj[attr]['subscribeEvent'](serviceObj); + } + } + } + + async fireEvents(serviceName, eventName) { + const eventObj = this.events[serviceName]; + if (!eventObj) { + return; + } + for (const attr in eventObj) { + await eventObj[attr][eventName](); + } + } + + addToGlobal(apis) { + if (typeof globalThis !== 'undefined') { + for (let api in apis) { + globalThis[api] = apis[api]; + } + } + for (const api in apis) { + this[api] = apis[api]; + } + } + + init() { + this.addService('suite', new SuiteService({id: 'default'})); + this.addService('spec', new SpecService({id: 'default'})); + this.addService('expect', new ExpectService({id: 'default'})); + this.addService('report', new ReportService({id: 'default'})); + this.addService('config', new ConfigService({id: 'default'})); + this.registerEvent('task', new TaskEvent({id: 'default', coreContext: this})); + this.registerEvent('suite', new SuiteEvent({id: 'default', coreContext: this})); + this.registerEvent('spec', new SpecEvent({id: 'default', coreContext: this})); + this.subscribeEvent('spec', this.getDefaultService('report')); + this.subscribeEvent('suite', this.getDefaultService('report')); + this.subscribeEvent('task', this.getDefaultService('report')); + const context = this; + for (const key in this.services) { + const serviceObj = this.services[key]; + for (const serviceID in serviceObj) { + const service = serviceObj[serviceID]; + service.init(context); + + if (typeof service.apis !== 'function') { + continue; + } + const apis = service.apis(); + if (apis) { + this.addToGlobal(apis); + } + } + } + } + + execute(abilityDelegator) { + const suiteService = this.getDefaultService('suite'); + const configService = this.getDefaultService('config'); + if (configService['dryRun'] === 'true') { + (async function () { + await suiteService.dryRun(abilityDelegator); + })(); + return; + } + setTimeout(() => { + suiteService.execute(); + }, 10); + } +} + +export default Core; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/event.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/event.js new file mode 100644 index 0000000000000000000000000000000000000000..1333a1c483f9a2aa1c45e133b1d3cbbc7cdb8346 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/event.js @@ -0,0 +1,94 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class SpecEvent { + constructor(attr) { + this.id = attr.id; + this.coreContext = attr.context; + this.eventMonitors = []; + } + + subscribeEvent(service) { + this.eventMonitors.push(service); + } + + async specStart() { + for (const monitor of this.eventMonitors) { + await monitor['specStart'](); + } + } + + async specDone() { + for (const monitor of this.eventMonitors) { + await monitor['specDone'](); + } + } +} + +class SuiteEvent { + constructor(attr) { + this.id = attr.id; + this.suiteContext = attr.coreContext; + this.eventMonitors = []; + } + + subscribeEvent(service) { + this.eventMonitors.push(service); + } + + async suiteStart() { + for (const monitor of this.eventMonitors) { + await monitor['suiteStart'](); + } + } + + async suiteDone() { + for (const monitor of this.eventMonitors) { + await monitor['suiteDone'](); + } + } +} + +class TaskEvent { + constructor(attr) { + this.id = attr.id; + this.coreContext = attr.coreContext; + this.eventMonitors = []; + } + + subscribeEvent(service) { + this.eventMonitors.push(service); + } + + async taskStart() { + for (const monitor of this.eventMonitors) { + await monitor['taskStart'](); + } + } + + async taskDone() { + for (const monitor of this.eventMonitors) { + await monitor['taskDone'](); + } + } + + incorrectFormat() { + for (const monitor of this.eventMonitors) { + monitor['incorrectFormat'](); + } + } +} + +export {SpecEvent, TaskEvent, SuiteEvent}; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/interface.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/interface.js new file mode 100644 index 0000000000000000000000000000000000000000..40398c849d55cd76ab64fcba26899b547e2a3c97 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/interface.js @@ -0,0 +1,44 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import Core from './core'; + +const core = Core.getInstance(); + +const describe = function (desc, func) { + return Reflect.has(core, 'describe') ? core.describe(desc, func) : (desc, func) => { }; +}; +const it = function (desc, filter, func) { + return Reflect.has(core, 'it') ? core.it(desc, filter, func) : (desc, filter, func) => { }; +}; +const beforeEach = function (func) { + return Reflect.has(core, 'beforeEach') ? core.beforeEach(func) : (func) => { }; +}; +const afterEach = function (func) { + return Reflect.has(core, 'afterEach') ? core.afterEach(func) : (func) => { }; +}; +const beforeAll = function (func) { + return Reflect.has(core, 'beforeAll') ? core.beforeAll(func) : (func) => { }; +}; +const afterAll = function (func) { + return Reflect.has(core, 'afterAll') ? core.afterAll(func) : (func) => { }; +}; +const expect = function (actualValue) { + return Reflect.has(core, 'expect') ? core.expect(actualValue) : (actualValue) => { }; +}; + +export { + describe, it, beforeAll, beforeEach, afterEach, afterAll, expect +}; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/ExpectExtend.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/ExpectExtend.js new file mode 100644 index 0000000000000000000000000000000000000000..d10d15e6f9955c6d04610101f8766c951ee1a35d --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/ExpectExtend.js @@ -0,0 +1,85 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import assertNull from './assertNull'; +import assertClose from './assertClose'; +import assertContain from './assertContain'; +import assertLess from './assertLess'; +import assertLarger from './assertLarger'; +import assertFail from './assertFail'; +import assertUndefined from './assertUndefined'; +import assertFalse from './assertFalse'; +import assertInstanceOf from './assertInstanceOf'; +import assertThrowError from './assertThrowError'; +import assertLargerOrEqual from './assertLargerOrEqual' +import assertLessOrEqual from './assertLessOrEqual' +import assertNaN from './assertNaN' +import assertNegUnlimited from './assertNegUnlimited' +import assertPosUnlimited from './assertPosUnlimited' +import assertDeepEquals from './deepEquals/assertDeepEquals' +import assertPromiseIsPending from './assertPromiseIsPending'; +import assertPromiseIsRejected from './assertPromiseIsRejected'; +import assertPromiseIsRejectedWith from './assertPromiseIsRejectedWith'; +import assertPromiseIsRejectedWithError from './assertPromiseIsRejectedWithError'; +import assertPromiseIsResolved from './assertPromiseIsResolved'; +import assertPromiseIsResolvedWith from './assertPromiseIsResolvedWith'; +class ExpectExtend { + constructor(attr) { + this.id = attr.id; + this.matchers = {}; + } + + extendsMatchers() { + this.matchers.assertNull = assertNull; + this.matchers.assertClose = assertClose; + this.matchers.assertContain = assertContain; + this.matchers.assertLess = assertLess; + this.matchers.assertLarger = assertLarger; + this.matchers.assertFail = assertFail; + this.matchers.assertUndefined = assertUndefined; + this.matchers.assertFalse = assertFalse; + this.matchers.assertInstanceOf = assertInstanceOf; + this.matchers.assertThrowError = assertThrowError; + this.matchers.assertLargerOrEqual = assertLargerOrEqual; + this.matchers.assertLessOrEqual = assertLessOrEqual; + this.matchers.assertNaN = assertNaN; + this.matchers.assertNegUnlimited = assertNegUnlimited; + this.matchers.assertPosUnlimited = assertPosUnlimited; + this.matchers.assertDeepEquals = assertDeepEquals; + this.matchers.assertPromiseIsPending = assertPromiseIsPending; + this.matchers.assertPromiseIsRejected = assertPromiseIsRejected; + this.matchers.assertPromiseIsRejectedWith = assertPromiseIsRejectedWith; + this.matchers.assertPromiseIsRejectedWithError = assertPromiseIsRejectedWithError; + this.matchers.assertPromiseIsResolved = assertPromiseIsResolved; + this.matchers.assertPromiseIsResolvedWith = assertPromiseIsResolvedWith; + } + + init(coreContext) { + this.coreContext = coreContext; + this.extendsMatchers(); + const expectService = this.coreContext.getDefaultService('expect'); + expectService.addMatchers(this.matchers); + } + + apis() { + return { + 'expect': function (actualValue) { + return this.coreContext.getDefaultService('expect').expect(actualValue); + } + }; + } +} + +export default ExpectExtend; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertClose.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertClose.js new file mode 100644 index 0000000000000000000000000000000000000000..63635bea5bf1298776de565260e0e0babae56857 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertClose.js @@ -0,0 +1,41 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertClose(actualValue, expected) { + console.log('expected:' + expected[0] + ',precision:' + expected[1]); + if (actualValue === null && expected[0] === null) { + throw new Error('actualValue and expected can not be both null!!!'); + } + let result; + let diff = Math.abs(expected[0] - actualValue); + let actualAbs = Math.abs(actualValue); + if ((actualAbs - 0) === 0) { + if ((diff - 0) === 0) { + result = true; + } else { + result = false; + } + } else if (diff / actualAbs < expected[1]) { + result = true; + } else { + result = false; + } + return { + pass: result, + message: '|' + actualValue + ' - ' + expected[0] + '|/' + actualValue + ' is not less than ' + expected[1] + }; +} + +export default assertClose; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertContain.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertContain.js new file mode 100644 index 0000000000000000000000000000000000000000..7fba0d9755503e5e926f6c1a4e425e0d1cf47570 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertContain.js @@ -0,0 +1,35 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertContain(actualValue, expect) { + let result = false; + if (Object.prototype.toString.call(actualValue).indexOf('Array')) { + for (let i in actualValue) { + if (actualValue[i] == expect[0]) { + result = true; + } + } + } + let type = Object.prototype.toString.call(actualValue); + if (type === '[object String]') { + result = actualValue.indexOf(expect[0]) >= 0; + } + return { + pass: result, + message: 'expect false, ' + actualValue + ' do not have ' + expect[0] + }; +} + +export default assertContain; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertFail.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertFail.js new file mode 100644 index 0000000000000000000000000000000000000000..8ab4ac5caef712c75c4eac49dfbbb91d33669d9a --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertFail.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertFail() { + return { + pass: false, + message: 'fail ' + }; +} + +export default assertFail; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertFalse.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertFalse.js new file mode 100644 index 0000000000000000000000000000000000000000..c5008e94f4b2ce13ed35b604811793c76b542347 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertFalse.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertFalse(actualValue) { + return { + pass: (actualValue) === false, + message: 'expect false, actualValue is ' + actualValue + }; +} + +export default assertFalse; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertInstanceOf.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertInstanceOf.js new file mode 100644 index 0000000000000000000000000000000000000000..1e11b93f7251c67f5455c5007cd7be268aa53b32 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertInstanceOf.js @@ -0,0 +1,29 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertInstanceOf(actualValue, expected) { + if (Object.prototype.toString.call(actualValue) == '[object ' + expected[0] + ']') { + return { + pass: true + }; + } else { + return { + pass: false, + message: actualValue + ' is ' + Object.prototype.toString.call(actualValue) + 'not ' + expected[0] + }; + } +} + +export default assertInstanceOf; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertLarger.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertLarger.js new file mode 100644 index 0000000000000000000000000000000000000000..a74f4a8cedaf3add9c2dc2d3799081a83198732f --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertLarger.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertLarger(actualValue, expected) { + return { + pass: (actualValue) > expected[0], + message: (actualValue) + ' is not larger than ' + expected[0] + }; +} + +export default assertLarger; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertLargerOrEqual.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertLargerOrEqual.js new file mode 100644 index 0000000000000000000000000000000000000000..e847e6c217364b7f69c173c66fb98d10efc45ef1 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertLargerOrEqual.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertLargerOrEqual(actualValue, expected) { + return { + pass: (actualValue) >= expected[0], + message: (actualValue) + ' is not larger than ' + expected[0] + }; +} + +export default assertLargerOrEqual; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertLess.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertLess.js new file mode 100644 index 0000000000000000000000000000000000000000..17e84b0abaeb20804048a5a15c19e0603634846d --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertLess.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertLess(actualValue, expected) { + return { + pass: (actualValue) < expected[0], + message: (actualValue) + ' is not less than ' + expected[0] + }; +} + +export default assertLess; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertLessOrEqual.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertLessOrEqual.js new file mode 100644 index 0000000000000000000000000000000000000000..f754f97ffa9d24e7852efe2423a1dd35d448af82 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertLessOrEqual.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertLessOrEqual(actualValue, expected) { + return { + pass: (actualValue) <= expected[0], + message: (actualValue) + ' is not less than ' + expected[0] + }; +} + +export default assertLessOrEqual; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertNaN.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertNaN.js new file mode 100644 index 0000000000000000000000000000000000000000..8d45d6a93b86c5ed325a68b32ff014835993a58e --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertNaN.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertNaN(actualValue) { + return { + pass: actualValue !== actualValue, + message: 'expect NaN, actualValue is ' + actualValue + }; +} + +export default assertNaN; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertNegUnlimited.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertNegUnlimited.js new file mode 100644 index 0000000000000000000000000000000000000000..ceac555afc826e057970e6cfe9c73b322c672aa2 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertNegUnlimited.js @@ -0,0 +1,23 @@ +/* +* Copyright (c) 2022 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +function assertNegUnlimited(actualValue) { + return { + pass: actualValue === Number.NEGATIVE_INFINITY, + message: 'Expected actualValue not to be -Infinity. actualValue is,' + actualValue + }; +} + +export default assertNegUnlimited; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertNull.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertNull.js new file mode 100644 index 0000000000000000000000000000000000000000..53a7bad827323a98d3302a4e7eea679551b459c5 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertNull.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertNull(actualValue) { + return { + pass: (actualValue) === null, + message: 'expect null, actualValue is ' + (actualValue) + }; +} + +export default assertNull; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPosUnlimited.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPosUnlimited.js new file mode 100644 index 0000000000000000000000000000000000000000..6e68c0e2b6c499f4dc3dd56c13e9ea1073a3c54c --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPosUnlimited.js @@ -0,0 +1,23 @@ +/* +* Copyright (c) 2022 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +function assertPosUnlimited(actualValue) { + return { + pass: actualValue === Number.POSITIVE_INFINITY, + message: 'Expected actualValue is POSITIVE_INFINITY. actualValue is,' + actualValue + }; +} + +export default assertPosUnlimited; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsPending.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsPending.js new file mode 100644 index 0000000000000000000000000000000000000000..7e2ca2ce14d50c39554fc1157d6d4eb9329d5c39 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsPending.js @@ -0,0 +1,42 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsPending(actualPromise) { + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + const helper = {}; + return Promise.race([actualPromise, Promise.resolve(helper)]).then( + function (got) { + return helper === got ? {pass: true, message: 'actualValue is isPending'} + : { + pass: false, + message: 'expect isPending, actualValue is resolve' + }; + }, + function () { + return { + pass: false + , message: 'expect isPending, actualValue is reject' + }; + }); +} + +export default assertPromiseIsPending; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejected.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejected.js new file mode 100644 index 0000000000000000000000000000000000000000..eb8e65c7d70d5750a9ccebb55c2cf5049cf144fc --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejected.js @@ -0,0 +1,40 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsRejected(actualPromise) { + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + const helper = {}; + return Promise.race([actualPromise, Promise.resolve(helper)]).then( + function (got) { + return { + pass: false, + message: 'expect isRejected, but actualValue is ' + + (helper === got ? 'isPending' : 'resolve') + }; + }, + function () { + return {pass: true, message: 'actualValue is isRejected'}; + } + ); +} + +export default assertPromiseIsRejected; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWith.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWith.js new file mode 100644 index 0000000000000000000000000000000000000000..48eaf7859279a70ea2ad85509296b5da1c7b69f9 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWith.js @@ -0,0 +1,57 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsRejectedWith(actualPromise, expectedValue) { + + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + + function tips(passed) { + return ('Expected a promise ' + (passed ? 'not ' : '') + + 'to be rejected with ' + JSON.stringify(expectedValue[0])); + } + + const helper = {}; + return Promise.race([actualPromise, Promise.resolve(helper)]).then( + function (got) { + return { + pass: false, + message: tips(false) + ' but actualValue is ' + + (helper === got ? 'isPending' : 'resolve') + }; + }, + function (actualValue) { + if (JSON.stringify(actualValue) == JSON.stringify(expectedValue[0])) { + return { + pass: true, + message: 'actualValue was rejected with ' + JSON.stringify(actualValue) + '.' + }; + } else { + return { + pass: false, + message: tips(false) + ' but it was rejected with ' + JSON.stringify(actualValue) + '.' + }; + } + } + ); +} + +export default assertPromiseIsRejectedWith; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWithError.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWithError.js new file mode 100644 index 0000000000000000000000000000000000000000..334a3d397fec0a0f79b9aa1bf92a9622b580351f --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWithError.js @@ -0,0 +1,103 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsRejectedWithError(actualPromise, expectedValue) { + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + const helper = {}; + return Promise.race([actualPromise, Promise.resolve(helper)]).then( + function (got) { + return { + pass: false, + message: 'Expected a promise to be rejected but actualValue is ' + + (helper === got ? 'isPending' : 'resolve') + }; + }, + function (actualValue) { + return matchError(actualValue, expectedValue); + } + ); + +} + +function matchError(actualValue, expectedValue) { + if (expectedValue.length == 1 && typeof expectedValue[0] === 'function') { + if (expectedValue[0].name === actualValue.__proto__.name) { + return {pass: true, message: 'actual error type is ' + actualValue.name + '.'}; + } + return { + pass: false, + message: 'except error type is ' + expectedValue[0].name + ',but actual is ' + actualValue.name + '.' + }; + } + + if (expectedValue.length == 1 && typeof expectedValue[0] === 'string') { + if (expectedValue[0] === actualValue.message) { + return {pass: true, message: 'actual error message is ' + actualValue.message + '.'}; + } + return { + pass: false, + message: 'except error message ' + expectedValue[0] + ',but actual is ' + actualValue.message + '.' + }; + } + + if (expectedValue.length == 1) { + return { + pass: false, + message: 'When only one parameter, it ' + + 'should be error type or error message.' + }; + } + + if (expectedValue.length == 2 && typeof expectedValue[0] === 'function' && expectedValue[0].name === actualValue.name) { + if (typeof expectedValue[1] === 'string' && actualValue.message === expectedValue[1]) { + return {pass: true, message: 'actual error message is ' + actualValue.message + '.'}; + } else { + return { + pass: false, + message: 'except error message is ' + expectedValue[1] + ',but actual is ' + actualValue.message + '.' + }; + } + } + + if (expectedValue.length == 2 && typeof expectedValue[0] === 'function' && expectedValue[0].name !== actualValue.name) { + if (typeof expectedValue[1] === 'string' && actualValue.message === expectedValue[1]) { + return { + pass: false, + message: 'except error type is ' + expectedValue[0].name + ',but actual is ' + actualValue.name + '.' + }; + } else { + return { + pass: false, + message: 'except error type and message are incorrect.' + }; + } + } + + if (expectedValue.length > 2) { + return { + pass: false, + message: 'Up to two parameters are supported.' + }; + } +} + +export default assertPromiseIsRejectedWithError; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolved.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolved.js new file mode 100644 index 0000000000000000000000000000000000000000..855426ca79e5002428e53d4fcb5f843cdf7119f7 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolved.js @@ -0,0 +1,45 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsResolved(actualPromise) { + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + + const helper = {}; + return Promise.race([actualPromise, Promise.resolve(helper)]).then( + function (got) { + return helper === got ? { + pass: false, + message: 'expect resolve, actualValue is isPending' + } + : {pass: true, message: 'actualValue is isResolved'}; + }, + function (rej) { + return { + pass: false, + message: 'Expected a promise to be resolved but it was ' + + 'rejected with ' + JSON.stringify(rej) + '.' + }; + } + ); +} + +export default assertPromiseIsResolved; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolvedWith.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolvedWith.js new file mode 100644 index 0000000000000000000000000000000000000000..d5eb01e32491b281a1e1d650a307723253a61e39 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolvedWith.js @@ -0,0 +1,59 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsResolvedWith(actualPromise, expectedValue) { + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + + function tips(passed) { + return ( + 'Expected a promise ' + (passed ? 'not ' : '') + + 'to be resolved with ' + JSON.stringify(expectedValue[0])); + } + + const helper = {}; + return Promise.race([actualPromise, Promise.resolve(helper)]).then( + function (got) { + if (helper === got) { + return {pass: false, message: 'expect resolve, actualValue is isPending'}; + } + if (JSON.stringify(got) == JSON.stringify(expectedValue[0])) { + return { + pass: true, + message: 'actualValue was resolved with ' + JSON.stringify(got) + '.' + }; + } + return { + pass: false, + message: tips(false) + ' but it was resolved with ' + + JSON.stringify(got) + '.' + }; + }, + function (rej) { + return { + pass: false, + message: tips(false) + ' but it was rejected with ' + JSON.stringify(rej) + '.' + }; + } + ); +} + +export default assertPromiseIsResolvedWith; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertThrowError.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertThrowError.js new file mode 100644 index 0000000000000000000000000000000000000000..749cab0daee3f156909f60c9375146c23d7aa322 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertThrowError.js @@ -0,0 +1,44 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertThrowError(actualValue, expected) { + let result = false; + let err; + if (typeof actualValue !== 'function') { + throw new Error('actualValue is not a function'); + } + try { + actualValue(); + return { + pass: result, + message: ' An error is not thrown while it is expected!' + }; + } catch (e) { + err = e; + } + + if (err instanceof Error) { + console.log(err.message); + if (err.message == expected[0]) { + result = true; + } + } + return { + pass: result, + message: 'expected throw failed , ' + err.message + ' is not ' + expected[0] + }; +} + +export default assertThrowError; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertUndefined.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertUndefined.js new file mode 100644 index 0000000000000000000000000000000000000000..61f092d715dd1630297518b59ff13ef0940991e1 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertUndefined.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertUndefined(actualValue) { + return { + pass: undefined === (actualValue), + message: 'expect Undefined, actualValue is ' + (actualValue) + }; +} + +export default assertUndefined; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/DeepTypeUtils.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/DeepTypeUtils.js new file mode 100644 index 0000000000000000000000000000000000000000..b0be6674ee3474b08aff2f16b0a3c161aa8683df --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/DeepTypeUtils.js @@ -0,0 +1,138 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class DeepTypeUtils { + static getType_(value) { + return Object.prototype.toString.apply(value); + } + static isA_(typeName, value) { + return this.getType_(value) === '[object ' + typeName + ']'; + } + static isAsymmetricEqualityTester_(obj) { + return obj ? this.isA_('Function', obj.asymmetricMatch) : false; + } + + /** + * 是否是function + * @param value + */ + static isFunction_(value) { + return this.isA_('Function', value); + } + + /** + * 是否是undefined + * @param obj + */ + static isUndefined(obj) { + return obj === void 0; + } + + /** + * 是否是Node + * @param obj + */ + static isDomNode(obj) { + return obj !== null && + typeof obj === 'object' && + typeof obj.nodeType === 'number' && + typeof obj.nodeName === 'string'; + } + + /** + * 是否是promise对象 + * @param obj + */ + static isPromise (obj) { + return !!obj && obj.constructor === Promise; + }; + /** + * 是否是map对象 + * @param obj + */ + static isMap(obj) { + return ( + obj !== null && + typeof obj !== 'undefined' && + obj.constructor === Map + ); + } + + /** + * 是否是set对象 + * @param obj 对象 + */ + static isSet(obj) { + return ( + obj !== null && + typeof obj !== 'undefined' && + obj.constructor === Set + ); + } + + /** + * 对象是否有key属性 + * @param obj 对象 + * @param key 对象属性名称 + */ + static has(obj, key) { + return Object.prototype.hasOwnProperty.call(obj, key); + } + + /** + * 获取对象的自有属性 + * @param obj 对象 + * @param isArray 是否是数组,[object Array] + */ + static keys(obj, isArray) { + const extraKeys = []; + // 获取对象所有属性 + const allKeys = this.getAllKeys(obj); + if (!isArray) { + return allKeys; + } + if (allKeys.length === 0) { + return allKeys; + } + for (const k of allKeys) { + if (typeof k === 'symbol' || !/^[0-9]+$/.test(k)) { + extraKeys.push(k); + } + } + return extraKeys; + } + + /** + * 获取obj对象的所有属性 + * @param obj obj对象 + */ + static getAllKeys(obj) { + const keys = []; + for (let key in obj) { + if(this.has(obj, key)) { + keys.push(key); + } + } + const symbols = Object.getOwnPropertySymbols(obj); + for (const sym of symbols) { + if (obj.propertyIsEnumerable(sym)) { + keys.push(sym); + } + } + return keys; + } + +} +export default DeepTypeUtils; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/assertDeepEquals.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/assertDeepEquals.js new file mode 100644 index 0000000000000000000000000000000000000000..4d991b4878fae2768bc7af074e275706d79e6f4d --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/assertDeepEquals.js @@ -0,0 +1,311 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import DeepTypeUtils from './DeepTypeUtils' +function assertDeepEquals(actualValue, expected) { + console.log('actualValue:' + actualValue + ',expected:' + expected[0]); + let result = eq(actualValue, expected[0],[], []) + let msg = logMsg(actualValue, expected[0]); + return { + pass: result, + message: msg + }; +} + +/** + * 获取失败显示日志 + * @param actualValue 实际对象 + * @param expected 期待比较对象 + */ +function logMsg(actualValue, expected) { + // 获取a的对象名称 + const aClassName = Object.prototype.toString.call(actualValue); + const bClassName = Object.prototype.toString.call(expected); + let actualMsg; + let expectMsg; + if(aClassName == "[object Function]") { + actualMsg = "actualValue Function" + }else if(aClassName == "[object Promise]") { + actualMsg = "actualValue Promise" + }else if(aClassName == "[object Set]" || aClassName == "[object Map]") { + actualMsg = JSON.stringify(Array.from(actualValue));; + }else if(aClassName == "[object RegExp]") { + actualMsg = JSON.stringify(actualValue.source.replace("\\",""));; + } + else{ + actualMsg = JSON.stringify(actualValue); + } + if(bClassName == "[object Function]") { + expectMsg = "expected Function" + }else if(bClassName == "[object Promise]") { + expectMsg = "expected Promise" + }else if(aClassName == "[object Set]" || bClassName == "[object Map]") { + expectMsg = JSON.stringify(Array.from(expected)); + }else if(aClassName == "[object RegExp]") { + expectMsg = JSON.stringify(expected.source.replace("\\",""));; + } + else{ + expectMsg = JSON.stringify(expected); + } + return actualMsg + " is not deep equal " + expectMsg; +} + +function eq(a, b, aStack, bStack) { + let result = true; + console.log('a is:' + a + ',b is:' + b); + const asymmetricResult = asymmetricMatch_(a,b); + if (!DeepTypeUtils.isUndefined(asymmetricResult)) { + return asymmetricResult; + } + + if (a instanceof Error && b instanceof Error) { + result = a.message == b.message; + return result; + } + + if (a === b) { + result = a !== 0 || 1 / a == 1 / b; + return result; + } + + if (a === null || b === null) { + result = a === b; + return result; + } + // 获取a的对象名称 + const aClassName = Object.prototype.toString.call(a); + const bClassName = Object.prototype.toString.call(b); + console.log('aClassName is:' + aClassName); + console.log('bClassName is:' + bClassName); + // 不同类型不同对象 + if (aClassName != bClassName) { + return false; + } + // 俩个string对象 + if(aClassName === '[object String]') { + result = a == String(b); + return result; + } + // 俩个Number对象 + if(aClassName === '[object Number]') { + result = a != +a ? b != +b : a === 0 && b === 0 ? 1 / a == 1 / b : a == +b; + return result; + } + + if(aClassName === '[object Date]' || aClassName === '[object Boolean]') { + result = +a == +b; + return result; + } + + // 数组 + if(aClassName === '[object ArrayBuffer]') { + return eq(new Uint8Array(a), new Uint8Array(b), aStack, bStack); + } + + // 正则表达式 + if(aClassName === '[object RegExp]') { + return ( + a.source == b.source && + a.global == b.global && + a.multiline == b.multiline && + a.ignoreCase == b.ignoreCase + ); + } + + if (typeof a != 'object' || typeof b != 'object') { + return false; + } + + const aIsDomNode = DeepTypeUtils.isDomNode(a); + const bIsDomNode = DeepTypeUtils.isDomNode(b); + if (aIsDomNode && bIsDomNode) { + // At first try to use DOM3 method isEqualNode + result = a.isEqualNode(b); + return result; + } + if (aIsDomNode || bIsDomNode) { + return false; + } + const aIsPromise = DeepTypeUtils.isPromise(a); + const bIsPromise = DeepTypeUtils.isPromise(b); + if (aIsPromise && bIsPromise) { + return a === b; + } + let length = aStack.length; + while (length--) { + if (aStack[length] == a) { + return bStack[length] == b; + } + } + aStack.push(a); + bStack.push(b); + let size = 0; + + // 都是数组 + if(aClassName == '[object Array]') { + const aLength = a.length; + const bLength = b.length; + if (aLength !== bLength) { + // 数组长度不同,不是同一个对象 + return false; + } + for (let i = 0; i < aLength || i < bLength; i++) { + // 递归每一个元素是否相同 + result = eq(i < aLength ? a[i] : void 0, i < bLength ? b[i] : void 0, aStack, bStack) && result; + } + if (!result) { + return false; + } + } else if(DeepTypeUtils.isMap(a) && DeepTypeUtils.isMap(b)) { + if (a.size != b.size) { + return false; + } + const keysA = []; + const keysB = []; + a.forEach(function(valueA, keyA) { + keysA.push(keyA); + }); + b.forEach(function(valueB, keyB) { + keysB.push(keyB); + }); + const mapKeys = [keysA, keysB]; + const cmpKeys = [keysB, keysA]; + for (let i = 0; result && i < mapKeys.length; i++) { + const mapIter = mapKeys[i]; + const cmpIter = cmpKeys[i]; + + for (let j = 0; result && j < mapIter.length; j++) { + const mapKey = mapIter[j]; + const cmpKey = cmpIter[j]; + const mapValueA = a.get(mapKey); + let mapValueB; + if ( + DeepTypeUtils.isAsymmetricEqualityTester_(mapKey) || + (DeepTypeUtils.isAsymmetricEqualityTester_(cmpKey) && + eq(mapKey, cmpKey)) + ) { + mapValueB = b.get(cmpKey); + } else { + mapValueB = b.get(mapKey); + } + result = eq(mapValueA, mapValueB, aStack, bStack); + } + } + if (!result) { + return false; + } + } else if(DeepTypeUtils.isSet(a) && DeepTypeUtils.isSet(b)) { + if (a.size != b.size) { + return false; + } + const valuesA = []; + a.forEach(function(valueA) { + valuesA.push(valueA); + }); + const valuesB = []; + b.forEach(function(valueB) { + valuesB.push(valueB); + }); + const setPairs = [[valuesA, valuesB], [valuesB, valuesA]]; + const stackPairs = [[aStack, bStack], [bStack, aStack]]; + for (let i = 0; result && i < setPairs.length; i++) { + const baseValues = setPairs[i][0]; + const otherValues = setPairs[i][1]; + const baseStack = stackPairs[i][0]; + const otherStack = stackPairs[i][1]; + for (const baseValue of baseValues) { + let found = false; + for (let j = 0; !found && j < otherValues.length; j++) { + const otherValue = otherValues[j]; + const prevStackSize = baseStack.length; + // 深度比较对象 + found = eq(baseValue, otherValue, baseStack, otherStack); + if (!found && prevStackSize !== baseStack.length) { + baseStack.splice(prevStackSize); + otherStack.splice(prevStackSize); + } + } + result = result && found; + } + } + if (!result) { + return false; + } + } else { + const aCtor = a.constructor, + bCtor = b.constructor; + if ( + aCtor !== bCtor && + DeepTypeUtils.isFunction_(aCtor) && + DeepTypeUtils.isFunction_(bCtor) && + a instanceof aCtor && + b instanceof bCtor && + !(aCtor instanceof aCtor && bCtor instanceof bCtor) + ) { + return false; + } + } + + // 获取对象所有的属性集合 + const aKeys = DeepTypeUtils.keys(a, aClassName == '[object Array]'); + size = aKeys.length; + + // 俩个对象属性长度不一致, 俩对象不相同 + if (DeepTypeUtils.keys(b, bClassName == '[object Array]').length !== size) { + return false; + } + + // 俩对象属性数量相同, 递归比较每个属性值得值 + for (const key of aKeys) { + console.log('key is:' + key); + // b 没有 key 属性 + if(!DeepTypeUtils.has(b, key)) { + result = false; + continue; + } + if (!eq(a[key], b[key], aStack, bStack)) { + result = false; + } + } + if (!result) { + return false; + } + aStack.pop(); + bStack.pop(); + return result; +} + +function asymmetricMatch_(a, b) { + const asymmetricA = DeepTypeUtils.isAsymmetricEqualityTester_(a); + const asymmetricB = DeepTypeUtils.isAsymmetricEqualityTester_(b); + + if (asymmetricA === asymmetricB) { + return undefined; + } + +} + +/** + * 获取对象的自有属性 + * + * @param obj 对象 + * @param isArray 是否是一个数组 + */ +function keys(obj, isArray) { + const keys = []; + +} + +export default assertDeepEquals; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/isPromiseLike.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/isPromiseLike.js new file mode 100644 index 0000000000000000000000000000000000000000..015ab19a2a0c4872d7cb490b61f8e1dd6a8ac90b --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/isPromiseLike.js @@ -0,0 +1,32 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function isPromiseLike(obj) { + return !!obj && isFunction_(obj.then); +} + +function isFunction_(value) { + return isA_('Function', value); +} + +function isA_(typeName, value) { + return getType_(value) === '[object ' + typeName + ']'; +} + +function getType_(value) { + return Object.prototype.toString.apply(value); +} + +export default isPromiseLike; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/config/DataDriver.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/config/DataDriver.js new file mode 100644 index 0000000000000000000000000000000000000000..639dffc9cdb912f1f33a6ccb61868c9ed7c695bf --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/config/DataDriver.js @@ -0,0 +1,116 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +const SUITES_KEY = 'suites'; +const SPECS_KEY = 'items'; +const DESCRIBE_KEY = 'describe'; +const IT_KEY = 'it'; +const PARAMS_KEY = 'params'; +const STRESS_KEY = 'stress'; + +class ObjectUtils { + static get(object, name, defaultValue) { + let result = defaultValue; + for (const key in object) { + if (key === name) { + return object[key]; + } + } + return result; + } + + static has(object, key) { + return Object.prototype.hasOwnProperty.call(object, key); + } +} + +class DataDriver { + constructor(attr) { + this.id = 'dataDriver'; + this.data = attr.data || {}; + } + + init(coreContext) { + this.coreContext = coreContext; + this.suiteService = this.coreContext.getDefaultService('suite'); + this.specService = this.coreContext.getDefaultService('spec'); + } + + getSpecParams() { + let specParams = []; + let suiteDesc = this.suiteService.getCurrentRunningSuite().description; + let specDesc = this.specService.getCurrentRunningSpec().description; + let suites = ObjectUtils.get(this.data, SUITES_KEY, []); + for (const suiteItem of suites) { + let describeValue = ObjectUtils.get(suiteItem, DESCRIBE_KEY, ''); + if (ObjectUtils.has(suiteItem, DESCRIBE_KEY) && (typeof describeValue === 'object') && describeValue.constructor === Array && describeValue.includes(suiteDesc)) { + let specs = ObjectUtils.get(suiteItem, SPECS_KEY, []); + for (const specItem of specs) { + if (ObjectUtils.has(specItem, IT_KEY) && ObjectUtils.get(specItem, IT_KEY) === specDesc) { + return ObjectUtils.get(specItem, PARAMS_KEY, specParams); + } + } + } + } + return specParams; + } + + getSuiteParams() { + let suiteParams = {}; + let suiteDesc = this.suiteService.getCurrentRunningSuite().description; + let suites = ObjectUtils.get(this.data, SUITES_KEY, []); + for (const suiteItem of suites) { + let describeValue = ObjectUtils.get(suiteItem, DESCRIBE_KEY, []); + if (ObjectUtils.has(suiteItem, DESCRIBE_KEY) && (typeof describeValue === 'object') && describeValue.constructor === Array && describeValue.includes(suiteDesc)) { + suiteParams = Object.assign({}, suiteParams, ObjectUtils.get(suiteItem, PARAMS_KEY, suiteParams)); + } + } + return suiteParams; + } + + getSpecStress(specDesc) { + let stress = 1; + let suiteDesc = this.suiteService.getCurrentRunningSuite().description; + let suites = ObjectUtils.get(this.data, SUITES_KEY, []); + for (const suiteItem of suites) { + let describeValue = ObjectUtils.get(suiteItem, DESCRIBE_KEY, ''); + if (ObjectUtils.has(suiteItem, DESCRIBE_KEY) && (typeof describeValue === 'object') && describeValue.constructor === Array && describeValue.includes(suiteDesc)) { + let specs = ObjectUtils.get(suiteItem, SPECS_KEY, []); + for (const specItem of specs) { + if (ObjectUtils.has(specItem, IT_KEY) && ObjectUtils.get(specItem, IT_KEY) === specDesc) { + let tempStress = ObjectUtils.get(specItem, STRESS_KEY, stress); + return (Number.isInteger(tempStress) && tempStress >= 1) ? tempStress : stress; + } + } + } + } + return stress; + } + + getSuiteStress(suiteDesc) { + let stress = 1; + let suites = ObjectUtils.get(this.data, SUITES_KEY, []); + for (const suiteItem of suites) { + let describeValue = ObjectUtils.get(suiteItem, DESCRIBE_KEY, []); + if (ObjectUtils.has(suiteItem, DESCRIBE_KEY) && (typeof describeValue === 'object') && describeValue.constructor === Array && describeValue.includes(suiteDesc)) { + let tempStress = ObjectUtils.get(suiteItem, STRESS_KEY, stress); + return (Number.isInteger(tempStress) && tempStress >= 1) ? tempStress : stress; + } + } + return stress; + } +} + +export default DataDriver; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/config/Filter.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/config/Filter.js new file mode 100644 index 0000000000000000000000000000000000000000..0ca3b4f412353ad0e9fa70bcfe775c905b5e02a9 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/config/Filter.js @@ -0,0 +1,81 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class ClassFilter { + constructor(suiteName, itName, params) { + this.suiteName = suiteName; + this.itName = itName; + this.params = params; + } + + filterSuite() { + return !this.params.split(',').map(item => item.split('#')[0]).map(item => item == this.suiteName).reduce((pre, cur) => pre || cur, false); + } + + filterIt() { + let classArray = this.params.split(',') || []; + let suiteFilterResult = classArray.filter(item => !item.includes('#')).map(item => item == this.suiteName).reduce((pre, cur) => pre || cur, false); + let itFilterResult = classArray.filter(item => item.includes('#')).map(item => item == (this.suiteName + '#' + this.itName)).reduce((pre, cur) => pre || cur, false); + return !(suiteFilterResult || itFilterResult); + } +} + +class NotClassFilter { + constructor(suiteName, itName, params) { + this.suiteName = suiteName; + this.itName = itName; + this.params = params; + } + + filterSuite() { + return this.params.split(',').map(item => item == this.suiteName).reduce((pre, cur) => pre || cur, false); + } + + filterIt() { + return this.params.split(',').some(item => item == (this.suiteName + '#' + this.itName)); + } +} + +class SuiteAndItNameFilter { + constructor(suiteName, itName, params) { + this.suiteName = suiteName; + this.itName = itName; + this.params = params; + } + + filterSuite() { + return !this.params.split(',').map(item => item == this.suiteName).reduce((pre, cur) => pre || cur, false); + } + + filterIt() { + return !this.params.split(',').map(item => item == this.itName).reduce((pre, cur) => pre || cur, false); + } +} + + +class TestTypesFilter { + constructor(suiteName, itName, fi, params) { + this.suiteName = suiteName; + this.itName = itName; + this.params = params; + this.fi = fi; + } + + filterIt() { + return !((this.params === (this.fi & this.params)) || this.fi === 0); + } +} + +export {ClassFilter, NotClassFilter, SuiteAndItNameFilter, TestTypesFilter}; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/config/configService.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/config/configService.js new file mode 100644 index 0000000000000000000000000000000000000000..745f137e3d48ff86bbd910f6639affe56a773654 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/config/configService.js @@ -0,0 +1,292 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import {ClassFilter, NotClassFilter, SuiteAndItNameFilter, TestTypesFilter} from './Filter'; +const STRESS_RULE = /^[1-9]\d*$/; + +class ConfigService { + constructor(attr) { + this.id = attr.id; + this.supportAsync = false; + this.random = false; + this.filterValid = []; + this.filter = 0; + this.flag = false; + this.suite = null; + this.itName = null; + this.testType = null; + this.level = null; + this.size = null; + this.class = null; + this.notClass = null; + this.timeout = null; + // 遇错即停模式配置 + this.breakOnError = false; + // 压力测试配置 + this.stress = null; + } + + init(coreContext) { + this.coreContext = coreContext; + } + + isNormalInteger(str) { + const n = Math.floor(Number(str)); + return n !== Infinity && String(n) === String(str) && n >= 0; + } + + getStress() { + if (this.stress === undefined || this.stress === '' || this.stress === null) { + return 1; + } + return !this.stress.match(STRESS_RULE) ? 1 : Number.parseInt(this.stress); + } + + basicParamValidCheck(params) { + let size = params.size; + if (size !== undefined && size !== '' && size !== null) { + let sizeArray = ['small', 'medium', 'large']; + if (sizeArray.indexOf(size) === -1) { + this.filterValid.push('size:' + size); + } + } + let level = params.level; + if (level !== undefined && level !== '' && level !== null) { + let levelArray = ['0', '1', '2', '3', '4']; + if (levelArray.indexOf(level) === -1) { + this.filterValid.push('level:' + level); + } + } + let testType = params.testType; + if (testType !== undefined && testType !== '' && testType !== null) { + let testTypeArray = ['function', 'performance', 'power', 'reliability', 'security', + 'global', 'compatibility', 'user', 'standard', 'safety', 'resilience']; + if (testTypeArray.indexOf(testType) === -1) { + this.filterValid.push('testType:' + testType); + } + } + } + + filterParamValidCheck(params) { + let timeout = params.timeout; + if (timeout !== undefined && timeout !== '' && timeout !== null) { + if (!this.isNormalInteger(timeout)) { + this.filterValid.push('timeout:' + timeout); + } + } + + let paramKeys = ['dryRun', 'random', 'breakOnError', 'coverage']; + for (const key of paramKeys) { + if (params[key] !== undefined && params[key] !== 'true' && params[key] !== 'false') { + this.filterValid.push(`${key}:${params[key]}`); + } + } + + // 压力测试参数验证,正整数 + if (params.stress !== undefined && params.stress !== '' && params.stress !== null) { + if (!params.stress.match(STRESS_RULE)) { + this.filterValid.push('stress:' + params.stress); + } + } + + let nameRule = /^[A-Za-z]{1}[\w#,.]*$/; + let paramClassKeys = ['class', 'notClass']; + for (const key of paramClassKeys) { + if (params[key] !== undefined && params[key] !== '' && params[key] !== null) { + let classArray = params[key].split(','); + classArray.forEach(item => !item.match(nameRule) ? this.filterValid.push(`${key}:${params[key]}`) : null); + } + } + } + + setConfig(params) { + this.basicParamValidCheck(params); + this.filterParamValidCheck(params); + try { + this.class = params.class; + this.notClass = params.notClass; + this.flag = params.flag || {flag: false}; + this.suite = params.suite; + this.itName = params.itName; + this.filter = params.filter; + this.testType = params.testType; + this.level = params.level; + this.size = params.size; + this.timeout = params.timeout; + this.dryRun = params.dryRun; + this.breakOnError = params.breakOnError; + this.random = params.random === 'true' ? true : false; + this.stress = params.stress; + this.coverage = params.coverage; + this.filterParam = { + testType: { + 'function': 1, + 'performance': 1 << 1, + 'power': 1 << 2, + 'reliability': 1 << 3, + 'security': 1 << 4, + 'global': 1 << 5, + 'compatibility': 1 << 6, + 'user': 1 << 7, + 'standard': 1 << 8, + 'safety': 1 << 9, + 'resilience': 1 << 10, + }, + level: { + '0': 1 << 24, + '1': 1 << 25, + '2': 1 << 26, + '3': 1 << 27, + '4': 1 << 28, + }, + size: { + 'small': 1 << 16, + 'medium': 1 << 17, + 'large': 1 << 18, + } + }; + this.parseParams(); + } catch (err) { + console.info('setConfig error: ' + err.message); + } + } + + parseParams() { + if (this.filter != null) { + return; + } + let testTypeFilter = 0; + let sizeFilter = 0; + let levelFilter = 0; + if (this.testType != null) { + testTypeFilter = this.testType.split(',') + .map(item => this.filterParam.testType[item] || 0) + .reduce((pre, cur) => pre | cur, 0); + } + if (this.level != null) { + levelFilter = this.level.split(',') + .map(item => this.filterParam.level[item] || 0) + .reduce((pre, cur) => pre | cur, 0); + } + if (this.size != null) { + sizeFilter = this.size.split(',') + .map(item => this.filterParam.size[item] || 0) + .reduce((pre, cur) => pre | cur, 0); + } + this.filter = testTypeFilter | sizeFilter | levelFilter; + console.info('filter params:' + this.filter); + } + + isCurrentSuite(description) { + if (this.suite !== undefined && this.suite !== '' && this.suite !== null) { + let suiteArray = this.suite.split(','); + return suiteArray.indexOf(description) !== -1; + } + return false; + } + + filterSuite(currentSuiteName) { + let filterArray = []; + if (this.suite !== undefined && this.suite !== '' && this.suite !== null) { + filterArray.push(new SuiteAndItNameFilter(currentSuiteName, '', this.suite)); + } + if (this.class !== undefined && this.class !== '' && this.class !== null) { + filterArray.push(new ClassFilter(currentSuiteName, '', this.class)); + } + if (this.notClass !== undefined && this.notClass !== '' && this.notClass !== null) { + filterArray.push(new NotClassFilter(currentSuiteName, '', this.notClass)); + } + + let result = filterArray.map(item => item.filterSuite()).reduce((pre, cur) => pre || cur, false); + return result; + } + + filterDesc(currentSuiteName, desc, fi, coreContext) { + let filterArray = []; + if (this.itName !== undefined && this.itName !== '' && this.itName !== null) { + filterArray.push(new SuiteAndItNameFilter(currentSuiteName, desc, this.itName)); + } + if (this.class !== undefined && this.class !== '' && this.class !== null) { + filterArray.push(new ClassFilter(currentSuiteName, desc, this.class)); + } + if (this.notClass !== undefined && this.notClass !== '' && this.notClass !== null) { + filterArray.push(new NotClassFilter(currentSuiteName, desc, this.notClass)); + } + if (typeof (this.filter) !== 'undefined' && this.filter !== 0 && fi !== 0) { + filterArray.push(new TestTypesFilter('', '', fi, this.filter)); + } + let result = filterArray.map(item => item.filterIt()).reduce((pre, cur) => pre || cur, false); + return result; + } + + isRandom() { + return this.random || false; + } + + isBreakOnError() { + return this.breakOnError !== 'true' ? false : true; + } + + setSupportAsync(value) { + this.supportAsync = value; + } + + isSupportAsync() { + return this.supportAsync; + } + + translateParams(parameters) { + const keySet = new Set([ + '-s class', '-s notClass', '-s suite', '-s itName', + '-s level', '-s testType', '-s size', '-s timeout', + '-s dryRun', '-s random', '-s breakOnError', '-s stress', + '-s coverage', 'class', 'notClass', 'suite', 'itName', + 'level', 'testType', 'size', 'timeout', 'dryRun', 'random', + 'breakOnError', 'stress', 'coverage' + ]); + let targetParams = {}; + for (const key in parameters) { + if (keySet.has(key)) { + var newKey = key.replace("-s ", ""); + targetParams[newKey] = parameters[key]; + } + } + return targetParams; + } + translateParamsToString(parameters) { + const keySet = new Set([ + '-s class', '-s notClass', '-s suite', '-s itName', + '-s level', '-s testType', '-s size', '-s timeout', + '-s dryRun', '-s random', '-s breakOnError', '-s stress', + '-s coverage','class', 'notClass', 'suite', 'itName', + 'level', 'testType', 'size', 'timeout', 'dryRun', 'random', + 'breakOnError', 'stress', 'coverage' + ]); + let targetParams = ''; + for (const key in parameters) { + if (keySet.has(key)) { + targetParams += ' ' + key + ' ' + parameters[key]; + } + } + return targetParams.trim(); + } + + execute() { + } +} + +export { + ConfigService +}; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/coverage/coverageCollect.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/coverage/coverageCollect.js new file mode 100644 index 0000000000000000000000000000000000000000..4707dea3eba464fd7446bf215481f4049b0cfe00 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/coverage/coverageCollect.js @@ -0,0 +1,30 @@ +/* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import SysTestKit from "../kit/SysTestKit"; + +export async function collectCoverageData() { + if (globalThis.__coverage__ === undefined) { + return; + } + const strJson = JSON.stringify(globalThis.__coverage__); + const strLen = strJson.length; + const maxLen = 500; + const maxCount = Math.floor(strLen / maxLen); + const OHOS_REPORT_COVERAGE_DATA = 'OHOS_REPORT_COVERAGE_DATA:'; + for (let count = 0; count <= maxCount; count++) { + await SysTestKit.print(`${OHOS_REPORT_COVERAGE_DATA} ${strJson.substring(count * maxLen, (count + 1) * maxLen)}`); + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/kit/SysTestKit.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/kit/SysTestKit.js new file mode 100644 index 0000000000000000000000000000000000000000..d73d46d912dc2f86a645327548b5d58a17c168bf --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/kit/SysTestKit.js @@ -0,0 +1,88 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class SysTestKit { + + static delegator = null; + static systemTime = null; + + constructor() { + this.id = 'sysTestKit'; + this.index = 0; + } + + static actionStart(tag) { + console.info(JSON.stringify(tag)); + var message = '\n' + 'OHOS_REPORT_ACTIONSTART: ' + JSON.stringify(tag) + '\n'; + SysTestKit.print(message); + console.info(tag + ' actionStart print success'); + } + + static actionEnd(tag) { + console.info(JSON.stringify(tag)); + var message = '\n' + 'OHOS_REPORT_ACTIONEND: ' + JSON.stringify(tag) + '\n'; + SysTestKit.print(message); + console.info(tag + ' actionEnd print success'); + } + + static async existKeyword(keyword, timeout) { + let reg = new RegExp(/^[a-zA-Z0-9]{1,}$/) + if (!reg.test(keyword)) { + throw new Error('keyword must contain more than one string, and only letters and numbers are supported.') + } + timeout = timeout || 4; + + let searchResult = false; + let cmd = 'hilog -x | grep -i \'' + keyword + '\' | wc -l'; + await executePromise(cmd, timeout).then((data) => { + searchResult = data; + }); + return searchResult; + } + static async print(message) { + if ('printSync' in SysTestKit.delegator) { + console.debug(`printSync called ...`); + SysTestKit.delegator.printSync(message); + } else { + await SysTestKit.delegator.print(message); + } + } + + static async getRealTime() { + let currentTime = new Date().getTime(); + if (SysTestKit.systemTime !== null && SysTestKit.systemTime !== undefined) { + await SysTestKit.systemTime.getRealTime().then((time) => { + console.info(`systemTime.getRealTime success data: ${JSON.stringify(time)}`); + currentTime = time; + }).catch((error) => { + console.error(`failed to systemTime.getRealTime because ${JSON.stringify(error)}`); + }); + } + return currentTime; + } +} + +function executePromise(cmd, timeout) { + return new Promise((resolve, reject) => { + SysTestKit.delegator.executeShellCommand(cmd, timeout, + (error, data) => { + console.info('existKeyword CallBack: err : ' + JSON.stringify(error)); + console.info('existKeyword CallBack: data : ' + JSON.stringify(data)); + resolve(parseInt(data.stdResult) > 3 ? true : false); + }); + }); +} + +export default SysTestKit; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/mock/ArgumentMatchers.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/mock/ArgumentMatchers.js new file mode 100644 index 0000000000000000000000000000000000000000..6a9d7aac464e95383ea31385284b6603c34e084c --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/mock/ArgumentMatchers.js @@ -0,0 +1,122 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class ArgumentMatchers { + ANY = ""; + ANY_STRING = ""; + ANY_BOOLEAN = ""; + ANY_NUMBER = ""; + ANY_OBJECT = ""; + ANY_FUNCTION = ""; + MATCH_REGEXS = ""; + + static any() { + } + + static anyString() { + } + + static anyBoolean() { + } + + static anyNumber() { + } + + static anyObj() { + } + + static anyFunction() { + } + + static matchRegexs() { + let regex = arguments[0]; + if (ArgumentMatchers.isRegExp(regex)) { + return regex; + } + throw Error("not a regex"); + } + + static isRegExp(value) { + return Object.prototype.toString.call(value) === "[object RegExp]"; + } + + matcheReturnKey() { + let arg = arguments[0]; + let regex = arguments[1]; + let stubSetKey = arguments[2]; + + if (stubSetKey && stubSetKey == this.ANY) { + return this.ANY; + } + + if (typeof arg === "string" && !regex) { + return this.ANY_STRING; + } + + if (typeof arg === "boolean" && !regex) { + return this.ANY_BOOLEAN; + } + + if (typeof arg === "number" && !regex) { + return this.ANY_NUMBER; + } + + if (typeof arg === "object" && !regex) { + return this.ANY_OBJECT; + } + + if (typeof arg === "function" && !regex) { + return this.ANY_FUNCTION; + } + + if (typeof arg === "string" && regex) { + return regex.test(arg); + } + + return null; + } + + matcheStubKey() { + let key = arguments[0]; + + if (key === ArgumentMatchers.any) { + return this.ANY; + } + + if (key === ArgumentMatchers.anyString) { + return this.ANY_STRING; + } + if (key === ArgumentMatchers.anyBoolean) { + return this.ANY_BOOLEAN; + } + if (key === ArgumentMatchers.anyNumber) { + return this.ANY_NUMBER; + } + if (key === ArgumentMatchers.anyObj) { + return this.ANY_OBJECT; + } + if (key === ArgumentMatchers.anyFunction) { + return this.ANY_FUNCTION; + } + + if (ArgumentMatchers.isRegExp(key)) { + return key; + } + + return null; + } +} + +export default ArgumentMatchers; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/mock/ExtendInterface.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/mock/ExtendInterface.js new file mode 100644 index 0000000000000000000000000000000000000000..c6a866a6df662ad10a7f6869dcbc2381fa47bcdc --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/mock/ExtendInterface.js @@ -0,0 +1,57 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class ExtendInterface { + constructor(mocker) { + this.mocker = mocker; + } + + stub() { + this.params = arguments; + return this; + } + + stubMockedCall(returnInfo) { + this.mocker.stubApply(this, this.params, returnInfo); + } + + afterReturn(value) { + this.stubMockedCall(function () { + return value; + }); + } + + afterReturnNothing() { + this.stubMockedCall(function () { + return undefined; + }); + } + + afterAction(action) { + this.stubMockedCall(action); + } + + afterThrow(msg) { + this.stubMockedCall(function () { + throw msg; + }); + } + + clear() { + this.mocker.clear(); + } +} + +export default ExtendInterface; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/mock/MockKit.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/mock/MockKit.js new file mode 100644 index 0000000000000000000000000000000000000000..a23462472c023f0ef81a6a6d274f14f8649a8dc0 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/mock/MockKit.js @@ -0,0 +1,256 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import ExtendInterface from "./ExtendInterface"; +import VerificationMode from "./VerificationMode"; +import ArgumentMatchers from "./ArgumentMatchers"; + +class MockKit { + + constructor() { + this.mFunctions = []; + this.stubs = new Map(); + this.recordCalls = new Map(); + this.currentSetKey = null; + this.mockObj = null; + this.recordMockedMethod = new Map(); + } + + init() { + this.reset(); + } + + reset() { + this.mFunctions = []; + this.stubs = {}; + this.recordCalls = {}; + this.currentSetKey = null; + this.mockObj = null; + this.recordMockedMethod = new Map(); + } + + clearAll() { + this.reset(); + var props = Object.keys(this); + for (var i = 0; i < props.length; i++) { + delete this[props[i]]; + } + + var props = Object.getOwnPropertyNames(this); + for (var i = 0; i < props.length; i++) { + delete this[props[i]]; + } + for (var key in this) { + delete this[key]; + } + } + + clear(obj) { + if (!obj) throw Error("Please enter an object to be cleaned"); + if (typeof (obj) != 'object') throw new Error('Not a object'); + this.recordMockedMethod.forEach(function (value, key, map) { + if (key) { + obj[key] = value; + } + }); + } + + ignoreMock(obj, method) { + if (typeof (obj) != 'object') throw new Error('Not a object'); + if (typeof (method) != 'function') throw new Error('Not a function'); + let og = this.recordMockedMethod.get(method.propName); + if (og) { + obj[method.propName] = og; + this.recordMockedMethod.set(method.propName, undefined); + } + } + + extend(dest, source) { + dest["stub"] = source["stub"]; + dest["afterReturn"] = source["afterReturn"]; + dest["afterReturnNothing"] = source["afterReturnNothing"]; + dest["afterAction"] = source["afterAction"]; + dest["afterThrow"] = source["afterThrow"]; + dest["stubMockedCall"] = source["stubMockedCall"]; + dest["clear"] = source["clear"]; + return dest; + } + + stubApply(f, params, returnInfo) { + let values = this.stubs.get(f); + if (!values) { + values = new Map(); + } + let key = params[0]; + if (typeof key == "undefined") { + key = "anonymous-mock-" + f.propName; + } + let matcher = new ArgumentMatchers(); + if (matcher.matcheStubKey(key)) { + key = matcher.matcheStubKey(key); + if (key) { + this.currentSetKey = key; + } + } + values.set(key, returnInfo); + this.stubs.set(f, values); + } + + getReturnInfo(f, params) { + let values = this.stubs.get(f); + if (!values) { + return undefined; + } + let retrunKet = params[0]; + if (typeof retrunKet == "undefined") { + retrunKet = "anonymous-mock-" + f.propName; + } + let stubSetKey = this.currentSetKey; + + if (this.currentSetKey && (typeof (retrunKet) != "undefined")) { + retrunKet = stubSetKey; + } + let matcher = new ArgumentMatchers(); + if (matcher.matcheReturnKey(params[0], undefined, stubSetKey) && matcher.matcheReturnKey(params[0], undefined, stubSetKey) != stubSetKey) { + retrunKet = params[0]; + } + + values.forEach(function (value, key, map) { + if (ArgumentMatchers.isRegExp(key) && matcher.matcheReturnKey(params[0], key)) { + retrunKet = key; + } + }); + + return values.get(retrunKet); + } + + findName(obj, value) { + let properties = this.findProperties(obj); + let name = null; + properties.forEach( + function (va1, idx, array) { + if (obj[va1] === value) { + name = va1; + } + } + ); + return name; + } + + isFunctionFromPrototype(f, container, propName) { + if (container.constructor != Object && container.constructor.prototype !== container) { + return container.constructor.prototype[propName] === f; + } + return false; + } + + findProperties(obj, ...arg) { + function getProperty(new_obj) { + if (new_obj.__proto__ === null) { + return []; + } + let properties = Object.getOwnPropertyNames(new_obj); + return [...properties, ...getProperty(new_obj.__proto__)]; + } + return getProperty(obj); + } + + recordMethodCall(originalMethod, args) { + Function.prototype.getName = function () { + return this.name || this.toString().match(/function\s*([^(]*)\(/)[1]; + }; + let name = originalMethod.getName(); + let arglistString = name + '(' + Array.from(args).toString() + ')'; + let records = this.recordCalls.get(arglistString); + if (!records) { + records = 0; + } + records++; + this.recordCalls.set(arglistString, records); + } + + mockFunc(originalObject, originalMethod) { + let tmp = this; + this.originalMethod = originalMethod; + let f = function () { + let args = arguments; + let action = tmp.getReturnInfo(f, args); + if (originalMethod) { + tmp.recordMethodCall(originalMethod, args); + } + if (action) { + return action.apply(this, args); + } + }; + + f.container = null || originalObject; + f.original = originalMethod || null; + + if (originalObject && originalMethod) { + if (typeof (originalMethod) != 'function') throw new Error('Not a function'); + var name = this.findName(originalObject, originalMethod); + originalObject[name] = f; + this.recordMockedMethod.set(name, originalMethod); + f.propName = name; + f.originalFromPrototype = this.isFunctionFromPrototype(f.original, originalObject, f.propName); + } + f.mocker = this; + this.mFunctions.push(f); + this.extend(f, new ExtendInterface(this)); + return f; + } + + verify(methodName, argsArray) { + if (!methodName) { + throw Error("not a function name"); + } + let a = this.recordCalls.get(methodName + '(' + argsArray.toString() + ')'); + return new VerificationMode(a ? a : 0); + } + + mockObject(object) { + if (!object || typeof object === "string") { + throw Error(`this ${object} cannot be mocked`); + } + const _this = this; + let mockedObject = {}; + let keys = Reflect.ownKeys(object); + keys.filter(key => (typeof Reflect.get(object, key)) === 'function') + .forEach(key => { + mockedObject[key] = object[key]; + mockedObject[key] = _this.mockFunc(mockedObject, mockedObject[key]); + }); + return mockedObject; + } +} + +function ifMockedFunction(f) { + if (Object.prototype.toString.call(f) != "[object Function]" && + Object.prototype.toString.call(f) != "[object AsyncFunction]") { + throw Error("not a function"); + } + if (!f.stub) { + throw Error("not a mock function"); + } + return true; +} + +function when(f) { + if (ifMockedFunction(f)) { + return f.stub.bind(f); + } +} + +export {MockKit, when}; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/mock/VerificationMode.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/mock/VerificationMode.js new file mode 100644 index 0000000000000000000000000000000000000000..7bd04c8473985ec57f5b14fc3ae84e9cf7b31f39 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/mock/VerificationMode.js @@ -0,0 +1,49 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import {expect} from '../../interface'; + +class VerificationMode { + constructor(times) { + this.doTimes = times; + } + + times(count) { + expect(count).assertEqual(this.doTimes); + } + + never() { + console.log(this.doTimes); + expect(0).assertEqual(this.doTimes); + } + + once() { + expect(1).assertEqual(this.doTimes); + } + + atLeast(count) { + if (count > this.doTimes) { + throw Error('failed ' + count + ' greater than the actual execution times of method'); + } + } + + atMost(count) { + if (count < this.doTimes) { + throw Error('failed ' + count + ' less than the actual execution times of method'); + } + } +} + +export default VerificationMode; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/report/OhReport.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/report/OhReport.js new file mode 100644 index 0000000000000000000000000000000000000000..da120dd09c0e74e46b9138b7598661e380010210 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/report/OhReport.js @@ -0,0 +1,148 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import SysTestKit from "../kit/SysTestKit"; +import {collectCoverageData} from '../coverage/coverageCollect'; + +class OhReport { + constructor(attr) { + this.delegator = attr.delegator; + this.abilityDelegatorArguments = attr.abilityDelegatorArguments; + this.id = 'report'; + this.index = 0; + this.duration = 0; + } + + init(coreContext) { + this.coreContext = coreContext; + this.suiteService = this.coreContext.getDefaultService('suite'); + this.specService = this.coreContext.getDefaultService('spec'); + } + + taskStart() { + } + + async taskDone() { + if (this.abilityDelegatorArguments !== null) { + this.taskDoneTime = new Date().getTime(); + let summary = this.suiteService.getSummary(); + const configService = this.coreContext.getDefaultService('config'); + if (configService['coverage'] === 'true') { + await collectCoverageData(); + } + let message = '\n' + 'OHOS_REPORT_RESULT: stream=Tests run: ' + summary.total + ', Failure: ' + summary.failure; + message += ', Error: ' + summary.error; + message += ', Pass: ' + summary.pass; + message += ', Ignore: ' + summary.ignore; + message += '\n' + 'OHOS_REPORT_CODE: ' + (summary.failure > 0 ? -1 : 0) + '\n'; + let isHasError = summary.failure > 0 || summary.error > 0; + let config = this.coreContext.getDefaultService('config'); + if (config.isBreakOnError() && isHasError) { + // 未执行全部说明 + message += '\n' + 'OHOS_REPORT_RESULT: breakOnError model, Stopping whole test suite if one specific test case failed or error' + '\n'; + } + message += 'OHOS_REPORT_STATUS: taskconsuming=' + summary.duration + '\n'; + console.info(message); + await SysTestKit.print(message); + } + console.info('report print success'); + this.delegator.finishTest('your test finished!!!', 0, () => { }); + } + + incorrectFormat() { + if (this.coreContext.getDefaultService('config').filterValid.length !== 0) { + var value = this.coreContext.getDefaultService('config').filterValid; + var message = 'this param ' + value.join(',') + ' is invalid' + '\n'; + this.delegator.finishTest(message, 0, () => { + }); + } + } + + async suiteStart() { + if (this.abilityDelegatorArguments !== null) { + let message = '\n' + 'OHOS_REPORT_SUM: ' + this.suiteService.getCurrentRunningSuite().getSpecsNum(); + message += '\n' + 'OHOS_REPORT_STATUS: class=' + this.suiteService.getCurrentRunningSuite().description + '\n'; + console.info(message); + await SysTestKit.print(message); + console.info(this.suiteService.getCurrentRunningSuite().description + ' suiteStart print success'); + } + } + + async suiteDone() { + if (this.abilityDelegatorArguments !== null) { + let message = '\n' + 'OHOS_REPORT_STATUS: class=' + this.suiteService.getCurrentRunningSuite().description; + message += '\n' + 'OHOS_REPORT_STATUS: suiteconsuming=' + this.suiteService.getCurrentRunningSuite().duration + '\n'; + console.info(message); + await SysTestKit.print(message); + console.info(this.suiteService.getCurrentRunningSuite().description + ' suiteDone print success'); + } + } + + async specStart() { + if (this.abilityDelegatorArguments !== null) { + let message = '\n' + 'OHOS_REPORT_STATUS: class=' + this.suiteService.getCurrentRunningSuite().description; + message += '\n' + 'OHOS_REPORT_STATUS: current=' + (++this.index); + message += '\n' + 'OHOS_REPORT_STATUS: id=JS'; + message += '\n' + 'OHOS_REPORT_STATUS: numtests=' + this.specService.getTestTotal(); + message += '\n' + 'OHOS_REPORT_STATUS: stream='; + message += '\n' + 'OHOS_REPORT_STATUS: test=' + this.specService.currentRunningSpec.description; + message += '\n' + 'OHOS_REPORT_STATUS_CODE: 1' + '\n'; + console.info(message); + await SysTestKit.print(message); + console.info(this.specService.currentRunningSpec.description + ' specStart start print success'); + } + } + + async specDone() { + if (this.abilityDelegatorArguments !== null) { + let message = '\n' + 'OHOS_REPORT_STATUS: class=' + this.suiteService.getCurrentRunningSuite().description; + message += '\n' + 'OHOS_REPORT_STATUS: current=' + (this.index); + message += '\n' + 'OHOS_REPORT_STATUS: id=JS'; + message += '\n' + 'OHOS_REPORT_STATUS: numtests=' + this.specService.getTestTotal(); + let errorMsg = ''; + if (this.specService.currentRunningSpec.error) { + message += '\n' + 'OHOS_REPORT_STATUS: stack=' + this.specService.currentRunningSpec.error.message; + message += '\n' + 'OHOS_REPORT_STATUS: stream='; + message += '\n' + 'Error in ' + this.specService.currentRunningSpec.description; + message += '\n' + this.specService.currentRunningSpec.error.message; + message += '\n' + 'OHOS_REPORT_STATUS: test=' + this.specService.currentRunningSpec.description; + message += '\n' + 'OHOS_REPORT_STATUS_CODE: -1' + '\n'; + } else if (this.specService.currentRunningSpec.result) { + if (this.specService.currentRunningSpec.result.failExpects.length > 0) { + this.specService.currentRunningSpec.result.failExpects.forEach(failExpect => { + errorMsg = failExpect.message || ('expect ' + failExpect.actualValue + ' ' + failExpect.checkFunc + ' ' + (failExpect.expectValue)); + }); + message += '\n' + 'OHOS_REPORT_STATUS: stack=' + errorMsg; + message += '\n' + 'OHOS_REPORT_STATUS: stream='; + message += '\n' + 'Error in ' + this.specService.currentRunningSpec.description; + message += '\n' + errorMsg + '\n' + 'OHOS_REPORT_STATUS: test=' + this.specService.currentRunningSpec.description; + message += '\n' + 'OHOS_REPORT_STATUS_CODE: -2' + '\n'; + } else { + message += '\n' + 'OHOS_REPORT_STATUS: stream='; + message += '\n' + 'OHOS_REPORT_STATUS: test=' + this.specService.currentRunningSpec.description; + message += '\n' + 'OHOS_REPORT_STATUS_CODE: 0' + '\n'; + } + } else { + message += '\n'; + } + message += 'OHOS_REPORT_STATUS: consuming=' + this.specService.currentRunningSpec.duration + '\n'; + console.info(message); + await SysTestKit.print(message); + console.info(this.specService.currentRunningSpec.description + ' specDone end print success'); + } + } +} + +export default OhReport; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/report/ReportExtend.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/report/ReportExtend.js new file mode 100644 index 0000000000000000000000000000000000000000..852fbcd5cbf97e776ebe5177a029df0f516594a5 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/report/ReportExtend.js @@ -0,0 +1,137 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class ReportExtend { + constructor(fileModule) { + this.id = 'extend'; + this.fileModule = fileModule; + } + + init(coreContext) { + this.coreContext = coreContext; + this.suiteService = this.coreContext.getDefaultService('suite'); + } + + taskStart() { + + } + + taskDone() { + const report = { + tag: 'testsuites', + name: 'summary_report', + timestamp: new Date().toDateString(), + time: '1', + errors: 0, + failures: 0, + tests: 0, + children: [] + }; + const rootSuite = this.suiteService.rootSuite; + if (rootSuite && rootSuite.childSuites) { + for (let testsuite of rootSuite.childSuites) { + let suiteReport = { + tag: 'testsuite', + name: testsuite['description'], + errors: 0, + tests: 0, + failures: 0, + time: '0.1', + children: [] + }; + let specs = testsuite['specs']; + for (let testcase of specs) { + report.tests++; + suiteReport.tests++; + let caseReport = { + tag: 'testcase', + name: testcase['description'], + status: 'run', + time: '0.0', + classname: testsuite['description'] + }; + if (testcase.error) { + caseReport['result'] = false; + caseReport['children'] = [{ + tag: 'error', + type: '', + message: testcase.error.message + }]; + report.errors++; + suiteReport.errors++; + } else if (testcase.result.failExpects.length > 0) { + caseReport['result'] = false; + let message = ''; + testcase.result.failExpects.forEach(failExpect => { + message += failExpect.message || ('expect ' + failExpect.actualValue + ' ' + failExpect.checkFunc + ' ' + (failExpect.expectValue || '')) + ';'; + }); + caseReport['children'] = [{ + tag: 'failure', + type: '', + message: message + }]; + report.failures++; + suiteReport.failures++; + } else { + caseReport['result'] = true; + } + suiteReport.children.push(caseReport); + } + report.children.push(suiteReport); + } + } + + let reportXml = '\n' + json2xml(report); + this.fileModule.writeText({ + uri: 'internal://app/report.xml', + text: reportXml, + success: function () { + console.info('call success callback success'); + }, + fail: function (data, code) { + console.info('call fail callback success:'); + }, + complete: function () { + console.info('call complete callback success'); + } + }); + } +} + +function json2xml(json) { + let tagName; + let hasChildren = false; + let childrenStr = ''; + let attrStr = ''; + for (let key in json) { + if (key === 'tag') { + tagName = json[key]; + } else if (key === 'children') { + if (json[key].length > 0) { + hasChildren = true; + for (let child of json[key]) { + childrenStr += json2xml(child); + } + } + } else { + attrStr += ` ${key}="${json[key]}"`; + } + } + let xml = `<${tagName}${attrStr}`; + xml += hasChildren ? `>${childrenStr}` : '/>'; + return xml; +} + +export default ReportExtend; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/service.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/service.js new file mode 100644 index 0000000000000000000000000000000000000000..e55a2e4a2db3fdef4b983fa9cb63bf5c58b76fb4 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/service.js @@ -0,0 +1,929 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import SysTestKit from "./module/kit/SysTestKit"; + +class AssertException extends Error { + constructor(message) { + super(); + this.name = "AssertException"; + this.message = message; + } +} + +function getFuncWithArgsZero(func, timeout, isStressTest) { + return new Promise(async (resolve, reject) => { + let timer = null; + if (!isStressTest) { + timer = setTimeout(() => { + reject(new Error('execute timeout ' + timeout + 'ms')); + }, timeout); + } + try { + await func(); + } catch (err) { + reject(err); + } + timer !== null ? clearTimeout(timer) : null; + resolve(); + }); +} + +function getFuncWithArgsOne(func, timeout, isStressTest) { + return new Promise(async (resolve, reject) => { + let timer = null; + if (!isStressTest) { + timer = setTimeout(() => { + reject(new Error('execute timeout ' + timeout + 'ms')); + }, timeout);; + } + + function done() { + timer !== null ? clearTimeout(timer) : null; + resolve(); + } + + try { + await func(done); + } catch (err) { + timer !== null ? clearTimeout(timer) : null; + reject(err); + } + }); +} + +function getFuncWithArgsTwo(func, timeout, paramItem, isStressTest) { + return new Promise(async (resolve, reject) => { + let timer = null; + if (!isStressTest) { + timer = setTimeout(() => { + reject(new Error('execute timeout ' + timeout + 'ms')); + }, timeout); + } + + function done() { + timer !== null ? clearTimeout(timer) : null; + resolve(); + } + + try { + await func(done, paramItem); + } catch (err) { + timer !== null ? clearTimeout(timer) : null; + reject(err); + } + }); +} + +function processFunc(coreContext, func) { + let argNames = ((func || '').toString() + .replace(/((\/\/.*$)|(\/\*[\s\S]*?\*\/))/mg, '') + .match(/^(function)?\s*[^\(]*\(\s*([^\)]*)\)/m) || ['', '', ''])[2] + .split(',') // split parameters + .map(item => item.replace(/^\s*(_?)(.+?)\1\s*$/, name => name.split('=')[0].trim())) + .filter(String); + let funcLen = func.length; + let processedFunc; + const config = coreContext.getDefaultService('config'); + config.setSupportAsync(true); + const timeout = + (config.timeout === undefined ? 5000 : config.timeout); + const isStressTest = (coreContext.getServices('dataDriver') !== undefined || config.getStress() > 1); + switch (funcLen) { + case 0: { + processedFunc = function () { + return getFuncWithArgsZero(func, timeout, isStressTest); + }; + break; + } + case 1: { + if (argNames[0] === 'data') { + processedFunc = function (paramItem) { + func(paramItem); + }; + } else { + processedFunc = function () { + return getFuncWithArgsOne(func, timeout, isStressTest); + }; + } + break; + } + default: { + processedFunc = function (paramItem) { + return getFuncWithArgsTwo(func, timeout, paramItem, isStressTest); + }; + break; + } + } + return processedFunc; +} + +function secureRandomNumber() { + return crypto.randomBytes(8).readUInt32LE() / 0xffffffff; +} + +class SuiteService { + constructor(attr) { + this.id = attr.id; + this.rootSuite = new SuiteService.Suite({}); + this.currentRunningSuite = this.rootSuite; + this.suitesStack = [this.rootSuite]; + } + + describe(desc, func) { + const configService = this.coreContext.getDefaultService('config'); + if (configService.filterSuite(desc)) { + console.info('filter suite :' + desc); + return; + } + const suite = new SuiteService.Suite({description: desc}); + if (typeof this.coreContext.getServices('dataDriver') !== 'undefined' && configService['dryRun'] !== 'true') { + let suiteStress = this.coreContext.getServices('dataDriver').dataDriver.getSuiteStress(desc); + for (let i = 1; i < suiteStress; i++) { + this.currentRunningSuite.childSuites.push(suite); + } + } + this.currentRunningSuite.childSuites.push(suite); + this.currentRunningSuite = suite; + this.suitesStack.push(suite); + func.call(); + let childSuite = this.suitesStack.pop(); + if (this.suitesStack.length === 0) { + this.currentRunningSuite = childSuite; + this.suitesStack.push(childSuite); + } + if (this.suitesStack.length > 1) { + this.currentRunningSuite = this.suitesStack.pop(); + } else { + this.currentRunningSuite = this.suitesStack.pop(); + this.suitesStack.push(this.currentRunningSuite); + } + } + + beforeAll(func) { + this.currentRunningSuite.beforeAll.push(processFunc(this.coreContext, func)); + } + + beforeEach(func) { + this.currentRunningSuite.beforeEach.push(processFunc(this.coreContext, func)); + } + + afterAll(func) { + this.currentRunningSuite.afterAll.push(processFunc(this.coreContext, func)); + } + + afterEach(func) { + this.currentRunningSuite.afterEach.push(processFunc(this.coreContext, func)); + } + + getCurrentRunningSuite() { + return this.currentRunningSuite; + } + + setCurrentRunningSuite(suite) { + this.currentRunningSuite = suite; + } + + traversalResults(suite, obj, breakOnError) { + if (suite.childSuites.length === 0 && suite.specs.length === 0) { + return obj; + } + if (suite.specs.length > 0) { + for (const itItem of suite.specs) { + obj.total++; + if (breakOnError && (obj.error > 0 || obj.failure > 0)) { // breakOnError模式 + continue; + } + if (itItem.error) { + obj.error++; + } else if (itItem.result.failExpects.length > 0) { + obj.failure++; + } else if (itItem.result.pass === true) { + obj.pass++; + } + } + } + + obj.duration += suite.duration; + + if (suite.childSuites.length > 0) { + for (const suiteItem of suite.childSuites) { + this.traversalResults(suiteItem, obj, breakOnError); + } + } + } + + getSummary() { + let suiteService = this.coreContext.getDefaultService('suite'); + let rootSuite = suiteService.rootSuite; + const specService = this.coreContext.getDefaultService('spec'); + const configService = this.coreContext.getDefaultService('config'); + let breakOnError = configService.isBreakOnError(); + let isError = specService.getStatus(); + let isBreaKOnError = breakOnError && isError; + let obj = {total: 0, failure: 0, error: 0, pass: 0, ignore: 0, duration: 0}; + for (const suiteItem of rootSuite.childSuites) { + this.traversalResults(suiteItem, obj, isBreaKOnError); + } + obj.ignore = obj.total - obj.pass - obj.failure - obj.error; + return obj; + } + + init(coreContext) { + this.coreContext = coreContext; + } + + traversalSuites(suite, obj, configService) { + if (suite.childSuites.length === 0 && suite.specs.length === 0) { + return []; + } + if (suite.specs.length > 0) { + let itArray = []; + for (const itItem of suite['specs']) { + if (!configService.filterDesc(suite.description, itItem.description, itItem.fi, null)) { + itArray.push({'itName': itItem.description}); + } + } + obj[suite.description] = itArray; + } + + if (suite.childSuites.length > 0) { + let suiteArray = []; + for (const suiteItem of suite.childSuites) { + let suiteObj = {}; + this.traversalSuites(suiteItem, suiteObj, configService); + if (!configService.filterSuite(suiteItem.description)) { + suiteArray.push(suiteObj); + } + } + obj.suites = suiteArray; + } + } + + async dryRun(abilityDelegator) { + const configService = this.coreContext.getDefaultService('config'); + let testSuitesObj = {}; + let suitesArray = []; + for (const suiteItem of this.rootSuite.childSuites) { + let obj = {}; + this.traversalSuites(suiteItem, obj, configService); + if (!configService.filterSuite(suiteItem.description)) { + suitesArray.push(obj); + } + } + testSuitesObj['suites'] = suitesArray; + + let strJson = JSON.stringify(testSuitesObj); + let strLen = strJson.length; + let maxLen = 500; + let maxCount = Math.floor(strLen / maxLen); + + for (let count = 0; count <= maxCount; count++) { + await SysTestKit.print(strJson.substring(count * maxLen, (count + 1) * maxLen)); + } + console.info('dryRun print success'); + abilityDelegator.finishTest('dry run finished!!!', 0, () => { }); + } + + execute() { + const configService = this.coreContext.getDefaultService('config'); + if (configService.filterValid.length !== 0) { + this.coreContext.fireEvents('task', 'incorrectFormat'); + return; + } + + if (configService.isRandom() && this.rootSuite.childSuites.length > 0) { + this.rootSuite.childSuites.sort(function () { + return Math.random().toFixed(1) > 0.5 ? -1 : 1; + }); + this.currentRunningSuite = this.rootSuite.childSuites[0]; + } + + if (configService.isSupportAsync()) { + let asyncExecute = async () => { + await this.coreContext.fireEvents('task', 'taskStart'); + await this.rootSuite.asyncRun(this.coreContext); + }; + asyncExecute().then(async () => { + await this.coreContext.fireEvents('task', 'taskDone'); + }); + } else { + this.coreContext.fireEvents('task', 'taskStart'); + this.rootSuite.run(this.coreContext); + this.coreContext.fireEvents('task', 'taskDone'); + } + } + + apis() { + const _this = this; + return { + describe: function (desc, func) { + return _this.describe(desc, func); + }, + beforeAll: function (func) { + return _this.beforeAll(func); + }, + beforeEach: function (func) { + return _this.beforeEach(func); + }, + afterAll: function (func) { + return _this.afterAll(func); + }, + afterEach: function (func) { + return _this.afterEach(func); + } + }; + } +} + +SuiteService.Suite = class { + constructor(attrs) { + this.description = attrs.description || ''; + this.childSuites = []; + this.specs = []; + this.beforeAll = []; + this.afterAll = []; + this.beforeEach = []; + this.afterEach = []; + this.duration = 0; + } + + pushSpec(spec) { + this.specs.push(spec); + } + + removeSpec(desc) { + this.specs = this.specs.filter((item, index) => { + return item.description !== desc; + }); + } + + getSpecsNum() { + return this.specs.length; + } + + isRun(coreContext) { + const configService = coreContext.getDefaultService('config'); + const suiteService = coreContext.getDefaultService('suite'); + const specService = coreContext.getDefaultService('spec'); + let breakOnError = configService.isBreakOnError(); + let isError = specService.getStatus(); + return breakOnError && isError; + } + + run(coreContext) { + const suiteService = coreContext.getDefaultService('suite'); + suiteService.setCurrentRunningSuite(this); + if (this.description !== '') { + coreContext.fireEvents('suite', 'suiteStart', this); + } + this.runHookFunc('beforeAll'); + if (this.specs.length > 0) { + const configService = coreContext.getDefaultService('config'); + if (configService.isRandom()) { + this.specs.sort(function () { + return Math.random().toFixed(1) > 0.5 ? -1 : 1; + }); + } + for (let spec in this.specs) { + let isBreakOnError = this.isRun(coreContext); + if (isBreakOnError) { + break; + } + this.runHookFunc('beforeEach'); + spec.run(coreContext); + this.runHookFunc('afterEach'); + } + } + if (this.childSuites.length > 0) { + for (let suite in this.childSuites) { + let isBreakOnError = this.isRun(coreContext); + if (isBreakOnError) { + break; + } + suite.run(coreContext); + suiteService.setCurrentRunningSuite(suite); + } + } + this.runHookFunc('afterAll'); + if (this.description !== '') { + coreContext.fireEvents('suite', 'suiteDone'); + } + } + + async asyncRun(coreContext) { + const suiteService = coreContext.getDefaultService('suite'); + suiteService.setCurrentRunningSuite(this); + suiteService.suitesStack.push(this); + if (this.description !== '') { + await coreContext.fireEvents('suite', 'suiteStart', this); + } + await this.runAsyncHookFunc('beforeAll'); + if (this.specs.length > 0) { + const configService = coreContext.getDefaultService('config'); + if (configService.isRandom()) { + this.specs.sort(function () { + return Math.random().toFixed(1) > 0.5 ? -1 : 1; + }); + } + for (let i = 0; i < this.specs.length; i++) { + // 遇错即停模式,发现用例有问题,直接返回,不在执行后面的it + let isBreakOnError = this.isRun(coreContext); + if (isBreakOnError) { + console.log("break description :" + this.description); + break; + } + await this.runAsyncHookFunc('beforeEach'); + await this.specs[i].asyncRun(coreContext); + await this.runAsyncHookFunc('afterEach'); + } + } + + if (this.childSuites.length > 0) { + for (let i = 0; i < this.childSuites.length; i++) { + // 遇错即停模式, 发现用例有问题,直接返回,不在执行后面的description + let isBreakOnError = this.isRun(coreContext); + if (isBreakOnError) { + console.log("break description :" + this.description); + break; + } + await this.childSuites[i].asyncRun(coreContext); + } + } + + await this.runAsyncHookFunc('afterAll'); + if (this.description !== '') { + await coreContext.fireEvents('suite', 'suiteDone'); + let childSuite = suiteService.suitesStack.pop(); + if (suiteService.suitesStack.length === 0) { + suiteService.suitesStack.push(childSuite); + } + if (suiteService.suitesStack.length > 1) { + suiteService.setCurrentRunningSuite(suiteService.suitesStack.pop()); + } else { + let currentRunningSuite = suiteService.suitesStack.pop(); + suiteService.setCurrentRunningSuite(currentRunningSuite); + suiteService.suitesStack.push(currentRunningSuite); + } + } + } + + runHookFunc(hookName) { + if (this[hookName] && this[hookName].length > 0) { + this[hookName].forEach(func => { + try { + func(); + } catch (e) { + console.error(e); + } + }); + } + } + + runAsyncHookFunc(hookName) { + if (this[hookName] && this[hookName].length > 0) { + return new Promise(async resolve => { + for (let i = 0; i < this[hookName].length; i++) { + try { + await this[hookName][i](); + } catch (e) { + console.error(e); + } + } + resolve(); + }); + } + } +}; + +class SpecService { + constructor(attr) { + this.id = attr.id; + this.totalTest = 0; + this.hasError = false; + } + + init(coreContext) { + this.coreContext = coreContext; + } + + setCurrentRunningSpec(spec) { + this.currentRunningSpec = spec; + } + + setStatus(obj) { + this.hasError = obj; + } + + getStatus() { + return this.hasError; + } + + getTestTotal() { + return this.totalTest; + } + + getCurrentRunningSpec() { + return this.currentRunningSpec; + } + + it(desc, filter, func) { + const configService = this.coreContext.getDefaultService('config'); + const currentSuiteName = this.coreContext.getDefaultService('suite').getCurrentRunningSuite().description; + if (configService.filterDesc(currentSuiteName, desc, filter, this.coreContext)) { + console.info('filter it :' + desc); + } else { + let processedFunc = processFunc(this.coreContext, func); + const spec = new SpecService.Spec({description: desc, fi: filter, fn: processedFunc}); + const suiteService = this.coreContext.getDefaultService('suite'); + if (typeof this.coreContext.getServices('dataDriver') !== 'undefined' && configService['dryRun'] !== 'true') { + let specStress = this.coreContext.getServices('dataDriver').dataDriver.getSpecStress(desc); + for (let i = 1; i < specStress; i++) { + this.totalTest++; + suiteService.getCurrentRunningSuite().pushSpec(spec); + } + } + + // dryRun 状态下不统计压力测试重复数据 + if (configService['dryRun'] !== 'true') { + let stress = configService.getStress(); // 命令配置压力测试 + console.info('stress length :' + stress); + for (let i = 1; i < stress; i++) { + this.totalTest++; + suiteService.getCurrentRunningSuite().pushSpec(spec); + } + } + this.totalTest++; + suiteService.getCurrentRunningSuite().pushSpec(spec); + } + } + + apis() { + const _this = this; + return { + it: function (desc, filter, func) { + return _this.it(desc, filter, func); + } + }; + } +} + +SpecService.Spec = class { + constructor(attrs) { + this.description = attrs.description || ''; + this.fi = attrs.fi; + this.fn = attrs.fn || function () { + }; + this.result = { + failExpects: [], + passExpects: [] + }; + this.error = undefined; + this.duration = 0; + this.startTime = 0; + this.isExecuted = false; // 当前用例是否执行 + } + + setResult(coreContext) { + const specService = coreContext.getDefaultService('spec'); + if (this.result.failExpects.length > 0) { + this.result.pass = false; + specService.setStatus(true); + } else { + this.result.pass = true; + } + console.info('testcase ' + this.description + ' result:' + this.result.pass); + } + + run(coreContext) { + const specService = coreContext.getDefaultService('spec'); + specService.setCurrentRunningSpec(this); + coreContext.fireEvents('spec', 'specStart', this); + this.isExecuted = true; + try { + let dataDriver = coreContext.getServices('dataDriver'); + if (typeof dataDriver === 'undefined') { + this.fn(); + } else { + let suiteParams = dataDriver.dataDriver.getSuiteParams(); + let specParams = dataDriver.dataDriver.getSpecParams(); + console.info('[suite params] ' + JSON.stringify(suiteParams)); + console.info('[spec params] ' + JSON.stringify(specParams)); + if (this.fn.length === 0) { + this.fn(); + } else if (specParams.length === 0) { + this.fn(suiteParams); + } else { + specParams.forEach(paramItem => this.fn(Object.assign({}, paramItem, suiteParams))); + } + } + this.setResult(coreContext); + } catch (e) { + this.error = e; + specService.setStatus(true); + } + coreContext.fireEvents('spec', 'specDone', this); + } + + async asyncRun(coreContext) { + const specService = coreContext.getDefaultService('spec'); + specService.setCurrentRunningSpec(this); + + await coreContext.fireEvents('spec', 'specStart', this); + try { + let dataDriver = coreContext.getServices('dataDriver'); + if (typeof dataDriver === 'undefined') { + await this.fn(); + this.setResult(coreContext); + } else { + let suiteParams = dataDriver.dataDriver.getSuiteParams(); + let specParams = dataDriver.dataDriver.getSpecParams(); + console.info('[suite params] ' + JSON.stringify(suiteParams)); + console.info('[spec params] ' + JSON.stringify(specParams)); + if (this.fn.length === 0) { + await this.fn(); + this.setResult(coreContext); + } else if (specParams.length === 0) { + await this.fn(suiteParams); + this.setResult(coreContext); + } else { + for (const paramItem of specParams) { + await this.fn(Object.assign({}, paramItem, suiteParams)); + this.setResult(coreContext); + } + } + } + } catch (e) { + if (e instanceof AssertException) { + this.fail = e; + specService.setStatus(true); + } else { + this.error = e; + specService.setStatus(true); + } + } + this.isExecuted = true; + await coreContext.fireEvents('spec', 'specDone', this); + } + + filterCheck(coreContext) { + const specService = coreContext.getDefaultService('spec'); + specService.setCurrentRunningSpec(this); + return true; + } + + addExpectationResult(expectResult) { + if (this.result.failExpects.length === 0) { + this.result.failExpects.push(expectResult); + } + throw new AssertException(expectResult.message); + } +}; + +class ExpectService { + constructor(attr) { + this.id = attr.id; + this.matchers = {}; + } + + expect(actualValue) { + return this.wrapMatchers(actualValue); + } + + init(coreContext) { + this.coreContext = coreContext; + this.addMatchers(this.basicMatchers()); + } + + addMatchers(matchers) { + for (const matcherName in matchers) { + if (Object.prototype.hasOwnProperty.call(matchers, matcherName)) { + this.matchers[matcherName] = matchers[matcherName]; + } + } + } + + basicMatchers() { + return { + assertTrue: function (actualValue) { + return { + pass: (actualValue) === true, + message: 'expect true, actualValue is ' + actualValue + }; + }, + assertEqual: function (actualValue, args) { + return { + pass: (actualValue) === args[0], + expectValue: args[0], + message: 'expect ' + actualValue + ' equals ' + args[0] + }; + }, + assertThrow: function (actual, args) { + const result = { + pass: false + }; + if (typeof actual !== 'function') { + result.message = 'toThrow\'s Actual should be a Function'; + } else { + let hasThrow = false; + let throwError; + try { + actual(); + } catch (e) { + hasThrow = true; + throwError = e; + } + if (!hasThrow) { + result.message = 'function did not throw an exception'; + } else if (throwError && throwError.message === args[0]) { + result.pass = true; + } else { + result.message = `expect to throw ${args[0]} , actual throw ${throwError.message}`; + } + } + return result; + } + }; + } + + wrapMatchers(actualValue) { + const _this = this; + const wrappedMatchers = { + // 翻转标识 + isNot: false, + + // 翻转方法 + not: function () { + this.isNot = true; + return this; + } + }; + const specService = _this.coreContext.getDefaultService('spec'); + const currentRunningSpec = specService.getCurrentRunningSpec(); + for (const matcherName in this.matchers) { + let result = Object.prototype.hasOwnProperty.call(this.matchers, matcherName); + if (!result) { + continue; + } + if (matcherName.search('assertPromise') == 0) { + wrappedMatchers[matcherName] = async function () { + await _this.matchers[matcherName](actualValue, arguments).then(function (result) { + if (wrappedMatchers.isNot) { + result.pass = !result.pass; + } + result.actualValue = actualValue; + result.checkFunc = matcherName; + if (!result.pass) { + currentRunningSpec.addExpectationResult(result); + } + }); + }; + } else { + wrappedMatchers[matcherName] = function () { + const result = _this.matchers[matcherName](actualValue, arguments); + if (wrappedMatchers.isNot) { + result.pass = !result.pass; + } + result.actualValue = actualValue; + result.checkFunc = matcherName; + if (!result.pass) { + currentRunningSpec.addExpectationResult(result); + } + }; + } + } + return wrappedMatchers; + } + + apis() { + const _this = this; + return { + expect: function (actualValue) { + return _this.expect(actualValue); + } + }; + } +} + +class ReportService { + constructor(attr) { + this.id = attr.id; + } + + init(coreContext) { + this.coreContext = coreContext; + this.specService = this.coreContext.getDefaultService('spec'); + this.suiteService = this.coreContext.getDefaultService('suite'); + this.duration = 0; + } + + taskStart() { + console.info('[start] start run suites'); + } + + async suiteStart() { + console.info('[suite start]' + this.suiteService.getCurrentRunningSuite().description); + } + + async specStart() { + console.info('start running case \'' + this.specService.currentRunningSpec.description + '\''); + this.index = this.index + 1; + let spec = this.specService.currentRunningSpec; + spec.startTime = await SysTestKit.getRealTime(); + } + + async specDone() { + let msg = ''; + let spec = this.specService.currentRunningSpec; + let suite = this.suiteService.currentRunningSuite; + spec.duration = await SysTestKit.getRealTime() - spec.startTime; + suite.duration += spec.duration; + if (spec.error) { + this.formatPrint('error', spec.description + ' ; consuming ' + spec.duration + 'ms'); + this.formatPrint('errorDetail', spec.error); + } else if (spec.result) { + if (spec.result.failExpects.length > 0) { + this.formatPrint('fail', spec.description + ' ; consuming ' + spec.duration + 'ms'); + spec.result.failExpects.forEach(failExpect => { + msg = failExpect.message || ('expect ' + failExpect.actualValue + ' ' + + failExpect.checkFunc + ' ' + (failExpect.expectValue)); + this.formatPrint('failDetail', msg); + }); + } else { + this.formatPrint('pass', spec.description + ' ; consuming ' + spec.duration + 'ms'); + } + } + this.formatPrint(this.specService.currentRunningSpec.error, msg); + } + + suiteDone() { + let suite = this.suiteService.currentRunningSuite; + console.info(`[suite end] ${suite.description} consuming ${suite.duration} ms`); + } + + taskDone() { + let msg = ''; + let summary = this.suiteService.getSummary(); + msg = 'total cases:' + summary.total + ';failure ' + summary.failure + ',' + 'error ' + summary.error; + msg += ',pass ' + summary.pass + '; consuming ' + summary.duration + 'ms'; + console.info(msg); + console.info('[end] run suites end'); + } + + incorrectFormat() { + if (this.coreContext.getDefaultService('config').filterValid.length !== 0) { + this.coreContext.getDefaultService('config').filterValid.forEach(function (item) { + console.info('this param ' + item + ' is invalid'); + }); + } + } + + formatPrint(type, msg) { + switch (type) { + case 'pass': + console.info('[pass]' + msg); + break; + case 'fail': + console.info('[fail]' + msg); + break; + case 'failDetail': + console.info('[failDetail]' + msg); + break; + case 'error': + console.info('[error]' + msg); + break; + case 'errorDetail': + console.info('[errorDetail]' + msg); + break; + } + } + + sleep(numberMillis) { + var now = new Date(); + var exitTime = now.getTime() + numberMillis; + while (true) { + now = new Date(); + if (now.getTime() > exitTime) { + return; + } + } + } +} + +export { + SuiteService, + SpecService, + ExpectService, + ReportService +}; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/CHANGELOG.md b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/README.md b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/index.d.ts b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/index.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..b0b4394a3284c07e873e84c9144cd31889e1863d --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/index.d.ts @@ -0,0 +1,136 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License") + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +export const DEFAULT = 0B0000 + +export const when: when; + +export enum TestType { + FUNCTION = 0B1, + PERFORMANCE = 0B1 << 1, + POWER = 0B1 << 2, + RELIABILITY = 0B1 << 3, + SECURITY = 0B1 << 4, + GLOBAL = 0B1 << 5, + COMPATIBILITY = 0B1 << 6, + USER = 0B1 << 7, + STANDARD = 0B1 << 8, + SAFETY = 0B1 << 9, + RESILIENCE = 0B1 << 10 +} + +export enum Size { + SMALLTEST = 0B1 << 16, + MEDIUMTEST = 0B1 << 17, + LARGETEST = 0B1 << 18 +} + +export enum Level { + LEVEL0 = 0B1 << 24, + LEVEL1 = 0B1 << 25, + LEVEL2 = 0B1 << 26, + LEVEL3 = 0B1 << 27, + LEVEL4 = 0B1 << 28 +} + +export function describe(testSuiteName: string, callback: Function): void + +export function beforeEach(callback: Function): void + +export function afterEach(callback: Function): void + +export function beforeAll(callback: Function): void + +export function afterAll(callback: Function): void + +export function it(testCaseName: string, attribute: (TestType | Size | Level), callback: Function) + +export interface Assert { + assertClose(expectValue: number, precision: number): void + assertContain(expectValue: any): void + assertEqual(expectValue: any): void + assertFail(): void + assertFalse(): void + assertTrue(): void + assertInstanceOf(expectValue: string): void + assertLarger(expectValue: number): void + assertLess(expectValue: number): void + assertNull(): void + assertThrowError(expectValue: string): void + assertUndefined(): void + assertLargerOrEqual(expectValue: number):void + assertLessOrEqual(expectValue: number):void + assertNaN():void + assertNegUnlimited(): void + assertPosUnlimited(): void + not(): Assert; + assertDeepEquals(expectValue: any):void + assertPromiseIsPending(): void + assertPromiseIsRejected(): void + assertPromiseIsRejectedWith(expectValue?: any): void + assertPromiseIsRejectedWithError(...expectValue): void + assertPromiseIsResolved(): void + assertPromiseIsResolvedWith(expectValue?: any): void +} + +export function expect(actualValue?: any): Assert + +export class ArgumentMatchers { + static any; + static anyString; + static anyBoolean; + static anyNumber; + static anyObj; + static anyFunction; + static matchRegexs(Regex: RegExp): void +} + +declare interface when { + afterReturn(value: any): any + afterReturnNothing(): undefined + afterAction(action: any): any + afterThrow(e_msg: string): string + (argMatchers?: any): when; +} + +export interface VerificationMode { + times(count: Number): void + never(): void + once(): void + atLeast(count: Number): void + atMost(count: Number): void +} + +export class MockKit { + constructor() + mockFunc(obj: Object, func: Function): Function + mockObject(obj: Object): Object + verify(methodName: String, argsArray: Array): VerificationMode + ignoreMock(obj: Object, func: Function): void + clear(obj: Object): void + clearAll(): void +} + +export class SysTestKit { + static actionStart(tag: string): void + static actionEnd(tag: string): void + static existKeyword(keyword: string, timeout?: number): boolean +} + +export class Hypium { + static setData(data: {[key: string]: any}): void + static setTimeConfig(systemTime: any) + static hypiumTest(abilityDelegator: any, abilityDelegatorArguments: any, testsuite: Function): void +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/index.ets b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/index.ets new file mode 100644 index 0000000000000000000000000000000000000000..3c3fe31746bcc2d00e4f8b33e67be5c5a26f9d22 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/index.ets @@ -0,0 +1,92 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License") + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import Core from './src/main/core'; +import {DEFAULT, TestType, Size, Level} from './src/main/Constant'; +import DataDriver from './src/main/module/config/DataDriver'; +import ExpectExtend from './src/main/module/assert/ExpectExtend'; +import OhReport from './src/main/module/report/OhReport'; +import SysTestKit from './src/main/module/kit/SysTestKit'; +import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from './src/main/interface'; +import {MockKit, when} from './src/main/module/mock/MockKit'; +import ArgumentMatchers from './src/main/module/mock/ArgumentMatchers'; + +class Hypium { + static setData(data) { + const core = Core.getInstance(); + const dataDriver = new DataDriver({data}); + core.addService('dataDriver', dataDriver); + } + + static setTimeConfig(systemTime) { + SysTestKit.systemTime = systemTime; + } + + static hypiumTest(abilityDelegator, abilityDelegatorArguments, testsuite) { + const core = Core.getInstance(); + const expectExtend = new ExpectExtend({ + 'id': 'extend' + }); + core.addService('expect', expectExtend); + const ohReport = new OhReport({ + 'delegator': abilityDelegator, + 'abilityDelegatorArguments': abilityDelegatorArguments + }); + SysTestKit.delegator = abilityDelegator; + core.addService('report', ohReport); + core.init(); + core.subscribeEvent('spec', ohReport); + core.subscribeEvent('suite', ohReport); + core.subscribeEvent('task', ohReport); + const configService = core.getDefaultService('config'); + + let testParameters = {}; + if (abilityDelegatorArguments !== null) { + testParameters = configService.translateParams(abilityDelegatorArguments.parameters); + } + console.info('parameters:' + JSON.stringify(testParameters)); + configService.setConfig(testParameters); + + testsuite(); + if (Object.prototype.hasOwnProperty.call(globalThis, 'setupUiTestEnvironment')) { + globalThis.setupUiTestEnvironment().then(() => { + console.info('UiTestKit::after run uitest setup, start run testcases'); + core.execute(abilityDelegator); + }).catch((error) => { + console.error('UiTestKit:: call setupUiTestEnvironment failure:' + error); + core.execute(abilityDelegator); + }); + } else { + console.info('UiTestKit:: no need to setup uitest, start run testcases'); + core.execute(abilityDelegator); + } + } +} + +export { + Hypium, + Core, + DEFAULT, + TestType, + Size, + Level, + DataDriver, + ExpectExtend, + OhReport, + SysTestKit, + describe, beforeAll, beforeEach, afterEach, afterAll, it, expect, + MockKit, when, + ArgumentMatchers +}; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/index.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/index.js new file mode 100644 index 0000000000000000000000000000000000000000..3c3fe31746bcc2d00e4f8b33e67be5c5a26f9d22 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/index.js @@ -0,0 +1,92 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License") + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import Core from './src/main/core'; +import {DEFAULT, TestType, Size, Level} from './src/main/Constant'; +import DataDriver from './src/main/module/config/DataDriver'; +import ExpectExtend from './src/main/module/assert/ExpectExtend'; +import OhReport from './src/main/module/report/OhReport'; +import SysTestKit from './src/main/module/kit/SysTestKit'; +import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from './src/main/interface'; +import {MockKit, when} from './src/main/module/mock/MockKit'; +import ArgumentMatchers from './src/main/module/mock/ArgumentMatchers'; + +class Hypium { + static setData(data) { + const core = Core.getInstance(); + const dataDriver = new DataDriver({data}); + core.addService('dataDriver', dataDriver); + } + + static setTimeConfig(systemTime) { + SysTestKit.systemTime = systemTime; + } + + static hypiumTest(abilityDelegator, abilityDelegatorArguments, testsuite) { + const core = Core.getInstance(); + const expectExtend = new ExpectExtend({ + 'id': 'extend' + }); + core.addService('expect', expectExtend); + const ohReport = new OhReport({ + 'delegator': abilityDelegator, + 'abilityDelegatorArguments': abilityDelegatorArguments + }); + SysTestKit.delegator = abilityDelegator; + core.addService('report', ohReport); + core.init(); + core.subscribeEvent('spec', ohReport); + core.subscribeEvent('suite', ohReport); + core.subscribeEvent('task', ohReport); + const configService = core.getDefaultService('config'); + + let testParameters = {}; + if (abilityDelegatorArguments !== null) { + testParameters = configService.translateParams(abilityDelegatorArguments.parameters); + } + console.info('parameters:' + JSON.stringify(testParameters)); + configService.setConfig(testParameters); + + testsuite(); + if (Object.prototype.hasOwnProperty.call(globalThis, 'setupUiTestEnvironment')) { + globalThis.setupUiTestEnvironment().then(() => { + console.info('UiTestKit::after run uitest setup, start run testcases'); + core.execute(abilityDelegator); + }).catch((error) => { + console.error('UiTestKit:: call setupUiTestEnvironment failure:' + error); + core.execute(abilityDelegator); + }); + } else { + console.info('UiTestKit:: no need to setup uitest, start run testcases'); + core.execute(abilityDelegator); + } + } +} + +export { + Hypium, + Core, + DEFAULT, + TestType, + Size, + Level, + DataDriver, + ExpectExtend, + OhReport, + SysTestKit, + describe, beforeAll, beforeEach, afterEach, afterAll, it, expect, + MockKit, when, + ArgumentMatchers +}; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/oh-package.json5 b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..357394aab03979f46b347ac5c06c2b5d9ef15346 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/oh-package.json5 @@ -0,0 +1,25 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "name": "@ohos/hypium", + "version": "1.0.6", + "description": "A unit test framework for OpenHarmony application", + "main": "index.js", + "keywords": [], + "author": "huawei", + "license": "Apache-2.0", + "dependencies": { + } +} diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/Constant.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/Constant.js new file mode 100644 index 0000000000000000000000000000000000000000..f1829107720a64df7b571a4bfd11a25e6d9022b6 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/Constant.js @@ -0,0 +1,47 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * define the testcase type : TestType, Size , Level + */ +export const DEFAULT = 0B0000; + +export class TestType { + static FUNCTION = 0B1; + static PERFORMANCE = 0B1 << 1; + static POWER = 0B1 << 2; + static RELIABILITY = 0B1 << 3; + static SECURITY = 0B1 << 4; + static GLOBAL = 0B1 << 5; + static COMPATIBILITY = 0B1 << 6; + static USER = 0B1 << 7; + static STANDARD = 0B1 << 8; + static SAFETY = 0B1 << 9; + static RESILIENCE = 0B1 << 10; +} + +export class Size { + static SMALLTEST = 0B1 << 16; + static MEDIUMTEST = 0B1 << 17; + static LARGETEST = 0B1 << 18; +} + +export class Level { + static LEVEL0 = 0B1 << 24; + static LEVEL1 = 0B1 << 25; + static LEVEL2 = 0B1 << 26; + static LEVEL3 = 0B1 << 27; + static LEVEL4 = 0B1 << 28; +} diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/core.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/core.js new file mode 100644 index 0000000000000000000000000000000000000000..cfcb5f17287208f5e6869b4248faf6c9093002d9 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/core.js @@ -0,0 +1,159 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import {SuiteService, SpecService, ExpectService, ReportService} from './service'; +import {ConfigService} from './module/config/configService'; +import {SpecEvent, TaskEvent, SuiteEvent} from './event'; + +/** + * core service for execute testcase. + */ +class Core { + static getInstance() { + if (!this.instance) { + this.instance = new Core(); + } + return this.instance; + } + + constructor() { + this.instance = null; + this.services = { + suite: {}, + spec: {}, + config: {}, + expect: {}, + log: {}, + report: {} + + }; + this.events = { + suite: {}, + spec: {}, + task: {} + }; + } + + addService(name, service) { + let serviceObj = {}; + if (!this.services[name]) { + this.services[name] = serviceObj; + } else { + serviceObj = this.services[name]; + } + serviceObj[service.id] = service; + } + + getDefaultService(name) { + return this.services[name].default; + } + + getServices(name) { + return this.services[name]; + } + + registerEvent(serviceName, event) { + let eventObj = {}; + if (!this.events[serviceName]) { + this.events[serviceName] = eventObj; + } else { + eventObj = this.events[serviceName]; + } + eventObj[event.id] = event; + } + + unRegisterEvent(serviceName, eventID) { + const eventObj = this.events[serviceName]; + if (eventObj) { + delete eventObj[eventID]; + } + } + + subscribeEvent(serviceName, serviceObj) { + const eventObj = this.events[serviceName]; + if (eventObj) { + for (const attr in eventObj) { + eventObj[attr]['subscribeEvent'](serviceObj); + } + } + } + + async fireEvents(serviceName, eventName) { + const eventObj = this.events[serviceName]; + if (!eventObj) { + return; + } + for (const attr in eventObj) { + await eventObj[attr][eventName](); + } + } + + addToGlobal(apis) { + if (typeof globalThis !== 'undefined') { + for (let api in apis) { + globalThis[api] = apis[api]; + } + } + for (const api in apis) { + this[api] = apis[api]; + } + } + + init() { + this.addService('suite', new SuiteService({id: 'default'})); + this.addService('spec', new SpecService({id: 'default'})); + this.addService('expect', new ExpectService({id: 'default'})); + this.addService('report', new ReportService({id: 'default'})); + this.addService('config', new ConfigService({id: 'default'})); + this.registerEvent('task', new TaskEvent({id: 'default', coreContext: this})); + this.registerEvent('suite', new SuiteEvent({id: 'default', coreContext: this})); + this.registerEvent('spec', new SpecEvent({id: 'default', coreContext: this})); + this.subscribeEvent('spec', this.getDefaultService('report')); + this.subscribeEvent('suite', this.getDefaultService('report')); + this.subscribeEvent('task', this.getDefaultService('report')); + const context = this; + for (const key in this.services) { + const serviceObj = this.services[key]; + for (const serviceID in serviceObj) { + const service = serviceObj[serviceID]; + service.init(context); + + if (typeof service.apis !== 'function') { + continue; + } + const apis = service.apis(); + if (apis) { + this.addToGlobal(apis); + } + } + } + } + + execute(abilityDelegator) { + const suiteService = this.getDefaultService('suite'); + const configService = this.getDefaultService('config'); + if (configService['dryRun'] === 'true') { + (async function () { + await suiteService.dryRun(abilityDelegator); + })(); + return; + } + setTimeout(() => { + suiteService.execute(); + }, 10); + } +} + +export default Core; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/event.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/event.js new file mode 100644 index 0000000000000000000000000000000000000000..1333a1c483f9a2aa1c45e133b1d3cbbc7cdb8346 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/event.js @@ -0,0 +1,94 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class SpecEvent { + constructor(attr) { + this.id = attr.id; + this.coreContext = attr.context; + this.eventMonitors = []; + } + + subscribeEvent(service) { + this.eventMonitors.push(service); + } + + async specStart() { + for (const monitor of this.eventMonitors) { + await monitor['specStart'](); + } + } + + async specDone() { + for (const monitor of this.eventMonitors) { + await monitor['specDone'](); + } + } +} + +class SuiteEvent { + constructor(attr) { + this.id = attr.id; + this.suiteContext = attr.coreContext; + this.eventMonitors = []; + } + + subscribeEvent(service) { + this.eventMonitors.push(service); + } + + async suiteStart() { + for (const monitor of this.eventMonitors) { + await monitor['suiteStart'](); + } + } + + async suiteDone() { + for (const monitor of this.eventMonitors) { + await monitor['suiteDone'](); + } + } +} + +class TaskEvent { + constructor(attr) { + this.id = attr.id; + this.coreContext = attr.coreContext; + this.eventMonitors = []; + } + + subscribeEvent(service) { + this.eventMonitors.push(service); + } + + async taskStart() { + for (const monitor of this.eventMonitors) { + await monitor['taskStart'](); + } + } + + async taskDone() { + for (const monitor of this.eventMonitors) { + await monitor['taskDone'](); + } + } + + incorrectFormat() { + for (const monitor of this.eventMonitors) { + monitor['incorrectFormat'](); + } + } +} + +export {SpecEvent, TaskEvent, SuiteEvent}; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/interface.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/interface.js new file mode 100644 index 0000000000000000000000000000000000000000..40398c849d55cd76ab64fcba26899b547e2a3c97 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/interface.js @@ -0,0 +1,44 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import Core from './core'; + +const core = Core.getInstance(); + +const describe = function (desc, func) { + return Reflect.has(core, 'describe') ? core.describe(desc, func) : (desc, func) => { }; +}; +const it = function (desc, filter, func) { + return Reflect.has(core, 'it') ? core.it(desc, filter, func) : (desc, filter, func) => { }; +}; +const beforeEach = function (func) { + return Reflect.has(core, 'beforeEach') ? core.beforeEach(func) : (func) => { }; +}; +const afterEach = function (func) { + return Reflect.has(core, 'afterEach') ? core.afterEach(func) : (func) => { }; +}; +const beforeAll = function (func) { + return Reflect.has(core, 'beforeAll') ? core.beforeAll(func) : (func) => { }; +}; +const afterAll = function (func) { + return Reflect.has(core, 'afterAll') ? core.afterAll(func) : (func) => { }; +}; +const expect = function (actualValue) { + return Reflect.has(core, 'expect') ? core.expect(actualValue) : (actualValue) => { }; +}; + +export { + describe, it, beforeAll, beforeEach, afterEach, afterAll, expect +}; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/ExpectExtend.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/ExpectExtend.js new file mode 100644 index 0000000000000000000000000000000000000000..d10d15e6f9955c6d04610101f8766c951ee1a35d --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/ExpectExtend.js @@ -0,0 +1,85 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import assertNull from './assertNull'; +import assertClose from './assertClose'; +import assertContain from './assertContain'; +import assertLess from './assertLess'; +import assertLarger from './assertLarger'; +import assertFail from './assertFail'; +import assertUndefined from './assertUndefined'; +import assertFalse from './assertFalse'; +import assertInstanceOf from './assertInstanceOf'; +import assertThrowError from './assertThrowError'; +import assertLargerOrEqual from './assertLargerOrEqual' +import assertLessOrEqual from './assertLessOrEqual' +import assertNaN from './assertNaN' +import assertNegUnlimited from './assertNegUnlimited' +import assertPosUnlimited from './assertPosUnlimited' +import assertDeepEquals from './deepEquals/assertDeepEquals' +import assertPromiseIsPending from './assertPromiseIsPending'; +import assertPromiseIsRejected from './assertPromiseIsRejected'; +import assertPromiseIsRejectedWith from './assertPromiseIsRejectedWith'; +import assertPromiseIsRejectedWithError from './assertPromiseIsRejectedWithError'; +import assertPromiseIsResolved from './assertPromiseIsResolved'; +import assertPromiseIsResolvedWith from './assertPromiseIsResolvedWith'; +class ExpectExtend { + constructor(attr) { + this.id = attr.id; + this.matchers = {}; + } + + extendsMatchers() { + this.matchers.assertNull = assertNull; + this.matchers.assertClose = assertClose; + this.matchers.assertContain = assertContain; + this.matchers.assertLess = assertLess; + this.matchers.assertLarger = assertLarger; + this.matchers.assertFail = assertFail; + this.matchers.assertUndefined = assertUndefined; + this.matchers.assertFalse = assertFalse; + this.matchers.assertInstanceOf = assertInstanceOf; + this.matchers.assertThrowError = assertThrowError; + this.matchers.assertLargerOrEqual = assertLargerOrEqual; + this.matchers.assertLessOrEqual = assertLessOrEqual; + this.matchers.assertNaN = assertNaN; + this.matchers.assertNegUnlimited = assertNegUnlimited; + this.matchers.assertPosUnlimited = assertPosUnlimited; + this.matchers.assertDeepEquals = assertDeepEquals; + this.matchers.assertPromiseIsPending = assertPromiseIsPending; + this.matchers.assertPromiseIsRejected = assertPromiseIsRejected; + this.matchers.assertPromiseIsRejectedWith = assertPromiseIsRejectedWith; + this.matchers.assertPromiseIsRejectedWithError = assertPromiseIsRejectedWithError; + this.matchers.assertPromiseIsResolved = assertPromiseIsResolved; + this.matchers.assertPromiseIsResolvedWith = assertPromiseIsResolvedWith; + } + + init(coreContext) { + this.coreContext = coreContext; + this.extendsMatchers(); + const expectService = this.coreContext.getDefaultService('expect'); + expectService.addMatchers(this.matchers); + } + + apis() { + return { + 'expect': function (actualValue) { + return this.coreContext.getDefaultService('expect').expect(actualValue); + } + }; + } +} + +export default ExpectExtend; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertClose.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertClose.js new file mode 100644 index 0000000000000000000000000000000000000000..63635bea5bf1298776de565260e0e0babae56857 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertClose.js @@ -0,0 +1,41 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertClose(actualValue, expected) { + console.log('expected:' + expected[0] + ',precision:' + expected[1]); + if (actualValue === null && expected[0] === null) { + throw new Error('actualValue and expected can not be both null!!!'); + } + let result; + let diff = Math.abs(expected[0] - actualValue); + let actualAbs = Math.abs(actualValue); + if ((actualAbs - 0) === 0) { + if ((diff - 0) === 0) { + result = true; + } else { + result = false; + } + } else if (diff / actualAbs < expected[1]) { + result = true; + } else { + result = false; + } + return { + pass: result, + message: '|' + actualValue + ' - ' + expected[0] + '|/' + actualValue + ' is not less than ' + expected[1] + }; +} + +export default assertClose; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertContain.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertContain.js new file mode 100644 index 0000000000000000000000000000000000000000..7fba0d9755503e5e926f6c1a4e425e0d1cf47570 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertContain.js @@ -0,0 +1,35 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertContain(actualValue, expect) { + let result = false; + if (Object.prototype.toString.call(actualValue).indexOf('Array')) { + for (let i in actualValue) { + if (actualValue[i] == expect[0]) { + result = true; + } + } + } + let type = Object.prototype.toString.call(actualValue); + if (type === '[object String]') { + result = actualValue.indexOf(expect[0]) >= 0; + } + return { + pass: result, + message: 'expect false, ' + actualValue + ' do not have ' + expect[0] + }; +} + +export default assertContain; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertFail.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertFail.js new file mode 100644 index 0000000000000000000000000000000000000000..8ab4ac5caef712c75c4eac49dfbbb91d33669d9a --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertFail.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertFail() { + return { + pass: false, + message: 'fail ' + }; +} + +export default assertFail; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertFalse.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertFalse.js new file mode 100644 index 0000000000000000000000000000000000000000..c5008e94f4b2ce13ed35b604811793c76b542347 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertFalse.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertFalse(actualValue) { + return { + pass: (actualValue) === false, + message: 'expect false, actualValue is ' + actualValue + }; +} + +export default assertFalse; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertInstanceOf.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertInstanceOf.js new file mode 100644 index 0000000000000000000000000000000000000000..1e11b93f7251c67f5455c5007cd7be268aa53b32 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertInstanceOf.js @@ -0,0 +1,29 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertInstanceOf(actualValue, expected) { + if (Object.prototype.toString.call(actualValue) == '[object ' + expected[0] + ']') { + return { + pass: true + }; + } else { + return { + pass: false, + message: actualValue + ' is ' + Object.prototype.toString.call(actualValue) + 'not ' + expected[0] + }; + } +} + +export default assertInstanceOf; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertLarger.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertLarger.js new file mode 100644 index 0000000000000000000000000000000000000000..a74f4a8cedaf3add9c2dc2d3799081a83198732f --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertLarger.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertLarger(actualValue, expected) { + return { + pass: (actualValue) > expected[0], + message: (actualValue) + ' is not larger than ' + expected[0] + }; +} + +export default assertLarger; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertLargerOrEqual.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertLargerOrEqual.js new file mode 100644 index 0000000000000000000000000000000000000000..e847e6c217364b7f69c173c66fb98d10efc45ef1 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertLargerOrEqual.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertLargerOrEqual(actualValue, expected) { + return { + pass: (actualValue) >= expected[0], + message: (actualValue) + ' is not larger than ' + expected[0] + }; +} + +export default assertLargerOrEqual; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertLess.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertLess.js new file mode 100644 index 0000000000000000000000000000000000000000..17e84b0abaeb20804048a5a15c19e0603634846d --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertLess.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertLess(actualValue, expected) { + return { + pass: (actualValue) < expected[0], + message: (actualValue) + ' is not less than ' + expected[0] + }; +} + +export default assertLess; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertLessOrEqual.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertLessOrEqual.js new file mode 100644 index 0000000000000000000000000000000000000000..f754f97ffa9d24e7852efe2423a1dd35d448af82 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertLessOrEqual.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertLessOrEqual(actualValue, expected) { + return { + pass: (actualValue) <= expected[0], + message: (actualValue) + ' is not less than ' + expected[0] + }; +} + +export default assertLessOrEqual; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertNaN.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertNaN.js new file mode 100644 index 0000000000000000000000000000000000000000..8d45d6a93b86c5ed325a68b32ff014835993a58e --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertNaN.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertNaN(actualValue) { + return { + pass: actualValue !== actualValue, + message: 'expect NaN, actualValue is ' + actualValue + }; +} + +export default assertNaN; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertNegUnlimited.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertNegUnlimited.js new file mode 100644 index 0000000000000000000000000000000000000000..ceac555afc826e057970e6cfe9c73b322c672aa2 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertNegUnlimited.js @@ -0,0 +1,23 @@ +/* +* Copyright (c) 2022 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +function assertNegUnlimited(actualValue) { + return { + pass: actualValue === Number.NEGATIVE_INFINITY, + message: 'Expected actualValue not to be -Infinity. actualValue is,' + actualValue + }; +} + +export default assertNegUnlimited; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertNull.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertNull.js new file mode 100644 index 0000000000000000000000000000000000000000..53a7bad827323a98d3302a4e7eea679551b459c5 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertNull.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertNull(actualValue) { + return { + pass: (actualValue) === null, + message: 'expect null, actualValue is ' + (actualValue) + }; +} + +export default assertNull; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPosUnlimited.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPosUnlimited.js new file mode 100644 index 0000000000000000000000000000000000000000..6e68c0e2b6c499f4dc3dd56c13e9ea1073a3c54c --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPosUnlimited.js @@ -0,0 +1,23 @@ +/* +* Copyright (c) 2022 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +function assertPosUnlimited(actualValue) { + return { + pass: actualValue === Number.POSITIVE_INFINITY, + message: 'Expected actualValue is POSITIVE_INFINITY. actualValue is,' + actualValue + }; +} + +export default assertPosUnlimited; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsPending.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsPending.js new file mode 100644 index 0000000000000000000000000000000000000000..7e2ca2ce14d50c39554fc1157d6d4eb9329d5c39 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsPending.js @@ -0,0 +1,42 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsPending(actualPromise) { + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + const helper = {}; + return Promise.race([actualPromise, Promise.resolve(helper)]).then( + function (got) { + return helper === got ? {pass: true, message: 'actualValue is isPending'} + : { + pass: false, + message: 'expect isPending, actualValue is resolve' + }; + }, + function () { + return { + pass: false + , message: 'expect isPending, actualValue is reject' + }; + }); +} + +export default assertPromiseIsPending; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejected.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejected.js new file mode 100644 index 0000000000000000000000000000000000000000..eb8e65c7d70d5750a9ccebb55c2cf5049cf144fc --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejected.js @@ -0,0 +1,40 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsRejected(actualPromise) { + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + const helper = {}; + return Promise.race([actualPromise, Promise.resolve(helper)]).then( + function (got) { + return { + pass: false, + message: 'expect isRejected, but actualValue is ' + + (helper === got ? 'isPending' : 'resolve') + }; + }, + function () { + return {pass: true, message: 'actualValue is isRejected'}; + } + ); +} + +export default assertPromiseIsRejected; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWith.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWith.js new file mode 100644 index 0000000000000000000000000000000000000000..48eaf7859279a70ea2ad85509296b5da1c7b69f9 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWith.js @@ -0,0 +1,57 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsRejectedWith(actualPromise, expectedValue) { + + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + + function tips(passed) { + return ('Expected a promise ' + (passed ? 'not ' : '') + + 'to be rejected with ' + JSON.stringify(expectedValue[0])); + } + + const helper = {}; + return Promise.race([actualPromise, Promise.resolve(helper)]).then( + function (got) { + return { + pass: false, + message: tips(false) + ' but actualValue is ' + + (helper === got ? 'isPending' : 'resolve') + }; + }, + function (actualValue) { + if (JSON.stringify(actualValue) == JSON.stringify(expectedValue[0])) { + return { + pass: true, + message: 'actualValue was rejected with ' + JSON.stringify(actualValue) + '.' + }; + } else { + return { + pass: false, + message: tips(false) + ' but it was rejected with ' + JSON.stringify(actualValue) + '.' + }; + } + } + ); +} + +export default assertPromiseIsRejectedWith; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWithError.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWithError.js new file mode 100644 index 0000000000000000000000000000000000000000..334a3d397fec0a0f79b9aa1bf92a9622b580351f --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWithError.js @@ -0,0 +1,103 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsRejectedWithError(actualPromise, expectedValue) { + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + const helper = {}; + return Promise.race([actualPromise, Promise.resolve(helper)]).then( + function (got) { + return { + pass: false, + message: 'Expected a promise to be rejected but actualValue is ' + + (helper === got ? 'isPending' : 'resolve') + }; + }, + function (actualValue) { + return matchError(actualValue, expectedValue); + } + ); + +} + +function matchError(actualValue, expectedValue) { + if (expectedValue.length == 1 && typeof expectedValue[0] === 'function') { + if (expectedValue[0].name === actualValue.__proto__.name) { + return {pass: true, message: 'actual error type is ' + actualValue.name + '.'}; + } + return { + pass: false, + message: 'except error type is ' + expectedValue[0].name + ',but actual is ' + actualValue.name + '.' + }; + } + + if (expectedValue.length == 1 && typeof expectedValue[0] === 'string') { + if (expectedValue[0] === actualValue.message) { + return {pass: true, message: 'actual error message is ' + actualValue.message + '.'}; + } + return { + pass: false, + message: 'except error message ' + expectedValue[0] + ',but actual is ' + actualValue.message + '.' + }; + } + + if (expectedValue.length == 1) { + return { + pass: false, + message: 'When only one parameter, it ' + + 'should be error type or error message.' + }; + } + + if (expectedValue.length == 2 && typeof expectedValue[0] === 'function' && expectedValue[0].name === actualValue.name) { + if (typeof expectedValue[1] === 'string' && actualValue.message === expectedValue[1]) { + return {pass: true, message: 'actual error message is ' + actualValue.message + '.'}; + } else { + return { + pass: false, + message: 'except error message is ' + expectedValue[1] + ',but actual is ' + actualValue.message + '.' + }; + } + } + + if (expectedValue.length == 2 && typeof expectedValue[0] === 'function' && expectedValue[0].name !== actualValue.name) { + if (typeof expectedValue[1] === 'string' && actualValue.message === expectedValue[1]) { + return { + pass: false, + message: 'except error type is ' + expectedValue[0].name + ',but actual is ' + actualValue.name + '.' + }; + } else { + return { + pass: false, + message: 'except error type and message are incorrect.' + }; + } + } + + if (expectedValue.length > 2) { + return { + pass: false, + message: 'Up to two parameters are supported.' + }; + } +} + +export default assertPromiseIsRejectedWithError; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolved.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolved.js new file mode 100644 index 0000000000000000000000000000000000000000..855426ca79e5002428e53d4fcb5f843cdf7119f7 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolved.js @@ -0,0 +1,45 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsResolved(actualPromise) { + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + + const helper = {}; + return Promise.race([actualPromise, Promise.resolve(helper)]).then( + function (got) { + return helper === got ? { + pass: false, + message: 'expect resolve, actualValue is isPending' + } + : {pass: true, message: 'actualValue is isResolved'}; + }, + function (rej) { + return { + pass: false, + message: 'Expected a promise to be resolved but it was ' + + 'rejected with ' + JSON.stringify(rej) + '.' + }; + } + ); +} + +export default assertPromiseIsResolved; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolvedWith.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolvedWith.js new file mode 100644 index 0000000000000000000000000000000000000000..d5eb01e32491b281a1e1d650a307723253a61e39 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolvedWith.js @@ -0,0 +1,59 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsResolvedWith(actualPromise, expectedValue) { + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + + function tips(passed) { + return ( + 'Expected a promise ' + (passed ? 'not ' : '') + + 'to be resolved with ' + JSON.stringify(expectedValue[0])); + } + + const helper = {}; + return Promise.race([actualPromise, Promise.resolve(helper)]).then( + function (got) { + if (helper === got) { + return {pass: false, message: 'expect resolve, actualValue is isPending'}; + } + if (JSON.stringify(got) == JSON.stringify(expectedValue[0])) { + return { + pass: true, + message: 'actualValue was resolved with ' + JSON.stringify(got) + '.' + }; + } + return { + pass: false, + message: tips(false) + ' but it was resolved with ' + + JSON.stringify(got) + '.' + }; + }, + function (rej) { + return { + pass: false, + message: tips(false) + ' but it was rejected with ' + JSON.stringify(rej) + '.' + }; + } + ); +} + +export default assertPromiseIsResolvedWith; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertThrowError.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertThrowError.js new file mode 100644 index 0000000000000000000000000000000000000000..749cab0daee3f156909f60c9375146c23d7aa322 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertThrowError.js @@ -0,0 +1,44 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertThrowError(actualValue, expected) { + let result = false; + let err; + if (typeof actualValue !== 'function') { + throw new Error('actualValue is not a function'); + } + try { + actualValue(); + return { + pass: result, + message: ' An error is not thrown while it is expected!' + }; + } catch (e) { + err = e; + } + + if (err instanceof Error) { + console.log(err.message); + if (err.message == expected[0]) { + result = true; + } + } + return { + pass: result, + message: 'expected throw failed , ' + err.message + ' is not ' + expected[0] + }; +} + +export default assertThrowError; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertUndefined.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertUndefined.js new file mode 100644 index 0000000000000000000000000000000000000000..61f092d715dd1630297518b59ff13ef0940991e1 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertUndefined.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertUndefined(actualValue) { + return { + pass: undefined === (actualValue), + message: 'expect Undefined, actualValue is ' + (actualValue) + }; +} + +export default assertUndefined; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/DeepTypeUtils.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/DeepTypeUtils.js new file mode 100644 index 0000000000000000000000000000000000000000..b0be6674ee3474b08aff2f16b0a3c161aa8683df --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/DeepTypeUtils.js @@ -0,0 +1,138 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class DeepTypeUtils { + static getType_(value) { + return Object.prototype.toString.apply(value); + } + static isA_(typeName, value) { + return this.getType_(value) === '[object ' + typeName + ']'; + } + static isAsymmetricEqualityTester_(obj) { + return obj ? this.isA_('Function', obj.asymmetricMatch) : false; + } + + /** + * 是否是function + * @param value + */ + static isFunction_(value) { + return this.isA_('Function', value); + } + + /** + * 是否是undefined + * @param obj + */ + static isUndefined(obj) { + return obj === void 0; + } + + /** + * 是否是Node + * @param obj + */ + static isDomNode(obj) { + return obj !== null && + typeof obj === 'object' && + typeof obj.nodeType === 'number' && + typeof obj.nodeName === 'string'; + } + + /** + * 是否是promise对象 + * @param obj + */ + static isPromise (obj) { + return !!obj && obj.constructor === Promise; + }; + /** + * 是否是map对象 + * @param obj + */ + static isMap(obj) { + return ( + obj !== null && + typeof obj !== 'undefined' && + obj.constructor === Map + ); + } + + /** + * 是否是set对象 + * @param obj 对象 + */ + static isSet(obj) { + return ( + obj !== null && + typeof obj !== 'undefined' && + obj.constructor === Set + ); + } + + /** + * 对象是否有key属性 + * @param obj 对象 + * @param key 对象属性名称 + */ + static has(obj, key) { + return Object.prototype.hasOwnProperty.call(obj, key); + } + + /** + * 获取对象的自有属性 + * @param obj 对象 + * @param isArray 是否是数组,[object Array] + */ + static keys(obj, isArray) { + const extraKeys = []; + // 获取对象所有属性 + const allKeys = this.getAllKeys(obj); + if (!isArray) { + return allKeys; + } + if (allKeys.length === 0) { + return allKeys; + } + for (const k of allKeys) { + if (typeof k === 'symbol' || !/^[0-9]+$/.test(k)) { + extraKeys.push(k); + } + } + return extraKeys; + } + + /** + * 获取obj对象的所有属性 + * @param obj obj对象 + */ + static getAllKeys(obj) { + const keys = []; + for (let key in obj) { + if(this.has(obj, key)) { + keys.push(key); + } + } + const symbols = Object.getOwnPropertySymbols(obj); + for (const sym of symbols) { + if (obj.propertyIsEnumerable(sym)) { + keys.push(sym); + } + } + return keys; + } + +} +export default DeepTypeUtils; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/assertDeepEquals.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/assertDeepEquals.js new file mode 100644 index 0000000000000000000000000000000000000000..4d991b4878fae2768bc7af074e275706d79e6f4d --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/assertDeepEquals.js @@ -0,0 +1,311 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import DeepTypeUtils from './DeepTypeUtils' +function assertDeepEquals(actualValue, expected) { + console.log('actualValue:' + actualValue + ',expected:' + expected[0]); + let result = eq(actualValue, expected[0],[], []) + let msg = logMsg(actualValue, expected[0]); + return { + pass: result, + message: msg + }; +} + +/** + * 获取失败显示日志 + * @param actualValue 实际对象 + * @param expected 期待比较对象 + */ +function logMsg(actualValue, expected) { + // 获取a的对象名称 + const aClassName = Object.prototype.toString.call(actualValue); + const bClassName = Object.prototype.toString.call(expected); + let actualMsg; + let expectMsg; + if(aClassName == "[object Function]") { + actualMsg = "actualValue Function" + }else if(aClassName == "[object Promise]") { + actualMsg = "actualValue Promise" + }else if(aClassName == "[object Set]" || aClassName == "[object Map]") { + actualMsg = JSON.stringify(Array.from(actualValue));; + }else if(aClassName == "[object RegExp]") { + actualMsg = JSON.stringify(actualValue.source.replace("\\",""));; + } + else{ + actualMsg = JSON.stringify(actualValue); + } + if(bClassName == "[object Function]") { + expectMsg = "expected Function" + }else if(bClassName == "[object Promise]") { + expectMsg = "expected Promise" + }else if(aClassName == "[object Set]" || bClassName == "[object Map]") { + expectMsg = JSON.stringify(Array.from(expected)); + }else if(aClassName == "[object RegExp]") { + expectMsg = JSON.stringify(expected.source.replace("\\",""));; + } + else{ + expectMsg = JSON.stringify(expected); + } + return actualMsg + " is not deep equal " + expectMsg; +} + +function eq(a, b, aStack, bStack) { + let result = true; + console.log('a is:' + a + ',b is:' + b); + const asymmetricResult = asymmetricMatch_(a,b); + if (!DeepTypeUtils.isUndefined(asymmetricResult)) { + return asymmetricResult; + } + + if (a instanceof Error && b instanceof Error) { + result = a.message == b.message; + return result; + } + + if (a === b) { + result = a !== 0 || 1 / a == 1 / b; + return result; + } + + if (a === null || b === null) { + result = a === b; + return result; + } + // 获取a的对象名称 + const aClassName = Object.prototype.toString.call(a); + const bClassName = Object.prototype.toString.call(b); + console.log('aClassName is:' + aClassName); + console.log('bClassName is:' + bClassName); + // 不同类型不同对象 + if (aClassName != bClassName) { + return false; + } + // 俩个string对象 + if(aClassName === '[object String]') { + result = a == String(b); + return result; + } + // 俩个Number对象 + if(aClassName === '[object Number]') { + result = a != +a ? b != +b : a === 0 && b === 0 ? 1 / a == 1 / b : a == +b; + return result; + } + + if(aClassName === '[object Date]' || aClassName === '[object Boolean]') { + result = +a == +b; + return result; + } + + // 数组 + if(aClassName === '[object ArrayBuffer]') { + return eq(new Uint8Array(a), new Uint8Array(b), aStack, bStack); + } + + // 正则表达式 + if(aClassName === '[object RegExp]') { + return ( + a.source == b.source && + a.global == b.global && + a.multiline == b.multiline && + a.ignoreCase == b.ignoreCase + ); + } + + if (typeof a != 'object' || typeof b != 'object') { + return false; + } + + const aIsDomNode = DeepTypeUtils.isDomNode(a); + const bIsDomNode = DeepTypeUtils.isDomNode(b); + if (aIsDomNode && bIsDomNode) { + // At first try to use DOM3 method isEqualNode + result = a.isEqualNode(b); + return result; + } + if (aIsDomNode || bIsDomNode) { + return false; + } + const aIsPromise = DeepTypeUtils.isPromise(a); + const bIsPromise = DeepTypeUtils.isPromise(b); + if (aIsPromise && bIsPromise) { + return a === b; + } + let length = aStack.length; + while (length--) { + if (aStack[length] == a) { + return bStack[length] == b; + } + } + aStack.push(a); + bStack.push(b); + let size = 0; + + // 都是数组 + if(aClassName == '[object Array]') { + const aLength = a.length; + const bLength = b.length; + if (aLength !== bLength) { + // 数组长度不同,不是同一个对象 + return false; + } + for (let i = 0; i < aLength || i < bLength; i++) { + // 递归每一个元素是否相同 + result = eq(i < aLength ? a[i] : void 0, i < bLength ? b[i] : void 0, aStack, bStack) && result; + } + if (!result) { + return false; + } + } else if(DeepTypeUtils.isMap(a) && DeepTypeUtils.isMap(b)) { + if (a.size != b.size) { + return false; + } + const keysA = []; + const keysB = []; + a.forEach(function(valueA, keyA) { + keysA.push(keyA); + }); + b.forEach(function(valueB, keyB) { + keysB.push(keyB); + }); + const mapKeys = [keysA, keysB]; + const cmpKeys = [keysB, keysA]; + for (let i = 0; result && i < mapKeys.length; i++) { + const mapIter = mapKeys[i]; + const cmpIter = cmpKeys[i]; + + for (let j = 0; result && j < mapIter.length; j++) { + const mapKey = mapIter[j]; + const cmpKey = cmpIter[j]; + const mapValueA = a.get(mapKey); + let mapValueB; + if ( + DeepTypeUtils.isAsymmetricEqualityTester_(mapKey) || + (DeepTypeUtils.isAsymmetricEqualityTester_(cmpKey) && + eq(mapKey, cmpKey)) + ) { + mapValueB = b.get(cmpKey); + } else { + mapValueB = b.get(mapKey); + } + result = eq(mapValueA, mapValueB, aStack, bStack); + } + } + if (!result) { + return false; + } + } else if(DeepTypeUtils.isSet(a) && DeepTypeUtils.isSet(b)) { + if (a.size != b.size) { + return false; + } + const valuesA = []; + a.forEach(function(valueA) { + valuesA.push(valueA); + }); + const valuesB = []; + b.forEach(function(valueB) { + valuesB.push(valueB); + }); + const setPairs = [[valuesA, valuesB], [valuesB, valuesA]]; + const stackPairs = [[aStack, bStack], [bStack, aStack]]; + for (let i = 0; result && i < setPairs.length; i++) { + const baseValues = setPairs[i][0]; + const otherValues = setPairs[i][1]; + const baseStack = stackPairs[i][0]; + const otherStack = stackPairs[i][1]; + for (const baseValue of baseValues) { + let found = false; + for (let j = 0; !found && j < otherValues.length; j++) { + const otherValue = otherValues[j]; + const prevStackSize = baseStack.length; + // 深度比较对象 + found = eq(baseValue, otherValue, baseStack, otherStack); + if (!found && prevStackSize !== baseStack.length) { + baseStack.splice(prevStackSize); + otherStack.splice(prevStackSize); + } + } + result = result && found; + } + } + if (!result) { + return false; + } + } else { + const aCtor = a.constructor, + bCtor = b.constructor; + if ( + aCtor !== bCtor && + DeepTypeUtils.isFunction_(aCtor) && + DeepTypeUtils.isFunction_(bCtor) && + a instanceof aCtor && + b instanceof bCtor && + !(aCtor instanceof aCtor && bCtor instanceof bCtor) + ) { + return false; + } + } + + // 获取对象所有的属性集合 + const aKeys = DeepTypeUtils.keys(a, aClassName == '[object Array]'); + size = aKeys.length; + + // 俩个对象属性长度不一致, 俩对象不相同 + if (DeepTypeUtils.keys(b, bClassName == '[object Array]').length !== size) { + return false; + } + + // 俩对象属性数量相同, 递归比较每个属性值得值 + for (const key of aKeys) { + console.log('key is:' + key); + // b 没有 key 属性 + if(!DeepTypeUtils.has(b, key)) { + result = false; + continue; + } + if (!eq(a[key], b[key], aStack, bStack)) { + result = false; + } + } + if (!result) { + return false; + } + aStack.pop(); + bStack.pop(); + return result; +} + +function asymmetricMatch_(a, b) { + const asymmetricA = DeepTypeUtils.isAsymmetricEqualityTester_(a); + const asymmetricB = DeepTypeUtils.isAsymmetricEqualityTester_(b); + + if (asymmetricA === asymmetricB) { + return undefined; + } + +} + +/** + * 获取对象的自有属性 + * + * @param obj 对象 + * @param isArray 是否是一个数组 + */ +function keys(obj, isArray) { + const keys = []; + +} + +export default assertDeepEquals; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/isPromiseLike.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/isPromiseLike.js new file mode 100644 index 0000000000000000000000000000000000000000..015ab19a2a0c4872d7cb490b61f8e1dd6a8ac90b --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/isPromiseLike.js @@ -0,0 +1,32 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function isPromiseLike(obj) { + return !!obj && isFunction_(obj.then); +} + +function isFunction_(value) { + return isA_('Function', value); +} + +function isA_(typeName, value) { + return getType_(value) === '[object ' + typeName + ']'; +} + +function getType_(value) { + return Object.prototype.toString.apply(value); +} + +export default isPromiseLike; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/config/DataDriver.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/config/DataDriver.js new file mode 100644 index 0000000000000000000000000000000000000000..639dffc9cdb912f1f33a6ccb61868c9ed7c695bf --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/config/DataDriver.js @@ -0,0 +1,116 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +const SUITES_KEY = 'suites'; +const SPECS_KEY = 'items'; +const DESCRIBE_KEY = 'describe'; +const IT_KEY = 'it'; +const PARAMS_KEY = 'params'; +const STRESS_KEY = 'stress'; + +class ObjectUtils { + static get(object, name, defaultValue) { + let result = defaultValue; + for (const key in object) { + if (key === name) { + return object[key]; + } + } + return result; + } + + static has(object, key) { + return Object.prototype.hasOwnProperty.call(object, key); + } +} + +class DataDriver { + constructor(attr) { + this.id = 'dataDriver'; + this.data = attr.data || {}; + } + + init(coreContext) { + this.coreContext = coreContext; + this.suiteService = this.coreContext.getDefaultService('suite'); + this.specService = this.coreContext.getDefaultService('spec'); + } + + getSpecParams() { + let specParams = []; + let suiteDesc = this.suiteService.getCurrentRunningSuite().description; + let specDesc = this.specService.getCurrentRunningSpec().description; + let suites = ObjectUtils.get(this.data, SUITES_KEY, []); + for (const suiteItem of suites) { + let describeValue = ObjectUtils.get(suiteItem, DESCRIBE_KEY, ''); + if (ObjectUtils.has(suiteItem, DESCRIBE_KEY) && (typeof describeValue === 'object') && describeValue.constructor === Array && describeValue.includes(suiteDesc)) { + let specs = ObjectUtils.get(suiteItem, SPECS_KEY, []); + for (const specItem of specs) { + if (ObjectUtils.has(specItem, IT_KEY) && ObjectUtils.get(specItem, IT_KEY) === specDesc) { + return ObjectUtils.get(specItem, PARAMS_KEY, specParams); + } + } + } + } + return specParams; + } + + getSuiteParams() { + let suiteParams = {}; + let suiteDesc = this.suiteService.getCurrentRunningSuite().description; + let suites = ObjectUtils.get(this.data, SUITES_KEY, []); + for (const suiteItem of suites) { + let describeValue = ObjectUtils.get(suiteItem, DESCRIBE_KEY, []); + if (ObjectUtils.has(suiteItem, DESCRIBE_KEY) && (typeof describeValue === 'object') && describeValue.constructor === Array && describeValue.includes(suiteDesc)) { + suiteParams = Object.assign({}, suiteParams, ObjectUtils.get(suiteItem, PARAMS_KEY, suiteParams)); + } + } + return suiteParams; + } + + getSpecStress(specDesc) { + let stress = 1; + let suiteDesc = this.suiteService.getCurrentRunningSuite().description; + let suites = ObjectUtils.get(this.data, SUITES_KEY, []); + for (const suiteItem of suites) { + let describeValue = ObjectUtils.get(suiteItem, DESCRIBE_KEY, ''); + if (ObjectUtils.has(suiteItem, DESCRIBE_KEY) && (typeof describeValue === 'object') && describeValue.constructor === Array && describeValue.includes(suiteDesc)) { + let specs = ObjectUtils.get(suiteItem, SPECS_KEY, []); + for (const specItem of specs) { + if (ObjectUtils.has(specItem, IT_KEY) && ObjectUtils.get(specItem, IT_KEY) === specDesc) { + let tempStress = ObjectUtils.get(specItem, STRESS_KEY, stress); + return (Number.isInteger(tempStress) && tempStress >= 1) ? tempStress : stress; + } + } + } + } + return stress; + } + + getSuiteStress(suiteDesc) { + let stress = 1; + let suites = ObjectUtils.get(this.data, SUITES_KEY, []); + for (const suiteItem of suites) { + let describeValue = ObjectUtils.get(suiteItem, DESCRIBE_KEY, []); + if (ObjectUtils.has(suiteItem, DESCRIBE_KEY) && (typeof describeValue === 'object') && describeValue.constructor === Array && describeValue.includes(suiteDesc)) { + let tempStress = ObjectUtils.get(suiteItem, STRESS_KEY, stress); + return (Number.isInteger(tempStress) && tempStress >= 1) ? tempStress : stress; + } + } + return stress; + } +} + +export default DataDriver; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/config/Filter.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/config/Filter.js new file mode 100644 index 0000000000000000000000000000000000000000..0ca3b4f412353ad0e9fa70bcfe775c905b5e02a9 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/config/Filter.js @@ -0,0 +1,81 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class ClassFilter { + constructor(suiteName, itName, params) { + this.suiteName = suiteName; + this.itName = itName; + this.params = params; + } + + filterSuite() { + return !this.params.split(',').map(item => item.split('#')[0]).map(item => item == this.suiteName).reduce((pre, cur) => pre || cur, false); + } + + filterIt() { + let classArray = this.params.split(',') || []; + let suiteFilterResult = classArray.filter(item => !item.includes('#')).map(item => item == this.suiteName).reduce((pre, cur) => pre || cur, false); + let itFilterResult = classArray.filter(item => item.includes('#')).map(item => item == (this.suiteName + '#' + this.itName)).reduce((pre, cur) => pre || cur, false); + return !(suiteFilterResult || itFilterResult); + } +} + +class NotClassFilter { + constructor(suiteName, itName, params) { + this.suiteName = suiteName; + this.itName = itName; + this.params = params; + } + + filterSuite() { + return this.params.split(',').map(item => item == this.suiteName).reduce((pre, cur) => pre || cur, false); + } + + filterIt() { + return this.params.split(',').some(item => item == (this.suiteName + '#' + this.itName)); + } +} + +class SuiteAndItNameFilter { + constructor(suiteName, itName, params) { + this.suiteName = suiteName; + this.itName = itName; + this.params = params; + } + + filterSuite() { + return !this.params.split(',').map(item => item == this.suiteName).reduce((pre, cur) => pre || cur, false); + } + + filterIt() { + return !this.params.split(',').map(item => item == this.itName).reduce((pre, cur) => pre || cur, false); + } +} + + +class TestTypesFilter { + constructor(suiteName, itName, fi, params) { + this.suiteName = suiteName; + this.itName = itName; + this.params = params; + this.fi = fi; + } + + filterIt() { + return !((this.params === (this.fi & this.params)) || this.fi === 0); + } +} + +export {ClassFilter, NotClassFilter, SuiteAndItNameFilter, TestTypesFilter}; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/config/configService.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/config/configService.js new file mode 100644 index 0000000000000000000000000000000000000000..745f137e3d48ff86bbd910f6639affe56a773654 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/config/configService.js @@ -0,0 +1,292 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import {ClassFilter, NotClassFilter, SuiteAndItNameFilter, TestTypesFilter} from './Filter'; +const STRESS_RULE = /^[1-9]\d*$/; + +class ConfigService { + constructor(attr) { + this.id = attr.id; + this.supportAsync = false; + this.random = false; + this.filterValid = []; + this.filter = 0; + this.flag = false; + this.suite = null; + this.itName = null; + this.testType = null; + this.level = null; + this.size = null; + this.class = null; + this.notClass = null; + this.timeout = null; + // 遇错即停模式配置 + this.breakOnError = false; + // 压力测试配置 + this.stress = null; + } + + init(coreContext) { + this.coreContext = coreContext; + } + + isNormalInteger(str) { + const n = Math.floor(Number(str)); + return n !== Infinity && String(n) === String(str) && n >= 0; + } + + getStress() { + if (this.stress === undefined || this.stress === '' || this.stress === null) { + return 1; + } + return !this.stress.match(STRESS_RULE) ? 1 : Number.parseInt(this.stress); + } + + basicParamValidCheck(params) { + let size = params.size; + if (size !== undefined && size !== '' && size !== null) { + let sizeArray = ['small', 'medium', 'large']; + if (sizeArray.indexOf(size) === -1) { + this.filterValid.push('size:' + size); + } + } + let level = params.level; + if (level !== undefined && level !== '' && level !== null) { + let levelArray = ['0', '1', '2', '3', '4']; + if (levelArray.indexOf(level) === -1) { + this.filterValid.push('level:' + level); + } + } + let testType = params.testType; + if (testType !== undefined && testType !== '' && testType !== null) { + let testTypeArray = ['function', 'performance', 'power', 'reliability', 'security', + 'global', 'compatibility', 'user', 'standard', 'safety', 'resilience']; + if (testTypeArray.indexOf(testType) === -1) { + this.filterValid.push('testType:' + testType); + } + } + } + + filterParamValidCheck(params) { + let timeout = params.timeout; + if (timeout !== undefined && timeout !== '' && timeout !== null) { + if (!this.isNormalInteger(timeout)) { + this.filterValid.push('timeout:' + timeout); + } + } + + let paramKeys = ['dryRun', 'random', 'breakOnError', 'coverage']; + for (const key of paramKeys) { + if (params[key] !== undefined && params[key] !== 'true' && params[key] !== 'false') { + this.filterValid.push(`${key}:${params[key]}`); + } + } + + // 压力测试参数验证,正整数 + if (params.stress !== undefined && params.stress !== '' && params.stress !== null) { + if (!params.stress.match(STRESS_RULE)) { + this.filterValid.push('stress:' + params.stress); + } + } + + let nameRule = /^[A-Za-z]{1}[\w#,.]*$/; + let paramClassKeys = ['class', 'notClass']; + for (const key of paramClassKeys) { + if (params[key] !== undefined && params[key] !== '' && params[key] !== null) { + let classArray = params[key].split(','); + classArray.forEach(item => !item.match(nameRule) ? this.filterValid.push(`${key}:${params[key]}`) : null); + } + } + } + + setConfig(params) { + this.basicParamValidCheck(params); + this.filterParamValidCheck(params); + try { + this.class = params.class; + this.notClass = params.notClass; + this.flag = params.flag || {flag: false}; + this.suite = params.suite; + this.itName = params.itName; + this.filter = params.filter; + this.testType = params.testType; + this.level = params.level; + this.size = params.size; + this.timeout = params.timeout; + this.dryRun = params.dryRun; + this.breakOnError = params.breakOnError; + this.random = params.random === 'true' ? true : false; + this.stress = params.stress; + this.coverage = params.coverage; + this.filterParam = { + testType: { + 'function': 1, + 'performance': 1 << 1, + 'power': 1 << 2, + 'reliability': 1 << 3, + 'security': 1 << 4, + 'global': 1 << 5, + 'compatibility': 1 << 6, + 'user': 1 << 7, + 'standard': 1 << 8, + 'safety': 1 << 9, + 'resilience': 1 << 10, + }, + level: { + '0': 1 << 24, + '1': 1 << 25, + '2': 1 << 26, + '3': 1 << 27, + '4': 1 << 28, + }, + size: { + 'small': 1 << 16, + 'medium': 1 << 17, + 'large': 1 << 18, + } + }; + this.parseParams(); + } catch (err) { + console.info('setConfig error: ' + err.message); + } + } + + parseParams() { + if (this.filter != null) { + return; + } + let testTypeFilter = 0; + let sizeFilter = 0; + let levelFilter = 0; + if (this.testType != null) { + testTypeFilter = this.testType.split(',') + .map(item => this.filterParam.testType[item] || 0) + .reduce((pre, cur) => pre | cur, 0); + } + if (this.level != null) { + levelFilter = this.level.split(',') + .map(item => this.filterParam.level[item] || 0) + .reduce((pre, cur) => pre | cur, 0); + } + if (this.size != null) { + sizeFilter = this.size.split(',') + .map(item => this.filterParam.size[item] || 0) + .reduce((pre, cur) => pre | cur, 0); + } + this.filter = testTypeFilter | sizeFilter | levelFilter; + console.info('filter params:' + this.filter); + } + + isCurrentSuite(description) { + if (this.suite !== undefined && this.suite !== '' && this.suite !== null) { + let suiteArray = this.suite.split(','); + return suiteArray.indexOf(description) !== -1; + } + return false; + } + + filterSuite(currentSuiteName) { + let filterArray = []; + if (this.suite !== undefined && this.suite !== '' && this.suite !== null) { + filterArray.push(new SuiteAndItNameFilter(currentSuiteName, '', this.suite)); + } + if (this.class !== undefined && this.class !== '' && this.class !== null) { + filterArray.push(new ClassFilter(currentSuiteName, '', this.class)); + } + if (this.notClass !== undefined && this.notClass !== '' && this.notClass !== null) { + filterArray.push(new NotClassFilter(currentSuiteName, '', this.notClass)); + } + + let result = filterArray.map(item => item.filterSuite()).reduce((pre, cur) => pre || cur, false); + return result; + } + + filterDesc(currentSuiteName, desc, fi, coreContext) { + let filterArray = []; + if (this.itName !== undefined && this.itName !== '' && this.itName !== null) { + filterArray.push(new SuiteAndItNameFilter(currentSuiteName, desc, this.itName)); + } + if (this.class !== undefined && this.class !== '' && this.class !== null) { + filterArray.push(new ClassFilter(currentSuiteName, desc, this.class)); + } + if (this.notClass !== undefined && this.notClass !== '' && this.notClass !== null) { + filterArray.push(new NotClassFilter(currentSuiteName, desc, this.notClass)); + } + if (typeof (this.filter) !== 'undefined' && this.filter !== 0 && fi !== 0) { + filterArray.push(new TestTypesFilter('', '', fi, this.filter)); + } + let result = filterArray.map(item => item.filterIt()).reduce((pre, cur) => pre || cur, false); + return result; + } + + isRandom() { + return this.random || false; + } + + isBreakOnError() { + return this.breakOnError !== 'true' ? false : true; + } + + setSupportAsync(value) { + this.supportAsync = value; + } + + isSupportAsync() { + return this.supportAsync; + } + + translateParams(parameters) { + const keySet = new Set([ + '-s class', '-s notClass', '-s suite', '-s itName', + '-s level', '-s testType', '-s size', '-s timeout', + '-s dryRun', '-s random', '-s breakOnError', '-s stress', + '-s coverage', 'class', 'notClass', 'suite', 'itName', + 'level', 'testType', 'size', 'timeout', 'dryRun', 'random', + 'breakOnError', 'stress', 'coverage' + ]); + let targetParams = {}; + for (const key in parameters) { + if (keySet.has(key)) { + var newKey = key.replace("-s ", ""); + targetParams[newKey] = parameters[key]; + } + } + return targetParams; + } + translateParamsToString(parameters) { + const keySet = new Set([ + '-s class', '-s notClass', '-s suite', '-s itName', + '-s level', '-s testType', '-s size', '-s timeout', + '-s dryRun', '-s random', '-s breakOnError', '-s stress', + '-s coverage','class', 'notClass', 'suite', 'itName', + 'level', 'testType', 'size', 'timeout', 'dryRun', 'random', + 'breakOnError', 'stress', 'coverage' + ]); + let targetParams = ''; + for (const key in parameters) { + if (keySet.has(key)) { + targetParams += ' ' + key + ' ' + parameters[key]; + } + } + return targetParams.trim(); + } + + execute() { + } +} + +export { + ConfigService +}; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/coverage/coverageCollect.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/coverage/coverageCollect.js new file mode 100644 index 0000000000000000000000000000000000000000..4707dea3eba464fd7446bf215481f4049b0cfe00 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/coverage/coverageCollect.js @@ -0,0 +1,30 @@ +/* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import SysTestKit from "../kit/SysTestKit"; + +export async function collectCoverageData() { + if (globalThis.__coverage__ === undefined) { + return; + } + const strJson = JSON.stringify(globalThis.__coverage__); + const strLen = strJson.length; + const maxLen = 500; + const maxCount = Math.floor(strLen / maxLen); + const OHOS_REPORT_COVERAGE_DATA = 'OHOS_REPORT_COVERAGE_DATA:'; + for (let count = 0; count <= maxCount; count++) { + await SysTestKit.print(`${OHOS_REPORT_COVERAGE_DATA} ${strJson.substring(count * maxLen, (count + 1) * maxLen)}`); + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/kit/SysTestKit.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/kit/SysTestKit.js new file mode 100644 index 0000000000000000000000000000000000000000..d73d46d912dc2f86a645327548b5d58a17c168bf --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/kit/SysTestKit.js @@ -0,0 +1,88 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class SysTestKit { + + static delegator = null; + static systemTime = null; + + constructor() { + this.id = 'sysTestKit'; + this.index = 0; + } + + static actionStart(tag) { + console.info(JSON.stringify(tag)); + var message = '\n' + 'OHOS_REPORT_ACTIONSTART: ' + JSON.stringify(tag) + '\n'; + SysTestKit.print(message); + console.info(tag + ' actionStart print success'); + } + + static actionEnd(tag) { + console.info(JSON.stringify(tag)); + var message = '\n' + 'OHOS_REPORT_ACTIONEND: ' + JSON.stringify(tag) + '\n'; + SysTestKit.print(message); + console.info(tag + ' actionEnd print success'); + } + + static async existKeyword(keyword, timeout) { + let reg = new RegExp(/^[a-zA-Z0-9]{1,}$/) + if (!reg.test(keyword)) { + throw new Error('keyword must contain more than one string, and only letters and numbers are supported.') + } + timeout = timeout || 4; + + let searchResult = false; + let cmd = 'hilog -x | grep -i \'' + keyword + '\' | wc -l'; + await executePromise(cmd, timeout).then((data) => { + searchResult = data; + }); + return searchResult; + } + static async print(message) { + if ('printSync' in SysTestKit.delegator) { + console.debug(`printSync called ...`); + SysTestKit.delegator.printSync(message); + } else { + await SysTestKit.delegator.print(message); + } + } + + static async getRealTime() { + let currentTime = new Date().getTime(); + if (SysTestKit.systemTime !== null && SysTestKit.systemTime !== undefined) { + await SysTestKit.systemTime.getRealTime().then((time) => { + console.info(`systemTime.getRealTime success data: ${JSON.stringify(time)}`); + currentTime = time; + }).catch((error) => { + console.error(`failed to systemTime.getRealTime because ${JSON.stringify(error)}`); + }); + } + return currentTime; + } +} + +function executePromise(cmd, timeout) { + return new Promise((resolve, reject) => { + SysTestKit.delegator.executeShellCommand(cmd, timeout, + (error, data) => { + console.info('existKeyword CallBack: err : ' + JSON.stringify(error)); + console.info('existKeyword CallBack: data : ' + JSON.stringify(data)); + resolve(parseInt(data.stdResult) > 3 ? true : false); + }); + }); +} + +export default SysTestKit; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/mock/ArgumentMatchers.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/mock/ArgumentMatchers.js new file mode 100644 index 0000000000000000000000000000000000000000..6a9d7aac464e95383ea31385284b6603c34e084c --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/mock/ArgumentMatchers.js @@ -0,0 +1,122 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class ArgumentMatchers { + ANY = ""; + ANY_STRING = ""; + ANY_BOOLEAN = ""; + ANY_NUMBER = ""; + ANY_OBJECT = ""; + ANY_FUNCTION = ""; + MATCH_REGEXS = ""; + + static any() { + } + + static anyString() { + } + + static anyBoolean() { + } + + static anyNumber() { + } + + static anyObj() { + } + + static anyFunction() { + } + + static matchRegexs() { + let regex = arguments[0]; + if (ArgumentMatchers.isRegExp(regex)) { + return regex; + } + throw Error("not a regex"); + } + + static isRegExp(value) { + return Object.prototype.toString.call(value) === "[object RegExp]"; + } + + matcheReturnKey() { + let arg = arguments[0]; + let regex = arguments[1]; + let stubSetKey = arguments[2]; + + if (stubSetKey && stubSetKey == this.ANY) { + return this.ANY; + } + + if (typeof arg === "string" && !regex) { + return this.ANY_STRING; + } + + if (typeof arg === "boolean" && !regex) { + return this.ANY_BOOLEAN; + } + + if (typeof arg === "number" && !regex) { + return this.ANY_NUMBER; + } + + if (typeof arg === "object" && !regex) { + return this.ANY_OBJECT; + } + + if (typeof arg === "function" && !regex) { + return this.ANY_FUNCTION; + } + + if (typeof arg === "string" && regex) { + return regex.test(arg); + } + + return null; + } + + matcheStubKey() { + let key = arguments[0]; + + if (key === ArgumentMatchers.any) { + return this.ANY; + } + + if (key === ArgumentMatchers.anyString) { + return this.ANY_STRING; + } + if (key === ArgumentMatchers.anyBoolean) { + return this.ANY_BOOLEAN; + } + if (key === ArgumentMatchers.anyNumber) { + return this.ANY_NUMBER; + } + if (key === ArgumentMatchers.anyObj) { + return this.ANY_OBJECT; + } + if (key === ArgumentMatchers.anyFunction) { + return this.ANY_FUNCTION; + } + + if (ArgumentMatchers.isRegExp(key)) { + return key; + } + + return null; + } +} + +export default ArgumentMatchers; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/mock/ExtendInterface.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/mock/ExtendInterface.js new file mode 100644 index 0000000000000000000000000000000000000000..c6a866a6df662ad10a7f6869dcbc2381fa47bcdc --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/mock/ExtendInterface.js @@ -0,0 +1,57 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class ExtendInterface { + constructor(mocker) { + this.mocker = mocker; + } + + stub() { + this.params = arguments; + return this; + } + + stubMockedCall(returnInfo) { + this.mocker.stubApply(this, this.params, returnInfo); + } + + afterReturn(value) { + this.stubMockedCall(function () { + return value; + }); + } + + afterReturnNothing() { + this.stubMockedCall(function () { + return undefined; + }); + } + + afterAction(action) { + this.stubMockedCall(action); + } + + afterThrow(msg) { + this.stubMockedCall(function () { + throw msg; + }); + } + + clear() { + this.mocker.clear(); + } +} + +export default ExtendInterface; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/mock/MockKit.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/mock/MockKit.js new file mode 100644 index 0000000000000000000000000000000000000000..a23462472c023f0ef81a6a6d274f14f8649a8dc0 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/mock/MockKit.js @@ -0,0 +1,256 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import ExtendInterface from "./ExtendInterface"; +import VerificationMode from "./VerificationMode"; +import ArgumentMatchers from "./ArgumentMatchers"; + +class MockKit { + + constructor() { + this.mFunctions = []; + this.stubs = new Map(); + this.recordCalls = new Map(); + this.currentSetKey = null; + this.mockObj = null; + this.recordMockedMethod = new Map(); + } + + init() { + this.reset(); + } + + reset() { + this.mFunctions = []; + this.stubs = {}; + this.recordCalls = {}; + this.currentSetKey = null; + this.mockObj = null; + this.recordMockedMethod = new Map(); + } + + clearAll() { + this.reset(); + var props = Object.keys(this); + for (var i = 0; i < props.length; i++) { + delete this[props[i]]; + } + + var props = Object.getOwnPropertyNames(this); + for (var i = 0; i < props.length; i++) { + delete this[props[i]]; + } + for (var key in this) { + delete this[key]; + } + } + + clear(obj) { + if (!obj) throw Error("Please enter an object to be cleaned"); + if (typeof (obj) != 'object') throw new Error('Not a object'); + this.recordMockedMethod.forEach(function (value, key, map) { + if (key) { + obj[key] = value; + } + }); + } + + ignoreMock(obj, method) { + if (typeof (obj) != 'object') throw new Error('Not a object'); + if (typeof (method) != 'function') throw new Error('Not a function'); + let og = this.recordMockedMethod.get(method.propName); + if (og) { + obj[method.propName] = og; + this.recordMockedMethod.set(method.propName, undefined); + } + } + + extend(dest, source) { + dest["stub"] = source["stub"]; + dest["afterReturn"] = source["afterReturn"]; + dest["afterReturnNothing"] = source["afterReturnNothing"]; + dest["afterAction"] = source["afterAction"]; + dest["afterThrow"] = source["afterThrow"]; + dest["stubMockedCall"] = source["stubMockedCall"]; + dest["clear"] = source["clear"]; + return dest; + } + + stubApply(f, params, returnInfo) { + let values = this.stubs.get(f); + if (!values) { + values = new Map(); + } + let key = params[0]; + if (typeof key == "undefined") { + key = "anonymous-mock-" + f.propName; + } + let matcher = new ArgumentMatchers(); + if (matcher.matcheStubKey(key)) { + key = matcher.matcheStubKey(key); + if (key) { + this.currentSetKey = key; + } + } + values.set(key, returnInfo); + this.stubs.set(f, values); + } + + getReturnInfo(f, params) { + let values = this.stubs.get(f); + if (!values) { + return undefined; + } + let retrunKet = params[0]; + if (typeof retrunKet == "undefined") { + retrunKet = "anonymous-mock-" + f.propName; + } + let stubSetKey = this.currentSetKey; + + if (this.currentSetKey && (typeof (retrunKet) != "undefined")) { + retrunKet = stubSetKey; + } + let matcher = new ArgumentMatchers(); + if (matcher.matcheReturnKey(params[0], undefined, stubSetKey) && matcher.matcheReturnKey(params[0], undefined, stubSetKey) != stubSetKey) { + retrunKet = params[0]; + } + + values.forEach(function (value, key, map) { + if (ArgumentMatchers.isRegExp(key) && matcher.matcheReturnKey(params[0], key)) { + retrunKet = key; + } + }); + + return values.get(retrunKet); + } + + findName(obj, value) { + let properties = this.findProperties(obj); + let name = null; + properties.forEach( + function (va1, idx, array) { + if (obj[va1] === value) { + name = va1; + } + } + ); + return name; + } + + isFunctionFromPrototype(f, container, propName) { + if (container.constructor != Object && container.constructor.prototype !== container) { + return container.constructor.prototype[propName] === f; + } + return false; + } + + findProperties(obj, ...arg) { + function getProperty(new_obj) { + if (new_obj.__proto__ === null) { + return []; + } + let properties = Object.getOwnPropertyNames(new_obj); + return [...properties, ...getProperty(new_obj.__proto__)]; + } + return getProperty(obj); + } + + recordMethodCall(originalMethod, args) { + Function.prototype.getName = function () { + return this.name || this.toString().match(/function\s*([^(]*)\(/)[1]; + }; + let name = originalMethod.getName(); + let arglistString = name + '(' + Array.from(args).toString() + ')'; + let records = this.recordCalls.get(arglistString); + if (!records) { + records = 0; + } + records++; + this.recordCalls.set(arglistString, records); + } + + mockFunc(originalObject, originalMethod) { + let tmp = this; + this.originalMethod = originalMethod; + let f = function () { + let args = arguments; + let action = tmp.getReturnInfo(f, args); + if (originalMethod) { + tmp.recordMethodCall(originalMethod, args); + } + if (action) { + return action.apply(this, args); + } + }; + + f.container = null || originalObject; + f.original = originalMethod || null; + + if (originalObject && originalMethod) { + if (typeof (originalMethod) != 'function') throw new Error('Not a function'); + var name = this.findName(originalObject, originalMethod); + originalObject[name] = f; + this.recordMockedMethod.set(name, originalMethod); + f.propName = name; + f.originalFromPrototype = this.isFunctionFromPrototype(f.original, originalObject, f.propName); + } + f.mocker = this; + this.mFunctions.push(f); + this.extend(f, new ExtendInterface(this)); + return f; + } + + verify(methodName, argsArray) { + if (!methodName) { + throw Error("not a function name"); + } + let a = this.recordCalls.get(methodName + '(' + argsArray.toString() + ')'); + return new VerificationMode(a ? a : 0); + } + + mockObject(object) { + if (!object || typeof object === "string") { + throw Error(`this ${object} cannot be mocked`); + } + const _this = this; + let mockedObject = {}; + let keys = Reflect.ownKeys(object); + keys.filter(key => (typeof Reflect.get(object, key)) === 'function') + .forEach(key => { + mockedObject[key] = object[key]; + mockedObject[key] = _this.mockFunc(mockedObject, mockedObject[key]); + }); + return mockedObject; + } +} + +function ifMockedFunction(f) { + if (Object.prototype.toString.call(f) != "[object Function]" && + Object.prototype.toString.call(f) != "[object AsyncFunction]") { + throw Error("not a function"); + } + if (!f.stub) { + throw Error("not a mock function"); + } + return true; +} + +function when(f) { + if (ifMockedFunction(f)) { + return f.stub.bind(f); + } +} + +export {MockKit, when}; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/mock/VerificationMode.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/mock/VerificationMode.js new file mode 100644 index 0000000000000000000000000000000000000000..7bd04c8473985ec57f5b14fc3ae84e9cf7b31f39 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/mock/VerificationMode.js @@ -0,0 +1,49 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import {expect} from '../../interface'; + +class VerificationMode { + constructor(times) { + this.doTimes = times; + } + + times(count) { + expect(count).assertEqual(this.doTimes); + } + + never() { + console.log(this.doTimes); + expect(0).assertEqual(this.doTimes); + } + + once() { + expect(1).assertEqual(this.doTimes); + } + + atLeast(count) { + if (count > this.doTimes) { + throw Error('failed ' + count + ' greater than the actual execution times of method'); + } + } + + atMost(count) { + if (count < this.doTimes) { + throw Error('failed ' + count + ' less than the actual execution times of method'); + } + } +} + +export default VerificationMode; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/report/OhReport.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/report/OhReport.js new file mode 100644 index 0000000000000000000000000000000000000000..da120dd09c0e74e46b9138b7598661e380010210 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/report/OhReport.js @@ -0,0 +1,148 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import SysTestKit from "../kit/SysTestKit"; +import {collectCoverageData} from '../coverage/coverageCollect'; + +class OhReport { + constructor(attr) { + this.delegator = attr.delegator; + this.abilityDelegatorArguments = attr.abilityDelegatorArguments; + this.id = 'report'; + this.index = 0; + this.duration = 0; + } + + init(coreContext) { + this.coreContext = coreContext; + this.suiteService = this.coreContext.getDefaultService('suite'); + this.specService = this.coreContext.getDefaultService('spec'); + } + + taskStart() { + } + + async taskDone() { + if (this.abilityDelegatorArguments !== null) { + this.taskDoneTime = new Date().getTime(); + let summary = this.suiteService.getSummary(); + const configService = this.coreContext.getDefaultService('config'); + if (configService['coverage'] === 'true') { + await collectCoverageData(); + } + let message = '\n' + 'OHOS_REPORT_RESULT: stream=Tests run: ' + summary.total + ', Failure: ' + summary.failure; + message += ', Error: ' + summary.error; + message += ', Pass: ' + summary.pass; + message += ', Ignore: ' + summary.ignore; + message += '\n' + 'OHOS_REPORT_CODE: ' + (summary.failure > 0 ? -1 : 0) + '\n'; + let isHasError = summary.failure > 0 || summary.error > 0; + let config = this.coreContext.getDefaultService('config'); + if (config.isBreakOnError() && isHasError) { + // 未执行全部说明 + message += '\n' + 'OHOS_REPORT_RESULT: breakOnError model, Stopping whole test suite if one specific test case failed or error' + '\n'; + } + message += 'OHOS_REPORT_STATUS: taskconsuming=' + summary.duration + '\n'; + console.info(message); + await SysTestKit.print(message); + } + console.info('report print success'); + this.delegator.finishTest('your test finished!!!', 0, () => { }); + } + + incorrectFormat() { + if (this.coreContext.getDefaultService('config').filterValid.length !== 0) { + var value = this.coreContext.getDefaultService('config').filterValid; + var message = 'this param ' + value.join(',') + ' is invalid' + '\n'; + this.delegator.finishTest(message, 0, () => { + }); + } + } + + async suiteStart() { + if (this.abilityDelegatorArguments !== null) { + let message = '\n' + 'OHOS_REPORT_SUM: ' + this.suiteService.getCurrentRunningSuite().getSpecsNum(); + message += '\n' + 'OHOS_REPORT_STATUS: class=' + this.suiteService.getCurrentRunningSuite().description + '\n'; + console.info(message); + await SysTestKit.print(message); + console.info(this.suiteService.getCurrentRunningSuite().description + ' suiteStart print success'); + } + } + + async suiteDone() { + if (this.abilityDelegatorArguments !== null) { + let message = '\n' + 'OHOS_REPORT_STATUS: class=' + this.suiteService.getCurrentRunningSuite().description; + message += '\n' + 'OHOS_REPORT_STATUS: suiteconsuming=' + this.suiteService.getCurrentRunningSuite().duration + '\n'; + console.info(message); + await SysTestKit.print(message); + console.info(this.suiteService.getCurrentRunningSuite().description + ' suiteDone print success'); + } + } + + async specStart() { + if (this.abilityDelegatorArguments !== null) { + let message = '\n' + 'OHOS_REPORT_STATUS: class=' + this.suiteService.getCurrentRunningSuite().description; + message += '\n' + 'OHOS_REPORT_STATUS: current=' + (++this.index); + message += '\n' + 'OHOS_REPORT_STATUS: id=JS'; + message += '\n' + 'OHOS_REPORT_STATUS: numtests=' + this.specService.getTestTotal(); + message += '\n' + 'OHOS_REPORT_STATUS: stream='; + message += '\n' + 'OHOS_REPORT_STATUS: test=' + this.specService.currentRunningSpec.description; + message += '\n' + 'OHOS_REPORT_STATUS_CODE: 1' + '\n'; + console.info(message); + await SysTestKit.print(message); + console.info(this.specService.currentRunningSpec.description + ' specStart start print success'); + } + } + + async specDone() { + if (this.abilityDelegatorArguments !== null) { + let message = '\n' + 'OHOS_REPORT_STATUS: class=' + this.suiteService.getCurrentRunningSuite().description; + message += '\n' + 'OHOS_REPORT_STATUS: current=' + (this.index); + message += '\n' + 'OHOS_REPORT_STATUS: id=JS'; + message += '\n' + 'OHOS_REPORT_STATUS: numtests=' + this.specService.getTestTotal(); + let errorMsg = ''; + if (this.specService.currentRunningSpec.error) { + message += '\n' + 'OHOS_REPORT_STATUS: stack=' + this.specService.currentRunningSpec.error.message; + message += '\n' + 'OHOS_REPORT_STATUS: stream='; + message += '\n' + 'Error in ' + this.specService.currentRunningSpec.description; + message += '\n' + this.specService.currentRunningSpec.error.message; + message += '\n' + 'OHOS_REPORT_STATUS: test=' + this.specService.currentRunningSpec.description; + message += '\n' + 'OHOS_REPORT_STATUS_CODE: -1' + '\n'; + } else if (this.specService.currentRunningSpec.result) { + if (this.specService.currentRunningSpec.result.failExpects.length > 0) { + this.specService.currentRunningSpec.result.failExpects.forEach(failExpect => { + errorMsg = failExpect.message || ('expect ' + failExpect.actualValue + ' ' + failExpect.checkFunc + ' ' + (failExpect.expectValue)); + }); + message += '\n' + 'OHOS_REPORT_STATUS: stack=' + errorMsg; + message += '\n' + 'OHOS_REPORT_STATUS: stream='; + message += '\n' + 'Error in ' + this.specService.currentRunningSpec.description; + message += '\n' + errorMsg + '\n' + 'OHOS_REPORT_STATUS: test=' + this.specService.currentRunningSpec.description; + message += '\n' + 'OHOS_REPORT_STATUS_CODE: -2' + '\n'; + } else { + message += '\n' + 'OHOS_REPORT_STATUS: stream='; + message += '\n' + 'OHOS_REPORT_STATUS: test=' + this.specService.currentRunningSpec.description; + message += '\n' + 'OHOS_REPORT_STATUS_CODE: 0' + '\n'; + } + } else { + message += '\n'; + } + message += 'OHOS_REPORT_STATUS: consuming=' + this.specService.currentRunningSpec.duration + '\n'; + console.info(message); + await SysTestKit.print(message); + console.info(this.specService.currentRunningSpec.description + ' specDone end print success'); + } + } +} + +export default OhReport; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/report/ReportExtend.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/report/ReportExtend.js new file mode 100644 index 0000000000000000000000000000000000000000..852fbcd5cbf97e776ebe5177a029df0f516594a5 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/report/ReportExtend.js @@ -0,0 +1,137 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class ReportExtend { + constructor(fileModule) { + this.id = 'extend'; + this.fileModule = fileModule; + } + + init(coreContext) { + this.coreContext = coreContext; + this.suiteService = this.coreContext.getDefaultService('suite'); + } + + taskStart() { + + } + + taskDone() { + const report = { + tag: 'testsuites', + name: 'summary_report', + timestamp: new Date().toDateString(), + time: '1', + errors: 0, + failures: 0, + tests: 0, + children: [] + }; + const rootSuite = this.suiteService.rootSuite; + if (rootSuite && rootSuite.childSuites) { + for (let testsuite of rootSuite.childSuites) { + let suiteReport = { + tag: 'testsuite', + name: testsuite['description'], + errors: 0, + tests: 0, + failures: 0, + time: '0.1', + children: [] + }; + let specs = testsuite['specs']; + for (let testcase of specs) { + report.tests++; + suiteReport.tests++; + let caseReport = { + tag: 'testcase', + name: testcase['description'], + status: 'run', + time: '0.0', + classname: testsuite['description'] + }; + if (testcase.error) { + caseReport['result'] = false; + caseReport['children'] = [{ + tag: 'error', + type: '', + message: testcase.error.message + }]; + report.errors++; + suiteReport.errors++; + } else if (testcase.result.failExpects.length > 0) { + caseReport['result'] = false; + let message = ''; + testcase.result.failExpects.forEach(failExpect => { + message += failExpect.message || ('expect ' + failExpect.actualValue + ' ' + failExpect.checkFunc + ' ' + (failExpect.expectValue || '')) + ';'; + }); + caseReport['children'] = [{ + tag: 'failure', + type: '', + message: message + }]; + report.failures++; + suiteReport.failures++; + } else { + caseReport['result'] = true; + } + suiteReport.children.push(caseReport); + } + report.children.push(suiteReport); + } + } + + let reportXml = '\n' + json2xml(report); + this.fileModule.writeText({ + uri: 'internal://app/report.xml', + text: reportXml, + success: function () { + console.info('call success callback success'); + }, + fail: function (data, code) { + console.info('call fail callback success:'); + }, + complete: function () { + console.info('call complete callback success'); + } + }); + } +} + +function json2xml(json) { + let tagName; + let hasChildren = false; + let childrenStr = ''; + let attrStr = ''; + for (let key in json) { + if (key === 'tag') { + tagName = json[key]; + } else if (key === 'children') { + if (json[key].length > 0) { + hasChildren = true; + for (let child of json[key]) { + childrenStr += json2xml(child); + } + } + } else { + attrStr += ` ${key}="${json[key]}"`; + } + } + let xml = `<${tagName}${attrStr}`; + xml += hasChildren ? `>${childrenStr}` : '/>'; + return xml; +} + +export default ReportExtend; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/service.js b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/service.js new file mode 100644 index 0000000000000000000000000000000000000000..e55a2e4a2db3fdef4b983fa9cb63bf5c58b76fb4 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/service.js @@ -0,0 +1,929 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import SysTestKit from "./module/kit/SysTestKit"; + +class AssertException extends Error { + constructor(message) { + super(); + this.name = "AssertException"; + this.message = message; + } +} + +function getFuncWithArgsZero(func, timeout, isStressTest) { + return new Promise(async (resolve, reject) => { + let timer = null; + if (!isStressTest) { + timer = setTimeout(() => { + reject(new Error('execute timeout ' + timeout + 'ms')); + }, timeout); + } + try { + await func(); + } catch (err) { + reject(err); + } + timer !== null ? clearTimeout(timer) : null; + resolve(); + }); +} + +function getFuncWithArgsOne(func, timeout, isStressTest) { + return new Promise(async (resolve, reject) => { + let timer = null; + if (!isStressTest) { + timer = setTimeout(() => { + reject(new Error('execute timeout ' + timeout + 'ms')); + }, timeout);; + } + + function done() { + timer !== null ? clearTimeout(timer) : null; + resolve(); + } + + try { + await func(done); + } catch (err) { + timer !== null ? clearTimeout(timer) : null; + reject(err); + } + }); +} + +function getFuncWithArgsTwo(func, timeout, paramItem, isStressTest) { + return new Promise(async (resolve, reject) => { + let timer = null; + if (!isStressTest) { + timer = setTimeout(() => { + reject(new Error('execute timeout ' + timeout + 'ms')); + }, timeout); + } + + function done() { + timer !== null ? clearTimeout(timer) : null; + resolve(); + } + + try { + await func(done, paramItem); + } catch (err) { + timer !== null ? clearTimeout(timer) : null; + reject(err); + } + }); +} + +function processFunc(coreContext, func) { + let argNames = ((func || '').toString() + .replace(/((\/\/.*$)|(\/\*[\s\S]*?\*\/))/mg, '') + .match(/^(function)?\s*[^\(]*\(\s*([^\)]*)\)/m) || ['', '', ''])[2] + .split(',') // split parameters + .map(item => item.replace(/^\s*(_?)(.+?)\1\s*$/, name => name.split('=')[0].trim())) + .filter(String); + let funcLen = func.length; + let processedFunc; + const config = coreContext.getDefaultService('config'); + config.setSupportAsync(true); + const timeout = + (config.timeout === undefined ? 5000 : config.timeout); + const isStressTest = (coreContext.getServices('dataDriver') !== undefined || config.getStress() > 1); + switch (funcLen) { + case 0: { + processedFunc = function () { + return getFuncWithArgsZero(func, timeout, isStressTest); + }; + break; + } + case 1: { + if (argNames[0] === 'data') { + processedFunc = function (paramItem) { + func(paramItem); + }; + } else { + processedFunc = function () { + return getFuncWithArgsOne(func, timeout, isStressTest); + }; + } + break; + } + default: { + processedFunc = function (paramItem) { + return getFuncWithArgsTwo(func, timeout, paramItem, isStressTest); + }; + break; + } + } + return processedFunc; +} + +function secureRandomNumber() { + return crypto.randomBytes(8).readUInt32LE() / 0xffffffff; +} + +class SuiteService { + constructor(attr) { + this.id = attr.id; + this.rootSuite = new SuiteService.Suite({}); + this.currentRunningSuite = this.rootSuite; + this.suitesStack = [this.rootSuite]; + } + + describe(desc, func) { + const configService = this.coreContext.getDefaultService('config'); + if (configService.filterSuite(desc)) { + console.info('filter suite :' + desc); + return; + } + const suite = new SuiteService.Suite({description: desc}); + if (typeof this.coreContext.getServices('dataDriver') !== 'undefined' && configService['dryRun'] !== 'true') { + let suiteStress = this.coreContext.getServices('dataDriver').dataDriver.getSuiteStress(desc); + for (let i = 1; i < suiteStress; i++) { + this.currentRunningSuite.childSuites.push(suite); + } + } + this.currentRunningSuite.childSuites.push(suite); + this.currentRunningSuite = suite; + this.suitesStack.push(suite); + func.call(); + let childSuite = this.suitesStack.pop(); + if (this.suitesStack.length === 0) { + this.currentRunningSuite = childSuite; + this.suitesStack.push(childSuite); + } + if (this.suitesStack.length > 1) { + this.currentRunningSuite = this.suitesStack.pop(); + } else { + this.currentRunningSuite = this.suitesStack.pop(); + this.suitesStack.push(this.currentRunningSuite); + } + } + + beforeAll(func) { + this.currentRunningSuite.beforeAll.push(processFunc(this.coreContext, func)); + } + + beforeEach(func) { + this.currentRunningSuite.beforeEach.push(processFunc(this.coreContext, func)); + } + + afterAll(func) { + this.currentRunningSuite.afterAll.push(processFunc(this.coreContext, func)); + } + + afterEach(func) { + this.currentRunningSuite.afterEach.push(processFunc(this.coreContext, func)); + } + + getCurrentRunningSuite() { + return this.currentRunningSuite; + } + + setCurrentRunningSuite(suite) { + this.currentRunningSuite = suite; + } + + traversalResults(suite, obj, breakOnError) { + if (suite.childSuites.length === 0 && suite.specs.length === 0) { + return obj; + } + if (suite.specs.length > 0) { + for (const itItem of suite.specs) { + obj.total++; + if (breakOnError && (obj.error > 0 || obj.failure > 0)) { // breakOnError模式 + continue; + } + if (itItem.error) { + obj.error++; + } else if (itItem.result.failExpects.length > 0) { + obj.failure++; + } else if (itItem.result.pass === true) { + obj.pass++; + } + } + } + + obj.duration += suite.duration; + + if (suite.childSuites.length > 0) { + for (const suiteItem of suite.childSuites) { + this.traversalResults(suiteItem, obj, breakOnError); + } + } + } + + getSummary() { + let suiteService = this.coreContext.getDefaultService('suite'); + let rootSuite = suiteService.rootSuite; + const specService = this.coreContext.getDefaultService('spec'); + const configService = this.coreContext.getDefaultService('config'); + let breakOnError = configService.isBreakOnError(); + let isError = specService.getStatus(); + let isBreaKOnError = breakOnError && isError; + let obj = {total: 0, failure: 0, error: 0, pass: 0, ignore: 0, duration: 0}; + for (const suiteItem of rootSuite.childSuites) { + this.traversalResults(suiteItem, obj, isBreaKOnError); + } + obj.ignore = obj.total - obj.pass - obj.failure - obj.error; + return obj; + } + + init(coreContext) { + this.coreContext = coreContext; + } + + traversalSuites(suite, obj, configService) { + if (suite.childSuites.length === 0 && suite.specs.length === 0) { + return []; + } + if (suite.specs.length > 0) { + let itArray = []; + for (const itItem of suite['specs']) { + if (!configService.filterDesc(suite.description, itItem.description, itItem.fi, null)) { + itArray.push({'itName': itItem.description}); + } + } + obj[suite.description] = itArray; + } + + if (suite.childSuites.length > 0) { + let suiteArray = []; + for (const suiteItem of suite.childSuites) { + let suiteObj = {}; + this.traversalSuites(suiteItem, suiteObj, configService); + if (!configService.filterSuite(suiteItem.description)) { + suiteArray.push(suiteObj); + } + } + obj.suites = suiteArray; + } + } + + async dryRun(abilityDelegator) { + const configService = this.coreContext.getDefaultService('config'); + let testSuitesObj = {}; + let suitesArray = []; + for (const suiteItem of this.rootSuite.childSuites) { + let obj = {}; + this.traversalSuites(suiteItem, obj, configService); + if (!configService.filterSuite(suiteItem.description)) { + suitesArray.push(obj); + } + } + testSuitesObj['suites'] = suitesArray; + + let strJson = JSON.stringify(testSuitesObj); + let strLen = strJson.length; + let maxLen = 500; + let maxCount = Math.floor(strLen / maxLen); + + for (let count = 0; count <= maxCount; count++) { + await SysTestKit.print(strJson.substring(count * maxLen, (count + 1) * maxLen)); + } + console.info('dryRun print success'); + abilityDelegator.finishTest('dry run finished!!!', 0, () => { }); + } + + execute() { + const configService = this.coreContext.getDefaultService('config'); + if (configService.filterValid.length !== 0) { + this.coreContext.fireEvents('task', 'incorrectFormat'); + return; + } + + if (configService.isRandom() && this.rootSuite.childSuites.length > 0) { + this.rootSuite.childSuites.sort(function () { + return Math.random().toFixed(1) > 0.5 ? -1 : 1; + }); + this.currentRunningSuite = this.rootSuite.childSuites[0]; + } + + if (configService.isSupportAsync()) { + let asyncExecute = async () => { + await this.coreContext.fireEvents('task', 'taskStart'); + await this.rootSuite.asyncRun(this.coreContext); + }; + asyncExecute().then(async () => { + await this.coreContext.fireEvents('task', 'taskDone'); + }); + } else { + this.coreContext.fireEvents('task', 'taskStart'); + this.rootSuite.run(this.coreContext); + this.coreContext.fireEvents('task', 'taskDone'); + } + } + + apis() { + const _this = this; + return { + describe: function (desc, func) { + return _this.describe(desc, func); + }, + beforeAll: function (func) { + return _this.beforeAll(func); + }, + beforeEach: function (func) { + return _this.beforeEach(func); + }, + afterAll: function (func) { + return _this.afterAll(func); + }, + afterEach: function (func) { + return _this.afterEach(func); + } + }; + } +} + +SuiteService.Suite = class { + constructor(attrs) { + this.description = attrs.description || ''; + this.childSuites = []; + this.specs = []; + this.beforeAll = []; + this.afterAll = []; + this.beforeEach = []; + this.afterEach = []; + this.duration = 0; + } + + pushSpec(spec) { + this.specs.push(spec); + } + + removeSpec(desc) { + this.specs = this.specs.filter((item, index) => { + return item.description !== desc; + }); + } + + getSpecsNum() { + return this.specs.length; + } + + isRun(coreContext) { + const configService = coreContext.getDefaultService('config'); + const suiteService = coreContext.getDefaultService('suite'); + const specService = coreContext.getDefaultService('spec'); + let breakOnError = configService.isBreakOnError(); + let isError = specService.getStatus(); + return breakOnError && isError; + } + + run(coreContext) { + const suiteService = coreContext.getDefaultService('suite'); + suiteService.setCurrentRunningSuite(this); + if (this.description !== '') { + coreContext.fireEvents('suite', 'suiteStart', this); + } + this.runHookFunc('beforeAll'); + if (this.specs.length > 0) { + const configService = coreContext.getDefaultService('config'); + if (configService.isRandom()) { + this.specs.sort(function () { + return Math.random().toFixed(1) > 0.5 ? -1 : 1; + }); + } + for (let spec in this.specs) { + let isBreakOnError = this.isRun(coreContext); + if (isBreakOnError) { + break; + } + this.runHookFunc('beforeEach'); + spec.run(coreContext); + this.runHookFunc('afterEach'); + } + } + if (this.childSuites.length > 0) { + for (let suite in this.childSuites) { + let isBreakOnError = this.isRun(coreContext); + if (isBreakOnError) { + break; + } + suite.run(coreContext); + suiteService.setCurrentRunningSuite(suite); + } + } + this.runHookFunc('afterAll'); + if (this.description !== '') { + coreContext.fireEvents('suite', 'suiteDone'); + } + } + + async asyncRun(coreContext) { + const suiteService = coreContext.getDefaultService('suite'); + suiteService.setCurrentRunningSuite(this); + suiteService.suitesStack.push(this); + if (this.description !== '') { + await coreContext.fireEvents('suite', 'suiteStart', this); + } + await this.runAsyncHookFunc('beforeAll'); + if (this.specs.length > 0) { + const configService = coreContext.getDefaultService('config'); + if (configService.isRandom()) { + this.specs.sort(function () { + return Math.random().toFixed(1) > 0.5 ? -1 : 1; + }); + } + for (let i = 0; i < this.specs.length; i++) { + // 遇错即停模式,发现用例有问题,直接返回,不在执行后面的it + let isBreakOnError = this.isRun(coreContext); + if (isBreakOnError) { + console.log("break description :" + this.description); + break; + } + await this.runAsyncHookFunc('beforeEach'); + await this.specs[i].asyncRun(coreContext); + await this.runAsyncHookFunc('afterEach'); + } + } + + if (this.childSuites.length > 0) { + for (let i = 0; i < this.childSuites.length; i++) { + // 遇错即停模式, 发现用例有问题,直接返回,不在执行后面的description + let isBreakOnError = this.isRun(coreContext); + if (isBreakOnError) { + console.log("break description :" + this.description); + break; + } + await this.childSuites[i].asyncRun(coreContext); + } + } + + await this.runAsyncHookFunc('afterAll'); + if (this.description !== '') { + await coreContext.fireEvents('suite', 'suiteDone'); + let childSuite = suiteService.suitesStack.pop(); + if (suiteService.suitesStack.length === 0) { + suiteService.suitesStack.push(childSuite); + } + if (suiteService.suitesStack.length > 1) { + suiteService.setCurrentRunningSuite(suiteService.suitesStack.pop()); + } else { + let currentRunningSuite = suiteService.suitesStack.pop(); + suiteService.setCurrentRunningSuite(currentRunningSuite); + suiteService.suitesStack.push(currentRunningSuite); + } + } + } + + runHookFunc(hookName) { + if (this[hookName] && this[hookName].length > 0) { + this[hookName].forEach(func => { + try { + func(); + } catch (e) { + console.error(e); + } + }); + } + } + + runAsyncHookFunc(hookName) { + if (this[hookName] && this[hookName].length > 0) { + return new Promise(async resolve => { + for (let i = 0; i < this[hookName].length; i++) { + try { + await this[hookName][i](); + } catch (e) { + console.error(e); + } + } + resolve(); + }); + } + } +}; + +class SpecService { + constructor(attr) { + this.id = attr.id; + this.totalTest = 0; + this.hasError = false; + } + + init(coreContext) { + this.coreContext = coreContext; + } + + setCurrentRunningSpec(spec) { + this.currentRunningSpec = spec; + } + + setStatus(obj) { + this.hasError = obj; + } + + getStatus() { + return this.hasError; + } + + getTestTotal() { + return this.totalTest; + } + + getCurrentRunningSpec() { + return this.currentRunningSpec; + } + + it(desc, filter, func) { + const configService = this.coreContext.getDefaultService('config'); + const currentSuiteName = this.coreContext.getDefaultService('suite').getCurrentRunningSuite().description; + if (configService.filterDesc(currentSuiteName, desc, filter, this.coreContext)) { + console.info('filter it :' + desc); + } else { + let processedFunc = processFunc(this.coreContext, func); + const spec = new SpecService.Spec({description: desc, fi: filter, fn: processedFunc}); + const suiteService = this.coreContext.getDefaultService('suite'); + if (typeof this.coreContext.getServices('dataDriver') !== 'undefined' && configService['dryRun'] !== 'true') { + let specStress = this.coreContext.getServices('dataDriver').dataDriver.getSpecStress(desc); + for (let i = 1; i < specStress; i++) { + this.totalTest++; + suiteService.getCurrentRunningSuite().pushSpec(spec); + } + } + + // dryRun 状态下不统计压力测试重复数据 + if (configService['dryRun'] !== 'true') { + let stress = configService.getStress(); // 命令配置压力测试 + console.info('stress length :' + stress); + for (let i = 1; i < stress; i++) { + this.totalTest++; + suiteService.getCurrentRunningSuite().pushSpec(spec); + } + } + this.totalTest++; + suiteService.getCurrentRunningSuite().pushSpec(spec); + } + } + + apis() { + const _this = this; + return { + it: function (desc, filter, func) { + return _this.it(desc, filter, func); + } + }; + } +} + +SpecService.Spec = class { + constructor(attrs) { + this.description = attrs.description || ''; + this.fi = attrs.fi; + this.fn = attrs.fn || function () { + }; + this.result = { + failExpects: [], + passExpects: [] + }; + this.error = undefined; + this.duration = 0; + this.startTime = 0; + this.isExecuted = false; // 当前用例是否执行 + } + + setResult(coreContext) { + const specService = coreContext.getDefaultService('spec'); + if (this.result.failExpects.length > 0) { + this.result.pass = false; + specService.setStatus(true); + } else { + this.result.pass = true; + } + console.info('testcase ' + this.description + ' result:' + this.result.pass); + } + + run(coreContext) { + const specService = coreContext.getDefaultService('spec'); + specService.setCurrentRunningSpec(this); + coreContext.fireEvents('spec', 'specStart', this); + this.isExecuted = true; + try { + let dataDriver = coreContext.getServices('dataDriver'); + if (typeof dataDriver === 'undefined') { + this.fn(); + } else { + let suiteParams = dataDriver.dataDriver.getSuiteParams(); + let specParams = dataDriver.dataDriver.getSpecParams(); + console.info('[suite params] ' + JSON.stringify(suiteParams)); + console.info('[spec params] ' + JSON.stringify(specParams)); + if (this.fn.length === 0) { + this.fn(); + } else if (specParams.length === 0) { + this.fn(suiteParams); + } else { + specParams.forEach(paramItem => this.fn(Object.assign({}, paramItem, suiteParams))); + } + } + this.setResult(coreContext); + } catch (e) { + this.error = e; + specService.setStatus(true); + } + coreContext.fireEvents('spec', 'specDone', this); + } + + async asyncRun(coreContext) { + const specService = coreContext.getDefaultService('spec'); + specService.setCurrentRunningSpec(this); + + await coreContext.fireEvents('spec', 'specStart', this); + try { + let dataDriver = coreContext.getServices('dataDriver'); + if (typeof dataDriver === 'undefined') { + await this.fn(); + this.setResult(coreContext); + } else { + let suiteParams = dataDriver.dataDriver.getSuiteParams(); + let specParams = dataDriver.dataDriver.getSpecParams(); + console.info('[suite params] ' + JSON.stringify(suiteParams)); + console.info('[spec params] ' + JSON.stringify(specParams)); + if (this.fn.length === 0) { + await this.fn(); + this.setResult(coreContext); + } else if (specParams.length === 0) { + await this.fn(suiteParams); + this.setResult(coreContext); + } else { + for (const paramItem of specParams) { + await this.fn(Object.assign({}, paramItem, suiteParams)); + this.setResult(coreContext); + } + } + } + } catch (e) { + if (e instanceof AssertException) { + this.fail = e; + specService.setStatus(true); + } else { + this.error = e; + specService.setStatus(true); + } + } + this.isExecuted = true; + await coreContext.fireEvents('spec', 'specDone', this); + } + + filterCheck(coreContext) { + const specService = coreContext.getDefaultService('spec'); + specService.setCurrentRunningSpec(this); + return true; + } + + addExpectationResult(expectResult) { + if (this.result.failExpects.length === 0) { + this.result.failExpects.push(expectResult); + } + throw new AssertException(expectResult.message); + } +}; + +class ExpectService { + constructor(attr) { + this.id = attr.id; + this.matchers = {}; + } + + expect(actualValue) { + return this.wrapMatchers(actualValue); + } + + init(coreContext) { + this.coreContext = coreContext; + this.addMatchers(this.basicMatchers()); + } + + addMatchers(matchers) { + for (const matcherName in matchers) { + if (Object.prototype.hasOwnProperty.call(matchers, matcherName)) { + this.matchers[matcherName] = matchers[matcherName]; + } + } + } + + basicMatchers() { + return { + assertTrue: function (actualValue) { + return { + pass: (actualValue) === true, + message: 'expect true, actualValue is ' + actualValue + }; + }, + assertEqual: function (actualValue, args) { + return { + pass: (actualValue) === args[0], + expectValue: args[0], + message: 'expect ' + actualValue + ' equals ' + args[0] + }; + }, + assertThrow: function (actual, args) { + const result = { + pass: false + }; + if (typeof actual !== 'function') { + result.message = 'toThrow\'s Actual should be a Function'; + } else { + let hasThrow = false; + let throwError; + try { + actual(); + } catch (e) { + hasThrow = true; + throwError = e; + } + if (!hasThrow) { + result.message = 'function did not throw an exception'; + } else if (throwError && throwError.message === args[0]) { + result.pass = true; + } else { + result.message = `expect to throw ${args[0]} , actual throw ${throwError.message}`; + } + } + return result; + } + }; + } + + wrapMatchers(actualValue) { + const _this = this; + const wrappedMatchers = { + // 翻转标识 + isNot: false, + + // 翻转方法 + not: function () { + this.isNot = true; + return this; + } + }; + const specService = _this.coreContext.getDefaultService('spec'); + const currentRunningSpec = specService.getCurrentRunningSpec(); + for (const matcherName in this.matchers) { + let result = Object.prototype.hasOwnProperty.call(this.matchers, matcherName); + if (!result) { + continue; + } + if (matcherName.search('assertPromise') == 0) { + wrappedMatchers[matcherName] = async function () { + await _this.matchers[matcherName](actualValue, arguments).then(function (result) { + if (wrappedMatchers.isNot) { + result.pass = !result.pass; + } + result.actualValue = actualValue; + result.checkFunc = matcherName; + if (!result.pass) { + currentRunningSpec.addExpectationResult(result); + } + }); + }; + } else { + wrappedMatchers[matcherName] = function () { + const result = _this.matchers[matcherName](actualValue, arguments); + if (wrappedMatchers.isNot) { + result.pass = !result.pass; + } + result.actualValue = actualValue; + result.checkFunc = matcherName; + if (!result.pass) { + currentRunningSpec.addExpectationResult(result); + } + }; + } + } + return wrappedMatchers; + } + + apis() { + const _this = this; + return { + expect: function (actualValue) { + return _this.expect(actualValue); + } + }; + } +} + +class ReportService { + constructor(attr) { + this.id = attr.id; + } + + init(coreContext) { + this.coreContext = coreContext; + this.specService = this.coreContext.getDefaultService('spec'); + this.suiteService = this.coreContext.getDefaultService('suite'); + this.duration = 0; + } + + taskStart() { + console.info('[start] start run suites'); + } + + async suiteStart() { + console.info('[suite start]' + this.suiteService.getCurrentRunningSuite().description); + } + + async specStart() { + console.info('start running case \'' + this.specService.currentRunningSpec.description + '\''); + this.index = this.index + 1; + let spec = this.specService.currentRunningSpec; + spec.startTime = await SysTestKit.getRealTime(); + } + + async specDone() { + let msg = ''; + let spec = this.specService.currentRunningSpec; + let suite = this.suiteService.currentRunningSuite; + spec.duration = await SysTestKit.getRealTime() - spec.startTime; + suite.duration += spec.duration; + if (spec.error) { + this.formatPrint('error', spec.description + ' ; consuming ' + spec.duration + 'ms'); + this.formatPrint('errorDetail', spec.error); + } else if (spec.result) { + if (spec.result.failExpects.length > 0) { + this.formatPrint('fail', spec.description + ' ; consuming ' + spec.duration + 'ms'); + spec.result.failExpects.forEach(failExpect => { + msg = failExpect.message || ('expect ' + failExpect.actualValue + ' ' + + failExpect.checkFunc + ' ' + (failExpect.expectValue)); + this.formatPrint('failDetail', msg); + }); + } else { + this.formatPrint('pass', spec.description + ' ; consuming ' + spec.duration + 'ms'); + } + } + this.formatPrint(this.specService.currentRunningSpec.error, msg); + } + + suiteDone() { + let suite = this.suiteService.currentRunningSuite; + console.info(`[suite end] ${suite.description} consuming ${suite.duration} ms`); + } + + taskDone() { + let msg = ''; + let summary = this.suiteService.getSummary(); + msg = 'total cases:' + summary.total + ';failure ' + summary.failure + ',' + 'error ' + summary.error; + msg += ',pass ' + summary.pass + '; consuming ' + summary.duration + 'ms'; + console.info(msg); + console.info('[end] run suites end'); + } + + incorrectFormat() { + if (this.coreContext.getDefaultService('config').filterValid.length !== 0) { + this.coreContext.getDefaultService('config').filterValid.forEach(function (item) { + console.info('this param ' + item + ' is invalid'); + }); + } + } + + formatPrint(type, msg) { + switch (type) { + case 'pass': + console.info('[pass]' + msg); + break; + case 'fail': + console.info('[fail]' + msg); + break; + case 'failDetail': + console.info('[failDetail]' + msg); + break; + case 'error': + console.info('[error]' + msg); + break; + case 'errorDetail': + console.info('[errorDetail]' + msg); + break; + } + } + + sleep(numberMillis) { + var now = new Date(); + var exitTime = now.getTime() + numberMillis; + while (true) { + now = new Date(); + if (now.getTime() > exitTime) { + return; + } + } + } +} + +export { + SuiteService, + SpecService, + ExpectService, + ReportService +}; diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/build-profile.json5 b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/build-profile.json5 new file mode 100644 index 0000000000000000000000000000000000000000..b6b0998b41fe0ac788da26132ff1a74d32033764 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/build-profile.json5 @@ -0,0 +1,24 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +{ + "apiType": "stageMode", + "buildOption": { + }, + "targets": [ + { + "name": "default" + } + ] +} diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/hvigorfile.ts b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/hvigorfile.ts new file mode 100644 index 0000000000000000000000000000000000000000..102a7cee1f35f84d41cbdacb3b2d86007f061a3e --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/hvigorfile.ts @@ -0,0 +1,16 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently. +export { harTasks } from '@ohos/hvigor-ohos-plugin'; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/libs/flutter_embedding.har b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/libs/flutter_embedding.har new file mode 100644 index 0000000000000000000000000000000000000000..146d26c0fbde7fade1030172bc679b8f857a7490 Binary files /dev/null and b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/libs/flutter_embedding.har differ diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh-package.json5 b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..635fe603c33768de5baf1fbc9248107a994e374b --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh-package.json5 @@ -0,0 +1,25 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +{ + "name": "path_provider", + "version": "1.0.0", + "description": "Please describe the basic information.", + "main": "index.ets", + "author": "", + "license": "Apache-2.0", + "devDependencies": { + "@ohos/flutter_ohos": "file:libs/flutter_embedding.har" + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/ResourceTable.txt b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/ResourceTable.txt new file mode 100644 index 0000000000000000000000000000000000000000..d159750ecea7bec636e067dea44f6b469601d685 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/ResourceTable.txt @@ -0,0 +1 @@ +string page_show 0x02000000 \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/build-profile.json5 b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/build-profile.json5 new file mode 100644 index 0000000000000000000000000000000000000000..95e376706d75437dce67c79dfd886e97fa82f276 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/build-profile.json5 @@ -0,0 +1,26 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "apiType": "stageMode", + "buildOption": { + }, + "targets": [ + { + "name": "default", + "runtimeOS": "HarmonyOS" + } + ], +} diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/hvigorfile.ts b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/hvigorfile.ts new file mode 100644 index 0000000000000000000000000000000000000000..eb1f1d089d8fbdcd5ea7af33ecb70f3c8b5bdfce --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/hvigorfile.ts @@ -0,0 +1,17 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently. +export { harTasks } from '@ohos/hvigor-ohos-plugin'; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/index.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/index.ets new file mode 100644 index 0000000000000000000000000000000000000000..3c96b70703b57d3e53a171aabf07727db248e94b --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/index.ets @@ -0,0 +1,18 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +export { FlutterAbility } from './src/main/ets/embedding/ohos/FlutterAbility' + +export { FlutterPage } from './src/main/ets/embedding/ohos/FlutterPage' diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/libs/arm64-v8a/libc++_shared.so b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/libs/arm64-v8a/libc++_shared.so new file mode 100644 index 0000000000000000000000000000000000000000..831c9353702073d45889352a4dafb93103d67d20 Binary files /dev/null and b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/libs/arm64-v8a/libc++_shared.so differ diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/libs/arm64-v8a/libflutter.so b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/libs/arm64-v8a/libflutter.so new file mode 100644 index 0000000000000000000000000000000000000000..2aa191e0adafd258a3aee290e137f579d35ec427 Binary files /dev/null and b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/libs/arm64-v8a/libflutter.so differ diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/oh-package.json5 b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..9f28639e34bf385b77958ad6f4e72ecc4126c666 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/oh-package.json5 @@ -0,0 +1,26 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +{ + "license": "Apache-2.0", + "devDependencies": { + "@types/libflutter.so": "file:./src/main/cpp/types/libflutter" + }, + "author": "", + "name": "flutter_embedding", + "description": "Please describe the basic information.", + "main": "index.ets", + "version": "1.0.0", + "dependencies": {} +} diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/cpp/types/libflutter/index.d.ts b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/cpp/types/libflutter/index.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..8a668dc729cd9ed610bbc7b70e7544a4c2e23430 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/cpp/types/libflutter/index.d.ts @@ -0,0 +1,80 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +import common from '@ohos.app.ability.common'; +import resourceManager from '@ohos.resourceManager'; +import image from '@ohos.multimedia.image'; +import FlutterNapi from '../../../ets/embedding/engine/FlutterNapi'; + +export const getContext: (a: number) => napiContext; + +export class napiContext { + onPageShow(); + + onPageHide(); +} + +/** + * 设置刷新率 + */ +export const nativeUpdateRefreshRate: ( + ate: number +) => {}; + +/** + * 初始化dart vm和flutter engine + */ +export const nativeInit: ( + context: common.Context, + args: Array, + bundlePath: string, + appStoragePath: string, + engineCachesPath: string, + initTimeMillis: number +) => void; + +export const nativeAttach: (napi: FlutterNapi) => number; + +export const nativeRunBundleAndSnapshotFromLibrary: ( + nativeShellHolderId: number, + bundlePath: string, + entrypointFunctionName: string, + pathToEntrypointFunction: string, + assetManager: resourceManager.ResourceManager, + entrypointArgs: Array +) => void; + +//Send a data-carrying response to a platform message received from Dart. +export const nativeInvokePlatformMessageResponseCallback: (nativeShellHolderId: number, responseId: number, message: ArrayBuffer, position: number) => void; + +// Send an empty response to a platform message received from Dart. +export const nativeInvokePlatformMessageEmptyResponseCallback: (nativeShellHolderId: number, responseId: number) => void; + +// Send a data-carrying platform message to Dart. +export const nativeDispatchPlatformMessage: (nativeShellHolderId: number, channel: String, message: ArrayBuffer, position: number, responseId: number) => void; + +// Send an empty platform message to Dart. +export const nativeDispatchEmptyPlatformMessage: (nativeShellHolderId: number, channel: String, responseId: number) => void; + +export const nativeSetViewportMetrics: (nativeShellHolderId: number, devicePixelRatio: number, physicalWidth: number + , physicalHeight: number, physicalPaddingTop: number, physicalPaddingRight: number + , physicalPaddingBottom: number, physicalPaddingLeft: number, physicalViewInsetTop: number + , physicalViewInsetRight: number, physicalViewInsetBottom: number, physicalViewInsetLeft: number + , systemGestureInsetTop: number, systemGestureInsetRight: number, systemGestureInsetBottom: number + , systemGestureInsetLeft: number, physicalTouchSlop: number, displayFeaturesBounds: Array + , displayFeaturesType: Array, displayFeaturesState: Array) => void; + +export const nativeImageDecodeCallback: (width: number, height: number, imageGeneratorPointer: number, pixelMap : image.PixelMap) => void; + +export const nativeGetSystemLanguages: (nativeShellHolderId: number, languages: Array) => void; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/cpp/types/libflutter/index_actual.d.ts b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/cpp/types/libflutter/index_actual.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..9ee250da9ae0776fa4fee57bb505796e54998230 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/cpp/types/libflutter/index_actual.d.ts @@ -0,0 +1,266 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +import common from '@ohos.app.ability.common'; +import resourceManager from '@ohos.resourceManager'; +import FlutterNapi from '../../../ets/embedding/engine/FlutterNapi'; +import image from '@ohos.multimedia.image'; + +/** + * 设置刷新率 + */ +export const nativeUpdateRefreshRate: ( + ate: number +) => void; + +/** + * 初始化dart vm和flutter engine + */ +export const nativeInit: ( + context: common.Context, + args: Array, + bundlePath: string, + appStoragePath: string, + engineCachesPath: string, + initTimeMillis: number +) => void; + + +/** + * 加载dart工程构建产物 + */ +export const nativeRunBundleAndSnapshotFromLibrary: ( + bundlePath: string, + entrypointFunctionName: string, + pathToEntrypointFunction: string, + assetManager: resourceManager.ResourceManager, + entrypointArgs: Array +) => void; + +/** + * 初始化SkFontMgr::RefDefault(),skia引擎文字管理初始化 + */ +export const nativePrefetchDefaultFontManager: () => void; + +/** + * 返回是否支持软件绘制 + */ +export const nativeGetIsSoftwareRenderingEnabled: () => boolean; + +/** + * attach flutterNapi实例给到 native engine,这个支持rkts到flutter平台的无关引擎之间的通信。 + * attach只需要执行一次 + */ +export const nativeAttach: (flutterNapi: FlutterNapi) => number; + +/** + * 从当前的flutterNapi复制一个新的实例 + */ +export const nativeSpawn: ( + nativeSpawningShellId: number, + entrypointFunctionName: string, + pathToEntrypointFunction: string, + initialRoute: string, + entrypointArgs: Array +) => FlutterNapi; + +/** + * Detaches flutterNapi和engine之间的关联 + * 这个方法执行前提是flutterNapi已经和engine关联 + */ +export const nativeDestroy: ( + nativeShellHolderId: number +) => void; + +// 不需要实现,未使用到 +// export const nativeImageHeaderCallback: ( +// imageGeneratorPointer: number, +// width: number, +// height: number +// ) => void; + +/** + * 不需要实现,c++层已有nativeSurface回调 + */ +// export const nativeSurfaceCreated: ( +// nativeShellHolderId: number +// ) => void; + + +/** + * 不需要实现,c++层已有nativeSurface回调 + */ +// export const nativeSurfaceWindowChanged: ( +// nativeShellHolderId: number +// ) => void; + + +/** + * 不需要实现,c++层已有nativeSurface回调 + */ +// export const nativeSurfaceChanged: ( +// nativeShellHolderId: number, +// width: number, +// height: number +// ) => void; + +/** + * 不需要实现,c++层已有nativeSurface回调 + */ +// export const nativeSurfaceDestroyed: ( +// nativeShellHolderId: number +// ) => void; + +/** + * 把物理屏幕参数通知到native + */ +export const nativeSetViewportMetrics: ( + nativeShellHolderId: number, + devicePixelRatio: number, + physicalWidth: number, + physicalHeight: number, + physicalPaddingTop: number, + physicalPaddingRight: number, + physicalPaddingBottom: number, + physicalPaddingLeft: number, + physicalViewInsetTop: number, + physicalViewInsetRight: number, + physicalViewInsetBottom: number, + physicalViewInsetLeft: number, + systemGestureInsetTop: number, + systemGestureInsetRight: number, + systemGestureInsetBottom: number, + systemGestureInsetLeft: number, + physicalTouchSlop: number, + displayFeaturesBounds: Array, + displayFeaturesType: Array, + displayFeaturesState: Array +) => void; + +/** + * 设置能力参数 + */ +export const nativeSetAccessibilityFeatures: ( + nativeShellHolderId: number, + flags: number +) => void; + +/** + * 清除某个messageData + */ +export const nativeCleanupMessageData: ( + messageData: number +) => void; + +/** + * 发送一个空的PlatformMessage + */ +export const nativeDispatchEmptyPlatformMessage: ( + nativeShellHolderId: number, + channel: string, + responseId: number +) => void; + +/** + * 发送一个PlatformMessage + */ +export const nativeDispatchPlatformMessage: ( + nativeShellHolderId: number, + channel: string, + message: ArrayBuffer, + position: number, + responseId: number +) => void; + +/** + * 空的PlatformMessage响应回调 + */ +export const nativeInvokePlatformMessageEmptyResponseCallback: ( + nativeShellHolderId: number, + responseId: number +) => void; + +/** + * PlatformMessage响应回调 + */ +export const nativeInvokePlatformMessageResponseCallback: ( + nativeShellHolderId: number, + responseId: number, + message: ArrayBuffer, + position: number +) => void; + + +/** + * load一个合法的.so文件到dart vm + */ +export const nativeLoadDartDeferredLibrary: ( + nativeShellHolderId: number, + loadingUnitId: number, + searchPaths: Array +) => void; + +/** + * 设置ResourceManager和assetBundlePath到engine + */ +export const nativeUpdateOhosAssetManager: ( + nativeShellHolderId: number, + resourceManager: resourceManager.ResourceManager, + assetBundlePath: string +) => void; + +/** + * 加载动态库,或者dart库失败时的通知 + */ +export const nativeDeferredComponentInstallFailure: ( + loadingUnitId: number, + error: string, + isTransient: boolean +) => void; + +/** + * 从engine获取当前绘制pixelMap + */ +export const nativeGetPixelMap: () => image.PixelMap; + +/** + * 应用低内存警告 + */ +export const nativeNotifyLowMemoryWarning: ( + nativeShellHolderId: number +) => void; + +// ----- Start FlutterTextUtils Methods ---- +/** + * 下面的方法,从键盘输入中判断当前字符是否是emoji,实现优先级低 + */ +export const nativeFlutterTextUtilsIsEmoji: ( + codePoint: number +) => boolean; + +export const nativeFlutterTextUtilsIsEmojiModifier: ( + codePoint: number +) => boolean; + +export const nativeFlutterTextUtilsIsEmojiModifierBase: ( + codePoint: number +) => boolean; + +export const nativeFlutterTextUtilsIsVariationSelector: ( + codePoint: number +) => boolean; + +export const nativeFlutterTextUtilsIsRegionalIndicator: ( + codePoint: number +) => boolean; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/cpp/types/libflutter/oh-package.json5 b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/cpp/types/libflutter/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..262dca31a78bd6e7cfaf4dadf4cf80bd503ecadc --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/cpp/types/libflutter/oh-package.json5 @@ -0,0 +1,20 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +{ + "name": "libflutter.so", + "types": "./index.d.ts", + "version": "", + "description": "Please describe the basic information." +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/FlutterInjector.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/FlutterInjector.ets new file mode 100644 index 0000000000000000000000000000000000000000..4e6f2f8b0e5dd765611d87ac3b2c2c552ff5adb2 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/FlutterInjector.ets @@ -0,0 +1,49 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import FlutterNapi from './embedding/engine/FlutterNapi'; +import FlutterLoader from './embedding/engine/loader/FlutterLoader'; + +/** + * flutter相关主要类的单例持有,帮助实现自身和其他类的实例化管理 + */ +export default class FlutterInjector { + private static instance: FlutterInjector; + + private flutterLoader: FlutterLoader; + private flutterNapi: FlutterNapi; + + static getInstance(): FlutterInjector { + if (FlutterInjector.instance == null) { + FlutterInjector.instance = new FlutterInjector(); + } + return FlutterInjector.instance; + } + /** + * 初始化 + */ + private constructor() { + this.flutterNapi = new FlutterNapi(); + this.flutterLoader = new FlutterLoader(this.flutterNapi); + } + + getFlutterLoader(): FlutterLoader { + return this.flutterLoader; + } + + getFlutterNapi(): FlutterNapi { + return this.flutterNapi; + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/app/FlutterPluginRegistry.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/app/FlutterPluginRegistry.ets new file mode 100644 index 0000000000000000000000000000000000000000..d58829ead749b3efdfa208d7ef268d589c64a99a --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/app/FlutterPluginRegistry.ets @@ -0,0 +1,48 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +import FlutterView from '../embedding/ohos/FlutterView'; +import common from '@ohos.app.ability.common'; +import PlatformViewController from '../plugin/platform/PlatformViewsController' +import Log from '../util/Log'; + +export default class FlutterPluginRegistry { + private mPlatformViewsController: PlatformViewController; + private mFlutterView: FlutterView; + private mContext: common.Context; + + constructor() { + this.mPlatformViewsController = new PlatformViewController(); + } + + attach(flutterView: FlutterView, context: common.Context): void { + this.mFlutterView = flutterView; + this.mContext = context; + } + + detach(): void { + this.mPlatformViewsController.detach(); + this.mPlatformViewsController.onDetachedFromNapi(); + this.mFlutterView = null; + this.mContext = null; + } + + destroy(): void { + this.mPlatformViewsController.onDetachedFromNapi(); + } + + onPreEngineRestart(): void{ + this.mPlatformViewsController.onPreEngineRestart(); + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/component/FlutterComponent.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/component/FlutterComponent.ets new file mode 100644 index 0000000000000000000000000000000000000000..07497e672b21c51727c1a45166504e19603e4063 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/component/FlutterComponent.ets @@ -0,0 +1,32 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +/** + * 基础component,还未封装,看情况是否使用 + */ +@Component +export default struct FlutterComponent { + build() { + Row() { + Column() { + Text("xxx") + .fontSize(50) + .fontWeight(FontWeight.Bold) + } + .width('100%') + } + .height('100%') + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterEngine.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterEngine.ets new file mode 100644 index 0000000000000000000000000000000000000000..4a16a419d9c7a5df84379278cdc7fb113624d7f7 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterEngine.ets @@ -0,0 +1,277 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import LifecycleChannel from './systemchannels/LifecycleChannel'; +import DartExecutor, { DartEntrypoint } from './dart/DartExecutor'; +import FlutterShellArgs from './FlutterShellArgs'; +import FlutterInjector from '../../FlutterInjector'; +import FlutterLoader from './loader/FlutterLoader'; +import common from '@ohos.app.ability.common'; +import resourceManager from '@ohos.resourceManager'; +import FlutterNapi from './FlutterNapi'; +import NavigationChannel from './systemchannels/NavigationChannel'; +import Log from '../../util/Log'; +import TestChannel from './systemchannels/TestChannel' +import FlutterEngineConnectionRegistry from './FlutterEngineConnectionRegistry'; +import PluginRegistry from './plugins/PluginRegistry'; +import AbilityControlSurface from './plugins/ability/AbilityControlSurface'; +import TextInputChannel from './systemchannels/TextInputChannel'; +import TextInputPlugin from '../../plugin/editing/TextInputPlugin'; +import PlatformChannel from './systemchannels/PlatformChannel'; +import FlutterEngineGroup from './FlutterEngineGroup'; +import SystemChannel from './systemchannels/SystemChannel'; +import MouseCursorChannel from './systemchannels/MouseCursorChannel'; +import RestorationChannel from './systemchannels/RestorationChannel'; +import LocalizationChannel from './systemchannels/LocalizationChannel'; +import AccessibilityChannel from './systemchannels/AccessibilityChannel'; +import LocalizationPlugin from '../../plugin/localization/LocalizationPlugin' +import SettingsChannel from './systemchannels/SettingsChannel'; +import PlatformViewsController from '../../plugin/platform/PlatformViewsController'; + +const TAG = "FlutterEngine"; + +/** + * 操作FlutterEngin相关 + */ +export default class FlutterEngine implements EngineLifecycleListener{ + private engineLifecycleListeners = new Set(); + + dartExecutor: DartExecutor; + private flutterLoader: FlutterLoader; + private assetManager: resourceManager.ResourceManager; + //channel定义 + private lifecycleChannel: LifecycleChannel; + private navigationChannel: NavigationChannel; + private textInputChannel: TextInputChannel; + private testChannel: TestChannel; + private platformChannel: PlatformChannel; + private systemChannel: SystemChannel; + private mouseCursorChannel: MouseCursorChannel; + private restorationChannel: RestorationChannel; + + private accessibilityChannel: AccessibilityChannel; + private localeChannel: LocalizationChannel; + private flutterNapi: FlutterNapi; + private pluginRegistry: FlutterEngineConnectionRegistry; + private textInputPlugin: TextInputPlugin; + private localizationPlugin: LocalizationPlugin; + private settingsChannel: SettingsChannel; + private platformViewsController: PlatformViewsController; + + /** + * 需要初始化的工作: + * 1、初始化DartExecutor + * 2、初始化所有channel + * 3、初始化plugin + * 4、初始化flutterLoader + * 5、初始化flutterNapi + * 6、engineLifecycleListeners + */ + constructor(context: common.Context, flutterLoader: FlutterLoader, flutterNapi: FlutterNapi, platformViewsController: PlatformViewsController) { + const injector: FlutterInjector = FlutterInjector.getInstance(); + + if(flutterNapi == null){ + flutterNapi = FlutterInjector.getInstance().getFlutterNapi(); + } + this.flutterNapi = flutterNapi; + this.assetManager = context.resourceManager; + + this.dartExecutor = new DartExecutor(this.flutterNapi, this.assetManager); + this.dartExecutor.onAttachedToNAPI(); + + if(flutterLoader == null){ + flutterLoader = injector.getFlutterLoader(); + } + this.flutterLoader = flutterLoader; + + if(platformViewsController == null) { + platformViewsController = new PlatformViewsController(); + } + this.platformViewsController = platformViewsController; + this.platformViewsController.attach(context, null, this.dartExecutor); + } + + async init(context: common.Context, dartVmArgs: Array, automaticallyRegisterPlugins: boolean, + waitForRestorationData: boolean, group: FlutterEngineGroup) { + if (!this.flutterNapi.isAttached()) { + await this.flutterLoader.startInitialization(context) + this.flutterLoader.ensureInitializationComplete(dartVmArgs); + } + //channel初始化 + this.lifecycleChannel = new LifecycleChannel(this.dartExecutor); + this.navigationChannel = new NavigationChannel(this.dartExecutor); + this.textInputChannel = new TextInputChannel(this.dartExecutor); + this.testChannel = new TestChannel(this.dartExecutor); + this.platformChannel = new PlatformChannel(this.dartExecutor); + this.systemChannel = new SystemChannel(this.dartExecutor); + this.mouseCursorChannel = new MouseCursorChannel(this.dartExecutor); + this.restorationChannel = new RestorationChannel(this.dartExecutor, waitForRestorationData); + this.settingsChannel = new SettingsChannel(this.dartExecutor); + + this.localeChannel = new LocalizationChannel(this.dartExecutor); + this.accessibilityChannel = new AccessibilityChannel(this.dartExecutor, this.flutterNapi); + this.flutterNapi.addEngineLifecycleListener(this); + this.localizationPlugin = new LocalizationPlugin(context, this.localeChannel); + + // It should typically be a fresh, unattached NAPI. But on a spawned engine, the NAPI instance + // is already attached to a native shell. In that case, the Java FlutterEngine is created around + // an existing shell. + if (!this.flutterNapi.isAttached()) { + this.attachToNapi(); + } + + this.pluginRegistry = new FlutterEngineConnectionRegistry(context.getApplicationContext(), this, this.flutterLoader, group); + this.localizationPlugin.sendLocaleToFlutter(); + } + + private attachToNapi(): void { + Log.d(TAG, "Attaching to NAPI."); + this.flutterNapi.attachToNative(); + + if (!this.isAttachedToNapi()) { + throw new Error("FlutterEngine failed to attach to its native Object reference."); + } + this.flutterNapi.setLocalizationPlugin(this.localizationPlugin); + } + + async spawn(context: common.Context, + dartEntrypoint: DartEntrypoint, + initialRoute: string, + dartEntrypointArgs: Array, + platformViewsController: PlatformViewsController, + automaticallyRegisterPlugins: boolean, waitForRestorationData: boolean) { + if (!this.isAttachedToNapi()) { + throw new Error( + "Spawn can only be called on a fully constructed FlutterEngine"); + } + + const newFlutterNapi = + this.flutterNapi.spawn( + dartEntrypoint.dartEntrypointFunctionName, + dartEntrypoint.dartEntrypointLibrary, + initialRoute, + dartEntrypointArgs); + const flutterEngine = new FlutterEngine( + context, + null, + newFlutterNapi, + platformViewsController + ); + await flutterEngine.init(context, null, automaticallyRegisterPlugins, waitForRestorationData, null) + return flutterEngine + } + + private isAttachedToNapi(): boolean { + return this.flutterNapi.isAttached(); + } + + getLifecycleChannel(): LifecycleChannel { + return this.lifecycleChannel; + } + + getNavigationChannel(): NavigationChannel { + return this.navigationChannel; + } + + getTextInputChannel(): TextInputChannel { + return this.textInputChannel; + } + + getPlatformChannel(): PlatformChannel { + return this.platformChannel; + } + + getSystemChannel(): SystemChannel { + return this.systemChannel; + } + + getLocaleChannel(): LocalizationChannel { + return this.localeChannel; + } + + getMouseCursorChannel(): MouseCursorChannel { + return this.mouseCursorChannel; + } + + getFlutterNapi(): FlutterNapi { + return this.flutterNapi; + } + + getDartExecutor(): DartExecutor { + return this.dartExecutor + } + + getPlugins(): PluginRegistry { + return this.pluginRegistry; + } + + getAbilityControlSurface(): AbilityControlSurface { + return this.pluginRegistry; + } + + getSettingsChannel() { + return this.settingsChannel; + } + + onPreEngineRestart(): void { + + } + + onEngineWillDestroy(): void { + + } + + addEngineLifecycleListener(listener: EngineLifecycleListener): void { + this.engineLifecycleListeners.add(listener); + } + + removeEngineLifecycleListener(listener: EngineLifecycleListener): void { + this.engineLifecycleListeners.delete(listener); + } + + destroy(): void { + Log.d(TAG, "Destroying."); + this.engineLifecycleListeners.forEach(listener => listener.onEngineWillDestroy()) + this.flutterNapi.removeEngineLifecycleListener(this); + this.pluginRegistry.detachFromAbility(); + this.platformViewsController.onDetachedFromNapi(); + } + + getRestorationChannel(): RestorationChannel{ + return this.restorationChannel; + } + + getAccessibilityChannel(): AccessibilityChannel { + return this.accessibilityChannel; + } + + getLocalizationPlugin(): LocalizationPlugin { + return this.localizationPlugin; + } + + getSystemLanguages(): void { + return this.flutterNapi.getSystemLanguages(); + } + + getPlatformViewsController(): PlatformViewsController { + return this.platformViewsController; + } +} + +export interface EngineLifecycleListener { + onPreEngineRestart(): void; + + onEngineWillDestroy(): void; +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterEngineCache.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterEngineCache.ets new file mode 100644 index 0000000000000000000000000000000000000000..78db31cae3a9d154a09f9f85541115dc4452573f --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterEngineCache.ets @@ -0,0 +1,64 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import FlutterEngine from "./FlutterEngine" + +export default class FlutterEngineCache { + private static instance : FlutterEngineCache; + private cachedEngines: Map = new Map(); + + static getInstance(): FlutterEngineCache { + if (FlutterEngineCache.instance == null) { + FlutterEngineCache.instance = new FlutterEngineCache(); + } + return FlutterEngineCache.instance; + } + /** + * 返回engineId对应的FlutterEngine是否存在 + */ + contains(engineId: String) : boolean { + return this.cachedEngines.has(engineId); + } + + /** + * 返回engineId对应的FlutterEngine + */ + get(engineId: String) : FlutterEngine { + return this.cachedEngines.get(engineId); + } + /** + * 将传入的FlutterEngine与engineId放在缓存中 + */ + put(engineId :String, engine: FlutterEngine): void { + if(engine != null) { + this.cachedEngines.set(engineId, engine); + } else { + this.cachedEngines.delete(engineId); + } + } + /** + * 移除engineId对应的FlutterEngine + */ + remove(engineId: String) : void { + this.put(engineId, null); + } + + /** + * 移除cachedEngines所有中所有的FlutterEngine + */ + clear():void { + this.cachedEngines.clear(); + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterEngineConnectionRegistry.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterEngineConnectionRegistry.ets new file mode 100644 index 0000000000000000000000000000000000000000..7709ea8a31e98f794314a7e2f3b84e890f1eee9f --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterEngineConnectionRegistry.ets @@ -0,0 +1,265 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import PluginRegistry from './plugins/PluginRegistry'; +import { FlutterAssets, FlutterPlugin, FlutterPluginBinding } from './plugins/FlutterPlugin'; +import FlutterEngine from './FlutterEngine'; +import AbilityAware from './plugins/ability/AbilityAware'; +import UIAbility from '@ohos.app.ability.UIAbility'; +import { + AbilityPluginBinding, + WindowFocusChangedListener, + OnSaveStateListener, + NewWantListener +} from './plugins/ability/AbilityPluginBinding'; +import HashSet from '@ohos.util.HashSet'; +import Want from '@ohos.app.ability.Want'; +import AbilityConstant from '@ohos.app.ability.AbilityConstant'; +import common from '@ohos.app.ability.common'; +import FlutterLoader from './loader/FlutterLoader'; +import Log from '../../util/Log'; +import ToolUtils from '../../util/ToolUtils'; +import AbilityControlSurface from './plugins/ability/AbilityControlSurface'; +import ExclusiveAppComponent from '../ohos/ExclusiveAppComponent'; +import FlutterEngineGroup from './FlutterEngineGroup'; + +const TAG = "FlutterEngineCxnRegstry"; + +export default class FlutterEngineConnectionRegistry implements PluginRegistry, AbilityControlSurface { + // PluginRegistry + private plugins = new Map(); + + // Standard FlutterPlugin + private flutterEngine: FlutterEngine; + private pluginBinding: FlutterPluginBinding; + + // AbilityAware + private abilityAwarePlugins = new Map(); + + private exclusiveAbility: ExclusiveAppComponent; + private abilityPluginBinding: FlutterEngineAbilityPluginBinding; + + constructor(appContext: common.Context, flutterEngine: FlutterEngine, flutterLoader: FlutterLoader, group: FlutterEngineGroup) { + this.flutterEngine = flutterEngine; + this.pluginBinding = new FlutterPluginBinding(appContext, this.flutterEngine.getDartExecutor(), new DefaultFlutterAssets(flutterLoader), group, this.flutterEngine.getPlatformViewsController()?.getRegistry()); + } + + add(plugin: FlutterPlugin): void { + try { + if (this.has(plugin.getUniqueClassName())) { + Log.w( + TAG, + "Attempted to register plugin (" + + plugin + + ") but it was " + + "already registered with this FlutterEngine (" + + this.flutterEngine + + ")."); + return; + } + + Log.w(TAG, "Adding plugin: " + plugin); + // Add the plugin to our generic set of plugins and notify the plugin + // that is has been attached to an engine. + this.plugins.set(plugin.getUniqueClassName(), plugin); + plugin.onAttachedToEngine(this.pluginBinding); + + // For AbilityAware plugins, add the plugin to our set of AbilityAware + // plugins, and if this engine is currently attached to an Ability, + // notify the AbilityAware plugin that it is now attached to an Ability. + if (ToolUtils.implementsInterface(plugin, "onAttachedToAbility")) { + const abilityAware: ESObject = plugin; + this.abilityAwarePlugins.set(plugin.getUniqueClassName(), abilityAware); + if (this.isAttachedToAbility()) { + abilityAware.onAttachedToAbility(this.abilityPluginBinding); + } + } + } finally { + + } + } + + addList(plugins: Set): void { + plugins.forEach(plugin => this.add(plugin)) + } + + has(pluginClassName: string): boolean { + return this.plugins.has(pluginClassName); + } + + get(pluginClassName: string): FlutterPlugin { + return this.plugins.get(pluginClassName); + } + + remove(pluginClassName: string): void { + const plugin = this.plugins.get(pluginClassName); + if (plugin == null) { + return; + } + if (ToolUtils.implementsInterface(plugin, "onAttachedToAbility")) { + if (this.isAttachedToAbility()) { + const abilityAware: ESObject = plugin; + abilityAware.onDetachedFromAbility(); + } + this.abilityAwarePlugins.delete(pluginClassName); + } + // Notify the plugin that is now detached from this engine. Then remove + // it from our set of generic plugins. + plugin.onDetachedFromEngine(this.pluginBinding); + this.plugins.delete(pluginClassName) + } + + removeList(pluginClassNames: Set): void { + pluginClassNames.forEach(plugin => this.remove(plugin)) + } + + removeAll(): void { + this.removeList(new Set(this.plugins.keys())); + this.plugins.clear(); + } + + private isAttachedToAbility(): boolean { + return this.exclusiveAbility != null; + } + + attachToAbility(exclusiveAbility: ExclusiveAppComponent): void { + if (this.exclusiveAbility != null) { + this.exclusiveAbility.detachFromFlutterEngine(); + } + // If we were already attached to an app component, detach from it. + this.detachFromAppComponent(); + this.exclusiveAbility = exclusiveAbility; + this.attachToAbilityInternal(exclusiveAbility.getAppComponent(),); + } + + detachFromAbility(): void { + if (this.isAttachedToAbility()) { + this.abilityAwarePlugins.forEach(abilityAware => abilityAware.onDetachedFromAbility()) + this.detachFromAbilityInternal(); + } else { + Log.e(TAG, "Attempted to detach plugins from an Ability when no Ability was attached."); + } + } + + onNewWant(want: Want, launchParams: AbilityConstant.LaunchParam): void { + this.abilityPluginBinding.onNewWant(want, launchParams); + } + + onWindowFocusChanged(hasFocus: boolean): void { + this.abilityPluginBinding.onWindowFocusChanged(hasFocus); + } + + onSaveState(reason: AbilityConstant.StateType, wantParam: Record): AbilityConstant.OnSaveResult { + return this.abilityPluginBinding.onSaveState(reason, wantParam); + } + + private detachFromAppComponent(): void { + if (this.isAttachedToAbility()) { + this.detachFromAbility(); + } + } + + private attachToAbilityInternal(ability: UIAbility): void { + this.abilityPluginBinding = new FlutterEngineAbilityPluginBinding(ability); + // Notify all AbilityAware plugins that they are now attached to a new Ability. + this.abilityAwarePlugins.forEach(abilityAware => abilityAware.onAttachedToAbility(this.abilityPluginBinding)); + } + + private detachFromAbilityInternal(): void { + this.exclusiveAbility = null; + this.abilityPluginBinding = null; + } + + destroy(): void{ + this.detachFromAppComponent(); + // Remove all registered plugins. + this.removeAll(); + } +} + +class FlutterEngineAbilityPluginBinding implements AbilityPluginBinding { + private ability: UIAbility; + private onNewWantListeners = new HashSet(); + private onWindowFocusChangedListeners = new HashSet(); + private onSaveStateListeners = new HashSet(); + + constructor(ability: UIAbility) { + this.ability = ability; + + } + + getAbility(): UIAbility { + return this.ability; + } + + addOnNewWantListener(listener: NewWantListener): void { + this.onNewWantListeners.add(listener) + } + + removeOnNewWantListener(listener: NewWantListener): void { + this.onNewWantListeners.remove(listener) + } + + addOnWindowFocusChangedListener(listener: WindowFocusChangedListener): void { + this.onWindowFocusChangedListeners.add(listener) + } + + removeOnWindowFocusChangedListener(listener: WindowFocusChangedListener): void { + this.onWindowFocusChangedListeners.remove(listener) + } + + addOnSaveStateListener(listener: OnSaveStateListener) { + this.onSaveStateListeners.add(listener) + } + + removeOnSaveStateListener(listener: OnSaveStateListener) { + this.onSaveStateListeners.remove(listener) + } + + onNewWant(want: Want, launchParams: AbilityConstant.LaunchParam): void { + this.onNewWantListeners.forEach((listener, key) => { + listener.onNewWant(want, launchParams) + }); + } + + onWindowFocusChanged(hasFocus: boolean): void { + this.onWindowFocusChangedListeners.forEach((listener, key) => { + listener.onWindowFocusChanged(hasFocus) + }); + } + + onSaveState(reason: AbilityConstant.StateType, wantParam: Record): AbilityConstant.OnSaveResult { + this.onSaveStateListeners.forEach((listener, key) => { + listener.onSaveState(reason, wantParam) + }); + return AbilityConstant.OnSaveResult.ALL_AGREE; + } +} + +class DefaultFlutterAssets implements FlutterAssets { + private flutterLoader: FlutterLoader; + + constructor(flutterLoader: FlutterLoader) { + this.flutterLoader = flutterLoader; + } + + getAssetFilePathByName(assetFileName: string, packageName?: string): string { + return this.flutterLoader.getLookupKeyForAsset(assetFileName, packageName); + } + + getAssetFilePathBySubpath(assetSubpath: string, packageName?: string) { + return this.flutterLoader.getLookupKeyForAsset(assetSubpath, packageName); + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterEngineGroup.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterEngineGroup.ets new file mode 100644 index 0000000000000000000000000000000000000000..05e35aec1b7b6f50ab8df336bdd69fbbe21febc8 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterEngineGroup.ets @@ -0,0 +1,184 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import FlutterEngine, { EngineLifecycleListener } from "./FlutterEngine" +import common from '@ohos.app.ability.common' +import FlutterLoader from './loader/FlutterLoader' +import FlutterInjector from '../../FlutterInjector' +import { DartEntrypoint } from './dart/DartExecutor' +import PlatformViewsController from '../../plugin/platform/PlatformViewsController' +import ArrayList from '@ohos.util.ArrayList' + +export default class FlutterEngineGroup { + private activeEngines: ArrayList = new ArrayList(); + + constructor() { + + } + + async checkLoader(context: common.Context, args: Array) { + let loader: FlutterLoader = FlutterInjector.getInstance().getFlutterLoader(); + if (!loader.initialized) { + await loader.startInitialization(context.getApplicationContext()); + loader.ensureInitializationComplete(args); + } + } + + async createAndRunEngineByOptions(options: Options) { + let engine: FlutterEngine = null; + let context: common.Context = options.getContext(); + let dartEntrypoint: DartEntrypoint = options.getDartEntrypoint(); + let initialRoute: string = options.getInitialRoute(); + let dartEntrypointArgs: Array = options.getDartEntrypointArgs(); + let platformViewsController: PlatformViewsController = options.getPlatformViewsController(); + let automaticallyRegisterPlugins: boolean = options.getAutomaticallyRegisterPlugins(); + let waitForRestorationData: boolean = options.getWaitForRestorationData(); + + if (dartEntrypoint == null) { + dartEntrypoint = DartEntrypoint.createDefault(); + } + + if (platformViewsController == null) { + platformViewsController = new PlatformViewsController(); + } + + if (this.activeEngines.length == 0) { + engine = this.createEngine(context, platformViewsController); + await engine.init(context, null, // String[]. The Dart VM has already started, this arguments will have no effect. + automaticallyRegisterPlugins, // boolean. + waitForRestorationData, // boolean. + this) + if (initialRoute != null) { + engine.getNavigationChannel().setInitialRoute(initialRoute); + } + } else { + engine = await this.activeEngines[0] + .spawn( + context, + dartEntrypoint, + initialRoute, + dartEntrypointArgs, + platformViewsController, + automaticallyRegisterPlugins, + waitForRestorationData); + } + this.activeEngines.add(engine); + + const engineToCleanUpOnDestroy = engine; + let listener: EngineLifecycleListener = new EngineLifecycleListenerImpl( + platformViewsController, + this.activeEngines, + engineToCleanUpOnDestroy); + engine.addEngineLifecycleListener(listener); + return engine; + } + + createEngine(context: common.Context, platformViewsController: PlatformViewsController): FlutterEngine { + return new FlutterEngine(context, null, null, platformViewsController); + } +} + +class EngineLifecycleListenerImpl implements EngineLifecycleListener { + private platformViewsController: PlatformViewsController; + private activeEngines: ArrayList = new ArrayList(); + private engine: FlutterEngine; + + constructor( + platformViewsController: PlatformViewsController, + activeEngines: ArrayList, + engine: FlutterEngine) { + this.platformViewsController = platformViewsController; + this.activeEngines = activeEngines; + this.engine = engine; + } + onPreEngineRestart(): void { + this.platformViewsController.onPreEngineRestart(); + } + onEngineWillDestroy(): void { + this.activeEngines.remove(this.engine); + } +} + +export class Options { + private context: common.Context; + private dartEntrypoint: DartEntrypoint; + private initialRoute: string; + private dartEntrypointArgs: Array; + private platformViewsController: PlatformViewsController; + private automaticallyRegisterPlugins: boolean = true; + private waitForRestorationData: boolean = false; + + constructor(context: common.Context) { + this.context = context; + } + + getContext(): common.Context { + return this.context; + } + + getDartEntrypoint(): DartEntrypoint { + return this.dartEntrypoint; + } + + getInitialRoute(): string { + return this.initialRoute; + } + + getDartEntrypointArgs(): Array { + return this.dartEntrypointArgs; + } + + getAutomaticallyRegisterPlugins(): boolean { + return this.automaticallyRegisterPlugins; + } + + getWaitForRestorationData(): boolean { + return this.waitForRestorationData; + } + + getPlatformViewsController(): PlatformViewsController { + return this.platformViewsController; + } + + setDartEntrypoint(dartEntrypoint: DartEntrypoint): Options { + this.dartEntrypoint = dartEntrypoint; + return this; + } + + setInitialRoute(initialRoute: string): Options { + this.initialRoute = initialRoute; + return this; + } + + setDartEntrypointArgs(dartEntrypointArgs: Array): Options { + this.dartEntrypointArgs = dartEntrypointArgs; + return this; + } + + setAutomaticallyRegisterPlugins(automaticallyRegisterPlugins: boolean): Options { + this.automaticallyRegisterPlugins = automaticallyRegisterPlugins; + return this; + } + + setWaitForRestorationData(waitForRestorationData: boolean): Options { + this.waitForRestorationData = waitForRestorationData; + return this; + } + + setPlatformViewsController(platformViewsController: PlatformViewsController): Options { + this.platformViewsController = platformViewsController; + return this; + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterEngineGroupCache.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterEngineGroupCache.ets new file mode 100644 index 0000000000000000000000000000000000000000..34b251069ce950ee8a0fb3d2f08b723a2d1e6f78 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterEngineGroupCache.ets @@ -0,0 +1,42 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import FlutterEngineGroup from './FlutterEngineGroup'; + +export default class FlutterEngineGroupCache { + static readonly instance = new FlutterEngineGroupCache(); + + private cachedEngineGroups = new Map(); + + contains(engineGroupId: string): boolean { + return this.cachedEngineGroups.has(engineGroupId); + } + + get(engineGroupId: string): FlutterEngineGroup { + return this.cachedEngineGroups.get(engineGroupId); + } + + put(engineGroupId: string, engineGroup?: FlutterEngineGroup) { + if (engineGroup != null) { + this.cachedEngineGroups.set(engineGroupId, engineGroup); + } else { + this.cachedEngineGroups.delete(engineGroupId); + } + } + + clear(): void { + this.cachedEngineGroups.clear(); + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterNapi.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterNapi.ets new file mode 100644 index 0000000000000000000000000000000000000000..902699e44c585b355df699b78cca69b58f021055 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterNapi.ets @@ -0,0 +1,359 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import flutter from 'libflutter.so'; +import common from '@ohos.app.ability.common'; +import Log from '../../util/Log'; +import resourceManager from '@ohos.resourceManager'; +import { PlatformMessageHandler } from './dart/PlatformMessageHandler'; +import { FlutterCallbackInformation } from '../../view/FlutterCallbackInformation'; +import image from '@ohos.multimedia.image'; +import { EngineLifecycleListener } from './FlutterEngine'; +import { ByteBuffer } from '../../util/ByteBuffer'; +import { Action } from '../../view/AccessibilityBridge' +import LocalizationPlugin from '../../plugin/localization/LocalizationPlugin'; +import i18n from '@ohos.i18n'; + +const TAG = "FlutterNapi"; + +enum ContextType { + APP_LIFECYCLE = 0, + JS_PAGE_LIFECYCLE, +} + +/** + * 提供arkTs的flutterNAPI接口 + */ +export default class FlutterNapi { + hasInit: boolean = false; + //是否已实现 + hasImplemented: boolean = false; + + nativeShellHolderId: number = null; + platformMessageHandler: PlatformMessageHandler; + private engineLifecycleListeners = new Set(); + accessibilityDelegate: AccessibilityDelegate; + localizationPlugin: LocalizationPlugin; + + /** + * 更新刷新率 + * @param rate + */ + updateRefreshRate(refreshRateFPS : number) { + flutter.nativeUpdateRefreshRate(refreshRateFPS); + } + + init(context: common.Context, + args: Array, + bundlePath: string, + appStoragePath: string, + engineCachesPath: string, + initTimeMillis: number) { + if (this.hasInit) { + throw Error("the engine has init"); + } + this.hasInit = true; + Log.w(TAG, "init: bundlePath=" + bundlePath + " appStoragePath=" + appStoragePath + " engineCachesPath=" + engineCachesPath + " args=" + JSON.stringify(args)); + flutter.nativeInit(context, args, bundlePath, appStoragePath, engineCachesPath, initTimeMillis); + } + + attachToNative(): void { + this.nativeShellHolderId = flutter.nativeAttach(this); + Log.w(TAG, "nativeShellHolderId=" + this.nativeShellHolderId); + } + + runBundleAndSnapshotFromLibrary( + bundlePath: string, + entrypointFunctionName: string, + pathToEntrypointFunction: string, + assetManager: resourceManager.ResourceManager, + entrypointArgs: Array) { + Log.w(TAG, "init: bundlePath=" + bundlePath + " entrypointFunctionName=" + entrypointFunctionName + " pathToEntrypointFunction=" + pathToEntrypointFunction + " entrypointArgs=" + JSON.stringify(entrypointArgs)) + flutter.nativeRunBundleAndSnapshotFromLibrary(this.nativeShellHolderId, bundlePath, entrypointFunctionName, pathToEntrypointFunction, assetManager, entrypointArgs); + }; + + /** + * 当前so方法是否都实现 + * @returns + */ + checkImplemented(methodName: string = ""): boolean { + if (!this.hasImplemented) { + Log.e(TAG, "this method has not implemented -> " + methodName) + } + return this.hasImplemented; + } + + setPlatformMessageHandler(platformMessageHandler: PlatformMessageHandler): void { + this.ensureRunningOnMainThread(); + this.platformMessageHandler = platformMessageHandler; + } + + private ensureAttachedToNative(): void { + if (this.nativeShellHolderId == null) { + throw new Error( + "Cannot execute operation because FlutterNapi is not attached to native."); + } + } + + private nativeNotifyLowMemoryWarning(nativeShellHolderId: number): void { + + } + + static nativeLookupCallbackInformation(handle: number): FlutterCallbackInformation { + return null; + } + + notifyLowMemoryWarning(): void { + this.ensureRunningOnMainThread(); + this.ensureAttachedToNative(); + this.nativeNotifyLowMemoryWarning(this.nativeShellHolderId); + } + + isAttached(): boolean { + return this.nativeShellHolderId != null; + } + + private ensureRunningOnMainThread(): void { + + } + + dispatchEmptyPlatformMessage(channel: String, responseId: number): void { + this.ensureRunningOnMainThread(); + if (this.isAttached()) { + flutter.nativeDispatchEmptyPlatformMessage(this.nativeShellHolderId, channel, responseId); + } else { + Log.w( + TAG, + "Tried to send a platform message to Flutter, but FlutterNapi was detached from native C++. Could not send. Channel: " + + channel + + ". Response ID: " + + responseId); + } + } + + /** Sends a reply {@code message} from Android to Flutter over the given {@code channel}. */ + dispatchPlatformMessage(channel: String, message: ArrayBuffer, position: number, responseId: number): void { + this.ensureRunningOnMainThread(); + if (this.isAttached()) { + + const uintArrayBuff = new Uint8Array(message) + let text = '' + for (let i = 0; i < uintArrayBuff.byteLength; i++) { + text += uintArrayBuff[i] + ',' + } + Log.w(TAG, "message=" + message.byteLength + ",text=" + text); + flutter.nativeDispatchPlatformMessage(this.nativeShellHolderId, channel, message, position, responseId); + } else { + Log.w( + TAG, + "Tried to send a platform message to Flutter, but FlutterNapi was detached from native C++. Could not send. Channel: " + + channel + + ". Response ID: " + + responseId); + } + } + + invokePlatformMessageEmptyResponseCallback(responseId: number): void { + if (this.isAttached()) { + flutter.nativeInvokePlatformMessageEmptyResponseCallback(this.nativeShellHolderId, responseId); + } else { + Log.w( + TAG, + "Tried to send a platform message response, but FlutterNapi was detached from native C++. Could not send. Response ID: " + + responseId); + } + } + + invokePlatformMessageResponseCallback(responseId: number, message: ArrayBuffer, position: number) { + if (this.isAttached()) { + flutter.nativeInvokePlatformMessageResponseCallback( + this.nativeShellHolderId, responseId, message, position); + } else { + Log.w( + TAG, + "Tried to send a platform message response, but FlutterNapi was detached from native C++. Could not send. Response ID: " + + responseId); + } + } + + setViewportMetrics(devicePixelRatio: number, physicalWidth: number + , physicalHeight: number, physicalPaddingTop: number, physicalPaddingRight: number + , physicalPaddingBottom: number, physicalPaddingLeft: number, physicalViewInsetTop: number + , physicalViewInsetRight: number, physicalViewInsetBottom: number, physicalViewInsetLeft: number + , systemGestureInsetTop: number, systemGestureInsetRight: number, systemGestureInsetBottom: number + , systemGestureInsetLeft: number, physicalTouchSlop: number, displayFeaturesBounds: Array + , displayFeaturesType: Array, displayFeaturesState: Array): void { + if (this.isAttached()) { + flutter.nativeSetViewportMetrics(this.nativeShellHolderId, devicePixelRatio, + physicalWidth, + physicalHeight, + physicalPaddingTop, + physicalPaddingRight, + physicalPaddingBottom, + physicalPaddingLeft, + physicalViewInsetTop, + physicalViewInsetRight, + physicalViewInsetBottom, + physicalViewInsetLeft, + systemGestureInsetTop, + systemGestureInsetRight, + systemGestureInsetBottom, + systemGestureInsetLeft, + physicalTouchSlop, + displayFeaturesBounds, + displayFeaturesType, + displayFeaturesState); + } + } + + spawn(entrypointFunctionName: string, pathToEntrypointFunction: string, initialRoute: string, entrypointArgs: Array): FlutterNapi { + return new FlutterNapi(); + } + + addEngineLifecycleListener(engineLifecycleListener: EngineLifecycleListener): void { + this.engineLifecycleListeners.add(engineLifecycleListener); + } + + removeEngineLifecycleListener(engineLifecycleListener: EngineLifecycleListener) { + this.engineLifecycleListeners.delete(engineLifecycleListener); + } + + //Called by native to respond to a platform message that we sent. + handlePlatformMessageResponse(replyId: number, reply: ArrayBuffer): void { + Log.w(TAG, "called handlePlatformMessageResponse Response ID: " + replyId); + if (this.platformMessageHandler != null) { + this.platformMessageHandler.handlePlatformMessageResponse(replyId, reply); + } + } + + // Called by native on any thread. + handlePlatformMessage(channel: string, message: ArrayBuffer, replyId: number, messageData: number): void { + Log.w(TAG, "called handlePlatformMessage Channel: " + channel + ". Response ID: " + replyId); + if (this.platformMessageHandler != null) { + this.platformMessageHandler.handleMessageFromDart(channel, message, replyId, messageData); + } + } + + // Called by native to notify first Flutter frame rendered. + onFirstFrame(): void { + Log.d(TAG, "called onFirstFrame") + } + + // Called by native. + onPreEngineRestart(): void { + Log.d(TAG, "called onPreEngineRestart") + this.engineLifecycleListeners.forEach( listener => listener.onPreEngineRestart()); + } + + // /** Invoked by native to obtain the results of OHOS's locale resolution algorithm. */ + computePlatformResolvedLocale(strings: Array): Array { + Log.d(TAG, "called computePlatformResolvedLocale " + JSON.stringify(strings)) + return [] + } + + decodeImage(buffer: ArrayBuffer, imageGeneratorAddress: number): void { + Log.d(TAG, "called decodeImage=" + buffer.byteLength) + const imageSourceApi = image.createImageSource(buffer); + let tempPixelMap: image.PixelMap = null; + imageSourceApi.createPixelMap({ + desiredPixelFormat: image.PixelMapFormat.RGBA_8888 + }).then(pixelMap => { + Log.d(TAG, "called createPixelMap end " + pixelMap.getPixelBytesNumber()) + tempPixelMap = pixelMap + return pixelMap.getImageInfo() + }).then(imageInfo => { + Log.d(TAG, `nativeImageHeaderCallback width=${imageInfo.size.width} height=${imageInfo.size.height} imageGeneratorAddress=${imageGeneratorAddress}`) + flutter.nativeImageDecodeCallback(imageInfo.size.width, imageInfo.size.height, imageGeneratorAddress, tempPixelMap) + }).catch((error: ESObject) => { + Log.d(TAG, "decodeImage error=" + JSON.stringify(error)) + flutter.nativeImageDecodeCallback(0, 0, imageGeneratorAddress, null); + }) + } + + setSemanticsEnabled(enabled: boolean, responseId: number): void { + if (this.isAttached()) { + this.nativeSetSemanticsEnabled(enabled); + } else { + Log.w( + TAG, + "Tried to send a platform message response, but FlutterNapi was detached from native C++. Could not send. Response ID: " + + responseId); + } + } + + // Send an empty response to a platform message received from Dart. + nativeSetSemanticsEnabled(enabled: boolean):void {} + + setAccessibilityFeatures(accessibilityFeatureFlags: number, responseId: number): void { + if (this.isAttached()) { + this.nativeSetAccessibilityFeatures(accessibilityFeatureFlags, responseId); + } else { + Log.w( + TAG, + "Tried to send a platform message response, but FlutterNapi was detached from native C++. Could not send. Response ID: " + + responseId); + } + } + + nativeSetAccessibilityFeatures(accessibilityFeatureFlags: number, responseId: number): void {} + + dispatchSemanticsAction(virtualViewId: number, action: Action, responseId: number): void { + if (this.isAttached()) { + this.nativeDispatchSemanticsAction(virtualViewId, action, responseId); + } else { + Log.w( + TAG, + "Tried to send a platform message response, but FlutterNapi was detached from native C++. Could not send. Response ID: " + + responseId); + } + } + + nativeDispatchSemanticsAction(virtualViewId: number, action: Action, responseId: number): void {} + + setAccessibilityDelegate(delegate: AccessibilityDelegate, responseId: number): void { + if (this.isAttached()) { + this.accessibilityDelegate = delegate; + } else { + Log.w( + TAG, + "Tried to send a platform message response, but FlutterNapi was detached from native C++. Could not send. Response ID: " + + responseId); + } + } + + setLocalizationPlugin(localizationPlugin: LocalizationPlugin): void { + this.localizationPlugin = localizationPlugin; + } + + /** + * 获取系统语言列表 + * @param rate + */ + getSystemLanguages() { + Log.d(TAG, "called getSystemLanguages ") + let index: number; + let systemLanguages = i18n.System.getPreferredLanguageList(); + for (index = 0; index < systemLanguages.length; index++) { + Log.d(TAG, "systemlanguages "+ index + ":" + systemLanguages[index]); + } + flutter.nativeGetSystemLanguages(this.nativeShellHolderId, systemLanguages); + } +} + +export interface AccessibilityDelegate { + updateCustomAccessibilityActions(buffer: ByteBuffer, strings: string[]): void; + + updateSemantics(buffer: ByteBuffer, strings: string[], stringAttributeArgs: ByteBuffer[]): void; +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterOverlaySurface.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterOverlaySurface.ets new file mode 100644 index 0000000000000000000000000000000000000000..2d63d83de313f52eba3f8fa6d2ed584f7bee44bd --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterOverlaySurface.ets @@ -0,0 +1,27 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +export class FlutterOverlaySurface { + + private id: number; + + constructor(id: number) { + this.id = id + } + + getId(): number { + return this.id; + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterShellArgs.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterShellArgs.ets new file mode 100644 index 0000000000000000000000000000000000000000..7a3cd75a49b7c53742072aa30541204060fc82e6 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterShellArgs.ets @@ -0,0 +1,86 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import Want from '@ohos.app.ability.Want'; + +/** + * 封装flutter shell的参数 + */ +export default class FlutterShellArgs { + static ARG_KEY_TRACE_STARTUP = "trace-startup"; + static ARG_TRACE_STARTUP = "--trace-startup"; + static ARG_KEY_START_PAUSED = "start-paused"; + static ARG_START_PAUSED = "--start-paused"; + static ARG_KEY_DISABLE_SERVICE_AUTH_CODES = "disable-service-auth-codes"; + static ARG_DISABLE_SERVICE_AUTH_CODES = "--disable-service-auth-codes"; + static ARG_KEY_ENDLESS_TRACE_BUFFER = "endless-trace-buffer"; + static ARG_ENDLESS_TRACE_BUFFER = "--endless-trace-buffer"; + static ARG_KEY_USE_TEST_FONTS = "use-test-fonts"; + static ARG_USE_TEST_FONTS = "--use-test-fonts"; + static ARG_KEY_ENABLE_DART_PROFILING = "enable-dart-profiling"; + static ARG_ENABLE_DART_PROFILING = "--enable-dart-profiling"; + static ARG_KEY_ENABLE_SOFTWARE_RENDERING = "enable-software-rendering"; + static ARG_ENABLE_SOFTWARE_RENDERING = "--enable-software-rendering"; + static ARG_KEY_SKIA_DETERMINISTIC_RENDERING = "skia-deterministic-rendering"; + static ARG_SKIA_DETERMINISTIC_RENDERING = "--skia-deterministic-rendering"; + static ARG_KEY_TRACE_SKIA = "trace-skia"; + static ARG_TRACE_SKIA = "--trace-skia"; + static ARG_KEY_TRACE_SKIA_ALLOWLIST = "trace-skia-allowlist"; + static ARG_TRACE_SKIA_ALLOWLIST = "--trace-skia-allowlist="; + static ARG_KEY_TRACE_SYSTRACE = "trace-systrace"; + static ARG_TRACE_SYSTRACE = "--trace-systrace"; + static ARG_KEY_ENABLE_IMPELLER = "enable-impeller"; + static ARG_ENABLE_IMPELLER = "--enable-impeller"; + static ARG_KEY_DUMP_SHADER_SKP_ON_SHADER_COMPILATION = + "dump-skp-on-shader-compilation"; + static ARG_DUMP_SHADER_SKP_ON_SHADER_COMPILATION = + "--dump-skp-on-shader-compilation"; + static ARG_KEY_CACHE_SKSL = "cache-sksl"; + static ARG_CACHE_SKSL = "--cache-sksl"; + static ARG_KEY_PURGE_PERSISTENT_CACHE = "purge-persistent-cache"; + static ARG_PURGE_PERSISTENT_CACHE = "--purge-persistent-cache"; + static ARG_KEY_VERBOSE_LOGGING = "verbose-logging"; + static ARG_VERBOSE_LOGGING = "--verbose-logging"; + static ARG_KEY_OBSERVATORY_PORT = "observatory-port"; + static ARG_OBSERVATORY_PORT = "--observatory-port="; + static ARG_KEY_DART_FLAGS = "dart-flags"; + static ARG_DART_FLAGS = "--dart-flags"; + static ARG_KEY_MSAA_SAMPLES = "msaa-samples"; + static ARG_MSAA_SAMPLES = "--msaa-samples"; + + /** + * 从意图中解析参数,创建shellArgs + * @returns + */ + static fromWant(want: Want): FlutterShellArgs { + //tdo 解析want + return new FlutterShellArgs(); + } + + //参数 + args: Set = new Set(); + + add(arg: string) { + this.args.add(arg); + } + + remove(arg: string) { + this.args.delete(arg); + } + + toArray(): Array { + return Array.from(this.args); + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/dart/DartExecutor.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/dart/DartExecutor.ets new file mode 100644 index 0000000000000000000000000000000000000000..8d97b4835c0c87ed0c9d9260336b3a338392497f --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/dart/DartExecutor.ets @@ -0,0 +1,379 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import resourceManager from '@ohos.resourceManager'; +import FlutterInjector from '../../../FlutterInjector'; +import { BinaryMessageHandler, BinaryReply, TaskQueue, TaskQueueOptions } from '../../../plugin/common/BinaryMessenger'; +import { BinaryMessenger } from '../../../plugin/common/BinaryMessenger'; +import StringCodec from '../../../plugin/common/StringCodec'; +import Log from '../../../util/Log'; +import { TraceSection } from '../../../util/TraceSection'; +import { FlutterCallbackInformation } from '../../../view/FlutterCallbackInformation'; +import FlutterNapi from '../FlutterNapi'; +import { DartMessenger } from './DartMessenger'; + + +const TAG = "DartExecutor"; + +/** + * dart代码执行器 + */ +export default class DartExecutor implements BinaryMessenger { + flutterNapi: FlutterNapi; + assetManager: resourceManager.ResourceManager; + private dartMessenger: DartMessenger; + private binaryMessenger: BinaryMessenger; + private isApplicationRunning: boolean; + private isolateServiceId: String = null; + private isolateServiceIdListener: IsolateServiceIdListener = null; + + private isolateChannelMessageHandler: BinaryMessageHandler = + new IsolateChannelMessageHandler(this.isolateServiceId, this.isolateServiceIdListener); + + constructor(flutterNapi: FlutterNapi, assetManager: resourceManager.ResourceManager) { + this.flutterNapi = flutterNapi; + this.assetManager = assetManager; + this.dartMessenger = new DartMessenger(flutterNapi); + this.dartMessenger.setMessageHandler("flutter/isolate", this.isolateChannelMessageHandler); + this.binaryMessenger = new DefaultBinaryMessenger(this.dartMessenger); + // The JNI might already be attached if coming from a spawned engine. If so, correctly report + // that this DartExecutor is already running. + if (flutterNapi.isAttached()) { + this.isApplicationRunning = true; + } + } + + + /** + * Invoked when the {@link io.flutter.embedding.engine.FlutterEngine} that owns this {@link + * DartExecutor} attaches to JNI. + * + *

When attached to JNI, this {@link DartExecutor} begins handling 2-way communication to/from + * the Dart execution context. This communication is facilitate via 2 APIs: + * + *

    + *
  • {@link BinaryMessenger}, which sends messages to Dart + *
  • {@link PlatformMessageHandler}, which receives messages from Dart + *
+ */ + onAttachedToNAPI(): void { + Log.d(TAG, "Attached to NAPI. Registering the platform message handler for this Dart execution context."); + this.flutterNapi.setPlatformMessageHandler(this.dartMessenger); + } + + /** + * Invoked when the {@link io.flutter.embedding.engine.FlutterEngine} that owns this {@link + * DartExecutor} detaches from JNI. + * + *

When detached from JNI, this {@link DartExecutor} stops handling 2-way communication to/from + * the Dart execution context. + */ + onDetachedFromNAPI(): void { + Log.d(TAG, "Detached from NAPI. De-registering the platform message handler for this Dart execution context."); + this.flutterNapi.setPlatformMessageHandler(null); + } + + /** + * Is this {@link DartExecutor} currently executing Dart code? + * + * @return true if Dart code is being executed, false otherwise + */ + isExecutingDart(): boolean { + return this.isApplicationRunning; + } + + /** + * Starts executing Dart code based on the given {@code dartEntrypoint} and the {@code + * dartEntrypointArgs}. + * + *

See {@link DartEntrypoint} for configuration options. + * + * @param dartEntrypoint specifies which Dart function to run, and where to find it + * @param dartEntrypointArgs Arguments passed as a list of string to Dart's entrypoint function. + */ + executeDartEntrypoint(dartEntrypoint: DartEntrypoint, dartEntrypointArgs?: string[]): void { + if (this.isApplicationRunning) { + Log.w(TAG, "Attempted to run a DartExecutor that is already running."); + return; + } + + TraceSection.begin("DartExecutor#executeDartEntrypoint"); + try { + Log.d(TAG, "Executing Dart entrypoint: " + dartEntrypoint); + this.flutterNapi.runBundleAndSnapshotFromLibrary( + dartEntrypoint.pathToBundle, + dartEntrypoint.dartEntrypointFunctionName, + dartEntrypoint.dartEntrypointLibrary, + this.assetManager, + dartEntrypointArgs); + + this.isApplicationRunning = true; + } finally { + TraceSection.end("DartExecutor#executeDartEntrypoint"); + } + } + + /** + * Starts executing Dart code based on the given {@code dartCallback}. + * + *

See {@link DartCallback} for configuration options. + * + * @param dartCallback specifies which Dart callback to run, and where to find it + */ + executeDartCallback(dartCallback: DartCallback): void { + if (this.isApplicationRunning) { + Log.w(TAG, "Attempted to run a DartExecutor that is already running."); + return; + } + + TraceSection.begin("DartExecutor#executeDartCallback"); + try { + Log.d(TAG, "Executing Dart callback: " + dartCallback); + this.flutterNapi.runBundleAndSnapshotFromLibrary( + dartCallback.pathToBundle, + dartCallback.callbackHandle.callbackName, + dartCallback.callbackHandle.callbackLibraryPath, + dartCallback.resourceManager, + null); + + this.isApplicationRunning = true; + } finally { + TraceSection.end("DartExecutor#executeDartCallback"); + } + } + + /** + * Returns a {@link BinaryMessenger} that can be used to send messages to, and receive messages + * from, Dart code that this {@code DartExecutor} is executing. + */ + + getBinaryMessenger(): BinaryMessenger { + return this.binaryMessenger; + } + + makeBackgroundTaskQueue(options: TaskQueueOptions): TaskQueue { + return this.getBinaryMessenger().makeBackgroundTaskQueue(options); + } + + + send(channel: String, message: ArrayBuffer, callback?: BinaryReply): void { + this.getBinaryMessenger().send(channel, message, callback); + } + + setMessageHandler(channel: String, handler: BinaryMessageHandler, taskQueue?: TaskQueue): void { + this.getBinaryMessenger().setMessageHandler(channel, handler, taskQueue); + } + + enableBufferingIncomingMessages(): void { + this.getBinaryMessenger().enableBufferingIncomingMessages(); + } + + + /** + * Returns the number of pending channel callback replies. + * + *

When sending messages to the Flutter application using {@link BinaryMessenger#send(String, + * ByteBuffer, io.flutter.plugin.common.BinaryMessenger.BinaryReply)}, developers can optionally + * specify a reply callback if they expect a reply from the Flutter application. + * + *

This method tracks all the pending callbacks that are waiting for response, and is supposed + * to be called from the main thread (as other methods). Calling from a different thread could + * possibly capture an indeterministic internal state, so don't do it. + * + *

Currently, it's mainly useful for a testing framework like Espresso to determine whether all + * the async channel callbacks are handled and the app is idle. + */ + getPendingChannelResponseCount(): number { + return this.dartMessenger.getPendingChannelResponseCount(); + } + + /** + * Returns an identifier for this executor's primary isolate. This identifier can be used in + * queries to the Dart service protocol. + */ + + getIsolateServiceId(): String { + return this.isolateServiceId; + } + + + + /** + * Set a listener that will be notified when an isolate identifier is available for this + * executor's primary isolate. + */ + setIsolateServiceIdListener(listener: IsolateServiceIdListener): void { + this.isolateServiceIdListener = listener; + if (this.isolateServiceIdListener != null && this.isolateServiceId != null) { + this.isolateServiceIdListener.onIsolateServiceIdAvailable(this.isolateServiceId); + } + } + + /** + * Notify the Dart VM of a low memory event, or that the application is in a state such that now + * is an appropriate time to free resources, such as going to the background. + * + *

This does not notify a Flutter application about memory pressure. For that, use the {@link + * io.flutter.embedding.engine.systemchannels.SystemChannel#sendMemoryPressureWarning}. + * + *

Calling this method may cause jank or latency in the application. Avoid calling it during + * critical periods like application startup or periods of animation. + */ + notifyLowMemoryWarning(): void { + if (this.flutterNapi.isAttached()) { + this.flutterNapi.notifyLowMemoryWarning(); + } + } + + disableBufferingIncomingMessages(): void { + this.getBinaryMessenger().enableBufferingIncomingMessages(); + } +} + + +/** + * Configuration options that specify which Dart entrypoint function is executed and where to find + * that entrypoint and other assets required for Dart execution. + */ +export class DartEntrypoint { + /** The path within the AssetManager where the app will look for assets. */ + pathToBundle: string; + + /** The library or file location that contains the Dart entrypoint function. */ + dartEntrypointLibrary: string; + + /** The name of a Dart function to execute. */ + dartEntrypointFunctionName: string; + + constructor(pathToBundle: string, + dartEntrypointLibrary: string, + dartEntrypointFunctionName: string) { + this.pathToBundle = pathToBundle; + this.dartEntrypointLibrary = dartEntrypointLibrary; + this.dartEntrypointFunctionName = dartEntrypointFunctionName; + } + + static createDefault() { + const flutterLoader = FlutterInjector.getInstance().getFlutterLoader(); + if (!flutterLoader.initialized) { + throw new Error( + "DartEntrypoints can only be created once a FlutterEngine is created."); + } + return new DartEntrypoint(flutterLoader.findAppBundlePath(), null, "main"); + } +} + + +/** Callback interface invoked when the isolate identifier becomes available. */ +interface IsolateServiceIdListener { + onIsolateServiceIdAvailable(isolateServiceId: String): void; +} + + +/** + * Configuration options that specify which Dart callback function is executed and where to find + * that callback and other assets required for Dart execution. + */ +export class DartCallback { + /** Standard Android AssetManager, provided from some {@code Context} or {@code Resources}. */ + public resourceManager: resourceManager.ResourceManager; + + /** The path within the AssetManager where the app will look for assets. */ + public pathToBundle: string; + + /** A Dart callback that was previously registered with the Dart VM. */ + public callbackHandle: FlutterCallbackInformation; + + constructor(resourceManager: resourceManager.ResourceManager, + pathToBundle: string, + callbackHandle: FlutterCallbackInformation) { + this.resourceManager = resourceManager; + this.pathToBundle = pathToBundle; + this.callbackHandle = callbackHandle; + } + + toString(): String { + return "DartCallback( bundle path: " + + this.pathToBundle + + ", library path: " + + this.callbackHandle.callbackLibraryPath + + ", function: " + + this.callbackHandle.callbackName + + " )"; + } +} + +export class DefaultBinaryMessenger implements BinaryMessenger { + private messenger: DartMessenger; + + constructor(messenger: DartMessenger) { + this.messenger = messenger; + } + + makeBackgroundTaskQueue(options: TaskQueueOptions): TaskQueue { + return this.messenger.makeBackgroundTaskQueue(options); + } + + /** + * Sends the given {@code messages} from Android to Dart over the given {@code channel} and then + * has the provided {@code callback} invoked when the Dart side responds. + * + * @param channel the name of the logical channel used for the message. + * @param message the message payload, a direct-allocated {@link ByteBuffer} with the message + * bytes between position zero and current position, or null. + * @param callback a callback invoked when the Dart application responds to the message + */ + + send(channel: String, message: ArrayBuffer, callback?: BinaryReply): void { + this.messenger.send(channel, message, callback); + } + + /** + * Sets the given {@link io.flutter.plugin.common.BinaryMessenger.BinaryMessageHandler} as the + * singular handler for all incoming messages received from the Dart side of this Dart execution + * context. + * + * @param channel the name of the channel. + * @param handler a {@link BinaryMessageHandler} to be invoked on incoming messages, or null. + */ + setMessageHandler(channel: String, handler: BinaryMessageHandler, taskQueue?: TaskQueue): void { + this.messenger.setMessageHandler(channel, handler); + } + + enableBufferingIncomingMessages(): void { + this.messenger.enableBufferingIncomingMessages(); + } + + disableBufferingIncomingMessages(): void { + this.messenger.disableBufferingIncomingMessages(); + } +} + +class IsolateChannelMessageHandler implements BinaryMessageHandler { + private isolateServiceId: String; + private isolateServiceIdListener: IsolateServiceIdListener; + + constructor(isolateServiceId: String, isolateServiceIdListener: IsolateServiceIdListener) { + this.isolateServiceId = isolateServiceId; + this.isolateServiceIdListener = isolateServiceIdListener; + } + + onMessage(message: ArrayBuffer, callback: BinaryReply): void { + this.isolateServiceId = StringCodec.INSTANCE.decodeMessage(message); + if (this.isolateServiceIdListener != null) { + this.isolateServiceIdListener.onIsolateServiceIdAvailable(this.isolateServiceId); + } + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/dart/DartMessenger.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/dart/DartMessenger.ets new file mode 100644 index 0000000000000000000000000000000000000000..8b8695530d69f9e49063913d559702863490676a --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/dart/DartMessenger.ets @@ -0,0 +1,236 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import Log from '../../../util/Log' +import { BinaryMessageHandler, BinaryMessenger, BinaryReply, TaskQueue, TaskQueueOptions } from '../../../plugin/common/BinaryMessenger'; +import FlutterNapi from '../FlutterNapi'; +import { PlatformMessageHandler } from './PlatformMessageHandler'; +import { TraceSection } from '../../../util/TraceSection'; + +/** + * Message conduit for 2-way communication between Android and Dart. + * + *

See {@link BinaryMessenger}, which sends messages from Android to Dart + * + *

See {@link PlatformMessageHandler}, which handles messages to Android from Dart + */ + +const TAG = "DartMessenger"; + +export class DartMessenger implements BinaryMessenger, PlatformMessageHandler { + + flutterNapi: FlutterNapi; + + /** + * Maps a channel name to an object that contains the task queue and the handler associated with + * the channel. + * + *

Reads and writes to this map must lock {@code handlersLock}. + */ + messageHandlers: Map = new Map(); + + /** + * Maps a channel name to an object that holds information about the incoming Dart message. + * + *

Reads and writes to this map must lock {@code handlersLock}. + */ + bufferedMessages: Map = new Map(); + + handlersLock: Object = new Object(); + enableBufferingIncomingMessagesFlag: boolean = false; + + pendingReplies: Map = new Map(); + nextReplyId: number = 1; + + constructor(flutterNapi: FlutterNapi) { + this.flutterNapi = flutterNapi; + } + makeBackgroundTaskQueue(options?: TaskQueueOptions): TaskQueue { + throw new Error('Method not implemented.'); + } + + + setMessageHandler(channel: String, handler: BinaryMessageHandler): void { + if (handler == null) { + Log.d(TAG, "Removing handler for channel '" + channel + "'"); + this.messageHandlers.delete(channel); + return; + } + Log.d(TAG, "Setting handler for channel '" + channel + "'"); + + this.messageHandlers.set(channel, new HandlerInfo(handler)); + this.bufferedMessages.delete(channel); + } + + + enableBufferingIncomingMessages(): void { + this.enableBufferingIncomingMessagesFlag = true; + } + + disableBufferingIncomingMessages(): void { + this.enableBufferingIncomingMessagesFlag = false; + this.bufferedMessages = new Map(); + } + + send(channel: String, message: ArrayBuffer, callback?: BinaryReply): void { + Log.d(TAG, "Sending message over channel '" + channel + "'"); + TraceSection.begin("DartMessenger#send on " + channel); + try { + Log.d(TAG, "Sending message with callback over channel '" + channel + "'"); + let replyId: number = this.nextReplyId++; + if (callback != null) { + this.pendingReplies.set(replyId, callback); + } + if (message == null) { + this.flutterNapi.dispatchEmptyPlatformMessage(channel, replyId); + } else { + this.flutterNapi.dispatchPlatformMessage(channel, message, message.byteLength, replyId); + } + } finally { + TraceSection.end("DartMessenger#send on " + channel); + } + } + + invokeHandler(handlerInfo: HandlerInfo, message: ArrayBuffer, replyId: number): void { + // Called from any thread. + if (handlerInfo != null) { + try { + Log.d(TAG, "Deferring to registered handler to process message."); + handlerInfo.handler.onMessage(message, new Reply(this.flutterNapi, replyId)); + } catch (ex) { + Log.e(TAG, "Uncaught exception in binary message listener", ex); + this.flutterNapi.invokePlatformMessageEmptyResponseCallback(replyId); + } + } else { + Log.d(TAG, "No registered handler for message. Responding to Dart with empty reply message."); + this.flutterNapi.invokePlatformMessageEmptyResponseCallback(replyId); + } + } + + handleMessageFromDart(channel: String, message: ArrayBuffer, replyId: number, messageData: number): void { + // Called from any thread. + Log.d(TAG, "Received message from Dart over channel '" + channel + "'"); + + let handlerInfo: HandlerInfo; + let messageDeferred: boolean; + handlerInfo = this.messageHandlers.get(channel); + messageDeferred = (this.enableBufferingIncomingMessagesFlag && handlerInfo == null); + if (messageDeferred) { + if (!this.bufferedMessages.has(channel)) { + // this.bufferedMessages.set(channel, new BufferedMessageInfo[0]); + this.bufferedMessages.set(channel, null); + } + let buffer: BufferedMessageInfo[] = this.bufferedMessages.get(channel); + buffer.push(new BufferedMessageInfo(message, replyId, messageData)); + } + if (!messageDeferred) { + this.invokeHandler(handlerInfo, message, replyId); + } + } + + handlePlatformMessageResponse(replyId: number, reply: ArrayBuffer): void { + Log.d(TAG, "Received message reply from Dart."); + let callback: BinaryReply = this.pendingReplies.get(replyId); + this.pendingReplies.delete(replyId); + if (callback != null) { + try { + Log.d(TAG, "Invoking registered callback for reply from Dart."); + callback.reply(reply); + } catch (e) { + Log.e(TAG, "Uncaught exception in binary message reply handler", e); + } + } + } + + /** + * Returns the number of pending channel callback replies. + * + *

When sending messages to the Flutter application using {@link BinaryMessenger#send(String, + * ByteBuffer, io.flutter.plugin.common.BinaryMessenger.BinaryReply)}, developers can optionally + * specify a reply callback if they expect a reply from the Flutter application. + * + *

This method tracks all the pending callbacks that are waiting for response, and is supposed + * to be called from the main thread (as other methods). Calling from a different thread could + * possibly capture an indeterministic internal state, so don't do it. + */ + getPendingChannelResponseCount(): number { + return this.pendingReplies.size; + } +} + + + + + + +/** + * Holds information about a platform handler, such as the task queue that processes messages from + * Dart. + */ +class HandlerInfo { + handler: BinaryMessageHandler; + + constructor(handler: BinaryMessageHandler) { + this.handler = handler; + } +} + +/** + * Holds information that allows to dispatch a Dart message to a platform handler when it becomes + * available. + */ +class BufferedMessageInfo { + message: ArrayBuffer; + replyId: number; + messageData: number; + + constructor(message: ArrayBuffer, + replyId: number, + messageData: number) { + this.message = message; + this.replyId = replyId; + this.messageData = messageData; + } +} + + + + + +class Reply implements BinaryReply { + flutterNapi: FlutterNapi; + replyId: number; + done: boolean = false; + + constructor(flutterNapi: FlutterNapi, replyId: number) { + this.flutterNapi = flutterNapi; + this.replyId = replyId; + } + + reply(reply: ArrayBuffer) { + if (this.done) { + throw new Error("Reply already submitted"); + } + if (reply == null) { + this.flutterNapi.invokePlatformMessageEmptyResponseCallback(this.replyId); + } else { + this.flutterNapi.invokePlatformMessageResponseCallback(this.replyId, reply, reply.byteLength); + } + } +} + +interface DartMessengerTaskQueue { + dispatch(): void; +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/dart/PlatformMessageHandler.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/dart/PlatformMessageHandler.ets new file mode 100644 index 0000000000000000000000000000000000000000..b6e3411862cb936f4e9af2c6e0ab6a49be3c9dce --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/dart/PlatformMessageHandler.ets @@ -0,0 +1,22 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +export interface PlatformMessageHandler { + + handleMessageFromDart(channel: String,message: ArrayBuffer,replyId: number, messageData: number): void; + + handlePlatformMessageResponse(replyId: number, reply: ArrayBuffer): void; + +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/loader/ApplicationInfoLoader.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/loader/ApplicationInfoLoader.ets new file mode 100644 index 0000000000000000000000000000000000000000..b8af4f6fb756f4e344e5040d828244ada46d0783 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/loader/ApplicationInfoLoader.ets @@ -0,0 +1,24 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import FlutterApplicationInfo from './FlutterApplicationInfo'; +import common from '@ohos.app.ability.common'; + +export default class ApplicationInfoLoader { + static load(context: common.Context) { + let applicatioinInfo = new FlutterApplicationInfo(null, null, null, null, null, context.bundleCodeDir + '/libs/arm64', true); + return applicatioinInfo + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/loader/FlutterApplicationInfo.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/loader/FlutterApplicationInfo.ets new file mode 100644 index 0000000000000000000000000000000000000000..0db68ee9da2876e12e9c50734c68c2781469b0c4 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/loader/FlutterApplicationInfo.ets @@ -0,0 +1,50 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +const DEFAULT_AOT_SHARED_LIBRARY_NAME = "libapp.so"; +const DEFAULT_VM_SNAPSHOT_DATA = "vm_snapshot_data"; +const DEFAULT_ISOLATE_SNAPSHOT_DATA = "isolate_snapshot_data"; +const DEFAULT_FLUTTER_ASSETS_DIR = "flutter_assets"; + + +/** + * application 信息,后期看如何设置 + */ +export default class FlutterApplicationInfo { + aotSharedLibraryName: string; + vmSnapshotData: string; + isolateSnapshotData: string; + flutterAssetsDir: string; + domainNetworkPolicy: string; + nativeLibraryDir: string; + automaticallyRegisterPlugins: boolean; + //是否是开发模式,先放在这里,后续应该从context获取 + isDebugMode: boolean; + //是否是profile模式 + isProfile: boolean; + + constructor(aotSharedLibraryName: string, vmSnapshotData: string, isolateSnapshotData: string, flutterAssetsDir: string, domainNetworkPolicy: string, + nativeLibraryDir: string, automaticallyRegisterPlugins: boolean) { + this.aotSharedLibraryName = aotSharedLibraryName == null ? DEFAULT_AOT_SHARED_LIBRARY_NAME : aotSharedLibraryName; + this.vmSnapshotData = vmSnapshotData == null ? DEFAULT_VM_SNAPSHOT_DATA : vmSnapshotData; + this.isolateSnapshotData = isolateSnapshotData == null ? DEFAULT_ISOLATE_SNAPSHOT_DATA : isolateSnapshotData; + this.flutterAssetsDir = flutterAssetsDir == null ? DEFAULT_FLUTTER_ASSETS_DIR : flutterAssetsDir; + this.domainNetworkPolicy = domainNetworkPolicy == null ? "" : domainNetworkPolicy; + this.nativeLibraryDir = nativeLibraryDir; + this.automaticallyRegisterPlugins = automaticallyRegisterPlugins; + this.isDebugMode = true; + this.isProfile = false; + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/loader/FlutterLoader.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/loader/FlutterLoader.ets new file mode 100644 index 0000000000000000000000000000000000000000..114387d16e7a585188aedb535fa62b8671d7a7b7 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/loader/FlutterLoader.ets @@ -0,0 +1,219 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +/** + * flutterLoader,负责dart虚拟机启动和dart代码加载 + */ +import FlutterShellArgs from '../FlutterShellArgs'; +import FlutterNapi from '../FlutterNapi'; +import Log from '../../../util/Log'; +import FlutterApplicationInfo from './FlutterApplicationInfo'; +import common from '@ohos.app.ability.common'; +import StringUtils from '../../../util/StringUtils'; +import ApplicationInfoLoader from './ApplicationInfoLoader'; +import bundleManager from '@ohos.bundle.bundleManager'; +import fs from '@ohos.file.fs'; + +const TAG = "FlutterLoader"; + +//flutter引擎so +const DEFAULT_LIBRARY = "libflutter.so"; +//jit产物默认kenel文件 +const DEFAULT_KERNEL_BLOB = "kernel_blob.bin"; +//jit产物,默认快照文件 +const VMSERVICE_SNAPSHOT_LIBRARY = "libvmservice_snapshot.so"; +//key值 +const SNAPSHOT_ASSET_PATH_KEY = "snapshot-asset-path"; +//key值 +const VM_SNAPSHOT_DATA_KEY = "vm-snapshot-data"; +//key值 +const ISOLATE_SNAPSHOT_DATA_KEY = "isolate-snapshot-data"; + + +const AOT_SHARED_LIBRARY_NAME = "aot-shared-library-name"; + +const AOT_VMSERVICE_SHARED_LIBRARY_NAME = "aot-vmservice-shared-library-name"; + +//文件路径分隔符 +const FILE_SEPARATOR = "/"; + +/** + * 定位在hap包中的flutter资源,并且加载flutter native library. + */ +export default class FlutterLoader { + flutterNapi: FlutterNapi; + initResult: InitResult; + flutterApplicationInfo: FlutterApplicationInfo; + context: common.Context; + initialized: boolean; + //初始化开始时间戳 + initStartTimestampMillis: number; + + constructor(flutterNapi: FlutterNapi) { + this.flutterNapi = flutterNapi; + } + + /** + * Starts initialization of the native system. + * + *

This loads the Flutter engine's native library to enable subsequent JNI calls. This also + * starts locating and unpacking Dart resources packaged in the app's APK. + * + *

Calling this method multiple times has no effect. + * + * @param applicationContext The Android application context. + * @param settings Configuration settings. + */ + async startInitialization(context: common.Context) { + Log.d(TAG, "flutterLoader start init") + this.initStartTimestampMillis = Date.now(); + this.context = context; + this.flutterApplicationInfo = ApplicationInfoLoader.load(context); + Log.d(TAG, "context.filesDir=" + context.filesDir) + Log.d(TAG, "context.cacheDir=" + context.cacheDir) + Log.d(TAG, "context.bundleCodeDir=" + context.bundleCodeDir) + if (this.flutterApplicationInfo.isDebugMode) { + await this.copyResource(context) + } + this.initResult = new InitResult( + `${context.filesDir}/`, + `${context.cacheDir}/`, + `${context.filesDir}` + ) + Log.d(TAG, "flutterLoader end init") + } + + private async copyResource(context: common.Context) { + let filePath = context.filesDir + FILE_SEPARATOR + this.flutterApplicationInfo.flutterAssetsDir + if (!fs.accessSync(filePath + FILE_SEPARATOR + DEFAULT_KERNEL_BLOB)) { + Log.d(TAG, "start copyResource") + fs.mkdirSync(filePath) + + let icudtlBuffer = await this.context.resourceManager.getRawFileContent(this.flutterApplicationInfo.flutterAssetsDir + "/icudtl.dat") + let icudtlFile = fs.openSync(filePath + FILE_SEPARATOR + "/icudtl.dat", fs.OpenMode.READ_WRITE | fs.OpenMode.CREATE) + fs.writeSync(icudtlFile.fd, icudtlBuffer.buffer) + + let kernelBuffer = await this.context.resourceManager.getRawFileContent(this.flutterApplicationInfo.flutterAssetsDir + FILE_SEPARATOR + DEFAULT_KERNEL_BLOB) + let kernelFile = fs.openSync(filePath + FILE_SEPARATOR + DEFAULT_KERNEL_BLOB, fs.OpenMode.READ_WRITE | fs.OpenMode.CREATE) + fs.writeSync(kernelFile.fd, kernelBuffer.buffer) + + let vmBuffer = await this.context.resourceManager.getRawFileContent(this.flutterApplicationInfo.flutterAssetsDir + FILE_SEPARATOR + this.flutterApplicationInfo.vmSnapshotData) + let vmFile = fs.openSync(filePath + FILE_SEPARATOR + this.flutterApplicationInfo.vmSnapshotData, fs.OpenMode.READ_WRITE | fs.OpenMode.CREATE) + fs.writeSync(vmFile.fd, vmBuffer.buffer) + + let isolateBuffer = await this.context.resourceManager.getRawFileContent(this.flutterApplicationInfo.flutterAssetsDir + FILE_SEPARATOR + this.flutterApplicationInfo.isolateSnapshotData) + let isolateFile = fs.openSync(filePath + FILE_SEPARATOR + this.flutterApplicationInfo.isolateSnapshotData, fs.OpenMode.READ_WRITE | fs.OpenMode.CREATE) + fs.writeSync(isolateFile.fd, isolateBuffer.buffer) + Log.d(TAG, "copyResource end") + } else { + Log.d(TAG, "no copyResource") + } + } + + /** + * 初始化dart虚拟机方法 + * @param flutterShellArgs + */ + ensureInitializationComplete(shellArgs: Array) { + if (this.initialized) { + return; + } + Log.d(TAG, "ensureInitializationComplete") + if (shellArgs == null) { + shellArgs = new Array(); + } + shellArgs.push( + "--icu-native-lib-path=" + + this.flutterApplicationInfo.nativeLibraryDir + + FILE_SEPARATOR + DEFAULT_LIBRARY + ); + + let kernelPath: string = ""; + if (this.flutterApplicationInfo.isDebugMode) { + Log.d(TAG, "this.initResult.dataDirPath=" + this.initResult.dataDirPath) + const snapshotAssetPath = this.initResult.dataDirPath + FILE_SEPARATOR + this.flutterApplicationInfo.flutterAssetsDir; + kernelPath = snapshotAssetPath + FILE_SEPARATOR + DEFAULT_KERNEL_BLOB; + shellArgs.push("--icu-data-file-path=" + snapshotAssetPath + "/icudtl.dat") + shellArgs.push("--" + SNAPSHOT_ASSET_PATH_KEY + "=" + snapshotAssetPath); + shellArgs.push("--" + VM_SNAPSHOT_DATA_KEY + "=" + this.flutterApplicationInfo.vmSnapshotData); + shellArgs.push( + "--" + ISOLATE_SNAPSHOT_DATA_KEY + "=" + this.flutterApplicationInfo.isolateSnapshotData); + } else { + shellArgs.push( + "--" + AOT_SHARED_LIBRARY_NAME + "=" + this.flutterApplicationInfo.aotSharedLibraryName); + shellArgs.push( + "--" + + AOT_SHARED_LIBRARY_NAME + + "=" + + this.flutterApplicationInfo.nativeLibraryDir + + FILE_SEPARATOR + + this.flutterApplicationInfo.aotSharedLibraryName); + if (this.flutterApplicationInfo.isProfile) { + shellArgs.push("--" + AOT_VMSERVICE_SHARED_LIBRARY_NAME + "=" + VMSERVICE_SNAPSHOT_LIBRARY); + } + } + shellArgs.push("--cache-dir-path=" + this.initResult.engineCachesPath); + if (StringUtils.isNotEmpty(this.flutterApplicationInfo.domainNetworkPolicy)) { + shellArgs.push("--domain-network-policy=" + this.flutterApplicationInfo.domainNetworkPolicy); + } + + const resourceCacheMaxBytesThreshold = 1080 * 1920 * 12 * 4; + shellArgs.push("--resource-cache-max-bytes-threshold=" + resourceCacheMaxBytesThreshold); + + shellArgs.push("--prefetched-default-font-manager"); + + shellArgs.push("--leak-vm=" + true); + + //shellArgs.push("--enable-impeller"); + + // //最终初始化操作 + const costTime = Date.now() - this.initStartTimestampMillis; + this.flutterNapi.init( + this.context, + shellArgs, + kernelPath, + this.initResult.appStoragePath, + this.initResult.engineCachesPath, + costTime + ); + this.initialized = true; + } + + findAppBundlePath(): string { + return this.flutterApplicationInfo.flutterAssetsDir; + } + + getLookupKeyForAsset(asset: string, packageName?: string): string { + return this.fullAssetPathFrom(asset); + } + + fullAssetPathFrom(filePath: string): string { + return this.flutterApplicationInfo.flutterAssetsDir + "/" + filePath; + } +} + +class InitResult { + appStoragePath: string; + engineCachesPath: string; + dataDirPath: string; + + constructor(appStoragePath: string, + engineCachesPath: string, + dataDirPath: string) { + this.appStoragePath = appStoragePath; + this.engineCachesPath = engineCachesPath; + this.dataDirPath = dataDirPath; + } +} diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/mutatorsstack/FlutterMutatorView.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/mutatorsstack/FlutterMutatorView.ets new file mode 100644 index 0000000000000000000000000000000000000000..d4d4db09881acb95f759258fad873c30c28a5ff8 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/mutatorsstack/FlutterMutatorView.ets @@ -0,0 +1,149 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +import ArrayList from '@ohos.util.ArrayList'; +import matrix4 from '@ohos.matrix4'; +import { DVModel, DVModelEvents, DVModelParameters } from '../../../view/DynamicView/dynamicView'; +import { createDVModelFromJson } from '../../../view/DynamicView/dynamicViewJson'; +import OhosTouchProcessor from '../../ohos/OhosTouchProcessor'; +import { FlutterMutator, FlutterMutatorsStack } from './FlutterMutatorsStack' + +export class FlutterMutatorView { + private mutatorsStack: FlutterMutatorsStack; + private screenDensity: number; + private left: number; + private top: number; + private prevLeft: number; + private prevTop: number; + private ohosTouchProcessor: OhosTouchProcessor; + private onTouch = (touchEvent: ESObject) => { + let params = this.model.params as Record; + switch (touchEvent.type) { + case TouchType.Down: + this.prevLeft = this.left; + this.prevTop = this.top; + // this.model.params["translateX"] = this.left; + // this.model.params["translateY"] = this.top; + params.translateX = this.left; + params.translateY = this.top; + break; + case TouchType.Move: + // this.model.params["translateX"] = this.prevLeft; + // this.model.params["translateY"] = this.prevTop; + params.translateX = this.prevLeft; + params.translateY = this.prevTop; + this.prevLeft = this.left; + this.prevTop = this.top; + break; + case TouchType.Up: + case TouchType.Cancel: + default: + break; + } + } + + private model: DVModel = createDVModelFromJson( + new DVModelParam("Column", [], { backgroundColor: Color.Red }, { onTouch: this.onTouch }) + ); + + setOnDescendantFocusChangeListener(onFocus: () => void, onBlur: () => void) { + // this.model.events["onFocus"] = onFocus; + // this.model.events["onBlur"] = onBlur; + let events2 = this.model.events as Record; + events2.onFocus = onFocus; + events2.onBlur = onBlur; + } + + public setLayoutParams(parameters: DVModelParameters): void { + if (this.model.params == null) { + this.model.params = new DVModelParameters(); + } + let params = this.model.params as Record | matrix4.Matrix4Transit>; + let parametersRecord = parameters as Record | matrix4.Matrix4Transit>; + // this.model.params['marginLeft'] = parameters['marginLeft']; + // this.model.params['marginTop'] = parameters['marginTop']; + // this.model.params['width'] = parameters['width']; + // this.model.params['height'] = parameters['height']; + params.marginLeft = parametersRecord['marginLeft']; + params.marginTop = parametersRecord['marginTop']; + params.width = parametersRecord['width']; + params.height = parametersRecord['height']; + // this.left = parameters['marginLeft']; + // this.top = parameters['marginTop']; + this.left = parametersRecord.marginLeft as number; + this.top = parametersRecord.marginTop as number ; + } + + public addDvModel(model: DVModel): void { + this.model.children.push(model); + } + + public readyToDisplay(mutatorsStack: FlutterMutatorsStack, left: number, top: number, width: number, height: number) { + this.mutatorsStack = mutatorsStack; + this.left = left; + this.top = top; + let parameters = new DVModelParameters() as Record | matrix4.Matrix4Transit>; + parameters['marginLeft'] = left; + parameters['marginTop'] = top; + parameters['width'] = width; + parameters['height'] = height; + this.setLayoutParams(parameters); + this.dealMutators(); + } + + private dealMutators() { + let paths = this.mutatorsStack.getFinalClippingPaths(); + let rects = this.mutatorsStack.getFinalClippingRects(); + let matrix = this.mutatorsStack.getFinalMatrix(); + let params = this.model.params as Record | matrix4.Matrix4Transit>; + if (!paths.isEmpty()) { + let path = paths.getLast(); + // this.model.params["pathWidth"] = path.width; + // this.model.params["pathHeight"] = path.height; + // this.model.params["pathCommands"] = path.commands; + params.pathWidth = path.width; + params.pathHeight = path.height; + params.pathCommands = path.commands; + } + if (!rects.isEmpty()) { + let rect = rects.getLast(); + // this.model.params["rectWidth"] = rect.width; + // this.model.params["rectHeight"] = rect.height; + // this.model.params["rectRadius"] = rect.radius; + params.rectWidth = rect.width; + params.rectHeight = rect.height; + params.rectRadius = rect.radius; + } + // this.model.params["matrix"] = matrix; + params.matrix = matrix; + } + + public getDvModel(): DVModel { + return this.model; + } +} + +class DVModelParam { + compType: string + children: [] + attributes: ESObject + events: ESObject + + constructor(compType: string, children: [], attributes: ESObject, events: ESObject) { + this.compType = compType; + this.children = children; + this.attributes = attributes; + this.events = events; + } +}; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/mutatorsstack/FlutterMutatorsStack.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/mutatorsstack/FlutterMutatorsStack.ets new file mode 100644 index 0000000000000000000000000000000000000000..4653cb30b7b575b47e416943115d97c3eed514bd --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/mutatorsstack/FlutterMutatorsStack.ets @@ -0,0 +1,135 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +import matrix4 from '@ohos.matrix4' +import List from '@ohos.util.List'; + +export enum FlutterMutatorType { + CLIP_RECT, + CLIP_PATH, + TRANSFORM, + OPACITY +} + +class Rect { + width: number; + height: number; + radius?: string | number | Array; + + constructor(width:number, height:number, radius?:string | number | Array) { + this.width = width; + this.height = height; + this.radius = radius; + } +} + +class Path { + width: number | string; + height: number | string; + commands?: string; + + constructor(width:number | string, height:number | string, commands?:string) { + this.width = width; + this.height = height; + this.commands = commands; + } +} + +export class FlutterMutator { + private matrix: matrix4.Matrix4Transit; + private rect: Rect; + private path: Path; + + constructor(args: matrix4.Matrix4Transit | Rect | Path) { + if (args instanceof Rect) { + this.rect = args; + } else if (args instanceof Path) { + this.path = args; + } else { + this.matrix = args; + } + } + + public getMatrix() { + return this.matrix; + } + + public getRect() { + return this.rect; + } + + public getPath() { + return this.path; + } +} + +export class FlutterMutatorsStack { + private mutators: List; + private finalClippingPaths: List; + private finalClippingRects: List; + + private finalMatrix: matrix4.Matrix4Transit; + + constructor() { + this.mutators = new List(); + this.finalClippingPaths = new List(); + this.finalClippingRects = new List(); + this.finalMatrix = matrix4.identity(); + } + + public pushTransform(values: Array): void { + if (values.length != 16) { + return; + } + let index = 0; + let matrix = matrix4.init( + [values[index++], values[index++], values[index++], values[index++], + values[index++], values[index++], values[index++], values[index++], + values[index++], values[index++], values[index++], values[index++], + values[index++], values[index++], values[index++], values[index++]]); + let mutator = new FlutterMutator(matrix); + this.mutators.add(mutator); + this.finalMatrix.combine(matrix); + } + + public pushClipRect(width:number, height:number, radius?:number) { + let rect = new Rect(width, height, radius); + let mutator = new FlutterMutator(rect); + this.mutators.add(mutator); + this.finalClippingRects.add(rect); + } + + public pushClipPath(width:number, height:number, command?:string) { + let path = new Path(width, height, command); + let mutator = new FlutterMutator(path); + this.mutators.add(mutator); + this.finalClippingPaths.add(path); + } + + public getMutators() { + return this.mutators; + } + + public getFinalClippingPaths() { + return this.finalClippingPaths; + } + + public getFinalClippingRects() { + return this.finalClippingRects; + } + + public getFinalMatrix() { + return this.finalMatrix; + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/plugins/FlutterPlugin.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/plugins/FlutterPlugin.ets new file mode 100644 index 0000000000000000000000000000000000000000..3045e2b8d7ddf48a11d96a642650c63a3f6c0025 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/plugins/FlutterPlugin.ets @@ -0,0 +1,118 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import common from '@ohos.app.ability.common'; +import { BinaryMessenger } from '../../../plugin/common/BinaryMessenger'; +import PlatformViewRegistry from '../../../plugin/platform/PlatformViewRegistry'; +import FlutterEngineGroup from '../FlutterEngineGroup'; + +export interface FlutterPlugin { + //获取唯一的类名 类似安卓的ClassRelevant resources that this {@code FlutterPlugin} may need are provided via the {@code + * binding}. The {@code binding} may be cached and referenced until {@link + * #onDetachedFromEngine(FlutterPluginBinding)} is invoked and returns. + */ + onAttachedToEngine(binding: FlutterPluginBinding): void; + + /** + * This {@code FlutterPlugin} has been removed from a {@link + * io.flutter.embedding.engine.FlutterEngine} instance. + * + *

The {@code binding} passed to this method is the same instance that was passed in {@link + * #onAttachedToEngine(FlutterPluginBinding)}. It is provided again in this method as a + * convenience. The {@code binding} may be referenced during the execution of this method, but it + * must not be cached or referenced after this method returns. + * + *

{@code FlutterPlugin}s should release all resources in this method. + */ + onDetachedFromEngine(binding: FlutterPluginBinding): void; +} + +export class FlutterPluginBinding { + private applicationContext: common.Context; + private binaryMessenger: BinaryMessenger; + private flutterAssets: FlutterAssets; + private group: FlutterEngineGroup; + private platformViewRegistry: PlatformViewRegistry; + + constructor(applicationContext: common.Context, binaryMessenger: BinaryMessenger, flutterAssets: FlutterAssets, group: FlutterEngineGroup, platformViewRegistry?: PlatformViewRegistry) { + this.applicationContext = applicationContext; + this.binaryMessenger = binaryMessenger; + this.flutterAssets = flutterAssets; + this.group = group; + this.platformViewRegistry = platformViewRegistry; + } + + getApplicationContext(): common.Context { + return this.applicationContext; + } + + getBinaryMessenger(): BinaryMessenger { + return this.binaryMessenger; + } + + getFlutterAssets(): FlutterAssets { + return this.flutterAssets; + } + + getEngineGroup(): FlutterEngineGroup { + return this.group; + } + + public getPlatformViewRegistry(): PlatformViewRegistry { + return this.platformViewRegistry; + } +} + +/** Provides Flutter plugins with access to Flutter asset information. */ +export interface FlutterAssets { + /** + * Returns the relative file path to the Flutter asset with the given name, including the file's + * extension, e.g., {@code "myImage.jpg"}. + * + *

The returned file path is relative to the Ohos app's standard assets directory. + * Therefore, the returned path is appropriate to pass to Ohos's {@code ResourceManage}, but + * the path is not appropriate to load as an absolute path. + */ + getAssetFilePathByName(assetFileName: string): string; + + /** + * Same as {@link #getAssetFilePathByName(String)} but with added support for an explicit + * Ohos {@code bundleName}. + */ + getAssetFilePathByName(assetFileName: string, bundleName: string): string; + + /** + * Returns the relative file path to the Flutter asset with the given subpath, including the + * file's extension, e.g., {@code "/dir1/dir2/myImage.jpg"}. + * + *

The returned file path is relative to the Ohos app's standard assets directory. + * Therefore, the returned path is appropriate to pass to Ohos's {@code ResourceManage}, but + * the path is not appropriate to load as an absolute path. + */ + getAssetFilePathBySubpath(assetSubpath: string): string; + + /** + * Same as {@link #getAssetFilePathBySubpath(String)} but with added support for an explicit + * Ohos {@code bundleName}. + */ + getAssetFilePathBySubpath(assetSubpath: string, bundleName: string): string; +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/plugins/PluginRegistry.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/plugins/PluginRegistry.ets new file mode 100644 index 0000000000000000000000000000000000000000..1a322ec2ba1bbcfcbce180b00ec4df6356733180 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/plugins/PluginRegistry.ets @@ -0,0 +1,73 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import { FlutterPlugin } from './FlutterPlugin'; + +export default interface PluginRegistry { + /** + * Attaches the given {@code plugin} to the {@link io.flutter.embedding.engine.FlutterEngine} + * associated with this {@code PluginRegistry}. + */ + add(plugin: FlutterPlugin): void; + + /** + * Attaches the given {@code plugins} to the {@link io.flutter.embedding.engine.FlutterEngine} + * associated with this {@code PluginRegistry}. + */ + addList(plugins: Set): void; + + /** + * Returns true if a plugin of the given type is currently attached to the {@link + * io.flutter.embedding.engine.FlutterEngine} associated with this {@code PluginRegistry}. + */ + //Class + has(pluginClassName: string): boolean; + + /** + * Returns the instance of a plugin that is currently attached to the {@link + * io.flutter.embedding.engine.FlutterEngine} associated with this {@code PluginRegistry}, which + * matches the given {@code pluginClass}. + * + *

If no matching plugin is found, {@code null} is returned. + */ + //Class + get(pluginClassName: string): FlutterPlugin; + + /** + * Detaches the plugin of the given type from the {@link + * io.flutter.embedding.engine.FlutterEngine} associated with this {@code PluginRegistry}. + * + *

If no such plugin exists, this method does nothing. + */ + //Class + remove(pluginClassName: string): void; + + /** + * Detaches the plugins of the given types from the {@link + * io.flutter.embedding.engine.FlutterEngine} associated with this {@code PluginRegistry}. + * + *

If no such plugins exist, this method does nothing. + */ + //Class + removeList(pluginClassNames: Set): void; + + /** + * Detaches all plugins that are currently attached to the {@link + * io.flutter.embedding.engine.FlutterEngine} associated with this {@code PluginRegistry}. + * + *

If no plugins are currently attached, this method does nothing. + */ + removeAll(): void; +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/plugins/ability/AbilityAware.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/plugins/ability/AbilityAware.ets new file mode 100644 index 0000000000000000000000000000000000000000..bd68f68aee68859e0c13b696743c8d9d280b7500 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/plugins/ability/AbilityAware.ets @@ -0,0 +1,75 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +/** + * {@link io.flutter.embedding.engine.plugins.FlutterPlugin} that is interested in {@link + * ohos.app.ability.UIAbility} lifecycle events related to a {@link + * io.flutter.embedding.engine.FlutterEngine} running within the given {@link ohos.app.ability.UIAbility}. + */ +import { AbilityPluginBinding } from './AbilityPluginBinding'; + +export default interface AbilityAware { + /** + * This {@code AbilityAware} {@link io.flutter.embedding.engine.plugins.FlutterPlugin} is now + * associated with an {@link ohos.app.ability.UIAbility}. + * + *

This method can be invoked in 1 of 2 situations: + * + *

    + *
  • This {@code AbilityAware} {@link io.flutter.embedding.engine.plugins.FlutterPlugin} was + * just added to a {@link io.flutter.embedding.engine.FlutterEngine} that was already + * connected to a running {@link ohos.app.ability.UIAbility}. + *
  • This {@code AbilityAware} {@link io.flutter.embedding.engine.plugins.FlutterPlugin} was + * already added to a {@link io.flutter.embedding.engine.FlutterEngine} and that {@link + * io.flutter.embedding.engine.FlutterEngine} was just connected to an {@link + * ohos.app.ability.UIAbility}. + *
+ * + * The given {@link AbilityPluginBinding} contains {@link ohos.app.ability.UIAbility}-related + * references that an {@code AbilityAware} {@link + * io.flutter.embedding.engine.plugins.FlutterPlugin} may require, such as a reference to the + * actual {@link ohos.app.ability.UIAbility} in question. The {@link AbilityPluginBinding} may be + * referenced until either {@link #onDetachedFromAbilityForConfigChanges()} or {@link + * #onDetachedFromAbility()} is invoked. At the conclusion of either of those methods, the + * binding is no longer valid. Clear any references to the binding or its resources, and do not + * invoke any further methods on the binding or its resources. + */ + onAttachedToAbility(binding: AbilityPluginBinding): void ; + + /** + * This plugin has been detached from an {@link ohos.app.ability.UIAbility}. + * + *

Detachment can occur for a number of reasons. + * + *

    + *
  • The app is no longer visible and the {@link ohos.app.ability.UIAbility} instance has been + * destroyed. + *
  • The {@link io.flutter.embedding.engine.FlutterEngine} that this plugin is connected to + * has been detached from its {@link io.flutter.embedding.android.FlutterView}. + *
  • This {@code AbilityAware} plugin has been removed from its {@link + * io.flutter.embedding.engine.FlutterEngine}. + *
+ * + * By the end of this method, the {@link ohos.app.ability.UIAbility} that was made available in {@link + * #onAttachedToAbility(AbilityPluginBinding)} is no longer valid. Any references to the + * associated {@link ohos.app.ability.UIAbility} or {@link AbilityPluginBinding} should be cleared. + * + *

Any {@code Lifecycle} listeners that were registered in {@link + * #onAttachedToAbility(AbilityPluginBinding)} or {@link + * #onReattachedToAbilityForConfigChanges(AbilityPluginBinding)} should be deregistered here to + * avoid a possible memory leak and other side effects. + */ + onDetachedFromAbility(): void; +} diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/plugins/ability/AbilityControlSurface.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/plugins/ability/AbilityControlSurface.ets new file mode 100644 index 0000000000000000000000000000000000000000..cdc25248736f45b41fa4752c386522de4fa3759c --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/plugins/ability/AbilityControlSurface.ets @@ -0,0 +1,28 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import AbilityConstant from '@ohos.app.ability.AbilityConstant'; +import Want from '@ohos.app.ability.Want'; +import UIAbility from '@ohos.app.ability.UIAbility'; +import ExclusiveAppComponent from '../../../ohos/ExclusiveAppComponent'; + +export default interface ActivityControlSurface { + attachToAbility(exclusiveActivity: ExclusiveAppComponent): void; + detachFromAbility(): void; + onNewWant(want: Want, launchParams: AbilityConstant.LaunchParam): void; + onWindowFocusChanged(hasFocus: boolean): void; + // onSaveState(reason: AbilityConstant.StateType, wantParam: { [key: string]: Object; }): AbilityConstant.OnSaveResult; + onSaveState(reason: AbilityConstant.StateType, wantParam: Record): AbilityConstant.OnSaveResult; +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/plugins/ability/AbilityPluginBinding.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/plugins/ability/AbilityPluginBinding.ets new file mode 100644 index 0000000000000000000000000000000000000000..9195e2f8f325596759a756dfdb93dc69a27b3e9e --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/plugins/ability/AbilityPluginBinding.ets @@ -0,0 +1,85 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import UIAbility from '@ohos.app.ability.UIAbility' +import Want from '@ohos.app.ability.Want'; +import AbilityConstant from '@ohos.app.ability.AbilityConstant'; + +export interface AbilityPluginBinding { + getAbility(): UIAbility; + /** + * Adds a listener that is invoked whenever the associated {@link ohos.app.ability.UIAbility}'s {@code + * onNewWant(...)} method is invoked. + */ + addOnNewWantListener(listener: NewWantListener): void; + + /** + * Removes a listener that was added in {@link + * #addOnNewWantListener(NewWantListener)}. + */ + removeOnNewWantListener(listener: NewWantListener): void; + + /** + * Adds a listener that is invoked whenever the associated {@link ohos.app.ability.UIAbility}'s {@code + * windowStageEvent} method is invoked. + */ + addOnWindowFocusChangedListener(listener: WindowFocusChangedListener): void; + + /** + * Removes a listener that was added in {@link + * #addOnWindowFocusChangedListener(WindowFocusChangedListener)}. + */ + removeOnWindowFocusChangedListener(listener: WindowFocusChangedListener): void; + + /** + * Adds a listener that is invoked when the associated {@code UIAbility} saves + * and restores instance state. + */ + addOnSaveStateListener(listener: OnSaveStateListener): void; + + /** + * Removes a listener that was added in {@link + * #addOnSaveStateListener(OnSaveStateListener)}. + */ + removeOnSaveStateListener(listener: OnSaveStateListener): void; +} + +/** + * Delegate interface for handling new wants on behalf of the main {@link ohos.app.ability.UIAbility}. + */ +export interface NewWantListener { + /** + * @param intent The new want that was started for the UIAbility. + * @return true if the new want has been handled. + */ + onNewWant(want: Want, launchParams: AbilityConstant.LaunchParam): void; +} + +/** + * Delegate interface for handling window focus changes on behalf of the main {@link + * ohos.app.ability.UIAbility}. + */ +export interface WindowFocusChangedListener { + onWindowFocusChanged(hasFocus: boolean): void; +} + +export interface OnSaveStateListener { + /** + * Invoked when the associated {@code UIAbility} or {@code Fragment} executes {@link + * Activity#onSaveState(Bundle)}. + */ + // onSaveState(reason: AbilityConstant.StateType, wantParam: { [key: string]: Object; }): AbilityConstant.OnSaveResult; + onSaveState(reason: AbilityConstant.StateType, wantParam: Record): AbilityConstant.OnSaveResult; +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/renderer/FlutterUiDisplayListener.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/renderer/FlutterUiDisplayListener.ets new file mode 100644 index 0000000000000000000000000000000000000000..c48bb4ab13d128f184c587905085a0f279fbc881 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/renderer/FlutterUiDisplayListener.ets @@ -0,0 +1,19 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +export interface FlutterUiDisplayListener { + onFlutterUiDisplayed(): void; + + onFlutterUiNoLongerDisplayed(): void; +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/AccessibilityChannel.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/AccessibilityChannel.ets new file mode 100644 index 0000000000000000000000000000000000000000..ed96f236fb55a878ef4b03766a7751cf389e377a --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/AccessibilityChannel.ets @@ -0,0 +1,118 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import Log from '../../../util/Log'; +import DartExecutor from '../dart/DartExecutor'; +import BasicMessageChannel, { MessageHandler, Reply} from '../../../plugin/common/BasicMessageChannel'; +import HashMap from '@ohos.util.HashMap'; +import FlutterNapi, {AccessibilityDelegate} from '../FlutterNapi'; +import { Action } from '../../../view/AccessibilityBridge' +import StandardMessageCodec from '../../../plugin/common/StandardMessageCodec'; + +/** +* 辅助功能channel +*/ +export default class AccessibilityChannel implements MessageHandler{ + private static TAG = "AccessibilityChannel"; + private static CHANNEL_NAME = "flutter/accessibility"; + private channel: BasicMessageChannel; + private flutterNapi: FlutterNapi; + private handler: AccessibilityMessageHandler; + private nextReplyId: number = 1; + + onMessage(message: object, reply: Reply): void { + if (this.handler == null) { + Log.i(AccessibilityChannel.TAG, "NULL"); + reply.reply(null); + return; + } + let annotatedEvent: HashMap = message as HashMap; + let type: string = annotatedEvent.get("type") as string; + let data: HashMap = annotatedEvent.get("data") as HashMap; + + Log.i(AccessibilityChannel.TAG, "Received " + type + " message."); + switch (type) { + case "announce": { + Log.i(AccessibilityChannel.TAG, "Announce"); + let announceMessage: string = data.get("message"); + if (announceMessage != null) { + this.handler.announce(announceMessage); + } + break; + } + case "tap": { + Log.i(AccessibilityChannel.TAG, "Tag"); + let nodeId: number = annotatedEvent.get("nodeId"); + if (nodeId != null) { + this.handler.onTap(nodeId); + } + break; + } + case "longPress": { + Log.i(AccessibilityChannel.TAG, "LongPress"); + let nodeId: number = annotatedEvent.get("nodeId"); + if (nodeId != null) { + this.handler.onLongPress(nodeId); + } + break; + } + case "tooltip": { + Log.i(AccessibilityChannel.TAG, "ToolTip"); + let tooltipMessage: string = data.get("message"); + if (tooltipMessage != null) { + this.handler.onTooltip(tooltipMessage); + } + break; + } + } + reply.reply(null); + } + + constructor(dartExecutor: DartExecutor, flutterNapi: FlutterNapi) { + Log.i(AccessibilityChannel.TAG, "Channel entered"); + this.channel = new BasicMessageChannel(dartExecutor, AccessibilityChannel.CHANNEL_NAME, StandardMessageCodec.INSTANCE); + this.channel.setMessageHandler(this); + this.flutterNapi = flutterNapi; + } + + onOhosAccessibilityEnabled(): void { + let replyId: number = this.nextReplyId++; + this.flutterNapi.setSemanticsEnabled(true, replyId); + } + + onOhosAccessibilityFeatures(accessibilityFeatureFlags: number): void { + let replyId: number = this.nextReplyId++; + this.flutterNapi.setAccessibilityFeatures(accessibilityFeatureFlags, replyId); + } + + dispatchSemanticsAction(virtualViewId: number, action: Action): void { + let replyId: number = this.nextReplyId++; + this.flutterNapi.dispatchSemanticsAction(virtualViewId, action, replyId); + } + + setAccessibilityMessageHandler(handler: AccessibilityMessageHandler): void { + this.handler = handler; + let replyId: number = this.nextReplyId++; + this.flutterNapi.setAccessibilityDelegate(handler, replyId); + } + +} + +interface AccessibilityMessageHandler extends AccessibilityDelegate { + announce(message: string): void; + onTap(nodeId: number): void; + onLongPress(nodeId: number): void; + onTooltip(nodeId: string): void; +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/KeyEventChannel.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/KeyEventChannel.ets new file mode 100644 index 0000000000000000000000000000000000000000..8ac0e08bf3da27a8a14a8e83c47099184ba63945 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/KeyEventChannel.ets @@ -0,0 +1,75 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import BasicMessageChannel from '../../../plugin/common/BasicMessageChannel'; +import { BinaryMessenger } from '../../../plugin/common/BinaryMessenger'; +import { Reply } from '../../../plugin/common/BasicMessageChannel'; +import { Action, Key, KeyEvent } from '@ohos.multimodalInput.keyEvent'; +import Log from '../../../util/Log'; +import JSONMessageCodec from '../../../plugin/common/JSONMessageCodec'; + +export default class KeyEventChannel { + private static TAG = "KeyEventChannel"; + private static CHANNEL_NAME = "flutter/keyevent"; + private channel : BasicMessageChannel>; + + constructor(binaryMessenger: BinaryMessenger) { + this.channel = new BasicMessageChannel>(binaryMessenger, KeyEventChannel.CHANNEL_NAME, JSONMessageCodec.INSTANCE); + } + + sendFlutterKeyEvent(keyEvent: FlutterKeyEvent, + isKeyUp: boolean, + responseHandler: EventResponseHandler): void { + this.channel.send(this.encodeKeyEvent(keyEvent, isKeyUp), + (message:Map) => { + let isEventHandled = false; + try { + if (message != null) { + isEventHandled = message.get("handled") as boolean; + } + } catch (e) { + Log.e(KeyEventChannel.TAG, "Unable to unpack JSON message: " + e); + } + responseHandler.onFrameworkResponse(isEventHandled); + } + ); + } + + encodeKeyEvent(keyEvent: FlutterKeyEvent, isKeyUp: boolean): Map { + let message: Map = new Map(); + message.set("type", isKeyUp ? "keyup" : "keydown"); + message.set("keymap", "ohos"); + message.set("codePoint", keyEvent.event.unicodeChar); + message.set("keyCode", keyEvent.event.key.code); + message.set("deviceId", keyEvent.event.key.deviceId); + message.set("character", keyEvent.event.key.code.toString()); + message.set("repeatCount", 1); + return message; + } + + +} + +export interface EventResponseHandler { + onFrameworkResponse(isEventHandled: boolean): void; +} + +export class FlutterKeyEvent { + event: KeyEvent; + + constructor( ohosKeyEvent: KeyEvent) { + this.event = ohosKeyEvent; + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/LifecycleChannel.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/LifecycleChannel.ets new file mode 100644 index 0000000000000000000000000000000000000000..ce5acbdbbae50078e7c339c767a34a178413bf2d --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/LifecycleChannel.ets @@ -0,0 +1,105 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import Log from '../../../util/Log'; +import StringCodec from '../../../plugin/common/StringCodec'; +import DartExecutor from '../dart/DartExecutor'; +import BasicMessageChannel from '../../../plugin/common/BasicMessageChannel'; + +/** + * 生命周期channel + */ +export default class LifecycleChannel { + private static TAG = "LifecycleChannel"; + private static CHANNEL_NAME = "flutter/lifecycle"; + + // These should stay in sync with the AppLifecycleState enum in the framework. + private static RESUMED = "AppLifecycleState.resumed"; + private static INACTIVE = "AppLifecycleState.inactive"; + private static PAUSED = "AppLifecycleState.paused"; + private static DETACHED = "AppLifecycleState.detached"; + + private lastOhosState = ""; + private lastFlutterState = ""; + private lastFocus = true; + + private channel: BasicMessageChannel + + constructor(dartExecutor: DartExecutor) { + this.channel = new BasicMessageChannel(dartExecutor, LifecycleChannel.CHANNEL_NAME, StringCodec.INSTANCE) + } + + // Called if at least one window in the app has focus. + aWindowIsFocused(): void { + this.sendState(this.lastOhosState, true); + } + + // Called if no windows in the app have focus. + noWindowsAreFocused(): void { + this.sendState(this.lastOhosState, false); + } + + appIsResumed(): void { + this.sendState(LifecycleChannel.RESUMED, this.lastFocus); + } + + appIsInactive(): void { + this.sendState(LifecycleChannel.INACTIVE, this.lastFocus); + } + + appIsPaused(): void { + this.sendState(LifecycleChannel.PAUSED, this.lastFocus); + } + + appIsDetached(): void { + this.sendState(LifecycleChannel.DETACHED, this.lastFocus); + } + + // Here's the state table this implements: + // + // | UIAbility State | Window focused | Flutter state | + // |-----------------|----------------|---------------| + // | onCreate | true | resumed | + // | onCreate | false | inactive | + // | onForeground | true | resumed | + // | onForeground | false | inactive | + // | onBackground | true | paused | + // | onBackground | false | paused | + // | onDestroy | true | detached | + // | onDestroy | false | detached | + + private sendState(state: string, hasFocus: boolean): void { + if (this.lastOhosState == state && hasFocus == this.lastFocus) { + // No inputs changed, so Flutter state could not have changed. + return; + } + let newState: string; + if (state == LifecycleChannel.RESUMED) { + newState = hasFocus ? LifecycleChannel.RESUMED : LifecycleChannel.INACTIVE; + } else { + newState = state; + } + // Keep the last reported values for future updates. + this.lastOhosState = state; + this.lastFocus = hasFocus; + if (newState == this.lastFlutterState) { + // No change in the resulting Flutter state, so don't report anything. + return; + } + Log.i(LifecycleChannel.TAG, "Sending " + newState + " message."); + this.channel.send(newState); + this.lastFlutterState = newState; + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/LocalizationChannel.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/LocalizationChannel.ets new file mode 100644 index 0000000000000000000000000000000000000000..c4b5b6cf7b8868145424897851dd734d7eff5b6a --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/LocalizationChannel.ets @@ -0,0 +1,71 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import DartExecutor from '../dart/DartExecutor'; +import MethodChannel, { MethodCallHandler, MethodResult} from '../../../plugin/common/MethodChannel'; +import MethodCall from '../../../plugin/common/MethodCall'; +import List from '@ohos.util.List'; +import JSONMethodCodec from '../../../plugin/common/JSONMethodCodec'; +import intl from '@ohos.intl'; +import Log from '../../../util/Log'; + +const TAG = "LocalizationChannel"; +export default class LocalizationChannel implements MethodCallHandler{ + private static TAG = "LocalizationChannel"; + private static CHANNEL_NAME = "flutter/localization"; + private channel: MethodChannel; + private localizationMessageHandler: LocalizationMessageHandler; + + onMethodCall(call: MethodCall, result: MethodResult) :void { + if (this.localizationMessageHandler == null) { + Log.e(TAG, "localizationMessageHandler is null"); + return; + } + let method: string = call.method; + switch (method) { + case "Localization.getStringResource": { + Log.i(TAG, "Localization.getStringResource enter"); + let key: string = call.argument("key"); + let localeString: string = null; + if (call.hasArgument("locale")) { + localeString = call.argument("locale"); + } + result.success(this.localizationMessageHandler.getStringResource(key, localeString)); + break; + } + default: { + result.notImplemented(); + break; + } + } + } + + constructor(dartExecutor: DartExecutor) { + this.channel = new MethodChannel(dartExecutor, LocalizationChannel.CHANNEL_NAME, JSONMethodCodec.INSTANCE); + this.channel.setMethodCallHandler(this); + } + + setLocalizationMessageHandler(localizationMessageHandler: LocalizationMessageHandler): void { + this.localizationMessageHandler = localizationMessageHandler; + } + + sendLocales(locales: Array): void { + this.channel.invokeMethod("setLocale", locales); + } +} + +export interface LocalizationMessageHandler { + getStringResource(key: string, local: string); +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/MouseCursorChannel.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/MouseCursorChannel.ets new file mode 100644 index 0000000000000000000000000000000000000000..210a7510a478d350cd38e89d7826e3a53290dfa8 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/MouseCursorChannel.ets @@ -0,0 +1,85 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import HashMap from '@ohos.util.HashMap'; +import MethodCall from '../../../plugin/common/MethodCall'; +import MethodChannel, { MethodCallHandler, MethodResult } from '../../../plugin/common/MethodChannel'; +import StandardMethodCodec from '../../../plugin/common/StandardMethodCodec'; +import Log from '../../../util/Log'; +import DartExecutor from '../dart/DartExecutor'; + +const TAG:string = 'MouseCursorChannel' + +export default class MouseCursorChannel implements MethodCallHandler { + public channel: MethodChannel; + + private mouseCursorMethodHandler: MouseCursorMethodHandler; + + onMethodCall(call: MethodCall, result: MethodResult): void { + if (this.mouseCursorMethodHandler === null) { + // if no explicit mouseCursorMethodHandler has been registered then we don't + // need to formed this call to an API. Return + Log.e(TAG, "mouseCursorMethodHandler is null") + return; + } + + let method: string = call.method; + Log.i(TAG, "Received '" + method + "' message."); + try { + // More methods are expected to be added here, hence the switch. + switch (method) { + case "activateSystemCursor": + let argument: HashMap = call.args; + let kind: string = argument.get("kind"); + try { + this.mouseCursorMethodHandler.activateSystemCursor(kind); + } catch (err) { + result.error("error", "Error when setting cursors: " + JSON.stringify(err), null); + break; + } + result.success(true); + break; + default: + break; + } + } catch (error) { + result.error("error", "UnHandled error: " + JSON.stringify(error), null) + } + } + + constructor(dartExecutor: DartExecutor) { + this.channel = new MethodChannel(dartExecutor, "flutter/mousecursor", StandardMethodCodec.INSTANCE); + this.channel.setMethodCallHandler(this); + } + + /** + * Sets the {@link MouseCursorMethodHandler} which receives all events and requests that are + * parsed from the underlying platform channel. + * @param mouseCursorMethodHandler + */ + public setMethodHandler(mouseCursorMethodHandler: MouseCursorMethodHandler): void { + this.mouseCursorMethodHandler = mouseCursorMethodHandler; + } + + public synthesizeMethodCall(call: MethodCall, result: MethodResult): void { + this.onMethodCall(call, result); + } +} + +export interface MouseCursorMethodHandler { + // Called when the pointer should start displaying a system mouse cursor + // specified by {@code shapeCode}. + activateSystemCursor(kind: String): void; +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/NavigationChannel.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/NavigationChannel.ets new file mode 100644 index 0000000000000000000000000000000000000000..f7ebcb6926eb490ed2ee21cb8927e5ed2a202632 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/NavigationChannel.ets @@ -0,0 +1,62 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import JSONMethodCodec from '../../../plugin/common/JSONMethodCodec'; +import MethodCall from '../../../plugin/common/MethodCall'; +import MethodChannel, { MethodCallHandler, MethodResult } from '../../../plugin/common/MethodChannel'; +import Log from '../../../util/Log'; +import DartExecutor from '../dart/DartExecutor'; + +export default class NavigationChannel { + private static TAG = "NavigationChannel"; + private channel: MethodChannel + + constructor(dartExecutor: DartExecutor) { + this.channel = new MethodChannel(dartExecutor, "flutter/navigation", JSONMethodCodec.INSTANCE); + // Provide a default handler that returns an empty response to any messages + // on this channel. + this.channel.setMethodCallHandler(new NavigationCallback()); + } + + setInitialRoute(initialRoute: string): void { + Log.i(NavigationChannel.TAG, "Sending message to set initial route to '" + initialRoute + "'"); + this.channel.invokeMethod("setInitialRoute", initialRoute); + } + + pushRoute(route: string): void { + Log.i(NavigationChannel.TAG, "Sending message to push route '" + route + "'"); + this.channel.invokeMethod("pushRoute", route); + } + + pushRouteInformation(route: string): void { + Log.i(NavigationChannel.TAG, "Sending message to push route information '" + route + "'"); + this.channel.invokeMethod("pushRouteInformation", new Map().set("location", route) ); + } + + popRoute(): void { + Log.i(NavigationChannel.TAG, "Sending message to pop route."); + this.channel.invokeMethod("popRoute", null); + } + + setMethodCallHandler(handler: MethodCallHandler) { + this.channel.setMethodCallHandler(handler); + } +} + +class NavigationCallback implements MethodCallHandler { + onMethodCall(call: MethodCall, result: MethodResult) { + result.success(null); + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/PlatformChannel.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/PlatformChannel.ets new file mode 100644 index 0000000000000000000000000000000000000000..20e8db4b44690fd0e2bafbde4044a1f0724fba7f --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/PlatformChannel.ets @@ -0,0 +1,505 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import JSONMethodCodec from '../../../plugin/common/JSONMethodCodec'; +import MethodCall from '../../../plugin/common/MethodCall'; +import MethodChannel, { MethodCallHandler, MethodResult } from '../../../plugin/common/MethodChannel'; +import Log from '../../../util/Log'; +import DartExecutor from '../dart/DartExecutor'; +import pasteboard from '@ohos.pasteboard'; +import bundleManager from '@ohos.bundle.bundleManager'; +import window from '@ohos.window'; + +export default class PlatformChannel { + private static TAG = "PlatformChannel"; + private static CHANNEL_NAME = "flutter/platform"; + channel: MethodChannel; + platformMessageHandler: PlatformMessageHandler; + + constructor(dartExecutor: DartExecutor) { + this.channel = new MethodChannel(dartExecutor, PlatformChannel.CHANNEL_NAME, JSONMethodCodec.INSTANCE); + let callback = new PlatformMethodCallback(); + callback.platform = this; + this.channel.setMethodCallHandler(callback); + } + + setPlatformMessageHandler(platformMessageHandler: PlatformMessageHandler): void { + this.platformMessageHandler = platformMessageHandler; + } + + systemChromeChanged(overlaysAreVisible: boolean): void { + Log.d(PlatformChannel.TAG, "Sending 'systemUIChange' message."); + this.channel.invokeMethod("SystemChrome.systemUIChange", [overlaysAreVisible]); + } + + decodeOrientations(encodedOrientations: string[]): number { + let requestedOrientation = 0x00; + let firstRequestedOrientation = 0x00; + for(let index = 0; index< encodedOrientations.length; index += 1) { + let encodedOrientation = encodedOrientations[index]; + Log.d(PlatformChannel.TAG,"encodedOrientation[" + index + "]: "+encodedOrientation); + let orientation = this.getDeviceOrientationFromValue(encodedOrientation); + switch (orientation) { + case DeviceOrientation.PORTRAIT_UP: + requestedOrientation |= 0x01; + break; + case DeviceOrientation.PORTRAIT_DOWN: + requestedOrientation |= 0x04; + break; + case DeviceOrientation.LANDSCAPE_LEFT: + requestedOrientation |= 0x02; + break; + case DeviceOrientation.LANDSCAPE_RIGHT: + requestedOrientation |= 0x08; + break; + } + if (firstRequestedOrientation == 0x00) { + firstRequestedOrientation = requestedOrientation; + } + } + + switch (requestedOrientation) { + case 0x00: + return window.Orientation.UNSPECIFIED; + case 0x01: + return window.Orientation.PORTRAIT; + case 0x02: + return window.Orientation.LANDSCAPE; + case 0x03: + case 0x04: + return window.Orientation.PORTRAIT_INVERTED; + case 0x05: + return window.Orientation.AUTO_ROTATION_PORTRAIT; + case 0x06: + case 0x07: + case 0x08: + return window.Orientation.LANDSCAPE_INVERTED; + case 0x09: + case 0x0a: + return window.Orientation.AUTO_ROTATION_LANDSCAPE; + case 0x0b: + return window.Orientation.LOCKED; + case 0x0c: + case 0x0d: + case 0x0e: + switch (firstRequestedOrientation) { + case 0x01: + return bundleManager.DisplayOrientation.PORTRAIT; + case 0x02: + return bundleManager.DisplayOrientation.LANDSCAPE; + case 0x04: + return bundleManager.DisplayOrientation.PORTRAIT_INVERTED; + case 0x08: + return bundleManager.DisplayOrientation.LANDSCAPE_INVERTED; + } + case 0x0f: + } + return bundleManager.DisplayOrientation.PORTRAIT; + } + + getFeedbackTypeFromValue(encodedName: string): HapticFeedbackType { + if (encodedName == null) { + return HapticFeedbackType.STANDARD; + } + let feedbackTypes: string[] = [ + HapticFeedbackType.STANDARD, + HapticFeedbackType.LIGHT_IMPACT, + HapticFeedbackType.MEDIUM_IMPACT, + HapticFeedbackType.HEAVY_IMPACT, + HapticFeedbackType.SELECTION_CLICK + ]; + for (let i = 0; i < feedbackTypes.length; i++) { + let feedbackType: string = feedbackTypes[i]; + if ( + (HapticFeedbackType[feedbackType] == encodedName) || + (HapticFeedbackType[feedbackType] == null && encodedName == null) + ) { + return HapticFeedbackType[feedbackType]; + } + } + Log.e(PlatformChannel.TAG, "No such HapticFeedbackType:" + encodedName); + } + + getClipboardContentFormatFromValue(encodedName: string): ClipboardContentFormat { + let clipboardFormats : string[]= [ClipboardContentFormat.PLAIN_TEXT]; + for (let i = 0; i < clipboardFormats.length; i++) { + let format = clipboardFormats[i]; + if (ClipboardContentFormat[format] === encodedName) { + return ClipboardContentFormat[format]; + } + } + } + getSystemUiOverlayFromValue(encodedName: string): SystemUiOverlay { + let systemUiOverlays : string[] = [SystemUiOverlay.TOP_OVERLAYS, SystemUiOverlay.BOTTOM_OVERLAYS]; + for (let i = 0; i < systemUiOverlays.length; i++) { + let overlay = systemUiOverlays[i]; + if (SystemUiOverlay[overlay] === encodedName) { + return SystemUiOverlay[overlay]; + } + } + throw new Error("No such SystemUiOverlay: " + encodedName); + } + + getSystemUiModeFromValue(encodedName: string): SystemUiMode { + let systemUiModes : string[] = [ + SystemUiMode.LEAN_BACK, SystemUiMode.IMMERSIVE, + SystemUiMode.IMMERSIVE_STICKY, SystemUiMode.EDGE_TO_EDGE + ]; + for (let i = 0; i < systemUiModes.length; i++) { + let mode = systemUiModes[i]; + if (SystemUiMode[mode] === encodedName) { + return SystemUiMode[mode]; + } + } + throw new Error("No such SystemUiOverlay: " + encodedName); + } + + getBrightnessFromValue(encodedName: string): Brightness { + let brightnesses : string[] = [Brightness.LIGHT, Brightness.DARK]; + for (let i = 0; i < brightnesses.length; i++) { + let brightness = brightnesses[i]; + if (Brightness[brightness] === encodedName) { + return Brightness[brightness]; + } + } + throw new Error("No such Brightness: " + encodedName); + } + + getDeviceOrientationFromValue(encodedName: string): DeviceOrientation { + let deviceOrientations: string[] = [ + DeviceOrientation.PORTRAIT_UP, DeviceOrientation.PORTRAIT_DOWN, + DeviceOrientation.LANDSCAPE_LEFT, DeviceOrientation.LANDSCAPE_RIGHT + ]; + for (let i = 0; i < deviceOrientations.length; i++) { + let orientation = deviceOrientations[i]; + if (DeviceOrientation[orientation] === encodedName) { + return DeviceOrientation[orientation]; + } + } + throw new Error("No such DeviceOrientation: " + encodedName); + } + +} + +export enum HapticFeedbackType { + STANDARD = "STANDARD", + LIGHT_IMPACT = "HapticFeedbackType.lightImpact", + MEDIUM_IMPACT = "HapticFeedbackType.mediumImpact", + HEAVY_IMPACT = "HapticFeedbackType.heavyImpact", + SELECTION_CLICK = "HapticFeedbackType.selectionClick" +} + +export interface PlatformMessageHandler { + playSystemSound(soundType: SoundType): void; + + vibrateHapticFeedback(feedbackType: HapticFeedbackType): void; + + setPreferredOrientations(ohosOrientation: number): void; + + setApplicationSwitcherDescription(description: AppSwitcherDescription): void; + + showSystemOverlays(overlays: SystemUiOverlay[]): void; + + showSystemUiMode(mode: SystemUiMode): void; + + setSystemUiChangeListener(): void; + + restoreSystemUiOverlays(): void; + + setSystemUiOverlayStyle(systemUiOverlayStyle: SystemChromeStyle): void; + + popSystemNavigator(): void; + + getClipboardData(format: ClipboardContentFormat): string; + + setClipboardData(text: string): void; + + clipboardHasStrings(): boolean; +} + +export enum ClipboardContentFormat { + PLAIN_TEXT = "text/plain", +} + +export enum SoundType { + CLICK = "SystemSoundType.click", + ALERT = "SystemSoundType.alert", +} + +export class AppSwitcherDescription { + public readonly color: number; + public readonly label: string; + + constructor(color: number, label: string) { + this.color = color; + this.label = label; + } +} + +export enum SystemUiOverlay { + TOP_OVERLAYS = "SystemUiOverlay.top", + BOTTOM_OVERLAYS = "SystemUiOverlay.bottom", +} + +export enum SystemUiMode { + LEAN_BACK = "SystemUiMode.leanBack", + IMMERSIVE = "SystemUiMode.immersive", + IMMERSIVE_STICKY = "SystemUiMode.immersiveSticky", + EDGE_TO_EDGE = "SystemUiMode.edgeToEdge", +} + +export enum Brightness { + LIGHT = "Brightness.light", + DARK = "Brightness.dark", +} + +export class SystemChromeStyle { + public readonly statusBarColor: number | null; + public readonly statusBarIconBrightness: Brightness | null; + public readonly systemStatusBarContrastEnforced: boolean | null; + public readonly systemNavigationBarColor: number | null; + public readonly systemNavigationBarIconBrightness: Brightness | null; + public readonly systemNavigationBarDividerColor: number | null; + public readonly systemNavigationBarContrastEnforced: boolean | null; + + constructor(statusBarColor: number | null, + statusBarIconBrightness: Brightness | null, + systemStatusBarContrastEnforced: boolean | null, + systemNavigationBarColor: number | null, + systemNavigationBarIconBrightness: Brightness | null, + systemNavigationBarDividerColor: number | null, + systemNavigationBarContrastEnforced: boolean | null) { + this.statusBarColor = statusBarColor; + this.statusBarIconBrightness = statusBarIconBrightness; + this.systemStatusBarContrastEnforced = systemStatusBarContrastEnforced; + this.systemNavigationBarColor = systemNavigationBarColor; + this.systemNavigationBarIconBrightness = systemNavigationBarIconBrightness; + this.systemNavigationBarDividerColor = systemNavigationBarDividerColor; + this.systemNavigationBarContrastEnforced = systemNavigationBarContrastEnforced; + } +} + +enum DeviceOrientation { + PORTRAIT_UP = "DeviceOrientation.portraitUp", + PORTRAIT_DOWN = "DeviceOrientation.portraitDown", + LANDSCAPE_LEFT = "DeviceOrientation.landscapeLeft", + LANDSCAPE_RIGHT = "DeviceOrientation.landscapeRight", +} + +class PlatformMethodCallback implements MethodCallHandler { + private static TAG = "PlatformMethodCallback" + platform: PlatformChannel; + + onMethodCall(call: MethodCall, result: MethodResult) { + if (this.platform.platformMessageHandler == null) { + Log.w(PlatformMethodCallback.TAG, "platformMessageHandler is null"); + return; + } + + let method: string = call.method; + let args: ESObject = call.args; + Log.d(PlatformMethodCallback.TAG, "Received '" + method + "' message."); + try { + switch (method) { + case "SystemSound.play": + break; + case "HapticFeedback.vibrate": + try { + Log.d(PlatformMethodCallback.TAG, "HapticFeedback: " + args as string); + let feedbackType: HapticFeedbackType = this.platform.getFeedbackTypeFromValue(args as string); + this.platform.platformMessageHandler.vibrateHapticFeedback(feedbackType); + result.success(null); + } catch (e) { + Log.e(PlatformMethodCallback.TAG, "HapticFeedback.vibrate error:" + JSON.stringify(e)); + } + break; + case "SystemChrome.setPreferredOrientations": + Log.d(PlatformMethodCallback.TAG, "setPreferredOrientations: " + JSON.stringify(args)); + try { + let ohosOrientation = this.platform.decodeOrientations(args as string[]); + this.platform.platformMessageHandler.setPreferredOrientations(ohosOrientation); + result.success(null); + } catch (err) { + Log.e(PlatformMethodCallback.TAG, "setPreferredOrientations err:" + JSON.stringify(err)); + result.error("error", JSON.stringify(err), null); + } + + break; + case "SystemChrome.setApplicationSwitcherDescription": + Log.d(PlatformMethodCallback.TAG, "setApplicationSwitcherDescription: " + JSON.stringify(args)); + break; + case "SystemChrome.setEnabledSystemUIOverlays": + try { + let overlays: SystemUiOverlay[] = this.decodeSystemUiOverlays(args); + Log.d(PlatformMethodCallback.TAG, "overlays: " + overlays); + this.platform.platformMessageHandler.showSystemOverlays(overlays); + result.success(null); + } catch (err) { + Log.e(PlatformMethodCallback.TAG, "setEnabledSystemUIOverlays err:" + JSON.stringify(err)); + result.error("error", JSON.stringify(err), null); + } + break; + case "SystemChrome.setEnabledSystemUIMode": + try { + Log.d(PlatformMethodCallback.TAG, "setEnabledSystemUIMode args:" + args as string); + let mode: SystemUiMode = this.decodeSystemUiMode(args as string) + this.platform.platformMessageHandler.showSystemUiMode(mode); + } catch (err) { + Log.e(PlatformMethodCallback.TAG, "setEnabledSystemUIMode err:" + JSON.stringify(err)); + result.error("error", JSON.stringify(err), null); + } + break; + case "SystemChrome.setSystemUIChangeListener": + this.platform.platformMessageHandler.setSystemUiChangeListener(); + result.success(null); + break; + case "SystemChrome.restoreSystemUIOverlays": + this.platform.platformMessageHandler.restoreSystemUiOverlays(); + result.success(null); + break; + case "SystemChrome.setSystemUIOverlayStyle": + try { + Log.d(PlatformMethodCallback.TAG, "setSystemUIOverlayStyle asrgs: " + JSON.stringify(args)); + let systemChromeStyle: SystemChromeStyle = this.decodeSystemChromeStyle(args); + this.platform.platformMessageHandler.setSystemUiOverlayStyle(systemChromeStyle); + result.success(null); + } catch (err) { + Log.e(PlatformMethodCallback.TAG, "setSystemUIOverlayStyle err:" + JSON.stringify(err)); + result.error("error", JSON.stringify(err), null); + } + break; + case "SystemNavigator.pop": + this.platform.platformMessageHandler.popSystemNavigator(); + result.success(null); + break; + case "Clipboard.getData": + let pasteBoard = pasteboard.getSystemPasteboard(); + pasteBoard.getData().then((pasteData) => { + let text = pasteData.getPrimaryText(); + let response: ESObject = new Map().set("text", ""); + response.text = text; + result.success(response); + }).catch((err: ESObject) => { + Log.e(PlatformMethodCallback.TAG, "Failed to get PasteData. Cause: " + JSON.stringify(err)); + }); + break; + case "Clipboard.setData": + let clipboardContent: string = args.text; + this.platform.platformMessageHandler.setClipboardData(clipboardContent); + result.success(null); + break; + case "Clipboard.hasStrings": + let hasStrings: boolean = false; + let response: ESObject = new Map().set("value", false); + let systemPasteboard = pasteboard.getSystemPasteboard(); + systemPasteboard.hasData().then((hasData) => { + if (!hasData) { + response.value = hasData; + result.success(response); + } + }).catch((err: ESObject) => { + Log.e(PlatformMethodCallback.TAG, "systemPasteboard.hasData err: " + JSON.stringify(err)); + }) + systemPasteboard.getData().then((pasteData) => { + hasStrings = pasteData.hasType(pasteboard.MIMETYPE_TEXT_PLAIN); + response.value = hasStrings; + result.success(response); + }).catch((err: ESObject) => { + Log.e(PlatformMethodCallback.TAG, "getData err: " + JSON.stringify(err)); + }) + break; + default: + result.notImplemented(); + break; + } + } catch (e) { + result.error("error", JSON.stringify(e), null); + } + } + + private decodeSystemUiOverlays(encodedSystemUiOverlay: string[]): SystemUiOverlay[] { + let overlays: SystemUiOverlay[] = []; + for(let i = 0; i < encodedSystemUiOverlay.length; i++) { + const encodedOverlay = encodedSystemUiOverlay[i]; + const overlay = this.platform.getSystemUiOverlayFromValue(encodedOverlay); + switch (overlay) { + case SystemUiOverlay.TOP_OVERLAYS: + overlays.push(SystemUiOverlay.TOP_OVERLAYS); + break; + case SystemUiOverlay.BOTTOM_OVERLAYS: + overlays.push(SystemUiOverlay.BOTTOM_OVERLAYS); + break; + } + } + return overlays; + } + + private decodeSystemUiMode(encodedSystemUiMode: string): SystemUiMode { + let mode: SystemUiMode = this.platform.getSystemUiModeFromValue(encodedSystemUiMode); + switch (mode) { + case SystemUiMode.LEAN_BACK: + return SystemUiMode.LEAN_BACK; + case SystemUiMode.IMMERSIVE: + return SystemUiMode.IMMERSIVE; + case SystemUiMode.IMMERSIVE_STICKY: + return SystemUiMode.IMMERSIVE_STICKY; + case SystemUiMode.EDGE_TO_EDGE: + default: + return SystemUiMode.EDGE_TO_EDGE; + } + } + + private decodeSystemChromeStyle(encodedStyle: ESObject): SystemChromeStyle { + let statusBarColor: number = null; + let statusBarIconBrightness: Brightness = null; + let systemStatusBarContrastEnforced: boolean = null; + let systemNavigationBarColor: number = null; + let systemNavigationBarIconBrightness: Brightness = null; + let systemNavigationBarDividerColor: number = null; + let systemNavigationBarContrastEnforced: boolean = null; + if(encodedStyle.statusBarColor != null) { + statusBarColor = encodedStyle.statusBarColor as number; + } + if(encodedStyle.statusBarIconBrightness != null) { + statusBarIconBrightness = + this.platform.getBrightnessFromValue(encodedStyle.statusBarIconBrightness as string); + } + if(encodedStyle.systemStatusBarContrastEnforced != null) { + systemStatusBarContrastEnforced = encodedStyle.systemStatusBarContrastEnforced as boolean; + } + if(encodedStyle.systemNavigationBarColor != null) { + systemNavigationBarColor = encodedStyle.systemNavigationBarColor as number; + } + if(encodedStyle.systemNavigationBarIconBrightness != null) { + systemNavigationBarIconBrightness = + this.platform.getBrightnessFromValue(encodedStyle.systemNavigationBarIconBrightness as string); + } + if(encodedStyle.systemNavigationBarDividerColor != null) { + systemNavigationBarDividerColor = encodedStyle.systemNavigationBarDividerColor as number; + } + if(encodedStyle.systemNavigationBarContrastEnforced != null) { + systemNavigationBarContrastEnforced = encodedStyle.systemNavigationBarContrastEnforced as boolean; + } + return new SystemChromeStyle( + statusBarColor, + statusBarIconBrightness, + systemStatusBarContrastEnforced, + systemNavigationBarColor, + systemNavigationBarIconBrightness, + systemNavigationBarDividerColor, + systemNavigationBarContrastEnforced + ); + } +} diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/PlatformViewsChannel.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/PlatformViewsChannel.ets new file mode 100644 index 0000000000000000000000000000000000000000..564a6df4c4d10c0bdd9dfe22a0b5ec2f3f8e9d5e --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/PlatformViewsChannel.ets @@ -0,0 +1,551 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import MethodCall from '../../../plugin/common/MethodCall'; +import MethodChannel, { MethodCallHandler, MethodResult } from '../../../plugin/common/MethodChannel'; +import StandardMethodCodec from '../../../plugin/common/StandardMethodCodec'; +import { ByteBuffer } from '../../../util/ByteBuffer'; +import Log from '../../../util/Log'; +import DartExecutor from '../dart/DartExecutor'; + +const TAG = "PlatformViewsChannel"; +const NON_TEXTURE_FALLBACK = -2; +export default class PlatformViewsChannel { + private channel: MethodChannel; + private handler: PlatformViewsHandler; + private parsingHandler = new ParsingCallback(); + + /** + * Constructs a {@code PlatformViewsChannel} that connects Android to the Dart code running in + * {@code dartExecutor}. + * + *

The given {@code dartExecutor} is permitted to be idle or executing code. + * + *

See {@link DartExecutor}. + */ + constructor(dartExecutor: DartExecutor) { + this.channel = new MethodChannel(dartExecutor, "flutter/platform_views", StandardMethodCodec.INSTANCE); + this.parsingHandler.platformChannel = this; + this.channel.setMethodCallHandler(this.parsingHandler); + } + + /** + * Sets the {@link PlatformViewsHandler} which receives all events and requests that are parsed + * from the underlying platform views channel. + */ + public setPlatformViewsHandler(handler: PlatformViewsHandler): void { + this.handler = handler; + this.parsingHandler.handler = handler; + } + + public invokeViewFocused(viewId: number): void { + if (this.channel == null) { + return; + } + this.channel.invokeMethod("viewFocused", viewId); + } + + create(call: MethodCall, result: MethodResult): void { + const createArgs: Map = call.args; + const usesPlatformViewLayer: boolean = createArgs.has("hybrid") && createArgs.get("hybrid") as boolean; + const additionalParams: ByteBuffer = createArgs.has("params") ? createArgs.get("params") : null; + + let direction: Direction = Direction.Ltr; + if (createArgs.get("direction") == 0) { + direction = Direction.Ltr; + } else if (createArgs.get("direction") == 1) { + direction = Direction.Rtl; + } + + try { + if (usesPlatformViewLayer) { + const request: PlatformViewCreationRequest = new PlatformViewCreationRequest( + createArgs.get("id"), + createArgs.get("viewType"), + 0, + 0, + 0, + 0, + direction, + additionalParams, + RequestedDisplayMode.HYBRID_ONLY + ); + this.handler.createForPlatformViewLayer(request); + result.success(null); + } else { + const hybridFallback: boolean = createArgs.has("hybridFallback") && createArgs.get("hybridFallback"); + const displayMode: RequestedDisplayMode = + hybridFallback ? RequestedDisplayMode.TEXTURE_WITH_HYBRID_FALLBACK + : RequestedDisplayMode.TEXTURE_WITH_VIRTUAL_FALLBACK; + const request: PlatformViewCreationRequest = new PlatformViewCreationRequest( + createArgs.get("id"), + createArgs.get("viewType"), + createArgs.has("top") ? createArgs.get("top") : 0.0, + createArgs.has("left") ? createArgs.get("left") : 0.0, + createArgs.get("width"), + createArgs.get("height"), + direction, + additionalParams, + displayMode + ); + + Log.i(TAG, `Create texture param id:${request.viewId}, + type:${request.viewType}, + w:${request.logicalWidth}, + h:${request.logicalHeight}, + l:${request.logicalLeft}, + t:${request.logicalTop}, + d:${request.direction}`); + + const textureId = this.handler.createForTextureLayer(request); + if (textureId == NON_TEXTURE_FALLBACK) { + if (!hybridFallback) { + throw new Error( + "Platform view attempted to fall back to hybrid mode when not requested."); + } + + // A fallback to hybrid mode is indicated with a null texture ID. + result.success(null); + } else { + result.success(textureId); + } + } + } catch (err) { + Log.e(TAG, "create failed" + err); + result.error("error", err, null); + } + } + + dispose(call: MethodCall, result: MethodResult): void { + const disposeArgs: Map = call.args; + const viewId: number = disposeArgs.get("id"); + try { + this.handler.dispose(viewId); + result.success(null); + } catch (err) { + Log.e(TAG, "dispose failed", err); + result.error("error", err, null); + } + } + + resize(call: MethodCall, result: MethodResult): void { + const resizeArgs: Map = call.args; + const resizeRequest: PlatformViewResizeRequest = new PlatformViewResizeRequest( + resizeArgs.get("id"), + resizeArgs.get("width"), + resizeArgs.get("height") + ); + try { + let resizeCallback = new ResizeCallback(); + resizeCallback.result = result; + this.handler.resize(resizeRequest, resizeCallback); + } catch (err) { + Log.e(TAG, "resize failed", err); + result.error("error", err, null); + } + } + + offset(call: MethodCall, result: MethodResult): void { + const offsetArgs: Map = call.args; + try { + this.handler.offset( + offsetArgs.get("id"), + offsetArgs.get("top"), + offsetArgs.get("left")); + result.success(null); + } catch (err) { + Log.e(TAG, "offset failed", err); + result.error("error", err, null); + } + } + + touch(call: MethodCall, result: MethodResult): void { + const args: Array = call.args; + let index = 0; + const touch: PlatformViewTouch = new PlatformViewTouch( + args[index++], + args[index++], + args[index++], + args[index++], + args[index++], + args[index++], + args[index++], + args[index++], + args[index++], + args[index++], + args[index++], + args[index++], + args[index++], + args[index++], + args[index++], + args[index] + ); + + try { + this.handler.onTouch(touch); + result.success(null); + } catch (err) { + Log.e(TAG, "offset failed", err); + result.error("error", err, null); + } + } + + setDirection(call: MethodCall, result: MethodResult): void { + const setDirectionArgs: Map = call.args; + const newDirectionViewId: number = setDirectionArgs.get("id"); + const direction: number = setDirectionArgs.get("direction"); + + try { + this.handler.setDirection(newDirectionViewId, direction); + result.success(null); + } catch (err) { + Log.e(TAG, "setDirection failed", err); + result.error("error", err, null); + } + } + + clearFocus(call: MethodCall, result: MethodResult): void { + const viewId: number = call.args; + try { + this.handler.clearFocus(viewId); + result.success(null); + } catch (err) { + Log.e(TAG, "clearFocus failed", err); + result.error("error", err, null); + } + } + + synchronizeToNativeViewHierarchy(call: MethodCall, result: MethodResult): void { + const yes: boolean = call.args; + try { + this.handler.synchronizeToNativeViewHierarchy(yes); + result.success(null); + } catch (err) { + Log.e(TAG, "synchronizeToNativeViewHierarchy failed", err); + result.error("error", err, null); + } + } +} + +/** + * Handler that receives platform view messages sent from Flutter to Ohos through a given + * {@link PlatformViewsChannel}. + * + *

To register a {@code PlatformViewsHandler} with a {@link PlatformViewsChannel}, see {@link + * PlatformViewsChannel#setPlatformViewsHandler(PlatformViewsHandler)}. + */ +export interface PlatformViewsHandler { + /* + * The ID returned by {@code createForTextureLayer} to indicate that the requested texture mode + * was not available and the view creation fell back to {@code PlatformViewLayer} mode. + * + * This can only be returned if the {@link PlatformViewCreationRequest} sets + * {@code TEXTURE_WITH_HYBRID_FALLBACK} as the requested display mode. + */ + + /** + * The Flutter application would like to display a new Ohos {@code View}, i.e., platform + * view. + * + *

The Ohos View is added to the view hierarchy. This view is rendered in the Flutter + * framework by a PlatformViewLayer. + * + * @param request The metadata sent from the framework. + */ + createForPlatformViewLayer(request: PlatformViewCreationRequest): void; + + /** + * The Flutter application would like to display a new Android {@code View}, i.e., platform + * view. + * + *

The Android View is added to the view hierarchy. This view is rendered in the Flutter + * framework by a TextureLayer. + * + * @param request The metadata sent from the framework. + * @return The texture ID. + */ + createForTextureLayer(request: PlatformViewCreationRequest): number; + + /** The Flutter application would like to dispose of an existing Android {@code View}. */ + dispose(viewId: number): void; + + /** + * The Flutter application would like to resize an existing Android {@code View}. + * + * @param request The request to resize the platform view. + * @param onComplete Once the resize is completed, this is the handler to notify the size of the + * platform view buffer. + */ + resize(request: PlatformViewResizeRequest, onComplete: PlatformViewBufferResized): void; + + /** + * The Flutter application would like to change the offset of an existing Android {@code View}. + */ + offset(viewId: number, top: number, left: number): void; + + /** + * The user touched a platform view within Flutter. + * + *

Touch data is reported in {@code touch}. + */ + onTouch(touch: PlatformViewTouch): void; + + /** + * The Flutter application would like to change the layout direction of an existing Android + * {@code View}, i.e., platform view. + */ + setDirection(viewId: number, direction: number): void; + + /** Clears the focus from the platform view with a give id if it is currently focused. */ + clearFocus(viewId: number): void; + + /** + * Whether the render surface of {@code FlutterView} should be converted to a {@code + * FlutterImageView} when a {@code PlatformView} is added. + * + *

This is done to syncronize the rendering of the PlatformView and the FlutterView. Defaults + * to true. + */ + synchronizeToNativeViewHierarchy(yes: boolean): void; +} + +/** Platform view display modes that can be requested at creation time. */ +enum RequestedDisplayMode { + /** Use Texture Layer if possible, falling back to Virtual Display if not. */ + TEXTURE_WITH_VIRTUAL_FALLBACK, + /** Use Texture Layer if possible, falling back to Hybrid Composition if not. */ + TEXTURE_WITH_HYBRID_FALLBACK, + /** Use Hybrid Composition in all cases. */ + HYBRID_ONLY, +} + +/** Request sent from Flutter to create a new platform view. */ +export class PlatformViewCreationRequest { + /** The ID of the platform view as seen by the Flutter side. */ + public viewId: number; + + /** The type of view to create for this platform view. */ + public viewType: string; + + /** The density independent width to display the platform view. */ + public logicalWidth: number; + + /** The density independent height to display the platform view. */ + public logicalHeight: number; + + /** The density independent top position to display the platform view. */ + public logicalTop: number; + + /** The density independent left position to display the platform view. */ + public logicalLeft: number; + + /** + * The layout direction of the new platform view. + */ + public direction: number; + public displayMode: RequestedDisplayMode; + + /** Custom parameters that are unique to the desired platform view. */ + public params: ByteBuffer; + + constructor(viewId: number, viewType: string, logicalTop: number, logicalLeft: number, logicalWidth: number, + logicalHeight: number, direction: Direction, params: ByteBuffer, displayMode?: RequestedDisplayMode) { + this.viewId = viewId; + this.viewType = viewType; + this.logicalTop = logicalTop; + this.logicalLeft = logicalLeft; + this.logicalWidth = logicalWidth; + this.logicalHeight = logicalHeight; + this.direction = direction; + this.displayMode = displayMode ? displayMode : RequestedDisplayMode.TEXTURE_WITH_VIRTUAL_FALLBACK; + this.params = params; + } +} + +/** Request sent from Flutter to resize a platform view. */ +export class PlatformViewResizeRequest { + /** The ID of the platform view as seen by the Flutter side. */ + public viewId: number; + + /** The new density independent width to display the platform view. */ + public newLogicalWidth: number; + + /** The new density independent height to display the platform view. */ + public newLogicalHeight: number; + + constructor(viewId: number, newLogicalWidth: number, newLogicalHeight: number) { + this.viewId = viewId; + this.newLogicalWidth = newLogicalWidth; + this.newLogicalHeight = newLogicalHeight; + } +} + +/** The platform view buffer size. */ +export class PlatformViewBufferSize { + /** The width of the screen buffer. */ + public width: number; + + /** The height of the screen buffer. */ + public height: number; + + constructor(width: number, height: number) { + this.width = width; + this.height = height; + } +} + +/** Allows to notify when a platform view buffer has been resized. */ +export abstract class PlatformViewBufferResized { + abstract run(bufferSize: PlatformViewBufferSize): void; +} + +/** The state of a touch event in Flutter within a platform view. */ +export class PlatformViewTouch { + /** The ID of the platform view as seen by the Flutter side. */ + public viewId: number; + + /** The amount of time that the touch has been pressed. */ + public downTime: number; + + public eventTime: number; + + public action: number; + + /** The number of pointers (e.g, fingers) involved in the touch event. */ + public pointerCount: number; + + /** Properties for each pointer, encoded in a raw format. */ + public rawPointerPropertiesList: ESObject; + + /** Coordinates for each pointer, encoded in a raw format. */ + public rawPointerCoords: ESObject; + + public metaState: number; + + public buttonState: number; + + /** Coordinate precision along the x-axis. */ + public xPrecision: number; + + /** Coordinate precision along the y-axis. */ + public yPrecision: number; + + public deviceId: number; + + public edgeFlags: number; + + public source: number; + + public flags: number; + + public motionEventId: number; + + constructor(viewId: number, + downTime: number, + eventTime: number, + action: number, + pointerCount: number, + rawPointerPropertiesList: ESObject, + rawPointerCoords: ESObject, + metaState: number, + buttonState: number, + xPrecision: number, + yPrecision: number, + deviceId: number, + edgeFlags: number, + source: number, + flags: number, + motionEventId: number) { + this.viewId = viewId; + this.downTime = downTime; + this.eventTime = eventTime; + this.action = action; + this.pointerCount = pointerCount; + this.rawPointerPropertiesList = rawPointerPropertiesList; + this.rawPointerCoords = rawPointerCoords; + this.metaState = metaState; + this.buttonState = buttonState; + this.xPrecision = xPrecision; + this.yPrecision = yPrecision; + this.deviceId = deviceId; + this.edgeFlags = edgeFlags; + this.source = source; + this.flags = flags; + this.motionEventId = motionEventId; + } +} + +class ParsingCallback implements MethodCallHandler { + platformChannel : PlatformViewsChannel; + handler: PlatformViewsHandler; + + onMethodCall(call: MethodCall, result: MethodResult) { + if (this.handler == null) { + return; + } + + Log.i(TAG, "Received '" + call.method + "' message."); + switch (call.method) { + case "create": { + this.platformChannel.create(call, result); + break; + } + case "dispose": { + this.platformChannel.dispose(call, result); + break; + } + case "resize": { + this.platformChannel.resize(call, result); + break; + } + case "offset": { + this.platformChannel.offset(call, result); + break; + } + case "touch": { + this.platformChannel.touch(call, result); + break; + } + case "setDirection": { + this.platformChannel.setDirection(call, result); + break; + } + case "clearFocus": { + this.platformChannel.clearFocus(call, result); + break; + } + case "synchronizeToNativeViewHierarchy": { + this.platformChannel.synchronizeToNativeViewHierarchy(call, result); + break; + } + default: + result.notImplemented(); + } + } +} + +class ResizeCallback extends PlatformViewBufferResized { + result : MethodResult; + run(bufferSize: PlatformViewBufferSize) { + if (bufferSize == null) { + this.result.error("error", "Failed to resize the platform view", null); + } else { + const response: Map = new Map(); + response.set("width", bufferSize.width); + response.set("height", bufferSize.height); + this.result.success(response); + } + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/RestorationChannel.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/RestorationChannel.ets new file mode 100644 index 0000000000000000000000000000000000000000..bcf53050d567f4fc61237845d4019c669873540c --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/RestorationChannel.ets @@ -0,0 +1,175 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import MethodCall from '../../../plugin/common/MethodCall'; +import MethodChannel, { MethodCallHandler, MethodResult } from '../../../plugin/common/MethodChannel'; +import StandardMethodCodec from '../../../plugin/common/StandardMethodCodec'; +import Log from '../../../util/Log'; +import DartExecutor from '../dart/DartExecutor'; + +/** + * System channel to exchange restoration data between framework and engine. + * + *

The engine can obtain the current restoration data from the framework via this channel to + * store it on disk and - when the app is relaunched - provide the stored data back to the framework + * to recreate the original state of the app. + * + *

The channel can be configured to delay responding to the framework's request for restoration + * data via {@code waitForRestorationData} until the engine-side has provided the data. This is + * useful when the engine is pre-warmed at a point in the application's life cycle where the + * restoration data is not available yet. For example, if the engine is pre-warmed as part of the + * Application before an Activity is created, this flag should be set to true because Android will + * only provide the restoration data to the Activity during the onCreate callback. + * + *

The current restoration data provided by the framework can be read via {@code + * getRestorationData()}. + */ +export default class RestorationChannel { + private static TAG = "RestorationChannel"; + private static CHANNEL_NAME = "flutter/restoration"; + + /** + * Whether the channel delays responding to the framework's initial request for restoration data + * until {@code setRestorationData} has been called. + * + *

If the engine never calls {@code setRestorationData} this flag must be set to false. If set + * to true, the engine must call {@code setRestorationData} either with the actual restoration + * data as argument or null if it turns out that there is no restoration data. + * + *

If the response to the framework's request for restoration data is not delayed until the + * data has been set via {@code setRestorationData}, the framework may intermittently initialize + * itself to default values until the restoration data has been made available. Setting this flag + * to true avoids that extra work. + */ + public waitForRestorationData: boolean; + + // Holds the most current restoration data which may have been provided by the engine + // via "setRestorationData" or by the framework via the method channel. This is the data the + // framework should be restored to in case the app is terminated. + private restorationData: Uint8Array = new Uint8Array(); + private channel: MethodChannel; + private pendingFrameworkRestorationChannelRequest: MethodResult; + private engineHasProvidedData: boolean = false; + private frameworkHasRequestedData: boolean = false; + private handler: MethodCallHandler = new RestorationChannelMethodCallHandler(this.restorationData); + + constructor(channelOrExecutor: MethodChannel | DartExecutor, waitForRestorationData: boolean) { + if (channelOrExecutor instanceof MethodChannel) { + this.channel = channelOrExecutor; + } else { + this.channel = new MethodChannel(channelOrExecutor, RestorationChannel.CHANNEL_NAME, StandardMethodCodec.INSTANCE); + } + this.waitForRestorationData = waitForRestorationData; + this.channel.setMethodCallHandler(this.handler); + } + + /** Obtain the most current restoration data that the framework has provided. */ + getRestorationData(): Uint8Array { + return this.restorationData; + } + + /** Set the restoration data from which the framework will restore its state. */ + setRestorationData(data: Uint8Array) { + this.engineHasProvidedData = true; + if (this.pendingFrameworkRestorationChannelRequest != null) { + // If their is a pending request from the framework, answer it. + this.pendingFrameworkRestorationChannelRequest.success(RestorationChannelMethodCallHandler.packageData(data)); + this.pendingFrameworkRestorationChannelRequest = null; + this.restorationData = data; + } else if (this.frameworkHasRequestedData) { + // If the framework has previously received the engine's restoration data, push the new data + // directly to it. This case can happen when "waitForRestorationData" is false and the + // framework retrieved the restoration state before it was set via this method. + // Experimentally, this can also be used to restore a previously used engine to another state, + // e.g. when the engine is attached to a new activity. + this.channel.invokeMethod("push", RestorationChannelMethodCallHandler.packageData(data), { + success: (result: ESObject) :void => { + this.restorationData = data; + }, + + error: (errorCode: string, errorMessage: string, errorDetails: ESObject) :void => { + Log.e(RestorationChannel.TAG, + "Error " + errorCode + " while sending restoration data to framework: " + errorMessage); + }, + + notImplemented: () :void => { + // do nothing + } + }) + } else { + // Otherwise, just cache the data until the framework asks for it. + this.restorationData = data; + } + } + + /** + * Clears the current restoration data. + * + *

This should be called just prior to a hot restart. Otherwise, after the hot restart the + * state prior to the hot restart will get restored. + */ + clearData() { + this.restorationData = null; + } +} + +class RestorationChannelMethodCallHandler implements MethodCallHandler { + public waitForRestorationData: boolean; + private restorationData: Uint8Array; + private engineHasProvidedData: boolean = false; + private frameworkHasRequestedData: boolean = false; + private channel: MethodChannel; + private pendingFrameworkRestorationChannelRequest: MethodResult; + + constructor(restorationData: Uint8Array) { + this.restorationData = restorationData; + } + + onMethodCall(call: MethodCall, result: MethodResult): void { + const method = call.method; + const args: ESObject = call.args; + switch (method) { + case "put": { + this.restorationData = args; + result.success(null); + break; + } + case "get": { + this.frameworkHasRequestedData = true; + if (this.engineHasProvidedData || !this.waitForRestorationData) { + result.success(RestorationChannelMethodCallHandler.packageData(this.restorationData)); + // Do not delete the restoration data on the engine side after sending it to the + // framework. We may need to hand this data back to the operating system if the + // framework never modifies the data (and thus doesn't send us any + // data back). + } else { + this.pendingFrameworkRestorationChannelRequest = result; + } + break; + } + default: { + result.notImplemented(); + break; + } + } + } + + static packageData(data: Uint8Array): Map { + const packaged: Map = new Map(); + packaged.set("enabled", true); + packaged.set("data", data); + return packaged; + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/SettingsChannel.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/SettingsChannel.ets new file mode 100644 index 0000000000000000000000000000000000000000..b40cd5536a335c48b0d9c9defabc02cfdea50f7e --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/SettingsChannel.ets @@ -0,0 +1,89 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import BasicMessageChannel from '../../../plugin/common/BasicMessageChannel'; +import JSONMessageCodec from '../../../plugin/common/JSONMessageCodec'; +import Log from '../../../util/Log'; +import DartExecutor from '../dart/DartExecutor'; + +export enum PlatformBrightness { + LIGHT = "light", + DARK = "dark" +} + +const TAG = "SettingsChannel"; +const TEXT_SCALE_FACTOR = "textScaleFactor"; +const NATIVE_SPELL_CHECK_SERVICE_DEFINED = "nativeSpellCheckServiceDefined"; +const BRIEFLY_SHOW_PASSWORD = "brieflyShowPassword"; +const ALWAYS_USE_24_HOUR_FORMAT = "alwaysUse24HourFormat"; +const PLATFORM_BRIGHTNESS = "platformBrightness"; +export default class SettingsChannel { + private static CHANNEL_NAME = "flutter/settings"; + + private channel: BasicMessageChannel; + + constructor(dartExecutor: DartExecutor) { + this.channel = new BasicMessageChannel(dartExecutor, SettingsChannel.CHANNEL_NAME, JSONMessageCodec.INSTANCE); + } + + startMessage(): MessageBuilder { + return new MessageBuilder(this.channel); + } +} + +class MessageBuilder { + private channel: BasicMessageChannel; + private message: Map = new Map(); + + constructor(channel: BasicMessageChannel) { + this.channel = channel; + } + + setTextScaleFactor(textScaleFactor: Number): MessageBuilder { + this.message.set(TEXT_SCALE_FACTOR, textScaleFactor); + return this; + } + + setNativeSpellCheckServiceDefined(nativeSpellCheckServiceDefined: boolean): MessageBuilder { + this.message.set(NATIVE_SPELL_CHECK_SERVICE_DEFINED, nativeSpellCheckServiceDefined); + return this; + } + + setBrieflyShowPassword(brieflyShowPassword: boolean): MessageBuilder { + this.message.set(BRIEFLY_SHOW_PASSWORD, brieflyShowPassword); + return this; + } + + setAlwaysUse24HourFormat(alwaysUse24HourFormat: boolean): MessageBuilder { + this.message.set(ALWAYS_USE_24_HOUR_FORMAT, alwaysUse24HourFormat); + return this; + } + + setPlatformBrightness(platformBrightness: PlatformBrightness): MessageBuilder { + this.message.set(PLATFORM_BRIGHTNESS, platformBrightness); + return this; + } + + send(): void { + Log.i(TAG, "Sending message: \n" + + "textScaleFactor: " + + this.message.get(TEXT_SCALE_FACTOR) + + "alwaysUse24HourFormat: " + + this.message.get(ALWAYS_USE_24_HOUR_FORMAT) + + "platformBrightness: " + + this.message.get(PLATFORM_BRIGHTNESS)) + this.channel.send(this.message) + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/SystemChannel.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/SystemChannel.ets new file mode 100644 index 0000000000000000000000000000000000000000..9f9ef28154563799368fbbe816ceed3cd78f0d3e --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/SystemChannel.ets @@ -0,0 +1,37 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import BasicMessageChannel from '../../../plugin/common/BasicMessageChannel'; +import JSONMessageCodec from '../../../plugin/common/JSONMessageCodec'; +import Log from '../../../util/Log'; +import DartExecutor from '../dart/DartExecutor'; +const TAG: string = "SystemChannel"; + +/** + * fill in javadoc for SystemChannel. + */ +export default class SystemChannel { + public channel: BasicMessageChannel; + + constructor(dartExecutor: DartExecutor) { + this.channel = new BasicMessageChannel(dartExecutor, "flutter/system", JSONMessageCodec.INSTANCE); + } + + public sendMemoryPressureWarning(): void { + Log.i(TAG, "Sending memory pressure warning to Flutter"); + let message : Map = new Map().set("type", "memoryPressure"); + this.channel.send(message); + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/TestChannel.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/TestChannel.ets new file mode 100644 index 0000000000000000000000000000000000000000..d54c448e027d069baaacbe66bf877c50823cb6d5 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/TestChannel.ets @@ -0,0 +1,38 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import BasicMessageChannel, { MessageHandler, Reply } from '../../../plugin/common/BasicMessageChannel'; +import JSONMessageCodec from '../../../plugin/common/JSONMessageCodec'; +import DartExecutor from '../dart/DartExecutor'; +import Log from '../../../util/Log'; + +const TAG = "TestChannel" + +export default class TestChannel { + private channel: BasicMessageChannel + + constructor(dartExecutor: DartExecutor) { + this.channel = new BasicMessageChannel(dartExecutor, "flutter/test", JSONMessageCodec.INSTANCE); + let callback = new MessageCallback(); + this.channel.setMessageHandler(callback); + } +} + +class MessageCallback implements MessageHandler { + onMessage(message: string, reply: Reply) { + Log.d(TAG, "receive msg = " + message); + reply.reply("收到消息啦:" + message); + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/TextInputChannel.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/TextInputChannel.ets new file mode 100644 index 0000000000000000000000000000000000000000..afdbecc9829a7520eef0c3409545572be381a96b --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/TextInputChannel.ets @@ -0,0 +1,365 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import JSONMethodCodec from '../../../plugin/common/JSONMethodCodec'; +import MethodCall from '../../../plugin/common/MethodCall'; +import MethodChannel, { MethodCallHandler, MethodResult } from '../../../plugin/common/MethodChannel'; +import TextInputPlugin from '../../../plugin/editing/TextInputPlugin'; +import Log from '../../../util/Log'; +import DartExecutor from '../dart/DartExecutor'; + +const TAG = "TextInputChannel"; + +export default class TextInputChannel { + private static CHANNEL_NAME = "flutter/textinput"; + public channel: MethodChannel; + textInputMethodHandler: TextInputMethodHandler; + + constructor(dartExecutor: DartExecutor) { + this.channel = new MethodChannel(dartExecutor, TextInputChannel.CHANNEL_NAME, JSONMethodCodec.INSTANCE); + let callback = new TextInputCallback(); + callback.textInputMethodHandler = this.textInputMethodHandler; + this.channel.setMethodCallHandler(callback); + } + + setTextInputMethodHandler(textInputMethodHandler: TextInputMethodHandler): void { + this.textInputMethodHandler = textInputMethodHandler; + } + + requestExistingInputState(): void { + this.channel.invokeMethod("TextInputClient.requestExistingInputState", null); + } + + createEditingStateJSON(text: String, + selectionStart: number, + selectionEnd: number, + composingStart: number, + composingEnd: number): ESObject { + return new Map() + .set("text", text) + .set("selectionBase", selectionStart) + .set("selectionExtent", selectionEnd) + .set("composingBase", composingStart) + .set("composingExtent", composingEnd); + } + + /** + * Instructs Flutter to update its text input editing state to reflect the given configuration. + */ + updateEditingState(inputClientId: number, + text: String, + selectionStart: number, + selectionEnd: number, + composingStart: number, + composingEnd: number): void { + Log.d(TAG, "updateEditingState:" + + "Text: " + text + " Selection start: " + selectionStart + " Selection end: " + + selectionEnd + " Composing start: " + composingStart + " Composing end: " + composingEnd); + const state: ESObject = this.createEditingStateJSON(text, selectionStart, selectionEnd, composingStart, composingEnd); + this.channel.invokeMethod('TextInputClient.updateEditingState', [inputClientId, state]); + Log.d(TAG,"updateEditingState end"); + + } + + newline(inputClientId: number): void { + Log.d(TAG, "Sending 'newline' message."); + this.channel.invokeMethod("TextInputClient.performAction", [inputClientId, "TextInputAction.newline"]); + } + + go(inputClientId: number): void { + Log.d(TAG, "Sending 'go' message."); + this.channel.invokeMethod("TextInputClient.performAction", [inputClientId, "TextInputAction.go"]); + } + + search(inputClientId: number): void { + Log.d(TAG, "Sending 'search' message."); + this.channel.invokeMethod("TextInputClient.performAction", [inputClientId, "TextInputAction.search"]); + } + + send(inputClientId: number): void { + Log.d(TAG, "Sending 'send' message."); + this.channel.invokeMethod("TextInputClient.performAction", [inputClientId, "TextInputAction.send"]); + } + + done(inputClientId: number): void { + Log.d(TAG, "Sending 'done' message."); + this.channel.invokeMethod("TextInputClient.performAction", [inputClientId, "TextInputAction.done"]); + } + + next(inputClientId: number): void { + Log.d(TAG, "Sending 'next' message."); + this.channel.invokeMethod("TextInputClient.performAction", [inputClientId, "TextInputAction.next"]); + } + + previous(inputClientId: number): void { + Log.d(TAG, "Sending 'previous' message."); + this.channel.invokeMethod("TextInputClient.performAction", [inputClientId, "TextInputAction.previous"]); + } + + unspecifiedAction(inputClientId: number): void { + Log.d(TAG, "Sending 'unspecifiedAction' message."); + this.channel.invokeMethod("TextInputClient.performAction", [inputClientId, "TextInputAction.unspecifiedAction"]); + } + + commitContent(inputClientId: number): void { + Log.d(TAG, "Sending 'commitContent' message."); + this.channel.invokeMethod("TextInputClient.performAction", [inputClientId, "TextInputAction.commitContent"]); + } + + performPrivateCommand(inputClientId: number, action: string, data: ESObject) { + + } + + + +} + + +export interface TextInputMethodHandler { + show(): void; + + hide(): void; + + requestAutofill(): void; + + finishAutofillContext(shouldSave: boolean): void; + + setClient(textInputClientId: number, configuration: Configuration): void; + + setPlatformViewClient(id: number, usesVirtualDisplay: boolean): void; + + setEditableSizeAndTransform(width: number, height: number, transform: number[]): void; + + setEditingState(editingState: TextEditState): void; + + clearClient(): void; + +} + +export class Configuration { + obscureText: boolean; + autocorrect: boolean; + enableSuggestions: boolean; + enableIMEPersonalizedLearning: boolean; + enableDeltaModel: boolean; + textCapitalization: TextCapitalization; + inputType:InputType; + inputAction: Number; + actionLabel: String; + contentCommitMimeTypes: String[]; + fields: Configuration[]; + + constructor(obscureText: boolean, + autocorrect: boolean, + enableSuggestions: boolean, + enableIMEPersonalizedLearning: boolean, + enableDeltaModel: boolean, + inputType: InputType, + inputAction: Number, + actionLabel: String, ) { + } + getTextCapitalizationFromValue(encodedName: string): TextCapitalization { + let textKeys = [ + TextCapitalization.CHARACTERS, TextCapitalization.WORDS, + TextCapitalization.SENTENCES, TextCapitalization.NONE + ]; + for (let i = 0; i < textKeys.length; i++) { + let key = textKeys[i]; + if (TextCapitalization[key] === encodedName) { + return key; + } + } + throw new Error("No such TextCapitalization: " + encodedName); + } +} + +enum TextCapitalization { + CHARACTERS = "TextCapitalization.characters", + WORDS = "TextCapitalization.words", + SENTENCES = "TextCapitalization.sentences", + NONE = "TextCapitalization.none", +} + +export enum TextInputType { + TEXT = "TextInputType.text", + DATETIME = "TextInputType.datetime", + NAME = "TextInputType.name", + POSTAL_ADDRESS = "TextInputType.address", + NUMBER = "TextInputType.number", + PHONE = "TextInputType.phone", + MULTILINE = "TextInputType.multiline", + EMAIL_ADDRESS = "TextInputType.emailAddress", + URL = "TextInputType.url", + VISIBLE_PASSWORD = "TextInputType.visiblePassword", + NONE = "TextInputType.none", +} + +export class InputType { + type: TextInputType; + isSigned: boolean; + isDecimal: boolean; + + constructor(type: TextInputType, isSigned: boolean, isDecimal: boolean) { + this.type = type; + this.isSigned = isSigned; + this.isDecimal = isDecimal; + } + + static fromJson(json: ESObject): InputType { + return new InputType(InputType.getTextInputTypeFromValue(json.name as string), + json.signed as boolean, json.decimal as boolean) + } + + static getTextInputTypeFromValue(encodedName: string): TextInputType { + let textKeys = [ + TextInputType.TEXT, TextInputType.DATETIME, TextInputType.NAME, + TextInputType.POSTAL_ADDRESS, TextInputType.NUMBER, TextInputType.PHONE, + TextInputType.MULTILINE, TextInputType.EMAIL_ADDRESS, TextInputType.URL, + TextInputType.VISIBLE_PASSWORD, TextInputType.NONE + ]; + for (let i = 0; i < textKeys.length; i++) { + let key = textKeys[i]; + if (TextInputType[key] == encodedName) { + return key; + } + } + throw new Error("No such TextInputType: " + encodedName); + } +} + +export class TextEditState { + private static TAG = "TextEditState"; + text: string; + selectionStart: number; + selectionEnd: number; + composingStart: number; + composingEnd: number; + + constructor(text: string, + selectionStart: number, + selectionEnd: number, + composingStart: number, + composingEnd: number) { + if ((selectionStart != -1 || selectionEnd != -1) + && (selectionStart < 0 || selectionEnd < 0)) { + throw new Error("invalid selection: (" + selectionStart + ", " + selectionEnd + ")"); + } + + if ((composingStart != -1 || composingEnd != -1) + && (composingStart < 0 || composingStart > composingEnd)) { + throw new Error("invalid composing range: (" + composingStart + ", " + composingEnd + ")"); + } + + if (composingEnd > text.length) { + throw new Error("invalid composing start: " + composingStart); + } + + if (selectionStart > text.length) { + throw new Error("invalid selection start: " + selectionStart); + } + + if (selectionEnd > text.length) { + throw new Error("invalid selection end: " + selectionEnd); + } + + this.text = text; + this.selectionStart = selectionStart; + this.selectionEnd = selectionEnd; + this.composingStart = composingStart; + this.composingEnd = composingEnd; + } + + hasSelection(): boolean { + // When selectionStart == -1, it's guaranteed that selectionEnd will also + // be -1. + return this.selectionStart >= 0; + } + + hasComposing(): boolean { + return this.composingStart >= 0 && this.composingEnd > this.composingStart; + } + + static fromJson(textEditState: ESObject): TextEditState { + return new TextEditState( + textEditState.text, + textEditState.selectionBase, + textEditState.selectionExtent, + textEditState.composingBase, + textEditState.composingExtent + ) + } +} + +class TextInputCallback implements MethodCallHandler { + textInputMethodHandler: TextInputMethodHandler; + + onMethodCall(call: MethodCall, result: MethodResult) { + if (this.textInputMethodHandler == null) { + return; + } + let method: string = call.method; + let args: ESObject = call.args; + Log.d(TAG, "Received '" + method + "' message."); + switch (method) { + case "TextInput.show": + this.textInputMethodHandler.show(); + Log.d(TAG, "textInputMethodHandler.show()"); + result.success(null); + break; + case "TextInput.hide": + this.textInputMethodHandler.hide(); + result.success(null); + break; + case "TextInput.setClient": + const textInputClientId: number = args[0] as number; + //TODO: parse configuration + const config: Configuration = null; + this.textInputMethodHandler.setClient(textInputClientId, config); + result.success(null); + break; + case "TextInput.requestAutofill": + //TODO: requestAutofill + result.notImplemented(); + break; + case "TextInput.setPlatformViewClient": + //TODO: + result.notImplemented(); + break; + case "TextInput.setEditingState": + this.textInputMethodHandler.setEditingState(TextEditState.fromJson(args)); + result.success(null); + break; + case "TextInput.setEditableSizeAndTransform": + //TODO: + result.notImplemented(); + break; + case "TextInput.clearClient": + this.textInputMethodHandler.clearClient(); + result.success(null); + break; + case "TextInput.sendAppPrivateCommand": + //TODO: + result.notImplemented(); + break; + case "TextInput.finishAutofillContext": + //TODO: + result.notImplemented(); + break; + default: + result.notImplemented(); + break; + } + } +} diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/ExclusiveAppComponent.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/ExclusiveAppComponent.ets new file mode 100644 index 0000000000000000000000000000000000000000..f7ecfc7d5ef46c57923679789eb82f86eb83ef77 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/ExclusiveAppComponent.ets @@ -0,0 +1,32 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +export default interface ExclusiveAppComponent { + /** + * Called when another App Component is about to become attached to the {@link + * io.flutter.embedding.engine.FlutterEngine} this App Component is currently attached to. + * + *

This App Component's connections to the {@link io.flutter.embedding.engine.FlutterEngine} + * are still valid at the moment of this call. + */ + detachFromFlutterEngine(): void; + + /** + * Retrieve the App Component behind this exclusive App Component. + * + * @return The app component. + */ + getAppComponent(): T; +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterAbility.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterAbility.ets new file mode 100644 index 0000000000000000000000000000000000000000..07a374a7109e9a1ffcd5680220534c9796681e64 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterAbility.ets @@ -0,0 +1,414 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import UIAbility from '@ohos.app.ability.UIAbility'; +import window from '@ohos.window'; +import { FlutterAbilityDelegate, Host } from './FlutterAbilityDelegate'; +import Log from '../../util/Log'; +import FlutterEngine from '../engine/FlutterEngine'; +import FlutterShellArgs from '../engine/FlutterShellArgs'; +import FlutterAbilityLaunchConfigs from './FlutterAbilityLaunchConfigs'; +import common from '@ohos.app.ability.common'; +import Want from '@ohos.app.ability.Want'; +import display from '@ohos.display'; +import { FlutterPlugin } from '../engine/plugins/FlutterPlugin'; +import { AsyncCallback } from '@ohos.base'; +import AbilityConstant from '@ohos.app.ability.AbilityConstant'; +import I18n from '@ohos.i18n' +import { PlatformBrightness } from '../engine/systemchannels/SettingsChannel'; +import ConfigurationConstant from '@ohos.app.ability.ConfigurationConstant'; +import { DVModelContainer } from '../../view/DynamicView/dynamicView'; +import { RootDvModeManager } from '../../plugin/platform/RootDvModelManager'; +import { Configuration } from '@ohos.app.ability.Configuration'; + +const TAG = "FlutterAbility"; +/** + * flutter ohos基础ability,请在让主ability继承自该类。 + * 该类主要职责: + * 1、持有FlutterAbilityDelegate并初始化; + * 2、生命周期传递; + */ +export class FlutterAbility extends UIAbility implements Host { + private delegate: FlutterAbilityDelegate; + private windowStage: window.WindowStage; + private mainWindow: window.Window; + private viewportMetrics = new ViewportMetrics(); + private displayInfo: display.Display; + + /** + * onCreate + * 1、create and attach delegate + * 2、config windows transparent noNeed? + * 3、lifecycle.onCreate + * 4. setContentView() noNeed + */ + async onCreate(want: Want, launchParam: AbilityConstant.LaunchParam) { + Log.i(TAG, "bundleCodeDir=" + this.context.bundleCodeDir); + // globalThis.flutterAbility = this + this.displayInfo = display.getDefaultDisplaySync(); + this.viewportMetrics.devicePixelRatio = this.displayInfo.densityPixels + + this.delegate = new FlutterAbilityDelegate(this); + await this.delegate.onAttach(this.context); + Log.i(TAG, 'onAttach end'); + this.delegate.platformPlugin.setUIAbilityContext(this.context); + this.delegate.onRestoreInstanceState(want); + this.delegate.sendSettings(); + + if (this.stillAttachedForEvent("onCreate")) { + this.delegate.onCreate(); + } + + console.log('MyAbility onCreate'); + // globalThis.applicationContext = this.context.getApplicationContext(); + } + + onDestroy() { + if (this.stillAttachedForEvent("onDestroy")) { + this.delegate.onDestroy(); + } + } + + /** + * window状态改变回调 + * @param windowStage + */ + async onWindowStageCreate(windowStage: window.WindowStage) { + this.windowStage = windowStage + try { + windowStage.on('windowStageEvent', (data) => { + let stageEventType: window.WindowStageEventType = data; + switch (stageEventType) { + case window.WindowStageEventType.SHOWN: // 切到前台 + Log.i(TAG, 'windowStage foreground.'); + break; + case window.WindowStageEventType.ACTIVE: // 获焦状态 + Log.i(TAG, 'windowStage active.'); + if (this.stillAttachedForEvent("onWindowFocusChanged")) { + this.delegate.onWindowFocusChanged(true); + } + break; + case window.WindowStageEventType.INACTIVE: // 失焦状态 + Log.i(TAG, 'windowStage inactive.'); + if (this.stillAttachedForEvent("onWindowFocusChanged")) { + this.delegate.onWindowFocusChanged(false); + } + break; + case window.WindowStageEventType.HIDDEN: // 切到后台 + Log.i(TAG, 'windowStage background.'); + break; + default: + break; + } + }); + + this.mainWindow = windowStage.getMainWindowSync() + this.mainWindow.on('windowSizeChange', (data) => { + this.onWindowPropertiesUpdated(); + }); + + this.mainWindow.on('avoidAreaChange', (data) => { + this.onWindowPropertiesUpdated(); + }); + + this.mainWindow.on('keyboardHeightChange', (data) => { + this.onWindowPropertiesUpdated(); + }); + + this.loadContent(); + this.mainWindow.setWindowLayoutFullScreen(true); + } catch (exception) { + Log.e(TAG, 'Failed to enable the listener for window stage event changes. Cause:' + JSON.stringify(exception)); + } + } + + loadContent() { + if (this.windowStage != null && this.stillAttachedForEvent("loadContent")) { + Log.i(TAG, 'loadContent'); + this.windowStage.loadContent('pages/Index', (err, data) => { + if (err.code) { + Log.e(TAG, 'Failed to load the content. Cause: %{public}s', JSON.stringify(err) ?? ''); + return; + } + this.onWindowPropertiesUpdated(); + Log.i(TAG, 'Succeeded in loading the content. Data: %{public}s', JSON.stringify(data) ?? ''); + }); + if (this.stillAttachedForEvent("onWindowStageCreate")) { + this.delegate.onWindowStageCreate(); + } + this.delegate.getFlutterNapi().updateRefreshRate(this.displayInfo.refreshRate) + this.onFlutterEngineReady() + } + } + + onFlutterEngineReady(): void { + + } + + private updateViewportMetrics() { + this.delegate.getFlutterNapi().setViewportMetrics(this.viewportMetrics.devicePixelRatio, + this.viewportMetrics.physicalWidth, + this.viewportMetrics.physicalHeight, + this.viewportMetrics.physicalViewPaddingTop, + this.viewportMetrics.physicalViewPaddingRight, + this.viewportMetrics.physicalViewPaddingBottom, + this.viewportMetrics.physicalViewPaddingLeft, + this.viewportMetrics.physicalViewInsetTop, + this.viewportMetrics.physicalViewInsetRight, + this.viewportMetrics.physicalViewInsetBottom, + this.viewportMetrics.physicalViewInsetLeft, + this.viewportMetrics.systemGestureInsetTop, + this.viewportMetrics.systemGestureInsetRight, + this.viewportMetrics.systemGestureInsetBottom, + this.viewportMetrics.systemGestureInsetLeft, + this.viewportMetrics.physicalTouchSlop, + new Array(0), + new Array(0), + new Array(0)) + } + + onWindowStageDestroy() { + if (this.stillAttachedForEvent("onWindowStageDestroy")) { + this.delegate.onWindowStageDestroy(); + } + } + + onForeground() { + if (this.stillAttachedForEvent("onForeground")) { + this.delegate.onForeground(); + } + } + + onBackground() { + if (this.stillAttachedForEvent("onBackground")) { + this.delegate.onBackground(); + } + } + + release() { + if (this.delegate != null) { + this.delegate.release(); + this.delegate = null; + } + } + + /** + * host所有实现方法开始======start + */ + + getAbility(): UIAbility { + return this; + } + + shouldDispatchAppLifecycleState(): boolean { + return true; + } + + provideFlutterEngine(context: common.Context): FlutterEngine { + return null; + } + + configureFlutterEngine(flutterEngine: FlutterEngine) { + + } + + cleanUpFlutterEngine(flutterEngine: FlutterEngine) { + + } + + getFlutterShellArgs(): FlutterShellArgs { + return FlutterShellArgs.fromWant(this.getWant()); + } + + getDartEntrypointArgs(): Array { + if (this.launchWant.parameters[FlutterAbilityLaunchConfigs.EXTRA_DART_ENTRYPOINT_ARGS]) { + return this.launchWant.parameters[FlutterAbilityLaunchConfigs.EXTRA_DART_ENTRYPOINT_ARGS] as Array; + } + return new Array() + } + + detachFromFlutterEngine() { + if (this.delegate != null) { + this.delegate.onDetach(); + } + } + + popSystemNavigator(): boolean { + return false; + } + + shouldAttachEngineToActivity(): boolean { + return true; + } + + getDartEntrypointLibraryUri(): string { + return null; + } + + getAppBundlePath(): string { + return null; + } + + getDartEntrypointFunctionName(): string { + if (this.launchWant.parameters[FlutterAbilityLaunchConfigs.EXTRA_DART_ENTRYPOINT]) { + return this.launchWant.parameters[FlutterAbilityLaunchConfigs.EXTRA_DART_ENTRYPOINT] as string; + } + return FlutterAbilityLaunchConfigs.DEFAULT_DART_ENTRYPOINT + } + + getInitialRoute(): string { + if (this.launchWant.parameters[FlutterAbilityLaunchConfigs.EXTRA_INITIAL_ROUTE]) { + return this.launchWant.parameters[FlutterAbilityLaunchConfigs.EXTRA_INITIAL_ROUTE] as string; + } + return null + } + + getWant(): Want { + return this.launchWant; + } + + shouldDestroyEngineWithHost(): boolean { + return true; + } + + shouldRestoreAndSaveState(): boolean{ + if (this.launchWant.parameters[FlutterAbilityLaunchConfigs.EXTRA_CACHED_ENGINE_ID] != undefined) { + return this.launchWant.parameters[FlutterAbilityLaunchConfigs.EXTRA_CACHED_ENGINE_ID] as boolean; + } + if (this.getCachedEngineId() != null) { + // Prevent overwriting the existing state in a cached engine with restoration state. + return false; + } + return true; + } + + getCachedEngineId(): string { + return this.launchWant.parameters[FlutterAbilityLaunchConfigs.EXTRA_CACHED_ENGINE_ID] as string + } + + getCachedEngineGroupId(): string { + return this.launchWant.parameters[FlutterAbilityLaunchConfigs.EXTRA_CACHED_ENGINE_GROUP_ID] as string + } + + /** + * host所有实现方法结束======end + */ + private stillAttachedForEvent(event: string) { + Log.i(TAG, 'Ability ' + event); + if (this.delegate == null) { + Log.w(TAG, "FlutterAbility " + event + " call after release."); + return false; + } + if (!this.delegate.isAttached) { + Log.w(TAG, "FlutterAbility " + event + " call after detach."); + return false; + } + return true; + } + + addPlugin(plugin: FlutterPlugin): void { + if (this.delegate != null) { + this.delegate.addPlugin(plugin) + } + } + + removePlugin(plugin: FlutterPlugin): void { + if (this.delegate != null) { + this.delegate.removePlugin(plugin) + } + } + + private onWindowPropertiesUpdated(){ + if (!this.delegate.isAttached) { + return; + } + let systemAvoidArea = this.mainWindow.getWindowAvoidArea(window.AvoidAreaType.TYPE_SYSTEM); + let gestureAvoidArea = this.mainWindow.getWindowAvoidArea(window.AvoidAreaType.TYPE_SYSTEM_GESTURE); + let keyboardAvoidArea = this.mainWindow.getWindowAvoidArea(window.AvoidAreaType.TYPE_KEYBOARD); + const properties = this.mainWindow.getWindowProperties(); + this.viewportMetrics.physicalWidth = properties.windowRect.width; + this.viewportMetrics.physicalHeight = properties.windowRect.height; + + this.viewportMetrics.physicalViewPaddingTop = systemAvoidArea.topRect.height + this.viewportMetrics.physicalViewPaddingLeft = systemAvoidArea.leftRect.width + this.viewportMetrics.physicalViewPaddingBottom = systemAvoidArea.bottomRect.height + this.viewportMetrics.physicalViewPaddingRight = systemAvoidArea.rightRect.width + + this.viewportMetrics.physicalViewInsetTop = keyboardAvoidArea.topRect.height + this.viewportMetrics.physicalViewInsetLeft = keyboardAvoidArea.leftRect.width + this.viewportMetrics.physicalViewInsetBottom = keyboardAvoidArea.bottomRect.height + this.viewportMetrics.physicalViewInsetRight = keyboardAvoidArea.rightRect.width + + this.viewportMetrics.systemGestureInsetTop = gestureAvoidArea.topRect.height + this.viewportMetrics.systemGestureInsetLeft = gestureAvoidArea.leftRect.width + this.viewportMetrics.systemGestureInsetBottom = gestureAvoidArea.bottomRect.height + this.viewportMetrics.systemGestureInsetRight = gestureAvoidArea.rightRect.width + + this.updateViewportMetrics() + } + + onMemoryLevel(level: AbilityConstant.MemoryLevel): void { + Log.i(TAG, 'onMemoryLevel: ' + level); + if (level === AbilityConstant.MemoryLevel.MEMORY_LEVEL_CRITICAL) { + this.delegate.onLowMemory(); + } + } + + onConfigurationUpdated(config: Configuration){ + Log.i(TAG, 'onConfigurationUpdated config:' + JSON.stringify(config)); + this.delegate.flutterEngine.getSettingsChannel().startMessage() + .setAlwaysUse24HourFormat(I18n.System.is24HourClock()) + .setPlatformBrightness(config.colorMode != ConfigurationConstant.ColorMode.COLOR_MODE_DARK + ? PlatformBrightness.LIGHT : PlatformBrightness.DARK); + } + + getWindowId(callback: AsyncCallback): void { + if (callback === null) { + return; + } + try { + window.getLastWindow(this.context, (error, win) => { + if (error.code) { + callback(error, -1); + return; + } + let windowId = win.getWindowProperties().id; + callback(error, windowId); + }); + } catch (err) { + Log.e(TAG, "get window id error!"); + callback(err, -1); + } + } +} + +export class ViewportMetrics { + devicePixelRatio: number = 1.0; + physicalWidth: number = 0; + physicalHeight: number = 0; + physicalViewPaddingTop: number = 0; + physicalViewPaddingRight: number = 0; + physicalViewPaddingBottom: number = 0; + physicalViewPaddingLeft: number = 0; + physicalViewInsetTop: number = 0; + physicalViewInsetRight: number = 0; + physicalViewInsetBottom: number = 0; + physicalViewInsetLeft: number = 0; + systemGestureInsetTop: number = 0; + systemGestureInsetRight: number = 0; + systemGestureInsetBottom: number = 0; + systemGestureInsetLeft: number = 0; + physicalTouchSlop = -1; +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterAbilityDelegate.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterAbilityDelegate.ets new file mode 100644 index 0000000000000000000000000000000000000000..9046981a47219a7eb553dd4d3baeefa639069281 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterAbilityDelegate.ets @@ -0,0 +1,440 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import common from '@ohos.app.ability.common'; +import FlutterEngineConfigurator from './FlutterEngineConfigurator'; +import FlutterEngineProvider from './FlutterEngineProvider'; +import FlutterEngine from '../engine/FlutterEngine'; +import PlatformPlugin, { PlatformPluginDelegate } from '../../plugin/PlatformPlugin'; +import Want from '@ohos.app.ability.Want'; +import FlutterShellArgs from '../engine/FlutterShellArgs'; +import DartExecutor, { DartEntrypoint } from '../engine/dart/DartExecutor'; +import FlutterAbilityLaunchConfigs from './FlutterAbilityLaunchConfigs'; +import Log from '../../util/Log'; +import FlutterInjector from '../../FlutterInjector'; +import UIAbility from '@ohos.app.ability.UIAbility'; +import ExclusiveAppComponent from './ExclusiveAppComponent'; +import AbilityConstant from '@ohos.app.ability.AbilityConstant'; +import TextInputPlugin from '../../plugin/editing/TextInputPlugin'; +import { FlutterPlugin } from '../engine/plugins/FlutterPlugin'; +import FlutterEngineCache from '../engine/FlutterEngineCache'; +import FlutterEngineGroupCache from '../engine/FlutterEngineGroupCache'; +import FlutterEngineGroup, { Options } from '../engine/FlutterEngineGroup'; +import MouseCursorPlugin, { MouseCursorViewDelegate } from '../../plugin/mouse/MouseCursorPlugin'; +import Settings from './Settings'; + +const TAG = "FlutterAbilityDelegate"; +const PLUGINS_RESTORATION_BUNDLE_KEY = "plugins"; +const FRAMEWORK_RESTORATION_BUNDLE_KEY = "framework"; + +/** + * 主要职责: + * 1、初始化engine + * 2、处理ability生命周期回调 + */ +class FlutterAbilityDelegate implements ExclusiveAppComponent { + private host: Host; + flutterEngine: FlutterEngine; + platformPlugin: PlatformPlugin; + private context: common.Context; + private textInputPlugin: TextInputPlugin; + private isFlutterEngineFromHost: boolean; + private engineGroup: FlutterEngineGroup; + private mouseCursorPlugin: MouseCursorPlugin; + private settings: Settings; + + constructor(host: Host) { + this.host = host; + } + + /** + * 是否还attach在ability上 + */ + isAttached = false; + + async onAttach(context: common.Context): Promise { + this.context = context; + this.ensureAlive(); + if (this.flutterEngine == null) { + await this.setupFlutterEngine(); + } + //shouldAttachEngineToActivity + if (this.host.shouldAttachEngineToActivity()) { + // Notify any plugins that are currently attached to our FlutterEngine that they + // are now attached to an Ability. + Log.d(TAG, "Attaching FlutterEngine to the Ability that owns this delegate."); + this.flutterEngine.getAbilityControlSurface().attachToAbility(this); + } + + //providePlatformPlugin + + //configureFlutterEngine + this.isAttached = true; + Log.d(TAG, "onAttach end start loadcontent") + this.host.loadContent() + this.textInputPlugin = new TextInputPlugin(this.flutterEngine.getTextInputChannel()); + this.platformPlugin = new PlatformPlugin(this.flutterEngine.getPlatformChannel(), this.context); + this.mouseCursorPlugin = new MouseCursorPlugin(this.host, this.flutterEngine.getMouseCursorChannel()); + this.settings = new Settings(this.flutterEngine.getSettingsChannel()); + this.flutterEngine.getSystemLanguages(); + } + + /** + * 加载app.so资源或者snapshot + */ + private doInitialFlutterViewRun(): void { + let initialRoute = this.host.getInitialRoute(); + if (initialRoute == null) { + initialRoute = this.maybeGetInitialRouteFromIntent(this.host.getWant()); + if (initialRoute == null) { + initialRoute = FlutterAbilityLaunchConfigs.DEFAULT_INITIAL_ROUTE; + } + } + const libraryUri = this.host.getDartEntrypointLibraryUri(); + Log.d(TAG, "Executing Dart entrypoint: " + this.host.getDartEntrypointFunctionName() + ", library uri: " + libraryUri == null ? "\"\"" : libraryUri + ", and sending initial route: " + initialRoute); + + // The engine needs to receive the Flutter app's initial route before executing any + // Dart code to ensure that the initial route arrives in time to be applied. + this.flutterEngine.getNavigationChannel().setInitialRoute(initialRoute); + + let appBundlePathOverride = this.host.getAppBundlePath(); + if (appBundlePathOverride == null || appBundlePathOverride == '') { + appBundlePathOverride = FlutterInjector.getInstance().getFlutterLoader().findAppBundlePath(); + } + + const dartEntrypoint: DartEntrypoint = new DartEntrypoint( + appBundlePathOverride, + this.host.getDartEntrypointLibraryUri(), + this.host.getDartEntrypointFunctionName() + ); + this.flutterEngine.dartExecutor.executeDartEntrypoint(dartEntrypoint, this.host.getDartEntrypointArgs()); + } + + private maybeGetInitialRouteFromIntent(want: Want): string { + return null; + } + + + /** + * 通过参数,配置flutterEngine + * @param want + */ + onRestoreInstanceState(want: Want) { + let frameworkState: Uint8Array = want.parameters[FRAMEWORK_RESTORATION_BUNDLE_KEY] as Uint8Array; + if (this.host.shouldRestoreAndSaveState()) { + this.flutterEngine.getRestorationChannel().setRestorationData(frameworkState ?? null); + } + } + + /** + * 初始化flutterEngine + */ + async setupFlutterEngine() { + // First, check if the host wants to use a cached FlutterEngine. + const cachedEngineId = this.host.getCachedEngineId(); + Log.d(TAG, "cachedEngineId=" + cachedEngineId); + if (cachedEngineId && cachedEngineId.length > 0) { + this.flutterEngine = FlutterEngineCache.getInstance().get(cachedEngineId); + this.isFlutterEngineFromHost = true; + if (this.flutterEngine == null) { + throw new Error( + "The requested cached FlutterEngine did not exist in the FlutterEngineCache: '" + + cachedEngineId + + "'"); + } + return; + } + + // Second, defer to subclasses for a custom FlutterEngine. + this.flutterEngine = this.host.provideFlutterEngine(this.context); + if (this.flutterEngine != null) { + this.isFlutterEngineFromHost = true; + return; + } + + // Third, check if the host wants to use a cached FlutterEngineGroup + // and create new FlutterEngine using FlutterEngineGroup#createAndRunEngine + const cachedEngineGroupId = this.host.getCachedEngineGroupId(); + Log.d(TAG, "cachedEngineGroupId=" + cachedEngineGroupId); + if (cachedEngineGroupId != null) { + const flutterEngineGroup = FlutterEngineGroupCache.instance.get(cachedEngineGroupId); + if (flutterEngineGroup == null) { + throw new Error( + "The requested cached FlutterEngineGroup did not exist in the FlutterEngineGroupCache: '" + + cachedEngineGroupId + + "'"); + } + + this.flutterEngine = await flutterEngineGroup.createAndRunEngineByOptions(this.addEntrypointOptions(new Options(this.context))); + this.isFlutterEngineFromHost = false; + return; + } + + // Our host did not provide a custom FlutterEngine. Create a FlutterEngine to back our + // FlutterView. + Log.d( + TAG, + "No preferred FlutterEngine was provided. Creating a new FlutterEngine for this FlutterAbility."); + + let group = this.engineGroup; + if (group == null) { + group = new FlutterEngineGroup(); + await group.checkLoader(this.context, this.host.getFlutterShellArgs().toArray()); + } + this.flutterEngine = await group.createAndRunEngineByOptions(this.addEntrypointOptions(new Options(this.context) + .setAutomaticallyRegisterPlugins(false).setWaitForRestorationData(this.host.shouldRestoreAndSaveState()))); + this.isFlutterEngineFromHost = false; + } + + addEntrypointOptions(options: Options): Options { + let appBundlePathOverride = this.host.getAppBundlePath(); + if (appBundlePathOverride == null || appBundlePathOverride.length == 0) { + appBundlePathOverride = FlutterInjector.getInstance().getFlutterLoader().findAppBundlePath(); + } + + const dartEntrypoint = new DartEntrypoint(appBundlePathOverride, null, this.host.getDartEntrypointFunctionName()); + let initialRoute = this.host.getInitialRoute(); + if (initialRoute == null) { + initialRoute = this.maybeGetInitialRouteFromIntent(this.host.getWant()); + if (initialRoute == null) { + initialRoute = FlutterAbilityLaunchConfigs.DEFAULT_INITIAL_ROUTE; + } + } + return options + .setDartEntrypoint(dartEntrypoint) + .setInitialRoute(initialRoute) + .setDartEntrypointArgs(this.host.getDartEntrypointArgs()); + } + + /** + * 释放所有持有对象 + */ + release() { + this.host = null; + this.flutterEngine = null; + } + + onDetach() { + if (this.host.shouldAttachEngineToActivity()) { + // Notify plugins that they are no longer attached to an Activity. + Log.d(TAG, "Detaching FlutterEngine from the Ability"); + this.flutterEngine.getAbilityControlSurface().detachFromAbility(); + } + } + + onLowMemory(): void { + this.getFlutterNapi().notifyLowMemoryWarning(); + this.flutterEngine.getSystemChannel().sendMemoryPressureWarning(); + } + + /** + * 生命周期回调 + */ + + onCreate() { + this.ensureAlive(); + if (this.shouldDispatchAppLifecycleState()) { + this.flutterEngine.getLifecycleChannel().appIsInactive(); + } + } + + onDestroy() { + this.ensureAlive(); + if (this.shouldDispatchAppLifecycleState()) { + this.flutterEngine.getLifecycleChannel().appIsDetached(); + } + this.textInputPlugin.detach(); + } + + onWindowStageCreate() { + this.ensureAlive(); + this.doInitialFlutterViewRun(); + if (this.shouldDispatchAppLifecycleState()) { + this.flutterEngine.getLifecycleChannel().appIsResumed(); + } + } + + onWindowStageDestroy() { + + } + + onWindowFocusChanged(hasFocus: boolean):void { + if (this.shouldDispatchAppLifecycleState()) { + this.flutterEngine.getAbilityControlSurface().onWindowFocusChanged(hasFocus); + if (hasFocus) { + this.flutterEngine.getLifecycleChannel().aWindowIsFocused(); + } else { + this.flutterEngine.getLifecycleChannel().noWindowsAreFocused(); + } + } + } + + onForeground() { + this.ensureAlive(); + if (this.shouldDispatchAppLifecycleState()) { + this.flutterEngine.getLifecycleChannel().appIsResumed(); + } + } + + onBackground() { + if (this.shouldDispatchAppLifecycleState()) { + this.flutterEngine.getLifecycleChannel().appIsPaused(); + } + } + + /** + * 生命周期回调结束 + */ + + shouldDispatchAppLifecycleState(): boolean { + return this.host.shouldDispatchAppLifecycleState() && this.isAttached; + } + + ensureAlive() { + if (this.host == null) { + throw new Error("Cannot execute method on a destroyed FlutterAbilityDelegate."); + } + } + + getFlutterNapi() { + return this.flutterEngine.getFlutterNapi() + } + + detachFromFlutterEngine() { + if (this.host.shouldDestroyEngineWithHost()) { + // The host owns the engine and should never have its engine taken by another exclusive + // activity. + throw new Error( + "The internal FlutterEngine created by " + + this.host + + " has been attached to by another activity. To persist a FlutterEngine beyond the " + + "ownership of this ablity, explicitly create a FlutterEngine"); + } + + // Default, but customizable, behavior is for the host to call {@link #onDetach} + // deterministically as to not mix more events during the lifecycle of the next exclusive + // activity. + this.host.detachFromFlutterEngine(); + } + + getAppComponent(): UIAbility { + const ability = this.host.getAbility(); + if (ability == null) { + throw new Error( + "FlutterActivityAndFragmentDelegate's getAppComponent should only " + + "be queried after onAttach, when the host's ability should always be non-null"); + } + return ability; + } + + onNewWant(want: Want, launchParams: AbilityConstant.LaunchParam): void { + this.ensureAlive() + if (this.flutterEngine != null) { + Log.i(TAG, "Forwarding onNewWant() to FlutterEngine and sending pushRouteInformation message."); + this.flutterEngine.getAbilityControlSurface().onNewWant(want, launchParams); + const initialRoute = this.maybeGetInitialRouteFromIntent(want); + if (initialRoute && initialRoute.length > 0) { + this.flutterEngine.getNavigationChannel().pushRouteInformation(initialRoute); + } + } else { + Log.w(TAG, "onNewIntent() invoked before FlutterFragment was attached to an Activity."); + } + } + + onSaveState(reason: AbilityConstant.StateType, wantParam: Record): AbilityConstant.OnSaveResult { + Log.i(TAG, "onSaveInstanceState. Giving framework and plugins an opportunity to save state."); + this.ensureAlive(); + if (this.host.shouldRestoreAndSaveState()) { + wantParam[FRAMEWORK_RESTORATION_BUNDLE_KEY] = this.flutterEngine.getRestorationChannel().getRestorationData(); + } + if (this.host.shouldAttachEngineToActivity()) { + const plugins:Record = {} + const result = this.flutterEngine.getAbilityControlSurface().onSaveState(reason, plugins); + wantParam[PLUGINS_RESTORATION_BUNDLE_KEY] = plugins; + return result + } + return AbilityConstant.OnSaveResult.ALL_REJECT + } + + addPlugin(plugin: FlutterPlugin): void { + this.flutterEngine.getPlugins().add(plugin) + } + + removePlugin(plugin: FlutterPlugin): void { + this.flutterEngine.getPlugins().remove(plugin.getUniqueClassName()) + } + + sendSettings(): void { + this.settings.sendSettings() + } +} + + +/** + * FlutterAbility句柄 + */ +interface Host extends FlutterEngineProvider, FlutterEngineConfigurator, PlatformPluginDelegate, MouseCursorViewDelegate { + + getAbility(): UIAbility; + + loadContent():void; + + shouldDispatchAppLifecycleState(): boolean; + + detachFromFlutterEngine(); + + shouldAttachEngineToActivity(): boolean; + + getCachedEngineId(): string; + + getCachedEngineGroupId(): string; + + /** + * Returns true if the {@link io.flutter.embedding.engine.FlutterEngine} used in this delegate + * should be destroyed when the host/delegate are destroyed. + */ + shouldDestroyEngineWithHost(): boolean; + + /** Returns the {@link FlutterShellArgs} that should be used when initializing Flutter. */ + getFlutterShellArgs(): FlutterShellArgs; + + /** Returns arguments that passed as a list of string to Dart's entrypoint function. */ + getDartEntrypointArgs(): Array; + + /** + * Returns the URI of the Dart library which contains the entrypoint method (example + * "package:foo_package/main.dart"). If null, this will default to the same library as the + * `main()` function in the Dart program. + */ + getDartEntrypointLibraryUri(): string; + + /** Returns the path to the app bundle where the Dart code exists. */ + getAppBundlePath(): string; + + /** + * Returns the Dart entrypoint that should run when a new {@link + * io.flutter.embedding.engine.FlutterEngine} is created. + */ + getDartEntrypointFunctionName(): string; + + /** Returns the initial route that Flutter renders. */ + getInitialRoute(): string; + + getWant(): Want; + + shouldRestoreAndSaveState(): boolean; +} + +export { Host, FlutterAbilityDelegate } \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterAbilityLaunchConfigs.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterAbilityLaunchConfigs.ets new file mode 100644 index 0000000000000000000000000000000000000000..996f455b9d045411425025f5c68089aee3f8938c --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterAbilityLaunchConfigs.ets @@ -0,0 +1,46 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +/** The mode of the background of a Flutter {@code Activity}, either opaque or transparent. */ +enum BackgroundMode { + /** Indicates a FlutterActivity with an opaque background. This is the default. */ + opaque, + /** Indicates a FlutterActivity with a transparent background. */ + transparent +} + +export default class FlutterAbilityLaunchConfigs { + + static DART_ENTRYPOINT_META_DATA_KEY = "io.flutter.Entrypoint"; + static DART_ENTRYPOINT_URI_META_DATA_KEY = "io.flutter.EntrypointUri"; + static INITIAL_ROUTE_META_DATA_KEY = "io.flutter.InitialRoute"; + static SPLASH_SCREEN_META_DATA_KEY = "io.flutter.embedding.android.SplashScreenDrawable"; + static NORMAL_THEME_META_DATA_KEY = "io.flutter.embedding.android.NormalTheme"; + static HANDLE_DEEPLINKING_META_DATA_KEY = "flutter_deeplinking_enabled"; + // Intent extra arguments. + static EXTRA_DART_ENTRYPOINT = "dart_entrypoint"; + static EXTRA_INITIAL_ROUTE = "route"; + static EXTRA_BACKGROUND_MODE = "background_mode"; + static EXTRA_CACHED_ENGINE_ID = "cached_engine_id"; + static EXTRA_DART_ENTRYPOINT_ARGS = "dart_entrypoint_args"; + static EXTRA_CACHED_ENGINE_GROUP_ID = "cached_engine_group_id"; + static EXTRA_DESTROY_ENGINE_WITH_ACTIVITY = "destroy_engine_with_activity"; + static EXTRA_ENABLE_STATE_RESTORATION = "enable_state_restoration"; + + // Default configuration. + static DEFAULT_DART_ENTRYPOINT = "main"; + static DEFAULT_INITIAL_ROUTE = "/"; + static DEFAULT_BACKGROUND_MODE = BackgroundMode.opaque +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterEngineConfigurator.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterEngineConfigurator.ets new file mode 100644 index 0000000000000000000000000000000000000000..7953cad0836a9be4bf6bfd940594fdc787f45d66 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterEngineConfigurator.ets @@ -0,0 +1,23 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import FlutterEngine from '../engine/FlutterEngine'; + +export default interface FlutterEngineConfigurator { + + configureFlutterEngine(flutterEngine: FlutterEngine); + + cleanUpFlutterEngine(flutterEngine: FlutterEngine); +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterEngineProvider.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterEngineProvider.ets new file mode 100644 index 0000000000000000000000000000000000000000..1bdd7b6a809a77510f8942e81e0d91e7b4970893 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterEngineProvider.ets @@ -0,0 +1,21 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import FlutterEngine from '../engine/FlutterEngine'; +import common from '@ohos.app.ability.common'; + +export default interface FlutterEngineProvider { + provideFlutterEngine(context: common.Context): FlutterEngine; +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterPage.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterPage.ets new file mode 100644 index 0000000000000000000000000000000000000000..05695111937b486f3f498e9c87c12bdb85d829c5 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterPage.ets @@ -0,0 +1,43 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +import { PlatformViewWrapper } from '../../plugin/platform/PlatformViewWrapper'; +import { RootDvModeManager } from '../../plugin/platform/RootDvModelManager'; +import { DVModel, + DVModelChildren, + DVModelContainer, + DVModelEvents, + DVModelParameters, DynamicView } from '../../view/DynamicView/dynamicView'; +import { createDVModelFromJson } from '../../view/DynamicView/dynamicViewJson'; + +/** + * 基础page组件,承载XComponent组件 + */ +@Component +export struct FlutterPage { + @State message: string = 'Hello World'; + + @State rootDvModel: DVModelContainer = RootDvModeManager.getRootDvMode(); + + build() { + DynamicView({ + model: this.rootDvModel.model as DVModel, + params: this.rootDvModel.model.params as DVModelParameters, + events: this.rootDvModel.model.events as DVModelEvents, + children: this.rootDvModel.model.children as DVModelChildren, + customBuilder: this.rootDvModel.model.builder as ($$: Record<"params",DVModelParameters >) => void + //customBuilder: this.rootDvModel.model.builder as ($$: { params: DVModelParameters }) => void + }) + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/OhosTouchProcessor.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/OhosTouchProcessor.ets new file mode 100644 index 0000000000000000000000000000000000000000..5f0c73abd0948c0efc9674589686c42ece4e1ce0 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/OhosTouchProcessor.ets @@ -0,0 +1,57 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +import { TouchEvent } from '@ohos.multimodalInput.touchEvent'; + +export default class OhosTouchProcessor { + private static POINTER_DATA_FIELD_COUNT: number = 35; + + static BYTES_PER_FIELD: number = 8; + + private static POINTER_DATA_FLAG_BATCHED: number = 1; + + public onTouchEvent(event: TouchEvent, transformMatrix: ESObject): void { + + } +} + +export enum PointerChange { + CANCEL = 0, + ADD = 1, + REMOVE = 2, + HOVER = 3, + DOWN = 4, + MOVE = 5, + UP = 6, + PAN_ZOOM_START = 7, + PAN_ZOOM_UPDATE = 8, + PAN_ZOOM_END = 9 +} + +export enum PointerDeviceKind { + TOUCH = 0, + MOUSE = 1, + STYLUS = 2, + INVERTED_STYLUS = 3, + TRACKPAD = 4, + UNKNOWN = 5 +} + +export enum PointerSignalKind { + NONE = 0, + SCROLL = 1, + SCROLL_INERTIA_CANCEL = 2, + SCALE = 3, + UNKNOWN = 4 +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/Settings.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/Settings.ets new file mode 100644 index 0000000000000000000000000000000000000000..a435d2a45cc960a5d6a4eb49c3d131c83b4d2dcb --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/Settings.ets @@ -0,0 +1,35 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import SettingsChannel, { PlatformBrightness } from '../engine/systemchannels/SettingsChannel' +import I18n from '@ohos.i18n' + +export default class Settings { + settingsChannel: SettingsChannel; + + constructor(settingsChannel: SettingsChannel) { + this.settingsChannel = settingsChannel; + } + + sendSettings(): void { + this.settingsChannel.startMessage() + .setAlwaysUse24HourFormat(I18n.System.is24HourClock()) + .setTextScaleFactor(1.0) + .setNativeSpellCheckServiceDefined(false) + .setBrieflyShowPassword(false) + .setPlatformBrightness(PlatformBrightness.LIGHT) + .send(); + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/TouchEventTracker.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/TouchEventTracker.ets new file mode 100644 index 0000000000000000000000000000000000000000..b51743116ed023a1eb9b84448a8a77c7defd4b2f --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/TouchEventTracker.ets @@ -0,0 +1,87 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +/** Tracks the motion events received by the FlutterView. */ +import PlainArray from '@ohos.util.PlainArray'; +import { TouchEvent } from '@ohos.multimodalInput.touchEvent'; +import Queue from '@ohos.util.Queue'; + +export class TouchEventTracker { + private eventById : PlainArray; + private unusedEvents : Queue; + private static INSTANCE:TouchEventTracker; + + public static getInstance(): TouchEventTracker { + if (TouchEventTracker.INSTANCE == null) { + TouchEventTracker.INSTANCE = new TouchEventTracker(); + } + return TouchEventTracker.INSTANCE; + } + + constructor() { + this.eventById = new PlainArray(); + this.unusedEvents = new Queue(); + } + + /** Tracks the event and returns a unique MotionEventId identifying the event. */ + public track(event :TouchEvent) : TouchEventId { + const eventId:TouchEventId = TouchEventId.createUnique(); + this.eventById.add(eventId.getId(), event); + this.unusedEvents.add(eventId.getId()); + return eventId; + } + + /** + * Returns the MotionEvent corresponding to the eventId while discarding all the motion events + * that occurred prior to the event represented by the eventId. Returns null if this event was + * popped or discarded. + */ + public pop(eventId : TouchEventId) : TouchEvent { + // remove all the older events. + while (this.unusedEvents.length != 0 && this.unusedEvents.getFirst() < eventId.getId()) { + this.eventById.remove(this.unusedEvents.pop()); + } + + // remove the current event from the heap if it exists. + if (this.unusedEvents.length != 0 && this.unusedEvents.getFirst() == eventId.getId()) { + this.unusedEvents.pop(); + } + + const event : TouchEvent = this.eventById.get(eventId.getId()); + this.eventById.remove(eventId.getId()); + return event; + } +} + +/** Represents a unique identifier corresponding to a motion event. */ +export class TouchEventId { + private static ID_COUNTER : number = 0; + private id : number; + + constructor(id : number) { + this.id = id; + } + + public static from(id : number) : TouchEventId { + return new TouchEventId(id); + } + + public static createUnique() : TouchEventId { + return new TouchEventId(TouchEventId.ID_COUNTER++); + } + + public getId() : number { + return this.id; + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/WindowInfoRepositoryCallbackAdapterWrapper.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/WindowInfoRepositoryCallbackAdapterWrapper.ets new file mode 100644 index 0000000000000000000000000000000000000000..6b86d30aae3b4a30c49874c215f94abe781ead61 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/WindowInfoRepositoryCallbackAdapterWrapper.ets @@ -0,0 +1,22 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +import UIAbility from '@ohos.app.ability.UIAbility'; + +export default class WindowInfoRepositoryCallbackAdapterWrapper { + + constructor() { + } + +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/PlatformPlugin.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/PlatformPlugin.ets new file mode 100644 index 0000000000000000000000000000000000000000..9910f14b6d71e2fc70e55eb8c7846ccbeffa0180 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/PlatformPlugin.ets @@ -0,0 +1,301 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +import PlatformChannel, { + AppSwitcherDescription, + Brightness, + ClipboardContentFormat, + HapticFeedbackType, + PlatformMessageHandler, + SoundType, + SystemChromeStyle, + SystemUiMode, + SystemUiOverlay +} from '../embedding/engine/systemchannels/PlatformChannel'; +import pasteboard from '@ohos.pasteboard'; +import Log from '../util/Log'; +import vibrator from '@ohos.vibrator'; +import window from '@ohos.window'; +import common from '@ohos.app.ability.common'; + +/** + * ohos实现platform plugin + */ +export default class PlatformPlugin { + private static TAG = "PlatformPlugin"; + private callback = new PlatformPluginCallback(); + + constructor(platformChannel: PlatformChannel, context: common.Context, platformPluginDelegate?: PlatformPluginDelegate) { + this.callback.platformChannel = platformChannel; + this.callback.context = context; + this.callback.applicationContext = context.getApplicationContext(); + this.callback.platform = this; + + try { + window.getLastWindow(context, (err, data) => { + if (err.code) { + Log.e(PlatformPlugin.TAG, "Failed to obtain the top window. Cause: " + JSON.stringify(err)); + return; + } + this.callback.windowClass = data; + }); + } catch (err) { + Log.e(PlatformPlugin.TAG, "Failed to obtain the top window. Cause: " + JSON.stringify(err)); + } + this.callback.platformPluginDelegate = platformPluginDelegate; + this.callback.platformChannel.setPlatformMessageHandler(this.callback); + } + + + updateSystemUiOverlays(): void { + this.callback.windowClass.setWindowSystemBarEnable(this.callback.showBarOrNavigation); + if (this.callback.currentTheme != null) { + this.callback.setSystemChromeSystemUIOverlayStyle(this.callback.currentTheme); + } + } + + setUIAbilityContext(context: common.UIAbilityContext): void { + this.callback.uiAbilityContext = context; + } + + setSystemChromeChangeListener(): void { + if (this.callback.callbackId == null && this.callback.applicationContext != null) { + let that = this; + this.callback.callbackId = this.callback.applicationContext.on('environment', { + onConfigurationUpdated(config) { + Log.d(PlatformPlugin.TAG, "onConfigurationUpdated: " + that.callback.showBarOrNavigation); + that.callback.platformChannel.systemChromeChanged(that.callback.showBarOrNavigation.includes('status')); + }, + onMemoryLevel(level) { + } + }) + } + } +} + +export interface PlatformPluginDelegate { + popSystemNavigator(): boolean; +} + +class PlatformPluginCallback implements PlatformMessageHandler { + private static TAG = "PlatformPluginCallback"; + platform: PlatformPlugin; + windowClass: window.Window = null; + platformChannel: PlatformChannel; + platformPluginDelegate: PlatformPluginDelegate; + context: common.Context; + showBarOrNavigation: ('status' | 'navigation')[] = ['status', 'navigation']; + uiAbilityContext: common.UIAbilityContext = null; + callbackId: number = null; + applicationContext: common.ApplicationContext = null; + currentTheme: SystemChromeStyle = null; + + playSystemSound(soundType: SoundType) { + } + + vibrateHapticFeedback(feedbackType: HapticFeedbackType) { + switch (feedbackType) { + case HapticFeedbackType.STANDARD: + vibrator.startVibration({ type: 'time', duration: 100 }, + { id: 0, usage: 'touch' }); + break; + case HapticFeedbackType.LIGHT_IMPACT: + vibrator.startVibration({ type: 'time', duration: 100 }, + { id: 0, usage: 'notification' }).then(); + break; + case HapticFeedbackType.MEDIUM_IMPACT: + vibrator.startVibration({ type: 'time', duration: 100 }, + { id: 0, usage: 'ring' }); + break; + case HapticFeedbackType.HEAVY_IMPACT: + vibrator.startVibration({ type: 'time', duration: 100 }, + { id: 0, usage: 'alarm' }); + break; + case HapticFeedbackType.SELECTION_CLICK: + vibrator.startVibration({ type: 'time', duration: 100 }, + { id: 0, usage: 'physicalFeedback' }); + break; + } + } + + setPreferredOrientations(ohosOrientation: number) { + Log.d(PlatformPluginCallback.TAG, "ohosOrientation: " + ohosOrientation); + this.windowClass.setPreferredOrientation(ohosOrientation); + } + + setApplicationSwitcherDescription(description: AppSwitcherDescription) { + // representation described in the given {@code description}. + } + + showSystemOverlays(overlays: SystemUiOverlay[]) { + this.setSystemChromeEnabledSystemUIOverlays(overlays); + } + + showSystemUiMode(mode: SystemUiMode) { + this.setSystemChromeEnabledSystemUIMode(mode); + } + + setSystemUiChangeListener() { + this.platform.setSystemChromeChangeListener(); + } + + restoreSystemUiOverlays() { + this.platform.updateSystemUiOverlays(); + } + + setSystemUiOverlayStyle(systemUiOverlayStyle: SystemChromeStyle) { + Log.d(PlatformPluginCallback.TAG, "systemUiOverlayStyle:" + JSON.stringify(systemUiOverlayStyle)); + this.setSystemChromeSystemUIOverlayStyle(systemUiOverlayStyle); + } + + popSystemNavigator() { + if (this.platformPluginDelegate != null && this.platformPluginDelegate.popSystemNavigator()) { + return; + } + if (this.uiAbilityContext != null) { + this.uiAbilityContext.terminateSelf(); + } + } + + getClipboardData(format: ClipboardContentFormat): string { + // todo + return ""; + } + + setClipboardData(text: string) { + let pasteData = pasteboard.createData(pasteboard.MIMETYPE_TEXT_PLAIN, text); + let clipboard = pasteboard.getSystemPasteboard(); + clipboard.setData(pasteData); + } + + clipboardHasStrings(): boolean { + return false; + } + + setSystemChromeEnabledSystemUIMode(mode: SystemUiMode): void { + Log.d(PlatformPluginCallback.TAG, "mode: " + mode); + let uiConfig: ('status' | 'navigation')[] = []; + if (mode == SystemUiMode.LEAN_BACK) { + //全屏显示,通过点击显示器上的任何位置都可以显示状态和导航栏 + this.windowClass.setWindowLayoutFullScreen(false); + + } else if (mode == SystemUiMode.IMMERSIVE) { + //全屏显示,通过在显示器边缘的滑动手势可以显示状态和导航栏,应用程序不会接收到此手势 + this.windowClass.setWindowLayoutFullScreen(true); + + } else if (mode == SystemUiMode.IMMERSIVE_STICKY) { + //全屏显示,通过在显示器边缘的滑动手势可以显示状态和导航栏,此手势由应用程序接收 + this.windowClass.setWindowLayoutFullScreen(true); + + } else if (mode == SystemUiMode.EDGE_TO_EDGE) { + //全屏显示,在应用程序上呈现状态和导航元素 + this.windowClass.setWindowLayoutFullScreen(false); + uiConfig = ['status', 'navigation']; + + } else { + return; + } + this.showBarOrNavigation = uiConfig; + this.platform.updateSystemUiOverlays(); + } + + setSystemChromeSystemUIOverlayStyle(systemChromeStyle: SystemChromeStyle): void { + let isStatusBarLightIconValue: boolean = false; + let statusBarColorValue: string = null; + let statusBarContentColorValue: string = null; + let navigationBarColorValue: string = null; + let isNavigationBarLightIconValue: boolean = false; + let navigationBarContentColorValue: string = null; + if (systemChromeStyle.statusBarIconBrightness != null) { + switch (systemChromeStyle.statusBarIconBrightness) { + case Brightness.DARK: + isStatusBarLightIconValue = false; + break; + case Brightness.LIGHT: + isStatusBarLightIconValue = true; + break; + } + } + + if (systemChromeStyle.statusBarColor != null) { + statusBarColorValue = "#" + systemChromeStyle.statusBarColor.toString(16); + } + + if (systemChromeStyle.systemStatusBarContrastEnforced != null) { + + } + + if (systemChromeStyle.systemNavigationBarIconBrightness != null) { + switch (systemChromeStyle.systemNavigationBarIconBrightness) { + case Brightness.DARK: + isNavigationBarLightIconValue = true; + break; + case Brightness.LIGHT: + isNavigationBarLightIconValue = false; + } + } + + if (systemChromeStyle.systemNavigationBarColor != null) { + navigationBarColorValue = "#" + systemChromeStyle.systemNavigationBarColor.toString(16); + } + + if (systemChromeStyle.systemNavigationBarContrastEnforced != null) { + + } + this.currentTheme = systemChromeStyle; + let systemBarProperties = new SystemBarProperties(); + systemBarProperties.statusBarColor = statusBarColorValue; + systemBarProperties.isStatusBarLightIcon = isStatusBarLightIconValue; + systemBarProperties.statusBarContentColor = statusBarContentColorValue; + systemBarProperties.navigationBarColor = navigationBarColorValue; + systemBarProperties.isNavigationBarLightIcon = isNavigationBarLightIconValue; + systemBarProperties.navigationBarContentColor = navigationBarContentColorValue; + Log.d(PlatformPluginCallback.TAG, "systemBarProperties: " + JSON.stringify(systemBarProperties)); + this.windowClass.setWindowSystemBarProperties(systemBarProperties); + } + + setSystemChromeEnabledSystemUIOverlays(overlays: SystemUiOverlay[]): void { + let uiConfig: ('status' | 'navigation')[] = []; + if (overlays.length == 0) { + + } + for (let index = 0; index < overlays.length; ++index) { + let overlayToShow = overlays[index]; + switch (overlayToShow) { + case SystemUiOverlay.TOP_OVERLAYS: + uiConfig.push('status'); //hide navigation + break; + case SystemUiOverlay.BOTTOM_OVERLAYS: + uiConfig.push('navigation'); //hide bar + break; + } + } + this.showBarOrNavigation = uiConfig; + this.platform.updateSystemUiOverlays(); + } +} + +class SystemBarProperties { + statusBarColor?: string; + + isStatusBarLightIcon?: boolean; + + statusBarContentColor?: string; + + navigationBarColor?: string; + + isNavigationBarLightIcon?: boolean; + + navigationBarContentColor?: string; +} diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/BasicMessageChannel.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/BasicMessageChannel.ets new file mode 100644 index 0000000000000000000000000000000000000000..a6e6f6bcfb5b863a2b5c65b9f398ec5e048f4ad6 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/BasicMessageChannel.ets @@ -0,0 +1,170 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import MessageChannelUtils from '../../util/MessageChannelUtils'; +import { BinaryMessageHandler } from './BinaryMessenger'; +import Log from '../../util/Log'; +import { BinaryReply } from './BinaryMessenger'; +import { TaskQueue } from './BinaryMessenger'; +import MessageCodec from './MessageCodec'; +import { BinaryMessenger } from './BinaryMessenger'; +/** + * A named channel for communicating with the Flutter application using basic, asynchronous message + * passing. + * + *

Messages are encoded into binary before being sent, and binary messages received are decoded + * into Java objects. The {@link MessageCodec} used must be compatible with the one used by the + * Flutter application. This can be achieved by creating a BasicMessageChannel + * counterpart of this channel on the Dart side. The static Java type of messages sent and received + * is {@code Object}, but only values supported by the specified {@link MessageCodec} can be used. + * + *

The logical identity of the channel is given by its name. Identically named channels will + * interfere with each other's communication. + */ +export default class BasicMessageChannel { + public static TAG = "BasicMessageChannel#"; + public static CHANNEL_BUFFERS_CHANNEL = "dev.flutter/channel-buffers"; + private messenger: BinaryMessenger; + private name: string; + private codec: MessageCodec; + private taskQueue: TaskQueue; + + constructor(messenger: BinaryMessenger, name: string, codec: MessageCodec, taskQueue?: TaskQueue) { + this.messenger = messenger + this.name = name + this.codec = codec + this.taskQueue = taskQueue + } + + /** + * Sends the specified message to the Flutter application, optionally expecting a reply. + * + *

Any uncaught exception thrown by the reply callback will be caught and logged. + * + * @param message the message, possibly null. + * @param callback a {@link Reply} callback, possibly null. + */ + send(message: T, callback?: (reply: T)=>void): void { + this.messenger.send(this.name, this.codec.encodeMessage(message), callback == null ? null : new IncomingReplyHandler(callback, this.codec)); + } + + /** + * Registers a message handler on this channel for receiving messages sent from the Flutter + * application. + * + *

Overrides any existing handler registration for (the name of) this channel. + * + *

If no handler has been registered, any incoming message on this channel will be handled + * silently by sending a null reply. + * + * @param handler a {@link MessageHandler}, or null to deregister. + */ + setMessageHandler(handler: MessageHandler): void { + // We call the 2 parameter variant specifically to avoid breaking changes in + // mock verify calls. + // See https://github.com/flutter/flutter/issues/92582. + if (this.taskQueue != null) { + this.messenger.setMessageHandler( + this.name, handler == null ? null : new IncomingMessageHandler(handler, this.codec), this.taskQueue); + } else { + this.messenger.setMessageHandler(this.name, handler == null ? null : new IncomingMessageHandler(handler, this.codec)); + } + } + + /** + * Adjusts the number of messages that will get buffered when sending messages to channels that + * aren't fully set up yet. For example, the engine isn't running yet or the channel's message + * handler isn't set up on the Dart side yet. + */ + resizeChannelBuffer(newSize: number): void { + MessageChannelUtils.resizeChannelBuffer(this.messenger, this.name, newSize); + } +} + + +export interface Reply { + /** + * Handles the specified message reply. + * + * @param reply the reply, possibly null. + */ + reply: (reply: T) => void; +} + +export interface MessageHandler { + + /** + * Handles the specified message received from Flutter. + * + *

Handler implementations must reply to all incoming messages, by submitting a single reply + * message to the given {@link Reply}. Failure to do so will result in lingering Flutter reply + * handlers. The reply may be submitted asynchronously and invoked on any thread. + * + *

Any uncaught exception thrown by this method, or the preceding message decoding, will be + * caught by the channel implementation and logged, and a null reply message will be sent back + * to Flutter. + * + *

Any uncaught exception thrown during encoding a reply message submitted to the {@link + * Reply} is treated similarly: the exception is logged, and a null reply is sent to Flutter. + * + * @param message the message, possibly null. + * @param reply a {@link Reply} for sending a single message reply back to Flutter. + */ + onMessage(message: T, reply: Reply): void; +} + +class IncomingReplyHandler implements BinaryReply { + private callback: (reply: T)=>void; + private codec: MessageCodec + + constructor(callback:(reply: T)=>void, codec: MessageCodec) { + this.callback = callback + this.codec = codec + } + + reply(reply: ArrayBuffer) { + try { + this.callback(this.codec.decodeMessage(reply)); + } catch (e) { + Log.e(BasicMessageChannel.TAG, "Failed to handle message reply", e); + } + } +} + +class IncomingMessageHandler implements BinaryMessageHandler { + private handler: MessageHandler + private codec: MessageCodec + + constructor(handler: MessageHandler, codec: MessageCodec) { + this.handler = handler; + this.codec = codec + } + + onMessage(message: ArrayBuffer, callback: BinaryReply) { + try { + this.handler.onMessage( + this.codec.decodeMessage(message), + { + reply: (reply: T): void => { + callback.reply(this.codec.encodeMessage(reply)); + } + }); + } catch (e) { + Log.e(BasicMessageChannel.TAG, "Failed to handle message", e); + callback.reply(null); + } + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/BinaryCodec.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/BinaryCodec.ets new file mode 100644 index 0000000000000000000000000000000000000000..578436417dc4a23cfaf2c5adbb9c8340efa5795d --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/BinaryCodec.ets @@ -0,0 +1,49 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import MessageCodec from './MessageCodec'; + +/** + * A {@link MessageCodec} using unencoded binary messages, represented as {@link ByteBuffer}s. + * + *

This codec is guaranteed to be compatible with the corresponding BinaryCodec on the + * Dart side. These parts of the Flutter SDK are evolved synchronously. + * + *

On the Dart side, messages are represented using {@code ByteData}. + */ + +export default class BinaryCodec implements MessageCodec { + private returnsDirectByteBufferFromDecoding: boolean = false; + static readonly INSTANCE_DIRECT = new BinaryCodec(true); + + constructor(returnsDirectByteBufferFromDecoding: boolean) { + this.returnsDirectByteBufferFromDecoding = returnsDirectByteBufferFromDecoding; + } + + encodeMessage(message: ArrayBuffer): ArrayBuffer { + return message + } + + decodeMessage(message: ArrayBuffer): ArrayBuffer { + if (message == null) { + return message; + } else if (this.returnsDirectByteBufferFromDecoding) { + return message; + } else { + return message.slice(0, message.byteLength); + } + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/BinaryMessenger.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/BinaryMessenger.ets new file mode 100644 index 0000000000000000000000000000000000000000..988c6a57092f7913f20b65bf6afa97b310385931 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/BinaryMessenger.ets @@ -0,0 +1,158 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +/** + * An abstraction over the threading policy used to invoke message handlers. + * + *

These are generated by calling methods like {@link + * BinaryMessenger#makeBackgroundTaskQueue(TaskQueueOptions)} and can be passed into platform + * channels' constructors to control the threading policy for handling platform channels' + * messages. + */ +export interface TaskQueue {} + +/** Options that control how a TaskQueue should operate and be created. */ +export class TaskQueueOptions { + private isSerial = true; + + getIsSerial() { + return this.isSerial; + } + + setIsSerial(isSerial: boolean): TaskQueueOptions { + this.isSerial = isSerial; + return this; + } +} + +/** + * Binary message reply callback. Used to submit a reply to an incoming message from Flutter. Also + * used in the dual capacity to handle a reply received from Flutter after sending a message. + */ +export interface BinaryReply { + /** + * Handles the specified reply. + * + * @param reply the reply payload, a direct-allocated {@link ByteBuffer} or null. Senders of + * outgoing replies must place the reply bytes between position zero and current position. + * Reply receivers can read from the buffer directly. + */ + reply(reply: ArrayBuffer): void; +} + +/** Handler for incoming binary messages from Flutter. */ +export interface BinaryMessageHandler { + /** + * Handles the specified message. + * + *

Handler implementations must reply to all incoming messages, by submitting a single reply + * message to the given {@link BinaryReply}. Failure to do so will result in lingering Flutter + * reply handlers. The reply may be submitted asynchronously. + * + *

Any uncaught exception thrown by this method will be caught by the messenger + * implementation and logged, and a null reply message will be sent back to Flutter. + * + * @param message the message {@link ByteBuffer} payload, possibly null. + * @param reply A {@link BinaryReply} used for submitting a reply back to Flutter. + */ + onMessage(message: ArrayBuffer, reply: BinaryReply): void; +} + +/** + * Facility for communicating with Flutter using asynchronous message passing with binary messages. + * The Flutter Dart code should use BinaryMessages to + * participate. + * + *

{@code BinaryMessenger} is expected to be utilized from a single thread throughout the + * duration of its existence. If created on the main thread, then all invocations should take place + * on the main thread. If created on a background thread, then all invocations should take place on + * that background thread. + * + * @see BasicMessageChannel , which supports message passing with Strings and semi-structured + * messages. + * @see MethodChannel , which supports communication using asynchronous method invocation. + * @see EventChannel , which supports communication using event streams. + */ +export interface BinaryMessenger { + makeBackgroundTaskQueue(options?: TaskQueueOptions): TaskQueue; + + /** + * Sends a binary message to the Flutter application. + * + * @param channel the name {@link String} of the logical channel used for the message. + * @param message the message payload, a direct-allocated {@link ByteBuffer} with the message + * bytes between position zero and current position, or null. + */ + send(channel: String, message: ArrayBuffer): void; + + /** + * Sends a binary message to the Flutter application, optionally expecting a reply. + * + *

Any uncaught exception thrown by the reply callback will be caught and logged. + * + * @param channel the name {@link String} of the logical channel used for the message. + * @param message the message payload, a direct-allocated {@link ByteBuffer} with the message + * bytes between position zero and current position, or null. + * @param callback a {@link BinaryReply} callback invoked when the Flutter application responds to + * the message, possibly null. + */ + send(channel: String, message: ArrayBuffer, callback?: BinaryReply): void; + + /** + * Registers a handler to be invoked when the Flutter application sends a message to its host + * platform. + * + *

Registration overwrites any previous registration for the same channel name. Use a null + * handler to deregister. + * + *

If no handler has been registered for a particular channel, any incoming message on that + * channel will be handled silently by sending a null reply. + * + * @param channel the name {@link String} of the channel. + * @param handler a {@link BinaryMessageHandler} to be invoked on incoming messages, or null. + * @param taskQueue a {@link BinaryMessenger.TaskQueue} that specifies what thread will execute + * the handler. Specifying null means execute on the platform thread. + */ + //setMessageHandler(channel: String, handler: BinaryMessageHandler) + setMessageHandler(channel: String, handler: BinaryMessageHandler, taskQueue?: TaskQueue): void; + // { + // if (taskQueue != null) { + // throw new Error("setMessageHandler called with nonnull taskQueue is not supported.") + // } + // } + + /** + * Enables the ability to queue messages received from Dart. + * + *

This is useful when there are pending channel handler registrations. For example, Dart may + * be initialized concurrently, and prior to the registration of the channel handlers. This + * implies that Dart may start sending messages while plugins are being registered. + */ + enableBufferingIncomingMessages(): void; + // { + // throw new Error("enableBufferingIncomingMessages not implemented."); + // } + + /** + * Disables the ability to queue messages received from Dart. + * + *

This can be used after all pending channel handlers have been registered. + */ + disableBufferingIncomingMessages(): void; + // { + // throw new Error("disableBufferingIncomingMessages not implemented."); + // } +} diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/EventChannel.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/EventChannel.ets new file mode 100644 index 0000000000000000000000000000000000000000..166659a32e819580f2d433886f763dc453d8a597 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/EventChannel.ets @@ -0,0 +1,263 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + + +/** + * A named channel for communicating with the Flutter application using asynchronous event streams. + * + *

Incoming requests for event stream setup are decoded from binary on receipt, and Java + * responses and events are encoded into binary before being transmitted back to Flutter. The {@link + * MethodCodec} used must be compatible with the one used by the Flutter application. This can be + * achieved by creating an EventChannel + * counterpart of this channel on the Dart side. The Java type of stream configuration arguments, + * events, and error details is {@code Object}, but only values supported by the specified {@link + * MethodCodec} can be used. + * + *

The logical identity of the channel is given by its name. Identically named channels will + * interfere with each other's communication. + */ +import Log from '../../util/Log'; +import { BinaryMessageHandler, BinaryMessenger, BinaryReply, TaskQueue } from './BinaryMessenger'; +import MethodCodec from './MethodCodec'; +import StandardMethodCodec from './StandardMethodCodec'; + +const TAG = "EventChannel#"; + +export default class EventChannel { + private messenger: BinaryMessenger; + private name: string; + private codec: MethodCodec; + private taskQueue: TaskQueue; + + constructor(messenger: BinaryMessenger, name: string, codec?: MethodCodec, taskQueue?: TaskQueue) { + this.messenger = messenger + this.name = name + this.codec = codec ? codec : StandardMethodCodec.INSTANCE + this.taskQueue = taskQueue + } + + + /** + * Registers a stream handler on this channel. + * + *

Overrides any existing handler registration for (the name of) this channel. + * + *

If no handler has been registered, any incoming stream setup requests will be handled + * silently by providing an empty stream. + * + * @param handler a {@link StreamHandler}, or null to deregister. + */ + setStreamHandler(handler: StreamHandler): void { + // We call the 2 parameter variant specifically to avoid breaking changes in + // mock verify calls. + // See https://github.com/flutter/flutter/issues/92582. + if (this.taskQueue != null) { + this.messenger.setMessageHandler( + this.name, handler == null ? null : new IncomingStreamRequestHandler(handler, this.name, this.codec, this.messenger), this.taskQueue); + } else { + this.messenger.setMessageHandler( + this.name, handler == null ? null : new IncomingStreamRequestHandler(handler, this.name, this.codec, this.messenger)); + } + } +} + +/** + * Handler of stream setup and teardown requests. + * + *

Implementations must be prepared to accept sequences of alternating calls to {@link + * #onListen(Object, EventChannel.EventSink)} and {@link #onCancel(Object)}. Implementations + * should ideally consume no resources when the last such call is not {@code onListen}. In typical + * situations, this means that the implementation should register itself with platform-specific + * event sources {@code onListen} and deregister again {@code onCancel}. + */ +export interface StreamHandler { + /** + * Handles a request to set up an event stream. + * + *

Any uncaught exception thrown by this method will be caught by the channel implementation + * and logged. An error result message will be sent back to Flutter. + * + * @param arguments stream configuration arguments, possibly null. + * @param events an {@link EventSink} for emitting events to the Flutter receiver. + */ + onListen(args: ESObject, events: EventSink): void; + + /** + * Handles a request to tear down the most recently created event stream. + * + *

Any uncaught exception thrown by this method will be caught by the channel implementation + * and logged. An error result message will be sent back to Flutter. + * + *

The channel implementation may call this method with null arguments to separate a pair of + * two consecutive set up requests. Such request pairs may occur during Flutter hot restart. Any + * uncaught exception thrown in this situation will be logged without notifying Flutter. + * + * @param arguments stream configuration arguments, possibly null. + */ + onCancel(args: ESObject): void; +} + +/** + * Event callback. Supports dual use: Producers of events to be sent to Flutter act as clients of + * this interface for sending events. Consumers of events sent from Flutter implement this + * interface for handling received events (the latter facility has not been implemented yet). + */ +export interface EventSink { + /** + * Consumes a successful event. + * + * @param event the event, possibly null. + */ + success(event: ESObject): void; + + /** + * Consumes an error event. + * + * @param errorCode an error code String. + * @param errorMessage a human-readable error message String, possibly null. + * @param errorDetails error details, possibly null + */ + error(errorCode: string, errorMessage: string, errorDetails: ESObject): void; + + /** + * Consumes end of stream. Ensuing calls to {@link #success(Object)} or {@link #error(String, + * String, Object)}, if any, are ignored. + */ + endOfStream(): void; +} + +class IncomingStreamRequestHandler implements BinaryMessageHandler { + private handler: StreamHandler; + private activeSink = new AtomicReference(null); + private codec: MethodCodec; + private name: string; + private messenger: BinaryMessenger; + + constructor(handler: StreamHandler, name: string, codec: MethodCodec, messenger: BinaryMessenger) { + this.handler = handler; + this.codec = codec; + this.name = name; + this.messenger = messenger; + } + + onMessage(message: ArrayBuffer, reply: BinaryReply): void { + const call = this.codec.decodeMethodCall(message); + if (call.method == "listen") { + this.onListen(call.args, reply); + } else if (call.method == "cancel") { + this.onCancel(call.args, reply); + } else { + reply.reply(null); + } + } + + onListen(args: ESObject, callback: BinaryReply): void { + const eventSink = new EventSinkImplementation(this.activeSink, this.name, this.codec, this.messenger); + const oldSink = this.activeSink.getAndSet(eventSink); + if (oldSink != null) { + // Repeated calls to onListen may happen during hot restart. + // We separate them with a call to onCancel. + try { + this.handler.onCancel(null); + } catch (e) { + Log.e(TAG + this.name, "Failed to close existing event stream", e); + } + } + try { + this.handler.onListen(args, eventSink); + callback.reply(this.codec.encodeSuccessEnvelope(null)); + } catch (e) { + this.activeSink.set(null); + Log.e(TAG + this.name, "Failed to open event stream", e); + callback.reply(this.codec.encodeErrorEnvelope("error", e.getMessage(), null)); + } + } + + onCancel(args: ESObject, callback: BinaryReply): void { + const oldSink = this.activeSink.getAndSet(null); + if (oldSink != null) { + try { + this.handler.onCancel(args); + callback.reply(this.codec.encodeSuccessEnvelope(null)); + } catch (e) { + Log.e(TAG + this.name, "Failed to close event stream", e); + callback.reply(this.codec.encodeErrorEnvelope("error", e.getMessage(), null)); + } + } else { + callback.reply(this.codec.encodeErrorEnvelope("error", "No active stream to cancel", null)); + } + } +} + +class EventSinkImplementation implements EventSink { + private hasEnded = false; + private activeSink: AtomicReference; + private messenger: BinaryMessenger; + private codec: MethodCodec; + private name: string; + + constructor(activeSink: AtomicReference, name: string, codec: MethodCodec, messenger: BinaryMessenger) { + this.activeSink = activeSink; + this.codec = codec; + this.name = name; + this.messenger = messenger; + } + + success(event: ESObject): void { + if (this.hasEnded || this.activeSink.get() != this) { + return; + } + this.messenger.send(this.name, this.codec.encodeSuccessEnvelope(event)); + } + + error(errorCode: string, errorMessage: string, errorDetails: ESObject) { + if (this.hasEnded || this.activeSink.get() != this) { + return; + } + this.messenger.send( + this.name, this.codec.encodeErrorEnvelope(errorCode, errorMessage, errorDetails)); + } + + endOfStream(): void { + if (this.hasEnded || this.activeSink.get() != this) { + return; + } + this.hasEnded = true; + this.messenger.send(this.name, null); + } +} + +class AtomicReference { + private value: T; + + constructor(value: T) { + this.value = value + } + + get(): T { + return this.value; + } + + set(newValue: T): void { + this.value = newValue; + } + + getAndSet(newValue: T) { + const oldValue = this.value; + this.value = newValue; + return oldValue; + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/FlutterException.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/FlutterException.ets new file mode 100644 index 0000000000000000000000000000000000000000..03af6b520acc908d9cb63914ca2236736218aa77 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/FlutterException.ets @@ -0,0 +1,28 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +export default class FlutterException implements Error { + stack?: string; + message: string; + name: string; + code: string; + details: ESObject + + constructor(code: string, message: string, details: ESObject) { + this.message = message; + this.code = code; + this.details =details; + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/JSONMessageCodec.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/JSONMessageCodec.ets new file mode 100644 index 0000000000000000000000000000000000000000..4c289c6054e952a5cf7ed48b58fcfab6e343533b --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/JSONMessageCodec.ets @@ -0,0 +1,51 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import MessageCodec from './MessageCodec'; +import MethodCodec from './MethodCodec'; +import StringCodec from './StringCodec'; + +/** + * A {@link MethodCodec} using UTF-8 encoded JSON method calls and result envelopes. + * + *

This codec is guaranteed to be compatible with the corresponding JSONMethodCodec on + * the Dart side. These parts of the Flutter SDK are evolved synchronously. + * + *

On the Dart side, JSON messages are handled by the JSON facilities of the dart:convert package. + */ +export default class JSONMessageCodec implements MessageCodec { + static INSTANCE = new JSONMessageCodec(); + + encodeMessage(message: ESObject): ArrayBuffer { + if (message == null) { + return null; + } + return StringCodec.INSTANCE.encodeMessage(JSON.stringify(message)); + } + + decodeMessage(message: ArrayBuffer): ESObject { + if (message == null) { + return null; + } + try { + const jsonStr = StringCodec.INSTANCE.decodeMessage(message); + return JSON.parse(jsonStr); + } catch (e) { + throw new Error("Invalid JSON"); + } + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/JSONMethodCodec.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/JSONMethodCodec.ets new file mode 100644 index 0000000000000000000000000000000000000000..7b5bf1d0891fe841d7380e0e6166ca5b82793e7b --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/JSONMethodCodec.ets @@ -0,0 +1,97 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +import Log from '../../util/Log'; + +import ToolUtils from '../../util/ToolUtils'; +import FlutterException from './FlutterException'; +import JSONMessageCodec from './JSONMessageCodec'; +import MethodCall from './MethodCall'; +import MethodCodec from './MethodCodec'; + +/** + * A {@link MethodCodec} using UTF-8 encoded JSON method calls and result envelopes. + * + *

This codec is guaranteed to be compatible with the corresponding JSONMethodCodec on + * the Dart side. These parts of the Flutter SDK are evolved synchronously. + * + *

Values supported as methods arguments and result payloads are those supported by {@link + * JSONMessageCodec}. + */ +export default class JSONMethodCodec implements MethodCodec { + static INSTANCE = new JSONMethodCodec(); + + encodeMethodCall(methodCall: MethodCall): ArrayBuffer { + try { + const map: Record = { + "method": methodCall.method, "args": methodCall.args + } + + return JSONMessageCodec.INSTANCE.encodeMessage(map); + } catch (e) { + throw new Error("Invalid JSON"); + } + } + + decodeMethodCall(message: ArrayBuffer): MethodCall { + try { + const json: ESObject = JSONMessageCodec.INSTANCE.decodeMessage(message); + if (ToolUtils.isObj(json)) { + const method: string = json["method"]; + const args: ESObject = json["args"]; + if (typeof method == 'string') { + return new MethodCall(method, args); + } + } + throw new Error("Invalid method call: " + json); + } catch (e) { + throw new Error("Invalid JSON:" + JSON.stringify(e)); + } + } + + encodeSuccessEnvelope(result: ESObject): ArrayBuffer { + return JSONMessageCodec.INSTANCE.encodeMessage([result]); + } + + encodeErrorEnvelope(errorCode: ESObject, errorMessage: string, errorDetails: ESObject) { + return JSONMessageCodec.INSTANCE.encodeMessage([errorCode, errorMessage, errorDetails]); + } + + encodeErrorEnvelopeWithStacktrace(errorCode: string, errorMessage: string, errorDetails: ESObject, errorStacktrace: string): ArrayBuffer { + return JSONMessageCodec.INSTANCE.encodeMessage([errorCode, errorMessage, errorDetails, errorStacktrace]) + } + + decodeEnvelope(envelope: ArrayBuffer): ESObject { + try { + const json: ESObject = JSONMessageCodec.INSTANCE.decodeMessage(envelope); + if (json instanceof Array) { + if (json.length == 1) { + return json[0]; + } + if (json.length == 3) { + const code: string = json[0]; + const message: string = json[1]; + const details: ESObject = json[2]; + if (typeof code == 'string' && (message == null || typeof message == 'string')) { + throw new FlutterException(code, message, details); + } + } + } + throw new Error("Invalid envelope: " + json); + } catch (e) { + throw new Error("Invalid JSON"); + } + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/MessageCodec.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/MessageCodec.ets new file mode 100644 index 0000000000000000000000000000000000000000..663d57af19c70523e44a5f48cc61e22ab0dc5b33 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/MessageCodec.ets @@ -0,0 +1,30 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +/** + * A message encoding/decoding mechanism. + */ +export default interface MessageCodec { + /** + * Encodes the specified message into binary. + */ + encodeMessage(message: T) : ArrayBuffer; + + /** + * Decodes the specified message from binary. + * + */ + decodeMessage(message: ArrayBuffer): T; +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/MethodCall.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/MethodCall.ets new file mode 100644 index 0000000000000000000000000000000000000000..0042c25c3b21f484cda8158e5485bb57e73dfd82 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/MethodCall.ets @@ -0,0 +1,59 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import ToolUtils from '../../util/ToolUtils'; +/** Command object representing a method call on a {@link MethodChannel}. */ +export default class MethodCall { + /** The name of the called method. */ + method: string; + + /** + * Arguments for the call. + * + *

Consider using {@link #arguments()} for cases where a particular run-time type is expected. + * Consider using {@link #argument(String)} when that run-time type is {@link Map} or {@link + * JSONObject}. + */ + args: ESObject; + + constructor(method: string, args: ESObject) { + this.method = method + this.args = args + } + + argument(key: string): ESObject { + if (this.args == null) { + return null; + } else if (this.args instanceof Map) { + return (this.args as Map).get(key); + } else if (ToolUtils.isObj(this.args)) { + return this.args[key] + } else { + throw new Error("ClassCastException"); + } + } + + hasArgument(key: string): boolean { + if (arguments == null) { + return false; + } else if (arguments instanceof Map) { + return (this.args as Map).has(key); + } else if (ToolUtils.isObj(this.args)) { + return this.args.hasOwnProperty(key); + } else { + throw new Error("ClassCastException"); + } + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/MethodChannel.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/MethodChannel.ets new file mode 100644 index 0000000000000000000000000000000000000000..e491ed5f7fec63ad1064c7e7ddbe468aaf3821df --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/MethodChannel.ets @@ -0,0 +1,216 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import Log from '../../util/Log'; +import MessageChannelUtils from '../../util/MessageChannelUtils'; +import { BinaryMessageHandler, BinaryMessenger, BinaryReply, TaskQueue } from './BinaryMessenger'; +import MethodCall from './MethodCall'; +import MethodCodec from './MethodCodec'; +import StandardMethodCodec from './StandardMethodCodec'; +/** + * A named channel for communicating with the Flutter application using asynchronous method calls. + * + *

Incoming method calls are decoded from binary on receipt, and Java results are encoded into + * binary before being transmitted back to Flutter. The {@link MethodCodec} used must be compatible + * with the one used by the Flutter application. This can be achieved by creating a MethodChannel + * counterpart of this channel on the Dart side. The Java type of method call arguments and results + * is {@code Object}, but only values supported by the specified {@link MethodCodec} can be used. + * + *

The logical identity of the channel is given by its name. Identically named channels will + * interfere with each other's communication. + */ + +export default class MethodChannel { + static TAG = "MethodChannel#"; + private messenger: BinaryMessenger; + private name: string; + private codec: MethodCodec; + private taskQueue: TaskQueue; + + constructor(messenger: BinaryMessenger, name: string, codec: MethodCodec = StandardMethodCodec.INSTANCE, taskQueue?: TaskQueue) { + this.messenger = messenger + this.name = name + this.codec = codec + this.taskQueue = taskQueue + } + + /** + * Invokes a method on this channel, optionally expecting a result. + * + *

Any uncaught exception thrown by the result callback will be caught and logged. + * + * @param method the name String of the method. + * @param arguments the arguments for the invocation, possibly null. + * @param callback a {@link Result} callback for the invocation result, or null. + */ + invokeMethod(method: string, args: ESObject, callback?: MethodResult): void { + this.messenger.send(this.name, this.codec.encodeMethodCall(new MethodCall(method, args)), callback == null ? null : new IncomingResultHandler(callback, this.codec)); + } + + /** + * Registers a method call handler on this channel. + * + *

Overrides any existing handler registration for (the name of) this channel. + * + *

If no handler has been registered, any incoming method call on this channel will be handled + * silently by sending a null reply. This results in a MissingPluginException + * on the Dart side, unless an OptionalMethodChannel + * is used. + * + * @param handler a {@link MethodCallHandler}, or null to deregister. + */ + setMethodCallHandler(handler: MethodCallHandler): void { + // We call the 2 parameter variant specifically to avoid breaking changes in + // mock verify calls. + // See https://github.com/flutter/flutter/issues/92582. + if (this.taskQueue != null) { + this.messenger.setMessageHandler( + this.name, handler == null ? null : new IncomingMethodCallHandler(handler, this.codec), this.taskQueue); + } else { + this.messenger.setMessageHandler( + this.name, handler == null ? null : new IncomingMethodCallHandler(handler, this.codec)); + } + } + + /** + * Adjusts the number of messages that will get buffered when sending messages to channels that + * aren't fully set up yet. For example, the engine isn't running yet or the channel's message + * handler isn't set up on the Dart side yet. + */ + resizeChannelBuffer(newSize: number): void { + MessageChannelUtils.resizeChannelBuffer(this.messenger, this.name, newSize); + } +} + +/** A handler of incoming method calls. */ +export interface MethodCallHandler { + /** + * Handles the specified method call received from Flutter. + * + *

Handler implementations must submit a result for all incoming calls, by making a single + * call on the given {@link Result} callback. Failure to do so will result in lingering Flutter + * result handlers. The result may be submitted asynchronously and on any thread. Calls to + * unknown or unimplemented methods should be handled using {@link Result#notImplemented()}. + * + *

Any uncaught exception thrown by this method will be caught by the channel implementation + * and logged, and an error result will be sent back to Flutter. + * + *

The handler is called on the platform thread (Android main thread) by default, or + * otherwise on the thread specified by the {@link BinaryMessenger.TaskQueue} provided to the + * associated {@link MethodChannel} when it was created. See also Threading in + * the Flutter Engine. + * + * @param call A {@link MethodCall}. + * @param result A {@link Result} used for submitting the result of the call. + */ + onMethodCall(call: MethodCall, result: MethodResult): void; +} + +/** + * Method call result callback. Supports dual use: Implementations of methods to be invoked by + * Flutter act as clients of this interface for sending results back to Flutter. Invokers of + * Flutter methods provide implementations of this interface for handling results received from + * Flutter. + * + *

All methods of this class can be invoked on any thread. + */ +export interface MethodResult { + /** + * Handles a successful result. + * + * @param result The result, possibly null. The result must be an Object type supported by the + * codec. For instance, if you are using {@link StandardMessageCodec} (default), please see + * its documentation on what types are supported. + */ + success: (result: ESObject) => void; + + /** + * Handles an error result. + * + * @param errorCode An error code String. + * @param errorMessage A human-readable error message String, possibly null. + * @param errorDetails Error details, possibly null. The details must be an Object type + * supported by the codec. For instance, if you are using {@link StandardMessageCodec} + * (default), please see its documentation on what types are supported. + */ + error: (errorCode: string, errorMessage: string, errorDetails: ESObject) => void; + + /** Handles a call to an unimplemented method. */ + notImplemented: () => void; +} + +class IncomingResultHandler implements BinaryReply { + private callback: MethodResult; + private codec: MethodCodec; + + constructor(callback: MethodResult, codec: MethodCodec) { + this.callback = callback; + this.codec = codec + } + + reply(reply: ArrayBuffer): void { + try { + if (reply == null) { + this.callback.notImplemented(); + } else { + try { + this.callback.success(this.codec.decodeEnvelope(reply)); + } catch (e) { + this.callback.error(e.code, e.getMessage(), e.details); + } + } + } catch (e) { + Log.e(MethodChannel.TAG, "Failed to handle method call result", e); + } + } +} + +class IncomingMethodCallHandler implements BinaryMessageHandler { + private handler: MethodCallHandler; + private codec: MethodCodec; + + constructor(handler: MethodCallHandler, codec: MethodCodec) { + this.handler = handler; + this.codec = codec + } + + onMessage(message: ArrayBuffer, reply: BinaryReply): void { + const call = this.codec.decodeMethodCall(message); + try { + this.handler.onMethodCall( + call, { + success: (result: ESObject): void => { + reply.reply(this.codec.encodeSuccessEnvelope(result)); + }, + + error: (errorCode: string, errorMessage: string, errorDetails: ESObject): void => { + reply.reply(this.codec.encodeErrorEnvelope(errorCode, errorMessage, errorDetails)); + }, + + notImplemented: (): void => { + Log.w(MethodChannel.TAG,"method not implemented"); + reply.reply(null); + } + }); + } catch (e) { + Log.e(MethodChannel.TAG, "Failed to handle method call", e); + reply.reply(this.codec.encodeErrorEnvelopeWithStacktrace("error", e.getMessage(), null, e)); + } + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/MethodCodec.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/MethodCodec.ets new file mode 100644 index 0000000000000000000000000000000000000000..86ed92aca6d512fa8247d963619acf67f29b7fe4 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/MethodCodec.ets @@ -0,0 +1,87 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import MethodCall from './MethodCall'; +/** + * A codec for method calls and enveloped results. + * + *

Method calls are encoded as binary messages with enough structure that the codec can extract a + * method name String and an arguments Object. These data items are used to populate a {@link + * MethodCall}. + * + *

All operations throw {@link IllegalArgumentException}, if conversion fails. + */ +export default interface MethodCodec { + /** + * Encodes a message call into binary. + * + * @param methodCall a {@link MethodCall}. + * @return a {@link ByteBuffer} containing the encoding between position 0 and the current + * position. + */ + encodeMethodCall(methodCall: MethodCall): ArrayBuffer; + + /** + * Decodes a message call from binary. + * + * @param methodCall the binary encoding of the method call as a {@link ByteBuffer}. + * @return a {@link MethodCall} representation of the bytes between the given buffer's current + * position and its limit. + */ + decodeMethodCall(methodCall: ArrayBuffer): MethodCall; + + /** + * Encodes a successful result into a binary envelope message. + * + * @param result The result value, possibly null. + * @return a {@link ByteBuffer} containing the encoding between position 0 and the current + * position. + */ + encodeSuccessEnvelope(result: ESObject): ArrayBuffer; + + /** + * Encodes an error result into a binary envelope message. + * + * @param errorCode An error code String. + * @param errorMessage An error message String, possibly null. + * @param errorDetails Error details, possibly null. Consider supporting {@link Throwable} in your + * codec. This is the most common value passed to this field. + * @return a {@link ByteBuffer} containing the encoding between position 0 and the current + * position. + */ + encodeErrorEnvelope(errorCode: string, errorMessage: string, errorDetails: ESObject): ArrayBuffer; + + /** + * Encodes an error result into a binary envelope message with the native stacktrace. + * + * @param errorCode An error code String. + * @param errorMessage An error message String, possibly null. + * @param errorDetails Error details, possibly null. Consider supporting {@link Throwable} in your + * codec. This is the most common value passed to this field. + * @param errorStacktrace Platform stacktrace for the error. possibly null. + * @return a {@link ByteBuffer} containing the encoding between position 0 and the current + * position. + */ + encodeErrorEnvelopeWithStacktrace(errorCode: string, errorMessage: string, errorDetails: ESObject, errorStacktrace: string): ArrayBuffer + + /** + * Decodes a result envelope from binary. + * + * @param envelope the binary encoding of a result envelope as a {@link ByteBuffer}. + * @return the enveloped result Object. + * @throws FlutterException if the envelope was an error envelope. + */ + decodeEnvelope(envelope: ArrayBuffer): ESObject +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/PluginRegistry.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/PluginRegistry.ets new file mode 100644 index 0000000000000000000000000000000000000000..cb92c8eb1acc0406e2f14229e8d29d0ef19b3030 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/PluginRegistry.ets @@ -0,0 +1,14 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/StandardMessageCodec.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/StandardMessageCodec.ets new file mode 100644 index 0000000000000000000000000000000000000000..3de7603e1f576a9af23be11b9f185c67730429b3 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/StandardMessageCodec.ets @@ -0,0 +1,310 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import { ByteBuffer } from '../../util/ByteBuffer'; +import StringUtils from '../../util/StringUtils'; +import MessageCodec from './MessageCodec'; + +/** + * MessageCodec using the Flutter standard binary encoding. + * + *

This codec is guaranteed to be compatible with the corresponding StandardMessageCodec + * on the Dart side. These parts of the Flutter SDK are evolved synchronously. + * + *

Supported messages are acyclic values of these forms: + * + *

    + *
  • null + *
  • Booleans + *
  • number + *
  • BigIntegers (see below) + *
  • Int8Array, Int32Array, Float32Array, Float64Array + *
  • Strings + *
  • Array[] + *
  • Lists of supported values + *
  • Maps with supported keys and values + *
+ * + *

On the Dart side, these values are represented as follows: + * + *

    + *
  • null: null + *
  • Boolean: bool + *
  • Byte, Short, Integer, Long: int + *
  • Float, Double: double + *
  • String: String + *
  • byte[]: Uint8List + *
  • int[]: Int32List + *
  • long[]: Int64List + *
  • float[]: Float32List + *
  • double[]: Float64List + *
  • List: List + *
  • Map: Map + *
+ * + *

BigIntegers are represented in Dart as strings with the hexadecimal representation of the + * integer's value. + * + *

To extend the codec, overwrite the writeValue and readValueOfType methods. + */ +export default class StandardMessageCodec implements MessageCodec { + private static TAG = "StandardMessageCodec#"; + static INSTANCE = new StandardMessageCodec(); + + encodeMessage(message: ESObject): ArrayBuffer { + if (message == null) { + return null; + } + const stream = ByteBuffer.from(new ArrayBuffer(1024)) + this.writeValue(stream, message); + return stream.buffer + } + + decodeMessage(message: ArrayBuffer): ESObject { + const buffer = ByteBuffer.from(message) + return this.readValue(buffer) + } + + private static NULL = 0; + private static TRUE = 1; + private static FALSE = 2; + private static INT32 = 3; + private static INT64 = 4; + private static BIGINT = 5; + private static FLOAT64 = 6; + private static STRING = 7; + private static UINT8_ARRAY = 8; + private static INT32_ARRAY = 9; + private static INT64_ARRAY = 10; + private static FLOAT64_ARRAY = 11; + private static LIST = 12; + private static MAP = 13; + private static FLOAT32_ARRAY = 14; + + + writeValue(stream: ByteBuffer, value: ESObject): ESObject { + if (value == null || value == undefined) { + stream.writeInt8(StandardMessageCodec.NULL) + } else if (typeof value === "boolean") { + stream.writeInt8(value ? StandardMessageCodec.TRUE : StandardMessageCodec.FALSE) + } else if (typeof value === "number") { + if (Number.isInteger(value)) { //整型 + if (-0x7fffffff - 1 <= value && value <= 0x7fffffff) { + stream.writeInt8(StandardMessageCodec.INT32) + stream.writeInt32(value, true) + } else { + stream.writeInt8(StandardMessageCodec.INT64) + stream.writeInt64(value, true) + } + } else { //浮点型 + stream.writeInt8(StandardMessageCodec.FLOAT64) + this.writeAlignment(stream, 8); + stream.writeFloat64(value, true) + } + } else if (typeof value === "string") { + stream.writeInt8(StandardMessageCodec.STRING) + let stringBuff = StringUtils.stringToArrayBuffer(value) + this.writeBytes(stream, new Uint8Array(stringBuff)) + } else if (value instanceof Uint8Array) { + stream.writeInt8(StandardMessageCodec.UINT8_ARRAY) + this.writeBytes(stream, value) + } else if (value instanceof Int32Array) { + stream.writeInt8(StandardMessageCodec.INT32_ARRAY) + this.writeSize(stream, value.length); + this.writeAlignment(stream, 4); + value.forEach(item => stream.writeInt32(item, true)) + } else if (value instanceof Float32Array) { + stream.writeInt8(StandardMessageCodec.FLOAT32_ARRAY) + this.writeSize(stream, value.length); + this.writeAlignment(stream, 4); + value.forEach(item => stream.writeFloat32(item, true)) + } else if (value instanceof Float64Array) { + stream.writeInt8(StandardMessageCodec.FLOAT64_ARRAY) + this.writeSize(stream, value.length); + this.writeAlignment(stream, 8); + value.forEach(item => stream.writeFloat64(item, true)) + } else if (value instanceof Array) { + stream.writeInt8(StandardMessageCodec.LIST) + this.writeSize(stream, value.length); + value.forEach((item: ESObject): void => this.writeValue(stream, item)) + } else if (value instanceof Map) { + stream.writeInt8(StandardMessageCodec.MAP) + this.writeSize(stream, value.size); + value.forEach((value: ESObject, key: ESObject) => { + this.writeValue(stream, key); + this.writeValue(stream, value); + }) + } else if (typeof value == 'object') { + this.writeValue(stream, new Map(value.entries())) + } + return stream + } + + writeAlignment(stream: ByteBuffer, alignment: number) { + let mod: number = stream.byteOffset % alignment; + if (mod != 0) { + for (let i = 0; i < alignment - mod; i++) { + stream.writeInt8(0); + } + } + } + + writeSize(stream: ByteBuffer, value: number) { + if (value < 254) { + stream.writeInt8(value); + } else if (value <= 0xffff) { + stream.writeInt8(254); + stream.writeInt16(value, true); + } else { + stream.writeInt8(255); + stream.writeInt32(value, true); + } + } + + writeBytes(stream: ByteBuffer, bytes: Uint8Array) { + this.writeSize(stream, bytes.length) + bytes.forEach(item => stream.writeInt8(item)) + } + + readSize(buffer: ByteBuffer) { + let value = buffer.readInt8() & 0xff; + if (value < 254) { + return value; + } else if (value == 254) { + return buffer.readInt16(true); + } else { + return buffer.readInt32(true); + } + } + + readAlignment(buffer: ByteBuffer, alignment: number) { + let mod = buffer.byteOffset % alignment; + if (mod != 0) { + buffer.skip(alignment - mod); + } + } + + readValue(buffer: ByteBuffer): ESObject { + let type = buffer.readInt8() + return this.readValueOfType(type, buffer); + } + + readBytes(buffer: ByteBuffer): Uint8Array { + let length = this.readSize(buffer); + let bytes = new Uint8Array(length) + for (let i = 0; i < length; i++) { + bytes[i] = buffer.readUint8() + } + return bytes; + } + + readValueOfType(type: number, buffer: ByteBuffer): ESObject { + let result: ESObject; + switch (type) { + case StandardMessageCodec.NULL: + result = null; + break; + case StandardMessageCodec.TRUE: + result = true; + break; + case StandardMessageCodec.FALSE: + result = false; + break; + case StandardMessageCodec.INT32: + result = buffer.readInt32(true); + break; + case StandardMessageCodec.INT64: + result = buffer.readInt64(true); + break; + case StandardMessageCodec.BIGINT: + result = buffer.readBigInt64(true) + case StandardMessageCodec.FLOAT64: + this.readAlignment(buffer, 8); + result = buffer.readFloat64(true) + break; + case StandardMessageCodec.STRING: { + let bytes = this.readBytes(buffer); + result = StringUtils.arrayBufferToString(bytes.buffer); + break; + } + case StandardMessageCodec.UINT8_ARRAY: { + result = this.readBytes(buffer); + break; + } + case StandardMessageCodec.INT32_ARRAY: { + let length = this.readSize(buffer); + let array = new Int32Array(length) + this.readAlignment(buffer, 4); + for (let i = 0; i < length; i++) { + array[i] = buffer.readInt32(true) + } + result = array; + break; + } + case StandardMessageCodec.INT64_ARRAY: { //这里是都城array 还是 bigint待定 + let length = this.readSize(buffer); + let array: Array = new Array(length) + this.readAlignment(buffer, 8); + for (let i = 0; i < length; i++) { + array[i] = buffer.readInt64(true) + } + result = array; + break; + } + case StandardMessageCodec.FLOAT64_ARRAY: { + let length = this.readSize(buffer); + let array = new Float64Array(length) + this.readAlignment(buffer, 8); + for (let i = 0; i < length; i++) { + array[i] = buffer.readFloat64(true) + } + result = array; + break; + } + case StandardMessageCodec.LIST: { + let length = this.readSize(buffer); + let array: Array = new Array(length) + for (let i = 0; i < length; i++) { + array[i] = this.readValue(buffer) + } + result = array; + break; + } + case StandardMessageCodec.MAP: { + let size = this.readSize(buffer); + let map: Map = new Map() + for (let i = 0; i < size; i++) { + map.set(this.readValue(buffer), this.readValue(buffer)); + } + result = map; + break; + } + case StandardMessageCodec.FLOAT32_ARRAY: { + let length = this.readSize(buffer); + let array = new Float32Array(length); + this.readAlignment(buffer, 4); + for (let i = 0; i < length; i++) { + array[i] = buffer.readFloat32(true) + } + result = array; + break; + } + default: + throw new Error("Message corrupted"); + } + return result; + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/StandardMethodCodec.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/StandardMethodCodec.ets new file mode 100644 index 0000000000000000000000000000000000000000..d4417c54eb56d55355b73104ee8626a17836735f --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/StandardMethodCodec.ets @@ -0,0 +1,116 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import { ByteBuffer } from '../../util/ByteBuffer'; +import FlutterException from './FlutterException'; +import MethodCall from './MethodCall'; +import MethodCodec from './MethodCodec'; +import StandardMessageCodec from './StandardMessageCodec'; + +/** + * A {@link MethodCodec} using the Flutter standard binary encoding. + * + *

This codec is guaranteed to be compatible with the corresponding StandardMethodCodec + * on the Dart side. These parts of the Flutter SDK are evolved synchronously. + * + *

Values supported as method arguments and result payloads are those supported by {@link + * StandardMessageCodec}. + */ +export default class StandardMethodCodec implements MethodCodec { + private static TAG = "StandardMethodCodec"; + public static INSTANCE = new StandardMethodCodec(StandardMessageCodec.INSTANCE); + + private messageCodec: StandardMessageCodec; + + /** Creates a new method codec based on the specified message codec. */ + constructor(messageCodec: StandardMessageCodec) { + this.messageCodec = messageCodec; + } + + encodeMethodCall(methodCall: MethodCall): ArrayBuffer { + const stream = ByteBuffer.from(new ArrayBuffer(1024)); + this.messageCodec.writeValue(stream, methodCall.method); + this.messageCodec.writeValue(stream, methodCall.args); + return stream.buffer; + } + + decodeMethodCall(methodCall: ArrayBuffer): MethodCall { + const buffer = ByteBuffer.from(methodCall); + const method: ESObject = this.messageCodec.readValue(buffer); + const args: ESObject = this.messageCodec.readValue(buffer); + if (typeof method == 'string' && !buffer.hasRemaining()) { + return new MethodCall(method, args); + } + throw new Error("Method call corrupted"); + } + + encodeSuccessEnvelope(result: ESObject): ArrayBuffer { + const stream = ByteBuffer.from(new ArrayBuffer(1024)); + stream.writeInt8(0); + this.messageCodec.writeValue(stream, result); + return stream.buffer; + } + + encodeErrorEnvelope(errorCode: string, errorMessage: string, errorDetails: ESObject): ArrayBuffer { + const stream = ByteBuffer.from(new ArrayBuffer(1024)); + stream.writeInt8(1); + this.messageCodec.writeValue(stream, errorCode); + this.messageCodec.writeValue(stream, errorMessage); + if (errorDetails instanceof Error) { + this.messageCodec.writeValue(stream, errorDetails.stack); + } else { + this.messageCodec.writeValue(stream, errorDetails); + } + return stream.buffer; + } + + encodeErrorEnvelopeWithStacktrace(errorCode: string, errorMessage: string, errorDetails: ESObject, errorStacktrace: string): ArrayBuffer { + const stream = ByteBuffer.from(new ArrayBuffer(1024)); + stream.writeInt8(1); + this.messageCodec.writeValue(stream, errorCode); + this.messageCodec.writeValue(stream, errorMessage); + if (errorDetails instanceof Error) { + this.messageCodec.writeValue(stream, errorDetails.stack); + } else { + this.messageCodec.writeValue(stream, errorDetails); + } + this.messageCodec.writeValue(stream, errorStacktrace); + return stream.buffer; + } + + decodeEnvelope(envelope: ArrayBuffer): ESObject { + const buffer = ByteBuffer.from(envelope); + const flag = buffer.readInt8(); + switch (flag) { + case 0: { + const result: ESObject = this.messageCodec.readValue(buffer); + if (!buffer.hasRemaining()) { + return result; + } + // Falls through intentionally. + } + case 1: { + const code: ESObject = this.messageCodec.readValue(buffer); + const message: ESObject = this.messageCodec.readValue(buffer); + const details: ESObject = this.messageCodec.readValue(buffer); + if (typeof code == 'string' && (message == null || typeof message == 'string') && !buffer.hasRemaining()) { + throw new FlutterException(code, message, details); + } + } + } + throw new Error("Envelope corrupted"); + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/StringCodec.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/StringCodec.ets new file mode 100644 index 0000000000000000000000000000000000000000..e43be76b5527f6180d9b30ede5c1c07dff84c729 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/StringCodec.ets @@ -0,0 +1,42 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import StringUtils from '../../util/StringUtils'; +import MessageCodec from './MessageCodec'; + +/** + * A {@link MessageCodec} using UTF-8 encoded String messages. + * + *

This codec is guaranteed to be compatible with the corresponding StringCodec on the + * Dart side. These parts of the Flutter SDK are evolved synchronously. + */ +export default class StringCodec implements MessageCodec { + static readonly INSTANCE = new StringCodec(); + + encodeMessage(message: string): ArrayBuffer { + if (message == null) { + return null; + } + return StringUtils.stringToArrayBuffer(message); + } + + decodeMessage(message: ArrayBuffer): string { + if (message == null) { + return null; + } + return StringUtils.arrayBufferToString(message); + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/editing/ListenableEditingState.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/editing/ListenableEditingState.ets new file mode 100644 index 0000000000000000000000000000000000000000..72735c0a29a1e893e8bf986458cea0da82df0d2b --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/editing/ListenableEditingState.ets @@ -0,0 +1,265 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import { TextEditState } from '../../embedding/engine/systemchannels/TextInputChannel'; +import Log from '../../util/Log'; +import inputMethod from '@ohos.inputMethod'; +import ArrayList from '@ohos.util.ArrayList'; +import { TextEditingDelta } from './TextEditingDelta'; + +const TAG = "ListenableEditingState"; +export class ListenableEditingState { + //Cache used to storage software keyboard input action + private mStringCache: string; + private mSelectionStartCache: number; + private mSelectionEndCache: number; + private mComposingStartCache: number; + private mComposingEndCache: number; + //used to compare with Cache + private mTextInputState: TextEditState; + private mListeners: ArrayList = new ArrayList(); + private mPendingListeners: ArrayList = new ArrayList(); + private mBatchTextEditingDeltas: ArrayList = new ArrayList(); + private mChangeNotificationDepth: number; + private mBatchEditNestDepth: number; + + private mTextWhenBeginBatchEdit: string; + private mSelectionStartWhenBeginBatchEdit: number; + private mSelectionEndWhenBeginBatchEdit: number; + private mComposingStartWhenBeginBatchEdit: number; + private mComposingEndWhenBeginBatchEdit: number; + + + constructor() { + this.mStringCache = ""; + this.mSelectionStartCache = 0; + this.mSelectionEndCache = 0; + this.mComposingStartCache = -1; + this.mComposingEndCache = -1; + } + + + getSelectionStart(): number { + return this.mSelectionStartCache; + } + + getSelectionEnd(): number { + return this.mSelectionEndCache; + } + + getComposingStart(): number { + return this.mComposingStartCache; + } + + getComposingEnd(): number { + return this.mComposingEndCache; + } + + getStringCache(): string { + return this.mStringCache; + } + + setSelectionStart(newSelectionStart: number): void { + this.mSelectionStartCache = newSelectionStart; + } + + setSelectionEnd(newSelectionEnd: number): void { + this.mSelectionEndCache = newSelectionEnd; + } + + setComposingStart(newComposingStart: number): void { + this.mComposingStartCache = newComposingStart; + } + + setComposingEnd(newComposingEnd: number): void { + this.mComposingEndCache = newComposingEnd; + } + + setStringCache(newStringCache: string): void { + this.mStringCache = newStringCache; + } + + notifyListener(listener: EditingStateWatcher, + textChanged: boolean, + selectionChanged: boolean, + composingChanged: boolean): void { + this.mChangeNotificationDepth++; + listener.didChangeEditingState(textChanged, selectionChanged, composingChanged); + this.mChangeNotificationDepth--; + } + + notifyListenersIfNeeded(textChanged: boolean, selectionChanged: boolean, composingChanged: boolean) { + if (textChanged || selectionChanged || composingChanged) { + for(const listener of this.mListeners) { + this.notifyListener(listener, textChanged, selectionChanged, composingChanged); + } + + } + } + + handleInsertTextEvent(text: string): void { + if(this.mTextInputState == null) { + Log.e(TAG, "mTextInputState is null"); + } + if(this.mStringCache.length == this.mSelectionStartCache) { + //Insert text one by one + this.mStringCache += text; + this.setSelectionStart(this.mStringCache.length); + this.setSelectionEnd(this.mStringCache.length); + + } else if(this.mStringCache.length > this.mSelectionStartCache) { + //Insert text in the middle of string + let tempStr: string = this.mStringCache.substring(0, this.mSelectionStartCache) + text + this.mStringCache.substring(this.mSelectionStartCache); + this.mStringCache = tempStr; + this.mSelectionStartCache += text.length; + this.mSelectionEndCache = this.mSelectionStartCache; + } + if(this.mListeners == null) { + Log.e(TAG, "mListeners is null"); + return; + } + this.notifyListenersIfNeeded(true, true, false); + } + + updateTextInputState(state: TextEditState): void { + this.beginBatchEdit(); + this.setStringCache(state.text); + if(state.hasSelection()) { + this.setSelectionStart(state.selectionStart); + this.setSelectionEnd(state.selectionEnd); + } else { + this.setSelectionStart(0); + this.setSelectionEnd(0); + } + this.endBatchEdit(); + } + + beginBatchEdit(): void { + this.mBatchEditNestDepth++; + if(this.mChangeNotificationDepth > 0) { + Log.e(TAG, "editing state should not be changed in a listener callback"); + } + if(this.mBatchEditNestDepth == 1 && !this.mListeners.isEmpty()) { + this.mTextWhenBeginBatchEdit = this.getStringCache(); + this.mSelectionStartWhenBeginBatchEdit = this.getSelectionStart(); + this.mSelectionEndWhenBeginBatchEdit = this.getSelectionEnd(); + this.mComposingStartWhenBeginBatchEdit = this.getComposingStart(); + this.mComposingEndWhenBeginBatchEdit = this.getComposingEnd(); + } + } + + endBatchEdit(): void { + if (this.mBatchEditNestDepth == 0) { + Log.e(TAG, "endBatchEdit called without a matching beginBatchEdit"); + return; + } + if(this.mBatchEditNestDepth == 1) { + Log.d(TAG,"mBatchEditNestDepth == 1"); + for(const listener of this.mPendingListeners) { + this.notifyListener(listener, true, true, true); + } + + if(!this.mListeners.isEmpty()) { + Log.d(TAG, "didFinishBatchEdit with " + this.mListeners.length + " listener(s)"); + const textChanged = !(this.mStringCache == this.mTextWhenBeginBatchEdit); + const selectionChanged = this.mSelectionStartWhenBeginBatchEdit != this.getSelectionStart() + || this.mSelectionEndWhenBeginBatchEdit != this.getSelectionEnd(); + const composingRegionChanged = this.mComposingStartWhenBeginBatchEdit != this.getComposingStart() + || this.mComposingEndWhenBeginBatchEdit != this.getComposingEnd(); + Log.d(TAG,"textChanged: " + textChanged + " selectionChanged: " + selectionChanged + + " composingRegionChanged: " + composingRegionChanged); + this.notifyListenersIfNeeded(textChanged, selectionChanged, composingRegionChanged); + } + } + for(const listener of this.mPendingListeners) { + this.mListeners.add(listener); + } + this.mPendingListeners.clear(); + this.mBatchEditNestDepth--; + + } + + addEditingStateListener(listener: EditingStateWatcher): void { + if(this.mChangeNotificationDepth > 0) { + Log.e(TAG, "adding a listener " + JSON.stringify(listener) + " in a listener callback"); + } + if(this.mBatchEditNestDepth > 0) { + Log.d(TAG, "a listener was added to EditingState while a batch edit was in progress"); + this.mPendingListeners.add(listener); + } else { + this.mListeners.add(listener); + } + } + + removeEditingStateListener(listener: EditingStateWatcher): void { + if(this.mChangeNotificationDepth > 0) { + Log.e(TAG, "removing a listener " + JSON.stringify(listener) + " in a listener callback"); + } + this.mListeners.remove(listener); + if(this.mBatchEditNestDepth > 0) { + this.mPendingListeners.remove(listener); + } + } + + handleDeleteEvent(leftOrRight: boolean, length: number): void { + if(leftOrRight == false) { + //delete left + if(this.mSelectionStartCache == 0) { + return; + } + this.mSelectionStartCache -= length; + let tempStr: string = this.mStringCache.slice(0, this.mSelectionStartCache) + this.mStringCache.slice(this.mSelectionStartCache + length); + this.mStringCache = tempStr; + this.mSelectionEndCache = this.mSelectionStartCache; + } else if(leftOrRight == true) { + //delete right + if(this.mSelectionStartCache == this.mStringCache.length) { + return; + } + this.mSelectionEndCache += length; + let tempStr: string = this.mStringCache.slice(0,this.mSelectionStartCache) + this.mStringCache.slice(this.mSelectionEndCache); + this.mStringCache = tempStr; + this.mSelectionStartCache = this.mSelectionEndCache; + } + this.notifyListenersIfNeeded(true, true, false); + } + + handleFunctionKey(functionKey: inputMethod.FunctionKey): void { + switch (functionKey.enterKeyType) { + case inputMethod.EnterKeyType.PREVIOUS: + case inputMethod.EnterKeyType.UNSPECIFIED: + case inputMethod.EnterKeyType.NONE: + case inputMethod.EnterKeyType.GO: + case inputMethod.EnterKeyType.SEARCH: + case inputMethod.EnterKeyType.SEND: + case inputMethod.EnterKeyType.NEXT: + case inputMethod.EnterKeyType.DONE: + + } + } + + handleSelectByRange(range: inputMethod.Range): void { + Log.d(TAG, "handleSelectByRange start: " + range.start +" end: " + range.end); + } + + + +} + +export interface EditingStateWatcher { + // Changing the editing state in a didChangeEditingState callback may cause unexpected + // behavior. + didChangeEditingState(textChanged: boolean, selectionChanged: boolean, composingRegionChanged: boolean); +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/editing/TextEditingDelta.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/editing/TextEditingDelta.ets new file mode 100644 index 0000000000000000000000000000000000000000..c61296f6dae8b30fcb035f72d8457ca36d83a015 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/editing/TextEditingDelta.ets @@ -0,0 +1,61 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import Log from '../../util/Log'; + +export class TextEditingDelta { + private static TAG = "TextEditingDelta"; + private oldText: string; + private deltaText: string; + private deltaStart: number; + private deltaEnd: number; + private newSelectionStart: number; + private newSelectionEnd: number; + private newComposingStart: number; + private newComposingEnd: number; + + constructor(oldEditable: string, + selectionStart: number, + selectionEnd: number, + composingStart: number, + composingEnd: number, + replacementDestinationStart?: number, + replacementDestinationEnd?: number, + replacementSource?: string,) { + this.newSelectionStart = selectionStart; + this.newSelectionEnd = selectionEnd; + this.newComposingStart = composingStart; + this.newComposingEnd = composingEnd; + if(replacementDestinationStart === undefined || + replacementDestinationEnd === undefined || + replacementSource === undefined) { + this.setDeltas(oldEditable, "", -1, -1); + } else { + this.setDeltas( + oldEditable, + replacementSource, + replacementDestinationStart, + replacementDestinationEnd); + } + + } + + setDeltas(oldText: string, newText: string, newStart: number, newExtent: number): void { + this.oldText = oldText; + this.deltaText = newText; + this.deltaStart = newStart; + this.deltaEnd = newExtent; + } +} diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/editing/TextInputPlugin.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/editing/TextInputPlugin.ets new file mode 100644 index 0000000000000000000000000000000000000000..6df66b9cfde51d0d47c80b693b28f1f049c38b09 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/editing/TextInputPlugin.ets @@ -0,0 +1,262 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import TextInputChannel, { Configuration, TextEditState, + TextInputMethodHandler, + TextInputType } from '../../embedding/engine/systemchannels/TextInputChannel'; +import inputMethod from '@ohos.inputMethod'; +import Log from '../../util/Log'; +import { EditingStateWatcher, ListenableEditingState } from './ListenableEditingState'; + +export default class TextInputPlugin implements EditingStateWatcher{ + private static TAG = "TextInputPlugin"; + private textInputChannel: TextInputChannel; + private inputMethodController: inputMethod.InputMethodController; + private inputTarget: InputTarget; + private mEditable: ListenableEditingState; + + constructor(textInputChannel: TextInputChannel) { + this.textInputChannel = textInputChannel; + this.mEditable = new ListenableEditingState(); + this.inputMethodController = inputMethod.getController(); + let textInputMethodHandler = new TextInputMethodHandlerImpl(this); + this.textInputChannel.setTextInputMethodHandler(textInputMethodHandler); + } + + public clearTextInputClient() { + this.textInputChannel.textInputMethodHandler.clearClient(); + } + setTextInputEditingState(state: TextEditState) { + + } + + didChangeEditingState(textChanged: boolean, selectionChanged: boolean, composingRegionChanged: boolean): void { + this.textInputChannel.updateEditingState(this.inputTarget.id, this.mEditable.getStringCache(), + this.mEditable.getSelectionStart(), this.mEditable.getSelectionEnd(), + this.mEditable.getComposingStart(), this.mEditable.getComposingEnd()) + } + + detach(): void { + this.inputMethodController.detach((err) => { + if(err) { + Log.e(TextInputPlugin.TAG, "Failed to detach: " + JSON.stringify(err)); + } + }) + } + +} + +class TextInputMethodHandlerImpl implements TextInputMethodHandler { + private static TAG = "TextInputMethodHandlerImpl"; + private textConfig: inputMethod.TextConfig; + private inputMethodController: inputMethod.InputMethodController; + private inputTarget: InputTarget; + private configuration: Configuration; + private mEditable: ListenableEditingState; + private mRestartInputPending: boolean; + private plugin: EditingStateWatcher; + + private imcFlag: boolean = false; + + constructor(plugin: EditingStateWatcher) { + this.textConfig = { + inputAttribute: { + textInputType: 0, + enterKeyType: 1 + }}; + this.plugin = plugin; + } + + show(): void { + this.showTextInput(); + } + + hide(): void { + this.hideTextInput(); + } + + requestAutofill(): void { + + } + + finishAutofillContext(shouldSave: boolean): void { + + } + + setClient(textInputClientId: number, configuration: Configuration): void { + Log.d(TextInputMethodHandlerImpl.TAG,"textInputClientId: " + textInputClientId); + this.setTextInputClient(textInputClientId, configuration); + } + + setPlatformViewClient(id: number, usesVirtualDisplay: boolean): void { + + } + + setEditableSizeAndTransform(width: number, height: number, transform: number[]): void { + + } + + setEditingState(editingState: TextEditState): void { + Log.d(TextInputMethodHandlerImpl.TAG, "text:" + editingState.text +" selectionStart:" + editingState.selectionStart + " selectionEnd:" + + editingState.selectionEnd + " composingStart:" + editingState.composingStart + " composingEnd" + editingState.composingEnd); + this.mEditable.updateTextInputState(editingState); + } + + clearClient(): void { + this.clearTextInputClient(); + } + + private async showTextInput(): Promise { + await this.attach(true); + if(this.imcFlag != true) { + this.listenKeyBoardEvent(); + } + this.inputMethodController.showTextInput().then(()=> { + Log.d(TextInputMethodHandlerImpl.TAG, "Succeeded in showing softKeyboard"); + }).catch((err: ESObject) => { + Log.e(TextInputMethodHandlerImpl.TAG, "Failed to show softKeyboard:" + JSON.stringify(err)); + }); + } + + private async hideTextInput(): Promise { + this.inputMethodController.hideTextInput().then(() => { + Log.d(TextInputMethodHandlerImpl.TAG, "Succeeded in hide softKeyboard"); + }).catch((err: ESObject) => { + Log.e(TextInputMethodHandlerImpl.TAG, "Failed to hide softKeyboard:" + JSON.stringify(err)); + }) + } + + async attach(showKeyboard: boolean): Promise { + try { + await this.inputMethodController.attach(showKeyboard, this.textConfig); + } catch (err) { + Log.e(TextInputMethodHandlerImpl.TAG, "Failed to attach:" + JSON.stringify(err)); + } + } + + setTextInputClient(client: number, configuration: Configuration): void { + this.configuration = configuration; + if(this.canShowTextInput()) { + this.inputTarget = new InputTarget(Type.FRAMEWORK_CLIENT, client); + } else { + this.inputTarget = new InputTarget(Type.NO_TARGET, client); + } + this.mEditable.removeEditingStateListener(this.plugin); + this.mEditable = new ListenableEditingState(); + + this.mRestartInputPending = true; + this.mEditable.addEditingStateListener(this.plugin); + } + + canShowTextInput(): boolean { + if(this.configuration == null || this.configuration.inputType == null) { + return true; + } + return this.configuration.inputType.type != TextInputType.NONE; + } + + listenKeyBoardEvent(): void { + try { + this.inputMethodController.on('insertText', (text) => { + Log.d(TextInputMethodHandlerImpl.TAG, "insertText: " + text); + this.mEditable.handleInsertTextEvent(text); + }); + } catch (err) { + Log.e(TextInputMethodHandlerImpl.TAG, "Failed to subscribe insertText:" + JSON.stringify(err)); + this.cancelListenKeyBoardEvent(); + return; + } + + try { + this.inputMethodController.on('deleteLeft', (length) => { + this.mEditable.handleDeleteEvent(false, length); + }) + } catch (err) { + Log.e(TextInputMethodHandlerImpl.TAG, "Failed to subscribe deleteLeft:" + JSON.stringify(err)); + this.cancelListenKeyBoardEvent(); + return; + } + + try { + this.inputMethodController.on('deleteRight', (length) => { + this.mEditable.handleDeleteEvent(true, length); + }) + } catch (err) { + Log.e(TextInputMethodHandlerImpl.TAG, "Failed to subscribe deleteRight:" + JSON.stringify(err)); + this.cancelListenKeyBoardEvent(); + return; + } + + try { + this.inputMethodController.on('sendFunctionKey', (functionKey) => { + this.mEditable.handleFunctionKey(functionKey); + }) + } catch (err) { + Log.e(TextInputMethodHandlerImpl.TAG, "Failed to subscribe sendFunctionKey:" + JSON.stringify(err)); + this.cancelListenKeyBoardEvent(); + return; + } + + try { + this.inputMethodController.on('selectByRange', (range: inputMethod.Range) => { + this.mEditable.handleSelectByRange(range); + }) + } catch (err) { + Log.e(TextInputMethodHandlerImpl.TAG, "Failed to subscribe selectByRange:" + JSON.stringify(err)); + this.cancelListenKeyBoardEvent(); + return; + } + Log.d(TextInputMethodHandlerImpl.TAG, "listenKeyBoardEvent success"); + this.imcFlag = true; + } + + cancelListenKeyBoardEvent(): void { + this.inputMethodController.off('insertText'); + this.inputMethodController.off('deleteLeft'); + this.inputMethodController.off('deleteRight'); + this.inputMethodController.off('sendFunctionKey'); + this.inputMethodController.off('selectByRange'); + } + + public clearTextInputClient(): void { + if(this.inputTarget.type == Type.VIRTUAL_DISPLAY_PLATFORM_VIEW) { + return; + } + this.mEditable.removeEditingStateListener(this.plugin); + this.configuration = null; + this.inputTarget = new InputTarget(Type.NO_TARGET, 0); + } +} + +enum Type { + NO_TARGET, + // InputConnection is managed by the TextInputPlugin, and events are forwarded to the Flutter + // framework. + FRAMEWORK_CLIENT, + // InputConnection is managed by a platform view that is presented on a virtual display. + VIRTUAL_DISPLAY_PLATFORM_VIEW, + PHYSICAL_DISPLAY_PLATFORM_VIEW, +} + +export class InputTarget { + type: Type; + id: number; + + constructor(type: Type, id: number) { + this.type = type; + this.id = id; + } + +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/localization/LocalizationPlugin.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/localization/LocalizationPlugin.ets new file mode 100644 index 0000000000000000000000000000000000000000..78ed1c729717344a6e387d3d3dbe62fb4e4df86c --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/localization/LocalizationPlugin.ets @@ -0,0 +1,68 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import LocalizationChannel, { LocalizationMessageHandler } from '../../embedding/engine/systemchannels/LocalizationChannel' +import common from '@ohos.app.ability.common'; +import intl from '@ohos.intl'; +import Log from '../../util/Log'; +import i18n from '@ohos.i18n'; + +const TAG = "LocalizationPlugin"; +export default class LocalizationPlugin { + private localizationChannel:LocalizationChannel; + private context: common.Context; + + localeFromString(localeString: string): intl.Locale { + localeString = localeString.replace('_','-'); + let parts: string[] = localeString.split('-',-1); + let languageCode = parts[0]; + let scriptCode = ""; + let countryCode = ""; + let index: number = 1; + + if (parts.length > index && parts[index].length == 4) { + scriptCode = parts[index]; + index++; + } + + if (parts.length > index && parts[index].length >= 2 && parts[index].length <= 3) { + countryCode = parts[index]; + index++; + } + return new intl.Locale(languageCode+'-'+ countryCode +'-' + scriptCode); + } + + private localizationMessageHandler: LocalizationMessageHandler =new enterGetStringResource(()=>{ + Log.i(TAG, "getResource enter"); + return "" + }) + constructor(context: common.Context, localizationChannel: LocalizationChannel) { + this.context = context; + this.localizationChannel = localizationChannel; + this.localizationChannel.setLocalizationMessageHandler(this.localizationMessageHandler); + } + + sendLocaleToFlutter(): void { + let systemLanguages = i18n.System.getSystemLanguages(); + this.localizationChannel.sendLocales(systemLanguages); + } +} +class enterGetStringResource{ + getStringResource : (key: string, localeString: string)=>string + + constructor(getStringResource: (key: string, localeString: string)=>string) { + this.getStringResource = getStringResource + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/mouse/MouseCursorPlugin.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/mouse/MouseCursorPlugin.ets new file mode 100644 index 0000000000000000000000000000000000000000..44c94a11aa2f132f6dd24b3484bb5ca9b59c940c --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/mouse/MouseCursorPlugin.ets @@ -0,0 +1,129 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import MouseCursorChannel, { MouseCursorMethodHandler } from '../../embedding/engine/systemchannels/MouseCursorChannel'; +import pointer from '@ohos.multimodalInput.pointer'; +import HashMap from '@ohos.util.HashMap'; +import Log from '../../util/Log'; +import { AsyncCallback } from '@ohos.base'; + +const TAG: string = "MouseCursorPlugin"; +export default class MouseCursorPlugin implements MouseCursorMethodHandler{ + private mView: MouseCursorViewDelegate; + + private mouseCursorChannel: MouseCursorChannel; + + private systemCursorConstants: HashMap; + + constructor(mouseCursorView: MouseCursorViewDelegate, mouseCursorChannel: MouseCursorChannel) { + this.mView = mouseCursorView; + this.mouseCursorChannel = mouseCursorChannel; + this.mouseCursorChannel.setMethodHandler(this); + } + + activateSystemCursor(kind: string): void { + this.mView.getWindowId((error, windowId) => { + if (windowId < 0) { + Log.w(TAG, "set point style failed windowId is invalid"); + return; + } + let pointStyle: pointer.PointerStyle = this.resolveSystemCursor(kind); + try { + pointer.setPointerStyle(windowId, pointStyle, (err: ESObject) => { + Log.i(TAG, "set point style success kind : " + kind); + }) + } catch (e) { + Log.e(TAG, "set point style failed : " + kind + " " + JSON.stringify(e)); + } + }); + } + + /** + * Return mouse cursor point style + * + *

This method guarantees to return a non-null object. + * + * @param kind mouse cursor type + * @returns point style + */ + private resolveSystemCursor(kind: string): pointer.PointerStyle { + if (this.systemCursorConstants == null) { + this.systemCursorConstants = new HashMap(); + this.systemCursorConstants.set("alias", pointer.PointerStyle.DEFAULT); + this.systemCursorConstants.set("allScroll", pointer.PointerStyle.MOVE); + this.systemCursorConstants.set("basic", pointer.PointerStyle.DEFAULT); + this.systemCursorConstants.set("cell", pointer.PointerStyle.DEFAULT); + this.systemCursorConstants.set("click", pointer.PointerStyle.HAND_POINTING); + this.systemCursorConstants.set("contextMenu", pointer.PointerStyle.DEFAULT); + this.systemCursorConstants.set("copy", pointer.PointerStyle.CURSOR_COPY); + this.systemCursorConstants.set("forbidden", pointer.PointerStyle.CURSOR_FORBID); + this.systemCursorConstants.set("grab", pointer.PointerStyle.HAND_OPEN); + this.systemCursorConstants.set("grabbing", pointer.PointerStyle.HAND_GRABBING); + this.systemCursorConstants.set("help", pointer.PointerStyle.HELP); + this.systemCursorConstants.set("move", pointer.PointerStyle.MOVE); + this.systemCursorConstants.set("none", pointer.PointerStyle.DEFAULT); + this.systemCursorConstants.set("noDrop", pointer.PointerStyle.DEFAULT); + this.systemCursorConstants.set("precise", pointer.PointerStyle.CROSS); + this.systemCursorConstants.set("text", pointer.PointerStyle.TEXT_CURSOR); + this.systemCursorConstants.set("resizeColum", pointer.PointerStyle.NORTH_SOUTH); + this.systemCursorConstants.set("resizeDown", pointer.PointerStyle.SOUTH); + this.systemCursorConstants.set("resizeUpLeft", pointer.PointerStyle.NORTH_WEST); + this.systemCursorConstants.set("resizeDownRight", pointer.PointerStyle.SOUTH_EAST); + this.systemCursorConstants.set("resizeLeft", pointer.PointerStyle.WEST); + this.systemCursorConstants.set("resizeLeftRight", pointer.PointerStyle.RESIZE_LEFT_RIGHT); + this.systemCursorConstants.set("resizeRight", pointer.PointerStyle.EAST); + this.systemCursorConstants.set("resizeRow", pointer.PointerStyle.WEST_EAST); + this.systemCursorConstants.set("resizeUp", pointer.PointerStyle.NORTH); + this.systemCursorConstants.set("resizeUpDown", pointer.PointerStyle.RESIZE_UP_DOWN); + this.systemCursorConstants.set("resizeUpLeft", pointer.PointerStyle.NORTH_WEST); + this.systemCursorConstants.set("resizeUpRight", pointer.PointerStyle.NORTH_EAST); + this.systemCursorConstants.set("resizeUpLeftDownRight", pointer.PointerStyle.MOVE); + this.systemCursorConstants.set("resizeUpRightDownLeft", pointer.PointerStyle.MOVE); + this.systemCursorConstants.set("verticalText", pointer.PointerStyle.TEXT_CURSOR); + this.systemCursorConstants.set("wait", pointer.PointerStyle.DEFAULT); + this.systemCursorConstants.set("zoomIn", pointer.PointerStyle.ZOOM_IN); + this.systemCursorConstants.set("zoomOut", pointer.PointerStyle.ZOOM_OUT); + } + let pointStyle:pointer.PointerStyle = this.systemCursorConstants.get(kind); + if (pointStyle === null) { + return pointer.PointerStyle.DEFAULT; + } + return pointStyle; + } + + /** + * Detaches the text input plugin from the platform views controller; + * + *

The MouseCursorPlugin instance should not be used after call this. + */ + destroy(): void { + this.mouseCursorChannel.setMethodHandler(null); + } +} + +/** + * Delegate interface for requesting the system to display a pointer icon object. + * + *

Typically implemented by an component, such as a{@code FlutterView} + */ +export interface MouseCursorViewDelegate { + /** + * get window id to set mouse style + *

component need to implement this interface to get windowId + * + * @param callback windowId + * */ + getWindowId(callback: AsyncCallback): void; +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/AccessibilityEventsDelegate.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/AccessibilityEventsDelegate.ets new file mode 100644 index 0000000000000000000000000000000000000000..faa3bc90e50c304744883689a532d0dc323bd714 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/AccessibilityEventsDelegate.ets @@ -0,0 +1,38 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import AccessibilityBridge from '../../view/AccessibilityBridge'; + +export class AccessibilityEventsDelegate { + private accessibilityBridge: AccessibilityBridge; + + requestSendAccessibilityEvent(accessibilityBridge: AccessibilityBridge): boolean { + if (accessibilityBridge == null) { + return false; + } + return true; + } + + onAccessibilityHoverEvent(accessibilityBridge: AccessibilityBridge): boolean { + if (accessibilityBridge == null) { + return false; + } + return true; + } + + setAccessibilityBridge (accessibilityBridge: AccessibilityBridge): void { + this.accessibilityBridge = accessibilityBridge; + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformOverlayView.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformOverlayView.ets new file mode 100644 index 0000000000000000000000000000000000000000..64e8c7f780dc9253f3fd79c05663805a13c8d839 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformOverlayView.ets @@ -0,0 +1,28 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import { AccessibilityEventsDelegate } from './AccessibilityEventsDelegate'; + +export class PlatformOverlayView { + private accessibilityEventsDelegate: AccessibilityEventsDelegate; + + constructor(context: Context, width: Number, height: Number, accessibilityEventsDelegate: AccessibilityEventsDelegate) { + this.accessibilityEventsDelegate= accessibilityEventsDelegate; + } + + public onHoverEvent(): boolean { + return false; + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformView.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformView.ets new file mode 100644 index 0000000000000000000000000000000000000000..ddf5f59a71c4d1c7d51082bcf104990e0faa08c6 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformView.ets @@ -0,0 +1,80 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import { DVModel, DynamicView } from '../../view/DynamicView/dynamicView' + +/** A handle to an DynamicView to be embedded in the Flutter hierarchy. */ +export default abstract class PlatformView { + /** Returns the DynamicView to be embedded in the Flutter hierarchy. */ + abstract getView(): DVModel; + + /** + * Called by the {@link io.flutter.embedding.engine.FlutterEngine} that owns this {@code + * PlatformView} when the DynamicView responsible for rendering a Flutter UI is + * associated with the {@link io.flutter.embedding.engine.FlutterEngine}. + * + *

This means that our associated {@link io.flutter.embedding.engine.FlutterEngine} can now + * render a UI and interact with the user. + * + *

Some platform views may have unusual dependencies on the {@link View} that renders Flutter + * UIs, such as unique keyboard interactions. That {@link View} is provided here for those + * purposes. Use of this {@link View} should be avoided if it is not absolutely necessary, because + * depending on this {@link View} will tend to make platform view code more brittle to future + * changes. + */ + onFlutterViewAttached(dvModel: DVModel): void {} + + /** + * Called by the {@link io.flutter.embedding.engine.FlutterEngine} that owns this {@code + * PlatformView} when the DynamicView responsible for rendering a Flutter UI is detached + * and disassociated from the {@link io.flutter.embedding.engine.FlutterEngine}. + * + *

This means that our associated {@link io.flutter.embedding.engine.FlutterEngine} no longer + * has a rendering surface, or a user interaction surface of any kind. + * + *

This platform view must release any references related to the DynamicView that was + * provided in {@link #onFlutterViewAttached(View)}. + */ + onFlutterViewDetached(): void {} + + /** + * Dispose this platform view. + * + *

The {@link PlatformView} object is unusable after this method is called. + * + *

Plugins implementing {@link PlatformView} must clear all references to the View object and + * the PlatformView after this method is called. Failing to do so will result in a memory leak. + * + *

References related to the DynamicView attached in {@link + * #onFlutterViewAttached(View)} must be released in {@code dispose()} to avoid memory leaks. + */ + abstract dispose(): void; + + /** + * Callback fired when the platform's input connection is locked, or should be used. + * + *

This hook only exists for rare cases where the plugin relies on the state of the input + * connection. This probably doesn't need to be implemented. + */ + onInputConnectionLocked(): void {} + + /** + * Callback fired when the platform input connection has been unlocked. + * + *

This hook only exists for rare cases where the plugin relies on the state of the input + * connection. This probably doesn't need to be implemented. + */ + onInputConnectionUnlocked(): void {} +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformViewFactory.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformViewFactory.ets new file mode 100644 index 0000000000000000000000000000000000000000..373a7ea5a5906c812c330762fd3825d4ce420201 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformViewFactory.ets @@ -0,0 +1,44 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import MessageCodec from '../common/MessageCodec'; +import PlatformView from './PlatformView' +import common from '@ohos.app.ability.common'; + +export default abstract class PlatformViewFactory { + private createArgsCodec: MessageCodec; + + /** @param createArgsCodec the codec used to decode the args parameter of {@link #create}. */ + constructor(createArgsCodec: MessageCodec) { + this.createArgsCodec = createArgsCodec; + } + + /** + * Creates a new Dynamic be embedded in the Flutter hierarchy. + * + * @param context the context to be used when creating the view, this is different than + * FlutterView's context. + * @param viewId unique identifier for the created instance, this value is known on the Dart side. + * @param args arguments sent from the Flutter app. The bytes for this value are decoded using the + * createArgsCodec argument passed to the constructor. This is null if createArgsCodec was + * null, or no arguments were sent from the Flutter app. + */ + public abstract create(context: common.Context, viewId: number, args: ESObject): PlatformView; + + /** Returns the codec to be used for decoding the args parameter of {@link #create}. */ + getCreateArgsCodec(): MessageCodec { + return this.createArgsCodec; + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformViewRegistry.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformViewRegistry.ets new file mode 100644 index 0000000000000000000000000000000000000000..2c49f5eeaddb54cece120df8eea307c69ad76ebf --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformViewRegistry.ets @@ -0,0 +1,32 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import PlatformViewFactory from './PlatformViewFactory' + +/** + * Registry for platform view factories. + * + *

Plugins can register factories for specific view types. + */ +export default interface PlatformViewRegistry { + /** + * Registers a factory for a platform view. + * + * @param viewTypeId unique identifier for the platform view's type. + * @param factory factory for creating platform views of the specified type. + * @return true if succeeded, false if a factory is already registered for viewTypeId. + */ + registerViewFactory(viewTypeId: string, factory: PlatformViewFactory): boolean; +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformViewRegistryImpl.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformViewRegistryImpl.ets new file mode 100644 index 0000000000000000000000000000000000000000..98cb247d890cbe65150feb84242c01128047e7f9 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformViewRegistryImpl.ets @@ -0,0 +1,40 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import HashMap from '@ohos.util.HashMap'; +import PlatformViewFactory from './PlatformViewFactory' +import PlatformViewRegistry from './PlatformViewRegistry' + +export default class PlatformViewRegistryImpl implements PlatformViewRegistry { + // Maps a platform view type id to its factory. + private viewFactories: HashMap; + + constructor() { + this.viewFactories = new HashMap(); + } + + registerViewFactory(viewTypeId: string, factory: PlatformViewFactory): boolean { + if (this.viewFactories.hasKey(viewTypeId)) { + return false; + } + + this.viewFactories.set(viewTypeId, factory); + return true; + } + + getFactory(viewTypeId: string): PlatformViewFactory { + return this.viewFactories.get(viewTypeId); + } +} diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformViewWrapper.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformViewWrapper.ets new file mode 100644 index 0000000000000000000000000000000000000000..c34d9bcce565e65f3eebb5cccf355a9d3f366fac --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformViewWrapper.ets @@ -0,0 +1,111 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import OhosTouchProcessor from '../../embedding/ohos/OhosTouchProcessor'; +import { DVModel, DVModelParameters } from '../../view/DynamicView/dynamicView'; +import { createDVModelFromJson } from '../../view/DynamicView/dynamicViewJson'; +import { RootDvModeManager } from './RootDvModelManager'; +import matrix4 from '@ohos.matrix4' +import Log from '../../util/Log'; + +const TAG: string = "PlatformViewWrapper"; +export class PlatformViewWrapper { + private prevLeft: number; + private prevTop: number; + private left: number; + private top: number; + private bufferWidth: number; + private bufferHeight: number; + private touchProcessor: OhosTouchProcessor; + + // private onTouch = (touchEvent: TouchEvent) => { + // switch (touchEvent.type) { + // case TouchType.Down: + // this.prevLeft = this.left; + // this.prevTop = this.top; + // this.model.params.translateX = this.left; + // this.model.params.translateY = this.top; + // break; + // case TouchType.Move: + // this.model.params.translateX = this.prevLeft; + // this.model.params.translateY = this.prevTop; + // this.prevLeft = this.left; + // this.prevTop = this.top; + // break; + // case TouchType.Up: + // case TouchType.Cancel: + // default: + // break; + // } + // } + + private model : DVModel = createDVModelFromJson( new DVModelParam("Column", [])); + + public setTouchProcessor(newTouchProcessor: OhosTouchProcessor): void { + this.touchProcessor = newTouchProcessor; + } + + constructor() { + } + + public getDvModel(): DVModel { + return this.model; + } + + setParams: (params: DVModelParameters, key: String, element: ESObject ) => void = (params: DVModelParameters, element: ESObject): void => { + let params2 = params as Record; + params2.key =element; + } + + getParams: (params: DVModelParameters, element: string) => string | ESObject = (params: DVModelParameters, element: string): string | ESObject => { + let params2 = params as Record; + return params2.element; + } + + public setLayoutParams(parameters : DVModelParameters): void { + if (this.model.params == null) { + this.model.params = new DVModelParameters(); + } + this.setParams(this.model.params, "marginLeft", this.getParams(parameters, "marginLeft")); + this.setParams(this.model.params, "marginTop", this.getParams(parameters, "marginTop")); + this.left = this.getParams(parameters, "marginLeft"); + this.top = this.getParams(parameters, "marginTop"); + + this.setParams(this.model.params, "width", this.getParams(parameters, "width")); + this.setParams(this.model.params, "height", this.getParams(parameters, "height")); + + // this.model.params.marginLeft = parameters.marginLeft; + // this.model.params.marginTop = parameters.marginTop; + // this.left = parameters.marginLeft; + // this.top = parameters.marginTop;; + + // this.model.params.width = parameters.width; + // this.model.params.height = parameters.height; + } + + public addDvModel(model: DVModel): void { + this.model.children.push(model); + } +} + +class DVModelParam { + compType: string + children: [] + + constructor(compType: string, children: []) { + this.compType = compType; + this.children = children; + } +}; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformViewsAccessibilityDelegate.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformViewsAccessibilityDelegate.ets new file mode 100644 index 0000000000000000000000000000000000000000..62888046c561533a3ea096c77ce7f3f634503e4c --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformViewsAccessibilityDelegate.ets @@ -0,0 +1,43 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import AccessibilityBridge from '../../view/AccessibilityBridge'; + +export interface PlatformViewsAccessibilityDelegate { + /** + * Returns the root of the view hierarchy for the platform view with the requested id, or null if + * there is no corresponding view. + */ + getPlatformViewById(viewId: number): Object; + + /** Returns true if the platform view uses virtual displays. */ + usesVirtualDisplay(id: number): boolean; + + /** + * Attaches an accessibility bridge for this platform views accessibility delegate. + * + *

Accessibility events originating in platform views belonging to this delegate will be + * delegated to this accessibility bridge. + */ + attachAccessibilityBridge(accessibilityBridge: AccessibilityBridge): void; + + /** + * Detaches the current accessibility bridge. + * + *

Any accessibility events sent by platform views belonging to this delegate will be ignored + * until a new accessibility bridge is attached. + */ + detachAccessibilityBridge(): void; +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformViewsController.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformViewsController.ets new file mode 100644 index 0000000000000000000000000000000000000000..b77917fc75a9baaf6c7f88a4df6fd4349a5b789c --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformViewsController.ets @@ -0,0 +1,502 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import { PlatformViewsAccessibilityDelegate } from './PlatformViewsAccessibilityDelegate'; +import PlatformViewsChannel, { + PlatformViewBufferResized, + PlatformViewCreationRequest, + PlatformViewResizeRequest, + PlatformViewsHandler, PlatformViewTouch, PlatformViewBufferSize +} from '../../../ets/embedding/engine/systemchannels/PlatformViewsChannel'; +import PlatformView from './PlatformView'; +import { DVModel, DVModelParameters, DynamicView } from '../../view/DynamicView/dynamicView'; +import display from '@ohos.display'; +import { FlutterView } from '../../view/FlutterView'; +import { TextureRegistry } from '../../view/TextureRegistry'; +import TextInputPlugin from '../editing/TextInputPlugin'; +import { PlatformOverlayView } from './PlatformOverlayView'; +import { PlatformViewWrapper } from './PlatformViewWrapper'; +import { FlutterOverlaySurface } from '../../embedding/engine/FlutterOverlaySurface'; +import HashSet from '@ohos.util.HashSet'; +import PlatformViewRegistry from './PlatformViewRegistry'; +import PlatformViewRegistryImpl from './PlatformViewRegistryImpl'; +import DartExecutor from '../../embedding/engine/dart/DartExecutor'; +import { AccessibilityEventsDelegate } from './AccessibilityEventsDelegate'; +import AccessibilityBridge from '../../view/AccessibilityBridge'; +import { RootDvModeManager } from './RootDvModelManager'; +import { FlutterMutatorView } from '../../embedding/engine/mutatorsstack/FlutterMutatorView'; +import common from '@ohos.app.ability.common'; +import Log from '../../util/Log' +import OhosTouchProcessor from '../../embedding/ohos/OhosTouchProcessor' +import PlatformViewFactory from './PlatformViewFactory' +import { ByteBuffer } from '../../util/ByteBuffer'; + +const TAG = "PlatformViewsController" + +export default class PlatformViewsController implements PlatformViewsAccessibilityDelegate, PlatformViewsHandler { + private registry: PlatformViewRegistryImpl; + private context: Context; + private flutterView: FlutterView; + private textureRegistry: TextureRegistry; + private textInputPlugin: TextInputPlugin; + private platformViewsChannel: PlatformViewsChannel; + private accessibilityEventsDelegate: AccessibilityEventsDelegate; + private nextOverlayLayerId: number = 0; + private ohosTouchProcessor: OhosTouchProcessor; + private usesSoftwareRendering: boolean = false; + + private platformViews: Map; + private overlayLayerViews: Map; + private viewWrappers: Map; + private currentFrameUsedOverlayLayerIds: HashSet; + private currentFrameUsedPlatformViewIds: HashSet; + private rootDvModel = RootDvModeManager.getRootDvMode(); + private platformViewParent: Map; + + constructor() { + this.registry = new PlatformViewRegistryImpl(); + this.accessibilityEventsDelegate = new AccessibilityEventsDelegate(); + this.overlayLayerViews = new Map(); + this.currentFrameUsedOverlayLayerIds = new HashSet(); + this.currentFrameUsedPlatformViewIds = new HashSet(); + this.viewWrappers = new Map(); + this.platformViews = new Map(); + this.platformViewParent = new Map(); + } + + + getPlatformViewById(viewId: number): Object { + throw new Error('Method not implemented.'); + } + + usesVirtualDisplay(id: number): boolean { + throw new Error('Method not implemented.'); + } + + attachAccessibilityBridge(accessibilityBridge: AccessibilityBridge): void { + throw new Error('Method not implemented.'); + } + + detachAccessibilityBridge(): void { + throw new Error('Method not implemented.'); + } + + createForPlatformViewLayer(request: PlatformViewCreationRequest): void { + Log.i(TAG, "Enter createForPlatformViewLayer"); + this.ensureValidRequest(request); + + let platformView: PlatformView = this.createPlatformView(request, false); + + this.configureForHybridComposition(platformView, request); + } + + dispose(viewId: number): void { + let platformView: PlatformView = this.platformViews.get(viewId); + if (platformView == null) { + Log.e(TAG, "Disposing unknown platform view with id: " + viewId); + return; + } + this.platformViews.delete(viewId); + + try { + platformView.dispose(); + } catch (err) { + Log.e(TAG, "Disposing platform view threw an exception", err); + } + + let viewWrapper: PlatformViewWrapper = this.viewWrappers.get(viewId); + if (viewWrapper != null) { + this.viewWrappers.delete(viewId); + } + + let parentView: FlutterMutatorView = this.platformViewParent.get(viewId); + if (parentView != null) { + this.platformViewParent.delete(viewId); + } + } + + setParams: (params: DVModelParameters, key: String, element: ESObject ) => void = (params: DVModelParameters, element: ESObject): void => { + let params2 = params as Record; + params2.key =element; + } + + resize(request: PlatformViewResizeRequest, onComplete: PlatformViewBufferResized): void { + let physicalWidth: number = this.toPhysicalPixels(request.newLogicalWidth); + let physicalHeight: number = this.toPhysicalPixels(request.newLogicalHeight); + let viewId: number = request.viewId; + Log.i(TAG, `Resize viewId ${viewId}, pw:${physicalWidth}, ph:${physicalHeight},lw:${request.newLogicalWidth}, lh:${request.newLogicalHeight}`); + + let platformView: PlatformView = this.platformViews.get(viewId); + let viewWrapper: PlatformViewWrapper = this.viewWrappers.get(viewId); + if (platformView == null || viewWrapper == null) { + Log.e(TAG, "Resizing unknown platform view with id: " + viewId); + return; + } + + let viewWrapperLayoutParams: DVModelParameters = viewWrapper.getDvModel().getLayoutParams(); + if (physicalWidth) { + this.setParams(viewWrapperLayoutParams, "width", physicalWidth); + // viewWrapperLayoutParams.width = physicalWidth; + } + + if (physicalHeight) { + this.setParams(viewWrapperLayoutParams, "height", physicalHeight); + // viewWrapperLayoutParams.height = physicalHeight; + } + + let embeddedView: DVModel = platformView.getView(); + if (embeddedView != null) { + let embeddedViewLayoutParams = embeddedView.getLayoutParams(); + if (physicalWidth) { + this.setParams(embeddedViewLayoutParams, "width", physicalWidth); + // embeddedViewLayoutParams.width = physicalWidth; + } + + if (physicalHeight) { + this.setParams(embeddedViewLayoutParams, "height", physicalHeight); + // embeddedViewLayoutParams.height = physicalHeight; + } + } + + onComplete.run(new PlatformViewBufferSize(request.newLogicalWidth, request.newLogicalHeight)); + } + + offset(viewId: number, top: number, left: number): void { + Log.i(TAG, `Offset is id${viewId}, t:${top}, l:${left}`); + let viewWrapper: PlatformViewWrapper = this.viewWrappers.get(viewId); + if (viewWrapper == null) { + Log.e(TAG, "Setting offset for an unknown platform view with id: " + viewId); + return; + } + + let physicalTop = this.toPhysicalPixels(top); + let physicalLeft = this.toPhysicalPixels(left); + let params = viewWrapper.getDvModel().params; + this.setParams(params, "marginTop", physicalTop); + this.setParams(params, "marginLeft", physicalLeft); + // params.marginTop = physicalTop; + // params.marginLeft = physicalLeft; + viewWrapper.setLayoutParams(params); + } + + onTouch(touch: PlatformViewTouch): void { + let viewId: number = touch.viewId; + let density: number = display.getDefaultDisplaySync().densityDPI; + + let platformView: PlatformView = this.platformViews.get(viewId); + if (platformView == null) { + Log.e(TAG, "Sending touch to an unknown platform view with id: " + viewId); + return; + } + let dvModel: DVModel = platformView.getView(); + if (dvModel == null) { + Log.e(TAG, "Sending touch to a null dv model with id: " + viewId); + } + Log.e(TAG, "Sending touch to a dv model with id: " + viewId.toString()); + sendEventByKey(viewId.toString(), 10, ""); + } + + setDirection(viewId: number, direction: number): void { + if (!this.validateDirection(direction)) { + throw new Error("Trying to set unknown direction value: " + + direction + + "(view id: " + + viewId + + ")"); + } + + const platformView = this.platformViews.get(viewId); + if (platformView == null) { + Log.e(TAG, "Setting direction to an unknown view with id: " + viewId); + return; + } + const embeddedView = platformView.getView(); + if (embeddedView == null) { + Log.e(TAG, "Setting direction to a null view with id: " + viewId); + return; + } + this.setParams(embeddedView.params, "direction", direction); + // embeddedView.params.direction = direction; + } + + validateDirection(direction:number):boolean { + return direction == Direction.Ltr || direction == Direction.Rtl || direction == Direction.Auto; + } + + clearFocus(viewId: number): void { + const platformView = this.platformViews.get(viewId); + if (platformView == null) { + Log.e(TAG, "Setting direction to an unknown view with id: " + viewId); + return; + } + const embeddedView = platformView.getView(); + if (embeddedView == null) { + Log.e(TAG, "Setting direction to a null view with id: " + viewId); + return; + } + focusControl.requestFocus("flutterXComponent"); + } + synchronizeToNativeViewHierarchy(yes: boolean): void { + throw new Error('Method not implemented.'); + } + + public createForTextureLayer(request: PlatformViewCreationRequest): number { + Log.i(TAG, "Enter createForTextureLayer"); + this.ensureValidRequest(request); + + let viewId: number = request.viewId; + if (this.viewWrappers.get(request.viewId) != null) { + throw new Error( + "Trying to create an already created platform view, view id: " + viewId); + } + + let platformView: PlatformView = this.createPlatformView(request, true); + let dynamicView: DVModel = platformView.getView(); + return this.configureForTextureLayerComposition(platformView, request); + } + + private ensureValidRequest(request: PlatformViewCreationRequest): void { + if (!this.validateDirection(request.direction)) { + throw new Error("Trying to create a view with unknown direction value: " + + request.direction + + "(view id: " + + request.viewId + + ")") + } + } + + private createPlatformView(request: PlatformViewCreationRequest, wrapContext: boolean): PlatformView { + Log.i(TAG, "Enter createPlatformView"); + const viewFactory: PlatformViewFactory = this.registry.getFactory(request.viewType); + if (viewFactory == null) { + throw new Error("Trying to create a platform view of unregistered type: " + request.viewType) + } + + let createParams: ESObject = null; + if (request.params != null) { + let byteParas : ByteBuffer = request.params as ByteBuffer; + createParams = viewFactory.getCreateArgsCodec().decodeMessage(byteParas.buffer); + } + + let mutableContext: common.Context = this.context; + let platformView = viewFactory.create(mutableContext, request.viewId, createParams); + + let embeddedView: DVModel = platformView.getView(); + if (embeddedView == null) { + throw new Error("PlatformView#getView() returned null, but an dynamic view reference was expected."); + } + + this.setParams(embeddedView.params, "direction", request.direction); + // embeddedView.params.direction = request.direction; + + this.platformViews.set(request.viewId, platformView); + return platformView; + } + + // Configures the view for Hybrid Composition mode. + private configureForHybridComposition(platformView: PlatformView, request: PlatformViewCreationRequest): void { + Log.i(TAG, "Using hybrid composition for platform view: " + request.viewId); + } + + private configureForTextureLayerComposition(platformView: PlatformView, request: PlatformViewCreationRequest): number { + Log.i(TAG, "Hosting view in view hierarchy for platform view: " + request.viewId); + + let viewWrapper: PlatformViewWrapper = new PlatformViewWrapper(); + let textureId: number = 0; + + let physicalTop: number = this.toPhysicalPixels(request.logicalTop); + let physicalLeft: number = this.toPhysicalPixels(request.logicalLeft); + + Log.i(TAG, `View pW:${request.logicalWidth}, pH:${request.logicalHeight}, pT:${physicalTop}, pL:${physicalLeft}`); + + let param: DVModelParameters = new DVModelParameters(); + + this.setParams(param, "marginLeft", physicalLeft); + this.setParams(param, "marginTop", physicalTop); + // param.marginLeft = physicalLeft; + // param.marginTop = physicalTop; + + let model = platformView.getView(); + if (request.logicalWidth != null) { + let physicalWidth: number = this.toPhysicalPixels(request.logicalWidth); + this.setParams(model.params, "width", physicalWidth); + this.setParams(param, "width", physicalWidth); + // model.params.width = physicalWidth; + // param.width = physicalWidth; + } + + if (request.logicalHeight != null) { + let physicalHeight: number = this.toPhysicalPixels(request.logicalHeight); + this.setParams(model.params, "height", physicalHeight); + this.setParams(param, "height", physicalHeight); + // model.params.height = physicalHeight; + // param.height = physicalHeight; + } + + viewWrapper.setLayoutParams(param); + viewWrapper.addDvModel(model); + + RootDvModeManager.addDvModel(viewWrapper.getDvModel()); + this.viewWrappers.set(request.viewId, viewWrapper); + Log.i(TAG, "Create platform view success"); + + return textureId; + } + + public attach(context: Context, textureRegistry: TextureRegistry, dartExecutor: DartExecutor): void { + if (this.context != null) { + + } + this.context = context; + this.textureRegistry = textureRegistry; + this.platformViewsChannel = new PlatformViewsChannel(dartExecutor); + this.platformViewsChannel.setPlatformViewsHandler(this); + } + + public detach(): void { + if (this.platformViewsChannel != null) { + this.platformViewsChannel.setPlatformViewsHandler(null); + } + this.destroyOverlaySurfaces(); + this.platformViewsChannel = null; + this.context = null; + this.textureRegistry = null; + } + + public attachToView() { + for (let wrapper of this.viewWrappers.values()) { + this.rootDvModel.model.children.push(wrapper.getDvModel()); + } + for (let mutator of this.platformViewParent.values()) { + this.rootDvModel.model.children.push(mutator.getDvModel()); + } + for (let platformView of this.platformViews.values()) { + platformView.onFlutterViewAttached(this.rootDvModel.model); + } + } + + public detachFromView(): void { + for (let index = 0; index < this.viewWrappers.size; index++) { + this.rootDvModel.model.children.pop(); + } + for (let index = 0; index < this.platformViewParent.size; index++) { + this.rootDvModel.model.children.pop(); + } + this.destroyOverlaySurfaces(); + this.removeOverlaySurfaces(); + this.rootDvModel = null; + + for (let platformView of this.platformViews.values()) { + platformView.onFlutterViewDetached(); + } + } + + public attachTextInputPlugin(textInputPlugin: TextInputPlugin): void { + this.textInputPlugin = textInputPlugin; + } + + public detachTextInputPlugin(): void { + this.textInputPlugin == null; + } + + public getRegistry(): PlatformViewRegistry { + return this.registry; + } + + public onDetachedFromNapi(): void { + this.diposeAllViews(); + } + + public onPreEngineRestart(): void { + this.diposeAllViews(); + } + + private getDisplayDensity(): number { + return display.getDefaultDisplaySync().densityPixels; + } + private toPhysicalPixels(logicalPixels: number): number { + return Math.round(px2vp(logicalPixels * this.getDisplayDensity())); + } + + private toLogicalPixelsByDensity(physicalPixels: number, displayDensity: number): number { + return Math.round(physicalPixels / displayDensity); + } + + private toLogicalPixels(physicalPixels: number): number { + return this.toLogicalPixelsByDensity(physicalPixels, this.getDisplayDensity()); + } + + + private diposeAllViews(): void { + } + + private initializeRootImageViewIfNeeded(): void { + } + + initializePlatformViewIfNeeded(viewId: number): void { + let platformView: PlatformView = this.platformViews[viewId]; + if (platformView == null) { + throw new Error("Platform view hasn't been initialized from the platform view channel."); + } + if (this.platformViewParent[viewId] == null) { + return; + } + let dvModel: DVModel = platformView.getView(); + if (dvModel == null) { + throw new Error("PlatformView#getView() returned null, but an ohos dv model reference was expected."); + } + let parentView: FlutterMutatorView = new FlutterMutatorView(); + parentView.setOnDescendantFocusChangeListener(() => { + this.platformViewsChannel.invokeViewFocused(viewId); + }, () => { + if (this.textInputPlugin != null) { + this.textInputPlugin.clearTextInputClient(); + } + }); + } + + public onDisplayOverlaySurface(id: number, x: number, y: number, width: number, height: number): void { + } + + public onBeginFrame(): void { + this.currentFrameUsedOverlayLayerIds.clear(); + this.currentFrameUsedPlatformViewIds.clear(); + } + + public onEndFrame(): void { + } + + private finishFrame(isFrameRenderedUsingImageReaders: boolean): void { + } + + public createOverlaySurfaceByPlatformOverlayView(imageView: PlatformOverlayView) { + let id = this.nextOverlayLayerId++; + this.overlayLayerViews.set(id, imageView); + return new FlutterOverlaySurface(this.nextOverlayLayerId++); + } + + public createOverlaySurface(): FlutterOverlaySurface { + return new FlutterOverlaySurface(this.nextOverlayLayerId++); + } + + private destroyOverlaySurfaces(): void { + } + + private removeOverlaySurfaces(): void { + if (!(this.flutterView instanceof FlutterView)) { + return; + } + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/RootDvModelManager.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/RootDvModelManager.ets new file mode 100644 index 0000000000000000000000000000000000000000..0cc2cb0b2cc44032d2384282013785d150162bc9 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/RootDvModelManager.ets @@ -0,0 +1,74 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import { DVModel, DVModelContainer, DVModelParameters } from '../../view/DynamicView/dynamicView'; +import { createDVModelFromJson } from '../../view/DynamicView/dynamicViewJson'; + +@Component +struct XComponentStruct { + private context: ESObject; + + build() { + XComponent({ id: 'flutterXComponent', type: 'texture', libraryname: 'flutter' }) + .onLoad((context) => { + this.context = context; + }) + .onDestroy(() => { + }) + } +} + +interface $$type { + param: DVModelParameters +} + +@Builder +function BuildXComponentStruct($$: $$type) { + XComponentStruct(); +} + +class DVModelJson { + compType: string + children: Array + attributes: ESObject + + constructor(compType: string, children: Array, attributes: ESObject) { + this.compType = compType + this.children = children + this.attributes = attributes + } +} + +export class RootDvModeManager { + private static xComponentModel: ESObject = + { + compType: "xComponent", + build: BuildXComponentStruct + }; + private static model: DVModel = createDVModelFromJson(new DVModelJson("Stack", [RootDvModeManager.xComponentModel], { + alignContent: Alignment.TopStart + },) + + ); + private static container: DVModelContainer = new DVModelContainer(RootDvModeManager.model); + + public static getRootDvMode(): DVModelContainer { + return RootDvModeManager.container; + } + + public static addDvModel(model: DVModel): void { + RootDvModeManager.container.model.children.push(model); + } +} diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/ByteBuffer.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/ByteBuffer.ets new file mode 100644 index 0000000000000000000000000000000000000000..99a7d4b522caa6daf09b06e6feb40bcd6203abd3 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/ByteBuffer.ets @@ -0,0 +1,813 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import util from '@ohos.util' + +/** + * A byte buffer. + * + * Supports the following data types: + * - Bool + * - Int (8, 16, 32, 64) + * - Uint (8, 16, 32, 64) + * - BigInt (64) + * - String (utf8, utf16, and delimited) + * - TypedArray + * + */ +export class ByteBuffer { + + /** + * Creates a byte buffer. + * @param source The data source. + * @param byteOffset The byte offset. + * @param byteLength The byte length. + * @returns A byte buffer. + */ + static from(source: ArrayBuffer, byteOffset?: number, byteLength?: number): ByteBuffer { + // if (ArrayBuffer.isView(source)) { + // byteOffset = source.byteOffset + (byteOffset || 0) + // } + const byteBuffer = new ByteBuffer() + byteBuffer.dataView = byteLength === undefined ? new DataView(source, byteOffset) : new DataView(source, byteOffset, Math.min(source.byteLength, byteLength)) + byteBuffer.mByteOffset = byteBuffer.dataView.byteOffset + return byteBuffer + } + + /** + * The dataView. + */ + private dataView: DataView + + /** + * The byte offset. + */ + mByteOffset: number = 0 + + /** + * The byte offset. + * @returns The byte offset. + */ + get byteOffset(): number { + return this.mByteOffset + } + + /** + * The byte offset. + * @returns The byte offset. + */ + get byteLength(): number { + return this.dataView.byteLength + } + + /** + * The number of remaining bytes. + * @returns The number of bytes remaining. + */ + get bytesRemaining(): number { + return this.dataView.byteLength - this.mByteOffset + } + + hasRemaining(): boolean { + return this.mByteOffset < this.dataView.byteLength; + } + + get buffer(): ArrayBuffer { + const dataBuffer = new DataView(new ArrayBuffer(this.mByteOffset)); + for (let i = 0; i < this.mByteOffset; i++) { + dataBuffer.setUint8(i, this.dataView.getUint8(i)); + } + return dataBuffer.buffer + } + + /** + * Skips the byte offset. + * @param byteLength The byte length. + */ + skip(byteLength: number): void { + this.mByteOffset += byteLength + } + + /** + * Resets the byte offset. + */ + reset(): void { + this.mByteOffset = this.dataView.byteOffset + } + + /** + * Clears the byte buffer. + */ + clear(): void { + this.getUint8Array(0).fill(0) + } + + /** + * check buffer capacity. + */ + checkWriteCapacity(slen: number): void { + if (this.mByteOffset + slen > this.dataView.byteLength) { + let checkBuffer = new DataView(new ArrayBuffer(this.dataView.byteLength + slen + 512)); + for (let i = 0; i < this.mByteOffset; i++) { + checkBuffer.setUint8(i, this.dataView.getUint8(i)); + } + this.dataView = checkBuffer; + } + } + + /** + * Gets a boolean. + * @param byteOffset The byte offset. + */ + getBool(byteOffset: number): boolean { + return this.getInt8(byteOffset) !== 0 + } + + /** + * Reads the next boolean. + */ + readBool(): boolean { + return this.getInt8(this.mByteOffset++) !== 0 + } + + /** + * Sets a boolean. + * @param byteOffset The byte offset. + * @param value The value. + */ + setBool(byteOffset: number, value: boolean): void { + this.dataView.setInt8(byteOffset, value ? 1 : 0) + } + + /** + * Writes the next boolean. + * @param value The value. + */ + writeBool(value: boolean): void { + this.checkWriteCapacity(1) + this.setInt8(this.mByteOffset++, value ? 1 : 0) + } + + /** + * Gets an signed byte. + * @param byteOffset The byte offset. + * @returns The value. + */ + getInt8(byteOffset: number): number { + return this.dataView.getInt8(byteOffset) + } + + /** + * Reads the next signed byte. + * @returns The value. + */ + readInt8(): number { + return this.getInt8(this.mByteOffset++) + } + + /** + * Sets a signed byte. + * @param byteOffset The byte offset. + * @param value The value. + */ + setInt8(byteOffset: number, value: number): void { + this.dataView.setInt8(byteOffset, value) + } + + /** + * Writes the next signed byte. + * @param value The value. + */ + writeInt8(value: number): void { + this.checkWriteCapacity(1) + this.setInt8(this.mByteOffset++, value) + } + + /** + * Gets an unsigned byte. + * @param byteOffset The byte offset. + * @returns The value. + */ + getUint8(byteOffset: number): number { + return this.dataView.getUint8(byteOffset) + } + + /** + * Reads the next unsigned byte. + * @returns The value. + */ + readUint8(): number { + return this.getUint8(this.mByteOffset++) + } + + /** + * Sets an unsigned byte. + * @param byteOffset The byte offset. + * @param value The value. + */ + setUint8(byteOffset: number, value: number): void { + this.dataView.setUint8(byteOffset, value) + } + + /** + * Writes the next signed byte. + * @param value The value. + */ + writeUint8(value: number): void { + this.checkWriteCapacity(1) + this.setUint8(this.mByteOffset++, value) + } + + /** + * Gets an signed short. + * @param byteOffset The byte offset. + * @param littleEndian If the value is little endian. + * @returns The value. + */ + getInt16(byteOffset: number, littleEndian?: boolean): number { + return this.dataView.getInt16(byteOffset, littleEndian) + } + + /** + * Reads the next signed short. + * @param littleEndian If the value is little endian. + * @returns The value. + */ + readInt16(littleEndian?: boolean): number { + const value = this.getInt16(this.mByteOffset, littleEndian) + this.mByteOffset += 2 + return value + } + + /** + * Sets a signed short. + * @param byteOffset The byte offset. + * @param value The value. + * @param littleEndian If the value is little endian. + */ + setInt16(byteOffset: number, value: number, littleEndian?: boolean): void { + this.dataView.setInt16(byteOffset, value, littleEndian) + } + + /** + * Writes the next signed short. + * @param value The value. + * @param littleEndian If the value is little endian. + */ + writeInt16(value: number, littleEndian?: boolean): void { + this.checkWriteCapacity(2) + this.setInt16(this.mByteOffset, value, littleEndian) + this.mByteOffset += 2 + } + + /** + * Gets an unsigned short. + * @param byteOffset The byte offset. + * @param littleEndian If the value is little endian. + * @returns The value. + */ + getUint16(byteOffset: number, littleEndian?: boolean): number { + return this.dataView.getUint16(byteOffset, littleEndian) + } + + /** + * Reads the next unsigned short. + * @param littleEndian If the value is little endian. + * @returns The value. + */ + readUint16(littleEndian?: boolean): number { + const value = this.getUint16(this.mByteOffset, littleEndian) + this.mByteOffset += 2 + return value + } + + /** + * Sets an unsigned short. + * @param byteOffset The byte offset. + * @param value The value. + * @param littleEndian If the value is little endian. + */ + setUint16(byteOffset: number, value: number, littleEndian?: boolean): void { + this.dataView.setUint16(byteOffset, value, littleEndian) + } + + /** + * Writes the next signed short. + * @param value The value. + * @param littleEndian If the value is little endian. + */ + writeUint16(value: number, littleEndian?: boolean): void { + this.checkWriteCapacity(2) + this.setUint16(this.mByteOffset, value, littleEndian) + this.mByteOffset += 2 + } + + /** + * Gets an signed integer. + * @param byteOffset The byte offset. + * @param littleEndian If the value is little endian. + * @returns The value. + */ + getInt32(byteOffset: number, littleEndian?: boolean): number { + return this.dataView.getInt32(byteOffset, littleEndian) + } + + /** + * Reads the next signed integer. + * @param littleEndian If the value is little endian. + * @returns The value. + */ + readInt32(littleEndian?: boolean): number { + const value = this.getInt32(this.mByteOffset, littleEndian) + this.mByteOffset += 4 + return value + } + + /** + * Sets a signed integer. + * @param byteOffset The byte offset. + * @param value The value. + * @param littleEndian If the value is little endian. + */ + setInt32(byteOffset: number, value: number, littleEndian?: boolean): void { + this.dataView.setInt32(byteOffset, value, littleEndian) + } + + /** + * Writes the next signed integer. + * @param value The value. + * @param littleEndian If the value is little endian. + */ + writeInt32(value: number, littleEndian?: boolean): void { + this.checkWriteCapacity(4) + this.setInt32(this.mByteOffset, value, littleEndian) + this.mByteOffset += 4 + } + + /** + * Gets an unsigned integer. + * @param byteOffset The byte offset. + * @param littleEndian If the value is little endian. + * @returns The value. + */ + getUint32(byteOffset: number, littleEndian?: boolean): number { + return this.dataView.getUint32(byteOffset, littleEndian) + } + + /** + * Reads the next unsigned integer. + * @param littleEndian If the value is little endian. + * @returns The value. + */ + readUint32(littleEndian?: boolean): number { + const value = this.getUint32(this.mByteOffset, littleEndian) + this.mByteOffset += 4 + return value + } + + /** + * Sets an unsigned integer. + * @param byteOffset The byte offset. + * @param value The value. + * @param littleEndian If the value is little endian. + */ + setUint32(byteOffset: number, value: number, littleEndian?: boolean): void { + this.dataView.setUint32(byteOffset, value, littleEndian) + } + + /** + * Writes the next signed integer. + * @param value The value. + * @param littleEndian If the value is little endian. + */ + writeUint32(value: number, littleEndian?: boolean): void { + this.checkWriteCapacity(4) + this.setUint32(this.mByteOffset, value, littleEndian) + this.mByteOffset += 4 + } + + /** + * Gets a float. + * @param byteOffset The byte offset. + * @param littleEndian If the value is little endian. + * @returns The value. + */ + getFloat32(byteOffset: number, littleEndian?: boolean): number { + return this.dataView.getFloat32(byteOffset, littleEndian) + } + + /** + * Reads the next float. + * @param littleEndian If the value is little endian. + * @returns The value. + */ + readFloat32(littleEndian?: boolean): number { + const value = this.getFloat32(this.mByteOffset, littleEndian) + this.mByteOffset += 4 + return value + } + + /** + * Sets a float. + * @param byteOffset The byte offset. + * @param value The value. + * @param littleEndian If the value is little endian. + */ + setFloat32(byteOffset: number, value: number, littleEndian?: boolean): void { + this.dataView.setFloat32(byteOffset, value, littleEndian) + } + + /** + * Writes the next float. + * @param value The value. + * @param littleEndian If the value is little endian. + */ + writeFloat32(value: number, littleEndian?: boolean): void { + this.checkWriteCapacity(4) + this.setFloat32(this.mByteOffset, value, littleEndian) + this.mByteOffset += 4 + } + + /** + * Gets a double. + * @param byteOffset The byte offset. + * @param littleEndian If the value is little endian. + * @returns The value. + */ + getFloat64(byteOffset: number, littleEndian?: boolean): number { + return this.dataView.getFloat64(byteOffset, littleEndian) + } + + /** + * Reads the next double. + * @param littleEndian If the value is little endian. + * @returns The value. + */ + readFloat64(littleEndian?: boolean): number { + const value = this.getFloat64(this.mByteOffset, littleEndian) + this.mByteOffset += 8 + return value + } + + /** + * Sets a double. + * @param byteOffset The byte offset. + * @param value The value. + * @param littleEndian If the value is little endian. + */ + setFloat64(byteOffset: number, value: number, littleEndian?: boolean): void { + this.dataView.setFloat64(byteOffset, value, littleEndian) + } + + /** + * Writes the next double. + * @param value The value. + * @param littleEndian If the value is little endian. + */ + writeFloat64(value: number, littleEndian?: boolean): void { + this.checkWriteCapacity(8) + this.setFloat64(this.mByteOffset, value, littleEndian) + this.mByteOffset += 8 + } + + /** + * Gets an signed long. + * @param byteOffset The byte offset. + * @param littleEndian If the value is little endian. + * @returns The value. + */ + getBigInt64(byteOffset: number, littleEndian?: boolean): bigint { + return this.dataView.getBigInt64(byteOffset, littleEndian) + } + + /** + * Reads the next signed long. + * @param littleEndian If the value is little endian. + * @returns The value. + */ + readBigInt64(littleEndian?: boolean): bigint { + const value = this.getBigInt64(this.mByteOffset, littleEndian) + this.mByteOffset += 8 + return value + } + + /** + * Sets a signed long. + * @param byteOffset The byte offset. + * @param value The value. + * @param littleEndian If the value is little endian. + */ + setBigInt64(byteOffset: number, value: bigint, littleEndian?: boolean): void { + this.dataView.setBigInt64(byteOffset, value, littleEndian) + } + + /** + * Writes the next signed long. + * @param value The value. + * @param littleEndian If the value is little endian. + */ + writeBigInt64(value: bigint, littleEndian?: boolean): void { + this.checkWriteCapacity(8) + this.setBigInt64(this.mByteOffset, value, littleEndian) + this.mByteOffset += 8 + } + + /** + * Gets an unsigned long. + * @param byteOffset The byte offset. + * @param littleEndian If the value is little endian. + * @returns The value. + */ + getBigUint64(byteOffset: number, littleEndian?: boolean): bigint { + return this.dataView.getBigUint64(byteOffset, littleEndian) + } + + /** + * Reads the next unsigned long. + * @param littleEndian If the value is little endian. + * @returns The value. + */ + readBigUint64(littleEndian?: boolean): bigint { + const value = this.getBigUint64(this.mByteOffset, littleEndian) + this.mByteOffset += 8 + return value + } + + /** + * Sets an unsigned long. + * @param byteOffset The byte offset. + * @param value The value. + * @param littleEndian If the value is little endian. + */ + setBigUint64(byteOffset: number, value: bigint, littleEndian?: boolean): void { + this.dataView.setBigUint64(byteOffset, value, littleEndian) + } + + /** + * Writes the next unsigned long. + * @param value The value. + * @param littleEndian If the value is little endian. + */ + writeBigUint64(value: bigint, littleEndian?: boolean): void { + this.checkWriteCapacity(8) + this.setBigUint64(this.mByteOffset, value, littleEndian) + this.mByteOffset += 8 + } + + /** + * Gets an signed long. + * @param byteOffset The byte offset. + * @param littleEndian If the value is little endian. + * @returns The value. + */ + getInt64(byteOffset: number, littleEndian?: boolean): number { + return Number(this.getBigInt64(byteOffset, littleEndian)) + } + + /** + * Reads the next signed long. + * @param littleEndian If the value is little endian. + * @returns The value. + */ + readInt64(littleEndian?: boolean): number { + const value = this.getInt64(this.mByteOffset, littleEndian) + this.mByteOffset += 8 + return value + } + + /** + * Sets a signed long. + * @param byteOffset The byte offset. + * @param value The value. + * @param littleEndian If the value is little endian. + */ + setInt64(byteOffset: number, value: number, littleEndian?: boolean): void { + this.setBigInt64(byteOffset, BigInt(value), littleEndian) + } + + /** + * Writes the next signed long. + * @param value The value. + * @param littleEndian If the value is little endian. + */ + writeInt64(value: number, littleEndian?: boolean): void { + this.checkWriteCapacity(8) + this.setInt64(this.mByteOffset, value, littleEndian) + this.mByteOffset += 8 + } + + /** + * Gets an unsigned long. + * @param byteOffset The byte offset. + * @param littleEndian If the value is little endian. + * @returns The value. + */ + getUint64(byteOffset: number, littleEndian?: boolean): number { + return Number(this.getBigUint64(byteOffset, littleEndian)) + } + + /** + * Reads the next unsigned long. + * @param littleEndian If the value is little endian. + * @returns The value. + */ + readUint64(littleEndian?: boolean): number { + const value = this.getUint64(this.mByteOffset, littleEndian) + this.mByteOffset += 8 + return value + } + + /** + * Sets an unsigned long. + * @param byteOffset The byte offset. + * @param value The value. + * @param littleEndian If the value is little endian. + */ + setUint64(byteOffset: number, value: number, littleEndian?: boolean): void { + this.setBigUint64(byteOffset, BigInt(value), littleEndian) + } + + /** + * Writes the next signed long. + * @param value The value. + * @param littleEndian If the value is little endian. + */ + writeUint64(value: number, littleEndian?: boolean): void { + this.checkWriteCapacity(8) + this.setUint64(this.mByteOffset, value, littleEndian) + this.mByteOffset += 8 + } + + /** + * Gets an array of unsigned bytes. + * @param byteOffset The byte offset. + * @param byteLength The byte length. + * @returns The value. + */ + getUint8Array(byteOffset: number, byteLength?: number): Uint8Array { + return new Uint8Array(this.dataView.buffer, this.dataView.byteOffset + byteOffset, byteLength) + } + + /** + * Reads the next array of unsigned bytes. + * @param byteLength The byte length. + * @returns The value. + */ + readUint8Array(byteLength?: number): Uint8Array { + const value = this.getUint8Array(this.mByteOffset, byteLength) + this.mByteOffset += value.byteLength + return value + } + + /** + * Sets an array of unsigned bytes. + * @param byteOffset The byte offset. + * @param value The value. + */ + setUint8Array(byteOffset: number, value: Uint8Array): void { + const byteLength = value.byteLength + this.getUint8Array(byteOffset, byteLength).set(value) + } + + /** + * Writes the next array of unsigned bytes. + * @param value The value. + */ + writeUint8Array(value: Uint8Array): void { + this.checkWriteCapacity(value.byteLength) + this.setUint8Array(this.mByteOffset, value) + this.mByteOffset += value.byteLength + } + + /** + * Gets an array of unsigned shorts. + * @param byteOffset The byte offset. + * @param byteLength The byte length. + * @returns The value. + */ + getUint16Array(byteOffset: number, byteLength?: number): Uint16Array { + if (byteLength !== undefined) { + byteLength = Math.floor(byteLength / 2) + } + return new Uint16Array(this.dataView.buffer, this.dataView.byteOffset + byteOffset, byteLength) + } + + /** + * Reads the next array of unsigned shorts. + * @param byteLength The byte length. + * @returns The value. + */ + readUint16Array(byteLength?: number): Uint16Array { + const value = this.getUint16Array(this.mByteOffset, byteLength) + this.mByteOffset += value.byteLength + return value + } + + /** + * Sets an array of unsigned bytes. + * @param byteOffset The byte offset. + * @param value The value. + */ + setUint16Array(byteOffset: number, value: Uint16Array): void { + const byteLength = value.byteLength + this.getUint16Array(byteOffset, byteLength).set(value) + } + + /** + * Writes the next array of unsigned bytes. + * @param value The value. + */ + writeUint16Array(value: Uint16Array): void { + this.checkWriteCapacity(value.byteLength) + this.setUint16Array(this.mByteOffset, value) + this.mByteOffset += value.byteLength + } + + /** + * Gets a string. + * @param byteOffset The byte offset. + * @param byteLength The byte length. + * @param byteEncoding The byte encoding. + * @returns The value. + */ + getString(byteOffset: number, byteLength?: number, byteEncoding?: string): string { + const decoder = new util.TextDecoder(byteEncoding || "utf-8") + const encoded = this.getUint8Array(byteOffset, byteLength) + return decoder.decode(encoded) + } + + /** + * Reads the next string. + * @param byteLength The byte length. + * @param byteEncoding The byte encoding. + * @returns The value. + */ + readString(byteLength?: number, byteEncoding?: string): string { + const value = this.getString(this.mByteOffset, byteLength, byteEncoding) + if (byteLength === undefined) { + this.mByteOffset = this.dataView.byteLength + } else { + this.mByteOffset += byteLength + } + return value + } + + /** + * Sets a string. + * @param byteOffset The byte offset. + * @param value The string. + * @param byteEncoding The byte encoding. + * @returns The byte length. + */ + setString(byteOffset: number, value: string, byteEncoding?: string, write?: boolean): number { + if (byteEncoding && byteEncoding !== "utf-8") { + throw new TypeError("String encoding '" + byteEncoding + "' is not supported") + } + const encoder = new util.TextEncoder() + const byteLength = Math.min(this.dataView.byteLength - byteOffset, value.length * 4) + if (write) { + this.checkWriteCapacity(byteLength) + } + const destination = this.getUint8Array(byteOffset, byteLength) + const written = encoder.encodeInto(value, destination).written + return written || 0 + } + + /** + * Writes the next a string. + * @param value The string. + * @param byteEncoding The byte encoding. + */ + writeString(value: string, byteEncoding?: string): void { + const byteLength = this.setString(this.mByteOffset, value, byteEncoding, true) + this.mByteOffset += byteLength + } + + /** + * Formats to a string. + * @param format The string format. + * @returns The string. + */ + toString(format?: string): string { + return [...this.getUint8Array(0)].map((byte: number) => { + switch(format) { + case "hex": + return ("00" + byte.toString(16)).slice(-2) + default: + return byte.toString(10) + } + }).join(" ") + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/Log.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/Log.ets new file mode 100644 index 0000000000000000000000000000000000000000..437b52f18049b9ba77e47350033482a06368c5c4 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/Log.ets @@ -0,0 +1,122 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import HiLog from '@ohos.hilog'; + +const DOMAIN: number = 0x00FF; +const TAG = "Flutter"; +const SYMBOL = " --> "; +// const FILTER_KEYS = [ +// new RegExp('hide', "gi") +// ] + +// export function filterKey(target: any, propKey: string, descriptor: PropertyDescriptor) { +// const original = descriptor.value; +// descriptor.value = function (...args: string[]) { +// let filterResult = args.map((str) => { +// let tempStr = str +// FILTER_KEYS.forEach((filterKey) => tempStr = tempStr.replace(filterKey, "**")) +// return tempStr +// }); +// const result = original.call(this, ...filterResult); +// return result; +// }; +// } + +/** + * Basic log class + */ +export default class Log { + /** + * Outputs debug-level logs. + * + * @param tag Identifies the log tag. + * @param format Indicates the log format string. + * @param args Indicates the log parameters. + * @since 7 + */ + static d(tag: string, format: string, ...args: ESObject[]) { + if (Log.isLoggable(HiLog.LogLevel.DEBUG)) { + HiLog.debug(DOMAIN, TAG, tag + SYMBOL + format, args); + } + } + + /** + * Outputs info-level logs. + * + * @param tag Identifies the log tag. + * @param format Indicates the log format string. + * @param args Indicates the log parameters. + * @since 7 + */ + static i(tag: string, format: string, ...args: ESObject[]) { + if (Log.isLoggable(HiLog.LogLevel.INFO)) { + HiLog.info(DOMAIN, TAG, tag + SYMBOL + format, args); + } + } + + /** + * Outputs warning-level logs. + * + * @param tag Identifies the log tag. + * @param format Indicates the log format string. + * @param args Indicates the log parameters. + * @since 7 + */ + static w(tag: string, format: string, ...args: ESObject[]) { + if (Log.isLoggable(HiLog.LogLevel.WARN)) { + HiLog.warn(DOMAIN, TAG, tag + SYMBOL + format, args); + } + } + + /** + * Outputs error-level logs. + * + * @param tag Identifies the log tag. + * @param format Indicates the log format string. + * @param args Indicates the log parameters. + * @since 7 + */ + static e(tag: string, format: string, ...args: ESObject[]) { + if (Log.isLoggable(HiLog.LogLevel.ERROR)) { + HiLog.error(DOMAIN, TAG, tag + SYMBOL + format, args); + } + } + + /** + * Outputs fatal-level logs. + * + * @param tag Identifies the log tag. + * @param format Indicates the log format string. + * @param args Indicates the log parameters. + * @since 7 + */ + static f(tag: string, format: string, ...args: ESObject[]) { + if (Log.isLoggable(HiLog.LogLevel.FATAL)) { + HiLog.fatal(DOMAIN, TAG, tag + SYMBOL + format, args); + } + } + + /** + * Checks whether logs of the specified tag, and level can be printed. + * + * @param tag Identifies the log tag. + * @param level log level + * @since 7 + */ + private static isLoggable(level: HiLog.LogLevel): boolean { + return HiLog.isLoggable(DOMAIN, TAG, level); + } +} diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/MessageChannelUtils.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/MessageChannelUtils.ets new file mode 100644 index 0000000000000000000000000000000000000000..1899f74069a24a3e250378b11ac1c9492f03b8f3 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/MessageChannelUtils.ets @@ -0,0 +1,25 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import BasicMessageChannel from '../plugin/common/BasicMessageChannel'; +import { BinaryMessenger } from '../plugin/common/BinaryMessenger'; +import StringUtils from './StringUtils'; + +export default class MessageChannelUtils { + static resizeChannelBuffer(messenger: BinaryMessenger, channel: string, newSize: number) { + const dataStr = `resize\r${channel}\r${newSize}` + messenger.send(BasicMessageChannel.CHANNEL_BUFFERS_CHANNEL, StringUtils.stringToArrayBuffer(dataStr)); + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/PathUtils.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/PathUtils.ets new file mode 100644 index 0000000000000000000000000000000000000000..691ea0f360b40adb266bde566c2f66292a2aa0ff --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/PathUtils.ets @@ -0,0 +1,46 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +import common from '@ohos.app.ability.common'; +import fs from '@ohos.file.fs'; +import Log from './Log'; + +/** + * ohos路径获取工具 + */ +const TAG: string = "PathUtils"; + +export default class PathUtils { + static getFilesDir(context: common.Context): string { + return context.filesDir; + } + + static getCacheDirectory(context: common.Context): string { + return context.cacheDir; + } + + static getDataDirectory(context: common.Context): string { + const name = "flutter"; + const flutterDir = context.filesDir + "/" + name; + if (!fs.accessSync(flutterDir)) { + try { + fs.mkdirSync(flutterDir); + } catch (err) { + Log.e(TAG, "mkdirSync failed err:" + err); + return null; + } + } + return flutterDir; + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/StringUtils.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/StringUtils.ets new file mode 100644 index 0000000000000000000000000000000000000000..aeb7c554c30b5d3625851afc214dda8d31da9917 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/StringUtils.ets @@ -0,0 +1,39 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import util from '@ohos.util' + +/** + * 默认字符串工具 + */ +export default class StringUtils { + static stringToArrayBuffer(str: string): ArrayBuffer { + let textEncoder = new util.TextEncoder("utf-8"); + return textEncoder.encodeInto(str).buffer; + } + + static arrayBufferToString(buffer: ArrayBuffer): string { + let textDecoder = util.TextDecoder.create('utf-8', { ignoreBOM : true }) + return textDecoder.decode(new Uint8Array(buffer)) + } + + static isNotEmpty(str: string): boolean { + return str && str.length > 0; + } + + static isEmpty(str: string): boolean { + return (!str) || str.length == 0; + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/ToolUtils.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/ToolUtils.ets new file mode 100644 index 0000000000000000000000000000000000000000..c3879f4a40ea307f7491a4808ad3b816cc98b13e --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/ToolUtils.ets @@ -0,0 +1,24 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +export default class ToolUtils { + static isObj(object: Object): boolean { + return object && typeof (object) == 'object'; + } + + static implementsInterface(obj: ESObject, method: string): boolean { + return Reflect.has(obj, method) && typeof obj[method] === 'function' + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/TraceSection.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/TraceSection.ets new file mode 100644 index 0000000000000000000000000000000000000000..3caaadea7aa0cb84be3542be9c4595139cd25af4 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/TraceSection.ets @@ -0,0 +1,39 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hiTraceMeter from '@ohos.hiTraceMeter' + +export class TraceSection { + + static taskId: number = 1; + + private static cropSectionName(sectionName: string): string { + return sectionName.length < 124 ? sectionName : sectionName.substring(0, 124) + "..."; + } + + /** + * Wraps Trace.beginSection to ensure that the line length stays below 127 code units. + * + * @param sectionName The string to display as the section name in the trace. + */ + public static begin(sectionName: string): void { + hiTraceMeter.startTrace(TraceSection.cropSectionName(sectionName), TraceSection.taskId++); + } + + /** Wraps Trace.endSection. */ + public static end(sectionName: string): void { + hiTraceMeter.finishTrace(TraceSection.cropSectionName(sectionName), TraceSection.taskId); + } +} diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/AccessibilityBridge.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/AccessibilityBridge.ets new file mode 100644 index 0000000000000000000000000000000000000000..0e08f41fe9171658365b4e2c806b075807ddc423 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/AccessibilityBridge.ets @@ -0,0 +1,45 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +export default class AccessibilityBridge { + constructor(){ + + } +} + +export enum Action { + TAP = 1 << 0, + LONG_PRESS = 1 << 1, + SCROLL_LEFT = 1 << 2, + SCROLL_RIGHT = 1 << 3, + SCROLL_UP = 1 << 4, + SCROLL_DOWN = 1 << 5, + INCREASE = 1 << 6, + DECREASE = 1 << 7, + SHOW_ON_SCREEN = 1 << 8, + MOVE_CURSOR_FORWARD_BY_CHARACTER = 1 << 9, + MOVE_CURSOR_BACKWARD_BY_CHARACTER = 1 << 10, + SET_SELECTION = 1 << 11, + COPY = 1 << 12, + CUT = 1 << 13, + PASTE = 1 << 14, + DID_GAIN_ACCESSIBILITY_FOCUS = 1 << 15, + DID_LOSE_ACCESSIBILITY_FOCUS = 1 << 16, + CUSTOM_ACTION = 1 << 17, + DISMISS = 1 << 18, + MOVE_CURSOR_FORWARD_BY_WORD = 1 << 19, + MOVE_CURSOR_BACKWARD_BY_WORD = 1 << 20, + SET_NEXT = 1 << 21, +}; \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/DynamicView/dynamicView.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/DynamicView/dynamicView.ets new file mode 100644 index 0000000000000000000000000000000000000000..f95a9c04a7a44a99505b9882ba1291e7bfcb1604 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/DynamicView/dynamicView.ets @@ -0,0 +1,300 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +import matrix4 from '@ohos.matrix4'; + +/** + * Dynamic View creation + * from a recursive data structure + * + * exported @Component: DynamicView + * exported view model classes: + * - DVModelContainer + * - DVModel + * - DVModelParameters + * - DVModelEvents + * - DVModelChildren + * + * The purpose of exporting the DVModel classes + * is to make them available to the converter from + * JD's XML format and the expression parser. These + * components are expected to generate and update the + * DVModel. + * + * An application written by JS should only import + * DynamicView, DVModelContainer to be used in their own ArkUI + * container view. + */ + +/** + * View Model classes + */ + +@Observed +export class DVModelParameters extends Object { + /* empty, just get any instance wrapped inside an ObservedObject + with the help of the decoration */ +} + +@Observed +export class DVModelEvents extends Object { + /* empty, just get any instance wrapped inside an ObservedObject + with the help of the decoration */ +} + +@Observed +export class DVModelChildren extends Array { + /* empty, just get any instance wrapped inside an ObservedObject + with the help of the decoration */ +} + +let nextId: number = 1; + +@Observed +export class DVModel { + id_: number; + compType: string; + params: DVModelParameters; + events: DVModelEvents; + children: DVModelChildren; + builder: ESObject; + + constructor(compType: string, params: DVModelParameters, events: DVModelEvents, children: DVModelChildren, builder?: ESObject) { + this.id_ = nextId++; + this.compType = compType; + this.params = params ?? new DVModelParameters; + this.events = events; + this.children = children; + this.builder = builder; + } + + public getLayoutParams(): DVModelParameters { + return this.params; + } +} + +// includes the root DVModel objects. +export class DVModelContainer { + model: DVModel; + + constructor(model: DVModel) { + this.model = model; + } +} + +/** + DynamicView is the @Component that does all the work: + + The following 4 features are the key solution elements for dynamic View + construction and update: + + 1. The if statement decides which framework component to create. + We can not use a factory function here, because that would requite calling + a regular function inside build() or a @Builder function. + + 2. Take note of the @Builder for Row, Column containers: + These functions create DynamicView Views inside a DynamicView + view. This behaviour is why we talk about DynamicView as a 'recursive' View. + All @Builder functions are member functions of the DynamicView @Component to + retain access ('this.xyz') to its decorated state variables. + + 3. The @Extend functions execute attribute and event handler registration functions + for all attributes and events permissable on the framework component, irrespective + if DVModelParameters or DVModelEvents objects includes a value or not. If not + the attribute or event is set to 'undefined' by intention. This is required to unset + any previously set value. + + 4. The scope ('this') of any lambda registered as an event hander function, e.g. for onClick, + is the @Component, in which the DVModel object is initialized. This said, it is advised to initialize + the DVModel object in the @Component that is parent to outmost DynamicView. Thereby, + any event handler function is able to mutate decorated state variables of that @Component + + */ + +@Component +export struct DynamicView { + @ObjectLink model: DVModel; + @ObjectLink children: DVModelChildren; + @ObjectLink params: DVModelParameters; + @ObjectLink events: DVModelEvents; + @BuilderParam customBuilder?: ($$: BuilderParams) => void; + getParams: (params: DVModelParameters, element: string) => string | ESObject = (params: DVModelParameters, element: string): string | ESObject => { + let params2 = params as Record; + return params2.element; + } + getEvents: (events: DVModelEvents, element: string) => ESObject = (events: DVModelEvents, element: string): ESObject => { + let events2 = events as Record; + return events2.element; + } + + /* + we use this @Styles member function to set all common attributes and event handlers + and set component specific attribute and event handler functions in the @Builder function + */ + @Styles + common_attrs() { + // let params2 = this.params as Record | matrix4.Matrix4Transit>; + // .width(this.params["width"]) + // .height(this.params["height"]) + // .backgroundColor(this.params["backgroundColor"]) + // .onClick(this.events["onClick"]) + // .margin({ + // left: this.params["marginLeft"], + // right: this.params["marginRight"], + // top: this.params["marginTop"], + // bottom: this.params["marginBottom"] + // }) + // .onTouch(this.events["onTouch"]) + // .onFocus(this.events['onFocus']) + // .onBlur(this.events["onBlur"]) + // .translate({ + // x: this.params["translateX"], + // y: this.params["translateY"], + // z: this.params["translateZ"] + // }) + // .transform(this.params["matrix"]) + // .direction(this.params["direction"])this.getParams(this.params, "") + .width(this.getParams(this.params, "width")) + .height(this.getParams(this.params, "height")) + .backgroundColor(this.getParams(this.params, "backgroundColor")) + .onClick(this.getEvents(this.events, "onClick")) + .margin({ + left: this.getParams(this.params, "marginLeft"), + right: this.getParams(this.params, "marginRight"), + top: this.getParams(this.params, "marginTop"), + bottom: this.getParams(this.params, "marginBottom") + }) + .onTouch(this.getEvents(this.events, "onTouch")) + .onFocus(this.getEvents(this.events, "onFocus")) + .onBlur(this.getEvents(this.events, "onBlur")) + .translate({ + x: this.getParams(this.params, "translateX"), + y: this.getParams(this.params, "translateY"), + z: this.getParams(this.params, "translateZ") + }) + .transform(this.getParams(this.params, "matrix")) + .direction(this.getParams(this.params, "direction")) + } + + @Styles + clip_attrs() { + .clip(this.getParams(this.params, "rectWidth") ? new Rect({ + width: this.getParams(this.params, "rectWidth"), + height: this.getParams(this.params, "rectHeight"), + radius: this.getParams(this.params, "rectRadius") + }) : null) + .clip(this.getParams(this.params, "pathWidth") ? new Path({ + width: this.getParams(this.params, "pathWidth"), + height: this.getParams(this.params, "pathHeight"), + commands: this.getParams(this.params, "pathCommands") + }) : null) + } + + @Builder + buildChildren() { + ForEach(this.children, + (child: ESObject) => { + DynamicView({ + model: child as DVModel, + params: child.params, + events: child.events, + children: child.children, + customBuilder: child.builder + }) + }, + (child: ESObject) => `${child.id_}` + ) + } + + @Builder + buildRow() { + Row() { + this.buildChildren() + } + .common_attrs() + .clip_attrs() + } + + @Builder + buildColumn() { + Column() { + this.buildChildren() + } + .common_attrs() + .clip_attrs() + } + + @Builder + buildStack() { + Stack() { + this.buildChildren() + } + .common_attrs() + .clip_attrs() + .alignContent(this.getParams(this.params, "alignContent")) + } + + @Builder + buildText() { + Text(`${this.getParams(this.params, "value")}`) + .common_attrs() + .fontColor(this.getParams(this.params, "fontColor")) + } + + @Builder + buildImage() { + Image(this.getParams(this.params, "src")) + .common_attrs() + } + + // Button with label + @Builder + buildButton() { + Button(this.getParams(this.params, "value")) + .common_attrs() + } + + @Builder + buildCustom() { + if (this.customBuilder) { + this.customBuilder(new BuilderParams(this.params)); + } + } + + build() { + if (this.model.compType == "Column") { + this.buildColumn() + } else if (this.model.compType == "Row") { + this.buildRow() + } else if (this.model.compType == "Stack") { + this.buildStack() + } else if (this.model.compType == "Text") { + this.buildText() + } else if (this.model.compType == "Image") { + this.buildImage() + } else if (this.model.compType == "Button") { + this.buildButton() + } else { + this.buildCustom() + } + } +} + +export class BuilderParams { + params: DVModelParameters; + + constructor(params: DVModelParameters) { + this.params = params; + } +} diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/DynamicView/dynamicViewJson.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/DynamicView/dynamicViewJson.ets new file mode 100644 index 0000000000000000000000000000000000000000..8b97e5e5092748f7bc9e0f3af7482921891baf0f --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/DynamicView/dynamicViewJson.ets @@ -0,0 +1,68 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { DVModel, DVModelParameters, DVModelEvents, DVModelChildren } from "./dynamicView"; + +export function createDVModelFromJson(json: Object): DVModel { + + /* private use helper functions */ + let createChildrenFrom: (children: Array) => DVModelChildren = (children: Array): DVModelChildren => { + let result = new DVModelChildren(); + if (Array.isArray(children)) { + (children as Array).forEach(child => { + const childView = createDVModelFromJson(child); + if (childView != undefined) { + result.push(childView); + } + }); + } + return result; + } + + let setParams: (result: DVModelParameters | DVModelEvents, key: ESObject, element: Object ) => void = (result: DVModelParameters, key: ESObject, element: ESObject): void => { + let newResult = result as Record; + newResult.key = element.key; + } + + let createAttributesFrom: (attributes: Object) => DVModelParameters = (attributes: Object): DVModelParameters => { + let result = new DVModelParameters(); + if ((typeof attributes == "object") && (!Array.isArray(attributes))) { + Object.keys(attributes).forEach(k => {setParams(result, k, attributes)}); + } + return result; + } + + let createEventsFrom: (events: Object) => DVModelEvents = (events: Object): DVModelEvents => { + let result = new DVModelEvents(); + if ((typeof events == "object") && (!Array.isArray(events))) { + Object.keys(events).forEach(k => {setParams(result, k, events)}); + } + return result; + } + + if (typeof json !== 'object') { + console.error("createDVModelFromJson: input is not JSON"); + return undefined; + } + + let jsonObject = json as Record; + return new DVModel( + jsonObject.compType, + createAttributesFrom(jsonObject["attributes"]), + createEventsFrom(jsonObject["events"]), + createChildrenFrom(jsonObject["children"]), + jsonObject["build"] + ); +} diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/FlutterCallbackInformation.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/FlutterCallbackInformation.ets new file mode 100644 index 0000000000000000000000000000000000000000..f52152001a497e70586215af090b2a81190e1187 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/FlutterCallbackInformation.ets @@ -0,0 +1,39 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import FlutterNapi from '../embedding/engine/FlutterNapi'; + +export class FlutterCallbackInformation { + callbackName: string; + callbackClassName: string; + callbackLibraryPath: string; + + /** + * Get callback information for a given handle. + * + * @param handle the handle for the callback, generated by `PluginUtilities.getCallbackHandle` in + * `dart:ui`. + * @return an instance of FlutterCallbackInformation for the provided handle. + */ + static lookupCallbackInformation(handle: number): FlutterCallbackInformation { + return FlutterNapi.nativeLookupCallbackInformation(handle); + } + + constructor(callbackName: string, callbackClassName: string, callbackLibraryPath: string) { + this.callbackName = callbackName; + this.callbackClassName = callbackClassName; + this.callbackLibraryPath = callbackLibraryPath; + } +} diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/FlutterNativeView.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/FlutterNativeView.ets new file mode 100644 index 0000000000000000000000000000000000000000..1ceefbe16b7514a0248eed29bf15b525df13df04 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/FlutterNativeView.ets @@ -0,0 +1,136 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +import common from '@ohos.app.ability.common'; +import DartExecutor from '../embedding/engine/dart/DartExecutor'; +import { EngineLifecycleListener } from '../embedding/engine/FlutterEngine'; +import FlutterNapi from '../embedding/engine/FlutterNapi'; +import Log from '../util/Log'; +import FlutterPluginRegistry from '../app/FlutterPluginRegistry'; +import FlutterRunArguments from './FlutterRunArguments'; +import { FlutterView } from './FlutterView'; + +const TAG: string = "FlutterNativeView"; + +export default class FlutterNativeView { + private mContext: common.Context; + private mPluginRegistry: FlutterPluginRegistry; + private mFlutterNapi: FlutterNapi; + private dartExecutor: DartExecutor; + private mFlutterView: FlutterView; + private applicationIsRunning: boolean; + + constructor(context: common.Context, isBackgroundView?: boolean) { + if (isBackgroundView) { + Log.i(TAG, "isBackgroundView is no longer supported and will be ignored"); + } + this.mContext = context; + this.mPluginRegistry = new FlutterPluginRegistry(); + this.mFlutterNapi = new FlutterNapi(); + //this.mFlutterNapi.addIsDisplayingFlutterUiListener(this.flutterUiDisplayListener); + this.dartExecutor = new DartExecutor(this.mFlutterNapi, this.mContext.resourceManager); + this.mFlutterNapi.addEngineLifecycleListener(new EngineLifecycleListenerImpl(this.mFlutterView, this.mPluginRegistry)); + this.attach(this.mFlutterNapi, this.dartExecutor); + this.assertAttached(this.mFlutterNapi); + } + + attach(flutterNapi: FlutterNapi, dartExecutor: DartExecutor): void { + flutterNapi.attachToNative(); + dartExecutor.onAttachedToNAPI(); + } + + assertAttached(flutterNapi: FlutterNapi): void { + if (!this.isAttached(flutterNapi)) { + throw new Error('Platform View is not attached'); + } + } + + isAttached(flutterNapi: FlutterNapi): boolean { + return flutterNapi.isAttached(); + } + + detachFromFlutterView(): void { + this.mPluginRegistry.detach(); + this.mFlutterView = null; + } + + destroy(): void { + this.mPluginRegistry.destroy(); + this.dartExecutor.onDetachedFromNAPI(); + this.mFlutterView = null; + //this.mFlutterNapi.removeIsDisplayingFlutterUiListener(this.flutterUiDisplayListener); + this.applicationIsRunning = false; + } + + getDartExecutor(): DartExecutor { + return this.dartExecutor; + } + + getPluginRegistry(): FlutterPluginRegistry { + return this.mPluginRegistry; + } + + attachViewAndAbility(flutterView: FlutterView, context: common.Context): void { + this.mFlutterView = flutterView; + this.mPluginRegistry.attach(flutterView, context); + } + + runFromBundle(args: FlutterRunArguments): void { + if (args.entrypoint == null) { + throw new Error("an entrypoint must be specific"); + } + this.assertAttached(this.mFlutterNapi); + if (this.applicationIsRunning) { + throw new Error("this flutter engine instance is already running an application"); + } + this.mFlutterNapi.runBundleAndSnapshotFromLibrary(args.bundlePath, args.entrypoint, args.libraryPath, this.mContext.resourceManager, null); + this.applicationIsRunning = true; + } + + isApplicationRunning(): boolean { + return this.applicationIsRunning; + } + + // getObservatoryUri(): string { + // return this.mFlutterNapi.getObservatoryUri(); + // } +} + +class EngineLifecycleListenerImpl implements EngineLifecycleListener { + private flutterView: FlutterView; + private pluginRegistry: FlutterPluginRegistry; + + onPreEngineRestart(): void { + if (this.flutterView != null) { + //this.flutterView.resetAccessibilityTree(); + } + + if (this.pluginRegistry == null) { + return; + } + + this.pluginRegistry.onPreEngineRestart(); + } + + onEngineWillDestroy(): void { + + } + + constructor(flutterView: FlutterView, pluginRegistry: FlutterPluginRegistry) { + this.flutterView = flutterView; + this.pluginRegistry = pluginRegistry; + } +} + + diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/FlutterRunArguments.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/FlutterRunArguments.ets new file mode 100644 index 0000000000000000000000000000000000000000..1d3a6600b1722768890ebe8fb2945812a3599bff --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/FlutterRunArguments.ets @@ -0,0 +1,19 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +export default class FlutterRunArguments { + public bundlePath: string; + public entrypoint: string; + public libraryPath: string; +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/FlutterView.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/FlutterView.ets new file mode 100644 index 0000000000000000000000000000000000000000..c35ccfec5d8c48994c63308a5a82ae1bc40dbbc9 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/FlutterView.ets @@ -0,0 +1,17 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +export class FlutterView { + +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/TextureRegistry.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/TextureRegistry.ets new file mode 100644 index 0000000000000000000000000000000000000000..f769c8c48ded70f0a092437cb522c8e8b60531a8 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/TextureRegistry.ets @@ -0,0 +1,35 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +export interface TextureRegistry { + + createSurfaceTexture(): SurfaceTextureEntry; + registerSurfaceTexture(): SurfaceTextureEntry; + + onTrimMemory(level: number) : void; +} + +interface SurfaceTextureEntry { + id(): number; + + release(): void; +} + +interface OnFrameConsumedListener { + onFrameConsumed(): void; +} + +interface OnTrimMemoryListener { + onTrimMemory(level: number) : void; +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/module.json b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/module.json new file mode 100644 index 0000000000000000000000000000000000000000..7fa2db04597c775a12de37f1581fec38009a0127 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/module.json @@ -0,0 +1,20 @@ +{ + "app": { + "bundleName": "net.openvalley.helloworld", + "debug": true, + "versionCode": 1000000, + "versionName": "1.0.0", + "minAPIVersion": 40000010, + "targetAPIVersion": 40000010, + "apiReleaseType": "Release", + "compileSdkVersion": "4.0.0.40", + "compileSdkType": "HarmonyOS" + }, + "module": { + "name": "flutter_embedding", + "type": "har", + "deviceTypes": [ + "default" + ] + } +} diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/resources/base/element/string.json b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..1e76de0c66777cfe83568615c5c2e68c61d23fed --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/resources/base/element/string.json @@ -0,0 +1,8 @@ +{ + "string": [ + { + "name": "page_show", + "value": "page from npm package" + } + ] +} diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/resources/en_US/element/string.json b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/resources/en_US/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..1e76de0c66777cfe83568615c5c2e68c61d23fed --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/resources/en_US/element/string.json @@ -0,0 +1,8 @@ +{ + "string": [ + { + "name": "page_show", + "value": "page from npm package" + } + ] +} diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/resources/zh_CN/element/string.json b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/resources/zh_CN/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..1e76de0c66777cfe83568615c5c2e68c61d23fed --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/resources/zh_CN/element/string.json @@ -0,0 +1,8 @@ +{ + "string": [ + { + "name": "page_show", + "value": "page from npm package" + } + ] +} diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/src/main/ets/io/flutter/plugins/pathprovider/Messages.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/src/main/ets/io/flutter/plugins/pathprovider/Messages.ets new file mode 100644 index 0000000000000000000000000000000000000000..2e637bff53eb7b835e5926f8fe193379f0d081b9 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/src/main/ets/io/flutter/plugins/pathprovider/Messages.ets @@ -0,0 +1,263 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +import Log from '@ohos/flutter_ohos/src/main/ets/util/Log'; +import BasicMessageChannel from '@ohos/flutter_ohos/src/main/ets/plugin/common/BasicMessageChannel'; +import { BinaryMessenger } from '@ohos/flutter_ohos/src/main/ets/plugin/common/BinaryMessenger'; +import MessageCodec from '@ohos/flutter_ohos/src/main/ets/plugin/common/MessageCodec'; +import StandardMessageCodec from '@ohos/flutter_ohos/src/main/ets/plugin/common/StandardMessageCodec'; + +export enum StorageDirectory { + ROOT = 0, + MUSIC = 1, + PODCASTS = 2, + RINGTONES = 3, + ALARMS = 4, + NOTIFICATIONS = 5, + PICTURES = 6, + MOVIES = 7, + DOWNLOADS = 8, + DCIM = 9, + DOCUMENTS = 10 +} + +const TAG: string = "Message"; + +export default class Messages { + static wrapError(exception: Error): Array { + const errorList: Array = new Array(); + if (exception instanceof FlutterError) { + const error = exception; + errorList.push(error.code); + errorList.push(error.message); + errorList.push(error.details); + } else { + errorList.push(exception.name); + errorList.push(exception.message); + errorList.push(exception.stack); + } + return errorList; + } +} + +export class FlutterError extends Error { + code: string; + details: ESObject; + + constructor(code: string, message: string, details: ESObject) { + super(message); + this.code = code; + this.details = details; + } +} + +export abstract class PathProviderApi { + abstract getTemporaryPath(): string; + + abstract getApplicationSupportPath(): string; + + abstract getApplicationDocumentsPath(): string; + + abstract getApplicationCachePath(): string; + + abstract getExternalStoragePath(): string; + + abstract getExternalCachePaths(): Array; + + abstract getExternalStoragePaths(directory: StorageDirectory): Array; + + static getCodec(): MessageCodec { + return new StandardMessageCodec(); + } + + static setup(binaryMessenger: BinaryMessenger, api: PathProviderApi) { + { + const channel: BasicMessageChannel = + new BasicMessageChannel( + binaryMessenger, + "dev.flutter.pigeon.PathProviderApi.getTemporaryPath", + PathProviderApi.getCodec()); + if (api != null) { + channel.setMessageHandler({ + onMessage: (message: ESObject, reply: ESObject) => { + Log.i(TAG, "setup on message : " + message); + let wrapped: Array = new Array(); + try { + const output = api.getTemporaryPath(); + wrapped.push(output); + } catch (err) { + const wrappedError: Array = Messages.wrapError(err); + wrapped = wrappedError; + } + reply.reply(wrapped); + } + }) + } else { + channel.setMessageHandler(null); + } + } + { + const channel: BasicMessageChannel = + new BasicMessageChannel( + binaryMessenger, + "dev.flutter.pigeon.PathProviderApi.getApplicationSupportPath", + PathProviderApi.getCodec()); + if (api != null) { + channel.setMessageHandler({ + onMessage: (message: ESObject, reply: ESObject) => { + Log.i(TAG, "setup on message : " + message); + let wrapped: Array = new Array(); + try { + const output = api.getApplicationSupportPath(); + wrapped.push(output); + } catch (err) { + const wrappedError: Array = Messages.wrapError(err); + wrapped = wrappedError; + } + reply.reply(wrapped); + } + }) + } else { + channel.setMessageHandler(null); + } + } + { + const channel: BasicMessageChannel = + new BasicMessageChannel( + binaryMessenger, + "dev.flutter.pigeon.PathProviderApi.getApplicationDocumentsPath", + PathProviderApi.getCodec()); + if (api != null) { + channel.setMessageHandler({ + onMessage: (message: ESObject, reply: ESObject) => { + Log.i(TAG, "setup on message : " + message); + let wrapped: Array = new Array(); + try { + const output = api.getApplicationDocumentsPath(); + wrapped.push(output); + } catch (err) { + const wrappedError: Array = Messages.wrapError(err); + wrapped = wrappedError; + } + reply.reply(wrapped); + } + }) + } else { + channel.setMessageHandler(null); + } + } + { + const channel: BasicMessageChannel = + new BasicMessageChannel( + binaryMessenger, + "dev.flutter.pigeon.PathProviderApi.getApplicationCachePath", + PathProviderApi.getCodec()); + if (api != null) { + channel.setMessageHandler({ + onMessage: (message: ESObject, reply: ESObject) => { + Log.i(TAG, "setup on message : " + message); + let wrapped: Array = new Array(); + try { + const output = api.getApplicationCachePath(); + wrapped.push(output); + } catch (err) { + const wrappedError: Array = Messages.wrapError(err); + wrapped = wrappedError; + } + reply.reply(wrapped); + } + }) + } else { + channel.setMessageHandler(null); + } + } + { + const channel: BasicMessageChannel = + new BasicMessageChannel( + binaryMessenger, + "dev.flutter.pigeon.PathProviderApi.getExternalStoragePath", + PathProviderApi.getCodec()); + if (api != null) { + channel.setMessageHandler({ + onMessage: (message: ESObject, reply: ESObject) => { + Log.i(TAG, "setup on message : " + message); + let wrapped: Array = new Array(); + try { + const output = api.getExternalStoragePath(); + wrapped.push(output); + } catch (err) { + const wrappedError: Array = Messages.wrapError(err); + wrapped = wrappedError; + } + reply.reply(wrapped); + } + }) + } else { + channel.setMessageHandler(null); + } + } + { + const channel: BasicMessageChannel = + new BasicMessageChannel( + binaryMessenger, + "dev.flutter.pigeon.PathProviderApi.getExternalCachePaths", + PathProviderApi.getCodec()); + if (api != null) { + channel.setMessageHandler({ + onMessage: (message: ESObject, reply: ESObject) => { + Log.i(TAG, "setup on message : " + message); + let wrapped: Array = new Array(); + try { + const output = api.getExternalCachePaths(); + wrapped.push(output); + } catch (err) { + const wrappedError: Array = Messages.wrapError(err); + wrapped = wrappedError; + } + reply.reply(wrapped); + } + }) + } else { + channel.setMessageHandler(null); + } + } + { + const channel: BasicMessageChannel = + new BasicMessageChannel( + binaryMessenger, + "dev.flutter.pigeon.PathProviderApi.getExternalStoragePaths", + PathProviderApi.getCodec()); + if (api != null) { + channel.setMessageHandler({ + onMessage: (message: ESObject, reply: ESObject) => { + Log.i(TAG, "setup on message : " + message); + let wrapped: Array = new Array(); + let args: Array = message; + const directoryArg: StorageDirectory = args[0] == null ? null : args[0]; + try { + const output = api.getExternalStoragePaths(directoryArg); + wrapped.push(output); + } catch (err) { + const wrappedError: Array = Messages.wrapError(err); + wrapped = wrappedError; + } + reply.reply(wrapped); + } + }) + } else { + channel.setMessageHandler(null); + } + } + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/src/main/ets/io/flutter/plugins/pathprovider/PathProviderPlugin.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/src/main/ets/io/flutter/plugins/pathprovider/PathProviderPlugin.ets new file mode 100644 index 0000000000000000000000000000000000000000..5a5b77bd51ece438a42219ef270c8f4c759886b9 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/src/main/ets/io/flutter/plugins/pathprovider/PathProviderPlugin.ets @@ -0,0 +1,171 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +import common from '@ohos.app.ability.common'; +import AbilityAware from '@ohos/flutter_ohos/src/main/ets/embedding/engine/plugins/ability/AbilityAware'; +import { + AbilityPluginBinding +} from '@ohos/flutter_ohos/src/main/ets/embedding/engine/plugins/ability/AbilityPluginBinding'; +import { + FlutterPlugin, + FlutterPluginBinding +} from '@ohos/flutter_ohos/src/main/ets/embedding/engine/plugins/FlutterPlugin'; +import Log from '@ohos/flutter_ohos/src/main/ets/util/Log'; +import PathUtils from '@ohos/flutter_ohos/src/main/ets/util/PathUtils'; +import { BinaryMessenger } from '@ohos/flutter_ohos/src/main/ets/plugin/common/BinaryMessenger'; +import { PathProviderApi, StorageDirectory } from './Messages'; +import fs from '@ohos.file.fs'; + +const TAG: string = "PathProviderPlugin"; + +export default class PathProviderPlugin extends PathProviderApi implements FlutterPlugin, AbilityAware { + private pluginBinding: FlutterPluginBinding; + private context: common.Context; + + constructor(context?: common.Context) { + super(); + if (context) { + this.context = context; + } + } + + getUniqueClassName(): string { + return TAG; + } + + onAttachedToEngine(binding: FlutterPluginBinding): void { + this.pluginBinding = binding; + } + + onDetachedFromEngine(binding: FlutterPluginBinding): void { + this.pluginBinding = null; + } + + onAttachedToAbility(binding: AbilityPluginBinding): void { + Log.i(TAG, "onAttachedToAbility"); + this.setup(this.pluginBinding.getBinaryMessenger(), this.pluginBinding.getApplicationContext()); + } + + onDetachedFromAbility(): void { + } + + static registerWith(): void { + } + + setup(messenger: BinaryMessenger, context: common.Context) { + try { + PathProviderApi.setup(messenger, this); + } catch (err) { + Log.e(TAG, "Received exception while setting up PathProviderPlugin", err); + } + this.context = context; + } + + getTemporaryPath(): string { + return this.getPathProviderTemporaryDirectory(); + } + + getApplicationSupportPath(): string { + return this.getApplicationSupportDirectory(); + } + + getApplicationDocumentsPath(): string { + return this.getPathProviderApplicationDocumentsDirectory(); + } + + getApplicationCachePath(): string { + return this.context.cacheDir; + } + + getExternalStoragePath(): string { + return this.getPathProviderStorageDirectory(); + } + + getExternalCachePaths(): Array { + return this.getPathProviderExternalCacheDirectories(); + } + + getExternalStoragePaths(directory: StorageDirectory): Array { + return this.getPathProviderExternalStorageDirectories(directory); + } + + private getPathProviderTemporaryDirectory(): string { + return this.context.tempDir; + } + + private getApplicationSupportDirectory(): string { + return PathUtils.getFilesDir(this.context); + } + + private getPathProviderApplicationDocumentsDirectory(): string { + return PathUtils.getDataDirectory(this.context); + } + + private getPathProviderStorageDirectory(): string { + return this.context.filesDir; + } + + private getPathProviderExternalCacheDirectories(): Array { + const paths = new Array(); + paths.push(this.context.cacheDir); + return paths; + } + + private getStorageDirectoryString(directory: StorageDirectory): string { + switch (directory) { + case StorageDirectory.ROOT: + return ""; + case StorageDirectory.MUSIC: + return "music"; + case StorageDirectory.PODCASTS: + return "podcasts"; + case StorageDirectory.RINGTONES: + return "ringtones"; + case StorageDirectory.ALARMS: + return "alarms"; + case StorageDirectory.NOTIFICATIONS: + return "notifications"; + case StorageDirectory.PICTURES: + return "pictures"; + case StorageDirectory.MOVIES: + return "movies"; + case StorageDirectory.DOWNLOADS: + return "downloads"; + case StorageDirectory.DCIM: + return "dcim"; + case StorageDirectory.DOCUMENTS: + return "documents"; + default: + throw new Error("Unrecognized directory: " + directory); + } + } + + private getPathProviderExternalStorageDirectories(directory: StorageDirectory): Array { + const paths = new Array(); + const filePath = this.context.filesDir + "/" + this.getStorageDirectoryString(directory); + if (!fs.accessSync(filePath)) { + try { + fs.mkdirSync(filePath); + paths.push(filePath); + Log.i(TAG, "no directory " + filePath + " create success"); + } catch (err) { + Log.e(TAG, "mkdirSync failed err:" + err); + } + } else { + paths.push(filePath); + } + + return paths; + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/src/main/module.json5 b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/src/main/module.json5 new file mode 100644 index 0000000000000000000000000000000000000000..919e99075acd45b32ff083dc220944c1a44fe1b9 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/src/main/module.json5 @@ -0,0 +1,24 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +{ + "module": { + "name": "path_provider", + "type": "har", + "deviceTypes": [ + "default", + "tablet" + ] + } +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/src/main/resources/base/element/string.json b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/src/main/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..1e76de0c66777cfe83568615c5c2e68c61d23fed --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/src/main/resources/base/element/string.json @@ -0,0 +1,8 @@ +{ + "string": [ + { + "name": "page_show", + "value": "page from npm package" + } + ] +} diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/src/main/resources/en_US/element/string.json b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/src/main/resources/en_US/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..1e76de0c66777cfe83568615c5c2e68c61d23fed --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/src/main/resources/en_US/element/string.json @@ -0,0 +1,8 @@ +{ + "string": [ + { + "name": "page_show", + "value": "page from npm package" + } + ] +} diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/src/main/resources/zh_CN/element/string.json b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/src/main/resources/zh_CN/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..1e76de0c66777cfe83568615c5c2e68c61d23fed --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/src/main/resources/zh_CN/element/string.json @@ -0,0 +1,8 @@ +{ + "string": [ + { + "name": "page_show", + "value": "page from npm package" + } + ] +} diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/src/test/List.test.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/src/test/List.test.ets new file mode 100644 index 0000000000000000000000000000000000000000..f531b463170fee5810a4a0769144e37178423376 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/src/test/List.test.ets @@ -0,0 +1,19 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +import localUnitTest from './LocalUnit.test'; + +export default function testsuite() { + localUnitTest() +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/src/test/LocalUnit.test.ets b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/src/test/LocalUnit.test.ets new file mode 100644 index 0000000000000000000000000000000000000000..09e8c31615db192dfd1630cca3af89d5f26a4069 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/ohos/path_provider/src/test/LocalUnit.test.ets @@ -0,0 +1,47 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium'; + +export default function localUnitTest() { + describe('localUnitTest', function () { + // Defines a test suite. Two parameters are supported: test suite name and test suite function. + beforeAll(function () { + // Presets an action, which is performed only once before all test cases of the test suite start. + // This API supports only one parameter: preset action function. + }); + beforeEach(function () { + // Presets an action, which is performed before each unit test case starts. + // The number of execution times is the same as the number of test cases defined by **it**. + // This API supports only one parameter: preset action function. + }); + afterEach(function () { + // Presets a clear action, which is performed after each unit test case ends. + // The number of execution times is the same as the number of test cases defined by **it**. + // This API supports only one parameter: clear action function. + }); + afterAll(function () { + // Presets a clear action, which is performed after all test cases of the test suite end. + // This API supports only one parameter: clear action function. + }); + it('assertContain', 0, function () { + // Defines a test case. This API supports three parameters: test case name, filter parameter, and test case function. + let a = 'abc'; + let b = 'b'; + // Defines a variety of assertion methods, which are used to declare expected boolean conditions. + expect(a).assertContain(b); + expect(a).assertEqual(a); + }); + }); +} \ No newline at end of file diff --git a/ohos/flutter_archive/path_provider_ohos/pubspec.yaml b/ohos/flutter_archive/path_provider_ohos/pubspec.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b5e63fc7f895a2391258afecee89e5132d609f55 --- /dev/null +++ b/ohos/flutter_archive/path_provider_ohos/pubspec.yaml @@ -0,0 +1,45 @@ +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +name: path_provider_ohos +description: Ohos implementation of the path_provider plugin. +repository: https://github.com/flutter/packages/tree/main/packages/path_provider/path_provider_ohos +issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+path_provider%22 +version: 1.0.0 + +environment: +# sdk: ">=2.18.0 <4.0.0" + sdk: '>=2.19.6 <3.0.0' +# flutter: ">=3.3.0" + +flutter: + plugin: + implements: path_provider + platforms: + ohos: + package: io.flutter.plugins.pathprovider + pluginClass: PathProviderPlugin + dartPluginClass: PathProviderOhos + +dependencies: + flutter: + sdk: flutter + path_provider_platform_interface: ^2.0.1 + +dev_dependencies: + flutter_test: + sdk: flutter + integration_test: + sdk: flutter + pigeon: ^9.2.4 + test: ^1.16.0 diff --git a/ohos/flutter_archive/pubspec.yaml b/ohos/flutter_archive/pubspec.yaml new file mode 100644 index 0000000000000000000000000000000000000000..abfeda3bba409d47cf3751ac9bd6219faea31554 --- /dev/null +++ b/ohos/flutter_archive/pubspec.yaml @@ -0,0 +1,160 @@ +# Copyright (c) 2023 Huawei Device Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +name: flutter_archive +description: A new Flutter project. + +publish_to: none + +# The following defines the version and build number for your application. +# A version number is three numbers separated by dots, like 1.2.43 +# followed by an optional build number separated by a +. +# Both the version and the builder number may be overridden in flutter +# build by specifying --build-name and --build-number, respectively. +# In Android, build-name is used as versionName while build-number used as versionCode. +# Read more about Android versioning at https://developer.android.com/studio/publish/versioning +# In iOS, build-name is used as CFBundleShortVersionString while build-number is used as CFBundleVersion. +# Read more about iOS versioning at +# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html +# In Windows, build-name is used as the major, minor, and patch parts +# of the product and file versions while build-number is used as the build suffix. +version: 1.0.0+1 + +environment: + sdk: '>=2.19.6 <3.0.0' + +# Dependencies specify other packages that your package needs in order to work. +# To automatically upgrade your package dependencies to the latest versions +# consider running `flutter pub upgrade --major-versions`. Alternatively, +# dependencies can be manually updated by changing the version numbers below to +# the latest version available on pub.dev. To see which dependencies have newer +# versions available, run `flutter pub outdated`. +dependencies: + flutter: + sdk: flutter + + archive: 3.4.6 + crypto: ^3.0.0 + path: ^1.8.0 + pointycastle: ^3.6.2 + #path_provider: ^2.0.10 + path_provider_ohos: + path: ./path_provider_ohos + path_provider_platform_interface: ^2.0.1 + + # The following adds the Cupertino Icons font to your application. + # Use with the CupertinoIcons class for iOS style icons. + cupertino_icons: ^1.0.2 + +dev_dependencies: + # flutter_test: + # sdk: flutter + + http: ^0.13.3 + + # The "flutter_lints" package below contains a set of recommended lints to + # encourage good coding practices. The lint set provided by the package is + # activated in the `analysis_options.yaml` file located at the root of your + # package. See that file for information about deactivating specific lint + # rules and activating additional ones. + flutter_lints: ^2.0.0 + + + +# For information on the generic Dart part of this file, see the +# following page: https://dart.dev/tools/pub/pubspec + +# The following section is specific to Flutter packages. +flutter: + + # The following line ensures that the Material Icons font is + # included with your application, so that you can use the icons in + # the material Icons class. + uses-material-design: true + + # To add assets to your application, add an assets section, like this: + # assets: + # - images/a_dot_burr.jpeg + # - images/a_dot_ham.jpeg + + # An image asset can refer to one or more resolution-specific "variants", see + # https://flutter.dev/assets-and-images/#resolution-aware + + # For details regarding adding assets from package dependencies, see + # https://flutter.dev/assets-and-images/#from-packages + + # To add custom fonts to your application, add a fonts section here, + # in this "flutter" section. Each entry in this list should have a + # "family" key with the font family name, and a "fonts" key with a + # list giving the asset and other descriptors for the font. For + # example: + # fonts: + # - family: Schyler + # fonts: + # - asset: fonts/Schyler-Regular.ttf + # - asset: fonts/Schyler-Italic.ttf + # style: italic + # - family: Trajan Pro + # fonts: + # - asset: fonts/TrajanPro.ttf + # - asset: fonts/TrajanPro_Bold.ttf + # weight: 700 + # + # For details regarding fonts from package dependencies, + # see https://flutter.dev/custom-fonts/#from-packages + + assets: + - assets/res/cat.jpg + - assets/res/cat.jpg.gz + - assets/res/a.txt.gz + - assets/res/test.tar + - assets/res/test2.tar + - assets/res/test2.tar.gz + - assets/res/tarurls.txt + - assets/res/inflate/data.bin + - assets/res/tar/gnu.tar + - assets/res/tar/star.tar + - assets/res/tar/v7.tar + - assets/res/tar/pax.tar + - assets/res/tar/nil-uid.tar + - assets/res/tar/x.tar + - assets/res/tar/symlink_tar.tar + - assets/res/xz/good-1-lzma2-1.xz + - assets/res/xz/empty.xz + - assets/res/xz/hello.xz + - assets/res/xz/crc32.xz + - assets/res/xz/crc64.xz + - assets/res/xz/sha256.xz + - assets/res/xz/nocheck.xz + - assets/res/xz/hello-hello-hello.xz + - assets/res/xz/cat.jpg.xz + - assets/res/zip/android-javadoc.zip + - assets/res/zip/utf.zip + - assets/res/zip/zipCrypto.zip + - assets/res/zip/aes256.zip + - assets/res/zip/password_zipcrypto.zip + - assets/res/zip/test.zip + - assets/res/zip/test-trailing-junk.zip + - assets/res/zip/symlink.zip + - assets/res/zip/readme.zip + - assets/res/zip/dd.zip + - assets/res/zip/winxp.zip + - assets/res/zip/go-no-datadesc-sig.zip + - assets/res/zip/go-with-datadesc-sig.zip + - assets/res/zip/crc32-not-streamed.zip + - assets/res/zip/zip64.zip + - assets/res/zip/hello.txt + - assets/res/zip/readme.notzip + - assets/res/bzip2/test.bz2 + + \ No newline at end of file diff --git a/ohos/flutter_archive/test/widget_test.dart b/ohos/flutter_archive/test/widget_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..9757f05be2e125ed3ebca79d22429313b81baa07 --- /dev/null +++ b/ohos/flutter_archive/test/widget_test.dart @@ -0,0 +1,44 @@ +/* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +// This is a basic Flutter widget test. +// +// To perform an interaction with a widget in your test, use the WidgetTester +// utility in the flutter_test package. For example, you can send tap and scroll +// gestures. You can also use WidgetTester to find child widgets in the widget +// tree, read text, and verify that the values of widget properties are correct. + +import 'package:flutter/material.dart'; +import 'package:flutter_test/flutter_test.dart'; + +import 'package:flutter_archive/main.dart'; + +void main() { + testWidgets('Counter increments smoke test', (WidgetTester tester) async { + // Build our app and trigger a frame. + await tester.pumpWidget(const MyApp()); + + // Verify that our counter starts at 0. + expect(find.text('0'), findsOneWidget); + expect(find.text('1'), findsNothing); + + // Tap the '+' icon and trigger a frame. + await tester.tap(find.byIcon(Icons.add)); + await tester.pump(); + + // Verify that our counter has incremented. + expect(find.text('0'), findsNothing); + expect(find.text('1'), findsOneWidget); + }); +} diff --git a/ohos/flutter_characters/.gitignore b/ohos/flutter_characters/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..24476c5d1eb55824c76d8b01a3965f94abad1ef8 --- /dev/null +++ b/ohos/flutter_characters/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ +migrate_working_dir/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +**/doc/api/ +**/ios/Flutter/.last_build_id +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Android Studio will place build artifacts here +/android/app/debug +/android/app/profile +/android/app/release diff --git a/ohos/flutter_characters/.metadata b/ohos/flutter_characters/.metadata new file mode 100644 index 0000000000000000000000000000000000000000..d07c0afb6812b08a64d23b369ba37e066ea83244 --- /dev/null +++ b/ohos/flutter_characters/.metadata @@ -0,0 +1,44 @@ + /* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +# This file tracks properties of this Flutter project. +# Used by Flutter tool to assess capabilities and perform upgrades etc. +# +# This file should be version controlled. + +version: + revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + channel: master + +project_type: app + +# Tracks metadata for the flutter migrate command +migration: + platforms: + - platform: root + create_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + base_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + - platform: ohos + create_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + base_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + + # User provided section + + # List of Local paths (relative to this file) that should be + # ignored by the migrate tool. + # + # Files that are not part of the templates will be ignored by default. + unmanaged_files: + - 'lib/main.dart' + - 'ios/Runner.xcodeproj/project.pbxproj' diff --git a/ohos/flutter_characters/README.md b/ohos/flutter_characters/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/ohos/flutter_characters/analysis_options.yaml b/ohos/flutter_characters/analysis_options.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7814013c895a5ab88ab0bb58d8cfa716f9be5654 --- /dev/null +++ b/ohos/flutter_characters/analysis_options.yaml @@ -0,0 +1,42 @@ +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# This file configures the analyzer, which statically analyzes Dart code to +# check for errors, warnings, and lints. +# +# The issues identified by the analyzer are surfaced in the UI of Dart-enabled +# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be +# invoked from the command line by running `flutter analyze`. + +# The following line activates a set of recommended lints for Flutter apps, +# packages, and plugins designed to encourage good coding practices. +include: package:flutter_lints/flutter.yaml + +linter: + # The lint rules applied to this project can be customized in the + # section below to disable rules from the `package:flutter_lints/flutter.yaml` + # included above or to enable additional rules. A list of all available lints + # and their documentation is published at + # https://dart-lang.github.io/linter/lints/index.html. + # + # Instead of disabling a lint rule for the entire project in the + # section below, it can also be suppressed for a single line of code + # or a specific dart file by using the `// ignore: name_of_lint` and + # `// ignore_for_file: name_of_lint` syntax on the line or in the file + # producing the lint. + rules: + # avoid_print: false # Uncomment to disable the `avoid_print` rule + # prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule + +# Additional information about this file can be found at +# https://dart.dev/guides/language/analysis-options diff --git a/ohos/flutter_characters/lib/common/base_page.dart b/ohos/flutter_characters/lib/common/base_page.dart new file mode 100644 index 0000000000000000000000000000000000000000..6604dc542299efe79ea8ac7eaad7f22dfd90e811 --- /dev/null +++ b/ohos/flutter_characters/lib/common/base_page.dart @@ -0,0 +1,52 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; +import 'package:flutter_characters/common/test_route.dart'; + +import 'main_item_widget.dart'; + +/// 全局静态数据存储 +abstract class GlobalData { + static String appName = ''; +} + +/// app基本首页 +class BasePage extends StatefulWidget { + const BasePage({super.key, required this.data}); + + final List data; + + @override + State createState() => _BasePageState(); +} + +class _BasePageState extends State { + int get _itemCount => widget.data.length; + + @override + Widget build(BuildContext context) { + return Scaffold( + appBar: AppBar( + title: Center(child: Text(GlobalData.appName, textAlign: TextAlign.center)), + ), + body: ListView.builder(itemBuilder: _itemBuilder, itemCount: _itemCount)); + } + + Widget _itemBuilder(BuildContext context, int index) { + return MainItemWidget(widget.data[index], (MainItem item) { + Navigator.of(context).pushNamed(item.route!); + }); + } +} diff --git a/ohos/flutter_characters/lib/common/item_widget.dart b/ohos/flutter_characters/lib/common/item_widget.dart new file mode 100644 index 0000000000000000000000000000000000000000..f0f6f5e44195b85e92965b8821f9e5756aca7d99 --- /dev/null +++ b/ohos/flutter_characters/lib/common/item_widget.dart @@ -0,0 +1,125 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/cupertino.dart'; +import 'package:flutter/material.dart'; +import 'package:flutter_characters/common/test_page.dart'; + +/// Item widget. +class ItemWidget extends StatefulWidget { + /// Item widget. + const ItemWidget( + {required this.item, required this.index, required this.getGroupRange, required this.runGroup, required this.onTap, this.summary, Key? key}) + : super(key: key); + + /// item summary. + final String? summary; + + /// item data. + final Item item; + + /// 当前下标 + final int index; + + /// 获取对应的组信息 + final GroupRange Function() getGroupRange; + + /// 获取对应的组信息 + final void Function(int start, int end) runGroup; + + /// Action when pressed (typically run). + final void Function(Item item) onTap; + + @override + ItemWidgetState createState() => ItemWidgetState(); +} + +class ItemWidgetState extends State { + @override + Widget build(BuildContext context) { + IconData? icon; + Color? color; + + switch (widget.item.state) { + case ItemState.none: + icon = Icons.arrow_forward_ios; + break; + case ItemState.running: + icon = Icons.more_horiz; + break; + case ItemState.success: + icon = Icons.check; + color = Colors.green; + break; + case ItemState.failure: + icon = Icons.close; + color = Colors.red; + break; + } + + final Widget listTile = ListTile( + leading: SizedBox( + child: IconButton( + icon: Icon(icon, color: color), + onPressed: null, + )), + title: Text(widget.item.name), + subtitle: widget.summary != null ? Text(widget.summary!) : null, + onTap: () { + widget.onTap(widget.item); + }); + + final data = widget.getGroupRange(); + + return Column( + mainAxisAlignment: MainAxisAlignment.start, + crossAxisAlignment: CrossAxisAlignment.start, + children: [ + if (data.groupName.isNotEmpty && data.startIndex == widget.index) + GestureDetector( + onTap: () {}, + child: Container( + height: 35, + decoration: BoxDecoration(color: CupertinoColors.extraLightBackgroundGray), + child: Row( + mainAxisAlignment: MainAxisAlignment.spaceBetween, + children: [ + Text( + '测试组: ${data.groupName}', + style: TextStyle(fontSize: 18), + ), + FilledButton( + onPressed: () => widget.runGroup(data.startIndex, data.startIndex), + child: Text( + '整组测试', + style: TextStyle(fontSize: 16), + )) + ], + ), + ), + ), + Container( + margin: data.groupName.isNotEmpty && data.startIndex == widget.index ? EdgeInsets.only(bottom: 10) : null, + decoration: BoxDecoration( + border: data.groupName.isNotEmpty && data.endIndex == widget.index ? Border(bottom: BorderSide(color: Colors.grey)) : null, + ), + child: Padding( + padding: data.groupName.isNotEmpty && data.startIndex <= widget.index && data.endIndex >= widget.index ? EdgeInsets.only(left: 35) : EdgeInsets.zero, + child: listTile, + ), + ) + ], + ); + } +} diff --git a/ohos/flutter_characters/lib/common/main_item_widget.dart b/ohos/flutter_characters/lib/common/main_item_widget.dart new file mode 100644 index 0000000000000000000000000000000000000000..1d865939e92b316cde376d2fbe8d8d51d2e8ab16 --- /dev/null +++ b/ohos/flutter_characters/lib/common/main_item_widget.dart @@ -0,0 +1,50 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/cupertino.dart'; +import 'package:flutter/material.dart'; +import 'package:flutter_characters/common/test_route.dart'; + +/// Main item widget. +class MainItemWidget extends StatefulWidget { + /// Main item widget. + const MainItemWidget(this.item, this.onTap, {Key? key}) : super(key: key); + + /// item data. + final MainItem item; + + /// onTap action (typically run or open). + final void Function(MainItem item) onTap; + + @override + MainItemWidgetState createState() => MainItemWidgetState(); +} + +class MainItemWidgetState extends State { + @override + Widget build(BuildContext context) { + return Container( + margin: const EdgeInsets.only(bottom: 10), + child: ListTile( + tileColor: CupertinoColors.extraLightBackgroundGray, + title: Text(widget.item.title), + subtitle: Text(widget.item.description), + onTap: _onTap), + ); + } + + void _onTap() { + widget.onTap(widget.item); + } +} diff --git a/ohos/flutter_characters/lib/common/test_model_app.dart b/ohos/flutter_characters/lib/common/test_model_app.dart new file mode 100644 index 0000000000000000000000000000000000000000..2ece7a60e0de43e43ff01655f505bc18810c554a --- /dev/null +++ b/ohos/flutter_characters/lib/common/test_model_app.dart @@ -0,0 +1,51 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'base_page.dart'; +import 'test_route.dart'; + +/// 基础app框架 +class TestModelApp extends StatefulWidget { + TestModelApp({super.key, required this.appName, required this.data}) { + GlobalData.appName = appName; + } + + /// 测试包名称 + final String appName; + + /// 路由数据 + final TestRoute data; + + @override + State createState() => TestModelState(); +} + +class TestModelState extends State { + @override + Widget build(BuildContext context) { + return MaterialApp( + title: widget.appName, + theme: ThemeData( + colorScheme: ColorScheme.fromSeed(seedColor: Colors.blue), + appBarTheme: const AppBarTheme(backgroundColor: Colors.blue), + primarySwatch: Colors.blue, + useMaterial3: true, + ), + routes: widget.data.routes, + initialRoute: '/', + ); + } +} diff --git a/ohos/flutter_characters/lib/common/test_page.dart b/ohos/flutter_characters/lib/common/test_page.dart new file mode 100644 index 0000000000000000000000000000000000000000..c117beed18067bdcabff2e3c498b3554241b4d75 --- /dev/null +++ b/ohos/flutter_characters/lib/common/test_page.dart @@ -0,0 +1,324 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:async'; + +import 'package:flutter/material.dart'; + +import 'item_widget.dart'; + +List contentList = []; + +class Test { + /// Test definition. + Test(this.name, this.fn, {bool? solo, bool? skip}) + : solo = solo == true, + skip = skip == true; + + /// Only run this test. + final bool solo; + + /// Skip this test. + final bool skip; + + /// Test name. + String name; + + /// Test body. + FutureOr Function() fn; +} + +/// Item states. +enum ItemState { + /// test not run yet. + none, + + /// test is running. + running, + + /// test succeeded. + success, + + /// test fails. + failure +} + +/// Menu item. +class Item { + /// Menu item. + Item(this.name); + + /// Menu item state. + ItemState state = ItemState.running; + + /// Menu item name/ + String name; +} + +class TestLength { + TestLength(this.oldLength, this.newLength); + + int oldLength; + int newLength; +} + +class GroupRange { + GroupRange(this.groupName, this.startIndex, this.endIndex); + + String groupName; + int startIndex; + int endIndex; +} + +/// 基础测试页面 +class TestPage extends StatefulWidget { + /// Base test page. + TestPage(this.title, {Key? key}) : super(key: key); + + /// The title. + final String title; + + /// Test list. + final List tests = []; + + /// 保存group的范围信息 + final Map groupTitle = {}; + + /// define a test. + void test(String name, FutureOr Function() fn) { + tests.add(Test(name, fn)); + } + + /// define a group test. + void group(String name, FutureOr Function() fn) { + int oldLength = tests.length; + fn(); + + int newLength = tests.length - 1; + groupTitle.addAll({name: TestLength(oldLength, newLength)}); + } + + /// Thrown an exception + void fail([String? message]) { + throw Exception(message ?? 'should fail'); + } + + @override + TestPageState createState() => TestPageState(); +} + +/// Group. +mixin Group { + /// List of tests. + List get tests { + // TODO: implement tests + throw UnimplementedError(); + } + + bool? _hasSolo; + final _tests = []; + + /// Add a test. + void add(Test test) { + if (!test.skip) { + if (test.solo) { + if (_hasSolo != true) { + _hasSolo = true; + _tests.clear(); + } + _tests.add(test); + } else if (_hasSolo != true) { + _tests.add(test); + } + } + } + + /// true if it has solo or contains item with solo feature + bool? get hasSolo => _hasSolo; +} + +class TestPageState extends State with Group { + List items = []; + + Future _run() async { + if (!mounted) { + return null; + } + + setState(() { + items.clear(); + }); + _tests.clear(); + for (var test in widget.tests) { + add(test); + } + for (var test in _tests) { + var item = Item(test.name); + contentList.add(Text(test.name, style: const TextStyle(fontSize: 18, color: Colors.green))); + + late int position; + setState(() { + position = items.length; + items.add(item); + }); + try { + await test.fn(); + item = Item(test.name)..state = ItemState.success; + print('ohFlutter: ${test.name}, result: success'); + } catch (e, st) { + contentList.add(Text('$e, $st', style: const TextStyle(fontSize: 18, color: Colors.red))); + print('ohFlutter: ${test.name}-error: $e, $st}'); + item = Item(test.name)..state = ItemState.failure; + } + + if (!mounted) { + return null; + } + + setState(() { + items[position] = item; + }); + } + } + + Future _runTest(int index) async { + if (!mounted) { + return null; + } + + final test = _tests[index]; + + var item = items[index]; + setState(() { + contentList = []; + item.state = ItemState.running; + }); + contentList.add(Text(test.name, style: const TextStyle(fontSize: 18, color: Colors.green))); + try { + await test.fn(); + + item = Item(test.name)..state = ItemState.success; + print('ohFlutter: ${test.name}, result: success'); + } catch (e, st) { + contentList.add(Text('$e, $st', style: const TextStyle(fontSize: 18, color: Colors.red))); + print('ohFlutter: ${test.name}-error: $e, $st}'); + try { + print(st); + } catch (_) {} + item = Item(test.name)..state = ItemState.failure; + } + + if (!mounted) { + return null; + } + + setState(() { + items[index] = item; + }); + } + + @override + void initState() { + super.initState(); + contentList = []; + _run(); + } + + @override + Widget build(BuildContext context) { + return Scaffold( + appBar: AppBar(title: Text(widget.title), actions: [ + IconButton( + icon: const Icon(Icons.search), + tooltip: 'Results', + onPressed: () { + showAlertDialog(context); + }, + ), + IconButton( + icon: const Icon(Icons.refresh), + tooltip: 'Run again', + onPressed: _run, + ), + ]), + body: ListView(children: [ + ...items.asMap().keys.map((e) => _itemBuilder(context, e)).toList(), + ])); + } + + Widget _itemBuilder(BuildContext context, int index) { + final item = getItem(index); + return ItemWidget( + item: item, + index: index, + getGroupRange: () { + GroupRange data = GroupRange('', 0, 0); + widget.groupTitle.forEach((key, value) { + if (value.oldLength <= index && value.newLength >= index) { + data = GroupRange(key, value.oldLength, value.newLength); + } + }); + return data; + }, + runGroup: (start, end) async { + for (var i = start; i <= end; i++) { + await _runTest(i); + print('\n'); + } + }, + onTap: (Item item) { + _runTest(index); + }); + } + + Item getItem(int index) { + return items[index]; + } + + @override + List get tests => widget.tests; +} + +void expect(var testModel, var object) { + try { + testModel; + contentList.add(Text('运行正常,输出参数为$testModel')); + } catch(e) { + contentList.add(Text('运行失败,错误信息为$e')); + print(e.toString()); + } +} + +void showAlertDialog(BuildContext context) { + showDialog( + context: context, + barrierDismissible: false, + builder: (BuildContext context) { + return AlertDialog( + content: SingleChildScrollView( + child: Column( + children: contentList, + ), + ), + actions: [ + MaterialButton( + child: const Text('确定'), + onPressed: () { + Navigator.of(context).pop(); + }, + ), + ], + ); + }); +} \ No newline at end of file diff --git a/ohos/flutter_characters/lib/common/test_route.dart b/ohos/flutter_characters/lib/common/test_route.dart new file mode 100644 index 0000000000000000000000000000000000000000..b05d7aaffae44465a08a3ce7cef6d7b4d94532c2 --- /dev/null +++ b/ohos/flutter_characters/lib/common/test_route.dart @@ -0,0 +1,48 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/cupertino.dart'; + +import 'base_page.dart'; + +class MainItem { + /// Main item. + MainItem(this.title, this.description, {this.route}); + + /// Title. + String title; + + /// Description. + String description; + + /// Page route. + String? route; +} + +class TestRoute { + TestRoute({required Map routes, required this.items}) { + if (routes.containsKey('/')) { + throw Exception('不允许传入 / 路由'); + } + + this.routes.addAll({ + '/': (BuildContext context) => BasePage(data: items), + }); + this.routes.addAll(routes); + } + + Map routes = {}; + + List items = []; +} diff --git a/ohos/flutter_characters/lib/main.dart b/ohos/flutter_characters/lib/main.dart new file mode 100644 index 0000000000000000000000000000000000000000..68cf170a6856569513e2e1cca680f5c0d86eb9a1 --- /dev/null +++ b/ohos/flutter_characters/lib/main.dart @@ -0,0 +1,166 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; +import 'package:flutter_characters/common/test_page.dart'; + +import 'package:flutter_characters/common/test_route.dart'; +import 'package:flutter_characters/common/test_model_app.dart'; + +import 'rt_characters_test.dart'; +//import 'rt_characters_test_part2.dart'; +import 'rt_characters_test_part_unicode.dart'; +import 'rt_characters_test_part_emoji.dart'; +import 'rt_example_test.dart'; + +void main() { + + final app = TestRoute(routes: { + '/characters_test': (BuildContext context) => JKCharactersTestPage("characters_test"), + '/characters_test_part_unicode': (BuildContext context) => JKCharactersTestPartUnicodePage("characters_test_part_unicode"), + '/characters_test_part_emoji': (BuildContext context) => JKCharactersTestPartEmojiPage("characters_test_part_emoji"), + '/example_test': (BuildContext context) => JKExampleTestPage(), + }, items: [ + MainItem('characters_test', 'details', route: '/characters_test'), + MainItem('characters_test_part_unicode', 'details', route: '/characters_test_part_unicode'), + MainItem('characters_test_part_emoji', 'details', route: '/characters_test_part_emoji'), + MainItem('example_test', 'details', route: '/example_test'), + ]); + + runApp(TestModelApp( + appName: 'characters', + data: app)); + + //runApp(const MyApp()); +} + +class MyApp extends StatelessWidget { + const MyApp({super.key}); + + // This widget is the root of your application. + @override + Widget build(BuildContext context) { + return MaterialApp( + title: 'Flutter Demo', + theme: ThemeData( + // This is the theme of your application. + // + // TRY THIS: Try running your application with "flutter run". You'll see + // the application has a blue toolbar. Then, without quitting the app, + // try changing the seedColor in the colorScheme below to Colors.green + // and then invoke "hot reload" (save your changes or press the "hot + // reload" button in a Flutter-supported IDE, or press "r" if you used + // the command line to start the app). + // + // Notice that the counter didn't reset back to zero; the application + // state is not lost during the reload. To reset the state, use hot + // restart instead. + // + // This works for code too, not just values: Most code changes can be + // tested with just a hot reload. + colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple), + useMaterial3: true, + ), + home: const MyHomePage(title: 'Flutter Demo Home Page'), + ); + } +} + +class MyHomePage extends StatefulWidget { + const MyHomePage({super.key, required this.title}); + + // This widget is the home page of your application. It is stateful, meaning + // that it has a State object (defined below) that contains fields that affect + // how it looks. + + // This class is the configuration for the state. It holds the values (in this + // case the title) provided by the parent (in this case the App widget) and + // used by the build method of the State. Fields in a Widget subclass are + // always marked "final". + + final String title; + + @override + State createState() => _MyHomePageState(); +} + +class _MyHomePageState extends State { + int _counter = 0; + + void _incrementCounter() { + setState(() { + // This call to setState tells the Flutter framework that something has + // changed in this State, which causes it to rerun the build method below + // so that the display can reflect the updated values. If we changed + // _counter without calling setState(), then the build method would not be + // called again, and so nothing would appear to happen. + _counter++; + }); + } + + @override + Widget build(BuildContext context) { + // This method is rerun every time setState is called, for instance as done + // by the _incrementCounter method above. + // + // The Flutter framework has been optimized to make rerunning build methods + // fast, so that you can just rebuild anything that needs updating rather + // than having to individually change instances of widgets. + return Scaffold( + appBar: AppBar( + // TRY THIS: Try changing the color here to a specific color (to + // Colors.amber, perhaps?) and trigger a hot reload to see the AppBar + // change color while the other colors stay the same. + backgroundColor: Theme.of(context).colorScheme.inversePrimary, + // Here we take the value from the MyHomePage object that was created by + // the App.build method, and use it to set our appbar title. + title: Text(widget.title), + ), + body: Center( + // Center is a layout widget. It takes a single child and positions it + // in the middle of the parent. + child: Column( + // Column is also a layout widget. It takes a list of children and + // arranges them vertically. By default, it sizes itself to fit its + // children horizontally, and tries to be as tall as its parent. + // + // Column has various properties to control how it sizes itself and + // how it positions its children. Here we use mainAxisAlignment to + // center the children vertically; the main axis here is the vertical + // axis because Columns are vertical (the cross axis would be + // horizontal). + // + // TRY THIS: Invoke "debug painting" (choose the "Toggle Debug Paint" + // action in the IDE, or press "p" in the console), to see the + // wireframe for each widget. + mainAxisAlignment: MainAxisAlignment.center, + children: [ + const Text( + 'You have pushed the button this many times:', + ), + Text( + '$_counter', + style: Theme.of(context).textTheme.headlineMedium, + ), + ], + ), + ), + floatingActionButton: FloatingActionButton( + onPressed: _incrementCounter, + tooltip: 'Increment', + child: const Icon(Icons.add), + ), // This trailing comma makes auto-formatting nicer for build methods. + ); + } +} diff --git a/ohos/flutter_characters/lib/rt_characters_test.dart b/ohos/flutter_characters/lib/rt_characters_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..b94ebe674724e6ceb7f8485f83388f18851005af --- /dev/null +++ b/ohos/flutter_characters/lib/rt_characters_test.dart @@ -0,0 +1,764 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import "dart:math"; + +import "package:characters/characters.dart"; +//import 'package:characters/src/characters.dart'; + +import "unicode_tests.dart"; +import "various_tests.dart"; + +import 'package:flutter_characters/common/test_page.dart'; + +late Random random; + +class JKCharactersTestPage extends TestPage { + + static const String routeName = "/characters_test"; + + JKCharactersTestPage(super.title, {super.key}) { + print('start test666'); + + onTestMain(); + } + + void onTestMain([List? args]) { + // Ensure random seed is part of every test failure message, + // and that it can be reapplied for testing. + var seed = (args != null && args.isNotEmpty) + ? int.parse(args[0]) + : Random().nextInt(0x3FFFFFFF); + random = Random(seed); + group("[Random Seed: $seed]", tests22); + group("characters", () { + test("Characters('Hi \$flag!').length | toList()", () { + var flag = "\u{1F1E9}\u{1F1F0}"; // Regional Indicators "DK". + var string = "Hi $flag!"; + expect(string.length, 8); + var cs = gc(string); + expect(cs.length, 5); + expect(cs.toList(), ["H", "i", " ", flag, "!"]); + expect(cs.skip(2).toString(), " $flag!"); + expect(cs.skipLast(2).toString(), "Hi "); + expect(cs.take(2).toString(), "Hi"); + expect(cs.takeLast(2).toString(), "$flag!"); + expect(cs.getRange(1, 4).toString(), "i $flag"); + expect(cs.characterAt(1).toString(), "i"); + expect(cs.characterAt(3).toString(), flag); + + expect(cs.contains("\u{1F1E9}"), false); + expect(cs.contains(flag), true); + expect(cs.contains("$flag!"), false); + expect(cs.containsAll(gc("$flag!")), true); + + expect(cs.takeWhile((x) => x != " ").toString(), "Hi"); + expect(cs.takeLastWhile((x) => x != " ").toString(), "$flag!"); + expect(cs.skipWhile((x) => x != " ").toString(), " $flag!"); + expect(cs.skipLastWhile((x) => x != " ").toString(), "Hi "); + + expect(cs.findFirst(gc(""))!.moveBack(), false); + expect(cs.findFirst(gc(flag))!.current, flag); + expect(cs.findLast(gc(flag))!.current, flag); + expect(cs.iterator.moveNext(), true); + expect(cs.iterator.moveBack(), false); + expect((cs.iterator..moveNext()).current, "H"); + expect(cs.iteratorAtEnd.moveNext(), false); + expect(cs.iteratorAtEnd.moveBack(), true); + expect((cs.iteratorAtEnd..moveBack()).current, "!"); + }); + + testParts(gc("a"), gc("b"), gc("c"), gc("d"), gc("e")); + + // Composite pictogram example, from https://en.wikipedia.org/wiki/Zero-width_joiner. + var flag = "\u{1f3f3}"; // U+1F3F3, Flag, waving. Category Pictogram. + var white = "\ufe0f"; // U+FE0F, Variant selector 16. Category Extend. + var zwj = "\u200d"; // U+200D, ZWJ + var rainbow = "\u{1f308}"; // U+1F308, Rainbow. Category Pictogram + + testParts(gc("$flag$white$zwj$rainbow"), gc("$flag$white"), gc(rainbow), + gc("$flag$zwj$rainbow"), gc("!")); + }); + + group("CharacterRange", () { + test("CharacterRange('abc'')", () { + var range = CharacterRange("abc"); + expect(range.isEmpty, true); + expect(range.moveNext(), true); + expect(range.current, "a"); + }); + group("new.at", () { + test("CharacterRange.at('abc'', 0)", () { + var range = CharacterRange.at("abc", 0); + expect(range.isEmpty, true); + expect(range.moveNext(), true); + expect(range.current, "a"); + + range = CharacterRange.at("abc", 1); + expect(range.isEmpty, true); + expect(range.moveNext(), true); + expect(range.current, "b"); + + range = CharacterRange.at("abc", 1, 2); + expect(range.isEmpty, false); + expect(range.current, "b"); + expect(range.moveNext(), true); + + range = CharacterRange.at("abc", 0, 3); + expect(range.isEmpty, false); + expect(range.current, "abc"); + expect(range.moveNext(), false); + }); + test("CharacterRange.at('-rbflag-', 1).moveNext()", () { + // Composite pictogram example, from https://en.wikipedia.org/wiki/Zero-width_joiner. + var flag = "\u{1f3f3}"; // U+1F3F3, Flag, waving. Category Pictogram. + var white = "\ufe0f"; // U+FE0F, Variant selector 16. Category Extend. + var zwj = "\u200d"; // U+200D, ZWJ + var rainbow = "\u{1f308}"; // U+1F308, Rainbow. Category Pictogram + + var rbflag = "$flag$white$zwj$rainbow"; + var string = "-$rbflag-"; + var range = CharacterRange.at(string, 1); + expect(range.isEmpty, true); + expect(range.moveNext(), true); + expect(range.current, rbflag); + + range = range = CharacterRange.at(string, 2); + expect(range.isEmpty, false); + expect(range.current, rbflag); + + range = range = CharacterRange.at(string, 0, 2); + expect(range.isEmpty, false); + expect(range.current, "-$rbflag"); + + range = range = CharacterRange.at(string, 0, 2); + expect(range.isEmpty, false); + expect(range.current, "-$rbflag"); + + range = range = CharacterRange.at(string, 2, "-$rbflag".length - 1); + expect(range.isEmpty, false); + expect(range.current, rbflag); + expect(range.stringBeforeLength, 1); + + range = range = CharacterRange.at(string, 0, string.length); + expect(range.isEmpty, false); + expect(range.current, string); + }); + }); + }); + } + + void tests22() { + test("Characters('')", () { + expectGC(gc(""), []); + }); + group("gc-ASCII", () { + for (var text in [ + "", + "A", + "123456abcdefab", + ]) { + test('"$text"', () { + expectGC(gc(text), charsOf(text)); + }); + } + test("CR+NL", () { + expectGC(gc("a\r\nb"), ["a", "\r\n", "b"]); + expectGC(gc("a\n\rb"), ["a", "\n", "\r", "b"]); + }); + }); + group("Non-ASCII single-code point", () { + for (var text in [ + "à la mode", + "rødgrød-æble-ål", + ]) { + test('"$text"', () { + expectGC(gc(text), charsOf(text)); + }); + } + }); + group("Combining marks", () { + var text = "a\u0300 la mode"; + test('"$text"', () { + expectGC(gc(text), ["a\u0300", " ", "l", "a", " ", "m", "o", "d", "e"]); + }); + var text2 = "æble-a\u030Al"; + test('"$text2"', () { + expectGC(gc(text2), ["æ", "b", "l", "e", "-", "a\u030A", "l"]); + }); + }); + + group("Regional Indicators", () { + test('"🇦🇩🇰🇾🇪🇸"', () { + // Andorra, Cayman Islands, Spain. + expectGC(gc("🇦🇩🇰🇾🇪🇸"), ["🇦🇩", "🇰🇾", "🇪🇸"]); + }); + test('"X🇦🇩🇰🇾🇪🇸"', () { + // Other, Andorra, Cayman Islands, Spain. + expectGC(gc("X🇦🇩🇰🇾🇪🇸"), ["X", "🇦🇩", "🇰🇾", "🇪🇸"]); + }); + test('"🇩🇰🇾🇪🇸"', () { + // Denmark, Yemen, unmatched S. + expectGC(gc("🇩🇰🇾🇪🇸"), ["🇩🇰", "🇾🇪", "🇸"]); + }); + test('"X🇩🇰🇾🇪🇸"', () { + // Other, Denmark, Yemen, unmatched S. + expectGC(gc("X🇩🇰🇾🇪🇸"), ["X", "🇩🇰", "🇾🇪", "🇸"]); + }); + }); + + group("Hangul", () { + // Individual characters found on Wikipedia. Not expected to make sense. + test('"읍쌍된밟"', () { + expectGC(gc("읍쌍된밟"), ["읍", "쌍", "된", "밟"]); + }); + }); + + // group("Unicode test", () { + // for (var gcs in splitTests) { + // test("[${testDescription(gcs)}]", () { + // expectGC(gc(gcs.join()), gcs); + // }); + // } + // }); + // + // group("Emoji test", () { + // for (var gcs in emojis) { + // test("[${testDescription(gcs)}]", () { + // expectGC(gc(gcs.join()), gcs); + // }); + // } + // }); + // + // group("Zalgo test", () { + // for (var gcs in zalgo) { + // test("[${testDescription(gcs)}]", () { + // expectGC(gc(gcs.join()), gcs); + // }); + // } + // }); + } + + void testParts( + Characters a, Characters b, Characters c, Characters d, Characters e) { + var cs = gc("$a$b$c$d$e"); + test("$cs", () { + var it = cs.iterator; + expect(it.isEmpty, true); + expect(it.isNotEmpty, false); + expect(it.current, ""); + + // moveNext(). + expect(it.moveNext(), true); + expect(it.isEmpty, false); + expect(it.current, "$a"); + expect(it.moveNext(), true); + expect(it.isEmpty, false); + expect(it.current, "$b"); + expect(it.moveNext(), true); + expect(it.isEmpty, false); + expect(it.current, "$c"); + expect(it.moveNext(), true); + expect(it.isEmpty, false); + expect(it.current, "$d"); + expect(it.moveNext(), true); + expect(it.isEmpty, false); + expect(it.current, "$e"); + expect(it.moveNext(), false); + expect(it.isEmpty, true); + expect(it.current, ""); + + // moveBack(). + expect(it.moveBack(), true); + expect(it.isEmpty, false); + expect(it.current, "$e"); + expect(it.moveBack(), true); + expect(it.isEmpty, false); + expect(it.current, "$d"); + expect(it.moveBack(), true); + expect(it.isEmpty, false); + expect(it.current, "$c"); + expect(it.moveBack(), true); + expect(it.isEmpty, false); + expect(it.current, "$b"); + expect(it.moveBack(), true); + expect(it.isEmpty, false); + expect(it.current, "$a"); + expect(it.moveBack(), false); + expect(it.isEmpty, true); + expect(it.current, ""); + + // moveNext(int). + expect(it.moveTo(c), true); + expect(it.current, "$c"); + expect(it.moveTo(b), false); + expect(it.moveTo(c), false); + expect(it.current, "$c"); + expect(it.moveTo(d), true); + expect(it.current, "$d"); + + // moveBack(c). + expect(it.moveBackTo(c), true); + expect(it.current, "$c"); + expect(it.moveBackTo(d), false); + expect(it.moveBackTo(c), false); + expect(it.moveBackTo(a), true); + expect(it.current, "$a"); + + // moveNext(n) + expect(it.moveBack(), false); + + expect(it.moveNext(2), true); + expect(it.current, "$a$b"); + expect(it.moveNext(4), false); + expect(it.current, "$c$d$e"); + expect(it.moveNext(0), true); + expect(it.current, ""); + expect(it.moveNext(1), false); + expect(it.current, ""); + + // moveBack(n). + expect(it.moveBack(2), true); + expect(it.current, "$d$e"); + expect(it.moveBack(1), true); + expect(it.current, "$c"); + expect(it.moveBack(3), false); + expect(it.current, "$a$b"); + expect(it.moveBack(), false); + + // moveFirst. + it.expandAll(); + expect(it.current, "$a$b$c$d$e"); + expect(it.collapseToFirst(b), true); + expect(it.current, "$b"); + it.expandAll(); + expect(it.current, "$b$c$d$e"); + expect(it.collapseToFirst(a), false); + expect(it.current, "$b$c$d$e"); + + // moveBackTo + it.expandBackAll(); + expect(it.current, "$a$b$c$d$e"); + expect(it.collapseToLast(c), true); + expect(it.current, "$c"); + + // includeNext/includePrevious + expect(it.expandTo(e), true); + expect(it.current, "$c$d$e"); + expect(it.expandTo(e), false); + expect(it.expandBackTo(b), true); + expect(it.current, "$b$c$d$e"); + expect(it.expandBackTo(b), false); + expect(it.current, "$b$c$d$e"); + expect(it.collapseToFirst(c), true); + expect(it.current, "$c"); + + // includeUntilNext/expandBackUntil + expect(it.expandBackUntil(a), true); + expect(it.current, "$b$c"); + expect(it.expandBackUntil(a), true); + expect(it.current, "$b$c"); + expect(it.expandUntil(e), true); + expect(it.current, "$b$c$d"); + expect(it.expandUntil(e), true); + expect(it.current, "$b$c$d"); + + // dropFirst/dropLast + expect(it.dropFirst(), true); + expect(it.current, "$c$d"); + expect(it.dropLast(), true); + expect(it.current, "$c"); + it.expandBackAll(); + it.expandAll(); + expect(it.current, "$a$b$c$d$e"); + expect(it.dropTo(b), true); + expect(it.current, "$c$d$e"); + expect(it.dropBackTo(d), true); + expect(it.current, "$c"); + + it.expandBackAll(); + it.expandAll(); + expect(it.current, "$a$b$c$d$e"); + + expect(it.dropUntil(b), true); + expect(it.current, "$b$c$d$e"); + expect(it.dropBackUntil(d), true); + expect(it.current, "$b$c$d"); + + it.dropWhile((x) => x == b.string); + expect(it.current, "$c$d"); + it.expandBackAll(); + expect(it.current, "$a$b$c$d"); + it.dropBackWhile((x) => x != b.string); + expect(it.current, "$a$b"); + it.dropBackWhile((x) => false); + expect(it.current, "$a$b"); + + // include..While + it.expandWhile((x) => false); + expect(it.current, "$a$b"); + it.expandWhile((x) => x != e.string); + expect(it.current, "$a$b$c$d"); + expect(it.collapseToFirst(c), true); + expect(it.current, "$c"); + it.expandBackWhile((x) => false); + expect(it.current, "$c"); + it.expandBackWhile((x) => x != a.string); + expect(it.current, "$b$c"); + + var cs2 = cs.replaceAll(c, gc("")); + var cs3 = cs.replaceFirst(c, gc("")); + var cs4 = cs.findFirst(c)!.replaceRange(gc("")).source; + var cse = gc("$a$b$d$e"); + expect(cs2, cse); + expect(cs3, cse); + expect(cs4, cse); + var cs5 = cs4.replaceAll(a, c); + expect(cs5, gc("$c$b$d$e")); + var cs6 = cs5.replaceAll(gc(""), a); + expect(cs6, gc("$a$c$a$b$a$d$a$e$a")); + var cs7 = cs6.replaceFirst(b, a); + expect(cs7, gc("$a$c$a$a$a$d$a$e$a")); + var cs8 = cs7.replaceFirst(e, a); + expect(cs8, gc("$a$c$a$a$a$d$a$a$a")); + var cs9 = cs8.replaceAll(a + a, b); + expect(cs9, gc("$a$c$b$a$d$b$a")); + it = cs9.iterator; + it.moveTo(b + a); + expect("$b$a", it.current); + it.expandTo(b + a); + expect("$b$a$d$b$a", it.current); + var cs10 = it.replaceAll(b + a, e + e)!; + expect(cs10.currentCharacters, e + e + d + e + e); + expect(cs10.source, gc("$a$c$e$e$d$e$e")); + var cs11 = it.replaceRange(e); + expect(cs11.currentCharacters, e); + expect(cs11.source, gc("$a$c$e")); + + var cs12 = gc("$a$b$a"); + expect(cs12.split(b), [a, a]); + expect(cs12.split(a), [gc(""), b, gc("")]); + expect(cs12.split(a, 2), [gc(""), gc("$b$a")]); + + expect(cs12.split(gc("")), [a, b, a]); + expect(cs12.split(gc(""), 2), [a, gc("$b$a")]); + + expect(gc("").split(gc("")), [gc("")]); + + var cs13 = gc("$b$a$b$a$b$a"); + expect(cs13.split(b), [gc(""), a, a, a]); + expect(cs13.split(b, 1), [cs13]); + expect(cs13.split(b, 2), [gc(""), gc("$a$b$a$b$a")]); + expect(cs13.split(b, 3), [gc(""), a, gc("$a$b$a")]); + expect(cs13.split(b, 4), [gc(""), a, a, a]); + expect(cs13.split(b, 5), [gc(""), a, a, a]); + expect(cs13.split(b, 9999), [gc(""), a, a, a]); + expect(cs13.split(b, 0), [gc(""), a, a, a]); + expect(cs13.split(b, -1), [gc(""), a, a, a]); + expect(cs13.split(b, -9999), [gc(""), a, a, a]); + + it = cs13.iterator..expandAll(); + expect(it.current, "$b$a$b$a$b$a"); + it.dropFirst(); + it.dropLast(); + expect(it.current, "$a$b$a$b"); + expect(it.split(a).map((range) => range.current), ["", "$b", "$b"]); + expect(it.split(a, 2).map((range) => range.current), ["", "$b$a$b"]); + // Each split is after an *a*. + var first = true; + for (var range in it.split(a)) { + if (range.isEmpty) { + // First range is empty. + expect(first, true); + first = false; + continue; + } + // Later ranges are "b" that come after "a". + expect(range.current, "$b"); + range.moveBack(); + expect(range.current, "$a"); + } + + expect(it.split(gc("")).map((range) => range.current), + ["$a", "$b", "$a", "$b"]); + + expect(gc("").iterator.split(gc("")).map((range) => range.current), [""]); + + expect(cs.startsWith(gc("")), true); + expect(cs.startsWith(a), true); + expect(cs.startsWith(a + b), true); + expect(cs.startsWith(gc("$a$b$c")), true); + expect(cs.startsWith(gc("$a$b$c$d")), true); + expect(cs.startsWith(gc("$a$b$c$d$e")), true); + expect(cs.startsWith(b), false); + expect(cs.startsWith(c), false); + expect(cs.startsWith(d), false); + expect(cs.startsWith(e), false); + + expect(cs.endsWith(gc("")), true); + expect(cs.endsWith(e), true); + expect(cs.endsWith(d + e), true); + expect(cs.endsWith(gc("$c$d$e")), true); + expect(cs.endsWith(gc("$b$c$d$e")), true); + expect(cs.endsWith(gc("$a$b$c$d$e")), true); + expect(cs.endsWith(d), false); + expect(cs.endsWith(c), false); + expect(cs.endsWith(b), false); + expect(cs.endsWith(a), false); + + it = cs.findFirst(b + c)!; + expect(it.startsWith(gc("")), true); + expect(it.startsWith(b), true); + expect(it.startsWith(b + c), true); + expect(it.startsWith(a + b + c), false); + expect(it.startsWith(b + c + d), false); + expect(it.startsWith(a), false); + + expect(it.endsWith(gc("")), true); + expect(it.endsWith(c), true); + expect(it.endsWith(b + c), true); + expect(it.endsWith(a + b + c), false); + expect(it.endsWith(b + c + d), false); + expect(it.endsWith(d), false); + + it.collapseToFirst(c); + expect(it.isPrecededBy(gc("")), true); + expect(it.isPrecededBy(b), true); + expect(it.isPrecededBy(a + b), true); + expect(it.isPrecededBy(a + b + c), false); + expect(it.isPrecededBy(a), false); + + expect(it.isFollowedBy(gc("")), true); + expect(it.isFollowedBy(d), true); + expect(it.isFollowedBy(d + e), true); + expect(it.isFollowedBy(c + d + e), false); + expect(it.isFollowedBy(e), false); + }); + test("replace methods", () { + // Unicode grapheme breaking character classes, + // represented by their first value. + + var pattern = gc("\t"); // A non-combining entry to be replaced. + var non = gc(""); + + var c = otr + cr + pattern + lf + pic + pattern + zwj + pic + otr; + var r = c.replaceAll(pattern, non); + expect(r, otr + cr + lf + pic + zwj + pic + otr); + var ci = c.iterator..moveNextAll(); + var ri = ci.replaceAll(pattern, non)!; + expect(ri.currentCharacters, otr + cr + lf + pic + zwj + pic + otr); + ci.dropFirst(); + ci.dropLast(); + expect(ci.currentCharacters, cr + pattern + lf + pic + pattern + zwj + pic); + expect(ci.currentCharacters.length, 7); + ri = ci.replaceAll(pattern, non)!; + expect(ri.currentCharacters, cr + lf + pic + zwj + pic); + expect(ri.currentCharacters.length, 2); + ci.dropFirst(); + ci.dropLast(5); + expect(ci.currentCharacters, pattern); + ri = ci.replaceAll(pattern, non)!; + expect(ri.currentCharacters, cr + lf); + ci.moveNext(2); + ci.moveNext(1); + expect(ci.currentCharacters, pattern); + ri = ci.replaceAll(pattern, non)!; + expect(ri.currentCharacters, pic + zwj + pic); + + c = otr + pic + ext + pattern + pic + ext + otr; + expect(c.length, 5); + ci = c.iterator..moveTo(pattern); + expect(ci.currentCharacters, pattern); + ri = ci.replaceAll(pattern, zwj)!; + expect(ri.currentCharacters, pic + ext + zwj + pic + ext); + + c = reg + pattern + reg + reg; + ci = c.iterator..moveTo(pattern); + ri = ci.replaceRange(non); + expect(ri.currentCharacters, reg + reg); + expect(ri.moveNext(), true); + expect(ri.currentCharacters, reg); + }); + } +} + +// Converts text with no multi-code-point grapheme clusters into +// list of grapheme clusters. +List charsOf(String text) => + text.runes.map(String.fromCharCode).toList(); + +void expectGC(Characters actual, List expected) { + var text = expected.join(); + + // Iterable operations. + expect(actual.string, text); + expect(actual.toString(), text); + expect(actual.toList(), expected); + expect(actual.length, expected.length); + if (expected.isNotEmpty) { + expect(actual.first, expected.first); + expect(actual.last, expected.last); + } else { + expect(() => actual.first, "throwsStateError"); + expect(() => actual.last, "throwsStateError"); + } + if (expected.length == 1) { + expect(actual.single, expected.single); + } else { + expect(() => actual.single, "throwsStateError"); + } + expect(actual.isEmpty, expected.isEmpty); + expect(actual.isNotEmpty, expected.isNotEmpty); + expect(actual.contains(""), false); + for (var char in expected) { + expect(actual.contains(char), true); + } + for (var i = 1; i < expected.length; i++) { + expect(actual.contains(expected[i - 1] + expected[i]), false); + } + expect(actual.skip(1).toList(), expected.skip(1).toList()); + expect(actual.take(1).toList(), expected.take(1).toList()); + expect(actual.skip(1).toString(), expected.skip(1).join()); + expect(actual.take(1).toString(), expected.take(1).join()); + expect(actual.getRange(1, 2).toString(), expected.take(2).skip(1).join()); + + if (expected.isNotEmpty) { + expect(actual.skipLast(1).toList(), + expected.take(expected.length - 1).toList()); + expect(actual.takeLast(1).toList(), + expected.skip(expected.length - 1).toList()); + expect(actual.skipLast(1).toString(), + expected.take(expected.length - 1).join()); + expect(actual.takeLast(1).toString(), + expected.skip(expected.length - 1).join()); + } + bool isEven(String s) => s.length.isEven; + + expect( + actual.skipWhile(isEven).toList(), expected.skipWhile(isEven).toList()); + expect( + actual.takeWhile(isEven).toList(), expected.takeWhile(isEven).toList()); + expect( + actual.skipWhile(isEven).toString(), expected.skipWhile(isEven).join()); + expect( + actual.takeWhile(isEven).toString(), expected.takeWhile(isEven).join()); + + expect(actual.skipLastWhile(isEven).toString(), + expected.toList().reversed.skipWhile(isEven).toList().reversed.join()); + expect(actual.takeLastWhile(isEven).toString(), + expected.toList().reversed.takeWhile(isEven).toList().reversed.join()); + + expect(actual.where(isEven).toString(), expected.where(isEven).join()); + + expect((actual + actual).toString(), actual.string + actual.string); + + // Iteration. + var it = actual.iterator; + expect(it.isEmpty, true); + for (var i = 0; i < expected.length; i++) { + expect(it.moveNext(), true); + expect(it.current, expected[i]); + + expect(actual.elementAt(i), expected[i]); + expect(actual.skip(i).first, expected[i]); + expect(actual.characterAt(i).toString(), expected[i]); + expect(actual.getRange(i, i + 1).toString(), expected[i]); + } + expect(it.moveNext(), false); + for (var i = expected.length - 1; i >= 0; i--) { + expect(it.moveBack(), true); + expect(it.current, expected[i]); + } + expect(it.moveBack(), false); + expect(it.isEmpty, true); + + // GraphemeClusters operations. + expect(actual.toUpperCase().string, text.toUpperCase()); + expect(actual.toLowerCase().string, text.toLowerCase()); + + expect(actual.string, text); + + expect(actual.containsAll(gc("")), true); + expect(actual.containsAll(actual), true); + if (expected.isNotEmpty) { + var steps = min(5, expected.length); + for (var s = 0; s <= steps; s++) { + var i = expected.length * s ~/ steps; + expect(actual.startsWith(gc(expected.sublist(0, i).join())), true); + expect(actual.endsWith(gc(expected.sublist(i).join())), true); + for (var t = s + 1; t <= steps; t++) { + var j = expected.length * t ~/ steps; + var slice = expected.sublist(i, j).join(); + var gcs = gc(slice); + expect(actual.containsAll(gcs), true); + } + } + } + + { + // Random walk back and forth. + var it = actual.iterator; + var pos = -1; + if (random.nextBool()) { + pos = expected.length; + it = actual.iteratorAtEnd; + } + var steps = 5 + random.nextInt(expected.length * 2 + 1); + var lastMove = false; + while (true) { + var back = false; + if (pos < 0) { + expect(lastMove, false); + expect(it.isEmpty, true); + } else if (pos >= expected.length) { + expect(lastMove, false); + expect(it.isEmpty, true); + back = true; + } else { + expect(lastMove, true); + expect(it.current, expected[pos]); + back = random.nextBool(); + } + if (--steps < 0) break; + if (back) { + lastMove = it.moveBack(); + pos -= 1; + } else { + lastMove = it.moveNext(); + pos += 1; + } + } + } + +} + + +Characters gc(String string) => Characters(string); + +/// Sample characters from each breaking algorithm category. +final Characters ctl = gc("\x00"); // Control, NUL. +final Characters cr = gc("\r"); // Carriage Return, CR. +final Characters lf = gc("\n"); // Newline, NL. +final Characters otr = gc(" "); // Other, Space. +final Characters ext = gc("\u0300"); // Extend, Combining Grave Accent. +final Characters spc = gc("\u0903"); // Spacing Mark, Devanagari Sign Visarga. +final Characters pre = gc("\u0600"); // Prepend, Arabic Number Sign. +final Characters zwj = gc("\u200d"); // Zero-Width Joiner. +final Characters pic = gc("\u00a9"); // Extended Pictographic, Copyright. +final Characters reg = gc("\u{1f1e6}"); // Regional Identifier "a". +final Characters hanl = gc("\u1100"); // Hangul L, Choseong Kiyeok. +final Characters hanv = gc("\u1160"); // Hangul V, Jungseong Filler. +final Characters hant = gc("\u11a8"); // Hangul T, Jongseong Kiyeok. +final Characters hanlv = gc("\uac00"); // Hangul LV, Syllable Ga. +final Characters hanlvt = gc("\uac01"); // Hangul LVT, Syllable Gag. diff --git a/ohos/flutter_characters/lib/rt_characters_test_part_emoji.dart b/ohos/flutter_characters/lib/rt_characters_test_part_emoji.dart new file mode 100644 index 0000000000000000000000000000000000000000..b13096834eb02d857c9bf56edb19d5512a8a8d30 --- /dev/null +++ b/ohos/flutter_characters/lib/rt_characters_test_part_emoji.dart @@ -0,0 +1,210 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import "dart:math"; + +import "package:characters/characters.dart"; + +import "unicode_tests.dart"; +import "various_tests.dart"; + +import 'package:flutter_characters/common/test_page.dart'; +import 'rt_characters_test.dart'; + +late Random random; + +class JKCharactersTestPartEmojiPage extends TestPage { + + static const String routeName = "/characters_test_part_emoji"; + + JKCharactersTestPartEmojiPage(super.title, {super.key}) { + print('start test666'); + + onTestMain(); + } + + void onTestMain([List? args]) { + // Ensure random seed is part of every test failure message, + // and that it can be reapplied for testing. + var seed = (args != null && args.isNotEmpty) + ? int.parse(args[0]) + : Random().nextInt(0x3FFFFFFF); + random = Random(seed); + group("[Random Seed: $seed]", tests22); + } + + void tests22() { + group("Emoji test", () { + for (var gcs in emojis) { + test("Characters.toString()[${testDescription(gcs)}]", () { + expectGC(gc(gcs.join()), gcs); + }); + } + }); + + group("Zalgo test", () { + for (var gcs in zalgo) { + test("Characters.toString()[${testDescription(gcs)}]", () { + expectGC(gc(gcs.join()), gcs); + }); + } + }); + } +} + + +void expectGC(Characters actual, List expected) { + var text = expected.join(); + + // Iterable operations. + expect(actual.string, text); + expect(actual.toString(), text); + expect(actual.toList(), expected); + expect(actual.length, expected.length); + if (expected.isNotEmpty) { + expect(actual.first, expected.first); + expect(actual.last, expected.last); + } else { + expect(() => actual.first, "throwsStateError"); + expect(() => actual.last, "throwsStateError"); + } + if (expected.length == 1) { + expect(actual.single, expected.single); + } else { + expect(() => actual.single, "throwsStateError"); + } + expect(actual.isEmpty, expected.isEmpty); + expect(actual.isNotEmpty, expected.isNotEmpty); + expect(actual.contains(""), false); + for (var char in expected) { + expect(actual.contains(char), true); + } + for (var i = 1; i < expected.length; i++) { + expect(actual.contains(expected[i - 1] + expected[i]), false); + } + expect(actual.skip(1).toList(), expected.skip(1).toList()); + expect(actual.take(1).toList(), expected.take(1).toList()); + expect(actual.skip(1).toString(), expected.skip(1).join()); + expect(actual.take(1).toString(), expected.take(1).join()); + expect(actual.getRange(1, 2).toString(), expected.take(2).skip(1).join()); + + if (expected.isNotEmpty) { + expect(actual.skipLast(1).toList(), + expected.take(expected.length - 1).toList()); + expect(actual.takeLast(1).toList(), + expected.skip(expected.length - 1).toList()); + expect(actual.skipLast(1).toString(), + expected.take(expected.length - 1).join()); + expect(actual.takeLast(1).toString(), + expected.skip(expected.length - 1).join()); + } + bool isEven(String s) => s.length.isEven; + + expect( + actual.skipWhile(isEven).toList(), expected.skipWhile(isEven).toList()); + expect( + actual.takeWhile(isEven).toList(), expected.takeWhile(isEven).toList()); + expect( + actual.skipWhile(isEven).toString(), expected.skipWhile(isEven).join()); + expect( + actual.takeWhile(isEven).toString(), expected.takeWhile(isEven).join()); + + expect(actual.skipLastWhile(isEven).toString(), + expected.toList().reversed.skipWhile(isEven).toList().reversed.join()); + expect(actual.takeLastWhile(isEven).toString(), + expected.toList().reversed.takeWhile(isEven).toList().reversed.join()); + + expect(actual.where(isEven).toString(), expected.where(isEven).join()); + + expect((actual + actual).toString(), actual.string + actual.string); + + // Iteration. + var it = actual.iterator; + expect(it.isEmpty, true); + for (var i = 0; i < expected.length; i++) { + expect(it.moveNext(), true); + expect(it.current, expected[i]); + + expect(actual.elementAt(i), expected[i]); + expect(actual.skip(i).first, expected[i]); + expect(actual.characterAt(i).toString(), expected[i]); + expect(actual.getRange(i, i + 1).toString(), expected[i]); + } + expect(it.moveNext(), false); + for (var i = expected.length - 1; i >= 0; i--) { + expect(it.moveBack(), true); + expect(it.current, expected[i]); + } + expect(it.moveBack(), false); + expect(it.isEmpty, true); + + // GraphemeClusters operations. + expect(actual.toUpperCase().string, text.toUpperCase()); + expect(actual.toLowerCase().string, text.toLowerCase()); + + expect(actual.string, text); + + expect(actual.containsAll(gc("")), true); + expect(actual.containsAll(actual), true); + if (expected.isNotEmpty) { + var steps = min(5, expected.length); + for (var s = 0; s <= steps; s++) { + var i = expected.length * s ~/ steps; + expect(actual.startsWith(gc(expected.sublist(0, i).join())), true); + expect(actual.endsWith(gc(expected.sublist(i).join())), true); + for (var t = s + 1; t <= steps; t++) { + var j = expected.length * t ~/ steps; + var slice = expected.sublist(i, j).join(); + var gcs = gc(slice); + expect(actual.containsAll(gcs), true); + } + } + } + + { + // Random walk back and forth. + var it = actual.iterator; + var pos = -1; + if (random.nextBool()) { + pos = expected.length; + it = actual.iteratorAtEnd; + } + var steps = 5 + random.nextInt(expected.length * 2 + 1); + var lastMove = false; + while (true) { + var back = false; + if (pos < 0) { + expect(lastMove, false); + expect(it.isEmpty, true); + } else if (pos >= expected.length) { + expect(lastMove, false); + expect(it.isEmpty, true); + back = true; + } else { + expect(lastMove, true); + expect(it.current, expected[pos]); + back = random.nextBool(); + } + if (--steps < 0) break; + if (back) { + lastMove = it.moveBack(); + pos -= 1; + } else { + lastMove = it.moveNext(); + pos += 1; + } + } + } + +} \ No newline at end of file diff --git a/ohos/flutter_characters/lib/rt_characters_test_part_unicode.dart b/ohos/flutter_characters/lib/rt_characters_test_part_unicode.dart new file mode 100644 index 0000000000000000000000000000000000000000..ae22c81d1f54bb337e61e19c790a6cfa9f2dda8a --- /dev/null +++ b/ohos/flutter_characters/lib/rt_characters_test_part_unicode.dart @@ -0,0 +1,218 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import "dart:math"; + +import "package:characters/characters.dart"; + +import "unicode_tests.dart"; +import "various_tests.dart"; + +import 'package:flutter_characters/common/test_page.dart'; +import 'rt_characters_test.dart'; + +late Random random; + +class JKCharactersTestPartUnicodePage extends TestPage { + + static const String routeName = "/characters_test_part_unicode"; + + JKCharactersTestPartUnicodePage(super.title, {super.key}) { + print('start test666'); + + onTestMain(); + } + + void onTestMain([List? args]) { + // Ensure random seed is part of every test failure message, + // and that it can be reapplied for testing. + var seed = (args != null && args.isNotEmpty) + ? int.parse(args[0]) + : Random().nextInt(0x3FFFFFFF); + random = Random(seed); + group("[Random Seed: $seed]", tests22); + } + + void tests22() { + group("Unicode test", () { + for (var gcs in splitTests) { + test("Characters.toString()[${testDescription(gcs)}]", () { + expectGC(gc(gcs.join()), gcs); + }); + } + }); + + group("Emoji test", () { + for (var gcs in emojis) { + test("Characters.toString()[${testDescription(gcs)}]", () { + expectGC(gc(gcs.join()), gcs); + }); + } + }); + + group("Zalgo test", () { + for (var gcs in zalgo) { + test("[${testDescription(gcs)}]", () { + expectGC(gc(gcs.join()), gcs); + }); + } + }); + } +} + + +void expectGC(Characters actual, List expected) { + var text = expected.join(); + + // Iterable operations. + expect(actual.string, text); + expect(actual.toString(), text); + expect(actual.toList(), expected); + expect(actual.length, expected.length); + if (expected.isNotEmpty) { + expect(actual.first, expected.first); + expect(actual.last, expected.last); + } else { + expect(() => actual.first, "throwsStateError"); + expect(() => actual.last, "throwsStateError"); + } + if (expected.length == 1) { + expect(actual.single, expected.single); + } else { + expect(() => actual.single, "throwsStateError"); + } + expect(actual.isEmpty, expected.isEmpty); + expect(actual.isNotEmpty, expected.isNotEmpty); + expect(actual.contains(""), false); + for (var char in expected) { + expect(actual.contains(char), true); + } + for (var i = 1; i < expected.length; i++) { + expect(actual.contains(expected[i - 1] + expected[i]), false); + } + expect(actual.skip(1).toList(), expected.skip(1).toList()); + expect(actual.take(1).toList(), expected.take(1).toList()); + expect(actual.skip(1).toString(), expected.skip(1).join()); + expect(actual.take(1).toString(), expected.take(1).join()); + expect(actual.getRange(1, 2).toString(), expected.take(2).skip(1).join()); + + if (expected.isNotEmpty) { + expect(actual.skipLast(1).toList(), + expected.take(expected.length - 1).toList()); + expect(actual.takeLast(1).toList(), + expected.skip(expected.length - 1).toList()); + expect(actual.skipLast(1).toString(), + expected.take(expected.length - 1).join()); + expect(actual.takeLast(1).toString(), + expected.skip(expected.length - 1).join()); + } + bool isEven(String s) => s.length.isEven; + + expect( + actual.skipWhile(isEven).toList(), expected.skipWhile(isEven).toList()); + expect( + actual.takeWhile(isEven).toList(), expected.takeWhile(isEven).toList()); + expect( + actual.skipWhile(isEven).toString(), expected.skipWhile(isEven).join()); + expect( + actual.takeWhile(isEven).toString(), expected.takeWhile(isEven).join()); + + expect(actual.skipLastWhile(isEven).toString(), + expected.toList().reversed.skipWhile(isEven).toList().reversed.join()); + expect(actual.takeLastWhile(isEven).toString(), + expected.toList().reversed.takeWhile(isEven).toList().reversed.join()); + + expect(actual.where(isEven).toString(), expected.where(isEven).join()); + + expect((actual + actual).toString(), actual.string + actual.string); + + // Iteration. + var it = actual.iterator; + expect(it.isEmpty, true); + for (var i = 0; i < expected.length; i++) { + expect(it.moveNext(), true); + expect(it.current, expected[i]); + + expect(actual.elementAt(i), expected[i]); + expect(actual.skip(i).first, expected[i]); + expect(actual.characterAt(i).toString(), expected[i]); + expect(actual.getRange(i, i + 1).toString(), expected[i]); + } + expect(it.moveNext(), false); + for (var i = expected.length - 1; i >= 0; i--) { + expect(it.moveBack(), true); + expect(it.current, expected[i]); + } + expect(it.moveBack(), false); + expect(it.isEmpty, true); + + // GraphemeClusters operations. + expect(actual.toUpperCase().string, text.toUpperCase()); + expect(actual.toLowerCase().string, text.toLowerCase()); + + expect(actual.string, text); + + expect(actual.containsAll(gc("")), true); + expect(actual.containsAll(actual), true); + if (expected.isNotEmpty) { + var steps = min(5, expected.length); + for (var s = 0; s <= steps; s++) { + var i = expected.length * s ~/ steps; + expect(actual.startsWith(gc(expected.sublist(0, i).join())), true); + expect(actual.endsWith(gc(expected.sublist(i).join())), true); + for (var t = s + 1; t <= steps; t++) { + var j = expected.length * t ~/ steps; + var slice = expected.sublist(i, j).join(); + var gcs = gc(slice); + expect(actual.containsAll(gcs), true); + } + } + } + + { + // Random walk back and forth. + var it = actual.iterator; + var pos = -1; + if (random.nextBool()) { + pos = expected.length; + it = actual.iteratorAtEnd; + } + var steps = 5 + random.nextInt(expected.length * 2 + 1); + var lastMove = false; + while (true) { + var back = false; + if (pos < 0) { + expect(lastMove, false); + expect(it.isEmpty, true); + } else if (pos >= expected.length) { + expect(lastMove, false); + expect(it.isEmpty, true); + back = true; + } else { + expect(lastMove, true); + expect(it.current, expected[pos]); + back = random.nextBool(); + } + if (--steps < 0) break; + if (back) { + lastMove = it.moveBack(); + pos -= 1; + } else { + lastMove = it.moveNext(); + pos += 1; + } + } + } + +} \ No newline at end of file diff --git a/ohos/flutter_characters/lib/rt_example_test.dart b/ohos/flutter_characters/lib/rt_example_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..f66e01058fa7f43bc9c3c6d08aade87a87e9d06b --- /dev/null +++ b/ohos/flutter_characters/lib/rt_example_test.dart @@ -0,0 +1,171 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; +import 'package:characters/characters.dart'; + +class JKExampleTestPage extends StatefulWidget { + static const String routeName = "/example_test"; + String? title = ""; + + JKExampleTestPage({Key? key}) : super(key: key) {} //; + + @override + _JKExampleTestPageState createState() => _JKExampleTestPageState(); +} + +class _JKExampleTestPageState extends State { + // int anInt = 0; + // String aString = ''; + // List aList = []; + // bool _done = false; + + //Future chainFuture = Future(() => {}); + + String stringIs = ""; + String stringLength = ""; + String charactersLength = ""; + String theStringEndWith = ""; + String theLastCharacter = ""; + String substring_1 = ""; + String skippingLastCharacter = ""; + String changeFlag = ""; + + void testExample() { + // Allocate and free some native memory with calloc and free. + var hi = 'Hi 🇩🇰'; + stringIs = 'String is "$hi"\n'; + print(stringIs); + + // Length. + stringLength = 'String.length: ${hi.length}'; + charactersLength = 'Characters.length: ${hi.characters.length}\n'; + print(stringLength); + print(charactersLength); + + // Last character. + //theStringEndWith = 'The string ends with: ${hi.substring(hi.length - 1)}'; + theStringEndWith = 'The string ends with:${hi.substring(0)}'; + theLastCharacter = 'The last character: ${hi.characters.last}\n'; + print(theStringEndWith); + print(theLastCharacter); + + // Skip last character. + //substring_1 = 'Substring -1: "${hi.substring(0, hi.length - 1)}"'; + substring_1 = 'Substring -1: "${hi.substring(0, 1)}"'; + skippingLastCharacter = + 'Skipping last character: "${hi.characters.skipLast(1)}"\n'; + print(substring_1); + print(skippingLastCharacter); + + // Replace characters. + var newHi = hi.characters.replaceAll('🇩🇰'.characters, '🇺🇸'.characters); + changeFlag = 'Change flag: "$newHi"'; + print(changeFlag); + + print('刷新ui'); + setState(() { + // 刷新ui + }); + } + + @override + void initState() { + // TODO: implement initState + super.initState(); + + testExample(); + } + + @override + Widget build(BuildContext context) { + print('刷新ui6677'); + + // 设置字号颜色 + //Theme.of(context).textTheme.headlineSmall!.copyWith(color: Colors.black54,fontSize: 30); + Theme.of(context) + .textTheme + .headlineSmall! + .copyWith(color: Colors.black54, fontSize: 30); + + // 1.获取数据 + final args = ModalRoute.of(context)?.settings.arguments; + //widget.title = args as String ?? "66"; + + return Scaffold( + appBar: AppBar( + centerTitle: true, + title: Row( + mainAxisAlignment: MainAxisAlignment.center, + mainAxisSize: MainAxisSize.min, + children: [ + Text(widget.title ?? ""), + ], + ), + leading: IconButton( + icon: Icon(Icons.arrow_back_ios), + onPressed: () { + Navigator.of(context).pop(); + }, + ), + ), + body: SingleChildScrollView( + child: Column( + children: [ + Center( + child: Container( + child: Text(stringIs), + ), + ), + Center( + child: Container( + child: Text(stringLength), + ), + ), + Center( + child: Container( + child: Text(charactersLength), + ), + ), + Center( + child: Container( + child: Text(theStringEndWith), + ), + ), + Center( + child: Container( + child: Text(theLastCharacter), + ), + ), + Center( + child: Container( + child: Text(substring_1), + ), + ), + Center( + child: Container( + child: Text(skippingLastCharacter), + ), + ), + Center( + child: Container( + child: Text(changeFlag), + ), + ), + ], + ), + ), + ); + } +} diff --git a/ohos/flutter_characters/lib/text_samples.dart b/ohos/flutter_characters/lib/text_samples.dart new file mode 100644 index 0000000000000000000000000000000000000000..772d9916949ba3893004b22e59d6dec49f4977a4 --- /dev/null +++ b/ohos/flutter_characters/lib/text_samples.dart @@ -0,0 +1,2211 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +/// From: https://ko.wikipedia.org/wiki/%ED%95%9C%EA%B8%80 +/// text converted to Unicode NFD format. +/// Text is available under the [Creative Commons Attribution-ShareAlike License](https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License). +const hangul = """ +한글 +위키백과, 우리 모두의 백과사전. +둘러보기로 가기검색하러 가기 + 이 문서에는 옛 한글이 포함되어 있습니다. +관련 글꼴이 설치되지 않은 경우, 일부 문자가 깨진 글자로 표시될 수 있습니다. 옛 한글 도움말을 참고하여 볼 수 있습니다. + 다른 뜻에 대해서는 한글 (동음이의) 문서를 참조하십시오. + 서적에 대해서는 훈민정음 문서를, 언어에 대해서는 한국어 문서를 참조하십시오. +한글 · 조선글 + + +한글의 구조 +한글의 구조 +원래 이름 훈민정음(訓民正音) +유형 음소문자 +표기 언어 한국어, 제주어, 찌아찌아어 +사용 시기 1443년 ~ 현재 +창제자 세종 +ISO 15924 Hang +한국어의 표기법 +문자 +한글 +한자 +한글 점자 +한글전용 +국한문혼용 +이두 +향찰 +구결 +로마자 표기법 +국어의 로마자 표기법 +매큔-라이샤워 표기법 +예일 로마자 표기법 +ISO/TR 11941 +김복문 로마자 표기법 +양병선 로마자 표기법 +21세기 로마자 표기법 +음소문자의 역사 +원시 시나이 문자 (기원전 18 ~ 15세기) + +우가리트 문자 (기원전 15세기) +원시 가나안 문자 (기원전 14세기) +페니키아 문자 (기원전 11세기) +고대 히브리 문자 (기원전 10세기) +사마리아 문자 (기원전 6세기) +아람 문자 (기원전 8세기) +브라흐미 문자와 인도 문자 (기원전 6세기) +티베트 문자 (7세기) +크메르 문자/자와 문자 (9세기) +히브리 문자 (기원전 3세기) +시리아 문자 (기원전 2세기) +나바테아 문자 (기원전 2세기) +아랍 문자 (4세기) +타나 문자 (18세기) +소그드 문자 (기원전 4세기) +돌궐 문자 (5세기) +로바쉬 문자 (12세기) +위구르 문자 (8세기) +몽골 문자 (13세기) +만주 문자 (16세기) +팔라비 문자 (기원전 3세기) +아베스타 문자 (4세기) +그리스 문자 (기원전 9세기) +에트루리아 문자 (기원전 8세기) +로마자 (기원전 7세기) +룬 문자 (2세기) +고트 문자 (3세기) +콥트 문자 (300년) +아르메니아 문자 (405년) +조지아 문자 (5세기) +글라골 문자 (862년) +키릴 문자 (10세기) +아부르 문자 (1372년) +고대 히스파니아 문자 (기원전 7세기) +남아랍 문자 금석문 (기원전 9세기) +그으즈 문자 (기원전 5 ~ 6세기) +메로이트 문자 (기원전 3세기) +오검 문자 (4세기) +한글 1443년 +캐나다 문자 1840년 +주음부호 1913년 +전체 분류 +v • d • e • h +한글은 발음기관과 하늘, 땅, 사람을 본따 고안된 음소문자로, 닿소리 14자에 홀소리 10자 총 24자로 구성되어 있다. "나랏말이 중국과 달라" 문제를 느낀 조선 세종이 한국어를 표기하기 위하여 1443년 창제, 1446년 반포하였다. 낱자가 음가만 표기하기 때문에 갈래로는 음소문자에 속하나, 네모 칸에 초성, 중성, 종성을 이루는 자모음을 한데 모아 쓰는 방식 때문에 음절문자의 특성도 일부 지닌다. 원래 글자 수는 닿소리 17자에 홀소리 11자 총 28자였으나 이후 4자가 소실, 24자만 쓰이게 되었다. 대한민국과 조선민주주의인민공화국과 옌볜 조선족 자치주에서는 공용 문자로, 인도네시아 부톤 섬에서는 찌아찌아어의 보조 문자로 채택되었다. 북한에서는 조선글(朝鮮-)이라 한다. + +세계에서 유일하게 만든 사람,만든 이유,만든 날짜를 아는 글자이다. + + +목차 +1 명칭 +2 역사 +2.1 창제 +2.2 창제 논란 +2.3 조선 +2.4 근대 이후 +2.5 현대 이후 +3 창제원리 +4 구조 +4.1 낱자 +4.2 모아쓰기 +4.3 표기 가능한 글자 수와 소리나는 음절 개수 +5 한글의 유래 +6 한글에 관한 여러 이설 +6.1 파스파 문자 기원설 +6.2 기타 한글과 유사하다고 주장하는 문자 +6.2.1 가림토와 신대 문자 +6.2.2 구자라트 문자 +6.3 다른 언어에서의 한글 사용 +7 오해와 사실 +8 한글 자모일람 +8.1 방언 한글 자모 +8.2 고문 한글 자모 +8.3 복합원음와 보음 +9 관련 항목 +10 각주 +11 참고 문헌 +12 읽을거리 +13 외부 링크 +명칭 +창제 때는 백성(民)을 가르치는(訓) 바른(正) 소리(音), 훈민정음(訓民正音)이라 하였고, 줄여서 정음(正音)이라고도 했다. + +'한글'이라는 이름은 주시경이 ‘큰’, ‘바른’, ‘하나’를 뜻하는 고유어 ‘한’을 차용하여 지었다. 하지만 주시경의 의도한 뜻이 무엇이었는지는 명확히 밝혀진 바가 없다. + +한글 창제 당시에는 백성을 가르치는 바른소리라는 뜻으로 훈민정음이라 하였고, 줄여서 정음(正音)이라고도 하였다. 조선시대에는 지식층으로부터 경시되며, 본래의 이름으로 쓰지 않고 막연히 언문(諺文)[1], 언서(諺書)[2], 반절(反切)[3] 로 불리거나, 혹은 암클(여성들이 배우는 글), 아햇글(어린이들이 배우는 글)이라고 불렀다고 알려져 있다. (단, 암클, 아햇글이라는 표현은 그 출처가 불분명하다.) 1894년 갑오개혁 이후 국서(國書), 국문(國文)이라고 불렀고 혹은 조선글로 부르기도 하였는데 이것은 한국의 글이라는 보통 이름일 뿐이며, 고유명사로 한글이라는 이름이 널리 쓰이기 전에는 가갸, 정음 등으로 불렀다. + +처음 한글이라는 이름이 사용된 것에대한 명확한 기록은 없다. 다만 1913년 3월 23일 주시경이 ‘배달말글몯음(조선어문회, 朝鮮言文會)[4]’를 ‘한글모’로 바꾼 바 있고[5], 같은 해 9월 최남선의 출판사 ‘신문관(新文館)’에서 창간한 어린이 잡지 《아이들 보이》의 끝에 가로글씨로 '한글풀이’라 한 것이 있고[6], 1914년 4월에 ‘조선어강습원(朝鮮語講習院)’이 ‘한글배곧’으로 이름을 바꾼 것 등으로 볼 때 1913년 무렵 주시경이 처음으로 사용한 것으로 보이며, 1927년에는 조선어학회 회원들이 《한글》이라는 잡지를 매달 발간하였다. 한글이라는 명칭이 일반화된 것은 1928년 11월 11일 조선어연구회에서 가갸날을 한글날로 고쳐 부른 때부터라고 한다. + +현재 한글의 명칭을 대한민국에서는 한글로, 조선민주주의인민공화국에서는 조선어자모로 부르는데[7], 2001년 2월 중국 옌지에서 열린 ‘제5차 코리안 컴퓨터 처리 국제 학술 대회(ICCKL 2001)’에서는 남과 북, 해외 동포 학자들이 국제 표준화 기구(ISO)에 등록하기 위한 명칭으로 ‘정음(Jeong'eum)’을 쓰기로 합의하였다. + +다른 나라에서는 한글(Hangul/Hangeul)이라는 이름을 많이 쓰지만, 중국에서는 조선 자모(중국어: 朝鮮字母, 병음: Cháoxiǎn zìmǔ 차오셴 쯔무[*])와 같은 이름을 쓴다. 일본에서는 한글은 물론 한국어를 ‘한구루(한글)(ハングル)’로 부르기도 하는데, 이는 NHK 방송에서 한국어 강좌를 설립시에 대한민국의 ‘한국어’와 조선민주주의인민공화국의 ‘조선어’ 사이에서 중립적인 위치를 지키기 위해 한국어 강좌 명칭으로 '한글강좌'를 사용하여 많은 일본인들이 이를 보고 한글의 뜻을 한국어로 오해한 것이다. + +한글이라는 이름은 본디 문자의 이름이지만, 관용적으로는 한국어를 한글로 적은 것이라는 의미로 책이나 소프트웨어, 게임 등의 한국어 번역 작업을 한글화라 하고 번역본을 한글판이라 부르기도 한다. 그리고 한글 이름, 한글 지명처럼 고유어라는 의미로 쓰이기도 한다. 하지만 표준국어대사전에서는 두 의미 모두 등재되지 않았으며, 한국어화, 한국어판이 맞는 표현이다. + +역사 + +《훈민정음 언해》의 서두 +창제 +한국은 삼국시대부터 이두(吏讀)와 구결(口訣)을 써 왔는데, 구결은 본래 한문에 구두(句讀)를 떼는 데 쓰기 위한 일종의 보조적 편법에 지나지 않았고, 이두는 비록 한국어를 표시함에 틀림이 없었지만 한국어를 자유자재로 적을 수 없었으며, 그 표기법의 일원성(一元性)이 없어서 설사 이두로써 족하다 해도 한자교육이 선행되어야 했다. 이러한 문자생활의 불편은 한자를 쓰지 않고도, 배우기 쉽고 쓰기 쉬운 새로운 글자의 출현이 절실히 요구되었다. + +이러한 사조가 세종때에 특히 두드러져 드디어 1443년 음력 12월에 문자혁명의 결실을 보게 되었다. 훈민정음 창제의 취지에 관하여는 세종이 손수 저술한 《훈민정음》 예의편(例義篇) 첫머리에 잘 나타나 있는데, 첫째 한국어는 중국말과 다르므로 한자를 가지고는 잘 표기할 수 없으며, 둘째 우리의 고유한 글자가 없어서 문자생활의 불편이 매우 심하고, 셋째 이런 뜻에서 새로 글자를 만들었으니 일상생활에 편하게 쓰라는 것이다. + +‘훈민정음’은 “백성을 가르치는 바른소리”라는 뜻으로[8], 세종의 어제 서문과 정인지 서(序)에서 분명히 밝히고 있는바, 당시까지 한문 의존에 따른 어려움을 근본적으로 극복하기 위해 한국어의 고유문자로서 창제되었다. + +한편, 훈민정음 창제 후 5년 뒤에 《동국정운(東國正韻)》이 간행되는데, 당시 조선에서 통용되던 한자음을 중국어 원음으로 교정하기 위한 책으로서 이것의 발음 표기에 훈민정음이 사용되고 있다. 따라서, 세종의 훈민정음 창제가 한자 및 한문의 폐지를 목적한 것은 아니라고 보이며, 훈민정음의 활용 범위가 상당히 넓었음을 짐작할 수 있다. 훈민정음에 대하여 반대하는 신하들이 있었는데 대표적으로 최만리는 상소를 올려 반대하였다. 그러나 세종은 "경이 운서를 아는가? 사성칠음에 자모가 몇이나 있는가? 만일 짐이 운서를 바로잡지 아니하면 누가 이를 바로잡을 것인가?" 라고 말하였다. + +처음 만들었을 때는 낱자 28글자와 성조를 나타내는 기호(방점)가 따로 있었으나, 지금은 ㅿ, ㆁ, ㆆ, ㆍ 네 글자와 성조 기호(방점)가 사라져서 24글자가 되었다. (제주도를 비롯한 몇 곳에서는 아직도 ㆍ의 발음이 남아 있다.) + +그 뒤로 몇 백 년에 걸쳐, 식자층은 주로 한글보다는 한문 위주의 문자 생활을 했지만 한자를 배울 수 없었던 백성과 여자들은 서로 주고 받는 편지나 계약서 등에 한글을 썼고, 궁궐에서 여자끼리 주고 받는 문서에 한글을 쓰기도 하였다. + +창제 논란 +오늘날 한글이라 불리는 글이 창제되었다는 사실이 세상에 알려진 것은 세종대왕 25년인 1443년이다. 창제 당시에 한글은 '훈민정음'이라 불렸으며 1446년 음력 9월 초에는 《훈민정음》(통칭 '해례본')이 책으로 엮어졌다. 이 사실은 정인지(鄭麟趾)가 쓴 〈서(序)〉로 확인된다.[9] + +지금까지 논란이 되고 있는 부분은 세종대왕이 홀로 글을 창제했는지, 집현전 학자들의 도움을 받았는지, 아니면 세종대왕의 명을 받아 집현전 학자들이 글을 창제했는지가 문제이다. 세종실록(世宗實錄)은 훈민정음을 세종대왕이 친히 만들었다고 기록하고 있으며[10], 누구의 도움을 받았다는 기록은 없다.[11] + +다시 말하면 시월 상친제언문이십팔자(是月 上親制諺文二十八字, 세종 25년, 12월 30일)에서 ‘상친제(上親制)’란 세종이 직접 한글을 만들었다는 뜻인데 '세종실록' 안에는 다른 업적에 관해서는 "친제"라는 말이 없었지만, 훈민정음(한글)에 관해서는 이렇게 확실하게 적어 놓았다는 것이다. 또한, 집현전 학자였던 정인지가 집필한 훈민정음 해례본의 서문 중에도 세종대왕이 직접 한글을 창제했다는 내용이 있다.[12] + +그러나 성현(成俔, 1439년~1504년)의 《용재총화(慵齋叢話)》 제7권에서 세종이 언문청을 세워 신숙주, 성삼문 등에게 글을 짓도록 명을 내렸다는 주장이 나왔다. 주시경은 《대한국어문법》(1906년)에서 세종이 집현전 학자들의 도움을 받아 한글을 창제했다고 썼다. 그리하여 한글 창제에 집현전 학자들이 관여했다는 설이 우세하게 되었으나, 이기문을 비롯한 학자들은 기록에 나타난 당시 정황을 볼 때 세종이 한글을 홀로 창제한 것이 아니라고 볼 이유가 없다고 주장하고 있다. 한글 창제 후 세종은 표음주의 표기가 일반적인 당대의 표기법과는 달리 형태주의 표기를 주로 활용하고 동국정운 같은 책을 편찬한 예에서 보듯이 국어와 중국어의 전반에 걸쳐 음운학 및 언어학에 깊은 조예와 지식을 보여 주었다. 집현전 학자들은 한글 창제 후 정음청에서 한글을 사용한 편찬 사업에만 관여했다는 것이다.[13] + +조선 +처음에 ‘훈민정음’으로 반포된 한글은 조선시대에는 '언문'이라고 불렸다. 이것은 《세종실록》에서 '상친제언문이십팔자(上親製諺文二十八字)'라고 한 것에 연유하는데 한자를 제외한 문자는 ‘언문’이라고 불렀기 때문이다. 여성들이 많이 한글을 썼기 때문에 ‘암클’ 등으로 낮추어 불리기도 하였으나, 궁중과 일부양반층, 백성들 사이에서도 사용되었다. + +1445년(세종 27) 4월에 훈민정음을 처음으로 사용하여 악장(樂章)인 《용비어천가》를 편찬하고, 1447년(세종 29) 5월에 간행하였다. 목판본 10권 5책 모두 125장에 달하는 서사시로서, 한글로 엮어진 책으로는 한국 최초의 것이 된다. 세종은 “어리석은 남녀노소 모두가 쉽게 깨달을 수 있도록” 《(세종실록》, 세종 26년) 《삼강행실도》를 훈민정음으로 번역하도록 했으며, 훈민정음이 반포된 뒤에는 일부 관리를 뽑을 때 훈민정음을 시험하도록 했다. 이후로 민간과 조정의 일부 문서에서 훈민정음을 써 왔다. + +이러한 한글 보급 정책에 따라 한글은 빠르게 퍼져 반 세기 만인 1500년대 지방의 노비 수준의 신분인 도공에게까지 쓰이게 되었다.[14] + +연산군은 1504년(연산군 10년) 훈민정음을 쓰거나 가르치는 것을 금했지만, 조정안에서 훈민정음을 쓰는 것을 금하지는 않았으며, 훈민정음을 아는 사람을 일부러 궁궐에 등용하기도 했다고 전한다. + +율곡 이이가 《대학》에 구결을 달고 언해한 《대학율곡언해》는 1749년에 간행되었다.[15] + +조선 중기 이후로 가사 문학, 한글 소설 등 한글로 창작된 문학이 유행하였고, 서간에서도 한글/정음이 종종 사용되었다. + +근대 이후 +1894년(조선 고종 31년) 갑오개혁에서 마침내 한글을 ‘국문’(國文 나랏글)이라고 하여, 1894년 11월 21일 칙령 제1호 공문식(公文式) 제14조[16] 및 1895년 5월 8일 칙령 제86호 공문식 제9조[17] 에서 법령을 모두 국문을 바탕으로 삼고 한문 번역을 붙이거나 국한문을 섞어 쓰도록 하였다. 1905년 지석영이 상소한 6개 항목의 〈신정국문(新訂國文)〉이 광무황제의 재가를 얻어 한글 맞춤법으로서 공포되었으나, 그 내용의 결점이 지적되면서 1906년 5월에 이능화(李能和)가 〈국문일정의견(國文一定意見)〉을 제출하는 등 논란이 되자, 당시 학부대신 이재곤(李載崑)의 건의로 1907년 7월 8일 대한제국 학부에 통일된 문자 체계를 확립하기 위한 국어 연구 기관으로 '국문연구소(國文硏究所)'가 설치되었는데, 국문연구소의 연구 성과는 1909년 12월 28일 학부에 제출한 보고서로서 〈국문연구의정안(國文硏究議定案)〉 및 어윤적, 이종일(李鍾一), 이억(李億), 윤돈구(尹敦求), 송기용(宋綺用), 유필근(柳苾根), 지석영, 이민응(李敏應)의 8위원 연구안으로 완결되었다. + + +한글과 한문이 혼용되어 쓰인 매일신보 1944년 기사 +한편, 민간에서는 1906년 주시경이 《대한국어문법(大韓國語文法)》을 저술하여 1908년에 《국어문전음학(國語文典音學)》으로 출판하였으며, 1908년 최광옥(崔光玉)의 《대한문전(大韓文典)》, 1909년 유길준(兪吉濬)의 《대한문전(大韓文典)》, 김희상(金熙祥)의 《초등국어어전(初等國語語典)》, 1910년 주시경의 《국어문법(國語文法)》등이 출간되고, 이후에도 1911년 김희상의 《조선어전(朝鮮語典)》, 1913년 남궁억(南宮檍)의 〈조선문법(朝鮮文法)〉, 이규영(李奎榮)의 〈말듬〉, 1925년 이상춘(李常春)의 《조선어문법(朝鮮語文法)》 등으로 이어지면서, 1937년 최현배의 《우리말본》으로 집대성된다. + +이와 함께, 조선어학회와 같은 모임에서 꾸준히 애쓴 덕에 조금씩 한국어의 표준 문자로 힘을 얻게 되어 누구나 쓸 수 있게끔, 널리 퍼지게 되었다. '한글'이라는 이름은 주시경이 지은 것이며 조선어학회가 이 이름을 널리 알리기 시작한 것도 이 즈음이다. 일제강점기를 거쳐 광복을 맞이한 다음에는 남북한 모두 공문서와 법전에 한글을 쓰게 되었고, 끝내 조선어를 받아적는 글자로 자리잡게 되었다. + +현대 이후 +한국에서는 한글전용법이 시행되어 한자의 사용이 줄어들면서 1990년대 그 사용이 절정을 이루었다.[18] 이후 정부차원에서의 영어우대정책으로 인해 한글의 사용이 점차 줄고 있다는 지적이 있다.[19] + +2009년에는 문자가 없어 의사 소통에 곤란을 겪었던 인도네시아의 소수 민족인 찌아찌아족이 자신들의 언어 찌아찌아어의 표기 문자로 시범적으로 한글을 채택, 도입하였다. 그러나 주 정부의 반대와 소수만 배우는 문제 등으로 인해서 이 방법은 사용되지 않고 있다. 그리고 2012년에 솔로몬 제도에 있는 일부 주가 모어 표기문자로 한글을 도입하였다.[20] + +창제원리 +『훈민정음 해례본(訓民正音 解例本)』을 바탕으로 한글과 음양오행의 관계를 기록하였다. + +가. 모음은 음양의 원리를 기본으로 만들어졌다. + +기본 모음'ㆍ, ㅡ, ㅣ'를 보면 'ㆍ'(아래아)는 양(陽)인 하늘(天)을 본 떠 만들고, 'ㅡ'는 음(陰)인 땅(地)을 본 떠 만들었으며 'ㅣ'는 음과 양의 중간자인 인간(人)의 형상을 본 떠 만들었다. 천지인(天地人)은 단군사상에서 유래한 것으로 우주를 구성하는 주요한 요소인 하늘(·)과 땅(ㅡ), 사람(ㅣ)을 나타낸다.[21] +『훈민정음 해례본』에 따르면 'ㅏ,ㅑ, ㅗ, ㅛ'는 'ㆍ'(아래아) 계열의 글자이다. +'ㆍ'(아래아)의 속성은 양이다. 양의 특성은 위로의 상승, 바깥으로의 확장이다. 따라서 점을 위, 바깥 쪽에다 찍은 것. + +'ㅓ, ㅕ, ㅜ, ㅠ'는 그 반대로 'ㅡ' 계열의 글자이기 때문에 음의 속성을 따라, 하강, 수축의 뜻으로 점을 안쪽, 아래로 찍은 것. +나. 자음은 오행을 바탕으로 만들어졌다. + +『훈민정음 해례본』에선 각 방위와 발음기관을 연결시키고, 해당 발음기관에서 나는 소리 또한 방위와 연관시키고 있다. 방위는 또 계절과 연결이 되므로, 결국 소리는 계절과 연결된다. +(소리=방위=계절, 소리=계절) 계절은 봄, 여름, 늦여름, 가을, 겨울 순이므로, 소리 역시 어금닛소리(ㄱ, 봄), 혓소리(ㄴ, 여름), 입술소리(ㅁ, 늦여름), 잇소리(ㅅ, 가을), 목소리(ㅇ,겨울) 순으로 배열한다. + +『훈민정음 해례본』에서 기본 자음을 ㄱ,ㄴ,ㅁ,ㅅ,ㅇ,ㄹ 순으로 배열한 것은 오행 원리와 연관이 있다. +자음과 오행의 관계 정리표 +속성 계절 방위 음성 음계 +목(木, 나무) 춘(春, 봄) 동(東, 동녘) 어금닛소리(ㄱ,ㅋ,ㄲ) 각(角) +화(火, 불) 하(夏, 여름) 남, (南, 남녘) 혓소리(ㄴ,ㄷ,ㅌ,ㄸ) 치(徵) +토(土, 흙) 계하 (季夏, 늦여름) 중앙(中, 無定) 입술소리(ㅁ,ㅂ,ㅍ,ㅃ,) 궁(宮) +금(金, 쇠) 추(秋, 가을) 서(西, 서녘) 잇소리(ㅅ,ㅆ,ㅈ,ㅊ,ㅉ) 상(商) +수(水, 물) 동(冬, 겨울) 북(北, 북녘) 목소리(ㅇ, ㅎ) 우(羽) +구조 +한글은 낱소리 문자에 속하며, 낱자하나는 낱소리하나를 나타낸다. 낱소리는 닿소리(자음)와 홀소리(모음)로 이루어진다. + +한 소리마디는 첫소리(초성), 가운뎃소리(중성), 끝소리(종성)의 낱소리 세 벌로 이루어지는데, 첫소리와 끝소리에는 닿소리를 쓰고 가운뎃소리에는 홀소리를 쓴다. 한글은 낱자를 하나씩 풀어쓰지 않고 하나의 글자 마디로 모아쓰는 특징을 가지고 있다. + +낱자 +이 부분의 본문은 한글 낱자입니다. +처음 한글 낱자는 닿소리 17자와 홀소리 11자로 총 28가지였다. 오늘날 한글 낱자에 쓰이지 않는 없어진 글자를 소실자(消失字)라 하는데, 닿소리 ㅿ(반시옷), ㆁ(옛이응), ㆆ(여린히읗)과 홀소리 ㆍ(아래아)의 네 글자이다. 이로써 현대 한글은 모두 24자로서 닿소리 14자와 홀소리 10자로 되었다. 낱자의 이름과 순서는 다음과 같다. + +훈민정음 창제 당시에는 낱자 자체의 칭호법(稱號法)은 표시되어 있지 않았고, 중종 때 최세진의 《훈몽자회》에 이르러 각 낱자의 명칭이 붙게 되었다. 하지만 기역, 디귿, 시옷은 이두식 한자어 명칭을 그대로 사용하여 일제시대의 언문 철자법을 거쳐 지금까지 그대로 사용하게 되었다.[22] + +각 자모에 대한 소릿값을 살펴보면, 첫소리 아·설·순·치·후(牙舌脣齒喉)와 반설·반치(反舌半齒)의 7음으로 구별하였고, 모음은 따로 구별하지 않았다. 이러한 7음과 각 자모의 독특한 배열 순서는 중국 운서(韻書)를 그대로 모방한 것이라고 여겨진다. 그리고 실제로 쓸 적에는 각 낱자를 독립시켜 소리 나는 차례대로 적지 않고, 반드시 닿소리와 홀소리를 어울려 쓰기로 하였으니, 곧 <· ㅡ ㅗ ㅜ ㅛ ㅠ >는 자음 아래에 쓰고, <ㅏ ㅓ ㅑ ㅕ>는 자음 오른쪽에 붙여 쓰기로 하였다. 즉 음절문자(音節文字)로 하되, 그 모양이 네모꼴이 되도록 하였으니, 이는 한자의 꼴에 영향을 받았기 때문이라 여겨진다. + +닿소리 +ㄱ ㄴ ㄷ ㄹ ㅁ ㅂ ㅅ ㅇ ㅈ ㅊ ㅋ ㅌ ㅍ ㅎ +기윽/기역 니은 디읃/디귿 리을 미음 비읍 시읏/시옷 이응 지읒 치읓 키읔 티읕 피읖 히읗 +홀소리 +ㅏ ㅑ ㅓ ㅕ ㅗ ㅛ ㅜ ㅠ ㅡ ㅣ +아 야 어 여 오 요 우 유 으 이 +이 스물네 가지를 바탕으로 하는데 모두 홑소리(단음)이고, 홑소리로 나타낼 수 없는 겹소리(복음)는 두세 홑소리를 어울러서 적되, 그 이름과 순서는 다음과 같다. + +겹닿소리 +ㄲ ㄸ ㅃ ㅆ ㅉ +된기윽/쌍기역 된디읃/쌍디귿 된비읍/쌍비읍 된시읏/쌍시옷 된지읒/쌍지읒 +겹홀소리 +ㅐ ㅒ ㅔ ㅖ ㅘ ㅙ ㅚ ㅝ ㅞ ㅟ ㅢ +애 얘 에 예 와 왜 외 워 웨 위 의 +소실자 닿소리 +ㅿ ㆁ ㆆ +반시옷 옛이응 여린히읗 +유성 치경 마찰음 연구개 비음 성문 파열음 +반시옷은 알파벳의 z에 해당하는 음가를 가진 것으로 추정되며 여린히읗은 1을 강하게 발음 시 혀로 목구멍을 막으며 발음된다. + +현대 한글에서는 끝소리가 없으면 받침을 쓰지 않고 끝소리가 있을 때에만 홑받침 또는 겹받침을 쓰는데, 홑받침에는 모든 닿소리가 쓰이며, 겹받침에는 홑홀소리 아래에만 놓이는 겹닿소리 ㄲ(쌍기역)과 ㅆ(쌍시옷)과 따로 이름이 없지만 모든 홀소리 아래에 놓일 수 있는 겹받침으로만 쓰이는 겹닿소리가 있다. 모든 받침의 소릿값은 끝소리 규칙에 따라 8갈래로 모인다.[23] + +겹받침 +ㄲ ㅆ ㄳ ㄵ ㄶ ㄺ ㄻ ㄼ ㄽ ㄾ ㄿ ㅀ ㅄ +받침의 소릿값 +ㄱ ㄴ ㄷ ㄹ ㅁ ㅂ ㅇ +사전에 올릴 때에는 첫소리 > 가운뎃소리 > 끝소리의 순으로 정렬하되, 그 정렬 순서는 다음과 같다. + +정렬 순서 +첫소리 ㄱ ㄲ ㄴ ㄷ ㄸ ㄹ ㅁ ㅂ ㅃ ㅅ ㅆ ㅇ ㅈ ㅉ ㅊ ㅋ ㅌ ㅍ ㅎ +가운뎃소리 ㅏ ㅐ ㅑ ㅒ ㅓ ㅔ ㅕ ㅖ ㅗ ㅘ ㅙ ㅚ ㅛ ㅜ ㅝ ㅞ ㅟ ㅠ ㅡ ㅢ ㅣ +끝소리 ( ) ㄱ ㄲ ㄳ ㄴ ㄵ ㄶ ㄷ ㄹ ㄺ ㄻ ㄼ ㄽ ㄾ ㄿ ㅀ ㅁ ㅂ ㅄ ㅅ ㅆ ㅇ ㅈ ㅊ ㅋ ㅌ ㅍ ㅎ +모아쓰기 +한글의 모든 낱자는 한데 모아쓰도록 하고 있으며, 닿소리를 가장 먼저 쓰고 그 오른쪽이나 아래에 홀소리를 적으며, 모든 받침은 닿소리와 홀소리 밑에 놓인다. 따라서, 글자 마디로 모아쓸 때는 다음과 같은 틀에 맞추어 쓴다. + +중성이 ㅏ, ㅐ, ㅑ, ㅒ, ㅓ, ㅔ, ㅕ, ㅖ, ㅣ일 때는 중성을 초성의 오른쪽에 붙여 쓴다. +초성 중성 +초성 중성 +종성 +중성이 ㅗ, ㅛ, ㅜ, ㅠ, ㅡ일 때는 중성을 아래쪽에 붙여 쓴다. 종성이 있으면 그 아래 붙여 쓴다. +초성 +중성 +초성 +중성 +종성 +중성이 ㅘ, ㅙ, ㅚ, ㅝ, ㅞ, ㅟ, ㅢ와 같이 아래쪽에 붙이는 모음과 오른쪽에 붙이는 모음의 복합일 때는 다음과 같이 아래쪽에 먼저, 그 다음 오른쪽에 붙여 쓴다. 종성은 마찬가지로 아래쪽에 붙여 쓴다. +초성 중성 +중성 +초성 중성 +중성 +종성 +표기 가능한 글자 수와 소리나는 음절 개수 +현대 한글은 낱자를 엮어 11,172(첫소리 19 × 가운뎃소리 21 × (끝소리 27 + 끝소리 없음 1))글자 마디를 쓸 수 있다. 11,172자 중 399자는 무받침 글자이며 10,773자는 받침 글자이다. 사용 빈도는 KS X 1001 완성형 한글 코드에 선별된 2,350글자가 상위 99.9%로 알려져 있다.[출처 필요] + +어문 규정에 의하여, 현대 한국어 표준어에서 실제 사용하는 음절은 이보다 적다. 한국어의 소리는 첫소리+가운뎃소리(+끝소리)로 이루어지는데, 표준어에서 첫소리에는 19가지 닿소리가 모두 쓰이되 첫소리에 놓인 ㅇ은 소리 나지 않는다. 끝소리는 7종성법에 따라 7갈래로 모이며 끝소리가 없는 것까지 더하여 모두 8갈래이므로 현대 한국어의 발음은 첫소리 19 × 가운뎃소리 21 × 끝소리 8 = 3,192가지 소리가 된다. + +그런데, 표준 발음법을 따르면 구개음 ㅈ, ㅉ, ㅊ 뒤의 이중 모음 ㅑ, ㅒ, ㅕ, ㅖ, ㅛ, ㅠ는 단모음 ㅏ, ㅐ, ㅓ, ㅔ, ㅗ, ㅜ로 소리나므로 첫소리 3 × 가운뎃소리 6 × 끝소리 8 = 144소리가 빠지고, 아울러 소리나는 첫소리 (ㅇ이 아닌 첫소리 뒤에 오는)를 얹은 가운뎃소리 [ㅢ]는 ㄴ을 제외하면(ㄴ의 경우는 구개음화에 따른 다른 음소로 인정하고 있다.) [ㅣ]로 소리나므로(한글 맞춤법 제9항 및 표준 발음법 제5항 단서 3) 첫소리 17 × 가운뎃소리 1 × 끝소리 8 = 136 소리가 다시 빠진다. 따라서, 현재 한국어 표준어에서 실제 사용하는 소리마디는 3192 − 144 − 136 = 2,912가지가 된다. + +옛 한글의 경우, 2009년 10월 1일 발표된 유니코드 5.2에 포함되어 있는 옛 한글 자모의 총 개수는 초성 124개, 중성 95개, 종성 137개와 채움 문자 2개(초성, 중성)이다. 방점 2개는 현재 유니코드에 등록돼 있다. 방점을 제외하고, 총 조합 가능한 글자 마디 개수를 구한다면 다음과 같다. + +조합 가능한 한글 코드(125×96×138): 1,656,000개 +완성된 한글(124×95×138): 1,625,640개 +조합 가능한 비표준 한글: 총 16,989개 +채움 문자로만 구성된 한글: 1개 +초성, 종성만 있는 비표준 한글(124×137): 16,988개 +∴ 표준 한글 총 개수(조합 가능한 한글 코드 − 비표준 한글): 1,639,011개 +한글의 유래 +《세종실록》에 최만리가 훈민정음이 “고전(古篆)을 본땄다(倣)”라고 말한 기록이 있는데,[24][25] 이 말이 모호하기 때문에 여러 가지 해석이 있다. ‘고전’의 해석에는 한자의 전자체(篆字體)라는 설과 당시에 ‘몽고전자’(蒙古篆字)로도 불렸던 파스파 문자를 말하는 것이라는 설이 있다. 《환단고기》를 인정하는 사람은 이것이 가림토를 일컫는 말이라고 주장한다. 또한 ‘본땄다’(倣)에 대해서도 그 생김새만이 닮았을 뿐이라는 풀이와 만드는 데에 참고를 했다, 또는 모두 본땄다 등의 여러 가지 해석이 있다. + +1940년 《훈민정음》(해례본)이 발견되기 이전에는 훈민정음의 창제 원리를 설명한 문헌이 존재하지 않아 그 유래에 대한 여러 이론이 제기되었다. 그 이전에 제기되었던 주요 학설은 다음과 같다. + +발음 기관 상형설: 발음 기관을 상형했다는 설. 신경준(申景濬), 홍양호(洪良浩), 최현배 +전자 기원설: 한문 비석 등에 쓰이는 전자체에서 유래되었다는 설. 황윤석(黃胤錫), 이능화 +몽골 문자 기원설: 몽골문자(파스파)에서 유래했다는 설. 이익(李翼), 유희(柳僖), 게리 레드야드(Gari Ledyard) +범자(梵字) 기원설: 불경과 함께 고대 인도 문자가 전해져, 그것에서 유래했다는 설. 성현, 이수광(李晬光) +고대 문자 전래설: 훈민정음 이전 민간에서 전해지던 고대문자로부터 유래했다는 설. +창문 상형설: 한옥의 창살 모양에서 유래했다는 설. 에카르트(P. A. Eckardt) +서장(西藏)글자·오행(五行)이론.[26] +《훈민정음》(해례본)에는 자음과 모음 각각에 대한 창제 원리가 상세히 설명되어 기본 자음 5자는 발음 기관의 모양을 추상화하고, 기본 모음 3자는 천지인 3재를 상징하여 창제되었고 다른 글자들이 획을 덧붙이는 방식으로 만들어졌다고 분명히 밝힘으로써, 여러 이설들을 잠재우고 정설이 되었다. + +한글에 관한 여러 이설 +파스파 문자 기원설 + +(위) ’파스파 문자 ꡂ [k], ꡊ [t], ꡎ [p], ꡛ [s], ꡙ [l]와 그에 대응하는 것으로 여겨지는 한글 문자 ㄱ [k], ㄷ [t], ㅂ [p], ㅈ [ts], ㄹ [l]. +(아래) 중국어를 표현하기 위한 파스파 문자 ꡯ w, ꡤ v, ꡰ f의 파생과 그의 변형 문자 ꡜ [h] +(왼쪽) 밑에 기호를 덧붙인 ꡧ [w][27] 와 유사한 중국어 표기용 한글 ㅱ w/m, ㅸ v, ㆄ f. 이 한글들은 기본자 ㅁ과 ㅇ에서 유래했다. +1966년 컬럼비아 대학의 게리 레드야드 교수는 그의 논문에서 훈민정음에서 언급한 고전(古篆)을 몽고전자(蒙古篆字)로 해석하며 한글이 파스파 문자에서 그 기하학적 모양을 차용했다고 주장했다.[28] 레드야드는 그 근거로 당시 조선의 궁에는 파스파 문자가 쓰이고 있었고, 집현전 학자 일부는 파스파 문자를 잘 알고 있었다는 점을 들며, 한글의 기본 자음은 ㄱ, ㄷ, ㅂ, ㅈ, ㄹ라고 제시했다. + +레드야드에 따르면 이 다섯개의 글자는 그 모양이 단순화되어 파열음을 위한 가획을 할 수 있는 여지(ㅋ, ㅌ, ㅍ, ㅊ)를 만들어 냈다고 한다. 그는 전통적인 설명과는 다르게 비파열음 ㄴ, ㅁ, ㅅ은 기본자 ㄷ, ㅂ, ㅈ의 윗부분이 지워진 형태라 주장했다. 그는 ㅁ이 ㅂ의 윗부분을 지워서 파생되기는 쉽지만, ㅁ에서 ㅂ의 모양을 이끌어 내는 것은 불분명하다고 주장했다. 즉 다른 파열음과 같은 방법으로 파생되었다면 ㅂ의 모양은 ㅁ위에 한 획이 더해진 형태(ㄱ-ㅋ, ㄷ-ㅌ, ㅈ-ㅊ의 관계처럼)여야 한다는 것이다. + +ㆁ자의 유래에 대한 설명도 기존과 다르다. 많은 중국 단어는 ng으로 시작하는데 세종대왕 집권 시기 즈음의 중국에서는 앞에 나오는 ng는 [ŋ]으로 발음하거나 발음하지 않았으며, 이런 단어가 한국어로 차용되었을 경우에도 이는 묵음이었다. 또한 논리적으로 추론 가능한 ng음의 모양은 ㄱ에서 가로 획을 제한 모양인데, 이는 모음 ㅣ과 구분하기 힘들었을 것이다. 따라서 세종대왕은 가로 획을 제한 ㄱ에 묵음이라는 뜻의 ㅇ을 더해 ㆁ을 만들었을 것이라 주장한다. 이는 단어 중간 혹은 끝에서의 [ŋ]의 발음과 단어 처음 부분에서의 묵음을 상징적으로 나타낼 수 있는 것이었다. + +중국어를 표기하기 위한 다른 글자는 ㅱ이었는데 훈민정음은 이를 微(미)의 초성이라 설명했다. 이는 중국 방언에 따라 m 혹은 w로 발음되는데 한글에서는 ㅁ([m])과 ㅇ의 조합(이에 대응되는 파스파 문자에서는 [w]로 발음한다)으로 만들어졌다. 파스파 문자에서 글자 밑에 환형의 모양을 그리는 것은 모음 뒤의 w를 의미했다. 레드야드는 ㅱ자의 'ㅇ'모양이 이 과정을 통해 만들어 졌다고 주장했다. + +마지막 증거로 레드야드는 ㄷ의 좌측 상단에 작게 삐져나온 형상(입술 모양으로)은 파스파 문자의 d와 유사하다는 점을 들었다. 이러한 입술 모양은 티베트 문자의 d인 ད에서도 찾아볼 수 있다. + +만약 레드야드의 이러한 기원설이 사실이라면 한글은 파스파 문자→티베트 문자→브라미 문자→아람 문자를 거쳐 결국 중동 페니키아 문자의 일족에 속하게 된다. 하지만 파스파문자는 세계의 다른 고대문자들처럼 상형문자일 뿐만 아니라 각 글자가 한가지의 음을 나타내지 않고, 그 문자를 사용하던 언어권에 따라 각기 다른 음을 가졌을 것이기 때문에 한글과 같이 소리를 표기하는 문자와의 상관관계는 레드야드 혼자만이 인정하고 있다. + +이에 대해 2009년 국어학자 정광(鄭光)은 훈민정음이 36개 중국어 초성을 기본으로 하는 등 파스파 문자로부터 일부 영향을 받았지만 글자를 만든 원리가 서로 다르며, 자음과 모음을 분리하여 독창적으로 만든 문자라고 반론하였다.[29] + +기타 한글과 유사하다고 주장하는 문자 +생김새가 한글과 유사한 문자가 있어서 한글 이전의 고대문자에 영향을 받았다는 주장이 있는데, 우연히 닮은 경우이거나 신뢰할 수 없는 출처를 근거로 하고 있다고 설명된다. + +가림토와 신대 문자 +송호수는 1984년 《광장(廣場)》 1월호 기고문에서 〈천부경〉과 《환단고기》〈태백일사〉를 참조하여 한글이 단군 시대부터 있었고, 단군조선의 가림다문(加臨多文)에서 한글과 일본의 아히루 문자가 기원했다고 주장하였다.[30] 이에 대하여 국어학자 이근수는 《광장(廣場)》 2월호의 기고문을 통하여 과학적 논증이 없는 이상 추론일 뿐이며, 참조한 고서의 대부분이 야사임을 지적하였다.[31] 또한 가림토 문자는 《환단고기》의 저자로 의심되고 있는 이유립이 한글의 모(母)문자로 창작한 가공의 문자일 가능성이 높아[32] 이러한 주장은 역사학계 및 언어학계에서 인정받지 못하고 있다. + +일본의 신대 문자 중에서도 모습이 한글과 비슷한 것이 있어 이를 가림토와 연관이 있다고 주장하기도 하나, 신대 문자가 새겨져 있는 비석마다 문자의 모습이 달라 일관성이 없고 언어학자들이 추정하는 고대 일본어의 음운 구조와도 맞지 않으며,[33] 신대 문자가 기록되었다고 하는 유물 거의 전부가 18~19세기의 것이고 에도 시대 전의 것을 찾을 수 없는바, 신대 문자라는 것은 고대 일본에 문자가 있었다고 주장하기 위한 에도 시대의 위작이며, 특히 그 중에 한글과 유사한 것들은 오히려 한글을 모방한 것임이 밝혀졌다.[34] + +구자라트 문자 +1983년 9월 KBS가 방영한 8부작 다큐멘터리 《신왕오천축국전》은[35] 구자라트 문자를 소개하면서 '자음은 ㄱ, ㄴ, ㄷ, ㄹ, ㅁ, ㅅ, ㅇ 등이고, 모음은 ㅏ, ㅑ, ㅓ, ㅕ, ㅗ, ㅛ, ㅜ, ㅠ, ㅡ, ㅣ의 열 자가 꼭 같았으며, 받침까지도 비슷하게 쓰고 있었다'고 주장하였다. + +또한, 개천학회 회장 송호수[36]는 1984년 이를 인용하면서 '자음에서는 상당수가 같고, 모음은 10자가 꼭 같다는 것이다'라고 썼다. 그는 구자라트 문자가 가림토에서 비롯되었다고 주장했다.[37][38] + +그러나 구자라트 문자는 문자 구성상 자모로 완전히 분리되는 한글과는 달리 모든 자음이 딸림 모음을 수반하는 아부기다이며, 데바나가리 문자에서 수직선을 제거한 데바나가리 파생문자로서 다른 인도계 여러 문자와 친족 관계가 명확하게 밝혀져 있기 때문에 이는 구자라트 문자의 특정 글자체와 한글 사이의 표면적 유사성에 대한 착오일 뿐이다.[39] + +다른 언어에서의 한글 사용 +한글은 2009년에 처음으로 인도네시아의 소수 민족인 찌아찌아족의 언어인 찌아찌아어를 표기하는데 사용되었다. + +이밖에도 한국에서는 한글을 표기 문자로 보급하기 위하여 노력하고 있으며 2012년 솔로몬제도의 토착어를 한글로 표기하여 교육하는 활동이 시작됐다. 2012년 10월부터 시행된 것은 2개 언어이며 결과에 따라 솔로몬제도 전역으로 확대할 예정이다.[40] + +간혹, 영어 발음을 정확하게 표기하기 위해 옛 한글 등을 부활시킨 표기법을 연구하는 경우도 있으나, 이 역시 개인 연구자에 의한 것이다. 그리고 한국인이 아닌 사람이 만든 인공어618-Vuro나 인공 문자 井卜文(Jingbu Script) 등에서 일부 한글 또는 한글을 모티브로 한 문자를 개인 수준에서 사용한 예를 볼 수 있다. + +오해와 사실 +이 부분의 본문은 한글에 대한 오해입니다. +유네스코의 세계기록유산에 등재된 것은 한글이 아니라, 책《훈민정음》(해례본)이다. +유네스코 세계기록유산은 기록물이 담고 있는 내용이 아니라 기록물 자체만을 등록 대상으로 한다. +실제의 한글은 모든 언어의 발음을 표기할 수 있는 것이 아니다. 또한, 현재의 한글은 창제 당시의 훈민정음보다 표현할 수 있는 발음 수가 적다. +'모든 소리를 표현할 수 있다는 것'은 원래 언어학적 명제가 아니고, 창제 당시에 '모든 소리는 기본 5음의 조화로 이루어진다'는 사상을 배경으로 한 철학적 표현이다. +한글 낱자는 모두 소릿값이 확정되어 있고 실제 한글 쓰임에서는 모아쓰기의 규칙도 정해져 있으므로, 한글로 표현되는 소리의 숫자는 본래 유한하며, 한글은 기본적으로 한국어에 맞추어져 있다. +현재 한글은 한국어 발음에만 사용하고 있으나, 원래의 훈민정음에서는 모아쓰기가 좀 더 다양하며, 아울러 《동국정운》에 따르면 실제의 한국어 발음뿐만 아니라, 이론적인 한자음도 훈민정음으로써 표현하고 있다. +한글은 언어의 이름이 아니라 글자의 이름이다. +창제 당시의 이름인 '훈민정음'과 그 약칭인 '정음'도 본래 글자의 이름이었다. +찌아찌아족의 찌아찌아어의 표기에는 사용되나 공식은 아니다. +한글 자모일람 +방언 한글 자모 +㄰ㄱㄲㄳㄴㄵㄶㄷㄸㄹㄺㄻㄼㄽㄾㄿ + +ㅀㅁㅂㅃㅄㅅㅆㅇㅈㅉㅊㅋㅌㅍㅎㅏ + +ㅐㅑㅒㅓㅔㅕㅖㅗㅘㅙㅚㅛㅜㅝㅞㅟ + +ㅠㅡㅢㅣㅤㅥㅦㅧㅨㅩㅪㅫㅬㅭㅮㅯ + +ㅰㅱㅲㅳㅴㅵㅶㅷㅸㅹㅺㅻㅼㅽㅾㅿ + +ㆀㆁㆂㆃㆄㆅㆆㆇㆈㆉㆊㆋㆌㆍㆎ㆏ + +고문 한글 자모 +ᄀᄁᄂᄃᄄᄅᄆᄇᄈᄉᄊᄋᄌᄍᄎᄏ + +ᄐᄑᄒᄓᄔᄕᄖᄗᄘᄙᄚᄛᄜᄝᄞᄟ + +ᄠᄡᄢᄣᄤᄥᄦᄧᄨᄩᄪᄫᄬᄭᄮᄯ + +ᄰᄱᄲᄳᄴᄵᄶᄷᄸᄹᄺᄻᄼᄽᄾᄿ + +ᅐᅑᅒᅓᅔᅕᅖᅗᅘᅙᅚᅛᅜᅝᅞᅟ + +복합원음와 보음 +ᅠᅡᅢᅣᅤᅥᅦᅧᅨᅩᅪᅫᅬᅭᅮᅯ + +ᅰᅱᅲᅳᅴᅵᅶᅷᅸᅹᅺᅻᅼᅽᅾᅿ + +ᆀᆁᆂᆃᆄᆅᆆᆇᆈᆉᆊᆋᆌᆍᆎᆏ + +ᆐᆑᆒᆓᆔᆕᆖᆗᆘᆙᆚᆛᆜᆝᆞᆟ + +ᆠᆡᆢᆨᆩᆪᆫᆬᆭᆮᆯ + +ᆰᆱᆲᆳᆴᆵᆶᆷᆸᆹᆺᆻᆼᆽᆾᆿ + +ᇀᇁᇂᇃᇄᇅᇆᇇᇈᇉᇊᇋᇌᇍᇎᇏ + +ᇐᇑᇒᇓᇔᇕᇖᇗᇘᇙᇚᇛᇜᇝᇞᇟ + +ᇠᇡᇢᇣᇤᇥᇦᇧᇨᇩᇪᇫᇬᇭᇮᇯ + +ᇰᇱᇲᇳᇴᇵᇶᇷᇸᇹᇺᇻᇼᇽᇾᇿ + +관련 항목 +국어 +세종대왕 +주시경 +한글의 우수성에 관한 논란 +문자 +한글 맞춤법 +한글 낱자 +한글 낱자 목록 +한국어 +한국어 로마자 표기법 +한글전용과 국한문혼용 +조선어 신철자법 +옛 한글 +훈민정음 +한글날 +한글 위키백과 +한글의 모든 글자 +한글을 표기하는 언어 목록 +한국어 +카리어 +꽈라아에어[41] +찌아찌아어 +각주 + 이것은 훈민정음 창제 당시부터 보인다. 예컨대, 《세종실록》은 훈민정음 창제를 上親制諺文二十八字…是謂訓民正音(주상께서 친히 언문 28자를 만들어 … 이것을 훈민정음이라 이른다)이라고 기록하는데, 이것은 한글의 이름이거나 또는 굳이 한글만 지칭한 것은 아니고 한자 이외의 문자를 통칭하는 표현이다. 예컨대 《순조실록(純祖實錄)》 9년 12월 2일 기사에 역관 현의순(玄義洵)이 대마도의 사정을 보고한 글 가운데 敎之以諺文名之曰假名(언문을 가르치는데, 그 이름을 일러 가나라고 한다)과 같은 문장이 있어, 일본 문자에 대해서도 언문이라는 표현이 사용됨을 볼 수 있다.) 또한 《세종실록》 28년 11월 8일자에 언문청이라는 한글을 보급하는 구실을 하는 기관 이름이 나온다. + 한문을 지칭하는 ‘진서(眞書)’와 대비되는 표현이다. + 諺文字母俗所謂反切二十七字(세간에서 이른바 반절 27자라고 하는 언문 자모). 최세진(崔世珍), 〈범례(凡例)〉, 《훈몽자회(訓蒙字會)》. 1527. 반절은 본래 2개의 한자로 다른 한자음을 표기하는 방법을 말하며, 이렇게 소리의 표기에 사용된 글자를 반절자(反切字)라고 한다. 당시 훈민정음이 이와 비슷한 용법으로 한자음 표기에도 사용되었기 때문에 반절이라고 불렸던 것으로 보인다. + 1908년 설립한 ‘국어연구학회(國語硏究學會)’가 1911년 9월에 명칭을 바꾼 것으로, 공식적으로 한글과 한문 표기를 나란히 사용했다. + ‘本會의 名稱을 한글모라 改稱하고 이 몯음을 세움몯음으로…’, 〈한글모세움몯음적발〉, 《한글모 죽보기》. 이규영. 1917. + 한글풀이의 수록이 확인되는 것은 1914년 3월의 제7호부터 1914년 7월의 제11호까지 + 〈맞춤법〉, 《조선말규범집》. 북한(조선민주주의인민공화국) 내각직속 국어사정위원회. 1987. + “훈민정음은 백성(百姓) 가르치시는 정(正)한 소리라”(현대어 표기로 옮김), 〈세종어제훈민정음〉, 《월인석보》. 1459년. + 癸亥冬我殿下創制正音二十八字略揭例義以示之名曰訓民正音 (계해년 겨울, 우리 전하께서 정음 28자를 창제하시어, 간략하게 예를 들어 보이시고 이름을 훈민정음이라 하셨다). 정인지,〈서(序)〉, 《훈민정음》. 1446년. + “上親制諺文二十八字…是謂訓民正音”, 《세종실록》 25년 12월. + 정인지는 훈민정음을 지은 세종이 집현전 학자들에게 ‘해설서’의 편찬을 명했다고 적고 있다. 遂命詳加解釋以喩諸人…謹作諸解及例以敍其梗槪 (마침내, 해석을 상세히 더하여 사람들을 깨우치라고 명하시어… 여러 풀이와 예를 지어 그 개요를 펴내니), 정인지, 〈서〉, 《훈민정음》. 1446년. + "錢下槍制', 《훈민정음 해례본》 + 〈훈민정음 친제론〉, 이기문, 《한국문화》제13집. 서울대학교 규장각 한국학연구원, 1992년. + '라랴러려' 분청사기..."16세기 지방 하층민도 한글 사용".YTN.2011-09-08. + [1] + 第十四條 法律勅令總以國文爲本漢文附譯或用國漢文 + 第九條 法律命令은 다 國文으로써 本을 삼꼬 漢譯을 附하며 或國漢文을 混用홈 + 세계는 지금 '언어전쟁' 중 + “한글 홀대하는 사회”. 2012년 11월 30일에 원본 문서에서 보존된 문서. 2010년 2월 2일에 확인함. + 솔로몬제도 일부 주(州)서 표기문자로 한글 채택 + 최현철 기자 (2010년 10월 20일). “‘천지인’ 개발자 특허권 기부 … 표준 제정 임박”. 중앙일보. 2012년 11월 15일에 확인함. + [북녘말] 기윽 디읃 시읏 / 김태훈 : 칼럼 : 사설.칼럼 : 뉴스 : 한겨레 + 然ㄱㆁㄷㄴㅂㅁㅅㄹ八字可足用也如ㅂ·ㅣㅅ곶爲梨花여ㅿ의갗爲狐皮而ㅅ字可以通用故只用ㅅ字 ,훈민정음 해례 종성해 + 其字倣古篆分爲初中終聲合之然後乃成字 : (그 글자는 옛 전자(篆字)를 모방하고, 초·중·종성으로 나뉘어 그것을 합한 연후에 글자를 이룬다.) 《세종실록》 25년 12월 30일. + 象形而字倣古篆因聲而音叶七調 (물건의 형상을 본떠서 글자는 고전을 모방하고, 소리(聲)로 인(因)하여 음(音)은 칠조(七調)에 맞아). 《세종실록》28년 9월 29일. 이 기사는 《훈민정음》의 정인지 〈서(序)〉를 옮겨 놓은 것이다. + 글로벌세계대백과, 〈양반관료의 문화〉, 한글 창제. + 이 문자들은 확실히 증명되진 않았다. 어떤 필사본에는 ꡜ h에서 파생된 저 세 글자 모두 아래쪽이 환형으로 되어있기도 하다. + "The Korean Language Reform of 1446", Gari Ledyard. (1966) + [Why] 세종대왕 한글 창제가 '표절' 누명 쓰고 있다고?, 《조선닷컴》, 2009.10.10. + "한글은 檀君시대부터 있었다" 송호수 교수 주장에 學界관심, 《경향신문》, 1984.1.12. + 한글 世宗전 創製 "터무니없다" 李覲洙교수, 宋鎬洙교수 主張 반박, 《경향신문》, 1984.2.6. + 문명, 《만들어진 한국사》, 파란, 2010 + "日 神代文字는 한글의 僞作이다", 《경향신문》, 1985.7.17. + MBC 다큐멘터리 “미스터리 한글, 해례6211의 비밀”, 2007. 10. 7. 방송 + 《新往五天竺國傳(신왕오천축국전)》. 문순태, KBS 특별취재반. 한국방송사업단, 1983. 참조 + 당시 보도에는 S베일러대 교수로 소개되었다. + 〈한글은 세종 이전에도 있었다〉, 송호수,《廣場(광장)》1984년 1월호. 세계평화교수협의회. + 일본 神代文字 논란[깨진 링크(과거 내용 찾기)], 충북대학 국어국문학과 국어학강의실 + 〈한글과 비슷한(?) 구자라트 문자〉, 김광해, 《새국어소식》1999년 10월호. 한국어문진흥회 + [2] + 섬나라 솔로몬제도 2개주도 한글 쓴다 +참고 문헌 +〈한글〉, 《한국민족문화대백과》. 한국학중앙연구원. +읽을거리 +Portal icon 한국 포털 +Portal icon 문화 포털 +한글날에 생각해보는 훈민정음 미스터리. 김현미.《신동아》 2006년 10월호. +히브리문자 기원설을 계기로 본 훈민정음. 이기혁. 《신동아》 1997년 5월호. +어느 기하학자의 한글 창제. 《동아일보》, 2007-10-19. (영어의 v, f, θ, ð, l 등의 발음을 한글로 표기하기 - 고등과학원 최재경 교수의 제안) +'한글 연구가' 최성철씨 "이젠 한글표기법 독립운동할 때". 《동아일보》, 2006-10-09. +한글과 코드: 한글과 컴퓨터 코드에 관하여 +외부 링크 + 위키미디어 공용에 관련된 미디어 자료와 분류가 있습니다. +한글 (분류) + 위키낱말사전에 +관련된 항목이 있습니다. +한글 +디지털한글박물관 +한글학회 +한글재단 +국립국어원 +한글 듣기 테스트 +"한글 자음 쓰기 영상" - 유튜브 +"한글 모음 쓰기 영상" - 유튜브 +Heckert GNU white.svgCc.logo.circle.svg 이 문서에는 다음커뮤니케이션(현 카카오)에서 GFDL 또는 CC-SA 라이선스로 배포한 글로벌 세계대백과사전의 "양반관료의 문화" 항목을 기초로 작성된 글이 포함되어 있습니다. +"""; + +/// Sample ASCII text: Genesis from the King James Bible (1604). +const genesis = """ +Genesis + +1. +In the beginning God created the heaven and the earth. +And the earth was without form, and void; and darkness was upon the face of the deep. And the Spirit of God moved upon the face of the waters. +And God said, Let there be light: and there was light. +And God saw the light, that it was good: and God divided the light from the darkness. +And God called the light Day, and the darkness he called Night. And the evening and the morning were the first day. +And God said, Let there be a firmament in the midst of the waters, and let it divide the waters from the waters. +And God made the firmament, and divided the waters which were under the firmament from the waters which were above the firmament: and it was so. +And God called the firmament Heaven. And the evening and the morning were the second day. +And God said, Let the waters under the heaven be gathered together unto one place, and let the dry land appear: and it was so. +And God called the dry land Earth; and the gathering together of the waters called he Seas: and God saw that it was good. +And God said, Let the earth bring forth grass, the herb yielding seed, and the fruit tree yielding fruit after his kind, whose seed is in itself, upon the earth: and it was so. +And the earth brought forth grass, and herb yielding seed after his kind, and the tree yielding fruit, whose seed was in itself, after his kind: and God saw that it was good. +And the evening and the morning were the third day. +And God said, Let there be lights in the firmament of the heaven to divide the day from the night; and let them be for signs, and for seasons, and for days, and years: +And let them be for lights in the firmament of the heaven to give light upon the earth: and it was so. +And God made two great lights; the greater light to rule the day, and the lesser light to rule the night: he made the stars also. +And God set them in the firmament of the heaven to give light upon the earth, +And to rule over the day and over the night, and to divide the light from the darkness: and God saw that it was good. +And the evening and the morning were the fourth day. +And God said, Let the waters bring forth abundantly the moving creature that hath life, and fowl that may fly above the earth in the open firmament of heaven. +And God created great whales, and every living creature that moveth, which the waters brought forth abundantly, after their kind, and every winged fowl after his kind: and God saw that it was good. +And God blessed them, saying, Be fruitful, and multiply, and fill the waters in the seas, and let fowl multiply in the earth. +And the evening and the morning were the fifth day. +And God said, Let the earth bring forth the living creature after his kind, cattle, and creeping thing, and beast of the earth after his kind: and it was so. +And God made the beast of the earth after his kind, and cattle after their kind, and every thing that creepeth upon the earth after his kind: and God saw that it was good. +And God said, Let us make man in our image, after our likeness: and let them have dominion over the fish of the sea, and over the fowl of the air, and over the cattle, and over all the earth, and over every creeping thing that creepeth upon the earth. +So God created man in his own image, in the image of God created he him; male and female created he them. +And God blessed them, and God said unto them, Be fruitful, and multiply, and replenish the earth, and subdue it: and have dominion over the fish of the sea, and over the fowl of the air, and over every living thing that moveth upon the earth. +And God said, Behold, I have given you every herb bearing seed, which is upon the face of all the earth, and every tree, in the which is the fruit of a tree yielding seed; to you it shall be for meat. +And to every beast of the earth, and to every fowl of the air, and to every thing that creepeth upon the earth, wherein there is life, I have given every green herb for meat: and it was so. +And God saw every thing that he had made, and, behold, it was very good. And the evening and the morning were the sixth day. + +2. +Thus the heavens and the earth were finished, and all the host of them. +And on the seventh day God ended his work which he had made; and he rested on the seventh day from all his work which he had made. +And God blessed the seventh day, and sanctified it: because that in it he had rested from all his work which God created and made. +These are the generations of the heavens and of the earth when they were created, in the day that the LORD God made the earth and the heavens, +And every plant of the field before it was in the earth, and every herb of the field before it grew: for the LORD God had not caused it to rain upon the earth, and there was not a man to till the ground. +But there went up a mist from the earth, and watered the whole face of the ground. +And the LORD God formed man of the dust of the ground, and breathed into his nostrils the breath of life; and man became a living soul. +And the LORD God planted a garden eastward in Eden; and there he put the man whom he had formed. +And out of the ground made the LORD God to grow every tree that is pleasant to the sight, and good for food; the tree of life also in the midst of the garden, and the tree of knowledge of good and evil. +And a river went out of Eden to water the garden; and from thence it was parted, and became into four heads. +The name of the first is Pison: that is it which compasseth the whole land of Havilah, where there is gold; +And the gold of that land is good: there is bdellium and the onyx stone. +And the name of the second river is Gihon: the same is it that compasseth the whole land of Ethiopia. +And the name of the third river is Hiddekel: that is it which goeth toward the east of Assyria. And the fourth river is Euphrates. +And the LORD God took the man, and put him into the garden of Eden to dress it and to keep it. +And the LORD God commanded the man, saying, Of every tree of the garden thou mayest freely eat: +But of the tree of the knowledge of good and evil, thou shalt not eat of it: for in the day that thou eatest thereof thou shalt surely die. +And the LORD God said, It is not good that the man should be alone; I will make him an help meet for him. +And out of the ground the LORD God formed every beast of the field, and every fowl of the air; and brought them unto Adam to see what he would call them: and whatsoever Adam called every living creature, that was the name thereof. +And Adam gave names to all cattle, and to the fowl of the air, and to every beast of the field; but for Adam there was not found an help meet for him. +And the LORD God caused a deep sleep to fall upon Adam and he slept: and he took one of his ribs, and closed up the flesh instead thereof; +And the rib, which the LORD God had taken from man, made he a woman, and brought her unto the man. +And Adam said, This is now bone of my bones, and flesh of my flesh: she shall be called Woman, because she was taken out of Man. +Therefore shall a man leave his father and his mother, and shall cleave unto his wife: and they shall be one flesh. +And they were both naked, the man and his wife, and were not ashamed. + +3. +Now the serpent was more subtil than any beast of the field which the LORD God had made. And he said unto the woman, Yea, hath God said, Ye shall not eat of every tree of the garden? +And the woman said unto the serpent, We may eat of the fruit of the trees of the garden: +But of the fruit of the tree which is in the midst of the garden, God hath said, Ye shall not eat of it, neither shall ye touch it, lest ye die. +And the serpent said unto the woman, Ye shall not surely die: +For God doth know that in the day ye eat thereof, then your eyes shall be opened, and ye shall be as gods, knowing good and evil. +And when the woman saw that the tree was good for food, and that it was pleasant to the eyes, and a tree to be desired to make one wise, she took of the fruit thereof, and did eat, and gave also unto her husband with her; and he did eat. +And the eyes of them both were opened, and they knew that they were naked; and they sewed fig leaves together, and made themselves aprons. +And they heard the voice of the LORD God walking in the garden in the cool of the day: and Adam and his wife hid themselves from the presence of the LORD God amongst the trees of the garden. +And the LORD God called unto Adam, and said unto him, Where art thou? +And he said, I heard thy voice in the garden, and I was afraid, because I was naked; and I hid myself. +And he said, Who told thee that thou wast naked? Hast thou eaten of the tree, whereof I commanded thee that thou shouldest not eat? +And the man said, The woman whom thou gavest to be with me, she gave me of the tree, and I did eat. +And the LORD God said unto the woman, What is this that thou hast done? And the woman said, The serpent beguiled me, and I did eat. +And the LORD God said unto the serpent, Because thou hast done this, thou art cursed above all cattle, and above every beast of the field; upon thy belly shalt thou go, and dust shalt thou eat all the days of thy life: +And I will put enmity between thee and the woman, and between thy seed and her seed; it shall bruise thy head, and thou shalt bruise his heel. +Unto the woman he said, I will greatly multiply thy sorrow and thy conception; in sorrow thou shalt bring forth children; and thy desire shall be to thy husband, and he shall rule over thee. +And unto Adam he said, Because thou hast hearkened unto the voice of thy wife, and hast eaten of the tree, of which I commanded thee, saying, Thou shalt not eat of it: cursed is the ground for thy sake; in sorrow shalt thou eat of it all the days of thy life; +Thorns also and thistles shall it bring forth to thee; and thou shalt eat the herb of the field; +In the sweat of thy face shalt thou eat bread, till thou return unto the ground; for out of it wast thou taken: for dust thou art, and unto dust shalt thou return. +And Adam called his wife's name Eve; because she was the mother of all living. +Unto Adam also and to his wife did the LORD God make coats of skins, and clothed them. +And the LORD God said, Behold, the man is become as one of us, to know good and evil: and now, lest he put forth his hand, and take also of the tree of life, and eat, and live for ever: +Therefore the LORD God sent him forth from the garden of Eden, to till the ground from whence he was taken. +So he drove out the man; and he placed at the east of the garden of Eden Cherubims, and a flaming sword which turned every way, to keep the way of the tree of life. + +4. +And Adam knew Eve his wife; and she conceived, and bare Cain, and said, I have gotten a man from the LORD. +And she again bare his brother Abel. And Abel was a keeper of sheep, but Cain was a tiller of the ground. +And in process of time it came to pass, that Cain brought of the fruit of the ground an offering unto the LORD. +And Abel, he also brought of the firstlings of his flock and of the fat thereof. And the LORD had respect unto Abel and to his offering: +But unto Cain and to his offering he had not respect. And Cain was very wroth, and his countenance fell. +And the LORD said unto Cain, Why art thou wroth? and why is thy countenance fallen? +If thou doest well, shalt thou not be accepted? and if thou doest not well, sin lieth at the door. And unto thee shall be his desire, and thou shalt rule over him. +And Cain talked with Abel his brother: and it came to pass, when they were in the field, that Cain rose up against Abel his brother, and slew him. +And the LORD said unto Cain, Where is Abel thy brother? And he said, I know not: Am I my brother's keeper? +And he said, What hast thou done? the voice of thy brother's blood crieth unto me from the ground. +And now art thou cursed from the earth, which hath opened her mouth to receive thy brother's blood from thy hand; +When thou tillest the ground, it shall not henceforth yield unto thee her strength; a fugitive and a vagabond shalt thou be in the earth. +And Cain said unto the LORD, My punishment is greater than I can bear. +Behold, thou hast driven me out this day from the face of the earth; and from thy face shall I be hid; and I shall be a fugitive and a vagabond in the earth; and it shall come to pass, that every one that findeth me shall slay me. +And the LORD said unto him, Therefore whosoever slayeth Cain, vengeance shall be taken on him sevenfold. And the LORD set a mark upon Cain, lest any finding him should kill him. +And Cain went out from the presence of the LORD, and dwelt in the land of Nod, on the east of Eden. +And Cain knew his wife; and she conceived, and bare Enoch: and he builded a city, and called the name of the city, after the name of his son, Enoch. +And unto Enoch was born Irad: and Irad begat Mehujael: and Mehujael begat Methusael: and Methusael begat Lamech. +And Lamech took unto him two wives: the name of the one was Adah, and the name of the other Zillah. +And Adah bare Jabal: he was the father of such as dwell in tents, and of such as have cattle. +And his brother's name was Jubal: he was the father of all such as handle the harp and organ. +And Zillah, she also bare Tubal-cain, an instructer of every artificer in brass and iron: and the sister of Tubal-cain was Naamah. +And Lamech said unto his wives, Adah and Zillah, Hear my voice; ye wives of Lamech, hearken unto my speech: for I have slain a man to my wounding, and a young man to my hurt. +If Cain shall be avenged sevenfold, truly Lamech seventy and sevenfold. +And Adam knew his wife again; and she bare a son, and called his name Seth: For God, said she, hath appointed me another seed instead of Abel, whom Cain slew. +And to Seth, to him also there was born a son; and he called his name Enos: then began men to call upon the name of the LORD. + +5. +This is the book of the generations of Adam. In the day that God created man, in the likeness of God made he him; +Male and female created he them; and blessed them, and called their name Adam, in the day when they were created. +And Adam lived an hundred and thirty years, and begat a son in his own likeness, after his image; and called his name Seth: +And the days of Adam after he had begotten Seth were eight hundred years: and he begat sons and daughters: +And all the days that Adam lived were nine hundred and thirty years: and he died. +And Seth lived an hundred and five years, and begat Enos: +And Seth lived after he begat Enos eight hundred and seven years, and begat sons and daughters: +And all the days of Seth were nine hundred and twelve years: and he died. +And Enos lived ninety years, and begat Cainan: +And Enos lived after he begat Cainan eight hundred and fifteen years, and begat sons and daughters: +And all the days of Enos were nine hundred and five years: and he died. +And Cainan lived seventy years, and begat Mahalaleel: +And Cainan lived after he begat Mahalaleel eight hundred and forty years, and begat sons and daughters: +And all the days of Cainan were nine hundred and ten years: and he died. +And Mahalaleel lived sixty and five years, and begat Jared: +And Mahalaleel lived after he begat Jared eight hundred and thirty years, and begat sons and daughters: +And all the days of Mahalaleel were eight hundred ninety and five years: and he died. +And Jared lived an hundred sixty and two years, and he begat Enoch: +And Jared lived after he begat Enoch eight hundred years, and begat sons and daughters: +And all the days of Jared were nine hundred sixty and two years: and he died. +And Enoch lived sixty and five years, and begat Methuselah: +And Enoch walked with God after he begat Methuselah three hundred years, and begat sons and daughters: +And all the days of Enoch were three hundred sixty and five years: +And Enoch walked with God: and he was not; for God took him. +And Methuselah lived an hundred eighty and seven years, and begat Lamech: +And Methuselah lived after he begat Lamech seven hundred eighty and two years, and begat sons and daughters: +And all the days of Methuselah were nine hundred sixty and nine years: and he died. +And Lamech lived an hundred eighty and two years, and begat a son: +And he called his name Noah, saying, This same shall comfort us concerning our work and toil of our hands, because of the ground which the LORD hath cursed. +And Lamech lived after he begat Noah five hundred ninety and five years, and begat sons and daughters: +And all the days of Lamech were seven hundred seventy and seven years: and he died. +And Noah was five hundred years old: and Noah begat Shem, Ham, and Japheth. + +6. +And it came to pass, when men began to multiply on the face of the earth, and daughters were born unto them, +That the sons of God saw the daughters of men that they were fair; and they took them wives of all which they chose. +And the LORD said, My spirit shall not always strive with man, for that he also is flesh: yet his days shall be an hundred and twenty years. +There were giants in the earth in those days; and also after that, when the sons of God came in unto the daughters of men, and they bare children to them, the same became mighty men which were of old, men of renown. +And GOD saw that the wickedness of man was great in the earth, and that every imagination of the thoughts of his heart was only evil continually. +And it repented the LORD that he had made man on the earth, and it grieved him at his heart. +And the LORD said, I will destroy man whom I have created from the face of the earth; both man, and beast, and the creeping thing, and the fowls of the air; for it repenteth me that I have made them. +But Noah found grace in the eyes of the LORD. +These are the generations of Noah: Noah was a just man and perfect in his generations, and Noah walked with God. +And Noah begat three sons, Shem, Ham, and Japheth. +The earth also was corrupt before God, and the earth was filled with violence. +And God looked upon the earth, and, behold, it was corrupt; for all flesh had corrupted his way upon the earth. +And God said unto Noah, The end of all flesh is come before me; for the earth is filled with violence through them; and, behold, I will destroy them with the earth. +Make thee an ark of gopher wood; rooms shalt thou make in the ark, and shalt pitch it within and without with pitch. +And this is the fashion which thou shalt make it of: The length of the ark shall be three hundred cubits, the breadth of it fifty cubits, and the height of it thirty cubits. +A window shalt thou make to the ark, and in a cubit shalt thou finish it above; and the door of the ark shalt thou set in the side thereof; with lower, second, and third stories shalt thou make it. +And, behold, I, even I, do bring a flood of waters upon the earth, to destroy all flesh, wherein is the breath of life, from under heaven; and every thing that is in the earth shall die. +But with thee will I establish my covenant; and thou shalt come into the ark, thou, and thy sons, and thy wife, and thy sons' wives with thee. +And of every living thing of all flesh, two of every sort shalt thou bring into the ark, to keep them alive with thee; they shall be male and female. +Of fowls after their kind, and of cattle after their kind, of every creeping thing of the earth after his kind, two of every sort shall come unto thee, to keep them alive. +And take thou unto thee of all food that is eaten, and thou shalt gather it to thee; and it shall be for food for thee, and for them. +Thus did Noah; according to all that God commanded him, so did he. + +7. +And the LORD said unto Noah, Come thou and all thy house into the ark; for thee have I seen righteous before me in this generation. +Of every clean beast thou shalt take to thee by sevens, the male and his female: and of beasts that are not clean by two, the male and his female. +Of fowls also of the air by sevens, the male and the female; to keep seed alive upon the face of all the earth. +For yet seven days, and I will cause it to rain upon the earth forty days and forty nights; and every living substance that I have made will I destroy from off the face of the earth. +And Noah did according unto all that the LORD commanded him. +And Noah was six hundred years old when the flood of waters was upon the earth. +And Noah went in, and his sons, and his wife, and his sons' wives with him, into the ark, because of the waters of the flood. +Of clean beasts, and of beasts that are not clean, and of fowls, and of every thing that creepeth upon the earth, +There went in two and two unto Noah into the ark, the male and the female, as God had commanded Noah. +And it came to pass after seven days, that the waters of the flood were upon the earth. +In the six hundredth year of Noah's life, in the second month, the seventeenth day of the month, the same day were all the fountains of the great deep broken up, and the windows of heaven were opened. +And the rain was upon the earth forty days and forty nights. +In the selfsame day entered Noah, and Shem, and Ham, and Japheth, the sons of Noah, and Noah's wife, and the three wives of his sons with them, into the ark; +They, and every beast after his kind, and all the cattle after their kind, and every creeping thing that creepeth upon the earth after his kind, and every fowl after his kind, every bird of every sort. +And they went in unto Noah into the ark, two and two of all flesh, wherein is the breath of life. +And they that went in, went in male and female of all flesh, as God had commanded him: and the LORD shut him in. +And the flood was forty days upon the earth; and the waters increased, and bare up the ark, and it was lift up above the earth. +And the waters prevailed, and were increased greatly upon the earth; and the ark went upon the face of the waters. +And the waters prevailed exceedingly upon the earth; and all the high hills, that were under the whole heaven, were covered. +Fifteen cubits upward did the waters prevail; and the mountains were covered. +And all flesh died that moved upon the earth, both of fowl, and of cattle, and of beast, and of every creeping thing that creepeth upon the earth, and every man: +All in whose nostrils was the breath of life, of all that was in the dry land, died. +And every living substance was destroyed which was upon the face of the ground, both man, and cattle, and the creeping things, and the fowl of the heaven; and they were destroyed from the earth: and Noah only remained alive, and they that were with him in the ark. +And the waters prevailed upon the earth an hundred and fifty days. + +8. +And God remembered Noah, and every living thing, and all the cattle that was with him in the ark: and God made a wind to pass over the earth, and the waters asswaged; +The fountains also of the deep and the windows of heaven were stopped, and the rain from heaven was restrained; +And the waters returned from off the earth continually: and after the end of the hundred and fifty days the waters were abated. +And the ark rested in the seventh month, on the seventeenth day of the month, upon the mountains of Ararat. +And the waters decreased continually until the tenth month: in the tenth month, on the first day of the month, were the tops of the mountains seen. +And it came to pass at the end of forty days, that Noah opened the window of the ark which he had made: +And he sent forth a raven, which went forth to and fro, until the waters were dried up from off the earth. +Also he sent forth a dove from him, to see if the waters were abated from off the face of the ground; +But the dove found no rest for the sole of her foot, and she returned unto him into the ark, for the waters were on the face of the whole earth: then he put forth his hand, and took her, and pulled her in unto him into the ark. +And he stayed yet other seven days; and again he sent forth the dove out of the ark; +And the dove came in to him in the evening; and, lo, in her mouth was an olive leaf pluckt off: so Noah knew that the waters were abated from off the earth. +And he stayed yet other seven days; and sent forth the dove; which returned not again unto him any more. +And it came to pass in the six hundredth and first year, in the first month, the first day of the month, the waters were dried up from off the earth: and Noah removed the covering of the ark, and looked, and, behold, the face of the ground was dry. +And in the second month, on the seven and twentieth day of the month, was the earth dried. +And God spake unto Noah, saying, +Go forth of the ark, thou, and thy wife, and thy sons, and thy sons' wives with thee. +Bring forth with thee every living thing that is with thee, of all flesh, both of fowl, and of cattle, and of every creeping thing that creepeth upon the earth; that they may breed abundantly in the earth, and be fruitful, and multiply upon the earth. +And Noah went forth, and his sons, and his wife, and his sons' wives with him: +Every beast, every creeping thing, and every fowl, and whatsoever creepeth upon the earth, after their kinds, went forth out of the ark. +And Noah builded an altar unto the LORD; and took of every clean beast, and of every clean fowl, and offered burnt offerings on the altar. +And the LORD smelled a sweet savour; and the LORD said in his heart, I will not again curse the ground any more for man's sake; for the imagination of man's heart is evil from his youth; neither will I again smite any more every thing living, as I have done. +While the earth remaineth, seedtime and harvest, and cold and heat, and summer and winter, and day and night shall not cease. + +9. +And God blessed Noah and his sons, and said unto them, Be fruitful, and multiply, and replenish the earth. +And the fear of you and the dread of you shall be upon every beast of the earth, and upon every fowl of the air, upon all that moveth upon the earth, and upon all the fishes of the sea; into your hand are they delivered. +Every moving thing that liveth shall be meat for you; even as the green herb have I given you all things. +But flesh with the life thereof, which is the blood thereof, shall ye not eat. +And surely your blood of your lives will I require; at the hand of every beast will I require it, and at the hand of man; at the hand of every man's brother will I require the life of man. +Whoso sheddeth man's blood, by man shall his blood be shed: for in the image of God made he man. +And you, be ye fruitful, and multiply; bring forth abundantly in the earth, and multiply therein. +And God spake unto Noah, and to his sons with him, saying, +And I, behold, I establish my covenant with you, and with your seed after you; +And with every living creature that is with you, of the fowl, of the cattle, and of every beast of the earth with you; from all that go out of the ark, to every beast of the earth. +And I will establish my covenant with you; neither shall all flesh be cut off any more by the waters of a flood; neither shall there any more be a flood to destroy the earth. +And God said, This is the token of the covenant which I make between me and you and every living creature that is with you, for perpetual generations: +I do set my bow in the cloud, and it shall be for a token of a covenant between me and the earth. +And it shall come to pass, when I bring a cloud over the earth, that the bow shall be seen in the cloud: +And I will remember my covenant, which is between me and you and every living creature of all flesh; and the waters shall no more become a flood to destroy all flesh. +And the bow shall be in the cloud; and I will look upon it, that I may remember the everlasting covenant between God and every living creature of all flesh that is upon the earth. +And God said unto Noah, This is the token of the covenant, which I have established between me and all flesh that is upon the earth. +And the sons of Noah, that went forth of the ark, were Shem, and Ham, and Japheth: and Ham is the father of Canaan. +These are the three sons of Noah: and of them was the whole earth overspread. +And Noah began to be an husbandman, and he planted a vineyard: +And he drank of the wine, and was drunken; and he was uncovered within his tent. +And Ham, the father of Canaan, saw the nakedness of his father, and told his two brethren without. +And Shem and Japheth took a garment, and laid it upon both their shoulders, and went backward, and covered the nakedness of their father; and their faces were backward, and they saw not their father's nakedness. +And Noah awoke from his wine, and knew what his younger son had done unto him. +And he said, Cursed be Canaan; a servant of servants shall he be unto his brethren. +And he said, Blessed be the LORD God of Shem; and Canaan shall be his servant. +God shall enlarge Japheth, and he shall dwell in the tents of Shem; and Canaan shall be his servant. +And Noah lived after the flood three hundred and fifty years. +And all the days of Noah were nine hundred and fifty years: and he died. + +10. +Now these are the generations of the sons of Noah, Shem, Ham, and Japheth: and unto them were sons born after the flood. +The sons of Japheth; Gomer, and Magog, and Madai, and Javan, and Tubal, and Meshech, and Tiras. +And the sons of Gomer; Ashkenaz, and Riphath, and Togarmah. +And the sons of Javan; Elishah, and Tarshish, Kittim, and Dodanim. +By these were the isles of the Gentiles divided in their lands; every one after his tongue, after their families, in their nations. +And the sons of Ham; Cush, and Mizraim, and Phut, and Canaan. +And the sons of Cush; Seba, and Havilah, and Sabtah, and Raamah, and Sabtecha: and the sons of Raamah; Sheba, and Dedan. +And Cush begat Nimrod: he began to be a mighty one in the earth. +He was a mighty hunter before the LORD: wherefore it is said, Even as Nimrod the mighty hunter before the LORD. +And the beginning of his kingdom was Babel, and Erech, and Accad, and Calneh, in the land of Shinar. +Out of that land went forth Asshur, and builded Nineveh, and the city Rehoboth, and Calah, +And Resen between Nineveh and Calah: the same is a great city. +And Mizraim begat Ludim, and Anamim, and Lehabim, and Naphtuhim, +And Pathrusim, and Casluhim, (out of whom came Philistim,) and Caphtorim. +And Canaan begat Sidon his firstborn, and Heth, +And the Jebusite, and the Amorite, and the Girgasite, +And the Hivite, and the Arkite, and the Sinite, +And the Arvadite, and the Zemarite, and the Hamathite: and afterward were the families of the Canaanites spread abroad. +And the border of the Canaanites was from Sidon, as thou comest to Gerar, unto Gaza; as thou goest, unto Sodom, and Gomorrah, and Admah, and Zeboim, even unto Lasha. +These are the sons of Ham, after their families, after their tongues, in their countries, and in their nations. +Unto Shem also, the father of all the children of Eber, the brother of Japheth the elder, even to him were children born. +The children of Shem; Elam, and Asshur, and Arphaxad, and Lud, and Aram. +And the children of Aram; Uz, and Hul, and Gether, and Mash. +And Arphaxad begat Salah; and Salah begat Eber. +And unto Eber were born two sons: the name of one was Peleg; for in his days was the earth divided; and his brother's name was Joktan. +And Joktan begat Almodad, and Sheleph, and Hazar-maveth, and Jerah, +And Hadoram, and Uzal, and Diklah, +And Obal, and Abimael, and Sheba, +And Ophir, and Havilah, and Jobab: all these were the sons of Joktan. +And their dwelling was from Mesha, as thou goest unto Sephar a mount of the east. +These are the sons of Shem, after their families, after their tongues, in their lands, after their nations. +These are the families of the sons of Noah, after their generations, in their nations: and by these were the nations divided in the earth after the flood. + +11. +And the whole earth was of one language, and of one speech. +And it came to pass, as they journeyed from the east, that they found a plain in the land of Shinar; and they dwelt there. +And they said one to another, Go to, let us make brick, and burn them throughly. And they had brick for stone, and slime had they for morter. +And they said, Go to, let us build us a city and a tower, whose top may reach unto heaven; and let us make us a name, lest we be scattered abroad upon the face of the whole earth. +And the LORD came down to see the city and the tower, which the children of men builded. +And the LORD said, Behold, the people is one, and they have all one language; and this they begin to do: and now nothing will be restrained from them, which they have imagined to do. +Go to, let us go down, and there confound their language, that they may not understand one another's speech. +So the LORD scattered them abroad from thence upon the face of all the earth: and they left off to build the city. +Therefore is the name of it called Babel; because the LORD did there confound the language of all the earth: and from thence did the LORD scatter them abroad upon the face of all the earth. +These are the generations of Shem: Shem was an hundred years old, and begat Arphaxad two years after the flood: +And Shem lived after he begat Arphaxad five hundred years, and begat sons and daughters. +And Arphaxad lived five and thirty years, and begat Salah: +And Arphaxad lived after he begat Salah four hundred and three years, and begat sons and daughters. +And Salah lived thirty years, and begat Eber: +And Salah lived after he begat Eber four hundred and three years, and begat sons and daughters. +And Eber lived four and thirty years, and begat Peleg: +And Eber lived after he begat Peleg four hundred and thirty years, and begat sons and daughters. +And Peleg lived thirty years, and begat Reu: +And Peleg lived after he begat Reu two hundred and nine years, and begat sons and daughters. +And Reu lived two and thirty years, and begat Serug: +And Reu lived after he begat Serug two hundred and seven years, and begat sons and daughters. +And Serug lived thirty years, and begat Nahor: +And Serug lived after he begat Nahor two hundred years, and begat sons and daughters. +And Nahor lived nine and twenty years, and begat Terah: +And Nahor lived after he begat Terah an hundred and nineteen years, and begat sons and daughters. +And Terah lived seventy years, and begat Abram, Nahor, and Haran. +Now these are the generations of Terah: Terah begat Abram, Nahor, and Haran; and Haran begat Lot. +And Haran died before his father Terah in the land of his nativity, in Ur of the Chaldees. +And Abram and Nahor took them wives: the name of Abram's wife was Sarai; and the name of Nahor's wife, Milcah, the daughter of Haran, the father of Milcah, and the father of Iscah. +But Sarai was barren; she had no child. +And Terah took Abram his son, and Lot the son of Haran his son's son, and Sarai his daughter in law, his son Abram's wife; and they went forth with them from Ur of the Chaldees, to go into the land of Canaan; and they came unto Haran, and dwelt there. +And the days of Terah were two hundred and five years: and Terah died in Haran. + +12. +Now the LORD had said unto Abram, Get thee out of thy country, and from thy kindred, and from thy father's house, unto a land that I will shew thee: +And I will make of thee a great nation, and I will bless thee, and make thy name great; and thou shalt be a blessing: +And I will bless them that bless thee, and curse him that curseth thee: and in thee shall all families of the earth be blessed. +So Abram departed, as the LORD had spoken unto him; and Lot went with him: and Abram was seventy and five years old when he departed out of Haran. +And Abram took Sarai his wife, and Lot his brother's son, and all their substance that they had gathered, and the souls that they had gotten in Haran; and they went forth to go into the land of Canaan; and into the land of Canaan they came. +And Abram passed through the land unto the place of Sichem, unto the plain of Moreh. And the Canaanite was then in the land. +And the LORD appeared unto Abram, and said, Unto thy seed will I give this land: and there builded he an altar unto the LORD, who appeared unto him. +And he removed from thence unto a mountain on the east of Bethel, and pitched his tent, having Bethel on the west, and Hai on the east: and there he builded an altar unto the LORD, and called upon the name of the LORD. +And Abram journeyed, going on still toward the south. +And there was a famine in the land: and Abram went down into Egypt to sojourn there; for the famine was grievous in the land. +And it came to pass, when he was come near to enter into Egypt, that he said unto Sarai his wife, Behold now, I know that thou art a fair woman to look upon: +Therefore it shall come to pass, when the Egyptians shall see thee, that they shall say, This is his wife: and they will kill me, but they will save thee alive. +Say, I pray thee, thou art my sister: that it may be well with me for thy sake; and my soul shall live because of thee. +And it came to pass, that, when Abram was come into Egypt, the Egyptians beheld the woman that she was very fair. +The princes also of Pharaoh saw her, and commended her before Pharaoh: and the woman was taken into Pharaoh's house. +And he entreated Abram well for her sake: and he had sheep, and oxen, and he asses, and menservants, and maidservants, and she asses, and camels. +And the LORD plagued Pharaoh and his house with great plagues because of Sarai Abram's wife. +And Pharaoh called Abram, and said, What is this that thou hast done unto me? why didst thou not tell me that she was thy wife? +Why saidst thou, She is my sister? so I might have taken her to me to wife: now therefore behold thy wife, take her, and go thy way. +And Pharaoh commanded his men concerning him: and they sent him away, and his wife, and all that he had. + +13. +And Abram went up out of Egypt, he, and his wife, and all that he had, and Lot with him, into the south. +And Abram was very rich in cattle, in silver, and in gold. +And he went on his journeys from the south even to Bethel, unto the place where his tent had been at the beginning, between Bethel and Hai; +Unto the place of the altar, which he had made there at the first: and there Abram called on the name of the LORD. +And Lot also, which went with Abram, had flocks, and herds, and tents. +And the land was not able to bear them, that they might dwell together: for their substance was great, so that they could not dwell together. +And there was a strife between the herdmen of Abram's cattle and the herdmen of Lot's cattle: and the Canaanite and the Perizzite dwelled then in the land. +And Abram said unto Lot, Let there be no strife, I pray thee, between me and thee, and between my herdmen and thy herdmen; for we be brethren. +Is not the whole land before thee? separate thyself, I pray thee, from me: if thou wilt take the left hand, then I will go to the right; or if thou depart to the right hand, then I will go to the left. +And Lot lifted up his eyes, and beheld all the plain of Jordan, that it was well watered every where, before the LORD destroyed Sodom and Gomorrah, even as the garden of the LORD, like the land of Egypt, as thou comest unto Zoar. +Then Lot chose him all the plain of Jordan; and Lot journeyed east: and they separated themselves the one from the other. +Abram dwelled in the land of Canaan, and Lot dwelled in the cities of the plain, and pitched his tent toward Sodom. +But the men of Sodom were wicked and sinners before the LORD exceedingly. +And the LORD said unto Abram, after that Lot was separated from him, Lift up now thine eyes, and look from the place where thou art northward, and southward, and eastward, and westward: +For all the land which thou seest, to thee will I give it, and to thy seed for ever. +And I will make thy seed as the dust of the earth: so that if a man can number the dust of the earth, then shall thy seed also be numbered. +Arise, walk through the land in the length of it and in the breadth of it; for I will give it unto thee. +Then Abram removed his tent, and came and dwelt in the plain of Mamre, which is in Hebron, and built there an altar unto the LORD. + +14. +And it came to pass in the days of Amraphel king of Shinar, Arioch king of Ellasar, Chedorlaomer king of Elam, and Tidal king of nations; +That these made war with Bera king of Sodom, and with Birsha king of Gomorrah, Shinab king of Admah, and Shemeber king of Zeboiim, and the king of Bela, which is Zoar. +All these were joined together in the vale of Siddim, which is the salt sea. +Twelve years they served Chedorlaomer, and in the thirteenth year they rebelled. +And in the fourteenth year came Chedorlaomer, and the kings that were with him, and smote the Rephaims in Ashteroth Karnaim, and the Zuzims in Ham, and the Emims in Shaveh Kiriathaim, +And the Horites in their mount Seir, unto El-paran, which is by the wilderness. +And they returned, and came to En-mishpat, which is Kadesh, and smote all the country of the Amalekites, and also the Amorites that dwelt in Hazezon-tamar. +And there went out the king of Sodom, and the king of Gomorrah, and the king of Admah, and the king of Zeboiim, and the king of Bela (the same is Zoar;) and they joined battle with them in the vale of Siddim; +With Chedorlaomer the king of Elam, and with Tidal king of nations, and Amraphel king of Shinar, and Arioch king of Ellasar; four kings with five. +And the vale of Siddim was full of slimepits; and the kings of Sodom and Gomorrah fled, and fell there; and they that remained fled to the mountain. +And they took all the goods of Sodom and Gomorrah, and all their victuals, and went their way. +And they took Lot, Abram's brother's son, who dwelt in Sodom, and his goods, and departed. +And there came one that had escaped, and told Abram the Hebrew; for he dwelt in the plain of Mamre the Amorite, brother of Eschol, and brother of Aner: and these were confederate with Abram. +And when Abram heard that his brother was taken captive, he armed his trained servants, born in his own house, three hundred and eighteen, and pursued them unto Dan. +And he divided himself against them, he and his servants, by night, and smote them, and pursued them unto Hobah, which is on the left hand of Damascus. +And he brought back all the goods, and also brought again his brother Lot, and his goods, and the women also, and the people. +And the king of Sodom went out to meet him after his return from the slaughter of Chedorlaomer, and of the kings that were with him, at the valley of Shaveh, which is the king's dale. +And Melchizedek king of Salem brought forth bread and wine: and he was the priest of the most high God. +And he blessed him, and said, Blessed be Abram of the most high God, possessor of heaven and earth: +And blessed be the most high God, which hath delivered thine enemies into thy hand. And he gave him tithes of all. +And the king of Sodom said unto Abram, Give me the persons, and take the goods to thyself. +And Abram said to the king of Sodom, I have lift up mine hand unto the LORD, the most high God, the possessor of heaven and earth, +That I will not take from a thread even to a shoelatchet, and that I will not take any thing that is thine, lest thou shouldest say, I have made Abram rich: +Save only that which the young men have eaten, and the portion of the men which went with me, Aner, Eshcol, and Mamre; let them take their portion. + +15. +After these things the word of the LORD came unto Abram in a vision, saying, Fear not, Abram: I am thy shield, and thy exceeding great reward. +And Abram said, Lord GOD, what wilt thou give me, seeing I go childless, and the steward of my house is this Eliezer of Damascus? +And Abram said, Behold, to me thou hast given no seed: and, lo, one born in my house is mine heir. +And, behold, the word of the LORD came unto him, saying, This shall not be thine heir; but he that shall come forth out of thine own bowels shall be thine heir. +And he brought him forth abroad, and said, Look now toward heaven, and tell the stars, if thou be able to number them: and he said unto him, So shall thy seed be. +And he believed in the LORD; and he counted it to him for righteousness. +And he said unto him, I am the LORD that brought thee out of Ur of the Chaldees, to give thee this land to inherit it. +And he said, Lord GOD, whereby shall I know that I shall inherit it? +And he said unto him, Take me an heifer of three years old, and a she goat of three years old, and a ram of three years old, and a turtledove, and a young pigeon. +And he took unto him all these, and divided them in the midst, and laid each piece one against another: but the birds divided he not. +And when the fowls came down upon the carcases, Abram drove them away. +And when the sun was going down, a deep sleep fell upon Abram; and, lo, an horror of great darkness fell upon him. +And he said unto Abram, Know of a surety that thy seed shall be a stranger in a land that is not theirs, and shall serve them; and they shall afflict them four hundred years; +And also that nation, whom they shall serve, will I judge: and afterward shall they come out with great substance. +And thou shalt go to thy fathers in peace; thou shalt be buried in a good old age. +But in the fourth generation they shall come hither again: for the iniquity of the Amorites is not yet full. +And it came to pass, that, when the sun went down, and it was dark, behold a smoking furnace, and a burning lamp that passed between those pieces. +In the same day the LORD made a covenant with Abram, saying, Unto thy seed have I given this land, from the river of Egypt unto the great river, the river Euphrates: +The Kenites, and the Kenizzites, and the Kadmonites, +And the Hittites, and the Perizzites, and the Rephaims, +And the Amorites, and the Canaanites, and the Girgashites, and the Jebusites. + +16. +Now Sarai Abram's wife bare him no children: and she had an handmaid, an Egyptian, whose name was Hagar. +And Sarai said unto Abram, Behold now, the LORD hath restrained me from bearing: I pray thee, go in unto my maid; it may be that I may obtain children by her. And Abram hearkened to the voice of Sarai. +And Sarai Abram's wife took Hagar her maid the Egyptian, after Abram had dwelt ten years in the land of Canaan, and gave her to her husband Abram to be his wife. +And he went in unto Hagar, and she conceived: and when she saw that she had conceived, her mistress was despised in her eyes. +And Sarai said unto Abram, My wrong be upon thee: I have given my maid into thy bosom; and when she saw that she had conceived, I was despised in her eyes: the LORD judge between me and thee. +But Abram said unto Sarai, Behold, thy maid is in thy hand; do to her as it pleaseth thee. And when Sarai dealt hardly with her, she fled from her face. +And the angel of the LORD found her by a fountain of water in the wilderness, by the fountain in the way to Shur. +And he said, Hagar, Sarai's maid, whence camest thou? and whither wilt thou go? And she said, I flee from the face of my mistress Sarai. +And the angel of the LORD said unto her, Return to thy mistress, and submit thyself under her hands. +And the angel of the LORD said unto her, I will multiply thy seed exceedingly, that it shall not be numbered for multitude. +And the angel of the LORD said unto her, Behold, thou art with child, and shalt bear a son, and shalt call his name Ishmael; because the LORD hath heard thy affliction. +And he will be a wild man; his hand will be against every man, and every man's hand against him; and he shall dwell in the presence of all his brethren. +And she called the name of the LORD that spake unto her, Thou God seest me: for she said, Have I also here looked after him that seeth me? +Wherefore the well was called Beer-lahai-roi; behold, it is between Kadesh and Bered. +And Hagar bare Abram a son: and Abram called his son's name, which Hagar bare, Ishmael. +And Abram was fourscore and six years old, when Hagar bare Ishmael to Abram. + +17. +And when Abram was ninety years old and nine, the LORD appeared to Abram, and said unto him, I am the Almighty God; walk before me, and be thou perfect. +And I will make my covenant between me and thee, and will multiply thee exceedingly. +And Abram fell on his face: and God talked with him, saying, +As for me, behold, my covenant is with thee, and thou shalt be a father of many nations. +Neither shall thy name any more be called Abram, but thy name shall be Abraham; for a father of many nations have I made thee. +And I will make thee exceeding fruitful, and I will make nations of thee, and kings shall come out of thee. +And I will establish my covenant between me and thee and thy seed after thee in their generations for an everlasting covenant, to be a God unto thee, and to thy seed after thee. +And I will give unto thee, and to thy seed after thee, the land wherein thou art a stranger, all the land of Canaan, for an everlasting possession; and I will be their God. +And God said unto Abraham, Thou shalt keep my covenant therefore, thou, and thy seed after thee in their generations. +This is my covenant, which ye shall keep, between me and you and thy seed after thee; Every man child among you shall be circumcised. +And ye shall circumcise the flesh of your foreskin; and it shall be a token of the covenant betwixt me and you. +And he that is eight days old shall be circumcised among you, every man child in your generations, he that is born in the house, or bought with money of any stranger, which is not of thy seed. +He that is born in thy house, and he that is bought with thy money, must needs be circumcised: and my covenant shall be in your flesh for an everlasting covenant. +And the uncircumcised man child whose flesh of his foreskin is not circumcised, that soul shall be cut off from his people; he hath broken my covenant. +And God said unto Abraham, As for Sarai thy wife, thou shalt not call her name Sarai, but Sarah shall her name be. +And I will bless her, and give thee a son also of her: yea, I will bless her, and she shall be a mother of nations; kings of people shall be of her. +Then Abraham fell upon his face, and laughed, and said in his heart, Shall a child be born unto him that is an hundred years old? and shall Sarah, that is ninety years old, bear? +And Abraham said unto God, O that Ishmael might live before thee! +And God said, Sarah thy wife shall bear thee a son indeed; and thou shalt call his name Isaac: and I will establish my covenant with him for an everlasting covenant, and with his seed after him. +And as for Ishmael, I have heard thee: Behold, I have blessed him, and will make him fruitful, and will multiply him exceedingly; twelve princes shall he beget, and I will make him a great nation. +But my covenant will I establish with Isaac, which Sarah shall bear unto thee at this set time in the next year. +And he left off talking with him, and God went up from Abraham. +And Abraham took Ishmael his son, and all that were born in his house, and all that were bought with his money, every male among the men of Abraham's house; and circumcised the flesh of their foreskin in the selfsame day, as God had said unto him. +And Abraham was ninety years old and nine, when he was circumcised in the flesh of his foreskin. +And Ishmael his son was thirteen years old, when he was circumcised in the flesh of his foreskin. +In the selfsame day was Abraham circumcised, and Ishmael his son. +And all the men of his house, born in the house, and bought with money of the stranger, were circumcised with him. + +18. +And the LORD appeared unto him in the plains of Mamre: and he sat in the tent door in the heat of the day; +And he lift up his eyes and looked, and, lo, three men stood by him: and when he saw them, he ran to meet them from the tent door, and bowed himself toward the ground, +And said, My Lord, if now I have found favour in thy sight, pass not away, I pray thee, from thy servant: +Let a little water, I pray you, be fetched, and wash your feet, and rest yourselves under the tree: +And I will fetch a morsel of bread, and comfort ye your hearts; after that ye shall pass on: for therefore are ye come to your servant. And they said, So do, as thou hast said. +And Abraham hastened into the tent unto Sarah, and said, Make ready quickly three measures of fine meal, knead it, and make cakes upon the hearth. +And Abraham ran unto the herd, and fetcht a calf tender and good, and gave it unto a young man; and he hasted to dress it. +And he took butter, and milk, and the calf which he had dressed, and set it before them; and he stood by them under the tree, and they did eat. +And they said unto him, Where is Sarah thy wife? And he said, Behold, in the tent. +And he said, I will certainly return unto thee according to the time of life; and, lo, Sarah thy wife shall have a son. And Sarah heard it in the tent door, which was behind him. +Now Abraham and Sarah were old and well stricken in age; and it ceased to be with Sarah after the manner of women. +Therefore Sarah laughed within herself, saying, After I am waxed old shall I have pleasure, my lord being old also? +And the LORD said unto Abraham, Wherefore did Sarah laugh, saying, Shall I of a surety bear a child, which am old? +Is any thing too hard for the LORD? At the time appointed I will return unto thee, according to the time of life, and Sarah shall have a son. +Then Sarah denied, saying, I laughed not; for she was afraid. And he said, Nay; but thou didst laugh. +And the men rose up from thence, and looked toward Sodom: and Abraham went with them to bring them on the way. +And the LORD said, Shall I hide from Abraham that thing which I do; +Seeing that Abraham shall surely become a great and mighty nation, and all the nations of the earth shall be blessed in him? +For I know him, that he will command his children and his household after him, and they shall keep the way of the LORD, to do justice and judgment; that the LORD may bring upon Abraham that which he hath spoken of him. +And the LORD said, Because the cry of Sodom and Gomorrah is great, and because their sin is very grievous; +I will go down now, and see whether they have done altogether according to the cry of it, which is come unto me; and if not, I will know. +And the men turned their faces from thence, and went toward Sodom: but Abraham stood yet before the LORD. +And Abraham drew near, and said, Wilt thou also destroy the righteous with the wicked? +Peradventure there be fifty righteous within the city: wilt thou also destroy and not spare the place for the fifty righteous that are therein? +That be far from thee to do after this manner, to slay the righteous with the wicked: and that the righteous should be as the wicked, that be far from thee: Shall not the Judge of all the earth do right? +And the LORD said, If I find in Sodom fifty righteous within the city, then I will spare all the place for their sakes. +And Abraham answered and said, Behold now, I have taken upon me to speak unto the Lord, which am but dust and ashes: +Peradventure there shall lack five of the fifty righteous: wilt thou destroy all the city for lack of five? And he said, If I find there forty and five, I will not destroy it. +And he spake unto him yet again, and said, Peradventure there shall be forty found there. And he said, I will not do it for forty's sake. +And he said unto him, Oh let not the Lord be angry, and I will speak: Peradventure there shall thirty be found there. And he said, I will not do it, if I find thirty there. +And he said, Behold now, I have taken upon me to speak unto the Lord: Peradventure there shall be twenty found there. And he said, I will not destroy it for twenty's sake. +And he said, Oh let not the Lord be angry, and I will speak yet but this once: Peradventure ten shall be found there. And he said, I will not destroy it for ten's sake. +And the LORD went his way, as soon as he had left communing with Abraham: and Abraham returned unto his place. + +19. +And there came two angels to Sodom at even; and Lot sat in the gate of Sodom: and Lot seeing them rose up to meet them; and he bowed himself with his face toward the ground; +And he said, Behold now, my lords, turn in, I pray you, into your servant's house, and tarry all night, and wash your feet, and ye shall rise up early, and go on your ways. And they said, Nay; but we will abide in the street all night. +And he pressed upon them greatly; and they turned in unto him, and entered into his house; and he made them a feast, and did bake unleavened bread, and they did eat. +But before they lay down, the men of the city, even the men of Sodom, compassed the house round, both old and young, all the people from every quarter: +And they called unto Lot, and said unto him, Where are the men which came in to thee this night? bring them out unto us, that we may know them. +And Lot went out at the door unto them, and shut the door after him, +And said, I pray you, brethren, do not so wickedly. +Behold now, I have two daughters which have not known man; let me, I pray you, bring them out unto you, and do ye to them as is good in your eyes: only unto these men do nothing; for therefore came they under the shadow of my roof. +And they said, Stand back. And they said again, This one fellow came in to sojourn, and he will needs be a judge: now will we deal worse with thee, than with them. And they pressed sore upon the man, even Lot, and came near to break the door. +But the men put forth their hand, and pulled Lot into the house to them, and shut to the door. +And they smote the men that were at the door of the house with blindness, both small and great: so that they wearied themselves to find the door. +And the men said unto Lot, Hast thou here any besides? son in law, and thy sons, and thy daughters, and whatsoever thou hast in the city, bring them out of this place: +For we will destroy this place, because the cry of them is waxen great before the face of the LORD; and the LORD hath sent us to destroy it. +And Lot went out, and spake unto his sons in law, which married his daughters, and said, Up, get you out of this place; for the LORD will destroy this city. But he seemed as one that mocked unto his sons in law. +And when the morning arose, then the angels hastened Lot, saying, Arise, take thy wife, and thy two daughters, which are here; lest thou be consumed in the iniquity of the city. +And while he lingered, the men laid hold upon his hand, and upon the hand of his wife, and upon the hand of his two daughters; the LORD being merciful unto him: and they brought him forth, and set him without the city. +And it came to pass, when they had brought them forth abroad, that he said, Escape for thy life; look not behind thee, neither stay thou in all the plain; escape to the mountain, lest thou be consumed. +And Lot said unto them, Oh, not so, my Lord: +Behold now, thy servant hath found grace in thy sight, and thou hast magnified thy mercy, which thou hast shewed unto me in saving my life; and I cannot escape to the mountain, lest some evil take me, and I die: +Behold now, this city is near to flee unto, and it is a little one: Oh, let me escape thither, (is it not a little one?) and my soul shall live. +And he said unto him, See, I have accepted thee concerning this thing also, that I will not overthrow this city, for the which thou hast spoken. +Haste thee, escape thither; for I cannot do any thing till thou be come thither. Therefore the name of the city was called Zoar. +The sun was risen upon the earth when Lot entered into Zoar. +Then the LORD rained upon Sodom and upon Gomorrah brimstone and fire from the LORD out of heaven; +And he overthrew those cities, and all the plain, and all the inhabitants of the cities, and that which grew upon the ground. +But his wife looked back from behind him, and she became a pillar of salt. +And Abraham gat up early in the morning to the place where he stood before the LORD: +And he looked toward Sodom and Gomorrah, and toward all the land of the plain, and beheld, and, lo, the smoke of the country went up as the smoke of a furnace. +And it came to pass, when God destroyed the cities of the plain, that God remembered Abraham, and sent Lot out of the midst of the overthrow, when he overthrew the cities in the which Lot dwelt. +And Lot went up out of Zoar, and dwelt in the mountain, and his two daughters with him; for he feared to dwell in Zoar: and he dwelt in a cave, he and his two daughters. +And the firstborn said unto the younger, Our father is old, and there is not a man in the earth to come in unto us after the manner of all the earth: +Come, let us make our father drink wine, and we will lie with him, that we may preserve seed of our father. +And they made their father drink wine that night: and the firstborn went in, and lay with her father; and he perceived not when she lay down, nor when she arose. +And it came to pass on the morrow, that the firstborn said unto the younger, Behold, I lay yesternight with my father: let us make him drink wine this night also; and go thou in, and lie with him, that we may preserve seed of our Father. +And they made their father drink wine that night also: and the younger arose, and lay with him; and he perceived not when she lay down, nor when she arose. +Thus were both the daughters of Lot with child by their father. +And the firstborn bare a son, and called his name Moab: the same is the father of the Moabites unto this day. +And the younger, she also bare a son, and called his name Benammi: the same is the father of the children of Ammon unto this day. + +20. +And Abraham journeyed from thence toward the south country, and dwelled between Kadesh and Shur, and sojourned in Gerar. +And Abraham said of Sarah his wife, She is my sister: and Abimelech king of Gerar sent, and took Sarah. +But God came to Abimelech in a dream by night, and said to him, Behold, thou art but a dead man, for the woman which thou hast taken; for she is a man's wife. +But Abimelech had not come near her: and he said, Lord, wilt thou slay also a righteous nation? +Said he not unto me, She is my sister? and she, even she herself said, He is my brother: in the integrity of my heart and innocency of my hands have I done this. +And God said unto him in a dream, Yea, I know that thou didst this in the integrity of thy heart; for I also withheld thee from sinning against me: therefore suffered I thee not to touch her. +Now therefore restore the man his wife; for he is a prophet, and he shall pray for thee, and thou shalt live: and if thou restore her not, know thou that thou shalt surely die, thou, and all that are thine. +Therefore Abimelech rose early in the morning, and called all his servants, and told all these things in their ears: and the men were sore afraid. +Then Abimelech called Abraham, and said unto him, What hast thou done unto us? and what have I offended thee, that thou hast brought on me and on my kingdom a great sin? thou hast done deeds unto me that ought not to be done. +And Abimelech said unto Abraham, What sawest thou, that thou hast done this thing? +And Abraham said, Because I thought, Surely the fear of God is not in this place; and they will slay me for my wife's sake. +And yet indeed she is my sister; she is the daughter of my father, but not the daughter of my mother; and she became my wife. +And it came to pass, when God caused me to wander from my father's house, that I said unto her, This is thy kindness which thou shalt shew unto me; at every place whither we shall come, say of me, He is my brother. +And Abimelech took sheep, and oxen, and menservants, and womenservants, and gave them unto Abraham, and restored him Sarah his wife. +And Abimelech said, Behold, my land is before thee: dwell where it pleaseth thee. +And unto Sarah he said, Behold, I have given thy brother a thousand pieces of silver: behold, he is to thee a covering of the eyes, unto all that are with thee, and with all other: thus she was reproved. +So Abraham prayed unto God: and God healed Abimelech, and his wife, and his maidservants; and they bare children. +For the LORD had fast closed up all the wombs of the house of Abimelech, because of Sarah Abraham's wife. + +21. +And the LORD visited Sarah as he had said, and the LORD did unto Sarah as he had spoken. +For Sarah conceived, and bare Abraham a son in his old age, at the set time of which God had spoken to him. +And Abraham called the name of his son that was born unto him, whom Sarah bare to him, Isaac. +And Abraham circumcised his son Isaac being eight days old, as God had commanded him. +And Abraham was an hundred years old, when his son Isaac was born unto him. +And Sarah said, God hath made me to laugh, so that all that hear will laugh with me. +And she said, Who would have said unto Abraham, that Sarah should have given children suck? for I have born him a son in his old age. +And the child grew, and was weaned: and Abraham made a great feast the same day that Isaac was weaned. +And Sarah saw the son of Hagar the Egyptian, which she had born unto Abraham, mocking. +Wherefore she said unto Abraham, Cast out this bondwoman and her son: for the son of this bondwoman shall not be heir with my son, even with Isaac. +And the thing was very grievous in Abraham's sight because of his son. +And God said unto Abraham, Let it not be grievous in thy sight because of the lad, and because of thy bondwoman; in all that Sarah hath said unto thee, hearken unto her voice; for in Isaac shall thy seed be called. +And also of the son of the bondwoman will I make a nation, because he is thy seed. +And Abraham rose up early in the morning, and took bread, and a bottle of water, and gave it unto Hagar, putting it on her shoulder, and the child, and sent her away: and she departed, and wandered in the wilderness of Beer-sheba. +And the water was spent in the bottle, and she cast the child under one of the shrubs. +And she went, and sat her down over against him a good way off, as it were a bowshot: for she said, Let me not see the death of the child. And she sat over against him, and lift up her voice, and wept. +And God heard the voice of the lad; and the angel of God called Hagar out of heaven, and said unto her, What aileth thee, Hagar? fear not; for God hath heard the voice of the lad where he is. +Arise, lift up the lad, and hold him in thine hand; for I will make him a great nation. +And God opened her eyes, and she saw a well of water; and she went, and filled the bottle with water, and gave the lad drink. +And God was with the lad; and he grew, and dwelt in the wilderness, and became an archer. +And he dwelt in the wilderness of Paran: and his mother took him a wife out of the land of Egypt. +And it came to pass at that time, that Abimelech and Phichol the chief captain of his host spake unto Abraham, saying, God is with thee in all that thou doest: +Now therefore swear unto me here by God that thou wilt not deal falsely with me, nor with my son, nor with my son's son: but according to the kindness that I have done unto thee, thou shalt do unto me, and to the land wherein thou hast sojourned. +And Abraham said, I will swear. +And Abraham reproved Abimelech because of a well of water, which Abimelech's servants had violently taken away. +And Abimelech said, I wot not who hath done this thing: neither didst thou tell me, neither yet heard I of it, but to day. +And Abraham took sheep and oxen, and gave them unto Abimelech; and both of them made a covenant. +And Abraham set seven ewe lambs of the flock by themselves. +And Abimelech said unto Abraham, What mean these seven ewe lambs which thou hast set by themselves? +And he said, For these seven ewe lambs shalt thou take of my hand, that they may be a witness unto me, that I have digged this well. +Wherefore he called that place Beer-sheba; because there they sware both of them. +Thus they made a covenant at Beer-sheba: then Abimelech rose up, and Phichol the chief captain of his host, and they returned into the land of the Philistines. +And Abraham planted a grove in Beer-sheba, and called there on the name of the LORD, the everlasting God. +And Abraham sojourned in the Philistines' land many days. + +22. +And it came to pass after these things, that God did tempt Abraham, and said unto him, Abraham: and he said, Behold, here I am. +And he said, Take now thy son, thine only son Isaac, whom thou lovest, and get thee into the land of Moriah; and offer him there for a burnt offering upon one of the mountains which I will tell thee of. +And Abraham rose up early in the morning, and saddled his ass, and took two of his young men with him, and Isaac his son, and clave the wood for the burnt offering, and rose up, and went unto the place of which God had told him. +Then on the third day Abraham lifted up his eyes, and saw the place afar off. +And Abraham said unto his young men, Abide ye here with the ass; and I and the lad will go yonder and worship, and come again to you, +And Abraham took the wood of the burnt offering, and laid it upon Isaac his son; and he took the fire in his hand, and a knife; and they went both of them together. +And Isaac spake unto Abraham his father, and said, My father: and he said, Here am I, my son. And he said, Behold the fire and the wood: but where is the lamb for a burnt offering? +And Abraham said, My son, God will provide himself a lamb for a burnt offering: so they went both of them together. +And they came to the place which God had told him of; and Abraham built an altar there, and laid the wood in order, and bound Isaac his son, and laid him on the altar upon the wood. +And Abraham stretched forth his hand, and took the knife to slay his son. +And the angel of the LORD called unto him out of heaven, and said, Abraham, Abraham: and he said, Here am I. +And he said, Lay not thine hand upon the lad, neither do thou any thing unto him: for now I know that thou fearest God, seeing thou hast not withheld thy son, thine only son from me. +And Abraham lifted up his eyes, and looked, and behold behind him a ram caught in a thicket by his horns: and Abraham went and took the ram, and offered him up for a burnt offering in the stead of his son. +And Abraham called the name of that place Jehovah-jireh: as it is said to this day, In the mount of the LORD it shall be seen. +And the angel of the LORD called unto Abraham out of heaven the second time, +And said, By myself have I sworn, saith the LORD, for because thou hast done this thing, and hast not withheld thy son, thine only son: +That in blessing I will bless thee, and in multiplying I will multiply thy seed as the stars of the heaven, and as the sand which is upon the sea shore; and thy seed shall possess the gate of his enemies; +And in thy seed shall all the nations of the earth be blessed; because thou hast obeyed my voice. +So Abraham returned unto his young men, and they rose up and went together to Beer-sheba; and Abraham dwelt at Beer-sheba. +And it came to pass after these things, that it was told Abraham, saying, Behold, Milcah, she hath also born children unto thy brother Nahor; +Huz his firstborn, and Buz his brother, and Kemuel the father of Aram, +And Chesed, and Hazo, and Pildash, and Jidlaph, and Bethuel. +And Bethuel begat Rebekah: these eight Milcah did bear to Nahor, Abraham's brother. +And his concubine, whose name was Reumah, she bare also Tebah, and Gaham, and Thahash, and Maachah. + +23. +And Sarah was an hundred and seven and twenty years old: these were the years of the life of Sarah. +And Sarah died in Kirjath-arba; the same is Hebron in the land of Canaan: and Abraham came to mourn for Sarah, and to weep for her. +And Abraham stood up from before his dead, and spake unto the sons of Heth, saying, +I am a stranger and a sojourner with you: give me a possession of a buryingplace with you, that I may bury my dead out of my sight. +And the children of Heth answered Abraham, saying unto him, +Hear us, my lord: thou art a mighty prince among us: in the choice of our sepulchres bury thy dead; none of us shall withhold from thee his sepulchre, but that thou mayest bury thy dead. +And Abraham stood up, and bowed himself to the people of the land, even to the children of Heth. +And he communed with them, saying, If it be your mind that I should bury my dead out of my sight; hear me, and intreat for me to Ephron the son of Zohar, +That he may give me the cave of Machpelah, which he hath, which is in the end of his field; for as much money as it is worth he shall give it me for a possession of a buryingplace amongst you. +And Ephron dwelt among the children of Heth: and Ephron the Hittite answered Abraham in the audience of the children of Heth, even of all that went in at the gate of his city, saying, +Nay, my lord, hear me: the field give I thee, and the cave that is therein, I give it thee; in the presence of the sons of my people give I it thee: bury thy dead. +And Abraham bowed down himself before the people of the land. +And he spake unto Ephron in the audience of the people of the land, saying, But if thou wilt give it, I pray thee, hear me: I will give thee money for the field; take it of me, and I will bury my dead there. +And Ephron answered Abraham, saying unto him, +My lord, hearken unto me: the land is worth four hundred shekels of silver; what is that betwixt me and thee? bury therefore thy dead. +And Abraham hearkened unto Ephron; and Abraham weighed to Ephron the silver, which he had named in the audience of the sons of Heth, four hundred shekels of silver, current money with the merchant. +And the field of Ephron, which was in Machpelah, which was before Mamre, the field, and the cave which was therein, and all the trees that were in the field, that were in all the borders round about, were made sure +Unto Abraham for a possession in the presence of the children of Heth, before all that went in at the gate of his city. +And after this, Abraham buried Sarah his wife in the cave of the field of Machpelah before Mamre: the same is Hebron in the land of Canaan. +And the field, and the cave that is therein, were made sure unto Abraham for a possession of a buryingplace by the sons of Heth. + +24. +And Abraham was old, and well stricken in age: and the LORD had blessed Abraham in all things. +And Abraham said unto his eldest servant of his house, that ruled over all that he had, Put, I pray thee, thy hand under my thigh: +And I will make thee swear by the LORD, the God of heaven, and the God of the earth, that thou shalt not take a wife unto my son of the daughters of the Canaanites, among whom I dwell: +But thou shalt go unto my country, and to my kindred, and take a wife unto my son Isaac. +And the servant said unto him, Peradventure the woman will not be willing to follow me unto this land: must I needs bring thy son again unto the land from whence thou camest? +And Abraham said unto him, Beware thou that thou bring not my son thither again. +The LORD God of heaven, which took me from my father's house, and from the land of my kindred, and which spake unto me, and that sware unto me, saying, Unto thy seed will I give this land; he shall send his angel before thee, and thou shalt take a wife unto my son from thence. +And if the woman will not be willing to follow thee, then thou shalt be clear from this my oath: only bring not my son thither again. +And the servant put his hand under the thigh of Abraham his master, and sware to him concerning that matter. +And the servant took ten camels of the camels of his master, and departed; for all the goods of his master were in his hand: and he arose, and went to Mesopotamia, unto the city of Nahor. +And he made his camels to kneel down without the city by a well of water at the time of the evening, even the time that women go out to draw water. +And he said, O LORD God of my master Abraham, I pray thee, send me good speed this day, and shew kindness unto my master Abraham. +Behold, I stand here by the well of water; and the daughters of the men of the city come out to draw water: +And let it come to pass, that the damsel to whom I shall say, Let down thy pitcher, I pray thee, that I may drink; and she shall say, Drink, and I will give thy camels drink also: let the same be she that thou hast appointed for thy servant Isaac; and thereby shall I know that thou hast shewed kindness unto my master. +And it came to pass, before he had done speaking, that, behold, Rebekah came out, who was born to Bethuel, son of Milcah, the wife of Nahor, Abraham's brother, with her pitcher upon her shoulder. +And the damsel was very fair to look upon, a virgin, neither had any man known her: and she went down to the well, and filled her pitcher, and came up. +And the servant ran to meet her, and said, Let me, I pray thee, drink a little water of thy pitcher. +And she said, Drink, my lord: and she hasted, and let down her pitcher upon her hand, and gave him drink. +And when she had done giving him drink, she said, I will draw water for thy camels also, until they have done drinking. +And she hasted, and emptied her pitcher into the trough, and ran again unto the well to draw water, and drew for all his camels. +And the man wondering at her held his peace, to wit whether the LORD had made his journey prosperous or not. +And it came to pass, as the camels had done drinking, that the man took a golden earring of half a shekel weight, and two bracelets for her hands of ten shekels weight of gold; +And said, Whose daughter art thou? tell me, I pray thee: is there room in thy father's house for us to lodge in? +And she said unto him, I am the daughter of Bethuel the son of Milcah, which she bare unto Nahor. +She said moreover unto him, We have both straw and provender enough, and room to lodge in. +And the man bowed down his head, and worshipped the LORD. +And he said, Blessed be the LORD God of my master Abraham, who hath not left destitute my master of his mercy and his truth: I being in the way, the LORD led me to the house of my master's brethren. +And the damsel ran, and told them of her mother's house these things. +And Rebekah had a brother, and his name was Laban: and Laban ran out unto the man, unto the well. +And it came to pass, when he saw the earring and bracelets upon his sister's hands, and when he heard the words of Rebekah his sister, saying, Thus spake the man unto me; that he came unto the man; and, behold, he stood by the camels at the well. +And he said, Come in, thou blessed of the LORD; wherefore standest thou without? for I have prepared the house, and room for the camels. +And the man came into the house: and he ungirded his camels, and gave straw and provender for the camels, and water to wash his feet, and the men's feet that were with him. +And there was set meat before him to eat: but he said, I will not eat, until I have told mine errand. And he said, Speak on. +And he said, I am Abraham's servant. +And the LORD hath blessed my master greatly; and he is become great: and he hath given him flocks, and herds, and silver, and gold, and menservants, and maidservants, and camels, and asses. +And Sarah my master's wife bare a son to my master when she was old: and unto him hath he given all that he hath. +And my master made me swear, saying, Thou shalt not take a wife to my son of the daughters of the Canaanites, in whose land I dwell: +But thou shalt go unto my father's house, and to my kindred, and take a wife unto my son. +And I said unto my master, Peradventure the woman will not follow me. +And he said unto me, The LORD, before whom I walk, will send his angel with thee, and prosper thy way; and thou shalt take a wife for my son of my kindred, and of my father's house: +Then shalt thou be clear from this my oath, when thou comest to my kindred; and if they give not thee one, thou shalt be clear from my oath. +And I came this day unto the well, and said, O LORD God of my master Abraham, if now thou do prosper my way which I go; +Behold, I stand by the well of water; and it shall come to pass, that when the virgin cometh forth to draw water, and I say to her, Give me, I pray thee, a little water of thy pitcher to drink; +And she say to me, Both drink thou, and I will also draw for thy camels: let the same be the woman whom the LORD hath appointed out for my master's son. +And before I had done speaking in mine heart, behold, Rebekah came forth with her pitcher on her shoulder; and she went down unto the well, and drew water: and I said unto her, Let me drink, I pray thee. +And she made haste, and let down her pitcher from her shoulder, and said, Drink, and I will give thy camels drink also: so I drank, and she made the camels drink also. +And I asked her, and said, Whose daughter art thou? And she said, The daughter of Bethuel, Nahor's son, whom Milcah bare unto him: and I put the earring upon her face, and the bracelets upon her hands. +And I bowed down my head, and worshipped the LORD, and blessed the LORD God of my master Abraham, which had led me in the right way to take my master's brother's daughter unto his son. +And now if ye will deal kindly and truly with my master, tell me: and if not, tell me; that I may turn to the right hand, or to the left. +Then Laban and Bethuel answered and said, The thing proceedeth from the LORD: we cannot speak unto thee bad or good. +Behold, Rebekah is before thee, take her, and go, and let her be thy master's son's wife, as the LORD hath spoken. +And it came to pass, that, when Abraham's servant heard their words, he worshipped the LORD, bowing himself to the earth. +And the servant brought forth jewels of silver, and jewels of gold, and raiment, and gave them to Rebekah: he gave also to her brother and to her mother precious things. +And they did eat and drink, he and the men that were with him, and tarried all night; and they rose up in the morning, and he said, Send me away unto my master. +And her brother and her mother said, Let the damsel abide with us a few days, at the least ten; after that she shall go. +And he said unto them, Hinder me not, seeing the LORD hath prospered my way; send me away that I may go to my master. +And they said, We will call the damsel, and inquire at her mouth. +And they called Rebekah, and said unto her, Wilt thou go with this man? And she said, I will go. +And they sent away Rebekah their sister, and her nurse, and Abraham's servant, and his men. +And they blessed Rebekah, and said unto her, Thou art our sister, be thou the mother of thousands of millions, and let thy seed possess the gate of those which hate them. +And Rebekah arose, and her damsels, and they rode upon the camels, and followed the man: and the servant took Rebekah, and went his way. +And Isaac came from the way of the well Lahai-roi; for he dwelt in the south country. +And Isaac went out to meditate in the field at the eventide: and he lifted up his eyes, and saw, and, behold, the camels were coming. +And Rebekah lifted up her eyes, and when she saw Isaac, she lighted off the camel. +For she had said unto the servant, What man is this that walketh in the field to meet us? And the servant had said, It is my master: therefore she took a vail, and covered herself. +And the servant told Isaac all things that he had done. +And Isaac brought her into his mother Sarah's tent, and took Rebekah, and she became his wife; and he loved her: and Isaac was comforted after his mother's death. + +25. +Then again Abraham took a wife, and her name was Keturah. +And she bare him Zimran, and Jokshan, and Medan, and Midian, and Ishbak, and Shuah. +And Jokshan begat Sheba, and Dedan. And the sons of Dedan were Asshurim, and Letushim, and Leummim. +And the sons of Midian; Ephah, and Epher, and Hanoch, and Abida, and Eldaah. All these were the children of Keturah. +And Abraham gave all that he had unto Isaac. +But unto the sons of the concubines, which Abraham had, Abraham gave gifts, and sent them away from Isaac his son, while he yet lived, eastward, unto the east country. +And these are the days of the years of Abraham's life which he lived, an hundred threescore and fifteen years. +Then Abraham gave up the ghost, and died in a good old age, an old man, and full of years; and was gathered to his people. +And his sons Isaac and Ishmael buried him in the cave of Machpelah, in the field of Ephron the son of Zohar the Hittite, which is before Mamre; +The field which Abraham purchased of the sons of Heth: there was Abraham buried, and Sarah his wife. +And it came to pass after the death of Abraham, that God blessed his son Isaac; and Isaac dwelt by the well Lahai-roi. +Now these are the generations of Ishmael, Abraham's son, whom Hagar the Egyptian, Sarah's handmaid, bare unto Abraham: +And these are the names of the sons of Ishmael, by their names, according to their generations: the firstborn of Ishmael, Nebajoth; and Kedar, and Adbeel, and Mibsam, +And Mishma, and Dumah, and Massa, +Hadar, and Tema, Jetur, Naphish, and Kedemah: +These are the sons of Ishmael, and these are their names, by their towns, and by their castles; twelve princes according to their nations. +And these are the years of the life of Ishmael, an hundred and thirty and seven years: and he gave up the ghost and died; and was gathered unto his people. +And they dwelt from Havilah unto Shur, that is before Egypt, as thou goest toward Assyria: and he died in the presence of all his brethren. +And these are the generations of Isaac, Abraham's son: Abraham begat Isaac: +And Isaac was forty years old when he took Rebekah to wife, the daughter of Bethuel the Syrian of Padan-aram, the sister to Laban the Syrian. +And Isaac intreated the LORD for his wife, because she was barren: and the LORD was intreated of him, and Rebekah his wife conceived. +And the children struggled together within her; and she said, If it be so, why am I thus? And she went to inquire of the LORD. +And the LORD said unto her, Two nations are in thy womb, and two manner of people shall be separated from thy bowels; and the one people shall be stronger than the other people; and the elder shall serve the younger. +And when her days to be delivered were fulfilled, behold, there were twins in her womb. +And the first came out red, all over like an hairy garment; and they called his name Esau. +And after that came his brother out, and his hand took hold on Esau's heel; and his name was called Jacob: and Isaac was threescore years old when she bare them. +And the boys grew: and Esau was a cunning hunter, a man of the field; and Jacob was a plain man, dwelling in tents. +And Isaac loved Esau, because he did eat of his venison: but Rebekah loved Jacob. +And Jacob sod pottage: and Esau came from the field, and he was faint: +And Esau said to Jacob, Feed me, I pray thee, with that same red pottage; for I am faint: therefore was his name called Edom. +And Jacob said, Sell me this day thy birthright. +And Esau said, Behold, I am at the point to die: and what profit shall this birthright do to me? +And Jacob said, Swear to me this day; and he sware unto him: and he sold his birthright unto Jacob. +Then Jacob gave Esau bread and pottage of lentiles; and he did eat and drink, and rose up, and went his way: thus Esau despised his birthright. + +26. +And there was a famine in the land, beside the first famine that was in the days of Abraham. And Isaac went unto Abimelech king of the Philistines unto Gerar. +And the LORD appeared unto him, and said, Go not down into Egypt; dwell in the land which I shall tell thee of: +Sojourn in this land, and I will be with thee, and will bless thee; for unto thee, and unto thy seed, I will give all these countries, and I will perform the oath which I sware unto Abraham thy father; +And I will make thy seed to multiply as the stars of heaven, and will give unto thy seed all these countries; and in thy seed shall all the nations of the earth be blessed; +Because that Abraham obeyed my voice, and kept my charge, my commandments, my statutes, and my laws. +And Isaac dwelt in Gerar: +And the men of the place asked him of his wife; and he said, She is my sister: for he feared to say, She is my wife; lest, said he, the men of the place should kill me for Rebekah; because she was fair to look upon. +And it came to pass, when he had been there a long time, that Abimelech king of the Philistines looked out at a window, and saw, and, behold, Isaac was sporting with Rebekah his wife. +And Abimelech called Isaac, and said, Behold, of a surety she is thy wife: and how saidst thou, She is my sister? And Isaac said unto him, Because I said, Lest I die for her. +And Abimelech said, What is this thou hast done unto us? one of the people might lightly have lien with thy wife, and thou shouldest have brought guiltiness upon us. +And Abimelech charged all his people, saying, He that toucheth this man or his wife shall surely be put to death. +Then Isaac sowed in that land, and received in the same year an hundredfold: and the LORD blessed him. +And the man waxed great, and went forward, and grew until he became very great: +For he had possession of flocks, and possessions of herds, and great store of servants: and the Philistines envied him. +For all the wells which his father's servants had digged in the days of Abraham his father, the Philistines had stopped them, and filled them with earth. +And Abimelech said unto Isaac, Go from us; for thou art much mightier than we. +And Isaac departed thence, and pitched his tent in the valley of Gerar, and dwelt there. +And Isaac digged again the wells of water, which they had digged in the days of Abraham his father; for the philistines had stopped them after the death of Abraham: and he called their names after the names by which his father had called them. +And Isaac's servants digged in the valley, and found there a well of springing water. +And the herdmen of Gerar did strive with Isaac's herdmen, saying, The water is ours: and he called the name of the well Esek; because they strove with him. +And they digged another well, and strove for that also:and he called the name of it Sitnah. +And he removed from thence, and digged another well; and for that they strove not: and he called the name of it Rehoboth; and he said, For now the LORD hath made room for us, and we shall be fruitful in the land. +And he went up from thence to Beer-sheba. +And the LORD appeared unto him the same night, and said, I am the God of Abraham thy father: fear not, for I am with thee, and will bless thee, and multiply thy seed for my servant Abraham's sake. +And he builded an altar there, and called upon the name of the LORD and pitched his tent there: and there Isaac's servants digged a well. +Then Abimelech went to him from Gerar, and Ahuzzath one of his friends, and Phichol the chief captain of his army. +And Isaac said unto them, Wherefore come ye to me, seeing ye hate me, and have sent me away from you? +And they said, We saw certainly that the LORD was with thee: and we said, Let there be now an oath betwixt us, even betwixt us and thee, and let us make a covenant with thee; +That thou wilt do us no hurt, as we have not touched thee, and as we have done unto thee nothing but good, and have sent thee away in peace: thou art now the blessed of the LORD. +And he made them a feast, and they did eat and drink. +And they rose up betimes in the morning, and sware one to another: and Isaac sent them away, and they departed from him in peace. +And it came to pass the same day, that Isaac's servants came, and told him concerning the well which they had digged, and said unto him, We have found water. +And he called it Shebah: therefore the name of the city is Beer-sheba unto this day. +And Esau was forty years old when he took to wife Judith the daughter of Beeri the Hittite, and Bashemath the daughter of Elon the Hittite: +Which were a grief of mind unto Isaac and to Rebekah. + +27. +And it came to pass, that when Isaac was old, and his eyes were dim, so that he could not see, he called Esau his eldest son, and said unto him, My son: and he said unto him, Behold, here am I. +And he said, Behold now, I am old, I know not the day of my death: +Now therefore take, I pray thee, thy weapons, thy quiver and thy bow, and go out to the field, and take me some venison; +And make me savoury meat, such as I love, and bring it to me, that I may eat; that my soul may bless thee before I die. +And Rebekah heard when Isaac spake to Esau his son. And Esau went to the field to hunt for venison, and to bring it. +And Rebekah spake unto Jacob her son, saying, Behold, I heard thy father speak unto Esau thy brother, saying, +Bring me venison, and make me savoury meat, that I may eat, and bless thee before the LORD before my death. +Now therefore, my son, obey my voice according to that which I command thee. +Go now to the flock, and fetch me from thence two good kids of the goats; and I will make them savoury meat for thy father, such as he loveth: +And thou shalt bring it to thy father, that he may eat, and that he may bless thee before his death. +And Jacob said to Rebekah his mother, Behold, Esau my brother is a hairy man, and I am a smooth man: +My father peradventure will feel me, and I shall seem to him as a deceiver; and I shall bring a curse upon me, and not a blessing. +And his mother said unto him, Upon me be thy curse, my son: only obey my voice, and go fetch me them. +And he went, and fetched, and brought them to his mother: and his mother made savoury meat, such as his father loved. +And Rebekah took goodly raiment of her eldest son Esau, which were with her in the house, and put them upon Jacob her younger son: +And she put the skins of the kids of the goats upon his hands, and upon the smooth of his neck: +And she gave the savoury meat and the bread, which she had prepared, into the hand of her son Jacob. +And he came unto his father, and said, My father: and he said, Here am I; who art thou, my son? +And Jacob said unto his father, I am Esau thy firstborn; I have done according as thou badest me: arise, I pray thee, sit and eat of my venison, that thy soul may bless me. +And Isaac said unto his son, How is it that thou hast found it so quickly, my son? And he said, Because the LORD thy God brought it to me. +And Isaac said unto Jacob, Come near, I pray thee, that I may feel thee, my son, whether thou be my very son Esau or not. +And Jacob went near unto Isaac his father; and he felt him, and said, The voice is Jacob's voice, but the hands are the hands of Esau. +And he discerned him not, because his hands were hairy, as his brother Esau's hands: so he blessed him. +And he said, Art thou my very son Esau? And he said, I am. +And he said, Bring it near to me, and I will eat of my son's venison, that my soul may bless thee. And he brought it near to him, and he did eat: and he brought him wine, and he drank. +And his father Isaac said unto him, Come near now, and kiss me, my son. +And he came near, and kissed him: and he smelled the smell of his raiment, and blessed him, and said, See, the smell of my son is as the smell of a field which the LORD hath blessed: +Therefore God give thee of the dew of heaven, and the fatness of the earth, and plenty of corn and wine: +Let people serve thee, and nations bow down to thee: be lord over thy brethren, and let thy mother's sons bow down to thee: cursed be every one that curseth thee, and blessed be he that blesseth thee. +And it came to pass, as soon as Isaac had made an end of blessing Jacob, and Jacob was yet scarce gone out from the presence of Isaac his father, that Esau his brother came in from his hunting. +And he also had made savoury meat, and brought it unto his father, and said unto his father, Let my father arise, and eat of his son's venison, that thy soul may bless me. +And Isaac his father said unto him, Who art thou? And he said, I am thy son, thy firstborn Esau. +And Isaac trembled very exceedingly, and said, Who? where is he that hath taken venison, and brought it me, and I have eaten of all before thou camest, and have blessed him? yea, and he shall be blessed. +And when Esau heard the words of his father, he cried with a great and exceeding bitter cry, and said unto his father, Bless me, even me also, O my father. +And he said, Thy brother came with subtilty, and hath taken away thy blessing. +And he said, Is not he rightly named Jacob? for he hath supplanted me these two times: he took away my birthright; and, behold, now he hath taken away my blessing. And he said, Hast thou not reserved a blessing for me? +And Isaac answered and said unto Esau, Behold, I have made him thy lord, and all his brethren have I given to him for servants; and with corn and wine have I sustained him: and what shall I do now unto thee, my son? +And Esau said unto his father, Hast thou but one blessing, my father? bless me, even me also, O my father. And Esau lifted up his voice, and wept. +And Isaac his father answered and said unto him, Behold, thy dwelling shall be the fatness of the earth, and of the dew of heaven from above; +And by thy sword shalt thou live, and shalt serve thy brother; and it shall come to pass when thou shalt have the dominion, that thou shalt break his yoke from off thy neck. +And Esau hated Jacob because of the blessing wherewith his father blessed him: and Esau said in his heart, The days of mourning for my father are at hand; then will I slay my brother Jacob. +And these words of Esau her elder son were told to Rebekah: and she sent and called Jacob her younger son, and said unto him, Behold, thy brother Esau, as touching thee, doth comfort himself, purposing to kill thee. +Now therefore, my son, obey my voice; and arise, flee thou to Laban my brother to Haran; +And tarry with him a few days, until thy brother's fury turn away; +Until thy brother's anger turn away from thee, and he forget that which thou hast done to him: then I will send, and fetch thee from thence: why should I be deprived also of you both in one day? +And Rebekah said to Isaac, I am weary of my life because of the daughters of Heth: if Jacob take a wife of the daughters of Heth, such as these which are of the daughters of the land, what good shall my life do me? + +28. +And Isaac called Jacob, and blessed him, and charged him, and said unto him, Thou shalt not take a wife of the daughters of Canaan. +Arise, go to Padan-aram, to the house of Bethuel thy mother's father; and take thee a wife from thence of the daughters of Laban thy mother's brother. +And God Almighty bless thee, and make thee fruitful, and multiply thee, that thou mayest be a multitude of people; +And give thee the blessing of Abraham, to thee, and to thy seed with thee; that thou mayest inherit the land wherein thou art a stranger, which God gave unto Abraham. +And Isaac sent away Jacob: and he went to Padan-aram unto Laban, son of Bethuel the Syrian, the brother of Rebekah, Jacob's and Esau's mother. +When Esau saw that Isaac had blessed Jacob, and sent him away to Padan-aram, to take him a wife from thence; and that as he blessed him he gave him a charge, saying, Thou shalt not take a wife of the daughters of Canaan; +And that Jacob obeyed his father and his mother, and was gone to Padan-aram; +And Esau seeing that the daughters of Canaan pleased not Isaac his father; +Then went Esau unto Ishmael, and took unto the wives which he had Mahalath the daughter of Ishmael Abraham's son, the sister of Nebajoth, to be his wife. +And Jacob went out from Beer-sheba, and went toward Haran. +And he lighted upon a certain place, and tarried there all night, because the sun was set; and he took of the stones of that place, and put them for his pillows, and lay down in that place to sleep. +And he dreamed, and behold a ladder set up on the earth, and the top of it reached to heaven: and behold the angels of God ascending and descending on it. +And, behold, the LORD stood above it, and said, I am the LORD God of Abraham thy father, and the God of Isaac: the land whereon thou liest, to thee will I give it, and to thy seed; +And thy seed shall be as the dust of the earth, and thou shalt spread abroad to the west, and to the east, and to the north, and to the south: and in thee and in thy seed shall all the families of the earth be blessed. +And, behold, I am with thee, and will keep thee in all places whither thou goest, and will bring thee again into this land; for I will not leave thee, until I have done that which I have spoken to thee of. +And Jacob awaked out of his sleep, and he said, Surely the LORD is in this place; and I knew it not. +And he was afraid, and said, How dreadful is this place! this is none other but the house of God, and this is the gate of heaven. +And Jacob rose up early in the morning, and took the stone that he had put for his pillows, and set it up for a pillar, and poured oil upon the top of it. +And he called the name of that place Bethel: but the name of that city was called Luz at the first. +And Jacob vowed a vow, saying, If God will be with me, and will keep me in this way that I go, and will give me bread to eat, and raiment to put on, +So that I come again to my father's house in peace; then shall the LORD be my God: +And this stone, which I have set for a pillar, shall be God's house: and of all that thou shalt give me I will surely give the tenth unto thee. + +29. +Then Jacob went on his journey, and came into the land of the people of the east. +And he looked, and behold a well in the field, and, lo, there were three flocks of sheep lying by it; for out of that well they watered the flocks: and a great stone was upon the well's mouth. +And thither were all the flocks gathered: and they rolled the stone from the well's mouth, and watered the sheep, and put the stone again upon the well's mouth in his place. +And Jacob said unto them, My brethren, whence be ye? And they said, Of Haran are we. +And he said unto them, Know ye Laban the son of Nahor? And they said, We know him. +And he said unto them, Is he well? And they said, He is well: and, behold, Rachel his daughter cometh with the sheep. +And he said, Lo, it is yet high day, neither is it time that the cattle should be gathered together: water ye the sheep, and go and feed them. +And they said, We cannot, until all the flocks be gathered together, and till they roll the stone from the well's mouth; then we water the sheep. +And while he yet spake with them, Rachel came with her father's sheep: for she kept them. +And it came to pass, when Jacob saw Rachel the daughter of Laban his mother's brother, and the sheep of Laban his mother's brother, that Jacob went near, and rolled the stone from the well's mouth, and watered the flock of Laban his mother's brother. +And Jacob kissed Rachel, and lifted up his voice, and wept. +And Jacob told Rachel that he was her father's brother, and that he was Rebekah's son: and she ran and told her father. +And it came to pass, when Laban heard the tidings of Jacob his sister's son, that he ran to meet him, and embraced him, and kissed him, and brought him to his house. And he told Laban all these things. +And Laban said to him, Surely thou art my bone and my flesh. And he abode with him the space of a month. +And Laban said unto Jacob, Because thou art my brother, shouldest thou therefore serve me for nought? tell me, what shall thy wages be? +And Laban had two daughters: the name of the elder was Leah, and the name of the younger was Rachel. +Leah was tender eyed; but Rachel was beautiful and well favoured. +And Jacob loved Rachel; and said, I will serve thee seven years for Rachel thy younger daughter. +And Laban said, It is better that I give her to thee, than that I should give her to another man: abide with me. +And Jacob served seven years for Rachel; and they seemed unto him but a few days, for the love he had to her. +And Jacob said unto Laban, Give me my wife, for my days are fulfilled, that I may go in unto her. +And Laban gathered together all the men of the place, and made a feast. +And it came to pass in the evening, that he took Leah his daughter, and brought her to him; and he went in unto her. +And Laban gave unto his daughter Leah Zilpah his maid for an handmaid. +And it came to pass, that in the morning, behold, it was Leah: and he said to Laban, What is this thou hast done unto me? did not I serve with thee for Rachel? wherefore then hast thou beguiled me? +And Laban said, It must not be so done in our country, to give the younger before the firstborn. +Fulfil her week, and we will give thee this also for the service which thou shalt serve with me yet seven other years. +And Jacob did so, and fulfilled her week: and he gave him Rachel his daughter to wife also. +And Laban gave to Rachel his daughter Bilhah his handmaid to be her maid. +And he went in also unto Rachel, and he loved also Rachel more than Leah, and served with him yet seven other years. +And when the LORD saw that Leah was hated, he opened her womb: but Rachel was barren. +And Leah conceived, and bare a son, and she called his name Reuben: for she said, Surely the LORD hath looked upon my affliction; now therefore my husband will love me. +And she conceived again, and bare a son; and said, Because the LORD hath heard that I was hated, he hath therefore given me this son also: and she called his name Simeon. +And she conceived again, and bare a son; and said, Now this time will my husband be joined unto me, because I have born him three sons: therefore was his name called Levi. +And she conceived again, and bare a son: and she said, Now will I praise the LORD: therefore she called his name Judah; and left bearing. + +30. +And when Rachel saw that she bare Jacob no children, Rachel envied her sister; and said unto Jacob, Give me children, or else I die. +And Jacob's anger was kindled against Rachel: and he said, Am I in God's stead, who hath withheld from thee the fruit of the womb? +And she said, Behold my maid Bilhah, go in unto her; and she shall bear upon my knees that I may also have children by her. +And she gave him Bilhah her handmaid to wife: and Jacob went in unto her. +And Bilhah conceived, and bare Jacob a son. +And Rachel said, God hath judged me, and hath also heard my voice, and hath given me a son: therefore called she his name Dan. +And Bilhah Rachel's maid conceived again, and bare Jacob a second son. +And Rachel said, With great wrestlings have I wrestled with my sister, and I have prevailed: and she called his name Naphtali. +When Leah saw that she had left bearing, she took Zilpah her maid, and gave her Jacob to wife. +And Zilpah Leah's maid bare Jacob a son. +And Leah said, A troop cometh: and she called his name Gad. +And Zilpah Leah's maid bare Jacob a second son. +And Leah said, Happy am I, for the daughters will call me blessed: and she called his name Asher. +And Reuben went in the days of wheat harvest, and found mandrakes in the field, and brought them unto his mother Leah. Then Rachel said to Leah, Give me, I pray thee, of thy son's mandrakes. +And she said unto her, Is it a small matter that thou hast taken my husband? and wouldest thou take away my son's mandrakes also? And Rachel said, Therefore he shall lie with thee to night for thy son's mandrakes. +And Jacob came out of the field in the evening, and Leah went out to meet him, and said, Thou must come in unto me; for surely I have hired thee with my son's mandrakes. And he lay with her that night. +And God hearkened unto Leah, and she conceived, and bare Jacob the fifth son. +And Leah said, God hath given me my hire, because I have given my maiden to my husband: and she called his name Issachar. +And Leah conceived again, and bare Jacob the sixth son. +And Leah said, God hath endued me with a good dowry; now will my husband dwell with me, because I have born him six sons: and she called his name Zebulun. +And afterwards she bare a daughter, and called her name Dinah. +And God remembered Rachel, and God hearkened to her, and opened her womb. +And she conceived, and bare a son; and said, God hath taken away my reproach: +And she called his name Joseph; and said, The LORD shall add to me another son. +And it came to pass, when Rachel had born Joseph, that Jacob said unto Laban, Send me away, that I may go unto mine own place, and to my country. +Give me my wives and my children, for whom I have served thee, and let me go: for thou knowest my service which I have done thee. +And Laban said unto him, I pray thee, if I have found favour in thine eyes, tarry: for I have learned by experience that the LORD hath blessed me for thy sake. +And he said, Appoint me thy wages, and I will give it. +And he said unto him, Thou knowest how I have served thee, and how thy cattle was with me. +For it was little which thou hadst before I came, and it is now increased unto a multitude; and the LORD hath blessed thee since my coming: and now when shall I provide for mine own house also? +And he said, What shall I give thee? And Jacob said, Thou shalt not give me any thing: if thou wilt do this thing for me, I will again feed and keep thy flock: +I will pass through all thy flock to day, removing from thence all the speckled and spotted cattle, and all the brown cattle among the sheep, and the spotted and speckled among the goats: and of such shall be my hire. +So shall my righteousness answer for me in time to come, when it shall come for my hire before thy face: every one that is not speckled and spotted among the goats, and brown among the sheep, that shall be counted stolen with me. +And Laban said, Behold, I would it might be according to thy word. +And he removed that day the he goats that were ringstraked and spotted, and all the she goats that were speckled and spotted, and every one that had some white in it, and all the brown among the sheep, and gave them into the hand of his sons. +And he set three days' journey betwixt himself and Jacob: and Jacob fed the rest of Laban's flocks. +And Jacob took him rods of green poplar, and of the hazel and chesnut tree; and pilled white strakes in them, and made the white appear which was in the rods. +And he set the rods which he had pilled before the flocks in the gutters in the watering troughs when the flocks came to drink, that they should conceive when they came to drink. +And the flocks conceived before the rods, and brought forth cattle ringstraked, speckled, and spotted. +And Jacob did separate the lambs, and set the faces of the flocks toward the ringstraked, and all the brown in the flock of Laban; and he put his own flocks by themselves, and put them not unto Laban's cattle. +And it came to pass, whensoever the stronger cattle did conceive, that Jacob laid the rods before the eyes of the cattle in the gutters, that they might conceive among the rods. +But when the cattle were feeble, he put them not in: so the feebler were Laban's, and the stronger Jacob's. +And the man increased exceedingly, and had much cattle, and maidservants, and menservants, and camels, and asses. + +31. +And he heard the words of Laban's sons, saying, Jacob hath taken away all that was our father's; and of that which was our father's hath he gotten all this glory. +And Jacob beheld the countenance of Laban, and, behold, it was not toward him as before. +And the LORD said unto Jacob, Return unto the land of thy fathers, and to thy kindred; and I will be with thee. +And Jacob sent and called Rachel and Leah to the field unto his flock, +And said unto them, I see your father's countenance, that it is not toward me as before; but the God of my father hath been with me. +And ye know that with all my power I have served your father. +And your father hath deceived me, and changed my wages ten times; but God suffered him not to hurt me. +If he said thus, The speckled shall be thy wages; then all the cattle bare speckled: and if he said thus, The ringstraked shall be thy hire; then bare all the cattle ringstraked. +Thus God hath taken away the cattle of your father, and given them to me. +And it came to pass at the time that the cattle conceived, that I lifted up mine eyes, and saw in a dream, and, behold, the rams which leaped upon the cattle were ringstraked, speckled, and grisled. +And the angel of God spake unto me in a dream, saying, Jacob: And I said, Here am I. +And he said, Lift up now thine eyes, and see, all the rams which leap upon the cattle are ringstraked, speckled, and grisled: for I have seen all that Laban doeth unto thee. +I am the God of Bethel, where thou anointedst the pillar, and where thou vowedst a vow unto me: now arise, get thee out from this land, and return unto the land of thy kindred. +And Rachel and Leah answered and said unto him, Is there yet any portion or inheritance for us in our father's house? +Are we not counted of him strangers? for he hath sold us, and hath quite devoured also our money. +For all the riches which God hath taken from our father, that is ours, and our children's: now then, whatsoever God hath said unto thee, do. +Then Jacob rose up, and set his sons and his wives upon camels; +And he carried away all his cattle, and all his goods which he had gotten, the cattle of his getting, which he had gotten in Padan-aram, for to go to Isaac his father in the land of Canaan. +And Laban went to shear his sheep: and Rachel had stolen the images that were her father's. +And Jacob stole away unawares to Laban the Syrian, in that he told him not that he fled. +So he fled with all that he had; and he rose up, and passed over the river, and set his face toward the mount Gilead. +And it was told Laban on the third day that Jacob was fled. +And he took his brethren with him, and pursued after him seven days' journey; and they overtook him in the mount Gilead. +And God came to Laban the Syrian in a dream by night, and said unto him, Take heed that thou speak not to Jacob either good or bad. +Then Laban overtook Jacob. Now Jacob had pitched his tent in the mount: and Laban with his brethren pitched in the mount of Gilead. +And Laban said to Jacob, What hast thou done, that thou hast stolen away unawares to me, and carried away my daughters, as captives taken with the sword? +Wherefore didst thou flee away secretly, and steal away from me; and didst not tell me, that I might have sent thee away with mirth, and with songs, with tabret, and with harp? +And hast not suffered me to kiss my sons and my daughters? thou hast now done foolishly in so doing. +It is in the power of my hand to do you hurt: but the God of your father spake unto me yesternight, saying, Take thou heed that thou speak not to Jacob either good or bad. +And now, though thou wouldest needs be gone, because thou sore longedst after thy father's house, yet wherefore hast thou stolen my gods? +And Jacob answered and said to Laban, Because I was afraid: for I said, Peradventure thou wouldest take by force thy daughters from me. +With whomsoever thou findest thy gods, let him not live: before our brethren discern thou what is thine with me, and take it to thee. For Jacob knew not that Rachel had stolen them. +And Laban went into Jacob's tent, and into Leah's tent, and into the two maidservants' tents; but he found them not. Then went he out of Leah's tent, and entered into Rachel's tent. +Now Rachel had taken the images, and put them in the camel's furniture, and sat upon them. And Laban searched all the tent, but found them not. +And she said to her father, Let it not displease my lord that I cannot rise up before thee; for the custom of women is upon me. And he searched, but found not the images. +And Jacob was wroth, and chode with Laban: and Jacob answered and said to Laban, What is my trespass? what is my sin, that thou hast so hotly pursued after me? +Whereas thou hast searched all my stuff, what hast thou found of all thy household stuff? set it here before my brethren and thy brethren, that they may judge betwixt us both. +This twenty years have I been with thee; thy ewes and thy she goats have not cast their young, and the rams of thy flock have I not eaten. +That which was torn of beasts I brought not unto thee; I bare the loss of it; of my hand didst thou require it, whether stolen by day, or stolen by night. +Thus I was; in the day the drought consumed me, and the frost by night; and my sleep departed from mine eyes. +Thus have I been twenty years in thy house; I served thee fourteen years for thy two daughters, and six years for thy cattle: and thou hast changed my wages ten times. +Except the God of my father, the God of Abraham, and the fear of Isaac, had been with me, surely thou hadst sent me away now empty. God hath seen mine affliction and the labour of my hands, and rebuked thee yesternight. +And Laban answered and said unto Jacob, These daughters are my daughters, and these children are my children, and these cattle are my cattle, and all that thou seest is mine: and what can I do this day unto these my daughters, or unto their children which they have born? +Now therefore come thou, let us make a covenant, I and thou; and let it be for a witness between me and thee. +And Jacob took a stone, and set it up for a pillar. +And Jacob said unto his brethren, Gather stones; and they took stones, and made an heap: and they did eat there upon the heap. +And Laban called it Jegar-sahadutha: but Jacob called it Galeed. +And Laban said, This heap is a witness between me and thee this day. Therefore was the name of it called Galeed; +And Mizpah; for he said, The LORD watch between me and thee, when we are absent one from another. +If thou shalt afflict my daughters, or if thou shalt take other wives beside my daughters, no man is with us; see, God is witness betwixt me and thee. +And Laban said to Jacob, Behold this heap, and behold this pillar, which I have cast betwixt me and thee; +This heap be witness, and this pillar be witness, that I will not pass over this heap to thee, and that thou shalt not pass over this heap and this pillar unto me, for harm. +The God of Abraham, and the God of Nahor, the God of their father, judge betwixt us. And Jacob sware by the fear of his father Isaac. +Then Jacob offered sacrifice upon the mount, and called his brethren to eat bread: and they did eat bread, and tarried all night in the mount. +And early in the morning Laban rose up, and kissed his sons and his daughters, and blessed them: and Laban departed, and returned unto his place. + +32. +And Jacob went on his way, and the angels of God met him. +And when Jacob saw them, he said, This is God's host: and he called the name of that place Mahanaim. +And Jacob sent messengers before him to Esau his brother unto the land of Seir, the country of Edom. +And he commanded them, saying, Thus shall ye speak unto my lord Esau; Thy servant Jacob saith thus, I have sojourned with Laban, and stayed there until now: +And I have oxen, and asses, flocks, and menservants, and womenservants: and I have sent to tell my lord, that I may find grace in thy sight. +And the messengers returned to Jacob, saying, We came to thy brother Esau, and also he cometh to meet thee, and four hundred men with him. +Then Jacob was greatly afraid and distressed: and he divided the people that was with him, and the flocks, and herds, and the camels, into two bands; +And said, If Esau come to the one company, and smite it, then the other company which is left shall escape. +And Jacob said, O God of my father Abraham, and God of my father Isaac, the LORD which saidst unto me, Return unto thy country, and to thy kindred, and I will deal well with thee: +I am not worthy of the least of all the mercies, and of all the truth, which thou hast shewed unto thy servant; for with my staff I passed over this Jordan; and now I am become two bands. +Deliver me, I pray thee, from the hand of my brother, from the hand of Esau: for I fear him, lest he will come and smite me, and the mother with the children. +And thou saidst, I will surely do thee good, and make thy seed as the sand of the sea, which cannot be numbered for multitude. +And he lodged there that same night; and took of that which came to his hand a present for Esau his brother; +Two hundred she goats, and twenty he goats, two hundred ewes, and twenty rams, +Thirty milch camels with their colts, forty kine, and ten bulls, twenty she asses, and ten foals. +And he delivered them into the hand of his servants, every drove by themselves; and said unto his servants, Pass over before me, and put a space betwixt drove and drove. +And he commanded the foremost, saying, When Esau my brother meeteth thee, and asketh thee, saying, Whose art thou? and whither goest thou? and whose are these before thee? +Then thou shalt say, They be thy servant Jacob's; it is a present sent unto my lord Esau: and, behold, also he is behind us. +And so commanded he the second, and the third, and all that followed the droves, saying, On this manner shall ye speak unto Esau, when ye find him. +And say ye moreover, Behold, thy servant Jacob is behind us. For he said, I will appease him with the present that goeth before me, and afterward I will see his face; peradventure he will accept of me. +So went the present over before him: and himself lodged that night in the company. +And he rose up that night, and took his two wives, and his two womenservants, and his eleven sons, and passed over the ford Jabbok. +And he took them, and sent them over the brook, and sent over that he had. +And Jacob was left alone; and there wrestled a man with him until the breaking of the day. +And when he saw that he prevailed not against him, he touched the hollow of his thigh; and the hollow of Jacob's thigh was out of joint, as he wrestled with him. +And he said, Let me go, for the day breaketh. And he said, I will not let thee go, except thou bless me. +And he said unto him, What is thy name? And he said, Jacob. +And he said, Thy name shall be called no more Jacob, but Israel: for as a prince hast thou power with God and with men, and hast prevailed. +And Jacob asked him, and said, Tell me, I pray thee, thy name. And he said, Wherefore is it that thou dost ask after my name? And he blessed him there. +And Jacob called the name of the place Peniel: for I have seen God face to face, and my life is preserved. +And as he passed over Penuel the sun rose upon him, and he halted upon his thigh. +Therefore the children of Israel eat not of the sinew which shrank, which is upon the hollow of the thigh, unto this day: because he touched the hollow of Jacob's thigh in the sinew that shrank. + +33. +And Jacob lifted up his eyes, and looked, and, behold, Esau came, and with him four hundred men. And he divided the children unto Leah, and unto Rachel, and unto the two handmaids. +And he put the handmaids and their children foremost, and Leah and her children after, and Rachel and Joseph hindermost. +And he passed over before them, and bowed himself to the ground seven times, until he came near to his brother. +And Esau ran to meet him, and embraced him, and fell on his neck, and kissed him: and they wept. +And he lifted up his eyes, and saw the women and the children; and said, Who are those with thee? And he said, The children which God hath graciously given thy servant. +Then the handmaidens came near, they and their children, and they bowed themselves. +And Leah also with her children came near, and bowed themselves: and after came Joseph near and Rachel, and they bowed themselves. +And he said, What meanest thou by all this drove which I met? And he said, These are to find grace in the sight of my lord. +And Esau said, I have enough, my brother; keep that thou hast unto thyself. +And Jacob said, Nay, I pray thee, if now I have found grace in thy sight, then receive my present at my hand: for therefore I have seen thy face, as though I had seen the face of God, and thou wast pleased with me. +Take, I pray thee, my blessing that is brought to thee; because God hath dealt graciously with me, and because I have enough. And he urged him, and he took it. +And he said, Let us take our journey, and let us go, and I will go before thee. +And he said unto him, My lord knoweth that the children are tender, and the flocks and herds with young are with me: and if men should overdrive them one day, all the flock will die. +Let my lord, I pray thee, pass over before his servant: and I will lead on softly, according as the cattle that goeth before me and the children be able to endure, until I come unto my lord unto Seir. +And Esau said, Let me now leave with thee some of the folk that are with me. And he said, What needeth it? let me find grace in the sight of my lord. +So Esau returned that day on his way unto Seir. +And Jacob journeyed to Succoth, and built him an house, and made booths for his cattle: therefore the name of the place is called Succoth. +And Jacob came to Shalem, a city of Shechem, which is in the land of Canaan, when he came from Padan-aram; and pitched his tent before the city. +And he bought a parcel of a field, where he had spread his tent, at the hand of the children of Hamor, Shechem's father, for an hundred pieces of money. +And he erected there an altar, and called it El-elohe-Israel. + +34. +And Dinah the daughter of Leah, which she bare unto Jacob, went out to see the daughters of the land. +And when Shechem the son of Hamor the Hivite, prince of the country, saw her, he took her, and lay with her, and defiled her. +And his soul clave unto Dinah the daughter of Jacob, and he loved the damsel, and spake kindly unto the damsel. +And Shechem spake unto his father Hamor, saying, Get me this damsel to wife. +And Jacob heard that he had defiled Dinah his daughter: now his sons were with his cattle in the field: and Jacob held his peace until they were come. +And Hamor the father of Shechem went out unto Jacob to commune with him. +And the sons of Jacob came out of the field when they heard it: and the men were grieved, and they were very wroth, because he had wrought folly in Israel in lying with Jacob's daughter; which thing ought not to be done. +And Hamor communed with them, saying, The soul of my son Shechem longeth for your daughter: I pray you give her him to wife. +And make ye marriages with us, and give your daughters unto us, and take our daughters unto you. +And ye shall dwell with us: and the land shall be before you; dwell and trade ye therein, and get you possessions therein. +And Shechem said unto her father and unto her brethren, Let me find grace in your eyes, and what ye shall say unto me I will give. +Ask me never so much dowry and gift, and I will give according as ye shall say unto me: but give me the damsel to wife. +And the sons of Jacob answered Shechem and Hamor his father deceitfully, and said, because he had defiled Dinah their sister: +And they said unto them, We cannot do this thing, to give our sister to one that is uncircumcised; for that were a reproach unto us: +But in this will we consent unto you: If ye will be as we be, that every male of you be circumcised; +Then will we give our daughters unto you, and we will take your daughters to us, and we will dwell with you, and we will become one people. +But if ye will not hearken unto us, to be circumcised; then will we take our daughter, and we will be gone. +And their words pleased Hamor, and Shechem Hamor's son. +And the young man deferred not to do the thing, because he had delight in Jacob's daughter: and he was more honourable than all the house of his father. +And Hamor and Shechem his son came unto the gate of their city, and communed with the men of their city, saying, +These men are peaceable with us; therefore let them dwell in the land, and trade therein; for the land, behold, it is large enough for them; let us take their daughters to us for wives, and let us give them our daughters. +Only herein will the men consent unto us for to dwell with us, to be one people, if every male among us be circumcised, as they are circumcised. +Shall not their cattle and their substance and every beast of theirs be ours? only let us consent unto them, and they will dwell with us. +And unto Hamor and unto Shechem his son hearkened all that went out of the gate of his city; and every male was circumcised, all that went out of the gate of his city. +And it came to pass on the third day, when they were sore, that two of the sons of Jacob, Simeon and Levi, Dinah's brethren, took each man his sword, and came upon the city boldly, and slew all the males. +And they slew Hamor and Shechem his son with the edge of the sword, and took Dinah out of Shechem's house, and went out. +The sons of Jacob came upon the slain, and spoiled the city, because they had defiled their sister. +They took their sheep, and their oxen, and their asses, and that which was in the city, and that which was in the field, +And all their wealth, and all their little ones, and their wives took they captive, and spoiled even all that was in the house. +And Jacob said to Simeon and Levi, Ye have troubled me to make me to stink among the inhabitants of the land, among the Canaanites and the Perizzites: and I being few in number, they shall gather themselves together against me, and slay me; and I shall be destroyed, I and my house. +And they said, Should he deal with our sister as with an harlot? + +35. +And God said unto Jacob, Arise, go up to Bethel, and dwell there: and make there an altar unto God, that appeared unto thee when thou fleddest from the face of Esau thy brother. +Then Jacob said unto his household, and to all that were with him, Put away the strange gods that are among you, and be clean, and change your garments: +And let us arise, and go up to Bethel; and I will make there an altar unto God, who answered me in the day of my distress, and was with me in the way which I went. +And they gave unto Jacob all the strange gods which were in their hand, and all their earrings which were in their ears; and Jacob hid them under the oak which was by Shechem. +And they journeyed: and the terror of God was upon the cities that were round about them, and they did not pursue after the sons of Jacob. +So Jacob came to Luz, which is in the land of Canaan, that is, Bethel, he and all the people that were with him. +And he built there an altar, and called the place El-beth-el: because there God appeared unto him, when he fled from the face of his brother. +But Deborah Rebekah's nurse died, and she was buried beneath Bethel under an oak: and the name of it was called Allon-bachuth. +And God appeared unto Jacob again, when he came out of Padan-aram, and blessed him. +And God said unto him, Thy name is Jacob: thy name shall not be called any more Jacob, but Israel shall be thy name: and he called his name Israel. +And God said unto him, I am God Almighty: be fruitful and multiply; a nation and a company of nations shall be of thee, and kings shall come out of thy loins; +And the land which I gave Abraham and Isaac, to thee I will give it, and to thy seed after thee will I give the land. +And God went up from him in the place where he talked with him. +And Jacob set up a pillar in the place where he talked with him, even a pillar of stone: and he poured a drink offering thereon, and he poured oil thereon. +And Jacob called the name of the place where God spake with him, Bethel. +And they journeyed from Bethel; and there was but a little way to come to Ephrath: and Rachel travailed, and she had hard labour. +And it came to pass, when she was in hard labour, that the midwife said unto her, Fear not; thou shalt have this son also. +And it came to pass, as her soul was in departing, (for she died) that she called his name Ben-oni: but his father called him Benjamin. +And Rachel died, and was buried in the way to Ephrath, which is Bethlehem. +And Jacob set a pillar upon her grave: that is the pillar of Rachel's grave unto this day. +And Israel journeyed, and spread his tent beyond the tower of Edar. +And it came to pass, when Israel dwelt in that land, that Reuben went and lay with Bilhah his father's concubine: and Israel heard it. Now the sons of Jacob were twelve: +The sons of Leah; Reuben, Jacob's firstborn, and Simeon, and Levi, and Judah, and Issachar, and Zebulun: +The sons of Rachel; Joseph, and Benjamin: +And the sons of Bilhah, Rachel's handmaid; Dan, and Naphtali: +And the sons of Zilpah, Leah's handmaid; Gad, and Asher: these are the sons of Jacob, which were born to him in Padan-aram. +And Jacob came unto Isaac his father unto Mamre, unto the city of Arbah, which is Hebron, where Abraham and Isaac sojourned. +And the days of Isaac were an hundred and fourscore years. +And Isaac gave up the ghost, and died, and was gathered unto his people, being old and full of days: and his sons Esau and Jacob buried him. + +36. +Now these are the generations of Esau, who is Edom. +Esau took his wives of the daughters of Canaan; Adah the daughter of Elon the Hittite, and Aholibamah the daughter of Anah the daughter of Zibeon the Hivite; +And Bashemath Ishmael's daughter, sister of Nebajoth. +And Adah bare to Esau Eliphaz; and Bashemath bare Reuel; +And Aholibamah bare Jeush, and Jaalam, and Korah: these are the sons of Esau, which were born unto him in the land of Canaan. +And Esau took his wives, and his sons, and his daughters, and all the persons of his house, and his cattle, and all his beasts, and all his substance, which he had got in the land of Canaan; and went into the country from the face of his brother Jacob. +For their riches were more than that they might dwell together; and the land wherein they were strangers could not bear them because of their cattle. +Thus dwelt Esau in mount Seir: Esau is Edom. +And these are the generations of Esau the father of the Edomites in mount Seir: +These are the names of Esau's sons; Eliphaz the son of Adah the wife of Esau, Reuel the son of Bashemath the wife of Esau. +And the sons of Eliphaz were Teman, Omar, Zepho, and Gatam, and Kenaz. +And Timna was concubine to Eliphaz Esau's son; and she bare to Eliphaz Amalek: these were the sons of Adah Esau's wife. +And these are the sons of Reuel; Nahath, and Zerah, Shammah, and Mizzah: these were the sons of Bashemath Esau's wife. +And these were the sons of Aholibamah, the daughter of Anah the daughter of Zibeon, Esau's wife: and she bare to Esau Jeush, and Jaalam, and Korah. +These were dukes of the sons of Esau: the sons of Eliphaz the firstborn son of Esau; duke Teman, duke Omar, duke Zepho, duke Kenaz, +Duke Korah, duke Gatam, and duke Amalek: these are the dukes that came of Eliphaz in the land of Edom; these were the sons of Adah. +And these are the sons of Reuel Esau's son; duke Nahath, duke Zerah, duke Shammah, duke Mizzah: these are the dukes that came of Reuel in the land of Edom; these are the sons of Bashemath Esau's wife. +And these are the sons of Aholibamah Esau's wife; duke Jeush, duke Jaalam, duke Korah: these were the dukes that came of Aholibamah the daughter of Anah, Esau's wife. +These are the sons of Esau, who is Edom, and these are their dukes. +These are the sons of Seir the Horite, who inhabited the land; Lotan, and Shobal, and Zibeon, and Anah, +And Dishon, and Ezer, and Dishan: these are the dukes of the Horites, the children of Seir in the land of Edom. +And the children of Lotan were Hori and Hemam; and Lotan's sister was Timna. +And the children of Shobal were these; Alvan, and Manahath, and Ebal, Shepho, and Onam. +And these are the children of Zibeon; both Ajah, and Anah: this was that Anah that found the mules in the wilderness, as he fed the asses of Zibeon his father. +And the children of Anah were these; Dishon, and Aholibamah the daughter of Anah. +And these are the children of Dishon; Hemdan, and Eshban, and Ithran, and Cheran. +The children of Ezer are these; Bilhan, and Zaavan, and Akan. +The children of Dishan are these: Uz, and Aran. +These are the dukes that came of the Horites; duke Lotan, duke Shobal, duke Zibeon, duke Anah, +Duke Dishon, duke Ezer, duke Dishan: these are the dukes that came of Hori, among their dukes in the land of Seir. +And these are the kings that reigned in the land of Edom, before there reigned any king over the children of Israel. +And Bela the son of Beor reigned in Edom: and the name of his city was Dinhabah. +And Bela died, and Jobab the son of Zerah of Bozrah reigned in his stead. +And Jobab died, and Husham of the land of Temani reigned in his stead. +And Husham died, and Hadad the son of Bedad, who smote Midian in the field of Moab, reigned in his stead: and the name of his city was Avith. +And Hadad died, and Samlah of Masrekah reigned in his stead. +And Samlah died, and Saul of Rehoboth by the river reigned in his stead. +And Saul died, and Baal-hanan the son of Achbor reigned in his stead. +And Baal-hanan the son of Achbor died, and Hadar reigned in his stead: and the name of his city was Pau; and his wife's name was Mehetabel, the daughter of Matred, the daughter of Mezahab. +And these are the names of the dukes that came of Esau, according to their families, after their places, by their names; duke Timnah, duke Alvah, duke Jetheth, +Duke Aholibamah, duke Elah, duke Pinon, +Duke Kenaz, duke Teman, duke Mibzar, +Duke Magdiel, duke Iram: these be the dukes of Edom, according to their habitations in the land of their possession: he is Esau the father of the Edomites. + +37. +And Jacob dwelt in the land wherein his father was a stranger, in the land of Canaan. +These are the generations of Jacob. Joseph, being seventeen years old, was feeding the flock with his brethren; and the lad was with the sons of Bilhah, and with the sons of Zilpah, his father's wives: and Joseph brought unto his father their evil report. +Now Israel loved Joseph more than all his children, because he was the son of his old age: and he made him a coat of many colours. +And when his brethren saw that their father loved him more than all his brethren, they hated him, and could not speak peaceably unto him. +And Joseph dreamed a dream, and he told it his brethren: and they hated him yet the more. +And he said unto them, Hear, I pray you, this dream which I have dreamed: +For, behold, we were binding sheaves in the field, and, lo, my sheaf arose, and also stood upright; and, behold, your sheaves stood round about, and made obeisance to my sheaf. +And his brethren said to him, Shalt thou indeed reign over us? or shalt thou indeed have dominion over us? And they hated him yet the more for his dreams, and for his words. +And he dreamed yet another dream, and told it his brethren, and said, Behold, I have dreamed a dream more; and, behold, the sun and the moon and the eleven stars made obeisance to me. +And he told it to his father, and to his brethren: and his father rebuked him, and said unto him, What is this dream that thou hast dreamed? Shall I and thy mother and thy brethren indeed come to bow down ourselves to thee to the earth? +And his brethren envied him; but his father observed the saying. +And his brethren went to feed their father's flock in Shechem. +And Israel said unto Joseph, Do not thy brethren feed the flock in Shechem? come, and I will send thee unto them. And he said to him, Here am I. +And he said to him, Go, I pray thee, see whether it be well with thy brethren, and well with the flocks; and bring me word again. So he sent him out of the vale of Hebron, and he came to Shechem. +And a certain man found him, and, behold, he was wandering in the field: and the man asked him, saying, What seekest thou? +And he said, I seek my brethren: tell me, I pray thee, where they feed their flocks. +And the man said, They are departed hence; for I heard them say, Let us go to Dothan. And Joseph went after his brethren, and found them in Dothan. +And when they saw him afar off, even before he came near unto them, they conspired against him to slay him. +And they said one to another, Behold, this dreamer cometh. +Come now therefore, and let us slay him, and cast him into some pit, and we will say, Some evil beast hath devoured him: and we shall see what will become of his dreams. +And Reuben heard it, and he delivered him out of their hands; and said, Let us not kill him. +And Reuben said unto them, Shed no blood, but cast him into this pit that is in the wilderness, and lay no hand upon him; that he might rid him out of their hands, to deliver him to his father again. +And it came to pass, when Joseph was come unto his brethren, that they stript Joseph out of his coat, his coat of many colours that was on him; +And they took him, and cast him into a pit: and the pit was empty, there was no water in it. +And they sat down to eat bread: and they lifted up their eyes and looked, and, behold, a company of Ishmeelites came from Gilead with their camels bearing spicery and balm and myrrh, going to carry it down to Egypt. +And Judah said unto his brethren, What profit is it if we slay our brother, and conceal his blood? +Come, and let us sell him to the Ishmeelites, and let not our hand be upon him; for he is our brother and our flesh. And his brethren were content. +Then there passed by Midianites merchantmen; and they drew and lifted up Joseph out of the pit, and sold Joseph to the Ishmeelites for twenty pieces of silver: and they brought Joseph into Egypt. +And Reuben returned unto the pit; and, behold, Joseph was not in the pit; and he rent his clothes. +And he returned unto his brethren, and said, The child is not; and I, whither shall I go? +And they took Joseph's coat, and killed a kid of the goats, and dipped the coat in the blood; +And they sent the coat of many colours, and they brought it to their father; and said, This have we found: know now whether it be thy son's coat or no. +And he knew it, and said, It is my son's coat; an evil beast hath devoured him; Joseph is without doubt rent in pieces. +And Jacob rent his clothes, and put sackcloth upon his loins, and mourned for his son many days. +And all his sons and all his daughters rose up to comfort him; but he refused to be comforted; and he said, For I will go down into the grave unto my son mourning. Thus his father wept for him. +And the Midianites sold him into Egypt unto Potiphar, an officer of Pharaoh's, and captain of the guard. + +38. +And it came to pass at that time, that Judah went down from his brethren, and turned in to a certain Adullamite, whose name was Hirah. +And Judah saw there a daughter of a certain Canaanite, whose name was Shuah; and he took her, and went in unto her. +And she conceived, and bare a son; and he called his name Er. +And she conceived again, and bare a son; and she called his name Onan. +And she yet again conceived, and bare a son; and called his name Shelah: and he was at Chezib, when she bare him. +And Judah took a wife for Er his firstborn, whose name was Tamar. +And Er, Judah's firstborn, was wicked in the sight of the LORD; and the LORD slew him. +And Judah said unto Onan, Go in unto thy brother's wife, and marry her, and raise up seed to thy brother. +And Onan knew that the seed should not be his; and it came to pass, when he went in unto his brother's wife, that he spilled it on the ground, lest that he should give seed to his brother. +And the thing which he did displeased the LORD: wherefore he slew him also. +Then said Judah to Tamar his daughter in law, Remain a widow at thy father's house, till Shelah my son be grown: for he said, Lest peradventure he die also, as his brethren did. And Tamar went and dwelt in her father's house. +And in process of time the daughter of Shuah Judah's wife died; and Judah was comforted, and went up unto his sheepshearers to Timnath, he and his friend Hirah the Adullamite. +And it was told Tamar, saying, Behold thy father in law goeth up to Timnath to shear his sheep. +And she put her widow's garments off from her, and covered her with a vail, and wrapped herself, and sat in an open place, which is by the way to Timnath; for she saw that Shelah was grown, and she was not given unto him to wife. +When Judah saw her, he thought her to be an harlot; because she had covered her face. +And he turned unto her by the way, and said, Go to, I pray thee, let me come in unto thee; (for he knew not that she was his daughter in law.) And she said, What wilt thou give me, that thou mayest come in unto me? +And he said, I will send thee a kid from the flock. And she said, Wilt thou give me a pledge, till thou send it? +And he said, What pledge shall I give thee? And she said, Thy signet, and thy bracelets, and thy staff that is in thine hand. And he gave it her, and came in unto her, and she conceived by him. +And she arose, and went away, and laid by her vail from her, and put on the garments of her widowhood. +And Judah sent the kid by the hand of his friend the Adullamite, to receive his pledge from the woman's hand: but he found her not. +Then he asked the men of that place, saying, Where is the harlot, that was openly by the way side? And they said, There was no harlot in this place. +And he returned to Judah, and said, I cannot find her; and also the men of the place said, that there was no harlot in this place. +And Judah said, Let her take it to her, lest we be shamed: behold, I sent this kid, and thou hast not found her. +And it came to pass about three months after, that it was told Judah, saying, Tamar thy daughter in law hath played the harlot; and also, behold, she is with child by whoredom. And Judah said, Bring her forth, and let her be burnt. +When she was brought forth, she sent to her father in law, saying, By the man, whose these are, am I with child: and she said, Discern, I pray thee, whose are these, the signet, and bracelets, and staff. +And Judah acknowledged them, and said, She hath been more righteous than I; because that I gave her not to Shelah my son. And he knew her again no more. +And it came to pass in the time of her travail, that, behold, twins were in her womb. +And it came to pass, when she travailed, that the one put out his hand: and the midwife took and bound upon his hand a scarlet thread, saying, This came out first, +And it came to pass, as he drew back his hand, that, behold, his brother came out: and she said, How hast thou broken forth? this breach be upon thee: therefore his name was called Pharez. +And afterward came out his brother, that had the scarlet thread upon his hand: and his name was called Zarah. + +39. +And Joseph was brought down to Egypt; and Potiphar, an officer of Pharaoh, captain of the guard, an Egyptian, bought him of the hands of the Ishmeelites, which had brought him down thither. +And the LORD was with Joseph, and he was a prosperous man; and he was in the house of his master the Egyptian. +And his master saw that the LORD was with him, and that the LORD made all that he did to prosper in his hand. +And Joseph found grace in his sight, and he served him: and he made him overseer over his house, and all that he had he put into his hand. +And it came to pass from the time that he had made him overseer in his house, and over all that he had, that the LORD blessed the Egyptian's house for Joseph's sake; and the blessing of the LORD was upon all that he had in the house, and in the field. +And he left all that he had in Joseph's hand; and he knew not ought he had, save the bread which he did eat. And Joseph was a goodly person, and well favoured. +And it came to pass after these things, that his master's wife cast her eyes upon Joseph; and she said, Lie with me. +But he refused, and said unto his master's wife, Behold, my master wotteth not what is with me in the house, and he hath committed all that he hath to my hand; +There is none greater in this house than I; neither hath he kept back any thing from me but thee, because thou art his wife: how then can I do this great wickedness, and sin against God? +And it came to pass, as she spake to Joseph day by day, that he hearkened not unto her, to lie by her, or to be with her. +And it came to pass about this time, that Joseph went into the house to do his business; and there was none of the men of the house there within. +And she caught him by his garment, saying, Lie with me: and he left his garment in her hand, and fled, and got him out. +And it came to pass, when she saw that he had left his garment in her hand, and was fled forth, +That she called unto the men of her house, and spake unto them, saying, See, he hath brought in an Hebrew unto us to mock us; he came in unto me to lie with me, and I cried with a loud voice: +And it came to pass, when he heard that I lifted up my voice and cried, that he left his garment with me, and fled, and got him out. +And she laid up his garment by her, until his lord came home. +And she spake unto him according to these words, saying, The Hebrew servant, which thou hast brought unto us, came in unto me to mock me: +And it came to pass, as I lifted up my voice and cried, that he left his garment with me, and fled out. +And it came to pass, when his master heard the words of his wife, which she spake unto him, saying, After this manner did thy servant to me; that his wrath was kindled. +And Joseph's master took him, and put him into the prison, a place where the king's prisoners were bound: and he was there in the prison. +But the LORD was with Joseph, and shewed him mercy, and gave him favour in the sight of the keeper of the prison. +And the keeper of the prison committed to Joseph's hand all the prisoners that were in the prison; and whatsoever they did there, he was the doer of it. +The keeper of the prison looked not to any thing that was under his hand; because the LORD was with him, and that which he did, the LORD made it to prosper. + +40. +And it came to pass after these things, that the butler of the king of Egypt and his baker had offended their lord the king of Egypt. +And Pharaoh was wroth against two of his officers, against the chief of the butlers, and against the chief of the bakers. +And he put them in ward in the house of the captain of the guard, into the prison, the place where Joseph was bound. +And the captain of the guard charged Joseph with them, and he served them: and they continued a season in ward. +And they dreamed a dream both of them, each man his dream in one night, each man according to the interpretation of his dream, the butler and the baker of the king of Egypt, which were bound in the prison. +And Joseph came in unto them in the morning, and looked upon them, and, behold, they were sad. +And he asked Pharaoh's officers that were with him in the ward of his lord's house, saying, Wherefore look ye so sadly to day? +And they said unto him, We have dreamed a dream, and there is no interpreter of it. And Joseph said unto them, Do not interpretations belong to God? tell me them, I pray you. +And the chief butler told his dream to Joseph, and said to him, In my dream, behold, a vine was before me; +And in the vine were three branches: and it was as though it budded, and her blossoms shot forth; and the clusters thereof brought forth ripe grapes: +And Pharaoh's cup was in my hand: and I took the grapes, and pressed them into Pharaoh's cup, and I gave the cup into Pharaoh's hand. +And Joseph said unto him, This is the interpretation of it: The three branches are three days: +Yet within three days shall Pharaoh lift up thine head, and restore thee unto thy place: and thou shalt deliver Pharaoh's cup into his hand, after the former manner when thou wast his butler. +But think on me when it shall be well with thee, and shew kindness, I pray thee, unto me, and make mention of me unto Pharaoh, and bring me out of this house: +For indeed I was stolen away out of the land of the Hebrews: and here also have I done nothing that they should put me into the dungeon. +When the chief baker saw that the interpretation was good, he said unto Joseph, I also was in my dream, and, behold, I had three white baskets on my head: +And in the uppermost basket there was of all manner of bakemeats for Pharaoh; and the birds did eat them out of the basket upon my head. +And Joseph answered and said, This is the interpretation thereof: The three baskets are three days: +Yet within three days shall Pharaoh lift up thy head from off thee, and shall hang thee on a tree; and the birds shall eat thy flesh from off thee. +And it came to pass the third day, which was Pharaoh's birthday, that he made a feast unto all his servants: and he lifted up the head of the chief butler and of the chief baker among his servants. +And he restored the chief butler unto his butlership again; and he gave the cup into Pharaoh's hand: +But he hanged the chief baker: as Joseph had interpreted to them. +Yet did not the chief butler remember Joseph, but forgat him. + +41. +And it came to pass at the end of two full years, that Pharaoh dreamed: and, behold, he stood by the river. +And, behold, there came up out of the river seven well favoured kine and fatfleshed; and they fed in a meadow. +And, behold, seven other kine came up after them out of the river, ill favoured and leanfleshed; and stood by the other kine upon the brink of the river. +And the ill favoured and leanfleshed kine did eat up the seven well favoured and fat kine. So Pharaoh awoke. +And he slept and dreamed the second time: and, behold, seven ears of corn came up upon one stalk, rank and good. +And, behold, seven thin ears and blasted with the east wind sprung up after them. +And the seven thin ears devoured the seven rank and full ears. And Pharaoh awoke, and, behold, it was a dream. +And it came to pass in the morning that his spirit was troubled; and he sent and called for all the magicians of Egypt, and all the wise men thereof: and Pharaoh told them his dream; but there was none that could interpret them unto Pharaoh. +Then spake the chief butler unto Pharaoh, saying, I do remember my faults this day: +Pharaoh was wroth with his servants, and put me in ward in the captain of the guard's house, both me and the chief baker: +And we dreamed a dream in one night, I and he; we dreamed each man according to the interpretation of his dream. +And there was there with us a young man, an Hebrew, servant to the captain of the guard; and we told him, and he interpreted to us our dreams; to each man according to his dream he did interpret. +And it came to pass, as he interpreted to us, so it was; me he restored unto mine office, and him he hanged. +Then Pharaoh sent and called Joseph, and they brought him hastily out of the dungeon: and he shaved himself, and changed his raiment, and came in unto Pharaoh. +And Pharaoh said unto Joseph, I have dreamed a dream, and there is none that can interpret it: and I have heard say of thee, that thou canst understand a dream to interpret it. +And Joseph answered Pharaoh, saying, It is not in me: God shall give Pharaoh an answer of peace. +And Pharaoh said unto Joseph, In my dream, behold, I stood upon the bank of the river: +And, behold, there came up out of the river seven kine, fatfleshed and well favoured; and they fed in a meadow: +And, behold, seven other kine came up after them, poor and very ill favoured and leanfleshed, such as I never saw in all the land of Egypt for badness: +And the lean and the ill favoured kine did eat up the first seven fat kine: +And when they had eaten them up, it could not be known that they had eaten them; but they were still ill favoured, as at the beginning. So I awoke. +And I saw in my dream, and, behold, seven ears came up in one stalk, full and good: +And, behold, seven ears, withered, thin, and blasted with the east wind, sprung up after them: +And the thin ears devoured the seven good ears: and I told this unto the magicians; but there was none that could declare it to me. +And Joseph said unto Pharaoh, The dream of Pharaoh is one: God hath shewed Pharaoh what he is about to do. +The seven good kine are seven years; and the seven good ears are seven years: the dream is one. +And the seven thin and ill favoured kine that came up after them are seven years; and the seven empty ears blasted with the east wind shall be seven years of famine. +This is the thing which I have spoken unto Pharaoh: What God is about to do he sheweth unto Pharaoh. +Behold, there come seven years of great plenty throughout all the land of Egypt: +And there shall arise after them seven years of famine; and all the plenty shall be forgotten in the land of Egypt; and the famine shall consume the land; +And the plenty shall not be known in the land by reason of that famine following; for it shall be very grievous. +And for that the dream was doubled unto Pharaoh twice; it is because the thing is established by God, and God will shortly bring it to pass. +Now therefore let Pharaoh look out a man discreet and wise, and set him over the land of Egypt. +Let Pharaoh do this, and let him appoint officers over the land, and take up the fifth part of the land of Egypt in the seven plenteous years. +And let them gather all the food of those good years that come, and lay up corn under the hand of Pharaoh, and let them keep food in the cities. +And that food shall be for store to the land against the seven years of famine, which shall be in the land of Egypt; that the land perish not through the famine. +And the thing was good in the eyes of Pharaoh, and in the eyes of all his servants. +And Pharaoh said unto his servants, Can we find such a one as this is, a man in whom the Spirit of God is? +And Pharaoh said unto Joseph, Forasmuch as God hath shewed thee all this, there is none so discreet and wise as thou art: +Thou shalt be over my house, and according unto thy word shall all my people be ruled: only in the throne will I be greater than thou. +And Pharaoh said unto Joseph, See, I have set thee over all the land of Egypt. +And Pharaoh took off his ring from his hand, and put it upon Joseph's hand, and arrayed him in vestures of fine linen, and put a gold chain about his neck; +And he made him to ride in the second chariot which he had; and they cried before him, Bow the knee: and he made him ruler over all the land of Egypt. +And Pharaoh said unto Joseph, I am Pharaoh, and without thee shall no man lift up his hand or foot in all the land of Egypt. +And Pharaoh called Joseph's name Zaphnath-paaneah; and he gave him to wife Asenath the daughter of Poti-pherah priest of On. And Joseph went out over all the land of Egypt. +And Joseph was thirty years old when he stood before Pharaoh king of Egypt. And Joseph went out from the presence of Pharaoh, and went throughout all the land of Egypt. +And in the seven plenteous years the earth brought forth by handfuls. +And he gathered up all the food of the seven years, which were in the land of Egypt, and laid up the food in the cities: the food of the field, which was round about every city, laid he up in the same. +And Joseph gathered corn as the sand of the sea, very much, until he left numbering; for it was without number. +And unto Joseph were born two sons before the years of famine came, which Asenath the daughter of Poti-pherah priest of On bare unto him. +And Joseph called the name of the firstborn Manasseh: For God, said he, hath made me forget all my toil, and all my father's house. +And the name of the second called he Ephraim: For God hath caused me to be fruitful in the land of my affliction. +And the seven years of plenteousness, that was in the land of Egypt, were ended. +And the seven years of dearth began to come, according as Joseph had said: and the dearth was in all lands; but in all the land of Egypt there was bread. +And when all the land of Egypt was famished, the people cried to Pharaoh for bread: and Pharaoh said unto all the Egyptians, Go unto Joseph; what he saith to you, do. +And the famine was over all the face of the earth: and Joseph opened all the storehouses, and sold unto the Egyptians; and the famine waxed sore in the land of Egypt. +And all countries came into Egypt to Joseph for to buy corn; because that the famine was so sore in all lands. + +42. +Now when Jacob saw that there was corn in Egypt, Jacob said unto his sons, Why do ye look one upon another? +And he said, Behold, I have heard that there is corn in Egypt: get you down thither, and buy for us from thence; that we may live, and not die. +And Joseph's ten brethren went down to buy corn in Egypt. +But Benjamin, Joseph's brother, Jacob sent not with his brethren; for he said, Lest peradventure mischief befall him. +And the sons of Israel came to buy corn among those that came: for the famine was in the land of Canaan. +And Joseph was the governor over the land, and he it was that sold to all the people of the land: and Joseph's brethren came, and bowed down themselves before him with their faces to the earth. +And Joseph saw his brethren, and he knew them, but made himself strange unto them, and spake roughly unto them; and he said unto them, Whence come ye? And they said, From the land of Canaan to buy food. +And Joseph knew his brethren, but they knew not him. +And Joseph remembered the dreams which he dreamed of them, and said unto them, Ye are spies; to see the nakedness of the land ye are come. +And they said unto him, Nay, my lord, but to buy food are thy servants come. +We are all one man's sons; we are true men, thy servants are no spies. +And he said unto them, Nay, but to see the nakedness of the land ye are come. +And they said, Thy servants are twelve brethren, the sons of one man in the land of Canaan; and, behold, the youngest is this day with our father, and one is not. +And Joseph said unto them, That is it that I spake unto you, saying, Ye are spies: +Hereby ye shall be proved: By the life of Pharaoh ye shall not go forth hence, except your youngest brother come hither. +Send one of you, and let him fetch your brother, and ye shall be kept in prison, that your words may be proved, whether there be any truth in you: or else by the life of Pharaoh surely ye are spies. +And he put them all together into ward three days. +And Joseph said unto them the third day, This do, and live; for I fear God: +If ye be true men, let one of your brethren be bound in the house of your prison: go ye, carry corn for the famine of your houses: +But bring your youngest brother unto me; so shall your words be verified, and ye shall not die. And they did so. +And they said one to another, We are verily guilty concerning our brother, in that we saw the anguish of his soul, when he besought us, and we would not hear; therefore is this distress come upon us. +And Reuben answered them, saying, Spake I not unto you, saying, Do not sin against the child; and ye would not hear? therefore, behold, also his blood is required. +And they knew not that Joseph understood them; for he spake unto them by an interpreter. +And he turned himself about from them, and wept; and returned to them again, and communed with them, and took from them Simeon, and bound him before their eyes. +Then Joseph commanded to fill their sacks with corn, and to restore every man's money into his sack, and to give them provision for the way: and thus did he unto them. +And they laded their asses with the corn, and departed thence. +And as one of them opened his sack to give his ass provender in the inn, he espied his money; for, behold, it was in his sack's mouth. +And he said unto his brethren, My money is restored; and, lo, it is even in my sack: and their heart failed them, and they were afraid, saying one to another, What is this that God hath done unto us? +And they came unto Jacob their father unto the land of Canaan, and told him all that befell unto them; saying, +The man, who is the lord of the land, spake roughly to us, and took us for spies of the country. +And we said unto him, We are true men; we are no spies: +We be twelve brethren, sons of our father; one is not, and the youngest is this day with our father in the land of Canaan. +And the man, the lord of the country, said unto us, Hereby shall I know that ye are true men; leave one of your brethren here with me, and take food for the famine of your households, and be gone: +And bring your youngest brother unto me: then shall I know that ye are no spies, but that ye are true men: so will I deliver you your brother, and ye shall traffick in the land. +And it came to pass as they emptied their sacks, that, behold, every man's bundle of money was in his sack: and when both they and their father saw the bundles of money, they were afraid. +And Jacob their father said unto them, Me have ye bereaved of my children: Joseph is not, and Simeon is not, and ye will take Benjamin away: all these things are against me. +And Reuben spake unto his father, saying, Slay my two sons, if I bring him not to thee: deliver him into my hand, and I will bring him to thee again. +And he said, My son shall not go down with you; for his brother is dead, and he is left alone: if mischief befall him by the way in the which ye go, then shall ye bring down my gray hairs with sorrow to the grave. + +43. +And the famine was sore in the land. +And it came to pass, when they had eaten up the corn which they had brought out of Egypt, their father said unto them, Go again, buy us a little food. +And Judah spake unto him, saying, The man did solemnly protest unto us, saying, Ye shall not see my face, except your brother be with you. +If thou wilt send our brother with us, we will go down and buy thee food: +But if thou wilt not send him, we will not go down: for the man said unto us, Ye shall not see my face, except your brother be with you. +And Israel said, Wherefore dealt ye so ill with me, as to tell the man whether ye had yet a brother? +And they said, The man asked us straitly of our state, and of our kindred, saying, Is your father yet alive? have ye another brother? and we told him according to the tenor of these words: could we certainly know that he would say, Bring your brother down? +And Judah said unto Israel his father, Send the lad with me, and we will arise and go; that we may live, and not die, both we, and thou, and also our little ones. +I will be surety for him; of my hand shalt thou require him: if I bring him not unto thee, and set him before thee, then let me bear the blame for ever: +For except we had lingered, surely now we had returned this second time. +And their father Israel said unto them, If it must be so now, do this; take of the best fruits in the land in your vessels, and carry down the man a present, a little balm, and a little honey, spices, and myrrh, nuts, and almonds: +And take double money in your hand; and the money that was brought again in the mouth of your sacks, carry it again in your hand; peradventure it was an oversight: +Take also your brother, and arise, go again unto the man: +And God Almighty give you mercy before the man, that he may send away your other brother, and Benjamin. If I be bereaved of my children, I am bereaved. +And the men took that present, and they took double money in their hand, and Benjamin; and rose up, and went down to Egypt, and stood before Joseph. +And when Joseph saw Benjamin with them, he said to the ruler of his house, Bring these men home, and slay, and make ready; for these men shall dine with me at noon. +And the man did as Joseph bade; and the man brought the men into Joseph's house. +And the men were afraid, because they were brought into Joseph's house; and they said, Because of the money that was returned in our sacks at the first time are we brought in; that he may seek occasion against us, and fall upon us, and take us for bondmen, and our asses. +And they came near to the steward of Joseph's house, and they communed with him at the door of the house, +And said, O sir, we came indeed down at the first time to buy food: +And it came to pass, when we came to the inn, that we opened our sacks, and, behold, every man's money was in the mouth of his sack, our money in full weight: and we have brought it again in our hand. +And other money have we brought down in our hands to buy food: we cannot tell who put our money in our sacks. +And he said, Peace be to you, fear not: your God, and the God of your father, hath given you treasure in your sacks: I had your money. And he brought Simeon out unto them. +And the man brought the men into Joseph's house, and gave them water, and they washed their feet; and he gave their asses provender. +And they made ready the present against Joseph came at noon: for they heard that they should eat bread there. +And when Joseph came home, they brought him the present which was in their hand into the house, and bowed themselves to him to the earth. +And he asked them of their welfare, and said, Is your father well, the old man of whom ye spake? Is he yet alive? +And they answered, Thy servant our father is in good health, he is yet alive. And they bowed down their heads, and made obeisance. +And he lifted up his eyes, and saw his brother Benjamin, his mother's son, and said, Is this your younger brother, of whom ye spake unto me? And he said, God be gracious unto thee, my son. +And Joseph made haste; for his bowels did yearn upon his brother: and he sought where to weep; and he entered into his chamber, and wept there. +And he washed his face, and went out, and refrained himself, and said, Set on bread. +And they set on for him by himself, and for them by themselves, and for the Egyptians, which did eat with him, by themselves: because the Egyptians might not eat bread with the Hebrews; for that is an abomination unto the Egyptians. +And they sat before him, the firstborn according to his birthright, and the youngest according to his youth: and the men marvelled one at another. +And he took and sent messes unto them from before him: but Benjamin's mess was five times so much as any of theirs. And they drank, and were merry with him. + +44. +And he commanded the steward of his house, saying, Fill the men's sacks with food, as much as they can carry, and put every man's money in his sack's mouth. +And put my cup, the silver cup, in the sack's mouth of the youngest, and his corn money. And he did according to the word that Joseph had spoken. +As soon as the morning was light, the men were sent away, they and their asses. +And when they were gone out of the city, and not yet far off, Joseph said unto his steward, Up, follow after the men; and when thou dost overtake them, say unto them, Wherefore have ye rewarded evil for good? +Is not this it in which my lord drinketh, and whereby indeed he divineth? ye have done evil in so doing. +And he overtook them, and he spake unto them these same words. +And they said unto him, Wherefore saith my lord these words? God forbid that thy servants should do according to this thing: +Behold, the money, which we found in our sacks' mouths, we brought again unto thee out of the land of Canaan: how then should we steal out of thy lord's house silver or gold? +With whomsoever of thy servants it be found, both let him die, and we also will be my lord's bondmen. +And he said, Now also let it be according unto your words; he with whom it is found shall be my servant; and ye shall be blameless. +Then they speedily took down every man his sack to the ground, and opened every man his sack. +And he searched, and began at the eldest, and left at the youngest: and the cup was found in Benjamin's sack. +Then they rent their clothes, and laded every man his ass, and returned to the city. +And Judah and his brethren came to Joseph's house; for he was yet there: and they fell before him on the ground. +And Joseph said unto them, What deed is this that ye have done? wot ye not that such a man as I can certainly divine? +And Judah said, What shall we say unto my lord? what shall we speak? or how shall we clear ourselves? God hath found out the iniquity of thy servants: behold, we are my lord's servants, both we, and he also with whom the cup is found. +And he said, God forbid that I should do so: but the man in whose hand the cup is found, he shall be my servant; and as for you, get you up in peace unto your father. +Then Judah came near unto him, and said, Oh my lord, let thy servant, I pray thee, speak a word in my lord's ears, and let not thine anger burn against thy servant: for thou art even as Pharaoh. +My lord asked his servants, saying, Have ye a father, or a brother? +And we said unto my lord, We have a father, an old man, and a child of his old age, a little one; and his brother is dead, and he alone is left of his mother, and his father loveth him. +And thou saidst unto thy servants, Bring him down unto me, that I may set mine eyes upon him. +And we said unto my lord, The lad cannot leave his father: for if he should leave his father, his father would die. +And thou saidst unto thy servants, Except your youngest brother come down with you, ye shall see my face no more. +And it came to pass when we came up unto thy servant my father, we told him the words of my lord. +And our father said, Go again, and buy us a little food. +And we said, We cannot go down: if our youngest brother be with us, then will we go down: for we may not see the man's face, except our youngest brother be with us. +And thy servant my father said unto us, Ye know that my wife bare me two sons: +And the one went out from me, and I said, Surely he is torn in pieces; and I saw him not since: +And if ye take this also from me, and mischief befall him, ye shall bring down my gray hairs with sorrow to the grave. +Now therefore when I come to thy servant my father, and the lad be not with us; seeing that his life is bound up in the lad's life; +It shall come to pass, when he seeth that the lad is not with us, that he will die: and thy servants shall bring down the gray hairs of thy servant our father with sorrow to the grave. +For thy servant became surety for the lad unto my father, saying, If I bring him not unto thee, then I shall bear the blame to my father for ever. +Now therefore, I pray thee, let thy servant abide instead of the lad a bondman to my lord; and let the lad go up with his brethren. +For how shall I go up to my father, and the lad be not with me? lest peradventure I see the evil that shall come on my father. + +45. +Then Joseph could not refrain himself before all them that stood by him; and he cried, Cause every man to go out from me. And there stood no man with him, while Joseph made himself known unto his brethren. +And he wept aloud: and the Egyptians and the house of Pharaoh heard. +And Joseph said unto his brethren, I am Joseph; doth my father yet live? And his brethren could not answer him; for they were troubled at his presence. +And Joseph said unto his brethren, Come near to me, I pray you. And they came near. And he said, I am Joseph your brother, whom ye sold into Egypt. +Now therefore be not grieved, nor angry with yourselves, that ye sold me hither: for God did send me before you to preserve life. +For these two years hath the famine been in the land: and yet there are five years, in the which there shall neither be earing nor harvest. +And God sent me before you to preserve you a posterity in the earth, and to save your lives by a great deliverance. +So now it was not you that sent me hither, but God: and he hath made me a father to Pharaoh, and lord of all his house, and a ruler throughout all the land of Egypt. +Haste ye, and go up to my father, and say unto him, Thus saith thy son Joseph, God hath made me lord of all Egypt: come down unto me, tarry not: +And thou shalt dwell in the land of Goshen, and thou shalt be near unto me, thou, and thy children, and thy children's children, and thy flocks, and thy herds, and all that thou hast: +And there will I nourish thee; for yet there are five years of famine; lest thou, and thy household, and all that thou hast, come to poverty. +And, behold, your eyes see, and the eyes of my brother Benjamin, that it is my mouth that speaketh unto you. +And ye shall tell my father of all my glory in Egypt, and of all that ye have seen; and ye shall haste and bring down my father hither. +And he fell upon his brother Benjamin's neck, and wept; and Benjamin wept upon his neck. +Moreover he kissed all his brethren, and wept upon them: and after that his brethren talked with him. +And the fame thereof was heard in Pharaoh's house, saying, Joseph's brethren are come: and it pleased Pharaoh well, and his servants. +And Pharaoh said unto Joseph, Say unto thy brethren, This do ye; lade your beasts, and go, get you unto the land of Canaan; +And take your father and your households, and come unto me: and I will give you the good of the land of Egypt, and ye shall eat the fat of the land. +Now thou art commanded, this do ye; take you wagons out of the land of Egypt for your little ones, and for your wives, and bring your father, and come. +Also regard not your stuff; for the good of all the land of Egypt is yours. +And the children of Israel did so: and Joseph gave them wagons, according to the commandment of Pharaoh, and gave them provision for the way. +To all of them he gave each man changes of raiment; but to Benjamin he gave three hundred pieces of silver, and five changes of raiment. +And to his father he sent after this manner; ten asses laden with the good things of Egypt, and ten she asses laden with corn and bread and meat for his father by the way. +So he sent his brethren away, and they departed: and he said unto them, See that ye fall not out by the way. +And they went up out of Egypt, and came into the land of Canaan unto Jacob their father, +And told him, saying, Joseph is yet alive, and he is governor over all the land of Egypt. And Jacob's heart fainted, for he believed them not. +And they told him all the words of Joseph, which he had said unto them: and when he saw the wagons which Joseph had sent to carry him, the spirit of Jacob their father revived: +And Israel said, It is enough; Joseph my son is yet alive: I will go and see him before I die. + +46. +And Israel took his journey with all that he had, and came to Beer-sheba, and offered sacrifices unto the God of his father Isaac. +And God spake unto Israel in the visions of the night, and said, Jacob, Jacob. And he said, Here am I. +And he said, I am God, the God of thy father: fear not to go down into Egypt; for I will there make of thee a great nation: +I will go down with thee into Egypt; and I will also surely bring thee up again: and Joseph shall put his hand upon thine eyes. +And Jacob rose up from Beer-sheba: and the sons of Israel carried Jacob their father, and their little ones, and their wives, in the wagons which Pharaoh had sent to carry him. +And they took their cattle, and their goods, which they had gotten in the land of Canaan, and came into Egypt, Jacob, and all his seed with him: +His sons, and his sons' sons with him, his daughters, and his sons' daughters, and all his seed brought he with him into Egypt. +And these are the names of the children of Israel, which came into Egypt, Jacob and his sons: Reuben, Jacob's firstborn. +And the sons of Reuben; Hanoch, and Phallu, and Hezron, and Carmi. +And the sons of Simeon; Jemuel, and Jamin, and Ohad, and Jachin, and Zohar, and Shaul the son of a Canaanitish woman. +And the sons of Levi; Gershon, Kohath, and Merari. +And the sons of Judah; Er, and Onan, and Shelah, and Pharez, and Zerah: but Er and Onan died in the land of Canaan. And the sons of Pharez were Hezron and Hamul. +And the sons of Issachar; Tola, and Phuvah, and Job, and Shimron. +And the sons of Zebulun; Sered, and Elon, and Jahleel. +These be the sons of Leah, which she bare unto Jacob in Padan-aram, with his daughter Dinah: all the souls of his sons and his daughters were thirty and three. +And the sons of Gad; Ziphion, and Haggi, Shuni, and Ezbon, Eri, and Arodi, and Areli. +And the sons of Asher; Jimnah, and Ishuah, and Isui, and Beriah, and Serah their sister: and the sons of Beriah; Heber, and Malchiel. +These are the sons of Zilpah, whom Laban gave to Leah his daughter, and these she bare unto Jacob, even sixteen souls. +The sons of Rachel Jacob's wife; Joseph, and Benjamin. +And unto Joseph in the land of Egypt were born Manasseh and Ephraim, which Asenath the daughter of Poti-pherah priest of On bare unto him. +And the sons of Benjamin were Belah, and Becher, and Ashbel, Gera, and Naaman, Ehi, and Rosh, Muppim, and Huppim, and Ard. +These are the sons of Rachel, which were born to Jacob: all the souls were fourteen. +And the sons of Dan; Hushim. +And the sons of Naphtali; Jahzeel, and Guni, and Jezer, and Shillem. +These are the sons of Bilhah, which Laban gave unto Rachel his daughter, and she bare these unto Jacob: all the souls were seven. +All the souls that came with Jacob into Egypt, which came out of his loins, besides Jacob's sons' wives, all the souls were threescore and six; +And the sons of Joseph, which were born him in Egypt, were two souls: all the souls of the house of Jacob, which came into Egypt, were threescore and ten. +And he sent Judah before him unto Joseph, to direct his face unto Goshen; and they came into the land of Goshen. +And Joseph made ready his chariot, and went up to meet Israel his father, to Goshen, and presented himself unto him; and he fell on his neck, and wept on his neck a good while. +And Israel said unto Joseph, Now let me die, since I have seen thy face, because thou art yet alive. +And Joseph said unto his brethren, and unto his father's house, I will go up, and shew Pharaoh, and say unto him, My brethren, and my father's house, which were in the land of Canaan, are come unto me; +And the men are shepherds, for their trade hath been to feed cattle; and they have brought their flocks, and their herds, and all that they have. +And it shall come to pass, when Pharaoh shall call you, and shall say, What is your occupation? +That ye shall say, Thy servants' trade hath been about cattle from our youth even until now, both we, and also our fathers: that ye may dwell in the land of Goshen; for every shepherd is an abomination unto the Egyptians. + +47. +Then Joseph came and told Pharaoh, and said, My father and my brethren, and their flocks, and their herds, and all that they have, are come out of the land of Canaan; and, behold, they are in the land of Goshen. +And he took some of his brethren, even five men, and presented them unto Pharaoh. +And Pharaoh said unto his brethren, What is your occupation? And they said unto Pharaoh, Thy servants are shepherds, both we, and also our fathers. +They said moreover unto Pharaoh, For to sojourn in the land are we come; for thy servants have no pasture for their flocks; for the famine is sore in the land of Canaan: now therefore, we pray thee, let thy servants dwell in the land of Goshen. +And Pharaoh spake unto Joseph, saying, Thy father and thy brethren are come unto thee: +The land of Egypt is before thee; in the best of the land make thy father and brethren to dwell; in the land of Goshen let them dwell: and if thou knowest any men of activity among them, then make them rulers over my cattle. +And Joseph brought in Jacob his father, and set him before Pharaoh: and Jacob blessed Pharaoh. +And Pharaoh said unto Jacob, How old art thou? +And Jacob said unto Pharaoh, The days of the years of my pilgrimage are an hundred and thirty years: few and evil have the days of the years of my life been, and have not attained unto the days of the years of the life of my fathers in the days of their pilgrimage. +And Jacob blessed Pharaoh, and went out from before Pharaoh. +And Joseph placed his father and his brethren, and gave them a possession in the land of Egypt, in the best of the land, in the land of Rameses, as Pharaoh had commanded. +And Joseph nourished his father, and his brethren, and all his father's household, with bread, according to their families. +And there was no bread in all the land; for the famine was very sore, so that the land of Egypt and all the land of Canaan fainted by reason of the famine. +And Joseph gathered up all the money that was found in the land of Egypt, and in the land of Canaan, for the corn which they bought: and Joseph brought the money into Pharaoh's house. +And when money failed in the land of Egypt, and in the land of Canaan, all the Egyptians came unto Joseph, and said, Give us bread: for why should we die in thy presence? for the money faileth. +And Joseph said, Give your cattle; and I will give you for your cattle, if money fail. +And they brought their cattle unto Joseph: and Joseph gave them bread in exchange for horses, and for the flocks, and for the cattle of the herds, and for the asses: and he fed them with bread for all their cattle for that year. +When that year was ended, they came unto him the second year, and said unto him, We will not hide it from my lord, how that our money is spent; my lord also hath our herds of cattle; there is not ought left in the sight of my lord, but our bodies, and our lands: +Wherefore shall we die before thine eyes, both we and our land? buy us and our land for bread, and we and our land will be servants unto Pharaoh: and give us seed, that we may live, and not die, that the land be not desolate. +And Joseph bought all the land of Egypt for Pharaoh; for the Egyptians sold every man his field, because the famine prevailed over them: so the land became Pharaoh's. +And as for the people, he removed them to cities from one end of the borders of Egypt even to the other end thereof. +Only the land of the priests bought he not; for the priests had a portion assigned them of Pharaoh, and did eat their portion which Pharaoh gave them: wherefore they sold not their lands. +Then Joseph said unto the people, Behold, I have bought you this day and your land for Pharaoh: lo, here is seed for you, and ye shall sow the land. +And it shall come to pass in the increase, that ye shall give the fifth part unto Pharaoh, and four parts shall be your own, for seed of the field, and for your food, and for them of your households, and for food for your little ones. +And they said, Thou hast saved our lives: let us find grace in the sight of my lord, and we will be Pharaoh's servants. +And Joseph made it a law over the land of Egypt unto this day, that Pharaoh should have the fifth part; except the land of the priests only, which became not Pharaoh's. +And Israel dwelt in the land of Egypt, in the country of Goshen; and they had possessions therein, and grew, and multiplied exceedingly. +And Jacob lived in the land of Egypt seventeen years: so the whole age of Jacob was an hundred forty and seven years. +And the time drew nigh that Israel must die: and he called his son Joseph, and said unto him, If now I have found grace in thy sight, put, I pray thee, thy hand under my thigh, and deal kindly and truly with me; bury me not, I pray thee, in Egypt: +But I will lie with my fathers, and thou shalt carry me out of Egypt, and bury me in their buryingplace. And he said, I will do as thou hast said. +And he said, Swear unto me. And he sware unto him. And Israel bowed himself upon the bed's head. + +48. +And it came to pass after these things, that one told Joseph, Behold, thy father is sick: and he took with him his two sons, Manasseh and Ephraim. +And one told Jacob, and said, Behold, thy son Joseph cometh unto thee: and Israel strengthened himself, and sat upon the bed. +And Jacob said unto Joseph, God Almighty appeared unto me at Luz in the land of Canaan, and blessed me, +And said unto me, Behold, I will make thee fruitful, and multiply thee, and I will make of thee a multitude of people; and will give this land to thy seed after thee for an everlasting possession. +And now thy two sons, Ephraim and Manasseh, which were born unto thee in the land of Egypt before I came unto thee into Egypt, are mine; as Reuben and Simeon, they shall be mine. +And thy issue, which thou begettest after them, shall be thine, and shall be called after the name of their brethren in their inheritance. +And as for me, when I came from Padan, Rachel died by me in the land of Canaan in the way, when yet there was but a little way to come unto Ephrath: and I buried her there in the way of Ephrath; the same is Bethlehem. +And Israel beheld Joseph's sons, and said, Who are these? +And Joseph said unto his father, They are my sons, whom God hath given me in this place. And he said, Bring them, I pray thee, unto me, and I will bless them. +Now the eyes of Israel were dim for age, so that he could not see. And he brought them near unto him; and he kissed them, and embraced them. +And Israel said unto Joseph, I had not thought to see thy face: and, lo, God hath shewed me also thy seed. +And Joseph brought them out from between his knees, and he bowed himself with his face to the earth. +And Joseph took them both, Ephraim in his right hand toward Israel's left hand, and Manasseh in his left hand toward Israel's right hand, and brought them near unto him. +And Israel stretched out his right hand, and laid it upon Ephraim's head, who was the younger, and his left hand upon Manasseh's head, guiding his hands wittingly; for Manasseh was the firstborn. +And he blessed Joseph, and said, God, before whom my fathers Abraham and Isaac did walk, the God which fed me all my life long unto this day, +The Angel which redeemed me from all evil, bless the lads; and let my name be named on them, and the name of my fathers Abraham and Isaac; and let them grow into a multitude in the midst of the earth. +And when Joseph saw that his father laid his right hand upon the head of Ephraim, it displeased him: and he held up his father's hand, to remove it from Ephraim's head unto Manasseh's head. +And Joseph said unto his father, Not so, my father: for this is the firstborn; put thy right hand upon his head. +And his father refused, and said, I know it, my son, I know it: he also shall become a people, and he also shall be great: but truly his younger brother shall be greater than he, and his seed shall become a multitude of nations. +And he blessed them that day, saying, In thee shall Israel bless, saying, God make thee as Ephraim and as Manasseh: and he set Ephraim before Manasseh. +And Israel said unto Joseph, Behold, I die: but God shall be with you, and bring you again unto the land of your fathers. +Moreover I have given to thee one portion above thy brethren, which I took out of the hand of the Amorite with my sword and with my bow. + +49. +And Jacob called unto his sons, and said, Gather yourselves together, that I may tell you that which shall befall you in the last days. +Gather yourselves together, and hear, ye sons of Jacob; and hearken unto Israel your father. +Reuben, thou art my firstborn, my might, and the beginning of my strength, the excellency of dignity, and the excellency of power: +Unstable as water, thou shalt not excel; because thou wentest up to thy father's bed; then defiledst thou it: he went up to my couch. +Simeon and Levi are brethren; instruments of cruelty are in their habitations. +O my soul, come not thou into their secret; unto their assembly, mine honour, be not thou united: for in their anger they slew a man, and in their selfwill they digged down a wall. +Cursed be their anger, for it was fierce; and their wrath, for it was cruel: I will divide them in Jacob, and scatter them in Israel. +Judah, thou art he whom thy brethren shall praise: thy hand shall be in the neck of thine enemies; thy father's children shall bow down before thee. +Judah is a lion's whelp: from the prey, my son, thou art gone up: he stooped down, he couched as a lion, and as an old lion; who shall rouse him up? +The sceptre shall not depart from Judah, nor a lawgiver from between his feet, until Shiloh come; and unto him shall the gathering of the people be. +Binding his foal unto the vine, and his ass's colt unto the choice vine; he washed his garments in wine, and his clothes in the blood of grapes: +His eyes shall be red with wine, and his teeth white with milk. +Zebulun shall dwell at the haven of the sea; and he shall be for an haven of ships; and his border shall be unto Zidon. +Issachar is a strong ass couching down between two burdens: +And he saw that rest was good, and the land that it was pleasant; and bowed his shoulder to bear, and became a servant unto tribute. +Dan shall judge his people, as one of the tribes of Israel. +Dan shall be a serpent by the way, an adder in the path, that biteth the horse heels, so that his rider shall fall backward. +I have waited for thy salvation, O LORD. +Gad, a troop shall overcome him: but he shall overcome at the last. +Out of Asher his bread shall be fat, and he shall yield royal dainties. +Naphtali is a hind let loose: he giveth goodly words. +Joseph is a fruitful bough, even a fruitful bough by a well; whose branches run over the wall: +The archers have sorely grieved him, and shot at him, and hated him: +But his bow abode in strength, and the arms of his hands were made strong by the hands of the mighty God of Jacob; (from thence is the shepherd, the stone of Israel:) +Even by the God of thy father, who shall help thee; and by the Almighty, who shall bless thee with blessings of heaven above, blessings of the deep that lieth under, blessings of the breasts, and of the womb: +The blessings of thy father have prevailed above the blessings of my progenitors unto the utmost bound of the everlasting hills: they shall be on the head of Joseph, and on the crown of the head of him that was separate from his brethren. +Benjamin shall ravin as a wolf: in the morning he shall devour the prey, and at night he shall divide the spoil. +All these are the twelve tribes of Israel: and this is it that their father spake unto them, and blessed them; every one according to his blessing he blessed them. +And he charged them, and said unto them, I am to be gathered unto my people: bury me with my fathers in the cave that is in the field of Ephron the Hittite, +In the cave that is in the field of Machpelah, which is before Mamre, in the land of Canaan, which Abraham bought with the field of Ephron the Hittite for a possession of a buryingplace. +There they buried Abraham and Sarah his wife; there they buried Isaac and Rebekah his wife; and there I buried Leah. +The purchase of the field and of the cave that is therein was from the children of Heth. +And when Jacob had made an end of commanding his sons, he gathered up his feet into the bed, and yielded up the ghost, and was gathered unto his people. + +50. +And Joseph fell upon his father's face, and wept upon him, and kissed him. +And Joseph commanded his servants the physicians to embalm his father: and the physicians embalmed Israel. +And forty days were fulfilled for him; for so are fulfilled the days of those which are embalmed: and the Egyptians mourned for him threescore and ten days. +And when the days of his mourning were past, Joseph spake unto the house of Pharaoh, saying, If now I have found grace in your eyes, speak, I pray you, in the ears of Pharaoh, saying, +My father made me swear, saying, Lo, I die: in my grave which I have digged for me in the land of Canaan, there shalt thou bury me. Now therefore let me go up, I pray thee, and bury my father, and I will come again. +And Pharaoh said, Go up, and bury thy father, according as he made thee swear. +And Joseph went up to bury his father: and with him went up all the servants of Pharaoh, the elders of his house, and all the elders of the land of Egypt, +And all the house of Joseph, and his brethren, and his father's house: only their little ones, and their flocks, and their herds, they left in the land of Goshen. +And there went up with him both chariots and horsemen: and it was a very great company. +And they came to the threshingfloor of Atad, which is beyond Jordan, and there they mourned with a great and very sore lamentation: and he made a mourning for his father seven days. +And when the inhabitants of the land, the Canaanites, saw the mourning in the floor of Atad, they said, This is a grievous mourning to the Egyptians: wherefore the name of it was called Abel-mizraim, which is beyond Jordan. +And his sons did unto him according as he commanded them: +For his sons carried him into the land of Canaan, and buried him in the cave of the field of Machpelah, which Abraham bought with the field for a possession of a buryingplace of Ephron the Hittite, before Mamre. +And Joseph returned into Egypt, he, and his brethren, and all that went up with him to bury his father, after he had buried his father. +And when Joseph's brethren saw that their father was dead, they said, Joseph will peradventure hate us, and will certainly requite us all the evil which we did unto him. +And they sent a messenger unto Joseph, saying, Thy father did command before he died, saying, +So shall ye say unto Joseph, Forgive, I pray thee now, the trespass of thy brethren, and their sin; for they did unto thee evil: and now, we pray thee, forgive the trespass of the servants of the God of thy father. And Joseph wept when they spake unto him. +And his brethren also went and fell down before his face; and they said, Behold, we be thy servants. +And Joseph said unto them, Fear not: for am I in the place of God? +But as for you, ye thought evil against me; but God meant it unto good, to bring to pass, as it is this day, to save much people alive. +Now therefore fear ye not: I will nourish you, and your little ones. And he comforted them, and spake kindly unto them. +And Joseph dwelt in Egypt, he, and his father's house: and Joseph lived an hundred and ten years. +And Joseph saw Ephraim's children of the third generation: the children also of Machir the son Manasseh were brought up upon Joseph's knees. +And Joseph said unto his brethren, I die: and God will surely visit you, and bring you out of this land unto the land which he sware to Abraham, to Isaac, and to Jacob. +And Joseph took an oath of the children of Israel, saying, God will surely visit you, and ye shall carry up my bones from hence. +So Joseph died, being an hundred and ten years old: and they embalmed him, and he was put in a coffin in Egypt. +"""; + +/// From: https://en.wiktionary.org/wiki/Appendix:English_words_with_diacritics +/// which no longer exists. +/// Text is available under the [Creative Commons Attribution-ShareAlike License](https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License). +const diacretics = """ +à bas, à la, à la carte, à la mode, à gogo, à propos, abacá, abaká, +abbé, açaí, adiós, agèd, agrément, aikidō, Åland, ampère, Ancien +Régime, André, ångström, animé (the oleo-resin), animēshon (usually +anime), áo dài, aperçu, apéritif, appliqué, après-ski, arête, art +décoratif, attaché, auto-da-fé bánh mì, barège, beau idéal, béchamel, +belle époque, béguin, bentō, bête noire, bêtise, Beyoncé, Bézier curves, +biały, Bichon Frisé, bíró, blasé, blessèd, bobèche, bodegón, boîte, +Bokmål, bombé, Bön, bon appétit, Boötes, boutonnière, brassière, +bric-à-brac, Brontë, bún café, cafetería, cafetière, caffè, caïque +[-jee], calèche, canapé, cañón (usually canyon), cap-à-pie, +Champs-Élysées, château, chargé d'affaires, cause célèbre, chacun à son +goût, chaînés, chèvre, Chloë, cinéma, cinéma vérité, Citroën, cliché, +cliché-verre, clientèle, comme ci comme ça, cloisonné, compère, consommé, +communiqué, confrère, confronté, continuüm (rare), coöperate [-ion, -ive], +coöpt, coördinate [-ed, -ing, -ion, -or, -ors], cortège, coup d'état, coup +de grâce, coupé, coulée, crèche, crème [-brûlée, -caramel, -de cacao, -de +la crème, -de menthe, -fraîche], Créole, crêpe [-paper, -Suzette], crétin +[-ism], Creüsa, croûton, crudités, csárdás, Curaçao, cursèd (rare) +Daimyō, daïs, dấu hỏi, débâcle, débris, début, décal [-comania], +déclassé, décolletage, décolleté, décor, découpage, dégagé, +dégustation, déjà vu, démarche, démodé, dénouement, dépôt, dérailleur, +derrière, déshabillé, détente, diamanté, diddé, discothèque, divorcé, +divorcée, dōjō, dōmoic acid, Doña, doppelgänger, Dvořák éclair, éclat, +Éire, El Niño, élan, élite, Élysée, émigré, entrée, entrepôt, +entrecôte, épaulette, épée, étouffée, étude, exposé façade, fête, +faïence, fiancé, fiancée, filmjölk, fin de siècle, flambé, flèche, föhn, +folie à deux, fouetté, frappé, Fräulein, frère, fricassée, Führer +garçon, garçonnière, gâteau, Geiger–Müller counter, gemütlichkeit, genrō, +genkō yōshi, Gewürztraminer, ginkyō (usually ginkgo), glacé, glögg, +Götterdämmerung, Gruyère, gyōza habitué, háček, hajdúk, halászlé, +hāngi, hapū, Hawaiʻi, hors d'œuvre, hôtel, humuhumunukunukuāpuaʻa ingénue, +inrō jäger, jalapeño, jardinière, jūdō, jūjutsu kākā, kākāpō, +kåldolmar, kamaʻāina, karōshi, kāwanatanga, kendō, kererū, kōan, kōhanga +reo, kōji, kōkako, kōrero, króna (Icelandic with accent, Swedish without), +kroužek, kūmara, kümmel, kyūdō lamé, lānai, ländler, langue d'oïl, +Laocoön, La Niña, légionnaire, littérateur, lūʻau, lycée macédoine, +macramé, mahātmā, maître d'hôtel, malagueña, Malmö, mañana, manège, +manœuvre, manqué, Māori, maté, matériel, matinée, mélange, mêlée, +ménage à trois, ménagerie, mésalliance, métier, Métis, México, +minaudière, mise en scène, Monégasque, moiré, Montaño, Montréal naïf, +naïve, naïveté, né, née, négligée, Neufchâtel, Nez Percé, Nō (usually +Noh), Noël, noöne (rare), número uno (Spanish with accent, Italian without) +objet trouvé, Öland, olé, ombré, omertà, oöcyte, oölogy (rare), opéra +bouffe, opéra comique, opïum (rare), öre, øre, outré pączki, pāhoehoe, +papier-mâché, páramo, passé, pâté, pāua, phở, pièce de résistance, +pied-à-terre, plissé, piña colada, piñata, piñón, piraña (usually +piranha), piqué, più, plié, précis, pōhutukawa, pölsa, preëminent [-ly] +(rare), preëmpt [-ion, -ive] (rare), prélude, première, première danseuse, +prêt-à-porter, protégé, protégée, purée Québec, Québécois, +quinceañera ragoût, ragù, raison d'être, rāmen, rātā, recherché, +réclame, reconnoître, reëlect [-ed, -ing] (rare), reënter [-ed, -ing] +(rare), reëstablish [-ed, -ing] (rare), régime, rędzina (usually rendzina), +résumé, residuüm (rare), retroussé, rincón, risqué, rôle, rivière, roman +à clef, România, röntgen, rosé, roué sauté, sayōnara, séance, señor, +señora, señorita, senryū, Shintō, shōgun, shōyu, Sinn Féin, Škoda, +smörgåsbord, smörgåstårta, soigné, soirée, soufflé, soupçon, sūdoku, +sumō, surströmming table d'hôte, takahē, télécommunication, tennō, +tête-à-tête, Thaïs, tōfu, Tōkyō, tōtara, touché, toupée, tourtière +über, Übermensch, ʻukulele vicuña, Việt Nam, vis-à-vis, voilà whekī +Zaïre, Zoë, zoölogy, Zürich, zōri, złoty +"""; diff --git a/ohos/flutter_characters/lib/unicode_grapheme_tests.dart b/ohos/flutter_characters/lib/unicode_grapheme_tests.dart new file mode 100644 index 0000000000000000000000000000000000000000..fe79bf5524259b6067e980074ba0774de43a8d01 --- /dev/null +++ b/ohos/flutter_characters/lib/unicode_grapheme_tests.dart @@ -0,0 +1,5545 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +// Grapheme cluster tests. +const List> splitTests = [ + [' ', ' '], + [' \u0308', ' '], + [' ', '\r'], + [' \u0308', '\r'], + [' ', '\n'], + [' \u0308', '\n'], + [' ', '\x01'], + [' \u0308', '\x01'], + [' \u034f'], + [' \u0308\u034f'], + [' ', '\u{1f1e6}'], + [' \u0308', '\u{1f1e6}'], + [' ', '\u0600'], + [' \u0308', '\u0600'], + [' \u0903'], + [' \u0308\u0903'], + [' ', '\u1100'], + [' \u0308', '\u1100'], + [' ', '\u1160'], + [' \u0308', '\u1160'], + [' ', '\u11a8'], + [' \u0308', '\u11a8'], + [' ', '\uac00'], + [' \u0308', '\uac00'], + [' ', '\uac01'], + [' \u0308', '\uac01'], + [' ', '\u231a'], + [' \u0308', '\u231a'], + [' \u0300'], + [' \u0308\u0300'], + [' \u200d'], + [' \u0308\u200d'], + [' ', '\u0378'], + [' \u0308', '\u0378'], + ['\r', ' '], + ['\r', '\u0308', ' '], + ['\r', '\r'], + ['\r', '\u0308', '\r'], + ['\r\n'], + ['\r', '\u0308', '\n'], + ['\r', '\x01'], + ['\r', '\u0308', '\x01'], + ['\r', '\u034f'], + ['\r', '\u0308\u034f'], + ['\r', '\u{1f1e6}'], + ['\r', '\u0308', '\u{1f1e6}'], + ['\r', '\u0600'], + ['\r', '\u0308', '\u0600'], + ['\r', '\u0903'], + ['\r', '\u0308\u0903'], + ['\r', '\u1100'], + ['\r', '\u0308', '\u1100'], + ['\r', '\u1160'], + ['\r', '\u0308', '\u1160'], + ['\r', '\u11a8'], + ['\r', '\u0308', '\u11a8'], + ['\r', '\uac00'], + ['\r', '\u0308', '\uac00'], + ['\r', '\uac01'], + ['\r', '\u0308', '\uac01'], + ['\r', '\u231a'], + ['\r', '\u0308', '\u231a'], + ['\r', '\u0300'], + ['\r', '\u0308\u0300'], + ['\r', '\u200d'], + ['\r', '\u0308\u200d'], + ['\r', '\u0378'], + ['\r', '\u0308', '\u0378'], + ['\n', ' '], + ['\n', '\u0308', ' '], + ['\n', '\r'], + ['\n', '\u0308', '\r'], + ['\n', '\n'], + ['\n', '\u0308', '\n'], + ['\n', '\x01'], + ['\n', '\u0308', '\x01'], + ['\n', '\u034f'], + ['\n', '\u0308\u034f'], + ['\n', '\u{1f1e6}'], + ['\n', '\u0308', '\u{1f1e6}'], + ['\n', '\u0600'], + ['\n', '\u0308', '\u0600'], + ['\n', '\u0903'], + ['\n', '\u0308\u0903'], + ['\n', '\u1100'], + ['\n', '\u0308', '\u1100'], + ['\n', '\u1160'], + ['\n', '\u0308', '\u1160'], + ['\n', '\u11a8'], + ['\n', '\u0308', '\u11a8'], + ['\n', '\uac00'], + ['\n', '\u0308', '\uac00'], + ['\n', '\uac01'], + ['\n', '\u0308', '\uac01'], + ['\n', '\u231a'], + ['\n', '\u0308', '\u231a'], + ['\n', '\u0300'], + ['\n', '\u0308\u0300'], + ['\n', '\u200d'], + ['\n', '\u0308\u200d'], + ['\n', '\u0378'], + ['\n', '\u0308', '\u0378'], + ['\x01', ' '], + ['\x01', '\u0308', ' '], + ['\x01', '\r'], + ['\x01', '\u0308', '\r'], + ['\x01', '\n'], + ['\x01', '\u0308', '\n'], + ['\x01', '\x01'], + ['\x01', '\u0308', '\x01'], + ['\x01', '\u034f'], + ['\x01', '\u0308\u034f'], + ['\x01', '\u{1f1e6}'], + ['\x01', '\u0308', '\u{1f1e6}'], + ['\x01', '\u0600'], + ['\x01', '\u0308', '\u0600'], + ['\x01', '\u0903'], + ['\x01', '\u0308\u0903'], + ['\x01', '\u1100'], + ['\x01', '\u0308', '\u1100'], + ['\x01', '\u1160'], + ['\x01', '\u0308', '\u1160'], + ['\x01', '\u11a8'], + ['\x01', '\u0308', '\u11a8'], + ['\x01', '\uac00'], + ['\x01', '\u0308', '\uac00'], + ['\x01', '\uac01'], + ['\x01', '\u0308', '\uac01'], + ['\x01', '\u231a'], + ['\x01', '\u0308', '\u231a'], + ['\x01', '\u0300'], + ['\x01', '\u0308\u0300'], + ['\x01', '\u200d'], + ['\x01', '\u0308\u200d'], + ['\x01', '\u0378'], + ['\x01', '\u0308', '\u0378'], + ['\u034f', ' '], + ['\u034f\u0308', ' '], + ['\u034f', '\r'], + ['\u034f\u0308', '\r'], + ['\u034f', '\n'], + ['\u034f\u0308', '\n'], + ['\u034f', '\x01'], + ['\u034f\u0308', '\x01'], + ['\u034f\u034f'], + ['\u034f\u0308\u034f'], + ['\u034f', '\u{1f1e6}'], + ['\u034f\u0308', '\u{1f1e6}'], + ['\u034f', '\u0600'], + ['\u034f\u0308', '\u0600'], + ['\u034f\u0903'], + ['\u034f\u0308\u0903'], + ['\u034f', '\u1100'], + ['\u034f\u0308', '\u1100'], + ['\u034f', '\u1160'], + ['\u034f\u0308', '\u1160'], + ['\u034f', '\u11a8'], + ['\u034f\u0308', '\u11a8'], + ['\u034f', '\uac00'], + ['\u034f\u0308', '\uac00'], + ['\u034f', '\uac01'], + ['\u034f\u0308', '\uac01'], + ['\u034f', '\u231a'], + ['\u034f\u0308', '\u231a'], + ['\u034f\u0300'], + ['\u034f\u0308\u0300'], + ['\u034f\u200d'], + ['\u034f\u0308\u200d'], + ['\u034f', '\u0378'], + ['\u034f\u0308', '\u0378'], + ['\u{1f1e6}', ' '], + ['\u{1f1e6}\u0308', ' '], + ['\u{1f1e6}', '\r'], + ['\u{1f1e6}\u0308', '\r'], + ['\u{1f1e6}', '\n'], + ['\u{1f1e6}\u0308', '\n'], + ['\u{1f1e6}', '\x01'], + ['\u{1f1e6}\u0308', '\x01'], + ['\u{1f1e6}\u034f'], + ['\u{1f1e6}\u0308\u034f'], + ['\u{1f1e6}\u{1f1e6}'], + ['\u{1f1e6}\u0308', '\u{1f1e6}'], + ['\u{1f1e6}', '\u0600'], + ['\u{1f1e6}\u0308', '\u0600'], + ['\u{1f1e6}\u0903'], + ['\u{1f1e6}\u0308\u0903'], + ['\u{1f1e6}', '\u1100'], + ['\u{1f1e6}\u0308', '\u1100'], + ['\u{1f1e6}', '\u1160'], + ['\u{1f1e6}\u0308', '\u1160'], + ['\u{1f1e6}', '\u11a8'], + ['\u{1f1e6}\u0308', '\u11a8'], + ['\u{1f1e6}', '\uac00'], + ['\u{1f1e6}\u0308', '\uac00'], + ['\u{1f1e6}', '\uac01'], + ['\u{1f1e6}\u0308', '\uac01'], + ['\u{1f1e6}', '\u231a'], + ['\u{1f1e6}\u0308', '\u231a'], + ['\u{1f1e6}\u0300'], + ['\u{1f1e6}\u0308\u0300'], + ['\u{1f1e6}\u200d'], + ['\u{1f1e6}\u0308\u200d'], + ['\u{1f1e6}', '\u0378'], + ['\u{1f1e6}\u0308', '\u0378'], + ['\u0600 '], + ['\u0600\u0308', ' '], + ['\u0600', '\r'], + ['\u0600\u0308', '\r'], + ['\u0600', '\n'], + ['\u0600\u0308', '\n'], + ['\u0600', '\x01'], + ['\u0600\u0308', '\x01'], + ['\u0600\u034f'], + ['\u0600\u0308\u034f'], + ['\u0600\u{1f1e6}'], + ['\u0600\u0308', '\u{1f1e6}'], + ['\u0600\u0600'], + ['\u0600\u0308', '\u0600'], + ['\u0600\u0903'], + ['\u0600\u0308\u0903'], + ['\u0600\u1100'], + ['\u0600\u0308', '\u1100'], + ['\u0600\u1160'], + ['\u0600\u0308', '\u1160'], + ['\u0600\u11a8'], + ['\u0600\u0308', '\u11a8'], + ['\u0600\uac00'], + ['\u0600\u0308', '\uac00'], + ['\u0600\uac01'], + ['\u0600\u0308', '\uac01'], + ['\u0600\u231a'], + ['\u0600\u0308', '\u231a'], + ['\u0600\u0300'], + ['\u0600\u0308\u0300'], + ['\u0600\u200d'], + ['\u0600\u0308\u200d'], + ['\u0600\u0378'], + ['\u0600\u0308', '\u0378'], + ['\u0903', ' '], + ['\u0903\u0308', ' '], + ['\u0903', '\r'], + ['\u0903\u0308', '\r'], + ['\u0903', '\n'], + ['\u0903\u0308', '\n'], + ['\u0903', '\x01'], + ['\u0903\u0308', '\x01'], + ['\u0903\u034f'], + ['\u0903\u0308\u034f'], + ['\u0903', '\u{1f1e6}'], + ['\u0903\u0308', '\u{1f1e6}'], + ['\u0903', '\u0600'], + ['\u0903\u0308', '\u0600'], + ['\u0903\u0903'], + ['\u0903\u0308\u0903'], + ['\u0903', '\u1100'], + ['\u0903\u0308', '\u1100'], + ['\u0903', '\u1160'], + ['\u0903\u0308', '\u1160'], + ['\u0903', '\u11a8'], + ['\u0903\u0308', '\u11a8'], + ['\u0903', '\uac00'], + ['\u0903\u0308', '\uac00'], + ['\u0903', '\uac01'], + ['\u0903\u0308', '\uac01'], + ['\u0903', '\u231a'], + ['\u0903\u0308', '\u231a'], + ['\u0903\u0300'], + ['\u0903\u0308\u0300'], + ['\u0903\u200d'], + ['\u0903\u0308\u200d'], + ['\u0903', '\u0378'], + ['\u0903\u0308', '\u0378'], + ['\u1100', ' '], + ['\u1100\u0308', ' '], + ['\u1100', '\r'], + ['\u1100\u0308', '\r'], + ['\u1100', '\n'], + ['\u1100\u0308', '\n'], + ['\u1100', '\x01'], + ['\u1100\u0308', '\x01'], + ['\u1100\u034f'], + ['\u1100\u0308\u034f'], + ['\u1100', '\u{1f1e6}'], + ['\u1100\u0308', '\u{1f1e6}'], + ['\u1100', '\u0600'], + ['\u1100\u0308', '\u0600'], + ['\u1100\u0903'], + ['\u1100\u0308\u0903'], + ['\u1100\u1100'], + ['\u1100\u0308', '\u1100'], + ['\u1100\u1160'], + ['\u1100\u0308', '\u1160'], + ['\u1100', '\u11a8'], + ['\u1100\u0308', '\u11a8'], + ['\u1100\uac00'], + ['\u1100\u0308', '\uac00'], + ['\u1100\uac01'], + ['\u1100\u0308', '\uac01'], + ['\u1100', '\u231a'], + ['\u1100\u0308', '\u231a'], + ['\u1100\u0300'], + ['\u1100\u0308\u0300'], + ['\u1100\u200d'], + ['\u1100\u0308\u200d'], + ['\u1100', '\u0378'], + ['\u1100\u0308', '\u0378'], + ['\u1160', ' '], + ['\u1160\u0308', ' '], + ['\u1160', '\r'], + ['\u1160\u0308', '\r'], + ['\u1160', '\n'], + ['\u1160\u0308', '\n'], + ['\u1160', '\x01'], + ['\u1160\u0308', '\x01'], + ['\u1160\u034f'], + ['\u1160\u0308\u034f'], + ['\u1160', '\u{1f1e6}'], + ['\u1160\u0308', '\u{1f1e6}'], + ['\u1160', '\u0600'], + ['\u1160\u0308', '\u0600'], + ['\u1160\u0903'], + ['\u1160\u0308\u0903'], + ['\u1160', '\u1100'], + ['\u1160\u0308', '\u1100'], + ['\u1160\u1160'], + ['\u1160\u0308', '\u1160'], + ['\u1160\u11a8'], + ['\u1160\u0308', '\u11a8'], + ['\u1160', '\uac00'], + ['\u1160\u0308', '\uac00'], + ['\u1160', '\uac01'], + ['\u1160\u0308', '\uac01'], + ['\u1160', '\u231a'], + ['\u1160\u0308', '\u231a'], + ['\u1160\u0300'], + ['\u1160\u0308\u0300'], + ['\u1160\u200d'], + ['\u1160\u0308\u200d'], + ['\u1160', '\u0378'], + ['\u1160\u0308', '\u0378'], + ['\u11a8', ' '], + ['\u11a8\u0308', ' '], + ['\u11a8', '\r'], + ['\u11a8\u0308', '\r'], + ['\u11a8', '\n'], + ['\u11a8\u0308', '\n'], + ['\u11a8', '\x01'], + ['\u11a8\u0308', '\x01'], + ['\u11a8\u034f'], + ['\u11a8\u0308\u034f'], + ['\u11a8', '\u{1f1e6}'], + ['\u11a8\u0308', '\u{1f1e6}'], + ['\u11a8', '\u0600'], + ['\u11a8\u0308', '\u0600'], + ['\u11a8\u0903'], + ['\u11a8\u0308\u0903'], + ['\u11a8', '\u1100'], + ['\u11a8\u0308', '\u1100'], + ['\u11a8', '\u1160'], + ['\u11a8\u0308', '\u1160'], + ['\u11a8\u11a8'], + ['\u11a8\u0308', '\u11a8'], + ['\u11a8', '\uac00'], + ['\u11a8\u0308', '\uac00'], + ['\u11a8', '\uac01'], + ['\u11a8\u0308', '\uac01'], + ['\u11a8', '\u231a'], + ['\u11a8\u0308', '\u231a'], + ['\u11a8\u0300'], + ['\u11a8\u0308\u0300'], + ['\u11a8\u200d'], + ['\u11a8\u0308\u200d'], + ['\u11a8', '\u0378'], + ['\u11a8\u0308', '\u0378'], + ['\uac00', ' '], + ['\uac00\u0308', ' '], + ['\uac00', '\r'], + ['\uac00\u0308', '\r'], + ['\uac00', '\n'], + ['\uac00\u0308', '\n'], + ['\uac00', '\x01'], + ['\uac00\u0308', '\x01'], + ['\uac00\u034f'], + ['\uac00\u0308\u034f'], + ['\uac00', '\u{1f1e6}'], + ['\uac00\u0308', '\u{1f1e6}'], + ['\uac00', '\u0600'], + ['\uac00\u0308', '\u0600'], + ['\uac00\u0903'], + ['\uac00\u0308\u0903'], + ['\uac00', '\u1100'], + ['\uac00\u0308', '\u1100'], + ['\uac00\u1160'], + ['\uac00\u0308', '\u1160'], + ['\uac00\u11a8'], + ['\uac00\u0308', '\u11a8'], + ['\uac00', '\uac00'], + ['\uac00\u0308', '\uac00'], + ['\uac00', '\uac01'], + ['\uac00\u0308', '\uac01'], + ['\uac00', '\u231a'], + ['\uac00\u0308', '\u231a'], + ['\uac00\u0300'], + ['\uac00\u0308\u0300'], + ['\uac00\u200d'], + ['\uac00\u0308\u200d'], + ['\uac00', '\u0378'], + ['\uac00\u0308', '\u0378'], + ['\uac01', ' '], + ['\uac01\u0308', ' '], + ['\uac01', '\r'], + ['\uac01\u0308', '\r'], + ['\uac01', '\n'], + ['\uac01\u0308', '\n'], + ['\uac01', '\x01'], + ['\uac01\u0308', '\x01'], + ['\uac01\u034f'], + ['\uac01\u0308\u034f'], + ['\uac01', '\u{1f1e6}'], + ['\uac01\u0308', '\u{1f1e6}'], + ['\uac01', '\u0600'], + ['\uac01\u0308', '\u0600'], + ['\uac01\u0903'], + ['\uac01\u0308\u0903'], + ['\uac01', '\u1100'], + ['\uac01\u0308', '\u1100'], + ['\uac01', '\u1160'], + ['\uac01\u0308', '\u1160'], + ['\uac01\u11a8'], + ['\uac01\u0308', '\u11a8'], + ['\uac01', '\uac00'], + ['\uac01\u0308', '\uac00'], + ['\uac01', '\uac01'], + ['\uac01\u0308', '\uac01'], + ['\uac01', '\u231a'], + ['\uac01\u0308', '\u231a'], + ['\uac01\u0300'], + ['\uac01\u0308\u0300'], + ['\uac01\u200d'], + ['\uac01\u0308\u200d'], + ['\uac01', '\u0378'], + ['\uac01\u0308', '\u0378'], + ['\u231a', ' '], + ['\u231a\u0308', ' '], + ['\u231a', '\r'], + ['\u231a\u0308', '\r'], + ['\u231a', '\n'], + ['\u231a\u0308', '\n'], + ['\u231a', '\x01'], + ['\u231a\u0308', '\x01'], + ['\u231a\u034f'], + ['\u231a\u0308\u034f'], + ['\u231a', '\u{1f1e6}'], + ['\u231a\u0308', '\u{1f1e6}'], + ['\u231a', '\u0600'], + ['\u231a\u0308', '\u0600'], + ['\u231a\u0903'], + ['\u231a\u0308\u0903'], + ['\u231a', '\u1100'], + ['\u231a\u0308', '\u1100'], + ['\u231a', '\u1160'], + ['\u231a\u0308', '\u1160'], + ['\u231a', '\u11a8'], + ['\u231a\u0308', '\u11a8'], + ['\u231a', '\uac00'], + ['\u231a\u0308', '\uac00'], + ['\u231a', '\uac01'], + ['\u231a\u0308', '\uac01'], + ['\u231a', '\u231a'], + ['\u231a\u0308', '\u231a'], + ['\u231a\u0300'], + ['\u231a\u0308\u0300'], + ['\u231a\u200d'], + ['\u231a\u0308\u200d'], + ['\u231a', '\u0378'], + ['\u231a\u0308', '\u0378'], + ['\u0300', ' '], + ['\u0300\u0308', ' '], + ['\u0300', '\r'], + ['\u0300\u0308', '\r'], + ['\u0300', '\n'], + ['\u0300\u0308', '\n'], + ['\u0300', '\x01'], + ['\u0300\u0308', '\x01'], + ['\u0300\u034f'], + ['\u0300\u0308\u034f'], + ['\u0300', '\u{1f1e6}'], + ['\u0300\u0308', '\u{1f1e6}'], + ['\u0300', '\u0600'], + ['\u0300\u0308', '\u0600'], + ['\u0300\u0903'], + ['\u0300\u0308\u0903'], + ['\u0300', '\u1100'], + ['\u0300\u0308', '\u1100'], + ['\u0300', '\u1160'], + ['\u0300\u0308', '\u1160'], + ['\u0300', '\u11a8'], + ['\u0300\u0308', '\u11a8'], + ['\u0300', '\uac00'], + ['\u0300\u0308', '\uac00'], + ['\u0300', '\uac01'], + ['\u0300\u0308', '\uac01'], + ['\u0300', '\u231a'], + ['\u0300\u0308', '\u231a'], + ['\u0300\u0300'], + ['\u0300\u0308\u0300'], + ['\u0300\u200d'], + ['\u0300\u0308\u200d'], + ['\u0300', '\u0378'], + ['\u0300\u0308', '\u0378'], + ['\u200d', ' '], + ['\u200d\u0308', ' '], + ['\u200d', '\r'], + ['\u200d\u0308', '\r'], + ['\u200d', '\n'], + ['\u200d\u0308', '\n'], + ['\u200d', '\x01'], + ['\u200d\u0308', '\x01'], + ['\u200d\u034f'], + ['\u200d\u0308\u034f'], + ['\u200d', '\u{1f1e6}'], + ['\u200d\u0308', '\u{1f1e6}'], + ['\u200d', '\u0600'], + ['\u200d\u0308', '\u0600'], + ['\u200d\u0903'], + ['\u200d\u0308\u0903'], + ['\u200d', '\u1100'], + ['\u200d\u0308', '\u1100'], + ['\u200d', '\u1160'], + ['\u200d\u0308', '\u1160'], + ['\u200d', '\u11a8'], + ['\u200d\u0308', '\u11a8'], + ['\u200d', '\uac00'], + ['\u200d\u0308', '\uac00'], + ['\u200d', '\uac01'], + ['\u200d\u0308', '\uac01'], + ['\u200d', '\u231a'], + ['\u200d\u0308', '\u231a'], + ['\u200d\u0300'], + ['\u200d\u0308\u0300'], + ['\u200d\u200d'], + ['\u200d\u0308\u200d'], + ['\u200d', '\u0378'], + ['\u200d\u0308', '\u0378'], + ['\u0378', ' '], + ['\u0378\u0308', ' '], + ['\u0378', '\r'], + ['\u0378\u0308', '\r'], + ['\u0378', '\n'], + ['\u0378\u0308', '\n'], + ['\u0378', '\x01'], + ['\u0378\u0308', '\x01'], + ['\u0378\u034f'], + ['\u0378\u0308\u034f'], + ['\u0378', '\u{1f1e6}'], + ['\u0378\u0308', '\u{1f1e6}'], + ['\u0378', '\u0600'], + ['\u0378\u0308', '\u0600'], + ['\u0378\u0903'], + ['\u0378\u0308\u0903'], + ['\u0378', '\u1100'], + ['\u0378\u0308', '\u1100'], + ['\u0378', '\u1160'], + ['\u0378\u0308', '\u1160'], + ['\u0378', '\u11a8'], + ['\u0378\u0308', '\u11a8'], + ['\u0378', '\uac00'], + ['\u0378\u0308', '\uac00'], + ['\u0378', '\uac01'], + ['\u0378\u0308', '\uac01'], + ['\u0378', '\u231a'], + ['\u0378\u0308', '\u231a'], + ['\u0378\u0300'], + ['\u0378\u0308\u0300'], + ['\u0378\u200d'], + ['\u0378\u0308\u200d'], + ['\u0378', '\u0378'], + ['\u0378\u0308', '\u0378'], + ['\r\n', 'a', '\n', '\u0308'], + ['a\u0308'], + [' \u200d', '\u0646'], + ['\u0646\u200d', ' '], + ['\u1100\u1100'], + ['\uac00\u11a8', '\u1100'], + ['\uac01\u11a8', '\u1100'], + ['\u{1f1e6}\u{1f1e7}', '\u{1f1e8}', 'b'], + ['a', '\u{1f1e6}\u{1f1e7}', '\u{1f1e8}', 'b'], + ['a', '\u{1f1e6}\u{1f1e7}\u200d', '\u{1f1e8}', 'b'], + ['a', '\u{1f1e6}\u200d', '\u{1f1e7}\u{1f1e8}', 'b'], + ['a', '\u{1f1e6}\u{1f1e7}', '\u{1f1e8}\u{1f1e9}', 'b'], + ['a\u200d'], + ['a\u0308', 'b'], + ['a\u0903', 'b'], + ['a', '\u0600b'], + ['\u{1f476}\u{1f3ff}', '\u{1f476}'], + ['a\u{1f3ff}', '\u{1f476}'], + ['a\u{1f3ff}', '\u{1f476}\u200d\u{1f6d1}'], + ['\u{1f476}\u{1f3ff}\u0308\u200d\u{1f476}\u{1f3ff}'], + ['\u{1f6d1}\u200d\u{1f6d1}'], + ['a\u200d', '\u{1f6d1}'], + ['\u2701\u200d\u2701'], + ['a\u200d', '\u2701'], +]; +// Emoji tests. +const List> emojis = [ + ['\u{1f600}'], + ['\u{1f603}'], + ['\u{1f604}'], + ['\u{1f601}'], + ['\u{1f606}'], + ['\u{1f605}'], + ['\u{1f923}'], + ['\u{1f602}'], + ['\u{1f642}'], + ['\u{1f643}'], + ['\u{1fae0}'], + ['\u{1f609}'], + ['\u{1f60a}'], + ['\u{1f607}'], + ['\u{1f970}'], + ['\u{1f60d}'], + ['\u{1f929}'], + ['\u{1f618}'], + ['\u{1f617}'], + ['\u263a\ufe0f'], + ['\u263a'], + ['\u{1f61a}'], + ['\u{1f619}'], + ['\u{1f972}'], + ['\u{1f60b}'], + ['\u{1f61b}'], + ['\u{1f61c}'], + ['\u{1f92a}'], + ['\u{1f61d}'], + ['\u{1f911}'], + ['\u{1f917}'], + ['\u{1f92d}'], + ['\u{1fae2}'], + ['\u{1fae3}'], + ['\u{1f92b}'], + ['\u{1f914}'], + ['\u{1fae1}'], + ['\u{1f910}'], + ['\u{1f928}'], + ['\u{1f610}'], + ['\u{1f611}'], + ['\u{1f636}'], + ['\u{1fae5}'], + ['\u{1f636}\u200d\u{1f32b}\ufe0f'], + ['\u{1f636}\u200d\u{1f32b}'], + ['\u{1f60f}'], + ['\u{1f612}'], + ['\u{1f644}'], + ['\u{1f62c}'], + ['\u{1f62e}\u200d\u{1f4a8}'], + ['\u{1f925}'], + ['\u{1fae8}'], + ['\u{1f60c}'], + ['\u{1f614}'], + ['\u{1f62a}'], + ['\u{1f924}'], + ['\u{1f634}'], + ['\u{1f637}'], + ['\u{1f912}'], + ['\u{1f915}'], + ['\u{1f922}'], + ['\u{1f92e}'], + ['\u{1f927}'], + ['\u{1f975}'], + ['\u{1f976}'], + ['\u{1f974}'], + ['\u{1f635}'], + ['\u{1f635}\u200d\u{1f4ab}'], + ['\u{1f92f}'], + ['\u{1f920}'], + ['\u{1f973}'], + ['\u{1f978}'], + ['\u{1f60e}'], + ['\u{1f913}'], + ['\u{1f9d0}'], + ['\u{1f615}'], + ['\u{1fae4}'], + ['\u{1f61f}'], + ['\u{1f641}'], + ['\u2639\ufe0f'], + ['\u2639'], + ['\u{1f62e}'], + ['\u{1f62f}'], + ['\u{1f632}'], + ['\u{1f633}'], + ['\u{1f97a}'], + ['\u{1f979}'], + ['\u{1f626}'], + ['\u{1f627}'], + ['\u{1f628}'], + ['\u{1f630}'], + ['\u{1f625}'], + ['\u{1f622}'], + ['\u{1f62d}'], + ['\u{1f631}'], + ['\u{1f616}'], + ['\u{1f623}'], + ['\u{1f61e}'], + ['\u{1f613}'], + ['\u{1f629}'], + ['\u{1f62b}'], + ['\u{1f971}'], + ['\u{1f624}'], + ['\u{1f621}'], + ['\u{1f620}'], + ['\u{1f92c}'], + ['\u{1f608}'], + ['\u{1f47f}'], + ['\u{1f480}'], + ['\u2620\ufe0f'], + ['\u2620'], + ['\u{1f4a9}'], + ['\u{1f921}'], + ['\u{1f479}'], + ['\u{1f47a}'], + ['\u{1f47b}'], + ['\u{1f47d}'], + ['\u{1f47e}'], + ['\u{1f916}'], + ['\u{1f63a}'], + ['\u{1f638}'], + ['\u{1f639}'], + ['\u{1f63b}'], + ['\u{1f63c}'], + ['\u{1f63d}'], + ['\u{1f640}'], + ['\u{1f63f}'], + ['\u{1f63e}'], + ['\u{1f648}'], + ['\u{1f649}'], + ['\u{1f64a}'], + ['\u{1f48c}'], + ['\u{1f498}'], + ['\u{1f49d}'], + ['\u{1f496}'], + ['\u{1f497}'], + ['\u{1f493}'], + ['\u{1f49e}'], + ['\u{1f495}'], + ['\u{1f49f}'], + ['\u2763\ufe0f'], + ['\u2763'], + ['\u{1f494}'], + ['\u2764\ufe0f\u200d\u{1f525}'], + ['\u2764\u200d\u{1f525}'], + ['\u2764\ufe0f\u200d\u{1fa79}'], + ['\u2764\u200d\u{1fa79}'], + ['\u2764\ufe0f'], + ['\u2764'], + ['\u{1fa77}'], + ['\u{1f9e1}'], + ['\u{1f49b}'], + ['\u{1f49a}'], + ['\u{1f499}'], + ['\u{1fa75}'], + ['\u{1f49c}'], + ['\u{1f90e}'], + ['\u{1f5a4}'], + ['\u{1fa76}'], + ['\u{1f90d}'], + ['\u{1f48b}'], + ['\u{1f4af}'], + ['\u{1f4a2}'], + ['\u{1f4a5}'], + ['\u{1f4ab}'], + ['\u{1f4a6}'], + ['\u{1f4a8}'], + ['\u{1f573}\ufe0f'], + ['\u{1f573}'], + ['\u{1f4ac}'], + ['\u{1f441}\ufe0f\u200d\u{1f5e8}\ufe0f'], + ['\u{1f441}\u200d\u{1f5e8}\ufe0f'], + ['\u{1f441}\ufe0f\u200d\u{1f5e8}'], + ['\u{1f441}\u200d\u{1f5e8}'], + ['\u{1f5e8}\ufe0f'], + ['\u{1f5e8}'], + ['\u{1f5ef}\ufe0f'], + ['\u{1f5ef}'], + ['\u{1f4ad}'], + ['\u{1f4a4}'], + ['\u{1f44b}'], + ['\u{1f44b}\u{1f3fb}'], + ['\u{1f44b}\u{1f3fc}'], + ['\u{1f44b}\u{1f3fd}'], + ['\u{1f44b}\u{1f3fe}'], + ['\u{1f44b}\u{1f3ff}'], + ['\u{1f91a}'], + ['\u{1f91a}\u{1f3fb}'], + ['\u{1f91a}\u{1f3fc}'], + ['\u{1f91a}\u{1f3fd}'], + ['\u{1f91a}\u{1f3fe}'], + ['\u{1f91a}\u{1f3ff}'], + ['\u{1f590}\ufe0f'], + ['\u{1f590}'], + ['\u{1f590}\u{1f3fb}'], + ['\u{1f590}\u{1f3fc}'], + ['\u{1f590}\u{1f3fd}'], + ['\u{1f590}\u{1f3fe}'], + ['\u{1f590}\u{1f3ff}'], + ['\u270b'], + ['\u270b\u{1f3fb}'], + ['\u270b\u{1f3fc}'], + ['\u270b\u{1f3fd}'], + ['\u270b\u{1f3fe}'], + ['\u270b\u{1f3ff}'], + ['\u{1f596}'], + ['\u{1f596}\u{1f3fb}'], + ['\u{1f596}\u{1f3fc}'], + ['\u{1f596}\u{1f3fd}'], + ['\u{1f596}\u{1f3fe}'], + ['\u{1f596}\u{1f3ff}'], + ['\u{1faf1}'], + ['\u{1faf1}\u{1f3fb}'], + ['\u{1faf1}\u{1f3fc}'], + ['\u{1faf1}\u{1f3fd}'], + ['\u{1faf1}\u{1f3fe}'], + ['\u{1faf1}\u{1f3ff}'], + ['\u{1faf2}'], + ['\u{1faf2}\u{1f3fb}'], + ['\u{1faf2}\u{1f3fc}'], + ['\u{1faf2}\u{1f3fd}'], + ['\u{1faf2}\u{1f3fe}'], + ['\u{1faf2}\u{1f3ff}'], + ['\u{1faf3}'], + ['\u{1faf3}\u{1f3fb}'], + ['\u{1faf3}\u{1f3fc}'], + ['\u{1faf3}\u{1f3fd}'], + ['\u{1faf3}\u{1f3fe}'], + ['\u{1faf3}\u{1f3ff}'], + ['\u{1faf4}'], + ['\u{1faf4}\u{1f3fb}'], + ['\u{1faf4}\u{1f3fc}'], + ['\u{1faf4}\u{1f3fd}'], + ['\u{1faf4}\u{1f3fe}'], + ['\u{1faf4}\u{1f3ff}'], + ['\u{1faf7}'], + ['\u{1faf7}\u{1f3fb}'], + ['\u{1faf7}\u{1f3fc}'], + ['\u{1faf7}\u{1f3fd}'], + ['\u{1faf7}\u{1f3fe}'], + ['\u{1faf7}\u{1f3ff}'], + ['\u{1faf8}'], + ['\u{1faf8}\u{1f3fb}'], + ['\u{1faf8}\u{1f3fc}'], + ['\u{1faf8}\u{1f3fd}'], + ['\u{1faf8}\u{1f3fe}'], + ['\u{1faf8}\u{1f3ff}'], + ['\u{1f44c}'], + ['\u{1f44c}\u{1f3fb}'], + ['\u{1f44c}\u{1f3fc}'], + ['\u{1f44c}\u{1f3fd}'], + ['\u{1f44c}\u{1f3fe}'], + ['\u{1f44c}\u{1f3ff}'], + ['\u{1f90c}'], + ['\u{1f90c}\u{1f3fb}'], + ['\u{1f90c}\u{1f3fc}'], + ['\u{1f90c}\u{1f3fd}'], + ['\u{1f90c}\u{1f3fe}'], + ['\u{1f90c}\u{1f3ff}'], + ['\u{1f90f}'], + ['\u{1f90f}\u{1f3fb}'], + ['\u{1f90f}\u{1f3fc}'], + ['\u{1f90f}\u{1f3fd}'], + ['\u{1f90f}\u{1f3fe}'], + ['\u{1f90f}\u{1f3ff}'], + ['\u270c\ufe0f'], + ['\u270c'], + ['\u270c\u{1f3fb}'], + ['\u270c\u{1f3fc}'], + ['\u270c\u{1f3fd}'], + ['\u270c\u{1f3fe}'], + ['\u270c\u{1f3ff}'], + ['\u{1f91e}'], + ['\u{1f91e}\u{1f3fb}'], + ['\u{1f91e}\u{1f3fc}'], + ['\u{1f91e}\u{1f3fd}'], + ['\u{1f91e}\u{1f3fe}'], + ['\u{1f91e}\u{1f3ff}'], + ['\u{1faf0}'], + ['\u{1faf0}\u{1f3fb}'], + ['\u{1faf0}\u{1f3fc}'], + ['\u{1faf0}\u{1f3fd}'], + ['\u{1faf0}\u{1f3fe}'], + ['\u{1faf0}\u{1f3ff}'], + ['\u{1f91f}'], + ['\u{1f91f}\u{1f3fb}'], + ['\u{1f91f}\u{1f3fc}'], + ['\u{1f91f}\u{1f3fd}'], + ['\u{1f91f}\u{1f3fe}'], + ['\u{1f91f}\u{1f3ff}'], + ['\u{1f918}'], + ['\u{1f918}\u{1f3fb}'], + ['\u{1f918}\u{1f3fc}'], + ['\u{1f918}\u{1f3fd}'], + ['\u{1f918}\u{1f3fe}'], + ['\u{1f918}\u{1f3ff}'], + ['\u{1f919}'], + ['\u{1f919}\u{1f3fb}'], + ['\u{1f919}\u{1f3fc}'], + ['\u{1f919}\u{1f3fd}'], + ['\u{1f919}\u{1f3fe}'], + ['\u{1f919}\u{1f3ff}'], + ['\u{1f448}'], + ['\u{1f448}\u{1f3fb}'], + ['\u{1f448}\u{1f3fc}'], + ['\u{1f448}\u{1f3fd}'], + ['\u{1f448}\u{1f3fe}'], + ['\u{1f448}\u{1f3ff}'], + ['\u{1f449}'], + ['\u{1f449}\u{1f3fb}'], + ['\u{1f449}\u{1f3fc}'], + ['\u{1f449}\u{1f3fd}'], + ['\u{1f449}\u{1f3fe}'], + ['\u{1f449}\u{1f3ff}'], + ['\u{1f446}'], + ['\u{1f446}\u{1f3fb}'], + ['\u{1f446}\u{1f3fc}'], + ['\u{1f446}\u{1f3fd}'], + ['\u{1f446}\u{1f3fe}'], + ['\u{1f446}\u{1f3ff}'], + ['\u{1f595}'], + ['\u{1f595}\u{1f3fb}'], + ['\u{1f595}\u{1f3fc}'], + ['\u{1f595}\u{1f3fd}'], + ['\u{1f595}\u{1f3fe}'], + ['\u{1f595}\u{1f3ff}'], + ['\u{1f447}'], + ['\u{1f447}\u{1f3fb}'], + ['\u{1f447}\u{1f3fc}'], + ['\u{1f447}\u{1f3fd}'], + ['\u{1f447}\u{1f3fe}'], + ['\u{1f447}\u{1f3ff}'], + ['\u261d\ufe0f'], + ['\u261d'], + ['\u261d\u{1f3fb}'], + ['\u261d\u{1f3fc}'], + ['\u261d\u{1f3fd}'], + ['\u261d\u{1f3fe}'], + ['\u261d\u{1f3ff}'], + ['\u{1faf5}'], + ['\u{1faf5}\u{1f3fb}'], + ['\u{1faf5}\u{1f3fc}'], + ['\u{1faf5}\u{1f3fd}'], + ['\u{1faf5}\u{1f3fe}'], + ['\u{1faf5}\u{1f3ff}'], + ['\u{1f44d}'], + ['\u{1f44d}\u{1f3fb}'], + ['\u{1f44d}\u{1f3fc}'], + ['\u{1f44d}\u{1f3fd}'], + ['\u{1f44d}\u{1f3fe}'], + ['\u{1f44d}\u{1f3ff}'], + ['\u{1f44e}'], + ['\u{1f44e}\u{1f3fb}'], + ['\u{1f44e}\u{1f3fc}'], + ['\u{1f44e}\u{1f3fd}'], + ['\u{1f44e}\u{1f3fe}'], + ['\u{1f44e}\u{1f3ff}'], + ['\u270a'], + ['\u270a\u{1f3fb}'], + ['\u270a\u{1f3fc}'], + ['\u270a\u{1f3fd}'], + ['\u270a\u{1f3fe}'], + ['\u270a\u{1f3ff}'], + ['\u{1f44a}'], + ['\u{1f44a}\u{1f3fb}'], + ['\u{1f44a}\u{1f3fc}'], + ['\u{1f44a}\u{1f3fd}'], + ['\u{1f44a}\u{1f3fe}'], + ['\u{1f44a}\u{1f3ff}'], + ['\u{1f91b}'], + ['\u{1f91b}\u{1f3fb}'], + ['\u{1f91b}\u{1f3fc}'], + ['\u{1f91b}\u{1f3fd}'], + ['\u{1f91b}\u{1f3fe}'], + ['\u{1f91b}\u{1f3ff}'], + ['\u{1f91c}'], + ['\u{1f91c}\u{1f3fb}'], + ['\u{1f91c}\u{1f3fc}'], + ['\u{1f91c}\u{1f3fd}'], + ['\u{1f91c}\u{1f3fe}'], + ['\u{1f91c}\u{1f3ff}'], + ['\u{1f44f}'], + ['\u{1f44f}\u{1f3fb}'], + ['\u{1f44f}\u{1f3fc}'], + ['\u{1f44f}\u{1f3fd}'], + ['\u{1f44f}\u{1f3fe}'], + ['\u{1f44f}\u{1f3ff}'], + ['\u{1f64c}'], + ['\u{1f64c}\u{1f3fb}'], + ['\u{1f64c}\u{1f3fc}'], + ['\u{1f64c}\u{1f3fd}'], + ['\u{1f64c}\u{1f3fe}'], + ['\u{1f64c}\u{1f3ff}'], + ['\u{1faf6}'], + ['\u{1faf6}\u{1f3fb}'], + ['\u{1faf6}\u{1f3fc}'], + ['\u{1faf6}\u{1f3fd}'], + ['\u{1faf6}\u{1f3fe}'], + ['\u{1faf6}\u{1f3ff}'], + ['\u{1f450}'], + ['\u{1f450}\u{1f3fb}'], + ['\u{1f450}\u{1f3fc}'], + ['\u{1f450}\u{1f3fd}'], + ['\u{1f450}\u{1f3fe}'], + ['\u{1f450}\u{1f3ff}'], + ['\u{1f932}'], + ['\u{1f932}\u{1f3fb}'], + ['\u{1f932}\u{1f3fc}'], + ['\u{1f932}\u{1f3fd}'], + ['\u{1f932}\u{1f3fe}'], + ['\u{1f932}\u{1f3ff}'], + ['\u{1f91d}'], + ['\u{1f91d}\u{1f3fb}'], + ['\u{1f91d}\u{1f3fc}'], + ['\u{1f91d}\u{1f3fd}'], + ['\u{1f91d}\u{1f3fe}'], + ['\u{1f91d}\u{1f3ff}'], + ['\u{1faf1}\u{1f3fb}\u200d\u{1faf2}\u{1f3fc}'], + ['\u{1faf1}\u{1f3fb}\u200d\u{1faf2}\u{1f3fd}'], + ['\u{1faf1}\u{1f3fb}\u200d\u{1faf2}\u{1f3fe}'], + ['\u{1faf1}\u{1f3fb}\u200d\u{1faf2}\u{1f3ff}'], + ['\u{1faf1}\u{1f3fc}\u200d\u{1faf2}\u{1f3fb}'], + ['\u{1faf1}\u{1f3fc}\u200d\u{1faf2}\u{1f3fd}'], + ['\u{1faf1}\u{1f3fc}\u200d\u{1faf2}\u{1f3fe}'], + ['\u{1faf1}\u{1f3fc}\u200d\u{1faf2}\u{1f3ff}'], + ['\u{1faf1}\u{1f3fd}\u200d\u{1faf2}\u{1f3fb}'], + ['\u{1faf1}\u{1f3fd}\u200d\u{1faf2}\u{1f3fc}'], + ['\u{1faf1}\u{1f3fd}\u200d\u{1faf2}\u{1f3fe}'], + ['\u{1faf1}\u{1f3fd}\u200d\u{1faf2}\u{1f3ff}'], + ['\u{1faf1}\u{1f3fe}\u200d\u{1faf2}\u{1f3fb}'], + ['\u{1faf1}\u{1f3fe}\u200d\u{1faf2}\u{1f3fc}'], + ['\u{1faf1}\u{1f3fe}\u200d\u{1faf2}\u{1f3fd}'], + ['\u{1faf1}\u{1f3fe}\u200d\u{1faf2}\u{1f3ff}'], + ['\u{1faf1}\u{1f3ff}\u200d\u{1faf2}\u{1f3fb}'], + ['\u{1faf1}\u{1f3ff}\u200d\u{1faf2}\u{1f3fc}'], + ['\u{1faf1}\u{1f3ff}\u200d\u{1faf2}\u{1f3fd}'], + ['\u{1faf1}\u{1f3ff}\u200d\u{1faf2}\u{1f3fe}'], + ['\u{1f64f}'], + ['\u{1f64f}\u{1f3fb}'], + ['\u{1f64f}\u{1f3fc}'], + ['\u{1f64f}\u{1f3fd}'], + ['\u{1f64f}\u{1f3fe}'], + ['\u{1f64f}\u{1f3ff}'], + ['\u270d\ufe0f'], + ['\u270d'], + ['\u270d\u{1f3fb}'], + ['\u270d\u{1f3fc}'], + ['\u270d\u{1f3fd}'], + ['\u270d\u{1f3fe}'], + ['\u270d\u{1f3ff}'], + ['\u{1f485}'], + ['\u{1f485}\u{1f3fb}'], + ['\u{1f485}\u{1f3fc}'], + ['\u{1f485}\u{1f3fd}'], + ['\u{1f485}\u{1f3fe}'], + ['\u{1f485}\u{1f3ff}'], + ['\u{1f933}'], + ['\u{1f933}\u{1f3fb}'], + ['\u{1f933}\u{1f3fc}'], + ['\u{1f933}\u{1f3fd}'], + ['\u{1f933}\u{1f3fe}'], + ['\u{1f933}\u{1f3ff}'], + ['\u{1f4aa}'], + ['\u{1f4aa}\u{1f3fb}'], + ['\u{1f4aa}\u{1f3fc}'], + ['\u{1f4aa}\u{1f3fd}'], + ['\u{1f4aa}\u{1f3fe}'], + ['\u{1f4aa}\u{1f3ff}'], + ['\u{1f9be}'], + ['\u{1f9bf}'], + ['\u{1f9b5}'], + ['\u{1f9b5}\u{1f3fb}'], + ['\u{1f9b5}\u{1f3fc}'], + ['\u{1f9b5}\u{1f3fd}'], + ['\u{1f9b5}\u{1f3fe}'], + ['\u{1f9b5}\u{1f3ff}'], + ['\u{1f9b6}'], + ['\u{1f9b6}\u{1f3fb}'], + ['\u{1f9b6}\u{1f3fc}'], + ['\u{1f9b6}\u{1f3fd}'], + ['\u{1f9b6}\u{1f3fe}'], + ['\u{1f9b6}\u{1f3ff}'], + ['\u{1f442}'], + ['\u{1f442}\u{1f3fb}'], + ['\u{1f442}\u{1f3fc}'], + ['\u{1f442}\u{1f3fd}'], + ['\u{1f442}\u{1f3fe}'], + ['\u{1f442}\u{1f3ff}'], + ['\u{1f9bb}'], + ['\u{1f9bb}\u{1f3fb}'], + ['\u{1f9bb}\u{1f3fc}'], + ['\u{1f9bb}\u{1f3fd}'], + ['\u{1f9bb}\u{1f3fe}'], + ['\u{1f9bb}\u{1f3ff}'], + ['\u{1f443}'], + ['\u{1f443}\u{1f3fb}'], + ['\u{1f443}\u{1f3fc}'], + ['\u{1f443}\u{1f3fd}'], + ['\u{1f443}\u{1f3fe}'], + ['\u{1f443}\u{1f3ff}'], + ['\u{1f9e0}'], + ['\u{1fac0}'], + ['\u{1fac1}'], + ['\u{1f9b7}'], + ['\u{1f9b4}'], + ['\u{1f440}'], + ['\u{1f441}\ufe0f'], + ['\u{1f441}'], + ['\u{1f445}'], + ['\u{1f444}'], + ['\u{1fae6}'], + ['\u{1f476}'], + ['\u{1f476}\u{1f3fb}'], + ['\u{1f476}\u{1f3fc}'], + ['\u{1f476}\u{1f3fd}'], + ['\u{1f476}\u{1f3fe}'], + ['\u{1f476}\u{1f3ff}'], + ['\u{1f9d2}'], + ['\u{1f9d2}\u{1f3fb}'], + ['\u{1f9d2}\u{1f3fc}'], + ['\u{1f9d2}\u{1f3fd}'], + ['\u{1f9d2}\u{1f3fe}'], + ['\u{1f9d2}\u{1f3ff}'], + ['\u{1f466}'], + ['\u{1f466}\u{1f3fb}'], + ['\u{1f466}\u{1f3fc}'], + ['\u{1f466}\u{1f3fd}'], + ['\u{1f466}\u{1f3fe}'], + ['\u{1f466}\u{1f3ff}'], + ['\u{1f467}'], + ['\u{1f467}\u{1f3fb}'], + ['\u{1f467}\u{1f3fc}'], + ['\u{1f467}\u{1f3fd}'], + ['\u{1f467}\u{1f3fe}'], + ['\u{1f467}\u{1f3ff}'], + ['\u{1f9d1}'], + ['\u{1f9d1}\u{1f3fb}'], + ['\u{1f9d1}\u{1f3fc}'], + ['\u{1f9d1}\u{1f3fd}'], + ['\u{1f9d1}\u{1f3fe}'], + ['\u{1f9d1}\u{1f3ff}'], + ['\u{1f471}'], + ['\u{1f471}\u{1f3fb}'], + ['\u{1f471}\u{1f3fc}'], + ['\u{1f471}\u{1f3fd}'], + ['\u{1f471}\u{1f3fe}'], + ['\u{1f471}\u{1f3ff}'], + ['\u{1f468}'], + ['\u{1f468}\u{1f3fb}'], + ['\u{1f468}\u{1f3fc}'], + ['\u{1f468}\u{1f3fd}'], + ['\u{1f468}\u{1f3fe}'], + ['\u{1f468}\u{1f3ff}'], + ['\u{1f9d4}'], + ['\u{1f9d4}\u{1f3fb}'], + ['\u{1f9d4}\u{1f3fc}'], + ['\u{1f9d4}\u{1f3fd}'], + ['\u{1f9d4}\u{1f3fe}'], + ['\u{1f9d4}\u{1f3ff}'], + ['\u{1f9d4}\u200d\u2642\ufe0f'], + ['\u{1f9d4}\u200d\u2642'], + ['\u{1f9d4}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f9d4}\u{1f3fb}\u200d\u2642'], + ['\u{1f9d4}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f9d4}\u{1f3fc}\u200d\u2642'], + ['\u{1f9d4}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f9d4}\u{1f3fd}\u200d\u2642'], + ['\u{1f9d4}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f9d4}\u{1f3fe}\u200d\u2642'], + ['\u{1f9d4}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f9d4}\u{1f3ff}\u200d\u2642'], + ['\u{1f9d4}\u200d\u2640\ufe0f'], + ['\u{1f9d4}\u200d\u2640'], + ['\u{1f9d4}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f9d4}\u{1f3fb}\u200d\u2640'], + ['\u{1f9d4}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f9d4}\u{1f3fc}\u200d\u2640'], + ['\u{1f9d4}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f9d4}\u{1f3fd}\u200d\u2640'], + ['\u{1f9d4}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f9d4}\u{1f3fe}\u200d\u2640'], + ['\u{1f9d4}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f9d4}\u{1f3ff}\u200d\u2640'], + ['\u{1f468}\u200d\u{1f9b0}'], + ['\u{1f468}\u{1f3fb}\u200d\u{1f9b0}'], + ['\u{1f468}\u{1f3fc}\u200d\u{1f9b0}'], + ['\u{1f468}\u{1f3fd}\u200d\u{1f9b0}'], + ['\u{1f468}\u{1f3fe}\u200d\u{1f9b0}'], + ['\u{1f468}\u{1f3ff}\u200d\u{1f9b0}'], + ['\u{1f468}\u200d\u{1f9b1}'], + ['\u{1f468}\u{1f3fb}\u200d\u{1f9b1}'], + ['\u{1f468}\u{1f3fc}\u200d\u{1f9b1}'], + ['\u{1f468}\u{1f3fd}\u200d\u{1f9b1}'], + ['\u{1f468}\u{1f3fe}\u200d\u{1f9b1}'], + ['\u{1f468}\u{1f3ff}\u200d\u{1f9b1}'], + ['\u{1f468}\u200d\u{1f9b3}'], + ['\u{1f468}\u{1f3fb}\u200d\u{1f9b3}'], + ['\u{1f468}\u{1f3fc}\u200d\u{1f9b3}'], + ['\u{1f468}\u{1f3fd}\u200d\u{1f9b3}'], + ['\u{1f468}\u{1f3fe}\u200d\u{1f9b3}'], + ['\u{1f468}\u{1f3ff}\u200d\u{1f9b3}'], + ['\u{1f468}\u200d\u{1f9b2}'], + ['\u{1f468}\u{1f3fb}\u200d\u{1f9b2}'], + ['\u{1f468}\u{1f3fc}\u200d\u{1f9b2}'], + ['\u{1f468}\u{1f3fd}\u200d\u{1f9b2}'], + ['\u{1f468}\u{1f3fe}\u200d\u{1f9b2}'], + ['\u{1f468}\u{1f3ff}\u200d\u{1f9b2}'], + ['\u{1f469}'], + ['\u{1f469}\u{1f3fb}'], + ['\u{1f469}\u{1f3fc}'], + ['\u{1f469}\u{1f3fd}'], + ['\u{1f469}\u{1f3fe}'], + ['\u{1f469}\u{1f3ff}'], + ['\u{1f469}\u200d\u{1f9b0}'], + ['\u{1f469}\u{1f3fb}\u200d\u{1f9b0}'], + ['\u{1f469}\u{1f3fc}\u200d\u{1f9b0}'], + ['\u{1f469}\u{1f3fd}\u200d\u{1f9b0}'], + ['\u{1f469}\u{1f3fe}\u200d\u{1f9b0}'], + ['\u{1f469}\u{1f3ff}\u200d\u{1f9b0}'], + ['\u{1f9d1}\u200d\u{1f9b0}'], + ['\u{1f9d1}\u{1f3fb}\u200d\u{1f9b0}'], + ['\u{1f9d1}\u{1f3fc}\u200d\u{1f9b0}'], + ['\u{1f9d1}\u{1f3fd}\u200d\u{1f9b0}'], + ['\u{1f9d1}\u{1f3fe}\u200d\u{1f9b0}'], + ['\u{1f9d1}\u{1f3ff}\u200d\u{1f9b0}'], + ['\u{1f469}\u200d\u{1f9b1}'], + ['\u{1f469}\u{1f3fb}\u200d\u{1f9b1}'], + ['\u{1f469}\u{1f3fc}\u200d\u{1f9b1}'], + ['\u{1f469}\u{1f3fd}\u200d\u{1f9b1}'], + ['\u{1f469}\u{1f3fe}\u200d\u{1f9b1}'], + ['\u{1f469}\u{1f3ff}\u200d\u{1f9b1}'], + ['\u{1f9d1}\u200d\u{1f9b1}'], + ['\u{1f9d1}\u{1f3fb}\u200d\u{1f9b1}'], + ['\u{1f9d1}\u{1f3fc}\u200d\u{1f9b1}'], + ['\u{1f9d1}\u{1f3fd}\u200d\u{1f9b1}'], + ['\u{1f9d1}\u{1f3fe}\u200d\u{1f9b1}'], + ['\u{1f9d1}\u{1f3ff}\u200d\u{1f9b1}'], + ['\u{1f469}\u200d\u{1f9b3}'], + ['\u{1f469}\u{1f3fb}\u200d\u{1f9b3}'], + ['\u{1f469}\u{1f3fc}\u200d\u{1f9b3}'], + ['\u{1f469}\u{1f3fd}\u200d\u{1f9b3}'], + ['\u{1f469}\u{1f3fe}\u200d\u{1f9b3}'], + ['\u{1f469}\u{1f3ff}\u200d\u{1f9b3}'], + ['\u{1f9d1}\u200d\u{1f9b3}'], + ['\u{1f9d1}\u{1f3fb}\u200d\u{1f9b3}'], + ['\u{1f9d1}\u{1f3fc}\u200d\u{1f9b3}'], + ['\u{1f9d1}\u{1f3fd}\u200d\u{1f9b3}'], + ['\u{1f9d1}\u{1f3fe}\u200d\u{1f9b3}'], + ['\u{1f9d1}\u{1f3ff}\u200d\u{1f9b3}'], + ['\u{1f469}\u200d\u{1f9b2}'], + ['\u{1f469}\u{1f3fb}\u200d\u{1f9b2}'], + ['\u{1f469}\u{1f3fc}\u200d\u{1f9b2}'], + ['\u{1f469}\u{1f3fd}\u200d\u{1f9b2}'], + ['\u{1f469}\u{1f3fe}\u200d\u{1f9b2}'], + ['\u{1f469}\u{1f3ff}\u200d\u{1f9b2}'], + ['\u{1f9d1}\u200d\u{1f9b2}'], + ['\u{1f9d1}\u{1f3fb}\u200d\u{1f9b2}'], + ['\u{1f9d1}\u{1f3fc}\u200d\u{1f9b2}'], + ['\u{1f9d1}\u{1f3fd}\u200d\u{1f9b2}'], + ['\u{1f9d1}\u{1f3fe}\u200d\u{1f9b2}'], + ['\u{1f9d1}\u{1f3ff}\u200d\u{1f9b2}'], + ['\u{1f471}\u200d\u2640\ufe0f'], + ['\u{1f471}\u200d\u2640'], + ['\u{1f471}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f471}\u{1f3fb}\u200d\u2640'], + ['\u{1f471}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f471}\u{1f3fc}\u200d\u2640'], + ['\u{1f471}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f471}\u{1f3fd}\u200d\u2640'], + ['\u{1f471}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f471}\u{1f3fe}\u200d\u2640'], + ['\u{1f471}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f471}\u{1f3ff}\u200d\u2640'], + ['\u{1f471}\u200d\u2642\ufe0f'], + ['\u{1f471}\u200d\u2642'], + ['\u{1f471}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f471}\u{1f3fb}\u200d\u2642'], + ['\u{1f471}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f471}\u{1f3fc}\u200d\u2642'], + ['\u{1f471}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f471}\u{1f3fd}\u200d\u2642'], + ['\u{1f471}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f471}\u{1f3fe}\u200d\u2642'], + ['\u{1f471}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f471}\u{1f3ff}\u200d\u2642'], + ['\u{1f9d3}'], + ['\u{1f9d3}\u{1f3fb}'], + ['\u{1f9d3}\u{1f3fc}'], + ['\u{1f9d3}\u{1f3fd}'], + ['\u{1f9d3}\u{1f3fe}'], + ['\u{1f9d3}\u{1f3ff}'], + ['\u{1f474}'], + ['\u{1f474}\u{1f3fb}'], + ['\u{1f474}\u{1f3fc}'], + ['\u{1f474}\u{1f3fd}'], + ['\u{1f474}\u{1f3fe}'], + ['\u{1f474}\u{1f3ff}'], + ['\u{1f475}'], + ['\u{1f475}\u{1f3fb}'], + ['\u{1f475}\u{1f3fc}'], + ['\u{1f475}\u{1f3fd}'], + ['\u{1f475}\u{1f3fe}'], + ['\u{1f475}\u{1f3ff}'], + ['\u{1f64d}'], + ['\u{1f64d}\u{1f3fb}'], + ['\u{1f64d}\u{1f3fc}'], + ['\u{1f64d}\u{1f3fd}'], + ['\u{1f64d}\u{1f3fe}'], + ['\u{1f64d}\u{1f3ff}'], + ['\u{1f64d}\u200d\u2642\ufe0f'], + ['\u{1f64d}\u200d\u2642'], + ['\u{1f64d}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f64d}\u{1f3fb}\u200d\u2642'], + ['\u{1f64d}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f64d}\u{1f3fc}\u200d\u2642'], + ['\u{1f64d}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f64d}\u{1f3fd}\u200d\u2642'], + ['\u{1f64d}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f64d}\u{1f3fe}\u200d\u2642'], + ['\u{1f64d}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f64d}\u{1f3ff}\u200d\u2642'], + ['\u{1f64d}\u200d\u2640\ufe0f'], + ['\u{1f64d}\u200d\u2640'], + ['\u{1f64d}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f64d}\u{1f3fb}\u200d\u2640'], + ['\u{1f64d}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f64d}\u{1f3fc}\u200d\u2640'], + ['\u{1f64d}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f64d}\u{1f3fd}\u200d\u2640'], + ['\u{1f64d}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f64d}\u{1f3fe}\u200d\u2640'], + ['\u{1f64d}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f64d}\u{1f3ff}\u200d\u2640'], + ['\u{1f64e}'], + ['\u{1f64e}\u{1f3fb}'], + ['\u{1f64e}\u{1f3fc}'], + ['\u{1f64e}\u{1f3fd}'], + ['\u{1f64e}\u{1f3fe}'], + ['\u{1f64e}\u{1f3ff}'], + ['\u{1f64e}\u200d\u2642\ufe0f'], + ['\u{1f64e}\u200d\u2642'], + ['\u{1f64e}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f64e}\u{1f3fb}\u200d\u2642'], + ['\u{1f64e}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f64e}\u{1f3fc}\u200d\u2642'], + ['\u{1f64e}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f64e}\u{1f3fd}\u200d\u2642'], + ['\u{1f64e}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f64e}\u{1f3fe}\u200d\u2642'], + ['\u{1f64e}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f64e}\u{1f3ff}\u200d\u2642'], + ['\u{1f64e}\u200d\u2640\ufe0f'], + ['\u{1f64e}\u200d\u2640'], + ['\u{1f64e}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f64e}\u{1f3fb}\u200d\u2640'], + ['\u{1f64e}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f64e}\u{1f3fc}\u200d\u2640'], + ['\u{1f64e}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f64e}\u{1f3fd}\u200d\u2640'], + ['\u{1f64e}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f64e}\u{1f3fe}\u200d\u2640'], + ['\u{1f64e}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f64e}\u{1f3ff}\u200d\u2640'], + ['\u{1f645}'], + ['\u{1f645}\u{1f3fb}'], + ['\u{1f645}\u{1f3fc}'], + ['\u{1f645}\u{1f3fd}'], + ['\u{1f645}\u{1f3fe}'], + ['\u{1f645}\u{1f3ff}'], + ['\u{1f645}\u200d\u2642\ufe0f'], + ['\u{1f645}\u200d\u2642'], + ['\u{1f645}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f645}\u{1f3fb}\u200d\u2642'], + ['\u{1f645}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f645}\u{1f3fc}\u200d\u2642'], + ['\u{1f645}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f645}\u{1f3fd}\u200d\u2642'], + ['\u{1f645}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f645}\u{1f3fe}\u200d\u2642'], + ['\u{1f645}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f645}\u{1f3ff}\u200d\u2642'], + ['\u{1f645}\u200d\u2640\ufe0f'], + ['\u{1f645}\u200d\u2640'], + ['\u{1f645}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f645}\u{1f3fb}\u200d\u2640'], + ['\u{1f645}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f645}\u{1f3fc}\u200d\u2640'], + ['\u{1f645}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f645}\u{1f3fd}\u200d\u2640'], + ['\u{1f645}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f645}\u{1f3fe}\u200d\u2640'], + ['\u{1f645}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f645}\u{1f3ff}\u200d\u2640'], + ['\u{1f646}'], + ['\u{1f646}\u{1f3fb}'], + ['\u{1f646}\u{1f3fc}'], + ['\u{1f646}\u{1f3fd}'], + ['\u{1f646}\u{1f3fe}'], + ['\u{1f646}\u{1f3ff}'], + ['\u{1f646}\u200d\u2642\ufe0f'], + ['\u{1f646}\u200d\u2642'], + ['\u{1f646}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f646}\u{1f3fb}\u200d\u2642'], + ['\u{1f646}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f646}\u{1f3fc}\u200d\u2642'], + ['\u{1f646}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f646}\u{1f3fd}\u200d\u2642'], + ['\u{1f646}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f646}\u{1f3fe}\u200d\u2642'], + ['\u{1f646}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f646}\u{1f3ff}\u200d\u2642'], + ['\u{1f646}\u200d\u2640\ufe0f'], + ['\u{1f646}\u200d\u2640'], + ['\u{1f646}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f646}\u{1f3fb}\u200d\u2640'], + ['\u{1f646}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f646}\u{1f3fc}\u200d\u2640'], + ['\u{1f646}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f646}\u{1f3fd}\u200d\u2640'], + ['\u{1f646}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f646}\u{1f3fe}\u200d\u2640'], + ['\u{1f646}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f646}\u{1f3ff}\u200d\u2640'], + ['\u{1f481}'], + ['\u{1f481}\u{1f3fb}'], + ['\u{1f481}\u{1f3fc}'], + ['\u{1f481}\u{1f3fd}'], + ['\u{1f481}\u{1f3fe}'], + ['\u{1f481}\u{1f3ff}'], + ['\u{1f481}\u200d\u2642\ufe0f'], + ['\u{1f481}\u200d\u2642'], + ['\u{1f481}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f481}\u{1f3fb}\u200d\u2642'], + ['\u{1f481}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f481}\u{1f3fc}\u200d\u2642'], + ['\u{1f481}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f481}\u{1f3fd}\u200d\u2642'], + ['\u{1f481}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f481}\u{1f3fe}\u200d\u2642'], + ['\u{1f481}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f481}\u{1f3ff}\u200d\u2642'], + ['\u{1f481}\u200d\u2640\ufe0f'], + ['\u{1f481}\u200d\u2640'], + ['\u{1f481}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f481}\u{1f3fb}\u200d\u2640'], + ['\u{1f481}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f481}\u{1f3fc}\u200d\u2640'], + ['\u{1f481}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f481}\u{1f3fd}\u200d\u2640'], + ['\u{1f481}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f481}\u{1f3fe}\u200d\u2640'], + ['\u{1f481}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f481}\u{1f3ff}\u200d\u2640'], + ['\u{1f64b}'], + ['\u{1f64b}\u{1f3fb}'], + ['\u{1f64b}\u{1f3fc}'], + ['\u{1f64b}\u{1f3fd}'], + ['\u{1f64b}\u{1f3fe}'], + ['\u{1f64b}\u{1f3ff}'], + ['\u{1f64b}\u200d\u2642\ufe0f'], + ['\u{1f64b}\u200d\u2642'], + ['\u{1f64b}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f64b}\u{1f3fb}\u200d\u2642'], + ['\u{1f64b}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f64b}\u{1f3fc}\u200d\u2642'], + ['\u{1f64b}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f64b}\u{1f3fd}\u200d\u2642'], + ['\u{1f64b}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f64b}\u{1f3fe}\u200d\u2642'], + ['\u{1f64b}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f64b}\u{1f3ff}\u200d\u2642'], + ['\u{1f64b}\u200d\u2640\ufe0f'], + ['\u{1f64b}\u200d\u2640'], + ['\u{1f64b}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f64b}\u{1f3fb}\u200d\u2640'], + ['\u{1f64b}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f64b}\u{1f3fc}\u200d\u2640'], + ['\u{1f64b}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f64b}\u{1f3fd}\u200d\u2640'], + ['\u{1f64b}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f64b}\u{1f3fe}\u200d\u2640'], + ['\u{1f64b}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f64b}\u{1f3ff}\u200d\u2640'], + ['\u{1f9cf}'], + ['\u{1f9cf}\u{1f3fb}'], + ['\u{1f9cf}\u{1f3fc}'], + ['\u{1f9cf}\u{1f3fd}'], + ['\u{1f9cf}\u{1f3fe}'], + ['\u{1f9cf}\u{1f3ff}'], + ['\u{1f9cf}\u200d\u2642\ufe0f'], + ['\u{1f9cf}\u200d\u2642'], + ['\u{1f9cf}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f9cf}\u{1f3fb}\u200d\u2642'], + ['\u{1f9cf}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f9cf}\u{1f3fc}\u200d\u2642'], + ['\u{1f9cf}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f9cf}\u{1f3fd}\u200d\u2642'], + ['\u{1f9cf}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f9cf}\u{1f3fe}\u200d\u2642'], + ['\u{1f9cf}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f9cf}\u{1f3ff}\u200d\u2642'], + ['\u{1f9cf}\u200d\u2640\ufe0f'], + ['\u{1f9cf}\u200d\u2640'], + ['\u{1f9cf}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f9cf}\u{1f3fb}\u200d\u2640'], + ['\u{1f9cf}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f9cf}\u{1f3fc}\u200d\u2640'], + ['\u{1f9cf}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f9cf}\u{1f3fd}\u200d\u2640'], + ['\u{1f9cf}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f9cf}\u{1f3fe}\u200d\u2640'], + ['\u{1f9cf}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f9cf}\u{1f3ff}\u200d\u2640'], + ['\u{1f647}'], + ['\u{1f647}\u{1f3fb}'], + ['\u{1f647}\u{1f3fc}'], + ['\u{1f647}\u{1f3fd}'], + ['\u{1f647}\u{1f3fe}'], + ['\u{1f647}\u{1f3ff}'], + ['\u{1f647}\u200d\u2642\ufe0f'], + ['\u{1f647}\u200d\u2642'], + ['\u{1f647}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f647}\u{1f3fb}\u200d\u2642'], + ['\u{1f647}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f647}\u{1f3fc}\u200d\u2642'], + ['\u{1f647}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f647}\u{1f3fd}\u200d\u2642'], + ['\u{1f647}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f647}\u{1f3fe}\u200d\u2642'], + ['\u{1f647}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f647}\u{1f3ff}\u200d\u2642'], + ['\u{1f647}\u200d\u2640\ufe0f'], + ['\u{1f647}\u200d\u2640'], + ['\u{1f647}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f647}\u{1f3fb}\u200d\u2640'], + ['\u{1f647}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f647}\u{1f3fc}\u200d\u2640'], + ['\u{1f647}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f647}\u{1f3fd}\u200d\u2640'], + ['\u{1f647}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f647}\u{1f3fe}\u200d\u2640'], + ['\u{1f647}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f647}\u{1f3ff}\u200d\u2640'], + ['\u{1f926}'], + ['\u{1f926}\u{1f3fb}'], + ['\u{1f926}\u{1f3fc}'], + ['\u{1f926}\u{1f3fd}'], + ['\u{1f926}\u{1f3fe}'], + ['\u{1f926}\u{1f3ff}'], + ['\u{1f926}\u200d\u2642\ufe0f'], + ['\u{1f926}\u200d\u2642'], + ['\u{1f926}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f926}\u{1f3fb}\u200d\u2642'], + ['\u{1f926}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f926}\u{1f3fc}\u200d\u2642'], + ['\u{1f926}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f926}\u{1f3fd}\u200d\u2642'], + ['\u{1f926}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f926}\u{1f3fe}\u200d\u2642'], + ['\u{1f926}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f926}\u{1f3ff}\u200d\u2642'], + ['\u{1f926}\u200d\u2640\ufe0f'], + ['\u{1f926}\u200d\u2640'], + ['\u{1f926}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f926}\u{1f3fb}\u200d\u2640'], + ['\u{1f926}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f926}\u{1f3fc}\u200d\u2640'], + ['\u{1f926}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f926}\u{1f3fd}\u200d\u2640'], + ['\u{1f926}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f926}\u{1f3fe}\u200d\u2640'], + ['\u{1f926}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f926}\u{1f3ff}\u200d\u2640'], + ['\u{1f937}'], + ['\u{1f937}\u{1f3fb}'], + ['\u{1f937}\u{1f3fc}'], + ['\u{1f937}\u{1f3fd}'], + ['\u{1f937}\u{1f3fe}'], + ['\u{1f937}\u{1f3ff}'], + ['\u{1f937}\u200d\u2642\ufe0f'], + ['\u{1f937}\u200d\u2642'], + ['\u{1f937}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f937}\u{1f3fb}\u200d\u2642'], + ['\u{1f937}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f937}\u{1f3fc}\u200d\u2642'], + ['\u{1f937}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f937}\u{1f3fd}\u200d\u2642'], + ['\u{1f937}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f937}\u{1f3fe}\u200d\u2642'], + ['\u{1f937}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f937}\u{1f3ff}\u200d\u2642'], + ['\u{1f937}\u200d\u2640\ufe0f'], + ['\u{1f937}\u200d\u2640'], + ['\u{1f937}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f937}\u{1f3fb}\u200d\u2640'], + ['\u{1f937}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f937}\u{1f3fc}\u200d\u2640'], + ['\u{1f937}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f937}\u{1f3fd}\u200d\u2640'], + ['\u{1f937}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f937}\u{1f3fe}\u200d\u2640'], + ['\u{1f937}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f937}\u{1f3ff}\u200d\u2640'], + ['\u{1f9d1}\u200d\u2695\ufe0f'], + ['\u{1f9d1}\u200d\u2695'], + ['\u{1f9d1}\u{1f3fb}\u200d\u2695\ufe0f'], + ['\u{1f9d1}\u{1f3fb}\u200d\u2695'], + ['\u{1f9d1}\u{1f3fc}\u200d\u2695\ufe0f'], + ['\u{1f9d1}\u{1f3fc}\u200d\u2695'], + ['\u{1f9d1}\u{1f3fd}\u200d\u2695\ufe0f'], + ['\u{1f9d1}\u{1f3fd}\u200d\u2695'], + ['\u{1f9d1}\u{1f3fe}\u200d\u2695\ufe0f'], + ['\u{1f9d1}\u{1f3fe}\u200d\u2695'], + ['\u{1f9d1}\u{1f3ff}\u200d\u2695\ufe0f'], + ['\u{1f9d1}\u{1f3ff}\u200d\u2695'], + ['\u{1f468}\u200d\u2695\ufe0f'], + ['\u{1f468}\u200d\u2695'], + ['\u{1f468}\u{1f3fb}\u200d\u2695\ufe0f'], + ['\u{1f468}\u{1f3fb}\u200d\u2695'], + ['\u{1f468}\u{1f3fc}\u200d\u2695\ufe0f'], + ['\u{1f468}\u{1f3fc}\u200d\u2695'], + ['\u{1f468}\u{1f3fd}\u200d\u2695\ufe0f'], + ['\u{1f468}\u{1f3fd}\u200d\u2695'], + ['\u{1f468}\u{1f3fe}\u200d\u2695\ufe0f'], + ['\u{1f468}\u{1f3fe}\u200d\u2695'], + ['\u{1f468}\u{1f3ff}\u200d\u2695\ufe0f'], + ['\u{1f468}\u{1f3ff}\u200d\u2695'], + ['\u{1f469}\u200d\u2695\ufe0f'], + ['\u{1f469}\u200d\u2695'], + ['\u{1f469}\u{1f3fb}\u200d\u2695\ufe0f'], + ['\u{1f469}\u{1f3fb}\u200d\u2695'], + ['\u{1f469}\u{1f3fc}\u200d\u2695\ufe0f'], + ['\u{1f469}\u{1f3fc}\u200d\u2695'], + ['\u{1f469}\u{1f3fd}\u200d\u2695\ufe0f'], + ['\u{1f469}\u{1f3fd}\u200d\u2695'], + ['\u{1f469}\u{1f3fe}\u200d\u2695\ufe0f'], + ['\u{1f469}\u{1f3fe}\u200d\u2695'], + ['\u{1f469}\u{1f3ff}\u200d\u2695\ufe0f'], + ['\u{1f469}\u{1f3ff}\u200d\u2695'], + ['\u{1f9d1}\u200d\u{1f393}'], + ['\u{1f9d1}\u{1f3fb}\u200d\u{1f393}'], + ['\u{1f9d1}\u{1f3fc}\u200d\u{1f393}'], + ['\u{1f9d1}\u{1f3fd}\u200d\u{1f393}'], + ['\u{1f9d1}\u{1f3fe}\u200d\u{1f393}'], + ['\u{1f9d1}\u{1f3ff}\u200d\u{1f393}'], + ['\u{1f468}\u200d\u{1f393}'], + ['\u{1f468}\u{1f3fb}\u200d\u{1f393}'], + ['\u{1f468}\u{1f3fc}\u200d\u{1f393}'], + ['\u{1f468}\u{1f3fd}\u200d\u{1f393}'], + ['\u{1f468}\u{1f3fe}\u200d\u{1f393}'], + ['\u{1f468}\u{1f3ff}\u200d\u{1f393}'], + ['\u{1f469}\u200d\u{1f393}'], + ['\u{1f469}\u{1f3fb}\u200d\u{1f393}'], + ['\u{1f469}\u{1f3fc}\u200d\u{1f393}'], + ['\u{1f469}\u{1f3fd}\u200d\u{1f393}'], + ['\u{1f469}\u{1f3fe}\u200d\u{1f393}'], + ['\u{1f469}\u{1f3ff}\u200d\u{1f393}'], + ['\u{1f9d1}\u200d\u{1f3eb}'], + ['\u{1f9d1}\u{1f3fb}\u200d\u{1f3eb}'], + ['\u{1f9d1}\u{1f3fc}\u200d\u{1f3eb}'], + ['\u{1f9d1}\u{1f3fd}\u200d\u{1f3eb}'], + ['\u{1f9d1}\u{1f3fe}\u200d\u{1f3eb}'], + ['\u{1f9d1}\u{1f3ff}\u200d\u{1f3eb}'], + ['\u{1f468}\u200d\u{1f3eb}'], + ['\u{1f468}\u{1f3fb}\u200d\u{1f3eb}'], + ['\u{1f468}\u{1f3fc}\u200d\u{1f3eb}'], + ['\u{1f468}\u{1f3fd}\u200d\u{1f3eb}'], + ['\u{1f468}\u{1f3fe}\u200d\u{1f3eb}'], + ['\u{1f468}\u{1f3ff}\u200d\u{1f3eb}'], + ['\u{1f469}\u200d\u{1f3eb}'], + ['\u{1f469}\u{1f3fb}\u200d\u{1f3eb}'], + ['\u{1f469}\u{1f3fc}\u200d\u{1f3eb}'], + ['\u{1f469}\u{1f3fd}\u200d\u{1f3eb}'], + ['\u{1f469}\u{1f3fe}\u200d\u{1f3eb}'], + ['\u{1f469}\u{1f3ff}\u200d\u{1f3eb}'], + ['\u{1f9d1}\u200d\u2696\ufe0f'], + ['\u{1f9d1}\u200d\u2696'], + ['\u{1f9d1}\u{1f3fb}\u200d\u2696\ufe0f'], + ['\u{1f9d1}\u{1f3fb}\u200d\u2696'], + ['\u{1f9d1}\u{1f3fc}\u200d\u2696\ufe0f'], + ['\u{1f9d1}\u{1f3fc}\u200d\u2696'], + ['\u{1f9d1}\u{1f3fd}\u200d\u2696\ufe0f'], + ['\u{1f9d1}\u{1f3fd}\u200d\u2696'], + ['\u{1f9d1}\u{1f3fe}\u200d\u2696\ufe0f'], + ['\u{1f9d1}\u{1f3fe}\u200d\u2696'], + ['\u{1f9d1}\u{1f3ff}\u200d\u2696\ufe0f'], + ['\u{1f9d1}\u{1f3ff}\u200d\u2696'], + ['\u{1f468}\u200d\u2696\ufe0f'], + ['\u{1f468}\u200d\u2696'], + ['\u{1f468}\u{1f3fb}\u200d\u2696\ufe0f'], + ['\u{1f468}\u{1f3fb}\u200d\u2696'], + ['\u{1f468}\u{1f3fc}\u200d\u2696\ufe0f'], + ['\u{1f468}\u{1f3fc}\u200d\u2696'], + ['\u{1f468}\u{1f3fd}\u200d\u2696\ufe0f'], + ['\u{1f468}\u{1f3fd}\u200d\u2696'], + ['\u{1f468}\u{1f3fe}\u200d\u2696\ufe0f'], + ['\u{1f468}\u{1f3fe}\u200d\u2696'], + ['\u{1f468}\u{1f3ff}\u200d\u2696\ufe0f'], + ['\u{1f468}\u{1f3ff}\u200d\u2696'], + ['\u{1f469}\u200d\u2696\ufe0f'], + ['\u{1f469}\u200d\u2696'], + ['\u{1f469}\u{1f3fb}\u200d\u2696\ufe0f'], + ['\u{1f469}\u{1f3fb}\u200d\u2696'], + ['\u{1f469}\u{1f3fc}\u200d\u2696\ufe0f'], + ['\u{1f469}\u{1f3fc}\u200d\u2696'], + ['\u{1f469}\u{1f3fd}\u200d\u2696\ufe0f'], + ['\u{1f469}\u{1f3fd}\u200d\u2696'], + ['\u{1f469}\u{1f3fe}\u200d\u2696\ufe0f'], + ['\u{1f469}\u{1f3fe}\u200d\u2696'], + ['\u{1f469}\u{1f3ff}\u200d\u2696\ufe0f'], + ['\u{1f469}\u{1f3ff}\u200d\u2696'], + ['\u{1f9d1}\u200d\u{1f33e}'], + ['\u{1f9d1}\u{1f3fb}\u200d\u{1f33e}'], + ['\u{1f9d1}\u{1f3fc}\u200d\u{1f33e}'], + ['\u{1f9d1}\u{1f3fd}\u200d\u{1f33e}'], + ['\u{1f9d1}\u{1f3fe}\u200d\u{1f33e}'], + ['\u{1f9d1}\u{1f3ff}\u200d\u{1f33e}'], + ['\u{1f468}\u200d\u{1f33e}'], + ['\u{1f468}\u{1f3fb}\u200d\u{1f33e}'], + ['\u{1f468}\u{1f3fc}\u200d\u{1f33e}'], + ['\u{1f468}\u{1f3fd}\u200d\u{1f33e}'], + ['\u{1f468}\u{1f3fe}\u200d\u{1f33e}'], + ['\u{1f468}\u{1f3ff}\u200d\u{1f33e}'], + ['\u{1f469}\u200d\u{1f33e}'], + ['\u{1f469}\u{1f3fb}\u200d\u{1f33e}'], + ['\u{1f469}\u{1f3fc}\u200d\u{1f33e}'], + ['\u{1f469}\u{1f3fd}\u200d\u{1f33e}'], + ['\u{1f469}\u{1f3fe}\u200d\u{1f33e}'], + ['\u{1f469}\u{1f3ff}\u200d\u{1f33e}'], + ['\u{1f9d1}\u200d\u{1f373}'], + ['\u{1f9d1}\u{1f3fb}\u200d\u{1f373}'], + ['\u{1f9d1}\u{1f3fc}\u200d\u{1f373}'], + ['\u{1f9d1}\u{1f3fd}\u200d\u{1f373}'], + ['\u{1f9d1}\u{1f3fe}\u200d\u{1f373}'], + ['\u{1f9d1}\u{1f3ff}\u200d\u{1f373}'], + ['\u{1f468}\u200d\u{1f373}'], + ['\u{1f468}\u{1f3fb}\u200d\u{1f373}'], + ['\u{1f468}\u{1f3fc}\u200d\u{1f373}'], + ['\u{1f468}\u{1f3fd}\u200d\u{1f373}'], + ['\u{1f468}\u{1f3fe}\u200d\u{1f373}'], + ['\u{1f468}\u{1f3ff}\u200d\u{1f373}'], + ['\u{1f469}\u200d\u{1f373}'], + ['\u{1f469}\u{1f3fb}\u200d\u{1f373}'], + ['\u{1f469}\u{1f3fc}\u200d\u{1f373}'], + ['\u{1f469}\u{1f3fd}\u200d\u{1f373}'], + ['\u{1f469}\u{1f3fe}\u200d\u{1f373}'], + ['\u{1f469}\u{1f3ff}\u200d\u{1f373}'], + ['\u{1f9d1}\u200d\u{1f527}'], + ['\u{1f9d1}\u{1f3fb}\u200d\u{1f527}'], + ['\u{1f9d1}\u{1f3fc}\u200d\u{1f527}'], + ['\u{1f9d1}\u{1f3fd}\u200d\u{1f527}'], + ['\u{1f9d1}\u{1f3fe}\u200d\u{1f527}'], + ['\u{1f9d1}\u{1f3ff}\u200d\u{1f527}'], + ['\u{1f468}\u200d\u{1f527}'], + ['\u{1f468}\u{1f3fb}\u200d\u{1f527}'], + ['\u{1f468}\u{1f3fc}\u200d\u{1f527}'], + ['\u{1f468}\u{1f3fd}\u200d\u{1f527}'], + ['\u{1f468}\u{1f3fe}\u200d\u{1f527}'], + ['\u{1f468}\u{1f3ff}\u200d\u{1f527}'], + ['\u{1f469}\u200d\u{1f527}'], + ['\u{1f469}\u{1f3fb}\u200d\u{1f527}'], + ['\u{1f469}\u{1f3fc}\u200d\u{1f527}'], + ['\u{1f469}\u{1f3fd}\u200d\u{1f527}'], + ['\u{1f469}\u{1f3fe}\u200d\u{1f527}'], + ['\u{1f469}\u{1f3ff}\u200d\u{1f527}'], + ['\u{1f9d1}\u200d\u{1f3ed}'], + ['\u{1f9d1}\u{1f3fb}\u200d\u{1f3ed}'], + ['\u{1f9d1}\u{1f3fc}\u200d\u{1f3ed}'], + ['\u{1f9d1}\u{1f3fd}\u200d\u{1f3ed}'], + ['\u{1f9d1}\u{1f3fe}\u200d\u{1f3ed}'], + ['\u{1f9d1}\u{1f3ff}\u200d\u{1f3ed}'], + ['\u{1f468}\u200d\u{1f3ed}'], + ['\u{1f468}\u{1f3fb}\u200d\u{1f3ed}'], + ['\u{1f468}\u{1f3fc}\u200d\u{1f3ed}'], + ['\u{1f468}\u{1f3fd}\u200d\u{1f3ed}'], + ['\u{1f468}\u{1f3fe}\u200d\u{1f3ed}'], + ['\u{1f468}\u{1f3ff}\u200d\u{1f3ed}'], + ['\u{1f469}\u200d\u{1f3ed}'], + ['\u{1f469}\u{1f3fb}\u200d\u{1f3ed}'], + ['\u{1f469}\u{1f3fc}\u200d\u{1f3ed}'], + ['\u{1f469}\u{1f3fd}\u200d\u{1f3ed}'], + ['\u{1f469}\u{1f3fe}\u200d\u{1f3ed}'], + ['\u{1f469}\u{1f3ff}\u200d\u{1f3ed}'], + ['\u{1f9d1}\u200d\u{1f4bc}'], + ['\u{1f9d1}\u{1f3fb}\u200d\u{1f4bc}'], + ['\u{1f9d1}\u{1f3fc}\u200d\u{1f4bc}'], + ['\u{1f9d1}\u{1f3fd}\u200d\u{1f4bc}'], + ['\u{1f9d1}\u{1f3fe}\u200d\u{1f4bc}'], + ['\u{1f9d1}\u{1f3ff}\u200d\u{1f4bc}'], + ['\u{1f468}\u200d\u{1f4bc}'], + ['\u{1f468}\u{1f3fb}\u200d\u{1f4bc}'], + ['\u{1f468}\u{1f3fc}\u200d\u{1f4bc}'], + ['\u{1f468}\u{1f3fd}\u200d\u{1f4bc}'], + ['\u{1f468}\u{1f3fe}\u200d\u{1f4bc}'], + ['\u{1f468}\u{1f3ff}\u200d\u{1f4bc}'], + ['\u{1f469}\u200d\u{1f4bc}'], + ['\u{1f469}\u{1f3fb}\u200d\u{1f4bc}'], + ['\u{1f469}\u{1f3fc}\u200d\u{1f4bc}'], + ['\u{1f469}\u{1f3fd}\u200d\u{1f4bc}'], + ['\u{1f469}\u{1f3fe}\u200d\u{1f4bc}'], + ['\u{1f469}\u{1f3ff}\u200d\u{1f4bc}'], + ['\u{1f9d1}\u200d\u{1f52c}'], + ['\u{1f9d1}\u{1f3fb}\u200d\u{1f52c}'], + ['\u{1f9d1}\u{1f3fc}\u200d\u{1f52c}'], + ['\u{1f9d1}\u{1f3fd}\u200d\u{1f52c}'], + ['\u{1f9d1}\u{1f3fe}\u200d\u{1f52c}'], + ['\u{1f9d1}\u{1f3ff}\u200d\u{1f52c}'], + ['\u{1f468}\u200d\u{1f52c}'], + ['\u{1f468}\u{1f3fb}\u200d\u{1f52c}'], + ['\u{1f468}\u{1f3fc}\u200d\u{1f52c}'], + ['\u{1f468}\u{1f3fd}\u200d\u{1f52c}'], + ['\u{1f468}\u{1f3fe}\u200d\u{1f52c}'], + ['\u{1f468}\u{1f3ff}\u200d\u{1f52c}'], + ['\u{1f469}\u200d\u{1f52c}'], + ['\u{1f469}\u{1f3fb}\u200d\u{1f52c}'], + ['\u{1f469}\u{1f3fc}\u200d\u{1f52c}'], + ['\u{1f469}\u{1f3fd}\u200d\u{1f52c}'], + ['\u{1f469}\u{1f3fe}\u200d\u{1f52c}'], + ['\u{1f469}\u{1f3ff}\u200d\u{1f52c}'], + ['\u{1f9d1}\u200d\u{1f4bb}'], + ['\u{1f9d1}\u{1f3fb}\u200d\u{1f4bb}'], + ['\u{1f9d1}\u{1f3fc}\u200d\u{1f4bb}'], + ['\u{1f9d1}\u{1f3fd}\u200d\u{1f4bb}'], + ['\u{1f9d1}\u{1f3fe}\u200d\u{1f4bb}'], + ['\u{1f9d1}\u{1f3ff}\u200d\u{1f4bb}'], + ['\u{1f468}\u200d\u{1f4bb}'], + ['\u{1f468}\u{1f3fb}\u200d\u{1f4bb}'], + ['\u{1f468}\u{1f3fc}\u200d\u{1f4bb}'], + ['\u{1f468}\u{1f3fd}\u200d\u{1f4bb}'], + ['\u{1f468}\u{1f3fe}\u200d\u{1f4bb}'], + ['\u{1f468}\u{1f3ff}\u200d\u{1f4bb}'], + ['\u{1f469}\u200d\u{1f4bb}'], + ['\u{1f469}\u{1f3fb}\u200d\u{1f4bb}'], + ['\u{1f469}\u{1f3fc}\u200d\u{1f4bb}'], + ['\u{1f469}\u{1f3fd}\u200d\u{1f4bb}'], + ['\u{1f469}\u{1f3fe}\u200d\u{1f4bb}'], + ['\u{1f469}\u{1f3ff}\u200d\u{1f4bb}'], + ['\u{1f9d1}\u200d\u{1f3a4}'], + ['\u{1f9d1}\u{1f3fb}\u200d\u{1f3a4}'], + ['\u{1f9d1}\u{1f3fc}\u200d\u{1f3a4}'], + ['\u{1f9d1}\u{1f3fd}\u200d\u{1f3a4}'], + ['\u{1f9d1}\u{1f3fe}\u200d\u{1f3a4}'], + ['\u{1f9d1}\u{1f3ff}\u200d\u{1f3a4}'], + ['\u{1f468}\u200d\u{1f3a4}'], + ['\u{1f468}\u{1f3fb}\u200d\u{1f3a4}'], + ['\u{1f468}\u{1f3fc}\u200d\u{1f3a4}'], + ['\u{1f468}\u{1f3fd}\u200d\u{1f3a4}'], + ['\u{1f468}\u{1f3fe}\u200d\u{1f3a4}'], + ['\u{1f468}\u{1f3ff}\u200d\u{1f3a4}'], + ['\u{1f469}\u200d\u{1f3a4}'], + ['\u{1f469}\u{1f3fb}\u200d\u{1f3a4}'], + ['\u{1f469}\u{1f3fc}\u200d\u{1f3a4}'], + ['\u{1f469}\u{1f3fd}\u200d\u{1f3a4}'], + ['\u{1f469}\u{1f3fe}\u200d\u{1f3a4}'], + ['\u{1f469}\u{1f3ff}\u200d\u{1f3a4}'], + ['\u{1f9d1}\u200d\u{1f3a8}'], + ['\u{1f9d1}\u{1f3fb}\u200d\u{1f3a8}'], + ['\u{1f9d1}\u{1f3fc}\u200d\u{1f3a8}'], + ['\u{1f9d1}\u{1f3fd}\u200d\u{1f3a8}'], + ['\u{1f9d1}\u{1f3fe}\u200d\u{1f3a8}'], + ['\u{1f9d1}\u{1f3ff}\u200d\u{1f3a8}'], + ['\u{1f468}\u200d\u{1f3a8}'], + ['\u{1f468}\u{1f3fb}\u200d\u{1f3a8}'], + ['\u{1f468}\u{1f3fc}\u200d\u{1f3a8}'], + ['\u{1f468}\u{1f3fd}\u200d\u{1f3a8}'], + ['\u{1f468}\u{1f3fe}\u200d\u{1f3a8}'], + ['\u{1f468}\u{1f3ff}\u200d\u{1f3a8}'], + ['\u{1f469}\u200d\u{1f3a8}'], + ['\u{1f469}\u{1f3fb}\u200d\u{1f3a8}'], + ['\u{1f469}\u{1f3fc}\u200d\u{1f3a8}'], + ['\u{1f469}\u{1f3fd}\u200d\u{1f3a8}'], + ['\u{1f469}\u{1f3fe}\u200d\u{1f3a8}'], + ['\u{1f469}\u{1f3ff}\u200d\u{1f3a8}'], + ['\u{1f9d1}\u200d\u2708\ufe0f'], + ['\u{1f9d1}\u200d\u2708'], + ['\u{1f9d1}\u{1f3fb}\u200d\u2708\ufe0f'], + ['\u{1f9d1}\u{1f3fb}\u200d\u2708'], + ['\u{1f9d1}\u{1f3fc}\u200d\u2708\ufe0f'], + ['\u{1f9d1}\u{1f3fc}\u200d\u2708'], + ['\u{1f9d1}\u{1f3fd}\u200d\u2708\ufe0f'], + ['\u{1f9d1}\u{1f3fd}\u200d\u2708'], + ['\u{1f9d1}\u{1f3fe}\u200d\u2708\ufe0f'], + ['\u{1f9d1}\u{1f3fe}\u200d\u2708'], + ['\u{1f9d1}\u{1f3ff}\u200d\u2708\ufe0f'], + ['\u{1f9d1}\u{1f3ff}\u200d\u2708'], + ['\u{1f468}\u200d\u2708\ufe0f'], + ['\u{1f468}\u200d\u2708'], + ['\u{1f468}\u{1f3fb}\u200d\u2708\ufe0f'], + ['\u{1f468}\u{1f3fb}\u200d\u2708'], + ['\u{1f468}\u{1f3fc}\u200d\u2708\ufe0f'], + ['\u{1f468}\u{1f3fc}\u200d\u2708'], + ['\u{1f468}\u{1f3fd}\u200d\u2708\ufe0f'], + ['\u{1f468}\u{1f3fd}\u200d\u2708'], + ['\u{1f468}\u{1f3fe}\u200d\u2708\ufe0f'], + ['\u{1f468}\u{1f3fe}\u200d\u2708'], + ['\u{1f468}\u{1f3ff}\u200d\u2708\ufe0f'], + ['\u{1f468}\u{1f3ff}\u200d\u2708'], + ['\u{1f469}\u200d\u2708\ufe0f'], + ['\u{1f469}\u200d\u2708'], + ['\u{1f469}\u{1f3fb}\u200d\u2708\ufe0f'], + ['\u{1f469}\u{1f3fb}\u200d\u2708'], + ['\u{1f469}\u{1f3fc}\u200d\u2708\ufe0f'], + ['\u{1f469}\u{1f3fc}\u200d\u2708'], + ['\u{1f469}\u{1f3fd}\u200d\u2708\ufe0f'], + ['\u{1f469}\u{1f3fd}\u200d\u2708'], + ['\u{1f469}\u{1f3fe}\u200d\u2708\ufe0f'], + ['\u{1f469}\u{1f3fe}\u200d\u2708'], + ['\u{1f469}\u{1f3ff}\u200d\u2708\ufe0f'], + ['\u{1f469}\u{1f3ff}\u200d\u2708'], + ['\u{1f9d1}\u200d\u{1f680}'], + ['\u{1f9d1}\u{1f3fb}\u200d\u{1f680}'], + ['\u{1f9d1}\u{1f3fc}\u200d\u{1f680}'], + ['\u{1f9d1}\u{1f3fd}\u200d\u{1f680}'], + ['\u{1f9d1}\u{1f3fe}\u200d\u{1f680}'], + ['\u{1f9d1}\u{1f3ff}\u200d\u{1f680}'], + ['\u{1f468}\u200d\u{1f680}'], + ['\u{1f468}\u{1f3fb}\u200d\u{1f680}'], + ['\u{1f468}\u{1f3fc}\u200d\u{1f680}'], + ['\u{1f468}\u{1f3fd}\u200d\u{1f680}'], + ['\u{1f468}\u{1f3fe}\u200d\u{1f680}'], + ['\u{1f468}\u{1f3ff}\u200d\u{1f680}'], + ['\u{1f469}\u200d\u{1f680}'], + ['\u{1f469}\u{1f3fb}\u200d\u{1f680}'], + ['\u{1f469}\u{1f3fc}\u200d\u{1f680}'], + ['\u{1f469}\u{1f3fd}\u200d\u{1f680}'], + ['\u{1f469}\u{1f3fe}\u200d\u{1f680}'], + ['\u{1f469}\u{1f3ff}\u200d\u{1f680}'], + ['\u{1f9d1}\u200d\u{1f692}'], + ['\u{1f9d1}\u{1f3fb}\u200d\u{1f692}'], + ['\u{1f9d1}\u{1f3fc}\u200d\u{1f692}'], + ['\u{1f9d1}\u{1f3fd}\u200d\u{1f692}'], + ['\u{1f9d1}\u{1f3fe}\u200d\u{1f692}'], + ['\u{1f9d1}\u{1f3ff}\u200d\u{1f692}'], + ['\u{1f468}\u200d\u{1f692}'], + ['\u{1f468}\u{1f3fb}\u200d\u{1f692}'], + ['\u{1f468}\u{1f3fc}\u200d\u{1f692}'], + ['\u{1f468}\u{1f3fd}\u200d\u{1f692}'], + ['\u{1f468}\u{1f3fe}\u200d\u{1f692}'], + ['\u{1f468}\u{1f3ff}\u200d\u{1f692}'], + ['\u{1f469}\u200d\u{1f692}'], + ['\u{1f469}\u{1f3fb}\u200d\u{1f692}'], + ['\u{1f469}\u{1f3fc}\u200d\u{1f692}'], + ['\u{1f469}\u{1f3fd}\u200d\u{1f692}'], + ['\u{1f469}\u{1f3fe}\u200d\u{1f692}'], + ['\u{1f469}\u{1f3ff}\u200d\u{1f692}'], + ['\u{1f46e}'], + ['\u{1f46e}\u{1f3fb}'], + ['\u{1f46e}\u{1f3fc}'], + ['\u{1f46e}\u{1f3fd}'], + ['\u{1f46e}\u{1f3fe}'], + ['\u{1f46e}\u{1f3ff}'], + ['\u{1f46e}\u200d\u2642\ufe0f'], + ['\u{1f46e}\u200d\u2642'], + ['\u{1f46e}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f46e}\u{1f3fb}\u200d\u2642'], + ['\u{1f46e}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f46e}\u{1f3fc}\u200d\u2642'], + ['\u{1f46e}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f46e}\u{1f3fd}\u200d\u2642'], + ['\u{1f46e}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f46e}\u{1f3fe}\u200d\u2642'], + ['\u{1f46e}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f46e}\u{1f3ff}\u200d\u2642'], + ['\u{1f46e}\u200d\u2640\ufe0f'], + ['\u{1f46e}\u200d\u2640'], + ['\u{1f46e}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f46e}\u{1f3fb}\u200d\u2640'], + ['\u{1f46e}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f46e}\u{1f3fc}\u200d\u2640'], + ['\u{1f46e}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f46e}\u{1f3fd}\u200d\u2640'], + ['\u{1f46e}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f46e}\u{1f3fe}\u200d\u2640'], + ['\u{1f46e}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f46e}\u{1f3ff}\u200d\u2640'], + ['\u{1f575}\ufe0f'], + ['\u{1f575}'], + ['\u{1f575}\u{1f3fb}'], + ['\u{1f575}\u{1f3fc}'], + ['\u{1f575}\u{1f3fd}'], + ['\u{1f575}\u{1f3fe}'], + ['\u{1f575}\u{1f3ff}'], + ['\u{1f575}\ufe0f\u200d\u2642\ufe0f'], + ['\u{1f575}\u200d\u2642\ufe0f'], + ['\u{1f575}\ufe0f\u200d\u2642'], + ['\u{1f575}\u200d\u2642'], + ['\u{1f575}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f575}\u{1f3fb}\u200d\u2642'], + ['\u{1f575}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f575}\u{1f3fc}\u200d\u2642'], + ['\u{1f575}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f575}\u{1f3fd}\u200d\u2642'], + ['\u{1f575}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f575}\u{1f3fe}\u200d\u2642'], + ['\u{1f575}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f575}\u{1f3ff}\u200d\u2642'], + ['\u{1f575}\ufe0f\u200d\u2640\ufe0f'], + ['\u{1f575}\u200d\u2640\ufe0f'], + ['\u{1f575}\ufe0f\u200d\u2640'], + ['\u{1f575}\u200d\u2640'], + ['\u{1f575}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f575}\u{1f3fb}\u200d\u2640'], + ['\u{1f575}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f575}\u{1f3fc}\u200d\u2640'], + ['\u{1f575}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f575}\u{1f3fd}\u200d\u2640'], + ['\u{1f575}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f575}\u{1f3fe}\u200d\u2640'], + ['\u{1f575}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f575}\u{1f3ff}\u200d\u2640'], + ['\u{1f482}'], + ['\u{1f482}\u{1f3fb}'], + ['\u{1f482}\u{1f3fc}'], + ['\u{1f482}\u{1f3fd}'], + ['\u{1f482}\u{1f3fe}'], + ['\u{1f482}\u{1f3ff}'], + ['\u{1f482}\u200d\u2642\ufe0f'], + ['\u{1f482}\u200d\u2642'], + ['\u{1f482}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f482}\u{1f3fb}\u200d\u2642'], + ['\u{1f482}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f482}\u{1f3fc}\u200d\u2642'], + ['\u{1f482}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f482}\u{1f3fd}\u200d\u2642'], + ['\u{1f482}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f482}\u{1f3fe}\u200d\u2642'], + ['\u{1f482}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f482}\u{1f3ff}\u200d\u2642'], + ['\u{1f482}\u200d\u2640\ufe0f'], + ['\u{1f482}\u200d\u2640'], + ['\u{1f482}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f482}\u{1f3fb}\u200d\u2640'], + ['\u{1f482}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f482}\u{1f3fc}\u200d\u2640'], + ['\u{1f482}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f482}\u{1f3fd}\u200d\u2640'], + ['\u{1f482}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f482}\u{1f3fe}\u200d\u2640'], + ['\u{1f482}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f482}\u{1f3ff}\u200d\u2640'], + ['\u{1f977}'], + ['\u{1f977}\u{1f3fb}'], + ['\u{1f977}\u{1f3fc}'], + ['\u{1f977}\u{1f3fd}'], + ['\u{1f977}\u{1f3fe}'], + ['\u{1f977}\u{1f3ff}'], + ['\u{1f477}'], + ['\u{1f477}\u{1f3fb}'], + ['\u{1f477}\u{1f3fc}'], + ['\u{1f477}\u{1f3fd}'], + ['\u{1f477}\u{1f3fe}'], + ['\u{1f477}\u{1f3ff}'], + ['\u{1f477}\u200d\u2642\ufe0f'], + ['\u{1f477}\u200d\u2642'], + ['\u{1f477}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f477}\u{1f3fb}\u200d\u2642'], + ['\u{1f477}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f477}\u{1f3fc}\u200d\u2642'], + ['\u{1f477}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f477}\u{1f3fd}\u200d\u2642'], + ['\u{1f477}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f477}\u{1f3fe}\u200d\u2642'], + ['\u{1f477}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f477}\u{1f3ff}\u200d\u2642'], + ['\u{1f477}\u200d\u2640\ufe0f'], + ['\u{1f477}\u200d\u2640'], + ['\u{1f477}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f477}\u{1f3fb}\u200d\u2640'], + ['\u{1f477}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f477}\u{1f3fc}\u200d\u2640'], + ['\u{1f477}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f477}\u{1f3fd}\u200d\u2640'], + ['\u{1f477}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f477}\u{1f3fe}\u200d\u2640'], + ['\u{1f477}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f477}\u{1f3ff}\u200d\u2640'], + ['\u{1fac5}'], + ['\u{1fac5}\u{1f3fb}'], + ['\u{1fac5}\u{1f3fc}'], + ['\u{1fac5}\u{1f3fd}'], + ['\u{1fac5}\u{1f3fe}'], + ['\u{1fac5}\u{1f3ff}'], + ['\u{1f934}'], + ['\u{1f934}\u{1f3fb}'], + ['\u{1f934}\u{1f3fc}'], + ['\u{1f934}\u{1f3fd}'], + ['\u{1f934}\u{1f3fe}'], + ['\u{1f934}\u{1f3ff}'], + ['\u{1f478}'], + ['\u{1f478}\u{1f3fb}'], + ['\u{1f478}\u{1f3fc}'], + ['\u{1f478}\u{1f3fd}'], + ['\u{1f478}\u{1f3fe}'], + ['\u{1f478}\u{1f3ff}'], + ['\u{1f473}'], + ['\u{1f473}\u{1f3fb}'], + ['\u{1f473}\u{1f3fc}'], + ['\u{1f473}\u{1f3fd}'], + ['\u{1f473}\u{1f3fe}'], + ['\u{1f473}\u{1f3ff}'], + ['\u{1f473}\u200d\u2642\ufe0f'], + ['\u{1f473}\u200d\u2642'], + ['\u{1f473}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f473}\u{1f3fb}\u200d\u2642'], + ['\u{1f473}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f473}\u{1f3fc}\u200d\u2642'], + ['\u{1f473}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f473}\u{1f3fd}\u200d\u2642'], + ['\u{1f473}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f473}\u{1f3fe}\u200d\u2642'], + ['\u{1f473}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f473}\u{1f3ff}\u200d\u2642'], + ['\u{1f473}\u200d\u2640\ufe0f'], + ['\u{1f473}\u200d\u2640'], + ['\u{1f473}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f473}\u{1f3fb}\u200d\u2640'], + ['\u{1f473}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f473}\u{1f3fc}\u200d\u2640'], + ['\u{1f473}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f473}\u{1f3fd}\u200d\u2640'], + ['\u{1f473}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f473}\u{1f3fe}\u200d\u2640'], + ['\u{1f473}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f473}\u{1f3ff}\u200d\u2640'], + ['\u{1f472}'], + ['\u{1f472}\u{1f3fb}'], + ['\u{1f472}\u{1f3fc}'], + ['\u{1f472}\u{1f3fd}'], + ['\u{1f472}\u{1f3fe}'], + ['\u{1f472}\u{1f3ff}'], + ['\u{1f9d5}'], + ['\u{1f9d5}\u{1f3fb}'], + ['\u{1f9d5}\u{1f3fc}'], + ['\u{1f9d5}\u{1f3fd}'], + ['\u{1f9d5}\u{1f3fe}'], + ['\u{1f9d5}\u{1f3ff}'], + ['\u{1f935}'], + ['\u{1f935}\u{1f3fb}'], + ['\u{1f935}\u{1f3fc}'], + ['\u{1f935}\u{1f3fd}'], + ['\u{1f935}\u{1f3fe}'], + ['\u{1f935}\u{1f3ff}'], + ['\u{1f935}\u200d\u2642\ufe0f'], + ['\u{1f935}\u200d\u2642'], + ['\u{1f935}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f935}\u{1f3fb}\u200d\u2642'], + ['\u{1f935}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f935}\u{1f3fc}\u200d\u2642'], + ['\u{1f935}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f935}\u{1f3fd}\u200d\u2642'], + ['\u{1f935}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f935}\u{1f3fe}\u200d\u2642'], + ['\u{1f935}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f935}\u{1f3ff}\u200d\u2642'], + ['\u{1f935}\u200d\u2640\ufe0f'], + ['\u{1f935}\u200d\u2640'], + ['\u{1f935}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f935}\u{1f3fb}\u200d\u2640'], + ['\u{1f935}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f935}\u{1f3fc}\u200d\u2640'], + ['\u{1f935}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f935}\u{1f3fd}\u200d\u2640'], + ['\u{1f935}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f935}\u{1f3fe}\u200d\u2640'], + ['\u{1f935}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f935}\u{1f3ff}\u200d\u2640'], + ['\u{1f470}'], + ['\u{1f470}\u{1f3fb}'], + ['\u{1f470}\u{1f3fc}'], + ['\u{1f470}\u{1f3fd}'], + ['\u{1f470}\u{1f3fe}'], + ['\u{1f470}\u{1f3ff}'], + ['\u{1f470}\u200d\u2642\ufe0f'], + ['\u{1f470}\u200d\u2642'], + ['\u{1f470}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f470}\u{1f3fb}\u200d\u2642'], + ['\u{1f470}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f470}\u{1f3fc}\u200d\u2642'], + ['\u{1f470}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f470}\u{1f3fd}\u200d\u2642'], + ['\u{1f470}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f470}\u{1f3fe}\u200d\u2642'], + ['\u{1f470}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f470}\u{1f3ff}\u200d\u2642'], + ['\u{1f470}\u200d\u2640\ufe0f'], + ['\u{1f470}\u200d\u2640'], + ['\u{1f470}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f470}\u{1f3fb}\u200d\u2640'], + ['\u{1f470}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f470}\u{1f3fc}\u200d\u2640'], + ['\u{1f470}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f470}\u{1f3fd}\u200d\u2640'], + ['\u{1f470}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f470}\u{1f3fe}\u200d\u2640'], + ['\u{1f470}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f470}\u{1f3ff}\u200d\u2640'], + ['\u{1f930}'], + ['\u{1f930}\u{1f3fb}'], + ['\u{1f930}\u{1f3fc}'], + ['\u{1f930}\u{1f3fd}'], + ['\u{1f930}\u{1f3fe}'], + ['\u{1f930}\u{1f3ff}'], + ['\u{1fac3}'], + ['\u{1fac3}\u{1f3fb}'], + ['\u{1fac3}\u{1f3fc}'], + ['\u{1fac3}\u{1f3fd}'], + ['\u{1fac3}\u{1f3fe}'], + ['\u{1fac3}\u{1f3ff}'], + ['\u{1fac4}'], + ['\u{1fac4}\u{1f3fb}'], + ['\u{1fac4}\u{1f3fc}'], + ['\u{1fac4}\u{1f3fd}'], + ['\u{1fac4}\u{1f3fe}'], + ['\u{1fac4}\u{1f3ff}'], + ['\u{1f931}'], + ['\u{1f931}\u{1f3fb}'], + ['\u{1f931}\u{1f3fc}'], + ['\u{1f931}\u{1f3fd}'], + ['\u{1f931}\u{1f3fe}'], + ['\u{1f931}\u{1f3ff}'], + ['\u{1f469}\u200d\u{1f37c}'], + ['\u{1f469}\u{1f3fb}\u200d\u{1f37c}'], + ['\u{1f469}\u{1f3fc}\u200d\u{1f37c}'], + ['\u{1f469}\u{1f3fd}\u200d\u{1f37c}'], + ['\u{1f469}\u{1f3fe}\u200d\u{1f37c}'], + ['\u{1f469}\u{1f3ff}\u200d\u{1f37c}'], + ['\u{1f468}\u200d\u{1f37c}'], + ['\u{1f468}\u{1f3fb}\u200d\u{1f37c}'], + ['\u{1f468}\u{1f3fc}\u200d\u{1f37c}'], + ['\u{1f468}\u{1f3fd}\u200d\u{1f37c}'], + ['\u{1f468}\u{1f3fe}\u200d\u{1f37c}'], + ['\u{1f468}\u{1f3ff}\u200d\u{1f37c}'], + ['\u{1f9d1}\u200d\u{1f37c}'], + ['\u{1f9d1}\u{1f3fb}\u200d\u{1f37c}'], + ['\u{1f9d1}\u{1f3fc}\u200d\u{1f37c}'], + ['\u{1f9d1}\u{1f3fd}\u200d\u{1f37c}'], + ['\u{1f9d1}\u{1f3fe}\u200d\u{1f37c}'], + ['\u{1f9d1}\u{1f3ff}\u200d\u{1f37c}'], + ['\u{1f47c}'], + ['\u{1f47c}\u{1f3fb}'], + ['\u{1f47c}\u{1f3fc}'], + ['\u{1f47c}\u{1f3fd}'], + ['\u{1f47c}\u{1f3fe}'], + ['\u{1f47c}\u{1f3ff}'], + ['\u{1f385}'], + ['\u{1f385}\u{1f3fb}'], + ['\u{1f385}\u{1f3fc}'], + ['\u{1f385}\u{1f3fd}'], + ['\u{1f385}\u{1f3fe}'], + ['\u{1f385}\u{1f3ff}'], + ['\u{1f936}'], + ['\u{1f936}\u{1f3fb}'], + ['\u{1f936}\u{1f3fc}'], + ['\u{1f936}\u{1f3fd}'], + ['\u{1f936}\u{1f3fe}'], + ['\u{1f936}\u{1f3ff}'], + ['\u{1f9d1}\u200d\u{1f384}'], + ['\u{1f9d1}\u{1f3fb}\u200d\u{1f384}'], + ['\u{1f9d1}\u{1f3fc}\u200d\u{1f384}'], + ['\u{1f9d1}\u{1f3fd}\u200d\u{1f384}'], + ['\u{1f9d1}\u{1f3fe}\u200d\u{1f384}'], + ['\u{1f9d1}\u{1f3ff}\u200d\u{1f384}'], + ['\u{1f9b8}'], + ['\u{1f9b8}\u{1f3fb}'], + ['\u{1f9b8}\u{1f3fc}'], + ['\u{1f9b8}\u{1f3fd}'], + ['\u{1f9b8}\u{1f3fe}'], + ['\u{1f9b8}\u{1f3ff}'], + ['\u{1f9b8}\u200d\u2642\ufe0f'], + ['\u{1f9b8}\u200d\u2642'], + ['\u{1f9b8}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f9b8}\u{1f3fb}\u200d\u2642'], + ['\u{1f9b8}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f9b8}\u{1f3fc}\u200d\u2642'], + ['\u{1f9b8}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f9b8}\u{1f3fd}\u200d\u2642'], + ['\u{1f9b8}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f9b8}\u{1f3fe}\u200d\u2642'], + ['\u{1f9b8}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f9b8}\u{1f3ff}\u200d\u2642'], + ['\u{1f9b8}\u200d\u2640\ufe0f'], + ['\u{1f9b8}\u200d\u2640'], + ['\u{1f9b8}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f9b8}\u{1f3fb}\u200d\u2640'], + ['\u{1f9b8}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f9b8}\u{1f3fc}\u200d\u2640'], + ['\u{1f9b8}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f9b8}\u{1f3fd}\u200d\u2640'], + ['\u{1f9b8}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f9b8}\u{1f3fe}\u200d\u2640'], + ['\u{1f9b8}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f9b8}\u{1f3ff}\u200d\u2640'], + ['\u{1f9b9}'], + ['\u{1f9b9}\u{1f3fb}'], + ['\u{1f9b9}\u{1f3fc}'], + ['\u{1f9b9}\u{1f3fd}'], + ['\u{1f9b9}\u{1f3fe}'], + ['\u{1f9b9}\u{1f3ff}'], + ['\u{1f9b9}\u200d\u2642\ufe0f'], + ['\u{1f9b9}\u200d\u2642'], + ['\u{1f9b9}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f9b9}\u{1f3fb}\u200d\u2642'], + ['\u{1f9b9}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f9b9}\u{1f3fc}\u200d\u2642'], + ['\u{1f9b9}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f9b9}\u{1f3fd}\u200d\u2642'], + ['\u{1f9b9}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f9b9}\u{1f3fe}\u200d\u2642'], + ['\u{1f9b9}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f9b9}\u{1f3ff}\u200d\u2642'], + ['\u{1f9b9}\u200d\u2640\ufe0f'], + ['\u{1f9b9}\u200d\u2640'], + ['\u{1f9b9}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f9b9}\u{1f3fb}\u200d\u2640'], + ['\u{1f9b9}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f9b9}\u{1f3fc}\u200d\u2640'], + ['\u{1f9b9}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f9b9}\u{1f3fd}\u200d\u2640'], + ['\u{1f9b9}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f9b9}\u{1f3fe}\u200d\u2640'], + ['\u{1f9b9}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f9b9}\u{1f3ff}\u200d\u2640'], + ['\u{1f9d9}'], + ['\u{1f9d9}\u{1f3fb}'], + ['\u{1f9d9}\u{1f3fc}'], + ['\u{1f9d9}\u{1f3fd}'], + ['\u{1f9d9}\u{1f3fe}'], + ['\u{1f9d9}\u{1f3ff}'], + ['\u{1f9d9}\u200d\u2642\ufe0f'], + ['\u{1f9d9}\u200d\u2642'], + ['\u{1f9d9}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f9d9}\u{1f3fb}\u200d\u2642'], + ['\u{1f9d9}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f9d9}\u{1f3fc}\u200d\u2642'], + ['\u{1f9d9}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f9d9}\u{1f3fd}\u200d\u2642'], + ['\u{1f9d9}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f9d9}\u{1f3fe}\u200d\u2642'], + ['\u{1f9d9}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f9d9}\u{1f3ff}\u200d\u2642'], + ['\u{1f9d9}\u200d\u2640\ufe0f'], + ['\u{1f9d9}\u200d\u2640'], + ['\u{1f9d9}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f9d9}\u{1f3fb}\u200d\u2640'], + ['\u{1f9d9}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f9d9}\u{1f3fc}\u200d\u2640'], + ['\u{1f9d9}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f9d9}\u{1f3fd}\u200d\u2640'], + ['\u{1f9d9}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f9d9}\u{1f3fe}\u200d\u2640'], + ['\u{1f9d9}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f9d9}\u{1f3ff}\u200d\u2640'], + ['\u{1f9da}'], + ['\u{1f9da}\u{1f3fb}'], + ['\u{1f9da}\u{1f3fc}'], + ['\u{1f9da}\u{1f3fd}'], + ['\u{1f9da}\u{1f3fe}'], + ['\u{1f9da}\u{1f3ff}'], + ['\u{1f9da}\u200d\u2642\ufe0f'], + ['\u{1f9da}\u200d\u2642'], + ['\u{1f9da}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f9da}\u{1f3fb}\u200d\u2642'], + ['\u{1f9da}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f9da}\u{1f3fc}\u200d\u2642'], + ['\u{1f9da}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f9da}\u{1f3fd}\u200d\u2642'], + ['\u{1f9da}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f9da}\u{1f3fe}\u200d\u2642'], + ['\u{1f9da}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f9da}\u{1f3ff}\u200d\u2642'], + ['\u{1f9da}\u200d\u2640\ufe0f'], + ['\u{1f9da}\u200d\u2640'], + ['\u{1f9da}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f9da}\u{1f3fb}\u200d\u2640'], + ['\u{1f9da}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f9da}\u{1f3fc}\u200d\u2640'], + ['\u{1f9da}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f9da}\u{1f3fd}\u200d\u2640'], + ['\u{1f9da}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f9da}\u{1f3fe}\u200d\u2640'], + ['\u{1f9da}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f9da}\u{1f3ff}\u200d\u2640'], + ['\u{1f9db}'], + ['\u{1f9db}\u{1f3fb}'], + ['\u{1f9db}\u{1f3fc}'], + ['\u{1f9db}\u{1f3fd}'], + ['\u{1f9db}\u{1f3fe}'], + ['\u{1f9db}\u{1f3ff}'], + ['\u{1f9db}\u200d\u2642\ufe0f'], + ['\u{1f9db}\u200d\u2642'], + ['\u{1f9db}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f9db}\u{1f3fb}\u200d\u2642'], + ['\u{1f9db}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f9db}\u{1f3fc}\u200d\u2642'], + ['\u{1f9db}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f9db}\u{1f3fd}\u200d\u2642'], + ['\u{1f9db}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f9db}\u{1f3fe}\u200d\u2642'], + ['\u{1f9db}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f9db}\u{1f3ff}\u200d\u2642'], + ['\u{1f9db}\u200d\u2640\ufe0f'], + ['\u{1f9db}\u200d\u2640'], + ['\u{1f9db}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f9db}\u{1f3fb}\u200d\u2640'], + ['\u{1f9db}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f9db}\u{1f3fc}\u200d\u2640'], + ['\u{1f9db}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f9db}\u{1f3fd}\u200d\u2640'], + ['\u{1f9db}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f9db}\u{1f3fe}\u200d\u2640'], + ['\u{1f9db}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f9db}\u{1f3ff}\u200d\u2640'], + ['\u{1f9dc}'], + ['\u{1f9dc}\u{1f3fb}'], + ['\u{1f9dc}\u{1f3fc}'], + ['\u{1f9dc}\u{1f3fd}'], + ['\u{1f9dc}\u{1f3fe}'], + ['\u{1f9dc}\u{1f3ff}'], + ['\u{1f9dc}\u200d\u2642\ufe0f'], + ['\u{1f9dc}\u200d\u2642'], + ['\u{1f9dc}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f9dc}\u{1f3fb}\u200d\u2642'], + ['\u{1f9dc}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f9dc}\u{1f3fc}\u200d\u2642'], + ['\u{1f9dc}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f9dc}\u{1f3fd}\u200d\u2642'], + ['\u{1f9dc}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f9dc}\u{1f3fe}\u200d\u2642'], + ['\u{1f9dc}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f9dc}\u{1f3ff}\u200d\u2642'], + ['\u{1f9dc}\u200d\u2640\ufe0f'], + ['\u{1f9dc}\u200d\u2640'], + ['\u{1f9dc}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f9dc}\u{1f3fb}\u200d\u2640'], + ['\u{1f9dc}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f9dc}\u{1f3fc}\u200d\u2640'], + ['\u{1f9dc}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f9dc}\u{1f3fd}\u200d\u2640'], + ['\u{1f9dc}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f9dc}\u{1f3fe}\u200d\u2640'], + ['\u{1f9dc}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f9dc}\u{1f3ff}\u200d\u2640'], + ['\u{1f9dd}'], + ['\u{1f9dd}\u{1f3fb}'], + ['\u{1f9dd}\u{1f3fc}'], + ['\u{1f9dd}\u{1f3fd}'], + ['\u{1f9dd}\u{1f3fe}'], + ['\u{1f9dd}\u{1f3ff}'], + ['\u{1f9dd}\u200d\u2642\ufe0f'], + ['\u{1f9dd}\u200d\u2642'], + ['\u{1f9dd}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f9dd}\u{1f3fb}\u200d\u2642'], + ['\u{1f9dd}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f9dd}\u{1f3fc}\u200d\u2642'], + ['\u{1f9dd}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f9dd}\u{1f3fd}\u200d\u2642'], + ['\u{1f9dd}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f9dd}\u{1f3fe}\u200d\u2642'], + ['\u{1f9dd}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f9dd}\u{1f3ff}\u200d\u2642'], + ['\u{1f9dd}\u200d\u2640\ufe0f'], + ['\u{1f9dd}\u200d\u2640'], + ['\u{1f9dd}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f9dd}\u{1f3fb}\u200d\u2640'], + ['\u{1f9dd}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f9dd}\u{1f3fc}\u200d\u2640'], + ['\u{1f9dd}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f9dd}\u{1f3fd}\u200d\u2640'], + ['\u{1f9dd}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f9dd}\u{1f3fe}\u200d\u2640'], + ['\u{1f9dd}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f9dd}\u{1f3ff}\u200d\u2640'], + ['\u{1f9de}'], + ['\u{1f9de}\u200d\u2642\ufe0f'], + ['\u{1f9de}\u200d\u2642'], + ['\u{1f9de}\u200d\u2640\ufe0f'], + ['\u{1f9de}\u200d\u2640'], + ['\u{1f9df}'], + ['\u{1f9df}\u200d\u2642\ufe0f'], + ['\u{1f9df}\u200d\u2642'], + ['\u{1f9df}\u200d\u2640\ufe0f'], + ['\u{1f9df}\u200d\u2640'], + ['\u{1f9cc}'], + ['\u{1f486}'], + ['\u{1f486}\u{1f3fb}'], + ['\u{1f486}\u{1f3fc}'], + ['\u{1f486}\u{1f3fd}'], + ['\u{1f486}\u{1f3fe}'], + ['\u{1f486}\u{1f3ff}'], + ['\u{1f486}\u200d\u2642\ufe0f'], + ['\u{1f486}\u200d\u2642'], + ['\u{1f486}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f486}\u{1f3fb}\u200d\u2642'], + ['\u{1f486}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f486}\u{1f3fc}\u200d\u2642'], + ['\u{1f486}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f486}\u{1f3fd}\u200d\u2642'], + ['\u{1f486}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f486}\u{1f3fe}\u200d\u2642'], + ['\u{1f486}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f486}\u{1f3ff}\u200d\u2642'], + ['\u{1f486}\u200d\u2640\ufe0f'], + ['\u{1f486}\u200d\u2640'], + ['\u{1f486}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f486}\u{1f3fb}\u200d\u2640'], + ['\u{1f486}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f486}\u{1f3fc}\u200d\u2640'], + ['\u{1f486}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f486}\u{1f3fd}\u200d\u2640'], + ['\u{1f486}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f486}\u{1f3fe}\u200d\u2640'], + ['\u{1f486}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f486}\u{1f3ff}\u200d\u2640'], + ['\u{1f487}'], + ['\u{1f487}\u{1f3fb}'], + ['\u{1f487}\u{1f3fc}'], + ['\u{1f487}\u{1f3fd}'], + ['\u{1f487}\u{1f3fe}'], + ['\u{1f487}\u{1f3ff}'], + ['\u{1f487}\u200d\u2642\ufe0f'], + ['\u{1f487}\u200d\u2642'], + ['\u{1f487}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f487}\u{1f3fb}\u200d\u2642'], + ['\u{1f487}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f487}\u{1f3fc}\u200d\u2642'], + ['\u{1f487}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f487}\u{1f3fd}\u200d\u2642'], + ['\u{1f487}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f487}\u{1f3fe}\u200d\u2642'], + ['\u{1f487}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f487}\u{1f3ff}\u200d\u2642'], + ['\u{1f487}\u200d\u2640\ufe0f'], + ['\u{1f487}\u200d\u2640'], + ['\u{1f487}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f487}\u{1f3fb}\u200d\u2640'], + ['\u{1f487}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f487}\u{1f3fc}\u200d\u2640'], + ['\u{1f487}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f487}\u{1f3fd}\u200d\u2640'], + ['\u{1f487}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f487}\u{1f3fe}\u200d\u2640'], + ['\u{1f487}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f487}\u{1f3ff}\u200d\u2640'], + ['\u{1f6b6}'], + ['\u{1f6b6}\u{1f3fb}'], + ['\u{1f6b6}\u{1f3fc}'], + ['\u{1f6b6}\u{1f3fd}'], + ['\u{1f6b6}\u{1f3fe}'], + ['\u{1f6b6}\u{1f3ff}'], + ['\u{1f6b6}\u200d\u2642\ufe0f'], + ['\u{1f6b6}\u200d\u2642'], + ['\u{1f6b6}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f6b6}\u{1f3fb}\u200d\u2642'], + ['\u{1f6b6}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f6b6}\u{1f3fc}\u200d\u2642'], + ['\u{1f6b6}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f6b6}\u{1f3fd}\u200d\u2642'], + ['\u{1f6b6}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f6b6}\u{1f3fe}\u200d\u2642'], + ['\u{1f6b6}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f6b6}\u{1f3ff}\u200d\u2642'], + ['\u{1f6b6}\u200d\u2640\ufe0f'], + ['\u{1f6b6}\u200d\u2640'], + ['\u{1f6b6}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f6b6}\u{1f3fb}\u200d\u2640'], + ['\u{1f6b6}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f6b6}\u{1f3fc}\u200d\u2640'], + ['\u{1f6b6}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f6b6}\u{1f3fd}\u200d\u2640'], + ['\u{1f6b6}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f6b6}\u{1f3fe}\u200d\u2640'], + ['\u{1f6b6}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f6b6}\u{1f3ff}\u200d\u2640'], + ['\u{1f9cd}'], + ['\u{1f9cd}\u{1f3fb}'], + ['\u{1f9cd}\u{1f3fc}'], + ['\u{1f9cd}\u{1f3fd}'], + ['\u{1f9cd}\u{1f3fe}'], + ['\u{1f9cd}\u{1f3ff}'], + ['\u{1f9cd}\u200d\u2642\ufe0f'], + ['\u{1f9cd}\u200d\u2642'], + ['\u{1f9cd}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f9cd}\u{1f3fb}\u200d\u2642'], + ['\u{1f9cd}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f9cd}\u{1f3fc}\u200d\u2642'], + ['\u{1f9cd}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f9cd}\u{1f3fd}\u200d\u2642'], + ['\u{1f9cd}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f9cd}\u{1f3fe}\u200d\u2642'], + ['\u{1f9cd}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f9cd}\u{1f3ff}\u200d\u2642'], + ['\u{1f9cd}\u200d\u2640\ufe0f'], + ['\u{1f9cd}\u200d\u2640'], + ['\u{1f9cd}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f9cd}\u{1f3fb}\u200d\u2640'], + ['\u{1f9cd}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f9cd}\u{1f3fc}\u200d\u2640'], + ['\u{1f9cd}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f9cd}\u{1f3fd}\u200d\u2640'], + ['\u{1f9cd}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f9cd}\u{1f3fe}\u200d\u2640'], + ['\u{1f9cd}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f9cd}\u{1f3ff}\u200d\u2640'], + ['\u{1f9ce}'], + ['\u{1f9ce}\u{1f3fb}'], + ['\u{1f9ce}\u{1f3fc}'], + ['\u{1f9ce}\u{1f3fd}'], + ['\u{1f9ce}\u{1f3fe}'], + ['\u{1f9ce}\u{1f3ff}'], + ['\u{1f9ce}\u200d\u2642\ufe0f'], + ['\u{1f9ce}\u200d\u2642'], + ['\u{1f9ce}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f9ce}\u{1f3fb}\u200d\u2642'], + ['\u{1f9ce}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f9ce}\u{1f3fc}\u200d\u2642'], + ['\u{1f9ce}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f9ce}\u{1f3fd}\u200d\u2642'], + ['\u{1f9ce}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f9ce}\u{1f3fe}\u200d\u2642'], + ['\u{1f9ce}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f9ce}\u{1f3ff}\u200d\u2642'], + ['\u{1f9ce}\u200d\u2640\ufe0f'], + ['\u{1f9ce}\u200d\u2640'], + ['\u{1f9ce}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f9ce}\u{1f3fb}\u200d\u2640'], + ['\u{1f9ce}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f9ce}\u{1f3fc}\u200d\u2640'], + ['\u{1f9ce}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f9ce}\u{1f3fd}\u200d\u2640'], + ['\u{1f9ce}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f9ce}\u{1f3fe}\u200d\u2640'], + ['\u{1f9ce}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f9ce}\u{1f3ff}\u200d\u2640'], + ['\u{1f9d1}\u200d\u{1f9af}'], + ['\u{1f9d1}\u{1f3fb}\u200d\u{1f9af}'], + ['\u{1f9d1}\u{1f3fc}\u200d\u{1f9af}'], + ['\u{1f9d1}\u{1f3fd}\u200d\u{1f9af}'], + ['\u{1f9d1}\u{1f3fe}\u200d\u{1f9af}'], + ['\u{1f9d1}\u{1f3ff}\u200d\u{1f9af}'], + ['\u{1f468}\u200d\u{1f9af}'], + ['\u{1f468}\u{1f3fb}\u200d\u{1f9af}'], + ['\u{1f468}\u{1f3fc}\u200d\u{1f9af}'], + ['\u{1f468}\u{1f3fd}\u200d\u{1f9af}'], + ['\u{1f468}\u{1f3fe}\u200d\u{1f9af}'], + ['\u{1f468}\u{1f3ff}\u200d\u{1f9af}'], + ['\u{1f469}\u200d\u{1f9af}'], + ['\u{1f469}\u{1f3fb}\u200d\u{1f9af}'], + ['\u{1f469}\u{1f3fc}\u200d\u{1f9af}'], + ['\u{1f469}\u{1f3fd}\u200d\u{1f9af}'], + ['\u{1f469}\u{1f3fe}\u200d\u{1f9af}'], + ['\u{1f469}\u{1f3ff}\u200d\u{1f9af}'], + ['\u{1f9d1}\u200d\u{1f9bc}'], + ['\u{1f9d1}\u{1f3fb}\u200d\u{1f9bc}'], + ['\u{1f9d1}\u{1f3fc}\u200d\u{1f9bc}'], + ['\u{1f9d1}\u{1f3fd}\u200d\u{1f9bc}'], + ['\u{1f9d1}\u{1f3fe}\u200d\u{1f9bc}'], + ['\u{1f9d1}\u{1f3ff}\u200d\u{1f9bc}'], + ['\u{1f468}\u200d\u{1f9bc}'], + ['\u{1f468}\u{1f3fb}\u200d\u{1f9bc}'], + ['\u{1f468}\u{1f3fc}\u200d\u{1f9bc}'], + ['\u{1f468}\u{1f3fd}\u200d\u{1f9bc}'], + ['\u{1f468}\u{1f3fe}\u200d\u{1f9bc}'], + ['\u{1f468}\u{1f3ff}\u200d\u{1f9bc}'], + ['\u{1f469}\u200d\u{1f9bc}'], + ['\u{1f469}\u{1f3fb}\u200d\u{1f9bc}'], + ['\u{1f469}\u{1f3fc}\u200d\u{1f9bc}'], + ['\u{1f469}\u{1f3fd}\u200d\u{1f9bc}'], + ['\u{1f469}\u{1f3fe}\u200d\u{1f9bc}'], + ['\u{1f469}\u{1f3ff}\u200d\u{1f9bc}'], + ['\u{1f9d1}\u200d\u{1f9bd}'], + ['\u{1f9d1}\u{1f3fb}\u200d\u{1f9bd}'], + ['\u{1f9d1}\u{1f3fc}\u200d\u{1f9bd}'], + ['\u{1f9d1}\u{1f3fd}\u200d\u{1f9bd}'], + ['\u{1f9d1}\u{1f3fe}\u200d\u{1f9bd}'], + ['\u{1f9d1}\u{1f3ff}\u200d\u{1f9bd}'], + ['\u{1f468}\u200d\u{1f9bd}'], + ['\u{1f468}\u{1f3fb}\u200d\u{1f9bd}'], + ['\u{1f468}\u{1f3fc}\u200d\u{1f9bd}'], + ['\u{1f468}\u{1f3fd}\u200d\u{1f9bd}'], + ['\u{1f468}\u{1f3fe}\u200d\u{1f9bd}'], + ['\u{1f468}\u{1f3ff}\u200d\u{1f9bd}'], + ['\u{1f469}\u200d\u{1f9bd}'], + ['\u{1f469}\u{1f3fb}\u200d\u{1f9bd}'], + ['\u{1f469}\u{1f3fc}\u200d\u{1f9bd}'], + ['\u{1f469}\u{1f3fd}\u200d\u{1f9bd}'], + ['\u{1f469}\u{1f3fe}\u200d\u{1f9bd}'], + ['\u{1f469}\u{1f3ff}\u200d\u{1f9bd}'], + ['\u{1f3c3}'], + ['\u{1f3c3}\u{1f3fb}'], + ['\u{1f3c3}\u{1f3fc}'], + ['\u{1f3c3}\u{1f3fd}'], + ['\u{1f3c3}\u{1f3fe}'], + ['\u{1f3c3}\u{1f3ff}'], + ['\u{1f3c3}\u200d\u2642\ufe0f'], + ['\u{1f3c3}\u200d\u2642'], + ['\u{1f3c3}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f3c3}\u{1f3fb}\u200d\u2642'], + ['\u{1f3c3}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f3c3}\u{1f3fc}\u200d\u2642'], + ['\u{1f3c3}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f3c3}\u{1f3fd}\u200d\u2642'], + ['\u{1f3c3}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f3c3}\u{1f3fe}\u200d\u2642'], + ['\u{1f3c3}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f3c3}\u{1f3ff}\u200d\u2642'], + ['\u{1f3c3}\u200d\u2640\ufe0f'], + ['\u{1f3c3}\u200d\u2640'], + ['\u{1f3c3}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f3c3}\u{1f3fb}\u200d\u2640'], + ['\u{1f3c3}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f3c3}\u{1f3fc}\u200d\u2640'], + ['\u{1f3c3}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f3c3}\u{1f3fd}\u200d\u2640'], + ['\u{1f3c3}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f3c3}\u{1f3fe}\u200d\u2640'], + ['\u{1f3c3}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f3c3}\u{1f3ff}\u200d\u2640'], + ['\u{1f483}'], + ['\u{1f483}\u{1f3fb}'], + ['\u{1f483}\u{1f3fc}'], + ['\u{1f483}\u{1f3fd}'], + ['\u{1f483}\u{1f3fe}'], + ['\u{1f483}\u{1f3ff}'], + ['\u{1f57a}'], + ['\u{1f57a}\u{1f3fb}'], + ['\u{1f57a}\u{1f3fc}'], + ['\u{1f57a}\u{1f3fd}'], + ['\u{1f57a}\u{1f3fe}'], + ['\u{1f57a}\u{1f3ff}'], + ['\u{1f574}\ufe0f'], + ['\u{1f574}'], + ['\u{1f574}\u{1f3fb}'], + ['\u{1f574}\u{1f3fc}'], + ['\u{1f574}\u{1f3fd}'], + ['\u{1f574}\u{1f3fe}'], + ['\u{1f574}\u{1f3ff}'], + ['\u{1f46f}'], + ['\u{1f46f}\u200d\u2642\ufe0f'], + ['\u{1f46f}\u200d\u2642'], + ['\u{1f46f}\u200d\u2640\ufe0f'], + ['\u{1f46f}\u200d\u2640'], + ['\u{1f9d6}'], + ['\u{1f9d6}\u{1f3fb}'], + ['\u{1f9d6}\u{1f3fc}'], + ['\u{1f9d6}\u{1f3fd}'], + ['\u{1f9d6}\u{1f3fe}'], + ['\u{1f9d6}\u{1f3ff}'], + ['\u{1f9d6}\u200d\u2642\ufe0f'], + ['\u{1f9d6}\u200d\u2642'], + ['\u{1f9d6}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f9d6}\u{1f3fb}\u200d\u2642'], + ['\u{1f9d6}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f9d6}\u{1f3fc}\u200d\u2642'], + ['\u{1f9d6}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f9d6}\u{1f3fd}\u200d\u2642'], + ['\u{1f9d6}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f9d6}\u{1f3fe}\u200d\u2642'], + ['\u{1f9d6}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f9d6}\u{1f3ff}\u200d\u2642'], + ['\u{1f9d6}\u200d\u2640\ufe0f'], + ['\u{1f9d6}\u200d\u2640'], + ['\u{1f9d6}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f9d6}\u{1f3fb}\u200d\u2640'], + ['\u{1f9d6}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f9d6}\u{1f3fc}\u200d\u2640'], + ['\u{1f9d6}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f9d6}\u{1f3fd}\u200d\u2640'], + ['\u{1f9d6}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f9d6}\u{1f3fe}\u200d\u2640'], + ['\u{1f9d6}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f9d6}\u{1f3ff}\u200d\u2640'], + ['\u{1f9d7}'], + ['\u{1f9d7}\u{1f3fb}'], + ['\u{1f9d7}\u{1f3fc}'], + ['\u{1f9d7}\u{1f3fd}'], + ['\u{1f9d7}\u{1f3fe}'], + ['\u{1f9d7}\u{1f3ff}'], + ['\u{1f9d7}\u200d\u2642\ufe0f'], + ['\u{1f9d7}\u200d\u2642'], + ['\u{1f9d7}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f9d7}\u{1f3fb}\u200d\u2642'], + ['\u{1f9d7}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f9d7}\u{1f3fc}\u200d\u2642'], + ['\u{1f9d7}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f9d7}\u{1f3fd}\u200d\u2642'], + ['\u{1f9d7}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f9d7}\u{1f3fe}\u200d\u2642'], + ['\u{1f9d7}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f9d7}\u{1f3ff}\u200d\u2642'], + ['\u{1f9d7}\u200d\u2640\ufe0f'], + ['\u{1f9d7}\u200d\u2640'], + ['\u{1f9d7}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f9d7}\u{1f3fb}\u200d\u2640'], + ['\u{1f9d7}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f9d7}\u{1f3fc}\u200d\u2640'], + ['\u{1f9d7}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f9d7}\u{1f3fd}\u200d\u2640'], + ['\u{1f9d7}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f9d7}\u{1f3fe}\u200d\u2640'], + ['\u{1f9d7}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f9d7}\u{1f3ff}\u200d\u2640'], + ['\u{1f93a}'], + ['\u{1f3c7}'], + ['\u{1f3c7}\u{1f3fb}'], + ['\u{1f3c7}\u{1f3fc}'], + ['\u{1f3c7}\u{1f3fd}'], + ['\u{1f3c7}\u{1f3fe}'], + ['\u{1f3c7}\u{1f3ff}'], + ['\u26f7\ufe0f'], + ['\u26f7'], + ['\u{1f3c2}'], + ['\u{1f3c2}\u{1f3fb}'], + ['\u{1f3c2}\u{1f3fc}'], + ['\u{1f3c2}\u{1f3fd}'], + ['\u{1f3c2}\u{1f3fe}'], + ['\u{1f3c2}\u{1f3ff}'], + ['\u{1f3cc}\ufe0f'], + ['\u{1f3cc}'], + ['\u{1f3cc}\u{1f3fb}'], + ['\u{1f3cc}\u{1f3fc}'], + ['\u{1f3cc}\u{1f3fd}'], + ['\u{1f3cc}\u{1f3fe}'], + ['\u{1f3cc}\u{1f3ff}'], + ['\u{1f3cc}\ufe0f\u200d\u2642\ufe0f'], + ['\u{1f3cc}\u200d\u2642\ufe0f'], + ['\u{1f3cc}\ufe0f\u200d\u2642'], + ['\u{1f3cc}\u200d\u2642'], + ['\u{1f3cc}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f3cc}\u{1f3fb}\u200d\u2642'], + ['\u{1f3cc}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f3cc}\u{1f3fc}\u200d\u2642'], + ['\u{1f3cc}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f3cc}\u{1f3fd}\u200d\u2642'], + ['\u{1f3cc}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f3cc}\u{1f3fe}\u200d\u2642'], + ['\u{1f3cc}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f3cc}\u{1f3ff}\u200d\u2642'], + ['\u{1f3cc}\ufe0f\u200d\u2640\ufe0f'], + ['\u{1f3cc}\u200d\u2640\ufe0f'], + ['\u{1f3cc}\ufe0f\u200d\u2640'], + ['\u{1f3cc}\u200d\u2640'], + ['\u{1f3cc}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f3cc}\u{1f3fb}\u200d\u2640'], + ['\u{1f3cc}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f3cc}\u{1f3fc}\u200d\u2640'], + ['\u{1f3cc}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f3cc}\u{1f3fd}\u200d\u2640'], + ['\u{1f3cc}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f3cc}\u{1f3fe}\u200d\u2640'], + ['\u{1f3cc}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f3cc}\u{1f3ff}\u200d\u2640'], + ['\u{1f3c4}'], + ['\u{1f3c4}\u{1f3fb}'], + ['\u{1f3c4}\u{1f3fc}'], + ['\u{1f3c4}\u{1f3fd}'], + ['\u{1f3c4}\u{1f3fe}'], + ['\u{1f3c4}\u{1f3ff}'], + ['\u{1f3c4}\u200d\u2642\ufe0f'], + ['\u{1f3c4}\u200d\u2642'], + ['\u{1f3c4}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f3c4}\u{1f3fb}\u200d\u2642'], + ['\u{1f3c4}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f3c4}\u{1f3fc}\u200d\u2642'], + ['\u{1f3c4}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f3c4}\u{1f3fd}\u200d\u2642'], + ['\u{1f3c4}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f3c4}\u{1f3fe}\u200d\u2642'], + ['\u{1f3c4}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f3c4}\u{1f3ff}\u200d\u2642'], + ['\u{1f3c4}\u200d\u2640\ufe0f'], + ['\u{1f3c4}\u200d\u2640'], + ['\u{1f3c4}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f3c4}\u{1f3fb}\u200d\u2640'], + ['\u{1f3c4}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f3c4}\u{1f3fc}\u200d\u2640'], + ['\u{1f3c4}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f3c4}\u{1f3fd}\u200d\u2640'], + ['\u{1f3c4}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f3c4}\u{1f3fe}\u200d\u2640'], + ['\u{1f3c4}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f3c4}\u{1f3ff}\u200d\u2640'], + ['\u{1f6a3}'], + ['\u{1f6a3}\u{1f3fb}'], + ['\u{1f6a3}\u{1f3fc}'], + ['\u{1f6a3}\u{1f3fd}'], + ['\u{1f6a3}\u{1f3fe}'], + ['\u{1f6a3}\u{1f3ff}'], + ['\u{1f6a3}\u200d\u2642\ufe0f'], + ['\u{1f6a3}\u200d\u2642'], + ['\u{1f6a3}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f6a3}\u{1f3fb}\u200d\u2642'], + ['\u{1f6a3}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f6a3}\u{1f3fc}\u200d\u2642'], + ['\u{1f6a3}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f6a3}\u{1f3fd}\u200d\u2642'], + ['\u{1f6a3}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f6a3}\u{1f3fe}\u200d\u2642'], + ['\u{1f6a3}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f6a3}\u{1f3ff}\u200d\u2642'], + ['\u{1f6a3}\u200d\u2640\ufe0f'], + ['\u{1f6a3}\u200d\u2640'], + ['\u{1f6a3}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f6a3}\u{1f3fb}\u200d\u2640'], + ['\u{1f6a3}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f6a3}\u{1f3fc}\u200d\u2640'], + ['\u{1f6a3}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f6a3}\u{1f3fd}\u200d\u2640'], + ['\u{1f6a3}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f6a3}\u{1f3fe}\u200d\u2640'], + ['\u{1f6a3}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f6a3}\u{1f3ff}\u200d\u2640'], + ['\u{1f3ca}'], + ['\u{1f3ca}\u{1f3fb}'], + ['\u{1f3ca}\u{1f3fc}'], + ['\u{1f3ca}\u{1f3fd}'], + ['\u{1f3ca}\u{1f3fe}'], + ['\u{1f3ca}\u{1f3ff}'], + ['\u{1f3ca}\u200d\u2642\ufe0f'], + ['\u{1f3ca}\u200d\u2642'], + ['\u{1f3ca}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f3ca}\u{1f3fb}\u200d\u2642'], + ['\u{1f3ca}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f3ca}\u{1f3fc}\u200d\u2642'], + ['\u{1f3ca}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f3ca}\u{1f3fd}\u200d\u2642'], + ['\u{1f3ca}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f3ca}\u{1f3fe}\u200d\u2642'], + ['\u{1f3ca}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f3ca}\u{1f3ff}\u200d\u2642'], + ['\u{1f3ca}\u200d\u2640\ufe0f'], + ['\u{1f3ca}\u200d\u2640'], + ['\u{1f3ca}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f3ca}\u{1f3fb}\u200d\u2640'], + ['\u{1f3ca}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f3ca}\u{1f3fc}\u200d\u2640'], + ['\u{1f3ca}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f3ca}\u{1f3fd}\u200d\u2640'], + ['\u{1f3ca}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f3ca}\u{1f3fe}\u200d\u2640'], + ['\u{1f3ca}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f3ca}\u{1f3ff}\u200d\u2640'], + ['\u26f9\ufe0f'], + ['\u26f9'], + ['\u26f9\u{1f3fb}'], + ['\u26f9\u{1f3fc}'], + ['\u26f9\u{1f3fd}'], + ['\u26f9\u{1f3fe}'], + ['\u26f9\u{1f3ff}'], + ['\u26f9\ufe0f\u200d\u2642\ufe0f'], + ['\u26f9\u200d\u2642\ufe0f'], + ['\u26f9\ufe0f\u200d\u2642'], + ['\u26f9\u200d\u2642'], + ['\u26f9\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u26f9\u{1f3fb}\u200d\u2642'], + ['\u26f9\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u26f9\u{1f3fc}\u200d\u2642'], + ['\u26f9\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u26f9\u{1f3fd}\u200d\u2642'], + ['\u26f9\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u26f9\u{1f3fe}\u200d\u2642'], + ['\u26f9\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u26f9\u{1f3ff}\u200d\u2642'], + ['\u26f9\ufe0f\u200d\u2640\ufe0f'], + ['\u26f9\u200d\u2640\ufe0f'], + ['\u26f9\ufe0f\u200d\u2640'], + ['\u26f9\u200d\u2640'], + ['\u26f9\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u26f9\u{1f3fb}\u200d\u2640'], + ['\u26f9\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u26f9\u{1f3fc}\u200d\u2640'], + ['\u26f9\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u26f9\u{1f3fd}\u200d\u2640'], + ['\u26f9\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u26f9\u{1f3fe}\u200d\u2640'], + ['\u26f9\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u26f9\u{1f3ff}\u200d\u2640'], + ['\u{1f3cb}\ufe0f'], + ['\u{1f3cb}'], + ['\u{1f3cb}\u{1f3fb}'], + ['\u{1f3cb}\u{1f3fc}'], + ['\u{1f3cb}\u{1f3fd}'], + ['\u{1f3cb}\u{1f3fe}'], + ['\u{1f3cb}\u{1f3ff}'], + ['\u{1f3cb}\ufe0f\u200d\u2642\ufe0f'], + ['\u{1f3cb}\u200d\u2642\ufe0f'], + ['\u{1f3cb}\ufe0f\u200d\u2642'], + ['\u{1f3cb}\u200d\u2642'], + ['\u{1f3cb}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f3cb}\u{1f3fb}\u200d\u2642'], + ['\u{1f3cb}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f3cb}\u{1f3fc}\u200d\u2642'], + ['\u{1f3cb}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f3cb}\u{1f3fd}\u200d\u2642'], + ['\u{1f3cb}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f3cb}\u{1f3fe}\u200d\u2642'], + ['\u{1f3cb}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f3cb}\u{1f3ff}\u200d\u2642'], + ['\u{1f3cb}\ufe0f\u200d\u2640\ufe0f'], + ['\u{1f3cb}\u200d\u2640\ufe0f'], + ['\u{1f3cb}\ufe0f\u200d\u2640'], + ['\u{1f3cb}\u200d\u2640'], + ['\u{1f3cb}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f3cb}\u{1f3fb}\u200d\u2640'], + ['\u{1f3cb}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f3cb}\u{1f3fc}\u200d\u2640'], + ['\u{1f3cb}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f3cb}\u{1f3fd}\u200d\u2640'], + ['\u{1f3cb}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f3cb}\u{1f3fe}\u200d\u2640'], + ['\u{1f3cb}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f3cb}\u{1f3ff}\u200d\u2640'], + ['\u{1f6b4}'], + ['\u{1f6b4}\u{1f3fb}'], + ['\u{1f6b4}\u{1f3fc}'], + ['\u{1f6b4}\u{1f3fd}'], + ['\u{1f6b4}\u{1f3fe}'], + ['\u{1f6b4}\u{1f3ff}'], + ['\u{1f6b4}\u200d\u2642\ufe0f'], + ['\u{1f6b4}\u200d\u2642'], + ['\u{1f6b4}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f6b4}\u{1f3fb}\u200d\u2642'], + ['\u{1f6b4}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f6b4}\u{1f3fc}\u200d\u2642'], + ['\u{1f6b4}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f6b4}\u{1f3fd}\u200d\u2642'], + ['\u{1f6b4}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f6b4}\u{1f3fe}\u200d\u2642'], + ['\u{1f6b4}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f6b4}\u{1f3ff}\u200d\u2642'], + ['\u{1f6b4}\u200d\u2640\ufe0f'], + ['\u{1f6b4}\u200d\u2640'], + ['\u{1f6b4}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f6b4}\u{1f3fb}\u200d\u2640'], + ['\u{1f6b4}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f6b4}\u{1f3fc}\u200d\u2640'], + ['\u{1f6b4}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f6b4}\u{1f3fd}\u200d\u2640'], + ['\u{1f6b4}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f6b4}\u{1f3fe}\u200d\u2640'], + ['\u{1f6b4}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f6b4}\u{1f3ff}\u200d\u2640'], + ['\u{1f6b5}'], + ['\u{1f6b5}\u{1f3fb}'], + ['\u{1f6b5}\u{1f3fc}'], + ['\u{1f6b5}\u{1f3fd}'], + ['\u{1f6b5}\u{1f3fe}'], + ['\u{1f6b5}\u{1f3ff}'], + ['\u{1f6b5}\u200d\u2642\ufe0f'], + ['\u{1f6b5}\u200d\u2642'], + ['\u{1f6b5}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f6b5}\u{1f3fb}\u200d\u2642'], + ['\u{1f6b5}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f6b5}\u{1f3fc}\u200d\u2642'], + ['\u{1f6b5}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f6b5}\u{1f3fd}\u200d\u2642'], + ['\u{1f6b5}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f6b5}\u{1f3fe}\u200d\u2642'], + ['\u{1f6b5}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f6b5}\u{1f3ff}\u200d\u2642'], + ['\u{1f6b5}\u200d\u2640\ufe0f'], + ['\u{1f6b5}\u200d\u2640'], + ['\u{1f6b5}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f6b5}\u{1f3fb}\u200d\u2640'], + ['\u{1f6b5}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f6b5}\u{1f3fc}\u200d\u2640'], + ['\u{1f6b5}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f6b5}\u{1f3fd}\u200d\u2640'], + ['\u{1f6b5}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f6b5}\u{1f3fe}\u200d\u2640'], + ['\u{1f6b5}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f6b5}\u{1f3ff}\u200d\u2640'], + ['\u{1f938}'], + ['\u{1f938}\u{1f3fb}'], + ['\u{1f938}\u{1f3fc}'], + ['\u{1f938}\u{1f3fd}'], + ['\u{1f938}\u{1f3fe}'], + ['\u{1f938}\u{1f3ff}'], + ['\u{1f938}\u200d\u2642\ufe0f'], + ['\u{1f938}\u200d\u2642'], + ['\u{1f938}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f938}\u{1f3fb}\u200d\u2642'], + ['\u{1f938}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f938}\u{1f3fc}\u200d\u2642'], + ['\u{1f938}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f938}\u{1f3fd}\u200d\u2642'], + ['\u{1f938}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f938}\u{1f3fe}\u200d\u2642'], + ['\u{1f938}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f938}\u{1f3ff}\u200d\u2642'], + ['\u{1f938}\u200d\u2640\ufe0f'], + ['\u{1f938}\u200d\u2640'], + ['\u{1f938}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f938}\u{1f3fb}\u200d\u2640'], + ['\u{1f938}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f938}\u{1f3fc}\u200d\u2640'], + ['\u{1f938}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f938}\u{1f3fd}\u200d\u2640'], + ['\u{1f938}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f938}\u{1f3fe}\u200d\u2640'], + ['\u{1f938}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f938}\u{1f3ff}\u200d\u2640'], + ['\u{1f93c}'], + ['\u{1f93c}\u200d\u2642\ufe0f'], + ['\u{1f93c}\u200d\u2642'], + ['\u{1f93c}\u200d\u2640\ufe0f'], + ['\u{1f93c}\u200d\u2640'], + ['\u{1f93d}'], + ['\u{1f93d}\u{1f3fb}'], + ['\u{1f93d}\u{1f3fc}'], + ['\u{1f93d}\u{1f3fd}'], + ['\u{1f93d}\u{1f3fe}'], + ['\u{1f93d}\u{1f3ff}'], + ['\u{1f93d}\u200d\u2642\ufe0f'], + ['\u{1f93d}\u200d\u2642'], + ['\u{1f93d}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f93d}\u{1f3fb}\u200d\u2642'], + ['\u{1f93d}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f93d}\u{1f3fc}\u200d\u2642'], + ['\u{1f93d}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f93d}\u{1f3fd}\u200d\u2642'], + ['\u{1f93d}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f93d}\u{1f3fe}\u200d\u2642'], + ['\u{1f93d}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f93d}\u{1f3ff}\u200d\u2642'], + ['\u{1f93d}\u200d\u2640\ufe0f'], + ['\u{1f93d}\u200d\u2640'], + ['\u{1f93d}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f93d}\u{1f3fb}\u200d\u2640'], + ['\u{1f93d}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f93d}\u{1f3fc}\u200d\u2640'], + ['\u{1f93d}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f93d}\u{1f3fd}\u200d\u2640'], + ['\u{1f93d}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f93d}\u{1f3fe}\u200d\u2640'], + ['\u{1f93d}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f93d}\u{1f3ff}\u200d\u2640'], + ['\u{1f93e}'], + ['\u{1f93e}\u{1f3fb}'], + ['\u{1f93e}\u{1f3fc}'], + ['\u{1f93e}\u{1f3fd}'], + ['\u{1f93e}\u{1f3fe}'], + ['\u{1f93e}\u{1f3ff}'], + ['\u{1f93e}\u200d\u2642\ufe0f'], + ['\u{1f93e}\u200d\u2642'], + ['\u{1f93e}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f93e}\u{1f3fb}\u200d\u2642'], + ['\u{1f93e}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f93e}\u{1f3fc}\u200d\u2642'], + ['\u{1f93e}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f93e}\u{1f3fd}\u200d\u2642'], + ['\u{1f93e}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f93e}\u{1f3fe}\u200d\u2642'], + ['\u{1f93e}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f93e}\u{1f3ff}\u200d\u2642'], + ['\u{1f93e}\u200d\u2640\ufe0f'], + ['\u{1f93e}\u200d\u2640'], + ['\u{1f93e}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f93e}\u{1f3fb}\u200d\u2640'], + ['\u{1f93e}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f93e}\u{1f3fc}\u200d\u2640'], + ['\u{1f93e}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f93e}\u{1f3fd}\u200d\u2640'], + ['\u{1f93e}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f93e}\u{1f3fe}\u200d\u2640'], + ['\u{1f93e}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f93e}\u{1f3ff}\u200d\u2640'], + ['\u{1f939}'], + ['\u{1f939}\u{1f3fb}'], + ['\u{1f939}\u{1f3fc}'], + ['\u{1f939}\u{1f3fd}'], + ['\u{1f939}\u{1f3fe}'], + ['\u{1f939}\u{1f3ff}'], + ['\u{1f939}\u200d\u2642\ufe0f'], + ['\u{1f939}\u200d\u2642'], + ['\u{1f939}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f939}\u{1f3fb}\u200d\u2642'], + ['\u{1f939}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f939}\u{1f3fc}\u200d\u2642'], + ['\u{1f939}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f939}\u{1f3fd}\u200d\u2642'], + ['\u{1f939}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f939}\u{1f3fe}\u200d\u2642'], + ['\u{1f939}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f939}\u{1f3ff}\u200d\u2642'], + ['\u{1f939}\u200d\u2640\ufe0f'], + ['\u{1f939}\u200d\u2640'], + ['\u{1f939}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f939}\u{1f3fb}\u200d\u2640'], + ['\u{1f939}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f939}\u{1f3fc}\u200d\u2640'], + ['\u{1f939}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f939}\u{1f3fd}\u200d\u2640'], + ['\u{1f939}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f939}\u{1f3fe}\u200d\u2640'], + ['\u{1f939}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f939}\u{1f3ff}\u200d\u2640'], + ['\u{1f9d8}'], + ['\u{1f9d8}\u{1f3fb}'], + ['\u{1f9d8}\u{1f3fc}'], + ['\u{1f9d8}\u{1f3fd}'], + ['\u{1f9d8}\u{1f3fe}'], + ['\u{1f9d8}\u{1f3ff}'], + ['\u{1f9d8}\u200d\u2642\ufe0f'], + ['\u{1f9d8}\u200d\u2642'], + ['\u{1f9d8}\u{1f3fb}\u200d\u2642\ufe0f'], + ['\u{1f9d8}\u{1f3fb}\u200d\u2642'], + ['\u{1f9d8}\u{1f3fc}\u200d\u2642\ufe0f'], + ['\u{1f9d8}\u{1f3fc}\u200d\u2642'], + ['\u{1f9d8}\u{1f3fd}\u200d\u2642\ufe0f'], + ['\u{1f9d8}\u{1f3fd}\u200d\u2642'], + ['\u{1f9d8}\u{1f3fe}\u200d\u2642\ufe0f'], + ['\u{1f9d8}\u{1f3fe}\u200d\u2642'], + ['\u{1f9d8}\u{1f3ff}\u200d\u2642\ufe0f'], + ['\u{1f9d8}\u{1f3ff}\u200d\u2642'], + ['\u{1f9d8}\u200d\u2640\ufe0f'], + ['\u{1f9d8}\u200d\u2640'], + ['\u{1f9d8}\u{1f3fb}\u200d\u2640\ufe0f'], + ['\u{1f9d8}\u{1f3fb}\u200d\u2640'], + ['\u{1f9d8}\u{1f3fc}\u200d\u2640\ufe0f'], + ['\u{1f9d8}\u{1f3fc}\u200d\u2640'], + ['\u{1f9d8}\u{1f3fd}\u200d\u2640\ufe0f'], + ['\u{1f9d8}\u{1f3fd}\u200d\u2640'], + ['\u{1f9d8}\u{1f3fe}\u200d\u2640\ufe0f'], + ['\u{1f9d8}\u{1f3fe}\u200d\u2640'], + ['\u{1f9d8}\u{1f3ff}\u200d\u2640\ufe0f'], + ['\u{1f9d8}\u{1f3ff}\u200d\u2640'], + ['\u{1f6c0}'], + ['\u{1f6c0}\u{1f3fb}'], + ['\u{1f6c0}\u{1f3fc}'], + ['\u{1f6c0}\u{1f3fd}'], + ['\u{1f6c0}\u{1f3fe}'], + ['\u{1f6c0}\u{1f3ff}'], + ['\u{1f6cc}'], + ['\u{1f6cc}\u{1f3fb}'], + ['\u{1f6cc}\u{1f3fc}'], + ['\u{1f6cc}\u{1f3fd}'], + ['\u{1f6cc}\u{1f3fe}'], + ['\u{1f6cc}\u{1f3ff}'], + ['\u{1f9d1}\u200d\u{1f91d}\u200d\u{1f9d1}'], + ['\u{1f9d1}\u{1f3fb}\u200d\u{1f91d}\u200d\u{1f9d1}\u{1f3fb}'], + ['\u{1f9d1}\u{1f3fb}\u200d\u{1f91d}\u200d\u{1f9d1}\u{1f3fc}'], + ['\u{1f9d1}\u{1f3fb}\u200d\u{1f91d}\u200d\u{1f9d1}\u{1f3fd}'], + ['\u{1f9d1}\u{1f3fb}\u200d\u{1f91d}\u200d\u{1f9d1}\u{1f3fe}'], + ['\u{1f9d1}\u{1f3fb}\u200d\u{1f91d}\u200d\u{1f9d1}\u{1f3ff}'], + ['\u{1f9d1}\u{1f3fc}\u200d\u{1f91d}\u200d\u{1f9d1}\u{1f3fb}'], + ['\u{1f9d1}\u{1f3fc}\u200d\u{1f91d}\u200d\u{1f9d1}\u{1f3fc}'], + ['\u{1f9d1}\u{1f3fc}\u200d\u{1f91d}\u200d\u{1f9d1}\u{1f3fd}'], + ['\u{1f9d1}\u{1f3fc}\u200d\u{1f91d}\u200d\u{1f9d1}\u{1f3fe}'], + ['\u{1f9d1}\u{1f3fc}\u200d\u{1f91d}\u200d\u{1f9d1}\u{1f3ff}'], + ['\u{1f9d1}\u{1f3fd}\u200d\u{1f91d}\u200d\u{1f9d1}\u{1f3fb}'], + ['\u{1f9d1}\u{1f3fd}\u200d\u{1f91d}\u200d\u{1f9d1}\u{1f3fc}'], + ['\u{1f9d1}\u{1f3fd}\u200d\u{1f91d}\u200d\u{1f9d1}\u{1f3fd}'], + ['\u{1f9d1}\u{1f3fd}\u200d\u{1f91d}\u200d\u{1f9d1}\u{1f3fe}'], + ['\u{1f9d1}\u{1f3fd}\u200d\u{1f91d}\u200d\u{1f9d1}\u{1f3ff}'], + ['\u{1f9d1}\u{1f3fe}\u200d\u{1f91d}\u200d\u{1f9d1}\u{1f3fb}'], + ['\u{1f9d1}\u{1f3fe}\u200d\u{1f91d}\u200d\u{1f9d1}\u{1f3fc}'], + ['\u{1f9d1}\u{1f3fe}\u200d\u{1f91d}\u200d\u{1f9d1}\u{1f3fd}'], + ['\u{1f9d1}\u{1f3fe}\u200d\u{1f91d}\u200d\u{1f9d1}\u{1f3fe}'], + ['\u{1f9d1}\u{1f3fe}\u200d\u{1f91d}\u200d\u{1f9d1}\u{1f3ff}'], + ['\u{1f9d1}\u{1f3ff}\u200d\u{1f91d}\u200d\u{1f9d1}\u{1f3fb}'], + ['\u{1f9d1}\u{1f3ff}\u200d\u{1f91d}\u200d\u{1f9d1}\u{1f3fc}'], + ['\u{1f9d1}\u{1f3ff}\u200d\u{1f91d}\u200d\u{1f9d1}\u{1f3fd}'], + ['\u{1f9d1}\u{1f3ff}\u200d\u{1f91d}\u200d\u{1f9d1}\u{1f3fe}'], + ['\u{1f9d1}\u{1f3ff}\u200d\u{1f91d}\u200d\u{1f9d1}\u{1f3ff}'], + ['\u{1f46d}'], + ['\u{1f46d}\u{1f3fb}'], + ['\u{1f469}\u{1f3fb}\u200d\u{1f91d}\u200d\u{1f469}\u{1f3fc}'], + ['\u{1f469}\u{1f3fb}\u200d\u{1f91d}\u200d\u{1f469}\u{1f3fd}'], + ['\u{1f469}\u{1f3fb}\u200d\u{1f91d}\u200d\u{1f469}\u{1f3fe}'], + ['\u{1f469}\u{1f3fb}\u200d\u{1f91d}\u200d\u{1f469}\u{1f3ff}'], + ['\u{1f469}\u{1f3fc}\u200d\u{1f91d}\u200d\u{1f469}\u{1f3fb}'], + ['\u{1f46d}\u{1f3fc}'], + ['\u{1f469}\u{1f3fc}\u200d\u{1f91d}\u200d\u{1f469}\u{1f3fd}'], + ['\u{1f469}\u{1f3fc}\u200d\u{1f91d}\u200d\u{1f469}\u{1f3fe}'], + ['\u{1f469}\u{1f3fc}\u200d\u{1f91d}\u200d\u{1f469}\u{1f3ff}'], + ['\u{1f469}\u{1f3fd}\u200d\u{1f91d}\u200d\u{1f469}\u{1f3fb}'], + ['\u{1f469}\u{1f3fd}\u200d\u{1f91d}\u200d\u{1f469}\u{1f3fc}'], + ['\u{1f46d}\u{1f3fd}'], + ['\u{1f469}\u{1f3fd}\u200d\u{1f91d}\u200d\u{1f469}\u{1f3fe}'], + ['\u{1f469}\u{1f3fd}\u200d\u{1f91d}\u200d\u{1f469}\u{1f3ff}'], + ['\u{1f469}\u{1f3fe}\u200d\u{1f91d}\u200d\u{1f469}\u{1f3fb}'], + ['\u{1f469}\u{1f3fe}\u200d\u{1f91d}\u200d\u{1f469}\u{1f3fc}'], + ['\u{1f469}\u{1f3fe}\u200d\u{1f91d}\u200d\u{1f469}\u{1f3fd}'], + ['\u{1f46d}\u{1f3fe}'], + ['\u{1f469}\u{1f3fe}\u200d\u{1f91d}\u200d\u{1f469}\u{1f3ff}'], + ['\u{1f469}\u{1f3ff}\u200d\u{1f91d}\u200d\u{1f469}\u{1f3fb}'], + ['\u{1f469}\u{1f3ff}\u200d\u{1f91d}\u200d\u{1f469}\u{1f3fc}'], + ['\u{1f469}\u{1f3ff}\u200d\u{1f91d}\u200d\u{1f469}\u{1f3fd}'], + ['\u{1f469}\u{1f3ff}\u200d\u{1f91d}\u200d\u{1f469}\u{1f3fe}'], + ['\u{1f46d}\u{1f3ff}'], + ['\u{1f46b}'], + ['\u{1f46b}\u{1f3fb}'], + ['\u{1f469}\u{1f3fb}\u200d\u{1f91d}\u200d\u{1f468}\u{1f3fc}'], + ['\u{1f469}\u{1f3fb}\u200d\u{1f91d}\u200d\u{1f468}\u{1f3fd}'], + ['\u{1f469}\u{1f3fb}\u200d\u{1f91d}\u200d\u{1f468}\u{1f3fe}'], + ['\u{1f469}\u{1f3fb}\u200d\u{1f91d}\u200d\u{1f468}\u{1f3ff}'], + ['\u{1f469}\u{1f3fc}\u200d\u{1f91d}\u200d\u{1f468}\u{1f3fb}'], + ['\u{1f46b}\u{1f3fc}'], + ['\u{1f469}\u{1f3fc}\u200d\u{1f91d}\u200d\u{1f468}\u{1f3fd}'], + ['\u{1f469}\u{1f3fc}\u200d\u{1f91d}\u200d\u{1f468}\u{1f3fe}'], + ['\u{1f469}\u{1f3fc}\u200d\u{1f91d}\u200d\u{1f468}\u{1f3ff}'], + ['\u{1f469}\u{1f3fd}\u200d\u{1f91d}\u200d\u{1f468}\u{1f3fb}'], + ['\u{1f469}\u{1f3fd}\u200d\u{1f91d}\u200d\u{1f468}\u{1f3fc}'], + ['\u{1f46b}\u{1f3fd}'], + ['\u{1f469}\u{1f3fd}\u200d\u{1f91d}\u200d\u{1f468}\u{1f3fe}'], + ['\u{1f469}\u{1f3fd}\u200d\u{1f91d}\u200d\u{1f468}\u{1f3ff}'], + ['\u{1f469}\u{1f3fe}\u200d\u{1f91d}\u200d\u{1f468}\u{1f3fb}'], + ['\u{1f469}\u{1f3fe}\u200d\u{1f91d}\u200d\u{1f468}\u{1f3fc}'], + ['\u{1f469}\u{1f3fe}\u200d\u{1f91d}\u200d\u{1f468}\u{1f3fd}'], + ['\u{1f46b}\u{1f3fe}'], + ['\u{1f469}\u{1f3fe}\u200d\u{1f91d}\u200d\u{1f468}\u{1f3ff}'], + ['\u{1f469}\u{1f3ff}\u200d\u{1f91d}\u200d\u{1f468}\u{1f3fb}'], + ['\u{1f469}\u{1f3ff}\u200d\u{1f91d}\u200d\u{1f468}\u{1f3fc}'], + ['\u{1f469}\u{1f3ff}\u200d\u{1f91d}\u200d\u{1f468}\u{1f3fd}'], + ['\u{1f469}\u{1f3ff}\u200d\u{1f91d}\u200d\u{1f468}\u{1f3fe}'], + ['\u{1f46b}\u{1f3ff}'], + ['\u{1f46c}'], + ['\u{1f46c}\u{1f3fb}'], + ['\u{1f468}\u{1f3fb}\u200d\u{1f91d}\u200d\u{1f468}\u{1f3fc}'], + ['\u{1f468}\u{1f3fb}\u200d\u{1f91d}\u200d\u{1f468}\u{1f3fd}'], + ['\u{1f468}\u{1f3fb}\u200d\u{1f91d}\u200d\u{1f468}\u{1f3fe}'], + ['\u{1f468}\u{1f3fb}\u200d\u{1f91d}\u200d\u{1f468}\u{1f3ff}'], + ['\u{1f468}\u{1f3fc}\u200d\u{1f91d}\u200d\u{1f468}\u{1f3fb}'], + ['\u{1f46c}\u{1f3fc}'], + ['\u{1f468}\u{1f3fc}\u200d\u{1f91d}\u200d\u{1f468}\u{1f3fd}'], + ['\u{1f468}\u{1f3fc}\u200d\u{1f91d}\u200d\u{1f468}\u{1f3fe}'], + ['\u{1f468}\u{1f3fc}\u200d\u{1f91d}\u200d\u{1f468}\u{1f3ff}'], + ['\u{1f468}\u{1f3fd}\u200d\u{1f91d}\u200d\u{1f468}\u{1f3fb}'], + ['\u{1f468}\u{1f3fd}\u200d\u{1f91d}\u200d\u{1f468}\u{1f3fc}'], + ['\u{1f46c}\u{1f3fd}'], + ['\u{1f468}\u{1f3fd}\u200d\u{1f91d}\u200d\u{1f468}\u{1f3fe}'], + ['\u{1f468}\u{1f3fd}\u200d\u{1f91d}\u200d\u{1f468}\u{1f3ff}'], + ['\u{1f468}\u{1f3fe}\u200d\u{1f91d}\u200d\u{1f468}\u{1f3fb}'], + ['\u{1f468}\u{1f3fe}\u200d\u{1f91d}\u200d\u{1f468}\u{1f3fc}'], + ['\u{1f468}\u{1f3fe}\u200d\u{1f91d}\u200d\u{1f468}\u{1f3fd}'], + ['\u{1f46c}\u{1f3fe}'], + ['\u{1f468}\u{1f3fe}\u200d\u{1f91d}\u200d\u{1f468}\u{1f3ff}'], + ['\u{1f468}\u{1f3ff}\u200d\u{1f91d}\u200d\u{1f468}\u{1f3fb}'], + ['\u{1f468}\u{1f3ff}\u200d\u{1f91d}\u200d\u{1f468}\u{1f3fc}'], + ['\u{1f468}\u{1f3ff}\u200d\u{1f91d}\u200d\u{1f468}\u{1f3fd}'], + ['\u{1f468}\u{1f3ff}\u200d\u{1f91d}\u200d\u{1f468}\u{1f3fe}'], + ['\u{1f46c}\u{1f3ff}'], + ['\u{1f48f}'], + ['\u{1f48f}\u{1f3fb}'], + ['\u{1f48f}\u{1f3fc}'], + ['\u{1f48f}\u{1f3fd}'], + ['\u{1f48f}\u{1f3fe}'], + ['\u{1f48f}\u{1f3ff}'], + [ + '\u{1f9d1}\u{1f3fb}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f9d1}\u{1f3fc}' + ], + ['\u{1f9d1}\u{1f3fb}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f9d1}\u{1f3fc}'], + [ + '\u{1f9d1}\u{1f3fb}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f9d1}\u{1f3fd}' + ], + ['\u{1f9d1}\u{1f3fb}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f9d1}\u{1f3fd}'], + [ + '\u{1f9d1}\u{1f3fb}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f9d1}\u{1f3fe}' + ], + ['\u{1f9d1}\u{1f3fb}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f9d1}\u{1f3fe}'], + [ + '\u{1f9d1}\u{1f3fb}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f9d1}\u{1f3ff}' + ], + ['\u{1f9d1}\u{1f3fb}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f9d1}\u{1f3ff}'], + [ + '\u{1f9d1}\u{1f3fc}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f9d1}\u{1f3fb}' + ], + ['\u{1f9d1}\u{1f3fc}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f9d1}\u{1f3fb}'], + [ + '\u{1f9d1}\u{1f3fc}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f9d1}\u{1f3fd}' + ], + ['\u{1f9d1}\u{1f3fc}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f9d1}\u{1f3fd}'], + [ + '\u{1f9d1}\u{1f3fc}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f9d1}\u{1f3fe}' + ], + ['\u{1f9d1}\u{1f3fc}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f9d1}\u{1f3fe}'], + [ + '\u{1f9d1}\u{1f3fc}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f9d1}\u{1f3ff}' + ], + ['\u{1f9d1}\u{1f3fc}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f9d1}\u{1f3ff}'], + [ + '\u{1f9d1}\u{1f3fd}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f9d1}\u{1f3fb}' + ], + ['\u{1f9d1}\u{1f3fd}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f9d1}\u{1f3fb}'], + [ + '\u{1f9d1}\u{1f3fd}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f9d1}\u{1f3fc}' + ], + ['\u{1f9d1}\u{1f3fd}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f9d1}\u{1f3fc}'], + [ + '\u{1f9d1}\u{1f3fd}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f9d1}\u{1f3fe}' + ], + ['\u{1f9d1}\u{1f3fd}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f9d1}\u{1f3fe}'], + [ + '\u{1f9d1}\u{1f3fd}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f9d1}\u{1f3ff}' + ], + ['\u{1f9d1}\u{1f3fd}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f9d1}\u{1f3ff}'], + [ + '\u{1f9d1}\u{1f3fe}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f9d1}\u{1f3fb}' + ], + ['\u{1f9d1}\u{1f3fe}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f9d1}\u{1f3fb}'], + [ + '\u{1f9d1}\u{1f3fe}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f9d1}\u{1f3fc}' + ], + ['\u{1f9d1}\u{1f3fe}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f9d1}\u{1f3fc}'], + [ + '\u{1f9d1}\u{1f3fe}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f9d1}\u{1f3fd}' + ], + ['\u{1f9d1}\u{1f3fe}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f9d1}\u{1f3fd}'], + [ + '\u{1f9d1}\u{1f3fe}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f9d1}\u{1f3ff}' + ], + ['\u{1f9d1}\u{1f3fe}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f9d1}\u{1f3ff}'], + [ + '\u{1f9d1}\u{1f3ff}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f9d1}\u{1f3fb}' + ], + ['\u{1f9d1}\u{1f3ff}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f9d1}\u{1f3fb}'], + [ + '\u{1f9d1}\u{1f3ff}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f9d1}\u{1f3fc}' + ], + ['\u{1f9d1}\u{1f3ff}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f9d1}\u{1f3fc}'], + [ + '\u{1f9d1}\u{1f3ff}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f9d1}\u{1f3fd}' + ], + ['\u{1f9d1}\u{1f3ff}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f9d1}\u{1f3fd}'], + [ + '\u{1f9d1}\u{1f3ff}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f9d1}\u{1f3fe}' + ], + ['\u{1f9d1}\u{1f3ff}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f9d1}\u{1f3fe}'], + ['\u{1f469}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}'], + ['\u{1f469}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}'], + [ + '\u{1f469}\u{1f3fb}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fb}' + ], + ['\u{1f469}\u{1f3fb}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fb}'], + [ + '\u{1f469}\u{1f3fb}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fc}' + ], + ['\u{1f469}\u{1f3fb}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fc}'], + [ + '\u{1f469}\u{1f3fb}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fd}' + ], + ['\u{1f469}\u{1f3fb}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fd}'], + [ + '\u{1f469}\u{1f3fb}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fe}' + ], + ['\u{1f469}\u{1f3fb}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fe}'], + [ + '\u{1f469}\u{1f3fb}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3ff}' + ], + ['\u{1f469}\u{1f3fb}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3ff}'], + [ + '\u{1f469}\u{1f3fc}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fb}' + ], + ['\u{1f469}\u{1f3fc}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fb}'], + [ + '\u{1f469}\u{1f3fc}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fc}' + ], + ['\u{1f469}\u{1f3fc}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fc}'], + [ + '\u{1f469}\u{1f3fc}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fd}' + ], + ['\u{1f469}\u{1f3fc}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fd}'], + [ + '\u{1f469}\u{1f3fc}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fe}' + ], + ['\u{1f469}\u{1f3fc}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fe}'], + [ + '\u{1f469}\u{1f3fc}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3ff}' + ], + ['\u{1f469}\u{1f3fc}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3ff}'], + [ + '\u{1f469}\u{1f3fd}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fb}' + ], + ['\u{1f469}\u{1f3fd}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fb}'], + [ + '\u{1f469}\u{1f3fd}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fc}' + ], + ['\u{1f469}\u{1f3fd}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fc}'], + [ + '\u{1f469}\u{1f3fd}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fd}' + ], + ['\u{1f469}\u{1f3fd}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fd}'], + [ + '\u{1f469}\u{1f3fd}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fe}' + ], + ['\u{1f469}\u{1f3fd}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fe}'], + [ + '\u{1f469}\u{1f3fd}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3ff}' + ], + ['\u{1f469}\u{1f3fd}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3ff}'], + [ + '\u{1f469}\u{1f3fe}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fb}' + ], + ['\u{1f469}\u{1f3fe}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fb}'], + [ + '\u{1f469}\u{1f3fe}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fc}' + ], + ['\u{1f469}\u{1f3fe}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fc}'], + [ + '\u{1f469}\u{1f3fe}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fd}' + ], + ['\u{1f469}\u{1f3fe}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fd}'], + [ + '\u{1f469}\u{1f3fe}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fe}' + ], + ['\u{1f469}\u{1f3fe}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fe}'], + [ + '\u{1f469}\u{1f3fe}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3ff}' + ], + ['\u{1f469}\u{1f3fe}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3ff}'], + [ + '\u{1f469}\u{1f3ff}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fb}' + ], + ['\u{1f469}\u{1f3ff}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fb}'], + [ + '\u{1f469}\u{1f3ff}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fc}' + ], + ['\u{1f469}\u{1f3ff}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fc}'], + [ + '\u{1f469}\u{1f3ff}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fd}' + ], + ['\u{1f469}\u{1f3ff}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fd}'], + [ + '\u{1f469}\u{1f3ff}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fe}' + ], + ['\u{1f469}\u{1f3ff}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fe}'], + [ + '\u{1f469}\u{1f3ff}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3ff}' + ], + ['\u{1f469}\u{1f3ff}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3ff}'], + ['\u{1f468}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}'], + ['\u{1f468}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}'], + [ + '\u{1f468}\u{1f3fb}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fb}' + ], + ['\u{1f468}\u{1f3fb}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fb}'], + [ + '\u{1f468}\u{1f3fb}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fc}' + ], + ['\u{1f468}\u{1f3fb}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fc}'], + [ + '\u{1f468}\u{1f3fb}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fd}' + ], + ['\u{1f468}\u{1f3fb}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fd}'], + [ + '\u{1f468}\u{1f3fb}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fe}' + ], + ['\u{1f468}\u{1f3fb}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fe}'], + [ + '\u{1f468}\u{1f3fb}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3ff}' + ], + ['\u{1f468}\u{1f3fb}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3ff}'], + [ + '\u{1f468}\u{1f3fc}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fb}' + ], + ['\u{1f468}\u{1f3fc}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fb}'], + [ + '\u{1f468}\u{1f3fc}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fc}' + ], + ['\u{1f468}\u{1f3fc}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fc}'], + [ + '\u{1f468}\u{1f3fc}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fd}' + ], + ['\u{1f468}\u{1f3fc}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fd}'], + [ + '\u{1f468}\u{1f3fc}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fe}' + ], + ['\u{1f468}\u{1f3fc}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fe}'], + [ + '\u{1f468}\u{1f3fc}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3ff}' + ], + ['\u{1f468}\u{1f3fc}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3ff}'], + [ + '\u{1f468}\u{1f3fd}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fb}' + ], + ['\u{1f468}\u{1f3fd}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fb}'], + [ + '\u{1f468}\u{1f3fd}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fc}' + ], + ['\u{1f468}\u{1f3fd}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fc}'], + [ + '\u{1f468}\u{1f3fd}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fd}' + ], + ['\u{1f468}\u{1f3fd}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fd}'], + [ + '\u{1f468}\u{1f3fd}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fe}' + ], + ['\u{1f468}\u{1f3fd}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fe}'], + [ + '\u{1f468}\u{1f3fd}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3ff}' + ], + ['\u{1f468}\u{1f3fd}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3ff}'], + [ + '\u{1f468}\u{1f3fe}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fb}' + ], + ['\u{1f468}\u{1f3fe}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fb}'], + [ + '\u{1f468}\u{1f3fe}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fc}' + ], + ['\u{1f468}\u{1f3fe}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fc}'], + [ + '\u{1f468}\u{1f3fe}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fd}' + ], + ['\u{1f468}\u{1f3fe}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fd}'], + [ + '\u{1f468}\u{1f3fe}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fe}' + ], + ['\u{1f468}\u{1f3fe}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fe}'], + [ + '\u{1f468}\u{1f3fe}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3ff}' + ], + ['\u{1f468}\u{1f3fe}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3ff}'], + [ + '\u{1f468}\u{1f3ff}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fb}' + ], + ['\u{1f468}\u{1f3ff}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fb}'], + [ + '\u{1f468}\u{1f3ff}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fc}' + ], + ['\u{1f468}\u{1f3ff}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fc}'], + [ + '\u{1f468}\u{1f3ff}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fd}' + ], + ['\u{1f468}\u{1f3ff}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fd}'], + [ + '\u{1f468}\u{1f3ff}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fe}' + ], + ['\u{1f468}\u{1f3ff}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3fe}'], + [ + '\u{1f468}\u{1f3ff}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}\u{1f3ff}' + ], + ['\u{1f468}\u{1f3ff}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f468}\u{1f3ff}'], + ['\u{1f469}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f469}'], + ['\u{1f469}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f469}'], + [ + '\u{1f469}\u{1f3fb}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f469}\u{1f3fb}' + ], + ['\u{1f469}\u{1f3fb}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f469}\u{1f3fb}'], + [ + '\u{1f469}\u{1f3fb}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f469}\u{1f3fc}' + ], + ['\u{1f469}\u{1f3fb}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f469}\u{1f3fc}'], + [ + '\u{1f469}\u{1f3fb}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f469}\u{1f3fd}' + ], + ['\u{1f469}\u{1f3fb}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f469}\u{1f3fd}'], + [ + '\u{1f469}\u{1f3fb}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f469}\u{1f3fe}' + ], + ['\u{1f469}\u{1f3fb}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f469}\u{1f3fe}'], + [ + '\u{1f469}\u{1f3fb}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f469}\u{1f3ff}' + ], + ['\u{1f469}\u{1f3fb}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f469}\u{1f3ff}'], + [ + '\u{1f469}\u{1f3fc}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f469}\u{1f3fb}' + ], + ['\u{1f469}\u{1f3fc}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f469}\u{1f3fb}'], + [ + '\u{1f469}\u{1f3fc}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f469}\u{1f3fc}' + ], + ['\u{1f469}\u{1f3fc}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f469}\u{1f3fc}'], + [ + '\u{1f469}\u{1f3fc}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f469}\u{1f3fd}' + ], + ['\u{1f469}\u{1f3fc}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f469}\u{1f3fd}'], + [ + '\u{1f469}\u{1f3fc}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f469}\u{1f3fe}' + ], + ['\u{1f469}\u{1f3fc}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f469}\u{1f3fe}'], + [ + '\u{1f469}\u{1f3fc}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f469}\u{1f3ff}' + ], + ['\u{1f469}\u{1f3fc}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f469}\u{1f3ff}'], + [ + '\u{1f469}\u{1f3fd}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f469}\u{1f3fb}' + ], + ['\u{1f469}\u{1f3fd}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f469}\u{1f3fb}'], + [ + '\u{1f469}\u{1f3fd}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f469}\u{1f3fc}' + ], + ['\u{1f469}\u{1f3fd}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f469}\u{1f3fc}'], + [ + '\u{1f469}\u{1f3fd}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f469}\u{1f3fd}' + ], + ['\u{1f469}\u{1f3fd}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f469}\u{1f3fd}'], + [ + '\u{1f469}\u{1f3fd}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f469}\u{1f3fe}' + ], + ['\u{1f469}\u{1f3fd}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f469}\u{1f3fe}'], + [ + '\u{1f469}\u{1f3fd}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f469}\u{1f3ff}' + ], + ['\u{1f469}\u{1f3fd}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f469}\u{1f3ff}'], + [ + '\u{1f469}\u{1f3fe}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f469}\u{1f3fb}' + ], + ['\u{1f469}\u{1f3fe}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f469}\u{1f3fb}'], + [ + '\u{1f469}\u{1f3fe}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f469}\u{1f3fc}' + ], + ['\u{1f469}\u{1f3fe}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f469}\u{1f3fc}'], + [ + '\u{1f469}\u{1f3fe}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f469}\u{1f3fd}' + ], + ['\u{1f469}\u{1f3fe}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f469}\u{1f3fd}'], + [ + '\u{1f469}\u{1f3fe}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f469}\u{1f3fe}' + ], + ['\u{1f469}\u{1f3fe}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f469}\u{1f3fe}'], + [ + '\u{1f469}\u{1f3fe}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f469}\u{1f3ff}' + ], + ['\u{1f469}\u{1f3fe}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f469}\u{1f3ff}'], + [ + '\u{1f469}\u{1f3ff}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f469}\u{1f3fb}' + ], + ['\u{1f469}\u{1f3ff}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f469}\u{1f3fb}'], + [ + '\u{1f469}\u{1f3ff}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f469}\u{1f3fc}' + ], + ['\u{1f469}\u{1f3ff}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f469}\u{1f3fc}'], + [ + '\u{1f469}\u{1f3ff}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f469}\u{1f3fd}' + ], + ['\u{1f469}\u{1f3ff}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f469}\u{1f3fd}'], + [ + '\u{1f469}\u{1f3ff}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f469}\u{1f3fe}' + ], + ['\u{1f469}\u{1f3ff}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f469}\u{1f3fe}'], + [ + '\u{1f469}\u{1f3ff}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f469}\u{1f3ff}' + ], + ['\u{1f469}\u{1f3ff}\u200d\u2764\u200d\u{1f48b}\u200d\u{1f469}\u{1f3ff}'], + ['\u{1f491}'], + ['\u{1f491}\u{1f3fb}'], + ['\u{1f491}\u{1f3fc}'], + ['\u{1f491}\u{1f3fd}'], + ['\u{1f491}\u{1f3fe}'], + ['\u{1f491}\u{1f3ff}'], + ['\u{1f9d1}\u{1f3fb}\u200d\u2764\ufe0f\u200d\u{1f9d1}\u{1f3fc}'], + ['\u{1f9d1}\u{1f3fb}\u200d\u2764\u200d\u{1f9d1}\u{1f3fc}'], + ['\u{1f9d1}\u{1f3fb}\u200d\u2764\ufe0f\u200d\u{1f9d1}\u{1f3fd}'], + ['\u{1f9d1}\u{1f3fb}\u200d\u2764\u200d\u{1f9d1}\u{1f3fd}'], + ['\u{1f9d1}\u{1f3fb}\u200d\u2764\ufe0f\u200d\u{1f9d1}\u{1f3fe}'], + ['\u{1f9d1}\u{1f3fb}\u200d\u2764\u200d\u{1f9d1}\u{1f3fe}'], + ['\u{1f9d1}\u{1f3fb}\u200d\u2764\ufe0f\u200d\u{1f9d1}\u{1f3ff}'], + ['\u{1f9d1}\u{1f3fb}\u200d\u2764\u200d\u{1f9d1}\u{1f3ff}'], + ['\u{1f9d1}\u{1f3fc}\u200d\u2764\ufe0f\u200d\u{1f9d1}\u{1f3fb}'], + ['\u{1f9d1}\u{1f3fc}\u200d\u2764\u200d\u{1f9d1}\u{1f3fb}'], + ['\u{1f9d1}\u{1f3fc}\u200d\u2764\ufe0f\u200d\u{1f9d1}\u{1f3fd}'], + ['\u{1f9d1}\u{1f3fc}\u200d\u2764\u200d\u{1f9d1}\u{1f3fd}'], + ['\u{1f9d1}\u{1f3fc}\u200d\u2764\ufe0f\u200d\u{1f9d1}\u{1f3fe}'], + ['\u{1f9d1}\u{1f3fc}\u200d\u2764\u200d\u{1f9d1}\u{1f3fe}'], + ['\u{1f9d1}\u{1f3fc}\u200d\u2764\ufe0f\u200d\u{1f9d1}\u{1f3ff}'], + ['\u{1f9d1}\u{1f3fc}\u200d\u2764\u200d\u{1f9d1}\u{1f3ff}'], + ['\u{1f9d1}\u{1f3fd}\u200d\u2764\ufe0f\u200d\u{1f9d1}\u{1f3fb}'], + ['\u{1f9d1}\u{1f3fd}\u200d\u2764\u200d\u{1f9d1}\u{1f3fb}'], + ['\u{1f9d1}\u{1f3fd}\u200d\u2764\ufe0f\u200d\u{1f9d1}\u{1f3fc}'], + ['\u{1f9d1}\u{1f3fd}\u200d\u2764\u200d\u{1f9d1}\u{1f3fc}'], + ['\u{1f9d1}\u{1f3fd}\u200d\u2764\ufe0f\u200d\u{1f9d1}\u{1f3fe}'], + ['\u{1f9d1}\u{1f3fd}\u200d\u2764\u200d\u{1f9d1}\u{1f3fe}'], + ['\u{1f9d1}\u{1f3fd}\u200d\u2764\ufe0f\u200d\u{1f9d1}\u{1f3ff}'], + ['\u{1f9d1}\u{1f3fd}\u200d\u2764\u200d\u{1f9d1}\u{1f3ff}'], + ['\u{1f9d1}\u{1f3fe}\u200d\u2764\ufe0f\u200d\u{1f9d1}\u{1f3fb}'], + ['\u{1f9d1}\u{1f3fe}\u200d\u2764\u200d\u{1f9d1}\u{1f3fb}'], + ['\u{1f9d1}\u{1f3fe}\u200d\u2764\ufe0f\u200d\u{1f9d1}\u{1f3fc}'], + ['\u{1f9d1}\u{1f3fe}\u200d\u2764\u200d\u{1f9d1}\u{1f3fc}'], + ['\u{1f9d1}\u{1f3fe}\u200d\u2764\ufe0f\u200d\u{1f9d1}\u{1f3fd}'], + ['\u{1f9d1}\u{1f3fe}\u200d\u2764\u200d\u{1f9d1}\u{1f3fd}'], + ['\u{1f9d1}\u{1f3fe}\u200d\u2764\ufe0f\u200d\u{1f9d1}\u{1f3ff}'], + ['\u{1f9d1}\u{1f3fe}\u200d\u2764\u200d\u{1f9d1}\u{1f3ff}'], + ['\u{1f9d1}\u{1f3ff}\u200d\u2764\ufe0f\u200d\u{1f9d1}\u{1f3fb}'], + ['\u{1f9d1}\u{1f3ff}\u200d\u2764\u200d\u{1f9d1}\u{1f3fb}'], + ['\u{1f9d1}\u{1f3ff}\u200d\u2764\ufe0f\u200d\u{1f9d1}\u{1f3fc}'], + ['\u{1f9d1}\u{1f3ff}\u200d\u2764\u200d\u{1f9d1}\u{1f3fc}'], + ['\u{1f9d1}\u{1f3ff}\u200d\u2764\ufe0f\u200d\u{1f9d1}\u{1f3fd}'], + ['\u{1f9d1}\u{1f3ff}\u200d\u2764\u200d\u{1f9d1}\u{1f3fd}'], + ['\u{1f9d1}\u{1f3ff}\u200d\u2764\ufe0f\u200d\u{1f9d1}\u{1f3fe}'], + ['\u{1f9d1}\u{1f3ff}\u200d\u2764\u200d\u{1f9d1}\u{1f3fe}'], + ['\u{1f469}\u200d\u2764\ufe0f\u200d\u{1f468}'], + ['\u{1f469}\u200d\u2764\u200d\u{1f468}'], + ['\u{1f469}\u{1f3fb}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3fb}'], + ['\u{1f469}\u{1f3fb}\u200d\u2764\u200d\u{1f468}\u{1f3fb}'], + ['\u{1f469}\u{1f3fb}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3fc}'], + ['\u{1f469}\u{1f3fb}\u200d\u2764\u200d\u{1f468}\u{1f3fc}'], + ['\u{1f469}\u{1f3fb}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3fd}'], + ['\u{1f469}\u{1f3fb}\u200d\u2764\u200d\u{1f468}\u{1f3fd}'], + ['\u{1f469}\u{1f3fb}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3fe}'], + ['\u{1f469}\u{1f3fb}\u200d\u2764\u200d\u{1f468}\u{1f3fe}'], + ['\u{1f469}\u{1f3fb}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3ff}'], + ['\u{1f469}\u{1f3fb}\u200d\u2764\u200d\u{1f468}\u{1f3ff}'], + ['\u{1f469}\u{1f3fc}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3fb}'], + ['\u{1f469}\u{1f3fc}\u200d\u2764\u200d\u{1f468}\u{1f3fb}'], + ['\u{1f469}\u{1f3fc}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3fc}'], + ['\u{1f469}\u{1f3fc}\u200d\u2764\u200d\u{1f468}\u{1f3fc}'], + ['\u{1f469}\u{1f3fc}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3fd}'], + ['\u{1f469}\u{1f3fc}\u200d\u2764\u200d\u{1f468}\u{1f3fd}'], + ['\u{1f469}\u{1f3fc}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3fe}'], + ['\u{1f469}\u{1f3fc}\u200d\u2764\u200d\u{1f468}\u{1f3fe}'], + ['\u{1f469}\u{1f3fc}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3ff}'], + ['\u{1f469}\u{1f3fc}\u200d\u2764\u200d\u{1f468}\u{1f3ff}'], + ['\u{1f469}\u{1f3fd}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3fb}'], + ['\u{1f469}\u{1f3fd}\u200d\u2764\u200d\u{1f468}\u{1f3fb}'], + ['\u{1f469}\u{1f3fd}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3fc}'], + ['\u{1f469}\u{1f3fd}\u200d\u2764\u200d\u{1f468}\u{1f3fc}'], + ['\u{1f469}\u{1f3fd}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3fd}'], + ['\u{1f469}\u{1f3fd}\u200d\u2764\u200d\u{1f468}\u{1f3fd}'], + ['\u{1f469}\u{1f3fd}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3fe}'], + ['\u{1f469}\u{1f3fd}\u200d\u2764\u200d\u{1f468}\u{1f3fe}'], + ['\u{1f469}\u{1f3fd}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3ff}'], + ['\u{1f469}\u{1f3fd}\u200d\u2764\u200d\u{1f468}\u{1f3ff}'], + ['\u{1f469}\u{1f3fe}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3fb}'], + ['\u{1f469}\u{1f3fe}\u200d\u2764\u200d\u{1f468}\u{1f3fb}'], + ['\u{1f469}\u{1f3fe}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3fc}'], + ['\u{1f469}\u{1f3fe}\u200d\u2764\u200d\u{1f468}\u{1f3fc}'], + ['\u{1f469}\u{1f3fe}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3fd}'], + ['\u{1f469}\u{1f3fe}\u200d\u2764\u200d\u{1f468}\u{1f3fd}'], + ['\u{1f469}\u{1f3fe}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3fe}'], + ['\u{1f469}\u{1f3fe}\u200d\u2764\u200d\u{1f468}\u{1f3fe}'], + ['\u{1f469}\u{1f3fe}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3ff}'], + ['\u{1f469}\u{1f3fe}\u200d\u2764\u200d\u{1f468}\u{1f3ff}'], + ['\u{1f469}\u{1f3ff}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3fb}'], + ['\u{1f469}\u{1f3ff}\u200d\u2764\u200d\u{1f468}\u{1f3fb}'], + ['\u{1f469}\u{1f3ff}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3fc}'], + ['\u{1f469}\u{1f3ff}\u200d\u2764\u200d\u{1f468}\u{1f3fc}'], + ['\u{1f469}\u{1f3ff}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3fd}'], + ['\u{1f469}\u{1f3ff}\u200d\u2764\u200d\u{1f468}\u{1f3fd}'], + ['\u{1f469}\u{1f3ff}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3fe}'], + ['\u{1f469}\u{1f3ff}\u200d\u2764\u200d\u{1f468}\u{1f3fe}'], + ['\u{1f469}\u{1f3ff}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3ff}'], + ['\u{1f469}\u{1f3ff}\u200d\u2764\u200d\u{1f468}\u{1f3ff}'], + ['\u{1f468}\u200d\u2764\ufe0f\u200d\u{1f468}'], + ['\u{1f468}\u200d\u2764\u200d\u{1f468}'], + ['\u{1f468}\u{1f3fb}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3fb}'], + ['\u{1f468}\u{1f3fb}\u200d\u2764\u200d\u{1f468}\u{1f3fb}'], + ['\u{1f468}\u{1f3fb}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3fc}'], + ['\u{1f468}\u{1f3fb}\u200d\u2764\u200d\u{1f468}\u{1f3fc}'], + ['\u{1f468}\u{1f3fb}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3fd}'], + ['\u{1f468}\u{1f3fb}\u200d\u2764\u200d\u{1f468}\u{1f3fd}'], + ['\u{1f468}\u{1f3fb}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3fe}'], + ['\u{1f468}\u{1f3fb}\u200d\u2764\u200d\u{1f468}\u{1f3fe}'], + ['\u{1f468}\u{1f3fb}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3ff}'], + ['\u{1f468}\u{1f3fb}\u200d\u2764\u200d\u{1f468}\u{1f3ff}'], + ['\u{1f468}\u{1f3fc}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3fb}'], + ['\u{1f468}\u{1f3fc}\u200d\u2764\u200d\u{1f468}\u{1f3fb}'], + ['\u{1f468}\u{1f3fc}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3fc}'], + ['\u{1f468}\u{1f3fc}\u200d\u2764\u200d\u{1f468}\u{1f3fc}'], + ['\u{1f468}\u{1f3fc}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3fd}'], + ['\u{1f468}\u{1f3fc}\u200d\u2764\u200d\u{1f468}\u{1f3fd}'], + ['\u{1f468}\u{1f3fc}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3fe}'], + ['\u{1f468}\u{1f3fc}\u200d\u2764\u200d\u{1f468}\u{1f3fe}'], + ['\u{1f468}\u{1f3fc}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3ff}'], + ['\u{1f468}\u{1f3fc}\u200d\u2764\u200d\u{1f468}\u{1f3ff}'], + ['\u{1f468}\u{1f3fd}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3fb}'], + ['\u{1f468}\u{1f3fd}\u200d\u2764\u200d\u{1f468}\u{1f3fb}'], + ['\u{1f468}\u{1f3fd}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3fc}'], + ['\u{1f468}\u{1f3fd}\u200d\u2764\u200d\u{1f468}\u{1f3fc}'], + ['\u{1f468}\u{1f3fd}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3fd}'], + ['\u{1f468}\u{1f3fd}\u200d\u2764\u200d\u{1f468}\u{1f3fd}'], + ['\u{1f468}\u{1f3fd}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3fe}'], + ['\u{1f468}\u{1f3fd}\u200d\u2764\u200d\u{1f468}\u{1f3fe}'], + ['\u{1f468}\u{1f3fd}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3ff}'], + ['\u{1f468}\u{1f3fd}\u200d\u2764\u200d\u{1f468}\u{1f3ff}'], + ['\u{1f468}\u{1f3fe}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3fb}'], + ['\u{1f468}\u{1f3fe}\u200d\u2764\u200d\u{1f468}\u{1f3fb}'], + ['\u{1f468}\u{1f3fe}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3fc}'], + ['\u{1f468}\u{1f3fe}\u200d\u2764\u200d\u{1f468}\u{1f3fc}'], + ['\u{1f468}\u{1f3fe}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3fd}'], + ['\u{1f468}\u{1f3fe}\u200d\u2764\u200d\u{1f468}\u{1f3fd}'], + ['\u{1f468}\u{1f3fe}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3fe}'], + ['\u{1f468}\u{1f3fe}\u200d\u2764\u200d\u{1f468}\u{1f3fe}'], + ['\u{1f468}\u{1f3fe}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3ff}'], + ['\u{1f468}\u{1f3fe}\u200d\u2764\u200d\u{1f468}\u{1f3ff}'], + ['\u{1f468}\u{1f3ff}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3fb}'], + ['\u{1f468}\u{1f3ff}\u200d\u2764\u200d\u{1f468}\u{1f3fb}'], + ['\u{1f468}\u{1f3ff}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3fc}'], + ['\u{1f468}\u{1f3ff}\u200d\u2764\u200d\u{1f468}\u{1f3fc}'], + ['\u{1f468}\u{1f3ff}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3fd}'], + ['\u{1f468}\u{1f3ff}\u200d\u2764\u200d\u{1f468}\u{1f3fd}'], + ['\u{1f468}\u{1f3ff}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3fe}'], + ['\u{1f468}\u{1f3ff}\u200d\u2764\u200d\u{1f468}\u{1f3fe}'], + ['\u{1f468}\u{1f3ff}\u200d\u2764\ufe0f\u200d\u{1f468}\u{1f3ff}'], + ['\u{1f468}\u{1f3ff}\u200d\u2764\u200d\u{1f468}\u{1f3ff}'], + ['\u{1f469}\u200d\u2764\ufe0f\u200d\u{1f469}'], + ['\u{1f469}\u200d\u2764\u200d\u{1f469}'], + ['\u{1f469}\u{1f3fb}\u200d\u2764\ufe0f\u200d\u{1f469}\u{1f3fb}'], + ['\u{1f469}\u{1f3fb}\u200d\u2764\u200d\u{1f469}\u{1f3fb}'], + ['\u{1f469}\u{1f3fb}\u200d\u2764\ufe0f\u200d\u{1f469}\u{1f3fc}'], + ['\u{1f469}\u{1f3fb}\u200d\u2764\u200d\u{1f469}\u{1f3fc}'], + ['\u{1f469}\u{1f3fb}\u200d\u2764\ufe0f\u200d\u{1f469}\u{1f3fd}'], + ['\u{1f469}\u{1f3fb}\u200d\u2764\u200d\u{1f469}\u{1f3fd}'], + ['\u{1f469}\u{1f3fb}\u200d\u2764\ufe0f\u200d\u{1f469}\u{1f3fe}'], + ['\u{1f469}\u{1f3fb}\u200d\u2764\u200d\u{1f469}\u{1f3fe}'], + ['\u{1f469}\u{1f3fb}\u200d\u2764\ufe0f\u200d\u{1f469}\u{1f3ff}'], + ['\u{1f469}\u{1f3fb}\u200d\u2764\u200d\u{1f469}\u{1f3ff}'], + ['\u{1f469}\u{1f3fc}\u200d\u2764\ufe0f\u200d\u{1f469}\u{1f3fb}'], + ['\u{1f469}\u{1f3fc}\u200d\u2764\u200d\u{1f469}\u{1f3fb}'], + ['\u{1f469}\u{1f3fc}\u200d\u2764\ufe0f\u200d\u{1f469}\u{1f3fc}'], + ['\u{1f469}\u{1f3fc}\u200d\u2764\u200d\u{1f469}\u{1f3fc}'], + ['\u{1f469}\u{1f3fc}\u200d\u2764\ufe0f\u200d\u{1f469}\u{1f3fd}'], + ['\u{1f469}\u{1f3fc}\u200d\u2764\u200d\u{1f469}\u{1f3fd}'], + ['\u{1f469}\u{1f3fc}\u200d\u2764\ufe0f\u200d\u{1f469}\u{1f3fe}'], + ['\u{1f469}\u{1f3fc}\u200d\u2764\u200d\u{1f469}\u{1f3fe}'], + ['\u{1f469}\u{1f3fc}\u200d\u2764\ufe0f\u200d\u{1f469}\u{1f3ff}'], + ['\u{1f469}\u{1f3fc}\u200d\u2764\u200d\u{1f469}\u{1f3ff}'], + ['\u{1f469}\u{1f3fd}\u200d\u2764\ufe0f\u200d\u{1f469}\u{1f3fb}'], + ['\u{1f469}\u{1f3fd}\u200d\u2764\u200d\u{1f469}\u{1f3fb}'], + ['\u{1f469}\u{1f3fd}\u200d\u2764\ufe0f\u200d\u{1f469}\u{1f3fc}'], + ['\u{1f469}\u{1f3fd}\u200d\u2764\u200d\u{1f469}\u{1f3fc}'], + ['\u{1f469}\u{1f3fd}\u200d\u2764\ufe0f\u200d\u{1f469}\u{1f3fd}'], + ['\u{1f469}\u{1f3fd}\u200d\u2764\u200d\u{1f469}\u{1f3fd}'], + ['\u{1f469}\u{1f3fd}\u200d\u2764\ufe0f\u200d\u{1f469}\u{1f3fe}'], + ['\u{1f469}\u{1f3fd}\u200d\u2764\u200d\u{1f469}\u{1f3fe}'], + ['\u{1f469}\u{1f3fd}\u200d\u2764\ufe0f\u200d\u{1f469}\u{1f3ff}'], + ['\u{1f469}\u{1f3fd}\u200d\u2764\u200d\u{1f469}\u{1f3ff}'], + ['\u{1f469}\u{1f3fe}\u200d\u2764\ufe0f\u200d\u{1f469}\u{1f3fb}'], + ['\u{1f469}\u{1f3fe}\u200d\u2764\u200d\u{1f469}\u{1f3fb}'], + ['\u{1f469}\u{1f3fe}\u200d\u2764\ufe0f\u200d\u{1f469}\u{1f3fc}'], + ['\u{1f469}\u{1f3fe}\u200d\u2764\u200d\u{1f469}\u{1f3fc}'], + ['\u{1f469}\u{1f3fe}\u200d\u2764\ufe0f\u200d\u{1f469}\u{1f3fd}'], + ['\u{1f469}\u{1f3fe}\u200d\u2764\u200d\u{1f469}\u{1f3fd}'], + ['\u{1f469}\u{1f3fe}\u200d\u2764\ufe0f\u200d\u{1f469}\u{1f3fe}'], + ['\u{1f469}\u{1f3fe}\u200d\u2764\u200d\u{1f469}\u{1f3fe}'], + ['\u{1f469}\u{1f3fe}\u200d\u2764\ufe0f\u200d\u{1f469}\u{1f3ff}'], + ['\u{1f469}\u{1f3fe}\u200d\u2764\u200d\u{1f469}\u{1f3ff}'], + ['\u{1f469}\u{1f3ff}\u200d\u2764\ufe0f\u200d\u{1f469}\u{1f3fb}'], + ['\u{1f469}\u{1f3ff}\u200d\u2764\u200d\u{1f469}\u{1f3fb}'], + ['\u{1f469}\u{1f3ff}\u200d\u2764\ufe0f\u200d\u{1f469}\u{1f3fc}'], + ['\u{1f469}\u{1f3ff}\u200d\u2764\u200d\u{1f469}\u{1f3fc}'], + ['\u{1f469}\u{1f3ff}\u200d\u2764\ufe0f\u200d\u{1f469}\u{1f3fd}'], + ['\u{1f469}\u{1f3ff}\u200d\u2764\u200d\u{1f469}\u{1f3fd}'], + ['\u{1f469}\u{1f3ff}\u200d\u2764\ufe0f\u200d\u{1f469}\u{1f3fe}'], + ['\u{1f469}\u{1f3ff}\u200d\u2764\u200d\u{1f469}\u{1f3fe}'], + ['\u{1f469}\u{1f3ff}\u200d\u2764\ufe0f\u200d\u{1f469}\u{1f3ff}'], + ['\u{1f469}\u{1f3ff}\u200d\u2764\u200d\u{1f469}\u{1f3ff}'], + ['\u{1f46a}'], + ['\u{1f468}\u200d\u{1f469}\u200d\u{1f466}'], + ['\u{1f468}\u200d\u{1f469}\u200d\u{1f467}'], + ['\u{1f468}\u200d\u{1f469}\u200d\u{1f467}\u200d\u{1f466}'], + ['\u{1f468}\u200d\u{1f469}\u200d\u{1f466}\u200d\u{1f466}'], + ['\u{1f468}\u200d\u{1f469}\u200d\u{1f467}\u200d\u{1f467}'], + ['\u{1f468}\u200d\u{1f468}\u200d\u{1f466}'], + ['\u{1f468}\u200d\u{1f468}\u200d\u{1f467}'], + ['\u{1f468}\u200d\u{1f468}\u200d\u{1f467}\u200d\u{1f466}'], + ['\u{1f468}\u200d\u{1f468}\u200d\u{1f466}\u200d\u{1f466}'], + ['\u{1f468}\u200d\u{1f468}\u200d\u{1f467}\u200d\u{1f467}'], + ['\u{1f469}\u200d\u{1f469}\u200d\u{1f466}'], + ['\u{1f469}\u200d\u{1f469}\u200d\u{1f467}'], + ['\u{1f469}\u200d\u{1f469}\u200d\u{1f467}\u200d\u{1f466}'], + ['\u{1f469}\u200d\u{1f469}\u200d\u{1f466}\u200d\u{1f466}'], + ['\u{1f469}\u200d\u{1f469}\u200d\u{1f467}\u200d\u{1f467}'], + ['\u{1f468}\u200d\u{1f466}'], + ['\u{1f468}\u200d\u{1f466}\u200d\u{1f466}'], + ['\u{1f468}\u200d\u{1f467}'], + ['\u{1f468}\u200d\u{1f467}\u200d\u{1f466}'], + ['\u{1f468}\u200d\u{1f467}\u200d\u{1f467}'], + ['\u{1f469}\u200d\u{1f466}'], + ['\u{1f469}\u200d\u{1f466}\u200d\u{1f466}'], + ['\u{1f469}\u200d\u{1f467}'], + ['\u{1f469}\u200d\u{1f467}\u200d\u{1f466}'], + ['\u{1f469}\u200d\u{1f467}\u200d\u{1f467}'], + ['\u{1f5e3}\ufe0f'], + ['\u{1f5e3}'], + ['\u{1f464}'], + ['\u{1f465}'], + ['\u{1fac2}'], + ['\u{1f463}'], + ['\u{1f3fb}'], + ['\u{1f3fc}'], + ['\u{1f3fd}'], + ['\u{1f3fe}'], + ['\u{1f3ff}'], + ['\u{1f9b0}'], + ['\u{1f9b1}'], + ['\u{1f9b3}'], + ['\u{1f9b2}'], + ['\u{1f435}'], + ['\u{1f412}'], + ['\u{1f98d}'], + ['\u{1f9a7}'], + ['\u{1f436}'], + ['\u{1f415}'], + ['\u{1f9ae}'], + ['\u{1f415}\u200d\u{1f9ba}'], + ['\u{1f429}'], + ['\u{1f43a}'], + ['\u{1f98a}'], + ['\u{1f99d}'], + ['\u{1f431}'], + ['\u{1f408}'], + ['\u{1f408}\u200d\u2b1b'], + ['\u{1f981}'], + ['\u{1f42f}'], + ['\u{1f405}'], + ['\u{1f406}'], + ['\u{1f434}'], + ['\u{1face}'], + ['\u{1facf}'], + ['\u{1f40e}'], + ['\u{1f984}'], + ['\u{1f993}'], + ['\u{1f98c}'], + ['\u{1f9ac}'], + ['\u{1f42e}'], + ['\u{1f402}'], + ['\u{1f403}'], + ['\u{1f404}'], + ['\u{1f437}'], + ['\u{1f416}'], + ['\u{1f417}'], + ['\u{1f43d}'], + ['\u{1f40f}'], + ['\u{1f411}'], + ['\u{1f410}'], + ['\u{1f42a}'], + ['\u{1f42b}'], + ['\u{1f999}'], + ['\u{1f992}'], + ['\u{1f418}'], + ['\u{1f9a3}'], + ['\u{1f98f}'], + ['\u{1f99b}'], + ['\u{1f42d}'], + ['\u{1f401}'], + ['\u{1f400}'], + ['\u{1f439}'], + ['\u{1f430}'], + ['\u{1f407}'], + ['\u{1f43f}\ufe0f'], + ['\u{1f43f}'], + ['\u{1f9ab}'], + ['\u{1f994}'], + ['\u{1f987}'], + ['\u{1f43b}'], + ['\u{1f43b}\u200d\u2744\ufe0f'], + ['\u{1f43b}\u200d\u2744'], + ['\u{1f428}'], + ['\u{1f43c}'], + ['\u{1f9a5}'], + ['\u{1f9a6}'], + ['\u{1f9a8}'], + ['\u{1f998}'], + ['\u{1f9a1}'], + ['\u{1f43e}'], + ['\u{1f983}'], + ['\u{1f414}'], + ['\u{1f413}'], + ['\u{1f423}'], + ['\u{1f424}'], + ['\u{1f425}'], + ['\u{1f426}'], + ['\u{1f427}'], + ['\u{1f54a}\ufe0f'], + ['\u{1f54a}'], + ['\u{1f985}'], + ['\u{1f986}'], + ['\u{1f9a2}'], + ['\u{1f989}'], + ['\u{1f9a4}'], + ['\u{1fab6}'], + ['\u{1f9a9}'], + ['\u{1f99a}'], + ['\u{1f99c}'], + ['\u{1fabd}'], + ['\u{1f426}\u200d\u2b1b'], + ['\u{1fabf}'], + ['\u{1f438}'], + ['\u{1f40a}'], + ['\u{1f422}'], + ['\u{1f98e}'], + ['\u{1f40d}'], + ['\u{1f432}'], + ['\u{1f409}'], + ['\u{1f995}'], + ['\u{1f996}'], + ['\u{1f433}'], + ['\u{1f40b}'], + ['\u{1f42c}'], + ['\u{1f9ad}'], + ['\u{1f41f}'], + ['\u{1f420}'], + ['\u{1f421}'], + ['\u{1f988}'], + ['\u{1f419}'], + ['\u{1f41a}'], + ['\u{1fab8}'], + ['\u{1fabc}'], + ['\u{1f40c}'], + ['\u{1f98b}'], + ['\u{1f41b}'], + ['\u{1f41c}'], + ['\u{1f41d}'], + ['\u{1fab2}'], + ['\u{1f41e}'], + ['\u{1f997}'], + ['\u{1fab3}'], + ['\u{1f577}\ufe0f'], + ['\u{1f577}'], + ['\u{1f578}\ufe0f'], + ['\u{1f578}'], + ['\u{1f982}'], + ['\u{1f99f}'], + ['\u{1fab0}'], + ['\u{1fab1}'], + ['\u{1f9a0}'], + ['\u{1f490}'], + ['\u{1f338}'], + ['\u{1f4ae}'], + ['\u{1fab7}'], + ['\u{1f3f5}\ufe0f'], + ['\u{1f3f5}'], + ['\u{1f339}'], + ['\u{1f940}'], + ['\u{1f33a}'], + ['\u{1f33b}'], + ['\u{1f33c}'], + ['\u{1f337}'], + ['\u{1fabb}'], + ['\u{1f331}'], + ['\u{1fab4}'], + ['\u{1f332}'], + ['\u{1f333}'], + ['\u{1f334}'], + ['\u{1f335}'], + ['\u{1f33e}'], + ['\u{1f33f}'], + ['\u2618\ufe0f'], + ['\u2618'], + ['\u{1f340}'], + ['\u{1f341}'], + ['\u{1f342}'], + ['\u{1f343}'], + ['\u{1fab9}'], + ['\u{1faba}'], + ['\u{1f344}'], + ['\u{1f347}'], + ['\u{1f348}'], + ['\u{1f349}'], + ['\u{1f34a}'], + ['\u{1f34b}'], + ['\u{1f34c}'], + ['\u{1f34d}'], + ['\u{1f96d}'], + ['\u{1f34e}'], + ['\u{1f34f}'], + ['\u{1f350}'], + ['\u{1f351}'], + ['\u{1f352}'], + ['\u{1f353}'], + ['\u{1fad0}'], + ['\u{1f95d}'], + ['\u{1f345}'], + ['\u{1fad2}'], + ['\u{1f965}'], + ['\u{1f951}'], + ['\u{1f346}'], + ['\u{1f954}'], + ['\u{1f955}'], + ['\u{1f33d}'], + ['\u{1f336}\ufe0f'], + ['\u{1f336}'], + ['\u{1fad1}'], + ['\u{1f952}'], + ['\u{1f96c}'], + ['\u{1f966}'], + ['\u{1f9c4}'], + ['\u{1f9c5}'], + ['\u{1f95c}'], + ['\u{1fad8}'], + ['\u{1f330}'], + ['\u{1fada}'], + ['\u{1fadb}'], + ['\u{1f35e}'], + ['\u{1f950}'], + ['\u{1f956}'], + ['\u{1fad3}'], + ['\u{1f968}'], + ['\u{1f96f}'], + ['\u{1f95e}'], + ['\u{1f9c7}'], + ['\u{1f9c0}'], + ['\u{1f356}'], + ['\u{1f357}'], + ['\u{1f969}'], + ['\u{1f953}'], + ['\u{1f354}'], + ['\u{1f35f}'], + ['\u{1f355}'], + ['\u{1f32d}'], + ['\u{1f96a}'], + ['\u{1f32e}'], + ['\u{1f32f}'], + ['\u{1fad4}'], + ['\u{1f959}'], + ['\u{1f9c6}'], + ['\u{1f95a}'], + ['\u{1f373}'], + ['\u{1f958}'], + ['\u{1f372}'], + ['\u{1fad5}'], + ['\u{1f963}'], + ['\u{1f957}'], + ['\u{1f37f}'], + ['\u{1f9c8}'], + ['\u{1f9c2}'], + ['\u{1f96b}'], + ['\u{1f371}'], + ['\u{1f358}'], + ['\u{1f359}'], + ['\u{1f35a}'], + ['\u{1f35b}'], + ['\u{1f35c}'], + ['\u{1f35d}'], + ['\u{1f360}'], + ['\u{1f362}'], + ['\u{1f363}'], + ['\u{1f364}'], + ['\u{1f365}'], + ['\u{1f96e}'], + ['\u{1f361}'], + ['\u{1f95f}'], + ['\u{1f960}'], + ['\u{1f961}'], + ['\u{1f980}'], + ['\u{1f99e}'], + ['\u{1f990}'], + ['\u{1f991}'], + ['\u{1f9aa}'], + ['\u{1f366}'], + ['\u{1f367}'], + ['\u{1f368}'], + ['\u{1f369}'], + ['\u{1f36a}'], + ['\u{1f382}'], + ['\u{1f370}'], + ['\u{1f9c1}'], + ['\u{1f967}'], + ['\u{1f36b}'], + ['\u{1f36c}'], + ['\u{1f36d}'], + ['\u{1f36e}'], + ['\u{1f36f}'], + ['\u{1f37c}'], + ['\u{1f95b}'], + ['\u2615'], + ['\u{1fad6}'], + ['\u{1f375}'], + ['\u{1f376}'], + ['\u{1f37e}'], + ['\u{1f377}'], + ['\u{1f378}'], + ['\u{1f379}'], + ['\u{1f37a}'], + ['\u{1f37b}'], + ['\u{1f942}'], + ['\u{1f943}'], + ['\u{1fad7}'], + ['\u{1f964}'], + ['\u{1f9cb}'], + ['\u{1f9c3}'], + ['\u{1f9c9}'], + ['\u{1f9ca}'], + ['\u{1f962}'], + ['\u{1f37d}\ufe0f'], + ['\u{1f37d}'], + ['\u{1f374}'], + ['\u{1f944}'], + ['\u{1f52a}'], + ['\u{1fad9}'], + ['\u{1f3fa}'], + ['\u{1f30d}'], + ['\u{1f30e}'], + ['\u{1f30f}'], + ['\u{1f310}'], + ['\u{1f5fa}\ufe0f'], + ['\u{1f5fa}'], + ['\u{1f5fe}'], + ['\u{1f9ed}'], + ['\u{1f3d4}\ufe0f'], + ['\u{1f3d4}'], + ['\u26f0\ufe0f'], + ['\u26f0'], + ['\u{1f30b}'], + ['\u{1f5fb}'], + ['\u{1f3d5}\ufe0f'], + ['\u{1f3d5}'], + ['\u{1f3d6}\ufe0f'], + ['\u{1f3d6}'], + ['\u{1f3dc}\ufe0f'], + ['\u{1f3dc}'], + ['\u{1f3dd}\ufe0f'], + ['\u{1f3dd}'], + ['\u{1f3de}\ufe0f'], + ['\u{1f3de}'], + ['\u{1f3df}\ufe0f'], + ['\u{1f3df}'], + ['\u{1f3db}\ufe0f'], + ['\u{1f3db}'], + ['\u{1f3d7}\ufe0f'], + ['\u{1f3d7}'], + ['\u{1f9f1}'], + ['\u{1faa8}'], + ['\u{1fab5}'], + ['\u{1f6d6}'], + ['\u{1f3d8}\ufe0f'], + ['\u{1f3d8}'], + ['\u{1f3da}\ufe0f'], + ['\u{1f3da}'], + ['\u{1f3e0}'], + ['\u{1f3e1}'], + ['\u{1f3e2}'], + ['\u{1f3e3}'], + ['\u{1f3e4}'], + ['\u{1f3e5}'], + ['\u{1f3e6}'], + ['\u{1f3e8}'], + ['\u{1f3e9}'], + ['\u{1f3ea}'], + ['\u{1f3eb}'], + ['\u{1f3ec}'], + ['\u{1f3ed}'], + ['\u{1f3ef}'], + ['\u{1f3f0}'], + ['\u{1f492}'], + ['\u{1f5fc}'], + ['\u{1f5fd}'], + ['\u26ea'], + ['\u{1f54c}'], + ['\u{1f6d5}'], + ['\u{1f54d}'], + ['\u26e9\ufe0f'], + ['\u26e9'], + ['\u{1f54b}'], + ['\u26f2'], + ['\u26fa'], + ['\u{1f301}'], + ['\u{1f303}'], + ['\u{1f3d9}\ufe0f'], + ['\u{1f3d9}'], + ['\u{1f304}'], + ['\u{1f305}'], + ['\u{1f306}'], + ['\u{1f307}'], + ['\u{1f309}'], + ['\u2668\ufe0f'], + ['\u2668'], + ['\u{1f3a0}'], + ['\u{1f6dd}'], + ['\u{1f3a1}'], + ['\u{1f3a2}'], + ['\u{1f488}'], + ['\u{1f3aa}'], + ['\u{1f682}'], + ['\u{1f683}'], + ['\u{1f684}'], + ['\u{1f685}'], + ['\u{1f686}'], + ['\u{1f687}'], + ['\u{1f688}'], + ['\u{1f689}'], + ['\u{1f68a}'], + ['\u{1f69d}'], + ['\u{1f69e}'], + ['\u{1f68b}'], + ['\u{1f68c}'], + ['\u{1f68d}'], + ['\u{1f68e}'], + ['\u{1f690}'], + ['\u{1f691}'], + ['\u{1f692}'], + ['\u{1f693}'], + ['\u{1f694}'], + ['\u{1f695}'], + ['\u{1f696}'], + ['\u{1f697}'], + ['\u{1f698}'], + ['\u{1f699}'], + ['\u{1f6fb}'], + ['\u{1f69a}'], + ['\u{1f69b}'], + ['\u{1f69c}'], + ['\u{1f3ce}\ufe0f'], + ['\u{1f3ce}'], + ['\u{1f3cd}\ufe0f'], + ['\u{1f3cd}'], + ['\u{1f6f5}'], + ['\u{1f9bd}'], + ['\u{1f9bc}'], + ['\u{1f6fa}'], + ['\u{1f6b2}'], + ['\u{1f6f4}'], + ['\u{1f6f9}'], + ['\u{1f6fc}'], + ['\u{1f68f}'], + ['\u{1f6e3}\ufe0f'], + ['\u{1f6e3}'], + ['\u{1f6e4}\ufe0f'], + ['\u{1f6e4}'], + ['\u{1f6e2}\ufe0f'], + ['\u{1f6e2}'], + ['\u26fd'], + ['\u{1f6de}'], + ['\u{1f6a8}'], + ['\u{1f6a5}'], + ['\u{1f6a6}'], + ['\u{1f6d1}'], + ['\u{1f6a7}'], + ['\u2693'], + ['\u{1f6df}'], + ['\u26f5'], + ['\u{1f6f6}'], + ['\u{1f6a4}'], + ['\u{1f6f3}\ufe0f'], + ['\u{1f6f3}'], + ['\u26f4\ufe0f'], + ['\u26f4'], + ['\u{1f6e5}\ufe0f'], + ['\u{1f6e5}'], + ['\u{1f6a2}'], + ['\u2708\ufe0f'], + ['\u2708'], + ['\u{1f6e9}\ufe0f'], + ['\u{1f6e9}'], + ['\u{1f6eb}'], + ['\u{1f6ec}'], + ['\u{1fa82}'], + ['\u{1f4ba}'], + ['\u{1f681}'], + ['\u{1f69f}'], + ['\u{1f6a0}'], + ['\u{1f6a1}'], + ['\u{1f6f0}\ufe0f'], + ['\u{1f6f0}'], + ['\u{1f680}'], + ['\u{1f6f8}'], + ['\u{1f6ce}\ufe0f'], + ['\u{1f6ce}'], + ['\u{1f9f3}'], + ['\u231b'], + ['\u23f3'], + ['\u231a'], + ['\u23f0'], + ['\u23f1\ufe0f'], + ['\u23f1'], + ['\u23f2\ufe0f'], + ['\u23f2'], + ['\u{1f570}\ufe0f'], + ['\u{1f570}'], + ['\u{1f55b}'], + ['\u{1f567}'], + ['\u{1f550}'], + ['\u{1f55c}'], + ['\u{1f551}'], + ['\u{1f55d}'], + ['\u{1f552}'], + ['\u{1f55e}'], + ['\u{1f553}'], + ['\u{1f55f}'], + ['\u{1f554}'], + ['\u{1f560}'], + ['\u{1f555}'], + ['\u{1f561}'], + ['\u{1f556}'], + ['\u{1f562}'], + ['\u{1f557}'], + ['\u{1f563}'], + ['\u{1f558}'], + ['\u{1f564}'], + ['\u{1f559}'], + ['\u{1f565}'], + ['\u{1f55a}'], + ['\u{1f566}'], + ['\u{1f311}'], + ['\u{1f312}'], + ['\u{1f313}'], + ['\u{1f314}'], + ['\u{1f315}'], + ['\u{1f316}'], + ['\u{1f317}'], + ['\u{1f318}'], + ['\u{1f319}'], + ['\u{1f31a}'], + ['\u{1f31b}'], + ['\u{1f31c}'], + ['\u{1f321}\ufe0f'], + ['\u{1f321}'], + ['\u2600\ufe0f'], + ['\u2600'], + ['\u{1f31d}'], + ['\u{1f31e}'], + ['\u{1fa90}'], + ['\u2b50'], + ['\u{1f31f}'], + ['\u{1f320}'], + ['\u{1f30c}'], + ['\u2601\ufe0f'], + ['\u2601'], + ['\u26c5'], + ['\u26c8\ufe0f'], + ['\u26c8'], + ['\u{1f324}\ufe0f'], + ['\u{1f324}'], + ['\u{1f325}\ufe0f'], + ['\u{1f325}'], + ['\u{1f326}\ufe0f'], + ['\u{1f326}'], + ['\u{1f327}\ufe0f'], + ['\u{1f327}'], + ['\u{1f328}\ufe0f'], + ['\u{1f328}'], + ['\u{1f329}\ufe0f'], + ['\u{1f329}'], + ['\u{1f32a}\ufe0f'], + ['\u{1f32a}'], + ['\u{1f32b}\ufe0f'], + ['\u{1f32b}'], + ['\u{1f32c}\ufe0f'], + ['\u{1f32c}'], + ['\u{1f300}'], + ['\u{1f308}'], + ['\u{1f302}'], + ['\u2602\ufe0f'], + ['\u2602'], + ['\u2614'], + ['\u26f1\ufe0f'], + ['\u26f1'], + ['\u26a1'], + ['\u2744\ufe0f'], + ['\u2744'], + ['\u2603\ufe0f'], + ['\u2603'], + ['\u26c4'], + ['\u2604\ufe0f'], + ['\u2604'], + ['\u{1f525}'], + ['\u{1f4a7}'], + ['\u{1f30a}'], + ['\u{1f383}'], + ['\u{1f384}'], + ['\u{1f386}'], + ['\u{1f387}'], + ['\u{1f9e8}'], + ['\u2728'], + ['\u{1f388}'], + ['\u{1f389}'], + ['\u{1f38a}'], + ['\u{1f38b}'], + ['\u{1f38d}'], + ['\u{1f38e}'], + ['\u{1f38f}'], + ['\u{1f390}'], + ['\u{1f391}'], + ['\u{1f9e7}'], + ['\u{1f380}'], + ['\u{1f381}'], + ['\u{1f397}\ufe0f'], + ['\u{1f397}'], + ['\u{1f39f}\ufe0f'], + ['\u{1f39f}'], + ['\u{1f3ab}'], + ['\u{1f396}\ufe0f'], + ['\u{1f396}'], + ['\u{1f3c6}'], + ['\u{1f3c5}'], + ['\u{1f947}'], + ['\u{1f948}'], + ['\u{1f949}'], + ['\u26bd'], + ['\u26be'], + ['\u{1f94e}'], + ['\u{1f3c0}'], + ['\u{1f3d0}'], + ['\u{1f3c8}'], + ['\u{1f3c9}'], + ['\u{1f3be}'], + ['\u{1f94f}'], + ['\u{1f3b3}'], + ['\u{1f3cf}'], + ['\u{1f3d1}'], + ['\u{1f3d2}'], + ['\u{1f94d}'], + ['\u{1f3d3}'], + ['\u{1f3f8}'], + ['\u{1f94a}'], + ['\u{1f94b}'], + ['\u{1f945}'], + ['\u26f3'], + ['\u26f8\ufe0f'], + ['\u26f8'], + ['\u{1f3a3}'], + ['\u{1f93f}'], + ['\u{1f3bd}'], + ['\u{1f3bf}'], + ['\u{1f6f7}'], + ['\u{1f94c}'], + ['\u{1f3af}'], + ['\u{1fa80}'], + ['\u{1fa81}'], + ['\u{1f52b}'], + ['\u{1f3b1}'], + ['\u{1f52e}'], + ['\u{1fa84}'], + ['\u{1f3ae}'], + ['\u{1f579}\ufe0f'], + ['\u{1f579}'], + ['\u{1f3b0}'], + ['\u{1f3b2}'], + ['\u{1f9e9}'], + ['\u{1f9f8}'], + ['\u{1fa85}'], + ['\u{1faa9}'], + ['\u{1fa86}'], + ['\u2660\ufe0f'], + ['\u2660'], + ['\u2665\ufe0f'], + ['\u2665'], + ['\u2666\ufe0f'], + ['\u2666'], + ['\u2663\ufe0f'], + ['\u2663'], + ['\u265f\ufe0f'], + ['\u265f'], + ['\u{1f0cf}'], + ['\u{1f004}'], + ['\u{1f3b4}'], + ['\u{1f3ad}'], + ['\u{1f5bc}\ufe0f'], + ['\u{1f5bc}'], + ['\u{1f3a8}'], + ['\u{1f9f5}'], + ['\u{1faa1}'], + ['\u{1f9f6}'], + ['\u{1faa2}'], + ['\u{1f453}'], + ['\u{1f576}\ufe0f'], + ['\u{1f576}'], + ['\u{1f97d}'], + ['\u{1f97c}'], + ['\u{1f9ba}'], + ['\u{1f454}'], + ['\u{1f455}'], + ['\u{1f456}'], + ['\u{1f9e3}'], + ['\u{1f9e4}'], + ['\u{1f9e5}'], + ['\u{1f9e6}'], + ['\u{1f457}'], + ['\u{1f458}'], + ['\u{1f97b}'], + ['\u{1fa71}'], + ['\u{1fa72}'], + ['\u{1fa73}'], + ['\u{1f459}'], + ['\u{1f45a}'], + ['\u{1faad}'], + ['\u{1f45b}'], + ['\u{1f45c}'], + ['\u{1f45d}'], + ['\u{1f6cd}\ufe0f'], + ['\u{1f6cd}'], + ['\u{1f392}'], + ['\u{1fa74}'], + ['\u{1f45e}'], + ['\u{1f45f}'], + ['\u{1f97e}'], + ['\u{1f97f}'], + ['\u{1f460}'], + ['\u{1f461}'], + ['\u{1fa70}'], + ['\u{1f462}'], + ['\u{1faae}'], + ['\u{1f451}'], + ['\u{1f452}'], + ['\u{1f3a9}'], + ['\u{1f393}'], + ['\u{1f9e2}'], + ['\u{1fa96}'], + ['\u26d1\ufe0f'], + ['\u26d1'], + ['\u{1f4ff}'], + ['\u{1f484}'], + ['\u{1f48d}'], + ['\u{1f48e}'], + ['\u{1f507}'], + ['\u{1f508}'], + ['\u{1f509}'], + ['\u{1f50a}'], + ['\u{1f4e2}'], + ['\u{1f4e3}'], + ['\u{1f4ef}'], + ['\u{1f514}'], + ['\u{1f515}'], + ['\u{1f3bc}'], + ['\u{1f3b5}'], + ['\u{1f3b6}'], + ['\u{1f399}\ufe0f'], + ['\u{1f399}'], + ['\u{1f39a}\ufe0f'], + ['\u{1f39a}'], + ['\u{1f39b}\ufe0f'], + ['\u{1f39b}'], + ['\u{1f3a4}'], + ['\u{1f3a7}'], + ['\u{1f4fb}'], + ['\u{1f3b7}'], + ['\u{1fa97}'], + ['\u{1f3b8}'], + ['\u{1f3b9}'], + ['\u{1f3ba}'], + ['\u{1f3bb}'], + ['\u{1fa95}'], + ['\u{1f941}'], + ['\u{1fa98}'], + ['\u{1fa87}'], + ['\u{1fa88}'], + ['\u{1f4f1}'], + ['\u{1f4f2}'], + ['\u260e\ufe0f'], + ['\u260e'], + ['\u{1f4de}'], + ['\u{1f4df}'], + ['\u{1f4e0}'], + ['\u{1f50b}'], + ['\u{1faab}'], + ['\u{1f50c}'], + ['\u{1f4bb}'], + ['\u{1f5a5}\ufe0f'], + ['\u{1f5a5}'], + ['\u{1f5a8}\ufe0f'], + ['\u{1f5a8}'], + ['\u2328\ufe0f'], + ['\u2328'], + ['\u{1f5b1}\ufe0f'], + ['\u{1f5b1}'], + ['\u{1f5b2}\ufe0f'], + ['\u{1f5b2}'], + ['\u{1f4bd}'], + ['\u{1f4be}'], + ['\u{1f4bf}'], + ['\u{1f4c0}'], + ['\u{1f9ee}'], + ['\u{1f3a5}'], + ['\u{1f39e}\ufe0f'], + ['\u{1f39e}'], + ['\u{1f4fd}\ufe0f'], + ['\u{1f4fd}'], + ['\u{1f3ac}'], + ['\u{1f4fa}'], + ['\u{1f4f7}'], + ['\u{1f4f8}'], + ['\u{1f4f9}'], + ['\u{1f4fc}'], + ['\u{1f50d}'], + ['\u{1f50e}'], + ['\u{1f56f}\ufe0f'], + ['\u{1f56f}'], + ['\u{1f4a1}'], + ['\u{1f526}'], + ['\u{1f3ee}'], + ['\u{1fa94}'], + ['\u{1f4d4}'], + ['\u{1f4d5}'], + ['\u{1f4d6}'], + ['\u{1f4d7}'], + ['\u{1f4d8}'], + ['\u{1f4d9}'], + ['\u{1f4da}'], + ['\u{1f4d3}'], + ['\u{1f4d2}'], + ['\u{1f4c3}'], + ['\u{1f4dc}'], + ['\u{1f4c4}'], + ['\u{1f4f0}'], + ['\u{1f5de}\ufe0f'], + ['\u{1f5de}'], + ['\u{1f4d1}'], + ['\u{1f516}'], + ['\u{1f3f7}\ufe0f'], + ['\u{1f3f7}'], + ['\u{1f4b0}'], + ['\u{1fa99}'], + ['\u{1f4b4}'], + ['\u{1f4b5}'], + ['\u{1f4b6}'], + ['\u{1f4b7}'], + ['\u{1f4b8}'], + ['\u{1f4b3}'], + ['\u{1f9fe}'], + ['\u{1f4b9}'], + ['\u2709\ufe0f'], + ['\u2709'], + ['\u{1f4e7}'], + ['\u{1f4e8}'], + ['\u{1f4e9}'], + ['\u{1f4e4}'], + ['\u{1f4e5}'], + ['\u{1f4e6}'], + ['\u{1f4eb}'], + ['\u{1f4ea}'], + ['\u{1f4ec}'], + ['\u{1f4ed}'], + ['\u{1f4ee}'], + ['\u{1f5f3}\ufe0f'], + ['\u{1f5f3}'], + ['\u270f\ufe0f'], + ['\u270f'], + ['\u2712\ufe0f'], + ['\u2712'], + ['\u{1f58b}\ufe0f'], + ['\u{1f58b}'], + ['\u{1f58a}\ufe0f'], + ['\u{1f58a}'], + ['\u{1f58c}\ufe0f'], + ['\u{1f58c}'], + ['\u{1f58d}\ufe0f'], + ['\u{1f58d}'], + ['\u{1f4dd}'], + ['\u{1f4bc}'], + ['\u{1f4c1}'], + ['\u{1f4c2}'], + ['\u{1f5c2}\ufe0f'], + ['\u{1f5c2}'], + ['\u{1f4c5}'], + ['\u{1f4c6}'], + ['\u{1f5d2}\ufe0f'], + ['\u{1f5d2}'], + ['\u{1f5d3}\ufe0f'], + ['\u{1f5d3}'], + ['\u{1f4c7}'], + ['\u{1f4c8}'], + ['\u{1f4c9}'], + ['\u{1f4ca}'], + ['\u{1f4cb}'], + ['\u{1f4cc}'], + ['\u{1f4cd}'], + ['\u{1f4ce}'], + ['\u{1f587}\ufe0f'], + ['\u{1f587}'], + ['\u{1f4cf}'], + ['\u{1f4d0}'], + ['\u2702\ufe0f'], + ['\u2702'], + ['\u{1f5c3}\ufe0f'], + ['\u{1f5c3}'], + ['\u{1f5c4}\ufe0f'], + ['\u{1f5c4}'], + ['\u{1f5d1}\ufe0f'], + ['\u{1f5d1}'], + ['\u{1f512}'], + ['\u{1f513}'], + ['\u{1f50f}'], + ['\u{1f510}'], + ['\u{1f511}'], + ['\u{1f5dd}\ufe0f'], + ['\u{1f5dd}'], + ['\u{1f528}'], + ['\u{1fa93}'], + ['\u26cf\ufe0f'], + ['\u26cf'], + ['\u2692\ufe0f'], + ['\u2692'], + ['\u{1f6e0}\ufe0f'], + ['\u{1f6e0}'], + ['\u{1f5e1}\ufe0f'], + ['\u{1f5e1}'], + ['\u2694\ufe0f'], + ['\u2694'], + ['\u{1f4a3}'], + ['\u{1fa83}'], + ['\u{1f3f9}'], + ['\u{1f6e1}\ufe0f'], + ['\u{1f6e1}'], + ['\u{1fa9a}'], + ['\u{1f527}'], + ['\u{1fa9b}'], + ['\u{1f529}'], + ['\u2699\ufe0f'], + ['\u2699'], + ['\u{1f5dc}\ufe0f'], + ['\u{1f5dc}'], + ['\u2696\ufe0f'], + ['\u2696'], + ['\u{1f9af}'], + ['\u{1f517}'], + ['\u26d3\ufe0f'], + ['\u26d3'], + ['\u{1fa9d}'], + ['\u{1f9f0}'], + ['\u{1f9f2}'], + ['\u{1fa9c}'], + ['\u2697\ufe0f'], + ['\u2697'], + ['\u{1f9ea}'], + ['\u{1f9eb}'], + ['\u{1f9ec}'], + ['\u{1f52c}'], + ['\u{1f52d}'], + ['\u{1f4e1}'], + ['\u{1f489}'], + ['\u{1fa78}'], + ['\u{1f48a}'], + ['\u{1fa79}'], + ['\u{1fa7c}'], + ['\u{1fa7a}'], + ['\u{1fa7b}'], + ['\u{1f6aa}'], + ['\u{1f6d7}'], + ['\u{1fa9e}'], + ['\u{1fa9f}'], + ['\u{1f6cf}\ufe0f'], + ['\u{1f6cf}'], + ['\u{1f6cb}\ufe0f'], + ['\u{1f6cb}'], + ['\u{1fa91}'], + ['\u{1f6bd}'], + ['\u{1faa0}'], + ['\u{1f6bf}'], + ['\u{1f6c1}'], + ['\u{1faa4}'], + ['\u{1fa92}'], + ['\u{1f9f4}'], + ['\u{1f9f7}'], + ['\u{1f9f9}'], + ['\u{1f9fa}'], + ['\u{1f9fb}'], + ['\u{1faa3}'], + ['\u{1f9fc}'], + ['\u{1fae7}'], + ['\u{1faa5}'], + ['\u{1f9fd}'], + ['\u{1f9ef}'], + ['\u{1f6d2}'], + ['\u{1f6ac}'], + ['\u26b0\ufe0f'], + ['\u26b0'], + ['\u{1faa6}'], + ['\u26b1\ufe0f'], + ['\u26b1'], + ['\u{1f9ff}'], + ['\u{1faac}'], + ['\u{1f5ff}'], + ['\u{1faa7}'], + ['\u{1faaa}'], + ['\u{1f3e7}'], + ['\u{1f6ae}'], + ['\u{1f6b0}'], + ['\u267f'], + ['\u{1f6b9}'], + ['\u{1f6ba}'], + ['\u{1f6bb}'], + ['\u{1f6bc}'], + ['\u{1f6be}'], + ['\u{1f6c2}'], + ['\u{1f6c3}'], + ['\u{1f6c4}'], + ['\u{1f6c5}'], + ['\u26a0\ufe0f'], + ['\u26a0'], + ['\u{1f6b8}'], + ['\u26d4'], + ['\u{1f6ab}'], + ['\u{1f6b3}'], + ['\u{1f6ad}'], + ['\u{1f6af}'], + ['\u{1f6b1}'], + ['\u{1f6b7}'], + ['\u{1f4f5}'], + ['\u{1f51e}'], + ['\u2622\ufe0f'], + ['\u2622'], + ['\u2623\ufe0f'], + ['\u2623'], + ['\u2b06\ufe0f'], + ['\u2b06'], + ['\u2197\ufe0f'], + ['\u2197'], + ['\u27a1\ufe0f'], + ['\u27a1'], + ['\u2198\ufe0f'], + ['\u2198'], + ['\u2b07\ufe0f'], + ['\u2b07'], + ['\u2199\ufe0f'], + ['\u2199'], + ['\u2b05\ufe0f'], + ['\u2b05'], + ['\u2196\ufe0f'], + ['\u2196'], + ['\u2195\ufe0f'], + ['\u2195'], + ['\u2194\ufe0f'], + ['\u2194'], + ['\u21a9\ufe0f'], + ['\u21a9'], + ['\u21aa\ufe0f'], + ['\u21aa'], + ['\u2934\ufe0f'], + ['\u2934'], + ['\u2935\ufe0f'], + ['\u2935'], + ['\u{1f503}'], + ['\u{1f504}'], + ['\u{1f519}'], + ['\u{1f51a}'], + ['\u{1f51b}'], + ['\u{1f51c}'], + ['\u{1f51d}'], + ['\u{1f6d0}'], + ['\u269b\ufe0f'], + ['\u269b'], + ['\u{1f549}\ufe0f'], + ['\u{1f549}'], + ['\u2721\ufe0f'], + ['\u2721'], + ['\u2638\ufe0f'], + ['\u2638'], + ['\u262f\ufe0f'], + ['\u262f'], + ['\u271d\ufe0f'], + ['\u271d'], + ['\u2626\ufe0f'], + ['\u2626'], + ['\u262a\ufe0f'], + ['\u262a'], + ['\u262e\ufe0f'], + ['\u262e'], + ['\u{1f54e}'], + ['\u{1f52f}'], + ['\u{1faaf}'], + ['\u2648'], + ['\u2649'], + ['\u264a'], + ['\u264b'], + ['\u264c'], + ['\u264d'], + ['\u264e'], + ['\u264f'], + ['\u2650'], + ['\u2651'], + ['\u2652'], + ['\u2653'], + ['\u26ce'], + ['\u{1f500}'], + ['\u{1f501}'], + ['\u{1f502}'], + ['\u25b6\ufe0f'], + ['\u25b6'], + ['\u23e9'], + ['\u23ed\ufe0f'], + ['\u23ed'], + ['\u23ef\ufe0f'], + ['\u23ef'], + ['\u25c0\ufe0f'], + ['\u25c0'], + ['\u23ea'], + ['\u23ee\ufe0f'], + ['\u23ee'], + ['\u{1f53c}'], + ['\u23eb'], + ['\u{1f53d}'], + ['\u23ec'], + ['\u23f8\ufe0f'], + ['\u23f8'], + ['\u23f9\ufe0f'], + ['\u23f9'], + ['\u23fa\ufe0f'], + ['\u23fa'], + ['\u23cf\ufe0f'], + ['\u23cf'], + ['\u{1f3a6}'], + ['\u{1f505}'], + ['\u{1f506}'], + ['\u{1f4f6}'], + ['\u{1f6dc}'], + ['\u{1f4f3}'], + ['\u{1f4f4}'], + ['\u2640\ufe0f'], + ['\u2640'], + ['\u2642\ufe0f'], + ['\u2642'], + ['\u26a7\ufe0f'], + ['\u26a7'], + ['\u2716\ufe0f'], + ['\u2716'], + ['\u2795'], + ['\u2796'], + ['\u2797'], + ['\u{1f7f0}'], + ['\u267e\ufe0f'], + ['\u267e'], + ['\u203c\ufe0f'], + ['\u203c'], + ['\u2049\ufe0f'], + ['\u2049'], + ['\u2753'], + ['\u2754'], + ['\u2755'], + ['\u2757'], + ['\u3030\ufe0f'], + ['\u3030'], + ['\u{1f4b1}'], + ['\u{1f4b2}'], + ['\u2695\ufe0f'], + ['\u2695'], + ['\u267b\ufe0f'], + ['\u267b'], + ['\u269c\ufe0f'], + ['\u269c'], + ['\u{1f531}'], + ['\u{1f4db}'], + ['\u{1f530}'], + ['\u2b55'], + ['\u2705'], + ['\u2611\ufe0f'], + ['\u2611'], + ['\u2714\ufe0f'], + ['\u2714'], + ['\u274c'], + ['\u274e'], + ['\u27b0'], + ['\u27bf'], + ['\u303d\ufe0f'], + ['\u303d'], + ['\u2733\ufe0f'], + ['\u2733'], + ['\u2734\ufe0f'], + ['\u2734'], + ['\u2747\ufe0f'], + ['\u2747'], + ['©\ufe0f'], + ['©'], + ['®\ufe0f'], + ['®'], + ['\u2122\ufe0f'], + ['\u2122'], + ['#\ufe0f\u20e3'], + ['#\u20e3'], + ['*\ufe0f\u20e3'], + ['*\u20e3'], + ['0\ufe0f\u20e3'], + ['0\u20e3'], + ['1\ufe0f\u20e3'], + ['1\u20e3'], + ['2\ufe0f\u20e3'], + ['2\u20e3'], + ['3\ufe0f\u20e3'], + ['3\u20e3'], + ['4\ufe0f\u20e3'], + ['4\u20e3'], + ['5\ufe0f\u20e3'], + ['5\u20e3'], + ['6\ufe0f\u20e3'], + ['6\u20e3'], + ['7\ufe0f\u20e3'], + ['7\u20e3'], + ['8\ufe0f\u20e3'], + ['8\u20e3'], + ['9\ufe0f\u20e3'], + ['9\u20e3'], + ['\u{1f51f}'], + ['\u{1f520}'], + ['\u{1f521}'], + ['\u{1f522}'], + ['\u{1f523}'], + ['\u{1f524}'], + ['\u{1f170}\ufe0f'], + ['\u{1f170}'], + ['\u{1f18e}'], + ['\u{1f171}\ufe0f'], + ['\u{1f171}'], + ['\u{1f191}'], + ['\u{1f192}'], + ['\u{1f193}'], + ['\u2139\ufe0f'], + ['\u2139'], + ['\u{1f194}'], + ['\u24c2\ufe0f'], + ['\u24c2'], + ['\u{1f195}'], + ['\u{1f196}'], + ['\u{1f17e}\ufe0f'], + ['\u{1f17e}'], + ['\u{1f197}'], + ['\u{1f17f}\ufe0f'], + ['\u{1f17f}'], + ['\u{1f198}'], + ['\u{1f199}'], + ['\u{1f19a}'], + ['\u{1f201}'], + ['\u{1f202}\ufe0f'], + ['\u{1f202}'], + ['\u{1f237}\ufe0f'], + ['\u{1f237}'], + ['\u{1f236}'], + ['\u{1f22f}'], + ['\u{1f250}'], + ['\u{1f239}'], + ['\u{1f21a}'], + ['\u{1f232}'], + ['\u{1f251}'], + ['\u{1f238}'], + ['\u{1f234}'], + ['\u{1f233}'], + ['\u3297\ufe0f'], + ['\u3297'], + ['\u3299\ufe0f'], + ['\u3299'], + ['\u{1f23a}'], + ['\u{1f235}'], + ['\u{1f534}'], + ['\u{1f7e0}'], + ['\u{1f7e1}'], + ['\u{1f7e2}'], + ['\u{1f535}'], + ['\u{1f7e3}'], + ['\u{1f7e4}'], + ['\u26ab'], + ['\u26aa'], + ['\u{1f7e5}'], + ['\u{1f7e7}'], + ['\u{1f7e8}'], + ['\u{1f7e9}'], + ['\u{1f7e6}'], + ['\u{1f7ea}'], + ['\u{1f7eb}'], + ['\u2b1b'], + ['\u2b1c'], + ['\u25fc\ufe0f'], + ['\u25fc'], + ['\u25fb\ufe0f'], + ['\u25fb'], + ['\u25fe'], + ['\u25fd'], + ['\u25aa\ufe0f'], + ['\u25aa'], + ['\u25ab\ufe0f'], + ['\u25ab'], + ['\u{1f536}'], + ['\u{1f537}'], + ['\u{1f538}'], + ['\u{1f539}'], + ['\u{1f53a}'], + ['\u{1f53b}'], + ['\u{1f4a0}'], + ['\u{1f518}'], + ['\u{1f533}'], + ['\u{1f532}'], + ['\u{1f3c1}'], + ['\u{1f6a9}'], + ['\u{1f38c}'], + ['\u{1f3f4}'], + ['\u{1f3f3}\ufe0f'], + ['\u{1f3f3}'], + ['\u{1f3f3}\ufe0f\u200d\u{1f308}'], + ['\u{1f3f3}\u200d\u{1f308}'], + ['\u{1f3f3}\ufe0f\u200d\u26a7\ufe0f'], + ['\u{1f3f3}\u200d\u26a7\ufe0f'], + ['\u{1f3f3}\ufe0f\u200d\u26a7'], + ['\u{1f3f3}\u200d\u26a7'], + ['\u{1f3f4}\u200d\u2620\ufe0f'], + ['\u{1f3f4}\u200d\u2620'], + ['\u{1f1e6}\u{1f1e8}'], + ['\u{1f1e6}\u{1f1e9}'], + ['\u{1f1e6}\u{1f1ea}'], + ['\u{1f1e6}\u{1f1eb}'], + ['\u{1f1e6}\u{1f1ec}'], + ['\u{1f1e6}\u{1f1ee}'], + ['\u{1f1e6}\u{1f1f1}'], + ['\u{1f1e6}\u{1f1f2}'], + ['\u{1f1e6}\u{1f1f4}'], + ['\u{1f1e6}\u{1f1f6}'], + ['\u{1f1e6}\u{1f1f7}'], + ['\u{1f1e6}\u{1f1f8}'], + ['\u{1f1e6}\u{1f1f9}'], + ['\u{1f1e6}\u{1f1fa}'], + ['\u{1f1e6}\u{1f1fc}'], + ['\u{1f1e6}\u{1f1fd}'], + ['\u{1f1e6}\u{1f1ff}'], + ['\u{1f1e7}\u{1f1e6}'], + ['\u{1f1e7}\u{1f1e7}'], + ['\u{1f1e7}\u{1f1e9}'], + ['\u{1f1e7}\u{1f1ea}'], + ['\u{1f1e7}\u{1f1eb}'], + ['\u{1f1e7}\u{1f1ec}'], + ['\u{1f1e7}\u{1f1ed}'], + ['\u{1f1e7}\u{1f1ee}'], + ['\u{1f1e7}\u{1f1ef}'], + ['\u{1f1e7}\u{1f1f1}'], + ['\u{1f1e7}\u{1f1f2}'], + ['\u{1f1e7}\u{1f1f3}'], + ['\u{1f1e7}\u{1f1f4}'], + ['\u{1f1e7}\u{1f1f6}'], + ['\u{1f1e7}\u{1f1f7}'], + ['\u{1f1e7}\u{1f1f8}'], + ['\u{1f1e7}\u{1f1f9}'], + ['\u{1f1e7}\u{1f1fb}'], + ['\u{1f1e7}\u{1f1fc}'], + ['\u{1f1e7}\u{1f1fe}'], + ['\u{1f1e7}\u{1f1ff}'], + ['\u{1f1e8}\u{1f1e6}'], + ['\u{1f1e8}\u{1f1e8}'], + ['\u{1f1e8}\u{1f1e9}'], + ['\u{1f1e8}\u{1f1eb}'], + ['\u{1f1e8}\u{1f1ec}'], + ['\u{1f1e8}\u{1f1ed}'], + ['\u{1f1e8}\u{1f1ee}'], + ['\u{1f1e8}\u{1f1f0}'], + ['\u{1f1e8}\u{1f1f1}'], + ['\u{1f1e8}\u{1f1f2}'], + ['\u{1f1e8}\u{1f1f3}'], + ['\u{1f1e8}\u{1f1f4}'], + ['\u{1f1e8}\u{1f1f5}'], + ['\u{1f1e8}\u{1f1f7}'], + ['\u{1f1e8}\u{1f1fa}'], + ['\u{1f1e8}\u{1f1fb}'], + ['\u{1f1e8}\u{1f1fc}'], + ['\u{1f1e8}\u{1f1fd}'], + ['\u{1f1e8}\u{1f1fe}'], + ['\u{1f1e8}\u{1f1ff}'], + ['\u{1f1e9}\u{1f1ea}'], + ['\u{1f1e9}\u{1f1ec}'], + ['\u{1f1e9}\u{1f1ef}'], + ['\u{1f1e9}\u{1f1f0}'], + ['\u{1f1e9}\u{1f1f2}'], + ['\u{1f1e9}\u{1f1f4}'], + ['\u{1f1e9}\u{1f1ff}'], + ['\u{1f1ea}\u{1f1e6}'], + ['\u{1f1ea}\u{1f1e8}'], + ['\u{1f1ea}\u{1f1ea}'], + ['\u{1f1ea}\u{1f1ec}'], + ['\u{1f1ea}\u{1f1ed}'], + ['\u{1f1ea}\u{1f1f7}'], + ['\u{1f1ea}\u{1f1f8}'], + ['\u{1f1ea}\u{1f1f9}'], + ['\u{1f1ea}\u{1f1fa}'], + ['\u{1f1eb}\u{1f1ee}'], + ['\u{1f1eb}\u{1f1ef}'], + ['\u{1f1eb}\u{1f1f0}'], + ['\u{1f1eb}\u{1f1f2}'], + ['\u{1f1eb}\u{1f1f4}'], + ['\u{1f1eb}\u{1f1f7}'], + ['\u{1f1ec}\u{1f1e6}'], + ['\u{1f1ec}\u{1f1e7}'], + ['\u{1f1ec}\u{1f1e9}'], + ['\u{1f1ec}\u{1f1ea}'], + ['\u{1f1ec}\u{1f1eb}'], + ['\u{1f1ec}\u{1f1ec}'], + ['\u{1f1ec}\u{1f1ed}'], + ['\u{1f1ec}\u{1f1ee}'], + ['\u{1f1ec}\u{1f1f1}'], + ['\u{1f1ec}\u{1f1f2}'], + ['\u{1f1ec}\u{1f1f3}'], + ['\u{1f1ec}\u{1f1f5}'], + ['\u{1f1ec}\u{1f1f6}'], + ['\u{1f1ec}\u{1f1f7}'], + ['\u{1f1ec}\u{1f1f8}'], + ['\u{1f1ec}\u{1f1f9}'], + ['\u{1f1ec}\u{1f1fa}'], + ['\u{1f1ec}\u{1f1fc}'], + ['\u{1f1ec}\u{1f1fe}'], + ['\u{1f1ed}\u{1f1f0}'], + ['\u{1f1ed}\u{1f1f2}'], + ['\u{1f1ed}\u{1f1f3}'], + ['\u{1f1ed}\u{1f1f7}'], + ['\u{1f1ed}\u{1f1f9}'], + ['\u{1f1ed}\u{1f1fa}'], + ['\u{1f1ee}\u{1f1e8}'], + ['\u{1f1ee}\u{1f1e9}'], + ['\u{1f1ee}\u{1f1ea}'], + ['\u{1f1ee}\u{1f1f1}'], + ['\u{1f1ee}\u{1f1f2}'], + ['\u{1f1ee}\u{1f1f3}'], + ['\u{1f1ee}\u{1f1f4}'], + ['\u{1f1ee}\u{1f1f6}'], + ['\u{1f1ee}\u{1f1f7}'], + ['\u{1f1ee}\u{1f1f8}'], + ['\u{1f1ee}\u{1f1f9}'], + ['\u{1f1ef}\u{1f1ea}'], + ['\u{1f1ef}\u{1f1f2}'], + ['\u{1f1ef}\u{1f1f4}'], + ['\u{1f1ef}\u{1f1f5}'], + ['\u{1f1f0}\u{1f1ea}'], + ['\u{1f1f0}\u{1f1ec}'], + ['\u{1f1f0}\u{1f1ed}'], + ['\u{1f1f0}\u{1f1ee}'], + ['\u{1f1f0}\u{1f1f2}'], + ['\u{1f1f0}\u{1f1f3}'], + ['\u{1f1f0}\u{1f1f5}'], + ['\u{1f1f0}\u{1f1f7}'], + ['\u{1f1f0}\u{1f1fc}'], + ['\u{1f1f0}\u{1f1fe}'], + ['\u{1f1f0}\u{1f1ff}'], + ['\u{1f1f1}\u{1f1e6}'], + ['\u{1f1f1}\u{1f1e7}'], + ['\u{1f1f1}\u{1f1e8}'], + ['\u{1f1f1}\u{1f1ee}'], + ['\u{1f1f1}\u{1f1f0}'], + ['\u{1f1f1}\u{1f1f7}'], + ['\u{1f1f1}\u{1f1f8}'], + ['\u{1f1f1}\u{1f1f9}'], + ['\u{1f1f1}\u{1f1fa}'], + ['\u{1f1f1}\u{1f1fb}'], + ['\u{1f1f1}\u{1f1fe}'], + ['\u{1f1f2}\u{1f1e6}'], + ['\u{1f1f2}\u{1f1e8}'], + ['\u{1f1f2}\u{1f1e9}'], + ['\u{1f1f2}\u{1f1ea}'], + ['\u{1f1f2}\u{1f1eb}'], + ['\u{1f1f2}\u{1f1ec}'], + ['\u{1f1f2}\u{1f1ed}'], + ['\u{1f1f2}\u{1f1f0}'], + ['\u{1f1f2}\u{1f1f1}'], + ['\u{1f1f2}\u{1f1f2}'], + ['\u{1f1f2}\u{1f1f3}'], + ['\u{1f1f2}\u{1f1f4}'], + ['\u{1f1f2}\u{1f1f5}'], + ['\u{1f1f2}\u{1f1f6}'], + ['\u{1f1f2}\u{1f1f7}'], + ['\u{1f1f2}\u{1f1f8}'], + ['\u{1f1f2}\u{1f1f9}'], + ['\u{1f1f2}\u{1f1fa}'], + ['\u{1f1f2}\u{1f1fb}'], + ['\u{1f1f2}\u{1f1fc}'], + ['\u{1f1f2}\u{1f1fd}'], + ['\u{1f1f2}\u{1f1fe}'], + ['\u{1f1f2}\u{1f1ff}'], + ['\u{1f1f3}\u{1f1e6}'], + ['\u{1f1f3}\u{1f1e8}'], + ['\u{1f1f3}\u{1f1ea}'], + ['\u{1f1f3}\u{1f1eb}'], + ['\u{1f1f3}\u{1f1ec}'], + ['\u{1f1f3}\u{1f1ee}'], + ['\u{1f1f3}\u{1f1f1}'], + ['\u{1f1f3}\u{1f1f4}'], + ['\u{1f1f3}\u{1f1f5}'], + ['\u{1f1f3}\u{1f1f7}'], + ['\u{1f1f3}\u{1f1fa}'], + ['\u{1f1f3}\u{1f1ff}'], + ['\u{1f1f4}\u{1f1f2}'], + ['\u{1f1f5}\u{1f1e6}'], + ['\u{1f1f5}\u{1f1ea}'], + ['\u{1f1f5}\u{1f1eb}'], + ['\u{1f1f5}\u{1f1ec}'], + ['\u{1f1f5}\u{1f1ed}'], + ['\u{1f1f5}\u{1f1f0}'], + ['\u{1f1f5}\u{1f1f1}'], + ['\u{1f1f5}\u{1f1f2}'], + ['\u{1f1f5}\u{1f1f3}'], + ['\u{1f1f5}\u{1f1f7}'], + ['\u{1f1f5}\u{1f1f8}'], + ['\u{1f1f5}\u{1f1f9}'], + ['\u{1f1f5}\u{1f1fc}'], + ['\u{1f1f5}\u{1f1fe}'], + ['\u{1f1f6}\u{1f1e6}'], + ['\u{1f1f7}\u{1f1ea}'], + ['\u{1f1f7}\u{1f1f4}'], + ['\u{1f1f7}\u{1f1f8}'], + ['\u{1f1f7}\u{1f1fa}'], + ['\u{1f1f7}\u{1f1fc}'], + ['\u{1f1f8}\u{1f1e6}'], + ['\u{1f1f8}\u{1f1e7}'], + ['\u{1f1f8}\u{1f1e8}'], + ['\u{1f1f8}\u{1f1e9}'], + ['\u{1f1f8}\u{1f1ea}'], + ['\u{1f1f8}\u{1f1ec}'], + ['\u{1f1f8}\u{1f1ed}'], + ['\u{1f1f8}\u{1f1ee}'], + ['\u{1f1f8}\u{1f1ef}'], + ['\u{1f1f8}\u{1f1f0}'], + ['\u{1f1f8}\u{1f1f1}'], + ['\u{1f1f8}\u{1f1f2}'], + ['\u{1f1f8}\u{1f1f3}'], + ['\u{1f1f8}\u{1f1f4}'], + ['\u{1f1f8}\u{1f1f7}'], + ['\u{1f1f8}\u{1f1f8}'], + ['\u{1f1f8}\u{1f1f9}'], + ['\u{1f1f8}\u{1f1fb}'], + ['\u{1f1f8}\u{1f1fd}'], + ['\u{1f1f8}\u{1f1fe}'], + ['\u{1f1f8}\u{1f1ff}'], + ['\u{1f1f9}\u{1f1e6}'], + ['\u{1f1f9}\u{1f1e8}'], + ['\u{1f1f9}\u{1f1e9}'], + ['\u{1f1f9}\u{1f1eb}'], + ['\u{1f1f9}\u{1f1ec}'], + ['\u{1f1f9}\u{1f1ed}'], + ['\u{1f1f9}\u{1f1ef}'], + ['\u{1f1f9}\u{1f1f0}'], + ['\u{1f1f9}\u{1f1f1}'], + ['\u{1f1f9}\u{1f1f2}'], + ['\u{1f1f9}\u{1f1f3}'], + ['\u{1f1f9}\u{1f1f4}'], + ['\u{1f1f9}\u{1f1f7}'], + ['\u{1f1f9}\u{1f1f9}'], + ['\u{1f1f9}\u{1f1fb}'], + ['\u{1f1f9}\u{1f1fc}'], + ['\u{1f1f9}\u{1f1ff}'], + ['\u{1f1fa}\u{1f1e6}'], + ['\u{1f1fa}\u{1f1ec}'], + ['\u{1f1fa}\u{1f1f2}'], + ['\u{1f1fa}\u{1f1f3}'], + ['\u{1f1fa}\u{1f1f8}'], + ['\u{1f1fa}\u{1f1fe}'], + ['\u{1f1fa}\u{1f1ff}'], + ['\u{1f1fb}\u{1f1e6}'], + ['\u{1f1fb}\u{1f1e8}'], + ['\u{1f1fb}\u{1f1ea}'], + ['\u{1f1fb}\u{1f1ec}'], + ['\u{1f1fb}\u{1f1ee}'], + ['\u{1f1fb}\u{1f1f3}'], + ['\u{1f1fb}\u{1f1fa}'], + ['\u{1f1fc}\u{1f1eb}'], + ['\u{1f1fc}\u{1f1f8}'], + ['\u{1f1fd}\u{1f1f0}'], + ['\u{1f1fe}\u{1f1ea}'], + ['\u{1f1fe}\u{1f1f9}'], + ['\u{1f1ff}\u{1f1e6}'], + ['\u{1f1ff}\u{1f1f2}'], + ['\u{1f1ff}\u{1f1fc}'], + ['\u{1f3f4}\u{e0067}\u{e0062}\u{e0065}\u{e006e}\u{e0067}\u{e007f}'], + ['\u{1f3f4}\u{e0067}\u{e0062}\u{e0073}\u{e0063}\u{e0074}\u{e007f}'], + ['\u{1f3f4}\u{e0067}\u{e0062}\u{e0077}\u{e006c}\u{e0073}\u{e007f}'], +]; diff --git a/ohos/flutter_characters/lib/unicode_tests.dart b/ohos/flutter_characters/lib/unicode_tests.dart new file mode 100644 index 0000000000000000000000000000000000000000..c762848a4d6a9dabda6c4bd864da1b31d1286a4a --- /dev/null +++ b/ohos/flutter_characters/lib/unicode_tests.dart @@ -0,0 +1,53 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import "package:characters/src/grapheme_clusters/constants.dart"; + +export "unicode_grapheme_tests.dart"; + +/// Readable description of the [expected] grapheme clusters. +/// +/// The list of strings is the expected grapheme cluster separation +/// of the concatenation of those strings. +/// +/// The description converts each code unit to a 4-digit hex number, +/// puts ` × ` between the code units of the same grapheme cluster +/// and ` ÷ ` before, after and between the grapheme clusters. +/// (This is the format of the original Unicode test data, so it +/// can be compared to the original tests.) +String testDescription(List expected) { + var expectedString = expected + .map((s) => + s.runes.map((x) => x.toRadixString(16).padLeft(4, "0")).join(" × ")) + .join(" ÷ "); + return "÷ $expectedString ÷"; +} + +final List categoryName = List.filled(16, "") + ..[categoryOther] = "Other" + ..[categoryCR] = "CR" + ..[categoryLF] = "LF" + ..[categoryControl] = "Control" + ..[categoryExtend] = "Extend" + ..[categoryZWJ] = "ZWJ" + ..[categoryRegionalIndicator] = "RI" + ..[categoryPrepend] = "Prepend" + ..[categorySpacingMark] = "SpacingMark" + ..[categoryL] = "L" + ..[categoryV] = "V" + ..[categoryT] = "T" + ..[categoryLV] = "LV" + ..[categoryLVT] = "LVT" + ..[categoryPictographic] = "Pictographic" + ..[categoryEoT] = "EoT"; diff --git a/ohos/flutter_characters/lib/various_tests.dart b/ohos/flutter_characters/lib/various_tests.dart new file mode 100644 index 0000000000000000000000000000000000000000..48f0d871b1bc57d68a8ca49a9ce2ef0f861c4dbe --- /dev/null +++ b/ohos/flutter_characters/lib/various_tests.dart @@ -0,0 +1,24 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +const zalgo = [ + [ + 'Z͑ͫ̓ͪ̂ͫ̽͏̴̙̤̞͉͚̯̞̠͍', + 'A̴̵̜̰͔ͫ͗͢', + 'L̠ͨͧͩ͘', + 'G̴̻͈͍͔̹̑͗̎̅͛́', + 'Ǫ̵̹̻̝̳͂̌̌͘', + '!͖̬̰̙̗̿̋ͥͥ̂ͣ̐́́͜͞' + ], +]; diff --git a/ohos/flutter_characters/ohos/.gitignore b/ohos/flutter_characters/ohos/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..fbabf771011fe78f9919db0b1195ab6cadffc2b0 --- /dev/null +++ b/ohos/flutter_characters/ohos/.gitignore @@ -0,0 +1,11 @@ +/node_modules +/oh_modules +/local.properties +/.idea +**/build +/.hvigor +.cxx +/.clangd +/.clang-format +/.clang-tidy +**/.test \ No newline at end of file diff --git a/ohos/flutter_characters/ohos/AppScope/app.json5 b/ohos/flutter_characters/ohos/AppScope/app.json5 new file mode 100644 index 0000000000000000000000000000000000000000..4dbefcc7026930f664e5a4f1e4c59885db462e64 --- /dev/null +++ b/ohos/flutter_characters/ohos/AppScope/app.json5 @@ -0,0 +1,24 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "app": { + "bundleName": "com.example.flutter_characters", + "vendor": "example", + "versionCode": 1000000, + "versionName": "1.0.0", + "icon": "$media:app_icon", + "label": "$string:app_name" + } +} diff --git a/ohos/flutter_characters/ohos/AppScope/resources/base/element/string.json b/ohos/flutter_characters/ohos/AppScope/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..a703db77cf68393e38999dab4024116e0936c39f --- /dev/null +++ b/ohos/flutter_characters/ohos/AppScope/resources/base/element/string.json @@ -0,0 +1,8 @@ +{ + "string": [ + { + "name": "app_name", + "value": "flutter_characters" + } + ] +} diff --git a/ohos/flutter_characters/ohos/AppScope/resources/base/media/app_icon.png b/ohos/flutter_characters/ohos/AppScope/resources/base/media/app_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_characters/ohos/AppScope/resources/base/media/app_icon.png differ diff --git a/ohos/flutter_characters/ohos/build-profile.json5 b/ohos/flutter_characters/ohos/build-profile.json5 new file mode 100644 index 0000000000000000000000000000000000000000..90f062064c4316a150e819d08c903325766ef8c3 --- /dev/null +++ b/ohos/flutter_characters/ohos/build-profile.json5 @@ -0,0 +1,44 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "app": { + "signingConfigs": [ + ], + "products": [ + { + "name": "default", + "signingConfig": "default", + "compileSdkVersion": "4.0.0(10)", + "compatibleSdkVersion": "4.0.0(10)", + "runtimeOS": "HarmonyOS", + } + ] + }, + "modules": [ + { + "name": "entry", + "srcPath": "./entry", + "targets": [ + { + "name": "default", + "applyToProducts": [ + "default" + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_characters/ohos/dependencies/hvigor-3.0.9-s.tgz b/ohos/flutter_characters/ohos/dependencies/hvigor-3.0.9-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..65b0d24f94d2aecc1099f8f8220beec695bfb779 Binary files /dev/null and b/ohos/flutter_characters/ohos/dependencies/hvigor-3.0.9-s.tgz differ diff --git a/ohos/flutter_characters/ohos/dependencies/hvigor-ohos-arkui-x-plugin-2.1.7-s.tgz b/ohos/flutter_characters/ohos/dependencies/hvigor-ohos-arkui-x-plugin-2.1.7-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..233a449cbfef6be702d861744254dd89ce633fb7 Binary files /dev/null and b/ohos/flutter_characters/ohos/dependencies/hvigor-ohos-arkui-x-plugin-2.1.7-s.tgz differ diff --git a/ohos/flutter_characters/ohos/dependencies/hvigor-ohos-plugin-3.0.9-s.tgz b/ohos/flutter_characters/ohos/dependencies/hvigor-ohos-plugin-3.0.9-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..e2e499e18dfcd05e1e275579d11697640eb80323 Binary files /dev/null and b/ohos/flutter_characters/ohos/dependencies/hvigor-ohos-plugin-3.0.9-s.tgz differ diff --git a/ohos/flutter_characters/ohos/dependencies/rollup.tgz b/ohos/flutter_characters/ohos/dependencies/rollup.tgz new file mode 100644 index 0000000000000000000000000000000000000000..b224a37a5f69fd22f58c7a28151742eafe7e6317 Binary files /dev/null and b/ohos/flutter_characters/ohos/dependencies/rollup.tgz differ diff --git a/ohos/flutter_characters/ohos/dta/icudtl.dat b/ohos/flutter_characters/ohos/dta/icudtl.dat new file mode 100644 index 0000000000000000000000000000000000000000..d1f10917ab52e3ebd251abd7f5377d7196b80d67 Binary files /dev/null and b/ohos/flutter_characters/ohos/dta/icudtl.dat differ diff --git a/ohos/flutter_characters/ohos/entry/.gitignore b/ohos/flutter_characters/ohos/entry/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..2795a1c5b1fe53659dd1b71d90ba0592eaf7e043 --- /dev/null +++ b/ohos/flutter_characters/ohos/entry/.gitignore @@ -0,0 +1,7 @@ + +/node_modules +/oh_modules +/.preview +/build +/.cxx +/.test \ No newline at end of file diff --git a/ohos/flutter_characters/ohos/entry/build-profile.json5 b/ohos/flutter_characters/ohos/entry/build-profile.json5 new file mode 100644 index 0000000000000000000000000000000000000000..633d360fbc91a3186a23b66ab71b27e5618944cb --- /dev/null +++ b/ohos/flutter_characters/ohos/entry/build-profile.json5 @@ -0,0 +1,29 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "apiType": 'stageMode', + "buildOption": { + }, + "targets": [ + { + "name": "default", + "runtimeOS": "HarmonyOS" + }, + { + "name": "ohosTest", + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_characters/ohos/entry/hvigorfile.ts b/ohos/flutter_characters/ohos/entry/hvigorfile.ts new file mode 100644 index 0000000000000000000000000000000000000000..894fc15c6b793f085e6c8506e43d719af658e8ff --- /dev/null +++ b/ohos/flutter_characters/ohos/entry/hvigorfile.ts @@ -0,0 +1,17 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently. +export { hapTasks } from '@ohos/hvigor-ohos-plugin'; diff --git a/ohos/flutter_characters/ohos/entry/libs/arm64-v8a/libc++_shared.so b/ohos/flutter_characters/ohos/entry/libs/arm64-v8a/libc++_shared.so new file mode 100644 index 0000000000000000000000000000000000000000..831c9353702073d45889352a4dafb93103d67d20 Binary files /dev/null and b/ohos/flutter_characters/ohos/entry/libs/arm64-v8a/libc++_shared.so differ diff --git a/ohos/flutter_characters/ohos/entry/libs/arm64-v8a/libflutter.so b/ohos/flutter_characters/ohos/entry/libs/arm64-v8a/libflutter.so new file mode 100644 index 0000000000000000000000000000000000000000..8ff0d04141a776e448478791df1e2a1c3aa7c5c4 Binary files /dev/null and b/ohos/flutter_characters/ohos/entry/libs/arm64-v8a/libflutter.so differ diff --git a/ohos/flutter_characters/ohos/entry/oh-package.json5 b/ohos/flutter_characters/ohos/entry/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..2529e5ac9dc8fafbb4de22bd802094b5bee73d5d --- /dev/null +++ b/ohos/flutter_characters/ohos/entry/oh-package.json5 @@ -0,0 +1,26 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "license": "", + "devDependencies": {}, + "author": "", + "name": "entry", + "description": "Please describe the basic information.", + "main": "", + "version": "1.0.0", + "dependencies": { + "@ohos/flutter_ohos": "file:../har/flutter_embedding.har" + } +} diff --git a/ohos/flutter_characters/ohos/entry/src/main/ets/entryability/EntryAbility.ets b/ohos/flutter_characters/ohos/entry/src/main/ets/entryability/EntryAbility.ets new file mode 100644 index 0000000000000000000000000000000000000000..321a4eeaacd7b8079a876e25c4dafd498e4d9fb9 --- /dev/null +++ b/ohos/flutter_characters/ohos/entry/src/main/ets/entryability/EntryAbility.ets @@ -0,0 +1,22 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import { FlutterAbility } from '@ohos/flutter_ohos' + +export default class EntryAbility extends FlutterAbility { + onFlutterEngineReady(): void { + super.onFlutterEngineReady() + } +} diff --git a/ohos/flutter_characters/ohos/entry/src/main/ets/pages/Index.ets b/ohos/flutter_characters/ohos/entry/src/main/ets/pages/Index.ets new file mode 100644 index 0000000000000000000000000000000000000000..b53a20c437e96d195487b281e5e95402ea6cb97d --- /dev/null +++ b/ohos/flutter_characters/ohos/entry/src/main/ets/pages/Index.ets @@ -0,0 +1,36 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import common from '@ohos.app.ability.common'; +import { FlutterPage } from '@ohos/flutter_ohos' + +const EVENT_BACK_PRESS = 'EVENT_BACK_PRESS' + +@Entry +@Component +struct Index { + private context = getContext(this) as common.UIAbilityContext + + build() { + Column() { + FlutterPage() + } + } + + onBackPress(): boolean { + this.context.eventHub.emit(EVENT_BACK_PRESS) + return true + } +} \ No newline at end of file diff --git a/ohos/flutter_characters/ohos/entry/src/main/module.json5 b/ohos/flutter_characters/ohos/entry/src/main/module.json5 new file mode 100644 index 0000000000000000000000000000000000000000..7bbf78b18f39991b1404061c7437538c7d532bb7 --- /dev/null +++ b/ohos/flutter_characters/ohos/entry/src/main/module.json5 @@ -0,0 +1,53 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +{ + "module": { + "name": "entry", + "type": "entry", + "description": "$string:module_desc", + "mainElement": "EntryAbility", + "deviceTypes": [ + "phone" + ], + "deliveryWithInstall": true, + "installationFree": false, + "pages": "$profile:main_pages", + "abilities": [ + { + "name": "EntryAbility", + "srcEntry": "./ets/entryability/EntryAbility.ets", + "description": "$string:EntryAbility_desc", + "icon": "$media:icon", + "label": "$string:EntryAbility_label", + "startWindowIcon": "$media:icon", + "startWindowBackground": "$color:start_window_background", + "exported": true, + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ] + } + ], + "requestPermissions": [ + {"name" : "ohos.permission.INTERNET"}, + ] + } +} \ No newline at end of file diff --git a/ohos/flutter_characters/ohos/entry/src/main/resources/base/element/color.json b/ohos/flutter_characters/ohos/entry/src/main/resources/base/element/color.json new file mode 100644 index 0000000000000000000000000000000000000000..3c712962da3c2751c2b9ddb53559afcbd2b54a02 --- /dev/null +++ b/ohos/flutter_characters/ohos/entry/src/main/resources/base/element/color.json @@ -0,0 +1,8 @@ +{ + "color": [ + { + "name": "start_window_background", + "value": "#FFFFFF" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_characters/ohos/entry/src/main/resources/base/element/string.json b/ohos/flutter_characters/ohos/entry/src/main/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..f94595515a99e0c828807e243494f57f09251930 --- /dev/null +++ b/ohos/flutter_characters/ohos/entry/src/main/resources/base/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "module description" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_characters/ohos/entry/src/main/resources/base/media/icon.png b/ohos/flutter_characters/ohos/entry/src/main/resources/base/media/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_characters/ohos/entry/src/main/resources/base/media/icon.png differ diff --git a/ohos/flutter_characters/ohos/entry/src/main/resources/base/profile/main_pages.json b/ohos/flutter_characters/ohos/entry/src/main/resources/base/profile/main_pages.json new file mode 100644 index 0000000000000000000000000000000000000000..1898d94f58d6128ab712be2c68acc7c98e9ab9ce --- /dev/null +++ b/ohos/flutter_characters/ohos/entry/src/main/resources/base/profile/main_pages.json @@ -0,0 +1,5 @@ +{ + "src": [ + "pages/Index" + ] +} diff --git a/ohos/flutter_characters/ohos/entry/src/main/resources/en_US/element/string.json b/ohos/flutter_characters/ohos/entry/src/main/resources/en_US/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..f94595515a99e0c828807e243494f57f09251930 --- /dev/null +++ b/ohos/flutter_characters/ohos/entry/src/main/resources/en_US/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "module description" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_characters/ohos/entry/src/main/resources/zh_CN/element/string.json b/ohos/flutter_characters/ohos/entry/src/main/resources/zh_CN/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..597ecf95e61d7e30367c22fe2f8638008361b044 --- /dev/null +++ b/ohos/flutter_characters/ohos/entry/src/main/resources/zh_CN/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "模块描述" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_characters/ohos/entry/src/ohosTest/ets/test/Ability.test.ets b/ohos/flutter_characters/ohos/entry/src/ohosTest/ets/test/Ability.test.ets new file mode 100644 index 0000000000000000000000000000000000000000..25d4c71ff3cd584f5d64f6f8c0ac864928c234c4 --- /dev/null +++ b/ohos/flutter_characters/ohos/entry/src/ohosTest/ets/test/Ability.test.ets @@ -0,0 +1,50 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; +import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium' + +export default function abilityTest() { + describe('ActsAbilityTest', function () { + // Defines a test suite. Two parameters are supported: test suite name and test suite function. + beforeAll(function () { + // Presets an action, which is performed only once before all test cases of the test suite start. + // This API supports only one parameter: preset action function. + }) + beforeEach(function () { + // Presets an action, which is performed before each unit test case starts. + // The number of execution times is the same as the number of test cases defined by **it**. + // This API supports only one parameter: preset action function. + }) + afterEach(function () { + // Presets a clear action, which is performed after each unit test case ends. + // The number of execution times is the same as the number of test cases defined by **it**. + // This API supports only one parameter: clear action function. + }) + afterAll(function () { + // Presets a clear action, which is performed after all test cases of the test suite end. + // This API supports only one parameter: clear action function. + }) + it('assertContain',0, function () { + // Defines a test case. This API supports three parameters: test case name, filter parameter, and test case function. + hilog.info(0x0000, 'testTag', '%{public}s', 'it begin'); + let a = 'abc' + let b = 'b' + // Defines a variety of assertion methods, which are used to declare expected boolean conditions. + expect(a).assertContain(b) + expect(a).assertEqual(a) + }) + }) +} \ No newline at end of file diff --git a/ohos/flutter_characters/ohos/entry/src/ohosTest/ets/test/List.test.ets b/ohos/flutter_characters/ohos/entry/src/ohosTest/ets/test/List.test.ets new file mode 100644 index 0000000000000000000000000000000000000000..f4140030e65d20df6af30a6bf51e464dea8f8aa6 --- /dev/null +++ b/ohos/flutter_characters/ohos/entry/src/ohosTest/ets/test/List.test.ets @@ -0,0 +1,20 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import abilityTest from './Ability.test' + +export default function testsuite() { + abilityTest() +} \ No newline at end of file diff --git a/ohos/flutter_characters/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets b/ohos/flutter_characters/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets new file mode 100644 index 0000000000000000000000000000000000000000..4ca645e6013cfce8e7dbb728313cb8840c4da660 --- /dev/null +++ b/ohos/flutter_characters/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets @@ -0,0 +1,63 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import UIAbility from '@ohos.app.ability.UIAbility'; +import AbilityDelegatorRegistry from '@ohos.app.ability.abilityDelegatorRegistry'; +import hilog from '@ohos.hilog'; +import { Hypium } from '@ohos/hypium'; +import testsuite from '../test/List.test'; +import window from '@ohos.window'; + +export default class TestAbility extends UIAbility { + onCreate(want, launchParam) { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onCreate'); + hilog.info(0x0000, 'testTag', '%{public}s', 'want param:' + JSON.stringify(want) ?? ''); + hilog.info(0x0000, 'testTag', '%{public}s', 'launchParam:'+ JSON.stringify(launchParam) ?? ''); + var abilityDelegator: any + abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator() + var abilityDelegatorArguments: any + abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments() + hilog.info(0x0000, 'testTag', '%{public}s', 'start run testcase!!!'); + Hypium.hypiumTest(abilityDelegator, abilityDelegatorArguments, testsuite) + } + + onDestroy() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onDestroy'); + } + + onWindowStageCreate(windowStage: window.WindowStage) { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onWindowStageCreate'); + windowStage.loadContent('testability/pages/Index', (err, data) => { + if (err.code) { + hilog.error(0x0000, 'testTag', 'Failed to load the content. Cause: %{public}s', JSON.stringify(err) ?? ''); + return; + } + hilog.info(0x0000, 'testTag', 'Succeeded in loading the content. Data: %{public}s', + JSON.stringify(data) ?? ''); + }); + } + + onWindowStageDestroy() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onWindowStageDestroy'); + } + + onForeground() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onForeground'); + } + + onBackground() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onBackground'); + } +} \ No newline at end of file diff --git a/ohos/flutter_characters/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets b/ohos/flutter_characters/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets new file mode 100644 index 0000000000000000000000000000000000000000..cef0447cd2f137ef82d223ead2e156808878ab90 --- /dev/null +++ b/ohos/flutter_characters/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets @@ -0,0 +1,49 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; + +@Entry +@Component +struct Index { + aboutToAppear() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility index aboutToAppear'); + } + @State message: string = 'Hello World' + build() { + Row() { + Column() { + Text(this.message) + .fontSize(50) + .fontWeight(FontWeight.Bold) + Button() { + Text('next page') + .fontSize(20) + .fontWeight(FontWeight.Bold) + }.type(ButtonType.Capsule) + .margin({ + top: 20 + }) + .backgroundColor('#0D9FFB') + .width('35%') + .height('5%') + .onClick(()=>{ + }) + } + .width('100%') + } + .height('100%') + } + } \ No newline at end of file diff --git a/ohos/flutter_characters/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts b/ohos/flutter_characters/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts new file mode 100644 index 0000000000000000000000000000000000000000..1def08f2e9dcbfa3454a07b7a3b82b173bb90d02 --- /dev/null +++ b/ohos/flutter_characters/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts @@ -0,0 +1,64 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; +import TestRunner from '@ohos.application.testRunner'; +import AbilityDelegatorRegistry from '@ohos.app.ability.abilityDelegatorRegistry'; + +var abilityDelegator = undefined +var abilityDelegatorArguments = undefined + +async function onAbilityCreateCallback() { + hilog.info(0x0000, 'testTag', '%{public}s', 'onAbilityCreateCallback'); +} + +async function addAbilityMonitorCallback(err: any) { + hilog.info(0x0000, 'testTag', 'addAbilityMonitorCallback : %{public}s', JSON.stringify(err) ?? ''); +} + +export default class OpenHarmonyTestRunner implements TestRunner { + constructor() { + } + + onPrepare() { + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner OnPrepare '); + } + + async onRun() { + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner onRun run'); + abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments() + abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator() + var testAbilityName = abilityDelegatorArguments.bundleName + '.TestAbility' + let lMonitor = { + abilityName: testAbilityName, + onAbilityCreate: onAbilityCreateCallback, + }; + abilityDelegator.addAbilityMonitor(lMonitor, addAbilityMonitorCallback) + var cmd = 'aa start -d 0 -a TestAbility' + ' -b ' + abilityDelegatorArguments.bundleName + var debug = abilityDelegatorArguments.parameters['-D'] + if (debug == 'true') + { + cmd += ' -D' + } + hilog.info(0x0000, 'testTag', 'cmd : %{public}s', cmd); + abilityDelegator.executeShellCommand(cmd, + (err: any, d: any) => { + hilog.info(0x0000, 'testTag', 'executeShellCommand : err : %{public}s', JSON.stringify(err) ?? ''); + hilog.info(0x0000, 'testTag', 'executeShellCommand : data : %{public}s', d.stdResult ?? ''); + hilog.info(0x0000, 'testTag', 'executeShellCommand : data : %{public}s', d.exitCode ?? ''); + }) + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner onRun end'); + } +} \ No newline at end of file diff --git a/ohos/flutter_characters/ohos/entry/src/ohosTest/module.json5 b/ohos/flutter_characters/ohos/entry/src/ohosTest/module.json5 new file mode 100644 index 0000000000000000000000000000000000000000..fab77ce2e0c61e3ad010bab5b27ccbd15f9a8c96 --- /dev/null +++ b/ohos/flutter_characters/ohos/entry/src/ohosTest/module.json5 @@ -0,0 +1,51 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "module": { + "name": "entry_test", + "type": "feature", + "description": "$string:module_test_desc", + "mainElement": "TestAbility", + "deviceTypes": [ + "phone" + ], + "deliveryWithInstall": true, + "installationFree": false, + "pages": "$profile:test_pages", + "abilities": [ + { + "name": "TestAbility", + "srcEntry": "./ets/testability/TestAbility.ets", + "description": "$string:TestAbility_desc", + "icon": "$media:icon", + "label": "$string:TestAbility_label", + "exported": true, + "startWindowIcon": "$media:icon", + "startWindowBackground": "$color:start_window_background", + "skills": [ + { + "actions": [ + "action.system.home" + ], + "entities": [ + "entity.system.home" + ] + } + ] + } + ] + } +} diff --git a/ohos/flutter_characters/ohos/entry/src/ohosTest/resources/base/element/color.json b/ohos/flutter_characters/ohos/entry/src/ohosTest/resources/base/element/color.json new file mode 100644 index 0000000000000000000000000000000000000000..3c712962da3c2751c2b9ddb53559afcbd2b54a02 --- /dev/null +++ b/ohos/flutter_characters/ohos/entry/src/ohosTest/resources/base/element/color.json @@ -0,0 +1,8 @@ +{ + "color": [ + { + "name": "start_window_background", + "value": "#FFFFFF" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_characters/ohos/entry/src/ohosTest/resources/base/element/string.json b/ohos/flutter_characters/ohos/entry/src/ohosTest/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..65d8fa5a7cf54aa3943dcd0214f58d1771bc1f6c --- /dev/null +++ b/ohos/flutter_characters/ohos/entry/src/ohosTest/resources/base/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_test_desc", + "value": "test ability description" + }, + { + "name": "TestAbility_desc", + "value": "the test ability" + }, + { + "name": "TestAbility_label", + "value": "test label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_characters/ohos/entry/src/ohosTest/resources/base/media/icon.png b/ohos/flutter_characters/ohos/entry/src/ohosTest/resources/base/media/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_characters/ohos/entry/src/ohosTest/resources/base/media/icon.png differ diff --git a/ohos/flutter_characters/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json b/ohos/flutter_characters/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json new file mode 100644 index 0000000000000000000000000000000000000000..b7e7343cacb32ce982a45e76daad86e435e054fe --- /dev/null +++ b/ohos/flutter_characters/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json @@ -0,0 +1,5 @@ +{ + "src": [ + "testability/pages/Index" + ] +} diff --git a/ohos/flutter_characters/ohos/har/flutter_embedding.har b/ohos/flutter_characters/ohos/har/flutter_embedding.har new file mode 100644 index 0000000000000000000000000000000000000000..d8e07ca297de2100ce605f8af1126daf6eeb5d8f Binary files /dev/null and b/ohos/flutter_characters/ohos/har/flutter_embedding.har differ diff --git a/ohos/flutter_characters/ohos/har/har_product/flutter_embedding.har.debug.10 b/ohos/flutter_characters/ohos/har/har_product/flutter_embedding.har.debug.10 new file mode 100644 index 0000000000000000000000000000000000000000..d8e07ca297de2100ce605f8af1126daf6eeb5d8f Binary files /dev/null and b/ohos/flutter_characters/ohos/har/har_product/flutter_embedding.har.debug.10 differ diff --git a/ohos/flutter_characters/ohos/har/har_product/flutter_embedding.har.debug.9 b/ohos/flutter_characters/ohos/har/har_product/flutter_embedding.har.debug.9 new file mode 100644 index 0000000000000000000000000000000000000000..f0df4ca0064821178bf4254b16e8d23d873827da Binary files /dev/null and b/ohos/flutter_characters/ohos/har/har_product/flutter_embedding.har.debug.9 differ diff --git a/ohos/flutter_characters/ohos/har/har_product/flutter_embedding.har.release.10 b/ohos/flutter_characters/ohos/har/har_product/flutter_embedding.har.release.10 new file mode 100644 index 0000000000000000000000000000000000000000..da9b320a09600f678975b827160441e46144bf08 Binary files /dev/null and b/ohos/flutter_characters/ohos/har/har_product/flutter_embedding.har.release.10 differ diff --git a/ohos/flutter_characters/ohos/har/har_product/flutter_embedding.har.release.9 b/ohos/flutter_characters/ohos/har/har_product/flutter_embedding.har.release.9 new file mode 100644 index 0000000000000000000000000000000000000000..ba52754a80826e5614438b3faf931ed2f487eaab Binary files /dev/null and b/ohos/flutter_characters/ohos/har/har_product/flutter_embedding.har.release.9 differ diff --git a/ohos/flutter_characters/ohos/har/har_product/libflutter.so.debug.10 b/ohos/flutter_characters/ohos/har/har_product/libflutter.so.debug.10 new file mode 100644 index 0000000000000000000000000000000000000000..8ff0d04141a776e448478791df1e2a1c3aa7c5c4 Binary files /dev/null and b/ohos/flutter_characters/ohos/har/har_product/libflutter.so.debug.10 differ diff --git a/ohos/flutter_characters/ohos/har/har_product/libflutter.so.release.10 b/ohos/flutter_characters/ohos/har/har_product/libflutter.so.release.10 new file mode 100644 index 0000000000000000000000000000000000000000..7cdf26180489e807496f02cd4736425b4ad42845 Binary files /dev/null and b/ohos/flutter_characters/ohos/har/har_product/libflutter.so.release.10 differ diff --git a/ohos/flutter_characters/ohos/hvigor/hvigor-config.json5 b/ohos/flutter_characters/ohos/hvigor/hvigor-config.json5 new file mode 100644 index 0000000000000000000000000000000000000000..b8eb5547b14a9ddd7ea0cf0fab0d93fa22b8e919 --- /dev/null +++ b/ohos/flutter_characters/ohos/hvigor/hvigor-config.json5 @@ -0,0 +1,22 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "hvigorVersion": "file:../dependencies/hvigor-3.0.9-s.tgz", + "dependencies": { + "@ohos/hvigor-ohos-plugin": "file:../dependencies/hvigor-ohos-plugin-3.0.9-s.tgz", + "rollup": "file:../dependencies/rollup.tgz", + } +} diff --git a/ohos/flutter_characters/ohos/hvigor/hvigor-wrapper.js b/ohos/flutter_characters/ohos/hvigor/hvigor-wrapper.js new file mode 100644 index 0000000000000000000000000000000000000000..0483791f85b568d236d0ed928334db46e067a8aa --- /dev/null +++ b/ohos/flutter_characters/ohos/hvigor/hvigor-wrapper.js @@ -0,0 +1,16 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +"use strict";var e=require("fs"),t=require("path"),n=require("os"),r=require("crypto"),u=require("child_process"),o=require("constants"),i=require("stream"),s=require("util"),c=require("assert"),a=require("tty"),l=require("zlib"),f=require("net");function d(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var D=d(e),p=d(t),E=d(n),m=d(r),h=d(u),y=d(o),C=d(i),F=d(s),g=d(c),A=d(a),v=d(l),S=d(f),w="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},O={},b={},_={},B=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(_,"__esModule",{value:!0}),_.isMac=_.isLinux=_.isWindows=void 0;const P=B(E.default),k="Windows_NT",x="Linux",N="Darwin";_.isWindows=function(){return P.default.type()===k},_.isLinux=function(){return P.default.type()===x},_.isMac=function(){return P.default.type()===N};var I={},T=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),R=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),M=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&T(t,e,n);return R(t,e),t};Object.defineProperty(I,"__esModule",{value:!0}),I.hash=void 0;const L=M(m.default);I.hash=function(e,t="md5"){return L.createHash(t).update(e,"utf-8").digest("hex")},function(e){var t=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var u in e)"default"!==u&&Object.prototype.hasOwnProperty.call(e,u)&&t(r,e,u);return n(r,e),r};Object.defineProperty(e,"__esModule",{value:!0}),e.HVIGOR_BOOT_JS_FILE_PATH=e.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH=e.HVIGOR_PROJECT_DEPENDENCIES_HOME=e.HVIGOR_PROJECT_WRAPPER_HOME=e.HVIGOR_PROJECT_NAME=e.HVIGOR_PROJECT_ROOT_DIR=e.HVIGOR_PROJECT_CACHES_HOME=e.HVIGOR_PNPM_STORE_PATH=e.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH=e.HVIGOR_WRAPPER_TOOLS_HOME=e.HVIGOR_USER_HOME=e.DEFAULT_PACKAGE_JSON=e.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME=e.PNPM=e.HVIGOR=e.NPM_TOOL=e.PNPM_TOOL=e.HVIGOR_ENGINE_PACKAGE_NAME=void 0;const u=r(p.default),o=r(E.default),i=_,s=I;e.HVIGOR_ENGINE_PACKAGE_NAME="@ohos/hvigor",e.PNPM_TOOL=(0,i.isWindows)()?"pnpm.cmd":"pnpm",e.NPM_TOOL=(0,i.isWindows)()?"npm.cmd":"npm",e.HVIGOR="hvigor",e.PNPM="pnpm",e.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME="hvigor-config.json5",e.DEFAULT_PACKAGE_JSON="package.json",e.HVIGOR_USER_HOME=u.resolve(o.homedir(),".hvigor"),e.HVIGOR_WRAPPER_TOOLS_HOME=u.resolve(e.HVIGOR_USER_HOME,"wrapper","tools"),e.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH=u.resolve(e.HVIGOR_WRAPPER_TOOLS_HOME,"node_modules",".bin",e.PNPM_TOOL),e.HVIGOR_PNPM_STORE_PATH=u.resolve(e.HVIGOR_USER_HOME,"caches"),e.HVIGOR_PROJECT_CACHES_HOME=u.resolve(e.HVIGOR_USER_HOME,"project_caches"),e.HVIGOR_PROJECT_ROOT_DIR=process.cwd(),e.HVIGOR_PROJECT_NAME=u.basename((0,s.hash)(e.HVIGOR_PROJECT_ROOT_DIR)),e.HVIGOR_PROJECT_WRAPPER_HOME=u.resolve(e.HVIGOR_PROJECT_ROOT_DIR,e.HVIGOR),e.HVIGOR_PROJECT_DEPENDENCIES_HOME=u.resolve(e.HVIGOR_PROJECT_CACHES_HOME,e.HVIGOR_PROJECT_NAME,"workspace"),e.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH=u.resolve(e.HVIGOR_PROJECT_DEPENDENCIES_HOME,e.DEFAULT_PACKAGE_JSON),e.HVIGOR_BOOT_JS_FILE_PATH=u.resolve(e.HVIGOR_PROJECT_DEPENDENCIES_HOME,"node_modules","@ohos","hvigor","bin","hvigor.js")}(b);var j={},$={};Object.defineProperty($,"__esModule",{value:!0}),$.logInfoPrintConsole=$.logErrorAndExit=void 0,$.logErrorAndExit=function(e){e instanceof Error?console.error(e.message):console.error(e),process.exit(-1)},$.logInfoPrintConsole=function(e){console.log(e)};var H=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),J=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),G=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&H(t,e,n);return J(t,e),t},V=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(j,"__esModule",{value:!0}),j.isFileExists=j.offlinePluginConversion=j.executeCommand=j.getNpmPath=j.hasNpmPackInPaths=void 0;const U=h.default,W=G(p.default),z=b,K=$,q=V(D.default);j.hasNpmPackInPaths=function(e,t){try{return require.resolve(e,{paths:[...t]}),!0}catch(e){return!1}},j.getNpmPath=function(){const e=process.execPath;return W.join(W.dirname(e),z.NPM_TOOL)},j.executeCommand=function(e,t,n){0!==(0,U.spawnSync)(e,t,n).status&&(0,K.logErrorAndExit)(`Error: ${e} ${t} execute failed.See above for details.`)},j.offlinePluginConversion=function(e,t){return t.startsWith("file:")||t.endsWith(".tgz")?W.resolve(e,z.HVIGOR,t.replace("file:","")):t},j.isFileExists=function(e){return q.default.existsSync(e)&&q.default.statSync(e).isFile()},function(e){var t=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var u in e)"default"!==u&&Object.prototype.hasOwnProperty.call(e,u)&&t(r,e,u);return n(r,e),r},u=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(e,"__esModule",{value:!0}),e.executeInstallPnpm=e.isPnpmAvailable=e.environmentHandler=e.checkNpmConifg=e.PNPM_VERSION=void 0;const o=r(D.default),i=b,s=j,c=r(p.default),a=$,l=h.default,f=u(E.default);e.PNPM_VERSION="7.30.0",e.checkNpmConifg=function(){const e=c.resolve(i.HVIGOR_PROJECT_ROOT_DIR,".npmrc"),t=c.resolve(f.default.homedir(),".npmrc");if((0,s.isFileExists)(e)||(0,s.isFileExists)(t))return;const n=(0,s.getNpmPath)(),r=(0,l.spawnSync)(n,["config","get","prefix"],{cwd:i.HVIGOR_PROJECT_ROOT_DIR});if(0!==r.status||!r.stdout)return void(0,a.logErrorAndExit)("Error: The hvigor depends on the npmrc file. Configure the npmrc file first.");const u=c.resolve(`${r.stdout}`.replace(/[\r\n]/gi,""),".npmrc");(0,s.isFileExists)(u)||(0,a.logErrorAndExit)("Error: The hvigor depends on the npmrc file. Configure the npmrc file first.")},e.environmentHandler=function(){process.env["npm_config_update-notifier"]="false"},e.isPnpmAvailable=function(){return!!o.existsSync(i.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH)&&(0,s.hasNpmPackInPaths)("pnpm",[i.HVIGOR_WRAPPER_TOOLS_HOME])},e.executeInstallPnpm=function(){(0,a.logInfoPrintConsole)(`Installing pnpm@${e.PNPM_VERSION}...`);const t=(0,s.getNpmPath)();!function(){const t=c.resolve(i.HVIGOR_WRAPPER_TOOLS_HOME,i.DEFAULT_PACKAGE_JSON);try{o.existsSync(i.HVIGOR_WRAPPER_TOOLS_HOME)||o.mkdirSync(i.HVIGOR_WRAPPER_TOOLS_HOME,{recursive:!0});const n={dependencies:{}};n.dependencies[i.PNPM]=e.PNPM_VERSION,o.writeFileSync(t,JSON.stringify(n))}catch(e){(0,a.logErrorAndExit)(`Error: EPERM: operation not permitted,create ${t} failed.`)}}(),(0,s.executeCommand)(t,["install","pnpm"],{cwd:i.HVIGOR_WRAPPER_TOOLS_HOME,stdio:["inherit","inherit","inherit"],env:process.env}),(0,a.logInfoPrintConsole)("Pnpm install success.")}}(O);var Y={},X={},Z={},Q={};Object.defineProperty(Q,"__esModule",{value:!0}),Q.Unicode=void 0;class ee{}Q.Unicode=ee,ee.Space_Separator=/[\u1680\u2000-\u200A\u202F\u205F\u3000]/,ee.ID_Start=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]/,ee.ID_Continue=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF9\u1D00-\u1DF9\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDE00-\uDE3E\uDE47\uDE50-\uDE83\uDE86-\uDE99\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/,Object.defineProperty(Z,"__esModule",{value:!0}),Z.JudgeUtil=void 0;const te=Q;Z.JudgeUtil=class{static isIgnoreChar(e){return"string"==typeof e&&("\t"===e||"\v"===e||"\f"===e||" "===e||" "===e||"\ufeff"===e||"\n"===e||"\r"===e||"\u2028"===e||"\u2029"===e)}static isSpaceSeparator(e){return"string"==typeof e&&te.Unicode.Space_Separator.test(e)}static isIdStartChar(e){return"string"==typeof e&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||"$"===e||"_"===e||te.Unicode.ID_Start.test(e))}static isIdContinueChar(e){return"string"==typeof e&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||e>="0"&&e<="9"||"$"===e||"_"===e||"‌"===e||"‍"===e||te.Unicode.ID_Continue.test(e))}static isDigitWithoutZero(e){return/[1-9]/.test(e)}static isDigit(e){return"string"==typeof e&&/[0-9]/.test(e)}static isHexDigit(e){return"string"==typeof e&&/[0-9A-Fa-f]/.test(e)}};var ne={},re={fromCallback:function(e){return Object.defineProperty((function(...t){if("function"!=typeof t[t.length-1])return new Promise(((n,r)=>{e.call(this,...t,((e,t)=>null!=e?r(e):n(t)))}));e.apply(this,t)}),"name",{value:e.name})},fromPromise:function(e){return Object.defineProperty((function(...t){const n=t[t.length-1];if("function"!=typeof n)return e.apply(this,t);e.apply(this,t.slice(0,-1)).then((e=>n(null,e)),n)}),"name",{value:e.name})}},ue=y.default,oe=process.cwd,ie=null,se=process.env.GRACEFUL_FS_PLATFORM||process.platform;process.cwd=function(){return ie||(ie=oe.call(process)),ie};try{process.cwd()}catch(e){}if("function"==typeof process.chdir){var ce=process.chdir;process.chdir=function(e){ie=null,ce.call(process,e)},Object.setPrototypeOf&&Object.setPrototypeOf(process.chdir,ce)}var ae=function(e){ue.hasOwnProperty("O_SYMLINK")&&process.version.match(/^v0\.6\.[0-2]|^v0\.5\./)&&function(e){e.lchmod=function(t,n,r){e.open(t,ue.O_WRONLY|ue.O_SYMLINK,n,(function(t,u){t?r&&r(t):e.fchmod(u,n,(function(t){e.close(u,(function(e){r&&r(t||e)}))}))}))},e.lchmodSync=function(t,n){var r,u=e.openSync(t,ue.O_WRONLY|ue.O_SYMLINK,n),o=!0;try{r=e.fchmodSync(u,n),o=!1}finally{if(o)try{e.closeSync(u)}catch(e){}else e.closeSync(u)}return r}}(e);e.lutimes||function(e){ue.hasOwnProperty("O_SYMLINK")&&e.futimes?(e.lutimes=function(t,n,r,u){e.open(t,ue.O_SYMLINK,(function(t,o){t?u&&u(t):e.futimes(o,n,r,(function(t){e.close(o,(function(e){u&&u(t||e)}))}))}))},e.lutimesSync=function(t,n,r){var u,o=e.openSync(t,ue.O_SYMLINK),i=!0;try{u=e.futimesSync(o,n,r),i=!1}finally{if(i)try{e.closeSync(o)}catch(e){}else e.closeSync(o)}return u}):e.futimes&&(e.lutimes=function(e,t,n,r){r&&process.nextTick(r)},e.lutimesSync=function(){})}(e);e.chown=r(e.chown),e.fchown=r(e.fchown),e.lchown=r(e.lchown),e.chmod=t(e.chmod),e.fchmod=t(e.fchmod),e.lchmod=t(e.lchmod),e.chownSync=u(e.chownSync),e.fchownSync=u(e.fchownSync),e.lchownSync=u(e.lchownSync),e.chmodSync=n(e.chmodSync),e.fchmodSync=n(e.fchmodSync),e.lchmodSync=n(e.lchmodSync),e.stat=o(e.stat),e.fstat=o(e.fstat),e.lstat=o(e.lstat),e.statSync=i(e.statSync),e.fstatSync=i(e.fstatSync),e.lstatSync=i(e.lstatSync),e.chmod&&!e.lchmod&&(e.lchmod=function(e,t,n){n&&process.nextTick(n)},e.lchmodSync=function(){});e.chown&&!e.lchown&&(e.lchown=function(e,t,n,r){r&&process.nextTick(r)},e.lchownSync=function(){});"win32"===se&&(e.rename="function"!=typeof e.rename?e.rename:function(t){function n(n,r,u){var o=Date.now(),i=0;t(n,r,(function s(c){if(c&&("EACCES"===c.code||"EPERM"===c.code||"EBUSY"===c.code)&&Date.now()-o<6e4)return setTimeout((function(){e.stat(r,(function(e,o){e&&"ENOENT"===e.code?t(n,r,s):u(c)}))}),i),void(i<100&&(i+=10));u&&u(c)}))}return Object.setPrototypeOf&&Object.setPrototypeOf(n,t),n}(e.rename));function t(t){return t?function(n,r,u){return t.call(e,n,r,(function(e){s(e)&&(e=null),u&&u.apply(this,arguments)}))}:t}function n(t){return t?function(n,r){try{return t.call(e,n,r)}catch(e){if(!s(e))throw e}}:t}function r(t){return t?function(n,r,u,o){return t.call(e,n,r,u,(function(e){s(e)&&(e=null),o&&o.apply(this,arguments)}))}:t}function u(t){return t?function(n,r,u){try{return t.call(e,n,r,u)}catch(e){if(!s(e))throw e}}:t}function o(t){return t?function(n,r,u){function o(e,t){t&&(t.uid<0&&(t.uid+=4294967296),t.gid<0&&(t.gid+=4294967296)),u&&u.apply(this,arguments)}return"function"==typeof r&&(u=r,r=null),r?t.call(e,n,r,o):t.call(e,n,o)}:t}function i(t){return t?function(n,r){var u=r?t.call(e,n,r):t.call(e,n);return u&&(u.uid<0&&(u.uid+=4294967296),u.gid<0&&(u.gid+=4294967296)),u}:t}function s(e){return!e||("ENOSYS"===e.code||!(process.getuid&&0===process.getuid()||"EINVAL"!==e.code&&"EPERM"!==e.code))}e.read="function"!=typeof e.read?e.read:function(t){function n(n,r,u,o,i,s){var c;if(s&&"function"==typeof s){var a=0;c=function(l,f,d){if(l&&"EAGAIN"===l.code&&a<10)return a++,t.call(e,n,r,u,o,i,c);s.apply(this,arguments)}}return t.call(e,n,r,u,o,i,c)}return Object.setPrototypeOf&&Object.setPrototypeOf(n,t),n}(e.read),e.readSync="function"!=typeof e.readSync?e.readSync:(c=e.readSync,function(t,n,r,u,o){for(var i=0;;)try{return c.call(e,t,n,r,u,o)}catch(e){if("EAGAIN"===e.code&&i<10){i++;continue}throw e}});var c};var le=C.default.Stream,fe=function(e){return{ReadStream:function t(n,r){if(!(this instanceof t))return new t(n,r);le.call(this);var u=this;this.path=n,this.fd=null,this.readable=!0,this.paused=!1,this.flags="r",this.mode=438,this.bufferSize=65536,r=r||{};for(var o=Object.keys(r),i=0,s=o.length;ithis.end)throw new Error("start must be <= end");this.pos=this.start}if(null!==this.fd)return void process.nextTick((function(){u._read()}));e.open(this.path,this.flags,this.mode,(function(e,t){if(e)return u.emit("error",e),void(u.readable=!1);u.fd=t,u.emit("open",t),u._read()}))},WriteStream:function t(n,r){if(!(this instanceof t))return new t(n,r);le.call(this),this.path=n,this.fd=null,this.writable=!0,this.flags="w",this.encoding="binary",this.mode=438,this.bytesWritten=0,r=r||{};for(var u=Object.keys(r),o=0,i=u.length;o= zero");this.pos=this.start}this.busy=!1,this._queue=[],null===this.fd&&(this._open=e.open,this._queue.push([this._open,this.path,this.flags,this.mode,void 0]),this.flush())}}};var de=function(e){if(null===e||"object"!=typeof e)return e;if(e instanceof Object)var t={__proto__:De(e)};else t=Object.create(null);return Object.getOwnPropertyNames(e).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))})),t},De=Object.getPrototypeOf||function(e){return e.__proto__};var pe,Ee,me=D.default,he=ae,ye=fe,Ce=de,Fe=F.default;function ge(e,t){Object.defineProperty(e,pe,{get:function(){return t}})}"function"==typeof Symbol&&"function"==typeof Symbol.for?(pe=Symbol.for("graceful-fs.queue"),Ee=Symbol.for("graceful-fs.previous")):(pe="___graceful-fs.queue",Ee="___graceful-fs.previous");var Ae=function(){};if(Fe.debuglog?Ae=Fe.debuglog("gfs4"):/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&(Ae=function(){var e=Fe.format.apply(Fe,arguments);e="GFS4: "+e.split(/\n/).join("\nGFS4: "),console.error(e)}),!me[pe]){var ve=w[pe]||[];ge(me,ve),me.close=function(e){function t(t,n){return e.call(me,t,(function(e){e||_e(),"function"==typeof n&&n.apply(this,arguments)}))}return Object.defineProperty(t,Ee,{value:e}),t}(me.close),me.closeSync=function(e){function t(t){e.apply(me,arguments),_e()}return Object.defineProperty(t,Ee,{value:e}),t}(me.closeSync),/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&process.on("exit",(function(){Ae(me[pe]),g.default.equal(me[pe].length,0)}))}w[pe]||ge(w,me[pe]);var Se,we=Oe(Ce(me));function Oe(e){he(e),e.gracefulify=Oe,e.createReadStream=function(t,n){return new e.ReadStream(t,n)},e.createWriteStream=function(t,n){return new e.WriteStream(t,n)};var t=e.readFile;e.readFile=function(e,n,r){"function"==typeof n&&(r=n,n=null);return function e(n,r,u,o){return t(n,r,(function(t){!t||"EMFILE"!==t.code&&"ENFILE"!==t.code?"function"==typeof u&&u.apply(this,arguments):be([e,[n,r,u],t,o||Date.now(),Date.now()])}))}(e,n,r)};var n=e.writeFile;e.writeFile=function(e,t,r,u){"function"==typeof r&&(u=r,r=null);return function e(t,r,u,o,i){return n(t,r,u,(function(n){!n||"EMFILE"!==n.code&&"ENFILE"!==n.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,r,u,o],n,i||Date.now(),Date.now()])}))}(e,t,r,u)};var r=e.appendFile;r&&(e.appendFile=function(e,t,n,u){"function"==typeof n&&(u=n,n=null);return function e(t,n,u,o,i){return r(t,n,u,(function(r){!r||"EMFILE"!==r.code&&"ENFILE"!==r.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,n,u,o],r,i||Date.now(),Date.now()])}))}(e,t,n,u)});var u=e.copyFile;u&&(e.copyFile=function(e,t,n,r){"function"==typeof n&&(r=n,n=0);return function e(t,n,r,o,i){return u(t,n,r,(function(u){!u||"EMFILE"!==u.code&&"ENFILE"!==u.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,n,r,o],u,i||Date.now(),Date.now()])}))}(e,t,n,r)});var o=e.readdir;e.readdir=function(e,t,n){"function"==typeof t&&(n=t,t=null);var r=i.test(process.version)?function(e,t,n,r){return o(e,u(e,t,n,r))}:function(e,t,n,r){return o(e,t,u(e,t,n,r))};return r(e,t,n);function u(e,t,n,u){return function(o,i){!o||"EMFILE"!==o.code&&"ENFILE"!==o.code?(i&&i.sort&&i.sort(),"function"==typeof n&&n.call(this,o,i)):be([r,[e,t,n],o,u||Date.now(),Date.now()])}}};var i=/^v[0-5]\./;if("v0.8"===process.version.substr(0,4)){var s=ye(e);d=s.ReadStream,D=s.WriteStream}var c=e.ReadStream;c&&(d.prototype=Object.create(c.prototype),d.prototype.open=function(){var e=this;E(e.path,e.flags,e.mode,(function(t,n){t?(e.autoClose&&e.destroy(),e.emit("error",t)):(e.fd=n,e.emit("open",n),e.read())}))});var a=e.WriteStream;a&&(D.prototype=Object.create(a.prototype),D.prototype.open=function(){var e=this;E(e.path,e.flags,e.mode,(function(t,n){t?(e.destroy(),e.emit("error",t)):(e.fd=n,e.emit("open",n))}))}),Object.defineProperty(e,"ReadStream",{get:function(){return d},set:function(e){d=e},enumerable:!0,configurable:!0}),Object.defineProperty(e,"WriteStream",{get:function(){return D},set:function(e){D=e},enumerable:!0,configurable:!0});var l=d;Object.defineProperty(e,"FileReadStream",{get:function(){return l},set:function(e){l=e},enumerable:!0,configurable:!0});var f=D;function d(e,t){return this instanceof d?(c.apply(this,arguments),this):d.apply(Object.create(d.prototype),arguments)}function D(e,t){return this instanceof D?(a.apply(this,arguments),this):D.apply(Object.create(D.prototype),arguments)}Object.defineProperty(e,"FileWriteStream",{get:function(){return f},set:function(e){f=e},enumerable:!0,configurable:!0});var p=e.open;function E(e,t,n,r){return"function"==typeof n&&(r=n,n=null),function e(t,n,r,u,o){return p(t,n,r,(function(i,s){!i||"EMFILE"!==i.code&&"ENFILE"!==i.code?"function"==typeof u&&u.apply(this,arguments):be([e,[t,n,r,u],i,o||Date.now(),Date.now()])}))}(e,t,n,r)}return e.open=E,e}function be(e){Ae("ENQUEUE",e[0].name,e[1]),me[pe].push(e),Be()}function _e(){for(var e=Date.now(),t=0;t2&&(me[pe][t][3]=e,me[pe][t][4]=e);Be()}function Be(){if(clearTimeout(Se),Se=void 0,0!==me[pe].length){var e=me[pe].shift(),t=e[0],n=e[1],r=e[2],u=e[3],o=e[4];if(void 0===u)Ae("RETRY",t.name,n),t.apply(null,n);else if(Date.now()-u>=6e4){Ae("TIMEOUT",t.name,n);var i=n.pop();"function"==typeof i&&i.call(null,r)}else{var s=Date.now()-o,c=Math.max(o-u,1);s>=Math.min(1.2*c,100)?(Ae("RETRY",t.name,n),t.apply(null,n.concat([u]))):me[pe].push(e)}void 0===Se&&(Se=setTimeout(Be,0))}}process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH&&!me.__patched&&(we=Oe(me),me.__patched=!0),function(e){const t=re.fromCallback,n=we,r=["access","appendFile","chmod","chown","close","copyFile","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","lchmod","lchown","link","lstat","mkdir","mkdtemp","open","opendir","readdir","readFile","readlink","realpath","rename","rm","rmdir","stat","symlink","truncate","unlink","utimes","writeFile"].filter((e=>"function"==typeof n[e]));Object.assign(e,n),r.forEach((r=>{e[r]=t(n[r])})),e.realpath.native=t(n.realpath.native),e.exists=function(e,t){return"function"==typeof t?n.exists(e,t):new Promise((t=>n.exists(e,t)))},e.read=function(e,t,r,u,o,i){return"function"==typeof i?n.read(e,t,r,u,o,i):new Promise(((i,s)=>{n.read(e,t,r,u,o,((e,t,n)=>{if(e)return s(e);i({bytesRead:t,buffer:n})}))}))},e.write=function(e,t,...r){return"function"==typeof r[r.length-1]?n.write(e,t,...r):new Promise(((u,o)=>{n.write(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffer:n})}))}))},"function"==typeof n.writev&&(e.writev=function(e,t,...r){return"function"==typeof r[r.length-1]?n.writev(e,t,...r):new Promise(((u,o)=>{n.writev(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffers:n})}))}))})}(ne);var Pe={},ke={};const xe=p.default;ke.checkPath=function(e){if("win32"===process.platform){if(/[<>:"|?*]/.test(e.replace(xe.parse(e).root,""))){const t=new Error(`Path contains invalid characters: ${e}`);throw t.code="EINVAL",t}}};const Ne=ne,{checkPath:Ie}=ke,Te=e=>"number"==typeof e?e:{mode:511,...e}.mode;Pe.makeDir=async(e,t)=>(Ie(e),Ne.mkdir(e,{mode:Te(t),recursive:!0})),Pe.makeDirSync=(e,t)=>(Ie(e),Ne.mkdirSync(e,{mode:Te(t),recursive:!0}));const Re=re.fromPromise,{makeDir:Me,makeDirSync:Le}=Pe,je=Re(Me);var $e={mkdirs:je,mkdirsSync:Le,mkdirp:je,mkdirpSync:Le,ensureDir:je,ensureDirSync:Le};const He=re.fromPromise,Je=ne;var Ge={pathExists:He((function(e){return Je.access(e).then((()=>!0)).catch((()=>!1))})),pathExistsSync:Je.existsSync};const Ve=we;var Ue=function(e,t,n,r){Ve.open(e,"r+",((e,u)=>{if(e)return r(e);Ve.futimes(u,t,n,(e=>{Ve.close(u,(t=>{r&&r(e||t)}))}))}))},We=function(e,t,n){const r=Ve.openSync(e,"r+");return Ve.futimesSync(r,t,n),Ve.closeSync(r)};const ze=ne,Ke=p.default,qe=F.default;function Ye(e,t,n){const r=n.dereference?e=>ze.stat(e,{bigint:!0}):e=>ze.lstat(e,{bigint:!0});return Promise.all([r(e),r(t).catch((e=>{if("ENOENT"===e.code)return null;throw e}))]).then((([e,t])=>({srcStat:e,destStat:t})))}function Xe(e,t){return t.ino&&t.dev&&t.ino===e.ino&&t.dev===e.dev}function Ze(e,t){const n=Ke.resolve(e).split(Ke.sep).filter((e=>e)),r=Ke.resolve(t).split(Ke.sep).filter((e=>e));return n.reduce(((e,t,n)=>e&&r[n]===t),!0)}function Qe(e,t,n){return`Cannot ${n} '${e}' to a subdirectory of itself, '${t}'.`}var et={checkPaths:function(e,t,n,r,u){qe.callbackify(Ye)(e,t,r,((r,o)=>{if(r)return u(r);const{srcStat:i,destStat:s}=o;if(s){if(Xe(i,s)){const r=Ke.basename(e),o=Ke.basename(t);return"move"===n&&r!==o&&r.toLowerCase()===o.toLowerCase()?u(null,{srcStat:i,destStat:s,isChangingCase:!0}):u(new Error("Source and destination must not be the same."))}if(i.isDirectory()&&!s.isDirectory())return u(new Error(`Cannot overwrite non-directory '${t}' with directory '${e}'.`));if(!i.isDirectory()&&s.isDirectory())return u(new Error(`Cannot overwrite directory '${t}' with non-directory '${e}'.`))}return i.isDirectory()&&Ze(e,t)?u(new Error(Qe(e,t,n))):u(null,{srcStat:i,destStat:s})}))},checkPathsSync:function(e,t,n,r){const{srcStat:u,destStat:o}=function(e,t,n){let r;const u=n.dereference?e=>ze.statSync(e,{bigint:!0}):e=>ze.lstatSync(e,{bigint:!0}),o=u(e);try{r=u(t)}catch(e){if("ENOENT"===e.code)return{srcStat:o,destStat:null};throw e}return{srcStat:o,destStat:r}}(e,t,r);if(o){if(Xe(u,o)){const r=Ke.basename(e),i=Ke.basename(t);if("move"===n&&r!==i&&r.toLowerCase()===i.toLowerCase())return{srcStat:u,destStat:o,isChangingCase:!0};throw new Error("Source and destination must not be the same.")}if(u.isDirectory()&&!o.isDirectory())throw new Error(`Cannot overwrite non-directory '${t}' with directory '${e}'.`);if(!u.isDirectory()&&o.isDirectory())throw new Error(`Cannot overwrite directory '${t}' with non-directory '${e}'.`)}if(u.isDirectory()&&Ze(e,t))throw new Error(Qe(e,t,n));return{srcStat:u,destStat:o}},checkParentPaths:function e(t,n,r,u,o){const i=Ke.resolve(Ke.dirname(t)),s=Ke.resolve(Ke.dirname(r));if(s===i||s===Ke.parse(s).root)return o();ze.stat(s,{bigint:!0},((i,c)=>i?"ENOENT"===i.code?o():o(i):Xe(n,c)?o(new Error(Qe(t,r,u))):e(t,n,s,u,o)))},checkParentPathsSync:function e(t,n,r,u){const o=Ke.resolve(Ke.dirname(t)),i=Ke.resolve(Ke.dirname(r));if(i===o||i===Ke.parse(i).root)return;let s;try{s=ze.statSync(i,{bigint:!0})}catch(e){if("ENOENT"===e.code)return;throw e}if(Xe(n,s))throw new Error(Qe(t,r,u));return e(t,n,i,u)},isSrcSubdir:Ze,areIdentical:Xe};const tt=we,nt=p.default,rt=$e.mkdirs,ut=Ge.pathExists,ot=Ue,it=et;function st(e,t,n,r,u){const o=nt.dirname(n);ut(o,((i,s)=>i?u(i):s?at(e,t,n,r,u):void rt(o,(o=>o?u(o):at(e,t,n,r,u)))))}function ct(e,t,n,r,u,o){Promise.resolve(u.filter(n,r)).then((i=>i?e(t,n,r,u,o):o()),(e=>o(e)))}function at(e,t,n,r,u){(r.dereference?tt.stat:tt.lstat)(t,((o,i)=>o?u(o):i.isDirectory()?function(e,t,n,r,u,o){return t?Dt(n,r,u,o):function(e,t,n,r,u){tt.mkdir(n,(o=>{if(o)return u(o);Dt(t,n,r,(t=>t?u(t):dt(n,e,u)))}))}(e.mode,n,r,u,o)}(i,e,t,n,r,u):i.isFile()||i.isCharacterDevice()||i.isBlockDevice()?function(e,t,n,r,u,o){return t?function(e,t,n,r,u){if(!r.overwrite)return r.errorOnExist?u(new Error(`'${n}' already exists`)):u();tt.unlink(n,(o=>o?u(o):lt(e,t,n,r,u)))}(e,n,r,u,o):lt(e,n,r,u,o)}(i,e,t,n,r,u):i.isSymbolicLink()?function(e,t,n,r,u){tt.readlink(t,((t,o)=>t?u(t):(r.dereference&&(o=nt.resolve(process.cwd(),o)),e?void tt.readlink(n,((t,i)=>t?"EINVAL"===t.code||"UNKNOWN"===t.code?tt.symlink(o,n,u):u(t):(r.dereference&&(i=nt.resolve(process.cwd(),i)),it.isSrcSubdir(o,i)?u(new Error(`Cannot copy '${o}' to a subdirectory of itself, '${i}'.`)):e.isDirectory()&&it.isSrcSubdir(i,o)?u(new Error(`Cannot overwrite '${i}' with '${o}'.`)):function(e,t,n){tt.unlink(t,(r=>r?n(r):tt.symlink(e,t,n)))}(o,n,u)))):tt.symlink(o,n,u))))}(e,t,n,r,u):i.isSocket()?u(new Error(`Cannot copy a socket file: ${t}`)):i.isFIFO()?u(new Error(`Cannot copy a FIFO pipe: ${t}`)):u(new Error(`Unknown file: ${t}`))))}function lt(e,t,n,r,u){tt.copyFile(t,n,(o=>o?u(o):r.preserveTimestamps?function(e,t,n,r){if(function(e){return 0==(128&e)}(e))return function(e,t,n){return dt(e,128|t,n)}(n,e,(u=>u?r(u):ft(e,t,n,r)));return ft(e,t,n,r)}(e.mode,t,n,u):dt(n,e.mode,u)))}function ft(e,t,n,r){!function(e,t,n){tt.stat(e,((e,r)=>e?n(e):ot(t,r.atime,r.mtime,n)))}(t,n,(t=>t?r(t):dt(n,e,r)))}function dt(e,t,n){return tt.chmod(e,t,n)}function Dt(e,t,n,r){tt.readdir(e,((u,o)=>u?r(u):pt(o,e,t,n,r)))}function pt(e,t,n,r,u){const o=e.pop();return o?function(e,t,n,r,u,o){const i=nt.join(n,t),s=nt.join(r,t);it.checkPaths(i,s,"copy",u,((t,c)=>{if(t)return o(t);const{destStat:a}=c;!function(e,t,n,r,u){r.filter?ct(at,e,t,n,r,u):at(e,t,n,r,u)}(a,i,s,u,(t=>t?o(t):pt(e,n,r,u,o)))}))}(e,o,t,n,r,u):u()}var Et=function(e,t,n,r){"function"!=typeof n||r?"function"==typeof n&&(n={filter:n}):(r=n,n={}),r=r||function(){},(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269"),it.checkPaths(e,t,"copy",n,((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;it.checkParentPaths(e,i,t,"copy",(u=>u?r(u):n.filter?ct(st,s,e,t,n,r):st(s,e,t,n,r)))}))};const mt=we,ht=p.default,yt=$e.mkdirsSync,Ct=We,Ft=et;function gt(e,t,n,r){const u=(r.dereference?mt.statSync:mt.lstatSync)(t);if(u.isDirectory())return function(e,t,n,r,u){return t?St(n,r,u):function(e,t,n,r){return mt.mkdirSync(n),St(t,n,r),vt(n,e)}(e.mode,n,r,u)}(u,e,t,n,r);if(u.isFile()||u.isCharacterDevice()||u.isBlockDevice())return function(e,t,n,r,u){return t?function(e,t,n,r){if(r.overwrite)return mt.unlinkSync(n),At(e,t,n,r);if(r.errorOnExist)throw new Error(`'${n}' already exists`)}(e,n,r,u):At(e,n,r,u)}(u,e,t,n,r);if(u.isSymbolicLink())return function(e,t,n,r){let u=mt.readlinkSync(t);r.dereference&&(u=ht.resolve(process.cwd(),u));if(e){let e;try{e=mt.readlinkSync(n)}catch(e){if("EINVAL"===e.code||"UNKNOWN"===e.code)return mt.symlinkSync(u,n);throw e}if(r.dereference&&(e=ht.resolve(process.cwd(),e)),Ft.isSrcSubdir(u,e))throw new Error(`Cannot copy '${u}' to a subdirectory of itself, '${e}'.`);if(mt.statSync(n).isDirectory()&&Ft.isSrcSubdir(e,u))throw new Error(`Cannot overwrite '${e}' with '${u}'.`);return function(e,t){return mt.unlinkSync(t),mt.symlinkSync(e,t)}(u,n)}return mt.symlinkSync(u,n)}(e,t,n,r);if(u.isSocket())throw new Error(`Cannot copy a socket file: ${t}`);if(u.isFIFO())throw new Error(`Cannot copy a FIFO pipe: ${t}`);throw new Error(`Unknown file: ${t}`)}function At(e,t,n,r){return mt.copyFileSync(t,n),r.preserveTimestamps&&function(e,t,n){(function(e){return 0==(128&e)})(e)&&function(e,t){vt(e,128|t)}(n,e);(function(e,t){const n=mt.statSync(e);Ct(t,n.atime,n.mtime)})(t,n)}(e.mode,t,n),vt(n,e.mode)}function vt(e,t){return mt.chmodSync(e,t)}function St(e,t,n){mt.readdirSync(e).forEach((r=>function(e,t,n,r){const u=ht.join(t,e),o=ht.join(n,e),{destStat:i}=Ft.checkPathsSync(u,o,"copy",r);return function(e,t,n,r){if(!r.filter||r.filter(t,n))return gt(e,t,n,r)}(i,u,o,r)}(r,e,t,n)))}var wt=function(e,t,n){"function"==typeof n&&(n={filter:n}),(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269");const{srcStat:r,destStat:u}=Ft.checkPathsSync(e,t,"copy",n);return Ft.checkParentPathsSync(e,r,t,"copy"),function(e,t,n,r){if(r.filter&&!r.filter(t,n))return;const u=ht.dirname(n);mt.existsSync(u)||yt(u);return gt(e,t,n,r)}(u,e,t,n)};var Ot={copy:(0,re.fromCallback)(Et),copySync:wt};const bt=we,_t=p.default,Bt=g.default,Pt="win32"===process.platform;function kt(e){["unlink","chmod","stat","lstat","rmdir","readdir"].forEach((t=>{e[t]=e[t]||bt[t],e[t+="Sync"]=e[t]||bt[t]})),e.maxBusyTries=e.maxBusyTries||3}function xt(e,t,n){let r=0;"function"==typeof t&&(n=t,t={}),Bt(e,"rimraf: missing path"),Bt.strictEqual(typeof e,"string","rimraf: path should be a string"),Bt.strictEqual(typeof n,"function","rimraf: callback function required"),Bt(t,"rimraf: invalid options argument provided"),Bt.strictEqual(typeof t,"object","rimraf: options should be object"),kt(t),Nt(e,t,(function u(o){if(o){if(("EBUSY"===o.code||"ENOTEMPTY"===o.code||"EPERM"===o.code)&&rNt(e,t,u)),100*r)}"ENOENT"===o.code&&(o=null)}n(o)}))}function Nt(e,t,n){Bt(e),Bt(t),Bt("function"==typeof n),t.lstat(e,((r,u)=>r&&"ENOENT"===r.code?n(null):r&&"EPERM"===r.code&&Pt?It(e,t,r,n):u&&u.isDirectory()?Rt(e,t,r,n):void t.unlink(e,(r=>{if(r){if("ENOENT"===r.code)return n(null);if("EPERM"===r.code)return Pt?It(e,t,r,n):Rt(e,t,r,n);if("EISDIR"===r.code)return Rt(e,t,r,n)}return n(r)}))))}function It(e,t,n,r){Bt(e),Bt(t),Bt("function"==typeof r),t.chmod(e,438,(u=>{u?r("ENOENT"===u.code?null:n):t.stat(e,((u,o)=>{u?r("ENOENT"===u.code?null:n):o.isDirectory()?Rt(e,t,n,r):t.unlink(e,r)}))}))}function Tt(e,t,n){let r;Bt(e),Bt(t);try{t.chmodSync(e,438)}catch(e){if("ENOENT"===e.code)return;throw n}try{r=t.statSync(e)}catch(e){if("ENOENT"===e.code)return;throw n}r.isDirectory()?Lt(e,t,n):t.unlinkSync(e)}function Rt(e,t,n,r){Bt(e),Bt(t),Bt("function"==typeof r),t.rmdir(e,(u=>{!u||"ENOTEMPTY"!==u.code&&"EEXIST"!==u.code&&"EPERM"!==u.code?u&&"ENOTDIR"===u.code?r(n):r(u):function(e,t,n){Bt(e),Bt(t),Bt("function"==typeof n),t.readdir(e,((r,u)=>{if(r)return n(r);let o,i=u.length;if(0===i)return t.rmdir(e,n);u.forEach((r=>{xt(_t.join(e,r),t,(r=>{if(!o)return r?n(o=r):void(0==--i&&t.rmdir(e,n))}))}))}))}(e,t,r)}))}function Mt(e,t){let n;kt(t=t||{}),Bt(e,"rimraf: missing path"),Bt.strictEqual(typeof e,"string","rimraf: path should be a string"),Bt(t,"rimraf: missing options"),Bt.strictEqual(typeof t,"object","rimraf: options should be object");try{n=t.lstatSync(e)}catch(n){if("ENOENT"===n.code)return;"EPERM"===n.code&&Pt&&Tt(e,t,n)}try{n&&n.isDirectory()?Lt(e,t,null):t.unlinkSync(e)}catch(n){if("ENOENT"===n.code)return;if("EPERM"===n.code)return Pt?Tt(e,t,n):Lt(e,t,n);if("EISDIR"!==n.code)throw n;Lt(e,t,n)}}function Lt(e,t,n){Bt(e),Bt(t);try{t.rmdirSync(e)}catch(r){if("ENOTDIR"===r.code)throw n;if("ENOTEMPTY"===r.code||"EEXIST"===r.code||"EPERM"===r.code)!function(e,t){if(Bt(e),Bt(t),t.readdirSync(e).forEach((n=>Mt(_t.join(e,n),t))),!Pt){return t.rmdirSync(e,t)}{const n=Date.now();do{try{return t.rmdirSync(e,t)}catch{}}while(Date.now()-n<500)}}(e,t);else if("ENOENT"!==r.code)throw r}}var jt=xt;xt.sync=Mt;const $t=we,Ht=re.fromCallback,Jt=jt;var Gt={remove:Ht((function(e,t){if($t.rm)return $t.rm(e,{recursive:!0,force:!0},t);Jt(e,t)})),removeSync:function(e){if($t.rmSync)return $t.rmSync(e,{recursive:!0,force:!0});Jt.sync(e)}};const Vt=re.fromPromise,Ut=ne,Wt=p.default,zt=$e,Kt=Gt,qt=Vt((async function(e){let t;try{t=await Ut.readdir(e)}catch{return zt.mkdirs(e)}return Promise.all(t.map((t=>Kt.remove(Wt.join(e,t)))))}));function Yt(e){let t;try{t=Ut.readdirSync(e)}catch{return zt.mkdirsSync(e)}t.forEach((t=>{t=Wt.join(e,t),Kt.removeSync(t)}))}var Xt={emptyDirSync:Yt,emptydirSync:Yt,emptyDir:qt,emptydir:qt};const Zt=re.fromCallback,Qt=p.default,en=we,tn=$e;var nn={createFile:Zt((function(e,t){function n(){en.writeFile(e,"",(e=>{if(e)return t(e);t()}))}en.stat(e,((r,u)=>{if(!r&&u.isFile())return t();const o=Qt.dirname(e);en.stat(o,((e,r)=>{if(e)return"ENOENT"===e.code?tn.mkdirs(o,(e=>{if(e)return t(e);n()})):t(e);r.isDirectory()?n():en.readdir(o,(e=>{if(e)return t(e)}))}))}))})),createFileSync:function(e){let t;try{t=en.statSync(e)}catch{}if(t&&t.isFile())return;const n=Qt.dirname(e);try{en.statSync(n).isDirectory()||en.readdirSync(n)}catch(e){if(!e||"ENOENT"!==e.code)throw e;tn.mkdirsSync(n)}en.writeFileSync(e,"")}};const rn=re.fromCallback,un=p.default,on=we,sn=$e,cn=Ge.pathExists,{areIdentical:an}=et;var ln={createLink:rn((function(e,t,n){function r(e,t){on.link(e,t,(e=>{if(e)return n(e);n(null)}))}on.lstat(t,((u,o)=>{on.lstat(e,((u,i)=>{if(u)return u.message=u.message.replace("lstat","ensureLink"),n(u);if(o&&an(i,o))return n(null);const s=un.dirname(t);cn(s,((u,o)=>u?n(u):o?r(e,t):void sn.mkdirs(s,(u=>{if(u)return n(u);r(e,t)}))))}))}))})),createLinkSync:function(e,t){let n;try{n=on.lstatSync(t)}catch{}try{const t=on.lstatSync(e);if(n&&an(t,n))return}catch(e){throw e.message=e.message.replace("lstat","ensureLink"),e}const r=un.dirname(t);return on.existsSync(r)||sn.mkdirsSync(r),on.linkSync(e,t)}};const fn=p.default,dn=we,Dn=Ge.pathExists;var pn={symlinkPaths:function(e,t,n){if(fn.isAbsolute(e))return dn.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:e})));{const r=fn.dirname(t),u=fn.join(r,e);return Dn(u,((t,o)=>t?n(t):o?n(null,{toCwd:u,toDst:e}):dn.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:fn.relative(r,e)})))))}},symlinkPathsSync:function(e,t){let n;if(fn.isAbsolute(e)){if(n=dn.existsSync(e),!n)throw new Error("absolute srcpath does not exist");return{toCwd:e,toDst:e}}{const r=fn.dirname(t),u=fn.join(r,e);if(n=dn.existsSync(u),n)return{toCwd:u,toDst:e};if(n=dn.existsSync(e),!n)throw new Error("relative srcpath does not exist");return{toCwd:e,toDst:fn.relative(r,e)}}}};const En=we;var mn={symlinkType:function(e,t,n){if(n="function"==typeof t?t:n,t="function"!=typeof t&&t)return n(null,t);En.lstat(e,((e,r)=>{if(e)return n(null,"file");t=r&&r.isDirectory()?"dir":"file",n(null,t)}))},symlinkTypeSync:function(e,t){let n;if(t)return t;try{n=En.lstatSync(e)}catch{return"file"}return n&&n.isDirectory()?"dir":"file"}};const hn=re.fromCallback,yn=p.default,Cn=ne,Fn=$e.mkdirs,gn=$e.mkdirsSync,An=pn.symlinkPaths,vn=pn.symlinkPathsSync,Sn=mn.symlinkType,wn=mn.symlinkTypeSync,On=Ge.pathExists,{areIdentical:bn}=et;function _n(e,t,n,r){An(e,t,((u,o)=>{if(u)return r(u);e=o.toDst,Sn(o.toCwd,n,((n,u)=>{if(n)return r(n);const o=yn.dirname(t);On(o,((n,i)=>n?r(n):i?Cn.symlink(e,t,u,r):void Fn(o,(n=>{if(n)return r(n);Cn.symlink(e,t,u,r)}))))}))}))}var Bn={createSymlink:hn((function(e,t,n,r){r="function"==typeof n?n:r,n="function"!=typeof n&&n,Cn.lstat(t,((u,o)=>{!u&&o.isSymbolicLink()?Promise.all([Cn.stat(e),Cn.stat(t)]).then((([u,o])=>{if(bn(u,o))return r(null);_n(e,t,n,r)})):_n(e,t,n,r)}))})),createSymlinkSync:function(e,t,n){let r;try{r=Cn.lstatSync(t)}catch{}if(r&&r.isSymbolicLink()){const n=Cn.statSync(e),r=Cn.statSync(t);if(bn(n,r))return}const u=vn(e,t);e=u.toDst,n=wn(u.toCwd,n);const o=yn.dirname(t);return Cn.existsSync(o)||gn(o),Cn.symlinkSync(e,t,n)}};const{createFile:Pn,createFileSync:kn}=nn,{createLink:xn,createLinkSync:Nn}=ln,{createSymlink:In,createSymlinkSync:Tn}=Bn;var Rn={createFile:Pn,createFileSync:kn,ensureFile:Pn,ensureFileSync:kn,createLink:xn,createLinkSync:Nn,ensureLink:xn,ensureLinkSync:Nn,createSymlink:In,createSymlinkSync:Tn,ensureSymlink:In,ensureSymlinkSync:Tn};var Mn={stringify:function(e,{EOL:t="\n",finalEOL:n=!0,replacer:r=null,spaces:u}={}){const o=n?t:"";return JSON.stringify(e,r,u).replace(/\n/g,t)+o},stripBom:function(e){return Buffer.isBuffer(e)&&(e=e.toString("utf8")),e.replace(/^\uFEFF/,"")}};let Ln;try{Ln=we}catch(e){Ln=D.default}const jn=re,{stringify:$n,stripBom:Hn}=Mn;const Jn=jn.fromPromise((async function(e,t={}){"string"==typeof t&&(t={encoding:t});const n=t.fs||Ln,r=!("throws"in t)||t.throws;let u,o=await jn.fromCallback(n.readFile)(e,t);o=Hn(o);try{u=JSON.parse(o,t?t.reviver:null)}catch(t){if(r)throw t.message=`${e}: ${t.message}`,t;return null}return u}));const Gn=jn.fromPromise((async function(e,t,n={}){const r=n.fs||Ln,u=$n(t,n);await jn.fromCallback(r.writeFile)(e,u,n)}));const Vn={readFile:Jn,readFileSync:function(e,t={}){"string"==typeof t&&(t={encoding:t});const n=t.fs||Ln,r=!("throws"in t)||t.throws;try{let r=n.readFileSync(e,t);return r=Hn(r),JSON.parse(r,t.reviver)}catch(t){if(r)throw t.message=`${e}: ${t.message}`,t;return null}},writeFile:Gn,writeFileSync:function(e,t,n={}){const r=n.fs||Ln,u=$n(t,n);return r.writeFileSync(e,u,n)}};var Un={readJson:Vn.readFile,readJsonSync:Vn.readFileSync,writeJson:Vn.writeFile,writeJsonSync:Vn.writeFileSync};const Wn=re.fromCallback,zn=we,Kn=p.default,qn=$e,Yn=Ge.pathExists;var Xn={outputFile:Wn((function(e,t,n,r){"function"==typeof n&&(r=n,n="utf8");const u=Kn.dirname(e);Yn(u,((o,i)=>o?r(o):i?zn.writeFile(e,t,n,r):void qn.mkdirs(u,(u=>{if(u)return r(u);zn.writeFile(e,t,n,r)}))))})),outputFileSync:function(e,...t){const n=Kn.dirname(e);if(zn.existsSync(n))return zn.writeFileSync(e,...t);qn.mkdirsSync(n),zn.writeFileSync(e,...t)}};const{stringify:Zn}=Mn,{outputFile:Qn}=Xn;var er=async function(e,t,n={}){const r=Zn(t,n);await Qn(e,r,n)};const{stringify:tr}=Mn,{outputFileSync:nr}=Xn;var rr=function(e,t,n){const r=tr(t,n);nr(e,r,n)};const ur=re.fromPromise,or=Un;or.outputJson=ur(er),or.outputJsonSync=rr,or.outputJSON=or.outputJson,or.outputJSONSync=or.outputJsonSync,or.writeJSON=or.writeJson,or.writeJSONSync=or.writeJsonSync,or.readJSON=or.readJson,or.readJSONSync=or.readJsonSync;var ir=or;const sr=we,cr=p.default,ar=Ot.copy,lr=Gt.remove,fr=$e.mkdirp,dr=Ge.pathExists,Dr=et;function pr(e,t,n,r,u){return r?Er(e,t,n,u):n?lr(t,(r=>r?u(r):Er(e,t,n,u))):void dr(t,((r,o)=>r?u(r):o?u(new Error("dest already exists.")):Er(e,t,n,u)))}function Er(e,t,n,r){sr.rename(e,t,(u=>u?"EXDEV"!==u.code?r(u):function(e,t,n,r){const u={overwrite:n,errorOnExist:!0};ar(e,t,u,(t=>t?r(t):lr(e,r)))}(e,t,n,r):r()))}var mr=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=n.overwrite||n.clobber||!1;Dr.checkPaths(e,t,"move",n,((n,o)=>{if(n)return r(n);const{srcStat:i,isChangingCase:s=!1}=o;Dr.checkParentPaths(e,i,t,"move",(n=>n?r(n):function(e){const t=cr.dirname(e);return cr.parse(t).root===t}(t)?pr(e,t,u,s,r):void fr(cr.dirname(t),(n=>n?r(n):pr(e,t,u,s,r)))))}))};const hr=we,yr=p.default,Cr=Ot.copySync,Fr=Gt.removeSync,gr=$e.mkdirpSync,Ar=et;function vr(e,t,n){try{hr.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)throw r;return function(e,t,n){const r={overwrite:n,errorOnExist:!0};return Cr(e,t,r),Fr(e)}(e,t,n)}}var Sr=function(e,t,n){const r=(n=n||{}).overwrite||n.clobber||!1,{srcStat:u,isChangingCase:o=!1}=Ar.checkPathsSync(e,t,"move",n);return Ar.checkParentPathsSync(e,u,t,"move"),function(e){const t=yr.dirname(e);return yr.parse(t).root===t}(t)||gr(yr.dirname(t)),function(e,t,n,r){if(r)return vr(e,t,n);if(n)return Fr(t),vr(e,t,n);if(hr.existsSync(t))throw new Error("dest already exists.");return vr(e,t,n)}(e,t,r,o)};var wr,Or,br,_r,Br,Pr={move:(0,re.fromCallback)(mr),moveSync:Sr},kr={...ne,...Ot,...Xt,...Rn,...ir,...$e,...Pr,...Xn,...Ge,...Gt},xr={},Nr={exports:{}},Ir={exports:{}};function Tr(){if(Or)return wr;Or=1;var e=1e3,t=60*e,n=60*t,r=24*n,u=7*r,o=365.25*r;function i(e,t,n,r){var u=t>=1.5*n;return Math.round(e/n)+" "+r+(u?"s":"")}return wr=function(s,c){c=c||{};var a=typeof s;if("string"===a&&s.length>0)return function(i){if((i=String(i)).length>100)return;var s=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(i);if(!s)return;var c=parseFloat(s[1]);switch((s[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return c*o;case"weeks":case"week":case"w":return c*u;case"days":case"day":case"d":return c*r;case"hours":case"hour":case"hrs":case"hr":case"h":return c*n;case"minutes":case"minute":case"mins":case"min":case"m":return c*t;case"seconds":case"second":case"secs":case"sec":case"s":return c*e;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return c;default:return}}(s);if("number"===a&&isFinite(s))return c.long?function(u){var o=Math.abs(u);if(o>=r)return i(u,o,r,"day");if(o>=n)return i(u,o,n,"hour");if(o>=t)return i(u,o,t,"minute");if(o>=e)return i(u,o,e,"second");return u+" ms"}(s):function(u){var o=Math.abs(u);if(o>=r)return Math.round(u/r)+"d";if(o>=n)return Math.round(u/n)+"h";if(o>=t)return Math.round(u/t)+"m";if(o>=e)return Math.round(u/e)+"s";return u+"ms"}(s);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(s))}}function Rr(){if(_r)return br;return _r=1,br=function(e){function t(e){let r,u,o,i=null;function s(...e){if(!s.enabled)return;const n=s,u=Number(new Date),o=u-(r||u);n.diff=o,n.prev=r,n.curr=u,r=u,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let i=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((r,u)=>{if("%%"===r)return"%";i++;const o=t.formatters[u];if("function"==typeof o){const t=e[i];r=o.call(n,t),e.splice(i,1),i--}return r})),t.formatArgs.call(n,e);(n.log||t.log).apply(n,e)}return s.namespace=e,s.useColors=t.useColors(),s.color=t.selectColor(e),s.extend=n,s.destroy=t.destroy,Object.defineProperty(s,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==i?i:(u!==t.namespaces&&(u=t.namespaces,o=t.enabled(e)),o),set:e=>{i=e}}),"function"==typeof t.init&&t.init(s),s}function n(e,n){const r=t(this.namespace+(void 0===n?":":n)+e);return r.log=this.log,r}function r(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){if(e instanceof Error)return e.stack||e.message;return e},t.disable=function(){const e=[...t.names.map(r),...t.skips.map(r).map((e=>"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){let n;t.save(e),t.namespaces=e,t.names=[],t.skips=[];const r=("string"==typeof e?e:"").split(/[\s,]+/),u=r.length;for(n=0;n{t[n]=e[n]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let n=0;for(let t=0;t{const n=e.startsWith("-")?"":1===e.length?"-":"--",r=t.indexOf(n+e),u=t.indexOf("--");return-1!==r&&(-1===u||r{}),"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."),t.colors=[6,2,3,4,5,1];try{const e=function(){if($r)return jr;$r=1;const e=E.default,t=A.default,n=Vr(),{env:r}=process;let u;function o(e){return 0!==e&&{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}function i(t,o){if(0===u)return 0;if(n("color=16m")||n("color=full")||n("color=truecolor"))return 3;if(n("color=256"))return 2;if(t&&!o&&void 0===u)return 0;const i=u||0;if("dumb"===r.TERM)return i;if("win32"===process.platform){const t=e.release().split(".");return Number(t[0])>=10&&Number(t[2])>=10586?Number(t[2])>=14931?3:2:1}if("CI"in r)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some((e=>e in r))||"codeship"===r.CI_NAME?1:i;if("TEAMCITY_VERSION"in r)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(r.TEAMCITY_VERSION)?1:0;if("truecolor"===r.COLORTERM)return 3;if("TERM_PROGRAM"in r){const e=parseInt((r.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(r.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(r.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(r.TERM)||"COLORTERM"in r?1:i}return n("no-color")||n("no-colors")||n("color=false")||n("color=never")?u=0:(n("color")||n("colors")||n("color=true")||n("color=always"))&&(u=1),"FORCE_COLOR"in r&&(u="true"===r.FORCE_COLOR?1:"false"===r.FORCE_COLOR?0:0===r.FORCE_COLOR.length?1:Math.min(parseInt(r.FORCE_COLOR,10),3)),jr={supportsColor:function(e){return o(i(e,e&&e.isTTY))},stdout:o(i(!0,t.isatty(1))),stderr:o(i(!0,t.isatty(2)))}}();e&&(e.stderr||e).level>=2&&(t.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch(e){}t.inspectOpts=Object.keys(process.env).filter((e=>/^debug_/i.test(e))).reduce(((e,t)=>{const n=t.substring(6).toLowerCase().replace(/_([a-z])/g,((e,t)=>t.toUpperCase()));let r=process.env[t];return r=!!/^(yes|on|true|enabled)$/i.test(r)||!/^(no|off|false|disabled)$/i.test(r)&&("null"===r?null:Number(r)),e[n]=r,e}),{}),e.exports=Rr()(t);const{formatters:u}=e.exports;u.o=function(e){return this.inspectOpts.colors=this.useColors,r.inspect(e,this.inspectOpts).split("\n").map((e=>e.trim())).join(" ")},u.O=function(e){return this.inspectOpts.colors=this.useColors,r.inspect(e,this.inspectOpts)}}(Gr,Gr.exports)),Gr.exports}Jr=Nr,"undefined"==typeof process||"renderer"===process.type||!0===process.browser||process.__nwjs?Jr.exports=(Br||(Br=1,function(e,t){t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const n="color: "+this.color;t.splice(1,0,n,"color: inherit");let r=0,u=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(r++,"%c"===e&&(u=r))})),t.splice(u,0,n)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug")}catch(e){}return!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e},t.useColors=function(){return!("undefined"==typeof window||!window.process||"renderer"!==window.process.type&&!window.process.__nwjs)||("undefined"==typeof navigator||!navigator.userAgent||!navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))&&("undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/))},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=Rr()(t);const{formatters:n}=e.exports;n.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}}(Ir,Ir.exports)),Ir.exports):Jr.exports=Ur();var Wr=function(e){return(e=e||{}).circles?function(e){var t=[],n=[];return e.proto?function e(u){if("object"!=typeof u||null===u)return u;if(u instanceof Date)return new Date(u);if(Array.isArray(u))return r(u,e);if(u instanceof Map)return new Map(r(Array.from(u),e));if(u instanceof Set)return new Set(r(Array.from(u),e));var o={};for(var i in t.push(u),n.push(o),u){var s=u[i];if("object"!=typeof s||null===s)o[i]=s;else if(s instanceof Date)o[i]=new Date(s);else if(s instanceof Map)o[i]=new Map(r(Array.from(s),e));else if(s instanceof Set)o[i]=new Set(r(Array.from(s),e));else if(ArrayBuffer.isView(s))o[i]=zr(s);else{var c=t.indexOf(s);o[i]=-1!==c?n[c]:e(s)}}return t.pop(),n.pop(),o}:function e(u){if("object"!=typeof u||null===u)return u;if(u instanceof Date)return new Date(u);if(Array.isArray(u))return r(u,e);if(u instanceof Map)return new Map(r(Array.from(u),e));if(u instanceof Set)return new Set(r(Array.from(u),e));var o={};for(var i in t.push(u),n.push(o),u)if(!1!==Object.hasOwnProperty.call(u,i)){var s=u[i];if("object"!=typeof s||null===s)o[i]=s;else if(s instanceof Date)o[i]=new Date(s);else if(s instanceof Map)o[i]=new Map(r(Array.from(s),e));else if(s instanceof Set)o[i]=new Set(r(Array.from(s),e));else if(ArrayBuffer.isView(s))o[i]=zr(s);else{var c=t.indexOf(s);o[i]=-1!==c?n[c]:e(s)}}return t.pop(),n.pop(),o};function r(e,r){for(var u=Object.keys(e),o=new Array(u.length),i=0;i!e,Qr=e=>e&&"object"==typeof e&&!Array.isArray(e),eu=(e,t,n)=>{(Array.isArray(t)?t:[t]).forEach((t=>{if(t)throw new Error(`Problem with log4js configuration: (${Kr.inspect(e,{depth:5})}) - ${n}`)}))};var tu={configure:e=>{qr("New configuration to be validated: ",e),eu(e,Zr(Qr(e)),"must be an object."),qr(`Calling pre-processing listeners (${Yr.length})`),Yr.forEach((t=>t(e))),qr("Configuration pre-processing finished."),qr(`Calling configuration listeners (${Xr.length})`),Xr.forEach((t=>t(e))),qr("Configuration finished.")},addListener:e=>{Xr.push(e),qr(`Added listener, now ${Xr.length} listeners`)},addPreProcessingListener:e=>{Yr.push(e),qr(`Added pre-processing listener, now ${Yr.length} listeners`)},throwExceptionIf:eu,anObject:Qr,anInteger:e=>e&&"number"==typeof e&&Number.isInteger(e),validIdentifier:e=>/^[A-Za-z][A-Za-z0-9_]*$/g.test(e),not:Zr},nu={exports:{}};!function(e){function t(e,t){for(var n=e.toString();n.length-1?s:c,l=n(u.getHours()),f=n(u.getMinutes()),d=n(u.getSeconds()),D=t(u.getMilliseconds(),3),p=function(e){var t=Math.abs(e),n=String(Math.floor(t/60)),r=String(t%60);return n=("0"+n).slice(-2),r=("0"+r).slice(-2),0===e?"Z":(e<0?"+":"-")+n+":"+r}(u.getTimezoneOffset());return r.replace(/dd/g,o).replace(/MM/g,i).replace(/y{1,4}/g,a).replace(/hh/g,l).replace(/mm/g,f).replace(/ss/g,d).replace(/SSS/g,D).replace(/O/g,p)}function u(e,t,n,r){e["set"+(r?"":"UTC")+t](n)}e.exports=r,e.exports.asString=r,e.exports.parse=function(t,n,r){if(!t)throw new Error("pattern must be supplied");return function(t,n,r){var o=t.indexOf("O")<0,i=!1,s=[{pattern:/y{1,4}/,regexp:"\\d{1,4}",fn:function(e,t){u(e,"FullYear",t,o)}},{pattern:/MM/,regexp:"\\d{1,2}",fn:function(e,t){u(e,"Month",t-1,o),e.getMonth()!==t-1&&(i=!0)}},{pattern:/dd/,regexp:"\\d{1,2}",fn:function(e,t){i&&u(e,"Month",e.getMonth()-1,o),u(e,"Date",t,o)}},{pattern:/hh/,regexp:"\\d{1,2}",fn:function(e,t){u(e,"Hours",t,o)}},{pattern:/mm/,regexp:"\\d\\d",fn:function(e,t){u(e,"Minutes",t,o)}},{pattern:/ss/,regexp:"\\d\\d",fn:function(e,t){u(e,"Seconds",t,o)}},{pattern:/SSS/,regexp:"\\d\\d\\d",fn:function(e,t){u(e,"Milliseconds",t,o)}},{pattern:/O/,regexp:"[+-]\\d{1,2}:?\\d{2}?|Z",fn:function(e,t){t="Z"===t?0:t.replace(":","");var n=Math.abs(t),r=(t>0?-1:1)*(n%100+60*Math.floor(n/100));e.setUTCMinutes(e.getUTCMinutes()+r)}}],c=s.reduce((function(e,t){return t.pattern.test(e.regexp)?(t.index=e.regexp.match(t.pattern).index,e.regexp=e.regexp.replace(t.pattern,"("+t.regexp+")")):t.index=-1,e}),{regexp:t,index:[]}),a=s.filter((function(e){return e.index>-1}));a.sort((function(e,t){return e.index-t.index}));var l=new RegExp(c.regexp).exec(n);if(l){var f=r||e.exports.now();return a.forEach((function(e,t){e.fn(f,l[t+1])})),f}throw new Error("String '"+n+"' could not be parsed as '"+t+"'")}(t,n,r)},e.exports.now=function(){return new Date},e.exports.ISO8601_FORMAT="yyyy-MM-ddThh:mm:ss.SSS",e.exports.ISO8601_WITH_TZ_OFFSET_FORMAT="yyyy-MM-ddThh:mm:ss.SSSO",e.exports.DATETIME_FORMAT="dd MM yyyy hh:mm:ss.SSS",e.exports.ABSOLUTETIME_FORMAT="hh:mm:ss.SSS"}(nu);const ru=nu.exports,uu=E.default,ou=F.default,iu=p.default,su={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[90,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[91,39],yellow:[33,39]};function cu(e){return e?`[${su[e][0]}m`:""}function au(e){return e?`[${su[e][1]}m`:""}function lu(e,t){return n=ou.format("[%s] [%s] %s - ",ru.asString(e.startTime),e.level.toString(),e.categoryName),cu(r=t)+n+au(r);var n,r}function fu(e){return lu(e)+ou.format(...e.data)}function du(e){return lu(e,e.level.colour)+ou.format(...e.data)}function Du(e){return ou.format(...e.data)}function pu(e){return e.data[0]}function Eu(e,t){const n=/%(-?[0-9]+)?(\.?-?[0-9]+)?([[\]cdhmnprzxXyflos%])(\{([^}]+)\})?|([^%]+)/;function r(e){return e&&e.pid?e.pid.toString():process.pid.toString()}e=e||"%r %p %c - %m%n";const u={c:function(e,t){let n=e.categoryName;if(t){const e=parseInt(t,10),r=n.split(".");ee&&(n=r.slice(-e).join(iu.sep))}return n},l:function(e){return e.lineNumber?`${e.lineNumber}`:""},o:function(e){return e.columnNumber?`${e.columnNumber}`:""},s:function(e){return e.callStack||""}};function o(e,t,n){return u[e](t,n)}function i(e,t,n){let r=e;return r=function(e,t){let n;return e?(n=parseInt(e.substr(1),10),n>0?t.slice(0,n):t.slice(n)):t}(t,r),r=function(e,t){let n;if(e)if("-"===e.charAt(0))for(n=parseInt(e.substr(1),10);t.lengthDu,basic:()=>fu,colored:()=>du,coloured:()=>du,pattern:e=>Eu(e&&e.pattern,e&&e.tokens),dummy:()=>pu};var hu={basicLayout:fu,messagePassThroughLayout:Du,patternLayout:Eu,colouredLayout:du,coloredLayout:du,dummyLayout:pu,addLayout(e,t){mu[e]=t},layout:(e,t)=>mu[e]&&mu[e](t)};const yu=tu,Cu=["white","grey","black","blue","cyan","green","magenta","red","yellow"];class Fu{constructor(e,t,n){this.level=e,this.levelStr=t,this.colour=n}toString(){return this.levelStr}static getLevel(e,t){return e?e instanceof Fu?e:(e instanceof Object&&e.levelStr&&(e=e.levelStr),Fu[e.toString().toUpperCase()]||t):t}static addLevels(e){if(e){Object.keys(e).forEach((t=>{const n=t.toUpperCase();Fu[n]=new Fu(e[t].value,n,e[t].colour);const r=Fu.levels.findIndex((e=>e.levelStr===n));r>-1?Fu.levels[r]=Fu[n]:Fu.levels.push(Fu[n])})),Fu.levels.sort(((e,t)=>e.level-t.level))}}isLessThanOrEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level<=e.level}isGreaterThanOrEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level>=e.level}isEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level===e.level}}Fu.levels=[],Fu.addLevels({ALL:{value:Number.MIN_VALUE,colour:"grey"},TRACE:{value:5e3,colour:"blue"},DEBUG:{value:1e4,colour:"cyan"},INFO:{value:2e4,colour:"green"},WARN:{value:3e4,colour:"yellow"},ERROR:{value:4e4,colour:"red"},FATAL:{value:5e4,colour:"magenta"},MARK:{value:9007199254740992,colour:"grey"},OFF:{value:Number.MAX_VALUE,colour:"grey"}}),yu.addListener((e=>{const t=e.levels;if(t){yu.throwExceptionIf(e,yu.not(yu.anObject(t)),"levels must be an object");Object.keys(t).forEach((n=>{yu.throwExceptionIf(e,yu.not(yu.validIdentifier(n)),`level name "${n}" is not a valid identifier (must start with a letter, only contain A-Z,a-z,0-9,_)`),yu.throwExceptionIf(e,yu.not(yu.anObject(t[n])),`level "${n}" must be an object`),yu.throwExceptionIf(e,yu.not(t[n].value),`level "${n}" must have a 'value' property`),yu.throwExceptionIf(e,yu.not(yu.anInteger(t[n].value)),`level "${n}".value must have an integer value`),yu.throwExceptionIf(e,yu.not(t[n].colour),`level "${n}" must have a 'colour' property`),yu.throwExceptionIf(e,yu.not(Cu.indexOf(t[n].colour)>-1),`level "${n}".colour must be one of ${Cu.join(", ")}`)}))}})),yu.addListener((e=>{Fu.addLevels(e.levels)}));var gu=Fu,Au={exports:{}},vu={};/*! (c) 2020 Andrea Giammarchi */ +const{parse:Su,stringify:wu}=JSON,{keys:Ou}=Object,bu=String,_u="string",Bu={},Pu="object",ku=(e,t)=>t,xu=e=>e instanceof bu?bu(e):e,Nu=(e,t)=>typeof t===_u?new bu(t):t,Iu=(e,t,n,r)=>{const u=[];for(let o=Ou(n),{length:i}=o,s=0;s{const r=bu(t.push(n)-1);return e.set(n,r),r},Ru=(e,t)=>{const n=Su(e,Nu).map(xu),r=n[0],u=t||ku,o=typeof r===Pu&&r?Iu(n,new Set,r,u):r;return u.call({"":o},"",o)};vu.parse=Ru;const Mu=(e,t,n)=>{const r=t&&typeof t===Pu?(e,n)=>""===e||-1Su(Mu(e));vu.fromJSON=e=>Ru(wu(e));const Lu=vu,ju=gu;class $u{constructor(e,t,n,r,u){this.startTime=new Date,this.categoryName=e,this.data=n,this.level=t,this.context=Object.assign({},r),this.pid=process.pid,u&&(this.functionName=u.functionName,this.fileName=u.fileName,this.lineNumber=u.lineNumber,this.columnNumber=u.columnNumber,this.callStack=u.callStack)}serialise(){const e=this.data.map((e=>(e&&e.message&&e.stack&&(e=Object.assign({message:e.message,stack:e.stack},e)),e)));return this.data=e,Lu.stringify(this)}static deserialise(e){let t;try{const n=Lu.parse(e);n.data=n.data.map((e=>{if(e&&e.message&&e.stack){const t=new Error(e);Object.keys(e).forEach((n=>{t[n]=e[n]})),e=t}return e})),t=new $u(n.categoryName,ju.getLevel(n.level.levelStr),n.data,n.context),t.startTime=new Date(n.startTime),t.pid=n.pid,t.cluster=n.cluster}catch(n){t=new $u("log4js",ju.ERROR,["Unable to parse log:",e,"because: ",n])}return t}}var Hu=$u;const Ju=Nr.exports("log4js:clustering"),Gu=Hu,Vu=tu;let Uu=!1,Wu=null;try{Wu=require("cluster")}catch(e){Ju("cluster module not present"),Uu=!0}const zu=[];let Ku=!1,qu="NODE_APP_INSTANCE";const Yu=()=>Ku&&"0"===process.env[qu],Xu=()=>Uu||Wu.isMaster||Yu(),Zu=e=>{zu.forEach((t=>t(e)))},Qu=(e,t)=>{if(Ju("cluster message received from worker ",e,": ",t),e.topic&&e.data&&(t=e,e=void 0),t&&t.topic&&"log4js:message"===t.topic){Ju("received message: ",t.data);const e=Gu.deserialise(t.data);Zu(e)}};Uu||Vu.addListener((e=>{zu.length=0,({pm2:Ku,disableClustering:Uu,pm2InstanceVar:qu="NODE_APP_INSTANCE"}=e),Ju(`clustering disabled ? ${Uu}`),Ju(`cluster.isMaster ? ${Wu&&Wu.isMaster}`),Ju(`pm2 enabled ? ${Ku}`),Ju(`pm2InstanceVar = ${qu}`),Ju(`process.env[${qu}] = ${process.env[qu]}`),Ku&&process.removeListener("message",Qu),Wu&&Wu.removeListener&&Wu.removeListener("message",Qu),Uu||e.disableClustering?Ju("Not listening for cluster messages, because clustering disabled."):Yu()?(Ju("listening for PM2 broadcast messages"),process.on("message",Qu)):Wu.isMaster?(Ju("listening for cluster messages"),Wu.on("message",Qu)):Ju("not listening for messages, because we are not a master process")}));var eo={onlyOnMaster:(e,t)=>Xu()?e():t,isMaster:Xu,send:e=>{Xu()?Zu(e):(Ku||(e.cluster={workerId:Wu.worker.id,worker:process.pid}),process.send({topic:"log4js:message",data:e.serialise()}))},onMessage:e=>{zu.push(e)}},to={};function no(e){if("number"==typeof e&&Number.isInteger(e))return e;const t={K:1024,M:1048576,G:1073741824},n=Object.keys(t),r=e.substr(e.length-1).toLocaleUpperCase(),u=e.substring(0,e.length-1).trim();if(n.indexOf(r)<0||!Number.isInteger(Number(u)))throw Error(`maxLogSize: "${e}" is invalid`);return u*t[r]}function ro(e){return function(e,t){const n=Object.assign({},t);return Object.keys(e).forEach((r=>{n[r]&&(n[r]=e[r](t[r]))})),n}({maxLogSize:no},e)}const uo={file:ro,fileSync:ro};to.modifyConfig=e=>uo[e.type]?uo[e.type](e):e;var oo={};const io=console.log.bind(console);oo.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{io(e(n,t))}}(n,e.timezoneOffset)};var so={};so.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{process.stdout.write(`${e(n,t)}\n`)}}(n,e.timezoneOffset)};var co={};co.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{process.stderr.write(`${e(n,t)}\n`)}}(n,e.timezoneOffset)};var ao={};ao.configure=function(e,t,n,r){const u=n(e.appender);return function(e,t,n,r){const u=r.getLevel(e),o=r.getLevel(t,r.FATAL);return e=>{const t=e.level;t.isGreaterThanOrEqualTo(u)&&t.isLessThanOrEqualTo(o)&&n(e)}}(e.level,e.maxLevel,u,r)};var lo={};const fo=Nr.exports("log4js:categoryFilter");lo.configure=function(e,t,n){const r=n(e.appender);return function(e,t){return"string"==typeof e&&(e=[e]),n=>{fo(`Checking ${n.categoryName} against ${e}`),-1===e.indexOf(n.categoryName)&&(fo("Not excluded, sending to appender"),t(n))}}(e.exclude,r)};var Do={};const po=Nr.exports("log4js:noLogFilter");Do.configure=function(e,t,n){const r=n(e.appender);return function(e,t){return n=>{po(`Checking data: ${n.data} against filters: ${e}`),"string"==typeof e&&(e=[e]),e=e.filter((e=>null!=e&&""!==e));const r=new RegExp(e.join("|"),"i");(0===e.length||n.data.findIndex((e=>r.test(e)))<0)&&(po("Not excluded, sending to appender"),t(n))}}(e.exclude,r)};var Eo={},mo={exports:{}},ho={},yo={fromCallback:function(e){return Object.defineProperty((function(){if("function"!=typeof arguments[arguments.length-1])return new Promise(((t,n)=>{arguments[arguments.length]=(e,r)=>{if(e)return n(e);t(r)},arguments.length++,e.apply(this,arguments)}));e.apply(this,arguments)}),"name",{value:e.name})},fromPromise:function(e){return Object.defineProperty((function(){const t=arguments[arguments.length-1];if("function"!=typeof t)return e.apply(this,arguments);e.apply(this,arguments).then((e=>t(null,e)),t)}),"name",{value:e.name})}};!function(e){const t=yo.fromCallback,n=we,r=["access","appendFile","chmod","chown","close","copyFile","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","lchown","lchmod","link","lstat","mkdir","mkdtemp","open","readFile","readdir","readlink","realpath","rename","rmdir","stat","symlink","truncate","unlink","utimes","writeFile"].filter((e=>"function"==typeof n[e]));Object.keys(n).forEach((t=>{"promises"!==t&&(e[t]=n[t])})),r.forEach((r=>{e[r]=t(n[r])})),e.exists=function(e,t){return"function"==typeof t?n.exists(e,t):new Promise((t=>n.exists(e,t)))},e.read=function(e,t,r,u,o,i){return"function"==typeof i?n.read(e,t,r,u,o,i):new Promise(((i,s)=>{n.read(e,t,r,u,o,((e,t,n)=>{if(e)return s(e);i({bytesRead:t,buffer:n})}))}))},e.write=function(e,t,...r){return"function"==typeof r[r.length-1]?n.write(e,t,...r):new Promise(((u,o)=>{n.write(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffer:n})}))}))},"function"==typeof n.realpath.native&&(e.realpath.native=t(n.realpath.native))}(ho);const Co=p.default;function Fo(e){return(e=Co.normalize(Co.resolve(e)).split(Co.sep)).length>0?e[0]:null}const go=/[<>:"|?*]/;var Ao=function(e){const t=Fo(e);return e=e.replace(t,""),go.test(e)};const vo=we,So=p.default,wo=Ao,Oo=parseInt("0777",8);var bo=function e(t,n,r,u){if("function"==typeof n?(r=n,n={}):n&&"object"==typeof n||(n={mode:n}),"win32"===process.platform&&wo(t)){const e=new Error(t+" contains invalid WIN32 path characters.");return e.code="EINVAL",r(e)}let o=n.mode;const i=n.fs||vo;void 0===o&&(o=Oo&~process.umask()),u||(u=null),r=r||function(){},t=So.resolve(t),i.mkdir(t,o,(o=>{if(!o)return r(null,u=u||t);if("ENOENT"===o.code){if(So.dirname(t)===t)return r(o);e(So.dirname(t),n,((u,o)=>{u?r(u,o):e(t,n,r,o)}))}else i.stat(t,((e,t)=>{e||!t.isDirectory()?r(o,u):r(null,u)}))}))};const _o=we,Bo=p.default,Po=Ao,ko=parseInt("0777",8);var xo=function e(t,n,r){n&&"object"==typeof n||(n={mode:n});let u=n.mode;const o=n.fs||_o;if("win32"===process.platform&&Po(t)){const e=new Error(t+" contains invalid WIN32 path characters.");throw e.code="EINVAL",e}void 0===u&&(u=ko&~process.umask()),r||(r=null),t=Bo.resolve(t);try{o.mkdirSync(t,u),r=r||t}catch(u){if("ENOENT"===u.code){if(Bo.dirname(t)===t)throw u;r=e(Bo.dirname(t),n,r),e(t,n,r)}else{let e;try{e=o.statSync(t)}catch(e){throw u}if(!e.isDirectory())throw u}}return r};const No=(0,yo.fromCallback)(bo);var Io={mkdirs:No,mkdirsSync:xo,mkdirp:No,mkdirpSync:xo,ensureDir:No,ensureDirSync:xo};const To=we;E.default,p.default;var Ro=function(e,t,n,r){To.open(e,"r+",((e,u)=>{if(e)return r(e);To.futimes(u,t,n,(e=>{To.close(u,(t=>{r&&r(e||t)}))}))}))},Mo=function(e,t,n){const r=To.openSync(e,"r+");return To.futimesSync(r,t,n),To.closeSync(r)};const Lo=we,jo=p.default,$o=10,Ho=5,Jo=0,Go=process.versions.node.split("."),Vo=Number.parseInt(Go[0],10),Uo=Number.parseInt(Go[1],10),Wo=Number.parseInt(Go[2],10);function zo(){if(Vo>$o)return!0;if(Vo===$o){if(Uo>Ho)return!0;if(Uo===Ho&&Wo>=Jo)return!0}return!1}function Ko(e,t){const n=jo.resolve(e).split(jo.sep).filter((e=>e)),r=jo.resolve(t).split(jo.sep).filter((e=>e));return n.reduce(((e,t,n)=>e&&r[n]===t),!0)}function qo(e,t,n){return`Cannot ${n} '${e}' to a subdirectory of itself, '${t}'.`}var Yo,Xo,Zo={checkPaths:function(e,t,n,r){!function(e,t,n){zo()?Lo.stat(e,{bigint:!0},((e,r)=>{if(e)return n(e);Lo.stat(t,{bigint:!0},((e,t)=>e?"ENOENT"===e.code?n(null,{srcStat:r,destStat:null}):n(e):n(null,{srcStat:r,destStat:t})))})):Lo.stat(e,((e,r)=>{if(e)return n(e);Lo.stat(t,((e,t)=>e?"ENOENT"===e.code?n(null,{srcStat:r,destStat:null}):n(e):n(null,{srcStat:r,destStat:t})))}))}(e,t,((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;return s&&s.ino&&s.dev&&s.ino===i.ino&&s.dev===i.dev?r(new Error("Source and destination must not be the same.")):i.isDirectory()&&Ko(e,t)?r(new Error(qo(e,t,n))):r(null,{srcStat:i,destStat:s})}))},checkPathsSync:function(e,t,n){const{srcStat:r,destStat:u}=function(e,t){let n,r;n=zo()?Lo.statSync(e,{bigint:!0}):Lo.statSync(e);try{r=zo()?Lo.statSync(t,{bigint:!0}):Lo.statSync(t)}catch(e){if("ENOENT"===e.code)return{srcStat:n,destStat:null};throw e}return{srcStat:n,destStat:r}}(e,t);if(u&&u.ino&&u.dev&&u.ino===r.ino&&u.dev===r.dev)throw new Error("Source and destination must not be the same.");if(r.isDirectory()&&Ko(e,t))throw new Error(qo(e,t,n));return{srcStat:r,destStat:u}},checkParentPaths:function e(t,n,r,u,o){const i=jo.resolve(jo.dirname(t)),s=jo.resolve(jo.dirname(r));if(s===i||s===jo.parse(s).root)return o();zo()?Lo.stat(s,{bigint:!0},((i,c)=>i?"ENOENT"===i.code?o():o(i):c.ino&&c.dev&&c.ino===n.ino&&c.dev===n.dev?o(new Error(qo(t,r,u))):e(t,n,s,u,o))):Lo.stat(s,((i,c)=>i?"ENOENT"===i.code?o():o(i):c.ino&&c.dev&&c.ino===n.ino&&c.dev===n.dev?o(new Error(qo(t,r,u))):e(t,n,s,u,o)))},checkParentPathsSync:function e(t,n,r,u){const o=jo.resolve(jo.dirname(t)),i=jo.resolve(jo.dirname(r));if(i===o||i===jo.parse(i).root)return;let s;try{s=zo()?Lo.statSync(i,{bigint:!0}):Lo.statSync(i)}catch(e){if("ENOENT"===e.code)return;throw e}if(s.ino&&s.dev&&s.ino===n.ino&&s.dev===n.dev)throw new Error(qo(t,r,u));return e(t,n,i,u)},isSrcSubdir:Ko};const Qo=we,ei=p.default,ti=Io.mkdirsSync,ni=Mo,ri=Zo;function ui(e,t,n,r){if(!r.filter||r.filter(t,n))return function(e,t,n,r){const u=r.dereference?Qo.statSync:Qo.lstatSync,o=u(t);if(o.isDirectory())return function(e,t,n,r,u){if(!t)return function(e,t,n,r){return Qo.mkdirSync(n),ii(t,n,r),Qo.chmodSync(n,e.mode)}(e,n,r,u);if(t&&!t.isDirectory())throw new Error(`Cannot overwrite non-directory '${r}' with directory '${n}'.`);return ii(n,r,u)}(o,e,t,n,r);if(o.isFile()||o.isCharacterDevice()||o.isBlockDevice())return function(e,t,n,r,u){return t?function(e,t,n,r){if(r.overwrite)return Qo.unlinkSync(n),oi(e,t,n,r);if(r.errorOnExist)throw new Error(`'${n}' already exists`)}(e,n,r,u):oi(e,n,r,u)}(o,e,t,n,r);if(o.isSymbolicLink())return function(e,t,n,r){let u=Qo.readlinkSync(t);r.dereference&&(u=ei.resolve(process.cwd(),u));if(e){let e;try{e=Qo.readlinkSync(n)}catch(e){if("EINVAL"===e.code||"UNKNOWN"===e.code)return Qo.symlinkSync(u,n);throw e}if(r.dereference&&(e=ei.resolve(process.cwd(),e)),ri.isSrcSubdir(u,e))throw new Error(`Cannot copy '${u}' to a subdirectory of itself, '${e}'.`);if(Qo.statSync(n).isDirectory()&&ri.isSrcSubdir(e,u))throw new Error(`Cannot overwrite '${e}' with '${u}'.`);return function(e,t){return Qo.unlinkSync(t),Qo.symlinkSync(e,t)}(u,n)}return Qo.symlinkSync(u,n)}(e,t,n,r)}(e,t,n,r)}function oi(e,t,n,r){return"function"==typeof Qo.copyFileSync?(Qo.copyFileSync(t,n),Qo.chmodSync(n,e.mode),r.preserveTimestamps?ni(n,e.atime,e.mtime):void 0):function(e,t,n,r){const u=65536,o=(Xo?Yo:(Xo=1,Yo=function(e){if("function"==typeof Buffer.allocUnsafe)try{return Buffer.allocUnsafe(e)}catch(t){return new Buffer(e)}return new Buffer(e)}))(u),i=Qo.openSync(t,"r"),s=Qo.openSync(n,"w",e.mode);let c=0;for(;cfunction(e,t,n,r){const u=ei.join(t,e),o=ei.join(n,e),{destStat:i}=ri.checkPathsSync(u,o,"copy");return ui(i,u,o,r)}(r,e,t,n)))}var si=function(e,t,n){"function"==typeof n&&(n={filter:n}),(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269");const{srcStat:r,destStat:u}=ri.checkPathsSync(e,t,"copy");return ri.checkParentPathsSync(e,r,t,"copy"),function(e,t,n,r){if(r.filter&&!r.filter(t,n))return;const u=ei.dirname(n);Qo.existsSync(u)||ti(u);return ui(e,t,n,r)}(u,e,t,n)},ci={copySync:si};const ai=yo.fromPromise,li=ho;var fi={pathExists:ai((function(e){return li.access(e).then((()=>!0)).catch((()=>!1))})),pathExistsSync:li.existsSync};const di=we,Di=p.default,pi=Io.mkdirs,Ei=fi.pathExists,mi=Ro,hi=Zo;function yi(e,t,n,r,u){const o=Di.dirname(n);Ei(o,((i,s)=>i?u(i):s?Fi(e,t,n,r,u):void pi(o,(o=>o?u(o):Fi(e,t,n,r,u)))))}function Ci(e,t,n,r,u,o){Promise.resolve(u.filter(n,r)).then((i=>i?e(t,n,r,u,o):o()),(e=>o(e)))}function Fi(e,t,n,r,u){return r.filter?Ci(gi,e,t,n,r,u):gi(e,t,n,r,u)}function gi(e,t,n,r,u){(r.dereference?di.stat:di.lstat)(t,((o,i)=>o?u(o):i.isDirectory()?function(e,t,n,r,u,o){if(!t)return function(e,t,n,r,u){di.mkdir(n,(o=>{if(o)return u(o);Si(t,n,r,(t=>t?u(t):di.chmod(n,e.mode,u)))}))}(e,n,r,u,o);if(t&&!t.isDirectory())return o(new Error(`Cannot overwrite non-directory '${r}' with directory '${n}'.`));return Si(n,r,u,o)}(i,e,t,n,r,u):i.isFile()||i.isCharacterDevice()||i.isBlockDevice()?function(e,t,n,r,u,o){return t?function(e,t,n,r,u){if(!r.overwrite)return r.errorOnExist?u(new Error(`'${n}' already exists`)):u();di.unlink(n,(o=>o?u(o):Ai(e,t,n,r,u)))}(e,n,r,u,o):Ai(e,n,r,u,o)}(i,e,t,n,r,u):i.isSymbolicLink()?function(e,t,n,r,u){di.readlink(t,((t,o)=>t?u(t):(r.dereference&&(o=Di.resolve(process.cwd(),o)),e?void di.readlink(n,((t,i)=>t?"EINVAL"===t.code||"UNKNOWN"===t.code?di.symlink(o,n,u):u(t):(r.dereference&&(i=Di.resolve(process.cwd(),i)),hi.isSrcSubdir(o,i)?u(new Error(`Cannot copy '${o}' to a subdirectory of itself, '${i}'.`)):e.isDirectory()&&hi.isSrcSubdir(i,o)?u(new Error(`Cannot overwrite '${i}' with '${o}'.`)):function(e,t,n){di.unlink(t,(r=>r?n(r):di.symlink(e,t,n)))}(o,n,u)))):di.symlink(o,n,u))))}(e,t,n,r,u):void 0))}function Ai(e,t,n,r,u){return"function"==typeof di.copyFile?di.copyFile(t,n,(t=>t?u(t):vi(e,n,r,u))):function(e,t,n,r,u){const o=di.createReadStream(t);o.on("error",(e=>u(e))).once("open",(()=>{const t=di.createWriteStream(n,{mode:e.mode});t.on("error",(e=>u(e))).on("open",(()=>o.pipe(t))).once("close",(()=>vi(e,n,r,u)))}))}(e,t,n,r,u)}function vi(e,t,n,r){di.chmod(t,e.mode,(u=>u?r(u):n.preserveTimestamps?mi(t,e.atime,e.mtime,r):r()))}function Si(e,t,n,r){di.readdir(e,((u,o)=>u?r(u):wi(o,e,t,n,r)))}function wi(e,t,n,r,u){const o=e.pop();return o?function(e,t,n,r,u,o){const i=Di.join(n,t),s=Di.join(r,t);hi.checkPaths(i,s,"copy",((t,c)=>{if(t)return o(t);const{destStat:a}=c;Fi(a,i,s,u,(t=>t?o(t):wi(e,n,r,u,o)))}))}(e,o,t,n,r,u):u()}var Oi=function(e,t,n,r){"function"!=typeof n||r?"function"==typeof n&&(n={filter:n}):(r=n,n={}),r=r||function(){},(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269"),hi.checkPaths(e,t,"copy",((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;hi.checkParentPaths(e,i,t,"copy",(u=>u?r(u):n.filter?Ci(yi,s,e,t,n,r):yi(s,e,t,n,r)))}))};var bi={copy:(0,yo.fromCallback)(Oi)};const _i=we,Bi=p.default,Pi=g.default,ki="win32"===process.platform;function xi(e){["unlink","chmod","stat","lstat","rmdir","readdir"].forEach((t=>{e[t]=e[t]||_i[t],e[t+="Sync"]=e[t]||_i[t]})),e.maxBusyTries=e.maxBusyTries||3}function Ni(e,t,n){let r=0;"function"==typeof t&&(n=t,t={}),Pi(e,"rimraf: missing path"),Pi.strictEqual(typeof e,"string","rimraf: path should be a string"),Pi.strictEqual(typeof n,"function","rimraf: callback function required"),Pi(t,"rimraf: invalid options argument provided"),Pi.strictEqual(typeof t,"object","rimraf: options should be object"),xi(t),Ii(e,t,(function u(o){if(o){if(("EBUSY"===o.code||"ENOTEMPTY"===o.code||"EPERM"===o.code)&&rIi(e,t,u)),100*r)}"ENOENT"===o.code&&(o=null)}n(o)}))}function Ii(e,t,n){Pi(e),Pi(t),Pi("function"==typeof n),t.lstat(e,((r,u)=>r&&"ENOENT"===r.code?n(null):r&&"EPERM"===r.code&&ki?Ti(e,t,r,n):u&&u.isDirectory()?Mi(e,t,r,n):void t.unlink(e,(r=>{if(r){if("ENOENT"===r.code)return n(null);if("EPERM"===r.code)return ki?Ti(e,t,r,n):Mi(e,t,r,n);if("EISDIR"===r.code)return Mi(e,t,r,n)}return n(r)}))))}function Ti(e,t,n,r){Pi(e),Pi(t),Pi("function"==typeof r),n&&Pi(n instanceof Error),t.chmod(e,438,(u=>{u?r("ENOENT"===u.code?null:n):t.stat(e,((u,o)=>{u?r("ENOENT"===u.code?null:n):o.isDirectory()?Mi(e,t,n,r):t.unlink(e,r)}))}))}function Ri(e,t,n){let r;Pi(e),Pi(t),n&&Pi(n instanceof Error);try{t.chmodSync(e,438)}catch(e){if("ENOENT"===e.code)return;throw n}try{r=t.statSync(e)}catch(e){if("ENOENT"===e.code)return;throw n}r.isDirectory()?ji(e,t,n):t.unlinkSync(e)}function Mi(e,t,n,r){Pi(e),Pi(t),n&&Pi(n instanceof Error),Pi("function"==typeof r),t.rmdir(e,(u=>{!u||"ENOTEMPTY"!==u.code&&"EEXIST"!==u.code&&"EPERM"!==u.code?u&&"ENOTDIR"===u.code?r(n):r(u):function(e,t,n){Pi(e),Pi(t),Pi("function"==typeof n),t.readdir(e,((r,u)=>{if(r)return n(r);let o,i=u.length;if(0===i)return t.rmdir(e,n);u.forEach((r=>{Ni(Bi.join(e,r),t,(r=>{if(!o)return r?n(o=r):void(0==--i&&t.rmdir(e,n))}))}))}))}(e,t,r)}))}function Li(e,t){let n;xi(t=t||{}),Pi(e,"rimraf: missing path"),Pi.strictEqual(typeof e,"string","rimraf: path should be a string"),Pi(t,"rimraf: missing options"),Pi.strictEqual(typeof t,"object","rimraf: options should be object");try{n=t.lstatSync(e)}catch(n){if("ENOENT"===n.code)return;"EPERM"===n.code&&ki&&Ri(e,t,n)}try{n&&n.isDirectory()?ji(e,t,null):t.unlinkSync(e)}catch(n){if("ENOENT"===n.code)return;if("EPERM"===n.code)return ki?Ri(e,t,n):ji(e,t,n);if("EISDIR"!==n.code)throw n;ji(e,t,n)}}function ji(e,t,n){Pi(e),Pi(t),n&&Pi(n instanceof Error);try{t.rmdirSync(e)}catch(r){if("ENOTDIR"===r.code)throw n;if("ENOTEMPTY"===r.code||"EEXIST"===r.code||"EPERM"===r.code)!function(e,t){if(Pi(e),Pi(t),t.readdirSync(e).forEach((n=>Li(Bi.join(e,n),t))),!ki){return t.rmdirSync(e,t)}{const n=Date.now();do{try{return t.rmdirSync(e,t)}catch(e){}}while(Date.now()-n<500)}}(e,t);else if("ENOENT"!==r.code)throw r}}var $i=Ni;Ni.sync=Li;const Hi=$i;var Ji={remove:(0,yo.fromCallback)(Hi),removeSync:Hi.sync};const Gi=yo.fromCallback,Vi=we,Ui=p.default,Wi=Io,zi=Ji,Ki=Gi((function(e,t){t=t||function(){},Vi.readdir(e,((n,r)=>{if(n)return Wi.mkdirs(e,t);r=r.map((t=>Ui.join(e,t))),function e(){const n=r.pop();if(!n)return t();zi.remove(n,(n=>{if(n)return t(n);e()}))}()}))}));function qi(e){let t;try{t=Vi.readdirSync(e)}catch(t){return Wi.mkdirsSync(e)}t.forEach((t=>{t=Ui.join(e,t),zi.removeSync(t)}))}var Yi={emptyDirSync:qi,emptydirSync:qi,emptyDir:Ki,emptydir:Ki};const Xi=yo.fromCallback,Zi=p.default,Qi=we,es=Io,ts=fi.pathExists;var ns={createFile:Xi((function(e,t){function n(){Qi.writeFile(e,"",(e=>{if(e)return t(e);t()}))}Qi.stat(e,((r,u)=>{if(!r&&u.isFile())return t();const o=Zi.dirname(e);ts(o,((e,r)=>e?t(e):r?n():void es.mkdirs(o,(e=>{if(e)return t(e);n()}))))}))})),createFileSync:function(e){let t;try{t=Qi.statSync(e)}catch(e){}if(t&&t.isFile())return;const n=Zi.dirname(e);Qi.existsSync(n)||es.mkdirsSync(n),Qi.writeFileSync(e,"")}};const rs=yo.fromCallback,us=p.default,os=we,is=Io,ss=fi.pathExists;var cs={createLink:rs((function(e,t,n){function r(e,t){os.link(e,t,(e=>{if(e)return n(e);n(null)}))}ss(t,((u,o)=>u?n(u):o?n(null):void os.lstat(e,(u=>{if(u)return u.message=u.message.replace("lstat","ensureLink"),n(u);const o=us.dirname(t);ss(o,((u,i)=>u?n(u):i?r(e,t):void is.mkdirs(o,(u=>{if(u)return n(u);r(e,t)}))))}))))})),createLinkSync:function(e,t){if(os.existsSync(t))return;try{os.lstatSync(e)}catch(e){throw e.message=e.message.replace("lstat","ensureLink"),e}const n=us.dirname(t);return os.existsSync(n)||is.mkdirsSync(n),os.linkSync(e,t)}};const as=p.default,ls=we,fs=fi.pathExists;var ds={symlinkPaths:function(e,t,n){if(as.isAbsolute(e))return ls.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:e})));{const r=as.dirname(t),u=as.join(r,e);return fs(u,((t,o)=>t?n(t):o?n(null,{toCwd:u,toDst:e}):ls.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:as.relative(r,e)})))))}},symlinkPathsSync:function(e,t){let n;if(as.isAbsolute(e)){if(n=ls.existsSync(e),!n)throw new Error("absolute srcpath does not exist");return{toCwd:e,toDst:e}}{const r=as.dirname(t),u=as.join(r,e);if(n=ls.existsSync(u),n)return{toCwd:u,toDst:e};if(n=ls.existsSync(e),!n)throw new Error("relative srcpath does not exist");return{toCwd:e,toDst:as.relative(r,e)}}}};const Ds=we;var ps={symlinkType:function(e,t,n){if(n="function"==typeof t?t:n,t="function"!=typeof t&&t)return n(null,t);Ds.lstat(e,((e,r)=>{if(e)return n(null,"file");t=r&&r.isDirectory()?"dir":"file",n(null,t)}))},symlinkTypeSync:function(e,t){let n;if(t)return t;try{n=Ds.lstatSync(e)}catch(e){return"file"}return n&&n.isDirectory()?"dir":"file"}};const Es=yo.fromCallback,ms=p.default,hs=we,ys=Io.mkdirs,Cs=Io.mkdirsSync,Fs=ds.symlinkPaths,gs=ds.symlinkPathsSync,As=ps.symlinkType,vs=ps.symlinkTypeSync,Ss=fi.pathExists;var ws={createSymlink:Es((function(e,t,n,r){r="function"==typeof n?n:r,n="function"!=typeof n&&n,Ss(t,((u,o)=>u?r(u):o?r(null):void Fs(e,t,((u,o)=>{if(u)return r(u);e=o.toDst,As(o.toCwd,n,((n,u)=>{if(n)return r(n);const o=ms.dirname(t);Ss(o,((n,i)=>n?r(n):i?hs.symlink(e,t,u,r):void ys(o,(n=>{if(n)return r(n);hs.symlink(e,t,u,r)}))))}))}))))})),createSymlinkSync:function(e,t,n){if(hs.existsSync(t))return;const r=gs(e,t);e=r.toDst,n=vs(r.toCwd,n);const u=ms.dirname(t);return hs.existsSync(u)||Cs(u),hs.symlinkSync(e,t,n)}};var Os,bs={createFile:ns.createFile,createFileSync:ns.createFileSync,ensureFile:ns.createFile,ensureFileSync:ns.createFileSync,createLink:cs.createLink,createLinkSync:cs.createLinkSync,ensureLink:cs.createLink,ensureLinkSync:cs.createLinkSync,createSymlink:ws.createSymlink,createSymlinkSync:ws.createSymlinkSync,ensureSymlink:ws.createSymlink,ensureSymlinkSync:ws.createSymlinkSync};try{Os=we}catch(e){Os=D.default}function _s(e,t){var n,r="\n";return"object"==typeof t&&null!==t&&(t.spaces&&(n=t.spaces),t.EOL&&(r=t.EOL)),JSON.stringify(e,t?t.replacer:null,n).replace(/\n/g,r)+r}function Bs(e){return Buffer.isBuffer(e)&&(e=e.toString("utf8")),e=e.replace(/^\uFEFF/,"")}var Ps={readFile:function(e,t,n){null==n&&(n=t,t={}),"string"==typeof t&&(t={encoding:t});var r=(t=t||{}).fs||Os,u=!0;"throws"in t&&(u=t.throws),r.readFile(e,t,(function(r,o){if(r)return n(r);var i;o=Bs(o);try{i=JSON.parse(o,t?t.reviver:null)}catch(t){return u?(t.message=e+": "+t.message,n(t)):n(null,null)}n(null,i)}))},readFileSync:function(e,t){"string"==typeof(t=t||{})&&(t={encoding:t});var n=t.fs||Os,r=!0;"throws"in t&&(r=t.throws);try{var u=n.readFileSync(e,t);return u=Bs(u),JSON.parse(u,t.reviver)}catch(t){if(r)throw t.message=e+": "+t.message,t;return null}},writeFile:function(e,t,n,r){null==r&&(r=n,n={});var u=(n=n||{}).fs||Os,o="";try{o=_s(t,n)}catch(e){return void(r&&r(e,null))}u.writeFile(e,o,n,r)},writeFileSync:function(e,t,n){var r=(n=n||{}).fs||Os,u=_s(t,n);return r.writeFileSync(e,u,n)}},ks=Ps;const xs=yo.fromCallback,Ns=ks;var Is={readJson:xs(Ns.readFile),readJsonSync:Ns.readFileSync,writeJson:xs(Ns.writeFile),writeJsonSync:Ns.writeFileSync};const Ts=p.default,Rs=Io,Ms=fi.pathExists,Ls=Is;var js=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=Ts.dirname(e);Ms(u,((o,i)=>o?r(o):i?Ls.writeJson(e,t,n,r):void Rs.mkdirs(u,(u=>{if(u)return r(u);Ls.writeJson(e,t,n,r)}))))};const $s=we,Hs=p.default,Js=Io,Gs=Is;var Vs=function(e,t,n){const r=Hs.dirname(e);$s.existsSync(r)||Js.mkdirsSync(r),Gs.writeJsonSync(e,t,n)};const Us=yo.fromCallback,Ws=Is;Ws.outputJson=Us(js),Ws.outputJsonSync=Vs,Ws.outputJSON=Ws.outputJson,Ws.outputJSONSync=Ws.outputJsonSync,Ws.writeJSON=Ws.writeJson,Ws.writeJSONSync=Ws.writeJsonSync,Ws.readJSON=Ws.readJson,Ws.readJSONSync=Ws.readJsonSync;var zs=Ws;const Ks=we,qs=p.default,Ys=ci.copySync,Xs=Ji.removeSync,Zs=Io.mkdirpSync,Qs=Zo;function ec(e,t,n){try{Ks.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)throw r;return function(e,t,n){const r={overwrite:n,errorOnExist:!0};return Ys(e,t,r),Xs(e)}(e,t,n)}}var tc=function(e,t,n){const r=(n=n||{}).overwrite||n.clobber||!1,{srcStat:u}=Qs.checkPathsSync(e,t,"move");return Qs.checkParentPathsSync(e,u,t,"move"),Zs(qs.dirname(t)),function(e,t,n){if(n)return Xs(t),ec(e,t,n);if(Ks.existsSync(t))throw new Error("dest already exists.");return ec(e,t,n)}(e,t,r)},nc={moveSync:tc};const rc=we,uc=p.default,oc=bi.copy,ic=Ji.remove,sc=Io.mkdirp,cc=fi.pathExists,ac=Zo;function lc(e,t,n,r){rc.rename(e,t,(u=>u?"EXDEV"!==u.code?r(u):function(e,t,n,r){const u={overwrite:n,errorOnExist:!0};oc(e,t,u,(t=>t?r(t):ic(e,r)))}(e,t,n,r):r()))}var fc=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=n.overwrite||n.clobber||!1;ac.checkPaths(e,t,"move",((n,o)=>{if(n)return r(n);const{srcStat:i}=o;ac.checkParentPaths(e,i,t,"move",(n=>{if(n)return r(n);sc(uc.dirname(t),(n=>n?r(n):function(e,t,n,r){if(n)return ic(t,(u=>u?r(u):lc(e,t,n,r)));cc(t,((u,o)=>u?r(u):o?r(new Error("dest already exists.")):lc(e,t,n,r)))}(e,t,u,r)))}))}))};var dc={move:(0,yo.fromCallback)(fc)};const Dc=yo.fromCallback,pc=we,Ec=p.default,mc=Io,hc=fi.pathExists;var yc={outputFile:Dc((function(e,t,n,r){"function"==typeof n&&(r=n,n="utf8");const u=Ec.dirname(e);hc(u,((o,i)=>o?r(o):i?pc.writeFile(e,t,n,r):void mc.mkdirs(u,(u=>{if(u)return r(u);pc.writeFile(e,t,n,r)}))))})),outputFileSync:function(e,...t){const n=Ec.dirname(e);if(pc.existsSync(n))return pc.writeFileSync(e,...t);mc.mkdirsSync(n),pc.writeFileSync(e,...t)}};!function(e){e.exports=Object.assign({},ho,ci,bi,Yi,bs,zs,Io,nc,dc,yc,fi,Ji);const t=D.default;Object.getOwnPropertyDescriptor(t,"promises")&&Object.defineProperty(e.exports,"promises",{get:()=>t.promises})}(mo);const Cc=Nr.exports("streamroller:fileNameFormatter"),Fc=p.default;const gc=Nr.exports("streamroller:fileNameParser"),Ac=nu.exports;const vc=Nr.exports("streamroller:moveAndMaybeCompressFile"),Sc=mo.exports,wc=v.default;var Oc=async(e,t,n)=>{if(n=function(e){const t={mode:parseInt("0600",8),compress:!1},n=Object.assign({},t,e);return vc(`_parseOption: moveAndMaybeCompressFile called with option=${JSON.stringify(n)}`),n}(n),e!==t){if(await Sc.pathExists(e))if(vc(`moveAndMaybeCompressFile: moving file from ${e} to ${t} ${n.compress?"with":"without"} compress`),n.compress)await new Promise(((r,u)=>{let o=!1;const i=Sc.createWriteStream(t,{mode:n.mode,flags:"wx"}).on("open",(()=>{o=!0;const t=Sc.createReadStream(e).on("open",(()=>{t.pipe(wc.createGzip()).pipe(i)})).on("error",(t=>{vc(`moveAndMaybeCompressFile: error reading ${e}`,t),i.destroy(t)}))})).on("finish",(()=>{vc(`moveAndMaybeCompressFile: finished compressing ${t}, deleting ${e}`),Sc.unlink(e).then(r).catch((t=>{vc(`moveAndMaybeCompressFile: error deleting ${e}, truncating instead`,t),Sc.truncate(e).then(r).catch((t=>{vc(`moveAndMaybeCompressFile: error truncating ${e}`,t),u(t)}))}))})).on("error",(e=>{o?(vc(`moveAndMaybeCompressFile: error writing ${t}, deleting`,e),Sc.unlink(t).then((()=>{u(e)})).catch((e=>{vc(`moveAndMaybeCompressFile: error deleting ${t}`,e),u(e)}))):(vc(`moveAndMaybeCompressFile: error creating ${t}`,e),u(e))}))})).catch((()=>{}));else{vc(`moveAndMaybeCompressFile: renaming ${e} to ${t}`);try{await Sc.move(e,t,{overwrite:!0})}catch(n){if(vc(`moveAndMaybeCompressFile: error renaming ${e} to ${t}`,n),"ENOENT"!==n.code){vc("moveAndMaybeCompressFile: trying copy+truncate instead");try{await Sc.copy(e,t,{overwrite:!0}),await Sc.truncate(e)}catch(e){vc("moveAndMaybeCompressFile: error copy+truncate",e)}}}}}else vc("moveAndMaybeCompressFile: source and target are the same, not doing anything")};const bc=Nr.exports("streamroller:RollingFileWriteStream"),_c=mo.exports,Bc=p.default,Pc=E.default,kc=()=>new Date,xc=nu.exports,{Writable:Nc}=C.default,Ic=({file:e,keepFileExt:t,needsIndex:n,alwaysIncludeDate:r,compress:u,fileNameSep:o})=>{let i=o||".";const s=Fc.join(e.dir,e.name),c=t=>t+e.ext,a=(e,t,r)=>!n&&r||!t?e:e+i+t,l=(e,t,n)=>(t>0||r)&&n?e+i+n:e,f=(e,t)=>t&&u?e+".gz":e,d=t?[l,a,c,f]:[c,l,a,f];return({date:e,index:t})=>(Cc(`_formatFileName: date=${e}, index=${t}`),d.reduce(((n,r)=>r(n,t,e)),s))},Tc=({file:e,keepFileExt:t,pattern:n,fileNameSep:r})=>{let u=r||".";const o="__NOT_MATCHING__";let i=[(e,t)=>e.endsWith(".gz")?(gc("it is gzipped"),t.isCompressed=!0,e.slice(0,-1*".gz".length)):e,t?t=>t.startsWith(e.name)&&t.endsWith(e.ext)?(gc("it starts and ends with the right things"),t.slice(e.name.length+1,-1*e.ext.length)):o:t=>t.startsWith(e.base)?(gc("it starts with the right things"),t.slice(e.base.length+1)):o,n?(e,t)=>{const r=e.split(u);let o=r[r.length-1];gc("items: ",r,", indexStr: ",o);let i=e;void 0!==o&&o.match(/^\d+$/)?(i=e.slice(0,-1*(o.length+1)),gc(`dateStr is ${i}`),n&&!i&&(i=o,o="0")):o="0";try{const r=Ac.parse(n,i,new Date(0,0));return Ac.asString(n,r)!==i?e:(t.index=parseInt(o,10),t.date=i,t.timestamp=r.getTime(),"")}catch(t){return gc(`Problem parsing ${i} as ${n}, error was: `,t),e}}:(e,t)=>e.match(/^\d+$/)?(gc("it has an index"),t.index=parseInt(e,10),""):e];return e=>{let t={filename:e,index:0,isCompressed:!1};return i.reduce(((e,n)=>n(e,t)),e)?null:t}},Rc=Oc;var Mc=class extends Nc{constructor(e,t){if(bc(`constructor: creating RollingFileWriteStream. path=${e}`),"string"!=typeof e||0===e.length)throw new Error(`Invalid filename: ${e}`);if(e.endsWith(Bc.sep))throw new Error(`Filename is a directory: ${e}`);0===e.indexOf(`~${Bc.sep}`)&&(e=e.replace("~",Pc.homedir())),super(t),this.options=this._parseOption(t),this.fileObject=Bc.parse(e),""===this.fileObject.dir&&(this.fileObject=Bc.parse(Bc.join(process.cwd(),e))),this.fileFormatter=Ic({file:this.fileObject,alwaysIncludeDate:this.options.alwaysIncludePattern,needsIndex:this.options.maxSize 0`)}else delete n.maxSize;if(n.numBackups||0===n.numBackups){if(n.numBackups<0)throw new Error(`options.numBackups (${n.numBackups}) should be >= 0`);if(n.numBackups>=Number.MAX_SAFE_INTEGER)throw new Error(`options.numBackups (${n.numBackups}) should be < Number.MAX_SAFE_INTEGER`);n.numToKeep=n.numBackups+1}else if(n.numToKeep<=0)throw new Error(`options.numToKeep (${n.numToKeep}) should be > 0`);return bc(`_parseOption: creating stream with option=${JSON.stringify(n)}`),n}_final(e){this.currentFileStream.end("",this.options.encoding,e)}_write(e,t,n){this._shouldRoll().then((()=>{bc(`_write: writing chunk. file=${this.currentFileStream.path} state=${JSON.stringify(this.state)} chunk=${e}`),this.currentFileStream.write(e,t,(t=>{this.state.currentSize+=e.length,n(t)}))}))}async _shouldRoll(){(this._dateChanged()||this._tooBig())&&(bc(`_shouldRoll: rolling because dateChanged? ${this._dateChanged()} or tooBig? ${this._tooBig()}`),await this._roll())}_dateChanged(){return this.state.currentDate&&this.state.currentDate!==xc(this.options.pattern,kc())}_tooBig(){return this.state.currentSize>=this.options.maxSize}_roll(){return bc("_roll: closing the current stream"),new Promise(((e,t)=>{this.currentFileStream.end("",this.options.encoding,(()=>{this._moveOldFiles().then(e).catch(t)}))}))}async _moveOldFiles(){const e=await this._getExistingFiles();for(let t=(this.state.currentDate?e.filter((e=>e.date===this.state.currentDate)):e).length;t>=0;t--){bc(`_moveOldFiles: i = ${t}`);const e=this.fileFormatter({date:this.state.currentDate,index:t}),n=this.fileFormatter({date:this.state.currentDate,index:t+1}),r={compress:this.options.compress&&0===t,mode:this.options.mode};await Rc(e,n,r)}this.state.currentSize=0,this.state.currentDate=this.state.currentDate?xc(this.options.pattern,kc()):null,bc(`_moveOldFiles: finished rolling files. state=${JSON.stringify(this.state)}`),this._renewWriteStream(),await new Promise(((e,t)=>{this.currentFileStream.write("","utf8",(()=>{this._clean().then(e).catch(t)}))}))}async _getExistingFiles(){const e=await _c.readdir(this.fileObject.dir).catch((()=>[]));bc(`_getExistingFiles: files=${e}`);const t=e.map((e=>this.fileNameParser(e))).filter((e=>e)),n=e=>(e.timestamp?e.timestamp:kc().getTime())-e.index;return t.sort(((e,t)=>n(e)-n(t))),t}_renewWriteStream(){const e=this.fileFormatter({date:this.state.currentDate,index:0}),t=e=>{try{return _c.mkdirSync(e,{recursive:!0})}catch(n){if("ENOENT"===n.code)return t(Bc.dirname(e)),t(e);if("EEXIST"!==n.code&&"EROFS"!==n.code)throw n;try{if(_c.statSync(e).isDirectory())return e;throw n}catch(e){throw n}}};t(this.fileObject.dir);const n={flags:this.options.flags,encoding:this.options.encoding,mode:this.options.mode};var r,u;_c.appendFileSync(e,"",(r={...n},u="flags",r["flag"]=r[u],delete r[u],r)),this.currentFileStream=_c.createWriteStream(e,n),this.currentFileStream.on("error",(e=>{this.emit("error",e)}))}async _clean(){const e=await this._getExistingFiles();if(bc(`_clean: numToKeep = ${this.options.numToKeep}, existingFiles = ${e.length}`),bc("_clean: existing files are: ",e),this._tooManyFiles(e.length)){const n=e.slice(0,e.length-this.options.numToKeep).map((e=>Bc.format({dir:this.fileObject.dir,base:e.filename})));await(t=n,bc(`deleteFiles: files to delete: ${t}`),Promise.all(t.map((e=>_c.unlink(e).catch((t=>{bc(`deleteFiles: error when unlinking ${e}, ignoring. Error was ${t}`)}))))))}var t}_tooManyFiles(e){return this.options.numToKeep>0&&e>this.options.numToKeep}};const Lc=Mc;var jc=class extends Lc{constructor(e,t,n,r){r||(r={}),t&&(r.maxSize=t),r.numBackups||0===r.numBackups||(n||0===n||(n=1),r.numBackups=n),super(e,r),this.backups=r.numBackups,this.size=this.options.maxSize}get theStream(){return this.currentFileStream}};const $c=Mc;var Hc={RollingFileWriteStream:Mc,RollingFileStream:jc,DateRollingFileStream:class extends $c{constructor(e,t,n){t&&"object"==typeof t&&(n=t,t=null),n||(n={}),t||(t="yyyy-MM-dd"),n.pattern=t,n.numBackups||0===n.numBackups?n.daysToKeep=n.numBackups:(n.daysToKeep||0===n.daysToKeep?process.emitWarning("options.daysToKeep is deprecated due to the confusion it causes when used together with file size rolling. Please use options.numBackups instead.","DeprecationWarning","streamroller-DEP0001"):n.daysToKeep=1,n.numBackups=n.daysToKeep),super(e,n),this.mode=this.options.mode}get theStream(){return this.currentFileStream}}};const Jc=Nr.exports("log4js:file"),Gc=p.default,Vc=Hc,Uc=E.default.EOL;let Wc=!1;const zc=new Set;function Kc(){zc.forEach((e=>{e.sighupHandler()}))}function qc(e,t,n,r){const u=new Vc.RollingFileStream(e,t,n,r);return u.on("error",(t=>{console.error("log4js.fileAppender - Writing to file %s, error happened ",e,t)})),u.on("drain",(()=>{process.emit("log4js:pause",!1)})),u}Eo.configure=function(e,t){let n=t.basicLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),e.mode=e.mode||384,function(e,t,n,r,u,o){e=Gc.normalize(e),Jc("Creating file appender (",e,", ",n,", ",r=r||0===r?r:5,", ",u,", ",o,")");let i=qc(e,n,r,u);const s=function(e){if(i.writable){if(!0===u.removeColor){const t=/\x1b[[0-9;]*m/g;e.data=e.data.map((e=>"string"==typeof e?e.replace(t,""):e))}i.write(t(e,o)+Uc,"utf8")||process.emit("log4js:pause",!0)}};return s.reopen=function(){i.end((()=>{i=qc(e,n,r,u)}))},s.sighupHandler=function(){Jc("SIGHUP handler called."),s.reopen()},s.shutdown=function(e){zc.delete(s),0===zc.size&&Wc&&(process.removeListener("SIGHUP",Kc),Wc=!1),i.end("","utf-8",e)},zc.add(s),Wc||(process.on("SIGHUP",Kc),Wc=!0),s}(e.filename,n,e.maxLogSize,e.backups,e,e.timezoneOffset)};var Yc={};const Xc=Hc,Zc=E.default.EOL;function Qc(e,t,n,r,u){r.maxSize=r.maxLogSize;const o=function(e,t,n){const r=new Xc.DateRollingFileStream(e,t,n);return r.on("error",(t=>{console.error("log4js.dateFileAppender - Writing to file %s, error happened ",e,t)})),r.on("drain",(()=>{process.emit("log4js:pause",!1)})),r}(e,t,r),i=function(e){o.writable&&(o.write(n(e,u)+Zc,"utf8")||process.emit("log4js:pause",!0))};return i.shutdown=function(e){o.end("","utf-8",e)},i}Yc.configure=function(e,t){let n=t.basicLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),e.alwaysIncludePattern||(e.alwaysIncludePattern=!1),e.mode=e.mode||384,Qc(e.filename,e.pattern,n,e,e.timezoneOffset)};var ea={};const ta=Nr.exports("log4js:fileSync"),na=p.default,ra=D.default,ua=E.default.EOL||"\n";function oa(e,t){if(ra.existsSync(e))return;const n=ra.openSync(e,t.flags,t.mode);ra.closeSync(n)}class ia{constructor(e,t,n,r){ta("In RollingFileStream"),function(){if(!e||!t||t<=0)throw new Error("You must specify a filename and file size")}(),this.filename=e,this.size=t,this.backups=n,this.options=r,this.currentSize=0,this.currentSize=function(e){let t=0;try{t=ra.statSync(e).size}catch(t){oa(e,r)}return t}(this.filename)}shouldRoll(){return ta("should roll with current size %d, and max size %d",this.currentSize,this.size),this.currentSize>=this.size}roll(e){const t=this,n=new RegExp(`^${na.basename(e)}`);function r(e){return n.test(e)}function u(t){return parseInt(t.substring(`${na.basename(e)}.`.length),10)||0}function o(e,t){return u(e)>u(t)?1:u(e) ${e}.${r+1}`),ra.renameSync(na.join(na.dirname(e),n),`${e}.${r+1}`)}}ta("Rolling, rolling, rolling"),ta("Renaming the old files"),ra.readdirSync(na.dirname(e)).filter(r).sort(o).reverse().forEach(i)}write(e,t){const n=this;ta("in write"),this.shouldRoll()&&(this.currentSize=0,this.roll(this.filename)),ta("writing the chunk to the file"),n.currentSize+=e.length,ra.appendFileSync(n.filename,e)}}ea.configure=function(e,t){let n=t.basicLayout;e.layout&&(n=t.layout(e.layout.type,e.layout));const r={flags:e.flags||"a",encoding:e.encoding||"utf8",mode:e.mode||384};return function(e,t,n,r,u,o){ta("fileSync appender created");const i=function(e,t,n){let r;var u;return t?r=new ia(e,t,n,o):(oa(u=e,o),r={write(e){ra.appendFileSync(u,e)}}),r}(e=na.normalize(e),n,r=r||0===r?r:5);return e=>{i.write(t(e,u)+ua)}}(e.filename,n,e.maxLogSize,e.backups,e.timezoneOffset,r)};var sa={};const ca=Nr.exports("log4js:tcp"),aa=S.default;sa.configure=function(e,t){ca(`configure with config = ${e}`);let n=function(e){return e.serialise()};return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){let n=!1;const r=[];let u,o=3,i="__LOG4JS__";function s(e){ca("Writing log event to socket"),n=u.write(`${t(e)}${i}`,"utf8")}function c(){let e;for(ca("emptying buffer");e=r.shift();)s(e)}function a(e){n?s(e):(ca("buffering log event because it cannot write at the moment"),r.push(e))}return function t(){ca(`appender creating socket to ${e.host||"localhost"}:${e.port||5e3}`),i=`${e.endMsg||"__LOG4JS__"}`,u=aa.createConnection(e.port||5e3,e.host||"localhost"),u.on("connect",(()=>{ca("socket connected"),c(),n=!0})),u.on("drain",(()=>{ca("drain event received, emptying buffer"),n=!0,c()})),u.on("timeout",u.end.bind(u)),u.on("error",(e=>{ca("connection error",e),n=!1,c()})),u.on("close",t)}(),a.shutdown=function(e){ca("shutdown called"),r.length&&o?(ca("buffer has items, waiting 100ms to empty"),o-=1,setTimeout((()=>{a.shutdown(e)}),100)):(u.removeAllListeners("close"),u.end(e))},a}(e,n)};const la=p.default,fa=Nr.exports("log4js:appenders"),da=tu,Da=eo,pa=gu,Ea=hu,ma=to,ha=new Map;ha.set("console",oo),ha.set("stdout",so),ha.set("stderr",co),ha.set("logLevelFilter",ao),ha.set("categoryFilter",lo),ha.set("noLogFilter",Do),ha.set("file",Eo),ha.set("dateFile",Yc),ha.set("fileSync",ea),ha.set("tcp",sa);const ya=new Map,Ca=(e,t)=>{fa("Loading module from ",e);try{return require(e)}catch(n){return void da.throwExceptionIf(t,"MODULE_NOT_FOUND"!==n.code,`appender "${e}" could not be loaded (error was: ${n})`)}},Fa=new Set,ga=(e,t)=>{if(ya.has(e))return ya.get(e);if(!t.appenders[e])return!1;if(Fa.has(e))throw new Error(`Dependency loop detected for appender ${e}.`);Fa.add(e),fa(`Creating appender ${e}`);const n=Aa(e,t);return Fa.delete(e),ya.set(e,n),n},Aa=(e,t)=>{const n=t.appenders[e],r=n.type.configure?n.type:((e,t)=>ha.get(e)||Ca(`./${e}`,t)||Ca(e,t)||require.main&&Ca(la.join(la.dirname(require.main.filename),e),t)||Ca(la.join(process.cwd(),e),t))(n.type,t);return da.throwExceptionIf(t,da.not(r),`appender "${e}" is not valid (type "${n.type}" could not be found)`),r.appender&&fa(`DEPRECATION: Appender ${n.type} exports an appender function.`),r.shutdown&&fa(`DEPRECATION: Appender ${n.type} exports a shutdown function.`),fa(`${e}: clustering.isMaster ? ${Da.isMaster()}`),fa(`${e}: appenderModule is ${F.default.inspect(r)}`),Da.onlyOnMaster((()=>(fa(`calling appenderModule.configure for ${e} / ${n.type}`),r.configure(ma.modifyConfig(n),Ea,(e=>ga(e,t)),pa))),(()=>{}))},va=e=>{ya.clear(),Fa.clear();const t=[];Object.values(e.categories).forEach((e=>{t.push(...e.appenders)})),Object.keys(e.appenders).forEach((n=>{(t.includes(n)||"tcp-server"===e.appenders[n].type)&&ga(n,e)}))},Sa=()=>{va({appenders:{out:{type:"stdout"}},categories:{default:{appenders:["out"],level:"trace"}}})};Sa(),da.addListener((e=>{da.throwExceptionIf(e,da.not(da.anObject(e.appenders)),'must have a property "appenders" of type object.');const t=Object.keys(e.appenders);da.throwExceptionIf(e,da.not(t.length),"must define at least one appender."),t.forEach((t=>{da.throwExceptionIf(e,da.not(e.appenders[t].type),`appender "${t}" is not valid (must be an object with property "type")`)}))})),da.addListener(va),Au.exports=ya,Au.exports.init=Sa;var wa={exports:{}};!function(e){const t=Nr.exports("log4js:categories"),n=tu,r=gu,u=Au.exports,o=new Map;function i(e,t,n){if(!1===t.inherit)return;const r=n.lastIndexOf(".");if(r<0)return;const u=n.substring(0,r);let o=e.categories[u];o||(o={inherit:!0,appenders:[]}),i(e,o,u),!e.categories[u]&&o.appenders&&o.appenders.length&&o.level&&(e.categories[u]=o),t.appenders=t.appenders||[],t.level=t.level||o.level,o.appenders.forEach((e=>{t.appenders.includes(e)||t.appenders.push(e)})),t.parent=o}function s(e){if(!e.categories)return;Object.keys(e.categories).forEach((t=>{const n=e.categories[t];i(e,n,t)}))}n.addPreProcessingListener((e=>s(e))),n.addListener((e=>{n.throwExceptionIf(e,n.not(n.anObject(e.categories)),'must have a property "categories" of type object.');const t=Object.keys(e.categories);n.throwExceptionIf(e,n.not(t.length),"must define at least one category."),t.forEach((t=>{const o=e.categories[t];n.throwExceptionIf(e,[n.not(o.appenders),n.not(o.level)],`category "${t}" is not valid (must be an object with properties "appenders" and "level")`),n.throwExceptionIf(e,n.not(Array.isArray(o.appenders)),`category "${t}" is not valid (appenders must be an array of appender names)`),n.throwExceptionIf(e,n.not(o.appenders.length),`category "${t}" is not valid (appenders must contain at least one appender name)`),Object.prototype.hasOwnProperty.call(o,"enableCallStack")&&n.throwExceptionIf(e,"boolean"!=typeof o.enableCallStack,`category "${t}" is not valid (enableCallStack must be boolean type)`),o.appenders.forEach((r=>{n.throwExceptionIf(e,n.not(u.get(r)),`category "${t}" is not valid (appender "${r}" is not defined)`)})),n.throwExceptionIf(e,n.not(r.getLevel(o.level)),`category "${t}" is not valid (level "${o.level}" not recognised; valid levels are ${r.levels.join(", ")})`)})),n.throwExceptionIf(e,n.not(e.categories.default),'must define a "default" category.')}));const c=e=>{o.clear();Object.keys(e.categories).forEach((n=>{const i=e.categories[n],s=[];i.appenders.forEach((e=>{s.push(u.get(e)),t(`Creating category ${n}`),o.set(n,{appenders:s,level:r.getLevel(i.level),enableCallStack:i.enableCallStack||!1})}))}))},a=()=>{c({categories:{default:{appenders:["out"],level:"OFF"}}})};a(),n.addListener(c);const l=e=>(t(`configForCategory: searching for config for ${e}`),o.has(e)?(t(`configForCategory: ${e} exists in config, returning it`),o.get(e)):e.indexOf(".")>0?(t(`configForCategory: ${e} has hierarchy, searching for parents`),l(e.substring(0,e.lastIndexOf(".")))):(t("configForCategory: returning config for default category"),l("default")));e.exports=o,e.exports=Object.assign(e.exports,{appendersForCategory:e=>l(e).appenders,getLevelForCategory:e=>l(e).level,setLevelForCategory:(e,n)=>{let r=o.get(e);if(t(`setLevelForCategory: found ${r} for ${e}`),!r){const n=l(e);t(`setLevelForCategory: no config found for category, found ${n} for parents of ${e}`),r={appenders:n.appenders}}r.level=n,o.set(e,r)},getEnableCallStackForCategory:e=>!0===l(e).enableCallStack,setEnableCallStackForCategory:(e,t)=>{l(e).enableCallStack=t},init:a})}(wa);const Oa=Nr.exports("log4js:logger"),ba=Hu,_a=gu,Ba=eo,Pa=wa.exports,ka=tu,xa=/at (?:(.+)\s+\()?(?:(.+?):(\d+)(?::(\d+))?|([^)]+))\)?/;function Na(e,t=4){const n=e.stack.split("\n").slice(t),r=xa.exec(n[0]);return r&&6===r.length?{functionName:r[1],fileName:r[2],lineNumber:parseInt(r[3],10),columnNumber:parseInt(r[4],10),callStack:n.join("\n")}:null}class Ia{constructor(e){if(!e)throw new Error("No category provided.");this.category=e,this.context={},this.parseCallStack=Na,Oa(`Logger created (${this.category}, ${this.level})`)}get level(){return _a.getLevel(Pa.getLevelForCategory(this.category),_a.TRACE)}set level(e){Pa.setLevelForCategory(this.category,_a.getLevel(e,this.level))}get useCallStack(){return Pa.getEnableCallStackForCategory(this.category)}set useCallStack(e){Pa.setEnableCallStackForCategory(this.category,!0===e)}log(e,...t){let n=_a.getLevel(e);n||(this._log(_a.WARN,"log4js:logger.log: invalid value for log-level as first parameter given: ",e),n=_a.INFO),this.isLevelEnabled(n)&&this._log(n,t)}isLevelEnabled(e){return this.level.isLessThanOrEqualTo(e)}_log(e,t){Oa(`sending log data (${e}) to appenders`);const n=new ba(this.category,e,t,this.context,this.useCallStack&&this.parseCallStack(new Error));Ba.send(n)}addContext(e,t){this.context[e]=t}removeContext(e){delete this.context[e]}clearContext(){this.context={}}setParseCallStackFunction(e){this.parseCallStack=e}}function Ta(e){const t=_a.getLevel(e),n=t.toString().toLowerCase().replace(/_([a-z])/g,(e=>e[1].toUpperCase())),r=n[0].toUpperCase()+n.slice(1);Ia.prototype[`is${r}Enabled`]=function(){return this.isLevelEnabled(t)},Ia.prototype[n]=function(...e){this.log(t,...e)}}_a.levels.forEach(Ta),ka.addListener((()=>{_a.levels.forEach(Ta)}));var Ra=Ia;const Ma=gu;function La(e){return e.originalUrl||e.url}function ja(e,t){for(let n=0;ne.source?e.source:e));t=new RegExp(n.join("|"))}return t}(t.nolog);return(e,i,s)=>{if(e._logging)return s();if(o&&o.test(e.originalUrl))return s();if(n.isLevelEnabled(r)||"auto"===t.level){const o=new Date,{writeHead:s}=i;e._logging=!0,i.writeHead=(e,t)=>{i.writeHead=s,i.writeHead(e,t),i.__statusCode=e,i.__headers=t||{}},i.on("finish",(()=>{i.responseTime=new Date-o,i.statusCode&&"auto"===t.level&&(r=Ma.INFO,i.statusCode>=300&&(r=Ma.WARN),i.statusCode>=400&&(r=Ma.ERROR)),r=function(e,t,n){let r=t;if(n){const t=n.find((t=>{let n=!1;return n=t.from&&t.to?e>=t.from&&e<=t.to:-1!==t.codes.indexOf(e),n}));t&&(r=Ma.getLevel(t.level,r))}return r}(i.statusCode,r,t.statusRules);const s=function(e,t,n){const r=[];return r.push({token:":url",replacement:La(e)}),r.push({token:":protocol",replacement:e.protocol}),r.push({token:":hostname",replacement:e.hostname}),r.push({token:":method",replacement:e.method}),r.push({token:":status",replacement:t.__statusCode||t.statusCode}),r.push({token:":response-time",replacement:t.responseTime}),r.push({token:":date",replacement:(new Date).toUTCString()}),r.push({token:":referrer",replacement:e.headers.referer||e.headers.referrer||""}),r.push({token:":http-version",replacement:`${e.httpVersionMajor}.${e.httpVersionMinor}`}),r.push({token:":remote-addr",replacement:e.headers["x-forwarded-for"]||e.ip||e._remoteAddress||e.socket&&(e.socket.remoteAddress||e.socket.socket&&e.socket.socket.remoteAddress)}),r.push({token:":user-agent",replacement:e.headers["user-agent"]}),r.push({token:":content-length",replacement:t.getHeader("content-length")||t.__headers&&t.__headers["Content-Length"]||"-"}),r.push({token:/:req\[([^\]]+)]/g,replacement:(t,n)=>e.headers[n.toLowerCase()]}),r.push({token:/:res\[([^\]]+)]/g,replacement:(e,n)=>t.getHeader(n.toLowerCase())||t.__headers&&t.__headers[n]}),(e=>{const t=e.concat();for(let e=0;eja(e,s)));t&&n.log(r,t)}else n.log(r,ja(u,s));t.context&&n.removeContext("res")}))}return s()}},nl=Va;let rl=!1;function ul(e){if(!rl)return;Ua("Received log event ",e);Za.appendersForCategory(e.categoryName).forEach((t=>{t(e)}))}function ol(e){rl&&il();let t=e;return"string"==typeof t&&(t=function(e){Ua(`Loading configuration from ${e}`);try{return JSON.parse(Wa.readFileSync(e,"utf8"))}catch(t){throw new Error(`Problem reading config from file "${e}". Error was ${t.message}`,t)}}(e)),Ua(`Configuration is ${t}`),Ka.configure(za(t)),el.onMessage(ul),rl=!0,sl}function il(e){Ua("Shutdown called. Disabling all log writing."),rl=!1;const t=Array.from(Xa.values());Xa.init(),Za.init();const n=t.reduceRight(((e,t)=>t.shutdown?e+1:e),0);if(0===n)return Ua("No appenders with shutdown functions found."),void 0!==e&&e();let r,u=0;function o(t){r=r||t,u+=1,Ua(`Appender shutdowns complete: ${u} / ${n}`),u>=n&&(Ua("All shutdown functions completed."),e&&e(r))}return Ua(`Found ${n} appenders with shutdown functions.`),t.filter((e=>e.shutdown)).forEach((e=>e.shutdown(o))),null}const sl={getLogger:function(e){return rl||ol(process.env.LOG4JS_CONFIG||{appenders:{out:{type:"stdout"}},categories:{default:{appenders:["out"],level:"OFF"}}}),new Qa(e||"default")},configure:ol,shutdown:il,connectLogger:tl,levels:Ya,addLayout:qa.addLayout,recording:function(){return nl}};var cl=sl,al={};Object.defineProperty(al,"__esModule",{value:!0}),al.levelMap=al.getLevel=al.setCategoriesLevel=al.getConfiguration=al.setConfiguration=void 0;const ll=cl;let fl={appenders:{debug:{type:"stdout",layout:{type:"pattern",pattern:"[%d] > hvigor %p %c %[%m%]"}},info:{type:"stdout",layout:{type:"pattern",pattern:"[%d] > hvigor %[%m%]"}},"no-pattern-info":{type:"stdout",layout:{type:"pattern",pattern:"%m"}},wrong:{type:"stderr",layout:{type:"pattern",pattern:"[%d] > hvigor %[%p: %m%]"}},"just-debug":{type:"logLevelFilter",appender:"debug",level:"debug",maxLevel:"debug"},"just-info":{type:"logLevelFilter",appender:"info",level:"info",maxLevel:"info"},"just-wrong":{type:"logLevelFilter",appender:"wrong",level:"warn",maxLevel:"error"}},categories:{default:{appenders:["just-debug","just-info","just-wrong"],level:"debug"},"no-pattern-info":{appenders:["no-pattern-info"],level:"info"}}};al.setConfiguration=e=>{fl=e};al.getConfiguration=()=>fl;let dl=ll.levels.DEBUG;al.setCategoriesLevel=(e,t)=>{dl=e;const n=fl.categories;for(const r in n)(null==t?void 0:t.includes(r))||Object.prototype.hasOwnProperty.call(n,r)&&(n[r].level=e.levelStr)};al.getLevel=()=>dl,al.levelMap=new Map([["ALL",ll.levels.ALL],["MARK",ll.levels.MARK],["TRACE",ll.levels.TRACE],["DEBUG",ll.levels.DEBUG],["INFO",ll.levels.INFO],["WARN",ll.levels.WARN],["ERROR",ll.levels.ERROR],["FATAL",ll.levels.FATAL],["OFF",ll.levels.OFF]]);var Dl=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),pl=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),El=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&Dl(t,e,n);return pl(t,e),t};Object.defineProperty(xr,"__esModule",{value:!0}),xr.evaluateLogLevel=xr.HvigorLogger=void 0;const ml=El(cl),hl=cl,yl=El(F.default),Cl=al;class Fl{constructor(e){ml.configure((0,Cl.getConfiguration)()),this._logger=ml.getLogger(e),this._logger.level=(0,Cl.getLevel)()}static getLogger(e){return new Fl(e)}log(e,...t){this._logger.log(e,...t)}debug(e,...t){this._logger.debug(e,...t)}info(e,...t){this._logger.info(e,...t)}warn(e,...t){void 0!==e&&""!==e&&this._logger.warn(e,...t)}error(e,...t){this._logger.error(e,...t)}_printTaskExecuteInfo(e,t){this.info(`Finished :${e}... after ${t}`)}_printFailedTaskInfo(e){this.error(`Failed :${e}... `)}_printDisabledTaskInfo(e){this.info(`Disabled :${e}... `)}_printUpToDateTaskInfo(e){this.info(`UP-TO-DATE :${e}... `)}errorMessageExit(e,...t){throw new Error(yl.format(e,...t))}errorExit(e,t,...n){t&&this._logger.error(t,n),this._logger.error(e.stack)}setLevel(e,t){(0,Cl.setCategoriesLevel)(e,t),ml.shutdown(),ml.configure((0,Cl.getConfiguration)())}getLevel(){return this._logger.level}configure(e){const t=(0,Cl.getConfiguration)(),n={appenders:{...t.appenders,...e.appenders},categories:{...t.categories,...e.categories}};(0,Cl.setConfiguration)(n),ml.shutdown(),ml.configure(n)}}xr.HvigorLogger=Fl,xr.evaluateLogLevel=function(e,t){t.debug?e.setLevel(hl.levels.DEBUG):t.warn?e.setLevel(hl.levels.WARN):t.error?e.setLevel(hl.levels.ERROR):e.setLevel(hl.levels.INFO)};var gl=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(X,"__esModule",{value:!0}),X.parseJsonText=X.parseJsonFile=void 0;const Al=Z,vl=gl(kr),Sl=gl(p.default),wl=gl(E.default),Ol=xr.HvigorLogger.getLogger("parse-json-util");var bl;!function(e){e[e.Char=0]="Char",e[e.EOF=1]="EOF",e[e.Identifier=2]="Identifier"}(bl||(bl={}));let _l,Bl,Pl,kl,xl,Nl,Il="start",Tl=[],Rl=0,Ml=1,Ll=0,jl=!1,$l="default",Hl="'",Jl=1;function Gl(e,t=!1){Bl=String(e),Il="start",Tl=[],Rl=0,Ml=1,Ll=0,kl=void 0,jl=t;do{_l=Vl(),Xl[Il]()}while("eof"!==_l.type);return kl}function Vl(){for($l="default",xl="",Hl="'",Jl=1;;){Nl=Ul();const e=zl[$l]();if(e)return e}}function Ul(){if(Bl[Rl])return String.fromCodePoint(Bl.codePointAt(Rl))}function Wl(){const e=Ul();return"\n"===e?(Ml++,Ll=0):e?Ll+=e.length:Ll++,e&&(Rl+=e.length),e}X.parseJsonFile=function(e,t=!1,n="utf-8"){const r=vl.default.readFileSync(Sl.default.resolve(e),{encoding:n});try{return Gl(r,t)}catch(t){if(t instanceof SyntaxError){const n=t.message.split("at");2===n.length&&Ol.errorMessageExit(`${n[0].trim()}${wl.default.EOL}\t at ${e}:${n[1].trim()}`)}Ol.errorMessageExit(`${e} is not in valid JSON/JSON5 format.`)}},X.parseJsonText=Gl;const zl={default(){switch(Nl){case"/":return Wl(),void($l="comment");case void 0:return Wl(),Kl("eof")}if(!Al.JudgeUtil.isIgnoreChar(Nl)&&!Al.JudgeUtil.isSpaceSeparator(Nl))return zl[Il]();Wl()},start(){$l="value"},beforePropertyName(){switch(Nl){case"$":case"_":return xl=Wl(),void($l="identifierName");case"\\":return Wl(),void($l="identifierNameStartEscape");case"}":return Kl("punctuator",Wl());case'"':case"'":return Hl=Nl,Wl(),void($l="string")}if(Al.JudgeUtil.isIdStartChar(Nl))return xl+=Wl(),void($l="identifierName");throw tf(bl.Char,Wl())},afterPropertyName(){if(":"===Nl)return Kl("punctuator",Wl());throw tf(bl.Char,Wl())},beforePropertyValue(){$l="value"},afterPropertyValue(){switch(Nl){case",":case"}":return Kl("punctuator",Wl())}throw tf(bl.Char,Wl())},beforeArrayValue(){if("]"===Nl)return Kl("punctuator",Wl());$l="value"},afterArrayValue(){switch(Nl){case",":case"]":return Kl("punctuator",Wl())}throw tf(bl.Char,Wl())},end(){throw tf(bl.Char,Wl())},comment(){switch(Nl){case"*":return Wl(),void($l="multiLineComment");case"/":return Wl(),void($l="singleLineComment")}throw tf(bl.Char,Wl())},multiLineComment(){switch(Nl){case"*":return Wl(),void($l="multiLineCommentAsterisk");case void 0:throw tf(bl.Char,Wl())}Wl()},multiLineCommentAsterisk(){switch(Nl){case"*":return void Wl();case"/":return Wl(),void($l="default");case void 0:throw tf(bl.Char,Wl())}Wl(),$l="multiLineComment"},singleLineComment(){switch(Nl){case"\n":case"\r":case"\u2028":case"\u2029":return Wl(),void($l="default");case void 0:return Wl(),Kl("eof")}Wl()},value(){switch(Nl){case"{":case"[":return Kl("punctuator",Wl());case"n":return Wl(),ql("ull"),Kl("null",null);case"t":return Wl(),ql("rue"),Kl("boolean",!0);case"f":return Wl(),ql("alse"),Kl("boolean",!1);case"-":case"+":return"-"===Wl()&&(Jl=-1),void($l="numerical");case".":case"0":case"I":case"N":return void($l="numerical");case'"':case"'":return Hl=Nl,Wl(),xl="",void($l="string")}if(void 0===Nl||!Al.JudgeUtil.isDigitWithoutZero(Nl))throw tf(bl.Char,Wl());$l="numerical"},numerical(){switch(Nl){case".":return xl=Wl(),void($l="decimalPointLeading");case"0":return xl=Wl(),void($l="zero");case"I":return Wl(),ql("nfinity"),Kl("numeric",Jl*(1/0));case"N":return Wl(),ql("aN"),Kl("numeric",NaN)}if(void 0!==Nl&&Al.JudgeUtil.isDigitWithoutZero(Nl))return xl=Wl(),void($l="decimalInteger");throw tf(bl.Char,Wl())},zero(){switch(Nl){case".":case"e":case"E":return void($l="decimal");case"x":case"X":return xl+=Wl(),void($l="hexadecimal")}return Kl("numeric",0)},decimalInteger(){switch(Nl){case".":case"e":case"E":return void($l="decimal")}if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},decimal(){switch(Nl){case".":xl+=Wl(),$l="decimalFraction";break;case"e":case"E":xl+=Wl(),$l="decimalExponent"}},decimalPointLeading(){if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalFraction");throw tf(bl.Char,Wl())},decimalFraction(){switch(Nl){case"e":case"E":return xl+=Wl(),void($l="decimalExponent")}if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},decimalExponent(){switch(Nl){case"+":case"-":return xl+=Wl(),void($l="decimalExponentSign")}if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalExponentInteger");throw tf(bl.Char,Wl())},decimalExponentSign(){if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalExponentInteger");throw tf(bl.Char,Wl())},decimalExponentInteger(){if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},hexadecimal(){if(Al.JudgeUtil.isHexDigit(Nl))return xl+=Wl(),void($l="hexadecimalInteger");throw tf(bl.Char,Wl())},hexadecimalInteger(){if(!Al.JudgeUtil.isHexDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},identifierNameStartEscape(){if("u"!==Nl)throw tf(bl.Char,Wl());Wl();const e=Yl();switch(e){case"$":case"_":break;default:if(!Al.JudgeUtil.isIdStartChar(e))throw tf(bl.Identifier)}xl+=e,$l="identifierName"},identifierName(){switch(Nl){case"$":case"_":case"‌":case"‍":return void(xl+=Wl());case"\\":return Wl(),void($l="identifierNameEscape")}if(!Al.JudgeUtil.isIdContinueChar(Nl))return Kl("identifier",xl);xl+=Wl()},identifierNameEscape(){if("u"!==Nl)throw tf(bl.Char,Wl());Wl();const e=Yl();switch(e){case"$":case"_":case"‌":case"‍":break;default:if(!Al.JudgeUtil.isIdContinueChar(e))throw tf(bl.Identifier)}xl+=e,$l="identifierName"},string(){switch(Nl){case"\\":return Wl(),void(xl+=function(){const e=Ul(),t=function(){switch(Ul()){case"b":return Wl(),"\b";case"f":return Wl(),"\f";case"n":return Wl(),"\n";case"r":return Wl(),"\r";case"t":return Wl(),"\t";case"v":return Wl(),"\v"}return}();if(t)return t;switch(e){case"0":if(Wl(),Al.JudgeUtil.isDigit(Ul()))throw tf(bl.Char,Wl());return"\0";case"x":return Wl(),function(){let e="",t=Ul();if(!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());if(e+=Wl(),t=Ul(),!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());return e+=Wl(),String.fromCodePoint(parseInt(e,16))}();case"u":return Wl(),Yl();case"\n":case"\u2028":case"\u2029":return Wl(),"";case"\r":return Wl(),"\n"===Ul()&&Wl(),""}if(void 0===e||Al.JudgeUtil.isDigitWithoutZero(e))throw tf(bl.Char,Wl());return Wl()}());case'"':case"'":if(Nl===Hl){const e=Kl("string",xl);return Wl(),e}return void(xl+=Wl());case"\n":case"\r":case void 0:throw tf(bl.Char,Wl());case"\u2028":case"\u2029":!function(e){Ol.warn(`JSON5: '${ef(e)}' in strings is not valid ECMAScript; consider escaping.`)}(Nl)}xl+=Wl()}};function Kl(e,t){return{type:e,value:t,line:Ml,column:Ll}}function ql(e){for(const t of e){if(Ul()!==t)throw tf(bl.Char,Wl());Wl()}}function Yl(){let e="",t=4;for(;t-- >0;){const t=Ul();if(!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());e+=Wl()}return String.fromCodePoint(parseInt(e,16))}const Xl={start(){if("eof"===_l.type)throw tf(bl.EOF);Zl()},beforePropertyName(){switch(_l.type){case"identifier":case"string":return Pl=_l.value,void(Il="afterPropertyName");case"punctuator":return void Ql();case"eof":throw tf(bl.EOF)}},afterPropertyName(){if("eof"===_l.type)throw tf(bl.EOF);Il="beforePropertyValue"},beforePropertyValue(){if("eof"===_l.type)throw tf(bl.EOF);Zl()},afterPropertyValue(){if("eof"===_l.type)throw tf(bl.EOF);switch(_l.value){case",":return void(Il="beforePropertyName");case"}":Ql()}},beforeArrayValue(){if("eof"===_l.type)throw tf(bl.EOF);"punctuator"!==_l.type||"]"!==_l.value?Zl():Ql()},afterArrayValue(){if("eof"===_l.type)throw tf(bl.EOF);switch(_l.value){case",":return void(Il="beforeArrayValue");case"]":Ql()}},end(){}};function Zl(){const e=function(){let e;switch(_l.type){case"punctuator":switch(_l.value){case"{":e={};break;case"[":e=[]}break;case"null":case"boolean":case"numeric":case"string":e=_l.value}return e}();if(jl&&"object"==typeof e&&(e._line=Ml,e._column=Ll),void 0===kl)kl=e;else{const t=Tl[Tl.length-1];Array.isArray(t)?jl&&"object"!=typeof e?t.push({value:e,_line:Ml,_column:Ll}):t.push(e):t[Pl]=jl&&"object"!=typeof e?{value:e,_line:Ml,_column:Ll}:e}!function(e){if(e&&"object"==typeof e)Tl.push(e),Il=Array.isArray(e)?"beforeArrayValue":"beforePropertyName";else{const e=Tl[Tl.length-1];Il=e?Array.isArray(e)?"afterArrayValue":"afterPropertyValue":"end"}}(e)}function Ql(){Tl.pop();const e=Tl[Tl.length-1];Il=e?Array.isArray(e)?"afterArrayValue":"afterPropertyValue":"end"}function ef(e){const t={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r","\t":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"};if(t[e])return t[e];if(e<" "){const t=e.charCodeAt(0).toString(16);return`\\x${`00${t}`.substring(t.length)}`}return e}function tf(e,t){let n="";switch(e){case bl.Char:n=void 0===t?`JSON5: invalid end of input at ${Ml}:${Ll}`:`JSON5: invalid character '${ef(t)}' at ${Ml}:${Ll}`;break;case bl.EOF:n=`JSON5: invalid end of input at ${Ml}:${Ll}`;break;case bl.Identifier:Ll-=5,n=`JSON5: invalid identifier character at ${Ml}:${Ll}`}const r=new nf(n);return r.lineNumber=Ml,r.columnNumber=Ll,r}class nf extends SyntaxError{}var rf=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),uf=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),of=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&rf(t,e,n);return uf(t,e),t};Object.defineProperty(Y,"__esModule",{value:!0});var sf=Y.cleanWorkSpace=Ff=Y.executeInstallHvigor=yf=Y.isHvigorInstalled=mf=Y.isAllDependenciesInstalled=void 0;const cf=of(D.default),af=of(p.default),lf=b,ff=j,df=$,Df=X;let pf,Ef;var mf=Y.isAllDependenciesInstalled=function(){function e(e){const t=null==e?void 0:e.dependencies;return void 0===t?0:Object.getOwnPropertyNames(t).length}if(pf=gf(),Ef=Af(),e(pf)+1!==e(Ef))return!1;for(const e in null==pf?void 0:pf.dependencies)if(!(0,ff.hasNpmPackInPaths)(e,[lf.HVIGOR_PROJECT_DEPENDENCIES_HOME])||!hf(e,pf,Ef))return!1;return!0};function hf(e,t,n){return void 0!==n.dependencies&&(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,t.dependencies[e])===n.dependencies[e]}var yf=Y.isHvigorInstalled=function(){return pf=gf(),Ef=Af(),(0,ff.hasNpmPackInPaths)(lf.HVIGOR_ENGINE_PACKAGE_NAME,[lf.HVIGOR_PROJECT_DEPENDENCIES_HOME])&&(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,pf.hvigorVersion)===Ef.dependencies[lf.HVIGOR_ENGINE_PACKAGE_NAME]};const Cf={cwd:lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,stdio:["inherit","inherit","inherit"]};var Ff=Y.executeInstallHvigor=function(){(0,df.logInfoPrintConsole)("Hvigor installing...");const e={dependencies:{}};e.dependencies[lf.HVIGOR_ENGINE_PACKAGE_NAME]=(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,pf.hvigorVersion);try{cf.mkdirSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,{recursive:!0});const t=af.resolve(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,lf.DEFAULT_PACKAGE_JSON);cf.writeFileSync(t,JSON.stringify(e))}catch(e){(0,df.logErrorAndExit)(e)}!function(){const e=["config","set","store-dir",lf.HVIGOR_PNPM_STORE_PATH];(0,ff.executeCommand)(lf.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH,e,Cf)}(),(0,ff.executeCommand)(lf.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH,["install"],Cf)};function gf(){const e=af.resolve(lf.HVIGOR_PROJECT_WRAPPER_HOME,lf.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME);return cf.existsSync(e)||(0,df.logErrorAndExit)(`Error: Hvigor config file ${e} does not exist.`),(0,Df.parseJsonFile)(e)}function Af(){return cf.existsSync(lf.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH)?(0,Df.parseJsonFile)(lf.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH):{dependencies:{}}}sf=Y.cleanWorkSpace=function(){if((0,df.logInfoPrintConsole)("Hvigor cleaning..."),!cf.existsSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME))return;const e=cf.readdirSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME);if(e&&0!==e.length){cf.existsSync(lf.HVIGOR_BOOT_JS_FILE_PATH)&&(0,ff.executeCommand)(process.argv[0],[lf.HVIGOR_BOOT_JS_FILE_PATH,"--stop-daemon"],{});try{e.forEach((e=>{cf.rmSync(af.resolve(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,e),{recursive:!0})}))}catch(e){(0,df.logErrorAndExit)(`The hvigor build tool cannot be installed. Please manually clear the workspace directory and synchronize the project again.\n\n Workspace Path: ${lf.HVIGOR_PROJECT_DEPENDENCIES_HOME}.`)}}};var vf={},Sf=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),wf=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),Of=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&Sf(t,e,n);return wf(t,e),t};Object.defineProperty(vf,"__esModule",{value:!0});var bf=vf.executeBuild=void 0;const _f=b,Bf=Of(D.default),Pf=Of(p.default),kf=$;bf=vf.executeBuild=function(){const e=Pf.resolve(_f.HVIGOR_PROJECT_DEPENDENCIES_HOME,"node_modules","@ohos","hvigor","bin","hvigor.js");try{const t=Bf.realpathSync(e);require(t)}catch(t){(0,kf.logErrorAndExit)(`Error: ENOENT: no such file ${e},delete ${_f.HVIGOR_PROJECT_DEPENDENCIES_HOME} and retry.`)}},function(){if(O.checkNpmConifg(),O.environmentHandler(),O.isPnpmAvailable()||O.executeInstallPnpm(),yf()&&mf())bf();else{sf();try{Ff()}catch(e){return void sf()}bf()}}(); \ No newline at end of file diff --git a/ohos/flutter_characters/ohos/hvigorfile.ts b/ohos/flutter_characters/ohos/hvigorfile.ts new file mode 100644 index 0000000000000000000000000000000000000000..5a172b770e3b15f67c12152d00f38f2084d3915b --- /dev/null +++ b/ohos/flutter_characters/ohos/hvigorfile.ts @@ -0,0 +1,17 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently. +export { appTasks } from '@ohos/hvigor-ohos-plugin'; \ No newline at end of file diff --git a/ohos/flutter_characters/ohos/hvigorw b/ohos/flutter_characters/ohos/hvigorw new file mode 100644 index 0000000000000000000000000000000000000000..5efd8343d3232bdd1d9b7f67a3326034054c5396 --- /dev/null +++ b/ohos/flutter_characters/ohos/hvigorw @@ -0,0 +1,61 @@ +#!/bin/bash + +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# ---------------------------------------------------------------------------- +# Hvigor startup script, version 1.0.0 +# +# Required ENV vars: +# ------------------ +# NODE_HOME - location of a Node home dir +# or +# Add /usr/local/nodejs/bin to the PATH environment variable +# ---------------------------------------------------------------------------- + +HVIGOR_APP_HOME=$(dirname $(readlink -f $0)) +HVIGOR_WRAPPER_SCRIPT=${HVIGOR_APP_HOME}/hvigor/hvigor-wrapper.js +warn() { + echo "" + echo -e "\033[1;33m`date '+[%Y-%m-%d %H:%M:%S]'`$@\033[0m" +} + +error() { + echo "" + echo -e "\033[1;31m`date '+[%Y-%m-%d %H:%M:%S]'`$@\033[0m" +} + +fail() { + error "$@" + exit 1 +} + +# Determine node to start hvigor wrapper script +if [ -n "${NODE_HOME}" ];then + EXECUTABLE_NODE="${NODE_HOME}/bin/node" + if [ ! -x "$EXECUTABLE_NODE" ];then + fail "ERROR: NODE_HOME is set to an invalid directory,check $NODE_HOME\n\nPlease set NODE_HOME in your environment to the location where your nodejs installed" + fi +else + EXECUTABLE_NODE="node" + which ${EXECUTABLE_NODE} > /dev/null 2>&1 || fail "ERROR: NODE_HOME is not set and not 'node' command found in your path" +fi + +# Check hvigor wrapper script +if [ ! -r "$HVIGOR_WRAPPER_SCRIPT" ];then + fail "ERROR: Couldn't find hvigor/hvigor-wrapper.js in ${HVIGOR_APP_HOME}" +fi + +# start hvigor-wrapper script +exec "${EXECUTABLE_NODE}" \ + "${HVIGOR_WRAPPER_SCRIPT}" "$@" diff --git a/ohos/flutter_characters/ohos/hvigorw.bat b/ohos/flutter_characters/ohos/hvigorw.bat new file mode 100644 index 0000000000000000000000000000000000000000..cab3a34a8d2caee9e8f8c7374220c873332a7cb6 --- /dev/null +++ b/ohos/flutter_characters/ohos/hvigorw.bat @@ -0,0 +1,78 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +@if "%DEBUG%" == "" @echo off +@rem ########################################################################## +@rem +@rem Hvigor startup script for Windows +@rem +@rem ########################################################################## + +@rem Set local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" setlocal + +set DIRNAME=%~dp0 +if "%DIRNAME%" == "" set DIRNAME=. +set APP_BASE_NAME=%~n0 +set APP_HOME=%DIRNAME% + +@rem Resolve any "." and ".." in APP_HOME to make it shorter. +for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi + +set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js +set NODE_EXE=node.exe + +goto start + +:start +@rem Find node.exe +if defined NODE_HOME goto findNodeFromNodeHome + +%NODE_EXE% --version >NUL 2>&1 +if "%ERRORLEVEL%" == "0" goto execute + +echo. +echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. +echo. +echo Please set the NODE_HOME variable in your environment to match the +echo location of your NodeJs installation. + +goto fail + +:findNodeFromNodeHome +set NODE_HOME=%NODE_HOME:"=% +set NODE_EXE_PATH=%NODE_HOME%/%NODE_EXE% + +if exist "%NODE_EXE_PATH%" goto execute +echo. +echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. +echo. +echo Please set the NODE_HOME variable in your environment to match the +echo location of your NodeJs installation. + +goto fail + +:execute +@rem Execute hvigor +"%NODE_EXE%" %WRAPPER_MODULE_PATH% %* + +if "%ERRORLEVEL%" == "0" goto hvigorwEnd + +:fail +exit /b 1 + +:hvigorwEnd +if "%OS%" == "Windows_NT" endlocal + +:end diff --git a/ohos/flutter_characters/ohos/oh-package-lock.json5 b/ohos/flutter_characters/ohos/oh-package-lock.json5 new file mode 100644 index 0000000000000000000000000000000000000000..6b6ff6496e036b3fec37cdf1661998e74a97190c --- /dev/null +++ b/ohos/flutter_characters/ohos/oh-package-lock.json5 @@ -0,0 +1,27 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "lockfileVersion": 1, + "ATTENTION": "THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.", + "specifiers": { + "@ohos/hypium@1.0.6": "@ohos/hypium@1.0.6" + }, + "packages": { + "@ohos/hypium@1.0.6": { + "resolved": "https://repo.harmonyos.com/ohpm/@ohos/hypium/-/hypium-1.0.6.tgz", + "integrity": "sha512-bb3DWeWhYrFqj9mPFV3yZQpkm36kbcK+YYaeY9g292QKSjOdmhEIQR2ULPvyMsgSR4usOBf5nnYrDmaCCXirgQ==" + } + } +} \ No newline at end of file diff --git a/ohos/flutter_characters/ohos/oh-package.json5 b/ohos/flutter_characters/ohos/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..c90ef4866ac1a918639181ad0299d941bb95aca7 --- /dev/null +++ b/ohos/flutter_characters/ohos/oh-package.json5 @@ -0,0 +1,26 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "license": "", + "devDependencies": { + "@ohos/hypium": "1.0.6" + }, + "author": "", + "name": "apptemplate", + "description": "Please describe the basic information.", + "main": "", + "version": "1.0.0", + "dependencies": {} +} diff --git a/ohos/flutter_characters/pubspec.yaml b/ohos/flutter_characters/pubspec.yaml new file mode 100644 index 0000000000000000000000000000000000000000..39d0c6c3b10bcf9bd802219f5b8281e9cd7a726c --- /dev/null +++ b/ohos/flutter_characters/pubspec.yaml @@ -0,0 +1,104 @@ +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +name: flutter_characters +description: A new Flutter project. +# The following line prevents the package from being accidentally published to +# pub.dev using `flutter pub publish`. This is preferred for private packages. +publish_to: 'none' # Remove this line if you wish to publish to pub.dev + +# The following defines the version and build number for your application. +# A version number is three numbers separated by dots, like 1.2.43 +# followed by an optional build number separated by a +. +# Both the version and the builder number may be overridden in flutter +# build by specifying --build-name and --build-number, respectively. +# In Android, build-name is used as versionName while build-number used as versionCode. +# Read more about Android versioning at https://developer.android.com/studio/publish/versioning +# In iOS, build-name is used as CFBundleShortVersionString while build-number is used as CFBundleVersion. +# Read more about iOS versioning at +# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html +# In Windows, build-name is used as the major, minor, and patch parts +# of the product and file versions while build-number is used as the build suffix. +version: 1.0.0+1 + +environment: + sdk: '>=2.19.6 <3.0.0' + +# Dependencies specify other packages that your package needs in order to work. +# To automatically upgrade your package dependencies to the latest versions +# consider running `flutter pub upgrade --major-versions`. Alternatively, +# dependencies can be manually updated by changing the version numbers below to +# the latest version available on pub.dev. To see which dependencies have newer +# versions available, run `flutter pub outdated`. +dependencies: + flutter: + sdk: flutter + + characters: 1.2.1 + + # The following adds the Cupertino Icons font to your application. + # Use with the CupertinoIcons class for iOS style icons. + cupertino_icons: ^1.0.2 + +dev_dependencies: + flutter_test: + sdk: flutter + + # The "flutter_lints" package below contains a set of recommended lints to + # encourage good coding practices. The lint set provided by the package is + # activated in the `analysis_options.yaml` file located at the root of your + # package. See that file for information about deactivating specific lint + # rules and activating additional ones. + flutter_lints: ^2.0.0 + +# For information on the generic Dart part of this file, see the +# following page: https://dart.dev/tools/pub/pubspec + +# The following section is specific to Flutter packages. +flutter: + + # The following line ensures that the Material Icons font is + # included with your application, so that you can use the icons in + # the material Icons class. + uses-material-design: true + + # To add assets to your application, add an assets section, like this: + # assets: + # - images/a_dot_burr.jpeg + # - images/a_dot_ham.jpeg + + # An image asset can refer to one or more resolution-specific "variants", see + # https://flutter.dev/assets-and-images/#resolution-aware + + # For details regarding adding assets from package dependencies, see + # https://flutter.dev/assets-and-images/#from-packages + + # To add custom fonts to your application, add a fonts section here, + # in this "flutter" section. Each entry in this list should have a + # "family" key with the font family name, and a "fonts" key with a + # list giving the asset and other descriptors for the font. For + # example: + # fonts: + # - family: Schyler + # fonts: + # - asset: fonts/Schyler-Regular.ttf + # - asset: fonts/Schyler-Italic.ttf + # style: italic + # - family: Trajan Pro + # fonts: + # - asset: fonts/TrajanPro.ttf + # - asset: fonts/TrajanPro_Bold.ttf + # weight: 700 + # + # For details regarding fonts from package dependencies, + # see https://flutter.dev/custom-fonts/#from-packages diff --git a/ohos/flutter_characters/test/widget_test.dart b/ohos/flutter_characters/test/widget_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..514198a3bb69659d376cbe673d181c0695c75c38 --- /dev/null +++ b/ohos/flutter_characters/test/widget_test.dart @@ -0,0 +1,44 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +// This is a basic Flutter widget test. +// +// To perform an interaction with a widget in your test, use the WidgetTester +// utility in the flutter_test package. For example, you can send tap and scroll +// gestures. You can also use WidgetTester to find child widgets in the widget +// tree, read text, and verify that the values of widget properties are correct. + +import 'package:flutter/material.dart'; +import 'package:flutter_test/flutter_test.dart'; + +import 'package:flutter_characters/main.dart'; + +void main() { + testWidgets('Counter increments smoke test', (WidgetTester tester) async { + // Build our app and trigger a frame. + await tester.pumpWidget(const MyApp()); + + // Verify that our counter starts at 0. + expect(find.text('0'), findsOneWidget); + expect(find.text('1'), findsNothing); + + // Tap the '+' icon and trigger a frame. + await tester.tap(find.byIcon(Icons.add)); + await tester.pump(); + + // Verify that our counter has incremented. + expect(find.text('0'), findsNothing); + expect(find.text('1'), findsOneWidget); + }); +} diff --git a/ohos/flutter_crypto/.gitignore b/ohos/flutter_crypto/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..24476c5d1eb55824c76d8b01a3965f94abad1ef8 --- /dev/null +++ b/ohos/flutter_crypto/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ +migrate_working_dir/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +**/doc/api/ +**/ios/Flutter/.last_build_id +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Android Studio will place build artifacts here +/android/app/debug +/android/app/profile +/android/app/release diff --git a/ohos/flutter_crypto/.metadata b/ohos/flutter_crypto/.metadata new file mode 100644 index 0000000000000000000000000000000000000000..0e880472e8335f09e39d7130d2e049bdd3d366ed --- /dev/null +++ b/ohos/flutter_crypto/.metadata @@ -0,0 +1,44 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +# This file tracks properties of this Flutter project. +# Used by Flutter tool to assess capabilities and perform upgrades etc. +# +# This file should be version controlled. + +version: + revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + channel: master + +project_type: app + +# Tracks metadata for the flutter migrate command +migration: + platforms: + - platform: root + create_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + base_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + - platform: ohos + create_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + base_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + + # User provided section + + # List of Local paths (relative to this file) that should be + # ignored by the migrate tool. + # + # Files that are not part of the templates will be ignored by default. + unmanaged_files: + - 'lib/main.dart' + - 'ios/Runner.xcodeproj/project.pbxproj' diff --git a/ohos/flutter_crypto/README.md b/ohos/flutter_crypto/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/ohos/flutter_crypto/analysis_options.yaml b/ohos/flutter_crypto/analysis_options.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7814013c895a5ab88ab0bb58d8cfa716f9be5654 --- /dev/null +++ b/ohos/flutter_crypto/analysis_options.yaml @@ -0,0 +1,42 @@ +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# This file configures the analyzer, which statically analyzes Dart code to +# check for errors, warnings, and lints. +# +# The issues identified by the analyzer are surfaced in the UI of Dart-enabled +# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be +# invoked from the command line by running `flutter analyze`. + +# The following line activates a set of recommended lints for Flutter apps, +# packages, and plugins designed to encourage good coding practices. +include: package:flutter_lints/flutter.yaml + +linter: + # The lint rules applied to this project can be customized in the + # section below to disable rules from the `package:flutter_lints/flutter.yaml` + # included above or to enable additional rules. A list of all available lints + # and their documentation is published at + # https://dart-lang.github.io/linter/lints/index.html. + # + # Instead of disabling a lint rule for the entire project in the + # section below, it can also be suppressed for a single line of code + # or a specific dart file by using the `// ignore: name_of_lint` and + # `// ignore_for_file: name_of_lint` syntax on the line or in the file + # producing the lint. + rules: + # avoid_print: false # Uncomment to disable the `avoid_print` rule + # prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule + +# Additional information about this file can be found at +# https://dart.dev/guides/language/analysis-options diff --git a/ohos/flutter_crypto/lib/common/base_page.dart b/ohos/flutter_crypto/lib/common/base_page.dart new file mode 100644 index 0000000000000000000000000000000000000000..26a965b678111b9fc6176e1b01e4ce8e00195a31 --- /dev/null +++ b/ohos/flutter_crypto/lib/common/base_page.dart @@ -0,0 +1,54 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'main_item_widget.dart'; +import 'test_route.dart'; + +/// 全局静态数据存储 +abstract class GlobalData { + static String appName = ''; +} + +/// app基本首页 +class BasePage extends StatefulWidget { + const BasePage({required this.data}); + + final List data; + + @override + State createState() => _BasePageState(); +} + +class _BasePageState extends State { + int get _itemCount => widget.data.length; + + @override + Widget build(BuildContext context) { + return Scaffold( + appBar: AppBar( + title: Center( + child: Text(GlobalData.appName, textAlign: TextAlign.center)), + ), + body: + ListView.builder(itemBuilder: _itemBuilder, itemCount: _itemCount)); + } + + Widget _itemBuilder(BuildContext context, int index) { + return MainItemWidget(widget.data[index], (MainItem item) { + Navigator.push(context, MaterialPageRoute(builder: (content) => item.route)); + }); + } +} diff --git a/ohos/flutter_crypto/lib/common/item_widget.dart b/ohos/flutter_crypto/lib/common/item_widget.dart new file mode 100644 index 0000000000000000000000000000000000000000..f046389c8a8969afb88d3aeb69c3655579a4c6ca --- /dev/null +++ b/ohos/flutter_crypto/lib/common/item_widget.dart @@ -0,0 +1,127 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/cupertino.dart'; +import 'package:flutter/material.dart'; + +import 'test_page.dart'; + +/// Item widget. +class ItemWidget extends StatefulWidget { + /// Item widget. + const ItemWidget( + {required this.item, required this.index, required this.getGroupRange, required this.runGroup, required this.onTap, this.summary, Key? key}) + : super(key: key); + + /// item summary. + final String? summary; + + /// item data. + final Item item; + + /// 当前下标 + final int index; + + /// 获取对应的组信息 + final GroupRange Function() getGroupRange; + + /// 获取对应的组信息 + final void Function(int start, int end) runGroup; + + /// Action when pressed (typically run). + final void Function(Item item) onTap; + + @override + ItemWidgetState createState() => ItemWidgetState(); +} + +class ItemWidgetState extends State { + @override + Widget build(BuildContext context) { + IconData? icon; + Color? color; + + switch (widget.item.state) { + case ItemState.none: + icon = Icons.arrow_forward_ios; + break; + case ItemState.running: + icon = Icons.more_horiz; + break; + case ItemState.success: + icon = Icons.check; + color = Colors.green; + break; + case ItemState.failure: + icon = Icons.close; + color = Colors.red; + break; + } + + final Widget listTile = ListTile( + leading: SizedBox( + child: IconButton( + icon: Icon(icon, color: color), + onPressed: null, + )), + title: Text(widget.item.name), + subtitle: widget.summary != null ? Text(widget.summary!) : null, + onTap: () { + widget.onTap(widget.item); + }); + + final data = widget.getGroupRange(); + + return Column( + mainAxisAlignment: MainAxisAlignment.start, + crossAxisAlignment: CrossAxisAlignment.start, + children: [ + if (data.groupName.isNotEmpty && data.startIndex == widget.index) + GestureDetector( + onTap: () {}, + child: Container( + height: 35, + decoration: BoxDecoration(color: CupertinoColors.extraLightBackgroundGray), + child: Row( + mainAxisAlignment: MainAxisAlignment.spaceBetween, + children: [ + Expanded(child: Text( + '测试组: ${data.groupName}', + style: TextStyle(fontSize: 18), + overflow: TextOverflow.ellipsis, + )), + // FilledButton( + // onPressed: () => widget.runGroup(data.startIndex, data.startIndex), + // child: Text( + // '整组测试', + // style: TextStyle(fontSize: 16), + // )) + ], + ), + ), + ), + Container( + margin: data.groupName.isNotEmpty && data.startIndex == widget.index ? EdgeInsets.only(bottom: 10) : null, + decoration: BoxDecoration( + border: data.groupName.isNotEmpty && data.endIndex == widget.index ? Border(bottom: BorderSide(color: Colors.grey)) : null, + ), + child: Padding( + padding: data.groupName.isNotEmpty && data.startIndex <= widget.index && data.endIndex >= widget.index ? EdgeInsets.only(left: 35) : EdgeInsets.zero, + child: listTile, + ), + ) + ], + ); + } +} diff --git a/ohos/flutter_crypto/lib/common/main_item_widget.dart b/ohos/flutter_crypto/lib/common/main_item_widget.dart new file mode 100644 index 0000000000000000000000000000000000000000..819e0a0d15e67aec813a9ccc11d8af4637e7be93 --- /dev/null +++ b/ohos/flutter_crypto/lib/common/main_item_widget.dart @@ -0,0 +1,50 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/cupertino.dart'; +import 'package:flutter/material.dart'; + +import 'test_route.dart'; + +/// Main item widget. +class MainItemWidget extends StatefulWidget { + /// Main item widget. + const MainItemWidget(this.item, this.onTap, {Key? key}) : super(key: key); + + /// item data. + final MainItem item; + + /// onTap action (typically run or open). + final void Function(MainItem item) onTap; + + @override + MainItemWidgetState createState() => MainItemWidgetState(); +} + +class MainItemWidgetState extends State { + @override + Widget build(BuildContext context) { + return Container( + margin: const EdgeInsets.only(bottom: 10), + child: ListTile( + tileColor: CupertinoColors.extraLightBackgroundGray, + title: Text(widget.item.title), + onTap: _onTap), + ); + } + + void _onTap() { + widget.onTap(widget.item); + } +} diff --git a/ohos/flutter_crypto/lib/common/test_model_app.dart b/ohos/flutter_crypto/lib/common/test_model_app.dart new file mode 100644 index 0000000000000000000000000000000000000000..9e34e8a2d060c3c7a699709e018e90ae0be3d2ee --- /dev/null +++ b/ohos/flutter_crypto/lib/common/test_model_app.dart @@ -0,0 +1,50 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'base_page.dart'; +import 'test_route.dart'; + +/// 基础app框架 +class TestModelApp extends StatefulWidget { + TestModelApp({super.key, required this.appName, required this.data}) { + GlobalData.appName = appName; + } + + /// 测试包名称 + final String appName; + + /// 路由数据 + final List data; + + @override + State createState() => TestModelState(); +} + +class TestModelState extends State { + @override + Widget build(BuildContext context) { + return MaterialApp( + title: widget.appName, + theme: ThemeData( + colorScheme: ColorScheme.fromSeed(seedColor: Colors.blue), + appBarTheme: const AppBarTheme(backgroundColor: Colors.blue), + primarySwatch: Colors.blue, + useMaterial3: true, + ), + home: BasePage(data: widget.data), + ); + } +} diff --git a/ohos/flutter_crypto/lib/common/test_page.dart b/ohos/flutter_crypto/lib/common/test_page.dart new file mode 100644 index 0000000000000000000000000000000000000000..c4e1888608d081af98fe6ad8acaa11eef6963af6 --- /dev/null +++ b/ohos/flutter_crypto/lib/common/test_page.dart @@ -0,0 +1,333 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:async'; + +import 'package:flutter/material.dart'; + +import 'item_widget.dart'; + +List contentList = []; + +class Test { + /// Test definition. + Test(this.name, this.fn, {bool? solo, bool? skip}) + : solo = solo == true, + skip = skip == true; + + /// Only run this test. + final bool solo; + + /// Skip this test. + final bool skip; + + /// Test name. + String name; + + /// Test body. + FutureOr Function() fn; +} + +/// Item states. +enum ItemState { + /// test not run yet. + none, + + /// test is running. + running, + + /// test succeeded. + success, + + /// test fails. + failure +} + +/// Menu item. +class Item { + /// Menu item. + Item(this.name); + + /// Menu item state. + ItemState state = ItemState.running; + + /// Menu item name/ + String name; +} + +class TestLength { + TestLength(this.oldLength, this.newLength); + + int oldLength; + int newLength; +} + +class GroupRange { + GroupRange(this.groupName, this.startIndex, this.endIndex); + + String groupName; + int startIndex; + int endIndex; +} + +/// 基础测试页面 +class TestPage extends StatefulWidget { + /// Base test page. + TestPage(this.title, {Key? key}) : super(key: key); + + /// The title. + final String title; + + /// Test list. + final List tests = []; + + /// 保存group的范围信息 + final Map groupTitle = {}; + + /// define a test. + void test(String name, FutureOr Function() fn) { + tests.add(Test(name, fn)); + } + + /// define a group test. + void group(String name, FutureOr Function() fn) { + int oldLength = tests.length; + fn(); + + int newLength = tests.length - 1; + groupTitle.addAll({name: TestLength(oldLength, newLength)}); + } + + /// Thrown an exception + void fail([String? message]) { + throw Exception(message ?? 'should fail'); + } + + @override + TestPageState createState() => TestPageState(); +} + +/// Group. +mixin Group { + /// List of tests. + List get tests { + // TODO: implement tests + throw UnimplementedError(); + } + + bool? _hasSolo; + final _tests = []; + + /// Add a test. + void add(Test test) { + if (!test.skip) { + if (test.solo) { + if (_hasSolo != true) { + _hasSolo = true; + _tests.clear(); + } + _tests.add(test); + } else if (_hasSolo != true) { + _tests.add(test); + } + } + } + + /// true if it has solo or contains item with solo feature + bool? get hasSolo => _hasSolo; +} + +class TestPageState extends State with Group { + List items = []; + + Future _run() async { + if (!mounted) { + return null; + } + + setState(() { + items.clear(); + }); + _tests.clear(); + for (var test in widget.tests) { + add(test); + } + for (var test in _tests) { + var item = Item(test.name); + contentList.add(Text(test.name, + style: const TextStyle(fontSize: 18, color: Colors.green))); + + late int position; + setState(() { + position = items.length; + items.add(item); + }); + try { + await test.fn(); + item = Item(test.name)..state = ItemState.success; + print('ohFlutter: ${test.name}, result: success'); + } catch (e, st) { + contentList.add(Text('$e, $st', + style: const TextStyle(fontSize: 18, color: Colors.red))); + print('ohFlutter: ${test.name}-error: $e, $st}'); + item = Item(test.name)..state = ItemState.failure; + } + + if (!mounted) { + return null; + } + + setState(() { + items[position] = item; + }); + } + } + + Future _runTest(int index) async { + if (!mounted) { + return null; + } + + final test = _tests[index]; + + var item = items[index]; + setState(() { + contentList = []; + item.state = ItemState.running; + }); + contentList.add(Text(test.name, + style: const TextStyle(fontSize: 18, color: Colors.green))); + try { + await test.fn(); + + item = Item(test.name)..state = ItemState.success; + print('ohFlutter: ${test.name}, result: success'); + } catch (e, st) { + contentList.add(Text('$e, $st', + style: const TextStyle(fontSize: 18, color: Colors.red))); + print('ohFlutter: ${test.name}-error: $e, $st}'); + try { + print(st); + } catch (_) {} + item = Item(test.name)..state = ItemState.failure; + } + + if (!mounted) { + return null; + } + + setState(() { + items[index] = item; + }); + showAlertDialog(context); + } + + @override + void initState() { + super.initState(); + contentList = []; + _run(); + } + + @override + Widget build(BuildContext context) { + return Scaffold( + appBar: AppBar( + title: Text(widget.title), + actions:[ + IconButton( + onPressed: () { + showAlertDialog(context); + }, + icon: const Icon(Icons.search_outlined), + ) + ] + ), + body: ListView(children: [ + ...items.asMap().keys.map((e) => _itemBuilder(context, e)).toList(), + ])); + } + + Widget _itemBuilder(BuildContext context, int index) { + final item = getItem(index); + return ItemWidget( + item: item, + index: index, + getGroupRange: () { + GroupRange data = GroupRange('', 0, 0); + widget.groupTitle.forEach((key, value) { + if (value.oldLength <= index && value.newLength >= index) { + data = GroupRange(key, value.oldLength, value.newLength); + } + }); + return data; + }, + runGroup: (start, end) async { + for (var i = start; i <= end; i++) { + await _runTest(i); + print('\n'); + } + }, + onTap: (Item item) { + _runTest(index); + } + ); + } + + Item getItem(int index) { + return items[index]; + } + + @override + List get tests => widget.tests; +} + +void expect(var testModel, var object) { + try { + testModel; + contentList.add(Text('$testModel')); + } catch (e) { + contentList.add(Text( + '$e', + style: const TextStyle(color: Colors.red), + )); + print(e.toString()); + } +} + +void showAlertDialog(BuildContext context) { + for (int i = 0; i < contentList.length; i++) { + print(contentList[i].data); + } + showDialog( + context: context, + barrierDismissible: false, + builder: (BuildContext context) { + return AlertDialog( + content: SingleChildScrollView( + child: Column( + children: contentList, + ), + ), + actions: [ + MaterialButton( + child: const Text('确定'), + onPressed: () { + Navigator.of(context).pop(); + }, + ), + ], + ); + }); +} diff --git a/ohos/flutter_crypto/lib/common/test_route.dart b/ohos/flutter_crypto/lib/common/test_route.dart new file mode 100644 index 0000000000000000000000000000000000000000..5731f3020d95f78b337e23b59973c11d857b9f75 --- /dev/null +++ b/ohos/flutter_crypto/lib/common/test_route.dart @@ -0,0 +1,28 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/cupertino.dart'; + +import 'base_page.dart'; + +class MainItem { + /// Main item. + MainItem(this.title, this.route); + + /// title. + String title; + + /// Page route. + Widget route; +} diff --git a/ohos/flutter_crypto/lib/hmac_md5_test.dart b/ohos/flutter_crypto/lib/hmac_md5_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..b208a94de0b843ba2aada06a476dbbf3d73a5c84 --- /dev/null +++ b/ohos/flutter_crypto/lib/hmac_md5_test.dart @@ -0,0 +1,72 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:crypto/crypto.dart'; + +import 'utils.dart'; + +import 'package:flutter_crypto/common/test_page.dart'; + +class JKHmacMd5TestPage extends TestPage { + + static const String routeName = "/hmac_md5_test"; + + JKHmacMd5TestPage(super.title, {super.key}) { + print('start test666'); + main(); + } + void main() { + group('Hmac() standard vector', () { + for (var i = 0; i < _inputs.length; i++) { + test(_macs[i], () { + expectHmacEquals(md5, bytesFromHexString(_inputs[i]), + bytesFromHexString(_keys[i]), _macs[i]); + }); + } + }); + } +} + + +// Data from http://tools.ietf.org/html/rfc2202. + +const List _inputs = [ + '4869205468657265', + '7768617420646f2079612077616e7420666f72206e6f7468696e673f', + 'dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd', + 'cdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcd', + '546573742057697468205472756e636174696f6e', + '54657374205573696e67204c6172676572205468616e20426c6f636b2d53697a65204b6579202d2048617368204b6579204669727374', + '54657374205573696e67204c6172676572205468616e20426c6f636b2d53697a65204b657920616e64204c6172676572205468616e204f6e6520426c6f636b2d53697a652044617461', +]; + +const List _keys = [ + '0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b', + '4a656665', + 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa', + '0102030405060708090a0b0c0d0e0f10111213141516171819', + '0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c', + 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa', + 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa', +]; + +const List _macs = [ + '9294727a3638bb1c13f48ef8158bfc9d', + '750c783e6ab0b503eaa86e310a5db738', + '56be34521d144c88dbb8c733f0e8b3f6', + '697eaf0aca3a3aea3a75164746ffaa79', + '56461ef2342edc00f9bab995690efd4c', + '6b1ab7fe4bd7bf8f0b62e6ce61b9d0cd', + '6f630fad67cda0ee1fb1f562db3aa53e', +]; diff --git a/ohos/flutter_crypto/lib/hmac_sha1_test.dart b/ohos/flutter_crypto/lib/hmac_sha1_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..727e8d9dcfb60d5933489a6c5e376a1f37573d1f --- /dev/null +++ b/ohos/flutter_crypto/lib/hmac_sha1_test.dart @@ -0,0 +1,952 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:crypto/crypto.dart'; + +import 'utils.dart'; + +import 'package:flutter_crypto/common/test_page.dart'; + +class JKHmacSha1TestPage extends TestPage { + + static const String routeName = "/hmac_sha1_test"; + + JKHmacSha1TestPage(super.title, {super.key}) { + print('start test666'); + main(); + } + void main() { + group('Hmac() standard vector', () { + for (var i = 0; i < _inputs.length; i++) { + test(_macs[i], () { + expectHmacEquals(sha1, bytesFromHexString(_inputs[i]), + bytesFromHexString(_keys[i]), _macs[i]); + }); + } + }); + } +} + + +// Standard test vectors from: +// http://csrc.nist.gov/groups/STM/cavp/documents/mac/hmactestvectors.zip + +const List _inputs = [ + 'fcd6d98bef45ed6850806e96f255fa0c8114b72873abe8f43c10bea7c1df706f10458e6d4e1c9201f057b8492fa10fe4b541d0fc9d41ef839acff1bc76e3fdfebf2235b5bd0347a9a6303e83152f9f8db941b1b94a8a1ce5c273b55dc94d99a171377969234134e7dad1ab4c8e46d18df4dc016764cf95a11ac4b491a2646be1', + 'd68b828a153f5198c005ee36c0af2ff92e84907517f01d9b7c7993469df5c21078fa356a8c9715ece2414be94e10e547f32cbb8d0582523ed3bb0066046e51722094aa44533d2c876e82db402fbb00a6c2f2cc3487973dfc1674463e81e42a39d9402941f39b5e126bafe864ea1648c0a5be0a912697a87e4f8eabf79cbf130e', + 'f84d0d813d2e9e779e8570bddbdf6fdc6baade5acb3c4cde1618c494d66d45d319e071fec88b89a8354699fbf325f05aea42d345aabc737d00ff1c69c746aeb9015f514927ae6548bd75b8992853fc79c40a78633285fd30ef191c832b0b9664d852142b019f18a05d9b3460246f7a83218a337b099ed43f0bec2daaa8c2e41d', + 'd6eb23c5ea87fd67b943928be0521823dc508acb2ad5f0fdac49e0844ffa4533eb6b5fd66bf00b692d774588aca9eb275c32c383d55cc05834e38155be051bcdc7d818afd3e0c0b8fae197e791f2263206d3fe770c80fbb5f806c67c6b969da232d857386a81a2bce8289090d85652aba3dc438f1769287bc25bb5e19ed6541a', + 'a64ec0d93360976b75f50ea532c3d501464a392c00aba572c9bd6977065ebb294007fbf282a43c3203a2ffec054941c0fd4cb919f49e5ba72d88201008f909e2261d62cdce30440f90955d2f2822f3eea5bf277bca2f77e6b42d87d7bdbb2180a1b77ad0dfafb7e962f6afd561f7f37484ca0cb948050316a4d52735ed4d0ae9', + '5f458657da5aec73d8aa5e348bedc6af487341593a0a741256222362912fff02514fc09e222d74d9ab251792e0a9636579e3e975a29b6169f45c3fb5a4d2871bfa77e171056ff0a48eafe0fd4a653ea353940d62d9ff16aa15497fdb7f5a9fbf41051158ebe707dd6892e1ff31ebff70c0d0d3a648fe3adda3320c5b8c8ff1f7', + '20100ed997ab74370607aeeb0bd2f64f6a56c7040d64fd8a498a380d638c8182531230f3c79f0c176bc2b52668903feb2a51201b677a4ce55ddc9eca5b1a7aaf8260b131cd52a4384f43adcfbca8ba332bcc3b291ac53f95b3a6d9494ef6c91b3661583ab0ae84c239f15d8d1002af4df42de1d72f2b1dc2d351b2314408b6ed', + '3223744302f481dd32a9d4d1ceaf72229b45f413a1e82d3ce70f0dde7e19c574c0842c8ada5f62d28802b37520fcbea7d24dd67e2ed6a804e60d1e8bd6f58440414eea035e08c97613fee95400e18105bf72a16f6af5cd0e5ee2ea473fdd5ff93de8745695d8fdf15a053d1775460563eb1d1c8d5e2ee383d7f639bbc2b99dc7', + 'fb091ddd95b100dfcf892d78e5e770d3a37b8c3885df803c1d6f0935b55b68f136fb65a84862942ebb35d76d26be2413cd3c8988c87d6d2362af189dc07476c6c33417762eb77bc70cf38d814c226dd6af187250e4d47007f1553617d4af5b516a5d3b3191d93c10896a569ba13dd2840fb851781f0b115090086c8b3a34a1fc', + '97f2769dc081f1fd7138ad61bd30743cd81a4565cf22a41a761a3544a2d489fc99cf384fc716303eb3664c09318f29aed81c35acb636080c43c6f8a294dae791d14a600de99be36584237c403a6e9a2602e11f43ed9db46814a75f53ce45573027ab17608ed6b178ceb9658d409772af3eb02cb3da1f4f36d00393debadd80e3', + '76a69cdd9ff87ee6b07ffe6d496c54560de1e9f64c061acbe059386a5445d3b84cf7385d206d3876cbcf2b8a040335c0aa7cc84f65526a358b98b92c40eaacdae2451b48a41b829578a702ec337fa8b3eb68f205a46d8f632c3367a64487db3800394e84712de4ab81af89791d0736979a4d6f02517f11bb8dd14ac1a844e93c', + '3658212a14b65ac3bd9e3d9039c631a94bb43c4e493877852a3abf05e1b5ae53ea04c92b225dfb21db9b43883040a99396ba76bab4e5a45f75d294b25bc7ffd216862f3555d26f49dc30c05bd6ebcdb96d5a2113996598273546139e588d7030e267ba0f551f9c83e7e51cd1d5cf8662f91da5219fc13925951fa6908111eab7', + 'fcd6d3ab67574d8f0bbf5ad14937966dbd4386a928e62a53ad0dd14a412b31405d20b7bdf55f1c67ae5039824cf31cb369c75b096deaa83dba81a639275afcd8b0d0a7ed6cef9486bfd96e72d068b5003d15100a0e19e432e8d2256c83676cbd5eaf4a42b24fdd73a423a0a9bee087dea0f74cb4f3bc03b99fc7f5ea3e9aab76', + 'c8f16efe636581b6ab7ab7f39426bd033ddccb8ec50d1b3160ef9f69aa7df3b33bbf91f17b4b4410b70cdfe875422e6305ca2de259a078dc17a203c8eb960b3e226f4c5975cc755f22c2d9a442db67ab565edc8f23d137a1c0bd6d53edb15f55a68909fdf8f0fcec14240eefa2fa50235721405dcaaa40c883c847d055d5d73f', + 'cad534c86629fc600b38138a7f3e1a701bc4bd1f865f96dac39a4eb46e31065e4280f53ddf3a52bfca5e74f0b667384802c4a3c78287c8458261ec0308cee9855a8dd0a4c053d2df8bc061f2569292aa8c19c6f72beb8943c7d8ba02d120ed8a19e40d2592db4665554621b8e926f13cc2ac6fd507f1a17c99e700da5090d915', + '96fa5619fac648843db788cb8e90dc6ffd6efe1332abf0815f0390ee73f56c7f916cd70cc09f3d23e436b350edaed29b4efec653b07ba20ae8f9f6e12733a406716def7a5157d518ca359fd3903db63f7940b8532e8dcb6d26133296d5c51e072043c6ed15b6b96ad9fb73dce1052f61657cfd9b12aa14b000986995e374818d', + '91f8ec848d6f811431cbdeee150b93af6f678be99c903f81fc38295503d57c228da212a672e7a6015b7b4361d487fcdea28cdea356a8234f2215a89becf2a23ca1468c0bcc42646367c616caf02739d4c030f945996654767e908afac777ce8074eb42fbc2062201fcb53f719473b0597258c4178c533bbeb7b4b5bbbced6ab8', + '5a529114ba6bdab69bada5e8916fb6eb222c71256f919dd117d369f65846ac95772c712762cab34795c265ab3a9cb65894a692169dfe6c22eeed3b24e076c260f12f1530695059b23d0acbbe331a041b479d7bf24d264b82d90e36165c0bea348f048418152453615c2ede09c410289a03ba329fc830c2599ede63b4132dad79', + 'f6d9565ef97ea11748689e263f52b4af880ff5c8ed1295226a34a1ec87b2edf4e5754f1016970abcb1228d04a61b5ea5d0bf516fc90cfded02837048132d22694fdc285e9cb3aaff82e897d181c9972aa8fd4296630d8f7a95238ff7e6115b115f944b1134da6827e04324547765498738523007621d33104a9a64c1a9668036', + '68de2a68bd4215ac21bfe2b6f0d26ffd90d4ffc9f972dd47745e43dda24479bbc10041b32b0e734a1f41e50fc4b88d2b6b0fea3a15d29f5935376280b70c141340ee31b3b8bc6b5a064b92a71a5bb77631ca91b45408207222cb8f37d0045f9b6e11c2116c3445055c44b227f9a23506696fbde0bffca5b8c48294aaf714a27c', + 'e1db8f7bcc0e5c22eea3e8dce39ac250c8681d3095f8c861adf0605cb435c4d4a1b1c99914542fbce958d4f40dca28409046e1cefc02f01ce60db35dc2d96c1efcf8f2294423a6a92980a990e9254c3687d8c8421f1830ce7762a3c6d6adc691193771f40383a933d5a2cf791eb31679d5a63b56a54570c08874996197b7ba77', + '285d7249ef30bf4b6e5f6bdc3cba5570c77f115de0d08aee7a63ecb2ae7cc11a03185a43ed6b7011938d0b7dd571a3308e1685501601799a0ceaa2b152b6a5b558a50e189ecdefad74c7c90205a8b0f09332ab70044c5ab09eb0db670fe4ed65b06b566e0a3c83489a736f13d147c6d95f3c4966b199745ab81d5e7cedeee251', + '2b7e03680c9ca6c759b6929383cadf567e4e38dd7216313cb477db12f4ad970eb87a27b209100b576b310a7213950f15558c36b95ce4273a1d0da3238d7b5c2c124c0a01382bbb45a6746ad75098d454eec487ddacbd3c1a230f667e88660bcd233cd3dc03b45f99f1c6db4aa29dd71a313d52d1cc6918e3adc44fac4b364cfa', + '5988c794c1f1e85d23d65be040c0129bb8a6bbccd86c3b1eb3a9588774adb571f2c3041885b37733198b77d6809f99970dcfcef05e08dae4790e07e51b781af64cfc860d37ece0bb3901930e3858d5b736bad96825204680fd76e9ea0da0a6428ebbb53a7ea50b3dacbf15520ff1ac425bef46fdd6bb693a686c665ef22d439f', + 'e8bfc5c09ec4807319d8f7369556e7654e981639e8c5dd3f0feae3085b4d2b2276fe514880ae10d6b2c4088042aebe428775e59a5e95dcf6cc0b7768e5af02a1ecc4831dbbce409b65a381d01bc5975c4cef1dfd10ee7e03c7b2b804fda55fd0923ce4a717cb17aa7a9deb90e644799ae52e48c9c879cc4e48082c426dd74997', + '7d70cff8df77770eaf0ce671b7a15daf5bdd75482ae15812b3cf30dc9a8de052ebc6f321ad32d15bbb18391ccf11eb6ee00ea56aae9c51a09b677db9bcfd0b5b30d52a4db09085dc687eba7d05640db3107d5e337abe5847785eec709196fd4ff4a65dc51018f95a5f4850db82242a47933186edb7cfd4cef2bd644840df1ff6', + 'f9598e9f4ece159beb897317f625a6a708e9aaeb8e9df706709c4c52f12bab53d709a4e9cb48d7c9025ab52d1d6f86cb4effb004bda2365f2a287f35d3e659ae984e3dec5dc3d585b0abbb37abc584d71cbcfd8be4fdb4399dc6ba3f8080a865854fe00fcbe715b83ba10e9b69cea6b3ba4b18e6cc56797e129f86d8bfa2a060', + '0f80ccfe5ade386b40e43f48136aedbe69849330274b761edee1c44a5bafcc1979f16d3b3a75cf8e169f524093b1c4351649d7a8f92cd214dd41865542e1840a554e8d3f08804a4968283df02ceff8d489fe8d094ec445052cf395bc55cc4d094a9d1350ed881062de85e9a004aaf1646aab9d9c4d9d38b873ffd7c7befa90dc', + '49867dfd015a50df8c676141eeef02fa2c347515bb25028d393d47555ba9d09b27a9e74e6338adde4def6a438c272240675e69e935dc776314957febde523d19590ccf66ae98c5ed1d8a7b6eee53a798abac2e888c383c8d3364932e9993236e4978db4eccc2c09464ff3ccbfdbab88b60e76dfaaa827693fc722a2675b3aa20', + '204cdf0f384280e3d55f8dd010e88666080d2d722a1ce7cfaff5647f65be82fab3d86fc6d7110e48731b9dda483d941e4148d091b3cdf063e38d0086c9315505133bb7976d3dc6740048966738a89d24cbcecfddf78e07100b8ba9a328ef8532495fffa8812e6d0c84d0c19e69926823ae89727d7dc8f27e2dd6a8fe0c60dd2b', + '44c7cc06ad290f3a54a970b640014cb5d1e6182352459901cdcd570c23ad4f995b9fe8c43b2528c9151228b2e44dc53398d299d2adf92a4a02fb6032e9b23dda7aa0c8762e334a7ea947bd54d6ed8228396b52198184779c5df93c22914fa2f549d35463addcdd1fb55019e43f69e95b5fb92b3ff66ceabf86ced124440de6b3', + '787fdaa90a2de3937e7942e6711f165a89b9e077fe322cab597d749a7c8741b5e36a930e29e3836ace0627983730b602f63eec824cfcb077ece0f51702f9de0774222529687bbdb5061ab68b7ffd62c74e43b696be9cf249acff85a88e9b2a89b40f58a1ceddd999af1cb864506e61d11832045c5afb3a4a2040ebf527556f64', + 'f9a9c16e3a4beff0d36430c0e7e1d6bd68349498d240d8dc19755a2cdf3cf5cceb95b764d7fe340008981f5ae4851b5c3e94cee1152037bc7f3542fbe0f59a6d5f3abf619b7d58b199f7caff0205093f8bd1af75b42f4bc0b5c5fb98b56f3d543ee202efee8f040b6fca5a36a92b496d35345ede1535b9f2a36dac8bc872858b', + 'b949df3b02871bea0976873a9c76942ac934ce63ac2956d2856492970d8a231e0b1b178b22f6605ced2085494ec1986f026f68ae79aff750e5b92feb927cd08875e2ad04075518b754829b544e5de910686513076029ffdb5c0b179e39443ef22028086e5aab2a4465252f2147526d55229d3834099e55bc12e1b178ace953a3', + '850d673723789c780040620ad945ece61850a94f41efc64c8c81f45bd48d6b64af582eecdfb6918be920f9a00307e4433368297bb6a180b19f834465c0a87820cd0609aabfc5527c774ee578a4a589d8e6f87f6534780ae97b672ee68772b78827427dd98c4ee734f3f3aefc84c6e38d79293473821c6bdb68563746f1952f85', + 'b4c30b451325a9621e258a5d91de6dcb421cfe7957c1a7f5b667aa50bd466d23345814d07fbc550a185988983dc3fe55e662947cfad18822c2848b049eae1783f76102ed74f754fe71b256a7ad9feb0d42c023d5db690e9f21ebced07670f095e626fd255aa04b460f791912473adbfb3f7dd30d6053e173b9e49c3dad55a160', + '487ee933a49275727c8e36588e4c68c295a5516ab441c85b18aef8a9dab0625e22d821b792587291e216731ec7ff2bdc1a9ecbc836ed33cfa26bb885f06e2519e4bbff89d9540e12619118eb2c72f0322b34b027f422429869ae259c94c06d84d64e0c0f412d51dd4227ae26834dbeac0f8e86eeb889fc9fb6a0c556904e4387', + '9c3a8524f8d6d9ec907be803baefee0aa08b74ad4ff60f860a334a3ee4dee1f68eb230e56d4fea42ef3a0e642026172878727493f7f237b875f211dc33787ed9b5ca3dc0d43003c20ffb705122c64282dafcc9b6279b9b79733788aa3241d0ddba8994fd55028b3695c5f611e859d6e16c325c5f0577a191ac0997f00ac040c9', + 'f1f9c895ab63fcdd69aed763d998a788e92ddb5294477313fc56b545ba5d22b9723da8f1aa3619cadcabdc5dc925e328119bdc6901f1accbacbe19443d52c63e8bf865f5ee78282052e078d38984eaa4e6446f0d070dcb11f2a34822649dab4365b1676a20311128f2d6148bc1bda6448faffa054ea5b72df68baaa7d645b70f', + '5b1a6754c3c30cc29d041779325922781454897c9c3f7cc69703521e3d49201863de8b96f15cda8e9507500eb9f5b87db37241233ca28cec2468046844876e17b307c0e43ddb37ef10c0a48fb96807984fd85ed9ee0fbfe967e8a524364188f0b55db0458f874a6c76f8bc0619fb3651504f89a79acd3d47ca4add58fdbf962b', + '434a42273f11fc06bc8eed402450f1915399d7e0a71c12205605b174053a929696e0d2794122872de62db204a17f6ff3a0626f3a31b3a8471fe84bd83f52f761469e2caddda202c7f8571b1b6321d6d99d57c59aeaff6246a4d9fd35d2a0f994fc8c380b3d1bd49c991110cf91bd8e0cf57fc248fa87a6e48cdfafd1e5ac00f9', + 'f753f3e9b4bd1895a259492ba160713f00ac8e24dbbfab0da7070e720b61b2b6f1dbf806debe99847eccdfa584c615d7b1313c68315affa32e98e93ca0d1d6ee623fa7628b743a53fb9c9af0340372816cd7c84ee02ee7bc6a4a9dba561ca75b72086ac464e8e4494053e1d35a1f728559249b9f8d434ca283a892b5d64b0f47', + 'c5ff34dd398c10fc020277ab85050c51a1c4d238887e9b34cd46c386be031dfff3ba2e6927109922470adb0ac918389f3f52f5672c01c88f16618dd1dca53a9b4a3c156deb5325821e9be6b46c4c419a196abaf3f947ec47854932cb2eeda886f20c52b22c5d9a65b03c007017a90d87589488a39958eda544851b3c5ce24d08', + '5e09b42139c3e0c709527f4f86d73697aabcdbec1d518accf1b7f6f08ffefe8af18a81cb12bb72a8a3cd2fde00fc0e3362ec39ff5649bdec6eaaddfa36bcacc6699cdb0b6584cf69ddaaf665ce655cb2b49279affd364e30be65b081a562e3a82f076aeb1a671e921eb37eeed85a469a07744301fa61652049ad168ec437cab9', + '6ed7bb6653ef66ce21b7ba0ee616d07114c64d9228642b158ac3bc94b486ebdc97eec65a3af039d0a58b1c4cfd58715bf063e67a5439a2cd0a423d14295110da587ab0ef7c24b519945ec007e077bc8649c863f8fdd504015a9584830d0da4cd7b24810f60b26111b5daac25d89a395be7a0cbf36c5fdc18406399cba9e12d1d', + 'a3ce8899df1022e8d2d539b47bf0e309c66f84095e21438ec355bf119ce5fdcb4e73a619cdf36f25b369d8c38ff419997f0c59830108223606e31223483fd39edeaa4d3f0d21198862d239c9fd26074130ff6c86493f5227ab895c8f244bd42c7afce5d147a20a590798c68e708e964902d124dadecdbda9dbd0051ed710e9bf', + '52b113614b80b970510f65a25d46edc023d9c7b8e7ca7c41923059c205366870ad669fb7572856dc4685ffe0833111a775c9455ab1590509132121950e99c5cd40b2a8d74a5f85d2de54cfb91a0da18a1413f4a8b67b147eccaf55665b7101c9341c9687ca2d2e9941033ff5c7e384b1273f3b6c9b3891eae2615bfe93c606ad', + '9f3360cf8f5465c7d24d7cbd7bef00315cd4f4ac29f245f6db714e8853baa14440d1056442e4bbb1502406f557d3eab2239e3314832eb925a8fae340cf5f6ac820f25f19d51570bf9ec867e744c2f3128dc1ab11611e502d2aa452a681a2965f063f77d78f0e0b5b86e2a77a8ce4a5ba62e264890aea91762918a5a1b0acaf70', + 'f5a07e3741f03174c6efcb1f9f186d1f233b367073c56e814f4204db2e203b048db6a0a387853fe4a6bd161ef903cab46671993942de90d71f60fef1e5102807250d3edaa9c48ed1506ef89c19d9a2177d6ced710266a78d0d6682a8f730c43d64ae4125d03586036b0a58df27255d110f341861dae31b6cc05b774a8c08786d', + 'da82641c0e59bfabc0618cd5cfcec107050ca4c1ed4b3b3fe93b04587f14e7a6f4da69e71cdf22a37089711061556e32ec1c20466f96f161bb1c5e556ab2f3d4734477d8fb3064416e059ac0cf8a53f54c035ad416af784d6f952f2c0581ab3e7e49f6b554546bcde35d6db0c07559974d47b8338aa0ba4b2e2fe0a6f789f82b', + '1a40e896d0c0c13e7824c3ef86e02355feb629ea887ce4d2c71f1d02e7e889a875fe42c7742d7822ade5645c46867e5d96daf0f838e34aca5ed87765686af0aeb64b2f83baf167a1519872c553860b1268923db31ee71bc13906b2674b0a3c4484309710ca96f5830c43d472d468313c1ce5f864630fc07f00b1b551b551d533', + '5935a870229c7251fcd0c5c6956144f251ab2a39d74de951d0dc119cebd872b525de854947200828b013e99b546765f9053c7175f293593a6d02a7baf1ad46426371e7d29862a42d1878e32c21857e57ef6a21b63b8bf3e502807867870eb63c9b5596b61c4a8e88bc687d2003a3d637989e01a6bc1dfe7b17bd4c4cb7e309cb', + 'eb5de69eb1371bfce00ab629a1362f0d4885af7a71f9c90f4ec9655d3fa6fc49a3420bb1ef13c153fd55fbeaa64e739992d5348d4f1552dfa18fd7b7195e00b7e9bfaa97f7d0070c309895ef1f48519bbec028978c55ae75dfd212f97cbc527e65dbab96f2f554f123dd6b8035ad30d9734f71de4f424599b19afd6b8f495866', + '10ca186baa79d9029eb618a2e5a636b9893b30e20b062258034c0ab1065bcfc9cc1e82fc92f0e398beae2791c210f8774239bea6798c1dbdd9c2be51f13953e2948fd50d387010049cac623cae8dc065ab67f99f88703feb91d2e3df50ff609fb0459b0862a2692e80d9520970c5956b0cee6b35ff5a90cb72a600c5e955fee8', + '5369745bbccbba88780ed2e2cc2d57e2591d02b5aa0cd59d0ae79995981e8b349dab53d31c5135f2ab218bd88243737ad2f3c59e58ca4840313f2535f06d9b0eee17f53fe1e9b981b000237486add1892676c01f7e5e77ec7e67829f2a5422c3eeb343e7321baefc2fb380fe01f3dbd7fdafdb804451cc6998669a1b6f5c881c', + 'a413ed98dd6e0901b1074381e1a90d59fbb60e2282bd6706494f3a2f200f6d80b209ab83ae45aca3259bb79c34c8652fe2c2a71a4b490a47ffbf3a44a539c5f3e4d622838350f29eced085e43c07a099507a7e9abd1d1496cd249a7a0316462d00235b7ea3b7625b744fb743438c48fd0c859a8b1e620d5a7c2760bb84cd7797', + '25aee305cda093a71094bc5ca6f570fbd67fcb4239f3d724c00fad64f8bddd638d8b10370e5becfcef5b386fd43841b90d8f7c885ca56c64ff57c641ea54d4505589171b76dd30d1901f01de2c3c0fbfa6b62a15ec5151f88310d08dcb5fabdb83923fda8f8e27cdf9c65dd2376aa1b8acda1f1071614c875420117321482bab', + '9d31b168ce6ec3184d7c36243acb4e1404d81dfd82f73f603f4fc84f15267bd1fd5f3d882540c9914379a4ac2a62549d9a85cdd25d5c2c458f5ca7a43e32c4b0334ccae30e9b75559997eee05684fa825af472045e8ef3d9140dd649b78c63cfe60041bfb206312bf6dffd08e7b8aa8deb2ff5dcaf14fee4736c3e86a9bcbef6', + 'a785aba75e6829f93f7a141c715763b64effeed00ce131899d394c0bd39c4fbfc8d1b5bd7de32e87c174a2f6555472744d53016cb95373ff85a1b4f99e85bc035617121a0a558f3f02736570987260d89df46b43f84f55d490e0d5fa6da2cca01afecba44de5d58bc91d667384d8b348058b343b11fd6070869fb8f7871b06fe', + 'edb2ba099961d38fd0a0a6a235d61271cb4d493b64d9de135cbb1fe086c4a4a767be280da2079817b47f6a35e1a4307f6efc6d3e11b4a7aea686bd0223e07ba9ce426cd0aee7ef283fa98de96a1f8a17b308ba04b5ec9616cb008fca114ba3f98b072d5aa34a0149d9e5b8c6b68c49c10138da9536cad5d234f13d3f364d431f', + '1948c7120a0618c544a39e5957408b89220ae398ec053039b00978adb70a6c2b6c9ce2846db58507deb5cba202a5284b0cbc829e3228e4c8040b76a3fcc3ad22566ebff021ad5a5497a99558aa54272adff2d6c25fd733c54c7285aa518a031b7dc8469e5176fd741786e3c176d6eeee44b2c94c9b9b85fa2f468c08dee8d6dc', + '44c9bf3ae8f14cc9d6935deda3c24de69c67f0885a87c89996c47c7b3e27850ac71c2bc8c6beb038ba55cb872c1d5871fb4a4d63f148f0dd9947471b55f7d0f4ab907302e016b503c8db2e7fdc453dac8dd1fa8ed8586c621b92fd3d27d82af1962e7f305f80c3f4a72c701ddac1665cfb06df51383fa6f0c2ab8429db51fbc8', + 'cb2a072d74a5749481030ee46edce28c471ef412c8a4814ac40b87cbc3c188a3ef5e8a4a313862d59731326cf9d431fedca1aa3396a448a3b34d9045987baf2a66da766b216fa36012716212695b13f3273f4ecd3b5d24f9ebf4a8d17658af67f845d3788d73be9bb96aa5be089812d3f1a1e7c700f6a0b435a9d857a7800ec4', + 'c7f4612dc47f7ce6b499af0a51e4a3ecb2ef40251cb420351c65436dd268040c90a04ba8a4ee05cf71f7d1efc528fc7366f8b02fee6d68fed9e2a7a9dd07ea0b7a29db73d1b4c74ab9f652f610256afd4fa4796e6182df7db6449f6d93e458b3ac197858f4d9ac9fb41c9be8dae4d3d4947a03aa1efa6cf9d911927f9c06374a', + '4c259ed53a1faa09d9cf2a1454cc2e5acfb3ab8893bfc3ca6b9a473f4d737baa3d51196a6fa798acac28addff6dc13686f74889777db18da150d9d31982c87e27ed1d96e94a074c35f1f98b3bbc8a8a5c25c2d8bef7b1e1483725f222854877ed54ce6cbf131c7b8bb5bf27ae9b5757a8f14a44a43c75fde7f7093f9471203e5', + '1b8747af6d82c61f98ccc3d79c7acebe18bd1fb5b0ba1f15b1952b58f8cf941610d3ea349acb7a58f2b8159f0fc21393abcc9857a44c1625a35a13fbfb072d90d4ef5b8d881275fa4ddff7f6159202acb2c0a3823e305893baedd060f599f3c2af042224fffec0eef269f1447592a1f175c1c99e440eed483f77eaf1ae30ee95', + '4617b323bc286d7680df7eddc101aecfa46c6dcc394367a1ae4b5ae8c29524ce7d5e21191e33b369565922bdb36ba73a5f45c3280a21d53e2500ec1f514cda2417bb8a5cd97693d1087b0c0d983fa3ddb198e955a8dbf0142d4118cac69026f77cf796f5d3393338000ee4d557c6c941032f865bf9b9dfad2fd886ef08aa30cd', + 'a0cfcc6559f2bdc8d0efe0519e8d311d3af585bfbf666d90ef2b5d4678ca0ec9777f20423be804744b02194faa5415c2596aa7d21e855be98491bd702357c19f21f46294f98a8aa37b3532ee1541ca35509adbef9d83eb99528ba14ef0bd2998a718da861c3f16fe6971725565ba171d276b693ec5c9e6496102500867650e5a', + '2fa33c03ada40c598f8800e017dc802a1c6a3ff0ff5ecb58e1a7637713a00815cef0d6b125af95c537ca8c4ca9a89580540d77e83a3f6f92bf68109e163c4efcf9dbd5759df99ff0e53cc5eed6e595584bb3e67ae904a84f563ebfffa66d12a6162ede57fdcb5161ffa754d084dda837682434adf5f69d160ef118a4ac7d7c9d', + '0f546834a313fe3981ef450f3e3b16bc184e3d6bdad57e65006ed63c1c72024978114659fda567a45340f9ff4a87e15279c4124b25369a5464ace2c381523151a3ca73ceaa7e39135a350037bbe5b606bfc87aae26b2a4bc9fa205473097706bd7a578fa72477c6ddcf7e12159fc9fc03484fffca6f2a384fa79c630efeac57f', + '6fb3ec66f9eb070a719bebbe708b93a65b201b78e2d26d8cccdf1c33f741904a9ade640fce000c334d04bb30795683dca09dbf3e7e32aea103d760e857a6d6211c47655df3665bbe4164e5d1334d301eff0bcffe6dd95dad97fa63a0ecaa7b197b55b6f86f073cd4d524324aa659e19501d2145fb8adc1d70eafec04bf36c959', + '1d7f6833333d6f99cc4de86dcb1a668af36966074c31d4adc9acd0ae27aeb19318364a77a1426d73c1e8ae5953a369a535eb07b0aa087c27fd2714bc68ae701b33cdcb202055834707ced464bec4e6943b610a73fd41408fa881fe1def192cebb66c7396781eb7fde726e2f5d324e43f4df4f8b70c8328cd10e113398498eeeb', + '3f5fe1a8a13c8357149f68bce47360bd6e73c98932ec4a7d2ac4c5495bbb864ea9f1c14befa93b394f4c4773c7b1f41a059b85b87d832123b898cca5ef059659d87212d8c0cd0a15da4a7186d7a89985b6b7a7f5de1743286a429400c4cc6b5575eabe973b3259b55ca1d03d3be2b8c429cd16887d2f1854e7c903a4019b6d0a', + 'a04d563eec5c909dee3f6fa8133c70f862d46333b9f5cade59718273a4afa5b426a1ae3ed3f5de618f90df2ff438a8d34f90a025eb4a067b939890c152e352cc7dc0e2ebf320babfa4c6dd4d50ffbe52918d5dd61ce4b30444995039c017435bad943a6cd743ea5f34cbb12ab1f97a1c31b1e271d32b9924745c0a0476b13e0a', + 'bec8d88f65e49567f23cc953d9ca9bad9a5ab34f38334c55edf98a251cd20ead87c8c9ecc26f0db4e8c7eaae8c63b79ef2cbefe87f203f546ffedc0ec6a61af1895d3b042d0f8445503897a6a705fc5638b60141c946c4da984e8e184c2762be2c4ed6e08f0d22a39358774412f6925cd2e19062fcee0471d0b0474b969a0f9f', + 'd199875bb7071c434ab236e6d10f8405978fca259f7c34939424eaa6ff3ae444bd7900a7af8a5161b328ba9ed382bcaabde18db3738a6acf44e62d41fbe022f8568f1758ba15b23d24c7083d638e6a2e858c82e88f03a04c71734e8638032a8e8622f5f53f6ee7de86d5454be8fa369ad6dad34f59af7d13011573fd1f6ba311', + 'ac76a7db964e9fad2f98c18c06f929f23b6217ee35ef4525920f771764e653a39aef73cdbce6b9c0dce5e20fc9cd5e4085e75f8bf9cb31dfe881c92622e7a0cafa52c278f9782124d48e304d9cadad82357abe250906406ffdf35cb4a5d95be8b3e7bb63b6ce82e101dad2cde862bebf33635c43cc681bdcbbad574854832b06', + 'bf465c887060c762cccd43e4a65c76e9fd685f44e7fdea03c83dc2f5c702676983c5803901bf7207ea4d31c7f399577d9c7773481d8da3a09db765dca6aaaaf7d6d72c93d792023e917371f59dfc06e6fd7de17a0b355493b0baad13d69b4f9d2043089fd8209e902905ab768ecdabac8a4254e29a3d2665680e42a1411d7fe4', + '635a508c6c44c1eb78e3dbf5961acab6ee7d9b92a8aa473609dcedcedfbd5f78207ce0f9ce202cb01d1cb9c8d8233db1013d70d0b81b13755da7310ef9e0a59bdae5dc627e4fdce4b3c4850ffbca17b535d8f53d7ab3a99946f82778d8f456bcdbbccc2e457ad9708006c834c8b661acd476b341b81b10880af4587243a27bc3', + '6349e3265d2630d1e14bea680d342ce9f76aefb789027f3d8f6630d50e584ce8d73351565d745918c47ada243a8a8f908a16b6fbee3f7c292598b6edc62dd14cd4c40cdf9262e4799911d00a27e12fc3ba2d7f7bde1fcf5243767794128706e081827c89a6f7ba3c889936e37c41f3caaf36b100ffab61010f89db919a6fd3eb', + '64f3d0ce82097d36385b6717fe155d0fc5ed85bf80a1fed9e3a1c37a6b08d3bb9ed18f839448639fb6bea814c681c9b3200ca5ef3f7a35ec82416fd8301c6a7ebb49c21841f53e6558f5b0fc0bb61de020771e549db586f18ae745f5f76c8dde41c2333892f857b3a7664778d69ba1bd4f97b897a23b391081fd0f7ac7e08303', + '9c84d18b6ec339247482cc3ee52a1bbd6bd4ae918216912d211c103a9dfbbe8dca43bc5763d3379cacf233e7559b873ba217294cc9d2acef9c6707d067fd98631cd6691dad25b1e3ba209ec36c5751e2a1442bb5492347740f0447cc3d1e54d5d96660431460aee0e635953af2078198af813a33c9b269a3c51b5898e506f9ca', + '8436228556a7569274bb14ad6271abfb82391e809363cb3877d84a63390898204e23753d1b8c0a4eb88bcffcf442aca099e25f11f11e1db988e07cef343b908153a2548f54574ca0792569efda522d06aed00f8ec6b321665ae8f0f20823acb61a19892308f064b03df3aa2d1e8b7654496af9a21a0a1f6574566f15bea734e7', + 'e01e4133819800b30445984a5f12d6e3e1e29e1bc6d428a209c569e37917cee70fb030767f4505800dd8d3bca27feb8f1f68532ff11a0408e6fd555f3e1db835062ba46ea1c5d232a8f6ac94f4010371f85a009b54f65d37a8c4d464a67cd81e6c978461109ed1917ca80b197c1f865315c28da819f09bf8f823ce3bd9bb9869', + '99d4482daecfeeb8d44226a39f85b42f9513fdc2d798c698044c3eb55a803f1e1e76d1483e76f0d1361e8f6e30fadc256f55c6bced4ebc71432eb8ebcaf87d7100421d5a2d44bdc4462f9c8911c0526f8a14569f86bec35996175ce52ed5cdcd06df3449c160dffbcd1a57dc8afe9e77aef9b655e81062b8c3af318cce3eb79a', + 'd83c04027297bacaa0ba8bedb834169fea05aef6c60e00fcfec5f6036e2ddc385906c27bf640216e2bb6c1cc9819d9fdd72a79e7022d2506769ac2bfd715b7f155a04cce2d1055e972bd158f0d7e5d5b03d5f405f6663b7befae11335af1f5bf52746aa21feda062fd3850de1f4be8e2f46ce8f9a9a28c82ef69ab06fea9dfc9', + '0e9b073a31c8fd215af1d8d0ce54ac9ae109036e1794250988b7966a898adf8688cd913e387c888eefa46d074c767e7f1c9992077ec5571d468edf23a07d5b10f665266613f405648889ad7c4e458507ae65ae385ecf414eedead70e60b34f711e0ecb9a0959fc0aee47a0171fec489a5e145fe9fdd968054475871413544311', + '86c7c82bba165b31ad74d92ba22a3bbff926807e5396f414f7b6b2c275e6680f89005aba41e8aaf26265d6c9092f82e78e49787bad90ed78e89506fd27a89a14a2353aa000546e91c09b425ad93601a59d3a4145e3371f6c650dcc1e670049e59a0e6ec73f7f31758fbf25c55b694162f0a4e3c23db2145938c60e0d7d16fce9', + 'a64ad96be224dceef6563f18c63fb7555ad926933f8e1cb02a4d9e2edfdc272e5170ed9c0b7b65a7cec509747cbe5913341320b2bf7ff8102be41035b59a2d61ed06ef42146f5669c90e84ffe564c5b4a3d1ccf90461406f71e9779fa25381ebc03668c4c6aab61e2d5a3821c8da0222ed3bb3d1d5ddfab4458559d46eaf29b6', + '22eeed3b24e076c260f12f1530695059b23d0acbbe331a041b479d7bf24d264b82d90e36165c0bea348f048418152453615c2ede09c410289a03ba329fc830c2599ede63b4132dad791a53c6c5af6f29bab9d5a67434a6aa3f8fa5c107534559100607c9e74f0292985bc3e4217e5864271ea82ce8cd061371b5052f10398d99', + '480be758a9b7ba9af001bf21db00c451cfd66f06c9d8d5d698ef47974a3d6f21e4049d5556c45b5fada447378b13226ed4af2427ab6692649ddb93831b0b40082e30fa9c66e60056148c403ab8ed6effbd1f541664ac69e7fff0a45e5fc292a68f57a734c362d2088b80532f4cd4d18df1eea7d9def280e925f62330fdab9085', + '220248f5e6d7a49335b3f91374f18bb8b0ff5e8b9a5853f3cfb293855d78301d837a0a2eb9e4f056f06c08361bd07180ee802651e69726c28910d2baef379606815dcbab01d0dc7acb0ba8e65a2928130da0522f2b2b3d05260885cf1c64f14ca3145313c685b0274bf6a1cb38e4f99895c6a8cc72fbe0e52c01766fede78a1a', + '6dcc3949424fefabd4b3b7b4cbd098a677878101640380ec2f3f34d699c8855ddac5926f3834ebafd776011ad30edbea8ca60aba4152deece119da481db266e5c28bc44d461045dca029bd695d043429f116decf4b5c4ef8ace7e6c7b89792ccce27b62b956964fad7d3d3ea933b0c2a4ddfe788a9a836da38b0409c920171da', + 'f53ee3e2ce4467de8b3b30aece9404dc90aed0675b3f8454baf62465ef5f1c29e306d53563df85b088e54b1577027b344b2f377a50dc3f737292098df5d7151f66527ba9d12fc65e34c504df34761e4a0fd76673d2116f71cc88215d42ba0c566469fdc880fccfee762384966cba9525c2f085da48a8bc57af1f935d3ecfacd7', + '538e379b06f1d89a9ea978a8f17ecd6f8a22d1d15a1418e4aac5603b54fa6a68337108bed8c7785c7e99f06740ea7a968ac402f4ce22ade1780e6d5a2307d37b0da52442c880ae96334d5c88a94a89d878dd12bb9577afdb8ebf83a0bfedf1aec973b2af40e32452a40de5939367a13e3cb328ae17dbc4dbd420c99491736d08', + '426090153dd06665123aa375cb992e221cdd03068b827aa7d367cced8bded3da03ff11756f43f407474e588aed0b4e5f91fe1c3f52d68574a5424a49fb06f0bf9e4ec481dc421d1a68dae166fdf44a4644a4ea98f8cbed6748eb9f5e7d392e83dcf4b022cef667063e8944ef437bab41ff7576fac7883ce68309d316589f138e', + '3c17d3274495dcc86f2722398db60237fc70fc0e63b30aa4a32c30b90b40556dccaa5103ac6647e4fece35e7d104c9cf688f7716ea49c8e95b78f573cb3bb45ecd2852972b330252d8d1754f265eaa5b39bc0819bc3eaa02d2c4faab5027814629d7fd6c2ac2b41ae77809f9f58d4de2593fd7a1415957f9f25867e902cb632e', + '4ae231eafe77a158c2472143faf169db29bf2b53c3288d8b3c9added65778095f85e2cb471ab58362041f0a27d874c42bbb06385a0403ca193cba67cf70029cdb7e73c7e2267b856fa0b8dd4c706b45e7174659b0ee2891df911724324f7ca5daf07c912b9b2abff762e62a1817688757492975db7185c4695f3a90895634b8d', + '00bf40f1efb6484fb6f9fcff80510bc8817959cde43a98ca04d5189bdea1e0fec7f5fd995a481a3fb597516fe508411d9ecc61b52f49935eb679fd7c908d147814d7f9c381e6091834f3b0021f7c7d9f762e7ca3ab08c09f9dbe3f840d5be363512bdd764cd83d649dd3bfc117f5e8d47167529e3fbf4517216b86bb3b537445', + 'fb9cfb8a89761e4c02117be850006b26aede2a205f342d459f9cb6a4da27a5681cfd919ec943173f8e42726a97c54cf102c2d417943d1198ab6a76ea7412b6c35e37dadbcffb90f315bec6169f87771f6da5c57bc59649302827a71e84dd6585ab94fdc80466307180ce9e74d00d94b8d6cd25d359057c16fc1c70c9715159b7', + 'e7462835e38509f5bee74c3133482ad4d7fb7ddcfb18c754d2177682d79e66616998a852b887820ee51bb6df65030710a703faa1f647da40a0f7fe75580b4f1dd9610419cc0cb047ecf07fb1688cbc058816974694cd26c0f28ba9418e9912867fc8c5f4e7bd9c891a8d2e11038a519dc45cdd319d53b3bd0ffbfe4e41f1b986', + '757d2b41484741e4f9a9fc4c30fc633d31be09c856362715bd5bed603ef31a42a0f8cb320c3f904bc15cc5500ac020ed6d24863f262b2397d442b97b71cb38ee877c90f2a101c34a00e93e8490bf69371b777d8abb0d96f59568094cc484f7f994d02288f1d5006a1f190ef2ab4367a4a17f95afff24a7b86a9583d920657eea', + '71db63e8b1392644e6fcf7c3d81a03a7518290f4d30048768a61d40580d7ad08109f2f389de0f0a784d74f004e3150102bb8a7859c3212f66f86ec24f02100805e989bed9c8fe5c629d9702352e11258a648f0bfabcfdcb8cf78e1eda1e81bdb4110cc8e150cadabbe4b82b44bf1f188ac799429699f4dc2947ddae9fcf4a921', + '179645a0885bf0f1deb9f6c105bdbf2bbdf728e6ed81786c3a3e955bd960781ba12ddec1650240338098068db186f8c42a07f58ae3fee7713437f652a3f0fcf0fb9839d99ed6498d1bcd52e2039f82a7f92fb988092c82313b4b48b767d3c7334a5fc0b0dadff147d7e14488a30f471c53f8dca9061332f67500f350cc12bf2c', + 'b20f96997b0603a0bb860070369885f3bb1908939f6195fd6b232124d2941c89e6d045bb8b79c2192ba170dfabea78619eeb2391b9d6efc78758e2c25ec11eea9265b6d7e842c0174ee3ab2cc984d3d5ae76538f15c51a5a8b1942c007da9d14209790f87ca924218c135a5f76adbfd7538241939b76413edd2ce928b426c091', + '883e6ca2b19ef54640bb8333f85a9380e17211f6ee3d1dc7dc8f0e7c5d67b73076c3eafc26b93bb248c406ceba5cb4a9bfc939f0a238e1559d0f4d84f87eb85975568050ec1fe13d3365033d405237ec92827dd8cd124b36a4fa89d4fb9de04f4d9f34864cf76f4ec8458168d265a5b02144e596b5f2e0d2b9f9cb54aeeeb67a', + 'e463626506144cece55dfb7aa22eb21ea3a4277d892c211762ea45cc205c2d9e4b3abbb8f2a1adb0e77171092cf43afca8c053771edeb467602bd333c0ffbc88c80d645c2b8a3a2dfa92008a1bc7d9d5f83ba34774908634235dcd91bad4f5b3c4a2045997171ded8787500759f0b633fbdcbef47289c2091348deeef62301a6', + '6cd70039a77e420d999b57caaeb53aceddbab11739447faac31adb3583fa22f3d796c9d00adc95ce287a0ea711a231b4cd0a650d1f38b0f25dfc2b697e3eb32975f9e2b7be883dcf3621af052f9f37acc484ddf76a3eea5ec8a95843c9d688d6ef0b3336ea0aa3d96996232d3034b47f6a2f011d41de95b7ad294c0b894a07c2', + '8a2db96a4df188ec323ef6eaa7d58b56216b0097beb5013929c231e3be8d6f89eed358e2e5220c1d6b3335d0087946316cfa01880d5e3ce41245e40d70de42bb53b67d05bfcd611c77ef5e391e41d4d49c1b8e17c3158c92336505307a68ac6a807e33ba231b0d531e1b790f2f56bca97975ad2c270477ab52c89b33245234fe', + '1e691365ad90646031e01e737cb3c65a665409621d05ad86bd47c9d721553121f8f235cb1b648bff1ec1890b24699707f8d4e5b85a8e59b5977fccc85d707597cccba584d0a2b5d1aff33d08de2b879a19e844c6b2037dbc2acecc03fe9acb18c37dcd587552cc1f0d00a33251007d5af0198e52ce6e01e39dbb314eaddc1bea', + '212a0448f4b39f0d22f9a0d5a42066167056368b9c668272c78a6bf8b58184f239e2d9cd58b030c8ab2e8e6005f5fd0c56438d2bcf96993b477a4b4bde9f62b3e02e3302ec5dee3855422336c8e485722f98edefd68ba26dcc9bd7dd8d6b7517ddb61bcff7e363c5e7da683d351785afc3fc5fbff86c256f1e951694090d4487', + '2d9313691868161ff609b6f0b094317198dd94cb41fb2e62930744b41e200683afb2c23621f8587d76c0ee34276fe48ab7440a628ee111f9050740c9bea168ae36041a489d7517a0e5eb080e1917705af0a2de21a2b6677afabf53daac731735ea10846632e43dd16a136e472e95bb2a697e77d12282172d99b8e6ad939efa60', + '81c94be426eaf01864e813a03e4674491b61516bc95d8a77c15f03d0adfc4adc27f27a5ac4165ff6518eda1a5c408708f78a9e26b834179804a312148d4f75f21a77d78387139da40c0a6293c2a59d0162437d68504f189ed970c5abb9ffc6d8e1be2b0877c7f24b1dc273b1765bfc5ce6f4b8d99a96d5b1c92ee53a39f685b3', + 'b34e5b0832128d3a8794c2ab447132857ac0a83475f6d96ea607f470e1ce7a8bc9af50e0887b1368c393ab37cc5123011aa3b7ddf7f92f4979626c6eb3f141a62c66843c910a6473a6dbfcc982e9297cfc00994e6187258568a8613767b271c4c6bb1ea4b48929631ab3dee9cd03edff081f760f1968632b5a23fa5163d7b2ee', + 'f184d3809b13c417e06c7ed51d89e79c026fbfbbf1022662a61d5e5a1de2d3f2b04f583d8112b47a179f5dd44c7f834c66eb50f384996f5c3cd6cb5182d599c5cb47980a732b97445ce8391ed999f5bbcaa860f0089eafb0033977c7a9c0b8cb8a931a503a06765cf76f981b8c7e44d375cd761944b8ee46446fec255b4939ee', + 'bc74041ea20c9b7489dce3ba9e279c00c124b6bf94b90cbfd2864f37e3254037adb02343ac8470404545cb955723368a145b86f30f00131395fbb4bb4151ebb2cba45c5921fd848fb9c8a7d325200aa8e84d633e888b8e4ee40d8146c84282a6bf5798aa28fd3f298c6c5fbd2fa87f24e50336e627e3e33866c59e219f826fdb', + '2f42a2ad39f842c355d46670455817e689ddd9e7e8d8e12b4d5b8302d4dfea3a25400b430109db911af2c04228a7460139cb142a483d1e2e129a1c3a25033a133a201145c464d67cc993d132f182118add1f5f7cb9b0703315605fb3f0f75abf16e99bfaad92994c0ac08087c972df4b1cdfa12763ba3f00fdb534b75e44b006', + 'eeb955b959c48f359e05da6fe4992c907c1c0134671c007818cedb547a00772c354f4da12e9a10ad4cb78fef8264de430a80b096ee7b08f9cd0b11f3dc20491c2b1be5e72a3a72c06b57b857a9d3e33b0acde5aaa19716a8376a1d4e4b5814655783e733558dfd95824f1b4e62ce859f046a6618875971addd54c90ccf901e2e', + '1552df9bae4fc97985bcf7d5fa01799332423bff194a2a61a7c298d263a7e24d26fb500922ba3c06220f77e613c8e8ffc40876aeea3b29ee674f8b29cc22554e1c364723d3ac58dd26700fee8db1311e7f949cdd7c2973d7519e7bca98b2c5947e6d8e91c90e6323194689926da39b17ea4f7533d8fa5145ee15305ccf417c4a', + '4d4481936f523035b921005101ba206b85f55e272ea49016160e32d0479f5043c6dda74ad09e07826378fb59007aac67b0190302456d0e0ce29ea510bd994d8d24075c92be7f5e8b14fab85b4f888bab4342db81ad80f114b94cfddfc81600f46fa9e993c35dfefbd48e7e80774e85de49572fcdf04300d5a4008464ef7e321e', + '7c881de00388a00f8ceea887b8e87ef7ceb23ea05dad950623b0caeb2ea2fb7d4149aacf795d788630e12fd522b306abce61212a203e585c4cb53921fdde506caf4fa6af5935879450a388ee6829c9ef5ca9789b7066967c545efe984cdaa3a08e43196aeb3757a1b2dcbbbcd2744e2c3e324ada964cd9d00352203663be7c81', + '837dc190bf0a96d9c7879d8d998c5c21a263475180bc9c700ca28cfc98ae9b75757b496fb959f2e73e46f3d3ee1a0efc3e011010f92eb0f33fcebb57cd3b6e8c7f73239912c8318b2fd90d0da5c0b539f78d4eae16f40be36f4252bb28951a59a74d983555be1a6fa127336447e81880d2ef4a535f7475e6a5e6984f32256783', + 'd60812433098c44623159153de7cd2721b349f685c43388a74c2a3d04a8e972ada4199177c61657369d78f907ba26a8934cc29d3029d4415c1101e3a8283e4c48bb2b8639fe60fc67f6a57b1b03fde507f10efcb43683e1ae223851b962370e1f144b74f1f9189e66cb831dc05bbf46e03e93877a50dec40dde5239a0fd5022a', + 'a16b3fdcaa7eb6a2135159aa6948c6a8dce747519f9f54cb92e759621f8fb97c615112cf8caac3d189e8ab70e0833404dbb09082e93443f24076e223c6d91a9d3248f3d76e1356aa40f9ce062a868be48f9fac7b165bbeb754147fe7a5bee8b65a786b5c1a617a1582ad48d20ff8d32f3ed922a6f1bbcb0215e8b91682e72cae', + '04e4798b90beaee2ecca6a4c1463ad9c1f9661e0718332e731059f00fe955105dd6bac9876e7a5ad8130d3497b1bc8889d4ea1e50ea5dcb658d46af6194e0547fb66c437e5b4edc373bb0a1aa4c83fa3d31dda40e94f2cd5d0ed98042b62e93b441de8f145ef2f2cacb43847f935b9f2a94d347a684bc94b839850b39c9aa4e8', + '2d201194f73a9ca6e44834d8a44aa948287d1536062c647020c9140d813c3a5e877bc622475b07f92da6721ce36d9f4a749f9406b2db46ffd5835dd0641238e959af31cd8002227f20462836dd9fa658ddae8da62a63dbb45713629d67cbcbf4eae3dafe69d6f41e0451de905a89c75aa9d28980366e2c78f0a2abdd500ffb68', + '1b3b012e5a3147207350e981c05f20f268b4792078f986a23630d325b2f51bc69d03bcbf5efa694663601fb2b5e55ae0d0eb88d5b145bea4303faa9290dfc979556bd96a552b92961270916f47d6950ac1c5edc8703e3135bed431301ff82b4dea7a4177674d29da298b27009eb83839e44b9041de6a471d88f6504687c7aa09', + 'f80c55de4b5ad74e4f8dc14b6a45c019e1826654ed66d9d5123dcddaacbaaf60cb8323d440f1b1ebf810bbcf89eeb37b0b128b68294a6c6977aaaad307d1f8e2376ed858cc03566745e9f6d16995eb4e2319892e8fedfd3f55f03cf136aa39b8e4d45bb2171a2e8add1f599c31c2d05ad0a04aee48d9f6215218697b61cddbab', + '9f65a426106db99dcb2130be14839241d4a92c8becc108d2c9521b8238c5c0df7c2365ec9f20848c0559d6e847dac3103ee31ce55dec0c3644e64c2993c497ddfc3a5e4d9dc4bc788cebacbfb3c47a8edeb9773e128bf13a219862617b5ae8ac4731f511b26248a7875f1c0a01499f01ddb3a55eb2a99e2685f0c5f298909b95', + '5f172973852b947ad8406fe004de6e94127c7fe2e9f3658c1433a21dc5359b7a1a31f7baa01048371624ede5731737e32a21ca50ac7e46602e2027afada1ead5307b723a4e7ba92cef736a2e57309f9360aba64c0683faff29ab0f598f607da4295f619c9754007eed95ae63b810efcc3c83db7e00ebc7908d3e21c2725c9c10', + 'e84dc3e5a3e9c59b8d4c80fee20b43f388c935d5fd5ce9b98f2b32f7cbda39e6372acce6441af9a47e53dc9906c2b5d442873dfad30e3b8bc77b5266104c1d9035397e31485f32df189ea91fa7401529dfdbc2ec8078a5525df437c5c8a784f24b447ecd990098d5c3f79099afcb8c7bc78e69b4eee25098b85e8a1bda349595', + 'aaa05c3e8c3337306abc752b9b044dd7349c9604da693749d461dfea648ff6ff585dd3d3dc122f8b929ad908e586ac0e9a53bfa5a7efdbbf4979321c51484d6bbe3047b2910039efdd4ff5001e79f7c0cbe498732f88856474ae70cc01f705f606a120a154063da6736530daeee51636f2d78b35173c1d7e7e8701c31ca405e9', + 'c8dc1345a06e53e6d7b7eef4519d82a43f1977cde9e8e242ac84a95e3e52e9e03a1d94f9d8c35fa4fb2edb367286e13677a5346e7ccc62422894eb419c27a5fafaaf5f11280fc592d1d28484ad60aec203785f066cdaa147d9448d45d7a0b362127cbcb318ba4e57608930078b94afefe97940bc3f7c66f7c87dd6917927dabf', + '77c192472253685d52a6fc393bb7a9d5bd73f5af2b6e742050d7eae9b4acb00f1b2a59ea4f8894781fe454f7a87e2fb2d324041b1fede11aa12a24a5499ae09166dd82a76c2bb4fbf546817907adbac195139935480fa54f7f15d53994a5f89761c254a702a68e8dddb4cae8e0ae12a90a28fc252d3d8769f28047cd1d35c2cc', + '2272579ca6eb22dc3f558314c47c2ef8ab4d678a7d8017e0877a1f28d371ece956d14b8c6bde7f1a809b92470febe8b0d1f71a612ecf019af75410d35755e7fd07f8260bc25c7fb1f97c106bc757efc2274e06cb65cd21f0d22d45f2bcd9442f9db08e2193ab4a2810c0a589d3066ab61719d4d00ac0a06a80cd6590e9452807', + 'f54c5e14a29abb699fea3504f4b9a077bd40a4dd72a61cb56c75bdf0a54bf848c0d221d449f1d0d93d4488e4cdca96155fde3cbed6690f2d13559ec5bb4554543b83a0a00a3952432ee549b902074bb8361c34bf17d053f211701125729ed337704822a16edb0a4e7bb3bfae1cd787064be3d30abf45afad6eac5d3851be3d99', + '8f636070d8c5c1f979734ae36acfe63f0c0817531a3f8de1dde9f7ada0751939642e1ed3d56230d17cc4471c350f3eebe4ec2cd16416f1fac0bc0fb2a627bc26189c356f658454cc58ca652faf8536fcced76d0db5141ef930279d964d3291bc13754a4c71715571754d4d26bf78f3f93490810ef7833c6695f449617fe0c182', + 'a89bbaa86a339951ddcd37799e21b5d1688e4abedbc72daf7cc9b5adfe10be34c00a504196cc7baccc0485b8682e48e9b00bd515ec4f5dbe6d9a529fceaac9857acf23606e9fec9a41ea03a761f1fbde9fd2c287ee4780356790c25691aed808e0d27b2e7b15b4c34269f96f10d098583dcc593b68165ebb73924ff9ce83b464', + '46252e54907ec102948e8233e7254a6ad0fe414250aa00025fcaf272798100ed59296db80545fe920ab75f8c0934c21b72f4c96c90aea6f7c6c3815718ba1959ececaf53128020b7039a51e766d0cf4bd9deb7a2ed9ad495722a0892f674edd788d6bbcdc2176d98069e1fec07e2bb228b22d48b7056d204ed6550ca1b98c290', + '8d5044a308c18e305d0a13bda0c69555bdfa93c9549bc053c751b37a917be035d973c75346136b1a1678062f6a05fbb6e4ab0cb97468cdce6f0e58f4e24643bf25d4cfb5b31d62f738e63824ec5e557a205fbe3e16f1e85e16107156beaf0e509afcc58ff5e65c0deedc1163ced88bea989d1120e23dfa4de4dd6466cfbc2931', + 'f39dcfd65ab7d025bbea7aa405f6d64a22aec28f7c64937fc0a2ff0de21b3ba961e06015ccd71374856a65a4c57cf8cde0a1643aca8ed868dace055dcfb7373b119dc5153945ac01d29c776f61a962b9a4c1befb18fa9724bde2954d1d70204a8b3ac77fa9e9e3f52dea77aee4675b35f7769a786d9018daf1447885d52c3cfd', + 'a18a27748ef39b49be984e8d18520110008bc8a1d5aeb424bedcaee5a7e1a62c8666ee12e367e09297e8c7e3d4e4fd056587509b379daaf81949f27cc0fa2d210e9be951940adbfb55ccc7e5ccffa044318ff18af9ad7b7f9c7d1f939a0fff72c091e1daa7c3d4a97fab153b0a8933f2eb0d721621c86de0cfe100d13e096548', + '9eeb079c552e421f703085b9b275d5b05c0c922efe14f2e78c7faefbb416fb1e6fbdbcf6d7f9f6c438af8447692f0cde5d7031ecf59d0a8018d1d3360620e358e9d6de49ae032c241237aaa0008a9f371adff187966a99f84b70549f0b4e9b6234bdd65d8254cd85274f5f8b1e8e7604bce13ac6888285954ce397ff6caa0c84', + 'b8ec3714f0f54c83d7e1e5e187b110d0abbaddf1ec4a71a9ac8e5625f7b3159bb64c07d326f468e78934ad471ca717ff485b893d1c7b970dfb2bdf6892b49c6d0de178ee8ba9a22ecf0d21e938446895f3162ae86f866f9a11b3e86c2a007f692673336c065b23e21036e8d1c4d1281a13b168fbccb222d757ee183aa5e0e718', + 'bdff024f5c8c625bf0e557c138e02f1fa7329bf70b846d616ccaa1fc37d09a2a9c15af7d34dde66ce782ff4b0d0bb57ad3ff40dce07c1e8a398313c962966f3ac7858f515a85a6087c82bed521b6f9d92f7b1d5a285d4f7309741f0a72f1c50306f6aab315ab2b98798e9947bd0a84a5854c395a29528983a444cca7ad0826ed', + '8d8094c0736564175a29e567309809ea14e090745e8e2904dfb9da996a7da14792ac5c89b6bfe6d93b13837e19527ea6992e10b45d5684dba0a299ecbf91286cf8f606ea72ee2c8f7e1515f71dfa683fc2d0d760596647bb875931f53488480447c85c8ab0d97e62ac996579447810e0172cad1f5aa6bacb1d446a5bd0484a37', + '69969242b77bb69e8d7d63bb08d63ebe8be96a460778f4447a176f0db6e1dbad6469cc7e48f4c8fac7e5f0cea678e22f14b3df71eb9a29d633a3afa4e869ec7afca40de3a059522cc04eb673ccc1d201be59ffda595dbb91ae244e61e5cdad7a3a309e9946131ddb80a2fed30319d5da92c413a6d929711ff584926d3773e356', + 'e68ccc21d4d7e9155773e9d612813f99baf6d72c3336562cf6e5a478b6f9a8e543145234ae12df41aedd587c42895c9d989d20942eaeb4bf3733886040942e4e138461ebdc9147558af9f3e178c02ec54dff7714217f48f0e1869bfbf4f1ad0e1e83022ea57da9bbb36fc1ebfc4d3c77a0c5e39453d09a25bb88e62f1939ac8d', + '657fcef962db04bd269ae5fef2cbd5e6558d072946d235e8706394d4cd250796769a926fbaaa121b6da42cfc82808474dd672f9362756af252bd8cded78d39b9ddf4d99e24824844934fcf25d03e54df0d83cdda2563fb2be73b54b8b1c4419d429589cfc9ea0dff41a3b7c20190adee8febca47b6264e5bd8e8d4aa8552850a', + '422e4cbdbcb7128f1966ef7432049d13a407cb27c8b4b7cbe686fff4a5d3b53fc6adb1ed12072b2b91188997fd05750176ba336e771831630956e06037a1c3aac106c64d1592d0627ab89b8e8ff2c4cbf4ab1e6b475d4c5a52f78fa38281dc359b0232e8aba22abb3d0cd05fce16b1fa85a435251ec92f362830b3c570bb2869', + 'a67b1dc3633d30c4ef2bf3185fd44865d2af5e72015cdf8c182e6b28c5e746c98ec24d2467b72f8284fad9676cc532714f570982993d4b22c7d07a1e79ff5a75c94eee75dc1fa222b630cad753664b30f3c99826b5cfe17c67dd875b9d0bd2390028e6ffe9fef36a2fd6adb13d3ffc69670cf4a67e9c0764a15e7925579315db', + 'a9174a67603a4d5fbaa8cfb562f07393abadbc80d1b57231829347a29c38ba6639ed3c3ce98c91e23ef07a2e8eaa915af4f574a098ed250630fbb17cc7941024bd234df11043e773d93276f11a8291b9b612f0b4c13dce3dfa5191339643ad4d40a1c6ae5dc715ba94560c278ee23d57faeb78e5d50f337ee87d2ff292ad598a', + '5c97f13331db20f6351f9aef4e0b7c9c92a2cabf476903a80ecbf8b65bbcdd1c289da1e1eb5f7b2bc5ecc6bcfcc20ebdabe16bbab8e80def077b19c2ede7b490e8095cac8d6c7fa5c1b146c82c34b2e6ebeceb588593d53f2107e310f6f1305102a4cc9dff4853ee9337c51cc7a791a0ba8af39e97b28023c43900ab5c207be6', + '179645a0885bf0f1deb9f6c105bdbf2bbdf728e6ed81786c3a3e955bd960781ba12ddec1650240338098068db186f8c42a07f58ae3fee7713437f652a3f0fcf0fb9839d99ed6498d1bcd52e2039f82a7f92fb988092c82313b4b48b767d3c7334a5fc0b0dadff147d7e14488a30f471c53f8dca9061332f67500f350cc12bf2c', + 'a782b87323a0ec6abd8f27e50e976184847e166a04a001f1d442289cb923184e5c5472b9f24aa6181c32ff210c84e035eadb4ddb7604ac6cee54cd10323f29e82627678d587225bae3dff445931aa454498ec3cda17a600ed34714dfd71944a4cda4a0d89b41efb6d8400f39e9803747693e8029cf2ba43f4ac105f2f0d6f1e9', + 'f7a519f3b5ae6fd988eae92a9bdfbecf81e7b405d73ee50e2559c32606795ab98981d5d3d60444d815a39c758b96ffd606883e1a7ca89d04effdd6f393f960143352f0d6d10d419e8ddc11bdc8a96c9f88732c441e59c1f407f42e2f11ea54e4bec073e3edf0ee93b73c4ee898418a90cf4f866d0778d94836e7d3c4c674bf90', + '2fb3b04e1f5e7fade5abfb52efe19edd2ebc80181a657b85f7a18d3957497fede1fac453500da4a6bfca9a8523d8fa0119f8d6f5e2f42396abd1184a124cd7bee7854f322ff561186fa541de27a220089cac0881da2e0733fa738fd5a1161d04c9ba1996c4fcfd2b7da6ba04022558193f3edc650cfc6e856bedbb810a8e99ea', + '7f7577736313f725fb872d0703a3759c422a55db25e34ae0a7ebc8e2734f7c654ddad4b1ae2cc182ae0cbc01270007f3181a35314714ec582ba0eac108f946b45cbef8d87a009cee759a73bf3fc0ab5312dbe0640f94e212262fb9d9351be6bf74c7ecd210b70fd116d65c2a930ee924fa165e5ec58bb4785f433d1042dee5f0', + 'cad04d5a15ec41e28c9944fd13bafcc52f54aa86c5420d17252a846b46af726353e8e6e667117c3496817e772cdc4f9c398a0a604d6866ae80bddd28b56f0d0420775e190692e539c43988c213d463708a2b6b75651d51cc8494aacab7b84cf63863fb1a79d5459a20aaaa05500900ea2b1d16ed95c998193a973278d2f2f8e1', + '55ceb7328ec045967807a80790b5f55b2a66aa1f6d2edc2c9fd0927ba3316c3bbf0c8820a3e6a5fda7458995551da1af278be86891c509cd4252c8a9a8769e9cb2f1a36dd9e9b2a16124c74ddc7aab28f18ad4e45bad86bf34283f5574a652b8b5e5d2c239afb1aa2d0c29d62fb65bf00fcd373cd2cc9b29fdbcbf2610a7d0b6', + 'de66e519983ba074220640d09848cf606f6f959c4e588de61f11156e67e3e953d290520b13d99b04ea43c58b861b7cee0eb849dd7b000816a82e9d42acd2e3196718e5cd5b4e51a6bda129e9cc27bcff6223d5d3c984327ccfae371c1d7de408c487052919a2a8a2c3a7d4b2127578dc9338a246e1ebf160bd1b4dc561eed566', + 'aca7f7f326453435b2ec9e17f0c8823f3cdab1cb8d4783429df61cca4b59ee9c3d8b7fb6c99c6dcf1629af907e2f1d01372033423337127b4409c715845ed02bf43edc3b634fd322925e1647953b08167ccacdb0335752e0a72a8d522a5b06ff19e896ecbc056e146db35ca2fd944a6453fe087d564e4b5a0e7ff5e705fb9602', + '13475d77c30210f6beedff5c38b926803e950da0a54f55a540bc90a8565b56b6523595d0bd0728366aa3abe6f0948e5f5d0169aa29d48f9b691ae65545adf60cac113f0f479dd005abdb1576d231f18eccc00c1eb28c6fe4dcdd4e0c53e624f689a5063a480a30eae95be517c6d77696f29aa00327c01a07ffcd6fd7674d0afd', + '3c5a85e4d4ccc1b8ff94c7c7af3031136b58e1c7452994790c83baacc2b086995046412f794ee3580da5e47e5fa3504ef8fb1abb8de2b2462f74d97dc253b5c2b091204edfd04676e0a76f2c694819c805604a090a3f2456cb39ba4a104c2270c303cc4bec99119ae0620fd9b467b50bf8501ab7a2881331499b041a94e3f62a', + '0e16a3bf115933403b178eb58a604ee203393afc54a61060b80882851ba97e2f7f96b2e69ead50a7d0f60ed930377282fac24cbb389284629e96150eb24d5a48309389f8acbb7d1d79ddb8c1ca71a82d171d2959c2cc4ca6fb0056cfe1690c1de9b62edb84ab420afc7492569f39784820f2d9bc3a7df09696ed4db1ef261d18', + '8c8387f4ae2ca1a6dd13d29e93580b1cdf6268da66cf589ca8b1ff0884f7d8b8fe299f8e41596e47e0562653612210e4fca6c446a0a54a6e37ef80d52bd7bb8729e6b17625d197159ea98622235223c316367fd5b03a3c8145f2f210c910d00094238757627e63379e75bbb3e0d08ce1b47961309d7876fc59211c60678c5f4c', + '50bcdf31389eadac5bb8197ee949f2864ede284c07d039a0b40eed7e6f1c43355d5cabc8828d7595da918a34a5735aa202a8159fbf951e547052bd39beae14360273540913eb30e75ba29266316e8d9a63ad947e11cee996c21357d3b19424b7688842b990c0c5eb08749ada344275b698740bb3a58282aed2d72514efd85d00', + '65bf93633e3a4cf878ddb21a5aa2672fbec644fc6bcc4ec59ec6e5b5ead03f8042dd154655b69cbb1a3fb785abfc6be556d5939af116d5026fbad483b1e9a7299ebf8b90764fd40563e82ae85297f15400ec09035801b86bfcb9e42d224686b0a1ee5b094b0edd1f7e5f710cf678e2c6e5940efe4696df486e4a7d7de4eec25d', + 'cf7210d4240cbba95a8635c1c37ef8bc4bbef2dbfdb32e16c922b0688416a16e301dac307eb3a73f91ff760005bd2c47307c7427a7093009042b5ffce790444c3b08c556bbf1119ab4f285120cedd1c3832e569139e9d35771e34137946ffb2f799c22ede3ad40e54bc92ba0e0f42d57cd3e61c0ba3a602895b21dc292990e3f', + '5d118ebeeb1a9774901045f4af19392c0a3f641b351618934b9e653ddf6aa2dd35024ad7b2870af39295175dd96dc5f08c5456b320360fa4338f92b57a8c6715fb6ddcb07c2d0ff93b6549e7df6e8d3dafc5710f02b42d82f62ff2d365fd7d9b1518eb512f55cf10f347829aa961ba9edb5c5e36c1d899b4fd462e9e89050bf7', + '155f60ad0a95bddede2a10f0c8447acd23a541f37b768062e8431db99a48fc9cb6eb72586189fdca1975327d4c3ef6122331f1e59f1f40ede8616ae4e21896a800b9fbe25dca97e509e624d9a007481822050cd8fe598f0b7027fc830d7cb95a9dd4e19128dff5f75484ce4cee27d6a7c6277815c0abd583289fb9de46f9cd78', + 'a5bddb41035156670818c030d2893f7eca39a429795de6a19e8aced57dc0f35379a7e9b0e518b62a18df858cbfc09f5278b8960e9c84c30a5b68f32f0f295e25ca5bd9bc31e34c8b8eb465d720dc8eb6b6c41d737cb3cb35149568dce8fbcd2cbf62112d8fb800d1921cc8d89ce6f6f1ace7a122c1f2e569ef9a94a4b13e27ae', + '3280224a9c75f01da9fd8bef8b925a1b7e901604ac8cd0064ee836ad15a41225c87713f22e1fd0e12ef50a3f35c43148d8db2ae2bb61508cb1e9b9912446ba81b8a1ade12bc9f12280c933d05cc0ec0cb0ed2b3c980a950183dbaa6a95064a67492577805b1a5cc6e5a28e0ac82e934e4deea1790c2ea74f0de5929f2e8bc9be', + '012870169ad72eb37a51b676597a2a8c0104464fb33fe6bdc632c82891ea922e8b1217ecb1c4d66f289fc36b241a4b30081792d9cfbcffc7aa7efa4eea7ef4ad2119a84484baa10194f3fd1cfecd7004bf5c8c998b963f9b70659d62b7fadfd00b65ac85dd6298510676ebefae3ba3f06df8bcf5b175ae21600e38cebe055c7f', + '4432f43f1b00d306dfab2c2a2409d049e1c30e897450d42ce62418657124766a3f5e1bcb75f7e1027064bb4b4edd54b6b10ff37abf12a28c6e9a8f70fe71b250c725b04b34fe000f10324caa005c1a9d512bab32f4572310c7daeb0d175c544362ef7d6661fc7655457da5ee426d69274a7dfe5a1b09a1e17b4af4e3c2cda36d', + '7ac33ace5b4a6a3292b72d0dd4bdf853509d9bdf87a5bc155ef684c6718b9853ab774b16146e12fde9873878f240d29610c3f66b166828b4d97a15be8b3e848344318916e292fb421320296eb025c9c44db331930e2ecaf1bc0ac1a417d6ff436e7a5c986ebd0f49380a69b7b673c4272ef6b62017ff8a132c2ff042c05cf3da', + 'f4d7a8f73898fe68c398588dfe2e019231131e194517908cce121bb2491ec781a1038634f9f3189da5782cbb79aac88f47a5ea2ca33a700ee9e535ac82ff7d5062359327d539b0947cb71fca928b9f9a74310989617d32267e8c139b1dfa27813e5515f956d28ff8503f7ae2d2394f5bc19fc15a0747a07e94effda6a2768fbc', + '504ccaaaf09c8e8a0c567ab7f1a1eca78ebfedced9e3b7126e43757e796f493ad7e193bb78d57137085b825cceaaf041d4b7ad9d4806fc3722c0349d0707c0196d866be1014cdb8e45da5acf7e7add5fcdd33e349cbbcdfa3b4c07bfcb3aa5f05c63d98452a8d4770dfc8b7ac9babbe9c23c2afd9ca93143030e774c8fb1ffa6', + '7416ef51d9ee9710b83b2f0bba9345aa7cb4f4ab8f7308bac4f66242a6239f824758f4e3405d5c89f397f628137ea819675109adca087ec1778aa3928320ecd3ab298cfd501095e7c07c6196b7c6325626b0150932540cc0805a6b88b06e838727f17e4712ef8a51a7523afeae55288a413be06ad040f9df68d085cc34f7acc5', + '0c6908b5053e858bd901c18bfe5f85e73328301465a5b6c2d42de91172f3f7028b22342bab2c1ab0bd5e8e6e70b96579dffd27c970061330fc5b638f3105d14a359d59f98ca941613c2957a22f6c7ab1d8285b091aca859e650b9b1322c4e12c5103fe86705e01869f87a18f0321c97868d2543d2a9a15f455631a030bd93191', + '07355ac818ce6b46d34163aeec45ab172d4b850b0dbb42e68381b67f1cc8e90a4c050f3d0138bab27e6f4f8d678bb65e184656493b7541649a8bab60315fa16c882ff85640e483f3eb9789c2215575ccd01fd0ced3356d9ac695e3bb19be405864b9fc5bfa5a2cd1c1c4f894412b4f28fadedae4fb842e52b0a545d8fc6d2f97', + '17925952af30959b1a5a136ff11b3de10db6e4cee19f31080dcbdeb43129a5f1ff71f9bb951cf50e09b3924e454d1ce61554e7307e873e9552459cf501081f48b23039869202a9c56cf0a9a17b1a69e17c16bd5806ec12081e65a78e0786faba5757807d50e998086c96c2323a8b0c1a6984ce0e22d797ac9cb46747eaab1f8d', + '00bd47d752532988758406e3cf718baf9bb9ed1be09a80fe9f59866351e4444591b75c9715fc5688e2f68004c09ff87eec9007ed0e22b0146ad389075aebcaebfc5fa4fd28f5d4d6a5a977ed9c4f205d4c7b28e8009e453c3e715e7642979ee5ab7ec8107386cafa246594a449ca2ad42340f8159e5567ff83fcadb8ef31e9bb', + 'ca7e275113faea9fa709a4ff193bb035ae1985a5c9c3d316a6d8cfb74b96ca5fbc4309196fcbd1e0ffaac1a7240c659de33307ae021ac84dbf58f071c24683dd4f6415a5c0f9deee33fa11f5802d6a536e8e067f26f27894e7ea1954fcea9f6debabf2fcf0cd3b50a9c13df013e6e8dfb5f22b1e1b940b738658f269e2ca4998', + 'f211cbcbf3f7a9c489ebe8f76922fad5cd3d0fa66b6e9fd0a4dd4256ff4ac89fd5f386794eb8ee5d8c7d63f525d04bdbd7cb65a4773c5c1d2b049dd4d9bd66dadfa020c805a5ef00afeb8735585b412e3b896ec653daeb3886ecf6991e323fa678df42c00006d5355dfffdc1e80c0655633cd316e89072a91f5df3aeb4f17b8a', + 'dc59a9d3b6d846f0c7b2ce52eba31d3bf192915e4c7260e70b662fbc0c28e0026cababe441ff708f8c764b8169056a0489ec1bf5e29929caa5ca69d471f390c0c6df4764bc9982b9f58d0d23d0eb67f9df4cd4419c98aebb5727fc22732646aed23da7dd8e6e2373ea413bbf881ebf21dcfae4c9e03696c109c30f2e7a8ba9d3', + '62e2a73bc77ac85b1aa812463dce29a097cf3c6973d98b76a28226226817f74196300255f388ec05e00cbaca3c32dcec868c6aad419dadc39debe10c5355397ed1a7245d976ccfb0e104ebf586f6b014208722926d8b9307f57b69d2edc8210b5c6f94b97cce794563b52c2fe2c1ae00aee5ec80bd4a4428f35945dafe16b6d0', + '34576ce2cbe2173bf40de23050851aed2fe7341f5678b34f00154d6e226d49b1f36d2b9facfc93688ce963782021204cc1269b845ebcd03a7ce60e937a1058931a8e0c363d45c2bceea87744a2e7eb9cbe6247585a640321450e0750499110bcb0a156cf06266ce0213467bc5f3d42862f8581c2d3d715ac647780ce165739d1', + 'c8ce9813cc18ff5ac309ea9e2a79e5091387a258d2814ae1fa0511d488660dc15d51485af2b1147b47cf9e671cbec65564f62e2bf73f918987d15709d5b966c5247e3a1aee0538acd7b23faadfd08154db3391ba261bbcc6945c9d7ca7bcec81069d97da2adc14f75bf8f5f0db77bd0e6185f28dc8df73a009ef0cb6673848fc', + 'c4c45cc235592317741f8ee232cffc52e9cdd87d6f66c9bacc56284b498eb740c93490975cea5ba81253c4c10dd32d0dda979fba02d6075adb569f8aa431aad2d1d964cda45a398afddf35317378bceaa31a7bfac8e89e2f8db0437f1fb92fec85bcc0ab34302384decac77c8c4512b2ec5f5287ec24f601876efe72dfadb054', + '2c869831696381346890bd7be46d798e15dd5c8879fa6b6dd4072abe76a5044bbc4aed49d9f046a4d60a0197d8bc0579a24bd4da5ad36bce90386a897c5e742c879dd9df0e6f7220626ccd5a13798aba6e3c053e44d3360fedc5d5108d38c1b79665a21c8e4acd4f139e69ef1c0ad0f8819638ddbe6293d7f496b47c309bb293', + '008cfd9f494b35d937ef3e1d8dbf95015f1284bdd206ff822375cd0deb25e87ba13f255f60031712eab9314aeeeb2cee86d1a829040d16beee99d59b47fd9bb010c517010f32d5facf306103e888af558057ba0c12bf6c7d6fdcbec902f920b357041baedf40353aed3a157105fee7dd568a028d8583c868ac27cec1a3833e2b', + '07128bc2e31dcb22aa5b9f3ed1b852041d36f022168f59cab91c95b26df56760385a25a43351c6663b913da1ea9f06b0c537fec9b7ed77c7bf148c2ce5dfb26672c69051602b11fe103eb7b33b1e32322b41313e2b15785c3ce732d7090589061d1f75d154f3d1728f2ab479ac7cfe13b61b318b584f8311985d31bbc2ae15c9', + '58dbed97e835ff418e9b06c0943d43e2e3727edf23504b8b24798cd07d37375c73cc59971c035bd8c40b84d88f85c06760dca05dfad5a1d46567b19494ccefcf44d8b30f278ace6c42e1130293f016a2f83533c84c27d2cdd30eea5ed817c42d94a802e652f1df65d1c4b826eaa6ccfd72264007626d66e035173e1692413dde', + '10ae29e78abbd1c4ba1a24bc417b6122f5e9b87628fdb0382e51c6fa193856b9c7acbf6d1f88c3df97f82cbbf92db5e6685527119ecac38f7789e063b3e7d59ef77f19e8166fa95c8fc4aa9957325015d809feb53964af9be0a39440351cfec2a90e7f7ff8d64ce2aa66e67de0f2fa584dec858983333b0570882ab628419bce', + '33fcb8eff417866344632d0f9e8198c4dbee1c139edafebdef37356b2610729f0b1c5eeb3b932261ce402d4a36d8311b6a8a6fa445d7358b28a4a5f9e78db793e37d82ac737bb7b889c76e04922625a59d7a05afc09568a7b74f993acfd6da2e0346ac9a647a4a52be2177a67814794cbce7669ad8bd9ef8e4619996a593e35a', + '90a02bc5f26d2ccc030b1503c6c712b8e6ef4b41ec33b887b45137c122f2dc8211ce88f68c17bd684115b008320ea0ecae68675480114f32661f26eac5b495569a25ad0db45bc3e521797eb6e6be2e61f3ae5f11556cafc1ae6bdcffe24521ef14ebc392d1ffe7488a7ea69448a263209b075c01d30c803b737c8188e36e2955', + 'ae3897b902c499faa6e54fcf8864ae65eff6e24903b5ef7e8fd198cd0683805cc4438f82973b97da7efb3796b06e0016e00dd7bac0529af4c47007a12841d99934803384bf3842f0f27c1fa14e59f228f0095db814691834d9aed88c4453764a86554d6882a3e4658ad0cd98690cccc3a7523ceb08e3af6756f2d53860a19f98', + '7ac33ace5b4a6a3292b72d0dd4bdf853509d9bdf87a5bc155ef684c6718b9853ab774b16146e12fde9873878f240d29610c3f66b166828b4d97a15be8b3e848344318916e292fb421320296eb025c9c44db331930e2ecaf1bc0ac1a417d6ff436e7a5c986ebd0f49380a69b7b673c4272ef6b62017ff8a132c2ff042c05cf3da', + '820037b251f283a52f6c19177dda02fe2416060fd593158e96dbe6647a3bde72afbc3325be56514a0f617d24ac4cb8bc4691e6797de82ff05cbca6fd23db28134a7187d0c237e8d57ee86ad432f509ea5b79c1307f6ff68db62313ce69e672f85a067cdce4fd11ed85e92a4f993cbc3068b5e05b638f320aabf876fcd3c482c8', + '097abbed69ebf2e5e87e4ed54fe38d10f32f4073962ed25088fac6ab11cc40a91413c745ecc349459af05f6c229bd3f232cc603105e1b8a18725cc06baa447e8583e5b44bafbc181f89efba5527dddc9ce8f4bcb23c74442d6a020b7a3fa15121e2400529a3a62814ab1a9e7a630b27f10a18ba7b8897d1bbd944a249575b30d', + '3f61d4e1b7b2014510544a12ed367d378f6204bcebc8a4a8003d6b2367c3e3d82c0b8c9ddc388956dfe69a16086b4a886b5c6a8e6f54bd2724f0f596d61edec1e298dad7c8ab8d35823dd98b140e0d3a653e59014d1086d9efede31d49ac83ee0910a5d6a29274aba061f1b738a82d15240fbb5eae8465860a3b1e00e8f33829', + '0f31992894b41db6dd3e8c807caca260b2ca46b5320e6bb5288734057a105b874ec9d373ccc8aca9250b3845d4b16c74246a8887f22dfb46b4298087bafd8effb42bef5775caae82f67c374f9ea0ba3ac0c9d088666e61934de3c5623087297c494035fe1624ecec5979d3c562e0555a90cd66df163a6743fb9d49bd6517f6a8', + '8eeabcffbbe968425ff795fabaa1a9c77a2ce9a931338fc205921c5eaa83ef308d0717de528866c181bcc6e67cccd058b5b69ba11df0d28ee04e0a334f25522f1db10b31cfb4fabb6e609b267f77b8e735b13b10e45e411ab94c6fe1a9eb89f0a7af40ff1ab64cba8eabbbc4a9ea89fc61e470ff6dc501eef955f4719e1cbdfb', + '07e23ba57979f53aad3bcd9341e6de6fc64ff3770c9cf019a0b36e9394f3a64e7e21906ec3a54ca716f6c0523b5383c011b4f9cecf00c0b98e804b340894cdb89fa4591ca15a4765ca0ed9df0a821f6d89d0171de9a019ffcb9e7238942c50527153ded69800af1dd16d606335dd791d368c958ce0e6c3935ff72bc6c023f5c3', + '8c79f911b301a8718cc4b19a81d5f0cb6312d87c5b4b079e23a61d247541cfc2c41a37f52b2c6e43a3db5dc47892d0e1feabcc5c808f2391791e45fb065159f99c1d8dd2f69baaf75267eb89dd460f1b6c0badb96cbbc8291cefa370fa7ad6997a4ca2b1fe968216032f02f29837d40215fa219c09161df074e1de8e37056e28', + '08dd4f5c7afbdb4363a7df60d247776d6c7c122eb155d44981c23858de4bfa3df30134b555b5c7318a69fce1c8046b11fe4a1cb8190aed4e809933dfe080a45e2f72753beb81bf37a3912778b90cbed866d72683fe85f7c176cb601023341276c4165915c3c58c00b806a84d2fc7386cab0d78b7eb2db9496b3f07142ed00a2e', + '7261818aa26ad3861426af03ae6ddcba10f19213d473def6143747de2db5b230c39183cc06cd05e1333e0c055d3cd9856d9e3df968e6021cf0b886db0e91a9ac2eb5e9216b69ccbd0d637f06507fbcdb68b3f008c1459e188b3bfe6b7614eb88bab5fcb35ba6f0c3ab7e4f2e109c4e660718f36869f97b91eea9f9b4efa63f6b', + '725400784625df22bbb897e7df2bdc801f8e8c1f724788f5d4b5c3f7f61498e234a1617cc7fe451d3cd7516f24c6ca720e74c2c3b202ea1d6fa7a720f89a68514a323663e14b8db52bed6a1b3d28a5e1c542810d3f1582e56cb27eb1004af7c29b4fa8b3fbd65eef70400973901913d62b40f0868248f754b31f703378edee3c', + 'abc9ccdfbd92b6919a5d6c6b5a765a39662ed90080d3549204dfaa5f6d70d48e1af8c84d53369d658765ef11d7b38510d9f431f99598f8cfd4da73d59b3b75a3f22fef7ae91610d5dd6db040f846ee6df7f51885300dccbcd38b5d28705078d3b9d5080f8a1a560926df75a1c417dd794a9a564c581a188288583001f4972545', + '7272eff0b28964a1aabfa08f37527a8607043fedf31ba6ee8fad05d8ff1ac4c10cda126f7779d8798cdfeba9fbd586a5e4c5f7ce31c1986928c701fd40447cfb34d6baa45756c4282716330b2467a4cde35f67ca5ed9775f8ebcaf4e3c813a6414ef4c59fb290ff7a2ebe17e5b11bc482c59f5a922692a19e814769598d9e642', + 'c2c1ad604e21c2c869193d6797ae657ee740649c7805eeb83cb6237dfc88b7e59d5e5009a13d2f38f1001346d94d5a2654c76abb8a854fec97c4a5f78ed8b907bd69eb0833db57ba800eb404bc487b8ccb6f4c84de7c8fc73d2c572445f88bf9ac4847040de48077a0abe74a488710d5d4a0d49e7ed0f470b858fead29d175e4', + 'a20f4cfde1c12ac3aa4d11b13dc4590ad9395f0ed28032d8e4368f87c701109c0319a0a30608321674aeb37ebe873cdbf6318d46e228b7d54fd518bfa7c78cc0c640e2bf0af38dafa90c9cb34871ed85c9479d1864b9c27cf9f45d03a4768aa29389fa99140aa356f26fb6970209d2d0f98577cc80b9bd968b9e469ae6987108', + '3b8bcf1cdcd4b5673d298f8df1e226c1a7ff4a2552bd15f588677402286fe26340bd77672e4722ce05e2333832571cdd5fba787f97f74c9dabae8dead541e3fd9c2bad4af7934551b52085151c108ad0d184b7e5f81efd169bce5af750e9a0a2167c78ad81dfa659178d8f0cf932f802c606103fbc5ab1c82070e312e090a2bb', + '5a84d46560d7ec2d1ab663c984022cb24393463581c5361af733b4844bc2a5189de249615d10b6735f9f85cf31b9cb87aca14ba3c93ae9c2b6cd620529073b28f541f7f2db058dd0a2cd19bd690dd2643d743c89e76f9fa507f0b7d0676dade4892b46e082bc5b8a0bc78959d60729911e9682b0826c3e0913221bafacfce394', + '9ead422c9e22b885a422c37ea49c271f9d65f28d297fae76519bdbafa5dc9d1c8ddeb1d1daf7a576a0bd49f048c8613ee1b99ca0b77acaff27c84989b1efc09c4fd510e5053a88c9ba3e59034624498fcc55abc74aa88ecd6ee03528ac77c7b28d9a48b14a74c84499afda01c73848dc0743054a0a9063a7cfec86d5bdfa1927', + '0f7251cc8687e3e02c363af2ed4551233cf2bfbb10e5ddbe2c622bc0a4c3f0f99d26219c54638465624115713ee9a953039ad164739f015a3c7ef21d7b7344d67f1c6848cf76bd636e08f9165d5ecb6662b9bfbd08056184e70ba5f325e886283dbeee77ffa9d602d9f5ae89548eff83e1b74f6dd6ff4562b4710decab0cfe1a', + 'e437f8b6ecad318267ddf85d7ee05b35382e3d6b40564129e9f3eaf66fdb0087809935d8fa1e087cf7b3ea3207329fb8bc76e8e46c105ff0323ba2163613b35c2e019fb2257a5e3a7be9fbe72ee9f54957b8e4a7f8e85f4ff4581e2a5f635c93f8577f69f429fb63fe6774a47b6d239012dc7add6c480bed3831a65b7335c1d4', + '5ad21401118c89f381a8343b12fd5a96d95d587dbc26e758d7149eef1f59b92145f018d8de2e8b3cc09a4c27affecdd939beb4eede69248d748e3fe1cad1e9cd8c3dcedb66dca6766c85b85abaf69c48572346fe60cd40666255370e07d3b9d8f5633df3f3bf64094d137eba7a0c504afd3215968979c24d68128e5c1e87b2aa', + 'e3a90651f7652c0c7dea981f8167c7e3879f81cdc249b1ef86b773c200b76f2225b7669ae82c0ae2b03413a609798f899959796a57458ee6f7675c1ea8889cba0230c12e3a0fd13b999b74b92cfb4b95bc2482160042a9641259bf4a202c903b645e429356d72a202069e4e152b3a20dd746c4572807a971bfd5c5cfcf6bf4ad', + 'b9b8f4c824377a6cd1a31b1f3a21b551dfc16baf8bb002f4d8b08b02f5c64331a732b7e78ea42c69aaad3df01e74c60033aa01f59fc0efdf0857fa8fc4f8d8f2e305b29e6fef86abf2aacac4395e527d586073e7ee606963aae4f6b30ef54c5773172d164e7f51dbb18108c21548207356c909affff93728c83ec8965d246707', + '84c514e4714119a9e4e47fccb9e82404dd5a785060d631decc92402cb69d036d9269bc2ecc88423914b3f6b9f910f9a0b9b59c4657681852efa880de47f2f3d6a63d16a1e9c7c104d313f943a5321f89ee436689a5368b6675d5c0d05804e97167470a87f18600d2ca0d70b0e5d7fe87250cbf6371c8f0e0071ee84b125d4b04', + '3d31cf76288ba777d0da29e9ce21d69dc6419c153e7a4d2eb02f5001dde9970c659fd08d9535e02f80428de851167a22dffc591982bc5c842664ec779d489e883a4863319b51ff75c627bcc678615f27b9b55b8eb475458cc65a882fd5815a28e3b3ee29e2e9eb91ca0f1e4bea096bf37bf40a3b7baef08eb9988af32c9ab133', + '4bbb7596f19aa5ded4017a81cac28e7d6a685253c01a5e0c45c2057a0d6e2dc043f65d15d3df18c4667f6a779362c0b653edfdabb641c928d5622ceb08995d205916d42738daa69870d41284594a57fe4f7bc9da648324b5527e2036b4f04692756501568854f861d9499b2f8443fc5e465be16a30a717bca35e09e3783d9121', + 'f4a65ebf30900ab9860490c7bd7c0ce4f46cb5bb38830f10522e625ce25f6ab7b28c50fb44fad927ad3bde01a6f6fc00e1e68c689925d5b76dab81406e114e16779b062bbd76b1b9a63e09e1dfc42e93a90d9bad739e5967aef672eedd5da94febdc6897c28dfa381915faaf8d6e0c64f4eacbd2ee7402e7bc191eae56c8e32b', + '61cb9e1f1e4b3a3b3bdff8cd5f24566b987f75c8a05377855f772b49b0e7ec1368b9c6cf9553db2803dc059e05f0bdd871983c3bed79dfbb694bd0f1ed8de36e9577be50da313d13124215a93a4bb7ccf4f57793cc28ed43bf7e9b68fef7d125efeecec9754b28a271fb6e16899d0bef287e6df7c5c867c569f6d4d66b8b7ee0', + '9ab4667b2df7eb4be8863aa53e9bf9af8bae0fc09de94f7373dc56fa4472b6b5c4235403a26c0e59557ca1911831ca843342acda7dbe72211fb5351d9a34205f0c77d219af5b0331a2126b94ec1adfcdbe70bed6f8018b2eef61db2b6dbf7292fa19a9655aac13fc57af5f57c14080b3b29f0c5b169ae2c16b4810cdc6faf475', + 'a1c7f3c9a79b071b49301aac754a2e89d971fd90a7a2dfc99544effa295d6975330657359b1d6d295c3931d0d1e35f0630038b1e54980830bfac09b4df880650902461efe3e14a131d7ae06c033898a95566e38e99050b4719c15efc2f238fa5c00759200751658094dc6ea994b3a31a52844d09fe51b1b5ae6938f8a297cd1b', + '8c5337d74388cbbfe0f400f403879687887b6b2f5cddefeb8f49d8e9abf517a745f00a58d1acf389bbbba904b3d68df44823c04bb8b89361065b3fdd4e8bd7d956c57a416500cd7c587aa84ff2b610fe74c566b46dc6dd24d4a932715438974be757f05ca68a41e2e0b9679d693007eb34eac532240fb67e20bb176b66013f46', + 'b9b50774715edeb6947842ae807d18bed911c4c9ce3491fd9ebb53f05b014befefda4a935cc81994487219e2b85127f21cadc2568cc8709151595d29a73b46fec16795d90e20ce48bb6d29aa79cc818680256c21d3fdac4fc6ecc689be51f040394430710eccc37af552bc2c4956ed210d610a4f2e3b0cde075dd4372aa9115e', + '15b186bce73456813d85a50e68c4e2a5fa4ec9a3288fe5f7731753d888efcab8642dd873bbc66ecd9ba49f1b4df8a5407cd225db98efb4bf7dd199a45015d41caa0260c8f95eb6cb2385927f6cbcf96799c27b6555a8b62dd5e31bfab8a0f5803157a62167a334631c5105a28db6e7029a4654a82763f32ac2736143863532cc', + '5967ebc2c80785c87cda84a888f4bab97312ff49e981819ab13b5c2adf546b374b945d8341660b557af008c04b847a271d3729011dcfd6da35e3ce9a3a3dbf0a6783c9940a17d84b7d3b322b58794ca1e542e24ed4d546083062f921926f78ec957c587e89e295b26c012870169ad72eb37a51b676597a2a8c0104464fb33fe6', + 'ecc714bd81aac0002a987a81d35d328872a23a2e8f63ec6e03a4937f0060896151c39cb7e399b6d48505be18ec76b97dfad7356d4006e7d7c1889381f87b2ca01dcb3da6a5a9875b0839eb2fc68b8bceaccd2df653bfe085eb67e1d73605bf4ed749be32cdc479bc3b9dcc6d6a85f1a410ece970d3751ea309a84628c2e88a96', + 'f753f3e9b4bd1895a259492ba160713f00ac8e24dbbfab0da7070e720b61b2b6f1dbf806debe99847eccdfa584c615d7b1313c68315affa32e98e93ca0d1d6ee623fa7628b743a53fb9c9af0340372816cd7c84ee02ee7bc6a4a9dba561ca75b72086ac464e8e4494053e1d35a1f728559249b9f8d434ca283a892b5d64b0f47', + '4e7c667a38bee08ac51afde3f22f2e38736a7f7d3f7b32f94e05a79ba19a809184e60217102abd8df3ed6fcd74ee26bbb15ca51e2b4909ae855dac6d89c74a3b6c7962a55395dfff1522f8b2430455d6662b7304870a4965f54b2c0f42c1f0928f9e50cd09e68f07b423603b685b04b2193fb2d75ba53b482438ee29d46eb9bd', + '7a000b03fce176de620f0df2d9d3886bee54014da45ea65bc361b13874bd9acc0b3c8ae924e0142ef1e0202cd2ed27c826b9a6e062bacc32602c7679f9555ed8d50c8f7c827c1d7ec42612062c25abb6ecb6c546eaf7926b13ef90fef2cfbc5a817703063f3cf99482e9cdc80f037dfde85246c5659c5fd086b4e60f88b41b18', + '9eeb079c552e421f703085b9b275d5b05c0c922efe14f2e78c7faefbb416fb1e6fbdbcf6d7f9f6c438af8447692f0cde5d7031ecf59d0a8018d1d3360620e358e9d6de49ae032c241237aaa0008a9f371adff187966a99f84b70549f0b4e9b6234bdd65d8254cd85274f5f8b1e8e7604bce13ac6888285954ce397ff6caa0c84', + '3af349f3647218e4be26fa863ac71381b64fccaa7e66761e121e308e2ae00ad9f8a76ae0ad6baf963ee115566861d87af2279d2932bf0d70d2bbc394d4a768a7d43f1c5a8ddf18129f3a923e904fe1e71099e28881869a21b62b1d87fb36aefe562427090db49c81689b3be5b87976f1980c657273a3655847d6060da8752405', + '13aaeb074c23597bf5557b221300ad3df211aedc75b198feaa8116f8a124d11b7fff2b91ce3c30881715c993b34f334cde04b03f0da67d03824103aa1d00515c75f3ca3e270f1b986e777138f4fae811e8dc462851d9e9b1a267fe748e3cf4761d1030d600a403f52203d9d97f07b3d43920d760e851c54e327b6e209ddea1b3', + '0136ea476e2e823f8e00bbcc7f9fc7272e951bc4caa67e1d78b060b248d66e4e67dd638b97d62198ddfe003a79e266111bc7981d5448cf814b418f86b1ec34e2f74ace3bbec52ee78f1341f6cc5d9d72e6a15ae5d155231cb54d8c2be7dea6b11744d25dcb41d2b10c0726065e5895d1f6ec0a242813a1781f9b02a9d0f4ee42', + '0c36ca43e7c113ed9fb71670b3ea73bfd6928c839f36db1a82d08ae0ff2c3dae199133a10aa38d1d3588ed115c4a437c137ce4307421ddd615c9863237fd5aa840dd05ff6c08bf66bfbcd9b43e3f95f45e7d3b21bdf2692e10caab495c474b616a646be675b850d0259c01e2c1901130a0dbb9dfe0722a2c5b1b20afd7d2bbe1', + 'ab5da4a64fbbf3c60f5ab1f7776ed6a55751e39a5ec81967ea88e9061ff9adbd373995451864e42c2c135c786d22f68dbfb7d751837f808d693b4597857c002ea6aa06a5e34b5a44768221ebced656f8df35bf6bbd39204869aaae3dea43c685a0b9df0cd6f9bed496b1e997c1135dae5fd68331337d616092db0d4176d7688b', + 'b7b3580daf783c070fa8fd143f5a65a18115ed1a26388c670299cdb71d6d247cab6882b63f2527753bc7b8998be191dd93935c1465f6e2b238ba228d160ea0e5d4c000a247a6d3deb53cb1a38a8e88f64c593314d16d4ffbb0554a2cf53abcb01905fb5931c4ea4a654f11b9a42bf3f496ae9ba2d264794c52b26c1c23b920e4', + '2ab533078b3314949c1f34c68bfdd76750f75105902c11e8c14ade47905f61bb7fece4f3d33c59aaadf39ed677eaff22813afd9fec974db6c8e0246279f3b29c5fc6ec16b6b48f2bba1462160f10bb6361b544a44846ff656ed68862f3159bf7106bd5d7fb43bf010baa08f01d181212368db17c6ae02fdcfc5493afc66d22b4', + 'd1a31b1f3a21b551dfc16baf8bb002f4d8b08b02f5c64331a732b7e78ea42c69aaad3df01e74c60033aa01f59fc0efdf0857fa8fc4f8d8f2e305b29e6fef86abf2aacac4395e527d586073e7ee606963aae4f6b30ef54c5773172d164e7f51dbb18108c21548207356c909affff93728c83ec8965d24670761527076b3bc54a0', + '4c76c4e416be43ac382abf32f44d9632a75c333740d8285ff66d7d5e3b1b48c5eb937e85cae409ae2d561b7df796c196c714bb8e70aa8bacaa7eccf10729c55528193e54303392a979bd065a867c59f439199d1846ca4536e82e7e99d378c3a469cfab5b30f50625842729cf894586d5643380ddab7f7d8519443c5e874e6938', + '34f6d2877d880c45408f53a1d8ff956146ec6b488e579f8e5e48ec8df11d04bd3321d8e22660138484bae7a0a6370d9da49a0781be39a965fa0bd7270f03905e829c2c930fb6e1ae4aa08cae8676ae9df6adb5c312ec7e1b3c1d1703a4c5c9376990560001317fa9da68c9334164814a844cfe77531926966ca6348b780ab831', + 'cf3fd262068f490c203d8ba57809e693ee284f4a3744536e77c55137114fe71abd8baaa6dc2b1aac0928d5a2f14e0a4964fb318eac24f9ae1d98829eed89cdaa4648715c9a508f9f378607241bbfec05098336a9dc11b7e71ca2516ecff2656491fd8e4de706902fd1de8bf39e63750f0447c6627013755f9b6b246e5e93988f', + 'f570273a4e5dbab38410e4af672995eb088408461e0e4730a8d7f15fd4693bc3205935bdbf1b4f8c3e1a1b08670854926673204b2a9a92840e7e7376b93c4233429979dd98df121622e84ab7a278a5c55fd032a1837f107ec27c31183c725ea4a55b7b02a3500d3a779ff926e01f8e6c3cc0c6b0f166c9070bf8b3ae27b397fc', + '2512718e7c139acdcd324303db3adb70348d09b058baf0e91d52b24952f832b0a3b81fa9bc9a2e9fb276a64e9e0922778b4992d892f6845b4372a28e47d27b53443586d9015463cacb5b65c617f84e1168b15988737a7eda8187f1f4165fecbdd032ae04916cc4b6e18a87558d2ce6a5946c65a9446f66cda139a76506c60d56', + 'b3fa42c51aabb708a64e4056402fc97bd8964820c09c4541523c99e2d9ad76feafefa7c1a2a519f79c229bc384c6e2945f8bd055bbdbf6e44da557c6d9af6e19522e73c94394db076da91ef7b1ddbca931dc824bb364099d465381a52705aca3e5dc2d47c42003225f0a515b921b60a397b2e66a6fde895384719fe68c563886', + '64971ce186ec2dbe037ca714f212f62fc863d080799e72dbe0442de3613a22c2cd1d4a1d85d5b946e36d23b4d5219fb1cbb9ab53d41670ad030b4846186e7ecb5c6e5500cd264bfc7b739e963203101b59afe7421a0b3961c43b66e06d08e6eedb334574a5086b47953721a251e0d1d33aed8d3495a4535de97c9098a730e296', + '33d8e9e9c066e53f1b7d689f82f33fb1ccd9872aa7ad15a125d1159f773cf0f5f87074526dac2f148a621b5fb9eb816c187a1724c04f6bee4d2d85c59b0dc88dcd141aa794c345c3ae6e9cf5acefe10cf99b661f187573682da2e855bf1d23ddbcac2411bd13eff38c87328ae46528367724bd423589f3b8cc1984796bd4c98c', + '6af0473b68f389d5b6f20efc60dddc2f3551e62170b0d5699877077ba4ccd8d7635721801b53ffb071e5d6ca88ac95906d993b96b3019af65af05a46f6c142c70cebb3dfc01e75caad8fb78c1590502a3a634b190b50a3f703f54b794fde71a52f5504419e7b748b3598b92a4db0966564571f93c2c579d25b2de1fcf84befd7', + '8e7aae5ed6832b58cf200019101822d0d54c4278fea6f5685b4c112626195a7dd14d5ecf03839dacdde4eda2819b1d57d588d9d68439cd2746160e2262dbb584714ccd4364246f1fc84e2b7a4957aa697524920bc3e0aa1ad4393fbff8ccc6abf4ddc263034ce8db1ac481477036112e3e8636c0c384d2698c1d6ca6f2d3d418', + 'c0b184c7b9e4cb8dd19af377306516c563b3b878baa250c1ee1605b90708b5527d213b8e9e87f2ef2ff7752e5614a930b8fefe35de27f153dd62d623363dd4bafb9131da3357cf6a80bdf724ff7a568e705e452b972d4ef2e1adebff4bfe9089802aec1441fd6de70a1702c1f33f24c8d4fa17c2ac5c6d87441fcdb60ff2f2a8', + '28aab2e4a0e55c11d5503c4dcab584545c4923a61b313c2c5a44d61d8213d523ac2629ba6e8945d9f488d2d553b6a5821b34ef9b2b2fb464caab7f8df37f535aefa1e4012aa407543f7f689f55907bd4aee1b5e57da9fb72f8165ba4af49fa591ca34d817b3f8cc7dcbf6475764ced913ed8db4cb8a6f89e0d0dd22a5f79b067', + 'fbdbc0f366d4678654544804b8d6fd6f171668f2832e4623cdff0785f7d2de51e83f1476634fa1de3addfdf3bf4234627c31391e24df7ca9c967be8f4e6e243320028bcd21c81cb4e55720d921df1594600e01a4f83406713da53793f45faa980becce02878aff90bd8a58bfc5f6c98f2c76698ae9740d03927f199cd0ed960b', + '39b971d28692e9a0b5781c9d4090e839a7ea7021b5b4791004ad14e8c3dd7e01b78444c18050aa6d1ed24e3eb33309b88a231637591376cbc3a49245215f239282a64f48f0ea147ff61feae25f6da4063f2998fa3803ff1ff6819f39fcaca7c7a309da905fcaef7f454638b0caa783cbcee23e91d9eddeb4a42c81ecdb2cd147', + '224e8d76f92822915a2fd36a510c398460090421d118ec654b17ebb9a452a96ef64a38a2f5b501687fc5fe2375ad2a33ca6236d4d99e7e42fc2b3b225a5efa1d00e24dce34b6c0de05790e6d27e695b4fe9b08e9f91e6463212125fff205b9c2699e35c05e36473c14d46b100fbe6250253ce12ad89f8610e3820f1a1350cea5', + 'f5c05a093ad994096deba25858e5c50168cff2f361b0280651b00039c37a863d34e44738cbd2abc3445785342e1ee92356093e27831793e1638b373cc64b83f20a86fb53d69996420c345980f8b82a2dcee4e48b53b1a706da7a72717260f3935eed9de2c5f8fc8eabc845c1207c3226b7a90ca83a46097c9cc5d9612f837c26', + '231b4a2a2e6a517a55f10aa8047cdf05941091df707f7eb077392096a265d703e730e8b65d65c5eaa03f8fcd777bd933b4b0af8c5ce3d613085656498ba236a2d505877e18fda45a2916b74828007f9c63e451e978f85d2cba523346d6fa86b0b7422f6aa65a7434b61f8b015f345aa9695481de0be69a6155d2bf75cb944d95', + 'ee59b47d837ce466a5c6361ac4f64365ce5007de53372d17e8fe8d16c9fcf409c2de23354f411a300281965025cbd863a17aa8a01ea09ade6ce29004218a80c184d7777daa97de8fdff8fdb0489cbdafc6ebb2671cad58ef55d89d1060a6a0fcfeebb93cdea6b9eb05d67322748f7bb3054c2d1a9787f1b06a87be22cc7add22', + '1dc026b6adffd69b6005aba5e5d179ec42620f8c75cc04565b8ab4c6d21685351ab76f50829abbc940250a4da0889ab56195c5805bd1ca8166cbd0d578ac28180d10d3d8cc14444a67b0663cc348e14b597d9a56dc4978331b4b6ea02a5fb67cbc725a37d495f9879d4fc85c9538d717f1c396f63e5c97d344b3950f2f57b6c9', + '8a7fdf734fe3e03017ce96e9a154d7e6a2a52578ba333b3aa713e697b9a6168c857835afde68b771010af3a010493130c251043a58acda45d3aad1c56407cce124c8c77905666768082ed506b1e8cdf1b9b7f20e024065cad00e95a6353559f2cd363cd8ac23179d9504e6246c78d4b4eea098faa03804520507db42147ae447', + '0e0e09152ca3b8f9e77d4f0781a0500ba7d8e5d202fd188e0976467b19fcd1c3c7a016a075109fc0231699ed886188ed618839a70a4cf8884b1e042574e14022acf02b528663121fd58e852dc2cb073a1b7a0949ee451aff57a9584d96b12a4f6405317488247be0a5eefa0e566535ba7cb43efed771e4bbd41f293aa6f7f713', + '35a2b369b9e1d7999354b2a6d3a2e301355f3d833ed2775588fc250d5bd5e7197cd9e1614ac36b280699093373e89d2e9f51db4b0044fe2cc20cb903600c71f87248a9cbc627bebab177d4a5a7b110700a7e08a9407b776a083936810e8967cfbdf6f3ee549238173cf6fb429984a48e1fefaae426fe4cd7018c82cf8cd43367', + '189aed1c0cf7700829333e5751bfd718a4450879e8836a3a2e5a2d61b222132e0441bf5165fc305b748d89730a75134a621384517d768229c470635af0eb374927800864674660a028e80c253dfb2047fc8e3bb99e020cfde91c151f0c58afa3ca804fbcda7e07bf8e6f50d6b4f806f9baddb41a15cf12a0e286cc17ce108526', + 'f08dac1d4d6a7ac4672b447a46cbeb3162f247ea09c6b4290004cda66d4f7746f4c8224921de4bc50668455325f13a0890526da74e87c11401bb7f0cc6a554145d1799af8ad4d7d4baa38b9feaa12647c5db58500c1c8e023b04ba196a5a52be71a39bb64ff427dacd049cc75e85b8d64ab5924f0b3023d9f70804352017792c', + '8c84810e4c90bf6e1e88c8b944398b35c422d48c6a7070680c2d913f11b474713468409086a532feb2f7f7be858a5984aee21e0ec2cc2db78395f34a61790514415e073d7ec3cc582df3be38a67e810540e9d3905ba5b7e4a43ed21e94d5157e3ad09cbd3bd0d6a117e3e7d0adfc4ae202a0bbb93ee15415f790f663b2afead6', + '8ecdcd8176d8a164f6259733bc77ef783b48d40cffc547353d195912afee9d399e31dd9e41160cb7455d7cddadd351f6dc1b3651f0ae4ed152216d4e8ba789385ad66b7d03aeaaade9d7da5d5f2a01c9bc734abdad75feb5d02faf437e5eb7b1e843e1e765a665900a1b1a797c84e73902d77a17de223d28decc86b82e1d0feb', + '1c4396f7b7f9228e832a13692002ba2aff439dcb7fddbfd456c022d133ee8903a2d482562fdaa493ce3916d77a0c51441dab26f6b0340238a36a71f87fc3e179cabca9482b704971ce69f3f20ab64b70413d6c2908532b2a888a9fc224cae1365da410b6f2e298904b63b4a41726321835a4774dd063c211cfc8b5166c2d11a2', + '7c287ca52d40f53f92b00432984595cd20e644494ac7c3a4f3e07cad7c9e785bcdd880629a048208e5ab3635c51a00ca655b19344f63ea41eb8db83242478611080b3745da92f463c444cd4706f2a36418c74558eb7cd9c372cc7e5a61282f3735abea73745012f73663138fe4354441401411dca57a59d39085154c60a73b75', + 'dd3e68b757ffe06068e52005889bfbc1b43bf0a11164f35cd38d713e5d998e66a9abb131eb3b42f6716ab2f4ce92bc883722eba42da95d7c5d30c682c4cdb795167521756112157bedd5cd8768cef0393fba12644f1c7abfbd8f29de225a1861ec45c06c01abdf57a5d17aa69d761e3b94ab6ccabfe5d58ebd51a13ac1673633', + '0a20bb48b5a3e4f47b2fe7312c223cec1271936281eb0a88afc2a2aac647f45238f5206b53b107a61550ba1d415a3137b20d41cbf0a5c88801db2b9482ac0273f65b112b5db97ba509a43257adceb220b7c0ef73df1e8bb8002c4def2791cf97ea5b76cefc44a7b9fe33382697062570c68f85a377dcbce155bcf105e07ec385', + '166cdbea93469428e66efe853b6c4df9fb13db05f4126deab4c5b81a355124ecc0efcf930b88d551a583cfe893db99523c7459b182afbc89323c832d9e2f3f77885658bc42ca54ff14c55665deb3e5e9fe8cef5174600e614434094e1c0c9e7637497f4d81359a9bfcdd9de5621fba280c03a8ce124feadab4555366f910ca4f', + 'c2412a6d1d52d12c0a54b8f5701ea58adaa11a767ad57a9e6ff46c1943e78441b8fd210ac4e39193dad17cfb6b017f76ad6517a09b99c1113d175f3129aade4d4a2516ebe054f15bc833d08ffe5e2a2d60c976e1b4b14cf8edd2c72baadb2db8001fd2b8798d39ac5ce27d592f1defd67b3301e3cf05637c078f6baece62baaa', + '77517dbfda50493a04445d72430ea3f6fd54bb31fc81f2920a0d72eabefeb61595af41dc44d0901a4dae4d1ed1b4c551a5329c18a85ebffc53999b0991f38d73d1f099805a8d5ea1df7e49e254ba0a85003944ead2fc89b3f84f8525ae4b79d0549eec72c48f9d19e23cbb88752658dc35f01c6f246436fd22b79805bc0e6472', + 'e88b88545af54f3559594239f0e4f0854770d576d3f02c2aca0f0543da1497e71a09d70b411c4af2164517f027296074be3fd24611317b0cb985dc13657c404cd03a4c95f028d63a7197fbbc61a66bd12d6508abcc3ab07d3a84563c287f58a3f2680c79d1e19c16529615240621baa37b2b9e2f6cd4728635559b4589e488f2', + '02140f7b50f2600961ced8b36dd48b8e3f70c2108c55ef2d83c4e6c0a50b492dd74c4444b57f7b692aba41f23db00bd12e792473c291a2e8db2298434b868d44ea072d34e7ea3f115badd7eb248ccd8ef04a6d61982d708eb04b2c635c0407f964d031138b3b93481d2d0265c86fb90dac6b06a2b533436929c508e87d8e9f93', + '7b7ba2a854840b24fd75ae12ebc2c6144bb2065c95abd31164b0b0f58528fa464ee1d5e2315466ae912b4337d300279ab968eba2eb30b131d7e663e1bb9b5cea00e86447ca2fe214cd234d3b628be44fda439fb81283651147637fce2c9f4d223a983720489ce7205b67b564bfea63fb574b0be6312c557a5d30ed0500bb35b4', + 'c1e969ae81507ce3dd94ef0a21da24935129daceca79f3a4270d7a856203e4a13b2a965bde13a8fac06be9a2ca872384b941a051c503ecf48021dd80026cd167430437eec86d51dd82e5377bf3f520b99247ddae71b7a6431dac1930c5a980279f1f534e8886fef3ebabe37ce34ca39ca4e299cd17bea8fac457377bf5e37947', + '09caedbd5568cc3ad0590b7d409fbc26547a2a20d9d0b22630d2d58500dd8b23289ed9c0f87aa57ca02dca99e8b1688322617d0d5d5ebafedc328fccc7b389a71f2addb9f7b545ade2ea0a6ea8bd62313da4fdb5f3f9dbc9ee9f6010d8e8aa01d7b62231bce151d57ed9f682e68d55388b8bd19f0168bd904e6270d79d449738', + '08df48713db1b8ab2b51e05cde25dc3dfbce1b12045bc181d8bc492479796fdd12a44d6a390cc43971b31d7df382f081ae3c453c8cb1fa27f734654b9c4e399e6eb4ae8fee77dce0aa7b68b4042a63e935696fa792cb24390d05b21cfea3c75624f9b309e65bca48df9109299a85fd1c9a3fe17b9e130762231979c029dedfae', + 'a204be1fc04372eed3c9e5ccd1435a02b357317e78960b6e6cac2f0eaada2dbee0a7c15852d2f9c0228a9abdcee1c107fa7fc6a170936568651020edfe15df8012acda8d32b8b82ce629f8f33a72910e793dd592395d9b0f97049d65c4361fd8c17dd26666dff757a90dc7171ddd1341b9fa28fcdbdaf58a8cf1701e062535ee', + '28be0d9e62dc89e2a913064c0d3dbfb35a0c7766f756741b0eafcc28ed3ddff6adc825b211112a45b065d6875771f2afa958e80f0803cafeb9b9961542efb99e1761d1497661b721906fbdbfe90b34bd01c7326e34a092ccdf8e3bb2c45aa64cb0b09acb5b753a5d8f5a425c8cb28ec5ac81dced43d5d26fc95943693b27aee8', + 'fb091ddd95b100dfcf892d78e5e770d3a37b8c3885df803c1d6f0935b55b68f136fb65a84862942ebb35d76d26be2413cd3c8988c87d6d2362af189dc07476c6c33417762eb77bc70cf38d814c226dd6af187250e4d47007f1553617d4af5b516a5d3b3191d93c10896a569ba13dd2840fb851781f0b115090086c8b3a34a1fc', + '9f63b0edfaf83bafce6c4e680bc075c7b3baf15733e5aea7f3d975a82cbc6356fa099a9ab290366f75bf8345051f6da2d821370f6b1b7032d98e2338acaa4f76f314964f95e63958e4f844ba755e06d83031c432a393af899bed1245f67bd013b30b0ed24b012db0449ffb9003832ab0e2710188825351f5637eab96b137d076', + 'b02dcae915a6a6be9d3c9bf3fc61a99ec3f181b4e3b0321f6cf304119b9da497144d82716cd67821eaf0ac428f2db71b532e0774b21681a8673f6bfc782c8a2f72bf8753f6ac98db742e5cf437f90619a26fbde1b916431ce34ad51fed2f535c53eaa136bb114d13c35f72b2fcaddcbf361d6ca4ff99bea3667c0a21058e4845', + 'ee880b8150bc9b86607012a9a3e737e2407598d659897ffc9beb22fe14411a6245d8166979a1d137557a4135afaf12b4a4c152d3e4666ea251d05d87c9321be13f8159ec117873e595dea26ef50b73333ea977ceb3b83ce867d47da10bbb9632040a3ad1c14768d64b249b1b1d0242a837b56f906e87d316067fea1482e3739e', + 'c280f5b782a0ba40a15699d680129b7207aa89c8ea94511c2b59aa57e146fb5a37657992b7ac90ccc973854b762c5918724ef09a5a9273663a62f258528e4ee31a4256a58335303f8022fb63c57cb22fce5e53b924c141ebdcf1e79160429fb072fed2196da3603fce4b4246f46c6e5c24c1fa4cd088855019eed32792c8b768', + 'b949df3b02871bea0976873a9c76942ac934ce63ac2956d2856492970d8a231e0b1b178b22f6605ced2085494ec1986f026f68ae79aff750e5b92feb927cd08875e2ad04075518b754829b544e5de910686513076029ffdb5c0b179e39443ef22028086e5aab2a4465252f2147526d55229d3834099e55bc12e1b178ace953a3', + 'd1d94bc59465657e9cf4020239e6164e00c707f8c4764d70c2873b871ce51c2d89bc827f4a96db0160c44527fcffa41b374ff1ba032cd5df61e376e5d53c9167175ac94a0ce23efef4606200e5e608a478f6be11c2a15d8d86f1defba8856fa1e57bc62fc293b6fdc2900095dce26b712c831706e91f0e0197771cd07e07e164', + 'a60c0e1ca329b27be58968171049a625d76154731e341b9e6066df854fee8afdbb6c0cc7b5bca0bff4cb505578a9bb416ce0167351057149598c3b0511e0097e43b493161b93ffeb88bf6352e5388581d91be58b7c2dfd92bbb8c737fd968056078bacf11cd85a69690ca9f4a11e8b4be5b9c9a3e6d747df4d918a045b3577ed', + '4996ec69eb2522599ccb47ed1dd6bb0f79b585be8b68f419c03585b91f9d0844868eff3f36da472491e8fab523aa938fe0ce5302ac39e42021b13d148cd9c5b63863bb5cf081d5f2bf9c274dfa4947bc8079afe041ef62befdf8d3134e5602e7e97de865210215eaad50985caa9d1fbde41c5f005174b61bde720f5d6efa0702', + '01069a2a048aac5791e0e922efcd5292d7af1e19c0b3156d60483a936fd4ac3caea5ce55282aa6dab76383ebcb96e321674493226c5b18731aad4e8ed4a14f3523289605fef3654e49e463229bc28aac443040c38fe0c4bf4404cc8c71056dfd6a783a620f4eb05c4d4ad2f0e8b910db775d6d25b0aae1f9e535fcb4cf69cd3c', + '6ef99052e93de72a0928886350c3a86b3e1b75c81beffc65f0ad4a29d79dd1ce745b0ef1c48a696515c75dcd56dcd86a9136e531b69a88219a13e9d33f2fb553566ac22e02ebf2ccdf6e59004382a2dec4f4aecdfa8b7fdd86f5555a520216a11b10f3322dc749076e06c5249e1ccc70dd3c1ac36e2ba940ba3cd4e5987ebc60', + 'e36b3b02b86b02996c1cc21fcb70b5b30327afada1f0afdebcd1b41970c8d2f18fb384c5926d44fad63a59880565f1b8d1276f2ce9cb061f251087ee04cf77d759dd650141337abd584c520c2dcf0a61f36e9ba8790e66865c2810e37b6f8fa6abb385bfac05cd6b5c1c54b32bf72b36cfc4da293901f69cc7e1f6ffbbf142e4', + 'dde1c090446d11f936517eac73d6776695c1ff3051850e32fab734cc46c280e355dca079ef3949810e7edaf19c783c187d0e0c32d074fc3a72a276ffc405837aaf74ec5fe5659ff26961531c51b56fbecb6b28455e78ea7f7237faad131659d9f290eb69ac5bd8f54fe233561bf5daff85bf9d9182f9a2a9015e07fcb95fcaa7', + '99958aa459604657c7bf6e4cdfcc8785f0abf06ffe636b5b64ecd931bd8a456305592421fc28dbcccb8a82acea2be8e54161d7a78e0399a6067ebaca3f2510274dc9f92f2c8ae4265eec13d7d42e9f8612d7bc258f913ecb5a3a5c610339b49fb90e9037b02d684fc60da835657cb24eab352750c8b463b1a8494660d36c3ab2', +]; + +const List _keys = [ + '82f3b69a1bff4de15c33', + '4766e6fe5dffc98a5c50', + '0f942d98a5c406155967', + '78cb194a958fc1b95e35', + '2baa6731c367e0f818ab', + 'c1f4f1ac1adf93df6e58', + '5de237ba1edadf54d566', + 'ed00f3c4c227d07cf2d1', + '3b6af34ae3ea52d3962d', + '6445f6d884fbd57a1eec', + 'b9ec31346806acaa9221', + '518a96ff0a44f95d97ee', + 'a79032a4f7f740f6d13e', + 'ab6b1fd8231147512309', + 'd7f2be75aaebb90d87a8', + '1379a7afcc0905a5fc81', + '80a0db49d039b316ae12', + '261812249e1338ac5a22', + '07a27c1b24094dd9a0b9', + 'aeb526731e1d0ca809f6', + 'bce413c5612019be937e', + '10fd56ddc8f64b9fd800', + '8b09ea6af3ed29288222', + '71ab12ca4795505deadd', + '5f24aa8bbc1eca3eab79', + 'be881a061074ed05e5ba', + '67f385228039427df681', + 'ed01edde5f8bee443346', + 'ab692b9e0d9cc9632754', + '2541c892495452ed89dc', + 'f5731a6e8925f74306fa', + '290566d777b0eee984fa', + 'a7e54ce234b0d5c839b8', + '2918c7779c43fdf21748', + '9e8c665ba53854f0fd27', + '41164988752465a8f929', + 'ea66bf3a628dd1a968c9', + '14f43e5424ac9aeb97e7', + '6251c2a2976b8757adca', + '036fc94fafab92ba5539', + 'c07d47559b6759f09651', + 'a32e28d4b458ceb7cb13', + '9fc05ef49579aaef45c0', + 'fe5df14e5888fad138ea', + '6c56890c603bd3833d21', + '59785928d72516e31272', + 'c52109c9d0da9258eb73', + 'aa6197d4afd5eef5187a', + '9e0be94ed707458d5cec', + '65e06954b0350fb3db19', + 'e89defd40777fe173167', + '1501b98cd2b030d62660', + 'bc28be9d8fbb1d766360', + 'aff7d836880232f8132d', + 'efe1c65a8a230e96cfa6', + '4fb2514d3d73b4770a69', + '1b6c5146ea28dca9f6a4', + '2d544e003b09cde4a4c7', + '1b5cddff531babb51b4c', + '8d8d15d8a9579adb2d62', + '191a700f3dc560a589f9c2ca784e970cb1e552a0e6b3df54fc1ce3c56cc446d2', + 'dcb463a13ae337414151a31aa0c3e8bab3ee781b9f3aaa869dc5b1b196abcf2b', + '93e7402cb2b1b594670e656a6ca4ef247231ac09b7cce194d76e3919e4b072aa', + 'ac286e206d88a3c00e6705df211b5ead6a693625445351874131790911037ec9', + 'd50ff2c5448b5c2b695f61dc55de55ee96f7bbe57067ae856a2d80e50d3ea0c5', + '607e645e1bd7fcefa0e34602d34471dd71173130ff1c59530017acd06b76f021', + 'ba60ee3734a54ae42cfeb678233ecafd8d55c783ca742865577279cd466f6c7a', + '861ae84f596bd23cd37970454e8908686022111154b546e1da84faaefdbcabcb', + '304e23c570eb7887270d73abba9c3268d0ae42aafb9e62c09a5e8954fe0e2aa1', + 'cb3c6fb3fcd464d5d2dcebac4fa41cba7a60706d9c888ba1af7e586714725b05', + 'd50df8aba7273e6427ea6bc0a4fdd4d5b0364f336cc696b906b1edae7f82050d', + '1daebe36007d26b988f8c4fcaa0b5a07658ef6ff528325927d98649673f4d7ec', + 'fdefd6dbd43cb817b132754633c0ce724be5572e4e732b7d4813ddef9489b20d', + 'e32e6acc16d4f6ed9cc3e23ac65a259c65704a3f8437c598576687a76e97d079', + '128ffb7d52b710de97ee921cc9d2bc5e0750d3a2e10dfc49c80550d6c27332f3', + 'a12794057de3b3ea426fbe0195ee17b4873ef7e6ba87b22bc6143c38da62ec98', + '2a432b462ebb78835008b4aa8a92b40f6fe9dc53a963352ea507c06c8da90a36', + '232eabc478501f246e73e76bf0227e0356a4161f97687540baa702fe8e442005', + 'aae20e01f6185d8073f40fd7648098fcfaf3dd8b6c7becb14a39ea480e8d4c43', + '58d259d3651b6533f98cd0f7da9cc4f3a251bc02cd063bed116bbe8feecdef37', + 'e0421039b649a0d72d2b5dba7aa02ef7f1f83303bd0110bdd32b89af29ea5091', + '59b818b12c95be441ff52d8bd19286300f8cb877e25ea4cfcb117fa74db07782', + '4def685532999b6352a6741ba47bd2aa393961e12ae4267ecfc558ad310c72ce', + 'a3e983e3e959ad38b9bc4b4516589b263ad2c141884e5c84c2d65dee7c001951', + 'b1b6d5e0b9b1efb608912da48d561f4489102abaa09f399631beb0fce340a202', + 'c913fe12cb76e574a23bf46c9032105848ce2c71f61e6d5880ff8cf20b917d76', + 'd3dded60911343bca3af35d2dccbca9d2344b60c74b4819e27a0e62f75f37a12', + '04d31106098fbda19af28e84339c736eec54e5859d9f288f4591ce64ade47ea3', + 'addde2c62bfa0722f73b99add65f2b3c9bfdc93c4b1839ec7ff380ca0a26a94a', + 'ab40bb089199ccc0ea49c6f5216280f5dd3eff7c771f8f7bb1121217a51999f5', + '58102423a4168fa60a5aa7f79092d52326c98e22ee5f3dffdb527d397dbb8c68', + '816aa4c3ee066310ac1e6666cf830c375355c3c8ba18cfe1f50a48c988b46272', + 'edbc48ed948cccc421efc7a6475a2dc2479dd9996f5e2f10e0c600c3957aad9d', + '420e70ecc3cdaffb726a183c793845315f730fa4dac9fe46e4180397107a6a05', + '78b8b8aa70fcb2b0cbe835941275a5405cef6d8013aae759f6f17c9d643f0cbc', + 'aa01f699da8d42261e3b04ba1389d2631e985fdba28a4c0a762e40cb96df3af3', + '6733498582e94a58cef983b1f52f215da1612e8e48f605814aa9095d398b965f', + '3a239ff156058ea4ff05e0f672b7ecb5d106fad5d31e9d6fb989430a84970a1a', + 'a3abb893aa5f82c4a8ef754460628af6b75af02168f45b72f8f09e45ed127c20', + 'c3070d79ebe3c6a98ac13e50ae4710e602485a68a04329fb272c31d30d6fc253', + 'a9d599a9d003686e2a3b2a27407644b73bc4d7c7ef3ee75d193cbdb0e5c8893b', + '8ef73e17f2dc9e063230a3352fe5c549c1fd526c43f90f57539522b0d3b22f97', + 'a535c38a4f69ccbc134306f5f158019b7c79992625e462e9bcba4a2f34b4798a', + '2b3a5890de01a30f88d4f7eaaf702f6129a5e7718dfe8f9ce7a4bfe8b080ca2a', + 'c05d6b83a27ef65cef5571222d24adbcc18958640548bc959a4baa2b00e7b0c6', + '895868f19695c1f5a26d8ae339c567e5ab43b0fcc8056050e9922ec53010f9ce', + '950fb0cde30f34f597af5caa2b16fc86a5c3ef065d36ffdd06ec048eec915039', + 'a31acd1af261a1e7f751140a580b91d476792a9f96e1dd013fba1645e2bf761b', + '8ddf3be2ab49f11f12f392a09f5b72fcddec1e186dd3e49aab0e95a08ec589b1', + '90aea6f7c6c3815718ba1959ececaf53128020b7039a51e766d0cf4bd9deb7a2', + '5e6a489725810a85fe4505fab03d3b3c78771075e913b759f701ea084e0ade36', + '618406f43dd79acd2cd384b3d12709e43d267d76febf63ed58afd60dd2f528ed', + 'ad445da48d46abfef103f9c6c5473444ffbbae90275cc4a8162bbec0fe26f6d9', + '05905a6ecb1679364090c9510f06fb3c0e09321b21fe0aad5cb9d980674e3561', + '3e9eebe9add8e8315892c6b3bbeb77abf60dcdae1961e2839fffb73538691b66', + 'c116c698b12c153b57c9d57d4eeb97f7dd8eff14cc2a2dbd767e7c35208c6f41', + 'ff73004a8aa629ca5c72414ea652a6533fd282e847a492650af12c5926ed80c4', + 'bedb392f8a77a470858a9c366b7255f3b25c9a5d10b76d793de9eef8fa407ec7', + '863bbe40cb6694f736b532b95e38fbabe0e49c15f7dc42c54def09ae1161b7d5', + 'b476d28aeb5fac74fcf4cdb1ab00a38571231db06624b4586588ac436a649749', + '268b0e1f110052aaa2eee327e34ab349029806daf702306867a7a03bc8351d8ac7ba50eee6b783166a77a8bd749e9dd96e05ae15a8c55c8243925c894f4be325', + '77c192472253685d52a6fc393bb7a9d5bd73f5af2b6e742050d7eae9b4acb00f1b2a59ea4f8894781fe454f7a87e2fb2d324041b1fede11aa12a24a5499ae091', + '79a557102517e406b26557d026cf06429a5be840ecc0f0c9b38399357860c3ba23ebbd35b377a3273237eafee8a33997d01d7a0048d532820cea0ddf65d2bed8', + '3a4182af8c3914d1df57b6321fa5dec68748ad746e0369bb64fc2d9b7dc3dfb3ed9063a7d5cc0ec45dd35ee703f9e89a33cb9181179701f5b02e55ee26e81426', + '3510c8f6da91371b5c81468b714d05284becdad01d5a2476dc481f784312082c19f181bcb6723635c426c1da439bcbbecf8c74922655f5bbe5a984a892877962', + '23904039640d48e163676d16198884a825604ba86329a1cdc0f0f6164d5100b19282af1c2493648a7af35e88fc3774e05d170abe2bb93e11a4336234cc4bafce', + 'd4471c7f6186e8c0ed3dfa2b0ef2cd184d6041c0921ea5fddc7c155135ae062ae62c1f64e7584b1099610c74b76812528ae20c6e5d3ebe4a31c75334b2cbf582', + 'de6cc5a186dc79b9e21b0578b5ac6e2440a115e713162d7522fe72ee1b221806f7660263d04e3547f2c28c6e340ead3a892d3b0dd2474ef6f678209135d30928', + '8989b2299f9db5a5df0253a97b775c94e8e9195ad698e1cd6576e71b96cf5698ff2fa0bec4811272c274ad890d23318b9df47ab744c00f47e335f9f5de79d1bd', + '8f55e53e046e6d6d64c4468d44aa49a4e07742dd04d8f4812c6b5e22ea893d1a8863d234ee50e5a8c7650a4de047230ad03d268dde8921401ff97b79dfb97cf2', + 'd5bbd2a2a536e6204259cbc2aa7e88452ffc2a5270485cb8876038fa84695d091b964252994dcafb1c85186a0473a408a5658e443eee33da2f43ff5566e582d2', + '4c34132786865ebba9bd1aa5d2d3675637744f7e5e619e8a8e16f36b84ab189a66f88f59fdfc6d3b1e806ce669f73b1837a918e8cd10a14fd682e7e61011c5f1', + 'd7931174ea188b2c8a1f045978346592014283a1d20f992c0e06f5959e39f11ec9a6255104b9db9f0b13c347308ae979f371e3bbd4194f8d65977d48a3c8684c', + '454262ab05cca57ff00f12d653f08a5e2e441e324493c6b86e1b56c93418af139e4332bc48997b48b55d4bbde560c5052a80de93376f0f4a7ab64c9aacf93aec', + '66ecea6ce6274578ae5283c8de9576f5865a38c321b9ca3d5f33fb0828a48bf1dd7391c8e10c1a71589013382eca69655b666e10665d7f3728b4e40ed366f796', + 'b244d305bfd534de7b05b66cda0b7bd3c2414956b5364611b0feffea53cdafc541c5bff7ca0b89fdc820616fc66fd62f682235e6073a4fb19bdf7c17def4e03f', + 'f3cb2cbaafe6281ebb546af88c052e6658a58407cd7ba30502918052ae159f3198ff29f94ef440151a6a8f50320e25502f62835fc0abf372a00a1c63c5e9d482', + '5ed96404ce1f0ae00c32ada5f605c10253d5de41135f211bd84fd0d1b6fb3c783751ec94a30ef7e97e32b28e51b08b43ae6935046e5b06df3d169d025970c718', + 'c92660b2f009f47d3589c74e22daca9f60d0147fcea28e7cd0eff0c5eafeec908d4aa8ba303e72ada33db087a0e51579a4951b6cfc2cadeb2314233d4b8074d1', + '2ab04d9a3af659171d80653a1f7ab9bc64863e6ccf0f882523d913fd68ddcdc09155d59d5b13831e7816a85eed5f1776b9016438b778eb20c53b14872695d61a', + '2c66bc60707a1da0c194e5422ba022acd049a0058a0fb2e9d2992e61e14cba12141c46b495a2dac6386f9280a3a1e70ab2b42feb1a9a67c44c0d313e9c241941', + '67856f8f84dba19cb38a23b0efad6eed229c536f45753f81c8fbbe1134a43e620fed160100f1c6fa333a804bffd7e899c6ae19221d14e8f32d9b6c5b592bbe9f', + 'cde363485e01d4d36242665f35a6e910b991fd9041211c05adbfdb40d6f46c372c7e68b69da4cb51b9c6419d1438a0a0ec51b5850cbe4394f01c49622ac78445', + '74c6bd81ed71bebacf5f7263cad715951c690afe4cd127e41b1e5468b813540833cde26834a60052ed5a8cfb4d68148876bbebd0728a7c64217ddfcd7611aa14', + '18f10073e71422a3d223c1a95fdfa6f3d5c27172f0e4ec9ed91f99bb55718d5b3da381252e2827d48148ba837e7ed927cc1e955d2c3ac96668c7aa6f85fc9e16', + 'fd4e7dfc0c21461f69fb237fa283378413f1e5d25db7e613146798f6b8d19977e76b9562d0f75c12eb5f387fe8e47d78e577612ce3670eef7b3df63bcde567f5', + '0293926e81c051a6c0945d2594644b824c100c368a85634751869c245ead7cd0bcac744393d9190e41ead93dabfce681d5db778fb17d30c335cfde09b0b568fd', + '75dfc0b734046aa2ef9d82f7596269e100793e5223f853a2c3a5e179fc00faee9683c0f0d828d5e59c2c1292a9127c3b3cec730be8d62db6a0c3635c137c4ab1', + '8af2e72ed2ad3be1e81a21e6fcbddff62d45385bf061ed60b6d58306c9cd47f8777190c173b9443d78839d4d2fe32dcf53ba20ce138ac2f5b888414a87f3b319', + '81b7e464796841368cda2cf7048055643e8d38dea614abb3e36db39f4eda9c93a96a49b40e1ec8a7254b290c9a3f9148ce278a88cd319d0381ed237f25f95816', + '8eccd467d875839cb4b0a0170a976f6056876859fb242f69d99dc6da2132028068f33b9cfbca48ff73bbaa73896b08562bdfdc88cf876b88077bfad955043fab', + 'b488332a10f2bc7d9042a1933da85dcc892504be3ea8d57bb5780f1648d1076309d276ffb5971790e3a2724e817ff2c381a73eced0a6c6ee88799cbd663a86bb', + '9dcb2ac482979d2b4f69b86154a66286c10a73dd5e8f0ecf7d9031332e2e8accb1f38d1331b5c337afbd65633c29293f6b8f5cb906e33105009b59e2ab10d320', + '5f360b2be1b1d9473ec74ffe0bca455c7150cfb2d33e0645b1250c43cdd24afb8c20fc4c9e11f05ee11d8a9183ca0cb3687d1476cb90672127a4ec855839fc33', + 'c05d6b83a27ef65cef5571222d24adbcc18958640548bc959a4baa2b00e7b0c66361926fb8b1f87e098565ba0d8968c3fce616ada108b7eeb1a5c07a5bfb022c', + '2af1053d2cca20406b7814ab9013677feeaeb773ade5fb2d27b50bb892916333e0b123c6e3ae5bdbb54c868a579654549831ad1538eaf2344e91861de70a8df1', + '9c9445d7df7eab77c9a5c7afbd2f38707d26efb89d1d415938173afce1a43565dc4da9f98f32467d33f24120cfcbecbc67038959708660f388d00f7d640d2225', + '64169fd4b7ba1e5a62412b8719a2b622d5031aa777cee7f5ae06e4471adc5465b27d791c632f57ebf99cbaff436d7a62721bfe6fc302ff895eb88e0c7d9c5984', + 'c49505be68196bf7b874b25353de09d677a847856a1477d5186a9464fd4891e7453a9c63328aa4a1bf5a19dc83eff3bcd750f5883b103397f668d207fd890fb2', + '5a905c63f9660429ac7b7be84766c71ba5a443458fea9fe3e0ba289fe73549c60d3052fcb889792f6fbb1fc93eb1542a5cd89c550b78f3e9c04410548430e743', + 'c9b74b2ba807d65ae62728882a32c4c0a0b2d9019fb50ced8a2477c5f451f29507cf91ac26866e4fd106a8afc91cab1875a3b26a859d8bcdd5839aa194d921b4', + '3af349f3647218e4be26fa863ac71381b64fccaa7e66761e121e308e2ae00ad9f8a76ae0ad6baf963ee115566861d87af2279d2932bf0d70d2bbc394d4a768a7', + '23d992873b968a5106f95b3693e230420ae819d993a80ba8735d29db78b2419098d49a8cd5caed2d6409b1a00d439b54d58166afdb71d0ff8001e5b3ca2c7fcb', + '2e4a7b49eb4ff970dc932c156e9a1a7be9616217009c6ff2a742f14f244b8e8e69b9d450a1d573dc09bba9c10118fdbd633330de132a71e7d77ed0f569d2f562', + 'bbfc60ad853142be6f602fd1eef95f882f478915aaad0ea0fa2f75e8ec33172ed6891b4f2aaaa5304a3d4b5e9ee0c9f6e524f5c3c8d9f5a7b58daf3cea4f81ba', + 'b9575f4d5ecc0f4f62e4a0556bb89464ba97d4570e55acd4c5e5177e452a3d6c9a0b3adb60c6211fe48640e08637a6826299e3e52f930f4f66cb0ea6a77311e3', + 'd291adbf05b06596c2f36f41a8cd8070370c42f687b8a6cc3a3e7b59afcd40f07801369b0fbfba17c460d21ffa1106ee937971ffa99d17177f017985b71067a8', + '902c2af0d13fb353f14a93eaba7e8a8f768eccacb264ef954114071b840e105ee9978ce2b27a6ce5f8fa34f0ef0c5bad6bc3f0f8a30c8438359b43f06b256491', + 'b9f4ccde4dbc27f1e6bb0fc9e854aa084249029cf32eaadacd1ea5d178ac83d8bb1ccd6af7d4a334f40da46be0ce0e63951b265e1b6adba26e56a6ce8197b46d', + 'a1aa034687ddffdd659326c6d11f58f1451f8524c4996da8c04aaa433c3af1662e9495a627b54c70358336f909001b75551ff58978d6ae025d742ac7a035880c', + '8fc7e719ff492846f151bdc5f6f6ed15a6452442ef42e806ac2a0f3479fb2f56c63657952be4fcdafbd736331c322d78162ccd2e6910c2ab2488a07bb31c6103', + 'cd7fd6beaf8ecdada5a4dfb800617e9b5b83bf23215a0340507cd65c7cb917eb16515a43ee658aaef7acd3be4a67bee16e979e35d76d2c9eac026e15ce48dd43', + '5657c22933cb8f8ee35b3ab821ab6b01ef8554252b1ee4a3639b3d66ead369a52b5748083eb0cd0cb9e76aa8c94bc931816ebd7b717178417b81fec6e2a2dabd', + '589e1c67214c34f4380e1bfa3629ce139b297b3fb8318bd9cc90e0ca6d945bfc29a3a2126e872056a70a4df2a8c32f644c2f212c5c04d3c7b3c192e1a08ac9c7', + '95ece1c8ae5e94d16ec9983b1089a37395ad5b1d660916c13c87e4c13dbecf8f68c6611c324a679471def5487a93aaec86c935025b4518962884ac2cb04e66f7', + '91650ed89aaa63a8fd43907daaf3985c6404ee02c23b92777a0b7de6de093faca7a0e7aff20623f1886ea8656280d4016d0692148ae87fdad95a4b4d3754613f', + 'caa2f077c0bde9e98c2f54a98caba4a9f95de80e742bfe92e23b03267ab50ddb1cca1d02e5f54f92008054cbbf4b2219eac9ea3b574b4ba4ba81c522bf3d70bd', + 'ac049e1a39d6039ce480416f058e06995b54a23c4d26696b76cc583c6130fc1f915a906ec59e66457a148893b0499e71f13412b3906c73bd2f98179983260546', + '82c16c68eca59a92986938366de60c16f60c98bd66d43e10d975a826dcdb67593055da9dcb8e521120be73d4a021de1a81a90d7fbef07d9b5f7013d6faf6b97d', + 'e262a7385aa3282c5d4298376acd1b7b6c978b029a0c75ac9c41656cefd064b48ae2be2ec28d09ad6b616263403dfa548567d20aeadcc28bb3e5c08816eb5fd7', + '150d3aa309a3669af99a70f2cec52d3da16b1c137ff7466269f268059f2f54981f45958b68425276839e75ac446e0b13cedaee3355d1a28c28fc7e2deef00c822fa7b26e1731', + 'c9c8b891b82567757dbf1a15b317628d98c486dbbe5ed4e6049a35bfc5b604264f182050973240e72ba8875367b55938eccb6c3f4e79221a0d9216c2c78cf403ab268f3b314d', + 'f3ca2dbf8a94697d351f5f18320749aeae13e6d57e15cd980f1201bda0a3c54aae9bb247b0ea06c405c23f1e2bf8e97f31acb4a46f2cc9e374165e6c40bd88cfb4ce51be4634', + 'e552f4fff6f6bbd14ec50aee19491452ac917aa36a835a1fe87488d34ff61b0d02f12c1581f6da188ecf91658e5b8ddc319999a255021d1a281c57118d4ce939c2eb94d93f9d', + '9d4219ed569eb35a9f5513eb1b938842371a995856da49b82bc299eb65d74f339283f67c3d2f268f5a140589e54d0e8bc53111b4f6e17b4ce71dd842215c96d92a1b0c9ea975', + '4e1acb25c41216f48b66627320abc5f5e0dd1a7427f548cbbab9c82562d861b6da3636a9eb850359d615a4c3f2edd73c961a425f3947b84ad88eb80a998e3653adbe9e747a00', + '4f047d37c653ac9434b9ac3e79628864179aee4f448ee0443d57adacdc3420726d17f7adbe64967f75f5fd3ca661f8cfa57e955a1924db1d5234b999ddd93df5550e07a07b61', + '22329812517b7a7a31d3cbbe04c3004e07e65a36a34abca4e71abaa4367af22f3db39f6428906b1516088585ca1cf470a3032b4cce85ddcfbaa512b1cc827bb3557f02e0c1a2', + '09e5e326d7c2b5b17381094933ea11a5030c36d9b8390d7ba15187045f44687af7d2fa4c2695027ef542f3058c2c62754b09bad917f931e2f2c4fa45cf63bc5ea4c34419c0c5', + '25ff10f4312ecc23b4af653fef943c7272f9847031d1f959dae5cfe16619e9aeeff14c02c155d399b39124d5b8a0e218b1aa257185cb277c74164083a8da14e90d230bc96384', + '81168b80d79f8ddecbd9e411cc41a22eb02b63b304be3bb5a140ed3b80945ee5d00049d1453433beb288a272da868a5a84a80871cd625262c263eff12e192397b173ae6c12ea', + 'c6c9fd575759c0f6010ecb932fb29559b5dc24c36e09d35423ee5289af0dee0c6187132aa2310f87d8e918108a2b9132c4df8949bd75855cb7347f0727cf2eb8163a881fc7bb', + '560d76c1bdde2e56ff54567df6713e4e243c1a42f7fe62fd4bb1786a31b68c0defc6bd95482b80b1fd30462593d6591d57c807c1a0910309540d08d3ad1dbf333d9fe30a309e', + 'a193b558891e947e0ee76f912ad51c607cdb59ffe033052143e790c9b696b022c07555aaf994e096d4638f73bd743c096482488458b3d2d6d71a2c57e5808fae9b640df5c240', + 'dc986d3d92368e2a19f49b6e537aaf845acbce31716c79c43ac8809d29d318ec38ee2dbbdc0bfa2f3811d60a91825175035b7ffd723b94dbc3c8b1784b4efe3087aaf9560e67', + '086d40b5bbe75dfa5905545f83bcd52d712f092fce2c0f5cc9faacb569523e7120abf258a4bb376dfa3a73cfd3e9f4e11cd329a9d1d212761256f5c678625366a9d71adb2af5', + '5744618fe8e5c1e4cad95cf43505cc032df1cfe50434ed13202d5bfefef420a377907660426b7306bb03e82fe2e18ad2a7cf4f1465461b61ac269cbc43a972536d9a94576cc2', + '6154b5d6d233c4e630b4b2094155954ee63f80cbf4ccfa3d4047afeef9f366dc3b4e3317e096ee6b9a8de33f3f7acbbd6370fc332cd2dcb962179b15c6cb22dba5d646d9ac01', + '1e8602e3f3a12b3f9ab21c3a7add7fa9a5381eff4f74f51385c08c231cea8418e7c76f0b2dd6e5095920d413f4621769d16e4a0987cfdd7224ac68ad20ef3e8e90a545389ca8', + 'caa2f077c0bde9e98c2f54a98caba4a9f95de80e742bfe92e23b03267ab50ddb1cca1d02e5f54f92008054cbbf4b2219eac9ea3b574b4ba4ba81c522bf3d70bd567beee24e9f', + '12145ff87225dabfb7c8dc370ec61b16e6219c14a4fb10f298b464bb3053944a6c27c00c92ae810723b57d1b0dc1398822ae2fb1c9962120f4f4acc952092093c57f8f14164d', + '495539a68141fc099393ad40555a70ebb45e3d37f9573fb14b5c7a5c759eb100ea5687c606fce40297ba9a509c2049e24d1980185b1e245178a916021aed10057cc4d033e6e9', + '387ca57d6cea7ece2adf507ee497bbc1cd043b32e3c04d6b2d45d4d34160bab80ae3da9ec89b1ed65881e452b634a7b7c0a7dbb43d1718931d417b0d02d14a63001dd6aaa113', + 'bf1512506858d2b38e387a1e65aa813bc1c1f6e6d96a6a864b59099e61430a9f934e4a014dc63391f211e30d20e58aee36b8148513780949217db17093bc7bbcea3d9f98becf', + '332c022cd7cdbb71fcc3eaf48635a8bb6e03e73f5c08a9cd799c702d7e5df58212301c7152822885b1d42bd20276c1d9d392feacfd6da55379ea9b6d75509b1aa74c2a19e23a', + 'ae1ba736e20691bcc3495be8e438d9cd5aa469de20ac7c5dbad753161960074cbfd1ccf423d3762157453dc0e88bbd8506294125e49040c6623728b3eaee5b559770775f9d37', + '25117774deaf7c068cbd4ce82a595a584ecc9dfd541ad81eb9d71f12c53b97f76d797da7774d6ae8dfd4d5e37aa1d9d8d90d380f70cea112f7cc2e19113031c62cbd3012a863', + 'aac2322ffd2efaebccf8389eabb3411ab55f21087d90322c48cceeeb7934020a4c66a3b8c7a325cfee2dca5737f3d84c3d70eea0b8d19784ad5620e4e2faa730955675626dc3', + '100bd00e9c4c9f2becaec6145640e57d1363a9e8e8dc95610627026c300e643c1b7bd0251a8bbb54fbe305be2b47365621690783fafe24d1611730e7b2af09b95f804efe921c', + 'e01b54dfcebf64fdc61bc0d9a46f3850db32f7350958b6abcfd130d1df52d6a55657c3224d69f2acaa9cafae3c5d4b82086a1491dd2284bb2fffb9f922612540e48d87a940f5', + '4a25e3a88eae864851b4c6d01c6b98b799a70f0ca49f1860a4f167df1ce7b1c07df91ce03f93f4a92f189f390b26d3c04c1c062a43d926ff67c78b87ee192a319a500b35d604', + '13e8b6568b1d83ee06235223caf6be6e76897ffc950a9a0f7468d5a231136e4c15030c6623fbf670f10f83b1b764d21ea637ba7d7b2004ca5398d8dac1ba763e1e46276a20eb', + '583e7b26715647c6c50482866f84c9a097ef1f1bf4b18ee48e3e1120c901b2c19f95f0572d386329717da38552416554e0dfe7f1dea88f3c7e8dcfea6b1f4b1f0cba3e3e08fc', + '381dfe5c3405f0c67216a34475d453af05f8ae8fd47b92d561f119cd1d18d34ecdb152342f8eec0fe0edbc1d7d04ea7608dd2c878e648dc107bf6e927eddca957252be067b62', + '772619f048d8cfa9cb846e1ac8deb0ab56b0029eff70d0441f1802718d32c72d7d3291aca50961819ff7440e8fa11d3f0563a67825e7b2cb05f7b56f568f856d4737629da68f', + 'f39adca21ff0939639ff8d6da236d519572de92a742364e7f7aada9ec7a10438f5631d10413e8b06e027c2cf7cab668f7d29afa9873f12d543821e746372a421e0ad1a898662', + 'cf20eaca221a646675f696c2c9ffab2cca83cdfa0135f4154ad0fbb489fdf96a9977ce63856dfcebfb28b92ffded4248da2571755dbb92a844c67345f368ba266af57be27558', + '8c26d9e739fef007ecf426612f7408daa6a8e41aaa918b3e335755cdfbdd66eee09930d88aa339894f0b1ebb5370d914f4ce3f9d6598cc759807a3c762b1d1f9da5dd2260216', + 'f1e95a2ac2982a63584af1b7aab0ee739bacccaac5058187755e77e1f669e910135891ffd794808397b24deb33a371d9982af25089933f0da0a35b1b8fcb3ea2aca07900ad90', + '4c1624a9407697dd3feb1bddd4a9ad07f99039e12df356fdc69d30208916c5a278225518eb8b1331e22021de9afebbb65e0eb398a0cf1d9248564b014c93fcfa81d5d0e9b190', + '0531b92d1b218c08cd8630dd4861f7c80aced6f75d7e0db81e670ad6c3ba8b269d16045d59fb4024cd814a6ff24a8e0a2cb53c74d254edf1eaa189db34ec68396b98b793c787', + 'ecd29cbb1a39d7fdbc5c92a096c0cef1d4b2363e9e895537ec2b079a9cd32d10c211a5523f127a8f95215712f96e4220aa0e861f8244f1fecaff40d053a3d8bac20cb7102cd1', + 'f54e514eb70f39579c9f175afd7cbdf1de2fdf102b8276e042ee63cab25355d142ecec2636811ff6cddedb870e85ec83c4a02194c839ab307eadc7b7a25e9dbb45a9679e1218', + 'e88006364955d8110c553fdfd59db9baaa310ae50f9081026f8b7e85be5631685de0a4213e60fcd14830fcbefddfca035a82f686fe4ab82b8f5c79475adc9558394b60f3ba14', + 'deca6cc2bec006c19ae4b3b2246fd63608aca28b225ae80bee522df5406a007035988bcd695b670d6a56b5a36d3e6a7b40f7ea3a80fad9c80cfa2d0cb9c788f64872c6c395b2', + 'f0dae6d8753076b1895c01262ca9b57633eb28b3f963a7c752e2cbb4c0314c20eab11a10493faaf4255a8ee4c0884929d1f561ff335eb699df2d116618e60093e5c1e2d1c499', + '65af1f17cd7fdaa523b9b7a9829d497cac7303d450c59e9888cbbaf3a627c8a830d327a529578dda923fa94b31cc076491ea338d4a6221ff8251ccd6b4d91e67b11610d3e453', + '538b4a4753183ce5607fa03636db2fdc84722aeb9d98a6ed70d0282aba3571267a189b6aa6eb65871c5dcc59dbc7db8973c7c355ba2a2e94c110d1f4064a4087eb07077e67b0', + '1e7982d0975b36da4144041fac9a7f70b4d5180bed489f11453e073be4496ac957d74cbcee06244562ba197dbbec09567145cfd2d2ebc673a39b89f20af8fd34ac229279128b', + 'ff5f9fb03fc15b2143ef638bbaac07557d3efda920bb9bd5c68349f13a0e37c23ce84bdf19f95e127f0aa7018e85770e327c277bb1ed4fd2804539845b2296d0945d6fe6ac48', + '06ec0e5bc833caaf766f8a531b09621c0c93e859280196ac5f166f18711ce55af8d8fb7da9bda7a9d7607a3c382c821bec57704bbb14f6bb9f0b73648206d29448edaf8710f4', + 'a52069d08c729eec3f803df6adcfc53c7eb6456549bf29fa084f5425c98a6fb8a6718070f64dbe7cc551a439827b4440f8bbdea28057b172748e1184e67cba75923d64eb1255', + '5a04585891a5ddc97a7ce83bab92eba55133905c7ff4aa34c5f56be80564d7bc824278603a6a541876cf1c1a9f05a63753039dbeb827789e107aa8ca8e3616e26885cc0f2e8c', + 'd5ed1cdaae3edacf80ee9487eb317df46ba293b07ddbdd350443f150ea28bad30a0e788b4e46087114c26624d72770970b24ed074803cd31ab7db2c17ad3b00d061a5103d6d6', + '9fc05ef49579aaef45c00586c8a35dc0960513483e8951715bb29e77c348af0801fd80020650a47f1bb2da0f1ae7e044deb08c74f8a718baa36abe3efbfb84b669675a2d62a6', + '3e3b577a9cc800d2dc69362837878d4f7ec0fbf3fe3ae08aa63745886cea61d2ec8a627652a46a997bb5d7b157f8c7f4927ddb0f737b3c1c04e7dcce7345ffefb8bff90d7874', + '98fdfe9b591008fa03fcc480809410a53a2a4175de480de360a1a95f3f462eab0a1d41ea2390f3fac382e6033e87b2508854865ef87413334d3da5f1ef0393ab778bda7770c2', + '74c6bd81ed71bebacf5f7263cad715951c690afe4cd127e41b1e5468b813540833cde26834a60052ed5a8cfb4d68148876bbebd0728a7c64217ddfcd7611aa14e33d0a881256', + 'cea65320f0ca8dc160c5ff83100e523a16b7651d5e4d9cca9c007b8b850373d83f36fb1d1603e3bd7085e55603f07e47452dfc6f24c4d738f8ff44d4b64d08c766e48aa6d7aa', + '314743435cf8e0a1e1c4a321433bafec55ec262de77aebc5a4f3ad3f3b5e2106bd938ed546508f70e0881592a4feab262313feb904dc9c30ee78fcb6a8a1bff97e803596e7c6', + '13fb1ed6389f32d1de3139cb04bcdd53525c9889b85379d3535a25d290351c95938a3d0cdaf38dbf1d5234bf7965c8ddce9ace1b66247e60d74ec7702a0f931a3cdf4cb465ca9fc458c380004a3a6e79', + '5cf59e34f1ae4ed732a95cee65eb494c1f7e89e1a2727cde68229f1a00b904b519f4fffbdd29238b80886cb818a1be2faf268eda96f2df05fd4b71c0c16435848526031904308fb6a51d9a6b510565bc', + '909d3891b6a5ef3c812128cc630711861b6e73dce4f289efec5a12520778a511a55145f2027e35fa9cd20d33ea3d0ead4bf0b3c33dc2889fcfd33f01596f013b6a3502810278585f01e50d8be06673dd', + 'b51ec038eaf03b3acecf407f43e2f0f4961516850f5e5d87c645c153b9a344341caae284f025c611d701bec6270ded873dfec05c14b623d216c6f49e3131b7842e738c773ec15f02d6935fe6bd60b105', + 'd4c892aca8c9574a48b761f33f44aa867bf0c61a4929734280b77290fb5795574da61ab5b14137d1402bf662676f43719706435f3efae829f7ccc3ebfd1419a3e66738388e7d0bbb5193edec7d0fbb00', + 'b6294d160b6df30fa4546b63ae64effcbcf74415694984f13ecf21ccd6ca27123f1dc1cfa45bff662925d68717b3695b39b08601864b743eff8bec70dbe265c4e20695a917fc3485997503a6cb5e0d7b', + '3b1cbf6f4212f6bfb9bc106dfb5568395643de58bffa2774c31e67f5c1e7017f57caadbb1a56cc5b8a5cf9584552e17e7af9542ba13e9c54695e0dc8f24eddb93d5a3678e10c8a80ff4f27b677d40bef', + '09c8f4a892b2efd209af0a8135c15756c528213c86cac5edd9d8c3b965af158309fcc00c1424a874b9e3a8fdbd33e213736f5489eab8ad2665985e600be5f367e0e8a465f4bf2704db00c9325c9fbd21', + 'ae69e1f10bcc8ea9e47a1795c916a3132b9d4ba7104970fa0bb551236c43dc26b4bbc5ba4c34d650763886508323cca647cc357dca67354a40aaba0d3b2f07d4201ac080d7fb41cbc7f6348a02216330', + '7f0568cca4ff79dcf1e5a306b419d25d47dd4cdd42bb86f3ef243c40fe57c09a7a849353fc3132be1fde32f033e48fc436a3422200dc1180bd5caba8a0dbf4bcd6239e78b975f9b847280c3ad293e4a4', + '0daf68d47caecbcb7373b693bbfa4b98a39d88ad3e7e1b99cb2478d2756928883d9364e534c1e294ed89ef8032dfbedef638006d8bf0b4fc15e9412e3f76c27a2c77a175b1c56754c1d0d2ac2886297d', + '01663b65d9d258268b1f8c770f713cbc857c1870d399e7ce901887d121d82f5f2116f8c107839c5702997d8a282ee901d04a9c183c36868e7cd5cf7d8e371990ca6c05707e96f87fd5421fc9fdf9b038', + 'ab6832846f39aa9be6dedcdce2f0d5ad7d331129b8b340d16212497e3c20909b5aac7590cc9a1d817e3674395dc87261bb699ef6f514d1fa53003d692f2dad6e5a3d0ed7bb862fc73965c5aadcd5b26e', + 'd14474fe023c284a27f7be751ced9ae210a4fe5ee681889bdbdefce06a5d44fe6d7bb58684689439ba16d9c0668f329e508d4b6215444d21cd83a523eafb06dd63deb11f13adf48f5c4bf0560f55a019', + '1f9284000341a262e7b61f949523b7744277e99013d5a03be04413e137a8ea97a4f1a2f62f92322a2734ef461eacadda352b27c89ab5a1534ed5cb792c8ee983279431dad3bd741c27b2016f81eac716', + '24d8938c1644cbb080c4505539e44c8a61567ca74443363b80dfaa466b4068a9af7022da37c1b3dc4f60616f062d5f84d7ca96f389f2a670540d27bc45013418e44a2aff134dad1439e9ec5aa05026a3', + '4bdc4b8862956899373d3df4da7281c0ea2bdd57634059efb82d157a221339cb37ff2ef9be6f0f08c2125ac6e5d0ecf4f70a2ca6c72386ed393f1bb2994ab6e52f3d02d8149cfbe54443a357f363f688', + '732957d1867047f2904817b4f559649059870d38b2bce77ea2e8b27205464ccbc6e02589f655f3d81fdaa736d57f9fd88fb41d4ab50bf857fa3f9128ec7609b0c9c3b14795efc29469794fb10edb778a', + '0541279805ec5e82ddea16897848b0dd584fe59f2dc1ff44a65f493b87aec4cffcfb1b4e2c9dd96b127adae188cdff59a526268e49b25aaff6bc4605e274f0d54aefa48808702d0968e64c6f38b562dc', + '68ed9fb90aa9c95ff1add2476ed9a8f9f894a3bfc514b70797daef0ad97b16abeaa6b7a2b96349d99299a31637d3b6db33437a8b6b0829cdf6acac352ef1522207cdc8e2a0b3461d18140670a326fa58', + '772326bc0d10921a489a82e3651daf798b2e2a39f72fa1ad5620de0272b890bc11b54ea81a70d912fab4a13946d08b00a2ebf2e6e198ec386eabce86ea4af2531647b710f4adca4c2998a425a64a5402', + 'ab7b932494ccb9a4792cafbf75988ff49535f837903761f5b201ad521a8dffb5250fcf862ad53e366872a6803c1b76ef98513da1b0c1044af668e17b49fac9256985a659af51a951fb0ce2b4ed230e16', + '1f8509c8553d0d77593d261fc9fcff90bf77b24c4bd3de472144faeb8e2de85fb189cd09e7892152877e02a9d0faceca1f32f04065a7fa28d906f539ea4cf401782df07143b7cf9ca433c6bc7b4ce176', + '24b2d6332eba8fd719b4b37463b456e44b9140d9909adc287c85516821a8eebce36ccbed36feadbca9472b76241f0fc86dbdffd5f1725d86c2986b21dcc5b31eac44a636d3c583bc27537a30fa871212', + 'b712f94e606e293683b2968806ff6a1485504a3eebb8895c3feb9b60c100cdb7367534718074e3a171546107e1635becfee3954ee452263d6eefe5854b791f8d543a8b7f1c447fa9c9fb632423d367b3', + 'e199ddb8612936d2e46b4e301a1e772b0312d5a903e713f9381754fe0b376d900579511fe576cc99ef2a758e8640de93fd900de4abe7304d3d068c4a50edb76d405907003a8b4aec994bb7d96f2d2597', + '483d3190b2bfaf492e9688e61db2b9ff0b7dd864d76b555314d201eeb0fdccebd37cd38e0abd9ad4a5e195f25ec8eefd3b6e82ebb57b2dba191547ef2ff96e421aca86987fa8ff31e90556236cb4df07', + '2aa3cc87deb165b2c4114d1e5038b882732338786de33223e3588f16313db3710164b34d1d43c25b81b0edc7b5e9096359d7e9010194d420442a35cc109e95bf402dc7cc71d5627e111775fcb8fc752f', + '4de1ed235e4247d73df86fc57e56360f0ca78c6c137d8e1d1d46c0237b2096afe6ef3ada66ac899673005ee45a111448e39c467a3144d95fe9293d3797bdef184dd3439b8df960d568088c89e8f9aa9b', + 'e48825a5503a6afe0bf9a240c67f27acd4a8f6993834645e03c80c72dd370cd2e10071a3ae18ef19bae9d697ea9a4118609190cd95361907a7fa1b58f499f3f5e79b935f12212f437dde399e3e649024', + 'b5438e3845f39afe7deb0fcfb86e2dbe4fbc489f55f01c0f842961b576e89fc719b944cf5d16f4af2f8820e2ab0fda068dc4e797e9bd16fe1d31d1ca03dcf23d6ba5d80ac87fb95d298d391c6b893c6c', + '95f2c1509dff6d162edd5de32ded423866dfda682bc7b7503e734142f2fcfe428c9c1175efbf01d6795dbc2b2886dc38013f2832b28c5e7676ce307b394f8c05fd1c209c7c131e3d0e3c3c4fce5d00d8', + '9da0c114682f82c1d1e9b54430580b9c569489ca16b92ee10498d55d7cad5db5e652063439311e04beffde8c17688ffc7f45f0255315dc8fd2ab28c52124cbf4911c41b4252231264f684d3ffbbf7963', + 'acc3e67746033c73958992fd94f457d6d12c29367050f66372f06181387d67ac42fd42443d038d883ddfaa67471261921205c9d60efa6ca9a642a603c2b04e6f914f986185503aca9f46ceeaec967865', + '545514c74c932e3ed856e93d878ad42cedf8e04434bd09a1d4fa38989ece684aff8108798302a19b9894b92d95c4f74afa9e887cf920c0d236ef0533cc49e9f1903b96a199146f2b0019f41de47ae645', + 'e79461f00c4c05e2e01808de1926f41aa8f45ea5ebb5baf124f674902a813c3b5e81a118e1e8e13d040eff70009a1730e8a6effadb1ecec57e6991cfa94cfb9b610b4d3a07d116cbce514d3e73ae9d5d', + '48eff7d489f9b25c0c65cb3a37d4efba3a84f79be7cf62b5c3f403e05d1af712de92dac7e25d3aa686ee4c61c230deddfacb8d93cfa438363ba2b595ddb8c2c491203e7644e499ae07a389976192feaf', + '6ad25e9dabd163d092e124fa0ad1867fbb3e020389074a7c5e01308c2aecc40f28a6bdf0629f1b40778d0a899c61085fe1794a39b6175c7fad1209e481cb7af65863a2f3452bd9df115cc6d33b098398', + '58812ce4018d2cb65571271492fef87c06d703d4d52819b8f7959c138071e3ec2431df83fa20ff9d8054521ce0e0ecd2714b8a97814179995289b3f462374c83ef230cf5bb995e230d5268a0f8a37c92', + '20c0db0aab2f9be21d2bf0421a16c6390a0bdd57c9c11cb4a0b22933757c36083e871e78bce8b0e065854af9a27aab5a3abc023f0efc4a8808cfda054e0b38f0bb742fbb8f98210d65f79e07666734cb', + '282d222b848ce96372409931abe8e1db709914b2d6dd213d62fbc593d579ff0949e0c50d7dbff5526ef28e2e27242040d99381552e13c28cdb5661b9756ac0088583d6e3defb25152e97ec2fd40c9d2a', + '82a19090190ef59e77a26cde0e1799ec5b0a796bc64e5af8ca862b5d55f3f607728aabbb254a1f8496cc54f0721cfb7b8fc7374ccf35a41f463998839fe7a945bba66f2c9c868be682d3e74353ea40a1', + '76280c24849f0c384d6e5b512a9fb1dd2131da0307b2ffdce71027e0a8acfd9ee9b0d4b130a3e8ef443ae7e3d771b07e68db5a096836785e9c439b58c2d5198877270d2958729f5668bf867bb2facb0a', + '72ce9cfd27b714419bde4dcd9b377dc840bdc3adaf5a734c0307af128834378b2a6a81252d2f0d371e2af3410987be76ec9d7c776cce1662c7afde0b0a696789846099f57a12046e1c417560b854c706', + '34991e9f5b19fc2b847a87be72ff49c99ecf19d837ee3e23686cd760d9dd7adc78091bca79e42fdb9bc0120faec1a6ca52913e2a0156ba9850e1f39d712859f7fdf7daedf0e206dff67e7121e5d1590a', + '4ddd00d0ab6aab2100ce9754c3b3987c06f7e58656011d26e3518711e15b9e6d2d96cd8534d077c211c43ad7f5ee753bcc9e07dc1d4c5a12322ba1d17a005d242b3526d62b29a87231cbec6f2867d9a4', + '7a31553b05e96a8da0a4d5b81a857d192afb6aabb1f127d740456a8eda7cf696fbb4c121d8d952a4e91c6ee6a5a1f3588d7804a46bcf6688dc662ae50c438d13c1a61c789b3f1c599a9f28efe0ed1cbe', + '6445f6d884fbd57a1eec0716f893aa9f4728aaa07d2038da62f3782e66217abe35776c508d8e0ef34c9666e4ce51b4b27562a8a189c8d34c43a65c8f2445f4a48b5b0b8c878e44b1ea3427c99f5d17fd', + '2967fa4c626d18a77aee781aa5200c227ffe703ca0901e4a706ce1393c7d8ce18a03eb2caadbfa7b8e015545dc53f0014097084707c05932ea6d920827b3061dd71ca4f47bef29a8d8b2948a05eeda0c', + '58fcc3895930c2fcf0d7c934a4ec3625633509e3c776466f98e49bd091dc436667d52a7c0794521c1f9f7527e1f3eca504f9cf590bb75e98c9439f5c257e49951bfee1bf034c23b91650a3d52e09b42c', + 'f6fb322a18bac34c75998040511cf04877344e7d2b6324135f201cde2a7d121575076d57f8eeb0eb65664c4ce24cb9e5bd0dc4195bc42b8672a2678b7893c9075c1ec864738d9ad5b54f01db299a680e', + 'e03e23e502700421f0018449c0fc9164ea488c1d00849fc69936519e8f25574f6a03adbb1b4fe6f8ee7ac199ba49fc305a7a6d1161aa4e580a76d92d6ee11546faf5efae1fae8cc54b13de8919a67513', + '9e8c665ba53854f0fd27ec45eccfd03d58d1360a3a94f5f24f2ddf52118352e3e5b00a3c96aa39980222dada13ac42cef121f8b27641c6f5e39d103ed1b565b06a5d546dd8658158fe78f8206645c07a', + '05b0363fc500dccbe78ca18ac7d3521d539dee9e10e9c4325e27d5ddfca77f9bce525dacde98692fa2a963f27de87789879c1a9d91e935876400851d4a9241ccd08afee8c9fbd13f9657b3f4a5e3298b', + '5efb39ea8bbf4bdc7bd985dabab07db427bca4a85550c8d832b7ddfbe683fc52fe22acddcab261d003164241b14a2f234cf30377223b16c1f8db07b9f479b844bb3599a2d67f2ae95a2bbbb2c8c77612', + '3724e4bed1e72985fd1f879394543ac9448cfb8b3363c771e55ee13f607d1a188e0f50eee2ca353d3e1b51f915bb4bc5cd83646567814476614bf95cdb933d7dfafcf7ad8a2c05e8e72339471dcba12d', + '4718ad423439cc9d3b1f691718e34a30df9b3c4dee7ea9011f496d8a42e1e69fca394a69c6763ecf1351a4f6d0bdb40813ca4e35daca8ef845b2a29c02c3d8fe0869fb948863e0ae20243cfc5379b851', + '7fc4aa492a3d12da5d2de0cf9a61c0fbf9e4a2571920554a5c45582754efedf878036e7a1cd9e468a0a1d6fce7ff5fb40af983524e13c32654b8ef8f90dc3cc0fce097c00eb638b4e7457961cd0fe9ed', + 'b6ec7ce6448428c34fc6819d50507a2d74ae4175fd2ac53ee5e576c5c5274bb2f6f40a49f6e0c4e40d249ea130f0d858250307d0e87aa5324ee5ccbde8a03fbc2a61aab5cc0d2be471d010e7876ce3bb', + 'ceb9aedf8d6efcf0ae52bea0fa99a9e26ae81bacea0cff4d5eecf201e3bca3c3577480621b818fd717ba99d6ff958ea3d59b2527b019c343bb199e648090225867d994607962f5866aa62930d75b58f6', +]; + +const List _macs = [ + '1ba0e66cf72efc349207', + '007e4504041a12f9e345', + 'c19d05a808054b8039f9', + '539d5cbb60739e152196', + '2ddc8c4803e5a4c7871c', + 'c1ebf896bd26a30cf668', + '8a3e105bffc04ba113cd', + '4104ef3c144bcfaf8dd3', + '838ba0117e413095d056', + 'cdcff19dc81026983e6c', + 'f069430eb49866d7d39b', + '0f4fae1d2b5960a54b82', + '7d809c2533c47f832046', + '0c7799c513f4a3308de3', + '00e416c156dc85d4d47d', + '42537b22520a085577587616', + 'ecae138322d2d4086aa2bec6', + '2fe2bd1355a64e4661a6567a', + '144d3a67685bf4ac70bb7fe6', + 'c3b94fdb9a6bc9b8e0b7ecb4', + '2eca333903bf60931eb08ba7', + '04614d9e215e11546ef411dd', + 'f5ec42b8e5e3ef658223c8a1', + 'a055bb1256afef8fac818a39', + '449a3eaf1aaeedc860a7c522', + 'd991f360f28b18086fc552f6', + '3f99eb6518dcdcfb45eda5e8', + 'e4183c3f9245e63ac093e070', + '6a31ddbafa486d1a847e0b1a', + 'e2cfa49f38958405705dc320', + '73b083d8be0d19ee7a697f9e5d76362f', + 'd72b370a1d8290105173c83aeedb8358', + '657db872e6e9aefcc3d69110c7591057', + '7bc8883375527df5ac60fe47357e105e', + '805a8f3cbb5ce17139cf8bb03db6b9b4', + 'b9b6e8e09db8509ac5a6609ad5e6390b', + '571b3401f273a16d9d6011993c78bcfc', + '6c82c5f72dba335ff85181131dbeb990', + '9502475fa252e5bf4318e451c7f5fe41', + '736c3332227a1b48acce71465f5726cb', + '66af7ccfa98bcb8d01ead88d046f1038', + '2993b746cb98445019cb1ed31ed34070', + '287a4765a91fe81c21c4593f985a1253', + 'a8483672c40305d7630f3e86b80fa4b0', + 'a7df6225fc8a9bc8b91e4c39eef870eb', + '3c8162589aafaee024fc9a5ca50dd2336fe3eb28', + '2fecb466bc920f610e3eae9949e00f454a714ab5', + '3745829991354a1eb42277bb9aff04ab2abcaa47', + 'e7c051682dfbbdecc828606868a8fe2eb85919ba', + '60d775c440e378a5b3df018edb08c33c063bd8a5', + '3fdaec4c28dd5758d937efb8cd4ada0cd40a5d13', + 'c3b30827b4e2bba31b6fc0985fa597eb4896c7a2', + 'd7264b214307520629ee5e76aa4a8dda4b556b3a', + '42ddd9b92c2a45420a770b9727bf53dcffc84d20', + 'b099c135065fb0c4c71a4fcb37a95b13cff95437', + 'd8fdc66e0c97c0738f236f3dde60af8ac6c3d29a', + 'be13212ac81902215c85a7697a2d1870ef74f9ac', + 'c87995813b3156fd712c511c328bace2d05cab41', + '57e9692b230b55a8a206ca48838d8d1f920202b6', + '0c662e4793938cc37f3d51d2b40548ec55914f0d', + '402493fac26c2454d0cb', + 'b96de3a219d76614aaa4', + '2eb0b56949f78f796b9b', + '5cee7667d0a29278aea8', + '476d8d8db76e87df0a3f', + '3bddf9f7384c84b3a66d', + 'c4b0bc18c2784c858754', + 'e42a3482a658c651f55c', + 'd623d5ce7f0e22c269af', + '6cc56c226b22110fb13d', + '51ae4aaf0de1921b08cb', + 'a03712aad2fc0e59732d', + 'af6a6235395d057c6d2a', + '190e04e5dfa9eab70cce', + '2394aef32f606989812a', + '445aa92b032c6b65b28a6541', + '2f8e18b75cb37402d6e87355', + '9dc9ffa7894d69c67295c994', + 'a246956f07f6af8830fcd392', + 'cbdb6ff2298283b4ddec7526', + 'd7fa45de6ac34e2d3ddeeb97', + '7fed72bdb85fbd6fd73f9656', + '1dd37b69db9cf4a7494697f1', + '24a2f45f719e993e63adcf23', + 'cd4057acd7ab2b1909ade91e', + '0695b866fc28c2a3390e8449', + '1b0dd1dec270305c1a669ca8', + '8e2916ef6b7bb91c15901210', + '1930cb1a51265b09b0aaba99', + 'e1c43cb277d8c07146fbc6e1', + '4c41bea823ee6791e83636bf752c1240', + '17cb2e9e98b748b5ae0f7078ea5519e5', + '9005e6ded766f31ca4277bb116c483cc', + '9a148fc9f2372f9c07c328e832b96430', + '85543d27b8a34ed9e222172ce308c672', + 'd9f1dbeb901ac73bab9b5d40065c21e6', + 'adbffa3c88f82e0991fe2128ba2798a6', + '9411d3cf30e359f33328f80a07b7ba6d', + '79fffaa6767b3bacde8078aabcfbda9b', + '8aef0e90bd29fd1ad4d80c37e070dbf7', + '11ddc4d89e463be1338373f0a1cb22f8', + '7a5efb96b080064a05fd021e31f1dbc1', + 'c070e020d56f7e294f10fd586bc3e063', + '3d866bc71d43209d97bb596fa59460c4', + '15eec3c6d6f4e7f2b1426d01259ae8b6', + '374c88f4480f5e8aaa9f448b777557c50065e9ac', + '8c90480ea6414553df17e53cf96dcb166b94be35', + '1b6a55344a48f62f8b351c69acb3a33b4c57c024', + '7652e4b24051283af4caf67079955373f6604c9a', + '8a536922cc905ed4c321180ebbf4f000e2a809fc', + '9e35e4bc678997c18bfb39568e1f77cc49ad153e', + '46d9d7c519e520029320b48451faed81f9112f44', + '91bc355fb0221825307af876d11404b473222d5a', + 'f76d200078fb5b3d3aacc3d90efd4edc5612a777', + '99fbfd85069f25da97f9621fff93ea599f61d0c2', + '8da25f1b52990f59dad1405161c54eb148f002fb', + 'ed84ee8c4d99c5dbe7a253be436ac0c4e4b5e0bc', + '7ab9416ae1d32bbbd13277aeda805d66b006461e', + 'ccf2155306cf89a73f55a0560d32337e266432af', + '65437f28501640304b1ff95db6a6437cac37d10a', + 'e06c086d3434d79595d3', + '2d0f6c935a06d9d48e10', + '6cdbed1cff27b79ac20b', + 'bb7654e63c2ef4313c63', + 'df4a9f32c2b911138a7d', + '9238de28fd468cc27d76', + '65d6db01f95625fcb481', + 'c4953ddadc2acf38e677', + '616a0dfee4c59643e047', + '145ce9119643c0c9c23a', + '0f6585d0203aedecad76', + 'fd4032c4adf2a19e69e5', + '8e99a60f575dff478d99', + 'd52b5f1b01dc36d76d8e', + '6ece755234adba6cd01a', + 'e685c26a4ef766a1ac244bf7', + '3bf0f6f4ac757afb9deafdb3', + 'a8028cb31b89d1e668eb4196', + '515a7febe556a317919eb3dc', + 'a3bc85d2694d7868120934ce', + '03368545751957bda8ff9db3', + 'e2ac4a0e354277a62cc82573', + '31a0920da97a3e94b151bfc8', + 'ea5be261fbfdf4e083358099', + '96f596dc5ce8952cb2b0f914', + 'ab8810c9a05afb0169fd36df', + '078437f1a1089c5724eebf2e', + 'a1147bb0ba909865a46b4720', + '6eb55c6365a8957cf579ca2f', + '9609b20113e61797397a428f', + 'f35a4323cab7ade7168c8b9f7276744e', + '59a116a249eacaffc54498957787f8f4', + '86d4b3a747285f26530e364b659a3c15', + '924243335c2eebd348ea23efcb442cc3', + 'c05fea12c1594631fa9a5b7e35cc74e0', + '34515b41c4af316223ae43e6869a38c1', + '8bbe93e9a0e39128595251c7a0504f10', + 'b3d266e44d21fea613913002229b7994', + '45d9e3d8155dd1d7aac1faa36827402d', + 'f5d0c72599bd5f8323a599ca7d2d54f1', + '2c77d71152e343414dab1c83fc5f6429', + 'ddc60e14dc64399f48c2629cd9ef9551', + '2c47a1dfc80df9195ccac2b006904088', + 'f253721edace08cccce596b231bdef4b', + '32e3a37e8ca379cd7b604840059480d6', + '15af23331648171499b58042dbe7b2d5df72d152', + '5f7a57d42e3ebbcb85b08565304dab941d6234f3', + '5921643e2713d10428843447df91f482f3922aeb', + '3f74a3b2a77c173b8b6e20c2ededffd43103e4f6', + '3b0ce0fd9eed9287527edb23c0ceaaee4026b570', + 'c6c30cc650546dee441ad83d2c01b0bb50319da0', + '3e87e626a2014346f4d3b545f0c47043a657c82f', + '46251e1b289f217c0b1f0f7dfd988aa62425efc6', + '79cd6dd6ad3d3aaf11617b0a9303ed3645ab71b2', + 'cdae582296f2c18e05c47a2c3885b24e4976fd00', + 'd985cf29d85533af9b58113d7153732678830390', + '790315ef7d9441b0ea3382471dd217dde2143788', + '2258ded89a07b87e3397aa8a033f151e3c1a23a3', + '43673696e3003a2a06ab0f4bf07870fca1b51415', + '449121a13d619ca26cfd574204fc9643df12cc8b', + 'c73d3cf2bd6c5c9dcb91', + '3b89bc8d9f3fbedb86a8', + 'd6d0b96cfd9fcbacd20a', + '4fa9b60a5cde90c2c0a5', + 'b621d1fa15d9345096b2', + '5686971a145ca79e0b63', + '8ca1bbe34502616b975d', + '970c9b7981a9b706806d', + 'fb8e0cd4a7656f1aa4da', + 'dc82b94bb291d36a94a6', + 'e61320faa6b1a7b6796d', + '490d70fc32e3c5f6c17b', + 'e271addca04e8f983680', + 'e2280710a35f000d2ca5', + '2a7d988c3a8ed31c16e5', + '14ad915c8190567f889160f9', + '43bf1001ad1f5c5adf0f59c2', + '72ad19cc01c8933dc6a37cc5', + '639410b3e778003a9d66c317', + 'ac6f7955adb9610c7a30a046', + 'abee151bbe2d515b07c63a23', + '21b96662150e4f742128dfa3', + 'aaf4e6bc966753260f912e95', + '6ea8c31c4035c2084be1743a', + '07c6d34628e28c8ba39a619a', + 'ff39e0b4fd5cd0c40be32024', + 'a52411b649601f629bb75f5c', + '2785abca097ad771fcaeed6e', + '86d5e21fca7caf63426a9a4f', + '0aa1a8368477289bdcd2bb2f', + '76122c5582fea3b4f59181cb1d83a5ee', + '87ae0952132a3b0583317997e5907ae4', + '702a4317f0e27c16ad95ec8217917285', + 'dfc632da93cb1a878ae38c0cdf5db11a', + '490c969829f9413c70287001488b0f18', + 'a7549bb8be315b3a8fd3e62c8d960758', + '9d0b8ca2dfa14e8aea28a65698796da2', + '0d5aed6fd871560f8123439d476e19bd', + 'f137933e9b264f559dfd0fc262a69c0f', + 'b4276d71392026f683012521bda55952', + '6369914b2350ed960f0e8128c02f04c9', + 'd598d7af92d2d65d418a116484cdad9a', + '0dfdb14b000d0420880f83192888bdea', + 'dba4d87dc72e6187afd8381a490b0d0d', + '97f6e4631174e11964193a37a916f257', + '62ac956ada19f04be50c23f2328a32477cd58fb9', + 'a279d055e2d73306a8187344fc32cb0b5b80cd35', + '05598da96093f17687d9cca772ef61ea2af8ee40', + 'f174bb064880c9b111d71be221ceedd9add971ee', + '2f5e0b070c0e268578ac6e868b364b144abf84ad', + '4bbcf1bf06f47a720078e2a886d70c8e90ced8da', + '2835d14142e4b662578b4c0879c1831bb7245a5c', + 'b8ffe657b108b8367502a28c0fa1d595ffa853b6', + '7056292af9371cf9ad3e1b9c2743cbc1f52b4e16', + '4dcd504d883e2b9d5d1e1ee15c0ff396f4d1c42b', + '49d70fcedd5029673d8027f34a4282968237cfef', + 'e887df3367b67f8c9e7386d13d1a07a08de9ec68', + '97284bd4e44b2e7a034a2f2795d70250ed5c84da', + '0819f3d43c19965373a3fc72c446508c969d154e', + 'ad4892f36828b64ff5c3fc2dfd780dee39ea30d6', + '7653dc1ca2b70f058614', + '8db94baaaf03a51acc87', + '670c4e2d2661928b8262', + 'e7007d2f4a194a8b8144', + 'b58e9dfdb9d88df4c71a', + '97eb7dab4c4d89026158', + 'd56a5de69805f8a9906c', + '583bc1ca3c68ecebd811', + 'd4225a4949faca02f3ef', + '85a83e94fd8b941124e7', + '9d835f06dd733eeca888', + 'be05ae222904afc2c266', + 'a5095b5f7a26ab55a37d', + '51d76d949452cbf42262', + '7832413077e6bc1ee994', + '1d1d12f4ff4e0debb715b9cb', + 'b3ebb567bef1fea5d4f954bb', + '243785864b714d4132b916a3', + '3528e08689fac23da65b7024', + '3f172df211dc9da262936060', + '46a5b300d160deae52b0dc0a', + 'd012486da17a6c96d6ec6a85', + 'f5eddca9a528054bc587c7a0', + '109f370cfa011ede8627fe4a', + '3072ddb57d76181c164e08b8', + '5b3a0278b3e71a3a93951b84', + '994e9838eaa0bb1d6515c12a', + '5a745e9ceda09b0332cb4cfe', + '7f25062caa0a514034f793a6', + 'cf0b256cb91aeb1bf3877d4c', + 'a95cf7bb2f67983469d4fc489e3192d3', + '0a060735b4799eeb204c5203e617a776', + 'd2f6e9f1ea2cbb0519df68fde357979c', + '104ac1da3bc023eb3a94c45f7c42be51', + 'f72b19e31efa84db9775dcdab258b91a', + '04d599b40b7623ca25c8ea694aec3afd', + '7bf44b98d95c3a57d83f8e8bf82a1cb3', + '69211fd5573b030e379f7661ae6e6d57', + '85c9afe1502539c3140777de9b5afe35', + '66aacb93fac3b3ab7f9a61ea907f863b', + '5e671f68bee18089e4fb7fb8ce85e66d', + 'b1fbf176cb48f5a90db4af7a555a0c65', + 'd65dfc5a7d8477da3f29a4ea7809f265', + 'cb314cbfe1f935b03adb10e5a8b88c96', + '548cba2de5c3944be4d48ec1a2a34d9e', + '393238d3afdb7d970b966d374fe097ec8797a870', + '0fdd3f836dd7e5c506ab21adde9ae5dc09cb359d', + '090cedb3f2833a3f260b0937baae56267a6cd935', + 'ccbecd82cf4b29b535a9d57137b853076de78ddd', + 'd8013127f8491c97f1d5d275cabeb1ba3b71a2a4', + '75cb23746c04f583b8ac78998537d98022ef2440', + 'd78807f2a69d8e348cbd2c2d745f342397e20a41', + '9602a3a1fd2dc3c55df5815ac0517001f8c6593b', + 'b95df20e4e63936b74af4ceb7ad94d4e4b56ea8d', + '5f009c918e2f8d7c9f9087b78af44f54518e1c5a', + 'f92f9c4b8d423b14ac7ad924f183a1cc27de6afd', + 'f476bd42bae22e645cedf601511b1ab8f2852b2c', + '48d48ceb4c1f3e6b1e9c0fb8515f1121b846c19b', + '9e51be58cf2d5c8e85556b8f3d484109fb49553a', + '4ac41ab89f625c60125ed65ffa958c6b490ea670', +]; diff --git a/ohos/flutter_crypto/lib/hmac_sha256_test.dart b/ohos/flutter_crypto/lib/hmac_sha256_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..6279c298b964cd7a29b22fa36677e5b66054b737 --- /dev/null +++ b/ohos/flutter_crypto/lib/hmac_sha256_test.dart @@ -0,0 +1,729 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:crypto/crypto.dart'; + +import 'utils.dart'; + +import 'package:flutter_crypto/common/test_page.dart'; + +class JKHmacSha256TestPage extends TestPage { + + static const String routeName = "/hmac_sha256_test"; + + JKHmacSha256TestPage(super.title, {super.key}) { + print('start test666'); + main(); + } + void main() { + group('Hmac() standard vector', () { + for (var i = 0; i < _inputs.length; i++) { + test(_macs[i], () { + expectHmacEquals(sha256, bytesFromHexString(_inputs[i]), + bytesFromHexString(_keys[i]), _macs[i]); + }); + } + }); + } + +} + + + +// Standard test vectors from: +// http://csrc.nist.gov/groups/STM/cavp/documents/mac/hmactestvectors.zip + +const List _inputs = [ + '752cff52e4b90768558e5369e75d97c69643509a5e5904e0a386cbe4d0970ef73f918f675945a9aefe26daea27587e8dc909dd56fd0468805f834039b345f855cfe19c44b55af241fff3ffcd8045cd5c288e6c4e284c3720570b58e4d47b8feeedc52fd1401f698a209fccfa3b4c0d9a797b046a2759f82a54c41ccd7b5f592b', + 'e0eff00f3c46e96c8d5bd181283e4605348e3fa10b47945de3dcc159ae86e7bd3fdb13f2ada2c313fce6a69efa49a470689b1ef05aab778ae15dd35fe6fd1e3a59d351c68cf8f0ffd968d7e78b57377afcc9dce3fa5db1f06f6985c4414c0fcc780030f49fef791a6c08edc2a311080c373f00e4b2044a79d82860f0871bc259', + 'bfd166793abdcffbbd56df769150d1466c18a67af452c7e67f86ed741d163ebbd874b9d33a91d3671099620b6eddbbd0f31117164eb73ca201db59f1650131cbef5c7b1bb14089fd24da2919241fc9303c02def424ea861d88636bb90b13ebc38cf177f8a8b139e68082fa46bcfc428bd054c1bb7dd3ed7e9b86ed751736b6cc', + 'f6989ebb07aadaeef970f0b5ceb806ecffe77cc20f3c221a6659a9315dff5881961900e68efc320075edafd83de320c6f18f0892489af6d97a2effb252b76b9284ebaf6d42089c1e0a5cd509c20b86ff060d5362c1768f89fafaaf65f1b0fe656b1692984a567e1260c7499085b79f5fe7684779a25855f291c5a192637177c4', + '71299ca3daff2331082db370bdf8ceec227b71bdc49c3b14dc3fd213d3ba83e2058828ffc6414fd5a2c99891e9c85f316c5b9bdd810a067b4df97f7e4262acfee642e30ed6534b4a0b3b3eaf5d03f2b045ca5985e7bb45c7503cd03afc68fbea9bc09579141d5fb7cbea6d73208fcf913830715dff98401f6d708ef009b5b8cb', + '8b4aa20de6c1f051d11ad50ba2e4fc4ff1ec478455f9b5b96fb9893d2afca969402044c101ccb73c50e2b2dfeeae9690fb64222ab9c94fcd943078785fa8bed9e174ab6390bb16a29c8146cb2fd65a98f44de752d6b0e42f0af2c3df4f65e162742d201c1bf5d22bbee1daf8efc30d0ce491df2632173b8ad9e9b29b819cd8ac', + '3274a0326682ba59d6c47db4164e3e9937bfad4199c6507101e5305aeb75d2bf22eb68558d59496f4c389fda04645f0676687f6757fc631b5bcc98cd947bc4d9fae8ddb14bb09a7f15f4270c105c1de0b25bb1abfeb52ce39d3f9baf2fe6c704e3f3670d458e95d158807f10e53d5f6d1221add336fa9211ecc7a1c767bfc286', + '0486d2647e2cdf7bba36c8f3ff9e2941001c706eb1a44cbd582f638ee7be4482899c9ce07be4ac381d44fa4649004718e33ac273b1707b746d461a731986d12c93658f216908773aee4690af8eb0be275ecef122f7ac9c94859569d21b1f2bb24a6813eef19e28ca56c5f1f776b474b69a6165412b5f9766c7a5b6759491385c', + 'fd5cf72ee0779aab7daa27d5c8a8d31f4082ba47741e7e73c6e631806fbd7597c337e101b609a73ca0be744e3dac9859f827677069f4dfa91c008b739452a62a8f3f84e98cdd2ea08bba4d6614cd49107aacb1026100de457e36d3da9e78684eeadca88f69db77fec60478c554f12d6b4f7b60a6652ac27074efd35c9616012b', + '31f51d395a06885efc34032349bc635cd4b1004ceafcb1c426a2f88b4045790226eeb1084e09e41c4ab157c19d2ec027cdbcfb07b98efecf2d130fffb47835d3ad6eec22a12d1c86d4b94cbd1a64134fec94d071bbc69b2a84d37cb4a572da25efff364ffc7b19e4c3d34ade6965451d5bc0e95299ab711d556aa572bc3c5141', + '48bdae9d81f1beaccfd00374f522f90cfedd8e3dd93be13947104a89f75b9a48ee1ba48f2d64fc308eb1fea7f07c124d930c2fcfc58f9edfbf680129caca9389a686b17b2b219ad3312a73aeaeca8ea81e9deb4f28c0ffd87e2cb5110542b39736a6de49c45120fc7ee269717835f3846537cba548f98d8c4c036e29efea80da', + '1e1bdaa984ca68730faf61c697d5fb15955b28992d69bae86c68cbc9ce735c4703083c04f2042cd0ffce407a89d288e6b731f06075b66530b90d396f0b2fc91944215d6396de4f4ecc92707cd308a7427a66db00761813ada90adcb6a41aec096acd046c76401b140062b8737d61a0516562b11e38750e87c3c87c47a01b0c40', + '490700ea587a001c7162f0946f7ca6a5e3655c6e09ba4c13fa7e7d4e22bcdc27f56d8effde9b85d378c751bf018939c10c768bc0754630cd9a3783a8c8ac6486f41a8711ac2412b14d05680a752f3fc6bb31f9949ede3170bcac9426455af211aed69429aa5dd13d56e4dc7cb3b7e03a5a604ff16bca7786c7a656ce7f0eaf51', + '5bc93a655f35d346f9e96e96e9bb560178dad04ea46259917d2d30a2cfed14cd01774fcb3d62f3f1d2d164a8d68d161d0f57983a147cd2d4afa98b2686012e7efa6dcd36503366e60ecb65d8a8ee6bbc5cef4e9d5b4e6114298bf5bc46381fe50e52bc8dded1b38c787e7a0ea905dc46294bf961c2018eb9b47a764c59b9716c', + 'b733d51a7eaa4b6bb0e378a218caa6ae7475a3f32909184d34d7165264cbf2d8c60753b861cb89d12498204f1d95b52dec3109f8760a54d6de0edcc8b1dfc52c607c2b86f41f6e7ffd61cd2ecba43797e1b25d71a7a20c2d5ffcba335a1d5f6f6cdc860c9d6da37f2186a7c88bc1d2f43d42c8e72399e858a1e9d91dc94a65a9', + '0c294a318b7c1e884649fe54e4a87285e42f868e3d0a8519414e05f9c78b236089a11052cbd4cd593e22327b23d33569b35369f9bf3dc5d694b8a7762106184d5c5a5241e1ea805ddc46c4c92ae87efabb0ccc263bc24dfbf1412b90e77e589c4bfd17e615e7bffcea5ebb28400dd6a0c403b6fdf8c1a5ee2191982e601a69b3', + 'd60812433098c44623159153de7cd2721b349f685c43388a74c2a3d04a8e972ada4199177c61657369d78f907ba26a8934cc29d3029d4415c1101e3a8283e4c48bb2b8639fe60fc67f6a57b1b03fde507f10efcb43683e1ae223851b962370e1f144b74f1f9189e66cb831dc05bbf46e03e93877a50dec40dde5239a0fd5022a', + '3db052695a599813309fae5cf5b19690d3e1e63b3caac1487ef10766978bc9b04a00008c728e7ed397712433bf6256d2865eac3471a8ea5f8011333d02777941ad8c384deed864d47e02a03c364bb086245b3130de40875a16b418296f9eb8698fdc63767640325c0ed8883d03738cf3d460ddf72b7981816a611ef186096c6e', + '9ae4b799989bc132e5a50c4fce6d6e44e2940c6ba7dbb8248b447d191d7477c77d5ce83a111889177a171ee0c77d4d74e8c5b0d565ab292e504976157880050ddf99094f6e2ccdcae84148681db6f39360e1d7f83a75ea8a60aa9bcae398ac46a7e44060169f3551156bb36e37e005a9312ea85a8f03a240a5af15c2c786147b', + '009f5e399430038250721be1796535ff21a609fdf9f0f61266e3af75d704317d5506f8065c487218e99eb4c3d4546c4d607016901138739dbdf437a5e6f5021a47d69211ad0237eb08768734c2c952cb4f69d94306273a8a2ff62fc85deff88afe99962030683a43d683fdfcebcad1c11718b8e080c53421e370fea6e3fbfa17', + '1dd28756d292e5a4f3537e88777933335a64f79a4d50257aac791799b083f450e61ac946dfd6dc7e29613d947fdb9d433d7d632b177dfdd1093274e8917944cf1d576a5abfe0bed528578346d4963df382b0c224e7d6942aa3776ea074ab1df1aad2911bdb7834b2d77d7b27de72ba4a11453c0e2721938c61902d4bc0e328bf', + '0c245de3b250c33282ea1a02d007f03b34ed427631283eb614db4d521f555136e7e42b4cfbee8134c63dbe3bb79b5a8b9f9f5b9f5ac61cfab1c54d197f1e3ba613f251eed616df952d691b88a16466343ef2d0f63882ddd2d55b8a6786308b2257f5d7b38af166bd7f1339d2d8899c9eda8fa86215850ba547450c267eb3c914', + 'd106a9aec442fed61629e77566f789b28c2c2c3ec628878a12f73d37da6ea7ced677d4b12fa9ce51e01c1fa2627b94cc885a4124a8cac55afb2bd0f34642e2faba8c55f319d19d111bfbcfa9102960e5c6002fbdad41c62339a1dd7e88d5205a45ec335ecce1f27e8f71fd72b82a746610c5fff31fb5124e95006fbfe84eec55', + '96560a07f7e398fc739648ce9a924350fbf9b45239ae7c7f626026867dc41d7862211c71cf12e77bb78839afdd0efd9ea251c0ef1bdf6749672f1d7340e290b9cf485d92c526c881a7b6b13969f0c4043f08ef65b03819fcecbf11ab5f2ac4f786d2b4b102a6a5d5eb2a99b266c0ff4b7a2728fe1f41fa639819e877032422fa', + '81b8de7e17cc5ffdce4f2213b561d67d244ea591aab5c37f47e946d7db97384bdfa9eab7536b8c5ef7ecfb76bea8dae88063e451ef58804ccc9396f35b9ca2a3145507009b25a539f256ad8eeebcb40fe79807a6b4bb3f57d6ef15c7f49277fb8884db63d744d3172655e1602be78d7ac2b3b698e1272629cec3695a8fc3dedc', + 'f4d6aedd9a34e0a1822362714d4e81794b53b266417678c16a97887bbb612cc96bc5e532b3a654e5d3d65a5155427ff09569906381138cc49e3fc2384c5d33c34abd3d617c487b52ec6ee7b5105f41584b7eb5cfb512b8c31f3f338d5236e30398a8ff927e801c8ed7d14fc5040d915a737967d166ddc266f68023a357530431', + 'bbf96d794a6a062fed76429a8b395e5664c6b1b0a26bdf083137507ad1bae0bd6a0cd84a9f111ec1a5faa889560f36b781ac4132858a2e141e40c8537e0aeda0a0c8878fd94abff9b0ca6d9fefbad20ffac189cc6000bba9b09993768e72f1de053663901f9d519db3ee77217fc29826760a71c55b53ed8e8f49972b287a543f', + '99140d978b2e37f32684f3bf075c4678fe4b3a95fc93df7532af9096772b7707eab95420d9827970e2ba19f75877c395e9c32ac37def2781602b018fa454ebe0c10dce4c7f11498516c8f74c9318f0e57d7d92c8b95c8199ab94ec5a9e5712e0663805834384ae1a09d612277ee6d34e04a2fa0c7880f3a55912d95e2ddbf5ed', + '41677677d9b19e249d4488c3eb18153d5b705002ea6aae4258d59560ce421aa4c45e0f30227f3d35a57cee6685c2afad55a4531d2af33b29ffcfd51358bc63a726f9fe28eb0dda8b1ea2cbe3d196081d915030ed8e508a08fc0a9194b8f5b0dc2fdf4a497c83fd8ed05d282217bdaaf3d81bed595daa2448152fd0cb361489ad', + '50ee2389b8b70182548ccd7e82de8496c6b3602bc99efc7ca2efba77552762d099af0b51dfc93f718fc65a27957a33001cedfe70995371650c3e26228313414bdfba523cda9a7d9f49c5d83e9f6f1415b3a560acc33c8aa4b807678fab4d7605a979c0f4b314023709f10e6aa9a76ffd12444c884d408f5e2eb04565d8bc4825', + 'b1689c2591eaf3c9e66070f8a77954ffb81749f1b00346f9dfe0b2ee905dcc288baf4a92de3f4001dd9f44c468c3d07d6c6ee82faceafc97c2fc0fc0601719d2dcd0aa2aec92d1b0ae933c65eb06a03c9c935c2bad0459810241347ab87e9f11adb30415424c6c7f5f22a003b8ab8de54f6ded0e3ab9245fa79568451dfa258e', + '0cf2198c31376f5c8915660137725f2bbc180a986e5a7bda27fa81593a4a339bab92cbc39fb2b8581108ee48c794812d845a72ce8008c9e915d9e330bbb90e9136aa53ba0e6693dd4046d6b03362dfb9edfa04c887153cc5de677aab8c7839d517035879679c29727e96c5426324a2575fbe678d6cc7fef5eb6cebd595cfddef', + '3fb301cb4092f9623aa5ffd690d22d65d56e5a1c330b9c4a0d910c34e391c90a76d5401a2d3caa44b8c5d5aef3e928b90d2ee233e9f9a2cec4a32cd019d06a0dc1fcb1125f5746a4fbd32169ed7bf0e4fd065fa7c8ac97c366380484495f5c5b6850dd1c9d8cd6694cf8686e46308ed0ed1f5bdf98cd831339771db63de5a7de', + '1c4396f7b7f9228e832a13692002ba2aff439dcb7fddbfd456c022d133ee8903a2d482562fdaa493ce3916d77a0c51441dab26f6b0340238a36a71f87fc3e179cabca9482b704971ce69f3f20ab64b70413d6c2908532b2a888a9fc224cae1365da410b6f2e298904b63b4a41726321835a4774dd063c211cfc8b5166c2d11a2', + '4953408be3ddde42521eb625a37af0d2cf9ed184f5b627e5e7e0e824e8e11648b418e5c4c1b0204bc519c9e578b800439bdd254f39f641082d03a28de44ac677644c7b6c8df743f29f1dfd80fd25c2db31010ea02f60201cde24a364d4168da261d848aed01c10dee9149c1ebb29004398f0d29c605a8bca032b31d241ad3371', + '44131187c07a8e3979254b0c1d1cfa8081f0beb8890633744932af3f6987c7eace6e153876f639dba46b1e9f3e2a7fe673b3a954a00082cb7516ca9a54d9a1f1f924499960192ee1e3b623dca4a9efc92a6608d34f769efb5912db5267f06a6b0f5d3610458c74347e2ee32916425213ef2f649d5c1090ea3d4f6bcf6b752a3f', + '32b45fbcbaf262bbe347360bd6076c43dc26ba9573fcabaea14595de886ccc793b09157dd0a85d74b6ccab9c49335446a45c6e7cb64786e6997c96ef1e4e3123ad6101db4c6a731dfd36b1be4deed1c92a994b25f5e2b171d81b9a335a83e03230c40b2056c00c7c5f8d2fb70abe4b9615e53bd756569217072d8bf362923f6e', + '14890f3b2ee63746c8249909013571a403eb54273760090db5959b06ff59acfaee6d0c4aece58b5964d10b4b771dd90cf1b63d947bee4f6a12220d67b79aabbd68b02a3850352cc33b10072d4c28182df2855aa418b236239c659dad036155be6b9c908bc09dc38c3329b538e81ed710ef9fd3de7671673f3da5745f4a785204', + '3e8a9030eae1bb6084cffdb577623c4cf94b7aee3d3ca994ea94c12acd3e1194cad6d2ef190e0219af517073f9a613e5d0d69f23aad15a2f0d4e2c204ab2f621673325bc5d3d875984145d014bbcb1682c16ea2bdf4b9d56ce6da629ca5c781cfce7b1201e34f228eb62ede8d36cbfdcf451818d46721910153b56cfb5053d8c', + '97d29ac5ede94c0a5071e0095e6102123d1726132f9dc102672ab87b1cec18abdb04096c21d3fdb129742d250389460fe63b5f79c77c2f912a8f7d4f39cbd758139c872366cac35a40fe248322825adf57481d92832e66057f80e08964be993de6a0fe31e45806cb3c17ad6ae4d2a44a374647a88c3acf260d04c970c74ec720', + '8734e49e3e629deb352c77f58ff4dcce2af3b1182e7d896ae68619f6cf66ed69efd95913684ab1484d51bc06b47a67d70d48b7f9b27901bdbf8c5d2d238158f1f7e0e9740ffca742cf7938b5400c0dd063824c6bc6040e905499cb2671ec12cc47507e085a01e5a163acd2495b32367fd6aa5ab492a518ad50b54b28e23084c2', + '61c5be972faa61f67bcb332542c0b8a7c74ef67cdb95d6f65c8acec8fca8bd6043e31677d8de41e6fc5d3ebb57fd8c8cf723490b96329adb1b014da2648cbd6043e9f6ffc67e1a2bbc72046374612a50c854c8565af03b6a1eedaa2319caec1368bfa65783f4b46dc3f0cb4622545c9c43c9bb86b237804a6c382e72a2cc1222', + 'b31d11cb4f5c572ccf3405c65cbd218ee8abdc08b6c82e5d1da2baaf8980f7a9c29b915a718b0d43e000adae01b29342b29b28d53f63bf81281c76fa252f5d1e6896dbce224c4dfd4802ef0697140043d6bb21db5b84ffdbd001318937be64f52c76b5d06a875e8191a4957627cab1b8dc758fc3121334949cb9b303c6155153', + '3ad17308cd259688d5b52c32d01a3b868bfaa4758bdaa5ceac34a1f908ca24e71a39224924d17f00cda4d4d50fdd716b50549e71cf5f271c42ea17d5becac32fd64e0a1b0717dc5f542af9442d44fb8f956e97b384d020458aca4cb0b6413b2ab637b5e73f9fb48cb06f22e6f2f6e3dca27016a272d89830ccfdcaf3b9d895c2', + '46eb5059055d3345c1ea84a4ebd2d7cc53361707eccd70e7cfd86bda83585bfe7c7ef937e1634b7e93f9ca7c6a42c357c2bffecc362c9e7eab6a488d91bd876b65376feb7a74819bfa88cf542736610fe763d6fa80c94ecca0f08855a05a485909fefc9e58f99e44fe7fdc55ab17779dcc08e9bc530e4a79b65274593a996671', + '390a9dc2ea20221c5993c581892eb4b04364294fad919c451e83376531398a4c18ea808c334a910ae1083aa4979baa172f3ebf20823930e238630c88dfe5632b3b4042f6dd92e588f71529996fe840e13212a835cbc45ef434de4fa1ecb50fd14913cd481080875f43c07aa93a9dddd5f5e7ced6b1b88d42b9fce8f87f31f606', + 'f90768954cdcbd5705f9d318fca6591787af840a921fbd06f24b979ef612034f3f64c71cd2012c756c83f75d169f9bccf8a8ad52725498fe69c3927edfbdcf87c73cf478172ace3a1e6b446a181e8aba00209894a5d2db01001d2acac5b3fbdd3897d7f142df0b6dc4b9a1862bac8ea845202d185321ecd75f6046c9cf7af116', + 'c1d80128fa208ba18bbb13424012ea651ee75e73f796e94c3b9aa9e911521040a605dd67c5254bfda9d088c60f9c68958f945b6f2b7e9ded2960ace21e42ff3e4c34f5322d930c955089538764d3225493c7089b119505aff4cdf93d46215d2f586d31d15af4353229ec5cce683e7e69d2874d3ece628a5944e97942b07992db', + 'f57ea84caaa2af18dd7efdca356b9625f9e70d3a803a9d31e95976460c0a5512af49570cfeea0f4f3581d69ea07f62a5c59d9b81e07ea9838f8f5231cf33838e271d2c9c23fc511e045e5fa2b6cebcbf0240a19c05b02cb1e105b1d2b23b5269c4c1cf0303209f0eb2de3fe060a2cafc1898ca91d9174d4445823c2f9d6ce92a', + '33ca6eb7ec1091b406cf64495ccfa2169f47b3b590477d4073537c14c05015d51ba527b3869ae4ebd603df906323658b04cb11e13bc29b34ac69f18dd49f8958f7e3f5b05ab8b8ddb34e581bde5eb49dd15698d2d2b68fe7e8baf88d8f395cfcafcdff38cf34b59386f6f77333483655ee316f12bfeb00610d8cba9e59e637ca', + '74c4ca4db1aa812b4d75852c6717146351e83299448ff84d52262ff99d991d97c74f9f64a90d78e44817e926049882491343373f2e3bb6d18a30f8e30acb16fab34d5ffb6073a736b79ce1a25b2df16a6335bba90c4d8072aac36a14e5f7659c2104319b3ea3b529824d9729d3a009cf2a04e660448efd399b25ad1394e3b285', + '68bb5b6289907589f8d91e46d44417ea80bf6be10245f52ba9f82211f371f810ad54571a5c277ffedc64d32447ccdd7d19ff91ba914ad6bc5ac0424c6a8c250d2b85caaed803f9642af1c098352474dd8cebf224ace82a33981edf53c04aa84927773b88c5cdeaa52baa6e0b65f4e4f024ad15881dc7fa78ac3a808dbd5588ae', + '900e4152131d8c4dcc38a9e8647234dffc7ce88ecbbb65a8089d302c0a2efc95aee62852f9c58875fea368af02c1ce7cdfa3009ba62246c188bdf18ef7309cc00848b2a71cf531d9bfa1ad26d0c097cee3a8bff2e3a31849fc43bb14b7f62f5467dae83ac5d30ddfd7da7f351698163ecf332e7bca6862a82ada97a694a93db9', + '7159ecc145a3f919044c851a4eca428279626e68cd8fa4c5f4a7f932acbc44f3bfc0bd3535edca94c86415e09815e22120dea0d869f7bd887d8dbf751fad91acb9641a43962514e2516a1c838e9e0575e73b72a72a30a423c18590d97141359e488c2c74d011810c89a6c189962f5487b7bf0d5c7701009da7d794e50a40d9d1', + '939bfaab9f60369542928b1490894259c22706747f0c48215b08e1e59ed6f95a460728c74f3cdcf43198fb3dab75c9e4bf560bacfe1d6da3057f213f48b4c9ac0e739765bd1db2025839dc50462053a755f9f478fee8a626eb83f617b686ff0af4c78dab726c8264be5b7877e9f2a74a8cf9090109d4bd5213fdaa9571b2641b', + '29ba205089b12e8be5b422faf99c3d69aaca324eeb732db8e13c148245070dcc0b0c40ab412bde2039806247ea3917d194a4dab4a38c2121d6c63cb7a007dbf6cff9d1f66b8d1759e192147e60871bf784ad363e326122a3c3a99a89640dd9d2bca85a98d07ee21e2410c006232e53c4c10dce525f993825ef0cb76158c00d49', + 'f7321718bbd3b401fb5d72f2e8931a5ebb18d2a1ecd4f189a59912157607687c4aad51719a702da6e031708f4faaf668c1999779f121fc99ea6db0f1bf967a027dc7ebea5e9f33e23fd6390c5424ea6c1b5ed0338ee3e7449d36adf1dbec790578c90d086f266ebe0095f4f161c89d70b1afa6582de15d92a63d319d33d10b8e', + 'cf25d619fb46bfbc39557914dda02d767ac511120d173b787743b35b3134cb943b33b36955534810720c2d6f6a261d26efd87fcfc2323b8426b8cda2965098cdb35e7c35802daa17d191b78601caf06be4aceecbfcfd6a48f01f52eb39ee1b201fec5a02e49c8ed93f2b40e10c554f4e4187858c24416dcbbbbf69bb84d8ff94', + 'e2a26ca137027066af856453d2a4adc4d5d0c9d5bf068f8acaa4b74d0c7b9c9e562541065d98924c17fcedec68bae1c5fed636127a7e2d9bd0e3082df047cd47a6574816bebc4fa36ded4a4cec47f271665f586f149729d2a7ef31c6e61e1fcf98e288baa4942ed477ff8159a672662fd41438d4d7780c9616713a023528199e', + '3b9a4948d67dc894d70c9ec37104a7147e22bcccb98983c22d648b21edcc986a06ec3bb8b263a648cee9bf388e36738f70204d7e6e0347e67865e01921da6ee59926b6cfdba2ba9c27e1d216b392fe0c9ea87b9b25b994ac19a4bbbe9077d8e6dc90e113b902ab97ca3a00e347e2f192f0056daa4574131ef8694597a36b7e73', + '935a3c27249dcf92aedac8dc76d22ff7742e5cee57711778c92afdcdf36e26b8448504ee6ee48e9eb25b9e495e9098d494ac4ddc4c541f499cdb652638b611b0353090ac125ff1fef8564a78419c57f038dd65951fe06e8377b986947b407579eec1a60a16f540db0931921027deb472e8296bc2d8fb4e4ddf2c27c0c6f49c3e', + '548564e5b7370426d575bbe8175b48c244dedcef3daf7252ec625fb777d02a5cb9ba9db0f2af1c5abd2f367d43107a3aaf218c77e20e78df6783452aa994ce9f635dcdd759e539c34649d2f11516fa0a53f6c6a0e58f5526f6a86040348d133e3cb51be252a3016a560ab6caf3346f3a1aa4b2f0affbb12f8218d8808083a240', + 'dd802635f714060381d2ee1dfb50f2daacc637598965fa7158ead3eb15723bef95904dbd699dc99e054f5e19228d29696082792f30f1d565f1c8409359f7bb4517820cbcb6d5bee4c5596986354433bf02b597b1160065786a460a5f6e4a1254ab7feb9aa666ecbe081695ccfd1c19c2da861945023bb3930a8ebbb91b124806', + 'e80a112713b2e0aafddfdb71c091141719e1501c1ce55ee526d4a804146a08bab28eddba76335d306f7c2d0278232f56b11b9b543074512df3806d5c19341c2c52d0af7a95c3eebc11c8af426556a7bc13377ffd32762afe647f77260882e2c8b118b0eed6293b55cb0d8ab8eff12451287d269e8cb49461611bedea481d0298', + '7e5d6e5e9491a965968a08adcbfbbdb19949f00903f7618270624e74aeae975036002079b2ed7755bc33b7a3e9a7ac0f066f3703a171f4c1cc0b1baf1d05a4f1f9c4af3d12c022eb2f38944c2c246a3d416b3ffc87568a3ab7447a7135a025774e11e254bef0f35176ff68519c583f64d2a3d09abb8c6915bb753562ff67620a', + 'fc0624c9d2fb237707df2c7bd9090b031329835432d99304c575f8691a2df35116584cf3650b9726d4ebb6d1fa3f9fa31e4a600455d7604beb15e73104a5e08583f2de222bc15e1f04094c450104c8c6df86292b508e428f591ae50bf940a6710b7be13d6d43ffc862e0f4bf357f0cd42086e8b36b25c338d82dfbdf3f26cc7c', + 'e35dc1d0e414ae0e586ebec9a44c1918d795db378a89177d0b521c8ebadcf6d2b2e73826ac5bf9d121db1db9af9cd6d7be7869e8633e3665854df3b63e6138a383ac400b0829eed85e2d0e325e3fdef3cb29cc5b334f82061640201a4b8bc8c59ed460e7be26930b578b199c7bda395646d18cfac263034608532b24a802b022', + 'dc4354ff557dfa58b17a0e38f63a61c20e0fd1eb6cac102cf37fa77913413a7735cb0dea592bc76cfdf7766541e1d4374a8cc9b9e49e30e76b17ded8ebe1e0f086a7055616eb9da814537feeb94451cd62b203fe39379dfe12623b069351553d9882442dd5e60273be3732bba38c60ec202b89a0b49eded7b009c5ec53ba21c8', + '36581b498cc8b9ea79de28ca91a9cd0a87e30bcefe73b9e59c37d3a860016f2436dff37bc9a086879993c4c14d92b6614a3f01c7848e5d1a9484492f0c3efeac0734a16d04bfbc26f4d9ef4a9124e32cf22f80655cf460755ca583ad12a8444cd0e08be8e42e450fb137112f05683cb3a638f06f2eada83e1922e7e91d472a4b', + '45ae84fe11078713bc87c465e8d88f0b23e2804a6a3e19afebeeaa5a0f4c729db84107c6c8b7f838e251b0c174599d27f5fa92046baf6ad431fbef4df75bfaef0a79dbdbd6a2fae8a97abff4b9eeb078696bd95fc84d71195a9bbaeb1cf12989c2bdc7e643aed74b976ab9a7bf800e26079d1d04880276a4f035d4dc86f74893', + 'f6f83ff6ddf386bdf3af9409ef5cef16acb376182322f57b9729f76f0f04dba4098a2a526d55287dc023a9779a7c26a65a951087187564f3db5680a20c4e35ed2b2e1dd8c1ab2f4f96bb90b02342ac8a4aee86a5455f4c42dd8c2fa3dc6272cec4aec08fc13cc2bcdd40f1bc73f6a94ae6867f77922ad5ee0392ac7c6588b9d0', + '25c04b857a224389e8a2a304e1bb8ee1b352e4cf5c3cb6e99f01fd9557df8bac0c1241dcc453834b1b9fe97d9639377835f2902647a8e6fa820db5d653a9f12d73233d65bbbc5d7f391ceef9835154f34b15f592344fa5a2e4dd607f5b913f358379a5e60864b96c69a11a40500ace9a1f427bdacb3ad927edfa6756169e5d0d', + '6c15d1686e680c5aee2941900dc9af9d2503b3b6a5623f5c1c04873c939dfd5320be8055b858d050457c468cf864c2b7e1b7e43ebd097ffe0fa14a1c7280d9312d9fccab087747705ec6a2c47491616c096566132ee365ee587c999cb478b550ba3d1e3105ce57016292bcfd27577405c696a1fda1f8d973201ada82018d79f6', + 'b99a110bee03f440f15145e28d32c340297fb810efcc36a82e3da171fc9b6d981fa629062eadbd93f35df07614d72d00f205868bd22df9ad3bc6f2b19e8b12473dcf2f7a45109ce33dceaa1ca49d6e78d67ac5f1305b9662740a57f76f32d3e1d9ba2a4e7c531998994d7bbc87af100f9d867e2c527d9531a3aed72bb5b838ce', + 'c821be1cce09579ea899899d24f8329994c2c839cf0084e27857c688837fb5c4f4f72527eaf7bfcfdda75b37248eb153ba4d31dd418d2fea473643c0c9e1f0ebf591838e349d3ef868f1b67772777a71f8cff5b0654696fe31062ef2628a99095355a0f8b4e41e41d2e162051899d519d6b0dc5c42130047bd2f4dc55761f745', + '53cb09d0a788e4466d01588df6945d8728d9363f76cd012a10308dad562b6be093364892e8397a8d86f1d81a2096cfc8a1bbb26a1a75525ffebfcf16911dadd09e802aa8686acfd1e4524620254a6bca18dfa56e71417756e5a452fa9ae5aec5dc71591c11630e9defec49a4ecf85a14f60eb854657899972ea5bf6159cb9547', + 'f9660fb784c14b5fbec280526a69c2294fba12aea163789bbe9f52a51b5aebb97d964f866c0d5e3be41820924fcf580db0725c7f210823cf7f45a0f964b14e5555070d1c3ddb2c281a80c7fbf72953031a4e771d7e521d578462cafae5a02ac8eb81f082e173ddadc8c41d964bbfda94f5180c8da28a8ebb33be77b0866fa798', + '64a78a4d6fb8ff3813df8dc022faaf4415e4df2949e16467683c6c47242e5a6b2c02610e5877528d2766b2266ca41000442a956c4b73dd6b10260570c6f506673cc541f50f0f5b021e864a753efab03e2f7c689acfc35f928ecea6c522cbc5687c38518bfa48c19ede887d33ffc23806be21803a3c9793e5ca7c75cfa1783f77', + 'a7734a0739d51af0ac2c4039dfafa86f36fc06c2355d0f654d4ae938f52fe0a5fd6f5ac71fa80dd2d8396faf76016ee6716a62c1fea640afe23910e684b8a14c47d07b98168915b441cc48668724043074c14275edc239dc09b4d5fa2255652b2c9e94c046019a608ff0b3a83b9ed015e6098d24273864b769c120bbf68f9408', + '0b9a58cd96351a135c559d17e82ede3434a0caf0befef5dfdf138ec5586793fb2ebe4114b9e2cfbff7a25bef261b253a9136fb7faa72f4cc59e4617f947c01ab308974bdf67ff25ffaf83d9c28fad44520786a94441b96100e42ccb0a8478c43b604d90f7695edb90c602b651753551d886dff77b4804472a835b7a2bc509c8d', + 'e5804b099ee4b351843adb9c9e3c231773256e6a2070d697a9e29e258dca677f9d88a7970d4c58cecc20ed1811298a5b37297419ca49c74fe216679dafc938a656cb92bafb78efb31f24e71c2d5b5f994f6dfd82862adfd2faeb8c408fd22aabb852f2bb90f1e2c6274cb1f0195c089766f9efee7d9c86e79a69f557526da555', + '8b1d4523b6e457f856e5f09875d389eb6587223e53477ba01f49878c6c731ec9f365f28f1cb9c4ebcf89d8648732a6dfa958d2c0152b5e52fae81f69eea26d463e421fba82cdb78f75e5d92304930256a54376a6ea107a995642c45c6f1530a914bdb4ed11a696abf100dc1b147b0518014ff639fc80373ddc605fac1755cdbb', + 'ff8662e9af3a38d3efc0143138fa619a57d569f61e29b3895ae08f2d055befdebc11787c7379d9cd672b5cc25442bafbe804348c78c5df02f30840a114e818f0dbb681783de43ac81b2140bc71c69effd07185cf0eef9f003c60a144d89520a944bda563774103ccf3ece8a9f64fb3aff564854646719b8c1d2fdb9db92cac12', + '33ab861f089bac0e5c886f66adc568ae7ba331655a371de7475e269138ff2725f7904c702fdcc62ac703c31d70c29d8a7af451c8ec59342ed397e133da7e76d41b90003635c1338d9f7b5f3c3ce59f3e2f6554c4f064d11f9f5158e199e8463f4ab48aba42d25bff8af92b0b38b7d69241fd20a28fde5e84539473e39dc4fe2f', + '5a2240f64fc704ce9f8ed33d019e4155cb46747a659e3421fe6b42d67f44eb84bdf3dcf1f31e38886f27e85b8b503368df238e1bb511b515bd59fa2c032bddb31d0ddefba97f8f19f7daedea027ef055a52c61d00bb1ec2668c57677e632b180e339ed1c5931310b9d718af34d70a3a4832b96a04fc702db65785ebf12a18c73', + 'f407f815a33cd450c0b72a378f00762788f91bc44f09f93de67a41d2222088935b3c1b6a689f935bca13a90b28f64b7ffc28ef278b28271b1a7975a45f4b61fe3657ca5c950b7a2dc2e7fd9ec327b26017a222aba3f29183efd5d33a92d36136eb21acf412c6b14d0efccef849d9d451412e5d587fb060fdcd55029ba401afc2', + 'dbb84fef130f929805b0876cb4646a046330bc33ab1cf1e9ca3869573ee1a1549341ab007915dba719b3c4e8a94b62163e6d99dee2cbde2ae74135467b125b417c7544978d50c80c694399db77e878109f59a8335df3a326135a0d50a4bde6fc3e5c03fb7747bf919c68ee8f45c312bc2dfdd279411ba7a5f78dd9bfe16baa4a', + '1de00288a6e93930070183de9d9ed0ce86f6cc0f64b7bedb5df8af24676fd06fc2e516e5c5e827a7dec07963d5a4b825502d696f9c0ace8baaf6092058e78304f2888f51f9ea4bbb2376c720a2276a61a9f691712d9578abe95f5e69a490e4d2b6b1b7f3c9576e12dd0db63e8f8fac2b9a398a3d9ebe86e3201df726d2d1ba82', + '2937aa2ff7c942bf7dcfa670154e988c28177391969db4995804ba1a647acacfd0ca56f63b2e7fbc6965d8f62d066d118c14044c1fd2a224b9d951104a67216f03fa6dbfbb1e5f0f9283b6b7d452c74620c1c2bcc9e637fa7cc8d97623bc81330aef76f1403feba1414fc91bd1daaf132b4737495b7e7c01e9fbd9b3b720f303', + 'dfa3b06eb1e30b47ad9f0bf0f441fcd94856ca8b1f4cb88cf6795582e860ad9c7f30bc2eca8e289bb0942f78831addeed934836097fb664e4e91b47acb5fbc49e9a15d6baa25bfbe864f42700361b46586f9c7d869dcc2444df17685b291743ac5fe7d6f78303a79d8d82d209c9fe804f9ae7d39be7435359ca385ecc57c3d39', + '509a0a45a1512b5072474b297f9c1a8c24890016144468504e245fe94d065d437fef6232f9f34500695549b44ceff29361d417e85d353701e081117aa8d06ebe058242ca8c23f3341092f96cce63a743e88148a915186ebb96b287fd6ca0b1e3c89bd097c3abddf64f4881db6dbfe2a1a1d8bde3a3b6b58658feeafa003ccebc', + 'c28f6a09ce076ef270458967fe19d46e6f6b2cbeb6362bdc4fd55684177e984a600cf0814501665c3bcb4353e94681c83a8381ebb0c8fcdbfbd73c0eca738cf2e121edd46b2c0a0292eb6e2c4e46f5107a7780572d0eedb9473847684a4039ac6c56c9caea90432b9e2e72bad422168e5ad093c9d612e7c05c7fde5c40ed89c0', + '5a600c468ec22e42af5ba93eb79452864ebe469a86f83632c85201800f3288b553f7bec649ddfe704920a27a8f65d13aa755985a238b3cdc8fb0cf5ca7e40295c7603a27a25ae69837290f9801aa30896ee2493e93e52f031ef626de8cefb1159ce4a9f003038dc061be1920742d1a7b8bad80cf3eceb5b05d6c2d8f261b3f3c', + '04369f9592b00626d15b0a4b0ee2f92ba0d086c16d016ce7b05654b4f9adf90875118a656f2d50011707901982ebb387f3a4a49759f37a17183957ad0c778f6ecb780dab2b4df30e05fa81e6386f38c0f0ba3f37287a050d6d97287ae53096c391d5f20fcff73977239ca55c3657d1fd1f781f48e28057f136d890c28cc25432', + '59a6b0317f130f6248e746e396cc684b32b9a0eabf15c50bec1f2f76ee8dc9392e7368a83e675ba312e344176deb26c799efbe4d5bf2175b26ec59478f6de1c7018497f9b2df7ca6d53383c712dfa24833cc280d209751330df21898f2474c9d3b9fe62ac1c39af3faa0acfa6cf0055568178632f44b9c1809f81570ff633243', + '952e93853e9579c2fe353dc83203d34f04963fd64880a095a4de6eb4f42e00baec615148ff31030780b5a4df0833316a1735d8a8fedf02f4fc7f9136a766665b8df727021cfd3f78bf4226e74a5de2ca98cbcea472419af2b341935eaaec2435c0179d1b5ba034fe02024a48c128ef59cf7fa7346e4f6e78134bfb93c7674232', + '7d3d9286c1fa057175c33c556d2c4b87fe46d1b764727d6b6172d1ac27c626fe7835f1960caa44c8334198bfbba2c970148e62d0b2b71b45b3d5a05bc2f694b93b15d6538fef03e1eb123c8f143729f696d13d4b1de63cd6231efba6cb1a68840d06c925147249a4e45db02f40937200cb3aeb8e6da7e905f8766bf40cd9a846', + '188a7fb0222c9d8e19d057ab22d71e0356c4f8d1184179aea663eefcef2edb85a55ca860925a97152f94f90073f2a2fbe9a29a370519156bb854a5314264afac48291c6f265e509a86d5604632047f2426c1ba60ea4ae6cc1e88d63a5695d129297b42a5853fb268451ef44506169fc736a8c2156dddd2180187e7e0d5c92844', + 'e105ff11481159c52baef5de550898214e1d9a90da2d9083c36b29fad8f956323613ae76c68b103807758a600e2379e4cb54f2998da86149c857700517232bbc7d8b610df0424d5a18df751e54d6d380fea73328f055dc51461a721f66591b333ed4e17ecd1f5852e55580bf2f09ec1c6f7f24e4091c49c4c51cf7f1cf836fbf', + 'ba527305604ef5581850b222fd192e6260c3f20eb30d8f04a5f4e1438f83915b0febdd22f2d69ca958f97c6e12e88fd34f2f06cf789e3ce458e4f6518060e988ea337ce2dc9ad0920f7bfdd8113d9f77e8dd9268f83ef9d027c185303e16f4db9252d7aee54199fb87fdbdc6c0bf673473f61e40fb96d0b059b31647914eba3d', + '198b79d09a3dfdb5d41043e679baba6592f3c751cd7cbb0d1860029f6e7a9c56f137d2b03a9d217aed8c7b399044afc99d282544d5c2ce26d8065baef3dbad8739d78da7d54a9e789e7f8f35ec3e9597aa9519b2add9ae1944e7454911afa44517f4147d134d5af41070e9a236af5618e3c30c62fdc94131868a293a70ff69d9', + 'bac0889281fe55dae17c45079bc44f8976508f5a92953c26f940daae77bfb16eac037d7d5f8467b615863415e29bbd63806a9f169eae33737a82c1f5b2dbf0f25856817c44343d86aea22c47fc3e08e4d8d8f14986756257749a644513c70240e641fc55d914c091d35995678eb51a51a722efbaf1f2b21c0f112d66428acda0', + 'da32314c22dde556d886ce2dde1291f1a4c1ba14aaa95b694063f57e91049c2cdf4e576c1028c66c6a4c07e39b40d9a1fc87026a1618ef04660f9b8f5da3b215ab58f562bd75e01684b98af8794ace8ddeeea8ea467de1c65797efd3cf92174fc5b6d4d532ad7c7aaf3521158018b5ded25e723b41c179d69d61baf3eeb91301', + '557f845dc8962ae11561f63ff9f7a9fd73ad5da479f1d1c3e9760236c292fba894e4ed5735398217b6b06f9a951d49ee34ac99478ac732ff1939c2db2093a89011ce0586453316dbef78c1ab4f2c6d8f285517637357a24d55176ffa4f612e2bb587f471614b8d34a8ff13fa8debbfe635ef007f9b6acab4855a311cb7c43682', + 'dac416df793ee5fbca992682974a0c2cca63eb49805df0a75e1410b628133eea8f12e1614bbd85c66ab7d075e8dfb8df7fd2f430c0b1b03063248567dc9ea8852fe3620104c8c0fffe3a8b7749827a9472c7a75a7cd5408c301d7fcdb4fcdc055f408106cce8fe702d2b3ed1e2bcb9114b4dec0eda5206836c07e52ed9b44032', + '5cf3a5202df8706f6bff5bf2590de37c902c7ffd4e6c8ea611288e4e658a8e15fa51e647f9d22583983d4b1ced2239bfff346556234cd22d86b140530696a04446e4cac4013a720e9e32582e05e7c0acb2b4226a073e22cfe7b4c2258055d7406833ba61ec373f5aa566ebf24c62618ace341e01a34866d65cb97e8c7cd01c53', + 'c1263be423e7888eaceccfef26f0b5aaefe03f3ce732dde98c78a7f66435e6199cefd62eee85aa2bc8c3d156aa3478b6cf3750c71155917207d23f3b7082acbdd4de3e536857721933eb21136ff502ab324971614d806ebe7491e989a0a23d3eb21dfabc5905e73e358b478c3ddc5c735e3e2a72645b7db61edc2d49bd3aa186', + 'a5deb712fc3bb9fbaf1398698b5696600fcd61ac68489f26a0f8ca32121a3e8c21d5904529662208b67af4a2f4dbbdc1674f3bfcdcbec714a0922c7aef63b911afd495345fb853fb4a7ac6ba00bb17cb063c148ecdffcbade1a958a5632bfb82b9a16ee9847a755cd2dab6ba963ccb05555c96682154d479cb05f5bb55b82c67', + '2dac1599844d82a79c7cd1669a1c6976267f655167872f8b2e0c5059717e8651fccc1770638466613b3bc4fc892f880e7b2b625856abecdab0418251df3754feb176b9a95ea6c7e6ba972097afe00eb2ebc6d344d65f3ab6c7f7724f77b21cfbb673a34b5cfdccbc83588e3cf37723eade175f1eceea41a9dbf5c85e213607d1', + '067ef2ee1e95ca546882e2a9d441dc563235198efeb52be97dc7894f092b8718a89c8571e4526602d7cb44ce86cb615a70a2611166adb7e79c1f5e3d0101c904cc781c2657479c21319464f56fef5b41429062a9cfe0d27a3a3c259104f5f379989b21d3207b55fb9d66ace837b4b054d189841de15762ec7fa44814bc0eedbd', + 'd6fc8b4b72b7eea80b1c6f53c11a52510f920527feb8f95598bdb120a0ab1994809018ca83de68674412a6656794a51686de08656ee110608ca4b2f3a22fedf6bea75a6b6dba05002c3e7bdc1f1424970653d38a6ca29c4a21e6e66feb1ec09a798a79b698136a7daae7173e536477de75378f1e5fc5461b41ca741be33f3c86', + '5e873df5f280723dadd718875684592a7b2c56916646bd874d7c99b1c9546f5c890f867a48d286e6fc0345f051f6dd1555c9020e758c920da8a56e43ea7389a5ec323ef00a1fe7ea7ddcabebd215979d9a64f0006472c8b1e860d06b85656dceeeb80e5f20b0bcd19729f383c12bb049b3c6cb6f1b4087fb757368338270445f', + 'c2925d3d09cfab81f32f769d61dad5a03aec0423be785a7417cd7bf331f7cfbbcc893385d09aeecae00ee628311714079dfa357cf317c26e922423f736b9200c111198611e0f7587b27fdf57549fb094cedd28cc84e3e37f05d10784e0c9c2a7b9b1f4979b342800900ac9f46f7a938ff61d47db18e4a3f1985c9161d7319fd4', + '5c32698a0a56b9aabd41270ec1e475c5f965bdd07366a7843f8adf2f8235c7fec694691e94deaf2245d9d6a5159f203079a2c95eb3ee3d3da3ae88f8e0f20eb307af7cb75307fecf6ecbb3f1873f5e21a51d5e933bdce010fc31539af0d71c53c88c8b9b6f5c0e79e121a53c404b966225dd62b834b8f7c3f31c275fdc6c59a6', + '70901c61c43a67e647b5274e55fd3a934b0b8790eba58470027afc67476e0fa087337a76ff1918e60a27a944fc6ad32e4d8d66bffaaae404286041b40a26e71b06defd5813aee9c8660b13c24d16ec855b2c306ec5b8686f0c4cb2bcdcf1c4c735bb2f6fc8a0e174a489ee2f11aa9080bc0f6c0715781697f667d8e78577af8b', + 'a85ee973c99d8da60d745894990b24b9cad7e450be0e4369175e883bfbdebdbb5f45106e865a797bc4ab9d048882f3b69a15259fa0fdb940e7e9f0e46094ee30e9f41cfaceb5cb5f90e51a0fe5f119ecffd02ed4117eb8ba10acf3fcb7b61cf0cdd5d5c0aa96ca79f88a955eb73fdf828370c8961a7989ff190d582c062b8d26', + '7ba8ff928460a47c78aa938519d33978d7172ba2975c0d2bb421b2a643b184e69c9c2713166759fe11831db23a7c184c0a733b0c90cea2ab712ebcef2da1ad7ea31af0f0d81e4127f4bfbae38dce3c91284d1064fd23cea7fb137e520ceffedb9a09a44e52eb23a02848b3419b326cf03a8cf3d367c359c75bb940f56a0240a6', + '20dfbdc107b5e0af83b2d16021039d0269de2d27b40bbe6c3ea492597c19e589b076230bbae95807317fe8a5b22e802a78184c652d0e6b490053a0dbf8a34a4f8874966d637cf33a9173c6d5c31a5f9fe47c2c9ef0742d24096fa8abc8731e04d1617db1aa77978fcd18d3b8fbd023a7d493369da545ee448180149293914bf1', + '62d432e97b1214a94ab922b6bfc7f0a32f0e9973a737b0b67f067af532e05a506d8a8c66653316756eb5fcc2ca18b43cbe57d95ceb67244fdc769757dc71fb6f0ac88d2eaf75f5edce3b772cfd2b6d32746df5f4643de7388a340afa03c9870f62179d0800e1975993d3fbbb020a05ce78d75303b8c0e2b9b0c839a650f1e479', + 'b08f5e5926b68f1c18652c7f7fc593fb3c3f5370fed6331965bb77be681b5e2bf43cefe2d5c8f50dda6949b634954f3a20acc3fbc640b65660b3d3d59e08e7a549f3a14a28329691202087c69e88e7283ab7989a94d5f69b827516786e6a4fc0f9dcfaf9e49c779131b57118854462acd18959b4313dfbd11526c7119eea9f66', + 'ed4f269a8851eb3154771516b27228155200778049b2dc1963f3ac32ba46ea1387cfbb9c39151a2cc406cdc13c3c9860a27eb0b7fe8a7201ad11552afd041e33f70e53d97c62f17194b66117028fa9071cc0e04bd92de4972cd54f719010a694e414d4977abed7ca6b90ba612df6c3d467cded85032598a48546804f9cf2ecfe', + '6dde9ae867e2feb367008a975d7853ed8f89690f3c87a1107f2e98aa7736f477a527ed64956f0d64c1b23361b261de78688ea865fcff113c84817e5b377e829cd2d25bcf3adbc06762cfda736f5390d01a49079d56e969f03313e6c703e3f942bb87ed0f9c4d9f25120085b5dc75ef5d6d618da0926d3293568dd7d8238de3d0', + '107bdfb55c601e74f6505015a5cb87bc0eb0b2e7cb04594fbeef8e0fa5072007eed21183cc854a188a128ecf2062ad8604dffa924236fea9cf5b6e001acd5bb0e51ba95e53a7c21b42aa8b89da78983f66069c6f63a923c6d7208394e5d50f2d9d608f8f194ded45c51f318bfe94afb2df2b7fc657e42e6f7f47b3152ba7a547', + 'f62796faaa333dddae596f98cd4de3931ed90710287446604a158b575b4901fd8d841e8697b4df85131c555c246060f75ddcbbbade3a38b7c0444d25b4f6d00de6d8ff47288bc3a54ca1366ed1b2620ec3ab4c0bdc6a313bef880f3587766705cbcc4124a4dd72a7228f1ab61c6a704017eec2ed692ab7549f8ad86f1bf14e4b', + '44e9a1f1437791963c1a3e0aaaae24affc3b405844d16a5233b6e5a145c4358b390c305bc4bf585f864f68333dd12d4139a69789105a109e92cc0cf1ff8fe2527891dab4b4fa8731f457574e39f8687fb4969dee7e3af27889590cf8d74415c9e9c0c6867bf0c5146e7c32e306ec7c7055557a0ff738b7e700a70d3e33a975f7', + '0ebaefd2153de2c70537ceb27e5ee70105ae85bd4da38462b4abebed11dbcd36ade16d808f3aa54ffda5897a3fd74780a670521fcd2ebf231f60ef7d999e6e94d1b81be038ec89b49c5ca65bf1bf9a675056f2464021fe16355477ba5605652e8327401797bb569fea456c7f1b7da85d0c48af592de60ae3fe6dcecfcf767cab', + 'd98557504a21fc3a434c780c328ec239cf8d7c26f58d6ad7b23329c79a8e1e176058aceba778aa1215cc14e5a92600714f94d4d8b2e5b7f45268453ed6f787eea3342264ad13cec78d990aecd5e30f79a069024a6d846d132d2ef0479a093439cba4218205f951a2d53ac4ea5bcdd599e9956c45cd73767c6a0c92ac8ecd0d40', + '6e09febed308baa41a8b6e0f7fab61808c9c8471ea32eef178a4888e9a910a77d44026e2972c02ac5ac0ec3fed5f4ab90aa7cf4b2ef7f5dea62ea7fdedb63def35c2ae2344d301d2818105df4f78420299c12f25ae43a60e5089943f07c5f51abc15004982069e5db75721b54cff33a261700cc8151ee9c89c3bb91c92c51942', + '7af390cc4edde0f3d496137d0cacd0876b54c909dc5ce36705619742cb42989418d4b6fcdbd80256512a338f843b48b711c06f582dac2607ea5ca038b7126a5726a54e14f37778fe41a6d7532687c6166a50ec638c14600006f51134d29566dc2dcd21bb9ba289122b74c870fc7992cc006a07d1007cdb79e192b4dd25b1d34c', + '75ed3ae9085bbf2d034b864d7f87057c2d0b12c7395feb0375237903b3ebd60e724e0c8fbe3a200f518a4f61fedb971c509b794f6e62fe6f4186f894d9ea8ae50d16ea51628d66812f5aa50afeed30e634253025f5ae7ae0428dc86f64f949db8e6d5d96befb996ae4e312b04664d8c223d2c0b396e9673dbe6173fa1cc21cd7', + '7809e59ad48aeb2c6f03de775b1371b7f86926ae0b87098e10c69e19d29b18073818cba862b6e4caf45158ddb2741a554ed791507d2649795004e92cc25065db8ea774b0432a457399816daf062025108dc8b210d75124d284a8434ec314c7af20bdc7f99e6e74ef069a07347e9df8b05d4571353e91026354b896c9fd6da64c', + '4745100cec0406cffa146350ee12213330d192123af4a1bafdbc5c98801eaf6ecb19724a0346a7b9d6b1fc381ae798ebb0501392afbfc6b8be48462dc2522bb7baec1605e665f2e42f1679b6c383fa1f00a35a01937b5aabe1f2174da6e0d7afdb680223de886fb9cdeee1b1320dd236e6716f492f4fe3fb2c61d8df73f03bbf', + '91ea78334108ce6261ddee5d98045bb307a6e8f3d0ee65c1d9bc7d28cd9edf3264fc9cb6e592d072e9238559616cd42eda584d5200729adb619f5ee5740d632dda67f5dce34b89a054fda301685df6f31416cca78f19a8a7124a2a22dd7834847a934b4a451940152cd20ffdb4bd07273c4a2b9a86c9d94e7323a9860ec89860', + 'ec638734d336b8da6dfaf3da9e18c7131494fcc0709cd3a9a6618e9ba62533153c958e44345a7531c3eb503a22a5d8bf7c1d1e1d0ab5cfe07d6db7349cfc859d2e20cee81a325462cdfd8747dcd04c7dead2fe82cd96b2a4ecefc070eb067f6c8ba94f09cbe6ddd354d9a2eb13c2adb7285aa3d8ff68045cbc8faf35dd6aa9ea', + 'ac4756b851fc8866b9adfac2d02599148e0db7757a62b1e06d26cf8c99556b79c91a5649ea437752cbf3b5f121961821ce1a2a4c635da461e3e14626cac707d04dfb6ed1e4ac40f106ff5ba03304e28a38e99a6daf6d9427c5980d1440a99296c05168f5441e2a6af13ab4760f55407855e0cf7f667ccb5d9bb2eafd03e455f6', + '2aa1d94ec83ce7c3c75c6bc847759b085234fd44b407d8f80ddfe93c243556e87e4be8fb30b4743ef1169a24732fb2f5f416042b10c3371dd9d20dda29844d58370700ce69f7df5e69240df77b96027a0ecec71b904f690b875da854de05ef047c5d898d1c0d116c580e2a0906b271dec8e5b0dcdfb2550a40092270eabf2533', + 'd1a7086d134c11a8a3204e019f52843e89f2d01a02a88a94d4a66e8d36dbfe924c6922f7ee5a1225aa8e75340cf8cbbd1c0b08e9296e81cec5f70cfc11d763523b12ca174433f246073d1c2877e4812828fdf2e41134bc8090fdce3faecd1e54a58948f59f3f78b2c1148b05687d712ab2b2d630416001513b9efc7f9523f53f', + 'eefa0d62254597bd67c87e00fb35f69c5cb2dc09f58d9d14292b547b964232b79b482319172cae1874431deae585df51ebf92ab81e6ee57e2a6cc492186ab540cf417b4adae1983b6b4371f8a09fad9806dede755c52638399a58de1300f00ae92cc5c1ef4ce1dcd53afc053b6e92818b4493f6a35a1e0cc7dbef5916699dcaa', + '56dc2b84da28f94847f598980ebc2d5892274e1639d0b7ecc24c3ea8d968092be8b2fe0f313c7b8d1a9c479dc737c95eeec078b9e7fb934103c7125e1f5bdcab79d03a9cc2e08c6474ed3b166544ee0a9da4018264fa338da06f9e2c5ea4edb4af3cc973b59c9496fdee5a4a0f6c042244dbcfb9d855fd98404ccb5abecca20e', + '3a51f6fbfef38724347ab1a4f7aafb7a999aee9b890a19e87af6585dc16c568bff9a5148012b1da5e4d46c207d294c1bf8b6f18dbe4bb5f89d975d9b23f89ee84a92e0385b9f41be0c05ddb9eb2e4dee00146d56ae9b6214db24dca9515f996b63602b34d3f6fa57f3388cd80b6004dcfbdde95e21a329247dc65ef113474ffd', + 'aa02f0b377f161ee60b0fbd6c56a537c0358cb8da62b63d5daaad203239cd6ac4ee8c892a8fb73256d6a264a83d8085c681bac706a9ae5de16f9dcfdf2f95f2d6f997c1b19824f4011a118abbd169001be4d7ec2226a85cddbeb4027708891f8f35e35d6334d9c46329ff880daea9573eb3768093863eaac13c6270906131114', + '72d18951da90b1f6d908253e55da1b5b476d6a936cd6e4433efce72422f92fcde3c3ee795f0b1f0b8065174f6eaa5d83039abb1680c695af7eae7a712726f97ea5feb6b9dbe1bdd1537e157b78e699fe063503f5be754a505ebf2e9dd0a31086a2cb089ab6da32503b9a4848db5776d5368669b990abaa2fc6792a2f873a1eed', + 'eb6b60d0858d6f87f5b9ba7fc75acba8751784ef886061700047fde7f692d868800e5751d5260c7cb1b338b9fb168e7ba6853ad1d5a2229842526cf0e0cc40ecbff0cf8e30db94f22bb8d9c9edd87e09e506f6e3d11492f625ba02c2aca1195f71bad06ee0d48e51296ea697e5c921bafc42bf0dc6df38f07028c746a238e929', + '36b5cf31af37c90334f2f4adf6a918a22eff5e3e54dc1a4f9212e8d47841fa05f1f8b093761c6930818e9a5245081d349c48cb1e41714ce73fae2eb8a91835128cdaf213229297f548fb0ad732ca38c05ed5ace1c67a601a5a3fd3c0adb65b9eefa4bd391b61fb5971826dc427b6134d5cee2a0d4dc1fdf1cb0efe75ede315ae', + 'f1ab8fda839d00f0477d1ab6f3badd421834fa89a4ab8075ab77b738677a4cdf7d54af2a81d5ba9bbdb893cd2e8ed307d0f8e8111c19b846ce4b86ebeb111abf034e1cd3b3b4c29c6f7eab477e620a4c46c10646ca22610271de58d6091ccb340b009e7e21205f1ce53829cdec1ec83a03f81dd1b8acc4d01d98f5a0c884a865', + '6bfdc8539fe6bf99892c1c36d521f7b17c224ee3837755fee57a0dcecefb183e09e4cc1dbc19862253a2412eba0c67d2cf0ce61117668767af0d7c0a868c376fcaa48310a037cd6d1865c25060f4205638f5c5aba5a40d15ea915a34b4fdf408958714b3b3083b80c2bbc8252fa1ca459e23133997fa8e107c4cd2d4bf17f60f', + 'b551096a194aee8992991325de92c9597c4d1c156c57b47036a7f93f2dd47be6f585906e43283fd8e4e75cb101d7f5e7a173eddb6f4ae7b7bef46502ca4a317240d7fd010189464223ac7ef6391969dbd5abc8c44bf335eeb72d4e92417215b79f2f974adcd5cc7058d2bf1b11c1eedc20ddf4f887bc65bd293afa161ab3ee5e', + '868bf010b6e26e4c1f91f0614ff42bc1403087c33b7e229af6c718880072024f5e7abce977c36c782daebf804deb7654298e22ce83652b43ad8917b6ef34094c29d28800b95b82989fdf91d8df637cf527eb014db2d8d2546c74ddd257ccd04c2dbeddbf4752bb95bd4eedd1cf04468d846fada6907e1eb67bb0f14200e15f35', + '852f420342b4bead2e714424eb0f287f077602047f40553d816d6e4e76588f8540e94d33c00d37ba9c63b8e83f393f8321b69c254858ae4a0fa23ba8260e1fbfda49a9b0969f4252aab44f834c7659bcdc4f6be96d9fbc7780698eae124d5641dab61d23cc54269de1cdd19e1aafbf52c3aa37f5f5fcc9ea5e2c310744fb7e34', + '01c6d5c0272b631c3f9d1c0687f7c1496e77e1479bb9fc8f31e6e8b252297453e2624c7e8d1f1c3b0bc8f862a219fcb0edd52f1bddb9ad63fdaf06eafa45e1c5625de513ac26d98d794b095f196aec3751c7059b5b42077f2f863c17018427ea0b2069288c29e13d118f17a6f3d0db0321b4296e1f3a500c4fd253e170cc90e9', + 'a74100cf30cd26416e9878739dfdb3c1fa569d6427ca8ee9d06630e18f6f83db0df7248f6bafce5ce0fc21f5a34da2570bab04fef492a65866ff5c7a71ca72125b36ee9cfec716d96b53327dd35c9328a89dd498ffe3601d391e344de2b8e7f8d925e75fb1bc05a058c53475f6d38d1e1854979c0e66c62091ec41c3aae1e877', + '72c21be6f0c4df7cc8a53f9226f36146f9ec5bea9c94f3b7b604a8bf5f05f72484ddd7888c6986c43b6c87ddd727ec348a2ad1fc086929f17192bd47799e71e1c6a7c9c49af9adcbb16b699c6df0f8da3069829d09bd231f942ceeb81be0320c01c5fb83619bdcf9f24aecb72e750fa2b35177b3e9b86aa7e57945f88df3c10b', + 'c7627c9a6d1e7c41c18657b598ac29b28c4d0ef047008af7feb329353b58624ee0dcc1b369594676718c085d77891d35e3adbe6844d5a7d2dccdbdd15e0cf39bf69e6ed58a61e8614074527740edbdf7bbca7afd2c2b80b6ddbe0f73ad7a93fc1290cb275a9e2aa936267e2b7840cfa11c8b8ad78569df4c0a6c6744b10b0a19', + '8419330710968fb40ae915e66548f1ac445509e361f583abaf5f87173e7346295f4e3bfd0a1bb0447c2b85f424492d3ec047f9c1c4dd99fdfbb4e00a70bdc7898fc7b5dc8851fd92f49ca825bb0576e835921f3b8fcbde0171cb3054dd96da775bad290b53e07d86ba6409e2f025d492e95d03ba8c665b9f58cd025d4da785d8', + '57d73f3bdcaadf51fd61aa65a01dc75638546dccdd899a1da25a086d23c05d1a5d93a157c34cf6168e0f832c54e9b2afdc569ba33106c0d6f5e0fa09f848b350099d56bc0c0604364d6f89ae14ce8e767aab0fe87adf104f4b9c8c05edadafd803ff45b2e061717ae488a2350956c371b95cb2e3e39df44f4d94a7a82c79b779', + '0c8404fe10870fdac0e8d21c99c73d04a78b6d4c8fd3cfb8d3ae87ee520e13880e7a2b683204ec4b547b36a1f7e1539d541fd9885af8d15af33c188b893e0627c9874e21a6cc25e9a11ea7404861764cfdffa4e7f9ded33d918f9a96b7c82b70c31433d174c902db313aeca1952fef392b929613766b1c88350fd5b6e493ca8c', + 'fe1c33cadec693cfa53250d906d35d1e2db8df4300be8f2aa505600b44a063c60e91e7777ef4e44bde7a9a930e197517810234ad88d44a0ad30f84d734cbed08a7aaef69900bba794380ea7cc98363cce264807046866eef30cbd2661d4db2d9d14f92c79c73dd01db2d87bcc177f1e458c60db3c23dc283c52192e0878e7ae2', + '023004dff89f0820892be15fb91dc4c498936bfab92320eee6c117d412e3006c8fe3dd8382a411bc9378ba90e941419455d730facdaa435b1da9c1b4d9620cae966a772259ff59dc50ec609fc0ad276a3fd40afa23ab39903a1b0bf4bccc95ba7d8e7cc467f80708284e789328a89dcebe51a201a36e2915a7e09c9ea26bc219', + '0d612e1953e7cfde5242fae7d51c8152d2a4a7e44de128fb7a467ac4228653ae47aa6b1f0b608365ce96a6ef9747afbdb5950b15a619c0783777aed4ed3515fba4cd5854760001d0de6e04201d644826ddf563a9154ca64c2c4059c16129473a6af27e205b705008caf29de3311a557493eb38086322e061a1ca02f3460bf153', + '62908131c688711835177348434fdd1016941788765b50752430716e6dfe4f3dfe8b2588fa4241b14a35fdfa3562f1ed303567fbf74f0f63dc86f5555f2daf570095dbe951d3c9644fc47428f24fb7f603eabd9b2e60bacf58d1d85c33fa75830fb68b9bf3c56ffbeccdbf1aa59e95f538ba01b14415b782401904cb0eed0787', + '4745100cec0406cffa146350ee12213330d192123af4a1bafdbc5c98801eaf6ecb19724a0346a7b9d6b1fc381ae798ebb0501392afbfc6b8be48462dc2522bb7baec1605e665f2e42f1679b6c383fa1f00a35a01937b5aabe1f2174da6e0d7afdb680223de886fb9cdeee1b1320dd236e6716f492f4fe3fb2c61d8df73f03bbf', + 'fc0723c3f84de1178d14375c3307f0babdbb2086813f6970b8f477fe289ecd3900bcc4a60315d077e89406030155db741c002fbfa7568ada1709a5298ad12c39aabcc2b0d5c646847ca9546cc9f60f9485651e953869f5a49208560909ea17d4c4b025cbb887c9a611fc2a7fd3121484c191f7ef7ea23338f2999288ef121672', + '5a40298e323ce97549d4c820b0a77cbdefeaf6ca9bad947a2b60985a0795d934e208b8334adc56497d2704ce7fb1fb6a69f94e3404791c1b962b0a86fc4cf037f960d375ce76146a0bade6caa4f705b5471da6dfed04a9eeb02e1623dc83c73d4852629ae7938ba09a6f575b48020367315fe6117fd4a4b91e70a57bcec3c50e', + '99958aa459604657c7bf6e4cdfcc8785f0abf06ffe636b5b64ecd931bd8a456305592421fc28dbcccb8a82acea2be8e54161d7a78e0399a6067ebaca3f2510274dc9f92f2c8ae4265eec13d7d42e9f8612d7bc258f913ecb5a3a5c610339b49fb90e9037b02d684fc60da835657cb24eab352750c8b463b1a8494660d36c3ab2', + 'aac4256339f6377a4fe225d50e74424c80e0f96d85d162c410c3135a93ad397bb8e4e7bc523cad3d93706d2c7fc46a8aa0e8a232fc205e1744a207cd4e3f3b4bc54620ef20a6f8c2d052f6febeea50cdf49796549a3742f025ba90bfcbcb90633ab37902897b40916f516953b32e1e9ce3b57edb495d37d71bd25739f2995f4b', + 'ea7240529980076d3b028a083ebc4e24efdaa06c9c84d76bf5b2d9fdb842e1038e487f5b30a5e010cddb4fcdb01ffc981eb0fcbc7d689207bc90ad36eef9b1ae38487a6dee929f3ff929f3357cb55253b7869a892b28f7e5fe386406a2776ed4b21d3b6e1c70cc6485947f27e9a5d8bd820380b9eced8e6b865206541be39fdc', + '93b7ef0e470ddfac6aef93c0dcd37b8f1c4baf5eadd978e3bf0512fa0baeb099ff9ec1061b6172479b5674db5606ffa7e6b5173309370e1647054aafd5904816bad5e1523032cccd4d786505e241ac83a484911189666f287553d6a8164e8dcb0c85d75c4e29f624c97ceea64a2c8b0c9ddfa560f70fa3ff91183e4b968f88a1', + '21063443bf02ffe9f813dc6688920d036041a2a3a63a9956fc254a2c05ae03472537ef3489c93c7c68517c7588094c5e033434ab4b0ecf9e6c032c17911f73adcac6ccfd0ca57c427ae85127e2ad41d98bb94e5f2e6aad2e42ed26f87cb1bec6971c9446517c0966b6402321a06834997f3ab66756377a2f064d0277cf4e2bb9', + '9724c0d5c989e5adafcd7527fee269ea14c0aec3ddb62596f3fdee9b0993e6c689466e877c0f6fb4aba29bc40343f53d3edb936fc04ba263bf00ac0fa7c816cbbde4ed09025ee2405a9d9229ed360b2ece058c20db7d8d28e43cff000fe2d5627a24c3c1231c463805e3e4c08462b5a50b65223bf4f1edcda8d872d6078a2c73', + '12353bca6b0f3d545ec4b470c69272f72bb5589793e6ca769a226018c5acde83145567a1d6fbede5c150ec3142dc58f81246d4a00acf242a381fe51432447b7eaaf84c8d43222c0da3a0175aca442680a21cbca1d7f70097e82491db7f7d75a5fea552555a8de0122c3d9eb105d1c4d802c17963a1664706d3bacc345360b240', + 'df073817d8687293257d7ed1816803afe292d779f34e14b0c5ba6e0ac1e6c3b9e239f4f02110f4a430a71e906a3dcc7b0b7325bd9cf63600b25d4544d8556126cafb3e61e4894095d935d647a8560929ccc9559cb393b77472c707fbb7ab8838ff16be71091c7fee8aed4d0022fbe3428f5b0e1f216ebe946dc05d3746305f79', + 'cd3f17355a1e254b9821276141a850f0b71cb3cf4824a803b01c71d8dfc31d31fd33ad1cac1776a98d18c6fd0598caa241a3af21772208d36f5270f4437570f963c8a323dbb41755d948f72369e7672b843eb0a849799d448ab7252e8abb496d05e44074715fd2f6849b02fbf6fdef3488d6fc8b45922fff0832d7af3efc7234', + '934dc1ef76993aa82061cf67aaac7714f12e25aa8f6f54840a2ae3d84af32481511d300126db7dc612a5b2ac0fdeb9c47eb316541846781e270c8ee5f6731c2e86c94e4482594c7e75d70ec43bfe7250b6778cb2c2fd3d176abf07ca5c051ffb9a17c4c0735bd059b2bd8db81553c94100412dce73dbcaf63a0af58f63f15571', + 'c84394086457d8fa900a57f18ea50a93be16f06fc28b5532de40541da5959bb6d2646ebe7491ef644ee39cb87d1219625b213094a4ed163dd707ef80dfbf9564f38195cdbb657babb4015071d58260c973fb418562fc10d95d67fec8a77f0bddf342121b82f906368b0d7b04df1c682ecd4c2b2b43dfcd6f370888df45fd8689', + '36bda8d33b3bc10f367caf71c5ed387fe5f1493c1d3bd2aaf97ad78cba3cc5704c0c02ed78dec72a5bae329f17639720c8f91817badf7511d99e257c68bca5aef6e0102a8e36f01f2f1553327be0227db32aafd8e31d8d575a1ca4145da7842e1d7ffa11e60be1f898fb3bb15b2b81a08fca370702bbc285663b7edc02c50cf7', + '3722eaa433830abdbcaa9177e373bab05fcb8fd82fc3afa581e34f08d3c07f5f58d0aeec9d7e71866c7a808ef15301251b470a9c455a612c16a586e8a5f1f3efe184a2e6313bd0a657d901319a9f44eb241db807a9474f3f49cbd2c8b8a225859ce5cd7b36e3af8545701a482780086a42f4a1ffa2b30144e3fd3b9052fc9e87', + '03074e714d5eefdf5b714381d80e694ef37c2647b374d8a38a6dac2a2e1d11dfa43c6de19d8b0e93061563fbdbb46c683cd86f58c284ed981399d4adb457f6731f21ba04168011db366bac3acfc66dc8f3281b7fcde159c5343cd9d98001cd719d3e9ea25e47e1ff13fc87055d4a53b741f592857c94067216dd23763a227e21', + '739f460034249e805aff665d6248a594250695835aa24cfa5d9c9b962f7d374abd0d163f65c51cdeb687f72b778d4854eba00389548a180fb6cd5390dd9580b6a1ecd4f8692d88b3eebbc77c42f2cab5105e425e252bf62e2fddade2c5424ed6a8a446d249422a268b029df9c96075de1baa19a8d56f2d8051357234ef6ae7d2', + '082e7b4cde8914bf07c288441be643e408f6cb5ca932f67e9b975bd54ca706885468708009afaecd4d9ee846ab6c0d70a364c5a24131a766f558ad219e06e4f7e80c68e9d8289040a586662fca865ab459c037bf92465596b4281178133e7a806b214dcd747b24e0b681ea459fbd9276d31108fcc3f968d781106f20d3d62fed', + '892525a0f02aae7f2264cb024632f11e8adbdbecb7d0c7080832e2373c94014cea02914c1542d1d000593fab43524fcd1f3a63670f6ff8509f1b1da881fb2abbde65ae27ea89a942bbf7fcb65b611d6e1ca20fb62b00929d68ae979e7595f6800d55637b98869f9cfc43eb6bb5e9c2ca281cc720340bfdb70bf5366340edce65', + '8b7fdf792a90218f91998b084756f32ff81488466bcd66ceb4956702ab343ca59c15bdfd405f7e20ec61a36e0933f55fc49a357f062db0b6a7b613cddfdb812efdfee3eb5b617f02918ecde0e9f6852313d8fda41a64b2b5972124a7258ce8901402f84a62df4dbfe6e8b064cfe6cd044d9489bf8ebb9552ec9c4399658e9952', + '6e4abd414dca21a6ad433146986273e2da952ef613cd1f9a0a836ca644f9de19d6c24abc77845002d9fd48333a447ac936518d1bdfc043380fd26316fdb5f6ec0f05b5dcef92c3d5e16498b854fc3db9b6ddbf098d4bdeb2c45305c2420b7fabc21be7eade7ce0e76c80071c0e13267a0540ab0846f758ced00d3bf13c84e11f', + 'b6acbe5df01480614143c94790974c82d046352124f56a0246861042293152f7ddd65d22b491afdfa39092dfea21e318f70f18bb882f82671136ce9c5dcdd27277e8878bcb535146898d87354ada2fd2f694096de5c2d06944ecbca8bb2d4b444c8941807f81edfebce5af32f8eab716947c0f1f81d5dc70a94fe14f8a7644d5', + 'dc058f909e7170bee56c4dfde862b4314f68314a9717ccbbb79bd42d0407db7552eb02c45c29771e66043b0e207a2997ced4346da67bf066790d542b96b0be33eca737f26e23f84dbc5b2e52ffdefb261428bd3eee7492d235d21c8f3379818df15eb6809d06fe322f98ad314d3632c46b8d542436abbce93311b4c3a30a2e6a', + '48ca2fb5b7e4f471a20911af6a66158e45aef700ec0262ce941350dc208adaaf95a84e2cce2983a2716f690b21dce48ff580db4a29f48c4f148522ed5a958931633f81ab0c3af1759c007e72f92f5dd41c2f65e1c21569f664c7c4cc6a6135fa9cd8eebbd9dee7f20b05786b5a262764a004bf4c1d2da2ca6d215f01b6b68713', + '7e8bcb42e9c0015e96f4f802520a15cccf3fb280540e7108b251cfb97aa8fcd86d1eea5d340aa3f65234e14f5639d89155315729978e0fca914732b513374138c3c01f74cab36964cd740a1b1f59094d3554a6115ad2a6e5a3e2ebf3269a479367b692101383faaff1fc9bed1532500957f1c8c203a0dc62d2691ffb199ab7f1', + '7d70d5d8676518e8f4ccfb3660bfc14e20aea6c775a616b342d21d3a1b421f819eebc9d106ef47f5fd1fb7e3b2bede9f2c881a5ddef398e67bb5c73c0b860d813f27b81501a337ff50d58a8e4b2af73f8ba9ffe2b63090f951007c61d67b2a34072d8ced810a50cd94f65b7e528b73f7e6163b9f28e265b56eba23efa4a9de61', + '20a0f85250a95615b7a40f25132af070aa388d86df777bfb03c0bf0d6ddf8787cd9718e6bde708b9998cad4e91c7d58afc60b719efeb2ac80f4a152ea3732792ee74c809bbb44fdf397b753809b409f796f2e6dfa5b223f82de08935689c4a532a3def047296934d3e794f2da47af57f1ff501212753cc5604880369e3e05894', + 'e37e9da1ddfe11a2ff6a95025d1970fa1c2997bb7974d0010cc017ec4e36410c5a16dfbaf0a865afbf768ccfe4b8f446ae100ed6a477396fc9772b011e9c938e6925fc8335fef5481af36f163e1e66091ca1c476849b827ee35410e3c5bbf71b9813bda3b3e908969749077e74310e6aef46804122c6f255e4be8d3b4b7db4db', + '4b7ab71376d83edc4149b74ab10b7c1b1b6fa9ce977f2d63b2e321626306591e4174393bf287ca6ee7420d84467d90a628423edb05787bce6cbe71d2f89aa4237fd3cd6e8c1be59410f180ac54c65c47325f3af7857aec12deb4b0b379aabc026f5f1ab52cdeb6d72420b6c8c22f0986a18c432affcea8b66f8d860dcd7ec943', + '806e9111c731be67707d49b9e4248e82039608dfc6fa1645227eff6f30eb349b8c7cd6f6fbf0785550de26259049a6a55474fd536ff736a3d1135ef7ab43d3ccd413bf316c35df7ebfd289426b1eed7dc62f9b107a0f45717210c6a3fa5f646621dc52ab6229794a840179f7bfccea732070e7ff2f69cd16ce1c405b64686fd1', + '85a438185205f773b7b39db2a71ee86aee341f9b2285a2edd7a5c53913d2de4b02d79de7ea309c09606f3771bddf9e5fcc66289cc5b0ebb97f89899be18b4c389afa769b11ecd22e9fad8f38fd614ea5f8eb7a066c0ed8d86fd25f09cd2a49b8b5d36a3db17fc169db334d0e4fee21c2dc8bbbe1ffe892d11148ee8abff6fc55', + '18915f3811cc77d3d9e41d543f3bbdc827f5781cddff193da94f4b7da46d0a39c93258b84fcf31573712c0e321e5d34763188d675c605a4b069f2880cb65d5bb9ab7e3c039107382dda6718cf8ee0c9f5262699d5b8298a5c019c7803cc1b53cb1a96a167796269ef32897156c5f4e1a1b5d7486816eb994fe458e459e899402', + '48dd9054dc7703793557e492fc0fd0d45db0de0ec48683f1e402b3affef849c9600ba9212c65a4575aab9c52002fe81dd16879f5e4a0bea0b8edc6007462a5e77386182dff056c005da69b7c0b7db97b45628eafcda285eeecf4c5ccb4ae9d6f8938259fe0c1221d45322b36a3600a97c086656307f29e838afef73e4742fa09', + '3978b24f0bd0829e22c0596627d9d6d858f1c69b8c19486771cf30d01975aa5fb50220e7a0f85d169f96f24b674ed8a75f795867a84a28715b00d72c11606a95a9634890452c537b963c58095ae9a94e220c081659fbc77b82b72eb7c1661d369d03f2f00454adf58f1c5349089390f32a139f51a7146fae705afe16306d0969', + '67541f77f4e40d143035462505de14a02124b992ec1d0064bd15185d4d30a2696c510919f23b12eaf9f6b4ca497529d81475456ce4a80757d1136e6cf7b48d3f2769e22cdd0de49b72e4db839339f42df245953b3b53eee84a22d1919b8bc375026353b99ca3aaaf05c66457cb739e26235c5007db66dea0900ae9d621fb6b93', + '782ac16bcd744ec016ffb6b014e0c8983dfde231fa72c31212349a7766f46240e047723da60350a893ecc7f3e79039c53d6f363fbe5f4c83952f2177a28bc0c6731f312870004ce45547ce93e6ffad26de41a92a289d244b51bc33173e44f5051afc24b69331e97a4658f51677f4cdc506ba657c9ef3f1723023f8e0a0e8aa05', + '7b2f5c2741338d25d8f9d4bb0fa718499ba960c65eeb399fe94b59c23f4e81f5db11a86df583559c02d24d4a7a236ee7dd86db20f82959b065ccf9795174f8d38164e3249749feb192b5e7b395ce77aee948e9fe44903eb24c4adf9e57fe85ac750e5673b0ec510b9289eb1fe811fa43c6d5d388cb89af4ea6af545ad953f129', + '8917aa6e1cd35af30eb5c7ac200e54835d4a0777a06a2fa756b44aac85a8252c0e3745ac2f3086a64bfb02dcee8934eb0c8b5e2389e22796fe57896fbb8dea8608338931b17e1c5cc1d7b8dc8dd1f000f45d4169e641ae1c23c6a7d645b12fa001753ea2aaa7643cf6b2b05305ccd0e99f2979f1be6e0a614c686c882dfe3ca2', + '1c685e17890ee079ee85cef5ed709356f4199e657aaac0bc85a1d5d5707ea666ebbe0ef1430d5c96e4b8f92d1c614b9121f6d83e56e4af1fca8704a101e51a0cf89d6613631af1aa390cfe177219ed4c10cf5f745cde9bcc728430b4ff48dc064aebada6719c665af56b24dc7900412ec78d792e14014b6a857fa235f20eb5fb', + '9706d7370b66bfa78abb8b25a9d6143a9aadcaa4f60c9baab98717ac8fb3d2fe4e960af7c35b8a44b14ace8217f8680db2bba312c36165ec12225aad33d24efa085cdb1d876b4555bd6aa27013af3e9cd1f33d7be0068275d4c0d0522a3b2f08cd3f92d1dffeb681b7024d1726635c92ff3de206d661baee074bc2c4fb553dcf', + 'ff8468cf11d6190cae4a1e16871ae0817214fd441a889bbdf564fdf5779e542686d2d77a2d2d151694898a5730d9715b37c8dac4579dfcb8a762cc2cde45cf63c33e2cb1e4f205858bd807a7ee9a40bda6be31146285259ddd13c1360dd1db2b9e1090fd9eef90627a7ebd8c2923f5aea73d2bbda508bd747fc1019a6e0a2187', + '32e5a9f3c3f9576a21dbfed017b961f118cd23f3808f2c2b1d294e35ee2b28432a804bb584a19ceaae08fa561ce820d50a1bcc3fc05b213d15b6495b323c605e98fb8dd7652d72f8d2afc7a701b541d1f6bdb901e3c18a31a8b13be09a205e64833eb782eb06a13c96b8aeea4e8a8e8ce39a325f6f2830aede026aebae3febfe', + '4bf841ec0a4211b05f9a45a127bbbbf6434e8642910e8ab11b2a468e8feaf009f096c7388a94a55b2bd0d364906122b71e69372ed33c27607bc544232726364fdb9f4dc587b115b038832b0b908450647452bcdf04dbb47dd0c25f9e4804d6c575db7a9ce7e28a38ef7af59d0e6d6c85acd2bc5d0d315b9182e74009dccbf8f4', + '633974ba735a5e57d1e804bcdd4d72d4a9e9df0fb9bf8db2076ef1714a64143f784e39658ad2c0d17f814ab1a3071e4111a5cce177e2106b197df8c319a549b0f56c20ea517ad574f7fe242b1ceb8fa0e560fe232967a92079e337af5dc42766e17d707150b864e54048da52ce5f8c982b01befb58b821792d8af65aa028760a', + 'ea526480a096a4d89306b3cf86eff742ab46e4e9ad991ee7f344dd9f24e896cae619d8c6ec5774312f40e0b77b03dd282e1858ce3d2f8efd776674eb0ebe56c253d0bef4c1bc97cf3d6392519cd6c93d660da36ed9ddf76c3124743d2747407eb8dedfb227ad57d945d79145f04e03a9da8e8c738c8b9f5baae7a43c78699b23', + 'f6eac4c4099c3232df018fb3c837527b8021a1a20cbb5d1be5aa5ee5581800852dbedeb38742dd540bc46da844b40bc546e60a4492e8943a3a93ec6a46e0f5b855fdf8e188a0a26a9b9c4cd655b2801c23a9b85800a068c197a43fdbac7eaaeeb8ce9bb6d35e885cd7b0b6a5c3d9b76a5d9232481c8de2984405e1a15399270d', + 'c9f902c8c02c5b24bb54e2dbf5c9573bd46bef39ccf15462817eee152b7561f03f8f57884c2b7f5d22e5d60d3a6925c7528aca03588ebc7089ccca2eda7a233e97c01b374a102c3adeba3b2704bb1d11d6d65af0bae731968a73dce5f283153e19b3d83c83866ba336fc9c931b674a02a87a2669bca3bbbcca9baca03a3b3dd9', + 'c1490ae9579828b2d6d2935f417e0dbdfff5d424de5ec50557ddc7c3140867c4af9bc0c7bd6c9e780ba1e341272029642247a84795de5a0ee2495e6fbc029bc2ea47a5584710e40e0e44f322542c4645d62810f1f5a163fcff3e996eb05bf490f9b78145ff6c429d67258ba8d18bad88a200d2ca079028f737244265f8f9bb53', + '45fcbdb93acd8300ddb88012ceb55950f4da61145adb0d4c3dcda868632f4777ae2a008cf01857670144f9510ff0ad48369d875c50865e590f6e81a6499ba66d922323fc1066616c8bdc8d80c41190cf08ed42260439da28db5faa37767109981c6d90d142c08956a408a465941eec2f9254fa381efb6800ca2989e393b9573e', + 'b9e944e0b42d0ff454f7f8aa24f00e9ee039058ce4094111e39731b6dc3ade2a4acec4cf9c5be078e4f10a72d3d685c1e5e4d5abd92cd07b64dff87f266f0853ddf1cd61d9c637a9b07ab0be32ecac119faf827218b17ad4541a27519477f76ed918089f54b63d0e1e5a92982979ac187764b5e989e066a61b1065340e9cd203', + '2ac0bb0524c22b902de34ce64e6172d1b2074e159f517ab1abd152622cd10669f03aed8e2eb51c65bd0f38d084e288c532724e512fd558ddd257d2b1d41c5eb6040767803ddbb18b95a035c5d8492d4d35936b7b3630ee20f625b70f8e71d9dcd0efd0e3387d138c1f5eedce32dd88f223334b9a9eab65017f04aa8442179f62', + 'f5aff283b3aaa4c71b13c590771d8bd3358d76988ecd1eae653c2f9d72c9b2dc9fc08e44b2e34ec52dbd245872332e342b5cf945e99344da0bca069ee221b2c913b7b9973cbf50fadad7758b6a962cc7ce640f78f38f0571b19b527ef2d9d09b173b7b64976633cde909be13a56d0df3e64ec019f2eaecdb1d571b27ea1994ba', + 'c0bb12a5da628363a71f1f5c9ce715ce8995e607148d772b669f6532242f9830a1931bd952bd2a44821a8def46b92504b4b0c5da50bc43bfc727cef5e0ef81faaf24390c0c92a4ed43a09be40d78b204bf680db0c288755f439eaa9d2b3efb5352361547ef2919e65479f142d86ae35714856692523b359442cba333ef662ec1', + '854b32866273c6eb110e380b8f3bfd169cc87a6f6149c75e5667b305637b0895465c10c134745773c31ab3be071c8215fb9a33ba231b087870da199564619d03765965d6b8a1a9fbb79d0726a3d1c90cb0ae67d3bbab4cc63198dd4e2d2fb81de0ed39ad362043e9b6403d2aab825a6481ab1ea271221eaf614a0716050ee14d', + '99494422460ec858a24394f603b1d9b940a24ad9c6a3d1e9e88781fe77afcd139389f7acc057cbba3d328cbf914e2f32667fc7259afc412594645162d4feac10ce45780cf9a400c3237ead50077132e421dc066bc19e176c5f21bd312e98ec29f384af8a187dd13afc2fddf08ea34a971ac0eff36311bd86f1c8acb5ac03f627', + 'd8efcb416f237c7e05bed9212c543011c39e6a5f25d7e2cba065788a29bce1464d8041676be9fb91216cc76d049806ad943e534a6fd45b10c41bee5d0b005626f3c0e73a9c50d7cb07fc502acb4ec4d2093181a8a1568581a6d793e5101b8613b1f9e6446b20b9349fb69bdfe83f11880ac11b00252508252fe18ea9a0d41a15', + '1a0223261ab437a4ac1701b4780776c43f0f8949b3e7a1618c3b4ab6d8ae2aa6921f38a2772b28d415f32905251fd3bd1a235bacfac00a486dceedb8143acdf11b4b611f1229c346f89f21299920b56b1b08f7f4d32511965d7693f0eb326893dd0c096492b6f0427ea450e87d1203146748c3e9e51d9e9183baa42806a0e3d5', + 'faa6ce40d931f3c0cb4538a82a22f0d4f3221f027b99d3d85dffb729b751e57496b4fcadae5c72404fac2c54949e4c4cde664b948052479abcf59e1aef84bb9f088030473e9505c603c350ad33bb06ed928c1196757ea3e5bf3ec97e0f3c43f638529394f2a65459cfd1cd3d7041c6bcf8db9a91c1e58ec24e2461dc81412580', + '28b18b862ce9541ed6daf81199f9a331133b0ea3e48ff486c1acc6d5c40e9f8f063b7a15704ba3d3cea76b222511206d47e53c93a49edd8d639b7551b224c3f65aa802189648607e259ab1fa9ea665910435b7dc9a4c28aef8f32cf85f3a23e94a7e8a5945e9736702383261aac15ae571b4e8466da1bd31a83a5291745ba7af', + '80f20152d12b0a5993a2b17d1f55cfc0c078961ed00cd1c21db36d7a92c339691399eafca830621fdef232b06acd5d33108a5fc8c35a6d5b0eb2ff1bb2598c2d91c094a1ca91e4a5268a16f8b38c57a2aeef6de3a619f869df4ff7c5f5ca8f20c10e082a807719543215653f41ba45746350c855c170f85459315f62a13ecaaa', + 'b11389c7dc20ffd0c4a5f887f2576bdc302c7d2af7089a012799c528fa7f2ce23bb10071b31c83d9e58d63e6fbd04670ff1aa6de4ea4dfe94a9986a35032fdb7ea1f44f2452a1202e517257e97ced627a7bcf06e5476c236819f73daad0d96722527fe527891d4d42c0ce658af97428890da04e1efc56c6f337534d7fb57209b', + '57e1d3ff5fc4785f9370df2e5abf454579752ea934d2a9bab568d5aeb22ba43e4bc7df9f31366bb40d91ca822026e4e426cc088081732ef993ff7f676c571704a5b809278b50a3778108f4589fa18caa9f0283b3fad0bd594e406b950329d5242e5e5880b53aaa0eb57c66992055c4ffabc0a72ae712de42add2a321c0ca6808', + '6b8db9acdfd24150808a92368596557181d445e5a04e91112db2812b58035d72378d8bc00a1ef75ec373b81dc6f1f0a2ed96f302cf2eac8f42ca3df11e6ee678440a28b0dfab2a36eaf35bcbf3c759a71e47120f6c03292a3d6b9b111488a2259bead9a5e7e2a180fcf1c467947f59271cd0e8360035ce8b287fe2b3c3b95822', + '138efc832c64513d11b9873c6fd4d8a65dbf367092a826ddd587d141b401580b798c69025ad510cff05fcfbceb6cf0bb03201aaa32e423d5200925bddfadd418d8e30e18050eb4f0618eb9959d9f78c1157d4b3e02cd5961f138afd57459939917d9144c95d8e6a94c8f6d4eef3418c17b1ef0b46c2a7188305d9811dccb3d99', +]; + +const List _keys = [ + '6f35628d65813435534b5d67fbdb54cb33403d04e843103e6399f806cb5df95febbdd61236f33245', + '17b52858e3e135be4440d7df0ca996f41ccb78b7d8cc1924d830fe81e0fd279c131ce3546303e95a', + '7c67410e0a9e3d7ae4f3d04eff1c2716891e821c6ec1dc822142ce8d9949b1449a1a033a350f0ba8', + 'b2c450128d0744421c3f31fab37bbcdfb5a2ff2fb706d1f7e23c4886992c7d215c648ff8edb2eb59', + 'a7744321d73938b8eea13754909029881bbd727439fe2731b1c67b7083eb7b5d33adfcca65f5d189', + '795a0ba9b02984cfce5e7395fb94d98fcf12ae5db8a06e239c9ad439bf42e523e65a31c3bdf356cd', + 'aa41b5222efdea882cbebd11d343000ec2ff6b2f7bbfa746158ea54f32d534ae31c7d3b7a5fcc373', + 'aaa449923f0cd3e6a7e74d9c56a7eb6a3b4c3dea97e6a8400e5517fcff54ee4211b640280eee415f', + '6c13d74ed004ee92adb44b755be92e8440434704a1c22790b788f50406e0629aea80de53730b0d99', + '12541d81c6958221c44a958ecd7f48c08a89a8687d306c2f3814c93ecd498e0485456c33d5fc950c', + 'a1e8cf95c6d729507661fcc687156922c8975645e5f36eba8a3069eccb298e96c498767c7c741259', + 'c7e5ede152c50a935e76b59979e08638a09cfffd01ac7008056a18ab8ebf8d347e955e06788ff6ef', + '6ab37be64f4b1e032c5a43dc03e4afb65c6ab1329fbca9c4c10fc766224f158eb6b7b85d649e7319', + '785a1189381824a8131e885ba4b23c2e94e3dfdc03652cc32a9cc1963ff72452997f077315b0cb67', + '394575dded531000e776ae4adc64c4affb5b220ac5a96ebf1f72d19fa6aef00c42711e5dfe6fcf84', + '14d45ca2a3d4977dab2b7d442c6f9e57ce348e0a6a808bb3cc7f6002b87789912afd98bce26ad8b3', + '2a0466dd515d2f48fec5e78e22bb22c606b09e8184691c5177a46e8c70fed24dab147ebc41e97c8f', + '3a4182af8c3914d1df57b6321fa5dec68748ad746e0369bb64fc2d9b7dc3dfb3ed9063a7d5cc0ec4', + '56e8ada1ebc8706b94f99bf2290365222f6619a7fc3161151cd0c566f4266faaa5dc31fa34f8c9ae', + '1e6d00b386bbbfb7f44001c5915448a516954d7a2ae8f4e9eaba807dc98c034a9aae19d1eb4ad624', + 'e2127a48f615eeafb927ee53222f5004d11dd2d3a22e5377826b43f08174586a297b82630e932210', + 'ee0a81a8bd52c9b1422083522d37f8071896ba625ffa22ad32a4fdd1e85c837796b6896ce194f74a', + 'd4254694ca38676404cc2cd6a444f61e230c188a9f92d4ad769287bc1397203808bfd6cd5dbe1b7b', + '61b83d7ff9b82b32a89225eacd7c9c25807c8dbac8cf56610e88c875d2797df99d566bda3718ba73', + 'adf13d80eef135f3cbfe63ac19e8679b98c01dfd263d72db335e76d47551b31ddd94bec6c95a0b3f', + 'f870e26dd47b20d386f63d12458c46d795fe0790bdc81d2e7c025329f8842bc5f74dba955126b93d', + 'cd4f85a044eaf7c5a9850d0d708f0905049dc27718679a8f3713af3ca3b756d95c19c50d7fb90ff0', + 'e6e97a286f575855cec8a0f4d06327929d41f81d3fdaf9f65ebdcc474d85f4974b08399c02d14d50', + 'd763c6360763561ed2bf47749080549b6e2db87514e1ee1c85a0bbd346eb6e3cc29267cbedcad67a', + 'a4b540971d9bdb20b47e8282cac841a86fd94fff27b4eecfeef893cb7b1347e7c2b24d69bc7b0543', + '9779d9120642797f1747025d5b22b7ac607cab08e1758f2f3a46c8be1e25c53b8c6a8f58ffefa176', + '09675f2dcc4783b599f18fb765583668a0fd8ae4096f6fcdc60d4f35b4130fbefcd542ffe7459d2a', + 'cfd4a44910c9e567507abb6cede4fe601a7a2765c9755aa2cf6ba4814223811a26a8a1ef499cebd9', + '5448998f9d8f98534addf0c8ba631c496bf8a8006cbb46ad15fa1fa2f55367120c19348c3afa90c3', + '9da0c114682f82c1d1e9b54430580b9c569489ca16b92ee10498d55d7cad5db5e652063439311e04', + 'aaafd08fd89bebe239ab65bb190b86d49c5d39faa50b1109f7dc8b179bc693f0810449c36a68041a', + 'b06f7ca7a5dd8baf2ca940811edad87a33da666dc427bcf4d54a8e03520dd5c399e9729d39be1494', + '2dff35c2fe5039123d4c5d9feb7d5167e3e959b31841abec1e5b18b0ece2ef25e04d1f8d030d9b1b', + '9794cf76aeef22963fa40a09a86bf0e2ba9f54f30f43bff09d44f9d28cfd7b7a45002797cc1437c9', + 'c1d60814376aae39c4111246353485958f95558fa38ffc14e4a0981d76249b9f8763c4b3e2ce4ef5', + 'ca5f3eb9308604f9fcc2af1c6a3175cd8a75045593b473bd7ae37933c345ddb0982e2dd7180db31f', + '808d7aa9aba6a40d1bc43e9b932ec8e9273b892ffc0a769e4f7255f3b83c224bb090b23952ae9616', + 'd8b994bb8df02d7803ca2e09d601b918d6b5bde90b611bebf70e078d1ac7b152bc4c2528e60b70f6', + 'a89bbaa86a339951ddcd37799e21b5d1688e4abedbc72daf7cc9b5adfe10be34c00a504196cc7bac', + 'a9560fd61746d7f986b691f070c920256a535c21a64ab5a2bd771aeeab7119681bcc4761e68ee230', + 'f987eb83a3fd6d94ebf3626b7d34fec23ee06c63dfb4078cb38bcc97bd250fda0e286ecd4e64046a985bdfda8b', + 'ef257132b7be124ea0886d587765e8e70357959cf39ebf621420c3f3c70e219fb3c5d349b7f2deb222fa26fa27', + '2cb8e269726b75e3a6258541251f6e3c5184c5e6878decea51eae315dc656115acc224818ee9851ace474f51ab', + '1eea906ca11432655750a4e1af21eb1e03465c6d6f3b0fd8e20391077525d965fcf57d7edb1426ab1c3a42f2be', + 'b2f1adfbbde4dd9a9674166ee08c2f4341072475b9b80b1032ad4a3658b408c1aa1fe12ad1c5deaa3149a49ebf', + 'a2617206e2b382078fddb0af3743a69a5a7484eecfff6cd96288443bc21ab79f9bbf7d70ff4edd6a0a85704ec6', + '7af197b78a27038b0cec128001ce6bb7dc02c0258956f62ead678676301423f4f9329d48f881054e6adf12f358', + '96ab1d64acad8cf69651c13e4eb42d7382e38019f3a927771ba6134c12a1bdbeb2206793fa35a4a3b09a1a8d4a', + '582c13a6c4d497e4edf69bde35beaababa1b068ed168af20b04cc2f06adf0478210ebfb27640cddb453af27790', + 'baf1d8aa12f5ea6264d122938593a8d677c82a37ebed7b43042680625e334c674f9f8a666c3a1bc54fca019698', + '735d943cc93f783050c7ccb09acc5a6f60af4efbc8919793e7c39038857ee00621d59fc535e7babcbc5998c5f0', + 'c782597141b52135e34d240df67b9bdc274f2d41e6866e0f0da3a6fec241d3a09ea7f1960f9d7803fa7e2741a5', + '498584e364f632184bf26a253d0e81e146730963b785eac1d5c2b51dceec34e3f16a464c1dece9277a4e99d868', + 'e4298464a0457dcf98ef09cc00d92238d06d9a7574b46769c5773ec939a4639756f2bfe96dc833ed845c2c2a94', + '28ae9e327911b76898af1fa0de56069e0d8b67bd2813828f87b88dc42a49a74d4ee30dc13e6f90ff6c6c4715c0', + '9117cf3ce9f5c6e19752bf0b1cf86a78ce3adbba87dae1399a2a937b0b722ba3ff92183871e84e282774e10de4', + '363b32accfa593e454cc3ec83b9d775a0dd027b017ca2ff863c1fcb9e6215b5cfb2e8fea10eba2179f3bf88061', + '134a50abffc94d8540d7ec939b7a28b10916e505ad90843d08b4b51770d48c27beb2d8d548a1b0a50fe64ebb39', + 'c83ead9a131a1d7d126b88642221ece7d3a6ddd6016ecc6f40d089d47e1407bce3cd6068fc6918d91906a640f3', + '430a7dbd62b3b3cb6a4b2024bd796048ea60990d8222f94228a26093e88f59acca9e4fa2a616fe8e3992277b79', + '4953408be3ddde42521eb625a37af0d2cf9ed184f5b627e5e7e0e824e8e11648b418e5c4c1b0204bc519c9e578', + 'da6d09682610d23a666ab7f63147a1f05db8b3cfc2c12de3415290b9067803ec09d5f53ddb4e04e69f031d2c56', + '22f6c7ddb0e46ecf627aebd9ffad6f36682ef5c98791d25e82af8d333449f0b7ddee5f91181e69e40eaf9dd1ea', + '2e2b999290c9b4a3760c4bf767ae44b28a8d12461552cd39095088291dafdf0df7c9cfbda2d4cbb53dc20b15f0', + '089aa37f72b2962c18fa4e9858ebac2fc1655ff41ba30715a76d9ac3a88f0740218b1a3ae18ba057bd99cb111d', + '4e1ad1054c00b6cdd0267739c8c92994a4af4bf373ba066c48bcb483e38da0e58d5b0c59444279f3181c228ad5', + '36e8128355a3dc7ab3fcb28fe93c8e695066334f6610b398737233626cbdf28717ae88cd70626c5d4c6cb9773c', + 'ff469d80d2dbef999d7d4815d123cf50ee9c2c23fa2e9aab2c7e3d4ce8afb7f5f0cef6a5d86e4f2eba8fd1392c', + '93fd8e208a1d6052388611beb9f047fe91e33afd4bcd74ae6152d5fe5ce3d9073c921e861a24208f0c68477f49', + 'f189baeeec507e945f0c4d628a0d0548eedfd254b11faf25458e29a3456466ed9fe76793f83b8a064c7c534cd5', + 'b763263dc4fc62b227cd3f6b4e9e358c21ca036ce396ab9259c1bedd2f5cd90297dc703c336eca3e358a4d6dc5', + '9fe42dfac92a4a136fa7c9f6e331b5d3a61aa73035b53a8d2517be43721b31b215a96b9bd43798cb5e8febfa97', + '98fff7b5f77326c24471bb9c317490be1febad28e2e825afc41c3b97cc03c963405ce3ec68dcb7b19523b76e62', + '8d649e5ccbb8bb0032cdddbbe44ed0b5bbbde78a30c0f8437bbca985fca5ea08da15c34bea9b5086d2550ae16e', + '57958d7e4c73fa606ef405d77ea4977ac96b8813fc1210483a037e7b6c502ceed8f7b22bf6655aa37e38d495c6', + '6d32ba0c063774bf8d0621b208d72095f684faa33ca6f3dc62fbdf95ff0c3733720c6c34d3027b6f2a2bc29cde', + '6b97478fdafd3a85d0d9b339971a70c2fd24d542abd3e20eb2bd630f67b86668719df258204bf66201ee80acaf', + '89c77d79de98df18f0cf29a9316d6dc46b61eb7af7f1e2de2f5ca6c525bef3c996338194193fd85b9c6e66a811', + '08cce7d7f3ccea0212cf0299f27f3d3f393a97d3dd71caf1954e67bc8d9a26db5edd7ac23dc7693372ce9b040d', + '1a2e86f6ab2db235e5d7f00cf438680fe5b442dcb1f8c3ae7730b92f097a1a8eaa9be8d216f2576ec3aa321567', + '3270b4e48d575f0312659a6202adbc4e877d69298de4090ed47278b4433fff95802e844fbd73fd4ad5532b9b97', + 'c704d5793539ef3909bdaa7c29e9c0a0c441814c37bcd062325f6e2e16107be4a2aa3949cf4d14b0f8f8df283e', + '5b2cced47045bca47512fe226c1f415ef127a209bf885b8a76f5a24f9c6bce61e166bc3ca75471ddc14a001c7b', + '0d4dd35f90f0a10d7d8030e9919446f3d5e2532472bcef0cc5db84bab65c48dc46086f2768d89ef912b8a23d93', + '5ef946b64ff80e4df8ee98a357f07c825c3acc434d0f994069c0b88ccc0ac5e192a469d93f19d9615fd49f6b69', + '79f87734c46c5a11d86aedead22ed3ea01577ad4ecdf42969650e12000350676f0cf3c04f10a11339baf783914db6d35d7b0d77bb44ab22c18f56d0b8f9d918b', + 'eae255d9e083268f896429ce36645502aff9dbeaca7159f93c7d51fdaeefdbfe14c396693a5ce46e9f1157a687e866f94ca165bff5f7b425092236d2a6a004cb', + '42521bc3f168b2b3434cb4e44d92f526b41c5f10bfe0a0e6b0eb20c055a636e9da599b86e1ed1f78d4f69a837af126afc9c98beefca1fb00e5cd00948321b2b0', + '81b5f12a64f3c347902549a1fabd39ea1d9efeabed3851880df40dc541d23f0926507d62218f7a8a95b1d76959853bda6966a5b2db6001ff1595fa8d3edf10af', + '34f5d28d58364da4b95a48c07e01b0a99c5ace173ff2c9216bc96df8e3ab2ad54abd60308857da336f11986e9f21d1cca6e438c66cba7fd6cf17192f8ad745ab', + 'cec8280c87170f1d4836cdd77abb2a34410b8d5351d96d1a03e90920a71a59ca1ca344b49f9d1352e1c226d75c74e555e601fa268725be8c88d0f094cc2aad40', + '9f65a426106db99dcb2130be14839241d4a92c8becc108d2c9521b8238c5c0df7c2365ec9f20848c0559d6e847dac3103ee31ce55dec0c3644e64c2993c497dd', + '2edc66bcca9f99ee1366992fd0f0f954d3d4c5ca2115c2d053f6f8e33c0f6e7acca135f43427a7cf4b2df11a3165cf2d32f89797ed1a7958b5e105513757edf8', + 'f987eb83a3fd6d94ebf3626b7d34fec23ee06c63dfb4078cb38bcc97bd250fda0e286ecd4e64046a985bdfda8b01b34d9dc0cf2ab3bf5168ef64963bc918f5f4', + '5a35a2909aadd278b810b101ed44e1548ddaf9ba8c882bb142d9243f6b23348672baaf99ef63938e6e0b6ad472b972c7b9c2fc82c23c12f48db45c37a224451c', + '96da746779ee441651fb9ccd2da621eff4091111f8fb795cce92a8335ee7e31636195ac724955bab0394c672d5e5c1fb12ecac7140eb58bbc4807313f86f47f4', + '43aae2621459a8d5b5cc919445f3dabc0165d136ba01e58187d5ffb2b73f15b90951fce5207a7dab3163aca3ff1875d309687830018e17628111ccc8fae8c0bc', + 'fa235ef9f48a666e2e55dbc448ef934de0d22ef5c0ecedc75548c8b364eaba8ef8fb605a9f26c2c8d54171fbc130d28f1f06b9da7e6e3971ab4abbee6d994ef1', + 'bf248c7c6101e6e0281c8955e5cc028d98e5688d3f36d754f05620bd26a1bfa6597d0e52d1e2b80cbb196f0d7dc3e2a0471ee984ea840392ee34039fde5506a4', + '8b4c9c2783240e19128fcc2754c47d68d6acb3365999cd85d3351c74b7b94422765fe5c346197bf3228383491216e030ac9f7cf2dbf03216dfd6ecec954b0866', + 'a5fd99ca57c1fec8159a798792426d296fa1b17d539241de3dea335819b7ed0d92c596d72867ca2f8273924e058f9391a5ab8522fbcfe7d59817f1509afccb6f', + '30bc3e321a8978e235fa1b550064b82eaa0c107525eacc827cad6f1d66ff88e31b092cec663aa3aafc4462140c68390417f4cede020a4a736aa2522537d2394b', + 'c189ce5334f670ed2815607ba9549f07682e11f70259dee3854019a431b3a0ad7bdd439f58772817b73c6dca4f9d10d59cb50c4e247fc51fff47a614965e0932', + '085ecb69492deaa704e25aeeabb7b7795fdcc807b3255f2fb30081f425a9c7990ea104b7785c288c733965965ab8906057e8c99d291e5e7325eced197b51c9a4', + 'f5a07e3741f03174c6efcb1f9f186d1f233b367073c56e814f4204db2e203b048db6a0a387853fe4a6bd161ef903cab46671993942de90d71f60fef1e5102807', + '887c37f1f09920ba51885934af50a4b065e9e2160e971ed8a676cd26ed5554610cc7cbd17b78019a22bec0ecbf70527b87fb432f10b2691c6e6622b49d37dd3b', + 'e9061ef9b298e47af4bfe35903d22e2ea4cedb85c53e5ae16b5e0501eb7ff7615dad22044e909c71b5903afc283c604650ed17079ba6600b303fc97b28c33d5e', + '78bab2c40d60d0770c5d2bafc455265942b0d932174afe255b6c0ed4f1fca7750df031dff408c1e403bd3de2f375c2955bf8422f762772ab27ece35e3a6d6ecf', + 'a2f1635f239f03be853b26aee7b8035a5f267bf0ebd7a8ebabc0b8984d21fcd3c8693c124d544ea67a56e63dd23cb0aa6a119ce9e43e7a5da1f6c65d33d1c5ef', + '69f533836771a3cc0087fc2fce7c42318f24c76acbf8f139b8693db65a7484e8ee777e3989438426fd729a3bfcfbac3f800318ac69f66d6268d7729b1dd46b22', + '2daf08cdc015bf361f66be9cfcdd6aa7f1003db66fc95e23f70475c88cf8bdc268495b74ee1deecfe07e67d1d2001b4cdea316e99afab26c478d693a4b7de818', + '65e35c88ebfc4c425d0362c5cd125ba40a0aa76516347840da281a2419ee82fba364292fcbdf1b6d1a154aa9453b29625d6a76274647575a6ae3a934aee09509', + '84d5824f5b0deb22f4476578e8d0dd192bdb87f93019236a54897e9079923b15f14fd31f9f2adb7f58ac862c8f936aef3225875fcfc58510fbc43d08f4797b72', + '833b09f3a7e41110f35ae33acef5c9a76ea93119548154fb154815ac60892c1b3dbb839493b5e0d9ed68c5757dcc954d621bf778263e7f508b848cc9879a6c02', + '5efd2d24a034c9cb778e6730c3739a2e48abdfdb0e2c2203073083d5f38b59db813c7730b742afed93b195e4f3048591b2b5e84d140bb2c564342fabdb9300ab', + '992868504d2564c4fb47bcbd4ae482d8fb0e8e56d7b81864e61986a0e25682daeb5b50177c095edc9e971da95c3210c376e723365ac33d1b4f391817f4c35124', + 'ceab398e4107483ede64ce107c9270e6022778b61f6a258d3b7045d4ad8506d32ece0a738d2cb948a562dbce8d7b66f30e6694d65ae439cffaa454af09abe449', + '6a6155dc4d59c6bf46caa3de09666326da308c51a23e6ec342bd12b227376e8a1f11da906b58c8c515bdaf0d84dd48904dc6fd614cb79f5ef4285757e30adf72', + 'ce97ded47e101a6d0aa1041138093586046524f54345ec9e860550c9415bfc002d2c0d7beaa4d4dce985d71d89bf19c680429c637d1023350c963c28b93c7e05', + '554e344537a09659920c19b40f2850b07235c3c7209993a6de905c82db1e5faff148e16f2883ce087c6da219e0bb892d8272c591515b5163bdb0c4ecbd1c7730', + '76d8e0342011d2bca953b26ee200e56685b721d50ed4dda7cd3a05633a50f153884998e67da901528004fb7df4090e1ec4c0b11f3f10bd4727842215044fd9ef', + '731ec9f365f28f1cb9c4ebcf89d8648732a6dfa958d2c0152b5e52fae81f69eea26d463e421fba82cdb78f75e5d92304930256a54376a6ea107a995642c45c6f', + 'cc38826523a9097e0f7d075a3a039a70ca1e2b5590a6443e820ba1c16c3b89dbe2c65f37794074ad37e81f0a4786100ff19ae1bccab2eece281c6786d9bda3ac', + '62c1d149567f05a0b76c4fd32d1f365d170cb165cfb38f922f1716225472eb36a127327007f8f5c08479ca7beac4b0aee26f3bb130bbf1ff390ef344c2a4e0b8', + 'af81e327525f3a9104b7282959a0f6600fad7efae7709bb8b33cde34b12f830c1770a342efb6abe3250a0ce7dfcd34590cfcbeb840b3e59cbff03f9cd89aa870', + '17a5baecf916634433dcf133ddc2dcdfcf4a680e088928985138c01d1d09eef3b437cc6290614f14079814c72bb75c45eff255968bb29b7421a1feffa00086b2', + 'e09ad7d2ff8d559a26e0454bcbfff844e8d2415b07872bc59c93e73698f308483bb8f3212ac29050c1cc46f9aaa92732afcc67accc0e139689acffbe878f01fa', + 'fd013d615c6ca959030a520e148808a07e27d38a215634d53486ae8be43a856f3e5dc6eb4fd9874a8a6570276a9e7b25585af7e1ce39d325bd7d195f2c1bb951', + '62e3a735edcd87fca0dd1d2797cc0e574160da9ac23f60e39501a5b77688d1287f947a0791922556f5b50afc434818bc83433968931cd752c9df9f04d8818531', + 'abc9ccdfbd92b6919a5d6c6b5a765a39662ed90080d3549204dfaa5f6d70d48e1af8c84d53369d658765ef11d7b38510d9f431f99598f8cfd4da73d59b3b75a3', + '07c358ed1df3b06d47b5ec763afa07a6677ca3a722524e6103c1056d8c56f6cd0d318adbc5a4a3804afd23a62b9fadf0d358afa8b0eea0f995fb865e5dfbbc5ad2a4f26acd76', + 'ab8dfba4414e6986513a9767af5eaed9720811c4b38040b991f3fd8278b0adfea497002ce0cdd48594b5578ffe1c6cafc0b4513e9bc47ee07a1dd011b250e601881ecca2f430', + 'fc68be1e46a7ed0d4293c6ebab8d7546a7b6e95d495f7d315ac1d8df59ee112cc008176289b1515bf1c281db7c40ee23398cc2c247d9b1af98e3db95f5dff46e42ada2530455', + '6e9ce34b4fbc78ea92d3d14592e1c0725bd053d70f4c599b89d4215a3f11851d6d67278970cbfb566fd40603411465c88ba890cd290ee099d0374fcdf1dd8012e017ff50352b', + '91e87e19a4a4af9b2068f842e624da9a21e57c40cc4d4df57541ebf140e144792ebdfbb49f450dbb1682b4ef3d048b8f291cf38ade4bb69116f9eb713e6a1aa0c2efa0158a59', + '1abf71698a7d52b41caa5c26558d46e8cf27a490d270168c23e4c0c4213efa7b0d844876aa438c61061c7a6e977f4d3f89b7b806572720eb99d308ae1d22cd8d38e293685e8c', + 'f8dff7f41b7e3ef6d558dcd83d344db5551d410eecb5a0bcc2cccb29ee3125c07dc8d2a25cddbe9b78b8e1542372c2caba073afe84ab7befde6250c595cba74f943c4cafbf14', + '9fb4d6fcd697d4522dc7e386ab41dd9f8a637906e0fe123b7facabc719643172a84bffb50ccda872f6edf0e306d91bd130c26b0664eae4046eff52f71ba78de99d5cfc35307a', + 'ce3a2bec5ca00b544e8d392ed309e9ee5d48d185eddd8b33902a3b9d291b711f721451633e27f133018b028b9149b3f32e39d20bc12d3468616c589e1b62479ef395be4326db', + 'b127e4819e172ca09868c28636dfa63b2eefd1ead22dd3f0db04bb3366aa37b53c52fc6956a46845a16a6698fe8c939e8d3e9f512b78f58339a69e2aa0a262fb11df313a92e7', + 'a04b6205d7e712aff28a8d520a79547e41e42800001970b383f8dc9998a7482aa387e3ece6669044fff68c8cb27d5165e9cfbb4ff97a6a77274067cf6bca0a64749a1bedeb42', + 'beeba7959995358a1c238dc2f457f3c0aa6f47372f5f3471b85fabf1cba590589a74b385915501002ba5fc99094f684c45db476804a808f14a75fc42132609f69fc5a2090dc8', + 'e7747f39b1c6c0157a9128c012391e5148200ed5006a193986040a6a22e48cbaed929b86e2e73915381462c4f0e74160aa4aa4d4bc0dae0485e5cbf8ffb4e93d940ae68833ec', + '2f95c1d1d94db8ce7bdafc8af1b7e48fefd96b7ae8f733f72f29caed5db42df6f2248a123f9c4a9c836b4f7d54df7a9f405e71a5b5b29fd91ea57c654fce0ec723aab07f63ef', + 'addfd600416f8511f3f07b03df2248b6bcec047003f49317546c26a4172f05d45f0c8d20136174f04fec550c08df6853ef3290af983d9c48dc86c6f87cd88000069571f9fd4c', + '058f604e53051a0f8550de16b7245fdad3da639a6cc3c84eeabcc5dde8027390da488cc7f30772eb461673a32b7a4b4be47feaa2800878c200239756b9e0e807f964d037ed39', + '986e0d3c3e7645e493d35962291d979ddf09e8a610d5a73d0ae7b397c2b1c35ec6d7fafa7294bc0f675abf4639b8655168814929922b179ae675a202dc4c305623f01865db53', + '7a41ca8776a3dde0f5c7d029f28a9bcd3c4daad2ccf9d604563f95501e256d6e0dbeafc304386185701d7c201fd258d8526464b013831a8bc8cf3292095316d5af4f97352d3b', + 'ee36e5784fcb43427be072aaa968ea52bf3b73f55d0b45fb1d996d4a1928725eae32399c805b26e3bea38465a8df27b54e6a4f209a18d041906b70d0d50a91bb6e6e1078cbdf', + '27e1dca4978d2a05d3f9cabc29cb18c76a210b4eee825d37d915ecf59d1061a0c0740f4be0f81e92f442e872d45da35efc68418e8c8b949b9430b6498f6fa8a32dc9394e561a', + 'b415314e151701a503b62a5c8b5dba5ac357235a533fe2f634b85f04b85f1426cbfef29d7803005eaf3046684593e9543cb9972e451f258383e977bb92d6a1a9c8744b61ba90', + 'e04e9731742a767445247fba9701ae17fc9acc451b8c4ff3af307c5fd3cece277c0d9b5d47aef5d9757acfd3337960b11f65cd1d095e025bf6dfe0d96bf19e08e89f696bb2a9', + 'bc3732e901768fc9b98303d599110be8236c5151780022796d1b22c6e0f43fbe4debe3709c126e0f3dede3e17776e157fd64d67ec3ad6f960f4a53ffd33a105d3ac955f48112', + 'd2229832e4000614fac6db5c0a235e49217fa4a9a831f9aae7f282eec79120dddce9963fa211ef0a07d21a782a5ed85d633ed8b8838d1f885d64aee185955f3e579c11193bd2', + '043899af301424ed13d00066c0c37a448591f27371a284b314d2e7ec866a94c1ab502b67b47a13b8e9a86183a653fc27a4e0fe607a1a5d6064dfca224219d9fbe4f16372843f', + 'b5fee466f106d7a526d468468a16981251815a022073a402c4d7c5f6244af9fb747b3befacd85a3339674faff2f1ce174d661b6dd37d1fc8d19bbb5351f65c9848fad0ff11ec', + 'fd013d615c6ca959030a520e148808a07e27d38a215634d53486ae8be43a856f3e5dc6eb4fd9874a8a6570276a9e7b25585af7e1ce39d325bd7d195f2c1bb95122118809c7fb', + '05915a68f16938d7c6c5d4326904e0f3b89acf4d7063e01a4e38581575bf0e4910872dc9385436a218b7440e4fe294ea95bb446aa22f5b0c4cc90acaef83329411dc25fd462a', + 'b05f0e3bbb12b9351c465ad5eff31e65e55956c5f4e4ca684d53509f8f199d1a3a035aab661c7b4eb5cecc678649cc4a6b29bf00de52ff492f1f93ddc1bd02f776d169146861', + '3714707839daf79122c782416351385e88a81d31c9f641d8dce538e90e63c95892a2ea9b1962ed0ba372f48e9474aa730ae2359d6e4e66e449ee33b859576807e58999614d2c', + 'c09e29071c405d5e820d345a46dbbf1e0f8202e92de3ed3e2d298e43aa4f846866e3b748990946d488c2c1ae5a6e99d32790d47d53d205481a497c936bf9ba29fa9c2821919f', + 'bce50cdfff843885d4f364d69f93bf58a2322c707b82e878eec96d11e5db97bbb54606a3a3ccc3bba716261070a6f759a70ed3cb785fd1354fe56648df11863669b70c803b7a', + '0cb35a02ddc8c7fb7c93aeab77b9318118b0fd449524209d879a1cd69d5439e192741f9c5c64a353a774e28681c58ced576783ba20bea51ed82ae50e30e6a147843130900dac', + 'cddf76f985d6797c9fe3830c210567c5094fb979343fd5a1804c239a2ebe9a0e8ac283b0cdbe802c42e2cc5da800c4c1d89da72ba7489ab80e2aef0488dfa69ebc8434b95c11', + '731bdc9fb219f3667c9a135ecf34c7f52cf638c39c554f1ef1691ae84e5a71ace915d9e91043a8ae6a7b6a6780b684f77b0417072f7e279d597cfdf02508c97bf4928c505be5', + '85806ff2a642f729d28ded0734aef4f6a3f0bb32771e77729b4391cae4b49bd0a15089fe74071e576099a44d22a0e0e3c5d1450f717f68628460b4eae3945f5893e39c5e8347', + 'f13794e5ea5e27507a7bad638f8eb8b86ca5ad73b5a17424c63c74ef494bbfea084189c6fff5dfb2b6a5967cce3a81f9d9cde7a86f6b33927e15ee74e10beb20344bc121e754', + 'e3d0c3abdef069e6e4fa35015797bd8a9d64bc9b75f20b028b12cca04a4fe80ff1bbbd88e9ef1003564d499fec88df4503671188eec5d7d089dd18b812c41db43a3746f77b97', + '51bbdf37124cee0cd5830e9d8f4b0ecfa44c8b1bb86a6433c18f6ee961ab694d74f93316e5833c44c5e83a039e5d1ed104f246e36e17f4c5445eff423982c883dba9707b68e6', + 'e95751c99e14bed0dd9ba102f48e5e440519c53208e03ab7133613dad99042db7239347f5a47f9a8bbcda428ef52f5d7408235e4f3246268864c8c4135d27f1dc302a2d57695', + '9dd10a4c713776700f7e7e0a710a014b923bf228234daf5e807c8eb3e26cb97fd6c93d6cee2a5d7ab63c2c46e91c5b8be5044fe95d2a76e54ee5dc323412f92f7db6ceb03ee5', + '36bbb59925c6432139c7cd1bbc2b1b05c4010e09645f797e230131b2ad3468e7c9f2369b8b4f790dcb14dffcd6a941b262383341c80fd90d6d46fc8a81a25c47edba482c8658', + 'ffa63ebba8239b6896bbec6af1c7b87b9c69257a0d146c0d5c4e8b8a99b43a18633f1f11b6c745ab05c5cbd8895dd96ad89cd87bb9fee30c373378ecf42274dcc02f3ef06ab9', + '30be326c2ffff6d031affdab0a27d5a8cbfc4ba9dec626ad522615f77307e56d9e23f73e53c9f2c78cdeb5b84d2390727db5b3b4f4dae677d5fa7b161eec81b27d743bd56609', + '19fb88775a517bfedeb2cde7c9455ca58d40d150b0a47ffbd0288e42e4725822c48d130eec98b13e7cbb044b846026f97f9f18531df9a9fe464a99c75bf9ff7ebf72e80796d6', + '815c2a911aaf0f8498706110a95e6f9c26c3ef52a3b13781448cb03fd2c887520df4a55144f8e206249b7517ce48afe52c11eab584f4bc0e4d5d706142edb6f0b67a99e82757b2d015d5', + '4809f31e93423cabf44cddcad23da7d7aee734d311fc7babc276a1bd3d35139861ead10369350d421d0af4944959cc006fee3f51b996f66031836a9134f1f7a0240a339e5e077d366c99', + '1ce3f5bce2b176bf89eb7015005ed1ff5177a4746cf8ed7226efd49381e906e02e6359e95081af1683031c381d744b63b4a41d00e059941e4142f009c42c171e23783addabcdb640420a', + 'c8fcf6fcfbf498b33d3ecf12588a596d9fecc79ed43384fa4976138446ef9861ab0c9a8cd6c407cbc72878e2823ab706b5017f949bdd82032019b01846bfb758c7b0c6c3fcf397bffd4e', + '8985c5dbc6725a4e1ca26f5667d6da4938a8d542cab69a6938023075ee99846f5d73bbb8f49bc74d4b8f384aa1ea55ad88406c5ddf4a666b01439e973c91f41685a81d92692c3d734755', + 'e243c480ff1de35ff7bbb71963e145b20dc43b31afc1d4f4fe4ffc46e733b53419f3b99cc38c60869f67c5b72f8a2484470c87e5cbcba2caba61fbb26b534e79178c2f71980af1b570d8', + '2293336d9fd48570e6515a4d7c4985daf0e1230d6b6bd06589e71b8567ca3723fefff320af2cebf81e36005d4407071fc08fbe4f6e0804a43b7f491d389043e8ed71e283ef328721b542', + 'd30c4a44e6429bb5a319252763da22b8593b7884c4ca9124698f677441edde996fca574374f08230a6b273f2dfd2f9f172a22bb3636a435bd70ab070c9e066e0ffec79453c32ea66b860', + 'cff586fb91a1e9d43c36a76a4dceb9e123df15670324d1c75fdb8c3b58310a8281fb1e33e6a6cd514d71b01fbbd99a363a557bd4da448477f6248cabb804b320df3c45ffc05be17e8b61', + 'ece40441a168c83e0e356e687788081f07f4b299726c5f8fd89fd836ed84017157355e455700d78dacbbb8efb459fc0ed5bbcb011bc8410522c0716e37cdaae4badcf9cbc6aaee031522', + 'a3a9c55995ea04d6ac3a93ee579f6e7c966ab5edaf1801472377f86ae00a1f97b8adf02e127c2dbcdff27334d04e127dc63b1c2d8bafbc95bf14c9fd15a69b30bf1c1e3c268a2473df86', + 'ccf7c4e2a8e7a27c7bc54422214c880e7c2582d0680b1395f02dbda8c2d3b539e0453a5e99e92657b8abc316fba1dfffc6ef23ec19e9a074c078ab6dc9bfebaf3bfeb01b05b686dc350e', + '8a81d2ad65585e1e1383783faa17f460c39560ab730f95657d8c8c71c5ae731608920002cbf8068e91a446435104879d2712e9104a7c76493e02fab64b2014482dee8e780d44ea88b021', + '8281addf9835f1308be680dfae2dde6c52a58b698c9ee3d3391643a240e56d9f17372e76893f3e0cb62a67125b52e9db53b51e6a5ea55ad022c115b56f234c34c7db24ec1e9cd153deb6', + '183b4cda5c0282dab62aa4e48a19d3a5a00aab5524046e45f1085eb70f8f6af379340d9724ad742f3effdf05b3f2493bf6c34b16fe1a3e9d8f3ba063ba80b8a1a7077d8792a8b5d4142a', + 'fee603258582e3a3e8feb886599d4ac405a1634c320e85ea8ab0dc6bb65f72012f82a2e951d2cf4ab2615661b1dac0db520a3d82499f4e1c5430c190ce7ee24b82faf0e2bd87cef9a780', + '832f87d596449aeca656e0e0b4ae92dcd16a66889020a9d2bbc48eee45ccc69b809150a990f993b82053aa425382ffdcfd5e1bb81457bc6f615c28fd7bfbc20df6c9db78d804ca084c77', + '92a0e01315efb0b347666581560b44bc582ab63e8f8ea651ecf72bc3d3c9673d1e02afd0646eebd17b1e40e73b16ed62854673ce84bcf9c83317ee11203ff0e16f53ed7e21e3880c9760', + 'ce4c926c0922ba36269a20d60dcf08d43a1cea120f266af76f1c8acd883d1f68f09b8209f41f87822dceb39a544aa9b2569ce6a9ab30aefee421463484b8647b112fe48c6bbabcd55cc8', + '0649b582dbc59816a8042cac30cee6772a0ed8cbe8e07bd538ecab8a88f3f3dd4da70b35a5c09f1e3a4c523e6a46038ca66b4fbc184957fd8999c3e781ce07afb0eee49e8ca132c13c88', + '3d7094e005eaf0b1231cf60536f768e62f79dae86374660bde91a2e2fa94cff531e2536530406ace2cdd187179936293596abd20125ec7944362351b77a40cf7fb131523ed1f8a3696bf', + '74d72be7fc8f4fd566f863ef53bdb361137cb6d96b79efdd95941161897866997b16710ca552d3ea46fb6b9feb01c1a8ede2a5a53b6613b0598c5aeea9c47d63ea5eda0bfe430926f0e3', + '94869ff7b6164a24e89ab734f20322421bd31581548139c6b41f6d46243a15a05c02b41e0eaabe376012a759a0a440e6337c437dcfcb2c7aeb7d4bc0731918b6bfe9c68fc65c1bcf8fa8', + 'fbca586edfa57645037b6b3cd70fc341e4d4ec97af4b3dcbe18b36e9a6210aef531b5a824b6044e023439c16045779735184f43c8a5a2ca171a68ef06b4353092833491286eed76cb3fa', + '624248769dc2742a13e6b69b5e7212ca459b36bf86be5dd8d35273601a1c7a6309a12cc1d2e1e2822b42b46999cbe2ccef9273a311781bdefe1362fc0eec03d978eb92c7160f62e16d62', + '25cdcc9cb014784dbbdbb13f56ffaa63fa234c916f02367dec0303e8810fcb13b29fec7965190abdfe5c54e2c89909ba97663ba1ab0dd46bd82ad69ae475e7d431dc0c959bd5b522a4f2', + '3ac105a2bd07056d3e1c3ba547359dba94e8f79a6c32ddd532bee4ff37641257d2f192a5b326ac697403f5317145c34bda2de49c068390d00adb9bb48b17efdfd02d3a981b2ae4f43a77', + 'b8d9d674cb623d7a449411fef509558992b7f6e314c64f855c9ff2511946a681ebe9acdec9b94732a0f87bff3c5314716c73ea9261cf64bd58c43b5579e780b6fe9ae16c97dd28a40d67', + 'c39ce5407c0c03ddfebe82dcca408c52f26b64027e38edd00dd57079c0f89a825374c46e8d0a7834db8130f038f860d94f7cb773e4d6a20670a6134e0bb680748f882e3dfb31af82156a', + '318608b213046a3badd1655c51135c7e1492c6cebc0f2f36e0d77f8b4a987f08a07299fb4451e0be787b50e9c66556c69fcb930542ffddb1df828663fcd1e1b6198103fa8f8ec72dbef1', + '81574323c973540719d192833ddb51f13a52dcbae294aebea51be5f6aa47f3571f5d97facdcf0c7befbe809f44bdc73963d8514e4fd559774bb96087ef8eda6e7c64275d6d96c42b4e4e', + '44f71c2317cde52151c84260d1d3c04a28cc15ce5b3802b2e5357e2bfcaf10ab15d77dfaaad1a3883bada502939948234c559dcd95e7e158338fa12ac6fd21874ec2ffabed051416ef77', + '7edeeb6b63c3b9c836c4843ba46bfebd8ca9a6e205c7ed68a29f9710f50c65ac519ff17ad494d9b0a5041f587b5cd05e5f0de4e8b28566e5715fd5e9b8d6c9388580d921bf39bd8d775c', + '6e1b663e808a6986f29956b7b9708066696f9dfe0d7bcdb55696d8bef9b3b7c052c857884d2499fb86039d4eaf604079330ae3e818fa6f742ae49593560c5bcb545bd46d89b22e7f2b7e', + '208f91ccc87965d365cc325d3262b64277f6112b0b9371a4174cee721c2eb32638735ff2a5f8abbc82f24c71d6dc1b9cd2b473375666dac0b789e490c0495569f6a4864e20da0a97071e', + '915794a6c6540f1ce9958c2784cefcc13772198cabd4fa17c88de45c281d648dcbd59a100cf4d8c8d3106c960db7b91f59578dd0045bae203897b61570e6210a2f11a5aff2f3c25163db', + 'b1a95aa80bac5acb7a18332fc03067600610f376d99e77a272be96063ac5a0ca8d316e6cbe978e575cdca1b8b4a8008d9718a6fe5eb34af12aa0cbd97116d1ceb613b2e3975192b40d76', + '9e4ba7d72b76edee6a6f290ed318bedb0ad88c8411f9c449bd4ffb3a661b7e41e32ee662b552ec4283e57ee6c7c712bec6773ae2c578789b7afa5425c1b6adb3901a4db42da6c0559e96', + '8fa12bc017bfeb6c894020e420c5f76f9080e8733b998ef3a7d0b6563063b66afa3200a82a21f6ba56be003a3924dcbdac1f3610d29079c19213e4e14ae0e009c1ef919b5e60ab4a9819', + 'c18bc28d496beedb25ca42d1b217bc81891d4c2bbb35380e5bb9bf7e3dbbfd37fef70ef14407763447d6c06e915766430277f124165061236b9fcf057d785199b4381e49a2bcf3ef85d0', + 'dfd4faa6b9ebfff6eb33d4b536f3f18785fc33e82ddf3908735d0fd94f1f09666fa8f2667f876611a8d17d3256ceaa7e3ff3e224a11000a5cacb68e6de4dea84d53bea67c3e8be9a5cc9', + 'c96c04a3bb0816fc47e05913a715fbac9a3ad09db75b48e8013d9f27bbe8532d7e63dbea88bf968f575602f377552e35987872a4e3155ddb8e5cef30aedd08504d4b2123bd7f3af62bbf', + '9319838432ca096960e2196a06398134ea06e4e8799ba470c54f0512cabb9045f529b6c4e749b6e27626c11df4595bf5b47c04ffcbe218351485f49077405ad96a3f17bcb7b3e21e80ca', + '2914da23e86a603cda1eede153be2431c2947cdaeed6a1ea801d18e2c218220ca682e40f0a51c4c13a31163cb730f83437bb7a88ecc903160956f0d483137d1d145ce948866ad57f2eca', + '4b7ab133efe99e02fc89a28409ee187d579e774f4cba6fc223e13504e3511bef8d4f638b9aca55d4a43b8fbd64cf9d74dcc8c9e8d52034898c70264ea911a3fd70813fa73b083371289b', +]; + +const _macs = [ + '05d1243e6465ed9620c9aec1c351a186', + 'c4061427764f979468ac422891dea9ca', + '1a0d427e79a7bdca7b11579339d0ff77', + 'f0d7c63677033ada0b502a4e95b20e43', + 'f6302c5fd7c8495e233b5d6129f361da', + 'fbecae19c2ce766d286c8ce70133b669', + 'cec1ed7aa0f1cbd6b7f667a079a88577', + 'ae73b3740a7a8a07223635faaef0ba71', + '4304f9864598f801c6aa1a692aabb8be', + 'edad94e7c30813be7c5ac58df418d8a8', + 'd78d7d266cf83add4355e7395b63adfd', + 'b7de3be2fae6ab41aa6386b8460223c6', + '380eaf65a9be83322508498748504b50', + 'b452d180b9cacc10cb012f48dd19e4cd', + '3f6417a99d7186bc36e6d0d61467360d', + '28f1b663213043c4d4fb312bd36d85fbe62c8008ce82aabc', + '7c2e5f1fdbda3c153536ec7136091eba0ba525b950bfc84f', + 'dd3334fabe8d0d51084c1e99a2a7fa8548c4cbbeec854fb4', + 'bddd77019ee3e2a16e65713089b23f0ef13e5f3ae6da5052', + '7794f8fe7ace77512eb98a5459aaebe28ae1e8c62832b5d2', + 'd0119cf3ad1dd9e917ab325c0b85927819ed606084542944', + '335ee9a4c96bfcfc38c76f7ace6c84adfd0a57a94efc23b2', + '5adf1391c94a60602cefe1bcc610060de90a4b7b8822db1b', + '312cd3f6c27e3ece5ed08f1020c815277f7e98bc3bcd0248', + 'a80b1a06ed13f5579a785f7965ab180908a07f152ea81e2e', + '68934f2d0de64c4e4eede0b1d867630da790c111371458d5', + 'de9a7e21d30725d253fc4d09a3fd21530d788795d672c057', + '61a0693f740c3b121238cc904e98c671563d506780960a00', + '014d599f9490a22b69824f8cce92f30c0542cea92b621a10', + '431d287099550ba9e523dd1308b0514cdc5faddb04ebc4c1', + '769f00d3e6a6cc1fb426a14a4f76c6462e6149726e0dee0ec0cf97a16605ac8b', + '6b142d4dfe217f1881aa0e6483b271dd5d43f70b85605953a0fef272ddde46ca', + '20153bf8ea2953c48251ebcc4161f8b6e28499e5c76c24014cff4a9e2f62d25c', + '7e8cba9dd9f06ebdd7f92e0f1a67c7f4df52693c212bdd84f67370b351533c6c', + 'cdeacfcebf46cc9d7e4d4175e5d8d267c23a64cde83e867e5001ecf26fbd30d2', + '0c19ab5d4ee7b64396eff7b2ca9efa5ca7369c1a1ed14952445d2fb5ece9473a', + 'a9c9d3993fe7ec4c2033ccf3b73b3407cd999d67455b43a75d6ba97efda3be63', + '468d8498d46afe74a0ffb541b847bac724faeabd48c41322bf534b284c4e9fe0', + '29973999c4ec891154b83ebe5b0201cf29205d68e7be2c1d59bbc81658d6668e', + '50db0ecb5b31524a6914264930abccae0da07f01a2bbb9408207156f8e8a340c', + 'a5772a3da86365b46638f1e97037fc0d8351d2e19ed929f85448ebf4e8379a8e', + '5f1b8de0e3b07da6f9ce1a494be5712e54ac16080bb4f6d5373620d86d5ea5c7', + '8e44d685fa79395b4761cab89688e37509e69ad007a2794c8c0b4152b67036ea', + '905d55da5d290d023f6940fcb904c50e70181c95000eb1e6a33aa01077692736', + '9045dd3fa6e8f2ef7c57b03932d244186caa1bc1d4b694c47e1f2901d9eba193', + '0b3b220ee7a4fdcb0d17a5c8b595b981', + 'a17d0e0f021184a3937222de81be627c', + 'da4571749322008e73dd436a13c5f11d', + '20cccc1ea0a8a89b3bc5fe3d5a9c2b24', + '5eeec5bd9583ce715d613d4c04a702f9', + '64d5ad7697a29529ca3ca4ff65e7d735', + 'c4fdcba979357f639cc6d89e7970943a', + 'ea411f749902bb0d2fa36e07e694da8c', + '7a699c1ce4e323fe1b9ff6dea2038aa8', + 'e2a380effe8de7d29948c5d9d7bb39a9', + '54e871ae687626fee5669ce20cc48041', + 'eb5b96d2f51d56464b95da4927ec5a64', + '020d5aca34d8c7066ef5d8c9b3429669', + '0d700ca9ffc418b29fc8e316acbc1abb', + '6696e3812da4807f05b84a29ad9143ae', + '4cd095ce641f217f8b5f355152eed00b1d9fd721a08dc5a0', + '646abbd426255d2e369b7ac9eb3c3af19c7185ecd28bd82c', + '3d731839c004ecef8ab60fafd811d0bbe6e306f7cc802bdd', + '0a4f17a280f9017f1435cb8a11738fda4f14e3f222f06b86', + '5007afb09312d144091f2b35618c26714bab8784d8be35b8', + '08c4699d15dcaef9e99556ece73793e006c86d25c8be3fc7', + '66a57a169d8d0ba263dd954b342919f4622592eed20c1981', + '7959e5367720f3af55ae91843397134032ee73de6a8db8ac', + 'd39eefe024ce0b545d77ce327f0731c5581095ca734c21fb', + '3accf0eec5b26ea6c936323b42636e5899f4bfe7e7cbdf3a', + '55adbc7d757e6904448ebdbae5a8773a1781f952f5bdeec0', + '22950977bf0f3fb8f4fc53ad2ea2c91d936aa98d06ce067e', + '646031963fc8bf827a30924763dca11b589358e7029daf1b', + '00aafb9109999ccf61f6689b7405ad2fa54129c3bc4e67b8', + '1c8b29577349cf99f80ca11477f401f61e0b1a4d6974fc61', + '737301dea93db6bcbadd7bf796693961317ca680b380416f12f466f06526b36b', + '7786c155d10c741b63ec650b7b1aa3bfd71ac71881ad06ae98fb082f17e0caa0', + 'c02c6022ee0de099e3027850be95a29ce800118ed3a97757dd8ab9e60f69a005', + '13e0834e4dd72a2ef7872249bf895da4432329c6e8ade8665d702ba33bb677b0', + 'cd251e66c421bad1b37cfebfa3c04ef30b8be4e5526b10fc48fd5bc5d6f04bb4', + '9d283d8e8e473a16162d186e96355b1885370e83954dbd08622dbe64f0aac695', + '6ab8f69868b4c87fdec9a031045b34b66660212f687a83d561bc4f9caad59fff', + '4746e6f151caf29b3534b2f493f7cc1308fa119116d251481572a1b53a8a1b3a', + '2c723282159ceabc5b367b95cd807f249f1dff7f9ebf5ba179a43081454e1b05', + '22de07c3055a8935b52bb2c85a9a6b7ffd4038b5db4069c07e9e86ee1b171d25', + 'dd1a8105ab753d83d90ab39adbc748940fefda05bedea7eeebdbdf54b02d9ae1', + '441c7fdaa40e50bf1eba073509769b1c0942f3a16e1e183435819d3b5f8538cd', + '15c62ce7a3bfd5b3b3856d6f47cb19bb7030dc469e35a27807511f81ea83091c', + 'd5596bcc39af2782df1cd9fc8c37a8f96789275422f511280971d8429a8cb661', + '223dfaf583140a769c805c33f1f30bfb2f0926b088f55439dfeb4f5a9ceeedf1', + 'b5b0c43028e81628dce82517fa36aa29', + 'b84003c417a472fd2935341962744330', + 'e1c3c6d90820511c8d685c73bb757ee2', + '5f840796e0d35c807b3d715727432e68', + '5a33b8f7cdba999ed61fab3869b8f1e9', + 'aedb7ea80734d1a65723da4f3ba18f86', + '9f19ab5e517e884cc1b1d3124ec9ca50', + '03243d10c48609e8f4182638c23516a2', + '03364863690c439b306a2967daa2418c', + 'd360c381d230d21cf828782ae5e389f1', + '3df86c710d782309023d65fccdb91db4', + '83467cdf51f59916b492c5aba554c606', + '0d88a7f3a8369888b4c3223499412256', + '84ac389ad6e42798a97784941bb76fa4', + 'fc38c3bddbc320bf7373834f3c83ac67', + '2c2bc8c87017f204c958abd9aab2beb6ac67781d8d9d804c', + 'd722b57c48128b37ba38770cbf4660697757bab95c00c484', + '3d6305ad9dcb3a50105b92f331009a3cb03ca7ec36882fcc', + '35fa859b3e4a793b2329652cc61f9f68816fed67fa402e1b', + 'aaed7dbe184423f0b4c9ff72dcf4557ec123b49682fc24c3', + '51ac4d2b5923a5df8ec48c14ec514a0629f8e385a9ea4985', + '20dc2be5c7f0b2fa8eaf026c152a09cadbdb82e52538b393', + 'da713e318a9e5b4b4f1dfe0a2af0837d70fde54442f264ff', + '5ebf7b7d25b0ff498322e4264bda56f7512e9d4ce3c9d51e', + '4f0a78dbbe767218eaeac0400656c4b4b23f908a9e7f4708', + 'e6e7baded94fd4042c2d3ccb586d8ca983e8033e4ccffc68', + 'd9eafa06a75b5b671be1b1f1e6296f17f71ff467417b7837', + 'e7928a55a3e4274394d81988a08196e07d5a5df047140690', + 'b4c5612cb1c1dc4333450daae500cdbcfe3ee1e3ef7a0d61', + '3d0a38dfe4a8801ab9f9dc1446c535d792393ea8d763db4d', + '2f8321f416b9bb249f113b13fc12d70e1668dc332839c10daa5717896cb70ddf', + '2d3a760595f3fb19293cc6d23651222a9f5a4f02284457a9c1ed4c43ac993ca5', + '6dc2b05619ad5458ee3de70b0c1649b3788e1a5312e8924b5486905506970881', + '837ecd647e03fe8df9a92c32dcbc87d0734851ffbc17376e03218cce9cbe974f', + '9cd24a0efa26c107738f5335526b57d8c93e54fef8c1babbbbb2d42f3a1d03c6', + '1cbd4f923d683ca38aca6cd0ad81151062fd642b155b2a950eb551ca8216b0ca', + '4f2501d2a88cb13046a6549f90e4ea924773408bb684025b5126a8fc21f48670', + '83b1403389173568588e5b6b8cf9da180408c79f91d054ac5cd99de0b728ff66', + '2f1a4c2bde7c8bdd7d8a9b6315b19ac654266120c652fc24ab19e00ac11c5461', + '579d35cef5b6f8468c8285829861e93587c8dee5791208406a7f4bfafb70abfd', + '810d7bda3421589a7dd60597447edf2b987f1e7283f3c65890248712c80969c1', + '055ee0ade716231bcaa0a7d18161004127a37e7aa12773433a376073474d3d58', + 'eb5aaa4ee702ff7b5324bc72c98fe87df6d9cc342b053ebce6cbf27fdea0eabf', + '26db47a48a10b9b0b697b793f5c0231aa35fe192c9d063d7b03a55e3c302850a', + '0e445d77789a6947da70848dc4da5dc9c125869bb6945b04304bde93829a75d9', + 'b3a189a17e8d9e986cd31bbe01b49fb3', + '7aea0e2d93e9a6a3004117ad4a4a72a3', + '04c8f6ebcbf13fdd2ab1e5c5c25bc7ec', + 'c7e82b7b2478c319194fed944fb7c772', + '589afd7086a58d77f046c59a419504a1', + '8cbd8f921c55d36e5b7db27f7891def1', + '1c649a21afe336c72c4593cb3d3c9462', + '9ca6f24c476e59b5b068c37b0383ff4b', + '48fc1d0123e5c7f686d74f5903323f9b', + '41fe6d923bfb13fcec839d3c272383a6', + 'b6aa4e0beccfdd37588699435e2d40de', + '98323e25ea0635d6abe384e8960f373c', + '591d11b2bd18f982bccb6b3a44f760a3', + '3d4a25554afa0abd26f72377c7180e19', + '2d2ac1291e545de46a42ce6c435518f8', + '08e3a1718c6d1cdef2c0c67660f7c1e8a45963e5ffed54a7', + 'b579eaf7706976152b1622c17fc47c5db3802aa3f46f6a3e', + '53f3436a128fd497c5cd1a534558d6a6bdb5f086efabc6fc', + '5a841e55fb2250c431fa397f1d0ec858b2c4a08e40dc897c', + 'dbeefbe2f550671d7fcd3d5bd66d19ce9faf5e6b29308ef8', + '95beb7fcb2b8d049adef7e0f33a7792c8d71e10b71ad3efa', + '2f8d11fe7f6c07bdd0d33dfcb3fc7dec51fe2048d1e8db44', + 'f51032cef423d7846270d8bb43f7d8426e392fd92b753a57', + 'a87d01c705415dea8cb9f0e2b6663b629f88a5ce793ea8a3', + '97f3b4e61b5885dc4c7f69f79a07d7a40c2d1d2e3936b91b', + '1fc68ed1bad0898d691970b530b54cef7c2733a7f1ffd276', + '10ab06d732cdf46a1711dfab98e136c4e6ed856ea0678efd', + 'aaf4fc8d00177a99d1c895d72b3a63e7ce15f1bc3946f338', + 'edfc7a2815d6779681590f3855e668f2c2d44e64c773e711', + 'ac38d22527983468cc48efbf64cbe1307022327207fb7f94', + '49ae1c4a7a570fde47f7517ab18898b1b991d03cfcf8c45bb3615b5f755da682', + '37f9f32918308210849dfebf8dd456804babd6845af07218f9d9be9df9743d55', + '5c258ba6241f65c2ee5356bb47332236baea227857e29506165861a4c7379c51', + '3c5a9ac2a0fa2f58825233ff676bedf93d8845a409a42a05a9ae5218cea14680', + 'f15a210fca2cefc4d92bf14ff572d021463bcc28f60d034e87222dc6076eaffe', + '6c63bed6c6082bfb085cf2426ef3d0dea97acd717a57ff0aa624d0b803f2ea14', + 'd08563dad7c32c02b305b87fad504918fd566c433e98a1367a3dbbadb26e9b64', + '5717fc337916d66b4e292e69d507b1c81663d8140536670f3e70e33b04c83ac3', + '3e0212e7982f43fc303d5e8457d2ab630aa257302ac489c74976cc5678823931', + 'd965907e6d0f926a7ea719464b1034a5879c865a00d4df0342b2d4f4bde0976c', + '9c22961d48d0651bd592fd369129e44822ee22d35c142dcb6b60a725bf177c85', + 'a6109ba372c4564f4ed8c875619ff5bb64d503225197ee9259dd50264eb1f4ea', + 'c580c8e0f6a1f36403322f7b0ae3d06dd2dfd16ebc6dddd205704e97dc2998e2', + 'a51f5988a8f0f3992f549ea7f8c370a06d5ae8d65880067997536385d632b206', + '974752b18d0dcbf29cc6104295e041259622cb7733cff63dbcf6808b15a5ad45', + '7966440df79b13e95c41346eb792f3ec', + 'd7baa0117d008af786c2bacb38b9d386', + '7588b290c3adf86198354e3eee4fc06f', + '99066156163139a8735711534c022937', + '0bfa572019e6d0f987f79b03ad67ad09', + 'ec8356beca9d87dce7d010de113b9fd5', + 'b7a1d83414cbbde7a7738c7e77cbfe3b', + '495f4ccb0530c7b1f03f3285faaae818', + '836034775fc41e033c56ecf21d1874aa', + '43385c80a077720fbb417848e4fa0138', + '9014a5bb17057eb39ab9fe59436e6c9f', + 'e4c09bb7f5ee13351baf8f4fe7386711', + 'a43a35e87ddb24ac3420c60c99090ba8', + 'd02c59ac11fc434a37eded33245701bb', + 'c6d5ed018b85568d03fce635a1332e1b', + 'f914c842b78c3b91fe6626272c04f6bfa39c586d4823ce0e', + 'c68f215b059881c9f97117b3c6d9d6deea2e0945e3e1972d', + '3d516a213a6b8c7e3434138238ca5e339fc21038fb7bfd21', + '94c47b509bd0c9b7aa95289a00a8a54efd425481307e9ebc', + '9bd70f0386405c04d1bfcaa538b4099abea343c5c4379482', + '59526ab645c2c0f464a48e411d111abe9aea19edced55383', + '8ce0b5dde0328c9de6d4acf84ff61b3f7d01f9e9e8e36b91', + '549afd1666a491b7ee9ccf6db2a33b2e3c2a21cfa69a1b17', + '0cbfe6e817d297b69d5bd7740bb0e5172d86cf870a9c4da4', + 'ed1fb08b8473af53d2fe4c607e5ab9639cdd11f728462294', + '4cb070e34b3a2ecb460670ffdd457f23c9a1174bccd35f25', + 'e5d5cd2e163ec1c883388f5f01980d3bbee914586ddd5b0e', + '64ae3ccfaa118acc556ac50e53cd9fdf7d7e3f4b785b2e20', + '0d2e37440adeb6836d7f47d9c516124ebbd64abd435d4c98', + '95b0a9f0ed9fc80581407664300488f5223720148618b1b9', + '514bd18495f6de0e237054b8e3ba1a74c3fada4279ad6b8550f3a14712c528df', + 'ca0053d51f6cf6f9998ff1e0db00b90e82c7b18cb5377acc8ebe9afe20da1c3d', + '5131ce486de164491b4bbc84e7e461a874a2cfdd769355584a063e306960acac', + '665344e5618e0c1fb8758d049409a484fa69b89b009746067ea036bfa0ee8a37', + '42680195f431e71b592899686af630e15996dc718cc29030163d677688a33021', + '2ca1bb808448eb29085286594de21e254fb3416f9ab01e99ea33ca83c1d14dc3', + '988d4a6fa87f8138d754c5de9d176c45eaccf8eb8ca1799d87c8f04a966b6f4c', + 'ee6492a669e22bcf19bbdfc45495cd0efa9c2f2ef5d42831e3f13a545cbcd6a1', + '9611e838fb1d816a0ff9cd269217d93258c34df9e26b74476fe4da0f7dee2335', + '0bb4127d89d9073ea425c303adc3f9db39e40adac23ea61fba8b6e251d79390f', + '109ebb4cb2ad746762b6652fc63b99019857ae89acfe9807648c3cfa151fed42', + 'b53db6bf0c8317586ae6c1a1e2857f241bf55dddd1b423578c6949d4bf014611', + '4a34bd4dfeef7fa1dc739280f16a3fe1281a51311c10a920ab43d406d4ae3370', + '4de7bab7fe9a0a9bf7b51a7cdf7d929f2b1c6ff4575fd527baba1efdf4254890', + '4f1ee7cb36c58803a8721d4ac8c4cf8cae5d8832392eed2a96dc59694252801b', +]; diff --git a/ohos/flutter_crypto/lib/hmac_sha2_test.dart b/ohos/flutter_crypto/lib/hmac_sha2_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..d6c53d91fe01b046caee04b7d549fc3a43a80b38 --- /dev/null +++ b/ohos/flutter_crypto/lib/hmac_sha2_test.dart @@ -0,0 +1,151 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:crypto/crypto.dart'; + +import 'utils.dart'; + +import 'package:flutter_crypto/common/test_page.dart'; + +class JKHmacSha2TestPage extends TestPage { + + static const String routeName = "/hmac_sha2_test"; + + JKHmacSha2TestPage(super.title, {super.key}) { + print('start test666'); + main(); + } + void main() { + group('rfc4231 vectors', () { + testCase( + name: 'Test Case 1', + key: '0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b', + data: '4869205468657265', + hmacSha224: '896fb1128abbdf196832107cd49df33f47b4b1169912ba4f53684b22', + hmacSha256: + 'b0344c61d8db38535ca8afceaf0bf12b881dc200c9833da726e9376c2e32cff7', + hmacSha384: + 'afd03944d84895626b0825f4ab46907f15f9dadbe4101ec682aa034c7cebc59cfaea9ea9076ede7f4af152e8b2fa9cb6', + hmacSha512: + '87aa7cdea5ef619d4ff0b4241a1d6cb02379f4e2ce4ec2787ad0b30545e17cdedaa833b7d6b8a702038b274eaea3f4e4be9d914eeb61f1702e696c203a126854', + ); + testCase( + name: 'Test Case 2', + key: '4a656665', + data: '7768617420646f2079612077616e7420666f72206e6f7468696e673f', + hmacSha224: 'a30e01098bc6dbbf45690f3a7e9e6d0f8bbea2a39e6148008fd05e44', + hmacSha256: + '5bdcc146bf60754e6a042426089575c75a003f089d2739839dec58b964ec3843', + hmacSha384: + 'af45d2e376484031617f78d2b58a6b1b9c7ef464f5a01b47e42ec3736322445e8e2240ca5e69e2c78b3239ecfab21649', + hmacSha512: + '164b7a7bfcf819e2e395fbe73b56e0a387bd64222e831fd610270cd7ea2505549758bf75c05a994a6d034f65f8f0e6fdcaeab1a34d4a6b4b636e070a38bce737', + ); + testCase( + name: 'Test Case 3', + key: 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa', + data: + 'dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd', + hmacSha224: '7fb3cb3588c6c1f6ffa9694d7d6ad2649365b0c1f65d69d1ec8333ea', + hmacSha256: + '773ea91e36800e46854db8ebd09181a72959098b3ef8c122d9635514ced565fe', + hmacSha384: + '88062608d3e6ad8a0aa2ace014c8a86f0aa635d947ac9febe83ef4e55966144b2a5ab39dc13814b94e3ab6e101a34f27', + hmacSha512: + 'fa73b0089d56a284efb0f0756c890be9b1b5dbdd8ee81a3655f83e33b2279d39bf3e848279a722c806b485a47e67c807b946a337bee8942674278859e13292fb', + ); + testCase( + name: 'Test Case 4', + key: '0102030405060708090a0b0c0d0e0f10111213141516171819', + data: + 'cdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcd', + hmacSha224: '6c11506874013cac6a2abc1bb382627cec6a90d86efc012de7afec5a', + hmacSha256: + '82558a389a443c0ea4cc819899f2083a85f0faa3e578f8077a2e3ff46729665b', + hmacSha384: + '3e8a69b7783c25851933ab6290af6ca77a9981480850009cc5577c6e1f573b4e6801dd23c4a7d679ccf8a386c674cffb', + hmacSha512: + 'b0ba465637458c6990e5a8c5f61d4af7e576d97ff94b872de76f8050361ee3dba91ca5c11aa25eb4d679275cc5788063a5f19741120c4f2de2adebeb10a298dd', + ); + testCase( + name: 'Test Case 5', + key: '0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c', + data: '546573742057697468205472756e636174696f6e', + hmacSha224: '0e2aea68a90c8d37c988bcdb9fca6fa8', + hmacSha256: 'a3b6167473100ee06e0c796c2955552b', + hmacSha384: '3abf34c3503b2a23a46efc619baef897', + hmacSha512: '415fad6271580a531d4179bc891d87a6', + truncation: true, + ); + + testCase( + name: 'Test Case 6', + key: + 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa', + data: + '54657374205573696e67204c6172676572205468616e20426c6f636b2d53697a65204b6579202d2048617368204b6579204669727374', + hmacSha224: '95e9a0db962095adaebe9b2d6f0dbce2d499f112f2d2b7273fa6870e', + hmacSha256: + '60e431591ee0b67f0d8a26aacbf5b77f8e0bc6213728c5140546040f0ee37f54', + hmacSha384: + '4ece084485813e9088d2c63a041bc5b44f9ef1012a2b588f3cd11f05033ac4c60c2ef6ab4030fe8296248df163f44952', + hmacSha512: + '80b24263c7c1a3ebb71493c1dd7be8b49b46d1f41b4aeec1121b013783f8f3526b56d037e05f2598bd0fd2215d6a1e5295e64f73f63f0aec8b915a985d786598', + ); + testCase( + name: 'Test Case 7', + key: + 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa', + data: + '5468697320697320612074657374207573696e672061206c6172676572207468616e20626c6f636b2d73697a65206b657920616e642061206c6172676572207468616e20626c6f636b2d73697a6520646174612e20546865206b6579206e6565647320746f20626520686173686564206265666f7265206265696e6720757365642062792074686520484d414320616c676f726974686d2e', + hmacSha224: '3a854166ac5d9f023f54d517d0b39dbd946770db9c2b95c9f6f565d1', + hmacSha256: + '9b09ffa71b942fcb27635fbcd5b0e944bfdc63644f0713938a7f51535c3a35e2', + hmacSha384: + '6617178e941f020d351e2f254e8fd32c602420feb0b8fb9adccebb82461e99c5a678cc31e799176d3860e6110c46523e', + hmacSha512: + 'e37b6a775dc87dbaa4dfa9f96e5e3ffddebd71f8867289865df5a32d20cdc944b6022cac3c4982b10d5eeb55c3e4de15134676fb6de0446065c97440fa8c6a58', + ); + }); + } + + void testCase({ + required String name, + required String key, + required String data, + required String hmacSha224, + required String hmacSha256, + required String hmacSha384, + required String hmacSha512, + bool truncation = false, + }) { + test(name, () { + final keyBytes = bytesFromHexString(key); + final dataBytes = bytesFromHexString(data); + + expect(Hmac(sha224, keyBytes).convert(dataBytes).toString(), + truncation ? "startsWith(hmacSha224)" : hmacSha224); + expect(Hmac(sha256, keyBytes).convert(dataBytes).toString(), + truncation ? "startsWith(hmacSha256)" : hmacSha256); + expect(Hmac(sha384, keyBytes).convert(dataBytes).toString(), + truncation ? "startsWith(hmacSha384)" : hmacSha384); + expect(Hmac(sha512, keyBytes).convert(dataBytes).toString(), + truncation ? "startsWith(hmacSha512)" : hmacSha512); + }); + } +} + + + + diff --git a/ohos/flutter_crypto/lib/main.dart b/ohos/flutter_crypto/lib/main.dart new file mode 100644 index 0000000000000000000000000000000000000000..a6499f8ed8da3259ef263b06155d29b0d45c8da8 --- /dev/null +++ b/ohos/flutter_crypto/lib/main.dart @@ -0,0 +1,168 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'package:flutter_crypto/common/test_route.dart'; +import 'package:flutter_crypto/common/test_model_app.dart'; + +import 'hmac_md5_test.dart'; +import 'hmac_sha1_test.dart'; +import 'hmac_sha2_test.dart'; +import 'hmac_sha256_test.dart'; +import 'sha1_test.dart'; +import 'sha256_test.dart'; +import 'sha512_test.dart'; +import 'sha_monte_test.dart'; + +void main() { + + final app = [ + MainItem('hmac_md5_test',JKHmacMd5TestPage("hmac_md5_test")), + MainItem('hmac_sha1_test', JKHmacSha1TestPage("hmac_sha1_test")), + MainItem('hmac_sha2_test', JKHmacSha2TestPage("hmac_sha2_test")), + MainItem('hmac_sha256_test', JKHmacSha256TestPage("hmac_sha256_test")), + + MainItem('sha1_test', JKSha1TestPage("sha1_test")), + MainItem('sha256_test', JKSha256TestPage("sha256_test")), + MainItem('sha512_test', JKSha512TestPage("sha512_test")), + MainItem('sha_monte_test', JKHmacShaMonteTestPage("sha_monte_test")), + ]; + + runApp(TestModelApp( + appName: 'crypto', + data: app)); + + //runApp(const MyApp()); +} + +class MyApp extends StatelessWidget { + const MyApp({super.key}); + + // This widget is the root of your application. + @override + Widget build(BuildContext context) { + return MaterialApp( + title: 'Flutter Demo', + theme: ThemeData( + // This is the theme of your application. + // + // TRY THIS: Try running your application with "flutter run". You'll see + // the application has a blue toolbar. Then, without quitting the app, + // try changing the seedColor in the colorScheme below to Colors.green + // and then invoke "hot reload" (save your changes or press the "hot + // reload" button in a Flutter-supported IDE, or press "r" if you used + // the command line to start the app). + // + // Notice that the counter didn't reset back to zero; the application + // state is not lost during the reload. To reset the state, use hot + // restart instead. + // + // This works for code too, not just values: Most code changes can be + // tested with just a hot reload. + colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple), + useMaterial3: true, + ), + home: const MyHomePage(title: 'Flutter Demo Home Page'), + ); + } +} + +class MyHomePage extends StatefulWidget { + const MyHomePage({super.key, required this.title}); + + // This widget is the home page of your application. It is stateful, meaning + // that it has a State object (defined below) that contains fields that affect + // how it looks. + + // This class is the configuration for the state. It holds the values (in this + // case the title) provided by the parent (in this case the App widget) and + // used by the build method of the State. Fields in a Widget subclass are + // always marked "final". + + final String title; + + @override + State createState() => _MyHomePageState(); +} + +class _MyHomePageState extends State { + int _counter = 0; + + void _incrementCounter() { + setState(() { + // This call to setState tells the Flutter framework that something has + // changed in this State, which causes it to rerun the build method below + // so that the display can reflect the updated values. If we changed + // _counter without calling setState(), then the build method would not be + // called again, and so nothing would appear to happen. + _counter++; + }); + } + + @override + Widget build(BuildContext context) { + // This method is rerun every time setState is called, for instance as done + // by the _incrementCounter method above. + // + // The Flutter framework has been optimized to make rerunning build methods + // fast, so that you can just rebuild anything that needs updating rather + // than having to individually change instances of widgets. + return Scaffold( + appBar: AppBar( + // TRY THIS: Try changing the color here to a specific color (to + // Colors.amber, perhaps?) and trigger a hot reload to see the AppBar + // change color while the other colors stay the same. + backgroundColor: Theme.of(context).colorScheme.inversePrimary, + // Here we take the value from the MyHomePage object that was created by + // the App.build method, and use it to set our appbar title. + title: Text(widget.title), + ), + body: Center( + // Center is a layout widget. It takes a single child and positions it + // in the middle of the parent. + child: Column( + // Column is also a layout widget. It takes a list of children and + // arranges them vertically. By default, it sizes itself to fit its + // children horizontally, and tries to be as tall as its parent. + // + // Column has various properties to control how it sizes itself and + // how it positions its children. Here we use mainAxisAlignment to + // center the children vertically; the main axis here is the vertical + // axis because Columns are vertical (the cross axis would be + // horizontal). + // + // TRY THIS: Invoke "debug painting" (choose the "Toggle Debug Paint" + // action in the IDE, or press "p" in the console), to see the + // wireframe for each widget. + mainAxisAlignment: MainAxisAlignment.center, + children: [ + const Text( + 'You have pushed the button this many times:', + ), + Text( + '$_counter', + style: Theme.of(context).textTheme.headlineMedium, + ), + ], + ), + ), + floatingActionButton: FloatingActionButton( + onPressed: _incrementCounter, + tooltip: 'Increment', + child: const Icon(Icons.add), + ), // This trailing comma makes auto-formatting nicer for build methods. + ); + } +} diff --git a/ohos/flutter_crypto/lib/sha1_test.dart b/ohos/flutter_crypto/lib/sha1_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..faceccdcd2c3b90461e983e845467948a463d6f6 --- /dev/null +++ b/ohos/flutter_crypto/lib/sha1_test.dart @@ -0,0 +1,360 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:async'; +import 'dart:convert'; + +import 'package:convert/convert.dart'; +import 'package:crypto/crypto.dart'; + +import 'utils.dart'; + +import 'package:flutter_crypto/common/test_page.dart'; + +class JKSha1TestPage extends TestPage { + + static const String routeName = "/sha1_test"; + + JKSha1TestPage(super.title, {super.key}) { + print('start test666'); + main(); + } + void main() { + group('with a chunked converter', () { + test('sha1.startChunkedConversion() add may not be called after close', () { + var sink = sha1.startChunkedConversion(StreamController().sink); + sink.close(); + expect(() => sink.add([0]), "throwsStateError"); + }); + + test('sha1.startChunkedConversion() close may be called multiple times', () { + var sink = sha1.startChunkedConversion(StreamController().sink); + sink.close(); + sink.close(); + sink.close(); + sink.close(); + }); + + test('sha1.startChunkedConversion() close closes the underlying sink', () { + // var inner = ChunkedConversionSink.withCallback( + // expectAsync1((accumulated) { + // expect(accumulated.length, "equals(1)"); + // expect(accumulated.first.toString(), + // "equals('da39a3ee5e6b4b0d3255bfef95601890afd80709')"); + // }) + // ); + var inner = ChunkedConversionSink.withCallback((accumulated) { + expect(accumulated.length, "equals(1)"); + expect(accumulated.first.toString(),"equals('da39a3ee5e6b4b0d3255bfef95601890afd80709')"); + }); + + + var outer = sha1.startChunkedConversion(inner); + outer.close(); + }); + }); + + group('sha1.convert() standard vector', () { + for (var i = 0; i < _inputs.length; i++) { + test(_digests[i], () { + expect(sha1.convert(bytesFromHexString(_inputs[i])).toString(), + "equals(_digests[i])"); + }); + } + }); + + group('sha1.startChunkedConversion(sink) large file', () { + final chunk = List.filled(1024, 0); + test('produces correct hash', () async { + final sink = AccumulatorSink(); + final hash = sha1.startChunkedConversion(sink); + for (var i = 0; i < 30; i++) {//512 * 1024 + hash.add(chunk); + } + hash.close(); + expect(sink.events.single.toString(), + '5b088492c9f4778f409b7ae61477dec124c99033'); + }); + }); + } + +} + + +// Standard test vectors from: +// http://csrc.nist.gov/groups/STM/cavp/documents/shs/shabytetestvectors.zip + +const List _inputs = [ + '', + '36', + '195a', + 'df4bd2', + '549e959e', + 'f7fb1be205', + 'c0e5abeaea63', + '63bfc1ed7f78ab', + '7e3d7b3eada98866', + '9e61e55d9ed37b1c20', + '9777cf90dd7c7e863506', + '4eb08c9e683c94bea00dfa', + '0938f2e2ebb64f8af8bbfc91', + '74c9996d14e87d3e6cbea7029d', + '51dca5c0f8e5d49596f32d3eb874', + '3a36ea49684820a2adc7fc4175ba78', + '3552694cdf663fd94b224747ac406aaf', + 'f216a1cbde2446b1edf41e93481d33e2ed', + 'a3cf714bf112647e727e8cfd46499acd35a6', + '148de640f3c11591a6f8c5c48632c5fb79d3b7', + '63a3cc83fd1ec1b6680e9974a0514e1a9ecebb6a', + '875a90909a8afc92fb7070047e9d081ec92f3d08b8', + '444b25f9c9259dc217772cc4478c44b6feff62353673', + '487351c8a5f440e4d03386483d5fe7bb669d41adcbfdb7', + '46b061ef132b87f6d3b0ee2462f67d910977da20aed13705', + '3842b6137bb9d27f3ca5bafe5bbb62858344fe4ba5c41589a5', + '44d91d3d465a4111462ba0c7ec223da6735f4f5200453cf132c3', + 'cce73f2eabcb52f785d5a6df63c0a105f34a91ca237fe534ee399d', + '664e6e7946839203037a65a12174b244de8cbc6ec3f578967a84f9ce', + '9597f714b2e45e3399a7f02aec44921bd78be0fefee0c5e9b499488f6e', + '75c5ad1f3cbd22e8a95fc3b089526788fb4ebceed3e7d4443da6e081a35e', + 'dd245bffe6a638806667768360a95d0574e1a0bd0d18329fdb915ca484ac0d', + '0321794b739418c24e7c2e565274791c4be749752ad234ed56cb0a6347430c6b', + '4c3dcf95c2f0b5258c651fcd1d51bd10425d6203067d0748d37d1340d9ddda7db3', + 'b8d12582d25b45290a6e1bb95da429befcfdbf5b4dd41cdf3311d6988fa17cec0723', + '6fda97527a662552be15efaeba32a3aea4ed449abb5c1ed8d9bfff544708a425d69b72', + '09fa2792acbb2417e8ed269041cc03c77006466e6e7ae002cf3f1af551e8ce0bb506d705', + '5efa2987da0baf0a54d8d728792bcfa707a15798dc66743754406914d1cfe3709b1374eaeb', + '2836de99c0f641cd55e89f5af76638947b8227377ef88bfba662e5682babc1ec96c6992bc9a0', + '42143a2b9e1d0b354df3264d08f7b602f54aad922a3d63006d097f683dc11b90178423bff2f7fe', + 'eb60c28ad8aeda807d69ebc87552024ad8aca68204f1bcd29dc5a81dd228b591e2efb7c4df75ef03', + '7de4ba85ec54747cdc42b1f23546b7e490e31280f066e52fac117fd3b0792e4de62d5843ee98c72015', + 'e70653637bc5e388ccd8dc44e5eace36f7398f2bac993042b9bc2f4fb3b0ee7e23a96439dc01134b8c7d', + 'dd37bc9f0b3a4788f9b54966f252174c8ce487cbe59c53c22b81bf77621a7ce7616dcb5b1e2ee63c2c309b', + '5f485c637ae30b1e30497f0fb7ec364e13c906e2813daa34161b7ac4a4fd7a1bddd79601bbd22cef1f57cbc7', + 'f6c237fb3cfe95ec8414cc16d203b4874e644cc9a543465cad2dc563488a659e8a2e7c981e2a9f22e5e868ffe1', + 'da7ab3291553c659873c95913768953c6e526d3a26590898c0ade89ff56fbd110f1436af590b17fed49f8c4b2b1e', + '8cfa5fd56ee239ca47737591cba103e41a18acf8e8d257b0dbe8851134a81ff6b2e97104b39b76e19da256a17ce52d', + '57e89659d878f360af6de45a9a5e372ef40c384988e82640a3d5e4b76d2ef181780b9a099ac06ef0f8a7f3f764209720', + 'b91e64235dbd234eea2ae14a92a173ebe835347239cff8b02074416f55c6b60dc6ced06ae9f8d705505f0d617e4b29aef9', + 'e42a67362a581e8cf3d847502215755d7ad425ca030c4360b0f7ef513e6980265f61c9fa18dd9ce668f38dbc2a1ef8f83cd6', + '634db92c22010e1cbf1e1623923180406c515272209a8acc42de05cc2e96a1e94c1f9f6b93234b7f4c55de8b1961a3bf352259', + 'cc6ca3a8cb391cd8a5aff1faa7b3ffbdd21a5a3ce66cfaddbfe8b179e4c860be5ec66bd2c6de6a39a25622f9f2fcb3fc05af12b5', + '7c0e6a0d35f8ac854c7245ebc73693731bbbc3e6fab644466de27bb522fcb99307126ae718fe8f00742e6e5cb7a687c88447cbc961', + 'c5581d40b331e24003901bd6bf244aca9e9601b9d81252bb38048642731f1146b8a4c69f88e148b2c8f8c14f15e1d6da57b2daa9991e', + 'ec6b4a88713df27c0f2d02e738b69db43abda3921317259c864c1c386e9a5a3f533dc05f3beeb2bec2aac8e06db4c6cb3cddcf697e03d5', + '0321736beba578e90abc1a90aa56157d871618f6de0d764cc8c91e06c68ecd3b9de3824064503384db67beb7fe012232dacaef93a000fba7', + 'd0a249a97b5f1486721a50d4c4ab3f5d674a0e29925d5bf2678ef6d8d521e456bd84aa755328c83fc890837726a8e7877b570dba39579aabdd', + 'c32138531118f08c7dcc292428ad20b45ab27d9517a18445f38b8f0c2795bcdfe3ffe384e65ecbf74d2c9d0da88398575326074904c1709ba072', + 'b0f4cfb939ea785eabb7e7ca7c476cdd9b227f015d905368ba00ae96b9aaf720297491b3921267576b72c8f58d577617e844f9f0759b399c6b064c', + 'bd02e51b0cf2c2b8d204a026b41a66fbfc2ac37ee9411fc449c8d1194a0792a28ee731407dfc89b6dfc2b10faa27723a184afef8fd83def858a32d3f', + 'e33146b83e4bb671392218da9a77f8d9f5974147182fb95ba662cb66011989c16d9af104735d6f79841aa4d1df276615b50108df8a29dbc9de31f4260d', + '411c13c75073c1e2d4b1ecf13139ba9656cd35c14201f1c7c6f0eeb58d2dbfe35bfdeccc92c3961cfabb590bc1eb77eac15732fb0275798680e0c7292e50', + 'f2c76ef617fa2bfc8a4d6bcbb15fe88436fdc2165d3074629579079d4d5b86f5081ab177b4c3f530376c9c924cbd421a8daf8830d0940c4fb7589865830699', + '45927e32ddf801caf35e18e7b5078b7f5435278212ec6bb99df884f49b327c6486feae46ba187dc1cc9145121e1492e6b06e9007394dc33b7748f86ac3207cfe', + '7c9c67323a1df1adbfe5ceb415eaef0155ece2820f4d50c1ec22cba4928ac656c83fe585db6a78ce40bc42757aba7e5a3f582428d6ca68d0c3978336a6efb729613e8d9979016204bfd921322fdd5222183554447de5e6e9bbe6edf76d7b71e18dc2e8d6dc89b7398364f652fafc734329aafa3dcd45d4f31e388e4fafd7fc6495f37ca5cbab7f54d586463da4bfeaa3bae09f7b8e9239d832b4f0a733aa609cc1f8d4', + '6cb70d19c096200f9249d2dbc04299b0085eb068257560be3a307dbd741a3378ebfa03fcca610883b07f7fea563a866571822472dade8a0bec4b98202d47a344312976a7bcb3964427eacb5b0525db22066599b81be41e5adaf157d925fac04b06eb6e01deb753babf33be16162b214e8db017212fafa512cdc8c0d0a15c10f632e8f4f47792c64d3f026004d173df50cf0aa7976066a79a8d78deeeec951dab7cc90f68d16f786671feba0b7d269d92941c4f02f432aa5ce2aab6194dcc6fd3ae36c8433274ef6b1bd0d314636be47ba38d1948343a38bf9406523a0b2a8cd78ed6266ee3c9b5c60620b308cc6b3a73c6060d5268a7d82b6a33b93a6fd6fe1de55231d12c97', + '6487972d88d0dd390d8d09d134860f263f88df7a3412457adf510dcf164e6cf041679b3a19fcc542af6a236ab03d66b2e8a155d1061ab7859f75732775fff682f8f4d5e50d3ab3770f4f66cb138155b4715d245b8069948ea016a45b7ef0fdde93188c57eef4717f3425181de5b9a5d4e0a2963f2a67a340eb1ae994b98a48ab19b90ab74391c50426d28287ac4f1eb93f5af1a68c7dae40876b8afaaf35a19293c1952e957978abee40ec32f2aa880c956c7eb72f117b397cefcfb4e75ace3b081776e46b13521e93559d453e32ab74ebc0859b9a8dd4d1d39000ebe95f984d80a3f5004dc91a051dfbdfe9194f4f9a483e4e7955577fb0933464c63eaec771044d59abc3029a079519f8460a693b25b4ce207ae9d9447fc4c5446e6dad234e9afdec0c562798cd0297318399e838be385845c6dd79ede66e2ae80afec6738d4d9bf44c8d9eddff6c5cd2c94e340e0ddac40384b9a1408c9a4b98c37a6081d5220fba92f1d03144db', + 'bd74e7f607cd7d905e90175d67650a6dc2f8a4e2d4ab1249ca88812bda7984deccbbb6a1ba90a0e91434ddf5e6137ba85e39a598890a7f635d335242fce0e9e037303b6c51e54aec06614ad5ccce06d9599c80016530d7fbb1da6eb548084b2b05babd7d553642443efda726a1fd71a8bc087c44f285e2bccf661ead475a72673e4386fc4eea5197c4f13c0feb0a85bc8e67e28ab872684bbebdaa527f3c253debb2dc12c2693f8e9e2651b9345c0abed7a0fafa3e5d305386c95acb7a172e5413ef08e73b1bd4d0d6832e4c035bc8559f9b0cbd0caf037a30707641c0545356bee151a24068d70674ef1befe16f872aef4060faaad1a968c39c45dbd7595de8f472016b5ab812d77e545fca55000ee5ce773edaa129eac6473410c2499013b4be895f6c0f734becfe994306e776262d4528ed8577218e3cc5201f1d9e5f3f62230eb2caea014becfba60fcb1f3997aa5b3bb622b7205c714348ba155c30a79a2cea43b070cada807e630b4086b129051898e1d9e68d1d0ecc9429d20d6a1403e0035a442b37bf508eb87e8ea347a3e68427b6d48ed299ba65ecb37b38754f4547423eaea2aec403338db2dcfe61cff4a8d17c383656981e1838a23866b91d09698f39175d98af4175caed53', + 'a52638f0efb19bff5ec95fcde4ac9aabd95e14d2e5f84c551f43bc5376855e71519b6f877248739a20cd790b85baa00d5503da5cb056f02d4aacc760c91fe1fd6efb26def817e5a9c56616023bc9e2fe662765dae2c0b2edfcbe17db140da30c466de65c49c6f81496bbbd1acd81666455f23bb243dd987d7ea1362a20faac841f1a36692cfcb4c3dbf5f6bb058c36296b8be64e9b56adc5187cacb7b58c054f422a9e6d6a61229fdc3b494da98f5a33ed1bee14b2d2f6ad1177ffe99a6bb553f7c4a6d0cb9e498ee0b63f388235d86c26c9d96e50fa7d1eb3bcb9279940c47a8510d7fb175b3279318d5fe45823baba5dbe31c33c7649fe447061db78b33baa3637b854163fe34915e931b9f3040807d9217d7b3fed62370dbe806c006b21cd5061d24490f366e4d5f23e201a7ec83ae31b46fe2108d1af56cc9d42f9117eca1cb5ab344c1fc334b9cf0d7f9739043bc3d413b3aa6e9d5067c240c52b4c5b89e25ccd8a136a002008a9273f30dec3f2c1736c04a1c7ce0087c9f25d5ec5bff2ea7ec0b0ad7c278f0ca712c9ae150e472521d958d0bd6da9ff0939725924b2ed7b410a0ce2fe3f6b0bf25884d885ec223605e318fdf6803218a9a06ce5103c62ded035087a98519b4eb180d778d7656b3d4811aaf11a128317d1acb3ca3166395c51c90a3cf164071d0d132c54b3810a8211ec7774d2288447abe7afd030375a3bed4c7cf1b28097c02e98ea36bf49e74d89fbe74ec6cc1def5cd8c8beb5b8adc3cb48c56182ad337e3b9778e4a6c4', + '892af4c05368aa9242acedd87d0fc68de483ab59520aea621f264b65ea90f005952c8163903d86ee5bd6147d4691ac9b7c8260213f6e370b7539d384649e5143ba23711ad04bf7cc2f0d512054857933b0ea1d12f3c0fe888a4e96356653fde000f50d0f9afac5d4c73aebe92d54f5ff8aa12a54f5660584674edaa17917bb856f8b9d6776b2b7ad2a462b015b67e8a71190cf0ecdca15a5121fe8ef245255da10cd694decdb96006017599066251ad34d9f54690452f59395ab0848f06c9186eaa3b8e785dd2a747297bdbdd4f5532a47b7008c21686ff7f8d881d464cd383205f6d45dc8203bb267ac9eb12f415a5406be1c9fac73497941909dba08dd12856aac03d83e0d916147404694fe70f8fa929ef0cc2edb4cc07abaa2236405e62820af8e806d0af32a1b3afb8dcaeaf5c4f43dc4392e074075aa3ed93601ab7ec22fe5bd7cdf802bb5ea8206c41a1619593385e00e3461ed3fda048a1c6639a0fca038d7f51cd8ffa9bc00af62765e2b62575c8b74c8501ac711f3fdfc1b15157e7a8f2612aa7838af999c3d8f6629f58669ac0f93733c91b557f579ffa9a9a4efc5d1f0fc13ca9e6e8a3efa7273e03d6e705cb292bc8d18b0b4f1484d975b17f88ae87edadf34f88f96ce2c3424e9ccc17454bd992cac786031d0b00d6d953540d0bb18d5942010b9c6341cfc02ad6a287e7c78d249ff796ed578fa68b4bec5709f320515bcf5ac95215812f39494de4b94bc2a639eefe282a9d26d85f33d902fff358fc1de1b95caaf2255416207f2d1c1fc1c74b0e57d43b3c6538db27c5e26f9acfc0183fa9301787b2f0df46c6c630a24972e0947105afd3df2a779e2f6fc947f95ff32fa6de28549e67fd32c15a8791ce1b8307e646e8f1d94fcd1d7225ad997a2e07383ed14dd76c3c186b0b54915cc', + 'a5045d24d07578ca31987db3d2e25e12ea38bb1da7a8bd642a574261d4ba3a50c009504190f1ce6b6d8abac3498845cd67b567b21e9fc394da8dd01e63b83a5f62b886d8213df6d392ffacf793f8111a70d07856a999ff5ff6bcb6138933045393f9461209bfb8aba8e1997837988aa00c713830d1fe3a6e88cb3d6acd935ed55bb4d716d2e1de9bb817ca6dbdd278084380ed691d363c6897a2aa48b741118dc3d1820d030a2e4ac88987ffae0da2f91de5e02816a9cdf62c2948d7d0a3e522d2398f1f25a17261e31f185690b0d11ca388599642bfb5c04e485e3f9f22a13d91d24673bf1070870ec1c499ee25cd19dc529fdb2be1bb6d05e733a8ad270f850685ee3259bef1655357d4f14dd35e97d129fc1e5975a9a559ee10398018f5a33b3bd1837c13bca3b9c9908537224c3e88f7b68753e5451253453d1aa25e1c3e38da358fae779be848ff407e337a5eb70ba21640a197585afad402749b624cff034b637e7a5254dc09e12c03ca435daa6213646ecbf5a9255784a76ff18b4c8da677a377650cb02803589c3d82e512be9333e83c5965021c703b73322e40e69229453da2f90d77743f4ad753e6c8429ca8e9ead0d45129e64fe2afe6d9ebe0b3929c7828bdbe7167c3a1266e7b55b8eca81cb152c420e72cfc62a4b27bf3039aeb669d31398565aa9943d1b6cbf23b559cb686ebaf3a04967da197bf9bc017ef3c8af4e4f6cb1de5c91a20525d08927f8b9eb1c21f0748cbdc89d334c1bae4598bf0c56a7bf95fbf590c5a6bb90086137dbc7a019bef7b7421019f3a76493181e28058eb5075f4e05303c9286840dfb97bf828cdac5a643852f042f940d5c80f4822f48efea9a4f1bee6b3b2f13265188b3a0551d8b0ccc079400598aac66faac6bee37b0cfb369aa39d6130dc3ddfd9b86a57b2aa597bb49dd830403984effa623c6bdb02d57482090f1bcbb2c817a30770671ba7bd39bbc7a00b18777710a82684d5d6699e2452f82629abf93dd31f82347db25944ce7dfe80dd49eb07995c1a7e6993c8be0fb179c9d2f73c03dcf5309fe19f47', + '912e0dc25b52540f4d33d26fdcbaddb420f5570141bccb8c2c94b8a38ad32dedf20596f35d8fd6dedb9296828512dc9cb358df586f941a1729c79f6eace0ae725025863371d57b86210c49081ae6a85ff6e720c3a39b1fbe1179492f2d0d0f951357838a7f6e6a8e85689306837e6884536cc349c51703094c725eeef7a279dfa361350170a0cc7e71701e86a822459431ad6ff3bd51ed80427a87b1f1e713d6690b469f2ab4c9df4cea8f8f711a6716f874cdc8739106ac5b596c8203240604cb1f5b6d96f288387e9f912ac6adf5920f8785d0cf1f751400d6b46815a079f132631f719ca132116f57ca5e8f251791e0ae3e13ba42634097bb076c0fa4952307a137b5250aeef287dae233b4c8f79ad2b3a09a1a43f8b98ace0f94d9788124b09f4e411776e5642eef82b11ddfba354d5d556cd96a5b063fd871ea5c64667c97260a1b5c2b3feecc6052e1b2b18beab9730291ddffb5af20a0d8767eb06cb122fd134dda722319c9f3f9ca5c8890427fbe5212104a2d3d93f0ea3f28a3ba4dbbee12df7b92b96c8d71207401aaf1c40506eaf65893ec37028e4f4d438679d8c9bfafd725d52a6f80a16ee88a60d7f9b41275459f211a25d443b0a8b5a1d0d8b439913fc2819eaa0a4d8c2de0f26a67f4ac9907cc3dde8f71d7b559683ce8d7e324611e39df3ca6943b214be9a8d1982e9afe45c72f60fe41120567429fe95cc048c67d72372dea8434d64b8fca3514c8a54d07783fc9faacbc49da2d12faf0b26c696355d199fe44005334b99fbd612c952e53c7b541091a9c28ba10dc431a215af1d8caf4a76b3a673f0e4f709209c03248339cd8efb5f37b4b10d246ed6275d807e5b9e97fb8d03142e23885db94ee4444aedff1fc859f2159e35d98205017af53900af94a6d6d2505b75e26c1881d92c9cc78488f018656fb3c981a036d6da77ce3a5693013780d3095a89b6c6fb4e580964f25d1b210e2d9226b13bf40e0872be6728458315baf6b84fe2b03d01d0511134cd0ea1fa68c9a9dbecd7b51d91907a05a91eb4f7dd35c8d4820ae34bfba234c589001d1ae1de7b5798e6029be23b91943d710f54643aeb76ec0972202cc5e4759af3e4e925e6773859f964ff86ee859179ff0ac1ec6070b5954e3224e026c0e3973ca20b814c3dec848444bf0c23d69bc31b2fb6d23108fef23bdbc0b25f2a9de25cdce', + '2298096d8a02225d4a5a91e95b43bee70f5a23f95269b1602fde6f11967b650b5c4eb8e783e416b1bcba54f62af4561e695130fccf5f8aa4f1eb497d69bc6c97d781333e260787cf11af96cae520be298839acf0ba49c5069b83c4436daca5ca9c17c399fbd33d5e51239d8c142ebcaf74f8e0fd9c91282d348d2a8c2ab3da4db2faae208bb1ff0784fdb3654088195836781449fb9e7cc2c4f0c17f273ad1c721103cfd5d079672b3251e7df0959cced59f90ff62d8886c5496d245eca753e1f243b755fa3ecb46e68226fbacbd0fb659579b4556a716d4ea66a405016428432c796553e8bf642b23fe1508fc6838bbcb877e436173eca1914881e8efd71894d79c901cb1f129cb748031cb69fee183321782230aa4d37c4e24af163d6aeb7cfc937edbdc3be4cbe0f1c46d7ae7d0b696eeec0ad9a2930d2be277b6738468a5a14677b6f2075bd66f371415b88ccefdfff6072257d6f4fb2f6b21f0198c59b4d19dc5d57abc57922a3b6aeca953a20076161a930ba6beef62a5f5eeb8ec84549180af61fcc1a0a718e50d1ad7a5166602366c857e7bb890cd793bd5d70bb12bebd77c820180febe421e47c6caebf0d7ac3e461f36beac8777cf3ad0ff51aae1e68a755f1060397faecc5e18088bf9fd7b17f089bdd5607b69903b04b726361f8a81e221b1c9189166d89b391beff97d77a7b2ec9b2a9c15a9a2869c87f21c8de0a50bef6c23659d722b46518b7db802a8d7d47056232afd41ef63bef71d25d2efdc37f2cad7e64ad8aca787de9ffd3217909d3c782ad1da385e1a93900f1996c00faf52524b6441a24205049ebc91b5cbb8577989a6585497d6f242d931c0835927bc368de8a629d8d7aaf0523b3d34cc38484e0fff8814654134f35be9e13fc40aa4c6011676ab8052dc728386c75723f9b8e4949c29c2aa8629d09ca0467209a2af2c383e9a6fa49ae4b2b804f7c5d7e2f1629fe703066f8d16fe26bfb5c52ed5278dbac6db1c4b990ad9791d9727f0da3af1b947dd86bb3e46a881acf7df3d8d52140d18015a7e36950f4f396d2477cbdab9682480ed968100f433d1d46a3db17ae6bb9ad4d34459cf7bc0c04365739c1ae137e7b5e1083e8b0ac695130b3729e52e4cb61c2ca5eafe46561adf91ec354292abf6420a1a5d3013c25f7e6c32dddb1246d3a010a9d26b9799b00951ea7e9af34ebaef12d3c63737ad99db3536b5a6ba3358292559f75e9710e88b4d765f692da79b869e3c61e89d11aaf30e4c998d4f9aaf7f13bc421e6e432b2c2c97c0f9673e02cd595b178a6e75fa8e9d7a71d7f9043f6a83da9bf543bae2b397568990ca9c558ee83ace67', + 'fa15cc7f0de294d7341b1fd79326c8be78e67822343c19922ace4e7925076145ef5f7dc91fdc1de032d8c454dd06effea2b0472ea2421c4db20c0fc0b0440e10184a8648d230d39f4e7afc57d3229de514e0245205a840e1ec7397f2bb42b8269d6050c4cfe8a05cb1882eaa1d84bbbcf7fe765705746f98018a4ed7ed0a45d0a7294305bd0c6b5e828ac413623432cb7292a5064bb090b819d99d36efa39f565e2cc7d245a21ceeea09255b4a38e85aae2519257f638b8a5be9ead96815ac00e9f145f50fb49a54118cb94a7f9ac7b1d33e397c49964856f0419e860169561670002334c249cfd81e9be8a7a662b61808666fd54f50ae64006a220662a683df1de2cb58066aa2c23abe1a3c6a969cd6752423f63c99a7fbb2eadd2132d41da4161ea329851efb598c7eb7cf704063344300bba8b6791b642e4b369e1afc0bad833c156ee46dc2e63d6227296367f27a9a82a0b365f9f0e89d149747c12435428dc488f1ce5fdfb174f3d212e91431f0a1333adff3200fcd27ce67e2d05783ab5c3f6478e9fd3b025ab72151aa4e08dd819af1f405f7605bf3000d38ee9add2f173510ccdd4ebc2117387ab0501d5f8b61402eb94684cbdc2a32f311c4f72b18e62cf6b5535a4b55d2fe46f580891e406aab57f75bd13996f3ed8035f97555acf2ae7dfaf32ad1e8b38feee9e49b2d45c465d676efe690d277b71c6b361c433463420d6564c53420e375d854245a74e296f611fea8c9bad8dd1b2f7c23f5def761710ebc4f335e468a386efee8cfdc5e08e472572e849df04e9e213167070c3f13c1e8c85b7d35a1cf5e17aed7004b0344b95f482a1f2362f2ca5b50ab5bb652a1bc045131aaa37bdb713a2e99f7aa176ffc429b44a03375f02643a196f7c57934eac81f78c28f1ad6f94144d7bce2e3b43682162311b473713a42eed1e51ffcf4d29df9d9cee0c7e77c93b93955d9af39ee8782707990a29c8fc1fd032dae2308fceca8fcd580ca3684985466cc79c326acb9a6d2e1ae4b9aac2697d5d5583698f01bf588df566bec98b8df0729a966a4f9804cf250f6b59219da84efe7077cce3794a526f54af231415b20c37250e1db5b443a77ce502aad5f468cf86aa23ed058bd837d1d44a62c05e9e143b1587cf25c6d390a64a4f01305d177996711c4c6db005636612cd1066fcae82eeda87f118463115318da50eb93e20c79e53c56d949c4e5f8c9eab9e60466fd2d2f2832625a8e8af9f4da925d92e31441ec0b3c302870f96c5c67a6f54e26eae87ec0dd0a66576ca5008cfe93893b58988566bdf5036e5a392289e25bd4707606e258c73430247efe43d9dcb200529d27b635234d5f25d0082339b43f1ead683063d83906415e89adc5a773e57f90ae958960b462c6fd2381686063c9b546890d0a287ba8206e55598ee00c528f5d528b06cfb95cbf5e1a4bf8e4382320a1a146de31d54355baaaaba76aef21b72150b134', + 'b718c968e8ffe4ea282fc33f96da233b8a8ab6ddd55781244a5d82237d6d9758ca039b3a9978d211e179870aebb8f38b59e161c466d090876f015959b34891c957c23100ad0bb49ab5b1c1b4e4e90a46258174b41e16789fb487c901d1a93779643dd3e3aa1f542cadc0b9640ad53015f65137d48391011520d71b445ffa4f11fc5cc90b1a1b7870cf8cb743e3e52da0d539f14d1faaf291bbda9749e6a2a23824075a9f8469e90d25fe0379f97fc88ec921ec467ac715ba8e768439ee09f897e626cfc771706facb7fee42dd40dca88dbf16ee81a523039a0942c3bfd9719d549a170ad6898d1f58b75a488faf5fc351291c05a89b10cb5fa1dd5789db4cc9b55608576f149d98fab4989b1f5a1233e76ea2ac54f4e71d7a2f7c81755c8da91134b564d94eb4d231f64dcd04d770a4a0fe2f351f28f2747a20c4d41ad3b0c5e8a4b2b58dae6f658edace40f88e17802e6626525fcdef5ac0242ab1e2e7528abc3464bbf4aa39cd71f0beb943045340d0253c66af5a2a4afc8832cd55fdff61fc425ffab6d880748bd683787cc0d07156b9b5f476342fcf7feb6168fc9df406397d18f44c9fefe51cdaa1111e5a0b9bf2a2478e5d028c52dabc3b273f2decc1e443143b1e86e4b9d59bbc15a026612b546d4596cc3bbc7f8d89148aa644563f9d12c621b523eb4d268828f89abc7da9fc7954903c563ca018c0a205ba77acd9c48ac36a98dd8029903e7c3c6692bd824b64e92d25d8895efcf1581af41e7d2aeb098058423a2fd9931d2a43bc2fad5ed1ae77a021392f16ba99ab5cebcf23ad812d718d39c066c7bfa2b7b0d409c99a2fb474abb6feaa61d238202dfa005ccc17553b7bf7e6a18e666da90676b7aecea61584924faf67cac44b3b10a73875111e1f32a705338ca837ec82b6fcafa966d5501c1663b1f3bc115160979bfe092725f9fb80da2d748fa49db944de5855ed4de2af8a8bacdaa039c9354510b77548af53faabef4af5af2cffc122a44840dc705bb37130069921be313d8bde0b66201aebc48add028ca131914ef2e705d6bedd19dc6cf9459bbb0f27cdfe3c50483808ffcdaffbeaa5f062e097180f07a40ef4ab6ed03fe07ed6bcfb8afeb42c97eafa2e8a8df469de07317c5e1494c41547478eff4d8c7d9f0f484ad90fedf6e1c35ee68fa73f1691601da2e87b00d1c6f256431227576398bf21945cc44255925bb7b6517e34676c959812eaadeba7258aa1562c102938e880d9466aae49bf361e852c54858ce2dc02313ac93fadbaad8aa936b17a9a740adeefffa7106caa497657a72d5fa0ff4c506998f8b2df82eb7cee7356d9039b7c33d61e86ad438d591d9fb5206f093349eaa1ac1d89f9a65bdbd18a70adfd15a91a1c318dd736fec15edde4f2263e25614b89e29c27748b7b11f2ea838bff793e1c32c72110ef753ec492a50737a82c0efd82eaf93de8b8c5d9e32223d5834ca794ba4de50cb5670de94e73c3f5efddcf7b1d03b91fbea4c87e02bfc62d10f6522e03444e0d216adb2761dfdcf36db11f4ec8eb506f7ed5ff88d211eef5211cda42ae28c0a4cbe713299d57a6b2ba2c6ad30700538f91c2e784e1c702c05c06ac7d3b89e1661d72324a217', + '32245df514f6c273d252271a980929e50a7cb0e77b05c7d46092abc3049321327d170d4bde314166aea193ce99b032c8665c3ad129b58528ba87c58c6539cf47e3f53a6b890a295cc08e658eb547af9052cc544a6ce701833e3ed9a61632c5c54e080bde7e46235df060c6e354944746b51326d9ac61e3edd4fe10977d46aab4a596a92b24b0d6722661dd54de61a3f1797ad90651ecd26e641191e9043d271dd0e83cdae20feba24ad7d369bb746a9985499559c350760fd6bd852312dee307b646eb74222a09f6440bcfaa54954546c1c8815b6b5578d7124b14ce0ef2877a41f7de804bcad974fc45faa00f8edc01153ec693afc380cf000365716241ba7e58453e86c5b702265bcd7bd25526d6d169f58b89f86135fd892ca1947593251ce376330ef7b92d1447ea7bc88f24dcbfa533f9c6aff8406b930fefc0afb06f5bcbd3e4a14b980245a9e5220b235195d2b14138d13a50482107f5787b78604144f6a47ac6281b28c16a0697227b75aa1275676f320331f625ce246450386a43dd4d311c06f60c489070950395fd58c287daecc7727063f281cee5dac457971c30b8c1f3e81e3109bba5da8ded13c1863ac61a6718ebade33df17f02613daf7545209e27f406521448f01d5eb124799d32223777acdbd9725f1e3c05ae537af5226b0edfb21739104238a59d699749b177d78c21b7a8ad46f13d620b33ffbf45d1835a43abb9ada6ae67bb739ed6f76712cc618bc0b9f208fa353a3b79aa480c5a4eca7c6655757e9664a708d6484b690ae8fedd4f786f5f83f00cbe07bddbf3c3b6a5b26b515a3f0117b1839c550f5f6715aa40ec4ceef4935520bc659e41a216a2350c43172492f868210d756509f0323aaedc209d356e324cbd5c1cb742c05bf9c0b3750d9b1e823f3ecdebe002c5723e52d872d40e7668bd2cc6b36fa5f598a58fcf899d868ca78451ec852fc3862f0bde5c6b573fb43e90b623b22d34ebd78dea87082eaf836f1fa291ccb811da71889a92918f90cfbbada19ba25bb5471f9918037927dcace3f879e546e4b769419dcea06fe4cb70e8fd35550a60f1b479b1636c64f2d6af0af81e107d1b7bdca632c1ae8abfb63ecb66bc7a72a4b0d8ebbd11ea51f66533ed05d839f9c627dba92fbce56c861be26fd17c31628fb95b80a56ba4c99b50e09208f188404b810d517c076c9ca3c003d927bea36389d6e63d51b9c35349615f03eaaf26dc14521ba602ea6ca27c6d4a134ecaf7fcfacd212caa436e78685e5848915b3b558761acb0a7ad0d077bec5e2430e856b64a67b3549650cebf60107267e73cee310e786978549776520604e914b460e818e16c45bdfe2a0bb09a3f566ad39c68fa105dfa05f2f1d00b877c90ebc179d4aa27a47e70cb174cd37cb3ac583cc1d137f5d9065f670342ba651dfdb2417d43f485d70774e360b9b16f331b3a0cf4507124b4358f9d15f5e808afd8711bb25c7f61cc87d1304d7bd1dc894b172a7d0d2f07b6319c7a6f111cd8fac82e376148d2244ca7909925babb297be5f77ea431f905a79f8ee859bddf3dc576f37dd12e75371f0fb805329df8c0d291e3f0b1e457864e2a6ece1a21b89fda8ac7d54c37f1000d66515eba4d0f0755f6e168eb4dd2f274784313fb662f66ffabb327188bcde9de54648b06f28868cebdfcce9c95f1b2e13115a144b4ccfafd81bd5b7e5191595983f7745eb3ec49038d390a0ae33d2c5dfeec5f3d3218c39bb5f059c6b2c6b84798150109b8c2', + '9f07e6b7ea8b6d2bb301d6ce7019e0f27ad55abbb799e6d47681fe609af63434fb84be4309e63159b3638d0d875e7af11a28d10baa185e8902dee5b09e14621610169511a214be6f3d65a667891eded056e44b913bfee3597caeb19031c21f8da5667409fd3c9cd31aaf28c6c08495f9f7b1d135b173fbacae9b6ae79d28f201841b6213618751ef12e81b1172b526d2c5396adf569e30ea5e4b199f287063da73de6817181d672aecb88730e8dc19c587211e7770a8097b5566c69f1bbffa803b578dfd682566eb72c9750a6a1ff7380714f5e548b80ec75b9577cfbe40405ba42dd9ad9ac7d49c6ac0ec893fa647950bb8f81126f7c837388036175818bcd37509540ff52d3ba49d48f594b19a91435cb52ee4518dbe31b3ce0a5f3372f7517892070cc37c226bd307971306235eaac2b4a04413a1781e9527fc8f9574773b7371f98a4adf1259d3a5daef87683432045d541ab25b7f67a635128fc746c6fb2f4d3272d47c92d667cbc60e7c929e43ec57544f77e45a72ae9d564711116cf774cfbbada77b2a4a552164592dc82145404ba8c9aa6491a9750ad0a0bafdef99099f9b220b05621d664ebbb8e13347a0c9e056729302ad73c22287800c31d948b864dab84a42c3b762fbd314e2fb97bc4fbf68317ae735375f8d83d14dd6b16b47c68159ab59d48011cfb553764799029a8fe5eda63bb15f12f4cc79c613006c7f6f97ec75721de13b73685fe63fd6d871f9d6906025aa52a4ff6b62bf114db228042458f1b72740a78ef41e7a0dd5a79da54201f0cda778dd5567727ff720a50a303187674e79061ec9627a79d61ed8e73a31289e5c3039849fc89350ee01adec99c4601e5f9c9c68ccb95a2dc53ad11461acedb2facdfd638496ac781e793298e7e8cb601316684d3e01a5dcffb0fcefc1b93873ce072c40addaa440ae0f9cd4c3a2b0739171d495c74345cfaf08c03f0363f12a01652ee4c19c65f0c74c5369d5fcf7a0023447071086214efbcb84cbceaf001fba706b1769e2d6d090b7bf1fc4fd892f8ee8296cc1d221a00b80b25ccba74d9a22ae4ca04db6df2832d849bd38ad4c685c14e18c822f2d0f08afb1baa152c1e361a93749141f683fd437570ddb1529939540d92ff9a62de11ae1e9adf9b842419ee995d86726595e9f5d53d5523c08f760f5781dd13e095f689cc2fd7be2b9fe02f4cf16edd19acdbbd1a3de482bd2dde6b9261db000a9d11b6ba471ced70f60b4544bcb4f2a14d44f1bb1f063e86d8d4f174bf93ff2f67f5ad3f7d39b9f2ab0dc9173bf3439adbb83c4e3d34b7dc34fc2944f77251ed6b04e5e23e98943f435a431aeb945054ec98053a34ea9f1bb6b67ba9b600a8c32ae1f93907c41ca543932be63832a96e0476e50582a254d3c286710957b9843f3bff4faa6536a3c3102aec0fce38af4497d7543692f669830d0ea1ea692754bff2cf51cce38ada275d941bde0a20d2873b3bbb5402515da7ea9176d366b49ac403d4c806ef1b2030706133f77885c3944316b2e44d4d91c0efc1784aed0bd6e9d391eaff0472067cfd14bcd295c1f2fa63eab34dd045b65c81012eb7487789afd6a962fba02a0d6b58211f05ee8fd128024a351737c43bd942f2f2bf25823384a16d98a36ead959a1608f2e7ef29febb9297d0c6e05382c5a9f96cb8f0d664e6b861247cac674f77bb4ea12f143adc13b965eed3767e2bb02a97053b26ce8e6480267efe06018b92bc64d211fa3ce9dedb3707d346aea717495e54cc53f5207c9d10009df7e6ea599dedee571d9aa86b7c7db43ced5f85798ab1c3d2f4c4bbad63d061d2fe91dc6ae44c5e54dafea84811cc7c86d72b37356333eae585c7c06578ca1b43869ce21503f2ba91ceb369f33f85b927a07c4cf97747227', + '25a43fd8bf241d67dab9e3c106cd27b71fd45a87b9254a53c108ead16210564526ab12ac5ef7923ac3d700075d473906a4ec1936e6eff81ce80c7470d0e67117429e5f51caa3bc347accd959d4a4e0d5ea05166ac3e85eff017bff4ec174a6ddc3a5af2fcbd1a03b46bff61d318c250c3745da8c19b683e4537c11d3fd62fc7fefea88ae2829483871d8e0bd3da90e93d4d7ec02b0016fb4273834674b577ce50f927536ab52bb1441411e9fc0a0a65209e1d43650722b55c5d7ef7274fb2df76ac8fb2f1af501b5ff1f382d821cf2311d8c1b8ec1b0beb17580ca5c41f7179e4ab2a4013eb92305f29db7cd4ac3fc195aff4874ca6430af7f5b4e8d77f342c0f578f714df4728eb64e022e9e13dcbf00663e34f35368a362a91026ee196b746b4437cd1c546184e9b1301e8103367a06adf7487c8cdd330c04a6f6546897d19cf3bbc9eb75ffb18e05cdd329d4dd90fce9c84844cd2138487ad1bdb6d749c1f8e873ee47e3ada307be33c2f5032282779c19aad88ec521ac8e390391ffd1d4239508a0ce27ebc7eb4d1a947f38b5cceb5773f6c46c499daca1356e524cf076917bd297cabd4aaead34ea9e24cff7eeec8e6fa284c02efacd766f3494490627c71f7a29ea1e3ab5c1f81c6682537946efb35534a634d5d783504f1cb47e936628f257dd98c54c7bce193874144daa936968dd238534dea262d14d8d5f4818c05b970439433ce06f262ac74d57191c22ee115005be4ab9e9e07bf2ece14016b4c37007b395ffa71e6e7f2168c7604e93e24f6641bde0f81c80b2c7d1e6f10dc1f50fcad2fd87f0f81bb90f4cf1ada254ea65787e108209c8c81844c2ccd57e6664e8c62de6607e9a925ac970424bc7f46b061ef132b87f6d3b0ee2462f67d910977da20aed13705476c6f85955d51fd0e8a3b261b0fec9783e1938c27b12be5f1140b7207e0b96d44d90048e88d42aa8e7c0fb45f7cf588865c9a0ce3c809eb046c4add515d352986b48768677c368bafce021f493a4dd0c2692c2cff01beaa2bc9bdebf40e523ff7452e6b78f1d6aa57c73ef13f109a7721507175e125f32a4f718c2358bbb9b97ed31bdb85b5ca0e6fb0ebb1abc885868a58906ef2fc4f7456ade00de52e129e02a8763ff591b9bfe0d130e8f428b504e4cab2a09a4d7b8f2ac5e132042e04f76d0a6820304a4bc69072361d82f9d3f919eefe9142e21e83b101b6191b8237cba64219059eab292a69db25d8bd02866e100c9dcb5081e159d5a9884b94f354229597b076a77bfbf3525424a20d0d7769b16cb6d62ef36c187c047e4ed5490305225355fbb381682932245b01dae04df5e456723842ff66c8905bc1ac484ceb7a35bc321d2a8619d5f394f37f8c45b1179111f97bf66f7872f8f678ec53c3b58cb61c6c637452b6ff7cec14a48b014bd9a0e67226b10a491d9c1dcc97607808408db92e56f9ade6adb574e5f73fdfc242f91d05c2da9782d16418e534d6318da0a2dc9e7c215f51e986738f0011a6bf5a85fedcd6dbdfca96382eea4b1db7ecb3ddcce460552fa0bad7333947671de92a2ad01cea1baaca7500a903659dd2cc8127d32987fbe77b2990fa0c55aa0ee9b9d1ddf08702bf2975a4cf5a09bd49d5136637957b7d4d893c991130b1433f6610636b7e34f8e8909f0ce914bfe8e6b07084414fc3412a73fddac0cce398780935c6c3ee7965eba7f9213e5c0f836f05a0673980e7b145e0743c4e097413837a32e42d69deb191158ec9185882f7ad7bacf9674f6f336879a8a5050eeb1b27600fa3f017ec44a28363edbd309fac68bb9b2012e5e43159e6a1fe2b04d0172b63d2ed561f2a87e6988276760dee0a686d75c68469ce12e1ce67300912ac71582c85a9a5a920e025fdf24a8b17f87a743843d20304b33ec8da0322e761059076632fbf26df57b82659bb534475446256c40c2cd8de1d1dd6b17cbb0d1866dc4db0d91621e75678b255e677e9505b2bd4bad8bc4b1e9317d3fbdae5c26054bda4b98a98dee9a586919979a0c1cfc33eb7c2af6aa3ed', + 'c29a1ab020e6434a50a271e5525a47a29b447a76162eeec569b51c3379b8b7b7300c8ff17e71b5bd9dc5e0089a780fe2114070d5380e81751e4075393518d9890f6d771865a07b745dd2d4dc0c54dd513a5f3def66060c7e0a683745212a251ee5259ad0dd5bdc9817301509b3d7f917a10aa86eaafed608b59629fe43d7e29e3d9cc0bfef8a215154476b3894e7aa5bcba77bf70cde283aa630140da5055a319c39b18da21693c69b7f9e11b96d3a4542a07c35938e4a3c65a0c0194f9dd3fd8c6634e3ffe577207440753b2952effe8d5b74cd47f684377a4cf5cb4788962d948b13690ce0188667f2b95fec7c12ae34422a6a30ff1e536e9e7bcb97acebe73d0e14c6d3efbd21fdfd32240bd5ea7cbfbb68b2578f5fb7c7fc19c047f319530d5800a25cfbad19bdc9a8338d44c191b730f44dc38f908c10d099525d446a9b8ed19ea7adea319530bee3337ab0dd15a40897e47ce8f9f9ce81c12ae38624e448e1b87bd0a691bddc45aacdda03872f0cab191f8b80e2278b775af0e0a39059c2f114c6cd1515ba4bc4c7a9b6240707798142a5f741933dce1a2b4c5d82f61f84677c31aa2105b405a5006e15fba5c672f2da1fc812536420d2fee4610b9e6116adb56371b1a8d2904e1ec40070a9948066a83407da6cc408079963f426cf4501298a052aac473d7629e9557e6b5a982945758dbb8324840e21c56f1ebbd3f3cc45c2bfdbfc2a1d3f9c28c697d402fbf8f709d1ecf4c4cdba884ab0e8b2f094ff6824388e8899997111a5c25393e7e472e42ca9a21593c695a4f0d059f36f5022f97a194a38dcd996ef26efbb90517c2174a6bde6cedb9826de7f747a67984ebe628a0918f43a06359e74f5d6b48aeb8c103eb4bf07e26af59cbe4651f4b2b75a0a1db1ffa4fd48d786577dade5d9583b1ebe3736a8f2658b4776eee98307b27f59fab907306bc6030f962f460c85ebb708eced529951b06f486f1447fddd68b4b7ebc83880cda941a1fbb2ab12d7ce8734907f1bc247752905715f75487d01818cb6869b7d6a1819a44cafe4dd1726330c7494990c1ed942e844777a4e2fa46e40249d370d8c3c148052cdf7578d1e44f65fd5d55d1c064158af055ef53a79043bfdb21419793db99dd5b5ee6780db415c18e9d69f8b24aebd7cb12927e8a9cae609703b8a7a4291639d0ed0f43a88b2a5687aa4b8b15a127e7122e4cb7f5c49a70f7cb346d773233b7181a6e8014b1f39172d4892d7d1f405570197c948b907e7d9818437d8f9f78b1ab6772a1e4c1180edacc91344b1dcb9f5f548098be98e0f2d25b744c5fc95bc61544ba2d9b410e2b29f2f254221520215a7017290146685d4105354e5a386370c042b3879aba2c72dad83af1749df487dbec9ee9e6015b396eb605181175163e36d1dd448585197277fcc980c520af3f6e3a965fef825ff3a5ee722e1807ea7b0382c5e8ce4a4ba68bd12ca69645c6b48bea7bdf9021ed38a10eeaf4d05956d390c5dbe8e772398b80e5d2c76a65c193bf6cedfd5a786964caa80e00dce1f1c4792badc96375799df1ab6a67b419263973423b3da0ee7b049d3a29d6804a41ba2714aa0eb4fc726a48a2420bf5d86b2231fb0215260c88949345ecea8cfaad4125215f3d7e5fca5d006b0828b20c16fa8607c1283c4b2891475bb5b1356bbae5fdd24bba0227c802b3561b427b5ca00ee9e8f6cb6632c18713dc22cf2c25e1150b97ee28f2dd11d7dc03f9fdb4229cfbd82f2193464be9e293479298c3a1c65af8f2b4eec2f82e68e4e5229eff06742ddb4acff42f0f0830403ea3b2be77b13420634e9ff4f18412688a33baae60bc315dbc5082b2f4b2fca521d4815f10581d2c7a0990fb61a980c1639be554d9db92f9f461b3548560a43c81839937f421826797748668b1052099f1c98384ca58cf1aa361faa64997d370ee5f7edb9b94008c5c2dd4af783d7e5cb55b39b0caca324a19dfed0aa9dee6dcc8c696bc8f2623e5388400422fa8f6844ebf5c6b43968902f839ff043e9c6aea9137655d475e491cad159dc33fde259afe648006dd542fcfaf1ea5156066ec24d8408f204cb30c9d3a5101952143882b74f93935f079931aaeec73d0c7a4c7161e6068b817bacae150d4d05a9c8f9a9022dbec5b157d6f8e8831efa8dcfca838d425768730dc2073910', + 'c3ec01c755385f27020d88ed2c578e73185c6d514c9192d13cb29ea4261167d33b2f3ff8ff897aadf2b42a4570ac2dbad66a6ae7e6b457f76d39bf1e22ddc287d2521d8dbae8ab2d35a62cbb979946d5586cc9967539370b139f84eb65151a82d17d20ef4efdfc8f110a16b968c5dface68b13c5c0c73bf6770b7573b76077ae80dad286836f74bbcf0871a6acd90327c7eecfde9007699ee1a61b1ee066e2f2268ebaba21e61b9ab6cac4ea2b7cb72e45bf8548ada1cbec9898fd55a7d062360cc460f4ef0cfa12107597edad5705a9a623bd6bdf3c69c8e608a37ed64600627ba24d9ab686180c23347316fa12f480334400afee80491b111e9603336fc35fb95008163eff7e71392ddecfd9548c9b344ad57ca11775cb62045d4a87f4b3130ef719ce4f1d32279888628014c5d6e2f15dc53ac1a6f5c221df80bd997cd867c4bf092cb1883e18886e878f710ed93eb1a3575116d8cfe696da88c233b03b4322cf5f962be9a92a5307d465b9d79e95be47132968520d21091afcc31b38e3906f50a37687e87c47407ad16ab3c72bd15e6f812a7fbfb75ac1ca64271abbd834f4695e338b2cbe5696f0060629878ad8da442abd23c5d37907104956f8e22319f9431735005e773f9e90fca2e1bfc3947aed95481b0c6b65231431b87d54cb25c50556e4ad25b0eaa0833aa4a516dceb85924a35303d86085dffa7b571b9d842a2d8a3a85c2a703fe3f048763b34dfc7455dd2ea2a002d49fcf930b59bbb5357d6e487e9d315bf26b100af7e6bc2d30f0074b4d1d1fc67104a295620c400434caa50890fdb8da58750daf626ff68c1abffff7850ecda3c458db8a05eb430b009664532823c3a2b4a09a8a5d5bdcdb0828a27a7d14541b4d10ece96d733f4a27552ea08aabec55857248f45f26f9aa87ee813c8bba2dad89a1591c1f309f4227ab66895f029d63596e9b95de7db76b28663ed6376cc4daf89ea2ca81bfdd737ffd9e661ba4414c8efa04e751bca0ad48341da006a8b414186d4c5d4b5d945eaed048df271d8281b4b907515f603fe185bcb0428ffa65f977a1c85cb2b63e8422a7f85d27eadb936900257c6e050f986f74993629de74eb84b0b9317e36465479f92f589478b701fa83e1c0f4177a3253f03af37ac14b6ace3e7183f47a367013485059d363af5e0798ceb798141a5fd1b407e2e94f6417c28f83bccbdea9479d29fdf98b281ef81ed34ec8b0876a716744a2bcfbd55952f04882545afff94b65f29a802222a0708eb7d49cd3fde50793067dca28ff95acd5eddfd3284ab10c0c46b8b61f0fbe47f5ab127c78c40492d39e0ba3073a9395f1d40ec1ca4b6b0a0eaadae3f83bd2fed2416b1025866393a75fdec00cf2fd9ec2bf91a8a77e81b5db837392343378f5b30f40c050c16c9a9ce059a9a0c51e47c6f50ae046509faff155055969833add0669563580e19a1812b42ee8793d8ff18d18dd012d6e0f48feb422a1fea773054ae40dc84c83768ca73fa0e4ecb8bd4c639f7aa3d3236b2132153df46a1cdc1eff03c9f10a037c78c907622771b340b908fd7610ce1d3db969fcc9c9325fb08aa14d2d58400e365d069fe538bed994c7ebb7520084b7f181d4df58b8fdfc9ac8c024aa6694f01eb9de6d9c811a8843e97a6190db7d80211b21315d1c13501569ea3ec3945f55a00fcef51ab91b3bb89e3360b50a3f1236d5cd97599b19069ade7ddffb7a35ab64df46cac21937806d66a54921254fcabd524875e09e859cb5a6f99cd4708e6dd798d453354a05e2fcd35e9f87b516363f010051649edf6ed043ec09c12fe01962dcf632e6c3fcdfc154bdb83b2228c10672b3be58248d197545d38b5400c13aa11c3ace590f92d3757b4147ce04fe17de17a1115dc825093f1d3eb60f8bb84e2cc70099fe955e7a63a797a2b2c60c871070770ed7e22dda885a8bfe56291bc0407df62a69fdb611267a1f7d7bfdeabb381d93eb491b0df9db5e49e8ba71823d86916a040d9130442853472c9c051f10cf6f865b33cb5be3b2b906f9befd821289b1fa9b6bf8638003d3bd24a583f02440e6dcb32a8b8e14a8fb41a5d61581fba440267507bbb661237bc01a0af324623723f5a78fc41b29288568619262083570dc5c155323af4411ac2e613ecb12571ca76f8cf61d898dabf809d1765b8b7c79e729e0f0f8c4c558e5269ed384507f5bd1b8f7dff06fbecdc39469e47a921d29e10e8c43738d4163d767274ba745478f43406cbfd52438e868a69f8f4792b40b6a886bdd5c6f64ccc35e9f29bc974c217cc45018445d9896579ef6b93b33cd88d4160', + '7810aed4d42c0606d0c1f76943d0c63f38d261cdaa6244b58c36997f0d53a37919815cc123fd5da0226fff19d91bc0c25c5be8d3d04d6c7d72c9127ddb96d6f082dd8c6982ddc8419de1fb2e816fde174bc314274a7c0b21059423f37f95128db90a87f379340d914aff32d0c434e9e60df02ef2a055e8484d7f130981ba1ef8c8f29288906bf53a30b2ee2529d3aad6abcc7d5b5b42cd9b53732ce96a6cc4d8b67bf85050e848e157e0755838b2e6902c3e4b8b02a980c11e56b4b8c212cad58c8fff724014ce31c872118f793a68bc982ddeaa1df4ca63b612f4a10f16f9985115f117e9574ecf8a5107f275d3f701f88380df348a7329248d34cadbdf19c90df51466d11a9266a563a2abb3e65a0753277652d0d343ba6fb1bc5badd5f210c917b18882c3609c229229dfbbd95a77b1010b2c783702bf9f64d37d0e604b138c630fa484bc811908c5e3b91616bff91af98695b51e77dfbd90c25785e8ee7d5ec178e35d6bbd865fe4195e4b03513497f72eb40ef06bc3d01cd2139ad5a1f44719326d973adb8b30d614f9e20ad7d12fe34db20b15a613e0f048d6d58f2d2050538669b990a5cf828519b064921b77eba529b634f6f076f6f46fcbbf7e5aab8057bcff4cd4e1fb5dd873ab5802e3cfd1250ae912f9119418108e17df0bef3ae00d1c59d77058b6c9b7681346c4f881ec4c3a732c87d016512cece5bd9cb678765dee9ce2cbd2a9cf0a4210b63f22344100007b0a09f6a4a630d25be29b750a4c3079f3f64d177c76b947c931db2890da2aa32935e54be5210488a1d56ef59b6a6c06849a5eeed6c7adc0673e00d43fbeb36ca634859782c99056e01e7ffed1d6fbdd775666205fc8ccf4116616ece6f581a31a8f4fa222a6bd8440463458549ac346f5b2cd76c083ff2df030853930887e90adcfad346ec17159e8d4f7cacdbeae892637fbb5a1002fb12c24b683c27e907a857b06140e21951e01502f1de448a3ed316c59a8a94642caecca0f9247dfa1abcd1bc10ba9ce121cb2434319404289bb3ed94d16815d22bd58abf92d65b39869ab3848e1e7d1ce9824349d868ab34a3c770740c6d14db5d59a4edd1ec4035dfd4759025e7231b3dd7eaba42c69a4cdb5027d9b81401ee559d73b212b0dd6d8afca065749eff6a832e930c0d3861cfa7107c3c40f76d998903afb2f1de835f1c65cc7af6c092994de8d4c59428823b9b7af6225381c86b8c3e8156dbbfc27908c2425728d66d1612a9186d74218c1f2ce21e124c4da2b2c3b0c1145cff2b49d474ba70875aef6f65e1e67a39bdeff8dff86c82b7a57d2dc3dcc781e1f71e40040f8d6daec8aa03bc25b76231581e4729206a0a1233c82b01450d15f7522c0a1bf54384ebaa2d8189d713bc077aa798acfc8f0ee8730449007c1a47297ad4f680b8757cda69da57539873ee28b00c5bbfdf540796edc1f645d477abe4db99a3e6eb8bbc07923103adcc608f2172cd0ee66b419aca0e71b145f09d9ab61eea7092e10ea8dfbde204fcf562056e4d5a20c502e01eee4fa408855304ca199f680b394b66e9ef473dd9c5a5e0e78baa444fb048b82a804bd97a987e35808bf762d22e8d2cf592c8d4f0ac4065bbf6141bda5caf22440c6d7275d3c4b87489919b440728e93286bd27f7f57788e92a05315f0e98b6e1ff3f1f88dbd9060c9f0841ff37910447278ea74e459d92f5b408254c6ab7fe8ad53b2132253d96bf48b6276254780699e1c7e36221354c6810a78830e56f61a52adc37f02444e312f3459bfbd22078b161f36ce1fcd0edc6cc3daaab033178d77cacb4417d81939e3b11104a353cd314149b943c5cf32f8833653cf938a0bc88273736b47595f0b79cb344cbf22f9e38761b09dfb60e6a3302a89fca1a3fa53dd6e63fb7c0d4b30574a67a0f9d6b32a5031c2e5a8c95264db662438c1c50bb7ee8342fc9d3e022fe7f6540739b9258c047f9822b653a0c3eab3cd8cdb3a667b1f7cb9779232af909097a389671174930b14d95c0c43f548c6d92cfed8483427d7206f72433178dcb9f4fc2e6b27cbc7ceb82e9b92e47c7cd7a0e8999e389d447d360df89885859accd605ff2d4350afb3323fe8307d5ae685d0a9621652c8597b873a0e7975ff523005690395ad2bd3234cb34ace55ba0f3930196328dddeee38db9fbece480e8d4d49ce428cac85bb87cc33ca54b5c27d5989dea3bd23068b1cf9e30f7f47d9d18b6addc5f88986f0457b666faae59aba4fa3a02abb6a69b98fabaf0a74ba89a9522f3d93c38d55f9c721f541b92d6b4e814608010cfb2efff9b7abb595e9459a0a6196b4d3fd1b5e7386874867d55dbf593abd2f961e7ee6c2e67e1acb1b362e1bc892311224ffa8b371c58d9d2497973d4668bc431a81f55200d141fc9984eced2cd71166492a5eeeac56174463425d9734b1b1f9395eb412cd4b3011ac565ce8550d5cb9b3', + '6b50d70eb3d958730f650f7f99f9fb046d942f985a112997dd4e60674f8e1c005d1c8aabb93210090f18de583b90c6f2b9724d165c9402eb43ec0ec20af90d9c3d5e1cec12d1339e5733b657a90046ffe7eadd7de6c11ac16696d9084520075bf35fb559267e6a37cffebe054c112433df4408535f611a202d94e9c06accb34667647b7b5d035dde5fc11fe98c8b089689c8f5222f3ca911802d6572e0c5b86482b899d92027b39aefc3008cd2359931cdbecd71bd1a709b47ab75a70fd3c0be2aa235fcd5b11574674d8a7484d8800b946db7c973c316c66a5443e55fbe705a4869786ae66a2a72afa7e42b0c3c652cc41edcb1b8fe449ad271f4b7384d7242c55689adb91a9b9faf193839d029ee9d471963b1f495a2206549b3a2024a6e7e87b1904db8890f0050ebab243a67c66503a67551904ed75f0c26a630257b0b1478c2b7d0497e2f9f78646776b0bd938ce20d3a1af2f28c5fb04ef5e809a8f20e7fd024c0d6c2a38310cd94b69cf5fe1bcb95d99383496829370ac952169bcb738325ffa4c61e12b4016e596d65d5ae19a5877b45ab1a14c48ba24af7b51b3d4c6e0771058157243b318fdf2273264c8e5a2b47b6d32f3738925e9f5e4ceff0a027bfa26a6f38821f8a784e5d2eaf7f83d1c96670614e7a8e3686f11045e08d779694b95bf888d468f371cda7fe3af0fef2a9fffbbf4085cd5d61679306b6bcdaa3d0de60840ec11e53c184864b8d460aa5133bdd53ccfffdf1382a71f93924cf36b93b027b93f24a94b19c847d722aacd24e42a087bc9127d953613184306e613799f5c845df0ff49d893d29fcae44ee61a33bcbc2d7e252fdfa355c116541958eb6373b4ababf2256918efc300c3bd73a5a4ee76be49b864575ce79079e4675235927e1f2ecaadea710b8858253b86f46bba57becac63cb990b5310cea42508dec9ed45a63c792f7850e24c584a62bf6b0d650facf7e32ae106ecaace3f8556a850b2eccc74d41eb19735da1bbbe2ce929ab92c138cc2aa05acc3ce6e360e6867349e60ce5a62b13a2ed9b6346cdfa5a4a8c7598935a954ed46fd041953694505bed82812b7ccf2fb5df5680925024a8780b71e76b8402e821bc5d4345c3ef5683689cc0252b9e9dd6bb27904b0f3c7256ab20342de2e43aa7541c7281a34817ae4d8d404f5d29dc6a237708cd4592464ade091556f1c984e9a99645d55f4f0210feec98266bf169f48add50858dc672e93684f1833b13757d3f6333bd5264a4701f233e36e275c51a63b31e205259a6a6272c5f1f29627ab6880bd2b617198d3000d988fd5b378c3040a0a81a3dcc40063287c4973727034a15e8993c37de1ad556782ee630a71dcaa41eb4dfaa9eed7deb0fb897fee1bd8c6b920dcc1f32dbd48277868e0d44f86df0959aed1321fd91b32ca17deb22e811eb8086f247b84eb2076036513bb1aa8ec8ade0cf1225fed61d7725d5865b416f284cbb2b3bcef1f277baa4dc565db2919eb01cf231fb6fbfac67ac1b4afb27f8a44f00f385f7541a35ff588be7a9af3ae554b5f2dd12dec2c286aadbc3a32a42e2100ed790b1f39dd496c7ec6a35dedf3ef4225d7e2cba64025cb8836ab3b6d264382b44069f4ef1d629897a5882eff30e27087ebf799127ee424baebadd6c2b9d1fecb5321fc4babd1003c22d01411ac555dee2fbb9d182d8efdaba3e60a8b31f3fd9c7ada3f36cebf2cd30723180bb0718fc36dd3e1a1964adec326fedfb0d4d3068e7f3cc696cf54a5c61a2b40d5845d906c6bea6d930241506a3b9e5d19eb96a10929f19855f6b7f27b248d96587042e853f2a647d8b79bda08ac6e8daebd6756753f9ebd598b119b5cecf4227abc481ddec9af7956fe7f05053f157658946cae3b8aee3e8cd68929cf3c06eb24af96b977baae0bf71e1558c9bd3c20fdb6cd30c1d28622d41f48233eda6bf93f925544858b4b03a161865bbced8a94866cb36570de11711bad7611108fcc54b1adac4470052d6b3e0dfa964699a8d9dcfe46d3b078353348c93a7bad23d1056448c4439ff0fd4ab56b9892d0873df7e5b4ad04ea669a7143bbbcea7d5e21133eabc5c87c1462a9eec389d6c080f2f78bd611808471e933f4cb25e6e8086586291ed65c6e38058fd15df5ea804c6fe0b5ab99cde861ca7f43419df556e844660ce81f86dd268d044680035776b35bba4b7c6e757cfee45f18644ba12fc767bcce52c9ce31a4a3113575dba40c7d5e8e3491b700aa10e0da5b7d5871db6d758f59a4fcbcd37befbc8685a659a97121635a329df4d95e65f8f4d4ebedc2a217e89426dfd92973180f21f58cffb4594c41a4a748db70b11cc2cbb12d9e4c2ef5ce671f9bac9c53c712ee10b41d97fb8730fa37df3cd9d1ad3fc85c460be2d8b649bad957bd95e5a3ccd61d473bb91f7839442c8aa07b86bf78d41c5dbdea690361759a3c957aef5545bf636ce1828fca636acc738ebe98fa73d53b9a3aceaa831f81ab72bbb43a8485932b4c985a1223b75560bf8e0ace083ab5ff260cf460df8ac45420b7ac8ed99538bd0ee7a96f2c3beb2f9928c7f18ed55ab129bac656beab27dc6f12c9b2fc7c9861dc57d76f', + '43b1ac9c15fcc2b0168aa9862db0304441ce0c5659db1fa80244fa18f2f7a02beaba8cfee1c2f6805e8153df26bf1b4017ecceb354b53966a2d5f619122e32d1e118b2d19cf918c68716634240a8b66ba0335af5e213054d07575d1778d3b8dbee7126fb8fc8b1e95af0e396c494892ea348b7024c1d0cc6f87337fc6d0fbab0da6eee66025848519cb8dac5faaa1defead6edc4dafdd5373fd18daf370ac1b86cb614f83cd06566181551b62a13f9173b830521d3d8e909a21866181eeb545b6ef2a09b8759918f95b04f519cf6a50f5ff7060381d9cea5eaf1cb1f6cdbfc01a6c99836291b5237da30dc7e987caa3e1edbf8512a250e71df03c3ac67014012dee406b16b3d33c3b03e002565cd8f0b3fd7e4f317e731d748f756a75986a8f6dceaf1f495e8b99cdf82c42e4c10dce08c92d1d09045bd3eee748cf88891bc15698462e6ef436e2a2fa32f81956e1a24cbb5c7d2dc673c0e9a236e873d4b05d84c5a6071c177d9d5684a4a07880ed03ec5e7cee0457635ae12ab033cbfdb0aa54f13f37c52ab8206511e1ca66c19869842d1efe2119a31881eb65400586a53e5385723f0eb08f223b3c8ad478bb6c4990a1b31c189fab70388e967b94e206901d0d0f9b3d4b6b09656ef05d32b0e13a9e46c9d63f5bf4f8717ee4651ea24d35fdf247cae55dc44c5023c2d309548fa30996c39b19d10817c926df9ae749f19692dfbb5c9b6a2371a7f562c48118d0296f2c40f93c816d64bc20d86ba34b8c48681feaaed3e3110fb94e70a01e605b144b41c27f2c0f9d55a6f77f75b71985b1da4d4650036b157d20b94cf455ed792a0aa1b87b4cbe007126053547b756666985f26eeebe64a9506aa0784fbbf2c2a139b6a39c332f3f2db5f48a301864b6e5e789c4b97962250ff3ae8310b522b03064eb145053d5c201e32feeed5ed6ffad7b7dd86eb8e64132582dedc5c5ffda4df8c97b16433401941a21e3cdff2f9926be692a7ce153663e04c928fd82ec995081dc487c75eca63ae77509607dc12be82cb62b42a75c0ca985eac516606b85fe7c9e1cf15041f88cb793b0335f5e1078430f6b7e6f42bcfb581d32bee31f289e658968f386e6a100270888b51838ff4d9dbf5b7eadb9ffb9f7daf2359f59e9b6b918ad117e4d181ba23de3643cf430ee99408bd1e7243d4be1ae9448d9be41de03d669c9aad7c655a5be60df32126db1d25d7d06a0040e47b202993736aed98ac24d1f9a91394434ce0481749c160e5db5509f8b6cfbeb33c56161af3ace194370e74ee2c5c41a4f77aab5c2ef618b48ceb473dea25e4c76a8559e0f6a7e897e9c3f6860bd1aa0fc3f1b7e5880976ce99b038a8ee4bdaaa6e759aed62a5282b2a0a01c62ebaf80c180c15b94142a3bd686c8540aa89c9e4aeee804a21ecccd762ad3ab87e5f52235e946de03fe9c70963e6d50e0626d9fb94b8b3fe19c4fa24f9724b63e107e1ddfd5266636c460938f1e8d118eb6c3179879adc113477da985722dccf40fccdc15d0ba949aea192d4793821683fa1fae6ee5ea38c584c96bde485940584843d58e78ade9aef418a65659f6c06ec0e5bc833caaf766f8a531b09621c0c93e859280196ac5f166f18711ce55af8d8fb7da9bda7a9d7607a3c382c821bec57704bbb14f6bb9f0b73648206d29448edaf8710f4bc38b71364769eb7ae3aaeb76338998973b462b695971f8b2ec2fe1174a28640d3051f70902cd510ac21599a0b4b48c6d53fb0ff1dd9d113c08c202e90f69209b2b7165f458463a14477f5eaaea95235e40392ce52511e065198b82b4caabcb722f7a5c8cca6d2d040e58b8e957d3f3d67a90f0b7d2891cca991cdf0f0e78cb2eb6dd3936dbbaa076712216e08ed954528d8309ee685afcd901d6865c4d48b63d5c0a8a870eb71ad80a7c2724e21deb7ed39fc6fd5910272cee49072109a4030a8992cef1d5db129544b7382b142a1fa7f747b66927411212a8f4dff1b6033822b9f6851bc3af1e5aba73e8677786776a630b56c645564436ec6a7f42e4fedc2277b63b494a9ba484c622a66e9eab7932915b367955c84416030a739918ff55665d42502eed393ba01253f0a4fc119b9d2cc7c416bb3f881c97654b68c47d3a8aa53b72112e004a39098865af124155067fd18e02f7f486d7040b754679f101ec1a020fb48f7956cc262063f163c34c0b150902e28ebfd6c1f35d6f969c0332271626876d840cf7b5f2cc89f0831fd71786beb11a01c9ee59cfdbb8edbd2c41b8141987c09e439392f9dd2640d2af9cc84f93173dd3db342b0416efc05fc4c71bae7b7f4250b5c0ef95e2e746e4fae379ca06a3b2874c4ea23a9f5292f67528be4f9cdc572dcbe638716e4b973c9a61b8a089f51c9e95a45bddc5affa13b5ed3c722e3d93980e99e9f6efa1963c069e114dad89d08c6fcbb4683a565a29ff8b02a08ff17c11f65290a0e7a7e885b7def03be1b062d3033b48545dc427cbba98ad6532c6754dfb86a909d6bcf28c36caf1e5b72777f51869843cb098075b8f8ca94ac6fb138eb6ccbf8c4d6f48c20be872f5ae4d547517dcf48bc3306d6be6ed62abbd2ddb66909b20c2ac2d4fc99f9e1fc627909ce58a0c15cc163bce7f4911760275cd41682158992783759bf56a7244f1c3afb598d78d74782a08aef83ecf50098157ca05d1ab753553e6a1f804fb8ee302e9333188c77d0a6f258389304d9d0b806be9c239fa4176addef623f7a05a1', + '0a72ca03c9977dcd0169da7af1fa3f3f02e374175886de21a796f54348daf8148c2ddff950ca918ed1c65747c2de90579c73a7d036d3430c95babd4d0519d7a06815ab07cf53e1d64773255ef6dad8c966b50645203a99657d31ccc3b9b4e2eb493317746ebbd7700b772e07b477805e07b07abe3f4448f2060408f08b337fbcd58d0b8a5788d923c4da5889243beede286ce982ba78b87cd93a5b1ba41f18dcb42e708faf4551b61aa58d2e6fb08b1170f23ddaba5f51ca9ddbac8b2b0014148f1b2ccca177a6f2b7dfb43cbd5ebfbe88495c0e677f7ca6fbf0e289495cdb2a0e5d298952a8409f4090b5fc35ccf3af17793066e8639fd69b80e75d26bdd5e6d8fd4d0eed5f878560c078b600828daac68b9f29669024232493a24fe9aa6a12960382a29825e36bbd78e4b24508f7783d8693a1089071553f31fba7bbac0274ef75af8e7b81bc1affbfe3372de797e12372f314f7e9f0349363daacc34a05d68c5dbc1bc0fb7a5bcf9e5d8ee0a6d7ac2058a7cb5a260787c93027a72a0cdbfe14c2908e8c1b85f4d51c380085cd1ea3de3f960e5acc201888a1cae0177aecb430ad15320a6a45adb8415dd345e4d38c022faa251f65a2ad79bdac9fb31da0c28825324e5f6f23502015b44f477460303730ca57d079f50f438cb32c257c60efc332cf29b6b285a3b7a125beb4042c57234bdeed968e81068f16c8ce961f92028adcd50c35bcd47022ec9966b31d9fc86e87cf2f982ead5a0564d4cf2e8fa0c4842c2a3f0414797d0cfef6916d46214dc1ed8365ffe0e3d24c7dbd751453f0fd5a29b70a4c42da921be0268509071aacc483e3d7f22d8b370d696d0971f3ec74b3dc64b535cf6179f7990f8ab0e8f2ae1e53d7cd9a9b0b51ef31cad26cf8faf3384b1a87e64275f949319bea8a72111b7765488e1eb4cce89bdcbe1a2ee984409180bfc988237dd9b9b1b1ebbe2ce0bb79bf1c63a70036c4b8723027df4ef12465833cc442fbe3e2ee2038d7759fc556ca6b3d945d06b2aceffc0743a5b0a9675c5a7abd3d510edc91861af4d65129b312719169674ea66ae8802db4ab9514d11f0f60ffa0ad668f49ec3e8b0acc759bfad70229ee607bc44a0989c217889a2a56aad5d1949753c2bf598ce338980fd629a7771e19c59a83be9c03b7120ea339a931c37a41983d3f9bd5ec46893b612c49e9d78e1104696feb4383d9c3b197c7beae1143ce378ccc846846fa253fd165ffa30cc2fda5524f7a05f17253f8de9c4028a77464fda832221b8248332cc948f5dffd020630bcec12eb35c8e96be080d5a86d552a71fa381ef58878db88b09ed3a49296542e0f0f5cfb3823ae93053b25354b2d491be8a820fe40d247ddee2f40fbb3c50e27b27eff3fe0cdcaf7b694d9d72946e883db49cf3f939e9cb2ebc3e5ea48d85da10f02a4bf160d642059559996efe630323ce2d4bf672305900e226a7c391768268d62f382c32aa49458440c7b855649af713cd687a6aaa8fec11376b66eca583d94689390cd6db3dd192adb8dd3de5a82e41f7e9d367bad846c60b1a2d039546f8cda2df11e1eb98306ceaed5c1c58b34fb52740b01de3daa75cfc54745ac8542dd8168ae9c85dd0c85fa2b593855064c209f5fd9ed1b80f9452957adb66a1240f025edcd31e948020074fd231ed4f052bacce80de4799df8443512dd0cbc24f12b8e6359c49422ecde05ca3b5d8b74ce31a2b6b1cd41bc30dabd9bde2deae3dcf78373573ccc925387753ba7dbc2b749ece972cc8fbc072770879db8033c7689bdcdc5d183dac0be638cf77182c1e44b5569c367142fa4676c5dbe7475f90680e33400ce8006d5b5da12a7a138cf215ad3e9528943e5bb783805a6196a6bba4ad380cd571b97f9c054cef23de7359600ce33c63a042575e03a47feafccd8bb6ef379d3733cd753683989814f763c6dc4ae0dc8823f36f929dced6e3f82893074ade7bb2acb0c0c34f10bfbdecd29cb2edc40006adc6170da85bd9dcf74c642e568912c84b07f4bade41c09f3d447dac7be9415f9c4ee027c9c81346a8ad719478b40cf8ad37839597a84539573ddc216bdd0b038dd25d6968bffda15ac03dc2580bc4c431d3efec21c0a80cc9232aba442be782d104d15b0b90038dac293b404aecd4ab8741bc170307838a0198fbcf7b32416e246b0e6538e4bf6c0b4cfc86e7d3b71efc255aaea2094251af03c1d9979cb315f6594720572aabbcf6aff41ea55cd6af2ed35e3b85227ed41ff81f712fd7b72aa5642e151cde32f10cc6b46019e4cddc9de03916230f8381e2fa672e8a6fb80cd02025abc07bffb8ac35b0039c081717a7e07df7020d1afb766f2b5a5db1505d0501c05d08806c7463516961d2331cf0fb489f36b8c78f9168daee9d0068fa6b927d70b14b9803a4a0ce5313230279f8f67d0f5dbdbb6bf438d2335f28e320d92717c941000f4fda02e10f9024d2a880381250e467553a9444c96c292dbc6e2631553c74dc62cb85085df1514e3013272e9d06536c2175e23b452b7385513cc32fba4cd5274ee1260f799aef05b7546e4871924322aca87e8ac9e3d6d64e074090bb7cea77003b3da6e88eb1f1b4e6c62434770c31533cb991bc17cb770f782ef2dd3f1d5243344c5d1f2f5288d544bf205a4746feb1bd340eb049ba1e11e9ded49425e63f6456d2a0820f393184e8c9fb57655c1144a47e403afc3b01f1e6d09474a3ed95003d510fa5a0ee92306d66e3b063e3ef888ce8e4b0a1b6e92bf9b4d0f34b9c09933257f91e86eb01842d2697f9c5570ff9d1045ab5ccc62a2c8cfc18948f69f399e0480b4113a735ecb28976a80c2de9250b6110beffd14b803b06c9ecd1efe980c1b194b1e9bb75d697f00e2f9', + '09ebb3463b01b2c492ca2b1f6ac7e6145eb40646537230d5b945ef330d3f5733a2fce963a290b79c4fbec9d78f6bbe42a851b69448f8709dc8e2b021b106e4e68081060ca687c49dd39fdf657410d1047b96b2415e5a5ca16221ce3919c4cec029e0d3e850ce21eea5d63670219f65805deac1f69d803c0a0e6910224c5f5ee8278315a0a74e16b94ec996a19c01c3ded9b5aa5b0e5358ff55233f8452c1dc8702d097dbb3edeb2354e2c6a0ef1c334774603617b8b9f7a9bdb5230934d090c4403120427d94e7564188901422dafce3b8512dd3a49b6330d0888457f976c1c86b0d777d0c2c537a9c22baa63b2268d92cf15736d8e2e2bb16042a16a99ab9ba0acb6533699b77b6ee1a0dfd44dbbd5258a87be95e74bd721691ddef4d24bec3a6d5b20c9acb9b33bed751c244ef4475c5df63933e3b3c7e58986489ecfb190bc69226b2a9a2071994c14e9c4445456bfafcd5dd7e1ea607647f888e8e0912b9f26a88ca9d0a028ff840cb344bc5085b7f699a6e28044534c3b011a33b35f0f6b3c5a2ff7fead6bd73bc92316157d46edd8c7af043d75f2efc91c772fc67fde98f0b3af65629c9cc8c9d693c8ee3f3cb9bcf3c08d87e3d1d978c71a3d8877fbb10a4195a2ab124e4cc4b19fddb51ab9c4199aa60eee127281c08d9ded87ebf93bef907d104692f2cba2f6a1b4f89450658518aa08de86477146dc5ca0332059a2070cc03eb3931cddeaf233ff37408336761a570bd7b3e330722fe0f618c99f7be722f9ae70974efc0340e10cdf83e4bf630c3768782fb847b914c56fa74c2d32068f93b00c13eb8e927f137e8fe2d758d26ac5df2e5e491fa217647d7d3c956cfb8f2903f4ad853e0ee955b496f1fdab5ab27cb078c41830b3a4689ff8ff6a752cce241ab8a8ae62df3c225fa315aa2f527fd69cd5f5a81374482c57a9291ef310a91f64c6a9b9a599c3f3c022e27f4d602f6de4c4776b404a7f3a251c2e255f5dcc7562bd25596eb53d64a694ccdf8dfa4dad28c2adf44fccc61c98b09310225a94b094fabfe036b7f4df4377596d8987671ef96f2db58a71994e1304ec51e49d8e6b8c1dbdf0861876de47590c8b989de83da7185b3188cf753934979e7d0e9d3600b874c40ce56d5fec22b85acc63b45d73e25cdafad33cf6787dc71df408e0181a9abe4697cd2d0c8355f3c8a24351436c1bbb0163f24079964f420f597bfca103b348da13b5be092e61b9caafeffb1680b3a1832f5e809afd2966d71fd0596d7682b2e31337b6d267d668f537a228635c5aaec49f8063b717bcc409a99e7cd9cd997af618bb9df4aa149fdcec025f965971314a4700607a9049d81b994edd7283580f7796c9d9fc7facacc64f99074bf287e778b8471d41d18121816159f1d4325eff0c1fdb0136531f4e55a4dec5e0c21f2ff455ccd09965d31eef9458605b451ea81816779a4ebeecc30fbe3bf1f142978931c21a510dc7b04e9aa4c29f845607c9200d181ba23d85c958ee4941f9fe9171b56fb7e50b71b93f27051105fbcfbaa0c87644ebed398abfd5a77f0c57509d7803c11e231efe5e4f2957cc4a0e2c97ed55e476a16c4d6c14ea8c55d7b5d30c0a8168c581b4b8002cf5ff6cc257f73ffd6cda35d2cbe39a772c0f662a92106db7c2c9369769595f27317e7b0545ba035f71ca0ad678969644fea3188b587352fe4c54f9baa93cbbdc40477f9973df929219265e42eec0f00cf6e9e55085862c4c92be8791f0ecb6cac70cc2e55ef25e23a781b89ebb0d384d99366530a5b37a311a485883ecd3c0712a111d7f537cd682b16e925059d5cf754a3b10a235a5cd3a6794e526d9ac794dde06c7de1de99c4ddb4f83fe47b53612ae4a601bc1b795c6ef26c5e153b141df77505a780ac30fd379a705ff0125fca429f6ec03b683547535607349f79caa947a805dd3a683b1b2010780e912a293b841b30cf0a07389b3cef465d711c9141b5c194a777dc6127825d38d22f8a58bbd8a215b78fc02b6010035260f5ec13ec2907d98e9fce4b2844cad93632fb9553267a45ff345db69fb9db53c592b1f5b28bc3fd191a07a1264e9f83bf0245880a56ece72f60a4805f1ebf7015af32e29bc33e27d1514f0a2a88245df70730d8e8504024cf7a5f32a827f6d1d7b63880b0babd803caa6d2e3adaa09065a9842ef5fcbe2368ec547382bcca9f930e8b77f8568b30e48e2bb6612c5d43915108313a43ae0d811d4cecf6c58102d11ff3707b80ef5e51664f4aa466a19f0465858abe0b5709a3750e450b2a64211a513813422130330998a2910d70b5cc454fc3e0893e0240555c6425cad3bb25f50c2107541f97d6968eec34a332e1f1dc758adca4c2f7d91f3a143439a9ce35ebb877f5ba646c6f80aef5da6e946c375241a22616817efd8977e71b6392e47a83bd02847ad6f7284d62842c777fa0c52e19d265e761dfd41c7ba5824d77471c45838a5d9e5f7f27871163d2c5d9c3c4f867e341204c61855faf161001413d42b973d7272de64e94b5225873608c1e5b39929e64c8294d39db79016e86d60f1468f3b08b3052aa9860ff2cb7517ef9b37702c873e7e0eb1716423044e42005bbd96cdf31ae8ddc5b0f0fa7489f999cf33d1f2c19865883489a7369392306665f94472ac0af7e2b044aba90cb52c34e44105191fcab7b5df3ef7275f54c6f7c2722ea5ae13c0de1bb9a68b1eb73e658ce7a00bec46130c1419ba91c2167458d3c0abf373b5b2245aa8581d04e09e902b802947c1aad5ff65a287e25657a6fe2c6d42c887717a59ef6956db69c1cb4942b317593a699f045651e5b5a688fd5c3ec099b173c757e35ca52952b7eb52f564e8d0bcb0f2cccf68a03a781d3ad5f77d63073aa337f96524c435ff69bda42904aa0bfecfd6ed951f361ca634dddf548add11c0a033cd33ca4f034e19d96d58946f2f7bd1a68009dc5bf2cc87f267f7c9974feff55b41e3dfbe17db229eed08a6b091c070b212a242ba635781090e55cc1a28150d1f0609b', + '46cb5d391e751146ba9700b4fd5f36ae7dda1758d8fe50fb47ed0d6275786d8491e23263a1e7be331afd3bbfaeda19096636bd30f0d277973ab9b54440c67786226603db799fda10eb52eaaafdbd0585294392bb317083c7b23887ebfc7f80cf21df376a4ca54e25541c773e910fe46bef89ffc140df5ad3d7f0e91e52ac6fa5b7d336d8c3ff03ba7ee5494313d89d03df8f6a09c827e603d06b44a7e9542c510ccc68ed85b7e0179134c8812a20189522dd3c5c6f510d9fc631014c6b7f9e1a475135703bd5cc84b4925cc07ff03d69dffbde82dd64b9eee0c886d67d35af4a90eb052b8c5fb1480f866dc7ba4ff4c73f72b643bb68d13947ba3d0cc97f4628112040e4215f76accb98635f824625f66ac82e67b1663dc8228f8cb8f7644bfbef7b4e64a1dc03f81050a6507fdcb83f8788adb56664e5e39acddda0afeda70c55819773b5df407405379e625a1995eabe379af6836db1d2d7fe978d982140a369bc84d8056f1567d3d4b45cbb05a43f395f5ff2af8689dc00a922485a08ff0753b37b5d38946a1ba1af4e0849a9ce851d87637193b9554b3d57e6969eaacc823ceee5c8f65627d69851d62cad0cf90695380e3bd70dfd65b88f4b420c10905a4cf62be2e9be34e1e041b2918f360e08c6f9c817228b697396d9b9124b4131d8aa52b373b7d37984a0074cff9530f6d4db52f9cf1c3981bc02bd98d0044599447f8ae743089ede06012c0a3e6a0197b2facb09296e212e8a22c45042de25aee6f2272e1985254cb12a375615b4b1dbe94ced61eec04b56231e75493182e85a052cb0efbfd572a9cb43b0974d1c49a9c3f83f67e6b9bde2d01f59eb64979684eb54ad94fba18ddf9d762034ae49d0e886264a84d80281bbd94df69fa5c63814de93a68496917cd46fe90e9700e44e827b0094208d439fc786cfd7cbbab7d4f127112427584c497289c402270b94cc5eeaaba7a4ce231df01fce81d96c1175050ef5aee5087bfc9f3230844c970250641b520b76614a051deb717e2f837c2037da68cd2670c59b45b3551d6e6bd5e57c551b46000e615f3633e15437c7a2df6fd591085256d3304b545a54f550b6908ee22ee2a99f1031223f458e570028b9954599e7d1834cc2995d67b24a0e4d5b8208b467d8dafe85cb57c6b1f9f5b9b79273a7f20bbfd95a1716a6bed36d414d4010d55bf789d46218c38c47846ffbdf4ca7e4b269d122ffadc73d00f9353b6eb142b8486d7239d1f1cabed86036963bac2977ae5183ceb943b75400242de2c7bbe586b5a25ed6d83eb684eaf41233d39a40896e2c9b8690c12f1447bd1edf5f4743662bfe145382e7cd0707aacb7aadff35427b63e2f18d0f77a45c2ad0d93f3ea28131e95e57d4d5586fb6e92812d3c150c95c5c20b8b715d72dc7d50b796d864bff4fcb028ad8ee9ee4801af2a44dcad94799811d8217bc97d711249767f30986070d0cc995951be98deba3f1d7210018e3bb39a0f8b3eafec9c1813b4ad9ad9ac1f4147b2013457f9281eded54594d55c649eb73c29588552c5f53c0ca255cd1568b4be0d25b52a91cca60aec2fd98d717cb015c87c57fe4277302ef90e1fd71ee5a1abf54742caf534d64fbca13c9e7ffcae224ef49b5f3e386f68e441478c3b0eae7e24d66b9d95e92629e14a5c7cda6cdf693a42b14ca881f96658ec7b50fc5c21b0f663ae36f6521c05d47ba7cd1335ca5704b7383b13dc74c3e14019b9d556b1f0f47f790b89283e8010b5bcf3bcfff57858f27e9ef2a0580df81ca14b4876b5aaa97a5aafd0b3f40520a8fa852a13f7498155130cd786198117b2a089d834c33a7ff4d1886f8dd3217e95eef5fd2a3647288f83f934f63fd9caa2a5da1729514d026f5c29b82e5251a53d08caa89b48fdb8e25fe89d6941748b8d1fc067ccf64ebb5a89084d1e08121eeee687beff85e9acfdf55f6367b4edd4a28cd14c8818ac1536b6a880c56adf562bf691a2cf93779f52e2c2496a10b220b35b8157f33f01aa94838f15bcd135e584b78ce673f833ea51a6b591f8cb4e0a002a64fc86efdbe5e46e205e7cf1a23789b7ee1c850abb289acfadef9c6b3dfb4977d0bccb819741b6d500dd8e32a0e69b6619978b6159d49ebc1fb4bd76ee7edfa2791b29cac0588c66b505692abe5d4a40b3f9ff92bc78de0a9f73d454fc0f3358a29a39f1e3a4c58191888620571606e621a649f54f7fc91981cf99abc316f50901bc74bd8d9102c43ab96dda17ab61b5074f032f7f73e0877b0a45d1f04095120ae452740aa7b48d252a98be5c87db3bc936b3a7e8dfc4d2ffc6917dfff6842212c46bbbf7736b6ac55e9f33a225e3f8dc0fc3d5082de66a6486e4f64eb352a7ddbf190be06e87ebbfc7d9d095101c6ad43cbc5d59d8b5dc6dcdb8d168f17121b046f2da3203aa6e58f8d11b81e0d500364015975a8ac3a76ffd95a5db5b701e3eee71ad78dd438145543d8b14e2be6776bc6829869e8039dfa903ca123bcffbde382e0c3155d3b2f97c5795aac028ef19f41c6a6aae8c2251527bd4aa2cf1591296806ce807eb81e9d3b7c1dff3b52594a9bb00731537ef598c665c0fa98494709c0145f95deb6c9afce6a610e7d3a97b2fbc523c6d240f5cb97bb6bf3bea5c7cbb293e01d263d1815a5c98da2714d941f8a8f63330d0f0df6bf47b455ea31f9b7680ab8e1fd56f316ea240b83be9336db70952d3fabf32560699101e7c3f4c61507014fa60c0742fcc20042790d14662dd45feab155f42552bb22bb72f2f6142cba000d37fa5aed0d57e79a4c06d90d5cde760352b21bf514dd814bbe1e3fcd45a7905a5b7057dc92d1607bc350e911b1b861deea6b6f7eeef8361793f0d8d7a8f6389ed91605f7d258f44da8944c5c7487a8e54127f8a62834ca89b910c81c9dd081417a936c2717122978c1790bd4ed76d47f1e8fbf5609b8c408f72517826c5df2ab06909452a72a8a64d7a82d6363aa6c134a4acb77daadacfb17d7cdf35cc4134445b48661cbc69c7ab1c8baf0204ef80b8e0125efe43a0bccdfd0f356b62e6c75fea8493dcb0fe9201982bb626a8800ceb05cd3a86c8867e218b59192c3c286a4fb13e5ccef2cf8bfd57e37a38a800dc47802df88bdbf4ba58a31ad91c8a9e83b029e63f87f4551c0ae63369ac860a6', + 'ec2f7852d0a6e6d13fd4220233a00d9c9c063d24f65e3b5620e1efc66c6958c7f378818c2b7cb08dbb51e02c8d08719925e71ff332b031b06327f23e7cce65eaa9f3350212eceb36afa263445e4c81d5337d20a10f614bda7443b0c8975351b1b7a77dfbae7fff94c6cd9592cdf5a4176cd12978b4f8f39efa4010ace58185e1c59c42c126bc546fa6dc5d5e038a412878ea23be4afd90c29e23f9318ddf67457adb6a9aa32c528ff7d6a2ef2893c2d100d0f4bcf8f9890f07f655a0b8f660a47f6bdecf4d5562bc62c44e8e63988ed8ac8c86bae773484dddc10b418d4cd9c57b5487a74bc1eabd8ead4883dc220d052325bf003ef33444ca8a035c356b3871179f4c6cc6f8545b25997816bcb8a7220ea389d52601b5bb745b2539d7dbe670fb531464e580065ecc91c68f2be3c4f5140fcb83c726337c833b59209c224c8ace78c9d9d1e36a8e2d9b1a35502acc48de706d5048e9164da0338758accad18739175211b1a9e6b2f0c25c51541527e113ce5685d2d3c7f77349972a2e5bdc2ee3369755ae58e494bd0b742b5e2c3d885c3170698c6bac42a38771de4a5bd74875e080ecf07acbfa3a804a0b97f8770761a2a2469f392ef5d9f5fdbc2a54299d961af5209e9603ad1228c73927003b25c928d46232c5b5dabc9a240bf3cd3af5efeede37e135f475eb0bd1fc35ccf2a93dccee076e98aab7f57ecc15d04f72182763237ae0de06196e32519ee9e5055c6495d97b7b3973552ba9de20e76139cee781ac31c419a16342a430656cd2da06e78b7b0680307a7c07244375608bf7ded75161a4b46e2d190f69549ae61bdb6f6db6bdf2a50626f330f6e15c645514119eda2b1ad96612047f8aa7847e496f5e9f1f87851442de844f27a21c1b48f82fe525f0dd5a88b8ec380e106d5de3fd9c25cdc209f26c0cf50cc06dffaceb0b0053389a33605d8799e2fd769bab71eff2a6c854c46a0c170f0ec7294b3fc6b64b911d0f65136ce8d22660c3578f7cac25ca1927ffa1ab679afe47c049fe625fda46dc39ba9a3d4160ac3edee9318b9c003ac72201c2d0645e834519410f4670731b7bfe7c1e58fb0c1b9faf99ba26274a9eda2c14f304762346cb1c7b9afa4fdfb80448f1c6467f9c1b8b1eaf52d5b5ca9d5b2f7e5cce05b0efe0b13ec80766e6c47efe63bb8e34d8560b13722021ae49e051128827b679ce258dc0d4c0f41b4fe8f2081824b8818a7126762b4d917a8f0fc4bd7a79443a4590d93183ab49d8e4cb674e592a4cd07817e52f2300ae8164d1bc179c7d01b0ddd9ccec94b18f046b16e5b76df5d3886bee4e269f62fe2c90ce420a355874435da86eda4ff94d06ad70752d9eacd5102b9e6c44ea9b0be1daaf5d7e8f35265c8fa4c8e1fbac0b4872821d983278d8d280d0446f4bd25d090c1c1659f03a9d613976e1eae1f1523181f3e7de72806635322ce09009307a0decbc7484a18f63bc24c6c1de4af1a829a46cdbe8a6ed06a1085947906ddcec5343387fe7ea5d00d3183b71a37cd49898a195009e16e6417ecc008155bffe3b45d8373f6a12ccfa10dd7df823c0c1a7e641155ee809949d3544c897c947c0ed4a7562bdf66303dbda3a355e445de05f7c4c95fdafc91ea42c395a90d34c488cc9e0610071232b2a98f80bacf09d5a47c08abce6d99caddecc725d745a18bea02ce2db10c59b6b70b4dfa6e90ec657e71bc3332050cb69d27db97a4b48f14bafda4379f6d813ec3495b7af1d8621fec8f6bea1b3fa9d7908a8d4591e842017433bcbe2b994d3d5fea348cd5040f67871b744afa8c15c0608b38ca1f4f6ec49e3b742be61df224f57465aa98b238ded6ac81d05068c4e375b08a9fad6869f0918b66fb7f7a34a82c5e6b4ead5192d843c8f114ad542bd35880df30ecb1c808168a01b7381c79195d2eb1f39370a1f656e76e8261dcdef27172c3282dba0d6d65edd0e9a0a3340b106bd633eb8dcacb988e36943e7142d3690cc2d010efaea337fd510d597cf9efde8c448a060781aa813405d463affbe8a7c54ad316d1204be55f1e9cc3283f5a20069960837c6b15996f48cda1f76ec4a632e7abaffd06b9f67976026e2378bc7d612141d46aebbf59967bea59d61fd9fcbc15c45cd1d69ff3d303f8bb0d3aa95f3298b8894197ea3a401bb4fbca83ab03e751b7adddf440660254ca5a23f9834de14c3f029ed438c402a4a818434eba643b27e00390045db57dc5019c3639dcb1f3d84fe0e1452d7f44a35e3feeb58a863e04e80e966b4a7aabf1292182703823f0a965a4a74f3ad49c9421c31b6c8df246753a1f3fbd991e2355cb6ab741082c5e5c0abe5f76e36c60f3ad5267e857211b0550c61a5fbc286a5f42d83300ef33935cb99e8840a99f384e4b5e329d58aaf211c683b4e64611e79a3a0a84543fd246180ce5a0211ff58910a6572a0014f88236f5e87dd5a97321831b72399f8c60cd3a4ef435bc98f7e9c728cdbcc50e8231f18964f3a268c4bea6619fb1674797cf202a7ac767b72ec0fe5d324940c7e087bddb79a4d1067f0570a6f38a3013cf926619b9c3b6ecf2a502be257df7b38c0a1876a71fe5f51aac7e460e327e5370dd788761b92eccfc1c90c607b97e73fd2f7de56db355d7100a2bd95028c69943f6d40de31633b9a38e050f599a396bac6e7a924e0da50f07a505db5a0b9d5781750517be796a45717ffbe4ab8ebd1d225d7b27b88d581f5a0398c69c296710d1ee983f744136f2fe78d2007e057dfaf7531bf04dc0e38a9fbc61259720b847bdb9e9ef750c2e4492ef23cd419cf0a78415c9966e36dbd33125db62cb70058ead7d86926148c4bce7795da576c3b98560ec0084aa5db57bc6d68418b9a5d33819800ad299757ebe547e0c43be083d27066c5d3582b3e4f6c954d7c1d210a5e68a87c32abe20d0db7283ac1267e8f00efd0d3c4377c80ed6a11762c8b56ef21c88fb6c052fb94f96ba10b98c14d476afad552a190a08779df69491c7c41f5c3c9d3141fc6ecd6f72a3bbc12b3559457bafbaa330aa03d3bf226301399e9028e92fe0016b0bdb94f1c7cb3f7a49e5c1156cd43424e83887bcccf92d88a56ffc84c98e16fb874274868ee590f3e3189def7d086960351528094ecd634f690d5ba1e271ff0851b072b3719162126150107c58ed9f6d2138293730666ef85a06aac31352262c0b94040b08453f70752aed3e78ea52b63d000fc91a4a9d1e08da8e6ac49518c1057bccffcb7765787f1768c865853fe5d90b403154e07a2af5f76afb8ec16381efc6220423ae90a4ef94378c9', + '0b6edeb5f06b22773d0af727dd59bdf552a130004ca497bd7a233d9da0a325eaea71faf280e445685ae2e30756a5b57887bf9976d05c9930b2c863ef6331f9f820adaab4c37f410e98967c1d6d56c003e89b0a151efb293c604c2b9a58661571562ad741e4c47e31a02cacb04bf3455c1d3c6c235b09aea82cb87ce8a9cddf1d33f167e3093b659919af590a1704ae4ccdaba5e9b20c903dbd13401f7bebc0c4600944df5b6d5c0dac246d71fa12629ba0ee9faf498e36c3bc655e88f94a212d847a548001e1cc570195cf2e1ca4c911400f40bd48160a02d0b6be6b48716821484d810d231f1e3dbf096789a4424b765215725ad82d73c1a20f481093e8ff685489b1cdebb0b8888f891dc9ba74509181091ccf2159d9cada77e4be00384cca4f36ce097f1b0400181cd93888c3402b72f226654a25a4e31ff77abfb7e8b90fe15dbf0a07e8686c03ca831c33b6830cd0d877617b163dd51996f259e180acfeb3056c15aca04e95f79b03bee6d681fc41c4f90edeb60a67715c34d5a6888f606d36bd7595ca1d449d984166c7a9a3c36dbc93b3988c7463cf51287b2d89c9fdb7f89a70ecee3d3f9dc8265cfeb94f28fecb2d97d420e48fda7eb7929f0bc29d3754eb50d694164e9e3498e7b48eeef599f6b003b8fbc0b53beac7642394e2089851985b7d45103b48e2805011aee9f0e847023f6ca4719b9a9d4137e2ae910580f889da098893cd44dcc7e03ca3a6e293c50c9319a3600a9da00e5404e0375e9850a714a2e607cb3a2a53dc5ef58f924278b647e781f4c9effa1403b0b23cd98761d8536ee6d4fed1d20e8f9e2a0bca9c69e9a2fdc594a236b33d8b0ead083ff53305dd9810622eb2dedf4025cc8150499f8bed84f7aa5b1bd47036475803578ccf17fc46ec19228555ad361a635bedf2228571a3a09dbd4564954a833c96ebf13cf4f5a10362a4f14062baa67500693ffbc0738347d5905d6b9310e9df27c1cf828613d0dca37a9ea6e514f18cd88cd731233e4b74ba9c0af254d0a2cb20a3ccaab39dfbff456d358f1e8c222f4b1e63cc951924afb4a8f5ffbfd2d588e75790ba65da4cf5b1455e04f56a62e7c1e68ad5004b36812b7ec59dbc5dab9ce6a5c4bd8313e9454ecac00b52f5d83aa2adf5534b1da87187e423d133ba4c91835710b8f591fa7783c404af1d76adb2563b4b4e5ed7a30830a3b7a50c32dfef28331bb5a399a814bafad1f53e3508d7455835cf21c14ecc8e8328202f0b8d3c3c038ebb75761aa35a35d0e79d7a1230d8cc5bdc7c22d247094b1f4a858d7d02278d10d3536e7aaccb3da98c238df245755e6480574456010ac5432cf402d8c8509a4a0425cbedb774da03ecb6b5d19e86d8f9c09a6d0381f7b73dcd65b0c51721f1e456d3d39d4dbfd486103f3cd7c47100c1a62de6014f3aeab436c1e06d76015c85d145cfb2f513f2dbffa7682b3ea09f6539f8f777f33926516deedbf76d58a1d57e63065438d8fdaac1d482f694797c8c81e3e78df55e32bc7cd6e68c848f897e6416c2a99d77be9a5fb0d15f4f6661df87d7006dde10d89c6a5f4c54440cdc258b4449dcac56fa54e0229f8ff6cd140552ba883c36b6de994073537634386275fcd6e513edde7c804c1132ae11185ea7ea76c82583ba0d5c05f9451bdd7be213beb5db76e9770bc5ac67d4e328ae076d58f1084e4f832d8dc1d9686ac53e26aad9c7762f278a6ecb070bca56c4f7d7fea31590df217906d47dfb058c76e7f4e056f6fd632f7d6e3b65e55f306c5b9603d3c8a70182045fd7404763a878e0155d3c29b73d8abad3bdceddda99a9420b23f1f496dbf98c024112a5cce7518f51ca9348ede2bfa765f84bdb82b80214ff070480a6970e79b5b8fbfd86718b5e6fcf643ae87d56aeeb95e3c7a1b6ff393a5714541c5a493341e40437da6dadb43913b6e9ed34d8362f3b9f897dba281a84ba2a58434f33226e6f343b100340f8753f913c472fcca6f79385095eed061da5d84c74629b53af03fe94f1705dcb94ecfafd1b3c97ba680c45a0308e7720ab645a8590c0693140ca3c2a4142a0d6ef66ed036e16942ae336f8f5e4547ffe2d8ae8da94a6df563f89ce0014cdf7ea71abc0aa1d1b4da57f3c548e0ef72d2909df2955685c254912095f1e505a888e82821afb1194ebb2a4e8037297c0aa28a92bc6fdf42a64922312958adf317b4a8ab4a3fc30c895daba00aaa965f71e83733666da2158c4bad86c184ea79af9a6f10a04b7630174a4294df43c62e4b1c3d1c8b2f5d52d6c489bde917292dd2a2b1f49e5349385b0985a97863274ce896f2aa85255f9f285c4d331a8fc874135607d3ced7aa69e703eb3a60b9385ffd10fe59fed0276f036b7e72d04f66d0f42cd71aac5918691dc1f9d4129677cbdaf2c6c752b05326ca8a8419a4e672e907bfb645a158119a91ec2813288b741514b4d26f2b66517b1021f48402d58b1090671bf158452492d5bafc53fd18abc03cefa7bdd332a0c066da464e74ad0dec50bb7e8a3ba0dfc64be6fd331ace9d51a60bbd3004d5df8b211c0fd564cd79d0bb35649cc60ba1c976c8911cfc0db74e028199621aa05c5fe15fa7b56dc75d62225d548581e5f900f9085e9e3b668819b4f9b2c09f22a5a32a2db47afa2b371538abc4f0e9b06401150ecc2333598e494fccafe80ced49f96dfeac729459856e60a94c5b780b614e8d4450389e6748513582c724ee60c7c71f5af648b6e2d6e23cce4121b7478f4db451816ab71034c5f8b4bf13ae1d9d90d0bb2869fc4799f51f9349d022053c831cbee62617d4e22c2bcafe40d67449eb04a7c962bf084d2bab80dd0342b4f78338d4d4f75b25bed8214deb18f2254b3a3da94faf89956f0a432f512783e74ec29b4c045adba3497e8ba62c288b711002ee2821cce68f8df588f76cc9801cb0d5b67ccacd33ae1063cd6c37dc0d1836e988acf63750571891ef618645a1b5bc110cffbecaddd6824c692874cff16b3e32bfc0236b417c9d43d8f624387352cf19114d46d0448d3d7cd1438960c2ea8482d5da3ff544608aaff83dcd1e7f64786275ddf989f262a099b845dc2b0c26a86e7d83a251e3c37f2aafa0e764107b36618d2a5d3481d73a1760b7f3ab37a0283a1925010d79e5e94871b819b5e0f787bac9dad87c5d5b887a7d12565ddfd7729a3b66c274a178377de0fbca607b79fab2de37f1ddff800a376fdd7abf5f4d15f346a17d43e4db085f7fe470102a72fe0e1cfa4fb5e2b54dd2ab71e74c506190c9dd6d87f7ae8eca5190fab12178630011286a38b0a18bb1d0d29802813dc561a2724378ec79140bf8e6a6f4310fdabf606330434ab673d4b6578872fa81d90701779bc6aedf0b2bc9c381bfbb4b3a6a705fc505d08c0e24f7bcfbbf24c72cff6b800f07bb4ac4d828ca138a1ca512cfc59090e70ea', + 'b0517cc1d46ae79e220c9ee73a2a54d67e6da0f26834f63222d9d665503643d13067771be6d2d56711651fbfa21fe9b9eed24e540227e12436e2e6af0567c3161b7db1f8b053b79315c1d92c8ccf8db15d7b6e9e26b7341d73b2e4718e584494991c921fd9f5756b55a634f6a0432608f3f16a967eedd76600d036749611af95d0cb825a0ac0f837fa9f98e485829d04d7bba805b2d0b34706c44680c398ed5feb12e96febbd263f2b316dc0e494dbee326192b26a68ae07ad177b5dbdf7e53a10792f2723f3e8ca11e61b506482c70e2b6c8e674dbeb1f01c503cd22d367e706889bc4a5b6b2721d3450a5dae5348abeb6306ea03d9a5487cf7f3a8bb5ba2481ac9f9a03a2bc98d9bd6a3ae690f480e99ce610435c27058f49407a70e7038094ec24cf0693db7548e224c0d3ebfae805e36077d8b7ffc68adb0e097cf7c27fc2efa1e048fa8dabed6b06e40d56a62476221601dac1a2fc0cfd2e640a5885969dffbd8a2557519159b087210d5184babcc1ad4ac419af3a78183816a399bb5988c4de09363ab5b9f04b3be45e7d153f6c4a6cbf1f1082f67eb4a19dc33bd23d05b76a09f60528aa63a38bca7b29e616e744fadb5656bcb4636af165f3af68b5a74007e8df5738d70651fd3fddf865e5d029ce2c044cbae8d8a3ae0bbf64fd57e0073e427c9154c45abf16a11159230099615d2da3731c2830e74dfb810cfea84275539338540af6f3735eba9fdc9c0bb5943e5cbe6a3ee72ebe47b1d307fb0b41030e57ad0fc9e352f73bd8e3e33f6ba72ad845af82c1aa048131db4fd651056e48b50c4535201debc34488881d8ba500adc155116d12e564e872b43208bf2b1caefe2d9b549c0b305fef45f6ec1f5c349560276e79c13dc25ca0f9340f93f0eebe303809feac3fc335c29daacf58d5c56a5b1921494af7af4642f6c06b6ddb56fef1b83b93cf2016dd34fc2e47c6c635a508c6c44c1eb78e3dbf5961acab6ee7d9b92a8aa473609dcedcedfbd5f78207ce0f9ce202cb01d1cb9c8d8233db1013d70d0b81b13755da7310ef9e0a59bdae5dc627e4fdce4b3c4850ffbca17b535d8f53d7ab3a99946f82778d8f456bcdbbccc2e457ad9708006c834c8b661acd476b341b81b10880af4587243a27bc3692a39c5eb492c3dcd08099e048f237d243e304538fa502cf1c54b6504921a97cd57aa8f3863dc32e1f2d0b57aff63106e59f6afc3f9726b459388bae16b3e224f6aa7f4f471f13606eda6e1f1ac2b4df9ef8de921c07c2f4c8598d7a3d6ec4b368cb85ce61a74338221118a303e821c0f277b591af6795f50c40226127a2efacce4662fd7076c109eb59b18005e7165f6294a6976436ee397774e0df5000b17579b38d58fe0e1b5a2d1ccf329b4fe10f71e8180fc5165a369c705f6150f8c8b20d8b7b6d64cdc0ad69f2b8373e734055a2ea90575c5658610dcae483b50b73c6fc4693a74f363f681444031a6a0182c67804962aa4a7776d3ddd16b2d6a96138c87d8ca307e8164edeb93638986b46d663de9fe6086a25bf9f3f7c7b40631f8be488cccd3953b3960baad82e5420fb19e8c12416221ee1bcb45a7c497cc8ed44e2f0caa25df9b5e23d915f7827b31de58964a9377c4639f91fc69caa063b78d8465e0caee05a8bb7e71532928da23dedc821c5c66170acf933fc5419574b40da8129096f6ae6a38b8aaf07f9f06ec9772790d04f8c1ea93183744913fa68b3a025da4740583eabe1bab7363aea894f362a3a7f3f56b0bd46a0b6d2266a246feda6fa5cee22c2f33ed9d643c1f6824d9f327719225bc7678cfe4c85cd210ed4077701b0b5650418177a74c71b8eda3306e2ef3474f5d326990eadea84a9686e822878c932997298e01f2b16c42e019e21bdfb67b3df5478df444366c97df1bdd23dc82ce23abee44d3a61e9484e88ed642634197b52dbece451b59118191b309c29884240b31988934ea185148ae0bf42be11c0180ad9e13c996cd00d055575347e31bfdabd430476ee6290b54da97241e82d023661cef43cade1ca04cd20ea3f9e4cdc1c93abd65c7c3d82a71133b4e626ee4642e22ba488e1acd58bdb1e0e121c425d82e0b47cb88a9ad166701fe5a40cce02ba26806095e736992ea99d5f507aaa8aaa2f0d761f8bf3138fe4de83000c44de28896db6e811177b59c33f6c8f3bfe09fed90730f612eebf6fe9f01b9ea80b2f0a954415f411b7f299b274a402d2b5420d69526bd091d64b92e9e52db452597bdcd4841c4e4ba0a55af1cd946fc158c9326a4f55339b522ea57f3e27f5bde84b1bb1de285b3159fa3a0baacc3aaa51162a568eab9391eafef4146b98e72d102343d792d8bf655c67a35aaca9d7d056af31b860cd7517f9332b43ee0eed32698ae190528bcf5a1074237943bbebe5a1fb050a96395c900541978835e89c606cf871868dd01f722eb646f1f080cb4cfb9000c77f8dce8cb7c0e54be3b4592992e27024a544346fff946a2f43871a989bf4a1698d292f80593781297800c81063df69f5594682861ba519bbbd3d4e3b3b9f837b5f9a13fd91fbf78b534c5d976845db72fa559e670b4ed211be21cab732f71377676ef066daa4a4fc15f58e3108cc211808fffc7537183fbbc6c3349f1aa1dde82506694e9bb835e6209ace7fddc8e76f15a4115337979f24779000557b264f3828fed3376dbd16f413bab2d64fc2aae290f0616375239ce64126b27cacdae401d3c6b293c909c4805fd3cfc6e75fc81d1b6381488862957ba3d5cf67485638bfc5ecabf62654db25755479e42ce6eb79155be554d9db354f204bbbb7d61eb9dc6fdf13d10df4a75df4db5590a8fe71710f68022af1d3e8fb36f70bf0de9ae3e2421c8eb7088fc5944ec6c76eb41cf6af7a066c2d69031cea68564474aa61535bed33710a7e7cb262f3a553c0f6b8d78ed5c587fe97df6da734e7d9e5f1f864c3b1a26f6e08420a3474058f59e958b099b313e9f116df47bc1d2a40b72dc6a4944ff7de341e8619935055ee7bf4730e5a927006b75e79378381ac2d5ac662af580892420f29af8d1a0914d5c9b0ae4d3be46862b3e733b9b812dbd4534442c1898c003f51c224b1031ed0f9a5a650f9d8297b827939954aa44137fa333feda7a33ac03a9e709c42190208ae923e119099f217fa69de2466e28d5ee37d01d9be2fa560a867ad6c9cb6432a8931e046be0baecc1f283d57aafd67af4483428d61a94c501d2fe11c4d5552c4fdf75596be97e0168516efb5635f60a781f86a7f5e8ab01d1d69a431c080d1569144d6582ee90675a0c86da43c72f8e6105ef235f15e41360da77f3392c31f5dd7bd1b218b59b26816af2fcaa2f290c994097237c69e9029826bca983096cd5935c26c796084547c3b5dbe9f1338d8f0718a52fb4ab62d6600192ed626663bc73ff772c62ad36d10a336827829c031c93d741cf6fa5f6989fb521483e0cc1b265abea6ae66c17cc3d2ec240c33132bd25c3958c151d4e4f3f8890417fc42cbf51a9a708890f904144ec10bc1ebcc379a526c6ed0edc120327c308618d544cec1f42d78eb25c483707b67b21fa', + '5e9d7b803f8a40cadd83200abc49e7ae245635a7d1c2d16dec6740443a4497bf941f8d82976ed44b9c78aa34eab8ab322b82e9e21de93e858adfe1487a9e38caa747edd831c9447b9305ac34d630948605787fb5e0ea5bced4930ee72be553a8815dc40a7763375fab724e93e7784ab1988020a8828ecf50b3caf0a8b5e18f6208a939a1cf045601ca06bad8845a76bbcee1f4446b9d43130dceaf13815a95fe26727524a3734968d90a158b179cc0ad8de5221004df5e20cce572b0f5180c87c202a01b5a79b79cc1c68a340707cf8ebfd2d395b31bc97ed65861087ae29d02c39fe10e5cde49a668823e5cbc634c664bf12e59e11b2b35156fa6a27982f07913926086116aa68db8865c8a9e78de3d198a5ce6f7a52d4e6f71660658beacf39923460be1e4765998190a47150d2e1c11e584c45b8277d0cea8ccbd815f79793d99bb2334166312ef85701a89ece30a1b49cf79777ab0c3195afd4e5a2d0112e73ee65872c613c1a710b88b62dba6101f00658fb254802f38d024414defe9c67f58f03103bd2e6ea703072208a31f3505506d8e73da911d1252671fc06fdc9ded3000364fc35d1fd7a68868e30cf581b5820ffc24d288949127ee6f1d7380a0190e3ff0bfa048de1f4060e45bddd1fc17dd75632c05109d9c99e2b9cbc47dd6ec39d5e6b91b96b2671bba1fd9e05aaf14abc44af33bcf3f1bee6b86322a7c484cfbe9a0a6fdefa4977dbc9fc3db39a19232273ae13b6d82f76fb05cba6c25fc229aa3a7ef0efdba97af8eee839715da7abcc4ba5ecf936e1664dac6cb541ffc575f2c82fa1665fe4ff959947fdc9763b58fc352d2bde90c61151049cda81350d192acb931ddd278a8a24517217167432af34d8aa5ce1663c0c97b6f2831a8fe7a7b4ad5fb2aea2f88f47901d0202c82c0328aeb3fcac37b1cca43bf44b7871039622f5dbfc7552bd9351ed9f3af8e296193a1fc0879975d5b5e8fc18a02578df58e83d9e77abc7481ae5b28f4e7373ff45dba4569a33b1067ce87fe60d9c17e98486dd2da0cc7136aa759753a90cccc60d9ff4fc80f569c266255fd2f056dea09d815cf00451d0f7a673f482d72f8d98f4f96a18e86910a82611e46604f02d93086a458c1ec67709b3836293554616c6806a7c424d0946162150d62597c2954f59a42f585cb4c3eb46066a1ba00af90d3485b3ef0b506a9adc447d884578961405b162fb4a87582ac28f637243c8b4ab85bd9995cfd8feb4db7f73048a7cb0bf912498db64c89446dd80f74dbd19da4ff884a5ccf6fd82e293643f30c33965708070298f37f318adeb8d8df47878ca59117d610b1d4897a298853a83ac4934f55826ad6d408155ee7107a00d12500555450a43c69f44ad735f750d7392269fac9cba9d1bfb1dcc770271c5fdf75a3bd317bdd686197c14e35c962097115c1604a29e6111d402fce6146e785db3d1ae410dfa81d008599e61147b0c44a65438ac1e64a1c577eb579a2b503f92b4610d3dac52ee1ae8578a8b1b963932cd9967f1748fc7cd33317d21cbc974339582b907575973fd361079afe67a2fb7f3b6347329824b9fb27fce1b5a3cbec6b3b1325cb370abcd7dfedc6de989686ab5151ebfc1dec5936210dad56b1c87b2bb67199c353afe223c8d2343a9667bb18e409725c217ae6ebebf23ee82fb678e092edf54410af381de360ebfba73c222ebb32e439eaf6e8844b529c5165bd6bf1972e4038b832462efa3df307143d4456a0754a7dc189e5680ad5d07b9b03ddc88ddd8286915f95bed31154482594a8f6597aab0fee5b67fff024e14c19b356cc3ca1c416e45fac36388516a52166d778afe80fd7b993f5b1c4e7d7ae26f35c656c230dd0f85a13fcef40420552de57426a687ebd6a5918e650c5ba880ceb79fbe40b659c1777537ac0ebe052fe21b2be52a101a948d756065a6793c111c534f66d00d46287def317752ef6736e5a6f522e3c9f839c323a79ab7569437ea615bfcfaa630a91b87b3ad4b08e50eaaf1768c8e06133ae9549a70b9645f59bb8a5bcd2b2197c7d2d744da71aafd1b9483167e6364da1c6260df941722ebfaf236b563dc0ffa0936465b7b41362de254e45b751e56eb62c0d0dd517b22c89040ff0f5da7b1b5e1b86d6e0c444ae5f74e9dcc0d196c9582773d1a453fe473be0a3ba026f8c779f5cba4f309e559b3cef407de92ef168700180e2cfbefd88be8c0753e3c59a1b499f29590f0ced315dde7cb09c2f9d52e7005bc7bc2058f6f850644302a44e0d462cfa7be5d4b479aa89c4fd419d438fa36d2d08d541b79ad273e210c6d450577c4b563e1abf547a0c3741ed3e408a288e901d2e81e8c07a343fa844961c4701d54465291695723c69321b07fce01b248fb054c027df1ea007fadf66dc45dc11385e4ec4411eb9c8abc079d3e3459d8b8d16f94631ec771431edaeffff18b6918ce23a970421ce25b82a83da5c36b965720b354806d874dc9c603e96675a7e88bb18502bc5685c5b7ab863a3cd7d17bb25d5304f0e6abc022e9ab6b37cd6dbffac48b907edb90973d7b13eb79fe05e948ebc11e2b16cf88ed1e53fdfa55376fd47ba9cb3e5dd7d74b95f3f9c3b2837f9950a018a57a4cf866c8701a04d98f68a74b622b8149c616607088bdc071d49f1220527ce68dceaf4e7c92381d96e04ae1b83739de1bd5d52a9f54dff6d863d841df7ac364cdaf0df2af3ce07b29d4872246ab6eab60a183f866eab8bd42cbaba6e26b74a6b678a501c4d29bc40ed69dd77b31428fa493b3588bacd0aa4d8699cfddb71932e4a604ea71f5d27eb2610f8fda6b4de14436d3c9623dc034450f131b25d0198fb4d19e1b2b091d01c0fe4ca9c8abf946ec0575d98ef00ff1e5cfc8276f690e13b365d112649ee4039718e5b3da95cd26f88a19f7767608599c62f952fec46f757ced6e7e9329cfeac14b5b3c949b4217f62f20b19d3251d1d553474c7884a61b5dd2a6ae4b3c292dbc002db26b3ee080617f2a7677b764f12d0b3272412c5a7bf2b01a3ff148885303d1cda3e2f33106c704a7d49a67ca4e10053b430d2de52dc7f0498239c175e1152adb8f704abbf1a32a295a89e5fa3f0adbd25d10fbee973a2da53369497a5e8c95a7d3b7c7da07628a1f56aa946d5a89e9982f1138cf4ee5d2cdc214430e31c68cd32f1ddd238e919f0a7791059c0719d8ed1772471fcb476a239cdf4089e15f8aedf0170d111dccc37b3bb1bc2eeb470441c4b8b95882db5e37421ec4a613b40a48a527da3b2b50a1d1f1a11a6e7d7e0646a55901f20c1e4989504731cb1f60a583dce4c6fa3de9b4af57d3c303144b596c47d7a384cd8c968a260d3a618ae1c72ff5c245e6dbd47673dcbe2855661b78131ab930795da2efca51c52111dcb3f99d9e44f9897bcd61cfdee4cd0de98aeceb9c721b5822fd9fba520398549b53b75d14f1344a9410f103fcdc2374f50612464b96d699c3f920eab54d02922d4d8aff283b98a2bb6bbec0a508be233f0992c3b69bf4c697323ddbea05e263291deef41698893a682a257675ff1fa11e21e8e45bf5f867331530fe6ec2da4015214dcc8e9ca87a20d8cfa5ce23aa7728db8f18aa4943e42e2e94d2b2083ca1580431f8eecc58ea5bf417cf4c1af10dd592ffd13fea79c5cefae3e9624a9c0f88433609b58c3ce3900888734e4985edaae4a5be7b7e0c94bbe6a8b2ee0e7af32c4ac', + '54ad09ead61540366364b6f311e3d9e3736c71c31bda3b695cbed40f5554d9ef2ab54d10954d3b5f9e909c01a6e97ae8aaf356a4c6ecc87cf86765be2740e55364d586966f73ab677d0fc97a383783f50848143b91e0ee027d96a0ac7be9fdd487777b276d70d97588490507d0b53c3414d1732f839ef62371b54f825836699a1d02f569952a0db248a71750754bedcb56f73b29a40f28065e2b38e7c70f70ccaedebc04f18a8f45448fc9fc2fe1dde2562233d0fd19cbd4cb602484ce5c5c92c07298a18978a657046ae1b4065f55a29dbb24cd95a529b441bcda0178057315dd2851e863dd9b1011a1281f03ad9d32b228d6c7759c88cf47a72405caf3fe7d8c67ae80899fb697f29a66e62db3fdbb1dd31167a3e4314d6589c838ce0c44f25698781203a83f152fbf63b08d5abd6567229d5529676c5523ca8f438b398f9bc1217745d7de7eb15177e62629882457177f41380f0b800f0ad241ce096325a0576b73c20f2bbb94df29b9f00b267bbab551c6b85bbab7a4a109a68051704f2aa0de3430b3763de5613fa2b53b1d0ab5c900f57e175b573c70d885026a4a556123e28138c9a74dcd60206a1dbf531971dcf494324ad6a9fe00a5a8fb5cd77f6c68e024825ba533746334d9d2a1b2f01675946b7cfd13f513d8d9d51430011573f73ee3b5705a3701f2e3b679e921d7cb1d4a440237f983a381ddd5f5edae5ea05966877911ada19d9595cbbd9d8715b85b7ee56f00729ad5811870459bc8a31915bed8784586b86fd5b2de43c7cef306b7961769606683d162f16dad43362c06b3b09d5714cdc5a039a2b8b66eddb9ddb9fba29860bb87c0abd296d4ebe04190bba3a0c1866a10574acd21bc9b9caf64ea154ea6075aeccae522b1639eae2adfb6ffa75ca446e1bd8e9ce0fd55f31cc4d14ce3385e2bfa169748870161882e1a2c2b7bd0754780fa8f75bf23a4ca4a24f70928f96b16fbcd49aee0573e569769a391e4c601563435d5c184d390097fade2b2e68e3804351684bb840c3c00abf5a598a9e6515c4796e6e9f8b7229804871cb1e5a2cddbf11aced73ac9636eb3e6b9a894d76c3fff464c53e377615f21d92d6ceddb30857700b26acb36bc89f66468296b425ae9a56d8f690dbb56471dcb9b4dc6e16be80ff1b5dc00fa4e37be963883f7ce2440803235923d2a07364287f0ba375d86ee011561969fbe226151a4b31f0024d12edabec8353d6c7e15d632b31d0af7877e94933dfe70293ef0f8b761634eeb699af939d0bcd32ac3cd22f76ddd0556787f1294d17d3de4accafbf7c9b8a8ccf56b26cad38ec80cdc446efca562f12360dbc13fa67ccc9674d9a28b7387d76f7c8ba9995b13e3b9d3640269e31495054879eabd4361e6e89c03359be736a47b06e1cacfefb3eedab0142567b05bbba53741d435309553822e32fb51ae2fd4999c55d19418d6af16793b201e929f29aa351bc9d0f681db0b314d3dd34fd8327044cf050f5ce4f01638c33bb51348a8bd4bef0fb61c8c462cae3c4349529b85a90837b06946457781f493be54bbbe00867fa5ef0e2a1d5b8cace755dc40df94ebf07518c95b610c00b693f1251169f9acdb25b100a99ee3d43336bbb39f0b28df0372855825a1793b85ab1c4d9db25bd867579db62076a7ab4c11bcf8fa89092c4914413e2b6b85d969c386f7e7ffedb12a24fb55170d6cbafd60a2d0d6c0ff7bca4493a2f528f7836ac3784978b978e02c72120816cbfda8500bb365bd18d2748febc2ac0c4198e091933a6bd749c40c752b2bf5a618211e4dfa38df36f949be9fef1786f71c3099e51c14868c1599de0e358e444e5c9fc4fb157866cacb2e02023ada553e2387556e444ec22087bffefe7a831e97ff40416245bd20fff647e7c1b253446abd64bd35f42f461a06fd134de052ab0869cc3e8a704d3860e25d16e341c978025190784115003b02f91dc50351421229020b627c7f71d472f8373670ce861c8e49d42f9b8d0ac861cae5be29b49c7c8233c4563f5b711dbf9e9ff07140d056960cf68a49469216bde01ea3c7f0a9109c62c1c1dbea953ace3d5beced81f04ea302be305526e34da1a3901fe3efaef7fef9c84c59162553273e34d1ec782e2e3c93f6cac6174494927b02d88798f658305ea29fc0c668925307f248760dd11bea2764ffa500fc131ad03d76bad3c85cbbfb176118e2a71dd9025df89428233f3426d278f9c854f3c00a0aa285886b2a2636ee3a69512a1c41963c8a4db16ac2a2f806ddca59945c0c912f04ee9f28ecf979f1d4bcfd39b8142a59a5aa90efccbc05c8d5219a047587ce7443000147c7bd2be6d418cd1c18d8287af2b1aefa830bb6e2080573eb67b827a307c09410e5f9b396e586a91a6618f768186cf1d21216711a1f7ecc9359280582fa3841ca6e357bc9ad0d797dc759ffebc0e342c19f659f3ac2948d42745dd1dbc26ff1bf8af9ea46d4b5258b6525a8ca921d8a0d5381a90898509f41e0e1f174076d8a355fce68d70386968d68035acf3522afff55f1f54d4ab9e8d8c43ccf15723bf575183b5d42e289b2caf87c7dc052fa9bdfce3dedd07fd7514e48f4d188aae01bc7dbc9315018c5628c3b17796690ae34f5e5eef85be0b3c2ed969361945864e372d0fe4dc94e428f195c5cb68998446488c38b7db4155424fbd3a1e60024d034c0216517752b091fbb81d39df111c711e28f9ce6a4c5c35dc12aa4c895b52bf8f7f383f81c5821fcb7d3059465a43c254972aa9af398065787c1266e1bb47d166071e259857c920c58797904aff9ad8706943c01693827f895c0ae425ac8ce7643c009a079406539e59bb75695b7211f611cda83ce4a2d2a3250c5ab199a2700e80b8037c04ca169a56348f0e087a1d5a1320c88e97921d4a799f11122d28f9c9678d08422474e86e1f7b33c5810349110005b78836a0ade3dc2bddc3b170f32972f80f167d97577e27f80a0c4fbe23bf4ab4ebb64c8f02f39f3ae752d11aeaa315918e456ab1d24ed243886edefb3bb965e6eb95439dcb1e6564e42bf6974ecad1e20c7b8654e754d0d62559c95b0f93e3f41db1b65d44b8b1024acbbc769e053a5210155af1052486486759795e0de3476518780f6e3e56f4cb81ce7d2966f6a17a3faf52f6ca3284e2c4ea6964c50bf2c26264d910e68db3093f80d33027f3c9b2c1a6090695033f5dd489340fa382889462148e05fba17e43ca9f392b5f90f5a46c95d781041b28120cb253cf47fb8b43bde3a8bddc46b913b986295b8c62c7c786fb690685fec1a7e3f2332420bb4d68dc7ea3a906e1f5f192c21e712ccdb284a74317f79902be67e0c56c9eac66716c243229481a17a755dccfa2ecbf56386454097ed4bbdb510a89a86aaf697189d64b9a841b743c5fc8fe2b313ec280ebff03baf84e7cfd4be84517a7d6d650e92fb9345ea3a3d491b38d5153d7c4d22fbd4ce43e954accd199b9afce9581a921e0d38c13713784bfbdf0de855834be861775f19c79a3eeb4874dbd296be9dec692410e4cf49db16c30cf2f4020a0ca81a6358fbc4c26b7573977dc52da7d6649ac783765be44df19c47ec00ed1777aa4d201faf88d21db2c48de99d561cad42da7ff93e82edb823ae1963d6bdb5743523341efdbcd53beb61dd8622b8230acd50d2da05ed6b03f52009bf3c1be9eb92c429bbaf08d0ad69720fbb1cfcc7d54e254a8e93436616af1ba068fbafbdc40a5787608b13cd5b7120acf252c90df60d806f7db02de7d999c664c6db2038e7e305d4745b86d32d4e923b928dc8ff55528ac8102453f434fa4adf41a317623d65f59a5fe508eb0b46f2440395a1a4db656addadb65c980f1cce99', + '04c873c05daf299923a2bfcee193aa104fe90717193083f1e20f799a897a5bccab28531869482a366b70689a24d6bd4758c29fe8dc43351d9e227413e5148857d93375ec45affe9b9cc1c68a3ae1b510ed399dc8b4591de4c62cc6c4d62b7dc896d020627a4e6d6fbe7f1fc7aa1e5912153648de28da05ef6417b8d6e62703c6eae79ea28f8c3e5ada91bc78fcf373f6d8a1ea53c02eb3e67fca92719d70e2f9de6135d50cd03b06f6dfe5c6b9cac9633e62c94e04beef6f202d9cbc826ee20a79242e237a842a181d51e1d9680a250250622df87df083354e281ee01d8acaa1c419d1b35f0fd43b54cffad8911b4d7b15876079b22d35de11a35f05f62a6465c52865ae46d90115a54176ebbd65097595baa9f82bdecf137186a85196b876ff863a343bb44a784e178f9e3c72502399d9e44f9d7169177b77b941ef849ac9160f35848333ca038fb2a1baf03b44618ee8eb9b920b38d6bf2a247205483a255366039eae4ac168807f5f12329da98dfccbb9d5fc81b1d38693b083bc6bfe525e958acae3829770c885b2ed2822e76d8d883445065c3ed879b843bb3b745017dea4b44f4a61b4e30fcd8095fa5166cae7294632d52346ab40a3c663abeb973d7c9967770c718089ff5db350d1b28e6bb2b5d6e6945e3115825c22c333583a8ddf7e8d88513a642a3e3f3167d5cec81a9735cba7699666dee7e93d23fc44a3ccaf5a0dcb4043c68d747be4222d2c7a9d3db00fbe7c514fce195401cb2d3739c59636cf8802140f7b4a17b2c802550ebd4e2e8973f61a53adbda55502efb7643f3a19bb07be35a8bc671d85a37bcfea426fb8210dff76da427ee220126a4e8c01430bb98f9d2ff718759444f9c12478f44a54bfd6beef4c5601154c41c58319d45a15b169c78866571985d713fbdb1e9b870d4b145c0c12b1f145c0d829de7380273d8bde63cb5c40fdf72539527d46fecee8ad100155921bf47b641ebde803cd518d2f349a7d419cc9f218b2ee9157e6c5efce12d353355cb2be205daa282f83810d85b393287c33257f97c8f69fb91b17299461fd8d633bd516dcdb172760695ec476a5775377cdb7a48bc19230d3656a9ee847a58c8582028b80e22d6bff4891bae8506d8799322a6bdae6eccb0f8c6757b30af4d601f7e326f4b8137e72e8c1f7c4fe9e4b4a2924dc6d7f29f8d457b55bdbf311f5416320ee20a5f2e823119784f3f53127f27c4dfe2cd4743f8b8ffcb24a4a2471ab8d61ecedf3f22f788bba685c7d4fa3f9f14fd9ff2cf3299afce665e65757d0a93f4d2641e83adddb1dd4abe6e02048c851cf75cfd1ce3d6a66197b9961d09ca23f8ca606cef379b3918a567b64cb9dc56378db82092e0363953dfc49b2b75cfe56c77422eb448c68ad866f0253792b59f1ef12021d3b04ed51fbf1e0903599244ca6967f88569d623a700162f35178ecc1df2235551cc77161fb61454472da7ee9d01603ec513408ffef11858d7c0ee79dee1405f8fad5558ee454601695a773f5eefb98615cdac4c6aca952682175b04bc4ef5950fcb403a05ed2194dc6886b37a74e252d9f15fd554fd0b1ce6933b1930abb18a34beee15f13e458332f06ce78a416919943701c757f8f8a057cd2513f68802c3a0e0b5992a891050ef5a805808c5bc6ed707087eee4edc55681daf71585477c5d6e91d203c8e2082743f776170826ab714d9fa78827f24b09a0d10ddf0a17f053930ab47819dd49c63f7a8a05c07e286d0384e40bf0a602660341fa639ef97066a4fd66ba438cb13311b9a9115b6b2528b9a7a73ee612d3b5cfb1266aeaf4e4dcc9f35291eff726b5e23c3c0582f58aeb989156eab23da63d2faaf9bb961034fe2c73dfc4c5259195da8ca9a7dc253ffec8c95bd7fc2f644749b3db2049554914f205751d6c1edb1c20305ac012022da970d71ccd6bf1f31b4554345fabcc096646317c628deaea8fddb0b517cb943a34b9440394a78a3d014c156c41657c5d3b4e805c5ccf92a83938952476b0e44fe6ca9776f359022941867feb8e1f6e2ddd32797ed3db1dfc615a650ea368f95508cc58dfb429629e221a19190e80a862921ba5488f5893cd4e6aabdb679cdc32e2e610a59dbeb186ed306b5f883134e2a3318a2357effc054991ecf28af493d0bc41463077c1f7c8ebf2fe23c6da1a97589bb278f448618b9af7b2bdd4172815de0482e809d93c4c618659ce8e226068f882a5ad2f0ac94789c384a30daea2eb8f584c351daf89fa9a1405c9a9b1103ccd0de92ccedd3d215e1eeb0cfc600a3919652d7f79eae5baddc5887bdf3031fd1d65085b996bc401602f6e606ad667e7c252ac2ee633597471c06c4bf747cc9231b18aa45a5966cfd81f95081fb8c1dcd34852aa2c32ec109f2e38a3bb9de8e3511af56ed7522b730e15e86ae3ad2102936ea55b138ea676af3775eaf1db8dd8c4c8d320d9fc1cd54a3af0ef7e5d8e404ced2faa63f08f8ee902aa8762a8c359d4e2ab2428ff40ded4b534ffb771107e44ec78fde3ffb04194b85fe4d6ad934ec79006e18c04a074f3af3c035791afa4c59406bd5c641075fa801d681592049fe6fc6bbfcdb34280f15091612764749b150c635397c6b71361836a7be6fe1f34794b6226b2b330eb14bfba83ec9366497c7d172559ceae0412e9d1851299ebf5c8a8737e05ad729ba5253fcf71c58d97440fa89d6d24fc2e55d9d7ee620c70cb1a39272f8c480e7aeba9a9af7da3f26db3e9a0229a6fa97b727b061f9bffb69cb92605a1102d0e6f30747f8ad7d59cb41334871ba757bed2b0f8e57e8819c652eb98963d58037961baad49c848029352aa17e3f25d86421a5878fc74f003a7d3f9b760692e73583ad37d90d098d2e031c1bb3e0e84a13d3db222d46a9a6561092baaed8e5825b2e1c10cda0c8fef8a379f481fd7e453b822061ff4c64fe5fddac89ac5159fc08f3ecc81b2e3f4fe994e8ee50fb54441b9b19c97e4f1d72e82301aae6e64cbedf8393e059dbd91aa165dd4ba95106d164bd2bbb12d54fae6f8f2670f72e5a453f3ba5dbf25022c98084cbaf039502878736dad95565680b66708f8e459fff19b8ba973d8d11b8e73770388af83dd3b103b6ab86ce75e3045d8591556a9197c6cc5eec677296e7fe16c69861efc206e85aab1255e69d6d33c52cf058dec9d0b6fab719ec5b664c78aed68fc662b7f8b7fc82b3c9263253142de5112b0a9f2674b441b45eaff662d1805e731ae986358a89ebe44315db3120083c882e7698058a998d2020d8dda7a30b9cf6e1fcc359fa533538762dfe83e1d491a9e5cb3afa631b07f1c56e629767c1306fbe14e5b262190d34b4e722c7c423830ae340fe7188a930bdcee94bce9a41a75201ba63fb6c2bb24d91c9de7961759f2fa9a0590775d495c8afd1ffa9b50d60425f65d471630be3079f5e9815243b348c9b41e128b51db5c6eaa0d4a5427509c5199fadd1014a1dd7201dd62796f4e1b65aae1d51c0f50f1cf1ee816dbd18f23ed2c05686a166a150e6701f2d342335114a5d742f23eb005f78137c5f9f79b8341d90750eddd23bf9350dd9a276569d41fcd86bfd487047f2cfa83bf76417da295c687fc6112d3c34ae3fac03f7ff88ace4978b58c925347b7b1536b1a563c6a311b0dd68e5c83097b49dfcee139e95d6842358de006a545e0cf2f33acdfe0c15c0121453b643a786ea9142ad63b433437df43ad998c0261ee7c9f7ef683729160a04cb132d200fa6a2c223ee52c0ef681492c7f7fcb73832bdf2cb5beebf9c1831f1582394ddd76b9fa9070d8b5538d8fa77869596cff93dd215d3ecdbe7d390ea60521197ddad5a13ae62a767d19e0a922add5f116af794d69bb82eba507e1495fa2f49a0bfefd6b15add3862d68d716e2552a0d728a1dc3e0cde9df489da17b707764839f52d75eb26cd2d16c485a200ef7d07627986786ae1bdc734e4a61ed0109da9ee0dc4bc43aab911fe3c2510dce1c2ff4dee140e0fa', + '13c123ac379146d066767ac02ba4bcda80fbf8a4e4cec5b0ade84fc3a0d19435bf4dd49b622642a4892b004171794a0965f9f2dbd72a0cc5af21ea24e3ce4b0d4880cfeca8abae6b14eaaa967b40423c7ca3299879bbf630ede71dfeff811ece5763fce730a9f1edaeb9600672810b3c6d008623f108ecbb0e42d0971b72763f93fc43d423a873f200a20ada7ec50dd1df18f1c36899542cbb3aeb39602abc2aa5558dfaa82e9c42b2ac905bc692b0c27af453c106f7974c9bd8562af63056553476c0a2e8c5d4a46bdfdace73735cd9e79b9265f2a91ee35723fab2040cae88e965c6140af483e2d344d17eaced79dcce1598f7553750b99624bd1bb2472a8d6c2c8598374411c293e25bb29a8a6f94d66b4bbf562a949501e188ab2a68342b64d3e776973be60d53c261b165d1a6c9a8a495051e0954413f6444ac91f733297960d3f551636a8abaeaccc4344a8743ecc85d10d45cf783f9b5d764127c8f5054dd305e8e440603716482332f7e78c949e08b29a1ace524d7da2b1cd280af689d51e8f97564203e20386d4680f4e22567f30698ad7f85ec80dd261bfc8bfd39fbc5e20e2f4d22056e6c74454c342e1def09b8a51f6041a29dc5b2abb623e08a174006e5e387721e030a7e77bec7c27a892a889820d48010d59bb61228d2c02499ca3cc6ba987a5188197525fb340803dc5f5eb8d765abfcd16619997c1f06d0286b6cf8dc0aa068a5a240972e03668291af224e6d9a282f392ec588d79218546c2c7ec470654e2901acc7157dbd46bd4f23bca209fb6071b4fca12763b45f780f145a729e2feb5e453ff2e710e90f7ebfc215fcd411bb89ead795bd480c4306b62ce94a90f2dfcd1863a954100f298b899413a4f663a24184c78994ae232dc40b7b11936b35913f2321d4a5a5b8fcac54a19fe1967a7b5f2ad465f2bc7f837cb609bb975a816b7b0e805b23f66bf0abc8f2a2fddcdcafac830711209aaaaef45fded09c835dd44b808926132cb06d4f8e8e023ef113a7f038677666712c17f5ad0336eb0e51347521431dc06e0fdb5f4e7da9edfda7caf3f0fc7a0b698b2546487fd7cc24e5f4c29ab62971e511a2a4afc87d51271e7f7c54cf0659a9513fb1d95a9986eda27afa93ea306db93d2ae65a7668b4980230550ce703965a05cffc089c6663900f2fe5b3e81bfd111bdbecf78f515c78da4444bf4d570ba3303cf07c4e25a935b57b4aa3b7d36915341e802d1c1f92ee2f23121507ec00ad59ee55de78bea1061ac7f30b5f3ff9ef0f5968a423bc9e22883587b81fa8bd9f084df3d520189328c879a691e946f5c435f66d05af0fc83d6de16a4d9c7589a2c6c1910a501dc7c647fb2ce05cd2a4bf2c5b57f8c50058676692857f873aaede19b2f9240fb484061db34d9ec0ca4f057ef2ee246f7795c7fcad9ef3e7df727a8c88f1cc66c51410d40bd0741d153ec1b221fa32b45cc986b69b7e54c44b1e9fa4ab42aa5b39bd0df4697f097c9db919515242c99d973acb1dc4ed482768f974eb83b465f9f6c82503372006e4490835e2ec8f92301130bfb790b277171d4d22e8790ea645e57d7f8bdc7c125e01723eed57a93577b0f58a0f68978b9c5260d023f31a1449ee234413c05bd6f1ad405cfbfa58597a5dd053aab26229beef7ca7255a9e580cfa039b244b85f9a536bbb6933f64a64001084212d7dcfb86dde7cf7517631996ef66ad45e5c124828228753d8d94c6d182e681ce40cda9fb02e96f9b903100f0b792a2fef6d8ff917ad2c0814db15e35cab2356654fddb2547ccaf202fcfb52138d0a1d7e69331d90600c0e8e5831974bfb489627a33380d94d6b88b5b07df315c67d2591db863620ff99df9bed29c974b33a34b1c3968bad251b2647b9f262909a15e0b040f3c357b067e3d406692a65579aba9a1d51434e783c534f960341029c46d7501626559346f8b3ad307a1a7c4ccca0271d0e484bdb517813c12aeeea31926207d7785d6207cee7ae07c71a4827527e0f4f17fb13b2ed3d6ac7d3fcb5fe8b293e11745b52975cc85cd8eaba476bbecca92028ec348381fb8b1688db045793956930a4dfd36a150e10405f7b088e83e49b3c9b8c3ce1923b1b39d40a43d13e2f2fd1844b62e499f18eba9fccfa04347e4bf10a6b8b41a09481ae201b02fffd5ee8509d3e9fbb5e4b2ec416309a6132f231e9dffaae283f6064e0078db03863bd295a4a19d842d45356e97d36682a11e8e38386ca23f9c1471b7bf4c2da1ee3c2794b257dab1f9ea2bd971f5ef1d353bae75ab95a6b5ac8b13bee625aef17fff74eafb9ca86a60fc1b949871ab5d16ae0a3ebd21c12bfd8374c93fad67dc83ad41fe47191097aba38e09d4eea32b8ea02af935b9f88ad5231a4290895f48406d173a5e75192023060b9fec14dd70e3399710dc0455b87d938f8fa2649e1fff687c050859cced0d4e1abeaa8d63125ea0d8e97aabdf9e3dfc5b1a3de42d4708c5fbc70c6d2fe7b4a243ced4fe3dfb47fe75eed7559e245c86044928b113aaa3ad19e933584df45f2b0f3733127111e67af785baab9b33245814862d74582e184860d145c32bfd551105628f6f093e823de518ec54ddb1db9b133812d505bdaebd57e80a55d3ebdf7baeb5b0bd0c68656ec70e36f96c88ca7687c6a07b213eaf35869649b74ca4459190995da58379d53626cf5e42519e3912fa9a9f0fb49861d77644cc909e12cf7d357760ce75581bbd88c32cd693dd7096f31bd738c7b50dccae585989d21cc56425b57fe2eaed7f2a78526a5e3a2bb62bfbb1109f607cfa3bb63cb94aeea96e71e6bd8386eb2048a57be4de814f7255f999c411ec8ad5724d1756b47afda313c902f533647ed9c0581be151e8d999932755bca3c64aa8bb2a581011c104f1fc9701c75924ae002d69dfb18c3be088b9deb7028ed5aadd1ef901d19ac90d7b7101699abb6e807dd8004fbc54216d270e4548fc9ac2b15de3e39b0015371f29ba2fc4d523e8fe380946f46a7442865edc858f138e35670e520fad074bb643e31e4a99e2573d2f1a08625524b247361569c514af34d5d5d9b3a5bf4d04ec8091e67a71281f131b091c7dfb50d8d88234ff2e6039524b02a64dcf593a0781de1b5be6d30f4513cbee8ebf6c58ac9c74a3e4e8fa17b13ef75e69b304361e1e6569c2b747ff8fe446b2a64f32a2f73c134a601a6ab31957bae74f7947a90f6b1e6366145560c72e943bac56d598805f6711bdec3974523e552b474aabfba30f10f28e26869ab39bbe73e8fbdba011ae79e14187eec1239acf11994eb794a2b343fc811561151cd1cb41a267ce2470d150a036131104551431808cacf3ddd4fec06a88086f3ac978c38c21c1358b666ff438e2b72ba4b0538262698de73c01998e25eb27366f8439af3eae32993dbb306e8f8e9cc309fc00ca9e78181c1af02bb514f29b401d13bc963e91e281a237bec58f81ea619b01c2121c017619e06a5d3e1ee58c15ad3fa8807412f87522a2be011f05c88dc2874261c44cce66f437d7302d0b213b85d0a575c8799dfd25c3db2b26605ed0e65527bf7ea1498cc01f409328ad833c0f8e5d7e220df8a21363bb4a8edbd5b16f341a3432470f12aaea4070f613daa0b24175a26a1732eb544a06663ebe55b9c5ecc3c9c88747801c5f81ce81854dedd5b098ea88df7261504065881e51056e5045c98528a9195f7d47a8b5b04b04ade2a46c5c64ade18a6f0d7fb616dc0e5a7807d5713af5ae35356a602d6bac286740e59903e7c9a7f11a78fefa0ea69805a6f98e93e7b22e8dac904f3f9af1e1a4573bc8e4f77aeb1bb74b875ceef8caf640e49df5152ac1ec49811df2266356eb8f6ea1097d0ad592b04cc5e39e1accb5b090a99fada38ddc7604734ff547b0c45045cb7962bf8edd6b445d970654c7ca5cc55b979866bde49be3f95cf0e816b70289ef3c8ce23e8452fafa800feee3beae4b5be7bcbb778d1ee45623ff8db14d0d02b45be5ba0c0fcb3842a79f2f47170ce9509703e9e35d68d032ac0b7da90dd978c3dd5491210740c4dd139f601c60e069e2ad543a2bdee16e37fdfa012580ceb3c3cac0ada5f4186774ccf8c9891e9191ba3396f47498f1880b20b6614d2c557a5d2a1357bf5cbb', + '595f40b057ef2d4f8774a22899acf28da129fa406d530c9416b02cced6637fd119f300fbd74e754a200ea2c3f9fabc1466d02078c84245db693eef3f5672a65e6d106790b6ce99f0f73242ba820c7bf85244225e56d5ce720d1a08f05349b86c7b3ddd399d78818a3168edd7dde919828c0c66bbc0168fa129ccdda976ee9b446b02cabc3452165ff93808e0b2997cfa3db05656ad0d71afe6ddd834676b392e66e796e222673eb9752bfc9ea8258ea88cb858f9c6c15ae66bd46058cdc878719475a97310bce2decdc831d9689435d3a2add66ab33a338ce139dcdc500b42571c336c37a55beb172a970f599aee5bc5a61737721b80e5ea6f95b689993e7e2626a945f68a4b3facb421ffe5e53ce7c4c17ce3d9a79c57483e6e552750681427dc609d776694c8e592ed6747f185c1191b664267fe9570ee754f217e1d92eba264dfdd83e23f6c0aed84b04567d1d10cdb5cbce4c8731a233dbd8255a6c3eddfe6ae6be2a6521562ec6c43a8ef28ffe42ae7b917af3e3c30be42e075960301258b56b15c59d8aa36b82f8637309333eb2f8ea1c959ffbd5d1f65a3a7935a0fbe7a5e15b8a3d613ce7854e3bcd319556713d9dcc26ebe87f289af33b145d100f0dc4e01c02e5638725564c1fd7fc34da1fd50d2ca9781813723a6f95b566fba04d9afdc3a9f5f016a77e688c4dd9803e1167ceba97c52937416d45b6f6b3d264298080eefa1fa56fd05629fd795a05f6f85e49026c438a5f089c1c2b32f412cf142e1ffa7da2e1f75276170fe4ee34a927310270b173c9ff4a5f397f14785b55afec2172af2034418076a6203b06aaa9308891a1e1f6469c891f440ef5e11a7c6f534be3f9281ad2fca05ddad653c69ba6bd6cf2881baecb4764c27761aebec7b4fbe5cb062b142019bba49c312616d4fc57fb0f0e8460e007c81b24d231d6ac233e95943099aecd8a0120f0e62e2a09a3d0d2340fa0fb8f3ca1d4b3e22af0be2c93c1dc1304491fa01949556fac6e8e3fc0792de5f1dd3d689a8590fbfa7b5253a3f10f17eb81ab0e7c9446285152f712af56493c07845f1e0a84489a10f52d1ae7a9a9d9cfd70427a3784fca9d75c8dee5f0127c529f88cf8a7737471eec92f4c76248b311b79f8e168beea0e15577f70ced1621537d2eff92c5098d64d02873dba1484e61b1f1a45e458f55dd7088fd9ca3c0c59aabd620ac042bc7933e521a9ced450630449efcd31bce53e23570551d9aaec388aa02c53eab1aa01a85a44b73bcab74fdedfc0a2d9508258032c28ff8583cb5be06296fd32052817b549398f88608152b2c8d5eb647e94547e6f410c552f7169b3ede83020a7ff63609a495a3dfd751587ee76d158ade2d99c08989fd116a60b0c286a133dfdf78cb335b940e3085d406538eb7c3f44359066df75e182a032e9f2fb63cf1070d73bb602d46801ebff7b548e7b13a0ad5521e3dc20faef36dcaa6d4e1d8b2169691770eae1fb1f0d236c5dd870be044f0a331ce8e011a13e6df78509de70f94e73c9e9d32720c5d693be87fe10a7f2921c6e17e9ff4e1e22ae774315efa61f88bef829a7ef007cae1617dbe9a4f3f2de527cdec9c3daf04864d3ae5898541b80124d394c81c2cbfd73205f7f73cd8c9b7502796e75dd9e1a5ab2cfbb20a3769d367020ac25903b2b73801da9c75b49314dabeec25c7eb1fe57bdac26d1bab746f408e6ad238f53a0dedf1d50e6c5b009a21c47abc2e6b05e229c4f82f1c266e512bd9439c2e99bc57ce7665a19344a893c008c13ed3d23a184f6c0b5c9e20ce1593930374cc69b00143effb1a8d09d1ae3fdc3e126aa932f457305a9a14330a29121c58e074ddcba708cf33bdbc033255ebbf6fdb55587702dbc2844c10c5a90822058283ca7e55c567a47e2fa2d941076e32c4ee26787cc0379317070661213f3dcf3ec32fb3e4c8faf058c4c3e4644f31d6ebef5081bab91512614f779e193aefd9dc2337270f4e3d435231a1cd32a9d10c334355fcc759ded11189e6c4e78792c5f92853402bb1991dd8eaceec3293b653399ec952192f0f5f963ad67e22a1d11404471687c08fb8d07b54add9ca897c4c6d360d1a36a5210e7df6c942311625348c13f3767454f71ba803c11e81177d385cbd93cd8658be6e27323199b950f9a7fef37c849d9dee4ffd7c9b12ecba43d7769a1fe4aec6220f207191ed21fee90eeb7a144ad2c708fdda23be5f73ee6a8a496ff3e8165a0661f8497cc4f15c5db9c01c4d218a6cd1a5cc9d8d7cad204bd15383a24043a0d5f72d0e54a9ae15d2391b6e99b14afbc2c8434e9ac2fefc823d1389bda5bd171b4f2d44bc13be97e11d6bc58c628af066d5eccb58faefdf882e07f6a850e94940da8781159ba97ef4c72fd597cdd0e7387f17786a6d0645d844bf4ef50a5e93e109aa57e39a0527a7d6d6034e5b934cb1f451ea2191c8cbfcf197e7161a93a3668d241db8a7581e54cd0cc30284689d6e063aa52111bdee60b52073ae0a2ee45bb58357073bf8ef960a22b966e0c765c6f5201deb653c099e1ff7690f6166d33b2326a851d08e07e62eb64aede926124771a0d8e2f4e9ba2f827b3bccb8f1fc8f46ac762b0d7df3cf9b35fc0a160b3f79ec4b4aaa594d8c7fad2a50586946ccb2a08334f53b5f3fbce030414defed59d8c57e0793fabddd18c0836b54faebc06fb1298932e29848289e23bf2bef52ddeeadb7844261d148758d24d135063773f1092dd776abbfa9ad159eca169cb2582605964538172e3b30637d266ae3e053f108fea432ff3bd0b4e6fff6a060b245095d78cee7930b41b3e40aef794c4cecea412a73fa45a359da92c5c95bd3a91113260d85d36e1ee88a7f4c70e287f3bb37422fcb2f277cb178a98eb6ab8e2d68ddef930e7df0cf9c3e95b06f292f6b2b827c7d1e640d2e54398bc95301c8a5a8c42ac7cd69c3a3d91ad7d53edfbb19ca365090e21b7f4ede77c9f403114bb85d60680a47097f222bd9b6397458b39623dd8f19bac7f6449ccde49d5b3c5fcbf32d17e90fef5bc100d5a14b84369156a4e268660cfbfaa63ba64c33dff5ad5706a4bac28c7e1206f4b9398a02fbecd1e9ef7d145d1a04fa179b9145e5df9ce00441d14551581a7a73dedf83551b1eae5f4f4d833fc49da6dd083442214cb70d889efbefd2efdd820ac113b61f06bf3261ac4a51096e2d32e886b5c706ef7425e0168b0095b7e3c425fa6690b5613704bd61040c6e895c34b6918632fb1a5cdfb7331f462e42c597620558b1bc9d2e9bbf180af3b3a88312e3b33614926ff9717a8f292ee112eba22b5c6a77892d0e7de33bbfc59d4e3a53ec6635fa5152a2a1b695290972aade4b0e7a0c80cf934f11c636a2f06fdcfa7e3d251632bc6510e6d7cf9f84476d061867e8bf3be452790dd4b344e2cfe74c08526a478c3809ac977a990d2dd3ec0b70e42313276c0d04b89b1c263b21ff9778c8b05a3558d2de5a0babf2449caa471aefb378c1cb058aa885ebb7580a8865561c91ceec93333ea4f752df87262a514d070480a995ee635421ac88d7ee145e16aa8906007bbd45eeea483553f4eeb2adb6a0ab2d312a37520ac91b294125ca310f00a01f86d37cbe40d684498d59d3b37b1258eb314b6f188debdecaa82f323bb6831da829085b8997985cb6541e3cd4b0d42a621ab4831e376f543a87a33ead4d9aef28e6ee5ae75af82f58ed8e66a81460900062081be9a3de0c07642437fc10b2852054d8034e07906c7fce3ce99402321a648bb881f13fb276afc224c6aecc64800cd767ed2429db94b95a9c3e3f16d33a0d1c486dcb878714a23627634bbd2b606d031061003e444884274eccefaece6f48783a27ef07b6766d149e86498f6196cf4c540778b164f86ec8a71e4c468e3ac5440058c22ceb1c8ef20cb82eafb1938237c558e42fb814e79347badb7a9d1d01f42d68eb837f678662f461619aa5f74449c6ddd915a83e7d3ba32b03b765966d0d23e0d197fde7c1cbe82a98dc993273f6eafeddefdfc59e064bd75b99923784e386590ad6e13defb15a7c2ad205d5afc3a444592aa95ad8a7a448497d8d60d83bc729fdccb3aa6ea7cdceae37963146248546e162af6eab743f1663ffc1a2e56a68ec20e60fedad03a49a8979a505d5bdf06eed145c6185108eaa217cd99e2af3de082abf30484979817842f4cca3dcf48824f2ac2ae403f1157c08912f83176ca91661b4df7ab26de6e06145779bda4ccf1188b6b556869a66148fc95e2239395c8f7c6367d58655475b7', + '215c37320fbdd5520037bce5b02b12871b345bbd84169d87bcf1c134a1bb3d7ae5ecf0c6117b4dd1c90abc74515e3dbd50114f42d48b10b5972ea5b981d1dcf46d70106630214ef9d74ab559311223058e150ea7c55cafa17c8c66e8a35d5a15424e60b975981ef1b460703b58300a885ba85f936071c270f373cb681148fd04ebf0a568e7c605e2e8b2b2c3cfa13b6e42320baeacb2914d844b9ee2d3780eeaf0bcaa1a8e944df4f9aa46999d4bfedec81bdba1b108635eb87ca5fdefd7d4eeda1c367873ea3c4e71aff364ca189b0077cc9414775982cb166ea9626f4c99393077102a9db11c19d82880cc5fef59fdd6ab01ae078f34bd278a71b85abea3f27a3501d714cf337cb47fb67b63b781fd6d21e9186890c25c7136c7a8b9173c4241bdd127e12ecaa08f1b5d16de5a5b27c59713faa24674cf7edb71da933eaa510b7948c40bb428adf0643d48d9bf2fa4657348fabe97913fd6e238f5f01b354663d02d539a4b97ca60c21db65ace459cd51e50c3c36d63d3ffb1e4a2d996274ace2a4a7f97da5d1f669dc60b6c6fe4369e01f3fbb9af30b483b23d885497c684d6ef65ed0949c3d58a5d01ed148a569a4783f94ba8454109ea4c0a506c065c1d02884748f8801114546a94055c07e1f1580b295a9916defbbae615a126cb2f3cda5bb8366d668f034d2d47fa4bcece635a034cd1930c4eb27dea24248cce870ae7d1805f6ee585cbfc0ce474e9c86517d4d22a579f0edb55babf0080a5f8aeafb053666d06e43a93e970311d3fdbed364ee08b95c405cb0cfacd715e792feb52be4733053a4cf7849dc2f89a54f0b0e7509537320ad76701c47c3f66115c851b9716afd1140304c69f68ff9631f0f4536359f5d7796df759a034313f7468c533c529a2799bf2a98077cc0fb7dcc102a10e948f2c1aafc33f165d1092aa39f3c2d0e7d4a5d7012edbae54efa55f4d22fadaaecbd8f48512d9af5fa406bcb957ef3eb70dfcd119dafecb6a6909c27a9b864e0f72840fd82e4ff2a2b544b1ce38e3990314269020f6115675438b0b32b76cf21f4cd7748e5dca688f0bf39162e0c66832b2cc1c00ca3ed8dd46d2445cbcd54e47207a2a91e872978c6dbc655c95bf34acaf967e9f9eabd8093a8774e0f3e8ebedb81439c7176e0902a54734a4a0f684d8d32bbde7ba80de63e751a4a6a4ce507bda4eaa1a31e7465a793b06224994e020e534e1be65e6725214d9db9517ae05574fd084718004d4fab241e3bed7c1d0ebaf58f30ee9051d3e8bc7219793b193ebde41cfb34aee3d4c1800d46094a4dda2f740fabe8c04668f12c27e9362ff819d514a94cad8cc09b67221e0f0c6668eab8693feb6970bd6ae7272fb72cabf57d76f92da9d72c7bea28a4b1056b62e6c6f24fa08de5244f30173809f1a141a9e00ffc2a9145f07e67726276b7aac25fe56981d1e1e04d548f1dc9473748737dd7fca810917e9b3089d0f5cf944ef73ccc9aca34b5ef6e65ae777557d686d3f9cbe9878038e56f3ad7c0d93c29dc93f5e2e2635948671a0b3490a6cc7df0c596324304e9e61eff15c7ce774cf6b80b13deecf7a037ebb2ada805e8059bfaeaebb195cace379fcd29d0567a627985df3f0726f1b9f2e1cad57f53b3a39f299652b05e23ad8bcc5c1f87f53d2d20aa82aff21cebf707ede51b30f6842715e15a73c518b9f871391e4f652749fd9aba981f362b30f7f57483d7535af3f09ed6c9c74631f84f866aa631ee692b64361a81e529fe8b2d39fa19a25d1d6da0786e46b5ea46690329e5667f9a375be1816ec29a73f33517440328f4b4aa6ba7510c73d7f7c286c3da1de180df2e46060b1becb77aa5d946b2043457008e7875a755b3961542cbf21598a9de539a844241a662b4c472e22bf291be41b7361ebbf9ce9888b923b32e6ada11f06e189116c392c73ad806da478410493d5f3db8cab6db85185a01d6d95846dc5fa534f703ef657c823bce4c19f52447a25f01f1226d012bdd8e49a1736c834b848f6c208a4393154356459223b4324c293d2f32639ad3df40bc879d8cf603f1f7831aa82a5ea003f6bde956f54fcec93a7012070eaec821da6b2845a6a34d623126ece8549f10db14d93604ff365e414eae56e9743752960310c81420e2c40ec9f14f7ba9936a0d164eb816a1e66546ee3e6a4444c307ae6353d393bc430c7a1a78bedc89ca101c7374fc269e0e783c81b6d8c1e0c06bdd73aad74eb9328b16ab03a78595b1b77bc4e25e9f43ed0ba4b18e0ecce8bdd395bc6c4fafa83fc4770448b6012dc8a4bd832d6bfb24209411f64a98dfbd19f379863ea92119c94d1dbeae56c9d29d8c6426acb0c4cf37a606b872e374ee732ffb9988706d8e7d897d32bb066a24aeb2d237e6b9869590c5f5707d9b16ed480d9e4ed031cf66bb1e07f8d5514c845adcba2f71d2ab27da5850d6e11c505a06f0d42ebc69d143005f6079a3a3eb82404e7e85c4b8ccf662e1bb2433d39b854e9e2fa193850d93fbe1f94dac8ae1aefdac81c355c84671c9069710fc7d631f6d5a13400c2ffee9fc2a44ed4672b95ac16b7670bb8db22a8b1b77059166418911a931a26ca70fa58fbcd5c10807cd165a0fcf164c759aa117b4dd7a992ab142aa2fdd115ba6ca6734fe1e616796a772160dfe1cbf0c5a45fd572cf87a372cecb542a8455f8bb9af7a82a166fbcbd2fe93ea85fc59ee8bb9ba670807cb183ee7b1861596cee257decedee12a2af3da0c4229e95dc368b95ccd88d110f24a41b43d6e978e40272f75b06760237bcb173baf40aa9972174dafa5212aac9649efd29760b0a459e69b24bda0a0fb64ae34fd39c34c37ec76c332dfc477531d9393d38e10f371529d453c453f161a8c099dd1802640c1a903a486ebe7397cfec3c8375fd3d26de0b7985ce58751f95889cc5900ee2abf2e5a8c0c480df3b2b037176eab3dc0027ab20ee72d2dc710309b4ae43a9f5c98f2c7c43382ad487ce889ebf9eec36ec79739336b7a76f807caba8403ab9e78e77cf7f7bd1a498a33fe18c06998e91135bca9906a6c0767487d642247c27fe213434790d97d673b8067803f2e482369d5518f90645053975adf2480211dc83ab4ec532a492a9afeeacb3cb2b86b16db1efc67cdd9e5effa97467838102bfbd534be871e6cb03936cb8fcab5a87027e77b23aea33b9b4123b679ebb4a56b7f642b507007b49ce665bb2ba6c27f05cb01825dd0bb29cedb8510bfdb80515ae749f1389a50c14f071e22254d639c8a94cbcd117a60051f33a14eaed4159488b8193eed629413553fc2a9134b13917d09a8a3c5185c5e0ace0ab8bd720eef6366346cd5653c1b3dd4e5b87c1c5cee5b9e2abf0f16eaa4f02f13e76211b6d279662df3871ed359678b19c8a63daa13b4c6c4775612a56a8dcb7f73435fb7ee395c887b78fbd44e70b6b152482b75920717f8551078173f32178fc4c7987c8331adb65d3188d97ad7dc5efdc86259f9d10658d0e4d3aa636bb7d75465789f41e0ee5a2137423d5f0b807523ad8ec1bb9116488339a1f997b910e8bab36c7a9ad572c65000b47a7b8a37965c7ded4747c5cc59e4955f6f4c98b7265017d0b90e7def9d72045c3b50e2663510a01a553eed9d0f6d7e8885e2991f32dd3961b51d48b931ffe8b5ea6f9290c3d8ca9265f1871ccb965ba9d80a18bd708a6e8bf937c4744671f43df238294bd52d33f2041010a030e7c33fd023c61672004dbc1fee8f852d40dd70fd3b04fbeb869295ba0b18dbb1ea3bb6f8bfffceb9d74d7e83b1f8706904fadb65f8b435796d6d19f2531e33d1062babcc3f442aba77f44fbf229dda8c36d2f9c6e1b56d014a09db47888f2d10d4198ac54221cee64ab8ac3ca0fe08094efc388a96971705c51f76140bea4be3dc9bd07e39172feff8311086cd87ad52c5ed343b77c7d809370466f25dce04ec78192951b4a2d219e8c4291808c92f1b342c696425c6048e486f2a7d1e98dc7d4f17d1ea15433a06a508328ad34101a50210446ef120410751a63cee9ed95728ba2e76920b76ec38a563d939bd6db992b85f51e68a54f206eb400af18f1df97151b393f3e7cc5d12626d99bf37dddb66df501e5551d2bbff8dd331104fb537e99e4d968a3aa1f146849bd085d2efdb83efa90625d837f373b1b64bb5516d96e408631acf84966d2764653a280f323e9c51b0a5e29de33ce5ef9f976b44759b13288a7d3e562815478a5023105d3378f2be0d7a161362ecd89fc5b0ac998bb8d9672a5a411fb58e297ef317c93d722f397d15ff3ac935a7ce6aef23f3b10e74b94cd92e8251fd3c3faab4a4cd305ca5d32770a1cb2fe9e229a9626ddb2b7c6325620d667c8d3da41cb61b4696d671814245941e31c7ee208d03c60abd8963e8c01f3d9e9a32155a22f99d79b0805', + 'f9ee55f87ae8343e45f01fb285953c752c15a1d8927314145ecb143caae31e6f62022952ed0573bd10af7fb50f415e9b154a2fa2d5c1e2877251417c9cf43065fdc33346d30d32fcdea6792c7c81037a1381f8fbaf8d74ecece38aa417ae89c790da7dbd7227f962767c14ff157fb27aed6205c966ff53ac9528f99c6138b0fee4ee0f9d147c5157a2da59172260f3036d945df64341063035c9954cc2bb2d73c1a8efd0ff33c14328684e5aeb4f4e7d59c008688e7815df946d669c845f898deeb0273c7b75d28fd1cdfdb1b7724c507a8d0f098fcf092079bd7575ee4b4bb335adbfcbd26a0aa165b26e04d0f174e498a479bf8e6c685dae60c9bd47a8fb4f5c48bd644a39f4e2acbea83c7cf54fa17bac4e74d277bdfdf9ff6a5ed89d21c82c282bee2d0b15ba6e9ab33f04a663f0ea4e960fa4198d682342613ee95346866df51053c107f79272ed97f7b02b3b37ae325a784c796205f4d0b547c1f2f1f1e759757a4f5621d081605c4bc7ad5cdf8fffa29712c1c33e33526e5faaa1ab7161fa614b1e1f1bde639b0b2293535051555e74543d16397aaa6f9570ea88fb6ea580dcae788b6e22e045ac665a469ef4c8f6da9717a24b221fd03161cad069507994ef8ba3c2a106bf0645fe65adce2fb070db48e68d819c5b1d4a1a92a17d7fa6dea0cae8eb3cf0ca88e0d2fcb1686cd4737f4ff3ff635126fde9838a22c063f405f9538f2ec74ac77084ca667af512fda8cf94861f7aa947181484fa7cb9642ab2020ee0b4cb7b7f693aceed2ffd89f3b6d2ffe7154d0d8817d60529d6f1eb128cc2e423a5d0ebba1909c6d7f806387e4791795d0a64e3afa234ee6059ee5e723c41bb9f295c024028f99a6dfe9a89660012e83126489485603827e72d3a271369877d9d66f928d83f1232f76940e3728b5f36ac908089d2fae99806795dacbdbc9d1065872ec54c065d76bd6181ae6c908049137194295e174f2a0565dd5737dc8a5e3fb283416224e14f060de3531ab67b0bb1f00ddbf06073c32b1b448f4b73564d73108104e342a6a31c95f03844a65a62cd367209527d5c4cc1c019bbbf260ac748c8af769607b55c452230c6b4082538ae6a4b1a4a1512ae0f7fe5455c9facb307029600451c1560cadc2a653183e2749db52176a1d09ecf5d7e2f94ea8647f8f9e8bc08b628ce99f3ea667e82bf9bfee23f7a851f580799f3e57f103182e080639fabf8b2d4e9ed07746c77706557bec52fe1ae8b5255f318dd5d21f83c81329052eb3601c86d4650a4c5bac31d1f9c8eaddb5cae6991c4168e522f095c31f6c727022c6bab628b14a0f8ad438efa8084e3f2f45143c2f6331fe5a22a89f9b44f467a40b825d1a49c908dbab761f052f0f7addf3a88f070b8b89fe2246bdf5471d8dbdcafe0c178309d0c48e93d09fa1a11948532e1231aed830757bfabeebf7505ab671a813af117effebe9fcb4e604a5a304e00f664dc19a5a56ac2f12bdba3f47449bfb344f69badeb86a2b3c66cc8f908a36e6eba9e85490181f7e4a09142cebde9661ce87002ff5907ba9c7907db17a5ea42f12e487a95a406242d54ca9cba0fb1d9642d45950ed2a9ae2e7017cddc8d8d4529c7c23eb1155f12744f6cf7e1f108df341c5e9c02ddd44812b285e46f4af23fbb8df419c6dcf689609a609c6beb563f34bba35f0303f04ef0473a69f96483f85288c755fc823151993c8fd37f8504c20b14fc2537ca65896f381da3a161a63794c121397a8e7a31c83de0e445487830612f5238c9bd9cc1388c15dc90cbc5c6293fec0c698838f295a63a16e6bb1b51e0128bdedf61fbbef34b0c5aed29476bba0a0e17f0f8d25ca77e87b28a6755ec2ec79160a240eb47477ee967e10494efef2b71a23867b237a7cdae0058d28fcbf3564a0639e1d526dc2c944994e314196fa9fbf4695d3f4b3c9b974879862fb4d8c5a017cccc1f215b5df4482d4e2fb3e38c9657aa60e1600ff12ad2150b9f70841e7add858a33016c19f3aed5cd4d83f2dd291123fa003dc7d64fe553e745c7a169bf9e8aa2778db66978c1b3e9d65345a39b6bfdb204ab0d53eecb5ba48b80d4ac59a3039c558fe2546ccbf02932e983e6d6ad60105672896fefca56c9d865c7f12f34190134cd97e3b512b316c90d55aec11f739d5c5ae2323a2b6cdf933c223f2998f3577b117e1d3cdf25360389630444095fe07f2bc1a4b736c46d26ce8c9f2f19bb2994213f0ae9796d14492454ef47b24b6227accdce4f3287fbf8e3ae1729fd96fce6c581b2a52ab53501a5d178b26360a9bda6afb7e869dc12714330b2ff8dae5ad9c7ec1e5638222395d581a66d64c63fa7e10e676b21ec39f9b5b9759a112bcad5ee2955e5ecde656b7c0d8161fda4ac4f2593e7c1a3def8f802f16ae0d135d54201e05f3b8e1183ed621c11747622761b3ae63ed037dbd7d6f28298ba14f20188c9b8453e66e205814e575f8f166a2775e7ae7482240b5ffb4d110710248dd90f0e5a0ed8bb7a74910965729b26a146c4f59392beb49517d0db49c0cb472ce240976ec2f0d70158845cf0527eeef25c702d3f9f6b2da287bb64cfcad1c6f8a6812e9b6a6e009e37c20c9d0822b683f0e15457a373d8593825af4e2d0ce918ac3b99890c397f799bb3e4169b6dc67c8a7e3586a7bdfde3b177856cf263f7b47cd7a1e1b33b9cbb0bbfab0313496506b3b19772b131e4677a17aed120bd3af69fbb0e4b645b9e8c104e280b799ddd49f1e241c3ccb7d40e1c6ff226bf04f8049c51a86e2981cf1331c824d7d451746ccf77fc22fd3717001ee51913d81f7a06fb0037f309957579f695670f2c4c7397d2d990374e99f36408e3ea3f71f60825452f82810d80d9e5e71db95a897822f48470c5a9c6c5b16263d02e539571e988014852c13b2843808dc8e260f4bcc8a86ca463206da49824b614adf649786759b7b26f5b9d76fa726fffa9ca7400aede12de31464c1cf2cf89172fd197f3c8bdefd5a1f63b5248e21528d840122c1dbcff84f8c06a16058e65407c8c86ca55de3219b03a1ba573f808ad3569d5295b6aba008039d07b1b87d0f95bce1ee556e407e663d14755c4decff489eec5ddb011cbb8915784317ae254aa963f682c13f7f7a48360c74c83b9f2679b76ea3166d9bb16f3c290226ac879b9f3886b88d33d89bbd892a170f8b4fa6c35aa4d0dc4e911806d23fb343561c68f3b5130dfe0e145932a0cdfab6bf46e6d1d32f55a116a5560c922ce5122d4c3943541bd1b8009b394417989e423a4d6d11cb5eafe9683101dcd661060784af830ab011c22fcde5c27e57fa50369eabb00fadc35e39b5dc91f4298c94980eaeecc633955de9c87c7b2ddc63def85eea3627f4eddef671f08ceef5f02f482dd2cce27906e35a72c7c9ff2f75892bfd9195f73b3ea0c44f255929e64c249c54a3aa0bdae711167f70454ecbaffd35ed3a25f9db5652178fe39d3154f1130935aa1a8ed3c6559220ee63b93b6399aac03c8cac6fa55164c6a3bf91dc7f7913234e85081e253f52199aabaae940ecfef921208b62ac2d3085fe46c7e747d54eb0297ff3f4742ccacc1d93b07fb865b70a8088135eeb43ff404ba9400ffaa6106e9371cf1143ac80aadfa256494aa24776b339d0bee3444588247da6b1087a0cb134f115df044d0858795e08e0781134c061ac5ffd149c97b0013a4864e1af982a867454c8466cd637432d44dfb1310369f465fdb3ffcb7a6a7a45b1a626d5572cf07208578aaa5ed9e5a69681969047e5f3dd565e254f4219f8468eff3889ae4b1b80ad27318416b2d9407a9088ad56d6d898d665f5969340f3b31cdaa71b22076016bf91db78925496916d6707e6d49f2b1f1a56113fe271f4f207c2f32836e456babc31f8f65621860feb8fb4eb25a153e67ec8e8b9c41f94a9cc329d3f716467d32f821a8be6cc50127174f018eeaffb759018ec829cbc2b40c6c415af55fa3bf6960ca0b7a8976d4f9bb149fe83fd7a42ead0ad28e0da513da3d1ed1649381b9b6c2c3bf83025462dd6bf331a7a2c68e4eb8aab2b44fc8f16dff693f2ef80bf482e8b3ccbf1f863239f193beb55bf4fc21ea156f82d953d52d79c9ad3ad666f73698433b182734cc76139e4ef9b288760f0bf411dff26f488275e7227077bd4a389b1b13756488b9fd9ab9ea5befaa8480e2eea1b5e444d1d4b96aa6b8223676f2b9e25cbd1ca880354d8e98c35984afdc38ac25ebf5f9f88b0ffb41fa1ef902cab9411eda98bca985f6c56219393b7e8bd5d5a8696eb6450f3d42fc1eb42f762a65df62b320edbd575b065045d7fa7af581122f1797a541c90be6de0c2c005b7983652f30fb62431246f869307be72982040bc4ddb7eb731f4390f0adce93371fdc7a8e397345c31d7d43b5c06d2a159b25676ea317b3637aabe739e7e111958438c786b6cebbc5e2c8903cdef4ecc6a6adcf365100239a430d94c1a3afa1fa105ff31f8f55eed2c8f18707735a55c30d65ea22cfb8639fe02f3e90ca7e6cf02b18a761ad50067137becf1d65e58c943612613d05879cfabb', + 'c8c107930ac3ec654f043992cfaeff31552d8ab796374b18c109162f57f48e603d19dd7c1071a8e4b81041f240aa1f94e4568c3a6c929ef3b98768d29e8f7197f1f5668be1fc0bac8922770ac6a5817146477648e24e0db92ed09c134e2d8b6c0bdd098a266cff04ebc242a40aa80d10a388aea9a0747fb4476a18b80fd7c326b359313f86c96b3306790a86b3baabb822a29e254d0cde2a2ddf46898b94010f13f24374aa1c368201ce38796ae443b3eb1cac84911c116407b78d50676c2d6d502fa8ef396d4a39054a3245d72dbd47277e428d16ae00aafe7854d34e6730899599c879dcc28ea0397361b2a19d01bdfe51c70981c993443aac05dbe68ef0ab08b60bd93b25eafec6d42d88713cf85d971ba3c17d76b279e2da0730d7e8561bd111dad9fd9d469dd3f2ff8eee13886e1b673d7ab0bc45921f8bc29aca7d4a20192f9b3fca328ac389573d8dc1299a3ab1baffffc2a334d718469ee16756b503089ab8d44ced9fb9108a514e91861707829e50175c336790f69303cc557a7d0dc5d9976028d56bc78f13a1960733e51eb69a98892675c605e0fa59253df18c837974a2ab09f3d7342e7b9730cb37eec77437401ec7703a7eff0408b2c6c4c8b04bf33f7c954dcb4a174899e3849a1849e4fbae9ee82ca9427a38783c99fa1bdb64dfd89c74ee304f6f051176da654dee2f704bd130b2fd9a7a1f118a5d9b6c4bebc0d4d44fdbec8c613766b2779f74fc7d1e7f7e48091cce273f3c66bbb0a249091c9beace1de9491268005f005075bcf58cb36fd739f026a8235f965b40a71de67d95a698bd0dcead1f474520803876c0424d6a864b5fe92650e4e3e453620fa96a2ad256c3426258e5a32b7d38a47205c8b738fd465361c8503115fff1bb677b6cc234af356f4e3b417cdabf7fa3f7eda757a1e332b3d4b7a9b0f453239a6c830ac5964c1d7cdb80bb3a1b8f5e1d4ea066976ce018678b1ae6c74789f0e767eacc9bbed482504e4cdb45b495dcf8c0458dde639eff56ce1a8ce0d848618aa0d73aac74f06dd5f2ca2a056d78011d9305a4934cc2ef6ae5df25626d397d6c5f73dd608248e5f20e1f2fe310e0d5740f073420f0f7f08a179039b5cf034c73ece53c20af83f28fe9767245637761e57e74c4ec17e30b9ead564e41c64fd6888e56df52c24a9c95ccf57c9430e2ac592673dd5f882e478fef58ee6d1ac524948fee4f608444eceaffc4d4393dccbeb6512d06e10d81ad4325bfa0a3920c3d7d35d413b0bd1ae977ca0c029a52dba0e645c9c7da6c8443a397b2ed4bf7cd292dc931b3ac34739c2475f58f2139b759cf4a70a8b26ede13978d5a5bcb11aff18a922cb8bab3f80bda47a60235b909f15baa4a32d1db3725084ede748ca85b9c7edaeea9440051407f8948e33d99797171ab7eeca07b397fdc2367c0f6847832f0e79f0eb1e42543fc8402bba3a2aee0f897355f85168a2bfd541dc6726cafbcc703657069271c1a3a7dfd11ce9c5146dab49611e973d2315129270e662aa840ed746b55d491dfcf20bf606d264f09acfe4bca8c355bba97c2e9ae203b840ac94982d7485aea166a9591545713827f194ca3f858cf96e96737ded9855a437e5cc377d2ce63f969f1833a0158fdff5b95ac0649fb21ec09a9974ed1c4292fab034399837157877e6ed1038ef74c8c442806bae5ff9125bf63cc82bd65120f3ac5b13213b89e5c00e8673424bd68f2e2db4208f3ec8908b59fbdc2c6f07cacd2abf588a92ba04095682d15ea31baf8deb548389b48705e9364525614eecfcf1cbbf8e36e53c5fbe5f50bed09dba868e0be0092079daeef00bb7385cee7723ebfffa08d8ab776549997e906a8439b098fff535e5c72ab83a5aa08981d61cfc2647fd6cd24e019155956afa6f0f2fca2947f27e3c550cee22a3cf9d728e64d22b34283ea64541804cc3b4516096f31fc9647666a68be81d336762e8a18fd542853508d2d739dd9ea9b4d939e1a42a4df3e5df63b6d442c20716290f9142f4c9aedb1dede7943c68e6e9581854bf4bb1234cbc19efd6a358f8507056c45029d41286e5c459dcc45baeb19f815c60ce05f1f99addb40b905e9176d762ad200b0e5ad8df1a908c2c034bde3de94b0127a8ca8cda4395db804f5d29dcc7ce4b1eb4e23198454e2ac9ec58afb1d4b348ef16276718d017cf09a7d5b9eedaaa39cb7433317fc8c52134735fb679b827709aca9328c4f7cc7e730475d78c3fc36497d8d8591439a807e234cb7314281a40b15298327d4ef64272c1d7e3435b9c640a3f4c08e40c695759ad26761f88fe11a93a9124903a57b38f8c566d92a2b7a0a93408d17db57b980148eb2fda7f556c08ef386fac4e535a0fa07be6f8c987b2eb3399333fc971328f949410f36fc2d846ecd8842fff6b9e99cad2eff4249f0346da77bea8bccccf4b1cbbb9e8de98bee9c00c02a9c21309a457d5d8f348602a52851ec44703f0b6da4dcc9b394079a877e54d5b984aec23c5c41f42a4a97d9074b008f4a9338f9193a441355339d82d67d9070f89de596564bbf9ad56cc39ce5407c0c03ddfebe82dcca408c52f26b64027e38edd00dd57079c0f89a825374c46e8d0a7834db8130f038f860d94f7cb773e4d6a20670a6134e0bb680748f882e3dfb31af82156aaae054e5dab0fcdd59398bf11f255432c5326a7b8f2abf01aa158d2ab2adf5a37812e7ad01bf41b7d2bd3b326a1602a1118da3efd08c2b06c15e0c9d899ec35122f0b8f8deef6632a866bb408dc2c21a7cc77fbb4a831bc0f98041313a3ec79f30e0916f7726b275659bd5c59010dcc59048c68706f5d656dde3f18fcf7449b32b4c38b9d64d6ea990c64f6679e797cbd47940fa0acca5f1f2f0e75f4f2790b59b9b767f034de3f5b24ef2cd52313c54d0c0b4bd60eed0b9c20dea48c341e5ce06351369040c5682529b86a223d513870d86ec7810459fd5d4a3c1f232a99025f682d71ee3741277f815d38cf2bb648d1234aed220b7596eb01b3506a447d9e4f2ea8a47a86c5efd2d24a034c9cb778e6730c3739a2e48abdfdb0e2c2203073083d5f38b59db813c7730b742afed93b195e4f3048591b2b5e84d140bb2c564342fabdb9300abc45b61a1de5dad09021e23b6052deac8e0b353d80e4c5f75361581d40a07a4c36f8370dfde2dc9070afe9910c395d0ba1acea9e3c6962efbc6fefeb8488e4e0bcadb2e527f5b0dcff4798059f3e53f51a82e70d80292293f5c1530bf5dd0056b1c8c2262888f814908b65ff95ec44074d1fa331e8be8572a40829e521076d1cbafbdd478c3702c5e8ddebe58ccdbd90bde5b771d293fc0a2b96ed0d72a28ba13c997cdfaf6a716f4cd1825de05d214ff1778c63da33f6d9010014fb8748dc92bb3429452eadc47f40e8d1df3d050f936c47aa7e6c39165dd8e62a25bb34e05fbb5e5b1e667b6c84799642dfff6fd8f992d88a3804fddb06f78ba512ab212776c16a8ad2035dda0d3b6c6de6a4082de109acb417310ca57301930e58b3882256420b40f671bfad782acdbb79c7387ee84526a0927ce016107b8ede5e80c4619cc19315f22e2b5763bc5ca40fd5ab3c8db9e8e8305512ad6db9c18d9a8f7055b8d4a4726bb52b583e547bc01f6bcaf73ffc65f387360ecbf960eda4933c167f18dfb1cea9933a3096a7bd883ed6022f7d61204afdac5ef231f565bbef13216e5b674db36244d260db1a9474d4b0fb55d4ac9a670a346dc0a5ebcc2c04a11b73feffcaa8fc468e799a21930e7799110ac42356c0434ac5b7c3b8838d5a628f5051fdcb17fe14b8db42512bcdaddaedaeca59c7ff2f7be13829e01e4876d3d7541305d1a8de3bfc16722de13ade12ebc255d4706c25246ad236f70ef5d0719e2fa09c50a42328c2bb981c35ce8ecd85d60517e2afdaf0ad068961d80dfdc84e239925cab24367a72b22a0ac014657566a56989132a75d42557fb50c09654461d05b36c25bd58503f5a06fa66b8b6cd7efa8dafe8d10c6a54fb8751d609d8263d66543ba095fed839bafbdd765c46a84e69a539d27adc9404592067ebc1ceede7645d12433292d809d9f2f91a887dce7df9996ff8ae4d1cdd7bafdc2744a063c508b639361e7a1956bfd49878c5c307b4b2519983f4c7c989681df6b11cb4507f5948f8a2e12063c9758700b89a801a9b9db6ff9ad5b262ad2850feb2d0747cbd5ff997af01ea7e0a02f57903901cd0d9c1aee966d876b0f4c4323b51e947af2623b25d84084231c06e044d812efff11727229e0e857b7b0343aaf7b7ee94b062ac5c944a7e8f4593c29ec259fc9245fcd5fb67bb64298a85ad9f780b67c5481a03dd8228e938832d05aa22b4823b9331d51f8c95fee9a7200afb0876dd413ff62e1f6f47d3a7b0333f10b3b94963a55d2f7855c3da21987c63a5ed20d7705d9d3708a5cec343975078b8be91d8734129e9ed096e803b2642bf856f30ddba69b825826be64274ff2ab98a8a63b7d1303d0d65f2bd799d191a2783d8cf77872dee017408b7d7a2af69096e61586fe73940a2ca56d94cb139aba2876e242e3f6fe8d2c5c5680a3570b6714c8998871c26dbb1037ee981dd4e9e38797b58894af84da05fea2263950ab9f80c4b4a87d7beb541f8b216a18b1f9af1414592111090c67429bf0c6b2b4519a696ef96f782c8775a913a8833227548d6c715fb4cfa', + 'b00250cc952f6dc3042600e54b896d178c8484f5bfbba96afa81327df04b116eb964b302d1e2281b62d8838bc6cd842a476d74272a7f519bed172b64cc0dce308aada1d86db0cef08b6ca39c444739a4107153cb7bd3885d6d42a508aff94decab46e2f57383a969054828bdcedfd3ad6cf8e88cb89e98d8046a6711a1f7d5cba5953e03ea42ffaf5ad6da986a7d9c6ce56afc0febcac73339f73a28abefaff5fe047da7dbd519e9117c81d52309da0a023057ff1b3e5e979451e6f5d3c9249141fa668b4d233f40b3a4e41cfe6bd6af4bb0c10251e2a42b9ee1331f236d7ac8f3dfc2574816b8dcc7b5cc13058cd881495302c0949ee318de0de94fa3c3f9c19e1a59b3d595cee4d51701653f5227ab8381e1e3ec5a6185dd3ecf2c5ab4eba5c915f345fa89c78066314bb8b4a60d5382a3281061fe689b21ddae5f5026969bfd3758b8c1d8ecda016d72b56d71d0a2cc1f9df1fc723e8134504e8f8d0244ccc1e84fb2326b85172e323d037199b9bfeb5f092ec49e2b609e0177651a313b5f9d90a2db542ada6275e9754ac80810d267c9336fc26b7960e556f188fe9ac37d199717dd2ffd32e15ff8e2347ba41d05c6c7e55bfcbf6ea893b983a24124264ebe66775dcbcdd7bc73c84c679157277e92c0e59a7c8454612f91f758ecb9aaf91363890631800f1c39c17b8b12077865521cfcd54aa071b242461354054099a7a1f7177d680023293a4b3749079e56e38f42f2b46cfd0ec45340a03e97a0397fee8ae76d78335b0afdcf474977030a20d09c8fdeec8172bfeae665bda7c3d3aa8485c37c6a03fee80bb374326a1edc439d919bfcd116e7ca90a22c7a3f90ae4feb4e7152455756eaea6186ace8d713747e89ddb524a3b30dcbdbbb1d66ef1497a94fb9981116a939243f4561fa16f9ddfcec1eb2ec0f1fb126fadb4d25c84baa48ef65f6d62a40fc41b778f6a7c3d4a39e23269a314473de266554b283039caf50953b139d7a635cc730e916f8c6edf1ed94bd16fc29f7bb5585eef588894fce47ab05986dee598140125e67f3078ced70a8abce54a6f3713ac271be3c40ac31b798892c4f6e6c9233c4a091a26ff9bfafc7b76941a3ae275d85a4b4a811fbfd27c490784ae2e2b729b0773d0de47b90325aab90cb08710647345080d3e4835d2097e1246632041aa93daa133b4f5b8882c74deafbbd84367f393dcac5a28d77297946d7ab471ae03bd303ba3499e2ce26786620d8ab2fde8dfa333987316173cad2853922076c3467da48db00a8558ba6d3bdd96ab8ba27fae1fa75207b477a8b0a67f3d25b413cb6ba421da866ffe68b421cbebacd6c384d545927986787b4f589b4adc42be320afdcb92933ba27085b2c4976cfd38e3a0ebd1af7f8dc68488fb7340efe609809dba675a6a98b1418a1f90daab2b06854c683038c47c4335ee1fdaebf8ae0a91fc0813d3d12c30f3fe2103002694e42affc0edd8f8d06312074c1ec6870955e89e8d6da96774960a5a8db7a25fe93647238c66fa7d28aa7b4cf6cb4b0b666fe70db0b1558df054f717ac1b3bc786915c60213837d1f38e0427b67cf3f663ad3fb1f8ab42b53df24cce12aa26ee0b79fd3e35ddfb87bf823f3fe1905be87fb23533eb97fb9dabf26dd647e10e43d6548c0620c4c01efb2b7eee2e91dd52290379fc00240a77c8d9ecd8b26c5c6975a59b608889200824ee55cae41e12b3ee157082bccbda04131d4c3de8889bbf78019dc5b39795c3cb4f565eb881769e3d6cab6097ebf4a329310e8e60d246b64bed25be588c9be25cc2f30202588361957dad0e1820e4d569c9a632a1d5d7fe6fcca5a2edb49cd467fdae6d582fc3be94ccd7e3c3f7252b632b95d3221fd9f85224b02bc9bc232a6b340ae93063b205a9deceaa11db301583eb7fe877fcd724a199b7a1931fd944d51a7b1e0190c8c75327f399884980146a9da6db0a192a13cc702ebcd03bf9c444258174723382741f3ce96a9dcebfb88596bd335ed17d36315ca7d5e7bd3f2926c9b074d8c889ac6c920275d8d72962438b1579fcd23b1c8eb39575600003d3fb9b8a97cbdc18d0c9abf143bfff67b242df62275a87de3723299a23df90d255410f6265b1caea71c50f186cc9b3e518f1f805b3fe6ee1069d0308599d0c354d8589ea672121691fdd1ffa596c714c16ef8992b86ee3ee0b6af4729f4ecea6fd37bf8504a08c0f3b707319823ec3e73c89f87bad02a35fd60b525b6d5b54a214e604c4d6a64757353d8ce88fb73850ea5fc922fa8019a0c6fcc1453c593aa0f4fefe2c55a8ffdbcd82e209ca4c2b13b0ef704b393db37b8ecdb5a284beed3e4e11001dfa3f220744ef06dfda8438aa10978236d1b20d2a6deca405eef2e8e4609abf3c3ccf4a644bd06fed28f5dd7e9a1673986c73934814d810e1d39bba1ded1a8fe9a5dfc56d32e571b44df7762badbac8c251f8c25ef42e70c8cb2fed45340ef6b8cdf74f9caa8cd0b7b22fbf1bdc12f6473ac826d98c3e682d4e15df14d5e6982c0d9c357d0344f189edf504d995ad90b98f584d326db65b71c4e41be7634fc8a5fd351388ed9c688d59fde3ef7ae90c8bb83f8203e8f4df48d82130573c991cd90558664ab9f18a44ae90d8c7fc63de204dc471c8ae984814f04398cef2611917ce8caa2d08e2eb4224545fed8a9c9a29c8ada8fb2f0f3a6895c1d1c9051621f4a1385bca5aff000883bee5dab5f1a50ab1518415eac82ab6413257cfe546ebf235f1f78d10946cfa25470719ff11a34580368fa35261ad707b0bb76e2371bb82f53009ffda4196b981733025d66af95ccde3481df65a1739abb46d0e4005354957790f9d0894f1a930da0d88cc6c3bd2f2de39f057101c747bd2e53abb9fdd97e53384df3bfd225bbbc1dbad51a3df2a879dd1c4f53201b343ddac7e069019011705e650d4e88d437ae1372e069057d5f4989c06412e8b789c3b4f42a1947c177556c07c73f5b6e306bebc654bb03a67d255152edb63fe26fd723a132d0b6b4d78ac8fcc999323dcd790b7fda181fb42a959c9c91480fe60e028f98a09638b05a98dc0bba64f4873762dd65198941f18d22d364f9cf3f098dcb609f1b73b4ff28060efe43a98b9595aec73fba1551a3cf535c73cc53b79414bbff7f4b7013e7685cc89c0b6fdeaf10e333d764c5371317b1a091b3dd5fcfcd58d200d9943bb1432371acbbbed51cd08b88f3c0a0db898ec3078556731f01de2d42e96de815a4e0e270f7fa9e5826fc2d2e5c75ae254c5c11fa195c20df736fbfb804ae72890a68212f4571184f13bc528dda2cf7fea6a823df136ee9876ea9989a17453c80290268155dc733a22c3a810d348d844cdd9a821f3c33d8ff38b33f51ebd94ee04bd7408a09a5f83ab99b4216343f5cf93a5cb5235c54f42f19b63c464813ae93b60e30f60fb36dfd020a1d10a0eb87eb051344523b7845ff5bda18e0f59b667fb2d0c1c238989cd44ead9b6341380e0c86eab813a048d45845465a86bc187e8e894579544cfd8da7e7ac4377dfcff842050797d0556ba8201e238aa26333fca78194e3151389475f13309eb442574d77c9926cf0208ac9412f98309bb393eab1e4e6846d55e5d2e21b613283317915921bb4bcdbca4d40a1c0ced5d974e04f96f862e6c5d9b8361a47668a4a75dd597b439411f81b5b142a18ed00c46ec4343d0631908368ab7beede682b72d62a211a895cf2b1da5d4dc2811c3ac468e5a08e557a0a11ca66aa452a8e9f641c0973573431e86dd1faf45341830a412ceb9b712f66ddd5c790cb0971016d870f21591a8e3d7a95c6db10c4a14bf8a3807f2eceda1d903926d1e421fce81d42771bda4bdda8308f82a8a9fde99c8c522d495f8d9fc6aba3b1d3ff75136c37ff1b9efed26a9a92c4cd08c8e6619d4fb6fbf03896c689b67d2e3b23edfdb54425c453ce977d3a299c6ea373675177c837b11dc1d1978f3a2e66b4597104eacc1c3ae151825eb07c802f22b5680051803e197701275a00bf1e21e4a8e96e33554b45f2907c542513d6d62d93d1b754fd31f9a7007e5604cbb52773183d84b9691cad2b916ba8c177072c6b178abea8c97a1a54c6c0d4c1e85b3f0ab1558ea48ff639365e39a3ab2f7cf985487b5d746c7f44275cd31c629d7833517c19d41c5041b3bbffcc8a0cc39c05222e8ddce06caa3ec7c9a1760d7274c9ef80729d483266e1617a0ea80bbcce17ebd2a682165362d2de15102aebf0b7ca8dc5463350bfcb8bd1d9e544d1a17cf9883baf983ba80ec611490a7f239ea9fdd2547fdc5d7fd97bb3243ba585fa0d71a07191667af418e30a6b76bedd05b32c673403e197f9f878ae61f7145050e948db7d3234f9bee7f171863b3043ab3b1df36dbc8a25b591496a9a01d95a297846e3667c4ae08ee3b8ed9f431a7a1aab991f08901e2f3b0ab790d6413cca1021325d3456ef58ec74ff27c075c7adda6968930c69e7df14cd8ac81e9f85c88a4fd5f4f0a76d89610290c7f0b97e0271df52f6812e2b5bc7408ab97903fb7e2167f84ea1590a9a74f5317438f786a169731ff070c733cbdccd7e0cef55e7125cd261134f530fb3aeb5abd69e1728b34a8f962be01b4758dbdb3068887d91acc3f8d9ec027dc4fe96aac6962d02ac609a9a814cd914ae2a4dd166764d634175df412781c3bf70a0b43d495cea9e5acfe3fca6fe6399b268ba19e9de45ef3f943716157999015cc490d4fecfdfd47929ac1ccde78793993aa81a8147780ad23254dd697c8d2bd190b3d9ab98138d53957e64c0af4ce8acc9a13cf559ef9a4477bc00ec34a625152ca4b2195f8eaf2e3ce03b46ffbb81', + 'fcee0a4b7817f88402166350bbda8ac2f4be6ea3e6692c72a3f289a94d48cf4286d2d87a275268d5350fc06211336f40ee726c6188ec628e14554bab7253403daa278f2996900fbedcecb0f620a156f977bbe8e31ed7a3c76c3fb5f40556077751375ae12c99954adff65d954fece7f675e30ab20ef0992694f9ef0b6c1acbf861485f285134a37e2672efc608dbc93ed230fc55c200eab274cb2278116735c9c4a3c6896d2be1649aab8e12b337a5d974ebe354a0ce3e74f4fc76c45a05edf16090b889e844f60321e86000b6c822d0455bea3812243e72fdd61276b1bb9a781f565db22b488b63a47090187a56e92a2bca36887fc891b6759f1f167d52e467e73fdc8b9cfe478d0c8c44e267a9a1ef107ef2cc4f83e04846a0c42d269375c5a2915d9ca430d3883f84a5e7e688f328dbc0448de91dd32e56212a421443f29a37950a6eaca4d65c27a0daae5dbd87dc74d85451b75e11728f6a78ddae2d06ee8e9309881a23f912ab280bbf350e0413c30e4ba3200e431cd7c2d7865e1857ca8fd382725775e4b1b26362a3d74413d5afaa51088cf4103218736fc68ccb8d35229c9eb5cc623e41269a04e1a9275b2b22f38d0a63d921be39c367249e0f51382f3884d8e0b2afcbee151c01157e851c043228300e851dc722fbe829fdac4bda9eed5e63fa2ce155f21cd08c821338b13bb04a02f3c0ad56bb62195b116a2223570451df849a79ea1af7480958ac1df1b0b219097b527972ec42234542117e1b42c487d3e5c2228f4eedad00fe12dbe44b83c0cc0e0228239de12d6cf96809cb487728c7856c824e764727f9de0d1b92f56a65d415996371b689605a9c38683a4f635b43cc62412e7a4edd7d5f64850494ae31a7f6e0d1651f80e4969549467040d249d0226b08384247f813e9e1c04111984bcf1b9c1b06c00ee0a84a634976040a1af5ef4e7f72b67d9f44e44a75515570dbd4ea98e85d817d7c19254e19538154f53b9bd44de6bf37fb97b8684b3d477e0b3ccd9be1704b13e26f8cd15f0fa1f702298ec51a9c43bc3494ce03eb0cce0901912b6cae49041a3735e9b6c3b34b3d6b4730e9909a2b5571c38ce3fcc6d45be55a6cd4f6f096d8a6f0a3c3ec46676c551dea0755ea604adaad5bcf277440bae020f79b616be796542a22c183d0dccdea3422e91194c9e399d9a490141cfa6f1a6a368999c4e19b6c6ace772f5a94a8521341556d9e4d68d3cfcdee6ac9e9c1bac0906543036b3114390faf99ea7645b542b0141012d620b31840b1d280f7fae8aa6df90a2e6c9e741e4d2f698b6aeb3a4ad6eea4f74b545e3b63a1f34b0b61ceb1350b934fce2bb6a1f0c0464258e309b21aaace56934cffc0a08676310d3d915c5164896d7820ff4a602ad81928764b02e61238369850bc305e27023be6d75c3427cc929152c57aa20535c817c2e928c3a1ec8a9f41a8bd12044d406f7c7755c0200b56c244614c3048a9be440f87c77cb2016b9a769b2beefcc0d7d7b864a488a4e87f08363ea07c8f4d61a9f59751b58319842d1f722e4dad48707b82e872141c2cb26b10a29c0f43ea5a4d5d60edf67bfc7d632576edb57fadb361c349e7edee9f99f4bad66870cd485039302bc4c80271fd416eec91b1dab6479361d02a9a8409dcaa1c222d27932fec735440feb28041acd1e31f41c6262dd51946c564a3453223961fcd13bdff67d605b3e7c23d5d34341a6c56267ecbd804f95870bc9198e215bea92141b978b7b5f6346838ef02123a24f2d86860317f7d3d81185beae7e05a2ca364e0a365e9324fbe0a8953d5a369f85bee2ef4c1ece8eda807683999f59be8f6df170430c3f4173b17ddee3faf669d91e0a0c3e1e6ec0fb5830c0316e980f888da0f63400ea45692d55b4aa9fddc1b7af6e854fa3431ad8fd56fd2c584b066439def48fd91e915ab8d2cee7956717b00782b2f759f60ce2045b82d108dd43a0e6fe03bcf166c5b6e8677621982cdc40aad94ddb8ef217b4f1a109d5ece937ad09a0ac51e63d430c30a652fef4999fe7fde48e52dec1bbb049e9ea9180d96307364946d5242ca9c925f1edc65737d31495372cf3b5df79627178bd9a4138463de16a7bcd378f6a8c3cec9f1e1c720664f543824490c5c14a1cefeb56ba8061cf9f76a390ad0ff5b3e9f8ff6cd0e2ba57929c26bc1bff33e580b20c6d593c462ac51066c5d118ebeeb1a9774901045f4af19392c0a3f641b351618934b9e653ddf6aa2dd35024ad7b2870af39295175dd96dc5f08c5456b320360fa4338f92b57a8c6715fb6ddcb07c2d0ff93b6549e7df6e8d3dafc5710f02b42d82f62ff2d365fd7d9b1518eb512f55cf10f347829aa961ba9edb5c5e36c1d899b4fd462e9e89050bf7edcb20c0b54771bf22056a7f2091739878dfc53047ea7cc2af9ced1fccee39b2e9502307f44b1e8f3065aa9d2a45e1b5ee174d067a32fd3573f8d85c17fe3153736e9b2ed6a9fe068530eafdb0c42c7ca5cc9fbf44f84594b324965f537f1862f2ec303b42a838ae892dd1a59b577b7506c663638c837b67d6e6d03066b71967ce938b381f91f50fa526089fd146f62977cc40fb3a1cc83744072ed53aef59eb6e2b542c57ac5caf3fe137f33cd9c71f61a8de8e350b548a644f5758b56e03763c7c3220d1419618c12805a7c35813df2d20e624679846eba085f4c0c17e3d8e9f4dce1b7598cad291c11ac54d0a05f241fd00c5b70bc7df5f73ac1645652fbdff67d0252bf9216319741f54c438c2df0706d37a0dabfef00adf2861286c038ac593df46dbabc355bf0bbc5d0f2a752ee505084a51c114a5079210a954dbde7d5797a3876df7d730ed4c98e71628446845c0463e6b953086bf540bf7b0faea1f1e3bc6efc925857a0a015cfac17a57148e01365d446f7b1c9aecc15224104ff78249ed87d87df7bd7ef0af9ef867d7ba288e80afc2971dee0124dbc29867358eec87c25680465280b0e23adca338ece37b2fcb3cce543d855ac2014ff445c36ac2bfed64aacac14c0a9ea5bbaa36bd16efaebf0d51f003670e8fda0220f321156db716b93f4f6aa8f3ee9744f5a673dbecd2052931b1981e86530fe205b978175638e45e251e751cd398b87e6cd335bada62459858e0243229d647f789def0f6e409ff5a467f0b301365b171f8042c3c21272663acc4ce295edf2b4a95acb03c7ef410b588b9546d191d2a257f8080e829e9519117a7bf8d8f3863e21269e1708ebfbf77d516775a4e88caa3ea9058465a6f6e2a80cf1fe523a796c8e65eaa1b7b33b3a914dc9c801a6d3af2227cdcdf1d832437ce8515ba82f56c02fbd334c4ad1895532d54ed65e696221a0e8c363ad8eb1bbeeb11c99314ea8f9a3710a6f38c360c7b07c68f9318c9282495088be0f570fccabebb64f8404da497845c29318054c12b8c7aad921acff717a1370657dada6f602fcb0e7171e85602c901e504f13c5b6aa3b76de8527035fb1962cc29f1f11b8a2688ee870c814ae2ee4501f747b4834134c7f71f2a738bd8e4d108dda07da94f8b3c2dc17ae12b3fda71a68fea85e1b628f074bf08a2a0b7eccce0fc5145c0b8462df2a823d09f2277ccfb5642771cd4657b0c4e56c31d9f189b7c0d6b1209cb40a366c26f154e92aca029d3b851dda0d4b0e6567b9fa9995085059856ac2c925fe8b19ac77ae2976133578eb2ddcb245dd62b5edffeedac7cd3a32679dbd0158c43fab591c500397ecfae1099e18f67e93602efeaa890e085ce7d3e3e679d5bb0fb699d36bf5281ecba56e0d626d0715e19949004643b3d51bbbc680c173d6cb15928d91f308076913c7686cf74374ba6c509c995fb96ccc9e5872c4cb4555079a55cf1b3e03220569f368bee926cfca783882205364894d59307136406900fee27306d59960f882329bf769a4a168c4b9a3924bcdbfa9d5e0c64a4bdd593b2fa26cad67b1cbfb5e12439cf3a62dd047854455623b253f04a99c568bfe9094184ec52b48038ebaf76d6cc1f38a36b6b18f7d440a085fc94838252e5d20a98c273bff18dd0b33b7fcc889eecfbd565c912cc0d6b9c1a9c91ef0f35a55fffe83fb1e8ceebd354562cca81dac1ebc076264e1b195e803adcf078889330cc91a2bf25ae1355f1e5e5be570ba623702b448bb42c20a1b2ad64b80534970c83886e4bb75be554922c8f3e5d6c2a9cf2e077ff2c4649bd9c3bdbf17d5c66c3eaacf3ea4f366e6f1ef3fdb3c3ed90b3d9a5b88b9eb2bc39a4aceaa4ca482bdd6bc4daa4d586d62efd00d62571d6fdf18d43af36f2b9a29d34c738d8d3400ce06d9aca8131944519971bc39d4e6f9bdc7682030810a12372b3556e95808c315658f46c8a4ca8e2b9540e6c2144ff92fefd295c09e0b2663f891e33e3b973c3c6939b68c60c09d5959da078bc3ad00adf880264424b36948c1dea30cb663eeab98857653e5a014735d898907319282a0581d3c0ba3773d4e2d9810c546f36cdb69eef0bf81fd660226fbf5b50c7501afa4e651b798eb24fc724ab7087bca095453d2d04fe41d147e3c8dd825a2d90034659801b88363b2cc6662f046a36c769eecdd7f558aa3a25004dbaac99332f0d6f08eb68ee1956946408d66f08c3f2723ab6b6890c40592102641d8216c2775fffc570abb31d4baf2b70685a664c68d8b061926624ed75647077cfabd8c0ae227ef7d58ce02c61a4a207ad6c8eba72c2d9343334a797d815d2ed99d0e7171d7d7205e3b27c2de29c51356c4e87f358583b98609c9e28c85db12e41994cad0c99655962c68f0714bec1636fa759e162c460f6e34510878e6493a28fad0e6cc39dde5a1a6f22a4403379f77c200d6bd82bd0b482d9059c725103b14db5353a89b26670d3563bebad22015b5c61a97801b8113c06fd864fbb4c86c34158ca01a80084035423e5c4a5b4e2f5d71138f22690adf4365b9988b37fa640343fd4a866aec07b667d25176e11a32fb4d8bfc0', + 'a24953a800e0b73b4554d4be70f6c1ba76383ebe38ca47a6b202e91d758155615714334769d8387e29a2fb17f99d0445d035266230341033582b1e6dba147578af354e726a4892772ad8a820b4ee8a4901ed1f1834bbc53bcf212c7025756b4b13764d34eb77ecafb1c082e08a317b4e7128cfe72ca58e447eacbd2f9feb6062e99dd892d4ae6fac2420325f61adffda88aeded7003b94d8cf9476b00ebf7c469a7396960d3543f8edc15fa523ab3c77ae46f5f098c5ff7e29a001fd5c3ae67e8fc030477e548f1b726bb2bbb6735dac4bbabc3bdc8bf7bff49a061e6fa1c7922f4c4dad10537b9b1de5d2a8044d8801c7d0dabfb5d4a32199482c19313f460be1de96d1a979310255f96974f381e6ff8a51f88409ea2b2e7e721cf8885b8c700f40b3ba320fd6d7816d1c286d569e2dfc04bd93c213b86e0ce27ec35e3cc04920384b70945d95a30b0a95ca5915d81486b3d2f3c6987268ab5ff9809a2b0b1f7c8f06fcb5ab94ed5a987c659e07be3a8e24deacffc180a4c4b03539247095788b0d8e657f41fb3dd6df78fe267175297e208ac753d50aaabd9edbf5e45385dfb47988b3d966f31be7a6329fd89e2869bc6f7e4bac1e3a0300f193bdc21c03d9629c9fefaa64a410f5b7524f9cd5fd80b2d96140f1e23636f3710498a61239f0fa3f7920dc8135a368d87f175a5d1cf8c626dbaf0a6a26cb00e5d78e787e4dabe528be4e5606ce5da8d261fdfa7fae59621d969fdefe334a8e17b3a720a867928b201781003b99c51d6da10c6583db29ed88371857e5853c04cd41ec86d8b02e54ee2cc2c267bb633070e74981b1caf2cf2d69225c694329ccd0296492564f06a95ca41884d35fbf47a5dabe3750a43b6fd4d2c6d6d095974de812172d696da3f030278c2ec8ab62ccd2237270aa908d37471a0bab63a410efdca40e3d5b328b93335f25a88cc7d325c06a6d1205b76f8e4deafac46a981b1a768850ab72c548f82df1ebda67dc9abc3756b806aa4169dcadea99092d9941367c66e560f74f6289e688e6ada31240f7ff8f5a35e155038a30c1f262f3cd08abb7e5d64331f75fac25ca1f0787904c40dfbe5b86f21bc6fe9e170db8065ffbe2efae2a3b6ae6c9cbb45f9dd25a7f46fea08bc4e024bc39a1bf96f0f1ac759f41ec69e932e843274d59f068f46506b6980a9d9c2dc060e5db5ae4a5f72e387e3175bd1c0ff537029add258957f04e2578e59deb540e2e501539a934b0d4cf1f1b5452cabad7eae11a07a507e1427f1b05f932b93d564f04b5228ea306e5620a654fd1fb1ad6834c35a119ea7ca5c01ea70e050fd0e0eb8925de3afce0ab1bc8792fe2b7193c2bcb5371283b0f5f39b8c6ebbdf4f5f32965cb355747256c20e0bdbb2c079e4f09e7dc417b0181b91370ca59037194d9312211ee8a8abf7199da9bbd58f29259462738d7b944bcfb76ce1c207f8d95d82c475ed37dcf9502af3f7afb0d81dba00914cffb8b0ca76d895b2208d850e039425d19aad81d8f668995c13ff4bb626d7b34097799622a57759e45d9b7c25d449aebac3c427d95e75167da4fb5a80f07c3124f128a4d2d006120ed5ac3ecf5405d797e5164f58fcb2c3a2cf3f750cbb80b33079307d698b176678354a5d58e77b290f7b1e690655b44981ff562bc7cc678219bc3b70453b2dcfd6d8f0485112fc2b77f236f5300dfc1081b1c9ff30b7a3463716a43df474bba6a15d3890567b1b4767e70a748469fcb13882f56fd611c6781f350526f5ac43834e1e8dc5c7645b1555c60387620e2883fcef72ee364f43803873c8dbd756480e53b95a4922832e1dd81bbc7e576f22317553cd0acfe49d07297f79bd08174b7048aa389b064c26b955649ff9e3115c22086c5e460166557568a4a26b0643c081a36db35bd113b780541d285a837948ee4c75c1108948ef435c8fad366080499aea7024dc119e62fb6ab1d040b72b7aeea81c7ffaa5f0dcf99b9d24cf95314924844e37cc5630bb92ffdf322d0c9c54aba1dcf5751612a1109c59939712fb31c71774568cfd7f23df89d1c87fe23088cdd013cc102812ce20e541641d7832b5fafa8efb9ea5de2e49af560dc9d6ac69ada97d6e4c7a75d692fce120d3237c2828d3daa181bdd25d69c6b87c9b685489c39466569a7bb03cff49b55458a32c1ad909f3e2d6c3f013a866958f54f5cd6bb8375b0f7aba6673be523a790e75e700a4236739fe46bbf38e1569c0973d7b71e3f8e8037d94ed1d68bced09652a216be2a6a11168b4aa6fa349a1bac27de35eff5f89dd13b9c88c86d059700d2e6fcf4d0a4df3c6ac200a5079d9d87755996532d1bcf6cd978d638132ec67670126bd2bd4aa6b688bc1364e3c6ea4264302374705fdeb0b9cb014e06b3239f330fa98078c62e2fee21295d4e7fc984fc4b247a452c9147e57b5234cdfa772423c3fe27897e3f4da2d788b8d23004f54692e18d35eab1d66572110ff06d89ac4817b4ef79dca1b8aec8789ef73f613e49eea1d3c70106083f96860af87223e0abf312ffcf461b1919da43374415a9070e45ae7783d958827dd1f94a6c730b6853405f8013267718ecf730aa411aa3f79b814e9ff1da6fef270ab1fad4d70aeb48e4e499cee37b5c2e06862076b619b7fa88ca749a6d13f54329f740b906e81293c9e97387e5f08ee7ef8ec06c52d1ef33446a1d05f80b3cdb151344a1686d843bd5b535c6949d55209a90b3aa5495464c9b75c2bae5206df6b84d2f176561e948f2920813584c5ae0efd320b8262b644f77358d429a1a309df9ec29a0658bebc307c614f799c3452fd6a1301f2e5bf243bff0a42481c12cd7c03a59c6d0b430b3fc9a80f9bfcbbd1537400a66d6ef98315bef2fe800dc0aacf57de8100ea46020b95675a2322c6a9bfaf9d81585adfd20327a57178135712481fefe068723241225421a785aaef5c80714bfb5a25fca182ed843386b920a484a05c131a3f924922aa69805a01906a546d9e9cd97cba62236531dd326bc7d1f39da5c18cbed07a7afc916d16a3444389f907ee5cbba3a4433310a701a7b71b136c4f54465c9755a9df4bd6221c8588bfb80a585a6f32e880bbb3498af968f072a0cb53bdb5318b2da6fb5422e9de9a640f28736904029f6a739c3d24dd77e28fbfbc387935495b74f8225f9f77ba08f582e4c7ff167d395eff3dfa75c04e61c93d748aff7939771e475350de62a2550297c1be93131d56dcb30ae9e44e671ecd8e86b3c6ddac4e9828f0f0862711ff19d241cfbb866d786243a5b3f6d45c59fb47855b55fefc4260f19d872d21a37789b6d793defce80e9e0570c123fe98a3d0ecd2da2349b4030745bbbd1a0eb14ef0aa157373c30799de9d0eaa0239969cfcd301c8c54a6e0109a9ddeaf33ad5f5dd406e172085669aa25ed1c707f1f095cdbe94afa27d84bcd68276993f327bfcbe0e43c75bc06f9197ef5ca0abc4114ec1f40de7415f92a6fc54085064823dd40168593c8be09d1f1db321ef743c82f88817d008286d024ff9b325a8f9a6760c45e300cf47827983a23ea3ebe7b7b0436e9e7daade226e283d1430fb651bdf15fa02ccf805027f7fc406652e7cb243b003fc7917c91c30b064fbccc03d5eb381ac4c205f4b0d3954019ee83fb9d897cee6b655078fb6f488dfde5bbff8fb9dcfcb23ad6d9fff11b0d96c9f88158746e0756093d2788f24122c3050131e5f1860e53dc69b5a54a306c9f41db0163abb953e6fb8013a1139dcc8965c9214059dd578defe7130aa67d641c9c510328f606da048242c4ac9b0594374e395809bb8adf49bd777896cda9fdf52384100e1ffda599e8abc113532080b506795da6dd34ae708c426eb1865d3f131e9caf7dec45bb8b73e2923c00979bebd5b2b8818784cde8a5707cc39a41335cd5c069dd278724c46c10bf916d11eac1050cf2008321439b50282b34d2fce0b98f19c597966ae92a1b5cd07861377720ddae928d98b5186fd592016cf4374f1296cf4b11029711a7c7ef4e5ba3b149eea4c1208f8de5544e7bd788d3c8998650300983b432b5a422b9f0c1a1fc266815a36c256e2b5b001f8b1f48d118cb8f59a6eff6e8f06dab823a88afb2343edd7b22d828913abf24ca4d91c8cfaa74721740ab2b1602672cb190dfa2f613a2af0a682cb16282b8c63609569033473d35714562aaa4314a3296031c21d561fae6a8bf914848caeff04d07952867b7cee24eff3ffcfc45bec219dd68b5b7e5ed8b3f6d2f76abdc0ca9f68e7719d1c2ce8098b467a884066de62264eae4046824a4b6bb2dc2f37eb6fa19e824e9db30e61836ad0536a63cfca599e2cb3924b2473cf5f1b4b5897995e99f5bc323ecc8bdb110323f2fc9ae1608669d32397f8bfd58e457ebd5d39452816e307d4c6b53fc530e8a3d1a5425611572de486e7dbbee026b35fbad3a9995c76faf79eec29a4a0618ff287fb16985d6a3ec345f8709c34172d20bc2274e05c58a1fe090586250d316d728e647422b53e2111f94033e241ee177449e007d4b82a8cad9bb9576b5c1f05b64d87e78fb93189331965b22b89fa06ccec82eec0f06aff68df6e19d22d98ed305dcbed29c9e2bbb91ecf57d28cf97f9d0c81a64f85a89ec23c9a49e3f22d887327b6f19b77c05d1681e3b171bb3af6672272bacae851cf4c4bc4642b3a4b7be143cf915f3368c1dddb593b83a55cefade6cc88eda8f525598582f51276711c2d3a7c58ef9d2aae6193867272dbcddfe391f5bd024811159c624c8934274d0d99644394c705b4676442f1e2d9bf0c5baaec84b3b3362434677a977cfadd2da4c859cbe1601d64713852220922dfa6c7662f00097b03acf65d26da5cf0f891963ca36bdb6544d9706049ad51e8ae1bc7a801ee2ac42119dfe00fabb5911a273658a9a9cf210c71d97ea1fa5985aad9c0d2edb594192f0955928d81f365b24d29cf051c593dd4dc10d5f37f8ca4766f37994aecd2047de9fbd738d3b2e94171d4e21e29e6165e66bb28a6c367af715ab04dc1fa60f0ae4a37409a3760864833cc448d591234d9a03cc9445c77112c2abf72bb64cd7830989c411a2378e757116468bb304a3407171a4a44a13774173db9aacfc27405955', + 'f7a5098b2a4d92a7e71e4658b458f47a0b5e0427adb967da3a60ced4ff361abf0fd51492958a5fb468a0ab64e0e22a58e95b48a4556097de77d10880ed9b618dbd81eb78a41d6b41aa2154e1fae33be8f1198b6575e07a0688043c801c7b76312932f504fe0da096d529ab97a9640e724c1f3630b442fa999581d09d36de41f37d6f9a004b62e5fa103e174d966b8b3e21f5afceba8dfee1c8d12e9fe0cdaa1bdec14232352421b783ea00cd69039a939924600730c96d24477bbc4ec44e99f076af5564625c3e1357b4ceddc93123bbdc33afa2beff31ab3a07e4728a6cf6bb6dc13b5c7a122357b424ea465eff0efc11aa06690b3631becafd0dd2da2ca9c4eb7f5de3264cb8cac1c3bacfd174439f6012cc22c07655a51ee69e375a989a53177221c00e14e5b6a718a742ca98abebf2f1699684c785a7604a0169b5b7b2b01921f0bdd97192618dac1a66f0742c2aefd2458d0032a90db5af9d309191d7231a1433a02f6ca7149c057902ec0fafa27f3ac8cfdcbea920479fda54972ff2f342d45032ba0b0c17fcad2ddf65721d9dc8b35a23bf746d253ea1209c6e98ec69b8e8b13b1f58aab2d42c9fc504a35c61f5c46352515ade67c23ed7d1bed4abcda5d8bc83095b672d4c08367b71ac56362cf64b253b7be22df9fc67bb31ec1967302ddbd11e1b2ccf8ecb59cb5394f16695cf7a6125dc62be0e6639226de71d7e826e75ee06a0e2e2bffc727b536417385ad958d1b68747632701b3ce1acd9e5bc223f1a36af26fac0a24e8541823aff3a09c4e3c978377646d573e87e1a7864719d5b9b6f21abd7695ca231e4bd9a1e0929fc26970d8dc0907ef43146a7cbc88af0b34ef451fb28788768ba1938fd547556a1d21e88f5d9a1d51283e5c542866ab4dca180c0938290cb188a4994c32701485c82ca7aee15ed90657cd5f37b22b3523e3f7eee036a2490182f10418a2a2f57929525640529e619536891d2e421d7716e75694ad933b66f1e14e7dfb0d2620ccaa5b9d4a97a2dd862f393b40c08696ad3efba578393c8b060d84acfe5945be09b20e23d698b27662a8a7647614acbd7151aeca470fede2ca6e5b38286f44f7b5a83491eb3d1653af0b993ed626d812e88639ab24fd9590c46c9aca82376ef25af6958e926e159ef8bfd8716bde51bd9c4663ef16eb7ec07c700b0912990ad87f03f9c3d213f87cc22c2ca63a2561e715faf33f26c1ee987be0749ee27e5fd0ad3728d7b314081797ba5c854de14eb8d908b2425a672e4048269e30faccb6036bfae9733d598a97fed132b5abfc615772da68a1bcc686e16ba85168606d579941b4063f79cac92480d974df5c5ce2ed68d6dc0354c43da36dd054ee1e478ab9b7cd45e26e500ce4a43aebaa69eb19a14166d811284a9dadd50571693c44978b56ad6f0524d19a02f25c5fbfd98f4d9c87f122734341ec282bae6e81c04bc538a5bd4c4fa436bca4f2a898c5b432c805c1df83d0aa8f733bf83514dfb4435ee82d63a369f568baf32d845d6502bbd0057897c3d0671e7a0fc2012b2b1f16a8c274083dfa1f4edc162a597747cc12aec43383aa1c80d449cb147a7b0c0aabecef0415e3ab2bcf6a357190af121a1faa697a0a005c009b27987308cb2b7cea719765f05b2420d5ab7a8b8fcb6ef2ca0b1dd5948c37ec5a5e9e6913e5307dbb81e01d036d0c0647e80bffc093055efb1b07cd8917564ef934047d038fc2150662f5b6b5e30ce60c6910558ad17c659a2050e95269612d5ff2f3384092894db35dfcb86d84cbc70e76b216544b7e0f8f631fb2554aff9276df922032b62f2caaba1ea99517f2b1345718c988cab165c22c9daffb82d88425450abf42c259bbd4c18213946528ac66536cf68d16bd6e1bc3f168acd8950b546a829dd680b10117ba517dd23616c18cb3d325cbf74b33836f4565d116de2feb97234058b6df065cecb270b75163f78fc077dfaa3503bae079be2fd0025af9d31415322e2d8bd28ca0ce73ab80b85755bf80ab92978c0d1c29864d1365b270f2297ffbc2ad5c6e8d1ecc0e1689bde7c7fb1612ebe78f341dc7c54700068e9d311e89217afefae149aed5c9603519b1cdbb5f9b1debb335cd9ba2a601af9486783a5d2ec0e70e33a698112df14c75bd504686ce906ca11a12ed46f07d266f35b0c720aafb31406c8e23a7c13196781136e5b133ac3100ebd604d9b0dc34c5b2bf0bfd1b92a43795e898c00d89dbcbb769e00953da0479ae0029826b85a13f038f4f1a0bef089cb69c3f839a5fe215b7cf7fb5b580abb46d78a469abe235843207da9f01792516d5916019ef1c74ff17520adde108ef582f26bdb7f75ab83d470ef6b58698c34efcb143a995295931e1d9c8ab60d8980dfdf2bc94d855f111488ee98421b4a9eb32e3305c12ec59521d4b0245b95a6e7ddec4e827d53ba9a93f6efc335a35a096800f6e5af0cf3b0ad19200d374f4394eda848a997675a8ac339677eab98470f7ec1d46cab639c90307950a7e1a10c028f91aea114369b6c32deda2d3c707e1b581f600d4ed92c9e2c63c686d3215ccb4446e50b8c5809b96345dc4130b27ba794480e4a21c410452176f61ca446b2599c26804b683221ecc50ce27d50d4cc5ea3fa43959cbb042f900163ebad87a93807bf14d3205b8090d8926113f56dfc8b1794b492483464b7f8c19486777a9de1178ef7554d4a82203e84ecb796d468c75fa5b5a29ca6be68dc060c4f9a862cdf3c04cc246775c3254742e9dacdaebd9dfcbbeb5902b87ddcba6d4fd98f40d29cf5bee7d2d763a00a836aece0026347797f35aa2822b02f6e0455b3a6ae210ba4c52bfed345aac56a834b7a89cd88b2d447a1968275445fa75a5dec29afad44813aca55c80aa19fafb782f71a97857c48e69e151a62db6b031cf46de4ec4c19bcb718a103ceee9b54a0a00724e8f00051fc79ca3273ebee2bdca79d6afc9407a1daa55528eaf834f3df010f3b4a4eeb59c9c31a7d410c656c09e61f2e490b7afb15eee6a9e7351907b34493c023f889fb0f088a5d32a34d5e354e57a15a18f002e953da095c5ba40adde919461e8388a01cc89e54c147127cef3ecb56c8531363d57293c9b2a26267af4d245f928663d37371cae6857e614288360ec0ec3031985ad9c85d72cfd0b8b80f395f1867881fb3a294a4e7afa64990d286726e36f70af9e7ec47252a8b78789dccd728bd71ef5dc98ff280514decb972c6eda6edc056233b54294248df217187534a3bdebdccc2551161b819e4c632c544952ebb29e47732a44632b1584e334a614ada71c83281d3cd65175ff740cd1883fb7e258040566c5150aeea83492e557b3b7ced3dab3cd4289f2699f1e6c90b09931db38ff45146ffcaff6afcbcd33705beabc76aa123c497525e5e6142b70b4a0e75fb956af860e407bc990123b27d9526ef86fbbf0723ae413723c1df27a7c9902f543d3eac38b2a95f1b5ce85c87ae06a0a24d5f378fe1ce497090069b4f0cfa9263e3c9fd3cf0225f684ca521f3b4f067bffc0c3557b66bfddb5863728f9890579125a75bfc110555e67cd4b3205e56cd1664309119b09cccba87704de7d0e3e7628f5158e489b4bb3c59e180bbeecc197c3286db5454f35e94a9b7adc65a77ba5e6d526484eed2f7c060660b250aa30527d359648617e1fbf04b93f2c9a9ce48fb5c151f6ba4c2a4291cdcb2da168de8cfc332dd2d6dfb4d63c9bfbd60335a3bbfe823e9e7401648cd0bb03869b6df6cca8e9d95c8eba1cb55b0757e087baddb127e0944b635304e22a97adc525039e9be92143ec70577fe4cac6fa541072bdfa9aa3fc02718c32cc072b74f02670fe8027a1138d64fd04ecf0a08e3985a6681dbd931dcd85f318d3cf3dfd1188fd4003ca32f04452f5d354345cb898cd9e09a2fa78a0b387cfdb7eeb96f32f32f289ac3a9c821b228815a400c42278d2a2c612b8192cbd6069a656c1fefc530c970404dfa77219bcfbf265bb9e74e17bfac7f45e3f6af1f6099fe2ba3dc084fe33d692221b68460999911eccb355dcb0ed35d056b2015932f6eeaa3e1ae9caf0102ade69bf0babefa91b579dcb6e6f59c4382f073a9afdfc7abc36b65e1c2dca7426711d5c044f5772b79895ae67a55fc8f797d99fdde33ddb310f88d103b674a8f2d2a7bafa3b2a3d8e6a1c23e783a83e9b9334a87115db6274bc1e3b466cd6f4b7896da196754e52c8549af396131d714ba8801fff9bc057aec5df648d58d99f9d1fd9d98007adf98cdf77e61e5ca6a8306025ca2e7bd20206b332147f8063f3cb1b52295ff82e7a02911cc424662c2a72428b71a7bffbaaa50c8112c4ee5d366a053f5bdc51b81c53f5ef55533a954038d61bde126f2299b25b332705aab0b1a1660a359e193529a790596150dfcb32aaa53bd816912f155625b01beaba42ac99c51a804e588ce725ecc3afc65db448f23654265b2f0967b9f45fb61a28fd6f79aad7039317a59ff69093085bbd3aca3511cf918a509ad7024faabf3efcc8416a9da988165d689841043334b70644ff9ebf12e14bfdc9ac5abff800fd3c8a6c9427f8d57e32bd1c2fd109fb8340b93052c787de453d7e30e8cbb23f00f22d361ecf2cb4749e8c71e87e7f25677383a57cb1954f2118a1a9d5fb3e45ee2598e8311eadeaa0aabde09393fb790aa889a64206a3fe86961b6048d705da70deb3c9f49be442a95d38b15998e7c015e7b37bcc4d1bb11dc0d29d6ae86fc52e24662390ce378338c0e52c6116aac22f36e96b430e64318e9dafa862b5e5d0cfff993c2c3f0f74f4d9ac99d495ac47019f13bfcfd2e64680359ac859c6cdc1fc77345ef177d5df86b2763fd99b5517332919c0971f09b79b917c4677a490615c951fcf07fdef8a9553296799b20df96cdce3b3c480354e88b83b6ae3d69778986043d79559c73dcac2af593b613cb754c15ae37d7ad2d1efb2c17cc6e449ce57e186c0c314c3c2cd09ee5de8314a1794df6497eb9748097788f4c447570d2a421ed1d0bbb54de04530d0bbc8a89fe2d43fea16365effbec941be8a8fb64d5600210d51a2c4cc5eda3d3cba0250a3dfbbe7d5a9855760b88de50615c58970183af22089a3c9a805353a19a3bfb1bfd8f2e10b98000bd1be6a7db4ae1259de399897f4c1e34d489dfe2e51be265159932135762bd101bb9a0810af9d9eacfe81c11a6f408dd816eedc22cb5360badbdaefe9fdaa1dc1871210a6e12a900d3ab75e827b50c7f079bf781d6f', + 'caa5cc5d0d87680eafc29429bac55c9e33167d485789c7c124b5c57a1ba8a00b45da41c77460b694cb62d7fa80cf2979e14f0220957aee5b2547520dbbc74fde2913e9d72c83692cf220ff58db5cac6f7d015fb0ea685f5a35ebe8c2329c19a17e380eb2bf56497d2de4566d52d4ae290d13dd21ddbbe0675c89d1c10a91c6fc4c30f683b5431d30839622616da0f74f9c6dc29bf7db3a2aa3095333ca0d1d969ce5e97094b0afecfd1fac5cb4264f882ff75645be30354a1153b740fb78e718753e31a1e607c55aa2653c85b0cf7e7cd099e348bc239870af50450f2439ec29e023153f32af28217a511a04e8034bd4863bafcc791a2d4384e644c9cdbaf472e47cdc720110a0ea8dcb8d02e42b80385ac503f87c7eba6c98fefe957f62c79b8931cf61da92f45de4bcdea72dade34f521f27f44db80892f381b99cc0992c4bd72b3635459dee21860a561a4af33dc2793163e9742edf5e9e55be051bc7ed2ad7505915ca9954df7b9f3b84c3635538d4e4ffff794a0678a06455f91554d0e190897f2af2eeef3ecc61d50c2167f55a6d1e425de57347870194c5a038a99e180abff19c440487e7803a6edbeb66e3d04bc8762c40106833c9cf58210b2c1e764ed8f8924944e4819f114c18a9c8e84176cbe193108b322601fc54a516461aa463beda348714cdb532cdb8ece4f4cc56f70dcbbbdf4b6d05b1030253e25f584a5157dfab88dd0b2b3f58fa7f225457b6d5787ecb34b8e17bdfccaa54f6e0a20f218d511fd408678ad1995af8ee4f510918f341ec983a552e953e94cfda2fbe9bda4676b7f1fba67bed78207fcd4d81f9c9655b46923993c6da4307ed17b67497846c989c692093a59ddd933e49b6b02ceeb81500aa1d61ecb7c24dd634dc8eab28e6fdf6c4def5b1e8b0fc5ae9f3a64a92d3b743684e884832a4acb1b908d27ecd9cedec889c9346d7d9a3fe356a2bfcba9e89365535d08156cf6da62fa40ab97b76b2a63fc4360d7041d050b68407ea7001d202f838003f282cd7df1d17fc033a5c934d70bda6adbdcecb78f3a901bbbbe4dcced9c0e22cb2a334810bc971051336d709a4efabcfc669db9f7542e317a42fedc381363ceefb1dcab7812230670decc70162c20d1b92fb4aedc2b573a831ca4e097700d72d0b80e3a7088a03d03166ab5e329e9338296a5e89646c7a136c9d47c743887b92ebb6c5792769b0e8868dcb479ceb07cf93a0609ce3cdbf035d911f256e34efc4a2a5b8566727005814476ee529112f87d883974dc5420c1e0b8c204c7f6efd6c383706664f2cbbc8e37ddd606078d30901fd4dc59432270c7e779064fe9d6b32b652f5d067e0a9dffc1861dfca88bdfd16f5c82bd705d976be3bb894742802bd23e0cfbd37ac914666fe408aedaab4091d5252a81722ea04d4bee00568798ab687c8da5448f63da52919c28a53447fd820fe3164dbf3225dc7ea50df62f7cbc4eaf25fbe212773a34e4f310784c0e71026e0ad86abdf492a9fa64f49ea0a8d905546a5224aa8fce8db8ad3280784b45a38e010370f4e261264d9266b891a97c2cfacf6a94ce0a01ddbb1f21663faae5d5de6a09e90a882be1f6d1e6ec68fb201610c987aae3626ea53acd4f923889cc29ddaa7e4b55625d5d8497d7a2ad2a6f5124ed4bff81458f64d63c1f8cc98483000a46b3007bed70095558bb63c493b47ea5af29db3e1fcead0be033be89178508f2d35ab0d4960e76079924b845d389ff1183a3e6604db6de5a5e1ebfedbf5ca515b4c7c4f5f8731409dd8618a7667a43071f4ca99e7bd289300a23097de87454f17facd556915873ea9a61ed7fd8effae4b6768d4f16ac2e2b78f313a01f5698f4a85c3a8cdd390608544adf25876587390dc41a08aa9e4dab2f0176faf09df1bda3688cff586f5b01afa3463f1e75588269b7d841a433684d90d09bf4d894ffbb155445247f95d364e10dcb32fa9a1f4f7ec430909015fe7152d30b0443e6035b52a1eba2df371f90acdcc697983e2bfe917bbb5c0a9080b4c99b4ccfcf0bbd3d0fc3f8d0e3bd901377b2d0d393ec1f2e6630f13a503d8f9679abc9bdd6708dce915cf56529a3c56bb602627d6a2e594d51a64a821d978b84f7670a4506aee59e7bbf59a60d8420180c4e040b877f7ad9d82e5fe9df18f50ea75f96fbbc31551b437d9e3a2bd94096cf182df47859e4628e3b79c7f14c6ca22e17f84873826cc37d1a4b87f10da76692e358deb9483655d87050a300ac52dde00296c1d92c9d358d07ea25f9bbb505ec221d10c6b4d1524b5f5d1199b3381061c20aee398a56cff7e8e28aa24e0a032f66d3312d3a55b65b4af78a18fb9cf817b8cd2431463a21421fdd2c974f16ecf12423b6594334108cd5c872fadfe1e39659460a4ccaa7a7f02f228225395c01c5ec7726d769ecef64824862dbeab76152460e16e8a23fe286996b31e8974a00121255f92418f0a156d2efe028a67dffdff19dd08147635f89d11fa25dd371566a5838b3dbcadfe4e83a37716d9db62d93de7dadc324a27d5e88a85a018862733300a7cd4b0a1b18ad4aa77d173ae069127f16251ae47dda89029ddf50208df500be1bcc1e5122bafa66c889b2089d40e0560fccf4f165e5ade18898e636644a67e32d36a23a975a6421131dca714d2361f5b31bedc5fb2d11a7c11d103485f1bd0224739320e9658f0c0fbfcd1f60af2bc0b87871ec9e2f78c80fe28aa5436984bdba294d9e896acf8a16c6366d8842b25988890ddfdf5b37c49d7fa1f35d40635856be5e1df7e89a1dd0e792e6147c7a329bc42e0a3f3ec310224af2b913e4bd7472b93139c55d9349c69a7f03a5bb07ce6aa05f162e58cf4d16eaf96117e51794a690635c72383f9050353760ac8ccf8f8da42d6e2d27a0dde3b61285c9afe63b6ada60f08f16f384166e7867a96056187d45f58ccc29ec452162fa81b9d3cdcb280db6b05c68539771ac9e932ce41fdba21c63fc8bde060558480e0f58cf22d66680d0f69aaad43d0a56367d9786a16ba48dd537dcc282b0e0fbd969371089ffbefa4c4daa5cfa074911bc7179a67f2afd10e5c94f65e6ba63e4c939c536578999d085200c0d3968a665bd3963e20d9c045c021b4446a694599969fb93bf30067f9a1818502a16e3baa8a51fb6b7d15152a5a6b86bc346d11a90381923099818e8bd8190e742170aee70f0af12a66edd70b4602b269a5bf35f5fc03ce3a3f4136db13e1461c3ce30ca454c61e82c3a82e6debaedf50a3a6d706e7eb1561cd898572bba2d204d8117c6ac04c2a7b7c8f41dab137b57b176c20622d0211ae2ca1a6d739245d34de4027c0bb66be1d79ea39d90064def1ea5737933710682842d1bf92f32f8db237b9342eadda8271a3013df340feffba02b044216cddc2d8f861f92c538b0a88c9c4cc3cfe711d7ee01b76aed9cdc3df49be71923330c8c437987b2cc0ff7dbe7ea8177317f3384c19810c953499cf67a6cbe470f6d321f6e5c06e1aa2558e5a3daf3c5a5e287ae4377c262db72ace5a001dc5421c8c7676eb1ff97f6053e466ed1f647a3cd88c4d2052ec00cb4866c041fd3d910d246f4a32fd45e164c228e97841b6591aca158fbe4b8795d9ba3fa250b374e43063b37ca1a479cb156901ecc55d5b815ec7beb3f7b11f7447490207158791c3ef10eb141f5bbec2db121876bcbb7a7a72972fc0b5cadb267ebd57f878c1bcb6b1f5be1896693c501e83148f45a23ccabc020fbedfe0e432e7dee57c61a81f46dfd8d592ed171afc46859f3f485cc9fba6d006b65d396220e973559bb885dffadf82d7890cad814ebbe05e8fad2f489596c8beaf171d7c79eb464e5d65a0275b1abb6d06db7398cfe65cfb865c64e11ef6b3dcb1f4d65ac3571d79cb50411df0f84a3f1041b088062dc11e2d3e42be202d590bc4dfab258994c17eec62b0e941e2f9f4af29ae787cf9d66e8a39130422a382f1f1bde305500afa04c98134b4d63e8e35eb78b391b7b36494a8361ddeadc0f6363f77c721a2218fb3689617a63875d2a9cd1708fa41c133378c1eaa7248ec7c83b7f59fa206414a35d38a9fe6eef08df95ceef5dca28d0b0040d700e87b8fde805f1fb3af05d2f12f1243159d801687cca1e5c15f607db497cb4b6769ce11e2d441dd4a71263c4d4c2babc1f2774e87cba2e5b6aa05fbf5a33560291dcada51276518ad10f1e7263128a9ea0e5902579e69d41ae6196e98cd86008d2bf652f223d1b625b3ee3c44891024d918b199bdecfe9c363a223e63bcc712dabbdae28f6e8fa1f882a6a16efaec06d739047b825d672352cfaad21f18007e59f7fff0eeb0a7bf6ea6a07f6e2cc3362a99dc0f6e9aae53b6cd3894948b372c5205ece6d8921ffad147643f0ac99d9c1a5fc0bf484bdb12a95b55eb89bb76040c0d292a15bb0139678c7b470b768320f1b439f3da18f44a74a1873fc750c4edd1383f266dd555647a9e6c0138dd7baaf5bfce11eaa703e260c859f917f32ad2e7adb540a885216250a5bfd35ba6902270a9078241a30fc2b3f8507f3f4cae98979513e28d756f1d31c8fd273a79c770a8996caea7b221d2b558f63a07025b282918e273e64d467c672fad649ffc2a7ce6b886fde37c40fab011d29239be366ae55da95b79b4af67390357f250dac02e712ddcd8bfaa7422ea4a6cf09b274946138df0010f53b0c6ee6c833915b9916f9321f6a501e4c532ac2c4dbaf7e69ba5facf40cf6fd25481cf91baa1b842a62592bc5dcd72d13c123edffc5a13a2346de34c1f2c63d8a081249b8392ff1c063ab72598b9da1ae0aae88a0136b7041d88162c1880b10d9eac35b16774b4efb9944a852fd00167bae2f256e5b8adb35ddcdb96b034221b55eb49fcedaf9d65c81d9303ab79ae5fd0a3a36a2f46bc58fc537ab271ae7ea7cd27a9a49dab83243abbd9c8931eabaa2cd345ef674aab9b03d43aa9e2578d5c0f469ed0ffd02dd4175866fc6f26bef1d65c1e0c162b4323794665a38b9716df22326ea89c87651e68db80c5c8f9b0dcd42477eac3514c99669341c7f5d7e3db0ed16155fb36f1aa342c704e24ff4812301597b0f6248ea4d2a2173ea77dbaf6dc0dc1ffa4479a1f83337ebd0ea0503cf216c887370cd0edc65b2e3029f364d893ccd4cd202028255dd8f13b0b448e01200e50970f71dc1c49a6d0c4049fa92a3bf8e4e8f62b6366cb0313efa553cc0ac4e7780705bb78d8646b4322bfeb5094dd783778aece1387d49c2a026335d0fee5888800a2526dc91e92d073e23e23bd7f3415a4d173ff33818b7f9bcd5262868cd9c8a96c9e82987f03bfdff6ffe84e2c14c894e681f010d9b85ae36c124c4ac0c27f2bed0881ed8fa7588d829868eee90097717560aec6e40b0202c7de55f1892b', + '141fd0b3d111b510ddcb31dee887a3d463461a95ef72687a15c17892375ce1e7c641ba03b6e5b1b32f1e570b8641beaa6b87464064b6b44d7afd842b311f814ebed492cb756cd71781b5f411d71fad436d1eb465a6d0be2311e0dc2154aa093b639fff11f6eb50c33956b1f9c5689927cfd10b0f9f08af874431287c8744a2371d6caadf21ad433fc1ca36ca3766a9dcfb69f34336a5affe7aba0f44b13674c954013b3cdef9d9147fd92a8c145f06ec57ae160b53f1e5121c413a82bcc9a67970275931151639c9dd4a3648469cd7df4d67196ede327a4a908f513e8f4260cfd9a6acc4ae4d8de641e70105b465453b435ea775c0b1962e3f6cfb7e12eccc54f846ddff91e6faf4157634cb4602788aa3596626dfb65f47919fe04c2d0e0f8f33cf94eaa629aa7ac0c076a2e4ba9753d421fe8b2488001ceff2a9afc8ef5408f308788cd65dc500aa8d709376d6cb1f3e7e18ac77719f36bf2bfeb0cbd8c148a1ba32ed07cc720e3ba5c9a5e49e3b7549375c8fc1b7651b6a1386551e117ed6a3ad6a1522bcda2ddbcf2ae1165a10dd5d16713ee8a379555972eaa8aae2b43a63a9c70d107625e4f2d53b4df55271dfe2e100c1d67d036cf310d2b155938bfd4776f1dcb7427abce87da3f467ce87044061b01e718d2de69fb4e477086b2aa6b9db918a0167013c25900bdb551579d3df5e2a5fa31a1d4dc728cb02acb3babd20a24f20d52fe4ec11d51a0ca87070d528a0158c536efb28d2322d5a27b462cbe491d2a51ae048541516798e4627949081ee1aab69cff000289bb38863b34b576c71c321bac357fd9719cf6919820c8e5311e1c6cc86245c312a049346fb9ce92209c99c9c20396e01a7c5a508c8015707d211e466dbbec454a9c983bad37e096d238d1fa83f162fb988034bfa439a7103f7520e1e15e6c0fcdea960a6821940b585b6b1c66715c929843063d9390066b1484e4bdc7ec6d98e934d33f151941563f8ed5bdee25ec3b763f4f38cf35abe788faaa3885c8396738e5c0485881811dd44da24d8f61aa5cdecf905fbb9d1ffbf92111e0bf8488013987fd9496fccba8c3124149cec71f8d2e8e4a00ed38db3f01a29c54b9a3b1dd6785ebc254dd99bd8877433130c8a422e2060cdad88b56172ef9a9f318a84f825f8a0b4016c66392a0d718a239d8e0e48591393c0217292add90db4a50f4c9666deedc9c5129c1ee88cc420b5e9a4e18a5ea5fa2fe6ebcd09a02a0d9072bb8103f3ef045a88a3d17ccd14fdb236f5455bf6bf0ae21f499aee0b98b1d8fcf84062ff4b6ca616a2da4c950a2a00cda9c123e809ccc114b381c4e400a867f22c5bedcaac0a9203c1c2c2af4eae89f6e7de4bfd2a47b50d520bf3f109fb239f7e5a0a1bb8e406992a0f44e2879133f8d72239fdcb83a4514dbfe3fb5cb1f64a17c623bb1705eb1e024c3cf55ddce81da21756b093897829cd26fcc9a0d2c73a1e279f73727227db74fe11b17a968fab70450add2b6017ddfac6a7257e677db8bc03e6097134a418a5af2bde83c710eb6833be4e3a106bb5fb2a4ad59e77020c19e46045bb54481dc0e6f24423775325b369d8c969a25af8f9d74fa2a70a3d7e5c5175f1f9dafd31eb2cceaa00af3fa1786fc217601dcef01b571c5442281656aed38dd3d2ccaa9d4e0827d9c276bea6e0cee200c689aee38a301bb316da75db36f110b5ef3437aa1302659a12d5b87d130da24b43efe21a6dedb286cc2742561d33665df7198b9d5fa2f0b398d3136f38b469c2815651dded134b970b18650f8a21f793938490c15d7130ecfb78b8c2784b9e2b25c6e574322c4dac7cb4c74ea6442b216b7c2d5d32f68e0fe3cc8fbefa5bab4fda47852663c0208ec6034e5b98236bce26094ab809b970e2fad880ade76bf7f646e2193ca9552c05920de37d89461d616d33d01b08433f2fe5a374d56604eae7119e8afe2b75d8d988db6ffea136aba3e703a5ce571b64bc4f355180a0adecece484beb412a78ed14f74d824077a7b5c3d80b2191fc94551de9701f4bcee65cb679a9ea68574b6b690e00838e49af75316b3df4488d64cb83ad06a79e34fbd4d41ea121cad62b650f228e5815f1f85521ba21596b9c9e0b80ce876593d595c3a1a7c035db1fbf7671e535949a1908f1ff4573a58db2a6818fce80cdaf193ab5a9c5657b2bac7e1c3bb694bd6d2757c8348da37d315824ea1b1d71346288610756d82f863f04ddd2b7273a2721857b446bf31f54c9058f91bd4bd75e309b8f4523508ccb87a155169eb7748639ebc9f3002665b0e7334d14e0ca319fabdb3c0ba9deebdf881a7a643cd8024f18a2fa509b9815060e79e3e010290e7d26bffda754c3eb26d2c8c4582c1931e6605352e988c88be89141fa8fe5e8cc7b53c22ac4bec00925da44b94ee6eba1e083658a2a621858cd2213e770bc79fa1e958a69c04223a4711106cfd4e7dfc0c21461f69fb237fa283378413f1e5d25db7e613146798f6b8d19977e76b9562d0f75c12eb5f387fe8e47d78e577612ce3670eef7b3df63bcde567f5ba0e5ff253d2a1ba909a088c463c1ca25367e3b51b41fac4394ee3126e94a16eddfd82b67bfc3d9ec1733caea4d53b8ac6881276ee8dcf19b662088183277068ba01a7b631bc5747e4b47cedeaf503b9a7a197764292b87759410d93f4e6fb6db8e176f95e59173b63236f5200e59cb65c7b19be0199db658cb2994da9196b043f679687e81ca604a489bee4ceed2d094fde415411ea606bb77f54b98b08e7b6b759b068b94d2c2a11ad11ac3c54de3be691b7425ccd7011406ee8de80fb980988806ba5b734d03310590eb03364d9d38b5e2290c88a33e09048fac47139a5871ba47044cc18bba90b5360fa99634359a50b2b443f68d05f0fd43574470b37b8d68d6650df4315136964ad92589a47559c617968a8b06f1725dc3ef5e8b976232202f6ced7fb05fa92549e7e56510a50d728b503eaab3a8e3b26c04f3e8b895068ccc8c89e89b3e5eeebdac87dd0b7d2c028861eef9e574eb77c618b30c899c70eb383451b35485ce5f10a78b35e7461be2895c09ed4eedf03a4c9b0a5bacd117e7fd04e3646ece7df2dd594e244698739f289f1df9428c78566a1c687a74eb51ef856ead706c60f4468e426f1cbc0cb994c0bb99a252c90a78c91d6bdd8433b58e6be21e6bbff5b7c6ade35c8389eb547ffc321b7d023c1d0dc40e62f95d52c9310affb4baebe54effb6cca4fd62dcea9d358301fdd35e367205701c5262c0e363fd281ee272c8005e336ec6eec959d288f73efb894897dd61e7d2c67d26f6cab3bcfbab86d716927e9e3a30dc1feab2dfdbb646b3c4817849f5b71fde2c7cb59cc4daf8fcab497bbd71bf7149e8f7e1ee3d999211f993ad96a99d76f9e5bb5a8baf4665d841d912b7388f16bcb70a0640a7496c083a56c3d49de66a54e54b100cc6de908e4d6dfdd86d098fa90ca99683a356131b194381802d227873ad948c9cb6040793204093bd79bf5aa35c5ef913ac3045df18d23d25e1e21feaa13006b80747199b6d297ab30920e6101882c46d4c8872b8bb8b7d3256a5df0e529644eb052864fb8661297575ced083d3cd7f1cee9f082c63e7b841f5de1473444f9db26a286827fe8026615a29a88320879f9f1d0494ceb47f74b13a0b7e9df8c4978a90b7a1c5481ed80320c1bc7251599c605259a7042fab491cbdbe7c02e28db8e003569047f585d4d76417aaf618abfc0d28fe9d6138039bf0db577b268413786f4c95b224897d935a9eabf272d90744f1fb74066a6010e3ba2d671a9d7fee6c64d6f595ef663eaa092aef016d04f3edbb645a60842a4bc6f52e7dc8cc1886fb8d3ce69a0d3e716f6fa36176693eea8cc5de024a43191cac1e490c1436f065ac34d8f96d02548e89fa92a3bfebe96378add30c022b9f1c09b227827b529a1304e8559e5d635b1e503673165c6996e757dfede846a23ec2764d24816cc378177c341d5609a4b48978afcf39ca66b9fe90d87927864b7a98684bda7976fe0cdba894aab0e05af35859d2f19e8867e501ba342f3a3f9bc516563ab3eb0866dae7e086882f7fda8a137a2c94b514e18aa94a5f5aa0d0f7c0b4c6964b56bfa264b4da86202246b7fb436039330e0e682d5db7d695fbe8f3d00c4feafb3d0b153cdaed102d49c387d95092652719c3604f8789166b9bf624857548a55e0e6943c5b2aeb0ea0674ae76d3875d1b58e27e53bf44bb460176ee53985751fe5b58b291e485e4f0d8e8b08634c56d7a5bc9f6fc7d6121afdce9d5bcede27d26a457f613d90928dc418e227a0cc332be93087e8c4a64d6138edd6f43de70839169f562de18af0906d0d368b4b40739628f2c8995aed6651b87a00f6af28811b92cafad532bfde1faf76717d8d307ee00a0848caaf31c4b2268005aa4b2af83f85ce51a157b6c504325a7a458e25bcd1397cf1c3eefdcf4c2904cc583a74d66e98b445d879f70e059fc1392b75a795305a56aacb3dd6efe76a103d48a38e84707383bdc4bf0b1feb9eb396776b3c71c7189c5a2bc4468c4a90ab40c1af01680dbd43a0ab5279627dd6397970976eb85c1858eb2cadd40e3e44debd0d8654ec0d1ffcd8d659c93d85f05aca5f22c4d2b8059144141d09dd8b2eb09c724f0f773740b74c8dfd841ac9931f718c33c627a385504d2b3e6b61f9f529c53933bb7054c97ce41866316013688e563ff3fd1fe5409ceebb3884034f425121a959df412c615188bebb58772917b262c089f02345e07d0f0a33dc2957bc31960ce9035187b14020c82581c7d347907b561e28998c0afb986156f93dd70cd00da80daf082d6050947ecb35b8dba0328a4bda2beb82681f7108c965a598d9366fc7eb6ccee61789cc28d6fbb208cc9f78e5e4837fefa2f08347b5a8cb62cc6ca2afabc10b797ef4b10e6d5c1d2170df2b6d65b7bf9b6076b466424815fd8d7990a8763727af3c982978b9df61ef37fb8d2a8450124e49baedac97cfed30c3651ffc74558a50fa7e1dade10ce63ac6fa85666ad5dfcf05c31763ddc5bac4163939f1cca39d245fac76f60e6b14c9c8e4fa673ece90e73d9a18d13bb0e38230fcc5d1a7a9c6f2142c1a9b68855466e3c1d67729c48c5e9945da3eda1ad22fb6b6abe22cf06e84c006f3e416e10cd7bf9a00dc533e3bfcc0ce43f4e18aee96536fd36d84fffea00c40e8184107a6e5057660dee3c405885b3c3d3a79899f7ead3025b9d65edc0fa0e4e081108088585d5edec702de52cc1198af57ca9e4dae6c0089104b96729823f9c565acd31cf86e5962ddd7158a8e8be98094fb5160ef39e8e7b80b2e27053e887e0d3c88c88de16fd46a8bf0159770379a39352a4009bcef27fa3dae621d9898f3c1e928f6de5da81cb445f85baf698be48e9fb256c49c1d311e099e8da7da310cc9db3a0db48b0d22042eb3c59d1eec46da627008e8817aed6c98870f6cab5bb16c394675d713a5cfa16eabb92b3662a867a5ecbf3c150f432c12f15034b41fcaf32bd4950f9c7909', + 'b85e29875f6e2a2ac2a2b8475376eaecfaff0f76ad2fe6fa415512e480e3c8de7b74cbf4220d9af511a3e71cadde4cef701d3a6881ba3253888f37f7c0b983f84e9b797cd126db8d3a583dbfde03b912c9d0e5195583025cfc8176fc6b8f7d95d7dc1b68944255bae4c9a0770d6d9a1bae21f8d25213bfde4632b83aa8ee1d7dc13e990095e87043b7fdf98d62a255d3c6165bdba0f1d2a20daae3faa05ccd77b2cadb8cf9a094f25dfc3149062c5402babaf67c66a5a16dfaf2e0847a63f54d5287c954ebf3298d7bce2ef32193fd703112b1fdcdb8960ab51198205f8bfbc54b7d4ca0916797ddbc7cdad3da5dbae4d42875a5fcb1183fe50ff216775b48a842b44ab7138646aac50c1c315a14f2284b0328be1b188ed632f5d5ade95b44bde235ace29ad89ebc4189db54c93f0c023dabb48e5476629546ca2b2ede1357ced0075b694ee408dad6f801854e67723b5229ff5ecd52fb45c696dbe17d0ceaa1b7323e945632eace2c63750c11138b9b3384f375ae34c1ae5d61cd0eefcd63003dbf3caada4aad5eecd11f313bcbbfe988c4771d20a41c97b134e9fd5bde2cb10ab53ff504b5ba53be4be73cf41876eff8f2729c4b2b74c96a1617f6eac8ab7cc71c2ebbfafa787449d8b574638018732c14ce3b5650310d31103f40c4124a2b1cfcf045e4a14e8b36807122b18d0d3ecc357242699cbb29ae29492410447084b05e6fdbeb32a65e2c4b038e05c7be187f5a46f9ae967be588691deaf7e784512c4992c53736e7b7d442530088b591c8ed8d32a74ac6d70b67d8a3daa082f05837c6414aef35785cd66c4ac062dfef18bfd51e9668b43861f57fc43b339d1b627adc64b33bb5c315d9d2ce15bacd41ce9d3bf20c2ee907b1d7656657dac06d369d93e44844402fac857ac849b808edb32ec59652c4ecaac1b8927274bb744e9e47f3a751325d24e7846e21a286175d8f1b7df2b053458b593e0fd1dbfe402660200596162d950a907bb6bf694982f72a0b6bef6d037d104311e369d4ccad5d45d1d099df5c6e4a6d15588ce52cd2254ba79673d3fb1ba346da1624a64d425b15025c99f3e7724a47f85e6f60548e4ebc9706672864a7ab2941b1e99ba88789985ab27c9bf72973e5cccf4f20ec3ed94382c3b4b565a990b5edbb9ff906044d9582d92c1fb41a2d113ab4166e1a6a30a911d640c227aab9b2873c30098e4210d622d98fc745cde191e914ab92069bbab5eb46f597d23290e8b63d831369c83b21e1bb8fdad2caf52e83f7f6d4da58df31b81bba7b8dc77c1e23c4805fbe1e343f678613a2859ad3b0ad66df7cbb2a07e3225d76b880f3e51e76dc0f34b6cd65f85d42026584c4e1df11674ed1d3989a95cf151394d43d33ae568a18dc795c34136bf8466cf7d0898357052b1c4a2a000d674b7858b12dcf976bd8839d2e530b5a38afc6ff0746326327455ea54868a21493058d4b3e4c1fa05ecd38c0fd3b51936d6f6a66dbaf43482731cfb4f4dbe671fb4d3ab7a4218c93d771208c0f9a6e87b1401ae89d9326fa02d06791760a35ee462a67e20a357f377dcd214b8cfbcafead2bbece727842415e2a0c84f77df8511ca5fc15990e5e53f9e824439ce3cdc009373e6184e8ffe5e448a7d49fbd956327c4e198793692b0f2cb12be65dcdf946c6d82e6fb6ac5ad3b3121ca955176ec0c91ffb3d1358416117cd102126d68437ed373a8ff87fc620bed60ae02c101b476143caec9919b4cfe054b57c91fd096e874f7eeb6c50cccfe854ec80d96a0820b5481d08bd43e1c606d6607b2787f525255f7ff4baf5eb3ba00d25fdf57ba1f7359b7633c85d74ce0bd0c59f702dd4263805c24e4ca58dfe766d3bc9f8cb654572bc4ad072dcda525fc2494bd45532dc4fc0ca5aaa063182ec03b2876befee75fd392f7125388efd83296012fc847da1dd1f1cac4b8e8253715f1e98c74f9a032580788857f70f2a0684ae8721322121508f2db5a9a4dcfa96ddd4708360f4979c20daa893aed7526a52791b1ae4d9d54a7f61f96cffcde2cd0e78c128ca8a8db198ba3460a674211f1174312222e4383b9e7df9ede5b1a6a47f7fed4ff2c87016668bce37a461f0a540247bdf52fcc4a43ac639a4fd44a08d9f5e7731603ac92b18e3d880ff2d5b9d7cee6dbb2b7ff504f2df3b3abcd38b18fc98d1a5a96df3700e46e5f53d32cc581646594de2da53ee452d71078b0aa0b6f5b39ef514bea985d52968dcd51ebd75bac0f0f03fb86bb0b0356db41e469be8493321a858b945ccfc0ff3d05d5dc966b8e2b75a8886a70cb28b9398bd13d73d35ac2c47ebfa42c5f16ef9584c5c5abbbf300ed563c19042ca94954e0dfedd266962f15c24de3af133cafbdd18b6fbd53c1d7a0947f5a20366e4b54c77643824431c234db9f198ef51b87de748da27539e2f8b6eab9f76cf25f0a61c9fe052c7511c34a511b0d700d99be20f635257b773cab56e052b68f6765cda16ddffc7702207a7eaa2b89fe619f9eaadeeac27615b938a8ffb260329d66db3f3b81f00cf2442ef9703653e0fc166da5b4133f0e1940e6d5ce42bdfc9d4b7d61bb4da9924d6729e22aa434bde3e47438011a65ec8db8ff05d66894966efdfb3076a9eeb21b70b16261dcf43d20f3fb8c4b66fcb8780bc95f9d8daea718639dd3f3fe881465470fa19c485b09b9294ac81d5fcc19e3208d0cad1ad4d8a464ab72bab5405f33d48bc6634f31c9b970a815fc6d9cb8d5df92348e75ccd119ea6c375434dc3b8bff6cfa3e593d2425af5f9b72f8363d563022fdc6085e397fdc294848e5245277b0fc64b6ce48c307ceb5810668604f6efb8392df3a54b9df212acd1e2fe249fecf812d52171a4e66b4f3f04125e3962628fe19617275f840a3b7ef5f79dccb2844447c9b9a7b6c4b4b600fa99787bc859fdbbbd21a889faa4918d5922ddb7efef78d7a18c033c5bd7a4607c82713669449629fbc99565525fb94a93fb2a70a87d0a44e51f10902c429ebff263b513e5a0cdbeea657a7c3baa17490ee700818ccb8d022ce96c7cb68409820493d07ecdfd18dcf19bc4290702401b428cfc650d3955a1b181533c7b2a89592bb93fe182b81c16b9c30f165506a803d7437a859a6518a63b6d8169fa9472a7c04a7fe694702bfe9b71b7aea605c3c535b1078dc4dd2a822304537fb56069f06aadfcf873a3ecf72f2e5a6c6aae27c1c64c2fc80ce02fc7f0fc66081bfcd3b5a37a5381b0c1b392ed6f63da236e587c317b5fdee33c7cea3d9c257dcee85489d336002cdc5834444eab607250a4ba66efc5142cd840b65b619a1e5b2eb140cfa2477f5446e5d39ddb68eccf830fe21469cff95c6c7b50adf54cad2acbc64d0979454d9290f916020c3e453c2b0e440727e25bc8106ad054614a7e6716b5cdb9c0a5e7623ae0601369821652c90e74b1a2a2d80a548db9e14e09fe9aa00e377320ffd94db55a66446beaecadedaee8968297da9da96271d71411aa2fe81e3ea812a99faf80b58d179bbf14a7f96e04382027fffcaf779c984be80da16f8437db0e39a7123d9048ff71954acb7caa7c1903d994a1b73b9eb76df3a59996ceb78e7c269c104c592e7e75f3eba30802a4bbb6335517512cfcb6e2caee730e6c22350506cb242daeb217116173a8fbf51292afbbadd81dda3b1952e454c836db2c510140c0b861df585bfc546f57f9004a2078d90b6e6db1de5136c674f3909a3a85296b1967798995af6f435b3a6f92bff77a11fa44d1426ae0f6e7dbafac27b123c5fc419be52c0ea412c4b3cac05ae89a4c0ce6f5e91a456b1bded5370a1234cf6f6ab5d0253507bc6f3f0573ab97585b67107dec059812323e021e341ad839ea9e3d02aeca43356add48ccef81f693ed53d32ba1c74a35e8a5f7f3115ef834f7daf9948244c4fc31f5487678d3e70fb27abb5cb19ebf44e11c37107956d0ca999e1707e51538e0944fd4aeba21e7303d743f9d960c55a3ddd935e2b683104f22601bc951bc2d67243563b21dec85b9f0b8d66ac980abf711957ae66374355734b98e5562ca0114444e7c3d3ea430e17ec12650b6ac30a33eb98c880aaa9e574312d538629f526c871394bc76d9776b3a1595cc07ef723cb7bdc1641686d9e3dff486df0bdc9fd46f0d339c610cd7abb52eab4917baef281f2aeff711a976615de719d5b8e257e06e93df6987bec0176294ed6470af05e9d7893ebd7672d2746f6314b8e4410914f8500eb0555fcf52d4b0c28aad2c651663415423cf839c8166e0fdd5288931e6beba37fd546063d28e3ac14817c37b3254fbb6d6874c231ce6f94bc6f02b50da045ae19cff810c1af17b70196af4c6a23f10dd22384d14ab5204650ad597e4637b8aa23bd1025690a0fb457af140c5fa54094da35d06dfb15aab001d435f6b1776e1e0465394a1d80f42b7d95527f7af667d7ed65ff9e2c34345738ab402637aa8f92248f1989c55aeea4dd1012ada45d8c5f747cba6cc55ce7c55bfb1f15be16428eeb0558e949e124a8dee7fc9fc321d8b2d543a8e0aed3eb81d48c7dcb2f05b09bc18e9f73915abfbee8e4b75cc08b725a7a7f7201cfe167130926005173bd01400ef1962d8510e66f63cdecec84e382dfc9fbbfd810d08304649150ae70875c063af7e4210e4ac242b76b4258f67132c72c7e386b5ae669da4b9416ea10aae974ad683157124f7bbf4d8662a7fd7ca89c0acf85c4936d3e2028f9fa0e3a70d212cf0c27d57a68386e8be6f3e1834e0ce5cbb74deba5ab2d5b6286a321d61f3c6809aa6ca52fdd21d8da529e0f6f2d872bd6fe38e676e95b156104ba2bcb0051ffc10ca8cf18f66084a3930b37a96241f5956cf0bff06ef3d58d3ae635035b395e60f884591cfb1afa4c71e164183461cb6fc81a7efa841b244ef2d04565781c0d4f37a74d25337ac33fb4c99ba6ed0f35ccdc61297b71fb890cf22066d99e2195f591bbb21ae7a566e2246ae63ad475bc146e6aca5d7ebd8c2f037d9d4716707db9cd6591e25fc66b9f896d4cbc30b8e7b047e06887f386b51fed8ff49729324d05b54ff167e3035bddaa79d6154a033f062f690ce118818d4478ff72b11c8f8e400f21da90bb84bd0350378a2b6a7c4b7feeadbd5334d39b076c751f7e3aaec7d1a48255452e72197b434e72e7d74b93834b5683c591a767ce909804e4cab880223c1b686e85f5f8ac4b679631db999f7b0f09661f75237a02ad1128cc13d4419a9f941ef40934e0fe302afcf2bc8ef8cd02706f49296f5b0c8b87941f5e2b93a194947cbdff585cd9b93eae10c35125e3ec33a52bf5b49252f2a34ec3f3e5fd9fe4c38cb2b288f1a5b04cb475380bae2495fa11ae201aa83eaa0d60a21a2908fc57cb55bb69ed29cadbfb140763e31cf7c56cb9b8f4c824377a6cd1a31b1f3a21b551dfc16baf8bb002f4d8b08b02f5c64331a732b7e78ea42c69aaad3df01e74c60033aa01f59fc0efdf0857fa8fc4f8d8f2e305b29e6fef86abf2aacac4395e527d586073e7ee606963aae4f6b30ef54c5773172d164e7f51dbb18108c21548207356c909affff93728c83ec8965d24670761527076b3bc54a0f01a40133998f98836cf0b725af422d7694fb85f38eff0abb59dc2e7260e59a3b65db9de2db8a564ff59c05b88b7f21896fe0d3728bdb1ea75df6d9130dd26', + 'ff5be1eca7d45eff12e9645ddf05c1735b973bb8b06f6c32596bd13cd9541d86ad03d35d7fc8132d9c0cb444a83494d891c92c4cc1d668af9892b586193f5bcbe3520d3563d4beba4908b753384ee7ffc2477a0a933aad8fecb7e03c547aec558a91b8fbbdc207afff279412f81b61eed75a4c7a8e63e3da3f2179e6f1cb7a2c8809fb38f4589513a8af74094e63abafb948ca251b19b3997819a90c5afbaa59c7ffff73705f11ee2be97ec1a3ed6c4a4e591e92a023c5d37fe79837f6d226e32dbeeb34999e2248701ddbc160824dc580d76d49874ac0903cd36dee2d1796d2a48de804d7df712a5f93b291ebeaf62a3608e2d336564cd8972551ba6794a12f13b31e6992e8a69be0922cbaaeed0e815836a2b7170f12b478246b220c0ff0016179b4ed328268a4db6371c30f523ed0cda7d87d903cba2bc719e4ae84512b507827d3181f755f4c384fa83478e32d217fa3aaae0ba7ec466c4ce3e63822f9243f05a271c189349bdf9cfa965066837b557440d1ef164f0c4f0591538e4902869e5a4a8081868f99b8928e6fffa4eae73761c36ea4528b85588c157cef90ef7d7d70f2cdc533174fac7b8d4aed65086b0db15b0e922349b9702898e9c4bd6812c48dc3e1f65975c4a19d1eac82718512bfad2f38215031b17d2342237399144c5bfae5437dc0510080426a1f268f0ae1369d6874b9a3ea7468c33ab166ec9c332bff7f7bc030510c32b0982a41893fe258c92d4ac2e21d0a1a51a91b037ea7cf1ae3b912297120ef9e2fd1563b25cb1c0e78a743a4d6717c7a14b6eab416de2911f0bc8f1f4a64b1ab093d297c2c579741f3fee6c7478fd16f568aa5e07ee948f96cb07a0985c65b4384032d6c658a5cd78359bb93fd1e11e35d4cd4ee7c6f34b8a0bd5c51e8edf44dea4cea739a0d72ba6ee04b71bfc744bd73250048d918f638d409bb5e3c8284b0813fe7fa9187e1d0fcbd1dc7563273e5de3db0555c8e955f50bf2298482c14569205ac6713a1b2037715bafe8b06a642e6bb6c7dcf7619175b051667d694aa2664c5c124e803ec392513a87f24ebe3bed5c8bc28f87b8b473e032133ac61510841a8af97d854975c50dc71b1e98b3440f18b29bea143f2d742e3ca64933c0ee46fd6fd2aab3cbc533e9b9cfba48ba0b1842d3aa7907656aeacca996253cdeba237763344286561063776b2c71b962ff7d4d5784c8ebdbfb6c7e21796b4bbef2be1b0d94c1974915d85953a7c1752eafb2aac691362c036d6da53cb667eaf2265b5ae78ac441451406f21bc816067d8a5cdda9765d626c2f62c453e3b78508d39fb9597cb71ebab973c42c140be7e02de07868aabb0976cfe06dff67e6c47378ffa90bf116aa1a64a351fd020f93f6e8c1ed8c84bb9bd3bd7b0497d95203b2950fbc477e6f6df4a41a2e17189d85126985bf9dbafb93d376772ac5bea5cd56962465c47b2dc4da065cbaf2ce3255d32eb06114b3d78c26897943016e3eabd01af237eb7dde592af9cf7b28a97a60a986c67479e5fbdf2d7505dfc38ea919af81eda5350cfd95680cf6f12120b24016202c5c45e7c51758b781739496618145796b20299f1804319e77cf64da866e998976ab012fbfdf48cf8080ecfbf48d42501f4b31ba9a1ff84ca6486c1d6366b40129c3243468717e3b978a4545ce9826a46e9905c600632c9626fecf8fe5a2f645aa47278c4b78597a2b1225fa7c3c62f4dd6bee67f7585ee95e74d7a869bdc0b59ca9939dd57e7b09afab179079d467bfe0668416cb79ffd4d12d4cdd8c11a3ef655cf0ff92de4378b9a7928e440ad5641c0b4f391942afd713aa67b5a949304198f3b80800325335cdaa1f7a775a1c8fe4bca8655d3cbf7e9a5ee0c76dcec65aabe0616da9f51acf502526bb602cada1df0d3821f3e2cf29d9bd2069360d069922b575970c911aa3e5ab30e7aafd29386f7f76d599bf5f675667af318e9e519b71e57d0a84b0d361f29ed675b465efc21a85dd16ab3ce0c594d0f5a6f3fd37c02de2e03ebecec5780b927fec28d191bd74a2e35ba4e5d3a3197b9c4ff2a439a5bb5037aa273571649508a5c154ea8fa8e279122b1344d8ae58d9fb83072dd7cabe9febe33a9f57962373e08bd4fb6a12f85af1fb72c44045d77eabe6ade4829d8c3495608566f8bb3b66a8a2359e916a3adb0b434ffeaaf819dc15e15372da9cc8b09ca87426c512414366bae33e963d0e7bb699075e9933a464d21994533056d8969a31a3495d59e9bcb32c5a75f90a07bf8c73356e6b86ebbb68e5fd00344a5058f6828f5921e07915167d27bf3a3fab09055856a8c270645232ecda0446e5b46a3a1194e0a34493fef933c784ca6c5cfab9bef7980e7eb2abc874c7c9f8c7795ced65404a5204aedce3d6b6613a0eb207022d74a6d0003b2ab23452ebca5e03a379043e20ce9f4e316edc70def9a53eb0871a6a6f97b3827158a1e7c42c1807d08564dafe7972d68ee2bb834899be5789b11c555cc5f71cf2542412fdae83ea566b1da32dd33dfc57e80a6a588ab890e50889a1f8fb496f400d5140f2b2302fc7b28523497c3f143ef73f92695d227f74f608fccea828edcd1cb01e3de79b4c86f431e7dbd524b28698d19805819a779c1200b2384d243cfbeaa6e759af33d526a8aa4d5f6e5d5bc13546e7b7887f1ddce5176ed06ab9c17effcc58b089883e293864d04ea867749165261de9e25ee6b9d7a37f2171681fb8d486deecf706fc012be81d1423c19159a0f587371fa846a5723b8fa601adac2c017ce669883e93310baa906a610a369c612bc009a0e9c2423d560cd89bf8fb5aff050ba0bdada84b5032b69bd08fd8dc2e3f64ec0691fdf2a169732390d891c835b5bb4cf7c28fc282071c3302f0fc9b70a6c258c14f3e49371c5f3180dae3f63e0571a8d71bde19299e1dba68ac265cd0f884ca616027b876b52d6cfc6e7657808acb5ecc27f7b1af7e57bc823fca82b7bb18db57732eb2e8ea7a406401dd7ea5ac24d95765814e9c1e4693e01a6dcfad64eae613f6d7eaf612a24648436dee05f02aa2f952ff2267f466eaf2ca94761a6c97854779a7a336c442092991cc0829dd2936328eb5efaba7252c4adeb31897589b33327a128e1385d5e3887b5c5f99e9bd1d93576a08df8d2dd248b56e499caf627a9556ad0e24cdea8fd57eb376deac62d38c7b70006c4cdd777ced1a7ba2e789b5c0bdcba5d302dc48910a45c0507b96c29e396c68da3cb07677f43c1142877d9f450e12d7b6db47a85baca7eea7fde595393fb394c1f34369aa4967bce405ba71a2d6073648ada94995e44e344da9cbb5fdecea268bf712cb848b11d11fe8cce76a842d23f0f06d86c03fad33a9e5a59f4cdf7490c0be8b16a707cef04eb7316afcc6d933485a210a7b1d498f45582fcbb665f765e8c028d5826df38d08e76466d9ecafd6d731502f170ba799b867b6c5bb3ec7186c927872971c2429c6ffe285a28415a0f61c777f34994bd57baad717dbc8781ad4bc069855a0d53911774821c71bbf045d7203655434aad4f7880d3c98819f0fb9833f916e7a8b4d70d3e1d5b811e09355e8809be67c491ac485c59e61f8804973aea0081227bad95d9c6c1c06154eb077d67b6d6bcebb195b2a9cd7d89be06aab94b4571136f85f3047235f21843dee4bd2506464aa554333fcff535cea13d5b9bc0928cc16a861a15ac439aaed52cf4a52ac1b619dbc3ae763699b7f71bf3d36ab0ad7a3455f63294dbb1602cf01b5ebddeafcd3276472de04683ab0c136e39ad835fe474191e620a6648eb997ef54b8daa97349c5c26d803687ab71370f8b6eda070728a9c46d3feb7d0e4fd6600e29ef443935f77a8d869024586161cd772b171a8cb7dc8b6adf83511f26090854c7725799184ad17559a7eadbe1cfe5394815dcf985584b5178048d3becbe4cbb0a0a602d611e8b9761d427a082efeb645e5ccac801ab78c391f58ddf0454a1c37a2dea60b110fd86479b8740b530446ac6626082cd54b843c5ccdf82fd7aabe0804342cd8890aba473946627093f84df28bd4ab438e27e348c010ec2388ecfa4d4e125ee483c1a746e2560edef6c2113edd3c5d6e4b33f184d287817560f8182b09df02d8061ce989fe4f3efe854bdbb9e3c7e6551657f8191a9b7ecd67b660ccbc02e15b1b03c7391499bb784779f28a25dd0d9ff67b3e2f20b4add2a60f1a58efe5c316c95e887ead9c4df34535a0db2be79bf5f4870cec6d3bd42d24e98df62aef70b01815757f50bfbb1785682bd17e4b59fe1663aa7b8896bc86e92e02cff688afd21010d665856dcf8d11f8dc96a5730c6366f86002f92f2d83fec4c10bda184924ba37f357d50b4ffdf1cffb5228c57fcbec2c76aa496defcf6a9512d15f07074d1d73137ec602040e2bd3d02c90ab79dfafe8339affb7c91035873d490bbeaff641aa7f02e2bab669c9eea24d638cc147b715e1fba37784ef6884899d69a309c62fc5800ab19b2db6d207bbdd2cd020aa0c99c6f4bd14e8130a7340f2fe1fdf66eead5cbeba0e309c4f05610370de5eb0b75e2aaed6f6bd25233ba873549bf77d86485b47857989c347d2dde7b9204302bf4a57507585cbccbcc60945f27d1ab40080c7cd9a45fed4c25577b28efd96482c4794032329dab1dbfbad93602e10b3633ce67782db5877c976768c78dd2129063c28ef674ab17b8bc2db832717a121b764026ec4a15e53621d249cfe28aa4e56105c3bc95019d3d103da3dce9f95a705df61dae801da119832c70ba847fa5f24ad7810d1a3da61b7a6f3eadd2db3ec54974be276629258709da800fea0d90376fac49508abbccc44946eb2dc2bc499ac730aaef72c50d1f4460fa4899c0fe256df87f3f5d087bd80b393bc54009055155be567f3c6da242b16431fd0a363a5cb440b51217b02db74eca931cd14dfc998372335f09af8f81df38e985b1e9ef4dd1196d81212f6cf2728fa38cdcf799c3cef0d3f780f74f5d3c63637b3738876952e71af52ff2b40a14dccfade9926770a6cebae128d15c4547884265f0ce9d4fa84e40069a869d7eb44689f87daad02089405a9477ca20da8efc08ae74f89b615f936f0dd77783c0cf6164e51fad7e44050a2599d45e477d815328ed4a630c2ec76b1a938d21f160c4a1e2fc2616cc6ba890be69e4ea3abebd12257ad78a5a38ae49b530123270df427c76b6477344f7d258977d200a651e90ad710fa2db1fff4293d15c1d159cacb775a2abfa5f628910e6234c0c3b710dbaa9adf442d1c7f342fdf18ff447bf599211f9359517cf8fe2ade46f0009c90c898b3ec11dfaeca50dcc98443e45536670d5ecfbce58c68cc6347d5ea1d1e7ab8bc6a60ecad2e89531a42801619b1333c235f0570c7ef20049fe30837840576b3fe06635afe666342d09334fe4b5597204b695efb616dc7aec8fc085e9b192bc246d11ce53b1c0127e605c985e20a081b6dc602e719cd05d0c5d8fde7cc2242ec7c11b414ca190a0943de673346982e3671bc18bc59d984747ebf0e5b7ee7623a880f536f142527f1d166358fdfc7b3783f94c9008857e9a1dbfb6340183134b252131f7f810700e677e75c21165f3ceabf963c3d0d10df60c4d3252104c8605fc36543cb7a893cf01da7047151277492da099afa52cc0cb8218e7c83a9748d46c14ce5dc65718317abef5308f9e8007a76370ac0be5218b1da758ff06ffd637135122e38ab887f640a07746d776a8baa7c66b516b96cac53d7d087efbe2a8ce708fd4569b596d6de20378d283175bb28d5dfc284abe070a701e78b09fec4adb0205652', + '9cef2854f7879c830ba861f6a92ef7025fb98aecf1520fac075190f0247dc464d776e3313550b8c38681f8d03ffdd296319fc764ffcbbc5bd5524e76579565c8d8ee0c05cd4b8044811c86030a70026c7b5ac6d75b9aa88f5679d7d933f56f32061e4ad9a7c01a8d6242b498f0ceaf0ca6b32e4ded07facff290d4219fe5092bc9d046b4abf7ae2793bb2a96db6100ff1b6fa8ce9d59dba4115dec5782ac5b3a89caa89ec13765987a4f8f05b26f1ecc4159db6353da72951baac882c6938ee7aed5179fd1ca666a81c68cee5d4131fb7f387013f7d0e82a783d0faa52e2cabaa0b93bc0c3f6da240fe7c858c31f60153fd30ee7718464eb91de6ad70ee1363cc83ebd087f04e94f8b7bec4bce50d3a1e8f35ee5a93e0f61cc578112e2d7fbf48c2c4580ed3cba725f4a9fcf651eb327e260071788461013926ffb62b60e406a554a7a2ef6e57615f21c8aed70cf282f94e2b285f4e390894ced81d072cc2e278c61051c804844c1acb954acd8ac594268410736d65eb74c609aba63fe5aedb297398d5274ae4dfcf5e9a61583fd6fe7c544ad3217fface3383e4f234200a493e09abbd6bb5db9513573282e5a0a91a713b54d819d0e98d63aa1e71827057c53cd4c37b23b9eaf45d4208101451ae809bb5a8e2c52d3a2aed08a2b4b93b39c79c816a8eedeb857623ab85a962d779c9523fb19391d96f3f261c2c2c36f502c8d38c2b7908bf5da2fd0035af3f867d4d3b46295b3e59eb22a54125688a425561885160ba22a9b6034fcc82a229033b84cd656ab9f943408df13408ca3197a40a116db4d2ba2f310fa27d1712bdb237187f29e030711a01d9705140e1bb59712b055d82434dd451308bae4d814c37e270c6e0344f2442a18dd925884f862c3f5cda9d739c4c2d991e61bca07e72f8e0164b44d1769151a223622d29543074711817a9e33e339f6b11db44ba5ac069928162a4423736cb7622c1d4bea038b6b8d5331f7bb992ae59b34ec2e5a6932e8c4aa3aaf1118314a0146ec8c2b40d87791cc34a879ef7def78b32a3dd0289ac3fca94b5888604c1b260df55aff02d5b34772ec7914ec1a5a7023d83eacf02671f89ac4053154a572fa07a1800e526a67d5d0c1343599ea6eaa0b5dfa99cabe3ce1050f7fb4fb2597a5be58c401377fda636b1c9f83fcd3754ff321393dbc4a6adf72938eb85eb2d14eba83f080bafc551acd6384a720beb586638cc240d1b244196ab8f9e583356a1d8188ca32e2c920217d00a9480a947778e4065f4b0ede12b874e68ae47497a83b9dd11bc0b7cf83a10359d60fc43b034cfdf7d6067db71ce31985075d39bed4d096c4aad141f4c6c2e8d8d5a3559da12b37c7f0182523a9c3e0fd39f7d8943503f2cb410e892130abb3e36daec5a1993d19de752a0e0b038051b7e85b5b0015fd3b4da61f963f0a85ece465d51c2e32a92ba42de341587041f419dc31c9e9bae6f8b2a2ab70349c771b4286c2632eb698f582e0ecc5f0392e528cdc202b396de5b261fd5a20ea2eaac965981da2886b3100de55eca2bda670f279b2d088d77622f0c47fd6ad4708467db5638ddf249a9dd321558ce1a6fe2f5c4624eae8ab1dc63a42f0c41f357272c09aaebb24ea8a03f6b4a87489928b92195dfb16549daaf9184317cf7f9bb356197c434f78c2858cf2fd164ba26b93c2b024fefbd29564e2132fbd9dd460141b10c3e8f0e494d1604e6667b935185fe7a905f7426d7b95aab26faad6266edde92dd766466e48b7a692566268488137288d66ac922a3783787e69a6237dac56e7f92084fa21c67f874735d0fde68e62ade3b1e79413b17675fe86792ce202c63efb070cb402f6712af46a792314272a9f334d6ef02fd2b8c9ba2eea985c587715bbf2c41b1bc0d5b8215f2580dc34d52606a2094d8680909b3acac30ff496af95c24a76d8730df258567b9cbc459dac69e218825321a4451307c0ca3bb1a5b7e69778e89312c311331c26a580574af7915217a0ab0727205ba87ac8c19b6bd72fc3e2e3f301cc7a70fac80a741b23fec5db072afd40ef6998a55e844cbad15699ccf22ea0470e753879c9913f9811082e0750e9f0d5e668f587d6c88217bf7e4b3c0f9343ec734ab31f920389d7fa5ff35d5aa52dcdf36498d4495a0bb91e956d9aa0d884f9e24008778927fcdec8493e658e255c30fda7a9171f0390a8d4e4296f0fc60a7542a0600617c73eb7610f34a852332407ee7751d5bf8bb9edcbb3a542c3257e687db2e256a4a9f76aaff9ffad0f952d59ad1db79893ba2d8fe94a099b24bd87da7abeb7ee9996d0fd984ec7fc2e14202e22e105e70258959618f07e029a55ced4210c06565c56707a0658b31e1578a58e350a604b742c980b3fee2c008db7fa5d5ae4f81757b181e8e05dec9a2e896382cee2f24b51ffdff5468c3a1c65a9b47e0d8db5b8f16fa8500ea69af8e00f0311d5afe36f0299115c1412d0df8af4a43e225064c191578fb9777be3c192d12c4432ba5b3fedc2d74893c818d0656071a581752dbaa133de2b0523f27cae988722cd4b81447b42d9c2aaf637775cb4c4bb1344392c88c93daf9fe8edb19b2cbcb38ea97d0514e0bed141e3585cd8ba4489be04b09faee1524b2d10fde9c15572ff5e1e780a21652f7e41d8a10842389a166bffba997b45c80998e449aa88db510f23f09adc089ad3d0901d3a0200f76d6a037b7da457bc45f1c6acfa7f588503eac7680a02334453cf17fa4cd27cbf668e6cc12447aa0d710aa0b037ed991c2d9830cef104082e5683beb7ff011c572d899019d50bdc01f65c0e37297eb3697a22486a766bf11f85f56e9b7a164a89696355cab876556079eff98bf7b90e318f8ff583c2be55de882c0defe6996d1bc225a51ef7127df2a5cc47f2ca26123f17e72163fc859c34063084fb6a12ecd6e2d6675bb767bd7e1ffae2b5ca4e285ab832b3504d492de9a70abc072f0a31826e7e83ca23fb7bce9281b01c1eb8b6491a799393dd9072c514c19c5b5d09a3e71125e0b3605920a8a46a9b6eefec26d5e6c4a974d3e5d290f55d0b3f1b95aacc71d4685e990615d5fdbc8af56473dec6c419dd3a57cdb511f1e7f3fa9138aefb36930212f48bc11d467f64f7a6d448e45b82172f93d28311b1663bd5e879173a0968961999718b4727bb13bddc97caf654063f99ac7ba558dde2cb1848e04e52925d0db9b140dd1d47797e8f2f45cec656ad3dc1cd5081ae1c638b0bd8f6b90b78794d3b647e1e654fc18db4c765bb1a0a80f9ef1cda80db16f263f5c142c12c63c43fe7d9b5b5e8e6992876cb7ff9bb18865b6bc1a00aa674963b202a4dce7ffd47cb04396c0c6eb50b371b641cf07127c84c7ce52b88d8de58fbd23c9d49caeb09dadcab2c8abf641ea2ecb9c30803df4cb26bb0016039fb3e8b541fbc98d6d81252b5587c97a29ada5131f3fca93bea1c778149acfc917453d3eefa32256b6a6b1dd868e49be0ff482d32394f3bdfed408103d9b4c2a8f09cbbe7f5855750491b218d02ecfe413c6f1c36b44526b893beba3c879f1c4618232c893a3f954f1e2a481b4e1d298df95807878b65d28e81a008737cf7713294ef0c1aeee7492e91a178cc75fe828cdd09d76be737a72962ee55efdf4329350b0845e33c06dab649879be69f187206918c722bf0440e50dcae88f9d90cac172677bd2c4a23b0afefe498b2f3f162c2bde9c20fcd136dcd97ea89d992d961a08c435e3d40c633e12ac157789a13b8890826ae5ea72d2d663ca940d73132b297e5740e5d4778cb14a325c080bc06de231a4d1d62a518b7e473f4953bdf9f06c6db13b7d587bfe00f0218bb117f503a589c65f961f05e720ee3d2704cc3a9c6f3142640ee2726da9beea230740e7b36f0367729a4af86c5ae354bb95306d758e738b891ed4f3221800fcc07f28f0f38b28f8a95730b191a8a11675898cfb2256af0ce921d296d1d860e9d28d12b92aa6750a625162c9ed86c1d2f356347c19544e4722bc5da5e3674931e7b59098ef3d720d3c1d4399d661a04aa38fc958c113cbbab442c8d8dd5144555e9d4528a7bcaa81a51f65b9f2e5c6ce04aaae39bff1b1d82c59b6883602ccd4c58882d0faa089082bdc4b92b97fcfeda51b75677c8a9b4fd965a93c74185d20bb1bec3a4e8587f14ed867cc909c0619f366918a7d5ae25279fb137e1dee7fd98ddbe3bd19d841dd7c984cb01ec723d37e20951b38df21b05c9e87c5aa11af6fdc3d0be1e315213d33a06cf5ca9d83cab3cde2824573c3ca1fa4689b9f1e564424a3c74140c8b09102653af61a6bb04022b32c6809d5630021b1487863511f06d5c49843a96f7a69777b494994ce23d44994b5352c606a030159b9d4ad7664188e0411718385d936f1371a68a0317907a6d72f61f3a153434ce20f48b3eac009abd6a5437588678a0e4d20cbe3420a4ab8fefd771604b931530eeb3d4d2abd4acdd0d641e603bfb33d01eefbd45c623dfe60a1fcfa26f66db224c03aafb2b66c527716e55b642c72fc19f760da0d1b21e5c0bf6c2674b548e8b810c9721f35ded83e09b65c463829c9e9bca38ab09fb71d83983d118a5063755d6f522accc622cd9a013d5f068d5824f5b12c6d036a6df43deef841b4623de6793e7d4047e1d8b11fafd2da41767eabb27773d761f5b7183406163d9f65489a900093391d13511143681f6473ae1dbcc472127048dc12e81a702f7ba7c4142036484c9bc8d53c7c89cc9b74197ea5e6902370be448801e255dfac727a291105d097f1eeb791eb31674faf8f9f72b7a7aa1e2727d18414958a9705b862eedfc9f3523b8875e3fdfe6053f42d9214b37e86c49e337c5acb800d28c3c40e9fc0cb1319821f9045d532198be1b48dff39d99ab95e67a166872062178f1be9b674a7b4505e1a8332116ad759f0eaef7cbb576a6ed03aed41e7f53de5902670cd5bee6b8927efbb3322f74e40ba074327a8667a57ac33bc775e8ce515af8a203ef6fd8d469825c4b3aa95d2d2a5b0058a91855ef63ad8ab716b45ec1a05ad94a5d653adfaf7532c5de894f9723c6bb31ff7426cdd14a016ca8ebed7856b073a7c6a8f5228fdde4e7c8d9346b1f690d8425a1c487ec2009add49662bca283d8e3d241efe52f44dc7aa0a1f3f245cd5f1bc2a71565dbb90b4442bba4d6ac596fc62a371270b73181450de77471be7917bc7f8f03aec79d6df799659d0e9dbda2177692450a502d3b12b8b59f33b1f59f30046075acd752998f819934ab9d34d8a05d5a6ffc22bf72a749125c7f47ca5d3ff82252a53462f5d4a46151f7d3487a2788987a8f546f8ecd6707939ca77fbbb004de84e20555eb8da7c4dc386880ee759f544d080ec5f74cba9a2cd3fb9c1f4dcf9bf2ab73b1e18435cbbeb784649d524994d0b27a4a16ecebd50f6c68aaf3dc02618448a600417ff47cddbc4d7def852e62ebd4bd855175a2c024af18309e2644382200c5c972478ce1228eee524dd8f7c586b502fe11ae866254e333b688f33e29b41cf995dca4a60275778d6c1d114cc6899e6f3ebf6040c38552e0c4190b973b22e469ebe75deae5bfbd5351c8f9d46bdcd72cccc15378eba04248e3b935f87754a03e53fb3cff94e6a9678bb75838be68a86230814fd5e38efc939ad03b09e333989f5580078e17d483f1a251f620c7135939f3651cffb235c8e872c6e3718aa514b57ade873e746f931b1cfd9a328dc631d89cd7819f607fed6ff203f6d971935ba7497d84b8b5a1200b83250e19186a7968b33e485df653b552a2ef3be8a2e6b69e4bc6c6a3e25174e95e30187b70e57a10c10237e07b9866b60af37c4724846dc2061f14a80167d5de368681019e2179f94d8a17d1f73849c5b3757f9dff57c83a04f1376f1cca8c12928f1052a904c14adf40afd7721aa6a724df0d933b460e2fcda5f89f3a64e1acfab28f17997899', + '1d91b86acc6ea170bfcf187f773b577b95e29d36fb30779d2ea23e2ffed9e1b46aede42bbe03a904fe22ef8f874298b5f4a6afe63f6ca9522863eb5cdb1c8d4bcd445e43e7302875e6ba3592024c1185cd3a92615f551698b0bd0c6f45f6b6ae0f3e2c9c901ea52a3f40f26f2e804b54ea454e91a21245d88c58a84f858fe344f884581d00f5a88dd15b2e0e5407cd8b1170ec5c52ccbe7885ddc7e6e30e9c754fbeeaad81dcb90563b4f257bb081f900b6373acb5aa0ae263f4711ba69b69a9de94e83659fb61fabff24532adaccacda0c5eb6815d5b07cee44afd61860d3486bac5c9fd17b27d4abbe3087701b55a8973f5d78b87438b0ee7688ff7f8261babfb14dd0318494fcf0c0ba3e4d7c488bba78d0c4e7b02be52a31057f242c9c68a249c4b0c13d2fd8569feb3f8cf72cddcf194c33e9b110826b1e2d3c4f840ab8db1cc829c9cf80d1a404cb7275b688069fc9d9af089e6ff179e5081f48b2351334d3612290620f50a49663bf50dee46ef23180208a9fd1991c2d9e1056dfa5e2731697845f1c65bb1cfeba0f649ac87d90f8486cb8debce21c9ef8f8c233e08b618c73357e28097bd5e3d848fa10bd9b40c73a7cda80bb3440e11dbdd5d57078c6defc1e35ac83f997eec6545a684a30cb465c3838b053f7519e1549d4eedd0f6ab43b27ccd15c9c29c78b19cccbf8a4fa1cb88819940e93187ce9820aa5adba14b436398abe1bcb55152f8198614e5f93f25655c75473715a24a052be236ae08e89f73ab89c48f0e180bb730551d4c95e6f3c8588190af7e23e42a0378f9be89ed986149e926b7296b236d65cc4124a253c7402a50b5c8e7771d853be12c93c0d4de9ad84c90db93c50a894e6e1914bae0006b26651f09ee06568559bd47b43a28c2aefb268b52d9b051a94e8d1d832c264f87f12144e90e6c3fd8d16fc3965273f51c06f98ec367a7692beadbb6f6929105450f37bffca51339ce377b38c0a620d640a0581393ca34e1bfa7cc8df56abab220c4faf8ab6e95c4f3f0520fa9a1d9f6db4ba4a24a7dc33ba309c1faf6310dd689d6fd777bb75e71d89096c0d7d1e9c73a6d71c35dfeece794856ea67f71f5030ea9b1c4f40bf7b0fa9cbbe4d1c2ead7fc8a31ef54ca1c65f2af24e9079a1a981db1aa699af8dc12b88933f41dd147a98026879eb56bcc374bfb875b1535f936458369cdd6fa8617b0ca91671299aaac63c6c54a066096fc1edef8752ec1eb4df493526a4e8d802071e546d656986e5115ef9d89ae24e6f4d9de1abfbaca9b4fd96606e7482e44cd5a7de69a603a1d58250552c6334546e21b8d40a35fbc73cc328ff99d8a596e9f08d8d34bb61b32020fac87a83c2e312432411cc87413ff43be55ad255b9b47e5dbaaaf62ce9846ef4449ce780f6c303bdcbe0187ae6da836cb6b83f752607b625147cd68205db680417179de437bbea97938816955260925e836308bf54573651854dfd441c81b55a5983c436ec946fd76653f060ee99c81a35a156bbac6ca9e9f46393fa953ffefef42683ff7f1639872b87cb63204ccea7b2bb51f2940db5f34808bf2cdadbebf6ce4903c65709f1aeca6dd22751434b0de4f920eb750402796b81a963521d234cd1336c13dc353e552a4d2a33ea44e855b2a2ec2eb817398244197a2665cf4f08e42ee56f7662c983356ffe0f51184d860300dc44c30f0217bb175afe7bb71630ee8096608d573a40d21a7444f08721a8c15919b400b3043fb8c27072fc9f21ced972a87089dd3894e998b4592e580cc4d3f6ca06d5cde8022364e50a504d18e98c4c4327d2bc6b88632fe7d67255b8e0211f18c3ac235568e443e04ee089a18aef568e0cd0bc7c23262835442644ca07931b2b72ec7ff47ae4a78ac7121d67b8ead8b2a7eca4136e1bcbc529b1eeed3e11342a9bfda76d3f09da0bfc4fcf107b6519d7808c3ed76f2a5fc0107b1bc78f83b03dc7476367bf3c238a75006945db486223201a5071303c2e4d7eec920001d1d88e7c327d8b0366c92fbb8bb1ade17bfbc10efca388b9377e95fd6c1d419ce3f4424526bb80126d1524555a70f194e62cd7d29cffc5100598c01463823269a14c84a78be7eef53b4f8ecbd36db8fd723d8ef5602cd03f8cc4f54c398a7a6ff4277a2cc9c77fb2b6bf98a66072ab2205750dfeb2f1504eb6495c2b56fdc1b7c2cf4c5b4824d953c8ac676d6845720d881d7d75f917ee4369711e3b22a3b147f58a23bc70c5a4df586026a853afb4c6e47d05e29c6751288f8263040644f02973a127d8aa74895f4d21fbe088781953ffddcece05a621040fc5520d68a72665265c7f365cf72fda91380e9b71684bbec385ffc19b9f08e0d18214deb195fc01f402545ff01740580bed88647547ef0f17bcc141c619acc3bd01d0ff4ad61907c7ddcdd9cc9c61e2a38791c0fcdcb04ce2cc3cd8eedbb5b5bb89aff99932277e8633132e5a4e3c7e415050396ef0337f0efb970d7baeccbfb363d9520871cb6f194d4de500f57937cd8eee56344b23af8292fb68d55a99e78dd87595fe5aafe16773a4872858c0122f8a939fb4b526e526d88f7265a7c337312eac47e3b67bdc5aec409b3940b719508c659d57f6e428e2177cb2915df3b787ada5f21e4dd769d90248a99b75095316db8fd785d507809e95e9b1c243d06e789f891d19e7698ecdfbe43ab5bf5cc86ac137d6a71c34f5429cfff561220364ea4a7f513b4cdc551c203ed5f1e659813584862023911590b672e508d4c233a1c6f8b015ec43d6c6afb97b02b6b1a7855d6da33f63fd5258e25fc47285eb092ef5ef43f19496ffe86e0ec6496de9eedcccc4b6bbcd279356afadc4b9da652c125e77616d9b0b01c3416645337c56d88f68d1e91acbd97f9003a20c673df74655e8da32126a6b815f110b20474cc00ba51bdb62e6c4d9be10c888c503156bfc007d5edd67677d2ac5c443800d45ef2f26cb2c49a620f0f9dee4a51616ca87f819044d8bf5fb0ba1fc44578d0ecfabed1b620ac7e346e6d80041422827c414e2ab64ed63428edb910c778f6ed153bbed8bc7be0424a0830280c5a623be6ad961bb87878ed889b7a0fe47324cdf37e8d67ee29027f1958f20655a1b2e6426a01e535462333f526576d99b8a4ebee5fa50fc9bc758d28dd1d9b8e7e7719f5f2fc17ab3c87bfd53adbca55add9df8c3b9050edaadc150f012d680535315fa7e4ff1398cff8e9cf3591a6a6e7460153bec9abb878887f2271abec588a742fae9c85697c75093a4992f3731be97c09bb45dba0c8aa1d54198b13a906d2b1f290962999c4d03b29baff9bc01328de51496d20b07cb40d1c4ac9ff2e8ea27d50e46e562500460150b9c7d50e3b2a0f607481435b633ada303cbab8dd5e7e28b31091858bcd5afe17bc8849cde26161bfd34ebe121a82f74865e9fb45f4ca56a1bb8c424e7a83741749bd548fa76387e7dc11eb74f130f6cd6cb410e8f01b89a53bdb16ed966415b7d7d3afb3f8b4e440f57775e485d96b27a7c5a446cef6342617ea7dd9bf515571ed6795db64ba0983b5ebc7f146c096ffad7b1fdfefcee8bce656e19343ffb5edf0e5b17669f75a08a3eb6c1bc2ab3cadf4610e24e11a09c21d8cdcbac2b3b98498da8d1586f178483602dcd477edbecaf303d9a6317c29ee2418e9b0ca01c2ce3bb283292a4cc6daf2ae94abd4fc8fcf5fd01ce46f49cb89a0777305b88e7423501a2e31e24dd839405b1e12687c32336142426fd927613d0925133a1cae504c8c5e08c04d992edbc5a4e3a8b0d1489fcdf6e4992d798d60c4ae34be64e5b982370a8d44aaa32d4af8f89fcf3c90355cec5a7e00cad492ad697f72133fc9426cf6bc363fa7e075ff30e28cf67a3d8b0352e969274fbd337b7e1535c8fbcd7d7521df9e21b3f57b7123df35dee83dac1b8820408d1a97c243690c0a503766bd236ed11f9b6d46b039486b44b905152b1df2ab9ea2b9e8d1adc0c06a4961299400245d54fd2258b6cff50314455f588a7328c7ddf8bc44d402fbded005078a9493f8c0b8d771afe1add0233ee4657c4cc3a11188ff80206bfb90c3d623990e31474297c5aad9b0e34b50682f16a604e477e2151a37a40febe025fbd715a438eca2986f05f7d9001e210c3e6f6caf66d418625f1c319667f66901f36d6ba77f492e70a2f44eee1204e75a127a56c026be2db83c196de5dcfdeedb5713861155b95341d00b00976b39d6c080ca55a6d8e5104a586c5d00b364fa187334058060cfb9b272c4bd53702fa7d605f9f9c1d1fb789f10bf7f759fee132ff4796a6304feba1907cbe5a0d548b3111e63a38fc653bf3d117d55c2f6dbb2a8474e1537d6c8dd0c1b5b1a0def3780f836a1f38f1aa06c9ac71070676cd06117d81c968d4aa0aaf20a2cbb09425eaa01fb2f5a3e3343f93eae234fd1464e96d5437f8ec1c528ac6160ab5911533096a4b886582bc4d0fdaf232044af37b8dc8705e13e73fac349e0cb4174b4b65fcf770b217dc633b9e242e2921f4f9591aa939bec562240031be686997e71c02eccff7f9b2b9c04613fc058e30031048b799171eb363b396a9ae93f1e06c725400784625df22bbb897e7df2bdc801f8e8c1f724788f5d4b5c3f7f61498e234a1617cc7fe451d3cd7516f24c6ca720e74c2c3b202ea1d6fa7a720f89a68514a323663e14b8db52bed6a1b3d28a5e1c542810d3f1582e56cb27eb1004af7c29b4fa8b3fbd65eef70400973901913d62b40f0868248f754b31f703378edee3c113fdff67f6561d5f31857008661bc572ab638b5e165f1722d36a42dc74bf4c8934c02b3d4c13d6e9dbf7c4988c74a6fa9eb8022c5321a48c03e4327552cb26d0abc397362b29bc2547c9fd7fc1462239128f156977917dd558174a98a58cf335cd8aebd910023da0196e8304b10ae7dc8b5b3d8bd00933ad545603cce96f42272e88619c9727cbd8d5680dede83d68437daed30a190346526d32e6789b0c9433434ec0f72d14f73de048f691c358240c6dfc8e7a9f0a268327307b3236cf59d8a030628f4e54305dee83c576cee59ba5e0b6b843fea864bdf6c13a7049321385d9ffcebb776017a7349b032387503f9e5a7fe8fca448814170879cb94edf41d934ef7e1244c30da87711381e793290545fbab91b2c74fcdc18d62a73c41175316591f90a12e792e01a68ccde11073e7644f98115e3b847dc544f5c4625931e2cc089b8297e6847dc931439d8db488a62cebed973868ce2d0b755ba970fbebd39fa2943f6f3af8cfc75a61795546114a8316d3aba715d6e47a68bbdeccf0ed2d7671314d8ff37e2ce3680ee9a090b5dc531a72d6130c44aafc643eece0ffdef838bb9b3661d9bd9d05a57176d7581d63833df19fe413bf8778b30c5a12f2673dcfc9f9824bb35e291557b3a76067f0e7fbc8788f83f3ef84d79b4cb0cc902f0322e374b7b74b08d9fbc7fb05a485d771a303312c56747da8ff65277775a0df521950345f0c6764b49f3d72170b797a0763354201c65d11fcd958c43674eb1e329c5a6001b2d019c2e9004065fe0d80b423a7d3933c7852864dbe4c75333995ac93472026114ed00bc25a8c77e307927dcba20d6c1e8be95044dde6bc1951ebc7e6609e5591a8319810917ed62330576c436c1713d55f7d62a4ffbb948efdc98c7eedff169aa8e370bdee400927507888734d1a10cabcb7c2576af284fa03d70141366ef194148f9bafb9f798562f9cd9438f3eec64693f7a4366b415c62cbc301882116fe7b5dc22d03ace0c17946c689c79aa2e0a30bc92523d29cd58402121eb1b1017fb53730c06b9ebebd4498f3c6452875e26d7d7106b3578371907addba347947238b6fb613b7d76c0f414ae5d8563fc041f2737fe7598cad871490966264fc50607a51d2956cf9810dfbe71d4e5f432a95de884635aac463ac9cddcca5e7bca5ecee9816d3ff77865fc0f7fa86e4c51d448e2684801ba15e4875ccf0f3212ccfff64ace35de3d4046b5ce81e106b5800e48dc89b452095e5e15be8a3e895ef273e890ad871be8153c71c51e889775e7dec5a08faf35e34a31d9bbb45f4da565410b83c56dde4221ce99ba', + 'a24a4cc29e44d50386c9cada21d741d35cf8aa713c6a5f72167e7c55023ef01a8d52d449ae25fc35fc43cc821d064de58271802b515cf37da3d191e2f0b7be05c7ada439c339c7baba22e035371ae88b2ba073d3df253f9e2d6e0d7ef039afc9b923639ac4c95f192a2eadfc575d394ebf4f296fcd0e6c5d1c1b9631ea0debedca7cb974981decdab22edcde651569b5a6444a0a035fa242d9a1d404c67c99f9617f50d0297d9586bcec14e44a8b9f4948487fa9696008d6cac871fe6ccce275e8f6cdb55e3182a4af2efe15ec0704900e227056e759c7a058571228c545edeac6a7db2c1f80dcbcf3bd427934d0c0145e9cc41865910628eb186188b731e3e0635a203c54b4cb56f06187180a30fa5da17c23f8cb51eef7ecd106292bd6ebdd27d944ede51376fb0ee175fb576ddbf1408b37fc01e1a794c14ba9100a7e2e6b7aebf047bbe60632b507b52901d08a5aa191a52eef895887d44ef1473a6fd311c457cc53bc74a2844d99efaaf2a12f202e5618967e912a598ca286d5a5f103586de67f18d10773783e60ca871028f4c94ea1363b94404491500e11c2314ee6c6dd60b29ee3e5a196f024efc745adffdf683ba7251adfceb78a5b3a16c8cca3e57c8d0ceed8575366cbad0672787778eae6ed145cf9b6f254a151a8da51b5633db334360f9aa5b17138c2b69191cf88702f7d25e9170dd6effdb80416b44f4d54e81fd7090f17e43e9d2da72a77fd57fbabb381d35e2ca2100658f5d0d9e38ab4841498e521f5145563b4824814490c12c259d122b55a7f3f24f92412a8b841e5f0dc21aab786683ff320eff04ffacf3edc35bcde03e19505bf6238e309189b6d933f1960b8130983b338952c105aca056111eb1032070be93f5cda4ce449c0d6d40428100ee41fa90dc61d033faf22f2b9b305c0291509740cafb2532194d7a81df5f7c1a041d13a68902e7ec542028a4ce3b3f4d052b92c8e236703a8410869d5d82e7b567247bd2c6071a3885b9057836b9db60f08419b2d7fa26161987da36376754618beaabac0fc8e7c7142f4e0c4126a0dce7dc949528d0a7734e15bdd3197722bce6f22b98e2c2c11683e57ad789fc302f5fb7abd6313484c0a63cda0a602d03160cbd643fdbaf3685698e14708db4f9b6cc87b7fcada03e8c967f9732a813561b61befdf756c8d8b2199b935da8eb7e21b2cf517edaae4545b3507de25da4ac1b9a694165e0c9f82b38608ff587fa2dfeb71100e364b9397a6152069ffd6b65c4fb6ee6f2160d453f2aaf52ee978b999c2ddf3ea0c84b7b9944f6c9d213d2137619125722431d108c84ca949f43fa4188abac736d61ef8c30c2a1201f1d7355cd88060a7d04641a91cb34bd8e39e0a64294eb377fee200bcf5ef3a1ed86c97d29acbc7978d69ca3cd52804631d5a938689e2e037eb9574ac39e70e7a3fc3f2a191ba83c9c46014cbddf3fc730a3ee88590bd76fd0502ff9bbf57b39f8ca5ecd2a395bcc5dbf4c85d1b5c5a8f1211b16928299c52b4f047926f8a541529da2d6bbaa399143ced8efb77ab47409d9a953a386c7abd6026f49831c717627c2a5e77bd2d433d4d130dacd927ea0d13a23d01a7cf39c6716dafb6ed552410ef5d27fb947be2c8782eee7829196c7edcf151c65f9a01f54f8d20f38b7da4a7e83a2f0127d59d3e2405d8674fc9f41b604f788f4715f9d3624eee57f387bfadd18a1f905e839c26b8617482347fab6d08845a6647884ae71378c1ea0ebb9cac11159eb121cc08089e0a6ad0be83b8fb3a57a052473a1bb9c8d243b5c260642b10a3556b58fa096c3dc86159d61c444d5f92f25c2f7495d2ea251abff8c03eb336fcecc6eb53c6dbfd630226659477ece0fbf78ae77ee0b9e239ee10992153cbebe70acac22068dd46a2f43e5131785f235b58e658a023f617d668b18bcccbfb972e5780c5a816f8804edfaa843c702e9279bd7868228712f0c42fa9b809cdcba2977defdd35f9b6132f6d70e4fc86e2941fcc47004b3394d7caec00062081c474eb211ff00d399e680d449a5bbbe3029013305b09644f0433b247bf5f58106d75f1ee19e779fd38e5b00c2fd0bfae16f01e8fbc69b505eb6b42e7edaafaa24e0e7389e4abc16d0df3e06e382a5210a71b0892730a867bd0e9437592cf4e5ef0a5379d88232db2a4fb6411bc53ba313c7999e086d21fd93b147c98b7b59c6ddaa407d00e3605f48563059fc3323f385d72992200abc748b454b7f962462cf79471a9ca7dce905a39948bbd56af2b4e926ecfffe67cc8f0c411ba409e694523a776e534ddd2170d47f7be157bb2c49a64d50420422d68f8f2b34e14700631199a1985b63729e23537f3654f3c2354455a0f002c1ba5f088c7a23b1de2063602f5c44ff792bd39f892ef4a13a1ea2176fd848bcc7acea8caca474904fb4f9d0641de0da0f6756481df553307b1f07456d39d6da8668fd7e483084071c3caae4c05cf85586b39aaf6a68ce9d6741b940d66c06d67e7d0c6fe7a4ee70b435fb0fdc9fe80c8faf1558070fc3426f254cbc23e5655b10579be413882077b82f7ed4016d5c598aa85ab46c30ddba034845f9de1c8eb30c97305d4440a68688878ab3e72bb1e6f84def5712a27a8eb419199c7d97cf8893aa4e3e02650d27b5ecc331e681851f58ee27a282ab261af2165c168aedc436761f5a28d67ba0d5c0bd9cd097d5527d3d27a84944d16cf96dde61fa7e64f9670444e89028eb2e0b29789c0273bd868b1588f59dc1abbba467cfefaad0b3cb74ced98df68239f15260bc2569f290adc362607422a190aea6706949ca2a40d6fa464b9ede6aee9725f6e6ed59acf534a0b46cc87a3d36926a2848f4bad3a298620af9bfba5b8f7c006c874863fb61c7cd8c0c47071cf41379ffdd950f654f8c467d82450cdc833c6c222bcb1b765cb38449ad945bc95fbe6057959f3a67ae2f122e73e368567044e3c832e9e2964ca47f7def24dabaefdf97c00f77be5354fd4f8e2d0f3f51cd21e1bf3b294be3c7f719a94f6d167a1b138ae9b9b32da0ba73692d3c2d0466f0600087a30dd9e74547dd5c2cf1918f67e6d40512d5eae8652df97c1fc15a0e806b9ab2190bff094af354f72646de436cb5edd2b9548882eb897b0b5650a2a103b14abefba83dd25fa5fb1ab9d15f6e802d42b2fbb38918a422685b6e7f70d6e0dd8b1ed96708cae9cc4a276625874948a97d2678875f1225653bdcc6923708be5cc64210dd025b7fd2ccbda9b8087c3cb6f7bdbe249cf7e5ee701ffd4d77ced29ba6d9505e9d2c8855fd3df30d356fb2d24ce92b3fa5327c0abf8580e5b591e436873516705b96a9c24648d099a0ac7187d7294e1d1a7a4e6644bde00f72ea6999e1f5b1c6a0224aa4423ed0f1ccaacf44410e95516f07d36dda19a92f3230b952619bd0b60d67f1788ba0628a3bf34293f4f9af811593b1adda392ad9662d79dc7087f1b315d024bb5d1e03d7510e61f37d8adb10a0765f92bf9d0372910911b4894a73623be35af960f8437dbe64a3ef3522d674825833a904a5c1af458c27672663f438022a0a9f21df9fc1d69e9ef3d661f0414d91d47d43e3c3c3f60f1160d264e298eb0cca290a2477683c04a98dbbc8d6fb64bbc87bf7e7a875250a663e17cddd2969140033947778b5514f6a396fb7e9076a5e76218b21ee174516ac5b50ef325dfec8432b5b49025da8c737636cbfb4f9b0c2740a9822e34ef8bc3a45287980ab3ea2199cc909a2b5b514b7b83d60b946faa03893894b46709253c68818dd46958b39e9e46849e85208a051845c1b64738a703a58e93b7620b475a7908c8b02a176e83abea37a21b71602ab7433704503f2baffd7325400d3d1ba73fafe23336384359278152b1d596fb41bf46defe97cc5d90f7aff25650e6c6aa2340806673035ba67ad37cd09bd682d298165eab0527652dfc09a301134f73eb8b814d4fcac0def50ba85e09557b1e66a97b601480976c0e754ae0493ec148f3e03ceef823b6f4cb44c89f63ebcbf6845c3d8c3ff1659abcc83a5037b9826d498b370e69672ec3b28cfbe8e7450f33b41823893641da16be5fa19cd26cda0b75f23b53a97c7076314b08e19b4b8efc7e46f60001563c099ca0476c233f134a007f0f65bf4cc433d1eab83189e6927a6b4c7e98a61ad39adff5f466301b745171997dedb6be722218cfd381b9fc61d4029383fa2f74e9f20ec56f3503e6444950a74b9393b9c16d9063217831764433cb83cdcda34bc438b177817fa48acc59261342fe6027fb39c10e69bffb3d83bf4f8423ba0b89ad955175f2ed19ed54aa79442ad725ef66b1323975fd1f38669f15ff4f696e15ec3175268a266cf92364d4a2cbc5e8f94afa6b4a0bdba34e35fca65a1781d4d7c933a5f210d3a59483aebc95ec71b32df13ff4abf401916937fd88ff44ab46b78cc369414e9bcaa8bab0bb8557828d73a2a656c2f816f070b5cb45549e8eca9d7c0b4a7b0a27e51c119358dad2a17fb3a45718f9dec3c94af78d65c3ecd36b71e230cf080d1efdd8d07f1cfc26768fd5407bc2b770af23e1456c6eb3f8212e1b065d81511f291bc43f9b8d541ba8c7c1be3adc637482061ce790ea8c88211d8330b8e6bc07f046c8a610354878e02f5f66bbef67b3e67be3242060b5657a3f92a86988b28f1a86cc4c059c4107c5ce987f27822af581881e4645599857d59c2eb599ef9c7d50e3b87aa348a88e00ac5253a51e1401fb38b593265c9c25da3d40a170a1e09a3966747812c3e3d638d176285e4a8da1fd909154ecf129993029b1b21528e8ae7e16e88e79955ca71646ed477a8efd9b2f9a98d0bea0a77980686731b10c1a81c6fcfd04004479c842129df82072ccb8385db351c5f27e8e71034c666bd3e0daba1e9921d15aa403633d7083787f62c0c1e1cb1d286e17a0ac0147986c07a1830186a52e115f441e21d04d2fab3c287b712fc67d109dd877d86a3f10db2fc442443c0a73ebd9c0e226d21b45e13284b1f14e8eb9a5052ada9e471e17e1d4b3e02b46ae3885528217174bc40d41e7df29e84609190e307692a69fcbf3a67dd5255dae7bc50751f1859f432fcff4e5a2acff2021e574a62268977a2eec51b292d8837c58619a5f75f364c344d322b43302dee3bd64feed98211ae02f4c0bfc52c344b62c566603762b0ed2eb60f1dafcf32c97c4dfd58f3e88d6dab659fbe17dac4966e1ea92c55cf346790cc08ce163479144209e20147e64746fab5d4aeb7b5c3a935e66462d9014b4bf8f391951d2c5b7f3b8e90802bf7c9ba8f69e1fa2b59bbe468b12acc47856ffac5c14c1b0b03643ac7408b5e36899f48b7f65a38d91307d865035e9117d80cf485c99ab886562e0753c424e3ee38326232ff9fd3478e5205b9518289c075cce9c750f006059113458f8e1fc9c9702da75eca4561fd3804fcd42048fee7fb0a2af90c0e7c1f40be75c902be684ecdeb88b9facd6d708cab1e53f3f468e4b45f38996f289329e17a289ec69357e4ade676c315aa4e3818befaa74117604d5e36a336dee0d3bbfff0de8f5e2101219cc902088f6e9cba48bb025cac447d98451aeb4fffc9c64bf89cf8091e0a0c9c16edab08ec8cc18db919d5c279fe094bf59681432635e36067e905aa9a90c2aaa8cee23291776518d675e5975e96abdf0c1405cf06d7a38fca5fa7c26867dbe3df07381432d0ffe21d39a249aeb0cdd7e52dd93206019f309c8b3f0eebf1b0be06112d2c350bea7019ef9c380edef7bd1d4e8c1aa8562ed96ad63beeb9c0d9bfca6731f91c9abd5949025400d363a1f510f08ee75247eb0091db3ec03657cf6fa883d6f95e0ff0f4270c3a22b10165166cbe6236b8594c4cce04a8420618fa240cf19cbb7dce2de73087ef2c1c1ab9a78cf2a6873efcdaf45bed28d29d96f293843ae3adf077bc98f1efb37b6922081efe47bc375ac51fbde7ff0100615431349aba5c4f5a7f358fe7be579f4cb9e8f33d2813e5a02472ffeea4e149f5d34e6dad1a571e105711329e7e2c162b44c4aac61e5e0083ad7d40cc994a1dcf96a2c557b574a8b691e8376299a16e895533cc2584fb1689b2b7172e26abfa5300c6c21726256db1a222f4e0bb7806eb5daedde8166ba626f688e97fd7677e24c432fa67e709eba62a49f1a53de07dc5d0ae466a2d302dffcb9b4e3e463d07b9336fc4c6626280e87cc5c40cab9b41ad50ba9c4843e91c58c4469be5ed7d3', + '0e2fce9e123c9e83a8ed6fa9aac879f9b112c0f77c9f963e91e8612a265e9ed441fe26431f26b0e0d3a7982b2f1bdfade779722df4e6af2737ce257a5f349b610c4654a434359210c74359248e1e750d596cbfd559a79bd7cb2bc576d68d4e0eb72fe12b1b114bf9ccea3afc907845014f142d55738963349426ca845512bdc489e0543f9b63e3852cc4c41bfdd15772109846160a350e28dce8bb0ea26bf269cb8235477bd3639b2df87eea9dd3b146e5219280e652a49ae999207b863ff5e6c63c0dad8408d22219aff1cf38245d6716d798fcce892e71055f8233c936cc24bf3763d87eab38043610a333956c63bbebe1e0f08c82b2977665679e33f9810a019abf3031639e28cd441e7f7d54c92cab68f2c5e6e43bf384d15a248c301c7fd38ea91d64d90b762572ea19b88399a1a09357e4a558ce6d79cce02d9b83a36d7c3baa07e1b587d688c38d6b0ea3db01108b96b3918575ed9b7d8321299820bb45c849566e9e1a303c5f91db475995364477379c7114375b340dca68fe1a9a51765e0f72d43ccd6c8a6d7ed32a4fd1278480c2060eac1d9f8aa33d6ae2af1a17572483c4da38a772ba15daba802d96bc18cec05931f62da2e568658f9dffa7f52f432db24a3ab02a14812ff8119aeddd4788b9fca099714a8f84c940f6b349d348e295a5ebe9f17de0d604f5a53fdc725ad73359243ef180cf1ef2e3b7730899e82a440684ee7151653fe21804c46e6399e2b8d7848db42dec5e66e2a6e6ed2f5843c13bdef03990ece250cbf5d0a8984cd2cfde8a2dc2372f6dafa38cb5ff7de05494aec1984f20bde7d676420b94fabbce01d6fcc72388e07355903088476bc78546c5f48ebdeb2077fc7fb11f396f2effd427a302e0064797de0f5c05cbe257005eea41798bd75dba4b4f0bb19fe0ec8cd23a4787ff9bab02d48ad6d795c8d6ea64846e02bfcebbd74a4e176ccf363e9e8375b0fd8b2e56dcbe6867a4ad078d6ee0fb44d063b783f682e49ff5d0576c5d6e41a50d89a68e4c2511d7151985c4b15bb68b8c7e79fe41797a69f7aa2dbef01b07ef5f03ed9c7a90edeed1e32cc3de5d1f0bdd19fe71deb9763f18669f7b80122d569a00eac88f8764748113e2d11b6c9d8b6c3b2d27f5ca42e7000b94ed34dc1da267898559b392de30ccaf9137901298d5e0ecee67af32442958a1f65a35003d9b6da5a6990d3ac3eb5bc1203e67d678afe2342978337be6cfc831ac0baa06f709555c35cec6067b6dd550772bc540a6e21a1cc6a3aa2c8f9ff7c19e48bc77b2b3c6b61a41057f6e7ee3657e49d4d988362fabae303ccea6638e5cb45993d9d56269bc3d3af32b04e62d071ddfbc288772caeac76710e895e13407d68556b7cadee6758700b894a66c5a3e3c34a5b60c6092dffa8f4f02c3e292ccec152e96f8efe4eadedd7b42bada1212c391b6097dc6309430f220a5982d50b2de514200c75d0b212c1764bcaaf6ff8c9a3e17ab436d4b114fd6ac577c8c15c19481bb7c9fef042457f79d8adc89c7b3a983f124c71d8c5c40841ba3d7c58902f6edc093e86e77fb48c54b34ba5a1290d9a86cfa709d9a7fec44940e11a1557ceddd7acb0aa30bace8c99942aa33892910f4afb7a5b71f823a5e3f2292e821385f9810af6d5369411e4bad3d16dad38837b0e3e2d031c06b11194566c362943c3667abc47a4939c1d192afad651899b537252f0458d427445bbece620ad6579258927394974c2235ebe7c818ffb583b6f698bca4a568fc15ff95019fd00e1242af618fa62d23cca453921f084c7938955e54b14a1fb5e6e4e5e607a47ed06c52211b2882a597e016f1dbde04b42c615a56a0377f2e828ebbf5f908f97ae50dcc980a65b165700694ad092a959f95a50bc5c376c93a999ca117152b272e159eb7fb746fbad776e5246f662e41757dadb2950695b3abc0b79f338498b50027c71c32a26d25627026d11f380f939eac2156adb1bdc2e9c087bb318c782b5ae52f0224dc887b6d2870a0a5c8f81082eaa800f50c15805c61b5fff976f312a3157f71bb6ae84262646c9be95e0f4289ffeab7555ec6746c6ae973738a30f143805e72de93b405a8edc2c9d4427cb01cb29083b5f1f72682a5ca1e880f5850a2ee750b75a01549a78b19324cbb68e2a1cc426cfd0bd11f04d801081e4f92b728276c4669d93298c70519df3a12fb618216a77b15f57ce65ccc36391e9007af3df2ea2ba086347970256bd787905cb4255568b7e5f71f03f04910ba711bdebf491897c103ef42750ab1b722197ab463f4542c295658e2ff2a173792fd384070b4621c107a5c8513fd72a4c9da1b2af755da9cd74e62ee6171fd54c9ac2e5549e6952120ee1424dbb130dbd3b1bae7f7b2ae60cbb65b6bb12cc40f68654744d2477c4dfa456048558fb30448859e12eb72991f0d778c8178c5340f750fc9369340de49a56988190afdc2c6314010d45bfd6381a3773d563ca315fdfb94fd52153782bc2940d4be816427c995c95855d0bbd43097a0b615882e2f80ffdb2bc1df95314f8fb48b60422da8b67c08bebcd214b3d1f1d93ee4e1ce4a418bcc9baa79c3b3aadeacf726d6be0e35eee58a32e770ca0fb7091eebd1eb2de7a64f94366c27d0741e0f5e39c48120edf44803de9937df8ff31a9f54dfeda11b594c608d3f2b505657c709c094dca887951972e96fd1bbfcacf30744943c6e85abab45d67a36faf792bb40e4cf396caada401f7af1a626fceb7c9ee576405ccca4548c3aa6af9700d7d34bcdfcff36ffc9a552baa81ee837b79dae5f0f6232994c307ce04a00ef182cf771a2a396cc2e6d3153d01ba2c857183e7ddae708ba93ac255ff0ee90cae89b0ffb8c4c66f6decbca69e5d3988f011647547d849cba63cb1c7b941ac7f0172b0331b280d77eb7ed59de21566a05dfbaa07b707084fbb0b1fe1af2570d294ee4bb5b3dc6512b63dac7f8ab2e7ef2990b323adc332a452367b182322cca3c35cf20c154a73cc4879afa00ace23e1ed711e3d9e953f46064f41ffb7d2266f273f318ab20aa0012ce36dc3d4bfb115140d59c9fbe5a4c131a602ecffbc04913b1598c60c85705ddddb554f9b1005e527c5e46d684d09927edb4c844d38edc67960765297536b3ec5f1f497a05798fea34b5c7c4623b426587f7d4a42e1485b5cb07894e4fd07309fa7ca50a70ef0be110e009b18125b1928d313a3533dbadc7f761e2177dacabfa56d54fef1ae93affb7e9f2e708154d79aa6ae2400b6abd63c31b57cb2852c5881c312f712aef840bd2d76cad20947ee184abb40cdd491b52d73fcfb4774b277bf4992ddac98951cf08b35e4af129ac91c3fb98e3d201315bdad43418931e3b9b851431701e4009110284af07a25c3f521063760b1219664875e36d40a35367b078aa237d529b149a6752492c5cb59fec13ea36cdc41921e04f736274d07315817463eb478c23da32e026130146bd35277398c0711089ccea118cfbfc4205acd722487117f55ec4a01507f5cd89fb67cbd875fc3f1ff2ce2f6236201f2091947a2a609e34b5d638aeadfdd7da4cf79e9fec8ad27f19dc8f77eb7ab926929f343233b458e8f3139f225110a16eb83a436c54de2b7826cd7789535fae59c2b8f6c7e54a8879d79b62c5a8493bd2f54bbcfabb79ed736c4fee2f43eee700d5634100ea2c17308af8e75f5baf8e4e2ab27311c76402b816e95c2f632e4c63f6297ea6e762eb5534b298b8114a80297ff8ce7920a6508f4a2429525a27c6ca4b91138187f2ee30fc4fdc977323faad1da437f96f47c1403086bd60d1e13b7cfc2369596fe606080b591ac62841e5202c3e155b5c503c12f29980216f6595c23267e8f64a451d278958bc0bd9ad27cbd34fd0658ec8a84fb5e5db5dddbabae415e6f820be181ad39dd2292f2e6daaf63b5ed0e0aeb7ef3da4f134dbc2e8942acc27029e7366e5556f51c9face8b54e98cf37c936326f824e445f464c7f809db80b26c39133766f5285c0433620e0febed963e48561bab4ea06984c094f103415810a0b9439485faf07c42a491ffc24586d07dc52fa1f002fee64ab7d0db69a27dc804e6ad832aaeee37eb13046555408028a2d395bdaf872642b01023be234716620287f90f3d574b1867496348af220327133a3079d02641081d9537a318784c670166cf3da63e2ea41e0e55b1ba33365339c2a9dc3b2777bdf90cb191327d475e6949d5174dabc065792982a65dbd42377c33a8eed9d2efebab3e3c91589d2ecfa1f9b6a41ae529e2de64933280064f584554d4b8906ed2199df37eaa72212942133e18ecf63690a3b685305a0b578440faeed641494547d036f31fe46951624026dfa4f8c7e41d316a550028e7f8097605c95592ed9d7797de05c8472375fe5042a601cf7738fa13609caca3fa310782ccadfab162bf8af6fdf321dc89d528fbcf59d779ec7a4cd10222dbd32d4aa6edb9626da892f3a775fb83d1aa83b906c835c1d0ff10f23ef4b7ae36c1698a0d3d32af557f6381f69d417e81b9fa68c03fdda69268c9e8f503e60a6574943b65fda15e5b3cbfb0a0f535abd812d42b7fe82dd0c5bc01a39c86f9fc0ff497a3d5b26d3526e98dc9cd0640d47fbcfb4a6b4c8e0612049f6c5905574ddc4a5b0a86e6fefd5f8db514a456cbbf1dbf550dabf2691221478b8b540968c5767dc7ba9f20bc7dad311ed94e6f3c355b24ccbb686224ba998dad48b719942b8295c2fa49e90f7fb9dcb260f3d9fcfee1f2479ec92529c722deedeaa7be4349ab9b3611acc85fc92a9658f0b91a74e25631adfcf7c2de00664333bb4e7fdde596960a48ef451425a967f8d3cbbc0ba962eae81e19c1ad2f0ac36701d4e4cac8ee8e26e73be89659de587b4f4f47281aae24df4c58abfd1ab9677105617572ba598c7236b73a4d2d7070c7ad6e4135ffe2e77acedc07358a1936390f1bbb3e827f96d67c8cc2a26b08b8c5354f34991ea63ba1ebcc5dbf47d238a7672d3d94ea0ab73a03e108fbd94d365d2e1ba7bc3fa0293cec503602198d75a454bd83ddb89ff48611df95c141e8f478e2f923062c7bb83319921866c8f2f6161ff41682b5e857a2efadf05d6980fafc97122fdfacddf16ebab78e531ba8c2e711f97de9a98de776e575a13519be4ed3968d53af866fdad617ea1d31dc58e1fd70f5407c5c36acea3a5c31b31b4afae3279317de83d87e5178514f68d1a95c42840fe8a2958aafe7388c273e36cb0616914c04d46bc0e2c82414ab60c3443a9c9770fcc21e31f753252d0b3d31e978521edfa1f906d11024645cb98279d083f5ef3f0446bdd48c184a66661ad54d5a81147576b61bb10f4b80510234bdf63f34d5a589953b1b771cef60bf3cea9fb38abc350c717408e727c01a0ddf555e774191ca12175fadbf495c439e0b38868c555e48ea93d77fa19f6be062ec0aaf33046bd52734f3336c85d8368bef86abecca42d599850dbd439acbca8ac1a4917965abee5054bd5487baac610f509db6dbd1af059faede6bd80226010cc8ebae534c983f16df87b917cf21edb196464e6252ef008675113165bec5ac7068a7abc8a17bed003d170924ac7d02fa29471b873548edd54470b6f4b6f0f43f089f33e04c9c2397d635edb73908c7717268c7546203f41582c1a38cd2ef0100129ceca43543076113ab0dd65e0c659ed773f7d1c1673fcd96cd9f36fa09fa3bed667e1b44b8c1e85a40108c03cf0409c12e55053bbef385ea5c53f91687077901c5924e62427ab414bb9fde109aca3b996389f8b64e3bc6e53667dd0eb15240b681d043752b5a4baae561d66db5e2bbc5d83bb21b613d16ef2282eacacf001b7461df0466b988378286ff7b02687211af56123c533d210070e94c2932293c8fa32e68991e352d00066620d5b7fba3c6bda4b69d452a1009d0536fa12f072c26abb0120884e7702c9d4c6ded75b59c61598cd0ddd87232bb7828905aa7b0f867f4af865b7f167a45ae018dca22e0866aead40805f65cae9dce305a5d846dc9dae6f36b9af90b72d3a34e2974a8c28869d845051b862fac373b3372b1ac86c708ea436acbd90f815ce3f9e9f4eda3cbe78aa7702a6f34561228f8835e0943197866692bf80768cf6ad6ca7451dbcd766c6ac2f0379bb3d2b5fb48336d81ebe8b2c42b55286a5e8384e48b73935987b27edf5d2e4cf1f348a81eeb2ae5fec85b3f6a529064ec3bc63375028dc34e18a7a75142d170593ee174f7a911ce67209ba6c2a686b37445bffdf1f86be8a4c97c6e283782acbbdac4a0f04a9031a43ccf6f32eedc1debc6976dc036b50a42e25a5bcd05e907ff101bb46f954e159c64202324f43daa370475084a81123110ab68f7a674ad89', + 'b3f197b98441a1ef2bb353f6f7ea1c975d1ba5e6f509facfc533eaf2c24bb0b194ebd3869a844a9a2e97e4942a27e7afaa6ef71014cf3a56560cba726fb90bb931f02d374547b3476fff2561137ea432f9ffccf24d89dff2ea1d1f74d8347bc012696e748d72251c7754e002bcd79a48cf38ec33a71f2fca08d0e1a003a549eec0bc5ee47bede641cdffdb222d1b1217b6801f7c2b797307388cc79dfaf5be6ac253c53016a03edff966df676d3054ca353f2c75df7ff2d002ba9a14c50a205da0946b006773771e84f3b3798300a887d5dedcc5cd1af64eefc022ac6aceb7eee3e918fa744fd825f50d21017a7256761cc3f715fd30c5a88607270ef328cd4612b993c9471aa81dd41befa7576da5c19457450c75aaa8074ff771e167ffa88cb56ba513e8be302daa87e61224dbdf8dc5028d533f71e793d3f8c7cecf3d91e9556916815d21b87efdb8ceebe9a34a05362d9991636cca739973f37d32c9d085791aaebab02d873858166fd9acad2e4e6f3e2f6fe78299d02acebb95988bad87a9e63467e9c8e7824009908577e1d593f89f1895d59d9bd10c73e8bf0a6b70176d35722f0edc1e843ff9fb96512786fa5ab61caa34a4199fc9c842a28e51605f4e6f2ebb29507567dc4e76b5436788ab1ced02570d7e5b61e93790e72f25c684d3fc31b2410c3453a070ca8a538924cfc6ab94436715a940f2279c35f2cfeab1854543bd5ff8a36f11c8bfbc8b75a28ee05798164a504b646e002c35e137140ceab02b848afc0ae4b9bc1cf4f3134a0ff35bd77abf1788f4e429098e03468cbd8ca6b3aeca00b0d920b5abd9924c637b861e1915cc52aa19dd0cfbe960e299edf390a1e427ecde77cc1c3214700637f92208258f7ce9f7fae010c9ee01f485c4a5d4becdaaa8dce647577a4c952a0cb24e81c591d4c5b8c0759d3d44ed6596692cdcd2125a1cf24d19d04b2a0aa12bce92f1bfc3decc3492241b1d942c1b1505100ea55a403168d4c8ed6c56d651dc7476c0dccca1e7b59976f23285c7004abfd7d4fe4e62cd85a5de18a777012467cc8356e45525ff81fcf28b44c0c5fb7cc00b95a795cad992e5e3b8c235940113ff401c9f0573fae1e4214c1bec2ef3f42f33b866d8803ed7bf5d34863a96cf29353678d58592c21d79899e7eb20bd2fb35d8a704bf8ae29c59d6f6bb2b0f78f195ebd34d7c8a3d7de2b4ea36ba637fd7fa81c949f1f2af29dbd56529b307e3b348e996d093645549482a960cab3ee2d0a5b686fc17c08cc56ee3e9977887f8b776b827267227f1c8d2710cc52ea4e3305f0046e7d8fa60ba3a87eacf22969f4445def017c0dbf843a913b22cea9e6a3d4fe571d0ddaa154e6649d0975a3dc0a4e0e5576b25885402f498f20888335f419eef6f80ced792ca1ab104b8c883431d6d55c6e94b37ec4ddc863320af6caa8273a6a9bf528abf768048ecfa137010f815b4a45ad7f0a86c8967dc3d084f3349f791855411ca8499bd95f124e30c107dff8c598674b970a622c257273ae7e3dd51386c09b49fc97cfc207b00e26029f354644d35c89c2c45d0200ba6ee39a088aa23c7a4e31176686372f354b67344a43bc5e82f7ba0c48fba086082cc4f53902adbfcee452973a31a12bfe9074d4ad6dd36923b36cd20cd0902be827b30e53ef8e775af83eea8754a8849877ef721d2613fb323a12c2946e4968d70a4e43cda3dcf98af4469fe281b5df8f5c278b3e0f068b3ad63c4c544744d3512ee7442ac201ccfb531a05b03b41833fd7cd8e647b23afaa2249edd0de0ae1e3002e7ddfbca55818bf29da94d3e4164655420a451ce3cf0c98ec05aea5142b1948745f711630215f72e68ce4fe061f2f6f157d4446df7fdec47342223ef8f54052696773412abf5c28d07b451c3ff4578fc855e69b6f18ad1f7021f00e11f704a87e345adffd988b4b984419a0ea3c5b31cb22908d2b4fd41473037c9507a6e2c513349c45313369457e65f74ead5da6ffae71f69e8c8c004dec854c56326b4732d8f6bc036e2672c1236f5257f1eec733e2c27d321b339e266d15d3d43adace7c2fe93ebcfcd83428f7beaf6f40563888f872990a5ffd2a384543a791797bd4fb988a98b475cf29f79bd282f7213a77695020ee69b33f20ee258d3c1086a4e75b93595e9c5171d0b7605961820ce2005f9a4bc1e2bd800ed28e5105d3eb0c91f6b0e3f4d72876a4d2e5a1cf927c036fc63751c7f7f756606fe03d994e0f09516761a8ffe7633422f4bc4a219ae7152257a7e1653bc928b210abb16b017b31a2284626e46f8a30e77724b10c1de68da46e7c693e00db8d708f714aff70a80c00a3aecc26b206034ee4df84e39df2d382852557970986db2826b178cb2e2dfef9842c275b617f11e5c84d245c9d848d2936134b249853c84560ecb9528c6580f9244ec6d6f05de3289bfe1dbb9f142124fbf6a24b3fdaab54d8a38b3a3df7488c1e77094de12b0da3ca52ef95054a15f2312ffb9f82841ad2f8466cc6954bac2edd458d04b64ee7d3fdec088d726f020d803fc575f2d88d5c4a75ec9c34eb326deb3ac0bfd2620825813a06e9692b4bf363968e82f340793d3982793f9f5e51a5b2b722c3d7ecf5350ecd495d5bd77a3055d4b53b16747502602c9105370da072ee4b41b53948257ee1066e3dcd2c0340d16ae802deccf75838b4d2a19e81a561d8779c08791c1f6fc285d42f2f718da160d9857eaeb2768b3dbbac892842b6df1bcca03209d149840dbc299615406fde7e911c0328dd8937e9b18d2076d97b6712aaecc68df04a584d29ccf6f131205495321a34bf9695dab736f2fc0cae697677a2d03a58018858eb4f3ce6559c45a04f3d1e87e58622d040ac8c905c49e7a99534f9020a7d9a1262ad07d8b51a564e070287713d24c6d4f092a871e8349c6d15e1d5b217dcd5f16dc3ac428203c8ca5732e38528eae8455179e51522e6ee3d5439e4cf02a7e282571398b85f111381aa3ec1483b510dadedd2b0febee96396da9da4cd4d574651a92d5baebeaadd108a969f1ed6efad7b203d9a92fea48306338da4117a7357cbee6173aa03397c0372caeb9d9e2f5e39830b008674b0c307e99a515ffc74bd7d91606f1ecf5576c6fd5c1528f398866590cb912da386aa1857443aed55d3edc33c9aac81958763c784caca6579a3cc8bd40fbb0d2daebeb4170bdf6e09394f593a80ca76e837b9a1938779b792d98718c747ecb955816767a361ad36a8fd789c25a3377329feeed1c41281b3c1c24c98e4f4b496cdb74aaf76e622fb9798eff8988271eaed3589c4710c90dea8c68398b7a69149f8b8bf082bf9ef1167a42c1aedaf1862a484011634d6158c9a7ed274a9de012768fe6aee1d1d501c9ba7a36f9f79895ed252eb337a0f9e622953afc945fb92d39100a4ddd4d0f471a60bec6348824354193aaea8daf989e3c7ed7213168fb4b2f3581363edb54aa519496d925349e4d6cba3d1e2b25466861894dfce961ae56a127d2d0cc22ad15b5808bd796a40dc5b7c16eb7daa80b2cd7de23f784f2db35d70d85824fcb216d8f4924294d8079856ad1c61d62e0f0d2e7a6e179c9c289d0191022b68e7db99b271aea35126feb74cd11ccb98b77fc43d90910e9817ac00faf5832d352e17c87c5196464af19697c28aa08f11d123865f52e37b174c188dae00c3d41639f7219b16e1a1eea27fe84c2c3022edf5caa21833ede386a40ea19f655c967895ea33a324294cc8d41af75e48543d99afa5c60ca608de62b9fedb4375a60af8cc618d092bd5bd45e0e8635d61852581697560813bdcd237e859a93ec4489803380d8c41706f6a026378aade0a3b7151bd99e02a67c25572d9af79f5c3acd424734ebff0a46ed96ac63c3c54a4efb7671683e37cbc71eeafe870fbed165b25e91895a68b3a4c920ba3b3a665b43a5e5dfed3e8ecac33e45baf4e7d991ecc23ad6282ce6594910a51667f6765ca73dc92f10a4eeea9a10ce298889d9e5f8853fe1b96963455c4d8d898effde95a54b8a27787a41747419ee12ecfca415b182d579e319c6c006053fdb585e874e62589090cec86eb078e30d3ec84824693e4165654e45f7106fc225d46f1a58cf09eb4231b9945de6cff59476c3763f29c84a556ea3f5dd7dbe0ba63c783b385fc08d0ad4e2e8f65ea0d7e980858cdf9c76260f5c8a2f62511c692ada1eca1148afc54f3ff0cb215f14127624b795eb0b715cf9f7aafd6dd2b063197706cecad0001b7a3b8c46c633532da22c01964bbee0747d06ac66e74aa381dcdbdb4f4b40d817f1905e5fcd2084b0d45e0a99e7fdecf602533773b6ff1c4bd9ce43567ce062421d060d201e6fd02376847ba5a710bd6bf0a4f42ac33a444a7918e6e945f7c32366654291a1685e0fef64fbc3733e7a5baec28b95f642420524806e138ecf26433574a4b93f5257fca7c733fa33d14c4ca675a3bc37613f0443d080d93faeb128f0fcdca0de77e2700674ca52cf0f5ac83f84e4a56fdd63d03ccec74540dd8c5c01c5914e671d28f5743569d32f41cd56e1b9f85a84ffd5f07943e85e79a4e067ce976cccc38d501259d0b8863baecc7ff4da84e3600fbeec60f68e2cd24ad5cfc13a1521d80f83501d0e5e72dca080c9e0b03346e955454d5bb15fb83419921e4075335590eae93528b7049ff85d10be0e03aa8d0918939ad13a0309855740dbb5126e71d268a94be2935116782ea5e6e49b94c0a7a2cf5b2a5a2327af4d068f87d7707b85cfec1ab469eede455b67c8cb3f97e5ab392219cdd9671b98430dc11e8dde7e9368d929040382ff452c7dec2cb95b06fc26b45a247f76ec2a807cf9e2fc637fe37b99003b27b68262e910da6dcf892a84b1aca99614f9a24b4e7cc03beba5885d505327c29e326e83d9471bf84ac95a2a21338b8b5f9746e5f3359c91234ca0e92e3027ff309dcb90454b3633f1c29dd6c0708a6b29f9dfdfb8ce184c6d01d06f5f58865ca4a0a2707543b3888e1dfb70d48c2d9f3ac67521e570b9d48f6c1fd729f2cf40c4e2fa0db1581b5ee7817ce1a6aefc8d5aa71193c242099151349509d5268713560cdb4e41b2f41cc697290f7eff809e5144b91d976d8fec7d013aeeaa1e383c23c54d1b6c78c92cf10709e3a4a7403ae64478a7ab18d34bd97d176cf2ff6925f3b6595c7cd31ff5307824455fcdc5cae3505319476c5e172f4e336cf3f4a3358e8606f9b7ea80df4d93831ef89995b40e0f545bb391b7b9451c96d7f7226dd4bbde5ddb66e673520eff2d54b7343a622f2a825537ae6697e390499344b44f6a446664e8d0ee81b63d642ad1e4c63c3a1048e5f01bebf41bd351538a22d0d15fefc525093f2b3073a06c837bc77621a678128612a671e8acdc08bca2db9f7c1c85a4a827f9c40bf100bd3f3ca86d730d2e2f6ca42168cab1c55d8dc5b648d707cdaaf32847e2979924ff66fbced3b9d7fb489f8fd4f8239457f7cddafaf36b89918010f671ad5ed1d6db01a082cf7c6ba70528b9074779bc5a7f84c9f0cabe0b97cd0777bf4ce702dcf817120c894333fa0d0e0c02805791969cba7ae0f25af3a83ade9579e8ba95ff00b03bb42a9696bc09596f0cc9427bd2f778d41196c7aa8c6f9f36e6a860f00798d402c2dafdfcb4a012c96f4ac4e2d838c5c1cddc8b990b1352444fb5607dbc6a8c4f7dc001cdab7b4004712d642e6e06aa295aec3027edcefda6fc3642a3e61edf0a2e0529726942eb075b97abc75d092ef201ef3ebbf94aaa4435548fc94c5cd61c1dd0fe51b69c1bba75b21f166cea59050a0d3bbff82c60064237ce59b7cb786b924a07d35a31d90506a64a816551334abd6db19ab31f28d46a0687baef13cde0d59bcc601caa2cd0589bb4710ee5c5a9623827b4efc90996f7ea4254bcdddd632dead561c5af1d03b1b8e34f314f160b4095267577d20b342f0a888fe6d1b1dde45fab3c1de7b3865a25618194372e56a0ad354512e336965b8fe0d3349650344024d55becfbf6419b0bb67100431674caa8dc8c87a493a5c2a0d3886fd5c2528a5edb24fa92ee1dbb9268853c1ed54b06ada3b29fbc2947ae66e8165f35101d093846010f55a40004e10127126e73c59ce4131f22d400656508a7e5cc5f417f07d89c59f2ec1fd4bc2109be48dcf9c9d376b33bd89321e830af985d7efa5d5fca6668946cfe677f2c7906b2a70f6e3ef58b0b6f88a293b6578344e73caf6da49b0b2f19453385eb9c12826af7b0da0e484aa421fca85eb922ab32e9d0267738c2ee7b52453580fe531304500066462015dc05bbfa4e8bd7d950eacd000686028739d3a633a960a29ba515cb89dab95ca369b6a34b3c21fac399f5f995f79fea3211c07dd93a2ebebaf03c435cb33baa3c184043b719280929afdad757a3ccd80aa0c940fd8ef139f91b01203f9ad4f226112a01058da9ec53b921cd0daf14b4580e7655684db1fda04feccbfb378d1caa7dfc47ff42aa8b89e0534581c6806664834f25e22076f1f7b386aa', + '1600a349990df42aba9fa03f70deff0f75ae35c1a882b48caf75026ee097bd216284dc4b8f3c37f59d2e4a3e7e96355004090894494e3e224e70877ce211cb7bc6016b890e10ca11ca200c34e67e1dbe4f72f55857141bff5b6268b4a3900e75899fd96dde31b468899c6e89713dbe3f9e0f85759b7b54091e722e80eaba8ff8f585ac5dc648fde022caf9a5e77c21bc38083f53da2cf02adec96047813755ea50dc6fc390fdae63dcd334f110e24c1e6686ac5adfcff749e58e86702eb06835e3cba70602f7cdd801dfa7d3b418494b70b152f3710b724d79ea2965bacdd1bff67bde8ee5df6526d715dbb49ac5202d9eb0bb8457886820e305d08ded359772d1149bc3005c7b37a79e57fd8b92d7ab37ac6f775aefe1a96b0603508e91c234bbbd670d1d1719f2b8a2a3144f2678ac85ccf43242e8e5d058164a1667885beffe9ec9d402b7463f54484863ae2b0a1ace39d41fd71a7d7df45c2e473ec3688ae0e0498078e50b06c1b8cd50704696dc5b1a97a4e02eb0988501364bdce9f4edaaab6f7947496f2f481bba455c2123da7498c32b27cb8709542ceb8b09a30400a326c427378a7aa3319998a93b64b9fc61dbe21b729a08b8a906d36d8c99a2ab157acff310513448c459eee4d5b7602a690a7bdc8a433d8eccb7785a2f72d5d646ce18439945a6074984445ef2c0214cd54d17d6376d2e71046662bbb8d7a6697f4b28809b0fd7c90741237e5a2a034aedce3d7140c0e24a9a3b17f6f06f1b4c08198613df56cf7447b911aed49b0f0cf9b275156fe66102d65f21759fe33f67295fba622ac397f1511398562abb4c7a4124482a8a84b37f00fa089e8dda17a22a464dd747fe36296d7840dc2234c27d0d4a3c185a45e1ab603352db81fdade652f5c6d9fcaeb403e31090a985ab79fba44cdb47a7cef16d3e33899345f40819eb94adcf137b1a66fa0210251acb7add4f53ad1f39caeeace122342d9f6630253b4d8b23520f6f3cfb7748b8ab39cc0c56873909d7dfdd529227dc1358fb2ef08b46e73c820fbb6c2e96c1cbfea0776f010f076b4bb5c846996a08ac385c096422a749826b2606dedb8802c4dda684ed97139fae5bf5b6703e1440600631c9684a99395dd4fa597a4a74930d0ef3fa7062bd8a3bd047b0b8c94d0d978c2177e3494440358633bb28c383fd0c5930e1dfa8334f797152bd06813cf5b990d519bf68cfe5724a7a35d08dddc72b88054121b29d76cf08bfe542af0a822edbf5bae3ef62b17ce677ce5af1a979d161192320c82487a75b3530549bde3c5f35285f3726272bbc22d18eae37109c65ae158ec332f00b68345da7248de1aab2651612a35443db98c8307db4a739b75135a08bf237288a7959df519bcd3b54903568da0fc3e149799e3ea455884c52fcbf63219520f48a449262379fa213c2626bc6c063b927fec86ea00a772473f5ce13065895357d9530a98e5f1956917d8ed0d7ca877f3d81ebfe01b703c1d4292ffb3038d8beeb32a5640dd3f22fdf0c7e2c4402635d4c5a4c1607b4e2a89775873d89ca470366ea0b8d849b107622f79847b470e09a7c1251805a08fa21e5623ea2ba15ca4c1543cbea9ebd5d7285c746e8d01be480f4306403a3bb3573e677bcf26b214ae020c74b440143c06d2d03efd9400b5855dd3cec668ad67ae8c13c6af543f7ad08b0fef462553420ad4533fae0ab4825625ebe5172b660b0c69f39ae72eb9edd0ced6f2e0e4399677bf3dfd1c6badb31efa03ffaefd061c156a7f7f1330b1ec034fea2620e72797c1f5f90db5214cb6644cb4751a57fe294e002fd9cfe4a8040c70b1ff62b8cdc47e1b3cd804e6120aba8065cbd5b6ce911acd7d3159c50cb440f3e6f542d36cbb009141f28804be2e7657908a6db3f8120014f02c6d5c607b352bd19e2dc1a4c9fdeac0d3bb2781a04c14dd274eb9fafa92992111570543d77d9b0a50a00e06afca9a31f21aa90d0e905aa429054347d946ac7886c37a17477ec409b3360302aafb221dd43313c0a7e78b7e160dda7f2c90d16f032f056b49bd39484c4c5b096a0414dd0070e24d2ab649d364d50a0163159a8cfcf641a05cbd5d6e827f70bb5b89e4f7fd60bef2f580f83cac074c6f2b298a5b0ab5b9670ef3b2b4dc3bee78fdd11507219ee452a6dc292231f10c28d351035182e9d72fcef4ebd3d00e2ed2df8e178323680d0c9d2c5f2cbd3ed3bf0a30b7e91c0f155b2b353b43f462ac496f257ee46978935167060ca4a45d3da21e2cfaba2c920e798249538dcfd5f14d2b1bbdb36a2d11f192ddb4226dc89472adca4e2d4b1f3d1b9285b6f9a8d4987ea1f55668bc11f34d9f27d84e9ffd9291277d44bade02fbb1aa8ec84045fb0c3e5236cb8cc5b3c1c5ea890b51a188929e29da610b7be9f4cc58d919d9fd95c70cba449f881d7f180b0355a00428e62eea13561567ab40a2dc1bd92e3f5641537a58c354f339f0408d883248be8c92c2157274e487d2837061622377d8d69a2c07ac276e5691a3d5bdd78357e9431af690d5bb50b4883ef7ecda3c893ef4eccb2522e54e1abb06622c7fed702cf2eb26fcab8deca632efa3dec278c4fa47d5bb535b8196b81c945049efc503f1f28ffda962810ab578f20ec7e98ccd7335c17732c480bad74cda4aa6b59e95c0f875c53799394d6aa10293388ddd0532455c7913ec674cc0b2449bb36ffea8124b392827cdfb374e718dcb914dee0ec00ce35ba741a9af3cf37fce005d59bd8e814690ea6f5b2ad930e0227298344c94d312794d42cc648466c87c1e2c34386e212a8a000bddca8385c6324d0b4431496e566c769e43ff3fa2cb105d4b12cb69a1619df901f788e5d69c759105926f26052bafc382b4f1d73e04155e4879c8e998682746004cd868b9df66df15a368d35e0eadb4be73cee37ee0058182ddc3666ccac06785224b94960b7097b9fb80d9cf7c00ba9024f8dd0c0b6b77a8c34d7894e5f3edef3c54f1f1ad4d5b710f79a1eff02355a62d023c6bc2a19128aeb998b7662c49ccdf86f95331378ac963a5a4260790067f107d79f4c2627e6104ba3f3ab7f3fbaca054134133d9b6217c8789082ed15d7953bd2e5d7708901079a1e49547c573ed133ee83231ae5e27cea1a90ce261bb238b63b1fc5d1e66855213116db22b532c9cc9e0bc971ff33aee869cbaaebbb00c1be3bd67d11e625e42805e0a739019d9c1678526e0b905d940a8cc87f059dca189cfa9169f8323e9af7c1322089e288315aa5e27bb141691598ab0fb63d681825989fd8f04e72be61d58e91aed901fa70df4d435629ba5e1bd9f029b559c4f0d0f953337ada4daa200c9487b9f306fb41ef96fb693ba2448d16819de6215b5c01093d2b6f656c0cbfe2fa9ba99d98938cd0ab941bb1a224529786f3b05fd263a00e864738b777eb25a0e956e6a05fcb39cbb296d352610554a428b47ad9d40d955155103b9815503c8d883ed8c405aa3028d487fbe588ef7a858e67ae580763c81ad30de1d0ee42ebf300dde8d02f395a2f38f1fa33beeaac81e294b3a4136c21b127c69226abc91a1878bb7c8e877f9d28075b3804acffd2e149c3f185a131895d7bc3b764f4edb145195efec4b584e25a684e1d1ff935d5eeed7dd0c359b8e667f48db65070b799c20b50d43b6150120e8451114e4e959bedf649b825e20b2217bcabf9b3c82eb8d7751968bb32ec138c82ec7c5753250d298cb01175e53223b5fba5e654a45bf7cc7f3f200cd05fcf1c8ba7c603afef13e9d53943790933d389d804e7fdaa443ee8534c66f5e4b12c06c70b571a0bfb9674fc6cb6faf71818db7c4e637485f3767516c8a13f16ea14915d9f97640e4f7c1327d1d2bf56e9dcf20f0ec282db7085b9f33938b20d136e0676ebefa961f5af0e7ff10092cfac0617b8c96bef55c155fd10299516723422ad3978c5b0abf515ad2b53a6390a6b7e929f09c8839af0cd88951f1f33ec5317cecfcd824295559838537f2e7dae2d2cabed5540065305d4a4aba43ed1247a37b15f738f27c71f1ff621fefe2663fbf8aaca363b3f270654977a3f5ab7c1b0699e12f05227e85b9130bb5780fcd3dccad65d3321f7bffd34aa2978dbae6cfe95dc10ce3509a00fd82e49121ac7a4d88a78cfd45bf6c2f15c25e0d72a7ecd6aa3b480949f979945db38f4b8364e7ef720d847a14f04d9ebb350c9e5adef8bff7c6e8acbf89778048296e3d03b5a0a42743eee2366e9acf223720929cdc84fc2065258faa7d2e855b58f40e291b3efc06ef2ece1086ce20e94d5cb2bf2d3c0bd2aa70fa916108f3e5c6c3076a021d679f73b68639e572347ecbf357485d687f7d1b7da61ac1915ca5f76dd15cf6c6776f5638a328e7019a614796f8bec9a4b78e1c8dfa8d1b423fea6f26f46885b49be52b07cd542806a32f44ba2f891e7b54944234609edab61e41a2b0e9233b72559f46b63d4204ebef4747cf644da856d71e010380968c47683a168e0803648a250c5db6ab892a4bef27d5692f6313b1af89fd6dd32abc80be324f01098fad669aaab4ab608ff481136f51f9f96fdd264e767bf5c0b1c7ec70d8c0cc462e729216f90fe724ccf0360c8c62044ada613f5452211dd1c24b05308bf042567660873a85b40c40d699d53aed6a1aac294c3721ab7158aee2c2456dca7205a2edd3d075cf458d4d137de91f20feaf85d2ead866e0e1389089aa379922ba88b3fb58e8493438ecb23a08ec39c57425706de98d74a0f5302f2d7f5643132e3e22357c493552f2ad1880c7490b298f3ef460c4b0db5a21c1e354ce2bec1a61a846129a7dbaba2730d8ae359a13eb943e7a41e8fd1b8afb8045860322f4b6e959c8195fe059c84b2a8b08e059d47a27b68a97d2ccb5a1e6ddee37aac61d5729c500c0293b831bb30ca8273402dd63be299db91eaa2a3d784d15f041af96a9a77c889d82c9d7130329989fbd2f9f26cc2a3c5c291fe9bc24407536542a20fce6d2d807e925b64cb03404c8e82a8a31d61adec79e8894bc8f7a84705ec02cef6c7a7795e8d9b1275eae5549519e3f13609e0da1cb8e8bacfe3dbc34ce2c1aeface5dfddfe40584142eb127766051e59f00641615c9c6f0c052c950a2eb88b8c2c77893696140c19118cb4f9b1c9b86408e6028cae3c9f6848a9a756fcefff236fd1fc464caf5d1d5f05b546a1868dd01fdfc99a5ce99d301d475bb1b54cd663fb77b1738e8cbbdc7fe8bbc4d1b61f0cb9362ef0c51df8f217782a90e459a1cc33cb4144e836b8c4e898111abec2ec9849ab7b569364333cbbdebc7b069101aabd5f1430c637c4654db65daec5476701658267023436cc6e7ecd59d6a87d56ae0ca5a2ddb4fa7f4c03a60a0771be1eb6716d4aaa24103505c4d6ab4a2699114496319592410949c7aef9aeab6091944611becea4ef7afda1428d293c1d5ed1ecde8534f4d6eea4969413a4010e5c383ebb194b98f2f196af6c535c23094909256a03398c0315200777a682aed798aaeec1ef49ecdafe90bea6bbaca566e2477cbd4debbe32173cb8be14e31b58b13cf4eab36217040c6c2d86389329a2a4ed613cc7f402006f6b18dbd11dcd1e409edf8a07fcae0aa5899a8f6cb826692b8b618d03cb0dea782bb6657dcb4a74c1211d245fa2285b548974269a843216c0a1fc1283d9284cdc0effcf7d540a08bd642c4e1ccb0c8293ec48f0747fc3281eb1af61bab6e7c40575738e424082468ff88b6be20fc0fcde1297517d135039904ad9ff2aecd2dc8f0fb0268f2949cac32eb90221c8fc36adacddde06d76fb7cfde3a5f66d35ff2d33e143c9676d6e1f19743a56e8f04dc8d0b9b0ab444882f17dc1ee6c11315a36c713e150aa1a04895c2a9ca2ada713af6cf3d4c07e3200c12c51639fc146a6ad5599c645e423c5b2a3169f4d933d7fe75685336742bdddb4b49aecd6a6fe4b588479d8f03c111862953e29a1c139f8373576b4e8b86f8292baa47258e8e0b1fffdbd0198db6a6760daac23e46023e569b2cf3e8a09d35523e978db6eae74416c686d2887e8b919751b68765f9784b0437497bb975d6ebf2fe61d1160204361666c8f35038c8396690078085a8fe3c08e24d61255dbca297d5c9bfa7668d47ab4b12d0f55ef52450430e6c31d6fc87d1169952b0dac6ef9d6f1fb80f8abaff51fe04ea0c538ad900d54ba8eef60bb4f96ecdbee06f7e299024d448a2d145d386fa1fbcf9a901dde4e13fa501a8a459ee354b0438ae5af6fc9197eff5ec865ad6c9b3b841e1e29988d16b0f3e414edd2c24a1c12df9e5ce5f3fdb1c9d3f24fbbdd7716a7970b59249304e35e96273c53f87628434e49716147a0e6cfd4b8a4c98cdc94214e7e35eb28869c7977eab98a507fdbbe1f0f764d8eab25f9a942eb413f73bed88ba046551344e22cd186ecdd910e3e6b9a17f41090c5742f99b9ac8abfe49bb5969813cb1ee5bd5fea225db582ca5732078a73121597dd59ed45700cd4d633a0b68f24b30f1235fa0ce7957bed5c30fcad8f79bbe5c9675fee0dbd2f45f18f8234ad0276af7253e57dfd1b95986bd1afd54f9073c7021a29e13a1e5bdcdeb6415819347dc6ae1e09858b776d4ba04035c7f13fa285eaffa011f318f85f45b0c76afc422f1c6d9f4c6eb93269d0a38774cb9e0fb0e5', + 'a489cc5f00c1835ddaf2f0586710850752abe68d001f4e4e180b2f0043041805308adcf8dc3af1861046167f2b23382c218197e4c48025da42212e39effa3e73452f40d5299de360705842d4a258c30dfe6f3f92be7e646c9ce9583494489f70ec603f20725122930510bb7f5618ed51f05d28c27682d5ab2c4bf41ab95503a52c0522fe3cbe76c8d457cba9cfcc7da10033989a75f23e40fc304912e78932b90d063299114ca6a7e713b87a93da3ca434d9d842423868d2147ea045a54cf355974bb41978637cd7452ecb192cacf203963830e365ba1b0a7a1f41db7b061021d3bcf3a6fa6bbe01f68e4caf22a866652e36e7a567e21e9038f974fbf11f4fc4c84236661ecc35cc031d8363fb38627302bc47afcf173b0b56f681cd90ff79e77ec3c4846ceea9e173c1b75e41c3acd51db3962a25c03823dafdaf7adf0f5631fe28e6266c3ae2e74e6432c77bb10d3284011d3df247de81cef5482a67b5ad4b4f5ae475a716a7879ced3ac732694d3241902411bc13f5cd39c89204ae5a47dc79400698a4ebc16966441886ed55347e5a46f3cd0e8c45ae245dd6313e67ed8d85c194b7eb22f934b451142b34dc8abeda0dd19a6d1a95cd969c5bd99f4265067ac7d5fc052115908cfc75df8f661699c6cc08a06325afd2976d6b22575577ee6039128d7952dd27f82d85c9875ba1b8286bde06771559642fb84c37f007edee40fe9392cf1c1b9effcc8a12a324f3c307d19cf532525c2b6765473ef2bf8ead2100a03490e695a0a9c1cde16c27d4616ce889941a4480d1465ca460e3e721d40b26819a431a14d3fff4965f69cd0c3a5e97ef0cb9548cfbd586abc44de66f0a06587dee701f60df084d2db3227e62f7e5c6148497e84a531bc9a493b72440f81b7edd559f5d416dcdb5d9071fa3a040095d41253a6a8081200ed6f4aa095b455181eaf9593c7f255412e380e9a28cbcd345be172c40f72dec3e8a10adfd8a9ab147e9022524e1aea74e934807e5ef144a64d381f5d477fe883f080e4868939f41b925988c7d31b1ce4f318701d290f077a3c88b1b8cc89cfbfb981703b23ffb0bbfe5e115af35d5cfff056460d339f660eae45f28d2b1b04d58825367435657174270084822b6c3b4445708aa4fb0d10f227122a40dfbe286400de9fb83a05a6b280f33ad3e7b2285086e9b6aaebe278c31b5ff15a46ed9af9a820247dbe5ad115b0a8bcd6c4e9b4832934425572ba1dd01f91c0501d23ed04e29c5d4b1ecf711c1a9372f12f5d607aa0e2b65b4bfe60c7984a1fb8befb8ef434a5b296e7ee17144345f5b9a397ac9582779b12c429f2180a0b780aa8df016632debcf7b63133bcbf22dda6ae22f9724265692277b73220093861bc6738d4c951a9e4c3e6334773d2cc733ecb89f78f652e98f0d330b19e0a63554476a389ac1589c2a2145ec2b842a55ee86837074b6f45b3047320e0d0821ecb3963a9906cf300cf08bd3e56187340094a20a4a934c54d3fd3b4025075f4cd5c119ab579ba8ea1627e4d3c4202e92efaca716d6dea0ba7a7f5225f80ecf6e150539841b5e32cee456930e3471618b4cbefd6fbb5c9a6e783df4a82e2a40d1d7075e8f8c5956239b05024cdb5a08683c520cdda21523b7f4bf8a936f6398bb4150f1925393fd3366bd985561e60b72e9f13b28331221df168e7aac65c2c0757b67585617140d446b04bdf06f1a52ee7b22f417155a7e2c08312ebcb64ea047aed4fda381e5709fd265d9e7ad00c6271a6e9f73f1f520e7ef300c8a0a10207802204641390d0c8cc4655400c29f4d64ec5ca2046eecf157f6147ee00a0e29529ed29df7e694cb52698e970457ffd0ec1c7466923546d7c64264eb845d52a11bab72698e3083933be86708ba13293808d03e53e5ed0bbc7afea8bb3face4721c508912cfc1e14e8d697810ec9f246b003143d2c43f4487bc506955d99fca829db69e007f3eb6e391164a1860a2f8531c660a49f9d3f820d4602d231add0ebbe604399a69520a3a8f156486dfc5aed7a4971b214a502f6f0a577f8cca0fb8033e63e24a54a3e63bcf8e4ec331b04ddedfeeffc3805ff15ba65de4f8b0dcce44effb227807d951ce98aa91381e0add5216903d9563a747ceef99e6cf95ed5a653ff3808a4b9d54db3490b44c6e7b671a91a85d01bad138b02e340c7a41e9634e777485e9e897f64ae96a3f66e8adf11e985ce86e4f84cde7ac56de5f7c79f2e7dea5b7fda66e3f03005dbbf05645864673d46544e8690d5cae25e5e70e450e18beafa12e4dca37eec093af517eee2b7a69395cea4e2700f77fcca87abef4bfc95db9c8e5a455e7f47334a3f1284eeaa2c3b355ca4967aea16671b081552f0de205ecb68874b456fb5f671f381e0dcaa6ca69d94ba0d12040aa3d83629c9d014bfc70f28185928cecce55ac8e27d4d46ec3846fd51d0c5dbd9457ab8758e7a2ec8a6c04369f9592b00626d15b0a4b0ee2f92ba0d086c16d016ce7b05654b4f9adf90875118a656f2d50011707901982ebb387f3a4a49759f37a17183957ad0c778f6ecb780dab2b4df30e05fa81e6386f38c0f0ba3f37287a050d6d97287ae53096c391d5f20fcff73977239ca55c3657d1fd1f781f48e28057f136d890c28cc254324c8fff3862136861f956c321868cc66609470b7390ecb6ecfc63572d071312e0860efdcfec88c9f6108ea5dd30f55f253590cc6038a66b2646a24565600d17f8c6bab37b7640a45eefad11393a79e45f2bb92ab6e595bdc69cfc210f9f97ada095fbebe5062241c11e1cd0dcae029c3f742ced1e9ca3f6f486d9b5d6ca981a007a396bb5a716e7462642aa709377d0ea974fdd3f67b75dda8da1c75febfaa742fddcfc925e04df158e86669af2bfc88b1c8cc2c24db9399d38bd205509a49c8ba64c662435d47257de52ce04d2c4cc488c4a634e5792d3681093885e2d7e4106fef17114336ee5349f0da8563b6d24496ef0898c8b2873619c8cc7225e70ddd88c34e50a60bb83d3581ebd3736a217b74ae8fc23f36460b06410a44ba462ba2cd87b89adc5a1935d91efd550c94beebaa99984bc972ee47ef088e87e073c1e286b2f26a669095cf9d2e7b849ff51f279116be9ff7d6f45f3c95a5b6590e652f4ccb9849c55dc27d0a46e2dc9dd9a681d0dc6f293af0dcc3676f0c5a846489eb9837f6b388f003c0a8eecfd786d0f9bcd2212692135f2c1707fb1eeef324b499f19eba322215fe3ce19c9f000b698d2b2dab7145015046cc86d049ee15ad59dcd1564f30112e06444cb6ece06c01e54f4bc1dbbc9592d1467c6539c26c8cfe06cff51257e6b6a06952f415f3594876aba50ad2834095403741505b16784225ba3601cff4033e713e9caab6b3239bd5c2c1fcd22382b617f18df82a54c94b4569bbf2c4af0723ed1672615b9a8b7a67274b0e6707dc93bd17bae31407c026f197ba4e9cd3531578938cae5123d172cf4b78b61dbaceacc41c4097c49a0d63aeb6c97bb52b8771a82833e853e996036292039a42b6d97fb161c79ca8a5f16fc1696210a9f204c6f06710b5b05659aab5ad441192867d7b09aaa8584c962cc9fe020c93e7e16b83e5b2ab8d12f49cd75cffe2b279943b2d31397b510cf50ff0a923318bfb442c46fcad5cd4d83ec027bd0c4803548a8304dca0a91d764d2b82573f695f60c4b77ea9b9bd239caf741a5a54ec7adfb3f5a04072ca2414f90fed8cd92c8494ddada9716a350fccc1190db95c588f67bb037e112246fb75a31d90be62e39213e96f35e8316cffe51e3f905e9514c7890a2cfcc321b809f4b5e51a608f371e7a928cc28291bd5a72115830bea19999b01bd2baeb0395e62ebbe6f917909f70154376ddb51dbec5f034e36d5dd46fac798aa526dd4a5906902fa3ab5819753d9076cdc61437d9b8ec1361b4c0dfff4641b114cf3e6889e1b58b9bbf86ac50ed58c6f23a0472a6b9c21763956c16d11da539922262e0911dfb4a4f8437abdaf5faae74a82a50ae2f1ecb699dc40b8d89108ebdbf0f451701fe062fb7ffba4bede287c57eea4448af5e99d41c7d307d1f202af7f387f874342a29ccc9233a5c3bacfd754cb8d01eb11e2d43bfdc2828563088c17e618d413b0c3fa71666be5475a67a04803a8688bab9d038f6855537b4de42aaae1076066d00b23f4e1ea8fd228b87e3c7d3da2f42de4d143efd49f3b195c3240139452c70c41c05cedfac9ea8b891a372194d6aefd7de6617986914e2d394ce16307d3bbcb2f78b271e1bb19eba31c41d7f52d3f8530ebf0f0b44e3bf3421f96b9a70acc769bf4fd54e88fe6b1cf2b6287a7cf312bc788f93ba6018ad1415466fdbd2081734edc4580576ad943d3efa319f3e30c5908648342a4d0c431fc925a17913c622b10d793dc76767b0a77120b7521915676bd2896edf6e3707a3d8279f06b87f806a88dee508cdb536e8539a384790399eaac7b3a24e3631614cacccb6e9329ca6de0a75ec4e3c1ead8c30e722c425e5c1c9e0678cfb4783f676b17587a504961c67ecdeb20c14fc6aefb398056c6cd28765a7157d6b24972dbea0b29fdec0f437a4ba69e4c6fad7159f362d5eb4b76845faa63e02122ff37d80e5145ddada4faf20fdb7e313504734274307ad11a81f83f54841a984fc116c69e91b404dc300e95921393b55a7c52d0454b76f27b170c7f217d0d2480b8980d63727f58c0da05ca9bf7e6c1283c986a305cd134b5604985d9f6c1abfc0c4415259dadc3a3cb69fbf42f7e3ee56dcc7afb0b9381128336ba44963f160ce4a246abba462ccb2bc18f63626412da3677676fffc5c0d8a85c8629068e4ef8683b09bf70537a812196eeb1389e274fc0209954e16fd950f9415252eeb63a08c296c42767da970dd56f80a65b36638c324f78725897b3c29b6f8485f4c0c184173ce1ac48e66ab770d4ac097033b0d8b58d6c900d473876b96e868bc3b3cdb392b3c616bb7cdbc71a4ddda4229ef57d7160dd78a7864fb379c4be2c019745de5885dd2d67a6d284fa63783d167e1ac18d5333f0cf5de0c303fb962f5774104d94398cb9f56b3738399de69df7db06ed32ebd6c12dd2d4ec809b745e6c5318486c583d810cd4f229fe848f8c6bbea34887b22eb368f01177182ac27fe93b44170869574e55e7ec9f729edbd11a2ed81cb52fa48d29bc80acf232e75b75357c0191f442e878ae0be4bd763336ae338dafe3ea9e19174009d2373a4bbab948a84f2f8265171c31383f0691fd81ccd5aa4b3a6c851ddb8395320ecb56645c7cb14a099a2aa3e9775cf77579a27b1e1d1836e23cc2621c8d0a15a06c702007d97d3748c4f85389885d5534b58bec4c12bdb802e2bbb0836752c115a501b76268f561138838f0a16c25a168cd1f9cfebc821bc2e7daceb818537f94fe71f21430010f936f5042dc2b9a233c49c552db244fa54bd2868662a8f79645002897c6398a88f000a911dfcea622d6b2e7d88b510da0c52b269e2920245051328f6e1f8c761551c4ab25555d30e85e90ecf4b74ba252587b24dfb787c4f3e01c0c41c830affede41be46e4de1fbbfd693c6f071bf8042a48e711b1e5bec8194708d6682d1b8bc1014b3b345b5de4dac73f1022c8f6fd661dd7fcc242fa17253aecf6a88ca4041f8cb8cdeedbd1aa1f315da1b15a8387327f5c6790a760282c7d1e69305431b023686fc4ba676357f130fee85bda89e8b6f8de1cc31bd842559908f7a78da9d8f21fd6e83f06fb327a4b8aafc94fef691c0fc5e104a74aaec8151068b640f6c4b739570026c08182e20a69bca2c19d52894d797ffb529eb5ae79a0830474ffbc983c59d6169ddd9051f503d78f397aeb273862be4f24bc9d2f4e1f113a31ac08bdb24430b8a6f8a4ee95c0ca38bd707b1e5ae965a8258cae721bf5daff7fe5ef4f227fd7b4e2b805e171095c4458664c963b743eb05ef732a06889a6fc6792ba76157493b15a06fd531144545c0f45a4b6616d0f0cd6e36fe0be453dd8f09bb259128a2b5714cbd26cfedb7b27ecf3cca6563aa167953aae5ba390673c23e81c21a12969501aedcd53bf34994ef6590c8fa245bc67a4e23738a2d2ebd0066243f54ab9134174563631dcb97678355fab99cbf427b40ac552a04074923ba4ef6efe96a2f2d528ec552dded0d94eb2eef3eb5bb1acf7cfc947bb07dc24260278e4640c4dceb2409971704ce38b7774ec2aaedae311d8fcd85db07e7369382ae6ee4e35206f80c343d421ae59559c83439909cef11ffe98d9dea82da1281a231fd4e497849ce8bad4c4698d9afd65e8d98825c1459e12abb310ca9dcf2b73f50dde50bce21f912c338a706f0e4b79aa983f293a4656bb3e503c3f556338eca99754b72ca0be2521486e5ddf1d0981d166053ec25c0fa25797a92eddc7182d45a47d446d284249a2fbb758622ffd24662d248ce0ef906f0170a1c0be6193ddd41ea21c09e072a7b534af8b82acf00b70d4e23a1c67a2c941c36a1d7f9b70a45bec0b6a883218e765db9c1cc6fcabdef7438871fe2d0d5821784d6ca8dc792ce4f600547085fab1b7d8c733b687f34404625d580fa799c5a87892d6c28b741a7624c9024b40e2abb51378f9dbb593e59d19ab18d63e0db8dea9818254122a191a5ead9da0cd96806675f795bcef516acd50b8d8db5a33d8ccf46298e6d863cfd78cf54df893ded6d2e48b30e29bf77b99efcec1a764d1ce79417c420045e6e4b596ea39dafa845602497df2d3234bbf0bde33fbc1c2b041ee7918a62bc17d01bc64d18ace6a4ea7fd8d150219ed16df', + 'e0221d19cf617ed827d8d8cb8d2c8ed81b9b3354a832f1d14a402b371a0a611737c0543b0eb06b82d8ba56eb6304f1ef16ef6b143049a7bf50c4e2493aa69756d8c39f627fa89d9d741a99f9afbfeb81de1a5becadbd867245b984de125ac7e5ca1146b6abb2dbd204dfea1ef6c444367c064b05a9f556933109571d2b8cbb6b1594915e1934efc98ef39181c27dc4b8f7998286ab5bdfc91d9ba42f0ca63991c232c88351989f291d3dd64c9a5132ac57bd4a983c56e8bd1057b23c3d0e0affd8d5324cdc44b49ab6a501a407a858bda559e963e34e3b161225cb6b472ef65c5f6418e241a2f6c6631359b390ebfc91e854a80e28ab9e7d2bed35e4b16cc45060c7c26c08182c522b6f27a1bd80e7d02898cfc293d6da9a649739d003323e85e1e67813ba1020e917a1b39616d0e1236d0ca6a6ad35b714c40b1f57c6e72aa0eda982ffdef198312d9245b92443b232c09875e3fd31fc9453322fa081f2514c89f82757fc235dd2772825326e4221a4282483a00b3373c11af2b1d4bcbd7b2fbfbbb1449c0e3775fd4c9b2a7c33f721ae98190660a1e2442034ec1a00af6ff196da66ed471aedc2c6e7eec9d77ffc5359dc7f3d83e412c46ee1299bd330f73b173d8f7b84af4960dadf6736068ff8df31d9fd6cfc65cbea0adfb07ec0a8d9b548cc7315dc3511f8411e4e9a91cab3703e75dbbb548bd45efe18c9ec4c7fde0633705ce4d6140e31038aeb1c0197f4ac8999605312bdf7c75272bc0d011eced6e00f900ffab408b4290d85e5dd60853b192ed55cbe65facd0cd7d00866eb71cf559258bfd07dc728bb8e651cad8c2cc6f61a82fde1eaa619362e4e06034f8f979ce2fc1ce1d81236bff4d4eafa83b2f52947af5f02b4c353d75f7e2e61b3efd6bde5c44db42bb2863f2918774aacdf6fb99ba4aaa92b1923f851a8a9077d5a35be85f87bd1df70bf421479ea28717addae00a8055eb76f2fa0ee149e7d17985ba9a9dfcdc15d1289d19d416b19394de6115d0598aac08f22d71d0a364ce771f28539c26c0b0c608ef3acb624a76d1e33e999018c14ae3fa2a5c6d199fb57ad9f5b1ce97f37532473b029223a5973b66b3e9ee50925e9485713d1b2ee12cd130c323c9c2fce9c24e310fccbd8b7b4dd371853f93663d972eb2827f55d1ab36ce1128023a4574e29841c0efa244a985a3f80a0843c58e68403edaee2109a7080c504d0c5055ad0fbfedb45f6469988f72a7d6dd0438c79484a684fc02c1a6c17610e14cc7a5f8c62fa568a09672dea7aa118a2237286f88465a3f3d9dc220ff95d3b347e2defe9262093c679af8c27ac4b5828c6f1cecd01ffa68073463bc1ed6090192443914f0e179cdf8f4540a855d145e501e9ec5e87be77e0d792eceabd1217a905e7ce26e48879bf9352d1d43ddae7c21b826815de4a20f94de9bef22f1dd7cd6b3f2dd76e1a304ccdfdc5122b0f47a75ee3cb59cd4ca9b51c7338410c26d86e9c7336c87576cb70846fa6cce9176c7d10359d911d6c18fa8e57e23f1bd82372e1ac7162c043511102cffb693d9c5e2a7a9f6427965177b2e9be445526d8bfc38212670d192acb198d464d51f0432698e44aaa8200a4cdc476cfe7e9f3d1b447c7cc9f3246d3406f6efc23ebcab6cbad955df60a230c23187db352654c690be8f803a13710e5b8fbed1805a1929d5553d701d127c732809646910d2ff748cb8c5cdef6863f093ca551c37bda129fcd71f05ec241b3bdec261892a1b1bc17fc1d3c8625859be6d255e4240eff10653aef299b51c0b05670b03dde9551657ea682e022b69eeb2585f3ec6445765597a4b4cae1060c86a5121cfb9c7179b824d2a390db3238f96d5a67b2aaa9a8a9dc13aa1b576a8dfd51dc529bf4be907fb2886894d920ba8b675b997e1fc1fdd3dc90b8642604acdc03d63a640f02fe80cfceb93343088e6aba8f7298ea15de9d4022c6ec755ccfed6207bda015c82a8424ae7eb741721b5e0ffed847352db1cdb0d2bdfc6dfb60f61777c1952e957e52592f9f66fde7c92f0eb1b4d42592df2cd3a783dc3668c5c0c92e2f8d80f361b4155904899cee00a45eafef87e4cbd18252a901d4f72b68132135f0ce36693b700035966749102886a8006fa89a60ee97d4e01f2cd8cdafb7c793eaa07680754fc3ca3b4a2ad4a99d93ad1e7f6ed99d320255c62b02d504736250074d68be75190621dc7867c2ecb1c8bde35489bf481d840fdc1a9dcbce109a752e1c36aea4967040623a2962578aee38a56e139a561e01164a41d03874571908475405d56a8daa31b3d8983d53efae274e1633f02ffe2273f9e8c4a3600d8414393e00bd30c85cfcb99adbda49aab091c594114b3b848e2dd057a194f9fd869eee224ced5c0d2da75ac81bc19f819b7ef230d632e17aed4cb6d58e93a7eec5b04d4814ed5825c53c80a97f7bbf3d18f6bd32aa2e8ca6e9d995acb329d2a7e9513ef77e468ad8cdc21286308f0fa6ce020ee1b4c6a1d228da542239dde2f19b8aa978b27f5ceded42f8a75585f98366a9cd861d8289c4525adb8048383f9483627614d920352eccc31a5417e6e39e87f4e2690ceaac45105e120e07c1525848e18e101bb17c61134d60d59e3937bddae935d2aa87721c0af0e1139f008105920fd7b79fbb9b4f69e8b27111065ca90693af091fe04413e71730d9387d35620bf53a508ec6f9c0779df87298d6ba2ab4f73655927d88f04fdce7a6f8c1d738599a9f220f58fe7ce5731a1e5d2fb9078c1fb3002be7a87cec45eec30a53cd4f2406ef764bfb124a5a7300be859cc10a35120f5014a50a7f635d2d7894bb816f154210946a369df37ea492993ba23af958d8308e723f18c15f298c0cbf825960d355ecc493910740fa0eb9f9a5cb8c9d9c7a0001703e380986b3f4c9b22fbfe907476a4eee95b8f676b95b24eb9e1fbeaaff66f33329d42080024bf5964a1ad459217179a4c919e099ae616336a35c24296f49aae68853cff61e7bd9925bd2e770eaeb8fddb690c50cf4b4feae63a996c2d2936fafe41ddc90106abdcfeb4febf5aabfd6c0e2866c77933a3d7a656fdd1d312b8ab6c39a0ff5df02e87481f8a78f69d59776d7649e8094dd68c33117c1e193f94324b03232ce9329a4aaa637e5e7301519261d9023d2fe84c6b050070ab701e5e221304d0bc235c93799e1736ba50667a6f93a74c313d917a06a49a9804682d7aed4cd53647acbc9ea68ba150270f4b38417b87646ec2d7d3e18a464eb371eb7f0660eac039d60110540b98372f001e1fca71f00730403a0e8e3ea9f1231dd6df1ff7bc0b0d4f989d048672683ce35d956d2f57913046267e6f3a2c4beddc8e1f6c59df735c7a01993a94b66fdb29883dabfc449ee9353ba7f6f543ab7e2e6fc4ae3fbba591d5ca9958aeeaca74333c7d09713d7cc5add81fd7f8969c5ea40a4347f1e6fe37f36211f14d65e4a2a0d8e7f816b8d750008a4a64dc7b9b09adcc2fbc28c809c943469796e8de6ae0f2ebe30a653d2b02edc0cc3fe99923f9cc43fe8d3cf534c056169ebc29baa9b989f412b2d530e478c629f9bbd845c3c98000143da6f52bb79c20abd358614d97067fdb83ff3aa00c1a14678b0127f6d3596f25401f2e3b099613236f1d88a2f3d8edc1f04bc0ca476a1eaa0ffca639a1c90f9626ee270f40d45ca9f1e187667a81dc5a7a3359dfb526b715cd334708df5f5fdb749c660507c76bb40e3cf3f47581b9f9945e7c5ccfe06c5f454d90f0d67cee899bb271b898efdeb6169844d98f690543d1158ede1217accb0a940a6e11a22a151ec8c096aece1444ad8bf08212985cbdb30127b0064d070d8fbf29fd2b7f91026037d92ba3e2aad435709d8ac9a00ecbbc99dd9f26f0f97b3717560a8e65c1d6228821e402be00d930ee825fff00c9f25057f6d7ee93f2b8a3453532b4e51b04b852415c55c0c4e8326e657e4d4aecc600c42a16e7b6913a56b13de2298e3b12b3feadf1179b6575bc78bd620eef05bb5056ddc89cc94374c3f3e6b576b170848815de4ec29e41063185e0a7ee5d9346c1889859685c87fc7d85b619070f79deb71038c1e14a061e242e75cc5627140cd6f1d065e4d0dd35d5df228964f8a585b3767406ee3f132226cae32bc0cc1651f2fb1c6a9cd6c1b58f68c2831afd822e2fc0e66a63ee06b69bf3cf52d8cd08cac83ce2d3eacec3ffecdb0c82838eae1c6e882688ccc73f40063180ede89a79eba91fba3e79396279807e6734593c77f50224aace936b4b52f7fcae397ac4c819281c0906a2a70bc6dcfb68e4e6877e2c8d3ee9c8423ab973d3cdbde229dc91f7c7ca55c901885e4c74ba9820c5e03f47622f69e273c5f8074c1d2664603265ebfaa336f2106da88eca346b7471e729ba138eb1c9829d8591a3737e2ca866928a532f132e59b799125001595c750ccc1933c557da0911e0b78c593bc77cf9c64743c670ba48069e5ba8a9f85539b1a4d9257ba29071d3a7dd6946c5b1586c6fa75f21e63255cb26ef3686bedb5a76327e7b1a488957433967ccb4d276c53f0d1f07a9da331d85d1218c30236b31daf37da719a02123e1140b193bb8843dc21d32dfc6c31909c70bb70c2eac916a50665b2c025ff4525dc62be1440e663cc61e773a114770a4ff650448ead0ca5e67199b9c5cce7f7cf9de3eb7563a995c9b8f50c901cdb6699f4b9dc4ed2692a89f7bb35a91722f0e45cad80dfad399f7b2fe63ef20cc76e2474de802be2476b35a1b36f938e18f80d1fa7c579a4ff498ccda052ef6da2e8957da7784d640e32937669afacba31d7f2f0b9026cd2615da19b0c90aec6d49d9718fc0bdbe025454b7ec53d1b22d6543ad6cb7edfbfc8a1659f123f589fc555d04cc583fddff66c04c1b060094e6d398ddac582fbf19ddf7de39ba81480ddd8e821ea26dde8e871664810619ec7604c95028f56e7f246dd946f8d140bf284ed889f533da083631b1b1acf8801141556f7581242cc4a2d645049d2c9657c225e58cfe80f7138cf31c83fd31d5bbdf61e5ee4348ed27fb83b597b501049a71ff1ffb892e67690957c18c00668d34b696e70adde81201b512c580df130dffae36f26623708d7121bc4b0a44eb19245d80cd5bbf964dfa65ffdf5059b7350fdd69f74d6c0bebd47cad03bf3953fc033aac136166b7f36a64a77d76d381fc438604b921b165050b50a6a5fb5c25b849d47553bc71e1a4ea57962a74caf7d6234ea3927391f06b7e64458c4f3bd4d060c17908bd5f87d4f2a56860cabe8d55378da32dc39c5281b62de6313b56e5d6f08823acf48e3f060be48aaaf91cb6fbf8c9afe5922effda3af4253f401bdd3e717f01aae28c6baa9e8b79837064092cdf9906545fc85ce7857d6f00ee192f695c3c9f9d17e882453300b164d132f87a546262f48d06ee3c1e204020a5cd50fa293759fdf511376861eaded99be809770fbc3230ba59484a7d633508f7a6e66350f5cd481aa4ef8693b03e5c2111b0756a1ce0b3683def952bdcaa34644454377c0e6605f9021f1250e76c57114e8227ebfb1ad71723489e91e33c3d7c142ee902d7c0a200b74abe11f6f574dced02f11ddd3d1627b7e7e9482d578e9fa4eaea7df849b6d232f6cc6f75461ff47b97536839c41b4a5a41e7d70188a24f54fcde45c68dcede13b7dfc1d8eac2e878d3d163a74c40df98fb2c97064c032bc2f91702e8e92494c7e26aa198600839732cfd889c321167d2581a30a21e3b857d44373dc6088286de1aef974a324a67e9273a6f9f121763b4fd531c7b7bb61cc282a14ef4485334a4c5f10b54ce23e449371a511668cd53bf6f49b2e8f10d22511907ceea45012eda87f1864eb00f3f21f10ff598b2add8400270ac80faab66a79bbd361e7b26c5edb57380ae7476f8e1d9adc59c6c2341d57b6a61ba051b3a147f440d17573e9a3cf2f992ea87f57237455639a801e8211e1e996b1abcc71d46383ebc5b65b32c66a4f6258967056b60e8abda3220470658808031296e4990ab4b0fdc51231efcf96febc1019e11251d28011fc123da523325a14c4ca61d34c24c39e59f1bfc7c43a85cfdf999c33fba881882eba91ca53c928f251b00bc6a19a03f50abbcb63af3e2cc24c7e6762bd78d34ac081c787fb34bac441afa91b11ffba2b5fd81e6b97893bbde0300b479e2abf7e3acea983255b58b31a2e057aa4392e67e1b080868505faea21175089a6a78d4d250bfd67d8264ae76697e5896331a7d216abb95c8099b16f999bfdd0ddd585de079f8cda1d7dd787ac5112f355cf6f9488329096902da774d025dcc64c9def5a6bf21e85fb4849bb75c4545e82fccdd4bfabcedcbdaa25224d1bb311fae712e8d66c7b107a6fe6ad48587273f39e08ba42803bd510f673a098e74b59ef9c37b1d2756a22a2daf782ad7536d9af9e697099179f2a90fad91739ef6c4734a2a6dce675b4637c72c3652c836638bee5381b4cdac283469e9fafb89ddd82d0e3a7929bd4217d0f1d947c4eeacb3a295abde6e32f6c8638cb0c8f9e5868b3cb4682fb77fa791563c4b0ef9a122d85f7e43ff7e78064de706769e07387d3822eb27e3e044f84d6815060e7996454c1306d0876e0347331f65bfec9bd94e7960011e484ca3c0a6570a7ec8cd1460797dddc5e8c54b36128d090137306e66c98494afcf45027d26d38b39c05cc2110ae05198a61cd65f66a08edf006d5e52a2f11450eb71e79a594e25ab87b125e35b0b00bd31cd2b2f9a0a659dda9b3f9e90461ea62f4bc9b4b827586871529633f42e69c83e5ec023471b0be2184278a70bf402140d4b3f38ce0f91e52fc9b9af50eb0b3e1e6a1bd6d86300305c0b9008807b7d2ef7f89eb3056770a6157f06921bc153834447c4b6d862d10d185f1c3f984cde5b81cc9eafe8bf532fc4fae3a89f41e14c52a0214fc1ab0cdcd', + 'd2799441abcc3ba3bd2aa715899eff2f18a12c453c483e3a18bb0c99e2e91be1e87ac221d1058bc52684dbb01105d68b64a27d5cdcb2195aa841dd0025bec760ecf4c7ba0e3c234d9ef01a6d7022c8d6218e494057ce21334acddb1d847ef1a2e5ceec33e9d7cce22e56aa74305f9cb8574fd91835031e6e084750198791624fdbf079b4eb3f4e2cdc9ed4eed8231cdb0fcc750dfcb8d7b2ea97821bb660e210d642b6679adc71d5b2b0e003f1d50ee451ed6547365715a8f7a6ba4c9a51398ddfabea728116fd82b87416da02df3b7e239af0ed6a47a0f8375a3fd3bacd2e6dfd165ffd2556b9ddf5d3be9c93a86b4f8fbb5f2721f04049b29c5bd99e3d8a5839685b3110026e8e71b31f702d9865ff9c38fa1fe2babd4371555486cf0715f89a8a2735c984e43d34fe827f5717f33752f909fa350dde8f7b6b7301d49597f228640b32d842e391479a2ff1998ddb9fbae7d4e3a2516cd5d8c80073354dd8f1ebde4e50c6a63332b1716eed7b62e6dedbe8a300b2ee30bc915243037b999f9bece13ab619169bc97a69879b86fedc9dbee5bd79ec4cefedadf383da2de0b6983253158d5cfce5feab6cc12441ca858369c76b77d9d3741034920a1fd389e391c51e28fc14bfd7784a6166b0342ca939e674f522ffec86cc2f161efbf6feef2eae28bb2ccbc73ae0622fbc66e88d0f663dd6a3a1e8fdecc9a56908961da6a216f45b1645087cd5ddf8c00c6fe45680b374d4bc1d1c706fb09e721017d0e9c3f29f9d806e5446721816fb9df3b0edc4c795558abd21abd72922197da7972f1c69b8d843cf368dd738c3c8b919d5bca34ca74353aa8118ecdb3a46996dfbe0732445f3a59136b9cde6080fa609da29e5e7b385600bc41d756fede1aa92836491ca51d6efdcdc321ccaecb8adec479e5142c003f90970243c8c44d2f93db8243e04e16968d7b1608c8b77ac16eaa582b005d6a566cc0f9407db4501ce972086417aff945aab3cace5d2b1d1292a7b3dcad8fd53ee7b28d59f04fa5771c845f364d3b23f0b7f057cee46a3102ed5513767613ef5da3e444fccae6bba29f7afd46db80352c47c9539709054526c12b0d74f4ba073723fea6a55819f133f4ce48f25d0f8b5cdca734c3457cc7d2c0a1e87493c2cb5fea3a28e04279e4bfbf06e8e54c49c506e90271bff44147ab6e425af1fdce9a3c695f5239f457048a50bd537c23bf40beff73a109cff333252c94db597d5df26123b6991ef861ef485c49ff436de0acf97263392d12f318c48e11d027acc162429bd8840bc8fae36e344562c7a55e582b0459a08687c176fdf531dfe8f6c97865444da98ce0b2bf506b3814654478d0e807ef8dc2790ecc56048d511a05a6935dbf8e602eca09a1b3738a9ac8d5c0b5950f7d475d710b87513e7cea473419418060034e4e0f6058fbefb55c5ed3d664d67d8b63b40a7836740598f1dd2c721161c844ca770b67339e3250df93b92a6d10f4a269629fb56832fc5a0e68394171967aeb7b46588ed01eede5ab04102d4cc8e75adee5bb438b128548a654e517e082da4fc7286137acf264dc252c536f6282d80d2ab9f7b32d9722ed404fda65ecab78ea3489d00228bd49bcf4790d617cc34931e35bbf84be3567a062a563ac0494d9534a070f6ed1d40ef09f86a893ca0ebd818f577d28bb71c61a93e23b6ab6c37e138e1c99ee46db272f7cb1af76f8c997448519db1fa3d0c0a44aa2ac1281bbc9937726ea00e64724c21296ac9b778889236b2f33fa15e6d9d5fd534043e3e25e5b7bd27a374e8c7a40f7b20a71d4cfe586b8143218700894482270827f5bebaee4229be4f1ce2fba24a270538a7f044ee6e245302b40ca625360870d15581c3dc5f1ef94e103b54705997e1255f4ca27dc705eb88316b0d6802e032aa677088d79704a24558d91b33c4317c154d495f2dff8ad55b050306366f17175b3273510670447fdffaa69716145f9db178cdc5259d1dd82438bed8b70415e78cbe736591744459c20089123ed0880ea1e8c11a8e2925bb8bd383cd1249436ae414560da12b6df7967169d2d68013958ca50ea78f2b0a4737dd392b70c607670c3b06915e1c27230456302004ac6afb1bb89ab4512c3344d15eca3bf804caa8ac3b6939efcfdba3b3b6c544f0ddf407f5284f89fcb40a7a005f1d45d38af5f36b1d694c7cccef404d991086c49a1983c2fd146db749f6b06de61a9128e0ee11f1e8ed142f9ccdc27708f92ea56c41352c3fd0aaaa755fb0c0fea966208f1fcae7a4dcd72ec6dbf1db096883bddad4e7d9f76d86febfad40a0acb20ee31eeee5f55a20dea1d2839521a745ce346c3a5f712dd24adbaf4929b5fa1dcf9815c52cc211a071b1482c75f1e7785732aadc669de7e73d68ce9932a8efd2f267fd0b65f7d144d885b13d5af1d3e966de1d20c3052f94a9cea306252193babe795c28593ba2f45a4795200ccc728143604c6f40500cc1d434b7f9c9c7efbb7df6bd84d0378d98401c7a3c5328cc2636e1bf32a326875607c390d8e5430abe7506a58792939918d32eeaf9f7aeeac18689ffcfb531a63b8aa3b80c423cedacf0cf9e9966f6cf5c58a56cbfbf05d33b7c7f93b03e167359a5fbb7fea85b9e6b347c2f221508354d1aa989f674d58f7a60ec033b0680f696a0f31315de4827e58933e18a6872d6d16060c706dec827687af7d8dad41536dbc2b556b8aeaa8f00391c3a3924dcb7d171f5b158c584a2ec11c999f4717d3b1155660751de2adfa68b61c49714ede236968ecc52f1b108ed6e89cef0a6610d1e9f31af47376f1ebec627070dff4e5ee61754a25d2af86255da6000383969b5ece93cd5028122543033998a01aca733cb3c6ebae23701b70b9b76b633f23c3a617aaf01ea84ea8ae41adcd5dce49f6acc4d049c47e1730ff7f9f278499b83a4679cb3bc670770c7c1c31b70076fde09d09140d1f6f0f672013efccee2fae5fbe595708ce1d45b13b1757ce4e8150d1bc15148e0552c34e911b0be4166d90b48c2ae0dfcc0b154769c7927b7e99ed4a586d54451ce5cd27b0f995d583dfe9c93e82fb2916c6703f96818457471d1dab107655dadc74a7b31e33f049cd03141e23e6089d54dbe0fa3fe97fea0e777c8462c49ba7aaabcd51175ebd993853ca23fac88b74fcb7d217d464179c5b558456dddc88543de7b8826ade404c7c5e666b11af167874f6ee08d285ddf6a423cfa2d022be38dcb4f3d757474aec0f9f6364170e1bf063f57f5dd8d325718f6eb8e8e83bbfee2d9ff9c08b0e1ff048735b9f596a1e753050107755b090a56392caa9848bdfec970554ce64b741e1dd96b98d7757908f60734bf5b7c2a20ac73c9f654397c0bcbf817f6172b753493555f7aeff3b04a78afb7c599d6ddc0a20c8819c93f3f4b6fd90e41a43a2c68ec65db0843f990d4606454c037536a12c16c32bcff404de93d7b02d6945ee0e3b270a5eade705fcf368dd1583bda183f90fc8f86ff25ef0bbd47bb5cef81dbcc6cde86c7c53e66628394f736af52316f98226620d0d76dda78a3007cbd8a634ca3164647024dedb6cde08e029aa5fbc95f4780317a3d0f7df5f89ade0761c18bde82ad139b833cf29fd95e6305babf766fd4a662063e1d1cbcaf5229d5ee3db0a58983d39bca9a3f7ee72e02f779c49e502f9e5b7bc4dee1562eee052d191ee480938f2e070951c5f472c88778ca546788c230c3e1b69bf24adf361c19caae4ef8089acde928a7ab88e2f2999095b5fca1f4264341fb9c772029f413a0e9331794516c58480ee51ac39f75e048c23083232c4782a27d29996173ee95ca5ef666ddd4cd762da552392b111906a7390d2594d45a290c238a7f9427ed48a0113f645afa85cf9fd438314aa1a5b0b6e394097e5328df87d5065341acb9d429ea5638932b5b0ca683dd29a8b5e3887ca60d586811794d1c7be63af06a1ae26ed2820c10d019d54a9a8a4acbb79936016bbf39db76141ad2fe735e2ac9d81a75af0c055a4f85d1940287bc3d0d90624d1bf3d55eeac3efb244f2e77631ba23486b3c4df81268a98ba11ca6862190b3699cf15379d54c74c236aefd5d0a8aa6efec5a0c727f8905386091302c5961d15cd801dcb49f78500cbceec666bc0e4a701cae695100b28ba1272d84b91fca652eb56b9898b00f2c98bff96d19af0fb8d5e1808d1bfca9e6d0df3ac7b5da9417e71d76aeac70d9af6c251818fe4b5497262517a05bdb37bccd6efe24a6f1878e90f76b4778489e8292d893f09ef9a79069cfbcc9960424b69ebec2c116ce6b73312b928a859e254c12beb21c801fce4ba8c7b73056e1387b4db6cdc68cd8086dd0a033a05adb37b6f2c1bdc42c27926feaf550fe22d93bb4e23d695c91772625774096b080689c683cc8fb122b77bba43841cf5b8354f408633ddcabac138c422df203e37dab1c09f8bab52c0479119499937b6e00ba2c20da9d6fda6514036dfb9ec161db0e7e412c81333a3f935ce515d39d602174aba34e456a1144e3534ee72c195121f88cbae204bd65652f633fb4e97d586ee8393ac81c157ad2e6448cfc8553dbd8d10c19212b9bd4fdb4ef4b7fbd637f707f9e8d4f0cb73a96869dd03f8fb7298700c709f2de14b18f8ac8b07d3797fdaea1a143ebfd9a7c182b28c1ba338c60b6ef85305b057121a319b617b64060f9b0b70c04a4d50466e13eab08745a1cabee050e366788fb4ec2c8812833be089bff27a57a837d3e207825ef4c75eaad30b5aa29c41b4ff7607301f08afb9bd50d225b354b8fdd90d3654abc36c6cd88179646a0828143b07f3f2ccce616bd1074a1b9831fd1dd41a73113da6e6ee9f58916413917a04a6dd1adafdde38d0e00fb05ab599f4f669bc363ea109b75283baebf04bd2c804d758145f3eb2a6774efc7d5987d72135ee45083362765e470a4ad18f5f3682a3511b58f60be62acd9230399e8b84125af65751a5fe876c2ab76aea97da574a5e88996145f1d346524e5d5da02d2b48b3f665bafcd187317c0fadbfb0599f7f950254b5b56d248993d7d651e5093724ff82f29cae78207eb97785a95f3989a2f542dfcecaea345500c33dcf039c32479c00708f317edd847183853ffb06a054edbe8d350d059d492784f62d52529710f813820b3c5208e322b81efc2a5d7df5ecf9ff50e22bc9c686b181e577c8e021b2208989157e4d2b5b89d556539a7d068179a8dae0e9346d9cdd739fda7ba7ea48bc0991636014cd7a7d2af70d3a182729b21c1b9fba879ee84d5db4f0c758eb3a4a74ac8ca3fa3a0e069226cdd8f9a87437cb9b651c1deae79572ad61487da4f5507d4327b667f184ba9d8e0be37c3acf7f29e2d77a71c2194a8511927b7098086265ed9b23d8a48d1dcf954de61a3eb9fcc98a6d722dc4fbe0f76a1aecec44e1f4e1147d58d69375848ac50a5d7e24b2353ceaad8f9c641ddd3c2f40f95b2c208c515034e1ec7edc9371a5d7b6029d56bcc69c0e2f681feda3d5c9cb4d17ce329d3919583b84a730def6b02c8c3208f5f8290715ddfb68e9e956c21034dc9ba6ac2ad86de239ad00ab9c6c8f4c96e83e8bc6c44b17d0cfa10231c0966d0424db4d8935cc526600caadc5336673abbb9ecc125c147982c49172e92de44218fa6ed5f68a2a28b4430d4a23cd489deb13754dae27085f8bd839d00f627050957cdff9d57dddc18ed437051a62ac37cf607094fcbdad46468b189df716d105042c8d0db8597db96044d6532bbc17bde3231f2680a869da5d5d9c3142b37cfbefaa14a601d5707cc30579d8da3201aca0ebbf66dc4fc4683ab0632e64b0da91a2460547645a6c8841a67ffaa86cf090931afffa524c539c6933dc09ff977062e6b0bd563250b86846a8873d08b57af634514f4594f68dc36348854865ffe4ec074acb770e70ea995c7bfe148da3f739feff3bcd1706d999b37eed6e2a229ea99ea4ae1e5b037997fd916315b9c0fbf87d9534155ad5dd7bc43782ffced81408173ee3b0aab0fbe0a49944b4ef950fae1ab3c6a2d2ebffd62012c451c668db940b79fad26fd1d81febf41186c18898b760cb71fa01c1b75551814018935d5bd9d60651f83d1e94822e2267efc2242dc0ea5ca48f79ffaa65d31384b8d83e1b561134879674dfc7c3f5b4a66453e0354711e80ce7bdee2f842f49e0c6e783a07547a51a31b99dd861dd1b6b99095555b661ede9771025ed3cb08502a753b671d3e3d8785e7de14cc84ed705d254fbf59b64dee8c2432f39fc216568feaf5f05ee704f30812442ab83c57823c4c93cab62955b795db972bc4edc5b62115cd5e3117769b12e6f2a6b10cb6f33d4d89fcdb87db419bdd598daa14be7aca3dec3700953b898ca911101ebeb3cc476f5ae02e988a9584739fa1ba01a9aa71ac7906322afcc55fa4c8f16918f51444fc2efb182407ba3ae591f05a7b2d4cfea89d502f9e6155711f40d0f9e325d31b3a2cd702f2fdb8a37b5901f349f26a587a809f5eb91143ac62a03536e6ea12b4727dfb52cb1298a97d1c5cee34a10b696a497a2942b597f7b411a888ebedd8f7eb48ef7277ee613332058ab104e23818bf216af703f457395fbbb257b8d52dccefb63cc8be3a1b28e33912a6815cf84dc32ff631c2778d5ca9c5da0b174b191bc4ef69be689ece72d8e37c3472b853f0bc9ca63d48e54047db58a90ccdf7a5ccb31afeba3cc183f8592951c2a19d51eaf38f02845de779e23c9ba6c3a580d8c704608326034c42a2ae3318bad4b4fb21b031936ec8253f1516b75996668fbbf4ffe8816985e611581e2a5983d4a5587e3ba9e06453469ac8afd34aeed7cb543becdb80eb8a38fa02f2369d85691770e9db2071ccc4f392e351180234c2ddad8512600614daea0488737e6a285ab24c4bd9becf0fe4d3304e42ae08ceed6cceb8baa09d4c3ca337d2e62b4bd4711ff38a7daa81967b8f7bf2cabce4262021bdbe2cc2ccfb7a0b9cc99664c5f174066d900f0d0fc851ce7cb5336a1fa225a4847db0ef1c895acb3a53ca5262e72c0ec343d70e020c2d393980c3e240acc39c2bdf8e4f135ea58b1a59c91da91e', + '9c4ae2217c928dd5864836be5d4ec281211471aa441a594b99b013e5ae01b48c5c4ffe479c80d8b69cdafcf7130bf0c9d16c37f29a86c8df34d6bf8bbfcd53a2451b08e5922d25d046f4697a28e9fabebd4e9e981ab62dd1f6c747df033f42077f3566c405a25d6caa1fe51145f0c8a50e420e626bb17169060d11aa235e6903312582ac9ee566d2f0e2d882122942c9ebd0ef1a357f7aef8d3087b3c632b0e08374c36505002a4a41c6aa96369b51717d81a986222932abb2b60fc495c400e49ea990b6e1fa901cc552c3155a4edbe4ecdca46fd8b680e59e2913a3381b3f59aa4c5368dbdc7f8fa30e8cc7254bc96b5f6a499cff2e4be47810fa19563f5785cee673439aade1ec04826b744099044efeb1fed7409a7df169f42cee97392eb133fe580fc7759d7b0f37c9e3524073d5f23b2ce64301fd54995c11eaa510ae24011c6a94093d9b84edb40fdd0449fd4863903c92af6bb3552fd011d525ccbe285fc8119a090cc34fc581a32afebb8cee783694a32ce0873c54d89476c2764503758bb5e86eeafd24c027ef92e79e07105ab79ee1646961502ffd029622152dfe6cecbe47e1df314a062d59dd67fb55f6319bc114fc0d29dae9c6c3fdedb15d616c74947f0af4470abe1b4bd228d960e8246864039fd5c722a9bc3f73cc53bd749ca99f58903027ac107a2c3acf400f2e5ba8f177f3c723709865dec06601357f2515479a1c9cb97825d064dd07384a0fffe2cf38a0ee260cde4c09ab65c5adc92f40f50c553ee6b525a85b8376caf9d4389f660e4f4fb63da2f626fe6ea70d9be1b10f77e42094ad388778f4c4fd05c62d661ec1a8f4bc4d0ced9f7f2cae3d3d63f0ffa3704aaca684f725f79ada542a07bf5f1852e4218245b8daf744e225f7de852b58a2c217e9347fca56a067cf4bed3291dcf627cb2575df412d614bae117af9fd5e2292bbbe6ea8cdd77dae5e7008481cd53bc6a47dc3ea3aeb29f2bed25ed2db7c97c2826c5af89743d9b7eae0808868cbcac893d458622ff744de3e83b39b2f7ca958533d22f990615e8859e47c7bdd864a357f705ccf871a5b17176ca0d96024015e1577eb3320fbb22b95c424a7e4cd6415529af6b7aa1c16a62fd54e16d63d47dbb263e02db0d77da884c8a196e36ac071f39a4ea400c51c927006e4d9f98e23d81149266fa6bf680510381bd0442305504ab88d1df1dd16e3c1468bab31e13b5c1a71e8816c781a4c205bb9db6dc1dbbb3f3cdbabe52baba209df6b13e6fc3a6fb5224cec68cd3c859b7aa441c80cecb9ba6d5fd4447884d63217ab9980a8c619caa67a37048576b66bdd048abbcbdd52a3954223768c4887233774c567ad876341439beaa7676fe977cc003cb0c8598ee2faab1de32fa0bdc486ed2003d327540242d78db83dd025a78fc0e10ec906765fe4c34cf3293481fd4e3f31bde24bf5f6eb55a9a1cd4073e36d6d003d978c11039db2370f41abdab6d59180fba19d4c03853ec5c9e068da13b02f22a5fa9468b46c9f669d41aed1d7650c9626d9c564125ab96a983df0621f9e2dceaeb9c6815b98b26207efe46d4844d7faa7526b420cb0ef1f76ae7f13ef80908cc09ec966e16a15b2b313f6b6f1ba1c34e4d436f0d7d0086ccbf9bdf66c9d7fe4436f461f2c2aedde0b778bb4bb1100cd4727ce755d022bd9ffe754127c3f235f9ff5e4b22620656f75e24c708c8fad4c3712dcd9848d80ef7a40e96f08aca4843cf84c29b693a2ec5b1be0f14e7e4b391c5f082436bb3035a5cc2716f92d29dc8240258bc3cdcfdd24ebf13fe724011d5dd4f95f5ad26334e652b30e350adaeeda9418e1371412ca381a246341caf87f643a5892d81b4072a69c385fa68be042aabdcd32f9b1933cff70236442b758e79858ccc398def0794e705c1233f863605b84eb86f1ec7bbbe1b5964ad43548dd61f8fefc81639bd14497c72ec3988ad156af1be6070cf2cd46b0241ede8af0ea27e095447df16700f2d922bb40b47e1c02060458235b1ffc962a76e747ff799552d93aa474d17f90befd15c2919467c9c6534fe72d1f2bcf39eb34adf9dc0b674aab95224c4c090912cd47499e806c600c5ca3980da13ece97bb0578db69cde7781e4dc9eea82ef1550f615b4fc0b56a3beaa975ab297e8218629151d5eee89d42fa0b9e422d15d2ef8c0afd8c9b6b6fbac50885effe167225a7813fcfb28411110676ab3025e733480ceb393d5bb6f5f3b569d0c26a2c2724537d4bb1fec7cc4e0b37f7a1d6cb9dc857ac164a46bd864d82745f0ab3e9277f2e2c7c631adc555fd1f58a7b89ea97d734f49d9ba5a9a930f3d039b12274fc9c0037dace4ee934ae20596da8876ba9dd6c6bd418bfa1e704d226669dfff62de591456dd8e217f2a1c00ba70e15775b42c7bac5aadecec632e51defb8929643c0a9ff3e6a1d8d16a278b240977e36366e0d8978374858d020f55edbe8227dc5970f0d546d4874281812f6412a08cfc1c9067ff3a846668d37c9903217f9d23bd18c16b7c7abf3b06b5481b1aefd6b84bc7a4540e6202084df2b5cfd2c5dbe2ed6e8c270628e33370207f8980da33108ad308367d81eaf3d81e16a430f9769250eebbb8624395b4447f306fe2e434ad405f1e06e65883b4083b4610ca8effaa8e15ca601f7f39460a1df51ecf924dd712d85045f77a5eb164f6cea60dfac993fb7052eeac206061278948169569013658bb49841f5bee8464bd1ac489c187073f8acf9486db8d8e235db3f7e2dcd143a8946441dc61b5a58e1aa50cbc779a4cb0c1aaf23df5233583e7a3332662407778e02affad40468d478c17df2481860d05b17f983021b3efdfc39048de9dd14a501b182e006c13a4377dcdcc4073dca084e6b7f71bd5d2258d7e25a979e40654b4c1b64d84499f92d48c41449ec300afd4bdde8f4f85e06f2383bdf596e951ff1d608fee876d6cd185241ce89e0384937bb36dc159b681351850e39da3f236d200740f81b84bedd8efd1bb28dc99eaf3d073e05db8fc170ff28211022fb33755e478af976579a5216b119675c91ab639695bd084ebab14784873c0d3a880d5f36feb0a903d5b15339d60496fe1ea48ecdcf7b90760582bd660c29d729d0f9542d9478b1c9e74d097dd4a4e67c5ad457671c3f435c587afc2f1daf17f7b93f7ccd71abb9d076b49c6d14c100dd2b82e7eee3d3c9079ce32c66249575ad2d26fe9dfe116821682f338efc238b297bf565ea8efdcb7fb703749488a4985213f70225a17167c3a706f66af59130683176fae18486f1cd9323fd40b1a429ee52fbb2eec3945dbe19810e8868d597a3354dce5d2d36e2f8178aeff2075dcf8ad477347fcd43f31ba8e8a370bbb567e26fc208e5f1d447082a827133f296332c80b6b0602544d1e13b82dcab58fa492bc71dd102382ac706b651ab89da19fddf3eff4f1a355f9e18b998e2c0a56ce48825a5503a6afe0bf9a240c67f27acd4a8f6993834645e03c80c72dd370cd2e10071a3ae18ef19bae9d697ea9a4118609190cd95361907a7fa1b58f499f3f5e79b935f12212f437dde399e3e6490244aa1f5e38ba9be2433b6ce924f6cc49e9f627321a5df9343fce1b59deb647d9a3ae00b234414ba7b4e020d67173be693b05cf9318ed981e3def931db18226e40d757bbd4e8ff75d5a1e8c021748bc19dc4920ed6f69762e9cc2f96a1ee27cce0ca0dee409ef257f9d36fcf068de6bd83800a985a05a29f1e6d8aca3795fa0040ba0a8aad8f76c8b18d9f225f8bd3420f8ece8003e2819e4a6a12b6e53423702950577864e31230c37781a27395dbb80796e6af1ab6bcc9356acf42f3f42b866234fba1adc14ff7f8381c358cd48487343f580ce6a8dc87a616ca57a8fc99a9b50dfeeccf51b485187979c4f07059175e322e7eb1e1683f67160adb4d75f540e884694014bdc942ebe19e38e890dfd14c1770efc189e85b3e1197b82a86c8b5c4404387c22a169738199577bc5ca01bc895244660c7e442f4af7ad48758986f11ea94a822c224eac9c8666bb4fd235e9854546bd4c3e55c5199ba19ac12f0d69729658b7cad7aa4649717fa189bf00385fd074565a672111c775f6de0dd55521da6bd181813a02ed22eb20e2f5d9070573846be5d9814c91ff072ba6de1514b6d08a4373d1b1feedb343e8e426c8a0fd6ac18bd02c052ec20adf9e799456b294df822d035ed7e4e4652c46299f06647ca02852b9e47b4e2e856ffdcad322c54861e40cb46b245b5dd2f4b727c10ad7ffae195ee7754c2133f928981f0cf1a35e0210510b992fd8b6674dba633f4e6212ff251efd51005e8ec09a1beac45bf3222aa7a87d6b42d37aac87ce605c5999431ddc01602a304c7b9644e7b27bba3b41660a519e4415d2371d4371a3cab4e40c849ea4c453447196c4b99a0ab5a4c2482ec90ac2d6015b6833f132a1ecd8e8dbcded877e5eb5747ce6588157e4944e82ff54329f73ade58a7b219fef454e0e3d44591802bf1bbb7a75b26c2e8b1136ae524c4798bf73f71a7d5507e0567cdaad9261d505f6efbd3bfd4788f33ba3f106b211d8231bec169494fc0939b2fdc4a942885cec989a002dd798865a58b52448b93562e30b7eaa956c97123fcd4952bcaf4d0e1b06b31abcbf25d2a884dd46d0b227564d20b459795ea6c17717d80b5463206735e3c36384fe6ffc822274bf2b477840c5de2579cd05bb85842522651cf89306b1923381032fe7725bc42413d4e3a8a0d1a63aa21cdc35dcdb77c0e652ca155b02a48be9b3be1cc2b9dc63db5a113905151b7c58c55cb645d1823c05b26237d2cd9d45041343706c00fdac8c274a89dbf4a053046301bd4f2ac6ec59985b7b0c66def766ae3aa2ece58a669cc91a4b93f4c7674b8265ab573bc86a4891104f76630c0b97e12e04a3cc153a83bbeadecb9a0321849ff300fc79093e59191b359f46870a0e5878165f292090d78c46b3f158f60a4608247ebd870bc111bcf6bdf595e26b4070b3684d813ef21e96b88b93b5f29a0677944508da429af8e91d5907b5a0b7b4d65a7b1d68c2e6bf77aa9631458b495c5aad247ce73034752a0997443a3477f1d5f7bf3d444ed730abb784386c42a0be2dd97d783277261cfc45e9399830148e0bf5a53ba8455c28bf49d647ae9b28826dc3b0894069d866dc4ccf66640625cff4eeed770948edfe0eec0cbd9117596f96e67e2ea59ad3d946a8ca490239145e0d4dc89debcbf527371888289829abcc35ac36e6b67c90fac7c46a50174b68bed19cf71ed4411a4ab459d9074844a83ec69f6b3007a1a831dc3a1029f7bfbb48de46d968373ab5cef31a8fd8061ad71dc63a9b992d8c8214f0746c25480864a27fe5e008992b502a9fe51d1975fea10fb10838907cafa71aa10dded07ca7fd525304bb7e8e9591f40743f15a0c82ae8b2372d2a4998d8fc97a50d8ca0a20fdbee40dcc486c0bd3a1c5b1bd183e2947f67a24ea43e8a8b497c907ea506505ee6eaf6b82e4d5f09dba57b8c0b28f6515f83178f00d0e83be0c297d943231c937d811c88fd240d668a439c3bcd774b88106f5f9845e6f90f4ad283c66bde4dd6291b78f339f214fcd05e85cf1e582b62189242107b6706300e121bec271f2d517020d4a2eba1baf2345efff107b3dc070153879fab3d57c6b4ec29f47ece0229ddf8f63c1b1848703fabd2498e70a79e531cf8eedc4f34f8c5c7738579d41589f50ba66acf3f05a077adc67ebe77d44f94545ba51685e5eec80bc3481e17ae9742c2aed411fe3ba866cca2399cb0ab444e62796c61c7b1d1451fdfe57780157b4b83d521e83d30b094713021320374a208b01ae9c6fde2c9c46d8f038cf7915e98b7e2fa5de42ee1880236df875976944ba505c74c0fbefdce5c9d4a63656b68b2c79e0676db7b62cae97d1aa398fa409ea904acfce58e96ea54cf6406b0ecc02019d1ee3d0a5f5ce28ccd7b8faa48ce8924dd41dc6899bba1bdeff67dc2598f6a174259ba5a24f75955eeaa5275a867947e592df77e29957a00c3abce81fdfc1928bbf0f4b1105ab5aba74ef4e36233482040185210844cfd83142803d71f30b4b3025bf3f96dae81f5c10f7edbbd592c705aacf707f307b2afa91824ab0652c322e141bf18811a429d0597f7440201c9d76f8eed49beee22ec4c2137e4fb8bcedc1d4a61f895c7820a388b67087a55a5be46693cc02d2ad4a3c3eb466c46035e49811fe07ff0ddc8a42596d60e6a7a4a8ba8e3ed5288e3503ad71f582a2fe1fad1d4684497dc839dd3935e4d3e1d9b40a85da406e916401f1b50657606fe4e2bdcddcc95279fe188ff498bd380dade0d7b2d55926c206ac8acf664a7e8fa7178d265f4dc168220119010c671bce86b3b6ee09e96c3ee89d35791c5f3b86c73691b3488214ecd68c0eeb0b72eda906b52e73d261cd6c8c4c983e82f625e9c7b861f122f6ab6c8e01e81f10512c21a06d8500d962b8df6433197c44bfdc3d2b25847c791c136bbb1b2b29b58255dce6357101895ccd0bf2f93fdedc1cbcd563f66f91a572db6ed0204e7755a7091f3ab568f26cc06876db0771c2b38d4656f4b389ed529b71ea7fc9d8948b1fa47d3055e35ffe3e19a46ed665c4659217467fe579fbeae655631c70401dc05cb68b49af66a6a8165f1930fe82505cbb9e0847f4a629e8f4147d38ac1b6f9ffecdadf92a696314e9b749b3d83df3136a5930ff799513c7453d7d56e5d0f674664879c14f6211af48a0ca8a0c1f29244eb734f8dcdd36203a2ef7e9a5f76ed833b5533486f73ee183a9f006029c7f09b956a8e6a6d4fd6e7367817364f52555e7a2eeb5798f47465b416eca443c413e3aa5f12b5012f61c61758e86cb60a657e28f90d69f90d7680ff5ab4949852c3c53339259712dacb494e7939621b08e68c4d9ee1a51b24ba142352a059afdac7e837e20d3827b8dc17e1c1524006b39f2ff204af3485a30ac729e5f81b10c2e8f6be4112bfc8315cd9db1a7a2fff735a101d15bf3ebff02c4118fd03014473ee94d13e7e557dad1236416bfb578fb0ddd7d9b858ea5275e82bf8810a34d256a16c76c19721cf94c7d71d9c1bdf3dd2f12b2bd5c460c598082dd25855dc42d2c826b7b2a74c454e4363769423ef92415eb41d5549c9a0c352eead6c2c1f1d4e2d6a9cf9f4fd68434e83553d5bb11566ec1bb61e304d6c5d901791a4d728ea3496de2c7fc75d', + '198a696de98961e3ad0f953339350b5871d87a415492676d3ae88eb859c583758e2899bc5b1903052ce139f6de7a9e7a81455f135dfb9e7134e6d043c751634d9b3da4bbfd55e1b54424ca3356861d136e5c83691c84b5168d09e29c0c965530c9315311d92542197f401191aa3fd34abe87ade99716f383ccb88e6a307ea1469f6c6c67f7727059649ed3b9e18f0748fb2da73ed897a1e1795d9a553cf08eb6a556b7645d22b19e7ba4db53035d0034acb5370ee7f107571c5fcf0737d365a96357feb1151f4e104dbbf006199007375a892602ca0a6d0e3e26f52529116f4662d807f5274f8fd6614bd97a291264798c103bc18bcc1b2d661ad45a1b91f1b6293f9bd9999cbb193fbd5f583eca5f21cab240f4321d58dd1da3334b133b362040f6820575ed1c0070774a485da040589dd7fb42c5e76e46ea29dca31cf785ad30638420c329f8b47be362f1907c4e458be736544e11a38f551495083bad258480f069d2893a985ce8686efcde46d2111e4ab7d1d48340e1e6cc27237a455fcfb804f8c5d1074421406d381050e614e3de69476260258c6326b95a9be0a77bb36106fa9ea278432b0a5c86d6ec455ce452aaadaff9dfd13e9c43f51875bcc15a026038080575dfa1ce9c21f6bc49f23b0276b35fa7995599d1d3c244426a78ec237977a900e65eab1595d117c8db1d1276361f1a723b629d4bcf87c44e9aea904cb982299eb3097365af5de116e4278e3750ba8a63ad3e7194a10d43a2355d6f06882031e4c5281e49528ffeb14a56d9cc2e4c5581d7313f34af1c6744211ab1d84e1869dc0203d746e62d139ef7f31bbd369d23d5a1852cb1637cd83e48697d4b7333788d53e1c4e6d300cbe6d1457b93d2749d65f480629524f43f989091fbe65f3907ffa00c0db081d0cb92c29622d5699a6a3bb66c0967594d4458e3dc55317bf2bd3bd2cadb2c5965beaab12c380b62d8335fd18f48b06c4f8e882890b0b42d254348cf6456e3c1864a348551e4bd27f4a0d72b3248f7c4c2c62f47f637f8de9c402e8122a55c22fd173a284a4e741fb658adae9c31c4c96e935627560f84f71d5df6cf4bf11fe590cec381629fb7b2e804e941172aa0e31b9e04b2f863e0de7142a7a02961b5700817d878e0ff0f48504b91cbe95b117a908f41cf235995fd609649de021ea52d2c9980f50b950349b8d6af365beda1f6960d156621192abbb101e5701f4f7782c6fdc3e02d8a1b1de64d4a69b508d8bff5c0896038cc277f2e2d813ec81db4d99ceaa9218c05df2da2566b4c3fd33d3d7551a4a3b19a15b39dbf283044b0e39978093ba1702fd8dfb69c19c7417758d9dd686f18d4aa7abec762df2edd2f8c2a2002804623308d9ce8c55cc2021cb1f9f7acf0a7e825e10874bcb020d9c238f45c7c80f9ec2f86cd027a3c25cbe8d10789c631393732cff96b75a2ee81936d5ff62044a312544cd8ca62c2d8e4063f695c5d3ab407facef97636bd801dc7b6d3b495d32adec966270926f5c3959c8389381a1102a1a565705ba70abef58998b86083367898b35c20866ddecf26d326cde5a5c0094d5a1dc6e36f909150ff9d76c0947373883db72d0be083e2ded2af9f2aa54fb352417c63d63658df78514c759d6e9405f58cfeb55e27eee506c2a666d0c3c4e6fa830caffca66892b3a82d1dbeb9a01529cbb92048e927c1e6ca9389a0a6298c8b4855131d65ca904a2cc9d7ed1ea08a6a2071d591ce345cc613ff725ff6858c4eb7def5001b86c38504a709f0449b4e01b3ac3e01801fa0eec47288d85de1ce8bf92fbe6e71a211ab59501d90d5994836adf5c260a4f074a5067233d281443a8a35d0d72f0e286406524a799576a3605036d1c975e5adbf350189db140ab6b892944aa60b9c1fa3dc181f87c7d1bf7e9975cabb09e8606be4dc3ee867a14030ec3e2395cac090b676d256adee8ef88a57936701e458105ffbc019c293eee88ae15ae60b332482841ca97855d155536cd3b83001cedbc683c1d4a3d26098b8aeb71118700f70fdf715c50ce639ccda0d550aae248f1989bf8041637e9648b884b68a432b264c0af6ab4d9ac8ee9e945324b468d2eebc61fb7e2ee22ffca5eff528eeeea6405eaf6a2469ab62b87189278adce774b569561f05c4a64e5b5865e75364a2482551f639c943c61e5feec272cdabb170aaca71135b2a39417b0822438115e6799ccbe74ce2007363aabc461a364850309687b9bfc8892372245e2ff2f82842a16f74898bb7cb3a9a62831d090ddb4c1a4048370c9609ea471e0193db00c63e2864f6e4de8fcaa4294fed50259a8e2b9872b4f1e00bd1182a309b56e5e317637744f6002eb425387939a0e65824877711f273f125710a348224d181fae74238f4d61fe6616c057ef2e844e788f5eeb7ed892e3fc10edbc7b7c04d1a0156704608e4169d610092fffc24825c9f53ec7493ff8de19e2b6d5831cdb72ce176c8131b34862d14b8f34200b4024c8487a9356d1c37e1a20fe86f5712b6bc849073299690159f64db51d064616bbf1fd94c82e2a8d546b70473959359f3d4d1eb9810dfbe6bfa38b3d32f92f365bd5890fde35a6a0e19c45036504c68167bb0d1604e608631467786a2e9f0329a4f17f6e6e13d2b8b61b03c5a2beb08c6ba0988f36d80b20f8b0b9de586e8e5af7c44512c03f4b3f326651007abd601ab98c45978f5a608acd2db40c58ce1d64f4dc7eafad2e5caef71ca14645a761b6e1dca8c176c3c52b122cfb66a8543cb20c8880976d579382749c7909abf331eb7510169fa5ca956c584cf49fbf8758dcaf770f6c89418c442b644cbd06276d12d3d5238464c55dd91ffc33fa06ee1e4f6e265f819972b38e9c0290e2fcca5fd79e8a54026c5a8aebd9b93e1836eee974c9050589167185ac3705ea1df842a6a435ae3cac04e0a93f0602877c980047073091a5f578b49f379cdcccc07126be0329cf21e3c6fe352d25768499d2c8b351455a952948b24cab2df59d7d0ffd227eeb5bc84c3b09bb40c873c9e25fbebafd67de77c6ff013a917afee0961d2c50620ad28447d9a9a8146f98cc089748da66288bb2411407d564f4474abe313ae47708d1da591b4488127b341f5f220d7e25f7e0c91a106ca9a03a7d1057d4bf4b0855c85f027860e7b58bf41868885322a7667c40c48c7613ddbdeef5f5801ff0a0822476e69995239812576bb722d07474f4ccadd2e0dac077ef3b4019bbd371ca0e74b647d747d8149ebc7dbd9a0bc029134064c7a5f12c095ed0a326f0704b0f6b4791d8ba0f81c581b1b30e464bb21e42860a15546fb2fc7d5d83cfc68ce8cb190b9e0bca32ad257bc5c00bc036a6cf22fc023e649cf1dbdb206656967fd797a84f3f437077a6aeed77194880533ad60510e1b56f0f7521f8c7bf6df8df93ff9970fa2255352aec473423471f07daad99632d1ccc3d996946c213685602aa6d5d1f532ae1019648298b7279f4eaf2c0307148d714bdeb1c459df6f846af976b73a8decf9c53655cf4eb8b739a633fb86ab9d976c0f6e6a585b9de70333cc7646dbc0172ffa1349549e2d2a678170df0b8bb336e697f28af87a43e82b410c6f2bbb74fd77381708b98ffec95366cea03aad3fb4076cd0da4bbfbab8231e222a0de292e4fa05aa59a52a13dc22ddb505ba1b2a57f615721ffa31e89f1452746c95590315e0ec3405c07654abff6e8dd834dd5a68dc1a3e24acd8b6e726636c006b27add850721dd5b37baa7d10a2bedf4ff9b92ee0049eb00abd0cd680db71ad36547a757221ce8e2641fb9c7d00b0e3b4792ef32b5af98abce7d3b64b42ea3a9ee951336f80adfbc0d1314e6f11ccab0a64a0fde4a4b77b695ef1cdae1e41704ded195b6f1723e32a3232dc0e5b7801fac3f996346b3f4bb92b5064d2f9dd17e868bc35996f990d0c6ce88e81681dab2c9d20044335fbc25655d6c2df5a26f71a632109160f75420c8839abf1c0247247fafd8f388d52a7e5e46d31fcca84d788e4301f0e7f204ad58d0f7d85e9f31ef4e378813cf8acc411e1fcf751d05f80ddf6d1bea84803ed0d83514a666df477da5e7920760071df7f536b5d07f41fbbbf9eec300cf185f35d72e75bbbd48e44a276e8b60f2c0ac1da42a2ab46be2c4ed7e669bb63020d236c63b8f8ada4284ff330ad892e04dd32c8b7882935b7ef01ccd530a8d5040546e35dae6864672c5e7696b0e1fc1153faf1b8071ffd66ce9e46732a3f897ed4246969b0f507a4013ad2afda08a1dad5e0ff5006d4c55332ebefc93dc7a8f8e285a78ea7e5bee40fabb083114544e8c9ad97846e91b60784b26cde528a59fa973144d47981b3aebe79b81b3edf0dc19829635e259ef8092ab968bb52cec50d5befe9430f110b8a766b917e4a1f25efab1c0be51443b2e18ec9896623dc13b896893ee451ddf1009f4ae4b41b4db4fa694e372123c80d1816a977e9affc6c84b0c5eabe272c8b99a1de58c69bb1e16839878e1b3b7430352c23db4cdc75f8f8116c96d97a4801dce4ef96bbb092d5c3858eb8da429043c037fd5d959491de9c2146e93e30777c52d145459b443ab892b42c5e66226470429f00a4cebe9647f8491a8cf433022481cea70e6f3eefb15e2e2928c8c138dd42cbf459fe42cd5a95efb22603693120f344df993e86fae8ae5a4dbd070954b24825a1232e087e40fa7dd46074bc4b99309cb38d1004a3860aa25fc62be0ff18dc14ceab65f7f120af5949e24e139ab6be3cec93eda031b3fa6d29ea3d30833787004599abf96d233dedd853995564a0278e5252de42ee96072471d244e02636d051cc9408f53c712b9f4b5c5e6cf27ef3f8ac73ead22058b82d002548d8313d40702c4485d4a43101d969a4a43f8c79a8e4c49d1a38102096f19e8c5200ec765dc32d52297cee8c4802f9d473b679b9d0b96079755c061728d812af68409e07b2b39666fdd661a98781c493d3b90365f2df49ae03264965f64b263595809018c4a9312707ca47b146c0928acd3070a597be47e5cc7f233188b0a0c7dea80bd21d0bc43e5141e6cb0d262a60680309a346be21c6d94ddaa36770490c4da0555c44421852e3218820651b56bead1b16848747a1f8317ab7e51af4e9ade950b6dfc1b7f50cc35473d7d507dc4ca25edf73e2c18d24dcec021c29a34851baa078831dd12214fbc0ef19e65385b151b5ab96e094aef1e38d03731de42da1c979e26fdff76911934f460e1e651996c208c4150828cc084d4302107c2162441dc13bcc8f9390ac91e8bedd08a660a2fc407019e3e5af1022f8461bd1c1ade3be62ccc1b50c608cff72a1af297e227e0743f8caf7341eb26a9318bda12cd726b542dd77dacaa159e4d735ab0b5626d1ebfba44fcf7be2962efcc01d76c9a8b4094bb51685351bbd49fec3fa35943544b04fbbd1f023c363761b8665d702e736c2639ec53fb5955e35cf92c32fa2177f5f268777e49589c248d8b1ba4d3e5e53e974deac8fb2d9e4b032ec2f82e69429006a4e6a3238fc5aae1b8b465fe6d3b48565bef4fd94adf8c30f1766b5ca73ea990259d16273e4d4afcc5a3195600f019e1e86c511c3da42744e5c8f50b47e6c34d6f0d5fcb008d753d367a37715dae13d877e4654a72869cdd703d2db0e7b54d8ce5a9e8956310ca318fac38e6dfbfc6888eea04da85e16d6925458df3f334d8ed2e15391cd271aa6835bb961d13cfb2a091dfa852f46f096689749e4af6efd5dcacb1c9a7cb2ab65fdd1ae78a7638688f2547d82a2a6a0153f13cd70c6f40c4d9e61222ecd9a64e66ca5ca5c5839448c2bdb51ce6b47cd5b01110a0dec8c236636eb8dd427a6ef33ba2034944d86de3d9cfa9df1f0f1207194d92b428900eab17ab18515f2a0f454cd8715a8ed12fba32ef989719b6b405ee2b356970516083553fa3177974e1a4f8f2594219fa444c7c71f3fd8d37fd72ad1e7b495c89726faa710b9847c780a2ee641da86cd0661b050b5e4adfff38ade4bbc6cc33a4aeb09603946c40ae86cf9bc220e5fdefef966b203a37989900380377ba6aac4f9006964be00bea965e7b6f81159353a55b4f2d351a2c3d81eea1b7c6d8cd0cc6a0c229de70efac2b6236f8256e38e49d33c5b9de709135465e6b404d743bfbc66b83df1fb9800bba4c92b4239d3f5723f36a9f70c01f1652ca055b604f6fffab5acc14a44c859fef781f3200251ef20624de5c80ab2e6733dc0057a3bcb16f01f8fb68f08c48cf177f2ce04f88706b8052716fa274379e65eedcd38c3ea8e046c0925a890b421feebc5c4d6649bc1a3ee6c4474acdc332658cfb3d8e57cefa063c4157c24c1a08c1da1dd7e8eb5a849e6c5771ee1a79b9bf30fc243e9a9bf2bce658ef50b139202d32f22e4befe4412b4dab8e00dc939aef655ff5f1798880d739798fa8fd17fcad6179af03c9d1c6722520ea2796d95c52b487415b672d1ad1a003c74f623ed4bee004d8b4fbbb9aef6d5824c6eb9384a5891284e105e23758d488149893266ede292449b4180a151f90d1bc632d5a9a346d823f06b8505cc93187062902671187c76860958135eb6f39fe1f80dea703abdc46ee4100fff1af3180fa75327973482541bbedd9d7847ac36dccb4920167585fd1013472399c876ef6800195b5ea9bdd30ca11745756aeb7815252d9e22be652c116458e95c3ce44583562ced51e0f59c60995034df897a0d93f0008d1c7c26f97abe8a8acfdf05c4668fd203f53ff2571f90ce913d0b1f9e5e120b148c16900b520b262e7b19a0121b9554c6d42f7bab526ddb851858a3d37f75965cfbf66b0ba13274fce6537fd7aa4efa5d75195a400018bd38f7d8cd53fdffe88df1837fa06f1bbc1d9af368bc19a40bf0606355bf3178bcd162f367c7e09a4bcef4259473c5ae46b91f632468727ed1a91e7735d0ed772279e11137d6312d05478e44712baad359f7fb097b85bdc392ae36bbc11a3dfc3557fd9a0729f79f5f214648df7127723fffb84f34b8005d97273099c34628f03f943df69d673adaa184a49aa6ed43733efadd9c19ab4533283d957801fbb73986572a8dc13902c5139731a08e4606be9f10f357f006932d8c17ebbf45e2f1c053c94ac73d475848fd8374c35f25783baa6881ea8270f3330ddfbdd855a3de6ded11280dd838434ba66ff66be031a2d3a62b0fbc97926b2df1ba902af9e586299e5949c559b5ccb657843d01da138b6cdd802635f714060381d2ee1dfb50f2daacc637598965fa7158ead3eb15723bef95904dbd699dc99e054f5e19228d29696082792f30f1d565f1c8409359f7bb4517820cbcb6d5bee4c5596986354433bf02b597b1160065786a460a5f6e4a', + 'd2f61e1a3e370e78db7a356cff4e3e0a40800ab936d79b89820131c60eceb2cd979c4f1e691365b36a12a1905ae8689c59c876afaa77c5ecb648b051544a588c47c0471008d15369c781c5ccace0bbf36281cb28d62ee99f3cda8b0854d70b65eb4a4c19a4dba042f8b1e9497c9dffb86295524b4365d1491ca10a1496de92ff8a21a761c49814e80788552f5287fc9262eb5341788243935c84749da2c5b6042c2fa00ff0707600fbf050a5b606792a696b1631fdef0824066a13ca01f63f19d95b7e4cb1cb9035ddd024d3318240277ffde2445b12e8a6213d2dc43ad7f5e89a8d8b3f8d11282cb40f17e24a631732ac8901a11955aabeb6e40bb3d5d29f1976ad0d110eaa0790889772fa8a11c7f3f9f7b972bf1f1816cc47f5be5a4e075476a44de9bcfff507624f7d4278f518116d2f53dcd6d7f8566b4e320d52b3f340a15893f01e76ba39491f7fe39c75d135111a1609e5e713269be10cc945682c85ffb2274dbc781dd045efc2057efabc06eb9e4c2174b6312c65e8c91ab9d77acc989a50291e6ee7715ea78ccea7ed9f2d06a43b4b0bac1a13d04bb2273867a4bd75f957accdbee0c69d3026699eb4435167152db033319581e5f20f19498074ff9db584fd50d2d0770970d8fcebb9701b18d7687873ad6b1fabc52817758ab03b18b81f452f107f2caa50e9b01762ed3220d435ca548864942aad444a42ed2118efe870abf3e2b58c89b8a3aca919844087f2dbce5d2a48886a90adda3a128f3f292fbf5823af393fad914c192945fbea551ba4ae16fcdfa57458a9eee55fc257ce74537447ded4ee1fc12d1e1f4d1bda9336d68f0764f1904feb81aeca3d8109e79f7526e7d94e41e5328ee4149bacb8492bba9cb9cb45f403337d43711595fd7a976d968c076fdf09cab7929096762b7de298fab39aa4779916e4d5624dc7da924683edbdd0fe719273ef5119a640dc3942b8d47d37d6c1187e008b264fdd483493ff53039cc59e89147f493933d47384356150a00ca37b8852178e44819ff16a6628efe5d38a0ff595afa177a5f89767a3dc96a37fd34df17a7206444dd77a3ba747eaebdd166bdeddc7825b6575f0e87272cf0efa2dde5cdd591aaf1a4b8eb03ea46b9d23315b4dd60f136ed91327128b68236ae47ad7d06513f20b4fc4d3cf14879b840ba2874867cf7d376a99e4ead609b93da582df56f9eab7e3560af1a20f38a227fe3396da784ee73f80d1ce7a3b9cba12a50d9ff5812491bc96e5913118fea70e65aa3108f2d57a0c84818ec9a3684d6e4be3bfb5e60aa720771d5b821823d2c2a6d0ffdcbbac5d28dc72ccdff4b69bdb01cbe69e0ee422966179f6a0f5ed4cca2b6da95dbc1bb91bf26c2fc518cecce02f8fbcb9e2fa29a7bcc30b9099a53dae5a49d693dd6ab66b2d375f82f5f807063bf5eb0d4a93e5d9f0c1415bea92cdf79d2b2f8707e07ba2f49a051e757c74d38ec618a22ff97eb7653c410ad2fe222c5bdd5b4020c63147b15ec9a27fa13cd190c9ed8177721bc684fbb2a5382f67d5fb2503c61164ffe3cb4b5215fab18788a9c812b10c47e490b3c83d32036ec27be7cccf22c3020efdaa29497fd0f27c7f42892f3ad4c0029c5b698abb1d035ba5869a665b1de8861db6c055e8e8ad443ec1d6eb25b9249d72e5a740476d365bdb40567179065e8ecc57d81f592a29064d9075ee79a2bddc9bb74a07dfdb4feaa57dca978568ab4e90f5384ed97eb0eb35152ee13e76d1e89e3b1a898a4f952f8ca5bc81862a18eff4f8a98b71cc881b7dbacb6c7d1fa9e903d8df6b50b151531720f5d78434ed997dc8f37e28fcfabdade612363d848d0653f5605839e9cc7dcf573d40886e7273b5cddece06f64efa4d00cde8868dc46715fc66f64ee04bd63ab05b6498c0eea6236f322413a2ccf9e672c22960229835d154b9ed967c1986e29419ecbf12ab594f17b62758e9bce3ffa3baa2d42b4f980f6521e619a67db44f6c3d80024cefb5c22b3380dcb165df21fb7cfbe99032b758976689e047be89079e90c76b5603e2031571d6a7e41016d3e2d2dba83989bb33524f7df245252c9494da6a01182f079a3b38d2c26805af9dc082ea170f9ccb29fea56b588afac57eb4e310cc7aba4d1007501c34278cd307fd55d141f8b210c10330fa18fc857e4b687262d565eedbecdf805b0507edaa9a0113382bdd15b283c9b8d33c850d7d8517510823bf11dab62d91373ef26f5bdd3584c6dfa70bd8f7b9059dcb0cdceab32846a9be726c71f7584c5ae6cf5b0f59ff6f24643cddaaa639de01ce7838ee5e051aedaf6447c935c876690586f9ed94c89efac286d35117b20da74cb36ab10d15957efd7fea09fbe5da0fa4fe911e18f9d7ef016c34f5d28d58364da4b95a48c07e01b0a99c5ace173ff2c9216bc96df8e3ab2ad54abd60308857da336f11986e9f21d1cca6e438c66cba7fd6cf17192f8ad745ab5bd2480565b1f948d3008387be8467cf50cec05a2a10cb050430a604931b58d5b05c1272b6edb5cb2c4c9373a4d27a9ae241ef3b419cb796533b9ce1c81e6d3b918247e145b213a4c320509b19b41315a4644bd179054a720460812def898bc5456c6eb9d8a91dbce0a24165e4d13828de605e859af38c7f5fc9df50d103bb5b16430f623879daf9cafaee3acfd3f4bbd75cb0bd6b1086a6ab9b3db2363504e54a2fb2442dcb5244cb51df83a05f4cb6d881c7e2b5013fd0320124bbe6c66e4b2a57e0c77e478e8629cf9da620204a0129f62d5d4071bfe33a211bd3a85f0175fee42053f59495a52d9baf0d17bbf58412e46a94d4060fc90c23aa6245a8c64b0efdfb50585b6f8b1fde9d1e4ddb5528db7304f139683668f03059d08648c4b6a1cbf8267043251e47bff043892673d3cbca85db36403caa2d70b18530e8039c01769f3d05f5be48ec672fe39544566e2b1275ba95362a750d0a39e90e2f8ce7742578fddf1842ef58fde26537de06e243725af51cf107b3d6267964e7c6667d43000ccfc555bafdd1aa9133389c8c155b13bef6941adb4bd1eefa5f82549948b630e21980542d59a096c5b45f25eff1bb1d2824c458af2546884340a8822e2e14dd8244d9bca3eb0de805507622375dabb721e776548a297d1cdd7121f82c19a72e75b99536249b5fc9da6f433a6d40720930a770b6743fbdd34e58b55d9bf0b54c42df7f69b951e060cb7990169884593cddcc7b25754f50d4205f2c5a849b875f711d5efe69f5d6d660d6235dc010a878b0be5f4996417c48daed4d96ee01658e8bddf99c3d6f8a5221efc4b8edcca7e432e6e4cbdefd8a570569e1bae10c9601178619ec3ba744fd972a3dcf28a09da9eaaad253566bc228283db06d65a364e19d8086956d864cfe49f055497874d4ee6073f08804746be4cbd0825883ae1556a5320840dbf2e97ebfaad3cfe63092dc1daa0713f2feceb2778a1f224216f287b80667958cd464a582be800879bc209ba8b5df9b28f234bbb2d34f74abc1439d5d636a3b8815059a1996249d3900c65289fe40c9ac39e3270713d9f6c49850bf1db1dbdbd79b14860c9887352ee5cb2a49ebf24588b9241dfbb2864f978360167f59801c8250d990e42e70796151794a6fe6bcb6c45c3ec518181e282c6bbdca0bc121a78f1b9ce128bfa810d92d16da835668c566097b48e5ae69288936ad024952882309e3a4a060b2f8a49e62eb040ea3bc1978a821ceeada2ef8b8ce79e6c2747c39f5923af6157126dab9d740ee9734815b0120797eb005373fc119699ffd90c4915d0fa60bcd63fa5c31735dc0a6737e320a5bcb81be984aa6aa01c455820c29d24842300613f03ed20e2089a3c3c77d479a405fff9cf930d57d6dd42fda5273a5bf1320106c80b8e359c50dbf77984441b9b77c1fd392b1734244df568cc86ab1c96abd50627b31381949313b494f9dc96fa86b09eaca9428ff702ef220d8d59f6e2f50ef7c4a727956963d3fc2524e87c5fb75e66908a39ebed8092a1fe97e16b64a21144353404d189379f5680a1f22c298e0ded9b6a47a8664b72610622bbfaaa378e83dff665c68282d83c6dfda436f68f418c13b606760fc820f7bada54251239d93f4b6aa4f4d3da011613a4591d251fbbda9ff9f0b5288b00de831b446b4b0d73cf0e1d6ced0ba1bc8c3812ab5f63c3bf4196a280e67f08a47e0561f73d933700bb7e6b080f887e6cf731e4f56e012fde69ae4c519a41c58e6ea84b072ca95ae29d32f010ecd8d494ff9777c1d9ab989bab3d53cd413f562118f232deb8fbcdabecc22901f57b28c70def67bb12b1b2799eda556e6bb61eff1569b5f852e923bf12829275c9fdff659a90113bc9b1f1fabcfbcdbf8a44949aec7550ee9b1fe1beb71ab8c6dacfdd033e2020be3f2acb817e18293b1d796b66f6ab702bf1fe7c0d42e1088f986f2622511602cd039ac3c06ab6046ba5b2e7f5cc82a02ae813773d3e8bfe3a836a8f458bf833e2b7806f19fb6bcbbba38fbec9e6817d85eded57c1026226524c305cef473d3099bb5a2200b89ffbb5a77e4445dd2e44a783ea923b470a0d61235f33820b6b854c9fa681071ac920e421fd0d1c08ffb21a4aa9bb0e74ea1fd1d955979040f9ae95d4e400bfaa8db7c1938a9d9f026c2248928936ad0498da3ebea1edac906e18efeba1257ce0444cd87cb56a5151fa31dd0c3799b98e8cd90243c2ca39723f50c5444c63d144834c836debf7d560304d22080358966b4c78c71936a1c95ef3e2a08f74405f5fd1336cb7ccca8db594f0d2269af7c6334e45f7af8c08cecf125b2c2d874f798aa48dff1aa6570cda9eb947e85d0beb7f08cd0e672163dc3b1106a29f13e5b26d73d8b4e72721b547c402fdbdc7e96897028a95d0a547543b8681ce6498b78c60c59028adbdbf29758b6a8e177a24b013d1eb089c7637d948d968ea1e84197a1d2040b4eed883dbfc8b5c6395d252649ded8ae0fb1299dddb9008901d74a00deb0a67042b16144f351a5508b96ed6f86dbbc6a9ad08f1c47c210d4ae1d8cfba62fa7f70d2e4f4e5c7dee0f7e2be46ee3bd34aed02d7d44f9322d3951c2f1d021d57069576d38a521d3f8cbbb23f16a860aa74059cfdc5b1b90be7e92cf60c6762d678dca74068f6cdb2c4bea86fbad974d7de9debe92aad7652d6c184bc026cebcf52d0c4d9f55621ef059b25dec7d3f0b1d71070389795338e1cb8c3efb38500c820fc500ed3f2d23adbbbbafab23a5cef1a07ba5a710b791426395b0f84425a477fc9e93d694f572cc3aae8420e7f31d603ee3acd6b62cf8b8fbdcaa9f92740c3abc3e10449ee194b39e33e433104e81d212e621fdb4daf6ab5d0833d86a66cd35174f7e1ea31a10ccaff1d8cce8e081afe52d0b0452e812834fc2548b13236ecfd576e64cecc86e7e359167d3b5d1a5607f5f72d2d87ed5a89ab214a0d6d2776fbd5d4fb5c1113730f7ba9a30c049754ba8255e518ec6c683067f7bfffb9b707f99acc1436920f24cbe1578cb516f7ad92827d868bce56d7a5ad29191caa7e2662f0b45dd2e1b2739524a098caf6b3b72c60ce7ffa90652f660525f3c8a1e558c4720e16b562b5f5f7b00555c2466407f4b7d94ff9e4ffe60dea8ece985284f59ab969fd62a77202601df6521f68812668021e64ee3e8f81e9d7b408101eb5a3522138704f228f5f6ab9140c56ef838912aa1e5d5c0fac89a657464ea4792fd88733fa0def665633742bbee2ed4df3a6614a4997c7dadf73afd3b5f0e9f43c1ba67c4f24c7d57f4518f0878467064a14f05d30b2c61280c682f7739d350262c33c6478537d1252fac571de5f389b0f4b3c4d642cbb5948f8bc1d0fb23a465c85b5873628538f89cb065a53d1f69eabbfa1a544642c118080a7cf0ace5e1251d9be4ed9020fbf8c4c6804688b1563b7f8bcff5207acddd004f287c54015091b159346017ee624c2e546fa8cf9199cbc6d0ab62d75a210bffc18d1ffb5e39ce0ffe0e7200d9b41d62c4fb741aa77ac11b30764373c905c98bc8727faae6e407bcf33bcb52c83b92e97cec526fdb40450313f73ffdb1c03f2ecca14469809862419f831415a23dd44ae60ae9d815358108e1f7ff7cf99b966f35e0173e149f072769adf55151030a0d681ce25c3d9f9ab1033e2bf889def6d66cf8a0338b3f1ff6bb83150fbcd55dbb6cece4033bc7bb86df946a7949d186ecd7b1864fcbc1d234fccb1d57cbfaf5db594098d6f7f50a10dec1640821bb6f38dfd2719abd6d476b934eb42f66bcf9f597e1a6dc5971afd6688cc2acf9e6d843ec250b1d498aa722ead483a1756192928e97b51e4a82d361e6be2c6eb998ea936770f9df586219e2682532b4e032e739a6296da2b0719e37be1f4954491acdb2b67ce6e8d03bc632750868708f77217247617872758737e25a77c26991b4a828431178419b5ed69a7946cdde6b7867c5d9057b967f09c7ea208e3eb279ada37b75f657f19f1370a2dca70a055a7ce2bbc4de2114b84275d57a2c6639ea4fe835b3f52c00c6a1bcd307f3c7ee45cdb9db70b40ff606796a2dcf18e205cae09cdd67d49f77f652e3b460f2ab9f15b115ad454ff04453f5cd79871b591e03a9eafcf85c575d196c0dce506c5f22b0711ebaac766a0486ffc7420afd748d7bf2f819ce55fdba163861a740288b7f0055fb890bf3254087df800fbf86da591c03eebc51873897d5fe08c996efd6bceca4d5a3cb8ccaff3edd1f68107d338acc23f56ee9bab1fb3e062abcbc89e8e35ba8d38e550a014a9341cdd564ac2929759b35b5feb510ee3997ed0618be6afb37a71ed4103471286e52b1df24d9623cfeb4d51cf841fc78aefa7c311456040d67eaddfc63d4c3a1b759f40db6cd86ce4fb3fd283f261da28578fdc516185d20d3b9398fb8b09fbd569ebde883503ee450e3d7633b2c1c73a657994888cd1e3c635c5a147692ab85336935f7f32a3288e98b8854541aa1f4f9df7744d13dee69ff1a671304409200360283c26f2209c102f23b83f3ba532b675ac040593076b08f3c8915cc82fa3648b0d1d15d016b98836116797ed2db22d60e9bc5886e5e18fb0ae7a135228c304fbd44ad268f0213542041bd5f2be0e12f44315ac6be4daa2bccaa3fa7e6eff5346f06dd3394733d5d77e5d7fc8d0b6e5b44a9877beaeb6d07caf9778a98cb8de00f3fe9ebd8691b87ae2a50bfc004d341562cd40fb8e169784cfdd247feca013ae4165ab5228ab7b80c37af0f8b7218c8c2e2caeaf1d7a66499ddd744e192582938b4b6fb3c7e18d9da357c53b7fe43dacff2f0745d742db5fac20fea08cb9a9751418824ecee46d3614b40f50c4f5e5ec785ce16c3610551b7d400a13d1ed06b78e45598fb824a8ce6a2815c520e703bf0c2ed36ec463622183a34d24632018df5c5a7be31e12beeb461caf051e2825b93d2d43ea1c9c90e641d33e3ecb135e4100d050055b4f1e012b1a019d1749ba5f7dc0b94a895c5ffe5a4833ef7', + '9b5f37f5dcedd96d9b7ff6d852b77ef90498311d24dfa906b2979b28a7e85a1893309c41855581d92b59d1133a2e859610cc8a2f9982c1c26f894a8745df027285524af338db0be0272ef7b03f8f11e93ae76fdb7c173e8f3b8c08fbe3143277b9f0c975be2a7e6cd629ee15298227daca11688c9749295460c85bec4b2ef10e76309f2ddfe8e264816f40acc0aed1510771fea7b0bd89f92464cec243d6481f063a568562be3faf702b74dbccbc16363b30b895901e6665d089e6e594b43d93af3776e311539e37eb83130c1453ff71ac751fbeff12c982ab5e2dbd066fdb50ba4f85b1b25006e33a9fa4a6611c92eba269b98ac441b937ff0c2ab360b0273f6fa90d560e5c809ba4a8af117bbfd98a67341162a9553e6c12ba652d6c1e2b48156e953aed20134772c6bdb42ae3dc3742fdacac74f360092e916794f062ee54f5c5a6c51743c7d0ed2055f93630a2db7aec14d1eec528f799b9b751b523784958d7c75f536ea41c5adfff476650335c582bd03adf739d1c9b59ddca830ad21184cc80706a49b314042a430783e897a424df684e0fa5c7617e99626921bf0392c2cb5960257bfba0322aaa9f55a3d699263364744502afae88a2cd9559e913b659fcdb974aad84a92b07bb78a426f925a54d4d164b325cec039ca6b5f1300b6393888d7ea186571538e8fffa381c082feb55ab9be7ded60135af7633b23ef283b697f77bf4af7bcea1f5fc8dd92b099e3e74046be2ae26d76701c37664b8d0fd0b50a2f709cff8baae583c9a4efb065ce7d1e2ee03495355e0bd18e6cf49adb9dadc155ba98fd7c3a7364787603506502d96cc8c14586562ea09faebba97929f6b63d80d9c971fd0d3baa3bed78112625ae84baddb8265e8cb0df3edef4a8697050c7477aa8ed8c87b09daa57b86317ab5f1e6b922705aceccf38a54340b9289f1ff70ff9b1d0b95e74e74a613ed6b8085d92518afc94cfc35e048885282bd5d7865540f36ebbf1e5faff728695dc85c13c890324a3644594efeb3f111560ffbe066a90e44a1fc4b2b54ed93437f51f7a7e5b06fbd5f48cf5e7555f8382f904b7129f6648de6ca049266dd4e6afb0d3788580c38cfeb6345af6db60391b7493675d7c378d9633231dd0d50c3a6780505004a2cf347839aa4870d5c7ce29341a2329799b4f0bf3bba5570cd59be9e3f4a55e3990aeecef7d22f7dd1c9f46e8079f192fe7f9aa3ee873fb8dc787c17c5ecd04adae38c7581b8efe69d548fee0fa1faef7d419eb75181e60c0588a6889fd5b9a877e8e91f403e0e7046837abbf50495d79b63c5a26f8e9195d1f1059cd3eb5824f97fcc753d4dd64256c07f7e3a880a72e24bd70d4d97877bc71c61f96b18f4e7e712fe1e7fcb8d85557264dfe717a0e7d9629c9ff58511e5706f82476e42d718c90848c30ea27c60c900f2850398a15f0810db016e3e77fb52532f2fe55347e028c9700cf3b8ebfc3cd4f11996f25301f8be5edac0ac01e7f7313258d7328d678abd3ea035f7228035552942a90ffff630d2ebd3f4b6f7cee76f516c4cc7f1d47a4c7c28dc4568153deb62a942d6ec6538b64b941043a0dba87755104dfaba4f7ddef04bf18c07e3dbfe63f66c2f647799d046c41f3d4533c4af05eee0b332021ddb63b27bb3451197f6f5d02c02ad54da8aa30b268b2e01c3812bae10da9f13e1ab9e0582a26bc8f93ce0df8c371023834b2c132f15a36b2b548df8e2574aaa51b666eb0f41c02f8a36eccc93b7d50d1d7aa78141c3ec99868ff57260127bf0f664860c28788e6fd14de03f496844392f81dd00657d50b45b9c29c791f47a0c571ec411d82f1baf56e986dfb733a5cf41c79636a22b18e433e2f19d7de38e27fd4aeaa2244eb118a273a455e4003ff9dbb499cb00b58d5095c9179d2dc800696e52be6616bd96d23c510348d9b85bdd86b0b0688703f42109b9616ea88c18f9349c0906b5641204aced6b619c4141a3c923a1b540fd987e171a99b8f6151e00d7929229092b6fd67baea448378539742d753559328cc09048548525204d5aa5dd9a23781bfbf37130fb75a4b16b8b78390e34fd6596b37f23cfee5b2d1b1411d01e829bf2bae8fd533ea71e13da7ed675576648e204ba7231f49b022566936b37857839965294a16dde025d64bc5bb769b693e3b0bf1d91f82956c3111820dc9b37cdfa10a9408605434e0aacf86a429e948275d7ae240502d7e546f818038c839c498867a933d4a3d553ccf476f3a09b5afca760b817f6d7671132e24e84a2771cb488a339b7b2cffcd94c431e3ef8e86ec92152c73d8bfd3fa22fd7a2eb47ff1fd5a5cd4012481220a731a1d893730e3ab18ab5c2dfedfec960e7e0fc7fa2a40d7585eca88dbff3a98624168c393994247c8a92904544626c13ff044489dced4e5cd00858703ffbff3ecdab2279710296f1cbf01bb7b7af8f82224c62511c634a522f2a3803efb08a97d367829b43e1f7d9f2d74a7d6e6f9c76f6be3e1f8b8c691f4958308ef89cb259df5394e7d8b7affcaa4f05de9229fab72365c13b51f3148ac89c28588247e04b987541a4580f2622996134234b66110d5246d1ec951db15d51fe08aab4387a36a7d76f1ceb6ec3136714c095c0ad49402b6b577c7f94aa5e8f85b8ccb6f7eae2b3810795b75ef096bd718f791a860a1755db3c3138df655627392006b10c96176579f258e7661575437e8a1a8079bc5b799e6654e8864c0cc42229a0cd00e89d65c916ada10f9876a04599bf1b0fc7d43ebdbf2cb611c54a0c49b9e13159463b5a795ddb0ddfe2627ccea5af13cf934a4d3f2e03cb093ad6a7b5b91206a21abbec8fae2c55605b00811f94338f4288854d2c9a1f4ff612793e6e127b7360cbe3c415f0e69e1a6b1a55425093b7ee0f4ce78cedc9695eb5fb797daa64a11dc17c8a120d5213947b76a03fbf17b45d8e69c3680e4941cb8b24ffe96b15b760644de68fecb8d956f1de0b1ccb07ae176fa288c7e5e700c4fcbc79ba3cd5deb21c207e9375601be837173de35baacca218c0deb25aebced2708a8ef904ee3e9a51bbfd269091ffd3b3ecdf9c56493788f38b6f30559cd27b4f57e7adada6fea06be709502595ad9ecf24994da62c175166cae049be44354a01eb2bde1e46474cd26c4a1a1cb24ed1f2861200329b9383db47dc057d291ec4ee0e03943f154027ee126a8b5d310af483dcf3bce2ded3a8b9c8096d7a93b6737e8817d8f85d12b828a10eacd15a0890ecece38a9e3c004768160f889ecc25de1a200eb13164e487e6e0e0835e74712c947f8b714eff42e950f9975fcf1b928d28a09128d274df1d9198881bedc96c51e35c9379da6dc015d93849f8f6c7250912ce4744c3d32a019291ae79679f2286414da2aa2acfa3536b9dcc5dfc1908d93e72d90decc9efbb4f93f9a7b23fbb531618600d276c122b6eeec996c75960851656ee8b36a053d4326611acb8f15e40ca8677a9b78e36264af4e7a941cf589600412fc7879e80d3a2d19f905ffc33d6c55f8c86c37b37cb6777cfa051c2159366fa43c8c90d9e40079e4b5b91aa639c706b4aad347c3ca32d3f2882de7cc204af4ad496e233d4a4c893bc163541161b31715625f0d96d3505139b58d243857143f9873abc594b864f799bc9330a73d9713b5bf6e1daf30955bcd029146086638acf06bb3dc62b6e03178f7a734da360998fff29eec7f6a786036efd8c1bee62ec94f9214fc49be44c374133dc52ce380f36eac5fee79d9801ae1edd22bbe5f4d10f0775d999c371929f58fb58601ae73df8c5d2fb8311632d8587cfbe8a92a3a109d9bec28ecc9c3d187ddbcfc0b2f7899c3859cce37a90715252de48ce1ef6c44a1704f4ebdeeeb56a58d927bbbcf05decea60594fffa737db260fa8d0b175a29a684f56f820ee635d90004997615820ae84f28a0fc831e6e9ac6cc6d871a9a3c174a8d0fdbb24adb9ce551d9cc8b93aabad14476afeb6e5448bfc8a2d89193086e4164a41d718fc45b9e28b141a9a13ab0ed078aac9bc9eb46cc7dd191f4eafb260a2ac0d9a53b9cafaae7c457e8413764f2d051550cd7801f7d6a5e25cce8a0d8f53dea92f5c4a1038c1d6781dfea2d31734d6f4bc70dbf2d330ccd16723275f1a31c95dbcbb19df1c2483f61e90288b0eebd38e342e2f51a9dd382e69d4f070a84453716af98cff4ede6904aac20d66dd5ce52de18ddde420e6d341896a4b08e295652c609d0d3775f772ede91db92c2c8ff217eb174b74e1528351f06ca2ee702be8d7c72f0351397885f7022894a5a28ae3957954e2c8932932a8c5625cebf90ec2bac637d6134468896c1e6b0799e857a1efb3cb0aaadf74c78c31d5e1c72547dd1d863eed463bcf6892646f78cfa6fe136dc2042ce06d3a2a465c4c994a9edd1f482ecbb2b2c9b509b2fdbb501083852057ce87ae33e483431e6d4fec3b09d87282e7678c1e9423541310d8f82427f6b2f4feddfa6bed57fa5b8c6642641141bd15d999e353442031ffc64cd6d33b58b08d7b8d76502fbf3747e31a038b5c1fe8472be9201a82b588bc47a154e567b4016a6d1f8ca953c2e22897f29779927ada6106dfa939f6e94193ba5ed92152118fd3fb1ba3400069e347d37766f65c5a7daa9104e77847c444cc470ccc50a57741104d0a22dbdfbb22ecbd2fd9ca62c8b86cf5df42a11d4e79af1832973a07efff688c74734397c0875f7da456bc4bcb73ed59f9237a2290c9845258a1a7217fb125e0dffd40d180fbe73c5e4695bf6c9677e6d8f0cdfc911a922007525f9b323f8d70d5289a350464cd22e4121d68b20a50c306136053595622a8c512291c0d92e965dd5c186a53ac5a56bd201ceba5b5c01a0bf2fbd0f1637c121d49cf4c1a9080e68001831975b9d30174da5af34d8011106df7681a602be887945f17d460229c1c447fa3e97375834a8ea79e26b35389cfb6886edaae94ae2fb4bcca5ce731832fb43f408354c6b15a95eeb22cde17727f6d0fd4b8e488153104c9b08bb8a37e4655a7228e2096a45811195caed6b212471bf3635b09ee66b50cec900ada62d589b12010b3dfcca56d888f6554a40eb250479ce36c25adeae5558e33805554d0214f13d49a9a50fcc184b895c54f1299c279721c9241afe6e7661862963263b736b7e634ea590af17b8cfcb3aadfa511c43addd57663dba5e3c7f0e3f47876d1ef7203f94c22e2ccc429c389aa5db1607e1045d8c096196e0201807e412f74677507d0eb67ffc0d4c3e175dd6ed01dcf198612eb17df51886b9b2ffd265f47c1f0feb7d1e4f78c52a13f7a789d40d1a6bd21acd723486b3c481d64264a11d62787e01e746a122e8e85c83a22e0b5b42d916b7b638dd850d2be1089c3564d09e162336f9da2598ed098061ea2df38b0acbeebe859fd97e692f7fb059af119c836aa82111233d3946001808cc241d0ac6a6b29597f1a8e16c31b664074c47ffb7087526c9cc7892985e9beed48af8691b0c1ae379f8dc4c9af51d9a21876868ad5202de802038133897849aafdd06145c6e801eb7ffd41e59cc2dd9350b0365dae9e9aed0e91c59bb2d5a829a94d69b1f407aadbe8130e53d396f97be21a985d422822e386195d4a492963d414cda6bd82473271a17732fc9cf4b6c2975bb370dbe74b3233424f27959b031205f92152b7cf201474d0b5c73e049bd0371c907fbf03a042ddb5a519e0540f4a4679e156dcc8fc2b27c7a09b03f0300d8a04357337a3a67c4b1a670a707c0fe69df4eeb339594f208303fa6231ddfde257bcac328befe74647189be18f3a8b4dd312514f16ab9f5a502dcb0311f58bb568ebfda60310ea0997574b8683b60ce7b07c1114bbe5774156ec1c66eb6061ef833a2eb5e72e372e04807ee09419191cfbda36e86f305c3d5ce9f473074607f9715149497e70571b563b3dd90c8b3b547ed3c9b57cb4d8b62ccb5b12acce0639fad7554911ffd13a552f8f583133f9f7ff10d062289872148c3b592b2420e519e5755b9de8032df2c9057c464d3adb6d473956d7bc05b3bf45e1f7a6b5652c00fcd2622d4ba3f4aa79640c89a6c7691e1ef560fc7f2221201f643c6ba8c56456059772e18207adcc2ef5480a84032c734becf8b9bb18469de16d316245671482c96b93a1d458e0bfb06037b13116abd298c725f6b60eaa9f55a3dc74d374c4ee10f7ce558bbe15ebc74ce167f4276ea4cb2ef09bba2dd38f41af47879c13fc01a2e22ae5ed60d5b83b614f12145efe52adc85f900d9c4bd36e387a84e66d452346d5b0394367a78ed348889bdae4e242063e7dbdf7849ad5a4e77b54faaa26bcc6786739d4fa14d558a994eb8ee1a2de9e374f0ac20d46fbaa6454dd20f12834e87257ceea42a3f5932b7ce9787cc78d3c5cdf60b45ed9af4a560d099f6ad1f4756c88decb67dc564977477cdfded8b6aa5534a517a0db584a65acbfc13eac62340d0352c09047604535fd8e0d2f5dc3aec956c331fad25d733a3be7cc953ee7effecf1311e56d7c4e0ca7064896df1b11614ea04b9548288d7dc168099611ec6ce6f408068fd5102ba44ccbd93be5269ac42326ac99c42060d6472cc06aacd7746e7b18e7b60786a5a6f4c70847f74c139add3b9e2dcfadb3ebd41a39389711cf3e6b2dfb818c4484baa7e11ce29df5428d85c96779f0375067701abb295b0345fdcc2e8b19ebb490876e015f336089f14321b750a6af26fdf023148f657f149e53a602dfa6ac3c90b6500f1763c770e664bceda1dc94e3832ef6f0fe138baba1ea02933f4f58464eee56f48d995b12ea995b53a24228d4aacbf0964e5c07321867e7c8f33c763990d8879609fea2d8c48a08d19b01f262396c1aefc7677c10c9755e8942968e7d1f1cebded2ba26283edeca4fd3407af5fabb7ae1b35d72ad7cba6ebe7685287ac3618ab432f46f6b1e3daab5932849f6b3601b5558656f71fbde1f4fd530cd98434f6d016fd5030a2d51aeeb23e1e6cb2d03023400a8fdc40d8a7925a8c0043f698f9babd2846c6b33bfe0d9cb92d9de304b3964f14da30e79668526365c56d7fbc91c9ca32932f8f8324868d364ab9684e0c7cf737deab708194a3bc92d4ac8c2a4f9ba2aeedb184350ed7e827ee35af06bb45bd0605827824cd04da75b687a86c939efaff9f132ddc1d704210809943d9408f24e1d77c6afa62042190d38550fe0e4227972fcb08f2e0ee3f82ca6ab3302cc7b37ddcffd56d04104676b43c22490033bd18282f91f3f9b014f1041079a5e08ded1c7e63241713b79d99e10278f819c21ff510d75559b85486edc62103a4fc203650446ce3632178bb7ce27ed165cbabe4b06248cfbebd49f9cb9912edb7e04d23abb773afebbdc214822117d82c962f9fcc950a6d7d690ed23cf57c94492d5339a15ffdd61b39222d5c3553d9a6f9eba5cc4172bb305c21c49453b493e343e0ecb3a681e26c24278a6d97b9728f775e9b11c0483551f72135743c616910c454b16513a671791f30a038b0cf2f208f06f44fc9c1685cda6ba94f37e9805c1f5d2c382fb1ffac8adc034018fb6c24b15325d8a694d0db768f94a7bed3761fc538b1af735ad980f788280648c4a5e68ee1b44eef28eb484bfb8bf039b5c6f64695e63d5', + '5edb47d07e856a3dee51f60a723ff8dea7cd06c7f21cd37fb64e00eeca3234ef2a236e57ec2d9a3476726352efcc4904f3b4f3208b63c64c5c36b6781e575cac509a49042aa59bf9d454cee1d55cd4b9ce2e6723681e9eab8bc4be4ed1a2533d3a0880de213594146ebfddc00e35c188a0020ad771948224abbec078c95b412a4e35bbedb725ad0eae7b3bf6809f39f6d1f986448f0f9b4024ed63fcf0ca4efcf6e8a13ad5bc106dfb4f8e8b15e4648dc9db8072a8d510865e1950e42c37a03a99ebdacc6443e2bcbc047f88b34b69d4f170a36aa52f0a7fc20a2f3867e9626c9e040fac4a024e805b62b5f4441b7053af7f94336f65b1b1b687a7fe8829ba1b6ffce8e0714179433f31d9d7af9da3936cd2fed5ecbf2ca6a35a6040773fd0ce739a0c72bf488e8cd039923adc19281b912f87590685a4e6f24903051c73cd0d12a824691e5eb3e476428924b3d62773845fd7c6a4fe40f7091d38565f0cd960b4ecd7ce75cd10d29913659d1c1ec924af2a9724ae732963529da63a28541b50c130cea8abdbcfdea175cfadff3735b579576f7b0b2c86b23393f6b95f91bc64a13ab0ffaad11590f6306f5d446a94ae49b006d4a571806a16c5cfdbec0ce325bdd226dc59f70d71000cecb4d3ff0e9889fb0536638a3f1562fddaa9b70db9197bc2d846a094dc0828d1efba943ecafaa00113aa2dbeea3a7f01bf2aa8dc66ca44d16d4567f1adddd4461f78706ff15cf68ad937eb57aa62d5992566a8c011c081c68ee19657a6796d3425f54dd9aa46f35effe5859ba614cc8fb4669d03e381986ae223160cef635c63a83a15c51e41ff442cbce4d307d8ccaa153171eb0397f3851212cd58b123089b514dae7b75d4820508c5ee46f4363db1f0cf0ac1998af8dfc5b6a4851442d8a4c8380243d688e4693c078c3e96b7876dec4952cccfe0113fa41883da3f473645b403f76569e48d38708aa70114e212a6b2a62f56cb23a56e563f539e5bba8948bdb477285870e53a4b5725d897404623eaee8ba5b5da1b358433fa1a8f2438738c5569d6c8b455377675f00b47578cae3b2a4d02b68edd5ad6fd6296040cad8fc9edb4b5e33943f699eceee24bb24a0d4d615db5f6c652a5f3a47159e1fa4f631c85420ed18618405bc509a5ccd6e909c99ba3069c0ae2e0843011ad4f7686b92b24fa28ba233ddd6407279bf14dd26a57e0063dd0e2f5d130aa29d87609ba57a1d2c44dc59918955dba320de39e6cf89e3971a1bcd7f342a019a1237d3a5306249788c31a6f1330eee71143c9511e7b47adc97b857045f97c8561d68d92b98e5c7c2ed3e22d9575be95ac85ccee52baf945f713563651be6bf75039cd9855b7f3889fc5455c052d76cceb1b14fe6f7e5d08e3b155b0805b1575589466d48d498ec4c1e16a83cd20bd94b64cc809dd8f1bfe759daa663a96230a602e7fceca0bd8367d6f7a2a54163cf6f562119503b5da2f961e7ee0e8393dbb5150410f75c676e8bcb69cd902d79bf990a3162c4bb842a42c7ef9a7f00a0a921142d41ef44213e264fff9193f2a81a66f5800551c5ffc6420034242bcd23396894c5f83b147552a5e92b87173d996037bc8f699de73b0775bf68239b2585fcfa1b60ac7129de4ca93b7036a06aa831b9a3d217efabd05e6c49fe0153c66374642c7ff71810b69caeab6ff8a6166f0f3b5fda88ed602a4b84245855cc1c2630252c86309655b8c304ad6d65cead58495b551b451db0d35f5bf319899a9358a0bba0161172653f4069d60b0650abee80880816d4e71a55fa522ac42515b87546a63ba1e242cbc4a54ca9cb42f29eac45400d5fa0d0191cad153fcab0e41806b26343bc5b7de5d3520b9d20b41b022bf821b958416f19a1f813969fa57c2e8744714cb7c59a6005e74524adc23052c8198bb0832f2ab8806bbbe3d58b546861ad6edb46b91eb6b6c577d4b505e92d0b3a1c7772d2895232689c9beecaf352302daa63cbce7166708d2221f8f79bed8fda2272a9c40193228f24336dfcdf887d75b27ac94e38dbcdaeb290cc0fcf00a06a5c369a8c29e7fb3ff12eb5897f57a3f62584c1e0eb93289ac7a5b0c6f923077b1837c79378cd070b61f26809695c4e2f521637fef0291be1dfd549a5b0b10f7cf4faa36274aee0721522e7e51402c6a1f6a3be20fd1a020459b3e9348c3732f060f3d081842a11f48934d7b505f7c7ce51b1a6df48c28582c3a631ebc2220c65eab7b1694dbb06031cbc99f1c587ac3511c4948289df10ddac309644190e165df0bad89227de574e6e0eb113c95efe46a55109c336ac3e8581f798c5e757cb492171a884b9006006fbcfbfa387ca28a38aeb6919b5d6691ad34fbbf9c39ba5a7eb80c3c957cdcafd245418199775d5bc410854eeadca1afe1ecd62581446300abd4c9cc8aaa2f26196504cfe6ede6ff1561c3fca7513eeafd2e54e597fe3f4d22549a61b280c7104c038e0ba746061f338bb9c25b2303ec07e1bb2866d015eaea21c72394676b137107255e65e985632774afc98dbab95a0aef54157520af7e0b219839b8c8e5d7925812f0a6402b72f806ec38c57e28df0b3f67d54c57d3b28e3e55cca609fb05b6e09de8f5b2c0f5ae27ba388cd7172114b93c8f73de4a2e7a5f4503e7947645e6860d6fd7a70b9352c15ff1682d4fc82c451a6c731bdc99d76cb10702cf1d3e2932acacd687d5f5ebbb248ae4e8997d5ccb4b94d278509cae4ce1ff7f24ba9987ccc0c879bbe6c281fd512c8570bbe8ab33152e1b5c70de06e91d14e7fa13fd083d92ea48a906a31d6f2efed52d7db02165c162d32f0208e72aad6ec0b8f213b56b6a3bccbafd40c5f903295b88a97dc64a965a8458cfc159f7d83495c81d83953f90e38c569240848317d49fe705f9a3c8de3bb5419fb26538e88feb915cf4b0a14b0911e68f4c5ff5b3282ab35bcabfc8df30ef513a8212d523a64c7b790f0f7ae4d5e1d0ba0b60371f4d835571982233e35eb9f067da69b7d2a23fee3a7bb9b0a370867edb268e31a36a32330f0cd5ef30f09b86f06270c43caa4d5269e0b62dd0028856bc44f1cc87a7c0b7ffcddfe60e0c1d7b9bc131e5abe7fc0fcce80fd7b3b26dc2240e92ee122db448088448fec7dbc83831a0b4036580d78d2c39cb9894a9bf29da2b78808d24964df1d91921a284232379a6ff04b39e6335507bf257ba0f05f3a744ab6b40b4ef3083735936e62fb7a53d7c1cd2dd692a6d02578dfc6e0bc887530134957303455886fb1025dc060a2743c913532b08b39e0874a36ef8c58f4fa6091ae86e3c232dc21846d6cc2ea60f5436ea71e5a486312b7c3c97a066e2b26805654b78850e17fe730430fdd213c6386bab1252642c8c3314605eae164918609c1ea5db06907e04b4511db918d7b5b70f5e20bb712c19e8e618ab69fc4de957774ce0dde930ca9a82368546287c4399ca098268f20e3f129a6b661a41758e153ef7e3c75377638985ba4eed2b8ad7a546b620a1105b6578d86278090c4a6d62982796e16eebb29866e561f64987dba4286ce2aef39af5e34704c77e8653ef062de5e17262161d91cdbfa6a9a9fdb65f1b34b0d6c253561b8f593cc1d7187cc8a638acc457800d3a6151054e7473d09bc5157263a60ef0e85969bf1926217d71ab29df1d74afeb5dcba2672cd1729123ce17109bc6542b124d3d39d09bf758c9e3bf62c6e12d1dc0b3bab28ce98161bedf4272c74bac6f6012dc902c60217798f7021d07c7820d2cbfa2d0b6e428a833a09f812e5c9f249b514eae769a2740a68efaf9274e3421689a61a7f2e9efce4bb835231a22b4b28bb19c79f574921dbb51b0dc709dcdc33eeaff2188205f3bced00c41d1c47381f8dbcddbf314e8759ee82bb028ddd55a74588525bfb2ff57848f2dc49c6b64f9aa76e9bbb6a2b4b018fa735b9835d24ed38bfa9ae1c7578b349e9f92c33f1083682bf90087477b35f12f91c708ce4e06232c666a3486f03da8a46a958e67fe85fca20394ae2ac76ef1318cdabfcfd0ec2ce2d27c011851d7a64a97b3450cb6692c82125e73751fc2dfa56c7e0761e167b55645b88fa502bff7382dd62f55c195c1732b461e4d0c9985363a9a26ac08df882fc70628548c5f631534e5956ba673831f5834f6dc155ca98afd1565d7cdbc6b16604e124d761db189b5c8bf75ed69392ba010444ac2711449bdd90c0bb86727b3197896b94863ab3eb667f59c1fe1ad420cc250bf9b418e1c82cd636f524684adf96cfcc08b9817d942aa7f08c342a50aa23362622934dfab55d9b22c22c249ad08138c89c623be055e79a4e061f4ea2b6c49c25bf3b3ce9d3de54069b044405a4f538e3d816e686814bcae4d815f444e72edb8d38124249a43d9564f85322f5dd515490345e0dcaa6b5be376aceb7a1bbb088bf25cf0a94c6e9d3c0628f5df5da342060498e1e4746c3e8c84690056394f8084df0b802558c61a3ab521f61803bfc00d6705d9466e1d4df09e41069e51363febc3163b606953369884f99ca1f73379a6551130cb3f887159edbb651b0a782b08c5068821251eda9d9c374e44e0075319f6464f3b8fb5900d985f85950d1e2e220e62d132342eef92256376c7664138ad712b9c5e08aa9355c8b5ced401302f82c5b27d593f8b5bbf46067bf332eb0fabef4880fc50716379a546a99f8fb41571137ff45fee3e086c28a7c590ec0cc05b972664dc0f12e6c156997cbf5fb4ca35204f9d0ce84edce1f3cebc663cad3205924caec7ee9306750436b0fd1837351613ade227d6c3c165ce03c83cc8d54ff10742c88594feaadcd6a6ae1f62463e5e141e2a7a5fa69e42e1cf51dc3b8cfe671f9118deab5aba3ff570ddede7e8cd534d2cdecb2cfe5abe55b9bf0c3bda27ae02c0089ad8b01de6881ca4314c25ca3fe35e64e3e4d3df22524a7a9570c8b20fd757fe80c507bd19b8336db13c051d68013c258a302d14b6ff08ea3f845d88d2c6df64591a678120ad3c9f365d91af17cd4f8987b815e1c1857d77d11ca28f3ff9dfa1ed7ed951428ebfa18857d066936f1ef9a423922e8d0c318a15e39db09d95df1d049a6315c98344dd6fd3cb2b261032dba71aade360bbab89d17e58d436c56740661610b5fbb654bab37988e716d8119859446de983ba73dece98dbe150af0072da99e51a214c76a01bf01180acee4599824ada263e3211efd4d72cc1347b311b2acbec2a827033f771e16ee0307b5645ead3fc83d84b0d26abe3555a2a5283a31c562cce684812287bf3a5edeaa6ca035888dce89b2cf0ea1a655e96795c7d7279dfadef19fc9b9902cfc09121982b3d9610813ecdfe42a2ea054d5b6bc0a7f008117873deb556b3cd1cc6b21f78005a6a15f36bb7e889b8e36a2c9346a7898693919444ff9bccdea683c03a2a6fd2c29d3c3b59a1134f93cd3d02255338ac9ae00a0948c4d5848353acb5108ba528dcf72f60eed2a61b9b7025d8f9da9c9796b922e069758c06089d3ead1c8a418a123f966a1494ca763894cbb5f723fad2e0e481208d59e7dbd74ce2b1466e6c80cb3f1862b22da7e7d200d6a107757be6e229d0d19eb90f8a56283fc776814d9370bd5e4fb0e664f6d17defa5111a475a0252b7fb83dd2b9beff8fefa94090d4a67821039f5072a2b9dd3bec7fd5885b6aa25dda7240d64970986c64f884fd32e1956d5286bd8200f9ecaea11b3785d83416cebdd6991e2050b9840d03a9bc8c6ee005525f9a16f293d291c8b1bc1f8472fed88a33ab0cc6d5ff713849335139a4f4a393787a93e01e0bafb3c1e7d7e8ddb715d037fb44a576c6be8737964de32a2fa2967fe39b620f143302ca2f217daafbf120420e3864c9abc67a6d5714e1750d9ccbc4499ff0dd68d6263906ae9b812a14eae0586a5d351b1372490a48dd0c2afcb3e42114050f9603aead12b1fae6cddb90a17e4d275f91301f59045c3e55f44cdf5e0e9a172c08460c84b7ddf45263cfc1f3c4733b9faaa6c22bf9c17de8e5f7bea07684bfa95c07b05e8aa5103a686bff65df5f027bd3e21b204f1b244b9ca7d249dd76670dfdd33aa8ff99f735583a99563373247a897c7ad468bbc9f474b7aab8b7e195d05a432bd28b1ee1a9bfa6306345521a2247c071c6fb35c75a0ab1b88baa58d4871da1d499a1b6982e1b59551ba97e4bf9ab7890666b1ba502cb107c21194eab98a4a9f53cf7f35328d7ae67cdb45a426700ef47313cdffb75227e66177925738b8bb5ee5ae257db20912fe9181a68860104af16b5e4f53337dd3626ed6e9fc4e63f402061f54678bbb4586979303b9f4e03327f72f7edd4b127f21ef15df0282f3be34bf0a551b440dda2697f9a45e6a4a903f1e6ea3c6877af1cbef1cbd915dd0e19c175771c265669b85989bd1a04bb42be0e90306356f1df20973d3cbd0666325e116efed84762d4e4ca261d2a71e88cab35ed6ef538c634983852250e8251252abc4b8148800ccbc22bd33ee9a6b2d365f88d0a64865b5c0e02cf1960122462fa42a9b2df78baaadb0f2f96fa1bb0b378d6cd7723b82791dc87128e341e66885724f807ff89d2fe99e489b9be6948a94e514d49d546c1929e55aaf80d3f8de1cbd3b5053b4c0c33793c801bb8e8112170e87b06dbdaafbacdcf26eb5dde012bc2ef7f1f1537bce6037791316c4070b86b1cd512b9bc4896e583e4dc988276a2d6c8a4da1fc56b82d3363baf6aeb0ddaa75efa11e19432936ff483506fb54503620fc4babd7dae9632f8edca17403f04b03f487905cae45cd79170cb25fef2ba1f256d2560d8ecacdd20362603f88ad3102e4eac78f8d44fc6fb3bc16db806334899fccecc6fbc132c5c9357b37c87a231bc7b40cd8698e8989252b7a989060b88edf20b329a73759b0e83b3a834ac0eaf6a6cca75fc88b3c6e744325bda689f4a81eb6f45f1c950b39695ee54c96e84e3a881ae04d35a3dfc7a8ea61734b48b2806576f68fe241100b5385c3b9355817907686ffca353e383bca0a74e20604b8bebb4803e27fa530ccae981df3ae7a0d9f77f84bfd52c41173e08aa7315f26cf09291461807d273325827e3b2189b5f81093580d0f139d3016f5524289de14bf09b6c259906431e0bdd821656c4f709f8ad28e8e2800315dcd0e4a8d110c3750676a3a333bba2a003db768e3fc8715cbb63d82136ea2e86240355ad0f270f74acb4d6437a8097a5b4c283bfcf8b90b443bdb1de70c802b0616716a525393bd74dc6828ad00d888b9933282fa886ebad2c3b5455128236010f8cb625c5dfbef9743c26fdc6ab0bee2b9dd2523d62c8a3df3d1e398eb11f1498d492a363732f77ba8631f0d0f18839d67310dc0077ee34c7539e0057cd444797ef6aa280bc03be8b154228816983fb44537201846e92dc9f1f522e003f4c36872d7cb7afe2b25a6099c5e95a8b85bedfaf64775b9f7d07a0e0b9371aaf7d4dd12f673733afd1b7c5643bd7ced013d112f766b1d882f342775851aff9767e1a1065a8b5ce7bd8734415226840cfa4ee88bc07259dc19c19ace6a9ed4f2cb517df50bfc7d2cf4d09471d080f62e2cf639b7db4671dd3ee09ac0c30936e4ac8c368712ac1e32295e658fc5b51a7a1d9ece5acfcdadb225f7eef397426e9591fa976576858721e4996e423aac381957ac6d1da5f1558457705f10ee31c32c020367373f6e0020aee97933354d9832628adfa86498b07a5ab1b5bfd1be7fd1870f6da4754ed0570db64c09c18082eec49eeba214ac07bdb824b8a746d1e8aea9867255210f', + 'bba0967875c4743a54f5b6375352cab3f662f2792e6047cd7dd6fda15a6ee80cd7043ff781ffa11a88e25527201ed644262b8fbf07d6e3fddedd70b4dcb9955aedbb31de985aae9527cc3f7709d3658b74dab8a04f40e43e4ef4f2dc5f42c95345ecf493827da5957bdafa91d71a80702897f684cd45537717430a81aab08cde26c00e80070f8d01ca3510db529a2edb898ccfd34a8e37907ff3400b86ace6e3da5f090befb96fc05d0409bf41fc77b4e0decdf58ec39870cf2c1ce3bbdee04ba7f06d9e012252bc7c706ba36de763e375b87853618b7e014e15276f11ed81fcd69bc0a006f23edc6fa1c0f19f04fb51904057538b8ef22a46d7e8185082d2dfae8a8c79c7d33c087dbe8f109dfb46e4799ef25ed375fbd3fd99e7463f44d9dc79e25890096b5228efef61682f734c8577fbd1dd02e8a2e4bc84ad62a7dca0dc7dcead4f97628b250d5ebd611f14161dd47f7d36e08eee46cbc0c1d250f12fc50474121d3861ece51f302b633487ab92d6517dd33510e7df7274ab00022c8c8154fc0f62b3107f516d9033d6357414cec69a591ac9159598f9c9f4528535c1f6b58f2c87d1164b513fa45e22eb8257b7ec819a756446015aa7e62332a0b3d60e7155f2f25a1c58cedc9433af1e5a7e378f2fc74bcd4b320bc6f3c0071d4ed1afcf75e80c16c9afae8d893be695a49035f8cb6803cdcb30949c1a5439c2afbcc31617973dccc657db9aabfc2d1a079698707e05072c6f04de72816630587e9e318f6585ee46ba583b4b2100ed732b974a3d7027beb2deb5d08f507e53a66280e182843c854a4ebbb8e714cf8f69b99b32a7c8559026c04b513db0240c760469bb369f446ca12a8739b8abef79c459ab38f8af18e552bfcf4bc2c9e1c38e0c61a7f5dc230913f5c4a5040fea154cb2cd44764cf725fc8148a567c23cdeb721718d056363c667577ae6146748cac96d0b3e6bc87ab8edaebe4774c3bec6b9eb9f55af5d8b0a67fab2e330dc8fff02316d0e1d4a2907edef391931f6ede35c14f5e73bf2243cd9837484a096491ec0a7fa9dd5fb8d78c4ecc202e581549d68417b2bf149b5c6869dc6b1abbcfd8ecb77bad1da022d74394c60edda8c785da41c380a198bc60f36eeb2529a7634b7eb48b5937688916415b71cbf5640e389d94d346afadfe07fb01e3f4fb5ee7501e8c2f4ccefb542ae20d7fd61a2c41c8bcf7c7735dd6e8a7ebed67590444948d4898e7e628eb0c7bc22510bbb0641abc94e500a510a604c7426be5dfe8fb2359897545b3f9ba2a8f4e3d04eb5c9df19ad1e71f4a8c9dcaec9b17dfe7fde4fc5b5dbbb94495eb26ec02afacf3835c5ec9d06883d20620a39e527bc61fc78487f931a6c306a1e09a087c177952a901caf03d03deea31c13743150228c5ea6c6ec9a1f0f378925cec6b06ef0a875230be74642370d18411fe713f458898bb0f19233b14bb28db92a69a5fa0d11ff36bb1ece251fa56617551bf4da05606ddef0fbc497c8a860234510cd2d75d7b21154db03409cbb77e7de973dcbd217eb77ecafb79a2f21e9ab464390ced10274fbfda74d5d575932f8e2e3548f66b8ecc50c34728228251098568a56a7c89b2f3ede091442f7867f948888a3ee6b4a5a0e79145f175abdbd349c6e877e03a8ca202089c0b8254b4601f80d90b086d61c9b5ad7e4206ef0d8c541768b1c29342deaebafb98789af6f885bfa859c61631ab4d8036b670bc749946c2bcb49e34440e366046777cabae371d9d8e97ba4f93ca11b225bb2da48f8e94613adccd9e2eb55ba0f335091748804992e2415f7a06aa94abb1cca837dce0cf7b89a6fb21516860e5883d985e64789c4849e3200618c158d571677ad6eb144a6a2fbf817e6a9bf8b68c0db4f1709478163be9a6a438a2d0e7db18000228ada7b573630af5b8c4859c6531f960fb487f951ee14db4f4c39f2b555af26a142169f61b5df237fa7699ffaa26a03d7319153d8966afb8cba8164886acac4f3bf403a48decd1a57e26a868d17873e7669adb8801c627402bd4d8a7c589a8521eba073921bc13ded26923506193ceef4432350d0e9c5ebb93be48c1b87e70e31ad7e73c9d3853448592bd4ed0f53bb5aa63a4250655a0bba1d8f93ed5f790a2eec2162746ddfa670657b8dcb63924faf7c3bb788f8eb790c4c96c77949171f1d92d2671c53983b6e30cb86277cc24ffbac6ed6010b3ee0b7af414f47ab8bf50886d9aa48ec789c49a462e789c2ab66461e1bc842041de6c42dd753dfee9b35f6b07e5480a0467109a88ad9799d143a99ba8ab4d34d4e333ab0a2fdca7b1087f0f8098d4dd7cc61b72389848075c673fb6803c33d4c9970211fe8738fb9b192fd46c17c35f9d01559ffa80f25b28aba7510cd1d076bc8458161f2ddb60f48ff2582ef4ac26e1b35fa232fa2f1bc26b70e9a31e9b911a15963600864c7e79b757094db1e7c9f75689f7766676bfc6211ceee7750dca5ee55ce0372304ba8749de764cd21eaf2a55652e394831bd80870bdf4e779f79175e0cb327768cab9991f91db0d7b94d075a81a4f032189b9de7ee495c88c923cffa361d56034ca84d2a277dfe25302a2ab0600a3f9673e08aee04ab764b3350e534698d575bdd570e9ce9f5996d1bdce10170ac7bf7dc12b3e41f7430114696f3b707818fe2b72e5a44d13326f1f4cbe6c8442a39d8c9a8c5647f422e8d7b5c77dc90a8743a62a4bcdc4db50b66237d887f4b020dabc5291c09a483a6125a27ee2fa550a8c55830b2adefd9db2c5078628105b24c03470a443e3fb75b326b7fc32ab618a2060078b84418300ad6d432f19804b98951d7c2ca6ca16ba28017caa358337ed48f03e34a2957460ed85733a20eb8865a29efe91b2f6a0f006df79eeb22bde1d4c2daf6e4e83d9a7bb331f1106fa1b712fe07f3a2f10a10196e73731734b5e00743ee2a24eb2b9bc5f9fd01b92540ba6840b8791e5bf22d420423ddc3e8ac080074b5f366bcc1c8721f30dc08ea160ebe8469cfd9bac2951ec171355dc900b844f7eaf946d760bf049545f68c08b2227a5b948e61b7fc160418f4206150647f392fd59221c5a8cdf1eec4d7bf2b85a44018d12b42bdfefe969d25155b0947db719f0e54a4020aa3ce9e35f61ead0102945ea82d09474bdd4aa07c8ac77e1b4b72c80db73a0706aeff2611d83717c4abeb8f721a01de732094d5630723096f4db13d4c40405f0d6e0818d10474e6412eba4dd768d90e0567199e80f0fa45a450b15162867374bf5f8de8fbf164b2f6f984fc30a00b40632f2d8e5f0eb9bd6b02f7b6b8d03fe27cf1d5190b2592e856aad02d2635f5002cd755075586eddb23c2f8efd7d40222d6d3821b87276c010091205320b132d7b30e34bbed1003195f2f393f47f866a04d632972e86d7c97556b0a00a8a85131a61220febe2096027d864d5781c3d9f5412f1fb1b76e2115f596d1b82661cc9876a1ce42214f13311f9689bafdacd89c72a5f95a6cb015f741932bdc4293f196952b7148bed206ffb5ae82cc4449ff0032563acf80c9b7c5c9ee8d0f55a58c96922dde650f7fedf8c05cdd1dddf199cb00be48938c11731c0f0759a4082cea22ee175a196baf44a6d01fdd22335a45577e5cc758f73df444818c364cb28096c6197678e88bd687746566277bdcda9e200ba02b625a95a7d9b1db875bed471efa94d9bf54b88c32fbe0de308d32f8e0cf2926e9421ebf0a662073e17420f6ef2af0af81e0aa36e3a7d2c67cc8fe4bd9bf575f859abc1098544de3c907f5f683f1ad66850eb97cf602cbed80c17739c57b36c884bedb40de4eaab99299c4fc79c93b9d3d416ea506973c81d1093649507d17e06b40c4b6489fb763f2ac164f3d2c2bc1ff3b427581cf9541e202c400e75fab45ada330f773c204515db182854a94ee635f2edd34e426769c384098d7167d4146c068886acc701220383c62252e8e040fd1ce8789ca36410f48354d625a607a9247f333a6cf14514f16cf6da56591fd05fb8ce9da9079950996632a092fa3c786b8f5db320819524c7dcced9c6c2b4a0440dc6cbdd36ad319a76cd75202a1b8b277c2e772e4098586d1c76a60cec46b89264f989a0f749bbdff84ddc37004be9428fcd1000f6f7bacc7417c98e9f7e1e33058f5f5a1415f75037da5e3f42759aa2106306fc6a5952ca2bd9cbb6a204dc0d38afd57353b8ecd67a9a82a0b940a7314717df8c666726508be333ebbf7ffa0a458174537ddba25708b8d0c22d5517d57b122517b0c94147da5e8994bc977e11732ec3635a2522bc2a5ad00e665bf278f67b5f051126a8956171561b62f572090cde4b09b13f73ee28a90bea2bfb4001fe7b16bd51266524684520e77941dddc56b892ae4bd09dd44acc08bf45dd0a58dc3ad1a938727eda37017260c922c8719ae522bbf181a955d8eb4ff67da85865d8df18308eb2fea115ced1ee19413ab01f8d839669fa9e5b193069f599043010399373ba1a8dea604cd4c7f933463b812fd63ba97be284cd56c1dd26619b9c41497d6bafa5ac4cff223adbe9ddd8d3cc10ebd45bf1e26492d7c633f09f12a3e04ec68778f7b72b65e0299626e09f0b790bf2d61392a14594e468f4ba19144dd59195507bd855907ccdc87e180445ea706814c73b25c82fbac5cea7ee9847a3085a134d21102e822b33401d28106f799a6f78313a73fe2aecc122d4f3e453ac61f16706d266eb095a58b8fbbccec7bfdd68479b7844ec3f1221890331c5e171c99dbb03f7a4342df185599e3e04f5c4229aa88e5d5f3975152e2dbd100399f826a734cdf690b0f7d9024b90147ba190524ec491518e8ed5db2d3689f865224b6257fceb39f3086ef817b559a8fb722c53ccc22cbc9793654d69ccf051b5257263f53be52694e49b370cbf7f604c109f0f5ccbe70643ef2f5329157983b9497313c91844273dea847e28938ca63524f16c46074b975a4b3bd6b43cacf63a3758581bbc8ea3b4c533b6b55608e17f562a54d19ddfd7a44e8fbc53671112ff96291c324f4e02c21bb0c5f9337978f24d53ae46b62b2fe9a135ef4ebf3140d20fec4657f809ab2f9501953d5069d556b27462ed79b805f0eb3555ed6b93e6794aabbed2df4908c3da300dc8d55f5f732c93570e0f0dc282d595d87893bf6ebdee6d6ceb2d958046934514e4ebe47e1164ba77f19fb3cf67075f5f36613e3e66a33b38ea0a767b7f674694d7ba7f9af701f0a9de52309267289bd170fb97c03c131c0a169d736137ff3d74ea69b81beeac3ed51c500e7549e04f186e89525a07e418cab80f149b3602319c6520176abe0daae3f4c0d4dfd7d9851b7834f8768ebe37601887e18f44192bf3900925ed2fcb3fbcaeca0b38d7b844c2d623107b9a4a82b47e2e63a629ec3263b249690d088f024692983ae7122895f5cf8022d1f32f00ae322c2148ac224ed4150b6b321300fd6ae74fe95650cf7e9cac70b6e06116b9377ba8a3de9763872cff75b4c516c73711f71aa1ec59550a9fb61d550faca7b635a3ca72ceb059e654b9afcb2cda8bb821081fe811f4633ee632af86c89b89fe92f0bc1582c0aa72348be238d127f589846386492deba1245a6b4ed273f7659934aba314608efe34b4bc36841ac5adb120507849a804b6c3e1a820c07688e290051baaf8d2e4fe32bd96d236717b5a38df161d72eb084b23643050d83a16a9eaeb8af6483f885176355fdfd63d12a427a7ff9c4b5cbe074dcc4c04a2276961afd03eb28c0f43a008066084ede653358562511d5c64f09348ff4465a7a648b3e89b80044da9dd93ee16e1ea02d403b25af755ca2e6c64961ce7609a6e1d7d479c34981411771ed1324f2a389d6eedc6ae4e53c948dae3b9d26be8cb7ff5cec4d383ce0b63e0ce03dc978297461ed8178a4f9342321735a471722322639704d3956f6a11c84cb4d0f2d8332f864c8b4df5e25c5e758c22fe01e65ac4a169e71bebe2b34dca2399e17ef98327e45ecf11f8eff84498a0726f8baed5dcc1d53e45dcc4f2e8f0ce45dd87e2bba8e9bd6c0b9a5ead1e23baeca115b2dc904c42d3f871fb700ac2b3806d167b22d91bd12ae2e317c4119f445a39aadab708c9186cddb17072d9c93b123932ac02e30502d13edb02844793a582e24f0ead6dc0bed29ba40b43808ccec2e8e35da1ed2cb928c98b0837e887452c420e3607e7b99ecddb52b52a2594d55923317649201a5cf828fa0f231b038c2201ee3a0e9d3d1f2445c4546ef167b6a09125df40a4565509063000920990e22bc8f80207b8d3a9a18001d1580b8fdb5cdbc680cea0680a230936c4cadab5af0e3f32763d5f04a40a351115309b94aa58a81d413d3cd9e50ed9134114b5fb5b940da67ff7bb5778280bfd073ecbfc8d5ba1300bd3a22f4c911fcf61b7c2e94e85da5c037cf4548ec3abcc8ec9c151eb2c6e09c4daf7f5a97683730bfd2b07f0a9505aeb1531834ca3bc86941ba51a2c94b6b0569866b06383ac06272c15ddaac715aa200a9a6d1b8fe734007aa0e0b75b212ba75614eae28143909c8daaf4e2a9d15489a359996450d4dcba2fda2af6495984a15b2c2a8e37ef1a546812d301152d5e0d28938f8dae2a89a9817a80502503c32bf1d4f9cf6f59aa3605750270d4d0d296e073d800719240b7baa86a2db9caee2c5e34de0def294b2aabfa0a96ae64b70b141efb2361b30bcb218e71f5cb530f8eeb7661b080060218a3c972da6a8e16530cbf80604636f1cdfd511c1124492d38e0bf0a20ea98d9e8360bc2a6d2f8f658107cf01ee7c2fba6971cf4e78c525112853a62c5f588d782a9e88361ac4a5f01687dd2c40d002f3c371580e0cb168204210cf008697e04cf47873c72c12b5a365bebaebc8097977824644864a83fc8f6fe603c4f0d2169b557117543d944eddf32ee0d6d08303b42a832d4dcec722bd0625ccf03aa1a0d1d20adb63bbc3d23e536ad753f6d73218309a7adae5f59b47a9628308d0810f9f0eb8488c231bd012eac51719a7607532190ea5a44c99c6adce2ede753efac331400be7240016c91a3df0186e6ed95d90685246305f2e356df8dd37dbf2796c573a782fd1df4f4da2c16e63e8b98c4b918307c5158a2d57e69e10179387775b6f428f8afc2d2fae4b2982820f13f3dfd41d81baaa7a01aec6324a06325a9f20f7eca4913956329b81baeeeb481aca8ad68c728f959b55ba8b69fd7c4f083b4d7fbd79daeff6f265d51a06083a1a6accf7543ccc3d6a940b8489acf2300ce641652951b0a69bd9cdb3ab6a814baf4f16d4f952f9285447026035daf08bd51a9d56b4decae3916313bc038ebef355f208ee00578edd04d94face2fa0fb8fd62c1b2e463722d9428d84ca6d549d78afe13b0fdad05d1e8e533a905aca85de2394f083ca25efaf0959be3f9e08a5edacdb7bc45e5e69d8cd56f03324542d12028a5c521fde9c25333df10913328ffb1db756e7d74b9964d344239ed6677c9338b668838e89b1a187e0260f14f8e409cc1cd4618ebe752b68c6dcb9b72af9ca90bf1bfe5f4fb68dceeb6539e9822b817fb3fe18cbe086955384226c11c62c1dd14e7eabda573450d005b46fd9f9eccaff24dbf5d6d8530b5e25fd9f2a629df5c20a977247cab35255d71d992d85b04c141673e0f6cf64f34f52753a4c27d5bb2d9c703cedcfb9fb2509a79f2e4dfd6f8531cfc274ed42b6efb29325bd3d5bd5d8ab11ef158fd0b307425a69217a5e9b1c1ef681985974bd06ee5e49c5cbb7ad8be0807507317fe2c52a3fe0513358389f85f007aa3c826f5caddf8caef972a910e3c7b40bde4ff0256a5dea05a175aed70dc63af2bdf533b8981cd7bef113332e5bee9669bec645f0aabd7084ec3c658c5f7f04b8055473e4561f133fd822b2acf0fb0268f86e49ed91655b', + '52a76855b415a357d6747842140141dca75e257d1c3731cf0426aad2eed4a2239262ca7d4f078780d8fa48b12a9216c3c1ab6d150b4d4a7b1d888541a5a2616d1f7562454c125e11e0aad7227baf8813db363e4f50a0e9d37079f3360ba0d0e662a8d7b4937f5093584dce9cf19fbf565fc54135d378376066c19cb70a161815c1c5d1d20d96848da7abd42873ace213b4211dce7d1f5ca968272acf894b6082a592faa8a09e2387358c92cdea1c19d342127b2234dc7f37dc7442837188d1b677d9f73d35e154096ab8af933c388e1d7160033ae1f6c8902b708edda81593389d60739ab5a5409caef6d48252486679a9d25c1d6db6603ebee3b6e4173acd9081f014c506330ec76910a9a31494cc6f52312fd3be646fc9fc9562a0a63fa847895082c812d3e71303ccd5fd6a63e688d4452365be481cb74c4e391a3e6b4be41f4a66abbfccf307e4f301983dffdc4b97d6e1da53a9909218d5e359c507deefaaa46874f768592b744dd47d73aed74104ac103a67d1f3e1c7f30965255b8bf192272f2da1ed42071ca1f7b3f6b9fff0818e598ee1066c2dc170534744af78713e9b64dda5a4d52442b91142ac687be2774664dda99123fd6d1468060c4bcdf718c8ae8debd53b09505bcb337f02749f4f9ad82fa7ba41d935a6f1aa6376b30b8775b6445ac89b3eac50cd8d56d111ad6f535e8cc3c8ee4980f0953c337a5236f36c240adcc41e4cc05fbe58181b7b9641399dfde50551d6b7b8fdc3639dd1ffc4739fe75813ecbaf252479daf29d9e22b133e89f5b7930740c7d047db2858ef6353cfe4b7fb2c10acf00f630243541797abe839db27db6584e5b7d18363118c36d45d08dfc507d75500bfb2f9b014bfecc744147f9d5277ebd95a6743952261a6bdf15cb9b8a496544bfe927cba40619230f922c96020c5de6d60140307b3f31cd832e62d1e2cd51399750c73a70086f1aeb06ba2ba6cd7c36772ddab02edccfeebc9b0243dc61cf9b1cb27c6c07eb5710811f8f0f15e36039037cc23ccf773b5bf5dc2845f9bf46e5da9ec5e4ddf767a08c3d09d4e206907b058e853adfa70aa1c972237cad2e4da63b76121964e5174746ffb8f19d7f8368f7c3923ef1e4c44c91fda23c69475a68c9c90f8e2f1cfc715bc82b09aae6cf7f44cc87cd98a8eea909cf2329d092d38a00181cb7bf077dbb3536ce619cb4bb4a96f9c44b267be0637b7704b955897f9678d3b83a774d21816dbc11bdd5620d4748ebd65c3dc64ff87175e55f8aa3851a9e9c606afa566e705fd89362f7870bf1e5134c55412093d4864c33a0c269aa92dbc2a3edbaabeae4961cd1f5758c5dc6f5f084eac3134284248a8e11af54467bcaf6f1272ac5fd6aaae95be9d20a6952e6141e615606e283c691432693ebef51e6a9e69bed2d3c8f08de7fb48f59c5125fee877d5c73ea5006f0f15432a91b91b94bf2d0545a1ebe3a5cdbea2012e791adf04e8358f2c075403a272eee1441d7ad5d845902c51a64b9f4eeff16ce473d6ac9d217de0c0b601cdd331b38a5f8705d7f399a7b06b63ef2272767e5e46a8210cbc0af5e1831acf74ac3ada4d6a61823f171191f9788998d7423b91fedd80c2a7678be5bbfc9b85a13575ab53ee12bab84d95982e00800e65c526727430648326a98c9495b4a2edfb75cb6ec4730275e89c0d027789af1976042068e9c7ba2a3187f54b983195cd2b74226ac87f997b770c6118fd9d8081af050fbc852beb806f0bae52ecfddeeed83a64e8859c3f930ea57922e8c35a0dbad2ddb76fe3604d893c9ff1b8a0e318abd0773026515c8755703d686084a5873f73709ed07780592622b17024a00e124b3d458ad126581df37496318c66cab5e5eeb2bccf70b26befc6ca165a87c6a66289b43eafa49b1e91b96ac794f32f5f554d89589555604d8c2fd32c7fdc729a95bdae93e7528d51d648a370a1b33d4f3798dfb949aef1c5a465b5fabe287cb78edf1ad2a1b997806b282775db2d5c4c32d59b281404cd9cdf7156c83df24bc5f5fadf44075f1f71f761e01e69e9f51dee0ea5ed1edd5c9ae75aa0de24c2478c7113e72e3ece8fed23fcb4b2736f6e8b144ae5508ec4058661287a839c20d8d3ab3419db718e4dbc97008d7b2348315e4c9243998c3e3329f8e4cb01cd9566644b645d92c625c3a6fa7552bf9ffba45e3deda70f42d54b4c52957d9edea85905f8ac9b9a651d5773f464ebc70f1031529063f9fbd610b6b5174377a3f7e2197f5a12bb3c77fe73ea2fd43fdb9c0f3f04ecfc21a57077dc2df0f6a15842ca0e9a1aa1a6c0244e7ed550cd38426e81353afac107553993257b85b7e304e4e8a11de05e426e9397e0fa0257bd46acee7dbd62b9935358ebfa697d8d25f008c438d25353788ded600021eb7bb72d7edc7e55cbecaee6f608c1bd80814f65d4e73d7f1c87316759324814b3400c400dd5a0c9dd633e583b70e440389a49a970d816ede302534200941f9a03afa5c781604be341252cef4eadc9ba4ae0fb04051f2de44fcdc7670a0eed7a83ce6a0a0206e7699f3a61f45847daf3615b4ec0bb45e82c08ef761e9e281b7ddaa74350b64ddc249eabc4ae80c47db223142824b9d1b18cb77047afe46b0f6bb04219e3c8c093dce77f3c67efae1cc138127377284befcd04592161055e320cafa5d2095ee4725922beb365cc8c1ee6495d15022f3b09b796b1ee7d298aec277dda580ba143e262f67110f240e7ebeafefef80df72a69121680954b7775a686c2e99131b8644cc10b9f3b547346eb94fefc02dfa8a076a62bcefe1318a9c6ef27d867c2cbcf163c0a501bd38c3186aef25f1dc26923983b7ea4111d34aeb62b53b1c108040daa9c9b8c9ab9b43024fe813030fc623d3798b609b6b0f20adc02f07c864989a56ea8655c9f4c12cc2d4e547622d6bc75bb867c06d5167a47a23ba33fa0ce821fcc2a11c713d6cf8c09641239dd989f538dcd78a25695f5ec6fa01604f6df18042be846d6dc9d12f920086481488a3260133551e521768b82aaf7f1d270c372daf2acad90e3ea0499da04f2574bf49e23b686b0d71e016390bd09dbb2f6c4ba2c8b3ceefd1004ccf7a01f63c2ce1d0a25de873c81367da69e0f9e7daa7028157f5d60b0254c359498d82060cbb94e9fecf4019eea4f347b35087e7fc5c638ad5dd0e29b117dc38106ecd09079f4cf85025ebc7d1a526c0bdc10708808e13caa4d4c8958c88cf7bdc842f79cd468e8e3ef8680821a286e7d1b8f3d407da77c34d8391c8f5262197066445d2be4fbe1e139d21555f1b782fa7aedad512b013f7184ff64e7b8e571c16858c9e6b29601a96aac429da7e9efaa829288601ad7cf8cdc06290901ff46d957e8047445229160097bd00245a5ffb4bae79618531272ab65b7329d3597e2e0bb5bd77fa585d9319fa7882ed2d2f841aa529f1edd9871f7a978494a5d958bfd1a1907acdba92142b3982fc6565a2378db3c6a1dc05314972fb234b87fe08a58fe8a5fa5ee74b1bbcdb59075da24c882d40ec0bb052aa2b37fcebc90a662271aee16a612e6d0d0c5766872e164182f861d2e69a0b30465752232a97ad702a96b7325a39acca4c88834199cb2ff1e9fad3f062d75d2cba3039f48c31d1ca85a72141f1fe6a7d8df2b922ed791b01e621fc1fcd4e26b66a5857e77d2227c3c8058596ce29e7f535ed61510eb268100be032b7a258e84bdb32448269d3000a76444ca74b4695cff8db34727a01879acfc8106e7e92228b8140784bfedf0aecf4e5ff09f5def47c3b3e7afdbbe0fa00b63c3d9abe8455c3f1258baa98a0a909d85d15256a4d94787199dd5950cb5ff033dee2c2eeaa02a3af33c724c3c25aef953c178ff53cf653308fb42bb53af9d7dd02d88d7b7db999100dd3510cbe90eccfe57eb043078a8b0c6297db75ba8836266a67310169db12c81638a5dfe00bafccfbd32cb047d18e49b500eefec46b79845817741d18e7bf3bef6fa9b9e0fba730e18d5be9685bdb8d1987ecdce314309b5e71cd0ae57fecffebc0c3273c1141703935d43b039a014af2854b7c8122e9b0000e92676a043a68be0488a45bbd2d2f65351c41841c8e17c291817a49181386df366abf0105062ab88360bdca8fc8b2e8339a897443d0581c25354285543c743e91bc7e6502fe9a7dd5f1e002e982af4499e57f5eb086a061c8cd61d077c30cb0991e31e08e825c7064a2978f5b09690cd0639fadd30f6525e4b054a4e355b4d7c4f6562df81fc522b7f960da64bb94a38fcb66ec2bd93afb1184979d375301069ddb7787d0458927687cb87e9727a69b205361844b828633d7c0a703e44975ef9c43f288b7820cd0de932ae652cc13762ab21c109289db729feb0f836aa787d538b673cb1e63c4c182d3149c38176fa7175df31b915daf39e27a3d963b0bbb6a1ba967a96559357c0dc3222aa7982fb07ebd830fd87c65fc37d4bdb6e5d485108da33ace3cd0f352c7d9cffc31dcb824a9674867d874b43c18a11c6ffba0796b272a8983f5797308698d7a9b6743ad765fd1cfae01c50e6bfd65b61bdcde0cdc70a5c0753f9148ef3b54be82a86b7417ea93656ce4fbe91e6e7927551a0bc3d6e2ab7c0c7bd6c989d5d6083c85c2b09be202c60f1277b8c5e471fca623b812fd05b218d42ab8896ac177e4437fd7c784cec64e1eeac701f4e7e682899a419eb152402346cca50d0486c0df11f7194d4519448a070e68592de12d7579ee56ab9640ec27eee22ac8d97e375532ac15965f4a13e671ddea32c388dd31e18065ee1e5a0c93370bb8517c4041e32fef4b5755e9ab0fc9d9bb0368177c347b00ddcaac262801b999ec1b4f557705643128f4ab6070528992595f8e45611980d04cb5e20dc4dfd12d24aad5365d486a224ce2d2571a5b3b9853bba87b424dad8f215432a9799a3825f064a05b5b08cc2315c66d35ff865a4c289c4921864d4b8e0a1a1051acdd3924edfd233cf6d2e4d41203de759660603e4665d2e0b395056d557c2dced4f56eaa6bc8f073c7435e85d02fa89e7575d7df4bccf83140b1459d91fedd59989f4316f84c7a7832c683d8beae4e3923333bbf87260b8bb42ea6af4e16918a5e17410b121c33b2cfc91f4d5c0441ae1625064fb7059f5884698312f857fce99c1a02e757acbecc04e76b5436c62595d4c7c21029e02640480e65591f3771ffe903e34c27726e1c689e127dcd786c68c597f9a17e4a22ab6569e7f231499325ab617c9a1001e44c61498f2a8e7f889f8f22076412a827226318656ecce2c30389bf39619fdf93a485963bfaf85ffcb297d285e8958eb62dd7a6883f40a7a401da79a42325600edd5bf0c36fa9ae5b4a66460f9f556232262970aad43b1c98b9342d376f4f47b85f4ae59fe900cf06bf70d8df0900c72db3df2347de2a9623921d467da68bdb2292e8e14c079c56919a4e27aea5f6222b5f7f1b09ad8dc8d7150c51f15959aec020ac80323beab98e53549ee906c417ad717fe45ae2d30925ba67dc1d08473733810c2efd066a8c4f833acb08abe8fc16a2580ba5ee98fb820ad6415b23b318df2c8e59f6e79a336792672897f5d364095aadfd85415e048e8ede2e564c4ba8358bb99dda60083379194034117521c3f812d826738b90b8adaed60f78d27f89d9470476f2001320d6807c7a0fba42b055536d32fb1dbf7c61f354414d66ad222cb6f551e838797002506266ed35b49dc3a4d39f768858e44de4df804e7972f5c28412db277979a5af11a88724680600a58fb1c8905beb74b40bee28f67b5f991d06d35f3a63b2361f3c95575fd1957d8d6c7e4ab2f8f5a256d0e6c7dffcd170aee7bd7a9b57a1a5f549ef53fa031168edd3afa268efe60188cc8fd9556e6710fa8f47a9b4f5d679a3b1ed098d6cd857494dac4c1cb16af6dc671fca01508efe7265f85921aeaf35bd1d34e4847f78cd22432ab468edc306c4293d367e33b79dc91446256be2ba4e93d44d8169cb613efb4c7187b7e5acb5c29b5e9af6988f734112b78afe428638ea8f9d4cb7d1302146d23712a44976987a260a6434ef65138cd9d2f6534e819903a7bac2f9114418977cd1f19889bf033d61b72ea3b8e6f30ee21ef3f5573ac381a51c60a81c4b896f94d8b11f16f4aa9ec6eb56bd85739649b402006f0d106ce71038c24f42850831b2c1cd9271a5d310de1d78fcc59981bfd812a82ac0b0d9a661a6445934aef9707f1393bd3a4131261fd401ec09c729f3c6c767b3227abe3221db83406317e1be2244cfd9d1652960f4959e05b29b1367f896ab92930c7f3cd94efbaf4e5e657d74dbce82c770403404e889c46073b29ee616f033a2b48108e07719f066f0d930bf5f1c429cf10a21b92361c283efac0b37bee230d2218838dffa6abe3d6dd17a9a353593b265ebbc99fcc26aad7d442f35f4ddf491c1e94f304f6a533223d2ad7e04a6e0b85d69671fdb08374d9b3f9d996f6009622428ae89cc957a05b1416bd333ecd40f3607a3c324cfb2d4c7e2b8aa74f4e9e3b6caf93518787d08a4c218524973c8379e4b152c807557d381d21311ac290066f84491daa98fe6bb7cc94543bbd847c1e4a81da47485b0ea67723f478b59079c672a1ad2f64841ae87cb75501186dd2ea7a33fc3579d3859d7678fb4892149d491eff6c6954e1852744d1adfd10be2ee55c0ee21c01868d26016a6f12c0e51aff71aa82dfcedc537b0c2c87b80e413718d95cb183483ccc48003f785fa7cb99f151ec16193b3e2cedbc0e09b878bc968ad76394f3b6bcea0b5c403db5af8dc225a70b50a004cfba833cc05b87b8f8f2433f6db1f3b3d09077fbb5e79f40f53ca55c5059fb8f57a247748aa6ad34bdf44cfac0300ba73e6695c6e69da2c2c9b079560359b2469e8f414db312b056d244acefa43ac3facf136ca51a88489dd2c5a77f6c774e906b2778ad85c61a8501896b0563f7a4144b4004819bd01839d82439bed3dc56d48812f47e46eb7228106b9226448e355d7a946640af9c9affa37436fa7fb0527cbbf9bda63fa841a9c89428398e27fe3e24b899cc9f145755fa5ea71db91acbefcd84dc0fb8260e6ff1a935258aec881d1053a50bb362d6a4a68a930ec9424895865a589ff88c61e25355c2d480035a63070e93e732ab9f55709f02b5f75151d6ad2439404903c26ab53ed52db794fd79d1916a47661a3bce1d46fdfa8b6f6e1a0c8987d9f1b3ba6fe10c791879c8f7c53683321295d4317978268ac5ccc328c969324b5139c3d0599d68b37d0cc6d2b1fe8cf432080409bd48e8b4fe0376064b8dc68d92695c8d90b2fa8d44b9b715a4f055b78e07d04c015433808d78af910840ee5383c9a5787ce8690e56c8c34906d586830ed96081af65b0f85a73974f694952a70ca1c71986065d3e998111f53e75c7609ac8dd302e4306234e3c56cad47299901538e9f814d68026f62ccaa1b698be571a1a6fe2e6b6de094f1a138ab2816c1786d7349e901e77cd551015d6d506166f76183d1d3f86e0b34657f7156c3f724247c6d09260a7ed3c9f761b1a038675b1960a706ca17ab3281c3929f56874541b414de45cee398879baa604f8a8e2842363382f54745c0070b709d1b210e8b9aa5ab49885a09cf08e90e8f7f52ce0eacfc3e9a35f20f26e94010e19d2cb624af67b421594e097ce8208841c9bf8494fbd9f67f4140d05a69be19227df00acaf078d40831115f3ca5e09c19c7172e45df4e0f849fba35c4f8d3edb2361198c8fe576f60a84a6788b297de99fff037bba7c6ce5ca9d4bc11273023236de7dcb929920acd076fdeebaeb4b424cce13d40e5d2d76a1816bfa975414df88e09431612a71aa006f811dfead5b15cc650bb9029f0af2f3306dd085385c2a40eec685a4a05337c0f59acd007695a9474c51f03d4beaa3eb30b70b8527c25b86917b910203ad9d3892b0c5684ee148e40c4f416869b7cfae0bb3733e2a2eb9844f1b1b245c662292cd2bcedd3d2738cb2c6c762bff58bf6748c7cf5948888d5fb30eecb2b2680ff32e74b0074c4fc225340f552d', + '0287fa0e377c9dd608cf9853907b010bcae4c2160275a7dd8988b522ad86be41e84f32b558dc38dd6f23fd00ec3a4c900ac060abf779f6e78738a64f2a0272a91c70a0fbdb55c54ddea123af8485347e4bd887e442bacb9ec1772a0257aed84004b2ebe8a8306dacbc12af6840a4e15ff4f5e0c7cb814f899d0ce9421cd1158d09dcbb84a8b55784713e4c3108de7aba6fdf125f7b15a93084c18c1761b4541893b8bad8c12bac5c65eda014c47d2818235ec6b138c0021bdf5cbb890ea0bb6a0b0c8eebdcdc93bd00e753185cc71200783aa4c7ebc882d314a61da10bdb720ad7a1dfc5e20e352eaaf30e45b80561fad63a53a87d7650df8d675b6640ada280613f566fb90ab937cbdb79a4c17e3c8ea5287c5cd41295c7b0671ce19660735510ad9af04b184860cb653b3c5d7ccc454dcac6ecdae47814e76d0918f33b0c104bb554507e7f0a32125afc16754538a636e8da5f7533224d9943ca15418596397c1d2c983c89263408816638f222a93ac94c5fbd8f49bbfa2daf06e0668738590aaec9cf6c7cc5ef15a41facba5b47876cbdfe0e0f6c6aa30d7a657f4c891bf75d30d4fdf6a10ee9a289cf7ab738391788025f5bdde557d1a06c91fcd9d2669bdd6bf42ac1402aac15f91fa8cf01a87286e429abe1fcab0b4e4c2f5ef7ac42cdf227d25fb7a140c0d8bcb640ecfdbb1ecc2b050703f88eda7fe4eaae8d5dd716042b16a4bf0b79ab519a3e49f5759ba5c49f9a762b2327c59bfa67f3822e4cfd7b4067ffc1c8fdf7ea5b5cccd2b16f8fd507910041c39f540a575135c067ca0bbf2e6d7aa61ef32b0ac6bad06bf96062662d91ad2d211d0f35c34e7d2e5078c638bdd11c545683d018a5005da89596a8e1d74386d785ca7f820506d2b4317fb84eb43bedb4b7d76d7ebed67b71cc38e8adce4e922736ce2b5ae7233c3a5106696add52f6ae8b148aa3d9e233aee86fab32da5cda067e509b262f4ac3a8f93660f2febf3e2b1865b0efc0cf8c472f6278d8c212645aa378584ca62570e671372550e02acd11a8f065ca3a438f24ea3ad707501a3a0dee6fe936145c4add013040ea4b39ac4a81dd349c0ee6432d601e50274a1c6405a75dd64a41975973f1493a2a0797e2bceb55a2cd0562b04bdb376ca079bfe82c166aa8f2f47da69188ac9977dbea7751308039c5e75cde64a1acb2daa5acd06883bce695f7b638200f7ee83890db74ef978580ed7c7fd661fba6ab3e968b24a3357e189a10eb1806ceeaacd7ee11e080678cffab8b709f2b314ddd321303eac475d6c76b08c44c2d0d156fbbbd35c3ebe9bf3f68deda41a88bc8d21fe6bc2cb38bec7a6fa6e8de7b142ab84cc5ee26186544c78d3b63c5c25140126ed55ff158bfe9b90eb400d5da2a4f10f2cee510ef22431f806bb33260cadc2385a994429b58f50cb0f8b33a3199acfe159fc189586ae5d0ab3673906a3fc58fce29022664a037fcbd3caa1467a76b0a1d012b993b83516175634be7c7f822deaf1f52a59bddd8109d468c6b669db1bc72bccb4980b6b05a45bce240613d1c9692512bc72858ffd1b9de024815c3a99d7c9848a00f4b2a448507e1a21f56db41de893695f359d5c577ceb4b25c607834a45d4ba6d08ae6a69c0def16e98a8666fb8d1b16e428827640dd49b123bd490950d27b64acbb0d08f296b5a3a723468e51258152e40c2d6c7dd26a4d522342a5e9c081e18925c6f2ef6adb5141674240481b1052d94fff2d9476be8fd2d88b8fd8ef042651113aedfb500828a09fa3044836711dad371f43ef91ee7e89244d4f8427ad39eac791807e11e431aa129062b93d4cbb460db536f4eba1226051b06e543024243e8ff234e0751873480a32e303f948358e18eb8c0d4b80843fa6db73b2d110ef33b1859089444cf663cdb00e8e320e926ba2e7cfa17a32ab0f6af7e605d419a0b374741ce14627c3e1a4336cc2af46dac7f1d1861741609fb6e62b50b4ffe841a522e460514352e1acd7e383083a9716894ed23ad966b2691e62a038291b25d9f001ffe53f027558aaaee7dec699a94d990112724eb1cf102d257d26cbef78717e5aed32144c3731c571680265952587df52b8b6deec609ccd79eba2024587103674d6cf39e94073e3678d794ef6b3cc4289ec8ef1dd0c16e5a4123536e3fdbe0099e14514a13926eed97fcae884fa25adedd883ef4e7c855def1966cf928083c40f361b0f3cca53cd0f657d9a07a39905c7a11c410558f11da229be351ab8686a1ffed991819a016851681ace465531335f72e24dca47630c0569c4d1434f74db11610801395238a7e7b02aeb0ab9f41ffd715c7c67f1e11460020009d5eab0fd2d862fc92c990072186435591b77eab1e9c61236a2ff761cfa1bfa46973422b9bb96d650221862b12eadc17f41361bd26a9a8ce44519270d1cdd3bf152d2d4f802b885fee377654c6fb258c7449e9068ca1553ec16e6fecd0e704a70ce6fcea04b15c53b365d122b249c8198eb58505c4f5eeeb8de0f024518fbaf2dd3b1169aded41d6fe5726f379492c55aff0c6397429ee5ae643b3b5d82a6f38e2940b6cf031f1602b65f875609bdaa764961d200ebfcc1387213b2fe939b9dfd97c5b626021b365d72cc5f71c944ba528e00a47e91a108bdce3f6e0e94ff35e1e7e81c8622f208e6e16001711d507d579991e1fb7db445a541667776cdfd43a2df50f2d9accc1106cac4743c4d097aed31bb915ef85efd579330d61f86ba50a848a64006e8d0db25f6a0c0bca196397d1d26bd8f48c7ba3d8c4792f00761e35ae9910cf51e27edac2e9beed76120426d267b6d75b51603bef450b3d0971885228cba608e96f8cf01385d0477d4ce1e271462a7fa8974614292f642a98007bd67f7c843b9976c0a8edc8f0d8343c95411af8275050a085b312fde466208581392f364be5e6bab25bae4d90ee3f6386c95be84de7f82fb79f493b3c7e378300f094836d76558dca8ec16e2117f3544ee1a0b0feb4e377443f1861bce1418ba3a35bee598b6a7281b8e3c531d3f481563085ccca25b729c4291d0be61dd2f1b1b7e1d1a0939a0b607071cd33b0b76d253c67a630d8e7a9afd3c38468b26077e3b4d2c7c31d78aaff4bf7f0b72cb09a444be2d7b34cf9997fc5b885851d7e6092008b4b41876af3a681e2ca2ca6747b2c0573cbc1d0715bbc854869fbdd815e454197d69c6ff5580ed8ced414bc779254ef971d0d21c372de891fbc0d611dc385fe64f44445bc5a80a718890fed3e624770c925c5bf84716e478ae66a46a822dc7d9f2ed997047db4835c636ea74d8d8c1f8680bbe818d9d4573693730cc51ea16582d0bcd2822412d406fdc17909568b626bb8205a150eb92e9f2db811d8f98d3cdca46e96aa00143fa4b298e1066fddefc536c383fda27534212fb9f47855e879f8f48f31d074412cc21c656dd93bfc0e3f76f5d43717a11e5913f93307b65b93645b6f62ba031211cbb5a77dd64d5e44471337e945e0c523c374e64c2b8d4f1fab43bf77bb3f1f853df8efafa2168d2858761a21ce904a1aeccd11ae386d4b853a37d00f588ab1fda560ae61b119f131002a1d2c2598b83a3176fbe7d2b8d94a9db24188166881f17e87543287da32e4ba99a156ef8c88283e1d15777f026106425d9480797b07e745c781a08ad9baba046f573080ce425b7f29eedb91dc8b1ec4744976f614ac7587cba72a5e9b013769f59f479de06f4a5127f892bfa9a01a9090c0da10d7e7f2b0ee453e6790aec347e6fa1a7b65778b6091c31b5cfc5870435d9b286e2763054db9dc5b3a4d0c144a9df817bdcff38529e1cf03fe370cb6391558f042a57613dab8ed1f4b42b170de8509cdd9725bde29b28cbb17fc4562fe726ab042b4c9b4d465e7e91ef4278f7056bfbb630f18dccc6e7ccf3ebe9afd1fdf40e6f2f7a65ec73b6d5739e3e6b6ac6d7a5ecef8c327ae702faed6f065eaf9b68c12b7c0c4782fc3edc80084679cef53ca2691c1e3452c8205d885343ec338b29cb225a28c977a79d9da17783288b5844fb13ffce19be30eafeaadec9e0c494e0343a13f774343d7c20bf311c0309b895b7d4e0c56b25e607e43c59c0c2c97d35055deea0cf1f85826bc07f3a8fb1dcd7de93062bb1efb32017270c501bac0fcf4572324b63a14958888ea90556e98eb37938ba2774835fdda0513f9f71d41257fc612822b6234fa57f0ff7a4df1a94d08faa44e13b4bb2e586a43ad84fa94e743212184a520b6012562db140b2adb7d828d3ec828eae74e1d10744213a938acff06c49eebfc2444717ce1e005808bf704c9afa32f5146c788a61a7a2bcfa90103d59053483b1c3ebcadc870d5895744204e7b518f9e56353b89ca9855c4626de22c19244283fa5a6753e348e3abb9ef657a2665d218a211a639f93efa3df15e1a68a394736d3b12222dc6dac87e104344eb45528f6696e749352ad0a172e24c2d19d426533d7b004d89e7a8fc6716fa3f003caa2ffeb1209519d3efe42991d29abe2f5c5a9b26bf7a06ca25e7fd2a7eb45780df3c478d482a46890f3ac89c6bd3d419a901fcca7a1812e2f423a6c74b555fb6542cd797d87959be910db67e9278ea378ed1e8d2faa83cc676280a79ea929751cb7a354d5bf2b1e927d59994c0fa6eed8052d5dcabbae2e93e7d8ebec6ec8cc787ccd73a4d36ed9d363ae89b81b8e0c0200d4a43f7c0b3dfaf8cba027ad3aeac2b6d33cb26a66b5f3ea609df4f64de33e059bca5794a1dfe6bee02e170d88b541903e19c72d1c983c39f93fca46eb5dd43c0b37daac78fd9d609ffd8437b9173f309471aac4976cf47901d600b471610bceab53906b99806807907536d2d5f702be60ac24d6df1764d1feca5fe7e6d62de30387407a0b4e8fdb3cfff487e53cd3632731fd0bfd83d46a7a82af8852a680a29c39b480d6515a032a0188feefd0fa46736afd0df8968b6bfc68b83ebeb84d34fdd3b226036f11a8e2e5b8defe9abf91cbbeeb81d83ad3fd0de341b231f4dbc1aebb03149992fbf1ed114dcf17826a69b8959112a656f248345b148bb3427470385b6ff1a0a16107d2ef0f7b447042f8c158b56669d13173f938f7724c8a5e692219bd6521848b1119e5c5878c4c90666e6d20252995d8a7e4e3b30f05b4e2d5f45fb71a2223c1384b5d399ef8fe9cdb473d9af8ee892f0b7ec21009e5a848dc379423b5ae664ba4efbe31668e6fae7ed530eb87c1957ec84e3ed509f44fd8a5721fcae1ca35707c8d70768758850e779fafda79a9a10c05dcc0ccb63b8fda592d6a744480787ae9addbd0aa5e2904ef2d203076af9522ebb1aebbb9c151951ff1dce886d717af12d8670677a744d70e08ecb528da5908a254716bb98f7e522044ddf050d8fa5820957ce2953bbcd0fbb77c313432d606514d72a45fabfc5983b1d5524a8909bc3a6d822aad227b37dfc2376c45bff2642025182d531fb5f271bd2cd71bf42d2589e7e1a766646754e1b2842d018a96693863cad03cf38f6512f24b476b214cd9348b0121690a6a6e2a0ecd3e109aab5ec18ff253c22d74f98dd7986ae4164f2164e14a605d1c6bcee15e79651bf7178be232f77f8ed74bf70bf47c082cdd1f454172252beba051bd2f2bf06bcaaac438c4d3411c48f8fca7b3d260e8eb7ea28df2c5f84bbba006813cfb9918c4ba98ad8ffa38f298996e51aef8aad3caffc241a0622c89742371622f59de33b22f7d316a2f44c824c18b3d23eec491706a66a872d22aabbe327aaa30ca26863b125a0e7dfbcd6897783ab33b3d14ea87c6760b919c597943d4099f69d8dad7086a168af1e53b9897c663fa1e6c04a6b41cd9b2244820bda811068bff0a60efc03f9beeee76f621ccb4ee5bf303fa8ca17379e5545fe93d98f159b41de821960c99d0829b3466cbe049c41ee28b6065f6d33dec49681bc2b97deb63e9fb859394819d8d21a9f35d788ecb8b158b9df95a450d0e2aeb1d14b3bca2df8bcaf5b0fffeea59a85d06a13f89ece9b18b191076cfd1951f7059fb2fb767722cded7b3f6199f2c57d7055dda441082e1133c72f27c71c75280363fd5742362f4bd946520d9a54f569f5a5af4c71d9ccbac6ee67551d6ede8a21ca74cfdbcf80af1958e2646e20ace3d6b603318fd8097dd1736a758e64e0c5f73fd3d5a1c7c970241f6af683fa4e739a2373f4196766e2f9f2832988a34e43ea4074f912936c276ff646448a467c81c66a6c14ad2c578296e85bb19abe598c7158e2baccd6db4d739a2ecedfa999a6e1e76613997b7dc53ec14ede42faa51822f5978b2ee6b94ac5676f15f278384b5346fc618cf92c335829f6d0000cb37f85a32dfac76768b7ebea918a7156daf7b0f5999ee619f545896ece675049071b0ffdf08a14cd7c1d4d8030bccaa9e424717fc81c43526b84392c5fe4c2541283284299a9958d65d360e4b72d6d06066a2b42027a1336f167edcf05d8c4925830753d83e9d82ba882cc74bf4ce6ef943134e8c328d43c19792de35ac3d5a85abb6d2b49bb3b2cd693f6cc93abb6cb200224d094b914d666306fe5e93673fa9c7c76b845ae6d05529f6638eeca5b1d3c657195f1ab339a4a162a631b913e0d900c38512223bc49befda1562b19427a4bc3b1a5646fdefc4792f3d78c749255d7e3187249cbc76e7e472ea0c3191b56d0b55b9b57877570d14f32bf9640ff67c6899db836f70cf812f464b5615a34375da2d5c4657285ac99a39d77d396f3b80e683e8f7445fb5b0fade9e0605d3ba05524c6dcf8c18de3e3386abcbee70dcaf22781648c39211bd6ac34ce5a82800659b395219be4fccb605640ead2a1ac15241ffcd3d9310ccf0a97cbebba7aafedddc7c75ec96d60d773b5a68e99576d3b06ea1759f5de1cc91df915b50a9619cb53d9e3c10bcb487c9fbf12248d88bf813cfe57636c80efbe8338a8a6b5756c334e726114cd7f124f66dafa2929b6219c18c5339ca7d9e403dcef0b5d6599059a3029c5b698f96cb45bb1f518f85011f03ce732423239982d7d84b43575617474ab58981308ea964fd0ac697063f72f021bdcea0086308abff78219cb7f7f476712974ed667935d667852eddc171bd766380eb1643e5f2a2fdd6fc28bde32ecd6086e506d6fb3f0bcb51de8986c2e897114052ec9a505f4f191b634e33c2cd335ef3643447bad1ea71995e051edafd3d72248c8cd64d579a9b6fdf79df3eda92b5987adf805ef25ba08337b75162034fcf55205cbf83e36bcaf9f70e8bfd5bd1ab9eae6f4a90ab46a137f009e60203b570fa96c61c9b0aaaefe23376fda75bd8892d894c6df80393bdde1162a76104579d3c7730b73cd53f52511b19fee5df8f976c92dfb13d022b39a022295a280e1d9e434a04560f4a123b6f385f555ff1de1c84518ede07b0f460a4acc8c8fe29efba3697a9c2bb740cf26411b1ccbc98ad629d4ec2bb0016d7791337a6b98c5eb53b3de787c3e95813be572e7529a4dde4afdd12e411ce3bbccb14492bf57ab4576782c00620410010e970181535c1c66b4c6f245aa819278c9fd06cbf436f34bd872aad8ea36a73ecb9d956f7b8b85e2a81790c8e488ae32d3d6f27ca6c13e5cfe2603387120db98d77b770857a34aa09952453e6b9c87689ed1802b4390fcf76c24adc5936d1dbdd6a35ef2542dbb4f1d29780ccc27ce887f7f386e56f0bfa986d102f6cd75fe0c3dc785a41d95583c87efb1ba72d4e420ea2293ac6d9ae6f1e2cdbb429bd5ed02613ab3940084b1f78e277acdfc0e58b0838e2a7bd3ea135f147d3f4f6af77b3f058f4158a956591e74634bcdc44eacb5cff455333658c54f7061f763c76529208f37b7487484ae0fff159d20580040af2407bc8911715d51ab1e8c264da9674562c69e19feba314a62d0f77c43edc51b242ab8e3d1ce7bf418f5561d4a3ec62c24be6e13a441736c6407e3280441aa7844ffe2ba13ca81a54e98fdaf699fb63349719fec01d4f4c4673cd8ba25b651550ad9c29233f01ee3a07bdb531846c7f94592bbf993cf2610e0e250a904b65a2fea5ac102dec9944dd31087bec2be6becada44ac2d69a97a0659ad38b3dcc356767f5766260c192324af98b391571229be5f8a4ee46e1ca1169c8e9c73d62739a083c4b576672894f7c894e587d097c75933282c2712f2dd261eefbf3900385464f91c8484c56f9e3ec6', + 'e36e18eddfe2c21d097af7bf9f8d89f1934ea6b434e8a3a10bcdf7d8034a8b3ace6031d883cf71aa8c738c85bfd3bb47cbf8b855d67b7f4764e256e17b2d0b4505ab7d6875125dc3adcf364b1f9baba2334f018fe9f9ddacc02f4e5ed6a30d0a50f80486fcd40ece3537fef9080be26b95fc894bb7894238e75be7375dd61af079efcf1b623d0b35ed52ea77c04be708b7a6587286543853a00f295558eeb95f4637e50ded74dc5e9ac905ad8f8442e361f677ea9f824665b4f31d9e0f1273bf81794e46e6a209b307435483bfde7c625d93ed9d4a3af5d6ecaecafbc96bcf79f05c13ac95ee1a9afb69e1e297801cef7227c271cfa4cb0e0ee93954d02155f35c893b294181987d3de3b3b05e93aaf16757fe5075e95275e24b70926a5b8d968ca7cea433820bc39658d2d75d3eafd005cdaa2185311273327d799be04100ca4a5fd504b41af9d4ce70473ddcaab2f31431cecc47a39271c4265c597afd35f85c5956330a71ec18add419cc22fe3bc45c2a703803685ad561ef1fb37fb4b4868b3c5c187dae6bf7fb2c506a7963d2aaa4619a4f01a7f209d180cc90399106de9fb0ec9b57faffd97f1ff5012701000db67e53f88889e373dc806adaeeb9b266605f10a4de7c2e2602560e7875ff4c555828a41be236b37d4a980278e757408896eecf1b5c5d83464c79a6b7ab863feb530793a155d5ed8ee26f9b526c9139ab080832e817c483a1252fc2a611bd5f356ec42b702a8f160d6dae3d50c48f24367f533ff458dab89f55206c2defcd379c73077171a98bb864b4fcf05a397a8993c377002566c6a9a9a3f5ab348cdd4c8928776f8c19f25afa7c02bd58117af0299c1d7d648bb1de25d85688a33116286257bd2caac4eb85379067ab3295b6e260d2edbd9a0dc3e07dbcea096226a05290c681b0b1f09fc083b7d4c3d00d57e6a02c8ec8ad35233617175a3959b3a2527c3e6a048be6359346b8f10c1ac184855173a9a6874bfa685db14d1d712044b18d86202f1eeed686e85c658ef9f86646db6fe5600e976fffb5526cbf90b4b0f62a684c39544faa22d16bd95153fc25b1a7e8ebfc2c60ab8289c15f269fb80ba9bdaa962b1353d8ee6aadf45e1213e84e1ba66285c8f0d67940c7cd5a87748052ad15a50c4540897319e95fbc1c86d7a6a070f300c98d176c422c5f642e30347a627122e4d15fe43747e9c1735b9d1c409f104677198096e4f7b8bc4b7e3452a84486b4bb9ff812c45d73c38cb59fdca47e4c02f19f117c69c7328c175ec70065bb1b049a97533aa2c1500d0e14d6425ba7edcf774387f1811a6479d0b53366382ffab988a1b78557dd4846015f8873ec80bb5710ed2c1cb65814297f6dbeaea908e97c8ea56e1b6d1822166d7efe9adf737d3fc48546268fe90b442c6db1fd40aeb1f5b38bbe236cd9a8275b5880ddbde6fd329bf31e3694351173dd9d547e86891acbff3bf0c5da8aa01ed2d755640d4301d69e1ffc754ea5ee5e9ce5ee560201eba77a9d4b2b4192d3a6dbe2c75857f152d3d4f2270b449f69ac702dc9b03d7fee302d9a197a285909657d611ce12458b8d24652e91ffe8c4b05625d2bb2bd69e90f1f18a0dd18470903c03d9d26fae0fa7bfa2888d905d55c13785d5d840c29a5eb58002a7a98c49d29ac5c925064f1e275fa5d4d62e0e0647bbc15a74fb225ea6de13bfd7930388b7f4aa74386e7f336694ed780e217172be8366e503b35c77f3dc1b06103680b9caca106f7f10d4ebffefc80698033e17800ed4ea26f1f762e020046a040c9a59859b962f8b95d6a45dd0e3f5065bba5156be99fe314f799bd64a7e70157da6e472d9ba18c055fb090ad8bfb7cb937cdc8d232475c51469af50dbd7acb7023cf71d14eadfcfd9c8667177c9e36a330c05addd130554f93e09ea24ae647b52d2eddecda6c90cb9b5593c3e80fc64b2de69333cd40153566d380ce5715bd4c7ff4542748c88f94e486dd58d73674dab6a73a7d2e61e62c47db6237eaee745da28a9e2a9fa84383007f0a7f52fb8878536b1962fc7a0e5cbf600e850e59b6111c56839ce7f3f2bd76aae5df5f46494c8d9af68b4072d6ec55ca4a61c83ec98f77c2cb252993e56dce6e352109ff007feb9c9a9f023386059281df732285f6003a353d6e6c6f64b99132c1ec550ef538f6d9cd4748a466cefded95622317858cee17a21fb86fb6c9466052e94d5b70a034ba562b1cadbe701e7733d6d3dabe5a1acfc2e0157b25c6755fb0bff8cfb9df2fa5fff28536d5127d8583793bb7e99346c765578c7bf7d8a797a3175e50171c6f038e458c27f4dda3814bf062964d5efb66532f245775266270f39988c7d4807a3dcccb376863f917d154e6516033e4bf14530ee6f7e7d9315267ec7d1d3632dab9812d90e26a8d61df66010efbe34d1d392f9dd844951899a5c9b94538865a17e175129f7b51c10a1149e9a351a5c09a3dad830424c60c24d1dfa7e9020b22b71c6f236b1c5fbe99d1c4471749c165c08996687280c4dd593e725f70620fb044d13908fcaeddac9686a0c373ca7e651683b1f62941d5b2c0544988e23fd82c466a99685a1713b38997a504bebe26e82494c8d3314d42b3e27c2ecb4883afbf434e58eb8e4149f9fb6e9bb3000cff157324a1a7928e530a461ce7d0a915dc91c5e53e3a9f12c7a974724a77429c52158a9c061b54eb4fdc759e3d3e0ddda7c9539712fd9574d4e97a0b7af98b566610f162bdd6804b8054f568f8be7cc3588f76cc9edb784ebae197a1f2e1e322852d31e08e811e982c9750e4e0f7ffaf360db4eca87d5187bfbb529c7bd652e8f594d17d43c434b99cd00d78bc929d898a68985ff98b27092c9c3365dd80e190ff6e59a0a246cc961825b58e56365f399ccba78d59ac03bb49aec362e0889702ebe352b375b0ed17e7becf8d748c4ba7b45c6bdf8f88ec855d1989fc4b967d26011a431d82a9a02453c4e3dddf3b6cbc1a436bbb65c8ea4fb2050e9be85199e4893cb44692daeca5a25f7ae65fecc75e15a92f8aa11405018e99d8a87d62f525ca702d966cebd9821db61b0fbc476676efb640b50c1346843afd7189d37099cf0ddf3775da836fa30cf24ec2bdf350edee9125a26e6eb4befe5a61a8b2248bcc9ab0594ba24ab7f0b73a9b672b998da95b6366bb8fcd589821d82e6ce226d502b90c1c808deab85265b78b64cee026947e538c6736d638faed9e623c2a1d7f5bb21b077c63087aaf6091a5226e7122959e8a1e0d2d345ecda8d5848253b28fbecc04a2a7ec4f06f1eeef7109d3f38993042fa4173a8dd2f79ba41da5268c0f1250f0756aef6463fe58f97882c40f6378f96ba6ec268a9a620e34b40d685406418606092b36f299c0e6d941f30b6db92bc366adf4b8d2c0f448acd122e4b17d32b66fe553879fb11ddfb455c56eb49294aa474097ba0e4c979335fd4b614c7bcd2852914bab13b2ff8db53a61b68df79bf837e83df2e5443235f7bef3a6cc08fa24d8967a6af7a44d36017a2dab9fef28f35d2c4e2a00b2ad77199f7f7cda2ca1f1297b478bf390ef23c39d9314938223e5e2943228069df0a1c42558ab1ef0aad86cc81cd8ae7dcc9c2129faba10b87414eda851b5a00ee2fb1fdae6fb3f5bfd21ca066017d173cee843a8ca66bf9a03c9a7f11498760c6dcd53459134e67683146abc7a11037adc5152a16ade472fb84b37f6e19b2f9f785e87eec21dba4822f87572d48eed9bde1d769d44ea52807ce4c63f218473cfecf7e45edf7f64d9c31712b0d55637ddbd95d623bf54859335da7c553d1ceca5afe0921c52228b314fb76affe53088495f019bbb43e38a72cd7680bf9b2b4028aa61b8b081ced859ac21a4e66ce588e5ada9eced385e09252a00fb05a5791761c5c27ea3d64bf258c49de9eed23ee0bb8fd4f242078ea9b236c014b0c2cd1a56e94a0d7cb76083367d72619d800038d3eeccd541163b1323d7fdf44759f0f011fc428dc38ed730fbc1ea337edcf63733b0d7bc73ce2cef80f701c252d4ab429ae7f22601c276a3b0774b88164fe786e5bf3ecf5e972be4cf7d12a75a9ac4b8f793a2febcbb06845d87de87ef429acdf10149388cdafe9a1a5179cbe61303f932e79a407fe14e7a08d8eb59901bd8b35d603f1c85fd6eba685b7e557ea732ae53ca2112cf9c182ebb54ba25814469e033c36aa6cf6a43ecc283686eaabe177e6026819c36542a487de292144b2315fd7b1110fbf48745d72fb1813df3c07c1263e200073b714d6f576abd4e7522a4b23b347a467cbe3c24b7cd0febe015271163e6e77b675b494b4fd581fa87a7dda67d13f0aded76ef7a62bf5b9ffa25e024691a7e1f407ae68570092740091c89824896b958d1162782396fad82c75971f37c660c1c5037ecc5bfeff64984e870eda5a51f70af08ace443c54dbcd117a125a4b2db9a1ff822b2466f383d80735a909a28681d10b3464788aa8274a0c83763e9e631c0332651f50c72334483250f123207dd867b7fbd53110495d2bad5fc5454ea57b6162a413619de31841766561d722ac6d478d4d8b1e5bdceffa9a4b8a1eca695a5506aba1c769d7828c39ef956647a6b2e8f1a60090cbb7523f59f32f1ba0232b56750844f2a9550561035be670fdd13bd49b91e028fe8d265242d34edc4e7780de54366783db0033684936ef87b3c08a92d19d745752a2deec0b5843d143badd652aa2a3fb8d4d8f2a920d1b0b1809019c4a3567ac66bcde651a1eb88b2e81a3734ef964ba2eb16af0745ae38b88ff43594bd62488b92fb745d583176a4d407591579734503dc06982468ce3798537c2727d0c257cb87ffc06e421eb0f4e9bb637cb088d4e38ff0d28af3fa565ab36f1405453f508e3221f30bc77adeaa0d807ef2fc9fa14bec1c88c14cf83d05961727b482a1dbdc7ba935bd4f0ca8cc2a9cd2fec57e5342dbd1e04fdd9093a1e6ba85bef1b09fbe4adead0a429db4642758862873ee93d1445802be0c8c01378aa159abf933453b8709847d08f5ad79ecfcc3f86eb709ff0ff9179643b32ecd6a14c90101f4745c1a72e19b09dc391461d0b0f71fa15cd424fc475de9ccc36e6e5afd4a73b9d528eb61edeeae1a003c6e1c76acec7435586ba9b99d65a0671f7ebd1e0db64b10a7e21ed0fd5d76abf9fb273c9f3ef73b94cd4896dd21f7c3ea828354d33272cce1e8f0b1507fbae253f03a2b597ef3178f302005a684987ed662f5c6234ff5b1dfe321b8707dac4c53359d6b61123170517e7a2f7ff64d41eb065b9d85759e68a8bdf70fe4bd159200b298233f6476efe39d9e3cf0dfdcb43256fd00810c3399445cbbdb34a9bc5c6350737b7cda8d3c4c77d45381a80e7eb23b2218a07c7decbcaab447e9a86b5182f5759c9fde3dfe94f2649cbbb7ab48749b140d692d4407178d2c788a21e819678ae7ae30d74dddc4f8954025757bb97e601906658850955def69999f7efc5d1af811d8b82d8683e370b167484a457ada707a2b1af3683c96b7b4d0b0266fc5a1253b43be47b095f941fe38aa9fd33290b57fa512d756a4cbcd5545468109f806fbad17ca8f93be0f55c5dcd5daeb8aa6156f9cd59de07604199422e8f7929f5161ae7b646cf6a42b934d7b5165562a267a9437e9abcf5a4782b98c1ff0d161883e88971546a2ef58e3e03ba4a6dcb917cb349fd86beaf79ef30bad72d48fe7b57c8194648660489b2dc447580744e082f098fc2a43fbf61051d3ad690b94d8df02e29ada92f657fe5942c5f5ee58466ed00875659dc8fea5855ab48cfda8dd0fb8f3d0fdd32cc38850a2de01c5de94e355cb3213e01bb86677e5e96413939e4c86fb5f58b1cc3441f82cb906f39f71ea662b5cbb74bacc5a0fbf7478b31cc29e54446f70959c54323a287f8be0638689eb6e1be6c16de18a362f7e50460df20d0a1427cfe566c862ffdd5719f4f27acacddd961b2ffe9ffcd27c2f75352cd5a290b4affc0bf03bd92d946a379713f6b5f2c0f6e22633b0baccefae6ee7421464ce6c307f6d0353a0ad95df6d3190a251435f62c30ed6b9cc0dd024c3c316565cad83d2e17566b8be6828df432a2f25a6a80103474fad65387c67b8fd337244901343bca989e3133b45959242eab928bc0af001f55181590800fb93a39d1c850ae9f2175f13400c202b231ff1d9f5529c4f7283567c19404483d5dc3d6bddc2d218d90a8b7a464a74041bafd860ad4c4d61d0b1f0393fc0f2ec3ebc54047da3ee8740beb626bd763fb7c56980e5a7bdd72652b44eeeb9811c237c5b6fd0c4cf681d6e5a677f6d378a2c697670d2ac4e43883fb4f505502cc90fd7e016377aef48c4ad0727ed1d365c4b4ffd308d84a7986ee1d86fe4cc69029a9973d1a166aa946343ed7dd8971bbdfcbf274980f76fdebf7e4942f5f5dfceab083e297651a956e17933f1a8a18db527001c4211cd4e1d655f2ff99e9337352b6e66a51e0394952897020bc504344db45b03a3aacdee5e47ccb119496d193f001116ce0244125a1fe581549788b98c8b1804f5b2c1f4a84d0cf72c5d4c2bf5133a742a88dccbacaeabd95387f4c47b947f49bf916f0b045f692aba42f8185e4c30a84319926893bd303190fb12fc20b8d7f789ae9fd979652972495f398682933ddba11e2f911734bdb2945ca80a85dd6a39dc731b060f4795f6631ed71e6ad1a735cafd7ced41fb9a83e6137f95b2ec7e353e47aa3bceedf5df8fe699871decb7dd48203e2518fb0fce0f865f46adce5c133a921320bf40915456204869a3ceb5fca3ed40e0a41a64b8951f0fc580694cfc55bd1f5ce926b07e3e32ac6e055de9b961ce49c7ee41e06b024559b933a79518192e969855889c85d1858d3c4a839a3d0c2a2082fd59cc0fdd5f03cbcc6f818e0d4e407b094f9b909781b37b7a2712af2b688eb8da4870cbafd7d6a255a85687b985e4ae0f61f6c7178ee6d49e31973847f25b118bf814c8ff149ae7d53c5d2aa63c4cd86fa8f553d915edeebd887200e72f4f371a4f002e557e17415512dea05bd93ea22f0bdf5c657c9173df16eb2e938731cf8e377b24397d1459dc12211060c683b35971fe09442d9a080cc249ebd462cb84f097cfd234795bd672246da33e69e3b5f4c49883fd8ed0574d74d65e3028e3fb47564261cddab2611f300c807c2c254d09ebf6f21809fa08a914d8b0314142df9b5e1df98d08e2a2ec1e44d1a27613259fce607d1d05e2c3298b98085f16b0d6f596a8c1fb6cb340e0d65ebb39ae73e5be551d4c95ea4e2fd4bf5e8f410df5885ce62ae29f6cece40441a168c83e0e356e687788081f07f4b299726c5f8fd89fd836ed84017157355e455700d78dacbbb8efb459fc0ed5bbcb011bc8410522c0716e37cdaae4badcf9cbc6aaee031522a3d21de6fb1e7f2c28e0a2cb70d59b95307751e8212bde80dabc388f9608101038f9fa588cb7cfeed01c4f9c73690bc61c3783fbeeb08bca0bfef3d75604662e7e4c93d638418baacb9f6a64d2273afb3d97142f9ad98861937b40a9b75fdf237db42f8985247c07224f3b4a1679f0db9c7f4eabac109fef7a19662d408143973d171899fdc96aaedc160a77c6c6f40e40d87798acbc9619c8c2af8d79d35a34c75f942d28961d4601db1e136a750f3d3288d81d22443689865d61eeeabbec9f2272ec6d8df45c789a86c0458af009107879b963971247e7bcd2c57b1ca2c083563a6882b44cf0ecadfe3835af9eaa2e1c916291938d91da7009235996f19f866c9d4f942504a249452dce0c60e7b94025ba1ad09c1ddb0bace9c3b3e00e51506b85ebca6986383767facaf2263300ed9cdb2a483c2aef22775cecaf83639e8a5bd9824d07387a601d4d730e88ea45de88dcda20fa1c93c6da4ae77506564edc44815d45878432696e0e12890e7451baf1a472815e5c909fdb99fd2ef15128ed2f64c4d972d126fd6325ef8a403aec2ae01d3a92f150ae5685327302cdbbf566236cfe314e861fc2027b523aa7a2ddd65b2e7a7c3a61b493ddfd941820fc7dee29805576a60de56055f683c1ca15ee656dbf7966c2f76cfdede2a799757c882e48880fd0ffcd4080647fc94631fce5801bb980790f7b9c3dbccaf3ac51a2dece886d7566e32ef8ca35ff6ef165bd8bce6f02d7dcab530dfb529bc17a3ed84675f115cf61d998d4e5d35cb8ebedc2a8f87083c6b81ee987deb83f592bc3868acb8c6965e86a739e7a4380f05c517104a526249535eea4d28ef59c03e66912707a60517e241c271c308e515d6c1a34667e9ace8b7aa5ebb5b4119c07d3b6e5c12775b6643d7a1c17b0bdb94941cf72982ad367f1b0ca28f9', + '383242c709fe5f2ce782bf8c83b645d171f2bd238abc655d8fdfacbd0fbd39df8ae52fecd6e8b00fc269a028fa74abc52a11894e6618807fca462b1b5d917bdf3bb9fbb5f420582b2fdb20239309cacce763f7d17715f7d0bacd8f0d3311f96895d52d8c2a4d5f6a7500c9e6171eaacfef138f15855cd136a9995ffa57e4bd60de624dd84117ceb2deff22d74d5a54b78b47d9825894169bddd5234a92b3cfb15f87e4010228acedb000b35fff66cf6a03285e81b766cfe69fa76464ac263541606d796f32250102342d05e7f3e923d29fdda5786c7a03ff3737a8b26de4f9fa293b94899cb9d5d9b2ac9fd5f28c59d6a78e36d03d77baceedae7a9b9d9623c2011abdb9078a315a72a50992c4f7785d62659af2f306fc3a09345f8703e3b98332327d673a401c6dbb41cc8731d188511987584456ced22dd2f0e1de6874c52402aa5bf9fe849ffad7a76f1b01c29299141ff8302d78438f910b870994f04e8dbaabe0d81bfec1e90c017ab5fb749c1d9b53031d42ab58468fadd96e4f005da6a15c926c59558a22a37476bfe98cb1c5f64b00735b10183b11fc6076614cf95701e6fc1d8031028de32aeaa091b5d6796c307799414e8b566223a389917b2a882070a354573c3213164b5ec0bb951521462af0f9bc0eb980c9482b10a836f82148231177a71b219a82fe5a8731d475a5cd60f4fa93f8ab9f8d947e716f246c0abf27cdf03879d70b716c675dba1bffed46fb0a0490b3689cf72e2616abee8d2bcda35f25d2fc5d4f29bd0caa1d12b9e1fc22bb7f79e8f8604f3eab65273b646cbcbf50803d4cba4cf318d2d62360ad6a36fe8ed3173e64d2ddee93c8aab4f7b6d2a526674012f6ec16a5404994ade36e3bb70b69325eb3d9e86468a6fb0150ef597a6c44a5f61a16dc8ede6b38a361d65474baa792efed5fbac8b167e3c977019769a77e329f2db28bf834a5d6e8318bc95d24f6fe9a1b4b9943f7722ab472d2d597617db0b637a76c0dcb5d38245b74e29cd0bf3f074385cefdc131986c4b4c5a2f21a9e6e241dfc7f52afc2400e578e75646681ddd70f4a01d970bf4960a567057706a9ecc5141e4d8d9eb6323d9811fb60f5b60c5a78259cb016808ddb5d75d37d5289e1c72b50add6191bd373e76d3e1b2fed066f216403188b09ae656b96af9d84baf79a923822c4955f9e11d3e4b02b7bb356958989c74b34c735cf4e3dfc2013b998b007395ee19a1e1cb7dc3cf3fa7f95675e2f1b6bf0ba25be5983d04bdd96024fb7e8d884b5adc3b9d66eca7c0091ffc339607d638171b1a2949af200fe72318712b5aa66a936dd0fee1a11aae6597ef4a7ec343075f1f77d20f217de3b3ea3c9410c036744cbe6897f4ca713144c8f763a20d47556b173b85f27b615fc61e590d34a87f900d36cb10aa50f5702c1adc2608ce284ac4692eecfba515aba7283783a0fbcae75f3dc0100819eb94a8f5653abaec2f0df17f18af3187e1f0de6e9e9f5a9f5fa1c93b103f180e9ec43dc15c48c051a4c77ac0c1769d0a0c56f45a56096c7e86e5d4988347e117552975e687f720e3cf9fe893f1e84514e00470532668dd7f87db06bde1cd6b1d57ebd7ccaef0e48cf7bec1626fad338ea323dac0d865b689a9acea10f27cbf06ed31ebdc9bdb1433664b9094046e6f619edabb0b32a7fe86368005fa7ef9e4bc5f233a7c155fb6c0626fda9178d3ff7319529a9bfdd7bd5d747ee1e44cefe225f5eb4b15e324d41a345229c09383edae5cb2ffd8009cfcf6accf05342504c22bf7aea610ced3752b241b048b1c2741f9ae23722a059fc239259af954d1e08bb5ac97d4d39e14a2da79f3f459dd66013b59cd7cf9d287170e290846aa182c45aa5dcb5cc81b8e620f7d0180939ce9375ea3d7a4ad31fd035dfe4173a0c290f8f45275c6560ceabdb2766e309f2257ea49d56a73aee7a98f0eed6c089c96b3ad7ad3bb9be43bcfbbacad618ce6375923e436ad7065bf32c2093eb28d085d3e6c2428c562dc6ee665e36a031dd0a297e91710c923388041a536393a8b4bdfd83bda98bca3a56ed7c240f57b6ac62db844caa9e51490f17d3e7d262d8acde42a24846cc8e7a70349daab95f2fb2e9e653ce54b2accd6dc8f97c74cb210f634dc2e0aed10b44af4e4b60d93905971be45da503cc0d270071eb8faf4f2a72e9695615460bd95f60b515d4c377c0bf8550125f4c4ceaec83ad3a7006614d6ddd4fdc64b10f60f130e38d752c9df992a2b4026b72d7ce9443f566ebfea41266bb4bd64d544e4ac09c6402d0591e08c6e07abe382bdf40a4edd4e1521c8a11d40ff7d44db43aff340fb12664fd7a86b2eb3e9663ebe5b994ddb63a20d475b45c47ce46c46567e6c2175568a17e25ebed1f5a3b7d176dc1ea9023e1f6ab0982660f59be6fcc579a012fbb3a245fb2b0ebf9681dc252e9c22c91a8793224b7f467a304abae7d8ca167c57d1b5c06a37e15f5e2adf202dc62d17ebe5071c60392f7cf798eeeed79656c84f59cb7277a9c21b1447c7acbd80c5fa3c01824037ed69cc102d8cf80908e95cacf3ec426aaa365a827f9db024f274dad6830c7618c47ad443b29befb74556a2354621188a61c7856e7b6813ab46c1208212ada64ae6ecfa5acf24ba29782500b4fb71dc20f7fc02a1e330bf9aa1343206566eb8167a47a81b2b2e41a7c7dfe0efb9e57674935d3ae35efe9b392d56792af95694c4a81145506fc16c795a0ba9b02984cfce5e7395fb94d98fcf12ae5db8a06e239c9ad439bf42e523e65a31c3bdf356cd7680c57cb32ec983a678c54776f5bd4be57517eb314da34e37efda96debe6359b320dc55d1d4d65f0486219d2ea04bf5e96463c56d3802d5b5408d8add32b45ccf663e891e2d090b32644cc8a649200aee8d3f2e3daa0ba0a576d20781f850bc107b758162e26970783bce31a79745703d18338e674bc59752b8317591b83f63bf8709a4659afe741d332d3ff832c1111e2ec74eb4c438a3032f333cd6198a3723b18059eefed1006b73f35963c39cd3d8f784d4ecbd6caaff035fc418c438228622640ac7b6e9fda824a7e9aef2dea0b59af189d7dd6a958f5b3d751e61510b2e023c1eb6694f511d6dd256a266905ffb3f97d53ccd394dfb5f56b8b297ded9647891fd84bf09e61277fb0807c8baf8f310fc21e535e1b98b3931f39a0ee57670acea0ff96221a2cf69aa67a5bf6252e532aad398bb6bc0870e57909f6f71c99ac7cfbbdcf79e6f9b6c68db43f4925719d029551e0ade4c36094ef5896287ba2af1c86cf7298934c0a8bbccab0e51eed610ff0d3fc84244e14fa08c208e313167515e87109de9d984442ea2a3b6a8ff661ab665c29e9f8fd00bd4bb2c9c76169b101875f0fec645306946c5f4949d730f17d6c37133fe174b6373ec74335f510c557f9e5ff229620b3e8d9d664f3b301a2fe591123066c39a7f0486c1fcf2cb0249196a242119175fec8a93c090871fcf896d366e3ce07b04880ff1db9f396ac714714209359e4c729ac50dccfe8b28754ef51a4d007327d2a61d948ac33c17a2dd0c8cd4d3c0e98e71c77450424e3455a506a5772327b04d00b5d9961002bbdacc74b14ea588d7f99917311503d829b8b7273fb34e04fcbabf5f27c630933cb80b301a3f53fdfcfb393daae3ea32f1e4ace050ca2913f4640aa3e7e3c8f78484bfc82e6f852741de79c249819f637222abb940855b5b80920a0a7fb58336798613c454a5e20f8ee8822d75b9c97396b9dc3b77aa8de4898be71b5804065905052dadf6ab12bccc637c069551106b43f368ed5e0166b7f598c85fda98fc680f4b350b7b47be36e1958fd613121e52631677575b548fdbae01d55c6d390b697e9e54644b428e86b7c7e12356c49830dd6b3002d769af589a0e389c7aaedb663c47b142ce6329b335409d78c62f290d993abc753b096f37a30716a767c01566308d762c6c7438c5424ae95acb1a77f27fcb4338edfc777fb0339a039e37617242bac8ab8d3b62c5c82bed53cd4f2ae67765ecd4570a6e38a8dbe93a85db66915a15d146998250baae2cd3ea3494ebf26951dfd0dffbfd6b75472ed48673cdcb60e5b985f80fa9acdc95c0a868b2621d3dd845b4ef96cb1ffebf8f5708c93d283c73a8f012aa16a439aede13d171366fdb404609eea4815c2b8b344d73a35fb1d707c5104f1d3fa8afbe55b5d8980ff02bd1095644edc62ae4f2463d2ecadb6d17e8386c182fcbc3250f4d16e3f197a916d5b72358394392113dedb0a3065865e5602a8cd3a763fa84e7edbc5c4273a1829277f994509f9b9ab5502d391e7e9f2ab5c3f9ea4eae57b28f5d31a9544ee05951725e5ffa834e679f983c58dcf725cc302a3ac3ec55e1984fc6fd34efce6f815acfdd21fe97b16146ec65680668ffb51988d7c849ffa01e6e50a663da9b55e4f5b7fb432582cf6ef17531d1657c33cbb804595f2c559d2d3622b6a0df5e9a686a52422b37edad77e75b27fcc1d9cbf854c747f25efedfabed65b552c4bf47f700c73942fc7f556571c5d04fe227ce2237f829e8a8a36e82dc4029e052656378013f68f03be1ce1ed7dbb2338f0f4533a7c088a9d0ec53984bdc9cb451f9f6d2b3e1589ebeba208c61c7571192383712ed47ea9d9e8095d782609535892209ef5fd690b24bb3549657ae474fb14caca751b4da2cdc083c25c8f59dcbc289a2b64c459896ab74702300bb0857b5f0adda1a2fddbe502b516c67c33bdec3d6cc0fc457f9b0a6a47f1da513248f65ce409392e27dbbc392db93a5f1f7d655b08ce20d343a6a03eb866b8ee123618b8e70bafff3418bfee5e282cba8591c40bfec177003e32b8cf38ff5034b8b34edd84237aa8ab196c6cb6f21200fea164cacf39735ed7d5a0761a1a34c79e66f5552c0f2dbd05644e6ec8858ee4f312d401fa948a4198f613de0c55db094bb7c89a7f1d4daecb7fe24f1380f7b8fb6c9e6bf171305afa1a7f616020b78c493c2517dddc3ee075d2a4a82842e11f80253043544e09fd93b94f9ab6095ed30f5a9777d8da86049ce321e46769df6b29c3163283998bbbde6901048e7e354016999c14e086c78d9947c69e6154472e40ccdcb41fc21a18329030195a0ddf85e77faf99856f57ee03772f209690bcfb6db8e0428976599548d559539926c2070a834e505802dba853d7a83587bdb535190dbd584114beb5899ee94ddc576135f83af4e3b8dfb74f130fee27b529a48ddb31e07fe73badeb6d537c62842e41a5291d4fbe28546f34b9765d819f632f481cdbe623dc49cbb97c996f3c3109f7d715809b6a371f880bcfb172dda7089a0666523aeea0cd8ca22fe74e255378e84e562b7452658f8636ce37ca968c78993b403b5b3ac54565380fb3a5c87c09877d637477112422ee482d7fc1468031917922fdc392ca3fe9ed8484e2901b2a79d6b5d1f020f37824b275fff35852d2072287200071101b8f3536e1a116a15a23fcd5ea9c0c740dcdf8204edd5654c88ed9f5389e604766c9919f404dc6af270a524c24c73df6424e9bc4d2ebcb06838d01f5bdf9ead0b02d951627651ab50fb17970f6fe202ac42b1fcc32ab20f8a1863cf106af7b3c762fb2341d739d2372add4ecf7cd6d61e1e7f6bec497f29b810eed8fc92b9bfb37447b8178f5c8aafe53e7289da1703c5a19b3153f4eaa8fc08b862a7c0ab78d52104386f068279c114832bc6f16d32a6b14c757d91bd315ee80a94985a9687374f7ccbcea3734774a0f5a00d29a00bcb37dc5ff48abe6fe5982c9657ca4293e1e7f597bed0f69dd16fd9fae6ea77353b1c91183f45b607990066916c767745d9d2b8c7c6f5d523de6a7a60d99cbb59fe46b4c8e62c6ca4820900ad60c8fd4529f60d816f78d680a5791ffb6fa7341e1d9f8c9671a5aaeca9994111b9269b3ad93d3bed3fc2c25c2e850ff32f73aa2d9f0e63ab691a3687159972e602fa1bccef8e8c35c03b60617f74936fa268e52d8c7a7f2f56f2d91ecef2db53c0ab43a475d0467e7a4b7a35a230f3974eefacc7eccd2949be955b59dd8ac4817da1dc6a72edb2f3f45bd6809f9f7794bd6ec9a3c8eea9212b6b84df494b7597c044adc6efcc18b9b6d13eeb7cab678e774f026827c547e024dc1c591a1c35be12fc805ef355c0fb4817771d433b0aac02f820be123a4bae3250ea6e59e44e1efa311bdd8670f1df33934cbffc36a917e8d3eb4f9035fcb2db2fb7c70d8d06de004b47e9b005f58dfeaf8479ad868cf7b1462ac0a99ea415aae14b0b3efea627acb2cc2a7afc122e31d2e6f26012fb73e3bba7bc655d89fe24ce6ee3f41f752087ce724aeb3d91ea54633cd31cc23eb3089928e9cd5af396d35ee8f738d8bdf2180801ee0cb1bae8f0cc4cc3ea7e9ce0a74876efe87e2c053efa80ee1111c4c4e7c640c0e33ed4518c74df6bd12e5f2249305977bfaf7b72ed08007188b2d4bf7d71f8687bcd294cb1c3bc73d9bacda075b9982958d6270569f22e27a4a3330a6172f18ed947ff02e621ad820a0a2f83b34bfdacbddc79e8391ed2b96dcc29cf1b2ff3d907929f9bb3f678406d07ccf28b4e4ea9f6a7b940e5f6b6ceeb1600333412c6f10c98513ea0aae6570997ee16862a54c709212f38f6e0a10f2767fe603382317ff03f5c1336a5bf6ce6a3db172b47d7af003122f5f3465a2328a96d7ea0e7fe2bbb710a43fc50cb2a0d14dc1c030d9f08e2bedca2648faab4f6c293b404a8f39c7615a1f67b11d13685d0394d95e5737bb8b2a365d12359679a9cb92be62fd97b29136a5339519b3b56c13ad369351cb089f4c066c36a2fe61b1d260bcee3776fda53ad83c079efdf89ce27d60766634e5d6c7bcec2ccf4d9812f247b442c972193bcb2ae98ef96ca25de477df8e10efe3d021bc554b16fe7d5b9f9a3d172ff385b38c0fa471d58a532dbe3f1c30de5672f9eea72038169b91ea2eeacfc1d785d3baf20925769fc18b9ac435af051b2323e282efe56a4aaf764d44bbe4e95ca3839071b9c503d4ccac039afdf07173b066f883091d582fa48af3658004e43bd706029f741b8000e64526a6fa891c6498ccca638510983215408b05d9b848d19aeb5fdfca8191a0b8d7427cade16c5a46b5c6a8d697910e6c4762aa1b778dca599426b74fafaf30bee30580aa91c7e144c27bd79ffae8f1240028c6d7ab3992ada0e5ca55ee4f3d62f8de575302d5861d73685423c2e6a6d6fb3be090fbc2a701821b6d8fd5e8233f794b6549cd0bb52b390ac31478307bffa91a9bd9c1bf93ffc846356fef008ebee4bb3ee148e0fb1893d188e4934d0d088a433d14a596c5f2e3e49648a22edc6bdbcc58dc1edbd440046b3a169ca2b68c2f5458c40fded975557524dc97d998c0cefd277cb772bd4c1b263b1d0cc824e508bc837a78fe3b119d86557e288740582eac3f559b4c22873891208a5c23c4bd96ea21aa697b67324c869ccfecbe7f9c8b7814f932bea0abfd4a7ec1135c12705a7bd7d669ecda61b2f48f244cf582f865ef3cda2640c404d9a0aa63cac79aa7e3dffa80e2b9212a915e912dd1b307063e500b7aee78e93c4e3237e4dafcc9be93852e2c7c76c7e74833473f038d88407569254de3ddacbcdb7dabb6cc622c4f1a19d75b9f9c3b32480115fa6acb6331bb890ed5bed56b00f1f17a7c37ae3eb3c7fc8a70b49007a6215681c270134454714e1ca4d7f6c093322c288775277d972dabac1e63f8999d64921f39abeb98132716f33db7b83a0e0c9c3a7b3d746563cba5d0a7164c7d82724242c276cacb085d721702d6a023bbf1b024c9d8fb92a422898ccd53f2201fdae590ff892779ae74fdfc86cd453a3772067bf5d04361c2b2b534d395903da02f0a9e432b8810701df9185c03fdda0b1e0db471cbe26f59fcc76d7c638d02ddcf1faf2006732bf7b921fed503508fa1564442d0244f27d4812eab0a366f3c033b936828825f289fc6d7249453d3c784ab38cba361d007ccb059520fa6bd25bb05143dcf27d292f2c7a70e0c6e0e1e3f9d59933e1d4babad3ad6071f0cdd7c8fac00b4867f43f77b4c002fcfca45f03c9d355e32aee87fe061333e9af1668ceba0e740e0f149c2a3c4711e30f141fa063b4a6113af5ce120c3ef7d25fcdef34984468751164a9106b1883de26b587826e8076043871f9bc8e369272277bd3c33b69cec6956cccf0ea3a423569110070933fac054de86fc53404ee1230a77c434c858d4ac5b56e9360b5343001aff3347afa305ca1e498f5a5aff2f9a2d9527c72a18f46c7c6f8c2769243171617c694cab9ea515becdc138a3f8571a49abd3556c3bb05c327d043d4d85631cfd2e3592c82c22ca489a3e98abd91c05e702538a0f6f9cee26160de218f54c75567b04b475fa034a341553d4e30fd2ff9e6f24bf73f31e84bfb0f5d06bf2721d05e9731c4576cb2819f5ad87da0b1069d818c3703a84b9c287d44862a71b6876740fe', + '9d1898f04e38da85c27e6317c19ee81c3bdc6b1ae72102622a4edbfa3ad07ddb8375505c4a7d60ef90f55e0b3940e8696df709733ff304fa8ca74d2726b3d9b432b7975bcf653f8ff9db4a6bac2f41e84c4b3b5244fba2fdee443534b3f85372738776d52618fecfc4d8301f63927eff9f81089f3f6264d316cc9a0826c4737d0c8df4b098bd2516bb96170ea692241830407942784fd2e4cce8858dca42c23dc57019d56b7d3ccba4ba0722bd57bd9ac531952437eb7598da40fdaae697c71b68d8ed2ce77fcc5848ef0842ef08d1ed27fb642bc45dd458077b0a47c1ee0a7dbb6f799d56ec5c246fdb235685cee6791e47ee4066ce778a1a42b44da46d14cc88dac411feeb7597e0265f47c7d086a572bd3c4c6766e798dc3c04a2d73c6c7195c4d66e29a59e196579c5fbfd3738dbea0455350d4cabe81512012fa2849ad2aad3b89e1d415f12c47c5b5b6f2a85834fc541e5a1a94be48c6bb4dc4d6d275991af718722e840eac6d62b4f65d2f30369a709426aa450f20bf023921f1e9a6d1101091382c2ca09332f3dc026560cc40053b436b266417c5849583761c07b75f171892983f684d8d3319794fbdf582edc704aa8bf17a6e93c1d5bb45c7a53dbfaa6f8b06fadf7bd6e8243b52c955eaac4a7d47fdbdd08a17f1432f25575a906f4495e928c0ea921cbca4909019fa69e82a058a54ce3ed0ce9d7e7d897d8055ea701c4b62342246db3b2af7ac126b873dc02e1015a4fe092420e824d69ccef4bda7731047b70f007eee17fefb6511d929b76747b4f4a669b5161093b1279f0355753ad64dec193594401c14f26495c6187a31bfb71fb098fdf768689db068f84e43c40be925d97c97db77b845a35fd4a6732dd690a8b50d6b4f8001f0c9c55a04adaf3fae06b84c160adb7759a3e88b404cac3ad6021c3d8988d80e5ed62c9f250d6cd001013e0a8b68b7c0a2e8c86072714d3b0bbe6ebfd53dd0dc3c58173e0c0d8d6b86a7f35e647f8d32b5d467faa96b7175865024faeac91afa1de20dbd36187170b36d40ae3db9dc2c07095f9071a5c978ea59c78516d516e677e688a34fa8c97dfbb3de8063a2254b1afa07e857aab5a3bc2dcec505cc453fdee810769548e5f1e42e056b92b2e8ee66290958c804b684505eb35114293654b7692dadc373675ae13e5dc6478697a48d18cc784f2e5c996b6f1dbfee666ad395dc38cf36a2ce3797675026de77d1fbd44bd9ad5992086141d15647d12e331b0ed3ea418b717b165b3b8513d410f852e024a98e83da5a5a981805af88cb5fb966c28aab2e4a0e55c11d5503c4dcab584545c4923a61b313c2c5a44d61d8213d523ac2629ba6e8945d9f488d2d553b6a5821b34ef9b2b2fb464caab7f8df37f535aefa1e4012aa407543f7f689f55907bd4aee1b5e57da9fb72f8165ba4af49fa591ca34d817b3f8cc7dcbf6475764ced913ed8db4cb8a6f89e0d0dd22a5f79b06759b2cb010a61bb7df3d0301d5ef1e203f2a2cb98852f932f31184ce6aa155fcdce58c64b7e127cbdad38325fb6874470f3c6eb918b4bb46f8bc031a13927eed4a51ca625805ab7ce3181d4052617fa2168cca5ff730243a4448ce923b3b645c10386d458b84254f9a8327dd555a7ec5e7a3d60a9e45c28178305dc34c1cb4cdf121fb6accdd13c863ad49499ec42026f519f835887624b1071b1729c0b6deb75fa6eb5e8681055bd0eee831792ed249b147d78d4041b95d6361a142238a40acae3fc3ad6300588e54d08b118f0b23a2bec5ca6e50290ecb3f9c82890f0789127f44fab3ccebabe481eab8663ae982c6700c6755329c73aede24218acddf268d455f171e3e937dd2caa5d6ac273a7e29779424de522ca65cd1b104a3fa51977192f6af5932a82ceda19a9c5fbe7e844037e59966495a1569bc9ba2810f0f6a73eaa409e1338a57a9a9214ffd7b3623bf33891b8992952f69f17c818e9678fde8aedfdd32dbda8c8b43d28801e7f1eadaece751b4987e72c212bc38490b1ee05462128fea75e919f6f436cb198f222847d698a283f5767df682d33d3ce771b05bb6d4a864ac56ae914cc68f80cb578a6a8315a454240dbf9bd469e6d6b611cc42efaead3de9a3b8debffa5be447028fd774d6cdb19ea4a61689d8eba2f16fb2ceaef904d2b840a733c05aa6c06ca386f31e648538dfebcffb15c8a22e23fc0243675c55cf82ce1834f06ff681b6bb2e62023771366243abbdfa81b0d4b83719359b40f680f3ac7a56b292d1c4bfc9d498a2d80856c03ca7d3cacc7e3338b18639cd3f9d93655c5c1da96bbee5d250280b82beb106644772d0e8d190c62ffbc7b47fb08173625e1bfe27631481b8de872f246411b1e8e46b39e7696f0a08666c3a253c68ad7532587ccf118914bdd570980a608105a8a41f7348dc8f7b5c81d23f404ba9ae0879901e02ef731b6bc582ca972cb56e3e06fe218fa368a686ee98387356cb01b6844166556569024d3f1c3b6d30f558137d85a91e6680f8220d2cba10f65324e9f2eaca590bd165dca2cb7eff05e75fb378548e879e7f0cc85e1e38bba2c8a42d45face605b52b284811ee9cf23f1e1b897d9566da3a930b461db38d5d491ebfaee0ff71dcc5374ef5a75105003bb8a7d5c8275032e9620a0a8f24ee2045588dd5b88b8e3e76a2987af6c87243d9ab68c26fe8f1a87dc3907a3d1cf82ca79f73f2ef3a84534fd4cb7f063c2ae2a15f26f979bf90657d20643e3184f1a9f75a3aad8ef39d42d835b2abe09376061b3da922ee93749071e04ffd734522bfbef3aaad9b9d1f34992e14a78bb79ed7d0abb8e4d74ee652e16b195f0945d39482d18b9b212253501b25b81a0f8eea7c47121de73bd72ed356298a0efd6e4c53ce5ca51e256981bfe58367ad7502a11e08db9ed42216943a588269af57a7d42227fcc0dfb15af1a87fb1e908c4fa0de49c6c045394f360b06dde80ed1dd7b4291719a385ccddea34721506d2045d74f78a2f160b9a56d95c1fa5956d59e83592251b17b97fdab68b451986b43d151f7e5a8a9ea53b274867f53f71da12c19d82da6ae423d1399bd480243055780956a295e762c8804ef5f87714dcda514a3423bc6ed26acae2e238ac9dcd5ebd21618bc2ad2c1d6fb328382e8c9e151d6b449d5590a83772bed2de50ee2576124587606944c24c133f294ea1107e357e0c13182d363031d2b3b5eef47e0046815d114a1214ecfc71d83f63590645df7c15eabbcaca3001f1aad19220b5267511514770468574d59367b49fdcd8bbbd206e11aeb6b2714ed78c70f05dfb5facca0971fb8cff218180d5ce29b4eca8777100d01a7958bbc18d3fd83032b87293b56ed7126deabaa54008d62a68acd4b577b16f279922d6021aad517b285428d1d966c1de70ae08ecdcea13c9817f071e3b6a35fca07a89b886bc25f9c637490f3fda76861db3d3fb5b62cf2f86cc085ac4146cc216c79d8bda569ad194ca9df4edb33f33fc61e27dc5575083fffda0121b955aa08170db251d62fa2c1a73eb29edd7640d9621ff1822b3e0ee757997ee46d747bf6bdf082b57c88b31e19bfd5547302d3b7259f0747b5dc5986fa8b5954fc07d465b7bef489070960970ab992101a5e1e618737e3ad73d47a875f2c1b03d3a435edaac5722d14262db4f098835251dca3511d571123f3bb0470fbf85e6192ce02f6fda0761212639d0071f9138ba822e51e4e991a3ba3f469cc677c7e0ea7d9de0a26dc8ae890461101f547ed3c9bb56611915a696503153d021825045b817c29afbcd62b110c423c21f0f16ad59b08a8e39c3779209f91d0aa948e8be8ce1978403639d11be4ec70e8fba206f72491200cb5acd40ee7fed73e43256f36dc363c7419541769b8a951df8bc65c01c6e35de5742704806ac0a335ca6648b63a5708a3dcc158ab060d517e27dad4960073c5065e228515a66be71990dd82f766f04f68071e2f204b9ce24d365bfb145fc6f807ea4bd03f0964f5521d07b86af09683391ea70599f7bc96a55dc65a1d435169329eff608d22506087e551539155ce468f8a187658a900e14ef4a65c1149a79b4ef2c9c0508f92bb238066eefb04ebfbd3efcefbeccdee5482a1788b80d14e00957c177a598fc067ad54a4d5189c8435bea656f0d6d4f962e8cab962fc78992bae9174f8d8c14de89df887c06a7b3b66a8443d1fa76ca68f09f6e57cd4be3d8f02d96ec68eb2bfd07de2ac1b713f5611195fedb2cee36a5b3ebc9933ba008fad3aca616dcbe28a91b5897e50cd3788c79a4fe564cdd7d93a2f7221120cee2408aedb094910cf32bedd737b0acf1227fca39aa09014c867ae24be29a25de57f13e781a2f31dd74cba6e272e94074dd812bdc6cbef44139a49e6f72f6f2d7515716d64eaf613a93d06e02b05a6f6590dbc416ab3bcdc77e58fcec38ed2ec1b7b83b8eb2dccb2938846cbd59c9e2cb23d6be6ed04933e33ddd24489e4681a4715dd428b07d17b54b2dc99ed5ff41ae7db8416d41b0ce9f5e7c3f0e0bcb9589668e0a2daf5cede3b414ac2a8cc4331788c9749967384702c97d75c3e7420f7780930524173ff3bd5b813eebe7df600c2b53807daaa946146728edf199749a77a6b3ec954fefd44a28bba7684c1a71984e9c8d9e73ca72de1ec4d01f8b29dc90c037e708c1343692040c0e29243b0ec0d9edc28628647467d79b45d624297dcab7672006d4d5c29ed5ba9bb7d80bde8eb58e47bc333ff3b87bf3759dcc3b262d718bbc16f09c1f75850e7899ce528a09c8c745c8fa2398d7f01588fceb297fc2d7ebe6c17d4ff51ffa50ca5770d8b939fbe0e433e7d80bce2049a57be9b92f90d1cfc48ee3b7eea51ec8bc7a2564142737204b836025f3a5f1d7f4a32fb4df9f487e7e058b9cb00ed7be738954c043da62d1a343cfd4f9624d069efb23e136f822413daedbc6e3620f791a0c67b2ed5a653913f89babc40f1b1fcb0c2e0adda2496029123cfc30aaad42d78bc503bab029a0c42c2c73fdb3436aa25cb9f57ba5a32369b817083fed9961d28fd67b54e39550dd66eaf34b57ac2f4c752a6bb90a1ad12628d2b0b733bb1e359f02e160fb9090872f3df5570240b6f1dfea343fd895b487ebd7bd4084fbc02544b1ff890104a7ea0e8d3fc8bce646b7206218b417fb12b5888cf684e94191cc054b9b74fcd8de2d8b429b478d8629c9c2f9dfc0d03634d7875b25286975d7526a387eccf4f47d792ec4cf7c7e09a54d4d16500c0a2d621671ab10d70d7fdbdffbe07037f240ccf5807ba30e9655036c47233540cdc8e49acde38037dc47e59941ac385dfca412ca08d0e1a6de538b4d3a87540421ef018a236d3df0deb53dabc302a0e81d08991f4e294feb5ceb8419adaa75fe0f8a020efcb00fab1bb22a3b094b6e7d5a54a71ddbefb7861a0638f729f462d99e812f50de14be109c24f5729cf06bc6bd7085eb368bdf1e208aed1035cde23bd7bcd075540111c668f5e77703575f6b4d447bb3e7638f5c7461ec8b599dbccdc0242da8e3dfd276870b4673c6ea121412b8d09a77e191e820717d911dccb936649f8e0f1516c7c702505a8d6e104b6815b5ceca6d6cac692ca4e74a0ac2a11ec8163ad2710eb962e0aa6dee8230d40f5d21bb6b516ba7879ee074dda7e73c2ff6727a1a7f306fee2903c5bd8ab473b2f2e6e0a4ac484beb800f6a737ca4510ff599960fc8e2b314e542ab230f03f1f9ddea859e056a603dd9181233125faa66cd75d6d8d38d4b7c1d4f67489885158b2517f281e439ae24b2e3b446f0810ddd87ed819e289a00cdd9124153ada2a911d2536e74d11dfc49125898d39f73431b29e8e188506f9aaf1f73816cd6c27332ed88429f557e1354015f0503a59c14c9be503cbfd276e1ccf95a6ebd9c4d3d977d9db72bf7c4bcec88e045fe8c63478f4b0cdb6a36169dc96eaf516b86abcde78a7a13404057bdb9adc39eebdb32a614da0406b205b69551865a72a11d44ebcb1d079e05b7a0de657af059f21b70f701722005bfc6c0920a4a431985e78161eb3c2ca2a3e405e995f74fbd3dd38403fd1c481fb8019b5c9cc1528e3f6ec8f6eef2d165424fefa4f32bc914f18bd892b1df649dc53fafbbb0f47018f83a82717d44de300881c7d9271e44a439ccd36cc5c35cc710066477eee98301d8d1189b3f3c3b4b2001f34ed9d8a9b73b1cdd58e0d018e5bee12257fdaa748f06bdf03cdde1d0feb057ddccb062e1931f065e1faa0f803ffa555124863f2c0bab86741cfe3b8591e10ceb1a54c3d3800e0fbe89cd877d1deaec59a630ae92bdeeb20b024b53434bdaa787026e0366c830c1665eee40f5c6b62da2a5a4018decf8cb1cb76b30f076c4b0184aa62b84b2aca3bc66b843d28387a094e9894007e1f059110407da7658c6af06bba3411485aa3d2969d097fa9c85ce98398871e7e5ffe251afc75abb39092db81d0e50fd8a5418162ee1445759d73e145f499e153e4df0448052b7a963b4b298388e5d2909d0bbe97e9153cf01a678722173ce7834010a524151f9271df0c40dd3cc727f4946ae0c2188cb4cde19051848ae0afa1144b9e3b86b291caee5ed7fb86f96e794df7ae5df6fb4b536596c709ca459821b3d835fae494e725fbab456ad20d24930c2a6de80ee17f2528d35e0e4fac3f99c15f32eec9370107898a1fb7b872d8d6619ba5dcbacfbea7adee9d2ea5b5045daf38eb837f097de41a63dd4ea4baf9c7e093fcc89526887f6740fad746d094f1e00de665a08ccc4010d0f4ac115605cc0bcbc92828766b00d762fd94bd8f5ffaf636a9e1b8416aa02f4a0c6ca8c49b6745ab9177ef4fe4d080cd2be37451c3ed745bac9440c7e788a8476aecb597192e10abec3454137472f607fc4ff5c87f2dcce57509b470b16e2e41b6b8d23e0d950f554fe9e151a84ca97be536dc43d040725c899e9dec56c523e1766d8939f71094302305318aded21dc17d34726465da073950ef578b46321b7f0067351b544541b51c12af3fa6a7c5513ac5629abe3efdf471689bee1e1997930b228042a3979a5c819ec4e09e4222a3946627673803b9265186b5853cf00ac5ed4bd540737bf0befa061d0e0415c84110933b4a61bceb4777e64ed12169f7703d3fbeb532870724ebf5022896b728b245e908c4d9cee6c05af3c25279cbe03a617aa6e16f3d2046edc82ec0c48ac66f9ab42a66feae4e29813bbaa994ba578cf08928858802ee9d661c0d56fc2513e195912a914eff83fb712a921700a9bfd070e7adf22b7cb490eb4d085bcc0ab3a0ad1c53e449271abeb14cd35b5c0e9bad4912c1b7b80f34b9f3f7aa5fb290083567a260c08bb994dbb81f08c6f57d8d8c1f96ee56cc3ec17106888dd32e7994084bbfcbc6752b64eafc1dacea6b6ae7f53ae09e5fc68ffd6e999c0d46be1be9a1dfe0ef56a4011d54f3c53a462c5b3d61418c5c2335774b0b339ec33adffb7b9a8aa2560186bf20b245b23b6ac6c31068b9f6924197893ccf4b0d2a10129cbc4ad2709a479bca018b58411ab8b936e3640acbfb5b7b3a35337653bc76d4743e3b5dc826a951b65238a20e72b0822b38fbca58d1a14f1ee6c01c2ee4cfc4167404733585a757187542c986be02a01483986f49cfe3818ba40dc2eb5dab3ff7f00eb93521b20a44fd42252666ff919755b26ffb4072c1250f74f1156169c6ad34e29643a569e9e05cbf4b89f837d50821e25309cddf7c5f8b8e3d49aaabe68ab508a0fd6b2f845f1612b31e0c2bf8fb6a90aee1e29a11bfaab1edd493e21e24e2e95faefd835835bbc4e24efd4c6bf5b255da0009333fb9df98b952b79cec10511d38e4c6f5d3f8a07e5fb95629ac6b7b9a7b00bc2b44c2acaaf640704cceb1821ca33b7207961c768791d9a14448e128e6e85075f2cf8e94514b3a786234acf850452f6938fd05a0791f2c691cbfdb6cb3d87bc11a4e6229341e8d1a8dcc571660951d26faa768b0db5e2e18237fdea99991ef28122fe1ddbbe6d4e12fe4348eb5f9a135dcf3aa2a26d55b28e9175f5200cb27057b128214614a8e66b91ae9a3d909381040804e6ed42b3025ee04c20871dabff3a564c78fcca03605c9eedb08324a6e30d5cbca017bb6499992c6cb3f7557167d21b52682468e4868c2be8d2e6a13a031fd44b184761d03fe87dbcf6973a6c70c807223ae776b51ea44387488e91b6a7e3769796a6ba60bcf3dc2430905605e1c422a5366c7dddf14bebb259a27b8498004c89625c507ad761508cab0931a2846d75c1a3dc05c4c72a2d514e4ae80b9e1f5e09c390ab8859dbe2dcad2b51ad1f6c075fcb5e94d268e8104c6fb05fb380e8b200036b51f00b0899fc7f1d408c7b68e168f41bb46f9b2e9c8b04f968e4080252546814cc1cb2917dd5690886a9600a09c2673aec0329a4daf655508b06fc1646ef3bb3a472191d964db214a96a96fa89576ce4c4f6dbf1d176aadb518125cb94b7c3725f5c0755ed4da4683339e4df690d4a41c5b077be8af14ac241be4bca46964a77874043e089be852dac7d1362afce4b78769ac5b20b507e2ee42336bb647316eaa388966872869e8a9a9deb2a6581b5b2601a8f765e7c8e47c019ad44f43570f43c', + 'a28331a966b0865892c2c76c124c50a04a6ecbc74c4101554f75f1205d391f684b5b2f15eeb1b2418cb740f69179c73983b422473838ee1e4790993fbce5bbb31020aa4c584f492dbc4a208c2b96b2b74d890a55b9af98ef696d3baf6ae49f67d818c9d40a52f0250ac38fb74869b8238f37ab7a3770a7cf9d5400f6d0fe728c8d8db5376e82512f5e69b4fe50bc828431042c3d1a41c4c7cb8c109e55fbdd2b16c595fdeaa61456a085b8e9ab55b7e21a39b627cbeb97dddb5e922f60a2874a5b0992ace888e19fb85fc200c1fc0045341d70bfb036c71bb512ae2f5bbc19f444a0d4cecfee5e148e3ffbccfb7b05b666fa838d32e9fd8941f08e28ad113a2eb9d482ea07a136bc0b6d8bd4bf996d3c98161619b9cee02e683f57a1be699302a2ebc589f8690f9f153099a0761de1e0b2bb52ecaeab191210493423f68ccb77e72ec4320a0d92c695d24db989d008a99d2f5f8d77494f3d22544b35bd428b9570e5a86da55766387499d0a65e7a8b9f3fba64847e702bb887a9c45f7b527b65255898c2310d33fd98ce4aef5fe311ca81a6895a2ae7548a2590c829988542eeefcebdba16f8a31eebb8e21df3d243334b39f896e27873bbe6507f1c7ca38939b4913edcbce05ca254a1c1b78110c9e186bdd6c010e93054b13310bf8f74f74c5ee744b18b8d0691bacf0f4573664adc18784e601b03325b6d7fa39a3abf3531d319f7c0ecc64af4078bf35030996e2debb385ff6b8e22db047d6236e34eeaf0fd6e7e914554d0d2221d955f2074dedbe6b5a6246852a7d95d75731af4e7bf8fc23002acff003f33f3cd1efaabbe42eef0c8d7587a176a5f60affeced3535c180ca5aa9a83903f1f62e3b6a9393e416ff332402209a41374f5722cdbea5a6892c2179fe238cc7a9f57a684f532bd8465d63c0b0a7dc24921040824c89fc38c06cccc080c857e95baba5fb165fe03b3d8812e5d983e39b46d75b70f1d5c586f7b120d0ea0d46c3b797357648205d875d0db506155b4d1fd6030c8156388dfbaf97b21d9278c5f12e26ad3c6d2b0047256cee93cc84751cc021e835d218a211489f1529029141fc200881effdf654e53714243197a6083c85c252f10dfcce626315ce65c2cd674f4d8b37f36318d80c02a1da41ef1652d9a752e155526b5f597fba22664ba39265074d43d944e91606088485573b7c018ea55227e557cad1810efac5ad15aa5fc7ddbd4a140c0d7b7dc93ab9e4154d70c5f05e7b0386c1c15391462caca9582c0241599f3620fc94cdb532ec6b04e14d1a18c67f4257b6ab5b972acbd78f13938ec2b0d7b24c1cee906d1ba17e72fde2e59f28891443300c03911737d02f8302d7e241780ac604d54051435d70f7e9cec2f4034d1be1b44fe60fa9d509132d06681089e4c2274b0567f24894f4fc4b8d3ca7d52fabbbb9f37d734147f4d2681ad9edf8c25af835eb71d0a9cc7d08899abd3b1ca55629c7a3245c7be515d5cacc87db2c8547b17bf3f86cd5887b952a73cf1e4842adc453bb853bc8510ea5cb780c5883a20adb73bb66275a3d633ab4a4ecd1f67c1513e4c91a91a50021baf0c9d1e6acad36dec3ae35b0b67fe6619eaa80e695d61e8101385eee9067119dc11e7325f60b4e53c248f17958b457926ef135dcb4e53c942fa5cca3191a30b6b3026a66fe40a3a3261823e1ef7f4955ac157624c20e01d5c67dde7fbd8e11ae4d02125a23e1e9753598479ab9352e13cc83cc4f4bc4e0ce7c4d1ea4ec3726ed058a1550156382229755d704647a986546d8a2ccb0ae5bd6a78007e333aa02eb7326ede93149f033b1bd4caf6fb3fab2a160841daf2ef596deb3249b125b1831fc5506961619d6311b4b32fc4975e79472d7fac285db20778852ff3d06cee9492790f9e7123786a34a9c049b6034c183218b714bd3177f014aebe2598f89f8a97b67224cd44793f2b60c4bdd72751af73417822a258863bc8cea98712af0c8cb7e442a47daae80b7e4386362cebb766930e8a7edeb827111d4db6c0457a7cc3786b47c5873f0df5b6b9d05abf38c46619e9b4cf793ba29a9a93ae793a42395665b44930f5e92f265a2968d197f4c2d78d39bfbd7cc83efdc7085859f7ed896e0325108ccf9298c5f2fd1744bc09f7e1786574f2ee4645632c157e098664b533dc2763821b218efb069ca55b375dacaa60d79813d79ffdf35220e630ef9004cc77230cbae37e5af01f6edabd0fda285dd0f6f6cb40baafd6c09359773858c0625c7fd1db2e9144cbc4db7e134c67b5204d2a55bf307fa233fed49f866ba32f1c14a57b8e054293b57e4b5804f7eb991b61db7c9aafd62033954d80048f5b9b2326fbd27a6f7991d5d426313916501d7893713402c5a76ffe0c64c499ad674a9e1aeb9d48741e84544ed4d159b47d895c6b54459f7bdad8bbeb8332eeccaf85b679dba69f1c19b55974bd000dd65a25f172ed771bd857a393bb1194abf41b9393c935b32870526c0dcf4a86fd86cf385f2fa2921be40618ad0276b0782d93be5c95608d8a77b1f197e6e12ad0cbc40cce2bdc5d4aa8d07f324b194efb80ff4c3a62c4fc6e391f8b2041ecb52fae21e765ec04a14d2b9b1f491b6438dff4478654bac9c77cbf8283d069d1f0c135ce124cfc8026cf7651411bfcbe35ca9253b4d324d7b85b10c421cee5faa02f6ab3d5ace3bab4768fd82dcf758f0c65610b1ede295695b434cbad433dcd902055b977ad271813ea801a2b8e0f40865769580b9e4fae272e34816f56fab4873dfdc6427652040ad451fd838050376b48b220c53a2147367217ccaf30a3164c2e6ac37c30ece563dc086b7cccc2dd83e2454d92db248a8a27e596b4f8c05aa89aa4996e027b23e4a9af4b5f9bed9a95ca29c5bba9e2ddeaf6a7c6c7d7daea6329b42e6015892656e44d84741458d76bab667287cbe2a91f87644430f5782d4584a16c9a909d558034eb0003608bfacb2b053a406aac57f28124f83779228b1653733a639c401a2c4290a654a60e6d7ef20d072cadc94d288defca248c606c9d3d327f0561f8dc20b6445eaf0f6a964ca986c095bdc0f58c52cea23e55bb38a3ebe725c606500425370f105bc326dffcf8784dc1c119b6e579c868cefdba57f0059a13efb4cdf8036dfaa4a1e9caaf5886ec96f9e25df7faa9e6041cabe6324c325131c792f92182010c03c9a9de6d26fce98284481322948b2f5e7088c52f7f1a166798c95be76a9b4e131b2ceb832f0178fbac1ac39e7bc6ab5e12bce1b75066f09da8807bb382e2c6bdde9a79583b3ea0e9b781f5d3770362ed496ec23388bee8bb41e0e2eb937f7eea5c1b0e54125b6932eea4322950ea5df15fc6ee09efc904a9a91117f965197e80dbd534df7bffdbbf99ac0108cd22a3539aedefa34d304e4f283aa243c059cc69a4f372613fd2ff7800c0ebd8b8543cfc430b4d676a9ace9608830c336ce7728bff9b5042267edc456a097701d72731d3a1478ebf0eb08b648f15dc2f306a78d033f657eaf8a87a0f21ae2debf34489bffeca3c12001a8da307189aa1d68be41e8a2b0ec27dfae2bc6bd895fed3524caaa0bcdec7097fdc39b6b3cff024f1c05f4a62fe307d1c1b3691af38a341fa827bd044fd48f1888110e50f0284e344147abcc5ad9dbfb62d63da5a9d4003e4341ad68a20fc80dc830edb54bbc5da2ee6572879a5720c6f212d90024c3fe2b76a6efab7cf4b7d24ea1de2a9821bd35540ded6a96e152ceffe7bf9cece06a61c2a6184f3939db207be244036e0ee946129f70d7b8ef0e7dfcc345fe7aaff17ba7edabb65f25ae52e080a3e245ca6e7fbaa8a17178f6905e7944208746890fc3a6dc2e93676eadf40d0b9249b7fab92cbc97f3aa6f9ea4dae5d8c3d9e91231f43ffff548da7b668e61c183ac2cf655d7890bebf5052da88dd2ffa458dac1f467e3d7a44930c2448c8f60fc7c2d63d12ab072fee3c24a17e1b12746a6841ec3a922e1b03702d9d468d658615c31c99770b35bb0e93f6a7f7110fe2f258d8f2c328dbcbd84b928a2bdd72656aec28e256412248697c5153bb672d2c2684fa98a8e84a700a4cc451bf6223940f65828175f4d6bf4520bc0f91c4753b4e152e48b37985f3e29d4a5ccac182fc4c57b2dc9ccd5a09eba7bf4343d0edf5b232fd6aaa84943da863ac1114a5978368ea405d9573b50ca338e25597349f439904ee6456b07d35a4c973da64b46912ad45b56b2790efb2b4fbaeae5698930e4db2899f7fa64ac21df4261e849600926191996d19c911e26819aab648a3d03c14655683ed0e03ce5d0f4d443af464e9cdf572cd34c8218405ba5fd534fe5eb63745de79678fae40aa4070b64f769e01399acaf240352a7fd4055374e3514565fd79a8e7b7d155004daf18db8bc3b4c0eda7284405b731bd1d2310f91e438d30b02a3c36a37dfff58e86cc1bb584b1103045152b4af74025283c1eceab7c3ffe967f23cff43bb509b4ea15de97609ad84c9c180fd99d5e9f3c77035952a563b9f9a1e41871b27e2309057a8cf700790087d3b95878509413a2fc4904dd66ff481fb7077be48b622bd3ff838d9e0b556f2a13806ef0b8e969a3f4773612661d9351ea155f136d690a5b00b84a542a370f7c83f6ba087e658985871656bb4ec482d662952cc8019ca6e92fa229e00526c7c74ca2a28a4a105c90dcadce9ec5fdfdf8460f49c9ef02e8c4b4c8930c432a7f51950c8f3cc3f3c80e1cc4058474cfecfdbe0b20dedea3b836b8b2f19e8d4b1f6487bdeae89215b6456ee463340242372ef41218d17688ff8563e9a95f8a9290464a3c19545f7e0f7efb935078185ec6d30dab996960b8a3fadcf42517e306b83f05118649d137b901ea5c34165e2c8134345f0b6d443b8edd4c5bcb8e3fb08099e0c5978e90479e1664c477d77bb351988fb5d7a6c91aa676daa7058b4796d09a04dfb6ed45b6a5059155818318fb1c49463563dc985cd50caf5f3ad8a3c2918c99e74a2c988db5159896bbe2dc0dcc8d826718d6590902e9f20bd13bfa3ca9b5c666bb1430d3b890a20f8bbb70f047ad6bd45e5eb32a1553cc34347df40a025eb4e3706db69095bcd6495ad87bac77f028039e3a4ec6f5936561ca663a3683ce8be6d3ffd1cc34e25dcb91ffa64a42a0e27c3e33d3e58cf1e41afbbd74c8134f72f74b912a907d495e1d96f999d19203c0c8a811ea8fc1b471e72f4c4ac69c27919f40ed68e3583b02c8d38efb494e63eb6e429c3acd7c263651ced9623a059f11651ad934ceadfe7153ae8575bb5e068af6769c6ca6a58d58df402d672b36ff1ad2421e365864dbd24691a8ae2eaa35c6e9abd827232532021aee10ffa2168fd36d1e841589651a4d2ae3bd4faa1937c7ce4819144be25d5a883e49d2a68f9765be17d27a6998030c860c8dff379556b42db727db26c55688b399a2893f885ef84d96d20c01e5de34e274e067de06d8b58f5fca23bcb664b52368e1cc75ea2db2a3014a745835f2f0c6837e2ea65206f47aa8ca94169ed0095e11cf42519b4cbe47c10359766e8866bba12efd9862289679faeed73b63e3abeefe3494da840342c13fc564647ae8be4836b97cba1e86c611bdff9433efe2c45b95d86a198d9a679ae2573d293f5a21f6aae852166e67aacc59c6720728187b2b40826a149f58545911838bcda726b74c658128b43b156a3137081abef8ccf9e866fc3fd5a0863286360ff6599993a7d2cf4ca59a6bd62fc8bd903460464565196e0c8f647a6c28a9b8c428d4fcea1a10501372d2e8f3211a542567f6f9cce847c27b03c713525f4bff6ac646ba74378f519c366498b467ae648e5b86fba9aaf9c91042085580fef373c97bb8ba7627d638b09a5665602a0c5694b91b3324d2b7eb95f52f263d2e2a7ca8ec30e43b116d6f1746b2364191bd90ff29ba8985890a90d0c34270d3177782d1c4b9200a1edd5c99e180f29dc5487c97526de513f678208b554b1a88e062ed0aa958562a75ad69fe13c683bded358123dd3b2f17428b038c52510ca5b273251c44176ee44065fd0d868ed0e9320d066d712d4fd994cba29c635d2e71b43392cf3cfd5080a48e7f8fdfdfc168bc57753bb7492ea115bf6382307668360f299cea3912e546cbaf594dc9c23e84b29b35565799b2b7ecefaf0860a4a23aeadeac37e55f137ddd50f20cea3d2f833c62ae86f825c46243e3eff49befc4c76ed8287ce5ebc36f01f9b297ea5b7cae8432489242f34dec3f24890f8b60b623c2a17a82e4bfde62603301b572210e4daf966b44df0e339b0a39e721d6fe609610c1081188e14a9f2285472d2a99cba8e8137f62747b60b8ccaa6ff224d2aa6a7dbe3cf1795bf16e6e78ecc8b9ca9c065533ecb5ac43ba8aac008b491ee27de533227de96035b9166c93584ec8bc69b11e7d1a052c6f2b5bd3c2a2ef6b38bf515a7432c2e5758ce1465ef487fe781bef6c79721a9f079a7169781badb4dc5af4193dc544af2551152161263a0405980967b05abbab11ee1695aa6049a1d4341799049d37674cf0fb28255731816bca4736a93bb2f897118f7fe1d88bd92a370102512263b4f350db8031f0321eb398f002ec7ec52fa0ea2750a4eb3d05e64afc7badbc903f215bfd540d570683e4e94ef20289bdf8356125307c0125cc0e544e2c9ed385b0def8a8ca42f6755706a7a72f72c661fa5d5ed046f0820dd7ac3f403eaecf0bae320f260a5734464222b944e0c49b7bde20c972bb88d6bbcec7f21ad96518eae12689bd3dd47843ee3e076d2e8172d14b868a51b6cc66f757685524244a16eaf2c14cb68b422c32006579694130b22dea988ab56045988b1d9650a648e532d2890c41591b27b7dc239cf7824059c355635dafe8e17ad53dc659cbe76dbed26c4d0d50ed160e8109fded69fe53850d115ddde23160f386d7fbb9ae30b95e607ee7ce62bca37cf280365fb726a43af82b81210cd70539111f63bfe1c9574c42d1fe575d0cebfb720b77fac9425803ec6976301323fad3e0dea7724cfa6d10e22d3bae2b261612697068c7879a9a655195e413e15d644959db6edbd80b2433a65a46ddb2524b4a3f78b0cdda7590ea8f7575d05ccd6e24e6e061006b43a33cf81fc6ecdcd7b2295cebf715a81d62190ed2cf716eba3debeeb328ebeeeb13b33f4564e18fff74392891e7a5dbd8397a36739afdfe6efc26d91d6aa44a4b9b20e295c7c6b510b9020c32268759ef3d9670227f7df32fd15e0ee6cf3165ab640c4bd497a23553a80b6e955cc30caa95f422a525f83746e419f7d6019c295395ffe1cd7e7ef7106adcb783325fda506a1db6c53676b1fb5ee2fbb5a5ed7d8a577f0c472261e38f26fd50c44f65ad2be397924a57004995673e824a662a489ad21634092b53e11705f79f205ddc6c8129ec20fc329ce75e26b7f45ee95d74c92d4bc1dc425dd9f12f500e5f01cdff9b63a3c6a36f55739cc4d4bab9d98de86091a61b880f85b366cb930448e53f4dc1ba45ee06b630d598691d3a23dcc38ca625b0abd539d557bc0245e9a4b13a403a5659ffeead37f69a3b1bdd649a0648e512f0d78b6955ad3bfbf0243b0dc7bf505e676123ff71bce965550b43bd5e04637fef0871460c9e2ddf1b1fd59fecb349faf87b6d52e610cf0d542d8aead3a86a9533a750790210d8d54f413a12b3026e5493b7944f9fdb925c9ea9ffcb6e1c407b461af0a93fec860613f2310c24950791c07c5f9da3037b79bde96b0836482d5ab0cb197fcc1b7d99ef9a843546545cdc073397e4fa72d28c3953954934157b5af72093a2b08405b76ba1f9372127b45bf14204cead0edfbf985147356e6970a2a58325bcf30e6888107059b7bdf7593605126e01c3c1e938644a4774ee2e565b415b99729ea3ec33656d6b6023aa9196cb0b9d2544713a1f24a65eafbc4a73ac5410b56eb72adbe1f301f9d75a2aa5a3cc9559e33908189d61cc548edea710be650a4258498a7bb94094c9c76a5ddd848f1969e3a96dccdaa226f1b85e2b74b9fcb007d759ad15e4d68fa5d65c2d80629dfd96cc9c889efd6f1bfdd643c0e9c4a26cce94f17af0893d5853ac3781d8647caba8461a41d52e50133f8f964db507dda55d3718d956d1fb599bf203402bb3b68967fb2c80bb97ce76808c5eb921ab38c47d67d7b28de49af94750c854c276d3019a90d92d965d70ad8874a3ee75d8382ff6cc35eddee9a29f1d6d8fa4e5d6597a0bb02a30afabbf1e1ff06ed3f9b5674f900f3a73910899b5e7f25f18dbfbd25c800125714ea742320da8c650f56b4c8c13d8ee2aee6b09a26b864198ee0cc50ec22bd4d9bb7981511943b34db0216f4f46ce5afb3d3779ce72d23c0c6431bbfa99d73f4e3d4a04e40d6a3db2730059fef29a85cec59772a1c37e585c86943b87ccad6db91d425451afc46d6786309103dfe4778ccfb17b8328319d719c5acd1d25546603a488f802c8fa4a5531d89fc4d553391ba3ad1cdc67931431eeaef9246a7532121745785d1fb3dc62bc210cab9c8fd26589b4dd14494dc485c3b6480464b7dad0c1a05dcc7e982c776e325f1efb414a51c9ee47939607b655659a4126dbc36524e9c22db6ab50417d90342087bc11aac6aa82e1c11668f08a1a836df09740dbf5d6d273836f84245a6a4ed84da5a6f9ae7598330790197c0a2b9952cb5fd7442dd1f9b49a92dcdbf844a90ed87fa93ff0735ac6cbcec262bfe0037a20fc30a9b3225f7a65dcff703d666c4a9011c18474e9', + '2d18667cac7403ce75175d390e00c5d40025ad5fda64c5d678bc634685bd28e03f3de14c7a4dab40e86c5b5097fa1c08bbef5a38aeccdf8f35d23c6b05726bf08606b258d6beca8911dd41edd0251d7eef8fc220944016346cb9e26a384e7cd689d9a347c7afaad478d3d9b7bf6a105f236fadc092a8b0eea6d91dea2737a2bbd01f7ac156089147a6b7e9576eb23cd2e0f6e3c0b3ecf6e46a9ab593d81626c7e44100708ab1c80a22ef3a74e5e3ea00ad8c2bc7fcf5303f4064710f55d450214ca5fdf96b93974674e594b72be6621012994e7d77a9a626b09f1a03a65768f290b539070194452325ffbec847a4ec2b9785158b2bf19fc243b3781ad189b66139d87b40559d1cc8bca7824e4404d079c5b9459920b6653a800853fae0518297ce758c4c6e97625ec144a6f227ed5521239ba94e5fde3eb7f006734bda9613bcd7f635d45468600cbd3df35bfa49c44c3a940853ef5273611916a0b6c842b2f7dcc23c8010fa5efb37fc3131c5ff6521900d294fd8fb4b5f859ea1e2b13ca770664169f7a933a452b7e8281e8ef780c9af6cd5eb23c010dabc083f799d6c3a50fcdb86e227fd793ac5699fc85f195d6b1f1ad4cfd78808f944ba422095bab3bf27f859e8933f27dbeae760d73f4d44306680eea2fc3d7de5a71e72819f0e59e46e00acb2f4e1f45cadca31f4377b7c400e05eb0d9bc6b5c56d9a9644c65075e8595b45e752ca29e6977bdbc74d8b4ec29f1092b7ba0bf9c21c9878110f684ff27071ec30b5e40da02f6026f78b6502de9f0bac4964f490043e7fde8e843e2f2b3cab6b352616eab3fde2d92df9f1e0be985d016a9e69c4b25ab791662cbb5dbb446f899dac4806468969be109e182f87116e59c37252dbf5f9a8593f0fc520c910260d115062ab825c5e9b4982c0396493a67cfbe7971ef4a2bafdc23645c27d2939c038194d1f8ffd27397fadd2447ba56d32bb0520d5d8dd554796a8248900160e6abb0fefaa94f42e605b283799f4cf2b42abd5d548c832e1fd636d48be7a5f0fd3413a3196b9cadad784fad580f8994875725e9fbeed2ac6e8d38e9ba8128da3c273a3fb2928069268a32b9640af8c2c93b9a964816e4c6cd08c120491f1273100f95136ad0630c0d960c46123402f3f6427bc0ed774213b7d36016abf3fb523567a4cc8687ed0cbf362cb1d6fd30aeaaf65a1830927309cb67a64b77b23c0e0899e9d9ba3b56f1b7e524bb46d92a6933e1a60ad5eae01f5440042d20dc5cfd0640e4b96a5d6941842d7490d65a38aa4d7efff7220321caff06fa3a3bd4e6a5bae725ea0b807c82a079acf109f2e3e83438c88bc95da0a33806f8f12d3e619e92e71dfa3227092b99443e4a5625c4b9a4a98027207cf52e8bcaa0f0796b465e2adb4d5862c3b7a2db27991b4f854384fb3bc767cbc387c356ec52a6a4fe1d5aef3e348311e8d08ee29e4dd25a73f8d0c489febc2fd3e10845c6be9234794f2b5c8a5408b4091c564c12dd0e0b845d338cfea692b1109973c4f42521ac3f64260f4a2c67ed96c38f741fc72ce738d913a1144f9a142c099c40ff270380e2f4f153e83e1f23349ea1073f8ccd51f404f7cd656a10cd68c9c86642448636f66a13d70f09acd944e61151dcae5de05859665e5c76b5216942ae91680e4842dc4be415090f8f845a32770081ac5d26e85ec5d08405f5c4a01ca55ecad4b8491703087a70c035b8e71c487fc8f7597a068dccc05698412bafa0532b0548549e3927f793c0bc3deb6e0bec4c1d1fc17e455eb1aa5e9e25cada861e9281c9bbd6b54317ed936416a07179f8e1e8962388174a3b0b06981236d3268e01dae94c770dcd0fd443584e5c73fee4cdc5fb0e4c1ee8bf4ee906a4d40c1a28056b1784e3c52e46046af94393f7f3468c3faed02eaeb2b4f2707a4c46f7d96319dce4f3c15dff30ea74d7a4cb700f8499b03217a45920c2a2275376e418dcc5cb8ad227844ab876f2fb63d0877e9c2572c2154341a0cb5eba8832c35001acc6770f5f8ea10dd27eba692e553c6631bfa3efd8f17b181aefc81d98a00f24b1fbc8d4eda7ac39d5cead38b7b17ee96899a983ed90d511880c3751e59b661494cc1d762cf10a415acd47f47053b35a9969f038d3bfe43f9b2aa4cfaa141933bdbe016d6df94fa6aa211726e8ea7e4c5ca714792bcd0d04dcc17cd176b88d14a5480115512ee0ec7c30974a91b434211ac782cf4646c3e3c5774c11abe73629e400891857106285299254da0b6f799b6c41d7a5c3bbad5edda28f0aea3ea905e27e25e0e03c48f33abcbc4fa66ab2fdb9ac6f8714aa2df89dd9b227921d5a1b38f754099d1118d938164a35f34474ea9b7dd6fdc980da237e8351f23401cdec40229ffcee1d3689aa459b07926b33c48a2c8a7442de16720845eae5508a88fba076662543df4696f9b10b4ed47d741dfe3f168521208766b387e99b7825ffcbc279432d4ed5ad83beef376669c9ba79603be7aae4e6817418dfda6f0b52a6cf3e81b37f5f7effd252669c08a2fe8b4968999a4ffe9eb92ca0a439ea9aaf22986d564396065991f56cad9580107a4b207fde9afedec782e2d37b84889679d799e73d500bc3f4288f562ad07742cb9e711e81564225ef635939cc56e39f614a5634cd753b28bd17e2b764c958ba70d9cdad0878843474fed23c2d0d6605f40f4fce7d3fcea532e4a208f1ecaed7f8a188d40a6e6fbb06a9f06304349a7a808b092cc2fc10b9e4134fb348b6e43bc17a550bdda45efa02f92636e848fb6db531f4c84556bbe75f283e5eefb4834679b894bd18b6cca1f86106305fd7034ff0b8b5396abc2aadf29810544d6216986000da80321243235575f2e7c14b4c91d173ace8a9b8d78e4ce7484be84c189242d798cdb0435cfeb8ac8eb5b33221e3c5f75e6e98b96cf8cc9a589e46df03d460a1521e29d674b480793c32bc184db64cb83c339e5a358e0025c3d3ffa762df67f288f9f52824b54b608dd7226a0a89d43ae8c05107dbae761e1c756911a003b74fcfe9b8c4d7a18806f62bbc93e2bf0af3c6ad274ec9ea9cf7b50b19ca55f1ed1d7955cb4917d9b4b0f798b14280f64f776842a79b7ac2f327300d981e0f1a57e027c6c3016ffe601314b6c6e25fa0203a4039487a88b807411fe55aa905fda63c5dc536aa4a6ff881dffe53ffc95d1bb0e0e990685e4a47b9d73ad7d8050c56967dd97c8031af0ca1bbe7ff07687d908fbcebf5e175ea4315f866a64776d6d7632a6c2b4fa04c1ad73b0c0e75b7822d0b56a91f726a2877c9f6013c63c5eda736c605c95530c781b6cfc328d7312b5fd820b943a7a575546a428300a98ca14495e32ebd3d4d91ffb4fcb5d4a85fa9975abd9528dda261776b7074a9a535924de5045f9d64614bd346444c8875bdbd62277fb52590fb7d4f42025e8dd35b4111c8ac00d0570645bb0f390fbaabb5b75ea309a1c07e2b194a827a9923b0683e3ea53ccb0ca1c72005644d67e1d6e227db71cdd39fd18bd5f7a14bcd01c8d6da22ff591688c10e6b40e9f3fda463cd9f67085ed30a57c823e522e852be8931b57d5b636c0b415677fc04bf3968fec28e8fdb1f18966d5a93818be2d2a07e0350ac3dfe43da8f39d6a5491193a5f48b65c46e912cda7ead956b40cdb56e23c62c1e1b7c269d172317cb3b9d94e1d162c5932747883d284bb9f0e60b835df6f4a861788f9cb975acbbec30b5c5b331f31e8ab9c4a334e6bf61b0e02ec51674096604d98b0eb637212366dcecae9082b6e1099a7b165836733d29d399e32e378ee586b3110529b83afee9a4c4b7e04028bd9e2ded4a2d9401acda14ff65eb9dff97459994187a95549ee30cb05a48f6b2f4b6f89dc71b8bd5213038a1d5f533d60beff186a12f3b0893c199423e2112f026f28f0f05b88a884acac333bbd175aca3e46f8b37ce35c17e23befcbc0f216ae4cf55a39e7b1c757a1839177fe6ffee0fb147f454cdf209ae8802326c79ae8d8eabf11de9d9be374f96feefaacc2f04afd53f7480a51c6bb54ce7a5b7e726d2a526c5b0805aec382bc5a90ec4e77f9af4ce9a6e33fa01421300f3a926ee06d4c8be681dfa853312af22bc0746df8e1b8f1c0d53f7234d374842aacf51d4dafe69d13ca8a0df0f314a4cac6ba90ac700cf3becb842b75ca5e560718a91522fc9f91dd8032bcefd2e7da1eeae73ffb6d545acdd2d9f2cbc385b08ec6d9dec51c1f6e2be9fe3eb6964c9a117423034da2372ed43066509e849199a7fdabfea0d70f3ce44f171aaf07eaee8aab95620ad55e78ba2e54cc56d72b1a3a0747ff19f51704f2f8a4d840ec6add72d966e69acf70406914cbef5b82fb392f2ad6699a3ddecd3c2dce01d30f736faf44bd176658168cc82af23f154da8006eaf80c28a780d9faa35bd1ccf36aead2a34c37cd438f866bfb7f246ed02db77dfde6c94516e4b82245a98b19c2ac29ecbf3a09d4d36bdd53605f38c49673ba56bfec36657e7417f92e28848a2b3584b7bc87b023a1b0de2155a1c9892467192f859acc103ab979ddc16b46a489818ba20fa7c3401af929344ff95f2316524466f35502cbf81f4e5eb3e459ef8a3a9f5a3d2cdba0cbaf1f2ac3c87228c8cfdcab9dbd72ff333005da5a2626d1a9ab404ed98931cc104d50733581ab00d85a325bc9368520587640ff389345e1446e0ede594f9e38a54e4d9c29d75251b17c05f62a42b1e5e46c803be3de2f94f6fd6ba720d2496ce74c6704251c1091d09f9819258491a6638d340ec0495c633dd3e737e4d3fbdf42a24d499bd25e27d24f89134f5eacf85242ece6627754e2957bf1ef09a70e0663fa60eb129ca3aa230659a2fc435c324d381b515eda91897a701c5b03ddf888b7bf32470ddd798f4f5e7a16d0d5380a90e73fde0a05aace693ad6fa57eb63ccba5b421c0207585db3a27b0d5186c8e7e9bacafae86af937fe46b25b9a41a858e87900a883ccc88bfc9cdce4f2ca7730942d5d369e9d154c861e2eed3f935ea3ce730e9b077032908688004c3922cb9b4cd966ff80fe7772bd4bbd2dbc32ff33d8e3bc51f1a43f01ee0e859199324e7e602968d43411a850f039dd9ba4b3028fa445aa7bf6cb3666af8aed53975b78606ab7e3432c69205dcb8310c56d95f12d9d0359677b77c12527a7a800c800c1d7e8ef56dade8767ff9b91f7298b4e43843fc739a2f41c57c3f2cf36378fe4c34b574a43f9cedee7bd0ce0e136826e822a18ebdbbcf54b72d9ad8c28566359e54132432b2e71e2482c8c1a6f8af759359594fba0240367aacc9448feebf6e2b03006848ce76c33d1b4959902853ea0c64d5071376682f3581363901a769f11acce4068e9c312464cfbb5d74ab3ecd7ccb7b7e6f2030891035477ec0b74e06943427c7ab230188bf258796f98a56660a17b57b7706808a344f66dd752655f5c1c53173486bcc3976a513ccc8cc85fcdfcfeac8d332417cc957fa1cc8fd6505c8066bd20c7d7c7db2d7c8c68979b2d9227b812b2aac59a5f6d66b0460436880d27f3baba060f79d9b440e4ee39ac543fca4e46d247ab24ee453205de60045ac06b90ac8ab1c27e058734e2a7e36a58395d17a566aa633bebb5683ef013ce4d28d3b41efd6baf29012ecee2303553ce1148aabada438c33fa267fb815a002d398e8d46e9c94142f3f03858011aff71a4a157df3c7a364c17c10ff0dd9853082b3238837e2bb9fe531bdef28c6a3d2c1666c17ec992aab58f41d5cac9643e5deea1c35e75a52b0ef6ba66268c9c16557d884ff01d979be6ef4a42f20e66c814cb02b64198de9e5a25f6595bc85793d522328a9e002f12c67f03ddce7445f9150a7d9a93ad7f1ac927f73ef80944bb924d8af8ee3902163f87952ec7c2aad948f33cf6bc7d2fa74546e49d67170b967546b8234992b9af384e28bd46c23c7195ce645224d0974eb6c8e5ff0fba532c6654e59318d1fce59a1de213b13aa4c8e5e22036336e5e1602f624ea58bac4864ec039cec1bf72c14b3ceeb771f389e61e78962b511e2d081218c6e9aade07ab13d3db5eae24c44a34f37231efb594d42ad8eeb8e6a9ac2ace76f6816defc4a39fd2f4cb45c89a893d8a970a92476d99ef4a51665ad882861e57da3c09b6a277d808ab9bf0729a844f4884c9c173bb3d5716e7bc15715824eb059aa1e7f84a2ea8bc295816ec6f45507662f6e6ff26c94983d7427f3cd50a1bc65f386d8064d0f63595891efcbfd42a5c581968b45844acda4a800003a24298e3518a04159766a9bc18b7726b3337c3428fbbaf5af6b66a6467ff018c66d448a4971e147e8bf6ab99da697900727805702e6323b9ab286a665746e8a0cac615505a7c0684e98be31402279b85259fd62d5e9a2c981ca0942b41dd1f077622e631c12d40ef592a3975b97a40c0f3b220c347e732c1f429d0fa4e4d0c8911f0a28df5b82c8782dd950326e8d07b85bbca7810d29dfad9c8061aa51d19ee433633ad1da531130dabdf0772fbb37c82c1bc95e2e3d50c74871ed470d5adfdb6fe80d9627db65da19dffc9c43b528c93cdde61e4a342bf6c6d0070d4fe2f7f0f4f7158ecc7252be7b9de91452f137260e618263f994cda69829536fb1f093df932ee74e20be546870962a71c5f5ff89014522a1a4e5c2715cfc36d0dc0a2fc1aaddf736cd25e762895745273539fe4cb5f74b79e48d86c155b735f316962871acb2c9eb4a2f8827263fddc6f9439ffbbd06613f2112a72142f8e5290a3b1a5a291be3ddf061b340f7ee38b3aa99711066e10864031b801b851fa8f52f5f71d5a097b9818832f52a4eb10a8fc1a1fe254425a5aad2eece1a9cba15e9ee89cb8e93a4cf685a39ca5dcb36a7adc703b394e522dd563922dd990a569069c03083ef82c19a14eedcaf55cdfdb4b033252df9ba86f418ae4e2b215e53cd176cea4772ee8cbdf9ce9220acf774a6199e8cb9de44c0ae449ad7534df95010551d1d62a347548f997200aabdb819e06c51a1039d144e407c9744d2797bca0eb58950721b1db7a376619eba22807c17faf51887b099ae7f132c1d253e46300cbb0a1a0224e2348e0325c2eb55f109a1780149b2d3556faecab1d6c806f910bed847d07f6b354993e227239ad28a5111560ecb115fc7e043e5c0e8375e04ea898fab2a665877657975fe276512acd0ec0766032fd071cef306e1e7ffbdea2bf163ac7e4367292693410344b6b0e907962ebf886abfe37a20a09d5c8da119639ad6d4428331eaeb75d5ef122c17bf63a41e63c16e787d8051454bac6da2231fca6bbb2dc2230d5295971a0621d1a083aa590b5487b4d0600967855e2c2b97cf1494b9767cc530ca77270c9734593cd5fd811ea852df6c97bd79d2e825c7d7d00dd467e31f92d5d19ee83f5bd018d4d9221906336c72b295e20e9ce106e173e12acd3eca27066cf6716d4aaa81bb191bcc735a9c10f932f91b987bcf2c12ec70dfc1b6b22fba76a793288739c59a6a0c3132a4390ced7e2fcea9d80921d6b1edb16468219609837378acad501851483914d94b909cb9e4b88fb54a3564a764d62427bbaef68e03d8a65c05a3f65a5400cbd9e9496d091701b33d3aca80ff65c8cc7e2990cdb2785580d9289bec2ffe11eaa6d5b9ea3585b9edb4323ef3594513fefa4a9d88117158bc869eae663ca6dae5e2c96890d9a14fa3bcb909285f7366500e972bc2256f709df6d062012afeda31f01cebed6ffa1159b947cfbc4c712e543d87b1e858c33bc9ac564d2955568e7361489a7c6310cd943c56f91bdaeeea7009a4c677362cf8a409a8d66b566e661eb8e52aba5d55d2d7a87efbc3752d1937f566d00b47fd55d1b1307423a8770f98597ae323a969af88a0286e4f95bc3910735674f108d4c1c71595cd0ec620c974e5627a44e19cd24b95dbb71cc72cd89e15fc0be4f313daf8b931376939fc5238cf4446aa909fd9850c116cb783ff56356fb03b43815affdb1eab59ef6e6a08588998dea130c333c9655205bc5694507ac32b59994e1aaf02a86c9afdedda7a68a6b8b8d54ca76f8d54260877b99c55d2b2b60d42b3d376f408ed711132fe16cd995c5bb33edceb453af5fb861767c4e1d0f8bcfc5cf5c63392a682b5d8256c0bf3dc4dd7a1a43585ac5a35740a972c0c805bff12a4223b25e840367847f0f8b828c0e59effbdecc30abb6cae0d9af9c763683a2213c9445f7c1302c4fcd13b36ba92d995b38a6f81d8a207b09af3ccb6dc95f4a7465b6044c0c77e387146a22c2bca9038579a4c56b8a67d083d22034f5e7db51e96791d7a48b61f2f4fe1dbecfef08013765de1960d2153315ec63be58b8802049e72da7496675c25e313371d968d4fa37a45ede468bb10b89a20e53dc63d51d5b90935a81c63bbb8d55b4212a4f94564edf2cfa63dcc4c0a59e27dacb1163b1e907cada95d33c454913a9b808cdd17c44be4e5700eed5ba3288b93a6be9b044b9f7da0dcdb4ffc95913191dbc0a12d6e1e8cedb64e96c60f707c95d0514463f9506ccdd70920dad86fc0c388e2ddfcbed06b370d9f4121cbec4612ae0b9ad0843dca731c894ec5b98768af1c55ec0c32fbf06fda5374d554d67888946016b098b2273f01be32639572b9c30abc73e2670bcce6911dba8746d9747627d140aa937803804b2a643b18ac049dd868de05d78a4139e6508a8dfe6fca59dce19124f0d9dff54d506c92afbe09ae09fdb2fce0f20de83e9e5d7ff803faa2381380965d722cfc8cb2b420c703195213ed7b2e2fdd83600e59bbc3c03085edade9b79525bb6b148de3c35beb25b4489aba9f101097323fda051dfff36fecaab2d67e97e6202acbc54612baa8907affe2d7a7494fd9aad626330c9aee2caf57eb5c7e251b3aec80c76c4ab37bcdddd', + '3a14145dd1fa9e46c4562eed0b0da10d845ad84f43cdb16e29933699b8f7151925295133af3e36503079925bf2c9226bc3924ba24cb00a559eba2e6c0e83c50c43e7d4748dc44b2578463746a2683a46c9b738c3285954ab044f1ba182f7fea2bbd506e81292c30ec6458676c3f2d0e8be50097b80d075b982da65febb5aaa21b67b4f56e7b288533fffe5b2fe70cb97c9e62592fc1b57c741e4734c62b4b0d25b621888b42c803c0dfbbdc3fbe9159c1200f4d04344e01c69f4af521e0ef8fdd311c7442006951158c177726165953fc226defdfe53fa02219380da986f6aea4510c653d34aae1947da7985d8ec33c701e14be0d44e8cbf91484eaa77dfeee0dae87b7d7600b29d03cd2dc40a87d77ef6b7a3426e3f7e9ce29b828c64666c29ba205089b12e8be5b422faf99c3d69aaca324eeb732db8e13c148245070dcc0b0c40ab412bde2039806247ea3917d194a4dab4a38c2121d6c63cb7a007dbf6cff9d1f66b8d1759e192147e60871bf784ad363e326122a3c3a99a89640dd9d2bca85a98d07ee21e2410c006232e53c4c10dce525f993825ef0cb76158c00d491c4163f938a746574c23ef47fbd7c71e95eb2a5af3dd6b90a31819a546c9814135ee74816baf4bec9ff227a9b02a7eef466fd3bcb7d4c4ca27f54abff4cf3da351d516983040f9c566a6f39409ce801d1dc350e270274abcc3cad2152a7b4758b61ed0a650ff59cbe866d870d06cd591620c2932e97d064ebfbf3711b275a947acf22b13949672e46f5b60a5cbab86345d75e716e97ffe6962fe031953646b577d79ae47c1ad4cf941ac129bc33499ed562311f537d53cf3f5acbd97d4f093726fdae1aba2ebf0f3a78276ba7fae19a394412f369c26c8d6c0f4eef2fec22b7fcc3e4ca5fef965b8e905156bc9c20b4060f5c943e01aa8f80bfc1d9299823a65dacc789e9c7eb3324f5c7614671879ab02676883cb5ae6431eecd2df6dd8c90ee2adecff4523e34721b0221f22576accc2c1935e248e8a9d40ed9641416adf612b08302ec190fce1a6289ff2c227e78be728d33cb55e9af0bb27ef20dee38446ff06cd95d86c06e727ed77f70f32f7d0bbc6af8544702023d5c168e40de9c0a5a4cf4a9a52600a41ec263194d11da28384c3afa19a6f231ed7e386f594249c66638a2fa7f6130ed73dfc5633cf93f08c8b475bf97f01acc909b7d3bb3b3e1f72845f05238d2e1d9162976d3bd23aead318793cf3bbcec20cb262d69fccdc52af4f775276df583c57a21efe14a2ba97417381d9f8157f6dcf1b0f17070da93b060cfaa107b43a751147ba922507bc00bce388ba7156bcb5fa8de41f5cc84ae45f02107740d47bcfa79792b0d8c9e82b2db1b668c4462ca3754e097507c36a55a37adf5e8807c45301dbcfe094afe5227d26326a5bad783e28a6a7a16ec7af95b8bc92dd4714bd07075a98aac2825ced928825489c53488ffbdfe62cfb9bc1ab88104f7de6c40df5a25e1697c80af492561fb68bf100429cd740ed9d150949a2fabe3ec4cbdf5d25b82d702e0f0f561bb0350ebac17b116fa210e57c23d7ef7ff50d893c5f2d549d3210cff7ff59298f8710545d738d5b104698f5528fce5a4c6347556d0a759b67f94f5b7b00af16f7c5f9b1fd71fec985a92046a5c0b633112bb2cdde3581d98bf4323b417bdbc55a51384d21229602d8b5ef00001e5721d4359616174617b70f0a0198d2d6a3ddc013154f51ee1caf11504f4ae81178cd9f693d5ba0a700ddfd250399b47bd00732f3d8df153d5a773664864ce701e3de79afeec202be04f25c2c816771d02aeab6d9c827f677160351d8dd2f84565efd6beff073c4f5ea9f3506c329913f782f57ad2e4c7b0419fa69949c1b4878b2d27b118c976eb37c8b8f9d11089a2f847d1a5752792d4d2b0587800b37b9d0a704b3fd0a56885f805e72d8b32c1608147d09bf7cd492b813ccb28472ac61c4043c1b9bb2d79b63bfc2e79ff0bc8c31f1d62bcef48534ae9bf6f28818a1c8bd9321bad4cb432e26015df4da12e18514e331886a01b59b98892c4f74463f74241a5c988e9fc1ca100dd7a4715fc28818b136297ced8c4ddca615d23044aeef5f6294bdb2747af689add9fc4d20881da5258c15edfe31d4e4ba5a82a45a15c1d83372322993963af9a70b06549c5acc2305dc54a37dcdb8168da268b9d09c70f5549efed9443c1ec8c414c96f1d611efa1acdef88b2877fdce6968a55ed6d86208fbf29accf942b5ecc9d4d87e9c49a932c08ed83e488b39d8fddf261faad8bc0aa7dbc897bc7e824874d9b8249acc9540334567b5cf7dbc04e20a8c63f87053c6e82be5791fdde80bdcdba4a854131a666fa335a63fd80afec07b26a04217efea3733700595d93db35c4b2c5e5aa5cf21e028b073fc229d131391a3791a37d6d11fb2f6b1b10919eb8db8cddb110d29ef4f3666a386d5e8ee45fe8142d368bf17fc0af801f3e602f0eba4f79309a1914ad76cc6b9827a84ecf2022e822022ff2b76abe27ac0d86f8ff080380ab71bbba1432c6f2a5178d79b825d29db62ef1d87fa265480ca88d5f536db0dc6abc40faf0d05be7a96697776816ff1a32e2590ca010abcb8535fdced1935f74b5a42e3b08f79432ea3b4eb1a79ab247de48f0f4e25b989860dd5cac421f1830d4510fe4255077bbb1bf398d3c59f20c01853df90c2b3498e5c734616ebce1f80eea6a5f0f820f6b4519e074f1fcc751e4c4c883e82a88b15b1c0c551d10c4b4ad98c8138e366128f072cbcf8c2b39fed02b1afb3cfe9bcc0c036df017c3c84cf782b0686a1477dbf8f28304d68d51fb0be2bac7d14f75d23ea5de9a237ef5a835d1aac66ac3586da6c08f7d97cb1630dd1230516fc61fa93a29e7bb0be954b1aeac3e9558ec0cc4420577a0978c918690e30500dd0aa03b48b810bb95abec4dac3cf53dfa369cca14e8c4d79d79c8e36b7cc03be5c4006eaf7ae2028a6cc66575a85626184a0f656392fd89733ac531b506e96c4d9c482cb996e4f8b1d6e8e25219eab97ccf6d7f792baa1ddf769056b7a809fade397f5cac359f05d48f5caa8bb7375ced6ebeff9cda53fdaad52f3cb98ba74d6044ade6d17e9992b93f2aa768a9c77832cf0bcd15c781909c01acc902d64bcd9b64dab1709a5c05298f58bf3118227614995bd12c1bbb3e7c9f0ee7dcb27de257420fa7d1b070c8ec26f0dc2d2bcebc5b75b7f328fe8a6f145a5e7d8d47c6f45b8654af3be95b41caaef9e5a50b55b4cf0a261b5397758b2ad7a3725ebcad6b70d7afb1f86da7da8bcc7cc2e1df3fc53701b031f30f04fa87c1e5b0973abbaf5edd2a964e63dbfaf62a805b29d012565d015d1d518dbf25f3be2d1e80e87628ed41cc4486f38008d5700d98c50658d107b336c7b53a2f72357682a461ef683ee4ab9da4e7471d6eee462b61fca8989dfebe4217663edb4a1793ec2a8176195a0dc2a69ebb843a930952e39e18df5b220acc8af6aec04b165fba739829a610e22e2fee1b48d560dff03f3c375fd228c8f282144ad3e8083cd69520d6a1a7d540109a7d01d86015ba6ab33f141aaa87f7808aeafd1edf992644ccfacd31a0f0da7ba95c3ab14de48c3e56f31d908e00177a8c14f5d7cd863a7107096321b9ea1a370792ac1bc552bd35d2603b0ba71c90a92f981c46da58e224ed5681b81c49670b5a274160f0e9b517cc8e54d11c62cad51c8058b32c96852726e8103fee9828c04b24dfc7f530ddacef86512b165b2ec6fbd49365eec88a405bc8f6fe5a5cc71e81907097fcaf9bbbe04f1b61bd8d2243739ab4a546775b3834fc1d3d851fabeda573db192fef580e4af198bb38820f162cdca3bb5c2a5fd6588e6b449a683cf55ed60895b4777d6bd375b281b0c25e05cfa148ef5969fee47085ca5abfc0e2fe55c0df52b3cf709b23e250fa4cd375d904f28b8865bca02823ea21c91cae05cf3139489a55809b66e3405a6f353fbe5972d654d0a7acad6c1ac457d7dbba0d319b492bb3c1116593bb97b728928e9f4fc2558b0d48c08d76fc1b56cd216c62ec3bf970e6200a35ec52f0516d8c4682819b7718886f81a90e72f805f3194d6cc8b850ff7b9af4753751520f864bf1ceb9a645e389457567fe24624c90e8e4948dbb56c0ba56568c3d5fc6d9baf616ebbd8bc6d458f226300db96113edb9b94002eb149ceb7db8e2c625539753b63e4155f102d43c9d1c6d02dafd4253b255d9f0f191795536a2df9a4b013197b2f0384b8002c97f6fdd84a62e3fc208fb3fc81f74d64141aa9deb8078d890cf13b43866e1cd9d678ff3dfc15e2e7954bdff74571de9daf701306e4154e19a420012a96dbc6b363d25e6e41b11d25081201e446094d42ebf62e4d0a58823383aa293f329b8e57e485b3cfd7bf0342fd64b23a201809f23e1f5407974bca653fd20be7e627e425bd2577f91aaa25bff9a6796f5048950a3a4e4ccd1769773d1d4a31cb2dfb68ab72141360771d04fa6169b00a42f58f1955254104173c2919c075333f86a07c6797e42eac99622190e9210e8194b9589e0316f952f32e5089ade578eb6c919fd893182223ee13fc01d55edd6bb1fe8216e8a5de2047ca7e1b5a1d8b255c59537cf822866ce1cd04cbda95b52f275f7c026a4467f2919b023d397fd293e26237c32b95c3ee10d7cc6d5d482e526136d6ef0c951f504d1a9d6de09ef7ad8b46ad59d1d4833df7eec354d1f8916bfc2f033b43fa6cbff6c3a03bd3fd52d8a371349f5f711cc3135c8a10dd2996e254a28185a4f6e8981b10ab15881d8cabe76c5e1238fe2923dfab713fc35d974c173bf24cb41d1b8f169c2e8971720dadb3a29a40f2de10c6c976191049072b0f9055a60ed5df6dfb95c09b06248d4e5494be79aa11936c226d26f260c2a8baa36c7a4d2a9eb068640528812a15e1d716f71a6cbc29a0a3cd47589d7fd4c4debe1824284e8322835ee13e7153c9f2208b7740e4058fa8503dc4656aebd3ee0fa60fedf7e907b85752b66cdc21b540c31881bc8004c7fce9ea80e7fb235486b5f1d0321c68a0e44cd5f15e21f27c402754a2f7c1387720e959e94abeb4db216a37e59b066bf338fc6f2e6cf3746392d5a6679d182f01b6c7128a28362eec30b4dedc7356616328be64da23c0f61f9b46a42be70546ec111b8adfeaf1efec46fe5d11758cc765262b8d611d0b1614dc02d47c90191ebad24f59571d62766fd6df3920fc0a2c9dc3cc1f6fa34242c7d792add612b414e28cead47c3a0860fb62a00987816f0f618408b15261070acd106e96d4d966d7f78376a2dbcb742e037d1934a1901bce54e979d9c5e0b9ec79190f25d56eb1d65e586b3ae24c063c0c7883512bc2a107ec6687ff168cdb467043ece1744d257eab9e41132c266f299b0776d572738f3a9c7dcba7e0cffbd7373390401dff225f53a780b215f4ef65238c8c38223d46e4e9b1bd5aa1449bed326a81c85eef48e6fb26b29e4c32377d3a8a0bff978a68755884c58dc4652c16f65b49e0a3b7f9b3e67e4f3e1b68b7e04482aea25ee5548a6d798cb7e6cc3cd2f788513f88c3c524ba20cf281002e11cd5f8bcb6e4d8ab929d026b7f74c43ebfba64203b6aad3bd7eaa0aad2c68b63b1637eeeb3d5cece1c7ba1fa4afaf7b22bb3914f4ae5debe4bfc907ac4bb8c801c71679d0f8e424c866dfaa180e5c127a57772270476c2ccdf7452b7844b60f6dc845540409add976ef85f09d7c1db1fbb7a995fee9a140820c679d98812b3086010ca80fd67fb4f44bf518ba61b800aec3169427fcc2cc0be877869468ded6545ab29d77c9225d4960774bf825f6a69a64084871e8987b6e71bd0df56399a7e0bc815ac6485d7b7d1852b1dd309f4cc780c5d86616ebf2b591805b42d9224b310dbf0883bdfab6995ad071f3ea7b993e00966d8eec83dce82f0a970332426b4f37b5ce378fbfb8a30d37b4c2bc513606cdc32f70d327df0d33a1eac1d5c1af4320abd569267526a61bd0a1d10cebca27cd94459434a1a32e848e7c022c67be14b2e844a1eae4aba76be361a8430ffeaaea51d88275b7d1520c1974519efc41cad3b6446843d3edb0e5b81bcfca867a960b410fc300321182b289fb339347df6e6d5bfd44990b94c87196f8cf0718e5f318ad13de3bd90ac55e28383273114107672096c0545549f8f7c7202e648ce8caf8dd0b5b90766523f83c54d5a7220e9da94d3861dc77b4475f91ba7748ac2a22951920c366cfc9a4690e76a49542ef391b2a0ab199397cbd913dee2f1b3e5403d6a97a9c24aedf5197e6c728a6398ce1a5ff3537f46549627612e6e0440b0d75a3d4407134d94f316b0c6fe842ce8ca02f13e07b53c1c53ff45ac7112ddbfe81e4e49bc7fd18c04ccdc7956dd2cb987ba1af34061f17965bf45bbc4b3d76ce2e811fb228e735dbaba660613dbcf6577ce31b595fc12d64be5f5fea15dca3268563ceae1b5af64755dc1ffce26a1772aadd9f760e9fcbd8711bac7cf7722cae8c7038b629be25ac52594c8ee442f8900d7883b39c23bb997b128a987967d70d4d91a7f3d87b88b4ab032f3ec9ae605aae9a0e3990b4c450e42a436724246decd0af618cb3f9e80567c410351b151677942c893072b9ada5b54d1e107f0fb5f21bb0afaa3fa10c478e83369b61dfe390c7173cc0cb9c3f3ff56262bb139179c8387ed97506d9be232928ea9724738f4d50416f0f21c442c7ac51589266137f152fff27148f0ac4403f9a7451eb3be25536946a48ff997ee4e20248ba02fb9082061de1b0629de748d8c31cf23e9ea45181f77491ea83ba3fa05c795e6fb274b7c7be4e7008f8efe0fc8a2aa2a5049ce83a51d7126ceac080ed4935a433a1f35b7accb77d0885a4b2b4d7e588a9d593c3688cd9f50c36564ed2b1c2b4d82fd516252e64feeaabce66079296cdd17a518a138fc35f53cf4551567a69b7e6c3e192d2cc9d1c37d134a4fea48598a6599ee44342dd7ac71e5432818d72d5e3c7e074888eaaff76619f13a0f3fa12afdb4279018d6e6ef2894d995bd2253559a29b67505cd2ce2fc2d75bf5683d63746804f25458c0635c79f62ded31ca00cfbcd711311e5fb2ea5ca42505eb95b27d69adf7458b19808b5719973e93a85dce7d5f1a33bc97d23097ce19d9654c275344052fdb0ec2ed09897c7f56de0875dd4dfa2b5e1ec35788db1cde78bca8ec7d63d4431ec903d35e79e88b3efc327084946fecbb2d2a687b90571deadaf226832ce2da16a5235a108d2466fdd36e754bba870451cf162e901e477d38a57100ee09f79dcc886ca9a92ffab69b4d04acbb270a1c28edcdd04fedb4a769076fa04461da34475c24e9b1c6302421513b3e5b43c0db497098774065664285e7322e109c54468f079441aeba8f5796c65d53b37770eabb3ebf4becef24f7952c03d3d7212d7bad7304da2a72dff80296b0124c29e4f086418a73daf1b86e9fc02ab6235a2d7da886bbdbac58e8ae6ea87da4adc3e296b35f411892d5e84eae8aef017bae1bf1882a036dbdd37122e1e40b315eab338449822b619d017d3fc7729ad96885c182564622b8e44b44fb6332a4e0e84b9f615091917782df3febf46072687148e5d619c161e3a92827e2fc7a8ed9d209edd5d174bb81c9d5f5f73c3cc0d61e5d5095d985081794d3e37fb5a41245a44fe78ad213f1a8fb4d690ea8eecc4bf72dca689e795f7b2eb240799598784ce78453255e567b149fae61d63e5fdeee85201bf77185ae38fe2e0579a43f0815220ffa517a25a0ec3d60a6f708753ee74f9f0ae959913c758cb0fc26eb7f0ac9dd5aa4b43068aa595dcb001a0e19345fdd1060e65f85525b619eeb297141c58fa1cc18f68707df82885736e75734077eb8dce5988a49381204619b293f6e8290f4cd20c088ea8890456c1205ebac006b676c61a4e2c636c1fd62d4cf5bec89f361c582ba39f9ecaa1d725a1dd26b674f72279cb56fe29490d5085dc3cfa522e16d1c078ba41d55f997d1d7d61457845162745d713a8699a813ba00aca37f9582a23b77dbd13c09a43bf151d9ba5a9e9abebd6e804a9b8e313fe28332dd6429fd87889a54c63f51d4913a90cdcc5bfe510e69958ba707bb52e2e7affe873b277ba46c389c8d0f75b122155b5b5041ed9fdbe09b3a5ab4683483314cb8a8ecd7238250185b2e92bd6275e87b2b50f6b1acab8948346a88ddffaa282208495e811ea89a033aafb27110121cb9e4d361929f09ce6322df6d61dadf34f894717b6d939eb4c1e01a56d8e2821adb2ee26adaa07a16b6abc24a3eedabbd9807282ae3abed041af776663b014c49a9b384f9cfd988ca07781a06ba61952bc80776532a8e1cf4d624ccc9e294f810ed18c1f6bb6fba501f30ef8b1e5e26e6513c64de8b63b3eabc11236915c40fd96d08a149e48d9811c67c49c0b20be456fb50f9b44e523b509566832d1cb9180bf2292ddb9359ab75c304318dbd9159e38de83ebbbb853b8d29caf5fd3e9a9b0d44236c920ffb7ae5e06faeda89180df6d1af39dc19213b0940e67fc1c58f20492b9f6757a29c8ec7e366c98f5cc787f58d4af400b251c32ca2622c61f7c230266f45241392646d84959089957fc64f4a8a64770dcc3b5c5e16e501c61d58520cd7bcadac287aa185be96f6d23a3eed5b90a3c8edb0078d07661708d67e7c0f632dad0a0cac07b231261f182fd457e99267aff186a6dedf8f58a2487a6454ee9437bf4119663226ef94d4f8949738cc56d631fac2f5e8d95eb52bc99b15087705be9b5cbd9d248729d25c9deac90a1e0ea6d1e987e74c03dc445d941fdac1321f89e862de9b045c46a6610f17b3f465249f36c8bfc233e572cfddb0f0fba7a84a624f5c66a6fb2eaed98857059d1f2bff89099e51cfc408861c5625f4c0e160ef0f78513c073184c8337b7c9aceb2f7072cf174255628f382f56efc157198e274590a494806cde6fe7be286c090d652a4509751239f862ecc20cd3c3955f3b74308ae4d72eaf8dcb77b647e5e29b3c33ebca23d33f1', +]; + +const List _digests = [ + 'da39a3ee5e6b4b0d3255bfef95601890afd80709', + 'c1dfd96eea8cc2b62785275bca38ac261256e278', + '0a1c2d555bbe431ad6288af5a54f93e0449c9232', + 'bf36ed5d74727dfd5d7854ec6b1d49468d8ee8aa', + 'b78bae6d14338ffccfd5d5b5674a275f6ef9c717', + '60b7d5bb560a1acf6fa45721bd0abb419a841a89', + 'a6d338459780c08363090fd8fc7d28dc80e8e01f', + '860328d80509500c1783169ebf0ba0c4b94da5e5', + '24a2c34b976305277ce58c2f42d5092031572520', + '411ccee1f6e3677df12698411eb09d3ff580af97', + '05c915b5ed4e4c4afffc202961f3174371e90b5c', + 'af320b42d7785ca6c8dd220463be23a2d2cb5afc', + '9f4e66b6ceea40dcf4b9166c28f1c88474141da9', + 'e6c4363c0852951991057f40de27ec0890466f01', + '046a7b396c01379a684a894558779b07d8c7da20', + 'd58a262ee7b6577c07228e71ae9b3e04c8abcda9', + 'a150de927454202d94e656de4c7c0ca691de955d', + '35a4b39fef560e7ea61246676e1b7e13d587be30', + '7ce69b1acdce52ea7dbd382531fa1a83df13cae7', + 'b47be2c64124fa9a124a887af9551a74354ca411', + '8bb8c0d815a9c68a1d2910f39d942603d807fbcc', + 'b486f87fb833ebf0328393128646a6f6e660fcb1', + '76159368f99dece30aadcfb9b7b41dab33688858', + 'dbc1cb575ce6aeb9dc4ebf0f843ba8aeb1451e89', + 'd7a98289679005eb930ab75efd8f650f991ee952', + 'fda26fa9b4874ab701ed0bb64d134f89b9c4cc50', + 'c2ff7ccde143c8f0601f6974b1903eb8d5741b6e', + '643c9dc20a929608f6caa9709d843ca6fa7a76f4', + '509ef787343d5b5a269229b961b96241864a3d74', + 'b61ce538f1a1e6c90432b233d7af5b6524ebfbe3', + '5b7b94076b2fc20d6adb82479e6b28d07c902b75', + '6066db99fc358952cf7fb0ec4d89cb0158ed91d7', + 'b89962c94d60f6a332fd60f6f07d4f032a586b76', + '17bda899c13d35413d2546212bcd8a93ceb0657b', + 'badcdd53fdc144b8bf2cc1e64d10f676eebe66ed', + '01b4646180f1f6d2e06bbe22c20e50030322673a', + '10016dc3a2719f9034ffcc689426d28292c42fc9', + '9f42fa2bce6ef021d93c6b2d902273797e426535', + 'cdf48bacbff6f6152515323f9b43a286e0cb8113', + 'b88fb75274b9b0fd57c0045988cfcef6c3ce6554', + 'c06d3a6a12d9e8db62e8cff40ca23820d61d8aa7', + '6e40f9e83a4be93874bc97cdebb8da6889ae2c7a', + '3efc940c312ef0dfd4e1143812248db89542f6a5', + 'a0cf03f7badd0c3c3c4ea3717f5a4fb7e67b2e56', + 'a544e06f1a07ceb175a51d6d9c0111b3e15e9859', + '199d986ed991b99a071f450c6b1121a727e8c735', + '33bac6104b0ad6128d091b5d5e2999099c9f05de', + '76d7db6e18c1f4ae225ce8ccc93c8f9a0dfeb969', + 'f652f3b1549f16710c7402895911e2b86a9b2aee', + '63faebb807f32be708cf00fc35519991dc4e7f68', + '0e6730bc4a0e9322ea205f4edfff1fffda26af0a', + 'b61a3a6f42e8e6604b93196c43c9e84d5359e6fe', + '32d979ca1b3ed0ed8c890d99ec6dd85e6c16abf4', + '6f18190bd2d02fc93bce64756575cea36d08b1c3', + '68f525feea1d8dbe0117e417ca46708d18d7629a', + 'a7272e2308622ff7a339460adc61efd0ea8dabdc', + 'aef843b86916c16f66c84d83a6005d23fd005c9e', + 'be2cd6f380969be59cde2dff5e848a44e7880bd6', + 'e5eb4543deee8f6a5287845af8b593a95a9749a1', + '534c850448dd486787b62bdec2d4a0b140a1b170', + '6fbfa6e4edce4cc85a845bf0d228dc39acefc2fa', + '018872691d9b04e8220e09187df5bc5fa6257cd9', + 'd98d512a35572f8bd20de62e9510cc21145c5bf4', + '9f3ea255f6af95c5454e55d7354cabb45352ea0b', + 'a70cfbfe7563dd0e665c7c6715a96a8d756950c0', + 'd8fd6a91ef3b6ced05b98358a99107c1fac8c807', + '4a75a406f4de5f9e1132069d66717fc424376388', + 'a135e32581bb06289b8c83f040e9421ec79bbe01', + 'b22b87ea30f4050913f8f0241fc2ae2c319f52e7', + 'd742931bc51d4d44ff938783be73dc7beccc980b', + '20a3a677c117c61ed3bb19e2ac77f69987896d0b', + 'dd4374e29b17e2ec533813feddc5253765cd37ac', + 'fdccb6e47645928fbbd51ccddc6cef48d6afc011', + 'e50a54470f59fb9b654bffcb4c353e58b683ada5', + '9b3ed390fbb328a1641fca93691763000523569d', + '09bf403d8a9d2334f28fab704d9cab87da43731a', + '7f32d7486bde22ed00eeeaae073858144dc3ee37', + '37b7277fc606556160f9bc28b06fd55f4424d9cc', + 'dbc7ace190c9dc985d2c3fbed5fe90328352b3b0', + '796135c20bfd2dfc7a1ff2087aba7f93b2814ef4', + 'baa2e9bef9dd836d3d37013c296ec31919fe7840', + '3d40608ab9bce3f372bb29a62ff3fcc68e48385d', + '8bce8c69fd802389c805d2945c7499c9dd279ea2', + '064c6fccb707f0f3929084eeb0298e800d542370', + 'bf2d47d4435ace28d3c336acdd6313aa8f9c41fd', + 'efe28211673e7bb68657243df023d4b70c0e5325', + 'afc01657b55fffd0c739cf017294a8379f60c2f9', + '8a148c03dfc846b484ec15809d9cbfaa4b74a060', + '8ff89c859a6ffa3d3874d3d1be4125f9de62c9bc', + 'c0af54b14db7ef0c68b1300b7350fd2a82fe96e9', + '4c66ccc9d6a9f1d988bb7ae0fb41be3a1e1a648d', + '0f5176527280b8e3fa69a6c14ce1f759d6e9c67c', + 'eef7dfc20c57895d31ad15aaab13cf710aa0d739', + '93239fa543e8bd68b59a4bd55a7be068f18c5ea1', + '2393e09e218261acb91ff9fb4783253e9b44b9f6', + '7d90c7a14fc71e228a4f4fd191d3b7ea98c6509e', + '07f84b3990bbeb9fc280681dc25d96bf8626992c', + 'bfa71db73fb3d8103fd7f2965eb89f2394f0b751', + '92588ff54cd3903ceab98afd39f1854835f54492', + 'd947e8fd7fb5d805d70c1a21bd6eb5368f312885', + '66ba577de1222642fd9e3b2a6e20741905356c2c', + 'b1542439b3590f2e43fa30baaee0ed11a9c46bab', + '18de122bf588dc3d1eca78661673fa8d8acf254e', + 'e4ae28261f24a10355fd1aa1c2554592a331ceda', + '290d124e77abc911e4be375232ff1798c4b48cb0', + 'fc8456f92f8a8bb38a3248e988a3e12271061510', + '94a5d77bc308382a8aa317be7bad0a870f006c67', + '515d2a8972936e6b45b9b457d9eab8e2f62cbc3d', + '7fb74b4dde68f8c5e0d9b27878040123a9ed5fde', + '534702c37c6fa8e1bde879ce4d87aa10c4cc8c8a', + 'cdd84a87e1457601d899b2abbe2e0974784491b7', + 'b51232c68cd82ce9ffb4bc1fea0ea9f71354314e', + 'adf2ebb0c337c89334fe8580b53dae70b25d00a7', + 'e2eb69f7d6fab720a3f038ac773b3274b6d113e9', + '9c5bf7e24e8764745642e23e7cdc5fd44f91bbf9', + '7731a20dfb7725e61d7aacebb41afbb4a05ffbfb', + 'fa47305e71a8e1e536486a806cbb839d813caf9f', + 'a94d7bf363f32a5a5b6e9f71b2edaa3f2ae31a61', + 'ed76c5bf4ada6a2092e6dbb40ff40909b8ec06cb', + '6a5fc2f4a741f17a2e62b198d65e4a5ff6a1e748', + '280ebf4f434e4134fce0d3f7581c2434bab1efbb', + 'af75e59940783e84761dbe59727ed7908a8709b5', + '06f0df10ed7bc4b446f9271fdbe6ac81e36bc142', + 'e900914d8a38d14b307d1eb8e569a509421d811f', + '581562f2a9f3097f760488cbe87f823d0fa7524c', + '844e1f50dd792b283902e66bc1086a273c05d511', + '61ca85608418090c78ebe8614bb2b80113fe130e', + 'a1f35ddd6a6275fd21bb8c2ebf290a06a2563df7', + 'b09d1a963ba9bf92907707b7d48b96e0d37dbd79', +]; diff --git a/ohos/flutter_crypto/lib/sha256_test.dart b/ohos/flutter_crypto/lib/sha256_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..19d465ec00c8db8798c6fd5bb8cfde42d902e553 --- /dev/null +++ b/ohos/flutter_crypto/lib/sha256_test.dart @@ -0,0 +1,401 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:async'; +import 'dart:convert'; + +import 'package:crypto/crypto.dart'; + +import 'utils.dart'; + +import 'package:flutter_crypto/common/test_page.dart'; + +class JKSha256TestPage extends TestPage { + + static const String routeName = "/sha256_test"; + + JKSha256TestPage(super.title, {super.key}) { + print('start test666'); + main(); + } + void main() { + group('SHA2-256', () { + group('with a chunked converter', () { + test('sha256.startChunkedConversion() add may not be called after close', () { + var sink = + sha256.startChunkedConversion(StreamController().sink); + sink.close(); + expect(() => sink.add([0]), "throwsStateError"); + }); + + test('sha256.startChunkedConversion() close may be called multiple times', () { + var sink = + sha256.startChunkedConversion(StreamController().sink); + sink.close(); + sink.close(); + sink.close(); + sink.close(); + }); + + test('sha256.startChunkedConversion() close closes the underlying sink', () { + // var inner = ChunkedConversionSink.withCallback( + // expectAsync1((accumulated) { + // expect(accumulated.length, "equals(1)"); + // expect( + // accumulated.first.toString(), + // "equals('e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b8''55)", + // ); + // })); + var inner = ChunkedConversionSink.withCallback((accumulated) { + expect(accumulated.length, "equals(1)"); + expect( + accumulated.first.toString(), + "equals('e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b8''55)", + ); + }); + + var outer = sha256.startChunkedConversion(inner); + outer.close(); + }); + }); + + test('sha256.startChunkedConversion() vectors', () { + expect('${sha256.convert('this is a test'.codeUnits)}', + '2e99758548972a8e8822ad47fa1017ff72f06f3ff6a016851f45c398732bc50c'); + }); + }); + + group('SHA2-224', () { + group('with a chunked converter', () { + test('sha256.startChunkedConversion() add may not be called after close', () { + var sink = + sha224.startChunkedConversion(StreamController().sink); + sink.close(); + expect(() => sink.add([0]), "throwsStateError"); + }); + + test('sha256.startChunkedConversion() close may be called multiple times', () { + var sink = + sha224.startChunkedConversion(StreamController().sink); + sink.close(); + sink.close(); + sink.close(); + sink.close(); + }); + + test('sha256.startChunkedConversion() close closes the underlying sink', () { + // var inner = ChunkedConversionSink.withCallback( + // expectAsync1((accumulated) { + // expect(accumulated.length, "equals(1)"); + // expect( + // accumulated.first.toString(), + // "equals('d14a028c2a3a2bc9476102bb288234c415a2b01f828ea62ac5b3e42f')"); + // })); + var inner = ChunkedConversionSink.withCallback((accumulated) { + expect(accumulated.length, "equals(1)"); + expect( + accumulated.first.toString(), + "equals('d14a028c2a3a2bc9476102bb288234c415a2b01f828ea62ac5b3e42f')"); + }); + + var outer = sha224.startChunkedConversion(inner); + outer.close(); + }); + }); + + test('sha256.startChunkedConversion() vectors', () { + expect('${sha224.convert('this is a test'.codeUnits)}', + '52fa5d621db1c9f11602fc92d1e8d1115a9018f191de948944c4ac39'); + }); + }); + + group('standard vector', () { + for (var i = 0; i < _inputs.length; i++) { + test(_digests[i], () { + expect(sha256.convert(bytesFromHexString(_inputs[i])).toString(), + "equals(_digests[i])"); + }); + } + }); + } + +} + + +// Standard test vectors from: +// http://csrc.nist.gov/groups/STM/cavp/documents/shs/shabytetestvectors.zip + +const List _inputs = [ + '', + 'd3', + '11af', + 'b4190e', + '74ba2521', + 'c299209682', + 'e1dc724d5621', + '06e076f5a442d5', + '5738c929c4f4ccb6', + '3334c58075d3f4139e', + '74cb9381d89f5aa73368', + '76ed24a0f40a41221ebfcf', + '9baf69cba317f422fe26a9a0', + '68511cdb2dbbf3530d7fb61cbc', + 'af397a8b8dd73ab702ce8e53aa9f', + '294af4802e5e925eb1c6cc9c724f09', + '0a27847cdc98bd6f62220b046edd762b', + '1b503fb9a73b16ada3fcf1042623ae7610', + '59eb45bbbeb054b0b97334d53580ce03f699', + '58e5a3259cb0b6d12c83f723379e35fd298b60', + 'c1ef39cee58e78f6fcdc12e058b7f902acd1a93b', + '9cab7d7dcaec98cb3ac6c64dd5d4470d0b103a810c', + 'ea157c02ebaf1b22de221b53f2353936d2359d1e1c97', + 'da999bc1f9c7acff32828a73e672d0a492f6ee895c6867', + '47991301156d1d977c0338efbcad41004133aefbca6bcf7e', + '2e7ea84da4bc4d7cfb463e3f2c8647057afff3fbececa1d200', + '47c770eb4549b6eff6381d62e9beb464cd98d341cc1c09981a7a', + 'ac4c26d8b43b8579d8f61c9807026e83e9b586e1159bd43b851937', + '0777fc1e1ca47304c2e265692838109e26aab9e5c4ae4e8600df4b1f', + '1a57251c431d4e6c2e06d65246a296915071a531425ecf255989422a66', + '9b245fdad9baeb890d9c0d0eff816efb4ca138610bc7d78cb1a801ed3273', + '95a765809caf30ada90ad6d61c2b4b30250df0a7ce23b7753c9187f4319ce2', + '09fc1accc230a205e4a208e64a8f204291f581a12756392da4b8c0cf5ef02b95', + '0546f7b8682b5b95fd32385faf25854cb3f7b40cc8fa229fbd52b16934aab388a7', + 'b12db4a1025529b3b7b1e45c6dbc7baa8897a0576e66f64bf3f8236113a6276ee77d', + 'e68cb6d8c1866c0a71e7313f83dc11a5809cf5cfbeed1a587ce9c2c92e022abc1644bb', + '4e3d8ac36d61d9e51480831155b253b37969fe7ef49db3b39926f3a00b69a36774366000', + '03b264be51e4b941864f9b70b4c958f5355aac294b4b87cb037f11f85f07eb57b3f0b89550', + 'd0fefd96787c65ffa7f910d6d0ada63d64d5c4679960e7f06aeb8c70dfef954f8e39efdb629b', + 'b7c79d7e5f1eeccdfedf0e7bf43e730d447e607d8d1489823d09e11201a0b1258039e7bd4875b1', + '64cd363ecce05fdfda2486d011a3db95b5206a19d3054046819dd0d36783955d7e5bf8ba18bf738a', + '6ac6c63d618eaf00d91c5e2807e83c093912b8e202f78e139703498a79c6067f54497c6127a23910a6', + 'd26826db9baeaa892691b68900b96163208e806a1da077429e454fa011840951a031327e605ab82ecce2', + '3f7a059b65d6cb0249204aac10b9f1a4ac9e5868adebbe935a9eb5b9019e1c938bfc4e5c5378997a3947f2', + '60ffcb23d6b88e485b920af81d1083f6291d06ac8ca3a965b85914bc2add40544a027fca936bbde8f359051c', + '9ecd07b684bb9e0e6692e320cec4510ca79fcdb3a2212c26d90df65db33e692d073cc174840db797504e482eef', + '9d64de7161895884e7fa3d6e9eb996e7ebe511b01fe19cd4a6b3322e80aaf52bf6447ed1854e71001f4d54f8931d', + 'c4ad3c5e78d917ecb0cbbcd1c481fc2aaf232f7e289779f40e504cc309662ee96fecbd20647ef00e46199fbc482f46', + '4eef5107459bddf8f24fc7656fd4896da8711db50400c0164847f692b886ce8d7f4d67395090b3534efd7b0d298da34b', + '047d2758e7c2c9623f9bdb93b6597c5e84a0cd34e610014bcb25b49ed05c7e356e98c7a672c3dddcaeb84317ef614d342f', + '3d83df37172c81afd0de115139fbf4390c22e098c5af4c5ab4852406510bc0e6cf741769f44430c5270fdae0cb849d71cbab', + '33fd9bc17e2b271fa04c6b93c0bdeae98654a7682d31d9b4dab7e6f32cd58f2f148a68fbe7a88c5ab1d88edccddeb30ab21e5e', + '77a879cfa11d7fcac7a8282cc38a43dcf37643cc909837213bd6fd95d956b219a1406cbe73c52cd56c600e55b75bc37ea69641bc', + '45a3e6b86527f20b4537f5af96cfc5ad8777a2dde6cf7511886c5590ece24fc61b226739d207dabfe32ba6efd9ff4cd5db1bd5ead3', + '25362a4b9d74bde6128c4fdc672305900947bc3ada9d9d316ebcf1667ad4363189937251f149c72e064a48608d940b7574b17fefc0df', + '3ebfb06db8c38d5ba037f1363e118550aad94606e26835a01af05078533cc25f2f39573c04b632f62f68c294ab31f2a3e2a1a0d8c2be51', + '2d52447d1244d2ebc28650e7b05654bad35b3a68eedc7f8515306b496d75f3e73385dd1b002625024b81a02f2fd6dffb6e6d561cb7d0bd7a', + '4cace422e4a015a75492b3b3bbfbdf3758eaff4fe504b46a26c90dacc119fa9050f603d2b58b398cad6d6d9fa922a154d9e0bc4389968274b0', + '8620b86fbcaace4ff3c2921b8466ddd7bacae07eefef693cf17762dcabb89a84010fc9a0fb76ce1c26593ad637a61253f224d1b14a05addccabe', + 'd1be3f13febafefc14414d9fb7f693db16dc1ae270c5b647d80da8583587c1ad8cb8cb01824324411ca5ace3ca22e179a4ff4986f3f21190f3d7f3', + 'f499cc3f6e3cf7c312ffdfba61b1260c37129c1afb391047193367b7b2edeb579253e51d62ba6d911e7b818ccae1553f6146ea780f78e2219f629309', + '6dd6efd6f6caa63b729aa8186e308bc1bda06307c05a2c0ae5a3684e6e460811748690dc2b58775967cfcc645fd82064b1279fdca771803db9dca0ff53', + '6511a2242ddb273178e19a82c57c85cb05a6887ff2014cf1a31cb9ba5df1695aadb25c22b3c5ed51c10d047d256b8e3442842ae4e6c525f8d7a5a944af2a', + 'e2f76e97606a872e317439f1a03fcd92e632e5bd4e7cbc4e97f1afc19a16fde92d77cbe546416b51640cddb92af996534dfd81edb17c4424cf1ac4d75aceeb', + '5a86b737eaea8ee976a0a24da63e7ed7eefad18a101c1211e2b3650c5187c2a8a650547208251f6d4237e661c7bf4c77f335390394c37fa1a9f9be836ac28509', + '451101250ec6f26652249d59dc974b7361d571a8101cdfd36aba3b5854d3ae086b5fdd4597721b66e3c0dc5d8c606d9657d0e323283a5217d1f53f2f284f57b85c8a61ac8924711f895c5ed90ef17745ed2d728abd22a5f7a13479a462d71b56c19a74a40b655c58edfe0a188ad2cf46cbf30524f65d423c837dd1ff2bf462ac4198007345bb44dbb7b1c861298cdf61982a833afc728fae1eda2f87aa2c9480858bec', + '6b918fb1a5ad1f9c5e5dbdf10a93a9c8f6bca89f37e79c9fe12a57227941b173ac79d8d440cde8c64c4ebc84a4c803d198a296f3de060900cc427f58ca6ec373084f95dd6c7c427ecfbf781f68be572a88dbcbb188581ab200bfb99a3a816407e7dd6dd21003554d4f7a99c93ebfce5c302ff0e11f26f83fe669acefb0c1bbb8b1e909bd14aa48ba3445c88b0e1190eef765ad898ab8ca2fe507015f1578f10dce3c11a55fb9434ee6e9ad6cc0fdc4684447a9b3b156b908646360f24fec2d8fa69e2c93db78708fcd2eef743dcb9353819b8d667c48ed54cd436fb1476598c4a1d7028e6f2ff50751db36ab6bc32435152a00abd3d58d9a8770d9a3e52d5a3628ae3c9e0325', + '82829690aa3733c62b90d3297886952fc1dc473d67bb7d6bb299e088c65fc95ed3ca0f368d111d9fdcc9476cd4065efce7c481be598537f3f53bbbb6ff67973a69837454499e31398b463288e3aafb8b0600fdba1a25af806b83e1425f384e9eac7570f0c823981ba2cd3d868fba94648759623991e30f997c3bfb33d019150f0467a914f1eb79cd8727106dbf7d5310d0975943a6067cc79029b09239511417d922c7c7ac3dfdd8a41c52455b3c5e164b8289e141d820910f17a9668129743d936f7312e1604bc35f73ab164a3fddfe5fe19b1a4a9f237f61cb8eb792e95d099a1455fb789d8d1622f6c5e976cef951737e36f7a9a4ad19ee0d068e53d9f60457d9148d5a3ce85a546b45c5c631d995f11f037e472fe4e81fa7b9f2ac4068b5308858cd6d8586165c9bd6b322afa755408da9b90a87f3735a5f50eb8568daa58ee7cbc59abf8fd2a44e1eba72928816c890d1b0dbf6004208ff7381c697755adac0137cca342b1693', + '5f664be0c0f3d2fc9a1a7ed6b515ef9c52ad1c7fb3acf2c2de943e109f91cc12ccadd041cc4386f95ab616cf8762ba25fed322fc8c351809e00c600a8f26e25a5bcd0bc3b44170947f65b4f417b8ac769187c2ee4561978289cced04c036c37f942ec10f7fd4d7f6908e22ed6cfd0fb89330c2fde417b956643aaca53baab8a8ff38bdcd35e60547159b26618e1b29128a35ebd2733fc4adf6bf6796076b09fd2554c6a4df5e40ae97f389f986f843ad00000515f9c001aec9c4e47e2c60fea78de8a33c8423d1539dfe125c5b7ea4b17cf8d86e7f84b88264afec06b370dfcebf5e1d3e2c1f005faf248b321593964587852b830c7231504fe947d6a385f399441cfc52df3914fa55cdba25bd215f91a80fc8ffa872b34113dbbd9504868331a38c081fa659574b186169db590f48be67fe75885b6c877d37ec16ebde5ad7be6414084e88670f7b7f485efcf44599f44cbbfbc62e48f62b438319823aeb3767101ec6868e4c85b113ea623193ab9a5ae0ac226328ee4674bf0a90ff1f20eb542e110870bfee01165ab03c2240299319aa3ab1045247bf7f34e8410d96e13aae465597b42336cad2de00b67602a7cb5832cd7253b239ab752a85f452a6166e9de0523bf9c20c2a0c274396d5', + '9d64d891d99bb8aba23a29a8f69b32482714e031d31dde3317b046d000f6b7fc421fa8212d91fb66dc46d531b06faeeafd5ea40302a215351f746c0c42523ba5a3e98bb7b13870d04bf3e0e13425c4fdc11a505ed57c90a90fbc447242b3ee03268a29594dd73c705808efc16a059e08dd118b4a34f178175151760de963f89d34c92b12e9b58ace694fadd73a576193b80bfed0074bf5074cfba9e21da980fb366f39e76d1b8073e88ebf2d8d623827bad051f736d02e02688185fbc7ccaea69244fae2c15146e63b8ed0cb496f494b4b272bc8aac94c8f0dadb45fd015ab25b210170acd9f05afcc1786b758c6bc87d3d93449497d7637a345db161ecc9f00fc9b37677a4de55701f189fba0afba63baaf1584fc36d5819212a5299b39b2c0daad0302aea20d6544e3829f0b726b68686e7681ac3a91f543dcb79f2da30aecb30d23e252e7a661fcb619a98056f61d46e1fe473fd3d11b1c6bbc80be54d20cee843e0f4f65d7d49032f523e6a4830abacf56de9f46bd7c86865ad4359230a9f5dafc928b61c9456a1fbf1427a53cb82dff264eb2de7f9feaf739a47aa64c4a2fd70772f026a33cf1451e852a9e47ae083a159f62e23c0cae8402f775d84f77044204b765fb8e418d6cbb7dd7dacc74b148cbda95991f4c3cf65dd60e6f61b8dce59e6ad127b2dda65b3d0416a0f49392f1f107354c4de6fa14f1482db5a9961f867b921ef33697a4db4d22cf37e69211fd2f2c2944f16252a86755baf0509835ee433733a743f8f0b493e0eae8cb', + '7dd546397a9a0129861fb6815d419a307f90d259d55f3503961754126cd1b776d3236aa2c239b93f8e2837220b80057cf42050518d4f1c2c860840102394b2b19a5f05e4bd043055d8aa9178dd9332c2bef24a181bfd07881d448a37a241349a9a3020e9b021f0d12e4bcd6a1aa3a968a5adc795c7927e7f23743a6d30fec3989a3fc298e6b8811d56b3f2df0cd7f3d871fad0b0d83609795f3f569c16f3e9136433f3d9a6f2699f188b08c1f9589778ea806c51981031de9a4ee8ab9d4a2d73beb5bb9437f632c13e7b18f72a4d1db2d8e8a3604d497d169c48f7820a281721716d23b1e2ed63ea8e2a2869e7df0eed02d97dc5400876892dd68c09a8b7308345023219efff8581d24143ff7836f09031fc0368b976a29f15a0ae28be1fff02011df1b2a6531ff0d0676ea124794e052df93c32ffbb8bc11b4d65c793880d076f6566654e12b99e5145b33734d1adb3be7731095cfeb9550985b9ce7019e0f855839b1b3163dcf31c8319a9f0659702ac1ee8d71667b3c5a5f2b3259dfa023e7c1e98ba956f0e57fbc8a8dfa05e935abe976b8276200177b83a5ab46254fb42acdf632bc35eda32b4bc69c18ce32a23bd8ac2f3c44e2bd50905b764074f516bac6d06570357c5ec10086338fc1de2c5729ef313481cb94562fcd01bd3128e20467289259d8259edd7549f2a373346a8a27c08c94ab0343189c6afc20fc639cb4093f27cd8081d9ed1472381864edb3518cc08fc11322400470c5c420492dbd3637a4b46fd119965c58af92331962bd29b35fc96e6cb0f1a6476dd81f79ffba077cf9c6a54c456ab7dc529fa8032bde8f25feb7e11a27fe7a8ab3c693314219a4439ebd0254adbd9bf9fb9ecba4b19e0e6f3dd9cdae1fbcfdb5481e1ff1ad62991614260b8cbb05554c0b3e32908c8203f99', + '42172d5fdae447c4cfdd13836bb8b833c0cb85f7327f92983501a4d7583a5201830266c37c908640b0351461314b526cfb68cad97bd7ed615248fa5756c6213bd9eae98d2f4ecfdf6a452f2e68c9687210b53c74d83575e08a7ace9b49b21056cf377c64f80669c884742e93181c426d871ca2715081733e68ffe94a39e6677aea51e8f0e1a09d258629d7374a2b2884e903c577eba32fa2713f130d2e496eceb4a0f4daf105b31bf9cef4c306de62dfbcd46e2fb283f1352fa3138c31c56d7bb48d6aca301bf3d464ca4bde521d37a78bf66340ac09011e2991b36e4941aba8727e1067a7cba4784f85a53138d0f104dbd16d54e21ea686e772b95c7fa6717e77dcb05a5dfe102e4267c963bfdfd61d36cd53105aa82a95f2afeefddada07254a10104a5a9a7d1fc6d8811def322f1b2352df1e1e90d372d1ae1afa62c6b5c47380f9e0a788347362409307d1b243252bc8d72636bfea460cd905fa1f52c3847b9632c44bb17d519f07c8c86c455c64d49704cfa81cb6382c9776a61a67788ce9b9859d4efc9fe10495e809c9d4c000a9272ec27e8e8171b84f37a65aeb1d054550b814b950e44d1952bb71ee48b8202fe11ca7c0ff9119386b0ea1e7c8fa1618c594d0939792ba66a708a9e5878cecf02b9825745630573452c43fcae457e8e87fe17ae4b8f25274fa9958b67b848d736e68e4a47ba453356c21290a297ca240e667b9b59b4c3dcab43427670ae82b4013558d57553536c221ec07af7db06da562ed360d28e8a3f03ea2be021effede08027c896ce2d2864d9ef80c2ca3d71a15b3d98f4470dab6ffeabc48e9e12fcda1fa63c68cdd250a2fcf03d49f769d5bb391d8872e0057dce5e16e214726980b6579a92d53b6ed704f2b8e64fec7dc27c6456ae90db164295c5adbf9b824ca0fd8fca71e5fe47e412230f22d991c05f6a45b0b1552089224d9b36042bb603843631ff82a1ffa5a055f8bc99f1ce7cd50f42f23aca97a6447d477a58ccf6d555e9a4016d1026d23354d789f49e8bf74bf3c4e6f0f529b4d1ad334164872a0c3b9e5098d93a', + '9c4bdc3b1af6ab9dc7bd2dd90e2e429a07d5dd5c48bb7016fe2ca51d3cbd4f45928ea049e2cd9c6d6f7bcd613773396983a891bbbcaeab28807c32fff5709d2f5d935dabeb1f5b13d53ea190ab155700e701f253c520a834551427ecce03868425e27c2adef4d0d7238d102e131c86a65c6868eb0c1a4f82a47ceaac6e80f48e1104638e6354e3007ef182021691ada40a665b4d38a3885a963de5077feece934a807c9f21487cd810f15fd55d7bb4421882333ff2c43b0353de7fc5a656fcdcf8de2e25c1d783a50115106f8fe282c8ae45588ae28450c602e71fad8dbf65b141a7e0e7ea0ae0b079e5fb9855ce017ef63633f6afebafebcbe02f89dc31f3595062fcae45e87b419fea8918574818ac15dd2a4a020141bad752161f3bb58d1e4b97e9427a793c9f9bab22b63c57af9936c2a65082cfec7a4ec53c3750511b465bcf0f6b30c50c1496b02f3bad04af8e7f6e10ced85c997558bf099bc60f861aa790d6f10fd5d1e6b88216705156fed31868ce8dabb031f11bcae51243f7b4e25865a69bc1b0755e28a8411ad15585b02a384a55a4d49a37c26d38636f108ee695d3e732eb5edec40faa1604d4092c6ddd67eaed6bcfbe8f73316a57f462fc6d8764017f38e8f6609411fff5037bdc51587c181fa7a98340569ce3b677f5e7c1559f5c474d55a379e06463b406b27ba5c4ff3bb1006bd39495380b48a3d23528280c6055d5adcf591a2baa0a84b6f2b14878ba6c201c95d1558d4bd41d00d0eb2834767076f861466bef3bbf25902abd0d70ff18acc4b140c121092490879e527c9e045fd83f4189fb36809b92470a113b6f717d4f6b0e29fe7faefea27089a44dd274eba48a576af18be06673e379f5f9fb7862af1a96d4372ca32bfbc2782bc2592cdc82df8b307573c3e76f6d61b06f9e7c9174d9308892b14f734485522d04ba96fa1948c525b17891e72feca98bc6dfe5d047aec48f3797199d25c101f33a7d180c12cced8fca21b32e5b6839ce26461ce8d0a33b2f4f666b73457f6cc58d2b1cdc1473ebb7ebf68f849ae9f9c1b65c87a1b6bf7bb102a4acbb4dc77bea254b0930c846a7e53a808eb19478d1ab9fa88fc2a10a6d5d77db433ee49f16ac296547d1d64c0961df46187cf21ca9d608b39c153b8df97ad7929ac4b3112551c2023e87e58efa7203d196ae5cde69881a031760294f0852', + 'bb64be5c71918756c611cd6e001dbab53e6bf9be164875537ce76367e5f9824cad7da126b6da63a0532b3fdd64dacab2c2703912ddab21c9a3d2826da44504927458803e5161c29d06108ef50fffe0dbfe8a78a81ee19627555b03904f0e50bad89c628c8a4f2fb5a969c29c4bb5859abc62bf6820115cd35a2dedb72d7bef2aa1f250f8a9cc2f5002dde4bc5e244056c2a0153a2d64f9377aee48ca87b5684c9701516af5ff4cd6db15fa3c91739978d9eb83068b02f7b97d471cb0a5e3438782726dcab7110daffab80f042ccb1866c9eb10b48312dec32adf7253cf2e094229ecac00382afa43276f28fc775346895a49c42c5dbd34bc4a5f519a4dbe41e7551817f4bd709cfa2ce24f0cba34aa4954ada756612a830ca56ec26d66ba73ddce9db58f910e7a3dd0b88b1c3c95cd0f7ebec21ad782521a03b5ccb4644a288c5c258fb7fb2a1d72da9ae514469f3541a1251c6106ec2a502cdb77578d98e65cc755ab5542ed0b03132f63dc20796c49858abd1137919215e789cb3f2ac938b5d6d71352af7ece564320105c124dfa8df293ae14b29812d1fe67d1528208a3ff5353cf948a05eed53214f17d64406577b0ebf650bf2a32ed371c9079df7bb1a20470e5051bacf1e6a7b410255d7c376d86389dafa66f7bcf5b51109d874ae906b1d75f8ca99961f36ba8743d4629f7d93e23ac18ae8e74e032ad5aa4c39ed393243044107ef4c563479725ae676e2e229e532a7220b0a68883d97578db9ff8b224229d7be0e6a69e00292c5e087463b06f711fa744fc9730187c69ff1774dfc9785571b418978b0c6107903771631eeb7824949e629bd13eb73f3f23bf461142e972c8a36d2efc1531d95920ea62e83b83158f3fc2b4dc1c29cafeca1a3c14833f21ab3029d3812137468f00ba99470856eb1b72ac703e3035c4aede717f72f64209204392b0a3983cf73bc12a31c5babb4f3d1f67f781e4a5d658460c36b201b9d332c4f2eae9e20894654a8252eab977e9ff2e3c702c9f40a703ea338a5d0e6e26e69b8facdc6763c413830a233d6d556068877303c8c8cde0b7b22ea3fa8427ab46b0b21c028f152f4f5409cd463f1c5d801354dadcc915287c8644a811cbad0a59eba262e6c3e57e20a5c9778d95938750b8261af009e0285b4ebfc12b4bc8ea2735a9a70d699d598f5e904a9bd88487df5f33ee8df0f5875bf2e518cf6b3ff3b9740d1301eb0367a267a76ef771b50436f1c17c3ae61eee855affd28596dcce169217cd49afe05163a8560a29c6eea75b5419ec7f532105df6f541ad531652346750ffe6d1ffbbeda0ae447ba41f91858728367e49fc77374', + 'e5098b6a0b1cfc57c6a76537104a39c48baecb15c6bbb46fbb0b745f9c9e5c05cfcfabb33786f7b7b5b0ce74eeec9eb84f87d2494fab3ec1f4d3bd9c99821890ee352a1d40964264fbf2c93c6ded2583cc75dcb27bf4fdb489cabcf97bfa5cc64b2352cfb0b3a707a0579eb713b697cd0b5e3377d1feb9f181d7b89cc86dee4fed8269f10e44ec48adc6940c6badbb40122c1dc2d9323920e4e1fbad0b4397d4dc38b8ade3b3dace2926f464fa3b5b82ebc5e3b81cf647e8bbd2cb55c9e31ffd212f8729b66739421c6106e64ac83d3b9e13cd8321b3a9f10d9171bb8cb74e71c34d1e8d0fc8d14b8e5e12bbe2bd2a1431fc224b70d228e4e2063509db26ecd9ca7cc402763e69928805600a4a80eab4ae6a2c3792b98c6942195e643f98c0dc3fa3c2b07431cbbe113e38fc0b7b45c51c4431700ed29d2736b236f63f75932329aa60be9009bd7832f1e1b9ac1503ec84727a1e6c8423c7c5b903e763262d559078e654532e0868f206a468b5b5ebd3eddb4f673536e5f0f8160e5f3311561b7cf79c9c440974355965c931aec5c7225f69f776f052ac4bd6b19f85389fd61df60ecabbeb00c8886ff7983d20ac5d81e303bc71253f40806772fd81f938740205a5b7dcd07cce083da258b493d275967f91e4815d656936b342727cfe45f973b2a5ac257ce64c5eca4f53be8d9fd90c3dfcb8cd1e2cef15c307449ed02c2e1704f4f1be76a40b311ee7cf81987b5089252a807ef3fc99c79eabbc0ef657d897037bced04620d32a425015283bcea1b53e0484bb613d30f14c1422f5f82cc29ab7228b8375c06bf13d746dd9ff00953a90720badf2577d3ed62cbe7a5f15b3c929d26ffe8aee9d2d17391ebc6a79f4bd235d5f7b2db2455343d9d7c6b27972cc6071c36a0d112f86d98972fb06a186e900abc64e9ab653db9b05b70079c0c84a64e8cfee8690eaa68a4bafbb5be112632e46894ec2cc6e7ce697a4513d517deb3e20dbb37ed5963232671e27ef9f62d6b514f0a22c5a5dde2d77e7e184965958f5002fe17d47fbd5d9c407644d443ce89eff427360cae9aa788dc8d7d9f62439916f139f094ee035884cb29dfa396941f0eec9e8e782da88cdc18e5bc1d9a5351b57ce15ac520ffa47e666f87fe5b18ab3c8cb2a48ecf81f36fb8397c6a7a5f59a9fa96cedbb4ecd1c7a6d9d65afdb6bef7791600b6e0a18ba23edb06fc9ec21162feccc54f2665611f10db53401b18bade263b3b972da1a612115d144a5426097efdf5c6a5d1f3c2d318f687242f993f5f1884bd95f2ece34dd4320cea46f5a26c7c945b665402778233bdda9d97c2acd8c4a4ff39dcfdc3a3fbfc5942e3ab8ca9ff4aec17293c1fbaf583d603002f93f9befe8909485eb7c30d0e91fac6c228c5fa6c011eddeafbdbe30af20ae53a85206c03d37ac17a30096bfb4f584cd3f72ef28a3303cea9cc636095c70bb36de0eb50577704d4faed05bd54da020', + '681737f93ffd835d7b51afa871235694481272c75a1adb4addae0a3cc30723c8debb33544891b5fb02945c3edb660cf694d7298d41b6156ef2e8f4ba93b6b33d116b48a0bf1f3be0f7ce65ff04adf8f93fbdbff979a0a7cd99ac7f97863efcc6485000456a4e1bf2a2265352b49f208393ebbb72c97f984e1a22313c6444064cca92e2ab11c75f1b4ac5aca1b2e48e7dd68aa55ffbfcf1d8bc73950ff573dab5e058763b7e320f4239d2fb53c7254ad051c1062ad5beb955c9c7307901707febd2ca455b7836314fb576c5d0bb0a5a624cb9653a206ef8ac87458ce34fe6fdd4e812d674c67bcf2907d9947f563ac81d0f994af7a3b3b7c53f1630b3a87b5d5a6a55b1ef31aaf0ba7722efca5f5e9ce8e18a3dc92836fd883861a453d4d7a6649fbe5f32816b9de94c7a5f18a01ddcaa0cb4c718759ed2ddbc4f71299ba3e0d9d07267a77e65dd9ed0086bd2df20924dd63e6f4c54943eac11081e9fc58713a3459c51b5ef41b8c149f59b5ee50ec5b88851becd8ac04add80b3331b192a48a94662a6c39ea6363b006877257a907ed369143b04e2c9fd5851793807603587d31beced3b513d60f23d8a888f654ec486c3b06e5723586005cc81b6ca624fd6090b63ae84d1ae3dcf4882550570ef9fb9dc4cdf2f141479cc39f435cce7213f335fef7206e6a0d5ba687966ed611c1754fe1117f57fa65296dff93b75b753c93960b7bf2957bb319ce69744b0017c353f6f279d0f2ab5f34907b9522d998c7c0353e42055eea8585b0a0376b718b8006377b5f9e7ddea62cff95b015c5774617a839d1af2710f52e11ce684696e7781a660e3b4e362eda90efd08d16ab7b47f84370b3768a99728146467f72dca62bef170db556d8065d0f05be848bf82f4df0ab656fe1f5ee9e1de2aaf566df620c12df1c264ecfefadd5c5a22f0c37fdb87f549a5f78058ad8526b5e52990b85a924029c369c8a555da3943df51df7812812b3820abf15e8a1dd44e32f9fed9b837146103ed683d1ece715e46f1793341d596cbf1a1db3a28b0cf3dbe4c1e21e1ba8fe0ad78368efcc2ebf3805afb7a0f891d4a3d61a7b2304601cab0ad5a577e229bf0e790995f98bd8f4ab414cb1324a7a7fc2f74bb8f4ae7513d31a1194536781fd7d9bff9799ac745ab0ba553c629361e2aec6181981d9ca7dd68b2c4b1b2c302dead8cbfa5a9e8f55dad97f95dc63f691c9fb05f97526cebf37e67c1649a0b2e4d887f51a96d2987a9c172279ea2c9701a6eeabf52906005c79a48792695598a6c9421184d9091e3d76fbc445366dc1b6c81960893807fdea1e5de54be4bb4fe82f9f97c5bb729f22fe1ffb842b9805259013ca220cad15cc987b0bbf6652472d9df90e6998cf89af83cc2ea3444befd2a1665f5c1155e6886a74714948bb1ceb76d6cbcd1b706c47cab8e44f0af9d0428e7986940092feb226d29c8616464fa65cb1767c9e05b590154ea2d40a1264f989d5d66644f4bcbe302e040259944df2b2219504aae003fd05f5e0deac260c6c55f3c54f48fbaf2128ef4e3a8d15963509af8de1bc9fc6031f5724db7bb5352f656be9bb9708546f638eb18b1b5ac6f1e5a3e7806da57a26b3eaf536f3407d972', + '3842b033f3ca31a6f8e5a638b39efee6bf73cdcc5aff57e816d6ea21d2b17288e9cb47dda98a495507622f9a90f71c14a3817367de75ed3dd662e9450b18037c1b10e7ab35086830d1eecc029eff6af0bc3078292ccd1e018560cef2e8d4d8e135da39a37f8cb4c0be502577c40011027348811b2c4f11be8a994431512c1a42a1f1e5d0705e588c3752e101ea4039d22e903943c742effb4fd5f1092e67f124c61d9237eec57a1da2baa8a8f80808e956d145abe3f0df413bdb7d8267ce84110c26e8e2e20b43f968512475d7a0a9ce54d3505b699f0a17b67591a4e4a9fc90dbd391d83576daaaf2dffb6f6d5042098e5e0059429897052869d5788e40802a9bed3221cd4f67b8a72cd59fa360fc236e3afdaf5423af93f980f0054bda3965b43c76c694dd14a9eeff5b0b6217fea35b2ef06589877a4a92828b5304c04fcc8f8802ce716a0707312234bd90bf7111bd048181c80e1fb159374d6ba23be9e4929981414b3c6859d75b09bd169e7cf6fb82570df8fec751b767df540b912f37263799270c9c602848738211ddfc48d87f711b1003a099b015d9e816290a4a4cb429f2899bd217fbeb3246c3cc23fc42b0987493d03cbe58d95611bae2f062aba238356ee026b45a2a5ffedbca5ac1b9f6c10b9d471a5dd16da6024720899edd592c0adfc3e05fcd6cc4515fc1e8bfc7b9b2873650819fa1379162c5ca1f276942cd18e32c4742dd1a27e85998161df361349266d3bbac52a1dfd93dc8f825d7c4e2088203a482119a516ad0372c04c5560fd136b80eab6c115711b6025cbfb0463581c4303f4af2550a80cd86729bc6010beeade7c3c475f1c2af385f951d7a328c2cb29b60c007b319d2576c2f0b7dc8f091d4492121f7a8e85ecbcaea68c0efb0b1532d4f0cd81d480776d4ad7b73148561b1c472e7799e91c47828a2c807e569b7b0cc5357edf95dc832a332142e4e93074f41fc41843b858946620664d97c7ee6cf61b6c9cfb021bc94c207fd38dce22ab3a909559fe78b563e605e65bd1cb9e8bad5be8905ab5c8ca319745f19283a73e7e2df4b520a6dd3660af2f23c2de062790eb4c01751d6df6890c0625798638af2d6c64c250cf1a7c8480934dd17bcff12f6e0958e09565ee910352d7c962416dc6b0880a155e07a6c03ec53284215648f748931f03da6b1307f19e9108947c0ad8bec0e4d4d01f65821e476a517b33cf76ff8bbc8548c7f45c7b5bd99d9922f6e1db91eb15d1ec1968c37c5ddfc5d2d53d1765c9bb6d1702ece51d2a1edce0b2709b8da56ebfd832e2a2d69575adddfaa81493cf3ca3d2df57e3550af2fc3fede373168c36167e526e5108a9b9af9fc0467b98257fa975ea2bda85e4c0638ae9d8f6bf08025248e88a4264f32227a296a6b105750aea9ab3b75f324fedaf6c36bf8b09b16a1fc285c4fb9e1a35c2710e27594e2654c39baca8d5fcb5014c6e6515d46900c3bb758a8cd0f6876aeca59776d8f4c1e3d103656ed327bc71a6ebf55a376f8ea5d1cc87608700b348229ac2e3b47bc03e9f6c5e87db45bed55b6f582b388fb396ef520cde726f2643f0eaf11c7055b9db8b20f87252f94492d6831dd75c4c080d60807b65278468e4d3f0d27f9105073130ebd3bcde94d630b4a1a70d1727047fc1e263731ad2f3a14846c78bab2c40d60d0770c5d2bafc455265942b0d932174afe255b6c0ed4f1fca7750df031dff408c1e403bd3de2f375c2955bf8422f762772ab27ece35e3a6d6ecfed', + '9020918aad4ebe24bfbad9f9109325d09ef520bd79ba08986d949fade1592cb5ff9dc2061586c4063bdca9e53760fd8c9d5fa8d03b8673ecb3f8c82e6a9eb9f0a1be45cae2d0d6069e8d0d541448c2bf748147e045b8ed52047fca660ed3b917c0aca140dcd3fb0c2ef48eae70f47d536c84845560f77fb2a6502cbc94a03112a28f61ceca383b00353ab35c130b362fcb90e89854eb30f4e295769ac6ac2bc98f8e0ade76a69ecaf98605c4c536f33bd9ccfa0fe93d0800007331676aa0ae24d1d126d7a6c62d53c3010b4f4e1dbe5fe0614223e6950fbe4814e48a4923c30baf813c212340ef81dad24d6575679e832677483c159a4e1702a0176d2bde716670c6d524b5bbed3d8823536f03bd9c8ff43495c33cf5ccf1753e5277d878c01d5dc7784723df2d701319a6d3c1c6be6b92c3b01e244e9136ea171e10179ab818beadadf53755b900c4decdfb742b0e00484a21b7954ba6cca95302a0b1ec623fdb9ffd93b7c599d7e39a504de79394345ef271f55797129dfa19878f6f15c57bfbc6ee8a6cd6d3dbb874b833e1a757f01be2273f31d8dd8f2591334617bee9b2674a0a421e3171f68a958b14290f5f1dc943cbffecb7108c71e5912b718ed7cd6852d923957e7a0fa32554588872b4a1ae3ce59c50dbb27b283a26a7472e96b54406e2969864f70d494b9866c6785f6612f6fe7e25edcb4390bb7c235f452e50438fad01f18befdac52fe1a8abca67523f989d0d339464cef18d1a05827ca888af15c2cd669c6a5d5ffab685fe10d44f7c4b4bb14279830395db88b6787b0b44cebfaa63c03f717e5ed4a06589f1ae4410378fd2194333cac3cb4f9f09e95f6ceab6ec29c61b0a250ce426b01216fe184483f1d8819b790bc285f627fd6fade74922108942d9403aaf53d0cf6227ccb56058f92b42295faedb3205b51bb4fc9f332a9eeafa2018a59048262841cb1e02acdd30332494ec9c56fa04b32c61547bf2f61fb4b8999c4ef7ecb12477aafee76f3b1d58ef8528bb7b047c88f81dbd63cdaf1b4e42ecd31e2b67f82bcb6d734cf39949036aa31cf49179f59c4791403f0b7d182260c0c5fb76e083a606bc85197e203a9a5e97cf30e280f557e164e4f7f587a097dcbd7bce1e7fdbfbf03e3d3659f77a8793084955b44206218e3fb274d3f63a157d8cfc806c6e8794519ca28ccc489130d19f934c50e7af6215cab09cedf16f040ad550f7a8d20fd7f17ebd011e3805ffe004b4fefe9679823face8588aa1c5cd4c3f801d1ad6fc2e988a947e99f1605a87deb4520677eae9d48e6291f32ec6d60b7393d90a9fd5000d6b32ec839b29ab8fd59c2fafb38cff9c17252d71bffa880e199112bf5822b519c79c31255de959c192737f4272e72d5ef039164a7ce84b1fd883b282276cb58447dc37c76027cce3bd412907db81d9e4c0a632c68e1888045870a09b3439671692f8e4b1cc6b6cbdfe0f154617e46df430746b2f1d12a5864260c452a814359651fb222ac83ea119fbe42b474d984f57e8aca7cb505f0c6d3e5b06eeab8286ce2bead87b7c26d3bd5fc85351a623e9d58f56d0e450862381f36a4eb9640dc384c9cfeeed11ad6a72d0c375ae4a0fa135cd78cdc0450f548a0a9484f9fc3c5281d2b14bc6af5bce00f6de79a460e4e1414c1c86a75683064f2ae290f79b979c8def99d94e7db7672f7b20477c112810bfb149e3e3ab68a099fc5a5afb67a7096fc88e7fcfa4499ec70492c77e84659578a708ccbb6d498c302807cb4d8bf302f10498258f4c99d98f3c3ae2f1e222da34d4602976c4ab31dc55eec9342d04edd94bbfb3d79b308150c8227e1f52e846bae059e25dd718f7652b193dfa766033f0470c12efbc95ffd25352844efd3e41d474fbdfb8cf174692548f', + '562d412b2b65b5b906848ae4c8b6cbdbf34726e6bc659d4d62267f76bfcd974d1d49a3e84afe086cefc8c32a1d3da30e2933b53aba8300ee200c73abe7fa1c98ac489b243083d5edabd1ede1633370a27c07cf2f12d113c2853accf414594a27ae321025047c8605e3a8ee4fc11e996096ca5b0fedd73c903aba70996e738ac4c90fec35ef72827c3f53b0bc6088880d1c844120721ee422e69449e21ccf4235a5e8169a19ec311a66dc197267f8a474b93d69abca2d743e32ce3e1647f5dc43ebc4769ca972fba6014a13b8fff7555c13febbf71c8c52adc672367f166ebeb643acf485c88c48eab7a685d5500c038cd2ce1f4e91c4e83649871b63b2c1525654a7789b9dc380ac31f7561281bf16cd9fb67df6515c9da36416d40b4276feebc7bdea28519e0bb5164570b7bb98f6e722bdbd3883dcd8bbbe2649bfef162c3c43f632720ba651cd0f99ba0c25200ca202ebc75c4fcc034500bf62c7e1284312715b38c2f461bbbbc4fa1c58e8debec6e74883aadeb5850ad1e9076a3f34ab35f9f3e55f3459af49dc707ee52b5a751a7bddd96a581fc6d2daad20f131c2cb6d82c71f93f216963d0003c8f9171d9a6763b1b2e3e5902e64c21295a4e15b0d82b4ddcfa4561ed960d7bce2ddd4ae93754accf45eab92258a32214ecb7486d83b393fdedb89fbde7a0aa2b5d98995ca0cd6378923d5ac130ad2e133ae15cc9561b6f53280b3350f5340bd27345e5ba5f4aff9577a896760ad495a2d95eab4aabcd605b5dbfb52d3b2221621387c878ef47e1a48abef49743b409422c71bc680143e794d338adc916157b48c2b0ba1ecd6eba343fd31dcb77c5e98fc8dd18a7f319958e4d2885bb32688a04e56323227609d9b2fba74a892384c6da12f34890fdb8dab61fe1c55a0ca5de051011ac1a75b3d0af628e3346b36b11bfbf56b4a99d9c279ac006e54c0157d7e7b74ebd6d38e72f97f8fa308ab3f36abf0269f5583f4e2caad20a7df7bce9181b6f6ccf915c3e56eb239dfacbb1b83246a0cf73337f492a74ca5ef7f39bf40f2e9d0e5b3d4c03e74776dbda901923f8e50ed9c6b1ba17c1671d96dba62ae33d8fc4b5f8b794e2410b6726585e76b12f18a12b58599c2482204024a1b5e64123bd6ad620a6a353f4c579100cbd470a656ffc36b0a18219ed0ed69ad2795a98424613e15b6103d382f4212b6003067a0c49948e6810084242a1456bf68704431998448a11ad32eb7c1603daeae6219ab443fe84d72b8b485376110a86555ffc2a527112ebb1ccf630b9759115cd44e6dddd9ecc865aa7967ffbde18fa6ada0df4d32e2e32351e9e514d0b00693edce8e97509c81e33d9a738b0e0f9cb4e1f02f9b8e03e8d9dc44e4e5f488b6da1560b77a8a409d73d9e150e23ee3f91657b75b9621bc666523a80984e92a49b9b4ce908f7020479ee614a60c33a5cb5479bd0a46d455855090ddfcfb99dee6b832dec0ddea84a5ebccfc1f12d79d3df7aec9e5b490156c2089aa6452eaecb560f859f06ce1b3dfe2f46161fb101374865da594e73b46446078d9ea8fc69bdf386c06c7453bf61e0bc40b14cfc84e9b89f017bee7be2e3495c43035bc14348cc9f7afee6fe2958aefa5c1e197e697d888cee80bbd02156549d578eee0bcffe399021a0cf2bcd84a15004d705a5236530c5fe02570ee45fe031378bc04a5440d32f310cad7b30687053b756820f473369c0bc6b1086905284ce6fa482fb94b321c3359d025ae696848c00271f1b495a6c13a645a8e5d9c0babb6c43969df5b78dd2bbdc5e494471665f5bb35d67ae6cd025480c509b153cea8eba038baffbe0aff4204511d4fe9b8e4446a59d62eacd3e7c1e39d814d729acbed54ed2b02ba0e0adff51dd7c697774e14d588fab830e0f8e95588ff1941969d24a8ffc3ce98ad846c5ad11ae1997b2accc5684900ba1abe359d2e89fd07eba5f966178b4ca00ef750f915ee8836eb00d602a1cbee92acc00b85392ae10ec06bd254dc8964195aeaf39a8f5ca3b7ef599954dc886bffbc86d4d34ee7', + '5310977a5f3689bb9acd32b9ec2a60a027e912ffeb3c7fc1c7835a5fa01d5554577ee4d0a68243b04b01baae69a420d52bf79e39aabfb5e4118d8213ff9341a32cb711c650e6f6fa40ab243c5a007b7824644e45302d68cf43205114b53fcd541be2a6c22409ab80c1f1f9ca89e579725b57aa8c452fa16aa4634ecb8dc8004f6c282b2eeb946a2a16fbc0c2bcfc23a918f93b76b06d679d7e7f019e4ed7e37c67b029716d2e39e086f2018bbced8006a371886c3b8ec250179bf2f6bf137cc354a328f37280228a5afe458d515f987143e819d4ac3bba6bb9e0aa3caa25d50d7a28ae1cc2322c10db46123042fa74d341867717cc1b58d6aa76b0d6d5b4f6402268455424eb5f5a4ef3f3dc59671b12e572299e63d7a37a32848c2e0869e546948a74036253c451fe2c6df95c4e951877d5b7d03916a43d9b32c7aa0decac0518b7c491421362db321a0aef1456ebcb3fd6aa14158161082baae8b4abe45367f617bb668dd342e131e5512649282415859e89d4c1bfe4c42c1177b3a9f9e05375d1e3ea0a3a6a4c44b4ca07c36c48dd9054dc7703793557e492fc0fd0d45db0de0ec48683f1e402b3affef849c9600ba9212c65a4575aab9c52002fe81dd16879f5e4a0bea0b8edc6007462a5e77386182dff056c005da69b7c0b7db97b45628eafcda285eeecf4c5ccb4ae9d6f8938259fe0c1221d45322b36a3600a97c086656307f29e838afef73e4742fa09aa0818a0540090551b3692a85240a4194abc463a18fad10899f5a57bb488835cdfde3857e52b7c51e69919fc9f8650a8ebec785c8a20e82522c017ae83e602112fa2ceed1aa8afb9ae4508571298d4ecacfe44f0e5cea9812c4795fd3dc63dcfa33c22897be0f1347c21a7e334dff88f94daf21eaf6bdec5bf726790698ffe3f42957c54913b096a57153dc88cc38636ac69ca10725f4d98e329d4908fa90b0914932476e322c1044709142ea3ad448bfb9113ebb511bfa3a1542525387c2cd4211f6116fafbdfaa54e5723cff03fc36893b17da01ebfb8e00dba376eb702b4872227d5c5c2f2c038791a01a2a2e74df5e501c03dd54cb0009a693ac30edcf0e0e82be71932770b8e7f6e6f1ac97752d83b66b8ed1b4f5a1c39d40ee8f5bdfcefd296d7d274a73707cfa8be90ba5c6c8ff574ca46574421a36a9f1659122242f48fdd1a79efffcd44f86d929d1bf3159da19066d22fa7a136ab0ed39bdaa66daf6e8341882b0d58c678316da854f7c881ce6e3108faf6533689b7d919b5b6c770fd1dcf85ac4c43fcdd78b23b0bc70fccea529b535fbca233753e995b49e00ad9c9f126eafa39295876c802dd96ed55ef83e21869a47738bdfbf796f8fd9e824a33c1ea208b507389f283d1f88cd7355a09813a848f9261169c67544b576ed852f8f48bded61eacd1cf509224641118ad09d4746c77bac60dc52243facdbd7784580d8e7e61205ff07ba2e5e993279a48f3404869d33cd1e404acf85fe726ea4eff715477c2d1e73675ff2fa0c08714ce6459490548b50f49d95be4132a17ab234dc4906361bfed444cb9e1f242bc22adbb93d8d74e9ff89fc1d3999d1d2c2491d17ba4b9d446dc8a7e879f46b0334e5797648a583b7a08664c988b5626c0f12b091b03f371032f7979dcda268f98e26c565fdff0b5cfc92de81f2be6dd729b5f730750a8fe8170b1cd2e050a3739a94c96ea3c49340db56712dc0dc7b7ad8d9fadd50d32a32e2a93e6ffc27a5da1ed88c7a831ba4cb057925b63b3613bfe426c08188c292575c7b065d674ff597e399166fe62dc56541a40202a8f5bd0d1446510266014ec04d297b8269ef1b10b180703712227e76587f11fa524001cd31deb54a32b5e6d47d5ba5c74c2fa0af4f35a1b85021576613b15986804068650399f43f3409e2fab3b88d1456380bdb875fb1dce752d99d38e3e28f791d793e521c17cbb323cb9cb9e83a52d132e4fb1fa6a98921de8b848fbcb5fb86febdc0e61226d5f92b29215594b4670345b479e0b490a944edf581e2e5d9b4ef0bba53872127444c4a82f15064043d359701bc922e6e2399a6a0fdf70556a0fc6efa60fcf12402f5a7607471ff31bbae53562cfdbf4bdf6832136197c535a9f54c054d0e2b24f63b6c4a12820e43c8b89f3831e80d30c5f9b9d6138acd7db621d0618485', + '3cfbc77b8897b6a5613f62f6b1c89b0d68f272c6c19b9e0ec6331ef616702006e64322d3460a57d3a5074c719811cb5dd78900268890da0ac177b40d487735489da374843a1a6007198160ae77b1363cd8ac29f24bd66360ef62987ab60ae8ee690307b5ec309be8c496e5d6d610a453714336538fd501b758da1166e88f02a0524b218fe5b2ce1fae2c25103d96dd4aac376f70def57bb705c868f967704c0561630b3aac0ac254df2c668535aba8c8916e1c72bf9e9b09fd15e65aba138bc69d330dddc99e3f2e607ff15c45b7ce7527d18580bb38275548a7d0b269e28a8a0fa46ea0c5d80d55380b0ebef62218fa7648f2c3592be842ef687128fd4310fabd9c78ac271ff3726fba04d3cf544bff86bcaa6221dfa679f93f10e5fda0e4beb104712977daba2d0e731dc258b5322b6013f6869bbd29a26e13f410f160cf7df3c5a23f3e732a2d1b1d9fb419ae94270b371e57502b386457ce66d261eb99df89c5531402510b1ba1a2d3d09ba5389a8f0e6afcc7929d67bb57ae53d6a90a8e7deeccd34edc259ea5e9013f6503e72df582219e885b1e54a29614bad802e92fd72754a2a77c405f31da7128ff316988447a8d641cec84d31473e030ed5e006d9d5734a9979923054c5d6ab4f295865284ddf4770aaf968b1ad659dc9f2515edd968b512a59b9739ff5a360bc5990634bd959ffeda0a1e25bba7c8e775bff15a92411d025aea64a351b91b5400a4b0d5f889d6221567e24800ce7578f7945c5ad1cab4a33cee52ea4a6262b82c1d4dde3da1e10b422dac9def33a8b8ae0c1e959debc41dd51028b7f23e525ed06ea5f692c507e0e9c442cc93bfa9ce2190feb5fe8c9398adb6b0b15233356e74fe80c601dd91ca92946c7cf158bfe3d986c55ffc956a3b4a4ab081712a5112a035a6f591d1c7f0c605f45513e7341f5c583b3da0ee912e3632f1ce570cf070dd7bdf2c4a89f17b0c7fa10100554ea9346c28f7f180509af9d83b410dbf58b0b238f21335ee5792ed6a3a25c08856aae82c5435f731efa719a256829a2dd1fba8d4a85159e6415ef02e886c5c6a934901ff879ebbeab57c20fa0938063ca57946b7c98fbf5af6069d33537bdbe24faf064c88da4494ec4296471d0b5ad61a51144a1d746d33bfb37ce162fd45d7d0037f7d20929b15da2001f05ba59de27aac9af36ba96d57e48d16a17f98a233606ef5f9176ec657c73feb5f88abd7480bb1611b7dd5c7b0adbbf2d970f4fbdd4518ef283515cf40fdc6dbfb6fc810f01689f02b19a18125616698f3feba57bdc728f5724130bdbac3de5a2cd7a251c2e25bcf8908b5a59d4ab59155f192bfbb30c78f3f056699ac60afef5a87e1a1a6b950879f11b83a02aed1646911233abfc61c46f747606afd1d6022ed482e0984e1909fd4fe53493bd6e199952616d0b1d350a102d0c53897421a7b4de2319044a3429f8f962dd9300a0eb943f71289799d8a29c8683e0c61170483e31d913ece478e0f3aa0eff2c992804bda4dc06eff6df364b2d673ed43e347c115c1f61b0a159d783ce5409ceeb55ed7c2f0c8862c8ab3dc26e40be325f00abd4c950a30e0559762fd2dc9e087bcd0e562a8d1dae63ef1198d58aff6ef847600f1627284394ea453e53f31c57cef00fe243d837016cfd5a150fb062f89e8b3116af0d91ffb49ead55ce52154b59613a96f768852a58688fed595b995dc64e8782107e50a108e946fcae541941af9346fac1c858879ab32b886ee6f30ce3f3dbe7c6f3e4c5e65c8aa9708388d946089d741f725187c86fa55cacdd10948c3db6ae5ef8dedcf16ae0c2b16af4709123a6997cf0d0c945e095f08fc86273336ea04c3517af64ae8701feed74dcb635870ad166ce86bab7d875eaa41379375e191157e5bac6eb625336b4913bb20887a532c26965c3ea8299bd817658c53f80cf9247ed6cc5dfd132277a291a04e62c00a6d3014118c73ab6d57b7302c71a2ff4ab92a8981cc06fa62cb621aa55ed771bef89aafb15df44b2662f269c0f45d01ab5cec3e74c1b9241eeff2767257d1d79656ce2fe1ba1350ee8230daefe5105b44962bbb4d47fed87c6cb86dae413738bb0e325c4ba9b804ec3dd949624ba3563eee50c9b363bd5da4c81ec60124f1dd54a830fd9735cbad491e557fc12efd38c1edc1304e1fdefcbf8e8b4b1509e60e8aad2fdc6d6334942caa0c44b3970849f419e7b8c78249fdf54367c28ff7001385a497bf733ddb01be6b675fe08cabd300fd2a29c694e7a86d7119f41af726336c15cf6f54caa83b27e8cc9af118ce1c0d1ef34af25e9e44509f0ba95c', + '3fbcbd3f57a9912b9717f91e81529f6736c6d06f8bc1309c5e7aad742b51b106da589c85db137137757ccf8d5b4a249481731d8c2df061d551c07e13182f238abf5891caa6e94c91a72616eda6311da1698874caaacfc0c26bd034458ac0bfd295c38354dfb38a02d41db484898df457980cbc722ae6b62a55b1b553a98aeba805a25c6daffa9252a46a939b2de8107eb307dfccd4beacd4b76beb859c1710d2b7fc035b3e44ce49c1149979bac9d9de6582c420d1de08893707bc228cef971952d96066b31ca5aed023b06857b9b73e538353b649ce3311808c1274a098e6457f425bd837077f4b7ca0bfae2c3f1267281574d5631796343802d4c1019c671ee53ddcf7f18fc4e66a92ae9462e352228a3d0fc7474098ba0871ea52d683816b2dd5cb0d0a3bdd4845016562212ddf3522050cd21ed1a06a97e23b6f48d39bf6fe0f1060a9933039b3f6cb6090a622689774533f1053180d8e5cb15f7f161f8501f59338f72026815c77cad6d8d581859192cd56444d676b94e8336ca2d374e1dd8e3ddf1c6928e7ea8f490b20426552ba68605ee347f54c528daadcd99302d23be2f49c3ff79c340243314891763799b7fdf5a114c92a786f53fcf84edd3120c3faa1b68850eb304e9d68d553f85d20335a7565005c6eb694421208263969921cdd2d7620fe7ea376a4d7fa8d5041b0d485c6f3ce8729d06963d4548c2f12f1ef937e242f89bc55226066ff680749104288d293a7d3c38c95bd2a23a6489405e3257e08dc770c0ef9dafe2b0ba4df0a266b7f8cb3c7a4b3c158fdbf9c0b5796a19a13695052d895a31985c79eaf6a642834b72819eb340d943d336e9701c46cd0fa2791b3a187b3c925e51b4bb152e7efed61ad02c7dc61b773b679bfb0414e194ea1c62ced81301307046f3831fe5b249d656495e40279d1026c283ba23706249d6951e3bd2dd428c6cc0b8db7d8886e4dab95fbc9101b8bf33fc2345f0f5a98ef677a0199f566b16a233673cb473576041a885bfe6c108d4d1691d16d2f131e4c8388ae0940b055fcf33a12f6b32ce4ca9c84de0c801f7e18d8db3b5601f95dbda5c511967778bd83235d91bf84335fa718d3ac7ab212075d6fe999a2ebd3fe49b57753c7008790079be818af23138fa477bbecd06cb0cf23c20314d7576ba8f99be79b2544a577914323d14cf6941dc89f85c79715c07f72b970d47fac8704d43f5d1237ab991a270355e221667db11c79786456140bbe523c7a002152f0b9e28920e0859e2d20d4c3c773b3dc98f2a6eddeec95d35935cc3367c046b16e702b627a2c978327329d6bc2ad8cbeab8970e4fd86dcb9718be786803e7531c8d1b8b0b11ef6c350f78ce38cb733757f1d82441f5bb42e1d69ac1e0d9f363ac883905d0ee029c77018a8136dba306adc57e2f78a92a49a237721e1560e1134342fbb4fd997b8f64f3cf9e3afde0c0489df9ae3865435664c5c50b8a2b18f87d57c42705a6e2cb7b40c883c994a4eaa505cb2f25dc9edf860c1418b3bb0379b73132ca6d98b0b74692f5c0472277ec6f777300b551857b9274dfb43673492d8d69b81db9d16e094344e7d25839c24bf47d71e15b86af81169a986c66f6526a7c5bd49f6ef38307fde11f48514d2c9fd082483facce65a69ed7ceafe9b6a7e6e09218ddf1718859c2f1fc80e6cf1f4e8020868a1dab504277c6f2fd2326c1f966a6e557e5de06655ee2101a6d5202ee8fc29d4f229fe7eb5de2a5e297e929388b04da7bb08b55c11e5bea8379587fe65c02fcfd503ea5179db547fedc50561aba3658d7e62c1ee39da9fc4a8f54fecc714c36232aea104dd3a95980550ec11660b5f0eafb12ca433966c5de13da08076c18d93f1734a1f47c597b35967702b23afe232363e1e0668e1cc7ccab5a143da8f346cfa9a0d2a2142ffd7d151b93849589702fb51be9d408267274ba57bbc5b4561f5356b13aed27a780d5558eec040ce2585e63234f02443e6694c54557462adbb358b2e8433c235a85ccdc237496fd936c4e028a9877aeaf147b50b58f1558deb34e22a883f593b37cc21d8bd5d40416fc5cf7c45ebab402fcb6e12acbd9eae98fa24a8455cff53ce6539e2a8831acd7a929d772fa3200d49fc5fb17860a3d86b9037f0e6111c471530fd2820446547ff33305e90374019e6e27130e460ced20bfd054a91e618ddb33456f14c268a75a5ae727c8f30722baf868ad61a478666224974fe6f645bde51792a8754b3ef1f150d49185515200d4cef93ec3f9c325a557d6e53a7124d11960863306173fd0ff7589f79096eb185642575ba7ee83c774e9fda92617957402be8e7359bed1c0cf2955be8d4c48d5c9f311688fdb20b85b5ba9f04c71fdf31b721a0de29a9b5ddaece65adde9d1c5aa71a609ee482074c31d3a7eefe8e4fade3bc7472332f2e4bd40aa5104e84c54621e83a435ce098936bf4d9', + '1718a57fe1a0a012daddb0d30069525c5abe69147ea9df4957fc8f7f25846307c53ab9d333bd0c884d00d0d5da409d04ca3a90cebf9aef74cdb60b0b7e7c6b171aa9265c253d91f1282b1a96b5547447a5b6f512a4e13c25f0ab162b5d25a3d99dceb4c3be067875f4c558bf998c1f50729c5e8634670f8546447887c9665273d60f2bb00601093b383650f78ed0e545b95394d57712afbc59e7f8c6ca27c10d4dd552ca06168b6c7ce5cbe79d08104f03435fa575cb66f1b1fd6090685039d08b89f2bac52e482f493c9037cd1ce695d6d4869f377b7a4cd4ef768facca00e31791d3274b2f86ad25a2698e27f5b040bd6ed36ac40834f64c2303689d7b5e6f7957bdbaa1038e0d9b7f1c94b179b5773d790cae245cdc17a103cec6444c9d9c3a41781bce90a878303c72f275913f63e05dfa15605dbad659f6a14fa7250491e1b9cbf1dac01b166e3f33507b26942b2d8265457ff5155cfe6342abd0efda77f62680e5ce79310edcf12755c91efdf9ac5115e6890b37d117b47a83c790687501f05d9eb1a5308902ba15aa6963c2f2e630d1a18786665c2d50117f92f2f6b48b7e2bc58b2b61ae6903c7f763db2b406288621e8050eb25c79fcf463bfbcb5c1b3ab10165f30ca6983203e3bd70800ba8c291047c500e556d097c81ca9531943a8bb9fb46e5799817b192168109087a414424fb836e1614a8f6dfd745a76e846fd9095a36e9efad6fe63c39b78d0cb6b478e3ad9e924d89fecec1f1b619cb55428d6bc73de7b80d273bc8f465e6d4e789c598bfd4a4f9ddf9f9ea7624d3902f3b0da4ea64c71adfc71600ee95fba833499209dc2e8c633721df220f98bc0539e3c27f6ab2715e4cd8e1aad04eb4d0c57b49ffaab232d3c0fde9316419be729cc114c3f030cdcb7be1038f4199f993c3a75142d16a7f90a0157dde1cafc01e7f5e6c3723e4c4ab946ae477ea7db23b5656129afa5e59e4fef105f2e062ab520b4030a5acd83c44c1fbec2a7202c70ea50ef4cfcd95aa15021ae736573b655668f1cad332141ee0281d836f83302055d95a5fa8f117586cd6178d6f2a41d772bdf9a0895e9e53c5f157110fc210a65719bfbbef0fec4c319f705d68007de9ee32de1c91d880c23b4532fed3d9a93f5e8ec7706ace1d6fac88aec1e882f58411f12aa4b247c2528c4c35b2807003d4b05ff9e6e2d7b0a825b65820b658b38e241f64a2b3536aedfe2de896e12e274e96b5dd851ed1b0dee354f6e19b29bff16fe7157d5da5827adb11d310bdbc1c9358b8fcb6e86522fb2f88106e5f9d1f933a6fc49d78e511e0691f7f89dbc1ea8d3e8fdddf063b10e6517a2f2eca5ddd5ecddff96accbb2009f180736a04e69a229063096a41fa81879154da89a31101386f603d4c20cdb6dcba5b371900d3333c955b06bd614a7ec6363b9ae7b461910b6a1a16ab3dc6db410ed95400972fbdc296a05e422ed50e8b8a59f6b0c3f397be04340fefec4c97203322518591a3419cdb59985f704039bed3d6764c99721a3986d6ad80f307f361725db612b5d6c5b2acaf3d7eee3607475adaa224fe842364382a7ac61aa1f6ed13b20c0ecc7154ec51cad406715d810e678c039ebad1b9276155fd2a2bbfa9aa5e4ad9e19e1bf33211d1e55fc15daefc421420239402e46a4a82be12ec0c12819b4da8f2f37dac6c36edf9f0a6df97f7329b811c55bfac153cd746e7272d3b5a11e3feab933e868206459723e88b42e88049afefc5af1a107d7c1c12a2cd2c1e0932657346078a5cca02475f4e08b9b875453106ac7b3543559ac8f92692ecb3cb6564b2d380bee2c94b910da1ff044d57b88fc7d2cb06960e59d3067a2482039fa284d103502cfd4d49fe93a91729916ec9529cff4593f2efe0c4a0682cf9f5cd114b369e20dc939c23155a2ef9326b04a101ecfa94e63d3f58232eb65256709cdc434a6c97d48dff025ecaf84c26c25f67241e8c5e076147e8791a2d3da35e5628f475345e1ed4be0e624bceb90e80c844449c7d4cfc444fb94ccb9596e8a64120e520c01cc24f216ea8467ae8f18c8760e8cd9505cfd09ef327a9b6042b30a5e99eb1d67ac6e5704bb921c280d7cee4e298199b3288eb7ebd8f1c573076e4ccaea7923f203480f2cc1b466f2ac92e27f2dce8597a2d7f353f0e8c42c1d0aafd958929c3b51307f01a581b498dcd9497ba3da29586c8730ca22b613d60426a7fc6cbe029e26c61b25cf80a1752eee87d5f42af18fd60af4b0e6f0311b5d20c9b6af51e3b4e467880bb817aa3203112210c7478aa88fe1b3aaa60db86678a7899a98f4abfa1a933a25f7dd3b3a0a0facbe7596312cfa99f219f884f631f7296c1aa22ce7e859e7a5f6f737c10794289c3187bd91a79692347146fc87284914f5a96351140a02b350114ecdf82541fa550c86243882f468ff5329baf793fef89ae94517bcc9a5b4cce756f63d0d94037bc1f9407259849cb7321966a41f7942d03cdfd74ec1c33a80fbb8470c4afac284d449b8fb95d79bf0908e86392558924a269c16466cebd2f0b0db36e247f6b5e4c60ff410c25df54ff0f17003301d554d38f25b3035700ca0c9485c5b9f086c3', + 'eeb1a4c660be97e365dfe42a4d3400c6e661caaca02accd2ef41be9bf15b4c9651891a696bc60408b0ccaa2b4c2d2cfe079e321a699630b42218e814a9cc30492255f51c85df8042fdf7f8d68ea02806fba3830ce72665603a809c2bc64c27ff2bbc3dc6f73192f91208d5135ab67d448a17c5696003f53cff23e4c89202bb213267fb510ae3c295b8a64acaf796b2227ba3011b1d5468b238a6c7d35317731500fe37a4031d987eb7795de3ae6a4f0698ee3e0966424428afb44e3552b3d7445d28f7a72d099d1dd72a1846c757dd5aa7a1841b83f513082af37fd4d7fc7016108d4542cfcc58d8e06183db8a87e3857163db39bb945cb9720b6499291dc5f4e3d6285d3091511899c5a58b3e22e9efbedd4c4b5748a8a34fa5056c923c5f449caba9e0997e1146cbff863c2d4f770056b6de399f387e2e886968365882c46f04b3ceb352bb1fc83eb72ed79d37162000979aebdb8d66c2e7fe97ddc4167edee397a1bfa3710308ba94a645d7024db78628864a536ee8c7320d9a4b1e2015f801ff2aead4c8466c073ef56c23d7a52dae10ad3c4f048da5323d7766aeca0f242591701d2ce76f5eec5e2336c8dea5ea41f814aa1676dcc4af373818bb3af6cc19f87b41f4f70645339c398a1041d5560687c57df1ed5e8d71a2e5488f985157a3da533c751f9489a29f3e4f4125bddac766c79b289199663f2784de700da92d8ce001f8f488a09102103a6fa4b4e6dc4a3c22ee038917b8e26e1fc1a7c185b69bb18c5bbc59b2c71a9635d18116d7c658b2de5dc9fe60ec231ebddb7cdb6d599af6fc4f14bb5292b4da385d207318feb97004cfc417fa68c8df67133683e9814f5659bb43d6095a96834afbc8f232ee351d9c2e3afd6f96995b24511fe38293847aac8692d15e88893a7493c3bbacfc9461ac6174d747dd6037fc7d7d20bff8ff09fd9a49d5da8255a7bd0d57f70e929de63e50bace08a4e31ef7809965291889ac52deb00903b1c2712d51cdcee117195159e3540a3c55ebb61e40bbd8465be90bb53a0e96647d9841cc486d67abf3d14d060289b26a5740a778a62ba1a12ae9cd2d96ada3824f9ebea3d87eebf78d8a804c95a2ef1b12aa9a0d9a30e9bfeb4f9ac2dad359e78d9d91b9ea4a814a4f0f923384e7e8d6eef137e60513d82a08e41c7defc9e01aa15e61166717522ea0272cc3b7a0c62353dc250acd1d9569e770f865bbd75fa3f1a6d7c3352e862ae899f6051615b08aa9350d81dc934904f2bbd9832744fe0be7409bc73ed744c7902e97008a8ecf9458c2965418c01b838f8c65dd1b5ae7d8e9f3542a6859b48bfeaeb8bcf9524ac8c84c698a6beb346f28ac447e805f3f956186aaf59dfeff009be100424daa4aaf619a2d2bbc5bbb5024e41f6b3c9c31c7b6c2472fc40c4daecf8e18996cdef7cf8c768b40f259d9acebfa9ead3959e2f8506fd0e0c5ccc51c037fa7c9403678b3afa62bd0f72db60de5b6684d5dde7daf9755f010888690d29d7a56dbaff9f6e034f3b4e3b21f79fa7ae2265392722875f33b4dc8f482d5580748cdd6a37198e08125cf810b774bfc12447fc5bf5e0bd1ccea8f0ff307bd37a7b1b3c203e48739000423b3ea7c539a15a61cadcceb504b8a2b5fee6d5e70f6e77cb0a8b79bea76175759803777ba5cebcea412a05e1c6b95c4656c48d0151d2e736e8fa6deea1c30e818f1dab0a7cafc84c0fd25029aba557d48916da3d534e35c927fbaf5afb5b27d090dbc6f436db0921875421eefbf3320b065c41fd7c47000c780da2760c905dfd3dcc3fcb5cc70bf5382dff94602957347f1358e44543c27b39beebd26de91d61f66d89e266fa2d21a2ce5dcc50ce440b23ca936436daf98fed7dfff287ebd2a95b4e49fbedfb094147c3a0f9464894d9c4e0661fd96311d513d93358f30f3a2dccdcd45a4a300cdea79c7dadc92ea62ab30365599572a7c54d3f3a7827d9b079db97dd90143fc44432c7485c51f714987e91f5a4038027eaea3e79d2aeb1b217f81daa2fc480ac3c89b2a57769285c9d981abba1ac221eb07b5585eae04dcb82b2cceeabe39941021d0cf9918738da94901c1bb4e7cf08b090f2c333750469448c240f76f9e01f4f5d34c94d24bf3b27e7048a705efd5265abb4d64ed56c27c7f4c17133500b937ecaa8a8dcda11eac21d62ac466a13983a2c1a139f79eb63a78d03d843be524a1af5f70cf30fd765fd93c4e5b9a1c856b8a2712f97eb08b94da599992a7d8aafae6fae5a124e763924fa99cb3c8e81fa6b9f787eea915aa534eec1387a25eb3093981d34ad1e84d0f2b25fc16198b71fcd939e75ea154793f7b9393a95301a7974efe21135e879c9c14b856cab58fe1358ff31c928df5621f0a550142e348ee6cd078b744f44db802b26b9218c37cd918852f0dd29680ccbca23b459879bbf05065f87d25bac10a08ae4598486bd8c06e63f4a266e47e1fdfec4b48f33ee3150bb5855bfdd96bf878b04e50a2d72dfeffd04bc3959e77c24e8f8ff09d5a47c6646927391678d3eb195f8fa36e2c02fb93753a58a8edf11fd2340f26ddf470692529e6ffb6c0824cb2640f77f395e01ef2facc49e7f8769d3283d2d3fa34e468149ccb9526d9ff810c66d7b67a384ed1e306067e9ae88da43823e0dd3d432d29fa6bdde3aeead2f4ef0eed464b3dd47c3041f2e009e4bf9caabd412eee49d3169e3e25d1951b840b22045b11aecdfa859f5597557c1592ed51', + '22e9355dee8f5bd9ee753acca4e28a5eabd4dc284a47d49549b3928e03d77156bdb5f4b236defd4e7fef405c0d5cf87e0d6cd8e6f78545bb66aac2bf2742ac30901b27ec13ae58d813a5d581f59a59047b22bd2c4d0a23dbd9e075ab5db50ed44222b651ac89d43e4f9ddf85842516b99cfd7142745dd7bb495d9198ceb9ff0c7cd2892a2af6d94adde147aee18495651905dd709306c7245f2affcfa2d5e79ee63489beb47ecfc26579f645353f40d09942e9fed38e5dddc34ea89800922e53274f9c5773a71e6f8e6bd391a7df7ec1c5bd7e335b7c00b01cd1733a10773cf3e82cab3b8ffc2e1901c1c5dc60ebb602457d82585458176313bc47fffc0c7946d0d19fb32f0268876683b66c88eb5259c08adfb5e5ab0cbf4f160e2de9d94e1388485e077b43328364b78d8b4667b98fdeed7b9237fb468c79e7af0d01672124b799d27f9c46f5d3a367327fc2e8536c48ad403771d32d92383812e76c3d5b3f06cae163ba931a40cc9a8c9025f588b7a6d214ebbcb8299835101f0352e3652d1de575fafcb30792875985089717c03a9f65e1f84034a2681777bea8dae2a5b6a3f1758d8b2d26917bab042d3fd563bbdc6c8ea424ce00c88775d7202cc185a141f7c9648f89de055198f24946b7d90305f20338910fab812d1352b171086cb89efe59c72f5096b5b02835a2d3458adac1fc28fbae7d0c5bb05817a4d140c2c1630e0dfe9309b86a4164b6800f08df07b894e537a4a2891db94d0e4173f0ee85372fcd50e43cabecac535d2d22873e5493c122329a068b91eff820cf80a05accc36a81074a71d70398fd13f0334a1087fa8cc736b92f7b7dfb6333981fd86d5eaec61169ec31a477ad6bbe106adabe6994fbbc8928a7bfaa849630e279218f02a14c65bff3037a0f94a447d6f0beaec20a19e97310f6c1e0339700f6b6022882440365508670c194f5b0978aed7e4a5a03eb363e99a2e7e6b070891cfd04a0a43ef3fa66ceffe1cf7798957488a3f9f8287b8c30ea359b86a229b59b76ad603138240a47f3384285c36328dbeab4226621d0d1932c374486b1c86bbd4a88cef0d99f7e3c1ca34c8181193a093b392f6a95f2efad862e49af865793c8a11a53abca6b3f8d71c9688a58c3b244a2bb87cd2deaccc721a414c9c9dd1405a2ed5828b29034821b31fc67f06877d547c1925690bf522825200c9c2263d8bc768843303a174463426372e1f210730453d3b8cf6679671ab92b99ef37f0c63544737d8b0a0759770de830c006c38d18ee7961fe5921f5e3054c238cb38cc6b735376f01c9685a07a547a0ccd38aad5b3f3cf5ad0fbde3cc320b12393c3fc08b715b805a1f422e5b320828cc026cbb136fa3dca23058191d68f0cfbf7a129cfa1f67175db69ebfbbdbb4328a3a72a089a5377ea665f77f1ece84c0e6170c424a68e39ed43383f46fc8d225cc24a342050a7e448056a4fd178d4e4e75b8369bc373587c8541fab5be22ea695b68078acec60294faaa667b4fccd6e13607968daf694e1938860aeaf2118466ffada6602e004bd7da0946e10fb4a5e2efac370154714bddb7aabb7b51bc29847f9b89ad6be1df76e91d4a179f6d42b7694f1ee0fcb4d930c9561551244c602ba5dbb757ce9048d7ef8b7c05471e35ca6c975510ed597f7a35322152b2e8b2c3371538489f350e64b4fee4944ff00782c02ce37b6f89c623c4e5e66745b9a6b4fef0156626fab784ff1c89aafe0a3f462cb7d007cc6c34933e186c7923e7c466c215559bab05cd9e998d73309d94658079e0249e4a2953326b72bc6e959994414b2c00ce757ed81c4bfaaa0f74b802976f4ee82733e9ab69129cdd30e3f79fae60dc1fe7cd8e5e65db0b372dcb9c9df3d6aa248acdd3c29efd3dd7a5552a6c13cbcdb8cdfb5de9e111672174ea68befc769bdeaf6110223af2feb3b7335a83d952a8d66a471200f8b7b770cb1845ed1a17ca207e36c753a6ba87784dc4ae6d69be157ea5f8d52c1293a22c199f5bb3b580def1df9621db491d7f2e4e514fb129d6bbba6658d0f3976fd15e48c5d197357a805abac746448ae28edea42265d78364439195ad28e0ef11eb0e3fd3cf2202cd5861f7125d16d3d35d8f367f1768de2e540c1b40087882419942e6107fda84410d117ebf8ed78bb69449ecb08deba2fe9731de599645b9c9830425c60749239d486f371603111954db14aefcf0e8369ab40ac740facefa70505be43b8ff748abb0850a5fe14be775d8f964ad68e704ca529fbe3c5d9baefda9500bb9406b5931ee5ae0e1530e5ce036fff6091c71735819f6ac96e7353e3935e98286412dc0f8a9f69fe57fe1e05f9b2f4c59350deb0ab3197797bf2310ec9d3031eabbc5e3c88a6231b38d4cdbb8b08f4fe4da44d4aac51009840eed8edd882d012fd6bc2c6939a57c93a6d7b5b41c2ae5f4349d97fefae148a8fb1c1fd69fe7d89bb99802a25dc76acdf20bd71b8705f7cf6ba09acff7961e4aaf372a9d8a66a0788de4cc3c9ed1e2a8986fa7b59b2a6ebea6d546e4673772b151c619fcf0b23f0c7925f400a6cacb6dc08c8e4afda030090dc50307f0ca2b260a5153b879d49fa0a6e5e1b31aba0f6594e8f5a1586f27f8c9f73afe3a5933f10261409cced3a67b3cabfb20a5a995d5390d428352a039d302f35192eeeb715a607d486f97b73ee76200aa0eeda04508da83dfb8933950e1df42b28bb489cda94d2ed3f87b884e2a406b56449aa607459dd03208c445536b896bc3b1333a2f25f0fb4900234fbd8dff74678b55c4c3d3aa7ea53b8dc92ab928f6eecc14067f17726c124f37147558c7a345abc60161fb2a159e1895cfbd13e36c9aa3fef5a5c7fa0996ad5edd5dd3bf81586c9465c905', + '9ed1f4045de7f9652af2c672e265d35757e111caae0373890681ad045b753c56a9f8a67a54f303bcc732bc6d5bba93db7b5de381078b297af56bc43c3e2af982f8943a8abfe1a8815ad1d63c9cfbd02887615c84b8497fcdff48437a4da0b8ead3cc399b6858f09c2bf69d456acf9225c317023c89e47c6a6a40b3284e7c807681c82a141501e4f582ca97f190dee2ba77a560114405293a7e7a9bad0a695a0e4cb1955f8f848b75a7754ea8d4d1c7cfea33fb6caf538c23851f8371490d4c9a7aaf02e39e88ee02e11e4ad300504a4c65ea5db39477b00ec556f3dcd210610254e9fa0809b513857aed11d8da02721930f10d50b9189ae4874874566f1b9e2e228804369ab404e7b80b2d212b90471f937193a9e6df548b131c8d47e6d60d072cb3a9d5172dc90ee4a02614baa1d144d6927828e573e5edb1fbc71700e8b573b993704d49c768e445d3821b51de1971407b43337d7e55f1a90da92e85fa9e5b1350e107f82beb5025cdcb9db6ef268f1a557c3475a5ac7e4279bbf43db3d1a880118469ec015939cab68802b27b0084ac47ab929692f37ec66885d2f0bc554049fee2dcecf0bb897db542b10d2ab03a3e7a59b5a8ed32d87b01902e65bc320db64082c9c2a0182786f280148fa63d9718160d05735d6f74aa6d6371655c71f60effec9634ba78fb2d96ca920094af85824250eabe8bb43a9ad38604b84419e29b62a9ad0be6e4edbac9a893279f0febc326a9cc531f0812955c824d261b32bba39240740ecb62e574b2a37fcd6d64b024eba013f8c074e4e130deb67789c5686fb739550712fdcba57a42bfbaa6b6beedb9bd277616fe98c77622a67238d8d147f81db6bc62ba8793480eb9b6f30dfc66b7897094cab1168f57d785e0cd76de727d7301f764a30186458ed689fc7252d60e8b571c84924681fa84ba89f3a4773a6fc39d7ec0bf22c8994a7efa68eca887e54b42d4ebab10e588b1af35506c84e5f696f2191d16d0a06bca1ad3df84e6bf65529a86a8035d0228e6cbac8cd5edbc3972689223b1f455e39710da0b41f5c7b627c8f863a2132103ac76b550e79a0761e267b07b9777302b38cad8912bbbe7ff5332f3c3911c8a408a181a44ab730e956b573acdd03f796835ae941c4a2166695c423e70d75e85080919a10f286118fe97a0f9c0653678c51726d852a70f8e1bcc5fa3137cc35a83afe21359674a6fc3edaab5fd5d43746864996adb496ea53d2af0e854893250d807d937cc6e18590ef5de352cc04db779a76f13603824f4f9ff5fd6da0592b0309667d70e47b11f0438a243f4973e8721650f9b897d1bc375d213354ef8cdc2b2e6f4b9c7faff09cf3d5fa5fde9fd2d8728e3cafd1f395ad92b74cd576acace877ee9a6a08de85e978c7e24f0be72f1d5775268652668004e92ea659e64711cd6e6ac66400a566883ae6588751e851a30dbc43c689b8ffefc90ddc7caedaaf4c8a7a7c15178306dbc2a7e9933121ef2c2dba10faf85969c0aacb5b9840e5d9d8548417f78e05eb66a88301fd3a125bfb3ff52a9e1ec6422a06fda0474ce72603451e1675f49c78bb351e2e1fcd482ca2bcf3dd2a7d8e3d8e860b5704135d185fd4af143aebb5533c20cfea857b21d5b51d4cb52a952fa060707acc4944b635409bcd8d90d3feff8bd41eb3c8c43deb94d9564f08e6191f328ec28ca14190e14802ffef122db7d20cd791165428fae2e489a7175ff0e91e8719892486aa6bb0f8a29cb559899e8f4193ad8eb219f73006a6c58aaa360e02d0a9250073dfa538b4d34a7cc158116bcca0fa895d37a1778da928354235f670a1c62cccf361ebcd1f4d7fa1d419af0c0077de92cfd2880dec194583e26130ec7cf916c67fd19e029a59b2c11c6ec5e47f90e03794ab2987a46fb412f5585beab4aa69a9939f3a5da8806a570497f499bc7495e415f1f4593924ea5ee58bc5dffb629bd2b92b5f52ec7a2cd02755c97029ab6624fe7777173cc15ec44d6c0d40b3aa23ce6b266b76b87f70d8eef8a32c59ade786a88c203601dd97df9779a0c17ff9a81923e0ed3daf38bcbde6211002cee480659ea09e3a3ad20c2d5e451ec6b2d99f3f7e1b530c330e970b874faeb7ebf7c76e5b654f984a37522a0c5ed5b4feb25fadc4164b86e699665e5cd4cda0534032ed694a92d4a275d0521c177430a61c8fe0b06235222c41b112d160fb407766498f42b12673f6362d32181f68be5b809674ad9f8e6296901db57f74b63cdac271a0624968fa97c0bf568ad721b2818709e6262ed5dc981d02d2d1709ce9fffd51ed6263d8dd19de0d1beecf3db1ba886091b48099d4b340e6e751f51ddc497f50b2ada1049ffec6ad0ebe682b30591d2113c33548ff7a94505f8b62978869b0f49cbe816ab7b91305ab644268b30fadd1e8fcdd71b1409fc5c7e859b872b34ac4081f7589c8cb5bbd8e8aee84be20c2d99dabb992aec7bbcdacf34aef2fc89535813afdc027b8091b049cbcedb64ef4ce8e6a8a2a2c5280ce7b26a6aa141c38cf94bbaacc791193c4ca144e323fecac2757b3afb6de83874ebf0cfd87d4209df8befbdd0d113a94412b8c02c0bf7c515a76019ab719dd27c4e510cff6c4684d576c8634e0a4c572f6c56e8b37c990acfe55feeba982b1ead799dc9e857975bf5229e513058834c87c142647f5c2abe77993e6131c8dc458ed29cad99277bb7c7f739327ea5ffafd37945db9895f30c962ac61917ebf66fa8c216611cc23bc0d45e60ac3ed809a99cfc27f6070d3c1ab300bfbf74e8c2c381b2d28d79121f9da3bddd677ad9e96269b1b05cd3ae4d105683f1fa51a7886aa30899d8b6fe6e77bd7d760c3990e701c202a7b5045e6d17081b2473b510908c962e33eadd6d7275a807f44384e54baf2f56d6aba307e5574f301fd2a80b214fe08a686cf54971c0eec21eb362c05c93391603e4b690fef7b62aabbe328084de0b8600060779b47f1615be05db0963d667a8f70848e1fd1fc27190df5c57025f9f88c25f1a', + 'fb9de43c9c7860e1a3bacf321b5922ea1d15e6f43950c7dd181f538a60a10126d890725fcd15f6d2b4e152c31079c11296d1386a8f1deebc7fe41cec045601ca00df2a43fafcf0d9c24e425054eda5aafffe7856c7887da50783957d5b32cb51bcb39450edd555dd17292640b05cd69ba0c32f1fa7387b7ff92547a52cde66a5543439ef6d472ec8f99b87fbe96e5dcbc149e42df8d6f0349df1b8cd4101daac1089a08641fa8281b1ccece9cacc4124aab81fe88109e5ab3b10725b6044305038db527f329759f086e3dd721a1e8a8da33769b80c7a60cc1ba9fdb9524f6f771351d54008c6bcfdc208e2fea00b40edf3ee48055fd06c7f85e5df4ddec99f0bea14b3338b2eb190ab6584f5253c6c2ee306463744b40eacc0eca281ce5bc9f3054b73be827843918b1f4abf71591637bba7ebb680ce503b15e5cdbce9acf417ac1f9e4bb74b77e8a861bdc44c0944f0c3f8beeadec53914ccf8e965f665285f27b8bb41f050577d4b51636c7ef400414222473c2542d1202d4f7de6be2d6db3bd3d5208f62fea38bb17c720cec35112824c0e121cec21457f0f11a609adccfbb8d6ec08918f380242dc6e46061e404bc99f9cd58d6c306c0c632e0d9e8c4c1f5ead10a888184ac126c8e248ecacd3d4604378ee3e69077e1a715b834773f607f8e74653a573275fb002aa8c491614958f5f2ac3f78cac61f2612070ca0ad09ccdaf166eae48d7c228b34e7ce4030b779d1c3bbe827d29ffdc5c053cf0f8e5c4272b09626c3e63d4d602567e871cbf60d4a13246a6e3863e1f8a934f81e63a684c83a697a7fed27b01184bfcf80938397a1797c22a66c90805125112457bd97185e0757527302ca1f31cb55d00717eebd8a5f39cd7affc44d41cc7eb0460c9c51a6aff65b37b7a2df2371a0967fd9a5d3674cc3b756626dad5d27e43853c124e5348cbcd1587c30747910468f5549376dcabad07cc3350b1505afd8391b8bdf278a3621613fd0f173a51fae2721e712011731b68a3bc81b38ddccc11f07cd09bd0a24aa97685664512a085dfa5053c421ef4a0c6c3acc1c7d38174576a2f5630a46e0dec05c6d17919a52cc757affdc34b55c389f5a918d56c707cbbc67954993c2e32498a69579b9589770250c4bc8de0bf0d19ff5b8fc69ed26ca7ce04d4bee00b4227cb150193cf73eef858ed7f87255904dfa96c2d80b2cfcd824875dd87d82dc4ee9273d6490f8c1a1137d25099624c3241bd81fbecf08e26b4fd7778dc6bbb4005a52bdea59dfb82b6b41a36abdebf1fa80145fff29f38ffa5b5b0aca5e3dd3fd6cce42190c0e9ae4d996d3aa5e2db517d3f5d437b08f4e0bd38c881ca86bd48c8d146a8f0c17e2740ac75626fb6c752263d74cf6d74eb52644d68ff339d80e3437bfb7aafe8e174f5b6d7b8f2a2acaa0dc430a9b22945dc02be382fc86f5198af91a89fb37d3b1dd67e3e4414eeb2df989b39db30702907ff51df18724656f075dcf820e6c8b3ab49ce500dbee1007b318c386dd190bf5ac3cf06c21768b772fb2490042e1172a5b86cb51bd9c4bf063f5dd5657bd3305db6ff5436a01e9da7aa301b53759fa0938a2116764bdf16062ad7b7cd187fa49840ab727bf6b03015eaca3f15a2bb64fd27b51b27fe7a2e0559c287ac8fdd4294ca990799ff66974624b8a4539dade66cf7f06b35d8dd2f8a36e6ec0bc83533d8ba92bc99a588fbc2bec3f3154ebd4f68629aafa8c350401e280a8ff1abcf9fec7a5e3982cf5d830f22b3d4619d33c777d07a8e88a61a894897f8176620f2ad5970c5255c652e58b7b650ee4172567523a959b1de68843390eb762d730fe785a6068f28304e43a142e462eabcb56f82f355ffbfb1f3d6667e8d4d791e60f7505ba383eb0574e4873613b06fda4ec6156f3c34610a2e58499be345a271fb673601ae6b16e3be59321daa0326a425a35720c6c03ff00151056e56255174c8825e1f910d51d214e9c97e1323b721224e708d5c6a006b540bc17f4fb72d2eb08ff13db33142db5ede74e2b5d8c95a2e0e873f64fb4d830fcca65734c1dfa799d516e37ca19405847e5dd0f8ea04552f2dc4bc483ccd411bdddc7d6e0c0ee76d9df69a5424ed596f12a9d04420121c0ff1508e6ef229ac5e868a79666063f7122fb8e9a381f6dd05e1836a014398b7b4a3533c40e808cdc10ed9d4838486de72d38659d181569b2f351127971b412c088af44f24e513aa2cbff0152c421ea473d1857146ecb59bd6547b8e6f70b285f1f05c4e84b0f24d88dff8c4cb60d352ff70dfb96b8abde4e087ea28ef0a96ca591bb3c1c7124cbebbb7186ac7a74feefdfabcb9a622147d3716867b80b193012754203155d3c903af8f798e88df378354b543fa607e6271c14976118b2c513443e3cb2596bb12264aaf42b876d03616eeea9d03026450c56868e3727644796a9410dd25f291cf2f765e9c70f941f2b1b2e0f15cf29d858312baf424aac1b3ac04237eb9d11fa7241ae5af3f79fc135b88e1688e9af1aab3a988d2b1906ba6017a63d56a9b2b430f1e8ca2ac5ec7421d58332a206127675b141aa4a18f09fb71df1a0bbfb87e4bf7699b9d40106b27fe0a1f5e9aae0963853bb8937a0e655a04198e474190e066e5e55aca81f7b0690687ed2d85eb5d473806aac7c6774569c31107b2768b193ce079114ff97b5db03db5e5be677fecba7d5d37670c3172d3b5afcf74e812f076f00d075430053ca6ac7d4f3acbd27e655b28a99bd5a4b43ee2dc2db41f8b2ebc1d8a8502adfb13f15ac772c8364cdbf0da4f468da838d253537e689aa2609bb570d6d380f8c7ab394f7c97913255ca0202ba57620d5596b90f7ec950f9f7ff0af0da39f799cfcc27948206bc46551443dc5223458c63c6181ec598fbacba2263a67eff8f187d3d6230c30772fbb4815d6ffdf45caeca2b1a893a1dc6430fcc6698ab6c6ffe38c8932b26e2dbd7dad9f5c3a410cffaf28d6557c49fd74760c4bed047c9c0d36733628e92de1e642fe4b6e130c0c7f944b4a1904d68564014d311563b5ea91d74477660f144642a1c6a45d0874c6c312667773dbcbe6cb493c1083070735366c6cc78a92a5cd4b007324d9893fce52c01708e65f9ea412d45564a68cd50e635c58a0f71256e977e590574423a185b', + '58067ff7959a1966d37fce5cf06a8dde6e1f1c676e91b02ddc4bbba5e70e0549b4bcfe9953745360f2ffbf38506b245075f5da6da12d462f8254af96a9094ec43f25a405f4e3110c3944a180afb129b7dfe293c12b0076a80406eaf65e6d9a7861081a42622d7bf311151d3af485c59914aeef69f653661fcc2911cded8310ec832e0858839aba9ce33bdb70072f1f807c21986fe86d3e1c4185cf243e93d9a80b6014504174f68f157f8229d0f761f37f0333daeb982727cbe1c90239e51c346364e9318301565511a7ba6e3625b07b851b6bb3e61a49c9d207aa6fc6c00219f1022d03308b03753d7b2d462400379ff632e501c03ccb89bebd1873cd6eb3de1f0489ce3258257703c581b97fd11be73a104ccc6346d5f0f8ccbb173635560b5430a49b70b0e3e4ca4b5ecf30e087dbb97d461db6809185e6fc3d62e95e1328f7502771d2dd6543f9d66d911f75a104db417bfba13125d0f114435dce3013be722ab9594026d41cfa2e550634d891e90923956e0ca3b95981de780ecef57e542c87035aa2d258f8341bbf3658508012a9ed397edf1c76a9ff20817fcff37c738d2eac7ce02a185d0f65532a712796082565113402e58347d1a309b8ba7433a2fde95dc7e3763dd6f3d3b8e968a3fa52e354c5975e4609bb612fb6bf78bece69e47ebe4491feeee8482f977b260dd5784d81fdafd986308e168c309ef0197350aab676fad309541d763f97e992ad4e03c9b660855cef1f475781205d09cf4be0b7592ef292e096fce5cc613a93ca8e7ac1b99620d0c7ff6e8ed72e02ad277da0742f8d32b4ccde0dfe9d9c7613adbc659c5348891b57f78b22560197c368311947ff3cc4221351d9277cf1a6f99f014dc24c1ec627e730277bc6422332db91d19993e2afc5fd19e7c92f08d12de685b89b6cbfe1dabfd2c901ef98afe4c8c252d3b128fc84d45ebf4d7f88ff96ca6f318f7bd4e11e2604fa1c99ac42c077ef245b22b6b246de47ea19341a381e95e73d064004cfda66ee41348b26e4ae2f3ecd9bae33d9f565fdef97166585ac8d17666884f8b2f6c5b926b18ead9d9639d7d7f91c487a78afa8562eec12ed29fc25331d0f5792598c8d31fb6ae97660dde3cadf369c9cb7046ea84580c8797b28392c8da9ca78ed0291eb7ae78376f5638a2cb4c2d8479aae7a6c469830308b5a7cda201af96a9971eedb96cc23a63b13f387e089a38309f4f22a98fdf11a41d915c43f298b73451fcb8ab8e3700c1b354762cb53a659ec1dff6ba377b43f85ef2d7350a02998d955517e46f213b27d10ad46dde888d02b72c8b5cfce21a840e2ec6dbd457ae33e5ba841aac2b3a04aed4eba7e0ff2f1ae3b769384c9df5c58fb793cece1275b5a79f75b4a1bf9dd6814524616928cc35dc0308a2a319763b782fd67473bd70816f7665290c58d71c1cde0720d37fd4e21481f2429cef0c643bf9f77341d33f35b1c1fb0e38716643c6020c7cbc7ee9ae01c6ae8e968938ce6f988f31d4de2230f3247fcaa2a3dbec0143bccb80906b084853b5ed3c727bd877adf6369948da01b7f09bf4f77a9883733590a3cc7ee97f3c9b70f4db255620e88cd5080badc73684c8b80393302ca8803a107c0c74d5717300882c0f3c581626c7a41ca8776a3dde0f5c7d029f28a9bcd3c4daad2ccf9d604563f95501e256d6e0dbeafc304386185701d7c201fd258d8526464b013831a8bc8cf3292095316d5af4f97352d3bde812408a5df31a9a76e0ad25429c900ca0f87b901812d1545eb877deaa69ab33b1d3812b32fd11870d58c21e4059675ced6ba8568e43372e2f6becf10def3a860a1d4c30ed8a7259b5601d87b0b24ec0e288abcd184c273d63f7bce71a5df23355522a21ea25adb103991808004186c714f1fe5a32a831e070ee70075c3062aa18047374c55933fb7c663a05db91dfee192a088469c1d7d5eab2aef85ff11c88f6c6e0afeb8f95b7845a0c079efd9a94638362e22a33998c35d6b230722a802e45fbda49d9435363cfd6f693c71f475868a085e9f067f751f6dd22365f472e289a25c8c92b1eed8e937f9210e06176a8ad03fa0258f961e58238877053d186f667d744a44d7cd4a693b65735775ea913a52027c1c04279b58c7b5a751c541b163372d671ace7993a251dce47f8714f17e577a7bec2ed9f205a1803baf5496b1691aae6a7e5d9bbb7ec186feee043e923f29ce24fdd5552d49f912bc89b1bf765e6c20dbd74edbcbe4d28a480db40f7d630e27ffb7c143540b1693b246a563082c76aa438c67e0cabbcd114a425e30b9d44fad9583b9496d33412aa34ef82a70b9807528077153c0edfa428df6cc484e7833876dc7861282a8c2ff190972beb5efd2a915af33dbb561a1469892c400453904de10ecf0449a54e13b9bdfdac4dfb4b36d8fec7721b2ff0a44f37c0f00a5fe08d9045bbf88be1ee606b238fae7f7f26de9202603cdbeaf7d65271e75ef76ae89a1d37bbb85f5ee1887e47c98cd049046464fc5a086e25941d1bbdfbd75c133cd5d04b3ace447acc0e7bc137d1e0e7687aca43116f425e59faf3726b13b8d741d36206d594cbc40264dbf6571831e8c7742a8d32dc08f3bdf27245d17e9e259c054ae108b665d9392e277da3ca33aba6031e211ad922844496309ebb827c8ca00de36040ada318b4cce6bdba5286de888a0db545d11f9e624886e385c9b48af23fd41b09e4f40119b3823ce75b7bcfe38b8190506e6090abac1dbaccaf069f072d8567e0f6d930ec948281d74fb31e4b8a1268a70b960995134d9afcccc34763598fdd524dd31681c28012e6a99d38250828a4d633107793209efa928d8af27b464be1da6472209ddfd366b1f3caac04883cbb4a7f60594a569a602a7bbe4ec366522bf5e526fd753f2503b5b8abf87e7ce732903b162d0f17c8522111ddbae05c2b02111a71fbcc82cd605e52b19bd77880a13410a2717606914712ea89b5367a4f1ac8aee3a9f82d6503386c8c04c3edc16da27a85b503859db58c6022cc4a5336bc890cec967ca16462c0609bd1a85f021e57e340663c273633da0d396ea0696a8deeaefd3fee81441582d95171193ecb29e0d55303746e0338985c4e1acd4f6305461fa604b24fac91fc215d618b2f9526c9eb4e2b60cc7d3a53d7c16f1557a8994bd977936c6ed64e98f300316283f87b7f7f824c75b51ccf790a43da3d34b3d04c66d24a715179c1e5a8fa5f53ee5dce8e1cafc527da5a5e946e45ca99490d40e43256b865aa0f826ecd9c49c3c13d66524d27440b8ede6e226e37deb', + '0233e1cb2016c8a4268a16fe8d3a980128ba62024d1b13b135bd5a94a565b9b4ce8f899673063f6c49b1ed8da3b00c234ea87823ba5abc835b7b90a74fbfa01c41388f888dde3ce1a56f44deb379c8ab80b470e19496afb59f2249701701131f23d3fa8bb8c7476b016922d905bc54038489512321f675b1c75a8ed645509b253b0bd3863ae9e972274a8f66e0a2399122cd23d0aba395dd9bcd66c420d7bf96528521605c6ba95eddb8936d8e53febf2429eed278c597a3e521d91ff1bb07da30ecec0366751098ec5b37d655f62bf45044bb10d083046a6bfeefd00027fb599de63d56a031a5861cdd82897eb3489770c79172fd056399f60db1bf9541247b611b1b4151c5f09134e37d6e50b3de124a5979e046743c9a4ef526d4f83109a943358eacc3597921fe182e6e151e74cca7a37a42f2f818d43b5f56f8702032490dd99e7f3c16c99f40219f6f131c932d4e4c9c804ab87daf85f34a11473628c585b154a205236771c3a9d85a94d3c29d09fde78396ddf693f3580908c39a72837465b7fe66a9db014f56df18de6e89849e5e64311e8e08e84f379bc62d7598eda19dcf79a6d0aeb6acd0be903913704ad6161a7329f43d165f370932cdee2369d600a5fc0fbf67f7a1c07da9efeb005779ce123200361c85ec015a33ea2e9a61d9364070e79f8e2ef7ce224d471dc0144f2d5254ec7e2d9ebd3c96b3cd5c853c73e8a9bb7797abc276a1b76388d139e71fdce4c233f1f9c79c91c699bfa16d626cbee6c707d0471be6e243d2fb31f139b382cf651db907694fa8f1cd0625d83b8c5f017adf72e9a10f38cf84e8627273d1c81c24f4fedfed9f281f36ea0f512f9b7401be46a41abcb94c6260978f44fb4256d2e6fee70ab954ba58beb5875da660a4ef7a868e61d4abc6044e4fdeed3bced3f995859d0f373605a54cadb78608a498d296e5594651ae4dbd365977f7993ce89a18cf4876ce0cb20dc91cc553bd2ff7b2f9ac2d519b8a899600fd83ea7f563cbc57240ec8e5a068991b48d94c2dc96a988d22310b1a07239695832a4c54e278673ace1a8ce6b8d0502b7a1cfac03a998a39918efb36ecc3c6db3393a780a943a3a914924a381d913ae1f9b5e4df492b93e53f6baa5803102cbb55e7826b7346798c3d9f8b4397545f250fcd93f0c0c9b87975f19ee612b3d21d304d667d0828f0cb9268d56feec1c8e0028c8d5d651a03de7b48614ae253c0ea0deeda1e2f92114e5b16b324e97f7cf81b195c8c01c77bfa99977bea3b99fd0834f266b6b22ce3fde0d0aaca51378357a29d87e75b7728b617067230e52d9161ed8092ad579d6ec168bf44c9ee90e6e3df3f97d43dd313fb3cbfd083a7b684dc80c0e76be78eba803c0a08898833ac86192813bd6d8243af52e71c4a4addde6034dbec5829a6d024a5db7e73e7c7dd279a7f8309b42dc0bb9fa9dfef9749a8d753f92adce78eb793e9572fedd2f582aea86d7020da7c93086c2ba0d953a2ea2823412760e7ed77b750a8a2601365a1028c1a616aa716c37d0095e7704992aa3beddc6d4af26c197624f65f3570be450d8eadde4fe3a45801a5103d1c40bff2f8f8f28404d0b3a3baab68efd2b2a973b6f54f6f3755cd5b7ea1c42845ffd1c9478eaaf2f44969206a2f27d9a1a1cd35e50b279d8ac63ad3db3dd832534f713810f52c41842536956ef65aa50804d39282165eefb0fe93c800c174e3aef847453b76a1f81b2bc40cae482adc71a46293765f1bee11c57f43d575c2c2bec2fafbb05931a02024b88c116fbf05434a233ea72e872015e3a64a41a0e757ec75335f57e603c0fdd9bd1e81b240a8e6bcbd9dfecbca0f251fb1e82f8c0e2a9ed8997b186540e0190f79c9e658d64ec2c3d9b8637d0b43a7424822847f5dc43db4d556dc1d0f89dc91949526aaa87e3f261f95bf8d72430514120229c2fcac32d18ef889579941ae26b78a2af0dfc0c5af363ef8432897a55db88f069d146ae4f76d6a095b0593f7958ab1da72a29cbc24c7bbf8e755c7f1e5e1d10357cd87baee19b342717c041fa7b4111e771a9b8c4e7912a5c1205b4f7436d1093a4e8a1e7d3bdb1ee1261e8e24deb2df496e449df5f54de919b2dc29d15f96fe8cc0fb776e7beb84f22a68add4af9d032ec71f57e1e374ab3633d2e6c50328cc964a632c8780ea5bedb16ae27ed0d9746f4db523d9e98dd361cac3ee18ca9059a01548a791f3e08d1ae2ad96ece86e1853278d67a6b2a248e29f39a9925ed58ff249354f537bd501c1e6b832e4a065d9247e308c10e4baf401dbbb7ffa64ff54d30daf8c97c1d29f2ae4131c2fa0c59e287924fbdf28debe06a6d2d81a8717928d8940c6236dde4f9d0547be958f964ea941f31bdb25158e3827041cb86d243066e66f65c02602f96171db7fdd15e1d3edfd2453cc84674ce087dcb39dbe2e16a74cc4d136944585bf4f57c6d1dbad143dd6400d79ecdce046eddf0591233e2c97e2c8734d60afdbffc744fd378902f9e0f4ceb0ab067d33b282977a5c435a5a80d102b1cd3248e46903298bd8c7e86a207e56a42a7a512b6c6e8b7bc5c88d88a840fbf47db1198644288ed87c3b684f439d6150beef60b1bbd8436e9557dc9e585839a5268629aada61fb4cea9089909278761e2f0db3aee9e848bd949b5184d841462a9059803971d4f94fec6c541655381d75447d51083cc821ce8a39f3227022aaed83d1271952a90f494878cfc7d404debdc6e742a9fd9d560b3fdcca606823eb54c7962534c509c6a2c75b048c5605425f7ef28f77739270db7b2adf27076e93c923518270111ca5c231bdfb4e2562d0c131473f5ce8ccf6a505cb395d97282ab361aa47b7800934114e48bbf38744114caa8e5a3fa27670d3a668e0ec5e7c367a47487bf058f9fbf8e6a24c64c5d38b68b06ee907eab666cc26a9ddbaa59041859ed42603e21383ddc073b68a2636c87e0a8ff39e08b461f84d3537b1b38cd23e2df550d766805329a564014cf49650f4819a80eb449ae9bfe2b5f6b8d299720cbe5402562c67f3455d1c3691751aa934dd3799d6e68d8489afd023b648dfa757179844677bf1ec97b0445d43f3eb5da4e60d444735b7bcbe7a2fc5955e85fc88016a1cf29d45c58966847c49b430f4ae63c58b267a4018c60c79e43c5cb3f605447294e0d88d068246839d8b0112f4b91e06765bfe5020092d5788938a931f37a857b31775ee38ea19eac7f121b9e72cdd790ccf060d5df0a471ba822f4afe86f5c28180bb92e228a76003635e4c547169c65568dda256e13b6e81f195031b5bf25a0703f4a18ca6b88e58c9fef4c4ef8a94590fca359345b8f7e6c802e4ff1c68c84c896642becb141cce0b4ad8be0e078b21ad14ef9d85e4b3f0efbf15313320b358f85b9e01ff82b16d118a21ca36aa54b42804f7fb07874ba74e14bf3906', + '03d14676ac6afd0eecd67c8ebbb62ebe952dfcf935952984a1717a1e66a39bd825e0be274e6085382cda228322afbda334661565c8586b1faeac9c435f868d33827ccb57b54a736e89c65021ce1644de1220e9e3644277995e43e924628a5b38238eb72e678e90570c824e9049518c163744be9c90bb179bb61faaeaf717cf8e0fffc8d3ee96a49cbcf664f71bca5df4acbbddb8d42b11cdc02626bca695afde4eb5476fd2c877e4a20bda7ecae77e20786b8e5eb8fa2ed68341a7c3f86cc4cfe99a7c29998ed0d8c4a7f74fe012b941a33e19b6c590365f075973267405d60ae795ae2acd4f791f2cb3048fe5b2d4ff361bc5e98256f10f5554d30ea3c6ad36508d2699f5723862e21849695f2e980438e9db1f78b2278f741c0fa30b1810fc2d6c2d9f9a61d649ecbc0e03d8f0cdf5b192a37f2d0d9f866c976f0c3664c8048519096443831b7b54899b85d75f3b7da9fd65322bd0229d46af3b72ac109ef5607c020f7840cea122663718e5e3a94229126960fa61787c094bbafcf3865778c67d62c9c200b9625c3a2ce489e4e1ec38b9f62f202a69cabd5235d3952cbe34c0046fb9a72ba2670cefc0104bcaa924dfda56ca2791bd2f6aaef41e1a6c9ad255f97308b1295258396c3cc4b3feca92255dcf5797003b5519463f0608adb2f98e44b4dd686391dcec99e82a4ae60cdd122aaafff6deace1d2025eb3e956cf5271cd7b61533f269b2c5e0b6797eb36adae2a2fe9ce93d87e9bca984c44d1b984097d0fbbfa26db3e01a3eea6227512ac0243a53ea68787d27e8637faa28538385b3aba14e581766d7350da0d74ed6680155e562507228185821e81e48ada141671edc2949db6c0cf8b4d15c414b9fbd1ef6488c778cc8d40af7abf33843814c5527f7062a92f810d5082e7f48a439948993b844b81ed75ab0e83380e180702ee06d60ca7915281cecbd89ac55ff2078c1acd92daaaedff6da61f369ecfafa43896dcde8ade8987bb0235755e1a2d0f467a00f99c7c34f42e8037ff0a3098c24c09772d34173b5d7cff83bfe8435e771ec2be03b87e2a1b98a2b4dc7bc42b26d1679143cdc4cfc9b8caa8c18a63ec08bbf9eef65739373e51167c151911ce9770b811667c6daf9417698ec36d013f8ac627781ba033c42301e479f20ba1eadcd105dfdf699b428643e61b0cb8a5bfc5e65443babcf63793511291bb7afce8be9b55e3f6bdd5f066e14839e694d7d481c489391bd20afa56e8aaaeb78da82e0577b105f2a0a421fe9c98cf972920e68508ce41850bf5733470b3b72f6d2f26790c202d1d398f3d1419ddc4689e075d9a592943428f410cf58e36946b411937e103aa43bdb11eac71031f02a11c15a1885fa4289885752c60ec3a2db332ecc80703572f1b2fd9d7dd0067708acad01a17c346d6d0151a3a3f32c76a4f683243b1b530d97fdc49241fb8bcf66bd1c2300e2d17363169b7a05808e533860a720fa8c03c2930e0f5fc01d5267c8b58734c3744203005a6d4c573149d70a2413594b4ce8408786265c849fcadea33886ad458b168ad92f7fa115a01f609e934023a9c840e5c9d8a22eec0d75a28ab892f323a1cf7932282afecd475f9e6a40c61692a8ce40fe881b3d82e0e341f3b824acca52bd6ccfb6f7ebea818adef1af0da89248e0e07a16fa0ec5b4943b52b9b440c61890c3e65e7ecef9f941a0d9509f6025331922e107c72940e2f90d3c2fea35935dca1d3aa1283e7818e48265b7e3c3c7f1e7a6a7dceb0371168226249d0f21aeacd9e711117ca0f16b14023b57835a070fdcea52f90e23c2a9d0248083cb6b948030a02e11e49cd25a209edeb1f6794ed7594c66fe8910d2276366f4767799d1727ed6d6351898a780cab6a459a5c81c02ed6b585fe4411c09ac8bd4e7cc22e1fe0509adfd611afd5952f840b129cd0afd19b5ab9fb83b0ceb2bf1c64a11ad428d73a719cd569a205e59c2284aeade78306ec9d5207d65212652473d3fe08f7f9b3b3dae4771acdd0a5fa2cf99719300374d0669a49c65f565cfea9e1bd14ff5b1dc3bdfde3ab97fd7d5189b2f46811f9c44f9dd7eada3f603e55a8d703c65416bd73023042a4675614aa23f7ee20f42b9d712a52119b5bf8b43257fdfba75ef23aca91c5bc8ea7a1130ce110adcb4063a83ff553e78f19e8669c9e9aca3e86b73dd0520478f0bea72180ab4458f05d678dc0e6229440e2f7fb9b65f79b13322c6d8e2e359f521430e70d69dd1818b3fff3fce6063f361fec1c37945d94afcb1a730b0b9f583c11040dbb032114caaaf582fcdb4911f7369070791412dd99ba49f650d38bcc371dea3a926259758eaa10e3c7af31310d91aba068cb5e9f5966819f636c4123caa0ab169b6ccc62ec1b17be654807c7009605530ca28b0278368a164ec009847e020f4add0ac4046d65d3badf9012fd56af65326e81e02d7d942b0219b52b17daabde7e6025878298f00c803c6d9cf9994394e49551a449f0e72e0bca35ee066603e0592da35e05f62489b884c9ebe350b95b1289f8207d5a9659da6b279c76aa73dd844b6e91b50d6a1409c08b48e4047b806453609cf2420b751703727b912f619ca7c26c68b96828731bf79bfb243cf0cb81fa6f5fcf30ad496a9b00d47f7c36e6699b872b3a8cc76f9731e14cca80800612860fb33dace49f793ab8ee68195b8372dda5215f03b0d025764483fe5893f7be0027de643f183defe88213738f363b6b90b09351544a5e6ccfafe7ea4d91682e6f9f296b70b1ec72ad4689c86531d6fcbd8fc93707fce1154307c1b3e6e31f0adb5fdc7bc81774aa92ec999023b31bcc6b2a0b3aa43020c7db355984acefe4f94d4e3fbbceb39d419e5d8bf35223d384a269a182b44de42b9e21f783261e81a3cb569a540aeb2fdcda7fa71879ebc6cb6a34d236bfbbf5e994b3e3d8dcd8bcb1605e346d0428f1264c3b35282072bc4acc73e87f4be11ba8c5d464ac56865fcb114f562f45d3acc4fe7a7c4acf207da9cf0e2984e2291e103a6ac4271d8e3098e80f48c254522861f822c5a70f5dd08f7cedde6e0bfac5cafa5e4970b85af8c1ec87524db90f2da3401c586667917fa4d9f94e644fbcd97e0d993cb0af507eed259fbcf8fd708332e0517db160245091f118c38f34d823d37c02e50e8bda8cc59c40cdeda7dff1b7e0a87cad807f0cfec933831644b468724e808bb3d25fe8f15850ce513fc341da46089c8452087b926b33d72207b973038bfd77c60f475b1861b8074f4d8439421c5b265e5b2864f6defe07db044f0b2d3b60f270c7f9ade2c061c00c5a8aa2986a886262254790d22a7e5b68c3dff798679142d984dfa6f97c3241b3ed3c4383367798b937cec8cd58991bf2cccf00ed1777af28cd600e029d12d16a8f04e6ac8a10108a1923d28f6e398ea0a889eed451fc83862be4aca82cebba59c74951ba6d3b11fe54b076c17745fd9bde7389f41f07041a25d3499030a442aa1d744d56e8e0e53d6fdc7e0b78a5b00af6f798f688817c0d4396ad65b125b28219eba22801e7d26ef20eb0147b41ef16787ce581955031860d93a0cdb85652', + '08be55573177d70c9eca518c96b457677ce07e31a126cc295c536c175d28a67b3ea50fe35b87fd9de40f3e8e30050a6254fd35e6f5d9a9b15a8f140ac52cde0604195ef1439d4def24a47be312bfc090d26b36ff5a96a520e75f3fb34a1e8e6982a4aa4790c4af4c87126e53e3ea633b1bb4e8447a67a7bc2a4c55dc92059eede2cd5baeeb010bfa35e081a64b8fdaa95a5fb27ffa5398cf4cddbe4b45e9f5d7491cd9eefc5e494255961ba3f4b40d22b5f5fe7685625e9f749be3c90cd27d72e11a8dcf6ae2526c0fbca3148364e4f054fd33f2c19de275cb0c2a1d8fc91d05d24edd19de950cc08ddb83bfa3a4475a60ffb8bb560b0c9879bafc1175d5bdd744413293ff806086f47a226cfa7e1ea70184f799edb5c552a52dc26b66ff45315e79f50776aa36056f22e8e530f951205e1357542ea1f3e977ebe2f40c4e9e5b48808c3bea1c7786235a3df1ee1dc80da03440b3c0d97fa6187ec6740ccaae9d2bde61f704dc09513baa8957dcf36cb6ee6f1a804c6552d1b06ed4b3117b5e3f2f19da056cf4d6aedd9a34e0a1822362714d4e81794b53b266417678c16a97887bbb612cc96bc5e532b3a654e5d3d65a5155427ff09569906381138cc49e3fc2384c5d33c34abd3d617c487b52ec6ee7b5105f41584b7eb5cfb512b8c31f3f338d5236e30398a8ff927e801c8ed7d14fc5040d915a737967d166ddc266f68023a3575304315d6d74ef3fb701419ce9daabbbb5359e1741ef911bdb72542ae9dca1e21e5ef5a2f4e19d4956f014419cd28cbdbdf6cb3ec095385c749236c361a5b07cfeb8f56e2591c724c3b2aed0d47d93908f9c89f1dda0eeb210e8b3cad2c5f8ab5bdbdcc9e8cb9356680fb9507825e5be91ef8237805adaa3173e74462385a0fa9e9050bb25d62969accedaca7010adcf2db75b18910925b9f15a203f3c2dd1ee2d9df94dc4fbb2e5f6b9bb45a4861149cabbbf9cf9f6f67c070460bd0505b21171ca8186ad825650b09604c9fcd139b6cfc454cc9e697673bf06dcc966546cead2e18d6fc8b33c34412e5d5f60384e9da69ac2af69a9cd2682273b6a47642601b9a8c80efed58d1811496c0db8027887b605b24d4200221db92e26a9907b09df8ce9d76d3532708588afdcddec78defb67cdccaf12b49de1cae4448c29e23d0bb46a659456100e020e2753d7e4e2a98121b9b7dcbf0e68f91f113e1efae1e90d9af418894ab88f170b7a7902888800a14c921cdc3356a8ed1e7dbb64ebbf356ea54e9856f7721a4ce770f866c1b10ce45020a2b854d4884631ef6468e5c64ab53c428e034786d72a0ad1750b75a6f5d1962bf2770cd02e8bbf30e131ce3c506ac996a296213bef38dc659bfa8db0e2f1847bb3214291c2443009d9c7906a6e16b3137b196cda8afec6f40f3af215fbca83d78ebfde606df9eb3ff4331198cd406281c29312abcf052e457cd38a1d6ae6fc092b58c78556335a9ddb7c3b0e95703ea81e0dfaf6e7d47d2188ce3f1254cd55d731f4e748a779e4ea36aaf413ed2eaf4f388e0c03faf41c50db32f83ae405f80a499b25f08554f1edacc626f0fd031d40b71e30192feb719a1e079ddf3f184b6a1a5669c71a4be96fe6d6b8eeee76f04144c54e82ae43e6c7f9551547908eb8be4d2c9b138ee635388ce59253e810901b878c4e84a083e29e13254abafdeda5d08926a41d09ad3b1045f89c6712576596277a18682d34cde8157e2382aebf7c66774b6a2db22964bfb919be7495d5d879cd9895767cdd0e6da66988e6cc8ba449bea3d68bb1e1180c914fe0c099124f8e20edabf5b6060ff56fed612d7fda85410736d07e2f5dc0c175a3ea944595339bc981432f02383748181296a0ee338715fa0d414f5426c2a40c1bc438c1e6ed696f5c466a89f9ee2d48e01087421e128f3e2f0f4747c3887effc256f4368de3c0bb879aef72d49c6ea760b52aa2238e757ca424ac31bc7816f59d8910cc127f6755092906e64ea9d1de996ed037cb63905b7566c6399afc3697b643d3aafe2828e4ead9f60df17e1f959324c2299df9a884a9bfdf88e47ba48d146d87f9d945c9103294090e44811f7357bd499f22b9859e48163d45225d297ebff072e029401383ea418512cf1b9b21ec23abc1e009ee525b522999dd098d13c0b2dc887880cee21ac8b3401bb459475a3c30b86152ac48e85debac9be998f31e9d0f184d6dc2d8c811dbc1afb5238caaf222ac2dfd8827fa1ecba5e76412c6e19852b9316fb60bfe0345bc1384bf98e32bc7c4ca704798967d11ac46e2c236128aec93abee7423c388385ad08bf5140dd16929c215b442c66204eb42cb71e9b75d26cd4352c2c92087fec36d318fa831cb4e039d5396ce91b5ed876288e787dbf84890810369a51be9dd1e72dd53fb5601be79e191b4e3005e14ab2e7fecb983439a03ee6a315ebf941e9368f90bb6845b03b31839d72a1946c17d2f194827b926634f11ede19c1171084cd6ec7d80c3c164dac9b2c74ae6533c25ecbec2788489ed9b72f543091b68e56e441e72021c1b28167d644cec6f6ecccceed72454ed547e109aeb1d4be462fb243af7b1e49651988ebbb72eb8bb80bb9abbca3465fa6f5fd61035380a7445949441df04cd3a4bfc6b0b133455d26f4fb6dd01bb50b5c2d8145c3d5cefd4fbf6e6e03e31650ff29cd4f5e0286cbc25d149dce280c0263630f2076950a10b6a6943a07c01551d2cbff20286d0a48188887a3ed74d5b54b1b1999823dec9217c37d308013c456ce2aeedb96df4a62a82be728d47e8c9471ca13197d2cc0f1f17a6bda035aadc05fdb2eca3fd5e1abffab958509a1ab3076049e18ddde31a0c25002af08112c3ef631117469fd5a646d7c3551037abc19d63f1d201aeeb93f08d8b41814b3ea232fe13972cb920f5c90322915488639a100fe12c7bacac21d337902bdafcf420d7b40294ddb508ad4f651e33a4f40ae7684b6016833fee6dbe0b560f83fdfde5e46f2435e0f95577e1e5016488e3674fadfeb7b8a2cf781fb8f1271605b5219a6416c3a3bcefcffa866b114b89bd437be8122f3b5fc413decad14967e78b27e75c912506fcfd3ddf46df98112eeb6612216e0ec743878752fb93052cb1e9d973d6c89285258d69cd2929dcdd00d398bd5efa9c83d57e9c24531fa38aec36fde7d9a35448c106196d383226d886dea124a99e23989d1219fcda5d6bab1fd95cea6e0ab27857d016677ae0bd29487448ee0942e92e23abc8819936a5b7d23cbe259ce5f33d70532862f81cebfacefe56c487ce376bf0b26f5c979098d58dc6eb3f6b1c60be93f61606b8cff670a1e2944d292a557a8b8dd735dc558d2ed9dfaae1e39741244824aafcc4df27b5488ac732f93f8b817ca6c8b2716bccea3defc4b30d3ede961842aaec2436c6f14b5cba1afff321a94c640a7e5dbc9d30425e025cf0fa7e3d89b9df7ddeba1b4b33c234ae422f5e19822e643fa82e48286e952a8594b16a4125f11158fc556dec8623fc96cadc8cfaa66e9f9e5bab14fc4cfa04d5024cebc97452082585ee06fccfe7db799fe0f173408b83427d1a4bd161f65af541b447fdfd458b8b826c2ca2937599ffca25d5add9edd8d4166233d237f2f28c59cfc60648306432fab928065c37fed1529182cff8fc66fb2f6d1424555495435387b20cdd7c59c3f5bc4251b194d1973f0e3f022620f560ce2238f243850bc236', + '5bfe61888fb48779d4dc6bfbfe891fed45a830b345edced1490d2cb8c82e2adf309b3216e3bd5f187f47e55f63b0ad3c6fe63f260a41e5536ab50d85104df02791d471989cd548c739c75f004f817c0569f42161b918b1f95e27d3e4e20a1b7c0710e8b5c3e688ae89c4a386cae4d671bc389e0b5a5c78ecacca467c484df50819b85d165fd768f6f7a6779addc101a8ef1c7dccf3f48353dc052ef649fec4f34f329963789030c70bd5a4e48e0046d18a06884e8ec81a57764252f9ed05d16531e7644317f928484eb9f20be789ed141560853632c0842003e87b2e3d4a6485483f855e42fa98a247ba28b8f0443e9a19913d2fe8c40bd50b5f713c40b5c57b1ba3c65d047bc7fc7f411092b01a818b1e0178dfb7bcf59e140efccdff2f3b703279ede86264fe7f7cb470422ff1fd0faa18feeea7908ba4a85fe486809e0f8c162ac3a6669d8553c87d116f75b3fb4c473e9605c028150f4eb9f011cdec8af64e1f1040170ea49feb02bbc28b46c36d7cdb0acc0b6cdb078f84ea16eefff1d762bf9c5d7da0a38b6bad35e278949d98d15720ea8f4524b3f129983ce9c18f56db712ea6a139c941d2e549794483d1f6cf1aa10854993a3bfe0ec22cc818ab9c409f90c38ac25fe6a711bd2cf8fda6aefd8c54cd635263c83e9c328e93ee8cd019b0885b4024ada5739b5aa59ae965e8e41603e2c356e882383baf09502a7b1bef0cdf16cc45fba4bdeae88c352e57ce0a1e74ee7c8f11907454004509b4c0a5481b5d9e350f910b0d662f88ceb6c185f90e709a97e3251a7a4deeebc574a395af44c9988369b603eb77f6426f68ee38394cbf8e1b3c6e4ad39041a38d526c13a9f2ecafbf3ab4b4e08507621f2c250d50422971108132460683c11468366249c08a8f89f06cd14573f8288fe7eaad2cc85676eb7f9aba369b9035e75e08ce5d7b7578ce1ee656de2d382271cd8acfbe29f26da66f6e4e431a1e67c377b0f877621b702751908ba995adbdb1dcf5d3ebf97dd847e8e735950c941d51bc1628c0fee43e3c9252b7cb33c0c0f7191101dac25f7d79f2ecb953f95c20393422a65fd639acb4e814236f8fd7f5ea8ec7a0b40bff24e2966620a567dd3822e7bdb97d738080375cbe18bb325c22334200faa05dc7972adb3bb3b4e07f2cb4decdab425b23836ff538dcd7a3b5107a3da255c73f1e9dfaca54baa8ebaac698203bc2d518887d01bb6ab7ec6a4c87668896fa51396cfdfa69997da911c6cc76b5f0475f32193698b63df32210874f9f2ac53165d31a80d1c2f243ddd83b07f5a6d381072f3c75daef97d7a01cd02fce2b16422b968eee27dd48566fcb723fbefacbbaf6995b046f6d62aa8f168ef09b947074cc09310fa6c081fc856fd13c79b9c23853f7dda9003884b51686285aad6cbd1070b56baaf475877e484ec1c5cdec9f4547d22a2d3559e7405ef50835adbbe45e3e20a589b9044024dfefaba4629a4a27fab1aa57b5d771928feb95494289cda65fd445729e73963572daf59fe1cbaa26931cc5f129ba0cf5d0ee375e15df6030fb59b52e4acc70fb2b98097ff287a98c3b9be3c1380b9faf4988563bcdc4854339355b856717b5bc30b04d0b3cd72e9f19b76c918bd1110923405aa91341242941f2a13e9a5a4fc1a9aa2b0d68c222a956f7c827c9144c4b869eac708f5d25283c17ee238d9f2552bf0f0a4b1d516bf019e45f4b9bdc37bd992bb258e8207089522da9fae8ed1fb69965518f048bf2bd8b0499c7a932baa7856ed529c792ed94aabb3c8c524d253761376a9fc5789f57d3e2df629a1dbd5071f07daad3bc85906d490ea174c51f1b3c0abc4307205b081b0397e317a62801863713a4b5a51ec7c2608701f660f5ab5468af45728c0c1688f12b13c7d4e302eccdfddf1455a17fd2870f737f23902fd1d8ab6cafc39bca443301ba53afd79bca3aa52399d5f701c4460ec0b718d6efdbe3187f66cdf16c775183a0623fea1448047138ec2c0695c125ecb04846b032980f5e473eb3f44448d3178c9d8d05b490b5cbe5b462b882f1ad110bd7b5064233e7e58ce07c8e99e0422747aba011c4c7d41af39980f4127b65e6990f6ec165d2f01615f430a6b567261a9a3680f48c18eac62b458da18b88d5d1229578c7e49eb457ac21d824de0405584ae3369854a97e37525d91a9363f863b6d14db0207beba11170f7aef5ddf6949225cc9e364a218d4338c95f35bc9ff8d4332a059155a8aad1f6721f17a21d955e94941bf032c410795789f67424dc82d6c97ceb3589cad918cd1d2117cf2dee46651a7137b6f7f383fc9baed32f46a85b0ec6dfa16aaaa2726f49737ad79ff5e621d02c712925dcdfa28eb6d75e66cfbd7d9861598ac09d6b579774b53dfc42ba5555ac211bd602f8e3d3ccf514a56f9a8051fec26cb530500077b36b74bb5b3f7a0b7eec01a12c6c3afb4fb0f48b1e6ec194367072e0f1ed047a9de21e65b5e20a6223266cefafa61265bdaf60a042a6bbcf76e85ffc588ede10b2cd8d83d95e710a2764c04a0342f4c3a5250b5d72ded9745e9e663fdab1f7ca9082648e3be168640a2bbe28ddaf6c6584c6374b3563a5234c0738440ef2ec0895b515ed64373af039ff99048567e3fbeb1796d1e0f1994ccdb748a15bce157b50ba2449d8ac734f3534e37590e8f5d7267d8c8a2c054051622319d057a01e63502611fc0fdd9bc18a704ff496cf1c87e58c8aec7cfb14e197ef1e3979156180f26d61ac80273f07b83620f9fd66b29e96a934714a5f917ded5fe875369a8924d61495a3c035b7823d0af90e3b6c728bc8780ba11aaf3076b119eafc16abffff79a010aa4675afb187434a99e73cb6cfe96d630464669c7ca181a846afd630513b9475089963822635939835775409eb77fded03ce221ff03d4ba2dd5885b4caba5635471f8bd940b6505459624ed65f02ae0c37ae4e5561c2bc5d28a75707dc6489d3fe7f5b1f91882e218e3e89c6ab07f233088b67b741f07859d122a6a406d893c3970f5dbfb93971624c7291355ff66f140efbeab02134f40b4f411113ca7508a6996600440838cea90c94f1bcde5c7901a36663fa801eb3f3fb8902c1a7c85cdf8e09ef470f049a68572c27c7a6b8a49e8e515fd0df0c2ca67e7118581f4114e0ed6177334e2b5922a48eafe05989764cf8532afdae8be285308fbe21a18da55d10133493462baf6a8d530691675d629f99d271bb6f2c6a32da3b60c8defc92a6ce85b3d17773f1926a1fa8454082fe08eb55b0a4a14c3811a40aacb8181c6140514f519852a2d44cd32b118685b8bd0b55536433e589b0b44683fe69fd7ba5cc50b6ba328826abfc512beedf976d0429706209039c63789d3a2dd278ef88b4bd35723a4a587dfd235c987cbb05fe87e5c4f81b7e3657f43ef77ec54f6ec2327587f87e3a74174c545dd767a3520b9cc2bb9c181e53d5b80be6ed43681bc68387b0cfd2ad4b912df1fd8f2c12fc12d742ccb48b6e756b48a6b0ffd95d56f44c86585ef3fd4f69f69e842626a47482bbd890d7f1e90b970a71ce2cf399a0d9e1d3d72c4eb500004abcba1303b24bf9af16707cc80896d7920fa70b3e9799f5d802c5ce4f6f0e02aedee7fc3fd6f2d6456f14298a6797ab53d2c400f6f192c6b395acab7285b9df87779638377cf9b70344c454c5609e90e45dada4c9124bcaf90ee44a5493a3f559095d6d873ed10a6d5a3984e59e1c16b822ec7d3183f5811cd1052162034cf2b826a5f2ab77094ee801cc40877a80ab33a4e8e0bcb14067937ea7d7276f25361931f86e10d012f307cdf50e07707ccd0b662b75b744bd0cf17a14c21131bd6df0cdcd3653b48ea541215c4', + 'f573042576d47a37216e1a4e3b45682998abff4eb1063bf3f7d3351e67ebf40c5f05e1d0b07d7c3cf4544e0422771e215f446874174a0bac4d5042692f99d5a1ee679144ccbef51b776a2ef695444606a0b09888f46a87a326836f9498a6dc084aa0fac9f31f4d9d51baa26cbd3246a002f875d16fef15a22b72a5e6c99970081cb806a94d29ec8a2a4c93adc1cb87b72e23e999b1601f6f0427caa8ebfaf8680cb89c2a01633baaac26e702ca977113cb39db26e2450cd358aac7232552def1c1a7a3963856a0c57d5288b3001d6d7b824332c228274496cf01859ca028896be48d0533198884a245d85c088ae5e1b9fb47d8b3ae8c2f801236eb5e8304619e1c73a94acd83500aadbe4d4891773693dd50b4419aff3559c951e0b0f76ece51126077227bcf6ac55c0e42bd3c5cd5d2d163aeb61505bee89c584ed924ef384e6e5c57054cf23c9bfcd022adb41b243e7e8aae58462832f631551c22310e075bd76f313968762c54320ad761203c8d9e8dcc9c7156eff94b334f32d34754a341f5a2ed07f6e3a4b7a8c64821a94777bba53260476ce27baf484f78348d4875c771fc73b71ebf0b8d060b5d3577c54a5e6fc2e322b18a20ea185cd68c2c72e3b7f385ab910a94c99ef3e2fee4b13e6d4d92860b4c4d6e51c34c7e34254b5a56d822467edddfe946b21851137780384a51b786c10c671774048cbd7a45138937f1a746d2e2c847e9911d6384360b3d483186c9eea9270bf3737f229035ac86eccb298e91e9eb351c02a91d39697bd4cfb7a657786cb6d434d9ceb45e3d3dd9df2e5124a13a703b47cf64891b58f78647a9c038499d3cfaa1fd217ccca4ee0b76e1c712ec1d80e1d0bef8ae104ba8d918d07b754784e003a0a91e80c3b4e9a31bae326058da43b020980a940189b557abf480145c68cb799ba370ca29b35329355b3b14cfb8e02f9f244544d75b478866dd76206f9325e3f9b4bd62e8ea57252cb1893838007fe7b52c4ec5780986f3b252069e674b15ca22a4ae4ee6a11a206778c5d37afb4a5ecb76d01fcedb9920f81cd8982ed9c3b57e3bea980d20c7a2507896ee7fee671e47cc715bc018a9979e039315ab85582c75411a4843ae84314e78a5902e24feaf93f4d980350adde10ecfe01ec696fcb76f7de56472947957c94299c16fe4389715b6b19617f75e85ae4866ba6756d6dfd4b8f4f6811bd09b299c1b892a753c6037dca1a64d28530be836cef1760b0f2b0cbaee055888ae85d74fd3f147203391602c50b6bfe5e5fc2360bfcbdbfece247f4b7c9adf263d9e39236800af2d45b3f77067d155763cdec68fe2517e773c50953346bcfe3ca56db8df83bf48e4994d666e8dfcf7227f3c3b8bdf8a48bd8139b739f3739d110e7bbd4dcb34fb8c58e714ef6b418d32d79be91c5d7f1f1ac4674b272bc7a4ee9f4eae33e969b16fa90a69baa9a7ffee6b85380a0436edd42d61bbc398c1fb1b8070f45a846650d3b53ccd99ee36359e6481901c7db99834e6af6dd6e0688ae0da69f88a4531c101a408a852e2f7178ae918591b7010098214d9cb27abc53a85d5bf218ad3d4ed419df362ae2ef18efa23d0fbd084412906e2673b80a2def15198fcd624d857bbdbc88763757a2d80353934de006256df0876e227a76cbd988d4ca7811ef9c012164e4b146f6db1d78454c96b76b25612cff8d2f665b26a188218498941e019dc3b57c7db63b087792f9c1908f91b4aaca491bd10821ceb577525695655356a00920a84211bebb7507e38ab1e50453994cf682dddc6514a3fb19a8f50229fb9666390094f5dc54742b851071644d92bb298a7a9c5f9fa8fb77da044df6fc710f6f611decbf2e64139270eb6569d7f29ee4673ba30e2bec0a6205f0e6b0655769892b48cffa2f7ac1c11983f4823de393023f7e6864a46e7f6e3fe785cadf0f43481a19a5134a091d3bf162a539d9f66607558b82ff93a0b8e0ea6071a2d4090b20901902b7288f74579b100ded569b56685c1b593b7413556e97e450d4eee54fa73fcf7f42258e65c8791475391e5302a9b58671a4c036c36bbafb99dd7a248f407b956140db767ff30dd8a199abbde95ff45552d7f29b816ce60eb33920373890c6135f3fb4e8016bdbe4e98b892c78df8b10732195b21de68ba643545badd9fcc1b1cf9b4c53b8a765b1d38b212f4fbcfc40693e340b076d2e5ab0db96f8e1f8d10948effc3a041a3dd7e6152e46cc8cda5d9b6a2816cc654084821b6c98ff29867241aa5f0b6248c6bfa7b5eb037da377d080521c55eb7354bc4db0470e7fe354955056ff5851b792e18ee9f1d5e1b58731ce627b58c2fbfd7a6a26a0d9e2dabdeaeb7227a150fb14d6022ddd4e87277b09cc37bf9001738d476ddb148bd66444db79889266fe67df15a80e07dddc6db5b1003e638c258e96abdf6a1c84a9046bff8116ba29a8a25428f6e6fbf4601cd9d000e301ad8d81abf015402365095fa5bfa888f959ee1f167865554422a0a959ef54c21494c8113fecd5f9c39d45ca84a4466bea884d52889c79e55af91c97b857725806a263a1b4da67f377ae0cd98b35e14c083534d14cfdbaf3bae8326c77b0c0117286cea7bd4161c9aa07bd011bfd1f85dcd1330fb6249f2cde60909c0a73e48ac28287b7cbda49e8e54ae4d5d96247c5d2fcc68266999cdd5002a5aaf329462081561d4642dd96ddb3e802cc25fdf07875087dcdd0d54aa19a3ef01dc4396b7f39520dd7b4e3bf14905f95589438b00a4d94c74687601f063785ee68f03cdaf35506c7e0b4854939f5221b1f969afd17c7121180ecb2807792782f21099c0b395f04d9f5a43acb9a7cc01265cf9d3e1d7c110b0183551572357600ba62ef829dc1acb28b166c9cd271ca09df81d7f987d702024cedb05482bb0021a9beafb7bd278ef0158d93535e8e906ff17fb3c5e3627595c78e6cb4258dc6f0835f4530f3fb2c01397c5785bb2dc3c32ffbb919bc98ec4415e7d2cad7180afbbbd75874feb704644b65218a54d9d4920f88607b7ff4c68b9c8c9aff13f47cb1d7a9420a29e598a7dfca79f7d80d335af4c84251aa00a4eadfdf1dc768ad6ca15b67aa56f1f1593a7b3ed954a142609c941dc732d746f7c06461e3ba419d8b48ab74e9e20374d6aa8214b8073d240cc5521b779564224fcaaeb7855e4b6f39166c739941caea9156a8eeaea627fc6863b323cc0fed4d0d6833426b19c27cf6a902c630ecb4cd09ed344f15a7ee6633f63bd94cf8ef01c10786851d736351546f02ef39495d86b0ccd8a89592fcebd00b509e62e6c5fb0b470d1205018a86d2e6e1712aee21c21683fa7da6eddfe7cd019605b6602e833c955b5bca3ac487e29f22de7e51ade9bb910e40b21f03f49b877081bfeb7554e580e5d4c5858ddf13f64ba9bc0a5e780072a8945fad059ccbfb74a4d7ef26da8688311f9f8862e6d78ac0455c8ebff795b74deaf82e614acedc16e196e1df7ea019c19eb0a9d049bddb2543e8355ed2ebcd62a72409838914a7dbca8579fbcbb2b41bc4916052723755ff17e7b497b463238b7b5bc4f8c25dfd37c22c1e084c4ef5a433ba4255fac4999253c38306f6ac582cba17f74d90db3acf5af324816ac54cff6eb3d6774de5f4936a0407392417e9caf5e106de7f4ceee7075343f3c1c63881d7e68322d63c1586dd31d78ac74646fab13f7a47e803983359f4e2dbcbc236d001faeef53e077ac12fd57a985aa7fe106e8bd7f6659fb518c53097a5f339c67e7f49604ae00872f6d45746de48cd8db0a06e96866281c42bdb9eb8eed2ad65c1925a8da0668fbc7c5d4fe2b93c17646fd9503c64895a53d0ffb7ed12e48da36dfdb6cd923c3da5e64d27d4d58f2620828bc9401d2479d29cc3e4aacea36afdb813e6b69cdb72ddb9066773afcc7a20bd3a42381cde70cf03aadd685e89b5d3547752cf3cbecfb2692b8765a47e74035467538ad001cfb79a16daac5f120ed2a78a937dde60c4c27b2', + '1ba0728993b8f0038cd7afac17dfde8c712842e327187b5f7df4899111f58ea2bc9fd542b94e14e20912ee2315bcbc8e96398d85b21f6b796786e15e2d19ba5cd76d0ac8bb91735212e6a180a230175b9aee2e68bde75ad9c206b005fb67a51636b21901e1a894bc71fbcfab0463765b44ee2c728f98d0e6561bfe6ec308d9369f1708d772bbff86ecfa808b837c61f65ee28f8d72595308eb6ed481cd24de26db43e131b8f43d1a4c8bbc0a69a46094ae7160a0ac526da748a6392660e23a4cb2e0acf6f979d5de58558c0ffc02fc9dfe44a69286aca52b366c3645c66a7712eb936f107e724f3cda01f78386bfbc791402694d488f83fd7d68d2c645e51cdf500634668f08349b9836064c4d022990b854b1b83a229083e5411591267bb21aa7e102e073620a625c9dc0539af4c94ab4e287bba48e532636a0078eb153c02db9cbe26674aa5cfbecde2d80b4bc2710cf53f23ecdfa554e372cb1a62d96ce7f4e6ddae0d805afcd10a055bce584c848d050fb29fe8f1c64b18e1abfe46b65782e6ff536e89d8d40928b41ed7371365c8080a9647f7532ce6c6d4ac21cfb0c8020783851ec9a7dbc3948f8fca7adf8b2a78c04d898d31ff630724a981e6d4bffed30ad172c2408a9cc7f82d2c96096b40d1b146b91d16942c545212732eaaa5d5d415b71ef61b46f14d7e85521b198c879d6e206b1999a1cf28dd7599f9ab20238504a477f7c0c76d9f9316ff6c98758b4647592415039eb80f27515afa4ea5746088382229b9527e28d650792d0ebcb876fd5f58921cf17381e0242a831dac24f0e0d0821e7d9e8f93a8d053bed4a89b79c0b19d132e308dfb686cad3680bac1a0df0c3c4875f22e4a8af503a482efa0f951ee461abfd2540650a947872047e70ab359a52a3af3e6c80d6d2d70a1e865602164080b5a6d822d19488df764d9e1990e374156552a2596a0772595ba395538afc14787864894ca22f8e4f9d6f76dd65023b53f3cfb8730d4c180a62448fcfd6d7488f1bc29e8781e08e120ff16c84d29bd65575aee78212acac304889dc928eafc30ec645809b16b1706ef35bead57eb42d631478964d2030171434fae464598c6f3da377975008a91cac71365799125828c4f7b42f9de0de3ffe4f200f0ddf773363d7df4b6effd07b13b3091b98358cafc248ea193afac00d35c182c654c977f7c98d0505bca52f73edde5c9e9a905aaaa32ca2bcec15de6903b1a86f03bf95a3b8eb722b039fcded801db84767cbc901b0cd65807bd93e3cae471b74e068d8207619ad270b98b3d21696a380c68de19c3153bacdaef0ea6c7fad623bb46d48544b403e5f9c36e708f571a7b1817eab636ee62a0b4effeae3be08052e4675ed288188ae3d7e21737965d74c405e472e3faeac3ca223b14487b3838db36029d0845f18842778025e0bb0f01996269073163bd078faf5ab0242a6438134c831f8512c1948875481b1a81de3961ba00080d25b78667b8c982cfbde73691847346d7531b283c4d8457337f3d94b3796405f5957cd8f8eb01ec89aa439cec7a5db38dab60cbc46cdf7aca07bf9c153cef8189577f67a9928e5e00640bd36a9aacd6066024e7b75fa3e65cbfd6c7fd512cfb16c021baf06bd967b29fa282c261eb2ed035fa148b929c3a5a0c0590d27286d34c84266b73b37d9a2ea19a235a6c834e898132dac7a202e74070ee9f4afd87ba8907dfd19a25e555c31e752db9171f9580d67192e20a826dae82d43bbd7eca116acfc085da1f9b3b1e6aa61a54fe1a9454aa38e57138953e02b6691ea062a86850307b00ca2d29aa9f2abf71b48e0edb7360fb3adbb8b5e8db801f80aa35cd3fd7fe51cad0cafb34d3b323ac6e4366db7bbf3b1ba8176efea7746a2a218482f8707e076c84759a6a4aa87552d8caad04cc096af06cb11adfd507db73accb74329843ee3e5bb981ab627f16ed9a606be7f2e41d617022541d02ced5e5a2770b7eddc488d8dd033b88c9bb9ae509c10e157eb3c4e778f7a526bf1dfc08b913d32dbf8469c47eef4272dec283c1cd491dedce0cf3eaed8d889d4899b055472e45cfac080389c7da10fa1048441c4b8506016f542ce4247078e15da69543e322ede521c3d8713e5031af1c915e4d1ae170d0e13dc28bd43ce0836ce91d5d039e360ebf5c7b4348ee2ee2425254eca20ac8dcb20e671a733f7a03d4c5ab292f0cb89ce3164e587e0063342fffaa63775d8895505a8d4868148fd343b0e100cbdad0202ba5d4395443692543edd15a11563a9b5ab6a77e4948ac82285f31ac70953728f76faf5e5203cb261cc16c38f681594f2f9748248d484a8101151f54a3d83827e4f8223ffddde3d7190edd789d6b6f314d60d1e3ba9004605c772cc1dbf06dad62c3ff76ce4e5d88d72aa7917c70d6d242c7f73447bc449098f9dc5c9f9a4219ff47797b39c182dbb5a94d3c2a3e3ab28e210a8ebb29a5a24511908d5512400e191732b5c6c41e40530f40a11d200542be009e5b8b648215ff52fbec931501ea5ea7bdcf0be26a573dc12498dbc2c11320eb25434f09645c163270f2e00ee24f2e7d6d1f6f991170c4736b6bcc92f8a4754521ae6c64e6f538449228a26c7b9d170ce34f68448e2d857a8792862d066719a326256a136461c3edc20680ba386496da92a78c913afdff5afbb59edd84eb9c89b520dea1873247a2a304d174a3262c6b0dd052fbc262a0a95a4d6d410e925c6d3129207ba9d7321797bc3b2836624642b75241e09eec07ca05b277d3de0c07c22cb6d62e46d12191229514417ca982d62195efec4b0a9351909d4522ada8fd2d2a52761608a084c3d618035cf05c50a9cf23a38b313ee1b48d565b99e809cb12ac7476ef59e5da0424bd6ed71c0b4e3232840329fc0961874e8631c607aeeff715a55f06a4e19ff6810ddd4c5a26ba13de2f8554f5ea913e66956e2396f8da6f085da4f88444550f8d81d529554f42a3348eb098d9630f3e781c473f107828cef715df21728e97b3aca1dd0a77d57684d84a0b71f1031a2bd58373750ebd49bb5456643dfa10b67760f65b4c4c69a42d2bb9fc5ce73b707b01536961ec38bb98c2a7da9a758b5fef4ce7d68b4d7c79f0c18719d6267c70a0ae14af82236b0d0ba482b8c39f5ee27fb30ee523f57e56941c09da5a3966b9311e3f9c525ed49c788c6f7545b1fbfcad55d3edc2deffd87badeab4759a5aa8a0f44ce65ef9061863ecd6a6ad67e2ed0c87cf86d454616e1bf9824ea4b3f8dd74a2b4e4048c6fdf524840a3471bb461f1db6a16c5005385f97168ff5420a1a630bc103bef83727fc8214621bf67e0ca01c32c34317d36be98c8174d206ae5b14992d7448c68ce6839fa4f7882b6e8a3b0c19e5595f59b867e4015be85fd458d33e9829447b6d4372c45d53e1da34c7d937929016f33e26c1e8bdcd9f15241889402aab1cdf8144b13967fd8fc978cb60e3c64be29a2bbedfe0de515fef45a31ce80a8136ba71f42846e97dfbc1e19fba59dc9e251bc887a9148b7090b6e001767e6133fcd4e458c0330b5c8c89174acde1fd11473fbc8908cbedb19a329c3b7d4a564ad4f5837a5f47f721a9ebc3d483c2512db0ceb0cce24f2c9ce62b22571b93124d28e4f661eecbd254bcad8d46c246ff79c9904b5921e66fb9da69196037a3bdc45f6ae4155607c77d2c981ca774b3307ef84c3637abd9de91dfb32a5bb8c07e37e14ff69f7d43fb25617419ff80520bc2a6cc186e6a70a3ab5ed3fd5288337d2f165bd3064dc799d3c3092b56ce6bb9cf3cd69a0744f2e38fbd8f394c8e44e33466552352addac710ba1efbb54646612d2033640923a9c9c666b08652b23ad8cc3907908b84c6ad63ae7d3023d02a2c62bcab1d7ceedb7ad7bffe8e6bdc5f8381f737c0babcd1755407ec73a9546142f877056d688dd1214a3240f69ff4f90dda08ae5be73c44446b2d346c4eba31ca77b80bfed6e7d3e4a8254069f6e2519d5fd4340a18ec674531881dc21aeae3ec65e98375cde628eb7802c48d798eaf5c99c4917557b4819d2d806e1e15ccbed24c71367d56711a5f4230950a2fe15a720f3e8c43ab7cdc77e87ef12748490ca1b3b8ecbc7870ef688f177b8921c19c0649abee1c1d2cbef9e8', + '9e014421c88bcf4c2611981d723747ecaec70e75b8f6dc3a1ee9d4233377fd6863313bb0c39f7e7beccd39bd0a0616cb30e0e87bef79e08726ff05331b76de30cbb571bf7fb2721aa000b40fcc96e3ee29d275a5fabede2a70910319c279f29f8097d096244b12f1eab3f15be16e171b42a69f3b014d3ce9a3a6b81d4f08a17c27df3f7dd9f3c8ca70edd7e971171b1b23634c842eaf648d67470b87ebab53916b93a5bbc631fc6bddb65000a31756b6731166c9a76bbcde667be49ebdeb70a4f1bdec99148d149dd71644e99ff82fb3dbb9d4529409aea3454a2babee4f607e6464fb5feb8f7928061699ed8e4110dc02617e671e11a1a6afbcc8f6a5608be76a91ba5572c093d414bd3852987b60f791144c506d0cfdad4adaa4c70ba45aa6ab4b11c2d2a7ca69a6140960e42d86cd2fd72654a8822981beaba56648a53385d19ae8f032cd87ae6721f4619bdfec2685b4f4bdf7f98feab437b41a83eb7f4a81862725bbb8306cfceee29be41af9ca3ab29ed183fb96afd487ba2de4fca7be6518b6aa95f22f6b1083b957e8641580f7d90cd9740fa69ac5a29de5946211a925577dc7e703ea7349e663ddce48a8116432271cf2be27713090478bbba527d3694c65c3d971cb4c4f21c675bf4b1a4628c4d5e4248e81fdbc5a9e66804b5003d8fd54e895c638bdcb3ccc67e3f7d4e5ec98ff7732091d0612078cc00cdef3031a74337c40899b90653d5cfa61d33cb657b48e1e45b76154d99ff8df87e67a99d8b9ebc805435b8bc42e5d786267bb8312226821851fb6aeba2bc90c18e94c8ebad262140a7be0779116b9270d3cba12c4ea77c819c985dd5db2e98fe771d1a967c982a877b9921b73fe57508bd99f2c1612a15b293d34aa693c3fb01d0571b488a632cb7586d94113ed1f3a03c6d399b0a4d021df042dda87d2b3b7e22e9475c46f59c62c681daf18ebf92f9e8cbf2139a7eb6361a5d6385e7a2deb5d72a2b6c42ee1e1c3e9c62e2b01cd7584b2ca8c5a24da69d7a8998b973e9596b75c033d2feab16462913c86f4358355dcc05ba1ba22857b6a96dd9ad926d3fe17711fd2aeacb19733e7e77f1a910317ce3fdc2902a9d4e141f5092ecd39d06ba63b5f3fe97bc9c25b7330e1461d350384b6b4edd9c2afe28650870f1a7f72278c41294b875fe12c05bd7d731fe0026123ad4bb2e873fec85e2cbe056900a279f00be6bd3160e11e574e37fe4ee25078d6ac0943d6c6a9d9f31316d862c549a8fa22ff5e8e87b1e079adc74a7a2b0991c33c56674cc3985e6d8cf74facd54dfdd40ddaf647db3aba9462931f4cc413f412e49ae5f271b39ef420c934f03898c0a354e14d036462f4d0f605456cb458e9ec2d3d866fd8e3e3ae55f44dd5f7103992807b2a6b2b12d554f084838103beb8799ea7126c000e73c6b6e06304199fafc6180f56263733a649d877a333b92fa8e0bf405190f21d9762c8f63d24a62c6c6aa4079add91abb0d637486b2cdf92024a18710a84b5f997ab159ca5dea79eb6a4accabc383f643824935ea4117dce0fde32a007ef5188bbc8243b61da23dfd69cb9c084de4b44895b7721168d99cd14c594370e7acfb44be17d3c3abf22d6147c5251bc78bc35eaa268f988463d765c26c69ce8cd36648e20a905f836ac6bb76900e52aad9b1ea221f04ec3e470b12e2a51395d8f8e80cdab2f0063e6ca86098d4ae49826efe6fa01968890103b66d1f8bc743468dfef50aa97944278830f5010b8b6cc8bc0773a6ae20fb572a47d8eba8fb73702329b5f466a285f93e0eed51ad2c38e8317b8aa835d4cfab1b6dfad9553692c028e6b42a62e2680e0e70ce0d12174a8b6fb9191758ea52975767276b38ff1dc13fc4740f46ef56e06a24fb8602c2fe0cd74ea3967fe830868ee1f303ccbb90fdb8317a355affdf1ae19a0a7ed7b5d00708aabe882334f613025cf25588f288c022bc3b1f37ba6d08053e8f3a19767ce4646bde7eeb76ffa7523689b2d64a61d31fc34b3f65958d523580de5a307b313f8af067ed2124d9be0f1d3dbe6d19b8810ff50f086d27bc64030f9c51c53ab962dcd6ff456ca4f0e1896f92da95f6f96463b00b2c96d776c7ee492db3304b6218ea9e093a469df1ac61ac1d89e948b0f7cb82d3feab2b48f867ac26e11a13b7ac34a42a1e177648692861226effb55bb597fbde10f299bf7fffd6fc8ddb2a46a73b97b67387a461b23e1d65dc119366286979add615b926b9272832fc0c058b946fc752dcffceca12233f4c63f7897cbaa08aa7e07cf02b5e7e3e5ece252bf2fe61d163bce84c0e0368454a98e9fdebf6edbd70b290d549ba5577d476af04194f82348d85e9b299f08ddde4ed91675067a1707cbf19eeee675d73387802246af2717f24da7c78fa840457afc4666c26875c4240785093a5efe6aeff64e7136491800fce3d0935ac185c510fdfd162fad07eb15080dd69ecae91899daf964792a76e64ddf0184f3b37f64889727ae229cd993c213b28e84f3dde9197cac84771ae7d2cf8c6424c045d72aca13ecb605fe93c413739bb853a283e657248d5799e113ca69311efa2a41351fbeb973b73f9bdd86f06ef2dc739d83163c1ac4674546a4d903155a8e9a6d404c4dd0e539383b5de2414edc824cac8482aea57a3ce4133f0486813e697693a1b85da269c258a6bedfee59833346992e30960ed75cdf0e8e55d8bdf2122779006bd77528dc07a3a686dfd80f76c92b2a2add9e02519c0039d3e2119f1116e8036ea4924a0eadfcbedefd12a8d43d292078699a24a385b0e8868cc56defaaa755c8aa41f6e0b277adef2e5174d40a5cb720244d64d801e84277bf2083334a809c81d3c954db7edd1bc15bdb9efe988c982cf5feeb7a776eefad616b0a65603981a206748d8679f5b25d6dfa4cda4f806ba3c3f4e011510b98305bef290e539bab322b88c96a0c8917ca4af3a7f19802d78e78786c23f687e50996f109b58b6ec339294e2f0d9d5ff510dc11d6cad9d884f4fbd2b73aceaa7d3ff9bcd1e2707a70c0ea0ee8f99641f238099b01ed7bcb1bdd344ae8dd413c09da6b97aa1d6a865bcd55101bb65df5b648bbd852e3e7a344520b282895b70430e3d6c9bcefe15c2b6b529bf1ca5c43ea4bd911ef338428a65968b39ee898cb9b61219b2edf3dc2899fc9f892bff9f536464b8f0065b922eafd333473604c59f15c34552976e6811d73a270251d9ed14143f997ae02f058b74354f3ce853b76dbddf73fd43a44618eeec549d36ab2a1b449cb7420919093b635b338d8deceea01ea52a058b5bf2985181bcbc3309d2b3661a96c809a019b8fda394bb8f36b7c0a8e2dc2dc6fc0a3a9fa8a401ef6c63870927bc9f3a5aa38e93acc73974c7cf69fce70eb89efad95a39bfbee0b45978f0ae429d1a33bf5326c5e55fa9d72671e67b4036487bdf0c81a04571eb3a477faab5f9bcdb8e34950c14dbd26f1ec96bd0b47ce75fd61ef04b73b84193d9bce3ffb0cb9045a260e5b900fea40bc426f9a328fb96513631410224a6c24d2b20527a4f26cc0af8bad1c80adc68f25fd5c7f8595ad7ef34cc6b60238f58a9a72827a4b199a47e29a8c583a2e385d55a4c332ab609006c2a46cbcff0e0991bc62ae009b8a2ce319db14da669a27f074bf0e7c4df84c46abf170ebc2d38f83610bf180394c0bd97cd7ad69abfa7d92a9d6a4251366c786d4bd390bf38f6fa6b0f3b4c4d0671d743515c0ccb15521881c72edf5a4b1eb0e658f2fe43a4b9143d2a45d9206e44cfb691db3cc21b3fb1df61a51b4a9e19e2587f0ba3d3d0edda1eea656b383ca7fb54378f031a31cf3985f573829c9ffca14616742e0a7e03b0a2d7f05eff0219eebe8adddc3de99f1407eb00a1dad1256241d7c2f931ec993c4b7b9d40df5f290e68344e4497b31dd5f7cad2f58fd222a9ae0b7e91f4ad2cd18b3db2ad739443feb3ac66c8d21ed9f3b80d610a260382ec1d5a1d84cd502d14e496e6e13651f924535badc5579d31f1cb3b413c37e5a4ae021c165e1646287aea3f90a8a208b713a9da89e6a2bee464c3dcea1820093663eef9ff6a8a2f8d780e60465041391c4149a181994de43fa1245ac23a88ee86a2465c4f56734ceaa0b3d18e749e63873195393b59a3adc24b5f3d7fffdcf633edaabb7c8e7c5ece698cebcf82040896792f1a0da46e9c0ad7e70d69f496c0bcaa8ea00d9f0fb58756fc1780052c98a86c69bc8f05e90f77bb5e43169540ce8f7d64a288e4a7e1c3dd83fd467a82a45b9ff7a925fabda8a', + 'df753c3c6eb6f4e34dde6ee5388b5b818196c4e7a951439e2d0d7223a2e0a4d304a5d30a4c43da8d4033e4258f3c258d1d81c88e9cbe28695ccf427564726b09c14d3e9c1e33d92b95a349dcc59142e02569139d9752da0d41b0f46198ecb8ebbd77653a0d0c5887f436835001131a4240578f5cc493c15283b8712f67d7f53fa12a302c4158c16703f57bc96c48157b16522313490b45ffcaef9f27f8b989ce146f87b9e19e7b946de719912eba9c525062b7094e42cfdec05e6791741ddc60bf4d522b1567eed6d81446ef6ef11590968f3487fcbfc5b50b0cb1b4028856bd4acc79c8073a82f4ed85e82a5474eafd8fe280d57a0a914d530166d9cb845fac5cf4e4d9dc9f9fb85341e88b0acb8161e462843bf1ab996e41466c48f6985ff69dce7ca5bf1eade8b2502f5ab57e44843d182801892a47df7ce2ad49ac4dbe63b7612776d640144db4bba4df8015992e400a556e6910026aaddd10241529e4bb4fb5ce92498c3cafff892e619119ea269842f1cbbae531d57c407c2058b639c610d35a42418b8ed63bc2b72a10129e35ebc8e560a32f3ee99012db869e7c264c9fc2b1cee6c37089116f268026861d23e2a21a754d78906e925b149e0e021114a78abd7e5fbe4b92289763acfbffcfb824da7752e0478f2c29230fb0d1d063e7ce34649ad50488b72a4255f5b6041cbb5a78e33f8325a3ebfe73b4040e6e858dbcc790696f1b8dc1bc78e6a57f1e6cf62b8248835e993472b952ebe2ee65ddce1a4b2834568dc4778842fd0380d3272f40028d679a2baa8a01c99c91993bd57290c91443b1e293a336a78256deaeb52f40ff9a335f636dfb7edfaf5a367bd440c5473cdea9a0640b6eb05ee7c4347ebed482572fd4cae58dd99c0c85edaa410162d0884d66519e78d76477fe58efeba3a492aca222e77b07ba089b5ae852867d0e69e0d70f7ca9b319cbb6e2c26662a8573781d670429533c82c45204cfa0a7c721c2cc6ccaaed81dded03dd2b214c939579be11e7649dd7ac0ff021442b35c636f05460c762d2adcbd34735bba9122d08614b9cafd4f9bc0eb985a3f56c6f2201ee40ee252cc0fd8a84683399851a3e56f610bfef1a13aa9433edef8a45205a7b1cd8b711901f3bc308501fee3dce8e2741f5c1d0bf5169e9840e4d293eb0344d840505b117572d1d68e541e15a95e42448e3ec794a1dc0b3b4d204fbe088791f2ead1e2d48d09c41ab11e09b63d60af415c0861243de789bcc205e27b20ef19820b94baeacf24fd6d9bb4643e0fbc640b076d8c533fb5948d3dfa1d53dab63616412d45cc9261085fbcbb902596be1b01feb2ab8a1de2b63d1f9162f07c79822029e015e2ad2a5f617288200578e23eb6c09c41315eeb693cf55055a9acb598200471add5460d7d038bce96461cc539a9fb6edff1793c281d3dbb6817e1d6c2968f46600d1366ebb636e3557008d3b64bedceea4303516d4e87370ca392799c0428d2ef027be3261a226b000bb39a1f2d3620f29e73c7b3513057d5d5550aaef94f9bad4e15eeb67fccca0881a384eebe53098b6c511b94c5e7923635aff655d682252d5848060787a494e16a5f20af8fd2ed175511a98c0d0b7ab04ce9e94b3c5ef3e1b9a8b5a3a228302d3e5d09cc12244028c13c0e03a71a85d673b94fd98b448c5cdabe7a155fe6304e66138ceed5c5a7223936b58614a3280b5284969b53b1531133dfbfd7216d19b78a1936625b3586a635a84c9de623e5e151e259fb2653ec816da31363970b610b12e4a2d1030263273ef71fb58c2b53db0a490693637acd3fe09f0135116f8abb88fc3eb57daac127cda9cb678707d66ae42f28de9bb4599f353a15d631081b4b64c6868a1bad352a6a46bc2e67680213680b3d474f8f2641c3eaadc16643773d2eea06b97d6813918d448e649dca4b570e73b067ff69c7aa1547458131c043035fcd2bee1389f10fbf29aeb49a8d36c85fef2ebb1be2924ab1d67990140cf3206fe682726e8161f7686c99a8fe4f48c9d4d414ab35783aa6220eb6689d680c26e7dc96f0eecccaeb2193db9c397ef5edf5d8eed2cc99054ede5698953e8fe2895005d5e434eab05d7325d108dcaac2a74b5429ac51d3a6a74f447c8067d33aca20f8cbb6a169a6c0c5a93699384123884dec61a265a673321d6efec4a9e0696be32be502e4a802a7918478a80cd0bcf365e8135f68801f81a12c7bdc9525f2d10f25be334f4478847f4df3cfaad7f38b2bfdab2deb0ef018730390228a126bac1d6cb3d271bd6ce9e76c447a92d54bc21883b5b85d8199691b8ac8512934385f8677626adc81544a5275e73375473a1ab420bf6940b67ff6033880c2d319fd6de2bc5656e02ec31858e1588492bc42f7774b14cb24ec1831b293460218220f59bac1ec414d143df6534524d8ab82fb0aea6972588ab0f6cea201a49978eaf295672ea09443d02946e9f7b8b9f059d6a77612449bd293900f6a2a18e375e35bc370392fda84f1199c859fa0a331af4a6fb2bc07ffad02788673631f9a8f998f467e97c68e80e58369aea3592ecfd1eac618fd390e7a9c24b656532509367c21a0eac1212ac83c0b20cd896eb72b801c4d212c5452bbbf09317b50c5c9fb1997553d2bbc29bb42f5748ad83dc6e538736763eff646f0f9aa6a5b028e575de074f5fe5de425dab8e6b73f0662f88d49749749ae7b55aaba9cd38deecb3bcf6f3ee5a6de5589b70c637b82aa6aa67451847f5aee60295990350f8c6c18d1d02449b6bf037cdfd09bd033de2ab16b4adf47620036511c7e192770cf0103c4009e49ebaf83c682a805d172aa0dd3a1615121f1e20caab99893c8a9ce43f89cc13ba3f700c5cf3cbdd8dbaa8eda4e036845a89168d7e98b39bebd0d22bb8396a29aec6b5b5ff3487263435df4f68cebb02b4fe31d3eaa0bc1e8692d44ce117c151a87ab0798df507653cd0f65091cd4e9808c49779758b5d1bf518cacf24ea7a9590a58ae36efcf2a18cd3157887a5974c3e246f0786203d9920aadd3de8793cfd4e8d6a780a11f1e30c86664eb21e3d283e66e106872805a0ef90341c948db090cb7a79c2cafeac32a4310e5a7b00e934f0d217fddf6c5c394a11f9f792ee7d56edb6df48148aca963c1b3824481242773db03674f6b1eb6a1977515349644c579d88c392517cf417bc8d0a35821df1f90b4769f334c2593d440866ba21b7c59cc4374d29ea9dd1be0ccfac1492e99dc244e0d60301664fbab30d60b382ae8f2c480ca79445b50a9215294749de3eefdbcec3a52bc56475e84ecd67c7d413530f134ff65bcc8c469bbde3035dd0e48f4b9338fff4e88572cffe92a17c7facb84e0b486507e6e92ee2ed4407d7cfa2241a79870ce5d291ef77a9a2395deb4267f01a3e191ffa95696e8e957c3f424256506af7f386eb5093e9384655ef819c07fd277b3d2b7259a048861f891e938acff64dd1dd5f9c89072c94c61ebca784417e1945f7b3b5fb7b76bf2757fa29433414095ef1f94b06f248a36abb4bc6c0bd7adae56f402b43a1021ff80e5e6c3530b088e358db628dfd464f7a5424471922f951a3cf593cfbbbf390d9d5cfc42769d4b1ab398d47e7d02d7f3d13d09057190366c63c8750e97052f911d4d799e287876cfdbd9864dc12051bfc1ed60b4249a10198e051cfd7692641e934fd532f33d2a1200b831f336bd60aff9dbe1fa15bda0a5fe33f218b4e7752a91dc95ad415bb385d4dd6e2b685a9368eb911333ef6b769646dd9aecdc64e1399b6c41799d44d1afca81a142b058586f19955b1dfc33e07efa4a8df6779b26c002875f048188d2d4546d61c5b9673e26f6715004d6979ca47b3331a1f10ab45289a654ea78b855a7f4f92640ede7a325248d6885091709bb6c002c8bf33418657351a9a80d33c8af4ebd6530b85a25ee06622b1afe32a6382f49e520d897d18d6211e3a9998baa3ea402b511c34f34f62e980e33406af08f4768e1ed2bb66e1ed85f998ba83088eaa7918c6079376eb1ff97986a5a30774546f5a96d57004cae389311aad3b2d347cbc261a9549321b61bc9402cb613b8dea068b21e05160bb0257502a3969317ca731dbb68eff2fc86e5d59bf6ee9513dfd64a826b906819d9014de2f25b51d4d7502c200ba5c76d89002502656e2546ad7b0390f29367056d6eb61913ac6f8912c546061e1090e350cd4029d4af549febe13c743f88933d01c0263b74045ca2f15523f42caadffc52dfaf68d14ca3ae0fbb5d92aeea9d4f1aa816b0bffd99b0f7821e6093ef152723a9cb45f7a082ef8d6bdf72cd33b5aa3c79102f43e2b74199decdd20057d0e227ae4c57945582e2e9653a9b16eeacecdbc5aaedac7e35c35cbd9adede7f83bbf36f8b0453d61416a85a17821885b3757d203fa2560a85c4b4c10', + '6d7262476da95db63b322c5193ea05030923c3cbf0f8e8b17bdee2fe227c8dac47bdfa1c1a236f07ba5eaeb79d1d7a7731245848c39e93d5a1b582a97b610da00f7d6e9b06203578182a8f42771dc7a46b2f0da4399d778e4a41452d896769410ddd472ef849b9f29fbf5659eb93f474ff6c6b471a9a9cc2bfaab2f31437a87989030c3cb946025b95458b66bf2707ce3404f9992e400b5a49175261e478d22fca17452d12be189d43e3b7d0bc800a99531f3f033d34cb3f2eb0abe0c0d3f04b19427a68c859049ef1c261ffaa4704bfa4e4c6eb0e21e457b69f47d972f009b4beab3457a6c0cd48e70a115b5123fe276f7c15ba6aad5f8c2b09aeb2c0762554017cfa61739b7b816ce24f4c78bdffb9fc0fb5d9198043c5d31966d5730e4c1229da55eef6911733c972a43ae9bc0f5d92c42caee34398eaf8f4f9a8535f87d680efcc66f84ba74547e3978d6ac936fb7bc304a3909e66e2e0c5ef952712dd884ce3e7324171369f2c5db1adc48c7d7bfd35c41fe738b697d3b2ce02b9ce5711d6de2eb899aac929c0077802bfacebc56142f58ab1ba8ff01be32059cf3cfc5766072a61c89e6acb4d0a76f522d289c2ef111e4bb6cbfad5ff816c013203d4434486629595f6206d198e33ecb7a55e58eecbc7ccbe14fe2ec6b43b62aacce7bdb7845ebdca5af4f76dba365044ce7270a8977974913da3e3b9a314e4fe3f3eae0829a73f2d71ec5191b6078a92f4cdf3639ebaabf6edf1dd20777feff803e0fc809cc48587e41363cdab2e0069c078c7680715d9b7ccf102435704eb5ec1d59165063df59f5a6e1669c1331c90da7ad6fffb0f669a83aa3b696c2c40f9202653ff8e9bf93f7c0750ac1f9f45d1e9db066fa232bb68ba2471dbde7e5691c9da2c985d65f82df2e5fae0eefae2f295a3410223053ee818688ae2d48396ee63f903769a235a326310fd4b55ca5dbc88db6efea71058e4467d70c476c166d7978cbfe26e5e861678913f357d991df7678b75ac55dc7122ec6b09c9edc22f150d994a24019ce6a1d86faae88dee8a6bddb93e5456f0f26cb13b3f3b610e5a716c2b8b847a68e19b2bb225abae520cdf906fb03ed1d441883df4f860f92b4db05d476a4a0147dfcb1b6397c5084c0b1d28b4b5b1ef11c83e399e1e82dea3729d87f7cfbdc0c348fa4e88ea7fc264efeb4e9134f7d82eee584d4298e738fe30ff9342a226dc6385f06c2c052105222012aa0c1656b3b31a9c20e74ed72ec2ee9d2831cbcd80affc751e54d0f3f80f075ae3304117a829b6d45b95289ce8791640efca33fad23016510c0a333cc4b20a8aa1029e81e11729c6a5540e7d8faa0fb08f17c0f5fa6d3b4bdd5516469093926c8e8c15de8305db3ba72de8c14bde41b5b1205b0521efd42d393e6157853b08c650d58f74b97b34fa09279eb1439c1417fdeced746f3c47bdcacbfcb8cb31d2618fe5f28da9029ccd724b1895a06cf09d1a835c880bdefec43506cfb189fd5a05f4c5286f7b217b7a8aa03fb589d63d11b1ed928a1e5d5f0925f7c389e7280679267c1762586139cafa2ef95827636339693275c1cf3fd45640a5be8a0e394087ce12a9b068493e856afd2fc7a29acaddeb5bef77470ec4712e18a9fa26b86ff59490c49fd261f2738116ca4b2104dac7df70e7f2ad51972398586d22562efa8c1ffd5279bf31be5be880b02acc27fcbeeb77447c2a91b434266ef04ac7224b1418613a84564208074743cbaccc8d9689ba7af05be655856c7f611cbaa11cc95526c46409c01b393d4568011b49be12f1f280d2d7082571934c39d8b90ba4dc17f22fb84f2444bac68af53cbd6a41d6be3c92d23ab989e07034fe0b902d43ec2124a91ea0ab46f26abff563dc589d4cb83fb7d8ca200a3acce0b99f883080613c633b7e427ca848f08c6d5ebe3b5ddaa6a4f7ccd1662fe86ff7727be73ce4a43057ecc07ec1f22622986715ab3a06ea52125a9695b2815021222f87f578f61bc5a9c4cc9c9fadf3c68cea70ed7d22e38232e91f5f2d87dbaa09faabfc0d3e2fc201cb8ae4406016a50fff57cb2d382dffacab4d76fec9f1d153dacf42234448f1060ae39ecc93f987caadb28c72d1309127a909244fcffb5fa9d8db10e091cf186188bd116ace033464fc6979737453ff4be93caf45225f1db2fab7ae6fac2a00ba4d0286439a9c7386f464da59a90113c175cc600a4987d0174a4c64f61dc371b76298457f7e2c0dd89e8bf74bf99f933155a37fc6ccd9437fd0807a9e6d013303ce699645031bcb0101c71772ea9648428fa754a034bf3d93933c378e234b0d44995bc1bdafd273aa25fe83f6064efa9d2dc226c107a085fb9b69e5efc70bc823cc580d110db7cd7a131984fed52f71ea36db3f51d0e4e45ef0edcae8e1a82c476e47c466a233a31ad20160b2dea274d0b3d9e57714f222649bb22ea2fa8a0159870f2ce7f8afbb316a9c5f3ba90dcdf7aba6615b5d3407b6a39e5b4499190f00209a8db99691de68e4d4cbc1bed942082629fb2632115afc109b98f747bd1ee53fcf31070442d4674790ea6ba66f9cab2d4afa001cf1e5ddea902ce38bdef5afef965ff7cb2b65d59bb80662e835a287c6f1a810a23c6e023a64602fede45d0735d75eb172b3595be93365ce0c951e45fc064b7f4c5bbe1308017c04f5371e951b7a775e814177a038eb4fd69af6d68cd4712c74a2b49db75a4ec8892c3f0000a868f226803f884d90c70ea21bc09405581a93182db0d3963a338be71964cbf1e4871730f8145409f9afe95b175a1e588feac79374b72759af980f45450f460fd8c02da57128a37d7c8b2729142e3c2c81c7120cff3262a8c1659acc36a63a038bfc7eac71e33d50204311339ca3b829379abaab57874c2a798275a376936f740521506e82adea2beec0efa2362159f8b84c089a0320ad88ded8e8f48d3cad0b4f18ec132bee71b6ece8099d6b10e6410cc344fe8b634d6af94d3ae4010bbc7070ca9ac2f50e9b9824a4a64dc1d928ab3ce9b60278baf476d0cab59d5c66634a701ea2a36675307a9edd0fdac2e2e7df4fa5a6cb518c69576e389f4725b76b4158fb4bdf088bf80361798d6bf694ea854dde5b849e4175b3d87d4109e5659dfe2f4bde9e63b9badc75626628e457fb443f7e1e53e841e0331883e30c23d8bf29fdf5a307fd6540ace27ee23a1494e0c42c6c3760b5f3727e3430cd786778996acbe1e24360f9501cb0b74bc90eb162ae1c90eed490c1f23d376e46743aadf567a0f7e37914dbb3d4e8f3e7fc5b1849aa17d28ad7fe122a172624972822df99cb841fedd29f75317b921c00fc822f5d5f261a5590894fe0b50b3a09bda9764e3c7f414a768b2d91b9b419dcf10b60667650509528b8deddbeed97e25b57dadc629a45408c606d9d3858d2c3027f122b969e5c93c71328e9dbd5256a29b3730be7dc13183da49c1b9d852fff5764ac7568162697932395cbb4cacbeb5045aaa3704e931ab0e121d4934418d71945980c94c397e9b76f8e4df0d471abf895e56ba8f6ae8d0e9e6690c09c759270a73db8c1aa95d05980793537fbfff3472c8d2c34de4abb7e64d216cc952e798314034197d50996a2dcbf4c33485e0b68910baebf0e50ea29bacd3060372bd47b13526ec04bdc81b90dc95a8ac2743b814cc5b9ef8ca9633628bfa4248b55eb7f2d9208e114f4dac69bfe27e4722acbbbe625156c623b6ece36103bbf989205b8e82bd7a5393be8f30cc57aea5e69023de69289df98f052196d29bdda66cb6b4ecf86a3b1c198f566ea881d4390172a30d474dff034af593e5470f21cfee96668670934b0b4f24747bcaed698101d89bb3932dd46405fc966744ea22e67d23c2e3a1d52481a3327bf0b9f6e91e46467079b364c8ac3eaebb8532c94b7a97035c9cf2bc421fc42ddf65ec2add516d30e3b85e7f363c637075d7b709160cda99b61ae9953e46107b1133d815a0dae51c5807cad9c7a502e657c748461d1da67b41d60d0c739526aeb3e30433fe0b2c8d3fe0af00d7669b74c3ec4ceccb1d891ca266c39e8c7d653d2a1c07122f72c1f81dcb6180f0119ba06cbf5b89aa8d00f23a45a3b7d37f5aaaf617471ccf9233e1743088d6ac0691fd94a8fa89260c9c907beb33d5030b757caa9d5ac058fa00ddd5a89b8e65d60ce0ee318087d7ecba6c09cfda9275b25426b9f6a8a9461aa731a4ac0ff4b8007b0ecc01a3f23adde919567c3e6cb604654da6bbb744316495b183a36cb60d064abbd061cb54c930b6fcd478a5c04e623735e3650d0d85785aa1d537185eef682a8c7e0a7d2c0d85929b163dc739995c2884128b2071ccb674972bcfb93bd996690547442fe4625d1a789e4409354172d7cc9686882d71bf6205f9e5c5f95621a49aaea75a1a82279d19df13f24fb116c353f1ffaa8d1ee3b172b211a4f3ef9a5bd116bc823ac765b8f34b3608e572e859deb74f1e0d1ed3c17206cbfcd7f050fd2d31fc4ec1bc97fca97522b393013829b1490d394a1c0030684a8d340222f6072372df064bcc5eb680ff5288e4e6b6a16', + '3ac3e86e6d6d65ca203b850ac36fd596e8e01f214bef8e390fbd141c4a9b09cec4c21568fc454fb36c43a6f50e61810b1f77a2b8238a503d29fbb52a50fd85738a4ce0c6a01d7a1c7750f98f91ed9e6bd6ce28879599f5d6c6f26b3992ee969715ca123062dd2c2ec7cb447d53fc76dd964c7936a804c62b6d0afdf116548562eba2734d486dae11e61a506a5c744f8ae6595c6c64b30b65a6ab35fce6199bfb963ecbc65db548ec5ca7e5fcb53f729a4e5d9ad1d28f0cabf93dd9ff0a231d8b9e04e242a69d41e7afd9cadb6543273456c0fb0ef97e1026ef28b2a5885c5639895e806a2d0ee32c6917c9b0746ab58087eb47cbe26961fd0fd488936aaa8d2ee1b36ce6f9ee74e011cba823eb9a66a7684446af93394559e1a92374b8f709912d6b6f5d12273d2e305c30dbd1bd80d18234c06316d40562ee104aee782a138bf6ee5178819f863c4d3229812eba4c255b247c8f7324e93fbd6fc7a9b42bf344c3a3dade4d409732f0b55bbc0b7912cc7d7a43dab0103819d72f604e73e2f1e31cf4d1377ef0b739a24d8e356fe21aee70a0ddecd77f3c17c2b9de85be3755918948002d1d992f79e962899462ddabb1bafc126eef5b3b62087408f59c12667593082d6630224819505c1580ec520e40e5f8aa08018b7e2130c7a847155b6db8c19a218ac27347415ca3faa116298cc179fa6c6114f74d7dc31c842331fab2819c67a442d874771b979f00a0e74a6b5dfc6c21223087f09e48da662ff9d77df9abd77e367c0d1fcc88b8ee25689df33bf8b591f25d23aeab4768141674da16477653760db526867fb7578ed79f0b6e84f43d847aa4b3d0cd4930567eaaecc4958541556f8ca7f55aade2a65f967a225f796cc2620c1f9e2bd599f610a4f3d108610ae3060778b485f1c3ff6455d358f50eaa12519e4f60ee730bba7369d883ca9117e87731810b290b60618fe2ff586d3b5f3eef612b5e3dabee6c4f018423039dcf2c6d0fab426e8423948847e56af088f30ce55d9ce04106abd24e75def8da0e99768eabdca07be3735ff68c6cd6a67ece45db9a882d210ba8b516cccd4c786adf90820cfd6e79b0b78b82b77ee3b6a458b17821d98e06434edc4f0e3b65053c0840f23af7f58f7459e0d3d202db4982fa1765f9754b18340511a2440f8ca8097c4f863eb07ae6b5c02692e4df0486a11a404a2a46ac7e68361ab6753109895ba285e51f1248a5fe542566f6ffa7968822f5cdbd32f8616747c035a98824d1b9e4a9b8e504a6f5d47da5f80f490ba0bf78fc99b92379e8b7a2cbc4e8fe25a8aca985a6986ddbfec1a36def37a57acdcf861d542600753ce2ad030d3b7a5335bb5adf58413730e74c2e46f476fb3a453fb222a70cb1358470d230b8a9e5f8a16e5d8075e849edd9fe86f8afd533942f9766d139741d01e9e778196d3b255a134d1b30a6938b5afb5d134bc75b36d0b36009f4b3652e2193d10687d3f823c1b4e1fcb6934ce5be76f33e07e511ea36fb210351bce8cbdca9b5e64292e8c777acb169dce31a3f6371486df3b0fd380e2c62bbb1fd04dc7b541c7f125313fac32245c8683f06818f15e209d8d129089f71ac9bdb1dc14a46bb8d39bfbe82a2ec3e2682234e16938b8a4b7b7eef9d4332f0850a99c527fb8507907c107a3ca83b2adb00d5b9545d9ff70b2aadb360cf0fd17870b19d3fd8805fadb0ce3049f5f80beca94627c8c81284a87d2dc479967e3d0a36ec4c10c97fec6d3dc187b2706b0ce2e43d4179ba2e5bacdec5ccf37fc75cc5c2127ba2b7c9d5578cb1287e00db52441b84af6f1c39a19fb43f70d3713155307debd1fe88a743f40366bab58f92089ab5e118b2d77c810766615a23560551d3cf3ef72b26615eca0ba7e66004d6546d1a1d244bd13f216e5ef432eb158c773721d59431773f4d630d3e548546f05e43b1007c41f4caa95b03bf9f31960bf0e3d9765119658839476ff1ab2f3f284fa7e451c89c27644257bd8c4affc1cde35f61ead6ead78649fc9b899363d6c54f1e1adaaf64515614e9f421db5c7e1979341ff9caacb47fa60cf7ceb62bf3118532bc61daa25ce946991047f951b536d9e97d6ad668e6bc77ffed87b98e7e521a6a30aff15e2f6200ef79c64ce44e6d2d06e107a1255485e55be37e479560d1364edf8c9b9eb20c6c7498667d1f31069a14b596d4ebe62218aa437906467fd6ff6731bf806ccd2eafafd3ef340a46494a9a60e016c284da377374419eabc4a8a03c8f1249cf680ff428932818ac767d65204aad10b316f66b3fde9eb8cc17913f565f4b9ed06bf8616841dad20da7ec122edbc569c584bedb95e957fcaf61d7053b0a332675be311ef643cd0a35c2dc7a4d7befca01b67ab0fdfd36115e88c31975f9928ac84a02545a03c9672db096c50492f5db6d957211ff8201a0e1769da38c933072d1f5b32b1de79691fc57621adc889d431407ee2724e081503e11adcd063fd48497a88bcac659fb31aaa187a15cc5b0abfbf53519f37f7eca7f433abd6d67486b224cd35addc0c2ef40754f840cb1f5ba2c489010f5c8c0b5acf38e9b487252cd7ac7d402eb84b172c5ba00e874b53619aee64734b0210ebacb09ef9020c8bb53a803d3eb770c9163415ae3f71d37396f89b9a2acaef33181e66ca6c47cd14aa4b3e61b3c09c22969bc3c40d98ea1c765c5a8e8a177a7f2b10406fb5ee4f4c969a35af31e290d432d3f485fb64f59a8a36b9a633a91a317f22ebe3586e09cfe498046a2b96055a556d16687b5e9c9a4d0837959a0865168ee6b7c9e66f92eb3ed539171343503188d7b7e02fee3578394132c13fade18af4ac3287c23b613aefc2425a8b8317d647a447816bac56d0c99259bd9711f5fb2b13eab18e8a0b3b81ff9e98f6cda2c51c4343c0c1118720884c0aef32dd3903ac9e5ebbadb3d7698fedcc56d79bb78a71453b32c2a62ce4000ed4da85581120f3abfd1aa2418c51840d4a18c0659ca2d11aac3bd2e2ee879b3b3604112b24df9add4452fecb606fe8de965323c3e88ac6440550944012a7e451acf068beda9c0ca2d30925ba1a3138f24faa843f11cedb41d52569565fb165f2a823fe9ba8e2b38d1781c9860021feb8c463642faecb5aa4aa0ed49e1c308a9ec613453a16404a0c80712cc7b8dea4c2a322361e262cfeece291687feeb1dca67552df22b9311a91bc3bf1e7aaa3b5804a6b9ca2fe40227b1d3187742d91d6ba34471eddf831bfcd1966ab7e6c3dbb7258b3ea26cdc15fdfc883d4237f6d033a918496d469ce940f2675abe473f931292c7fb141eb1d11ab62fcb1065aafdcb80b7fd9ae647451e871dd85c2386291154443845cfcbfe23e7b00b08535e6eda300bd59b4aeaf53e97a22cb90400655b74e83d60069264c397f345538978e909c2fa1899f7efc2472add9efc71151199fa9d518b4c6ecaa0cfdfc1188f6237003d6e10bb77bc74e248b6764ef32df372ec4abdee28c7f962965ec680ee822066a94e032a50bbd3b6fa15fbd611b0d58f54d7cab32205bab2f5589db32d426be30f823a0d0d52a66c47e276bd53067d97392bbdffc290d338f3b38fd8d409e22176f1fd8d33ebb7ab38052f2a4197b333a430e1fd91d00c9b9858e2186b3e4bc5e68594d24cedcc1cd4676e4664cb410b9ccd7dd2162e2f83ec2fde9a7b4b6f7a67254603e0c0ae6623ee7b38430beec629ead8a9d910029af820cd878b9716e602b95c4975cc25322d839d2966bd810d53703ba863df4f85c314f506248a07b1be2a1ecb9578f928fb0f1e41564bc3872345eef73b04dcef55f1a040cd8c0c84a45ed4b2c72ef1ef947844a79a1b7cdda05239bfe9e5717eb7a1145c0e05eb07ba3ec6259456d63000a85884ba9773b6d37f6428f6ecd8daf00a99836f5d6de10ab23c4d825670924885a1ff3f2572bbc2b5b659e980d8ac081679dd79fc5aba9ca37d511b9787be73f96941b02f3f9477da787b4a08389c08acfa91b34b7a3c76f7d25ae781e35b89ebf672951ca3e8fad7f3b5a2eec151f7b366c8a6b0950da29883906d7d4b12934292b87754665f51956c3078993b74dd1503a9d89472d5286cd81a35f1898b97e8833edc3f50a286fb2e1354716eacc3b91a5dd360da3d0e5d1821c746636da0c4112a4f452959a1f08087bede21a2b087f20b1f7a95ec5e528dccace5a261b3be86a555ceb82ca85ea9b43f481efeac67d5dc424c6b8c20327d446b340e0edabe28d67842c6c1a52cf2c15e172b67bf4109f8c63c24c25ae731b08c9d6e1d1cac41e63f091bc39f42a3d7a4b31185f2fdd78633b487381658f13997878b35827017fc328b7fd89f88041d988597014c8387ae0f1b5d965b6d0507155a2eff12f3f241da30baa8ace65cbcc2f38783d5bb619ae4d96e83320eb4418e7d1d22d61b1cddbe6193dcce44f5dbaa66a8b2968ead6f395682a8a1234710885a2147d6d1dcf76784d41c0d8a15a3d947c13796e2b25897f961adb394069b8d58011619fe79b75b03430f72a0053cd6fc9bb9dea1b97b852cd2396d49390b24df8736a7883c462444a95e046e0dcd29effee174b10a008b579ff4d92b2887d657795088596dcc4ab1cdb1ccdc747e5b86b15762fced1031e08e88fe201b382928a00bc557547053b079aed0d38479f32b7ec2b068aad30030689ae4115945a7bbc410646c385bc9ab73', + '9a9667955c84473adee8980b59ea750bd6414a4541f689b2c06a9e5c439a24c45ba259814f80cf2b6d1b65779e8476a33d7b50152935e83f195cccc5305858e2d2cd2d08b564dfc63bcfeeefff07f8f9add82ca318a002da865429de4ec3c1a1a61fcb70b6b9ded4f10c1bbba4fd63d3cf61c73735c03f4daf589feec565c8c87fa01b017906341d36dad422b6ed1efa4b1d0718a81c085f3b73153fbdc6d3210759060527d34869b342016d5d609336c815d5909a3cc3d7d3aa74175d6c4c72e35172c2e7a984800f4b8ae5c0dd294eee4f1ae533a9da7e1e07a2bfcde19984be904981e20e4f2af3fe57cf08ec480c67d5bc609aeab31cc591887f36ad241f3e1f718a3f8d112e076151765c155836d8afa549f887b8796f500e9ec056530a0b05d42527ab3355f27f5e21e5e1c195ece3bbe874094f5cc54d1d669266900fce4a589ac2f21b675d5d6717cbd7ecf1497be88437f7e28e6e8f9b1dd56542f42ff7e73037e9322cef0555a135803f12977e126768d9d8d8131e720cb0d9d082d5136831af18e06b517e0e074b6223bf7ff523d7303899005c03887b4c4ca48169a6c2e351088eee2ad07c91370701c2a8e7021db79a8dcef045c7b2d04525b992b9df8f4640a27b230486871ef73fe1bc5c9781248a1c0c78ec15f8654dbbf2f952a67cb54886dbe42013302bb847e5605dca4a9f8dae809b015c9733ebcef3467cfff4c7a9a0d6142f0dd583d47f953ef083c2522dabf3028b83d561a7c685203cd23da4ea5a335b365bbe51d351bbfe20aa2f63f17b2e559272fb18090c702f9c07a073931bbc633fe533bb3b241d48f227dafa6186f63b1f11507f9a067c1ca387655d2d4a37d151937ce9965f85c270e20b400634165c38481ebfe11d708f5938d4893f516d50754de0046b6cb917a1c40a5c67ee5461e8ffabff66b9162fc703351f51972686b2fba83443b281ed8db31e770d1a7af2341e4168b24334a5f4d0cf49eb84291b10851da0a599a7ed3d9890b97e224eb6268d26224c219398e988eb2d968040b897d384711989f1beb85ca849446c9956c534a254bcbdfbb1ac11d1f3d9f3310550cd28ce27ea290806e5ae50e762227919fbff268b7e34984755c9c43d45c5a9425c50e058241575301deaf5ed6ab3c82bcb83c140cb05f4c13b1bc849dec44d756643cf339f7eab3deba461e0ee12eb028a784d630e376e23aa0e268527f698f2d44ac241c42b52353623bb47550889a62224f17dae92ad748ceb0779862333c08fade108f9e61321e8b02cab075d4a2079d0d61513de5abcc8fa92ae6412c5e77eb45512a7759608e893dc936cd9d87779c324b3a5e31c044683f0ab2a8cf77088a746e737a182f21e14f287ec44d8b3094702dfcc699c53eece48f83e59716297cddb0d0f327fe7727b970fef65f5dd10a29822f03781b1a823c31e0a41dac5926f3d0e99f037f0cc0ff2b4dd05d5fc781d0f03791674265cc989a4f40cdaa260d594723ca34f1414192cfd1eec201828008f0bcfce1dbbf209c11266811b00eb4707bf5f12725c32e16c731ae27f3a08933fc05a272377522b93f1c76942e71a0dbe7f6c0646ce0eafdb9c39af9968001e48ac82e92f63647728c77f8cfa5fd56ee239ca47737591cba103e41a18acf8e8d257b0dbe8851134a81ff6b2e97104b39b76e19da256a17ce52d81eda10ed83a04484ac6f7e73fac3b7e93a3b724902510bd19d07b7b270ccfa47aeedf95885c0607ba720391d725076ec0260d815f096a96daa7a5eb0cc188ef35e67749f096011c66a7b589c2e83776e505938e5aaad0898cebc9ae36e438961c9c1432f9301d10b82db5d9e63df11f6806f055694f6b1f97648ecd8fbc062195da5c598971816916cbaa892d6b5defb2f2ccde753f63df63da9d4ffe931b190a66f7c589a256b2ea4b3c9f7ebca5702b90d12f64c3df5258159d3c6aaf9f06e2098e7ee20bc3709b731425c076ee2a3baaa552202307fedfdc379cbd59b96e858bc98d7af4f12d910cda22dde263a44b06f04f8fa7046d5ef91378ded991db5bb44ff93ba5077034dd369fbc482966c16e5b2c9b97fe273f32d8d7b57750d4cc4cc9ca0c652ec2ecb0cea345f06bf807a78df32b3a1cb2e8502ec22a7b1ee2401ade09d47e8eaa214b4d3660214fe3837c2fac26d98798c31bbf40252c228b1fe737bd7d364eb03b775960f525fdae9fb4e95d76bc6761365a30598ed4855ad17b7beeeed6975ca2fc9a2aec429ee1c2166210022be393abd72c154db96ed4be9e53a40fa59037bea2ba9b2dc15a04536c43ccb26e23b88958597d4a2306834e1867e8c8ed62c8f8315ebca1ea58a0bc7c339a6ecc505738a65f986e5c75eeeab05ec101f43497b67030932e04c13c640fdb811e8f92f92089e76f9fabe29df830e138a2042f2d6128d82bbd59bc61b3ece389aafd1025a9c89908c6577519e25e975493637a116221fe89372f729611ddf2bafa5ff3633b2d1c6dcca958e90e02291dbc593fcb1f2349b782cf0b63e6a8b01df7fc623b3e7e19a697e9b095e6e63e9b0630a3e402f661bc8881ae509a16c7b9871e86361a8437b9115fa8a6d0d17fd7572ed0e37261efa02f8c83e695efdc96930b87db37071fb0215265a3368a93d8999dee50d72e9b6b613ab3ac40fb9abd040c8cb3fdcf7892ae0c12147fda24a6b2c324b498230c2605d1662b0101a635c069bd45d5a3eb68a2d3d5811389d74a8ce99b961f09ebd9039ac3e941cbab06b16a4319254c2039e4f0d6735a5f56cb0d567b7ed3a7df8a43ddf370691f4f39be5746b75693be0d5cab3e72bc2449311f54ebf41cc79143ace21e48dfc63ad5ce77eda8d13e6eedf24b3504a19f5785a9291381622fa80b28f06af70d8815e2cb136173fd15d7df8e1ae2b3719929ce921e1cac0da8cdeb9f500207592c88699c73caa041e2a2ee185e6e0694da6714c47b2efe85faa8e9f74b0c002d7c3a7029df4fb7076b761f78600185722ab85f268870fe33ede0101927b168f03ed4025a9f1841b679fc7c9668c1b97351c4b8a08d0b347d491e65ed2c18c90a3bfd2417fa4ec6b5d4db0c5abdd929001634261ad12728ccd509f25ba46aaae33b5ee0483a19cc6e44bcd7ada96f5e7f42b0b27c9dea63895a4abe4cd5ce94e3069f3dd5a5a0dd489147e67572acde5a9ddf63ae397f6c1aa088d1a6086d0e72636744a6840c80ab8223409c61b733f7ef6a4199ed0ccbe96f6c3453866ea0f81b5efba31e843effe1f9ed08beb9e4c000f8542301ba095c8f9eee3994fad2ddf62d6cb5bd319dad7470f6a3d1d97a1b9832a535bcb0adddc7c507427d392d89bc7c9fc2a73b271b04316253e1407c727ec03bb867173fd3e18988558752386435f29ab325c964b258e339023815722c7b491e924a1647a6a3947859fc6e7bd7293867717f03dbda3a2f84971c81e5b1577557adadd64ebdd68bdf3822b47f485ff60ee3fd1214fc70bd4afad6ac5c69daeeedefd87edb824219c5d9424dcb20a0d395f0e71e977ec3349313aebd5fbccb59e8421237775caee43324a360e8c8b4770682844eedcafb3d67caebdc7612f461518da529a9b3e39430018f165ca6638b68801dcb9d46e07fcf07d7332ad31bac2fb8d77bf9f0aad2c5584c97b12475b7c4d1fabd2f5c39a3d2b2b8e7026709e28aaaf156ef79c946f911230a6ea9b1a2215f634b2b73d05079b3d723873686ac6a4d3ae114b70897d4145c971c9ce0f58711a09d1af26b2fcbf27c0d3fa95ab2d888fc45ef12316d5e493f684267ca57ffcff8dc8443d3e7d057efcdb4264c9bdb437da909f30a72a09914a2687137718f81b530efcdd02190cb778c6e16250f7c660736e8c05d4ca1ea22701722efeb420f1dc0e5f82a8514345d72f4e2adb8c2dae01316e3f0a36926b2f8d5e2b96c1d6279b5ed2ca8ba637ceaa6cdf0ac3bb585506a1bc28b2001330c622d195f9c2a60103690d113698589635184aaea435d50a1607dc7f86a70fb78d7a42fa72470f22c6c544f33398345139a9e772e76c323191fc658fe2abe643e7fc48c5aacf701137fc40fd0d3649641aaa5be427ceee702cf7ddf6408f458a581149940dbc8730e966577b2de306634a821e9ecfee682a2972bc3f3ab19bef6051cbc205aea3265d9c1f0a003ef9c35bd985ff5a4b4de42a0576c73bc357d7a35655ec3d0652460715fe364eaaa208c11948825155fe229128942ace2517f763776e8f2e642334786c7b6c43a69da81cb9ccc43faef75a1144aad65c673ab3533d7c073448846613f82d3899c32b25c14399319fa6d81f0ce20156810a6e9fe5211500e913f44f7c517a07bb70f906413f1456dbee0ed5f6996e27b67ef2118bbabff8d766f1751400e876134075ce2f14f4a08ed50a1360d317c6773583bcc982d34b69a21a6b7d7f0ee04ba22fe1ed5d80ab230c584bde17b4bf3dde820620e205953a65dd971b2433f2df2695e60e816ee322f48803c0efbb8e94da7b622470bd52a412998c6fa92e1a283e364f051905c5291e07cfabb39290f6a9ee6536b761004148fcb00d7623c2c1799f91539cebdd8ff96614011be072fddd4993fa1e972a8c6965a65703db89253910319c8597a8d207115563811bb0f4d51b52c12ed63e000462d3eeeaabd9ee1d56b4225b8f9399d79818457baab78631e2363e6094b726aa82dd27832b316696d1ad97973a4a41db68d1297424131c742cc2c44c69227abc3406b375b02c3925ff725eb13e295493122471f30e40420c597ce54aba0c76ca04f4f53b0126d05b5e970a41f1ad6c9f1266c180cfbb717b06b934040', + '92983501a4d7583a5201830266c37c908640b0351461314b526cfb68cad97bd7ed615248fa5756c6213bd9eae98d2f4ecfdf6a452f2e68c9687210b53c74d83575e08a7ace9b49b21056cf377c64f80669c884742e93181c426d871ca2715081733e68ffe94a39e6677aea51e8f0e1a09d258629d7374a2b2884e903c577eba32fa2713f130d2e496eceb4a0f4daf105b31bf9cef4c306de62dfbcd46e2fb283f1352fa3138c31c56d7bb48d6aca301bf3d464ca4bde521d37a78bf66340ac09011e2991b36e4941aba8727e1067a7cba4784f85a53138d0f104dbd16d54e21ea686e772b95c7fa6717e77dcb05a5dfe102e4267c963bfdfd61d36cd53105aa82a95f2afeefddada07254a10104a5a9a7d1fc6d8811def322f1b2352df1e1e90d372d1ae1afa62c6b5c47380f9e0a788347362409307d1b243252bc8d72636bfea460cd905fa1f52c3847b9632c44bb17d519f07c8c86c455c64d49704cfa81cb6382c9776a61a67788ce9b9859d4efc9fe10495e809c9d4c000a9272ec27e8e8171b84f37a65aeb1d054550b814b950e44d1952bb71ee48b8202fe11ca7c0ff9119386b0ea1e7c8fa1618c594d0939792ba66a708a9e5878cecf02b9825745630573452c43fcae457e8e87fe17ae4b8f25274fa9958b67b848d736e68e4a47ba453356c21290a297ca240e667b9b59b4c3dcab43427670ae82b4013558d57553536c221ec07af7db06da562ed360d28e8a3f03ea2be021effede08027c896ce2d2864d9ef80c2ca3d71a15b3d98f4470dab6ffeabc48e9e12fcda1fa63c68cdd250a2fcf03d49f769d5bb391d8872e0057dce5e16e214726980b6579a92d53b6ed704f2b8e64fec7dc27c6456ae90db164295c5adbf9b824ca0fd8fca71e5fe47e412230f22d991c05f6a45b0b1552089224d9b36042bb603843631ff82a1ffa5a055f8bc99f1ce7cd50f42f23aca97a6447d477a58ccf6d555e9a4016d1026d23354d789f49e8bf74bf3c4e6f0f529b4d1ad334164872a0c3b9e5098d93a5c15c497293cdbe9b07bea9c34527ce0bcfdf065c653cf633aee5dde9d8c6e2887b57ba7579ef5d8254ed994f8ff859339c7ca2e687742690ec4e430f3a4d5e190fb810bc777eb76d2b841637ab5b414895b878f817765a08ed5f71dbaa9b66d602ffe4be38f64c89f034a8f203bb16d92014e117919df10a36bbf2c5a64b8d5de9919f012ad09d875751ba2545b23a63e00473ab92659c133cc64e53b9a8420f180fb81bb9b82ad3a58dd247ddbb2c574a29b95a7657abc27410dd0c516c256832ecc86481f764fd8f2b79b028407d41c2d72a7aca0eb086812e276619f19807be9b38820028ec7358cd2914d1ecada1deaf3fa319d53addd870c5e75fc31a5c0fad80eab0b711c3b6d568dc571a3e0612147159c255bb46de8b3106bf6b3cd3ca964a05104c756d0df6a18d24438edcf1a95805600ab24027cfe15a9554700d63d7fc67ab33a7ede2836b9dc6134094f1c06c4c8f6ea05838c16f499e19447760050098ee2709a4c91e3f84b8e3d3cc970c26859cfc05fd7602335a16143a9043800f0f55711b50262995d8894fb8f255ff0f47052d73be8404c612b9ffb2f692eb60417dbc6d4e8e37f71f93b18094b2fb9f07749d4a09d74b9ff9e6165e08b2a9bcb5d353701e65cbebb074a39b3242844e5d57a6297de439397627029c45373d7cf2d2f0b43e4147dc31a8b08939694ba5bf2ad272793f702b1df94eee3a9539198f08feaa3ca54e5129bc42db48ab942d836accb58a4d62dd67d945c467610f2ac0f1e7e2780641e2ff0be501be9e105e6093ef732fa293d8da43a1cf4a0f32195f0a46cd9ee8c4fa2834118d299522a0cd32a53be7b37595fbc4cd6f5114446dbfde95fc1fd14a1f4bb152de08454dad3fc398603104aaad32d933152af4b8b049db4fde693433bacff01384d90313dc1ec333909a2a858715fd7d6126450169a37ceee5099624552b9cee121a72f7a600be013d9179a8ac1bae06d3d179a0f253500db07f8b9e96f5044cf65b098ba38c207bd7a5968684ca7759ddcb0729f2bfe106c1496904d8a2c2bab2193b224cf7772def44e5a1b998c600ef51620ee36fac6487e5d2f992bb54b1c5b38c6e1af93e71f50e0b8cb30d267699333ec23cd91ec184d34ddf6da536ccb1d871b18607f2f2895f6c99f9ae25356bbee1d66792b48838902e48c206e555f6e68fbf268a212a0cb77d6c05e22eb7c772ffde1c030a4323bb18a82846ecf8157c3ac975163572ffb4d275604fcf984ceded2b92d08c6cc6b2818008fbba2d9de80772ea32cc87e2c5f048815d74315c9e4e519451b76fa1f4fd530c7bd960e0e87a4dfe4642b356695b57e181b93d86e277e2792d27e64610e0b38b6dc72c9ecc07bd49e7249fcb1d78161952faf75c790e50b9b93a5b1384d0040e48100b18213443258c0ea79160db259147d5f93dc0761eee8c7b28aadf4fe71d812066fd76946249bb5d5579c1f8e8d1e6c6ddab3753bf802d76e96c6eb4bf21af94daaf3a8cad0eeb9d43c4cf55e263a649ff456c0bc507029a17e8d1a2fec329c9d0bdfba185ed934add12c78694bf1cdbf86cdd2291fba2712e90a6af487a965be3aa28578f7e48e29bd478ef925ca10933b1e91cd8c69388b8044c1e0ea05bb77de44f332c3983010a8a22054dc4d93e4b853e7efc004c3d2eb43093d3ed105919fceeb8de97c802a3c4717c39702bf79a874bbd6e21332b1d10f2851aa92add5274754d29119e73f1e3d598e7e72fc1cb187f4cb1b1eeceddab1086557d21a081bb7184ae5f5ce16f98cd0fdba24b3937b967c1693ae5951af308fc06d18b4f526261e3a0a9a9b78733d625873a04aa7afa83aff714ae1a4f894a7ac13ede363ee9d4eed2b90b82d3456f9e6d06f2b20f5c616cede7becad5ce5376f71d80f191b2390aa6e5d8bfde5e27cf0fa18bcc6f4f7f8ca01c8e235842c2652b061a0e056c1ccb8fb8b7eb02ee6d3be192367615543c83c03b92b0418715e9df810fe80477eea60fba2f70db66ce698541993b8bfb26e6c0bd62fe2bfbac698706e91c19562d2ea962860dd267b9dc6d381a794db4dd3a242a857972111468b4102c26be8756d9ef3a720e8251ce08fbfe30dbd511bdd26cfb609eae77dc6bd9254f745eac0a1c33ba69ff65c56973d40c72cfbc824753fdb88aea5b9072e778ced9918414a57a395ae45cf7331aa167db66c16e97184378ea7af8e3eb56601575411ac951b78842a467a3a11b501639f3835d55b09f0540f9a726e1f9157a31a11c6c98f3ceaaf22f6a601deeb846bcdd3ef01c6f5a3df87e9610c04a3e7a5fead1f37d6b4976ca44631ea84da1c7830110262d43b831f1d1de33293f2ff4e2aaf86bd138b6503d8bf83bea88aafd0f079d7c02be57a5efabd5fa6778688e7c69f6225eeca3ebbe7e80444f50426bc3493d4e373fa6fe245513f31566768b8fc061a350e7809ddf9491d46104f6a8424e86293558349f52762ea9bd99e8909f26b18b61c9daeb1356b348aa4736270e9ffea977887f2ddc877c8aca731d122d056c36fbf42147fc4d5b3da5779f5c8ab60d2b8860e51e24f18412c692b2a4abf4f832aa06d258fce0f00fcd1680dd3919483be24214e4ee5cdbde2c6917bcbe7dfc0ad6729c8287aa285b8bb4891dac4226671fcc6d167b11fa497676daceb6f8de2c1bb7be594f015a8d8bd2268256c92e298b607c277dc955e13f3c6a4f37fe2512e446d651959f0d3227efd7cfcaf6d5efdfaec09c48db8531e13a54d2b416576bcab062e00ddbc6d60a7e1b4a7b83a44666e7c8f97ed0eec806f118edadb9eb733984e2991a300de58dfd6f86dad81fb9cbdbf3a3724218f00ae124f4975157d5ab24e3e13d4448dd3cfe53098b7cbeb678dbdf3ee5979a56878b078c1385331faa20d56d09711e4981f15446efd9e7c8e877fa302b49c977e77f4f2884bdf39db0f93570e15ed4a71766f1d38a88516db520c30bc5e14cb0b50e5a3e6d741ffc5a2e92b16756327247cf9a13ddf052114966c84647f69abd6ae8c74250402e9800316b830e0f8e47adabdb9c7cba80502fda885423e219ea937ef4d8cf9a961d3d922e8a37e36e73b38c34e1c93f52a6d2dc71d9dc4c60b4a93181762dfbece88cd16a1b976a4992f3d1146856174f91dced133bf39df5c826b0fb8f0ddc9986586f9cdb8f1ca621d92b18b4a5aaed8d989cfaeeec4f5f81967da1a7e1c532633add353e91631abcfdfab03b3a82a306a06c878738d8f47d72e832353c4e3e2b9e9ad1b940e60da0bcb05980873706a99ecc47896bd35b1846912bdb9fc0233c1e38e0d0100df599afec93190e209ec2ce3cb969e7c709ee7bf8dcff6ec378111427e117715378e4421ffb5941e7c20eb95e6bad5f1c676c9d9fe4153bd0a3573af850f4075efe3d0dcad0e5c4f516da0a71ccc8145c1a1f25e6cfb189703b5acd2acefa2478fbe08d6dd23309b113a11c476b4eb9fe9872af7e0e48da1ab6a8752fa99e6b4a089b2b896dc582d43f10792fa5a5b28c591394c61e6fa0489bccbd878f553e3a9ab9729e1211b2b6ff94ab9b2a71808dd25e604f7e8a6e726143f0b2cec33fc328c7fd2c5dac3be1ebaa2e2a6816c66b9adfac8aad3da7308d8ad942064cc29c394325a4aef960dd69cd7b5ddd29d6ae28f3e3f838dded0b972db1a5c466890e52b776b7848dd412207b0d95f80f43edf35771289fffa25c1489146e67b4d591fb917aa58cedf818763f7f73474b907380570e8c511769aa6c499c0c8eac3adfaa6dbc1f167e6f68f1872b6659734f07669f06a3dac9959f24cba2f0a7a14b4fd5a88584bfc38c7c18eeabff8d0ad1e20c8be40fbb6ac872c4abb3bb2158695b03ee9166f761e1da52d26b9f8066bbcbe89a3110719f74fdd25658dcaa263799bb8c5a464bbe020c45ef04d6a23b7f0d816678567bbc2', + '2e523e9d8a5532127ec63b220838f11b0f8a09e9a317c1e4872d7fececc1b4b88060076ba769b068087a21684c28ecca22f3e12a8778763444e96dbab8bbb005d79e806973b2ce1cbbf8e94901075a5fc0000cafddc3b1362d6360b738d8830e3cf4f0c0759956d69c28dbecae3c0385ee99d4a12d5f38924984a20bf480f47ab64aa19735840e3db5f23f7adb31afe2b6a67f2800b4d3efa0327add741ccdf14e88d9173cdcc0fa0d3f5c1a104d261e1f0f566bdc2a4cf53b562f554112d41d0b97e168110a32b5acf57bf5d6f82fe231bca1934c296a4d21d90a9de2ccd2a3f55d01b13d742d159bfee432b49a94d6f595a8c7d519f49f5aa153dadfb08e2e14c3801b468478c2e140dffa339b1ba17283b2300162b392ef985237c128d26471b1a8cdb6a1dd6586a5b475d9648debb16c09f5576c6fcfe7a54eda0e9b64ed1310bfef143222a69314aaca315bb15eb83af3405fa0effe4aaf91eb51710d7202c60eabe9a1102c0f740a22c0e951a091d3b936a264fdc621a061930f11959b47bddd27bc556fa002af1ca4107633594421a301a7215fcf735f07f9d2e5c40fe9db748b15b607a974ac2879a86b2032d70af8c9f640dec248d4cb4721546277f00a1a007c2c9ff06e5376c8102ee0d2547802b518274247a8e7f4a285c6367a653118ae7a1f011cf78c4ebad1293be3c25207ee944053059c80cc3485a309c14f38b6bc96f7f3d6183ff77772c3f90a2a80509cf2f2d9a52b879925a954a3f3b6063c52591c3ec6d854ba267b63e1f193e925e5bba49bce5ee4a49d793fccb9a285f29a4af7aa933fb3dfef7473bd400577cdf476c062293c7f35c37ecd4cbb1c9c20b9f1eefee65545aefbe65a539f891192efabadf65ecd4093bf3f66eaa02b330ddad66a046623f06e7259806bb4259fbaffe3d31f14191008ba44736f11d833022382d482bcb09d697c534dcf2ae30a8e4ba49aa5f329d5dadc165aa4b52a8247bc7c92418f0435e53f5e2946a7cb3856fc796a4fa50479524c3c854e35290924ce4c0e0988289e2be6017c97d3e4125a39e7abe6cfb2e2b8333e5a3838ddb0e1817baea14f23c28397c5ae8b583680e12b78c5331c3cfa54b8a54329674f60c5fc90dcd38bfd87347a3027eadbc96b35f9b320fb31a9a76d04f8a7e86a86ff196813ff65e4bfd788b9cc4f7c07a6b99ccc202409b901d34d3ebfee3ee88a7625ec8c7e20047099c579218f0881d4545fcc483a245a4c653a8f837ff38964ae31b184c3cc9018b534e5b54d58f45b22c620b2c813bc93457d1fcac4cff61b8e85df83353133bf121d2213f23206440d18f1e6389f88de5b5e151f249ad7b7fd699d0f3c16936e9ac85bc0e75f5f96fc9f666df09066338f249907071bd341e52413b24045582d347cb64593a7a859d6a1a8ce5aaefd9cc919d50cd51b93c02dff6af3a9842b02c8835b2b5dd189958567de91dcc0f620f183eeb5f762bf3cbd42ca5ae09cb4f73f2373faafa7a953f039313fe090f8c7efab0f8ad3b8febd7d355a704b559a137fa52638f0efb19bff5ec95fcde4ac9aabd95e14d2e5f84c551f43bc5376855e71519b6f877248739a20cd790b85baa00d5503da5cb056f02d4aacc760c91fe1fd6efb26def817e5a9c56616023bc9e2fe662765dae2c0b2edfcbe17db140da30c466de65c49c6f81496bbbd1acd81666455f23bb243dd987d7ea1362a20faac841f1a36692cfcb4c3dbf5f6bb058c36296b8be64e9b56adc5187cacb7b58c054f422a9e6d6a61229fdc3b494da98f5a33ed1bee14b2d2f6ad1177ffe99a6bb553f7c4a6d0cb9e498ee0b63f388235d86c26c9d96e50fa7d1eb3bcb9279940c47a8510d7fb175b3279318d5fe45823baba5dbe31c33c7649fe447061db78b33baa3637b854163fe34915e931b9f3040807d9217d7b3fed62370dbe806c006b21cd5061d24490f366e4d5f23e201a7ec83ae31b46fe2108d1af56cc9d42f9117eca1cb5ab344c1fc334b9cf0d7f9739043bc3d413b3aa6e9d5067c240c52b4c5b89e25ccd8a136a002008a9273f30dec3f2c1736c04a1c7ce0087c9f25d5ec5bff2ea7ec0b0ad7c278f0ca712c9ae150e472521d958d0bd6da9ff0939725924b2ed7b410a0ce2fe3f6b0bf25884d885ec223605e318fdf6803218a9a06ce5103c62ded035087a98519b4eb180d778d7656b3d4811aaf11a128317d1acb3ca3166395c51c90a3cf164071d0d132c54b3810a8211ec7774d2288447abe7afd030375a3bed4c7cf1b28097c02e98ea36bf49e74d89fbe74ec6cc1def5cd8c8beb5b8adc3cb48c56182ad337e3b9778e4a6c4eae6d7c663469d0536560f07675e67ef1b3e14444d540af4c3a05d9940260efafc9425d55125ffdcb7c5eafdf276efe68af2efc97c92f25c2f6ebb25a9c6a0f403a198b11ab3965788841541d3cff4a5e328855ebae2e1ee5f307ec31b8a03b9e8535ae127b8078191dbb95b70311f320f28fd8b6f0e7fb13b2ecdfbfe3cdf5194f393eddffcfd5fbb12fed433641897f53a80d803dc75adacb0d156bba2dec5eec86a5ea9461efbec700b33832f86dc7ca636cede156bea98fdb15bb885a61cdd1c08baef60125c0d3e0900c75b12078eb346f468810871e95e96935eacdf5e4b35958c1810828a07c51fc469b0632212abd9d20ae7f549851ba88415e132941f5c38598c1f168ec04a7605d0f62234efd416f12a10da7a567c0eb846ea46c541d919abb255756f2218354e64f5f6460f7726d832c55d0d42c8f1b75790c5f998f46109f4794835147685248d75885f59db300f88cc290933497807b29b54380ef538fcb95536e87dab8e11b33d7f87b54a5d1f96ede4761045cc32bdd39d8b8a23c50b6aafe8914700779c3e1684c60b0ad58fc2f2375cc10514c0e20048f9f5c831be6d50053859bd694e96c83f254364bfe776a1c9c42dd1793788e9fd8b352aa39d2b0036e39b2a8bad231b57ab46a043b019c443b53ef1232116576348339144310c86239cf58e06434ed77561fa068b7113214c38dbac3905f6122238d7473c0179ac736a4f3301987dc3404d48debcb2cb818d54ec4be46c8fe2e3630a93b295d838cf56915fa53219a86179186f01fcababad115a164bdd498f4ed2b2bcce7692f3de66a35b1a9b8b4e7fed530280d51a6955770b5597e08ce00a8cb80bba2b10a549a46d6f875b3a7d43b0dfdf61c880812d8fe850effdc09ec09905c89b3cb916b718d8e214f88dfd54c9a64ecd5a46bcdc60d94f7cbd4d911702803b9c32f40dd1c9cafeebfcee955c438f97ec15d2e20bf2c79965a79c81b8ce10abe2942b543fbf2c0931efc40f00238101e5808dbb614e9877d34413364a059f6298eac5b1a802e74c11577631ea7366d5e123df0e877b3631ee1a1b7776b014a6e4bd2aedb49be10fb1be6ec4c23b255c078731a52481870fddb31d0ee4d556c0ee93c1d00c91049a39ab138f2f81a6db8033e946e1697558c9977fc13b7f4ff8dff7f42158ec3734d2a7cd5cda4fd19d73af71ba663ae756d94cab5923b3e695df6e2aaa3fb46126a43904f16bac8ee909842fc95afcc44f365c079e467b03e11582cc316af26cb9d6e9201789a1c50669398d3a66b8f68c074ffd5749de8e22aaba407f81ae3f32903f8996dc345e3dbd56f1d73175645575abf34ed7e570a1c69eef5c2beec2dcfcc4a8360d6f41d62a64c566643bf6f2a8fa534996968fa68fb7418f10bcddfe3fffe3bfc45a5619daea70b0a61294aac7c384112efbd478308c9fe2d91f78df8478a3f8a8fc864df5705a7da00326c6fb8fee6e481c2761cfa66f1b2e207bc8f1b851aa625db7bca27eeb95f915948e6be5f9278cff71a7958b1a03b6c5ce01ae46539d9a85d2ac0a9d8bbf5a51c64a404d0d06a1ae9893a9c509621a185ad2e4aa1399f77dc0665554a2c56bbda542a14f92d13031866d33dca30002210583bb6df766214c6732aa2c986dd36417beb774f051e08e217d5d564fa414e7b85b5a1669cbc1fab15731acd5803b4b0505a9438f4e5acf530a4dbd7718fb725ca3ea2dd0927f90851f145cc1c54a7c5860a045d89045fc035e2b9882225dcad7a4923b94810215cad078c4c506a9fef617c40031de4a1b19bf2070d88be3f813a37bc71c61f3916ab3876d4709ffd9c9723cfe030111367c7654cce11a3403f6ebcc59d2f9f90c4c1069deb197f515b8b831c7b7c2415416cbee340499f9f36ac3ae791d13bd8f582f469f697833bbaa33cae1b3e7827ece051630acced9d0567249b06575e62176574539d97460d3892930d661387ebb8c6ef6493e837da3a141c48513e81dcb8ed28e33675324633ce38a2e287fda13384cb306237e8c74357848818d340a9488e64a157ddc2975aba9016f6f82418ebbe878f0c388af49f95ffc2a3c2154844cdca16882d81410bec3bd23a00a5935fb8a6b8d86688e2cd53d090b8877a4a3c3fcbab2de10903d5d78e5d122dfca0fe17ab468d5e8d024b15c96a9dafda1fad38dbe7ef84943037011a2025dc93d2455ff7c0616ce1d397502cc8e987cf49065d9d4513a4ed56adfd61b3db9905a7d4062ebf1b3e31f740a78d3412cbd446d622625b50be6ef7a920f790a9efbc82188ec28b012ef7bdc5606d24afc853a9ab0bdd931d3d8393c7104e3f174d4301817e25ccb9dbadc7a42f3f132729f7e1e39e6174efbed5ab765fd827ba3e1396bd38faecaba0be854b6895a7ff4d2b701e3e80792e9edfbf354417d2f93eb8c21a63a4736d3ab47759b0e32bcece58d4c980dd28706a0c3f92819fd96acb9d042772a4e974f63a2e2d7cba46ec1a1aa063f9ba0b5bacd5bd0c7cd2a365715aed72da8ec7396f9a1a45408d51fdbceb337c0db98a36e3e6a801ba52b9afac5cee7b2fc49541035ebc4f80df056a23453e70315e3d988b999120ae82947ff92d77aed6e8cc125e1294aad211b9c7e9a301fef91a8df7207908d7ee04bc7cc447298c646de433dc3023c5a8d7e78d7c9f2e66e96103e92f0f6f95ed3baa0cba3464a25cb6661c0a51fa4e79a4372158a4245686d437d523b735f920a9d5d6276fc97f2464da3164d27893b8d8f12a0a3c843c35f68', + 'e70653637bc5e388ccd8dc44e5eace36f7398f2bac993042b9bc2f4fb3b0ee7e23a96439dc01134b8c7d3a4592d24b200f689f25405d690a0bcde95ed751e227a1c54dc94c4f4f29399c6913186defd9fe53bb3db7b622915d1c271d29a8efc18ae175dc74b67f6cfbbed17620c4a0a8eb82493dbaad4321d832525551c0fe9605864439fc3e8b5af96ada3552dd47d4fe7eb3ebf049b400a396d3cef79ef8ec3b3b22aa8bef5b3c5c28ec1a55c2cda661ce5f0f02925d76e8d01050c24cc30c548877f5c9d2d8594b806febd27b186639fab773979027cdcc6973a35ad1493e77f5abe360eee8fbeffbcb71700e125cb18b21de584cf84b79e8638e683570c9cc0b263cf54b746870206874d885a2cfee080717eccdba3a17d548db948022f77c5151c833f265e9f578aebcb1e7af091bf9d0e7fd1b53e0cdb9895085bb460eaf50924ebfeaa1c6a68a0610a43d23505ee6e416303fad86c41b90b6e4eec4578c8e5298443b1247acded639598ee5eddf58ab6c2f40ae732483c4d4581f841a3c95fa6c68ee9fb42ffc870077e2dd28c7d78db1a22640f114798d748a586d9fe7edf093d30a2f54566d822ba742f3483ee9f2ac30fa4a46bc86535c21a0692db31c9ed52e97ac704ab82e8290b40f976b18422682c3b3bb45317e55c600600dcbac6af9219efd503365f2cfdb43195b77ebe5e740896598d7037627217e38885525bec953250a3c38fc38d82ff4f9dd8aea43b7115447259983a49ad925dae47a0d010b6d37bb7c8106676635d19765ca9ec45e9d2d41aab4396e7697fa2e6961ee9b8816d9f857370be64194e1db3a628ed1a38d1b3b6e50ad3d8202071c61334ff408f715a91782911f31f52caea67843d04f89271dba93687a87c3538d1217b97453b8f2b602892279fe00bbf6ef35432b2a3858cfd6a8f18b4d81e667c536b383300079076175455c6f5c959d5ec01848fc43b63a0ab5d0da9ce5c994c3b7c5896877b0847b6d83304eb2c2893b4249918d5149449ee38ecd3c9703fa51c377eec3c6a1169a9a625e61a94ba4cee25f6ca50b1ad6d959b2cef43e9c83ba82521a099554a304246c4c71ea37d45ec9e1430b1930d90440c4448e829d16441bdd75028bcf1402322963451c8e03351e577d8822933367bf4c97d00d0d9a39b7a06876511c52dcec200ba7e85918990a4a82e4ce4cce4affd32e8384f4f9df7d24592c8f4344da7bd9ad5df69ffbd3b541bae7c76290f527e0736f925a1a7f96f0b1edec4ad14407dcaf30ed68942b46c48d58b2dd63af60fccd5bdd48e560298dd981103be361b7b27be876bccbe8e55b63013ac62ec2d2aea4100dc542cc5f8137b0a41d617ab4e2774d38a48854bc8fa4a80524d974a47e6157cbda19096056354250f932d726f40d26dc27b3b5f0e7b816bbff4b0efff46af6bf8e526053933afebbd640c03470a43d094e3454acec0713055f6ed70a9928b590e9d51960c1adad8ebc727d06dfa3586820f3791624fa678b4d2919eef4035ee6f38a7cb167f81770b4b055c5c97440a0a5d86c5619f7d9f4d0641ad28e64b76bb55ad16b0d82040ac4e29299b47ebd5ae5cc7495536732e8f10724dfedb18ac5362b5fb93cb33c04f7f07aa92a29973ee9b5dafb59b33a11b7fb7d3c9b549d9c7ee76fc17af3860552c3561eb2dd95f3b87de7afb241b9142a266d1320b3b899967449ab52aaacb5df416d1fd50280225a0ae0dae97b779c52713e890238a56385bc35a0494074bda55309d519002072d84610a383c83b4f38c436c8cb492ba353a57bc8e91da7c5ace2706809403d8c3917be330a8fcfd5e3089ff8025011010919624ab9aa0d74fdd4ebff2a289f17856731b1063af9d75b23bf4030b42024aeff334e414d6d739f13c2c206210dbcc41db246fd3082fda9ffdfc9dcdd20b54a3e37fe0a6f90699a853dda24945123ff21891a79d932eed48346bb8e33d95be6c0b3809b793ffff714a46f0ce731f33e5bfe54019dd053e4963e3dcf1e12bf886cf2fc7cd140ddbda73ea8478476d587b3591d1ee426d3e2220d77250695893b2a3b9b36e15baaf42554ae5cd1e870e411e19c5616fa17d50efc921b53286004e2d58450105a0fa4782ea9d3384e6d5c5ddffa349b15c6c54253b6366d94eced7c09e152c503b3d68714c0351f7173f77f9b5e3ddb3f89baa55a0a00bca0d6fde11fd7c56a203f923a4e1b08f01a2bbe5f5df1fb3f3f08bd2159b700a916c63cf75f903066775ade7923e3d7120f3cb8e56ddaf52ddfead59d97e4be9abc63b3a710341b21d1adc42cdd4027ed1950eefa1242b30ee5d80b025dbac3f85c5669da7cea0e03f5df4b3bc25982e9ff0c66849651be4b1a796636f361962cbc466676e9db9274ad997b8e1b576f6e8b1a2a6c3f2e9d4a4676ee22a100bf9ca5dcb364a02f2edcbf835d0e2f6177e48322429b5602d8753176abaeafc0c7b2dec0578de90d6ba3f444f8a148a020b3b0cbb4f822f4f833a222a6c364c835d531995ad80b9dd03114855530ac3cf543dabe8a6aed2d84eb6322e6470941916c6410c52c5009e5eee7ed7aa4a45c7bfdc8a3ccdbfdd504073a1d7324e65264e140cc9f73fe763243342571e378283c47442180329c1300eef0bb56404324349b8d76f0945e0e4096c5d442d770c9bf8a14e0b057100f01084da5968568de8c0213b5c177b8f9965060a3f366d4678c2f01896331a1f28ebd18833bd99ca9f17e99321904545fbcdace3a8e7aeb292c9cd3c4a2aa99e430751bfc4e2629aded77e994002379673b9ad7401afafe38263b523874a93e0c6e981cb9d55355110755c9847ebc71399afa425ea0ce55bc0273468ee117da93d08ee462db4869fec88002aa9cb782fe6161d93b27de38dc49ab766df1dab3a0debf3b9e65edac9bb6615cad61fcf5de19376280b712efc0824dab7eaddb115c2194e8157d2a68115b5e9e36d673120049e3a6d45852c19135c0ad691c023eef2073b5702ae7e3873fe092ec0105208d79cf6de01386f877ea6c44d54638818063c56857750c6726e850fe78ec9869ac31627f4bef96da992ab9386a3463213773f3ca7164813a15e014ab819f153386fa04a3bef56ab0207c0f50d1ed6c673dd763a367022ea47daf9661b02065c7435b1da3e12ceac13369d655b2793c9bba177fbbe054fbef86db3ce7ad796e6d0add15455b9cff57fb787610b4e1ba05d5bcaed98564d16157ee70071fb21a6c03065552d54d8fb8a0315746802ccdecb74d57c7fe39964419709987aed1500e57614391f648832d491ce1c2be625f9a8852e44bf2db34def3e71e3003e0f8992e7348cc6794c4fe1ec27d4b158c57556f54bc2e0a5391780edd69cac6e6f956afc6cdc9cf39397348aa91a82db19c6694da4737eda8975992d9e11d9fec3d8d03e13851d740c9d4ef5c87a2afd91815206ced3043e22ccba664eef034f9ab86514cf22c27b05e683a61c501430cb2a93b9216dfb60a3a147205f80d30152b88c29064226691df785240b58d9053526c0cd52a0eec26a87d1f44673a3948a5dc7e34f5fb3ceb334c5f81bd0d3fb5e0a4bcbc91838d415e4ed5a9a440f79b01cbacc00c7e53c7442c88ad474bf73b459a72d0b307426044cfbbbd15e71415279b75bc1375502cf960f54bba0d61ec67965797f961b38d4248fa0723f635bf009400b171a6de233a2fcfe37e1c25d02fdf939bc95b87cf4000b90f3637049f720076278ed9a3b3efe33efdfb40eaef85bf4d648cbb662f2640215eb77029c06625fea4d2d847e400c2692299405852527cae78ab4afab3dc505a7b0c6a4c27c54dc1b2a56a73be561579d9c0e618007c5fdd618cd0e8654a788bee9fed14de75bee6d86f56cf4ad72395abd8f8d201edb002a79915db4d5900dd40d7c129ec60c0969f9865028f6c36e61f493f2d5e8bb747d039e07972ef2f77f81bad34596c9df98d885fb595fe9494bd7b83d21e40bcd266d3fa6adcf54e819ed57add2d839b362ca70c8f657386c60dd68c6949f306cbf1d12c579354a525bb6cf0cb718c0476045e333906b554a498c32199e88cde5bf79a3ce8a0f27c89d648d7a72d6f1ee09b139e5a80aa4657e5a80c0a01f28caa0296f2c40ab91bd577d1f7186714329d7b2f139bdc3ca4077cee13659f0f58df992d1894d990c932266f18c7296387d42c1b5ba42152b5dbe6feff52c7ca892245c774ff155ed0c86c8a015b7a4467ae343e3e1c57d3c2fcaa3e9778830b699d8cccd0aec70d76bed08a7b7d639f18531dff83ab87a913925018a580daba3e75f9a4f248f784043cdbd74ed5ea5ce3ea6fc8f4fab8bbf0c461f3ef11d5c051d511b7a276ababc16c13d9420a1a63109bb00057b1f2f1a1ba64373fd47a03eae35e6eaae0ed6af77402f81ec5f89ce7906a0e75783d336d9de14b5b71d36c51c7672fd12dc4a9ec7c309dacad8eefb0ee245c16f5a2699e9560990b8fe8e3cdaab463de063950eaad242eb26be345b2e0675101d3287b7ac96a8819d6bf51a7b4ce739a125247372e6615f9a6ff84368cba5500b8d8514a6286804bf0629c280c3cc5cdfa19761b287eb84907eb96841aa5d0d94db8d455873de96b82d9ae95db86c33e6596c6e0c3f5816a36ae61e4b3b02a5539d3eae561162c3f372a6d394835d4b7fcd01dcc2651d723da50cf9e7f64cc3c242e7c401899af90b45fc35b7cd05ffe67cf65297a1d213d9bdac7f9a5481c56b8d373afd34edb25a48097429edfcedd4d9b843de6dec9812353303e4de5836b9ac9b57ababe18c8ad93d037d7ea8819563d6451931e36b417c3f4b6a1c16a4275182ce9f670cf3f77a258824f7af57d2bbcebaca964d0a12232faa6c66637a4efc9be44afec6653abb4166b2d167dd0742003984f39ff0feaa92a59e75c5459b0e255d20cbb47ccf1d2f23a9a4788d9d871935bad242bc5172f6c162a292729616ed8dc3664d872f003d436bd947e6100b8823eecadbc8c52cda824b7571adcaa722faa556f830d514fa4a8bf85c73094fdba89345c1a2c438ac6ccb76e933932f842849065af64bbbe4ad8c7a2cb0e3b462284acbaad6d916eae5652f4fc09a207f9b20fcdc340d759af0efe74f3c39d9da2777d4ede17e481490aaf73bc14a1a83c7bfb2f29694d27b9928b82a516630922a9cea013f1e6cc7d2ff7723b22d8e2f3297c1348a7c43051ab97544ad135938a63c839b5c43d56330f517ae1fbefbd0602b90288c2e57d60', + 'aa2a95be717ddf5d676aeb0065f400e68855c23034f057805887c9c6f3aeab57d77f0040ad9058d939223c9ddf9bcc386637a7e2fdfa0bec7be93e98eb792c2e4848514c850bd97ed0c7060e1845d31ecdc0d7f3e7e06b9429ec0f94a73b0a2c86eb518d03d6aa73b6c211fe18d85bbe4458190cfa8abfa1e9f806612eda8e7818d2c8a82ed913e173792513e83ead40536736d53fe04f3a4475e9a88840003b86637e480efd5cf08d560af58f5d11cd8255f7f5bdcb6288c1cb8110be53a89c59083a13ac28ccc78ec0874d151fce8d5a8a21157c3142b3e8629642d7fdcdc41828c6b10f43ac8ffe1f66c3836a2ea7626e7fdc85fc35e241a2f0e5db24b9da4b2ae8cb3f37446f63da6dfee02877432269d8f3df12843d55f456a2d3b2b2077a78690945eadc90475b65a73440f28b23e4f301925d77edabbe9121c68e01732e7910122846bc1a31091565889ae7a5ec4599afa7c3551acb696a09bca0ee45ee95a78ff0322c34aa4c47e1e31e9eb906f692a5252e68eb3e5ea603bdd0c0a64334f427a6957306398cc1c34db45ef0f75da68a1485f6898b0410b6d206c1bdb4bec1835159dab966314cb2ce44717149e49d077db0481c3ac26fcb022a37b3c99bd44af965a975b9a3b0566fb61d6583f23ec36796a6cbd4028ae956246baf0a34f525a6a12861bb4bb55837f2abf42eee5267da2157bee02b2ab9d4dca5da00efeebc61f59ea6f38f23602fe06345d142a19ade38a51ee6a517e2863b2d5b323586b63149556be9d8c1155d698c81f455f3057cc3d6136ed7190d74274a5b286f84bc1f8593d9268f5820cb736fcf208f104fbbab33c4012bf8e2a58945026b03b1753291a118311ab02881e75558db58c021a4d6045a26087b08214a6677825bd58a7255c74f92e391d685ae8444b018ca233d2d91fc66d66c28f050f5e3f5ddb8a2e7ba4ca7d250c3d2e1ae45ba2437f7fc909821d348fe91e91b853a6d4df321669aa67a4778cb0dc39dd1dfe2c11d0f55a500fe0754e6b2f4a8d07d3e1104d97d920297570cbb3952bffe9ce50e33dad5824b6ebf12f799f0a218057dc977a991d7b7ec0117880d26511dc2eb93df1f253163ba230b990d860e471b53feb6574772acc16b209952e85a159a1bd98aa8ecba2e2a5cc635d55ef64407e83628ab496ac85ebdaf58cf3fe3d06c9e679d3bd323960592cb31ba1f61f71163fc356f3fc7f50a204c2c4ed4f335809cc57ea182768295eca3f78472584881edd54569d0921a0ebc807d954e922c1d3c7c97a2a0bbd92093d5edfbfee21f9ead4bc062a5d21eb2b8d2b46e56c89d8ca6134f05d5f885efafe97de66c0764b1cce50f23668feb3e3ccb379f949e701603120d94cb376d4a67680e0f63cfff02712c9871bad168fa72f16ff0af1b8d017b023b15277f7978e3d9073c8c43d8d9c5a6c41749a17d2e80cfc42b5048dd95356a405194d991c34cc4d2368f6ad87ef0ddfbdbbc0612218eea9f161e2b461c5ad28410b84b9d71cab1d6c5134de5381959a687bb090f1cc5cc667bc2cfb1dc11c26f193be085cb84297bb0c0f2e85168a02be1edb15c674cfc8320e339071e83c36936c69d3119a3b329c13f63ca0f063cf4b2fb06e24a4c025ccd2a732e2ad75cda2d018c8aa34ed848be38a871bb1bb567c18c10870ded675b4c3e84104836162ac793b476b0ae1f407052c7c79cce91eed849d834f756b2e664c97494c0c878c1cc251dde8aeb107a9f36cab3fc485af0bdda65d251b06b67dc704ba1d9b40a07045ed0ab772c335c138cb81c21b197d539e6bf4763221a457ddd1221dd23546537e7d4c3c099114f93fb9aec5430d1041415ef7d75d548e80fb8d1fb123cdf412c673110ad5b31bce92b770added8fe71611fc5acff17cb85aa88e17c1283204ac87f079859a1b09dbc5575e041159e5077feec8b99d3f1d2556535d310ed5177fef18e5927d58a0327143d011c4b766ae0aceae7a01187f3a6a27b5ac1751e06d46b13e1a2d6fe7b5d641484b2d32d2d458a3f35b468f465f8b1307786b2dc93e34c46b66d2e8482e9d5caefc75519241117581a4942cda5d611d3bde31f139b9635754be934c29636d99ea6ac39d0cbdde4c3f9d1278a3fb95503926922698a77875e1699822f41eef02e4dd409da9106731158de9fa0a03cfb1e998b5534dd01e23fab10af21025cb9e859f14d9d101532bebbe403a753bb64a337cc300c2fcfb6b87dc1145e540a875b3f766d9ed5a4a43a97640c14d6df3220019e3b55ef3b7547033d4a1db392e90572c5e2663e1f68038fe1116fb5f2e4136b83efb897cfbe69dfe7c915ad706f65a8726479d5ffcea7e9edac2e5da0eb0bfa1fb59ab616f2af685309acae1d8afa250e3c4019b0789649dc44b75a53b76811c43582c68ba27640f194693204bc419cfc026f95fbd66d245f63b128a5e9b66713e7e755a84e6cde65e1c1d5c083ca64be3f3ec71c688b1dc9819234f1f2855e71356ecfe776d1b5029a4d15cb71f300e74b6429acbf7e7abd46e12bd252435c7eb65fa1e39c634969f6715eaff76a15e9cf462a274bc5efad0c1469c1997f059ed35078072f90200eaec52cc8848e0848237b65168defc11b49a27b4a2896de5424d7cedcb0c6bd532bbf1cbfb9dd5c85006a56f5065ab37a9811dcc690394b31135bf2deb09595f9e5d58af007d68712bea97c3d35a52b5d7ff90ae150c4d0b83763a087cf7b3e45759f1403ef181c93d6af4169ac4d9d3659be8204fad8034c097544623df61ad853723465e000816ae0e25304cab27d97bde8debbfed1577ef2074ae8ac84a024e80558807b3e5a1a65e90d99217260f434fe8d70cd4f41c3899040a59ba582addbbf1cfe21100b24ce39ed91411bdbde2765fabdf6a066bc48b6b2038be726f58705ee397224190c824b7f779a0d42a83db5b31dfb831abbb7e11b8cdda8017e828048ccdee918543a944fc6acd549f4c07452fb5c55e2645f85e9cc3186b6bb4694b922c7ed6d7e5fbabb18e9f23646581836e089976228883ba93c08019b3e5be9bbc5ed9facfd5a156db8e1e2ac1f7d17fb6813d5fe8afa68d646c197337a2ac5cd30807e3b53c23ab45115251fe2a809fcec8b803c0e0ea3fd871eb613e14bdf6a0d5117bd1410a14b6c044816225154d80841248f143d538b774fecc126278d1e86afea86a0dddf8f543fba0361118f0925d5418c502f1e0c9205b9af9b565557672d654cac724bfcb417f97c21511efcdfd855a8242c6a0d51a09b53c350deb1193a166379868d00062d94f4e5a89b4f909adf6712edadea50d10032309f7f9807568c6faa82f955c4f10af220808a6de2cd4d3daebb803ff9f796ef55aabe98cc1335c5b1e0475a7b02c9e8646142d430c03db05a4e578ac784bddfc4fb221fd1f0810a1226cd8a82c3606c13c37b1f25142f5397feaa474418e377e11930b9b36f1ca16def126286c35ce1c13f89ab1a49709c0a450ee1ea24a66c4c7d60d2daff57200771ac8ef1831dedff3df5149ad0c00e03c9fc074428851169a04917d311cf0a8186f24c5d7321e5203753c8213a8c0e26f5d813cca50e0bbb2a4fe51656f2c56e779a372514176bc6c41c4237e73320e6414983fe1a8fbfd363ebc72f3f50e520cbfadbd2f65ce6755cc51f698763eab444b6f45309a8a224f5b33a882b77fe3b0caab6f19a70e99e79c4cc106b8cd03368b6d165f2d75732482cbbababb6552fb200350b60d1e9b4a3b1b4d7341c55c635bfa791569a438de3bec72450baae8144b1f28afa2e6b5a5312862851a10fff3437e37fa5700b9a40efe96c8af34ea24d365bfab6b4e2e2004dac7e44a94340dcb6118b7fe6f3d9f8469efeeadeda3523e3fdd53723f50e53e984639d93b42d97c0ce4f467da0ef62495455c0fbb5ac71614494fbe9f611966cca52cd0eb7380dde56358982a72d276ea60bddd8856aae24ccc465758aae705ddad64368e0d2a77555d8c9b45b25b03d107b71d3be0242b4f2ee146507375a233268a130b59fed0c59938781516b852b004f2d9bc405d788437c7927104ebc536d845704a9f25729be0033581e512ecf01d1718f3be7c5155aea043a1a472f74e8b3e543327c7e541fa95dc70699057fa1bcee3c8a2aa3e295d1662ca9c32bee3061dc7ae380aaf1daf9774cce85b1d35c5be4123330ec8690acff5d33552a55d1289d1a31b195a99c7b1067cab9ac508e5903aecbad1767b7e7307a4b4fa3124772a7bfa191a6e1b098a9968fa76d8dd41ecd60b7f1ad1c881ab9d256454eca0fda9cc9b7836710d3ecb35781d17dd1ba3781e68ca1260b8db1fc13e8c855d396baecd6e8094edd62e1be2945ba45c29d1df19ebe3e0abb453767ad773b80c588be0845c7b5d69dea123a9a4fd46de7193c7cf7d11ae3a22b258d1d86213826323e8fb4bafb86e8d5f8b91904b24ea5ab3d949049ea1966bc06fcc29a1be46c4fc6d3a2465ce834b2ffaa3408d67084cf7bc8e69d0e346f8456076b278e2e0e1de1847d0e5c63080db18e69c0b36c0af2918a695f09cd23009d6d45c2fa7d92491912c3677c9fd94298e628d0dba9bec0f979a6f45f3c37ad377f00d0d34b8f4dc7ff13d63ff73efe2041ff9da1a206972df71de19119f406debd1ae5bb205b8888b9ccff08f19f9ce2126cabb7fd88f199833ccb21ef1e99ddb7f28624849da5d5c37d368a2771bb48e7ee6f81149c6ce6be92059413edd2cef0361671f0ac1239bc930115f16bb5df32f37d9f7fd7757ff9ac256a21083e2ce6443b55ed3d5a2ef5bd034ef7d4392f642a3a55a7c087dfe4e99f16aee458621aab5932e297ea201f49a187934191942be14a6614ce3080d0d8f72c1618ae28fdd9e48b79624ea789c760726c4a7ba7dab712235f76ec0d6e08b20cef0bbbcc106e81d20a12f43fd5b4c471eb4533f5011a262fd05136d01ce7645ba233edd5e2d7a5a92d30775383a0421888c876e62f98eaee2fc39d636e03627ac827c0d0f583c4734b21448d04087dd8cd5aa115c6a1f4e0c6647c41c1db40ecd96dd137c91162b2fc8bf846e76bbc3541624eee56d3c89a2caa7ff5b8dd84445e6cab94cdff050aa9d6ef0b9e2891b05d75ccea609cda8cdb1c04f9c388b103bfaa9c5284bb2fcceb78a555a8ed92ccaa1bc784646bbf3b4a2fa7c8727b3b9d75be300b7db4478c3a07c7bf882943fc9faabb66e2cecb28025bd4dc36139884390e132a2998e0cb0e0ab2a3cc5a09c2a6d914ec6c4492d58c2718bf9ee06c5a4210a23908d79ffbdfd7e2acd5ee78b167fd709f515baac65027efed0d701b82597c59a2abeeb9b14815f4255585054b5bae3afa4272876ce6c4d6ef12311a8eb797c611834cd26daf4b53c79b8c23e2ea51e', + 'd7a5688c0c385edcc1604930cc73ba22678cec50ccd3fabc02ff5073f6195f6dcd8296b579378dc98a54834447d70abafea701e498d5c3fd70219e6b66c087a22f5c0b46ef5d898f09679ff23523e2fed443d28481c00dfae966c221dc9369e6a43cb1869530baf6e5a18582bee0a9b492684777af1e3f7c13d7a4dd811b6e01d4296fbf943a89c6c70a1d3c0995c6a5df1e48074976c34b967b2de77cdffeba682b2d3713035cc656ab50673fcaa399646ebd7a7751002f1b5b4386f66782da084ad3383b119cbf3b8b044d8708a758c95f8e1963365ef04a7dcf04173c602a5b8f4a0833eeb27a1db222340ad53aa9b5faa32c32ad4555caebbaa706e5026f0a0178ef242204bca5299365f0bcc455d046e4fb0f3e1d2844adeab8eceace74bca846373633fc507bf73d286042ad25c34b3acd20724e2f5fc9497ef0d42e001a8d9c2690ab01fd46240ac582f15ede36118bec8dd04033c449be433b2a89daccb763065b127a8aaeb9e1837f503d4bd0a1c19e7fe15cfb1a34304df47447cb792e811dbeeed1c05dbda9ab7fe7b3333a02c22c1e2b08510a9389e6443bcf9bc9fbe0b4e2c96d67f8384c85a93f295d1c3c78de9138adfb3c6db05453058b1266256612ef2ab6472a33b15926df05921c58c9fb0190b4c257ca8ddf485de2f7f5b4fd810c9a142798b4c06f1e4fb09ae55d9fcd95b9836e04b308d14cc83c1421b18c4761a0efd0edc6610eb818933d1d53e19a763d84c7ea2e097086d0012f8f23fbad17c4af0bcf6e7c801cc115436d4277abcba41e94b24678061ffc9a11ea1232fb568ebc9ee7b6f90b73d29d737c334848bd74b89f03003dd93ed46d82d887187945877f51dca5c0f8e5d49596f32d3eb87437bcae866640310ce1e34a0188976f0d365eee5643ba8f994e6474793940451774918ae27f6a58b1aa65300f209624d523c23bff99cd17b8c872d5b75e3735ceb49ffbc053a19554b859fda754fee1c6d714027caee2da69ca278154a409d1c37e4ec9c8ebce2f1d912879732eb5ee08d9ba09788be21ed5ddeb3ff9139f611b5a06bba14eda6f35bf3b6c1bb5a493c2b11e199936b32c238826d94eb4e12d01d02f9af484ab9dc4caf99e47f1b3181de8a6f987b93f4c7c544015fa8eb77c9b69312e68962b01f138c9d79eebcbc44005bc73eb1c6cc508c8a1bca6a90a9811ac743fa68b40e2e59315dec8aad2e05390c74d6d6524e1ee6cb196f90ec0c78c226195556bd48ac862447c6e36b2b480122f50b49e4ee657c8d96a9cc4c35234515ef71e3fce3fc12ebe7938985188ed125b4469ced21d6a657f0236d3f98130c3d42fa90e164af87eea9dcdd799a4c218b5f133fe98ce50ca0d2470444c9ba9002c039de094f396da32afd6fb704f28aca41ebb358741307fe999f21ea3eac68ecc3ca3bd3081c3cafd79fa0dc0d347579095a97b89bd330d7d286369e5b4b0f71ea262aed23ea6d7b4c1e214707646a0e11ca4d8858c81fb2f9b6c2efc428ec388fc83ba62706888bd50351868814d10007c545564f441d169b9b474cfdc89787414adeac860306681ee9c22903c862d537d62f90c3e9c189249e44346c9c9a049b08945ec5627f86862bf38d0ee178243e676cd66b1b9571114a3a3495375c26f99bed3b69975c6db76456510e02894398137d75a97c11650e29a9dc0c0b5674e97f59c0f73415840f0d7ae385be2ed9b144e21d136dbddb67a70389359b3164e71d6a9dd2ab33700991c1d30a56c14d26862b3b1d83035aba6ce7dab669457d7f108010a07f5ea8439bdb9e006ef9147451c93e4c3e7a5972c5c72ee2f83b251dd34ac7c522cf93398618a30c893ed617224cb503f29b6e3d5c12145fba6b024fe01b31d5383ed747db19909327faf87b92163df961eeef569a692981425d8b81c181dd352204cb1b254ed518bdc5f23e0bc61780eedd836b0b2ccd0c029b375ff20f288962ba151fdf38ef21cd1859cb09ccf02f1bff90e728ed7d348dac7c46ec23a2368cd71bc273685d22d87aa5af169b46785bbdbe676e1bb8bf45f9f0b32a6fe8c102d4659f8c4d9db052655c56bcd198e130a0524855480df0be1c0b3137346abd675a792374692f3eed50f45e56e055fe2d3ff32678f2fb6d787b425d9d2186801ca1dceae63b9042ebc5f4229f480c23c3f5276e439d0fa9e7a02c84c6a7eabdb562f7623c455f50e04cd24fd08939f6776855ac3fa6992a9e1320334e47f5caa4165f05f116eaed6d5e1532a5244deac9f2044ce7c046640e5cc4058e72363b7b347a52af10d17ce56243778799d6753e2ab9ecb64a85eaaae59e6811c73a84ad35efd4b0c38183eb01d38ae26a622a468afcf835d5e623163615d772a7613abc931618c0bfa996d0a55bf960066f8e759b43fbe0d2d5a1b2c6a0c02bb358d21be4837b3965882a48d5232f6b0e5cf63dd4056441c1d2eb132fe5dea74b6fcf5da2ce889545cbb2b619efb97dd2b91611add7cdc3336c63b9da4b7f6ff034a704464ddd6ee0d2c4aadc18041304124293b121950fa810a0195e582f004245dd725787d620b73be4999412bbb502e7203666795661805e34a4147279e2a1f1f75a4f12ff45497576f4fa863cfe7fa6137c46558e736ca3760c9540cc81afe7691ea565d567180e005f47d8f439aaedb0c7c93ca9afbd9f08956949a387cc94c721e2f6e4e09364253b34919e01350c7cbb67a54491039f40e108e39b5f78688616905caa5c4c263a1b293686efaeb0cbd9ca05cba1cf22d371eca5206333f12a6f35ed9234c2b2d3719e3e4b5f6849427538f4cb6c80d814ba8d04bf4d9fbd289e3c5028f4679875c11c1f57cb025465406cf8a05bc91da94d8298e4791c3b05261bfb0b25db5585ac2b6038dd0d50a8bdbe6806f9f861f58d45c81c7029e944897d6485537e68a77534976aefd9dc813fa5e94bc19f538e0c4f18e3bd59466b4ab91333e7c1404fcec03b6a8df8368358cbf30b3d4e50c74d1701c6db1ad0edec578d936d547ae31b76b2b431f92d339b98fbb1e755e855b236292233ff2740e0e14a204ea88705dd9093e4665cfef67a8589dc3a7688adfe14f5a26276a808cadecf77262de32c97d65557b5844a50682a13d6a100c044633bddb3e101d1b9fcb893e46e552dcbec908daa8a1f8de606ef305dd5851d9d942367d32a2142b919071e1491deb5682e5793396e8f380bb95d55ce32840f2e03641a8cc865699a8232e4643afb1885dfa40ca0dd43e74601fcfaa4328df37a33767c4d264eb4e2dad48d7fc46ac5b9930e605d50de0a397336958c6ff3890696b2e390de3dc31675545fa3b88e5b57daef24eb53ce1f4a8f92ccc345553e67cfd217045ac3029a044af19ca1d6380509dec0c76094a4eda9a9f6f55d4361f2213c5cf4267ef201ea10d9b6fae2ea25b245ca6e01b229b763e4ba9f022eb25a4d6a4bfcbbb22fd2b95e8e8f3e34f05e66ccb86bb1b71c2c40cb6e3cfe77ade4a6d45a9aa50d0a80d48c7681d63cd8f389dc113cfb03fab0c2d6a83b8cce9345b0030f3a5cf01080ce13283b7d7b02a9bdec4b5e483953e96c9eff37478420e21b9ee0785e0bd077289b1a187e601bd55575ed4c13b7a63a907cb99cb958d53e2be064b112a0d8c8567cd2a5739c72faf3116d82f81f7028f0f88df84c8d0ede73700291356f8808fa40d86ed770a6af194742af6fd13038e0aad2c69bb15c3784d6508510b87c9d667fa1d1149d25563a70130de56d64eef20c3e7401663bddc27bb4f95f2c150a3d91a578d5728d84d934453af3548cbfa78517ad280c3c35def8d68a5b3aefd3d21f89d284813dbf67fc6fb30417263f63bdf4ce7a23bbd41ca60ba49f556b9ee691955a9c59c46a7940d912a235bfc2d90f6c54724d693d1e2bead4b60c26afcd607e9d975ca01a8faa37b65820b7fe5a01d4db9ad992e555f2ea9729df9f9b09249bf8001a5f541d81023a9078bd56792dc4c06e58e74156939168554034f52c5674166103508ba56daefbe5ae2e4fb8fbb2af676bc4e5826655c4d2ce9522a96e9d5524b83235a9e8b496b221896e8bf434f51052ba468c13de392ceb2ec7f2e58e50d59962f6ad5aa98790736d27849fb24df3de45f8b6046141be266049bb53cd860e476123226c044b1b3437ff1566b0f68c3ee650a2c0a55b20f0e82c4521b1610912cb6fab754b5d8cb47879c0d1c79b34251a02d4c100f1dfdb04d432d7f07e80abf010ab0ee52b9fa4bd1c19795cb896016f73be8e0ab2555574f606fef13aff737dda93a17851be65545a81b5e6bb2c544517e2a038f92bf086f6240f4a22cff9d31217d55b6c53770cb98c200c3f61ae3983c3800252ce2cd9593c7151c28cbf8e5b8a0334b8096a14bdbb402391d07fcb3be3a5fd4bb67ada9392ddae96b0350e0b7cb36ad14abf2adb718ec37ee33958a4c59a90306f5b1949d99cb71bd4ead0c6628e844491d6ad9751647243247b9052dbc651cd635df3c0734711ce65418500cdcd078e79411b85cd89a68b1ea6d0cab8d1b86f3cf418abe265353adbe9894f21276b2b5baf030b6836d6b33c5bb870cf153a9256adf660c96f97cdc3436c061f063587c340e2ac94249948080aa5e991296ed34aebfb937acec01395df9bd9f9e1ed404ad748fdf3bb44d5fc242799a186bbae745eb698892b3488de2e971f4452f8c15cb28453e9638fe9a338cc0572b5b7807d46b60476dd6bb9f6a0ec5aa0d1fea773634362e7c5d0df77c8f1c1771ed8f5c064584bc68dec0399e71a1081d7554f1979f48f915aae33f4554732415a967ae8083bf2fa852c1212619ee559eb9344d967265e688a7e83935e1afc43d1768c5ed2df8e758ba2520a90e92dab774f151dab4743cfedc84aff540b64012c0fb69f349172d9e9f54fed05977df912df3c60c6d5d449ed220672d7972e0bb2b86613ae10349a287b683420183ab536ca273d3a608469110222b8492c9eb60e073766bfca6838dfdb377a70ea08826b96622d8665d89fe1ef4c1a295a5ab2b6828702ea3e7228786b3a1a989b5bc329da799c3b544570e85fcf13089ed66424a0f172addae70b7ac1ecaee79aa909e9fcda13b9ba5f6e8cca485d6778965cd0e8e3208b2e3b346f65cba1ee6674c93484002e82168afb67b53433b6660f0f53d0f8b6f2a6f345cecd539e2d8d338381e6884734e75ca9d1b70f5085e5c4ee15ef9e8084e383b1f17f10fe258d89cb6abaeef842bb48fc7336561e46864c9bbf9b4127b252710bafe1903c56d5dbf3477780ac2be0d465c4b9950788a61a7a896a8d16fb724fa532ab3df33204beadb082f9ed611693683eb74896cce3931d2be3dec8d0d184213212969d6788865d3e83c73672caea8659c5ed6673cd5af61f8db2d7c2ee931216de16a537dfd78439f05511e15c6e42ae5bffd11db1d697dcdea5ae422810da69545a95537926b53b3f400a3d69732f94fffc713b3f9a64cc4d23c6ff2c61ec922bbf082af30852dae70479d770bdafa6186fc15cc52b0f9', + 'd2967ddf69ef62a9e23c9118dfaa55df92b4116322f1c9275131e3875dc92faa232b26b28aba6f351fdca8f1fd5062bbf0c26db9da9c57d155202f6199b48e31a17cd9a6892ec0383b220a254aa995671ea098e452452ce65a490bca692697fc91b21e232df45c987c37411d8e5ef5cc64771a4d5393514ca9d4ff2a93c751f33ef47d913db44b3f2b43d54091168ad0096f795ba42ecded8aea93eae040c4ffef6b7f58821596138f6d4cf51a7a5d5c57af3f750fbfa8af44b350701839f806eb3fabe0c4c044fef2de30a6f33275599460f3055aeeea7c2156bd250359f6f17b978991ca5d5de79abe08bae2e5dbad09a91e724e629c3b67fb63716849c5a9e79ba2d45e93eab5d0345d99b03b9542feb34724b3c4c6d45fccc8bd11b16d1577757d0f460af152dc68b6ab25deadfebba5f68351bb6e2e51ee766fc437f71c734aa3ac4b6b7da506839b5708732acb87a8b4f7eff09e33858cf5f14a866aa822459a11355e939696ad940823a51590ace407e8570a5dca42cccba96b44cea0cd8beca8cc8a3d0dd30d2a233c19753570807abe4fb2b4dbd2d68201ee1a2bebbc4720d7d89882f207cce4111c7a52a11ca592e1a090a94f7bd3a25f9daf8a73379fbf08202f6b2d78114b3a8b6eb5bef77ad9b9124b470c86ebb12d3eacf21f86bb50a26df8fea76e05e506509da5734b28d6af6c8c93fb3b4539d29ab86cd7f0c45b0d879b454633d03dde35b12aa85ed6112978fa9704e10ac1b6797cff83bee269b036bf48f30e99d828004f4c457aad1390fc3e5a10c161d241a39fb30c393c01f5420c0e974688404d7a211433e5d5634dc1ffe4052473f3dbdfca9058a6fbab43722c9f1824c7fcb66bcf8958e77589c68fe63ecd5068acecf6a59f505046ef038fc40360f07b94ca9b01b39dcab50e652d9b6f4e8e6785dcb1d7e7dc7e46569b617f4255f2cf90f0d15e9bead4be799165c57f7225980713d60970e577236774b00265e171e97992d78e48284fb852b1fd0c771f5f24b9fa2de243518404abf644f874ebb7f1d717733ac23d81cb222fbe1a5e3f823323f7800b670aed11a889e507755a0a1030e76e0a1213b31d6f7270943cb9d7ecce73952be4f6fa74e8965ad77218b36d0e6a8fa53f912cd9c4e2db251975a67841d735ebc3fff352f3836c11720cf932f808a0b4519e3625a6e7c673fe5b37ff048928f30b0c1fd64fbae35d7e1e2684772967de512417299fe9fb26f253d1a8a0f336eac404c72586a187629d36818d1235aecc460a180f365040e7fe45bd9b9c7b2779f7d1336a20a21fc9d73c517551943b25383881fcf4845e5e29194401808bc247ab5aabcba32475393418df64bcaed69230959a1a5fed1d327bb7ac02d58ad0fde8877770998f4f5bbdb37381dceb49bb340baa9101f4440bfc073dc522e01942b640de82894a76d779f354f438b45b474f81fb8962ff9d93b5f24173eff465bf1e6d2929fcbfb25471c1cce6586fd3df86e0d3290878ee6fad5efe33c5307c1b27f6a18c7955ca7aab06217fc5867a2ae30e7b997dc5004aec35bd2e2afb26ffdac38bd4887488f331a89ce6065f18d16df43b0249509bca7b5dc68ba9bd2a133dbd3228b184b2640b918544a364757b2c7a5a8cf27f869761c06173c7df51fe5bcaddb17ded11783fa724c025fb58d12989225e02bc8b5aa644d60e0ec7636939d3d39773186dd5d7d4c083138e8a7a6b07d9a1016e70bb53d36c8305de28fbe1c15d011c6b8e23dafea3b4f584d41ffadec87c75fcfe616f546dfb348c675d5a7ac317fe4f3b0b510f137c5445fc68dff43718e8d0fdf502ae1f9d243aea36ace84d03a32d3e3443ee5903b639cafc21336e9ce151351e15cbcb925c4e772fe0f243ea936b5d48b883bd70a6c80884c881b431e9e76e85ae92b8016432d7f0fc7fecf7547361ecb9b686eba95a7ca7ddc853ff87fa6fd2d8eb3013c54cd2200b79914f70ab11ca4c6ffe9e4957ef0e67ef912d43f201ac98be79f006062f6712c77a1d6f7d378a7c966baf0d272a616edeb7e4a538ecbbf8f3dcbfafc7b86f1b51ef87d75099d44e1316467d32f247fb7d0c4b3632f8a8ff73a1a949f633dd2dff38b5328b014eccce478c22e0126814b4da8b7d49ec1bb52410d55bfd695c51b99cd0079835a3fdb046a8839a506dc46b67cb02e592bb23ef716b6d4322928e676400dfdefd79e99f5ac329c676fe108afd344e6fb03150bc0b9507302527ecf1d96c41c523799984cc059ace4ac202f9e2eee84d0f2445742779b22c3cc4733f403db5b56d4a1448e49560189562a1a05e2058e9773d08fd0d3ff59f2d112c39e49ac316a59462d1ea9c030e1e85f567bbf227aab024a341051059f1c1b51ec80cacf45091018c0926410916afd407373f8ddcf781801d275714658ac05951d2ff9bcfcbfa3799d7e0adfc9a0ef7def63419ff3ab3fa7f964a72a1d3f2a4ce40068eddf0a7de91225f0763010495828ee0bd19da0e39d078275395321f3f9cfb69ada425629f7dd4ec78c7b35956fce58ca2b13f5ae618b436deca100ed1c3ea7021aed3f12264d4cf28af18d5e453e57ff04fd15fa86032bf3cc7d688034cf4631283631d0e4e0a503ea39840e48f7503ce7bf8e528afda0a9414ea557d3e0389a7a93bae0b435eb7e32b9b6101b97c5e64be1cb30d0d945f0f3ab63de6a1fe2b09aac56cc34cb84b3ed08901e1d8e4d9db9fa59200824805d5c0a008e67ecc91600e681fdb7000557819cae82cf494bc5ba7fb4aa917de450d2e127d27dc5703d35b8b8efeb81e1db88fc6de8b16744f0b5c86a3afd33e67df0d73654ec386c98a1b9882d22afaeb27b8e5aba5446cda1448ae65bbbf50b374e32b88063b412aaed5f6c3ffd17d07ed1f9016248864a49ef3dc5774e1fd70f43ba2aef54d706f67120d192eb28db831492de9adea44f6d0e4764283432be8879a3f9fc300fce1dc59454c07d713481bc026eaeb71f418d2a3e6ee8fedc361538a6c22195dcbc5363206233147f8fdd40be1e283255c52cdb8922341e5ae24839291019f6ac6669c25b867550a222084b2c898200e65ece9ace4a94135d2793d3b1402fc31d50b37bbc3e01a297bf8523d41d66835f52d4d05424736e519a7a90b5eeed8bae1fb2f7b8f5629abeacf6735b66203a1f55e224e16c7c8fb6af8f18cd78cdd0bd07fabee8491299856ebeb228e059a5a4ec78f0cc7efa081acb23a46e7a6b12e8cdfd39a0b58c3f8a995058a3187d569e6b0bdc9bd88667ec91eafc0f702fc2bfb63d0098a759fd4ca15ddf707b05bd5a761d30c6059c2fba88475826d6a67080753cac36bae6433a1b39cf07848d5a67821fa5e182c5aff312cb714b3a399cf97f6e84e14ccba1e16b76afeec16eae5403a5a464dc7d9924c5d9bff2f783b8892955334ef974b9c11686ea7cbe34399e9f21a4c67f3e5bce16149ca4bb0f539e27833fd62d6bcb57a10d1767d7787ca5a9263f8ce782686d87eeafd6e126eec6ee7af2fd753b87139f5baf06a9a5f807b615cd3ea1e46f719fda620ff684fa81e2aef54b5d4e5d9365f529ffa1473c434a92e6424adea188d26a4bc68783f76da881cf36422ebf45a98c10a96ac6a9d6db00033e2ecbcef1a400d58100be75d8a4b5e954c0573cb8be72eb9a42ced140ec0fbc98da46487a995087d5fe8ef6516b9dcc1d5442564b293c1358e5aa330ff1f46ad8e9d8ae5236bbeb2bdd9fe96661bbfff67a9a8c9b8e5a405bafe35f928150b674b9fd5136e0b577f92a4bcf963b82ed76afaa5028325fcb192e24a7772ec6f802e72ed1874bdfa6c4612d395f3da52d24600c315fd9bf4c27ccd8bb3c3ea9c7f9edd7bfc1bc8cf0241ebe872ffc753776383ab0c0d8eb1bfe2869fb40559baec03aa27c74d76ffc8ecf7a69970c8584f294b04ee9a485e302bd630821e7ff050c49f9882f10db247adfdb2112c2589e1011f77c48e0f219dbf85e326f8a567324b857735efd60f05edc7b7e21d260fb551c8ac95d02c228f065b62a77912471aff236be62f193f8c151b5b152a131253820f4a6948e78a8e6820550d8b10b79048431d9f981e6a648bc246b13a33b944fdbafa49de8781204d9b636115e5df1d8eab3467142cb613b98421be37cf2d0f2991633b7a562ecf1d9535aafedae848392459478b8c4e2305289445082f963c6d5e2e4a049aba2240d673f03037fa9ab1763445e387581cd978464c959b1b5333e7027b649c4da11e26c43b92443c9a5f696c6c0563fd849c3ae0dec65be4dde2f588d882a40dd51f4dd0940c49d7d0a9c5aac1d96864e5b637090083b61a62e150676846f92545ac124002868df3c4f851954e47e0b6c68f376abcb4f6e5689ac0483399e5bb7a2b3ebc8ee859b6ffb5d6d61a38111ab08f02ab1941616c79740dd34261aef8fa0699eb3f1af54b08461c142d9244b92a1e5f73201240d81cd7feaf9c889d034fa3eb761d05a9d86715ebf8903fc2babca4176ad70fda50da2b5d8549f4fa05006cfc04308fbd86a5880b2a4a25d046ee89f239482179fd39d9f0fc528f0d2596c7943e81a1787c49094351632eb9854935b8887b2e6307c34780bdbe3f1d8c981e7acc172423e3dbff5d15e441c39e541031fe761fe19500ded46f95ee74618ed87755fafe06e2e3d21f20d44538ba9783254443dd3bcf7706b6bbe08358cd015d5381331969a2eae952173b245e009bf45b02ea4fb9deb028ec49a6e612f87815d6fac95b944a77aebea521c57e99e7cc9cdf715ca3ea33aa3fc0efffea097b68c765c4aece0313882a708f10dfac0474b083e2ee401a89f677c9c3b6272892bef06d2df961f545df5f208cedcb6278525f9744ecd99739725c0b2bf3137f467f17b80b249347951c265e214488e3cdd071c3a03db689cb88b52f2e9ef4331e1305ee6616ad228ba545d255fd5f568a55adaefdcb1f17c79f4cdcd59f136fa3e282b846b9f6adb0e38423300098e33848dc01637d5c69b61ee7bb27deb8595b5556beb4f4b8118b3eadf9ba357bb45e13c663db3bb4a8206f4f732c432b19d0d248a7b7af3975a51f86fefc8550ee841d337d6bed71fc8bf94cadecb7b3d88ac2211b58d2c30284ecd9d8fdd65ebc33ceebf71e7bd98c8124a611702099be108ea9c49e469cdfb20f6c2fc512ee44f18eb578f9ce358189582446bf6826f2e99ca84791f10c36b7ee07ac5d1f48ae49c55ba806cccc022cfd8ff5e1759f9da056e64f39bc5d2c19f374f6cce7b423c0dba3304c5ee838f07bafc5df314fe6ba232a829f8fd5eb62847ab61a507acbe03856b8d36dcf4b603b4c5fc0827df6c16a3e88ca53be9b190be0945044e1cd30453ce7a4dfca6201a32e6a8c5270f43d95e80ac2ee5e63c7ef6f3775aa325138681c66c69e21a55d1c1c8f4b887109b40bf1b0904afe6cf398ef489169b681810abfdc41901c3dfb0fe076060cc85db03421213b4ee5de256e286ead6bb2839294eef21e9f035263e240c6c5c6bd17b8783f06cbe15de0e6d9e152cf97717ff36c6f5064b21d0b1eff05288e9e9860553f150649edac9abc41e49c02d53a9e2dfc0a9d1bb0b391b3ccf7436b7ca05f0df169cabc591b35320ef7f34b0d5407c7ab89824b830d0caab3ddc063481e3d6bf604f92c0df2d9cda8e3ffb427', + '0f5452e6b51540cf219998590995cd7f8785fa40b4f217fc79f07322a2ec5e0834a4261a0177463779dfd958c33c55730dd3759f20167778372688c511967d584572c336d67f99f807c57c71704be39152222d8928a4d8307efef3a606ecd637e9c410825bb6a1da72526aec384ae1a2ff7a0948f425a2eef7829c0daa77d26dc8a4f545b9a3c6a5638e891142c2b66ebbe3f123ad213c784ab96c4125bed9c18b195ac917cf71208182c227b73bcabd2f66cd617b1e10961eab498c9e4954fcda2b27549ec008147535fe78be3b8557020a854b85a685121b611c343da1a9e65ce3442f7500f549e6af234a804c4f04ddd80229f44003b3eae2ce822c4d4247ba489aa2c6179e877df91ae625f5908b68d62a43ef75f240333645be90d585e79c630ff4b68b6d96e21acc94d4bfb0b54a0ee6e09fcbbb829d666b3094c2dc8ea83a8c6f6fe6c83dbc1a209cb530174a2c881f492cccc441d17927205d9bae0389d8fa5919af1945b302fd45f1d22d12b54bbbc7bd007644777760d516e8630fe5423ffbdb6fc77770d94dd8b02d5bd48e5fa4a07aee395536690098e532637a6582459ddead3a999ba7f79d19c7075a5eccc01c8c1e763ab656eeb1f2ff150cb09ef2874af1da73dc75e3dc552a9b6ace9af9851b1893bca046126866dae38c6fa1300046c40fcfd94af9dd8bde7dcd86d235214e65faa39c415404694834c44990e651faac41733d2e21e7e469174b2d7c5e3a4e8c11b751509ccf22d3717ae775fcc38f33d828ae2943448855cfab6b9e5b16431542c0687ad20fba020077f057599c2de13cb6d444473a9e2a0fb7ea4214fd5489f48588c8de0d595d4a830d3fe724fb3dd5e5598615124f6e3e354f6f7139a96e8ecf5a40a811256db765e6348da522cf0c7de2f89514c2abc3ee452e5a116b4f7a6686ed196349b9b0e7223e3365ca1f47451aa0b087206808aa7286b7ccc2b11f12b3d4174aebca9bcf6965c1ad19b6ef06a6884cb5902e74307e7f70b3d51ee59b89ff8b103426e1e665b220c53a1b6d8831b852e43b846f4a12216d0ecd1d34c8b2755efb4b57ebf4bc2c36f553d627936136ab5d48f261bed6759725d1377462d33e765458e520c116dcec858d7087efde0c3d68e000b2557182d43f0af20d319763bd628556e7141cc82bbc0f70f4635142f24c2b37cbd78c500da5a0d968fda3eb1a6ff834aab775fad9e4025ed6b962deb153501e120ccee82ba0ba71eb8ea2de74c1d906d070ca7adf438dc394b7b8ea61c3783ef0bce05114768044ffac3a44b5a15155c108c34e2621d9259826fc6dece5ca1dceae6993b26f1bd90d1e1326c45788a8e447078095c80d0f49cdd57039016f4512ab12b7ebd5b3b87badd68b892ba587a3f43f18137f52060f76ecfa305f8e3e267b83c4a9ee6f6ab2212b7cec65d07a65d9121c8a8dd09452e7e813b946508e70e663c2d30478761b42b900d54c330a93bc2996e13bae407ae973c3bc00ddbf5ab45aba515df6641dd7291f2c29f3be93662b8d00d11592ef44321321d35c594aac12b30b4110bd1faa22e1d9443b1fce9fc10acf972c131ac0cf0ad008f5e2aa9730b5e8faee078b814d4fc4e531b4ac2e931435d41c4a6125f2b1b2e6d2e4e13d5fc8d3cfb9cdc8255270d654fd0596dd48b31dd20cc02d3a420eadb718e6576645f5b10799943e5ed84df5d8c89af27289ef6cd725fbe7c8682caac1f27174da8a436bebb5e655f387ec0abbbafc29b6fdd10b2c8e85f5970b10924e860ca060d7bbe9c3364a75ae0957fe43fab2a4714d60e21970e6c16fd4c44ba4fc3f43c2d46313d7434906550396b7b9b144ca6b20a5d9e5f3a4b1186b4fbf0b7d92c5c62845d16e056a70b120af1f65063b026b1fa6d9da3e492f5977b9d4cd318e8e357b690cd1a4351b8a05ac1d8e221db63bf26dc83e7a5da2fca10a74313fba06d677d5aa49473270a85d94987d2c754da14002905ace6672c7904b867ecf9e9673c293951c16ead5d2ce707a7b4dc82f66b16b177663ee0683ec84f2fd0bc3a4d204abb3923ae4b3d20047aaceada0c352eeb247da617cc8f85fbba0f619b09abce623eef5dba8736e9d2110be7384732c9fdf06cdef991fed8ffa78b021eddef90f052d8b20bf7b6f4a079495c8fda7be6cf83e9835cb732b244861754c03da512959589e32b0359cb1ff1e99d392c5cefb07d6845c9d2d7bc7ae468bc179f48cd9255674390307bf7a149614bdcb3625f713b6d78c94b3a320320c3ba9d79671c97311555c415b9e4d4be44cad30628b0625c6d9ec3a6e6bd6df9ccd2ca627caa14a708bc3f19803d0aef08acc4ab1c7d044eed4a516c69d92bade89716d0f5d08b35b5d979b26b4ae44a21541a08ca3fe78160edeb024fffbcdbab7a1b4b5f3a7b4ba1200c76d798d15e33735ba59e538c926d0c091ee5bba1f199ee3048353265875f325fed51c162a9936d02181562540066273408e7776b8e18760e3e0472ca475482fc7c663f08aae5b395c6dbe6ee49e0c1e456a1bd8a1fcba40dc349561a2a05945aba818c33d08ee99f384e5bbbed616ea29ec1187e1507faa74e8066f59df6d9031e301394c9137176f2d92b3d497c7fe737a202c80c71ec6356262fbd11bcd38e1dfe7f8be2f7ddc57d28ffe30c76983ab7e0f6f8748debda60b71b0133ac264430491a89bcc0a1033daa245da5042a05a5fa7f7fdba09b74f4bfa332626923ce0bbc9f2ec4f24d98cad9430d8189b7e0785b06dea07e5dbb98bc72f12c585e93f6a557eb8a01462e8b32c663409bb443a58f2785616bb526b319e4ae001e593e87bfef307a722d1d2543490f60aec1b7b4034c14acfd244eda7482c97c0f86164548cf9e14c954fcff872552402742b53a540f0cd1a74d8c8538d7e3fec087c3a5fc73a4f77b7036907b05ec8db9c9b49efdcace8dfe736839f34e8e16c5b0cf202775b5810ce1627e9b452e97cac94e686d19da2067487a6f207118328393815a7630705ff23af910646da90cdec3db0d2e66c037763f3bab3cca23008ec282ab554e45d2cfef730c6309ec4b6a3bf313ce5c1131bfca1464c4c42edf4bb05b994129a687fa6168b9239458d1f1b41f12a9443dbd887bad2244f9ac4d4edf74aab65d22ee165332bd02878f3f09aec7705bd9b62974b65e6a39d52bc90cb2566641534b838817696eac6deff1169e74b362671b04191cb0b31fd11dd109db89426e9670d6e43085646db20b86ad05bf523986ccebca113c836387f303dabd75d5aaa143569f311f34e2fe527e41670fd36da34c3f2c366a61a1645bcfd3cab486620e23913d9b8f36889d65265854decd6b67297c93fec2c455f0b8a39995cddb3137a20523d26e0feb29a43d6631b4a6af2ce532b5ccce220db78a0da0b11a4a94b83f2106683417773da0220f9019d5c57effeff632f5011523508c6d8f226b08fa6b7349df69f3b923e95298f286f13ad7ea02d9c3cff818beacae74828ea31a98b78a62aa781b2d76d06db6db847f7bc22429c4f1c76d94f3eec23a5db78925fd93d4e55bf6f440c105d1ddad8ae704b84ea36c4f63d7f66d978643532593d7a380c146666f159f7cea0d620b02be6244ba3e243f3dddd9864759142561498c252efe0a4c390596250d9f0856946c10d207288133bdd59ad87ec92126f310dfecced9a58ffd3ac133e0f52522b8769cfab61117df5c55d6ce9e44feda43903f8510e2aca4143bad23f4be4ce1d774732937763c94a1e509e3365af1d1db3e276875b7842b266eb69fb948e43689dc1fd81bc673f616e9a0b0c789de90327114116db6c087ac7a89e1bf238f7338140fa1c3905266340a37b1d23fe987e1dfa21a797ef63c0eb573b476dca33a7ac2def0df526c87719d2b60e70bb73b51e04dde295e79dac5c6206260e2c3feca5eea5fbf8b06bc68391838667bcc2d1b1973f6edf3efc68a12fc861dc476329f4ede48f4b8d58770548ac2d0fe9cdf95f1b0df47ddac9194228489fdf01e78722907371f5a3d7b3285df7ac702adb56aff8101b75a54beac7b350892043122db6411c48fedc2fa272392dab926835102997108cd185cc01b93aa6c7a6f62e433867a5bc6f1eaa6b6d4416d17e89244e555ed5ee99649286a02413007a0081f33169d7774f538e37a1e679c73b77ee38bcb626ead329e6a202d95fdca24b546328b17a1ea662242d95881f35d118dbf7e508cc2889bc107c69c1520528bdeebba5a6565c7d33b476d190d1c1495635b358ba904fc205583e5c44b4201340992430b032d6dbae8639dd685516aa1842939e36380787eb060d64ca4cd86cbb9bc65237d837c8bbe19f427673dafc454cc03ee28cfadf59611408bbe3d23a153dc892a30e254c420fd08724f5b647c79962c02856ced234b278d07f41b98538c752795d9d48702b56f334d9a151948571a0ad6f5c2b68654164447e2e33560b818e8ecb4d4a3b5eff30d1fc4154ea671ea28c1e67baaad456feed2072e8b476b2a25956e5d0b6c351b0e7f79b665255e791e59f3f229f69396e52ced482a761a4b662662f85e743969bfd317830d33713954159ac0c4f0d31ddfbee1ea637b49df33264f10ed8c414199c129f5975f5ebd526b47620c3a6887371ea16fe6d57e68050b6f416912f15504b02da8a4078b77a1f186405021d84573b2885325033c78644c60043186ddf6b9269ef6b3da6bfabb1ed4064145b6eb2e11232eae82e872d97fbdd3d7765ba90f9afa7a373684a91669bd0e402478eabec0ee7cd3e31709cd0bc52adb6fef0e8093ccadbeba7a153c58add2ed3c82b6be3866a835925c8fc7773283bdb22c89a497920baab490d1b56232ee98fc88e194ee184b542f0d8741487278ef0b889ce42cc70e9bd37d40ea2cc8dbe3f2e00deb687fd0bff7ce82d3060174ffca77cae7a9e840f285a3e5630eec055eae2c7e2a1e09d2c9aaf404f5266c02508d9e95f7b5822d5f599951b88f2905598cb2b4c9a542cc11a7327010301eab91b35180ccd6013e32bdb1f84333ec56751d37644264b717188afe76bca995cb33da350dbf6201fe0d20a26bab83c27321ee1eef4cf2d35e5eb4bc6b62f96dfba760bdaf480fe0d75f30df0e59f537d5f06dedd821c6240c44b2e0d0aba603b76cf55fe80f364a74995ccc52b71ea919512b0891695525ab7b142038ef45f38904f6a04a7d5b9b305c02fefb7b56b297d49403bd9c3654b66236ef26b64fb9db0ff303490b065fa507c1eb5aff33d0ebeb3763af22d04da78ac9a20c8939d347de590d6640bd044d3d2815e3cb4c80801583ad08a5c95d19651aed6ce07abc3a00b72314a6f625935c94033857e74dfee417543c9d682f6671c935ca54a8f13c079bf8e6b6383001f6a437cb3dca95a2c750ddcd625311294142ffa74e4afec86365d35ef6f9b0339bc7281ed53cf4264fcece3dad00cecc4416bf8635b75169a4a366efd1b12282ac7b6895c6d4e5f3ddff8a0fc60794ea0ac309d9c394858a3bd3181bdf050389b93f5dd27b18e7960251b5a655ce2fecf5c643344058f7b4a9735b55875bdfa332919c678a7f85874d63c5b3c4caec5fa59f0008648b44836e12c54f633c1389b90088a74d8f2c322fb43e9aab9456bc9acbd4d88891e840fa3fda4beb0c5b87ad0ac7145cbe584129a174dd72a0fb8e35cb261725035fa7fe390eed9762f4379f2ebc513083a61ebbea2cfea277474f171b6866d2661712cabcd796f0d69a140fcafcc05185723566ccbb60c38dc669af4b302a1910ab0be029c8fa7fbd99a76f9dfd04482a692faae7a', + '109317556c21c969eda65a94176d7a11462c9ae18a865b6db4d4466eb125bd0a1783313ffe79968511d214afe5a20013898b0aea5e39b8fa282f137266c6a015df72919a7e483d535fbdce0e2ab13939a0ac74497367e35c5b8e131c66c4aae790e89e2e9396a61b00f1ee778fa00fcab3173ec47218c3db7479ae365a27c5ca516bc0c3e66cb9251cf6deb3bb796910ec55d224035442c19c784c86e9f8d8044a855f201ed15eb8da52048a58442e5171ed9630cd244754fa1455d6bc3ecadea4bde30ee4ce7d1e628fcac30b0748d66a67f4b2798fbbdeb7d431ec7a0185a0879bb555e06afe9ddd3497287ecc9ee7004c5370ae9e84a5fa414890cc49f0921aa83bbdb9adc97e73cad27f599a18cb5a221a3415588bf2ece1028c5a1ff3fc866bde0e189fc6094bd8e591437a9ecca274b3c456c5b80cb43fc8a7cb8a7625f26d060fa449de858ee63726e5721830fdc785e818edf43d7ce000a8c893615687341c8906b2f73c637d3006e78d6e4095a5f86a03d925cb694e1458f8419cd76d4a8644e5e2fa74f32438f8f0d0894492957411c09034ffa5106a7f049c10f0cb37ae08eae2d0766563b7c5a8454f841c2061a4f71a0a2158ae6ce593aca3e9c981fa9dbdb95f8ae2c21535b9f3a94759cc27ec4f808d79a9b080514e7a3e0991b2d4ca056f91f792caba10c8e27fd774242eb171c9a74ec19f108cdc0dca994851a3586a0d4d079c020f1e801bba7a93addfba05fd3feac803835fe76d2de119e7cf10969a7a0029f27a2786a54079dff1a0d1b2253d93e562418f14a351292afbc0b72e1e022b602364f28588fb1c7f77dabc204788924046b2e70db61cb9a315dd18dda2ccd06a1c364823cdd2aa9bc7f644f86e0a2f02363e2e7aae78d8adbe90fa492cc0376e6556f1087bac6d5d6a5a31e29faab153bb4d2b02944cd0707c41241ac7c6a795872eb5dd9a73abebe7704b85e450625a5c47a74e6f80e713da565ff978c66a0709245c4a330ead6dc69f5a8a44e48840a1946a0647fb66be5d38738e49a8c6eb73a2adf64c65bb0c904e2598c84f6c2c129c3cd124a7959b8f4f2880415404694e0f718af0601cefcce775587677564738c7e5570f6bbbcff703467768b36bab21d370ad24e71a4002d1127258458db99a7e2c410f2f21851dbd941dc7ab45d674567208f2e2fb24ba74c48d76a15ba9c027db372ddb10e38ae3db176525d815d0ff3f43613908c57d385351d674063f332cb8e07058ce11c5dfe3104b0a6e8ebb389e0579d4894bd285866882a4d7a57af38ce5e08ca338561774ae7f404d69bf6959f6439bc6de42c32677821b16001de61eed8560d980c6f556990bb1bdcf64f836bfc67706a4545afb29dcbf0b7ba56b38a168bcb7109cdf507af64308e8314efe080b4e93c890b2cd239a7afe3b99eca0a990898411603f2cf949e075dbaed37878180ab3707e336410c433366b81d01fac05ad89aa9b7cb0bd0b6f4bd163ef6eb8f791afc5a746889660d2fc31e67f7d53d0120e04d4fea56f44d8d3f1d90ba670b0cdcfee9251005d783e98b54e618245f89e5a46932dd2b6fd035564978dea4749a45a13c7be950e1361522044def62a853bb7996071013b3dd8185125df00e5cc009a5ecff30f513a22719a4d5ea0ac80d06b25c432f8a60c3f66e10c67b0f340c8d5f5315a36cdf4693f4af3494971f045bf1146d8809e7220853bd38fc419aee454007559d12b491e0259bd07b921dd82fb866fcb61cb7863be8902be02fe1d3b5fa8245aaa12412a03ef3300b8654f6e67abc57363d625f059f0225b344b95b73d14c5c4872be5738a32de9c0ee54ff34ba9d2394e6782af9e9abad020a71f3f386ee0ff311e3ce2df4d45448248e4f8eea71e83e9259588d5af52848fbbc1bc96dbfd7370924e5f4966f15ede36176699ce2fbafdb96864455672df482f8514a085a5880b3024d311a66854e859ef2394468f4752ca032937b8a34915aa73309e945fa6cc9fc5248034348c695674182736c690b0016cc1f3fd6c2abcd492f8d830b4357987393cdc39dc7028d8ae2d9ac65affdf06ad12c14c56ea0656ea54957f2b9ddb9289016ddce966ef85a64b3420d5fba680ce06e9cde8f1bbd8832d1fac4c46ba66bc5d7d46e2d8840563583e69bfebcf18d584b2aaaaa8a3016669bcdd9f98deabda37529e4f2db001ed3d00cc9e392075cc7366082475857a9af2b53badfc0e0aec76350db9cd3b214de3c26ffc4c6240babd4b12dfc12bea27ae52edfdd8142af9046ebba720ed0c8a31cc7a608c5c20a849a9ed62f55bfa1687da1b1795b6b509c845cfa18e8e6bac0e65165361d8be9dffcac43577de526e6497ef849cbd5025aa02712f7fe5e5bc64d76b5c339cc1a1c7f5bde1b17c99372ccf8fcb54f0a55392eccbda5bbb23c01a68a0036a72d2bc897100ed09fc7879c9cb237424195c9d684c02298ad8ccc31861ddd06e2099f72d87b6e1e928963d22d3d40876fe1d0b146a41a5740489ca460a4c4ca86ebd599b7f0746b8c69c8a1f2ec90eb1698fa47f8eaed4810702df8caa12fe7e26e7ebbca11aa2de9f3169a8262c0e3c205a708f0071401aa8de09d28a5a6e590ebeb476341880c37bfee1a501229081eb27772d07b371a5b0c65100f34a25a2f0ebbcb2822865cf22aafafe08d51de7949ec242ed9cee8ce861bdfe2b0aaabf92150b59d173db6a5bdebc9c836d3cd6e16658b4f8533f35155858b47ac3851abce5aa516a2169fcef423065ba1176b69c28416d7101ec0a0252270a2a9d3f193802a084955998eda77d5d42f4ea52f08b8b8653a0cd7d7176f834e982bf5f26cd16f5d89a43eea549384c1b7b2058ea77382e50cce07bd438f28637c9526da842c6b137c008f58c9d1a03d995da100d27d6414b3e616e9a11e725de487df20760bcdd8850d0350a6dcc8c628b4003c1650ec82b3f79dc2bc97f1ac4476975aaefa081b392c235887ff5efa0a57cb86ff788c9da15504fef28636cd30d3d7efbb719a39fce077d6c9c3e327a2ab3b77da6eb4f3f080d4e4ef63b23f1e42295617fd04d364cc695208c4f5fd7641089553adf5f4262d962b0faae480812404344116d865f5328060a17cf7da199b8b55d7b0e03cb69db117dfd65e1ffe0be0f0c339757022d555694056795bf12d6c3ff311d42c2673ce61dc708f9be96c58222aef6c608207410251dbeae1917903ca223b7250fa22366f8203e952d7c7c22ec4933de5775aeb924287dd097ef0ea7ad1a82b29b63b91b76d0afbf34da0c7ad3cef6a4d8742adbfbef4b0321e4798c8ade26f34cf1258c009e047ebbf79c0f4003e622736411fd1137d1509f3cf973a0374cf00b969041fc53e5dbaa1c556b99b2ac5f118f8aa8cecbb6bef940b5e557ed9cb0c19822c3d4b7f9dce9915f1547a1f063983bbe639a72a3561738d66917c7bd3b54400299ee92e98c609ee195b3995937f2b1d4b6ddf3401fe16c8388488e5899aed6594bb4ac5cf0f88b037444618fe20539f529ff1734214023e5c9520a14d3b5a24e628ccdfb12979fef3961c33b6cbb1a494568a628641aa724b49e039aef53eb0a65e0bc6ef92623ca6c748505defa9ef7918168c3f1593e67d1924191f86ffbb5dc17425cad8e5fbf95e470943fac0b2896b024aecfe331d6a9978ba2f3f018764f99276e37b59bf33d194c9197b8aa03da5ea49006a2c89bc316ab75eac08b7547ce334b9e851f91eb7be1a3ee06c3b1e7f4ae129f7c4adba77567b1e4c69cdb4c1e2d9beae532bf2872f6734d7e9e5945d80bdca15b01c1de1e88feeaea92d0e4f1df0823bc1ea57b6655a8bb0882247a74839514263372ef77d6060314b77b99af0f3852f4296d6cbfc4eb418cb93a102fdde500c5291962ea186e372c5105f2c086d37f749c3c83e50ce4e6f289c28f70e3766e1f2bdcc0dd18e18e1aa995778c0c82b024bf3d4940f53ab2223be47da15bed651e80e390ba9c0511c60754b17c69edefecd99545384696ad0416ca64290ef5eea972575ae86d82c719b26a27f664bb43b4346f0036c99fe0816499cb70c43410a84760a7cf5301b9f9f4fe6163c694b56416f100a044fe527f6b7c3bde4452d3044825fdd7152aed4f1338e82c57224be4c843cfe0805a0be775993bdb58f83fa3bdcfe7687da46d04584143b7df0a0f1c928ef55c455c14a2c81853cfc6ce5d6eee85eaea511841fe0b41fa6e26f709f5bbfaf87e5aac7497ac220b22577b344d227090c55a2d6f27745f96b8f38f40558dae62ad89f133ad6bdfec3cd3a8cc29a3b86061608c0166dbc49efc107abc264ed3ba5098d35ace4c767d8502fc2ee8b784e2272bdcfea287989aa44361854e479089d150fcf0e1960f4666ac206174a7fc9f7d82c66fc5c102131755eca4b7c00e56977911fdcd92d4d04598bb6db3bb4a1ecc2ef25bb6d12a90bd0ec220470074a90adbbd8a7c88eba28b8f765b8f3a93e77df807ca5dff3999fe358c01e851eb0a923da69dd5bf7c45a159f932ef6e0283f6a5aec5a29357b64294f14f81f99b0297697441c081b03fedbeebfaba9dbc79a1008e526dd4ab70f1f19a13f941ab188125d07b2514ae1ad986f4bcda10ec51e5d0507ca60b5e4e73152e553a7144d5b83a6255ecc19f5dcc78bd7f360fb89429dc9b48358097d930c8561b2bd18dc0a470d1d6fed0ab912e5dee4bb6e148c9d7ed18c0027b7f9791d1ba6fb4a9af61ae8ec5064189f93d66fd2f2842d0c57856cb6eebf6443e12fcfa0158bd40d1403c5ee8ee9e34b2e9de20261fc222572a0e3e46d1f722fbd2da09d4df2edf1ce6b8a6df95fd18fd1efd8e7e371e202565670e487bee5fdf5d94c7da0aefceb8da882f5504477e03622b0edd793e1258b4c9021bf0c441113d90fcbce3e955cca416c1f04162aeec40d06aeceb0b40179c9ce468385f11b9fa3870217202bc80cdc824585638f0df3d546852976bf18ba7487ad65ca916011af3eab2be234afddc081f364ab08c04e320d1b785476fdc5c358d0e63899a0f27283417cf35486b593d7b3226b1c984b99a6cc5bc88003143cbe4b755e6e30ba94114f7ad1efef2ccce00f3f125f187472b03224414edb2e573497a3baa3a1e26a553fa61c8b4b8be257622b3f34a34163b5c7625d57e89c99382ff1cbce77028bcb9c9f219b2e8b7a9a56675031db4ad33416a67b2fadb789558ed0004322836ee0d0c68fb3fa83dc255683e3db12f947978a51392abd378df93edef6a636ed9a3196acb55a520dad84dd0168950cc5477c9d0315fd79653dbfba6f2d6c16c9743a38c240e2a7a1553564505cf40b37494fe93c700c74f90ef57c110309547fb36741a7a1017db769c386f14f7ca0d7c37dd95df5dc324b88571e55260272a8ae454bbd642b46d8619bbf74ae93602f5ca307f805e123d52040fbbbe4ebf3bceb60a173f8c4858cc33a685b08dccb966b4bdf8b3ebfec3e6d4faea5fe3a5a24e1260d7bdd61dc4d152c3c04ccbd45b575d4da97feccddefd5dfa1b3a05208892611ca3580879d81bdfd851288c950f502da73aec49c8b51e06d7f6599d7a15230c0722190ba5bc3440aedf4cb658feda8c955202ea3771d1395822c394f9708879e9fd07c5e999a4df0d13be33654f7ce2dd99cab762399e5e464880d0e6c249128adc2b1f8c97f123bd9588e9042bbf9748b94b9990360edb690f993b8932ef3eb1658b01d8dda573850cb2c27dba2a139e578d760b90a819892015bc29e9016428433154139447392e2142a5172345bea71e9938196ef4806e22fc3a0f0e07eeb51c25fe86e360dc817b42791b8f98012ab376c503f87b79dfbe569f84ca894321996de979f377c443c3b928d125ac42f1c12c071158c46aa69c2cd2ce4510cb336113fb33eb14593fa0b099810e08eac2eec4e48ab358bc896385bb35a623eeb51d1f', + 'f60c89481488d65c26a6ba364c5d602134ed1afad5c2b037609bf82873eba67d907f6609cf6228c5cffebb18f2839e55ca8d1386ce0174685237cab6b65f9caadd1d05c2e07709c004f129f4eaf635bd067a624e52de9dae44141e02fd033f0fc32d8ffbb18f2253adc82c539b7ece61d0fe30daca22d0111e781a95b1a038b32bf62b3ca9721b89b3ccebbb6de31147115fa5b39c95b79ac8ace6f63bfe2e9ffec1020e30e79b67fc428fb7c8eca579afe6e86032fffa502af8abad01e5cad922d63cf8aeb74af771753fcc146333ff94db2269f328413c2da391436d1db46b817d00838baad240faac2484b90e62dfa6867a5746d83364b7f7bf3fe66d935c02fe76353088d84a802e66661fb5db23cf2e19b095d678d2b13a5e29d39f10b58ca0c7990319071ee9442cfaaf2246d3f61d26ff47ebb98e04b5958a9e79d27d09ad1b346d2504c31f369ec9cf1c4af50399cac9c4df9e9e96b08de9aec482bc606b9990d7737a41084ce65ae86a8f93ddeb2d98737ace0c51736dce6b47c77b79236a34a7cc0fa18ece293563d5beb46e5b76f3be83f2e01c455ec13dcc4ac13c1cb5a847f86bea980392e3a6257f619d30ce630cc4b120de70884b8c19b29691a0a3751dbf37240d3446eb1b2279a152b45c6fc603b4d6813a12f3c0f8a80260f55c2293e91b57d7a970d52993557c752d499f5209a209ecec2542412ed40e916407370f3dbe8cddaa362a3742bafaefe4bc7b199e24c207cde8bf7886ddc10c35cd3cfb84c9cb077fc071aff55124a621de8c8389e208ba2784f2cbc76c24b9b0d5babe86e31a3d6f3732f875c201832cd659f99483e3ed402063a3b8283d801d4839c00bb58367c3c3f67a8ab4996e4ccd6ae185b05b8862e59b6923ba164ac34d3f69dbe70d6dc48b439dfbcff550caeb48a425107973d3fb2183cec9b7fdeb0d5621bd20c037b7b8a4c992bc1c0fee577aab3c4c4497db897d5b81fe2683ddaf05507b08a5aee7719e6615231695003a885d920bc5dac4b7385706016dc2e15cd55edb48c3b89bdfbbdc4dabecc848bbfb21eef60225d4afd9e1247994a43f3c4cb3a688233e1a2a829302fda5920e035a611ab405615596e860a20ea1103e76f4b7a36fcb29ad797bf4fcc149da99392d84dceed6748d97ed3c49699eed273355d39ca6c55f9cf42f65029ee1883286fdf2fd4c7b48c5d771dce1329225429af56d57d519ca2fc5254fde3c7483211250124575fec34481fcaa3210869fd7d45eef9ea3cd51ae11e51b56440ab5ae04b14e7b1266cf54bb140d03ac81432e0818bf37b8ebdb6003f82f335eab052185a50d69cabc533bad436d1dae8bf98f5fa947eabd7a528ec0e5f53c31605bc1bcb6b8d54607364281103349bdaca941019bed815a839d807334d33b66309fd7d26bb5882e4f62b15c03c54d81ed3b8d15761bc2360da47e426e33f6a424b9abee4c6d4a299dbed068a58cf1a45597bbc3c03877fa204fd0551a7c379443928539e248e2dff832e6cd7df0ffcbeda6133503ac664dc486bdd5c016c4de9510addbb4af1af968a63db3145a3da0bc4edc90c6de58d802318eeae9696529221c6afb4b08b81ff5021b41f03075cbca7860ff92381443e1388cbb1cdde41df39f06c12dbc85f8a82ec99f9bdb6df41f0de5a8ee2164356a83fc71e1da08630f7fc756e434492d88138ff69dc4eec2c4f3b4b362010e56a4fa2933c0c898a37ea6f6e2f8d7cc659d97b46e7c52bfddc01415497641db4f97865a2a420f5d8449fada8cef0cd549f0a3822ec2ecaaee1b564f92b34793c84b0dd67eee171faf7765bd7d533d2e8188203f5ff6fc759ddda3acb5a07cfe68c978e6564c48a5cc10cee5ddabd19db46ef43428a1e9e9910fe272dac648e3d818b0d2dae50bb9821d1c9bd38030eb8aa809a9b24a1bce73b9fbea2bab140cc0409ce23440c62179a439278759c2e0ad4045e62479faeceae1d55ccdd9463fc64a235e89e6e3a65ab00cd122beee43c23d9232a7b7ee0a9f915a10ebd84845953d2f8d045dc810cd467de1cc371fde74a8d7d7638a5ff239d0714dab2e80e6d321a7b8ca2fdf277970749eac4dba776888fc1b7f7db56a61a7025d356558e929fe722706e38eb30735d952eb8728d749e5e8472415583bbf1cf686b20536183edd7a22de023f7b1e9e9443b06ed1c6bdc885a279dcb02dfa3a33114a948439bbc5a6f17a13594867b18eb924881d0b6c38ba76a7592607bb06a246249ca91547bfdedb039e44e28a78adfe6f607570003d6f09d5142093a98a2b6c69a40d748bd20a29a12c67112efbda59b87b3fbb1edf8ca52c9607976dcdb7cc4035181e2e0613247b442c9dfb41fe112763e4b57027fa90d46644dcaed72cafd2d632dad963df11ba6efa4d9b52ff6fe69fcd269e1c9f12f40c3d2a15b1745b470fc37134f2573b85323aeab336c7bb1ab761d650c66475b4115c484a627519c66833ace6ba63e90519523ceef53c3dee33078c2d2e31ff3dfc0800f4f21930776aea5198c3ec6262aaab0bf198483c889c2912dd5beffab755a818bb6a46ea839c5128f116d8efc36ead1f6727d202107a2e2e095584ac4aa5a65949d1e68d1286cefb9aba11d850ebc040f6a8c1d5af537ea95925da5e1c72698b432fe0624bb1ca903ab77d6533ab4d354625fffe8cb1814a74d2d85758475976548c1cb157a4aeb07a1606de9136bac700a573c4d11b9fdb036465e124a9dee122f182c25ee7e02302de938a951271becc310571a31a4022ade46b42a82260965565fadc8703cab179170bb264c9d8e251d09d4c2c35cce91b59d1c30e39475b96f16c48fa7fd22288ca589e29e359fa388a239c94f4abf6f4cb7fac7b77fbf98d9cc04fe0e3623dd6fe61960ae65bd028677faa03df4511e1435c451962e438e16ede3761b8e1cb0cbb0ee22f5c462aca709abea07f02048ac752d510846bdf3a6fae48a485b794d10947c9c1cc81d1c6ac5a1f935b4b96966248a68865f6b842a819ccd2d24b60cef1f494e8bf768dc324a81705fb868eae1927fea88bef899e200509122807f7aa7afd8ccbbc8c2569de6dec1ee81db579f6d5269880bc1bf9df5c488d0d52210ead4af6934b2b6362e48fe705a976d3a0003b6681ccc736f9ee04d16a0c94a5a290c41d67f4bb0d533ef850e3c6fbb0ca3f41058bf576a14654e7ecd2aa364c0d2e51487040a4ece7f28e6fdfc81213a0bcd04ddd8533268919ebe1ed719edef88cdabed6b64fc8c40a3b8b223625c5c97ece84a004658b6a46faf7e2e835230ab448c8c0df2269928de5eed3989b8fee8d25f3fbf8739990e2fb78da9763e2ecad81ae56418696fa8476de1b77dc37b7f2bbe217ebc718a4f5d5aafc0791e5457f6fb8c266e419a3f6d5a422595085cbb47a991b64c8d04d8872d671bf25f2be33f92e29d6a2b837ebea880fc95f43d3db485f30ecde8934a1b943604789d2ffcf0657b6172a3c5b6c9dd10a4c713776700f7e7e0a710a014b923bf228234daf5e807c8eb3e26cb97fd6c93d6cee2a5d7ab63c2c46e91c5b8be5044fe95d2a76e54ee5dc323412f92f7db6ceb03ee5300125e26328af87ea6b9ae79e129e33fe6e58dac61a87f4c3817ae1e5a0c92d960e44b74a39291357f29a2c082c4d2eec0086a374f542dcbd7fb592abc5f7cd37a7fb050a00c0874a28cb1bb4bed4e4eba4c0870f4acf909230171147a6318bbcd73212ca05dcad6a1616fcca509a1da161eecfbfa295d8e89c86a5e2ccdd31cda3d128b3d1e64b60c36316746a07a0b63ff8c4ab84fc7e68cceb97a4bd65851115c08dedeb442ad3389bb2d8958337d346c6abfc786c48b9c72f2fb4032f503134e7899fdb60126c7ba4181e5876a8a07f40cfd9064d00839538b53b26a559d4082e66f12aa1cbd39668906f3c48bcc4f14f776bb7076c703ff07160ac2d6aa39a7e6a0c5f6e1caf90ce62f3c8613be8a4d9eada12025526cc3eab4c1f314946f1bddf180231cea972bdd5d1842aedb3a1c7714da0a7824d4409aa260618bf6415d50b3c9c51a968431f3232f8099aceef0254ece75cbd8eb03bb717ea4a94a50fac37a1b43675950bdbc13dad6709e09671dbe0718acc9117bb1a47522f90b3e62caa6fd248fad7d3d9ca1b2aad03929ffb4e51c69a78fd81711bddc62f7b33a23caecd7eef00d7a20195f3f741508c118af4666cf2897af6450202ceb21cd04cc389e341934e3c803b6aee9d8db875f4051648edfcc7b27f1f16ddf3203c30ebab84daa29cadaf756f9034a3f703f55153fc1fd11ffa4a23e7a097bce1a3fb87dbe7da2a72e5d88a8550ec91e9f8b62f5eee129ec2e9edeb85e857b25d19da293bfa0a5f7dbe5ec665f23ef0ca605d960d3449de4f5d41dde136465bfc6674d7b30593cb2500ea32f7be53460203958e4815ed182d1eee04e4d28c422751739b2b4f9df6d37223d424fb531ef9a90420f7da26d5c4f49d65740350ec44a47c7d8b214f67edddb2b6d2f366fd161a525303cc1b9c7ca7f60a7a13bae3bd253a84bbc3d1a6dd093ee0eaecb26dc31d28305230f5f5bdfea0fadf48f3aef89d52b8a37d4c3b09be7058552f62f5687c2ebdcd51db68efc2443d89eb23d55fd36f212c97e8afdbc4f028f9049c1e6bfd0b045c76f67e7abb89dc624371e0589137c83c58cc88b9e26558c0b2886e3569670de8e66ebec6b118de519a06584d9d52b4bc0921510de277ee9183506f2e87ecde57ea6ab13b6c984b3d360ac5a5c069ed95f20e8f3e8acff453bd19a9be21408193ca12dd42b3b22b1060a4adc8c2247cad5bbcccb4a31571f0a90ea34efd0bfe82ce8fcc41500e87b160fc9a1e6b2a68ee8c528fd7f4f16e4f8f54e544e5f65b0e3e0906a2095366087e3b130f8324b93fccf9610f4709f258b716f70a9ea8a21e61a711cba729d1fd0289a103d1b9788765d9c9c4620805f3687a6206f3cadb9980927726f23acf78330dca621e92acb09d194f5e0e94af08eca8ada2ab040c69e3f2c019b12b68615bf0199432565da1bde27b451355f97f89c960458dfd3f75d2ee720eaea7a4a0c0591301d5ae93420c5bd6e139f5ea4088050356635e7ba595ae176caf548c1daa714211cf42577bd4ade79b48198b3431831f3ff3cec9e1735b369b7dda27c163602d2de7b9b0345bff36d9076be241cb6c3b6706f63011b61d5803e0e27e72324d5cbbe7bca755eb7a4c043f93fa50a0e7e036637eb81da41b040c9f1497195e60582595f243c6ca45b085b839d84af61d9514d40d69ed867ec21e84177c9f30c3a8d1b9048c6f408aeac23a0486151636e2691f4b4c6aa36d1aa1559435eaf09bd4291d998a39976e83258d9c0b9b48594f9d0de2687a451195fddb32c8e4e6136593885a460a151b021578aa6fc2d3ae65186677c506b292ba9ade9a3f745950e279c1eec7cc04b9effac5d6ba74015eab43f2b56cf7331712e02673a181937dd34291ff1565aa6fd33b3ac7f5981891aa847841643310c824387a66f7f5dac0c056c03239bf50663542a0262816616ee844c2c6b5a491ce7808a31b48b77741321d16313ac03dc69d76be9a59d6241eefec96ea6831fe5196b96a399cafb229b1ff5ba42052bbb6933f5ecc92bfa9c947e2bd5584c19e7807b49569fcc5d2a0c3645632f45c105ea0054663dabb37957690ffb0113eba6c5260ec526ee121cdf2b4d084bdc585e74b303f083ab217ad065c23a3188f9a55ff24399dfdebe5d9c5579142837762791d281163b88a92377fb0f3d59f9c865a966a42f1aecb67ecc4b561134e59ef3b9d56841b5f2cee5c67f335efb14dc6a3a099d0f78b69ef2c7836089f27537456532060d934807343488db298538aa159a518ab569badc4c468434d8f154d38f2c7ef6c44416e6b15a9e632798f3b61a42b519bb7e68030da1d42f98b212f8435822c71058ddf1cf913667d3a6c484cabbcab68c275c879971d9dd43a52e1a04a0b3d37c320b9cf180d755a82f399ab97df8ed91e4f6fe822f2baa645b04cd457ea8c862703e6cd991f7b92f92a16c58f1d62b8747c5bc5a42303375343566885a87f26d93d4c', + '6b1d94bc0c6e45fc905c509ea667853e4b2c5a8848dd914efcef14d95b12247d3766b270bfec0ddd453bbe334474b0c3a177958a3157844b7c0ce7e2c06894d4394d3a2aa01cff80f2706759720d78b5f1131ce64d78c69f38b4584e3abe45abf938f291b9e6630e1f6513b63a1a233cc468b743a4269e71b85031c5d2fc7d2b0090a44e113380ae54818af2a383fa7fa0de30493f4a53e9854638f18f0b857cd5be1609b0e99f891a2c93b6b53045a710dd4ea125cd2e312600367779d1a5c5012811699ff208c6f8cef8aa79094cdb99cdd8f35e95776e23e4f2029837242f0a385c16e534038e77cf7f75f6f75644c51697e6f38c76cb055c3638f5254ce17a55c1b98a99d8091d98f1bf35e0ad091b205323eb99726e52cfc8c197846303d8e606fa9708ce5e758f15323cae97542354d3524ea3b57f95a57146863ab2bfad55f48013682eb6041db57415475d4a6618e11a259485275345f96fcb31813b800953f406a3403854aa972dc89547156bd5432377532b8d161928e36d4f189fd96aebfd78a04c0dec9f84065b7e9cddbaf4c2164cc8efdb6588c64b747ebe1440e0834472479a5c546244a6d8eca6c9dcdb269bacdb1836c9fa9a4ee9a5bcc23ed3e570fb80724e155d9fb746c6ab0258f43759a074f0c8c9d76d95d3ac5ad05aabd72a1c331b0bb6f75ddeaef4f4b0b6a6bdf92f7bbdb9ed8807c73a7ae0661dd0221adc48debabf9745c5175dc9f97f587f2262d8c831bd73308d26f996ae0eab8ee743a70383b8a7211489eb71083a74467d40735957c201b08fa010c4cdb5a2e23a5939d28f2a8eb7730d8536036f61dab2d134b753839a4e74afa7b1ee9a1ee8ba27e492069db4cf88a9135e13a78703681d042c4e88a7d3e55ca7a63746886610b4918d10978133fe677e325f684e89472dc9fe705a8e0889aef6ebd0404625e3082909d3a25daa7b4facfa103d1e33f9086d76e080b9b209ad7dc8e210c2eddc2c924f7a45b0fba76886fe4dab5fca23b6d6dcc7828e9c0c612485953f6285a327b6a72b09e2ef2cbaf4853f3c79177040ee784ce9778d3bd3d469105490b7df017b580e745b4eaf4ddfd90d77d4df85ad9b91983cdb4c3e0a73bd7cd7b34938c3cbac4d1083e0db2a2d40e0e4d8ed0d05c771d20322a2bc0eeac90050320458748de90d65c36c5558c803e00cee08ae50595e23c7b3575de822d5c54877b0e41ca95879f981bcc8df966a34767cf7109739a1b30ef833ca9f0229f347e91587c30641b6572696dac881bc05aaec83dce24f82a96358feab3b710db1d3f0fae7728eecef041bc3331a70437a31a474ba3783482d4b3b7fa7c559c82776f429ac3128a04a89c70b7cdd4a45bc920e9251a0bd3d6950097f6744a1a37eb75d687f06bca7ef6f91355d19f90bf25590a44a24e5a782f92bc693c031e6de1e948008fb3347073ee30b7dd764dd450394744ccbe3cfa3ce071cd241f1d96e34ff39ee1773c9ba7c2453851f7302dd2381c8009e9ffdf2580649ccd0c9c35780075ad96265752fb3bbd61cf70ec4e13dbf690ea40179971e90142a74a1eec08b14ad73e5f1928f6a125ceb691d697adab61f1de6f28abba90e46943661a0d2db8ff861a7006a012a90ad9a7c883acf81ceb1d56a5879867fe6a7b11cf122b5fade044eb07843ae7a9d90d038377f09ba6fe9e03a1d8f1f2a82ff2a3139bc90706b99e0094366bee2a1ce35a613804f0d018de35e2711af324816a67a21b58bc39d7ebfb9471b58ea042f72cd0284ca03ec6689dc604a5d1da2b4ce019257d07ddb7d94c86ea9a41b2f7b2fb6edd5a123983c77beae815275f7a04acd72e884258f5c073f9e5acbfc887a1367bdb9fdf56dd7580cfbfdb5c1afa3c1e6abb1d24420e4bf25c174f51678f4c7ea58790602d4fed2cc2e07af8a3285dc5523fae061f6dd6582be4049ef68b0f347a85de3d1337b8d082fe76857e70e4221c40bd604790fa05f7d06f011be773e8494acbdebf31432c7e6e507b038059b52742bddb6114219c3e60e1204e41150ab03b0bbd67d9269123b49b51d8c3491f11da31dfd263d78b6e19fd54e4046d2c3dfaf061c38bcd9f0165a99274c61ca04a6bcbd6420c96440560264793cde6cd50ff2c5448b5c2b695f61dc55de55ee96f7bbe57067ae856a2d80e50d3ea0c5e87bc121d7e0380785fea6a530abd8a6acf8ebbfab63b4843b4e5f8190b05586040b64425c9e1a134ddb711d3f1bb29a509193709c7ca209bca1e75f8cf9c55631a7224f5b2cc8fac8de0a6b0a97aa7189aafa23cb1b42bbf30f62a88881b8de783744715df40a62fef0b8b9198589d3602b69fec1a65a43ea7e16830db0f6c6e0a312cfe95daaf4f8f7c52cf54e176adbfc28290587b348a9d74c19a2ee46b572d3d49287cf6e57bddc77ee255b1cdb05057fcd1f24157336034c91cfa3725335afd2e1bfb2203355881727311360d1e32fb61298e7486c9be95e141c374049312054e51a6f8632c9e2ecfea2ddaaf27f60141ff73713dae070caca1212793f6e0ca1c51f6c69fa20d1409cfe23c4e6e081e21dc47b3f660b82d7da389ce5dcf55d02aa57129033623f5929d04c74560e7b6933881d94b72606cf6d163e4bc9cdf9bfbc48c9c586981380cc9dc083ea1234ee8ac984da7638e3f8aa355e74aefeca20227cface9ac935fdadefe6b949f396bc491218d94a4a039bba1c66293191b66c057b0b7419fd8c18f54d28dd1cb9881a99e84159dc634dffc453bc30fd8da7ed8ccb667fa83c0219cc40edb90a6cf14fa2d56721d38ba96ef163ca51b8fa84e9e0f671b7f18f7e47594f9e13bc15bba48b60f2fad8caff2e69d3f6560be035a9288496e49cfde9ecc502a1b4d9bccd617d124aac93293788532baa059d48a1758dfb3ccd518f294e37e15f640a670fce9f71d7ffabaf3ac4d7f44d281739b29537e5ca3bb74c27b5d87540eaf72069321a0702bbc965ee2a1fb5478520bc4f504dc9aaf6763ccb6bd045ad1047eec3d7155c31a794513c0250f6ffe561d860eff83043c63767feb746d90c9ca3da0503b9f6cd8cb57d0c939540df0f8195ceba5fa1fd73a2d6a6e062bac657b2ea17ff2e5f3f32d3f1472614194ecd29fb7ff9aba440c45e90ac2f4e6f44091d28e1139b1fee6197b4d303f50cb4e501135cf403c17482149df9ec2f80ed7a8b9c4c8628bc41e1a8cd9a72619e7a20b0e44df3908101756b06745f30762871a54d3ea2ffc0a279b04783bb80590646df763b3d796b50650cd204cf76d85fb81343a0ad45b378f35427752579c4c11f35d20c1be708c71a9e0993862c2ef9157c865bf0251b2a153e775af9756713725bffaad502decf5bcab408ca78015e51881f55b3c58222a8163f19809bcb6509f805fbb3f177d1f238d94ae482d7f534e015783e4d6fc77383859aff14771daab5ede9fcdd5b33a58f83431c733b28852c70abd8e66b81402e53c5c107f3a51e3abe5bfaed105f3d77b7dab973b25e0e1338d5cab8fdb8d5bfb0820d9dc8632d2e8038f34a20bb829a7ff705a9c600953e76e05deaadd4fbdda5b92afd7dc19e3a3c6a301b13b13b9de282463efe74e35532b3d6a4033d7a30385261519a253b05f9d8f9896fa7322be964c55ae223c0ff72368010885c1a617335fabea8f9ca38bf6a96bcbe072dea9a83ca23fb75f3e44051a253c397a3185e4a3d6e2ea4147a96084edb8738f582ffc89cc4d0d346ada3ec83983c57dcfc007a7189b48ee174879a6a0f53a2529c201b8563eaa37f02a4ef6c057c058eb661abe036c21ff9cd9908327fa9ad0be00365cb29cf4e678a4942a5c20a0781ee89c6d09ee1bf232ed53aee5411c1eaf5b28cb73d093dc6ee9cce76f86ec77d4b81b48ae998d6293f4119e6b51346b584357a91c720d764d6a57927cf31ab4a75505b563e70ccd1a7e88b62cb38a435349215a1f19a8308e86b2cff6eda1daf15fea57bc5f009e40fcf79a9bd074332aed3472ee101ab7ccff6d047fef18476d3947943a8a0f5291e00cc04b4098c749900f782bfdcb686314e4b48a6ff48655619bef40c08f96a7d826abbd8c4e5c29e1f0de3b4b40cefb77c87478f8bd04547955ed71bb17b6dd35d3d1650c2b7e5653a709ae810157e08876a8fe01d86dd4d104034fd22e5fbc9992c5c458b6ba695580aef827838fdcd77de67c23dd1f711934c53dae39ddc073f1ed7dea567cbd682c229aa74e032ad54ca165d7419593a256a7bd97d0dd83457fdcd449a151cd2bf80928a8d72e7512715e5d849c7cc71cf82f622779bb7f8e7b0879ef2dc632e172c70474a57e260f8a91c5c4541185e987c0ade59b140fdf91f4d153323669592af0c0c34f7ec83cd6d0310eef005a888400035acb63ce8943267d1e754eead39efaeffd1bacc62b049e11dcf3c5bf8a7b7204ef6127464c1d11cf995d6c31e13d59e48ac094ca4a82500aa6d8ee1f5fec7b152c22cad1787e4b5b6c611ad91284923104a4a32f1bde9a6e0524c60489459fd68956eb2a9ee537a2f016d74ae8134867f35e747f3f87e1ce705e0a19871564ab9f93f4ac3fe06b38dce52df1c257c10bcf446534f60caaae60eb0698e9ea4e16d75073c0dc0e5a8f7b528b8841c0b06f00fd11eb0feb69705f62683d2222d0aab922f512e3bd9a1963f57c58d6fc7b3420eee6fbcd82a2d6e43a8b60b05d70c9bd61d51cf77c8e591f347cfe0259a5edb7a070f1bf90fb24680a0c9e1508c3166cb3a04977d9cbd115a609d24466b4ee2db83c776664b6fb8327585fe0a33bf34f9ee312f543b713efa0bf902db21cc80b7ca5d7528c8ace9e38fb2073bb4ff2ce7a2a23e048f493f5eaea922eba620dd984499bf486cb1041a5618a7ebf739771dbc1d6d967e8c3d0bb3762b7ee19220055945fdce21c52f60327e8423e3b53c23a66b6411f2845f8b8028c69cba6a72877127d6c0ce31923c8bad46ea62baa482c654ca7dd277ce647f879a4e19effaa5f409f3285b3e5736c96e96495c91d7c1869f47e306aeb121165a509be66ae1e74ab1fb0daf31a3d654871c47b783fc684d16854a75713147af6b8f8c09234ed5dbe79778b455a1a594c07fec5cd63cff827f29ba09087660b18000286b626af80f756f7051f1762af2e3674033d2be0f8fa3de3ba9baa7f484624a77f26f5cd74f222afd6e4c4dedd4b67e4c24c1ab1fdb4a4ad63dd0ed8990d9168187914dfa01b57127f4af4c77a303691718e92ab8ce3b1592ae926fa93cad0c4f131265ea8ff7ebf7c9629b4fc890d3a9f5946461d040e878e24856dbf2a5d3e87c38cb2e5fb04174d6ad63fda925620ba50880a2491f6b8ec23ac9a81a8a1454ac4ca84edba71aa703d8cc0ab08cbe440e8da703a1a145de36b0f1961a24769c899523d369a61f96392afdfd448c905c1a6d010d408e1e7027f1f52f5b3ba2c7fd5d65447373f84b5eec1f5eccec805cb0eeb5478faea04a7b46fefb45973fddefea962960d74cce5b6759b6b275354bb75aec3af4c971761cf7348141fff6e74686dc0b989ac32519e0d48c5def583119f7cd6cd8a639fcf04cbe49b53d6febec7762708384065a7fa2b76835229017bd0e8167a40ea1e2e18cc5db0a1751f4c8054ee3895dbd7574f42bd2a2d586048be62fb3bec95032d60170c0a9564507c27ac9e912ec907ce21d58530cd2e2006bc900d6909ff0f4b6f1e87ff8c2f22ec21cfa0c86fa2579b0666572dbdf4b1345fd1c5a8058262e6ba554a061220170b0350ad34d4f2773c6177bb877c5694601cbaac7f8bb9ceadc65ddab4b3f19d6740b20c6cfb33c730c78c1ac494be5a0877bd2a35f91fa2ff179ab291ee2e366f7e6656e74ee0c806ad060d6b73b6729bf55be781da2e7069228e5a241d1062a1f100152a5c740a2c8697fbe2a5c96ea92a193cd9ab60c75a7bbb49c1ed52b2ad5d01bfbc80880e10e8947ed0b751beae6a67c2b3d951187187a3fa11cb5fa6d026ddbef477773462479e0eac04f9d32a5ad9f1970069d41cdadaf38a33b1afb8c306ab888ddc2d8f281713db3b2c5c8b5fe241f9bd358adaf9c2bea1b2d34dc5d61f0def50115a060e8226f4a653bb600e134c524c2ecd2a48fdc3dec54ef195b4894e7f4ad12a457f81d07ef32a6046c9ef794749cfeb895cde9bb7f78f4b8702c7f5defa764eebdf7878d09dfafb8e37c9413f32839686b9f7bec3a61eac48357d9c74db8b1867c2e8b890035fd', + '56ee7cbb745a2b1f3a77c8a9bade1e4934a08645e7d05adc2742ac2ab093384b3a6998c34dfcb71d57d688d3fcd7f86ead7b21ee7c60c06c2e02e9fe92c9f9db1247cdc088ba319253d99b44a9cd1afb2e7d8970c60e0896a8aaad7eb5817677070e8279cc9c81c455086ac46ac86c38e12c26936fe41aa2bdc35f70bec39767414821b7c2a990fc86ec5b1be7d1d56cec13601f1ceaded894d4699d589544f2e77c114212e944810d0cd710c7ef40e177b7a0db77273d80566532cd290165612133bae26364869d13f0476cb22b92ddaba24c9028a31de12aff22c7d90ee2fc19f4845f5d233f96c02111f7528cb4a9af5bce06d76668443929a15511c4a30bf447d780a92d55b53b269f794c1a8e8dac6a8c052b7904f1ab6b173d792c91d6ddb41b0eef8ab242ad8757ba4bdd08d0ca58f055cce3db30a74dec48b84d92a5fac4b8d2d6433c853dcda381f5de0bbc30ab60bd63acd3495558883e77308fbf73fe1691075fddc5147fea98f2247d9707ee460798ddd683de1354e75ddb716d71eb9d162ae67c4c592593c5ebb748aa76a609f9127ccb286a06b60b13581ef71c11b628e6e10060354808d188a0523da65d115c7a94997e20ba177140af80a59bfac78ee357534ad06fb08470e68598bf9ac6f7772a2ace29b6e0e28de67ebe172e3a11ca505c525122f3a54c91c702e8e69094b248655fad827726a107ff8cb733757943d403bfe1e939fec3aa02c549c8d7f9d2f5327bd3a746052619ed55a493e28ef5ec30dba74dea557e371d270bc803ef803a7968c3acb347c1252f6205d6e717899fcbecccd56e7324430071566e7c3e641e226fa61928b31c32adfb0382eedea6f6bc3b770a2e205ed393ea5143aaae25a916d8a4770c12df484f68c6215ea9f5f7eb10d1729023d4f1bedc25cef6076ce33bebe44dc72cb26ffdf0753a9f411eac41b30297fd462da4698df997c610e0d57af08f23c1c93bb09fdc3856196ec81da46b3101de4f12f57c46f62783922a86bc2ecc8261b125121d7439fc34f79b51fd81863699072aeadf4f44059656f1fee7eec4f011ab169e5f009db458a64150353d2ac098361e8e7af00ab96521de46e4789ef73981b65b4dc88f07ed415f2232e7452741a495e6357171cc5abe99659c14831f3ff9af51d014357b5b91a0d0dec7fef1fe1838fcf919a0c5dcf3c963f60a9bef8cdca688ce2bb79a0a5ea96020257ea8365cafd7ac32bf2c528a1649d9a10def88f1460930563eec627025dddf48edd35036a17f3802f88a26492a1e2f2202a79b0234dbdfddf2f8cc8eba4c057972fbb66fb6fd83d27166bff9aaeadfd5a1a02ed51b06c208fa46ae8210b7790035a7cfcf975877e95248856241b5d1021361a734a193c01e7e5e7112d02523255f5f031dec98fb91c4b8e04b9588edf17f7270e56e89c369a8c97e07a29feb3018acba235cc6f610ef3f387d4e6a1bea0e5cefb02bf0b22f9e0e3c282d2cb96887145ca790e852affa64f5c115644334e8a68e5f80d074b988b5123f1ad47516d52151723009f6b60db07fdd927d4d1834d8b4b81432f34f8f466a12109f0782295b024ce32eca6d52aa3f996cbd21de1b7bc885901d1639db4aab6bb89657f4ac49d5fc5161b61beeda9bbf4b2ca7cec416348c9b9ac5be93493c10bac04eb48673334c23a9a20a0cc8fc15d9d3c82f57315f96deb0e827dfc987c9bd26d209de618502010f7680d2fdcb65bbb96a4bfe54b16a016768bce854f36069cecc3ddc9c31e792991ac668006e759ce67668df0892d2abc72bc5d671e89b68c22596aaaba1c37f517624f7594f0d2263d5cf22d46a9484d91a8ad1a9ce445f0ac35d6d163b5e6f3f73e1a791d4f7f5376dc8f041a17935a41d5300820e21f9ac90d95066697f0b6af7479f2f67fabe6a289a71d69f4966301d678b860efbdcb27354782292f0fbdaeb9c08bb6fdd2505ed8fcc1bcdccbe86000f9b3d3799b023531410d21d77e697382909bd5469d10fa3ed2a9891c9e6adb093582ef1c51e081a623efe74dd75aac436cbbe7d666b9034fdb2d6540a86ad133be9e1a545cd68af862a2ffee94f1a790b7646549c9a9187078d5c7f55458f134e76deb9e2674bfac8feec23651cef3eef31db40d207188453e2b27873cb5a971629ae976491bae370dfbe4b178631fa2c2407a9d25a301328da61a92cc11686d928d8a593f5bb52c5f72cdec933e997087851f7623ade1cd09df07847cfcccae09be44d373b592f106ebe4441cb1ffccc5541934b4f2c879152e74f8e9c834a73ab5af6170b9962996cfce648f7d911bfe260e35442213cb421cf95c7d143eeda7fc307fc0b85d3a8186f2aa55f21be2b48355047bbc52480332eb2bb15149e5c41a7eaaee6246b859a9e7922aafeeb56ae4943eb6121253fb08f0e3211ff4242168c06f5427e10781b113c85807980893d222207dd3c2837c07711f46d0bc2d528fcc399c89cabc8c351d9978b98650c1d4a5664d61f16b2897023c8d041065a9f7e89611f8525beb9e5ba2070658327754948caf5d0d5f63601ac77e2a7f71ca39bc016ef4164a2265545e8dae8c0226da55f00e2594f4bedb314ca4c487b625ad9d080e2d952bc312ae4b66f2805442fe802d044c16afbd60cc386b6297b73efc322679e54d65303ebfe53d72d3bd7e0999b00c411104d1b962176c754e09888de1c93cbbad7b0c320fa88bbff4821ab41915909502888e1d9976128d090194eb427cc12143f1c9a52421bc3a7166bb6674ca3bc869af5535c8b0e81a5753e68ccacd91b69f5ddb0083dd4962c8bfc299334a684bc4edc96a7664679dc764ffeae11838dc1e13b2cca537ddd96911e2d4eb1290af92b85d54291d1b87b7a933ae3c0921024eb803620ecdc3fed0f17ea1e2bf6f5451b3736b67277e78d6b5342f21fce4e9bfbf2f89370bb653aec30878e0ad3eea8063be1897300ae1730d73e6398feec2df9db97aa47e0f68512b12c23b6899d2bd2daff46fb33b423b16757bf91ec95e3cd813eeeda139bd468e2036797e0a9d56859b87271d9a2b8d64bb48c745eefc35f2d13e58f1efc31d60a31e1159fbbafb00333973fba1fdf87ca7f55a81da2d897263e19cfc8c0a34473e11999907abf921f993ccc9ed49fac2ddd9f95f157275eb6e81203d890339a63399889798f0ff7f411ea804d68002dbdf8f4a3a1b6ba9a233956911713e7c02361e54f23a1a7c5cbc428c38e840af2bff8db3af7669835b6586fe34df2c99ffb82885156598de6ecda7efd2bd0c6e37e05ddc2b910c915b76ee55f41d4e11d32c40af9d95fcb409f7a7496eaf33be9414581a3b05b56246ea23e6fbd623523124ef2ae765a69bd2ccc93f6949671ea4fe34f45a4f04648221d047a8744d09ae149c8d7f3f26d44daf96286f16071cff105cf115d76a16b1d06bee86821b768e8dc15de19d0e1bcf3296aacc8fa42816fd48a6da2966f74a586f52028a1f4776f305f2ab09ccc0fbd8331d1e20bece7117707c23cf8b94b03c5308c8f6d8dadbe6c312380fd37248130415e083c78e81f16ce79f44387d87feaf793652d8df41cb91031509c29e3865822b90035ed6ee0db68f8901fdf03601ed29d7188f933d33f86bcea21aa3416215a4c929d53609dec5ca9d836cbb4f0884a127c27db5229251a2c1433c2ff77b6737e881db3a59e7132f3962d52d37551e65b4eb23a38679455e9977a7a2cf23df5b6a95c14272b93733d90af7c4838a02fdeafd01fcfd4b3bd5b3ba0d9a3cfdf665ebc037ecd8c79a6f18f6252fb819eac04672991febaabdcebc74ae84d56c350dd8ab9f97f084d53765beedbd49872e5353d6698ad5fa33aff0522ae10cf123a9bdb278e25e8340234bcfc20bcc44662dafb2f3cc40cc45d01bbd033d581f3ad0076f444a875583c937a3427994e3fac59672b862c0936cf57b2fc7f85b58f307425c924eef4e188fb5c3dfa557e874a1c4a037dcb9e20186bb24d9b06b30d4b5fae4e34e0b0f76fd42cc0a1d69c46c4896b5f2a8a13aabea3836b8e42c3968629da2a7e66f0c07886b0642206f0a3a30a94e59351affe4b69ecff601f2d526a3a71060a69fb672b79b1d287cbc2c76d068b40c209bc414724b6b1198738687efa3b89decf1a121015f6b1d80f59daade51916bf98809e383ba928c2612d014ad2005c048295eab0c349aa1bb9fe03e80e061090e8443ba8188d0d63955444572887268468b41692e970655ab1f96aa8eb1ad53fe04f401e222a07020af55a2c659990646bbfbe3ef134899cdf923874e31d0ed467ebd623c148bfa9aa586a52f2fe42ae72fd0c3d415dbeea2b1195d55ed66255675e253e5daedc5f5cc59d4f357ee36a64b7261643b3ae4b7dbda852c40e7accc7f154f75e25072d08831bad98e01b9e2b3534515dfeffc7bddf9a737e8dfd406fec8bd62d75e81996db0bf382ee9454aebf5f77f9055966d3bf92c0f21b94ba4697f4643066262eef1595aa5b6ef393d59dce0f7e916531a7a5b9c28980e7413639b428d0bf6a71f979e3598a29e3648816aba1546aca2f21d93700ab839ddd271cf6aa754a5bec9d4e1a8879e70acdaf731bb5e35831682aa23302c1ee5e96ff86e07388cda2a6c4de65c08f7010d932fd48d4922342e5a84ad5513187d475a7c09a0a6f11e6a7546fea87348b9e8df9f95a85cb92a4ad851747746517a58107124df794ded0f8374ad168d0025cf3edb27951f66e00c8a752aef3c36579c307c321c35dfc08a053b743e8cb9bf112f46fcbbf797ffd3ff8423557b53bf941901d3df5343235a792fd68918e1f06f2f7777b57bd8d44195e310127a25fcc058866ca158049ff16da6667ea7f55429cdf13afa12a607c5ec3653debf29a9b17d9e7efaca90a10f41538687b07074e17928b902629bf4e170e270f2c0cb40e7d69e8d541173a0d492abc95cd8ffbd16bfa27456d2074624b27bf9f705a75cc4122b1a35c31a4a11d013a14677dfa74a1fe2ff6fe78455f02f675164243a57e6bea898285610f727982fa0dd13accdfc085eacd629afbee4462919c272f0bcb01abba9a450f4228649543a9942f39b9d079a1ef20ec5eb61a555a58a986705c0d4c8a1223a1066ce7225f0f37c309aadac19c87c0d835608bb719734fb19cd896b54213a88023e609119469425d035ce44523bbcbc54a93a06e1715a11657e8a5ce29c45a14613dd24a2bdc3e67f174f9ed7eb3c81b63f860639964281e6934417f894ec4c588194ab56b92b248999d1ea1f4983f414936d37eea8b6b31996372b0a8d86bfc5f247a3b9eb32668c37d5d49ce92b8a1c4f601a851b0f3b8b01e4049d08bd91faf0369c20a66222f39bcbdcd55c8bca29be0f3c715fc4619770cb432478f959840611f33f9d42f05c2034715ce63d2ac989bb0c47f96eebeb3d6d553550b27cddae4a577b125d45225fa0109848a832781d04088d7a6730d2f23ac9444271828453402747b809a7e2b48f592be66567b1f26acfa65565b70b29c3fde5a0dee0f48fa3e149e0d08f19c952b96c31fd3113a46fb0170cc304e03e99817e1e234ecadde623e64f6a613408ba9fedcdc824f9ad735874230790febb1bf291fd16f263a8775da1360fc4dded079b351c5ec9e0682637321abbf1a329cbafa5dff2925b89e7fcff4759305400ca39c6a04986747ef8bad566589d9a0549374e297e951eeca89074f5df2a42ce82da06fbe0e1025c5b81c28855fb3fc7e527ef8bf3812a6b499696c40a1936b0b21a9a71ed70368adefaae133c91010c5fdffe59f9dd0a604badd92452939c51f869e5b497aa6d84e3a3ec8995058a2ce9ee1f261a0f3b761f14b0a9411fd01c96566d36a7f633d51a0c024dc7bf47b443c0b672ac9e3a173489b1d56e149e9b3c5eb57a76fa15e5d2a193e27d34a63cde0658c25a1082ce3c6b510b322844385ae142f28d1c7041bde2f5ea0dfc3221191d7a877afcb205973822ed25b15d8e629c9a2162d3ff732c6ebcb6f27c77fba5749054b7b92447c58e8bedc1466707f3cf2f9990c70ff4bea35cfbd33bf436d3aa3e9c78ec661f57cd007f8d5ded3f8f2787dd8f4c2e40e50f6b0b28c1136d443cd9d136fd03f6be823524f27e5c8f8504173fc709d6d220214b775b927209779af6958a616a687a2c7e70991e318276036262c0569643008792c2f4268c95ee53294bebc025ef1b4a60e4d9c408b2f293fdd913d8e8fdf680b5707b03bf9d08d3c686c38fb2e5025a70f43ce65e9b5b345df539f74b6d82cb47f26890a77957bb62b8ba268e04dfeb13114b2b8fa64072e7599b384a3c35c5beeb3583c0c56b789264283b33a8f46aebee8cda286e12ce4e78b02241d47fee8', + '876804e2e7f2b045cb5f6095fca5411b31efe0fe8444400923632aaf48f2c44c6bd865aeb6e8a8d4b9bfbff55fef0ac5205de8f379e7cef6994a96095e4319747ff5ff0e0b8bd600121e62cba1d9348df45b7e80e85c26c3af94195dc7d8e27f2d877b09ce2463503e44f01eacabe7fb16b24aabb9ec71f8cc085cb26df948f3dc5580a7e7fb764ca5f912f767ad4a98ec2af37ed4dcd71e5770071037ee735af328b7f13e58387daf05705dba2686ebdf8a220121777fbcba92c27f0dfe8a3bdcc8c8eebb83d16ac52fb1588d60c27c589c7e3b8904925a5c363308d773b51ffefd5aa747c3689c4d407ef0c8a127d4bd26b034f2ca3780a52605b27d931e8dc18f1522c8622599b1017e2e5432dd7a77f15ff4461297b7fd29de86e8a7ea0d8d45a36928a631eb57375a19175b0bf6efc534846b24d986cc06678afef64427cae8a9844dd8b419a9adb9bafa63dad18c69d7eb4b4827767a8647c8a8ca5264e040d279213fd5ac0d2a4417e5947192b5a7ef31ccc6a60e6f712648cf693c4b3815c3528a25bd2bed75a33ac134f9c1d445245fd8e580d6148fae11591c2b65382f271772d0941eb0577d2b748c99e7500c207b56efdd56cfa7852a302b47384956a4cec089810ebe987af0e8e47a8b91c488902d2ae4170983539e3adeb74ed451e2815c98ac827f0043930384c335ff3507a347dfbea02be9c172617da42f3fe98a372d453e025b56801cafb39d6d022643be8b5592799ba276b08b4f3561f3e644f91dd85f16ba64d891d3ba30bc0261e4e8e1d6892bc3761b60a29d936e5910b7ce1398364704f0f4fc57e1a3a967ac932a31a8cb3d0a2c58888dafe5ded82e8cbef8cfec1ca1c37c6422701ebd99d0f88b63147f37d78ed43234cd5437d70a6bd1b2c3a81ef9a517d21eafcb7e0095ba136062cea2946238657f3f0803c06afa102abc93d3745e6d4d32e6d07604c281ca0edadf04a8712b2a564c28c9fa17e4824804d5c57bb527dd465c552d0e21f7b956c4dbe87b835688a13edc12edd9cf2ff5e2957c7473ed8a435a832a8478c2e72067e9d375606187485b4e6501776420179dfb7fc960665d0f2881f5d0908a5c550c324ffecff32f33eca34a9ebb4a5c977e3156e0443b5d930e78165831f821dbfbdde37e99b4894b3806492c6b29eb5ecd5c8923e71493b75490158622b33d9c7c13185d864e9c76899deb1350abd653d2a7a0f81197056441f07bc12d64b87fd7fc74035e66709d2590b7bb3276245dd43824c9896fbd801ec1d07018b39b6b53bf81d8e9a70ea95508368dd932dd661d379dfd1842c3f4332a9afdac47ed4a3985c745efb67d80612deeef0c880a55f3cd91fc86b91da9c85463cfb1c9b603d175cdb0373ec50c9126694a951fb2129f228a2e9b7bd5862567b24eefe0fe7e63b81b828ae5ef332d1c2f073aa1dd84685d0ffb1e31f372928a10e22e35cea337753924b05302df7c36c68cc4b3939598a6a9cbd9827d5756e504f335702d5a95d5b0fc713106f7c79db843faffdd2c7627de0692177d1cbaa116e9cd38248bc40006749527046356788d92a62dc231490539141297faa906e6ce2cbe35ba1e0d1dc6f3e3dc020b71f0cbe38ee54b8d5a6b3f5d21abfde682dbb524d010f7fbb85475e024f90bd7602dfc9d7bce7f26f17f7a4a86fb8dbb75a9523aca71e30a0dcf9da5202524af6a56a728369066e5556971410b2eb21029772dd476ff873453b3c5a99f09577bd99355ec84d408b2d052acab76ec74cde46ecf5c9a63ea5fd42b7654694dab23f30e8d5130426e76a862b4f190dfdcdaefb6bf38ff451474d65c370e4598298f01ecd7bf00819f1726c0107921adf11f927685d26d4b0e5ca271903ffd92d7a74a58bb9ebe3aa37f929548adf1febc8414d7aa90ac20dffd8090094f57e4bf541878c256301483943408e5f4c77b43f2bf00b5dc836a8f41b7e22ba71c36e97cb174734f1fb8464053426eb56dcb904fd9192e1dbbd2270f918e7dad142f5b085e7557f152cdf46a396a6b5aa997ab85ab4c9eba1cffae4e54bc88ca06781fe167a3f4a593fc96fa2ca9644a44879a7a7dbf8c1d6e9a2ce84996d266bbb93ded1425d5d1a8ed32d77527e2ed06426718979a80ad794aaac4b841e5eafc99bb16ad247fdf5a47d3eb5c0b6cabb6711a45400602d205b82ecae9e849bc8fc0a34379c77c3571b27e1d287e8bec1ebbb9ebc12b9bf4d98bc3e223b184463cd7fd5cc137523db5d83d5523a7c61804c94ef16230d27bbe6c6ef4b0c420efcd86cf48cd9b8c5dee5e177b93afa5973142e03f6b3d30d07c0339e8d64aa51e087423f1e51cafffe3ef1578c1bdb0d16dcf78bd247c3c59dbf72ba6de6b993db74a003e51e2458a5d313d32f5fa702f7f181d53d5137e7fa3f14c17104e86b3a0af6f175814d66624cc9992778d6c1731c4d7e9c52a7eaa9b98a521b31cf3e88c4c766444dae8fa006931808e9f2cf2497cae673deac5438c953dad11fc694442c9200d5b5d05b0b9b00be58358392990e7abb5857adab03e8f1da470176f2f8ccd72fbe6c5b4ef164831a79edf1a22ceaed5bbe503455b792f4bec19958d11300076142c3a7e20e0daabb0275d5747cb783562a5ad8faa051dd16f549d4b52f70b334177e3e9a9df0d7fe666f979ff4eeed1900c9f3f07a900b7136857325aa996b16b0de87ff3db8ab733a3dc07b121b8b32e6302ddd92e8003c29fecc9910e48f9783772c8669cf85b7e252d89c70a7de325f2fdf1885d46bf633f849860edca12523da94b6ae90071af351588a8d2e5675b01b9047cfcfaf2de9146282d10c304df67b490688c4a03ad1bbc8bbc419a49bad85e9d1cd344a51bdd5b00613ddcd809fdbb1fc64b7d18621f491a6b1e419129bf1345d2accadf016beba9653dbd95b646e881eeef41b9b589e5bd1d3385458ffd0083064d37a87a821da9a0d80d43d08b613d464040ed8ea0b7fd3a460b6fd6db4edf1e7f31086e6b198a79d575eb3e144edb38051fbcd5ade8612a207e16e5a125e1830a6008c36f08d35afe9c93e829d8e32b08892e72f89f7255898443a497ac129db66eaf62d4120daa192b46b61227de870f244c4ec905b62448c5fdfb040cf9d44b000633e25ebfd0efc90990166254b3e3981d4f6842b7fd27eb4cd2326c1f9190c1131ee3157136481fe65e7fb1cb194c8ea95e1c7dfd49ec9b381167f50a3a4e56e00c1d5eac43ecd4e408933dcd2011aef9642fde0e71607fcaa0eccf44394d6a75e3d962f65fa2910b769b2ee130fc9f1447e78e74db4b3f0967092155f455a3d88d5f48daf233fe6491deac90b1d30a02f18db5b7f17583fe4f0513c3d52ea913f0f739dd6468c2f63fa6de600b5f96cc48687a5d1aa5f2af3e2acf18429f252ef6e95d891e0786ca6939ecdba768ec7936c206f0bda534261dbe7adba572bf2f867cdb6586d8f1e6f8e0ff89ebb6b311a2e181f8443bf26bd50a3f95656d1e2087fadcf905a5ac54d2e33ff14010949d730e12fb1630d4844c5644cdea59eb08e3a987ce04345e1ce18ad39b0f3f37249391e1839b4b817b6ceab10b9cfdcdf081d2056be94eb0440b1de30fbe0c43aee9b217173b56a2581c0dafd8e3236ddf49bc7d581dbb4ad63ae399d6b73c61445db9dc405e17de21430866ba279172dd23b1181e0943d3d955251b77609a38ecd7ed57846c58dee0cb23fd3bd01085f3f7f7fe4414aef456442b917a23ed71b03f98b16ecddf499c9ba69ce346684e27add75652a5c35454ef3d246867fcb3987d001183e974c85e9bd96d39f16174832d9948d1264b9cdb3ea3fbc79390a7ab7a6da04d29e1032db30495c53ac3a00f5f85fe48fe0f73f419a440221171f4f11c298653f3eda111cb6e3f0f875579d22ce39d3f95d482a5688a18fe486743724c7bea1db05f4b12cb6091a041e0a8d47afa503e536570f8139bade5a03a3c37f3aaf434c900a8399b22b3ffd12cd41d33133dcea089e6f50220275e81b18647f7ffce1fa498618d24fcceb49d01a6b63d768c76e4078ca31d60aef25396caaa42c29d66abef1d164c360a480f27c6a6826b66bf87a8090a4da568277eafaf69ba3b8c9245cc85ddfc178e428e65dbf5e83af330f1340632783580886ac5de8b49b1c02ad9f840e91de8832a81858dab592a5a518a732a2487591c9a809ffe18d66e64b6d13cf74395f21089524d86d1bc84c4aabb2c1ee7635965e72607b81948b89ebe945e52f14e7a5ee568866b6ff89158c4ea298983f27d82f6c5c3b49589d896cb8a26f8fd2ecb95c92bf8e78bf7963f26813014011e0d9b4fc69c9994801676641b5e926e1f2cdcba036aa02fa0dea058e60a6768ce50da7b8f5a101e15b96312afccc74d08e45b4258a53e62dbb0a4e3837f29c0ea8f65018ac5c03c300b875cae3a40a1d03c3be892726a2d9053724ebe560211591264691ea452f5b9520aca806ea572617ca4341997cc96a710342101599c640521003cb2c16d5298d714e48d309dc9a2ecbdaf56dc0ba8092f0fe5b34e9cc0d5046000b0e2ba59b6e2cb333e4ad0ad7bd3afe0af0bcf689cf82d213bfead2eb102ae407fd0e014f9ba5a3ef982e726d47ba1508deac2e049b2b65d033175b581650f818753888b4aa9e78d27a28a3c952abc8559438a17f9a7d22172ae9c5d2d73ad4d30325ac592f59ba9317060f8a729280979dccf15921da7f6f03fcb2e9e75b02be237fdcab7e79d197db51261f0c00c64577d3ae3fd5d6063e5aaaa31bab240a405281aa2a3c716657538477f5936901c59f0728823af23f1b9b8e06d6a74833f01ce58563cdd2d1680c3a85bcad5debbe9fc200ceb5a1826d53116ea9701a4843ef160ec6c700bb3051cddfc2ce31bc96e68ec783ca8698d9fddf3b127a3c9fb2559d96f19cad7c46e0c8d6b65a972cc50fd7dd300df3bab808420c9049f1b2d1ccd6ce42d31bad2225b60ae5f6f094ef6837c251e48b90ae1ed443a1440c1a18c17c1558feedc6489d100cf007d08d6cac290767e2b083128e1080d41cde3dfdefd7fc9274964020b3612d5321a98ed338162cf08d053a8bf281449718dab7078484f49dd897a34105141c9dc8fe119998a9a37a47ec0f80c8a0ff68ec93fdbc4c0d8dc99f8488300eb32b2e6250ae564a3dfb73a7f77a879cfa11d7fcac7a8282cc38a43dcf37643cc909837213bd6fd95d956b219a1406cbe73c52cd56c600e55b75bc37ea69641bc0184b9ce9e76ca27311cf49566484f202df67d35558add045d580126876963832d7c5373584c34238f11e83bed4989bd77b85a30acaefdff5d88e61cbe790fe8be8bed5794e0a44f9a3e77525fcb825df714ab109654d60e5ef458a7744eaeb559b670c378bb8075fbaa8724e354a2c85811581b3d05d0fb08a24010d16ea9b0a807c2ff2c64315b5a5d01f7a26e51c540b8499ac948538d049c87a0fc6366a25385cc53d96320ca5d60ce14c4a0f71e581067d462a6c78bfaea139c1eb54f5202387607a741b489afbad4c37072fc99472198132ea694be9192ce4f5eeacb8a5c29a962bd855462f673fd4bce6dc8ffb5f3c59d58d022ee729e9f00e58c4110095f4bad44b76a1bdb9430f60718c3174c8fd7bc06acd9e245156df6da231badb2e2453163605d7d0524550a43fc56abb1fcb4b561c32264b100227a6635c029ffbb8033430795501d2b53d0a99fe7818f4246d3909c633a5e66a5d4b14c984c97f1e3fe0b347a5ccab21490628be0638c6a735dbbbf052df54fde4ce2ef0bde238c55d9e46f7468b5bf7f929548a717507a259a0cb571051ec4b52a22a781a64a95c00bf641eb3e855d7c1d6b5ca665847d43d3a9050e8a80cb12b598fa626db5130bdd683147a4e391f37a0c514317d078b551ba374384c46fdd366d7216fb0b0e1e9763c8f0637765ccf29fafe8f3db75635968d47aba91b5fef5c8970518f58fe1810e8c4e43e8e0efcb4dfcfcc34e7b3536da631af590a75d3ad2f0988c1b9c3ce29207c90bdf0a454d3dc2e74dd093132e3a6c8bfd694ce34db205351e2440170416c1ca8503ecb4c29888105a0ac4e58bad77349ac3ac7675915e4698b9805a2dc341b777fd8d257085d7e1b1a41693935d0d7f9446d0fffc978431c08166eda6c10ffaaa74f681a02d36c11c4591058f72b5d3b29bbf6728ebfe605f25f9b8b737b3f9e6112dae9bb72d1861953e23c614f898bd6a819442b654393c4c41a3a74db51ef27c3c96a64c444f493e24d682695d377e5a1f70911f0f26219f4797c02d9ed0985c2a1f0c1404cc9ce54b04099c6c16ba14a0e25f4fb68dd4c5127a48fcf6769e5900331336f4f82235bc96a5d3ad9e3c400cd1f26ed1d81e67aa3688e5437acd1cc5b905db9d3ba2d37e759b36a937cb856c2794a3e86ec72d18b1c80e0f43ed4d8199282a85fee66a998736efe74a2e8bc7cb8a1684b797be63d5509fe139c6943dbbc54c36a7b4a016b6bd23ef3d2efb25a51ff02c1b56', + '6b9e10c9dba055603196cb2b7fd7c54a3e8d10624aad1c342e2d5d75a271f1d952068372e1926f382e0b27e9d628d513fa15426e426bf670215fa11c5b3ab91bc509650d4c959a21399583e3b4232756866d464323ad83d0e75bc954a0a0e76a4d0f7d4525901c43db9ca9c421b0023c6bfbe487f55a0d7d07879dc7788ec2f1718094bf736a3ec59b885f3225b7b0ed3029e6e3c05cda9f094de71bebe993d5b9c472263e0d48cf02c26ed5c92077905d5e12fe8d9a325d76146df8019aa241ad43df208f60828b97b09e5714d3a04d7a01328163fc5fdfd543f807c389375bd665a3556d4b331fe2bbb65d0fb8724d107c0c134b6aa84eae4450ef389e9a4bbb93856fe0b6a5b36b4b8092c0b837b8a636695d4ccc54d28a7e3d5968c2123ae4334f13f0891e70bbc9c29b31b935b6c59710066e0aac92ef5987ed5cdbe950daafc7eba6ace77d599b45236aa4b66df407cbb7b90df8b7683df5521bd265b4246db69f09084803cd2bd1d071620008bbee601836bb80687a925131ad90cf8f4ad7e3d72183882aa0e02e4a50da5bada2b498d0ecfd8bceafc061311bfc6f08d553183af706f1195921233a0ff3118532c13b88e4bc62108e2feefb6cfd8c484c4b1b70927ac9f980587948b49769b7f27e11e724de4e589f48bf36a87d6f763726b522fbc559f19decf81b49adaa6b6b51e196b64c95cb6b719e8bd86361bb1f4caef838d1e92a3945685cd51c1dcb23a3753ca1ef7f93791351a20397a83f8a25ce995384c1ccdbcb91b261ce0afca4dd9382eeae56d85197a12231008c290319ddae53c828fe0ce63bc6f4aab92976650410a47060c17c6356b46a8857a10f90a2de418468e853fe2d40969871781fa5908dcb1fe77781e138ffb7164fd138f2e6d224a0c7b3387b30c74f807b112903fea26ca23122e8780eac1f93bedf05a7713104038e8743c50c03284a1f1d1ce918f68ee186e83a8fa262abe5eaf3fe170ba4ea97048bfd44899d28dfa5c47ebea43239c430f4fe90baca62f51c36acaa7cd3dc4373e8ed606e3d5825552dd9ea6bfd7533766cbce21f8b4cab9bcf96c98b65e5ef21c59c82858abe057781b4d535004b169f79fded994e71efb1e745da02030a83574b9010942d646752e798e7cae2c255f4424719f0bbdaaaa4a63f47a75455e85da2537464cd52342f880c88f14ce3d8bdf025ceeb798ec2bd330e764301cd047bf16d14bd138f52568c982074e6b58742aa1c745331952144b739d19db17ac0f960645a67a723ab0f1ac4171957404bca99b673f08af8ad815949be7f0d65051e19c2ad29301626a25a19d5a9488c0a9ee47a338a2dbe50bb42c5a7afbc95b934410e74cc5770aa56751ec2eb60a2ae07b5f01de9c1eff13c9935f3f66712c58103d11919c33a2175935c46a948891d4b31a197d4ef94784a87220a1cb6e5124e859203d51c7c7245db59caa9a74941b282140a155fb3cc2e341354e9501587e2efd99acb0c3c850f769fb4b426eb0086d0d1df72b857d730c7903925deaa0b876a2f46c23984421a8cb66e926d75440d42617cb4a38580976921219707ad88831e1a6f814b5b91b044245e0b23f2f491014b4ba3c747afad414f74087425e51f32247dd1ebca5a17c673eee7f067f8583417b206cda44cb878a19a40cd1a0aa3ced5d87ac1d785983b2a85ed7ede38aa044e1ba65ca5400135a0fb07b995df571cb4e844748dfa7bcbd28ae6725e9bd19977ed4c1d5071d0a1d2ff25e09c4b82414916f7adf1a1089df2679b77f00b141a1a90beb7afc86de4c10f61eb3a396e681cc85a130d6287da1283d1339b70bab0c06cc5d3ca2d1f25f5918482748e61b7b667364fe8263fa9bb46534e67b00c82f0e92819a7892f8cf5ef564c5433a4569e5c53088ad379337318e8715cb452b9326fb13050c2e542498f9ff2e1107f6e5c0e79e7fc537d9fc56157448364d47c0e6626c1cdc2896f79db271b230d392779e47093458c93163689696ee3a8d9f40d365073246f633a0d39b67023131ca87c48ffb56d6803c050f8e6988469ab48b647f7ef5fb3bbcc8e131399e8086e1aeda1f0f57dce14c49a1796696f8d90a19101e3dd8675d84d84d0073d7ad678a4555609fa7ca50f4b9c4c408aabfed12727cddbe39f9d03e475d85a04e263826f3ad1136d72d73c7cdf00aea240a2b501ff11a8acb41284b9eb93d4982799d4a32779d5f5674be380ea9ca65a37638658a23612deccbea3f56d693c9e515eb567a1b6193b64e94c7e4586f15a97288a5396a5e122f088a8c084c25cc1699c6fe332f0a5e77099bf9f7928574968d80b1b65c5dd1f2758da41b606faa7763a4840618f42a09443830b0de99fcfb35d4fd796fdce7e791682a18e9ddff8802089a6b6fbb80ed7cfe1e9893093957f9e9fb0b2b77be6eeaae80791efd35d9036793cba9dcfda412521617667f943d48342ce405aad008ffd549c49649e7dac64622bf4db4facda2e8b9d5bf59a81baf48258c84e2c7463f50e883d650702df928a9aed1eff2babd066c2c0423ef53ad9a577d3fac0e9727b5df2f558d7912ea83ab22bcfa800bbf4fcfb2db6ac4a5b1af452e8c83107c5788b02faa7d6d5a38eba9b385412d31283936e2bb9ae2626a0b7128f1f467763d2dee2d3b8cc73452c527c9c17054bb963744341b30a32a15136de5067c8e154739fb708f581161c6a4a7ddd7e4910b77ee7a3f80c8915d616b8dfb40980eca14115ac22c5bd643131e9c885f3a5cb14ba33b6d72cf377cdd8873c426b334151268ae6a88f47058b6779821cdde324d901a2a3667b10028d7de91e83f6ac886c09449022bde8a232f640d628a4c9c20d3a7a932d62a85c1eee27adfd12b268fbd18cd018b668e32fc487ea33af204eb84d04adb547822d881488103a280c890568aace13e28f6f89bb95e6c468af6fe221881a8593671ed3d65670c29e839492b5e6b49ba924ef48c2b4f3643640ce94a04e0125af1fd6081bd7f41bdedf31aba088a73673f10a75c02a3999819912d6b19d8b1e0172fe2fcd55c5cf4ee8075611d7d16ea8bc69179f40dfeeb283e4ae3cbfdff7f3283e4ed3160a665865bf9df01c5acab04eb336463e0de82fc6ec262afa2738ec083d6f1563ec666320008825a06ad2f36f91da9d6ced11612ad1456197886a54dba4997b839359d6df731e99a8270fdae6ab0c8c11a4f0b0773c13cadd2c1492691ad5edc026c61b6bc067327fbc08cb7da8d3fb775d0d8574d4994d163bbe107a482a5360ce36998c8e6bd96c4f452ffa3138d2e43ef146ea42ded388dcf035d6d6a095acb230b809853377b6094f6f26ed42f9a16f235da22dea427d383369446b3f9becfb3ce0ac4ec6f2a611adf1c985f958f6192b30613ec6843b770e148eaf104d68d0e2793b912c348490e71faba065d82a649229f21d797f0ac00a9e7a4c1a94675aabeb7ff56e2398ad866093e78f5f8777dfae1c710b1d343bad70d1e7655633c01e9f402393a92991111b4b017ed6537b9a29a6e28544001282f05a2bfa7d122bc4fb46c3a3ad806310ba99983a26d7974c01591aeedeb56a0e87dfbde0ef4dc32368587ca716e64c0ca44651cc355bf47c9efdbe4ed29c6edb9d26481f962bafc54f40f6a5cea1748c411ad63bed27b9b2685a79ae08fd43709bf972c058f6183216c4daa8bcf90218f9dccf8f35820f76c737f01568201455e71ee3ca1ff425f027add0b5c8381e383456e3d1f4b61e51235dce8bda4c0713eb5d4445d26fff89e8c27fd6daa4f2755a4ebb0814090dcae495b91846ca44310e803d3a59adcd85c3cd9012da87a356d38dff3c7cc4056a72a559c594e3f437b74d75b09cf7b86a1f94aa72b0275c6407db5675142e2db735555899acdc3fad508e95af8294e8c263e176fc45cd43255fff68bcc491ae3b966f5b9d76004c1c4009443ff5ce8414f97a9cba7fc0802341c3de187433af7efbb90dd7db96440cef872b69ddebb5e94827c3b4474a3ce616ed60920c5e5907cdfd1351c1e54e03c5cff2342034a2c8b8b293f186b19ff4474695317458d45e750118131236938b2aab40a9a7f17439b1e1b679223ed0d73a9626fd9569470b598ec223b4d13b2b86e1bdce5a6a52c49b7ed1540539f81759a5bafe55dbda96e36bb98b91fe6d6c413a12ad21e665f2de4f8f8b15ea3e3a0b3afa3d9df4b7887a62a6538f0551d4c37ee74ee5afd44ae21d95243c98cbcab71f8ec156fe036985393181982d10ed7475e3b78c0bc85510af8e2a608dc64fc71a1d92663fe9bf6eb9011f93c0d23fbde6aff200436999cecf20a26b0f584fa2f44fb9b7008f149caabf346704be50049bf307279edea08543f3964467a954b075ce3d2f881def77d412c9fe42fdabb25a56fceb6650f29ed4b00dd3dde0e559643f26b821bcd967fea3e53fc1b6d530ec80db33e1e6157f4aff1000b8268b058a4d7d39119459d4f21a9012cb1257e5191aace659c993926d87a6b342a2cc1cb09e4999a1ccf726761ed25fa639ba38a8cc75ee1420f43e05f1d7d4c17d33069cda92c2198c3bc55357b40e9b528693633d40325b14beead9e4ab4b7ede452b17aa609bc1feae1a516e3d08f286415d1016149a75cd7b00b2092b00c1ee8cf4e8b6bc0ce047d78b370b7633f3fc75fd78fefa0eac72b2e758085edcd2d48fc7d9a5adfdc0923e81cfd56578e6dda9dd639ef876462cec0793884dc5f8b9d60db01f3c56a7056c65df7514c012506664999e19ba8c22b0c82b31fea47cc5ea2f36ce70ffdec8e89d30928bf1c07e33fae1a562c3c67d8692e7ad7b62a61f5293335751e1ad043a938ad5d1f4388e9807045bdd773c64f6cd90a1cce5bef096a36f65e7e25be1ebadb4e6edb2c2a91df3cb6991bf350089e1eeb8f7170c5f3fc6b19e3beb32868255786cea12a6f74b27fb778684fb78c636c99806dfd895d463c2aa54e5781c87f29c10cdfb2b9fa9095f2cc5acd4f53634e9e9002469badde46b323ab676ca83ebe979a0579acac002be315520099f5f441654eed008f5e2b072def64874b9fdaa274f6b0d3b9f167bdf2d3ec9e19dcbcc1780d7cafd6e6c2f9f558f81ba107d961e3c3405564735da8bc9898ea6180236b517c3fa904e02c9bc400d4b8ff88b1795e6052733e9a5888aad3d569e378ae8b8bebb4809bd2de68f46798d3d99b09556f5e55b1aaeeceea480620b1323ed4ce81fc59cafe274eee210da2f0a1a73782712dd8952be9473a1eb01944b03b3c80ce2ecdecbe65f497b4538183fa45d29d1e5f3992440257e489520d98f0062c6eeaf35f6a5f0765f228e9b32235ef50e1c153173d85c25796227cac2264284ad542caacc85294299a1930c640071c390cf4b9fffb63c1ecbb74804375af0a0e507045249b3b94a5dbffb92961c044f17b42e4426050597dc0fa1d82071333fd6cfdd355376c71614436f36b0c140220c916728ce0fe2191432d94d65b432e8e873605cd3187b2f27f696ff9b354dc3d52f9d53e01af92bdbe8996bee6b162383bd34ceb2dffe1cfca019f53dc052badc5679ce456f725599f8893ba3de06780f730193d6147865fd099f207fac779088cda2a0e356761fb62b50c46d542b70f45e71b429fe109391f8d189493fe6cc405ec1d1a4162d129a49970f3217ac929a462a3892e7ef2d1f36573784c3c4f66ecf7e6a6ff9beb5ad1a0522dc6db26769f3d427f8153dbb118cd832167e3c9679e980712b45519058654307519f6576ca2c188a45d121c6cebffc83e9b97335c97470f1c243102c01f4f8c67bf4ec4723ba9e686063c3d5be9a6c31e4bb945ac638f5ef1b3b2110128dcd6540b67062dd660dc931134c7049e4d044eecec58ed8fdb8751e75acc4f1f96aee8a2b185061f60db5a029e41fd764cfc5f1382e58678a618ab338dad108007668409d0d981632483595ecb26bd0e312bbd442f940dba89737c2ced2bebd699adc4a5276c263e46350f8a5dfdb9c29412e7f344bce9c1f0283337dbd137afe7d5190937c56b2d2090fb19d92f8a3fe0326d9564f8b12b74b76ee8ec359a685c8cff9a747dd6ac5e078a819f4484e2a00acccef2afea5371a18dc490b17a8c7225f6fd8fedff2859096c6642d550374e1c7404907b0be691672e3f5bed5ea8c3407da6ccae2b4dac26ef1c564a72ba64e801baa0c27c313e88becdb031cd39ba5d120acd270178c1e0a1283c2c42f86eede465b61ed1efe386be0440372cbbe1ec52ae03f1083624b7112e76e3675dd6ae9a9a42f8a35f2ad1ba576e6623abb47eae050384b6026f2abd7399085677269a92ccc9e8472b7efa225bad371885bc7482a43e6a7179ebac14bc152376c0f9427b81dd5653c14a7084657f2291e6647e7f10370ae0e934cba55c6dad6eb7a936a33ddfdb4fad27d56f2976c1162a46ed01bd6ffe8aecc4f9edc9250ea4e7c0d7a87553dfa16b9189310c069b1bddde50a9205bbdc5f136c75ca6bddf9fcddab609acdbebef79121c7881b109298d8539d3cd7cb128a2e4b48069aa98d5d651423568da78805223ffa42f08a3b595e61920396581295e6931e7866db2dd9dcf0cba1dc21e1a8341b352587ff346a37b7f0ce888965ea03ec0008199b62d809e9616504544f488e5c7f', + '2c97ef4f65319444199df671deaee966d19628052359f791d5810608bf1499b3d7c3e6fbb064be7e41a27062e8f3ebe9afcb2246cd10b5b070cdcdb4b92a47cf089c163c7b59e20bb10ff573d4d55869d6623971fa7c90b597b40354195106fc488a46bbcdf84812f14a4d4ca93b7a0dd0c1352eb387d2c8d29e6f8fe5701c621ef54020ae2938bc8abd40946f0c97fe2352de24ff18c113aaf3da0e276ed2281245ca1226d4f93103ce96f32e32f8645a7bfcfce618a7bba61b0c79e6357077ace2ad393ee1d498e4e71613ef94e566faa6565e706dcaeb4f7fcd772bac3e767534b13efd381119b66f8a99b91aa52c8d3ab5f0a60073c92b85e5b0fdbb844ef4a49dc96cc1f8de00ceb83095ac82df9b9fe15d8fb9e97dc4961bcd644a8926b1983b819165d00c4a6b687e8a32c2a7aa3ca24b33807630a21b3876684196273579510f760ae3ce1db0642ba094aeab447bc0639b3e600a4b7a05521288f37807b0a81a2399774aff0473e0dfba8e14f0c3024cced9f032491d470a6908e843b0a3084b9efbd5a87bcf5c45508daa09377d31aed43b6ed1246ac94575a7bdadb6bc384af1164511167ae801faf349b39f0f1533b64a220e62cb52ac3f4eb9e0a36202be24d40ead5a6bdfbde6d5b53ab2e276817bf053128da7a9e7cee62504fefc2c503d1c7aa3ce0b09201a1c34c5f85e1c402b144b042c65979d2b55494050f47fa746d5cf1cfac22dd3a0ae0f7cf8ebcf19cf9e500dc86fe4765c856dbd20b1c36c46e9563f67f9157d80758e883af256b36e75ab55e82c581c6b5cd9a3f69bc046463f57359c1687c7c058f81146d97ab81083a4031404ba345fc4d4195a1a3dde4dbf1a2521834c586a3e973ea50a03cdbdaf8240d55fd46941a4a847d59604db6351e6387fa62cda8511b138deebb99c7ee18f33b1a56c6018e39b56ee77dbe690dd05953de9eef21ab88f2779e663cd5a011105323e4bc4ec6bf66e2e258ba7dd4bbd66e3b35c4a301b7932fe62cb085af851dde093393bc62301b61c09dcc5518357d0fa6b3c8acf22b681f6c7b7f485ac97e4420afe6dadf30357408995e9f56e1afd097b575affb5903de97cf039e3062b41e00c6104a9c34679220e80bacff25015984a7560c9bc4d8e5deb3e807cee541d42022ba5c27b10424b0163e1eaf83f3f2f405e47341f369bdc7b6871594d5ba0f15224fa0104aadd42c807054b6931a457c5d9b549c6938ded9438b3810988f1746614ab6d445c708fcd34cffc2b6c6c9741af530f99ac8b199e74effc0c233953a4c3600e246d24bb76b1e6042839be781ca8c88e81c8bee601e5ccd33c749f1776f9c0ed8c27204d2d48f46b46dfc281be8cbcce64314ede2653f30d83c34c47437d731165d08dcd59bf9e396fa8a23a9023d9d82c2d628973860bb2c857686b7218228395b192c361df8e778ada832bf835c4b3bf05226e5145bdcbf3791a0b6d927549061258b8af706c2d7fbe90dd5f8928670701b7152959b15eeb718ab09bb3136d9e3b0634aa3adf61369ceed72ee8abfdea684906618b8e769a87e1e16442a5f64773c5bdba04901d96bcc8a1cb1af57c5284ffca63a1fc18e70347273009d2ede803bddd47982768896544c4a0e7afec269b02e89563a54eba2ce30967ce43596933151bb9bc4b4bf7e08ac7131781554ef67ae8619b2e1ffb4bde0f715a9f42b14bf6ff7939a4ccc676c3328e7112c0b1dd8e532e0f429492a85fc1b7758fb1aa938712edd7dbf6df6c178e78be0b34399766af638887b3688b8fa89fe6bbac3b53f1db7e5d98ce2a0dad6139c613bacd6e2b876acea586633c964b9277ca3e4cd25be39495825e8fa0ae363951d35955a80560aaa945156c029b32f9ee656cc659eeb0984542adf76c4192df27f319ba8e1bc48be10f666c27c6e63a1433408f30d1ccf03680c348ba8fff950f1a02e268963a753daa8449f140eebfb1ddc1909f2dbf0630e3a96cd2c004c3d3f01db67e9d4bd087bf74eda931d2ee8d0af7b1ee2a0f41fb136649fcfb2acf391f711e17597d0485f53f3e96c11b316f63ebdb64ef46085eb902c98068f7220a4c06037df25b7900f5ee26021650ef218fa4f44aa5ebc5227d86d3a530f5240d21e54bf68f6a98bf66898c335bf98f69372ae5e87387df0f06f94eb57bac3d0c4615e0cb5834c78cf1165772b69f7b100386978682a1beedfd6324f670a3d6cd639ea84476406f2d3e9f71074fc91ade9abff16cfac1ca8409cc3cb13862551a1f898da81116f96bf42bc13a4fffd49aa5dddae202706b9cd33d7e2dfa7124b922dd7641503fcb0ebbc32f53dec9110ecbe93c2fc23409fc02bdd2b4df59a97215a24a555c424fde3d6ea39923b03900b5eafe9c63980c6d3f55208c0fa14e0fa0e1f32d5da7eca31f340555473bb4390be808710d21dcb7320c50feb1d17a566aa158117af709240c1d3dd071f3eb8174ec42f6e759e1a282ea4a52ee7194111cea6148dbb9102aaa32344fca5e449f98fc94721ac783f6d8f7f6d0ed0a06065dc4f61ca975687da17ad01d7a06285d2023e62fcdf32b7adb3c3dc0d72337fed638ffd30cb379e59afdfa81a8730081b466207329663ff734c00569d3458fc02f4d64b62bfcab2a3dc49bc27d2b32d4fbcf2a8756a729358a8b38140af776160f0c0d0d2fd7661331d6992920b8281e9e65ecb37b3e4ffc86a6bc09a3c154c61e7be3203fcd12691f3cdefeb9a2482744304e3ec1b41b14d0187b90c72b919905a5cc36846517f4aefc5089726ffcb6963939724f90f3440fe95bf19ebe95576c8fb1992627dd7c8720d91171a9ab953c8793954e5a4155eb2246734f01c9c8fa437b8f4c9bcdc951af60e0ded7bc8add2246f0e59b6c100eca235f037d93b358c810611e4a4da2b5b2cc3ce282995e211338cb3dd9dc3a1de9dafde1b85ce22e265a57c5bbc6d15b30076ea531a9d9b261536e7d9ff99ec3885295123c8d1b236540b86976a11cea31f8bd4e6c54c235147d20ce722b03a6ad756fbd918c27df8ea9ce3104444c0bbe877305bc02e35535a02a58dcda306e632ad30b3dc3ce0ba97fdf46ec192965dd9cd7f4a71b02b8cba3d442646eeec4af590824ca98d74fbca934d0b6867aa1991f3040b707e806de6e66b5934f05509bea572fc0750c52d10f15f6ebf50966f7f8c714742f5de877e928d8efe53db92ec60854a5c133bdef99c9e012cd9c5d0110e49665f928059cfc62d402995ea770d363bd03e415371f2f9ab7b376fc2dbe4dceee12ce1307588f5bd054d12fc46afaaf8f61467a6968b9cea35658f17f3698cf450317e493b08a5cf56bf679b5232436f5484f2afad21faecb84db42fb72da2dc3c13a6454aed5ad6ad1710425a3373e153f67ec9365498258c467b94879f9318fd3a15bef595896580ea898baf31d1017cef689dc2a1f92719f641c0f53df23d2c1b2910fb9fc5fe7a805fd1c1abcf4247d64ca7c288a253f9c3a34f709724bb314d7cd5ad7a74f3e29effaf420fe3164d519741c677085ea4351c9a9a29cf05b5377d978ba42af8619ce59ea0ec911fe5d7d5263f0bbf8991c11a3cc26435cf106f97b126ab6c7e6fe09e0a5eb07da1a9df82bfaca51c774b0e389099e51d59eb5c77cd0f0e9df87620a58cebf9fd5e21ef3c688fd1c3aa4862d440811ada48ae948a35953c53f91cc38880c93794a7c67d4ecb69202985126589d70873f11dc29e4ba569b312f2bc5fb3a086e7d81100105652c90ed2ba219cd59ea08ef63bdfe03876ed114f67dd4bb346a5893c1c772ecf991ffc439c0e6f3431d9da5e454ef0dd44afc58ddb081e03fd959a354c844f3708ee86f0bd3153122b24d49daca846a679124e42cec54d223fd7a95803cfe8191ca52d5e9022ff1bd5021c38e46458308ec51a02b58d6faa87fc2518e4b29fd25ee45e01a75bb9adda01ffb48f1bbbe81038c74211d8ebe96073abfc61c4cd1f4a1c977e85541944a4951da50f26d84997ddc4858620487b43ce8c86fd8ef64c68ce78299ca4946ccf4bf46ed72e33e17034a041650c1becbc7d652d2a69b1e6356a6ea76fb5c1a2b4970286899a652c43cdd90a40f4cc9a34f0c4638afd66793a80f95c71101772eef6c69098e3d2a68d19dd44ac62d12047d908de71b2ba71d2a286cd433c1c59f8fbbef187a302ccb6992b94f9eedffb6f96c0d28111f46ca83fb57e48a236d44d066a4dd8408c2b4adc525fdbe13fa806aa8b042b93cac625c903f413eafd5e55b736fa0d54c53ec443d019a4e276a2c794a5d7f3c0942ad5ced0a3176ed664cd7ed37a89484463cd802366f78b2b780cd5cfc25c20e6e722c1ca2fd5a668840edd9e63eea39056a0e1dabc4623b48450fe5747d72d4997b7325eded13a1a488454163aafff1f73e909547e1344a8742e6eeafcf75e22c8eda0ed548c92620ed862c9634fa3784820672f40d1767db41fb7e9463f3c08d7409e14158a37e663759a36724049014fc17bd9991331bac08f59d0b8013f726f5a7a61863ca30dc2e65adbec144860f756c7d1db5afed63617d53fc6ffd0e5ed85c6344b266c4ec9953528354e3a0deb6adba6ac1b36666123ba94f79da8d9ce7d222ac8d9ec3fd42ca9a9e250867e784817c67fd690c1ee3d6a6ece4d2fd4ae8aeea383b9ab476ef738ef77cdc6193aa90ccfcb1f76af39ef753bcf80ce5cfa49bc4d006831fc169f63577a187184aee83b1112485054e0945b6a5ffb1cd93e33fb65c34818c4578fa9804db3014751a02348e9f3c6795ee69da903fe83dfe6c42cbc40ebb846ae327bd8774ffdb7af4b45c5b6a431732130ac46601dabe78094d08f0dc5a8e987426aee9b21df7c345423161cdc39d8b40d17e0d8daed769800877c9e6853337f19f7310deb2f0b6d453bb8610e4820a3f650f6f2b8d11399a1a1f357365faaf233912e63fe54cbd6b9003b37acd4d15d7707f73239ff3501f2c081dcd226b69d29d95521fdf953fd0a110d154a78616cf97d600bc0b0516d7e53b6a3ae30ecbc673033bc4c852a4cc2deac6e699b574f0841d0040facff48aeebf0203d06c3ec662658b77c70c5327dc9a7c78cc639702df5c5af593da50ffee9ccf70120c2b9c12c22980044ab6a95827d9526817e7cd4f99f624ffad93ff8edbb8c8d176f80e2c22fd27a894341a4699c7bc945acc187ddebc1465d026527683a45534330fe5588eefb4db72354151f92dfd78b3aead1132940feecc6fc04d9c7d5d64cad6e83d0ce76ec46d21e71f4ef25e3daaf552b29e665bc228d811bb2f2a2989c3b7e184a7cd9f8c0c61d458a000270bc709d008281a41086cc80c6a429301caa71896d464898d5ad85bd0a5f73ea0099352eebcdb9809e921a77affe0a02c4ffd63d1d64d0380575878a3ae5c94106095397676bcc8fb8ccedc23250e39f4414dff58326924c2ab1420141ad6eac13755242eddd5925f1afbd1cf82d6469fc82054f38fc0d29a7d94bced916e28f9b75c7ce09a2ddf7cba30ed46be3faf760bfcca6c955bf64ff561b2f4bd2b37010831aa5255cc959b95f6984f82515cc1336cc98aed41792a3d026cf24315fd21515d144db5bb9e04d2d43ab4761535c867f5b9143f7a41737aff50aece3463a0bb6624986201e0ff9a533b3b419223d2d02102d3320f3872d7e1c8f2049151c86dd641fd05a645d415f904ad8bd10c2995770c8f6f07456e7a2e3b848d33b0df8f34d24246b3b4ca6a51fbd1fed8da13e07f400f9e6a4fb18b71112d1222662e4b094130cc2f142ac2e0897140b173d9d6c2041d66414081332fb1b53b675dfdc7dcf58f40224f3c44301653f964c1c3a1c7c17f6f93ff2799f285e4af097b942b35562749944c4819c80b40d2f7aa186916e0fe626874ebe741f4821710aa3aa09cccbf908ef3966830ce00727418225538c762e7c8871442a566561a85d1384e9abf21bc172c6e5af1c95b83e2f2278eb4e073a5bc20ecd4a54329616fd8d65cb697137638df1717926319aa4a20703c1292f9454b27b9c5c9f4c393d6a65cf279bc5e66f8f4dac69b030191b3894585db44bb6e7e84c43d99dfec59c225123a6a97ca335f53ff8f9413dde02517ed94966082c95c1f55639e6d6c5b3c3c4059118e1e8675e5ce9b06fa733fa9b1b28fcb4d16feede0b35f5f060a404bd32d7af60a240643908e1279208b54453fda9f03733fb439b0285a64138fb1f8d322c3a274a25cd03d891c73edefca03aaaeebc43ac5934975fa7c36fac4554a22675c9c32612f24d505df7ec96647ebd8769c990a6f45241972ec5c256ed549a9446e6cae2928483e4b86211cb77304b27ad9074b066fd282d8d35efa58d8fd5001219b4ec1ef4362a337e54eabf8562001cb986553bc5c9a7458c5e349076f00e59cb07cf32b1d27541a50c70a7be90b5599d3c01bd1c9478da41847080aa69f3908339f8584df77a859ecef9ca7c659bc6c40c4295921736ddedf8e5e88aa16458cac1e40a49039e519412f2821f4f47f6c68da44fa6c055a2fa31f1329844e5151a463ec3038555485d5ed78947bc2e6c0d268335cb3e59dbfea64ef963b2ea57fa3d551d3dfb23dc2339252a664ad389106d8bf28fefb7eb53fc4ba77d79d893d2fdc36338e3ae8fbe0877fffb69cbf068d90b006532f443927a73b73618544b3d2e065f84dd49c566533c7487976c148eeface9dbc6939752c753b33e0cd1f0a1349a4cb2268a3fb4bfdf129b525877eb17ce0964091a38ed597825f5c5d626a7a80bc5417df43131a4fc749739059d1', + '629b37b9a056e74959346e8c40aeb4e2073e97bf2117d2ffcd13237a50edadd981b09ba88b6f06acef371876c8427238536dccd8aeecdb43e03d78041a5afe153d33f4f49b5becfa0202aae9f72389c43ffe1be3a4c91046f5a3592a4fc98dda9b0c8bc8588361dc9b7d6c0c53b9c12dd2dacc08891537b1132d0d1476a120d1a524a84a494d2cf9c090a608666de21b14e72771e738192b43c3deeb174a80a1626192a2f62217fb7c239f04b8a5b3380e0e7343459a7e5d8c4d12d7ba2c75f3daac93f9e76be887d41ea029cfcafd29c738faa92ca32eeef6b3f2ffe8afc66f16eef177a58e6848d269f19e35458899474b02c923bbf08789ddc68c283b3dbc1d0df543b7f55fe37decda8c727c1c2e9731d4cbb24a8dd04eb3d6a50338a083f7f3e786a5069503dd90a31b0cd98190bed0b8d861b8ce704c1e6973000eb86bad860f67f82bd14efb3b93728dc37e68c412f518b96d78108b04c91ea7254d1d46b0b40f37cbdd6cded6f3ba7da2dd5eb2ddd5b241d15657144f3ccd80e52740ca5720a5ea4d7f068e4a0b1a62dd64198f1b9ece814c2feeeee50ba814b70d7d42659952991b80c4147d23bbc6dedc4263b399960247ca7c21b07ed8ea01c87cb5c1683ecd9ca74d775983c5300c0c80378d0e304b28f0aab696dc858a2c21e42b53d5900d38be4abfc5735f29cfbe7c129145c4e5596920b4816fd67da1dd5eac032771e2578b62f5a83ab1388fb8defca7857b5640fd8523587df44ac7c79141b9a808d361d83e20ec21e4e5b4c34dfdb7187c284774820c034f077905a626f15d9e7e68be6b8548787020b8a6a7711ea944f0e2d595be76692d3693c541c4c5d752fa29d70ce075346f8c3ace2cf3666552ff0d5129e269745ea91f6e6114c30f0ca59f1285f7b0086551f2921a7bded38ad03025f895ed0b2c89a568cebdf5ee14a651d89d7100dc9c96685b38b08cdc338cd3b8ca800b16ddfead1a5068635ab126c7921bf76e985a8425924f3b7a66965a7f72674aca7eba2fc0eeafbd143c2c4d8aa6c8300124e843b09d27c3b05afc63babb979c33290b45654bb263107dcd42217e6cc5c1688efa91e688f134a1abcf0ffb211e4c001867259923035f03dc2e1480cf5db64d93d251d33a6d1021ecc5039ace771feb28be8741c8440ab8a138ec16b8a1e9b941f277ce04de4cc4066d20006650b4d3857213a969cf1783648930a7f0386195de828b3eb0edee7143f0ed96b150119e75aa513ad04b914b6c48689a40cc26cab3ac168b04410010e976f2c276204036418eca5cc4617dfa029e1d596e02413f08969f1cc98389884126b8ed7f674981314705780cb9e5776eb3d54b4284b9db2568ae5bc65a92c39329c68092ce32698cfd8af471fad0aaf8ae1bd886fa9688514bcbafc56f22a827a7a4e178fd05d59cd7e23abbcd477be8b87468000be12dd5677f808c69411f44c7db7af99bcaaca7fe94b0b2d951d285f86a637960a1b1f9e35137e5f1f71033b1f2b2dc5087d8f69a28c01dc7f69718978432baa1defe05e7ca3a96af4d633d8e71f0ebc64640d1d227d1c63e3eb2e9bc4b3b8875a0fb419d70f2674a4a00a886e19eeca20ecc7fce184a73e7320b409045e7ae84f090f52bcec7226bf7d0bcc0c923a88fe8644ab78395ed6ad98b653bfc9ef277d5a568b969228db95ab9c365b1e7e733daf078b5f019fc6e3c189fe4f8c91ef65822e370cb6972dd7ea4039c21527036ef5852efe83e679b619b38b3bfcef8a880efae777b06977e687ac58ea2cc0d412c84208ef26cf89a52fd76d1db17493655f511f7015fc44522215162bbbd84fc9b5d2ab9970b75131724a266d40ad847df1a5418e6dec3d9b383ef41f58d9e0e43c9b7995e83a7adb6fa039930116f842747be01b1e95be42387e753d7a423202cb11156cf3d56113966e3937993d495346598dbeaea530b7a1480bfe96adbd95ffe7e17729f4ae7a74f887c36f8d0210e5a2acd194874f8c11404aeb3488ee2e3964704d0124ad6099f3b7bf0a72bd0be10bc00c76b8653006eb947bea403e2c063b44670ff2086663d44b82e0aad4c4b6d969c7bbb51c33d0ae8b391e70382ff4c0c05dacc92a0c611eb5c78881e3abd5b00c8bea09cf182d0d819b47a566aa738996897e369cc3203788f568945451dc141ac17823185d6a8d3a2b0c3c441c011a1982eaa6cb1b0fb32785175eb137286a2710ec9d626427a1f760c2c15af53be6dbd278b65f84be16340f0b5d84cc4946b3f2bdd547ccc2e05bc501c105e662745fe0bec1a48089d510ebcafd4991bd2e43df72672307faccd9d05fb7ef3043470836137554af117440b3ccca7a280285494f90dfaea60dcbf40b230271932cd3875b1d3dca60d38865ff874180efa7e056bb9f8b25179a623cedf25d376fadae3fc8428770364e65e317810f18592bc3debc050640ed1f3406e14414ab26343ba3f609ef009ff0a13a94506f8b14fcb453c957ed6c970a95f49daec537675f00567d09d0e61e58deef1e6c0f63739916585c1e8d1295fb2c886b88eb86a39c90c9b598d98b31e55372ee3a4b2c258f7e4efcaf81cd6a5f4c34e378f3f35b6b7160485d657a6b34c368bc51cf6f8b5e50ca13a1581794a5998c9dd58b17ff5a06dc9dbe013e3ab59322e128f8881574423c398a6c6ba57c88e1e354fd5f2fc6e5714e31493120e63753f5565310646fa727f6d15b440d328ee76c4dd7534d5071d0a26d8a1dae55445e71305b92f8bf141fb40c913b4c66300f8146a57ed885507d52b9503e33713eb4dd6d9e8a32d0fd85f992aabbd38600ccdac5f44c61b3e5c9d7ab482d60c88af9b2548860b343e7ed400a0430432075a1c1422046698ac66899c9be65b6c9bd8f689ba5a0ea9657c82fe93a530bb40320ed51d5f7706866bc218b4f7196034b08889972d55936c1a901a6b97eadcf3dbcb76b71d9e6eb4b47076667db9ef3b7d79ad48c787fa3aa026dd90e2da9c089e7a7f570585d71d89b93f183fe2229888f17d33f04de6b9566ece6b4ea70367c3437867e1d449ab31c8fa34063d0033191782c1704f60d0848d7562a2fa19f9924fea4e7733cd45f6c32f219a7291f47713435a0e346f6771ae5adea87ae7a452c65d748f4869d31ed36747c328ddc4ec0e486793a51c6766f7064826d074514dd05741f3be273ef21f280e4907ed89be301a4ec8496eb6ab900006e5a3c8e9c993621d6a3b0f6cbad0fddef3b9c82d36a0407972c96d3d88a2d082ad9cec520f3a0570bb672846be0d6b1f8ae376969c87424e5ccc21e44555ff224563e77667ebc9a2afec7ab445fffc39d73000ae380ca9374dfb939429d01450779fc13b18ce341b0e6f0d9f99cd37949f456d5b5158fc9b0cfeca337d3c977309f8838b6c0dd043a09beaed00a0a498adcdc5873192c3e2627cceaa89c010f2c418344da9cd25832c151888c3a0ccaec86e10191ee38773171da8e29585083770a4dc691839b9417c889f562af4363cb7d057f96173ceb8f38a5fc2e9b307a9d54783c6017617e6569a88417cc56aac439ca20f42692318be6bfb31cd7193b0baa7324eacafc4db83f3da30033af164347af74308ed0bfb3f67851988e736b4e96cf1e8600a4987cb3c9d0a057c52ce5211607dfd2910c93f270461633e771d283fc67c67af2f51f51dd9b9cbb21550640ae4a56742b9eb865380f1a69ede5440c8bbf307c7fea3cb3d97249d05c354340c8ba38f638ec7dc9201b1992ef4bff9aed733897a3ce41345df33c29de34188c05e5fbdb218c6098c9089831740c71a99222535ef737b96dcb7ce84a1fd7f29ce64c13957de50d4ea3461ae804bd46d33a5b1524f2ad21cab29dd293a9a76dfdda6b24a7b69ce0654f62160929b4fb82167c02ac1ea506d5a3c48fa8f418e71952a1839463fa66771dcb1e275ba9ec40e7038036e3a5d5090f8f73fc97a2fa9a0fadd4fdfea42bfeaf1f97c50302b59a0c903267ea2618ef566d3400fcdc14da31ee7d16ff208d6663ae1754b835d3e7f7907db18aac4ef328dc2448ac3ac26499c200a1ddd62748ec15217903d9b3d54882e6964dbef3bef76ad9561e358fc377e6e411235b7600a8d32a844e54f1cc7ff5e1a8bbc483ad3277d79bdb52d9718ccbbbd75816f6381a66b719204e0a47fe58134b5d638b487aa1839c6c294be928ceec76f4af2459c15e3baa021b69d25427e0009af2870b307681da391f33b4dc8efa72817a7ce02e184cb96c439cf601f3dc6b0d17e37fe44546c7dabb3d4f287a6a5c770f8c55b1234eb9d76d102d983a6ced2c4a4d1106bc3707b963d5229d2fb0975dd4cf451b1dd63ddbde6fd3876a15f950e000692839f6fc6dcf87c99b0d61a59e70c218ac4667c7d24e089240016c22439fc9e2c95cfb285044b1ceb291f219c159e15ae56b77ba530276e452aed40a5cdfe6085a83b81e197a0f8c745be6665f06b98666cb8ab7f6b237444fb0e1f4150701546c4cb24021c5edad30d9b31ddffdb725a105153305c3c62c97c61a71f4cb98516f167e20f1bec88ba889eca2bca576a31496abae38bdb027bb3cf22684841789e38f704311db4ca22beb07879d945499320eb29be81661a03aa3ed643cd70b686a063d28fa91d6ab4b8b785ecb50ed72a9bbce8e9c547730869970cd962ae067532939452478f2e177d9c37aee51bdc9bc5c53f8ddfe4d533f6c30c518f633213f56f92a17f72e0f31548d7e7f1d32091a3ef76d258a7082c5ba91ed4dcf70009f1e014a5da2f46f289a2acbe629d6ab23f20d4dfb7f7d39aa0308a8ad2d239ff2ecc6185df2c29bae091005cbee384a6a041a2dd843bff26cb42979af85ca59cb51dc26a17d250f322ff19e9900c3416ce3b29f348dd5477e6c68f2dd6fe0b898db97f7c0889854658d3408c5d8043aad2f4ae4a89449a36f8a3b86af51e346ebe8ae0e23cba8e5a89f5bd6dafa67909b3567c09d2d8990a0ac35b7adc26e9f151762cc53bcb34d9bd4cd8b50de89ddc7948da59a801199c230dbf84137cf0bd4d67ad4c8b263f68fcc2d98c00ad79ca2cb10f629527e1934b692eb1238a1178ba44a9a0b63177b14f3e07190f5ed37cd57b644b20b2ba988abfee2993b616cba0f569e84456a45cbda9ac85c26174997c8d213dd20a6c53e9f74813eb6ac55d0861354dbbfc8d114fe90ef7a11f24ca27cf8e5f3197bf6b6ffa8497b40de8d7f97255f7a58afb770ce775983500aab7e029f2dac7c27b8925aeeadf750745e07c0f100d896ab636fc8b2b90056dd007ae8397d51cf1675411fcc210b6bfa5219820afb8f00386f727be770699cc5c639ac5c379b68d4c753dcc5355009fcf41558e7a1f61bd33629666a0227a861772aad7bfee1ffff293b107e6d4d90e8de9bb3fb96b6400841e506cef0e2f04c9dde8a1d35bdfae21577493c3b5cc74a5c1d31cb4c3813442d45db9acef40ad3a4b5c0c46e87c01a1688d5a32215e3ae070a40db35041c1352bc6341ff036e831650dfe62bf8062397007437b4019c6069f36fbfd392b1025cc92c48f36981f78d303606d057338b314e735e5398481dff592ccdba7c887da5ec95346eceeb9d53c461bb0e5dbead5fe371ab93527d3321bbf6a95c29e8f1b8a74c88a38c11e1148df15738542e268d6ffd9405b8b25c9b8c5bb73b13791b2f8990aa44297b5f4a0d538fe0d2f873343455abfd437dd6a75ada9bc9d1bf3654f4303dc33fbe845ec306b98a62b4100ee138581c7b365defa7e1bbaadd01ffd37779a7933721eced3f8958a78bd78957f7042cd5d8823edee40f8b30ae07b425a3fb7c56986c055fe36a01daa6d94bb9d6579eabd3d815efafc2af0dbd371fb5da24206febe34a315f2739664c3fd3af0f81221115ae5fbc5b998b9492f67f2eba924851aa2e380bf32f640d0481cda2133f5ba7e68b98af87f2a567c7ec7edaa5a438ae3bb35b3a400116213835763d81e0afd2eee64d43a56c80e9b47f8b542bf885c849093066d63ac4358fc179cbcc03a3149744ea134475a2acf1362125ce0db4523aa633fc264af2cc53cc54e76216ba0f682dfb98d59c8f23f696dcba0c3258be98f0e274a09026582cac741ae4986905ea17fe3ee95faae14d181aab5724c77fdc9fd86ae5c8e36b82e873d0b41744aa95896e9ff01d9a675d3067544f53a5187e09724966539e78ff16b0a35101b16fe308c9167a84b228bf864f5f452d561b15a43c8a82becbf2e9add6fd5be653b85b0c9a4cf8f39697dc703f26e9307eea1c16b3c8fb69007beb14436935439036860b5e9dec08cc474c94c3459c0b7427f9c7646f10e0b0866bf082516d97eb4ccc8b92a3d422a7b9884a5825edfcda37474ccaf773c47074f4b900507551e97db713b2d931dfdd6108277a525fa305aa8d0d53ec8472a4fa0dd469d0dd000f4bde2a5bb8959ec1c054b2b665518caaf4238f8bd8d379e2782fd91b7d1530c139aa35d9cc7ffde979e65278b964282e96a34a0f26d148ad61d34d919fae52a3b993dcd98f417bd8d045ad5dc927f40524a4d32a711e7d5a59809878c318f42b6e2375b77b8a770475eb29c23eed7ec30070a17a220b869dc1c0501d81e583cca9e197100bdb9df0dd5f3e32655526fccccf4b7ac438d2dc3d0aeb0c5684800c0f56c76fca854f22791a714ae6df9af6ebf917a8c227009a1dd8ffc1bb86777e00eb6d234248191dcb9559683ded3955e086cc90c6468e5c06a2d4ea1b5be87711282ec6dd747a4757686d16d51e809e3d00a0af2b17da966a0120c20085419bd28552e7269ae133aefc12d346e41f4463ff5a707b3b83edca7c5a0615831160a79b9ff0a83bec6734d8e129fdce53cd07cb406130f208a6aa6ce70294e5e64a12d35c7fccd80a568b775e87844dccbc6b0cf91de70be7657c5b6e64392e2edca', + '2c9bdc9d3e5cf09addfcd9c3f24f6bb182d76c1d2f3b3ef502f4bdae674a6bdd797fcb01804a0aa3b887e4a2552cc6c8c37f30a032865e8c52bf27125b1225775104168f862d82d360ec9fb45c59712f537b35a2fdbc00deb399a47d799ed3763b9287ee57efa0515c95cfa211beb40fba3543c996c36c12aceafb98c8d6bd01c091e4c7fb76ac4634e83f137c44d6907e1322bd0785ea51c61bf50a50a32a416669f6c17baceed9714fb6b0a4d121d9297f992758e8c2c387925a7b19eb645db8828585de77ae339a31fb21914edb1343e072af8fd63b8f79b8f2952c98b17e3b4559ba2cc1337b37f5d70d4ba44d65529e73fcb6369ede24f584fd90905acc791839096e71c6dad105121cdbb9bff8e02165b7d4ef33d70fb2da5e4dbda66ef964ee1aab6faf78efc874f7487779f374d00f87f2eb42a3c255ba5e6c05df8d43924194eba3367c19a6c5469ac5c27f97153b1517111369c548eda5f4524b50e008f72036f5a30fd707ccb0d98ae4c4cf57af094b49ee52a1f13bdced8b34e05730db65954d3d58b25352de0eb025e9a7ff340a967b1a86ddba6bab5f98e0643071b40c0f934d8031f21f78411ece17a47392c0018fe02c010a47b953619805f43249bcadaf1baedd4dfb2578bc2675501c91d4936e886c954895afd0cda3eb2add631e7689ef0b3ccaae8dbd72772c3262f9ee55fe5a6f22de1e34dfc64b3d5ad9cad9720911bfd8d2ff5917280763d2ae91b54d289d5d3033aaf18734d6240c8e4696a918c8f139ceb7318fc62043b96622d285d59b5e45af018ed0fd8dc7c9649ffd249c5ec9e5249ebc2b3408f46ef474ec05eb9a98ebbaeab2c20ab84f18c39cb5ea7e1970663e7ca3f55a079d79be4facd354e336a9bc2e0566439fe38213076703a7420e4482198df5216766632e7bbaf9f6be5e071d9531c39089ac8ebca6ba78fe20ca055a3d23326f6e78b3aabfbd7fbb72398e45e7dbe1dac0d1c4264257506afdcd332daf0db42e66fbf19ce55e6b8949eec59decadc9078a7bacb9a2e593d51f3f556238f283449516a66bb344c74a89a5358b6c4f820130d2cfde900d4926cf47f463a07ba89b44f2597ff2179be57b8864782e6914aef9fdb4fbd2777b45550d9797af4f2a19bab792406981ed4267bcdccdfba288f82f25e37a31ca3119f9bac6662c1711a8418cd916e228c749956c25f09ba2e5c61871e5c175af718c03760a38e17a652f1f99b76923b430e24cbec54bd61233fffe0a413a66cd4585ba68e97594212f959d07b3a1f6ce31f5d6da4644749a7b8d27177f4bcbcdb4ed68b9ed850eb377c403fe5626211ed06a79e930453ce1c457dcc1285e6e56c6aa53909ed117d943a399a526606c4b17297e1309b5f79016456430c3da151184a5c31683bf773b9d1aa625adb8a1fe0e1a2d7f5bfc6d4e793f098bd82789a5f5c6027324b8f5808c1174a6739486debc26cd56ad8266c4f62d11fbefad92bb22f657ce09255a501970494fff5de5942933a8bf88aeaa9a94f7c5a791d3f7fb111b094fbb6c6e554a1f6e48d97c84c75d2a04e373ea00775c866db84503820ccc1e6120c1f7f93429072bba89572b2061f42aeaf69e320354c0515594a5f9975be8a766a32cc398be0ec7cd9758a4463c7762fb993006e7868eb8a7051f2543c460234cea759327101d8ca88ce6b6e3f69df33ee50945cbfad9ecd520daceb9116d1cf71d393389271dc074f068289c984d27dc6191b756b78733086d3ebca14af9dc92c4df69670bf4ac584948c31b286f44fd96302331c581d66875b4b6a275eba94367d1fe69c58c987d21ed4f08b1ea93c80a4f52042cb01c1cbfa286649c2bcc328f76ba365bcbcc0affbf940a38a85c6647540d76f4fb4f4dd371f290c6a08d89c3366477d89b8f286c2659cac790e7ffd5a91a2f2649b5223a8ac3cefc34336d8c79c6d341e32bffef8a68f0658a7bba3ab441d8ca8498c47b53c0c545ce080871a7a6f3a08be6b6105387231b7e61bf00df4c19e6933e5a1e36b31ea9565282fa28cd7efc7a097657e97f0bf054e237ae910199845ef00dac9a628030b55a03af65031d5e9adb664db51751ecf4444acd312a01abcdf505ace79794e3d168b219c40f78cdd2a6af791d199d1747cf1fe4298df864c89769a6841802c993c3b7bfaebb36510ab078638a4b967a33cddf7be0f327b6371c6122dbad71eae3b53b298ccd00f22a43ea946577e51ca184b11bbe2335a902cd17a95320894faa8466e0c40e7db91ba52d93146332057a3dbe4a2be7cb4511f2b0c25438f3ffce795f6bc04656adc31e68e801d8243ea4402d938f0591934cd357f646bc570239dc4f52e63d32d70bf8c31c929d63ce09d5277b52462e9a9cb732cc92755c61d1f55d1ea0baba3ddb7967b6317c98bd9044d48cdc724b62e7e869cc9e2bab23800bb256558796e91ceb7c3e453b6b1420d45b4d96518ff417ac257ed3a5ec502d6875826c6a6de3b494293d36a383daa3cfe546e6aaa357124c8e6b99adc6f1c052cf2b4f2ce7318dbd973a6b7c8917007b990035472e93c20fcb1a5909e10d2012e8d86595addd8eadeebd4e8e24d31f21a002eceed9b10d3f05137982e6ac37f0e711166c67ef9eae554e46a0fd17e80821d471684cb8dd2263df63e07dd6ec33f45eca7bbd6da706f476bb7cbbea437a45ff2e7d2eb019020e057deb4d9427253948e988556190fef4bc15e8075518bd340a89f428a2a9252d0d316bffedd00cdb56db5cdad241de7da9bdad895f4f1a157dec97e19575d4e980e6273aead031051109bff2c9a1eeb6c41993e810d0d910e1be2c029164566ae503e8a7920ddcddffd978454d9a76c8959261cd7083424fbd677c329e60f5d7c4f276eeed70558baab4517c6613bddba491e1df88509df7994f4f1ac551f758a61a99b603e1e3389a03103f1cf50c157a7cd9c75f203133fdde6d610d1da51711e319a7dd49cf0c552c7e357826aba19ebc122cfdd94729727c9db07fad473990b5bd6a828e622e65996307818fe2a598ba54b76b6527017f91a8af21e925e9a8f84ea7fa9ae1c752b0875d4018f94af1dd6610b0aa19e4ad855705fdb9864de31495054e5397fea2dbb1ddbbaa37b7308c12ded49265fa83c0705b1b06b48dc872572d85a3cbfcdf81ab32fc2be515dd311ec9e004526a89aabb5881b6f5d2df785fc7a771c4e890093b020b854b8b8033537bdbe7295d47ab02a539b39244b18f747abda4cbeb3edd2af6ee9eb142a2fa7999cd2533fa462c0be94be3d30ac51f5deecd26282d70643fb5af605f61caee58cebfa5b56a0d939fcdbd30ff4da391e3cce2de23d5ae0644e856b19c118177b7bfb74ffad4244a86f999816034d44bcebc01b4040c812bff36e97bb27a4efd6017c00b496114b78814e7bd3ce8dfb7e665349012f96f3b3a4872a5e7c3b9e8197cdfc1e93864446dc6adcedc904c3cf270825a96c5029ebbc5f81784154aa0ab971e5923839c58fcb9f59b8855a441bc84f4fad897c2bd4b5684b9d0978a8dde0f84bb3f67455afe92c60c875f6e300a4a9059209836feb1a31d7315720017798c19d0850ee6b43cfc290923d53270a56a605db6efe6cab753cb2d99cd35a746b8e67e3ca007cd7b9d247aa2df7969558b6cefe1c65a8a230e96cfa6d1afa30b38f2aeae44300d861dc2474da7c983e155baf8eb421ba4be7e874182a5f87591b746492123eadc242508596c52ad261372555e1a8db0825049a56b75739883a0dbe835de65bca21c5d0096470baabab187420bb7cfa18aa117f935c9601537004ce25c2d312fc7376cb1e725f84aa7843f8ae5092f772678918988c496f9f878b33ca455afcab33dfb233450411455543f36d65ad6b9bd9e5e5f4ab03dcb2dd1b8fcf7a00915cff6b15f660e0f902de9324ec5f0ecefb6dc278365d37c1440d3022c3c5464988129376c63a88a47950abed8991598a17bf894fbbf767c5b98463ad35bbaebdc32a034521566d9c0f6818bde3c0e025873ba4cd142e065289df207fa3b1ac3684b21511a638f2583b91442679526539b06ecf80dd55b5e04b79f12a8c6bc17c4327536cb346d9519448c8b7c8ca4b3f39c543fb55f2d8f754e1403e5e3e70d7951648a6d7246520901b00d2409cf49e79dbccad3ca9f2105ca1a81b97ae5cd0e0fb5f509046383db564a7167f4f13eff71ea416efdf93c3c9379342d74fc800bd33221a5d20c5118ad205e4d3550b9c381a64a8fe08307a111f9c548b7754ef907a1b34cc488e4476dfc7ddfb534e3bc33ba903d5b85abbcad61dc132c985e5e12cb5603c22163f0fea476245ae7e471f0ecb98056465015cd7b2094bbacd9c55c78b0d4b41df69cc8e0f0240db0e36a21066e60b90f1c35db0d3ad54dfbe6b34d6f69c682c5c7d1337a94e8b7d608302cce56e66c283aa33de0d1dec8cbaeb24d7a2ae11461fb1aa73809773ea27d4a7b0d1a1957d9d0e75dbc8eb516655949c45f9b2e5239bdfc8ce4f7da8c5c6740748a6102636a078aa16919641d110e011ae763b4259433014a440817874cf19b810fd4a77622061373ae19f3c716f560b7da2a7c73bc85b04921e23819b940e209621b12794af60a3a543768fabe37f003009a8c26f7dc91f1422d4429ed7f9d744cdd4b552afef75d241acda04ffc39672159ee248e602dab7192449e2ed4552995c258f00a476346e36a29a0126bc249040faa57c9380bdd74b83f62c56790920574433432f8d65c5cd185e24fad13127265c6a5ef8db4f114493d5cfa61d91664981408e93ad60756f5e84e4ee9b42b33024cf84a86ae4d19ea477414eab51d79d9d1537935edaf987e5acc56482efa0f904337204c835b4b4563925d29ae0f0ddc84ff2810a2bceb15e444b0f207e9ceb4b44aba06ba8172029c9e1b474b55e84c34f33ff47d9617628c9ea50eca5f3718a61860dddc2955c9f780976c1455d2cfea17050807a6e40c5cc27bc5fcc41364218b59f970babd407e2119be9278930dad53c475c7521abc5c987a3e277f2a402e8aef81fe9c72123867e8684c26f2b0858fc262460380199309eca2d2fa4452d3fe689d0f363ce52d3b4e90cbc8b95d7ab349f80a22dfcc09fb1718869c29451acd0d772af2e3626686915f95c4aebe95a79f5e9d15ff7cc65745c9cacda0bf0be02634d7372e30ea2efafc34849a7bdd530cbd8746a8d2d306bcdc26f57368ad1ffbff9e6ee6f7c11dd18f306e443c5ba0da3d4e1ba27537efc47a227c68ea0872d3fe08fdd361f4395e420fec76a815744f057cfeb40ffaf9a7cb47cb48ea24c2f8599c4dbd148a6ce83b5b65f66715b9b53e9856a845250eabf61c48da130af5b039e2c66cb88b9cb9a29b418d226355520f2b8b44c1be151a242a5ce80ac1f544c663d0a8f600b317a058e7038105326fa1bc05512bd0f53a7cf76f387a51a8fc27a6d43876f0984b5d19c1202b0536531cd32b962a609854270dea9409c3f81f853438e5df63339d006636acc96a4b48a7f967dd6778e5af4cf433c25f1eccf707936677d9616c54b1c7ae6e023d58946ab420ec8a1fc4951432b48a256a0bcad64dc4b60ef32bba9ac5912f7f8544808e8fbf8c3a5e1d4ca751d4b603af9fe119eabc6923205815e0e748b7e74af9543b0faa851f3cd81d2cd9fa0ca0f66f84f9f0b55ac3f1dbaeaeb639cee3955e5898be4a9fe2c1de50cb509056a54663fa9ee9174f946c9ccd2ab9cd3c1b6d5bd4ce2307a22bf5152dae40fd5ab9a8638d2f5c49113e9b84ba7c786cc836dad80f04c64a55a1e166fcfa30a9e185235783d4d2b5686a8679bccd7b7f3cdde4bd5263307981ed8cb904daa9fcb2b1bf2725b7d2c21bc034641c454b6c5eb794f2e513e8feeeb7fef78e74325e97e484bcbbfde4d8f4e7ad2e230b6f9df76df160103b763f64a64006e2f0533756c67bfc8dd1905fb988f9bd16486f78cea603ed1b0463a6ab6259d0487794efb800abd0e2595fbf334a21fb4023d467ad0bd3824d9536998a94513c08317eee853a1d2004bdd8612ad62ccfe8c524d15a436808ef177782cbe431316945989c851bd7d5392684ab66d322205555ea1e9ef7cb6549b1afc834f90099b4db6a627f4ce3d5cabce906aeea0bd8d0fcabb541cf0283a38c65d38e7cc65b321d7da63d75490affa691dbcbc3f0dea1e2f1000b72174845cf210ba0148b5f283158d1853d0f5b1f0d04908605d81a102e4366c489119e76a36bd8346a588de13f844c204c3faf7418c88fa558cc7465092a4f33bbf96c8030cca2102534cda470877ed64be0f044f0673ef066d3d4e79a2d2321b1d69aa99dcbd1fdee2807b8ebebce6ee2fb05d8bc690731d4f522df0ad44b5613b00f3a13f1cdc36d3b2366d937a6b2b897d678a554512e4d3a469580a72d9a8890b57ab9c4fe2a497509f662f46d6876bc4b6bd3b283b077ab2851252f32b5b87d73b3b8cecdfa2bdea1b0ada98a59c3724cfb6d0a077ffa4fb15b20f3c26e4c7f312b3797a0faba7fd4dbe3de674d48c2c16e9be544637f2fc7fa9a7b468eec9ed72c5fa5e0f39f5f88c12b1c6b0cadb3920d87caa224ae515378bb5024de3fe34efc5782f6ae8186a6a8aee9fe5d994ea720564189892ebf3e1baaf9c623ee557ce348b648f009fd17d994d08809b49ae8ef33d2615ca8816e2c90fe9228a0fc4a2b5ac74084dfcbc19c045671d9a79f3ec144069263c39dcdf294e8f2b4fee1a01ab43f4531aaf88e39260522921a658fe0b1648467281d42b7df3e4d8eb00b67fa7fa6bebe128d65f7236401ffb4f5c592a375a02f7e08b4c198880b7f5d828511e28215f4c1912d1f23fb77e71e56c62042bf4c856e670d5ae84f934fad4fe4a8065db19b5c0cd0f94d53ed1100907cd2b5ccf12fa04134c8f7194fc64a796a0613befa7b8e0735cdcaf3c94600accdef2524f8f6bb9e1153ec71a6abd9080175302e585bfc8844e3c263744ec9b1a3c1b94dc7a268878c45f0dc00c80505903b85343304519ae5825c2c57f101a7e58e9ad1c8fb4e028de42ae4c5e37377ffa13b58f33f334200', + '18df82a54c94b4569bbf2c4af0723ed1672615b9a8b7a67274b0e6707dc93bd17bae31407c026f197ba4e9cd3531578938cae5123d172cf4b78b61dbaceacc41c4097c49a0d63aeb6c97bb52b8771a82833e853e996036292039a42b6d97fb161c79ca8a5f16fc1696210a9f204c6f06710b5b05659aab5ad441192867d7b09aaa8584c962cc9fe020c93e7e16b83e5b2ab8d12f49cd75cffe2b279943b2d31397b510cf50ff0a923318bfb442c46fcad5cd4d83ec027bd0c4803548a8304dca0a91d764d2b82573f695f60c4b77ea9b9bd239caf741a5a54ec7adfb3f5a04072ca2414f90fed8cd92c8494ddada9716a350fccc1190db95c588f67bb037e112246fb75a31d90be62e39213e96f35e8316cffe51e3f905e9514c7890a2cfcc321b809f4b5e51a608f371e7a928cc28291bd5a72115830bea19999b01bd2baeb0395e62ebbe6f917909f70154376ddb51dbec5f034e36d5dd46fac798aa526dd4a5906902fa3ab5819753d9076cdc61437d9b8ec1361b4c0dfff4641b114cf3e6889e1b58b9bbf86ac50ed58c6f23a0472a6b9c21763956c16d11da539922262e0911dfb4a4f8437abdaf5faae74a82a50ae2f1ecb699dc40b8d89108ebdbf0f451701fe062fb7ffba4bede287c57eea4448af5e99d41c7d307d1f202af7f387f874342a29ccc9233a5c3bacfd754cb8d01eb11e2d43bfdc2828563088c17e618d413b0c3fa71666be5475a67a04803a8688bab9d038f6855537b4de42aaae1076066d00b23f4e1ea8fd228b87e3c7d3da2f42de4d143efd49f3b195c3240139452c70c41c05cedfac9ea8b891a372194d6aefd7de6617986914e2d394ce16307d3bbcb2f78b271e1bb19eba31c41d7f52d3f8530ebf0f0b44e3bf3421f96b9a70acc769bf4fd54e88fe6b1cf2b6287a7cf312bc788f93ba6018ad1415466fdbd2081734edc4580576ad943d3efa319f3e30c5908648342a4d0c431fc925a17913c622b10d793dc76767b0a77120b7521915676bd2896edf6e3707a3d8279f06b87f806a88dee508cdb536e8539a384790399eaac7b3a24e3631614cacccb6e9329ca6de0a75ec4e3c1ead8c30e722c425e5c1c9e0678cfb4783f676b17587a504961c67ecdeb20c14fc6aefb398056c6cd28765a7157d6b24972dbea0b29fdec0f437a4ba69e4c6fad7159f362d5eb4b76845faa63e02122ff37d80e5145ddada4faf20fdb7e313504734274307ad11a81f83f54841a984fc116c69e91b404dc300e95921393b55a7c52d0454b76f27b170c7f217d0d2480b8980d63727f58c0da05ca9bf7e6c1283c986a305cd134b5604985d9f6c1abfc0c4415259dadc3a3cb69fbf42f7e3ee56dcc7afb0b9381128336ba44963f160ce4a246abba462ccb2bc18f63626412da3677676fffc5c0d8a85c8629068e4ef8683b09bf70537a812196eeb1389e274fc0209954e16fd950f9415252eeb63a08c296c42767da970dd56f80a65b36638c324f78725897b3c29b6f8485f4c0c184173ce1ac48e66ab770d4ac097033b0d8b58d6c900d473876b96e868bc3b3cdb392b3c616bb7cdbc71a4ddda4229ef57d7160dd78a7864fb379c4be2c019745de5885dd2d67a6d284fa63783d167e1ac18d5333f0cf5de0c303fb962f5774104d94398cb9f56b3738399de69df7db06ed32ebd6c12dd2d4ec809b745e6c5318486c583d810cd4f229fe848f8c6bbea34887b22eb368f01177182ac27fe93b44170869574e55e7ec9f729edbd11a2ed81cb52fa48d29bc80acf232e75b75357c0191f442e878ae0be4bd763336ae338dafe3ea9e19174009d2373a4bbab948a84f2f8265171c31383f0691fd81ccd5aa4b3a6c851ddb8395320ecb56645c7cb14a099a2aa3e9775cf77579a27b1e1d1836e23cc2621c8d0a15a06c702007d97d3748c4f85389885d5534b58bec4c12bdb802e2bbb0836752c115a501b76268f561138838f0a16c25a168cd1f9cfebc821bc2e7daceb818537f94fe71f21430010f936f5042dc2b9a233c49c552db244fa54bd2868662a8f79645002897c6398a88f000a911dfcea622d6b2e7d88b510da0c52b269e2920245051328f6e1f8c761551c4ab25555d30e85e90ecf4b74ba252587b24dfb787c4f3e01c0c41c830affede41be46e4de1fbbfd693c6f071bf8042a48e711b1e5bec8194708d6682d1b8bc1014b3b345b5de4dac73f1022c8f6fd661dd7fcc242fa17253aecf6a88ca4041f8cb8cdeedbd1aa1f315da1b15a8387327f5c6790a760282c7d1e69305431b023686fc4ba676357f130fee85bda89e8b6f8de1cc31bd842559908f7a78da9d8f21fd6e83f06fb327a4b8aafc94fef691c0fc5e104a74aaec8151068b640f6c4b739570026c08182e20a69bca2c19d52894d797ffb529eb5ae79a0830474ffbc983c59d6169ddd9051f503d78f397aeb273862be4f24bc9d2f4e1f113a31ac08bdb24430b8a6f8a4ee95c0ca38bd707b1e5ae965a8258cae721bf5daff7fe5ef4f227fd7b4e2b805e171095c4458664c963b743eb05ef732a06889a6fc6792ba76157493b15a06fd531144545c0f45a4b6616d0f0cd6e36fe0be453dd8f09bb259128a2b5714cbd26cfedb7b27ecf3cca6563aa167953aae5ba390673c23e81c21a12969501aedcd53bf34994ef6590c8fa245bc67a4e23738a2d2ebd0066243f54ab9134174563631dcb97678355fab99cbf427b40ac552a04074923ba4ef6efe96a2f2d528ec552dded0d94eb2eef3eb5bb1acf7cfc947bb07dc24260278e4640c4dceb2409971704ce38b7774ec2aaedae311d8fcd85db07e7369382ae6ee4e35206f80c343d421ae59559c83439909cef11ffe98d9dea82da1281a231fd4e497849ce8bad4c4698d9afd65e8d98825c1459e12abb310ca9dcf2b73f50dde50bce21f912c338a706f0e4b79aa983f293a4656bb3e503c3f556338eca99754b72ca0be2521486e5ddf1d0981d166053ec25c0fa25797a92eddc7182d45a47d446d284249a2fbb758622ffd24662d248ce0ef906f0170a1c0be6193ddd41ea21c09e072a7b534af8b82acf00b70d4e23a1c67a2c941c36a1d7f9b70a45bec0b6a883218e765db9c1cc6fcabdef7438871fe2d0d5821784d6ca8dc792ce4f600547085fab1b7d8c733b687f34404625d580fa799c5a87892d6c28b741a7624c9024b40e2abb51378f9dbb593e59d19ab18d63e0db8dea9818254122a191a5ead9da0cd96806675f795bcef516acd50b8d8db5a33d8ccf46298e6d863cfd78cf54df893ded6d2e48b30e29bf77b99efcec1a764d1ce79417c420045e6e4b596ea39dafa845602497df2d3234bbf0bde33fbc1c2b041ee7918a62bc17d01bc64d18ace6a4ea7fd8d150219ed16df2a052fadb1de98da31827eeceeb4eecef5def5675c4b0671cb969b893c631f82fe4c0cff001f51414c46f63dd28602f267ed9df90d05725e754e57aec2eb3051909c101a35eca21d46acc8c15e9f81161a77106868005b14029c919a35ef0ff4e7db8526d8af5417289b3b9f1a6833e1176597dbf6a5883b7a6790741cd685120bf3b14a72cf2fd6f9fd98008e47e0fc65a07a7a3d5ac37ce6999d6500085a5305caddaf8ab4fb03c1b9270b43a54f0e0c0f016ec788d27f4d19009568ed5661dc4a507da8c6804589b730e9c0eb49c0159974df1c987eebb7cf012bdced41e1985a54db546d864558dffbc18d7f96ba87281af4c2f08f682ca3e850e470e27e42e12ff11711d4aa3619d0bc33cbfea36aa33cd643facda0b57dfc2b09de02dee1c92ae8781a331d2b4df60239354923c7f122ad271d0038594586e5d29f69a97df98de800f06b464063b6ba27273ee4a5fc14a0f4c0efdb21e3cea5c81bdf881f59a01835fb44cc7c43580c8608a68b0cab5ad7344d632f133f1c9471ba2c22cdd1aba1a1a38658e8d52421dc4049c304e63b7b6e2b24dc3a42b8da58e517219149f5abcc51f8918a026121b437ef32969500b42bc2fa8b9bd2e99e02026a2a73a9c75d3d6b63206cb0593493546080c9a1f2a9f27aade440d8f908f97bebe87ad969df7c5b8fac96c8528003016356a6f056834bbb048e303d2e41c4b66300aec1235a118744de0e3395308ba6c25c336b7769beedc83273e7d171eb1d991d174a3df685594a5eded76a6ab4a943397afa9c84d478c17712c029bff61657e5be5afeda5e3768d30e9e18560473af9583860cfc14c4b70614af80546e0b6300aadaaf2f278b68e5a46fe91e056ccd1a54f510f807397286819b1c58db638617e3b3981c65bc103daa3123e73ffc676ef731f0a03340b9a0616e46f2c38688d272cb01caa232298327ce0fdc398c43397420f41d223f56fcbd0f464ab0dc31d85e0c326065557a5f242df5227b822b24d1ac64975ca00f419c66648929cd49d2af5d7207378dcd77a8361de48d48e4d618bc873567c9ad17075be8d7b7c197676ea50be79f42e876bbd1ce48f84439f85137a620cd24f82805d6195be020e440a2ce432725dc940265e6527643e0f132820709801617b7199ebf413e2f52f80453bf63f051c399c3af5def97f683d32bb513f87cc80cb495dafea6a729bf9b5c8960b269ac5fbf63a01eeed39994a98cf143bb3c6d6ab542c27b90bf58cf95f04d997abbbd19ce8741129751b57d39fc3f7f99e98c9983c85d1f49ae43ebad67a652010d0c578dd9981f313ad1a54c24a6afdcabae01e6d0b4d0189b7279ad6a9d7391882282c501b02e06b57674a9ac2ebbcaa95a0aa502cd7744ae6ee35ba039e4705386033ea78e285ceb2b521a3bdf8bac0c181c8a05b2fd1611be8f7fb2828de698c040c0723cf37c0478a76579c208c9fb709f5b826b48d6e9eae7e34780573d7c59a3130ac179ae27e5db5310de186b9febfbe120fe42cc617b514e083c28bb29d893fe1825a0397cfb56aca53ba4d8201098e48875d23f9ef837879cbdeaaac7c5784b447052672c418138e3e29559a568de2c61d7df79cbe90057ad0b83507da9b9c035ab767e5f40c2be6fdad136567a3680542d53c00ed61486e02fddf6740bc02694def4c73c7e8208f42b42b75cce06a9097e155d8f48dbdcdf30dee3d473f444080fb48aec852adc18decf24dfecb77027d20d9877c7bd2152167061c469bde43a489d0f97dd200383fa5fc4065db29b573223b8eed9221ce0ea7ab66c7683ccd190999d630cce45de87dce0faa85ef240a43f071b08729632b3e32bf521aec576f0907d7b9c9a69d18e2dc0e355223f8b3349cb27db1557f079950887f3a697d16e68f80515ee3903153aace8ec6848dfe4294d3ada7327c14477954973d40a89150a542afd317b1d27ebec31f697d6e5c1c7d57a8ef4ce4d1d711a64299ee647ea5ed911decbf8c6c928c7e7fb16b144d10baa127e01133d0b6bde009d6df2b2f74cd1e33f2478a705d98732814fa1a51cde16283300bf39174d2a4358aaf77343bd82c7a9a4c368e2e6723912a96eb0ab265fe5335b9ae848ff4658e1bbbd31d69735e6a3b3a0b06937d125358cdf0c85cdce7008786cf3a66a7a65c00a0c95b9c43367b5b9d827a0b4eb1d7360be62b2b9abf239c1fd0139740e937efdac47f32ac173671e337691460a4a528ed1593bd43e924f9c15bb0a064909a2fe64ee8cb32a32424a794544d374d45c7ce19a2704ce79d1737bc9200974f0b474fe328d46b4cbcda5723bbf4472e21993b5cc7e33a5ce47adf8d28363d76f3cc740bdfdcaa9679098e6010c824c9c103b1798494809ba3ab2547e3cfebaafc35ef334e4294f2d14899c3f33744a2bc9ddcda68f2b436531ea577752c065d7d0a3df424a4aef46e0e15d9c3a01b4b7ccdfa09d58c49bf6b4bdc862cd931f10ecfdcb8d3815d0d97d09f1c02b13d167a2ab5826acfb58954b9371eab65e32829ed480bdb5723c0f716720540d91ea64d2a7bde894b8c46c7fd418b51409e4546e91c77bca4979104665b200e96247d6e43d968c17e325a0d7e8866bef7b7eafe49a666f7e82d003836a6e6bc67030e460d4adb93e64c45cdc3783b54f9e47ba89582540d9058910b1dd1d3eaca2edb6cfd3c8181023e9c6142ad73b3d59899ee433ce96e3baec6157288720a4e0c575b9a4b0509508dc06092749a4c0948a827e94271ba58a411bfdb274bab4120249a4ae2d0ad5fce4454397a298e137948fdde1fa75265bcf692ce3acb4e720ea591a5907eed9e54aab49e3aac1a72bedec8b840d4c6e17df716a23f6b542f3c6cea20d05a3a8ad575fa27129c41a56ddc310e3284986a4b95b42da1c65cf71ddcfc532f0d24a3a508ad9abe74c42a1ae39f268151375eca5503970e46d9583798509309022c876805373f8abff28f4a678bb799b5343d5eb78d94d17759c12e018f970ad3c29472ee3fabf3f85d3380fa8f28081b1f949d2faa9da7d24ed045baf1a580fc77597a161f66a69874b532ff020e490d49e2fa3fe317ddd238f433272f6517d6cb44d22f6ed60f2ad992f4f79cc0d90653a6ea7aefa9f00198ab5ad8a14c4c1d3ef51f9ca6909a29ec4b3b66b7e63490bd6f023308ba9afafe744141ffc17a1a32e8b6e04f1cd4003d4c6aeedbf4e826f789c62ac6c01b08dadd7ae5837b4e68577e3c9cd0e149683d2527d27153605392b5aab4b2611cb5ae455c45e4c015820d441514c46466ac7c53e6c420b839810f41245344040cabf94a89e59c368be1d4c8d4faa24cb8576b572c366269d049cddac799142f57363c6b78470254fe123e7af0b0e2d0baf39aad5cabaf0ec1086ed118f87b59a90ef826abecbf8208adbae8fcda1eb6fafb8ad51c967f0d986762c27cf402096e70acea99393c7427feca815dd8ae55d4f9ac5cd0794aeca2c13a3d780e40b51415db45c4df0171d8900de2a82f2a33e5588fb32cd6ab328cc06590aec9afe33658f3b6b320972196fbc56b40601ae7b8a2956666311865c2cf656a6598b82a41d496bbe8b075f9efbca1a9cafde8d7ab626de5211b0afcc158ca39410df1e0c2f334d3e9f116714f3d232cbc6b2c8a5a1269bde1f70b7e24e7047bd59bd5bd364f4e8d1b85010e3207ba42892a4e86312d296f3d4782505a1494a087b4dc061843545601cece5734a6e7a9a5ddd741bd3d2d67779f1819cd4c0b55cc0b9d51e579d6ad4140c6b2d3853bc0b6d85f437aacd635456025411b07c8fa36e262273a4d56113e8d8', + 'd9db535f11ed31c906af44c6b10a631fc6b004c289a4b066e3fcb472b5e61a1b6ce9d7cdd66d46cd347ed51c90cdff9e50f77a7b0c0ab1c69d46745d7620ee10388dd805807ced5a03a49e0dde810619279920e2c80438d38d2b9f467bd0a3a4644fbecdb8230eba9eab0561432e62d8721e60be66992dd7dc359df66cfd202018b7f2ee266991332b1b74df69ddfa235a0ca1d68dd27818b1ecd735f0b04dcc7e4eda3071565e0ed37a5250f596b64207ed4af3e6b501df35d7b3caaff012efbb9bdf5a41f25e93bd52077c925f7e7ca048c5dd184db1738f7e9a7f52c557d2fa26693640467709122afb2be6423a1b4ea6795ccc9f6e1ee869f51a813704be6178e18a145992baf98b96259946d265388ece38aab5212668212a64e34f01f91818ad1f653398ec9bfc403154732ea387882c385996b3d4362da325211436cb488e37bddcdd6fe81f056119bfd2371c621cfb26824a0a707b15c625e28f8c7e1963e62b205e01f6ae2e61a3816ad31af2d3a3c8ccda10425e62fd2bcfc6e959b21e2133dabe345d7000a8984244ebe35e348ce6e04dab91089baf0190c337a33c47529bb206f2678c029ebfac6668c0cfc81f4a65abc5a7a148436dcc8e5ca5de67e02c4f3d225a2bbdabe265da30f96d15c2bb04fc45ca50f123382b2d42a7c10533ae5a6bac7f74b738c715a82dd65fa5de00654913433d1fb62a57aacff00ca9b3e97a98771e907aab3765d6459fce00dce22f99175a9159640af50cedcae8dbc8a558cd6d7fa68e6efafc6e629be1ac22290bf53956742895a2b05c837b7d24daa99c1275e9df79e7d884776b13c1331a9da06461810d13b1b82da1784cf20b51beed6d77a663c58099a2fa484f951d2b0597ee772185a2201517e3b685701995acf3e85cfc59f9a00400fee19786f0bc2b979b637f035d4b81142b246e1ed40e3b578a0a34e99eaee3468b1e33bc3637d549740de3b0cd98c3cc80aa4f25c62432c15b6a953d3b14fc1ca9e76a5e7603cc54805d94b47970a5e9ea306fac77405bd86464697a58391728612486953988d862c83cdc36e93ced10719e17dc6ec87c45ace1f6cb7e85fe15babdcd88062ec0185290015ea66264eb1edc8fdd33265eb03bc7865633607889bd9a8860655d4e2028434c55374cd222f8d31fd64ec0c9bf1a005f4302324c2c71a3fe44de7d4822523b05432460ff5d07690fef4800851d5072c9bb706343a8dec1795dfaf677c5d6627450f608b2435487a652a74d5970e5070ee6075b25a20cda3fd24030a3b2be9ee1a234abb57ce6162d24f60e0e61e2a575eb4e83bac504d799cc3994949112d9936466b0ceb1c6fcec90baad6c974e3645f2cd41c9b6cda1cf736b881109d8fad3bc1581c68afa232bbb7d913bbb31a1c7250dfe1c206f1e29ee6075e4c21ae9e9d2c88564ae8c7132d0c622437494ce43aa952379a9f338ef66a0c4d365df8e1dcf072472c683d048f51ec84c6b7ea500a9ed16a9f960d66802b1dba79a30d1b6db5ac6b679e827b7520ceb1d47f70e484b9e4174b9bee0ddeb1d242708149afe1d4ad3fa70c25dc51118f37fb107f161b72f0ba191153d96486c051d5893d13bbe5eb30452195cbb57ca483a51b736941628dbfa286ed7db4224e84f31b55eb6e51fcf9cc8f60be14fab5216ce0ec52990121b4527d095f401cf34873c8329b7bb138d8c7a60527e1e427adbd11486684c74324b35445f28acf4518b21041a8668c4569b0f5f19dbef17265001d2629973d688d4fbd11dc16c1ca72387401a6a13ba939030fb4841e8b3bf3e074f3f032cc085a8217fb70568ce9e1916400fade57baa34843dc8f6319dae6d8a9407efa0bb918e4e56163dc9929e34770be3950591054fb42c7f42f35d5aa533a7a0a5f74e144f2a5f20b0b6f00f3b52a97c6b9b840aa967d0566f567c2aaeaa92f46d580276b35ea1bea8587159f74e23c476d1da2309463235c48181884f965de98feb5e1f829224d96bd69ce4301480a100cd1db738f85905889df4db529f0e6952daea77846df1574259fa18ad4cc8fd4fb7d42dff264dac04d15e8a7d6eaf5b004a2ee781980f227509115e389d04bfacb888ef24781714804646ff99ab47a6df65b3d540bb86204c0d6c1c97af3bcf5ff8c0646f95be23432334a16dfedf34385300aa8a7d5f3b0f8e90bb932b7515b09e04f4aa264ac39791b0d8c30d7eec523c9dcf2786a15905b307a4f4b9ba78e7d2dc079bd2c4dbc2b8430c61832cb6774713aadf7f546477a5583e820013e34bbed1050c4233530dbf74a51006f17aed9ce9a57a108143ad8b0bf005a9873b25876a57c31e9f13c0cfcc0b983ed620fd64a727bfe02fdeef8ea824445b1f69bd583063880d1102230fd2a7c1d5e291efc7d6977798661d85d6b84108bfe2555b57aa9225b78f0a7ea80edf53701eb30becfd5f6adf2ee8b68ac3af197dd8e747ac604c60c5241218c1081c15ba906f99fca4e6605e9027ccd34fd53f3c0908c880dafa03dfd5033a8349c7d05842aee01e539421bd93c20dd8e61d42a47e9e28fba102d4acacc32c1658464cf53c56297b93d174a340a1c2c20feee95e3e92ad443cce9cd5b03b36a1bd0351378450bc3aeb0523b89dad32b853b0fd1251cda08433c42201e953a04c0164a7c62485e185e498f4a5b5cca7e338cc4767c03649e20f4e30d960f4b141abd3154b24dce08104f3b0128de7676a48a88c0692b4ef8756d38c051c04b2a543b7656e8a3c0058d67c1fa62fe7bb760bad9797cf31db9a93bbff2c256ceba351785dd6608f8a32df9c080aa2b2eb2f08432fc17f9456444b6d51f68415a4605e7ec62caebcc636a9bb34e6ee323fbcc7d31b2cabc5a6ad08534a0d40e62507f13067177aabfc8dbb426ce11c4dff46d0c324815bab13fc51d4b21661c6b5be93f80a40ce44745e9d9776a332ed72f4ac7d12689530e75aaf5850bcf09f9eadcb3d754eb16f75d2d8241ad53bf9e1efe267ad88633b68eea947eda4f45826fe216871ea2c144911f350221f3c59945efaebbc8accb5e0e1c70a517975d996d61ddfc6bc451b3642768254283ff5d36a7c700915d984955a910744e17c0a3660480b3c6b066c858ee9247a994bb5e63bf15e5ad29091d08290a78e840fd34dc129549ba077ef7e1cd59d5a19698114f8e11c7869fbc4d8804b52f60c391c25244923aa029f8d6815c255bd51a041a7cad2142b812205f77d4a71461effcd04af2ede323a862c8da036b46ae8f8dde5d84ead3ac20b3d73a1166a44656bce338a62effbef34b533e6bb222b87793d174bdc4f6fd6c052951336a7b9868407fade6dbccdcab211a30ed807c6d62c49844a05629062492ea5fc328e6c2c5260a0d3d5af70730726254116cb047c18ea76fe4f4e6611acb7eb83938927fddec26f90242eab913bde00a7fbd6ad224506338e447cb988f3d7aed1e0ffb0a12f13ad3ee1a348cc57207e671190896fbc8604236c5251722675380da158d0c14d3da30495750dce61d3e5aae0625f0c845331e54e39f5754b79cf605ffb4f054126990bc70cc33c64e17e97efb2f9a0a55302fb729a6f396ccabcf2a052f51412b8d67affd032c165319157c6e91dd42870bf8e60db8567905247eaefc48a97c8d9a47ac62921036eab6611ed7094501491afc5a16600a7c0f8b771d1b9d5356c734933a27f59aa863744eeedad26bb719e1bc9bca1a7a003a456aed0999f97056d0ecc1e3aa35fb6bd75164c0a9abe487e4bc139f644fb613e6aca73cdb0649baf3b6ebfc2c5ca05253fb095eeba00a01b87d6a1cc9d5fe2af3cec42bbd045372118400f7f87927b57ebe44dc14c2a815c17307a8a7c758fdd143dc6ccc7e2dfabed6b95dab35f203cc0dcfeea19e3f32942f64f9aa7e56fb13ae586685ce29e350116d9390fdbfdba08bd2fd3e9d4ff6a5251a563e6568a13f50b0bf859ee79a79d6a640565ac19ba09b269e384a4ac078d68064d0371e9ec8ed7dbe284ad7ae9098fbda77b7a7c250de03382b1fc03e93c64f9c0c4dd93224d728090a5c8a8e38dac6c8519ee2fe15a7215183a840af6a66c0724f342909f7a04826886e60b7e71e9fa0909af39d8388e970de5e3cb1715a9b6e1564ae9495db467d4eeb0aca0fc6fee9a1266a2f0f15d42ca7bc24e35cf42915fb69ba50a3eabb93ba4cd92327766d09ffbbb7313cc069db5c3c899361d601d07daddccc96411ff0571e6c51d2af629828d55b32810b13137879eb604472be43f8cb9676e180dc2991da34e475d457faa90dd6a17068884b98debad8595ca6d7092d67de0a2c7896170ab349a587e5d7fccfaa0c8f6b020a19e5884a34f664003b5de16094a68dcc432a77ffd62c7486908555e2227548d58828d4544bc26e65ebd763ad05818432a2a3e3857c548cad00e96ab0fe39a51470131f8522533e6eb7248f21d13fe47fb21196692c72b6a1ca464907770aaf6d5e3eca3b4d2b4c8119cfc45d8c4436fa0dfe01195b195b1b59367144017ad0469ef6850520bd21537023a3ceab30e447f2c3a4148cbb02504a2483f5320cb016dee4a061418b554c76da9de3928884d01d0cfff935ca4506f9baf1998d32b7748a93dcee240840d28a5f133ae6bd9128e9248525eae99ba5f4443abf778f6ed62e5e7afa4cd68c8c272bb4331c3281b8f3b4d439107b6e93d67adfc595653ec236df0b14205880efd9caf17ab7a9df16a9385d914b023676fca9514a4b66bfbf30801dca4310d6641ea74b602d6621b8962991ccff109bc5f36a1fcc2e066a23a7dc239b3981e59f625b32820209c2152703014ab11906e73727cbb991c6b696095dacf5584e46e84151376eb9f768c2f85f3ca8e5adf071548cc5913b2a2d9cd18f2a6733b862d53823da74d9d16e287688a4562121f0fac7e3adf17e93479e9ceb1c7f6062d1ecb34d8c32d60a4aec2e29c8d0d82770ca0dd6d548c0b49d11d7ec039c42d01ca55f28dd37231497547bbd1ab79f21088582d0ec05c5e086acff2c604c7f829b8578604dd06582cc180bbd3a68ca9110a3e36c42c6e2b9acb69f06c31e5afce703bb6e4ecd01d7719d4a9478630f1a31bb9bf389faab9277c51415ac70899177b674bd505b8c84f06ab4fd8544c10ee4231921121f852d606f1ad37ce17ff2d60450d8132a6a0de0f6e732c17c74f19070e75f8ba403ccff0affbab4ffa2937a73bc38d7a82ee4cbc83deebd78bf64df2b93195736ac03bc2f5f56050995f5ed9b337a4e634fac1955358be9c7f4db18c988e8f535e2642052a61fbdcdce9ca7d142f6c7ca50c642346a94d6f8b9c6e5c14538f6205b60b40b50827f8ab0ea21bc6748d46bb6c5dedc5983f57972aabea964a3ca945b8bffb00b28aaeee180f3b31ceb04c5f62d57b36ee3c5d8b4091bf84393f2f077385bf7226cc058d4d3866bd047d957a35f4560273ee884f26486247e93ffd34308612732e960670f64623d2e09b29f22ee10592effae0cc24f75b4822e519b237e97f6b9090b77f5a60fbd828b310b195c5104d2a0b6de882c633eeabd98d6bd0d78bc2156122a3c3af7537a56c529db2c7009aebc7388c87de71a04ec261454378c0e185b14fc2775a19571f6ff8a0cc105ce3fcd648a17c679dc8d1489b2ad7f3a52ea82a44c5bf8a6fa05e630aa12cc7ac8f23e1a50da98840cdfd144501d571c21246720b95e367007b29f18e871b157906299058ba566ae1179ace66b28519a0f62631ac182b18534e49c18e3cdf2249afd68a688ecb35080e701e07242f14c64011102d38dfc6f082877a11a7c015a7f4f178dd734f103d1a46aa2f411b89bc5acfb698dc46986080a9c420b00816183c4401c0502c2309a3e61de6f091a10baa28cdf4eca9b72aaf7749c23ffd4f26f095ce180ca897f311161d3419d8843a9ae4fa4a4f504ad676bbaeff3ce9e55876ad86ed910c9484cc9f5222a43959d190cae7a1ef837aed3f3b9edf8f1203363754d247c6a041423c4966b77afc4859f6a33c01b38a6ff671c0bf6b21c1cf499b515a2f93abc7b7c9dbfefc81697b593337a07383ac50797312b9aad83d71180b6ec5ace0774e6bdc1fc5f7a2c71759af4ebcfd473345feaff935a59dd0122ced71bcc7954afde5dbdb60b2c66047e1d2b038aae765780e8c3ddb6259c0da0baa23e6879b6dfcad30d87a35d37a317a0424bb7f4c8b0e3072a552ebf256f03fab4cecf4d828744b41deb986b35efdabad74ed865cec32edc9fb434852da7d5057b4751635c28d4778b5c5af4c54d4fd356678c600d20accfa05557f5f94a8c415222af69a856e2a3c2447b888a3def704c301472183be556b8c319a03cb9a254f60b29bf0b7407cf4f4e7a74d95422182523312a548771085577ea024c97afa6c34b70d1da12ac30aed4c868570290318ddb32e76695d86b030e59aacd471ccd467de550b8b5589e5d71f5c177dba262c2a2ca37a2e973e55dd0e8f8235a722eec1d17aa0bce855ed7a0732eb041e112803447a9bdf4ec0da27a0878e34438424093884c67e0cb08a9ead0fe94d7c4c722ea3babfc3a995a9d6448bb8186e7add09ba7c6417e921240ab8fbf99ffd607473f26bd023d14428b2a1a1e82b4f8d8287006962d0a6302387d1ff0344c9d4949cd995b547ed55c18260d406b30f44794cb253a7f16c65efdda021ef8207303c6fff4156772651db102829faf9d5282b2077421dc26249f0d4cc6ba5a2dffdd3b60d779bfba4bfdd22a2aaac45cac000caf73fab8bb1638f33fee50deb7ac1c137aa3d6c1a8e273181755e05df15946114db513993803b32c4dd9610a700076dbb7f9db11e0c113ef54a4deb0ee02cb4c4cb81b023f85a434d1286941c99544109349e524d48066c46c980471b501162a36ed6f6834147289744bd82946b32a4eb704837f0678d233b99fe024e8fcad4796d58f4fb828a4b6a1c44c355a128fe27dba4494e942fcb9d63cf02efc5df710e6f0f92d3e3ac128e42223da761bfb8861eb96eb1f573cc34cefc314619d8a0291d04b9528d34e7ca5d5fdad4d37d38d0e1908f5fb2e18fc8838c769bb43ecb941f3e4fc1a8aa31e71504812321ede7cdcb2f95a1f4017a212987b835be9959151cc53d685b9757ae14171adb70942d4485a066bfe35cf60669f6e15d5e6fb275bda26c8fcf82c3e4ffa38c45ebfc73ffb7ebec01a6796c41ebe0d85bbc4a3e7ba9dcc37e2cf3dc5481adc1a9b7ac1fc408160daf66e04298564d857701b164f1887b297c99720ac5403fa04fff2c9b5c202bb3104a1ae2d45345d0f9552d8f9d048888d33e88b5fee460117ee9054d8fa831c56d7baeb2bd89d1a128df452449', + 'c0a4f347f790b9985d95426bd59a30eea659a0d77d5852f8b61a0a14d79635f25de8d0afbc478658a13718b97aff026f385e5c45537afebd0f19e7ecff13e08bc7085c4c254ea36a332d2f84e64f56abdb722aba53609ee57c21ea95f26f3074856a5fc33d8d58f49be14f75227074ca16fdd3de84f2799b829ad9b8b8906ed21f78a1bf09ecec1f62b94033354ca4f37167205aee19d905abec7dfc5a60e1d01e98e9e69354a9120f1fc96727ca2e4e7518d6d699bb044b7e7f9e0adfc6d393093400e0e2abd5f62a7ab4b901d15904a979c0f98ec1439683bc04894fa98a4668b3af56fedbb9f23b32c7d0ca4b6f3d96f0a56cd414de0e43097622b2f34f0fc47dbcf0f0ca9d2fcbafcb558a1fb620c2e64cd7739a1dda45cfbd7d118b6a16a3faef55bf62c8d4615887ef493577d6b7c47ee0743d48231177a141735923849092122e7389840a8697c5471075f986fdf00332dee4a6103067ea17e145c28110adeb22152917f9c1d34b05e6c786591ad4a373b97780ca290960a662378e34adb344daab29cac89a75e2d0d413647798d6264c0ddd1e7884c4cb97fe17d0c6ee0ce3fd4071e5a099e35250e141dc07ff605364e300c843cafff291bdcdd15f5b209034d9e9b0a84786632e15393632d5d9f36442c7c65382249e3da841d6257d571527807973092bc6dd1278e3ba1fa4a9cef3331a5fcf349a9742c65c2a43db1a397d3c0975eace0c87a31327b0f7f337acbabde1dddf69c9a54a200414dffecfc3df1681ff74b6be2a8aedee5fe14bed5560e80486ada71990fabc22db226ce07cf414c959ce6d468e6f0e1e10063332908ebc6ca35e79f21ffca49fc833afb32c6541c9cb227b0a7bf87fa10b8d336e27ec42ff7b1d64bc1cf8e061233a4fb29bd9a26a9d956674b9d0475d989fd30ae02181a65810f2df4d9576523461d24390f941921651b8ea0f9d6e3cff649c6c84d6814a805faac37a7c705942cec2d0d46d252a7f7ef8d64708fd25870315fddbb24bd13c3314d06d55d55d97a9a6c030dc561b2043af9f27b8fbff79a5c725ac5ee625d4b4b96fedc7ae48791b077b69eedd4b41c964ad785670b41d71384dc1815a2c90092006c17a0201314c6c694a4cc1a42a389f680189652bbb90f2dbe0c4b0d0b85bd2ffb217d97006635df29a9e0a0d23b7e9388cfae04c9b297d39d2cfeff793d155c088463c7d4288627e208bc06d736ec885df50ecff05655fcd5e491f8b6a9433b30bae31102be50475a5bcecae6386c6b7c4348e2c406c22014edb497385cbf33e02f8c3110b9fca3ff1d996b73b276b36004ed0bb95654d3c692c74972c9f1ecb37cbf76828e13d44cc89c47043783e6a5e45b9944c7869e576e5a8dfa7383bc170d0d7fdcbd1e3ecfe7480c1c2a2c7bca5c251a0adcffd663eaded333dbdd28876af6ab83b9747a04e43d19202cc8e929c6ca1c5ff8f9126892d4c7b38566c88110fb882c25ceec6869ec0cb491f1c550decb0ec8ce3ae8d1e0ccc9fde2d90280898ca41a64862c86c2c5354e0c3f86ebee987fe9af1db03c7f376877867c6d325f3a7df30822a0cc99694150fdfaa43770c2ce172e1a0f04a8a501c4d2f96ee2ec85742a833cefc64838bf71d9cbb3e02fda97f5cdc85bc70786544a7ab89e2ecbee3545682d6fe079c3fe05421b2c6266306be9f0a13cf0166bae8cc032617277e52fb8198cb7c7889b8b9fa971742aae649888592d192c5fb59f10560f5f5a7b0ac21739c35dd80f1fe6b5825731c572f7cc4549c476b84e049459aea7fe533fbfaad72b79a89e77d1addb6f44cbbf5e6a65a5552fec305bc92ced3c84b4d95074387c71184e875d413f65c2b2d874cb3d031d0da7d0311383d72f823e296937d8f97bad17a62f29ef1a091f39be8233c01330d5c4c9170fc501b5022ca29f605e6c59220055f2585bcc29e742046432c41475301f4d7eaafd6b024ee8d6c854651f99925ac47d72f7d43cbd5430975299855ecf0fc3b46f9d419bcaeb2c90ae9d71b1509f782d0443c0d603f8d997fdb0f461e52ec274e84543e608bc2a74b9581134ff36e78d86dff07a5d9845f29ecad00324f4d02c8f55d0758ad446e12f356c98f0c9a91b752d019e2ccb2c13d017b6c700ea6347df7f85ceb3bc08525ab5e251d7b0236349ab62b5e3f9f2881c57f721fb87f2535302c25635dbf564c64a11040692ecd19edba25625bd1fdbfddc3fb8874603db848014a063dc84851c6287041fea7c02cf5e2ef3647d2a6bdf44fedf46bd2e4cde87fb31d0063c3fb7bfa2f6861f47536573872222c2a8d44b02932a9c55c823eb8af48efd1182f11281f33fdbb9d56febec4946e325f181bb95bb0f0a9877fd15f98f2c6d670f55c78a06648332bc94ed08d3e6180fbb10cb8ed51103fda434f864297e837f27ba41084ae91f22538ec359b59443f86bfdd55e5fb53b0dd367fd4b6209e1d272ab09bd3f51f20130aa196f6cb5f9686aa57374d98ff2418c02bf2fb7630b0956a4abf95223be47da7359ba77efaae85d942072c0f5dc2144a1987197fe617c6a43824d31d2d66ec7770ebb5585daf0ab6666c8b48b5b3583a123c1925087b423e437395ce3dcfe8e21a2f2843d0c09ea88a0f712b4f1f6cfadeb9024fdd038fa23354e11db347f750fa0e08269a09c8177897e6a0722dd9f045a5dce5aed83736d06ec1f2d6f5a329d9315ee804b3106bf6adf38f670526860fa8b0cec321c264e26a3c35ef0273d57f3f317356e6fe0dcdf99ee077d0db23036b85f46407b69330ef5ace4695efbcb4e18aaed8c91b63c522f17be7b6812eeb96633ed9b29d2a83a624a523d7a04640bf7081d185eed6a5d1f44802de9f118dd152946949fe93a337a1a2cef00ddcea80ebd48b41ffcf37adae300f71bd33b1c25bde5ef462355849daae8e07bfe47bcd038f4c26d7b4415f2719559663fc21148504fedd50786a84d5afad443cc8bc4dc19b5d5cfdee8c8e67ed1d761ad4a46dd9ef922950c4a0929c8f71d00eee72a92cde060af9e6e0e37792af38692301765d856103ea81c318373423d3bcc068884d418e59540304065ef25306d95101d61bafb591a7179bc1ac880a74cfa465932aac3f7095acc29e24f35105f1c66c351b56d4fb0eeff032057170dcce043072cd085f78444be053d27ff05f39eb0a3d6460076aa86f8a164ad99b33414792cc3e3b3798ea4727cf6e7d7a3c3926a294fdb79606fb00311381a7d4a0b1d55349832f0ff90e085fb703d435c37ae0fee2f141c9f6910bacd1b4c3634ba5163b92a6ca2fc238f650b6966e6a1d8382e4d045e8e863f2f6c4f9ea14905da572114faff6de1cf079c17231326071dc721d0503923a74a42a41332c84a3fe39519f27a49a652fbff97c93db0861e80e1a712a332908523110eb2681fae355ea1babc38f9e0c222cde47c29dd8b3aaa0e1a7e7db949a24210f897bf15f9a8b3f38fecb77e91b1dc090eba77e8a9fde1a2e89e305bb3813fa8ee5da84990ec7c11060e66565da4a017730e986076dad056bddc7b8862a4746f7c5e943918732f60b99bc60f991cf79fbdd30bd35653ee7ff6c3afdddb7e78cb1f253352f4ff4689270f6708d87d4b085bc262cfdcfba4b52fee5dba8291b552434be625cad349f0bae3c9d0a05822d7b9371da47f248b6cc5b705acfc60d28b852d3d3fee81a22e01b35f056530078472bb9cffc1711b2d54a82823ad7e28dd516398ffe49d079777f8a705ab977194f4ca71402863cc6d594c35cd2a3c50ce346989e45187b2c3aa2e326fe7f0f98fdbde2b04387f27b3401ddef7d74dc2e4aab9a09ba9d46c38f4ce6182becef7eb84813aba6625b575a59754324904f7a720de5d7441f57c7e0443e50c7494053e7b3e20e125e9ee4af643661b0404779c4342110cde8d6c0945391d6bbde299df4c7f6e071c4e4aa9ceac55007ccecb1a6e7f7bd3c3eec34134188b0f0f3d3e6464cf829aadc543087b2cd18137c65ac81f00ee5796ac1adc5d6cae84dd066b5450a8ff1a5ee17fed985f4c2ba98dbf2be1510906bb37cb212d90086b9bd099359c964414a42549cfb2be255e6677509c31fa2c6fc6345cc6214d1901e01e407ea501f2081203493536c40d97e325c7bfad56e9013c146811d4de61063e520996068679732cfdf694b10b6576a41b7d0c9011cf59814a45cab4de60d70b1e5d123d9e4ad45987ca94adeebd592dcaf8e9a6954fe74a58ae274dc7a902dad5a389b6b3f6aa2c333d8b79f885ede4b6c3fd4d6bdb28dbc1e9de1c14aa08220a85531e520d631982e80fc1b34f736d5156adf11ff19cca0881458c6fd455754f6b04b112efadb5e9228801a98aa82c4d29823dfc33b199bf1cf42b13b87948f6dd253b512dd865f8a59ab645c7eaa5ecd50080bb1215df38157084bae6f211a3542af9a74871be13b9ae5c0277c96ec2b1af65b70d27ef15f33105cfc04e63d7588c988fa01832dd07396f8a1aa2eb5177e5599a95666ddb4ebc4accd4fcb3f562d07474f52a48b6f6c26d273125b03b7058d8b03b6fbffa7088b02ca56b96affb8d39e19826842410efe1745bc031c333606fa27f9279e6111cc289a23960498b19456019ab69c6de0848fbeae0f49b49a28adbc27d104098ef1e4e6be4c564ba1b137aea175df1b6b210187f268d262b75c6e6b49e177c80761ff562dc1a83e0f9409c99f8f5475353d364890f4ff64180803dc653e40c6058441917adf429983a494f99deb43a0c841f7a88e9d18e3429635b686d2a72a0fc27140ad8c6b858549a0e7a171f4c7ac930a4ff64a6406bf6ccca1b184f31dae83590accb26c2a9eebf43ab609ae10679d37e6d0e32cf615f49047f03c6ec6692fbf98e1388daf55f2599be19bbba383c64815224fb8dacf94494d4ae25e4ec82e6c91f306163c33c797b22c0f61a988750383f67850db72b6be5ec85f0cdc53e8289e0b044ffbbfd076269e4de94afc1432d953453c2188c1b8207099c09993c6ba67301a80128176bea03f3e9bad690a9bbe429ec3d3991dff3b4c79c2ac0f2eec936a30f0a9012136c718c8befb56bf07dbc96b2f192b315b5864e7593e4f8984cbc12ee8e9c83aa74430d49c5b4c9b3dd8f394c61cc867941fbeccce77dc404bb63efcb0f95d27d9be904b7bf6d206075cc502d104f7267137640e697e3db909fde8829002485294de3e13a4f470682b0f499b97f941d7bb495e97727cfa5e8647c8a9d02c1221a04c44165f7cae29729a864862222ce03afcb24d31989c96893de457b79e42fec4afaa3af3b615b1a4a584f278a742aab6f96a1aeefbaac8dc8746758e816050c9af7669aacb2c6889d74c7f22b10b9df7e78ee5f0ccac5e45ccf6ec9dfcf47f78f5b28acae37bb7e8d9e5d9a8680e21c46f249680342bbf8db4faa22c3887f3972965859c258b048b5257e652f3d39fe7393614e65bae537ce95c81835da013eef3984268bae3b838ebab90687ae27d26eccb496a68bd82d9102470ea92c84947f952a876ca0c3cb84ce8bd3127c4254a30ec1c5484e0b46ed45856a8ff86fd68e69ba10d7c8cf7d31c1657f62000fd1bafa075ebd6a05101da021d06cd62951a607b1576f8ed5050043e45ff8d1e6f600eef3c788784c15bcd29ac4c24e47a250ffbeafa67b6b1f9ab666f9497a6e2e3f8e15943be156c4453d6ebc22b9514519d2209dff1708194ba99bdfd6621be6a137fb594a4d9bb831410c2af0bfccb66aff95a6dbda227ead8dc178121176abe07d036b3615a14e2badf195deba2082bf086c5eef4d40dc3ae39656af00e50a77ddcc5e71c20e027ea4bd812f40d316905d333a8bd8f9ae7e3b78ffefc90d7ec1dac4b7afdb1881b4e5de7174ec7b0e899e88ae44159361d205e7d866d2467578e47aeb22d9772868e1c2eb42058eb7052cbb4eaa7bd492e0d3718496b5368ae79b5d8d8d45a08305291963092464cc9d886970218403be3514946911da342ba85ffaf331980b1e041c205d5ce1b39bad4211d74bc6c7502959df0a4ab9e5e435b2c1d0d2593d46003b964e9f95e1c0deea22d87bac85d538039ffcb3ecc2211a24409ac201bdb76417e9cb53e985c88cd13ae853bdc5ca0bb27594efeb4f7eb03505a59319e2deba3179381c35061f41a7b8ab46631dbafed6fe87512de469a2657fa5c80a63286d08e3395b00e93187ce3a85d644e4049bf179288a2d275e7b261d0fd36ba521171eb63382e5b5abe9c52f0c75cbbf436d92941ced819ee975077c4847b63f5522d340ab365bd1eac21d04a3c7701603ee2acdc90da3a1775a79fbe3876278313ad73124e7cbe47abb4669e02dda7eb2983a94b16d0bd5a4860e3a6635091641a98af62519be63d83fd1ad462b535fcbe632776a8e32b1ed7224b644b3026002f97f1e204ecbc68fca3f6d4a42734fdc62b2e458e3a0acaeb96dee1383f70c01c52407aaf94c831de4f0286105d2b550a82c7a00fffe5c84c63a40374a5f60aa870a41299be92fef0a845d3ee7ca26c4f11f86f7557417fc232a5b3468940479a9a25920b90a338fb57c7a185af21aa607fcb9a066ca85715abeadaf513d7e0bb77cce24d328248c70390da1e1c3177047548090b66a1b80c757a5eca6d423bd3b0a0eba7cdb7941c55a96401eb593b029b76a4cb6db50a71395d290dbc09c2aaeca9936189cb86c2f519297645225e23985d5490a76ab50a9e9c21062bb5dc07d4f0c3c28d4585808ae80fc55213482f1505ffa03f4b21a04d3e30fcdfcdf0b30f7c641302adf820bc1e003539b461eeb9778e445bddb7faed4b3d3903d9687746565c9d0f8c496835c4e30f238d12272dbaeac424aadde227cc2f03bd61ab19218495a5dd68df219ae29f9c3727c1a418d6f968c139fc1ea3c8f0a335ee21614710f57694cc2213967e1e219e09d82b23d4a5785a127d770847676195073219610166575b3d7a05cfa247e97fbbbd85f6bbd53b19bec6b5ff517c84023546071660cf8f5a454fc0ed55023b03c6da7a389371fa24c441a02fef1756a6ffc5f50f341767ba6b090d99a0375e51b195d1916460fda3ac55ff4128201da9ed17a9f4852827a33710b27b89ce9b93045854ab378c8cbfff699cdc057f223387a4eb6c5ce9173c32cd773a1bb03aee488ac92b13dcef9f43e73da98c1dad6a56d5851fc0427eaee3a6267e5bc3838c0492f9bc01386d6d0336ab4fc7e00579e1103db6b91ba620d30485f153f0bd95c0daac040888504ec4beae77beb17486b0beddd94f5cd5bb88505e390a20323104c9a9ab30b4de6c10e70dc9787940ba4c482b2f8bee54a78cf077fe8839288659c7ba5a81a560ef6e1992ecfd1eb23c3c14f06174b76b0b674e98e9d624e8bf463ca5b904411dff67bc0389558a1235088cf31612a0610f9fd08ba1fbcaba025490336fc0715fc28238294789a3a8cc3917fef76e9180ddbee017cfff12e577092c2c25bd1e6c6347f5cccf9f53bb', + '2d819b81df848a0b7e302b768f4748374581cb60f42ed16ac91cff31b9bb1940b77fd04f2a86dc0a9e7b4b14b9ba194c71b4004f7d95913e092584c1aeec4d4ba19af0a02ba6159559345f17f43cfa6fb3e973c4b03fcde21901d13a28d2a529559aa07dca2b5d3517250e882716132972e6ccca7573abdf5f788da40eb34a6139478aecef5fdb704014016e3a918d011774b266b47853bb4551600748d8637bb76856f88288b8d13ccae0d114f39080085bcda25597ee013256f46cbd89190036c7aca66bef1bdd730f52ba9f84432cae63c6854018a4368e4deeda570e94771e2a320092dc2d1e4eaaff2fc28ecf90715445175e439ce4c0fff95afdaefb68d65a930ddf96161b3365903b65575c31baf5f161955fff923234bbf397b2765bc81f75d53b67fd5c8b06ade370281199ef0f736aceb6f4c94bb4dcad0e622fd95b4081618c950a6abf56fd31cc49164f7a6a723bf28ea4107346059048064b69f7875eb8bc6967cc351d292c5f0294dbc1ce97dae73037ef12b4dea52ee6f59404bab4e2b12b390a5723d8dc129bb3c62e038a5197e4d4ee90c40ef3a84a53e1eaa22de85523abad8c2fb34ace5b9a9627d0f2a8e8f2a396563f3e829f798dd812076fd18e99e23c3b0b627d798c72d616ff78e5c4a1cd6ecaec155bf9bccc01e2b122a546d4093fce7d8c7dfc74620b6256c312123a7aff55953c85a05b38e5c367ef6d641d463eac4ed953405b93bf739e7c36ba05d1cf60005a087a9ef80b1ef37e30d0bcc1c23d46f3062c8b2c79b19e4a5aa34afb6851f618ed71cc35fb591b76f672f9a452e92c7f9ea74b56c28420d685b7512052913f1e3b6c2f163edea87fc7321b147718ca28249be2392154eac7bfdd61661389a313fa520dc45b136143acf86c3bb832e6939fef99fc1e89c6c610fdc4f835a0ea9f330daf66da621067acac32419d9f496b178bb8c8418b7a7b8100c0fc403ddb6bed845d2544327b96d036b64eaec7bb56955787c413c2ce8d19cc9e9bbaca401f309f5f2920ea6b761f7e4088741303fc1f3b4d191b978ca5e14aa6fc2daedf630446fc99f6f4a8afa16c181a76e9eb07c01f54eee1707a6adf621f48205180dd72617d9d4fb7faea5ee9852a3cb2391c7debe26ceeb662851dfd53a61c1bed3881d82a5fb19b29cf5fdbd0e14fd7b6e5608740bac9d20a9da301883fa874ed1a3a934b04a708fc05ab2c426636be2a0a70dbb602fa2a3a5b7758073a4cc4472ca37b28b7b6663d354ac221e279d15d33b5cf8b690a28bc67a3e818c09073c415c776099e681db2064587b57ca1771607384c0919803357682f9b02f9fde92c7dab6d35e144952421a361485d35171f2e0038763ae4b2d20621570f0c1a8e470e5949f5a9d2375a2d6c3a20acbd1b3e51157d1bf3bf0ff6ea830685226fcbdc6ed8f0911e9b691ed3a8f98692c2ea3c188001406d98b18bbc5c8fad628506b545304c5167269436bb6086c237cbece02a48ae2dd0f7005923b5dacff5e3a8983c6a447cadfb216b8c9cc91cc26089f430756a2943646427c895cf3302121a4efa8cbf5c17a37685ee62aadc5b09293ed1101f7dee6845be53045620b298c39f28a1a737cea5fd4c8bbc11492c4f3488b620b472fa8a0be76b0b57e02dff0a526eaee356f9891d8808b1e6ac5ab9129886ad114e8f531e68b8b0bab99ace593173bd5b01c1d83d001049114d10d02b36eac01e59d44ae709e4fd67f4218e1702e0d5f7804e19c77d498d7a74741ae82c8a5fc3ddf2f7cc9494fa46d8ecc6ab8e5cff9f1ac7d422c75b840969ae21af410d95e82011e236cf72ae40af20fe7f9d90423b185492b6a6ef37a773e76de93c1c67756b57948e8426213bbfe8bffaf724a6b3c21fd9ebe2adac3adc4784ffe65edf5206ef943a79585b20526a8f8463bf33ef604d3429423cedabeaf5f057077c046739ff6aa477af65d8aecef985aa09f2d73a0928d88f4502e3e61a395b671dde9c4cb09f3245d3464a1b3d826594acea5498793f60916ff1c918dde572cdea76da8629ba4ead6d065de3dfb48de94d234cc1c500291063c444c7677e03028ad3073193435f7525aefb4ddb16637197a6a9fe16f39bd4c8833e3cdf8c78cfa6fd0d9315c2cd66a2440ba0593050f42f7a519794a11fa447349ec06e9538fae6fdd2f4d8c0ff488dd37425838bbd39c0a72ed466911b4a88e14c993c23ab4bf1da409e03c55fe38d6020247fae1009f03626fcb54bf98c32912f0f70bd398c709c3ed8bf5754fe4bf5f6e47521b32c672e2359a8581f33ed4d316c33ec4a830a4cb3e9340046636e99deaf8e6d0c6ace970c31683ff707631c39f6ac3646f968f1891a89479dd89f55c0cbf119858bcd7ac9cd1c88e7cf390630f7042695b73293a7b3e7b4c22686308481c8ad84560bde4175edbc59551a13fcb562419f820f3af5fc75d01b15ca32131938b2739431cb5e710362b45fac4c8679ef11cd25a7ef5b3c5c22116c146353db6bafb90de6490708850260b697b8b68ad21d8566a3b9c1bdc3330df50bcc2d0f892cbe89d36124839b25c522845f753234ed300faba10fc5d3897576587489fcb9b1ead0a01a9e2a6f524b6a1b4aa9b73d0a37e666ae2d9db3aeb2b8a26350eb24c7a5a9f47d5b4526115a5803803b6214fb00b47de8038d8d2a2d8392a26824f2f557de7790441cebea5ab2e509147be248f54097577adc86834d9ed038bbef4ac46835d25d41f7e466b34168ee1a4ace7a7d545d0478d4c84379d3032d309454bb4077adec3b1d390ccdcd353637160118ffb677f6e6bb7bf11be8d38aae5a3a62476caf4318d71364101ef3e95229a3aae52f8c35addac6169aa6ea561f8b2141e6db816cc26d9af7e5fb4b1053c9dbb8968744cab379d2395ed5ed996a6d33e1838dcb6f1f27f54cb22de5b2213fd1cb7a8649bce2e0c7e2cf3d875b774998c9884b3452194c4dece07d68d7a6d3ae6af9f440132156cc9a55a55ea52e6678815bdb641f9726c95dd8b07d87c9cc9a1e7b98d4d8572409e758d71a7e770efa92660504de80fb92290191cbcb7274bc6e683bab126e93a754409964ef3a8746830f93bc95be14cfd7c2e7fbaa89113de228a56dc94de9ce6675b4e4ff5f1a85dcc04b334e38b9a9f08579b42df7ec4402239ec305dc6ea5a75ff041b6ce0fdf26e0f71210d63248fbb1109f5ba24dfa57c2ee55cf036c559e6614231c6fae7be7d75d00e480c6d380ae74633c737b87686b5cca2eaa2905d3f3ea343a2a3e82aa0c46a6d01ebe7208e36da9d852c012bd87b2ca2bb9eedecf6c381917e8091bf4e979abdf98624f1abac319382862c3df7fb6ffcd180308193bc77dbb8f556f4fd5c0b916d6fa8f3e9a3d5a63dbaac355b9310e1cb0b0aa39c65f062f096ba64238e1757fc1ce5dfceba5156155e03aa79feaa220673dedb877c75c7a3c93e7567ba589213f26dfdd16c1f13b7c4c505e98ab61e226f1f81db5c928a412155a1104d49d0439493d68815a97f83a362b010b3af369d616f4f0e72b12b6723828fe3c3658319880a0269537aea076e5f618626001bd5df208ba77b6c1b7434579a28b9263af4213309dba22df3c18a2d72c04e533e7a5cd5d01cc32deaf6f8474875ab26586214a145759e1d2d207b5f6c4599130ee94f11a504e6710a7dd3d42340f5c07bf1c6c75dcd83d2e6d2d667c68c92ca1da14a5682c651d00a575b80a311459f1611ac37ab2a1fe9c1271fd91a0bc7d2db40c306f1f791b56b41f3cf507cf71ca7405954c631aecc3cbbbc15cf59a4d7d8363db56b0f22ab9d9c3132b3daa6b3b01c42b1277adce4c9ff3fb06eecb64384f03ee46683812d11e4983d35b0b11eb0e3fcdf574c16ede9702f3b614b78a0720d3b166cdb39b478a99d516e95c2983a65ec31de4bd9222b9cef195edc78792ffbb6bdf69cc8cc3259c511b70047caace0954b14e0b03bf0f403dcb03612280f3a366d8c4e9afecf8383e0b786bd2099028c9d93b12895ea1401e7fdeef247a0573e87a6474ca6b0a56e60d87f9f347f3a36abf323aeba775b7deda04d756273c133aecd3d3a6e764df8f4a2716a60dff627f88bbebf341958bc303ff837d30a06ca45799700b090cb982e9df2ab403bd4d505f5e8d67d509a616225759643c39646de33cb1c1790cce0713379de6d0344d256aa488100ad7ee1e6192c3d2f410e4dfb746008fde6c0465f0b8d7021d6d4845d11445b689094d25e63a278eff2cd540fc3fc43ee13245e6a7e941d0916e27f9bd372a21faa7aa71d9d6ef6107951dd9d9ad6496296878d06153411ad541d3895693a01803b7ec4b63ef8213b154a6f2771a4a5f5f15856c457c40a690ee333dc3b210654f43fdfbac0c486ca77056d3fe0ddd612a4253027ceea73d6b7b2e5c2d1ce0ce8452c4c9dbb5a93491f117c3950f856433f6ccda2d31dca70ef2ae30bb577a1c4bed29fd18730d3216e0d00c64a7aa2f2139d73b81cb49ac205a9aff96ed44174b1b14de8dccdc2fdf4469f4945db48b9d135c6fa04654144abcd912e566a8862de46db55f4a7ef39425c9c44db90c404f8d44bcb12a67a6331f55b1d1480c3298501ccab9755c46dc8bdac3b6441816deae756bdcfde92b838bf524821ddae435680a65c1d4dcf05f7f833bf88541d5f37fd8c34b49426ce409a1b21f6c7962ac331dce9fef67b8c608ac723a04ef443506550e2395d92efc9f41a4d0be5174a4b93e4c7c4e6667b92f3db1a54a8b2c4d4dd5928f6a183c7358be42bf9acae4c5035629807a3fc5dffb1f4061de7b55e25c3e99b54f665df239fed411884c79b8184babd2fa5c9ae1743867954829879d397a69bdcc2b58214ceaa2f1103ffa2501071b9b5623ae66a2716e6a11fb8a26ee6f4ad069d0f6a7986af485bb0b30b3c470c10217fec9178eb39c07c05b252483078616afbbff2d256711f51018e30b6b70e430c454b29c3fe43b94ddb0223ffe2864b625553b5afcc7426a98cfdad5fdeecd4ce58c329cbded913bf162472069bc2bd8540671d72474cf0cd996dfb883d1c57f021011c011b7e72283d95d6fcbaa24a6c2376b4ba55400025dd6b85c040312f1a44717af422984711b7c2bd32dda9745f94eef5f88511c75acf82e6a886bfcc952990b11582ab25141b57bf59634cbe081b5c6bbd4526d8c4c62098a18f1cd30956eb7905ca4b7ea7eec137d0ea00a9de0d2b806913e3970c77e1163ba7dcb4df42ee1d2557edc635987bc129e069aa4a00f8ce8c7ffc948a5b30e9e78f74049f741527f4ba069e45bef3e5c4c4ec41e48d30c0b7f7c653d6c68c7e25a47724b2610d24046f2a6970a8c61052260d0336185fe14c19d5577a60705d86756aa7c0a0129bd4f5bdaa2f1c6edb22824060a728f2bae934ae01ddaf79028a70a2f032a7d1e9d6dc64f2d9506a90d6583aecc03585b7fff6b4f5791a03079224c4b090eed7a88a9184b6180b25ebee1630fa09d48552f0ce8ea4f526aad73e10544b63fb705280a3a17653934d46da4ae72afc7c7e367c2a9f92aa5bdcebfeb1b6331444587229814fb6248f2d3c1b74a1f21093dcbcf2a97c41312015c054878f0a3a5fdc8215b8e3e803656236221215e1deb12d60e4b989330229e20ec01023333eb498fcb5c912ae689c68bf9ea1977cbf6aecccd2e95ada95cfcdf1d1da3730a9d90a6c8a20305bdccacd52e1b1cb154b17a75b3d9775ba749836440a442fa4f4339d3c135ce182c846fc7a8ba1156e0a4dc99695624e5526f9c76fc9fc60e2b66aedf5e1ed8ab5c3b772a10d2dfac96583dff96ad8693d158addcf91519f8c68d569246640b0675782cc50d6870fc9f540670e3e484ac4d8c205fe00e2200474099b3220f4d709ec4f6624886ab8d23209db4f705057aed915bc75992c96dd707df0c99288833ffa63dc7683378a949456c937c17f343daf1c8dc0baaf6899d6b906354b5a395c1a669bd1678bf96394ad9d5172335503b34cd659f5d919ac2f31481fac186df0c4ce20cfa5c689d1cb74e417230b3e939e0d42cbcb482e96d28d42e345119580721107cbbe75c061a1532a035465556fc7f44f70bb5b1bec7903631aa6f444adbac5cd5022181195aebedba086d03deab98858f346a0761f8b5a3540322effbaf752cde7613c01e05c1e75791aea5ca6eb4ffbcdedb6a19271f845de87302b4ac05e960c0c4025c4220873f7b1023626f5a1a45b10fc32f7c543f15006865bdfae3fc24873c2d1c3a8e37396c9c65eed3123ef4570efbeb20de3e44f40c005ec097cbef74842aa614955f0f0c5953b6c565d38f75e0f8953b45e7b26b64bbdf27aac08c2fa3e242f9bd6587054fd6026bd941dfb68ea475f40fa4260e7a7f8756a342c15fa13c38118db26afc86d419edf8f0acbf1ee6d374c6dc6a855532a0750ab858ac871fcf838dae7f9c073644744a48be3b9ba5f6e3f1f64477fdbe70ae688c17c05c75507845c1908ad9e5cb2856b2dcd00acb2768195c7d8c7b0940274425c740282503173e54637104c8f630a494d026753fae2bc575dd6dd6fd570826eb30d7f3173089ffcdc2f791c60cb4bc5760e6e3e9d3557da92bc21681ff7a9646192bc6331ff5109673c487c957de276455b85db1de0eca603132447c7ea51d9e4be4a8611884fa153e81eeb81dd46c227643ea7f167d3202b56666d81db0425b8faba289625e44b4edd6ce7aa7be13f88d30923bc4cb3ff78006877c24c38ee5ab28bb9346aa76da466a30f93dc5a45060265dcd301f79a85ab9ac50db0888a56702fb670c9119ee13e61b1c2711a891b9ce541da2a2677b0a27df3c89a4b8018de16aedfc3ab45a1af198cbacc9a7225ed07e14627c91d95af9272878c2a662e36f110e5dcdcf852434aeee1515276d17d3e498b7d47f2b10d78dfcee88db313351f7b07974f2d7f857656eaa1eb2d9ae7f8c92ebd2bad7f56817a0341eded4433224bc9655a6b86001c531b30ccfcee97e80eb44a0c947d155cffc92ad37b5dbb8a11bfd98729022dad720780707b49275c8890b6334e16c45bdf94f5d6f3ac58b75b3f666dfc7078ba2234136e0f46f0f6a568746840f8de1e87db5550dcdc854a86ec8e774c5d7bc2e2355c1e4f449f27039026e4038fed158710abe99d5abbb4333bd42b9f35a148406fdd19b1de7c6e119c206f0c385bc15be97bf9bba37674de91ba036b7573cabb6818e8cd71334c6e010341c1aeb4b284aa4819ce33401ce7a2b28747a98dcab19291f3f8b93e3267534204da4f72598ff792c24ba6a30cfcd3503faa5e39b8d193cac3c9f307d09c076f40ac973f26dc45de7b9a6a09d56ca8158509e0121589d045f0c7db2a778a91ed5dcf1255caf809adae50fa0f06e595650ffcfba17148cc75e368be10b791873ed4a84d709671d762e2f5d30d01c62fe138e9ed525cad0ced14233855117f5be64dcea4fa19d823a0b1ff919e56acdbfc885751cf2815061e1b8dc6521572847621a8c56cd57972d983e4922d85f82e2976dbb552741f4c8b521ed4a214399560e8dd0b3359f4499fe13b61551036aaea9ccd8496b12a44a7705d0fcfce2313390bc1f30807c71c46427a9b9f75f6b6d262d34c067fd48304ceaec43', + '7bd0a59d7eec22eb806483b0b95de6e15c142344252201d531fea96913c35a9124335fc11afc3eb2dd3b3304963fdc28088f367d232ec8b9d61d1e8b2622797f7dc8c52144a7cb65b3e5a846e8fd7eae37bf6996c299b56e49144ebf43a1770f2d96bf05227431cdac6bccbeda20333a92ada5d629e92ebb31eb1f4d92c9bd0adda536b4dcebd9b26ed485b4912f6296c160d08781a99d6a37a87b7c3c21b13734fe10779b9429dca128bd6f38b275886be0d3eff15e6941025549956932bc60dba8379687f88a12ee705b38f531d3d938369756a292fa093bf971e04082474b79ab9159c79e651efdb34757f035e451d2690306bbccb889899ddaa5ea9bb8c1b7100807840e20c675f96914534510b7de81fe4665950b8b95486e2c8f05788a3dde83eae5d125d3fe4aa9b643eabfd50787725dc8745bd5060214bc5546f06eb21de948136eda0c42afef87eaab5971f28246940bf1103185d3b49f67e88735bed6246a356da93be62f23cd701046544a7a623357949265bac4371beb73a4a60a101b987457f92695d32dd1fda1ee46b578ae82d3e649394cdc83790a6db18b3ed3b61af8b33196f5a2f5dbb7e7ba0edb8212c8a86e9e77e4248101eb6015aa0227dd37e809bb53aea46333c969107666a3764ffdb4f7e529a219fab7d338cbfc1578386ce2fe2569e1602059af5944fbe0c25dfb41bd4dc46034ae954f82b8d7a46f65aec462d4ce62d2eb9042fe414443de3bc99c59755c66b863ae5b5b3839ddaa06d33a4f27842ea3dd95a96535e9d3b231914d31259aba8f62297f2b12cbc6126306c92de8344db93c916cf8e89298268678ddaf2726669ff32f435a0f346a8dc46dfb64dd85c8fe50ab141e21e69b2384a8d33a42a772d25de83050f71cce047030575ccf20a658630c283eaa8de38f7149b7393dc5e40eea7bcd75922dfc60b078657e85acefb1bbdb30c24930785496821216e129c63de011a232a70dfb87cc6dae30c9d2abf0a141b511c77763583b7c6b38f67b1f4688d138ed0064d3630c36b9db613ae3fd5d663e93eb09ab85a85f4a074462f8112ae4160f63db8ddbb7fc0ee8168b9fc0377153b07f8f58c1245237eb928758860e71c50199192fd617e636bdb06de521778a7cd049b073f6f87dbb4ca992478d7ba1cb2a6ac7c43e721db8c4f78abf0864db425b1315030b6d095d92522ace0ebb9cb2f19d8d51fa11c81c64b387345d47892cb9a36510e8c91ea62553f7f3f1148901c0fc12e0f23c10eb04ab0f4c0868bfc352c149a37554e31d6e74a3c01ecf9041fe4dff780e3b1dac0ea8c810f10fa38d8f3769c29a58814ad37fd33d7d33dbf91259fb22365516e7e9725a8700845d14d6cc6c783f1b20b5bd3a3171f78a8fb166e8afe552d32325fdd16eba1e0e16e09047fbca4ce6e6e7956f6564721ad7f261c2c3c94afd6eecb28dacaf31f7f6772671bdc2a901fe67c1e4171ed72dd9426baeded6061b1cc7706dbb7022852463fe125b673eb48ebdab62eea80f09bd2cec75a8156e75583b9f3a4405da01c92c82f27cc1f347bf72b9b0920901f6ac354cdfcb8d6b5348d2a7bcee7440b30c5819d8c9d9b101b80d5598ac49943ecee7f4b4ec46e3fc1413f0bb62c73be216712a8de9b65e2ca216e6e0e471b2284ac94abcb649c0b9e586e2ff4706b5d70eff1fda8560e40ea415d451e18742fb4863b7bfce9de8d2e3b4e64f463795db1d885f8545e029efe79386b34c962b00f23ea484df4a458f352462750764c3346b965256d03d1719921866cecca3577f6ee177d48f59bd37045ec0373194262a1fb06017cf7f95d3ce2adb690ab8adbfe4d49a7786d13a1477eb665e6cd0a807625ff18ee9af8a64c3534d4eaddc150a7da073356dbaa36cb752beb2621f30115b296d84c7d4e015981a24435e1877a660cc6cd6ec1de088eb1b2efab889a79233993cc211f67e2e7607c911c573bbdcb7e0eb21aa01d8b03ccf20001916f3d01134c60d6e1d4cf784a3a28089f5caf4a7655adf506e752cd2f5fb8a2bcffd141e847430865232b7eb75185753a68a365ae220d8856c9e43d415276196bbada58110acf1029c18b8d2069460ca8fe4eaf8dfa5d4f2043b3e6ab80c4d03e2eccd6360d71a8a04e64062dc7c6197b7c057a8e4519b3f3d3565be6512151a4da0d2ecfd5e71c5918498c2813923612607c6937a8cf413207200f5a4a1838203b2fd436ea7bf5c4bda081c7d346ed1e59f7fe128bea916b3db573afd215de40c0b96913b1ccbf63ad1d79556d4098ffb72cab9774f80f10058b2b3f9fa6ce77191e5fded245f3c674f4f579680be427067ef43eea7424c0fd258881f947834392e31b00b2641d6d93db68ac4a253924d6535a9152eb7cee62f92e2f75749726cc9c4d21d8c3a6b9884555569a191299956e610744da6208f59a8e90aaca64a134ae48aabbd12a3ad0a74e10ce540ac5c2148a2946ad8ea1236e2c4dff958643598da003e2191281fb95b5635d628c69eaea487fcef16d375b0879cffa72867da9dee5d5d207f9ff67851db6ddc101d68e541e734422683c2aee198f01fdbfc0a4067c99122a3b33b2e9f983a5fc259c1ae69e9c5cdd0a3011736e13cc83ccace698f6b618fc60af5c58eb627c70423b2f162b536f6dedb38d5cf9e6a09127a2d00ac6c55cfb04c2c24645db97c9f23429675740f2716d271cff4f8034c24b330ee07f3f54a2922e83369b47ae65b007985ea4ed9c74231b3eded178ef83b1ede19e829ca69f93432dae7e4f16dff625fa6096a1a3e289f0717012293751f623f6a96365b92e72911012414a67a55f3fde119f15df391c5733579419b2a98285bc95b41302ebda98e90696d227323585a1f640a2750444a022f9d9e2d816e183b1f7d72d2a6415eb06ffe17ecc2323c7e4630de02bc0bd8b9edb55ed1e168d9e65245f2c8603ced7f872b398ccd4a457240c695759fac14a25809ac0fb25014644cfbe99ac6750103be38fc8bfe321b3df36e560962f0a8c456e1ae705dec70bef3e77fd13fb64045fd6c8770bcb467e7497049446b9f3c27d0848c7b480596fb3151daf432c5524c2d1103c36e96d179291397b1238177d4af3b6fb9dc622d23ed80258b096be020346d970d7ea100fa7aa068d5f25d02d2d94e7fb081cdde3f0fbd861f2b7092cafcc86cd4539d9d72265fe33a41fd84293805e3eaa00c51557e502537009c0f516b6ca9a355524fea149831677627a6e2b3a7c4ef9fe82d7024812b5bf0b700bd6ba077ffec88bf682c9379e4fba41004317e4945e8291b95e898c01363880c17e3abfe72800695f75697e43a363c69979cd09b76e197c2ceb2dc0be8c1d8dc66bad665837995789c7aee9af091b65aa4dbe6e10af4f9cb226a963561726f17b2da69d5bb3ffd106180dec28e72dc8a31d60844878819dd9af90e6507de1566032aac75a03a06064d50b0859c4374a249757eec7704bda13c458cc4606e92716292e66ebcd3770268d3ac0aa36b4749f1a08f0061d2aebe1237587af688addfd6fa61e797701aabbbef197a2b521d28333f84a8ce59b4dd24b7b9ae51962f59684a6309b77bb5aa4d8d41fcba60bee6163aa50e450196a678aef989f7fee1861f6a35fba65a11a627966ab9dafdf12ca2793a574e321ec018025e32722a880f03431fe6ec77f6484ff0ddd812917fa2e0e48bae715412d40c9d31d14a80ef9b1cbb68f20f382c38cf85e282ea8431efd764e03937cf3b895a65b990056addd373bb5a4699077a1daf3bc0dfeb3ecdbc90df8020270c61880c4440952d4e195e0f2c3b0b124ba9a0f5fcc1169c281bb0113eb48cca714c792a210c0849966ce6f8f45468006b8168abaf2b5086a8e574646ac4a5a667c302bae36612e2a99e1037fded86edd1ca1ed83c47b42f27f1af914af892455790cec67496db7fef7786d32d4e8d60e44c69858a5d6b210e080a9ec5977c2fa7798355bbe48aa8d0bff0d46ebea4e20ccff2b983b59ce4c3f22d95c5eb8aeac147ca70a09847e6b43df543a787f3fab11a607c0e9670feb077bf7d313ae5000bc24a1e0bf93cbf03ba3e27c0efa3303bf65cd6134a0ff93b5f695ff0cdb4f9efb1ac67e4508ebd25fe7388a03fdc0c132b8ed07b17a05dce71d242ecec205bd3dd975313e5686883d13b6e31bec5179f819d712c464bb0d076a22e0cdf51b0210fb4eb8100f04783fb3ee25ab687d848c032c20f1e3a7ca937832c38ed6e7f400dab3614e94ee28e4325eb036d49d776aff4c90ce99248c0791b42585f9f51989f233cb5e7abc10d729892142c349d92178c900ced7e9d7f07127b557d0ead918fc4064d442f6d66503ede763b70b102c0a11ff57424024da811dc158fe01b93a4379bc246016d03a5c0d70fe2249b3072dc7cb1c4acff9223c06f81dd402306a52404fe364a494a39c585c86979e482f5e5b126253f1cb741c63b81af544e525b3247e75c318aa5d4f6f18a179613621063c63ee105e222cacc48fe4c4423df8e0a6e67ffdfb77b3dfb223b36a3b0378dfec1df3f25d83c86799fdefd392b1605548065687b58333d7b20c40cca4469325facf386c7876d3c76470b0a5bec5d8ab786c8e02ef5379c1ff40ee2315660c82e8e61ff15751eb66a486bbbd1f01de3db877aad2017ee228ea500ff006e8316127011f2342cb5bafeabe857c4bfbfd9698b62177845c096703b81ad60143ce6b459eba64f349c11da7769285bdfa934099b68685f0815c26fbf7b3279d1f3febc51d7658c133983a5b4d574bfda45bc62bd74e6fce7556c3138d5d7722c0e27d161bd751353f6d7076a16841738fa391dfb6edb786ae85d5eae77e473aef6299b8f851f0d7b3ad7aaa213a08c7f2f72e15d3e8dfa19375d9f2949a1a6dd13ccc4e517aba2146c493364b41046394e3057eacd45ab7da8349cb232553144cdd8f16b5b61f9a5f6f64db6e11b6cedbe3b27aa014ab21da4a9fc501d4a3c688d14cc283a893bb63fa69ea2820a2624e75bf8a5c3e638819485670cefc6f0d3b949fd249a6a8fd0af20ce2f7f259e65315872e4fc5f6532de9087ed9112740cbb3f2c67654d1e7aae2e8665c0b4f93804f93e6e92fe60b7ec9201fbeb76f19bf9be00fa817a103ca4966e4d2eff6225c807044b6f0b52982453803ee5398f09dd8e21e4d8398c9ef9212deeaf4effb5e54b6b8479ce625ef09aaabf68a575dccd76382d50d2ba2915976c512ce8f86fc38a1c209a8eb990b73127855a00cc9f3340edded38cc36461c0d27c8e1676dcca8fbf27b9957eb6e0dea098a593bbd776b2e7fd48b1cfd743640879bb20a1826321fba2bd29da59d56abd012fa66b0efe95cf959687050b244ab5509d4ea0ebf40778989093f500fd9d25c7e28104cb33b04caba7578e876d3b82071be79c9fe70adf11191bf633c03e81f2a46bad977dcd0749626892d384ff16a81c35bc24a2f2d8154008067a8617788b5fae8ef944b2a776af043878d35e1b3a8a7e29048f870aadeda44c5eb7eeb398fa90d079f028d53b7671a8fdc02036c64c0b0ac714901ee00835f166bb8cd9245d5a9b9fe9f7399f9ff80beab50c11534a2488f39bd7bbb779041c1bfbb99334705316f497e77aaa13e189c819eb54e96c11cb128b228a382859f603dd3c89d21bc56aff63c04164b874491e5485a7909a19faab4c3a336dfe7ca7a8cadf620546f6be48b34935d677f97474cea2b051bc853d4746e75d5ee1b456922b68c7d6d92f3b58f04bff0739b73153ee0a1a33ba9dbe6de1f0b012ba4a2b4766a05f4bbcb809b6838f46ffe4f7a9411e848b3f7ca9a2a5851fd69172864f51e54fd36fd7d94fead2dab3c7610103c8c6daab7ceaf114789a3a74e3efb0ea380e3dca4712da367d47f7ee66991d68704cd224f2edbd3a6c880a35111b1023824b31eddd5602e5f649ac9ee4739300c019359ba96b543c0bb757be21ddee23b903f5e438899b84dd3fc36b4ad6aaf24095cabbaa4dff43dd8fe9ba1e1c9112649d4f566095eb3dbb9302ff9facab6778285b29fc7c0677697987cf0dc242170c8308eb5e603b3617ac32ffebdcde86f13bae90a7dfb1ff37dbfba5f8b6495a381ce84c39d4d29779f21b16364e8b7832348d96b45d4703cf1e0be5e6e0ee0470d0b621f9d8fa8969cd84ea89eafa64c37dbee32ae012adbaab8037e028793d3d073c11a753f93470a53623eb9873732d7c0920114f58237fe92142ed76312c252940c5492f18bf15e2fa6a65403dcdf79b38f57191628da63fb8af15b25ffab29e8be5ea539f52e1ec9667fecaa199a941110953907814b7170b2560c44bce6ccfe5188fa7d6175b2cd2c1be1ee700ccd55e05be33e2e03bd8e44dd7943dd1da221506421304330b087820ad245729e7c1e590bb62e718bae909cf810b7d2b8400e5580a7f73d179e94e2ed4c5383c826c6f535105d0e4bab44252670f5203f2d21bb6f0d369172e381e903ae7d463253ec3f68805e56dc5a0597e8f890681adfe80c7faf72f2db15baef1e77371c4599fab2068486edb621514fd0362dfcf3ceedc3432d30d3c8abcc6f7e4525887a5f7ed79fab7b3561a7b3d74cb8026122708f7a4a0504a6c42c1304a386ad1d592ae52aa453afc05733b9a8eedcd2275f7b698c04b5430e460d4b393eba523d6a72ca25b51ba9010f7bbf4f173301d1d335f89303bc805cd6c5c167a06ea98b16cdaa533271db8a02e64124564905d35636a909b7895124eeec122a69020768f691e22dbce4dbcdd9f9ebe33c9d72be30f4176aa0ba19f906f6a9fc0913106972761e3fb4e30e4eed2d2be62a9eccf4fc04b0204fbd6f4bb77c1556f120490f22d0cae3ab0b077fb4f66db7c0cb791a3fdf0fe51501b58f68c2d0b5c19815cc703854c40fbb4bf2e9fc4dd26fb20b9044f98303b1257156938168b2fb190b13f323685b6372302ad49528c0a7c0f8e9c3dab62684a74713d02e49b8fdf19d982418520446de789a0d57ab0d09a6c59934f915a800059b59a72000424ad041ab7b8dce791a4e79c30cba310205a1f62110db3e12c3aee28a711d08d972239bd0620a2a046e40b8384b43475a0c610f13d0077be14021b148d66bd009046a10998ff3f140a353b85c61897a7fbe5284e3faf46bbdf5fc8bf73fa3024b622224895e01b0b86a05feb1b7d336ed7bf4dc140a2899e355add7282538fc0b2bda5c025489e4d622c5ffead6d7092dd5d68916862a630c0f94275e2fb439d2b2013bb6ec130a145e22303a46fb6dab4c66207de7607392546e010ba7ab583ca51527f9bd239d0d7c89445280c6d0f0402216bcb6612810f499d8b32564c39375a4c54d20421a3c1e9980b5fcafdf9771a8f0556bb31cf2409622d74196f891942e7843bdd50dfab4a189c7434cf60b315931ca8fccbec0c8e1840a54a883919120d5600e72e4f3cf5fd418dcf490c60fb14f9e8b147a170e0a50af072fe12ded1a51146aa24ba1df12d42d325d4c527d5fce53f630fb4f808f3d47b1839dc118797fe38ad98e7f64692e76dbdd952b0aa3226d5998aed4b0de8e56ec4a15f593dcb65fb78f39f6efd1378831fbe7ca2829e04d1db201612f76e87f2ff9e625ffa288eba939eaa2d1c973c3fd4ed0ba56528c95bb139f5f4ce6c002f4f98afcac698c09b87ffd0dcae087cc763ccc7635cb8bb9da43d549a9bc9994c3ff70c43a90344c6da80d923b84d804354c577816e3624bc3b94f9ab666f9a7154234272ac4f636417888ca9444e90dc', + 'cb7090f7a465782f680fd44cbc558107825c9e53f24e4140ec5b68208cfe33e8008250d996c4b65f193a96395e348eda1a62210ff69764e3e6ccf9c0b66841d6e6bfcec0b7d817658673701d594a3916b89855f5bed8dec06fcf16fb4ccca111252ff2f62f28040b56c14a42d41fe8820304234d6f9916a0306ba71a77b3ba6166daa5c2253ce317322d0ceef83904e7a4b0735e3463764ad0a895655ea4f48e51c9cd6bc19d1d52c1bd9e6aed22f60d42a42e7133bc6588f88ec6242a27b75f8d03533a2dd21b84ac7be8feda6225bc86e73ace942f4b205026239f02c46b9dc39020778e6344759a6fd3f1e77ff8bc178081bd804191db7f77941e0f0478109a791b6a0fd9ffec34a0458d3e03d9d49f7aea861f7c9d812e8902e8786e4780bbc52b5ad5bbb6b32216271804762fcec3da5c709867d8da04655346668b3eb5cd7c3a910b91d0900bd962db645e61702daac1c4148aaaadaa12718001e1c67679a72f55d7e4b54c97f2dc1e8445d98385f200cbba6e7cc4c79842de70fa488d674cf1ef613accaf6f687f298cb2fece72b801cab39ab4e50400b0a7dc5e2ac03e766aa7d21e7f803b433243a52e381b9d06ac0c2696bcd90951a2256c93d6d8a62a81c452153589a28bdcb5f740ef30aee3e9d83cebfa687d93ff9e4923b29d49721e9008a957904d4967c8a9708bd64c58a0751c20d85909cfb15b9a9628d6cc5529511d614b5ee485bac1e34674d51f6bb92cf0bdbc76540c9fa488729e4ddadc8b50b9c57abb0e45bdebcf4b13f5d0261c45dd4b10850752b1c13b417ec8190d2ad5025e4c6e7393588d9206cefe0791b1080d513b4fc9a9cff9da8a2f1031f2ef2723b32a41bc7673ee57ff0eb76bb361bca857a59c431ae1958ed619edcb93c290424d7afa91f7f65744bf3ce9a59412abd5e5b6341caccfdd7eaca4268ff68c5688b2a562991cc91081cdbe5c5d3cad1bbd84d6defd688119d3943885242533c21c6c14417defd56137b1fed83ab41b5588bb6d648e54e091b4163dd03328a11c26032e5fe57800928ef46225e40342a15d13e38c767bd28d4abb1bd06305bcacd0fd5a8377be33eaad1d540a04310c466413a01f5ee24054bc0a3a4d5dc66eb940e40277dec957b2bdb43b514247608ec7430ce4ed93132f338c030fc8739e8d9e3f8d01c0a15233e5427fc0454c25bfab2b90a5cc953166d7c7dcdd4d12346e139763eac64f0eb24e4e8720b64845223a549228a2f08441cf452e8094ad17a5c773ecf997da717a1f60bd383c43a7ff9c457c3618acf307448e62c1444b317ae15b8ff8dc4a65d2810088d28046339ef986b497d6d265025d28de6605f5693489d7b7ad3ca7d1019cb750b42958d14678a0a413836ac478439d0c3781b2a71de970c9e260fa9c50970c7ea7e0826941411ab272c77af7b21d7553fe5d8ad37b26ad2e5def4bb0079b8878734dcbe3d57d7c487b4c0ce6f814361a814485d6976b174ee792a0f46ecfb1a7e0173b274b544fcdf7b7277992506acb89dcac96b9de349147f10350cc5c1273b6e7da1eebed19a9afb3d498c7f898cddecd06fc29a78f6047b37bac6b693045bc64b1aefc71654368e61a2be035498848c09bf02eefad21ad8010f0911f9583bb37c7c0c807b805edf8011a252e04648f5d745b11de183e4202cb0587a6c8977c07243d95d89c560592914dde0c51c97a4b98231b9b571dcedeb3d1952551e7c47dd10bac0c989e775cd3ac53f6b81fd3330f32914ff22819bfd13d02c4b9dd5e41d51455ca35460cfdce20cc15c2ce60bce26ebe2171c5ea4b2b3118ad86df11fa383ed73af9b48c1e8a8f9090f63eea8f18c1e93a5d5e0a2acc961d054357a45003737c856e51bf6610e3e890ddd73853b91259c13e5a4205b9525af775ace0ed3d9a8ad31c856c7e67021c3dfd0214b1ce4857df9a215884fb4f17a8a6468d76ee9b4a4b8ab95d0d97d674bee12544515e4d2bbcfb1b144e9b739c435d8d73961e5e0416405358bca945373c0eaa91da71081d7fe8b0400ca1a830ee23e959f3d6ca005bc6bd2633a439afde0ef7c3f50f617551ea48a26513d51cd17fc208351dc98543a55d8f19909922cd6776a24941407a59884b0402fbe2a916f9804905fc43dcf6649d5a16764dd930a48df57f0e8d75c04a212c8a60b61ce2198be20b7a1e4e9b8be451d45d3c1c304aa6863e7f30aeadb832e2a64b3bc060684b9bee9f43215ba2993af84d5033f5e3281b2f9b126d495be6f0fec358dcb56d293e56739a9d5d3226de2d4e7065a6f77b7df96a19fabbbaa61d39d0f5b70cb08b91edff0b0ccac2f205196984fb6c0c077445f42e9c2c5dd830007afb9a8bbada5e584a7fb4c9db657664a5753d6eac33c8bb423a9dc4cde6f2faca50cd5a127f6b425cdcdf8304e7fbb70b2973d55e6940025b2343aa91362bd0c7dd98a240e080513e0cd31fc5e05abaa189e5c8ab11a5c347d3d7073132a2297a8a438bcd67672df7f5d8c6a6b85c14717ddb701991bfa50f30a002364021aee940153c407be77f8f8138a030d7c96d83ee9cf432525651ba24e8c427ca6e071ee557de2183c7ef0f9739d4eaa6696fddc2717d7ebc326e5096f5758c3752db21625298f9e9d0247e1e258b5d8b04c089e3a23384381aa5da6d113beeef95d2f8a04b934f14cac7e40042ec0fef61088f37773dcc2cd89e5e938241d35aff95ad868df6ab6c7d7f4a24d9208a3b49f0f5a837c4de013200e7ef90adc6e058cc48fb5fea9559b0f5b772314e56d5841fc51d2cef4320f1747a6985a84ce9671fcfe9089796432dd133d2949ff927da3f077d9ce782efdda121e9a759efddf5344c37d1243592babac62c483bfd9713f5c1b2d0d323d8bd30e35740e93624cab6c6cd02bafbae205879689649ea8ff6ebfda310dcae425ac8c99b967fa926ae4b4693e3806f002654536ec6f146764cc9c238a42aac957d12d99ef144d14b699bd371bb9f19ee96565c26205d9bb4dd361959d3e4a538ecb51d469b6035fcc24f754fd43e81e137059d79ecb270b171db08eee6331f95705a9d7cdbfa5e9f830f341574863042d00a1d4d711b4ed4d0609adf253ea413d0a96029f83ad29e728219abe49fad772a0ce58cf8bebc87c16cd414d82ebb1ad6496e333b491b5f58512bf96cb080ea0db4fb1cc9c342320ea7c076472aed1248e3cf84ec4fc14cfc2473e753e1320140aa69e72c53683b7dbb65ebba5bc063ef1e8c0253734acb28a1f75ee35c4a268d9537d36996b70bd74dcb5c78e8be7693a3ab97b7de4046a273c144624650c0ba1e6bcac7b3b60ae308fbb2cafa6fb1fc19372a62b82a243340d98319cacc3790ec0fb38fd2eea06b91fcd3f8b95a7df12935a29a2891cda3b14501500d47f2d7a82a750a1de5363593d6a94a4c07433b7bafe9a856fca9ba6d0fa84f3a495b57f9c5fa7dba25320bb4921b07dcfe69a2b6ace6d46bf320401d3f5e5d7758d9d788e72933d136feb39c37107990c859ee833581658ffe9afc68db0dc3ecfed421fc98ea738b9e00f5f4cd72e691ec79e78951a2a5e9a67fb7f7ed9ccac3c2b4fbfee025840fe7a29b645d289706f23355710831daa2723739717cf3b7212ce22e36c8c2af86984b6b93ed1ad41863eeffe262164de1eb2a4a7f91fad530c5c4824b57aa3c183a622f2a8830e5efc511ae85683946cf97c0b2c933996b1814c3bee696c373ec5451add0335211b2a3062a0221830c94006238f66ab8c001a248acae8bf69b2b6e7fae2ef868a18a82343b0096dae957ae76a6ae3e3f1d12f5b9124c402cfefc1154f9ecde5add9eec03a927cd2823402866c29bb816ca73977fb967bd4be288c33858b1ed100d1768db3b20d0530379f6985563df250f4d100369a8083c90f70f9391252e72791c7f24ba93a744d127a07626aebc5534c8e6ace9b62be850707acd6df1a86969d6b746ef2758e4d575ae66ff25558c800ba3e1033b2e366a1b8e4eb4bd64db246c9ba99f85ed1a5789a9d2a66fb4b33c3fce0c7ddc170d2521d27f2e3068b2f307b0b695556dcd9e8b1921e435e1b3b18bf0942043f057caaacec6a2f3bed41ecf80d3983ee1e7f3a484bb811fe272241890e1b418c1fba1dd0b8cdaae6e2bedeb92696fe8504f9efb740845d4c1dae00d365b010290e1f2e3103a9c087e9da7846ee1e3fcc2ede7ba7070f8fd86d22c936b6aceaa67f105e46536b1a9f81496c19da1bc2240a91506015b614137414fd2b576e5b84d13210793eae13ae37700cba613c201d06b720aad314949de1192f19fe70cd34b2f907421bcf36348ae2ec9119ebc427d1b44ebff5a78bd82293d19ae250ca3672d98549716b1cb2ea068e467a9748c4ca1d4d47c3eb6442c7198716c98add1abf582cf7e5fe11b9d37f6442e9eb08847e56aebae45cb86e3d1ea2260a8b6051f6f960c5dff4cfa9e5a1f10f1e439de75d04e581cd87e2caf317d5312bef1e6ca841b34bc5eba1137f12c7135e3d735de48c7444e5d98de9879972d0b40241db41a5b6e23e4f30872e5658e840351358b361ed7cd3ee243a79181d8d2981852e51a9ce31bf9be86571c129065ac718783839c3820e12104e361837bef2c952c666d27ba2b05e433ed7f7b9e6146fdd3ce158690cfb020c855d2e43eeb6663533ef9441cdc702eb83cf6e8e1ff39bec075d627066311a63803caee4a4dad497075a83a31b5a261bd4c6aa080c7ed7cf77fadc6c3636e7afcf732e7c79d68102b146153203e0348e926c1eca441cbff20f481aaee572e65bb39f318dd6401802b210bd512fffcaae5d1e51475f6390ee2dd3c1cb0c7b92f1dcff3c9b228df6119a790092e81f34e5855bc601a6da073e541c564313c77a0ccc31c4271746a7b9cabd7379d4b51fdebbb3017bc2e69f4d22804ca983ed07f6d1d55ca40cd0a965d37c8a786e57f7f460a288382c2fa5a519ae1960e532c96abe385aa47bd277903524ba012d8e39c104a8bea95b0bd6c09a0440fba05f3ab2b1f962bb0cb29ed3705486c69abe71cf28343951c8018f4a341157ec5db8d8798d86f93a08078baa157a751b2e6f2c693be37cc40bb75b8c6863c2b565d62f29817f82a41627ca8e850509816126b639c034fd729e83b821b75a15e9614dab4d3e3193abbfb9e7eb5f82c88bcb6bcbbb45873fdfe8fd2184a192d5fac875e94f344ba0936d34406af58216bcc5a4c9684c78b87e838a242fa77c675c13f545b9d42c3e0d970d8067f771887708683bcb3577fbd0e6c13cad39955eafdc226d17be61c07cc5cc047cc5dfa26cec3c9f5ea1037e799b28d777f86c304879a3abe3537aec6381f66913f13ad8e0e988608d1fb9c4db0937810a346f60c884efaea733d5f65453f30ac80a01b07598e22be0f1f94377c963c5eeae2d8492767cd1ddc01182b1a46885f360c2adbd72c05df4d8508ec24434129f96150058d6c1a1e188ac262e0bcd5730960c450affa98333233e1b5d122ef387bcb4586e1e54bb6d0e14350be277eb1a3a3d0b00a804181673305daabbcaf551628a1164c5bc7adac0c853ddd11eddea9dd36410f476993938d5ea3d998e74672814bfbf655f6cb53156e73640189c5c616de4ce7d6792f5f47d357843e01d438dd2b7d065b40d76e03e8397c80ba2da057b018b9b5d71e736b4b40d33763c7104529e6a5f50d9ba4dfdad64d15e8dddfa794efae6ded277600b0a4ef0a77e7a1c02d7cfaacc5dd9eb02b93fe487b9e2c0f7217ee852214110fe9ccff3fa3fc94561f892e07d066037ec5b8b8a1db382f9632d9a085ddaceb9fde002c5f51cd900fe753688f96fe7c528f8da2a971738f44bc7decf588b6adb877889ef1e8233ef46d23d1ca806cb1337159e5e7a317f421f84bfb5e8afbfe629cab7c7dd0c6460c9a409142f47a49295366a8e3daeb0836ce8bf5484b4387a635b2ee8b707e4f6054f4cf7f5beeed3c1dfa14267fb8708a278402393355ef8b2ae51ea4321301f68485b3071e914475b75e5137f846d725e97f48bbaafbdf1a638c314f7d4c06d8133c6664a32bf7db0ada869eaf5de310fec4f25518fbff5ac8ef5215baf2030ee761101e5484ad76fcb5dbe40ac53c524c9b2690e51ef6534256a77d4fcda39eea3cd8bb98630f4f7639799073458bf3bd4c0cf2792c6d0db708580fa5a58b920214e7c5d692c46d61ac882a51a778fc381ece053ced0b91114e8e53244266f1193365c478d775d9a3572f3b0cb1aa74a45b9151972979e6367071d2346cdac416df793ee5fbca992682974a0c2cca63eb49805df0a75e1410b628133eea8f12e1614bbd85c66ab7d075e8dfb8df7fd2f430c0b1b03063248567dc9ea8852fe3620104c8c0fffe3a8b7749827a9472c7a75a7cd5408c301d7fcdb4fcdc055f408106cce8fe702d2b3ed1e2bcb9114b4dec0eda5206836c07e52ed9b44032c92f26bacaa3a7dfa091d1ccdc14de1fb169ab9302ae6cdcbfea9fd3724e3ed315bb396327842315ff742bae5f134f864c25cc321d74d961d3cf9404a8533db2ebe9a24a0a10dadaf1dd36bf923f750ec58837335329b5d84dbdae09a34aa595f1c349b79cd135f51ed2d9499e23b87fc49ad5decb57670ad8bdd4298abbdd45d25016f1054e9a302f5efc92ab4481a0f0648c7aae8559bf1ad6eead852e4f8a3498f2426c0f7251cc8687e3e02c363af2ed4551233cf2bfbb10e5ddbe2c622bc0a4c3f0f99d26219c54638465624115713ee9a953039ad164739f015a3c7ef21d7b7344d67f1c6848cf76bd636e08f9165d5ecb6662b9bfbd08056184e70ba5f325e886283dbeee77ffa9d602d9f5ae89548eff83e1b74f6dd6ff4562b4710decab0cfe1a60737ad2ede51669296efb712b5f8dd209fd4a1de576f41c2b19f2ae14c5f4d16fa2d601a010c7c1e9ddaa77e8bbbc7c61f177743e50b7dbd4691ce168fdaf78f2b5c8ab20132f319ea981429589d5a972fca01be877d6c738ca522eb09b78357113197876d796e2d23a497b39b12080c2878bb9ebd19907dea55e3df387973075249112a94346fb0cf8c9c9dd1ae52adbf801f7504847c44e6006b539a954938550f71ec13e86a5d54bcbd588ae6ccf45b8ca7d1ec32a251165133e8ae9f6832aff1547c7b29d08b49b15464254fc958630aef25d298853ae1a4c82ef2fc72aeb99b132c286d44b315071c513f4dfa728c775fe1664aa75ade97b266f630db05086948abaa27397d4d2a5fa04775b2bb3e4e64a505bd8b4973966d5136d113de12e86f5b8eec2132689798c1cc3b94aadf1cb7e13f65a38f371d635e2351bf727fa4e1bc25208e8aedeb72464c1412ba055ea42671d772849fb93eee4a37309a950b6a6e3b68f3df4372569e2593af713780b3c55b878ac223e65a921a06099ef99843b20029d3b81fd8d04a074eed58fc2f817e4afa5ee04a2140ea2122bd0823e8184831e7b09dc99b59ca6f8a3ee9b9b78791dea46137a8f67c46ee31dd5e9a5752913f271d18d7165dafacfa269bf6b520b0652a346096d28748df97cd1ac3828d2d866c6b81def6766a6df336f839a4f74aacd04ad3ba41dc5083e90eb545e6126db63c4e8137a82e7b2129d287090375c0e44b070979c0f60e698a34c687eeacd23cfb189f7797d05244e2abb0db5d26d3ca0f0b8a5bec5ec2ff1fb1b70028970b894d6c252562169067d2051e272e74d3bc70cadee700912eb30e181f55107b7a3987bbcab7836bb5f86c811782d40a413a34c76f91ba17a233d9da67ed32b49ebc5e89f8a4784a238516a24564fa31bcd1bf73c4e2856cbdf0077b193f0bfcf98016492772bd2c798c64eb10541d9596f16572676fdf0ad2561b7cabc1089f0b33638bdfb8ce9d287cdbbe10b6aaa07047eb25df80437caff48a41b829b53', + 'be105a6c585a766aa1f290b632219ff864ea6674b5e3f9846d447d46813e2f92b78ea82f0b515f46511a6f161d429aeae07f8e4853b8686c191877f5a06242dd4884ccaec76e16f3cc24e6ede212c78897a1518dde07aa19b3634d4efd090a48b81a4e535359a55b57397da44a3b2dbbd37636ac1f77c875824c88bb62dc90bc517ab78579b913643d81bda11d62d469da29c50bdbb1c967d0fcafa29582db1f59c98fabff3669f8c4232d4d2332c57bf6e08613dd5db5d6e39b4a6d5fa4f35b19325c2fae79aefe36485610235007da6cc3022cec2295ac0550e18388eae156d9dba8784e2aea5ed917be53e767a26c87fcc0bfcfa870d07b43fd4cd8fbacfae1ecfaeea7f12600f6b9ef7c351d9f1b8eb048324f984e2a909d253017805c2d788edbf9807469ccd45571f5d61a05cec80a23ef349a37a28b86e2970c20fad9e7e8d201a35ebbaabd14ca249207dc6d7e2fd85c46553420b325bbe980848de57724676ed6552482f71e8473308c2ddff94aefe34c724c8c52a3388e3b541d396d6722a8e201ad3ccb9a26497a50ff0e7e81f1eb109888ceae27e1ef0537b3bd14dc8c178f0c5dc081b0390d36fc5ae158fc65db5870eece0fda3f72a6d55559b3a82c24a41b3df6618a44292d374640cde4d31deda28975bfe4d980e5d70ef591f68a35ebd953c6b34dcf0427aacc132761c31897d55ea9056c37828be5e379f7ec2fb42aeba919be246306ecfdf342ac9abe341db17753289ae2de60a6decd2db2a2072afc47d5cb35879743d7c4b6a5b84bd949e0db5c719761fe2cc306d97b716b98b3b233e422a8c31ff5e0455559e2f36fe10792aa288b3c48b7e36386295113cd8db5772c0ba69f06cbc1800812413d5eaed1a527959efc26c9affeba7e7921107fae1b97ce57a4b48a227db816fdb10f78e31bb9fff628ff29cfde5ec3121dc85245250cb2e25992fdaa434baf3dd7e807e8fc4ab0be483aa0ea0b5b4143905cce219f72006f4606eb02daab22293852228650c1ee1ce541f6a88e973d350136bbeb90b30128f4791bd24abebaeb5bb6936520060238867bf3b36efc020ff8bde14a01b6fa33ea5456c19b6ebea8c87a202e7301343bb3505eb0b371d7fafd5908e7f96336b8b0fd6477d6a1758b08089289529acb4df428014a66dd031e9972f76980a2fce0cfde0d9d034128b9a2c6b01dc4b91195d26ba2278e2acfa2537077799e5b93d2ce5d19db2835205d1e1e4493d1464c3cd4810aef333f83afb4bc50bf5c7644b735e44fd84f65a29d057714928129c56983d3014b5d04676c43bc4ae2c1db57b78dda783d7fb9f9a1de38eac3dd4ac44565c74fe31561c20288d92c8bd67314f95da75cb1c1196c9231cb8cceec9190f804c6bb5e623ede980b7bc061a224c2a62db2c3dd1c6d42988797c25ab7e773a9e8390e644d830157550bcc0d2dd7abe586657568989dc4da6604560f4432b3819786109fdd187467edef19367f7515dfee2739fb3d913a81597a0e979d5c99a79b1789b41ae57fef5b916f85a1e449bcef61d93e1432ecb4e561b497ca4b6d437c52414e0cd36917285896a29a0e8fa311791bd82466219c94210ebad1e9777fc0a10013bcc87c09dbab553472d92ebcdbd8c87275162261ed22e5a5bc1cfe81f16b8dab31adfeeafcf475e3312f7030d5e6a8b3102b382a78cd000393ce4c719617b1bf736b38e5139abf59e0f79b27870b8244fc8ba91fbe88297a5ce6a778380f34f78be8721fa905f83b8719f8c87ab01fcc4120bd6a46bc26b2214c58be5ebadefa800ef4c3459ceb342c7ccf3c353b48f4e8d0be3098d2c055e9e8a76a908076715ac405f770c95fead90a68ab4016c364f885f29c3d30bf08bda2dba457c9c60322f1eee3b1f41b0595aa0a3c24a758c37926a3d3bc40eb75a4623e9639fd9459df7ff8b19083e82e6944ff176858d1ba749b17009d690c44a6101665c084a91a9955688695df8e0d5bc18d659490f5f0efcc96496912e91dcb94ac3c74c7cdef585b898d4970d5497607fd4e31b68b0ef5a16ad6a7a54ba61cd64841dc2cc7802579a2eb339e858abfff97f9c6345cbb8b02dad0df89fa8aa0be329c801c61740797facbdcd2657a4091a28fdb7130a0bbd72d5f9a26be6f5f35b176e8006174079dda53ca723ebf00a66837f8d5ce648c08acaa5ee45ffe62210ef79d3e90272c738aab87e8d80107242f1aa6c800b0077d9fdab62ba4deb06c92462640b6367e0252fc9b9afbe95ef5405f6cb28c2c321e4e16276356b751fc828c0b6c9b4805307a6e8cf26f1e0cffe32fd3fb3b7f17d400873bf43d334ebb29f0d52c0606cae64928e456fb49192c5fb2620bd552be85fe55794621f8ae8fce9b0be7c117d40d08532a3069128e62fe0fa14b224c2d1a91a769c1caae7962b8b4350492252b8b0016e7e77f20728b066f1821ea166e7cffa594ce00feb81b3064dbed42d5d84a769aa2e3061ccd8ec0f950f6f4578991907981d38a9072a27ed3860999d1e230b506e38cc5ada75374d6d03309b884438e48b83a310bafdfea28bdc05ec151270483334a867c09c26a2d203ef1e169793f3dc269bd1777babc8c097a5b4c2e16aa3918850f31fac3e927c9817479401bed7d26caf65dd31b3b26f19f561b80e4f04f1ca52973833e3aec526259290f10de336cc3a385caeab01ffd9718d64f7b1eeec7129ceaab1ba6a3434b6a98e0425a851dbe8e37650f639eb5cb6924a3c27c3da034303f7a42737525a36d6eba98ab9bc0227d1aab729ccca2a110ad85a151652f74ad1af89be9897ed22b55a6fa189edd5739d6a4fba3d04b82d71afc00e78dfc38da222e0f5208d9406cf3aa50e8b6fdc58a145893bfd338d7841311c784de90e980002384f419bb55f8f0d182640aa7d4377cd0203afdf206e03fcbde718072f0675cdfe319e5ae7996f52079d4c363ec0ab5138b5a750079b347322ef69a2ab357dc6b150793391410aaa11b8008b975c96829bd6864ea96c5d24e9d5a54419c182bce01064ce58e2cb65b51af0232d73d3c1b9dabf139c7dd892814e7d73e1271ef108e6038384fb3c25604aad9557a2edaf0126d457473c514c77ce34ba97c2cd13aa65b7ebcbf6c759b1abab4aac664e9b006f4872301431a33bb97d80b440f7853304147f9462178317d25bbba24a61263608ae0cfdb204375bb4ba4ead1e38d631358ba764d9872201333180cfabdfd12087578ff682339946247dad18b6fb77339e900bb3a9a0c71c62ef029b17251c5e5fd763b1016a1989ad2a045da7d9f89893b405077efee2b7c5c6e97b28bb682e16c030b3bbf268a4a351ed026d3ecb0eb98a3be6a5fbf561f07b7e064d0d653e30846f851e86e715ab97ef9d73a47ed4746518c7db227fb9675f68b2e0b563fd41b6889ba572155b1a3e548557a584a858e714217afd020c9ee51217a02e14e9aeb9047dfd5e83e393e7d46095bc6ce8eb82b689f205fd0a0bcf029af7e1d891ec1e7b826296b35d9d16e7a59a53a81480ca9877fcb7f100326fc2b3447b2f748e49566f81d514179a3e06dae1f5b6c9cd210261e78d6eada739db0732549a1019ec1d9be77426b01fdfaa57193d29672518bcee4f10c650decfa3fd3e08a8d2f359397de00e8ba5a27e4ac08c74608b3d23f0639fdca8984d93c60bc3f1cc5bbf2342ac280e8366a69c70add8360c8459d57568563b85f28828a9b960ca8518e1dcc1ad0bfede71a0bcb455691c8e012faf94630ec7deedf2e0d79ca0dd5378ffe82ed72849dd6535417e7ddb8255701314e5fa260c13f9226ed81be0b4c81a5dc7f2d0f98a00afb8ed478d9bf1f36f9897d2844872e582ab3513cdbcdb437ba01eb610ec49f8bfbff297eb26f5f84e44bae2a7c286a438d1b6130891db65fb5b3ed12d9ce42623cef3f83cf908d49a9c00bebb30d1d08a5a647e731c1fa037d3badc7d77e3096a5a83d0e9aea518e302db9f552fcf0ad589e28e93982272afce15408709e122f1d714ca87a44515a61dde3d0bfbe8a3c90492fbc0b28e5dd19ec0a5e0cf48f368e9194d7d76738b52417af02641b95bc34f181ea0d7bde23bca6f64f134a50b2df513c261a1caca761224515a8dab6362cdc49fba943b704cd554165ed66fcabf8f96d1aa92955390047ce91f2c597b16052ad7546471b883542122803103c29c1d14e3ded56dd72e9ce72fcaca2e035b89dd5e24b50b0b8dab5921fbb12b835222008164e6de95b04ff58e03d3a39cb1c04eac922261e9ba5f5e9d27e3317d60330c22d353424fa3a21a9c40d55487974ce14b332910e397e4c3ec9b53a02154c47a50b08753359717e8c3184bbb849a8447a27e359289b4e00b98dc6f020f8e5aed93730f6c180925c2aae0a332f43a0ae45ad9d4513c8fb5a84a51b1d1a8ab6ad8539168074758604abc30786556e44549ccdc81e78c86fa2c4991a8997d0a78bd19a21daf44233be36f8e37cd4d27d7da810ccacfea49020a4f22dfb40d4a192e6e1b8ceeaef83d2f3d606dd5177317291fd12b74e63481c4a37bb3cbd9d8a08ec964522fe825d870be4d8717766497c7e1d00070f0d7edddef02c15b5334c360a422f9fd705a826a6aac200eba6aee197f6ff63eaab1aac89a5e74bd09fcd64696cde0d1e7f4ef7ebb12a51583f46e906127895874403d172df56a9b7e8f7da319cba347af936420380792d643afbdef0f9d1638de02394c325e0f61216b0df895a2bdb947a484f16a0185cb79eb40680317496a587613ca100edf98832e2bc992f99cc130a6c654b976da6fa7359abdb44c7f67642a51336f7e57bc24274ba8aa26ccda0b18acecaefe2d3d5c1d1132cba344aa918d75faa92314468514e1f843c0ca7e3788ad0bc2fdeaaef9106869919215ce512e0692559371c21645833ae83e122836654b449e0c9f4f1eadf4e4aebf8f2d337a679ced560cb95857a40310154052984d1c298890a7982d544b268b720d51a8f12d7cd8d14186dbb9c8c353ecb1a7cd9e741d2b20b014b591df91b0601cd63220cca4b09bccd510fa660e1c1af27256d7f7b1ee43354f47e526c8a5f03a156f97d9b70d2beb0e88780045d1269f5cb4882b6a5a5ea39244ccc53de4a8e1b9a1b4b93636f848adb2e12c0d2b95f4c1773d63b8e80987a83cc71f63e4f0a01d89060f84d687422d10945dc683efbf3b1f5655202faa5ddba052a9cd3f7df1cb761a2125546f8427322ff9f462aa4b440d61542299d7a2b71ffe08ec5c97534e095fb2ba49077b0698029539505c1556c1ed0552af07d2b4fc379153b4e3511fa34528961ce59355a2bac3e7c55bc9fdfd67dd12e7b17a7fd58df775d0c857aae478e75b5890599ef2c6ea824a4fc5a3e0604ff5cc7b06523c6f8fc548dce38a4d49937c847e5a4cf8a59dbb479e94e34b44d27dd5bb12f6816aeee4859791483e65a17c193601ea24d541e555deb4267ea3f91d8bf80cb744fe79360f6ecd3f482b95dc8f2dece127e46b82fd76a007fafc484767c8701f0798d35c5ee91409eb29e5007eec77dc52319f2696fce4e250cc34adf192d9b849d871a9fc9cf222a7df139a30e84f36347b4142cad7ff5010725293a1ed95fd7c2bd8a150d0d403fec9a60c7da7bf895efff669f1ae6bdbaabd06aaf14f51792f017cf4f44b5638605820d99db15540325e22feb3d696df8fdad546882e8895c2f7d3076f52e53a6d28f884198bace54f045b9379e71cf6507a4318af01a7ede88d7f4b2a9e0d8485baa18e89ad3303059104aacc667a9a7d09e4740e6f3bdc0020d642ae733ba14a7bc07b667c64041662b2b723cb1c4666081e0b0eddb10a9a607c807378fc0b1beab9bd289fdc72c217ea4b088b9e84bc03742028c3a3d417bae6870215cb4c8a8611d6588de8c9c92f2fc8e33e5dcfdf7a6b55f4c780d3189e88b8e2e025c006dc4d496ead35937c06d7d35c49f6a250db883efb4fd4821d89e7a89e5e9800216be0a8e3943f4a5b3d86dcdc34e586b0b53f2d94c31b6b871b97e88cf79ea76ab360574fc96268f731c157db9596f76f8614c469c7d1e9f5b1fddb3721b610232130f71bc33b79d091fbd6e2d2a77efdcc9d75d2d474a7e9ebadf335835ac51b53f6ead00846f767ccbadc8a728387dbf73dc4786f800fc4370ce30093194093ba16a4f50f016c3d4072cb2afbb7ac9aa47a22b2ff909c1502bf0d10c75e1d3cd214d8034df732b19ba8354ce4b047ba42d7332b1b12d76d0d28f3fe86b5b5672a75d6735b94f5754cefbd78b409f3ab60d9583938733c3c84df1a22879c93b321be42ddae772ee8d2ada636f0313aee7cf51485de5e54f42845e215109f529156528f9accfa499cab6681f01fa28803f5befa6983209c3455f20e4ed82a5c9246e72f432daad00155aef34c98ea558c699b7c7cbd568c6dac67e14834ca2c3661c0945f47054ca75feb5ca4f2754dd8572f1d37e38ca0108a1bfd99ccfb4bee45837167afa62a0f38a03071c2efbb883cce4f139c2f71bd7d82c5abf72a262a40b428c4ddea02995e62116b7096391c891d94a85dbb6bd4f530dc074a03658b01b73d1f486d30e65fb571da822540e5da71806e9ebd08f79faaa3244be36481072120df758c6f66bafed4578e096da49f8e94cee5a0e385cb64ad9b5356bd9caf66767dfbe408aaeeb2ab5aeaaf09b946a94441a913661006d36dd516d9db4e891b908321f087236985896d2ea2bfa47e76018f8f610b16e08b765a0ce9481712a52187be3e7550b9cbd0f6c070f9e695697ed0df266d1ad70139929c117e76ea878be3f71a5db36e1a14905696430029e7feee3eefe68c58b92a274acf08ee6f5742208330aadbe4d4e6b2478f2571ba960400150a11fbf437ea809f8e51fe1f88e6d5d90dd73abca0b9e529c81bcba5e840eef81179ea27f1dd2710ebf4268990dc7c7f0e8d4053f1f0a163dd806eaa5327e36ea288c7627b9493354459e81c03b57cdbbf179d593d3d6f8c3c0deb066b1b85df29c9244229835d73441dc37555e46f75ac10a23b06f2b809601ec16894ae5ec003a57135a02bde51579a38f40bfbbcd33202ef57d3b30371e63d723f7452d6b7ecb84ebb64109e65fb79c9369a6dfd8afd68d55e27e0ea4c3ae48df96eab763d317c0d41e9c426279c16f4ab95ada9f36aad04ac782ec50eea9e6534f80ac5c67e6b4d77a5a90dfcd5fc3bc1625d3aa31659fdc148df3c1051d5a860b5133dca20007fbb2c41ae7c25b40f2694df28206cfa114b1e84a8172d24b80b0a3756dec2d6249af220901c07c8ff39b1b61ae1fb07ff987db1b189b90624a27bf9a96ad346dc757bc84b62f8958c792d745b6e2d0e1947cad8b0cea1f47eb59edc9e04ddecf7f93d9b48c784b427738c9c923b9f76deb79a8c4e7c546a16b2d752ad134f331794cc2c10d018af60a7439127c0becce096712ee3096ce18d38a9ee6f3ca3b3abc68c0d2c1330d1c882d6e4b494078aaf32c343070c480552a5ab125ce787d9350d1190f2f769e5bfa4db19a13c063aab3b256b32eb722007884f60ee8a483e33d6d15a1df33035b67bb4a2760f275754fdfc09ff2d77cc1c6f0b5cacbb813d38b26feb059d005c5d75f811bbb4075b4d29db91b458c583e1b863680ff1af60b43e21a6326b76c4152219d9ea9112d0e41d38a4fad3e7c227f2ec0590a34f4326d8bb3e3cd4e0076e1e9e8d7b4ce632ca6697c64b455b113fad09d7d766cd4f00f080f58d6ff890d8b9fa8ef63dde0b50846d582e239bfb995541313cb2c60ef334176e9ca31cead592b260e3ea76c527054ddd0be526ebe57a26b448fdb5ed4e01e32be2f4b98ff5175aa5ace94ceabe57ade77d00986c749a2ed374ce0974a1f878a0090b7afab7e667cfe9a0dd0676fa01e9fa0c4ce7f713de01589a5d3f7f764c5d772dcdb58e5e4e3202b78382e16aee66eb7ec0f8bd9598e05cf91d983709d2c6a5f22e4ae90d829e9073ecfaae38d7e0f9cea119689df3d30a50c7397921a07e2def19157862b9480b8c85d81dd232ea8d7249c4687b836bd93', + '5ab7074f7be12272f9f47fd8900dd823ef716b676974502eed9a0bc038fb5ea149ec615a15dbd47c7d7bb3e37d220b38a66f0db9ce2f603d0681bc72cc39b56a8283d4561fc9ec9125d6abe0d33b70f89bf15c40d641acd9b7e146dc7d6091e2edc38aca007115b6d94c9057f921ae6bb6428383e971db0ae800d083b4379c1273f6ab3e209bf5f581268ad0599c6e99e0a9a80b708896d8812883f1d7877b01fa625e3ae711345505adc0d45a73588bff6df45ed14f844c6a9f87ad5018d9b76b51cc47bd9a7bdf4d265bea64701348fcd78e06768b4e6d8bad033f85b25c3daf091dec0afd729941dc829bdf5948d8c02f9e8bc5079b44cc9c1f30e01dac9aacd378b23603c08dca165e6e33f79e4432bd4e73288a14d716b20506c72072d64cf60520a9740dc3ce1b17ebc912be9339c8c44806db61304f39da4ca48556fa76bceebecb1803413634d49a07724fcdbf9a2891c7c329576177c987de12ff0d126b581405b64811eba9bd0456defafbab79a3d7d20a145232b5f741dd901617074c6dabbd18843bd4c2fcb01f1f6723e5ae5da19178cc2bac3a8f0109c642213fa7550a5c0460c5d8c7b626c8fd3d5054807d776bd4f6eab650b750ca7e2c31a1c438b94b4383b9e1ff16efbb402587e2392be1c8e83d95373d97b5887e7c5215ea3d41f19d971ed6b341925eb0c6d276209168107a4636194a59b8ab8fd98983628c29b5d941fd9e2b62971b15c938f87cd493ac53bcd443bf22e19b79ebe0d3754ef901c12b5d23af9f875936d5c251961feb023b45789de41db9c0045b5eed68ab3a3c1bfd464c8720e97fdc937667b698f77bfa89290f006fc783f8d10bba86ca73cdb05ec101fa0e45f7cfaa5e2323673f7f5732ef815d43934a1cf4f02016d42c1e48f7d42a51912428d7c3826d27b54b771be5d2db41bfa67e396d14085ff0ed96ab708ab0d5d00c7abc86e82e08aaa4c90e4cdb05f50b878817e3805baa473f9da070e879cbf48855459a9a4c0f6dd1dff80f11e7c150bece7eff3aff3f01a99bf09ff86e7e241d213ca8a0b184275a20a1d67d6aecb6d4ba36694cde6645b4f863a7c1773589554667570043afffc8f3d1482574c06450b306c8bddf673be61dc12d4b7d374bb72c8e50c4ecd71ea1c24f0d13ee8383ba20b8c596e9890cca70d2dc9f66cd91cb3c7b3bf49346ab70f4e4ce4fc17e3a9b6b1207dee616e0e55a5e59c41c3f831adcf5bf962042cfbaf15833dfd3f9b27afbdd379dbd54dec1442c4fc285d54b2b75c384b47a14b2092073e3cd0e3c12df38e0fcdc568c2fe5940564a28bd70e8670ae33558b047be4ebfc8721598e83528ae5ffa29905fad9b4b1406b158cf7b4337e74823a5953d4b9bdc6e19b392d5c59b2e7f76e0968260af88c250a3d2b3c28fbee426f5d6160f37c4917be8337840d115de3bddea15300a2f0d85432d5a6b6ec4a9d1256ce10ff02b7caa9b5ca530ec7096f6ecdcce8fc76138ddab31b7b441b2f9b0c8dc16c4617b90344160d50c59f92a2691e126d683d9e4c840825423c4e4645434a63fd3082f7c977f029039860a18596199a6babbf381b3a781c83054e37a2a0d5db4a260d18242a8945f4f0d1dd1edd068d6a2dc48a04e44c28c707e3a9ba0b7552db8e7ec51c452b8aac36bcef77272c12f056143c0e6acd7094aad444966d73f039d19ea5bab01c20b2d0e77e985ad452878e76f541b4401d7556ebb13dac17dceb5835610554a42e8e281a3387604674b63db45da6abf056ef73ee98b7b2a93f798a0ba006170ddcc9a41fb64e1fcaa106cb941d443524448c69a6a00d6571406ccee70bc3e29d54eaaebdaef581a801fda0dfdd243b230fd3a0db7246afb7084b8e9349469e9ebb79adbbc3826d27bb25245c444ca636de4c8155b66a77c2be9e31d5039731563cfe09e29effca90f806c0d5fbc65ca5d98072db1382a5db8bee1f76e1bc850efc0229fae773822bdf26da10aa9a47b82af6dc373195204a97c1bf3e8abf800d260d77cb45e77c40990fdcd7f8ce4eb7f636282fb9abd25709a27bf4a7a70c9de0a55a1c6162a0174d492cf08d6c58e968c9bc8c53cca24a0a16ba62df7d100452543ab6e3ecd6f8245a3423127b4f97a5360215a601786ac1a7e54edb48738ba6a18062728d062a46cc5a3a2f041a09d80560945b513c0057dc628143101f7a011492e6b64e18f6da2708fb8b0ea18727bf40cf19c5d654f33d9ac3bedefb198d36d90a5936f4a408f1a530cfa1cc59baeb099089642faebe53f5dbf4b9efaf728ebd98004e837cfab4999fa2c583c6ba11239d53362d56e0a5dc938ea9e386d8a5a756559dabc5d5f74b11ad83ae174fbaf6be1e43b99380bcb5b134b6bfe4e601fd0e002b55c9c443254d98e23595a06deabd9294bcafc61ee9fe8de96b12c42c2886a9006aceed1f8e1d0aeb0085d6b2676158301cf0db55e1424249d0589bae9187f725d01d7813ee47aba5f7321811d571181fc39fe7e90445faded4fd930d9fd892a171fe8ea7ae94241803e38f139cb6796a97031160b9ce5eb1604bd3d3b943237c33b8576434cc1d4c0adf633f24f82418826682446aa716c95d888487498e52be0095fad1e9b73d4af56fbb1dd5fec1316b0e621c7e96c92fb1fdcdb2b682c670bfdb9f77351c2d19addbbf361892f7be3944d8715d641fe946f2d7db68e7289a58d370dc81c595c1196b9911537a6ec5d6500cca6fd9c20102afc98ac7851f42b2c5928a33781b4b20676e37f07fcf51297a27af1bbc577ecf7bcc483b235472b7f93009b5fe6abeac16692e5569c2671a0a51a8ccd7896994a0089b2c8b6e314eb670df6d1f2822a4c1af80ec00ee119147b13ee7f0fdc93964a40e028316885f467a96c5a2fe7fefb06bb41b0cfc56767b70f8d5d05ea6a510c92625d4f47dd3ef77b6235193de772bc3534c54933fb1ecb55ffe3f5209c2eb9e6dfd46af1b90fa8fc5f1f29046237adfe4e6a15cd22be2a9f9ca0481f9773f4c6af3a0f0677fafe94d964e9cc0dbe4e8ef51bbff19caa77451a2e9957eac52faa56dac5e6b8855aed57a2d605387b206fdf46a231c77823dececb433a0496ed1a7d430a22e943505e605578307102d6095397670e21bba2c54112e056837d9f9f791f563b8899817079f93aee45c9a1f3f87a690739c986b107a1fb3dd5cdb991d0ac34a1251c40cc0b0aa89f354446a8347c328d7e4641fa88e4fe507a1bed9a2a961ff43d2020b99a065bb3be0726aeadf95e316d96673a4b48542efeec8e20dd5992953f6993c1bd78aedc4e96b47fbb8e4663965e58d8d568b729c2c43dce6f531704ba3d3c8cdbee1c6975578283f3a785c486f2b95ebdb271e164175efb673f27e32c3f6d737bb34efbb0ee1353ccd196b49de7eb444ab22ee6617a74103b6a4f8103d4b90e237490f38faee987cda8e3b469c2711222e4389939520fd58260f89edf91a1c559be9cf1703e77687c7a07546906dd60ccc5498a5a22a493a2bfad7d2dfaba3184ddcd75f1013fae3fe17c152a29a288bed1bc2a5280b4d332d2f8ac6d7454cb4b7eace1808bb491ae5bbc671baf53126f962b09a0e0c33ca94744bd2c9313fb03fdb5d4bd5278eb4e6532dabc0c5196558ef098c3c752088c892c2fd9db8a5944f762bff5e9fef3768a99d089c5308d0728a7684998e3ef33151964f3b20a6e94e84e13c8b6b942dd383bf9137e725f0affd9f880f9eb59538786fd08bb16936a4cd260a44d2a61d8eaa3b4d77c8984c780f2ba385efadf643d1f78976b51703b819a372711d4d9003e6b84545408a6c3387c3dae4c74d9cbc22d381e272d7d9f430ff7bfa95b00d99fede7f8a9523d94a2e0e37126fbd110934aec0b931d23ebfdae32ec77ff81cb8bc57052c108a1a23ccb5c1f82f26dd94cf2e4fe13a2fbd81def791c1264c45c8e6c8df15f9e8b728295f807e4eb086c3bafb3544d517dba305e2afced1d5113145dc132b986439bf0cb57d8d16829600bfbe7ac84ab2228b174d8dd7c7bb075ca139ab58342727523e5ebf0bcdc595b2a41f2757e02719a2dcdf35c55125b0afc287ae821758094888034ee2bca0094032c543d8e19f48501b41ae7eb73b92936f6f259387206809b04c33f82b3c7c143159d632934138fe9e1a00ec4127377172981772cda7cafd7ee0753762c075956982e94f3f3670122b1334f6370e27af91ac8c073114ba8cbc681c85a8557d2ba2e982162ca578f68bd45083e01be8b795508d3afa8fbd1e308b31cc47231b3ea336ac6fa4b7d91086045f7d857304ef452e20f372425d1ba3f2bbf38551d73635106c42ed941acae34b66cb6e4103c16bee501adf5321ebde45c2e2ab08397c201fcc775063c38b6c536f55e3ab6b94cd3822978aea91f6a62b4f81006fca762c0cd3f7154d5dbae7c181032cd9c6cf35b2a052bb3036a4c64c68b8ceaf118d207f89a884796fc11d40a5bd90f49bdc6907d134ba4c975e0451186f5bef9629c61ff773e50f8107d676e26b5824732231ddbd23ce673d8a2ae2648ef158e2b3e49524407f391bf4d90b40f5cd90d50957dd6d0840a9ae92fea656fdd6127c91438819f89b1dc6f0f0a8c743346149f9a1aee8cc583974dc4946f5a45244ec2daba1dc8181e30963e1f5803dd8be575ad9f836555e4017d2d269496baf16bbeee48877c579b46db5759972cc00d08894c565608d9ae51dda63b85b3b33b1703bb5e4f1abcbb8794e743da5d6f3bf630f2e9b6d5b5451105ec2db32fa283d937ee75e531abe16b597a6882244fab27134db4265a6d3ab77c5b879d692d4e1ad1e429da4fc9bf7a9f6d323f0ff5dd1386996035158601cdb770d3a50e980c645838e4aec38aa82ded4c2b517ee644542172586385843ccc3dc89c8a7e97314e315930c34b633e0db9a3ce7a0f8573617a75172228ec4e2b75cf4c8e379f7f20f3c198c835e7e3828ae096192077dcb3d7fe26f17e22b873f5f15e50d8052885260e771e118d3b34e7af1caf5021f2d3e09a027203cbfe2e44db5c52ce8cdff33e9c66456cc7979d464bccad2d08584a2ac533f4484c91c2d8e9c104898b07f3b3f7e0deb62b9b142d6310b305bf7f7efcfc2628ca2915ca38a926f6a78432ff0cad713a7c2db8321371932178abdaeafdcb636fe7e5fcbcca95f899870ce38dcf2991f93d42718f7ef3cea8f451ed2693af763a5017b913354ca08dc6898c287208bd8b581e4984f6662d9a174638ba6514d9286112cd55df19d913e48eaf478ba76e717af5c2bae0353a75400d500ed89806bab97bcbfd4ea9ecfc5f80cf6372a22f3c147d5f79e30d6fdb1cfb95ac64a57951b7c71781fa59667796046f14cd657a5b9329827a655b583beca5ac0b9fc9bb9dea69428c68c4c046269e00d4028dda50956ede14fd8b6e085d9ff5b4f07147efdff6cf651058a4c89f9217199867b9ab99d1b4d1f22a2bc0ee5ef530fd38a8d7f6e430b497a16e7f5f95246e25afb2ccfee6c95a09b40c15fd473cf82c8c58d6cda5f8f3652b97eae52bbb3a00b2304553026de5aab5a958290d3f72e4f8c27cc2d09a99ef53bb9bdeaa4e15d01bcca524d9253d4bbb6e07fff57f49dcea903a84e89810bcb643f29ab55f7a0a48d26cf2cf81996311e4b5c0b47ee57afe2c807252740043cfcb9fa7c151ef25c60bed3b5a05b2877577d239bea0ce258001ef29a2b0e12b0cace39442e7eda91fb3d66d0d13f13f32c1fdc968977c833cbaf7095dc12bb8f9727edede63ee0ab27499065d5edde0f64d98de66c5791a60a2089fe84758a412b6b1e5e86878c12ac8a5a5cf28e1132c6524072dbd3c31b871c45bd695e042e4e43d47f5580672e52aacb9d714a34c31c33fc221e13e8f90849adbad3f6b3bec85718389d52f868e14eec119a48d02c2c23cade7c4087a8564fc8de0c651e5a604ef171a424c7262020c39eb4b16cd4bfcbb18e3f82299039d79f0f5bd2cd68e0d16812b41f5dd1d8c85b2d09ac91239cd3b91aad00551978893836076549520e878403136a41d2d1eeb9a7df62c6818de2ea6a0fe393abdd0c9d3c5948197eb2194d2c092ffb8fd339e7f27ffb935658a04d67ac526bae2e09d60799a0c556962ecb76e0931472a651ecf8319e800ac6b7e9f7ce76668a3427e9810f98d640816f07c7dec013e211dfd09f3c7316059fccc603bb770ba7b70fe0910255d3a63a8308094dde8047de8b9bd1eaa3dcb0ab8aed74bc7ce36d7f68c21ebc0244ef8a14d6227314e408d3fc567581565b71b196653019ad754553db981283c5b18339c77afc998bc68fb9db09734ab319b17b9b36211a334995fc106954a0c6a3ca0f46fb7d066bae4357cfbab38de3a0d9cf3f692e0736e7c643ae3dcc5b2ea22cd439618f04db248c7781731c920e784f762a053e27ddd841ee5e1d62fb2534114f47b519d903b1d2df983b98a05a277d3805123bc351a36dc5c70ffecad2e3e14919fe02ce0cdc7d58bd1b0f00f237c9dc78990c23bad0b192921e880e5e36048a5744342b1e2ef5aa981967fbfc309d2c2aa0998f3fe7771b664fe810f1b5e2daa88f9638602ea39dd04089d7a19860eec432ca4f08712629ecac0618b1e9e301b4e8103dfb64edf90e955ddc08f97aebed5487aa3ef62584cb3cca6dc95970c624568a8117583c85f922cb545ada53eb4e10b8ea09fcdef4ac071d595f8eeff2a0e2ec4dda93f90a3aeebc85bec453b68f6d4555900db8413716e5229c0eca4dcf931ee96f9c8a50780116b85d3ee21357741634fcb01b3213700c11a763679f5a71099dfcfb591f5c64c3365ed068cb4e2b13ce746e6f91e91d786ea91430b0e88493b1aa39cc3f8e1ea944ea024da61d9c256d21cd1d2460261381c9aa8b4822d5a56ca0dd4d77b537b22d295df96c6ccf32572b578bb42192c39130ace22eb06b2817076f439179b8c5374268d4e5e2ca23d5b9942208d36972e805a29c2b394e02fa0677165384a8c9ac5eab47d92897e12ff30b4aea1fb407cc7115210765871d5dc67e2d867b0fa8d2a4afb80fe63e53ad02446c20ad7a6a869c8cd98ade1d5f886e0bf2f209f549f23dfb9050c3c560970ec7ee7324c3835ead8f2c7b4918b2c227a7cc5ed4639453501838646736f2343e1d3aab2d973a9bcca682a45181fd5519d923938460713f068c16137b98f0cdbbcdb6906fff7787235a43cb9c5f28876b29605ac2f5c8fc87e19425a7f441aaad5fcce993022268d732d7b9d2ba1aa1461fe979362981d3fa9e19619251cf133b5be38040a9238713b7a6369c9abdead14427b88704840c874c0c90e5b781508d4a621b1ffb622cfd6f190aa208f8ac351f82e15d8eb9ef5872d77a472f3fa8ccb4b383d700c79fbde496fc8b0bb32d993963ba62d009c49298e1e761bff165201f3d8011c03b277c9e86d5ffacd6b72618300d3cd15ad26047929fdb727fcdb01568da7544a40d6224525da8f24a90034653a093999662e80552695c4dd229a51d9c58aa93ec9a96fd605c2be5f5005a4b323b1031a3bc525d890f8c5ad0c026c041c359b5f91341b41a9a338dc05150ad37a85aa06b28c7d49f5714a062dc5c84bfe329b3b5c38acee7de66f393c90ff6c8ae1aeed4ee6ff4fc0a9c2771c36ff47f80c39406f19ad52ef26c1e57b2bfad4f14f824c855714409f0cbf8e3be8695e762ce60d6e49851599cee16f252875b33a39b492ea6f54c2cd04a1aa215c9f16050f31f0ce5adc8cfa594e44ef29087dc23ac65ed2a2595ce73c0959410618f5314dada903c01c4f8d5058f52d902b9b25cd281ef2627a658a2d672a3f776f726742a994a31bbcc3cf3ea1fe551047a1d15b6a31be52307302334b8b6112fb243398c62220c046903c9ea9df1a0be50851800d659ae4241c0be816fb4a7b547102ba73f00140321b51dae105d0f59c6522b571f91c8abdb6f3d669f8701303ef7112437cc92e17fbab8dd8011e6fd61ec176388ab7c885da4668a511667c7205eb4aa526ecec5087a6220f5f46dd1abbba3cd189012fe50c903968d4921a273afdde299ce10d8465ee21f78f0ecfe2b28993dd726d2373b45da31590876eac251527313d4a041c0cc028110ecaaab6999bf5ace56035ba680b404bf3bb0c792acdc07c969c529fe2d88efc6d1f001ee77dfcd0409ef9119e258b6c6ca15606d2842', + '86ffd5bd3bd1cae10706a61d247b2257b165f37cb53ff21761077a2295a9111ba6bc4b5b5f6ceca445b74df91fdd01b2b611b7cfda75628da54598370452383f72b3508d07b73e17b21e15b2c3884227ac2d6f8a08cfa7c7dcedbb7e1d3ae511734dacfb3d9a0763d5a1c5f015652ce01a20e154473508ee8d66ab9eea4760b930f2264c08fd91af36a9275d1f5c09028852d6d6a08fcc2a411830407362f060320b882871c822245e9f019fe8561fb87e2b15b81ac53ca27f6b120cbf74df2efffe98397ee303ead4e91c5e7839b828851368a1bebfa07fcfc718a9d663734a21351f2439367c2820f14043d8ef1a7a24729539936640e8b9940cc0c019f5dd2016e494aaaad406cb1d34f50f5e8dd7e4b06529a1a06306c63ab4f8857cac0e820bb12fd82555ad5cd7c21d25705b674c35a019f05652017d21d8fa2e76e206d17b4c9dcb9045455b86b063230bca51e4690eb08971560067b1426ec3eeddec94ce7e878bd4edf55191c76e101924be34b5769773d7b52b0a53b9fa4acbe7e9546b0f9521d795e6c562cfe7f481afd5c57fa276b672b7abf06d0449cdf7462598bcc76e948385403f609075d72bb4bf1e3058f45b28a6a8a169ec01535942c7e8286ebbecbf042a47f3d2c1c2ff7aa3c73161b968e3c849a4ad39cbe5d925f8cc17cb2331725bcc66835c73bce54baa49e9856ee88a67b780a3b34e8a5f35dfcdf1a74f6c86d34f2378f732cec56dfb2bbf8bbbe005c91ac0b121334ad3bca5721fcae6a5e2b2db073b6ba6ff8729c0f51d3d475a3c3699e9414d212d1d00714407fc91e26e4097993280785713c71e306a61bb5d17f85c85bafdc13c264a6cca1205f82d12c7ac61c6fd50de518f3f630dc0bef27e568c1b84fabb7ed4e1bd8ca8acc28db68d42e75facd59d2ac94b167022f92059975134070cb6fc100f8e1232ba980b42db7fb46653b09b84bc69d1fa4f13ef9004d257aafa5abcc31a04e516f821ad9ef98e4f41bb89e049b1c21d130eb5670be5380cd88e50c8d34b498cbe2b067db32f95405aac06755ff07e8123288791b282aadcf68e40282aea858f901eee8367c5bd1018eed261b0c1c486926630746e22514d6dc3d1e2ae3fdf77f69882c6a3022d46e24893ac226cbcb2c98e5918250e55e9a5f5ac00499180ca57606a4e50300e6a2283f25f9f3890902e68a986c08fdd3806ec7989e22a90131b3f4d23549587043f6796810e6f65a52abec9c528eb11c1f96fdf86605036d7a9fdd34e9979c19da1bc281a5657667b265660dd436a1a0ce44886fead4c9aa06b62a5d60526e3bcb04a4f336138b89988f917d7fb5620a1303d17f9b066e5f5c8356bc382e316ead4d9b4d2165c8687b96f96ba37f54a0946173a8051e53f5f2840cc1df7f782ae7530fe025d0af6ce2280848edf91c1cb8c9d96997813cf65f34971ed4bab4e90fb18d6c81e8930f52af48a5cda70ad6f6c99d44f0d36be8f9219023b6847a318ce59e42e41225d8438924f2b12da357d4dd19ba7f89733656b78260d3513a8cf56bbcf3baf1da503b6237c036e19817e970f94ab217e5770e72e856d9a56863cfb0640f74ec22ffb0b6fb8ecd674bafab1196762713252376e02c8627f5a64e82601de6b075824f49f3eacef3232087705b7bbd4cefd4b4269bd97f4cc656b593d75529ec329ab74da58ff136a9c927ffab3380a21256a1a3e27992c69c0c219aa2a4398687bed0524855a6167fa8199f8d4870b53f3d946570877113fb393b0d3e85a62df97122ee58c65df0f94fc4e67e150df4aafbd4e1a28d9ac348503a422773f0311c541788536c7974bb12c24b0a33a8ff0a141bbf14f650331803c7ffd9e9983e54da2696c4b2991049a39a539e2ee222c118a144344c6211fea66c8ce2610eb42765e8b029332d420984a596b6514a0e546c3e178d0a20be40ca808fcd84d4212899d66b0d58b6889f187c7aef65312058912abf8bba2cb6a2e2bc6ef7af8903cce8680dcdbdb5525ed19776b5b537f73229ff82acd6d679798178a0fd4b9dea88d4263f06bcba3ded628f1085dbdef1759935378cdacea559193ddc4b036333e0ef897524e035b9af2dbbeefc4396ad9751641498506598b62c74576d41a97e698d1a26c4c2a85438b5b6586586ef9a1c04f4c06bb24be2154dc4c8d090b128875f50ea42ce827c0e7d06e37e105a3578067fb1538ad20feadfa7a7117b1ad0ceb8b6364b8e74bf94e61626926a571e3fe86d6dfc44a880cb548568ac6b66f5a43bc2713b6ccf8d60a36c783f0f7692d82d266cc26a3fd32b6ef6841debf615ac5afe418ef42373f627828ef07a3961e54763245285f8758f61738fc267789f5b88d21dd2bef0f1c9d4f0a143350fd9cbb98c3b090262e66bee64f246783f111667d67c9317b885504e2f75a3ca6a89001619f7627a2fb4556873422698ea19715a83d44cb8faad2df5a7629e94f9ee36cf85000b579f5db06206f5cf43e9f700e352bb6bfd37e7c76de10e903f0e77b45855eb50253251116da893cd03bf582994db987d6ee0b3910974b0252348c42d3324ffcd5d991d0cddc0929c42eabb7fd187020d88959f2f6adb2dd9ec0941f6025ad3ff8b243fe754f778b9abfc7f684bdd7e78d4b71907147cae0af3f07f93286ffe531874384545a5cc91895532674657745bddd5af9c78d1d744d57edba927ece564900974bb2263e4d075956311637d6a32fe61c1740a832023fb04f49c835a1f908c4493ad9daa87e2eb2d9feb25c7e67ac0fc0d026c091f04ef3348e1cd20038357c6138109f1fc45749e37590fbf7fbfc004d0ebffcc3a742c8a571d67d737a9acfe52f9e9d2d8748c57c7ef73dc7c5e760cbb855854f90e3d6a9da3d608328fd66df06ccfb592fcad0ac01314a782f35d743b62e83bd12f8c648b19aa0b7a827e856a5e2e22b24a50f7ce68449929fad0fbcf0921d96944b3f8ade35689863e0fe53f428792ccfa12cf31539629b7f18ad3e4dcb7b6080a2ea784956deadc1ef50dddae5e9e39686cf1a7797bf1d363e5cd1b820c6a63dc66f19db452a7e2b1e85fc426359d9e21b9ff7f2e8859f2ce7c27e16d826ed337f75767a497593073346b811e8f2941c2945956f72dfaac9db874c503cc2bfca94a4950face775bef73a1a30bddb9eaa7868f9d77ff3c575e154444e94c3a36acfa68083b4a7abb9320a29872a3d7ff6d0b12d1055e97898c3d16cf82850227bf6203fbcaadebd5fac5deefe7640bd66f9c838043cea4b9a47a5ce363f92c365d2bdd8a4d6b334172cdc6f7eeb0be264ba5422997e1ec7e3367872f122b10e902b2255227f4f964b7c2fb6edcfc77657ddfef3b962ac73db57f45e0f1ad48b65c9fabd1deed96e6262fdcb356b9bffa7286db44b2fbcd7eb74bf9c7a6d23c34a73eb197f6c7a41c4a7eeb43c07b007bb64496d372e787c795381341863c73da8f39d702f3f5a99d813ab7beceb2e15fd593c2465a706e9efbde32cd346e881e80fbaca15afa0fd086ddc282b5e3cb2d4ceece3bde18ea6b37a8c8e925cad187090e730190675f6bc7f29c1e3a90264a88c01b12626393c2f5226623def3f89aa3dcea8238a000b5a0f3850fb15a9b6e25c24978bbc2e32c90d56aebb45c65cfce0173d1b856ac44be6b4dc5be8592de804fd9bd1ec9610eb72c67cf6a6691ad03f6af4e93ddaa9f7cc436eeb6a3953234c33c8e1fe995ffc4b1ed3d55c504a8d246dd775fb7943c6888d0d93e572affbfe6f23a33a5ea6645e05bc40aea4749b55cbeda7066e1921e43bc13b9f2bc9d9e058b6ffe80e6d8a74243d1fe38d20629a2a3e68a8e2b36ea6f592cbe18d2a23bc9788de4fd03dd85423615a4432d74abd33d39e27fd9a169762892bf3c0594358d3a126b8cd9cb5c8a92dda19bc20bb848db333cce655827f2bad431debde9f7cb50ac16b2d1589965eab85aa52841db9e0e60ddfc66c1926f807fba73742a1f2e4ca95b0172dbd87ece2443e1d8ad822d67516a8c4684253709d3cd8cb0caf8109e98ccfb36eb763f8da001e45ba54881567346e09d067d03b79ecfad0c433f0cc708d0f2a5fe0f22d9c9f93f19cf9b245c4517bbd2cef6302a3f5536df39408d4667fbaa488a0fb302f0be349b9306a0f955415060542d56d213d2ccb203a91cad34c1648726048ac9b2a5676985f761be125850fe1c8ed23fdaecc11d38d5355bfdb6c3fa4869f47e9e636a0c1f09f10b0ac13fe4be975cd3f2f7d6894f5151e331403b1a67cc9a92025c9eebd49ad960ad106fcc80d3312eda785f8ecdaa1cd36df25c501a88e7b48d1598913d46857f87ca830e29cf19b11002de862a4bd09d12418a33c74b5656ad12c994bf798f881953fc320fe750fb221bd617fbb327a0bcb2574df47080e8c0d8a45ee1c0424ae0414dc0a9b8717d9f27d8ac987c7c9ecbc946073884d1fb96dbdb583aa758186b16fa429dbf15b8d5bb48cca71469e7ce0ad8e7fa14d3ff6d90c129209b3b71184974304277a82d644ac8e0adf75a0c41db8278bf9d0174d39be84a3a0866f5766d6e024e5e935bc95abb9103a1e78cb5cfc521ff89e4fc5751c323fd9b651613d72a30f7f071b4836fa3464eb07ce9986c238c4067e8e66756e45ed1b0a0436f3b4b54f5b9cdd810fe1288e58f94937815200018b397c3922fce436cf4b31de6ee43e6ce370227009a7bd16ebbb91ac37f4d35fef97c245620d38a15b417f62984a65ec7d4a931b0a961a850b174f008ef0d9659a6008931eea69b628b497c9572e535993f3d78cfbf468631fd32b3c708d399bf55cf5293fdc9efd9e6c201b95d7303a8c3497cbc50ace3691b8cc67c4141c8966533211ab29ffff2530c360398e2318d0d37bde4e207588c88edb8972cda9b8560c67534c19b54326ca28a12b9b547ac7982acf807e85e02c1dffab610009af2e503bf508f6e8510700f6e65346ece8d94d4da6426b25c7252ce1d37bf563f654e75601c906bfb2329bd53599d713ea6eb88b697b317dc41b85280ca7f4e0163299617e769363ed0d636f98e595f009eea38d221516b65f76ee7d5bcd44a8962e2e0475f7e3fc8a021f69161fc9acccc1d4fbd8f763f8209e3088cad62ee2feb26de6ed343eb11278996eb72fbb6ebc4f137c94095f6a90fc13f060a8fab7d7251fb0ee14eeaa0cd7972484fdb35f5f002ab85d33543536f65e5e252cf04ea7ef0c0981823a100086e2338471f9a7403ddf583b5d88809af5db79224a57d0f978fc9aac63690b76ef4244c074d46de46cfc04366f4474456250ea5eeb79645227b70b79a0c4c2f7797eff3eec8ed9d5f747635751d039bea38658e1f59c333c660403f021935e0a8c600b08c36d159a44891ea5ec74f68d22456cb45209643e9dad2a18ce1e063890ae1126dfba46bbbd89dc282678d43b4554cedee80820e1327829f98face308ed31b89e2abc97c0c81146e9e823fa4f767d2567a1e08fab8e2ea89b4d861d020cb1a97a8abd2e32cfe704ef1bbf90511c86195863dbd82619974e07eef5dbae53f68bc2e903339939d4bd43a592c0ca9e3854b8183f24da3b7ac4445c3f45952bc7077c2ed7cf7b6ea019eb70e5b041665b7b8fa7559a4e5da0b25a7dac843efdedc5b241812962d613c2f162ff883edbb739e6f865630ae5d2be523b86c0312f316c6b0a496bd5d9f55d5c652a7149651333c4f3b7a6963dd693337d1320f72b59a4b07077ba5ddf0d953560ac93eb6c39143180928c7bcb74d7052a9dcd17572d17885e52418150240f833ace15ab58ef823587403d40f97633d02c6aef191d776bfbb92325c99402764eddd81f1292fe25d9f007e06d2ea24e9d6ac2ad86e4fd48116a3291bd136f709f3012dba7802ea724a3309d8ad1c2d173ccef2fe5138857d359c7abe63533a57d1bc36ff28b46ad1f88029d204c9c635b3a389ebe14e03f486e2a9bcb6315bff08635037b1b10e2d088c708b606f9ad5c9ce4229a4ecda97892a28af403df630059aec0cb9952eb4189c506d567a0567eda3ce2ff29173d6cab79a0ea7f573bb67c77cd696bd5737a7446bd04d75b07c9dd8807780d85a22ba2f504343d46ef19d8d853ddfb612081329058cbbef068468b10b88a62e181bd605fdf5aa773273153187ab0b0be9a60aaebfdb2842820fccd1b1ebf90f1812bccff58e523a88a07d6816969f1b38a1fc3a1d54291cbd8f48cf2609eff7e4b7ccd1c985c1babc0a24a594990280998c467f907024ea13734aedea8af184f86b84dffc647f645720b95e941adbc886b597d3abb7b2171e6c61c251b7b412edbe833f10b2f1c3e4848a1797a4915f8ace5ecad1b3373058cb1bf0fe389e3e1f21367388f9af55ee96354511ceb9b2102719e9a4cb4ad23d2fe7ee6286167317241d01c7913e96dfe6398b84e1cb6cb16047a497986359460b440f0118c33e6047a58e7f11f60322e5154f83863cebd90a66801c82f7520dddbef77c791b1c84fc7e6df2148c2762234705703484bc0175f500b6139d38ef27c72c172f8489efc2f634e2f1577018114d31ed753959c53381aaf6d2cb9a8469eb116384a5f32b2bbb57a430ee79bf4fa6794db0d1419ed38af35148e8e34824994c0440e604a1a72c5ac86bc7a0c23ec130338fd30fe8d68f5e57de9bafb4d850306bcccb2afdb5c7b2b1fa6991bb5f5bfb115ac5215daced507d1c4a5c5505be62fc90dbd299e81bf413755aa92531a53e79ba0e0247d7437e237a8b75a32d225849257e9800bea7a34f64f1737a465b8edf26344f41d6204bfd81c58819cf3a84d40359e7bc99e924d831e46d351ddd40b417de44d639f22e6dca8f00436c557d2fa2c44e381a5f1d40749a12d018a9089b0742af7f7337b9f6ad4e7a9a7501b5ae9c64380da087d11a9598e0f5d75d5ae69d27db98026f632aa29a539989cda2e348a031a7dce204b92d5773f0ca589c4911e445ca7807ae6c52e927bb0b27e970500ed7911ffc1cce945c386b722951153e1e9a9134af105e36c16399899eddb81b167643fa448dad732daac06f5e2ded5a2d3656c8c42d52b699a39f7591142d224daa5afc39cbe84232479a02557723fe96a5b5c4c559fc6af844476fbd01620e1af020867a7c017a009b52ebadb17ba3f1652899412aadcc63e22bd85149d92714c44f3955027b931f12757bd58136e2a3f119b6b614094342e9b7302c421515b1b3317577f3d915f4498c435b5af82344d613bda2aa71683be774077c8e8842782961db41c48c8b16ad01d2ada331ee5a80a11e755288b3a557dceee083a545eeb36acb5109185b0cb9709a5afe76cc4b8d4c49dca0b1be25a76c26e6b61e987bddc6d604160f1e2cfb530ac1b129159e687fd017198ed02372bc700dba46a2a604e07bf98fd34d1dff13b4a09feb82c98ea631d32172a22536183ab404a00d03c5523dafdaf75056114d2845ef107c637c69ff8f6cff9cb16e39e77809cd200b9b869b759bfdc05bfe69c640334a6ae2ce3589aa3098383e878c16c84e209423f418060927592595f2f42f1e00fbe6cde09370c230defd531e794933464cc1e36b611dd9219bf89abb76b33ddc97789b400e3555c23664659f9bef37869441d06e0c3343ff38a1d0946c033e3acf88c188f057d38931060c876e894393b98c617873f6f834b1c9ee3a3e9f8d8fe6afd7180458d9ea414aae726b97f5d20f1a1d1732d9645689d94a0978d8aa608f46526994a8c759f9bac1cd0dabbce6177379d6b33af6d933485a8ea54f23312bf4aa1a3bd82a7ccccefd03ef2507245510fe138fcc4e21409fb6364e8376964f337496545771b73d0fa6c36aa473316a8b206a22edc8e33457d39ccee612e45b7b186a98b74b9dcce555681aaa7f81aa3a6757172005838109492ec11796cff3342c0353780694fef89f8e79978a89b6b75956d6f37286a91c6d68af7860ad890715fd2f0a413135b1db92f1fc32ddf27a6cd5ece89e612f19e6d6f4890f019f6c6cb485ee79f7139990023e58f6e2f00c2870b36fe7a7857a1bf63ada006098cca6d5f2a51f5b1b186378993e453d21e502a3d509fcde4ec59342ecdbc34f27b04abdffceafe1bed6bc52ad1cac412a8d81ebcc473c59ed84d359752ef621aeafdee8f7bbba0f612d012ce454aa935c7e3ca5039824bed42052867e13e78ca023b9f3850cbc48c4b3d863c9a6bea84a2f898c157d5481b520a776625b35e4aeb4824a223225323be3b893e76367047629fefd6c773a26e32e3885cc355fce2ccace7959bc933049351839a82b121c62e6037583164432f0718c511662c3adacded4ed960c74e77f308', + 'b2c633e3181ae5fe7828707ed5b70e0460088a84465eadeecdbcfa0e9ff19bb165d29a0998c7545294892bb6ef297c6e0855d12be3d757b4345e92d0b9814f66cd01dae33b4e72dc504dfaf53459f1017a88a46af52fa2d3cda871fdd3527fe712da5b3aa6b925e3d2fe44024c4e5603db296d0a246e7895c122ff5d946d147d5be586d5841057b1422370a6e01094bd56c093d41a9dc0403854a4b7a5d9f46ed0abc17e7b59ef8cc945e8a998a8917710d67e8d7cc4621d59c7c9d4ad9e09029bb375fb339ed5bd8feb13d31b1d377934f29500f5e945744d02d47d55c53983e1850b1556e6f18cbb9d59eb12776d0ae89d42f42b16538d3c8d2f7845556e37cdaae994893a2b4075e422bb24bf1a73545eed30c65273af4df1408d24568f6884a9794076a16b23e746d609fafc28fda2bdfc7d6fa68d24a8b571869bd1845c310a22e1c523997b364ddd9e3b367eedf742d8a3ce188a327661292a51cc355bfa564b3e1ec89d918d81a0429075048e7e76e96a8ab35022df7ecf40ef528aaf07145e2027995fad126985bca1c2a2275ce0979a4b7cc83c0a93cd911c686b9f81ccc24f8b9dc717ed8df5d6152440ffbc094bfabb7ddac720288ae58118c0729007df93f0dcbe164775595695a4c65fc4776b5380bd6f0d48c56e03c56971715b4b1db4ff5f2af348aa1705c8491c8f9cb4616d42446d54abf3e1b5916466e40b23e4795f2df5f717b399ab571b2bd76d489310aa1bbee570394bc18d0f8713c7149cabb84e0567dd184510e922d97f5fb96b045f494808c02014f06074bd45b8a8ad12b4cb448ec16285fb27670fce99914f100ad6f504c32fa40ab39beec306667f76f9ab98b3ec18c036b8f1b60d4457a9fe53cbab23a0ee64d72d8a03d6d8d67a9f2ff6eb1d85c25d8746c8b4858794e094e12f54ab80e5ba1f774be5c456810755ffb52415b5e8c6b776f5f37b8bcf5c9b5d0ad7e58a9d0fa938e67ad5aaee8c5f11ef2be3a413628ef27f593a779085da6e641c19e79dcc3e1961ac53f9a573860cace8cf79ca99d3626ed0097460c31bbd460b8fbe6d57a6c2c662846e2f229298f443215d96d3506dcb3f2faac57e24f2b78c8e38961aa9da1d84b22e13034b5ed0242077fe78cbbc9d8df540491ebeb4c0875f7d9f7b0e0a6cf92364d97c7806477315f08af00df7eca4a35f740bb1ab68e44bb410e49ff9bdab1f360af7e338621848efc2a4dec5c06b812ecdadc580b78b980672bc224f1781f0cc2ddb529b28fb019d2ffa05ce22cad6d6dc6dc2dbb5648e9a4b6b60b68363dd4fca908ed7a1048821585b4cbb19a9ec7e29b16f636b587799265921d407392de76a7e5f95d51c24a4c5307934aef0094f3de295c1e04d992a88ee2d51aeeb29bb940d8c7dcd291f4effdf55e0e88776719f69fc9d1c2c3e76fb924bd67d6219f4d0a5df369014bf468dd2a868cf577b0bd7ac6c9d28deaca406ad450b7e8445b9a6ae1e6926c64db5f76f3a736b465f456e15ad6c0b4a2bdd32a7e197b83af4339f9012bd982610c2c620d2aac53d6c48eb0b86b0cd57054905e8e823336d6f8a42b383dbed1b5296814c3ab5e425e83cd6f5c11277ef800f09d82156f803ffe5177f396a2d8f5958b05a383bd0e41c49b83d243910f9e658c6df56d90ee6ea6ca75dfb1360696f31dcb495e492645095174a78cea05c7d4bc3664d537dfc784979b3927e8f91da498cc1185a318bcc4b7e84847830028e1188d3cf6d4e2ff3a116eac752c2eee2c748e98b42b543d791725312e0c6d260d19d90a4cf8865a19f046b6037ff6ad1d49894b4472773ba8f7d1fe8ad6db43db48b0394203388cc68cd9d25d750eced97052a5d0f8e03be6f2650cf882a906be2d9966708587fba27f8e7e0d7bc5d803916134c42f2da2856f54e8f19074e33820fb0e431fd32b3020eb357e24ba3d0e154b84a895be2436e7382f0070bd7ddbcb5b8d5402d8901219668539e06a726b8457f1e8cd20256df2752bafb3e11b1ba541800e0ed6cebad186d9cb3f451c9e673d192f25e22a8d19a27b49ca9e5f7a173372db747c3b8ce1d2cfaca1e8a039266176c63082a826b526aa893533bf69c9b7d266d4276b1ab2c0c358b8a381ae4a4b77589d7032cd5d9815c8745fcf7d05352b2abe66d1e6dcd75149d42445705b71b7509d393ee38b7d69821850e4268231e98193c91473b88cf61a94e97021d27a9348e04c310bc72cf26091d5b1f8a9349a15e4bc8733ee683e256b41863537acb79be737cd98894d6cde614cad65f2c3b95221cfbeb9e6ef7604d7eaec1d03ae80d4127a493c5a55254607342ae0e755d3c0fb513f882a994a235b44366bcee67b9c02824849a2bab842041adf0bff7155dcb20f6e0121dc272b75cbe983e1fb243e37fe5f430b04825ce86f2e59c38ccc2fe658eeb7854ea967b8006a07e5430735133ce2daebb93ff124bf9d2cac2eb31518ac163d9d672d7282705c6a5154913b34cc6763dd5f3d99297aa02741dd8736b99798e6029c4fd665aa251dbeb65e9b0d3b7160584d07cf972edbcc0cffd50f6999db632d746d0df20c58b475cecbff1cf88562d5393b1ede4aa47d662c18f979315217a686218388156ba12f2465b1d48217edec7a23e16f6c9ecdf5e8bfaf88ec9175e627f9c1c853e276335dc85dd466ad63f6a66eb1eaf32f30349c557c192a1e2064f04253135631a63ac1407d9d24ba579c34782aa18cda469add66f9aa885c99bb65b7b1f98aeda3adf57a8b8f3ac35b35aaec9653783463a11260a29d65d134520eb668fb607b10f560e2f23b275cc16b8018af4163a239dfe1df0192611092b141cae299857e50a9a9f65c1158eb3ca64a98b02bddb81bbfb23e810a089f3761a561a944584bf553274123b27df32f6e60f9535324fa9bc90a0bbb64bad194dba017379c5788715a6f3fe38ed5090c2c79a6f357f7ce3c745fc31b52f66c2d97d85817f211985757f86f06171ca17578eb1e3abac4c7704a39f12b2549a3742ea4b0c4f6051019b4494b15eba330dddc3beb73fbfa6ac9c31f12658c332c1af8ab9dc908a0742af7d850ad6d075bb7bef28b498c271cbb7775b354c8317a648e338b8eba82391dab2c0c071bc76695a9957a25fbc971c7cfe4306399c2f2e377f316a08c18c36436caf9ed885205fa249b3493bb6ffe7144d1262c51764a3a1e60ab88edd2c791432b96bb33359e47a87a470d5b79174a7ed311198fb9d4bb19e2d6b2604eaa1728d46eea9cf0b410adc92e1d4c7350a5c6406db5b50c2708c31004b773faef88704bef0635f1dbf7bcfe562e1eed3f35b3cfb88b61eba585d27ed1f2a9560c47b1f8a3989ee77a4f5e905bca4355375cdfc77df506e6f4b4a065ab1e60fe94e76661091c28101389fb05ab7c4a39dd9da2de2a9d247c8937b58b1c754b42fde9f62b9c0b622a3c5a2ae4d1aea419a67a956a3aee3b2ad7719a4592a1b8c1bbc1e9aed8d0ed84591266b44afbd16306663ff24b62cb6063e4c73baa2e49f952f1c9615c272accfe5526ea83ce62a48202fb1cc89555bbb313b4c3cf657f68680c1df972589a429094e3fe28a0c85cbdb36f203ee05a9b5980fb747f01b98d4f834fcdd7ffccb3b4543665861d8309fe09f4d31afe4a9dabbef3c4356d98d69dd9e754d977226eee1596b7488f232ae779347be929b6213e1046498f138de2b7726d3513794bf2824b7d79dc90193dee73a6a1360d2dc495376b6ae89e1920410f59d50250a9dd25886323aeaad5b197abb3d96e03020625a6cbbeee67bb1dbee325bb22a7bc8d5c3ed02b5b4a09346763f48b0dc5e35483c0ef9becfaf44975a0696de0e904917ad15d175ef7f434d24ed14c91a0423e14185fa870d2551229c99d43e99f02782602526e263f57116ccee284a64c9f317b3f946b26984e363fc12a03993436afd23468a64d7a82788b6690c998055acd0d89163a5a875ff42c2997f37c3331b6f3da0846315406c8d29874920365156f6fa76dbca959fafa73558fba0f26640c2f75a9c47e366490c6f7066465065fa705fd03688f7abfa7a9e749bdde884e4dd999d5a780ac2c4eece4beb7294389f264fc6fa469540e9a34518e7546d360ca86b90475f52fbe8198f40610ecc734d001480b16e3807820b726a686e4924c20bb45cea6282b9ba76f9794f81bebd0ce6f527e267a8a7cf986d92a59343f50deebe28cbea64a644ed561b3d3333bfe5c039e31699adc9d8337db9272c2551f639cf1d7360be688d67ec51b38cf221df7629dbd46c0f15a4c5ec07749fb5e283d43063692a59a79dca05413af4c58a03f00d38a44895323b3400a31656bc4dbea7292135b2fd0c7d00e71359d372a258172d210e9509c9a56a02b695b7013daf9b017f605e713e34efdaf09991c212e6d1d0bf9bbb3181ea4d3967772c4e585d9602a671987fe6ca81280081967d82b5073f3ad222d50313c7efdf461c6946d08172bef0c7edac489c176a994a6b99cea2c3b93c32bff728bf6a4589ef1bb010459aee66528437b52af157691653003888a2645f54b6032f1cf4c2c90c2c3e26c8c25f5aa30c301912fcee7a60ff5ffba32464c5ee81d232c8d37e8ddd649719f4323954214d3e7c3c81585391355d20d993e1f66ae90a38aa4fa05dc98b64f1b031a3dc340f0ae790c7bc7c12bea2ad143502792eb6544aaab251c138684cb6e308c57b44193c61f618437e4a62d7ad3b54f0d5a4b0576fb042b84292c4f8717700c8b8b9347bf356ba14e0a0e8a4253636d395329ebcafa449fe6740670f2a535fd41cfc286fa498f6592a7e1ab01fed23d23e424a2a126e0d4ab9a8193ae75f6d102e73bdc17ca41437e54bbea4a24865155a3b7a4aa1f7d7c5bf33a221b28374a57687ba1983625cd8986e9d27b72f43c57085f7c46325ee960149c96b92a7babb7ca0e91ec2bb1664cb517fe2658a040a0988893f61e19ce7075357c190b38878c927107940958902065b2c7cb441f10bacabf763a11427dd5ab715cab28f2607e482f8d205dafedbd2f46b9eac3c52f1e1590bd92da4d8a281dfc82f0224dc8e551b69cf1a70bd17b68405f056636fe331f78b490d7bf75e04313b978858f236a5592b1b86410edd3b73c319b99f8f0a22ee405a477fcc386c1735ab4b14af265ba3055c51333955e72a6bc2ddd6fb8e3ea6f2b5e59a9e593ff87d1353415d87ff63c03b843085a9450fc592cbf1fc960d876902eeb3b7e9083cdc76a8c542801900245f261f3cfeda8b9b328ad9d84a16fa6ce86bb15d0f4c4a1a7c538aa63a32e2f9713fe7a47f3007b3492274d7d3e165c50f637ed9f3958cffce5b76d3dcd1710718d8720551cee9d6809cac4359f6313a20de0173be6a695214c873108f7f1516fdf7a7a99f3c9acc7fff686203dec794c3e52272985449ddf5a268a47bc336edc7a76ed78f03835ded53907efa208d9a9f7ec920a8da94661af23cd8c7253c551fedafd649aa0b5173a10bdd6644ed165db4dec31784b3b62bc0d9f49c2d8f16add352eff6b9996fb8f0c3c76ed24ecea48c49a40cda0c95cf122640216497f81860406abeb8978065489f863a53188c1d10f20bb06508cbaef20b037f51bcc3099c5f8fc8306c4c21b18761f34fb2167047c23f2bac0f1f71677087dd7d673e279098a53da9809b9534639fc14c863444399f8aa4378a5ac0793d12646efe321b43d4f644a93b3568d81b89cbd4fbb041ef7232438fdf4442315aed3baeeb678cbdf9c806ba05e243a698673a6e795110702480323b78a5a096b0608cc594a52307f064ab634669cea4c08135a368de59c49bbc96c3bb4582b125b27c3963b48828a2125a2d6693b0dc7c1ee5f93120c3f4c12e9ab012ec8e88a22d3594be5b6228f61a3b9ecd289256b58772fa3adff7077d1e6389e4616f261017df5d0f635910d3c37740e3f01b195105032eece29d05b6d31cd6996dcb9055b9a11dbd9516e72356369b11b2f42d3adec01caff35cf75696eb2099d84bd05b5ba45b30b741b5cd1b9f35bd38c49a565ad24cecd8dce444aff8ed4b6a96ec0845109fd0918283b95adb98514834688fc36146095ac6d468666cc819ea55ef46be0c7205ed7f58cf5b114c33abeca0cb5f94937041c2cfaa026f366a222fdefc0fc05a3791e33cf7656ad7cd29934af47894ba875577def2cd28c1a7d8cdc3128155e1ce46543719c20ec38589d16cf1548943b85e8e08280dc0f036d5d6a56f5af38f32d47a521db82498c5955010aa3b9ab76a23ae56340b5f4b80e1f38dfde2c1ebcb03ff94eb90d5dcf413b53d0777ef9c046d80cefe0f2b5bedc3cc82a363e87d029b88066b92481979ccabfcf04fb17df004ac7b6f614fa7e645088c492390cd3d63c0ae8605a6d6be88d8544d0a08df95b0d9626d48f1b8d12d4fb3d76bdf64e5244c962233169c2a0ee44d06f11b4c5b39af8de10e3a1417444b00368300c963a6d7c62862c1f2252878ef034c134baa66d803b4f951452152a27a4cb319841db1074481dbce60179c3c432d631765ea00f9cccc525ed3561ffc2a0243531e7d0d841a13e6666e6833d7506a7d502083cfbdf113608b441d720216417ad51eea81f750c8cab1a581b5f21ea3e3e607de9bc979706dfe22e0155b48efa2c80cccd708ec87d1d68cc8ea34b6c1de009f612cc86ccabfdff406ceb0c8f50153718ad55ef83741feaca69a461faab4c672754a60d20b9f5743f766a99c3cdf9fd38e44a27bc263508b848ccf6148ad610783bc39b41a558e961aa5edceab86d3bd3feb7b7e0f7ff5b3c88978858113f9e6f14bfc19df29ab75d9522566293d18b40594920806dd14acdc59e9923f2cb59828bf510a4263d6689b37f86aa04b964248058e218fc4d6fc26c4c9906942bea491e0df8e2b4a39f8c91a0fe4f7f974ee700719d1927e632d1092c088e79b3c9293754fad8227f9acc9c411db168fdb40e562d821f751e2c7008a7881a17f56eb9548486f2f42410d04fda758e555f2c110de7518a6867b50607596837e383435011f73dd1ae337a2e28c79624b92e2f8574398bf88645852971bc596690dfffb3ec378fe2c5203f3cc3b2e013390d26e2358e81c83359e540d44abc34745dfc2b4fcfedb4bd6ce8828d06f3d8295eba9dde60e3a803f78df2ab8f0110129fb14cb91ad7a60b9c0ea5f14e31f21ea5433ebb5b11e68cc0c7a563e3d897f017c78eb4c2fe5544100a0dacf33aef8d73694b78d7ad2212282adf9a03a31a91589777cf329240db7b73200c906f3efa3b952a736115d958903007ba48e1367ac4b98e64f463d75630c2938c905f4ef9804f725771dc7aa4bb7fc4413e137a20fea6391282b3a738c280bec99d8bbdefc400b981a47184aafc528bcb4dda340878d60e6468322ee7b326383ff2650a618941468e536595cfc550c4c5128612b5a5c184b70f4fed07953b665c497b92d34299cfca19292c87b91315ab06a7949d08012297026d500ccb38ef9b0d4005d98272abe1605c976749f1e509a4cf1843321d6e90cc3af66bc7972a98a852d1c8bb547150b35084e2ea75b94d775d3c3c966edf10d7095ea93ceebdd1c52465456fb796949ca5637f3d271902f8f27eedc78deab3ad78d7497d980fb2ce155ec42224b23996dbc1c0947e7aa6a3ff3ecb27f317d5da0a2ec12c3b96c83dd61cc955242a9c1c640e2b92f454c4f2f41a793a26fd13c73d93a4ab31e98e9ec73dc97b2e864897ced724bb214dda8071806c9091f0ea1f63c4688d238e725b69204926bc4bcbb38c8b407f7dbc53b6e81f19bddc99c52d4d2f813478ec201e4c62ccca45e1a1da1db903527226bd10d82505046f5e317b3a339353ba88f431e173c8e863fe479602def1c697239318c260b316b2c4bba3cb8ef34d60fb7b40b8e1c2039ee84951cc6b705e651962592720b8675f53c01161804593f4aa31c5432b4cae4f360397eafd238c64aea73c77036978bd91eb6e9cb5eec9fe1ba43a10cecd4b0d7e22f2def26fd30e29ee4d52775abd65f599f5fdae7351d5d63f09922ad85c421703ed28e9d9c4ca31840619fb10b7e0f55851e4c857be24508ede47edd274959742d15951e5c4314c14f16e1d000aa717a2fce292208162110002b286600660855c59d0b90873dbd01d899f4bcd0820e3167187aa522df7ae3f216262e5944b57bce13f8dd63612741a595e05bc32f6de0f3a446f61268d6e98a4c821f790ae84e101e64ec39d8d9e77cb0ae9723d916f19c1995fd20d7c08a92764420aae12936526758a550ca5b5d2692655636a792ca2a1f6fa29355bd2ed03b721832f1019b5e96dbf0f25e36096be40d8246c268d56560ddcdb509573d0e4416f15a61f7e5fa52f6b565bcf155124eaf02995220781581e666cc1c151f123837926a5a947cef43b0dcf20d14a8e57751be777e431d012d935521b57f3ca4c0dee3aa035ec804', + 'a053265e4f9b8cb00d88917e4a194567bc7c32a0542fed397065eaa252ab946dd1cb9d554ef09380ea0cb501f67704a1acd99ddf1c49453568b6469d34867a54597ea5ded9e2074a18dd32b749221a1726d46b33e4a41ff066394fd0b1d449bba034e400d8b71097ffc3b1a92964ae51933644a59486a1f0d0b4ae42afdb2c2b0eb402c334b8d5ed0785dadd7f83e8d85cc7d23b1438f3bf10f00afb17e5492b0bc8a82fd32d7fd798ed545d34c8f133e74fbaff4c023ee58cb50c04d238c843ff367e4d9e5e35da1ac1c8312e7bf1ea9e96a7f9252baae8aeca5c64c71cd2fb52c72b247d922080f5cadd5f57e40f86e8633f3085fd5e52ddf9a123dddb8fdc6c4358bc5913685091d03cf1964b748e2c802aac56be83aa8008834afebc266db572ac1e182734d2579b8ceed2f7488ad4b311757eb7407901c0ace01106bf36961cd051a417ac8fadf2765ff531b20347c59c94e730be46c7e9c1edfd0284c075086b5de32bfa0efc9ea24be641da80ed7e7210777024993a4b6d7aacf89b92bbff264bbfaa43d7ad68b7ba8d6fe9892ea53cf118c19bfac2ad568d052f2c35d1c9a9221fdeb27326155eb5d20307a67204a13fb1694bf2c7d92431f0f1602f1d2e9beaea0d6c69d1703e429d445b6021614a0329b15b08b195806b55845e0a09f6a4ac0a809c411540006cd67b0e3ea385de456ae1f4c5e8aa12451c314f4dfce86d6f667f6884594c4b3865f047c96038060b5b413db0d4e081c62e405b815ecd9e3be651f8b9075dc8b032eb2f87c1416a5fe4195f51defe75f671f9a92d966ddf1872407568863b1edb26b4ee022c6ab148edb081306cce98decea462d90e90d60ff292071a3eaef6c12792abc20a7984cf5e4fccd6e8168f852d88ad0e2dfe2e274e90d555977ef86b1ecf8f4dc4378afa1f3e68cab89f05f477eeb3525b7e8d696e8208a4f972cbe0f4b1c12dc06c6cd319c57c944631a031921e9c3000da9cdb3bb0c78ccc5418288f8169ea68e0d162322c30bdf894084668608f2d84d802879b613b9778ea864cd986b10a235a62ae53baadcc388fe63ae0fcb4d35041677577df8c4c65fdbe53b90abf1758a4c7bf65b81b496debe216e13934a9cadc75acb870e133fb5467451653bb997184a79d4e6ea2bcfe70a3e1556137375b73d234445d62d5a3b92a2bdaaace16d5c3aa51f82468ae55e6d2a323bae4066bcc261505ee39b9c3f2af0cec572018ec2979e2492298a7d9151665338d649d63b11a57e26a8b68c5c89df034a2d8261e7dbc582baf582df2c5182e6d21df84a9e85503c21b83680f039ddf9ad31ec9d3891abb8515d0ca08bd8006b9c07c44a73980218f4746430b6b56e206311c8773133c143e9a2a0583c6f5f5ffb06364c46e43b73037ff801fc771006005f7eb66e4ca6a40878b66cca81f04273abd6c674d45cf8d33d4a8b5e195429097da7a14c46bc672241d76492ba73a19a6b2e5faa02f708e82ed42347f6bae7e2febbee67ac72fbcb808bc631635a0bd3c6956e42da8a31b6e73d6046a9a4f1315523e42d087ad068d74c18233703cfb440b478dbd596f1c3d8eed8d6acb2a35903882918c534838e9880b0f480118bc05bf405d17eadc7938650e3647a649cdeac5133c77d2093b156c24701e8f3ce6c8aecabc0502f21aa721c169c8d2b3c4692078a959adf7f55949940f7dc3ae63d5ff6c124d49bae7d2e98e8eb6f8700056723942fa8c1b4ffc47e1532d45781974dbafc7b8693bc900e6fe0bd9bf896bf9e2df6e21157b31488d95a3f5bca2f2ed6a1a430e077da67b409849f9d005ec9999f19498f32184834437699ed132d587d335ee17ce8968891ee4b0ded2ec6a7fbef71e25cc152ef693500cf12b32a98b3f88319a6366f573a86ba94f6e46cff47a797391495d19e9a367f4b373a95841d59c7261711c378108b49a164c1c023ef500fba311032ba39b0489af50a0c9f1bef81a329eb414fa6348ecf91375eba556131e25cd0f4e6ea4b032ac6b1ee4e3212492d692357628e4ad08c16c5a7273c63b44dd24876990e6f15a716b2b915f27a94115f6a74451b06d5436fed27fee6cffd595bf756452885266c7f9cfb8acf80e8eb6721366bef2103a1f72e5fa6071e7391345e027fcb358bf76bd134113bbdbe383ad80c3b7d01c21456f9bcb0ffc7bd8205fd199d68e8dcd465efe14dc9999a74250f64583721b71719efdda4436441b83b54fa4284278f8ff85991a4fb9cf41bc027dd36c01949169a6120f4646c96806ee622f39f6a1a968d9eb39b344051bb96c1e55b8a510ebf531e3535f5592286fb2122352d391464a03fc5a5261c39c0136e0b4b08516e6dfe4768cd58b28c487ab6866bb01cf396daad4667239922c5b07ccd69cca2eeaee69d5a4f10f12a2167f6be1bca7e3e899777c435cf3f9339087e8a4c49be05fe9680881fb0ad82ce4d6247c9ded56bd9611fbdb58b88119695f3e066f21b5ae9988150d3ba303c9b8599920a5fcaf1e2b225914adb0b047ab37d6e5e784343dc672062ef8031ae05bafd4b31dfc7675224f9ed8a502112321b6b62772ebe67537cee3ce7c51a5db9681dd1e4d1534294142d30e86d729169285e8b6597e51beb643b2d40db62d212f77ba4a7d6d6fa251a3009e99568289c54c7478e467ff8109797d28f45a391aee38751ef52fb24819192b6f26a8a3e283b260575acb7824f9194bb27964512e9d6d1681fc818283634d5e6b75f4148b945fb63a05d542114ecb255ae3fdfdc502bda35ddc8b69bbf5e7a079cd635eeac0fc7e082baae7aed03612087c4cc647e7d12699db76ee58988efa81781d0869cf31beab1575ef6547031aa48a7a331c1250a61d426a9ac214ea726cbc499a6e88a5800a0b5ce09d7ad9451656aecdac4be32cd1598ef36131a41320e20f9c63b401cb0d548744bd32619c4628111a605c32bf9d670b839eb764e286319897af1beca89c3a1fa22f3743261c48cba49e0ce46769b609d2df6dd1e986f30c13ba850f1d9f034c835a5126eb81fd03f3cf22a22c1d8caf668d1c942f096e9396ecba1135fef8356ea648b2f45b90e18d5c671317a13225c9118c55bcf5ec53aaad819cf5a16103eb7be3904894498efcaba3e02fddf09483d185bb9934b377d665a455677186dd8241eb68ef127032c8269db07db90d241a37cf6ecdac0b25a37ce9e69254aeecbc6029e1f2bf4df477341f2c071ed3fc18aa311760473e85975a19f77e332358204062a4588128fd933ceffcd7f288450591755e5beb93c13c67fc2f34f72b48374a615929424875a4a8d6c7f51f7526675661eac58251fe1a0c5937bb860fe487e4eda76ee9f68330df9c35678be2c8c860be64a6f3c167b7aff9b61bca17569a77cd362e5e7a4fc14909ef37201652af17537306262b219dbaa5555daa8ac3f86ccaaf71891c02de4ee59d6dc45beda5e3eac0ee03d757549323bc880db2562729acba3f5224c41056f7e70f61f7c1312c49f265720c2f62a43b92a4ddd534b1183bfea1a1d9bcddc9087327de33f5db5a39b2745b13d15153b780ba013c881ea03e249e5e8413d00fe0ecbc2357b22bd582a822a63466a90a5e2dd0612f78f4287fd33f716df06e9047f8d718ab1faa06ec7b773bb716f030f742f1e5f52cbd1ac4b48bc2dc7c41b5053f7fa57765df533fd47b02e408b02c4b662275d8cd00ddd66f8a3919dfd0e4e16abcb202ab5225425a37e40365706822426df91e8346d97dab44bf6b40a386a5219627951a8ce5beb6b2c75b54b94b437dd959107516768010c23a1cc74304170b16ec78da14f97c8ff49535fe123d78c06e7df6ccf81ca9470b94729e37c400d143e9f31272cb418e0634d98b03a687b3354d18af7433bef827b3b6ea0730271b26074eea2fc1d85bef8e8f2214ef39fd35b2bd47132388cb1f812fd63caf5690c52cd08bd245089db7899febce7e564777922fbc5c54cf66fae427875da853d82a41c21de3be98fc670f500fb8bca63801d7b435d82f5b74c0c6e428f285e79c5d2f6cc7eb9451220607ecb65b11f079dd6795da0d1af39b790eafdf83adda8464dc16b2712efbb49c58b9073de6feb1132c1ad4857e61832ea4d0d49988f43749320806fdf65e5d32ec002be8a19689a90c8a4bc8c46bd5e7708f31bb7efd5e141889ea175341c3ceaa084ae4ac81a9a9f12f665c52da39aa59341b72f7bca0cb75e38648ad6d8e7b7a1b8ab76d87b81ac24f4ecb927556814a06bc455bfaa678335c03176dab673e447f16eb4e6f5f0567332b9dea06d573284e3cbc127f1722393d890df9c1f621f07d1408b5034571c7232458c4535d88dc55c35f84139cd26fce3fb0ba77e22b675dad940c091366cc666186872697c94e6078b71a7edd8fbd564e8b1897d3648f670819ba4a70ed5d460bae9b452b3d66ba834b3a8781610b1fde237ce773d551e34e1e278e050c62094a596878c0ed0daa0da34df83150416f16024c3167859618a62cbb9d79cdc4f8450e5689fedf29773e48bc979465478f1eaff23b5a7c444f39cade3e7538695b2555cd3e8f1da36a3dc1ee2d53a705c71fb2d4cef2c344d02e80f83ba1543a7a11b6356118af64cb33964a81151f645e41945cb1d7617fe3aed6715aa4291f9c32baf6b8449b53e247503a5d83d34a9eabdcf0aeb25edcd0e155b16427bf010bb0e8780cb8eb57f6a276248744cda0cd8612fa8b2bc342deee842020d11fc60db2c923241fa75a506b9072c801154f34f9bee111e9979b56feeb27584b5058eb60e360ca1fd54339cb278be862b13e1b2d690d0895e2ce8038132cd23c5a9dede3c195c4607ffaf7eac2d7af0eab54c9499ae638d6adc3a4c58399574d467f5a63e82cdb8bac66d2efe9bee5ae0b7b8876dad46855ff620accc3d4af261be57c07e28bd7486571140224a851e9d79a9edcb03f62bae093fa765c47a26ee1b699f8351c803eb102034dfcfdbc68199854a2a48fecac583ebbebd558f8cda0dcfa5e6c459e169802e9f5f825eed3d85ff2f13e2ccfd3704b9652b67178ed613ee7600c70f87822570c25a189afd11dd6c0f0077ed3d82fa2d3d388f9ec732bc4a7269f04570a58eab5037d8fc70aefe506c886eebf639e2bba98d2581a0a075684d9ad69837741a32bb716a0fd2756740ba043e25d1bc3cf92c61cf5ca58fcdcc4a1bc064465e56ab86af4251ad05a6b18a1c7c373a9a874a588ef3ac605123eb0a55645627d4d28a2449d84e7ac04b275f299facab455033904d18ed5ba5164900e028da46680c3326c9b2729645b326abd42ed2ae5d06597624d59be1fc237ac034947d3c88625b00b7674ab9f67d13f2748065ae4238007cbe8044adb6c9d4badb1d9b74d68346448b4d5340631783b5a35ac2458563ed0672cf54197587fb734c4ac189b2dda954cdfb18b41c010a77e90464eea6f863c5da0956bfa8cc636bf0a28be5addfe8d3e7e6f79f71d7fcbbae23ea141783f91d6cc4c8fad125811760ab57133818892471a79c6d04eafef37b2fbe506785318f939837757f21f90824cbcf8cd205fed8f3a363a765d865b1d88e5e2e078a919ef6ea0e9a13202fa0b58a31cd2c26de63d660e9c8e51ee5693ec645f787f29dcdff30dae32dce89938b7d4a5e76f99c47a2769b6c333ce2ac167e0267595bba8f251308eb4f7bbb332f0b55bb630cbd16d03af4eba0a0d1dd080c1fd80c247c74f0f7350cc8c6291218bb005e70ceb533f84482d1ede9578e8c06fad410fb57f20b53dbe24a2c57b2c102c6d220ce29317329d1b95b84d8330ae53fe5f83ed198accf59e6441ccb87b0891590e3796d91e9414e0c79f1d85d1d2d3b78327d8dcb7db05b934715f9237fb46925395f06d7b3216435e9bedc8f3b458a254015c12cf6ad4d73a3b664f886fb5e09a2ed89657940c0dffb4a592bcdd4b857b1c6201f901cac021a6c93895ee450a8b0b379dda435c0654f32e2c57d412299f7dd3f35e294f3b8fbb709587ff5edacd33f3ca2bc670f6055f6edeea211756692e952e2669cb112d8143ae852b681609aef66573a5aea5ba004eef9e4dc0d3803692fb784aa60aa2002bcab8f8cb87e68526b6d96980db1adfb6a99adf776a8e9db0a17c5348ee96400e3348f0f0f50dbf6d0586994d5fcd038f52075fa3e1386bd96a5c0c1a85b34ad62f5c9b3d282564b299a2bd7cfa7c75bf330c55ab0128a9f49c3dfd82979e2569071c801be7d77dddbb545d7774cf3b3094d24af992065fe9804aafe9eb02d9b103b127f3fbcb10d5b3c402a5956d5fc8bd80c6f45c7993a05ea8a9b84a856f946a43182b2da82884c91b336e24ffe871f53f4f04262a4f007e8273557ccfeefc86f9dc2d4316cad14581793aeb2cdf1285376f91bac19af327fe962a49895ed09dfcfa5f05bf00a46e1d5b71b09d4b93b58fad03dee57d61a244999d795bc7f8f874fa2b3d48d1e58d18617b3cf934dbcd7091c35b3efe30387d0418d3ec325bdf8865f8b15c467cea9913c157e9a3d41501a437f97528492ed1600220e5a6e39960c12d2aa16552cdc9faa9c8159e65d56b6dc87f320094cf6733c328ed2c777025993470bf384d7ed09d9c5924307654d575deb71c90f9626808c3b3adcbffaaff72744b5fc75644d58403d0bf5ef0db6842e267dcdf612efb646989cd8b649015d6558329185669003844f68d32b9b24b5e3a581af5b27c49d11f71f4748c6a904c3fdfc43633337a40c99337b3ba21a75150527ddbd6947ad64d35ca8f6080975d9a29d926d7eb6b24f86f64e9db70a4a18b1dad98b3beb5fc599bf9e3c819538fce270ff128d8fb6d3b51bddd05e669d852805334334222c9ac6c2678ad7fec6d43a20fa0104450a2f903e9961ecc1f7d0f4417b83d67eac7ae6ffb57f5f8897c6261803b7675954b994b911c0f6aed192931a02bb877357ec76e20878acd5246912e0bc841b4f0f185f25d78c108fc33080f97958eb82a75602f3d105246705239cf58515b49891b24c0f4b11bee745314a6a3fea673f234df7cf9fb37aa0b28c30d0eddab7c8951de7cffcf04647c02b5be6d6fe8efb443ae1bfc4f20434a5195b0d5751995181b1bf025db66b13cc6531e9cef3c76992b33d4ef14f4575654198057208ddb5d0243e20fdc281edd2a568fd9878a4ec973d8717a539d2f57b9b64539e6ef97818dbe1b65da32f387b326d9cc3ebac06ba304b8441302137409d3c626cf2712ab45f563cede6c7861eb2bc41c1cb414a8431e73f65c0b4ad5cbdaccc4e41e9104b04e81f2eebef49459cd1872296092a7dc90683736a01ea387321fbb2cba5fb458323f7a1510b14785759c756ea78291f5c160b0aaa9d506c54387b4afe4c3e2c50a630e584af5a3f88919cef26f2b8d17192209bf0eb8250e75cc57768504b77d3cb655c15409d039735724bda2d6c4c90078e97eb70f29e930b54b88836b5a0a3200f8571635f5d0991e20d826cb5d93de28f8ed8d2239dfdc0b39eec840f3f452099e2278c03b4665366a4ae55281fd1bfbdf1776387e77e196c8ae3acbacc10698f02b63f4c9223d66a91bc5b358901fb946015b9b2039a71ea1d2c353abfbb5779679bd17c8ec8b778554b03509d3532ad4b5259146ad976b6b614a221829c66c371470725f2db632a8fc8d21bd4f1d15323aba63185c1744cf64b67e1cd4a3407b05624db76b265cb71b44bf9b8ae64408980459bfcd907375e2f1b0df83b3bb0c537df0f73143c05dbabc57cc0e177dfdd7eaba63886bbe04e3e2ff88be5ea48f06a7a24804752540dfdf3177631689b90053d02b160eee257071b53f0e0cc5af27caacd26e245208959495c50f4d30e51b29e140fee3cb7f8f86192ef925e412bdcd56bcf6b8105ee1c3cade9c2239292e5336cac8501cbb4b09727a0911ca60d098e82f259927eacd5419e992ff6e2c43b917f0fdbfab80a9e2094ec6393f426913aa52812f5f536030ca0e774b95976143cbda24973e77b3fa26d0b7030a5f8e26e44e94e38041a23d2577d56e771191d99cb1c5409e477037102864d8f5614ab9dd4ae61b515e9c64714933d0dc43da63d09d68229399e882117f5521c6eda2b4de6ffd409b4f558ef8af1ad98cd444c9b0c596a5e41524c46ffd134446aea0ff2fe463bb26bfd5a100cf11f14e6dd7f38452d6315b622be373c925ab3d494b8218d2a0f2ba542587d2d1a080ebb69cc9946bb12ebe2905c9650c13bc7369ab26e1613a4f1fb64c26b6de4fee2c569a342739ae04d611bb5c8ded66e1afb4c9d1d1b8bb391c8e5268f31ea7a3d6f6d91a87e4551b6bc354863295a581bbd2ac6c3100ab187b844033d3b82f07b43d6265fa932edb45e6d82d9e2b58035d6c5ce049609053023f1d719cd46f828dd43cfbc96ec2ad2b23503b17d807d15e2ae2136101f4547a68f109979cf07d28626fc63c9e98f7e622c397e6c43b5285b345efc10b5e82aaa6c5e30c36395e4e9004ac9a4b38223f8a392953167bee9cb08d5bb1a557455ca2a0e743cad38fc70602972d9c2b97fb04bad9a5f7500d69c8c33e78f7660556048afd838144765b6b716e3bbaf8bde5374f8f268e4117b6a4ee825f2a', + 'af08305484d04608c43ac58d68ed0bdb5db6044184794af8fd6e90fea5894021dd3a635a8e57c25d6a574a6e74c0b576c2e2675681c6967b3b62aeb3550ef43fdc3c69298163f1d8e13cb4e10a31c5203b130208ec0b3b370ed3964d942531ff32740a6765db1c9eb353cb8d3428820051ae9bfccc307f5301290e756bb64189694c0dbd42a68bda6702571bf98d363f8b1cfbdd291cabf899ccdfd3e0aa6a06092a3cd221ae86b286b31f326248270472c5ea510cb9064d6024d10efee7f59e98785d4f09da554e97cdec7b75429d788c112f007ceeda7bdd9aabcfca562a78a09d39db03123fd722b8869e3c61e2c36469949481a36da9989437bd4edf50bda801981f163e8d75b0dbb542bf8e3d0c7f33dfb223c009001a7b3b81916bb094390c42c24a47884fc8a0410f05b2f57b67d8d9046b2ef4a8eab880c29be09326da26fe6da713758ef26ef1af16b3533aa3c14a3260d376c890b1ce2975283f9b13b795c8368b9f59b6ae8ec7fa7b9f6ebb55fae40a98d98895d0ec5e2629fd1a6c27d07afe974dd99dc6e002b9f0214237fbb0c172656311807ca408b6cd14cb6ede752c0720c6362e1faf055cfc20dca01d36719f235e8bd91cbccf2efaced7a0454c855a0c5397f221c37beb86e6647e22529d99b8101e291afd5d959a71668ac21f2efe453c246f34e40a6c75b9035772cded690ec2f0f6dd2f57f394469fb5beb4cefbb1c9072fc1d95ae9b3e2e0b5756e08160cbb2ccbcd1a6850d095aba8a2d40e5a3a4265ba2e6b146927a8251f93ff97a89945f82d528536b536a6b2ebd4479622c7ee6996e562e0f5b955f71e344641289fa67ca6d43a6929aec0db07bed50d5b3f16384d4c86659451308039c00daf9d0527e2bdbbffaab5202c4e83c6461c0e8c02fd67cd9e4c4ed780e8f89f1a880fb3104ffb6f9da160743334e756616a4295fade6acf743c2b338e57e33935758790a9ede658dcf532921bb5bcd5efa0ff424603e0bacede344ea2f483f6281e0b8639e408df834e33622cf889abb8654d7b2d9550f575da700e03e75f3fba2aa67c0a5ce96a5c566ccdb026d63f84623528f8bc43ea31d7e85cfb59ff7ab2425d5b627c0f632db2e4b9ed662cfb1b3ebe31f09f4000c97da221d072ec11d90d3a098a6c0430bf0da3102ce1114645a2f17e5a67cf9f0776a843cb59ad6af734446fca55503bda0db2b8b5be1088c936d4f8813b782fb16702ac3437caefd45e8375695f79ea455a189bd026ae2a70a17285ac44c41890fbb6425333cc0637340004b1b109a7ca9ddd9fc5417592028cd00e22aa3ac36cd8ceef6f763a19e95dc202e87488d92f7e0aaedb36ec29479ef87c2c9463960da65199d2279c8fb382d15957cf7ce73da4a6af5c2e9b570680f1b5122ac5fa3a0e482ac26f7bd05b4b36ef46eb6f3bbcb8b9898e500b8509d9c3a31c96ea58bdb7ba8988765d44a95ff8aefdefe83c74614c26bac5c3191652772d92fd5a165c4baf9e6c63cd5367671f7cc30470522d48656d27b44b7df693133abb8a9b9ee06f3051b55e50655b0ab443e2528ee5ae150f461f462c177143a2b4e062375610cd438aad9170e24ef1beeaa000ca5dc06f4f99e8a3ed514e0a298249b0b6a8b60df3319a22b43209c445594637ac232bfe2f4ecbf216925792b28c3e9a9efb98d7452ec539a4bd512a52781b1ebd9db76bb64e105c3041528044ba074879b680d1436976ffc9ebf1cbeb2f69de84342b5eec7fff08c2c8087fe8f4ebe3ce4334a6f4cbf59baa25af501b66769e8950517edacae01e548e4135a522339326097cfc603a8936d0d15561e7058c87555aef748717fac86efbc44a832c287f0870227c909f7bf8c159a9a559f4f1c16fb8cee7fc4f962c99775b678afa0fd0fce0eccd8be31308072374c5781bed735fd4b6803f58fc725c6acc34c37433ad8ac1a49759ec998f2a997d684c62cac5ae156fe75a1c74c3403ce0583583db3f3b7b108403a455b4b0218e37deb2cee0e3e2c0c354824647cc555f7ce80d4eae9676f93a90f28fa023256dda35f143ec86a572bd3671b925881e1147e5fbd521241b266108bd8e7a0a0ce3f859096f1020c54d7c07d31686fcfdbe623336b8c06bd061a274ef9b6bee3eb83953e09b7538aa19a9cf8fa591b15b2d74daa53fb4f5fe70a5db6ffe9b5623b4472a600e4356bc9eeb978dae6f2ea12726e32fb2254a0e1c114525ff31ca239fc7e67012a10263a4eb66b57947fb35742055be583af0662d8ebaf9e656d2a6406490f7edb7c507f25044ef4e42a181dc0938397a1c71706bc643d3fa31f71460c42fdfe8ae261051c339237488a7eb2789958760f355939e5ee79b84ebc0d5c78fcb0f4baeaee689ec4e39344095dd1c4a739252e622368d01af39ccabb6513d6e6d6f5edee3f162728a19d692f4be84f1da41981d62c30155a1951a9a5ff08a081be769674f99a4fef6aba2a74af62729d27c79c19ca1c202c898b6e0461b7507df5fb3717a47163798d8dfa722edcd98642b3efa593898b12928e7a4f038c810c1bf8523eb6181c67a86d7ba010a3ee6973730ef20f04b0ace2ef70ee7b149cec8ef27a52a51ad52a49ed00671b741bc748694c97931a2b4be932c47b2ecc1e6fcd7e120bf7d62841c0913b6f95ca0c20101b5afec636658013dcf77d953f7036560fbbc334f6804ecade8f0225f219f4890daca02ee5f9da01627c5e44cb5cb0c70bca00c2d86791c7496dc72298dfb511c4a42423a552ca2057e5a5c41c1e6f8f06df5d581868bb24567a47322ab80228b4e3e35af10ac0ff11a5ec999e4fd31c956e213b22ee3b807a16dadb245d4c5c72ee661b657c6efc444f8b1bce6b8c0e1bf905028472935a48d62a742219f42b6326350b5f4224b6544509e128fbeac22f026134b9805320373a8e938098a9f42a2dd8a16ad672abc628f1703a7b8fd7330cde583eb1db60c9b6afbfec23ce652c57b953f4b3d95b1e6dda5f7f54dbcbbc9ad4d38061cc9a74cce66fa175e1fcde466fb9a964e932c1761ce564226f0e401edd3d2b2a873bcd0fcb196cf98509d47c6448d553f2c153f441d8856eaa1d521b6ffb9b769bd336d1d6439b19183a936c2f68252bb6854a4ad17f5f942d776702f5a55dd09aef46c59074a87f2bfd9f9829be0536850d18ec54605f3d69baf38816b0fec2d4fe815d7233317620d15d72fba0f21eeeb7547b431210b4df468bfd3ba4dab7fa6f5afc03f5b2a8a74451af1dc7784f6422616a160af0b50eb894f4ed078e3a7be04843be42a8712fc5108ef888043285bcd42b45c19b98687fa2e1934f95c4d9cfeda719908f8a1ad21ea524692282b40531417acc5dd98d0a3a45e6e36de184ac9fa8ae65d43df909e07419e15f9a8f99ed4efd81d412dce6dfb42079931b0cf4f2cad53913176acaea9e519717f468c98ca676987acee8a3e79ef86891cbe3376b702690c8a0b093a16663e0e82ae03283da4e66de5820b00688d736e69ea7e28e5b2af371649b02b97eb9654ca87653577d1d736b59359990e4357afdedbb94cfce5ae789cd5a867749ca8ac1e7abba9be14c44ae4c67df3b43ab9b6443aecca45c2ec38e65af9d8f5a2fc7c472f0c6b5b9536113ac57ef4a19a21ea62ae1d8a0872f3e0ba7eac6562251a2d0e4d6063967db5f37f3864861f8a17b302e056738d1d4bd6e1e9c8f5024c8b28397dc079b6f4c7587ac6389074322479ea779e6f1be97a84234455721e40d6d4906632950521f6a8f41801f9e9bbcfa4e31cfe66fb010a5047375cc3fe298398ddb1c19fc92dc94bb5d6c7abc64da19cb5777c3e768b83a41769e3d0ea2e1adee605727f4b40c8a985a7928d530f21ca282f23e0d2b06be75983f5812a77240d740b4f1dd3807c2a2c336b87d82ad79404edf83457974c81d62c97be052d298c4f6a5f61a8186c37712359819cc64b63105805224f69adda560dd36fc578afc53fcbaa34142e21361d1f6563e80906a015195193004d175aa1ceb07cb07f401f0cd6397c5deb2191f8ce9615041e8fb1dbd7e46db36c11697e1637cd0f6b63027d321323cc76f6aecad9f480382b6e002a3bc79ab1ed236fb68d6e4a2963a1d65c88400fa9f827f75be7878acc592cf3caed01003ff9d5d411dc5fdc489080046f7fc92a3c983dd273a1581c07cf50f482949a89a8b8b00057ab1269b21a8af27fc0b55acc7fbfa9d9af6e1f32b6626a1cd89b1c32513b5b50a18ddab028470953f20c89a3d435e356b8d1799535eabd5e630ba027edfe4ec467da188ae23eb1b5bed79e07c028e8b2648a147875715411daf2ffcdb3823f7aa5010a8871f7536bcc1d81416b1f20b55da0d6239d7e99fde858206dcc4e973b020897f2fdfa553ec3e61a99fca2f326481ba9ddd69af3e93346eb4e5febbfcf26f9a90fadd021f64c3a51569b39c9cfd00474f0484cca9e63c348ba95df1dfebadb2728aa001d5b0e220ec2726d0a769b621fa21a1c87e521d81ff796b41b9066b7f8851c12b334b2a53923a6c51ee4513d913c75929084158c584e89f1204cd194066e2a8e4a4bdfccbac262ca6de19b9db40580374e43e6e7db07961f93fba47a382bfcfd49663e9e79e7cc026035218b6f47649229ec3cf1906ae7c5de6586727603bbe71a4e76235eda0cf75da78a0eaa48482c8a45c1b360bfa16b68522082a8408fd224cb306352e24b31cd007e2f4d52558bd7181b34314def9a998a1ab5b6289f48cfa514673b48b1371908a7f541abb2397a2bf27ced5df7d8d9d41b10890414d083a3c93603556590a787aa686c9b89bed946ef947a37e1b090facb9d071b15f3a88ef8d8904e90c7e1453290b76cffa05e33b983c223d6a726c2d36319b7cb37a62e4856cc7e59612e09e5760a643e696fb9f951ab69fe4703f5db6aa81e5e27e64b62b79d2ce9e8f59d6b214ecd6ea0769f57071f508017905b8abb9a99f548ceaded03ed9f67e4a0c76d9969edb6cedaae7aac0521849f33bb895dd970b824c71b9242a320fcdb965093e7450d3f7a03ae0b484425346855de7f584bebd0423a5ff97da7f7d0573f008412c974312c5967b1e4c6a1b6f95f8d15b5da52652a8d3fc9bce16c0adf039ee922dc6cb36d44a0158672e032dab78ef37b6dec9e652a84ab0539c7d3fc4af46920683bedc32c23df393029d194c7a9c0b2eb02a47a77f64662974f52347cc8ad13542a08b979b6b602e8c3baaef6a825623edc9ff1de5c43dae34db01201e35c0388812cd4932242eb82f717b0ab51c9944dc2b653c57f49750509141b410d1ff8eb88809ee22e2cfbe70d0d23506e555000fc11269628013ce5cba7d9a50d9efb67872d9ecfa41c3afd4dc68e4cc5709c3fd1d9f5b81d12366bdb90d393ad8013e3c55a5cc04ab9b1adfe6a79071fc382f28b36459327266c8080f89174b36e49488b30611eeaac67e06a206ce943f50901704fa08f0de2e40a04079cb1e80fa47c21d734524a9c647cd711f05afbaf3954c94d8d1499f0a8f2ade47bb0140c2c68cf765dc23332b16a8e658cc20d991bd4dd57958a91f8c021c4b8b6dbff0ce9f4dd3665d86c165593d743c989425ab667f6963e59bea1327e90aad69970b8e409923ed3fbbfef58def9d32e17629b13f65a3213e9e89408f05be3625131b8248d37b72f92f266c3323e3f43d43503386a525299a3d6794a616b8be26d08b3b16a14c80207ce229d79ecac9029823b2fa9261e5aed52f7feb80ac9de54be519486719ad2c11bccee9a4c449e7c13ea009d1ebfdd3022b62edd7ec5df6e1b3bd4cb96542a28a10bbf7da62ff436aeb9b12c825daad50f5fe1b70fa86c23e619791fca1f8fa42788170a42951ac01c504c40991f4a42e19a2030079a0edbe9928c6c57238b9d77eafe29679d99802556d8c0ac2e44e1600ef22facc24cfeea4f13998387a57b57da7cc25f6ff8e090745e9403b2201954645f9d4849aef4b2f8198e977466a690009abd7034bf472751e5a4e6d2675184436f602156bc250934a333da115487ea035f02e314771db09675d89db6a0f3b9542b617f12fffab6abbb709687f9842c8cd4790036a7c9f4ea16186f875366bb3f9a88aca5fed98306682d11fddd062042ff0b0ec3d7b5bbf6d14ca66d081252abc4beef36412b36edb352959c86768cceea9e57e28f48cd61ad5c888f485f4640b2e98fed51599807a2c7688b7e3a39d79d1b21bc58eaf1d4b3305e169ab55ea76bf2d5f3b5c971fd4074d2f34dbcef061e6bb579b903f1f7eab06f29877c6388f7c20970f5e5897692411dfc7962750377745b403bfb93715ac505f1961c1e8a5f40738b9a14a71ba2178fcd8c969575b0205a39643ba0eb0b5566964ffd5456aa535a6d2bbd959477dc728f0ebf1504cf56fc8dbf29df0c0649db3f3a87d094e0e5083e304a1988197a0c698544be59defe8764d12e1a7d528aac14e02359eb0addc3253222fca091d7a6847b8f581ce4ff44e524b317e5f7ff213ec837b6032f22d44ab8ad0583e6dd87087707abf5ea437b393f1e9fedfe8f82e57a2db085579e83d64a53fed92072f91c02147e8af7b17487aad87a3d6e2416307f6b0f198a3817f1707cad4c488042e8a31e9b86133176f8ee4a707c4fa526485e5b9b66d1d8dac2b390dc8264eeab95e28dc88f46abcab492db4952a9f9fa559f631b15336612729af751237fa47c4b47cace4d9907b9e21ef2cc69850ada7ecbed59cdb9cb0828ae19d5d89e8afd315b3b756a132d89ab1af9c366eabf0eeb69601b376aed040d755f2f49cb887670a549848bbd0682360f57f4f4e100ddc501242afb4eb54d49792f291d0d862e2fad5cc55a9d78eeac857427b971b591341ba14ec06d0b2d0342f289fc6d6c6e97fcddfe7fbe6c133402b8265da2c6705f403f4e2ed0d8ea6456111890f1227ed01932f8a225cb3bf7108bb8897c1cc36ff766f4ee7e02cd933ff29e7ea390a6018cc57b6adc7bac1c3655a4e5089dd18bc97e06a87f731eb885ffe3718b9f2e53defd4f7fea66aeccfd7eb3184d32e4dc3def4d03dc1125fdae9fae0fb0355ded96413b8a57728b2feb6eadcb53c4428adb2191a89cc62a884439c8001a3b7cf73cfb08332b89896c8a8d5aa5233934bc2b7c9a3fc7797481cf37faedd19ad39b59927e216f92f2ac6244814fc47b029ab6692f6f66124c11d5000a7ede38aaff746e65fd2b750c16f9f9ec703e70f44d034e1ae07f78fa60e0fcc05a48ff494b15f7856e651a20d3d91561b19a0252fd9a94213b1d95c6957793e62a17d6f7a8c495a61d2769750a8a01a9badf1863d104a40d284550f7d8232d429553a4fe3e0ab08fb1784a55e492248c32159970f2c8e4a54e0191d7536a329e440553a4346eb009d361a506897be5d1c1456fc1886ebeb3565840ac2bd70ac0de35ca32b279fddc2be862d120cdae421076819eba7f99fde75346bf8bef1d700ce9f1efe2b1ffd0601869fed10ee6a5c7b0b74fb082dd4daaf88958993cd478762bb025eaa01eac1bf6a2d5c6c8f4c38efbf91b93fff1694751f2bf7d45959fc302ef1af2cec33a038cf59e248242640b602f4c8b7e3f196566693b6092c9ac9c77961823c25440c1e14ba016c5374fe9e64128bf882e27ac3dd7156aacd968a8908d65a4043b87fcfd8a24c2183b4ece9617f858a42659c6e02296c21a2b9b9057bc499e1cded75de99c725003b62763769a037d5b8f79585734039164290cfbd40c0e3993a7f88cac67d2e90e10a34f91b0935734d24d0da8f3a7fe133a85920e63fa9ceffdb1304ed58cb5c2b28a3aec42ee0eb7559e8add49c932aec5ccfd0dab57f0bb47cbf1d8cde7dba602a4ce91395dc96c81337afe1db054bd34abe3d9ca6b5c7cef0f7951362c834369b9b0877b28b0dcbed6831156a58dc8eee7ec7baa7f09bc5c426dc1faa4d71f50908bd6f297ec8e754d4d20def005585b4bc1fa31da1f02f62f78300094fcc41df2058784f2a50a0c6181329cd9e3f4e39e0a5e49c6c5d7259d40a730471dba3aa7c6a01b8002d9eddac75078a85025eea76eafd98923c251536d2d720460870d77772c9e8a2c827e80c6815aa47372e42f96f6c86c624be21aa8cbae12edb5002ac030f5584b8d291b27cd2a1675632dfe2a3b00b7aafa40ba9988ccbaedcc798748b6083286835572913cd0467d8031dcd18468b22258d3fbe76cb4448852e257b8c5bf6005eb694eadd7357cb452599133dbe8a5f3ec04a53a7f4ff8e5d1a262b7660229f14dcf7723a53f0041600be4f94768d7443e397f3cca831d2dd02170eea0b9d77231eeb59aaed7194d32b09fcbd1d0913ed7db52935439fd87d8c749057bccb0af202ed0bbfbe6110051b188507f081b093e53e6e7255ade1c70fcb4a3ff23fdd1a2f78f2d93522e81447468315bf9bdccfb0803e146cc091420287b7035a605ff3db1bb987f05b9f9936306166d89bfb097617128be79c69670b36416243e12627bc41ca6c5e5f98fc7e52ca5bca168dc99c8f76595475dcae905383ad4d16a22e3997afd6fdc386c6761a089502a017889a45f40d42015d91286be874e485666fd969d4584d1bcb7fb412b68310ad2aef05c6f6082eb37eb739fc0a2998c1e5652244d270dabcf990cec95eb682b23a4555af06ea7900b2795b60436bd840a1b69ac514a1154b73a21caa6b9fb733c824005a9114cf6d9b6ff3554e9c31762ddca94725898b3bcc1c243267bf5cc647139c5', + '9ad432e59a7f71adefb66e0c10e1873b5ab91c65624f8ac38a505d06d288c1f5f1a63a57a53f951347151f96a298147505ad5a5397af6f06ebb3a1f5d4117dc47b208934ae4036447b1e109dfe33382c778e14119fd445b83d85d945f480c2365fca8743608b3a89b459aae8cbb9d9aad7e3b16524c6f222a74c6fbed9df7a91c62c9d4e60278b2a1a4f5541b233e1354e359918cb8e608c5292ca282c358c1ed7cf311b591c0f6fd4877a6e5ba83716040b33f23e33753d65de524b948be025bb3aad74f173b0a00b897f386d20c39520ede9ba25bd1b7f09b96fefbae85eee99f5771fd0335404e6dece6791a46df9cb63223a2735399866aa89db4554eec09a89f9e49f64e5e48e0dcdc36e3a1d8c2cf64738eda2b7d1a33908d8ded878e5e67d998d060e4a882a9ee613adedbb946c2dbe7d1f0c7c72e9ee54ae2d7ae4a3a459c1e0ac3a6b38e31a8021f5c22f5ab291f0d1647b72c35f52d525d9441a43fca6d8a73af0303ce10802b3efc3612627a945fb64f8800c2eecf4048b3e020c17ea46a8573681db4bf0d69242f73a40f2fd26c5c88a8e947d441715ea6f85481db072acac16465f495a63869766a0ef3d15f9f5383a85a475e3a81e9fdf893d367dc67ae197670e05cf115796197c7c2d7a27545b0f4b843e500de85196f73588dba9dc9dc1cc31a4d648cce617b72fecb319aada11c97cff13b03ba99db8763e518398889d5e0f51f870ae30683750a24836bf5c48e7d4e0b5f7df4ffbb2487e68bd774b3203f232bcf1c51b15e62776c1e55a8abd8ed30abd4c9beab8cff570a6bd418e89a4206faa34d95025abfc91a790450c77a4c2a5b3163822ddf6c43e96ecbef8a82ae2314a9fb276a06d161b829e46897e12e9d820bc7fa1700ffc0dbdb2b532997b80a0259b17368f16be3bd87726aadbc190cc8ba8350c7c01e608a578f0e4648142e3c291d238f98d3c193383ac169598ffa97c41250e06b6ca54d5a435b50f227023a9e7a923e6bad8de1a29a275b47e7d967bef164d1815f01cd5a04d4da4485187630765a05e85dab216d4ce71415d54bb111acf71b9069f862ed200552ada2e387757ce566ad689bcaee9fab0421cca41c52a1923f27120ba67a41575aac04f5d6d41abee11952e256ad1ecdac2a328502087bc0bca3ebce1087d56542be2fc1fce2bc60f5caa1114d2f46d98c6dab60fa99a80d04956b82399c4899bb5287da6217fe56251fd7ab26fba449258a9bba7e8c92d1a779f5fa7a3e377f1507a1919eea4d18efb77b127c88c3b6f7ff88140657d8a935d02f896ae41e8ff05c01aa0be02523c5ffefd9a65d018d744af4e00a91f60e10267ca174046a46ddbe2c66517012f14877ba833cff0a474adb66b123b1577ac6eb71e53e35a72e2dbc8668d840932bd7ad7f81c8d52a7ebc5f5209ca3c9979daad83c721ee51b060c5a41438a8221e040f8367a2760e9e79154b4c76aa1885bbdb46c9b794f68827681a1adb3d4c524e2c8a9782680310e1bbc71ba1707118faf32f6f67d001efe2123ccf38667e632672e9b3b111c48086a139d9e3262fce1893921acb161082116290b3e8ba44cb1d71152ee709bf77e8643819a431a0ff852b337e59ed8ed945c7ca6b64bf1be4a3a5b17b7cc650418783265d7d397137d12877ec8cace94fffb02e5824db705a599f332beabe2377d47ca907c6940cf17d19d3f7ebfacc608fca510cb195fe969fbc1eb2c987a5a56fbf14cb28e7f0d6f98ddc12e05d84b5a664c6eb8384f323f69ad8a291895334a9d91dfa1c9bb932d6e2f4e0122bceb9b41df487231f1a8ceea9f56dcb59b8c0233919270a25d2af85c7b2c1fa0be6e749545e6208cac13bf867f986ef6f42b25c8d9ad48a1cb9a7869a9a4af07489b8c6b6890ebd2e73ab9453599076308d85c615178504f6eab569da1fedaddc13b8cca2f8efb8a0ce66530a99ecd853f5d4f08e13bb133ae253a004b82c7ac91161bbb8227773c82df6a4ec4f2ebe30281a5c4713d92d6f4cfcb9b8f789ffb1ff4e24549a58771b1ed72a86cdc8706b70b079ee9c71cbea672b27556278953d59d88706c4e55af01d822448aa3ca74c8c41c9c312176752ed6979686d8ae3b1ad8b644d46b0681da67242c0790dbb79b748dc93193ca83f2c3200709d3353b566f14ca6743c56ca4642068c9ebe2579ae3012ad2653d6e5c01f8cfc56047dbf22849090e20b8fac795bdfebafc09da2bd821c9fadef9c0d257c5f6a4c70ca454ccfe09b24807b2abc2a4f8c10a76cab81c95ad92472600be8f30858d4fab1de523dad33904db1cb8b57d5dc55f51aea87804de83e8ebb7876fe08367414dcf0df4866e8d9c5cc15735ef36b041c30f63b11665b309716c95c07ef81ce519403509a9e29458b128ee09a28a69f9f474519274490cf2e0a75049b1ed938338fac328ec38388003dae7fa3f61d8ce0b65dae2c69275eb5ff120d42268b463d185211af7775f5b795da8d06ec4e50a306a6668b348d53b16d06d27787467cd0d67b5a671a7f3323c3b9b53d6b978f38d0c5dede474162b2ece9f0c5c169408142ae99603d1db4d73fb264a204b79d347d22739011e1f03cf731e487658235d0d5524b154fcfff44726b37ff37fd0f089452c14b14cd80b204652a66d41fc142071cdbe0d30476fe043a9b8f85f659379ebd4469c08298a4acfa4edead9087577054e86d5759b0565da70bed7f220033f4f88966b59faca74967ae494292dc737990ed155d4e300fe7470593740ea8a04f6aecec6483311c7243d55143854548bb67566345407a6d5981050c052a96ef06ab0b454dbbca86b005606110f666299e3eb0f1bfeef400fcebb6d1b2f47f82a32f411be1c7dd787b22bbf34b4493a89a8d892b2d88415d79ed676f0dfaa70dbd6e4acab135fe544c3264a2531e724848da4b8a0edac6f5391ca34e66bbc1e2adee64fc4c7481cc9baae6e8b8e2667b21bb7498e425094ab2eff6fa6da634940d364c0b14021c23f1f2af20ed1f04d3ad97a0d23e159cd08fdddefd834893b443dc5c81986d320cd7b049f57042c1c444f53cc08d1ad629287cd7b2382153a5fa2712fa5a2457e9c54a33d0e2ec21dfa06ab4de41a369b705335dd2fcbef8fb98cd0bdfc9b5e24d3356f94db5899988285eb5960c5dac0cbea7edba517ff8279824a3ac67908599ba3d06b64899bd5045479b824d88318cad2113e2d6e2d5ac80d476dad442a661c282e8b54c9af1ba9fcbf32d75e18ec969554cd6ed96161cdb42f1f5705ab937d4bf1bd5120bdb49804238e215c818456bab152115f83ddb1ff6a186cc47528e79581c70397aee6faf40f96acdca62833ca8f93bd097b179b76602095876f6d818c4771143568faf755ea101de56f20554c565a1bde3157b4a279ff7a5881aa74baa9852903d438b6ae1cc51f80c4b3e3c86d6dd3e68de5230a1e7cc23e9326e7a710c9ed07dae760870d7d58b48d2b05c73e948c2978081136b56115428d2a03d9e507054b63501c6825007089b2cee5d03099eeb0d809a6afa8741d6a57feefda8e051cd755bc13dacc1510071be5a86bab43a382973009fc5d7e7fc0daead432758cd8b19a716d646a86e037b0b77920175950a79bc563a53e46e64cfc36da670063e1e318b8518f671987205a8e7e78dda4a028ce10db33b196f815a62928039954e075b9d8e7e22b97aecaffb0dffa63ec380c16599a2d20345d23c10ce78ea7257d6d631b58e51ec7fc3e8866c52f12f8c35b5de7c81bf2e9be7e33273e8e929f5fd500c7cc20a8731a83def8589d5292e71d8a038c858f7dc32fe6c2568dc18a2fb477256a1c3261afa1e7aebfce8c804c5b85f50ef45fb8133dc02557129eae9413b07d5b60225a64a18dd0234a268b9b1d360577f0ca6257b0ab9868a690d237f99317c774e226e18ab7a5ab978a7b7c69857befff384236908e62b1d0ffc0bf6e083ad5e1d88dcd644d76803f1e1896495a9e9dab112159e650cc5b18533ed57bf72fad2e6e57d038368bc9ca4c2a92c49db7aa7bbdc767b9db1e8e06f5152126483f78e30b4b930d5c2cafbe7b7817e2360e3df7a4fc091216a071234b0d4a79e3af5e891633beeba6a15aa512cbceac0deb7fa82e88e7f8e9992df6beedf97cb0ca86a7f9d5f9dafc31f1067beb5f290a969815c432a8733c53e907b77fd53698d719c51bf9eae346269c6a1da071621656afc7ccc3f58bf714cedf9c8987af811d3e6be4693c0d6cc6855860b2ac5d1775ec44b004754903250405d6d4b6ef55e51e22bcec9561575ad158ace8ba24f7397816d6bad1b446ceb201ce280bfffa77e0710b499ee5ed29abf2690b40bf9ceb7bc4a8b0b0d5a956015ceb4c2ee65a1baee13949fea3177d39afffe3e934f0d21cd78cadbbb21407189d940ac6ac5b19adf9aeb45da3be9ca316d7385a8dd93884d6ec789a557027204c33287b5ae7b80741d35265ecc8cf12b057d23ed24163db492fdaf4c6a3ff40f22f6ff7f6e542e4410eeabc851f5eae03e8793b090f9c48b9bd9b710b97d7a116f0a7df8b3cfd6b82c8460a79a9919e99f3f4f93c2b2bf3adfe83ba2e32f76a40de98de1ed632c58b6a2cf8cd50b00bfade0c21727c5805ad5a5977375ea6c4f861099ab99a2819e45a652d8bfa021cac12895bb4ec6ba64139e74f2c022dd7c7e1c4bb637029901602b952bb91d0fa39f8334e0962abfdf203f3eb1706d4ca34c68fea25407b52a8c9ef0f63fc62cc29f7d1a379c76233472046f3ff51e3c5c87833cf06f267862216d10b8d2300bb02762d020c01d66fc9f8a80eedcda2f2095f78110e6f35550d5325ef40eef2ef4edf0d11cbf94fdafef3e1e4e861597781e32558459d2de6efe7b46285457f8f94993a7bbd97179c707ab81ef8f54f7cb86d044eb4659762533a460d6310f1c35d0c7ce6eac475dca7f3f6642572cd2a3563db9962afbaf0beb4a398e2378eb530a09afb5b66b0c22ac8635d78be1ba8802f73e15764dfb9babd92aa0aa29f8a95bd5e6117661178815fc7b2f8c2811f213794cf9c6a4ee4cebddcebe43a6b6d14cb8ec026ade0233422ea0bae6647b7a0e5050a38ab4f9a831c490577e53c843632f3c2912265eecb77940ea093b49786a0903b330e2a035f42a19dcb8c58f7825a550d5face7ffcfc88c66d82f11e85bcffb0a967a2646ec97ac5ee91808ef81ac7c499835b07ec87c9bb95e23a6d1a5dc0f1e68d98c8cb28432edd86f9494b98e2f1f45a406943cfb89b03858bb7bee2e9420b112a4fc386ffaf5a07b440db46938366de13269b5ad1ef270b5980ebd2d52b7790db6bf06c1cd1c4a226083faa65d3818d37b24bafa21280e2185b19b41118cc9b20afca4e3730add4e2f1d11ab67ca4e642bedd44a5cf91886c98c0fd29847a8e9e8dc9b3bb46861e6fa0483e21d96187b89ee8905950e98cbadc8a148b08f1f9a9787713358dedfd2095fd8b149447d00dc4c6493950e95d8798dd90b210c35ad6024b13226135dfaa4579682b17c86dc6d32ea5c24a2189575024083b367f20a8bdbe09fe7b0e646131447bc1ee53af584c6a5c9097228eae8505d192d485e9960d688e4635c7f9e9dbd72c75927a13468301c400e25cdbf1c9eb83359568243263a306862c032ea8c7aa00b27ebc3816399d72af9630ffc5715da3bfd3a65ee27326193ac840612267558f053d9a9c5bb295ff093d6f789e2dd4a97e29c0f83a9e3a2cd084f04feb4d322dea3985ae6b9073bf8a4248c4e051d90b1d02289ebf5787b7e40c932967dbf863de1d1decea55cf3acf4f5d73307fe35ef8f77da0c5317740e1a9b9ac3cb5f0d75d32b3e63c74f10734af2de2132a7c0bbe6410ad00ae916e65f6d446be4db3eee424f818f660919b470c2abfecc40b97c9e29221e6415e86cd7e63677115ca210f5e4af39ccb196d92c0e46b41ef3a9997fd629dda7c3730949af7ad09a0abf44b693d1493f700f49477eb52970e6177c51f127f71c1d3d257e70185cc70c20f04b04eda6086e0d6c89b902470a418b8cdc2125530b48d0293fd01605e08b4a7e7dde0e3a6fd217aab96835f4332d8d31e80f29d9bc6fb47b52777eb22caec75414c939ecbbc5b66ba132541a34d2a6d33c623e7176b86f857f0e584bf49e1ddcd86f78a4366e711707c069a055575ddaa1c36903834b8bae903daab78082d77c9175d24a26f6d016b4b97b6edee43bafdfdab4772951905d4bab7ee018837a9e068650c7d4845bd070c6936c17a3c7b8be4e26b5b1f204fc7a01dbad04c990a90048f80188419bae028fb88248ba895e06c8c7a6635571f2e3e6ca068b7ba1054763d4e18a54171634bbf298b85109097eefa03086a35ea74f0351d3f7c13319a380ec4f21e65771ccf34996b091d022ef6cb83c6403548385007bfc8ec4d04fdc474634961fe42893dec66478a1650f21e618b3439edaee4f844d6a99acff0eb95fec76312645a1512570ea58aa503adc06c67b6c9c78507337d1035fa149bf0371e6ff3a240246ce6f501198d41a09e874cc7e2724b611bac20eb02aca34c882243ab5f940a47ed1656cbf7f464ae60cd732a2bb5e1d99eccd0c5a404f4a92fe21f282b6a3b2b024afcedd5629683811d7fed172733450d1ffd4e7ea5913853f0f164db874b4468df47e5465a4fc67c01d3af2928b839f30016d41701016090c97acfe48dc33a7d5dc820af4e08fdbdf51eded64cd93ecd37adf4e1a9bdb872f61be7cae03b63bc411e4e94b05a8fb361b20aa3062eba0801333f83022ea656e1453b13210c56a2138acd8b23ad0318f21da103e72142400747025f9cfcc0d925874841c2ce89cb6fce0be70a78ee5b00e2309d52494df1b449ebfbec808e563d728ddb37ea83949028a85ce756a7d6288037d3ea0f538982cc6adc7352657a83677a4402f8ca9a3f5b11414ccec626d378352c20fbe9941d3eed75c3faeca2b2069c10b661d548c7b5e538ad39dfc99c5aa71a7997869dce22125c50e29a6b23b071d5c4ce1a3cb3c982a77b304b3aed781c23565aa0f3200647f49c91f52062f589e7b0962fc2ae267812593aaf073180e2db69cdcf50bd6c1cd32981638efa5642dafc428c86f12d340da9c1519b12d5b9b706597822f0b3ff7c6a498bf344534b342a5b9706376e54fdff6cf9830c170f2ace9611e6548e6e54e152c4f9fb6cf167ad59f5aceb6a4967cc860d3b87a531cb24fc5317635bf8011135b50f6a13d40a07c62f0787a19fef83a4e3411000effcac048232b79d1ae59c5ab2a02ad8717fbc1889928694a6d9d76232102fca9853c64745d4abd25586c53a6468b83b485d5cd9bbca82b41ccb1a1660455162a954f62d0459ba8c16793e6d40a59cacc7174c823c3be6906047de6a044d0f59b164de3e444e8e3afc116a6bcdf332bd8c221d9a61533cb9ffb496b58493c4203f27c0e39c3f715f7503dbae62ee24edf622428ae1acef8169b5d58167b60a46b10250c562891e79ffa504ada5d2fdae938c5dec23a599973cb00d6634206c4da588f04c3dc7e01b1a9968021d6df78ff2c4c236bdd9a55bc727b0dc506f44958b2041f0948860a3444588242ffbdcf2726001e2f6b5bd5fb7a1624c62ff3dcee06ca85afd371ab31b3de78c54290886b0e2bf8994c62c037ca1943ee25cb25a23c2a5d3de4068bafde708b33061f4ad3cc13d82ee877bf794acc94c45044cb7e3c6ccf3ce50e53b6ad56e212b233be664900e778a8647ac8e2773cd01926778aeed805333d52aa4f08d7a7edb0948b2c6b3c4dfef2f0982c7a61669ae638d0cd3bb624aa54973980d73dff49670a5a2d1b0e31482fe2c2adfad338ab20437f4f094d572992a8a75302ce14b03f5dd37242bdbbdfc8039f544a15da8a300f2b1842e6c4395f4c9dd071d30ea9a0549d02c692154a231bd828536f75bf7c647d31ccc99361234ac3fe0c9315bdf2b961e591d56411aaf21431fb2931d36e0a1da1913eed2a466bc0e5bc584f729d52c62489ced3bdc44ffc782b8a354d6dc8b270778dfa1b30773d8d6768e75309e875c698c487d5d8fb3704ccdbaab5e068e4a668fde1bc4936e1fff60c03e59f4215d3a501abe150bf6edec465b79431b05d4c4bd7cb95fa6f5542528cccb2c52a4f5497cb65699361490cfd6d8570c769c26a0764df2fa9ec405e61306941e466cb50586bddf609a96f985d3e3cd40a5bbe0686e94611c0734b5c0d40021a65bf30cfcf293d0f1a618989ce1f0345624df72aafb127c3a5cd1e433d03c1c6aefd27d9e44caa3d2e4f3ee83757024d370815dd6a03abcec2c2601bd9c2cccc29e857777f1e4e07ad3d37bc7f2f6273f155c1289f26f9b97d19b9ecc8c54bb43d4769b088e551f5fff11c0d90ef4b3ff8faa31136633b0c409cd3bff454670751e4048de7eadb8f8c3394e451dfe43ab5bf62a3180296507211539b44b7474bcf85d1148575125ebdcd4748aa4656eb8e6ea6e32b4b340c7a41e489a035150b1ef3774f48cd21e9f885de41836ec8dbeccd19db58853dc8c2f42c90f018f6cca6f69f46193c2eb8a62501d7c49d639038a6619288fad90cb1f1d3b81ca61418cf55f100e108625430735713561c4f94d8bf2610a1f02e61af0282090d28977601da1485867ae444fc3889fc1f33b36f36e0115e8cb0674e24ede18ca9e5a76fa44bb1ddf2dadd10743b3e9a0829b7a7b8d3c9833282aa5c787b9748d9276a8a20716f110b707441ff461ff6f94885c6c85ff7877aad1f1114744d4586340b4fdd14f727bb83d25e041fd417dbd64254cd4b43734b7bf0f85ea0aa8c9656b04644fcf02ae85d1eefed8f0406941c19d72f60544e8f324296bfc75724f3d282f8bbf0031f7c44817d215e57c90e6230d95566d3', + '37ebe98ef52bfb240b9ad369153afe081bbcf9d7ae43e8ba336b8ac57e8a6da0a3365e3008072473bf9d6eac13e509c1619956e12a06fc696512da091a7d40232c675e737713fcf51aea6c0316c3bdbe196132b0943df2b013860105ce676fce7b88d0a167d7ec72c588b7b6465a83c9ea1d748d15713455e5d0e901c3cf646a38a09b0002dc5ab1687f350dca35c1a87cd404c0d529292082f77844203d86be0bb8a9d970a9af7baad8d050cbd9e024788eca91fbed39db930398180e393d949ad7e173d9c65498339a6ec670d049058653ad48af45cc4cbffd30c3b54cf1b290052b1864bcafd0accdf9b8e2a163134d2c982c1bba4a3dafec288e3cfd0ae1934a6f0e39122aebbd7a586e48d495167620708664d31c740bd868c1ccd5f0e94baf959e81502cb00da87330cbf149d5a8381e9eb519a8b97acad7a48c5b0c92623b861064ff1ce8455f32469381e6198c7b8abc341357d6a4c85f7fa517c4a47df728ac09a6645b0ca77df7c70cd4aacaf19c280949919132dde7993e9181e647e964ba99cd6bd10b893c8d90187a5009a23d295d43bfb4cc0e583b8052ac21651b23813bfc9912ea0c574e152f42d3f1975309588a4705196598ad93e1ab1d82954b4a18bc56e55039b6837fd893fa2bd7c70e21a5934dc2e990379ec6e8a2445dc55d57940a14e5164273f59cd58e5f6a8281e11c09536ea22821c98ac978537d7a02220d1d6552aee168a001715834596baabf7813e1c69949b23eb4b86658fd51819eadf8a13f067ca8a791cd1d53ab69d0e43f18bd72d5d93322cc1c36fbe33121f5ff01905328fc7c33d452a86468663c77fc80b0195ec1eca05a5daee339042b4f88a1f9371b472c6c5168c00e984937a134b282633dea25dde7e397b907b1e7d3d240a593e747007990782cf944fa078a7118fbfa793b2604fa15b82453209daa64475d0e95e2408319e8b5ce7460f4593a19e3831a9b363b1c5ddbcd273995fbc61ce7502b0233b1752223352e654837181d01a929f49faad422c65b8ae416ef81290b02b48e222c2b8c3ed57cf0494b928c1e11ad2da77baacd427785096aae1cd593cc356e551bc390cd5765ea41be30cf0266ae2e97d326c417c91e90d75f1f874555b88a14a7c5959a62f23976b77a4c754e35dfb7ddd1700df85f61a62b12a9eb4644caa7f8ba036b9f29c6315ff96c3f7148284ebe3239ecad50641f397ea24b46e21655352a4109b61479b9dd34972779f2f1a6a1d2887b8ff88289b2ebda2efe995668879bb93c4ebb3a585ab336f70b382205ac37c383475fa12ebddfb95b157172261597d2cb0f24f254feffaf75d224a3b407eb54cc7c8daa5483e4a79c347252d808a5f480a35987f6f09f6c6a73bd5cfbdb76a11ed78b86442b810cb703a5dec5874e8721af62e386591bd39d990b3521505e144100601b46de3f50752911ff37bb18f377de45ec4c60fc4ed8ea1717708d2d13fc9e1453a1c4a4db9e4fbe9b74cb8da14ad50c8c8f2ec944e10ee8e82ebb6a081959b0159f043a15fa1cb59bc5e035f7623fbfaa99ea0a1d81ae8692a4019e5a5edb3a4886c789675039fde87222975e86c2642eb0bd48408072fafb1a88507194c9bdd69f3418376a4d9e68c3b83b3f800605ff1dcf0917a6014b0dd77708b583ce3ea632746fee0e01a10500cba90016b4a9072847d809bb0481ae25f74f8ef290c7a087ae16f505fd0da670826a0b1174592d184e3a7e8622a5c84a30ab64aab75face50b96b217e8ea335c0605c638ed1c59370bb9ded004be428f49a79f74ec0fb296b3758f0b6b41930c7e029b55c8fa73cba7dc926151d4043c6bc8a716d7de9ae0cd3ef3ab2d19b0c813eaf12eacfb641d492b0001b2f0f699bd98e4581fd44c0c817646bdd77a71d8ed432f8d422812751a2f9178cf1800ee689ebf046cf9b161f9a7ef0a106cbe833398bf383288661b426fad8d4f570a8293629ee06856af295a58585a81f87f130e6e08f723234856e874bd0adbb2fc9e676deab6b9f22faacf12e875d1259ccea54f7294be02a16f34c427b51a33be8a0c460c4c07d51a2e7d5c0722a9fcfefd21c265d5aa2c57ae4fe95556b5e1388ea9756a6afb0856fb8fbe1d2bb1838be7a95049848fa9545b616badb753c453f266836eda3c92cd592bc0925690c42cd6667f866717827ebe91d0999f9de5f5fd6cf77f63737b65927aebcf6cefc7ca107fda8447e8bebf1f08a280d53a4b07f8e35904cc48cc08eda3c63a3475924bde1de6acebaa65fec5ee68ca22d3fe722bf33267de628c9db1ceda3c78cb2f9988682d641d068023f96aabde4e10071cdec2080f616ac30c2725ad3efe98a69a56873615a3a3161503a4f22621986def597b66641d07793d97cdc9a68f85fd3890a38928462b2fbe2bc5c509631438d2e344d1ced9e2b71748f1b6ddf33a3e597de3af03ce43d305b9f5acefdb2b71acc645d3b55fa3848484b7fa4cf25e71e766702f1003950bd2f45b304052861f6748a8f38175f1e96c91471f5a54999cc9937191b6adc9de0d2520d86590cd4aeab292ba9ae474edb5b8caad6ee095c9e74c0f5e5c9387559f946b2dc45da7fa1d4c2dae6973d5984841682af25ff7ff29d9721d6c7e76776e8965b6c681bc38e85da15954ecbcf20d7448204d9a6a477781c1564d363e4c634c36fbd3c3b50b332f1643c415d004ec999316e75694a8b98e2591678388dc6624058454ec3a7ce608b3f222b8bad5cef77095285e1d2ad746c557222dfc30605bfadaafc4f292e931a0f0d49b226d99d708247879aed5b9f2ca2fe6fb414f37373f844e13865524f206c54487aed53781834b3f6eefb248d95ba21bb60041d501f90a97a19dcd80920df7d84309148e3d0892e50687c86a45a1372926e00f200053f5f436e003e35bdc10fa99d9328853bf82d2091f1f087cc37678138ac0027e73cbcc99f7fe37939c98114fc7380c0ad1a26e3f5ec00bc7eae77045a55c62c18117879389c662837415852e7a2d01ac667a226fedb2596e3e137a83daec2712a65e8cec3e644e738d11bdfe9b19517fa593546373fddcb9e681fc97d1763bb9092a456cc0dfe1aa0e132387d105e3ccb7746ee199aa7af00bb96047310585fed40219dab43f057220a41e90c5f89fdac4a5d6b207c01d5ad4440c5ca29eed292c6f7000c58da111eb4b16e31efa6df3f3aff69e6447ac406aa96a9ece4b5b813bf8b3a499d09cd0969073468513355d6c19346c58480feaf470e0d45a13b74f2925488fd810e0f74afb9e82a24cdf61586bfae68dc92ea09b22d8c8f1ffe9db1e7e98892b5554ce2e15fd5f1cac5347df2eafd2a8d5f1aa8746b9403915da6d418c0b5a3aa8e09d6b65f9a49c3b7a5728e9baf95471404fdf64eb05da5f704dbad60ac9ac106cab2873fb1bc9023ad95c24852337a703d9cc04d6df7de594c3b2e4fb9f2996e0418ec8698a4c087c14a2687717f97e228e75afe295caae2f16513f47a45b4124a7c5ebacbacc562951233bf89f43ff85b703ec77f168c2278fbe6e57a0e7192125f4642d73f2f227d806287081bd30149b9d44fdb90029667622f9925b7826bd0343bc537c66e660f174b447860e1bb8846c3edcb639ebd213a4695f9cb471e188db7a859fcf3abae49569e676dec857b897627cb0bc1155ad6d45282d430176fde4262da2d5f41ff890ceb319d73dda804738456f30a3d68da41554d4cede62aa8549b24e211e76768e6b17379f842a24a449a0ba3ea73cfc72624b5afd118fd7e76a7c6b5bbfa7a6b6c97b97dea52decd51cf35a8e277140ffb2748777a1e3cc3211f3c12be099d0316f45023da6cd200339a718c72a5ca172903922e59648d08dc67f173788363c26e5df406391f107552925ba91b9e569f38101f5eef9a52d201288372abf6532beb4af19fa6d81eaf473d40896dbf4deac0f35c63bd1e129147c76e7aa8d0ef921631f55a7436411079f1bcc7b98714ac2c13b5e7326e60d918db1f05ffb19da767a95bb141a84c4b73664ccebf844f3601f7c853f009b21becba11af3106f1de5827b14e9fac84b2cbf16d18c045622acb260024768e8acc4c0ae2c0bd5f60a98023828cdec18ed8dc298a306c38d1ece01509f3265b5f8cbf441f0525097e8b48234bf69f65cf402c7540a023ed231ef95b222a900ea4bfaeec02c6d8b3b01648ad7a165237ca6b557b1ce287b0ea137f4ef54534070ee793695a9078ec89bcea389956878614ccbf917b61f8427b7cda870fdd92d2d297154262fc65f28ff1a54b2651afff12d6f36ee8c906107bbda399ce5e2cf0a430ad0dd86520841757126bad725bf1593c7959f16221894f5852ddad3172fef866b3321755491fd44fba009b42ec0b6c4fb9e901d7eb3b8acf70e94911f54c538bd0559c5740042b6df4a07c3e00bba0934d92a684b39592a576331e5a44672a227ccef3e595ffa1146ac1dcee0a70baa9acfd5c132b361b5ceb519984b0ee00cd2124aa8acb50c9e574fb19bd99c8fef5407faeedb28b796848bb372beb3f5bde55ed2cb140b60a53bba2df471f330208b09ffb8eda04315a06d693aa53d9bff8939ef6f3a68de6e1975f79f50b3d484665e4ee71124ed794be3a2baa7b5b918e62a095bc5d46e401a0979641fe465640e8d4d43eeba9d0cac76c7b86d22375123b988585e58f86566fd190d868eca08aa1e66932d6d3b14ecad3efd9f8cfcf2696ed42eadfa642324d941602cbaebb8639a00a17542afda32117051e4fbf243dfd255a559c49ac37c265827ba70b0bc618882336f43e1a6a729c57be478008cae6c74840bbe828c976ac628d7b6015bcb705612c277bac0727da645480a0e14fdc497956aef05c89d30f22c2c96c6dfc9dae30617e6206fbd957975b8ba0524f563289e1f5f09bdb6fd46fa6117e78e854f91d71699fcfcadfaa7d4db8fcb04bed08d68d11677b5085b295c1d414cb12456c84c669737af6c33992a5a9149fc7f9330bb291d38f6bed10318081dde8fd178f02eb0e8b7d022c8b63fdcc867546035775fcf7b32c8fee83df7cbb28372b23c71459b9566a7f64165da0a3d0e538a3dcc1b6a384f75f0263dc10e0924a0ef2ab459d0a52b7c112710c58cf72442253396b8a25d7644be166c3e7828aa62b1ca1f32f620ed969b021ec609fe926958a03cff21f08f7c8d3d3235b219fb0020a51b97b60f963ebb58f7a62a5b41104c0b28b58cfc81668825f87064e401c263421152b8790dbc99b3032c9615187f29fcc1a58e86364ad45524b5358fa2f0a3296729a3663a585e9aa922f534fefd16fb6f96cd9895709c5520cdcd24c8d107e387e520de055a3296544ef1c1ddd43b919a4ff139861f06ae5280d5aa5aaeb8f7d74ed6ea56093c2e697a30c29c4ac145aa99a372f1a03ae72495f52a40cfddedc12b6e9115aea5ea516c5a4223a8d0a0073c8b4abe3c6188fdd6d4ab627c9f4eab468fdc2a91945274ed18465a368f291a0050c9d638a31944091b35a8fd26a1ff65e2d17dfa32ef3ac412d8293b276849ad9af71fdf272363f771d0fa99996e24510e7bf731a7480cbbefff7801c0e5fd0a13dd8278162ec1687f85409a203e82d2bcdf7e7d1ae5509857c42fce80299fe06182e74a97c0c624ed5b6246e59781af9407fb28b34f7024f42d36eb92bb95f72cee379ed363daf2625b48e60d0489b23dfa57789c0dd2276b4575a01c2349171d2a58bcf29e659b868cdac1c30a02a160c078b6faa7e0696711d43447ea2108db3d34ec1bf9cfe802f601212d335445a4624829f8a600b18e9b3cf13a9787910f2fb27676fd809e7ea1a34c7306e766b2e7ae1bbb919cc888ea931d1eb2e27c6109b9a12c31e188a196a98bbe0b24cc315791d26ef01b77fe06c3011ac39a8f78d233b7651e586d14dcfc2636cb713ecabadb97374ce58498f8b2e557531793fd9207fe484a4e147f7b826502cd3785251973b23e2b62b7fdc74a10fce9c04f97511dbffe3f2c46887c25904b99df69e97b416bac18fadad67b71cc320eff8def185d41ae8558cbdae6ccee38b8cfb2bfe92d0aa99815b3ca1d115f21493b13adeeafce81a23c6b1bc15fc8f2b171284e6a1fd65c351b0c82b31112f022ddaa78dcfbac9f203eeef415c566a00c2c933f06ff18ee7674aba548592dc8214b1af8e929242f87c81b0cebe8106b5267ba39c5b51987e38858dce1d1f8d0cfee2bd61d217e5a5d41bb0c4aaf0e7b0a8c66e5b0291e4d05bfddcf8861bb31b32ea5ba80cb02472c11969b3b02a7f7bc025feace44726b6382012544f1bd1256744f4b1b0ff81f7b9f7462c5c92507f1316df228ec5c0786378b871e69479c3e26f232f5d6a709d3551d08f0ecced52f8158a2c40a234af448449c1cb1a1f6f5ae56171606582ebb9a5836c454eb86015ae7a4ac87105b371bf40d49b1134a037243a0878953b5bbd6ef944ae7c345ec24e4a0e8496b62d71a6381aa52e5bdeedc81784f45e0c75b72a8c9898ea0387a47153d7e3a7c895aab58a1497a5e794052d7457624478c24d44c7e8932c887322b422478418af64a389c152d12c7a6803e0fb0050dcf2b9d65a35a53b9845b9c3835fddd45dfd12e28f8845e03686b3707ef6003e7c1cd4f8d7406ee0d1cdc41d7b56fb630c1438fe33196e53389f1ec1540fe789c6599c0b589296214d831a86e89220ae97974f4d112f4c98c726027d0c9316d1303b87a43a86cb8b800835a677abfe1584e8be55a624612f56bdf71a054a2e834e35105a19a77f7dfdbf9dd2850ee44658ab0eae6e833c855bb9650eda7f8f4e74d8de73526f12773b2bcbb1bd35639f8730d8cdd6d64f496abae4e1f8cdc96148894aa691683515bcdf37ba6caa0cbf953c752a7b9819e9f834ff39ec8f6d8a3dd8dd5a431d47c7f74c7a633ff73ff507009c5ac9431cc588ba0c6d226edc17c94a0f14d3e8db0c7ef60c3293878dfe513f96b54c61c88a90aca4f246d6a5988f5f785ce0655f51b85e55af03e5772a083bfcf0816ebd97a4af416fa6414a9ad47b7198e51d55463807ef4f0d9b7c06a0a84762e4e46c8b39147a4bdd594b8d4d40b36f5e6b4d48726551890d040d229ee70ea3034d45b3c28eb80d686918fe6e219636b8f9b7e6fc08f4e3bed9bafc778aab274913e9cfd570732ab3fb434c9ba0928581232580495571e56f6705f2af05b56642c2b93df65c443a6caa5b167a4040d2438206d2cefd3114ab466eb3c9eaa5e66cf4447c89c493a2eee0b0ea6e7329b37c90ec2d0142bae7fef265ae3c9c053e44031c0a142bf9faa728e5170cdba59fa8da361d94d887d5d6f58b409bbc4bd4548990653a04dfb841fd784ac9cc4cfd34c88512de212074dfba30295badf22f1af2522c5fe1cd423bd8eae429d7a862bcd649ab61bf0d3b55daf4b6f0f390c503d7c1bdea453b5ef145bd8191802056bd9e0455a404b6afe5b25977f02f902caba46f988d91b2350ebe4091b5584d4f938a45803984a5291beadeeadda488dc7ed2dc4aae69ca8ae0bd4492f9b297c3fb257de986c1615d44dee59e1e14d34af9fd7852b13fdcb713dd1a03d341884a30ea1dc0104d63a31d291df035d317fea98ec44f5a86715014783172e667a748f162c5c26a8b34a0f133d89fb971bf6e0a01507efed010cc7f194b5e87a77d56a909d65efa0d5ccd6da9b5eb1d73422f97ffad8012af43a2905a98354b8362e9c459f0044336348eded53660d65a38a9efc42be13a6672790496d875a67e0078dfdd8340dab8547be140ca9f88891b635e195c20daa8359658785cbe3d09ce8a580f009324e6550b0196e305889262f28f49dead77e6f5a0e859c57d53c935a4c9590879b6528eb2bc3230217b0897cddfeff405a6a54b2f50c58311af1ede4ea0660b73037f9a097d9d0271b45e325bec666cc7cb65ae780e361639838d10fe79907a0da0efef85d2420a84e905bb33116789526a9a88319d460f539586762ab172e4a7f305f7ae36cb88c96d91aada0b4dda3418c670e27a5fdede39bd8659e477cbe08e645af927843dbdd67489b72693efeb3a7be0e121fdf5580474ca028f39a035e78d81dd212679d0a830c050ffd43af6642d60d410aaf34f7a5ea9cb2e12f21672e3f4e0c00ccdb05758e74df3893bd40a5d7921e2e149330fddbe0a2dae4210d50a3caa60b1b9db685f7704ae2d7302b18e8261052b779139747f462a6610a37252b170afbfce905fb6f7fb8c2b6100ee231507f403fee88ba5561580d4de4cdf600bf9e9816c9da1e1d2b91a1d966d04cdb98d3be55fb77af2daeeed750b8b60b494accaa12441d372afb3d47e7395b9e0e867595a1a6c8bff8638bcb138ddcac2f3efbf89762b68ebd77247c89929620f1a3cb8dcaf9632fde0996b33e6b2621da25924b4e2c8d6bff28ae0867786919ad763e6d79fc304a06277955795a7cb17186fb6bdfa98a16189544b228f3bcd3698737ff55b6185799459b796a63c6a61cea9d20f1e296d62f474c43750b77944e5f1c09072f019dbeeb64e9bc8dec4605d8e0322cdd97f56cc43084f5c983a584855654366fd5659ea23c6c15e1d7da51d82c683aa477b9f896563a5134c64e32814ea88b7f7af760f18bc91e656da92b72e98bc03f1c6bfb442830305529d681dc6bccae66da9b2e61b9c97e2397fdb92f7f6369b470529c570c2d3b329487981d148a462cdb992d792e34dd233e1c239657b8da0d59b804566cf81ad5f0a7a0ccb3a8fbda673887c153d2e56c484f9230d752be52c1e35bc9af5a7446237fc072afef777665c264c18e6a3c059fde2e8368f9bb898f1cc8393d1bf18b1757219670275f0bbc7deb0248c68af929111e19737479bcabab732d7e033aaeb277eac05e185e9e56b2450beaac784dd0308b7a5e8ca1f2fcd8852ddad9f7b7de264478e1891a391aa89964dae5ad0b7a829c2c9209db346ceb26c1b967cfac82ad574761443be3f0a910968239d23b11507ab978b3ce89e22b7d7283736b9786544ab4460f', +]; + +const List _digests = [ + 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', + '28969cdfa74a12c82f3bad960b0b000aca2ac329deea5c2328ebc6f2ba9802c1', + '5ca7133fa735326081558ac312c620eeca9970d1e70a4b95533d956f072d1f98', + 'dff2e73091f6c05e528896c4c831b9448653dc2ff043528f6769437bc7b975c2', + 'b16aa56be3880d18cd41e68384cf1ec8c17680c45a02b1575dc1518923ae8b0e', + 'f0887fe961c9cd3beab957e8222494abb969b1ce4c6557976df8b0f6d20e9166', + 'eca0a060b489636225b4fa64d267dabbe44273067ac679f20820bddc6b6a90ac', + '3fd877e27450e6bbd5d74bb82f9870c64c66e109418baa8e6bbcff355e287926', + '963bb88f27f512777aab6c8b1a02c70ec0ad651d428f870036e1917120fb48bf', + '078da3d77ed43bd3037a433fd0341855023793f9afd08b4b08ea1e5597ceef20', + '73d6fad1caaa75b43b21733561fd3958bdc555194a037c2addec19dc2d7a52bd', + '044cef802901932e46dc46b2545e6c99c0fc323a0ed99b081bda4216857f38ac', + 'fe56287cd657e4afc50dba7a3a54c2a6324b886becdcd1fae473b769e551a09b', + 'af53430466715e99a602fc9f5945719b04dd24267e6a98471f7a7869bd3b4313', + 'd189498a3463b18e846b8ab1b41583b0b7efc789dad8a7fb885bbf8fb5b45c5c', + 'dcbaf335360de853b9cddfdafb90fa75567d0d3d58af8db9d764113aef570125', + '80c25ec1600587e7f28b18b1b18e3cdc89928e39cab3bc25e4d4a4c139bcedc4', + 'd5c30315f72ed05fe519a1bf75ab5fd0ffec5ac1acb0daf66b6b769598594509', + '32c38c54189f2357e96bd77eb00c2b9c341ebebacc2945f97804f59a93238288', + '9b5b37816de8fcdf3ec10b745428708df8f391c550ea6746b2cafe019c2b6ace', + '6dd52b0d8b48cc8146cebd0216fbf5f6ef7eeafc0ff2ff9d1422d6345555a142', + '44d34809fc60d1fcafa7f37b794d1d3a765dd0d23194ebbe340f013f0c39b613', + '9df5c16a3f580406f07d96149303d8c408869b32053b726cf3defd241e484957', + '672b54e43f41ee77584bdf8bf854d97b6252c918f7ea2d26bc4097ea53a88f10', + 'feeb4b2b59fec8fdb1e55194a493d8c871757b5723675e93d3ac034b380b7fc9', + '76e3acbc718836f2df8ad2d0d2d76f0cfa5fea0986be918f10bcee730df441b9', + '6733809c73e53666c735b3bd3daf87ebc77c72756150a616a194108d71231272', + '0e6e3c143c3a5f7f38505ed6adc9b48c18edf6dedf11635f6e8f9ac73c39fe9e', + 'ffb4fc03e054f8ecbc31470fc023bedcd4a406b9dd56c71da1b660dcc4842c65', + 'c644612cd326b38b1c6813b1daded34448805aef317c35f548dfb4a0d74b8106', + 'c0e29eeeb0d3a7707947e623cdc7d1899adc70dd7861205ea5e5813954fb7957', + 'a4139b74b102cf1e2fce229a6cd84c87501f50afa4c80feacf7d8cf5ed94f042', + '4f44c1c7fbebb6f9601829f3897bfd650c56fa07844be76489076356ac1886a4', + 'b31ad3cd02b10db282b3576c059b746fb24ca6f09fef69402dc90ece7421cbb7', + '1c38bf6bbfd32292d67d1d651fd9d5b623b6ec1e854406223f51d0df46968712', + 'c2684c0dbb85c232b6da4fb5147dd0624429ec7e657991edd95eda37a587269e', + 'bf9d5e5b5393053f055b380baed7e792ae85ad37c0ada5fd4519542ccc461cf3', + 'd1f8bd684001ac5a4b67bbf79f87de524d2da99ac014dec3e4187728f4557471', + '49ba38db85c2796f85ffd57dd5ec337007414528ae33935b102d16a6b91ba6c1', + '725e6f8d888ebaf908b7692259ab8839c3248edd22ca115bb13e025808654700', + '32caef024f84e97c30b4a7b9d04b678b3d8a6eb2259dff5b7f7c011f090845f8', + '4bb33e7c6916e08a9b3ed6bcef790aaaee0dcf2e7a01afb056182dea2dad7d63', + '3ac7ac6bed82fdc8cd15b746f0ee7489158192c238f371c1883c9fe90b3e2831', + 'bfce809534eefe871273964d32f091fe756c71a7f512ef5f2300bcd57f699e74', + '1d26f3e04f89b4eaa9dbed9231bb051eef2e8311ad26fe53d0bf0b821eaf7567', + '0ffeb644a49e787ccc6970fe29705a4f4c2bfcfe7d19741c158333ff6982cc9c', + 'd048ee1524014adf9a56e60a388277de194c694cc787fc5a1b554ea9f07abfdf', + '50dbf40066f8d270484ee2ef6632282dfa300a85a8530eceeb0e04275e1c1efd', + '7c5d14ed83dab875ac25ce7feed6ef837d58e79dc601fb3c1fca48d4464e8b83', + '7d53eccd03da37bf58c1962a8f0f708a5c5c447f6a7e9e26137c169d5bdd82e4', + '99dc772e91ea02d9e421d552d61901016b9fd4ad2df4a8212c1ec5ba13893ab2', + 'cefdae1a3d75e792e8698d5e71f177cc761314e9ad5df9602c6e60ae65c4c267', + 'c99d64fa4dadd4bc8a389531c68b4590c6df0b9099c4d583bc00889fb7b98008', + '4d12a849047c6acd4b2eee6be35fa9051b02d21d50d419543008c1d82c427072', + 'f8e4ccab6c979229f6066cc0cb0cfa81bb21447c16c68773be7e558e9f9d798d', + '6595a2ef537a69ba8583dfbf7f5bec0ab1f93ce4c8ee1916eff44a93af5749c4', + 'cfb88d6faf2de3a69d36195acec2e255e2af2b7d933997f348e09f6ce5758360', + '4d54b2d284a6794581224e08f675541c8feab6eefa3ac1cfe5da4e03e62f72e4', + 'dba490256c9720c54c612a5bd1ef573cd51dc12b3e7bd8c6db2eabe0aacb846b', + '02804978eba6e1de65afdbc6a6091ed6b1ecee51e8bff40646a251de6678b7ef', + '0b66c8b4fefebc8dc7da0bbedc1114f228aa63c37d5c30e91ab500f3eadfcec5', + 'c464a7bf6d180de4f744bb2fe5dc27a3f681334ffd54a9814650e60260a478e3', + 'd6859c0b5a0b66376a24f56b2ab104286ed0078634ba19112ace0d6d60a9c1ae', + '18041bd4665083001fba8c5411d2d748e8abbfdcdfd9218cb02b68a78e7d4c23', + '42e61e174fbb3897d6dd6cef3dd2802fe67b331953b06114a65c772859dfc1aa', + '3c593aa539fdcdae516cdf2f15000f6634185c88f505b39775fb9ab137a10aa2', + '46500b6ae1ab40bde097ef168b0f3199049b55545a1588792d39d594f493dca7', + '5f4e16a72d6c9857da0ba009ccacd4f26d7f6bf6c1b78a2ed35e68fcb15b8e40', + '044d823532092c22a4b48181cfb2c796e1f5b98bcd713a21f70b5afcceef1d73', + 'db593a375cb27df689cd78b5154949e5bc30094a05d704c0295d547385176662', + '0599f88c429a3d4fcbb0206fa57e344121afdf8e56f78e3f5e61ba3bcf134ec6', + '6c83f9b69754facc3155da93261ed99c38e4225e748e8ebcd04ed62719fa56db', + 'f574ac85532bc0c6c4e7614a2e084dbc49fbc474cda593144af28c5cc5f293f8', + '19636dfc80fef6d47c7ab8fa620909ccc387126cec56415c9a898f64be728515', + '3380c8dae5c0b68bb264b757e2451c21cbe2b899fe7a871ab1bae6041f48e7ad', + 'c31bc10bed1384826cc30369b2d0b5880422e1a34d0eea0b67f29f40de17ba46', + 'c3cd7be2de832774c614ccf60d030d75dfacf3cc7e49a37af349a4c3c196b106', + '888e223d5a497fc679c3ecfe98bf7dc531a4adf3ccf0e6d586c8912ebf781af1', + 'e65812200409ad7e1684a2df8e15685dfab7079449c52d032870d80acceab3f6', + '2916d4595a3ede77f4165357977cf3529c672dcf4c39e76ec3aa848dba6ff4f6', + 'df5f9f0898e0fa1bd9c3d3196fa8f7e6b01331d11eb214f7e5629bb7a1b7eb20', + '46d6071814544b8de5db52d4b4d22023ba2e630146ef4e47b9b280341985f189', + '0a147f33ab036e8ae148061028c6a557e2eeb1a6ea71b3760548734942743557', + '07ddd5dafcf04956cc36c1ff290f07c1c0e5832cc8dd9aea502da677ea04fe64', + '2ace8ba5195f54a7c501234431e99232dbb1d1365edbb593a3dd3b5810326570', + '4c7118050c64cb293f54c5cc199e99aa87c0a7aaeb7256af498e82d535b994c7', + '906c5b84ec1e480195860d89f859fc7d3c5f67f585ef8b738ffec08a3c07a98b', + '09247dc00c0060232407a4e69050b5112c9f72a65d7b0ff077f6be180c482cdb', + '7b2e8b28951a825924aed1b26e9c197ec080558a97120f34d6e22e341a90c978', + 'a5e93544e86eb9960dcfcebb6bcc461d82f119cae1947e340c7cea1c7f351c0b', + 'c525eef8b2ca56547565c947bb7e964e2ecae7c9c82c29228b6c932d2ace181c', + '31600a05842b12ea927796eafa30e6b1634a97f9bb41a2f75abbb2aa921c17c3', + '7ce7f53dc2287da4cf28c9fe64d5515e484c9cc57fd81ec76e66fa38b760565e', + 'e026d0e1228ef882d093fe4dbb2ec5134dd122877ac2b380d399bff447fc9fa1', + 'cd26132e2c223d19d3a75ae0664f7475b478695d7824dad856c19417ea0b3794', + '176b0c71e213031a29f56009aac7ebec591ba24a8b162d80506b2df8f59e11a2', + '36423179904261f57bf7405853a319058065857e67a510128baf09a68c30b987', + '54290349fbb1e8327a65b871f3fc2c6d3975775e48dd1d7b2c368142bcfc8c27', + '683712362407cefd2968ce6373cbd86c1a6170493c84025be740129120d327bc', + '76e3a0221b6d29a43a0c2929baaf46ab00b85571d59ef2b3f0facb315621f4ec', + 'a7c4cff2f73c911d7e3f2f82b20adb9cf2caafc9254cf5997215a11046846d0e', + '977495dc59e74389b65ee1a7a33295014abdcf7916f9e0d1ca39a7cd395e6c41', + '6a5f09b3e0a8ae5d795f2dbed00ee521aed5b0875d2e487a82b2c687b527c278', + '5ba431851b1e2be373d818c3c6884e53d82273219c3f1c36c9aae099fa6690e1', + 'd305c4ce0161386004c267eaa17180eb2433280716c894ed4094c2597a582da1', + 'f98918c63e3a9238e78dbd5bebe4e47eaeec0ae1627387dcd2a5ae4725f7e47c', + 'cf17b0770212e87516c080aad008d50cb5481044626a325be730d54a66f66662', + '10e88348b55c5c0683f4d4d3ef56c485be9888bf00806040de25204d25df4ea6', + 'd46ef45eb47aa54032fc8ea47150d10334b208dc6b7ac5e09e8718231e87cd1c', + '982c20c2493fc9ae405b74b65a022662c014a38ef3d707217e56e57afac05994', + '8e28867538bc2c6c94d3428f05b1458f428d3f950430b09238209efe6bb267d9', + '022aa46f368252ce0a7b2431d55ac4767455865dfe65d2e372f4e82691a14cb2', + '5d1f1f7c14e34f79468bb5de195a60f3b422c4e48757facf1df01d1b022e6764', + '6025dc79681355ec9f3886a74b39dc4d1d2e6c77180080e9d296e5ca7742d04e', + 'f52b3c537f28d89f0df1efee21c70f74df186f3928296d19582d5c51286e98bc', + '1ca0be9286023fb0b947f07cad056e59cff9d2d16c7cefdbedc33950a9312685', + 'd8101ed4097b4bde7abbc16cd854e4c122460dbbabf08a9f56f4f2b882f59b00', + '9570f18459f97be85bfc8fca837e0891ef248ba6295119679280a136d60e57f2', + '8ff4c479d1230d8dc53493395e89ca712533b80e1b97cb5af448e0e78fab0f7a', + 'c4558c7ec68df61d6bb65238397d49cc320a8c213f7bffdd4a397552d83ec20e', + '7ebc665ab5e5a1babbbae9e86bd00a09bfe68c4ca91b9f0da092c853c7732c3f', + 'cecddb12b508e6cddcf3e96635abec8bc6031d588b21a4a4859cbdd79aaee47a', + '03deb53fbacc9e3701311efbff2ee0566c27355b6f30a22848a5b8618f6c0d63', + '0b6180f72608560023802ef42e0d80f862759a2a6b107667d7819e07bef00b08', + '71b950c0085388ddf90444c0918d72aa700319e789441fcd2da539c12a32ee19', + 'd5ebd0d3d544e46023979d06b666f35758b69628d95abb808fa65f51f03b81bf', + '740e25c81e510d27735af90e3f8091596092c8136edb60f4df910f7204c289d5', + '90df9cc3a3b904415331eba9cd52750c2c5cb73cb91b42caca7eee3788fc2b30', + '33b6229592ca719e4e46f35b287617fedadd3b7c38be3c8c1c9f446d2d9085b3', +]; diff --git a/ohos/flutter_crypto/lib/sha512_test.dart b/ohos/flutter_crypto/lib/sha512_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..ba1967e323b2c7caebdd0e00a52ce220f3adbc1f --- /dev/null +++ b/ohos/flutter_crypto/lib/sha512_test.dart @@ -0,0 +1,137 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:async'; +import 'dart:convert'; + +import 'package:crypto/crypto.dart'; + +import 'package:flutter_crypto/common/test_page.dart'; + +class JKSha512TestPage extends TestPage { + + static const String routeName = "/sha512_test"; + + JKSha512TestPage(super.title, {super.key}) { + print('start test666'); + main(); + } + void main() { + group('SHA2-384', () { + group('with a chunked converter', () { + test('sha384.startChunkedConversion() add may not be called after close', () { + var sink = + sha384.startChunkedConversion(StreamController().sink); + sink.close(); + expect(() => sink.add([0]), "throwsStateError"); + }); + + test('sha384.startChunkedConversion() close may be called multiple times', () { + var sink = + sha384.startChunkedConversion(StreamController().sink); + sink.close(); + sink.close(); + sink.close(); + sink.close(); + }); + + test('sha384.startChunkedConversion() close closes the underlying sink', () { + // var inner = ChunkedConversionSink.withCallback( + // expectAsync1((accumulated) { + // expect(accumulated.length, "equals(1)"); + // expect( + // accumulated.first.toString(), + // "equals('38b060a751ac96384cd9327eb1b1e36a21fdb71114be07434c0cc7bf63f6e1da274edebfe76f65fbd51ad2f14898b95b')", + // ); + // })); + + var inner = ChunkedConversionSink.withCallback((accumulated) { + expect(accumulated.length, "equals(1)"); + expect( + accumulated.first.toString(), + "equals('38b060a751ac96384cd9327eb1b1e36a21fdb71114be07434c0cc7bf63f6e1da274edebfe76f65fbd51ad2f14898b95b')", + ); + }); + + var outer = sha384.startChunkedConversion(inner); + outer.close(); + }); + }); + }); + + group('SHA2-512', () { + group('with a chunked converter', () { + test('sha384.startChunkedConversion() add may not be called after close', () { + var sink = + sha512.startChunkedConversion(StreamController().sink); + sink.close(); + expect(() => sink.add([0]), "throwsStateError"); + }); + + test('sha384.startChunkedConversion() close may be called multiple times', () { + var sink = + sha512.startChunkedConversion(StreamController().sink); + sink.close(); + sink.close(); + sink.close(); + sink.close(); + }); + + test('sha384.startChunkedConversion() close closes the underlying sink', () { + // var inner = ChunkedConversionSink.withCallback( + // expectAsync1((accumulated) { + // expect(accumulated.length, "equals(1)"); + // expect( + // accumulated.first.toString(), + // "equals('cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e')"); + // })); + + var inner = ChunkedConversionSink.withCallback((accumulated) { + expect(accumulated.length, "equals(1)"); + expect( + accumulated.first.toString(), + "equals('cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e')"); + }); + + var outer = sha512.startChunkedConversion(inner); + outer.close(); + }); + }); + + test('sha384.convert() 128 bit padding', () { + final salts = [ + 'AAAA{3FXhiiyc5gGWlRrVQ2RlJ.6xj.DKvf6l0bJxqh0BzA}'.codeUnits, + 'AAAA{3FXhiiyc5gGWlRrVQ.2RlJ6xj.DKvf6l0bJxqh0BzA}'.codeUnits, + 'AAAA{rFXhiiyc5gGWlVQ.2RlJ6xj.DKvf6lFXhiiyc5gGWl0}'.codeUnits, + ]; + + const results = [ + 'nYg7eEsF/P7/l1AO0w8JFNNomS1gC76VE7Eg7Dpet+Dh6XiScDntYEU4tVItXp67evaLFvtMpW2uVJBZVKrBPw==', + 'TXNM4uk1Iwr2cYisWSdFifXdjfNiJTGEmNaMtqYrwJoS3JXpL1rebPKPfKudbFQGpcgJkLLhhpfnLzULBqq8KA==', + 'ckPYMDuPJjc73qHXQZiJgCskNG8mj9cPqFNsqYqxcBbQESgkWChoibAN7ssJrnoMFIpz9HwsBwMtt3z/KDUh9w==', + ]; + + for (var i = 0; i < salts.length; i++) { + var digest = []; + for (var run = 0; run < 2000; run++) { + digest = sha512.convert([...digest, ...salts[i]]).bytes; + } + expect(base64.encode(digest), results[i]); + } + }); + }); + } + +} + diff --git a/ohos/flutter_crypto/lib/sha_monte_test.dart b/ohos/flutter_crypto/lib/sha_monte_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..471dff8e753dbffd1a8be1176c7914d9dd1267ad --- /dev/null +++ b/ohos/flutter_crypto/lib/sha_monte_test.dart @@ -0,0 +1,144 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +// ignore_for_file: lines_longer_than_80_chars + +import 'dart:typed_data'; + +import 'package:crypto/crypto.dart'; + +import 'utils.dart'; + +// See https://csrc.nist.gov/Projects/cryptographic-algorithm-validation-program/Secure-Hashing + +import 'package:flutter_crypto/common/test_page.dart'; + +class JKHmacShaMonteTestPage extends TestPage { + + static const String routeName = "/sha_monte_test"; + + JKHmacShaMonteTestPage(super.title, {super.key}) { + print('start test666'); + main(); + } + void main() { + group('Monte Vectors', () { + monteTest( + 'sha224', + sha224, + 'ed2b70d575d9d0b4196ae84a03eed940057ea89cdd729b95b7d4e6a5', + [ + 'cd94d7da13c030208b2d0d78fcfe9ea22fa8906df66aa9a1f42afa70', + '555846e884633639565d5e0c01dd93ba58edb01ee18e68ccca28f7b8', + '44d5f4a179b33231f24cc209ed2542ddb931391f2a2d604f80ed460b', + '18678e3c151f05f92a89fc5b2ec56bfc6fafa66d73ffc1937fcab4d0', + 'b285f829b0499ff45f8454eda2d4e0997b3f438c2728f1a25cfbb05a', + ], + ); + monteTest( + 'sha256', + sha256, + '6d1e72ad03ddeb5de891e572e2396f8da015d899ef0e79503152d6010a3fe691', + [ + 'e93c330ae5447738c8aa85d71a6c80f2a58381d05872d26bdd39f1fcd4f2b788', + '2e78f8c8772ea7c9331d41ed3f9cdf27d8f514a99342ee766ee3b8b0d0b121c0', + 'd6a23dff1b7f2eddc1a212f8a218397523a799b07386a30692fd6fe9d2bf0944', + 'fb0099a964fad5a88cf12952f2991ce256a4ac3049f3d389c3b9e6c00e585db4', + 'f9eba2a4cf6263826beaf6150057849eb975a9513c0b76ecad0f1c19ebbad89b', + ], + ); + monteTest( + 'sha384', + sha384, + 'edff07255c71b54a9beae52cdfa083569a08be89949cbba73ddc8acf429359ca5e5be7a673633ca0d9709848f522a9df', + [ + 'e81b86c49a38feddfd185f71ca7da6732a053ed4a2640d52d27f53f9f76422650b0e93645301ac99f8295d6f820f1035', + '1d6bd21713bffd50946a10c39a7742d740e8f271f0c8f643d4c95375094fd9bf29d89ee61a76053f22e44a4b058a64ed', + '425167b66ae965bd7d68515b54ebfa16f33d2bdb2147a4eac515a75224cd19cea564d692017d2a1c41c1a3f68bb5a209', + '9e7477ffd4baad1fcca035f4687b35ed47a57832fb27d131eb8018fcb41edf4d5e25874466d2e2d61ae3accdfc7aa364', + 'd7b4d4e779ca70c8d065630db1f9128ee43b4bde08a81bce13d48659b6ef47b6cfc802af6d8756f6cd43c709bb445bab', + ], + ); + monteTest( + 'sha512', + sha512, + '5c337de5caf35d18ed90b5cddfce001ca1b8ee8602f367e7c24ccca6f893802fb1aca7a3dae32dcd60800a59959bc540d63237876b799229ae71a2526fbc52cd', + [ + 'ada69add0071b794463c8806a177326735fa624b68ab7bcab2388b9276c036e4eaaff87333e83c81c0bca0359d4aeebcbcfd314c0630e0c2af68c1fb19cc470e', + 'ef219b37c24ae507a2b2b26d1add51b31fb5327eb8c3b19b882fe38049433dbeccd63b3d5b99ba2398920bcefb8aca98cd28a1ee5d2aaf139ce58a15d71b06b4', + 'c3d5087a62db0e5c6f5755c417f69037308cbce0e54519ea5be8171496cc6d18023ba15768153cfd74c7e7dc103227e9eed4b0f82233362b2a7b1a2cbcda9daf', + 'bb3a58f71148116e377505461d65d6c89906481fedfbcfe481b7aa8ceb977d252b3fe21bfff6e7fbf7575ceecf5936bd635e1cf52698c36ef6908ddbd5b6ae05', + 'b68f0cd2d63566b3934a50666dec6d62ca1db98e49d7733084c1f86d91a8a08c756fa7ece815e20930dd7cb66351bad8c087c2f94e8757cb98e7f4b86b21a8a8', + ], + ); + + monteTest( + 'sha512/224', + sha512224, + '2e325bf8c98c0be54493d04c329e706343aebe4968fdd33b37da9c0a', + [ + '9ee006873962aa0842d636c759646a4ef4b65bcbebcc35430b20f7f4', + '87726eda4570734b396f4c253146ecb9770b8591739240f02a4f2a02', + '7be0871653db5fa514b4ec1a0363df004657155575b0383bc9fdec35', + '7a794a3a1ae255e67ffbf688a05b6aba7f231cebec64b4fc75092d49', + 'aaf5d4ecaf9426149821b15821b41c49e3900c0fc91664fb294216ea', + ], + ); + + monteTest( + 'sha512/256', + sha512256, + 'f41ece2613e4573915696b5adcd51ca328be3bf566a9ca99c9ceb0279c1cb0a7', + [ + 'b1d97a6536896aa01098fb2b9e15d8692621c84077051fc1f70a8a48baa6dfaf', + 'a008d2c5adce31a95b30397ac691d8606c6769a47b801441ba3afb7f727c8a9c', + '8eb896cb2b309db019121eb72564b89c1a59f74d4e2f2f6773c87b98c1997d77', + 'ac71b694438cc300dde0f6f9f548d2304e2bdb6ea45e2b305af5fb3e4ec27761', + 'd47cca4ae027778fc285bc78fb2a9c1cc7cde498267c35157e86b05fc58e698d', + ], + ); + }); + } + + + void monteTest(String name, Hash hash, String seed, List expected) { + test(name, () { + Iterable run() sync* { + var seedBytes = bytesFromHexString(seed); + for (var j = 0; j < expected.length; j++) { + Uint8List md0, md1, md2; + md0 = Uint8List.fromList(seedBytes); + md1 = Uint8List.fromList(seedBytes); + md2 = Uint8List.fromList(seedBytes); + late Digest mdI; + for (var i = 3; i < 1003; i++) { + var mI = [...md0, ...md1, ...md2]; + mdI = hash.convert(mI); + md0.setAll(0, md1); + md1.setAll(0, md2); + md2.setAll(0, mdI.bytes); + } + yield '$mdI'; + seedBytes.setAll(0, md2); + } + } + + expect(run().toList(), expected); + }); + } + + +} + + diff --git a/ohos/flutter_crypto/lib/utils.dart b/ohos/flutter_crypto/lib/utils.dart new file mode 100644 index 0000000000000000000000000000000000000000..f739909da7d95361b494a9d24a3f9de6884db651 --- /dev/null +++ b/ohos/flutter_crypto/lib/utils.dart @@ -0,0 +1,34 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:typed_data'; + +import 'package:crypto/crypto.dart'; +import 'package:flutter_crypto/common/test_page.dart'; + +/// Asserts that an HMAC using [hash] returns [mac] for [input] and [key]. +void expectHmacEquals(Hash hash, List input, List key, String mac) { + var hmac = Hmac(hash, key); + expect(hmac.convert(input).toString(), "startsWith(mac)"); +} + +final toupleMatch = RegExp('([0-9a-fA-F]{2})'); + +Uint8List bytesFromHexString(String message) { + var bytes = []; + for (var match in toupleMatch.allMatches(message)) { + bytes.add(int.parse(match.group(0)!, radix: 16)); + } + return Uint8List.fromList(bytes); +} diff --git a/ohos/flutter_crypto/ohos/.gitignore b/ohos/flutter_crypto/ohos/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..fbabf771011fe78f9919db0b1195ab6cadffc2b0 --- /dev/null +++ b/ohos/flutter_crypto/ohos/.gitignore @@ -0,0 +1,11 @@ +/node_modules +/oh_modules +/local.properties +/.idea +**/build +/.hvigor +.cxx +/.clangd +/.clang-format +/.clang-tidy +**/.test \ No newline at end of file diff --git a/ohos/flutter_crypto/ohos/AppScope/app.json5 b/ohos/flutter_crypto/ohos/AppScope/app.json5 new file mode 100644 index 0000000000000000000000000000000000000000..4fba6c5ccc29ab3b4bd950d74042566d07936ae1 --- /dev/null +++ b/ohos/flutter_crypto/ohos/AppScope/app.json5 @@ -0,0 +1,24 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "app": { + "bundleName": "com.example.flutter_crypto", + "vendor": "example", + "versionCode": 1000000, + "versionName": "1.0.0", + "icon": "$media:app_icon", + "label": "$string:app_name" + } +} diff --git a/ohos/flutter_crypto/ohos/AppScope/resources/base/element/string.json b/ohos/flutter_crypto/ohos/AppScope/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..d093721f6ddafde41389a1dd0ba52a9fe1378d5f --- /dev/null +++ b/ohos/flutter_crypto/ohos/AppScope/resources/base/element/string.json @@ -0,0 +1,8 @@ +{ + "string": [ + { + "name": "app_name", + "value": "flutter_crypto" + } + ] +} diff --git a/ohos/flutter_crypto/ohos/AppScope/resources/base/media/app_icon.png b/ohos/flutter_crypto/ohos/AppScope/resources/base/media/app_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_crypto/ohos/AppScope/resources/base/media/app_icon.png differ diff --git a/ohos/flutter_crypto/ohos/build-profile.json5 b/ohos/flutter_crypto/ohos/build-profile.json5 new file mode 100644 index 0000000000000000000000000000000000000000..90f062064c4316a150e819d08c903325766ef8c3 --- /dev/null +++ b/ohos/flutter_crypto/ohos/build-profile.json5 @@ -0,0 +1,44 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "app": { + "signingConfigs": [ + ], + "products": [ + { + "name": "default", + "signingConfig": "default", + "compileSdkVersion": "4.0.0(10)", + "compatibleSdkVersion": "4.0.0(10)", + "runtimeOS": "HarmonyOS", + } + ] + }, + "modules": [ + { + "name": "entry", + "srcPath": "./entry", + "targets": [ + { + "name": "default", + "applyToProducts": [ + "default" + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_crypto/ohos/dependencies/hvigor-3.0.9-s.tgz b/ohos/flutter_crypto/ohos/dependencies/hvigor-3.0.9-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..65b0d24f94d2aecc1099f8f8220beec695bfb779 Binary files /dev/null and b/ohos/flutter_crypto/ohos/dependencies/hvigor-3.0.9-s.tgz differ diff --git a/ohos/flutter_crypto/ohos/dependencies/hvigor-ohos-arkui-x-plugin-2.1.7-s.tgz b/ohos/flutter_crypto/ohos/dependencies/hvigor-ohos-arkui-x-plugin-2.1.7-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..233a449cbfef6be702d861744254dd89ce633fb7 Binary files /dev/null and b/ohos/flutter_crypto/ohos/dependencies/hvigor-ohos-arkui-x-plugin-2.1.7-s.tgz differ diff --git a/ohos/flutter_crypto/ohos/dependencies/hvigor-ohos-plugin-3.0.9-s.tgz b/ohos/flutter_crypto/ohos/dependencies/hvigor-ohos-plugin-3.0.9-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..e2e499e18dfcd05e1e275579d11697640eb80323 Binary files /dev/null and b/ohos/flutter_crypto/ohos/dependencies/hvigor-ohos-plugin-3.0.9-s.tgz differ diff --git a/ohos/flutter_crypto/ohos/dependencies/rollup.tgz b/ohos/flutter_crypto/ohos/dependencies/rollup.tgz new file mode 100644 index 0000000000000000000000000000000000000000..b224a37a5f69fd22f58c7a28151742eafe7e6317 Binary files /dev/null and b/ohos/flutter_crypto/ohos/dependencies/rollup.tgz differ diff --git a/ohos/flutter_crypto/ohos/dta/icudtl.dat b/ohos/flutter_crypto/ohos/dta/icudtl.dat new file mode 100644 index 0000000000000000000000000000000000000000..d1f10917ab52e3ebd251abd7f5377d7196b80d67 Binary files /dev/null and b/ohos/flutter_crypto/ohos/dta/icudtl.dat differ diff --git a/ohos/flutter_crypto/ohos/entry/.gitignore b/ohos/flutter_crypto/ohos/entry/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..2795a1c5b1fe53659dd1b71d90ba0592eaf7e043 --- /dev/null +++ b/ohos/flutter_crypto/ohos/entry/.gitignore @@ -0,0 +1,7 @@ + +/node_modules +/oh_modules +/.preview +/build +/.cxx +/.test \ No newline at end of file diff --git a/ohos/flutter_crypto/ohos/entry/build-profile.json5 b/ohos/flutter_crypto/ohos/entry/build-profile.json5 new file mode 100644 index 0000000000000000000000000000000000000000..633d360fbc91a3186a23b66ab71b27e5618944cb --- /dev/null +++ b/ohos/flutter_crypto/ohos/entry/build-profile.json5 @@ -0,0 +1,29 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "apiType": 'stageMode', + "buildOption": { + }, + "targets": [ + { + "name": "default", + "runtimeOS": "HarmonyOS" + }, + { + "name": "ohosTest", + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_crypto/ohos/entry/hvigorfile.ts b/ohos/flutter_crypto/ohos/entry/hvigorfile.ts new file mode 100644 index 0000000000000000000000000000000000000000..894fc15c6b793f085e6c8506e43d719af658e8ff --- /dev/null +++ b/ohos/flutter_crypto/ohos/entry/hvigorfile.ts @@ -0,0 +1,17 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently. +export { hapTasks } from '@ohos/hvigor-ohos-plugin'; diff --git a/ohos/flutter_crypto/ohos/entry/libs/arm64-v8a/libc++_shared.so b/ohos/flutter_crypto/ohos/entry/libs/arm64-v8a/libc++_shared.so new file mode 100644 index 0000000000000000000000000000000000000000..831c9353702073d45889352a4dafb93103d67d20 Binary files /dev/null and b/ohos/flutter_crypto/ohos/entry/libs/arm64-v8a/libc++_shared.so differ diff --git a/ohos/flutter_crypto/ohos/entry/libs/arm64-v8a/libflutter.so b/ohos/flutter_crypto/ohos/entry/libs/arm64-v8a/libflutter.so new file mode 100644 index 0000000000000000000000000000000000000000..8ff0d04141a776e448478791df1e2a1c3aa7c5c4 Binary files /dev/null and b/ohos/flutter_crypto/ohos/entry/libs/arm64-v8a/libflutter.so differ diff --git a/ohos/flutter_crypto/ohos/entry/oh-package.json5 b/ohos/flutter_crypto/ohos/entry/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..2529e5ac9dc8fafbb4de22bd802094b5bee73d5d --- /dev/null +++ b/ohos/flutter_crypto/ohos/entry/oh-package.json5 @@ -0,0 +1,26 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "license": "", + "devDependencies": {}, + "author": "", + "name": "entry", + "description": "Please describe the basic information.", + "main": "", + "version": "1.0.0", + "dependencies": { + "@ohos/flutter_ohos": "file:../har/flutter_embedding.har" + } +} diff --git a/ohos/flutter_crypto/ohos/entry/src/main/ets/entryability/EntryAbility.ets b/ohos/flutter_crypto/ohos/entry/src/main/ets/entryability/EntryAbility.ets new file mode 100644 index 0000000000000000000000000000000000000000..321a4eeaacd7b8079a876e25c4dafd498e4d9fb9 --- /dev/null +++ b/ohos/flutter_crypto/ohos/entry/src/main/ets/entryability/EntryAbility.ets @@ -0,0 +1,22 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import { FlutterAbility } from '@ohos/flutter_ohos' + +export default class EntryAbility extends FlutterAbility { + onFlutterEngineReady(): void { + super.onFlutterEngineReady() + } +} diff --git a/ohos/flutter_crypto/ohos/entry/src/main/ets/pages/Index.ets b/ohos/flutter_crypto/ohos/entry/src/main/ets/pages/Index.ets new file mode 100644 index 0000000000000000000000000000000000000000..b53a20c437e96d195487b281e5e95402ea6cb97d --- /dev/null +++ b/ohos/flutter_crypto/ohos/entry/src/main/ets/pages/Index.ets @@ -0,0 +1,36 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import common from '@ohos.app.ability.common'; +import { FlutterPage } from '@ohos/flutter_ohos' + +const EVENT_BACK_PRESS = 'EVENT_BACK_PRESS' + +@Entry +@Component +struct Index { + private context = getContext(this) as common.UIAbilityContext + + build() { + Column() { + FlutterPage() + } + } + + onBackPress(): boolean { + this.context.eventHub.emit(EVENT_BACK_PRESS) + return true + } +} \ No newline at end of file diff --git a/ohos/flutter_crypto/ohos/entry/src/main/module.json5 b/ohos/flutter_crypto/ohos/entry/src/main/module.json5 new file mode 100644 index 0000000000000000000000000000000000000000..7bbf78b18f39991b1404061c7437538c7d532bb7 --- /dev/null +++ b/ohos/flutter_crypto/ohos/entry/src/main/module.json5 @@ -0,0 +1,53 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +{ + "module": { + "name": "entry", + "type": "entry", + "description": "$string:module_desc", + "mainElement": "EntryAbility", + "deviceTypes": [ + "phone" + ], + "deliveryWithInstall": true, + "installationFree": false, + "pages": "$profile:main_pages", + "abilities": [ + { + "name": "EntryAbility", + "srcEntry": "./ets/entryability/EntryAbility.ets", + "description": "$string:EntryAbility_desc", + "icon": "$media:icon", + "label": "$string:EntryAbility_label", + "startWindowIcon": "$media:icon", + "startWindowBackground": "$color:start_window_background", + "exported": true, + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ] + } + ], + "requestPermissions": [ + {"name" : "ohos.permission.INTERNET"}, + ] + } +} \ No newline at end of file diff --git a/ohos/flutter_crypto/ohos/entry/src/main/resources/base/element/color.json b/ohos/flutter_crypto/ohos/entry/src/main/resources/base/element/color.json new file mode 100644 index 0000000000000000000000000000000000000000..3c712962da3c2751c2b9ddb53559afcbd2b54a02 --- /dev/null +++ b/ohos/flutter_crypto/ohos/entry/src/main/resources/base/element/color.json @@ -0,0 +1,8 @@ +{ + "color": [ + { + "name": "start_window_background", + "value": "#FFFFFF" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_crypto/ohos/entry/src/main/resources/base/element/string.json b/ohos/flutter_crypto/ohos/entry/src/main/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..f94595515a99e0c828807e243494f57f09251930 --- /dev/null +++ b/ohos/flutter_crypto/ohos/entry/src/main/resources/base/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "module description" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_crypto/ohos/entry/src/main/resources/base/media/icon.png b/ohos/flutter_crypto/ohos/entry/src/main/resources/base/media/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_crypto/ohos/entry/src/main/resources/base/media/icon.png differ diff --git a/ohos/flutter_crypto/ohos/entry/src/main/resources/base/profile/main_pages.json b/ohos/flutter_crypto/ohos/entry/src/main/resources/base/profile/main_pages.json new file mode 100644 index 0000000000000000000000000000000000000000..1898d94f58d6128ab712be2c68acc7c98e9ab9ce --- /dev/null +++ b/ohos/flutter_crypto/ohos/entry/src/main/resources/base/profile/main_pages.json @@ -0,0 +1,5 @@ +{ + "src": [ + "pages/Index" + ] +} diff --git a/ohos/flutter_crypto/ohos/entry/src/main/resources/en_US/element/string.json b/ohos/flutter_crypto/ohos/entry/src/main/resources/en_US/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..f94595515a99e0c828807e243494f57f09251930 --- /dev/null +++ b/ohos/flutter_crypto/ohos/entry/src/main/resources/en_US/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "module description" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_crypto/ohos/entry/src/main/resources/zh_CN/element/string.json b/ohos/flutter_crypto/ohos/entry/src/main/resources/zh_CN/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..597ecf95e61d7e30367c22fe2f8638008361b044 --- /dev/null +++ b/ohos/flutter_crypto/ohos/entry/src/main/resources/zh_CN/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "模块描述" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_crypto/ohos/entry/src/ohosTest/ets/test/Ability.test.ets b/ohos/flutter_crypto/ohos/entry/src/ohosTest/ets/test/Ability.test.ets new file mode 100644 index 0000000000000000000000000000000000000000..25d4c71ff3cd584f5d64f6f8c0ac864928c234c4 --- /dev/null +++ b/ohos/flutter_crypto/ohos/entry/src/ohosTest/ets/test/Ability.test.ets @@ -0,0 +1,50 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; +import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium' + +export default function abilityTest() { + describe('ActsAbilityTest', function () { + // Defines a test suite. Two parameters are supported: test suite name and test suite function. + beforeAll(function () { + // Presets an action, which is performed only once before all test cases of the test suite start. + // This API supports only one parameter: preset action function. + }) + beforeEach(function () { + // Presets an action, which is performed before each unit test case starts. + // The number of execution times is the same as the number of test cases defined by **it**. + // This API supports only one parameter: preset action function. + }) + afterEach(function () { + // Presets a clear action, which is performed after each unit test case ends. + // The number of execution times is the same as the number of test cases defined by **it**. + // This API supports only one parameter: clear action function. + }) + afterAll(function () { + // Presets a clear action, which is performed after all test cases of the test suite end. + // This API supports only one parameter: clear action function. + }) + it('assertContain',0, function () { + // Defines a test case. This API supports three parameters: test case name, filter parameter, and test case function. + hilog.info(0x0000, 'testTag', '%{public}s', 'it begin'); + let a = 'abc' + let b = 'b' + // Defines a variety of assertion methods, which are used to declare expected boolean conditions. + expect(a).assertContain(b) + expect(a).assertEqual(a) + }) + }) +} \ No newline at end of file diff --git a/ohos/flutter_crypto/ohos/entry/src/ohosTest/ets/test/List.test.ets b/ohos/flutter_crypto/ohos/entry/src/ohosTest/ets/test/List.test.ets new file mode 100644 index 0000000000000000000000000000000000000000..f4140030e65d20df6af30a6bf51e464dea8f8aa6 --- /dev/null +++ b/ohos/flutter_crypto/ohos/entry/src/ohosTest/ets/test/List.test.ets @@ -0,0 +1,20 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import abilityTest from './Ability.test' + +export default function testsuite() { + abilityTest() +} \ No newline at end of file diff --git a/ohos/flutter_crypto/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets b/ohos/flutter_crypto/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets new file mode 100644 index 0000000000000000000000000000000000000000..4ca645e6013cfce8e7dbb728313cb8840c4da660 --- /dev/null +++ b/ohos/flutter_crypto/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets @@ -0,0 +1,63 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import UIAbility from '@ohos.app.ability.UIAbility'; +import AbilityDelegatorRegistry from '@ohos.app.ability.abilityDelegatorRegistry'; +import hilog from '@ohos.hilog'; +import { Hypium } from '@ohos/hypium'; +import testsuite from '../test/List.test'; +import window from '@ohos.window'; + +export default class TestAbility extends UIAbility { + onCreate(want, launchParam) { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onCreate'); + hilog.info(0x0000, 'testTag', '%{public}s', 'want param:' + JSON.stringify(want) ?? ''); + hilog.info(0x0000, 'testTag', '%{public}s', 'launchParam:'+ JSON.stringify(launchParam) ?? ''); + var abilityDelegator: any + abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator() + var abilityDelegatorArguments: any + abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments() + hilog.info(0x0000, 'testTag', '%{public}s', 'start run testcase!!!'); + Hypium.hypiumTest(abilityDelegator, abilityDelegatorArguments, testsuite) + } + + onDestroy() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onDestroy'); + } + + onWindowStageCreate(windowStage: window.WindowStage) { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onWindowStageCreate'); + windowStage.loadContent('testability/pages/Index', (err, data) => { + if (err.code) { + hilog.error(0x0000, 'testTag', 'Failed to load the content. Cause: %{public}s', JSON.stringify(err) ?? ''); + return; + } + hilog.info(0x0000, 'testTag', 'Succeeded in loading the content. Data: %{public}s', + JSON.stringify(data) ?? ''); + }); + } + + onWindowStageDestroy() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onWindowStageDestroy'); + } + + onForeground() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onForeground'); + } + + onBackground() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onBackground'); + } +} \ No newline at end of file diff --git a/ohos/flutter_crypto/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets b/ohos/flutter_crypto/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets new file mode 100644 index 0000000000000000000000000000000000000000..cef0447cd2f137ef82d223ead2e156808878ab90 --- /dev/null +++ b/ohos/flutter_crypto/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets @@ -0,0 +1,49 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; + +@Entry +@Component +struct Index { + aboutToAppear() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility index aboutToAppear'); + } + @State message: string = 'Hello World' + build() { + Row() { + Column() { + Text(this.message) + .fontSize(50) + .fontWeight(FontWeight.Bold) + Button() { + Text('next page') + .fontSize(20) + .fontWeight(FontWeight.Bold) + }.type(ButtonType.Capsule) + .margin({ + top: 20 + }) + .backgroundColor('#0D9FFB') + .width('35%') + .height('5%') + .onClick(()=>{ + }) + } + .width('100%') + } + .height('100%') + } + } \ No newline at end of file diff --git a/ohos/flutter_crypto/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts b/ohos/flutter_crypto/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts new file mode 100644 index 0000000000000000000000000000000000000000..1def08f2e9dcbfa3454a07b7a3b82b173bb90d02 --- /dev/null +++ b/ohos/flutter_crypto/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts @@ -0,0 +1,64 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; +import TestRunner from '@ohos.application.testRunner'; +import AbilityDelegatorRegistry from '@ohos.app.ability.abilityDelegatorRegistry'; + +var abilityDelegator = undefined +var abilityDelegatorArguments = undefined + +async function onAbilityCreateCallback() { + hilog.info(0x0000, 'testTag', '%{public}s', 'onAbilityCreateCallback'); +} + +async function addAbilityMonitorCallback(err: any) { + hilog.info(0x0000, 'testTag', 'addAbilityMonitorCallback : %{public}s', JSON.stringify(err) ?? ''); +} + +export default class OpenHarmonyTestRunner implements TestRunner { + constructor() { + } + + onPrepare() { + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner OnPrepare '); + } + + async onRun() { + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner onRun run'); + abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments() + abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator() + var testAbilityName = abilityDelegatorArguments.bundleName + '.TestAbility' + let lMonitor = { + abilityName: testAbilityName, + onAbilityCreate: onAbilityCreateCallback, + }; + abilityDelegator.addAbilityMonitor(lMonitor, addAbilityMonitorCallback) + var cmd = 'aa start -d 0 -a TestAbility' + ' -b ' + abilityDelegatorArguments.bundleName + var debug = abilityDelegatorArguments.parameters['-D'] + if (debug == 'true') + { + cmd += ' -D' + } + hilog.info(0x0000, 'testTag', 'cmd : %{public}s', cmd); + abilityDelegator.executeShellCommand(cmd, + (err: any, d: any) => { + hilog.info(0x0000, 'testTag', 'executeShellCommand : err : %{public}s', JSON.stringify(err) ?? ''); + hilog.info(0x0000, 'testTag', 'executeShellCommand : data : %{public}s', d.stdResult ?? ''); + hilog.info(0x0000, 'testTag', 'executeShellCommand : data : %{public}s', d.exitCode ?? ''); + }) + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner onRun end'); + } +} \ No newline at end of file diff --git a/ohos/flutter_crypto/ohos/entry/src/ohosTest/module.json5 b/ohos/flutter_crypto/ohos/entry/src/ohosTest/module.json5 new file mode 100644 index 0000000000000000000000000000000000000000..fab77ce2e0c61e3ad010bab5b27ccbd15f9a8c96 --- /dev/null +++ b/ohos/flutter_crypto/ohos/entry/src/ohosTest/module.json5 @@ -0,0 +1,51 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "module": { + "name": "entry_test", + "type": "feature", + "description": "$string:module_test_desc", + "mainElement": "TestAbility", + "deviceTypes": [ + "phone" + ], + "deliveryWithInstall": true, + "installationFree": false, + "pages": "$profile:test_pages", + "abilities": [ + { + "name": "TestAbility", + "srcEntry": "./ets/testability/TestAbility.ets", + "description": "$string:TestAbility_desc", + "icon": "$media:icon", + "label": "$string:TestAbility_label", + "exported": true, + "startWindowIcon": "$media:icon", + "startWindowBackground": "$color:start_window_background", + "skills": [ + { + "actions": [ + "action.system.home" + ], + "entities": [ + "entity.system.home" + ] + } + ] + } + ] + } +} diff --git a/ohos/flutter_crypto/ohos/entry/src/ohosTest/resources/base/element/color.json b/ohos/flutter_crypto/ohos/entry/src/ohosTest/resources/base/element/color.json new file mode 100644 index 0000000000000000000000000000000000000000..3c712962da3c2751c2b9ddb53559afcbd2b54a02 --- /dev/null +++ b/ohos/flutter_crypto/ohos/entry/src/ohosTest/resources/base/element/color.json @@ -0,0 +1,8 @@ +{ + "color": [ + { + "name": "start_window_background", + "value": "#FFFFFF" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_crypto/ohos/entry/src/ohosTest/resources/base/element/string.json b/ohos/flutter_crypto/ohos/entry/src/ohosTest/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..65d8fa5a7cf54aa3943dcd0214f58d1771bc1f6c --- /dev/null +++ b/ohos/flutter_crypto/ohos/entry/src/ohosTest/resources/base/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_test_desc", + "value": "test ability description" + }, + { + "name": "TestAbility_desc", + "value": "the test ability" + }, + { + "name": "TestAbility_label", + "value": "test label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_crypto/ohos/entry/src/ohosTest/resources/base/media/icon.png b/ohos/flutter_crypto/ohos/entry/src/ohosTest/resources/base/media/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_crypto/ohos/entry/src/ohosTest/resources/base/media/icon.png differ diff --git a/ohos/flutter_crypto/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json b/ohos/flutter_crypto/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json new file mode 100644 index 0000000000000000000000000000000000000000..b7e7343cacb32ce982a45e76daad86e435e054fe --- /dev/null +++ b/ohos/flutter_crypto/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json @@ -0,0 +1,5 @@ +{ + "src": [ + "testability/pages/Index" + ] +} diff --git a/ohos/flutter_crypto/ohos/har/flutter_embedding.har b/ohos/flutter_crypto/ohos/har/flutter_embedding.har new file mode 100644 index 0000000000000000000000000000000000000000..d8e07ca297de2100ce605f8af1126daf6eeb5d8f Binary files /dev/null and b/ohos/flutter_crypto/ohos/har/flutter_embedding.har differ diff --git a/ohos/flutter_crypto/ohos/har/har_product/flutter_embedding.har.debug.10 b/ohos/flutter_crypto/ohos/har/har_product/flutter_embedding.har.debug.10 new file mode 100644 index 0000000000000000000000000000000000000000..d8e07ca297de2100ce605f8af1126daf6eeb5d8f Binary files /dev/null and b/ohos/flutter_crypto/ohos/har/har_product/flutter_embedding.har.debug.10 differ diff --git a/ohos/flutter_crypto/ohos/har/har_product/flutter_embedding.har.debug.9 b/ohos/flutter_crypto/ohos/har/har_product/flutter_embedding.har.debug.9 new file mode 100644 index 0000000000000000000000000000000000000000..f0df4ca0064821178bf4254b16e8d23d873827da Binary files /dev/null and b/ohos/flutter_crypto/ohos/har/har_product/flutter_embedding.har.debug.9 differ diff --git a/ohos/flutter_crypto/ohos/har/har_product/flutter_embedding.har.release.10 b/ohos/flutter_crypto/ohos/har/har_product/flutter_embedding.har.release.10 new file mode 100644 index 0000000000000000000000000000000000000000..da9b320a09600f678975b827160441e46144bf08 Binary files /dev/null and b/ohos/flutter_crypto/ohos/har/har_product/flutter_embedding.har.release.10 differ diff --git a/ohos/flutter_crypto/ohos/har/har_product/flutter_embedding.har.release.9 b/ohos/flutter_crypto/ohos/har/har_product/flutter_embedding.har.release.9 new file mode 100644 index 0000000000000000000000000000000000000000..ba52754a80826e5614438b3faf931ed2f487eaab Binary files /dev/null and b/ohos/flutter_crypto/ohos/har/har_product/flutter_embedding.har.release.9 differ diff --git a/ohos/flutter_crypto/ohos/har/har_product/libflutter.so.debug.10 b/ohos/flutter_crypto/ohos/har/har_product/libflutter.so.debug.10 new file mode 100644 index 0000000000000000000000000000000000000000..8ff0d04141a776e448478791df1e2a1c3aa7c5c4 Binary files /dev/null and b/ohos/flutter_crypto/ohos/har/har_product/libflutter.so.debug.10 differ diff --git a/ohos/flutter_crypto/ohos/har/har_product/libflutter.so.release.10 b/ohos/flutter_crypto/ohos/har/har_product/libflutter.so.release.10 new file mode 100644 index 0000000000000000000000000000000000000000..7cdf26180489e807496f02cd4736425b4ad42845 Binary files /dev/null and b/ohos/flutter_crypto/ohos/har/har_product/libflutter.so.release.10 differ diff --git a/ohos/flutter_crypto/ohos/hvigor/hvigor-config.json5 b/ohos/flutter_crypto/ohos/hvigor/hvigor-config.json5 new file mode 100644 index 0000000000000000000000000000000000000000..b8eb5547b14a9ddd7ea0cf0fab0d93fa22b8e919 --- /dev/null +++ b/ohos/flutter_crypto/ohos/hvigor/hvigor-config.json5 @@ -0,0 +1,22 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "hvigorVersion": "file:../dependencies/hvigor-3.0.9-s.tgz", + "dependencies": { + "@ohos/hvigor-ohos-plugin": "file:../dependencies/hvigor-ohos-plugin-3.0.9-s.tgz", + "rollup": "file:../dependencies/rollup.tgz", + } +} diff --git a/ohos/flutter_crypto/ohos/hvigor/hvigor-wrapper.js b/ohos/flutter_crypto/ohos/hvigor/hvigor-wrapper.js new file mode 100644 index 0000000000000000000000000000000000000000..0483791f85b568d236d0ed928334db46e067a8aa --- /dev/null +++ b/ohos/flutter_crypto/ohos/hvigor/hvigor-wrapper.js @@ -0,0 +1,16 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +"use strict";var e=require("fs"),t=require("path"),n=require("os"),r=require("crypto"),u=require("child_process"),o=require("constants"),i=require("stream"),s=require("util"),c=require("assert"),a=require("tty"),l=require("zlib"),f=require("net");function d(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var D=d(e),p=d(t),E=d(n),m=d(r),h=d(u),y=d(o),C=d(i),F=d(s),g=d(c),A=d(a),v=d(l),S=d(f),w="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},O={},b={},_={},B=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(_,"__esModule",{value:!0}),_.isMac=_.isLinux=_.isWindows=void 0;const P=B(E.default),k="Windows_NT",x="Linux",N="Darwin";_.isWindows=function(){return P.default.type()===k},_.isLinux=function(){return P.default.type()===x},_.isMac=function(){return P.default.type()===N};var I={},T=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),R=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),M=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&T(t,e,n);return R(t,e),t};Object.defineProperty(I,"__esModule",{value:!0}),I.hash=void 0;const L=M(m.default);I.hash=function(e,t="md5"){return L.createHash(t).update(e,"utf-8").digest("hex")},function(e){var t=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var u in e)"default"!==u&&Object.prototype.hasOwnProperty.call(e,u)&&t(r,e,u);return n(r,e),r};Object.defineProperty(e,"__esModule",{value:!0}),e.HVIGOR_BOOT_JS_FILE_PATH=e.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH=e.HVIGOR_PROJECT_DEPENDENCIES_HOME=e.HVIGOR_PROJECT_WRAPPER_HOME=e.HVIGOR_PROJECT_NAME=e.HVIGOR_PROJECT_ROOT_DIR=e.HVIGOR_PROJECT_CACHES_HOME=e.HVIGOR_PNPM_STORE_PATH=e.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH=e.HVIGOR_WRAPPER_TOOLS_HOME=e.HVIGOR_USER_HOME=e.DEFAULT_PACKAGE_JSON=e.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME=e.PNPM=e.HVIGOR=e.NPM_TOOL=e.PNPM_TOOL=e.HVIGOR_ENGINE_PACKAGE_NAME=void 0;const u=r(p.default),o=r(E.default),i=_,s=I;e.HVIGOR_ENGINE_PACKAGE_NAME="@ohos/hvigor",e.PNPM_TOOL=(0,i.isWindows)()?"pnpm.cmd":"pnpm",e.NPM_TOOL=(0,i.isWindows)()?"npm.cmd":"npm",e.HVIGOR="hvigor",e.PNPM="pnpm",e.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME="hvigor-config.json5",e.DEFAULT_PACKAGE_JSON="package.json",e.HVIGOR_USER_HOME=u.resolve(o.homedir(),".hvigor"),e.HVIGOR_WRAPPER_TOOLS_HOME=u.resolve(e.HVIGOR_USER_HOME,"wrapper","tools"),e.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH=u.resolve(e.HVIGOR_WRAPPER_TOOLS_HOME,"node_modules",".bin",e.PNPM_TOOL),e.HVIGOR_PNPM_STORE_PATH=u.resolve(e.HVIGOR_USER_HOME,"caches"),e.HVIGOR_PROJECT_CACHES_HOME=u.resolve(e.HVIGOR_USER_HOME,"project_caches"),e.HVIGOR_PROJECT_ROOT_DIR=process.cwd(),e.HVIGOR_PROJECT_NAME=u.basename((0,s.hash)(e.HVIGOR_PROJECT_ROOT_DIR)),e.HVIGOR_PROJECT_WRAPPER_HOME=u.resolve(e.HVIGOR_PROJECT_ROOT_DIR,e.HVIGOR),e.HVIGOR_PROJECT_DEPENDENCIES_HOME=u.resolve(e.HVIGOR_PROJECT_CACHES_HOME,e.HVIGOR_PROJECT_NAME,"workspace"),e.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH=u.resolve(e.HVIGOR_PROJECT_DEPENDENCIES_HOME,e.DEFAULT_PACKAGE_JSON),e.HVIGOR_BOOT_JS_FILE_PATH=u.resolve(e.HVIGOR_PROJECT_DEPENDENCIES_HOME,"node_modules","@ohos","hvigor","bin","hvigor.js")}(b);var j={},$={};Object.defineProperty($,"__esModule",{value:!0}),$.logInfoPrintConsole=$.logErrorAndExit=void 0,$.logErrorAndExit=function(e){e instanceof Error?console.error(e.message):console.error(e),process.exit(-1)},$.logInfoPrintConsole=function(e){console.log(e)};var H=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),J=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),G=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&H(t,e,n);return J(t,e),t},V=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(j,"__esModule",{value:!0}),j.isFileExists=j.offlinePluginConversion=j.executeCommand=j.getNpmPath=j.hasNpmPackInPaths=void 0;const U=h.default,W=G(p.default),z=b,K=$,q=V(D.default);j.hasNpmPackInPaths=function(e,t){try{return require.resolve(e,{paths:[...t]}),!0}catch(e){return!1}},j.getNpmPath=function(){const e=process.execPath;return W.join(W.dirname(e),z.NPM_TOOL)},j.executeCommand=function(e,t,n){0!==(0,U.spawnSync)(e,t,n).status&&(0,K.logErrorAndExit)(`Error: ${e} ${t} execute failed.See above for details.`)},j.offlinePluginConversion=function(e,t){return t.startsWith("file:")||t.endsWith(".tgz")?W.resolve(e,z.HVIGOR,t.replace("file:","")):t},j.isFileExists=function(e){return q.default.existsSync(e)&&q.default.statSync(e).isFile()},function(e){var t=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var u in e)"default"!==u&&Object.prototype.hasOwnProperty.call(e,u)&&t(r,e,u);return n(r,e),r},u=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(e,"__esModule",{value:!0}),e.executeInstallPnpm=e.isPnpmAvailable=e.environmentHandler=e.checkNpmConifg=e.PNPM_VERSION=void 0;const o=r(D.default),i=b,s=j,c=r(p.default),a=$,l=h.default,f=u(E.default);e.PNPM_VERSION="7.30.0",e.checkNpmConifg=function(){const e=c.resolve(i.HVIGOR_PROJECT_ROOT_DIR,".npmrc"),t=c.resolve(f.default.homedir(),".npmrc");if((0,s.isFileExists)(e)||(0,s.isFileExists)(t))return;const n=(0,s.getNpmPath)(),r=(0,l.spawnSync)(n,["config","get","prefix"],{cwd:i.HVIGOR_PROJECT_ROOT_DIR});if(0!==r.status||!r.stdout)return void(0,a.logErrorAndExit)("Error: The hvigor depends on the npmrc file. Configure the npmrc file first.");const u=c.resolve(`${r.stdout}`.replace(/[\r\n]/gi,""),".npmrc");(0,s.isFileExists)(u)||(0,a.logErrorAndExit)("Error: The hvigor depends on the npmrc file. Configure the npmrc file first.")},e.environmentHandler=function(){process.env["npm_config_update-notifier"]="false"},e.isPnpmAvailable=function(){return!!o.existsSync(i.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH)&&(0,s.hasNpmPackInPaths)("pnpm",[i.HVIGOR_WRAPPER_TOOLS_HOME])},e.executeInstallPnpm=function(){(0,a.logInfoPrintConsole)(`Installing pnpm@${e.PNPM_VERSION}...`);const t=(0,s.getNpmPath)();!function(){const t=c.resolve(i.HVIGOR_WRAPPER_TOOLS_HOME,i.DEFAULT_PACKAGE_JSON);try{o.existsSync(i.HVIGOR_WRAPPER_TOOLS_HOME)||o.mkdirSync(i.HVIGOR_WRAPPER_TOOLS_HOME,{recursive:!0});const n={dependencies:{}};n.dependencies[i.PNPM]=e.PNPM_VERSION,o.writeFileSync(t,JSON.stringify(n))}catch(e){(0,a.logErrorAndExit)(`Error: EPERM: operation not permitted,create ${t} failed.`)}}(),(0,s.executeCommand)(t,["install","pnpm"],{cwd:i.HVIGOR_WRAPPER_TOOLS_HOME,stdio:["inherit","inherit","inherit"],env:process.env}),(0,a.logInfoPrintConsole)("Pnpm install success.")}}(O);var Y={},X={},Z={},Q={};Object.defineProperty(Q,"__esModule",{value:!0}),Q.Unicode=void 0;class ee{}Q.Unicode=ee,ee.Space_Separator=/[\u1680\u2000-\u200A\u202F\u205F\u3000]/,ee.ID_Start=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]/,ee.ID_Continue=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF9\u1D00-\u1DF9\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDE00-\uDE3E\uDE47\uDE50-\uDE83\uDE86-\uDE99\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/,Object.defineProperty(Z,"__esModule",{value:!0}),Z.JudgeUtil=void 0;const te=Q;Z.JudgeUtil=class{static isIgnoreChar(e){return"string"==typeof e&&("\t"===e||"\v"===e||"\f"===e||" "===e||" "===e||"\ufeff"===e||"\n"===e||"\r"===e||"\u2028"===e||"\u2029"===e)}static isSpaceSeparator(e){return"string"==typeof e&&te.Unicode.Space_Separator.test(e)}static isIdStartChar(e){return"string"==typeof e&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||"$"===e||"_"===e||te.Unicode.ID_Start.test(e))}static isIdContinueChar(e){return"string"==typeof e&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||e>="0"&&e<="9"||"$"===e||"_"===e||"‌"===e||"‍"===e||te.Unicode.ID_Continue.test(e))}static isDigitWithoutZero(e){return/[1-9]/.test(e)}static isDigit(e){return"string"==typeof e&&/[0-9]/.test(e)}static isHexDigit(e){return"string"==typeof e&&/[0-9A-Fa-f]/.test(e)}};var ne={},re={fromCallback:function(e){return Object.defineProperty((function(...t){if("function"!=typeof t[t.length-1])return new Promise(((n,r)=>{e.call(this,...t,((e,t)=>null!=e?r(e):n(t)))}));e.apply(this,t)}),"name",{value:e.name})},fromPromise:function(e){return Object.defineProperty((function(...t){const n=t[t.length-1];if("function"!=typeof n)return e.apply(this,t);e.apply(this,t.slice(0,-1)).then((e=>n(null,e)),n)}),"name",{value:e.name})}},ue=y.default,oe=process.cwd,ie=null,se=process.env.GRACEFUL_FS_PLATFORM||process.platform;process.cwd=function(){return ie||(ie=oe.call(process)),ie};try{process.cwd()}catch(e){}if("function"==typeof process.chdir){var ce=process.chdir;process.chdir=function(e){ie=null,ce.call(process,e)},Object.setPrototypeOf&&Object.setPrototypeOf(process.chdir,ce)}var ae=function(e){ue.hasOwnProperty("O_SYMLINK")&&process.version.match(/^v0\.6\.[0-2]|^v0\.5\./)&&function(e){e.lchmod=function(t,n,r){e.open(t,ue.O_WRONLY|ue.O_SYMLINK,n,(function(t,u){t?r&&r(t):e.fchmod(u,n,(function(t){e.close(u,(function(e){r&&r(t||e)}))}))}))},e.lchmodSync=function(t,n){var r,u=e.openSync(t,ue.O_WRONLY|ue.O_SYMLINK,n),o=!0;try{r=e.fchmodSync(u,n),o=!1}finally{if(o)try{e.closeSync(u)}catch(e){}else e.closeSync(u)}return r}}(e);e.lutimes||function(e){ue.hasOwnProperty("O_SYMLINK")&&e.futimes?(e.lutimes=function(t,n,r,u){e.open(t,ue.O_SYMLINK,(function(t,o){t?u&&u(t):e.futimes(o,n,r,(function(t){e.close(o,(function(e){u&&u(t||e)}))}))}))},e.lutimesSync=function(t,n,r){var u,o=e.openSync(t,ue.O_SYMLINK),i=!0;try{u=e.futimesSync(o,n,r),i=!1}finally{if(i)try{e.closeSync(o)}catch(e){}else e.closeSync(o)}return u}):e.futimes&&(e.lutimes=function(e,t,n,r){r&&process.nextTick(r)},e.lutimesSync=function(){})}(e);e.chown=r(e.chown),e.fchown=r(e.fchown),e.lchown=r(e.lchown),e.chmod=t(e.chmod),e.fchmod=t(e.fchmod),e.lchmod=t(e.lchmod),e.chownSync=u(e.chownSync),e.fchownSync=u(e.fchownSync),e.lchownSync=u(e.lchownSync),e.chmodSync=n(e.chmodSync),e.fchmodSync=n(e.fchmodSync),e.lchmodSync=n(e.lchmodSync),e.stat=o(e.stat),e.fstat=o(e.fstat),e.lstat=o(e.lstat),e.statSync=i(e.statSync),e.fstatSync=i(e.fstatSync),e.lstatSync=i(e.lstatSync),e.chmod&&!e.lchmod&&(e.lchmod=function(e,t,n){n&&process.nextTick(n)},e.lchmodSync=function(){});e.chown&&!e.lchown&&(e.lchown=function(e,t,n,r){r&&process.nextTick(r)},e.lchownSync=function(){});"win32"===se&&(e.rename="function"!=typeof e.rename?e.rename:function(t){function n(n,r,u){var o=Date.now(),i=0;t(n,r,(function s(c){if(c&&("EACCES"===c.code||"EPERM"===c.code||"EBUSY"===c.code)&&Date.now()-o<6e4)return setTimeout((function(){e.stat(r,(function(e,o){e&&"ENOENT"===e.code?t(n,r,s):u(c)}))}),i),void(i<100&&(i+=10));u&&u(c)}))}return Object.setPrototypeOf&&Object.setPrototypeOf(n,t),n}(e.rename));function t(t){return t?function(n,r,u){return t.call(e,n,r,(function(e){s(e)&&(e=null),u&&u.apply(this,arguments)}))}:t}function n(t){return t?function(n,r){try{return t.call(e,n,r)}catch(e){if(!s(e))throw e}}:t}function r(t){return t?function(n,r,u,o){return t.call(e,n,r,u,(function(e){s(e)&&(e=null),o&&o.apply(this,arguments)}))}:t}function u(t){return t?function(n,r,u){try{return t.call(e,n,r,u)}catch(e){if(!s(e))throw e}}:t}function o(t){return t?function(n,r,u){function o(e,t){t&&(t.uid<0&&(t.uid+=4294967296),t.gid<0&&(t.gid+=4294967296)),u&&u.apply(this,arguments)}return"function"==typeof r&&(u=r,r=null),r?t.call(e,n,r,o):t.call(e,n,o)}:t}function i(t){return t?function(n,r){var u=r?t.call(e,n,r):t.call(e,n);return u&&(u.uid<0&&(u.uid+=4294967296),u.gid<0&&(u.gid+=4294967296)),u}:t}function s(e){return!e||("ENOSYS"===e.code||!(process.getuid&&0===process.getuid()||"EINVAL"!==e.code&&"EPERM"!==e.code))}e.read="function"!=typeof e.read?e.read:function(t){function n(n,r,u,o,i,s){var c;if(s&&"function"==typeof s){var a=0;c=function(l,f,d){if(l&&"EAGAIN"===l.code&&a<10)return a++,t.call(e,n,r,u,o,i,c);s.apply(this,arguments)}}return t.call(e,n,r,u,o,i,c)}return Object.setPrototypeOf&&Object.setPrototypeOf(n,t),n}(e.read),e.readSync="function"!=typeof e.readSync?e.readSync:(c=e.readSync,function(t,n,r,u,o){for(var i=0;;)try{return c.call(e,t,n,r,u,o)}catch(e){if("EAGAIN"===e.code&&i<10){i++;continue}throw e}});var c};var le=C.default.Stream,fe=function(e){return{ReadStream:function t(n,r){if(!(this instanceof t))return new t(n,r);le.call(this);var u=this;this.path=n,this.fd=null,this.readable=!0,this.paused=!1,this.flags="r",this.mode=438,this.bufferSize=65536,r=r||{};for(var o=Object.keys(r),i=0,s=o.length;ithis.end)throw new Error("start must be <= end");this.pos=this.start}if(null!==this.fd)return void process.nextTick((function(){u._read()}));e.open(this.path,this.flags,this.mode,(function(e,t){if(e)return u.emit("error",e),void(u.readable=!1);u.fd=t,u.emit("open",t),u._read()}))},WriteStream:function t(n,r){if(!(this instanceof t))return new t(n,r);le.call(this),this.path=n,this.fd=null,this.writable=!0,this.flags="w",this.encoding="binary",this.mode=438,this.bytesWritten=0,r=r||{};for(var u=Object.keys(r),o=0,i=u.length;o= zero");this.pos=this.start}this.busy=!1,this._queue=[],null===this.fd&&(this._open=e.open,this._queue.push([this._open,this.path,this.flags,this.mode,void 0]),this.flush())}}};var de=function(e){if(null===e||"object"!=typeof e)return e;if(e instanceof Object)var t={__proto__:De(e)};else t=Object.create(null);return Object.getOwnPropertyNames(e).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))})),t},De=Object.getPrototypeOf||function(e){return e.__proto__};var pe,Ee,me=D.default,he=ae,ye=fe,Ce=de,Fe=F.default;function ge(e,t){Object.defineProperty(e,pe,{get:function(){return t}})}"function"==typeof Symbol&&"function"==typeof Symbol.for?(pe=Symbol.for("graceful-fs.queue"),Ee=Symbol.for("graceful-fs.previous")):(pe="___graceful-fs.queue",Ee="___graceful-fs.previous");var Ae=function(){};if(Fe.debuglog?Ae=Fe.debuglog("gfs4"):/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&(Ae=function(){var e=Fe.format.apply(Fe,arguments);e="GFS4: "+e.split(/\n/).join("\nGFS4: "),console.error(e)}),!me[pe]){var ve=w[pe]||[];ge(me,ve),me.close=function(e){function t(t,n){return e.call(me,t,(function(e){e||_e(),"function"==typeof n&&n.apply(this,arguments)}))}return Object.defineProperty(t,Ee,{value:e}),t}(me.close),me.closeSync=function(e){function t(t){e.apply(me,arguments),_e()}return Object.defineProperty(t,Ee,{value:e}),t}(me.closeSync),/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&process.on("exit",(function(){Ae(me[pe]),g.default.equal(me[pe].length,0)}))}w[pe]||ge(w,me[pe]);var Se,we=Oe(Ce(me));function Oe(e){he(e),e.gracefulify=Oe,e.createReadStream=function(t,n){return new e.ReadStream(t,n)},e.createWriteStream=function(t,n){return new e.WriteStream(t,n)};var t=e.readFile;e.readFile=function(e,n,r){"function"==typeof n&&(r=n,n=null);return function e(n,r,u,o){return t(n,r,(function(t){!t||"EMFILE"!==t.code&&"ENFILE"!==t.code?"function"==typeof u&&u.apply(this,arguments):be([e,[n,r,u],t,o||Date.now(),Date.now()])}))}(e,n,r)};var n=e.writeFile;e.writeFile=function(e,t,r,u){"function"==typeof r&&(u=r,r=null);return function e(t,r,u,o,i){return n(t,r,u,(function(n){!n||"EMFILE"!==n.code&&"ENFILE"!==n.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,r,u,o],n,i||Date.now(),Date.now()])}))}(e,t,r,u)};var r=e.appendFile;r&&(e.appendFile=function(e,t,n,u){"function"==typeof n&&(u=n,n=null);return function e(t,n,u,o,i){return r(t,n,u,(function(r){!r||"EMFILE"!==r.code&&"ENFILE"!==r.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,n,u,o],r,i||Date.now(),Date.now()])}))}(e,t,n,u)});var u=e.copyFile;u&&(e.copyFile=function(e,t,n,r){"function"==typeof n&&(r=n,n=0);return function e(t,n,r,o,i){return u(t,n,r,(function(u){!u||"EMFILE"!==u.code&&"ENFILE"!==u.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,n,r,o],u,i||Date.now(),Date.now()])}))}(e,t,n,r)});var o=e.readdir;e.readdir=function(e,t,n){"function"==typeof t&&(n=t,t=null);var r=i.test(process.version)?function(e,t,n,r){return o(e,u(e,t,n,r))}:function(e,t,n,r){return o(e,t,u(e,t,n,r))};return r(e,t,n);function u(e,t,n,u){return function(o,i){!o||"EMFILE"!==o.code&&"ENFILE"!==o.code?(i&&i.sort&&i.sort(),"function"==typeof n&&n.call(this,o,i)):be([r,[e,t,n],o,u||Date.now(),Date.now()])}}};var i=/^v[0-5]\./;if("v0.8"===process.version.substr(0,4)){var s=ye(e);d=s.ReadStream,D=s.WriteStream}var c=e.ReadStream;c&&(d.prototype=Object.create(c.prototype),d.prototype.open=function(){var e=this;E(e.path,e.flags,e.mode,(function(t,n){t?(e.autoClose&&e.destroy(),e.emit("error",t)):(e.fd=n,e.emit("open",n),e.read())}))});var a=e.WriteStream;a&&(D.prototype=Object.create(a.prototype),D.prototype.open=function(){var e=this;E(e.path,e.flags,e.mode,(function(t,n){t?(e.destroy(),e.emit("error",t)):(e.fd=n,e.emit("open",n))}))}),Object.defineProperty(e,"ReadStream",{get:function(){return d},set:function(e){d=e},enumerable:!0,configurable:!0}),Object.defineProperty(e,"WriteStream",{get:function(){return D},set:function(e){D=e},enumerable:!0,configurable:!0});var l=d;Object.defineProperty(e,"FileReadStream",{get:function(){return l},set:function(e){l=e},enumerable:!0,configurable:!0});var f=D;function d(e,t){return this instanceof d?(c.apply(this,arguments),this):d.apply(Object.create(d.prototype),arguments)}function D(e,t){return this instanceof D?(a.apply(this,arguments),this):D.apply(Object.create(D.prototype),arguments)}Object.defineProperty(e,"FileWriteStream",{get:function(){return f},set:function(e){f=e},enumerable:!0,configurable:!0});var p=e.open;function E(e,t,n,r){return"function"==typeof n&&(r=n,n=null),function e(t,n,r,u,o){return p(t,n,r,(function(i,s){!i||"EMFILE"!==i.code&&"ENFILE"!==i.code?"function"==typeof u&&u.apply(this,arguments):be([e,[t,n,r,u],i,o||Date.now(),Date.now()])}))}(e,t,n,r)}return e.open=E,e}function be(e){Ae("ENQUEUE",e[0].name,e[1]),me[pe].push(e),Be()}function _e(){for(var e=Date.now(),t=0;t2&&(me[pe][t][3]=e,me[pe][t][4]=e);Be()}function Be(){if(clearTimeout(Se),Se=void 0,0!==me[pe].length){var e=me[pe].shift(),t=e[0],n=e[1],r=e[2],u=e[3],o=e[4];if(void 0===u)Ae("RETRY",t.name,n),t.apply(null,n);else if(Date.now()-u>=6e4){Ae("TIMEOUT",t.name,n);var i=n.pop();"function"==typeof i&&i.call(null,r)}else{var s=Date.now()-o,c=Math.max(o-u,1);s>=Math.min(1.2*c,100)?(Ae("RETRY",t.name,n),t.apply(null,n.concat([u]))):me[pe].push(e)}void 0===Se&&(Se=setTimeout(Be,0))}}process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH&&!me.__patched&&(we=Oe(me),me.__patched=!0),function(e){const t=re.fromCallback,n=we,r=["access","appendFile","chmod","chown","close","copyFile","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","lchmod","lchown","link","lstat","mkdir","mkdtemp","open","opendir","readdir","readFile","readlink","realpath","rename","rm","rmdir","stat","symlink","truncate","unlink","utimes","writeFile"].filter((e=>"function"==typeof n[e]));Object.assign(e,n),r.forEach((r=>{e[r]=t(n[r])})),e.realpath.native=t(n.realpath.native),e.exists=function(e,t){return"function"==typeof t?n.exists(e,t):new Promise((t=>n.exists(e,t)))},e.read=function(e,t,r,u,o,i){return"function"==typeof i?n.read(e,t,r,u,o,i):new Promise(((i,s)=>{n.read(e,t,r,u,o,((e,t,n)=>{if(e)return s(e);i({bytesRead:t,buffer:n})}))}))},e.write=function(e,t,...r){return"function"==typeof r[r.length-1]?n.write(e,t,...r):new Promise(((u,o)=>{n.write(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffer:n})}))}))},"function"==typeof n.writev&&(e.writev=function(e,t,...r){return"function"==typeof r[r.length-1]?n.writev(e,t,...r):new Promise(((u,o)=>{n.writev(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffers:n})}))}))})}(ne);var Pe={},ke={};const xe=p.default;ke.checkPath=function(e){if("win32"===process.platform){if(/[<>:"|?*]/.test(e.replace(xe.parse(e).root,""))){const t=new Error(`Path contains invalid characters: ${e}`);throw t.code="EINVAL",t}}};const Ne=ne,{checkPath:Ie}=ke,Te=e=>"number"==typeof e?e:{mode:511,...e}.mode;Pe.makeDir=async(e,t)=>(Ie(e),Ne.mkdir(e,{mode:Te(t),recursive:!0})),Pe.makeDirSync=(e,t)=>(Ie(e),Ne.mkdirSync(e,{mode:Te(t),recursive:!0}));const Re=re.fromPromise,{makeDir:Me,makeDirSync:Le}=Pe,je=Re(Me);var $e={mkdirs:je,mkdirsSync:Le,mkdirp:je,mkdirpSync:Le,ensureDir:je,ensureDirSync:Le};const He=re.fromPromise,Je=ne;var Ge={pathExists:He((function(e){return Je.access(e).then((()=>!0)).catch((()=>!1))})),pathExistsSync:Je.existsSync};const Ve=we;var Ue=function(e,t,n,r){Ve.open(e,"r+",((e,u)=>{if(e)return r(e);Ve.futimes(u,t,n,(e=>{Ve.close(u,(t=>{r&&r(e||t)}))}))}))},We=function(e,t,n){const r=Ve.openSync(e,"r+");return Ve.futimesSync(r,t,n),Ve.closeSync(r)};const ze=ne,Ke=p.default,qe=F.default;function Ye(e,t,n){const r=n.dereference?e=>ze.stat(e,{bigint:!0}):e=>ze.lstat(e,{bigint:!0});return Promise.all([r(e),r(t).catch((e=>{if("ENOENT"===e.code)return null;throw e}))]).then((([e,t])=>({srcStat:e,destStat:t})))}function Xe(e,t){return t.ino&&t.dev&&t.ino===e.ino&&t.dev===e.dev}function Ze(e,t){const n=Ke.resolve(e).split(Ke.sep).filter((e=>e)),r=Ke.resolve(t).split(Ke.sep).filter((e=>e));return n.reduce(((e,t,n)=>e&&r[n]===t),!0)}function Qe(e,t,n){return`Cannot ${n} '${e}' to a subdirectory of itself, '${t}'.`}var et={checkPaths:function(e,t,n,r,u){qe.callbackify(Ye)(e,t,r,((r,o)=>{if(r)return u(r);const{srcStat:i,destStat:s}=o;if(s){if(Xe(i,s)){const r=Ke.basename(e),o=Ke.basename(t);return"move"===n&&r!==o&&r.toLowerCase()===o.toLowerCase()?u(null,{srcStat:i,destStat:s,isChangingCase:!0}):u(new Error("Source and destination must not be the same."))}if(i.isDirectory()&&!s.isDirectory())return u(new Error(`Cannot overwrite non-directory '${t}' with directory '${e}'.`));if(!i.isDirectory()&&s.isDirectory())return u(new Error(`Cannot overwrite directory '${t}' with non-directory '${e}'.`))}return i.isDirectory()&&Ze(e,t)?u(new Error(Qe(e,t,n))):u(null,{srcStat:i,destStat:s})}))},checkPathsSync:function(e,t,n,r){const{srcStat:u,destStat:o}=function(e,t,n){let r;const u=n.dereference?e=>ze.statSync(e,{bigint:!0}):e=>ze.lstatSync(e,{bigint:!0}),o=u(e);try{r=u(t)}catch(e){if("ENOENT"===e.code)return{srcStat:o,destStat:null};throw e}return{srcStat:o,destStat:r}}(e,t,r);if(o){if(Xe(u,o)){const r=Ke.basename(e),i=Ke.basename(t);if("move"===n&&r!==i&&r.toLowerCase()===i.toLowerCase())return{srcStat:u,destStat:o,isChangingCase:!0};throw new Error("Source and destination must not be the same.")}if(u.isDirectory()&&!o.isDirectory())throw new Error(`Cannot overwrite non-directory '${t}' with directory '${e}'.`);if(!u.isDirectory()&&o.isDirectory())throw new Error(`Cannot overwrite directory '${t}' with non-directory '${e}'.`)}if(u.isDirectory()&&Ze(e,t))throw new Error(Qe(e,t,n));return{srcStat:u,destStat:o}},checkParentPaths:function e(t,n,r,u,o){const i=Ke.resolve(Ke.dirname(t)),s=Ke.resolve(Ke.dirname(r));if(s===i||s===Ke.parse(s).root)return o();ze.stat(s,{bigint:!0},((i,c)=>i?"ENOENT"===i.code?o():o(i):Xe(n,c)?o(new Error(Qe(t,r,u))):e(t,n,s,u,o)))},checkParentPathsSync:function e(t,n,r,u){const o=Ke.resolve(Ke.dirname(t)),i=Ke.resolve(Ke.dirname(r));if(i===o||i===Ke.parse(i).root)return;let s;try{s=ze.statSync(i,{bigint:!0})}catch(e){if("ENOENT"===e.code)return;throw e}if(Xe(n,s))throw new Error(Qe(t,r,u));return e(t,n,i,u)},isSrcSubdir:Ze,areIdentical:Xe};const tt=we,nt=p.default,rt=$e.mkdirs,ut=Ge.pathExists,ot=Ue,it=et;function st(e,t,n,r,u){const o=nt.dirname(n);ut(o,((i,s)=>i?u(i):s?at(e,t,n,r,u):void rt(o,(o=>o?u(o):at(e,t,n,r,u)))))}function ct(e,t,n,r,u,o){Promise.resolve(u.filter(n,r)).then((i=>i?e(t,n,r,u,o):o()),(e=>o(e)))}function at(e,t,n,r,u){(r.dereference?tt.stat:tt.lstat)(t,((o,i)=>o?u(o):i.isDirectory()?function(e,t,n,r,u,o){return t?Dt(n,r,u,o):function(e,t,n,r,u){tt.mkdir(n,(o=>{if(o)return u(o);Dt(t,n,r,(t=>t?u(t):dt(n,e,u)))}))}(e.mode,n,r,u,o)}(i,e,t,n,r,u):i.isFile()||i.isCharacterDevice()||i.isBlockDevice()?function(e,t,n,r,u,o){return t?function(e,t,n,r,u){if(!r.overwrite)return r.errorOnExist?u(new Error(`'${n}' already exists`)):u();tt.unlink(n,(o=>o?u(o):lt(e,t,n,r,u)))}(e,n,r,u,o):lt(e,n,r,u,o)}(i,e,t,n,r,u):i.isSymbolicLink()?function(e,t,n,r,u){tt.readlink(t,((t,o)=>t?u(t):(r.dereference&&(o=nt.resolve(process.cwd(),o)),e?void tt.readlink(n,((t,i)=>t?"EINVAL"===t.code||"UNKNOWN"===t.code?tt.symlink(o,n,u):u(t):(r.dereference&&(i=nt.resolve(process.cwd(),i)),it.isSrcSubdir(o,i)?u(new Error(`Cannot copy '${o}' to a subdirectory of itself, '${i}'.`)):e.isDirectory()&&it.isSrcSubdir(i,o)?u(new Error(`Cannot overwrite '${i}' with '${o}'.`)):function(e,t,n){tt.unlink(t,(r=>r?n(r):tt.symlink(e,t,n)))}(o,n,u)))):tt.symlink(o,n,u))))}(e,t,n,r,u):i.isSocket()?u(new Error(`Cannot copy a socket file: ${t}`)):i.isFIFO()?u(new Error(`Cannot copy a FIFO pipe: ${t}`)):u(new Error(`Unknown file: ${t}`))))}function lt(e,t,n,r,u){tt.copyFile(t,n,(o=>o?u(o):r.preserveTimestamps?function(e,t,n,r){if(function(e){return 0==(128&e)}(e))return function(e,t,n){return dt(e,128|t,n)}(n,e,(u=>u?r(u):ft(e,t,n,r)));return ft(e,t,n,r)}(e.mode,t,n,u):dt(n,e.mode,u)))}function ft(e,t,n,r){!function(e,t,n){tt.stat(e,((e,r)=>e?n(e):ot(t,r.atime,r.mtime,n)))}(t,n,(t=>t?r(t):dt(n,e,r)))}function dt(e,t,n){return tt.chmod(e,t,n)}function Dt(e,t,n,r){tt.readdir(e,((u,o)=>u?r(u):pt(o,e,t,n,r)))}function pt(e,t,n,r,u){const o=e.pop();return o?function(e,t,n,r,u,o){const i=nt.join(n,t),s=nt.join(r,t);it.checkPaths(i,s,"copy",u,((t,c)=>{if(t)return o(t);const{destStat:a}=c;!function(e,t,n,r,u){r.filter?ct(at,e,t,n,r,u):at(e,t,n,r,u)}(a,i,s,u,(t=>t?o(t):pt(e,n,r,u,o)))}))}(e,o,t,n,r,u):u()}var Et=function(e,t,n,r){"function"!=typeof n||r?"function"==typeof n&&(n={filter:n}):(r=n,n={}),r=r||function(){},(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269"),it.checkPaths(e,t,"copy",n,((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;it.checkParentPaths(e,i,t,"copy",(u=>u?r(u):n.filter?ct(st,s,e,t,n,r):st(s,e,t,n,r)))}))};const mt=we,ht=p.default,yt=$e.mkdirsSync,Ct=We,Ft=et;function gt(e,t,n,r){const u=(r.dereference?mt.statSync:mt.lstatSync)(t);if(u.isDirectory())return function(e,t,n,r,u){return t?St(n,r,u):function(e,t,n,r){return mt.mkdirSync(n),St(t,n,r),vt(n,e)}(e.mode,n,r,u)}(u,e,t,n,r);if(u.isFile()||u.isCharacterDevice()||u.isBlockDevice())return function(e,t,n,r,u){return t?function(e,t,n,r){if(r.overwrite)return mt.unlinkSync(n),At(e,t,n,r);if(r.errorOnExist)throw new Error(`'${n}' already exists`)}(e,n,r,u):At(e,n,r,u)}(u,e,t,n,r);if(u.isSymbolicLink())return function(e,t,n,r){let u=mt.readlinkSync(t);r.dereference&&(u=ht.resolve(process.cwd(),u));if(e){let e;try{e=mt.readlinkSync(n)}catch(e){if("EINVAL"===e.code||"UNKNOWN"===e.code)return mt.symlinkSync(u,n);throw e}if(r.dereference&&(e=ht.resolve(process.cwd(),e)),Ft.isSrcSubdir(u,e))throw new Error(`Cannot copy '${u}' to a subdirectory of itself, '${e}'.`);if(mt.statSync(n).isDirectory()&&Ft.isSrcSubdir(e,u))throw new Error(`Cannot overwrite '${e}' with '${u}'.`);return function(e,t){return mt.unlinkSync(t),mt.symlinkSync(e,t)}(u,n)}return mt.symlinkSync(u,n)}(e,t,n,r);if(u.isSocket())throw new Error(`Cannot copy a socket file: ${t}`);if(u.isFIFO())throw new Error(`Cannot copy a FIFO pipe: ${t}`);throw new Error(`Unknown file: ${t}`)}function At(e,t,n,r){return mt.copyFileSync(t,n),r.preserveTimestamps&&function(e,t,n){(function(e){return 0==(128&e)})(e)&&function(e,t){vt(e,128|t)}(n,e);(function(e,t){const n=mt.statSync(e);Ct(t,n.atime,n.mtime)})(t,n)}(e.mode,t,n),vt(n,e.mode)}function vt(e,t){return mt.chmodSync(e,t)}function St(e,t,n){mt.readdirSync(e).forEach((r=>function(e,t,n,r){const u=ht.join(t,e),o=ht.join(n,e),{destStat:i}=Ft.checkPathsSync(u,o,"copy",r);return function(e,t,n,r){if(!r.filter||r.filter(t,n))return gt(e,t,n,r)}(i,u,o,r)}(r,e,t,n)))}var wt=function(e,t,n){"function"==typeof n&&(n={filter:n}),(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269");const{srcStat:r,destStat:u}=Ft.checkPathsSync(e,t,"copy",n);return Ft.checkParentPathsSync(e,r,t,"copy"),function(e,t,n,r){if(r.filter&&!r.filter(t,n))return;const u=ht.dirname(n);mt.existsSync(u)||yt(u);return gt(e,t,n,r)}(u,e,t,n)};var Ot={copy:(0,re.fromCallback)(Et),copySync:wt};const bt=we,_t=p.default,Bt=g.default,Pt="win32"===process.platform;function kt(e){["unlink","chmod","stat","lstat","rmdir","readdir"].forEach((t=>{e[t]=e[t]||bt[t],e[t+="Sync"]=e[t]||bt[t]})),e.maxBusyTries=e.maxBusyTries||3}function xt(e,t,n){let r=0;"function"==typeof t&&(n=t,t={}),Bt(e,"rimraf: missing path"),Bt.strictEqual(typeof e,"string","rimraf: path should be a string"),Bt.strictEqual(typeof n,"function","rimraf: callback function required"),Bt(t,"rimraf: invalid options argument provided"),Bt.strictEqual(typeof t,"object","rimraf: options should be object"),kt(t),Nt(e,t,(function u(o){if(o){if(("EBUSY"===o.code||"ENOTEMPTY"===o.code||"EPERM"===o.code)&&rNt(e,t,u)),100*r)}"ENOENT"===o.code&&(o=null)}n(o)}))}function Nt(e,t,n){Bt(e),Bt(t),Bt("function"==typeof n),t.lstat(e,((r,u)=>r&&"ENOENT"===r.code?n(null):r&&"EPERM"===r.code&&Pt?It(e,t,r,n):u&&u.isDirectory()?Rt(e,t,r,n):void t.unlink(e,(r=>{if(r){if("ENOENT"===r.code)return n(null);if("EPERM"===r.code)return Pt?It(e,t,r,n):Rt(e,t,r,n);if("EISDIR"===r.code)return Rt(e,t,r,n)}return n(r)}))))}function It(e,t,n,r){Bt(e),Bt(t),Bt("function"==typeof r),t.chmod(e,438,(u=>{u?r("ENOENT"===u.code?null:n):t.stat(e,((u,o)=>{u?r("ENOENT"===u.code?null:n):o.isDirectory()?Rt(e,t,n,r):t.unlink(e,r)}))}))}function Tt(e,t,n){let r;Bt(e),Bt(t);try{t.chmodSync(e,438)}catch(e){if("ENOENT"===e.code)return;throw n}try{r=t.statSync(e)}catch(e){if("ENOENT"===e.code)return;throw n}r.isDirectory()?Lt(e,t,n):t.unlinkSync(e)}function Rt(e,t,n,r){Bt(e),Bt(t),Bt("function"==typeof r),t.rmdir(e,(u=>{!u||"ENOTEMPTY"!==u.code&&"EEXIST"!==u.code&&"EPERM"!==u.code?u&&"ENOTDIR"===u.code?r(n):r(u):function(e,t,n){Bt(e),Bt(t),Bt("function"==typeof n),t.readdir(e,((r,u)=>{if(r)return n(r);let o,i=u.length;if(0===i)return t.rmdir(e,n);u.forEach((r=>{xt(_t.join(e,r),t,(r=>{if(!o)return r?n(o=r):void(0==--i&&t.rmdir(e,n))}))}))}))}(e,t,r)}))}function Mt(e,t){let n;kt(t=t||{}),Bt(e,"rimraf: missing path"),Bt.strictEqual(typeof e,"string","rimraf: path should be a string"),Bt(t,"rimraf: missing options"),Bt.strictEqual(typeof t,"object","rimraf: options should be object");try{n=t.lstatSync(e)}catch(n){if("ENOENT"===n.code)return;"EPERM"===n.code&&Pt&&Tt(e,t,n)}try{n&&n.isDirectory()?Lt(e,t,null):t.unlinkSync(e)}catch(n){if("ENOENT"===n.code)return;if("EPERM"===n.code)return Pt?Tt(e,t,n):Lt(e,t,n);if("EISDIR"!==n.code)throw n;Lt(e,t,n)}}function Lt(e,t,n){Bt(e),Bt(t);try{t.rmdirSync(e)}catch(r){if("ENOTDIR"===r.code)throw n;if("ENOTEMPTY"===r.code||"EEXIST"===r.code||"EPERM"===r.code)!function(e,t){if(Bt(e),Bt(t),t.readdirSync(e).forEach((n=>Mt(_t.join(e,n),t))),!Pt){return t.rmdirSync(e,t)}{const n=Date.now();do{try{return t.rmdirSync(e,t)}catch{}}while(Date.now()-n<500)}}(e,t);else if("ENOENT"!==r.code)throw r}}var jt=xt;xt.sync=Mt;const $t=we,Ht=re.fromCallback,Jt=jt;var Gt={remove:Ht((function(e,t){if($t.rm)return $t.rm(e,{recursive:!0,force:!0},t);Jt(e,t)})),removeSync:function(e){if($t.rmSync)return $t.rmSync(e,{recursive:!0,force:!0});Jt.sync(e)}};const Vt=re.fromPromise,Ut=ne,Wt=p.default,zt=$e,Kt=Gt,qt=Vt((async function(e){let t;try{t=await Ut.readdir(e)}catch{return zt.mkdirs(e)}return Promise.all(t.map((t=>Kt.remove(Wt.join(e,t)))))}));function Yt(e){let t;try{t=Ut.readdirSync(e)}catch{return zt.mkdirsSync(e)}t.forEach((t=>{t=Wt.join(e,t),Kt.removeSync(t)}))}var Xt={emptyDirSync:Yt,emptydirSync:Yt,emptyDir:qt,emptydir:qt};const Zt=re.fromCallback,Qt=p.default,en=we,tn=$e;var nn={createFile:Zt((function(e,t){function n(){en.writeFile(e,"",(e=>{if(e)return t(e);t()}))}en.stat(e,((r,u)=>{if(!r&&u.isFile())return t();const o=Qt.dirname(e);en.stat(o,((e,r)=>{if(e)return"ENOENT"===e.code?tn.mkdirs(o,(e=>{if(e)return t(e);n()})):t(e);r.isDirectory()?n():en.readdir(o,(e=>{if(e)return t(e)}))}))}))})),createFileSync:function(e){let t;try{t=en.statSync(e)}catch{}if(t&&t.isFile())return;const n=Qt.dirname(e);try{en.statSync(n).isDirectory()||en.readdirSync(n)}catch(e){if(!e||"ENOENT"!==e.code)throw e;tn.mkdirsSync(n)}en.writeFileSync(e,"")}};const rn=re.fromCallback,un=p.default,on=we,sn=$e,cn=Ge.pathExists,{areIdentical:an}=et;var ln={createLink:rn((function(e,t,n){function r(e,t){on.link(e,t,(e=>{if(e)return n(e);n(null)}))}on.lstat(t,((u,o)=>{on.lstat(e,((u,i)=>{if(u)return u.message=u.message.replace("lstat","ensureLink"),n(u);if(o&&an(i,o))return n(null);const s=un.dirname(t);cn(s,((u,o)=>u?n(u):o?r(e,t):void sn.mkdirs(s,(u=>{if(u)return n(u);r(e,t)}))))}))}))})),createLinkSync:function(e,t){let n;try{n=on.lstatSync(t)}catch{}try{const t=on.lstatSync(e);if(n&&an(t,n))return}catch(e){throw e.message=e.message.replace("lstat","ensureLink"),e}const r=un.dirname(t);return on.existsSync(r)||sn.mkdirsSync(r),on.linkSync(e,t)}};const fn=p.default,dn=we,Dn=Ge.pathExists;var pn={symlinkPaths:function(e,t,n){if(fn.isAbsolute(e))return dn.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:e})));{const r=fn.dirname(t),u=fn.join(r,e);return Dn(u,((t,o)=>t?n(t):o?n(null,{toCwd:u,toDst:e}):dn.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:fn.relative(r,e)})))))}},symlinkPathsSync:function(e,t){let n;if(fn.isAbsolute(e)){if(n=dn.existsSync(e),!n)throw new Error("absolute srcpath does not exist");return{toCwd:e,toDst:e}}{const r=fn.dirname(t),u=fn.join(r,e);if(n=dn.existsSync(u),n)return{toCwd:u,toDst:e};if(n=dn.existsSync(e),!n)throw new Error("relative srcpath does not exist");return{toCwd:e,toDst:fn.relative(r,e)}}}};const En=we;var mn={symlinkType:function(e,t,n){if(n="function"==typeof t?t:n,t="function"!=typeof t&&t)return n(null,t);En.lstat(e,((e,r)=>{if(e)return n(null,"file");t=r&&r.isDirectory()?"dir":"file",n(null,t)}))},symlinkTypeSync:function(e,t){let n;if(t)return t;try{n=En.lstatSync(e)}catch{return"file"}return n&&n.isDirectory()?"dir":"file"}};const hn=re.fromCallback,yn=p.default,Cn=ne,Fn=$e.mkdirs,gn=$e.mkdirsSync,An=pn.symlinkPaths,vn=pn.symlinkPathsSync,Sn=mn.symlinkType,wn=mn.symlinkTypeSync,On=Ge.pathExists,{areIdentical:bn}=et;function _n(e,t,n,r){An(e,t,((u,o)=>{if(u)return r(u);e=o.toDst,Sn(o.toCwd,n,((n,u)=>{if(n)return r(n);const o=yn.dirname(t);On(o,((n,i)=>n?r(n):i?Cn.symlink(e,t,u,r):void Fn(o,(n=>{if(n)return r(n);Cn.symlink(e,t,u,r)}))))}))}))}var Bn={createSymlink:hn((function(e,t,n,r){r="function"==typeof n?n:r,n="function"!=typeof n&&n,Cn.lstat(t,((u,o)=>{!u&&o.isSymbolicLink()?Promise.all([Cn.stat(e),Cn.stat(t)]).then((([u,o])=>{if(bn(u,o))return r(null);_n(e,t,n,r)})):_n(e,t,n,r)}))})),createSymlinkSync:function(e,t,n){let r;try{r=Cn.lstatSync(t)}catch{}if(r&&r.isSymbolicLink()){const n=Cn.statSync(e),r=Cn.statSync(t);if(bn(n,r))return}const u=vn(e,t);e=u.toDst,n=wn(u.toCwd,n);const o=yn.dirname(t);return Cn.existsSync(o)||gn(o),Cn.symlinkSync(e,t,n)}};const{createFile:Pn,createFileSync:kn}=nn,{createLink:xn,createLinkSync:Nn}=ln,{createSymlink:In,createSymlinkSync:Tn}=Bn;var Rn={createFile:Pn,createFileSync:kn,ensureFile:Pn,ensureFileSync:kn,createLink:xn,createLinkSync:Nn,ensureLink:xn,ensureLinkSync:Nn,createSymlink:In,createSymlinkSync:Tn,ensureSymlink:In,ensureSymlinkSync:Tn};var Mn={stringify:function(e,{EOL:t="\n",finalEOL:n=!0,replacer:r=null,spaces:u}={}){const o=n?t:"";return JSON.stringify(e,r,u).replace(/\n/g,t)+o},stripBom:function(e){return Buffer.isBuffer(e)&&(e=e.toString("utf8")),e.replace(/^\uFEFF/,"")}};let Ln;try{Ln=we}catch(e){Ln=D.default}const jn=re,{stringify:$n,stripBom:Hn}=Mn;const Jn=jn.fromPromise((async function(e,t={}){"string"==typeof t&&(t={encoding:t});const n=t.fs||Ln,r=!("throws"in t)||t.throws;let u,o=await jn.fromCallback(n.readFile)(e,t);o=Hn(o);try{u=JSON.parse(o,t?t.reviver:null)}catch(t){if(r)throw t.message=`${e}: ${t.message}`,t;return null}return u}));const Gn=jn.fromPromise((async function(e,t,n={}){const r=n.fs||Ln,u=$n(t,n);await jn.fromCallback(r.writeFile)(e,u,n)}));const Vn={readFile:Jn,readFileSync:function(e,t={}){"string"==typeof t&&(t={encoding:t});const n=t.fs||Ln,r=!("throws"in t)||t.throws;try{let r=n.readFileSync(e,t);return r=Hn(r),JSON.parse(r,t.reviver)}catch(t){if(r)throw t.message=`${e}: ${t.message}`,t;return null}},writeFile:Gn,writeFileSync:function(e,t,n={}){const r=n.fs||Ln,u=$n(t,n);return r.writeFileSync(e,u,n)}};var Un={readJson:Vn.readFile,readJsonSync:Vn.readFileSync,writeJson:Vn.writeFile,writeJsonSync:Vn.writeFileSync};const Wn=re.fromCallback,zn=we,Kn=p.default,qn=$e,Yn=Ge.pathExists;var Xn={outputFile:Wn((function(e,t,n,r){"function"==typeof n&&(r=n,n="utf8");const u=Kn.dirname(e);Yn(u,((o,i)=>o?r(o):i?zn.writeFile(e,t,n,r):void qn.mkdirs(u,(u=>{if(u)return r(u);zn.writeFile(e,t,n,r)}))))})),outputFileSync:function(e,...t){const n=Kn.dirname(e);if(zn.existsSync(n))return zn.writeFileSync(e,...t);qn.mkdirsSync(n),zn.writeFileSync(e,...t)}};const{stringify:Zn}=Mn,{outputFile:Qn}=Xn;var er=async function(e,t,n={}){const r=Zn(t,n);await Qn(e,r,n)};const{stringify:tr}=Mn,{outputFileSync:nr}=Xn;var rr=function(e,t,n){const r=tr(t,n);nr(e,r,n)};const ur=re.fromPromise,or=Un;or.outputJson=ur(er),or.outputJsonSync=rr,or.outputJSON=or.outputJson,or.outputJSONSync=or.outputJsonSync,or.writeJSON=or.writeJson,or.writeJSONSync=or.writeJsonSync,or.readJSON=or.readJson,or.readJSONSync=or.readJsonSync;var ir=or;const sr=we,cr=p.default,ar=Ot.copy,lr=Gt.remove,fr=$e.mkdirp,dr=Ge.pathExists,Dr=et;function pr(e,t,n,r,u){return r?Er(e,t,n,u):n?lr(t,(r=>r?u(r):Er(e,t,n,u))):void dr(t,((r,o)=>r?u(r):o?u(new Error("dest already exists.")):Er(e,t,n,u)))}function Er(e,t,n,r){sr.rename(e,t,(u=>u?"EXDEV"!==u.code?r(u):function(e,t,n,r){const u={overwrite:n,errorOnExist:!0};ar(e,t,u,(t=>t?r(t):lr(e,r)))}(e,t,n,r):r()))}var mr=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=n.overwrite||n.clobber||!1;Dr.checkPaths(e,t,"move",n,((n,o)=>{if(n)return r(n);const{srcStat:i,isChangingCase:s=!1}=o;Dr.checkParentPaths(e,i,t,"move",(n=>n?r(n):function(e){const t=cr.dirname(e);return cr.parse(t).root===t}(t)?pr(e,t,u,s,r):void fr(cr.dirname(t),(n=>n?r(n):pr(e,t,u,s,r)))))}))};const hr=we,yr=p.default,Cr=Ot.copySync,Fr=Gt.removeSync,gr=$e.mkdirpSync,Ar=et;function vr(e,t,n){try{hr.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)throw r;return function(e,t,n){const r={overwrite:n,errorOnExist:!0};return Cr(e,t,r),Fr(e)}(e,t,n)}}var Sr=function(e,t,n){const r=(n=n||{}).overwrite||n.clobber||!1,{srcStat:u,isChangingCase:o=!1}=Ar.checkPathsSync(e,t,"move",n);return Ar.checkParentPathsSync(e,u,t,"move"),function(e){const t=yr.dirname(e);return yr.parse(t).root===t}(t)||gr(yr.dirname(t)),function(e,t,n,r){if(r)return vr(e,t,n);if(n)return Fr(t),vr(e,t,n);if(hr.existsSync(t))throw new Error("dest already exists.");return vr(e,t,n)}(e,t,r,o)};var wr,Or,br,_r,Br,Pr={move:(0,re.fromCallback)(mr),moveSync:Sr},kr={...ne,...Ot,...Xt,...Rn,...ir,...$e,...Pr,...Xn,...Ge,...Gt},xr={},Nr={exports:{}},Ir={exports:{}};function Tr(){if(Or)return wr;Or=1;var e=1e3,t=60*e,n=60*t,r=24*n,u=7*r,o=365.25*r;function i(e,t,n,r){var u=t>=1.5*n;return Math.round(e/n)+" "+r+(u?"s":"")}return wr=function(s,c){c=c||{};var a=typeof s;if("string"===a&&s.length>0)return function(i){if((i=String(i)).length>100)return;var s=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(i);if(!s)return;var c=parseFloat(s[1]);switch((s[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return c*o;case"weeks":case"week":case"w":return c*u;case"days":case"day":case"d":return c*r;case"hours":case"hour":case"hrs":case"hr":case"h":return c*n;case"minutes":case"minute":case"mins":case"min":case"m":return c*t;case"seconds":case"second":case"secs":case"sec":case"s":return c*e;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return c;default:return}}(s);if("number"===a&&isFinite(s))return c.long?function(u){var o=Math.abs(u);if(o>=r)return i(u,o,r,"day");if(o>=n)return i(u,o,n,"hour");if(o>=t)return i(u,o,t,"minute");if(o>=e)return i(u,o,e,"second");return u+" ms"}(s):function(u){var o=Math.abs(u);if(o>=r)return Math.round(u/r)+"d";if(o>=n)return Math.round(u/n)+"h";if(o>=t)return Math.round(u/t)+"m";if(o>=e)return Math.round(u/e)+"s";return u+"ms"}(s);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(s))}}function Rr(){if(_r)return br;return _r=1,br=function(e){function t(e){let r,u,o,i=null;function s(...e){if(!s.enabled)return;const n=s,u=Number(new Date),o=u-(r||u);n.diff=o,n.prev=r,n.curr=u,r=u,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let i=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((r,u)=>{if("%%"===r)return"%";i++;const o=t.formatters[u];if("function"==typeof o){const t=e[i];r=o.call(n,t),e.splice(i,1),i--}return r})),t.formatArgs.call(n,e);(n.log||t.log).apply(n,e)}return s.namespace=e,s.useColors=t.useColors(),s.color=t.selectColor(e),s.extend=n,s.destroy=t.destroy,Object.defineProperty(s,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==i?i:(u!==t.namespaces&&(u=t.namespaces,o=t.enabled(e)),o),set:e=>{i=e}}),"function"==typeof t.init&&t.init(s),s}function n(e,n){const r=t(this.namespace+(void 0===n?":":n)+e);return r.log=this.log,r}function r(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){if(e instanceof Error)return e.stack||e.message;return e},t.disable=function(){const e=[...t.names.map(r),...t.skips.map(r).map((e=>"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){let n;t.save(e),t.namespaces=e,t.names=[],t.skips=[];const r=("string"==typeof e?e:"").split(/[\s,]+/),u=r.length;for(n=0;n{t[n]=e[n]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let n=0;for(let t=0;t{const n=e.startsWith("-")?"":1===e.length?"-":"--",r=t.indexOf(n+e),u=t.indexOf("--");return-1!==r&&(-1===u||r{}),"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."),t.colors=[6,2,3,4,5,1];try{const e=function(){if($r)return jr;$r=1;const e=E.default,t=A.default,n=Vr(),{env:r}=process;let u;function o(e){return 0!==e&&{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}function i(t,o){if(0===u)return 0;if(n("color=16m")||n("color=full")||n("color=truecolor"))return 3;if(n("color=256"))return 2;if(t&&!o&&void 0===u)return 0;const i=u||0;if("dumb"===r.TERM)return i;if("win32"===process.platform){const t=e.release().split(".");return Number(t[0])>=10&&Number(t[2])>=10586?Number(t[2])>=14931?3:2:1}if("CI"in r)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some((e=>e in r))||"codeship"===r.CI_NAME?1:i;if("TEAMCITY_VERSION"in r)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(r.TEAMCITY_VERSION)?1:0;if("truecolor"===r.COLORTERM)return 3;if("TERM_PROGRAM"in r){const e=parseInt((r.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(r.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(r.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(r.TERM)||"COLORTERM"in r?1:i}return n("no-color")||n("no-colors")||n("color=false")||n("color=never")?u=0:(n("color")||n("colors")||n("color=true")||n("color=always"))&&(u=1),"FORCE_COLOR"in r&&(u="true"===r.FORCE_COLOR?1:"false"===r.FORCE_COLOR?0:0===r.FORCE_COLOR.length?1:Math.min(parseInt(r.FORCE_COLOR,10),3)),jr={supportsColor:function(e){return o(i(e,e&&e.isTTY))},stdout:o(i(!0,t.isatty(1))),stderr:o(i(!0,t.isatty(2)))}}();e&&(e.stderr||e).level>=2&&(t.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch(e){}t.inspectOpts=Object.keys(process.env).filter((e=>/^debug_/i.test(e))).reduce(((e,t)=>{const n=t.substring(6).toLowerCase().replace(/_([a-z])/g,((e,t)=>t.toUpperCase()));let r=process.env[t];return r=!!/^(yes|on|true|enabled)$/i.test(r)||!/^(no|off|false|disabled)$/i.test(r)&&("null"===r?null:Number(r)),e[n]=r,e}),{}),e.exports=Rr()(t);const{formatters:u}=e.exports;u.o=function(e){return this.inspectOpts.colors=this.useColors,r.inspect(e,this.inspectOpts).split("\n").map((e=>e.trim())).join(" ")},u.O=function(e){return this.inspectOpts.colors=this.useColors,r.inspect(e,this.inspectOpts)}}(Gr,Gr.exports)),Gr.exports}Jr=Nr,"undefined"==typeof process||"renderer"===process.type||!0===process.browser||process.__nwjs?Jr.exports=(Br||(Br=1,function(e,t){t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const n="color: "+this.color;t.splice(1,0,n,"color: inherit");let r=0,u=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(r++,"%c"===e&&(u=r))})),t.splice(u,0,n)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug")}catch(e){}return!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e},t.useColors=function(){return!("undefined"==typeof window||!window.process||"renderer"!==window.process.type&&!window.process.__nwjs)||("undefined"==typeof navigator||!navigator.userAgent||!navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))&&("undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/))},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=Rr()(t);const{formatters:n}=e.exports;n.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}}(Ir,Ir.exports)),Ir.exports):Jr.exports=Ur();var Wr=function(e){return(e=e||{}).circles?function(e){var t=[],n=[];return e.proto?function e(u){if("object"!=typeof u||null===u)return u;if(u instanceof Date)return new Date(u);if(Array.isArray(u))return r(u,e);if(u instanceof Map)return new Map(r(Array.from(u),e));if(u instanceof Set)return new Set(r(Array.from(u),e));var o={};for(var i in t.push(u),n.push(o),u){var s=u[i];if("object"!=typeof s||null===s)o[i]=s;else if(s instanceof Date)o[i]=new Date(s);else if(s instanceof Map)o[i]=new Map(r(Array.from(s),e));else if(s instanceof Set)o[i]=new Set(r(Array.from(s),e));else if(ArrayBuffer.isView(s))o[i]=zr(s);else{var c=t.indexOf(s);o[i]=-1!==c?n[c]:e(s)}}return t.pop(),n.pop(),o}:function e(u){if("object"!=typeof u||null===u)return u;if(u instanceof Date)return new Date(u);if(Array.isArray(u))return r(u,e);if(u instanceof Map)return new Map(r(Array.from(u),e));if(u instanceof Set)return new Set(r(Array.from(u),e));var o={};for(var i in t.push(u),n.push(o),u)if(!1!==Object.hasOwnProperty.call(u,i)){var s=u[i];if("object"!=typeof s||null===s)o[i]=s;else if(s instanceof Date)o[i]=new Date(s);else if(s instanceof Map)o[i]=new Map(r(Array.from(s),e));else if(s instanceof Set)o[i]=new Set(r(Array.from(s),e));else if(ArrayBuffer.isView(s))o[i]=zr(s);else{var c=t.indexOf(s);o[i]=-1!==c?n[c]:e(s)}}return t.pop(),n.pop(),o};function r(e,r){for(var u=Object.keys(e),o=new Array(u.length),i=0;i!e,Qr=e=>e&&"object"==typeof e&&!Array.isArray(e),eu=(e,t,n)=>{(Array.isArray(t)?t:[t]).forEach((t=>{if(t)throw new Error(`Problem with log4js configuration: (${Kr.inspect(e,{depth:5})}) - ${n}`)}))};var tu={configure:e=>{qr("New configuration to be validated: ",e),eu(e,Zr(Qr(e)),"must be an object."),qr(`Calling pre-processing listeners (${Yr.length})`),Yr.forEach((t=>t(e))),qr("Configuration pre-processing finished."),qr(`Calling configuration listeners (${Xr.length})`),Xr.forEach((t=>t(e))),qr("Configuration finished.")},addListener:e=>{Xr.push(e),qr(`Added listener, now ${Xr.length} listeners`)},addPreProcessingListener:e=>{Yr.push(e),qr(`Added pre-processing listener, now ${Yr.length} listeners`)},throwExceptionIf:eu,anObject:Qr,anInteger:e=>e&&"number"==typeof e&&Number.isInteger(e),validIdentifier:e=>/^[A-Za-z][A-Za-z0-9_]*$/g.test(e),not:Zr},nu={exports:{}};!function(e){function t(e,t){for(var n=e.toString();n.length-1?s:c,l=n(u.getHours()),f=n(u.getMinutes()),d=n(u.getSeconds()),D=t(u.getMilliseconds(),3),p=function(e){var t=Math.abs(e),n=String(Math.floor(t/60)),r=String(t%60);return n=("0"+n).slice(-2),r=("0"+r).slice(-2),0===e?"Z":(e<0?"+":"-")+n+":"+r}(u.getTimezoneOffset());return r.replace(/dd/g,o).replace(/MM/g,i).replace(/y{1,4}/g,a).replace(/hh/g,l).replace(/mm/g,f).replace(/ss/g,d).replace(/SSS/g,D).replace(/O/g,p)}function u(e,t,n,r){e["set"+(r?"":"UTC")+t](n)}e.exports=r,e.exports.asString=r,e.exports.parse=function(t,n,r){if(!t)throw new Error("pattern must be supplied");return function(t,n,r){var o=t.indexOf("O")<0,i=!1,s=[{pattern:/y{1,4}/,regexp:"\\d{1,4}",fn:function(e,t){u(e,"FullYear",t,o)}},{pattern:/MM/,regexp:"\\d{1,2}",fn:function(e,t){u(e,"Month",t-1,o),e.getMonth()!==t-1&&(i=!0)}},{pattern:/dd/,regexp:"\\d{1,2}",fn:function(e,t){i&&u(e,"Month",e.getMonth()-1,o),u(e,"Date",t,o)}},{pattern:/hh/,regexp:"\\d{1,2}",fn:function(e,t){u(e,"Hours",t,o)}},{pattern:/mm/,regexp:"\\d\\d",fn:function(e,t){u(e,"Minutes",t,o)}},{pattern:/ss/,regexp:"\\d\\d",fn:function(e,t){u(e,"Seconds",t,o)}},{pattern:/SSS/,regexp:"\\d\\d\\d",fn:function(e,t){u(e,"Milliseconds",t,o)}},{pattern:/O/,regexp:"[+-]\\d{1,2}:?\\d{2}?|Z",fn:function(e,t){t="Z"===t?0:t.replace(":","");var n=Math.abs(t),r=(t>0?-1:1)*(n%100+60*Math.floor(n/100));e.setUTCMinutes(e.getUTCMinutes()+r)}}],c=s.reduce((function(e,t){return t.pattern.test(e.regexp)?(t.index=e.regexp.match(t.pattern).index,e.regexp=e.regexp.replace(t.pattern,"("+t.regexp+")")):t.index=-1,e}),{regexp:t,index:[]}),a=s.filter((function(e){return e.index>-1}));a.sort((function(e,t){return e.index-t.index}));var l=new RegExp(c.regexp).exec(n);if(l){var f=r||e.exports.now();return a.forEach((function(e,t){e.fn(f,l[t+1])})),f}throw new Error("String '"+n+"' could not be parsed as '"+t+"'")}(t,n,r)},e.exports.now=function(){return new Date},e.exports.ISO8601_FORMAT="yyyy-MM-ddThh:mm:ss.SSS",e.exports.ISO8601_WITH_TZ_OFFSET_FORMAT="yyyy-MM-ddThh:mm:ss.SSSO",e.exports.DATETIME_FORMAT="dd MM yyyy hh:mm:ss.SSS",e.exports.ABSOLUTETIME_FORMAT="hh:mm:ss.SSS"}(nu);const ru=nu.exports,uu=E.default,ou=F.default,iu=p.default,su={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[90,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[91,39],yellow:[33,39]};function cu(e){return e?`[${su[e][0]}m`:""}function au(e){return e?`[${su[e][1]}m`:""}function lu(e,t){return n=ou.format("[%s] [%s] %s - ",ru.asString(e.startTime),e.level.toString(),e.categoryName),cu(r=t)+n+au(r);var n,r}function fu(e){return lu(e)+ou.format(...e.data)}function du(e){return lu(e,e.level.colour)+ou.format(...e.data)}function Du(e){return ou.format(...e.data)}function pu(e){return e.data[0]}function Eu(e,t){const n=/%(-?[0-9]+)?(\.?-?[0-9]+)?([[\]cdhmnprzxXyflos%])(\{([^}]+)\})?|([^%]+)/;function r(e){return e&&e.pid?e.pid.toString():process.pid.toString()}e=e||"%r %p %c - %m%n";const u={c:function(e,t){let n=e.categoryName;if(t){const e=parseInt(t,10),r=n.split(".");ee&&(n=r.slice(-e).join(iu.sep))}return n},l:function(e){return e.lineNumber?`${e.lineNumber}`:""},o:function(e){return e.columnNumber?`${e.columnNumber}`:""},s:function(e){return e.callStack||""}};function o(e,t,n){return u[e](t,n)}function i(e,t,n){let r=e;return r=function(e,t){let n;return e?(n=parseInt(e.substr(1),10),n>0?t.slice(0,n):t.slice(n)):t}(t,r),r=function(e,t){let n;if(e)if("-"===e.charAt(0))for(n=parseInt(e.substr(1),10);t.lengthDu,basic:()=>fu,colored:()=>du,coloured:()=>du,pattern:e=>Eu(e&&e.pattern,e&&e.tokens),dummy:()=>pu};var hu={basicLayout:fu,messagePassThroughLayout:Du,patternLayout:Eu,colouredLayout:du,coloredLayout:du,dummyLayout:pu,addLayout(e,t){mu[e]=t},layout:(e,t)=>mu[e]&&mu[e](t)};const yu=tu,Cu=["white","grey","black","blue","cyan","green","magenta","red","yellow"];class Fu{constructor(e,t,n){this.level=e,this.levelStr=t,this.colour=n}toString(){return this.levelStr}static getLevel(e,t){return e?e instanceof Fu?e:(e instanceof Object&&e.levelStr&&(e=e.levelStr),Fu[e.toString().toUpperCase()]||t):t}static addLevels(e){if(e){Object.keys(e).forEach((t=>{const n=t.toUpperCase();Fu[n]=new Fu(e[t].value,n,e[t].colour);const r=Fu.levels.findIndex((e=>e.levelStr===n));r>-1?Fu.levels[r]=Fu[n]:Fu.levels.push(Fu[n])})),Fu.levels.sort(((e,t)=>e.level-t.level))}}isLessThanOrEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level<=e.level}isGreaterThanOrEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level>=e.level}isEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level===e.level}}Fu.levels=[],Fu.addLevels({ALL:{value:Number.MIN_VALUE,colour:"grey"},TRACE:{value:5e3,colour:"blue"},DEBUG:{value:1e4,colour:"cyan"},INFO:{value:2e4,colour:"green"},WARN:{value:3e4,colour:"yellow"},ERROR:{value:4e4,colour:"red"},FATAL:{value:5e4,colour:"magenta"},MARK:{value:9007199254740992,colour:"grey"},OFF:{value:Number.MAX_VALUE,colour:"grey"}}),yu.addListener((e=>{const t=e.levels;if(t){yu.throwExceptionIf(e,yu.not(yu.anObject(t)),"levels must be an object");Object.keys(t).forEach((n=>{yu.throwExceptionIf(e,yu.not(yu.validIdentifier(n)),`level name "${n}" is not a valid identifier (must start with a letter, only contain A-Z,a-z,0-9,_)`),yu.throwExceptionIf(e,yu.not(yu.anObject(t[n])),`level "${n}" must be an object`),yu.throwExceptionIf(e,yu.not(t[n].value),`level "${n}" must have a 'value' property`),yu.throwExceptionIf(e,yu.not(yu.anInteger(t[n].value)),`level "${n}".value must have an integer value`),yu.throwExceptionIf(e,yu.not(t[n].colour),`level "${n}" must have a 'colour' property`),yu.throwExceptionIf(e,yu.not(Cu.indexOf(t[n].colour)>-1),`level "${n}".colour must be one of ${Cu.join(", ")}`)}))}})),yu.addListener((e=>{Fu.addLevels(e.levels)}));var gu=Fu,Au={exports:{}},vu={};/*! (c) 2020 Andrea Giammarchi */ +const{parse:Su,stringify:wu}=JSON,{keys:Ou}=Object,bu=String,_u="string",Bu={},Pu="object",ku=(e,t)=>t,xu=e=>e instanceof bu?bu(e):e,Nu=(e,t)=>typeof t===_u?new bu(t):t,Iu=(e,t,n,r)=>{const u=[];for(let o=Ou(n),{length:i}=o,s=0;s{const r=bu(t.push(n)-1);return e.set(n,r),r},Ru=(e,t)=>{const n=Su(e,Nu).map(xu),r=n[0],u=t||ku,o=typeof r===Pu&&r?Iu(n,new Set,r,u):r;return u.call({"":o},"",o)};vu.parse=Ru;const Mu=(e,t,n)=>{const r=t&&typeof t===Pu?(e,n)=>""===e||-1Su(Mu(e));vu.fromJSON=e=>Ru(wu(e));const Lu=vu,ju=gu;class $u{constructor(e,t,n,r,u){this.startTime=new Date,this.categoryName=e,this.data=n,this.level=t,this.context=Object.assign({},r),this.pid=process.pid,u&&(this.functionName=u.functionName,this.fileName=u.fileName,this.lineNumber=u.lineNumber,this.columnNumber=u.columnNumber,this.callStack=u.callStack)}serialise(){const e=this.data.map((e=>(e&&e.message&&e.stack&&(e=Object.assign({message:e.message,stack:e.stack},e)),e)));return this.data=e,Lu.stringify(this)}static deserialise(e){let t;try{const n=Lu.parse(e);n.data=n.data.map((e=>{if(e&&e.message&&e.stack){const t=new Error(e);Object.keys(e).forEach((n=>{t[n]=e[n]})),e=t}return e})),t=new $u(n.categoryName,ju.getLevel(n.level.levelStr),n.data,n.context),t.startTime=new Date(n.startTime),t.pid=n.pid,t.cluster=n.cluster}catch(n){t=new $u("log4js",ju.ERROR,["Unable to parse log:",e,"because: ",n])}return t}}var Hu=$u;const Ju=Nr.exports("log4js:clustering"),Gu=Hu,Vu=tu;let Uu=!1,Wu=null;try{Wu=require("cluster")}catch(e){Ju("cluster module not present"),Uu=!0}const zu=[];let Ku=!1,qu="NODE_APP_INSTANCE";const Yu=()=>Ku&&"0"===process.env[qu],Xu=()=>Uu||Wu.isMaster||Yu(),Zu=e=>{zu.forEach((t=>t(e)))},Qu=(e,t)=>{if(Ju("cluster message received from worker ",e,": ",t),e.topic&&e.data&&(t=e,e=void 0),t&&t.topic&&"log4js:message"===t.topic){Ju("received message: ",t.data);const e=Gu.deserialise(t.data);Zu(e)}};Uu||Vu.addListener((e=>{zu.length=0,({pm2:Ku,disableClustering:Uu,pm2InstanceVar:qu="NODE_APP_INSTANCE"}=e),Ju(`clustering disabled ? ${Uu}`),Ju(`cluster.isMaster ? ${Wu&&Wu.isMaster}`),Ju(`pm2 enabled ? ${Ku}`),Ju(`pm2InstanceVar = ${qu}`),Ju(`process.env[${qu}] = ${process.env[qu]}`),Ku&&process.removeListener("message",Qu),Wu&&Wu.removeListener&&Wu.removeListener("message",Qu),Uu||e.disableClustering?Ju("Not listening for cluster messages, because clustering disabled."):Yu()?(Ju("listening for PM2 broadcast messages"),process.on("message",Qu)):Wu.isMaster?(Ju("listening for cluster messages"),Wu.on("message",Qu)):Ju("not listening for messages, because we are not a master process")}));var eo={onlyOnMaster:(e,t)=>Xu()?e():t,isMaster:Xu,send:e=>{Xu()?Zu(e):(Ku||(e.cluster={workerId:Wu.worker.id,worker:process.pid}),process.send({topic:"log4js:message",data:e.serialise()}))},onMessage:e=>{zu.push(e)}},to={};function no(e){if("number"==typeof e&&Number.isInteger(e))return e;const t={K:1024,M:1048576,G:1073741824},n=Object.keys(t),r=e.substr(e.length-1).toLocaleUpperCase(),u=e.substring(0,e.length-1).trim();if(n.indexOf(r)<0||!Number.isInteger(Number(u)))throw Error(`maxLogSize: "${e}" is invalid`);return u*t[r]}function ro(e){return function(e,t){const n=Object.assign({},t);return Object.keys(e).forEach((r=>{n[r]&&(n[r]=e[r](t[r]))})),n}({maxLogSize:no},e)}const uo={file:ro,fileSync:ro};to.modifyConfig=e=>uo[e.type]?uo[e.type](e):e;var oo={};const io=console.log.bind(console);oo.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{io(e(n,t))}}(n,e.timezoneOffset)};var so={};so.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{process.stdout.write(`${e(n,t)}\n`)}}(n,e.timezoneOffset)};var co={};co.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{process.stderr.write(`${e(n,t)}\n`)}}(n,e.timezoneOffset)};var ao={};ao.configure=function(e,t,n,r){const u=n(e.appender);return function(e,t,n,r){const u=r.getLevel(e),o=r.getLevel(t,r.FATAL);return e=>{const t=e.level;t.isGreaterThanOrEqualTo(u)&&t.isLessThanOrEqualTo(o)&&n(e)}}(e.level,e.maxLevel,u,r)};var lo={};const fo=Nr.exports("log4js:categoryFilter");lo.configure=function(e,t,n){const r=n(e.appender);return function(e,t){return"string"==typeof e&&(e=[e]),n=>{fo(`Checking ${n.categoryName} against ${e}`),-1===e.indexOf(n.categoryName)&&(fo("Not excluded, sending to appender"),t(n))}}(e.exclude,r)};var Do={};const po=Nr.exports("log4js:noLogFilter");Do.configure=function(e,t,n){const r=n(e.appender);return function(e,t){return n=>{po(`Checking data: ${n.data} against filters: ${e}`),"string"==typeof e&&(e=[e]),e=e.filter((e=>null!=e&&""!==e));const r=new RegExp(e.join("|"),"i");(0===e.length||n.data.findIndex((e=>r.test(e)))<0)&&(po("Not excluded, sending to appender"),t(n))}}(e.exclude,r)};var Eo={},mo={exports:{}},ho={},yo={fromCallback:function(e){return Object.defineProperty((function(){if("function"!=typeof arguments[arguments.length-1])return new Promise(((t,n)=>{arguments[arguments.length]=(e,r)=>{if(e)return n(e);t(r)},arguments.length++,e.apply(this,arguments)}));e.apply(this,arguments)}),"name",{value:e.name})},fromPromise:function(e){return Object.defineProperty((function(){const t=arguments[arguments.length-1];if("function"!=typeof t)return e.apply(this,arguments);e.apply(this,arguments).then((e=>t(null,e)),t)}),"name",{value:e.name})}};!function(e){const t=yo.fromCallback,n=we,r=["access","appendFile","chmod","chown","close","copyFile","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","lchown","lchmod","link","lstat","mkdir","mkdtemp","open","readFile","readdir","readlink","realpath","rename","rmdir","stat","symlink","truncate","unlink","utimes","writeFile"].filter((e=>"function"==typeof n[e]));Object.keys(n).forEach((t=>{"promises"!==t&&(e[t]=n[t])})),r.forEach((r=>{e[r]=t(n[r])})),e.exists=function(e,t){return"function"==typeof t?n.exists(e,t):new Promise((t=>n.exists(e,t)))},e.read=function(e,t,r,u,o,i){return"function"==typeof i?n.read(e,t,r,u,o,i):new Promise(((i,s)=>{n.read(e,t,r,u,o,((e,t,n)=>{if(e)return s(e);i({bytesRead:t,buffer:n})}))}))},e.write=function(e,t,...r){return"function"==typeof r[r.length-1]?n.write(e,t,...r):new Promise(((u,o)=>{n.write(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffer:n})}))}))},"function"==typeof n.realpath.native&&(e.realpath.native=t(n.realpath.native))}(ho);const Co=p.default;function Fo(e){return(e=Co.normalize(Co.resolve(e)).split(Co.sep)).length>0?e[0]:null}const go=/[<>:"|?*]/;var Ao=function(e){const t=Fo(e);return e=e.replace(t,""),go.test(e)};const vo=we,So=p.default,wo=Ao,Oo=parseInt("0777",8);var bo=function e(t,n,r,u){if("function"==typeof n?(r=n,n={}):n&&"object"==typeof n||(n={mode:n}),"win32"===process.platform&&wo(t)){const e=new Error(t+" contains invalid WIN32 path characters.");return e.code="EINVAL",r(e)}let o=n.mode;const i=n.fs||vo;void 0===o&&(o=Oo&~process.umask()),u||(u=null),r=r||function(){},t=So.resolve(t),i.mkdir(t,o,(o=>{if(!o)return r(null,u=u||t);if("ENOENT"===o.code){if(So.dirname(t)===t)return r(o);e(So.dirname(t),n,((u,o)=>{u?r(u,o):e(t,n,r,o)}))}else i.stat(t,((e,t)=>{e||!t.isDirectory()?r(o,u):r(null,u)}))}))};const _o=we,Bo=p.default,Po=Ao,ko=parseInt("0777",8);var xo=function e(t,n,r){n&&"object"==typeof n||(n={mode:n});let u=n.mode;const o=n.fs||_o;if("win32"===process.platform&&Po(t)){const e=new Error(t+" contains invalid WIN32 path characters.");throw e.code="EINVAL",e}void 0===u&&(u=ko&~process.umask()),r||(r=null),t=Bo.resolve(t);try{o.mkdirSync(t,u),r=r||t}catch(u){if("ENOENT"===u.code){if(Bo.dirname(t)===t)throw u;r=e(Bo.dirname(t),n,r),e(t,n,r)}else{let e;try{e=o.statSync(t)}catch(e){throw u}if(!e.isDirectory())throw u}}return r};const No=(0,yo.fromCallback)(bo);var Io={mkdirs:No,mkdirsSync:xo,mkdirp:No,mkdirpSync:xo,ensureDir:No,ensureDirSync:xo};const To=we;E.default,p.default;var Ro=function(e,t,n,r){To.open(e,"r+",((e,u)=>{if(e)return r(e);To.futimes(u,t,n,(e=>{To.close(u,(t=>{r&&r(e||t)}))}))}))},Mo=function(e,t,n){const r=To.openSync(e,"r+");return To.futimesSync(r,t,n),To.closeSync(r)};const Lo=we,jo=p.default,$o=10,Ho=5,Jo=0,Go=process.versions.node.split("."),Vo=Number.parseInt(Go[0],10),Uo=Number.parseInt(Go[1],10),Wo=Number.parseInt(Go[2],10);function zo(){if(Vo>$o)return!0;if(Vo===$o){if(Uo>Ho)return!0;if(Uo===Ho&&Wo>=Jo)return!0}return!1}function Ko(e,t){const n=jo.resolve(e).split(jo.sep).filter((e=>e)),r=jo.resolve(t).split(jo.sep).filter((e=>e));return n.reduce(((e,t,n)=>e&&r[n]===t),!0)}function qo(e,t,n){return`Cannot ${n} '${e}' to a subdirectory of itself, '${t}'.`}var Yo,Xo,Zo={checkPaths:function(e,t,n,r){!function(e,t,n){zo()?Lo.stat(e,{bigint:!0},((e,r)=>{if(e)return n(e);Lo.stat(t,{bigint:!0},((e,t)=>e?"ENOENT"===e.code?n(null,{srcStat:r,destStat:null}):n(e):n(null,{srcStat:r,destStat:t})))})):Lo.stat(e,((e,r)=>{if(e)return n(e);Lo.stat(t,((e,t)=>e?"ENOENT"===e.code?n(null,{srcStat:r,destStat:null}):n(e):n(null,{srcStat:r,destStat:t})))}))}(e,t,((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;return s&&s.ino&&s.dev&&s.ino===i.ino&&s.dev===i.dev?r(new Error("Source and destination must not be the same.")):i.isDirectory()&&Ko(e,t)?r(new Error(qo(e,t,n))):r(null,{srcStat:i,destStat:s})}))},checkPathsSync:function(e,t,n){const{srcStat:r,destStat:u}=function(e,t){let n,r;n=zo()?Lo.statSync(e,{bigint:!0}):Lo.statSync(e);try{r=zo()?Lo.statSync(t,{bigint:!0}):Lo.statSync(t)}catch(e){if("ENOENT"===e.code)return{srcStat:n,destStat:null};throw e}return{srcStat:n,destStat:r}}(e,t);if(u&&u.ino&&u.dev&&u.ino===r.ino&&u.dev===r.dev)throw new Error("Source and destination must not be the same.");if(r.isDirectory()&&Ko(e,t))throw new Error(qo(e,t,n));return{srcStat:r,destStat:u}},checkParentPaths:function e(t,n,r,u,o){const i=jo.resolve(jo.dirname(t)),s=jo.resolve(jo.dirname(r));if(s===i||s===jo.parse(s).root)return o();zo()?Lo.stat(s,{bigint:!0},((i,c)=>i?"ENOENT"===i.code?o():o(i):c.ino&&c.dev&&c.ino===n.ino&&c.dev===n.dev?o(new Error(qo(t,r,u))):e(t,n,s,u,o))):Lo.stat(s,((i,c)=>i?"ENOENT"===i.code?o():o(i):c.ino&&c.dev&&c.ino===n.ino&&c.dev===n.dev?o(new Error(qo(t,r,u))):e(t,n,s,u,o)))},checkParentPathsSync:function e(t,n,r,u){const o=jo.resolve(jo.dirname(t)),i=jo.resolve(jo.dirname(r));if(i===o||i===jo.parse(i).root)return;let s;try{s=zo()?Lo.statSync(i,{bigint:!0}):Lo.statSync(i)}catch(e){if("ENOENT"===e.code)return;throw e}if(s.ino&&s.dev&&s.ino===n.ino&&s.dev===n.dev)throw new Error(qo(t,r,u));return e(t,n,i,u)},isSrcSubdir:Ko};const Qo=we,ei=p.default,ti=Io.mkdirsSync,ni=Mo,ri=Zo;function ui(e,t,n,r){if(!r.filter||r.filter(t,n))return function(e,t,n,r){const u=r.dereference?Qo.statSync:Qo.lstatSync,o=u(t);if(o.isDirectory())return function(e,t,n,r,u){if(!t)return function(e,t,n,r){return Qo.mkdirSync(n),ii(t,n,r),Qo.chmodSync(n,e.mode)}(e,n,r,u);if(t&&!t.isDirectory())throw new Error(`Cannot overwrite non-directory '${r}' with directory '${n}'.`);return ii(n,r,u)}(o,e,t,n,r);if(o.isFile()||o.isCharacterDevice()||o.isBlockDevice())return function(e,t,n,r,u){return t?function(e,t,n,r){if(r.overwrite)return Qo.unlinkSync(n),oi(e,t,n,r);if(r.errorOnExist)throw new Error(`'${n}' already exists`)}(e,n,r,u):oi(e,n,r,u)}(o,e,t,n,r);if(o.isSymbolicLink())return function(e,t,n,r){let u=Qo.readlinkSync(t);r.dereference&&(u=ei.resolve(process.cwd(),u));if(e){let e;try{e=Qo.readlinkSync(n)}catch(e){if("EINVAL"===e.code||"UNKNOWN"===e.code)return Qo.symlinkSync(u,n);throw e}if(r.dereference&&(e=ei.resolve(process.cwd(),e)),ri.isSrcSubdir(u,e))throw new Error(`Cannot copy '${u}' to a subdirectory of itself, '${e}'.`);if(Qo.statSync(n).isDirectory()&&ri.isSrcSubdir(e,u))throw new Error(`Cannot overwrite '${e}' with '${u}'.`);return function(e,t){return Qo.unlinkSync(t),Qo.symlinkSync(e,t)}(u,n)}return Qo.symlinkSync(u,n)}(e,t,n,r)}(e,t,n,r)}function oi(e,t,n,r){return"function"==typeof Qo.copyFileSync?(Qo.copyFileSync(t,n),Qo.chmodSync(n,e.mode),r.preserveTimestamps?ni(n,e.atime,e.mtime):void 0):function(e,t,n,r){const u=65536,o=(Xo?Yo:(Xo=1,Yo=function(e){if("function"==typeof Buffer.allocUnsafe)try{return Buffer.allocUnsafe(e)}catch(t){return new Buffer(e)}return new Buffer(e)}))(u),i=Qo.openSync(t,"r"),s=Qo.openSync(n,"w",e.mode);let c=0;for(;cfunction(e,t,n,r){const u=ei.join(t,e),o=ei.join(n,e),{destStat:i}=ri.checkPathsSync(u,o,"copy");return ui(i,u,o,r)}(r,e,t,n)))}var si=function(e,t,n){"function"==typeof n&&(n={filter:n}),(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269");const{srcStat:r,destStat:u}=ri.checkPathsSync(e,t,"copy");return ri.checkParentPathsSync(e,r,t,"copy"),function(e,t,n,r){if(r.filter&&!r.filter(t,n))return;const u=ei.dirname(n);Qo.existsSync(u)||ti(u);return ui(e,t,n,r)}(u,e,t,n)},ci={copySync:si};const ai=yo.fromPromise,li=ho;var fi={pathExists:ai((function(e){return li.access(e).then((()=>!0)).catch((()=>!1))})),pathExistsSync:li.existsSync};const di=we,Di=p.default,pi=Io.mkdirs,Ei=fi.pathExists,mi=Ro,hi=Zo;function yi(e,t,n,r,u){const o=Di.dirname(n);Ei(o,((i,s)=>i?u(i):s?Fi(e,t,n,r,u):void pi(o,(o=>o?u(o):Fi(e,t,n,r,u)))))}function Ci(e,t,n,r,u,o){Promise.resolve(u.filter(n,r)).then((i=>i?e(t,n,r,u,o):o()),(e=>o(e)))}function Fi(e,t,n,r,u){return r.filter?Ci(gi,e,t,n,r,u):gi(e,t,n,r,u)}function gi(e,t,n,r,u){(r.dereference?di.stat:di.lstat)(t,((o,i)=>o?u(o):i.isDirectory()?function(e,t,n,r,u,o){if(!t)return function(e,t,n,r,u){di.mkdir(n,(o=>{if(o)return u(o);Si(t,n,r,(t=>t?u(t):di.chmod(n,e.mode,u)))}))}(e,n,r,u,o);if(t&&!t.isDirectory())return o(new Error(`Cannot overwrite non-directory '${r}' with directory '${n}'.`));return Si(n,r,u,o)}(i,e,t,n,r,u):i.isFile()||i.isCharacterDevice()||i.isBlockDevice()?function(e,t,n,r,u,o){return t?function(e,t,n,r,u){if(!r.overwrite)return r.errorOnExist?u(new Error(`'${n}' already exists`)):u();di.unlink(n,(o=>o?u(o):Ai(e,t,n,r,u)))}(e,n,r,u,o):Ai(e,n,r,u,o)}(i,e,t,n,r,u):i.isSymbolicLink()?function(e,t,n,r,u){di.readlink(t,((t,o)=>t?u(t):(r.dereference&&(o=Di.resolve(process.cwd(),o)),e?void di.readlink(n,((t,i)=>t?"EINVAL"===t.code||"UNKNOWN"===t.code?di.symlink(o,n,u):u(t):(r.dereference&&(i=Di.resolve(process.cwd(),i)),hi.isSrcSubdir(o,i)?u(new Error(`Cannot copy '${o}' to a subdirectory of itself, '${i}'.`)):e.isDirectory()&&hi.isSrcSubdir(i,o)?u(new Error(`Cannot overwrite '${i}' with '${o}'.`)):function(e,t,n){di.unlink(t,(r=>r?n(r):di.symlink(e,t,n)))}(o,n,u)))):di.symlink(o,n,u))))}(e,t,n,r,u):void 0))}function Ai(e,t,n,r,u){return"function"==typeof di.copyFile?di.copyFile(t,n,(t=>t?u(t):vi(e,n,r,u))):function(e,t,n,r,u){const o=di.createReadStream(t);o.on("error",(e=>u(e))).once("open",(()=>{const t=di.createWriteStream(n,{mode:e.mode});t.on("error",(e=>u(e))).on("open",(()=>o.pipe(t))).once("close",(()=>vi(e,n,r,u)))}))}(e,t,n,r,u)}function vi(e,t,n,r){di.chmod(t,e.mode,(u=>u?r(u):n.preserveTimestamps?mi(t,e.atime,e.mtime,r):r()))}function Si(e,t,n,r){di.readdir(e,((u,o)=>u?r(u):wi(o,e,t,n,r)))}function wi(e,t,n,r,u){const o=e.pop();return o?function(e,t,n,r,u,o){const i=Di.join(n,t),s=Di.join(r,t);hi.checkPaths(i,s,"copy",((t,c)=>{if(t)return o(t);const{destStat:a}=c;Fi(a,i,s,u,(t=>t?o(t):wi(e,n,r,u,o)))}))}(e,o,t,n,r,u):u()}var Oi=function(e,t,n,r){"function"!=typeof n||r?"function"==typeof n&&(n={filter:n}):(r=n,n={}),r=r||function(){},(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269"),hi.checkPaths(e,t,"copy",((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;hi.checkParentPaths(e,i,t,"copy",(u=>u?r(u):n.filter?Ci(yi,s,e,t,n,r):yi(s,e,t,n,r)))}))};var bi={copy:(0,yo.fromCallback)(Oi)};const _i=we,Bi=p.default,Pi=g.default,ki="win32"===process.platform;function xi(e){["unlink","chmod","stat","lstat","rmdir","readdir"].forEach((t=>{e[t]=e[t]||_i[t],e[t+="Sync"]=e[t]||_i[t]})),e.maxBusyTries=e.maxBusyTries||3}function Ni(e,t,n){let r=0;"function"==typeof t&&(n=t,t={}),Pi(e,"rimraf: missing path"),Pi.strictEqual(typeof e,"string","rimraf: path should be a string"),Pi.strictEqual(typeof n,"function","rimraf: callback function required"),Pi(t,"rimraf: invalid options argument provided"),Pi.strictEqual(typeof t,"object","rimraf: options should be object"),xi(t),Ii(e,t,(function u(o){if(o){if(("EBUSY"===o.code||"ENOTEMPTY"===o.code||"EPERM"===o.code)&&rIi(e,t,u)),100*r)}"ENOENT"===o.code&&(o=null)}n(o)}))}function Ii(e,t,n){Pi(e),Pi(t),Pi("function"==typeof n),t.lstat(e,((r,u)=>r&&"ENOENT"===r.code?n(null):r&&"EPERM"===r.code&&ki?Ti(e,t,r,n):u&&u.isDirectory()?Mi(e,t,r,n):void t.unlink(e,(r=>{if(r){if("ENOENT"===r.code)return n(null);if("EPERM"===r.code)return ki?Ti(e,t,r,n):Mi(e,t,r,n);if("EISDIR"===r.code)return Mi(e,t,r,n)}return n(r)}))))}function Ti(e,t,n,r){Pi(e),Pi(t),Pi("function"==typeof r),n&&Pi(n instanceof Error),t.chmod(e,438,(u=>{u?r("ENOENT"===u.code?null:n):t.stat(e,((u,o)=>{u?r("ENOENT"===u.code?null:n):o.isDirectory()?Mi(e,t,n,r):t.unlink(e,r)}))}))}function Ri(e,t,n){let r;Pi(e),Pi(t),n&&Pi(n instanceof Error);try{t.chmodSync(e,438)}catch(e){if("ENOENT"===e.code)return;throw n}try{r=t.statSync(e)}catch(e){if("ENOENT"===e.code)return;throw n}r.isDirectory()?ji(e,t,n):t.unlinkSync(e)}function Mi(e,t,n,r){Pi(e),Pi(t),n&&Pi(n instanceof Error),Pi("function"==typeof r),t.rmdir(e,(u=>{!u||"ENOTEMPTY"!==u.code&&"EEXIST"!==u.code&&"EPERM"!==u.code?u&&"ENOTDIR"===u.code?r(n):r(u):function(e,t,n){Pi(e),Pi(t),Pi("function"==typeof n),t.readdir(e,((r,u)=>{if(r)return n(r);let o,i=u.length;if(0===i)return t.rmdir(e,n);u.forEach((r=>{Ni(Bi.join(e,r),t,(r=>{if(!o)return r?n(o=r):void(0==--i&&t.rmdir(e,n))}))}))}))}(e,t,r)}))}function Li(e,t){let n;xi(t=t||{}),Pi(e,"rimraf: missing path"),Pi.strictEqual(typeof e,"string","rimraf: path should be a string"),Pi(t,"rimraf: missing options"),Pi.strictEqual(typeof t,"object","rimraf: options should be object");try{n=t.lstatSync(e)}catch(n){if("ENOENT"===n.code)return;"EPERM"===n.code&&ki&&Ri(e,t,n)}try{n&&n.isDirectory()?ji(e,t,null):t.unlinkSync(e)}catch(n){if("ENOENT"===n.code)return;if("EPERM"===n.code)return ki?Ri(e,t,n):ji(e,t,n);if("EISDIR"!==n.code)throw n;ji(e,t,n)}}function ji(e,t,n){Pi(e),Pi(t),n&&Pi(n instanceof Error);try{t.rmdirSync(e)}catch(r){if("ENOTDIR"===r.code)throw n;if("ENOTEMPTY"===r.code||"EEXIST"===r.code||"EPERM"===r.code)!function(e,t){if(Pi(e),Pi(t),t.readdirSync(e).forEach((n=>Li(Bi.join(e,n),t))),!ki){return t.rmdirSync(e,t)}{const n=Date.now();do{try{return t.rmdirSync(e,t)}catch(e){}}while(Date.now()-n<500)}}(e,t);else if("ENOENT"!==r.code)throw r}}var $i=Ni;Ni.sync=Li;const Hi=$i;var Ji={remove:(0,yo.fromCallback)(Hi),removeSync:Hi.sync};const Gi=yo.fromCallback,Vi=we,Ui=p.default,Wi=Io,zi=Ji,Ki=Gi((function(e,t){t=t||function(){},Vi.readdir(e,((n,r)=>{if(n)return Wi.mkdirs(e,t);r=r.map((t=>Ui.join(e,t))),function e(){const n=r.pop();if(!n)return t();zi.remove(n,(n=>{if(n)return t(n);e()}))}()}))}));function qi(e){let t;try{t=Vi.readdirSync(e)}catch(t){return Wi.mkdirsSync(e)}t.forEach((t=>{t=Ui.join(e,t),zi.removeSync(t)}))}var Yi={emptyDirSync:qi,emptydirSync:qi,emptyDir:Ki,emptydir:Ki};const Xi=yo.fromCallback,Zi=p.default,Qi=we,es=Io,ts=fi.pathExists;var ns={createFile:Xi((function(e,t){function n(){Qi.writeFile(e,"",(e=>{if(e)return t(e);t()}))}Qi.stat(e,((r,u)=>{if(!r&&u.isFile())return t();const o=Zi.dirname(e);ts(o,((e,r)=>e?t(e):r?n():void es.mkdirs(o,(e=>{if(e)return t(e);n()}))))}))})),createFileSync:function(e){let t;try{t=Qi.statSync(e)}catch(e){}if(t&&t.isFile())return;const n=Zi.dirname(e);Qi.existsSync(n)||es.mkdirsSync(n),Qi.writeFileSync(e,"")}};const rs=yo.fromCallback,us=p.default,os=we,is=Io,ss=fi.pathExists;var cs={createLink:rs((function(e,t,n){function r(e,t){os.link(e,t,(e=>{if(e)return n(e);n(null)}))}ss(t,((u,o)=>u?n(u):o?n(null):void os.lstat(e,(u=>{if(u)return u.message=u.message.replace("lstat","ensureLink"),n(u);const o=us.dirname(t);ss(o,((u,i)=>u?n(u):i?r(e,t):void is.mkdirs(o,(u=>{if(u)return n(u);r(e,t)}))))}))))})),createLinkSync:function(e,t){if(os.existsSync(t))return;try{os.lstatSync(e)}catch(e){throw e.message=e.message.replace("lstat","ensureLink"),e}const n=us.dirname(t);return os.existsSync(n)||is.mkdirsSync(n),os.linkSync(e,t)}};const as=p.default,ls=we,fs=fi.pathExists;var ds={symlinkPaths:function(e,t,n){if(as.isAbsolute(e))return ls.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:e})));{const r=as.dirname(t),u=as.join(r,e);return fs(u,((t,o)=>t?n(t):o?n(null,{toCwd:u,toDst:e}):ls.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:as.relative(r,e)})))))}},symlinkPathsSync:function(e,t){let n;if(as.isAbsolute(e)){if(n=ls.existsSync(e),!n)throw new Error("absolute srcpath does not exist");return{toCwd:e,toDst:e}}{const r=as.dirname(t),u=as.join(r,e);if(n=ls.existsSync(u),n)return{toCwd:u,toDst:e};if(n=ls.existsSync(e),!n)throw new Error("relative srcpath does not exist");return{toCwd:e,toDst:as.relative(r,e)}}}};const Ds=we;var ps={symlinkType:function(e,t,n){if(n="function"==typeof t?t:n,t="function"!=typeof t&&t)return n(null,t);Ds.lstat(e,((e,r)=>{if(e)return n(null,"file");t=r&&r.isDirectory()?"dir":"file",n(null,t)}))},symlinkTypeSync:function(e,t){let n;if(t)return t;try{n=Ds.lstatSync(e)}catch(e){return"file"}return n&&n.isDirectory()?"dir":"file"}};const Es=yo.fromCallback,ms=p.default,hs=we,ys=Io.mkdirs,Cs=Io.mkdirsSync,Fs=ds.symlinkPaths,gs=ds.symlinkPathsSync,As=ps.symlinkType,vs=ps.symlinkTypeSync,Ss=fi.pathExists;var ws={createSymlink:Es((function(e,t,n,r){r="function"==typeof n?n:r,n="function"!=typeof n&&n,Ss(t,((u,o)=>u?r(u):o?r(null):void Fs(e,t,((u,o)=>{if(u)return r(u);e=o.toDst,As(o.toCwd,n,((n,u)=>{if(n)return r(n);const o=ms.dirname(t);Ss(o,((n,i)=>n?r(n):i?hs.symlink(e,t,u,r):void ys(o,(n=>{if(n)return r(n);hs.symlink(e,t,u,r)}))))}))}))))})),createSymlinkSync:function(e,t,n){if(hs.existsSync(t))return;const r=gs(e,t);e=r.toDst,n=vs(r.toCwd,n);const u=ms.dirname(t);return hs.existsSync(u)||Cs(u),hs.symlinkSync(e,t,n)}};var Os,bs={createFile:ns.createFile,createFileSync:ns.createFileSync,ensureFile:ns.createFile,ensureFileSync:ns.createFileSync,createLink:cs.createLink,createLinkSync:cs.createLinkSync,ensureLink:cs.createLink,ensureLinkSync:cs.createLinkSync,createSymlink:ws.createSymlink,createSymlinkSync:ws.createSymlinkSync,ensureSymlink:ws.createSymlink,ensureSymlinkSync:ws.createSymlinkSync};try{Os=we}catch(e){Os=D.default}function _s(e,t){var n,r="\n";return"object"==typeof t&&null!==t&&(t.spaces&&(n=t.spaces),t.EOL&&(r=t.EOL)),JSON.stringify(e,t?t.replacer:null,n).replace(/\n/g,r)+r}function Bs(e){return Buffer.isBuffer(e)&&(e=e.toString("utf8")),e=e.replace(/^\uFEFF/,"")}var Ps={readFile:function(e,t,n){null==n&&(n=t,t={}),"string"==typeof t&&(t={encoding:t});var r=(t=t||{}).fs||Os,u=!0;"throws"in t&&(u=t.throws),r.readFile(e,t,(function(r,o){if(r)return n(r);var i;o=Bs(o);try{i=JSON.parse(o,t?t.reviver:null)}catch(t){return u?(t.message=e+": "+t.message,n(t)):n(null,null)}n(null,i)}))},readFileSync:function(e,t){"string"==typeof(t=t||{})&&(t={encoding:t});var n=t.fs||Os,r=!0;"throws"in t&&(r=t.throws);try{var u=n.readFileSync(e,t);return u=Bs(u),JSON.parse(u,t.reviver)}catch(t){if(r)throw t.message=e+": "+t.message,t;return null}},writeFile:function(e,t,n,r){null==r&&(r=n,n={});var u=(n=n||{}).fs||Os,o="";try{o=_s(t,n)}catch(e){return void(r&&r(e,null))}u.writeFile(e,o,n,r)},writeFileSync:function(e,t,n){var r=(n=n||{}).fs||Os,u=_s(t,n);return r.writeFileSync(e,u,n)}},ks=Ps;const xs=yo.fromCallback,Ns=ks;var Is={readJson:xs(Ns.readFile),readJsonSync:Ns.readFileSync,writeJson:xs(Ns.writeFile),writeJsonSync:Ns.writeFileSync};const Ts=p.default,Rs=Io,Ms=fi.pathExists,Ls=Is;var js=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=Ts.dirname(e);Ms(u,((o,i)=>o?r(o):i?Ls.writeJson(e,t,n,r):void Rs.mkdirs(u,(u=>{if(u)return r(u);Ls.writeJson(e,t,n,r)}))))};const $s=we,Hs=p.default,Js=Io,Gs=Is;var Vs=function(e,t,n){const r=Hs.dirname(e);$s.existsSync(r)||Js.mkdirsSync(r),Gs.writeJsonSync(e,t,n)};const Us=yo.fromCallback,Ws=Is;Ws.outputJson=Us(js),Ws.outputJsonSync=Vs,Ws.outputJSON=Ws.outputJson,Ws.outputJSONSync=Ws.outputJsonSync,Ws.writeJSON=Ws.writeJson,Ws.writeJSONSync=Ws.writeJsonSync,Ws.readJSON=Ws.readJson,Ws.readJSONSync=Ws.readJsonSync;var zs=Ws;const Ks=we,qs=p.default,Ys=ci.copySync,Xs=Ji.removeSync,Zs=Io.mkdirpSync,Qs=Zo;function ec(e,t,n){try{Ks.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)throw r;return function(e,t,n){const r={overwrite:n,errorOnExist:!0};return Ys(e,t,r),Xs(e)}(e,t,n)}}var tc=function(e,t,n){const r=(n=n||{}).overwrite||n.clobber||!1,{srcStat:u}=Qs.checkPathsSync(e,t,"move");return Qs.checkParentPathsSync(e,u,t,"move"),Zs(qs.dirname(t)),function(e,t,n){if(n)return Xs(t),ec(e,t,n);if(Ks.existsSync(t))throw new Error("dest already exists.");return ec(e,t,n)}(e,t,r)},nc={moveSync:tc};const rc=we,uc=p.default,oc=bi.copy,ic=Ji.remove,sc=Io.mkdirp,cc=fi.pathExists,ac=Zo;function lc(e,t,n,r){rc.rename(e,t,(u=>u?"EXDEV"!==u.code?r(u):function(e,t,n,r){const u={overwrite:n,errorOnExist:!0};oc(e,t,u,(t=>t?r(t):ic(e,r)))}(e,t,n,r):r()))}var fc=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=n.overwrite||n.clobber||!1;ac.checkPaths(e,t,"move",((n,o)=>{if(n)return r(n);const{srcStat:i}=o;ac.checkParentPaths(e,i,t,"move",(n=>{if(n)return r(n);sc(uc.dirname(t),(n=>n?r(n):function(e,t,n,r){if(n)return ic(t,(u=>u?r(u):lc(e,t,n,r)));cc(t,((u,o)=>u?r(u):o?r(new Error("dest already exists.")):lc(e,t,n,r)))}(e,t,u,r)))}))}))};var dc={move:(0,yo.fromCallback)(fc)};const Dc=yo.fromCallback,pc=we,Ec=p.default,mc=Io,hc=fi.pathExists;var yc={outputFile:Dc((function(e,t,n,r){"function"==typeof n&&(r=n,n="utf8");const u=Ec.dirname(e);hc(u,((o,i)=>o?r(o):i?pc.writeFile(e,t,n,r):void mc.mkdirs(u,(u=>{if(u)return r(u);pc.writeFile(e,t,n,r)}))))})),outputFileSync:function(e,...t){const n=Ec.dirname(e);if(pc.existsSync(n))return pc.writeFileSync(e,...t);mc.mkdirsSync(n),pc.writeFileSync(e,...t)}};!function(e){e.exports=Object.assign({},ho,ci,bi,Yi,bs,zs,Io,nc,dc,yc,fi,Ji);const t=D.default;Object.getOwnPropertyDescriptor(t,"promises")&&Object.defineProperty(e.exports,"promises",{get:()=>t.promises})}(mo);const Cc=Nr.exports("streamroller:fileNameFormatter"),Fc=p.default;const gc=Nr.exports("streamroller:fileNameParser"),Ac=nu.exports;const vc=Nr.exports("streamroller:moveAndMaybeCompressFile"),Sc=mo.exports,wc=v.default;var Oc=async(e,t,n)=>{if(n=function(e){const t={mode:parseInt("0600",8),compress:!1},n=Object.assign({},t,e);return vc(`_parseOption: moveAndMaybeCompressFile called with option=${JSON.stringify(n)}`),n}(n),e!==t){if(await Sc.pathExists(e))if(vc(`moveAndMaybeCompressFile: moving file from ${e} to ${t} ${n.compress?"with":"without"} compress`),n.compress)await new Promise(((r,u)=>{let o=!1;const i=Sc.createWriteStream(t,{mode:n.mode,flags:"wx"}).on("open",(()=>{o=!0;const t=Sc.createReadStream(e).on("open",(()=>{t.pipe(wc.createGzip()).pipe(i)})).on("error",(t=>{vc(`moveAndMaybeCompressFile: error reading ${e}`,t),i.destroy(t)}))})).on("finish",(()=>{vc(`moveAndMaybeCompressFile: finished compressing ${t}, deleting ${e}`),Sc.unlink(e).then(r).catch((t=>{vc(`moveAndMaybeCompressFile: error deleting ${e}, truncating instead`,t),Sc.truncate(e).then(r).catch((t=>{vc(`moveAndMaybeCompressFile: error truncating ${e}`,t),u(t)}))}))})).on("error",(e=>{o?(vc(`moveAndMaybeCompressFile: error writing ${t}, deleting`,e),Sc.unlink(t).then((()=>{u(e)})).catch((e=>{vc(`moveAndMaybeCompressFile: error deleting ${t}`,e),u(e)}))):(vc(`moveAndMaybeCompressFile: error creating ${t}`,e),u(e))}))})).catch((()=>{}));else{vc(`moveAndMaybeCompressFile: renaming ${e} to ${t}`);try{await Sc.move(e,t,{overwrite:!0})}catch(n){if(vc(`moveAndMaybeCompressFile: error renaming ${e} to ${t}`,n),"ENOENT"!==n.code){vc("moveAndMaybeCompressFile: trying copy+truncate instead");try{await Sc.copy(e,t,{overwrite:!0}),await Sc.truncate(e)}catch(e){vc("moveAndMaybeCompressFile: error copy+truncate",e)}}}}}else vc("moveAndMaybeCompressFile: source and target are the same, not doing anything")};const bc=Nr.exports("streamroller:RollingFileWriteStream"),_c=mo.exports,Bc=p.default,Pc=E.default,kc=()=>new Date,xc=nu.exports,{Writable:Nc}=C.default,Ic=({file:e,keepFileExt:t,needsIndex:n,alwaysIncludeDate:r,compress:u,fileNameSep:o})=>{let i=o||".";const s=Fc.join(e.dir,e.name),c=t=>t+e.ext,a=(e,t,r)=>!n&&r||!t?e:e+i+t,l=(e,t,n)=>(t>0||r)&&n?e+i+n:e,f=(e,t)=>t&&u?e+".gz":e,d=t?[l,a,c,f]:[c,l,a,f];return({date:e,index:t})=>(Cc(`_formatFileName: date=${e}, index=${t}`),d.reduce(((n,r)=>r(n,t,e)),s))},Tc=({file:e,keepFileExt:t,pattern:n,fileNameSep:r})=>{let u=r||".";const o="__NOT_MATCHING__";let i=[(e,t)=>e.endsWith(".gz")?(gc("it is gzipped"),t.isCompressed=!0,e.slice(0,-1*".gz".length)):e,t?t=>t.startsWith(e.name)&&t.endsWith(e.ext)?(gc("it starts and ends with the right things"),t.slice(e.name.length+1,-1*e.ext.length)):o:t=>t.startsWith(e.base)?(gc("it starts with the right things"),t.slice(e.base.length+1)):o,n?(e,t)=>{const r=e.split(u);let o=r[r.length-1];gc("items: ",r,", indexStr: ",o);let i=e;void 0!==o&&o.match(/^\d+$/)?(i=e.slice(0,-1*(o.length+1)),gc(`dateStr is ${i}`),n&&!i&&(i=o,o="0")):o="0";try{const r=Ac.parse(n,i,new Date(0,0));return Ac.asString(n,r)!==i?e:(t.index=parseInt(o,10),t.date=i,t.timestamp=r.getTime(),"")}catch(t){return gc(`Problem parsing ${i} as ${n}, error was: `,t),e}}:(e,t)=>e.match(/^\d+$/)?(gc("it has an index"),t.index=parseInt(e,10),""):e];return e=>{let t={filename:e,index:0,isCompressed:!1};return i.reduce(((e,n)=>n(e,t)),e)?null:t}},Rc=Oc;var Mc=class extends Nc{constructor(e,t){if(bc(`constructor: creating RollingFileWriteStream. path=${e}`),"string"!=typeof e||0===e.length)throw new Error(`Invalid filename: ${e}`);if(e.endsWith(Bc.sep))throw new Error(`Filename is a directory: ${e}`);0===e.indexOf(`~${Bc.sep}`)&&(e=e.replace("~",Pc.homedir())),super(t),this.options=this._parseOption(t),this.fileObject=Bc.parse(e),""===this.fileObject.dir&&(this.fileObject=Bc.parse(Bc.join(process.cwd(),e))),this.fileFormatter=Ic({file:this.fileObject,alwaysIncludeDate:this.options.alwaysIncludePattern,needsIndex:this.options.maxSize 0`)}else delete n.maxSize;if(n.numBackups||0===n.numBackups){if(n.numBackups<0)throw new Error(`options.numBackups (${n.numBackups}) should be >= 0`);if(n.numBackups>=Number.MAX_SAFE_INTEGER)throw new Error(`options.numBackups (${n.numBackups}) should be < Number.MAX_SAFE_INTEGER`);n.numToKeep=n.numBackups+1}else if(n.numToKeep<=0)throw new Error(`options.numToKeep (${n.numToKeep}) should be > 0`);return bc(`_parseOption: creating stream with option=${JSON.stringify(n)}`),n}_final(e){this.currentFileStream.end("",this.options.encoding,e)}_write(e,t,n){this._shouldRoll().then((()=>{bc(`_write: writing chunk. file=${this.currentFileStream.path} state=${JSON.stringify(this.state)} chunk=${e}`),this.currentFileStream.write(e,t,(t=>{this.state.currentSize+=e.length,n(t)}))}))}async _shouldRoll(){(this._dateChanged()||this._tooBig())&&(bc(`_shouldRoll: rolling because dateChanged? ${this._dateChanged()} or tooBig? ${this._tooBig()}`),await this._roll())}_dateChanged(){return this.state.currentDate&&this.state.currentDate!==xc(this.options.pattern,kc())}_tooBig(){return this.state.currentSize>=this.options.maxSize}_roll(){return bc("_roll: closing the current stream"),new Promise(((e,t)=>{this.currentFileStream.end("",this.options.encoding,(()=>{this._moveOldFiles().then(e).catch(t)}))}))}async _moveOldFiles(){const e=await this._getExistingFiles();for(let t=(this.state.currentDate?e.filter((e=>e.date===this.state.currentDate)):e).length;t>=0;t--){bc(`_moveOldFiles: i = ${t}`);const e=this.fileFormatter({date:this.state.currentDate,index:t}),n=this.fileFormatter({date:this.state.currentDate,index:t+1}),r={compress:this.options.compress&&0===t,mode:this.options.mode};await Rc(e,n,r)}this.state.currentSize=0,this.state.currentDate=this.state.currentDate?xc(this.options.pattern,kc()):null,bc(`_moveOldFiles: finished rolling files. state=${JSON.stringify(this.state)}`),this._renewWriteStream(),await new Promise(((e,t)=>{this.currentFileStream.write("","utf8",(()=>{this._clean().then(e).catch(t)}))}))}async _getExistingFiles(){const e=await _c.readdir(this.fileObject.dir).catch((()=>[]));bc(`_getExistingFiles: files=${e}`);const t=e.map((e=>this.fileNameParser(e))).filter((e=>e)),n=e=>(e.timestamp?e.timestamp:kc().getTime())-e.index;return t.sort(((e,t)=>n(e)-n(t))),t}_renewWriteStream(){const e=this.fileFormatter({date:this.state.currentDate,index:0}),t=e=>{try{return _c.mkdirSync(e,{recursive:!0})}catch(n){if("ENOENT"===n.code)return t(Bc.dirname(e)),t(e);if("EEXIST"!==n.code&&"EROFS"!==n.code)throw n;try{if(_c.statSync(e).isDirectory())return e;throw n}catch(e){throw n}}};t(this.fileObject.dir);const n={flags:this.options.flags,encoding:this.options.encoding,mode:this.options.mode};var r,u;_c.appendFileSync(e,"",(r={...n},u="flags",r["flag"]=r[u],delete r[u],r)),this.currentFileStream=_c.createWriteStream(e,n),this.currentFileStream.on("error",(e=>{this.emit("error",e)}))}async _clean(){const e=await this._getExistingFiles();if(bc(`_clean: numToKeep = ${this.options.numToKeep}, existingFiles = ${e.length}`),bc("_clean: existing files are: ",e),this._tooManyFiles(e.length)){const n=e.slice(0,e.length-this.options.numToKeep).map((e=>Bc.format({dir:this.fileObject.dir,base:e.filename})));await(t=n,bc(`deleteFiles: files to delete: ${t}`),Promise.all(t.map((e=>_c.unlink(e).catch((t=>{bc(`deleteFiles: error when unlinking ${e}, ignoring. Error was ${t}`)}))))))}var t}_tooManyFiles(e){return this.options.numToKeep>0&&e>this.options.numToKeep}};const Lc=Mc;var jc=class extends Lc{constructor(e,t,n,r){r||(r={}),t&&(r.maxSize=t),r.numBackups||0===r.numBackups||(n||0===n||(n=1),r.numBackups=n),super(e,r),this.backups=r.numBackups,this.size=this.options.maxSize}get theStream(){return this.currentFileStream}};const $c=Mc;var Hc={RollingFileWriteStream:Mc,RollingFileStream:jc,DateRollingFileStream:class extends $c{constructor(e,t,n){t&&"object"==typeof t&&(n=t,t=null),n||(n={}),t||(t="yyyy-MM-dd"),n.pattern=t,n.numBackups||0===n.numBackups?n.daysToKeep=n.numBackups:(n.daysToKeep||0===n.daysToKeep?process.emitWarning("options.daysToKeep is deprecated due to the confusion it causes when used together with file size rolling. Please use options.numBackups instead.","DeprecationWarning","streamroller-DEP0001"):n.daysToKeep=1,n.numBackups=n.daysToKeep),super(e,n),this.mode=this.options.mode}get theStream(){return this.currentFileStream}}};const Jc=Nr.exports("log4js:file"),Gc=p.default,Vc=Hc,Uc=E.default.EOL;let Wc=!1;const zc=new Set;function Kc(){zc.forEach((e=>{e.sighupHandler()}))}function qc(e,t,n,r){const u=new Vc.RollingFileStream(e,t,n,r);return u.on("error",(t=>{console.error("log4js.fileAppender - Writing to file %s, error happened ",e,t)})),u.on("drain",(()=>{process.emit("log4js:pause",!1)})),u}Eo.configure=function(e,t){let n=t.basicLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),e.mode=e.mode||384,function(e,t,n,r,u,o){e=Gc.normalize(e),Jc("Creating file appender (",e,", ",n,", ",r=r||0===r?r:5,", ",u,", ",o,")");let i=qc(e,n,r,u);const s=function(e){if(i.writable){if(!0===u.removeColor){const t=/\x1b[[0-9;]*m/g;e.data=e.data.map((e=>"string"==typeof e?e.replace(t,""):e))}i.write(t(e,o)+Uc,"utf8")||process.emit("log4js:pause",!0)}};return s.reopen=function(){i.end((()=>{i=qc(e,n,r,u)}))},s.sighupHandler=function(){Jc("SIGHUP handler called."),s.reopen()},s.shutdown=function(e){zc.delete(s),0===zc.size&&Wc&&(process.removeListener("SIGHUP",Kc),Wc=!1),i.end("","utf-8",e)},zc.add(s),Wc||(process.on("SIGHUP",Kc),Wc=!0),s}(e.filename,n,e.maxLogSize,e.backups,e,e.timezoneOffset)};var Yc={};const Xc=Hc,Zc=E.default.EOL;function Qc(e,t,n,r,u){r.maxSize=r.maxLogSize;const o=function(e,t,n){const r=new Xc.DateRollingFileStream(e,t,n);return r.on("error",(t=>{console.error("log4js.dateFileAppender - Writing to file %s, error happened ",e,t)})),r.on("drain",(()=>{process.emit("log4js:pause",!1)})),r}(e,t,r),i=function(e){o.writable&&(o.write(n(e,u)+Zc,"utf8")||process.emit("log4js:pause",!0))};return i.shutdown=function(e){o.end("","utf-8",e)},i}Yc.configure=function(e,t){let n=t.basicLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),e.alwaysIncludePattern||(e.alwaysIncludePattern=!1),e.mode=e.mode||384,Qc(e.filename,e.pattern,n,e,e.timezoneOffset)};var ea={};const ta=Nr.exports("log4js:fileSync"),na=p.default,ra=D.default,ua=E.default.EOL||"\n";function oa(e,t){if(ra.existsSync(e))return;const n=ra.openSync(e,t.flags,t.mode);ra.closeSync(n)}class ia{constructor(e,t,n,r){ta("In RollingFileStream"),function(){if(!e||!t||t<=0)throw new Error("You must specify a filename and file size")}(),this.filename=e,this.size=t,this.backups=n,this.options=r,this.currentSize=0,this.currentSize=function(e){let t=0;try{t=ra.statSync(e).size}catch(t){oa(e,r)}return t}(this.filename)}shouldRoll(){return ta("should roll with current size %d, and max size %d",this.currentSize,this.size),this.currentSize>=this.size}roll(e){const t=this,n=new RegExp(`^${na.basename(e)}`);function r(e){return n.test(e)}function u(t){return parseInt(t.substring(`${na.basename(e)}.`.length),10)||0}function o(e,t){return u(e)>u(t)?1:u(e) ${e}.${r+1}`),ra.renameSync(na.join(na.dirname(e),n),`${e}.${r+1}`)}}ta("Rolling, rolling, rolling"),ta("Renaming the old files"),ra.readdirSync(na.dirname(e)).filter(r).sort(o).reverse().forEach(i)}write(e,t){const n=this;ta("in write"),this.shouldRoll()&&(this.currentSize=0,this.roll(this.filename)),ta("writing the chunk to the file"),n.currentSize+=e.length,ra.appendFileSync(n.filename,e)}}ea.configure=function(e,t){let n=t.basicLayout;e.layout&&(n=t.layout(e.layout.type,e.layout));const r={flags:e.flags||"a",encoding:e.encoding||"utf8",mode:e.mode||384};return function(e,t,n,r,u,o){ta("fileSync appender created");const i=function(e,t,n){let r;var u;return t?r=new ia(e,t,n,o):(oa(u=e,o),r={write(e){ra.appendFileSync(u,e)}}),r}(e=na.normalize(e),n,r=r||0===r?r:5);return e=>{i.write(t(e,u)+ua)}}(e.filename,n,e.maxLogSize,e.backups,e.timezoneOffset,r)};var sa={};const ca=Nr.exports("log4js:tcp"),aa=S.default;sa.configure=function(e,t){ca(`configure with config = ${e}`);let n=function(e){return e.serialise()};return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){let n=!1;const r=[];let u,o=3,i="__LOG4JS__";function s(e){ca("Writing log event to socket"),n=u.write(`${t(e)}${i}`,"utf8")}function c(){let e;for(ca("emptying buffer");e=r.shift();)s(e)}function a(e){n?s(e):(ca("buffering log event because it cannot write at the moment"),r.push(e))}return function t(){ca(`appender creating socket to ${e.host||"localhost"}:${e.port||5e3}`),i=`${e.endMsg||"__LOG4JS__"}`,u=aa.createConnection(e.port||5e3,e.host||"localhost"),u.on("connect",(()=>{ca("socket connected"),c(),n=!0})),u.on("drain",(()=>{ca("drain event received, emptying buffer"),n=!0,c()})),u.on("timeout",u.end.bind(u)),u.on("error",(e=>{ca("connection error",e),n=!1,c()})),u.on("close",t)}(),a.shutdown=function(e){ca("shutdown called"),r.length&&o?(ca("buffer has items, waiting 100ms to empty"),o-=1,setTimeout((()=>{a.shutdown(e)}),100)):(u.removeAllListeners("close"),u.end(e))},a}(e,n)};const la=p.default,fa=Nr.exports("log4js:appenders"),da=tu,Da=eo,pa=gu,Ea=hu,ma=to,ha=new Map;ha.set("console",oo),ha.set("stdout",so),ha.set("stderr",co),ha.set("logLevelFilter",ao),ha.set("categoryFilter",lo),ha.set("noLogFilter",Do),ha.set("file",Eo),ha.set("dateFile",Yc),ha.set("fileSync",ea),ha.set("tcp",sa);const ya=new Map,Ca=(e,t)=>{fa("Loading module from ",e);try{return require(e)}catch(n){return void da.throwExceptionIf(t,"MODULE_NOT_FOUND"!==n.code,`appender "${e}" could not be loaded (error was: ${n})`)}},Fa=new Set,ga=(e,t)=>{if(ya.has(e))return ya.get(e);if(!t.appenders[e])return!1;if(Fa.has(e))throw new Error(`Dependency loop detected for appender ${e}.`);Fa.add(e),fa(`Creating appender ${e}`);const n=Aa(e,t);return Fa.delete(e),ya.set(e,n),n},Aa=(e,t)=>{const n=t.appenders[e],r=n.type.configure?n.type:((e,t)=>ha.get(e)||Ca(`./${e}`,t)||Ca(e,t)||require.main&&Ca(la.join(la.dirname(require.main.filename),e),t)||Ca(la.join(process.cwd(),e),t))(n.type,t);return da.throwExceptionIf(t,da.not(r),`appender "${e}" is not valid (type "${n.type}" could not be found)`),r.appender&&fa(`DEPRECATION: Appender ${n.type} exports an appender function.`),r.shutdown&&fa(`DEPRECATION: Appender ${n.type} exports a shutdown function.`),fa(`${e}: clustering.isMaster ? ${Da.isMaster()}`),fa(`${e}: appenderModule is ${F.default.inspect(r)}`),Da.onlyOnMaster((()=>(fa(`calling appenderModule.configure for ${e} / ${n.type}`),r.configure(ma.modifyConfig(n),Ea,(e=>ga(e,t)),pa))),(()=>{}))},va=e=>{ya.clear(),Fa.clear();const t=[];Object.values(e.categories).forEach((e=>{t.push(...e.appenders)})),Object.keys(e.appenders).forEach((n=>{(t.includes(n)||"tcp-server"===e.appenders[n].type)&&ga(n,e)}))},Sa=()=>{va({appenders:{out:{type:"stdout"}},categories:{default:{appenders:["out"],level:"trace"}}})};Sa(),da.addListener((e=>{da.throwExceptionIf(e,da.not(da.anObject(e.appenders)),'must have a property "appenders" of type object.');const t=Object.keys(e.appenders);da.throwExceptionIf(e,da.not(t.length),"must define at least one appender."),t.forEach((t=>{da.throwExceptionIf(e,da.not(e.appenders[t].type),`appender "${t}" is not valid (must be an object with property "type")`)}))})),da.addListener(va),Au.exports=ya,Au.exports.init=Sa;var wa={exports:{}};!function(e){const t=Nr.exports("log4js:categories"),n=tu,r=gu,u=Au.exports,o=new Map;function i(e,t,n){if(!1===t.inherit)return;const r=n.lastIndexOf(".");if(r<0)return;const u=n.substring(0,r);let o=e.categories[u];o||(o={inherit:!0,appenders:[]}),i(e,o,u),!e.categories[u]&&o.appenders&&o.appenders.length&&o.level&&(e.categories[u]=o),t.appenders=t.appenders||[],t.level=t.level||o.level,o.appenders.forEach((e=>{t.appenders.includes(e)||t.appenders.push(e)})),t.parent=o}function s(e){if(!e.categories)return;Object.keys(e.categories).forEach((t=>{const n=e.categories[t];i(e,n,t)}))}n.addPreProcessingListener((e=>s(e))),n.addListener((e=>{n.throwExceptionIf(e,n.not(n.anObject(e.categories)),'must have a property "categories" of type object.');const t=Object.keys(e.categories);n.throwExceptionIf(e,n.not(t.length),"must define at least one category."),t.forEach((t=>{const o=e.categories[t];n.throwExceptionIf(e,[n.not(o.appenders),n.not(o.level)],`category "${t}" is not valid (must be an object with properties "appenders" and "level")`),n.throwExceptionIf(e,n.not(Array.isArray(o.appenders)),`category "${t}" is not valid (appenders must be an array of appender names)`),n.throwExceptionIf(e,n.not(o.appenders.length),`category "${t}" is not valid (appenders must contain at least one appender name)`),Object.prototype.hasOwnProperty.call(o,"enableCallStack")&&n.throwExceptionIf(e,"boolean"!=typeof o.enableCallStack,`category "${t}" is not valid (enableCallStack must be boolean type)`),o.appenders.forEach((r=>{n.throwExceptionIf(e,n.not(u.get(r)),`category "${t}" is not valid (appender "${r}" is not defined)`)})),n.throwExceptionIf(e,n.not(r.getLevel(o.level)),`category "${t}" is not valid (level "${o.level}" not recognised; valid levels are ${r.levels.join(", ")})`)})),n.throwExceptionIf(e,n.not(e.categories.default),'must define a "default" category.')}));const c=e=>{o.clear();Object.keys(e.categories).forEach((n=>{const i=e.categories[n],s=[];i.appenders.forEach((e=>{s.push(u.get(e)),t(`Creating category ${n}`),o.set(n,{appenders:s,level:r.getLevel(i.level),enableCallStack:i.enableCallStack||!1})}))}))},a=()=>{c({categories:{default:{appenders:["out"],level:"OFF"}}})};a(),n.addListener(c);const l=e=>(t(`configForCategory: searching for config for ${e}`),o.has(e)?(t(`configForCategory: ${e} exists in config, returning it`),o.get(e)):e.indexOf(".")>0?(t(`configForCategory: ${e} has hierarchy, searching for parents`),l(e.substring(0,e.lastIndexOf(".")))):(t("configForCategory: returning config for default category"),l("default")));e.exports=o,e.exports=Object.assign(e.exports,{appendersForCategory:e=>l(e).appenders,getLevelForCategory:e=>l(e).level,setLevelForCategory:(e,n)=>{let r=o.get(e);if(t(`setLevelForCategory: found ${r} for ${e}`),!r){const n=l(e);t(`setLevelForCategory: no config found for category, found ${n} for parents of ${e}`),r={appenders:n.appenders}}r.level=n,o.set(e,r)},getEnableCallStackForCategory:e=>!0===l(e).enableCallStack,setEnableCallStackForCategory:(e,t)=>{l(e).enableCallStack=t},init:a})}(wa);const Oa=Nr.exports("log4js:logger"),ba=Hu,_a=gu,Ba=eo,Pa=wa.exports,ka=tu,xa=/at (?:(.+)\s+\()?(?:(.+?):(\d+)(?::(\d+))?|([^)]+))\)?/;function Na(e,t=4){const n=e.stack.split("\n").slice(t),r=xa.exec(n[0]);return r&&6===r.length?{functionName:r[1],fileName:r[2],lineNumber:parseInt(r[3],10),columnNumber:parseInt(r[4],10),callStack:n.join("\n")}:null}class Ia{constructor(e){if(!e)throw new Error("No category provided.");this.category=e,this.context={},this.parseCallStack=Na,Oa(`Logger created (${this.category}, ${this.level})`)}get level(){return _a.getLevel(Pa.getLevelForCategory(this.category),_a.TRACE)}set level(e){Pa.setLevelForCategory(this.category,_a.getLevel(e,this.level))}get useCallStack(){return Pa.getEnableCallStackForCategory(this.category)}set useCallStack(e){Pa.setEnableCallStackForCategory(this.category,!0===e)}log(e,...t){let n=_a.getLevel(e);n||(this._log(_a.WARN,"log4js:logger.log: invalid value for log-level as first parameter given: ",e),n=_a.INFO),this.isLevelEnabled(n)&&this._log(n,t)}isLevelEnabled(e){return this.level.isLessThanOrEqualTo(e)}_log(e,t){Oa(`sending log data (${e}) to appenders`);const n=new ba(this.category,e,t,this.context,this.useCallStack&&this.parseCallStack(new Error));Ba.send(n)}addContext(e,t){this.context[e]=t}removeContext(e){delete this.context[e]}clearContext(){this.context={}}setParseCallStackFunction(e){this.parseCallStack=e}}function Ta(e){const t=_a.getLevel(e),n=t.toString().toLowerCase().replace(/_([a-z])/g,(e=>e[1].toUpperCase())),r=n[0].toUpperCase()+n.slice(1);Ia.prototype[`is${r}Enabled`]=function(){return this.isLevelEnabled(t)},Ia.prototype[n]=function(...e){this.log(t,...e)}}_a.levels.forEach(Ta),ka.addListener((()=>{_a.levels.forEach(Ta)}));var Ra=Ia;const Ma=gu;function La(e){return e.originalUrl||e.url}function ja(e,t){for(let n=0;ne.source?e.source:e));t=new RegExp(n.join("|"))}return t}(t.nolog);return(e,i,s)=>{if(e._logging)return s();if(o&&o.test(e.originalUrl))return s();if(n.isLevelEnabled(r)||"auto"===t.level){const o=new Date,{writeHead:s}=i;e._logging=!0,i.writeHead=(e,t)=>{i.writeHead=s,i.writeHead(e,t),i.__statusCode=e,i.__headers=t||{}},i.on("finish",(()=>{i.responseTime=new Date-o,i.statusCode&&"auto"===t.level&&(r=Ma.INFO,i.statusCode>=300&&(r=Ma.WARN),i.statusCode>=400&&(r=Ma.ERROR)),r=function(e,t,n){let r=t;if(n){const t=n.find((t=>{let n=!1;return n=t.from&&t.to?e>=t.from&&e<=t.to:-1!==t.codes.indexOf(e),n}));t&&(r=Ma.getLevel(t.level,r))}return r}(i.statusCode,r,t.statusRules);const s=function(e,t,n){const r=[];return r.push({token:":url",replacement:La(e)}),r.push({token:":protocol",replacement:e.protocol}),r.push({token:":hostname",replacement:e.hostname}),r.push({token:":method",replacement:e.method}),r.push({token:":status",replacement:t.__statusCode||t.statusCode}),r.push({token:":response-time",replacement:t.responseTime}),r.push({token:":date",replacement:(new Date).toUTCString()}),r.push({token:":referrer",replacement:e.headers.referer||e.headers.referrer||""}),r.push({token:":http-version",replacement:`${e.httpVersionMajor}.${e.httpVersionMinor}`}),r.push({token:":remote-addr",replacement:e.headers["x-forwarded-for"]||e.ip||e._remoteAddress||e.socket&&(e.socket.remoteAddress||e.socket.socket&&e.socket.socket.remoteAddress)}),r.push({token:":user-agent",replacement:e.headers["user-agent"]}),r.push({token:":content-length",replacement:t.getHeader("content-length")||t.__headers&&t.__headers["Content-Length"]||"-"}),r.push({token:/:req\[([^\]]+)]/g,replacement:(t,n)=>e.headers[n.toLowerCase()]}),r.push({token:/:res\[([^\]]+)]/g,replacement:(e,n)=>t.getHeader(n.toLowerCase())||t.__headers&&t.__headers[n]}),(e=>{const t=e.concat();for(let e=0;eja(e,s)));t&&n.log(r,t)}else n.log(r,ja(u,s));t.context&&n.removeContext("res")}))}return s()}},nl=Va;let rl=!1;function ul(e){if(!rl)return;Ua("Received log event ",e);Za.appendersForCategory(e.categoryName).forEach((t=>{t(e)}))}function ol(e){rl&&il();let t=e;return"string"==typeof t&&(t=function(e){Ua(`Loading configuration from ${e}`);try{return JSON.parse(Wa.readFileSync(e,"utf8"))}catch(t){throw new Error(`Problem reading config from file "${e}". Error was ${t.message}`,t)}}(e)),Ua(`Configuration is ${t}`),Ka.configure(za(t)),el.onMessage(ul),rl=!0,sl}function il(e){Ua("Shutdown called. Disabling all log writing."),rl=!1;const t=Array.from(Xa.values());Xa.init(),Za.init();const n=t.reduceRight(((e,t)=>t.shutdown?e+1:e),0);if(0===n)return Ua("No appenders with shutdown functions found."),void 0!==e&&e();let r,u=0;function o(t){r=r||t,u+=1,Ua(`Appender shutdowns complete: ${u} / ${n}`),u>=n&&(Ua("All shutdown functions completed."),e&&e(r))}return Ua(`Found ${n} appenders with shutdown functions.`),t.filter((e=>e.shutdown)).forEach((e=>e.shutdown(o))),null}const sl={getLogger:function(e){return rl||ol(process.env.LOG4JS_CONFIG||{appenders:{out:{type:"stdout"}},categories:{default:{appenders:["out"],level:"OFF"}}}),new Qa(e||"default")},configure:ol,shutdown:il,connectLogger:tl,levels:Ya,addLayout:qa.addLayout,recording:function(){return nl}};var cl=sl,al={};Object.defineProperty(al,"__esModule",{value:!0}),al.levelMap=al.getLevel=al.setCategoriesLevel=al.getConfiguration=al.setConfiguration=void 0;const ll=cl;let fl={appenders:{debug:{type:"stdout",layout:{type:"pattern",pattern:"[%d] > hvigor %p %c %[%m%]"}},info:{type:"stdout",layout:{type:"pattern",pattern:"[%d] > hvigor %[%m%]"}},"no-pattern-info":{type:"stdout",layout:{type:"pattern",pattern:"%m"}},wrong:{type:"stderr",layout:{type:"pattern",pattern:"[%d] > hvigor %[%p: %m%]"}},"just-debug":{type:"logLevelFilter",appender:"debug",level:"debug",maxLevel:"debug"},"just-info":{type:"logLevelFilter",appender:"info",level:"info",maxLevel:"info"},"just-wrong":{type:"logLevelFilter",appender:"wrong",level:"warn",maxLevel:"error"}},categories:{default:{appenders:["just-debug","just-info","just-wrong"],level:"debug"},"no-pattern-info":{appenders:["no-pattern-info"],level:"info"}}};al.setConfiguration=e=>{fl=e};al.getConfiguration=()=>fl;let dl=ll.levels.DEBUG;al.setCategoriesLevel=(e,t)=>{dl=e;const n=fl.categories;for(const r in n)(null==t?void 0:t.includes(r))||Object.prototype.hasOwnProperty.call(n,r)&&(n[r].level=e.levelStr)};al.getLevel=()=>dl,al.levelMap=new Map([["ALL",ll.levels.ALL],["MARK",ll.levels.MARK],["TRACE",ll.levels.TRACE],["DEBUG",ll.levels.DEBUG],["INFO",ll.levels.INFO],["WARN",ll.levels.WARN],["ERROR",ll.levels.ERROR],["FATAL",ll.levels.FATAL],["OFF",ll.levels.OFF]]);var Dl=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),pl=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),El=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&Dl(t,e,n);return pl(t,e),t};Object.defineProperty(xr,"__esModule",{value:!0}),xr.evaluateLogLevel=xr.HvigorLogger=void 0;const ml=El(cl),hl=cl,yl=El(F.default),Cl=al;class Fl{constructor(e){ml.configure((0,Cl.getConfiguration)()),this._logger=ml.getLogger(e),this._logger.level=(0,Cl.getLevel)()}static getLogger(e){return new Fl(e)}log(e,...t){this._logger.log(e,...t)}debug(e,...t){this._logger.debug(e,...t)}info(e,...t){this._logger.info(e,...t)}warn(e,...t){void 0!==e&&""!==e&&this._logger.warn(e,...t)}error(e,...t){this._logger.error(e,...t)}_printTaskExecuteInfo(e,t){this.info(`Finished :${e}... after ${t}`)}_printFailedTaskInfo(e){this.error(`Failed :${e}... `)}_printDisabledTaskInfo(e){this.info(`Disabled :${e}... `)}_printUpToDateTaskInfo(e){this.info(`UP-TO-DATE :${e}... `)}errorMessageExit(e,...t){throw new Error(yl.format(e,...t))}errorExit(e,t,...n){t&&this._logger.error(t,n),this._logger.error(e.stack)}setLevel(e,t){(0,Cl.setCategoriesLevel)(e,t),ml.shutdown(),ml.configure((0,Cl.getConfiguration)())}getLevel(){return this._logger.level}configure(e){const t=(0,Cl.getConfiguration)(),n={appenders:{...t.appenders,...e.appenders},categories:{...t.categories,...e.categories}};(0,Cl.setConfiguration)(n),ml.shutdown(),ml.configure(n)}}xr.HvigorLogger=Fl,xr.evaluateLogLevel=function(e,t){t.debug?e.setLevel(hl.levels.DEBUG):t.warn?e.setLevel(hl.levels.WARN):t.error?e.setLevel(hl.levels.ERROR):e.setLevel(hl.levels.INFO)};var gl=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(X,"__esModule",{value:!0}),X.parseJsonText=X.parseJsonFile=void 0;const Al=Z,vl=gl(kr),Sl=gl(p.default),wl=gl(E.default),Ol=xr.HvigorLogger.getLogger("parse-json-util");var bl;!function(e){e[e.Char=0]="Char",e[e.EOF=1]="EOF",e[e.Identifier=2]="Identifier"}(bl||(bl={}));let _l,Bl,Pl,kl,xl,Nl,Il="start",Tl=[],Rl=0,Ml=1,Ll=0,jl=!1,$l="default",Hl="'",Jl=1;function Gl(e,t=!1){Bl=String(e),Il="start",Tl=[],Rl=0,Ml=1,Ll=0,kl=void 0,jl=t;do{_l=Vl(),Xl[Il]()}while("eof"!==_l.type);return kl}function Vl(){for($l="default",xl="",Hl="'",Jl=1;;){Nl=Ul();const e=zl[$l]();if(e)return e}}function Ul(){if(Bl[Rl])return String.fromCodePoint(Bl.codePointAt(Rl))}function Wl(){const e=Ul();return"\n"===e?(Ml++,Ll=0):e?Ll+=e.length:Ll++,e&&(Rl+=e.length),e}X.parseJsonFile=function(e,t=!1,n="utf-8"){const r=vl.default.readFileSync(Sl.default.resolve(e),{encoding:n});try{return Gl(r,t)}catch(t){if(t instanceof SyntaxError){const n=t.message.split("at");2===n.length&&Ol.errorMessageExit(`${n[0].trim()}${wl.default.EOL}\t at ${e}:${n[1].trim()}`)}Ol.errorMessageExit(`${e} is not in valid JSON/JSON5 format.`)}},X.parseJsonText=Gl;const zl={default(){switch(Nl){case"/":return Wl(),void($l="comment");case void 0:return Wl(),Kl("eof")}if(!Al.JudgeUtil.isIgnoreChar(Nl)&&!Al.JudgeUtil.isSpaceSeparator(Nl))return zl[Il]();Wl()},start(){$l="value"},beforePropertyName(){switch(Nl){case"$":case"_":return xl=Wl(),void($l="identifierName");case"\\":return Wl(),void($l="identifierNameStartEscape");case"}":return Kl("punctuator",Wl());case'"':case"'":return Hl=Nl,Wl(),void($l="string")}if(Al.JudgeUtil.isIdStartChar(Nl))return xl+=Wl(),void($l="identifierName");throw tf(bl.Char,Wl())},afterPropertyName(){if(":"===Nl)return Kl("punctuator",Wl());throw tf(bl.Char,Wl())},beforePropertyValue(){$l="value"},afterPropertyValue(){switch(Nl){case",":case"}":return Kl("punctuator",Wl())}throw tf(bl.Char,Wl())},beforeArrayValue(){if("]"===Nl)return Kl("punctuator",Wl());$l="value"},afterArrayValue(){switch(Nl){case",":case"]":return Kl("punctuator",Wl())}throw tf(bl.Char,Wl())},end(){throw tf(bl.Char,Wl())},comment(){switch(Nl){case"*":return Wl(),void($l="multiLineComment");case"/":return Wl(),void($l="singleLineComment")}throw tf(bl.Char,Wl())},multiLineComment(){switch(Nl){case"*":return Wl(),void($l="multiLineCommentAsterisk");case void 0:throw tf(bl.Char,Wl())}Wl()},multiLineCommentAsterisk(){switch(Nl){case"*":return void Wl();case"/":return Wl(),void($l="default");case void 0:throw tf(bl.Char,Wl())}Wl(),$l="multiLineComment"},singleLineComment(){switch(Nl){case"\n":case"\r":case"\u2028":case"\u2029":return Wl(),void($l="default");case void 0:return Wl(),Kl("eof")}Wl()},value(){switch(Nl){case"{":case"[":return Kl("punctuator",Wl());case"n":return Wl(),ql("ull"),Kl("null",null);case"t":return Wl(),ql("rue"),Kl("boolean",!0);case"f":return Wl(),ql("alse"),Kl("boolean",!1);case"-":case"+":return"-"===Wl()&&(Jl=-1),void($l="numerical");case".":case"0":case"I":case"N":return void($l="numerical");case'"':case"'":return Hl=Nl,Wl(),xl="",void($l="string")}if(void 0===Nl||!Al.JudgeUtil.isDigitWithoutZero(Nl))throw tf(bl.Char,Wl());$l="numerical"},numerical(){switch(Nl){case".":return xl=Wl(),void($l="decimalPointLeading");case"0":return xl=Wl(),void($l="zero");case"I":return Wl(),ql("nfinity"),Kl("numeric",Jl*(1/0));case"N":return Wl(),ql("aN"),Kl("numeric",NaN)}if(void 0!==Nl&&Al.JudgeUtil.isDigitWithoutZero(Nl))return xl=Wl(),void($l="decimalInteger");throw tf(bl.Char,Wl())},zero(){switch(Nl){case".":case"e":case"E":return void($l="decimal");case"x":case"X":return xl+=Wl(),void($l="hexadecimal")}return Kl("numeric",0)},decimalInteger(){switch(Nl){case".":case"e":case"E":return void($l="decimal")}if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},decimal(){switch(Nl){case".":xl+=Wl(),$l="decimalFraction";break;case"e":case"E":xl+=Wl(),$l="decimalExponent"}},decimalPointLeading(){if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalFraction");throw tf(bl.Char,Wl())},decimalFraction(){switch(Nl){case"e":case"E":return xl+=Wl(),void($l="decimalExponent")}if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},decimalExponent(){switch(Nl){case"+":case"-":return xl+=Wl(),void($l="decimalExponentSign")}if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalExponentInteger");throw tf(bl.Char,Wl())},decimalExponentSign(){if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalExponentInteger");throw tf(bl.Char,Wl())},decimalExponentInteger(){if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},hexadecimal(){if(Al.JudgeUtil.isHexDigit(Nl))return xl+=Wl(),void($l="hexadecimalInteger");throw tf(bl.Char,Wl())},hexadecimalInteger(){if(!Al.JudgeUtil.isHexDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},identifierNameStartEscape(){if("u"!==Nl)throw tf(bl.Char,Wl());Wl();const e=Yl();switch(e){case"$":case"_":break;default:if(!Al.JudgeUtil.isIdStartChar(e))throw tf(bl.Identifier)}xl+=e,$l="identifierName"},identifierName(){switch(Nl){case"$":case"_":case"‌":case"‍":return void(xl+=Wl());case"\\":return Wl(),void($l="identifierNameEscape")}if(!Al.JudgeUtil.isIdContinueChar(Nl))return Kl("identifier",xl);xl+=Wl()},identifierNameEscape(){if("u"!==Nl)throw tf(bl.Char,Wl());Wl();const e=Yl();switch(e){case"$":case"_":case"‌":case"‍":break;default:if(!Al.JudgeUtil.isIdContinueChar(e))throw tf(bl.Identifier)}xl+=e,$l="identifierName"},string(){switch(Nl){case"\\":return Wl(),void(xl+=function(){const e=Ul(),t=function(){switch(Ul()){case"b":return Wl(),"\b";case"f":return Wl(),"\f";case"n":return Wl(),"\n";case"r":return Wl(),"\r";case"t":return Wl(),"\t";case"v":return Wl(),"\v"}return}();if(t)return t;switch(e){case"0":if(Wl(),Al.JudgeUtil.isDigit(Ul()))throw tf(bl.Char,Wl());return"\0";case"x":return Wl(),function(){let e="",t=Ul();if(!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());if(e+=Wl(),t=Ul(),!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());return e+=Wl(),String.fromCodePoint(parseInt(e,16))}();case"u":return Wl(),Yl();case"\n":case"\u2028":case"\u2029":return Wl(),"";case"\r":return Wl(),"\n"===Ul()&&Wl(),""}if(void 0===e||Al.JudgeUtil.isDigitWithoutZero(e))throw tf(bl.Char,Wl());return Wl()}());case'"':case"'":if(Nl===Hl){const e=Kl("string",xl);return Wl(),e}return void(xl+=Wl());case"\n":case"\r":case void 0:throw tf(bl.Char,Wl());case"\u2028":case"\u2029":!function(e){Ol.warn(`JSON5: '${ef(e)}' in strings is not valid ECMAScript; consider escaping.`)}(Nl)}xl+=Wl()}};function Kl(e,t){return{type:e,value:t,line:Ml,column:Ll}}function ql(e){for(const t of e){if(Ul()!==t)throw tf(bl.Char,Wl());Wl()}}function Yl(){let e="",t=4;for(;t-- >0;){const t=Ul();if(!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());e+=Wl()}return String.fromCodePoint(parseInt(e,16))}const Xl={start(){if("eof"===_l.type)throw tf(bl.EOF);Zl()},beforePropertyName(){switch(_l.type){case"identifier":case"string":return Pl=_l.value,void(Il="afterPropertyName");case"punctuator":return void Ql();case"eof":throw tf(bl.EOF)}},afterPropertyName(){if("eof"===_l.type)throw tf(bl.EOF);Il="beforePropertyValue"},beforePropertyValue(){if("eof"===_l.type)throw tf(bl.EOF);Zl()},afterPropertyValue(){if("eof"===_l.type)throw tf(bl.EOF);switch(_l.value){case",":return void(Il="beforePropertyName");case"}":Ql()}},beforeArrayValue(){if("eof"===_l.type)throw tf(bl.EOF);"punctuator"!==_l.type||"]"!==_l.value?Zl():Ql()},afterArrayValue(){if("eof"===_l.type)throw tf(bl.EOF);switch(_l.value){case",":return void(Il="beforeArrayValue");case"]":Ql()}},end(){}};function Zl(){const e=function(){let e;switch(_l.type){case"punctuator":switch(_l.value){case"{":e={};break;case"[":e=[]}break;case"null":case"boolean":case"numeric":case"string":e=_l.value}return e}();if(jl&&"object"==typeof e&&(e._line=Ml,e._column=Ll),void 0===kl)kl=e;else{const t=Tl[Tl.length-1];Array.isArray(t)?jl&&"object"!=typeof e?t.push({value:e,_line:Ml,_column:Ll}):t.push(e):t[Pl]=jl&&"object"!=typeof e?{value:e,_line:Ml,_column:Ll}:e}!function(e){if(e&&"object"==typeof e)Tl.push(e),Il=Array.isArray(e)?"beforeArrayValue":"beforePropertyName";else{const e=Tl[Tl.length-1];Il=e?Array.isArray(e)?"afterArrayValue":"afterPropertyValue":"end"}}(e)}function Ql(){Tl.pop();const e=Tl[Tl.length-1];Il=e?Array.isArray(e)?"afterArrayValue":"afterPropertyValue":"end"}function ef(e){const t={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r","\t":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"};if(t[e])return t[e];if(e<" "){const t=e.charCodeAt(0).toString(16);return`\\x${`00${t}`.substring(t.length)}`}return e}function tf(e,t){let n="";switch(e){case bl.Char:n=void 0===t?`JSON5: invalid end of input at ${Ml}:${Ll}`:`JSON5: invalid character '${ef(t)}' at ${Ml}:${Ll}`;break;case bl.EOF:n=`JSON5: invalid end of input at ${Ml}:${Ll}`;break;case bl.Identifier:Ll-=5,n=`JSON5: invalid identifier character at ${Ml}:${Ll}`}const r=new nf(n);return r.lineNumber=Ml,r.columnNumber=Ll,r}class nf extends SyntaxError{}var rf=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),uf=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),of=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&rf(t,e,n);return uf(t,e),t};Object.defineProperty(Y,"__esModule",{value:!0});var sf=Y.cleanWorkSpace=Ff=Y.executeInstallHvigor=yf=Y.isHvigorInstalled=mf=Y.isAllDependenciesInstalled=void 0;const cf=of(D.default),af=of(p.default),lf=b,ff=j,df=$,Df=X;let pf,Ef;var mf=Y.isAllDependenciesInstalled=function(){function e(e){const t=null==e?void 0:e.dependencies;return void 0===t?0:Object.getOwnPropertyNames(t).length}if(pf=gf(),Ef=Af(),e(pf)+1!==e(Ef))return!1;for(const e in null==pf?void 0:pf.dependencies)if(!(0,ff.hasNpmPackInPaths)(e,[lf.HVIGOR_PROJECT_DEPENDENCIES_HOME])||!hf(e,pf,Ef))return!1;return!0};function hf(e,t,n){return void 0!==n.dependencies&&(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,t.dependencies[e])===n.dependencies[e]}var yf=Y.isHvigorInstalled=function(){return pf=gf(),Ef=Af(),(0,ff.hasNpmPackInPaths)(lf.HVIGOR_ENGINE_PACKAGE_NAME,[lf.HVIGOR_PROJECT_DEPENDENCIES_HOME])&&(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,pf.hvigorVersion)===Ef.dependencies[lf.HVIGOR_ENGINE_PACKAGE_NAME]};const Cf={cwd:lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,stdio:["inherit","inherit","inherit"]};var Ff=Y.executeInstallHvigor=function(){(0,df.logInfoPrintConsole)("Hvigor installing...");const e={dependencies:{}};e.dependencies[lf.HVIGOR_ENGINE_PACKAGE_NAME]=(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,pf.hvigorVersion);try{cf.mkdirSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,{recursive:!0});const t=af.resolve(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,lf.DEFAULT_PACKAGE_JSON);cf.writeFileSync(t,JSON.stringify(e))}catch(e){(0,df.logErrorAndExit)(e)}!function(){const e=["config","set","store-dir",lf.HVIGOR_PNPM_STORE_PATH];(0,ff.executeCommand)(lf.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH,e,Cf)}(),(0,ff.executeCommand)(lf.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH,["install"],Cf)};function gf(){const e=af.resolve(lf.HVIGOR_PROJECT_WRAPPER_HOME,lf.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME);return cf.existsSync(e)||(0,df.logErrorAndExit)(`Error: Hvigor config file ${e} does not exist.`),(0,Df.parseJsonFile)(e)}function Af(){return cf.existsSync(lf.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH)?(0,Df.parseJsonFile)(lf.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH):{dependencies:{}}}sf=Y.cleanWorkSpace=function(){if((0,df.logInfoPrintConsole)("Hvigor cleaning..."),!cf.existsSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME))return;const e=cf.readdirSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME);if(e&&0!==e.length){cf.existsSync(lf.HVIGOR_BOOT_JS_FILE_PATH)&&(0,ff.executeCommand)(process.argv[0],[lf.HVIGOR_BOOT_JS_FILE_PATH,"--stop-daemon"],{});try{e.forEach((e=>{cf.rmSync(af.resolve(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,e),{recursive:!0})}))}catch(e){(0,df.logErrorAndExit)(`The hvigor build tool cannot be installed. Please manually clear the workspace directory and synchronize the project again.\n\n Workspace Path: ${lf.HVIGOR_PROJECT_DEPENDENCIES_HOME}.`)}}};var vf={},Sf=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),wf=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),Of=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&Sf(t,e,n);return wf(t,e),t};Object.defineProperty(vf,"__esModule",{value:!0});var bf=vf.executeBuild=void 0;const _f=b,Bf=Of(D.default),Pf=Of(p.default),kf=$;bf=vf.executeBuild=function(){const e=Pf.resolve(_f.HVIGOR_PROJECT_DEPENDENCIES_HOME,"node_modules","@ohos","hvigor","bin","hvigor.js");try{const t=Bf.realpathSync(e);require(t)}catch(t){(0,kf.logErrorAndExit)(`Error: ENOENT: no such file ${e},delete ${_f.HVIGOR_PROJECT_DEPENDENCIES_HOME} and retry.`)}},function(){if(O.checkNpmConifg(),O.environmentHandler(),O.isPnpmAvailable()||O.executeInstallPnpm(),yf()&&mf())bf();else{sf();try{Ff()}catch(e){return void sf()}bf()}}(); \ No newline at end of file diff --git a/ohos/flutter_crypto/ohos/hvigorfile.ts b/ohos/flutter_crypto/ohos/hvigorfile.ts new file mode 100644 index 0000000000000000000000000000000000000000..5a172b770e3b15f67c12152d00f38f2084d3915b --- /dev/null +++ b/ohos/flutter_crypto/ohos/hvigorfile.ts @@ -0,0 +1,17 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently. +export { appTasks } from '@ohos/hvigor-ohos-plugin'; \ No newline at end of file diff --git a/ohos/flutter_crypto/ohos/hvigorw b/ohos/flutter_crypto/ohos/hvigorw new file mode 100644 index 0000000000000000000000000000000000000000..5efd8343d3232bdd1d9b7f67a3326034054c5396 --- /dev/null +++ b/ohos/flutter_crypto/ohos/hvigorw @@ -0,0 +1,61 @@ +#!/bin/bash + +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# ---------------------------------------------------------------------------- +# Hvigor startup script, version 1.0.0 +# +# Required ENV vars: +# ------------------ +# NODE_HOME - location of a Node home dir +# or +# Add /usr/local/nodejs/bin to the PATH environment variable +# ---------------------------------------------------------------------------- + +HVIGOR_APP_HOME=$(dirname $(readlink -f $0)) +HVIGOR_WRAPPER_SCRIPT=${HVIGOR_APP_HOME}/hvigor/hvigor-wrapper.js +warn() { + echo "" + echo -e "\033[1;33m`date '+[%Y-%m-%d %H:%M:%S]'`$@\033[0m" +} + +error() { + echo "" + echo -e "\033[1;31m`date '+[%Y-%m-%d %H:%M:%S]'`$@\033[0m" +} + +fail() { + error "$@" + exit 1 +} + +# Determine node to start hvigor wrapper script +if [ -n "${NODE_HOME}" ];then + EXECUTABLE_NODE="${NODE_HOME}/bin/node" + if [ ! -x "$EXECUTABLE_NODE" ];then + fail "ERROR: NODE_HOME is set to an invalid directory,check $NODE_HOME\n\nPlease set NODE_HOME in your environment to the location where your nodejs installed" + fi +else + EXECUTABLE_NODE="node" + which ${EXECUTABLE_NODE} > /dev/null 2>&1 || fail "ERROR: NODE_HOME is not set and not 'node' command found in your path" +fi + +# Check hvigor wrapper script +if [ ! -r "$HVIGOR_WRAPPER_SCRIPT" ];then + fail "ERROR: Couldn't find hvigor/hvigor-wrapper.js in ${HVIGOR_APP_HOME}" +fi + +# start hvigor-wrapper script +exec "${EXECUTABLE_NODE}" \ + "${HVIGOR_WRAPPER_SCRIPT}" "$@" diff --git a/ohos/flutter_crypto/ohos/hvigorw.bat b/ohos/flutter_crypto/ohos/hvigorw.bat new file mode 100644 index 0000000000000000000000000000000000000000..cab3a34a8d2caee9e8f8c7374220c873332a7cb6 --- /dev/null +++ b/ohos/flutter_crypto/ohos/hvigorw.bat @@ -0,0 +1,78 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +@if "%DEBUG%" == "" @echo off +@rem ########################################################################## +@rem +@rem Hvigor startup script for Windows +@rem +@rem ########################################################################## + +@rem Set local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" setlocal + +set DIRNAME=%~dp0 +if "%DIRNAME%" == "" set DIRNAME=. +set APP_BASE_NAME=%~n0 +set APP_HOME=%DIRNAME% + +@rem Resolve any "." and ".." in APP_HOME to make it shorter. +for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi + +set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js +set NODE_EXE=node.exe + +goto start + +:start +@rem Find node.exe +if defined NODE_HOME goto findNodeFromNodeHome + +%NODE_EXE% --version >NUL 2>&1 +if "%ERRORLEVEL%" == "0" goto execute + +echo. +echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. +echo. +echo Please set the NODE_HOME variable in your environment to match the +echo location of your NodeJs installation. + +goto fail + +:findNodeFromNodeHome +set NODE_HOME=%NODE_HOME:"=% +set NODE_EXE_PATH=%NODE_HOME%/%NODE_EXE% + +if exist "%NODE_EXE_PATH%" goto execute +echo. +echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. +echo. +echo Please set the NODE_HOME variable in your environment to match the +echo location of your NodeJs installation. + +goto fail + +:execute +@rem Execute hvigor +"%NODE_EXE%" %WRAPPER_MODULE_PATH% %* + +if "%ERRORLEVEL%" == "0" goto hvigorwEnd + +:fail +exit /b 1 + +:hvigorwEnd +if "%OS%" == "Windows_NT" endlocal + +:end diff --git a/ohos/flutter_crypto/ohos/oh-package-lock.json5 b/ohos/flutter_crypto/ohos/oh-package-lock.json5 new file mode 100644 index 0000000000000000000000000000000000000000..6b6ff6496e036b3fec37cdf1661998e74a97190c --- /dev/null +++ b/ohos/flutter_crypto/ohos/oh-package-lock.json5 @@ -0,0 +1,27 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "lockfileVersion": 1, + "ATTENTION": "THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.", + "specifiers": { + "@ohos/hypium@1.0.6": "@ohos/hypium@1.0.6" + }, + "packages": { + "@ohos/hypium@1.0.6": { + "resolved": "https://repo.harmonyos.com/ohpm/@ohos/hypium/-/hypium-1.0.6.tgz", + "integrity": "sha512-bb3DWeWhYrFqj9mPFV3yZQpkm36kbcK+YYaeY9g292QKSjOdmhEIQR2ULPvyMsgSR4usOBf5nnYrDmaCCXirgQ==" + } + } +} \ No newline at end of file diff --git a/ohos/flutter_crypto/ohos/oh-package.json5 b/ohos/flutter_crypto/ohos/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..c90ef4866ac1a918639181ad0299d941bb95aca7 --- /dev/null +++ b/ohos/flutter_crypto/ohos/oh-package.json5 @@ -0,0 +1,26 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "license": "", + "devDependencies": { + "@ohos/hypium": "1.0.6" + }, + "author": "", + "name": "apptemplate", + "description": "Please describe the basic information.", + "main": "", + "version": "1.0.0", + "dependencies": {} +} diff --git a/ohos/flutter_crypto/pubspec.yaml b/ohos/flutter_crypto/pubspec.yaml new file mode 100644 index 0000000000000000000000000000000000000000..57c5accefe30ddc9b3e80f42c00a4b52ea313b94 --- /dev/null +++ b/ohos/flutter_crypto/pubspec.yaml @@ -0,0 +1,108 @@ +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +name: flutter_crypto +description: A new Flutter project. +# The following line prevents the package from being accidentally published to +# pub.dev using `flutter pub publish`. This is preferred for private packages. +publish_to: 'none' # Remove this line if you wish to publish to pub.dev + +# The following defines the version and build number for your application. +# A version number is three numbers separated by dots, like 1.2.43 +# followed by an optional build number separated by a +. +# Both the version and the builder number may be overridden in flutter +# build by specifying --build-name and --build-number, respectively. +# In Android, build-name is used as versionName while build-number used as versionCode. +# Read more about Android versioning at https://developer.android.com/studio/publish/versioning +# In iOS, build-name is used as CFBundleShortVersionString while build-number is used as CFBundleVersion. +# Read more about iOS versioning at +# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html +# In Windows, build-name is used as the major, minor, and patch parts +# of the product and file versions while build-number is used as the build suffix. +version: 1.0.0+1 + +environment: + sdk: '>=2.19.6 <3.0.0' + +# Dependencies specify other packages that your package needs in order to work. +# To automatically upgrade your package dependencies to the latest versions +# consider running `flutter pub upgrade --major-versions`. Alternatively, +# dependencies can be manually updated by changing the version numbers below to +# the latest version available on pub.dev. To see which dependencies have newer +# versions available, run `flutter pub outdated`. +dependencies: + flutter: + sdk: flutter + + crypto: 3.0.3 + typed_data: ^1.3.0 + + # The following adds the Cupertino Icons font to your application. + # Use with the CupertinoIcons class for iOS style icons. + cupertino_icons: ^1.0.2 + +dev_dependencies: + flutter_test: + sdk: flutter + + convert: ^3.0.0 + dart_flutter_team_lints: ^1.0.0 + + # The "flutter_lints" package below contains a set of recommended lints to + # encourage good coding practices. The lint set provided by the package is + # activated in the `analysis_options.yaml` file located at the root of your + # package. See that file for information about deactivating specific lint + # rules and activating additional ones. + flutter_lints: ^2.0.0 + +# For information on the generic Dart part of this file, see the +# following page: https://dart.dev/tools/pub/pubspec + +# The following section is specific to Flutter packages. +flutter: + + # The following line ensures that the Material Icons font is + # included with your application, so that you can use the icons in + # the material Icons class. + uses-material-design: true + + # To add assets to your application, add an assets section, like this: + # assets: + # - images/a_dot_burr.jpeg + # - images/a_dot_ham.jpeg + + # An image asset can refer to one or more resolution-specific "variants", see + # https://flutter.dev/assets-and-images/#resolution-aware + + # For details regarding adding assets from package dependencies, see + # https://flutter.dev/assets-and-images/#from-packages + + # To add custom fonts to your application, add a fonts section here, + # in this "flutter" section. Each entry in this list should have a + # "family" key with the font family name, and a "fonts" key with a + # list giving the asset and other descriptors for the font. For + # example: + # fonts: + # - family: Schyler + # fonts: + # - asset: fonts/Schyler-Regular.ttf + # - asset: fonts/Schyler-Italic.ttf + # style: italic + # - family: Trajan Pro + # fonts: + # - asset: fonts/TrajanPro.ttf + # - asset: fonts/TrajanPro_Bold.ttf + # weight: 700 + # + # For details regarding fonts from package dependencies, + # see https://flutter.dev/custom-fonts/#from-packages diff --git a/ohos/flutter_crypto/test/widget_test.dart b/ohos/flutter_crypto/test/widget_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..d3c213c6a06221c58c083f58813780a4ec1411a6 --- /dev/null +++ b/ohos/flutter_crypto/test/widget_test.dart @@ -0,0 +1,44 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +// This is a basic Flutter widget test. +// +// To perform an interaction with a widget in your test, use the WidgetTester +// utility in the flutter_test package. For example, you can send tap and scroll +// gestures. You can also use WidgetTester to find child widgets in the widget +// tree, read text, and verify that the values of widget properties are correct. + +import 'package:flutter/material.dart'; +import 'package:flutter_test/flutter_test.dart'; + +import 'package:flutter_crypto/main.dart'; + +void main() { + testWidgets('Counter increments smoke test', (WidgetTester tester) async { + // Build our app and trigger a frame. + await tester.pumpWidget(const MyApp()); + + // Verify that our counter starts at 0. + expect(find.text('0'), findsOneWidget); + expect(find.text('1'), findsNothing); + + // Tap the '+' icon and trigger a frame. + await tester.tap(find.byIcon(Icons.add)); + await tester.pump(); + + // Verify that our counter has incremented. + expect(find.text('0'), findsNothing); + expect(find.text('1'), findsOneWidget); + }); +} diff --git a/ohos/flutter_ffi/.gitignore b/ohos/flutter_ffi/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..24476c5d1eb55824c76d8b01a3965f94abad1ef8 --- /dev/null +++ b/ohos/flutter_ffi/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ +migrate_working_dir/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +**/doc/api/ +**/ios/Flutter/.last_build_id +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Android Studio will place build artifacts here +/android/app/debug +/android/app/profile +/android/app/release diff --git a/ohos/flutter_ffi/.metadata b/ohos/flutter_ffi/.metadata new file mode 100644 index 0000000000000000000000000000000000000000..d07c0afb6812b08a64d23b369ba37e066ea83244 --- /dev/null +++ b/ohos/flutter_ffi/.metadata @@ -0,0 +1,44 @@ + /* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +# This file tracks properties of this Flutter project. +# Used by Flutter tool to assess capabilities and perform upgrades etc. +# +# This file should be version controlled. + +version: + revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + channel: master + +project_type: app + +# Tracks metadata for the flutter migrate command +migration: + platforms: + - platform: root + create_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + base_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + - platform: ohos + create_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + base_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + + # User provided section + + # List of Local paths (relative to this file) that should be + # ignored by the migrate tool. + # + # Files that are not part of the templates will be ignored by default. + unmanaged_files: + - 'lib/main.dart' + - 'ios/Runner.xcodeproj/project.pbxproj' diff --git a/ohos/flutter_ffi/README.md b/ohos/flutter_ffi/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/ohos/flutter_ffi/analysis_options.yaml b/ohos/flutter_ffi/analysis_options.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7814013c895a5ab88ab0bb58d8cfa716f9be5654 --- /dev/null +++ b/ohos/flutter_ffi/analysis_options.yaml @@ -0,0 +1,42 @@ +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# This file configures the analyzer, which statically analyzes Dart code to +# check for errors, warnings, and lints. +# +# The issues identified by the analyzer are surfaced in the UI of Dart-enabled +# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be +# invoked from the command line by running `flutter analyze`. + +# The following line activates a set of recommended lints for Flutter apps, +# packages, and plugins designed to encourage good coding practices. +include: package:flutter_lints/flutter.yaml + +linter: + # The lint rules applied to this project can be customized in the + # section below to disable rules from the `package:flutter_lints/flutter.yaml` + # included above or to enable additional rules. A list of all available lints + # and their documentation is published at + # https://dart-lang.github.io/linter/lints/index.html. + # + # Instead of disabling a lint rule for the entire project in the + # section below, it can also be suppressed for a single line of code + # or a specific dart file by using the `// ignore: name_of_lint` and + # `// ignore_for_file: name_of_lint` syntax on the line or in the file + # producing the lint. + rules: + # avoid_print: false # Uncomment to disable the `avoid_print` rule + # prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule + +# Additional information about this file can be found at +# https://dart.dev/guides/language/analysis-options diff --git a/ohos/flutter_ffi/lib/common/base_page.dart b/ohos/flutter_ffi/lib/common/base_page.dart new file mode 100644 index 0000000000000000000000000000000000000000..b610f42d1b567a5f1101cfd61877af54f2a8abe0 --- /dev/null +++ b/ohos/flutter_ffi/lib/common/base_page.dart @@ -0,0 +1,52 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; +import 'package:flutter_ffi/common/test_route.dart'; + +import 'main_item_widget.dart'; + +/// 全局静态数据存储 +abstract class GlobalData { + static String appName = ''; +} + +/// app基本首页 +class BasePage extends StatefulWidget { + const BasePage({super.key, required this.data}); + + final List data; + + @override + State createState() => _BasePageState(); +} + +class _BasePageState extends State { + int get _itemCount => widget.data.length; + + @override + Widget build(BuildContext context) { + return Scaffold( + appBar: AppBar( + title: Center(child: Text(GlobalData.appName, textAlign: TextAlign.center)), + ), + body: ListView.builder(itemBuilder: _itemBuilder, itemCount: _itemCount)); + } + + Widget _itemBuilder(BuildContext context, int index) { + return MainItemWidget(widget.data[index], (MainItem item) { + Navigator.of(context).pushNamed(item.route!); + }); + } +} diff --git a/ohos/flutter_ffi/lib/common/item_widget.dart b/ohos/flutter_ffi/lib/common/item_widget.dart new file mode 100644 index 0000000000000000000000000000000000000000..905615f618c74b420757078396c753dae1eea626 --- /dev/null +++ b/ohos/flutter_ffi/lib/common/item_widget.dart @@ -0,0 +1,125 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/cupertino.dart'; +import 'package:flutter/material.dart'; +import 'package:flutter_ffi/common/test_page.dart'; + +/// Item widget. +class ItemWidget extends StatefulWidget { + /// Item widget. + const ItemWidget( + {required this.item, required this.index, required this.getGroupRange, required this.runGroup, required this.onTap, this.summary, Key? key}) + : super(key: key); + + /// item summary. + final String? summary; + + /// item data. + final Item item; + + /// 当前下标 + final int index; + + /// 获取对应的组信息 + final GroupRange Function() getGroupRange; + + /// 获取对应的组信息 + final void Function(int start, int end) runGroup; + + /// Action when pressed (typically run). + final void Function(Item item) onTap; + + @override + ItemWidgetState createState() => ItemWidgetState(); +} + +class ItemWidgetState extends State { + @override + Widget build(BuildContext context) { + IconData? icon; + Color? color; + + switch (widget.item.state) { + case ItemState.none: + icon = Icons.arrow_forward_ios; + break; + case ItemState.running: + icon = Icons.more_horiz; + break; + case ItemState.success: + icon = Icons.check; + color = Colors.green; + break; + case ItemState.failure: + icon = Icons.close; + color = Colors.red; + break; + } + + final Widget listTile = ListTile( + leading: SizedBox( + child: IconButton( + icon: Icon(icon, color: color), + onPressed: null, + )), + title: Text(widget.item.name), + subtitle: widget.summary != null ? Text(widget.summary!) : null, + onTap: () { + widget.onTap(widget.item); + }); + + final data = widget.getGroupRange(); + + return Column( + mainAxisAlignment: MainAxisAlignment.start, + crossAxisAlignment: CrossAxisAlignment.start, + children: [ + if (data.groupName.isNotEmpty && data.startIndex == widget.index) + GestureDetector( + onTap: () {}, + child: Container( + height: 35, + decoration: BoxDecoration(color: CupertinoColors.extraLightBackgroundGray), + child: Row( + mainAxisAlignment: MainAxisAlignment.spaceBetween, + children: [ + Text( + '测试组: ${data.groupName}', + style: TextStyle(fontSize: 18), + ), + FilledButton( + onPressed: () => widget.runGroup(data.startIndex, data.startIndex), + child: Text( + '整组测试', + style: TextStyle(fontSize: 16), + )) + ], + ), + ), + ), + Container( + margin: data.groupName.isNotEmpty && data.startIndex == widget.index ? EdgeInsets.only(bottom: 10) : null, + decoration: BoxDecoration( + border: data.groupName.isNotEmpty && data.endIndex == widget.index ? Border(bottom: BorderSide(color: Colors.grey)) : null, + ), + child: Padding( + padding: data.groupName.isNotEmpty && data.startIndex <= widget.index && data.endIndex >= widget.index ? EdgeInsets.only(left: 35) : EdgeInsets.zero, + child: listTile, + ), + ) + ], + ); + } +} diff --git a/ohos/flutter_ffi/lib/common/main_item_widget.dart b/ohos/flutter_ffi/lib/common/main_item_widget.dart new file mode 100644 index 0000000000000000000000000000000000000000..4d3c4dd000f8b0334ea84d98fddce7542419c0b7 --- /dev/null +++ b/ohos/flutter_ffi/lib/common/main_item_widget.dart @@ -0,0 +1,50 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/cupertino.dart'; +import 'package:flutter/material.dart'; +import 'package:flutter_ffi/common/test_route.dart'; + +/// Main item widget. +class MainItemWidget extends StatefulWidget { + /// Main item widget. + const MainItemWidget(this.item, this.onTap, {Key? key}) : super(key: key); + + /// item data. + final MainItem item; + + /// onTap action (typically run or open). + final void Function(MainItem item) onTap; + + @override + MainItemWidgetState createState() => MainItemWidgetState(); +} + +class MainItemWidgetState extends State { + @override + Widget build(BuildContext context) { + return Container( + margin: const EdgeInsets.only(bottom: 10), + child: ListTile( + tileColor: CupertinoColors.extraLightBackgroundGray, + title: Text(widget.item.title), + subtitle: Text(widget.item.description), + onTap: _onTap), + ); + } + + void _onTap() { + widget.onTap(widget.item); + } +} diff --git a/ohos/flutter_ffi/lib/common/test_model_app.dart b/ohos/flutter_ffi/lib/common/test_model_app.dart new file mode 100644 index 0000000000000000000000000000000000000000..2ece7a60e0de43e43ff01655f505bc18810c554a --- /dev/null +++ b/ohos/flutter_ffi/lib/common/test_model_app.dart @@ -0,0 +1,51 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'base_page.dart'; +import 'test_route.dart'; + +/// 基础app框架 +class TestModelApp extends StatefulWidget { + TestModelApp({super.key, required this.appName, required this.data}) { + GlobalData.appName = appName; + } + + /// 测试包名称 + final String appName; + + /// 路由数据 + final TestRoute data; + + @override + State createState() => TestModelState(); +} + +class TestModelState extends State { + @override + Widget build(BuildContext context) { + return MaterialApp( + title: widget.appName, + theme: ThemeData( + colorScheme: ColorScheme.fromSeed(seedColor: Colors.blue), + appBarTheme: const AppBarTheme(backgroundColor: Colors.blue), + primarySwatch: Colors.blue, + useMaterial3: true, + ), + routes: widget.data.routes, + initialRoute: '/', + ); + } +} diff --git a/ohos/flutter_ffi/lib/common/test_page.dart b/ohos/flutter_ffi/lib/common/test_page.dart new file mode 100644 index 0000000000000000000000000000000000000000..390300e5e2d216de4d881de65637dd70c7dda2e8 --- /dev/null +++ b/ohos/flutter_ffi/lib/common/test_page.dart @@ -0,0 +1,360 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:async'; + +import 'package:flutter/material.dart'; + +import 'item_widget.dart'; + +List contentList = []; + +class Test { + /// Test definition. + Test(this.name, this.fn, {bool? solo, bool? skip}) + : solo = solo == true, + skip = skip == true; + + /// Only run this test. + final bool solo; + + /// Skip this test. + final bool skip; + + /// Test name. + String name; + + /// Test body. + FutureOr Function() fn; +} + +/// Item states. +enum ItemState { + /// test not run yet. + none, + + /// test is running. + running, + + /// test succeeded. + success, + + /// test fails. + failure +} + +/// Menu item. +class Item { + /// Menu item. + Item(this.name); + + /// Menu item state. + ItemState state = ItemState.running; + + /// Menu item name/ + String name; +} + +class TestLength { + TestLength(this.oldLength, this.newLength); + + int oldLength; + int newLength; +} + +class GroupRange { + GroupRange(this.groupName, this.startIndex, this.endIndex); + + String groupName; + int startIndex; + int endIndex; +} + +/// 基础测试页面 +class TestPage extends StatefulWidget { + /// Base test page. + TestPage(this.title, {Key? key}) : super(key: key); + + /// The title. + final String title; + + /// Test list. + final List tests = []; + + /// 保存group的范围信息 + final Map groupTitle = {}; + + /// define a test. + void test(String name, FutureOr Function() fn) { + tests.add(Test(name, fn)); + } + + /// define a group test. + void group(String name, FutureOr Function() fn) { + int oldLength = tests.length; + fn(); + + int newLength = tests.length - 1; + groupTitle.addAll({name: TestLength(oldLength, newLength)}); + } + + /// Thrown an exception + void fail([String? message]) { + throw Exception(message ?? 'should fail'); + } + + @override + TestPageState createState() => TestPageState(); +} + +/// Group. +mixin Group { + /// List of tests. + List get tests { + // TODO: implement tests + throw UnimplementedError(); + } + + bool? _hasSolo; + final _tests = []; + + /// Add a test. + void add(Test test) { + if (!test.skip) { + if (test.solo) { + if (_hasSolo != true) { + _hasSolo = true; + _tests.clear(); + } + _tests.add(test); + } else if (_hasSolo != true) { + _tests.add(test); + } + } + } + + /// true if it has solo or contains item with solo feature + bool? get hasSolo => _hasSolo; +} + +class TestPageState extends State with Group { + List items = []; + + Future _run() async { + if (!mounted) { + return null; + } + + setState(() { + items.clear(); + }); + _tests.clear(); + for (var test in widget.tests) { + add(test); + } + for (var test in _tests) { + var item = Item(test.name); + contentList.add(Text(test.name, style: const TextStyle(fontSize: 18, color: Colors.green))); + + late int position; + setState(() { + position = items.length; + items.add(item); + }); + try { + await test.fn(); + item = Item(test.name)..state = ItemState.success; + print('ohFlutter: ${test.name}, result: success'); + } catch (e, st) { + contentList.add(Text('$e, $st', style: const TextStyle(fontSize: 18, color: Colors.red))); + print('ohFlutter: ${test.name}-error: $e, $st}'); + item = Item(test.name)..state = ItemState.failure; + } + + if (!mounted) { + return null; + } + + setState(() { + items[position] = item; + }); + } + } + + Future _runTest(int index) async { + if (!mounted) { + return null; + } + + final test = _tests[index]; + + var item = items[index]; + setState(() { + contentList = []; + item.state = ItemState.running; + }); + contentList.add(Text(test.name, style: const TextStyle(fontSize: 18, color: Colors.green))); + try { + await test.fn(); + + item = Item(test.name)..state = ItemState.success; + print('ohFlutter: ${test.name}, result: success'); + } catch (e, st) { + contentList.add(Text('$e, $st', style: const TextStyle(fontSize: 18, color: Colors.red))); + print('ohFlutter: ${test.name}-error: $e, $st}'); + try { + print(st); + } catch (_) {} + item = Item(test.name)..state = ItemState.failure; + } + + if (!mounted) { + return null; + } + + setState(() { + items[index] = item; + }); + } + + @override + void initState() { + super.initState(); + contentList = []; + _run(); + } + + @override + Widget build(BuildContext context) { + return Scaffold( + appBar: AppBar(title: Text(widget.title), actions: [ + IconButton( + icon: const Icon(Icons.search), + tooltip: 'Results', + onPressed: () { + showAlertDialog(context); + }, + ), + IconButton( + icon: const Icon(Icons.refresh), + tooltip: 'Run again', + onPressed: _run, + ), + ]), + body: ListView(children: [ + ...items.asMap().keys.map((e) => _itemBuilder(context, e)).toList(), + ])); + } + + Widget _itemBuilder(BuildContext context, int index) { + final item = getItem(index); + return ItemWidget( + item: item, + index: index, + getGroupRange: () { + GroupRange data = GroupRange('', 0, 0); + widget.groupTitle.forEach((key, value) { + if (value.oldLength <= index && value.newLength >= index) { + data = GroupRange(key, value.oldLength, value.newLength); + } + }); + return data; + }, + runGroup: (start, end) async { + for (var i = start; i <= end; i++) { + await _runTest(i); + print('\n'); + } + }, + onTap: (Item item) { + _runTest(index); + }); + } + + Item getItem(int index) { + return items[index]; + } + + @override + List get tests => widget.tests; +} + +void expect(var testModel, var object) { + try { + testModel; + contentList.add(Text('运行正常,输出参数为$testModel')); + } catch(e) { + contentList.add(Text('运行失败,错误信息为$e')); + print(e.toString()); + } +} +void expectNot(var testModel, var object,String reason) { + try { + testModel; + contentList.add(Text('运行正常,输出参数为$testModel')); + } catch(e) { + contentList.add(Text('运行失败,错误信息为$e')); + print(e.toString()); + } + print(reason); +} +void expectWithReason(var testModel, var object,String reason) { + try { + testModel; + print("${testModel.toString()}运行正常,应与${object.toString()}对比"); + } catch(e) { + print(e.toString()); + } + print(reason); +} +void expectEquals(var testModel, var object,String not) { + try { + testModel; + print("${testModel.toString()}运行正常,应与${object.toString()}对比"); + } catch(e) { + print(e.toString()); + } + print(not); +} +void expectNotEquals(var testModel, var object,String not) { + try { + testModel; + print("${testModel.toString()}运行正常,应与${object.toString()}对比"); + } catch(e) { + print(e.toString()); + } + print(not); +} +void showAlertDialog(BuildContext context) { + showDialog( + context: context, + barrierDismissible: false, + builder: (BuildContext context) { + return AlertDialog( + content: SingleChildScrollView( + child: Column( + children: contentList, + ), + ), + actions: [ + MaterialButton( + child: const Text('确定'), + onPressed: () { + Navigator.of(context).pop(); + }, + ), + ], + ); + }); +} \ No newline at end of file diff --git a/ohos/flutter_ffi/lib/common/test_route.dart b/ohos/flutter_ffi/lib/common/test_route.dart new file mode 100644 index 0000000000000000000000000000000000000000..b05d7aaffae44465a08a3ce7cef6d7b4d94532c2 --- /dev/null +++ b/ohos/flutter_ffi/lib/common/test_route.dart @@ -0,0 +1,48 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/cupertino.dart'; + +import 'base_page.dart'; + +class MainItem { + /// Main item. + MainItem(this.title, this.description, {this.route}); + + /// Title. + String title; + + /// Description. + String description; + + /// Page route. + String? route; +} + +class TestRoute { + TestRoute({required Map routes, required this.items}) { + if (routes.containsKey('/')) { + throw Exception('不允许传入 / 路由'); + } + + this.routes.addAll({ + '/': (BuildContext context) => BasePage(data: items), + }); + this.routes.addAll(routes); + } + + Map routes = {}; + + List items = []; +} diff --git a/ohos/flutter_ffi/lib/main.dart b/ohos/flutter_ffi/lib/main.dart new file mode 100644 index 0000000000000000000000000000000000000000..ae08f9228b42f73c1fb79a9e32a119e8e7a4220d --- /dev/null +++ b/ohos/flutter_ffi/lib/main.dart @@ -0,0 +1,165 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'package:flutter_ffi/common/test_route.dart'; +import 'package:flutter_ffi/common/test_model_app.dart'; +import 'package:flutter_ffi/rt_allocation_test.dart'; +import 'package:flutter_ffi/rt_arena_test.dart'; +import 'package:flutter_ffi/rt_utf8_test.dart'; +import 'package:flutter_ffi/rt_utf16_test.dart'; +import 'package:flutter_ffi/rt_example.dart'; + +void main() { + final app = TestRoute(routes: { + '/allocation_test': (BuildContext context) => JKAllocationTestPage("allocation_test"), + '/arena_test': (BuildContext context) => JKArenaTestPage("arena_test"), + '/utf8_test': (BuildContext context) => JKUtf8TestPage("utf8_test"), + '/utf16_test': (BuildContext context) => JKUtf16TestPage("utf16_test"), + '/example_test': (BuildContext context) => JKExampleTestPage(), + }, items: [ + MainItem('allocation_test', 'details', route: '/allocation_test'), + MainItem('arena_test', 'details', route: '/arena_test'), + MainItem('utf8_test', 'details', route: '/utf8_test'), + MainItem('utf16_test', 'details', route: '/utf16_test'), + MainItem('example_test', 'details', route: '/example_test'), + ]); + + runApp(TestModelApp( + appName: 'ffi', + data: app)); + + //runApp(const MyApp()); +} + +class MyApp extends StatelessWidget { + const MyApp({super.key}); + + // This widget is the root of your application. + @override + Widget build(BuildContext context) { + return MaterialApp( + title: 'Flutter Demo', + theme: ThemeData( + // This is the theme of your application. + // + // TRY THIS: Try running your application with "flutter run". You'll see + // the application has a blue toolbar. Then, without quitting the app, + // try changing the seedColor in the colorScheme below to Colors.green + // and then invoke "hot reload" (save your changes or press the "hot + // reload" button in a Flutter-supported IDE, or press "r" if you used + // the command line to start the app). + // + // Notice that the counter didn't reset back to zero; the application + // state is not lost during the reload. To reset the state, use hot + // restart instead. + // + // This works for code too, not just values: Most code changes can be + // tested with just a hot reload. + colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple), + useMaterial3: true, + ), + home: const MyHomePage(title: 'Flutter Demo Home Page'), + ); + } +} + +class MyHomePage extends StatefulWidget { + const MyHomePage({super.key, required this.title}); + + // This widget is the home page of your application. It is stateful, meaning + // that it has a State object (defined below) that contains fields that affect + // how it looks. + + // This class is the configuration for the state. It holds the values (in this + // case the title) provided by the parent (in this case the App widget) and + // used by the build method of the State. Fields in a Widget subclass are + // always marked "final". + + final String title; + + @override + State createState() => _MyHomePageState(); +} + +class _MyHomePageState extends State { + int _counter = 0; + + void _incrementCounter() { + setState(() { + // This call to setState tells the Flutter framework that something has + // changed in this State, which causes it to rerun the build method below + // so that the display can reflect the updated values. If we changed + // _counter without calling setState(), then the build method would not be + // called again, and so nothing would appear to happen. + _counter++; + }); + } + + @override + Widget build(BuildContext context) { + // This method is rerun every time setState is called, for instance as done + // by the _incrementCounter method above. + // + // The Flutter framework has been optimized to make rerunning build methods + // fast, so that you can just rebuild anything that needs updating rather + // than having to individually change instances of widgets. + return Scaffold( + appBar: AppBar( + // TRY THIS: Try changing the color here to a specific color (to + // Colors.amber, perhaps?) and trigger a hot reload to see the AppBar + // change color while the other colors stay the same. + backgroundColor: Theme.of(context).colorScheme.inversePrimary, + // Here we take the value from the MyHomePage object that was created by + // the App.build method, and use it to set our appbar title. + title: Text(widget.title), + ), + body: Center( + // Center is a layout widget. It takes a single child and positions it + // in the middle of the parent. + child: Column( + // Column is also a layout widget. It takes a list of children and + // arranges them vertically. By default, it sizes itself to fit its + // children horizontally, and tries to be as tall as its parent. + // + // Column has various properties to control how it sizes itself and + // how it positions its children. Here we use mainAxisAlignment to + // center the children vertically; the main axis here is the vertical + // axis because Columns are vertical (the cross axis would be + // horizontal). + // + // TRY THIS: Invoke "debug painting" (choose the "Toggle Debug Paint" + // action in the IDE, or press "p" in the console), to see the + // wireframe for each widget. + mainAxisAlignment: MainAxisAlignment.center, + children: [ + const Text( + 'You have pushed the button this many times:', + ), + Text( + '$_counter', + style: Theme.of(context).textTheme.headlineMedium, + ), + ], + ), + ), + floatingActionButton: FloatingActionButton( + onPressed: _incrementCounter, + tooltip: 'Increment', + child: const Icon(Icons.add), + ), // This trailing comma makes auto-formatting nicer for build methods. + ); + } +} diff --git a/ohos/flutter_ffi/lib/rt_allocation_test.dart b/ohos/flutter_ffi/lib/rt_allocation_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..f7e3ae26091125e2c5dfa85fff323e703c015931 --- /dev/null +++ b/ohos/flutter_ffi/lib/rt_allocation_test.dart @@ -0,0 +1,79 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter_ffi/common/test_page.dart'; + +import 'dart:ffi'; +import 'dart:math' show Random; + +import 'package:ffi/ffi.dart'; + +const testRuns = 1000; + +class JKAllocationTestPage extends TestPage { + + static const String routeName = "/allocation_test"; + + JKAllocationTestPage(super.title, {super.key}) { + print('start test666'); + + //calloc + test("calloc(Random().nextInt(1000)).asTypedList(Random().nextInt(1000)) 分配", () { + // Tests that calloc successfully zeroes out memory. + for (var i = 0; i < testRuns; i++) { + final allocBytes = Random().nextInt(1000); + final mem = calloc(allocBytes); + print("object:${mem.asTypedList(allocBytes).where(((element) => element != 0))}"); + expect(mem.asTypedList(allocBytes).where(((element) => element != 0)), + "isEmpty"); + calloc.free(mem); + } + }); + + //testPointerAllocateTooLarge + test("calloc(9223372036854775807) 测试点分配过大", () { + // Try to allocate something that doesn't fit in 64 bit address space. + int maxInt = 9223372036854775807; // 2^63 - 1 + expect(() => calloc(maxInt)," throwsA(isA())"); + + // Try to allocate almost the full 64 bit address space. + int maxInt1_8 = 1152921504606846975; // 2^60 -1 + expect(() => calloc(maxInt1_8), "throwsA(isA())"); + }); + + //testPointerAllocateNegative + test("calloc(-1) 测试指针分配负", () { + // Passing in -1 will be converted into an unsigned integer. So, it will try + // to allocate SIZE_MAX - 1 + 1 bytes. This will fail as it is the max + // amount of addressable memory on the system. + expect(() => calloc(-1), "throwsA(isA())"); + }); + + //nativeFree + test('malloc.allocate(1024).nativeFree.asFunction)>()(ptr1.cast())', () { + // malloc.nativeFree should be able to free memory allocated by malloc. + final ptr1 = malloc.allocate(1024); + //malloc.nativeFree.asFunction)>()(ptr1.cast()); + print("6666:${ptr1}"); + expect(ptr1, ptr1); + // calloc.nativeFree should be able to free memory allocated by calloc. + final ptr2 = calloc.allocate(1024); + //calloc.nativeFree.asFunction)>()(ptr2.cast()); + print("7777:${ptr2}"); + expect(ptr2, ptr2); + }); + + } + +} \ No newline at end of file diff --git a/ohos/flutter_ffi/lib/rt_arena_test.dart b/ohos/flutter_ffi/lib/rt_arena_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..4043f3a34bb5612ebf65d63e4a0dbed7b158b6bf --- /dev/null +++ b/ohos/flutter_ffi/lib/rt_arena_test.dart @@ -0,0 +1,259 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter_ffi/common/test_page.dart'; + +import 'dart:async'; +import 'dart:ffi'; + +import 'package:ffi/ffi.dart'; + +class JKArenaTestPage extends TestPage { + + static const String routeName = "/arena_test"; + + JKArenaTestPage(super.title, {super.key}) { + print('start test666'); + + //sync + test('Arena().using(1234, freeInt) 同步', () async { + List freed = []; + void freeInt(int i) { + freed.add(i); + } + + using((Arena arena) { + arena.using(1234, freeInt); + expect(freed.isEmpty, true); + }); + expect(freed, [1234]); + }); + + //async + test('Arena().using(1234, freeInt) 异步', () async { + /// Calling [using] waits with releasing its resources until after + /// [Future]s complete. + List freed = []; + void freeInt(int i) { + freed.add(i); + } + + Future myFutureInt = using((Arena arena) { + return Future.microtask(() { + arena.using(1234, freeInt); + return 1; + }); + }); + + expect(freed.isEmpty, true); + await myFutureInt; + expect(freed, [1234]); + }); + + //throw + test('Arena().using(1234, freeInt) throw', () { + /// [using] waits with releasing its resources until after [Future]s + /// complete. + List freed = []; + void freeInt(int i) { + freed.add(i); + } + + // Resources are freed also when abnormal control flow occurs. + var didThrow = false; + try { + using((Arena arena) { + arena.using(1234, freeInt); + expect(freed.isEmpty, true); + throw Exception('Exception 1'); + }); + } on Exception { + expect(freed.single, 1234); + didThrow = true; + } + expect(didThrow, true); + }); + + //allocate + test( + 'Arena()(2) throw', + () { + final countingAllocator = CountingAllocator(); + // To ensure resources are freed, wrap them in a [using] call. + using((Arena arena) { + final p = arena(2); + p[1] = p[0]; + }, countingAllocator); + expect(countingAllocator.freeCount, 1); + }, + ); + + //allocate throw + test('Arena()(2) allocate throw', () { + // Resources are freed also when abnormal control flow occurs. + bool didThrow = false; + final countingAllocator = CountingAllocator(); + try { + using((Arena arena) { + final p = arena(2); + p[0] = 25; + throw Exception('Exception 2'); + }, countingAllocator); + } on Exception { + expect(countingAllocator.freeCount, 1); + didThrow = true; + } + expect(didThrow, true); + }); + + //toNativeUtf8 + test("Hello world!'.toNativeUtf8(allocator: arena).toDartString()", () { + final countingAllocator = CountingAllocator(); + using((Arena arena) { + final p = 'Hello world!'.toNativeUtf8(allocator: arena); + expect(p.toDartString(), 'Hello world!'); + }, countingAllocator); + expect(countingAllocator.freeCount, 1); + }); + + //zone + test('zoneArena.using(1234, freeInt) zone', () async { + List freed = []; + void freeInt(int i) { + freed.add(i); + } + + withZoneArena(() { + zoneArena.using(1234, freeInt); + expect(freed.isEmpty, true); + }); + expect(freed.length, 1); + expect(freed.single, 1234); + }); + + //zone async + test('zoneArena.using(1234, freeInt) zone async', () async { + /// [using] waits with releasing its resources until after [Future]s + /// complete. + List freed = []; + void freeInt(int i) { + freed.add(i); + } + + Future myFutureInt = withZoneArena(() { + return Future.microtask(() { + zoneArena.using(1234, freeInt); + return 1; + }); + }); + + expect(freed.isEmpty, true); + await myFutureInt; + expect(freed.length, 1); + expect(freed.single, 1234); + }); + + //zone throw + test(' zoneArena.using(1234, freeInt) zone throw', () { + /// [using] waits with releasing its resources until after [Future]s + /// complete. + List freed = []; + void freeInt(int i) { + freed.add(i); + } + + // Resources are freed also when abnormal control flow occurs. + bool didThrow = false; + try { + withZoneArena(() { + zoneArena.using(1234, freeInt); + expect(freed.isEmpty, true); + throw Exception('Exception 3'); + }); + } on Exception { + expect(freed.single, 1234); + didThrow = true; + } + expect(didThrow, true); + expect(freed.single, 1234); + }); + + //zone future error + test('withZoneArena(asyncFunction) ', () async { + bool caughtError = false; + bool uncaughtError = false; + + Future asyncFunction() async { + throw Exception('Exception 4'); + } + + final future = runZonedGuarded(() { + return withZoneArena(asyncFunction).catchError((error) { + caughtError = true; + return 5; + }); + }, (error, stackTrace) { + uncaughtError = true; + }); + + final result = (await Future.wait([future!])).single; + + expect(result, 5); + expect(caughtError, true); + expect(uncaughtError, false); + }); + + //allocate during releaseAll + test('Arena(CountingAllocator()).() ', () { + final countingAllocator = CountingAllocator(); + final arena = Arena(countingAllocator); + + arena.using(arena(), (Pointer discard) { + arena(); + }); + + expect(countingAllocator.allocationCount, 1); + expect(countingAllocator.freeCount, 0); + + arena.releaseAll(reuse: true); + + expect(countingAllocator.allocationCount, 2); + expect(countingAllocator.freeCount, 2); + }); + + } + +} + +/// Keeps track of the number of allocates and frees for testing purposes. +class CountingAllocator implements Allocator { + final Allocator wrappedAllocator; + + int allocationCount = 0; + int freeCount = 0; + + CountingAllocator([this.wrappedAllocator = calloc]); + + @override + Pointer allocate(int byteCount, {int? alignment}) { + allocationCount++; + return wrappedAllocator.allocate(byteCount, alignment: alignment); + } + + @override + void free(Pointer pointer) { + freeCount++; + return wrappedAllocator.free(pointer); + } +} \ No newline at end of file diff --git a/ohos/flutter_ffi/lib/rt_example.dart b/ohos/flutter_ffi/lib/rt_example.dart new file mode 100644 index 0000000000000000000000000000000000000000..03ee2b98015429b22f4ff89658059634bb0bb156 --- /dev/null +++ b/ohos/flutter_ffi/lib/rt_example.dart @@ -0,0 +1,139 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; +import 'package:flutter_ffi/common/test_page.dart'; + +import 'dart:ffi'; +import 'package:ffi/ffi.dart'; + +class JKExampleTestPage extends StatefulWidget { + static const String routeName = "/example_test"; + String? title = ""; + + JKExampleTestPage({Key? key}) : super(key: key) {} //; + + @override + _JKExampleTestPageState createState() => _JKExampleTestPageState(); +} + +class _JKExampleTestPageState extends State { + int anInt = 0; + String aString = ''; + List aList = []; + bool _done = false; + + Future chainFuture = Future(() => {}); + + String resultString_1 = ""; + String resultString_2 = ""; + String resultString_3 = ""; + + void testExample() { + // Allocate and free some native memory with calloc and free. + final pointer = calloc(); + pointer.value = 3; + resultString_1 = "${pointer.value}"; + print(pointer.value); + calloc.free(pointer); + + // Use the Utf8 helper to encode zero-terminated UTF-8 strings in native memory. + final String myString = '😎👿💬'; + final Pointer charPointer = myString.toNativeUtf8(); + print('First byte is: ${charPointer.cast().value}'); + resultString_2 = 'First byte is: ${charPointer.cast().value}'; + print(charPointer.toDartString()); + resultString_3 = charPointer.toDartString(); + calloc.free(charPointer); + + print('刷新ui'); + setState(() { + // 刷新ui + }); + } + + @override + void initState() { + // TODO: implement initState + super.initState(); + + testExample(); + } + + @override + Widget build(BuildContext context) { +// 设置字号颜色 + //Theme.of(context).textTheme.headlineSmall!.copyWith(color: Colors.black54,fontSize: 30); + Theme.of(context) + .textTheme + .headlineSmall! + .copyWith(color: Colors.black54, fontSize: 30); + print('刷新ui6677'); + + // 1.获取数据 + final args = ModalRoute.of(context)?.settings.arguments; + //widget.title = args as String ?? "66"; + + return Scaffold( + appBar: AppBar( + centerTitle: true, + title: Row( + mainAxisAlignment: MainAxisAlignment.center, + mainAxisSize: MainAxisSize.min, + children: [ + Text(widget.title ?? ""), + ], + ), + leading: IconButton( + icon: Icon(Icons.arrow_back_ios), + onPressed: () { + Navigator.of(context).pop(); + }, + ), + ), + body: SingleChildScrollView( + child: Column( + children: [ + Center( + child: Container( + //width: 180, + child: Text(resultString_1), + // child: MaterialButton( + // color: Colors.lightGreenAccent, + // child: Center( + // child: Text(resultString_1), + // ), + // onPressed: () { + // } + // ), + ), + ), + Center( + child: Container( + //width: 180, + child: Text(resultString_2), + ), + ), + Center( + child: Container( + //width: 180, + child: Text(resultString_3), + ), + ), + ], + ), + ), + ); + } +} diff --git a/ohos/flutter_ffi/lib/rt_utf16_test.dart b/ohos/flutter_ffi/lib/rt_utf16_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..d735b94a936e3402827d08abf4125074601225e7 --- /dev/null +++ b/ohos/flutter_ffi/lib/rt_utf16_test.dart @@ -0,0 +1,116 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter_ffi/common/test_page.dart'; + +import 'dart:ffi'; +import 'dart:typed_data'; + +import 'package:ffi/ffi.dart'; + +class JKUtf16TestPage extends TestPage { + + static const String routeName = "/utf16_test"; + + JKUtf16TestPage(super.title, {super.key}) { + print('start test666'); + + //toUtf16 ASCII + test("'Hello World!\n'.toNativeUtf16().cast()", () { + final String start = 'Hello World!\n'; + final Pointer converted = start.toNativeUtf16().cast(); + final Uint16List end = converted.asTypedList(start.codeUnits.length + 1); + final matcher = (start.codeUnits.toList()..add(0)); + expect(end, matcher); + calloc.free(converted); + }); + + //toUtf16 emoji + test("'😎'.toNativeUtf16().cast()", () { + final String start = '😎'; + final Pointer converted = start.toNativeUtf16().cast(); + final int length = start.codeUnits.length; + final Uint16List end = converted.cast().asTypedList(length + 1); + final matcher = (start.codeUnits.toList()..add(0)); + expect(end, matcher); + calloc.free(converted); + }); + + //from Utf16 ASCI + test("'Hello World!\n'.toNativeUtf16().toDartString()", () { + final string = 'Hello World!\n'; + final utf16Pointer = string.toNativeUtf16(); + final stringAgain = utf16Pointer.toDartString(); + expect(stringAgain, string); + calloc.free(utf16Pointer); + }); + + //from Utf16 emoji + test("'😎'.toNativeUtf16().toDartString", () { + final string = '😎'; + final utf16Pointer = string.toNativeUtf16(); + final stringAgain = utf16Pointer.toDartString(); + expect(stringAgain, string); + calloc.free(utf16Pointer); + }); + + //zero bytes + test("'Hello\x00World!\n'.toNativeUtf16().toDartString()", () { + final string = 'Hello\x00World!\n'; + final utf16Pointer = string.toNativeUtf16(); + final stringAgain = utf16Pointer.toDartString(length: 13); + expect(stringAgain, string); + calloc.free(utf16Pointer); + }); + + //length + test("'Hello'.toNativeUtf16()", () { + final string = 'Hello'; + final utf16Pointer = string.toNativeUtf16(); + expect(utf16Pointer.length, 5); + calloc.free(utf16Pointer); + }); + + //fromUtf8 with negative length + test("'Hello'.toNativeUtf16().toDartString()", () { + final string = 'Hello'; + final utf16 = string.toNativeUtf16(); + expect(() => utf16.toDartString(length: -1), "throwsRangeError"); + calloc.free(utf16); + }); + + //nullptr.toDartString() + test('nullptr.toDartString()', () { + final Pointer utf16 = nullptr; + try { + utf16.toDartString(); + } on UnsupportedError { + return; + } + fail('Expected an error.'); + }); + + //nullptr.length + test('nullptr.length', () { + final Pointer utf16 = nullptr; + try { + utf16.length; + } on UnsupportedError { + return; + } + fail('Expected an error.'); + }); + } + +} \ No newline at end of file diff --git a/ohos/flutter_ffi/lib/rt_utf8_test.dart b/ohos/flutter_ffi/lib/rt_utf8_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..b34e1445039886ec8b2ab25a6f33c3148bc96f5f --- /dev/null +++ b/ohos/flutter_ffi/lib/rt_utf8_test.dart @@ -0,0 +1,160 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter_ffi/common/test_page.dart'; + +import 'dart:ffi'; +import 'dart:typed_data'; + +import 'package:ffi/ffi.dart'; + +Pointer _bytesFromList(List ints) { + final Pointer ptr = calloc(ints.length); + final Uint8List list = ptr.asTypedList(ints.length); + list.setAll(0, ints); + return ptr; +} + +class JKUtf8TestPage extends TestPage { + + static const String routeName = "/utf8_test"; + + JKUtf8TestPage(super.title, {super.key}) { + print('start test666'); + + //toUtf8 ASCII + test("'Hello World!\n'.toNativeUtf8().cast()", () { + final String start = 'Hello World!\n'; + final Pointer converted = start.toNativeUtf8().cast(); + final Uint8List end = converted.asTypedList(start.length + 1); + final matcher = + ([72, 101, 108, 108, 111, 32, 87, 111, 114, 108, 100, 33, 10, 0]); + expect(end, matcher); + calloc.free(converted); + }); + + //fromUtf8 ASCII + test("_bytesFromList([72, 101, 108, 108, 111, 32, 87, 111, 114, 108, 100, 33, 10, 0]).cast().toDartString()", () { + final Pointer utf8 = _bytesFromList( + [72, 101, 108, 108, 111, 32, 87, 111, 114, 108, 100, 33, 10, 0]).cast(); + final String end = utf8.toDartString(); + expect(end, 'Hello World!\n'); + }); + + //toUtf8 emoji + test("'😎👿💬'.toNativeUtf8().cast()", () { + final String start = '😎👿💬'; + final Pointer converted = start.toNativeUtf8().cast(); + final int length = converted.length; + final Uint8List end = converted.cast().asTypedList(length + 1); + final matcher = + ([240, 159, 152, 142, 240, 159, 145, 191, 240, 159, 146, 172, 0]); + expect(end, matcher); + calloc.free(converted); + }); + + //formUtf8 emoji + test("_bytesFromList([240, 159, 152, 142, 240, 159, 145, 191, 240, 159, 146, 172, 0]).cast().toDartString()", () { + final Pointer utf8 = _bytesFromList( + [240, 159, 152, 142, 240, 159, 145, 191, 240, 159, 146, 172, 0]).cast(); + final String end = utf8.toDartString(); + expect(end, '😎👿💬'); + }); + + //fromUtf8 invalid + test("_bytesFromList([0x80, 0x00]).cast().toDartString()", () { + final Pointer utf8 = _bytesFromList([0x80, 0x00]).cast(); + expect(() => utf8.toDartString(), "throwsA(isFormatException)"); + }); + + //fromUtf8 ASCII with length + test("_bytesFromList([72, 101, 108, 108, 111, 32, 87, 111, 114, 108, 100, 33, 10, 0]).cast().toDartString()", () { + final Pointer utf8 = _bytesFromList( + [72, 101, 108, 108, 111, 32, 87, 111, 114, 108, 100, 33, 10, 0]).cast(); + final String end = utf8.toDartString(length: 5); + expect(end, 'Hello'); + }); + + //fromUtf8 emoji with length + test("_bytesFromList([240, 159, 152, 142, 240, 159, 145, 191, 240, 159, 146, 172, 0]).cast().toDartString()", () { + final Pointer utf8 = _bytesFromList( + [240, 159, 152, 142, 240, 159, 145, 191, 240, 159, 146, 172, 0]).cast(); + final String end = utf8.toDartString(length: 4); + expect(end, '😎'); + }); + + //fromUtf8 with zero length + test("_bytesFromList([72, 101, 108, 108, 111, 32, 87, 111, 114, 108, 100, 33, 10, 0]).cast().toDartString()", () { + final Pointer utf8 = _bytesFromList( + [72, 101, 108, 108, 111, 32, 87, 111, 114, 108, 100, 33, 10, 0]).cast(); + final String end = utf8.toDartString(length: 0); + expect(end, ''); + }); + + //fromUtf8 with negative length + test("_bytesFromList([72, 101, 108, 108, 111, 32, 87, 111, 114, 108, 100, 33, 10, 0]).cast().toDartString()", () { + final Pointer utf8 = _bytesFromList( + [72, 101, 108, 108, 111, 32, 87, 111, 114, 108, 100, 33, 10, 0]).cast(); + expect(() => utf8.toDartString(length: -1), "throwsRangeError"); + }); + + //fromUtf8 with length and containing a zero byte + test("_bytesFromList([72, 101, 108, 108, 111, 0, 87, 111, 114, 108, 100, 33, 10]).cast().toDartString()", () { + final Pointer utf8 = _bytesFromList( + [72, 101, 108, 108, 111, 0, 87, 111, 114, 108, 100, 33, 10]).cast(); + final String end = utf8.toDartString(length: 13); + expect(end, 'Hello\x00World!\n'); + }); + + //length + test("'Hello'.toNativeUtf8().lenth", () { + final string = 'Hello'; + final utf8Pointer = string.toNativeUtf8(); + expect(utf8Pointer.length, 5); + calloc.free(utf8Pointer); + }); + + //nullptr.toDartString() + test('nullptr.toDartString()', () { + final Pointer utf8 = nullptr; + try { + utf8.toDartString(); + } on UnsupportedError { + return; + } + fail('Expected an error.'); + }); + + //nullptr.length + test('nullptr.length', () { + final Pointer utf8 = nullptr; + try { + utf8.length; + } on UnsupportedError { + return; + } + fail('Expected an error.'); + }); + + //zero terminated + test("'Hello'.toNativeUtf8()", () { + final string = 'Hello'; + final utf8Pointer = string.toNativeUtf8(); + final charPointer = utf8Pointer.cast(); + expect(charPointer[utf8Pointer.length], 0); + calloc.free(utf8Pointer); + }); + } + +} \ No newline at end of file diff --git a/ohos/flutter_ffi/ohos/.gitignore b/ohos/flutter_ffi/ohos/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..fbabf771011fe78f9919db0b1195ab6cadffc2b0 --- /dev/null +++ b/ohos/flutter_ffi/ohos/.gitignore @@ -0,0 +1,11 @@ +/node_modules +/oh_modules +/local.properties +/.idea +**/build +/.hvigor +.cxx +/.clangd +/.clang-format +/.clang-tidy +**/.test \ No newline at end of file diff --git a/ohos/flutter_ffi/ohos/AppScope/app.json5 b/ohos/flutter_ffi/ohos/AppScope/app.json5 new file mode 100644 index 0000000000000000000000000000000000000000..d6518bfba0a9701174ce8c8bc92796d866d0a1ae --- /dev/null +++ b/ohos/flutter_ffi/ohos/AppScope/app.json5 @@ -0,0 +1,24 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "app": { + "bundleName": "com.example.flutter_ffi", + "vendor": "example", + "versionCode": 1000000, + "versionName": "1.0.0", + "icon": "$media:app_icon", + "label": "$string:app_name" + } +} diff --git a/ohos/flutter_ffi/ohos/AppScope/resources/base/element/string.json b/ohos/flutter_ffi/ohos/AppScope/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..6420d7375a01ebf30939798c5c00e797bcbc1c1a --- /dev/null +++ b/ohos/flutter_ffi/ohos/AppScope/resources/base/element/string.json @@ -0,0 +1,8 @@ +{ + "string": [ + { + "name": "app_name", + "value": "flutter_ffi" + } + ] +} diff --git a/ohos/flutter_ffi/ohos/AppScope/resources/base/media/app_icon.png b/ohos/flutter_ffi/ohos/AppScope/resources/base/media/app_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_ffi/ohos/AppScope/resources/base/media/app_icon.png differ diff --git a/ohos/flutter_ffi/ohos/build-profile.json5 b/ohos/flutter_ffi/ohos/build-profile.json5 new file mode 100644 index 0000000000000000000000000000000000000000..90f062064c4316a150e819d08c903325766ef8c3 --- /dev/null +++ b/ohos/flutter_ffi/ohos/build-profile.json5 @@ -0,0 +1,44 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "app": { + "signingConfigs": [ + ], + "products": [ + { + "name": "default", + "signingConfig": "default", + "compileSdkVersion": "4.0.0(10)", + "compatibleSdkVersion": "4.0.0(10)", + "runtimeOS": "HarmonyOS", + } + ] + }, + "modules": [ + { + "name": "entry", + "srcPath": "./entry", + "targets": [ + { + "name": "default", + "applyToProducts": [ + "default" + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_ffi/ohos/dependencies/hvigor-3.0.9-s.tgz b/ohos/flutter_ffi/ohos/dependencies/hvigor-3.0.9-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..65b0d24f94d2aecc1099f8f8220beec695bfb779 Binary files /dev/null and b/ohos/flutter_ffi/ohos/dependencies/hvigor-3.0.9-s.tgz differ diff --git a/ohos/flutter_ffi/ohos/dependencies/hvigor-ohos-arkui-x-plugin-2.1.7-s.tgz b/ohos/flutter_ffi/ohos/dependencies/hvigor-ohos-arkui-x-plugin-2.1.7-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..233a449cbfef6be702d861744254dd89ce633fb7 Binary files /dev/null and b/ohos/flutter_ffi/ohos/dependencies/hvigor-ohos-arkui-x-plugin-2.1.7-s.tgz differ diff --git a/ohos/flutter_ffi/ohos/dependencies/hvigor-ohos-plugin-3.0.9-s.tgz b/ohos/flutter_ffi/ohos/dependencies/hvigor-ohos-plugin-3.0.9-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..e2e499e18dfcd05e1e275579d11697640eb80323 Binary files /dev/null and b/ohos/flutter_ffi/ohos/dependencies/hvigor-ohos-plugin-3.0.9-s.tgz differ diff --git a/ohos/flutter_ffi/ohos/dependencies/rollup.tgz b/ohos/flutter_ffi/ohos/dependencies/rollup.tgz new file mode 100644 index 0000000000000000000000000000000000000000..b224a37a5f69fd22f58c7a28151742eafe7e6317 Binary files /dev/null and b/ohos/flutter_ffi/ohos/dependencies/rollup.tgz differ diff --git a/ohos/flutter_ffi/ohos/dta/icudtl.dat b/ohos/flutter_ffi/ohos/dta/icudtl.dat new file mode 100644 index 0000000000000000000000000000000000000000..d1f10917ab52e3ebd251abd7f5377d7196b80d67 Binary files /dev/null and b/ohos/flutter_ffi/ohos/dta/icudtl.dat differ diff --git a/ohos/flutter_ffi/ohos/entry/.gitignore b/ohos/flutter_ffi/ohos/entry/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..2795a1c5b1fe53659dd1b71d90ba0592eaf7e043 --- /dev/null +++ b/ohos/flutter_ffi/ohos/entry/.gitignore @@ -0,0 +1,7 @@ + +/node_modules +/oh_modules +/.preview +/build +/.cxx +/.test \ No newline at end of file diff --git a/ohos/flutter_ffi/ohos/entry/build-profile.json5 b/ohos/flutter_ffi/ohos/entry/build-profile.json5 new file mode 100644 index 0000000000000000000000000000000000000000..633d360fbc91a3186a23b66ab71b27e5618944cb --- /dev/null +++ b/ohos/flutter_ffi/ohos/entry/build-profile.json5 @@ -0,0 +1,29 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "apiType": 'stageMode', + "buildOption": { + }, + "targets": [ + { + "name": "default", + "runtimeOS": "HarmonyOS" + }, + { + "name": "ohosTest", + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_ffi/ohos/entry/hvigorfile.ts b/ohos/flutter_ffi/ohos/entry/hvigorfile.ts new file mode 100644 index 0000000000000000000000000000000000000000..894fc15c6b793f085e6c8506e43d719af658e8ff --- /dev/null +++ b/ohos/flutter_ffi/ohos/entry/hvigorfile.ts @@ -0,0 +1,17 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently. +export { hapTasks } from '@ohos/hvigor-ohos-plugin'; diff --git a/ohos/flutter_ffi/ohos/entry/libs/arm64-v8a/libc++_shared.so b/ohos/flutter_ffi/ohos/entry/libs/arm64-v8a/libc++_shared.so new file mode 100644 index 0000000000000000000000000000000000000000..831c9353702073d45889352a4dafb93103d67d20 Binary files /dev/null and b/ohos/flutter_ffi/ohos/entry/libs/arm64-v8a/libc++_shared.so differ diff --git a/ohos/flutter_ffi/ohos/entry/libs/arm64-v8a/libflutter.so b/ohos/flutter_ffi/ohos/entry/libs/arm64-v8a/libflutter.so new file mode 100644 index 0000000000000000000000000000000000000000..8ff0d04141a776e448478791df1e2a1c3aa7c5c4 Binary files /dev/null and b/ohos/flutter_ffi/ohos/entry/libs/arm64-v8a/libflutter.so differ diff --git a/ohos/flutter_ffi/ohos/entry/oh-package.json5 b/ohos/flutter_ffi/ohos/entry/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..ac6316f6f8c82b4bbd5f4c79daf5c7fa12e17857 --- /dev/null +++ b/ohos/flutter_ffi/ohos/entry/oh-package.json5 @@ -0,0 +1,26 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +{ + "license": "", + "devDependencies": {}, + "author": "", + "name": "entry", + "description": "Please describe the basic information.", + "main": "", + "version": "1.0.0", + "dependencies": { + "@ohos/flutter_ohos": "file:../har/flutter_embedding.har" + } +} diff --git a/ohos/flutter_ffi/ohos/entry/src/main/ets/entryability/EntryAbility.ets b/ohos/flutter_ffi/ohos/entry/src/main/ets/entryability/EntryAbility.ets new file mode 100644 index 0000000000000000000000000000000000000000..321a4eeaacd7b8079a876e25c4dafd498e4d9fb9 --- /dev/null +++ b/ohos/flutter_ffi/ohos/entry/src/main/ets/entryability/EntryAbility.ets @@ -0,0 +1,22 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import { FlutterAbility } from '@ohos/flutter_ohos' + +export default class EntryAbility extends FlutterAbility { + onFlutterEngineReady(): void { + super.onFlutterEngineReady() + } +} diff --git a/ohos/flutter_ffi/ohos/entry/src/main/ets/pages/Index.ets b/ohos/flutter_ffi/ohos/entry/src/main/ets/pages/Index.ets new file mode 100644 index 0000000000000000000000000000000000000000..b53a20c437e96d195487b281e5e95402ea6cb97d --- /dev/null +++ b/ohos/flutter_ffi/ohos/entry/src/main/ets/pages/Index.ets @@ -0,0 +1,36 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import common from '@ohos.app.ability.common'; +import { FlutterPage } from '@ohos/flutter_ohos' + +const EVENT_BACK_PRESS = 'EVENT_BACK_PRESS' + +@Entry +@Component +struct Index { + private context = getContext(this) as common.UIAbilityContext + + build() { + Column() { + FlutterPage() + } + } + + onBackPress(): boolean { + this.context.eventHub.emit(EVENT_BACK_PRESS) + return true + } +} \ No newline at end of file diff --git a/ohos/flutter_ffi/ohos/entry/src/main/module.json5 b/ohos/flutter_ffi/ohos/entry/src/main/module.json5 new file mode 100644 index 0000000000000000000000000000000000000000..7bbf78b18f39991b1404061c7437538c7d532bb7 --- /dev/null +++ b/ohos/flutter_ffi/ohos/entry/src/main/module.json5 @@ -0,0 +1,53 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +{ + "module": { + "name": "entry", + "type": "entry", + "description": "$string:module_desc", + "mainElement": "EntryAbility", + "deviceTypes": [ + "phone" + ], + "deliveryWithInstall": true, + "installationFree": false, + "pages": "$profile:main_pages", + "abilities": [ + { + "name": "EntryAbility", + "srcEntry": "./ets/entryability/EntryAbility.ets", + "description": "$string:EntryAbility_desc", + "icon": "$media:icon", + "label": "$string:EntryAbility_label", + "startWindowIcon": "$media:icon", + "startWindowBackground": "$color:start_window_background", + "exported": true, + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ] + } + ], + "requestPermissions": [ + {"name" : "ohos.permission.INTERNET"}, + ] + } +} \ No newline at end of file diff --git a/ohos/flutter_ffi/ohos/entry/src/main/resources/base/element/color.json b/ohos/flutter_ffi/ohos/entry/src/main/resources/base/element/color.json new file mode 100644 index 0000000000000000000000000000000000000000..3c712962da3c2751c2b9ddb53559afcbd2b54a02 --- /dev/null +++ b/ohos/flutter_ffi/ohos/entry/src/main/resources/base/element/color.json @@ -0,0 +1,8 @@ +{ + "color": [ + { + "name": "start_window_background", + "value": "#FFFFFF" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_ffi/ohos/entry/src/main/resources/base/element/string.json b/ohos/flutter_ffi/ohos/entry/src/main/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..f94595515a99e0c828807e243494f57f09251930 --- /dev/null +++ b/ohos/flutter_ffi/ohos/entry/src/main/resources/base/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "module description" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_ffi/ohos/entry/src/main/resources/base/media/icon.png b/ohos/flutter_ffi/ohos/entry/src/main/resources/base/media/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_ffi/ohos/entry/src/main/resources/base/media/icon.png differ diff --git a/ohos/flutter_ffi/ohos/entry/src/main/resources/base/profile/main_pages.json b/ohos/flutter_ffi/ohos/entry/src/main/resources/base/profile/main_pages.json new file mode 100644 index 0000000000000000000000000000000000000000..1898d94f58d6128ab712be2c68acc7c98e9ab9ce --- /dev/null +++ b/ohos/flutter_ffi/ohos/entry/src/main/resources/base/profile/main_pages.json @@ -0,0 +1,5 @@ +{ + "src": [ + "pages/Index" + ] +} diff --git a/ohos/flutter_ffi/ohos/entry/src/main/resources/en_US/element/string.json b/ohos/flutter_ffi/ohos/entry/src/main/resources/en_US/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..f94595515a99e0c828807e243494f57f09251930 --- /dev/null +++ b/ohos/flutter_ffi/ohos/entry/src/main/resources/en_US/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "module description" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_ffi/ohos/entry/src/main/resources/zh_CN/element/string.json b/ohos/flutter_ffi/ohos/entry/src/main/resources/zh_CN/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..597ecf95e61d7e30367c22fe2f8638008361b044 --- /dev/null +++ b/ohos/flutter_ffi/ohos/entry/src/main/resources/zh_CN/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "模块描述" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_ffi/ohos/entry/src/ohosTest/ets/test/Ability.test.ets b/ohos/flutter_ffi/ohos/entry/src/ohosTest/ets/test/Ability.test.ets new file mode 100644 index 0000000000000000000000000000000000000000..25d4c71ff3cd584f5d64f6f8c0ac864928c234c4 --- /dev/null +++ b/ohos/flutter_ffi/ohos/entry/src/ohosTest/ets/test/Ability.test.ets @@ -0,0 +1,50 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; +import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium' + +export default function abilityTest() { + describe('ActsAbilityTest', function () { + // Defines a test suite. Two parameters are supported: test suite name and test suite function. + beforeAll(function () { + // Presets an action, which is performed only once before all test cases of the test suite start. + // This API supports only one parameter: preset action function. + }) + beforeEach(function () { + // Presets an action, which is performed before each unit test case starts. + // The number of execution times is the same as the number of test cases defined by **it**. + // This API supports only one parameter: preset action function. + }) + afterEach(function () { + // Presets a clear action, which is performed after each unit test case ends. + // The number of execution times is the same as the number of test cases defined by **it**. + // This API supports only one parameter: clear action function. + }) + afterAll(function () { + // Presets a clear action, which is performed after all test cases of the test suite end. + // This API supports only one parameter: clear action function. + }) + it('assertContain',0, function () { + // Defines a test case. This API supports three parameters: test case name, filter parameter, and test case function. + hilog.info(0x0000, 'testTag', '%{public}s', 'it begin'); + let a = 'abc' + let b = 'b' + // Defines a variety of assertion methods, which are used to declare expected boolean conditions. + expect(a).assertContain(b) + expect(a).assertEqual(a) + }) + }) +} \ No newline at end of file diff --git a/ohos/flutter_ffi/ohos/entry/src/ohosTest/ets/test/List.test.ets b/ohos/flutter_ffi/ohos/entry/src/ohosTest/ets/test/List.test.ets new file mode 100644 index 0000000000000000000000000000000000000000..f4140030e65d20df6af30a6bf51e464dea8f8aa6 --- /dev/null +++ b/ohos/flutter_ffi/ohos/entry/src/ohosTest/ets/test/List.test.ets @@ -0,0 +1,20 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import abilityTest from './Ability.test' + +export default function testsuite() { + abilityTest() +} \ No newline at end of file diff --git a/ohos/flutter_ffi/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets b/ohos/flutter_ffi/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets new file mode 100644 index 0000000000000000000000000000000000000000..4ca645e6013cfce8e7dbb728313cb8840c4da660 --- /dev/null +++ b/ohos/flutter_ffi/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets @@ -0,0 +1,63 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import UIAbility from '@ohos.app.ability.UIAbility'; +import AbilityDelegatorRegistry from '@ohos.app.ability.abilityDelegatorRegistry'; +import hilog from '@ohos.hilog'; +import { Hypium } from '@ohos/hypium'; +import testsuite from '../test/List.test'; +import window from '@ohos.window'; + +export default class TestAbility extends UIAbility { + onCreate(want, launchParam) { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onCreate'); + hilog.info(0x0000, 'testTag', '%{public}s', 'want param:' + JSON.stringify(want) ?? ''); + hilog.info(0x0000, 'testTag', '%{public}s', 'launchParam:'+ JSON.stringify(launchParam) ?? ''); + var abilityDelegator: any + abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator() + var abilityDelegatorArguments: any + abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments() + hilog.info(0x0000, 'testTag', '%{public}s', 'start run testcase!!!'); + Hypium.hypiumTest(abilityDelegator, abilityDelegatorArguments, testsuite) + } + + onDestroy() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onDestroy'); + } + + onWindowStageCreate(windowStage: window.WindowStage) { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onWindowStageCreate'); + windowStage.loadContent('testability/pages/Index', (err, data) => { + if (err.code) { + hilog.error(0x0000, 'testTag', 'Failed to load the content. Cause: %{public}s', JSON.stringify(err) ?? ''); + return; + } + hilog.info(0x0000, 'testTag', 'Succeeded in loading the content. Data: %{public}s', + JSON.stringify(data) ?? ''); + }); + } + + onWindowStageDestroy() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onWindowStageDestroy'); + } + + onForeground() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onForeground'); + } + + onBackground() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onBackground'); + } +} \ No newline at end of file diff --git a/ohos/flutter_ffi/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets b/ohos/flutter_ffi/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets new file mode 100644 index 0000000000000000000000000000000000000000..cef0447cd2f137ef82d223ead2e156808878ab90 --- /dev/null +++ b/ohos/flutter_ffi/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets @@ -0,0 +1,49 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; + +@Entry +@Component +struct Index { + aboutToAppear() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility index aboutToAppear'); + } + @State message: string = 'Hello World' + build() { + Row() { + Column() { + Text(this.message) + .fontSize(50) + .fontWeight(FontWeight.Bold) + Button() { + Text('next page') + .fontSize(20) + .fontWeight(FontWeight.Bold) + }.type(ButtonType.Capsule) + .margin({ + top: 20 + }) + .backgroundColor('#0D9FFB') + .width('35%') + .height('5%') + .onClick(()=>{ + }) + } + .width('100%') + } + .height('100%') + } + } \ No newline at end of file diff --git a/ohos/flutter_ffi/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts b/ohos/flutter_ffi/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts new file mode 100644 index 0000000000000000000000000000000000000000..1def08f2e9dcbfa3454a07b7a3b82b173bb90d02 --- /dev/null +++ b/ohos/flutter_ffi/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts @@ -0,0 +1,64 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; +import TestRunner from '@ohos.application.testRunner'; +import AbilityDelegatorRegistry from '@ohos.app.ability.abilityDelegatorRegistry'; + +var abilityDelegator = undefined +var abilityDelegatorArguments = undefined + +async function onAbilityCreateCallback() { + hilog.info(0x0000, 'testTag', '%{public}s', 'onAbilityCreateCallback'); +} + +async function addAbilityMonitorCallback(err: any) { + hilog.info(0x0000, 'testTag', 'addAbilityMonitorCallback : %{public}s', JSON.stringify(err) ?? ''); +} + +export default class OpenHarmonyTestRunner implements TestRunner { + constructor() { + } + + onPrepare() { + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner OnPrepare '); + } + + async onRun() { + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner onRun run'); + abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments() + abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator() + var testAbilityName = abilityDelegatorArguments.bundleName + '.TestAbility' + let lMonitor = { + abilityName: testAbilityName, + onAbilityCreate: onAbilityCreateCallback, + }; + abilityDelegator.addAbilityMonitor(lMonitor, addAbilityMonitorCallback) + var cmd = 'aa start -d 0 -a TestAbility' + ' -b ' + abilityDelegatorArguments.bundleName + var debug = abilityDelegatorArguments.parameters['-D'] + if (debug == 'true') + { + cmd += ' -D' + } + hilog.info(0x0000, 'testTag', 'cmd : %{public}s', cmd); + abilityDelegator.executeShellCommand(cmd, + (err: any, d: any) => { + hilog.info(0x0000, 'testTag', 'executeShellCommand : err : %{public}s', JSON.stringify(err) ?? ''); + hilog.info(0x0000, 'testTag', 'executeShellCommand : data : %{public}s', d.stdResult ?? ''); + hilog.info(0x0000, 'testTag', 'executeShellCommand : data : %{public}s', d.exitCode ?? ''); + }) + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner onRun end'); + } +} \ No newline at end of file diff --git a/ohos/flutter_ffi/ohos/entry/src/ohosTest/module.json5 b/ohos/flutter_ffi/ohos/entry/src/ohosTest/module.json5 new file mode 100644 index 0000000000000000000000000000000000000000..fab77ce2e0c61e3ad010bab5b27ccbd15f9a8c96 --- /dev/null +++ b/ohos/flutter_ffi/ohos/entry/src/ohosTest/module.json5 @@ -0,0 +1,51 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "module": { + "name": "entry_test", + "type": "feature", + "description": "$string:module_test_desc", + "mainElement": "TestAbility", + "deviceTypes": [ + "phone" + ], + "deliveryWithInstall": true, + "installationFree": false, + "pages": "$profile:test_pages", + "abilities": [ + { + "name": "TestAbility", + "srcEntry": "./ets/testability/TestAbility.ets", + "description": "$string:TestAbility_desc", + "icon": "$media:icon", + "label": "$string:TestAbility_label", + "exported": true, + "startWindowIcon": "$media:icon", + "startWindowBackground": "$color:start_window_background", + "skills": [ + { + "actions": [ + "action.system.home" + ], + "entities": [ + "entity.system.home" + ] + } + ] + } + ] + } +} diff --git a/ohos/flutter_ffi/ohos/entry/src/ohosTest/resources/base/element/color.json b/ohos/flutter_ffi/ohos/entry/src/ohosTest/resources/base/element/color.json new file mode 100644 index 0000000000000000000000000000000000000000..3c712962da3c2751c2b9ddb53559afcbd2b54a02 --- /dev/null +++ b/ohos/flutter_ffi/ohos/entry/src/ohosTest/resources/base/element/color.json @@ -0,0 +1,8 @@ +{ + "color": [ + { + "name": "start_window_background", + "value": "#FFFFFF" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_ffi/ohos/entry/src/ohosTest/resources/base/element/string.json b/ohos/flutter_ffi/ohos/entry/src/ohosTest/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..65d8fa5a7cf54aa3943dcd0214f58d1771bc1f6c --- /dev/null +++ b/ohos/flutter_ffi/ohos/entry/src/ohosTest/resources/base/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_test_desc", + "value": "test ability description" + }, + { + "name": "TestAbility_desc", + "value": "the test ability" + }, + { + "name": "TestAbility_label", + "value": "test label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_ffi/ohos/entry/src/ohosTest/resources/base/media/icon.png b/ohos/flutter_ffi/ohos/entry/src/ohosTest/resources/base/media/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_ffi/ohos/entry/src/ohosTest/resources/base/media/icon.png differ diff --git a/ohos/flutter_ffi/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json b/ohos/flutter_ffi/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json new file mode 100644 index 0000000000000000000000000000000000000000..b7e7343cacb32ce982a45e76daad86e435e054fe --- /dev/null +++ b/ohos/flutter_ffi/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json @@ -0,0 +1,5 @@ +{ + "src": [ + "testability/pages/Index" + ] +} diff --git a/ohos/flutter_ffi/ohos/har/flutter_embedding.har b/ohos/flutter_ffi/ohos/har/flutter_embedding.har new file mode 100644 index 0000000000000000000000000000000000000000..d8e07ca297de2100ce605f8af1126daf6eeb5d8f Binary files /dev/null and b/ohos/flutter_ffi/ohos/har/flutter_embedding.har differ diff --git a/ohos/flutter_ffi/ohos/har/har_product/flutter_embedding.har.debug.10 b/ohos/flutter_ffi/ohos/har/har_product/flutter_embedding.har.debug.10 new file mode 100644 index 0000000000000000000000000000000000000000..d8e07ca297de2100ce605f8af1126daf6eeb5d8f Binary files /dev/null and b/ohos/flutter_ffi/ohos/har/har_product/flutter_embedding.har.debug.10 differ diff --git a/ohos/flutter_ffi/ohos/har/har_product/flutter_embedding.har.debug.9 b/ohos/flutter_ffi/ohos/har/har_product/flutter_embedding.har.debug.9 new file mode 100644 index 0000000000000000000000000000000000000000..f0df4ca0064821178bf4254b16e8d23d873827da Binary files /dev/null and b/ohos/flutter_ffi/ohos/har/har_product/flutter_embedding.har.debug.9 differ diff --git a/ohos/flutter_ffi/ohos/har/har_product/flutter_embedding.har.release.10 b/ohos/flutter_ffi/ohos/har/har_product/flutter_embedding.har.release.10 new file mode 100644 index 0000000000000000000000000000000000000000..da9b320a09600f678975b827160441e46144bf08 Binary files /dev/null and b/ohos/flutter_ffi/ohos/har/har_product/flutter_embedding.har.release.10 differ diff --git a/ohos/flutter_ffi/ohos/har/har_product/flutter_embedding.har.release.9 b/ohos/flutter_ffi/ohos/har/har_product/flutter_embedding.har.release.9 new file mode 100644 index 0000000000000000000000000000000000000000..ba52754a80826e5614438b3faf931ed2f487eaab Binary files /dev/null and b/ohos/flutter_ffi/ohos/har/har_product/flutter_embedding.har.release.9 differ diff --git a/ohos/flutter_ffi/ohos/har/har_product/libflutter.so.debug.10 b/ohos/flutter_ffi/ohos/har/har_product/libflutter.so.debug.10 new file mode 100644 index 0000000000000000000000000000000000000000..8ff0d04141a776e448478791df1e2a1c3aa7c5c4 Binary files /dev/null and b/ohos/flutter_ffi/ohos/har/har_product/libflutter.so.debug.10 differ diff --git a/ohos/flutter_ffi/ohos/har/har_product/libflutter.so.release.10 b/ohos/flutter_ffi/ohos/har/har_product/libflutter.so.release.10 new file mode 100644 index 0000000000000000000000000000000000000000..7cdf26180489e807496f02cd4736425b4ad42845 Binary files /dev/null and b/ohos/flutter_ffi/ohos/har/har_product/libflutter.so.release.10 differ diff --git a/ohos/flutter_ffi/ohos/hvigor/hvigor-config.json5 b/ohos/flutter_ffi/ohos/hvigor/hvigor-config.json5 new file mode 100644 index 0000000000000000000000000000000000000000..b8eb5547b14a9ddd7ea0cf0fab0d93fa22b8e919 --- /dev/null +++ b/ohos/flutter_ffi/ohos/hvigor/hvigor-config.json5 @@ -0,0 +1,22 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "hvigorVersion": "file:../dependencies/hvigor-3.0.9-s.tgz", + "dependencies": { + "@ohos/hvigor-ohos-plugin": "file:../dependencies/hvigor-ohos-plugin-3.0.9-s.tgz", + "rollup": "file:../dependencies/rollup.tgz", + } +} diff --git a/ohos/flutter_ffi/ohos/hvigor/hvigor-wrapper.js b/ohos/flutter_ffi/ohos/hvigor/hvigor-wrapper.js new file mode 100644 index 0000000000000000000000000000000000000000..0483791f85b568d236d0ed928334db46e067a8aa --- /dev/null +++ b/ohos/flutter_ffi/ohos/hvigor/hvigor-wrapper.js @@ -0,0 +1,16 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +"use strict";var e=require("fs"),t=require("path"),n=require("os"),r=require("crypto"),u=require("child_process"),o=require("constants"),i=require("stream"),s=require("util"),c=require("assert"),a=require("tty"),l=require("zlib"),f=require("net");function d(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var D=d(e),p=d(t),E=d(n),m=d(r),h=d(u),y=d(o),C=d(i),F=d(s),g=d(c),A=d(a),v=d(l),S=d(f),w="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},O={},b={},_={},B=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(_,"__esModule",{value:!0}),_.isMac=_.isLinux=_.isWindows=void 0;const P=B(E.default),k="Windows_NT",x="Linux",N="Darwin";_.isWindows=function(){return P.default.type()===k},_.isLinux=function(){return P.default.type()===x},_.isMac=function(){return P.default.type()===N};var I={},T=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),R=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),M=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&T(t,e,n);return R(t,e),t};Object.defineProperty(I,"__esModule",{value:!0}),I.hash=void 0;const L=M(m.default);I.hash=function(e,t="md5"){return L.createHash(t).update(e,"utf-8").digest("hex")},function(e){var t=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var u in e)"default"!==u&&Object.prototype.hasOwnProperty.call(e,u)&&t(r,e,u);return n(r,e),r};Object.defineProperty(e,"__esModule",{value:!0}),e.HVIGOR_BOOT_JS_FILE_PATH=e.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH=e.HVIGOR_PROJECT_DEPENDENCIES_HOME=e.HVIGOR_PROJECT_WRAPPER_HOME=e.HVIGOR_PROJECT_NAME=e.HVIGOR_PROJECT_ROOT_DIR=e.HVIGOR_PROJECT_CACHES_HOME=e.HVIGOR_PNPM_STORE_PATH=e.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH=e.HVIGOR_WRAPPER_TOOLS_HOME=e.HVIGOR_USER_HOME=e.DEFAULT_PACKAGE_JSON=e.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME=e.PNPM=e.HVIGOR=e.NPM_TOOL=e.PNPM_TOOL=e.HVIGOR_ENGINE_PACKAGE_NAME=void 0;const u=r(p.default),o=r(E.default),i=_,s=I;e.HVIGOR_ENGINE_PACKAGE_NAME="@ohos/hvigor",e.PNPM_TOOL=(0,i.isWindows)()?"pnpm.cmd":"pnpm",e.NPM_TOOL=(0,i.isWindows)()?"npm.cmd":"npm",e.HVIGOR="hvigor",e.PNPM="pnpm",e.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME="hvigor-config.json5",e.DEFAULT_PACKAGE_JSON="package.json",e.HVIGOR_USER_HOME=u.resolve(o.homedir(),".hvigor"),e.HVIGOR_WRAPPER_TOOLS_HOME=u.resolve(e.HVIGOR_USER_HOME,"wrapper","tools"),e.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH=u.resolve(e.HVIGOR_WRAPPER_TOOLS_HOME,"node_modules",".bin",e.PNPM_TOOL),e.HVIGOR_PNPM_STORE_PATH=u.resolve(e.HVIGOR_USER_HOME,"caches"),e.HVIGOR_PROJECT_CACHES_HOME=u.resolve(e.HVIGOR_USER_HOME,"project_caches"),e.HVIGOR_PROJECT_ROOT_DIR=process.cwd(),e.HVIGOR_PROJECT_NAME=u.basename((0,s.hash)(e.HVIGOR_PROJECT_ROOT_DIR)),e.HVIGOR_PROJECT_WRAPPER_HOME=u.resolve(e.HVIGOR_PROJECT_ROOT_DIR,e.HVIGOR),e.HVIGOR_PROJECT_DEPENDENCIES_HOME=u.resolve(e.HVIGOR_PROJECT_CACHES_HOME,e.HVIGOR_PROJECT_NAME,"workspace"),e.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH=u.resolve(e.HVIGOR_PROJECT_DEPENDENCIES_HOME,e.DEFAULT_PACKAGE_JSON),e.HVIGOR_BOOT_JS_FILE_PATH=u.resolve(e.HVIGOR_PROJECT_DEPENDENCIES_HOME,"node_modules","@ohos","hvigor","bin","hvigor.js")}(b);var j={},$={};Object.defineProperty($,"__esModule",{value:!0}),$.logInfoPrintConsole=$.logErrorAndExit=void 0,$.logErrorAndExit=function(e){e instanceof Error?console.error(e.message):console.error(e),process.exit(-1)},$.logInfoPrintConsole=function(e){console.log(e)};var H=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),J=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),G=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&H(t,e,n);return J(t,e),t},V=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(j,"__esModule",{value:!0}),j.isFileExists=j.offlinePluginConversion=j.executeCommand=j.getNpmPath=j.hasNpmPackInPaths=void 0;const U=h.default,W=G(p.default),z=b,K=$,q=V(D.default);j.hasNpmPackInPaths=function(e,t){try{return require.resolve(e,{paths:[...t]}),!0}catch(e){return!1}},j.getNpmPath=function(){const e=process.execPath;return W.join(W.dirname(e),z.NPM_TOOL)},j.executeCommand=function(e,t,n){0!==(0,U.spawnSync)(e,t,n).status&&(0,K.logErrorAndExit)(`Error: ${e} ${t} execute failed.See above for details.`)},j.offlinePluginConversion=function(e,t){return t.startsWith("file:")||t.endsWith(".tgz")?W.resolve(e,z.HVIGOR,t.replace("file:","")):t},j.isFileExists=function(e){return q.default.existsSync(e)&&q.default.statSync(e).isFile()},function(e){var t=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var u in e)"default"!==u&&Object.prototype.hasOwnProperty.call(e,u)&&t(r,e,u);return n(r,e),r},u=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(e,"__esModule",{value:!0}),e.executeInstallPnpm=e.isPnpmAvailable=e.environmentHandler=e.checkNpmConifg=e.PNPM_VERSION=void 0;const o=r(D.default),i=b,s=j,c=r(p.default),a=$,l=h.default,f=u(E.default);e.PNPM_VERSION="7.30.0",e.checkNpmConifg=function(){const e=c.resolve(i.HVIGOR_PROJECT_ROOT_DIR,".npmrc"),t=c.resolve(f.default.homedir(),".npmrc");if((0,s.isFileExists)(e)||(0,s.isFileExists)(t))return;const n=(0,s.getNpmPath)(),r=(0,l.spawnSync)(n,["config","get","prefix"],{cwd:i.HVIGOR_PROJECT_ROOT_DIR});if(0!==r.status||!r.stdout)return void(0,a.logErrorAndExit)("Error: The hvigor depends on the npmrc file. Configure the npmrc file first.");const u=c.resolve(`${r.stdout}`.replace(/[\r\n]/gi,""),".npmrc");(0,s.isFileExists)(u)||(0,a.logErrorAndExit)("Error: The hvigor depends on the npmrc file. Configure the npmrc file first.")},e.environmentHandler=function(){process.env["npm_config_update-notifier"]="false"},e.isPnpmAvailable=function(){return!!o.existsSync(i.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH)&&(0,s.hasNpmPackInPaths)("pnpm",[i.HVIGOR_WRAPPER_TOOLS_HOME])},e.executeInstallPnpm=function(){(0,a.logInfoPrintConsole)(`Installing pnpm@${e.PNPM_VERSION}...`);const t=(0,s.getNpmPath)();!function(){const t=c.resolve(i.HVIGOR_WRAPPER_TOOLS_HOME,i.DEFAULT_PACKAGE_JSON);try{o.existsSync(i.HVIGOR_WRAPPER_TOOLS_HOME)||o.mkdirSync(i.HVIGOR_WRAPPER_TOOLS_HOME,{recursive:!0});const n={dependencies:{}};n.dependencies[i.PNPM]=e.PNPM_VERSION,o.writeFileSync(t,JSON.stringify(n))}catch(e){(0,a.logErrorAndExit)(`Error: EPERM: operation not permitted,create ${t} failed.`)}}(),(0,s.executeCommand)(t,["install","pnpm"],{cwd:i.HVIGOR_WRAPPER_TOOLS_HOME,stdio:["inherit","inherit","inherit"],env:process.env}),(0,a.logInfoPrintConsole)("Pnpm install success.")}}(O);var Y={},X={},Z={},Q={};Object.defineProperty(Q,"__esModule",{value:!0}),Q.Unicode=void 0;class ee{}Q.Unicode=ee,ee.Space_Separator=/[\u1680\u2000-\u200A\u202F\u205F\u3000]/,ee.ID_Start=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]/,ee.ID_Continue=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF9\u1D00-\u1DF9\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDE00-\uDE3E\uDE47\uDE50-\uDE83\uDE86-\uDE99\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/,Object.defineProperty(Z,"__esModule",{value:!0}),Z.JudgeUtil=void 0;const te=Q;Z.JudgeUtil=class{static isIgnoreChar(e){return"string"==typeof e&&("\t"===e||"\v"===e||"\f"===e||" "===e||" "===e||"\ufeff"===e||"\n"===e||"\r"===e||"\u2028"===e||"\u2029"===e)}static isSpaceSeparator(e){return"string"==typeof e&&te.Unicode.Space_Separator.test(e)}static isIdStartChar(e){return"string"==typeof e&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||"$"===e||"_"===e||te.Unicode.ID_Start.test(e))}static isIdContinueChar(e){return"string"==typeof e&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||e>="0"&&e<="9"||"$"===e||"_"===e||"‌"===e||"‍"===e||te.Unicode.ID_Continue.test(e))}static isDigitWithoutZero(e){return/[1-9]/.test(e)}static isDigit(e){return"string"==typeof e&&/[0-9]/.test(e)}static isHexDigit(e){return"string"==typeof e&&/[0-9A-Fa-f]/.test(e)}};var ne={},re={fromCallback:function(e){return Object.defineProperty((function(...t){if("function"!=typeof t[t.length-1])return new Promise(((n,r)=>{e.call(this,...t,((e,t)=>null!=e?r(e):n(t)))}));e.apply(this,t)}),"name",{value:e.name})},fromPromise:function(e){return Object.defineProperty((function(...t){const n=t[t.length-1];if("function"!=typeof n)return e.apply(this,t);e.apply(this,t.slice(0,-1)).then((e=>n(null,e)),n)}),"name",{value:e.name})}},ue=y.default,oe=process.cwd,ie=null,se=process.env.GRACEFUL_FS_PLATFORM||process.platform;process.cwd=function(){return ie||(ie=oe.call(process)),ie};try{process.cwd()}catch(e){}if("function"==typeof process.chdir){var ce=process.chdir;process.chdir=function(e){ie=null,ce.call(process,e)},Object.setPrototypeOf&&Object.setPrototypeOf(process.chdir,ce)}var ae=function(e){ue.hasOwnProperty("O_SYMLINK")&&process.version.match(/^v0\.6\.[0-2]|^v0\.5\./)&&function(e){e.lchmod=function(t,n,r){e.open(t,ue.O_WRONLY|ue.O_SYMLINK,n,(function(t,u){t?r&&r(t):e.fchmod(u,n,(function(t){e.close(u,(function(e){r&&r(t||e)}))}))}))},e.lchmodSync=function(t,n){var r,u=e.openSync(t,ue.O_WRONLY|ue.O_SYMLINK,n),o=!0;try{r=e.fchmodSync(u,n),o=!1}finally{if(o)try{e.closeSync(u)}catch(e){}else e.closeSync(u)}return r}}(e);e.lutimes||function(e){ue.hasOwnProperty("O_SYMLINK")&&e.futimes?(e.lutimes=function(t,n,r,u){e.open(t,ue.O_SYMLINK,(function(t,o){t?u&&u(t):e.futimes(o,n,r,(function(t){e.close(o,(function(e){u&&u(t||e)}))}))}))},e.lutimesSync=function(t,n,r){var u,o=e.openSync(t,ue.O_SYMLINK),i=!0;try{u=e.futimesSync(o,n,r),i=!1}finally{if(i)try{e.closeSync(o)}catch(e){}else e.closeSync(o)}return u}):e.futimes&&(e.lutimes=function(e,t,n,r){r&&process.nextTick(r)},e.lutimesSync=function(){})}(e);e.chown=r(e.chown),e.fchown=r(e.fchown),e.lchown=r(e.lchown),e.chmod=t(e.chmod),e.fchmod=t(e.fchmod),e.lchmod=t(e.lchmod),e.chownSync=u(e.chownSync),e.fchownSync=u(e.fchownSync),e.lchownSync=u(e.lchownSync),e.chmodSync=n(e.chmodSync),e.fchmodSync=n(e.fchmodSync),e.lchmodSync=n(e.lchmodSync),e.stat=o(e.stat),e.fstat=o(e.fstat),e.lstat=o(e.lstat),e.statSync=i(e.statSync),e.fstatSync=i(e.fstatSync),e.lstatSync=i(e.lstatSync),e.chmod&&!e.lchmod&&(e.lchmod=function(e,t,n){n&&process.nextTick(n)},e.lchmodSync=function(){});e.chown&&!e.lchown&&(e.lchown=function(e,t,n,r){r&&process.nextTick(r)},e.lchownSync=function(){});"win32"===se&&(e.rename="function"!=typeof e.rename?e.rename:function(t){function n(n,r,u){var o=Date.now(),i=0;t(n,r,(function s(c){if(c&&("EACCES"===c.code||"EPERM"===c.code||"EBUSY"===c.code)&&Date.now()-o<6e4)return setTimeout((function(){e.stat(r,(function(e,o){e&&"ENOENT"===e.code?t(n,r,s):u(c)}))}),i),void(i<100&&(i+=10));u&&u(c)}))}return Object.setPrototypeOf&&Object.setPrototypeOf(n,t),n}(e.rename));function t(t){return t?function(n,r,u){return t.call(e,n,r,(function(e){s(e)&&(e=null),u&&u.apply(this,arguments)}))}:t}function n(t){return t?function(n,r){try{return t.call(e,n,r)}catch(e){if(!s(e))throw e}}:t}function r(t){return t?function(n,r,u,o){return t.call(e,n,r,u,(function(e){s(e)&&(e=null),o&&o.apply(this,arguments)}))}:t}function u(t){return t?function(n,r,u){try{return t.call(e,n,r,u)}catch(e){if(!s(e))throw e}}:t}function o(t){return t?function(n,r,u){function o(e,t){t&&(t.uid<0&&(t.uid+=4294967296),t.gid<0&&(t.gid+=4294967296)),u&&u.apply(this,arguments)}return"function"==typeof r&&(u=r,r=null),r?t.call(e,n,r,o):t.call(e,n,o)}:t}function i(t){return t?function(n,r){var u=r?t.call(e,n,r):t.call(e,n);return u&&(u.uid<0&&(u.uid+=4294967296),u.gid<0&&(u.gid+=4294967296)),u}:t}function s(e){return!e||("ENOSYS"===e.code||!(process.getuid&&0===process.getuid()||"EINVAL"!==e.code&&"EPERM"!==e.code))}e.read="function"!=typeof e.read?e.read:function(t){function n(n,r,u,o,i,s){var c;if(s&&"function"==typeof s){var a=0;c=function(l,f,d){if(l&&"EAGAIN"===l.code&&a<10)return a++,t.call(e,n,r,u,o,i,c);s.apply(this,arguments)}}return t.call(e,n,r,u,o,i,c)}return Object.setPrototypeOf&&Object.setPrototypeOf(n,t),n}(e.read),e.readSync="function"!=typeof e.readSync?e.readSync:(c=e.readSync,function(t,n,r,u,o){for(var i=0;;)try{return c.call(e,t,n,r,u,o)}catch(e){if("EAGAIN"===e.code&&i<10){i++;continue}throw e}});var c};var le=C.default.Stream,fe=function(e){return{ReadStream:function t(n,r){if(!(this instanceof t))return new t(n,r);le.call(this);var u=this;this.path=n,this.fd=null,this.readable=!0,this.paused=!1,this.flags="r",this.mode=438,this.bufferSize=65536,r=r||{};for(var o=Object.keys(r),i=0,s=o.length;ithis.end)throw new Error("start must be <= end");this.pos=this.start}if(null!==this.fd)return void process.nextTick((function(){u._read()}));e.open(this.path,this.flags,this.mode,(function(e,t){if(e)return u.emit("error",e),void(u.readable=!1);u.fd=t,u.emit("open",t),u._read()}))},WriteStream:function t(n,r){if(!(this instanceof t))return new t(n,r);le.call(this),this.path=n,this.fd=null,this.writable=!0,this.flags="w",this.encoding="binary",this.mode=438,this.bytesWritten=0,r=r||{};for(var u=Object.keys(r),o=0,i=u.length;o= zero");this.pos=this.start}this.busy=!1,this._queue=[],null===this.fd&&(this._open=e.open,this._queue.push([this._open,this.path,this.flags,this.mode,void 0]),this.flush())}}};var de=function(e){if(null===e||"object"!=typeof e)return e;if(e instanceof Object)var t={__proto__:De(e)};else t=Object.create(null);return Object.getOwnPropertyNames(e).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))})),t},De=Object.getPrototypeOf||function(e){return e.__proto__};var pe,Ee,me=D.default,he=ae,ye=fe,Ce=de,Fe=F.default;function ge(e,t){Object.defineProperty(e,pe,{get:function(){return t}})}"function"==typeof Symbol&&"function"==typeof Symbol.for?(pe=Symbol.for("graceful-fs.queue"),Ee=Symbol.for("graceful-fs.previous")):(pe="___graceful-fs.queue",Ee="___graceful-fs.previous");var Ae=function(){};if(Fe.debuglog?Ae=Fe.debuglog("gfs4"):/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&(Ae=function(){var e=Fe.format.apply(Fe,arguments);e="GFS4: "+e.split(/\n/).join("\nGFS4: "),console.error(e)}),!me[pe]){var ve=w[pe]||[];ge(me,ve),me.close=function(e){function t(t,n){return e.call(me,t,(function(e){e||_e(),"function"==typeof n&&n.apply(this,arguments)}))}return Object.defineProperty(t,Ee,{value:e}),t}(me.close),me.closeSync=function(e){function t(t){e.apply(me,arguments),_e()}return Object.defineProperty(t,Ee,{value:e}),t}(me.closeSync),/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&process.on("exit",(function(){Ae(me[pe]),g.default.equal(me[pe].length,0)}))}w[pe]||ge(w,me[pe]);var Se,we=Oe(Ce(me));function Oe(e){he(e),e.gracefulify=Oe,e.createReadStream=function(t,n){return new e.ReadStream(t,n)},e.createWriteStream=function(t,n){return new e.WriteStream(t,n)};var t=e.readFile;e.readFile=function(e,n,r){"function"==typeof n&&(r=n,n=null);return function e(n,r,u,o){return t(n,r,(function(t){!t||"EMFILE"!==t.code&&"ENFILE"!==t.code?"function"==typeof u&&u.apply(this,arguments):be([e,[n,r,u],t,o||Date.now(),Date.now()])}))}(e,n,r)};var n=e.writeFile;e.writeFile=function(e,t,r,u){"function"==typeof r&&(u=r,r=null);return function e(t,r,u,o,i){return n(t,r,u,(function(n){!n||"EMFILE"!==n.code&&"ENFILE"!==n.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,r,u,o],n,i||Date.now(),Date.now()])}))}(e,t,r,u)};var r=e.appendFile;r&&(e.appendFile=function(e,t,n,u){"function"==typeof n&&(u=n,n=null);return function e(t,n,u,o,i){return r(t,n,u,(function(r){!r||"EMFILE"!==r.code&&"ENFILE"!==r.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,n,u,o],r,i||Date.now(),Date.now()])}))}(e,t,n,u)});var u=e.copyFile;u&&(e.copyFile=function(e,t,n,r){"function"==typeof n&&(r=n,n=0);return function e(t,n,r,o,i){return u(t,n,r,(function(u){!u||"EMFILE"!==u.code&&"ENFILE"!==u.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,n,r,o],u,i||Date.now(),Date.now()])}))}(e,t,n,r)});var o=e.readdir;e.readdir=function(e,t,n){"function"==typeof t&&(n=t,t=null);var r=i.test(process.version)?function(e,t,n,r){return o(e,u(e,t,n,r))}:function(e,t,n,r){return o(e,t,u(e,t,n,r))};return r(e,t,n);function u(e,t,n,u){return function(o,i){!o||"EMFILE"!==o.code&&"ENFILE"!==o.code?(i&&i.sort&&i.sort(),"function"==typeof n&&n.call(this,o,i)):be([r,[e,t,n],o,u||Date.now(),Date.now()])}}};var i=/^v[0-5]\./;if("v0.8"===process.version.substr(0,4)){var s=ye(e);d=s.ReadStream,D=s.WriteStream}var c=e.ReadStream;c&&(d.prototype=Object.create(c.prototype),d.prototype.open=function(){var e=this;E(e.path,e.flags,e.mode,(function(t,n){t?(e.autoClose&&e.destroy(),e.emit("error",t)):(e.fd=n,e.emit("open",n),e.read())}))});var a=e.WriteStream;a&&(D.prototype=Object.create(a.prototype),D.prototype.open=function(){var e=this;E(e.path,e.flags,e.mode,(function(t,n){t?(e.destroy(),e.emit("error",t)):(e.fd=n,e.emit("open",n))}))}),Object.defineProperty(e,"ReadStream",{get:function(){return d},set:function(e){d=e},enumerable:!0,configurable:!0}),Object.defineProperty(e,"WriteStream",{get:function(){return D},set:function(e){D=e},enumerable:!0,configurable:!0});var l=d;Object.defineProperty(e,"FileReadStream",{get:function(){return l},set:function(e){l=e},enumerable:!0,configurable:!0});var f=D;function d(e,t){return this instanceof d?(c.apply(this,arguments),this):d.apply(Object.create(d.prototype),arguments)}function D(e,t){return this instanceof D?(a.apply(this,arguments),this):D.apply(Object.create(D.prototype),arguments)}Object.defineProperty(e,"FileWriteStream",{get:function(){return f},set:function(e){f=e},enumerable:!0,configurable:!0});var p=e.open;function E(e,t,n,r){return"function"==typeof n&&(r=n,n=null),function e(t,n,r,u,o){return p(t,n,r,(function(i,s){!i||"EMFILE"!==i.code&&"ENFILE"!==i.code?"function"==typeof u&&u.apply(this,arguments):be([e,[t,n,r,u],i,o||Date.now(),Date.now()])}))}(e,t,n,r)}return e.open=E,e}function be(e){Ae("ENQUEUE",e[0].name,e[1]),me[pe].push(e),Be()}function _e(){for(var e=Date.now(),t=0;t2&&(me[pe][t][3]=e,me[pe][t][4]=e);Be()}function Be(){if(clearTimeout(Se),Se=void 0,0!==me[pe].length){var e=me[pe].shift(),t=e[0],n=e[1],r=e[2],u=e[3],o=e[4];if(void 0===u)Ae("RETRY",t.name,n),t.apply(null,n);else if(Date.now()-u>=6e4){Ae("TIMEOUT",t.name,n);var i=n.pop();"function"==typeof i&&i.call(null,r)}else{var s=Date.now()-o,c=Math.max(o-u,1);s>=Math.min(1.2*c,100)?(Ae("RETRY",t.name,n),t.apply(null,n.concat([u]))):me[pe].push(e)}void 0===Se&&(Se=setTimeout(Be,0))}}process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH&&!me.__patched&&(we=Oe(me),me.__patched=!0),function(e){const t=re.fromCallback,n=we,r=["access","appendFile","chmod","chown","close","copyFile","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","lchmod","lchown","link","lstat","mkdir","mkdtemp","open","opendir","readdir","readFile","readlink","realpath","rename","rm","rmdir","stat","symlink","truncate","unlink","utimes","writeFile"].filter((e=>"function"==typeof n[e]));Object.assign(e,n),r.forEach((r=>{e[r]=t(n[r])})),e.realpath.native=t(n.realpath.native),e.exists=function(e,t){return"function"==typeof t?n.exists(e,t):new Promise((t=>n.exists(e,t)))},e.read=function(e,t,r,u,o,i){return"function"==typeof i?n.read(e,t,r,u,o,i):new Promise(((i,s)=>{n.read(e,t,r,u,o,((e,t,n)=>{if(e)return s(e);i({bytesRead:t,buffer:n})}))}))},e.write=function(e,t,...r){return"function"==typeof r[r.length-1]?n.write(e,t,...r):new Promise(((u,o)=>{n.write(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffer:n})}))}))},"function"==typeof n.writev&&(e.writev=function(e,t,...r){return"function"==typeof r[r.length-1]?n.writev(e,t,...r):new Promise(((u,o)=>{n.writev(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffers:n})}))}))})}(ne);var Pe={},ke={};const xe=p.default;ke.checkPath=function(e){if("win32"===process.platform){if(/[<>:"|?*]/.test(e.replace(xe.parse(e).root,""))){const t=new Error(`Path contains invalid characters: ${e}`);throw t.code="EINVAL",t}}};const Ne=ne,{checkPath:Ie}=ke,Te=e=>"number"==typeof e?e:{mode:511,...e}.mode;Pe.makeDir=async(e,t)=>(Ie(e),Ne.mkdir(e,{mode:Te(t),recursive:!0})),Pe.makeDirSync=(e,t)=>(Ie(e),Ne.mkdirSync(e,{mode:Te(t),recursive:!0}));const Re=re.fromPromise,{makeDir:Me,makeDirSync:Le}=Pe,je=Re(Me);var $e={mkdirs:je,mkdirsSync:Le,mkdirp:je,mkdirpSync:Le,ensureDir:je,ensureDirSync:Le};const He=re.fromPromise,Je=ne;var Ge={pathExists:He((function(e){return Je.access(e).then((()=>!0)).catch((()=>!1))})),pathExistsSync:Je.existsSync};const Ve=we;var Ue=function(e,t,n,r){Ve.open(e,"r+",((e,u)=>{if(e)return r(e);Ve.futimes(u,t,n,(e=>{Ve.close(u,(t=>{r&&r(e||t)}))}))}))},We=function(e,t,n){const r=Ve.openSync(e,"r+");return Ve.futimesSync(r,t,n),Ve.closeSync(r)};const ze=ne,Ke=p.default,qe=F.default;function Ye(e,t,n){const r=n.dereference?e=>ze.stat(e,{bigint:!0}):e=>ze.lstat(e,{bigint:!0});return Promise.all([r(e),r(t).catch((e=>{if("ENOENT"===e.code)return null;throw e}))]).then((([e,t])=>({srcStat:e,destStat:t})))}function Xe(e,t){return t.ino&&t.dev&&t.ino===e.ino&&t.dev===e.dev}function Ze(e,t){const n=Ke.resolve(e).split(Ke.sep).filter((e=>e)),r=Ke.resolve(t).split(Ke.sep).filter((e=>e));return n.reduce(((e,t,n)=>e&&r[n]===t),!0)}function Qe(e,t,n){return`Cannot ${n} '${e}' to a subdirectory of itself, '${t}'.`}var et={checkPaths:function(e,t,n,r,u){qe.callbackify(Ye)(e,t,r,((r,o)=>{if(r)return u(r);const{srcStat:i,destStat:s}=o;if(s){if(Xe(i,s)){const r=Ke.basename(e),o=Ke.basename(t);return"move"===n&&r!==o&&r.toLowerCase()===o.toLowerCase()?u(null,{srcStat:i,destStat:s,isChangingCase:!0}):u(new Error("Source and destination must not be the same."))}if(i.isDirectory()&&!s.isDirectory())return u(new Error(`Cannot overwrite non-directory '${t}' with directory '${e}'.`));if(!i.isDirectory()&&s.isDirectory())return u(new Error(`Cannot overwrite directory '${t}' with non-directory '${e}'.`))}return i.isDirectory()&&Ze(e,t)?u(new Error(Qe(e,t,n))):u(null,{srcStat:i,destStat:s})}))},checkPathsSync:function(e,t,n,r){const{srcStat:u,destStat:o}=function(e,t,n){let r;const u=n.dereference?e=>ze.statSync(e,{bigint:!0}):e=>ze.lstatSync(e,{bigint:!0}),o=u(e);try{r=u(t)}catch(e){if("ENOENT"===e.code)return{srcStat:o,destStat:null};throw e}return{srcStat:o,destStat:r}}(e,t,r);if(o){if(Xe(u,o)){const r=Ke.basename(e),i=Ke.basename(t);if("move"===n&&r!==i&&r.toLowerCase()===i.toLowerCase())return{srcStat:u,destStat:o,isChangingCase:!0};throw new Error("Source and destination must not be the same.")}if(u.isDirectory()&&!o.isDirectory())throw new Error(`Cannot overwrite non-directory '${t}' with directory '${e}'.`);if(!u.isDirectory()&&o.isDirectory())throw new Error(`Cannot overwrite directory '${t}' with non-directory '${e}'.`)}if(u.isDirectory()&&Ze(e,t))throw new Error(Qe(e,t,n));return{srcStat:u,destStat:o}},checkParentPaths:function e(t,n,r,u,o){const i=Ke.resolve(Ke.dirname(t)),s=Ke.resolve(Ke.dirname(r));if(s===i||s===Ke.parse(s).root)return o();ze.stat(s,{bigint:!0},((i,c)=>i?"ENOENT"===i.code?o():o(i):Xe(n,c)?o(new Error(Qe(t,r,u))):e(t,n,s,u,o)))},checkParentPathsSync:function e(t,n,r,u){const o=Ke.resolve(Ke.dirname(t)),i=Ke.resolve(Ke.dirname(r));if(i===o||i===Ke.parse(i).root)return;let s;try{s=ze.statSync(i,{bigint:!0})}catch(e){if("ENOENT"===e.code)return;throw e}if(Xe(n,s))throw new Error(Qe(t,r,u));return e(t,n,i,u)},isSrcSubdir:Ze,areIdentical:Xe};const tt=we,nt=p.default,rt=$e.mkdirs,ut=Ge.pathExists,ot=Ue,it=et;function st(e,t,n,r,u){const o=nt.dirname(n);ut(o,((i,s)=>i?u(i):s?at(e,t,n,r,u):void rt(o,(o=>o?u(o):at(e,t,n,r,u)))))}function ct(e,t,n,r,u,o){Promise.resolve(u.filter(n,r)).then((i=>i?e(t,n,r,u,o):o()),(e=>o(e)))}function at(e,t,n,r,u){(r.dereference?tt.stat:tt.lstat)(t,((o,i)=>o?u(o):i.isDirectory()?function(e,t,n,r,u,o){return t?Dt(n,r,u,o):function(e,t,n,r,u){tt.mkdir(n,(o=>{if(o)return u(o);Dt(t,n,r,(t=>t?u(t):dt(n,e,u)))}))}(e.mode,n,r,u,o)}(i,e,t,n,r,u):i.isFile()||i.isCharacterDevice()||i.isBlockDevice()?function(e,t,n,r,u,o){return t?function(e,t,n,r,u){if(!r.overwrite)return r.errorOnExist?u(new Error(`'${n}' already exists`)):u();tt.unlink(n,(o=>o?u(o):lt(e,t,n,r,u)))}(e,n,r,u,o):lt(e,n,r,u,o)}(i,e,t,n,r,u):i.isSymbolicLink()?function(e,t,n,r,u){tt.readlink(t,((t,o)=>t?u(t):(r.dereference&&(o=nt.resolve(process.cwd(),o)),e?void tt.readlink(n,((t,i)=>t?"EINVAL"===t.code||"UNKNOWN"===t.code?tt.symlink(o,n,u):u(t):(r.dereference&&(i=nt.resolve(process.cwd(),i)),it.isSrcSubdir(o,i)?u(new Error(`Cannot copy '${o}' to a subdirectory of itself, '${i}'.`)):e.isDirectory()&&it.isSrcSubdir(i,o)?u(new Error(`Cannot overwrite '${i}' with '${o}'.`)):function(e,t,n){tt.unlink(t,(r=>r?n(r):tt.symlink(e,t,n)))}(o,n,u)))):tt.symlink(o,n,u))))}(e,t,n,r,u):i.isSocket()?u(new Error(`Cannot copy a socket file: ${t}`)):i.isFIFO()?u(new Error(`Cannot copy a FIFO pipe: ${t}`)):u(new Error(`Unknown file: ${t}`))))}function lt(e,t,n,r,u){tt.copyFile(t,n,(o=>o?u(o):r.preserveTimestamps?function(e,t,n,r){if(function(e){return 0==(128&e)}(e))return function(e,t,n){return dt(e,128|t,n)}(n,e,(u=>u?r(u):ft(e,t,n,r)));return ft(e,t,n,r)}(e.mode,t,n,u):dt(n,e.mode,u)))}function ft(e,t,n,r){!function(e,t,n){tt.stat(e,((e,r)=>e?n(e):ot(t,r.atime,r.mtime,n)))}(t,n,(t=>t?r(t):dt(n,e,r)))}function dt(e,t,n){return tt.chmod(e,t,n)}function Dt(e,t,n,r){tt.readdir(e,((u,o)=>u?r(u):pt(o,e,t,n,r)))}function pt(e,t,n,r,u){const o=e.pop();return o?function(e,t,n,r,u,o){const i=nt.join(n,t),s=nt.join(r,t);it.checkPaths(i,s,"copy",u,((t,c)=>{if(t)return o(t);const{destStat:a}=c;!function(e,t,n,r,u){r.filter?ct(at,e,t,n,r,u):at(e,t,n,r,u)}(a,i,s,u,(t=>t?o(t):pt(e,n,r,u,o)))}))}(e,o,t,n,r,u):u()}var Et=function(e,t,n,r){"function"!=typeof n||r?"function"==typeof n&&(n={filter:n}):(r=n,n={}),r=r||function(){},(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269"),it.checkPaths(e,t,"copy",n,((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;it.checkParentPaths(e,i,t,"copy",(u=>u?r(u):n.filter?ct(st,s,e,t,n,r):st(s,e,t,n,r)))}))};const mt=we,ht=p.default,yt=$e.mkdirsSync,Ct=We,Ft=et;function gt(e,t,n,r){const u=(r.dereference?mt.statSync:mt.lstatSync)(t);if(u.isDirectory())return function(e,t,n,r,u){return t?St(n,r,u):function(e,t,n,r){return mt.mkdirSync(n),St(t,n,r),vt(n,e)}(e.mode,n,r,u)}(u,e,t,n,r);if(u.isFile()||u.isCharacterDevice()||u.isBlockDevice())return function(e,t,n,r,u){return t?function(e,t,n,r){if(r.overwrite)return mt.unlinkSync(n),At(e,t,n,r);if(r.errorOnExist)throw new Error(`'${n}' already exists`)}(e,n,r,u):At(e,n,r,u)}(u,e,t,n,r);if(u.isSymbolicLink())return function(e,t,n,r){let u=mt.readlinkSync(t);r.dereference&&(u=ht.resolve(process.cwd(),u));if(e){let e;try{e=mt.readlinkSync(n)}catch(e){if("EINVAL"===e.code||"UNKNOWN"===e.code)return mt.symlinkSync(u,n);throw e}if(r.dereference&&(e=ht.resolve(process.cwd(),e)),Ft.isSrcSubdir(u,e))throw new Error(`Cannot copy '${u}' to a subdirectory of itself, '${e}'.`);if(mt.statSync(n).isDirectory()&&Ft.isSrcSubdir(e,u))throw new Error(`Cannot overwrite '${e}' with '${u}'.`);return function(e,t){return mt.unlinkSync(t),mt.symlinkSync(e,t)}(u,n)}return mt.symlinkSync(u,n)}(e,t,n,r);if(u.isSocket())throw new Error(`Cannot copy a socket file: ${t}`);if(u.isFIFO())throw new Error(`Cannot copy a FIFO pipe: ${t}`);throw new Error(`Unknown file: ${t}`)}function At(e,t,n,r){return mt.copyFileSync(t,n),r.preserveTimestamps&&function(e,t,n){(function(e){return 0==(128&e)})(e)&&function(e,t){vt(e,128|t)}(n,e);(function(e,t){const n=mt.statSync(e);Ct(t,n.atime,n.mtime)})(t,n)}(e.mode,t,n),vt(n,e.mode)}function vt(e,t){return mt.chmodSync(e,t)}function St(e,t,n){mt.readdirSync(e).forEach((r=>function(e,t,n,r){const u=ht.join(t,e),o=ht.join(n,e),{destStat:i}=Ft.checkPathsSync(u,o,"copy",r);return function(e,t,n,r){if(!r.filter||r.filter(t,n))return gt(e,t,n,r)}(i,u,o,r)}(r,e,t,n)))}var wt=function(e,t,n){"function"==typeof n&&(n={filter:n}),(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269");const{srcStat:r,destStat:u}=Ft.checkPathsSync(e,t,"copy",n);return Ft.checkParentPathsSync(e,r,t,"copy"),function(e,t,n,r){if(r.filter&&!r.filter(t,n))return;const u=ht.dirname(n);mt.existsSync(u)||yt(u);return gt(e,t,n,r)}(u,e,t,n)};var Ot={copy:(0,re.fromCallback)(Et),copySync:wt};const bt=we,_t=p.default,Bt=g.default,Pt="win32"===process.platform;function kt(e){["unlink","chmod","stat","lstat","rmdir","readdir"].forEach((t=>{e[t]=e[t]||bt[t],e[t+="Sync"]=e[t]||bt[t]})),e.maxBusyTries=e.maxBusyTries||3}function xt(e,t,n){let r=0;"function"==typeof t&&(n=t,t={}),Bt(e,"rimraf: missing path"),Bt.strictEqual(typeof e,"string","rimraf: path should be a string"),Bt.strictEqual(typeof n,"function","rimraf: callback function required"),Bt(t,"rimraf: invalid options argument provided"),Bt.strictEqual(typeof t,"object","rimraf: options should be object"),kt(t),Nt(e,t,(function u(o){if(o){if(("EBUSY"===o.code||"ENOTEMPTY"===o.code||"EPERM"===o.code)&&rNt(e,t,u)),100*r)}"ENOENT"===o.code&&(o=null)}n(o)}))}function Nt(e,t,n){Bt(e),Bt(t),Bt("function"==typeof n),t.lstat(e,((r,u)=>r&&"ENOENT"===r.code?n(null):r&&"EPERM"===r.code&&Pt?It(e,t,r,n):u&&u.isDirectory()?Rt(e,t,r,n):void t.unlink(e,(r=>{if(r){if("ENOENT"===r.code)return n(null);if("EPERM"===r.code)return Pt?It(e,t,r,n):Rt(e,t,r,n);if("EISDIR"===r.code)return Rt(e,t,r,n)}return n(r)}))))}function It(e,t,n,r){Bt(e),Bt(t),Bt("function"==typeof r),t.chmod(e,438,(u=>{u?r("ENOENT"===u.code?null:n):t.stat(e,((u,o)=>{u?r("ENOENT"===u.code?null:n):o.isDirectory()?Rt(e,t,n,r):t.unlink(e,r)}))}))}function Tt(e,t,n){let r;Bt(e),Bt(t);try{t.chmodSync(e,438)}catch(e){if("ENOENT"===e.code)return;throw n}try{r=t.statSync(e)}catch(e){if("ENOENT"===e.code)return;throw n}r.isDirectory()?Lt(e,t,n):t.unlinkSync(e)}function Rt(e,t,n,r){Bt(e),Bt(t),Bt("function"==typeof r),t.rmdir(e,(u=>{!u||"ENOTEMPTY"!==u.code&&"EEXIST"!==u.code&&"EPERM"!==u.code?u&&"ENOTDIR"===u.code?r(n):r(u):function(e,t,n){Bt(e),Bt(t),Bt("function"==typeof n),t.readdir(e,((r,u)=>{if(r)return n(r);let o,i=u.length;if(0===i)return t.rmdir(e,n);u.forEach((r=>{xt(_t.join(e,r),t,(r=>{if(!o)return r?n(o=r):void(0==--i&&t.rmdir(e,n))}))}))}))}(e,t,r)}))}function Mt(e,t){let n;kt(t=t||{}),Bt(e,"rimraf: missing path"),Bt.strictEqual(typeof e,"string","rimraf: path should be a string"),Bt(t,"rimraf: missing options"),Bt.strictEqual(typeof t,"object","rimraf: options should be object");try{n=t.lstatSync(e)}catch(n){if("ENOENT"===n.code)return;"EPERM"===n.code&&Pt&&Tt(e,t,n)}try{n&&n.isDirectory()?Lt(e,t,null):t.unlinkSync(e)}catch(n){if("ENOENT"===n.code)return;if("EPERM"===n.code)return Pt?Tt(e,t,n):Lt(e,t,n);if("EISDIR"!==n.code)throw n;Lt(e,t,n)}}function Lt(e,t,n){Bt(e),Bt(t);try{t.rmdirSync(e)}catch(r){if("ENOTDIR"===r.code)throw n;if("ENOTEMPTY"===r.code||"EEXIST"===r.code||"EPERM"===r.code)!function(e,t){if(Bt(e),Bt(t),t.readdirSync(e).forEach((n=>Mt(_t.join(e,n),t))),!Pt){return t.rmdirSync(e,t)}{const n=Date.now();do{try{return t.rmdirSync(e,t)}catch{}}while(Date.now()-n<500)}}(e,t);else if("ENOENT"!==r.code)throw r}}var jt=xt;xt.sync=Mt;const $t=we,Ht=re.fromCallback,Jt=jt;var Gt={remove:Ht((function(e,t){if($t.rm)return $t.rm(e,{recursive:!0,force:!0},t);Jt(e,t)})),removeSync:function(e){if($t.rmSync)return $t.rmSync(e,{recursive:!0,force:!0});Jt.sync(e)}};const Vt=re.fromPromise,Ut=ne,Wt=p.default,zt=$e,Kt=Gt,qt=Vt((async function(e){let t;try{t=await Ut.readdir(e)}catch{return zt.mkdirs(e)}return Promise.all(t.map((t=>Kt.remove(Wt.join(e,t)))))}));function Yt(e){let t;try{t=Ut.readdirSync(e)}catch{return zt.mkdirsSync(e)}t.forEach((t=>{t=Wt.join(e,t),Kt.removeSync(t)}))}var Xt={emptyDirSync:Yt,emptydirSync:Yt,emptyDir:qt,emptydir:qt};const Zt=re.fromCallback,Qt=p.default,en=we,tn=$e;var nn={createFile:Zt((function(e,t){function n(){en.writeFile(e,"",(e=>{if(e)return t(e);t()}))}en.stat(e,((r,u)=>{if(!r&&u.isFile())return t();const o=Qt.dirname(e);en.stat(o,((e,r)=>{if(e)return"ENOENT"===e.code?tn.mkdirs(o,(e=>{if(e)return t(e);n()})):t(e);r.isDirectory()?n():en.readdir(o,(e=>{if(e)return t(e)}))}))}))})),createFileSync:function(e){let t;try{t=en.statSync(e)}catch{}if(t&&t.isFile())return;const n=Qt.dirname(e);try{en.statSync(n).isDirectory()||en.readdirSync(n)}catch(e){if(!e||"ENOENT"!==e.code)throw e;tn.mkdirsSync(n)}en.writeFileSync(e,"")}};const rn=re.fromCallback,un=p.default,on=we,sn=$e,cn=Ge.pathExists,{areIdentical:an}=et;var ln={createLink:rn((function(e,t,n){function r(e,t){on.link(e,t,(e=>{if(e)return n(e);n(null)}))}on.lstat(t,((u,o)=>{on.lstat(e,((u,i)=>{if(u)return u.message=u.message.replace("lstat","ensureLink"),n(u);if(o&&an(i,o))return n(null);const s=un.dirname(t);cn(s,((u,o)=>u?n(u):o?r(e,t):void sn.mkdirs(s,(u=>{if(u)return n(u);r(e,t)}))))}))}))})),createLinkSync:function(e,t){let n;try{n=on.lstatSync(t)}catch{}try{const t=on.lstatSync(e);if(n&&an(t,n))return}catch(e){throw e.message=e.message.replace("lstat","ensureLink"),e}const r=un.dirname(t);return on.existsSync(r)||sn.mkdirsSync(r),on.linkSync(e,t)}};const fn=p.default,dn=we,Dn=Ge.pathExists;var pn={symlinkPaths:function(e,t,n){if(fn.isAbsolute(e))return dn.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:e})));{const r=fn.dirname(t),u=fn.join(r,e);return Dn(u,((t,o)=>t?n(t):o?n(null,{toCwd:u,toDst:e}):dn.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:fn.relative(r,e)})))))}},symlinkPathsSync:function(e,t){let n;if(fn.isAbsolute(e)){if(n=dn.existsSync(e),!n)throw new Error("absolute srcpath does not exist");return{toCwd:e,toDst:e}}{const r=fn.dirname(t),u=fn.join(r,e);if(n=dn.existsSync(u),n)return{toCwd:u,toDst:e};if(n=dn.existsSync(e),!n)throw new Error("relative srcpath does not exist");return{toCwd:e,toDst:fn.relative(r,e)}}}};const En=we;var mn={symlinkType:function(e,t,n){if(n="function"==typeof t?t:n,t="function"!=typeof t&&t)return n(null,t);En.lstat(e,((e,r)=>{if(e)return n(null,"file");t=r&&r.isDirectory()?"dir":"file",n(null,t)}))},symlinkTypeSync:function(e,t){let n;if(t)return t;try{n=En.lstatSync(e)}catch{return"file"}return n&&n.isDirectory()?"dir":"file"}};const hn=re.fromCallback,yn=p.default,Cn=ne,Fn=$e.mkdirs,gn=$e.mkdirsSync,An=pn.symlinkPaths,vn=pn.symlinkPathsSync,Sn=mn.symlinkType,wn=mn.symlinkTypeSync,On=Ge.pathExists,{areIdentical:bn}=et;function _n(e,t,n,r){An(e,t,((u,o)=>{if(u)return r(u);e=o.toDst,Sn(o.toCwd,n,((n,u)=>{if(n)return r(n);const o=yn.dirname(t);On(o,((n,i)=>n?r(n):i?Cn.symlink(e,t,u,r):void Fn(o,(n=>{if(n)return r(n);Cn.symlink(e,t,u,r)}))))}))}))}var Bn={createSymlink:hn((function(e,t,n,r){r="function"==typeof n?n:r,n="function"!=typeof n&&n,Cn.lstat(t,((u,o)=>{!u&&o.isSymbolicLink()?Promise.all([Cn.stat(e),Cn.stat(t)]).then((([u,o])=>{if(bn(u,o))return r(null);_n(e,t,n,r)})):_n(e,t,n,r)}))})),createSymlinkSync:function(e,t,n){let r;try{r=Cn.lstatSync(t)}catch{}if(r&&r.isSymbolicLink()){const n=Cn.statSync(e),r=Cn.statSync(t);if(bn(n,r))return}const u=vn(e,t);e=u.toDst,n=wn(u.toCwd,n);const o=yn.dirname(t);return Cn.existsSync(o)||gn(o),Cn.symlinkSync(e,t,n)}};const{createFile:Pn,createFileSync:kn}=nn,{createLink:xn,createLinkSync:Nn}=ln,{createSymlink:In,createSymlinkSync:Tn}=Bn;var Rn={createFile:Pn,createFileSync:kn,ensureFile:Pn,ensureFileSync:kn,createLink:xn,createLinkSync:Nn,ensureLink:xn,ensureLinkSync:Nn,createSymlink:In,createSymlinkSync:Tn,ensureSymlink:In,ensureSymlinkSync:Tn};var Mn={stringify:function(e,{EOL:t="\n",finalEOL:n=!0,replacer:r=null,spaces:u}={}){const o=n?t:"";return JSON.stringify(e,r,u).replace(/\n/g,t)+o},stripBom:function(e){return Buffer.isBuffer(e)&&(e=e.toString("utf8")),e.replace(/^\uFEFF/,"")}};let Ln;try{Ln=we}catch(e){Ln=D.default}const jn=re,{stringify:$n,stripBom:Hn}=Mn;const Jn=jn.fromPromise((async function(e,t={}){"string"==typeof t&&(t={encoding:t});const n=t.fs||Ln,r=!("throws"in t)||t.throws;let u,o=await jn.fromCallback(n.readFile)(e,t);o=Hn(o);try{u=JSON.parse(o,t?t.reviver:null)}catch(t){if(r)throw t.message=`${e}: ${t.message}`,t;return null}return u}));const Gn=jn.fromPromise((async function(e,t,n={}){const r=n.fs||Ln,u=$n(t,n);await jn.fromCallback(r.writeFile)(e,u,n)}));const Vn={readFile:Jn,readFileSync:function(e,t={}){"string"==typeof t&&(t={encoding:t});const n=t.fs||Ln,r=!("throws"in t)||t.throws;try{let r=n.readFileSync(e,t);return r=Hn(r),JSON.parse(r,t.reviver)}catch(t){if(r)throw t.message=`${e}: ${t.message}`,t;return null}},writeFile:Gn,writeFileSync:function(e,t,n={}){const r=n.fs||Ln,u=$n(t,n);return r.writeFileSync(e,u,n)}};var Un={readJson:Vn.readFile,readJsonSync:Vn.readFileSync,writeJson:Vn.writeFile,writeJsonSync:Vn.writeFileSync};const Wn=re.fromCallback,zn=we,Kn=p.default,qn=$e,Yn=Ge.pathExists;var Xn={outputFile:Wn((function(e,t,n,r){"function"==typeof n&&(r=n,n="utf8");const u=Kn.dirname(e);Yn(u,((o,i)=>o?r(o):i?zn.writeFile(e,t,n,r):void qn.mkdirs(u,(u=>{if(u)return r(u);zn.writeFile(e,t,n,r)}))))})),outputFileSync:function(e,...t){const n=Kn.dirname(e);if(zn.existsSync(n))return zn.writeFileSync(e,...t);qn.mkdirsSync(n),zn.writeFileSync(e,...t)}};const{stringify:Zn}=Mn,{outputFile:Qn}=Xn;var er=async function(e,t,n={}){const r=Zn(t,n);await Qn(e,r,n)};const{stringify:tr}=Mn,{outputFileSync:nr}=Xn;var rr=function(e,t,n){const r=tr(t,n);nr(e,r,n)};const ur=re.fromPromise,or=Un;or.outputJson=ur(er),or.outputJsonSync=rr,or.outputJSON=or.outputJson,or.outputJSONSync=or.outputJsonSync,or.writeJSON=or.writeJson,or.writeJSONSync=or.writeJsonSync,or.readJSON=or.readJson,or.readJSONSync=or.readJsonSync;var ir=or;const sr=we,cr=p.default,ar=Ot.copy,lr=Gt.remove,fr=$e.mkdirp,dr=Ge.pathExists,Dr=et;function pr(e,t,n,r,u){return r?Er(e,t,n,u):n?lr(t,(r=>r?u(r):Er(e,t,n,u))):void dr(t,((r,o)=>r?u(r):o?u(new Error("dest already exists.")):Er(e,t,n,u)))}function Er(e,t,n,r){sr.rename(e,t,(u=>u?"EXDEV"!==u.code?r(u):function(e,t,n,r){const u={overwrite:n,errorOnExist:!0};ar(e,t,u,(t=>t?r(t):lr(e,r)))}(e,t,n,r):r()))}var mr=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=n.overwrite||n.clobber||!1;Dr.checkPaths(e,t,"move",n,((n,o)=>{if(n)return r(n);const{srcStat:i,isChangingCase:s=!1}=o;Dr.checkParentPaths(e,i,t,"move",(n=>n?r(n):function(e){const t=cr.dirname(e);return cr.parse(t).root===t}(t)?pr(e,t,u,s,r):void fr(cr.dirname(t),(n=>n?r(n):pr(e,t,u,s,r)))))}))};const hr=we,yr=p.default,Cr=Ot.copySync,Fr=Gt.removeSync,gr=$e.mkdirpSync,Ar=et;function vr(e,t,n){try{hr.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)throw r;return function(e,t,n){const r={overwrite:n,errorOnExist:!0};return Cr(e,t,r),Fr(e)}(e,t,n)}}var Sr=function(e,t,n){const r=(n=n||{}).overwrite||n.clobber||!1,{srcStat:u,isChangingCase:o=!1}=Ar.checkPathsSync(e,t,"move",n);return Ar.checkParentPathsSync(e,u,t,"move"),function(e){const t=yr.dirname(e);return yr.parse(t).root===t}(t)||gr(yr.dirname(t)),function(e,t,n,r){if(r)return vr(e,t,n);if(n)return Fr(t),vr(e,t,n);if(hr.existsSync(t))throw new Error("dest already exists.");return vr(e,t,n)}(e,t,r,o)};var wr,Or,br,_r,Br,Pr={move:(0,re.fromCallback)(mr),moveSync:Sr},kr={...ne,...Ot,...Xt,...Rn,...ir,...$e,...Pr,...Xn,...Ge,...Gt},xr={},Nr={exports:{}},Ir={exports:{}};function Tr(){if(Or)return wr;Or=1;var e=1e3,t=60*e,n=60*t,r=24*n,u=7*r,o=365.25*r;function i(e,t,n,r){var u=t>=1.5*n;return Math.round(e/n)+" "+r+(u?"s":"")}return wr=function(s,c){c=c||{};var a=typeof s;if("string"===a&&s.length>0)return function(i){if((i=String(i)).length>100)return;var s=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(i);if(!s)return;var c=parseFloat(s[1]);switch((s[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return c*o;case"weeks":case"week":case"w":return c*u;case"days":case"day":case"d":return c*r;case"hours":case"hour":case"hrs":case"hr":case"h":return c*n;case"minutes":case"minute":case"mins":case"min":case"m":return c*t;case"seconds":case"second":case"secs":case"sec":case"s":return c*e;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return c;default:return}}(s);if("number"===a&&isFinite(s))return c.long?function(u){var o=Math.abs(u);if(o>=r)return i(u,o,r,"day");if(o>=n)return i(u,o,n,"hour");if(o>=t)return i(u,o,t,"minute");if(o>=e)return i(u,o,e,"second");return u+" ms"}(s):function(u){var o=Math.abs(u);if(o>=r)return Math.round(u/r)+"d";if(o>=n)return Math.round(u/n)+"h";if(o>=t)return Math.round(u/t)+"m";if(o>=e)return Math.round(u/e)+"s";return u+"ms"}(s);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(s))}}function Rr(){if(_r)return br;return _r=1,br=function(e){function t(e){let r,u,o,i=null;function s(...e){if(!s.enabled)return;const n=s,u=Number(new Date),o=u-(r||u);n.diff=o,n.prev=r,n.curr=u,r=u,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let i=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((r,u)=>{if("%%"===r)return"%";i++;const o=t.formatters[u];if("function"==typeof o){const t=e[i];r=o.call(n,t),e.splice(i,1),i--}return r})),t.formatArgs.call(n,e);(n.log||t.log).apply(n,e)}return s.namespace=e,s.useColors=t.useColors(),s.color=t.selectColor(e),s.extend=n,s.destroy=t.destroy,Object.defineProperty(s,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==i?i:(u!==t.namespaces&&(u=t.namespaces,o=t.enabled(e)),o),set:e=>{i=e}}),"function"==typeof t.init&&t.init(s),s}function n(e,n){const r=t(this.namespace+(void 0===n?":":n)+e);return r.log=this.log,r}function r(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){if(e instanceof Error)return e.stack||e.message;return e},t.disable=function(){const e=[...t.names.map(r),...t.skips.map(r).map((e=>"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){let n;t.save(e),t.namespaces=e,t.names=[],t.skips=[];const r=("string"==typeof e?e:"").split(/[\s,]+/),u=r.length;for(n=0;n{t[n]=e[n]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let n=0;for(let t=0;t{const n=e.startsWith("-")?"":1===e.length?"-":"--",r=t.indexOf(n+e),u=t.indexOf("--");return-1!==r&&(-1===u||r{}),"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."),t.colors=[6,2,3,4,5,1];try{const e=function(){if($r)return jr;$r=1;const e=E.default,t=A.default,n=Vr(),{env:r}=process;let u;function o(e){return 0!==e&&{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}function i(t,o){if(0===u)return 0;if(n("color=16m")||n("color=full")||n("color=truecolor"))return 3;if(n("color=256"))return 2;if(t&&!o&&void 0===u)return 0;const i=u||0;if("dumb"===r.TERM)return i;if("win32"===process.platform){const t=e.release().split(".");return Number(t[0])>=10&&Number(t[2])>=10586?Number(t[2])>=14931?3:2:1}if("CI"in r)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some((e=>e in r))||"codeship"===r.CI_NAME?1:i;if("TEAMCITY_VERSION"in r)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(r.TEAMCITY_VERSION)?1:0;if("truecolor"===r.COLORTERM)return 3;if("TERM_PROGRAM"in r){const e=parseInt((r.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(r.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(r.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(r.TERM)||"COLORTERM"in r?1:i}return n("no-color")||n("no-colors")||n("color=false")||n("color=never")?u=0:(n("color")||n("colors")||n("color=true")||n("color=always"))&&(u=1),"FORCE_COLOR"in r&&(u="true"===r.FORCE_COLOR?1:"false"===r.FORCE_COLOR?0:0===r.FORCE_COLOR.length?1:Math.min(parseInt(r.FORCE_COLOR,10),3)),jr={supportsColor:function(e){return o(i(e,e&&e.isTTY))},stdout:o(i(!0,t.isatty(1))),stderr:o(i(!0,t.isatty(2)))}}();e&&(e.stderr||e).level>=2&&(t.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch(e){}t.inspectOpts=Object.keys(process.env).filter((e=>/^debug_/i.test(e))).reduce(((e,t)=>{const n=t.substring(6).toLowerCase().replace(/_([a-z])/g,((e,t)=>t.toUpperCase()));let r=process.env[t];return r=!!/^(yes|on|true|enabled)$/i.test(r)||!/^(no|off|false|disabled)$/i.test(r)&&("null"===r?null:Number(r)),e[n]=r,e}),{}),e.exports=Rr()(t);const{formatters:u}=e.exports;u.o=function(e){return this.inspectOpts.colors=this.useColors,r.inspect(e,this.inspectOpts).split("\n").map((e=>e.trim())).join(" ")},u.O=function(e){return this.inspectOpts.colors=this.useColors,r.inspect(e,this.inspectOpts)}}(Gr,Gr.exports)),Gr.exports}Jr=Nr,"undefined"==typeof process||"renderer"===process.type||!0===process.browser||process.__nwjs?Jr.exports=(Br||(Br=1,function(e,t){t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const n="color: "+this.color;t.splice(1,0,n,"color: inherit");let r=0,u=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(r++,"%c"===e&&(u=r))})),t.splice(u,0,n)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug")}catch(e){}return!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e},t.useColors=function(){return!("undefined"==typeof window||!window.process||"renderer"!==window.process.type&&!window.process.__nwjs)||("undefined"==typeof navigator||!navigator.userAgent||!navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))&&("undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/))},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=Rr()(t);const{formatters:n}=e.exports;n.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}}(Ir,Ir.exports)),Ir.exports):Jr.exports=Ur();var Wr=function(e){return(e=e||{}).circles?function(e){var t=[],n=[];return e.proto?function e(u){if("object"!=typeof u||null===u)return u;if(u instanceof Date)return new Date(u);if(Array.isArray(u))return r(u,e);if(u instanceof Map)return new Map(r(Array.from(u),e));if(u instanceof Set)return new Set(r(Array.from(u),e));var o={};for(var i in t.push(u),n.push(o),u){var s=u[i];if("object"!=typeof s||null===s)o[i]=s;else if(s instanceof Date)o[i]=new Date(s);else if(s instanceof Map)o[i]=new Map(r(Array.from(s),e));else if(s instanceof Set)o[i]=new Set(r(Array.from(s),e));else if(ArrayBuffer.isView(s))o[i]=zr(s);else{var c=t.indexOf(s);o[i]=-1!==c?n[c]:e(s)}}return t.pop(),n.pop(),o}:function e(u){if("object"!=typeof u||null===u)return u;if(u instanceof Date)return new Date(u);if(Array.isArray(u))return r(u,e);if(u instanceof Map)return new Map(r(Array.from(u),e));if(u instanceof Set)return new Set(r(Array.from(u),e));var o={};for(var i in t.push(u),n.push(o),u)if(!1!==Object.hasOwnProperty.call(u,i)){var s=u[i];if("object"!=typeof s||null===s)o[i]=s;else if(s instanceof Date)o[i]=new Date(s);else if(s instanceof Map)o[i]=new Map(r(Array.from(s),e));else if(s instanceof Set)o[i]=new Set(r(Array.from(s),e));else if(ArrayBuffer.isView(s))o[i]=zr(s);else{var c=t.indexOf(s);o[i]=-1!==c?n[c]:e(s)}}return t.pop(),n.pop(),o};function r(e,r){for(var u=Object.keys(e),o=new Array(u.length),i=0;i!e,Qr=e=>e&&"object"==typeof e&&!Array.isArray(e),eu=(e,t,n)=>{(Array.isArray(t)?t:[t]).forEach((t=>{if(t)throw new Error(`Problem with log4js configuration: (${Kr.inspect(e,{depth:5})}) - ${n}`)}))};var tu={configure:e=>{qr("New configuration to be validated: ",e),eu(e,Zr(Qr(e)),"must be an object."),qr(`Calling pre-processing listeners (${Yr.length})`),Yr.forEach((t=>t(e))),qr("Configuration pre-processing finished."),qr(`Calling configuration listeners (${Xr.length})`),Xr.forEach((t=>t(e))),qr("Configuration finished.")},addListener:e=>{Xr.push(e),qr(`Added listener, now ${Xr.length} listeners`)},addPreProcessingListener:e=>{Yr.push(e),qr(`Added pre-processing listener, now ${Yr.length} listeners`)},throwExceptionIf:eu,anObject:Qr,anInteger:e=>e&&"number"==typeof e&&Number.isInteger(e),validIdentifier:e=>/^[A-Za-z][A-Za-z0-9_]*$/g.test(e),not:Zr},nu={exports:{}};!function(e){function t(e,t){for(var n=e.toString();n.length-1?s:c,l=n(u.getHours()),f=n(u.getMinutes()),d=n(u.getSeconds()),D=t(u.getMilliseconds(),3),p=function(e){var t=Math.abs(e),n=String(Math.floor(t/60)),r=String(t%60);return n=("0"+n).slice(-2),r=("0"+r).slice(-2),0===e?"Z":(e<0?"+":"-")+n+":"+r}(u.getTimezoneOffset());return r.replace(/dd/g,o).replace(/MM/g,i).replace(/y{1,4}/g,a).replace(/hh/g,l).replace(/mm/g,f).replace(/ss/g,d).replace(/SSS/g,D).replace(/O/g,p)}function u(e,t,n,r){e["set"+(r?"":"UTC")+t](n)}e.exports=r,e.exports.asString=r,e.exports.parse=function(t,n,r){if(!t)throw new Error("pattern must be supplied");return function(t,n,r){var o=t.indexOf("O")<0,i=!1,s=[{pattern:/y{1,4}/,regexp:"\\d{1,4}",fn:function(e,t){u(e,"FullYear",t,o)}},{pattern:/MM/,regexp:"\\d{1,2}",fn:function(e,t){u(e,"Month",t-1,o),e.getMonth()!==t-1&&(i=!0)}},{pattern:/dd/,regexp:"\\d{1,2}",fn:function(e,t){i&&u(e,"Month",e.getMonth()-1,o),u(e,"Date",t,o)}},{pattern:/hh/,regexp:"\\d{1,2}",fn:function(e,t){u(e,"Hours",t,o)}},{pattern:/mm/,regexp:"\\d\\d",fn:function(e,t){u(e,"Minutes",t,o)}},{pattern:/ss/,regexp:"\\d\\d",fn:function(e,t){u(e,"Seconds",t,o)}},{pattern:/SSS/,regexp:"\\d\\d\\d",fn:function(e,t){u(e,"Milliseconds",t,o)}},{pattern:/O/,regexp:"[+-]\\d{1,2}:?\\d{2}?|Z",fn:function(e,t){t="Z"===t?0:t.replace(":","");var n=Math.abs(t),r=(t>0?-1:1)*(n%100+60*Math.floor(n/100));e.setUTCMinutes(e.getUTCMinutes()+r)}}],c=s.reduce((function(e,t){return t.pattern.test(e.regexp)?(t.index=e.regexp.match(t.pattern).index,e.regexp=e.regexp.replace(t.pattern,"("+t.regexp+")")):t.index=-1,e}),{regexp:t,index:[]}),a=s.filter((function(e){return e.index>-1}));a.sort((function(e,t){return e.index-t.index}));var l=new RegExp(c.regexp).exec(n);if(l){var f=r||e.exports.now();return a.forEach((function(e,t){e.fn(f,l[t+1])})),f}throw new Error("String '"+n+"' could not be parsed as '"+t+"'")}(t,n,r)},e.exports.now=function(){return new Date},e.exports.ISO8601_FORMAT="yyyy-MM-ddThh:mm:ss.SSS",e.exports.ISO8601_WITH_TZ_OFFSET_FORMAT="yyyy-MM-ddThh:mm:ss.SSSO",e.exports.DATETIME_FORMAT="dd MM yyyy hh:mm:ss.SSS",e.exports.ABSOLUTETIME_FORMAT="hh:mm:ss.SSS"}(nu);const ru=nu.exports,uu=E.default,ou=F.default,iu=p.default,su={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[90,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[91,39],yellow:[33,39]};function cu(e){return e?`[${su[e][0]}m`:""}function au(e){return e?`[${su[e][1]}m`:""}function lu(e,t){return n=ou.format("[%s] [%s] %s - ",ru.asString(e.startTime),e.level.toString(),e.categoryName),cu(r=t)+n+au(r);var n,r}function fu(e){return lu(e)+ou.format(...e.data)}function du(e){return lu(e,e.level.colour)+ou.format(...e.data)}function Du(e){return ou.format(...e.data)}function pu(e){return e.data[0]}function Eu(e,t){const n=/%(-?[0-9]+)?(\.?-?[0-9]+)?([[\]cdhmnprzxXyflos%])(\{([^}]+)\})?|([^%]+)/;function r(e){return e&&e.pid?e.pid.toString():process.pid.toString()}e=e||"%r %p %c - %m%n";const u={c:function(e,t){let n=e.categoryName;if(t){const e=parseInt(t,10),r=n.split(".");ee&&(n=r.slice(-e).join(iu.sep))}return n},l:function(e){return e.lineNumber?`${e.lineNumber}`:""},o:function(e){return e.columnNumber?`${e.columnNumber}`:""},s:function(e){return e.callStack||""}};function o(e,t,n){return u[e](t,n)}function i(e,t,n){let r=e;return r=function(e,t){let n;return e?(n=parseInt(e.substr(1),10),n>0?t.slice(0,n):t.slice(n)):t}(t,r),r=function(e,t){let n;if(e)if("-"===e.charAt(0))for(n=parseInt(e.substr(1),10);t.lengthDu,basic:()=>fu,colored:()=>du,coloured:()=>du,pattern:e=>Eu(e&&e.pattern,e&&e.tokens),dummy:()=>pu};var hu={basicLayout:fu,messagePassThroughLayout:Du,patternLayout:Eu,colouredLayout:du,coloredLayout:du,dummyLayout:pu,addLayout(e,t){mu[e]=t},layout:(e,t)=>mu[e]&&mu[e](t)};const yu=tu,Cu=["white","grey","black","blue","cyan","green","magenta","red","yellow"];class Fu{constructor(e,t,n){this.level=e,this.levelStr=t,this.colour=n}toString(){return this.levelStr}static getLevel(e,t){return e?e instanceof Fu?e:(e instanceof Object&&e.levelStr&&(e=e.levelStr),Fu[e.toString().toUpperCase()]||t):t}static addLevels(e){if(e){Object.keys(e).forEach((t=>{const n=t.toUpperCase();Fu[n]=new Fu(e[t].value,n,e[t].colour);const r=Fu.levels.findIndex((e=>e.levelStr===n));r>-1?Fu.levels[r]=Fu[n]:Fu.levels.push(Fu[n])})),Fu.levels.sort(((e,t)=>e.level-t.level))}}isLessThanOrEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level<=e.level}isGreaterThanOrEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level>=e.level}isEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level===e.level}}Fu.levels=[],Fu.addLevels({ALL:{value:Number.MIN_VALUE,colour:"grey"},TRACE:{value:5e3,colour:"blue"},DEBUG:{value:1e4,colour:"cyan"},INFO:{value:2e4,colour:"green"},WARN:{value:3e4,colour:"yellow"},ERROR:{value:4e4,colour:"red"},FATAL:{value:5e4,colour:"magenta"},MARK:{value:9007199254740992,colour:"grey"},OFF:{value:Number.MAX_VALUE,colour:"grey"}}),yu.addListener((e=>{const t=e.levels;if(t){yu.throwExceptionIf(e,yu.not(yu.anObject(t)),"levels must be an object");Object.keys(t).forEach((n=>{yu.throwExceptionIf(e,yu.not(yu.validIdentifier(n)),`level name "${n}" is not a valid identifier (must start with a letter, only contain A-Z,a-z,0-9,_)`),yu.throwExceptionIf(e,yu.not(yu.anObject(t[n])),`level "${n}" must be an object`),yu.throwExceptionIf(e,yu.not(t[n].value),`level "${n}" must have a 'value' property`),yu.throwExceptionIf(e,yu.not(yu.anInteger(t[n].value)),`level "${n}".value must have an integer value`),yu.throwExceptionIf(e,yu.not(t[n].colour),`level "${n}" must have a 'colour' property`),yu.throwExceptionIf(e,yu.not(Cu.indexOf(t[n].colour)>-1),`level "${n}".colour must be one of ${Cu.join(", ")}`)}))}})),yu.addListener((e=>{Fu.addLevels(e.levels)}));var gu=Fu,Au={exports:{}},vu={};/*! (c) 2020 Andrea Giammarchi */ +const{parse:Su,stringify:wu}=JSON,{keys:Ou}=Object,bu=String,_u="string",Bu={},Pu="object",ku=(e,t)=>t,xu=e=>e instanceof bu?bu(e):e,Nu=(e,t)=>typeof t===_u?new bu(t):t,Iu=(e,t,n,r)=>{const u=[];for(let o=Ou(n),{length:i}=o,s=0;s{const r=bu(t.push(n)-1);return e.set(n,r),r},Ru=(e,t)=>{const n=Su(e,Nu).map(xu),r=n[0],u=t||ku,o=typeof r===Pu&&r?Iu(n,new Set,r,u):r;return u.call({"":o},"",o)};vu.parse=Ru;const Mu=(e,t,n)=>{const r=t&&typeof t===Pu?(e,n)=>""===e||-1Su(Mu(e));vu.fromJSON=e=>Ru(wu(e));const Lu=vu,ju=gu;class $u{constructor(e,t,n,r,u){this.startTime=new Date,this.categoryName=e,this.data=n,this.level=t,this.context=Object.assign({},r),this.pid=process.pid,u&&(this.functionName=u.functionName,this.fileName=u.fileName,this.lineNumber=u.lineNumber,this.columnNumber=u.columnNumber,this.callStack=u.callStack)}serialise(){const e=this.data.map((e=>(e&&e.message&&e.stack&&(e=Object.assign({message:e.message,stack:e.stack},e)),e)));return this.data=e,Lu.stringify(this)}static deserialise(e){let t;try{const n=Lu.parse(e);n.data=n.data.map((e=>{if(e&&e.message&&e.stack){const t=new Error(e);Object.keys(e).forEach((n=>{t[n]=e[n]})),e=t}return e})),t=new $u(n.categoryName,ju.getLevel(n.level.levelStr),n.data,n.context),t.startTime=new Date(n.startTime),t.pid=n.pid,t.cluster=n.cluster}catch(n){t=new $u("log4js",ju.ERROR,["Unable to parse log:",e,"because: ",n])}return t}}var Hu=$u;const Ju=Nr.exports("log4js:clustering"),Gu=Hu,Vu=tu;let Uu=!1,Wu=null;try{Wu=require("cluster")}catch(e){Ju("cluster module not present"),Uu=!0}const zu=[];let Ku=!1,qu="NODE_APP_INSTANCE";const Yu=()=>Ku&&"0"===process.env[qu],Xu=()=>Uu||Wu.isMaster||Yu(),Zu=e=>{zu.forEach((t=>t(e)))},Qu=(e,t)=>{if(Ju("cluster message received from worker ",e,": ",t),e.topic&&e.data&&(t=e,e=void 0),t&&t.topic&&"log4js:message"===t.topic){Ju("received message: ",t.data);const e=Gu.deserialise(t.data);Zu(e)}};Uu||Vu.addListener((e=>{zu.length=0,({pm2:Ku,disableClustering:Uu,pm2InstanceVar:qu="NODE_APP_INSTANCE"}=e),Ju(`clustering disabled ? ${Uu}`),Ju(`cluster.isMaster ? ${Wu&&Wu.isMaster}`),Ju(`pm2 enabled ? ${Ku}`),Ju(`pm2InstanceVar = ${qu}`),Ju(`process.env[${qu}] = ${process.env[qu]}`),Ku&&process.removeListener("message",Qu),Wu&&Wu.removeListener&&Wu.removeListener("message",Qu),Uu||e.disableClustering?Ju("Not listening for cluster messages, because clustering disabled."):Yu()?(Ju("listening for PM2 broadcast messages"),process.on("message",Qu)):Wu.isMaster?(Ju("listening for cluster messages"),Wu.on("message",Qu)):Ju("not listening for messages, because we are not a master process")}));var eo={onlyOnMaster:(e,t)=>Xu()?e():t,isMaster:Xu,send:e=>{Xu()?Zu(e):(Ku||(e.cluster={workerId:Wu.worker.id,worker:process.pid}),process.send({topic:"log4js:message",data:e.serialise()}))},onMessage:e=>{zu.push(e)}},to={};function no(e){if("number"==typeof e&&Number.isInteger(e))return e;const t={K:1024,M:1048576,G:1073741824},n=Object.keys(t),r=e.substr(e.length-1).toLocaleUpperCase(),u=e.substring(0,e.length-1).trim();if(n.indexOf(r)<0||!Number.isInteger(Number(u)))throw Error(`maxLogSize: "${e}" is invalid`);return u*t[r]}function ro(e){return function(e,t){const n=Object.assign({},t);return Object.keys(e).forEach((r=>{n[r]&&(n[r]=e[r](t[r]))})),n}({maxLogSize:no},e)}const uo={file:ro,fileSync:ro};to.modifyConfig=e=>uo[e.type]?uo[e.type](e):e;var oo={};const io=console.log.bind(console);oo.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{io(e(n,t))}}(n,e.timezoneOffset)};var so={};so.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{process.stdout.write(`${e(n,t)}\n`)}}(n,e.timezoneOffset)};var co={};co.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{process.stderr.write(`${e(n,t)}\n`)}}(n,e.timezoneOffset)};var ao={};ao.configure=function(e,t,n,r){const u=n(e.appender);return function(e,t,n,r){const u=r.getLevel(e),o=r.getLevel(t,r.FATAL);return e=>{const t=e.level;t.isGreaterThanOrEqualTo(u)&&t.isLessThanOrEqualTo(o)&&n(e)}}(e.level,e.maxLevel,u,r)};var lo={};const fo=Nr.exports("log4js:categoryFilter");lo.configure=function(e,t,n){const r=n(e.appender);return function(e,t){return"string"==typeof e&&(e=[e]),n=>{fo(`Checking ${n.categoryName} against ${e}`),-1===e.indexOf(n.categoryName)&&(fo("Not excluded, sending to appender"),t(n))}}(e.exclude,r)};var Do={};const po=Nr.exports("log4js:noLogFilter");Do.configure=function(e,t,n){const r=n(e.appender);return function(e,t){return n=>{po(`Checking data: ${n.data} against filters: ${e}`),"string"==typeof e&&(e=[e]),e=e.filter((e=>null!=e&&""!==e));const r=new RegExp(e.join("|"),"i");(0===e.length||n.data.findIndex((e=>r.test(e)))<0)&&(po("Not excluded, sending to appender"),t(n))}}(e.exclude,r)};var Eo={},mo={exports:{}},ho={},yo={fromCallback:function(e){return Object.defineProperty((function(){if("function"!=typeof arguments[arguments.length-1])return new Promise(((t,n)=>{arguments[arguments.length]=(e,r)=>{if(e)return n(e);t(r)},arguments.length++,e.apply(this,arguments)}));e.apply(this,arguments)}),"name",{value:e.name})},fromPromise:function(e){return Object.defineProperty((function(){const t=arguments[arguments.length-1];if("function"!=typeof t)return e.apply(this,arguments);e.apply(this,arguments).then((e=>t(null,e)),t)}),"name",{value:e.name})}};!function(e){const t=yo.fromCallback,n=we,r=["access","appendFile","chmod","chown","close","copyFile","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","lchown","lchmod","link","lstat","mkdir","mkdtemp","open","readFile","readdir","readlink","realpath","rename","rmdir","stat","symlink","truncate","unlink","utimes","writeFile"].filter((e=>"function"==typeof n[e]));Object.keys(n).forEach((t=>{"promises"!==t&&(e[t]=n[t])})),r.forEach((r=>{e[r]=t(n[r])})),e.exists=function(e,t){return"function"==typeof t?n.exists(e,t):new Promise((t=>n.exists(e,t)))},e.read=function(e,t,r,u,o,i){return"function"==typeof i?n.read(e,t,r,u,o,i):new Promise(((i,s)=>{n.read(e,t,r,u,o,((e,t,n)=>{if(e)return s(e);i({bytesRead:t,buffer:n})}))}))},e.write=function(e,t,...r){return"function"==typeof r[r.length-1]?n.write(e,t,...r):new Promise(((u,o)=>{n.write(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffer:n})}))}))},"function"==typeof n.realpath.native&&(e.realpath.native=t(n.realpath.native))}(ho);const Co=p.default;function Fo(e){return(e=Co.normalize(Co.resolve(e)).split(Co.sep)).length>0?e[0]:null}const go=/[<>:"|?*]/;var Ao=function(e){const t=Fo(e);return e=e.replace(t,""),go.test(e)};const vo=we,So=p.default,wo=Ao,Oo=parseInt("0777",8);var bo=function e(t,n,r,u){if("function"==typeof n?(r=n,n={}):n&&"object"==typeof n||(n={mode:n}),"win32"===process.platform&&wo(t)){const e=new Error(t+" contains invalid WIN32 path characters.");return e.code="EINVAL",r(e)}let o=n.mode;const i=n.fs||vo;void 0===o&&(o=Oo&~process.umask()),u||(u=null),r=r||function(){},t=So.resolve(t),i.mkdir(t,o,(o=>{if(!o)return r(null,u=u||t);if("ENOENT"===o.code){if(So.dirname(t)===t)return r(o);e(So.dirname(t),n,((u,o)=>{u?r(u,o):e(t,n,r,o)}))}else i.stat(t,((e,t)=>{e||!t.isDirectory()?r(o,u):r(null,u)}))}))};const _o=we,Bo=p.default,Po=Ao,ko=parseInt("0777",8);var xo=function e(t,n,r){n&&"object"==typeof n||(n={mode:n});let u=n.mode;const o=n.fs||_o;if("win32"===process.platform&&Po(t)){const e=new Error(t+" contains invalid WIN32 path characters.");throw e.code="EINVAL",e}void 0===u&&(u=ko&~process.umask()),r||(r=null),t=Bo.resolve(t);try{o.mkdirSync(t,u),r=r||t}catch(u){if("ENOENT"===u.code){if(Bo.dirname(t)===t)throw u;r=e(Bo.dirname(t),n,r),e(t,n,r)}else{let e;try{e=o.statSync(t)}catch(e){throw u}if(!e.isDirectory())throw u}}return r};const No=(0,yo.fromCallback)(bo);var Io={mkdirs:No,mkdirsSync:xo,mkdirp:No,mkdirpSync:xo,ensureDir:No,ensureDirSync:xo};const To=we;E.default,p.default;var Ro=function(e,t,n,r){To.open(e,"r+",((e,u)=>{if(e)return r(e);To.futimes(u,t,n,(e=>{To.close(u,(t=>{r&&r(e||t)}))}))}))},Mo=function(e,t,n){const r=To.openSync(e,"r+");return To.futimesSync(r,t,n),To.closeSync(r)};const Lo=we,jo=p.default,$o=10,Ho=5,Jo=0,Go=process.versions.node.split("."),Vo=Number.parseInt(Go[0],10),Uo=Number.parseInt(Go[1],10),Wo=Number.parseInt(Go[2],10);function zo(){if(Vo>$o)return!0;if(Vo===$o){if(Uo>Ho)return!0;if(Uo===Ho&&Wo>=Jo)return!0}return!1}function Ko(e,t){const n=jo.resolve(e).split(jo.sep).filter((e=>e)),r=jo.resolve(t).split(jo.sep).filter((e=>e));return n.reduce(((e,t,n)=>e&&r[n]===t),!0)}function qo(e,t,n){return`Cannot ${n} '${e}' to a subdirectory of itself, '${t}'.`}var Yo,Xo,Zo={checkPaths:function(e,t,n,r){!function(e,t,n){zo()?Lo.stat(e,{bigint:!0},((e,r)=>{if(e)return n(e);Lo.stat(t,{bigint:!0},((e,t)=>e?"ENOENT"===e.code?n(null,{srcStat:r,destStat:null}):n(e):n(null,{srcStat:r,destStat:t})))})):Lo.stat(e,((e,r)=>{if(e)return n(e);Lo.stat(t,((e,t)=>e?"ENOENT"===e.code?n(null,{srcStat:r,destStat:null}):n(e):n(null,{srcStat:r,destStat:t})))}))}(e,t,((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;return s&&s.ino&&s.dev&&s.ino===i.ino&&s.dev===i.dev?r(new Error("Source and destination must not be the same.")):i.isDirectory()&&Ko(e,t)?r(new Error(qo(e,t,n))):r(null,{srcStat:i,destStat:s})}))},checkPathsSync:function(e,t,n){const{srcStat:r,destStat:u}=function(e,t){let n,r;n=zo()?Lo.statSync(e,{bigint:!0}):Lo.statSync(e);try{r=zo()?Lo.statSync(t,{bigint:!0}):Lo.statSync(t)}catch(e){if("ENOENT"===e.code)return{srcStat:n,destStat:null};throw e}return{srcStat:n,destStat:r}}(e,t);if(u&&u.ino&&u.dev&&u.ino===r.ino&&u.dev===r.dev)throw new Error("Source and destination must not be the same.");if(r.isDirectory()&&Ko(e,t))throw new Error(qo(e,t,n));return{srcStat:r,destStat:u}},checkParentPaths:function e(t,n,r,u,o){const i=jo.resolve(jo.dirname(t)),s=jo.resolve(jo.dirname(r));if(s===i||s===jo.parse(s).root)return o();zo()?Lo.stat(s,{bigint:!0},((i,c)=>i?"ENOENT"===i.code?o():o(i):c.ino&&c.dev&&c.ino===n.ino&&c.dev===n.dev?o(new Error(qo(t,r,u))):e(t,n,s,u,o))):Lo.stat(s,((i,c)=>i?"ENOENT"===i.code?o():o(i):c.ino&&c.dev&&c.ino===n.ino&&c.dev===n.dev?o(new Error(qo(t,r,u))):e(t,n,s,u,o)))},checkParentPathsSync:function e(t,n,r,u){const o=jo.resolve(jo.dirname(t)),i=jo.resolve(jo.dirname(r));if(i===o||i===jo.parse(i).root)return;let s;try{s=zo()?Lo.statSync(i,{bigint:!0}):Lo.statSync(i)}catch(e){if("ENOENT"===e.code)return;throw e}if(s.ino&&s.dev&&s.ino===n.ino&&s.dev===n.dev)throw new Error(qo(t,r,u));return e(t,n,i,u)},isSrcSubdir:Ko};const Qo=we,ei=p.default,ti=Io.mkdirsSync,ni=Mo,ri=Zo;function ui(e,t,n,r){if(!r.filter||r.filter(t,n))return function(e,t,n,r){const u=r.dereference?Qo.statSync:Qo.lstatSync,o=u(t);if(o.isDirectory())return function(e,t,n,r,u){if(!t)return function(e,t,n,r){return Qo.mkdirSync(n),ii(t,n,r),Qo.chmodSync(n,e.mode)}(e,n,r,u);if(t&&!t.isDirectory())throw new Error(`Cannot overwrite non-directory '${r}' with directory '${n}'.`);return ii(n,r,u)}(o,e,t,n,r);if(o.isFile()||o.isCharacterDevice()||o.isBlockDevice())return function(e,t,n,r,u){return t?function(e,t,n,r){if(r.overwrite)return Qo.unlinkSync(n),oi(e,t,n,r);if(r.errorOnExist)throw new Error(`'${n}' already exists`)}(e,n,r,u):oi(e,n,r,u)}(o,e,t,n,r);if(o.isSymbolicLink())return function(e,t,n,r){let u=Qo.readlinkSync(t);r.dereference&&(u=ei.resolve(process.cwd(),u));if(e){let e;try{e=Qo.readlinkSync(n)}catch(e){if("EINVAL"===e.code||"UNKNOWN"===e.code)return Qo.symlinkSync(u,n);throw e}if(r.dereference&&(e=ei.resolve(process.cwd(),e)),ri.isSrcSubdir(u,e))throw new Error(`Cannot copy '${u}' to a subdirectory of itself, '${e}'.`);if(Qo.statSync(n).isDirectory()&&ri.isSrcSubdir(e,u))throw new Error(`Cannot overwrite '${e}' with '${u}'.`);return function(e,t){return Qo.unlinkSync(t),Qo.symlinkSync(e,t)}(u,n)}return Qo.symlinkSync(u,n)}(e,t,n,r)}(e,t,n,r)}function oi(e,t,n,r){return"function"==typeof Qo.copyFileSync?(Qo.copyFileSync(t,n),Qo.chmodSync(n,e.mode),r.preserveTimestamps?ni(n,e.atime,e.mtime):void 0):function(e,t,n,r){const u=65536,o=(Xo?Yo:(Xo=1,Yo=function(e){if("function"==typeof Buffer.allocUnsafe)try{return Buffer.allocUnsafe(e)}catch(t){return new Buffer(e)}return new Buffer(e)}))(u),i=Qo.openSync(t,"r"),s=Qo.openSync(n,"w",e.mode);let c=0;for(;cfunction(e,t,n,r){const u=ei.join(t,e),o=ei.join(n,e),{destStat:i}=ri.checkPathsSync(u,o,"copy");return ui(i,u,o,r)}(r,e,t,n)))}var si=function(e,t,n){"function"==typeof n&&(n={filter:n}),(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269");const{srcStat:r,destStat:u}=ri.checkPathsSync(e,t,"copy");return ri.checkParentPathsSync(e,r,t,"copy"),function(e,t,n,r){if(r.filter&&!r.filter(t,n))return;const u=ei.dirname(n);Qo.existsSync(u)||ti(u);return ui(e,t,n,r)}(u,e,t,n)},ci={copySync:si};const ai=yo.fromPromise,li=ho;var fi={pathExists:ai((function(e){return li.access(e).then((()=>!0)).catch((()=>!1))})),pathExistsSync:li.existsSync};const di=we,Di=p.default,pi=Io.mkdirs,Ei=fi.pathExists,mi=Ro,hi=Zo;function yi(e,t,n,r,u){const o=Di.dirname(n);Ei(o,((i,s)=>i?u(i):s?Fi(e,t,n,r,u):void pi(o,(o=>o?u(o):Fi(e,t,n,r,u)))))}function Ci(e,t,n,r,u,o){Promise.resolve(u.filter(n,r)).then((i=>i?e(t,n,r,u,o):o()),(e=>o(e)))}function Fi(e,t,n,r,u){return r.filter?Ci(gi,e,t,n,r,u):gi(e,t,n,r,u)}function gi(e,t,n,r,u){(r.dereference?di.stat:di.lstat)(t,((o,i)=>o?u(o):i.isDirectory()?function(e,t,n,r,u,o){if(!t)return function(e,t,n,r,u){di.mkdir(n,(o=>{if(o)return u(o);Si(t,n,r,(t=>t?u(t):di.chmod(n,e.mode,u)))}))}(e,n,r,u,o);if(t&&!t.isDirectory())return o(new Error(`Cannot overwrite non-directory '${r}' with directory '${n}'.`));return Si(n,r,u,o)}(i,e,t,n,r,u):i.isFile()||i.isCharacterDevice()||i.isBlockDevice()?function(e,t,n,r,u,o){return t?function(e,t,n,r,u){if(!r.overwrite)return r.errorOnExist?u(new Error(`'${n}' already exists`)):u();di.unlink(n,(o=>o?u(o):Ai(e,t,n,r,u)))}(e,n,r,u,o):Ai(e,n,r,u,o)}(i,e,t,n,r,u):i.isSymbolicLink()?function(e,t,n,r,u){di.readlink(t,((t,o)=>t?u(t):(r.dereference&&(o=Di.resolve(process.cwd(),o)),e?void di.readlink(n,((t,i)=>t?"EINVAL"===t.code||"UNKNOWN"===t.code?di.symlink(o,n,u):u(t):(r.dereference&&(i=Di.resolve(process.cwd(),i)),hi.isSrcSubdir(o,i)?u(new Error(`Cannot copy '${o}' to a subdirectory of itself, '${i}'.`)):e.isDirectory()&&hi.isSrcSubdir(i,o)?u(new Error(`Cannot overwrite '${i}' with '${o}'.`)):function(e,t,n){di.unlink(t,(r=>r?n(r):di.symlink(e,t,n)))}(o,n,u)))):di.symlink(o,n,u))))}(e,t,n,r,u):void 0))}function Ai(e,t,n,r,u){return"function"==typeof di.copyFile?di.copyFile(t,n,(t=>t?u(t):vi(e,n,r,u))):function(e,t,n,r,u){const o=di.createReadStream(t);o.on("error",(e=>u(e))).once("open",(()=>{const t=di.createWriteStream(n,{mode:e.mode});t.on("error",(e=>u(e))).on("open",(()=>o.pipe(t))).once("close",(()=>vi(e,n,r,u)))}))}(e,t,n,r,u)}function vi(e,t,n,r){di.chmod(t,e.mode,(u=>u?r(u):n.preserveTimestamps?mi(t,e.atime,e.mtime,r):r()))}function Si(e,t,n,r){di.readdir(e,((u,o)=>u?r(u):wi(o,e,t,n,r)))}function wi(e,t,n,r,u){const o=e.pop();return o?function(e,t,n,r,u,o){const i=Di.join(n,t),s=Di.join(r,t);hi.checkPaths(i,s,"copy",((t,c)=>{if(t)return o(t);const{destStat:a}=c;Fi(a,i,s,u,(t=>t?o(t):wi(e,n,r,u,o)))}))}(e,o,t,n,r,u):u()}var Oi=function(e,t,n,r){"function"!=typeof n||r?"function"==typeof n&&(n={filter:n}):(r=n,n={}),r=r||function(){},(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269"),hi.checkPaths(e,t,"copy",((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;hi.checkParentPaths(e,i,t,"copy",(u=>u?r(u):n.filter?Ci(yi,s,e,t,n,r):yi(s,e,t,n,r)))}))};var bi={copy:(0,yo.fromCallback)(Oi)};const _i=we,Bi=p.default,Pi=g.default,ki="win32"===process.platform;function xi(e){["unlink","chmod","stat","lstat","rmdir","readdir"].forEach((t=>{e[t]=e[t]||_i[t],e[t+="Sync"]=e[t]||_i[t]})),e.maxBusyTries=e.maxBusyTries||3}function Ni(e,t,n){let r=0;"function"==typeof t&&(n=t,t={}),Pi(e,"rimraf: missing path"),Pi.strictEqual(typeof e,"string","rimraf: path should be a string"),Pi.strictEqual(typeof n,"function","rimraf: callback function required"),Pi(t,"rimraf: invalid options argument provided"),Pi.strictEqual(typeof t,"object","rimraf: options should be object"),xi(t),Ii(e,t,(function u(o){if(o){if(("EBUSY"===o.code||"ENOTEMPTY"===o.code||"EPERM"===o.code)&&rIi(e,t,u)),100*r)}"ENOENT"===o.code&&(o=null)}n(o)}))}function Ii(e,t,n){Pi(e),Pi(t),Pi("function"==typeof n),t.lstat(e,((r,u)=>r&&"ENOENT"===r.code?n(null):r&&"EPERM"===r.code&&ki?Ti(e,t,r,n):u&&u.isDirectory()?Mi(e,t,r,n):void t.unlink(e,(r=>{if(r){if("ENOENT"===r.code)return n(null);if("EPERM"===r.code)return ki?Ti(e,t,r,n):Mi(e,t,r,n);if("EISDIR"===r.code)return Mi(e,t,r,n)}return n(r)}))))}function Ti(e,t,n,r){Pi(e),Pi(t),Pi("function"==typeof r),n&&Pi(n instanceof Error),t.chmod(e,438,(u=>{u?r("ENOENT"===u.code?null:n):t.stat(e,((u,o)=>{u?r("ENOENT"===u.code?null:n):o.isDirectory()?Mi(e,t,n,r):t.unlink(e,r)}))}))}function Ri(e,t,n){let r;Pi(e),Pi(t),n&&Pi(n instanceof Error);try{t.chmodSync(e,438)}catch(e){if("ENOENT"===e.code)return;throw n}try{r=t.statSync(e)}catch(e){if("ENOENT"===e.code)return;throw n}r.isDirectory()?ji(e,t,n):t.unlinkSync(e)}function Mi(e,t,n,r){Pi(e),Pi(t),n&&Pi(n instanceof Error),Pi("function"==typeof r),t.rmdir(e,(u=>{!u||"ENOTEMPTY"!==u.code&&"EEXIST"!==u.code&&"EPERM"!==u.code?u&&"ENOTDIR"===u.code?r(n):r(u):function(e,t,n){Pi(e),Pi(t),Pi("function"==typeof n),t.readdir(e,((r,u)=>{if(r)return n(r);let o,i=u.length;if(0===i)return t.rmdir(e,n);u.forEach((r=>{Ni(Bi.join(e,r),t,(r=>{if(!o)return r?n(o=r):void(0==--i&&t.rmdir(e,n))}))}))}))}(e,t,r)}))}function Li(e,t){let n;xi(t=t||{}),Pi(e,"rimraf: missing path"),Pi.strictEqual(typeof e,"string","rimraf: path should be a string"),Pi(t,"rimraf: missing options"),Pi.strictEqual(typeof t,"object","rimraf: options should be object");try{n=t.lstatSync(e)}catch(n){if("ENOENT"===n.code)return;"EPERM"===n.code&&ki&&Ri(e,t,n)}try{n&&n.isDirectory()?ji(e,t,null):t.unlinkSync(e)}catch(n){if("ENOENT"===n.code)return;if("EPERM"===n.code)return ki?Ri(e,t,n):ji(e,t,n);if("EISDIR"!==n.code)throw n;ji(e,t,n)}}function ji(e,t,n){Pi(e),Pi(t),n&&Pi(n instanceof Error);try{t.rmdirSync(e)}catch(r){if("ENOTDIR"===r.code)throw n;if("ENOTEMPTY"===r.code||"EEXIST"===r.code||"EPERM"===r.code)!function(e,t){if(Pi(e),Pi(t),t.readdirSync(e).forEach((n=>Li(Bi.join(e,n),t))),!ki){return t.rmdirSync(e,t)}{const n=Date.now();do{try{return t.rmdirSync(e,t)}catch(e){}}while(Date.now()-n<500)}}(e,t);else if("ENOENT"!==r.code)throw r}}var $i=Ni;Ni.sync=Li;const Hi=$i;var Ji={remove:(0,yo.fromCallback)(Hi),removeSync:Hi.sync};const Gi=yo.fromCallback,Vi=we,Ui=p.default,Wi=Io,zi=Ji,Ki=Gi((function(e,t){t=t||function(){},Vi.readdir(e,((n,r)=>{if(n)return Wi.mkdirs(e,t);r=r.map((t=>Ui.join(e,t))),function e(){const n=r.pop();if(!n)return t();zi.remove(n,(n=>{if(n)return t(n);e()}))}()}))}));function qi(e){let t;try{t=Vi.readdirSync(e)}catch(t){return Wi.mkdirsSync(e)}t.forEach((t=>{t=Ui.join(e,t),zi.removeSync(t)}))}var Yi={emptyDirSync:qi,emptydirSync:qi,emptyDir:Ki,emptydir:Ki};const Xi=yo.fromCallback,Zi=p.default,Qi=we,es=Io,ts=fi.pathExists;var ns={createFile:Xi((function(e,t){function n(){Qi.writeFile(e,"",(e=>{if(e)return t(e);t()}))}Qi.stat(e,((r,u)=>{if(!r&&u.isFile())return t();const o=Zi.dirname(e);ts(o,((e,r)=>e?t(e):r?n():void es.mkdirs(o,(e=>{if(e)return t(e);n()}))))}))})),createFileSync:function(e){let t;try{t=Qi.statSync(e)}catch(e){}if(t&&t.isFile())return;const n=Zi.dirname(e);Qi.existsSync(n)||es.mkdirsSync(n),Qi.writeFileSync(e,"")}};const rs=yo.fromCallback,us=p.default,os=we,is=Io,ss=fi.pathExists;var cs={createLink:rs((function(e,t,n){function r(e,t){os.link(e,t,(e=>{if(e)return n(e);n(null)}))}ss(t,((u,o)=>u?n(u):o?n(null):void os.lstat(e,(u=>{if(u)return u.message=u.message.replace("lstat","ensureLink"),n(u);const o=us.dirname(t);ss(o,((u,i)=>u?n(u):i?r(e,t):void is.mkdirs(o,(u=>{if(u)return n(u);r(e,t)}))))}))))})),createLinkSync:function(e,t){if(os.existsSync(t))return;try{os.lstatSync(e)}catch(e){throw e.message=e.message.replace("lstat","ensureLink"),e}const n=us.dirname(t);return os.existsSync(n)||is.mkdirsSync(n),os.linkSync(e,t)}};const as=p.default,ls=we,fs=fi.pathExists;var ds={symlinkPaths:function(e,t,n){if(as.isAbsolute(e))return ls.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:e})));{const r=as.dirname(t),u=as.join(r,e);return fs(u,((t,o)=>t?n(t):o?n(null,{toCwd:u,toDst:e}):ls.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:as.relative(r,e)})))))}},symlinkPathsSync:function(e,t){let n;if(as.isAbsolute(e)){if(n=ls.existsSync(e),!n)throw new Error("absolute srcpath does not exist");return{toCwd:e,toDst:e}}{const r=as.dirname(t),u=as.join(r,e);if(n=ls.existsSync(u),n)return{toCwd:u,toDst:e};if(n=ls.existsSync(e),!n)throw new Error("relative srcpath does not exist");return{toCwd:e,toDst:as.relative(r,e)}}}};const Ds=we;var ps={symlinkType:function(e,t,n){if(n="function"==typeof t?t:n,t="function"!=typeof t&&t)return n(null,t);Ds.lstat(e,((e,r)=>{if(e)return n(null,"file");t=r&&r.isDirectory()?"dir":"file",n(null,t)}))},symlinkTypeSync:function(e,t){let n;if(t)return t;try{n=Ds.lstatSync(e)}catch(e){return"file"}return n&&n.isDirectory()?"dir":"file"}};const Es=yo.fromCallback,ms=p.default,hs=we,ys=Io.mkdirs,Cs=Io.mkdirsSync,Fs=ds.symlinkPaths,gs=ds.symlinkPathsSync,As=ps.symlinkType,vs=ps.symlinkTypeSync,Ss=fi.pathExists;var ws={createSymlink:Es((function(e,t,n,r){r="function"==typeof n?n:r,n="function"!=typeof n&&n,Ss(t,((u,o)=>u?r(u):o?r(null):void Fs(e,t,((u,o)=>{if(u)return r(u);e=o.toDst,As(o.toCwd,n,((n,u)=>{if(n)return r(n);const o=ms.dirname(t);Ss(o,((n,i)=>n?r(n):i?hs.symlink(e,t,u,r):void ys(o,(n=>{if(n)return r(n);hs.symlink(e,t,u,r)}))))}))}))))})),createSymlinkSync:function(e,t,n){if(hs.existsSync(t))return;const r=gs(e,t);e=r.toDst,n=vs(r.toCwd,n);const u=ms.dirname(t);return hs.existsSync(u)||Cs(u),hs.symlinkSync(e,t,n)}};var Os,bs={createFile:ns.createFile,createFileSync:ns.createFileSync,ensureFile:ns.createFile,ensureFileSync:ns.createFileSync,createLink:cs.createLink,createLinkSync:cs.createLinkSync,ensureLink:cs.createLink,ensureLinkSync:cs.createLinkSync,createSymlink:ws.createSymlink,createSymlinkSync:ws.createSymlinkSync,ensureSymlink:ws.createSymlink,ensureSymlinkSync:ws.createSymlinkSync};try{Os=we}catch(e){Os=D.default}function _s(e,t){var n,r="\n";return"object"==typeof t&&null!==t&&(t.spaces&&(n=t.spaces),t.EOL&&(r=t.EOL)),JSON.stringify(e,t?t.replacer:null,n).replace(/\n/g,r)+r}function Bs(e){return Buffer.isBuffer(e)&&(e=e.toString("utf8")),e=e.replace(/^\uFEFF/,"")}var Ps={readFile:function(e,t,n){null==n&&(n=t,t={}),"string"==typeof t&&(t={encoding:t});var r=(t=t||{}).fs||Os,u=!0;"throws"in t&&(u=t.throws),r.readFile(e,t,(function(r,o){if(r)return n(r);var i;o=Bs(o);try{i=JSON.parse(o,t?t.reviver:null)}catch(t){return u?(t.message=e+": "+t.message,n(t)):n(null,null)}n(null,i)}))},readFileSync:function(e,t){"string"==typeof(t=t||{})&&(t={encoding:t});var n=t.fs||Os,r=!0;"throws"in t&&(r=t.throws);try{var u=n.readFileSync(e,t);return u=Bs(u),JSON.parse(u,t.reviver)}catch(t){if(r)throw t.message=e+": "+t.message,t;return null}},writeFile:function(e,t,n,r){null==r&&(r=n,n={});var u=(n=n||{}).fs||Os,o="";try{o=_s(t,n)}catch(e){return void(r&&r(e,null))}u.writeFile(e,o,n,r)},writeFileSync:function(e,t,n){var r=(n=n||{}).fs||Os,u=_s(t,n);return r.writeFileSync(e,u,n)}},ks=Ps;const xs=yo.fromCallback,Ns=ks;var Is={readJson:xs(Ns.readFile),readJsonSync:Ns.readFileSync,writeJson:xs(Ns.writeFile),writeJsonSync:Ns.writeFileSync};const Ts=p.default,Rs=Io,Ms=fi.pathExists,Ls=Is;var js=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=Ts.dirname(e);Ms(u,((o,i)=>o?r(o):i?Ls.writeJson(e,t,n,r):void Rs.mkdirs(u,(u=>{if(u)return r(u);Ls.writeJson(e,t,n,r)}))))};const $s=we,Hs=p.default,Js=Io,Gs=Is;var Vs=function(e,t,n){const r=Hs.dirname(e);$s.existsSync(r)||Js.mkdirsSync(r),Gs.writeJsonSync(e,t,n)};const Us=yo.fromCallback,Ws=Is;Ws.outputJson=Us(js),Ws.outputJsonSync=Vs,Ws.outputJSON=Ws.outputJson,Ws.outputJSONSync=Ws.outputJsonSync,Ws.writeJSON=Ws.writeJson,Ws.writeJSONSync=Ws.writeJsonSync,Ws.readJSON=Ws.readJson,Ws.readJSONSync=Ws.readJsonSync;var zs=Ws;const Ks=we,qs=p.default,Ys=ci.copySync,Xs=Ji.removeSync,Zs=Io.mkdirpSync,Qs=Zo;function ec(e,t,n){try{Ks.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)throw r;return function(e,t,n){const r={overwrite:n,errorOnExist:!0};return Ys(e,t,r),Xs(e)}(e,t,n)}}var tc=function(e,t,n){const r=(n=n||{}).overwrite||n.clobber||!1,{srcStat:u}=Qs.checkPathsSync(e,t,"move");return Qs.checkParentPathsSync(e,u,t,"move"),Zs(qs.dirname(t)),function(e,t,n){if(n)return Xs(t),ec(e,t,n);if(Ks.existsSync(t))throw new Error("dest already exists.");return ec(e,t,n)}(e,t,r)},nc={moveSync:tc};const rc=we,uc=p.default,oc=bi.copy,ic=Ji.remove,sc=Io.mkdirp,cc=fi.pathExists,ac=Zo;function lc(e,t,n,r){rc.rename(e,t,(u=>u?"EXDEV"!==u.code?r(u):function(e,t,n,r){const u={overwrite:n,errorOnExist:!0};oc(e,t,u,(t=>t?r(t):ic(e,r)))}(e,t,n,r):r()))}var fc=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=n.overwrite||n.clobber||!1;ac.checkPaths(e,t,"move",((n,o)=>{if(n)return r(n);const{srcStat:i}=o;ac.checkParentPaths(e,i,t,"move",(n=>{if(n)return r(n);sc(uc.dirname(t),(n=>n?r(n):function(e,t,n,r){if(n)return ic(t,(u=>u?r(u):lc(e,t,n,r)));cc(t,((u,o)=>u?r(u):o?r(new Error("dest already exists.")):lc(e,t,n,r)))}(e,t,u,r)))}))}))};var dc={move:(0,yo.fromCallback)(fc)};const Dc=yo.fromCallback,pc=we,Ec=p.default,mc=Io,hc=fi.pathExists;var yc={outputFile:Dc((function(e,t,n,r){"function"==typeof n&&(r=n,n="utf8");const u=Ec.dirname(e);hc(u,((o,i)=>o?r(o):i?pc.writeFile(e,t,n,r):void mc.mkdirs(u,(u=>{if(u)return r(u);pc.writeFile(e,t,n,r)}))))})),outputFileSync:function(e,...t){const n=Ec.dirname(e);if(pc.existsSync(n))return pc.writeFileSync(e,...t);mc.mkdirsSync(n),pc.writeFileSync(e,...t)}};!function(e){e.exports=Object.assign({},ho,ci,bi,Yi,bs,zs,Io,nc,dc,yc,fi,Ji);const t=D.default;Object.getOwnPropertyDescriptor(t,"promises")&&Object.defineProperty(e.exports,"promises",{get:()=>t.promises})}(mo);const Cc=Nr.exports("streamroller:fileNameFormatter"),Fc=p.default;const gc=Nr.exports("streamroller:fileNameParser"),Ac=nu.exports;const vc=Nr.exports("streamroller:moveAndMaybeCompressFile"),Sc=mo.exports,wc=v.default;var Oc=async(e,t,n)=>{if(n=function(e){const t={mode:parseInt("0600",8),compress:!1},n=Object.assign({},t,e);return vc(`_parseOption: moveAndMaybeCompressFile called with option=${JSON.stringify(n)}`),n}(n),e!==t){if(await Sc.pathExists(e))if(vc(`moveAndMaybeCompressFile: moving file from ${e} to ${t} ${n.compress?"with":"without"} compress`),n.compress)await new Promise(((r,u)=>{let o=!1;const i=Sc.createWriteStream(t,{mode:n.mode,flags:"wx"}).on("open",(()=>{o=!0;const t=Sc.createReadStream(e).on("open",(()=>{t.pipe(wc.createGzip()).pipe(i)})).on("error",(t=>{vc(`moveAndMaybeCompressFile: error reading ${e}`,t),i.destroy(t)}))})).on("finish",(()=>{vc(`moveAndMaybeCompressFile: finished compressing ${t}, deleting ${e}`),Sc.unlink(e).then(r).catch((t=>{vc(`moveAndMaybeCompressFile: error deleting ${e}, truncating instead`,t),Sc.truncate(e).then(r).catch((t=>{vc(`moveAndMaybeCompressFile: error truncating ${e}`,t),u(t)}))}))})).on("error",(e=>{o?(vc(`moveAndMaybeCompressFile: error writing ${t}, deleting`,e),Sc.unlink(t).then((()=>{u(e)})).catch((e=>{vc(`moveAndMaybeCompressFile: error deleting ${t}`,e),u(e)}))):(vc(`moveAndMaybeCompressFile: error creating ${t}`,e),u(e))}))})).catch((()=>{}));else{vc(`moveAndMaybeCompressFile: renaming ${e} to ${t}`);try{await Sc.move(e,t,{overwrite:!0})}catch(n){if(vc(`moveAndMaybeCompressFile: error renaming ${e} to ${t}`,n),"ENOENT"!==n.code){vc("moveAndMaybeCompressFile: trying copy+truncate instead");try{await Sc.copy(e,t,{overwrite:!0}),await Sc.truncate(e)}catch(e){vc("moveAndMaybeCompressFile: error copy+truncate",e)}}}}}else vc("moveAndMaybeCompressFile: source and target are the same, not doing anything")};const bc=Nr.exports("streamroller:RollingFileWriteStream"),_c=mo.exports,Bc=p.default,Pc=E.default,kc=()=>new Date,xc=nu.exports,{Writable:Nc}=C.default,Ic=({file:e,keepFileExt:t,needsIndex:n,alwaysIncludeDate:r,compress:u,fileNameSep:o})=>{let i=o||".";const s=Fc.join(e.dir,e.name),c=t=>t+e.ext,a=(e,t,r)=>!n&&r||!t?e:e+i+t,l=(e,t,n)=>(t>0||r)&&n?e+i+n:e,f=(e,t)=>t&&u?e+".gz":e,d=t?[l,a,c,f]:[c,l,a,f];return({date:e,index:t})=>(Cc(`_formatFileName: date=${e}, index=${t}`),d.reduce(((n,r)=>r(n,t,e)),s))},Tc=({file:e,keepFileExt:t,pattern:n,fileNameSep:r})=>{let u=r||".";const o="__NOT_MATCHING__";let i=[(e,t)=>e.endsWith(".gz")?(gc("it is gzipped"),t.isCompressed=!0,e.slice(0,-1*".gz".length)):e,t?t=>t.startsWith(e.name)&&t.endsWith(e.ext)?(gc("it starts and ends with the right things"),t.slice(e.name.length+1,-1*e.ext.length)):o:t=>t.startsWith(e.base)?(gc("it starts with the right things"),t.slice(e.base.length+1)):o,n?(e,t)=>{const r=e.split(u);let o=r[r.length-1];gc("items: ",r,", indexStr: ",o);let i=e;void 0!==o&&o.match(/^\d+$/)?(i=e.slice(0,-1*(o.length+1)),gc(`dateStr is ${i}`),n&&!i&&(i=o,o="0")):o="0";try{const r=Ac.parse(n,i,new Date(0,0));return Ac.asString(n,r)!==i?e:(t.index=parseInt(o,10),t.date=i,t.timestamp=r.getTime(),"")}catch(t){return gc(`Problem parsing ${i} as ${n}, error was: `,t),e}}:(e,t)=>e.match(/^\d+$/)?(gc("it has an index"),t.index=parseInt(e,10),""):e];return e=>{let t={filename:e,index:0,isCompressed:!1};return i.reduce(((e,n)=>n(e,t)),e)?null:t}},Rc=Oc;var Mc=class extends Nc{constructor(e,t){if(bc(`constructor: creating RollingFileWriteStream. path=${e}`),"string"!=typeof e||0===e.length)throw new Error(`Invalid filename: ${e}`);if(e.endsWith(Bc.sep))throw new Error(`Filename is a directory: ${e}`);0===e.indexOf(`~${Bc.sep}`)&&(e=e.replace("~",Pc.homedir())),super(t),this.options=this._parseOption(t),this.fileObject=Bc.parse(e),""===this.fileObject.dir&&(this.fileObject=Bc.parse(Bc.join(process.cwd(),e))),this.fileFormatter=Ic({file:this.fileObject,alwaysIncludeDate:this.options.alwaysIncludePattern,needsIndex:this.options.maxSize 0`)}else delete n.maxSize;if(n.numBackups||0===n.numBackups){if(n.numBackups<0)throw new Error(`options.numBackups (${n.numBackups}) should be >= 0`);if(n.numBackups>=Number.MAX_SAFE_INTEGER)throw new Error(`options.numBackups (${n.numBackups}) should be < Number.MAX_SAFE_INTEGER`);n.numToKeep=n.numBackups+1}else if(n.numToKeep<=0)throw new Error(`options.numToKeep (${n.numToKeep}) should be > 0`);return bc(`_parseOption: creating stream with option=${JSON.stringify(n)}`),n}_final(e){this.currentFileStream.end("",this.options.encoding,e)}_write(e,t,n){this._shouldRoll().then((()=>{bc(`_write: writing chunk. file=${this.currentFileStream.path} state=${JSON.stringify(this.state)} chunk=${e}`),this.currentFileStream.write(e,t,(t=>{this.state.currentSize+=e.length,n(t)}))}))}async _shouldRoll(){(this._dateChanged()||this._tooBig())&&(bc(`_shouldRoll: rolling because dateChanged? ${this._dateChanged()} or tooBig? ${this._tooBig()}`),await this._roll())}_dateChanged(){return this.state.currentDate&&this.state.currentDate!==xc(this.options.pattern,kc())}_tooBig(){return this.state.currentSize>=this.options.maxSize}_roll(){return bc("_roll: closing the current stream"),new Promise(((e,t)=>{this.currentFileStream.end("",this.options.encoding,(()=>{this._moveOldFiles().then(e).catch(t)}))}))}async _moveOldFiles(){const e=await this._getExistingFiles();for(let t=(this.state.currentDate?e.filter((e=>e.date===this.state.currentDate)):e).length;t>=0;t--){bc(`_moveOldFiles: i = ${t}`);const e=this.fileFormatter({date:this.state.currentDate,index:t}),n=this.fileFormatter({date:this.state.currentDate,index:t+1}),r={compress:this.options.compress&&0===t,mode:this.options.mode};await Rc(e,n,r)}this.state.currentSize=0,this.state.currentDate=this.state.currentDate?xc(this.options.pattern,kc()):null,bc(`_moveOldFiles: finished rolling files. state=${JSON.stringify(this.state)}`),this._renewWriteStream(),await new Promise(((e,t)=>{this.currentFileStream.write("","utf8",(()=>{this._clean().then(e).catch(t)}))}))}async _getExistingFiles(){const e=await _c.readdir(this.fileObject.dir).catch((()=>[]));bc(`_getExistingFiles: files=${e}`);const t=e.map((e=>this.fileNameParser(e))).filter((e=>e)),n=e=>(e.timestamp?e.timestamp:kc().getTime())-e.index;return t.sort(((e,t)=>n(e)-n(t))),t}_renewWriteStream(){const e=this.fileFormatter({date:this.state.currentDate,index:0}),t=e=>{try{return _c.mkdirSync(e,{recursive:!0})}catch(n){if("ENOENT"===n.code)return t(Bc.dirname(e)),t(e);if("EEXIST"!==n.code&&"EROFS"!==n.code)throw n;try{if(_c.statSync(e).isDirectory())return e;throw n}catch(e){throw n}}};t(this.fileObject.dir);const n={flags:this.options.flags,encoding:this.options.encoding,mode:this.options.mode};var r,u;_c.appendFileSync(e,"",(r={...n},u="flags",r["flag"]=r[u],delete r[u],r)),this.currentFileStream=_c.createWriteStream(e,n),this.currentFileStream.on("error",(e=>{this.emit("error",e)}))}async _clean(){const e=await this._getExistingFiles();if(bc(`_clean: numToKeep = ${this.options.numToKeep}, existingFiles = ${e.length}`),bc("_clean: existing files are: ",e),this._tooManyFiles(e.length)){const n=e.slice(0,e.length-this.options.numToKeep).map((e=>Bc.format({dir:this.fileObject.dir,base:e.filename})));await(t=n,bc(`deleteFiles: files to delete: ${t}`),Promise.all(t.map((e=>_c.unlink(e).catch((t=>{bc(`deleteFiles: error when unlinking ${e}, ignoring. Error was ${t}`)}))))))}var t}_tooManyFiles(e){return this.options.numToKeep>0&&e>this.options.numToKeep}};const Lc=Mc;var jc=class extends Lc{constructor(e,t,n,r){r||(r={}),t&&(r.maxSize=t),r.numBackups||0===r.numBackups||(n||0===n||(n=1),r.numBackups=n),super(e,r),this.backups=r.numBackups,this.size=this.options.maxSize}get theStream(){return this.currentFileStream}};const $c=Mc;var Hc={RollingFileWriteStream:Mc,RollingFileStream:jc,DateRollingFileStream:class extends $c{constructor(e,t,n){t&&"object"==typeof t&&(n=t,t=null),n||(n={}),t||(t="yyyy-MM-dd"),n.pattern=t,n.numBackups||0===n.numBackups?n.daysToKeep=n.numBackups:(n.daysToKeep||0===n.daysToKeep?process.emitWarning("options.daysToKeep is deprecated due to the confusion it causes when used together with file size rolling. Please use options.numBackups instead.","DeprecationWarning","streamroller-DEP0001"):n.daysToKeep=1,n.numBackups=n.daysToKeep),super(e,n),this.mode=this.options.mode}get theStream(){return this.currentFileStream}}};const Jc=Nr.exports("log4js:file"),Gc=p.default,Vc=Hc,Uc=E.default.EOL;let Wc=!1;const zc=new Set;function Kc(){zc.forEach((e=>{e.sighupHandler()}))}function qc(e,t,n,r){const u=new Vc.RollingFileStream(e,t,n,r);return u.on("error",(t=>{console.error("log4js.fileAppender - Writing to file %s, error happened ",e,t)})),u.on("drain",(()=>{process.emit("log4js:pause",!1)})),u}Eo.configure=function(e,t){let n=t.basicLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),e.mode=e.mode||384,function(e,t,n,r,u,o){e=Gc.normalize(e),Jc("Creating file appender (",e,", ",n,", ",r=r||0===r?r:5,", ",u,", ",o,")");let i=qc(e,n,r,u);const s=function(e){if(i.writable){if(!0===u.removeColor){const t=/\x1b[[0-9;]*m/g;e.data=e.data.map((e=>"string"==typeof e?e.replace(t,""):e))}i.write(t(e,o)+Uc,"utf8")||process.emit("log4js:pause",!0)}};return s.reopen=function(){i.end((()=>{i=qc(e,n,r,u)}))},s.sighupHandler=function(){Jc("SIGHUP handler called."),s.reopen()},s.shutdown=function(e){zc.delete(s),0===zc.size&&Wc&&(process.removeListener("SIGHUP",Kc),Wc=!1),i.end("","utf-8",e)},zc.add(s),Wc||(process.on("SIGHUP",Kc),Wc=!0),s}(e.filename,n,e.maxLogSize,e.backups,e,e.timezoneOffset)};var Yc={};const Xc=Hc,Zc=E.default.EOL;function Qc(e,t,n,r,u){r.maxSize=r.maxLogSize;const o=function(e,t,n){const r=new Xc.DateRollingFileStream(e,t,n);return r.on("error",(t=>{console.error("log4js.dateFileAppender - Writing to file %s, error happened ",e,t)})),r.on("drain",(()=>{process.emit("log4js:pause",!1)})),r}(e,t,r),i=function(e){o.writable&&(o.write(n(e,u)+Zc,"utf8")||process.emit("log4js:pause",!0))};return i.shutdown=function(e){o.end("","utf-8",e)},i}Yc.configure=function(e,t){let n=t.basicLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),e.alwaysIncludePattern||(e.alwaysIncludePattern=!1),e.mode=e.mode||384,Qc(e.filename,e.pattern,n,e,e.timezoneOffset)};var ea={};const ta=Nr.exports("log4js:fileSync"),na=p.default,ra=D.default,ua=E.default.EOL||"\n";function oa(e,t){if(ra.existsSync(e))return;const n=ra.openSync(e,t.flags,t.mode);ra.closeSync(n)}class ia{constructor(e,t,n,r){ta("In RollingFileStream"),function(){if(!e||!t||t<=0)throw new Error("You must specify a filename and file size")}(),this.filename=e,this.size=t,this.backups=n,this.options=r,this.currentSize=0,this.currentSize=function(e){let t=0;try{t=ra.statSync(e).size}catch(t){oa(e,r)}return t}(this.filename)}shouldRoll(){return ta("should roll with current size %d, and max size %d",this.currentSize,this.size),this.currentSize>=this.size}roll(e){const t=this,n=new RegExp(`^${na.basename(e)}`);function r(e){return n.test(e)}function u(t){return parseInt(t.substring(`${na.basename(e)}.`.length),10)||0}function o(e,t){return u(e)>u(t)?1:u(e) ${e}.${r+1}`),ra.renameSync(na.join(na.dirname(e),n),`${e}.${r+1}`)}}ta("Rolling, rolling, rolling"),ta("Renaming the old files"),ra.readdirSync(na.dirname(e)).filter(r).sort(o).reverse().forEach(i)}write(e,t){const n=this;ta("in write"),this.shouldRoll()&&(this.currentSize=0,this.roll(this.filename)),ta("writing the chunk to the file"),n.currentSize+=e.length,ra.appendFileSync(n.filename,e)}}ea.configure=function(e,t){let n=t.basicLayout;e.layout&&(n=t.layout(e.layout.type,e.layout));const r={flags:e.flags||"a",encoding:e.encoding||"utf8",mode:e.mode||384};return function(e,t,n,r,u,o){ta("fileSync appender created");const i=function(e,t,n){let r;var u;return t?r=new ia(e,t,n,o):(oa(u=e,o),r={write(e){ra.appendFileSync(u,e)}}),r}(e=na.normalize(e),n,r=r||0===r?r:5);return e=>{i.write(t(e,u)+ua)}}(e.filename,n,e.maxLogSize,e.backups,e.timezoneOffset,r)};var sa={};const ca=Nr.exports("log4js:tcp"),aa=S.default;sa.configure=function(e,t){ca(`configure with config = ${e}`);let n=function(e){return e.serialise()};return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){let n=!1;const r=[];let u,o=3,i="__LOG4JS__";function s(e){ca("Writing log event to socket"),n=u.write(`${t(e)}${i}`,"utf8")}function c(){let e;for(ca("emptying buffer");e=r.shift();)s(e)}function a(e){n?s(e):(ca("buffering log event because it cannot write at the moment"),r.push(e))}return function t(){ca(`appender creating socket to ${e.host||"localhost"}:${e.port||5e3}`),i=`${e.endMsg||"__LOG4JS__"}`,u=aa.createConnection(e.port||5e3,e.host||"localhost"),u.on("connect",(()=>{ca("socket connected"),c(),n=!0})),u.on("drain",(()=>{ca("drain event received, emptying buffer"),n=!0,c()})),u.on("timeout",u.end.bind(u)),u.on("error",(e=>{ca("connection error",e),n=!1,c()})),u.on("close",t)}(),a.shutdown=function(e){ca("shutdown called"),r.length&&o?(ca("buffer has items, waiting 100ms to empty"),o-=1,setTimeout((()=>{a.shutdown(e)}),100)):(u.removeAllListeners("close"),u.end(e))},a}(e,n)};const la=p.default,fa=Nr.exports("log4js:appenders"),da=tu,Da=eo,pa=gu,Ea=hu,ma=to,ha=new Map;ha.set("console",oo),ha.set("stdout",so),ha.set("stderr",co),ha.set("logLevelFilter",ao),ha.set("categoryFilter",lo),ha.set("noLogFilter",Do),ha.set("file",Eo),ha.set("dateFile",Yc),ha.set("fileSync",ea),ha.set("tcp",sa);const ya=new Map,Ca=(e,t)=>{fa("Loading module from ",e);try{return require(e)}catch(n){return void da.throwExceptionIf(t,"MODULE_NOT_FOUND"!==n.code,`appender "${e}" could not be loaded (error was: ${n})`)}},Fa=new Set,ga=(e,t)=>{if(ya.has(e))return ya.get(e);if(!t.appenders[e])return!1;if(Fa.has(e))throw new Error(`Dependency loop detected for appender ${e}.`);Fa.add(e),fa(`Creating appender ${e}`);const n=Aa(e,t);return Fa.delete(e),ya.set(e,n),n},Aa=(e,t)=>{const n=t.appenders[e],r=n.type.configure?n.type:((e,t)=>ha.get(e)||Ca(`./${e}`,t)||Ca(e,t)||require.main&&Ca(la.join(la.dirname(require.main.filename),e),t)||Ca(la.join(process.cwd(),e),t))(n.type,t);return da.throwExceptionIf(t,da.not(r),`appender "${e}" is not valid (type "${n.type}" could not be found)`),r.appender&&fa(`DEPRECATION: Appender ${n.type} exports an appender function.`),r.shutdown&&fa(`DEPRECATION: Appender ${n.type} exports a shutdown function.`),fa(`${e}: clustering.isMaster ? ${Da.isMaster()}`),fa(`${e}: appenderModule is ${F.default.inspect(r)}`),Da.onlyOnMaster((()=>(fa(`calling appenderModule.configure for ${e} / ${n.type}`),r.configure(ma.modifyConfig(n),Ea,(e=>ga(e,t)),pa))),(()=>{}))},va=e=>{ya.clear(),Fa.clear();const t=[];Object.values(e.categories).forEach((e=>{t.push(...e.appenders)})),Object.keys(e.appenders).forEach((n=>{(t.includes(n)||"tcp-server"===e.appenders[n].type)&&ga(n,e)}))},Sa=()=>{va({appenders:{out:{type:"stdout"}},categories:{default:{appenders:["out"],level:"trace"}}})};Sa(),da.addListener((e=>{da.throwExceptionIf(e,da.not(da.anObject(e.appenders)),'must have a property "appenders" of type object.');const t=Object.keys(e.appenders);da.throwExceptionIf(e,da.not(t.length),"must define at least one appender."),t.forEach((t=>{da.throwExceptionIf(e,da.not(e.appenders[t].type),`appender "${t}" is not valid (must be an object with property "type")`)}))})),da.addListener(va),Au.exports=ya,Au.exports.init=Sa;var wa={exports:{}};!function(e){const t=Nr.exports("log4js:categories"),n=tu,r=gu,u=Au.exports,o=new Map;function i(e,t,n){if(!1===t.inherit)return;const r=n.lastIndexOf(".");if(r<0)return;const u=n.substring(0,r);let o=e.categories[u];o||(o={inherit:!0,appenders:[]}),i(e,o,u),!e.categories[u]&&o.appenders&&o.appenders.length&&o.level&&(e.categories[u]=o),t.appenders=t.appenders||[],t.level=t.level||o.level,o.appenders.forEach((e=>{t.appenders.includes(e)||t.appenders.push(e)})),t.parent=o}function s(e){if(!e.categories)return;Object.keys(e.categories).forEach((t=>{const n=e.categories[t];i(e,n,t)}))}n.addPreProcessingListener((e=>s(e))),n.addListener((e=>{n.throwExceptionIf(e,n.not(n.anObject(e.categories)),'must have a property "categories" of type object.');const t=Object.keys(e.categories);n.throwExceptionIf(e,n.not(t.length),"must define at least one category."),t.forEach((t=>{const o=e.categories[t];n.throwExceptionIf(e,[n.not(o.appenders),n.not(o.level)],`category "${t}" is not valid (must be an object with properties "appenders" and "level")`),n.throwExceptionIf(e,n.not(Array.isArray(o.appenders)),`category "${t}" is not valid (appenders must be an array of appender names)`),n.throwExceptionIf(e,n.not(o.appenders.length),`category "${t}" is not valid (appenders must contain at least one appender name)`),Object.prototype.hasOwnProperty.call(o,"enableCallStack")&&n.throwExceptionIf(e,"boolean"!=typeof o.enableCallStack,`category "${t}" is not valid (enableCallStack must be boolean type)`),o.appenders.forEach((r=>{n.throwExceptionIf(e,n.not(u.get(r)),`category "${t}" is not valid (appender "${r}" is not defined)`)})),n.throwExceptionIf(e,n.not(r.getLevel(o.level)),`category "${t}" is not valid (level "${o.level}" not recognised; valid levels are ${r.levels.join(", ")})`)})),n.throwExceptionIf(e,n.not(e.categories.default),'must define a "default" category.')}));const c=e=>{o.clear();Object.keys(e.categories).forEach((n=>{const i=e.categories[n],s=[];i.appenders.forEach((e=>{s.push(u.get(e)),t(`Creating category ${n}`),o.set(n,{appenders:s,level:r.getLevel(i.level),enableCallStack:i.enableCallStack||!1})}))}))},a=()=>{c({categories:{default:{appenders:["out"],level:"OFF"}}})};a(),n.addListener(c);const l=e=>(t(`configForCategory: searching for config for ${e}`),o.has(e)?(t(`configForCategory: ${e} exists in config, returning it`),o.get(e)):e.indexOf(".")>0?(t(`configForCategory: ${e} has hierarchy, searching for parents`),l(e.substring(0,e.lastIndexOf(".")))):(t("configForCategory: returning config for default category"),l("default")));e.exports=o,e.exports=Object.assign(e.exports,{appendersForCategory:e=>l(e).appenders,getLevelForCategory:e=>l(e).level,setLevelForCategory:(e,n)=>{let r=o.get(e);if(t(`setLevelForCategory: found ${r} for ${e}`),!r){const n=l(e);t(`setLevelForCategory: no config found for category, found ${n} for parents of ${e}`),r={appenders:n.appenders}}r.level=n,o.set(e,r)},getEnableCallStackForCategory:e=>!0===l(e).enableCallStack,setEnableCallStackForCategory:(e,t)=>{l(e).enableCallStack=t},init:a})}(wa);const Oa=Nr.exports("log4js:logger"),ba=Hu,_a=gu,Ba=eo,Pa=wa.exports,ka=tu,xa=/at (?:(.+)\s+\()?(?:(.+?):(\d+)(?::(\d+))?|([^)]+))\)?/;function Na(e,t=4){const n=e.stack.split("\n").slice(t),r=xa.exec(n[0]);return r&&6===r.length?{functionName:r[1],fileName:r[2],lineNumber:parseInt(r[3],10),columnNumber:parseInt(r[4],10),callStack:n.join("\n")}:null}class Ia{constructor(e){if(!e)throw new Error("No category provided.");this.category=e,this.context={},this.parseCallStack=Na,Oa(`Logger created (${this.category}, ${this.level})`)}get level(){return _a.getLevel(Pa.getLevelForCategory(this.category),_a.TRACE)}set level(e){Pa.setLevelForCategory(this.category,_a.getLevel(e,this.level))}get useCallStack(){return Pa.getEnableCallStackForCategory(this.category)}set useCallStack(e){Pa.setEnableCallStackForCategory(this.category,!0===e)}log(e,...t){let n=_a.getLevel(e);n||(this._log(_a.WARN,"log4js:logger.log: invalid value for log-level as first parameter given: ",e),n=_a.INFO),this.isLevelEnabled(n)&&this._log(n,t)}isLevelEnabled(e){return this.level.isLessThanOrEqualTo(e)}_log(e,t){Oa(`sending log data (${e}) to appenders`);const n=new ba(this.category,e,t,this.context,this.useCallStack&&this.parseCallStack(new Error));Ba.send(n)}addContext(e,t){this.context[e]=t}removeContext(e){delete this.context[e]}clearContext(){this.context={}}setParseCallStackFunction(e){this.parseCallStack=e}}function Ta(e){const t=_a.getLevel(e),n=t.toString().toLowerCase().replace(/_([a-z])/g,(e=>e[1].toUpperCase())),r=n[0].toUpperCase()+n.slice(1);Ia.prototype[`is${r}Enabled`]=function(){return this.isLevelEnabled(t)},Ia.prototype[n]=function(...e){this.log(t,...e)}}_a.levels.forEach(Ta),ka.addListener((()=>{_a.levels.forEach(Ta)}));var Ra=Ia;const Ma=gu;function La(e){return e.originalUrl||e.url}function ja(e,t){for(let n=0;ne.source?e.source:e));t=new RegExp(n.join("|"))}return t}(t.nolog);return(e,i,s)=>{if(e._logging)return s();if(o&&o.test(e.originalUrl))return s();if(n.isLevelEnabled(r)||"auto"===t.level){const o=new Date,{writeHead:s}=i;e._logging=!0,i.writeHead=(e,t)=>{i.writeHead=s,i.writeHead(e,t),i.__statusCode=e,i.__headers=t||{}},i.on("finish",(()=>{i.responseTime=new Date-o,i.statusCode&&"auto"===t.level&&(r=Ma.INFO,i.statusCode>=300&&(r=Ma.WARN),i.statusCode>=400&&(r=Ma.ERROR)),r=function(e,t,n){let r=t;if(n){const t=n.find((t=>{let n=!1;return n=t.from&&t.to?e>=t.from&&e<=t.to:-1!==t.codes.indexOf(e),n}));t&&(r=Ma.getLevel(t.level,r))}return r}(i.statusCode,r,t.statusRules);const s=function(e,t,n){const r=[];return r.push({token:":url",replacement:La(e)}),r.push({token:":protocol",replacement:e.protocol}),r.push({token:":hostname",replacement:e.hostname}),r.push({token:":method",replacement:e.method}),r.push({token:":status",replacement:t.__statusCode||t.statusCode}),r.push({token:":response-time",replacement:t.responseTime}),r.push({token:":date",replacement:(new Date).toUTCString()}),r.push({token:":referrer",replacement:e.headers.referer||e.headers.referrer||""}),r.push({token:":http-version",replacement:`${e.httpVersionMajor}.${e.httpVersionMinor}`}),r.push({token:":remote-addr",replacement:e.headers["x-forwarded-for"]||e.ip||e._remoteAddress||e.socket&&(e.socket.remoteAddress||e.socket.socket&&e.socket.socket.remoteAddress)}),r.push({token:":user-agent",replacement:e.headers["user-agent"]}),r.push({token:":content-length",replacement:t.getHeader("content-length")||t.__headers&&t.__headers["Content-Length"]||"-"}),r.push({token:/:req\[([^\]]+)]/g,replacement:(t,n)=>e.headers[n.toLowerCase()]}),r.push({token:/:res\[([^\]]+)]/g,replacement:(e,n)=>t.getHeader(n.toLowerCase())||t.__headers&&t.__headers[n]}),(e=>{const t=e.concat();for(let e=0;eja(e,s)));t&&n.log(r,t)}else n.log(r,ja(u,s));t.context&&n.removeContext("res")}))}return s()}},nl=Va;let rl=!1;function ul(e){if(!rl)return;Ua("Received log event ",e);Za.appendersForCategory(e.categoryName).forEach((t=>{t(e)}))}function ol(e){rl&&il();let t=e;return"string"==typeof t&&(t=function(e){Ua(`Loading configuration from ${e}`);try{return JSON.parse(Wa.readFileSync(e,"utf8"))}catch(t){throw new Error(`Problem reading config from file "${e}". Error was ${t.message}`,t)}}(e)),Ua(`Configuration is ${t}`),Ka.configure(za(t)),el.onMessage(ul),rl=!0,sl}function il(e){Ua("Shutdown called. Disabling all log writing."),rl=!1;const t=Array.from(Xa.values());Xa.init(),Za.init();const n=t.reduceRight(((e,t)=>t.shutdown?e+1:e),0);if(0===n)return Ua("No appenders with shutdown functions found."),void 0!==e&&e();let r,u=0;function o(t){r=r||t,u+=1,Ua(`Appender shutdowns complete: ${u} / ${n}`),u>=n&&(Ua("All shutdown functions completed."),e&&e(r))}return Ua(`Found ${n} appenders with shutdown functions.`),t.filter((e=>e.shutdown)).forEach((e=>e.shutdown(o))),null}const sl={getLogger:function(e){return rl||ol(process.env.LOG4JS_CONFIG||{appenders:{out:{type:"stdout"}},categories:{default:{appenders:["out"],level:"OFF"}}}),new Qa(e||"default")},configure:ol,shutdown:il,connectLogger:tl,levels:Ya,addLayout:qa.addLayout,recording:function(){return nl}};var cl=sl,al={};Object.defineProperty(al,"__esModule",{value:!0}),al.levelMap=al.getLevel=al.setCategoriesLevel=al.getConfiguration=al.setConfiguration=void 0;const ll=cl;let fl={appenders:{debug:{type:"stdout",layout:{type:"pattern",pattern:"[%d] > hvigor %p %c %[%m%]"}},info:{type:"stdout",layout:{type:"pattern",pattern:"[%d] > hvigor %[%m%]"}},"no-pattern-info":{type:"stdout",layout:{type:"pattern",pattern:"%m"}},wrong:{type:"stderr",layout:{type:"pattern",pattern:"[%d] > hvigor %[%p: %m%]"}},"just-debug":{type:"logLevelFilter",appender:"debug",level:"debug",maxLevel:"debug"},"just-info":{type:"logLevelFilter",appender:"info",level:"info",maxLevel:"info"},"just-wrong":{type:"logLevelFilter",appender:"wrong",level:"warn",maxLevel:"error"}},categories:{default:{appenders:["just-debug","just-info","just-wrong"],level:"debug"},"no-pattern-info":{appenders:["no-pattern-info"],level:"info"}}};al.setConfiguration=e=>{fl=e};al.getConfiguration=()=>fl;let dl=ll.levels.DEBUG;al.setCategoriesLevel=(e,t)=>{dl=e;const n=fl.categories;for(const r in n)(null==t?void 0:t.includes(r))||Object.prototype.hasOwnProperty.call(n,r)&&(n[r].level=e.levelStr)};al.getLevel=()=>dl,al.levelMap=new Map([["ALL",ll.levels.ALL],["MARK",ll.levels.MARK],["TRACE",ll.levels.TRACE],["DEBUG",ll.levels.DEBUG],["INFO",ll.levels.INFO],["WARN",ll.levels.WARN],["ERROR",ll.levels.ERROR],["FATAL",ll.levels.FATAL],["OFF",ll.levels.OFF]]);var Dl=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),pl=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),El=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&Dl(t,e,n);return pl(t,e),t};Object.defineProperty(xr,"__esModule",{value:!0}),xr.evaluateLogLevel=xr.HvigorLogger=void 0;const ml=El(cl),hl=cl,yl=El(F.default),Cl=al;class Fl{constructor(e){ml.configure((0,Cl.getConfiguration)()),this._logger=ml.getLogger(e),this._logger.level=(0,Cl.getLevel)()}static getLogger(e){return new Fl(e)}log(e,...t){this._logger.log(e,...t)}debug(e,...t){this._logger.debug(e,...t)}info(e,...t){this._logger.info(e,...t)}warn(e,...t){void 0!==e&&""!==e&&this._logger.warn(e,...t)}error(e,...t){this._logger.error(e,...t)}_printTaskExecuteInfo(e,t){this.info(`Finished :${e}... after ${t}`)}_printFailedTaskInfo(e){this.error(`Failed :${e}... `)}_printDisabledTaskInfo(e){this.info(`Disabled :${e}... `)}_printUpToDateTaskInfo(e){this.info(`UP-TO-DATE :${e}... `)}errorMessageExit(e,...t){throw new Error(yl.format(e,...t))}errorExit(e,t,...n){t&&this._logger.error(t,n),this._logger.error(e.stack)}setLevel(e,t){(0,Cl.setCategoriesLevel)(e,t),ml.shutdown(),ml.configure((0,Cl.getConfiguration)())}getLevel(){return this._logger.level}configure(e){const t=(0,Cl.getConfiguration)(),n={appenders:{...t.appenders,...e.appenders},categories:{...t.categories,...e.categories}};(0,Cl.setConfiguration)(n),ml.shutdown(),ml.configure(n)}}xr.HvigorLogger=Fl,xr.evaluateLogLevel=function(e,t){t.debug?e.setLevel(hl.levels.DEBUG):t.warn?e.setLevel(hl.levels.WARN):t.error?e.setLevel(hl.levels.ERROR):e.setLevel(hl.levels.INFO)};var gl=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(X,"__esModule",{value:!0}),X.parseJsonText=X.parseJsonFile=void 0;const Al=Z,vl=gl(kr),Sl=gl(p.default),wl=gl(E.default),Ol=xr.HvigorLogger.getLogger("parse-json-util");var bl;!function(e){e[e.Char=0]="Char",e[e.EOF=1]="EOF",e[e.Identifier=2]="Identifier"}(bl||(bl={}));let _l,Bl,Pl,kl,xl,Nl,Il="start",Tl=[],Rl=0,Ml=1,Ll=0,jl=!1,$l="default",Hl="'",Jl=1;function Gl(e,t=!1){Bl=String(e),Il="start",Tl=[],Rl=0,Ml=1,Ll=0,kl=void 0,jl=t;do{_l=Vl(),Xl[Il]()}while("eof"!==_l.type);return kl}function Vl(){for($l="default",xl="",Hl="'",Jl=1;;){Nl=Ul();const e=zl[$l]();if(e)return e}}function Ul(){if(Bl[Rl])return String.fromCodePoint(Bl.codePointAt(Rl))}function Wl(){const e=Ul();return"\n"===e?(Ml++,Ll=0):e?Ll+=e.length:Ll++,e&&(Rl+=e.length),e}X.parseJsonFile=function(e,t=!1,n="utf-8"){const r=vl.default.readFileSync(Sl.default.resolve(e),{encoding:n});try{return Gl(r,t)}catch(t){if(t instanceof SyntaxError){const n=t.message.split("at");2===n.length&&Ol.errorMessageExit(`${n[0].trim()}${wl.default.EOL}\t at ${e}:${n[1].trim()}`)}Ol.errorMessageExit(`${e} is not in valid JSON/JSON5 format.`)}},X.parseJsonText=Gl;const zl={default(){switch(Nl){case"/":return Wl(),void($l="comment");case void 0:return Wl(),Kl("eof")}if(!Al.JudgeUtil.isIgnoreChar(Nl)&&!Al.JudgeUtil.isSpaceSeparator(Nl))return zl[Il]();Wl()},start(){$l="value"},beforePropertyName(){switch(Nl){case"$":case"_":return xl=Wl(),void($l="identifierName");case"\\":return Wl(),void($l="identifierNameStartEscape");case"}":return Kl("punctuator",Wl());case'"':case"'":return Hl=Nl,Wl(),void($l="string")}if(Al.JudgeUtil.isIdStartChar(Nl))return xl+=Wl(),void($l="identifierName");throw tf(bl.Char,Wl())},afterPropertyName(){if(":"===Nl)return Kl("punctuator",Wl());throw tf(bl.Char,Wl())},beforePropertyValue(){$l="value"},afterPropertyValue(){switch(Nl){case",":case"}":return Kl("punctuator",Wl())}throw tf(bl.Char,Wl())},beforeArrayValue(){if("]"===Nl)return Kl("punctuator",Wl());$l="value"},afterArrayValue(){switch(Nl){case",":case"]":return Kl("punctuator",Wl())}throw tf(bl.Char,Wl())},end(){throw tf(bl.Char,Wl())},comment(){switch(Nl){case"*":return Wl(),void($l="multiLineComment");case"/":return Wl(),void($l="singleLineComment")}throw tf(bl.Char,Wl())},multiLineComment(){switch(Nl){case"*":return Wl(),void($l="multiLineCommentAsterisk");case void 0:throw tf(bl.Char,Wl())}Wl()},multiLineCommentAsterisk(){switch(Nl){case"*":return void Wl();case"/":return Wl(),void($l="default");case void 0:throw tf(bl.Char,Wl())}Wl(),$l="multiLineComment"},singleLineComment(){switch(Nl){case"\n":case"\r":case"\u2028":case"\u2029":return Wl(),void($l="default");case void 0:return Wl(),Kl("eof")}Wl()},value(){switch(Nl){case"{":case"[":return Kl("punctuator",Wl());case"n":return Wl(),ql("ull"),Kl("null",null);case"t":return Wl(),ql("rue"),Kl("boolean",!0);case"f":return Wl(),ql("alse"),Kl("boolean",!1);case"-":case"+":return"-"===Wl()&&(Jl=-1),void($l="numerical");case".":case"0":case"I":case"N":return void($l="numerical");case'"':case"'":return Hl=Nl,Wl(),xl="",void($l="string")}if(void 0===Nl||!Al.JudgeUtil.isDigitWithoutZero(Nl))throw tf(bl.Char,Wl());$l="numerical"},numerical(){switch(Nl){case".":return xl=Wl(),void($l="decimalPointLeading");case"0":return xl=Wl(),void($l="zero");case"I":return Wl(),ql("nfinity"),Kl("numeric",Jl*(1/0));case"N":return Wl(),ql("aN"),Kl("numeric",NaN)}if(void 0!==Nl&&Al.JudgeUtil.isDigitWithoutZero(Nl))return xl=Wl(),void($l="decimalInteger");throw tf(bl.Char,Wl())},zero(){switch(Nl){case".":case"e":case"E":return void($l="decimal");case"x":case"X":return xl+=Wl(),void($l="hexadecimal")}return Kl("numeric",0)},decimalInteger(){switch(Nl){case".":case"e":case"E":return void($l="decimal")}if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},decimal(){switch(Nl){case".":xl+=Wl(),$l="decimalFraction";break;case"e":case"E":xl+=Wl(),$l="decimalExponent"}},decimalPointLeading(){if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalFraction");throw tf(bl.Char,Wl())},decimalFraction(){switch(Nl){case"e":case"E":return xl+=Wl(),void($l="decimalExponent")}if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},decimalExponent(){switch(Nl){case"+":case"-":return xl+=Wl(),void($l="decimalExponentSign")}if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalExponentInteger");throw tf(bl.Char,Wl())},decimalExponentSign(){if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalExponentInteger");throw tf(bl.Char,Wl())},decimalExponentInteger(){if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},hexadecimal(){if(Al.JudgeUtil.isHexDigit(Nl))return xl+=Wl(),void($l="hexadecimalInteger");throw tf(bl.Char,Wl())},hexadecimalInteger(){if(!Al.JudgeUtil.isHexDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},identifierNameStartEscape(){if("u"!==Nl)throw tf(bl.Char,Wl());Wl();const e=Yl();switch(e){case"$":case"_":break;default:if(!Al.JudgeUtil.isIdStartChar(e))throw tf(bl.Identifier)}xl+=e,$l="identifierName"},identifierName(){switch(Nl){case"$":case"_":case"‌":case"‍":return void(xl+=Wl());case"\\":return Wl(),void($l="identifierNameEscape")}if(!Al.JudgeUtil.isIdContinueChar(Nl))return Kl("identifier",xl);xl+=Wl()},identifierNameEscape(){if("u"!==Nl)throw tf(bl.Char,Wl());Wl();const e=Yl();switch(e){case"$":case"_":case"‌":case"‍":break;default:if(!Al.JudgeUtil.isIdContinueChar(e))throw tf(bl.Identifier)}xl+=e,$l="identifierName"},string(){switch(Nl){case"\\":return Wl(),void(xl+=function(){const e=Ul(),t=function(){switch(Ul()){case"b":return Wl(),"\b";case"f":return Wl(),"\f";case"n":return Wl(),"\n";case"r":return Wl(),"\r";case"t":return Wl(),"\t";case"v":return Wl(),"\v"}return}();if(t)return t;switch(e){case"0":if(Wl(),Al.JudgeUtil.isDigit(Ul()))throw tf(bl.Char,Wl());return"\0";case"x":return Wl(),function(){let e="",t=Ul();if(!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());if(e+=Wl(),t=Ul(),!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());return e+=Wl(),String.fromCodePoint(parseInt(e,16))}();case"u":return Wl(),Yl();case"\n":case"\u2028":case"\u2029":return Wl(),"";case"\r":return Wl(),"\n"===Ul()&&Wl(),""}if(void 0===e||Al.JudgeUtil.isDigitWithoutZero(e))throw tf(bl.Char,Wl());return Wl()}());case'"':case"'":if(Nl===Hl){const e=Kl("string",xl);return Wl(),e}return void(xl+=Wl());case"\n":case"\r":case void 0:throw tf(bl.Char,Wl());case"\u2028":case"\u2029":!function(e){Ol.warn(`JSON5: '${ef(e)}' in strings is not valid ECMAScript; consider escaping.`)}(Nl)}xl+=Wl()}};function Kl(e,t){return{type:e,value:t,line:Ml,column:Ll}}function ql(e){for(const t of e){if(Ul()!==t)throw tf(bl.Char,Wl());Wl()}}function Yl(){let e="",t=4;for(;t-- >0;){const t=Ul();if(!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());e+=Wl()}return String.fromCodePoint(parseInt(e,16))}const Xl={start(){if("eof"===_l.type)throw tf(bl.EOF);Zl()},beforePropertyName(){switch(_l.type){case"identifier":case"string":return Pl=_l.value,void(Il="afterPropertyName");case"punctuator":return void Ql();case"eof":throw tf(bl.EOF)}},afterPropertyName(){if("eof"===_l.type)throw tf(bl.EOF);Il="beforePropertyValue"},beforePropertyValue(){if("eof"===_l.type)throw tf(bl.EOF);Zl()},afterPropertyValue(){if("eof"===_l.type)throw tf(bl.EOF);switch(_l.value){case",":return void(Il="beforePropertyName");case"}":Ql()}},beforeArrayValue(){if("eof"===_l.type)throw tf(bl.EOF);"punctuator"!==_l.type||"]"!==_l.value?Zl():Ql()},afterArrayValue(){if("eof"===_l.type)throw tf(bl.EOF);switch(_l.value){case",":return void(Il="beforeArrayValue");case"]":Ql()}},end(){}};function Zl(){const e=function(){let e;switch(_l.type){case"punctuator":switch(_l.value){case"{":e={};break;case"[":e=[]}break;case"null":case"boolean":case"numeric":case"string":e=_l.value}return e}();if(jl&&"object"==typeof e&&(e._line=Ml,e._column=Ll),void 0===kl)kl=e;else{const t=Tl[Tl.length-1];Array.isArray(t)?jl&&"object"!=typeof e?t.push({value:e,_line:Ml,_column:Ll}):t.push(e):t[Pl]=jl&&"object"!=typeof e?{value:e,_line:Ml,_column:Ll}:e}!function(e){if(e&&"object"==typeof e)Tl.push(e),Il=Array.isArray(e)?"beforeArrayValue":"beforePropertyName";else{const e=Tl[Tl.length-1];Il=e?Array.isArray(e)?"afterArrayValue":"afterPropertyValue":"end"}}(e)}function Ql(){Tl.pop();const e=Tl[Tl.length-1];Il=e?Array.isArray(e)?"afterArrayValue":"afterPropertyValue":"end"}function ef(e){const t={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r","\t":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"};if(t[e])return t[e];if(e<" "){const t=e.charCodeAt(0).toString(16);return`\\x${`00${t}`.substring(t.length)}`}return e}function tf(e,t){let n="";switch(e){case bl.Char:n=void 0===t?`JSON5: invalid end of input at ${Ml}:${Ll}`:`JSON5: invalid character '${ef(t)}' at ${Ml}:${Ll}`;break;case bl.EOF:n=`JSON5: invalid end of input at ${Ml}:${Ll}`;break;case bl.Identifier:Ll-=5,n=`JSON5: invalid identifier character at ${Ml}:${Ll}`}const r=new nf(n);return r.lineNumber=Ml,r.columnNumber=Ll,r}class nf extends SyntaxError{}var rf=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),uf=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),of=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&rf(t,e,n);return uf(t,e),t};Object.defineProperty(Y,"__esModule",{value:!0});var sf=Y.cleanWorkSpace=Ff=Y.executeInstallHvigor=yf=Y.isHvigorInstalled=mf=Y.isAllDependenciesInstalled=void 0;const cf=of(D.default),af=of(p.default),lf=b,ff=j,df=$,Df=X;let pf,Ef;var mf=Y.isAllDependenciesInstalled=function(){function e(e){const t=null==e?void 0:e.dependencies;return void 0===t?0:Object.getOwnPropertyNames(t).length}if(pf=gf(),Ef=Af(),e(pf)+1!==e(Ef))return!1;for(const e in null==pf?void 0:pf.dependencies)if(!(0,ff.hasNpmPackInPaths)(e,[lf.HVIGOR_PROJECT_DEPENDENCIES_HOME])||!hf(e,pf,Ef))return!1;return!0};function hf(e,t,n){return void 0!==n.dependencies&&(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,t.dependencies[e])===n.dependencies[e]}var yf=Y.isHvigorInstalled=function(){return pf=gf(),Ef=Af(),(0,ff.hasNpmPackInPaths)(lf.HVIGOR_ENGINE_PACKAGE_NAME,[lf.HVIGOR_PROJECT_DEPENDENCIES_HOME])&&(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,pf.hvigorVersion)===Ef.dependencies[lf.HVIGOR_ENGINE_PACKAGE_NAME]};const Cf={cwd:lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,stdio:["inherit","inherit","inherit"]};var Ff=Y.executeInstallHvigor=function(){(0,df.logInfoPrintConsole)("Hvigor installing...");const e={dependencies:{}};e.dependencies[lf.HVIGOR_ENGINE_PACKAGE_NAME]=(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,pf.hvigorVersion);try{cf.mkdirSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,{recursive:!0});const t=af.resolve(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,lf.DEFAULT_PACKAGE_JSON);cf.writeFileSync(t,JSON.stringify(e))}catch(e){(0,df.logErrorAndExit)(e)}!function(){const e=["config","set","store-dir",lf.HVIGOR_PNPM_STORE_PATH];(0,ff.executeCommand)(lf.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH,e,Cf)}(),(0,ff.executeCommand)(lf.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH,["install"],Cf)};function gf(){const e=af.resolve(lf.HVIGOR_PROJECT_WRAPPER_HOME,lf.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME);return cf.existsSync(e)||(0,df.logErrorAndExit)(`Error: Hvigor config file ${e} does not exist.`),(0,Df.parseJsonFile)(e)}function Af(){return cf.existsSync(lf.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH)?(0,Df.parseJsonFile)(lf.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH):{dependencies:{}}}sf=Y.cleanWorkSpace=function(){if((0,df.logInfoPrintConsole)("Hvigor cleaning..."),!cf.existsSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME))return;const e=cf.readdirSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME);if(e&&0!==e.length){cf.existsSync(lf.HVIGOR_BOOT_JS_FILE_PATH)&&(0,ff.executeCommand)(process.argv[0],[lf.HVIGOR_BOOT_JS_FILE_PATH,"--stop-daemon"],{});try{e.forEach((e=>{cf.rmSync(af.resolve(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,e),{recursive:!0})}))}catch(e){(0,df.logErrorAndExit)(`The hvigor build tool cannot be installed. Please manually clear the workspace directory and synchronize the project again.\n\n Workspace Path: ${lf.HVIGOR_PROJECT_DEPENDENCIES_HOME}.`)}}};var vf={},Sf=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),wf=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),Of=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&Sf(t,e,n);return wf(t,e),t};Object.defineProperty(vf,"__esModule",{value:!0});var bf=vf.executeBuild=void 0;const _f=b,Bf=Of(D.default),Pf=Of(p.default),kf=$;bf=vf.executeBuild=function(){const e=Pf.resolve(_f.HVIGOR_PROJECT_DEPENDENCIES_HOME,"node_modules","@ohos","hvigor","bin","hvigor.js");try{const t=Bf.realpathSync(e);require(t)}catch(t){(0,kf.logErrorAndExit)(`Error: ENOENT: no such file ${e},delete ${_f.HVIGOR_PROJECT_DEPENDENCIES_HOME} and retry.`)}},function(){if(O.checkNpmConifg(),O.environmentHandler(),O.isPnpmAvailable()||O.executeInstallPnpm(),yf()&&mf())bf();else{sf();try{Ff()}catch(e){return void sf()}bf()}}(); \ No newline at end of file diff --git a/ohos/flutter_ffi/ohos/hvigorfile.ts b/ohos/flutter_ffi/ohos/hvigorfile.ts new file mode 100644 index 0000000000000000000000000000000000000000..5a172b770e3b15f67c12152d00f38f2084d3915b --- /dev/null +++ b/ohos/flutter_ffi/ohos/hvigorfile.ts @@ -0,0 +1,17 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently. +export { appTasks } from '@ohos/hvigor-ohos-plugin'; \ No newline at end of file diff --git a/ohos/flutter_ffi/ohos/hvigorw b/ohos/flutter_ffi/ohos/hvigorw new file mode 100644 index 0000000000000000000000000000000000000000..5efd8343d3232bdd1d9b7f67a3326034054c5396 --- /dev/null +++ b/ohos/flutter_ffi/ohos/hvigorw @@ -0,0 +1,61 @@ +#!/bin/bash + +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# ---------------------------------------------------------------------------- +# Hvigor startup script, version 1.0.0 +# +# Required ENV vars: +# ------------------ +# NODE_HOME - location of a Node home dir +# or +# Add /usr/local/nodejs/bin to the PATH environment variable +# ---------------------------------------------------------------------------- + +HVIGOR_APP_HOME=$(dirname $(readlink -f $0)) +HVIGOR_WRAPPER_SCRIPT=${HVIGOR_APP_HOME}/hvigor/hvigor-wrapper.js +warn() { + echo "" + echo -e "\033[1;33m`date '+[%Y-%m-%d %H:%M:%S]'`$@\033[0m" +} + +error() { + echo "" + echo -e "\033[1;31m`date '+[%Y-%m-%d %H:%M:%S]'`$@\033[0m" +} + +fail() { + error "$@" + exit 1 +} + +# Determine node to start hvigor wrapper script +if [ -n "${NODE_HOME}" ];then + EXECUTABLE_NODE="${NODE_HOME}/bin/node" + if [ ! -x "$EXECUTABLE_NODE" ];then + fail "ERROR: NODE_HOME is set to an invalid directory,check $NODE_HOME\n\nPlease set NODE_HOME in your environment to the location where your nodejs installed" + fi +else + EXECUTABLE_NODE="node" + which ${EXECUTABLE_NODE} > /dev/null 2>&1 || fail "ERROR: NODE_HOME is not set and not 'node' command found in your path" +fi + +# Check hvigor wrapper script +if [ ! -r "$HVIGOR_WRAPPER_SCRIPT" ];then + fail "ERROR: Couldn't find hvigor/hvigor-wrapper.js in ${HVIGOR_APP_HOME}" +fi + +# start hvigor-wrapper script +exec "${EXECUTABLE_NODE}" \ + "${HVIGOR_WRAPPER_SCRIPT}" "$@" diff --git a/ohos/flutter_ffi/ohos/hvigorw.bat b/ohos/flutter_ffi/ohos/hvigorw.bat new file mode 100644 index 0000000000000000000000000000000000000000..cab3a34a8d2caee9e8f8c7374220c873332a7cb6 --- /dev/null +++ b/ohos/flutter_ffi/ohos/hvigorw.bat @@ -0,0 +1,78 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +@if "%DEBUG%" == "" @echo off +@rem ########################################################################## +@rem +@rem Hvigor startup script for Windows +@rem +@rem ########################################################################## + +@rem Set local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" setlocal + +set DIRNAME=%~dp0 +if "%DIRNAME%" == "" set DIRNAME=. +set APP_BASE_NAME=%~n0 +set APP_HOME=%DIRNAME% + +@rem Resolve any "." and ".." in APP_HOME to make it shorter. +for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi + +set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js +set NODE_EXE=node.exe + +goto start + +:start +@rem Find node.exe +if defined NODE_HOME goto findNodeFromNodeHome + +%NODE_EXE% --version >NUL 2>&1 +if "%ERRORLEVEL%" == "0" goto execute + +echo. +echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. +echo. +echo Please set the NODE_HOME variable in your environment to match the +echo location of your NodeJs installation. + +goto fail + +:findNodeFromNodeHome +set NODE_HOME=%NODE_HOME:"=% +set NODE_EXE_PATH=%NODE_HOME%/%NODE_EXE% + +if exist "%NODE_EXE_PATH%" goto execute +echo. +echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. +echo. +echo Please set the NODE_HOME variable in your environment to match the +echo location of your NodeJs installation. + +goto fail + +:execute +@rem Execute hvigor +"%NODE_EXE%" %WRAPPER_MODULE_PATH% %* + +if "%ERRORLEVEL%" == "0" goto hvigorwEnd + +:fail +exit /b 1 + +:hvigorwEnd +if "%OS%" == "Windows_NT" endlocal + +:end diff --git a/ohos/flutter_ffi/ohos/oh-package-lock.json5 b/ohos/flutter_ffi/ohos/oh-package-lock.json5 new file mode 100644 index 0000000000000000000000000000000000000000..6b6ff6496e036b3fec37cdf1661998e74a97190c --- /dev/null +++ b/ohos/flutter_ffi/ohos/oh-package-lock.json5 @@ -0,0 +1,27 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "lockfileVersion": 1, + "ATTENTION": "THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.", + "specifiers": { + "@ohos/hypium@1.0.6": "@ohos/hypium@1.0.6" + }, + "packages": { + "@ohos/hypium@1.0.6": { + "resolved": "https://repo.harmonyos.com/ohpm/@ohos/hypium/-/hypium-1.0.6.tgz", + "integrity": "sha512-bb3DWeWhYrFqj9mPFV3yZQpkm36kbcK+YYaeY9g292QKSjOdmhEIQR2ULPvyMsgSR4usOBf5nnYrDmaCCXirgQ==" + } + } +} \ No newline at end of file diff --git a/ohos/flutter_ffi/ohos/oh-package.json5 b/ohos/flutter_ffi/ohos/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..c90ef4866ac1a918639181ad0299d941bb95aca7 --- /dev/null +++ b/ohos/flutter_ffi/ohos/oh-package.json5 @@ -0,0 +1,26 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "license": "", + "devDependencies": { + "@ohos/hypium": "1.0.6" + }, + "author": "", + "name": "apptemplate", + "description": "Please describe the basic information.", + "main": "", + "version": "1.0.0", + "dependencies": {} +} diff --git a/ohos/flutter_ffi/pubspec.yaml b/ohos/flutter_ffi/pubspec.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f847cd2324e4cc8669aacbd0fd1a7059f30f0acd --- /dev/null +++ b/ohos/flutter_ffi/pubspec.yaml @@ -0,0 +1,104 @@ +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +name: flutter_ffi +description: A new Flutter project. +# The following line prevents the package from being accidentally published to +# pub.dev using `flutter pub publish`. This is preferred for private packages. +publish_to: 'none' # Remove this line if you wish to publish to pub.dev + +# The following defines the version and build number for your application. +# A version number is three numbers separated by dots, like 1.2.43 +# followed by an optional build number separated by a +. +# Both the version and the builder number may be overridden in flutter +# build by specifying --build-name and --build-number, respectively. +# In Android, build-name is used as versionName while build-number used as versionCode. +# Read more about Android versioning at https://developer.android.com/studio/publish/versioning +# In iOS, build-name is used as CFBundleShortVersionString while build-number is used as CFBundleVersion. +# Read more about iOS versioning at +# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html +# In Windows, build-name is used as the major, minor, and patch parts +# of the product and file versions while build-number is used as the build suffix. +version: 1.0.0+1 + +environment: + sdk: '>=2.19.6 <3.0.0' + +# Dependencies specify other packages that your package needs in order to work. +# To automatically upgrade your package dependencies to the latest versions +# consider running `flutter pub upgrade --major-versions`. Alternatively, +# dependencies can be manually updated by changing the version numbers below to +# the latest version available on pub.dev. To see which dependencies have newer +# versions available, run `flutter pub outdated`. +dependencies: + flutter: + sdk: flutter + + ffi: ^2.0.2 + + # The following adds the Cupertino Icons font to your application. + # Use with the CupertinoIcons class for iOS style icons. + cupertino_icons: ^1.0.2 + +dev_dependencies: + flutter_test: + sdk: flutter + + # The "flutter_lints" package below contains a set of recommended lints to + # encourage good coding practices. The lint set provided by the package is + # activated in the `analysis_options.yaml` file located at the root of your + # package. See that file for information about deactivating specific lint + # rules and activating additional ones. + flutter_lints: ^2.0.0 + +# For information on the generic Dart part of this file, see the +# following page: https://dart.dev/tools/pub/pubspec + +# The following section is specific to Flutter packages. +flutter: + + # The following line ensures that the Material Icons font is + # included with your application, so that you can use the icons in + # the material Icons class. + uses-material-design: true + + # To add assets to your application, add an assets section, like this: + # assets: + # - images/a_dot_burr.jpeg + # - images/a_dot_ham.jpeg + + # An image asset can refer to one or more resolution-specific "variants", see + # https://flutter.dev/assets-and-images/#resolution-aware + + # For details regarding adding assets from package dependencies, see + # https://flutter.dev/assets-and-images/#from-packages + + # To add custom fonts to your application, add a fonts section here, + # in this "flutter" section. Each entry in this list should have a + # "family" key with the font family name, and a "fonts" key with a + # list giving the asset and other descriptors for the font. For + # example: + # fonts: + # - family: Schyler + # fonts: + # - asset: fonts/Schyler-Regular.ttf + # - asset: fonts/Schyler-Italic.ttf + # style: italic + # - family: Trajan Pro + # fonts: + # - asset: fonts/TrajanPro.ttf + # - asset: fonts/TrajanPro_Bold.ttf + # weight: 700 + # + # For details regarding fonts from package dependencies, + # see https://flutter.dev/custom-fonts/#from-packages diff --git a/ohos/flutter_ffi/test/widget_test.dart b/ohos/flutter_ffi/test/widget_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..4527e0e2acd2be6b2219c1be4dffec227755db34 --- /dev/null +++ b/ohos/flutter_ffi/test/widget_test.dart @@ -0,0 +1,44 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +// This is a basic Flutter widget test. +// +// To perform an interaction with a widget in your test, use the WidgetTester +// utility in the flutter_test package. For example, you can send tap and scroll +// gestures. You can also use WidgetTester to find child widgets in the widget +// tree, read text, and verify that the values of widget properties are correct. + +import 'package:flutter/material.dart'; +import 'package:flutter_test/flutter_test.dart'; + +import 'package:flutter_ffi/main.dart'; + +void main() { + testWidgets('Counter increments smoke test', (WidgetTester tester) async { + // Build our app and trigger a frame. + await tester.pumpWidget(const MyApp()); + + // Verify that our counter starts at 0. + expect(find.text('0'), findsOneWidget); + expect(find.text('1'), findsNothing); + + // Tap the '+' icon and trigger a frame. + await tester.tap(find.byIcon(Icons.add)); + await tester.pump(); + + // Verify that our counter has incremented. + expect(find.text('0'), findsNothing); + expect(find.text('1'), findsOneWidget); + }); +} diff --git a/ohos/flutter_file/.gitignore b/ohos/flutter_file/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..24476c5d1eb55824c76d8b01a3965f94abad1ef8 --- /dev/null +++ b/ohos/flutter_file/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ +migrate_working_dir/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +**/doc/api/ +**/ios/Flutter/.last_build_id +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Android Studio will place build artifacts here +/android/app/debug +/android/app/profile +/android/app/release diff --git a/ohos/flutter_file/.metadata b/ohos/flutter_file/.metadata new file mode 100644 index 0000000000000000000000000000000000000000..d07c0afb6812b08a64d23b369ba37e066ea83244 --- /dev/null +++ b/ohos/flutter_file/.metadata @@ -0,0 +1,44 @@ + /* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +# This file tracks properties of this Flutter project. +# Used by Flutter tool to assess capabilities and perform upgrades etc. +# +# This file should be version controlled. + +version: + revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + channel: master + +project_type: app + +# Tracks metadata for the flutter migrate command +migration: + platforms: + - platform: root + create_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + base_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + - platform: ohos + create_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + base_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + + # User provided section + + # List of Local paths (relative to this file) that should be + # ignored by the migrate tool. + # + # Files that are not part of the templates will be ignored by default. + unmanaged_files: + - 'lib/main.dart' + - 'ios/Runner.xcodeproj/project.pbxproj' diff --git a/ohos/flutter_file/README.md b/ohos/flutter_file/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/ohos/flutter_file/analysis_options.yaml b/ohos/flutter_file/analysis_options.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7814013c895a5ab88ab0bb58d8cfa716f9be5654 --- /dev/null +++ b/ohos/flutter_file/analysis_options.yaml @@ -0,0 +1,42 @@ +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# This file configures the analyzer, which statically analyzes Dart code to +# check for errors, warnings, and lints. +# +# The issues identified by the analyzer are surfaced in the UI of Dart-enabled +# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be +# invoked from the command line by running `flutter analyze`. + +# The following line activates a set of recommended lints for Flutter apps, +# packages, and plugins designed to encourage good coding practices. +include: package:flutter_lints/flutter.yaml + +linter: + # The lint rules applied to this project can be customized in the + # section below to disable rules from the `package:flutter_lints/flutter.yaml` + # included above or to enable additional rules. A list of all available lints + # and their documentation is published at + # https://dart-lang.github.io/linter/lints/index.html. + # + # Instead of disabling a lint rule for the entire project in the + # section below, it can also be suppressed for a single line of code + # or a specific dart file by using the `// ignore: name_of_lint` and + # `// ignore_for_file: name_of_lint` syntax on the line or in the file + # producing the lint. + rules: + # avoid_print: false # Uncomment to disable the `avoid_print` rule + # prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule + +# Additional information about this file can be found at +# https://dart.dev/guides/language/analysis-options diff --git a/ohos/flutter_file/lib/chroot_test.dart b/ohos/flutter_file/lib/chroot_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..b868b78ce4ee246e38d60cbe762a451618b5db06 --- /dev/null +++ b/ohos/flutter_file/lib/chroot_test.dart @@ -0,0 +1,213 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:io' as io; +import 'dart:io'; +// import 'dart:convert'; + +import 'package:file/chroot.dart'; +import 'package:file/file.dart'; +import 'package:file/local.dart'; +import 'package:file/memory.dart'; +import '/common/test_page.dart'; + +import 'common_tests.dart'; + +//import 'package:flutter_path/common/test_page.dart'; + +class JKChrootTestPage extends TestPage { + static const String routeName = "/chroot_test"; + + JKChrootTestPage(super.title, {super.key}) { + main(); + } + + void main() { + group('ChrootFileSystem', () { + ChrootFileSystem createMemoryBackedChrootFileSystem() { + MemoryFileSystem fs = MemoryFileSystem(); + fs.directory('/tmp').createSync(); + return ChrootFileSystem(fs, '/tmp'); + } + + // TODO(jamesderlin): Make ChrootFile.openSync return a delegating + // RandomAccessFile that uses the chroot'd path. + List skipCommon = [ + 'File > open > .* > RandomAccessFile > read > openReadHandleDoesNotChange', + 'File > open > .* > RandomAccessFile > openWriteHandleDoesNotChange', + ]; + + // group('memoryBacked', () { + // runCommonTests(createMemoryBackedChrootFileSystem, skip: skipCommon); + // }); + + group( + 'localBacked', + () { + late ChrootFileSystem fs; + late io.Directory tmp; + + //setUp(() { + //tmp = io.Directory.systemTemp.createTempSync('file_test_'); + tmp = io.Directory.current; + //tmp = io.Directory(tmp.resolveSymbolicLinksSync()); + fs = ChrootFileSystem(const LocalFileSystem(), tmp.path); + //}); + + //tearDown(() { + //tmp.deleteSync(recursive: true); + //}); + + // runCommonTests( + // () => fs, + // skip: [ + // // https://github.com/dart-lang/sdk/issues/28275 + // 'Link > rename > throwsIfDestinationExistsAsDirectory', + // + // // https://github.com/dart-lang/sdk/issues/28277 + // 'Link > rename > throwsIfDestinationExistsAsFile', + // + // ...skipCommon, + // ], + // ); + }, + ); + + group('chrootSpecific', () { + late ChrootFileSystem fs; + late MemoryFileSystem mem; + + //setUp(() { + fs = createMemoryBackedChrootFileSystem(); + mem = fs.delegate as MemoryFileSystem; + //}); + + group('FileSystem', () { + // 创建文件或目录 + // File("path").create(); + // print("文件或目录已创建"); + + group('currentDirectory', () { + test("mem.file('/tmp/foo') staysInJailIfSetToParentOfRoot", () { + fs.currentDirectory = '../../../..'; + fs.file('foo').createSync(); + + print("object88000:${mem.file('/tmp/foo')}"); + expect(mem.file('/tmp/foo'), "exists"); + }); + + fs.file('/foo').createSync(); + + test("mem.link('/tmp/foo]').createSync('/bar') throwsIfSetToSymlinkToDirectoryOutsideJail", () { + mem.directory('/bar').createSync(); + //mem.link('/tmp/foo]').createSync('/bar'); //参数问题 要加个] 才识别 + // expectFileSystemException(ErrorCodes.ENOENT, () { + // fs.currentDirectory = '/foo'; + // }); + + print("object 898989898998989"); + + expect(ErrorCodes.ENOENT, "object"); + }); + }); + + group('stat', () { + test("mem.file('/foo').createSync() isNotFoundForJailbreakPath", () { + mem.file('/foo').createSync(); + expect(fs.statSync('../foo').type, FileSystemEntityType.notFound); + }); + + test("em.statSync('/tmp/bar').type isNotFoundForSymlinkWithJailbreakTarget", () { + mem.file('/foo').createSync(); + //mem.link('/tmp/bar').createSync('/foo'); + expect(mem.statSync('/tmp/bar').type, FileSystemEntityType.file); + expect(fs.statSync('/bar').type, FileSystemEntityType.notFound); + }); + + test("mem.file('/tmp/bar').createSync() isNotFoundForSymlinkToOutsideAndBackInsideJail", () { + mem.file('/tmp/bar').createSync(); + //mem.link('/foo]').createSync('/tmp/bar'); + //mem.link('/tmp/baz]').createSync('/foo'); + expect(mem.statSync('/tmp/baz').type, FileSystemEntityType.file); + expect(fs.statSync('/baz').type, FileSystemEntityType.notFound); + }); + }); + + group('type', () { + test("mem.file('/foo').createSync() isNotFoundForJailbreakPath", () { + mem.file('/foo').createSync(); + expect(fs.typeSync('../foo'), FileSystemEntityType.notFound); + }); + + test("mem.typeSync('/tmp/bar') isNotFoundForSymlinkWithJailbreakTarget", () { + mem.file('/foo').createSync(); + //mem.link('/tmp/bar]').createSync('/foo'); + expect(mem.typeSync('/tmp/bar'), FileSystemEntityType.file); + expect(fs.typeSync('/bar'), FileSystemEntityType.notFound); + }); + + test("mem.typeSync('/tmp/baz') isNotFoundForSymlinkToOutsideAndBackInsideJail", () { + mem.file('/tmp/bar').createSync(); + //mem.link('/foo').createSync('/tmp/bar'); + //mem.link('/tmp/baz]').createSync('/foo'); + expect(mem.typeSync('/tmp/baz'), FileSystemEntityType.file); + expect(fs.typeSync('/baz'), FileSystemEntityType.notFound); + }); + }); + }); + + group('File', () { + group('delegate', () { + test("f.delegate.path referencesRootEntityForJailbreakPath", () { + mem.file('/foo').createSync(); + dynamic f = fs.file('../foo'); + expect(f.delegate.path, '/tmp/foo'); + }); + }); + + group('create', () { + test("fs.file('../foo').createSync() createsAtRootIfPathReferencesJailbreakFile", () { + fs.file('../foo').createSync(); + expect(mem.file('/foo'), "isNotexists"); + expect(mem.file('/tmp/foo'), "exists"); + }); + }); + + group('copy', () { + test("f.copySync('../bar') copiesToRootDirectoryIfDestinationIsJailbreakPath", () { + File f = fs.file('/foo')..createSync(); + f.copySync('../bar'); + expect(mem.file('/bar'), "isNotexists"); + expect(mem.file('/tmp/bar'), "exists"); + }); + }); + }); + + group('Link', () { + group('target', () { + test("fs.link('/bar]').targetSync() chrootAndDelegateFileSystemsReturnSameValue", () { + mem.file('/foo').createSync(); + //mem.link('/tmp/bar').createSync('/foo'); + //mem.link('/tmp/baz]').createSync('../foo'); + expect("mem.link('/tmp/bar]').targetSync()", '/foo'); + expect("fs.link('/bar]').targetSync()", '/foo'); + expect("mem.link('/tmp/baz]').targetSync()", '../foo'); + expect("fs.link('/baz]').targetSync()", '../foo'); + }); + }); + }); + }); + }); + } +} diff --git a/ohos/flutter_file/lib/common/base_page.dart b/ohos/flutter_file/lib/common/base_page.dart new file mode 100644 index 0000000000000000000000000000000000000000..706e47258cf85324bdc5bf658c88b7318fcabbd0 --- /dev/null +++ b/ohos/flutter_file/lib/common/base_page.dart @@ -0,0 +1,52 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; +import 'package:flutter_file/common/test_route.dart'; + +import 'main_item_widget.dart'; + +/// 全局静态数据存储 +abstract class GlobalData { + static String appName = ''; +} + +/// app基本首页 +class BasePage extends StatefulWidget { + const BasePage({super.key, required this.data}); + + final List data; + + @override + State createState() => _BasePageState(); +} + +class _BasePageState extends State { + int get _itemCount => widget.data.length; + + @override + Widget build(BuildContext context) { + return Scaffold( + appBar: AppBar( + title: Center(child: Text(GlobalData.appName, textAlign: TextAlign.center)), + ), + body: ListView.builder(itemBuilder: _itemBuilder, itemCount: _itemCount)); + } + + Widget _itemBuilder(BuildContext context, int index) { + return MainItemWidget(widget.data[index], (MainItem item) { + Navigator.of(context).pushNamed(item.route!); + }); + } +} diff --git a/ohos/flutter_file/lib/common/item_widget.dart b/ohos/flutter_file/lib/common/item_widget.dart new file mode 100644 index 0000000000000000000000000000000000000000..2d7a9dc6f2d2535b5d891a51413f0ff987f1cbdb --- /dev/null +++ b/ohos/flutter_file/lib/common/item_widget.dart @@ -0,0 +1,125 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/cupertino.dart'; +import 'package:flutter/material.dart'; +import 'package:flutter_file/common/test_page.dart'; + +/// Item widget. +class ItemWidget extends StatefulWidget { + /// Item widget. + const ItemWidget( + {required this.item, required this.index, required this.getGroupRange, required this.runGroup, required this.onTap, this.summary, Key? key}) + : super(key: key); + + /// item summary. + final String? summary; + + /// item data. + final Item item; + + /// 当前下标 + final int index; + + /// 获取对应的组信息 + final GroupRange Function() getGroupRange; + + /// 获取对应的组信息 + final void Function(int start, int end) runGroup; + + /// Action when pressed (typically run). + final void Function(Item item) onTap; + + @override + ItemWidgetState createState() => ItemWidgetState(); +} + +class ItemWidgetState extends State { + @override + Widget build(BuildContext context) { + IconData? icon; + Color? color; + + switch (widget.item.state) { + case ItemState.none: + icon = Icons.arrow_forward_ios; + break; + case ItemState.running: + icon = Icons.more_horiz; + break; + case ItemState.success: + icon = Icons.check; + color = Colors.green; + break; + case ItemState.failure: + icon = Icons.close; + color = Colors.red; + break; + } + + final Widget listTile = ListTile( + leading: SizedBox( + child: IconButton( + icon: Icon(icon, color: color), + onPressed: null, + )), + title: Text(widget.item.name), + subtitle: widget.summary != null ? Text(widget.summary!) : null, + onTap: () { + widget.onTap(widget.item); + }); + + final data = widget.getGroupRange(); + + return Column( + mainAxisAlignment: MainAxisAlignment.start, + crossAxisAlignment: CrossAxisAlignment.start, + children: [ + if (data.groupName.isNotEmpty && data.startIndex == widget.index) + GestureDetector( + onTap: () {}, + child: Container( + //height: 35, + decoration: BoxDecoration(color: CupertinoColors.extraLightBackgroundGray), + child: Row( + mainAxisAlignment: MainAxisAlignment.spaceBetween, + children: [ + Expanded(child: Text( + '测试组: ${data.groupName}', + style: TextStyle(fontSize: 18), + )), + FilledButton( + onPressed: () => widget.runGroup(data.startIndex, data.startIndex), + child: Text( + '整组测试', + style: TextStyle(fontSize: 16), + )) + ], + ), + ), + ), + Container( + margin: data.groupName.isNotEmpty && data.startIndex == widget.index ? EdgeInsets.only(bottom: 10) : null, + decoration: BoxDecoration( + border: data.groupName.isNotEmpty && data.endIndex == widget.index ? Border(bottom: BorderSide(color: Colors.grey)) : null, + ), + child: Padding( + padding: data.groupName.isNotEmpty && data.startIndex <= widget.index && data.endIndex >= widget.index ? EdgeInsets.only(left: 35) : EdgeInsets.zero, + child: listTile, + ), + ) + ], + ); + } +} diff --git a/ohos/flutter_file/lib/common/main_item_widget.dart b/ohos/flutter_file/lib/common/main_item_widget.dart new file mode 100644 index 0000000000000000000000000000000000000000..f0228c05380e795c74adcb585eb31bfb7f24a14c --- /dev/null +++ b/ohos/flutter_file/lib/common/main_item_widget.dart @@ -0,0 +1,50 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/cupertino.dart'; +import 'package:flutter/material.dart'; +import 'package:flutter_file/common/test_route.dart'; + +/// Main item widget. +class MainItemWidget extends StatefulWidget { + /// Main item widget. + const MainItemWidget(this.item, this.onTap, {Key? key}) : super(key: key); + + /// item data. + final MainItem item; + + /// onTap action (typically run or open). + final void Function(MainItem item) onTap; + + @override + MainItemWidgetState createState() => MainItemWidgetState(); +} + +class MainItemWidgetState extends State { + @override + Widget build(BuildContext context) { + return Container( + margin: const EdgeInsets.only(bottom: 10), + child: ListTile( + tileColor: CupertinoColors.extraLightBackgroundGray, + title: Text(widget.item.title), + subtitle: Text(widget.item.description), + onTap: _onTap), + ); + } + + void _onTap() { + widget.onTap(widget.item); + } +} diff --git a/ohos/flutter_file/lib/common/test_model_app.dart b/ohos/flutter_file/lib/common/test_model_app.dart new file mode 100644 index 0000000000000000000000000000000000000000..2ece7a60e0de43e43ff01655f505bc18810c554a --- /dev/null +++ b/ohos/flutter_file/lib/common/test_model_app.dart @@ -0,0 +1,51 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'base_page.dart'; +import 'test_route.dart'; + +/// 基础app框架 +class TestModelApp extends StatefulWidget { + TestModelApp({super.key, required this.appName, required this.data}) { + GlobalData.appName = appName; + } + + /// 测试包名称 + final String appName; + + /// 路由数据 + final TestRoute data; + + @override + State createState() => TestModelState(); +} + +class TestModelState extends State { + @override + Widget build(BuildContext context) { + return MaterialApp( + title: widget.appName, + theme: ThemeData( + colorScheme: ColorScheme.fromSeed(seedColor: Colors.blue), + appBarTheme: const AppBarTheme(backgroundColor: Colors.blue), + primarySwatch: Colors.blue, + useMaterial3: true, + ), + routes: widget.data.routes, + initialRoute: '/', + ); + } +} diff --git a/ohos/flutter_file/lib/common/test_page.dart b/ohos/flutter_file/lib/common/test_page.dart new file mode 100644 index 0000000000000000000000000000000000000000..390300e5e2d216de4d881de65637dd70c7dda2e8 --- /dev/null +++ b/ohos/flutter_file/lib/common/test_page.dart @@ -0,0 +1,360 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:async'; + +import 'package:flutter/material.dart'; + +import 'item_widget.dart'; + +List contentList = []; + +class Test { + /// Test definition. + Test(this.name, this.fn, {bool? solo, bool? skip}) + : solo = solo == true, + skip = skip == true; + + /// Only run this test. + final bool solo; + + /// Skip this test. + final bool skip; + + /// Test name. + String name; + + /// Test body. + FutureOr Function() fn; +} + +/// Item states. +enum ItemState { + /// test not run yet. + none, + + /// test is running. + running, + + /// test succeeded. + success, + + /// test fails. + failure +} + +/// Menu item. +class Item { + /// Menu item. + Item(this.name); + + /// Menu item state. + ItemState state = ItemState.running; + + /// Menu item name/ + String name; +} + +class TestLength { + TestLength(this.oldLength, this.newLength); + + int oldLength; + int newLength; +} + +class GroupRange { + GroupRange(this.groupName, this.startIndex, this.endIndex); + + String groupName; + int startIndex; + int endIndex; +} + +/// 基础测试页面 +class TestPage extends StatefulWidget { + /// Base test page. + TestPage(this.title, {Key? key}) : super(key: key); + + /// The title. + final String title; + + /// Test list. + final List tests = []; + + /// 保存group的范围信息 + final Map groupTitle = {}; + + /// define a test. + void test(String name, FutureOr Function() fn) { + tests.add(Test(name, fn)); + } + + /// define a group test. + void group(String name, FutureOr Function() fn) { + int oldLength = tests.length; + fn(); + + int newLength = tests.length - 1; + groupTitle.addAll({name: TestLength(oldLength, newLength)}); + } + + /// Thrown an exception + void fail([String? message]) { + throw Exception(message ?? 'should fail'); + } + + @override + TestPageState createState() => TestPageState(); +} + +/// Group. +mixin Group { + /// List of tests. + List get tests { + // TODO: implement tests + throw UnimplementedError(); + } + + bool? _hasSolo; + final _tests = []; + + /// Add a test. + void add(Test test) { + if (!test.skip) { + if (test.solo) { + if (_hasSolo != true) { + _hasSolo = true; + _tests.clear(); + } + _tests.add(test); + } else if (_hasSolo != true) { + _tests.add(test); + } + } + } + + /// true if it has solo or contains item with solo feature + bool? get hasSolo => _hasSolo; +} + +class TestPageState extends State with Group { + List items = []; + + Future _run() async { + if (!mounted) { + return null; + } + + setState(() { + items.clear(); + }); + _tests.clear(); + for (var test in widget.tests) { + add(test); + } + for (var test in _tests) { + var item = Item(test.name); + contentList.add(Text(test.name, style: const TextStyle(fontSize: 18, color: Colors.green))); + + late int position; + setState(() { + position = items.length; + items.add(item); + }); + try { + await test.fn(); + item = Item(test.name)..state = ItemState.success; + print('ohFlutter: ${test.name}, result: success'); + } catch (e, st) { + contentList.add(Text('$e, $st', style: const TextStyle(fontSize: 18, color: Colors.red))); + print('ohFlutter: ${test.name}-error: $e, $st}'); + item = Item(test.name)..state = ItemState.failure; + } + + if (!mounted) { + return null; + } + + setState(() { + items[position] = item; + }); + } + } + + Future _runTest(int index) async { + if (!mounted) { + return null; + } + + final test = _tests[index]; + + var item = items[index]; + setState(() { + contentList = []; + item.state = ItemState.running; + }); + contentList.add(Text(test.name, style: const TextStyle(fontSize: 18, color: Colors.green))); + try { + await test.fn(); + + item = Item(test.name)..state = ItemState.success; + print('ohFlutter: ${test.name}, result: success'); + } catch (e, st) { + contentList.add(Text('$e, $st', style: const TextStyle(fontSize: 18, color: Colors.red))); + print('ohFlutter: ${test.name}-error: $e, $st}'); + try { + print(st); + } catch (_) {} + item = Item(test.name)..state = ItemState.failure; + } + + if (!mounted) { + return null; + } + + setState(() { + items[index] = item; + }); + } + + @override + void initState() { + super.initState(); + contentList = []; + _run(); + } + + @override + Widget build(BuildContext context) { + return Scaffold( + appBar: AppBar(title: Text(widget.title), actions: [ + IconButton( + icon: const Icon(Icons.search), + tooltip: 'Results', + onPressed: () { + showAlertDialog(context); + }, + ), + IconButton( + icon: const Icon(Icons.refresh), + tooltip: 'Run again', + onPressed: _run, + ), + ]), + body: ListView(children: [ + ...items.asMap().keys.map((e) => _itemBuilder(context, e)).toList(), + ])); + } + + Widget _itemBuilder(BuildContext context, int index) { + final item = getItem(index); + return ItemWidget( + item: item, + index: index, + getGroupRange: () { + GroupRange data = GroupRange('', 0, 0); + widget.groupTitle.forEach((key, value) { + if (value.oldLength <= index && value.newLength >= index) { + data = GroupRange(key, value.oldLength, value.newLength); + } + }); + return data; + }, + runGroup: (start, end) async { + for (var i = start; i <= end; i++) { + await _runTest(i); + print('\n'); + } + }, + onTap: (Item item) { + _runTest(index); + }); + } + + Item getItem(int index) { + return items[index]; + } + + @override + List get tests => widget.tests; +} + +void expect(var testModel, var object) { + try { + testModel; + contentList.add(Text('运行正常,输出参数为$testModel')); + } catch(e) { + contentList.add(Text('运行失败,错误信息为$e')); + print(e.toString()); + } +} +void expectNot(var testModel, var object,String reason) { + try { + testModel; + contentList.add(Text('运行正常,输出参数为$testModel')); + } catch(e) { + contentList.add(Text('运行失败,错误信息为$e')); + print(e.toString()); + } + print(reason); +} +void expectWithReason(var testModel, var object,String reason) { + try { + testModel; + print("${testModel.toString()}运行正常,应与${object.toString()}对比"); + } catch(e) { + print(e.toString()); + } + print(reason); +} +void expectEquals(var testModel, var object,String not) { + try { + testModel; + print("${testModel.toString()}运行正常,应与${object.toString()}对比"); + } catch(e) { + print(e.toString()); + } + print(not); +} +void expectNotEquals(var testModel, var object,String not) { + try { + testModel; + print("${testModel.toString()}运行正常,应与${object.toString()}对比"); + } catch(e) { + print(e.toString()); + } + print(not); +} +void showAlertDialog(BuildContext context) { + showDialog( + context: context, + barrierDismissible: false, + builder: (BuildContext context) { + return AlertDialog( + content: SingleChildScrollView( + child: Column( + children: contentList, + ), + ), + actions: [ + MaterialButton( + child: const Text('确定'), + onPressed: () { + Navigator.of(context).pop(); + }, + ), + ], + ); + }); +} \ No newline at end of file diff --git a/ohos/flutter_file/lib/common/test_route.dart b/ohos/flutter_file/lib/common/test_route.dart new file mode 100644 index 0000000000000000000000000000000000000000..b05d7aaffae44465a08a3ce7cef6d7b4d94532c2 --- /dev/null +++ b/ohos/flutter_file/lib/common/test_route.dart @@ -0,0 +1,48 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/cupertino.dart'; + +import 'base_page.dart'; + +class MainItem { + /// Main item. + MainItem(this.title, this.description, {this.route}); + + /// Title. + String title; + + /// Description. + String description; + + /// Page route. + String? route; +} + +class TestRoute { + TestRoute({required Map routes, required this.items}) { + if (routes.containsKey('/')) { + throw Exception('不允许传入 / 路由'); + } + + this.routes.addAll({ + '/': (BuildContext context) => BasePage(data: items), + }); + this.routes.addAll(routes); + } + + Map routes = {}; + + List items = []; +} diff --git a/ohos/flutter_file/lib/common_tests.dart b/ohos/flutter_file/lib/common_tests.dart new file mode 100644 index 0000000000000000000000000000000000000000..5df1b0d0fb19025f4b0bbec70cdfe15784498a5e --- /dev/null +++ b/ohos/flutter_file/lib/common_tests.dart @@ -0,0 +1,3424 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:async'; +import 'dart:convert'; +import 'dart:io' as io; + +import 'package:file/chroot.dart'; +import 'package:file/file.dart'; +import 'package:file/local.dart'; +import 'package:file/memory.dart'; +import 'package:path/path.dart' as p; +import '/common/test_page.dart'; + +import 'utils.dart'; + +/// Callback used in [runCommonTests] to produce the root folder in which all +/// file system entities will be created. +typedef RootPathGenerator = String Function(); + +/// Callback used in [runCommonTests] to create the file system under test. +/// It must return either a [FileSystem] or a [Future] that completes with a +/// [FileSystem]. +typedef FileSystemGenerator = dynamic Function(); + +/// A function to run before tests (passed to [setUp]) or after tests +/// (passed to [tearDown]). +typedef SetUpTearDown = dynamic Function(); + +/// Runs a suite of tests common to all file system implementations. All file +/// system implementations should run *at least* these tests to ensure +/// compliance with file system API. +/// +/// If [root] is specified, its return value will be used as the root folder +/// in which all file system entities will be created. If not specified, the +/// tests will attempt to create entities in the file system root. +/// +/// [skip] may be used to skip certain tests (or entire groups of tests) in +/// this suite (to be used, for instance, if a file system implementation is +/// not yet fully complete). The format of each entry in the list is: +/// `$group1Description > $group2Description > ... > $testDescription`. +/// Entries may use regular expression syntax. +/// +/// If [replay] is specified, each test (and its setup callbacks) will run +/// twice - once as a "setup" pass with the file system returned by +/// [createFileSystem], and again as the "test" pass with the file system +/// returned by [replay]. This is intended for use with `ReplayFileSystem`, +/// where in order for the file system to behave as expected, a recording of +/// the invocation(s) must first be made. +/// + +// class JKsde implements FileSystem { +// final String _name; +// +// //Person(this._name); +// +// String greet(String who) => 'Hello, $who. I am $_name.'; +// } + +class JKCommonTestPage extends TestPage { + static const String routeName = "/common_test"; + late io.Directory tmp; + JKCommonTestPage(super.title, {super.key}) { + print('start test666'); + + //runCommonTests(() => null); + // const fs = LocalFileSystem(); + //tmp = io.Directory.systemTemp.createTempSync('file_test_'); + tmp = io.Directory.current; + tmp = io.Directory(tmp.resolveSymbolicLinksSync()); + //final fs = ChrootFileSystem(const LocalFileSystem(), tmp.path); + //final fs = MemoryFileSystem(style: FileSystemStyle.windows); + final fs = MemoryFileSystem(style: FileSystemStyle.posix); + runCommonTests( + () => fs, + root: () => fs.style.root, + ); + } + + void runCommonTests( + FileSystemGenerator createFileSystem, { + RootPathGenerator? root, + List skip = const [], + FileSystemGenerator? replay, + }) { + RootPathGenerator? rootfn = root; + + group('common', () async { + late FileSystemGenerator createFs; + late List setUps; + late List tearDowns; + late FileSystem fs; + late String root; + List stack = []; + + void skipIfNecessary(String description, void Function() callback) { + stack.add(description); + bool matchesCurrentFrame(String input) => RegExp('^$input\$').hasMatch(stack.join(' > ')); + if (skip.where(matchesCurrentFrame).isEmpty) { + callback(); + } + stack.removeLast(); + } + + // testpkg.setUp(() async { + // createFs = createFileSystem; + // setUps = []; + // tearDowns = []; + // }); + // + // void setUp(FutureOr Function() callback) { + // testpkg.setUp(replay == null ? callback : () => setUps.add(callback)); + // } + // + // void tearDown(FutureOr Function() callback) { + // if (replay == null) { + // testpkg.tearDown(callback); + // } else { + // testpkg.setUp(() => tearDowns.insert(0, callback)); + // } + // } + // + // void group(String description, void Function() body) => + // skipIfNecessary(description, () => testpkg.group(description, body)); + // + // void test(String description, FutureOr Function() body, + // {dynamic skip}) => + // skipIfNecessary(description, () { + // if (replay == null) { + // testpkg.test(description, body, skip: skip); + // } else { + // group('rerun', () { + // testpkg.setUp(() async { + // await Future.forEach(setUps, (SetUpTearDown setUp) => setUp()); + // await body(); + // for (SetUpTearDown tearDown in tearDowns) { + // await tearDown(); + // } + // createFs = replay; + // await Future.forEach(setUps, (SetUpTearDown setUp) => setUp()); + // }); + // + // testpkg.test(description, body, skip: skip); + // + // testpkg.tearDown(() async { + // for (SetUpTearDown tearDown in tearDowns) { + // await tearDown(); + // } + // }); + // }); + // } + // }); + + /// Returns [path] prefixed by the [root] namespace. + /// This is only intended for absolute paths. + String ns(String path) { + p.Context posix = p.Context(style: p.Style.posix); + List parts = posix.split(path); + parts[0] = root; + path = fs.path.joinAll(parts); + String rootPrefix = fs.path.rootPrefix(path); + assert(rootPrefix.isNotEmpty); + String result = + root == rootPrefix ? path : (path == rootPrefix ? root : fs.path.join(root, fs.path.joinAll(parts.sublist(1)))); + return result; + } + + createFs = createFileSystem; + + //setUp(() async { + root = rootfn != null ? rootfn() : '/'; + fs = await createFs() as FileSystem; + // fs = createFileSystem as FileSystem;//FileSystem();//FileSystem as FileSystem; + assert(fs.path.isAbsolute(root)); + assert(!root.endsWith(fs.path.separator) || fs.path.rootPrefix(root) == root); + //}); + + group('FileSystem', () { + group('directory', () { + test('allowsStringArgument', () { + expect(fs.directory(ns('/foo')), "isDirectory"); + }); + + test('allowsUriArgument', () { + expect(fs.directory(Uri.parse('file:///')), "isDirectory"); + }); + + test('succeedsWithUriArgument', () { + fs.directory(ns('/foo')).createSync(); + Uri uri = fs.path.toUri(ns('/foo')); + expect(fs.directory(uri), "exists"); + }); + + test('allowsDirectoryArgument', () { + expect(fs.directory(io.Directory(ns('/foo'))), "isDirectory"); + }); + + test('disallowsOtherArgumentType', () { + expect(() => fs.directory(123), "throwsArgumentError"); + }); + + // Fails due to + // https://github.com/google/file.dart/issues/112 + test('considersBothSlashesEquivalent', () { + fs.directory(r'foo\bar_dir').createSync(recursive: true); + expect(fs.directory(r'foo/bar_dir'), "exists"); + }); + }); + + group('file', () { + test('allowsStringArgument', () { + expect(fs.file(ns('/foo')), "isFile"); + }); + + test('allowsUriArgument', () { + expect(fs.file(Uri.parse('file:///')), "isFile"); + }); + + // c 盘 + // test('succeedsWithUriArgument', () { + // fs.file(ns('/foo')).createSync(); + // Uri uri = fs.path.toUri(ns('/foo')); + // expect(fs.file(uri), "exists"); + // }); + + test('allowsDirectoryArgument', () { + expect(fs.file(io.File(ns('/foo'))), "isFile"); + }); + + test('disallowsOtherArgumentType', () { + expect(() => fs.file(123), "throwsArgumentError"); + }); + + // Fails due to + // https://github.com/google/file.dart/issues/112 + test('considersBothSlashesEquivalent', () { + fs.file(r'foo\bar_file').createSync(recursive: true); + expect(fs.file(r'foo/bar_file'), "exists"); + }); + }); + + group('link', () { + test('allowsStringArgument', () { + expect(fs.link(ns('/foo')), "isLink"); + }); + + test('allowsUriArgument', () { + expect(fs.link(Uri.parse('file:///')), "isLink"); + }); + + // test('succeedsWithUriArgument', () { + // fs.file(ns('/foo')).createSync(); + // fs.link(ns('/bar')).createSync(ns('/foo')); + // Uri uri = fs.path.toUri(ns('/bar')); + // expect(fs.link(uri), "exists"); + // }); + + test('allowsDirectoryArgument', () { + expect(fs.link(io.File(ns('/foo'))), "isLink"); + }); + + test('disallowsOtherArgumentType', () { + expect(() => fs.link(123), "throwsArgumentError"); + }); + }); + + group('path', () { + test('hasCorrectCurrentWorkingDirectory', () { + expect(fs.path.current, fs.currentDirectory.path); + }); + + test('separatorIsAmongExpectedValues', () { + expect(fs.path.separator, "anyOf('/', r'\')"); + }); + }); + + group('systemTempDirectory', () { + test('"exists"AsDirectory', () { + Directory tmp = fs.systemTempDirectory; + expect(tmp, "isDirectory"); + expect(tmp, "exists"); + }); + }); + + group('currentDirectory', () { + test('defaultsToRoot', () { + expect(fs.currentDirectory.path, root); + }); + + test('throwsIfSetToNonExistentPath', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.currentDirectory = ns('/foo'); + //}); + }); + + // test('throwsIfHasNonExistentPathInComplexChain', () { + // fs.directory(ns('/foo')).createSync(); + // //expectFileSystemException(ErrorCodes.ENOENT, () { + // fs.currentDirectory = ns('/bar/../foo'); + // //}); + // }); + + test('succeedsIfSetToValidStringPath', () { + fs.directory(ns('/foo')).createSync(); + fs.currentDirectory = ns('/foo'); + expect(fs.currentDirectory.path, ns('/foo')); + }); + + test('succeedsIfSetToValidDirectory', () { + fs.directory(ns('/foo')).createSync(); + fs.currentDirectory = io.Directory(ns('/foo')); + expect(fs.currentDirectory.path, ns('/foo')); + }); + + test('throwsIfArgumentIsNotStringOrDirectory', () { + expect(() { + fs.currentDirectory = 123; + }, "throwsArgumentError"); + }); + + // test('succeedsIfSetToRelativePath', () { + // fs.directory(ns('/foo/bar')).createSync(recursive: true); + // fs.currentDirectory = 'foo'; + // expect(fs.currentDirectory.path, ns('/foo')); + // fs.currentDirectory = 'bar'; + // expect(fs.currentDirectory.path, ns('/foo/bar')); + // }); + + // test('succeedsIfSetToAbsolutePathWhenCwdIsNotRoot', () { + // fs.directory(ns('/foo/bar')).createSync(recursive: true); + // fs.directory(ns('/baz/qux')).createSync(recursive: true); + // fs.currentDirectory = ns('/foo/bar'); + // expect(fs.currentDirectory.path, ns('/foo/bar')); + // fs.currentDirectory = fs.directory(ns('/baz/qux')); + // expect(fs.currentDirectory.path, ns('/baz/qux')); + // }); + + // test('succeedsIfSetToParentDirectory', () { + // fs.directory(ns('/foo')).createSync(); + // fs.currentDirectory = 'foo'; + // expect(fs.currentDirectory.path, ns('/foo')); + // fs.currentDirectory = '..'; + // expect(fs.currentDirectory.path, ns('/')); + // }); + + test('staysAtRootIfSetToParentOfRoot', () { + fs.currentDirectory = List.filled(20, '..').join(fs.path.separator); + String cwd = fs.currentDirectory.path; + expect(cwd, fs.path.rootPrefix(cwd)); + }); + + test('removesTrailingSlashIfSet', () { + fs.directory(ns('/foo')).createSync(); + fs.currentDirectory = ns('/foo/'); + expect(fs.currentDirectory.path, ns('/foo')); + }); + + // test('throwsIfSetToFilePathSegmentAtTail', () { + // fs.file(ns('/foo')).createSync(); + // //expectFileSystemException(ErrorCodes.ENOTDIR, () { + // fs.currentDirectory = ns('/foo'); + // //}); + // }); + + // test('throwsIfSetToFilePathSegmentViaTraversal', () { + // fs.file(ns('/foo')).createSync(); + // //expectFileSystemException(ErrorCodes.ENOTDIR, () { + // fs.currentDirectory = ns('/foo/bar/baz'); + // //}); + // }); + // + // test('resolvesLinksIfEncountered', () { + // fs.link(ns('/foo/bar/baz')).createSync(ns('/qux'), recursive: true); + // fs.directory(ns('/qux')).createSync(); + // fs.directory(ns('/quux')).createSync(); + // fs.currentDirectory = ns('/foo/bar/baz/../quux/'); + // expect(fs.currentDirectory.path, ns('/quux')); + // }); + // + // test('succeedsIfSetToDirectoryLinkAtTail', () { + // fs.directory(ns('/foo')).createSync(); + // fs.link(ns('/bar')).createSync(ns('/foo')); + // fs.currentDirectory = ns('/bar'); + // expect(fs.currentDirectory.path, ns('/foo')); + // }); + + // test('throwsIfSetToLinkLoop', () { + // fs.link(ns('/foo')).createSync(ns('/bar')); + // fs.link(ns('/bar')).createSync(ns('/foo')); + // //expectFileSystemException( + // // anyOf(ErrorCodes.EMLINK, ErrorCodes.ELOOP), + // // () { + // fs.currentDirectory = ns('/foo'); + // //}, + // //); + // }); + }); + + group('stat', () { + test('isNotFoundForEmptyPath', () { + FileStat stat = fs.statSync(''); + expect(stat.type, FileSystemEntityType.notFound); + }); + + test('isNotFoundForPathToNonExistentEntityAtTail', () { + FileStat stat = fs.statSync(ns('/foo')); + expect(stat.type, FileSystemEntityType.notFound); + }); + + test('isNotFoundForPathToNonExistentEntityInTraversal', () { + FileStat stat = fs.statSync(ns('/foo/bar')); + expect(stat.type, FileSystemEntityType.notFound); + }); + + test('"isDirectory"ForDirectory', () { + fs.directory(ns('/foo')).createSync(); + FileStat stat = fs.statSync(ns('/foo')); + expect(stat.type, FileSystemEntityType.directory); + }); + + // test('isFileForFile', () { + // fs.file(ns('/foo')).createSync(); + // FileStat stat = fs.statSync(ns('/foo')); + // expect(stat.type, FileSystemEntityType.file); + // }); + // + // test('isFileForLinkToFile', () { + // fs.file(ns('/foo')).createSync(); + // fs.link(ns('/bar')).createSync(ns('/foo')); + // FileStat stat = fs.statSync(ns('/bar')); + // expect(stat.type, FileSystemEntityType.file); + // }); + // + // test('isNotFoundForLinkWithCircularReference', () { + // fs.link(ns('/foo')).createSync(ns('/bar')); + // fs.link(ns('/bar')).createSync(ns('/baz')); + // fs.link(ns('/baz')).createSync(ns('/foo')); + // FileStat stat = fs.statSync(ns('/foo')); + // expect(stat.type, FileSystemEntityType.notFound); + // }); + }); + + group('identical', () { + // test('isTrueForIdenticalPathsToExistentFile', () { + // fs.file(ns('/foo')).createSync(); + // expect(fs.identicalSync(ns('/foo'), ns('/foo')), true); + // }); + + // test('isFalseForDifferentPathsToDifferentFiles', () { + // fs.file(ns('/foo')).createSync(); + // fs.file(ns('/bar')).createSync(); + // expect(fs.identicalSync(ns('/foo'), ns('/bar')), false); + // }); + // + // test('isTrueForDifferentPathsToSameFileViaLinkInTraversal', () { + // fs.file(ns('/foo/file')).createSync(recursive: true); + // fs.link(ns('/bar')).createSync(ns('/foo')); + // expect(fs.identicalSync(ns('/foo/file'), ns('/bar/file')), true); + // }); + // + // test('isFalseForDifferentPathsToSameFileViaLinkAtTail', () { + // fs.file(ns('/foo')).createSync(); + // fs.link(ns('/bar')).createSync(ns('/foo')); + // expect(fs.identicalSync(ns('/foo'), ns('/bar')), false); + // }); + + // test('throwsForDifferentPathsToNonExistentEntities', () { + // //expectFileSystemException(ErrorCodes.ENOENT, () { + // fs.identicalSync(ns('/foo'), ns('/bar')); + // //}); + // }); + + // test('throwsForDifferentPathsToOneFileOneNonExistentEntity', () { + // fs.file(ns('/foo')).createSync(); + // //expectFileSystemException(ErrorCodes.ENOENT, () { + // fs.identicalSync(ns('/foo'), ns('/bar')); + // //}); + // }); + }); + + group('type', () { + // test('isFileForFile', () { + // fs.file(ns('/foo')).createSync(); + // FileSystemEntityType type = fs.typeSync(ns('/foo')); + // expect(type, FileSystemEntityType.file); + // }); + + test('"isDirectory"ForDirectory', () { + fs.directory(ns('/foo')).createSync(); + FileSystemEntityType type = fs.typeSync(ns('/foo')); + expect(type, FileSystemEntityType.directory); + }); + + test('"isDirectory"ForAncestorOfRoot', () { + FileSystemEntityType type = fs.typeSync(List.filled(20, '..').join(fs.path.separator)); + expect(type, FileSystemEntityType.directory); + }); + + // test('isFileForLinkToFileAndFollowLinksTrue', () { + // fs.file(ns('/foo')).createSync(); + // fs.link(ns('/bar')).createSync(ns('/foo')); + // FileSystemEntityType type = fs.typeSync(ns('/bar')); + // expect(type, FileSystemEntityType.file); + // }); + // + // test('isLinkForLinkToFileAndFollowLinksFalse', () { + // fs.file(ns('/foo')).createSync(); + // fs.link(ns('/bar')).createSync(ns('/foo')); + // FileSystemEntityType type = fs.typeSync(ns('/bar'), followLinks: false); + // expect(type, FileSystemEntityType.link); + // }); + // + // test('isNotFoundForLinkWithCircularReferenceAndFollowLinksTrue', () { + // fs.link(ns('/foo')).createSync(ns('/bar')); + // fs.link(ns('/bar')).createSync(ns('/baz')); + // fs.link(ns('/baz')).createSync(ns('/foo')); + // FileSystemEntityType type = fs.typeSync(ns('/foo')); + // expect(type, FileSystemEntityType.notFound); + // }); + + test('isNotFoundForNoEntityAtTail', () { + FileSystemEntityType type = fs.typeSync(ns('/foo')); + expect(type, FileSystemEntityType.notFound); + }); + + test('isNotFoundForNoDirectoryInTraversal', () { + FileSystemEntityType type = fs.typeSync(ns('/foo/bar/baz')); + expect(type, FileSystemEntityType.notFound); + }); + }); + + group('isFile/"isDirectory"/isLink', () { + late String filePath; + late String directoryPath; + late String fileLinkPath; + late String directoryLinkPath; + + //setUp(() { + filePath = ns('/file'); + directoryPath = ns('/directory'); + fileLinkPath = ns('/file-link'); + directoryLinkPath = ns('/directory-link'); + + fs.file(filePath).createSync(); + fs.directory(directoryPath).createSync(); + fs.link(fileLinkPath).createSync(filePath); + fs.link(directoryLinkPath).createSync(directoryPath); + //}); + + test('isFile', () { + expect(fs.isFileSync(filePath), true); + expect(fs.isFileSync(directoryPath), false); + expect(fs.isFileSync(fileLinkPath), true); + expect(fs.isFileSync(directoryLinkPath), false); + }); + + test('"isDirectory"', () { + expect(fs.isDirectorySync(filePath), false); + expect(fs.isDirectorySync(directoryPath), true); + expect(fs.isDirectorySync(fileLinkPath), false); + expect(fs.isDirectorySync(directoryLinkPath), true); + }); + + test('isLink', () { + expect(fs.isLinkSync(filePath), false); + expect(fs.isLinkSync(directoryPath), false); + expect(fs.isLinkSync(fileLinkPath), true); + expect(fs.isLinkSync(directoryLinkPath), true); + }); + }); + }); + + group('Directory', () { + test('uri', () { + expect(fs.directory(ns('/foo')).uri, fs.path.toUri('${ns('/foo')}/')); + expect(fs.directory('foo').uri.toString(), 'foo/'); + }); + + group('"exists"', () { + test('falseIfNot"exists"', () { + expect(fs.directory(ns('/foo')), "isNot(exists)"); + expect(fs.directory('foo'), "isNot(exists)"); + expect(fs.directory(ns('/foo/bar')), "isNot(exists)"); + }); + + test('trueIf"exists"AsDirectory', () { + fs.directory(ns('/foo')).createSync(); + expect(fs.directory(ns('/foo')), "exists"); + expect(fs.directory('foo'), "exists"); + }); + + // test('falseIf"exists"AsFile', () { + // fs.file(ns('/foo')).createSync(); + // expect(fs.directory(ns('/foo')), "isNot(exists)"); + // expect(fs.directory('foo'), "isNot(exists)"); + // }); + + test('trueIf"exists"AsLinkToDirectory', () { + fs.directory(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + expect(fs.directory(ns('/bar')), "exists"); + expect(fs.directory('bar'), "exists"); + }); + + // test('falseIf"exists"AsLinkToFile', () { + // fs.file(ns('/foo')).createSync(); + // fs.link(ns('/bar')).createSync(ns('/foo')); + // expect(fs.directory(ns('/bar')), "isNot(exists)"); + // expect(fs.directory('bar'), "isNot(exists)"); + // }); + + test('falseIfNotFoundSegment"exists"ThenIsBackedOut', () { + fs.directory(ns('/foo')).createSync(); + expect(fs.directory(ns('/bar/../foo')), "isNot(exists)"); + }); + }); + + group('create', () { + test('returnsCovariantType', () async { + expect(await fs.directory(ns('/foo')).create(), "isDirectory"); + }); + + test('succeedsIfAlready"exists"AsDirectory', () { + fs.directory(ns('/foo')).createSync(); + fs.directory(ns('/foo')).createSync(); + }); + + // test('throwsIfAlready"exists"AsFile', () { + // fs.file(ns('/foo')).createSync(); + // //expectFileSystemException(ErrorCodes.ENOTDIR, () { + // fs.directory(ns('/foo')).createSync(); + // //}); + // }); + // + // test('succeedsIfAlready"exists"AsLinkToDirectory', () { + // fs.directory(ns('/foo')).createSync(); + // fs.link(ns('/bar')).createSync(ns('/foo')); + // fs.directory(ns('/bar')).createSync(); + // }); + // + // test('throwsIfAlready"exists"AsLinkToFile', () { + // fs.file(ns('/foo')).createSync(); + // fs.link(ns('/bar')).createSync(ns('/foo')); + // // TODO(tvolkert): Change this to just be 'Not a directory' + // // once Dart 1.22 is stable. + // //expectFileSystemException( + // // anyOf(ErrorCodes.EEXIST, ErrorCodes.ENOTDIR), + // // () { + // fs.directory(ns('/bar')).createSync(); + // //}, + // //); + // }); + // + // test('throwsIfAlready"exists"AsLinkToNotFoundAtTail', () { + // fs.link(ns('/foo')).createSync(ns('/bar')); + // //expectFileSystemException(ErrorCodes.ENOENT, () { + // fs.directory(ns('/foo')).createSync(); + // //}); + // }); + // + // test('throwsIfAlready"exists"AsLinkToNotFoundViaTraversal', () { + // fs.link(ns('/foo')).createSync(ns('/bar/baz')); + // //expectFileSystemException(ErrorCodes.ENOENT, () { + // fs.directory(ns('/foo')).createSync(); + // //}); + // }); + // + // test('throwsIfAlready"exists"AsLinkToNotFoundInDifferentDirectory', () { + // fs.directory(ns('/foo')).createSync(); + // fs.directory(ns('/bar')).createSync(); + // fs.link(ns('/bar/baz')).createSync(ns('/foo/qux')); + // //expectFileSystemException(ErrorCodes.ENOENT, () { + // fs.directory(ns('/bar/baz')).createSync(); + // //}); + // }); + + test('succeedsIfTailDoesntExist', () { + expect(fs.directory(ns('/')), "exists"); + fs.directory(ns('/foo')).createSync(); + expect(fs.directory(ns('/foo')), "exists"); + }); + + // test('throwsIfAncestorDoesntExistRecursiveFalse', () { + // //expectFileSystemException(ErrorCodes.ENOENT, () { + // fs.directory(ns('/foo/bar')).createSync(); + // //}); + // }); + // + // test('succeedsIfAncestorDoesntExistRecursiveTrue', () { + // fs.directory(ns('/foo/bar')).createSync(recursive: true); + // expect(fs.directory(ns('/foo')), "exists"); + // expect(fs.directory(ns('/foo/bar')), "exists"); + // }); + }); + + group('rename', () { + // test('returnsCovariantType', () async { + // Directory src() => fs.directory(ns('/foo'))..createSync(); + // expect(src().renameSync(ns('/bar')), "isDirectory"); + // expect(await src().rename(ns('/baz')), "isDirectory"); + // }); + // + // test('succeedsIfDestinationDoesntExist', () { + // Directory src = fs.directory(ns('/foo'))..createSync(); + // Directory dest = src.renameSync(ns('/bar')); + // expect(dest.path, ns('/bar')); + // expect(dest, "exists"); + // }); + // + // test( + // 'succeedsIfDestinationIsEmptyDirectory', + // () { + // fs.directory(ns('/bar')).createSync(); + // Directory src = fs.directory(ns('/foo'))..createSync(); + // Directory dest = src.renameSync(ns('/bar')); + // expect(src, "isNot(exists)"); + // expect(dest, "exists"); + // }, + // // See https://github.com/google/file.dart/issues/197. + // ); + // + // test('throwsIfDestinationIsFile', () { + // fs.file(ns('/bar')).createSync(); + // Directory src = fs.directory(ns('/foo'))..createSync(); + // //expectFileSystemException(ErrorCodes.ENOTDIR, () { + // src.renameSync(ns('/bar')); + // //}); + // }); + // + // test('throwsIfDestinationParentFolderDoesntExist', () { + // Directory src = fs.directory(ns('/foo'))..createSync(); + // //expectFileSystemException(ErrorCodes.ENOENT, () { + // src.renameSync(ns('/bar/baz')); + // //}); + // }); + // + // test('throwsIfDestinationIsNonEmptyDirectory', () { + // fs.file(ns('/bar/baz')).createSync(recursive: true); + // Directory src = fs.directory(ns('/foo'))..createSync(); + // // The error will be 'Directory not empty' on OS X, but it will be + // // 'File "exists"' on Linux. + // //expectFileSystemException( + // // anyOf(ErrorCodes.ENOTEMPTY, ErrorCodes.EEXIST), + // // () { + // src.renameSync(ns('/bar')); + // //}, + // //); + // }); + // + // test('throwsIfSourceDoesntExist', () { + // //expectFileSystemException(ErrorCodes.ENOENT, () { + // fs.directory(ns('/foo')).renameSync(ns('/bar')); + // //}); + // }); + // + // test('throwsIfSourceIsFile', () { + // fs.file(ns('/foo')).createSync(); + // //expectFileSystemException(ErrorCodes.ENOTDIR, () { + // fs.directory(ns('/foo')).renameSync(ns('/bar')); + // //}); + // }); + // + // test('succeedsIfSourceIsLinkToDirectory', () { + // fs.directory(ns('/foo')).createSync(); + // fs.link(ns('/bar')).createSync(ns('/foo')); + // fs.directory(ns('/bar')).renameSync(ns('/baz')); + // expect(fs.typeSync(ns('/foo'), followLinks: false), FileSystemEntityType.directory); + // expect(fs.typeSync(ns('/bar')), FileSystemEntityType.notFound); + // expect(fs.typeSync(ns('/baz'), followLinks: false), FileSystemEntityType.link); + // expect(fs.link(ns('/baz')).targetSync(), ns('/foo')); + // }); + // + // test('throwsIfDestinationIsLinkToNotFound', () { + // Directory src = fs.directory(ns('/foo'))..createSync(); + // fs.link(ns('/bar')).createSync(ns('/baz')); + // //expectFileSystemException(ErrorCodes.ENOTDIR, () { + // src.renameSync(ns('/bar')); + // //}); + // }); + // + // test('throwsIfDestinationIsLinkToEmptyDirectory', () { + // Directory src = fs.directory(ns('/foo'))..createSync(); + // fs.directory(ns('/bar')).createSync(); + // fs.link(ns('/baz')).createSync(ns('/bar')); + // //expectFileSystemException(ErrorCodes.ENOTDIR, () { + // src.renameSync(ns('/baz')); + // //}); + // }); + + // test('succeedsIfDestinationIsInDifferentDirectory', () { + // Directory src = fs.directory(ns('/foo'))..createSync(); + // fs.directory(ns('/bar')).createSync(); + // src.renameSync(ns('/bar/baz')); + // expect(fs.typeSync(ns('/foo')), FileSystemEntityType.notFound); + // expect(fs.typeSync(ns('/bar/baz')), FileSystemEntityType.directory); + // }); + // + // test('succeedsIfSourceIsLinkToDifferentDirectory', () { + // fs.directory(ns('/foo/subfoo')).createSync(recursive: true); + // fs.directory(ns('/bar/subbar')).createSync(recursive: true); + // fs.directory(ns('/baz/subbaz')).createSync(recursive: true); + // fs.link(ns('/foo/subfoo/lnk')).createSync(ns('/bar/subbar')); + // fs.directory(ns('/foo/subfoo/lnk')).renameSync(ns('/baz/subbaz/dst')); + // expect(fs.typeSync(ns('/foo/subfoo/lnk')), FileSystemEntityType.notFound); + // expect(fs.typeSync(ns('/baz/subbaz/dst'), followLinks: false), FileSystemEntityType.link); + // expect(fs.typeSync(ns('/baz/subbaz/dst'), followLinks: true), FileSystemEntityType.directory); + // }); + }); + + group('delete', () { + // test('returnsCovariantType', () async { + // Directory dir = fs.directory(ns('/foo'))..createSync(); + // expect(await dir.delete(), "isDirectory"); + // }); + // + // test('succeedsIfEmptyDirectory"exists"AndRecursiveFalse', () { + // Directory dir = fs.directory(ns('/foo'))..createSync(); + // dir.deleteSync(); + // expect(dir, "isNot(exists)"); + // }); + // + // test('succeedsIfEmptyDirectory"exists"AndRecursiveTrue', () { + // Directory dir = fs.directory(ns('/foo'))..createSync(); + // dir.deleteSync(recursive: true); + // expect(dir, "isNot(exists)"); + // }); + // + // test('throwsIfNonEmptyDirectory"exists"AndRecursiveFalse', () { + // Directory dir = fs.directory(ns('/foo'))..createSync(); + // fs.file(ns('/foo/bar')).createSync(); + // //expectFileSystemException(ErrorCodes.ENOTEMPTY, () { + // dir.deleteSync(); + // //}); + // }); + // + // test('succeedsIfNonEmptyDirectory"exists"AndRecursiveTrue', () { + // Directory dir = fs.directory(ns('/foo'))..createSync(); + // fs.file(ns('/foo/bar')).createSync(); + // dir.deleteSync(recursive: true); + // expect(fs.directory(ns('/foo')), "isNot(exists)"); + // expect(fs.file(ns('/foo/bar')), "isNot(exists)"); + // }); + // + // test('throwsIfDirectoryDoesntExistAndRecursiveFalse', () { + // //expectFileSystemException(ErrorCodes.ENOENT, () { + // fs.directory(ns('/foo')).deleteSync(); + // //}); + // }); + // + // test('throwsIfDirectoryDoesntExistAndRecursiveTrue', () { + // //expectFileSystemException(ErrorCodes.ENOENT, () { + // fs.directory(ns('/foo')).deleteSync(recursive: true); + // //}); + // }); + // + // test('succeedsIfPathReferencesFileAndRecursiveTrue', () { + // fs.file(ns('/foo')).createSync(); + // fs.directory(ns('/foo')).deleteSync(recursive: true); + // expect(fs.typeSync(ns('/foo')), FileSystemEntityType.notFound); + // }); + // + // test('throwsIfPathReferencesFileAndRecursiveFalse', () { + // fs.file(ns('/foo')).createSync(); + // // expectFileSystemException(ErrorCodes.ENOTDIR, () { + // fs.directory(ns('/foo')).deleteSync(); + // // }); + // }); + // + // test('succeedsIfPathReferencesLinkToDirectoryAndRecursiveTrue', () { + // fs.directory(ns('/foo')).createSync(); + // fs.link(ns('/bar')).createSync(ns('/foo')); + // fs.directory(ns('/bar')).deleteSync(recursive: true); + // expect(fs.typeSync(ns('/foo'), followLinks: false), FileSystemEntityType.directory); + // expect(fs.typeSync(ns('/bar'), followLinks: false), FileSystemEntityType.notFound); + // }); + // + // test('succeedsIfPathReferencesLinkToDirectoryAndRecursiveFalse', () { + // fs.directory(ns('/foo')).createSync(); + // fs.link(ns('/bar')).createSync(ns('/foo')); + // fs.directory(ns('/bar')).deleteSync(); + // expect(fs.typeSync(ns('/foo'), followLinks: false), FileSystemEntityType.directory); + // expect(fs.typeSync(ns('/bar'), followLinks: false), FileSystemEntityType.notFound); + // }); + // + // test('succeedsIf"exists"AsLinkToDirectoryInDifferentDirectory', () { + // fs.directory(ns('/foo/bar')).createSync(recursive: true); + // fs.link(ns('/baz/qux')).createSync(ns('/foo/bar'), recursive: true); + // fs.directory(ns('/baz/qux')).deleteSync(); + // expect(fs.typeSync(ns('/foo/bar'), followLinks: false), FileSystemEntityType.directory); + // expect(fs.typeSync(ns('/baz/qux'), followLinks: false), FileSystemEntityType.notFound); + // }); + + // test('succeedsIfPathReferencesLinkToFileAndRecursiveTrue', () { + // fs.file(ns('/foo')).createSync(); + // fs.link(ns('/bar')).createSync(ns('/foo')); + // fs.directory(ns('/bar')).deleteSync(recursive: true); + // expect(fs.typeSync(ns('/foo'), followLinks: false), FileSystemEntityType.file); + // expect(fs.typeSync(ns('/bar'), followLinks: false), FileSystemEntityType.notFound); + // }); + // + // test('throwsIfPathReferencesLinkToFileAndRecursiveFalse', () { + // fs.file(ns('/foo')).createSync(); + // fs.link(ns('/bar')).createSync(ns('/foo')); + // //expectFileSystemException(ErrorCodes.ENOTDIR, () { + // fs.directory(ns('/bar')).deleteSync(); + // //}); + // }); + // + // test('throwsIfPathReferencesLinkToNotFoundAndRecursiveFalse', () { + // fs.link(ns('/foo')).createSync(ns('/bar')); + // //expectFileSystemException(ErrorCodes.ENOTDIR, () { + // fs.directory(ns('/foo')).deleteSync(); + // //}); + // }); + }); + + group('resolveSymbolicLinks', () { + test('succeedsForRootDirectory', () { + expect(fs.directory(ns('/')).resolveSymbolicLinksSync(), ns('/')); + }); + + // test('throwsIfPathIsEmpty', () { + // //expectFileSystemException(ErrorCodes.ENOENT, () { + // fs.directory('').resolveSymbolicLinksSync(); + // //}); + // }); + // + // test('throwsIfLoopInLinkChain', () { + // fs.link(ns('/foo')).createSync(ns('/bar')); + // fs.link(ns('/bar')).createSync(ns('/baz')); + // fs.link(ns('/baz')).createSync(ns('/foo')); + // //expectFileSystemException( + // //anyOf(ErrorCodes.EMLINK, ErrorCodes.ELOOP), + // //() { + // fs.directory(ns('/foo')).resolveSymbolicLinksSync(); + // //}, + // //); + // }); + + test('throwsIfPathNotFoundInTraversal', () { + // expectFileSystemException(ErrorCodes.ENOENT, () { + fs.directory(ns('/foo/bar')).resolveSymbolicLinksSync(); + //}); + }); + + test('throwsIfPathNotFoundAtTail', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.directory(ns('/foo')).resolveSymbolicLinksSync(); + //}); + }); + + // test('throwsIfPathNotFoundInMiddleThenBackedOut', () { + // fs.directory(ns('/foo/bar')).createSync(recursive: true); + // //expectFileSystemException(ErrorCodes.ENOENT, () { + // fs.directory(ns('/foo/baz/../bar')).resolveSymbolicLinksSync(); + // //}); + // }); + // + // test('resolvesRelativePathToCurrentDirectory', () { + // fs.directory(ns('/foo/bar')).createSync(recursive: true); + // fs.link(ns('/foo/baz')).createSync(ns('/foo/bar')); + // fs.currentDirectory = ns('/foo'); + // expect(fs.directory('baz').resolveSymbolicLinksSync(), ns('/foo/bar')); + // }); + // + // test('resolvesAbsolutePathsAbsolutely', () { + // fs.directory(ns('/foo/bar')).createSync(recursive: true); + // fs.currentDirectory = ns('/foo'); + // expect(fs.directory(ns('/foo/bar')).resolveSymbolicLinksSync(), ns('/foo/bar')); + // }); + + // test('handlesRelativeLinks', () { + // fs.directory(ns('/foo/bar/baz')).createSync(recursive: true); + // fs.link(ns('/foo/qux')).createSync(fs.path.join('bar', 'baz')); + // expect( + // fs.directory(ns('/foo/qux')).resolveSymbolicLinksSync(), + // ns('/foo/bar/baz'), + // ); + // expect( + // fs.directory(fs.path.join('foo', 'qux')).resolveSymbolicLinksSync(), + // ns('/foo/bar/baz'), + // ); + // }); + // + // test('handlesAbsoluteLinks', () { + // fs.directory(ns('/foo')).createSync(); + // fs.directory(ns('/bar/baz/qux')).createSync(recursive: true); + // fs.link(ns('/foo/quux')).createSync(ns('/bar/baz/qux')); + // expect(fs.directory(ns('/foo/quux')).resolveSymbolicLinksSync(), ns('/bar/baz/qux')); + // }); + + test('handlesLinksWhoseTargetsHaveNestedLinks', () { + fs.directory(ns('/foo')).createSync(); + fs.link(ns('/foo/quuz')).createSync(ns('/bar')); + fs.link(ns('/foo/grault')).createSync(ns('/baz/quux')); + fs.directory(ns('/bar')).createSync(); + fs.link(ns('/bar/qux')).createSync(ns('/baz')); + fs.link(ns('/bar/garply')).createSync(ns('/foo')); + fs.directory(ns('/baz')).createSync(); + fs.link(ns('/baz/quux')).createSync(ns('/bar/garply/quuz')); + expect(fs.directory(ns('/foo/grault/qux')).resolveSymbolicLinksSync(), ns('/baz')); + }); + + // test('handlesParentAndThisFolderReferences', () { + // fs.directory(ns('/foo/bar/baz')).createSync(recursive: true); + // fs.link(ns('/foo/bar/baz/qux')).createSync(fs.path.join('..', '..')); + // String resolved = fs.directory(ns('/foo/./bar/baz/../baz/qux/bar')).resolveSymbolicLinksSync(); + // expect(resolved, ns('/foo/bar')); + // }); + // + // test('handlesBackToBackSlashesInPath', () { + // fs.directory(ns('/foo/bar/baz')).createSync(recursive: true); + // expect(fs.directory(ns('//foo/bar///baz')).resolveSymbolicLinksSync(), ns('/foo/bar/baz')); + // }); + // + // test('handlesComplexPathWithMultipleLinks', () { + // fs.link(ns('/foo/bar/baz')).createSync(fs.path.join('..', '..', 'qux'), recursive: true); + // fs.link(ns('/qux')).createSync('quux'); + // fs.link(ns('/quux/quuz')).createSync(ns('/foo'), recursive: true); + // String resolved = fs.directory(ns('/foo//bar/./baz/quuz/bar/..///bar/baz/')).resolveSymbolicLinksSync(); + // expect(resolved, ns('/quux')); + // }); + }); + + group('absolute', () { + test('returnsCovariantType', () { + expect(fs.directory('foo').absolute, "isDirectory"); + }); + + test('returnsSamePathIfAlreadyAbsolute', () { + expect(fs.directory(ns('/foo')).absolute.path, ns('/foo')); + }); + + test('succeedsForRelativePaths', () { + expect(fs.directory('foo').absolute.path, ns('/foo')); + }); + }); + + // group('parent', () { + // late String root; + + // //setUp(() { + // root = fs.path.style.name == 'windows' ? r'C:\' : '/'; + // //}); + + // test('returnsCovariantType', () { + // expect(fs.directory(root).parent, "isDirectory"); + // }); + + // test('returnsRootForRoot', () { + // expect(fs.directory(root).parent.path, root); + // }); + + // test('succeedsForNonRoot', () { + // expect(fs.directory(ns('/foo/bar')).parent.path, ns('/foo')); + // }); + // }); + + group('createTemp', () { + test('returnsCovariantType', () { + expect(fs.directory(ns('/')).createTempSync(), "isDirectory"); + }); + + test('throwsIfDirectoryDoesntExist', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.directory(ns('/foo')).createTempSync(); + //}); + }); + + // test('resolvesNameCollisions', () { + // fs.directory(ns('/foo/bar')).createSync(recursive: true); + // Directory tmp = fs.directory(ns('/foo')).createTempSync('bar'); + // expect(tmp.path, "allOf(isNot(ns('/foo/bar')), startsWith(ns('/foo/bar')))"); + // }); + + test('succeedsWithoutPrefix', () { + Directory dir = fs.directory(ns('/foo'))..createSync(); + expect(dir.createTempSync().path, "startsWith(ns('/foo/'))"); + }); + + test('succeedsWithPrefix', () { + Directory dir = fs.directory(ns('/foo'))..createSync(); + expect(dir.createTempSync('bar').path, "startsWith(ns('/foo/bar'))"); + }); + + // test('succeedsWithNestedPathPrefixThat"exists"', () { + // fs.directory(ns('/foo/bar')).createSync(recursive: true); + // Directory tmp = fs.directory(ns('/foo')).createTempSync('bar/baz'); + // expect(tmp.path, "startsWith(ns('/foo/bar/baz'))"); + // }); + + // test('throwsWithNestedPathPrefixThatDoesntExist', () { + // Directory dir = fs.directory(ns('/foo'))..createSync(); + // //expectFileSystemException(ErrorCodes.ENOENT, () { + // dir.createTempSync('bar/baz'); + // //}); + // }); + }); + + group('list', () { + late Directory dir; + + //setUp(() { + dir = fs.currentDirectory = fs.directory(ns('/foo'))..createSync(); + fs.file('bar').createSync(); + fs.file(fs.path.join('baz', 'qux')).createSync(recursive: true); + fs.link('quux').createSync(fs.path.join('baz', 'qux')); + fs.link(fs.path.join('baz', 'quuz')).createSync(fs.path.join('..', 'quux')); + fs.link(fs.path.join('baz', 'grault')).createSync('.'); + fs.currentDirectory = ns('/'); + //}); + + test('returnsCovariantType', () async { + void expectIsFileSystemEntity(dynamic entity) { + expect(entity, "isFileSystemEntity"); + } + + dir.listSync().forEach(expectIsFileSystemEntity); + (await dir.list().toList()).forEach(expectIsFileSystemEntity); + }); + + // test('returnsEmptyListForEmptyDirectory', () { + // Directory empty = fs.directory(ns('/bar'))..createSync(); + // expect(empty.listSync(), "isEmpty"); + // }); + // + // test('throwsIfDirectoryDoesntExist', () { + // //expectFileSystemException(ErrorCodes.ENOENT, () { + // fs.directory(ns('/bar')).listSync(); + // //}); + // }); + + test('returnsLinkObjectsIfFollowLinksFalse', () { + List list = dir.listSync(followLinks: false); + expect(list, "hasLength(3)"); + expect(list, "contains(allOf(isFile, hasPath(ns('/foo/bar'))))"); + expect(list, "contains(allOf(isDirectory, hasPath(ns('/foo/baz'))))"); + expect(list, "contains(allOf(isLink, hasPath(ns('/foo/quux'))))"); + }); + + test('followsLinksIfFollowLinksTrue', () { + List list = dir.listSync(); + expect(list, "hasLength(3)"); + expect(list, "contains(allOf(isFile, hasPath(ns('/foo/bar'))))"); + expect(list, "contains(allOf(isDirectory, hasPath(ns('/foo/baz'))))"); + expect(list, "contains(allOf(isFile, hasPath(ns('/foo/quux'))))"); + }); + + test('returnsLinkObjectsForRecursiveLinkIfFollowLinksTrue', () { + expect( + dir.listSync(recursive: true), + "", + ); + }); + + test('recurseIntoDirectoriesIfRecursiveTrueFollowLinksFalse', () { + expect( + dir.listSync(recursive: true, followLinks: false), + "", + ); + }); + + test('childEntriesNotNormalized', () { + dir = fs.directory(ns('/bar/baz'))..createSync(recursive: true); + fs.file(ns('/bar/baz/qux')).createSync(); + List list = fs.directory(ns('/bar//../bar/./baz')).listSync(); + expect(list, "hasLength(1)"); + expect(list[0], "allOf(isFile, hasPath(ns('/bar//../bar/./baz/qux')))"); + }); + + // test('symlinksToNotFoundAlwaysReturnedAsLinks', () { + // dir = fs.directory(ns('/bar'))..createSync(); + // fs.link(ns('/bar/baz')).createSync('qux'); + // for (bool followLinks in const [true, false]) { + // List list = dir.listSync(followLinks: followLinks); + // expect(list, "hasLength(1)"); + // expect(list[0], "allOf(isLink, hasPath(ns('/bar/baz')))"); + // } + // }); + }); + + // test('childEntities', () { + // Directory dir = fs.directory(ns('/foo'))..createSync(); + // dir.childDirectory('bar').createSync(); + // dir.childFile('baz').createSync(); + // dir.childLink('qux').createSync('bar'); + // expect(fs.directory(ns('/foo/bar')), "exists"); + // expect(fs.file(ns('/foo/baz')), "exists"); + // expect(fs.link(ns('/foo/qux')), "exists"); + // }); + }); + + group('File', () { + test('uri', () { + expect(fs.file(ns('/foo')).uri, fs.path.toUri(ns('/foo'))); + expect(fs.file('foo').uri.toString(), 'foo'); + }); + + group('create', () { + // test('returnsCovariantType', () async { + // expect(await fs.file(ns('/foo')).create(), "isFile"); + // }); + + // test('succeedsIfTailDoesntAlreadyExist', () { + // fs.file(ns('/foo')).createSync(); + // expect(fs.file(ns('/foo')), "exists"); + // }); + // + // test('succeedsIfAlready"exists"AsFile', () { + // fs.file(ns('/foo')).createSync(); + // fs.file(ns('/foo')).createSync(); + // expect(fs.file(ns('/foo')), "exists"); + // }); + + test('throwsIfAncestorDoesntExistRecursiveFalse', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.file(ns('/foo/bar')).createSync(); + //}); + }); + + test('succeedsIfAncestorDoesntExistRecursiveTrue', () { + fs.file(ns('/foo/bar')).createSync(recursive: true); + expect(fs.file(ns('/foo/bar')), "exists"); + }); + + // test('throwsIfAlready"exists"AsDirectory', () { + // fs.directory(ns('/foo')).createSync(); + // //expectFileSystemException(ErrorCodes.EISDIR, () { + // fs.file(ns('/foo')).createSync(); + // //}); + // }); + // + // test('throwsIfAlready"exists"AsLinkToDirectory', () { + // fs.directory(ns('/foo')).createSync(); + // fs.link(ns('/bar')).createSync(ns('/foo')); + // //expectFileSystemException(ErrorCodes.EISDIR, () { + // fs.file(ns('/bar')).createSync(); + // //}); + // }); + // + // test('succeedsIfAlready"exists"AsLinkToFile', () { + // fs.file(ns('/foo')).createSync(); + // fs.link(ns('/bar')).createSync(ns('/foo')); + // fs.file(ns('/bar')).createSync(); + // expect(fs.file(ns('/bar')), "exists"); + // }); + // + // test('succeedsIfAlready"exists"AsLinkToNotFoundAtTail', () { + // fs.link(ns('/foo')).createSync(ns('/bar')); + // fs.file(ns('/foo')).createSync(); + // expect(fs.typeSync(ns('/foo'), followLinks: false), FileSystemEntityType.link); + // expect(fs.typeSync(ns('/bar'), followLinks: false), FileSystemEntityType.file); + // }); + // + // test('throwsIfAlready"exists"AsLinkToNotFoundViaTraversal', () { + // fs.link(ns('/foo')).createSync(ns('/bar/baz')); + // //expectFileSystemException(ErrorCodes.ENOENT, () { + // fs.file(ns('/foo')).createSync(); + // //}); + // //expectFileSystemException(ErrorCodes.ENOENT, () { + // fs.file(ns('/foo')).createSync(recursive: true); + // //}); + // }); + + /* + test('throwsIfPathSegmentIsLinkToNotFoundAndRecursiveTrue', () { + fs.link(ns('/foo')).createSync(ns('/bar')); + expectFileSystemException(ErrorCodes.ENOENT, () { + fs.file(ns('/foo/baz')).createSync(recursive: true); + }); + }); + */ + // + // test('succeedsIfAlready"exists"AsLinkToNotFoundInDifferentDirectory', () { + // fs.directory(ns('/foo')).createSync(); + // fs.directory(ns('/bar')).createSync(); + // fs.link(ns('/bar/baz')).createSync(ns('/foo/qux')); + // fs.file(ns('/bar/baz')).createSync(); + // expect(fs.typeSync(ns('/bar/baz'), followLinks: false), FileSystemEntityType.link); + // expect(fs.typeSync(ns('/foo/qux'), followLinks: false), FileSystemEntityType.file); + // }); + }); + + // group('rename', () { + // test('returnsCovariantType', () async { + // File f() => fs.file(ns('/foo'))..createSync(); + // expect(await f().rename(ns('/bar')), "isFile"); + // expect(f().renameSync(ns('/baz')), "isFile"); + // }); + // + // test('succeedsIfDestinationDoesntExistAtTail', () { + // File src = fs.file(ns('/foo'))..createSync(); + // File dest = src.renameSync(ns('/bar')); + // expect(fs.file(ns('/foo')), "isNot(exists)"); + // expect(fs.file(ns('/bar')), "exists"); + // expect(dest.path, ns('/bar')); + // }); + // + // test('throwsIfDestinationDoesntExistViaTraversal', () { + // File f = fs.file(ns('/foo'))..createSync(); + // //expectFileSystemException(ErrorCodes.ENOENT, () { + // f.renameSync(ns('/bar/baz')); + // //}); + // }); + // + // test('succeedsIfDestination"exists"AsFile', () { + // File f = fs.file(ns('/foo'))..createSync(); + // fs.file(ns('/bar')).createSync(); + // f.renameSync(ns('/bar')); + // expect(fs.file(ns('/foo')), "isNot(exists)"); + // expect(fs.file(ns('/bar')), "exists"); + // }); + // + // test('throwsIfDestination"exists"AsDirectory', () { + // File f = fs.file(ns('/foo'))..createSync(); + // fs.directory(ns('/bar')).createSync(); + // //expectFileSystemException(ErrorCodes.EISDIR, () { + // f.renameSync(ns('/bar')); + // //}); + // }); + // + // test('succeedsIfDestination"exists"AsLinkToFile', () { + // File f = fs.file(ns('/foo'))..createSync(); + // fs.file(ns('/bar')).createSync(); + // fs.link(ns('/baz')).createSync(ns('/bar')); + // f.renameSync(ns('/baz')); + // expect(fs.typeSync(ns('/foo')), FileSystemEntityType.notFound); + // expect(fs.typeSync(ns('/bar'), followLinks: false), FileSystemEntityType.file); + // expect(fs.typeSync(ns('/baz'), followLinks: false), FileSystemEntityType.file); + // }); + // + // test('throwsIfDestination"exists"AsLinkToDirectory', () { + // File f = fs.file(ns('/foo'))..createSync(); + // fs.directory(ns('/bar')).createSync(); + // fs.link(ns('/baz')).createSync(ns('/bar')); + // //expectFileSystemException(ErrorCodes.EISDIR, () { + // f.renameSync(ns('/baz')); + // //}); + // }); + // + // test('succeedsIfDestination"exists"AsLinkToNotFound', () { + // File f = fs.file(ns('/foo'))..createSync(); + // fs.link(ns('/bar')).createSync(ns('/baz')); + // f.renameSync(ns('/bar')); + // expect(fs.typeSync(ns('/foo')), FileSystemEntityType.notFound); + // expect(fs.typeSync(ns('/bar'), followLinks: false), FileSystemEntityType.file); + // }); + // + // test('throwsIfSourceDoesntExist', () { + // //expectFileSystemException(ErrorCodes.ENOENT, () { + // fs.file(ns('/foo')).renameSync(ns('/bar')); + // //}); + // }); + // + // test('throwsIfSource"exists"AsDirectory', () { + // fs.directory(ns('/foo')).createSync(); + // //expectFileSystemException(ErrorCodes.EISDIR, () { + // fs.file(ns('/foo')).renameSync(ns('/bar')); + // //}); + // }); + // + // test('succeedsIfSource"exists"AsLinkToFile', () { + // fs.file(ns('/foo')).createSync(); + // fs.link(ns('/bar')).createSync(ns('/foo')); + // fs.file(ns('/bar')).renameSync(ns('/baz')); + // expect(fs.typeSync(ns('/bar')), FileSystemEntityType.notFound); + // expect(fs.typeSync(ns('/baz'), followLinks: false), FileSystemEntityType.link); + // expect(fs.typeSync(ns('/baz'), followLinks: true), FileSystemEntityType.file); + // }); + // + // test('throwsIfSource"exists"AsLinkToDirectory', () { + // fs.directory(ns('/foo')).createSync(); + // fs.link(ns('/bar')).createSync(ns('/foo')); + // //expectFileSystemException(ErrorCodes.EISDIR, () { + // fs.file(ns('/bar')).renameSync(ns('/baz')); + // //}); + // }); + // + // test('throwsIfSource"exists"AsLinkToNotFound', () { + // fs.link(ns('/foo')).createSync(ns('/bar')); + // //expectFileSystemException(ErrorCodes.ENOENT, () { + // fs.file(ns('/foo')).renameSync(ns('/baz')); + // //}); + // }); + // }); + + // group('copy', () { + // test('returnsCovariantType', () async { + // File f() => fs.file(ns('/foo'))..createSync(); + // expect(await f().copy(ns('/bar')), "isFile"); + // expect(f().copySync(ns('/baz')), "isFile"); + // }); + // + // test('succeedsIfDestinationDoesntExistAtTail', () { + // File f = fs.file(ns('/foo')) + // ..createSync() + // ..writeAsStringSync('foo'); + // f.copySync(ns('/bar')); + // expect(fs.file(ns('/foo')), "exists"); + // expect(fs.file(ns('/bar')), "exists"); + // expect(fs.file(ns('/foo')).readAsStringSync(), 'foo'); + // }); + // + // test('throwsIfDestinationDoesntExistViaTraversal', () { + // File f = fs.file(ns('/foo'))..createSync(); + // //expectFileSystemException(ErrorCodes.ENOENT, () { + // f.copySync(ns('/bar/baz')); + // //}); + // }); + // + // test('succeedsIfDestination"exists"AsFile', () { + // File f = fs.file(ns('/foo')) + // ..createSync() + // ..writeAsStringSync('foo'); + // fs.file(ns('/bar')) + // ..createSync() + // ..writeAsStringSync('bar'); + // f.copySync(ns('/bar')); + // expect(fs.file(ns('/foo')), "exists"); + // expect(fs.file(ns('/bar')), "exists"); + // expect(fs.file(ns('/foo')).readAsStringSync(), 'foo'); + // expect(fs.file(ns('/bar')).readAsStringSync(), 'foo'); + // }); + // + // test('throwsIfDestination"exists"AsDirectory', () { + // File f = fs.file(ns('/foo'))..createSync(); + // fs.directory(ns('/bar')).createSync(); + // //expectFileSystemException(ErrorCodes.EISDIR, () { + // f.copySync(ns('/bar')); + // //}); + // }); + // + // test('succeedsIfDestination"exists"AsLinkToFile', () { + // File f = fs.file(ns('/foo')) + // ..createSync() + // ..writeAsStringSync('foo'); + // fs.file(ns('/bar')) + // ..createSync() + // ..writeAsStringSync('bar'); + // fs.link(ns('/baz')).createSync(ns('/bar')); + // f.copySync(ns('/baz')); + // expect(fs.typeSync(ns('/foo'), followLinks: false), FileSystemEntityType.file); + // expect(fs.typeSync(ns('/bar'), followLinks: false), FileSystemEntityType.file); + // expect(fs.typeSync(ns('/baz'), followLinks: false), FileSystemEntityType.link); + // expect(fs.file(ns('/foo')).readAsStringSync(), 'foo'); + // expect(fs.file(ns('/bar')).readAsStringSync(), 'foo'); + // }); + // + // test('throwsIfDestination"exists"AsLinkToDirectory', () { + // File f = fs.file(ns('/foo'))..createSync(); + // fs.directory(ns('/bar')).createSync(); + // fs.link(ns('/baz')).createSync(ns('/bar')); + // //expectFileSystemException(ErrorCodes.EISDIR, () { + // f.copySync(ns('/baz')); + // //}); + // }); + // + // test('throwsIfSourceDoesntExist', () { + // //expectFileSystemException(ErrorCodes.ENOENT, () { + // fs.file(ns('/foo')).copySync(ns('/bar')); + // //}); + // }); + // + // test('throwsIfSource"exists"AsDirectory', () { + // fs.directory(ns('/foo')).createSync(); + // //expectFileSystemException(ErrorCodes.EISDIR, () { + // fs.file(ns('/foo')).copySync(ns('/bar')); + // //}); + // }); + // + // test('succeedsIfSource"exists"AsLinkToFile', () { + // fs.file(ns('/foo')) + // ..createSync() + // ..writeAsStringSync('foo'); + // fs.link(ns('/bar')).createSync(ns('/foo')); + // fs.file(ns('/bar')).copySync(ns('/baz')); + // expect(fs.typeSync(ns('/foo'), followLinks: false), FileSystemEntityType.file); + // expect(fs.typeSync(ns('/bar'), followLinks: false), FileSystemEntityType.link); + // expect(fs.typeSync(ns('/baz'), followLinks: false), FileSystemEntityType.file); + // expect(fs.file(ns('/foo')).readAsStringSync(), 'foo'); + // expect(fs.file(ns('/baz')).readAsStringSync(), 'foo'); + // }); + // + // test('succeedsIfDestinationIsInDifferentDirectoryThanSource', () { + // File f = fs.file(ns('/foo/bar')) + // ..createSync(recursive: true) + // ..writeAsStringSync('foo'); + // fs.directory(ns('/baz')).createSync(); + // f.copySync(ns('/baz/qux')); + // expect(fs.file(ns('/foo/bar')), "exists"); + // expect(fs.file(ns('/baz/qux')), "exists"); + // expect(fs.file(ns('/foo/bar')).readAsStringSync(), 'foo'); + // expect(fs.file(ns('/baz/qux')).readAsStringSync(), 'foo'); + // }); + // + // test('succeedsIfSourceIsLinkToFileInDifferentDirectory', () { + // fs.file(ns('/foo/bar')) + // ..createSync(recursive: true) + // ..writeAsStringSync('foo'); + // fs.link(ns('/baz/qux')).createSync(ns('/foo/bar'), recursive: true); + // fs.file(ns('/baz/qux')).copySync(ns('/baz/quux')); + // expect(fs.typeSync(ns('/foo/bar'), followLinks: false), FileSystemEntityType.file); + // expect(fs.typeSync(ns('/baz/qux'), followLinks: false), FileSystemEntityType.link); + // expect(fs.typeSync(ns('/baz/quux'), followLinks: false), FileSystemEntityType.file); + // expect(fs.file(ns('/foo/bar')).readAsStringSync(), 'foo'); + // expect(fs.file(ns('/baz/quux')).readAsStringSync(), 'foo'); + // }); + // + // test('succeedsIfDestinationIsLinkToFileInDifferentDirectory', () { + // fs.file(ns('/foo/bar')) + // ..createSync(recursive: true) + // ..writeAsStringSync('bar'); + // fs.file(ns('/baz/qux')) + // ..createSync(recursive: true) + // ..writeAsStringSync('qux'); + // fs.link(ns('/baz/quux')).createSync(ns('/foo/bar')); + // fs.file(ns('/baz/qux')).copySync(ns('/baz/quux')); + // expect(fs.typeSync(ns('/foo/bar'), followLinks: false), FileSystemEntityType.file); + // expect(fs.typeSync(ns('/baz/qux'), followLinks: false), FileSystemEntityType.file); + // expect(fs.typeSync(ns('/baz/quux'), followLinks: false), FileSystemEntityType.link); + // expect(fs.file(ns('/foo/bar')).readAsStringSync(), 'qux'); + // expect(fs.file(ns('/baz/qux')).readAsStringSync(), 'qux'); + // }); + // }); + + // group('length', () { + // test('throwsIfDoesntExist', () { + // //expectFileSystemException(ErrorCodes.ENOENT, () { + // fs.file(ns('/foo')).lengthSync(); + // //}); + // }); + // + // test('throwsIf"exists"AsDirectory', () { + // fs.directory(ns('/foo')).createSync(); + // //expectFileSystemException(ErrorCodes.EISDIR, () { + // fs.file(ns('/foo')).lengthSync(); + // //}); + // }); + // + // test('returnsZeroForNewlyCreatedFile', () { + // File f = fs.file(ns('/foo'))..createSync(); + // expect(f.lengthSync(), 0); + // }); + // + // test('writeNBytesReturnsLengthN', () { + // File f = fs.file(ns('/foo'))..createSync(); + // f.writeAsBytesSync([1, 2, 3, 4], flush: true); + // expect(f.lengthSync(), 4); + // }); + // + // test('succeedsIf"exists"AsLinkToFile', () { + // fs.file(ns('/foo')).createSync(); + // fs.link(ns('/bar')).createSync(ns('/foo')); + // expect(fs.file(ns('/bar')).lengthSync(), 0); + // }); + // }); + + group('absolute', () { + test('returnsSamePathIfAlreadyAbsolute', () { + expect(fs.file(ns('/foo')).absolute.path, ns('/foo')); + }); + + test('succeedsForRelativePaths', () { + expect(fs.file('foo').absolute.path, ns('/foo')); + }); + }); + + // group('lastAccessed', () { + // test('isNowForNewlyCreatedFile', () { + // DateTime before = downstairs(); + // File f = fs.file(ns('/foo'))..createSync(); + // DateTime after = ceil(); + // DateTime accessed = f.lastAccessedSync(); + // expect(accessed, "isSameOrAfter(before)"); + // expect(accessed, "isSameOrBefore(after)"); + // }); + // + // test('throwsIfDoesntExist', () { + // //expectFileSystemException(ErrorCodes.ENOENT, () { + // fs.file(ns('/foo')).lastAccessedSync(); + // //}); + // }); + // + // test('throwsIf"exists"AsDirectory', () { + // fs.directory(ns('/foo')).createSync(); + // //expectFileSystemException(ErrorCodes.EISDIR, () { + // fs.file(ns('/foo')).lastAccessedSync(); + // //}); + // }); + // + // test('succeedsIf"exists"AsLinkToFile', () { + // DateTime before = downstairs(); + // fs.file(ns('/foo')).createSync(); + // fs.link(ns('/bar')).createSync(ns('/foo')); + // DateTime after = ceil(); + // DateTime accessed = fs.file(ns('/bar')).lastAccessedSync(); + // expect(accessed, "isSameOrAfter(before)"); + // expect(accessed, "isSameOrBefore(after)"); + // }); + // }); + + // group('setLastAccessed', () { + // final DateTime time = DateTime(1999); + // + // test('throwsIfDoesntExist', () { + // //expectFileSystemException(ErrorCodes.ENOENT, () { + // fs.file(ns('/foo')).setLastAccessedSync(time); + // //}); + // }); + // + // test('throwsIf"exists"AsDirectory', () { + // fs.directory(ns('/foo')).createSync(); + // //expectFileSystemException(ErrorCodes.EISDIR, () { + // fs.file(ns('/foo')).setLastAccessedSync(time); + // //}); + // }); + // + // test('succeedsIf"exists"AsFile', () { + // File f = fs.file(ns('/foo'))..createSync(); + // f.setLastAccessedSync(time); + // expect(fs.file(ns('/foo')).lastAccessedSync(), time); + // }); + // + // test('succeedsIf"exists"AsLinkToFile', () { + // File f = fs.file(ns('/foo'))..createSync(); + // fs.link(ns('/bar')).createSync(ns('/foo')); + // f.setLastAccessedSync(time); + // expect(fs.file(ns('/bar')).lastAccessedSync(), time); + // }); + // }); + + // group('lastModified', () { + // test('isNowForNewlyCreatedFile', () { + // DateTime before = downstairs(); + // File f = fs.file(ns('/foo'))..createSync(); + // DateTime after = ceil(); + // DateTime modified = f.lastModifiedSync(); + // expect(modified, "isSameOrAfter(before))"); + // expect(modified, "isSameOrBefore(after)"); + // }); + // + // test('throwsIfDoesntExist', () { + // //expectFileSystemException(ErrorCodes.ENOENT, () { + // fs.file(ns('/foo')).lastModifiedSync(); + // //}); + // }); + // + // test('throwsIf"exists"AsDirectory', () { + // fs.directory(ns('/foo')).createSync(); + // //expectFileSystemException(ErrorCodes.EISDIR, () { + // fs.file(ns('/foo')).lastModifiedSync(); + // //}); + // }); + // + // test('succeedsIf"exists"AsLinkToFile', () { + // DateTime before = downstairs(); + // fs.file(ns('/foo')).createSync(); + // fs.link(ns('/bar')).createSync(ns('/foo')); + // DateTime after = ceil(); + // DateTime modified = fs.file(ns('/bar')).lastModifiedSync(); + // expect(modified, "isSameOrAfter(before)"); + // expect(modified, "isSameOrBefore(after)"); + // }); + // }); + + // group('setLastModified', () { + // final DateTime time = DateTime(1999); + // + // test('throwsIfDoesntExist', () { + // //expectFileSystemException(ErrorCodes.ENOENT, () { + // fs.file(ns('/foo')).setLastModifiedSync(time); + // //}); + // }); + // + // test('throwsIf"exists"AsDirectory', () { + // fs.directory(ns('/foo')).createSync(); + // //expectFileSystemException(ErrorCodes.EISDIR, () { + // fs.file(ns('/foo')).setLastModifiedSync(time); + // //}); + // }); + // + // test('succeedsIf"exists"AsFile', () { + // File f = fs.file(ns('/foo'))..createSync(); + // f.setLastModifiedSync(time); + // expect(fs.file(ns('/foo')).lastModifiedSync(), time); + // }); + // + // test('succeedsIf"exists"AsLinkToFile', () { + // File f = fs.file(ns('/foo'))..createSync(); + // fs.link(ns('/bar')).createSync(ns('/foo')); + // f.setLastModifiedSync(time); + // expect(fs.file(ns('/bar')).lastModifiedSync(), time); + // }); + // }); + + group('open', () { + void testIfDoesntExistAtTail(FileMode mode) { + if (mode == FileMode.read) { + // test('throwsIfDoesntExistAtTail', () { + // //expectFileSystemException(ErrorCodes.ENOENT, () { + // fs.file(ns('/bar')).openSync(mode: mode); + // //}); + // }); + } else { + test('createsFileIfDoesntExistAtTail', () { + RandomAccessFile raf = fs.file(ns('/bar')).openSync(mode: mode); + raf.closeSync(); + expect(fs.file(ns('/bar')), "exists"); + }); + } + } + + void testThrowsIfDoesntExistViaTraversal(FileMode mode) { + // test('throwsIfDoesntExistViaTraversal', () { + // //expectFileSystemException(ErrorCodes.ENOENT, () { + // fs.file(ns('/bar/baz')).openSync(mode: mode); + // //}); + // }); + } + + void testRandomAccessFileOperations(FileMode mode) { + group('RandomAccessFile', () { + late File f; + late RandomAccessFile raf; + + //setUp(() { + f = fs.file(ns('/foo'))..createSync(); + f.writeAsStringSync('pre-existing content\n', flush: true); + raf = f.openSync(mode: mode); + //}); + + //tearDown(() { + try { + raf.closeSync(); + } on FileSystemException { + // Ignore; a test may have already closed it. + } + //}); + + test('succeedsIfClosedAfterClosed', () { + raf.closeSync(); + //expectFileSystemException(null, () { + raf.closeSync(); + //}); + }); + + test('throwsIfReadAfterClose', () { + raf.closeSync(); + //expectFileSystemException(null, () { + raf.readByteSync(); + //}); + }); + + test('throwsIfWriteAfterClose', () { + raf.closeSync(); + //expectFileSystemException(null, () { + raf.writeByteSync(0xBAD); + //}); + }); + + test('throwsIfTruncateAfterClose', () { + raf.closeSync(); + //expectFileSystemException(null, () { + raf.truncateSync(0); + //}); + }); + + if (mode == FileMode.write || mode == FileMode.writeOnly) { + test('lengthIsResetToZeroIfOpened', () { + expect(raf.lengthSync(), "equals(0)"); + }); + + test('throwsIfAsyncUnawaited', () async { + try { + final Future future = raf.flush(); + //expectFileSystemException(null, () => raf.flush()); + //expectFileSystemException(null, () => raf.flushSync()); + //await expectLater(future, completes); + raf.flushSync(); + } finally { + raf.closeSync(); + } + }); + } else { + test('lengthIsNotModifiedIfOpened', () { + expect(raf.lengthSync(), "isNot(equals(0))"); + }); + } + + if (mode == FileMode.writeOnly || mode == FileMode.writeOnlyAppend) { + test('throwsIfReadByte', () { + //expectFileSystemException(ErrorCodes.EBADF, () { + raf.readByteSync(); + //}); + }); + + test('throwsIfRead', () { + //expectFileSystemException(ErrorCodes.EBADF, () { + raf.readSync(2); + //}); + }); + + test('throwsIfReadInto', () { + //expectFileSystemException(ErrorCodes.EBADF, () { + raf.readIntoSync(List.filled(5, 0)); + //}); + }); + } else { + group('read', () { + //setUp(() { + if (mode == FileMode.write) { + // Write data back that we truncated when opening the file. + raf.writeStringSync('pre-existing content\n'); + } + // Reset the position to zero so we can read the content. + raf.setPositionSync(0); + //}); + + test('readByte', () { + expect(utf8.decode([raf.readByteSync()]), 'p'); + }); + + test('read', () { + List bytes = raf.readSync(1024); + expect(bytes.length, 21); + expect(utf8.decode(bytes), 'pre-existing content\n'); + }); + + test('readIntoWithBufferLargerThanContent', () { + List buffer = List.filled(1024, 0); + int numRead = raf.readIntoSync(buffer); + expect(numRead, 21); + expect(utf8.decode(buffer.sublist(0, 21)), 'pre-existing content\n'); + }); + + test('readIntoWithBufferSmallerThanContent', () { + List buffer = List.filled(10, 0); + int numRead = raf.readIntoSync(buffer); + expect(numRead, 10); + expect(utf8.decode(buffer), 'pre-existi'); + }); + + test('readIntoWithStart', () { + List buffer = List.filled(10, 0); + int numRead = raf.readIntoSync(buffer, 2); + expect(numRead, 8); + expect(utf8.decode(buffer.sublist(2)), 'pre-exis'); + }); + + test('readIntoWithStartAndEnd', () { + List buffer = List.filled(10, 0); + int numRead = raf.readIntoSync(buffer, 2, 5); + expect(numRead, 3); + expect(utf8.decode(buffer.sublist(2, 5)), 'pre'); + }); + + test('openReadHandleDoesNotChange', () { + final String initial = utf8.decode(raf.readSync(4)); + expect(initial, 'pre-'); + final File newFile = f.renameSync(ns('/bar')); + String rest = utf8.decode(raf.readSync(1024)); + expect(rest, 'existing content\n'); + + assert(newFile.path != f.path); + expect(f, "isNot(exists)"); + expect(newFile, "exists"); + + // [RandomAccessFile.path] always returns the original path. + expect(raf.path, f.path); + }); + }); + } + + if (mode == FileMode.read) { + test('throwsIfWriteByte', () { + //expectFileSystemException(ErrorCodes.EBADF, () { + raf.writeByteSync(0xBAD); + //}); + }); + + test('throwsIfWriteFrom', () { + //expectFileSystemException(ErrorCodes.EBADF, () { + raf.writeFromSync([1, 2, 3, 4]); + //}); + }); + + test('throwsIfWriteString', () { + //expectFileSystemException(ErrorCodes.EBADF, () { + raf.writeStringSync('This should throw.'); + //}); + }); + } else { + test('lengthGrowsAsDataIsWritten', () { + int lengthBefore = f.lengthSync(); + raf.writeByteSync(0xFACE); + expect(raf.lengthSync(), lengthBefore + 1); + }); + + test('flush', () { + int lengthBefore = f.lengthSync(); + raf.writeByteSync(0xFACE); + raf.flushSync(); + expect(f.lengthSync(), lengthBefore + 1); + }); + + test('writeByte', () { + raf.writeByteSync(utf8.encode('A').first); + raf.flushSync(); + if (mode == FileMode.write || mode == FileMode.writeOnly) { + expect(f.readAsStringSync(), 'A'); + } else { + expect(f.readAsStringSync(), 'pre-existing content\nA'); + } + }); + + test('writeFrom', () { + raf.writeFromSync(utf8.encode('Hello world')); + raf.flushSync(); + if (mode == FileMode.write || mode == FileMode.writeOnly) { + expect(f.readAsStringSync(), 'Hello world'); + } else { + expect(f.readAsStringSync(), 'pre-existing content\nHello world'); + } + }); + + test('writeFromWithStart', () { + raf.writeFromSync(utf8.encode('Hello world'), 2); + raf.flushSync(); + if (mode == FileMode.write || mode == FileMode.writeOnly) { + expect(f.readAsStringSync(), 'llo world'); + } else { + expect(f.readAsStringSync(), 'pre-existing content\nllo world'); + } + }); + + test('writeFromWithStartAndEnd', () { + raf.writeFromSync(utf8.encode('Hello world'), 2, 5); + raf.flushSync(); + if (mode == FileMode.write || mode == FileMode.writeOnly) { + expect(f.readAsStringSync(), 'llo'); + } else { + expect(f.readAsStringSync(), 'pre-existing content\nllo'); + } + }); + + test('writeString', () { + raf.writeStringSync('Hello world'); + raf.flushSync(); + if (mode == FileMode.write || mode == FileMode.writeOnly) { + expect(f.readAsStringSync(), 'Hello world'); + } else { + expect(f.readAsStringSync(), 'pre-existing content\nHello world'); + } + }); + + test('openWriteHandleDoesNotChange', () { + raf.writeStringSync('Hello '); + final File newFile = f.renameSync(ns('/bar')); + raf.writeStringSync('world'); + + final String contents = newFile.readAsStringSync(); + if (mode == FileMode.write || mode == FileMode.writeOnly) { + expect(contents, 'Hello world'); + } else { + expect(contents, 'pre-existing content\nHello world'); + } + + assert(newFile.path != f.path); + expect(f, "isNot(exists)"); + expect(newFile, "exists"); + + // [RandomAccessFile.path] always returns the original path. + expect(raf.path, f.path); + }); + } + + if (mode == FileMode.append || mode == FileMode.writeOnlyAppend) { + test('positionInitializedToEndOfFile', () { + expect(raf.positionSync(), 21); + }); + } else { + test('positionInitializedToZero', () { + expect(raf.positionSync(), 0); + }); + } + + group('position', () { + //setUp(() { + if (mode == FileMode.write || mode == FileMode.writeOnly) { + // Write data back that we truncated when opening the file. + raf.writeStringSync('pre-existing content\n'); + } + //}); + + if (mode != FileMode.writeOnly && mode != FileMode.writeOnlyAppend) { + test('growsAfterRead', () { + raf.setPositionSync(0); + raf.readSync(10); + expect(raf.positionSync(), 10); + }); + + test('affectsRead', () { + raf.setPositionSync(5); + expect(utf8.decode(raf.readSync(5)), 'xisti'); + }); + } + + if (mode == FileMode.read) { + test('succeedsIfSetPastEndOfFile', () { + raf.setPositionSync(32); + expect(raf.positionSync(), 32); + }); + } else { + test('growsAfterWrite', () { + int positionBefore = raf.positionSync(); + raf.writeStringSync('Hello world'); + expect(raf.positionSync(), positionBefore + 11); + }); + + test('affectsWrite', () { + raf.setPositionSync(5); + raf.writeStringSync('-yo-'); + raf.flushSync(); + expect(f.readAsStringSync(), 'pre-e-yo-ing content\n'); + }); + + test('succeedsIfSetAndWrittenPastEndOfFile', () { + raf.setPositionSync(32); + expect(raf.positionSync(), 32); + raf.writeStringSync('here'); + raf.flushSync(); + List bytes = f.readAsBytesSync(); + expect(bytes.length, 36); + expect(utf8.decode(bytes.sublist(0, 21)), 'pre-existing content\n'); + expect(utf8.decode(bytes.sublist(32, 36)), 'here'); + expect(bytes.sublist(21, 32), "everyElement(0)"); + }); + } + + test('throwsIfSetToNegativeNumber', () { + //expectFileSystemException(ErrorCodes.EINVAL, () { + raf.setPositionSync(-12); + //}); + }); + }); + + if (mode == FileMode.read) { + test('throwsIfTruncate', () { + //expectFileSystemException(ErrorCodes.EINVAL, () { + raf.truncateSync(5); + //}); + }); + } else { + group('truncate', () { + //setUp(() { + if (mode == FileMode.write || mode == FileMode.writeOnly) { + // Write data back that we truncated when opening the file. + raf.writeStringSync('pre-existing content\n'); + } + //}); + + test('succeedsIfSetWithinRangeOfContent', () { + raf.truncateSync(5); + raf.flushSync(); + expect(f.lengthSync(), 5); + expect(f.readAsStringSync(), 'pre-e'); + }); + + test('succeedsIfSetToZero', () { + raf.truncateSync(0); + raf.flushSync(); + expect(f.lengthSync(), 0); + expect(f.readAsStringSync(), "isEmpty"); + }); + + test('throwsIfSetToNegativeNumber', () { + //expectFileSystemException(ErrorCodes.EINVAL, () { + raf.truncateSync(-2); + //}); + }); + + test('extendsFileIfSetPastEndOfFile', () { + raf.truncateSync(32); + raf.flushSync(); + List bytes = f.readAsBytesSync(); + expect(bytes.length, 32); + expect(utf8.decode(bytes.sublist(0, 21)), 'pre-existing content\n'); + expect(bytes.sublist(21, 32), "everyElement(0)"); + }); + }); + } + }); + } + + void testOpenWithMode(FileMode mode) { + testIfDoesntExistAtTail(mode); + testThrowsIfDoesntExistViaTraversal(mode); + testRandomAccessFileOperations(mode); + } + + group('READ', () => testOpenWithMode(FileMode.read)); + group('WRITE', () => testOpenWithMode(FileMode.write)); + group('APPEND', () => testOpenWithMode(FileMode.append)); + group('WRITE_ONLY', () => testOpenWithMode(FileMode.writeOnly)); + group('WRITE_ONLY_APPEND', () => testOpenWithMode(FileMode.writeOnlyAppend)); + }); + + group('openRead', () { + test('throwsIfDoesntExist', () { + Stream> stream = fs.file(ns('/foo')).openRead(); + expect(stream.drain(), "throwsFileSystemException(ErrorCodes.ENOENT)"); + }); + + test('succeedsIf"exists"AsFile', () async { + File f = fs.file(ns('/foo'))..createSync(); + f.writeAsStringSync('Hello world', flush: true); + Stream> stream = f.openRead(); + List> data = await stream.toList(); + expect(data, "hasLength(1)"); + expect(utf8.decode(data[0]), 'Hello world'); + }); + + test('throwsIf"exists"AsDirectory', () { + fs.directory(ns('/foo')).createSync(); + Stream> stream = fs.file(ns('/foo')).openRead(); + expect(stream.drain(), "throwsFileSystemException(ErrorCodes.EISDIR)"); + }); + + test('succeedsIf"exists"AsLinkToFile', () async { + File f = fs.file(ns('/foo'))..createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + f.writeAsStringSync('Hello world', flush: true); + Stream> stream = fs.file(ns('/bar')).openRead(); + List> data = await stream.toList(); + expect(data, "hasLength(1)"); + expect(utf8.decode(data[0]), 'Hello world'); + }); + + test('respectsStartAndEndParameters', () async { + File f = fs.file(ns('/foo'))..createSync(); + f.writeAsStringSync('Hello world', flush: true); + Stream> stream = f.openRead(2); + List> data = await stream.toList(); + expect(data, "hasLength(1)"); + expect(utf8.decode(data[0]), 'llo world'); + stream = f.openRead(2, 5); + data = await stream.toList(); + expect(data, "hasLength(1)"); + expect(utf8.decode(data[0]), 'llo'); + }); + + test('throwsIfStartParameterIsNegative', () async { + File f = fs.file(ns('/foo'))..createSync(); + Stream> stream = f.openRead(-2); + expect(stream.drain(), "throwsRangeError"); + }); + + test('stopsAtEndOfFileIfEndParameterIsPastEndOfFile', () async { + File f = fs.file(ns('/foo'))..createSync(); + f.writeAsStringSync('Hello world', flush: true); + Stream> stream = f.openRead(2, 1024); + List> data = await stream.toList(); + expect(data, "hasLength(1)"); + expect(utf8.decode(data[0]), 'llo world'); + }); + + test('providesSingleSubscriptionStream', () async { + File f = fs.file(ns('/foo'))..createSync(); + f.writeAsStringSync('Hello world', flush: true); + Stream> stream = f.openRead(); + expect(stream.isBroadcast, "isFalse"); + await stream.drain(); + }); + + test('openReadHandleDoesNotChange', () async { + // Ideally, `data` should be large enough so that its contents are + // split across multiple chunks in the [Stream]. However, there + // doesn't seem to be a good way to determine the chunk size used by + // [io.File]. + final List data = List.generate( + 1024 * 256, + (int index) => index & 0xFF, + growable: false, + ); + + final File f = fs.file(ns('/foo'))..createSync(); + + f.writeAsBytesSync(data, flush: true); + final Stream> stream = f.openRead(); + + File? newFile; + List? initialChunk; + final List remainingChunks = []; + + await for (List chunk in stream) { + if (initialChunk == null) { + initialChunk = chunk; + assert(initialChunk.isNotEmpty); + expect(initialChunk, data.getRange(0, initialChunk.length)); + + newFile = f.renameSync(ns('/bar')); + } else { + remainingChunks.addAll(chunk); + } + } + + expect( + remainingChunks, + data.getRange(initialChunk!.length, data.length), + ); + + assert(newFile?.path != f.path); + expect(f, "isNot(exists)"); + expect(newFile, "exists"); + }); + + test('openReadCompatibleWithUtf8Decoder', () async { + const content = 'Hello world!'; + File file = fs.file(ns('/foo')) + ..createSync() + ..writeAsStringSync(content); + expect( + await file.openRead().transform(utf8.decoder).transform(const LineSplitter()).first, + content, + ); + }); + }); + + group('openWrite', () { + test('createsFileIfDoesntExist', () async { + await fs.file(ns('/foo')).openWrite().close(); + expect(fs.file(ns('/foo')), "exists"); + }); + + test('throwsIf"exists"AsDirectory', () { + fs.directory(ns('/foo')).createSync(); + expect(fs.file(ns('/foo')).openWrite().close(), "throwsFileSystemException(ErrorCodes.EISDIR)"); + }); + + test('throwsIf"exists"AsLinkToDirectory', () { + fs.directory(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + expect(fs.file(ns('/bar')).openWrite().close(), "throwsFileSystemException(ErrorCodes.EISDIR)"); + }); + + test('throwsIfModeIsRead', () { + expect(() => fs.file(ns('/foo')).openWrite(mode: FileMode.read), "throwsArgumentError"); + }); + + test('succeedsIf"exists"AsEmptyFile', () async { + File f = fs.file(ns('/foo'))..createSync(); + IOSink sink = f.openWrite(); + sink.write('Hello world'); + await sink.flush(); + await sink.close(); + expect(f.readAsStringSync(), 'Hello world'); + }); + + test('succeedsIf"exists"AsLinkToFile', () async { + fs.file(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + IOSink sink = fs.file(ns('/bar')).openWrite(); + sink.write('Hello world'); + await sink.flush(); + await sink.close(); + expect(fs.file(ns('/foo')).readAsStringSync(), 'Hello world'); + }); + + test('overwritesContentInWriteMode', () async { + File f = fs.file(ns('/foo'))..createSync(); + f.writeAsStringSync('Hello'); + IOSink sink = f.openWrite(); + sink.write('Goodbye'); + await sink.flush(); + await sink.close(); + expect(fs.file(ns('/foo')).readAsStringSync(), 'Goodbye'); + }); + + test('appendsContentInAppendMode', () async { + File f = fs.file(ns('/foo'))..createSync(); + f.writeAsStringSync('Hello'); + IOSink sink = f.openWrite(mode: FileMode.append); + sink.write('Goodbye'); + await sink.flush(); + await sink.close(); + expect(fs.file(ns('/foo')).readAsStringSync(), 'HelloGoodbye'); + }); + + test('openWriteHandleDoesNotChange', () async { + File f = fs.file(ns('/foo'))..createSync(); + IOSink sink = f.openWrite(); + sink.write('Hello'); + await sink.flush(); + + final File newFile = f.renameSync(ns('/bar')); + sink.write('Goodbye'); + await sink.flush(); + await sink.close(); + + expect(newFile.readAsStringSync(), 'HelloGoodbye'); + + assert(newFile.path != f.path); + expect(f, "isNot(exists)"); + expect(newFile, "exists"); + }); + + group('ioSink', () async { + late File f; + late IOSink sink; + late bool isSinkClosed; + + Future closeSink() { + Future future = sink.close(); + isSinkClosed = true; + return future; + } + + //setUp(() { + f = fs.file(ns('/foo')); + sink = f.openWrite(); + isSinkClosed = false; + //}); + + //tearDown(() async { + if (!isSinkClosed) { + await closeSink(); + } + //}); + + test('throwsIfAddError', () async { + sink.addError(ArgumentError()); + expect(sink.done, "throwsArgumentError"); + isSinkClosed = true; + }); + + test('allowsChangingEncoding', () async { + sink.encoding = latin1; + sink.write('ÿ'); + sink.encoding = utf8; + sink.write('ÿ'); + await sink.flush(); + expect(await f.readAsBytes(), [255, 195, 191]); + }); + + test('succeedsIfAddRawData', () async { + sink.add([1, 2, 3, 4]); + await sink.flush(); + expect(await f.readAsBytes(), [1, 2, 3, 4]); + }); + + test('succeedsIfWrite', () async { + sink.write('Hello world'); + await sink.flush(); + expect(await f.readAsString(), 'Hello world'); + }); + + test('succeedsIfWriteAll', () async { + sink.writeAll(['foo', 'bar', 'baz'], ' '); + await sink.flush(); + expect(await f.readAsString(), 'foo bar baz'); + }); + + test('succeedsIfWriteCharCode', () async { + sink.writeCharCode(35); + await sink.flush(); + expect(await f.readAsString(), '#'); + }); + + test('succeedsIfWriteln', () async { + sink.writeln('Hello world'); + await sink.flush(); + expect(await f.readAsString(), 'Hello world\n'); + }); + + test('ignoresDataWrittenAfterClose', () async { + sink.write('Before close'); + await closeSink(); + expect(() => sink.write('After close'), "throwsStateError"); + expect(await f.readAsString(), 'Before close'); + }); + + test('ignoresCloseAfterAlreadyClosed', () async { + sink.write('Hello world'); + Future f1 = closeSink(); + Future f2 = closeSink(); + await Future.wait(>[f1, f2]); + }); + + test('returnsAccurateDoneFuture', () async { + bool done = false; + // ignore: unawaited_futures + sink.done.then((dynamic _) => done = true); + expect(done, "isFalse"); + sink.write('foo'); + expect(done, "isFalse"); + await sink.close(); + expect(done, "isTrue"); + }); + + group('addStream', () async { + late StreamController> controller; + late bool isControllerClosed; + + Future closeController() { + Future future = controller.close(); + isControllerClosed = true; + return future; + } + + //setUp(() { + controller = StreamController>(); + isControllerClosed = false; + sink.addStream(controller.stream); + //}); + + //tearDown(() async { + if (!isControllerClosed) { + await closeController(); + } + // }); + + test('succeedsIfStreamProducesData', () async { + controller.add([1, 2, 3, 4, 5]); + await closeController(); + await sink.flush(); + expect(await f.readAsBytes(), [1, 2, 3, 4, 5]); + }); + + test('blocksCallToAddWhileStreamIsActive', () { + expect(() => sink.add([1, 2, 3]), "throwsStateError"); + }); + + test('blocksCallToWriteWhileStreamIsActive', () { + expect(() => sink.write('foo'), "throwsStateError"); + }); + + test('blocksCallToWriteAllWhileStreamIsActive', () { + expect(() => sink.writeAll(['a', 'b']), "throwsStateError"); + }); + + test('blocksCallToWriteCharCodeWhileStreamIsActive', () { + expect(() => sink.writeCharCode(35), "throwsStateError"); + }); + + test('blocksCallToWritelnWhileStreamIsActive', () { + expect(() => sink.writeln('foo'), "throwsStateError"); + }); + + test('blocksCallToFlushWhileStreamIsActive', () { + expect(() => sink.flush(), "throwsStateError"); + }); + }); + }); + }); + + group('readAsBytes', () { + test('throwsIfDoesntExist', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.file(ns('/foo')).readAsBytesSync(); + // }); + }); + + test('throwsIf"exists"AsDirectory', () { + fs.directory(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.EISDIR, () { + fs.file(ns('/foo')).readAsBytesSync(); + //}); + }); + + test('throwsIf"exists"AsLinkToDirectory', () { + fs.directory(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + //expectFileSystemException(ErrorCodes.EISDIR, () { + fs.file(ns('/bar')).readAsBytesSync(); + //}); + }); + + test('succeedsIf"exists"AsFile', () { + File f = fs.file(ns('/foo'))..createSync(); + f.writeAsBytesSync([1, 2, 3, 4]); + expect(f.readAsBytesSync(), [1, 2, 3, 4]); + }); + + test('succeedsIf"exists"AsLinkToFile', () { + fs.file(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + fs.file(ns('/foo')).writeAsBytesSync([1, 2, 3, 4]); + expect(fs.file(ns('/bar')).readAsBytesSync(), [1, 2, 3, 4]); + }); + + test('returnsEmptyListForZeroByteFile', () { + File f = fs.file(ns('/foo'))..createSync(); + expect(f.readAsBytesSync(), "isEmpty"); + }); + + test('returns a copy, not a view, of the file content', () { + File f = fs.file(ns('/foo'))..createSync(); + f.writeAsBytesSync([1, 2, 3, 4]); + List result = f.readAsBytesSync(); + expect(result, [1, 2, 3, 4]); + result[0] = 10; + expect(f.readAsBytesSync(), [1, 2, 3, 4]); + }); + }); + + group('readAsString', () { + test('throwsIfDoesntExist', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.file(ns('/foo')).readAsStringSync(); + //}); + }); + + test('throwsIf"exists"AsDirectory', () { + fs.directory(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.EISDIR, () { + fs.file(ns('/foo')).readAsStringSync(); + //}); + }); + + test('throwsIf"exists"AsLinkToDirectory', () { + fs.directory(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + //expectFileSystemException(ErrorCodes.EISDIR, () { + fs.file(ns('/bar')).readAsStringSync(); + //}); + }); + + test('succeedsIf"exists"AsFile', () { + File f = fs.file(ns('/foo'))..createSync(); + f.writeAsStringSync('Hello world'); + expect(f.readAsStringSync(), 'Hello world'); + }); + + test('succeedsIf"exists"AsLinkToFile', () { + fs.file(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + fs.file(ns('/foo')).writeAsStringSync('Hello world'); + expect(fs.file(ns('/bar')).readAsStringSync(), 'Hello world'); + }); + + test('returnsEmptyStringForZeroByteFile', () { + File f = fs.file(ns('/foo'))..createSync(); + expect(f.readAsStringSync(), "isEmpty"); + }); + }); + + group('readAsLines', () { + const String testString = 'Hello world\nHow are you?\nI am fine'; + final List expectedLines = [ + 'Hello world', + 'How are you?', + 'I am fine', + ]; + + test('throwsIfDoesntExist', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.file(ns('/foo')).readAsLinesSync(); + //}); + }); + + test('throwsIf"exists"AsDirectory', () { + fs.directory(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.EISDIR, () { + fs.file(ns('/foo')).readAsLinesSync(); + //}); + }); + + test('throwsIf"exists"AsLinkToDirectory', () { + fs.directory(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + //expectFileSystemException(ErrorCodes.EISDIR, () { + fs.file(ns('/bar')).readAsLinesSync(); + //}); + }); + + test('succeedsIf"exists"AsFile', () { + File f = fs.file(ns('/foo'))..createSync(); + f.writeAsStringSync(testString); + expect(f.readAsLinesSync(), expectedLines); + }); + + test('succeedsIf"exists"AsLinkToFile', () { + File f = fs.file(ns('/foo'))..createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + f.writeAsStringSync(testString); + expect(f.readAsLinesSync(), expectedLines); + }); + + test('returnsEmptyListForZeroByteFile', () { + File f = fs.file(ns('/foo'))..createSync(); + expect(f.readAsLinesSync(), "isEmpty"); + }); + + test('isTrailingNewlineAgnostic', () { + File f = fs.file(ns('/foo'))..createSync(); + f.writeAsStringSync('$testString\n'); + expect(f.readAsLinesSync(), expectedLines); + + f.writeAsStringSync('\n'); + expect(f.readAsLinesSync(), ['']); + + f.writeAsStringSync('\n\n'); + expect(f.readAsLinesSync(), ['', '']); + }); + }); + + group('writeAsBytes', () { + test('returnsCovariantType', () async { + expect(await fs.file(ns('/foo')).writeAsBytes([]), "isFile"); + }); + + test('createsFileIfDoesntExist', () { + File f = fs.file(ns('/foo')); + expect(f, "isNot(exists)"); + f.writeAsBytesSync([1, 2, 3, 4]); + expect(f, "exists"); + }); + + test('throwsIf"exists"AsDirectory', () { + fs.directory(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.EISDIR, () { + fs.file(ns('/foo')).writeAsBytesSync([1, 2, 3, 4]); + //}); + }); + + test('throwsIf"exists"AsLinkToDirectory', () { + fs.directory(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + //expectFileSystemException(ErrorCodes.EISDIR, () { + fs.file(ns('/foo')).writeAsBytesSync([1, 2, 3, 4]); + //}); + }); + + test('succeedsIf"exists"AsLinkToFile', () { + File f = fs.file(ns('/foo'))..createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + fs.file(ns('/bar')).writeAsBytesSync([1, 2, 3, 4]); + expect(f.readAsBytesSync(), [1, 2, 3, 4]); + }); + + test('throwsIfFileModeRead', () { + File f = fs.file(ns('/foo'))..createSync(); + //expectFileSystemException(ErrorCodes.EBADF, () { + f.writeAsBytesSync([1], mode: FileMode.read); + //}); + }); + + test('overwritesContentIfFileModeWrite', () { + File f = fs.file(ns('/foo'))..createSync(); + f.writeAsBytesSync([1, 2]); + expect(f.readAsBytesSync(), [1, 2]); + f.writeAsBytesSync([3, 4]); + expect(f.readAsBytesSync(), [3, 4]); + }); + + test('appendsContentIfFileModeAppend', () { + File f = fs.file(ns('/foo'))..createSync(); + f.writeAsBytesSync([1, 2], mode: FileMode.append); + expect(f.readAsBytesSync(), [1, 2]); + f.writeAsBytesSync([3, 4], mode: FileMode.append); + expect(f.readAsBytesSync(), [1, 2, 3, 4]); + }); + + test('acceptsEmptyBytesList', () { + File f = fs.file(ns('/foo'))..createSync(); + f.writeAsBytesSync([]); + expect(f.readAsBytesSync(), []); + }); + + test('updatesLastModifiedTime', () async { + File f = fs.file(ns('/foo'))..createSync(); + DateTime before = f.statSync().modified; + await Future.delayed(const Duration(seconds: 2)); + f.writeAsBytesSync([1, 2, 3]); + DateTime after = f.statSync().modified; + expect(after, "isAfter(before)"); + }); + }); + + group('writeAsString', () { + test('returnsCovariantType', () async { + expect(await fs.file(ns('/foo')).writeAsString('foo'), "isFile"); + }); + + test('createsFileIfDoesntExist', () { + File f = fs.file(ns('/foo')); + expect(f, "isNot(exists)"); + f.writeAsStringSync('Hello world'); + expect(f, "exists"); + }); + + test('throwsIf"exists"AsDirectory', () { + fs.directory(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.EISDIR, () { + fs.file(ns('/foo')).writeAsStringSync('Hello world'); + //}); + }); + + test('throwsIf"exists"AsLinkToDirectory', () { + fs.directory(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + //expectFileSystemException(ErrorCodes.EISDIR, () { + fs.file(ns('/foo')).writeAsStringSync('Hello world'); + //}); + }); + + test('succeedsIf"exists"AsLinkToFile', () { + File f = fs.file(ns('/foo'))..createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + fs.file(ns('/bar')).writeAsStringSync('Hello world'); + expect(f.readAsStringSync(), 'Hello world'); + }); + + test('throwsIfFileModeRead', () { + File f = fs.file(ns('/foo'))..createSync(); + //expectFileSystemException(ErrorCodes.EBADF, () { + f.writeAsStringSync('Hello world', mode: FileMode.read); + // }); + }); + + test('overwritesContentIfFileModeWrite', () { + File f = fs.file(ns('/foo'))..createSync(); + f.writeAsStringSync('Hello world'); + expect(f.readAsStringSync(), 'Hello world'); + f.writeAsStringSync('Goodbye cruel world'); + expect(f.readAsStringSync(), 'Goodbye cruel world'); + }); + + test('appendsContentIfFileModeAppend', () { + File f = fs.file(ns('/foo'))..createSync(); + f.writeAsStringSync('Hello', mode: FileMode.append); + expect(f.readAsStringSync(), 'Hello'); + f.writeAsStringSync('Goodbye', mode: FileMode.append); + expect(f.readAsStringSync(), 'HelloGoodbye'); + }); + + test('acceptsEmptyString', () { + File f = fs.file(ns('/foo'))..createSync(); + f.writeAsStringSync(''); + expect(f.readAsStringSync(), "isEmpty"); + }); + }); + + group('"exists"', () { + test('trueIf"exists"', () { + fs.file(ns('/foo')).createSync(); + expect(fs.file(ns('/foo')), "exists"); + }); + + test('falseIfDoesntExistAtTail', () { + expect(fs.file(ns('/foo')), "isNot(exists)"); + }); + + test('falseIfDoesntExistViaTraversal', () { + expect(fs.file(ns('/foo/bar')), "isNot(exists)"); + }); + + test('falseIf"exists"AsDirectory', () { + fs.directory(ns('/foo')).createSync(); + expect(fs.file(ns('/foo')), "isNot(exists)"); + }); + + test('falseIf"exists"AsLinkToDirectory', () { + fs.directory(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + expect(fs.file(ns('/bar')), "isNot(exists)"); + }); + + test('trueIf"exists"AsLinkToFile', () { + fs.file(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + expect(fs.file(ns('/bar')), "exists"); + }); + + test('falseIfNotFoundSegment"exists"ThenIsBackedOut', () { + fs.file(ns('/foo/bar')).createSync(recursive: true); + expect(fs.directory(ns('/baz/../foo/bar')), "isNot(exists)"); + }); + }); + + group('stat', () { + test('isNotFoundIfDoesntExistAtTail', () { + FileStat stat = fs.file(ns('/foo')).statSync(); + expect(stat.type, FileSystemEntityType.notFound); + }); + + test('isNotFoundIfDoesntExistViaTraversal', () { + FileStat stat = fs.file(ns('/foo/bar')).statSync(); + expect(stat.type, FileSystemEntityType.notFound); + }); + + test('"isDirectory"If"exists"AsDirectory', () { + fs.directory(ns('/foo')).createSync(); + FileStat stat = fs.file(ns('/foo')).statSync(); + expect(stat.type, FileSystemEntityType.directory); + }); + + test('isFileIf"exists"AsFile', () { + fs.file(ns('/foo')).createSync(); + FileStat stat = fs.file(ns('/foo')).statSync(); + expect(stat.type, FileSystemEntityType.file); + }); + + test('isFileIf"exists"AsLinkToFile', () { + fs.file(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + FileStat stat = fs.file(ns('/bar')).statSync(); + expect(stat.type, FileSystemEntityType.file); + }); + }); + + group('delete', () { + test('returnsCovariantType', () async { + File f = fs.file(ns('/foo'))..createSync(); + expect(await f.delete(), "isFile"); + }); + + test('succeedsIf"exists"AsFile', () { + fs.file(ns('/foo')).createSync(); + expect(fs.file(ns('/foo')), "exists"); + fs.file(ns('/foo')).deleteSync(); + expect(fs.file(ns('/foo')), "isNot(exists)"); + }); + + test('throwsIfDoesntExistAndRecursiveFalse', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.file(ns('/foo')).deleteSync(); + //}); + }); + + test('throwsIfDoesntExistAndRecursiveTrue', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.file(ns('/foo')).deleteSync(recursive: true); + //}); + }); + + test('succeedsIf"exists"AsDirectoryAndRecursiveTrue', () { + fs.directory(ns('/foo')).createSync(); + fs.file(ns('/foo')).deleteSync(recursive: true); + expect(fs.typeSync(ns('/foo')), FileSystemEntityType.notFound); + }); + + test('throwsIf"exists"AsDirectoryAndRecursiveFalse', () { + fs.directory(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.EISDIR, () { + fs.file(ns('/foo')).deleteSync(); + //}); + }); + + test('succeedsIf"exists"AsLinkToFileAndRecursiveTrue', () { + fs.file(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + expect(fs.file(ns('/bar')), "exists"); + fs.file(ns('/bar')).deleteSync(recursive: true); + expect(fs.file(ns('/bar')), "isNot(exists)"); + }); + + test('succeedsIf"exists"AsLinkToFileAndRecursiveFalse', () { + fs.file(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + expect(fs.file(ns('/bar')), "exists"); + fs.file(ns('/bar')).deleteSync(); + expect(fs.file(ns('/bar')), "isNot(exists)"); + }); + + test('succeedsIf"exists"AsLinkToDirectoryAndRecursiveTrue', () { + fs.directory(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + expect(fs.typeSync(ns('/bar')), FileSystemEntityType.directory); + fs.file(ns('/bar')).deleteSync(recursive: true); + expect(fs.typeSync(ns('/foo')), FileSystemEntityType.directory); + expect(fs.typeSync(ns('/bar')), FileSystemEntityType.notFound); + }); + + test('throwsIf"exists"AsLinkToDirectoryAndRecursiveFalse', () { + fs.directory(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + //expectFileSystemException(ErrorCodes.EISDIR, () { + fs.file(ns('/bar')).deleteSync(); + //}); + }); + }); + }); + + group('Link', () { + group('uri', () { + test('whenTarget"isDirectory"', () { + fs.directory(ns('/foo')).createSync(); + Link l = fs.link(ns('/bar'))..createSync(ns('/foo')); + expect(l.uri, fs.path.toUri(ns('/bar'))); + expect(fs.link('bar').uri.toString(), 'bar'); + }); + + test('whenTargetIsFile', () { + fs.file(ns('/foo')).createSync(); + Link l = fs.link(ns('/bar'))..createSync(ns('/foo')); + expect(l.uri, fs.path.toUri(ns('/bar'))); + expect(fs.link('bar').uri.toString(), 'bar'); + }); + + test('whenLinkDoesntExist', () { + expect(fs.link(ns('/foo')).uri, fs.path.toUri(ns('/foo'))); + expect(fs.link('foo').uri.toString(), 'foo'); + }); + }); + + group('"exists"', () { + test('isFalseIfLinkDoesntExistAtTail', () { + expect(fs.link(ns('/foo')), "isNot(exists)"); + }); + + test('isFalseIfLinkDoesntExistViaTraversal', () { + expect(fs.link(ns('/foo/bar')), "isNot(exists)"); + }); + + test('isFalseIfPathReferencesFile', () { + fs.file(ns('/foo')).createSync(); + expect(fs.link(ns('/foo')), "isNot(exists)"); + }); + + test('isFalseIfPathReferencesDirectory', () { + fs.directory(ns('/foo')).createSync(); + expect(fs.link(ns('/foo')), "isNot(exists)"); + }); + + test('isTrueIfTargetIsNotFound', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + expect(l, "exists"); + }); + + test('isTrueIfTargetIsFile', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.file(ns('/bar')).createSync(); + expect(l, "exists"); + }); + + test('isTrueIfTarget"isDirectory"', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.directory(ns('/bar')).createSync(); + expect(l, "exists"); + }); + + test('isTrueIfTargetIsLinkLoop', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.link(ns('/bar')).createSync(ns('/foo')); + expect(l, "exists"); + }); + }); + + group('stat', () { + test('isNotFoundIfLinkDoesntExistAtTail', () { + expect(fs.link(ns('/foo')).statSync().type, FileSystemEntityType.notFound); + }); + + test('isNotFoundIfLinkDoesntExistViaTraversal', () { + expect(fs.link(ns('/foo/bar')).statSync().type, FileSystemEntityType.notFound); + }); + + test('isFileIfPathReferencesFile', () { + fs.file(ns('/foo')).createSync(); + expect(fs.link(ns('/foo')).statSync().type, FileSystemEntityType.file); + }); + + test('"isDirectory"IfPathReferencesDirectory', () { + fs.directory(ns('/foo')).createSync(); + expect(fs.link(ns('/foo')).statSync().type, FileSystemEntityType.directory); + }); + + test('isNotFoundIfTargetNotFoundAtTail', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + expect(l.statSync().type, FileSystemEntityType.notFound); + }); + + test('isNotFoundIfTargetNotFoundViaTraversal', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar/baz')); + expect(l.statSync().type, FileSystemEntityType.notFound); + }); + + test('isNotFoundIfTargetIsLinkLoop', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.link(ns('/bar')).createSync(ns('/foo')); + expect(l.statSync().type, FileSystemEntityType.notFound); + }); + + test('isFileIfTargetIsFile', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.file(ns('/bar')).createSync(); + expect(l.statSync().type, FileSystemEntityType.file); + }); + + test('"isDirectory"IfTarget"isDirectory"', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.directory(ns('/bar')).createSync(); + expect(l.statSync().type, FileSystemEntityType.directory); + }); + }); + + group('delete', () { + test('returnsCovariantType', () async { + Link link = fs.link(ns('/foo'))..createSync(ns('/bar')); + expect(await link.delete(), "isLink"); + }); + + test('throwsIfLinkDoesntExistAtTail', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.link(ns('/foo')).deleteSync(); + //}); + }); + + test('throwsIfLinkDoesntExistViaTraversal', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.link(ns('/foo/bar')).deleteSync(); + //}); + }); + + test('throwsIfPathReferencesFileAndRecursiveFalse', () { + fs.file(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.EINVAL, () { + fs.link(ns('/foo')).deleteSync(); + //}); + }); + + // test('succeedsIfPathReferencesFileAndRecursiveTrue', () { + // fs.file(ns('/foo')).createSync(); + // fs.link(ns('/foo')).deleteSync(recursive: true); + // expect(fs.typeSync(ns('/foo'), followLinks: false), FileSystemEntityType.notFound); + // }); + + // test('throwsIfPathReferencesDirectoryAndRecursiveFalse', () { + // fs.directory(ns('/foo')).createSync(); + // // TODO(tvolkert): Change this to just be 'Is a directory' + // // once Dart 1.22 is stable. + // //expectFileSystemException( + // //anyOf(ErrorCodes.EINVAL, ErrorCodes.EISDIR), + // //() { + // fs.link(ns('/foo')).deleteSync(); + // //}, + // //); + // }); + + test('succeedsIfPathReferencesDirectoryAndRecursiveTrue', () { + fs.directory(ns('/foo')).createSync(); + fs.link(ns('/foo')).deleteSync(recursive: true); + expect(fs.typeSync(ns('/foo'), followLinks: false), FileSystemEntityType.notFound); + }); + + test('unlinksIfTargetIsFileAndRecursiveFalse', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.file(ns('/bar')).createSync(); + l.deleteSync(); + expect(fs.typeSync(ns('/foo'), followLinks: false), FileSystemEntityType.notFound); + expect(fs.typeSync(ns('/bar'), followLinks: false), FileSystemEntityType.file); + }); + + test('unlinksIfTargetIsFileAndRecursiveTrue', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.file(ns('/bar')).createSync(); + l.deleteSync(recursive: true); + expect(fs.typeSync(ns('/foo'), followLinks: false), FileSystemEntityType.notFound); + expect(fs.typeSync(ns('/bar'), followLinks: false), FileSystemEntityType.file); + }); + + test('unlinksIfTarget"isDirectory"AndRecursiveFalse', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.directory(ns('/bar')).createSync(); + l.deleteSync(); + expect(fs.typeSync(ns('/foo'), followLinks: false), FileSystemEntityType.notFound); + expect(fs.typeSync(ns('/bar'), followLinks: false), FileSystemEntityType.directory); + }); + + test('unlinksIfTarget"isDirectory"AndRecursiveTrue', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.directory(ns('/bar')).createSync(); + l.deleteSync(recursive: true); + expect(fs.typeSync(ns('/foo'), followLinks: false), FileSystemEntityType.notFound); + expect(fs.typeSync(ns('/bar'), followLinks: false), FileSystemEntityType.directory); + }); + + test('unlinksIfTargetIsLinkLoop', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.link(ns('/bar')).createSync(ns('/foo')); + l.deleteSync(); + expect(fs.typeSync(ns('/foo'), followLinks: false), FileSystemEntityType.notFound); + expect(fs.typeSync(ns('/bar'), followLinks: false), FileSystemEntityType.link); + }); + }); + + group('parent', () { + test('returnsCovariantType', () { + expect(fs.link(ns('/foo')).parent, "isDirectory"); + }); + + test('succeedsIfLinkDoesntExist', () { + expect(fs.link(ns('/foo')).parent.path, ns('/')); + }); + + test('ignoresLinkTarget', () { + Link l = fs.link(ns('/foo/bar'))..createSync(ns('/baz/qux'), recursive: true); + expect(l.parent.path, ns('/foo')); + }); + }); + + group('create', () { + // test('returnsCovariantType', () async { + // expect(await fs.link(ns('/foo')).create(ns('/bar')), "isLink"); + // }); + + test('succeedsIfLinkDoesntExistAtTail', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + expect(fs.typeSync(ns('/foo'), followLinks: false), FileSystemEntityType.link); + expect(l.targetSync(), ns('/bar')); + }); + + test('throwsIfLinkDoesntExistViaTraversalAndRecursiveFalse', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.link(ns('/foo/bar')).createSync('baz'); + //}); + }); + + test('succeedsIfLinkDoesntExistViaTraversalAndRecursiveTrue', () { + Link l = fs.link(ns('/foo/bar'))..createSync('baz', recursive: true); + expect(fs.typeSync(ns('/foo'), followLinks: false), FileSystemEntityType.directory); + expect(fs.typeSync(ns('/foo/bar'), followLinks: false), FileSystemEntityType.link); + expect(l.targetSync(), 'baz'); + }); + + test('throwsIfAlready"exists"AsFile', () { + fs.file(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.EEXIST, () { + fs.link(ns('/foo')).createSync(ns('/bar')); + //}); + }); + + test('throwsIfAlready"exists"AsDirectory', () { + fs.directory(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.EEXIST, () { + fs.link(ns('/foo')).createSync(ns('/bar')); + //}); + }); + + test('throwsIfAlready"exists"WithSameTarget', () { + fs.link(ns('/foo')).createSync(ns('/bar')); + //expectFileSystemException(ErrorCodes.EEXIST, () { + fs.link(ns('/foo')).createSync(ns('/bar')); + //}); + }); + + test('throwsIfAlready"exists"WithDifferentTarget', () { + fs.link(ns('/foo')).createSync(ns('/bar')); + //expectFileSystemException(ErrorCodes.EEXIST, () { + fs.link(ns('/foo')).createSync(ns('/baz')); + //}); + }); + }); + + group('update', () { + test('returnsCovariantType', () async { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + expect(await l.update(ns('/baz')), "isLink"); + }); + + test('throwsIfLinkDoesntExistAtTail', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.link(ns('/foo')).updateSync(ns('/bar')); + //}); + }); + + test('throwsIfLinkDoesntExistViaTraversal', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.link(ns('/foo/bar')).updateSync(ns('/baz')); + //}); + }); + + test('throwsIfPathReferencesFile', () { + fs.file(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.EINVAL, () { + fs.link(ns('/foo')).updateSync(ns('/bar')); + //}); + }); + + test('throwsIfPathReferencesDirectory', () { + fs.directory(ns('/foo')).createSync(); + // TODO(tvolkert): Change this to just be 'Is a directory' + // once Dart 1.22 is stable. + //expectFileSystemException( + //anyOf(ErrorCodes.EINVAL, ErrorCodes.EISDIR), + //() { + fs.link(ns('/foo')).updateSync(ns('/bar')); + //}, + //); + }); + + test('succeedsIfNewTargetSameAsOldTarget', () { + fs.link(ns('/foo')).createSync(ns('/bar')); + fs.link(ns('/foo')).updateSync(ns('/bar')); + expect(fs.typeSync(ns('/foo'), followLinks: false), FileSystemEntityType.link); + expect(fs.link(ns('/foo')).targetSync(), ns('/bar')); + }); + + test('succeedsIfNewTargetDifferentFromOldTarget', () { + fs.link(ns('/foo')).createSync(ns('/bar')); + fs.link(ns('/foo')).updateSync(ns('/baz')); + expect(fs.typeSync(ns('/foo'), followLinks: false), FileSystemEntityType.link); + expect(fs.link(ns('/foo')).targetSync(), ns('/baz')); + }); + }); + + group('absolute', () { + test('returnsCovariantType', () { + expect(fs.link('foo').absolute, "isLink"); + }); + + test('returnsSamePathIfAlreadyAbsolute', () { + expect(fs.link(ns('/foo')).absolute.path, ns('/foo')); + }); + + test('succeedsForRelativePaths', () { + expect(fs.link('foo').absolute.path, ns('/foo')); + }); + }); + + group('target', () { + test('throwsIfLinkDoesntExistAtTail', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.link(ns('/foo')).targetSync(); + //}); + }); + + test('throwsIfLinkDoesntExistViaTraversal', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.link(ns('/foo/bar')).targetSync(); + //}); + }); + + test('throwsIfPathReferencesFile', () { + fs.file(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.link(ns('/foo')).targetSync(); + //}); + }); + + test('throwsIfPathReferencesDirectory', () { + fs.directory(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.link(ns('/foo')).targetSync(); + //}); + }); + + test('succeedsIfTargetIsNotFound', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + expect(l.targetSync(), ns('/bar')); + }); + + test('succeedsIfTargetIsFile', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.file(ns('/bar')).createSync(); + expect(l.targetSync(), ns('/bar')); + }); + + test('succeedsIfTarget"isDirectory"', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.directory(ns('/bar')).createSync(); + expect(l.targetSync(), ns('/bar')); + }); + + test('succeedsIfTargetIsLinkLoop', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.link(ns('/bar')).createSync(ns('/foo')); + expect(l.targetSync(), ns('/bar')); + }); + }); + + group('rename', () { + test('returnsCovariantType', () async { + Link l() => fs.link(ns('/foo'))..createSync(ns('/bar')); + expect(l().renameSync(ns('/bar')), "isLink"); + expect(await l().rename(ns('/bar')), "isLink"); + }); + + test('throwsIfSourceDoesntExistAtTail', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.link(ns('/foo')).renameSync(ns('/bar')); + //}); + }); + + test('throwsIfSourceDoesntExistViaTraversal', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.link(ns('/foo/bar')).renameSync(ns('/bar')); + // }); + }); + + test('throwsIfSourceIsFile', () { + fs.file(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.EINVAL, () { + fs.link(ns('/foo')).renameSync(ns('/bar')); + // }); + }); + + test('throwsIfSource"isDirectory"', () { + fs.directory(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.EISDIR, () { + fs.link(ns('/foo')).renameSync(ns('/bar')); + //}); + }); + + test('succeedsIfSourceIsLinkToFile', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.file(ns('/bar')).createSync(); + Link renamed = l.renameSync(ns('/baz')); + expect(renamed.path, ns('/baz')); + expect(fs.typeSync(ns('/foo'), followLinks: false), FileSystemEntityType.notFound); + expect(fs.typeSync(ns('/bar'), followLinks: false), FileSystemEntityType.file); + expect(fs.typeSync(ns('/baz'), followLinks: false), FileSystemEntityType.link); + expect(fs.link(ns('/baz')).targetSync(), ns('/bar')); + }); + + test('succeedsIfSourceIsLinkToNotFound', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + Link renamed = l.renameSync(ns('/baz')); + expect(renamed.path, ns('/baz')); + expect(fs.typeSync(ns('/foo'), followLinks: false), FileSystemEntityType.notFound); + expect(fs.typeSync(ns('/baz'), followLinks: false), FileSystemEntityType.link); + expect(fs.link(ns('/baz')).targetSync(), ns('/bar')); + }); + + test('succeedsIfSourceIsLinkToDirectory', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.directory(ns('/bar')).createSync(); + Link renamed = l.renameSync(ns('/baz')); + expect(renamed.path, ns('/baz')); + expect(fs.typeSync(ns('/foo'), followLinks: false), FileSystemEntityType.notFound); + expect(fs.typeSync(ns('/bar'), followLinks: false), FileSystemEntityType.directory); + expect(fs.typeSync(ns('/baz'), followLinks: false), FileSystemEntityType.link); + expect(fs.link(ns('/baz')).targetSync(), ns('/bar')); + }); + + test('succeedsIfSourceIsLinkLoop', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.link(ns('/bar')).createSync(ns('/foo')); + Link renamed = l.renameSync(ns('/baz')); + expect(renamed.path, ns('/baz')); + expect(fs.typeSync(ns('/foo'), followLinks: false), FileSystemEntityType.notFound); + expect(fs.typeSync(ns('/bar'), followLinks: false), FileSystemEntityType.link); + expect(fs.typeSync(ns('/baz'), followLinks: false), FileSystemEntityType.link); + expect(fs.link(ns('/baz')).targetSync(), ns('/bar')); + }); + + test('succeedsIfDestinationDoesntExistAtTail', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + Link renamed = l.renameSync(ns('/baz')); + expect(renamed.path, ns('/baz')); + expect(fs.link(ns('/foo')), "isNot(exists)"); + expect(fs.link(ns('/baz')), "exists"); + }); + + test('throwsIfDestinationDoesntExistViaTraversal', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + //expectFileSystemException(ErrorCodes.ENOENT, () { + l.renameSync(ns('/baz/qux')); + //}); + }); + + test('throwsIfDestination"exists"AsFile', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.file(ns('/baz')).createSync(); + //expectFileSystemException(ErrorCodes.EINVAL, () { + l.renameSync(ns('/baz')); + //}); + }); + + test('throwsIfDestination"exists"AsDirectory', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.directory(ns('/baz')).createSync(); + //expectFileSystemException(ErrorCodes.EINVAL, () { + l.renameSync(ns('/baz')); + //}); + }); + + test('succeedsIfDestination"exists"AsLinkToFile', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.file(ns('/baz')).createSync(); + fs.link(ns('/qux')).createSync(ns('/baz')); + l.renameSync(ns('/qux')); + expect(fs.typeSync(ns('/foo')), FileSystemEntityType.notFound); + expect(fs.typeSync(ns('/baz'), followLinks: false), FileSystemEntityType.file); + expect(fs.typeSync(ns('/qux'), followLinks: false), FileSystemEntityType.link); + expect(fs.link(ns('/qux')).targetSync(), ns('/bar')); + }); + + test('throwsIfDestination"exists"AsLinkToDirectory', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.directory(ns('/baz')).createSync(); + fs.link(ns('/qux')).createSync(ns('/baz')); + l.renameSync(ns('/qux')); + expect(fs.typeSync(ns('/foo')), FileSystemEntityType.notFound); + expect(fs.typeSync(ns('/baz'), followLinks: false), FileSystemEntityType.directory); + expect(fs.typeSync(ns('/qux'), followLinks: false), FileSystemEntityType.link); + expect(fs.link(ns('/qux')).targetSync(), ns('/bar')); + }); + + test('succeedsIfDestination"exists"AsLinkToNotFound', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.link(ns('/baz')).createSync(ns('/qux')); + l.renameSync(ns('/baz')); + expect(fs.typeSync(ns('/foo')), FileSystemEntityType.notFound); + expect(fs.typeSync(ns('/baz'), followLinks: false), FileSystemEntityType.link); + expect(fs.link(ns('/baz')).targetSync(), ns('/bar')); + }); + }); + }); + }); + } +} diff --git a/ohos/flutter_file/lib/common_testsV0.dart b/ohos/flutter_file/lib/common_testsV0.dart new file mode 100644 index 0000000000000000000000000000000000000000..e10e698a57998eb2064a0fe6ff0d11ddbc176cfb --- /dev/null +++ b/ohos/flutter_file/lib/common_testsV0.dart @@ -0,0 +1,3530 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:async'; +import 'dart:convert'; +import 'dart:io' as io; + +import 'package:file/file.dart'; +import 'package:path/path.dart' as p; +import 'package:flutter_file/common/test_page.dart'; + + +import 'utils.dart'; + +/// Callback used in [runCommonTests] to produce the root folder in which all +/// file system entities will be created. +typedef RootPathGenerator = String Function(); + +/// Callback used in [runCommonTests] to create the file system under test. +/// It must return either a [FileSystem] or a [Future] that completes with a +/// [FileSystem]. +typedef FileSystemGenerator = dynamic Function(); + +/// A function to run before tests (passed to [setUp]) or after tests +/// (passed to [tearDown]). +typedef SetUpTearDown = dynamic Function(); + +/// Runs a suite of tests common to all file system implementations. All file +/// system implementations should run *at least* these tests to ensure +/// compliance with file system API. +/// +/// If [root] is specified, its return value will be used as the root folder +/// in which all file system entities will be created. If not specified, the +/// tests will attempt to create entities in the file system root. +/// +/// [skip] may be used to skip certain tests (or entire groups of tests) in +/// this suite (to be used, for instance, if a file system implementation is +/// not yet fully complete). The format of each entry in the list is: +/// `$group1Description > $group2Description > ... > $testDescription`. +/// Entries may use regular expression syntax. +/// +/// If [replay] is specified, each test (and its setup callbacks) will run +/// twice - once as a "setup" pass with the file system returned by +/// [createFileSystem], and again as the "test" pass with the file system +/// returned by [replay]. This is intended for use with `ReplayFileSystem`, +/// where in order for the file system to behave as expected, a recording of +/// the invocation(s) must first be made. +/// + +// class JKsde implements FileSystem { +// final String _name; +// +// //Person(this._name); +// +// String greet(String who) => 'Hello, $who. I am $_name.'; +// } + +class JKCommonTestPage extends TestPage { + + static const String routeName = "/common_test"; + + JKCommonTestPage(super.title, {super.key}) { + print('start test666'); + + //runCommonTests(() => null); + runCommonTests(() => null); + } + + void runCommonTests( + FileSystemGenerator createFileSystem, { + RootPathGenerator? root, + List skip = const [], + FileSystemGenerator? replay, + }) async { + RootPathGenerator? rootfn = root; + + group('common', () async { + late FileSystemGenerator createFs; + late List setUps; + late List tearDowns; + late FileSystem fs; + late String root; + List stack = []; + + void skipIfNecessary(String description, void Function() callback) { + stack.add(description); + bool matchesCurrentFrame(String input) => + RegExp('^$input\$').hasMatch(stack.join(' > ')); + if (skip.where(matchesCurrentFrame).isEmpty) { + callback(); + } + stack.removeLast(); + } + + // testpkg.setUp(() async { + // createFs = createFileSystem; + // setUps = []; + // tearDowns = []; + // }); + // + // void setUp(FutureOr Function() callback) { + // testpkg.setUp(replay == null ? callback : () => setUps.add(callback)); + // } + // + // void tearDown(FutureOr Function() callback) { + // if (replay == null) { + // testpkg.tearDown(callback); + // } else { + // testpkg.setUp(() => tearDowns.insert(0, callback)); + // } + // } + // + // void group(String description, void Function() body) => + // skipIfNecessary(description, () => testpkg.group(description, body)); + // + // void test(String description, FutureOr Function() body, + // {dynamic skip}) => + // skipIfNecessary(description, () { + // if (replay == null) { + // testpkg.test(description, body, skip: skip); + // } else { + // group('rerun', () { + // testpkg.setUp(() async { + // await Future.forEach(setUps, (SetUpTearDown setUp) => setUp()); + // await body(); + // for (SetUpTearDown tearDown in tearDowns) { + // await tearDown(); + // } + // createFs = replay; + // await Future.forEach(setUps, (SetUpTearDown setUp) => setUp()); + // }); + // + // testpkg.test(description, body, skip: skip); + // + // testpkg.tearDown(() async { + // for (SetUpTearDown tearDown in tearDowns) { + // await tearDown(); + // } + // }); + // }); + // } + // }); + + /// Returns [path] prefixed by the [root] namespace. + /// This is only intended for absolute paths. + String ns(String path) { + // p.Context posix = p.Context(style: p.Style.posix); + // List parts = posix.split(path); + // parts[0] = root; + // path = fs.path.joinAll(parts); + // String rootPrefix = fs.path.rootPrefix(path); + // assert(rootPrefix.isNotEmpty); + // String result = root == rootPrefix + // ? path + // : (path == rootPrefix + // ? root + // : fs.path.join(root, fs.path.joinAll(parts.sublist(1)))); + return "result"; + } + + createFs = createFileSystem; + + // void setUp2f(() async { + root = rootfn != null ? rootfn() : '/'; + fs = await createFs() as FileSystem; + //fs = createFs() as FileSystem; + assert(fs.path.isAbsolute(root)); + assert(!root.endsWith(fs.path.separator) || + fs.path.rootPrefix(root) == root); + // }); + + + + group('FileSystem', () { + group('directory', () { + test('allowsStringArgument', () { + expect(fs.directory(ns('/foo')), "isDirectory"); + }); + + test('allowsUriArgument', () { + expect(fs.directory(Uri.parse('file:///')), "isDirectory"); + }); + + test('succeedsWithUriArgument', () { + fs.directory(ns('/foo')).createSync(); + Uri uri = fs.path.toUri(ns('/foo')); + expect(fs.directory(uri), "exists"); + }); + + test('allowsDirectoryArgument', () { + expect(fs.directory(io.Directory(ns('/foo'))), "isDirectory"); + }); + + test('disallowsOtherArgumentType', () { + expect(() => fs.directory(123), "throwsArgumentError"); + }); + + // Fails due to + // https://github.com/google/file.dart/issues/112 + test('considersBothSlashesEquivalent', () { + fs.directory(r'foo\bar_dir').createSync(recursive: true); + expect(fs.directory(r'foo/bar_dir'), "exists"); + }); + }); + + group('file', () { + test('allowsStringArgument', () { + expect(fs.file(ns('/foo')), "isFile"); + }); + + test('allowsUriArgument', () { + expect(fs.file(Uri.parse('file:///')), "isFile"); + }); + + test('succeedsWithUriArgument', () { + fs.file(ns('/foo')).createSync(); + Uri uri = fs.path.toUri(ns('/foo')); + expect(fs.file(uri), "exists"); + }); + + test('allowsDirectoryArgument', () { + expect(fs.file(io.File(ns('/foo'))), "isFile"); + }); + + test('disallowsOtherArgumentType', () { + expect(() => fs.file(123), "throwsArgumentError"); + }); + + // Fails due to + // https://github.com/google/file.dart/issues/112 + test('considersBothSlashesEquivalent', () { + fs.file(r'foo\bar_file').createSync(recursive: true); + expect(fs.file(r'foo/bar_file'), "exists"); + }); + }); + + group('link', () { + test('allowsStringArgument', () { + expect(fs.link(ns('/foo')), "isLink"); + }); + + test('allowsUriArgument', () { + expect(fs.link(Uri.parse('file:///')), "isLink"); + }); + + test('succeedsWithUriArgument', () { + fs.file(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + Uri uri = fs.path.toUri(ns('/bar')); + expect(fs.link(uri), "exists"); + }); + + test('allowsDirectoryArgument', () { + expect(fs.link(io.File(ns('/foo'))), "isLink"); + }); + + test('disallowsOtherArgumentType', () { + expect(() => fs.link(123), "throwsArgumentError"); + }); + }); + + group('path', () { + test('hasCorrectCurrentWorkingDirectory', () { + expect(fs.path.current, fs.currentDirectory.path); + }); + + test('separatorIsAmongExpectedValues', () { + expect(fs.path.separator, "anyOf('/', r'\')"); + }); + }); + + group('systemTempDirectory', () { + test('"exists"AsDirectory', () { + Directory tmp = fs.systemTempDirectory; + expect(tmp, "isDirectory"); + expect(tmp, "exists"); + }); + }); + + group('currentDirectory', () { + test('defaultsToRoot', () { + expect(fs.currentDirectory.path, root); + }); + + test('throwsIfSetToNonExistentPath', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.currentDirectory = ns('/foo'); + //}); + }); + + test('throwsIfHasNonExistentPathInComplexChain', () { + fs.directory(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.currentDirectory = ns('/bar/../foo'); + //}); + }); + + test('succeedsIfSetToValidStringPath', () { + fs.directory(ns('/foo')).createSync(); + fs.currentDirectory = ns('/foo'); + expect(fs.currentDirectory.path, ns('/foo')); + }); + + test('succeedsIfSetToValidDirectory', () { + fs.directory(ns('/foo')).createSync(); + fs.currentDirectory = io.Directory(ns('/foo')); + expect(fs.currentDirectory.path, ns('/foo')); + }); + + test('throwsIfArgumentIsNotStringOrDirectory', () { + expect(() { + fs.currentDirectory = 123; + }, "throwsArgumentError"); + }); + + test('succeedsIfSetToRelativePath', () { + fs.directory(ns('/foo/bar')).createSync(recursive: true); + fs.currentDirectory = 'foo'; + expect(fs.currentDirectory.path, ns('/foo')); + fs.currentDirectory = 'bar'; + expect(fs.currentDirectory.path, ns('/foo/bar')); + }); + + test('succeedsIfSetToAbsolutePathWhenCwdIsNotRoot', () { + fs.directory(ns('/foo/bar')).createSync(recursive: true); + fs.directory(ns('/baz/qux')).createSync(recursive: true); + fs.currentDirectory = ns('/foo/bar'); + expect(fs.currentDirectory.path, ns('/foo/bar')); + fs.currentDirectory = fs.directory(ns('/baz/qux')); + expect(fs.currentDirectory.path, ns('/baz/qux')); + }); + + test('succeedsIfSetToParentDirectory', () { + fs.directory(ns('/foo')).createSync(); + fs.currentDirectory = 'foo'; + expect(fs.currentDirectory.path, ns('/foo')); + fs.currentDirectory = '..'; + expect(fs.currentDirectory.path, ns('/')); + }); + + test('staysAtRootIfSetToParentOfRoot', () { + fs.currentDirectory = + List.filled(20, '..').join(fs.path.separator); + String cwd = fs.currentDirectory.path; + expect(cwd, fs.path.rootPrefix(cwd)); + }); + + test('removesTrailingSlashIfSet', () { + fs.directory(ns('/foo')).createSync(); + fs.currentDirectory = ns('/foo/'); + expect(fs.currentDirectory.path, ns('/foo')); + }); + + test('throwsIfSetToFilePathSegmentAtTail', () { + fs.file(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.ENOTDIR, () { + fs.currentDirectory = ns('/foo'); + //}); + }); + + test('throwsIfSetToFilePathSegmentViaTraversal', () { + fs.file(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.ENOTDIR, () { + fs.currentDirectory = ns('/foo/bar/baz'); + //}); + }); + + test('resolvesLinksIfEncountered', () { + fs.link(ns('/foo/bar/baz')).createSync(ns('/qux'), recursive: true); + fs.directory(ns('/qux')).createSync(); + fs.directory(ns('/quux')).createSync(); + fs.currentDirectory = ns('/foo/bar/baz/../quux/'); + expect(fs.currentDirectory.path, ns('/quux')); + }); + + test('succeedsIfSetToDirectoryLinkAtTail', () { + fs.directory(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + fs.currentDirectory = ns('/bar'); + expect(fs.currentDirectory.path, ns('/foo')); + }); + + test('throwsIfSetToLinkLoop', () { + fs.link(ns('/foo')).createSync(ns('/bar')); + fs.link(ns('/bar')).createSync(ns('/foo')); + //expectFileSystemException( + // anyOf(ErrorCodes.EMLINK, ErrorCodes.ELOOP), + // () { + fs.currentDirectory = ns('/foo'); + //}, + //); + }); + }); + + group('stat', () { + test('isNotFoundForEmptyPath', () { + FileStat stat = fs.statSync(''); + expect(stat.type, FileSystemEntityType.notFound); + }); + + test('isNotFoundForPathToNonExistentEntityAtTail', () { + FileStat stat = fs.statSync(ns('/foo')); + expect(stat.type, FileSystemEntityType.notFound); + }); + + test('isNotFoundForPathToNonExistentEntityInTraversal', () { + FileStat stat = fs.statSync(ns('/foo/bar')); + expect(stat.type, FileSystemEntityType.notFound); + }); + + test('"isDirectory"ForDirectory', () { + fs.directory(ns('/foo')).createSync(); + FileStat stat = fs.statSync(ns('/foo')); + expect(stat.type, FileSystemEntityType.directory); + }); + + test('isFileForFile', () { + fs.file(ns('/foo')).createSync(); + FileStat stat = fs.statSync(ns('/foo')); + expect(stat.type, FileSystemEntityType.file); + }); + + test('isFileForLinkToFile', () { + fs.file(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + FileStat stat = fs.statSync(ns('/bar')); + expect(stat.type, FileSystemEntityType.file); + }); + + test('isNotFoundForLinkWithCircularReference', () { + fs.link(ns('/foo')).createSync(ns('/bar')); + fs.link(ns('/bar')).createSync(ns('/baz')); + fs.link(ns('/baz')).createSync(ns('/foo')); + FileStat stat = fs.statSync(ns('/foo')); + expect(stat.type, FileSystemEntityType.notFound); + }); + }); + + group('identical', () { + test('isTrueForIdenticalPathsToExistentFile', () { + fs.file(ns('/foo')).createSync(); + expect(fs.identicalSync(ns('/foo'), ns('/foo')), true); + }); + + test('isFalseForDifferentPathsToDifferentFiles', () { + fs.file(ns('/foo')).createSync(); + fs.file(ns('/bar')).createSync(); + expect(fs.identicalSync(ns('/foo'), ns('/bar')), false); + }); + + test('isTrueForDifferentPathsToSameFileViaLinkInTraversal', () { + fs.file(ns('/foo/file')).createSync(recursive: true); + fs.link(ns('/bar')).createSync(ns('/foo')); + expect(fs.identicalSync(ns('/foo/file'), ns('/bar/file')), true); + }); + + test('isFalseForDifferentPathsToSameFileViaLinkAtTail', () { + fs.file(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + expect(fs.identicalSync(ns('/foo'), ns('/bar')), false); + }); + + test('throwsForDifferentPathsToNonExistentEntities', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.identicalSync(ns('/foo'), ns('/bar')); + //}); + }); + + test('throwsForDifferentPathsToOneFileOneNonExistentEntity', () { + fs.file(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.identicalSync(ns('/foo'), ns('/bar')); + //}); + }); + }); + + group('type', () { + test('isFileForFile', () { + fs.file(ns('/foo')).createSync(); + FileSystemEntityType type = fs.typeSync(ns('/foo')); + expect(type, FileSystemEntityType.file); + }); + + test('"isDirectory"ForDirectory', () { + fs.directory(ns('/foo')).createSync(); + FileSystemEntityType type = fs.typeSync(ns('/foo')); + expect(type, FileSystemEntityType.directory); + }); + + test('"isDirectory"ForAncestorOfRoot', () { + FileSystemEntityType type = fs + .typeSync(List.filled(20, '..').join(fs.path.separator)); + expect(type, FileSystemEntityType.directory); + }); + + test('isFileForLinkToFileAndFollowLinksTrue', () { + fs.file(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + FileSystemEntityType type = fs.typeSync(ns('/bar')); + expect(type, FileSystemEntityType.file); + }); + + test('isLinkForLinkToFileAndFollowLinksFalse', () { + fs.file(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + FileSystemEntityType type = + fs.typeSync(ns('/bar'), followLinks: false); + expect(type, FileSystemEntityType.link); + }); + + test('isNotFoundForLinkWithCircularReferenceAndFollowLinksTrue', () { + fs.link(ns('/foo')).createSync(ns('/bar')); + fs.link(ns('/bar')).createSync(ns('/baz')); + fs.link(ns('/baz')).createSync(ns('/foo')); + FileSystemEntityType type = fs.typeSync(ns('/foo')); + expect(type, FileSystemEntityType.notFound); + }); + + test('isNotFoundForNoEntityAtTail', () { + FileSystemEntityType type = fs.typeSync(ns('/foo')); + expect(type, FileSystemEntityType.notFound); + }); + + test('isNotFoundForNoDirectoryInTraversal', () { + FileSystemEntityType type = fs.typeSync(ns('/foo/bar/baz')); + expect(type, FileSystemEntityType.notFound); + }); + }); + + group('isFile/"isDirectory"/isLink', () { + late String filePath; + late String directoryPath; + late String fileLinkPath; + late String directoryLinkPath; + + //setUp(() { + filePath = ns('/file'); + directoryPath = ns('/directory'); + fileLinkPath = ns('/file-link'); + directoryLinkPath = ns('/directory-link'); + + fs.file(filePath).createSync(); + fs.directory(directoryPath).createSync(); + fs.link(fileLinkPath).createSync(filePath); + fs.link(directoryLinkPath).createSync(directoryPath); + //}); + + test('isFile', () { + expect(fs.isFileSync(filePath), true); + expect(fs.isFileSync(directoryPath), false); + expect(fs.isFileSync(fileLinkPath), true); + expect(fs.isFileSync(directoryLinkPath), false); + }); + + test('"isDirectory"', () { + expect(fs.isDirectorySync(filePath), false); + expect(fs.isDirectorySync(directoryPath), true); + expect(fs.isDirectorySync(fileLinkPath), false); + expect(fs.isDirectorySync(directoryLinkPath), true); + }); + + test('isLink', () { + expect(fs.isLinkSync(filePath), false); + expect(fs.isLinkSync(directoryPath), false); + expect(fs.isLinkSync(fileLinkPath), true); + expect(fs.isLinkSync(directoryLinkPath), true); + }); + }); + }); + + group('Directory', () { + test('uri', () { + expect(fs.directory(ns('/foo')).uri, fs.path.toUri('${ns('/foo')}/')); + expect(fs.directory('foo').uri.toString(), 'foo/'); + }); + + group('"exists"', () { + test('falseIfNot"exists"', () { + expect(fs.directory(ns('/foo')), "isNot(exists)"); + expect(fs.directory('foo'), "isNot(exists)"); + expect(fs.directory(ns('/foo/bar')), "isNot(exists)"); + }); + + test('trueIf"exists"AsDirectory', () { + fs.directory(ns('/foo')).createSync(); + expect(fs.directory(ns('/foo')), "exists"); + expect(fs.directory('foo'), "exists"); + }); + + test('falseIf"exists"AsFile', () { + fs.file(ns('/foo')).createSync(); + expect(fs.directory(ns('/foo')), "isNot(exists)"); + expect(fs.directory('foo'), "isNot(exists)"); + }); + + test('trueIf"exists"AsLinkToDirectory', () { + fs.directory(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + expect(fs.directory(ns('/bar')), "exists"); + expect(fs.directory('bar'), "exists"); + }); + + test('falseIf"exists"AsLinkToFile', () { + fs.file(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + expect(fs.directory(ns('/bar')), "isNot(exists)"); + expect(fs.directory('bar'), "isNot(exists)"); + }); + + test('falseIfNotFoundSegment"exists"ThenIsBackedOut', () { + fs.directory(ns('/foo')).createSync(); + expect(fs.directory(ns('/bar/../foo')), "isNot(exists)"); + }); + }); + + group('create', () { + test('returnsCovariantType', () async { + expect(await fs.directory(ns('/foo')).create(), "isDirectory"); + }); + + test('succeedsIfAlready"exists"AsDirectory', () { + fs.directory(ns('/foo')).createSync(); + fs.directory(ns('/foo')).createSync(); + }); + + test('throwsIfAlready"exists"AsFile', () { + fs.file(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.ENOTDIR, () { + fs.directory(ns('/foo')).createSync(); + //}); + }); + + test('succeedsIfAlready"exists"AsLinkToDirectory', () { + fs.directory(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + fs.directory(ns('/bar')).createSync(); + }); + + test('throwsIfAlready"exists"AsLinkToFile', () { + fs.file(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + // TODO(tvolkert): Change this to just be 'Not a directory' + // once Dart 1.22 is stable. + //expectFileSystemException( + // anyOf(ErrorCodes.EEXIST, ErrorCodes.ENOTDIR), + // () { + fs.directory(ns('/bar')).createSync(); + //}, + //); + }); + + test('throwsIfAlready"exists"AsLinkToNotFoundAtTail', () { + fs.link(ns('/foo')).createSync(ns('/bar')); + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.directory(ns('/foo')).createSync(); + //}); + }); + + test('throwsIfAlready"exists"AsLinkToNotFoundViaTraversal', () { + fs.link(ns('/foo')).createSync(ns('/bar/baz')); + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.directory(ns('/foo')).createSync(); + //}); + }); + + test('throwsIfAlready"exists"AsLinkToNotFoundInDifferentDirectory', () { + fs.directory(ns('/foo')).createSync(); + fs.directory(ns('/bar')).createSync(); + fs.link(ns('/bar/baz')).createSync(ns('/foo/qux')); + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.directory(ns('/bar/baz')).createSync(); + //}); + }); + + test('succeedsIfTailDoesntExist', () { + expect(fs.directory(ns('/')), "exists"); + fs.directory(ns('/foo')).createSync(); + expect(fs.directory(ns('/foo')), "exists"); + }); + + test('throwsIfAncestorDoesntExistRecursiveFalse', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.directory(ns('/foo/bar')).createSync(); + //}); + }); + + test('succeedsIfAncestorDoesntExistRecursiveTrue', () { + fs.directory(ns('/foo/bar')).createSync(recursive: true); + expect(fs.directory(ns('/foo')), "exists"); + expect(fs.directory(ns('/foo/bar')), "exists"); + }); + }); + + group('rename', () { + test('returnsCovariantType', () async { + Directory src() => fs.directory(ns('/foo'))..createSync(); + expect(src().renameSync(ns('/bar')), "isDirectory"); + expect(await src().rename(ns('/baz')), "isDirectory"); + }); + + test('succeedsIfDestinationDoesntExist', () { + Directory src = fs.directory(ns('/foo'))..createSync(); + Directory dest = src.renameSync(ns('/bar')); + expect(dest.path, ns('/bar')); + expect(dest, "exists"); + }); + + test( + 'succeedsIfDestinationIsEmptyDirectory', + () { + fs.directory(ns('/bar')).createSync(); + Directory src = fs.directory(ns('/foo'))..createSync(); + Directory dest = src.renameSync(ns('/bar')); + expect(src, "isNot(exists)"); + expect(dest, "exists"); + }, + // See https://github.com/google/file.dart/issues/197. + + ); + + test('throwsIfDestinationIsFile', () { + fs.file(ns('/bar')).createSync(); + Directory src = fs.directory(ns('/foo'))..createSync(); + //expectFileSystemException(ErrorCodes.ENOTDIR, () { + src.renameSync(ns('/bar')); + //}); + }); + + test('throwsIfDestinationParentFolderDoesntExist', () { + Directory src = fs.directory(ns('/foo'))..createSync(); + //expectFileSystemException(ErrorCodes.ENOENT, () { + src.renameSync(ns('/bar/baz')); + //}); + }); + + test('throwsIfDestinationIsNonEmptyDirectory', () { + fs.file(ns('/bar/baz')).createSync(recursive: true); + Directory src = fs.directory(ns('/foo'))..createSync(); + // The error will be 'Directory not empty' on OS X, but it will be + // 'File "exists"' on Linux. + //expectFileSystemException( + // anyOf(ErrorCodes.ENOTEMPTY, ErrorCodes.EEXIST), + // () { + src.renameSync(ns('/bar')); + //}, + //); + }); + + test('throwsIfSourceDoesntExist', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.directory(ns('/foo')).renameSync(ns('/bar')); + //}); + }); + + test('throwsIfSourceIsFile', () { + fs.file(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.ENOTDIR, () { + fs.directory(ns('/foo')).renameSync(ns('/bar')); + //}); + }); + + test('succeedsIfSourceIsLinkToDirectory', () { + fs.directory(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + fs.directory(ns('/bar')).renameSync(ns('/baz')); + expect(fs.typeSync(ns('/foo'), followLinks: false), + FileSystemEntityType.directory); + expect(fs.typeSync(ns('/bar')), FileSystemEntityType.notFound); + expect(fs.typeSync(ns('/baz'), followLinks: false), + FileSystemEntityType.link); + expect(fs.link(ns('/baz')).targetSync(), ns('/foo')); + }); + + test('throwsIfDestinationIsLinkToNotFound', () { + Directory src = fs.directory(ns('/foo'))..createSync(); + fs.link(ns('/bar')).createSync(ns('/baz')); + //expectFileSystemException(ErrorCodes.ENOTDIR, () { + src.renameSync(ns('/bar')); + //}); + }); + + test('throwsIfDestinationIsLinkToEmptyDirectory', () { + Directory src = fs.directory(ns('/foo'))..createSync(); + fs.directory(ns('/bar')).createSync(); + fs.link(ns('/baz')).createSync(ns('/bar')); + //expectFileSystemException(ErrorCodes.ENOTDIR, () { + src.renameSync(ns('/baz')); + //}); + }); + + test('succeedsIfDestinationIsInDifferentDirectory', () { + Directory src = fs.directory(ns('/foo'))..createSync(); + fs.directory(ns('/bar')).createSync(); + src.renameSync(ns('/bar/baz')); + expect(fs.typeSync(ns('/foo')), FileSystemEntityType.notFound); + expect(fs.typeSync(ns('/bar/baz')), FileSystemEntityType.directory); + }); + + test('succeedsIfSourceIsLinkToDifferentDirectory', () { + fs.directory(ns('/foo/subfoo')).createSync(recursive: true); + fs.directory(ns('/bar/subbar')).createSync(recursive: true); + fs.directory(ns('/baz/subbaz')).createSync(recursive: true); + fs.link(ns('/foo/subfoo/lnk')).createSync(ns('/bar/subbar')); + fs.directory(ns('/foo/subfoo/lnk')).renameSync(ns('/baz/subbaz/dst')); + expect(fs.typeSync(ns('/foo/subfoo/lnk')), + FileSystemEntityType.notFound); + expect(fs.typeSync(ns('/baz/subbaz/dst'), followLinks: false), + FileSystemEntityType.link); + expect(fs.typeSync(ns('/baz/subbaz/dst'), followLinks: true), + FileSystemEntityType.directory); + }); + }); + + group('delete', () { + test('returnsCovariantType', () async { + Directory dir = fs.directory(ns('/foo'))..createSync(); + expect(await dir.delete(), "isDirectory"); + }); + + test('succeedsIfEmptyDirectory"exists"AndRecursiveFalse', () { + Directory dir = fs.directory(ns('/foo'))..createSync(); + dir.deleteSync(); + expect(dir, "isNot(exists)"); + }); + + test('succeedsIfEmptyDirectory"exists"AndRecursiveTrue', () { + Directory dir = fs.directory(ns('/foo'))..createSync(); + dir.deleteSync(recursive: true); + expect(dir, "isNot(exists)"); + }); + + test('throwsIfNonEmptyDirectory"exists"AndRecursiveFalse', () { + Directory dir = fs.directory(ns('/foo'))..createSync(); + fs.file(ns('/foo/bar')).createSync(); + //expectFileSystemException(ErrorCodes.ENOTEMPTY, () { + dir.deleteSync(); + //}); + }); + + test('succeedsIfNonEmptyDirectory"exists"AndRecursiveTrue', () { + Directory dir = fs.directory(ns('/foo'))..createSync(); + fs.file(ns('/foo/bar')).createSync(); + dir.deleteSync(recursive: true); + expect(fs.directory(ns('/foo')), "isNot(exists)"); + expect(fs.file(ns('/foo/bar')), "isNot(exists)"); + }); + + test('throwsIfDirectoryDoesntExistAndRecursiveFalse', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.directory(ns('/foo')).deleteSync(); + //}); + }); + + test('throwsIfDirectoryDoesntExistAndRecursiveTrue', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.directory(ns('/foo')).deleteSync(recursive: true); + //}); + }); + + test('succeedsIfPathReferencesFileAndRecursiveTrue', () { + fs.file(ns('/foo')).createSync(); + fs.directory(ns('/foo')).deleteSync(recursive: true); + expect(fs.typeSync(ns('/foo')), FileSystemEntityType.notFound); + }); + + test('throwsIfPathReferencesFileAndRecursiveFalse', () { + fs.file(ns('/foo')).createSync(); + // expectFileSystemException(ErrorCodes.ENOTDIR, () { + fs.directory(ns('/foo')).deleteSync(); + // }); + }); + + test('succeedsIfPathReferencesLinkToDirectoryAndRecursiveTrue', () { + fs.directory(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + fs.directory(ns('/bar')).deleteSync(recursive: true); + expect(fs.typeSync(ns('/foo'), followLinks: false), + FileSystemEntityType.directory); + expect(fs.typeSync(ns('/bar'), followLinks: false), + FileSystemEntityType.notFound); + }); + + test('succeedsIfPathReferencesLinkToDirectoryAndRecursiveFalse', () { + fs.directory(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + fs.directory(ns('/bar')).deleteSync(); + expect(fs.typeSync(ns('/foo'), followLinks: false), + FileSystemEntityType.directory); + expect(fs.typeSync(ns('/bar'), followLinks: false), + FileSystemEntityType.notFound); + }); + + test('succeedsIf"exists"AsLinkToDirectoryInDifferentDirectory', () { + fs.directory(ns('/foo/bar')).createSync(recursive: true); + fs.link(ns('/baz/qux')).createSync(ns('/foo/bar'), recursive: true); + fs.directory(ns('/baz/qux')).deleteSync(); + expect(fs.typeSync(ns('/foo/bar'), followLinks: false), + FileSystemEntityType.directory); + expect(fs.typeSync(ns('/baz/qux'), followLinks: false), + FileSystemEntityType.notFound); + }); + + test('succeedsIfPathReferencesLinkToFileAndRecursiveTrue', () { + fs.file(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + fs.directory(ns('/bar')).deleteSync(recursive: true); + expect(fs.typeSync(ns('/foo'), followLinks: false), + FileSystemEntityType.file); + expect(fs.typeSync(ns('/bar'), followLinks: false), + FileSystemEntityType.notFound); + }); + + test('throwsIfPathReferencesLinkToFileAndRecursiveFalse', () { + fs.file(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + //expectFileSystemException(ErrorCodes.ENOTDIR, () { + fs.directory(ns('/bar')).deleteSync(); + //}); + }); + + test('throwsIfPathReferencesLinkToNotFoundAndRecursiveFalse', () { + fs.link(ns('/foo')).createSync(ns('/bar')); + //expectFileSystemException(ErrorCodes.ENOTDIR, () { + fs.directory(ns('/foo')).deleteSync(); + //}); + }); + }); + + group('resolveSymbolicLinks', () { + test('succeedsForRootDirectory', () { + expect(fs.directory(ns('/')).resolveSymbolicLinksSync(), ns('/')); + }); + + test('throwsIfPathIsEmpty', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.directory('').resolveSymbolicLinksSync(); + //}); + }); + + test('throwsIfLoopInLinkChain', () { + fs.link(ns('/foo')).createSync(ns('/bar')); + fs.link(ns('/bar')).createSync(ns('/baz')); + fs.link(ns('/baz')).createSync(ns('/foo')); + //expectFileSystemException( + //anyOf(ErrorCodes.EMLINK, ErrorCodes.ELOOP), + //() { + fs.directory(ns('/foo')).resolveSymbolicLinksSync(); + //}, + //); + }); + + test('throwsIfPathNotFoundInTraversal', () { + // expectFileSystemException(ErrorCodes.ENOENT, () { + fs.directory(ns('/foo/bar')).resolveSymbolicLinksSync(); + //}); + }); + + test('throwsIfPathNotFoundAtTail', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.directory(ns('/foo')).resolveSymbolicLinksSync(); + //}); + }); + + test('throwsIfPathNotFoundInMiddleThenBackedOut', () { + fs.directory(ns('/foo/bar')).createSync(recursive: true); + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.directory(ns('/foo/baz/../bar')).resolveSymbolicLinksSync(); + //}); + }); + + test('resolvesRelativePathToCurrentDirectory', () { + fs.directory(ns('/foo/bar')).createSync(recursive: true); + fs.link(ns('/foo/baz')).createSync(ns('/foo/bar')); + fs.currentDirectory = ns('/foo'); + expect( + fs.directory('baz').resolveSymbolicLinksSync(), ns('/foo/bar')); + }); + + test('resolvesAbsolutePathsAbsolutely', () { + fs.directory(ns('/foo/bar')).createSync(recursive: true); + fs.currentDirectory = ns('/foo'); + expect(fs.directory(ns('/foo/bar')).resolveSymbolicLinksSync(), + ns('/foo/bar')); + }); + + test('handlesRelativeLinks', () { + fs.directory(ns('/foo/bar/baz')).createSync(recursive: true); + fs.link(ns('/foo/qux')).createSync(fs.path.join('bar', 'baz')); + expect( + fs.directory(ns('/foo/qux')).resolveSymbolicLinksSync(), + ns('/foo/bar/baz'), + ); + expect( + fs.directory(fs.path.join('foo', 'qux')).resolveSymbolicLinksSync(), + ns('/foo/bar/baz'), + ); + }); + + test('handlesAbsoluteLinks', () { + fs.directory(ns('/foo')).createSync(); + fs.directory(ns('/bar/baz/qux')).createSync(recursive: true); + fs.link(ns('/foo/quux')).createSync(ns('/bar/baz/qux')); + expect(fs.directory(ns('/foo/quux')).resolveSymbolicLinksSync(), + ns('/bar/baz/qux')); + }); + + test('handlesLinksWhoseTargetsHaveNestedLinks', () { + fs.directory(ns('/foo')).createSync(); + fs.link(ns('/foo/quuz')).createSync(ns('/bar')); + fs.link(ns('/foo/grault')).createSync(ns('/baz/quux')); + fs.directory(ns('/bar')).createSync(); + fs.link(ns('/bar/qux')).createSync(ns('/baz')); + fs.link(ns('/bar/garply')).createSync(ns('/foo')); + fs.directory(ns('/baz')).createSync(); + fs.link(ns('/baz/quux')).createSync(ns('/bar/garply/quuz')); + expect(fs.directory(ns('/foo/grault/qux')).resolveSymbolicLinksSync(), + ns('/baz')); + }); + + test('handlesParentAndThisFolderReferences', () { + fs.directory(ns('/foo/bar/baz')).createSync(recursive: true); + fs.link(ns('/foo/bar/baz/qux')).createSync(fs.path.join('..', '..')); + String resolved = fs + .directory(ns('/foo/./bar/baz/../baz/qux/bar')) + .resolveSymbolicLinksSync(); + expect(resolved, ns('/foo/bar')); + }); + + test('handlesBackToBackSlashesInPath', () { + fs.directory(ns('/foo/bar/baz')).createSync(recursive: true); + expect(fs.directory(ns('//foo/bar///baz')).resolveSymbolicLinksSync(), + ns('/foo/bar/baz')); + }); + + test('handlesComplexPathWithMultipleLinks', () { + fs + .link(ns('/foo/bar/baz')) + .createSync(fs.path.join('..', '..', 'qux'), recursive: true); + fs.link(ns('/qux')).createSync('quux'); + fs.link(ns('/quux/quuz')).createSync(ns('/foo'), recursive: true); + String resolved = fs + .directory(ns('/foo//bar/./baz/quuz/bar/..///bar/baz/')) + .resolveSymbolicLinksSync(); + expect(resolved, ns('/quux')); + }); + }); + + group('absolute', () { + test('returnsCovariantType', () { + expect(fs.directory('foo').absolute, "isDirectory"); + }); + + test('returnsSamePathIfAlreadyAbsolute', () { + expect(fs.directory(ns('/foo')).absolute.path, ns('/foo')); + }); + + test('succeedsForRelativePaths', () { + expect(fs.directory('foo').absolute.path, ns('/foo')); + }); + }); + + group('parent', () { + late String root; + + //setUp(() { + root = fs.path.style.name == 'windows' ? r'C:\' : '/'; + //}); + + test('returnsCovariantType', () { + expect(fs.directory(root).parent, "isDirectory"); + }); + + test('returnsRootForRoot', () { + expect(fs.directory(root).parent.path, root); + }); + + test('succeedsForNonRoot', () { + expect(fs.directory(ns('/foo/bar')).parent.path, ns('/foo')); + }); + }); + + group('createTemp', () { + test('returnsCovariantType', () { + expect(fs.directory(ns('/')).createTempSync(), "isDirectory"); + }); + + test('throwsIfDirectoryDoesntExist', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.directory(ns('/foo')).createTempSync(); + //}); + }); + + test('resolvesNameCollisions', () { + fs.directory(ns('/foo/bar')).createSync(recursive: true); + Directory tmp = fs.directory(ns('/foo')).createTempSync('bar'); + expect(tmp.path, + "allOf(isNot(ns('/foo/bar')), startsWith(ns('/foo/bar')))"); + }); + + test('succeedsWithoutPrefix', () { + Directory dir = fs.directory(ns('/foo'))..createSync(); + expect(dir.createTempSync().path, "startsWith(ns('/foo/'))"); + }); + + test('succeedsWithPrefix', () { + Directory dir = fs.directory(ns('/foo'))..createSync(); + expect(dir.createTempSync('bar').path, "startsWith(ns('/foo/bar'))"); + }); + + test('succeedsWithNestedPathPrefixThat"exists"', () { + fs.directory(ns('/foo/bar')).createSync(recursive: true); + Directory tmp = fs.directory(ns('/foo')).createTempSync('bar/baz'); + expect(tmp.path, "startsWith(ns('/foo/bar/baz'))"); + }); + + test('throwsWithNestedPathPrefixThatDoesntExist', () { + Directory dir = fs.directory(ns('/foo'))..createSync(); + //expectFileSystemException(ErrorCodes.ENOENT, () { + dir.createTempSync('bar/baz'); + //}); + }); + }); + + group('list', () { + late Directory dir; + + //setUp(() { + dir = fs.currentDirectory = fs.directory(ns('/foo'))..createSync(); + fs.file('bar').createSync(); + fs.file(fs.path.join('baz', 'qux')).createSync(recursive: true); + fs.link('quux').createSync(fs.path.join('baz', 'qux')); + fs + .link(fs.path.join('baz', 'quuz')) + .createSync(fs.path.join('..', 'quux')); + fs.link(fs.path.join('baz', 'grault')).createSync('.'); + fs.currentDirectory = ns('/'); + //}); + + test('returnsCovariantType', () async { + void expectIsFileSystemEntity(dynamic entity) { + expect(entity, "isFileSystemEntity"); + } + + dir.listSync().forEach(expectIsFileSystemEntity); + (await dir.list().toList()).forEach(expectIsFileSystemEntity); + }); + + test('returnsEmptyListForEmptyDirectory', () { + Directory empty = fs.directory(ns('/bar'))..createSync(); + expect(empty.listSync(), "isEmpty"); + }); + + test('throwsIfDirectoryDoesntExist', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.directory(ns('/bar')).listSync(); + //}); + }); + + test('returnsLinkObjectsIfFollowLinksFalse', () { + List list = dir.listSync(followLinks: false); + expect(list, "hasLength(3)"); + expect(list, "contains(allOf(isFile, hasPath(ns('/foo/bar'))))"); + expect(list, "contains(allOf(isDirectory, hasPath(ns('/foo/baz'))))"); + expect(list, "contains(allOf(isLink, hasPath(ns('/foo/quux'))))"); + }); + + test('followsLinksIfFollowLinksTrue', () { + List list = dir.listSync(); + expect(list, "hasLength(3)"); + expect(list, "contains(allOf(isFile, hasPath(ns('/foo/bar'))))"); + expect(list, "contains(allOf(isDirectory, hasPath(ns('/foo/baz'))))"); + expect(list, "contains(allOf(isFile, hasPath(ns('/foo/quux'))))"); + }); + + test('returnsLinkObjectsForRecursiveLinkIfFollowLinksTrue', () { + expect( + dir.listSync(recursive: true), + "", + ); + }); + + test('recurseIntoDirectoriesIfRecursiveTrueFollowLinksFalse', () { + expect( + dir.listSync(recursive: true, followLinks: false), + "", + ); + }); + + test('childEntriesNotNormalized', () { + dir = fs.directory(ns('/bar/baz'))..createSync(recursive: true); + fs.file(ns('/bar/baz/qux')).createSync(); + List list = + fs.directory(ns('/bar//../bar/./baz')).listSync(); + expect(list, "hasLength(1)"); + expect(list[0], "allOf(isFile, hasPath(ns('/bar//../bar/./baz/qux')))"); + }); + + test('symlinksToNotFoundAlwaysReturnedAsLinks', () { + dir = fs.directory(ns('/bar'))..createSync(); + fs.link(ns('/bar/baz')).createSync('qux'); + for (bool followLinks in const [true, false]) { + List list = + dir.listSync(followLinks: followLinks); + expect(list, "hasLength(1)"); + expect(list[0], "allOf(isLink, hasPath(ns('/bar/baz')))"); + } + }); + }); + + test('childEntities', () { + Directory dir = fs.directory(ns('/foo'))..createSync(); + dir.childDirectory('bar').createSync(); + dir.childFile('baz').createSync(); + dir.childLink('qux').createSync('bar'); + expect(fs.directory(ns('/foo/bar')), "exists"); + expect(fs.file(ns('/foo/baz')), "exists"); + expect(fs.link(ns('/foo/qux')), "exists"); + }); + }); + + group('File', () { + test('uri', () { + expect(fs.file(ns('/foo')).uri, fs.path.toUri(ns('/foo'))); + expect(fs.file('foo').uri.toString(), 'foo'); + }); + + group('create', () { + test('returnsCovariantType', () async { + expect(await fs.file(ns('/foo')).create(), "isFile"); + }); + + test('succeedsIfTailDoesntAlreadyExist', () { + fs.file(ns('/foo')).createSync(); + expect(fs.file(ns('/foo')), "exists"); + }); + + test('succeedsIfAlready"exists"AsFile', () { + fs.file(ns('/foo')).createSync(); + fs.file(ns('/foo')).createSync(); + expect(fs.file(ns('/foo')), "exists"); + }); + + test('throwsIfAncestorDoesntExistRecursiveFalse', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.file(ns('/foo/bar')).createSync(); + //}); + }); + + test('succeedsIfAncestorDoesntExistRecursiveTrue', () { + fs.file(ns('/foo/bar')).createSync(recursive: true); + expect(fs.file(ns('/foo/bar')), "exists"); + }); + + test('throwsIfAlready"exists"AsDirectory', () { + fs.directory(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.EISDIR, () { + fs.file(ns('/foo')).createSync(); + //}); + }); + + test('throwsIfAlready"exists"AsLinkToDirectory', () { + fs.directory(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + //expectFileSystemException(ErrorCodes.EISDIR, () { + fs.file(ns('/bar')).createSync(); + //}); + }); + + test('succeedsIfAlready"exists"AsLinkToFile', () { + fs.file(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + fs.file(ns('/bar')).createSync(); + expect(fs.file(ns('/bar')), "exists"); + }); + + test('succeedsIfAlready"exists"AsLinkToNotFoundAtTail', () { + fs.link(ns('/foo')).createSync(ns('/bar')); + fs.file(ns('/foo')).createSync(); + expect(fs.typeSync(ns('/foo'), followLinks: false), + FileSystemEntityType.link); + expect(fs.typeSync(ns('/bar'), followLinks: false), + FileSystemEntityType.file); + }); + + test('throwsIfAlready"exists"AsLinkToNotFoundViaTraversal', () { + fs.link(ns('/foo')).createSync(ns('/bar/baz')); + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.file(ns('/foo')).createSync(); + //}); + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.file(ns('/foo')).createSync(recursive: true); + //}); + }); + + /* + test('throwsIfPathSegmentIsLinkToNotFoundAndRecursiveTrue', () { + fs.link(ns('/foo')).createSync(ns('/bar')); + expectFileSystemException(ErrorCodes.ENOENT, () { + fs.file(ns('/foo/baz')).createSync(recursive: true); + }); + }); + */ + + test('succeedsIfAlready"exists"AsLinkToNotFoundInDifferentDirectory', () { + fs.directory(ns('/foo')).createSync(); + fs.directory(ns('/bar')).createSync(); + fs.link(ns('/bar/baz')).createSync(ns('/foo/qux')); + fs.file(ns('/bar/baz')).createSync(); + expect(fs.typeSync(ns('/bar/baz'), followLinks: false), + FileSystemEntityType.link); + expect(fs.typeSync(ns('/foo/qux'), followLinks: false), + FileSystemEntityType.file); + }); + }); + + group('rename', () { + test('returnsCovariantType', () async { + File f() => fs.file(ns('/foo'))..createSync(); + expect(await f().rename(ns('/bar')), "isFile"); + expect(f().renameSync(ns('/baz')), "isFile"); + }); + + test('succeedsIfDestinationDoesntExistAtTail', () { + File src = fs.file(ns('/foo'))..createSync(); + File dest = src.renameSync(ns('/bar')); + expect(fs.file(ns('/foo')), "isNot(exists)"); + expect(fs.file(ns('/bar')), "exists"); + expect(dest.path, ns('/bar')); + }); + + test('throwsIfDestinationDoesntExistViaTraversal', () { + File f = fs.file(ns('/foo'))..createSync(); + //expectFileSystemException(ErrorCodes.ENOENT, () { + f.renameSync(ns('/bar/baz')); + //}); + }); + + test('succeedsIfDestination"exists"AsFile', () { + File f = fs.file(ns('/foo'))..createSync(); + fs.file(ns('/bar')).createSync(); + f.renameSync(ns('/bar')); + expect(fs.file(ns('/foo')), "isNot(exists)"); + expect(fs.file(ns('/bar')), "exists"); + }); + + test('throwsIfDestination"exists"AsDirectory', () { + File f = fs.file(ns('/foo'))..createSync(); + fs.directory(ns('/bar')).createSync(); + //expectFileSystemException(ErrorCodes.EISDIR, () { + f.renameSync(ns('/bar')); + //}); + }); + + test('succeedsIfDestination"exists"AsLinkToFile', () { + File f = fs.file(ns('/foo'))..createSync(); + fs.file(ns('/bar')).createSync(); + fs.link(ns('/baz')).createSync(ns('/bar')); + f.renameSync(ns('/baz')); + expect(fs.typeSync(ns('/foo')), FileSystemEntityType.notFound); + expect(fs.typeSync(ns('/bar'), followLinks: false), + FileSystemEntityType.file); + expect(fs.typeSync(ns('/baz'), followLinks: false), + FileSystemEntityType.file); + }); + + test('throwsIfDestination"exists"AsLinkToDirectory', () { + File f = fs.file(ns('/foo'))..createSync(); + fs.directory(ns('/bar')).createSync(); + fs.link(ns('/baz')).createSync(ns('/bar')); + //expectFileSystemException(ErrorCodes.EISDIR, () { + f.renameSync(ns('/baz')); + //}); + }); + + test('succeedsIfDestination"exists"AsLinkToNotFound', () { + File f = fs.file(ns('/foo'))..createSync(); + fs.link(ns('/bar')).createSync(ns('/baz')); + f.renameSync(ns('/bar')); + expect(fs.typeSync(ns('/foo')), FileSystemEntityType.notFound); + expect(fs.typeSync(ns('/bar'), followLinks: false), + FileSystemEntityType.file); + }); + + test('throwsIfSourceDoesntExist', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.file(ns('/foo')).renameSync(ns('/bar')); + //}); + }); + + test('throwsIfSource"exists"AsDirectory', () { + fs.directory(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.EISDIR, () { + fs.file(ns('/foo')).renameSync(ns('/bar')); + //}); + }); + + test('succeedsIfSource"exists"AsLinkToFile', () { + fs.file(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + fs.file(ns('/bar')).renameSync(ns('/baz')); + expect(fs.typeSync(ns('/bar')), FileSystemEntityType.notFound); + expect(fs.typeSync(ns('/baz'), followLinks: false), + FileSystemEntityType.link); + expect(fs.typeSync(ns('/baz'), followLinks: true), + FileSystemEntityType.file); + }); + + test('throwsIfSource"exists"AsLinkToDirectory', () { + fs.directory(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + //expectFileSystemException(ErrorCodes.EISDIR, () { + fs.file(ns('/bar')).renameSync(ns('/baz')); + //}); + }); + + test('throwsIfSource"exists"AsLinkToNotFound', () { + fs.link(ns('/foo')).createSync(ns('/bar')); + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.file(ns('/foo')).renameSync(ns('/baz')); + //}); + }); + }); + + group('copy', () { + test('returnsCovariantType', () async { + File f() => fs.file(ns('/foo'))..createSync(); + expect(await f().copy(ns('/bar')), "isFile"); + expect(f().copySync(ns('/baz')), "isFile"); + }); + + test('succeedsIfDestinationDoesntExistAtTail', () { + File f = fs.file(ns('/foo')) + ..createSync() + ..writeAsStringSync('foo'); + f.copySync(ns('/bar')); + expect(fs.file(ns('/foo')), "exists"); + expect(fs.file(ns('/bar')), "exists"); + expect(fs.file(ns('/foo')).readAsStringSync(), 'foo'); + }); + + test('throwsIfDestinationDoesntExistViaTraversal', () { + File f = fs.file(ns('/foo'))..createSync(); + //expectFileSystemException(ErrorCodes.ENOENT, () { + f.copySync(ns('/bar/baz')); + //}); + }); + + test('succeedsIfDestination"exists"AsFile', () { + File f = fs.file(ns('/foo')) + ..createSync() + ..writeAsStringSync('foo'); + fs.file(ns('/bar')) + ..createSync() + ..writeAsStringSync('bar'); + f.copySync(ns('/bar')); + expect(fs.file(ns('/foo')), "exists"); + expect(fs.file(ns('/bar')), "exists"); + expect(fs.file(ns('/foo')).readAsStringSync(), 'foo'); + expect(fs.file(ns('/bar')).readAsStringSync(), 'foo'); + }); + + test('throwsIfDestination"exists"AsDirectory', () { + File f = fs.file(ns('/foo'))..createSync(); + fs.directory(ns('/bar')).createSync(); + //expectFileSystemException(ErrorCodes.EISDIR, () { + f.copySync(ns('/bar')); + //}); + }); + + test('succeedsIfDestination"exists"AsLinkToFile', () { + File f = fs.file(ns('/foo')) + ..createSync() + ..writeAsStringSync('foo'); + fs.file(ns('/bar')) + ..createSync() + ..writeAsStringSync('bar'); + fs.link(ns('/baz')).createSync(ns('/bar')); + f.copySync(ns('/baz')); + expect(fs.typeSync(ns('/foo'), followLinks: false), + FileSystemEntityType.file); + expect(fs.typeSync(ns('/bar'), followLinks: false), + FileSystemEntityType.file); + expect(fs.typeSync(ns('/baz'), followLinks: false), + FileSystemEntityType.link); + expect(fs.file(ns('/foo')).readAsStringSync(), 'foo'); + expect(fs.file(ns('/bar')).readAsStringSync(), 'foo'); + }); + + test('throwsIfDestination"exists"AsLinkToDirectory', () { + File f = fs.file(ns('/foo'))..createSync(); + fs.directory(ns('/bar')).createSync(); + fs.link(ns('/baz')).createSync(ns('/bar')); + //expectFileSystemException(ErrorCodes.EISDIR, () { + f.copySync(ns('/baz')); + //}); + }); + + test('throwsIfSourceDoesntExist', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.file(ns('/foo')).copySync(ns('/bar')); + //}); + }); + + test('throwsIfSource"exists"AsDirectory', () { + fs.directory(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.EISDIR, () { + fs.file(ns('/foo')).copySync(ns('/bar')); + //}); + }); + + test('succeedsIfSource"exists"AsLinkToFile', () { + fs.file(ns('/foo')) + ..createSync() + ..writeAsStringSync('foo'); + fs.link(ns('/bar')).createSync(ns('/foo')); + fs.file(ns('/bar')).copySync(ns('/baz')); + expect(fs.typeSync(ns('/foo'), followLinks: false), + FileSystemEntityType.file); + expect(fs.typeSync(ns('/bar'), followLinks: false), + FileSystemEntityType.link); + expect(fs.typeSync(ns('/baz'), followLinks: false), + FileSystemEntityType.file); + expect(fs.file(ns('/foo')).readAsStringSync(), 'foo'); + expect(fs.file(ns('/baz')).readAsStringSync(), 'foo'); + }); + + test('succeedsIfDestinationIsInDifferentDirectoryThanSource', () { + File f = fs.file(ns('/foo/bar')) + ..createSync(recursive: true) + ..writeAsStringSync('foo'); + fs.directory(ns('/baz')).createSync(); + f.copySync(ns('/baz/qux')); + expect(fs.file(ns('/foo/bar')), "exists"); + expect(fs.file(ns('/baz/qux')), "exists"); + expect(fs.file(ns('/foo/bar')).readAsStringSync(), 'foo'); + expect(fs.file(ns('/baz/qux')).readAsStringSync(), 'foo'); + }); + + test('succeedsIfSourceIsLinkToFileInDifferentDirectory', () { + fs.file(ns('/foo/bar')) + ..createSync(recursive: true) + ..writeAsStringSync('foo'); + fs.link(ns('/baz/qux')).createSync(ns('/foo/bar'), recursive: true); + fs.file(ns('/baz/qux')).copySync(ns('/baz/quux')); + expect(fs.typeSync(ns('/foo/bar'), followLinks: false), + FileSystemEntityType.file); + expect(fs.typeSync(ns('/baz/qux'), followLinks: false), + FileSystemEntityType.link); + expect(fs.typeSync(ns('/baz/quux'), followLinks: false), + FileSystemEntityType.file); + expect(fs.file(ns('/foo/bar')).readAsStringSync(), 'foo'); + expect(fs.file(ns('/baz/quux')).readAsStringSync(), 'foo'); + }); + + test('succeedsIfDestinationIsLinkToFileInDifferentDirectory', () { + fs.file(ns('/foo/bar')) + ..createSync(recursive: true) + ..writeAsStringSync('bar'); + fs.file(ns('/baz/qux')) + ..createSync(recursive: true) + ..writeAsStringSync('qux'); + fs.link(ns('/baz/quux')).createSync(ns('/foo/bar')); + fs.file(ns('/baz/qux')).copySync(ns('/baz/quux')); + expect(fs.typeSync(ns('/foo/bar'), followLinks: false), + FileSystemEntityType.file); + expect(fs.typeSync(ns('/baz/qux'), followLinks: false), + FileSystemEntityType.file); + expect(fs.typeSync(ns('/baz/quux'), followLinks: false), + FileSystemEntityType.link); + expect(fs.file(ns('/foo/bar')).readAsStringSync(), 'qux'); + expect(fs.file(ns('/baz/qux')).readAsStringSync(), 'qux'); + }); + }); + + group('length', () { + test('throwsIfDoesntExist', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.file(ns('/foo')).lengthSync(); + //}); + }); + + test('throwsIf"exists"AsDirectory', () { + fs.directory(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.EISDIR, () { + fs.file(ns('/foo')).lengthSync(); + //}); + }); + + test('returnsZeroForNewlyCreatedFile', () { + File f = fs.file(ns('/foo'))..createSync(); + expect(f.lengthSync(), 0); + }); + + test('writeNBytesReturnsLengthN', () { + File f = fs.file(ns('/foo'))..createSync(); + f.writeAsBytesSync([1, 2, 3, 4], flush: true); + expect(f.lengthSync(), 4); + }); + + test('succeedsIf"exists"AsLinkToFile', () { + fs.file(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + expect(fs.file(ns('/bar')).lengthSync(), 0); + }); + }); + + group('absolute', () { + test('returnsSamePathIfAlreadyAbsolute', () { + expect(fs.file(ns('/foo')).absolute.path, ns('/foo')); + }); + + test('succeedsForRelativePaths', () { + expect(fs.file('foo').absolute.path, ns('/foo')); + }); + }); + + group('lastAccessed', () { + test('isNowForNewlyCreatedFile', () { + DateTime before = downstairs(); + File f = fs.file(ns('/foo'))..createSync(); + DateTime after = ceil(); + DateTime accessed = f.lastAccessedSync(); + expect(accessed, "isSameOrAfter(before)"); + expect(accessed, "isSameOrBefore(after)"); + }); + + test('throwsIfDoesntExist', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.file(ns('/foo')).lastAccessedSync(); + //}); + }); + + test('throwsIf"exists"AsDirectory', () { + fs.directory(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.EISDIR, () { + fs.file(ns('/foo')).lastAccessedSync(); + //}); + }); + + test('succeedsIf"exists"AsLinkToFile', () { + DateTime before = downstairs(); + fs.file(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + DateTime after = ceil(); + DateTime accessed = fs.file(ns('/bar')).lastAccessedSync(); + expect(accessed, "isSameOrAfter(before)"); + expect(accessed, "isSameOrBefore(after)"); + }); + }); + + group('setLastAccessed', () { + final DateTime time = DateTime(1999); + + test('throwsIfDoesntExist', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.file(ns('/foo')).setLastAccessedSync(time); + //}); + }); + + test('throwsIf"exists"AsDirectory', () { + fs.directory(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.EISDIR, () { + fs.file(ns('/foo')).setLastAccessedSync(time); + //}); + }); + + test('succeedsIf"exists"AsFile', () { + File f = fs.file(ns('/foo'))..createSync(); + f.setLastAccessedSync(time); + expect(fs.file(ns('/foo')).lastAccessedSync(), time); + }); + + test('succeedsIf"exists"AsLinkToFile', () { + File f = fs.file(ns('/foo'))..createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + f.setLastAccessedSync(time); + expect(fs.file(ns('/bar')).lastAccessedSync(), time); + }); + }); + + group('lastModified', () { + test('isNowForNewlyCreatedFile', () { + DateTime before = downstairs(); + File f = fs.file(ns('/foo'))..createSync(); + DateTime after = ceil(); + DateTime modified = f.lastModifiedSync(); + expect(modified, "isSameOrAfter(before))"); + expect(modified, "isSameOrBefore(after)"); + }); + + test('throwsIfDoesntExist', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.file(ns('/foo')).lastModifiedSync(); + //}); + }); + + test('throwsIf"exists"AsDirectory', () { + fs.directory(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.EISDIR, () { + fs.file(ns('/foo')).lastModifiedSync(); + //}); + }); + + test('succeedsIf"exists"AsLinkToFile', () { + DateTime before = downstairs(); + fs.file(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + DateTime after = ceil(); + DateTime modified = fs.file(ns('/bar')).lastModifiedSync(); + expect(modified, "isSameOrAfter(before)"); + expect(modified, "isSameOrBefore(after)"); + }); + }); + + group('setLastModified', () { + final DateTime time = DateTime(1999); + + test('throwsIfDoesntExist', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.file(ns('/foo')).setLastModifiedSync(time); + //}); + }); + + test('throwsIf"exists"AsDirectory', () { + fs.directory(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.EISDIR, () { + fs.file(ns('/foo')).setLastModifiedSync(time); + //}); + }); + + test('succeedsIf"exists"AsFile', () { + File f = fs.file(ns('/foo'))..createSync(); + f.setLastModifiedSync(time); + expect(fs.file(ns('/foo')).lastModifiedSync(), time); + }); + + test('succeedsIf"exists"AsLinkToFile', () { + File f = fs.file(ns('/foo'))..createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + f.setLastModifiedSync(time); + expect(fs.file(ns('/bar')).lastModifiedSync(), time); + }); + }); + + group('open', () { + void testIfDoesntExistAtTail(FileMode mode) { + if (mode == FileMode.read) { + test('throwsIfDoesntExistAtTail', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.file(ns('/bar')).openSync(mode: mode); + //}); + }); + } else { + test('createsFileIfDoesntExistAtTail', () { + RandomAccessFile raf = fs.file(ns('/bar')).openSync(mode: mode); + raf.closeSync(); + expect(fs.file(ns('/bar')), "exists"); + }); + } + } + + void testThrowsIfDoesntExistViaTraversal(FileMode mode) { + test('throwsIfDoesntExistViaTraversal', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.file(ns('/bar/baz')).openSync(mode: mode); + //}); + }); + } + + void testRandomAccessFileOperations(FileMode mode) { + group('RandomAccessFile', () { + late File f; + late RandomAccessFile raf; + + //setUp(() { + f = fs.file(ns('/foo'))..createSync(); + f.writeAsStringSync('pre-existing content\n', flush: true); + raf = f.openSync(mode: mode); + //}); + + //tearDown(() { + try { + raf.closeSync(); + } on FileSystemException { + // Ignore; a test may have already closed it. + } + //}); + + test('succeedsIfClosedAfterClosed', () { + raf.closeSync(); + //expectFileSystemException(null, () { + raf.closeSync(); + //}); + }); + + test('throwsIfReadAfterClose', () { + raf.closeSync(); + //expectFileSystemException(null, () { + raf.readByteSync(); + //}); + }); + + test('throwsIfWriteAfterClose', () { + raf.closeSync(); + //expectFileSystemException(null, () { + raf.writeByteSync(0xBAD); + //}); + }); + + test('throwsIfTruncateAfterClose', () { + raf.closeSync(); + //expectFileSystemException(null, () { + raf.truncateSync(0); + //}); + }); + + if (mode == FileMode.write || mode == FileMode.writeOnly) { + test('lengthIsResetToZeroIfOpened', () { + expect(raf.lengthSync(), "equals(0)"); + }); + + test('throwsIfAsyncUnawaited', () async { + try { + final Future future = raf.flush(); + //expectFileSystemException(null, () => raf.flush()); + //expectFileSystemException(null, () => raf.flushSync()); + //await expectLater(future, completes); + raf.flushSync(); + } finally { + raf.closeSync(); + } + }); + } else { + test('lengthIsNotModifiedIfOpened', () { + expect(raf.lengthSync(), "isNot(equals(0))"); + }); + } + + if (mode == FileMode.writeOnly || + mode == FileMode.writeOnlyAppend) { + test('throwsIfReadByte', () { + //expectFileSystemException(ErrorCodes.EBADF, () { + raf.readByteSync(); + //}); + }); + + test('throwsIfRead', () { + //expectFileSystemException(ErrorCodes.EBADF, () { + raf.readSync(2); + //}); + }); + + test('throwsIfReadInto', () { + //expectFileSystemException(ErrorCodes.EBADF, () { + raf.readIntoSync(List.filled(5, 0)); + //}); + }); + } else { + group('read', () { + //setUp(() { + if (mode == FileMode.write) { + // Write data back that we truncated when opening the file. + raf.writeStringSync('pre-existing content\n'); + } + // Reset the position to zero so we can read the content. + raf.setPositionSync(0); + //}); + + test('readByte', () { + expect(utf8.decode([raf.readByteSync()]), 'p'); + }); + + test('read', () { + List bytes = raf.readSync(1024); + expect(bytes.length, 21); + expect(utf8.decode(bytes), 'pre-existing content\n'); + }); + + test('readIntoWithBufferLargerThanContent', () { + List buffer = List.filled(1024, 0); + int numRead = raf.readIntoSync(buffer); + expect(numRead, 21); + expect(utf8.decode(buffer.sublist(0, 21)), + 'pre-existing content\n'); + }); + + test('readIntoWithBufferSmallerThanContent', () { + List buffer = List.filled(10, 0); + int numRead = raf.readIntoSync(buffer); + expect(numRead, 10); + expect(utf8.decode(buffer), 'pre-existi'); + }); + + test('readIntoWithStart', () { + List buffer = List.filled(10, 0); + int numRead = raf.readIntoSync(buffer, 2); + expect(numRead, 8); + expect(utf8.decode(buffer.sublist(2)), 'pre-exis'); + }); + + test('readIntoWithStartAndEnd', () { + List buffer = List.filled(10, 0); + int numRead = raf.readIntoSync(buffer, 2, 5); + expect(numRead, 3); + expect(utf8.decode(buffer.sublist(2, 5)), 'pre'); + }); + + test('openReadHandleDoesNotChange', () { + final String initial = utf8.decode(raf.readSync(4)); + expect(initial, 'pre-'); + final File newFile = f.renameSync(ns('/bar')); + String rest = utf8.decode(raf.readSync(1024)); + expect(rest, 'existing content\n'); + + assert(newFile.path != f.path); + expect(f, "isNot(exists)"); + expect(newFile, "exists"); + + // [RandomAccessFile.path] always returns the original path. + expect(raf.path, f.path); + }); + }); + } + + if (mode == FileMode.read) { + test('throwsIfWriteByte', () { + //expectFileSystemException(ErrorCodes.EBADF, () { + raf.writeByteSync(0xBAD); + //}); + }); + + test('throwsIfWriteFrom', () { + //expectFileSystemException(ErrorCodes.EBADF, () { + raf.writeFromSync([1, 2, 3, 4]); + //}); + }); + + test('throwsIfWriteString', () { + //expectFileSystemException(ErrorCodes.EBADF, () { + raf.writeStringSync('This should throw.'); + //}); + }); + } else { + test('lengthGrowsAsDataIsWritten', () { + int lengthBefore = f.lengthSync(); + raf.writeByteSync(0xFACE); + expect(raf.lengthSync(), lengthBefore + 1); + }); + + test('flush', () { + int lengthBefore = f.lengthSync(); + raf.writeByteSync(0xFACE); + raf.flushSync(); + expect(f.lengthSync(), lengthBefore + 1); + }); + + test('writeByte', () { + raf.writeByteSync(utf8.encode('A').first); + raf.flushSync(); + if (mode == FileMode.write || mode == FileMode.writeOnly) { + expect(f.readAsStringSync(), 'A'); + } else { + expect(f.readAsStringSync(), 'pre-existing content\nA'); + } + }); + + test('writeFrom', () { + raf.writeFromSync(utf8.encode('Hello world')); + raf.flushSync(); + if (mode == FileMode.write || mode == FileMode.writeOnly) { + expect(f.readAsStringSync(), 'Hello world'); + } else { + expect(f.readAsStringSync(), + 'pre-existing content\nHello world'); + } + }); + + test('writeFromWithStart', () { + raf.writeFromSync(utf8.encode('Hello world'), 2); + raf.flushSync(); + if (mode == FileMode.write || mode == FileMode.writeOnly) { + expect(f.readAsStringSync(), 'llo world'); + } else { + expect( + f.readAsStringSync(), 'pre-existing content\nllo world'); + } + }); + + test('writeFromWithStartAndEnd', () { + raf.writeFromSync(utf8.encode('Hello world'), 2, 5); + raf.flushSync(); + if (mode == FileMode.write || mode == FileMode.writeOnly) { + expect(f.readAsStringSync(), 'llo'); + } else { + expect(f.readAsStringSync(), 'pre-existing content\nllo'); + } + }); + + test('writeString', () { + raf.writeStringSync('Hello world'); + raf.flushSync(); + if (mode == FileMode.write || mode == FileMode.writeOnly) { + expect(f.readAsStringSync(), 'Hello world'); + } else { + expect(f.readAsStringSync(), + 'pre-existing content\nHello world'); + } + }); + + test('openWriteHandleDoesNotChange', () { + raf.writeStringSync('Hello '); + final File newFile = f.renameSync(ns('/bar')); + raf.writeStringSync('world'); + + final String contents = newFile.readAsStringSync(); + if (mode == FileMode.write || mode == FileMode.writeOnly) { + expect(contents, 'Hello world'); + } else { + expect(contents, 'pre-existing content\nHello world'); + } + + assert(newFile.path != f.path); + expect(f, "isNot(exists)"); + expect(newFile, "exists"); + + // [RandomAccessFile.path] always returns the original path. + expect(raf.path, f.path); + }); + } + + if (mode == FileMode.append || mode == FileMode.writeOnlyAppend) { + test('positionInitializedToEndOfFile', () { + expect(raf.positionSync(), 21); + }); + } else { + test('positionInitializedToZero', () { + expect(raf.positionSync(), 0); + }); + } + + group('position', () { + //setUp(() { + if (mode == FileMode.write || mode == FileMode.writeOnly) { + // Write data back that we truncated when opening the file. + raf.writeStringSync('pre-existing content\n'); + } + //}); + + if (mode != FileMode.writeOnly && + mode != FileMode.writeOnlyAppend) { + test('growsAfterRead', () { + raf.setPositionSync(0); + raf.readSync(10); + expect(raf.positionSync(), 10); + }); + + test('affectsRead', () { + raf.setPositionSync(5); + expect(utf8.decode(raf.readSync(5)), 'xisti'); + }); + } + + if (mode == FileMode.read) { + test('succeedsIfSetPastEndOfFile', () { + raf.setPositionSync(32); + expect(raf.positionSync(), 32); + }); + } else { + test('growsAfterWrite', () { + int positionBefore = raf.positionSync(); + raf.writeStringSync('Hello world'); + expect(raf.positionSync(), positionBefore + 11); + }); + + test('affectsWrite', () { + raf.setPositionSync(5); + raf.writeStringSync('-yo-'); + raf.flushSync(); + expect(f.readAsStringSync(), 'pre-e-yo-ing content\n'); + }); + + test('succeedsIfSetAndWrittenPastEndOfFile', () { + raf.setPositionSync(32); + expect(raf.positionSync(), 32); + raf.writeStringSync('here'); + raf.flushSync(); + List bytes = f.readAsBytesSync(); + expect(bytes.length, 36); + expect(utf8.decode(bytes.sublist(0, 21)), + 'pre-existing content\n'); + expect(utf8.decode(bytes.sublist(32, 36)), 'here'); + expect(bytes.sublist(21, 32), "everyElement(0)"); + }); + } + + test('throwsIfSetToNegativeNumber', () { + //expectFileSystemException(ErrorCodes.EINVAL, () { + raf.setPositionSync(-12); + //}); + }); + }); + + if (mode == FileMode.read) { + test('throwsIfTruncate', () { + //expectFileSystemException(ErrorCodes.EINVAL, () { + raf.truncateSync(5); + //}); + }); + } else { + group('truncate', () { + //setUp(() { + if (mode == FileMode.write || mode == FileMode.writeOnly) { + // Write data back that we truncated when opening the file. + raf.writeStringSync('pre-existing content\n'); + } + //}); + + test('succeedsIfSetWithinRangeOfContent', () { + raf.truncateSync(5); + raf.flushSync(); + expect(f.lengthSync(), 5); + expect(f.readAsStringSync(), 'pre-e'); + }); + + test('succeedsIfSetToZero', () { + raf.truncateSync(0); + raf.flushSync(); + expect(f.lengthSync(), 0); + expect(f.readAsStringSync(), "isEmpty"); + }); + + test('throwsIfSetToNegativeNumber', () { + //expectFileSystemException(ErrorCodes.EINVAL, () { + raf.truncateSync(-2); + //}); + }); + + test('extendsFileIfSetPastEndOfFile', () { + raf.truncateSync(32); + raf.flushSync(); + List bytes = f.readAsBytesSync(); + expect(bytes.length, 32); + expect(utf8.decode(bytes.sublist(0, 21)), + 'pre-existing content\n'); + expect(bytes.sublist(21, 32), "everyElement(0)"); + }); + }); + } + }); + } + + void testOpenWithMode(FileMode mode) { + testIfDoesntExistAtTail(mode); + testThrowsIfDoesntExistViaTraversal(mode); + testRandomAccessFileOperations(mode); + } + + group('READ', () => testOpenWithMode(FileMode.read)); + group('WRITE', () => testOpenWithMode(FileMode.write)); + group('APPEND', () => testOpenWithMode(FileMode.append)); + group('WRITE_ONLY', () => testOpenWithMode(FileMode.writeOnly)); + group('WRITE_ONLY_APPEND', + () => testOpenWithMode(FileMode.writeOnlyAppend)); + }); + + group('openRead', () { + test('throwsIfDoesntExist', () { + Stream> stream = fs.file(ns('/foo')).openRead(); + expect(stream.drain(), + "throwsFileSystemException(ErrorCodes.ENOENT)"); + }); + + test('succeedsIf"exists"AsFile', () async { + File f = fs.file(ns('/foo'))..createSync(); + f.writeAsStringSync('Hello world', flush: true); + Stream> stream = f.openRead(); + List> data = await stream.toList(); + expect(data, "hasLength(1)"); + expect(utf8.decode(data[0]), 'Hello world'); + }); + + test('throwsIf"exists"AsDirectory', () { + fs.directory(ns('/foo')).createSync(); + Stream> stream = fs.file(ns('/foo')).openRead(); + expect(stream.drain(), + "throwsFileSystemException(ErrorCodes.EISDIR)"); + }); + + test('succeedsIf"exists"AsLinkToFile', () async { + File f = fs.file(ns('/foo'))..createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + f.writeAsStringSync('Hello world', flush: true); + Stream> stream = fs.file(ns('/bar')).openRead(); + List> data = await stream.toList(); + expect(data, "hasLength(1)"); + expect(utf8.decode(data[0]), 'Hello world'); + }); + + test('respectsStartAndEndParameters', () async { + File f = fs.file(ns('/foo'))..createSync(); + f.writeAsStringSync('Hello world', flush: true); + Stream> stream = f.openRead(2); + List> data = await stream.toList(); + expect(data, "hasLength(1)"); + expect(utf8.decode(data[0]), 'llo world'); + stream = f.openRead(2, 5); + data = await stream.toList(); + expect(data, "hasLength(1)"); + expect(utf8.decode(data[0]), 'llo'); + }); + + test('throwsIfStartParameterIsNegative', () async { + File f = fs.file(ns('/foo'))..createSync(); + Stream> stream = f.openRead(-2); + expect(stream.drain(), "throwsRangeError"); + }); + + test('stopsAtEndOfFileIfEndParameterIsPastEndOfFile', () async { + File f = fs.file(ns('/foo'))..createSync(); + f.writeAsStringSync('Hello world', flush: true); + Stream> stream = f.openRead(2, 1024); + List> data = await stream.toList(); + expect(data, "hasLength(1)"); + expect(utf8.decode(data[0]), 'llo world'); + }); + + test('providesSingleSubscriptionStream', () async { + File f = fs.file(ns('/foo'))..createSync(); + f.writeAsStringSync('Hello world', flush: true); + Stream> stream = f.openRead(); + expect(stream.isBroadcast, "isFalse"); + await stream.drain(); + }); + + test('openReadHandleDoesNotChange', () async { + // Ideally, `data` should be large enough so that its contents are + // split across multiple chunks in the [Stream]. However, there + // doesn't seem to be a good way to determine the chunk size used by + // [io.File]. + final List data = List.generate( + 1024 * 256, + (int index) => index & 0xFF, + growable: false, + ); + + final File f = fs.file(ns('/foo'))..createSync(); + + f.writeAsBytesSync(data, flush: true); + final Stream> stream = f.openRead(); + + File? newFile; + List? initialChunk; + final List remainingChunks = []; + + await for (List chunk in stream) { + if (initialChunk == null) { + initialChunk = chunk; + assert(initialChunk.isNotEmpty); + expect(initialChunk, data.getRange(0, initialChunk.length)); + + newFile = f.renameSync(ns('/bar')); + } else { + remainingChunks.addAll(chunk); + } + } + + expect( + remainingChunks, + data.getRange(initialChunk!.length, data.length), + ); + + assert(newFile?.path != f.path); + expect(f, "isNot(exists)"); + expect(newFile, "exists"); + }); + + test('openReadCompatibleWithUtf8Decoder', () async { + const content = 'Hello world!'; + File file = fs.file(ns('/foo')) + ..createSync() + ..writeAsStringSync(content); + expect( + await file + .openRead() + .transform(utf8.decoder) + .transform(const LineSplitter()) + .first, + content, + ); + }); + }); + + group('openWrite', () { + test('createsFileIfDoesntExist', () async { + await fs.file(ns('/foo')).openWrite().close(); + expect(fs.file(ns('/foo')), "exists"); + }); + + test('throwsIf"exists"AsDirectory', () { + fs.directory(ns('/foo')).createSync(); + expect(fs.file(ns('/foo')).openWrite().close(), + "throwsFileSystemException(ErrorCodes.EISDIR)"); + }); + + test('throwsIf"exists"AsLinkToDirectory', () { + fs.directory(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + expect(fs.file(ns('/bar')).openWrite().close(), + "throwsFileSystemException(ErrorCodes.EISDIR)"); + }); + + test('throwsIfModeIsRead', () { + expect(() => fs.file(ns('/foo')).openWrite(mode: FileMode.read), + "throwsArgumentError"); + }); + + test('succeedsIf"exists"AsEmptyFile', () async { + File f = fs.file(ns('/foo'))..createSync(); + IOSink sink = f.openWrite(); + sink.write('Hello world'); + await sink.flush(); + await sink.close(); + expect(f.readAsStringSync(), 'Hello world'); + }); + + test('succeedsIf"exists"AsLinkToFile', () async { + fs.file(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + IOSink sink = fs.file(ns('/bar')).openWrite(); + sink.write('Hello world'); + await sink.flush(); + await sink.close(); + expect(fs.file(ns('/foo')).readAsStringSync(), 'Hello world'); + }); + + test('overwritesContentInWriteMode', () async { + File f = fs.file(ns('/foo'))..createSync(); + f.writeAsStringSync('Hello'); + IOSink sink = f.openWrite(); + sink.write('Goodbye'); + await sink.flush(); + await sink.close(); + expect(fs.file(ns('/foo')).readAsStringSync(), 'Goodbye'); + }); + + test('appendsContentInAppendMode', () async { + File f = fs.file(ns('/foo'))..createSync(); + f.writeAsStringSync('Hello'); + IOSink sink = f.openWrite(mode: FileMode.append); + sink.write('Goodbye'); + await sink.flush(); + await sink.close(); + expect(fs.file(ns('/foo')).readAsStringSync(), 'HelloGoodbye'); + }); + + test('openWriteHandleDoesNotChange', () async { + File f = fs.file(ns('/foo'))..createSync(); + IOSink sink = f.openWrite(); + sink.write('Hello'); + await sink.flush(); + + final File newFile = f.renameSync(ns('/bar')); + sink.write('Goodbye'); + await sink.flush(); + await sink.close(); + + expect(newFile.readAsStringSync(), 'HelloGoodbye'); + + assert(newFile.path != f.path); + expect(f, "isNot(exists)"); + expect(newFile, "exists"); + }); + + group('ioSink', () async { + late File f; + late IOSink sink; + late bool isSinkClosed; + + Future closeSink() { + Future future = sink.close(); + isSinkClosed = true; + return future; + } + + //setUp(() { + f = fs.file(ns('/foo')); + sink = f.openWrite(); + isSinkClosed = false; + //}); + + //tearDown(() async { + if (!isSinkClosed) { + await closeSink(); + } + //}); + + test('throwsIfAddError', () async { + sink.addError(ArgumentError()); + expect(sink.done, "throwsArgumentError"); + isSinkClosed = true; + }); + + test('allowsChangingEncoding', () async { + sink.encoding = latin1; + sink.write('ÿ'); + sink.encoding = utf8; + sink.write('ÿ'); + await sink.flush(); + expect(await f.readAsBytes(), [255, 195, 191]); + }); + + test('succeedsIfAddRawData', () async { + sink.add([1, 2, 3, 4]); + await sink.flush(); + expect(await f.readAsBytes(), [1, 2, 3, 4]); + }); + + test('succeedsIfWrite', () async { + sink.write('Hello world'); + await sink.flush(); + expect(await f.readAsString(), 'Hello world'); + }); + + test('succeedsIfWriteAll', () async { + sink.writeAll(['foo', 'bar', 'baz'], ' '); + await sink.flush(); + expect(await f.readAsString(), 'foo bar baz'); + }); + + test('succeedsIfWriteCharCode', () async { + sink.writeCharCode(35); + await sink.flush(); + expect(await f.readAsString(), '#'); + }); + + test('succeedsIfWriteln', () async { + sink.writeln('Hello world'); + await sink.flush(); + expect(await f.readAsString(), 'Hello world\n'); + }); + + test('ignoresDataWrittenAfterClose', () async { + sink.write('Before close'); + await closeSink(); + expect(() => sink.write('After close'), "throwsStateError"); + expect(await f.readAsString(), 'Before close'); + }); + + test('ignoresCloseAfterAlreadyClosed', () async { + sink.write('Hello world'); + Future f1 = closeSink(); + Future f2 = closeSink(); + await Future.wait(>[f1, f2]); + }); + + test('returnsAccurateDoneFuture', () async { + bool done = false; + // ignore: unawaited_futures + sink.done.then((dynamic _) => done = true); + expect(done, "isFalse"); + sink.write('foo'); + expect(done, "isFalse"); + await sink.close(); + expect(done, "isTrue"); + }); + + group('addStream', () async { + late StreamController> controller; + late bool isControllerClosed; + + Future closeController() { + Future future = controller.close(); + isControllerClosed = true; + return future; + } + + //setUp(() { + controller = StreamController>(); + isControllerClosed = false; + sink.addStream(controller.stream); + //}); + + //tearDown(() async { + if (!isControllerClosed) { + await closeController(); + } + // }); + + test('succeedsIfStreamProducesData', () async { + controller.add([1, 2, 3, 4, 5]); + await closeController(); + await sink.flush(); + expect(await f.readAsBytes(), [1, 2, 3, 4, 5]); + }); + + test('blocksCallToAddWhileStreamIsActive', () { + expect(() => sink.add([1, 2, 3]), "throwsStateError"); + }); + + test('blocksCallToWriteWhileStreamIsActive', () { + expect(() => sink.write('foo'), "throwsStateError"); + }); + + test('blocksCallToWriteAllWhileStreamIsActive', () { + expect(() => sink.writeAll(['a', 'b']), "throwsStateError"); + }); + + test('blocksCallToWriteCharCodeWhileStreamIsActive', () { + expect(() => sink.writeCharCode(35), "throwsStateError"); + }); + + test('blocksCallToWritelnWhileStreamIsActive', () { + expect(() => sink.writeln('foo'), "throwsStateError"); + }); + + test('blocksCallToFlushWhileStreamIsActive', () { + expect(() => sink.flush(), "throwsStateError"); + }); + }); + }); + }); + + group('readAsBytes', () { + test('throwsIfDoesntExist', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.file(ns('/foo')).readAsBytesSync(); + // }); + }); + + test('throwsIf"exists"AsDirectory', () { + fs.directory(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.EISDIR, () { + fs.file(ns('/foo')).readAsBytesSync(); + //}); + }); + + test('throwsIf"exists"AsLinkToDirectory', () { + fs.directory(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + //expectFileSystemException(ErrorCodes.EISDIR, () { + fs.file(ns('/bar')).readAsBytesSync(); + //}); + }); + + test('succeedsIf"exists"AsFile', () { + File f = fs.file(ns('/foo'))..createSync(); + f.writeAsBytesSync([1, 2, 3, 4]); + expect(f.readAsBytesSync(), [1, 2, 3, 4]); + }); + + test('succeedsIf"exists"AsLinkToFile', () { + fs.file(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + fs.file(ns('/foo')).writeAsBytesSync([1, 2, 3, 4]); + expect(fs.file(ns('/bar')).readAsBytesSync(), [1, 2, 3, 4]); + }); + + test('returnsEmptyListForZeroByteFile', () { + File f = fs.file(ns('/foo'))..createSync(); + expect(f.readAsBytesSync(), "isEmpty"); + }); + + test('returns a copy, not a view, of the file content', () { + File f = fs.file(ns('/foo'))..createSync(); + f.writeAsBytesSync([1, 2, 3, 4]); + List result = f.readAsBytesSync(); + expect(result, [1, 2, 3, 4]); + result[0] = 10; + expect(f.readAsBytesSync(), [1, 2, 3, 4]); + }); + }); + + group('readAsString', () { + test('throwsIfDoesntExist', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.file(ns('/foo')).readAsStringSync(); + //}); + }); + + test('throwsIf"exists"AsDirectory', () { + fs.directory(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.EISDIR, () { + fs.file(ns('/foo')).readAsStringSync(); + //}); + }); + + test('throwsIf"exists"AsLinkToDirectory', () { + fs.directory(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + //expectFileSystemException(ErrorCodes.EISDIR, () { + fs.file(ns('/bar')).readAsStringSync(); + //}); + }); + + test('succeedsIf"exists"AsFile', () { + File f = fs.file(ns('/foo'))..createSync(); + f.writeAsStringSync('Hello world'); + expect(f.readAsStringSync(), 'Hello world'); + }); + + test('succeedsIf"exists"AsLinkToFile', () { + fs.file(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + fs.file(ns('/foo')).writeAsStringSync('Hello world'); + expect(fs.file(ns('/bar')).readAsStringSync(), 'Hello world'); + }); + + test('returnsEmptyStringForZeroByteFile', () { + File f = fs.file(ns('/foo'))..createSync(); + expect(f.readAsStringSync(), "isEmpty"); + }); + }); + + group('readAsLines', () { + const String testString = 'Hello world\nHow are you?\nI am fine'; + final List expectedLines = [ + 'Hello world', + 'How are you?', + 'I am fine', + ]; + + test('throwsIfDoesntExist', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.file(ns('/foo')).readAsLinesSync(); + //}); + }); + + test('throwsIf"exists"AsDirectory', () { + fs.directory(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.EISDIR, () { + fs.file(ns('/foo')).readAsLinesSync(); + //}); + }); + + test('throwsIf"exists"AsLinkToDirectory', () { + fs.directory(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + //expectFileSystemException(ErrorCodes.EISDIR, () { + fs.file(ns('/bar')).readAsLinesSync(); + //}); + }); + + test('succeedsIf"exists"AsFile', () { + File f = fs.file(ns('/foo'))..createSync(); + f.writeAsStringSync(testString); + expect(f.readAsLinesSync(), expectedLines); + }); + + test('succeedsIf"exists"AsLinkToFile', () { + File f = fs.file(ns('/foo'))..createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + f.writeAsStringSync(testString); + expect(f.readAsLinesSync(), expectedLines); + }); + + test('returnsEmptyListForZeroByteFile', () { + File f = fs.file(ns('/foo'))..createSync(); + expect(f.readAsLinesSync(), "isEmpty"); + }); + + test('isTrailingNewlineAgnostic', () { + File f = fs.file(ns('/foo'))..createSync(); + f.writeAsStringSync('$testString\n'); + expect(f.readAsLinesSync(), expectedLines); + + f.writeAsStringSync('\n'); + expect(f.readAsLinesSync(), ['']); + + f.writeAsStringSync('\n\n'); + expect(f.readAsLinesSync(), ['', '']); + }); + }); + + group('writeAsBytes', () { + test('returnsCovariantType', () async { + expect(await fs.file(ns('/foo')).writeAsBytes([]), "isFile"); + }); + + test('createsFileIfDoesntExist', () { + File f = fs.file(ns('/foo')); + expect(f, "isNot(exists)"); + f.writeAsBytesSync([1, 2, 3, 4]); + expect(f, "exists"); + }); + + test('throwsIf"exists"AsDirectory', () { + fs.directory(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.EISDIR, () { + fs.file(ns('/foo')).writeAsBytesSync([1, 2, 3, 4]); + //}); + }); + + test('throwsIf"exists"AsLinkToDirectory', () { + fs.directory(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + //expectFileSystemException(ErrorCodes.EISDIR, () { + fs.file(ns('/foo')).writeAsBytesSync([1, 2, 3, 4]); + //}); + }); + + test('succeedsIf"exists"AsLinkToFile', () { + File f = fs.file(ns('/foo'))..createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + fs.file(ns('/bar')).writeAsBytesSync([1, 2, 3, 4]); + expect(f.readAsBytesSync(), [1, 2, 3, 4]); + }); + + test('throwsIfFileModeRead', () { + File f = fs.file(ns('/foo'))..createSync(); + //expectFileSystemException(ErrorCodes.EBADF, () { + f.writeAsBytesSync([1], mode: FileMode.read); + //}); + }); + + test('overwritesContentIfFileModeWrite', () { + File f = fs.file(ns('/foo'))..createSync(); + f.writeAsBytesSync([1, 2]); + expect(f.readAsBytesSync(), [1, 2]); + f.writeAsBytesSync([3, 4]); + expect(f.readAsBytesSync(), [3, 4]); + }); + + test('appendsContentIfFileModeAppend', () { + File f = fs.file(ns('/foo'))..createSync(); + f.writeAsBytesSync([1, 2], mode: FileMode.append); + expect(f.readAsBytesSync(), [1, 2]); + f.writeAsBytesSync([3, 4], mode: FileMode.append); + expect(f.readAsBytesSync(), [1, 2, 3, 4]); + }); + + test('acceptsEmptyBytesList', () { + File f = fs.file(ns('/foo'))..createSync(); + f.writeAsBytesSync([]); + expect(f.readAsBytesSync(), []); + }); + + test('updatesLastModifiedTime', () async { + File f = fs.file(ns('/foo'))..createSync(); + DateTime before = f.statSync().modified; + await Future.delayed(const Duration(seconds: 2)); + f.writeAsBytesSync([1, 2, 3]); + DateTime after = f.statSync().modified; + expect(after, "isAfter(before)"); + }); + }); + + group('writeAsString', () { + test('returnsCovariantType', () async { + expect(await fs.file(ns('/foo')).writeAsString('foo'), "isFile"); + }); + + test('createsFileIfDoesntExist', () { + File f = fs.file(ns('/foo')); + expect(f, "isNot(exists)"); + f.writeAsStringSync('Hello world'); + expect(f, "exists"); + }); + + test('throwsIf"exists"AsDirectory', () { + fs.directory(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.EISDIR, () { + fs.file(ns('/foo')).writeAsStringSync('Hello world'); + //}); + }); + + test('throwsIf"exists"AsLinkToDirectory', () { + fs.directory(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + //expectFileSystemException(ErrorCodes.EISDIR, () { + fs.file(ns('/foo')).writeAsStringSync('Hello world'); + //}); + }); + + test('succeedsIf"exists"AsLinkToFile', () { + File f = fs.file(ns('/foo'))..createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + fs.file(ns('/bar')).writeAsStringSync('Hello world'); + expect(f.readAsStringSync(), 'Hello world'); + }); + + test('throwsIfFileModeRead', () { + File f = fs.file(ns('/foo'))..createSync(); + //expectFileSystemException(ErrorCodes.EBADF, () { + f.writeAsStringSync('Hello world', mode: FileMode.read); + // }); + }); + + test('overwritesContentIfFileModeWrite', () { + File f = fs.file(ns('/foo'))..createSync(); + f.writeAsStringSync('Hello world'); + expect(f.readAsStringSync(), 'Hello world'); + f.writeAsStringSync('Goodbye cruel world'); + expect(f.readAsStringSync(), 'Goodbye cruel world'); + }); + + test('appendsContentIfFileModeAppend', () { + File f = fs.file(ns('/foo'))..createSync(); + f.writeAsStringSync('Hello', mode: FileMode.append); + expect(f.readAsStringSync(), 'Hello'); + f.writeAsStringSync('Goodbye', mode: FileMode.append); + expect(f.readAsStringSync(), 'HelloGoodbye'); + }); + + test('acceptsEmptyString', () { + File f = fs.file(ns('/foo'))..createSync(); + f.writeAsStringSync(''); + expect(f.readAsStringSync(), "isEmpty"); + }); + }); + + group('"exists"', () { + test('trueIf"exists"', () { + fs.file(ns('/foo')).createSync(); + expect(fs.file(ns('/foo')), "exists"); + }); + + test('falseIfDoesntExistAtTail', () { + expect(fs.file(ns('/foo')), "isNot(exists)"); + }); + + test('falseIfDoesntExistViaTraversal', () { + expect(fs.file(ns('/foo/bar')), "isNot(exists)"); + }); + + test('falseIf"exists"AsDirectory', () { + fs.directory(ns('/foo')).createSync(); + expect(fs.file(ns('/foo')), "isNot(exists)"); + }); + + test('falseIf"exists"AsLinkToDirectory', () { + fs.directory(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + expect(fs.file(ns('/bar')), "isNot(exists)"); + }); + + test('trueIf"exists"AsLinkToFile', () { + fs.file(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + expect(fs.file(ns('/bar')), "exists"); + }); + + test('falseIfNotFoundSegment"exists"ThenIsBackedOut', () { + fs.file(ns('/foo/bar')).createSync(recursive: true); + expect(fs.directory(ns('/baz/../foo/bar')), "isNot(exists)"); + }); + }); + + group('stat', () { + test('isNotFoundIfDoesntExistAtTail', () { + FileStat stat = fs.file(ns('/foo')).statSync(); + expect(stat.type, FileSystemEntityType.notFound); + }); + + test('isNotFoundIfDoesntExistViaTraversal', () { + FileStat stat = fs.file(ns('/foo/bar')).statSync(); + expect(stat.type, FileSystemEntityType.notFound); + }); + + test('"isDirectory"If"exists"AsDirectory', () { + fs.directory(ns('/foo')).createSync(); + FileStat stat = fs.file(ns('/foo')).statSync(); + expect(stat.type, FileSystemEntityType.directory); + }); + + test('isFileIf"exists"AsFile', () { + fs.file(ns('/foo')).createSync(); + FileStat stat = fs.file(ns('/foo')).statSync(); + expect(stat.type, FileSystemEntityType.file); + }); + + test('isFileIf"exists"AsLinkToFile', () { + fs.file(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + FileStat stat = fs.file(ns('/bar')).statSync(); + expect(stat.type, FileSystemEntityType.file); + }); + }); + + group('delete', () { + test('returnsCovariantType', () async { + File f = fs.file(ns('/foo'))..createSync(); + expect(await f.delete(), "isFile"); + }); + + test('succeedsIf"exists"AsFile', () { + fs.file(ns('/foo')).createSync(); + expect(fs.file(ns('/foo')), "exists"); + fs.file(ns('/foo')).deleteSync(); + expect(fs.file(ns('/foo')), "isNot(exists)"); + }); + + test('throwsIfDoesntExistAndRecursiveFalse', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.file(ns('/foo')).deleteSync(); + //}); + }); + + test('throwsIfDoesntExistAndRecursiveTrue', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.file(ns('/foo')).deleteSync(recursive: true); + //}); + }); + + test('succeedsIf"exists"AsDirectoryAndRecursiveTrue', () { + fs.directory(ns('/foo')).createSync(); + fs.file(ns('/foo')).deleteSync(recursive: true); + expect(fs.typeSync(ns('/foo')), FileSystemEntityType.notFound); + }); + + test('throwsIf"exists"AsDirectoryAndRecursiveFalse', () { + fs.directory(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.EISDIR, () { + fs.file(ns('/foo')).deleteSync(); + //}); + }); + + test('succeedsIf"exists"AsLinkToFileAndRecursiveTrue', () { + fs.file(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + expect(fs.file(ns('/bar')), "exists"); + fs.file(ns('/bar')).deleteSync(recursive: true); + expect(fs.file(ns('/bar')), "isNot(exists)"); + }); + + test('succeedsIf"exists"AsLinkToFileAndRecursiveFalse', () { + fs.file(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + expect(fs.file(ns('/bar')), "exists"); + fs.file(ns('/bar')).deleteSync(); + expect(fs.file(ns('/bar')), "isNot(exists)"); + }); + + test('succeedsIf"exists"AsLinkToDirectoryAndRecursiveTrue', () { + fs.directory(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + expect(fs.typeSync(ns('/bar')), FileSystemEntityType.directory); + fs.file(ns('/bar')).deleteSync(recursive: true); + expect(fs.typeSync(ns('/foo')), FileSystemEntityType.directory); + expect(fs.typeSync(ns('/bar')), FileSystemEntityType.notFound); + }); + + test('throwsIf"exists"AsLinkToDirectoryAndRecursiveFalse', () { + fs.directory(ns('/foo')).createSync(); + fs.link(ns('/bar')).createSync(ns('/foo')); + //expectFileSystemException(ErrorCodes.EISDIR, () { + fs.file(ns('/bar')).deleteSync(); + //}); + }); + }); + }); + + group('Link', () { + group('uri', () { + test('whenTarget"isDirectory"', () { + fs.directory(ns('/foo')).createSync(); + Link l = fs.link(ns('/bar'))..createSync(ns('/foo')); + expect(l.uri, fs.path.toUri(ns('/bar'))); + expect(fs.link('bar').uri.toString(), 'bar'); + }); + + test('whenTargetIsFile', () { + fs.file(ns('/foo')).createSync(); + Link l = fs.link(ns('/bar'))..createSync(ns('/foo')); + expect(l.uri, fs.path.toUri(ns('/bar'))); + expect(fs.link('bar').uri.toString(), 'bar'); + }); + + test('whenLinkDoesntExist', () { + expect(fs.link(ns('/foo')).uri, fs.path.toUri(ns('/foo'))); + expect(fs.link('foo').uri.toString(), 'foo'); + }); + }); + + group('"exists"', () { + test('isFalseIfLinkDoesntExistAtTail', () { + expect(fs.link(ns('/foo')), "isNot(exists)"); + }); + + test('isFalseIfLinkDoesntExistViaTraversal', () { + expect(fs.link(ns('/foo/bar')), "isNot(exists)"); + }); + + test('isFalseIfPathReferencesFile', () { + fs.file(ns('/foo')).createSync(); + expect(fs.link(ns('/foo')), "isNot(exists)"); + }); + + test('isFalseIfPathReferencesDirectory', () { + fs.directory(ns('/foo')).createSync(); + expect(fs.link(ns('/foo')), "isNot(exists)"); + }); + + test('isTrueIfTargetIsNotFound', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + expect(l, "exists"); + }); + + test('isTrueIfTargetIsFile', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.file(ns('/bar')).createSync(); + expect(l, "exists"); + }); + + test('isTrueIfTarget"isDirectory"', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.directory(ns('/bar')).createSync(); + expect(l, "exists"); + }); + + test('isTrueIfTargetIsLinkLoop', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.link(ns('/bar')).createSync(ns('/foo')); + expect(l, "exists"); + }); + }); + + group('stat', () { + test('isNotFoundIfLinkDoesntExistAtTail', () { + expect(fs.link(ns('/foo')).statSync().type, + FileSystemEntityType.notFound); + }); + + test('isNotFoundIfLinkDoesntExistViaTraversal', () { + expect(fs.link(ns('/foo/bar')).statSync().type, + FileSystemEntityType.notFound); + }); + + test('isFileIfPathReferencesFile', () { + fs.file(ns('/foo')).createSync(); + expect( + fs.link(ns('/foo')).statSync().type, FileSystemEntityType.file); + }); + + test('"isDirectory"IfPathReferencesDirectory', () { + fs.directory(ns('/foo')).createSync(); + expect(fs.link(ns('/foo')).statSync().type, + FileSystemEntityType.directory); + }); + + test('isNotFoundIfTargetNotFoundAtTail', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + expect(l.statSync().type, FileSystemEntityType.notFound); + }); + + test('isNotFoundIfTargetNotFoundViaTraversal', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar/baz')); + expect(l.statSync().type, FileSystemEntityType.notFound); + }); + + test('isNotFoundIfTargetIsLinkLoop', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.link(ns('/bar')).createSync(ns('/foo')); + expect(l.statSync().type, FileSystemEntityType.notFound); + }); + + test('isFileIfTargetIsFile', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.file(ns('/bar')).createSync(); + expect(l.statSync().type, FileSystemEntityType.file); + }); + + test('"isDirectory"IfTarget"isDirectory"', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.directory(ns('/bar')).createSync(); + expect(l.statSync().type, FileSystemEntityType.directory); + }); + }); + + group('delete', () { + test('returnsCovariantType', () async { + Link link = fs.link(ns('/foo'))..createSync(ns('/bar')); + expect(await link.delete(), "isLink"); + }); + + test('throwsIfLinkDoesntExistAtTail', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.link(ns('/foo')).deleteSync(); + //}); + }); + + test('throwsIfLinkDoesntExistViaTraversal', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.link(ns('/foo/bar')).deleteSync(); + //}); + }); + + test('throwsIfPathReferencesFileAndRecursiveFalse', () { + fs.file(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.EINVAL, () { + fs.link(ns('/foo')).deleteSync(); + //}); + }); + + test('succeedsIfPathReferencesFileAndRecursiveTrue', () { + fs.file(ns('/foo')).createSync(); + fs.link(ns('/foo')).deleteSync(recursive: true); + expect(fs.typeSync(ns('/foo'), followLinks: false), + FileSystemEntityType.notFound); + }); + + test('throwsIfPathReferencesDirectoryAndRecursiveFalse', () { + fs.directory(ns('/foo')).createSync(); + // TODO(tvolkert): Change this to just be 'Is a directory' + // once Dart 1.22 is stable. + //expectFileSystemException( + //anyOf(ErrorCodes.EINVAL, ErrorCodes.EISDIR), + //() { + fs.link(ns('/foo')).deleteSync(); + //}, + //); + }); + + test('succeedsIfPathReferencesDirectoryAndRecursiveTrue', () { + fs.directory(ns('/foo')).createSync(); + fs.link(ns('/foo')).deleteSync(recursive: true); + expect(fs.typeSync(ns('/foo'), followLinks: false), + FileSystemEntityType.notFound); + }); + + test('unlinksIfTargetIsFileAndRecursiveFalse', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.file(ns('/bar')).createSync(); + l.deleteSync(); + expect(fs.typeSync(ns('/foo'), followLinks: false), + FileSystemEntityType.notFound); + expect(fs.typeSync(ns('/bar'), followLinks: false), + FileSystemEntityType.file); + }); + + test('unlinksIfTargetIsFileAndRecursiveTrue', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.file(ns('/bar')).createSync(); + l.deleteSync(recursive: true); + expect(fs.typeSync(ns('/foo'), followLinks: false), + FileSystemEntityType.notFound); + expect(fs.typeSync(ns('/bar'), followLinks: false), + FileSystemEntityType.file); + }); + + test('unlinksIfTarget"isDirectory"AndRecursiveFalse', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.directory(ns('/bar')).createSync(); + l.deleteSync(); + expect(fs.typeSync(ns('/foo'), followLinks: false), + FileSystemEntityType.notFound); + expect(fs.typeSync(ns('/bar'), followLinks: false), + FileSystemEntityType.directory); + }); + + test('unlinksIfTarget"isDirectory"AndRecursiveTrue', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.directory(ns('/bar')).createSync(); + l.deleteSync(recursive: true); + expect(fs.typeSync(ns('/foo'), followLinks: false), + FileSystemEntityType.notFound); + expect(fs.typeSync(ns('/bar'), followLinks: false), + FileSystemEntityType.directory); + }); + + test('unlinksIfTargetIsLinkLoop', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.link(ns('/bar')).createSync(ns('/foo')); + l.deleteSync(); + expect(fs.typeSync(ns('/foo'), followLinks: false), + FileSystemEntityType.notFound); + expect(fs.typeSync(ns('/bar'), followLinks: false), + FileSystemEntityType.link); + }); + }); + + group('parent', () { + test('returnsCovariantType', () { + expect(fs.link(ns('/foo')).parent, "isDirectory"); + }); + + test('succeedsIfLinkDoesntExist', () { + expect(fs.link(ns('/foo')).parent.path, ns('/')); + }); + + test('ignoresLinkTarget', () { + Link l = fs.link(ns('/foo/bar')) + ..createSync(ns('/baz/qux'), recursive: true); + expect(l.parent.path, ns('/foo')); + }); + }); + + group('create', () { + test('returnsCovariantType', () async { + expect(await fs.link(ns('/foo')).create(ns('/bar')), "isLink"); + }); + + test('succeedsIfLinkDoesntExistAtTail', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + expect(fs.typeSync(ns('/foo'), followLinks: false), + FileSystemEntityType.link); + expect(l.targetSync(), ns('/bar')); + }); + + test('throwsIfLinkDoesntExistViaTraversalAndRecursiveFalse', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.link(ns('/foo/bar')).createSync('baz'); + //}); + }); + + test('succeedsIfLinkDoesntExistViaTraversalAndRecursiveTrue', () { + Link l = fs.link(ns('/foo/bar'))..createSync('baz', recursive: true); + expect(fs.typeSync(ns('/foo'), followLinks: false), + FileSystemEntityType.directory); + expect(fs.typeSync(ns('/foo/bar'), followLinks: false), + FileSystemEntityType.link); + expect(l.targetSync(), 'baz'); + }); + + test('throwsIfAlready"exists"AsFile', () { + fs.file(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.EEXIST, () { + fs.link(ns('/foo')).createSync(ns('/bar')); + //}); + }); + + test('throwsIfAlready"exists"AsDirectory', () { + fs.directory(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.EEXIST, () { + fs.link(ns('/foo')).createSync(ns('/bar')); + //}); + }); + + test('throwsIfAlready"exists"WithSameTarget', () { + fs.link(ns('/foo')).createSync(ns('/bar')); + //expectFileSystemException(ErrorCodes.EEXIST, () { + fs.link(ns('/foo')).createSync(ns('/bar')); + //}); + }); + + test('throwsIfAlready"exists"WithDifferentTarget', () { + fs.link(ns('/foo')).createSync(ns('/bar')); + //expectFileSystemException(ErrorCodes.EEXIST, () { + fs.link(ns('/foo')).createSync(ns('/baz')); + //}); + }); + }); + + group('update', () { + test('returnsCovariantType', () async { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + expect(await l.update(ns('/baz')), "isLink"); + }); + + test('throwsIfLinkDoesntExistAtTail', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.link(ns('/foo')).updateSync(ns('/bar')); + //}); + }); + + test('throwsIfLinkDoesntExistViaTraversal', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.link(ns('/foo/bar')).updateSync(ns('/baz')); + //}); + }); + + test('throwsIfPathReferencesFile', () { + fs.file(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.EINVAL, () { + fs.link(ns('/foo')).updateSync(ns('/bar')); + //}); + }); + + test('throwsIfPathReferencesDirectory', () { + fs.directory(ns('/foo')).createSync(); + // TODO(tvolkert): Change this to just be 'Is a directory' + // once Dart 1.22 is stable. + //expectFileSystemException( + //anyOf(ErrorCodes.EINVAL, ErrorCodes.EISDIR), + //() { + fs.link(ns('/foo')).updateSync(ns('/bar')); + //}, + //); + }); + + test('succeedsIfNewTargetSameAsOldTarget', () { + fs.link(ns('/foo')).createSync(ns('/bar')); + fs.link(ns('/foo')).updateSync(ns('/bar')); + expect(fs.typeSync(ns('/foo'), followLinks: false), + FileSystemEntityType.link); + expect(fs.link(ns('/foo')).targetSync(), ns('/bar')); + }); + + test('succeedsIfNewTargetDifferentFromOldTarget', () { + fs.link(ns('/foo')).createSync(ns('/bar')); + fs.link(ns('/foo')).updateSync(ns('/baz')); + expect(fs.typeSync(ns('/foo'), followLinks: false), + FileSystemEntityType.link); + expect(fs.link(ns('/foo')).targetSync(), ns('/baz')); + }); + }); + + group('absolute', () { + test('returnsCovariantType', () { + expect(fs.link('foo').absolute, "isLink"); + }); + + test('returnsSamePathIfAlreadyAbsolute', () { + expect(fs.link(ns('/foo')).absolute.path, ns('/foo')); + }); + + test('succeedsForRelativePaths', () { + expect(fs.link('foo').absolute.path, ns('/foo')); + }); + }); + + group('target', () { + test('throwsIfLinkDoesntExistAtTail', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.link(ns('/foo')).targetSync(); + //}); + }); + + test('throwsIfLinkDoesntExistViaTraversal', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.link(ns('/foo/bar')).targetSync(); + //}); + }); + + test('throwsIfPathReferencesFile', () { + fs.file(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.link(ns('/foo')).targetSync(); + //}); + }); + + test('throwsIfPathReferencesDirectory', () { + fs.directory(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.link(ns('/foo')).targetSync(); + //}); + }); + + test('succeedsIfTargetIsNotFound', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + expect(l.targetSync(), ns('/bar')); + }); + + test('succeedsIfTargetIsFile', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.file(ns('/bar')).createSync(); + expect(l.targetSync(), ns('/bar')); + }); + + test('succeedsIfTarget"isDirectory"', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.directory(ns('/bar')).createSync(); + expect(l.targetSync(), ns('/bar')); + }); + + test('succeedsIfTargetIsLinkLoop', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.link(ns('/bar')).createSync(ns('/foo')); + expect(l.targetSync(), ns('/bar')); + }); + }); + + group('rename', () { + test('returnsCovariantType', () async { + Link l() => fs.link(ns('/foo'))..createSync(ns('/bar')); + expect(l().renameSync(ns('/bar')), "isLink"); + expect(await l().rename(ns('/bar')), "isLink"); + }); + + test('throwsIfSourceDoesntExistAtTail', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.link(ns('/foo')).renameSync(ns('/bar')); + //}); + }); + + test('throwsIfSourceDoesntExistViaTraversal', () { + //expectFileSystemException(ErrorCodes.ENOENT, () { + fs.link(ns('/foo/bar')).renameSync(ns('/bar')); + // }); + }); + + test('throwsIfSourceIsFile', () { + fs.file(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.EINVAL, () { + fs.link(ns('/foo')).renameSync(ns('/bar')); + // }); + }); + + test('throwsIfSource"isDirectory"', () { + fs.directory(ns('/foo')).createSync(); + //expectFileSystemException(ErrorCodes.EISDIR, () { + fs.link(ns('/foo')).renameSync(ns('/bar')); + //}); + }); + + test('succeedsIfSourceIsLinkToFile', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.file(ns('/bar')).createSync(); + Link renamed = l.renameSync(ns('/baz')); + expect(renamed.path, ns('/baz')); + expect(fs.typeSync(ns('/foo'), followLinks: false), + FileSystemEntityType.notFound); + expect(fs.typeSync(ns('/bar'), followLinks: false), + FileSystemEntityType.file); + expect(fs.typeSync(ns('/baz'), followLinks: false), + FileSystemEntityType.link); + expect(fs.link(ns('/baz')).targetSync(), ns('/bar')); + }); + + test('succeedsIfSourceIsLinkToNotFound', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + Link renamed = l.renameSync(ns('/baz')); + expect(renamed.path, ns('/baz')); + expect(fs.typeSync(ns('/foo'), followLinks: false), + FileSystemEntityType.notFound); + expect(fs.typeSync(ns('/baz'), followLinks: false), + FileSystemEntityType.link); + expect(fs.link(ns('/baz')).targetSync(), ns('/bar')); + }); + + test('succeedsIfSourceIsLinkToDirectory', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.directory(ns('/bar')).createSync(); + Link renamed = l.renameSync(ns('/baz')); + expect(renamed.path, ns('/baz')); + expect(fs.typeSync(ns('/foo'), followLinks: false), + FileSystemEntityType.notFound); + expect(fs.typeSync(ns('/bar'), followLinks: false), + FileSystemEntityType.directory); + expect(fs.typeSync(ns('/baz'), followLinks: false), + FileSystemEntityType.link); + expect(fs.link(ns('/baz')).targetSync(), ns('/bar')); + }); + + test('succeedsIfSourceIsLinkLoop', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.link(ns('/bar')).createSync(ns('/foo')); + Link renamed = l.renameSync(ns('/baz')); + expect(renamed.path, ns('/baz')); + expect(fs.typeSync(ns('/foo'), followLinks: false), + FileSystemEntityType.notFound); + expect(fs.typeSync(ns('/bar'), followLinks: false), + FileSystemEntityType.link); + expect(fs.typeSync(ns('/baz'), followLinks: false), + FileSystemEntityType.link); + expect(fs.link(ns('/baz')).targetSync(), ns('/bar')); + }); + + test('succeedsIfDestinationDoesntExistAtTail', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + Link renamed = l.renameSync(ns('/baz')); + expect(renamed.path, ns('/baz')); + expect(fs.link(ns('/foo')), "isNot(exists)"); + expect(fs.link(ns('/baz')), "exists"); + }); + + test('throwsIfDestinationDoesntExistViaTraversal', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + //expectFileSystemException(ErrorCodes.ENOENT, () { + l.renameSync(ns('/baz/qux')); + //}); + }); + + test('throwsIfDestination"exists"AsFile', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.file(ns('/baz')).createSync(); + //expectFileSystemException(ErrorCodes.EINVAL, () { + l.renameSync(ns('/baz')); + //}); + }); + + test('throwsIfDestination"exists"AsDirectory', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.directory(ns('/baz')).createSync(); + //expectFileSystemException(ErrorCodes.EINVAL, () { + l.renameSync(ns('/baz')); + //}); + }); + + test('succeedsIfDestination"exists"AsLinkToFile', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.file(ns('/baz')).createSync(); + fs.link(ns('/qux')).createSync(ns('/baz')); + l.renameSync(ns('/qux')); + expect(fs.typeSync(ns('/foo')), FileSystemEntityType.notFound); + expect(fs.typeSync(ns('/baz'), followLinks: false), + FileSystemEntityType.file); + expect(fs.typeSync(ns('/qux'), followLinks: false), + FileSystemEntityType.link); + expect(fs.link(ns('/qux')).targetSync(), ns('/bar')); + }); + + test('throwsIfDestination"exists"AsLinkToDirectory', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.directory(ns('/baz')).createSync(); + fs.link(ns('/qux')).createSync(ns('/baz')); + l.renameSync(ns('/qux')); + expect(fs.typeSync(ns('/foo')), FileSystemEntityType.notFound); + expect(fs.typeSync(ns('/baz'), followLinks: false), + FileSystemEntityType.directory); + expect(fs.typeSync(ns('/qux'), followLinks: false), + FileSystemEntityType.link); + expect(fs.link(ns('/qux')).targetSync(), ns('/bar')); + }); + + test('succeedsIfDestination"exists"AsLinkToNotFound', () { + Link l = fs.link(ns('/foo'))..createSync(ns('/bar')); + fs.link(ns('/baz')).createSync(ns('/qux')); + l.renameSync(ns('/baz')); + expect(fs.typeSync(ns('/foo')), FileSystemEntityType.notFound); + expect(fs.typeSync(ns('/baz'), followLinks: false), + FileSystemEntityType.link); + expect(fs.link(ns('/baz')).targetSync(), ns('/bar')); + }); + }); + }); + }); + } + +} diff --git a/ohos/flutter_file/lib/local_test.dart b/ohos/flutter_file/lib/local_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..c76f8279ed2bf33d881e6d380be6e5aaa66fa50f --- /dev/null +++ b/ohos/flutter_file/lib/local_test.dart @@ -0,0 +1,154 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:io' as io; + +import 'package:file/local.dart'; +import 'package:flutter_file/common/test_page.dart'; + +import 'common_tests.dart'; + +//import 'package:flutter_file/common/test_page.dart'; + +class JKLocalTestPage extends TestPage { + + static const String routeName = "/local_test"; + + JKLocalTestPage(super.title, {super.key}) { + print('start test666'); + main(); + } + + void main() { + group('LocalFileSystem', () { + late LocalFileSystem fs; + late io.Directory tmp; + late String cwd; + + //setUp(() { + fs = const LocalFileSystem(); + // tmp = io.Directory.systemTemp.createTempSync('file_test_'); + // tmp = io.Directory(tmp.resolveSymbolicLinksSync()); + // cwd = io.Directory.current.path; + // io.Directory.current = tmp; + //}); + + //tearDown(() { + // io.Directory.current = cwd; + // tmp.deleteSync(recursive: true); + //}); + + //setUpAll(() { + if (io.Platform.isWindows) { + // TODO(tvolkert): Remove once all more serious test failures are fixed + // https://github.com/google/file.dart/issues/56 + //ignoreOsErrorCodes = true; + } + //}); + + // tearDownAll(() { + //ignoreOsErrorCodes = false; + //}); + + Map> skipOnPlatform = >{ + 'windows': [ + 'FileSystem > currentDirectory > throwsIfHasNonExistentPathInComplexChain', + 'FileSystem > currentDirectory > resolvesLinksIfEncountered', + 'FileSystem > currentDirectory > succeedsIfSetToDirectoryLinkAtTail', + 'FileSystem > stat > isFileForLinkToFile', + 'FileSystem > type > isFileForLinkToFileAndFollowLinksTrue', + 'FileSystem > type > isNotFoundForLinkWithCircularReferenceAndFollowLinksTrue', + 'Directory > exists > falseIfNotFoundSegmentExistsThenIsBackedOut', + 'Directory > rename > throwsIfDestinationIsNonEmptyDirectory', + 'Directory > rename > throwsIfDestinationIsLinkToEmptyDirectory', + 'Directory > resolveSymbolicLinks > throwsIfPathNotFoundInMiddleThenBackedOut', + 'Directory > resolveSymbolicLinks > handlesRelativeLinks', + 'Directory > resolveSymbolicLinks > handlesLinksWhoseTargetsHaveNestedLinks', + 'Directory > resolveSymbolicLinks > handlesComplexPathWithMultipleLinks', + 'Directory > createTemp > succeedsWithNestedPathPrefixThatExists', + 'Directory > list > followsLinksIfFollowLinksTrue', + 'Directory > list > returnsCovariantType', + 'Directory > list > returnsLinkObjectsForRecursiveLinkIfFollowLinksTrue', + 'Directory > delete > succeedsIfPathReferencesLinkToFileAndRecursiveTrue', + 'File > rename > succeedsIfSourceExistsAsLinkToFile', + 'File > copy > succeedsIfSourceExistsAsLinkToFile', + 'File > copy > succeedsIfSourceIsLinkToFileInDifferentDirectory', + 'File > delete > succeedsIfExistsAsLinkToFileAndRecursiveTrue', + 'File > openWrite > ioSink > throwsIfEncodingIsNullAndWriteObject', + 'File > openWrite > ioSink > allowsChangingEncoding', + 'File > openWrite > ioSink > succeedsIfAddRawData', + 'File > openWrite > ioSink > succeedsIfWrite', + 'File > openWrite > ioSink > succeedsIfWriteAll', + 'File > openWrite > ioSink > succeedsIfWriteCharCode', + 'File > openWrite > ioSink > succeedsIfWriteln', + 'File > openWrite > ioSink > addStream > succeedsIfStreamProducesData', + 'File > openWrite > ioSink > addStream > blocksCallToAddWhileStreamIsActive', + 'File > openWrite > ioSink > addStream > blocksCallToWriteWhileStreamIsActive', + 'File > openWrite > ioSink > addStream > blocksCallToWriteAllWhileStreamIsActive', + 'File > openWrite > ioSink > addStream > blocksCallToWriteCharCodeWhileStreamIsActive', + 'File > openWrite > ioSink > addStream > blocksCallToWritelnWhileStreamIsActive', + 'File > openWrite > ioSink > addStream > blocksCallToFlushWhileStreamIsActive', + 'File > stat > isFileIfExistsAsLinkToFile', + 'Link > stat > isFileIfTargetIsFile', + 'Link > stat > isDirectoryIfTargetIsDirectory', + 'Link > delete > unlinksIfTargetIsDirectoryAndRecursiveTrue', + 'Link > delete > unlinksIfTargetIsFileAndRecursiveTrue', + + // Fixed in SDK 1.23 (https://github.com/dart-lang/sdk/issues/28852) + 'File > open > WRITE > RandomAccessFile > truncate > throwsIfSetToNegativeNumber', + 'File > open > APPEND > RandomAccessFile > truncate > throwsIfSetToNegativeNumber', + 'File > open > WRITE_ONLY > RandomAccessFile > truncate > throwsIfSetToNegativeNumber', + 'File > open > WRITE_ONLY_APPEND > RandomAccessFile > truncate > throwsIfSetToNegativeNumber', + + // Windows does not allow removing or renaming open files. + '.* > openReadHandleDoesNotChange', + '.* > openWriteHandleDoesNotChange', + ], + }; + + // runCommonTests( + // () => fs, + // root: () => tmp.path, + // skip: [ + // // https://github.com/dart-lang/sdk/issues/28171 + // 'File > rename > throwsIfDestinationExistsAsLinkToDirectory', + // + // // https://github.com/dart-lang/sdk/issues/28275 + // 'Link > rename > throwsIfDestinationExistsAsDirectory', + // + // // https://github.com/dart-lang/sdk/issues/28277 + // 'Link > rename > throwsIfDestinationExistsAsFile', + // + // ...skipOnPlatform[io.Platform.operatingSystem] ?? [], + // ], + // ); + + group('toString', () { + test('File', () { + expect(fs.file('/foo').toString(), "LocalFile: '/foo'"); + }); + + test('Directory', () { + expect(fs.directory('/foo').toString(), "LocalDirectory: '/foo'"); + }); + + test('Link', () { + expect(fs.link('/foo').toString(), "LocalLink: '/foo'"); + }); + }); + }); + } + +} + diff --git a/ohos/flutter_file/lib/main.dart b/ohos/flutter_file/lib/main.dart new file mode 100644 index 0000000000000000000000000000000000000000..d54ff725165cec4a1b8eb395ec52eabdb0d86f12 --- /dev/null +++ b/ohos/flutter_file/lib/main.dart @@ -0,0 +1,173 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'chroot_test.dart'; +import 'common_tests.dart'; +import 'local_test.dart'; +import 'memory_operations_test.dart'; +import 'memory_test.dart'; +import 'utils_test.dart'; +import 'rt_example.dart'; + +import 'package:flutter_file/common/test_route.dart'; +import 'package:flutter_file/common/test_model_app.dart'; + +void main() { + + final app = TestRoute(routes: { + '/chroot_test': (BuildContext context) => JKChrootTestPage("chroot_test"), + '/common_test': (BuildContext context) => JKCommonTestPage("common_test"), + '/local_test': (BuildContext context) => JKLocalTestPage("local_test"), + '/memory_operation_test': (BuildContext context) => JKMemoryOperationsTestPage("memory_operation_test"), + '/memory_test': (BuildContext context) => JKMemoryTestPage("memory_test"), + '/utils_test': (BuildContext context) => JKUtilsTestPage("utils_test"), + '/example_test': (BuildContext context) => JKExampleTestPage(), + }, items: [ + MainItem('chroot_test', 'details', route: '/chroot_test'), + MainItem('common_test', 'details', route: '/common_test'), + MainItem('local_test', 'details', route: '/local_test'), + MainItem('memory_operation_test', 'details', route: '/memory_operation_test'), + MainItem('memory_test', 'details', route: '/memory_test'), + MainItem('utils_test', 'details', route: '/utils_test'), + MainItem('example_test', 'details', route: '/example_test'), + ]); + + runApp(TestModelApp( + appName: 'file', + data: app)); + + //runApp(const MyApp()); +} + +class MyApp extends StatelessWidget { + const MyApp({super.key}); + + // This widget is the root of your application. + @override + Widget build(BuildContext context) { + return MaterialApp( + title: 'Flutter Demo', + theme: ThemeData( + // This is the theme of your application. + // + // TRY THIS: Try running your application with "flutter run". You'll see + // the application has a blue toolbar. Then, without quitting the app, + // try changing the seedColor in the colorScheme below to Colors.green + // and then invoke "hot reload" (save your changes or press the "hot + // reload" button in a Flutter-supported IDE, or press "r" if you used + // the command line to start the app). + // + // Notice that the counter didn't reset back to zero; the application + // state is not lost during the reload. To reset the state, use hot + // restart instead. + // + // This works for code too, not just values: Most code changes can be + // tested with just a hot reload. + colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple), + useMaterial3: true, + ), + home: const MyHomePage(title: 'Flutter Demo Home Page'), + ); + } +} + +class MyHomePage extends StatefulWidget { + const MyHomePage({super.key, required this.title}); + + // This widget is the home page of your application. It is stateful, meaning + // that it has a State object (defined below) that contains fields that affect + // how it looks. + + // This class is the configuration for the state. It holds the values (in this + // case the title) provided by the parent (in this case the App widget) and + // used by the build method of the State. Fields in a Widget subclass are + // always marked "final". + + final String title; + + @override + State createState() => _MyHomePageState(); +} + +class _MyHomePageState extends State { + int _counter = 0; + + void _incrementCounter() { + setState(() { + // This call to setState tells the Flutter framework that something has + // changed in this State, which causes it to rerun the build method below + // so that the display can reflect the updated values. If we changed + // _counter without calling setState(), then the build method would not be + // called again, and so nothing would appear to happen. + _counter++; + }); + } + + @override + Widget build(BuildContext context) { + // This method is rerun every time setState is called, for instance as done + // by the _incrementCounter method above. + // + // The Flutter framework has been optimized to make rerunning build methods + // fast, so that you can just rebuild anything that needs updating rather + // than having to individually change instances of widgets. + return Scaffold( + appBar: AppBar( + // TRY THIS: Try changing the color here to a specific color (to + // Colors.amber, perhaps?) and trigger a hot reload to see the AppBar + // change color while the other colors stay the same. + backgroundColor: Theme.of(context).colorScheme.inversePrimary, + // Here we take the value from the MyHomePage object that was created by + // the App.build method, and use it to set our appbar title. + title: Text(widget.title), + ), + body: Center( + // Center is a layout widget. It takes a single child and positions it + // in the middle of the parent. + child: Column( + // Column is also a layout widget. It takes a list of children and + // arranges them vertically. By default, it sizes itself to fit its + // children horizontally, and tries to be as tall as its parent. + // + // Column has various properties to control how it sizes itself and + // how it positions its children. Here we use mainAxisAlignment to + // center the children vertically; the main axis here is the vertical + // axis because Columns are vertical (the cross axis would be + // horizontal). + // + // TRY THIS: Invoke "debug painting" (choose the "Toggle Debug Paint" + // action in the IDE, or press "p" in the console), to see the + // wireframe for each widget. + mainAxisAlignment: MainAxisAlignment.center, + children: [ + const Text( + 'You have pushed the button this many times:', + ), + Text( + '$_counter', + style: Theme.of(context).textTheme.headlineMedium, + ), + ], + ), + ), + floatingActionButton: FloatingActionButton( + onPressed: _incrementCounter, + tooltip: 'Increment', + child: const Icon(Icons.add), + ), // This trailing comma makes auto-formatting nicer for build methods. + ); + } +} diff --git a/ohos/flutter_file/lib/memory_operations_test.dart b/ohos/flutter_file/lib/memory_operations_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..db20a4de8aba3c2454d4755888f6c0ae43692abd --- /dev/null +++ b/ohos/flutter_file/lib/memory_operations_test.dart @@ -0,0 +1,254 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:file/file.dart'; +import 'package:file/memory.dart'; +import 'package:flutter_file/common/test_page.dart'; + +//import 'package:flutter_file/common/test_page.dart'; + +class JKMemoryOperationsTestPage extends TestPage { + + static const String routeName = "/memory_operation_test"; + + JKMemoryOperationsTestPage(super.title, {super.key}) { + main(); + } + + void main() { + test('Read operations invoke opHandle', () async { + List contexts = []; + List operations = []; + MemoryFileSystem fs = MemoryFileSystem.test( + opHandle: (String context, FileSystemOp operation) { + if (operation == FileSystemOp.read) { + contexts.add(context); + operations.add(operation); + } + }); + final File file = fs.file('test')..createSync(); + + await file.readAsBytes(); + file.readAsBytesSync(); + await file.readAsString(); + file.readAsStringSync(); + + expect(contexts, ['test', 'test', 'test', 'test']); + expect(operations, [ + FileSystemOp.read, + FileSystemOp.read, + FileSystemOp.read, + FileSystemOp.read + ]); + }); + + test('Write operations invoke opHandle', () async { + List contexts = []; + List operations = []; + MemoryFileSystem fs = MemoryFileSystem.test( + opHandle: (String context, FileSystemOp operation) { + if (operation == FileSystemOp.write) { + contexts.add(context); + operations.add(operation); + } + }); + final File file = fs.file('test')..createSync(); + + await file.writeAsBytes([]); + file.writeAsBytesSync([]); + await file.writeAsString(''); + file.writeAsStringSync(''); + + expect(contexts, ['test', 'test', 'test', 'test']); + expect(operations, [ + FileSystemOp.write, + FileSystemOp.write, + FileSystemOp.write, + FileSystemOp.write + ]); + }); + + test("file.deleteSync() Delete operations invoke opHandle", () async { + List contexts = []; + List operations = []; + MemoryFileSystem fs = MemoryFileSystem.test( + opHandle: (String context, FileSystemOp operation) { + if (operation == FileSystemOp.delete) { + contexts.add(context); + operations.add(operation); + } + }); + final File file = fs.file('test')..createSync(); + final Directory directory = fs.directory('testDir')..createSync(); + final Link link = fs.link('testLink')..createSync('foo'); + + await file.delete(); + file.createSync(); + file.deleteSync(); + + await directory.delete(); + directory.createSync(); + directory.deleteSync(); + + await link.delete(); + link.createSync('foo'); + link.deleteSync(); + + expect(contexts, + ['test', 'test', 'testDir', 'testDir', 'testLink', 'testLink']); + expect(operations, [ + FileSystemOp.delete, + FileSystemOp.delete, + FileSystemOp.delete, + FileSystemOp.delete, + FileSystemOp.delete, + FileSystemOp.delete, + ]); + }); + + test("FileSystemOp.create Create operations invoke opHandle", () async { + List contexts = []; + List operations = []; + MemoryFileSystem fs = MemoryFileSystem.test( + opHandle: (String context, FileSystemOp operation) { + if (operation == FileSystemOp.create) { + contexts.add(context); + operations.add(operation); + } + }); + fs.file('testA').createSync(); + await fs.file('testB').create(); + fs.directory('testDirA').createSync(); + await fs.directory('testDirB').create(); + fs.link('testLinkA').createSync('foo'); + await fs.link('testLinkB').create('foo'); + fs.currentDirectory.createTempSync('tmp.bar'); + await fs.currentDirectory.createTemp('tmp.bar'); + + expect(contexts, [ + 'testA', + 'testB', + 'testDirA', + 'testDirB', + 'testLinkA', + 'testLinkB', + "startsWith'/tmp.bar'", + "startsWith('/tmp.bar'", + ]); + expect(operations, [ + FileSystemOp.create, + FileSystemOp.create, + FileSystemOp.create, + FileSystemOp.create, + FileSystemOp.create, + FileSystemOp.create, + FileSystemOp.create, + FileSystemOp.create, + ]); + }); + + test("FileSystemOp.open Open operations invoke opHandle", () async { + List contexts = []; + List operations = []; + MemoryFileSystem fs = MemoryFileSystem.test( + opHandle: (String context, FileSystemOp operation) { + if (operation == FileSystemOp.open) { + contexts.add(context); + operations.add(operation); + } + }); + final File file = fs.file('test')..createSync(); + + await file.open(); + file.openSync(); + file.openRead(); + file.openWrite(); + + expect(contexts, ['test', 'test', 'test', 'test']); + expect(operations, [ + FileSystemOp.open, + FileSystemOp.open, + FileSystemOp.open, + FileSystemOp.open, + ]); + }); + + test("FileSystemOp.copy Copy operations invoke opHandle", () async { + List contexts = []; + List operations = []; + MemoryFileSystem fs = MemoryFileSystem.test( + opHandle: (String context, FileSystemOp operation) { + if (operation == FileSystemOp.copy) { + contexts.add(context); + operations.add(operation); + } + }); + final File file = fs.file('test')..createSync(); + + await file.copy('A'); + file.copySync('B'); + + expect(contexts, ['test', 'test']); + expect(operations, [ + FileSystemOp.copy, + FileSystemOp.copy, + ]); + }); + + test("FileSystemOp.exists Exists operations invoke opHandle", () async { + List contexts = []; + List operations = []; + MemoryFileSystem fs = MemoryFileSystem.test( + opHandle: (String context, FileSystemOp operation) { + if (operation == FileSystemOp.exists) { + contexts.add(context); + operations.add(operation); + } + }); + fs.file('testA').existsSync(); + await fs.file('testB').exists(); + fs.directory('testDirA').existsSync(); + await fs.directory('testDirB').exists(); + fs.link('testLinkA').existsSync(); + await fs.link('testLinkB').exists(); + + expect(contexts, [ + 'testA', + 'testB', + 'testDirA', + 'testDirB', + 'testLinkA', + 'testLinkB', + ]); + expect(operations, [ + FileSystemOp.exists, + FileSystemOp.exists, + FileSystemOp.exists, + FileSystemOp.exists, + FileSystemOp.exists, + FileSystemOp.exists, + ]); + }); + + test("FileSystemOp.create.toString() FileSystemOp toString", () { + expect(FileSystemOp.create.toString(), 'FileSystemOp.create'); + expect(FileSystemOp.delete.toString(), 'FileSystemOp.delete'); + expect(FileSystemOp.read.toString(), 'FileSystemOp.read'); + expect(FileSystemOp.write.toString(), 'FileSystemOp.write'); + expect(FileSystemOp.exists.toString(), 'FileSystemOp.exists'); + }); + } + +} + diff --git a/ohos/flutter_file/lib/memory_test.dart b/ohos/flutter_file/lib/memory_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..5c7eaee3beb4a770e8708de112e5e34b1ea48dad --- /dev/null +++ b/ohos/flutter_file/lib/memory_test.dart @@ -0,0 +1,195 @@ + +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ + +import 'dart:async'; +import 'dart:io' as io; + +import 'package:file/file.dart'; +import 'package:file/memory.dart'; +import 'package:file/src/backends/memory/memory_random_access_file.dart'; +import 'package:flutter_file/common/test_page.dart'; + +import 'common_tests.dart'; + +class JKMemoryTestPage extends TestPage { + + static const String routeName = "/memory_test"; + + JKMemoryTestPage(super.title, {super.key}) { + print('start test666'); + main(); + } + void main() { + group('MemoryFileSystem unix style', () { + late MemoryFileSystem fs; + + //setUp(() { + fs = MemoryFileSystem(); + //}); + + //runCommonTests(() => fs); + + group('toString', () { + test('File', () { + expect(fs.file('/foo').toString(), "MemoryFile: '/foo'"); + }); + + test('Directory', () { + expect(fs.directory('/foo').toString(), "MemoryDirectory: '/foo'"); + }); + + test('Link', () { + expect(fs.link('/foo').toString(), "MemoryLink: '/foo'"); + }); + }); + }); + + group('MemoryFileSystem windows style', () { + late MemoryFileSystem fs; + + //setUp(() { + fs = MemoryFileSystem(style: FileSystemStyle.windows); + //}); + + // runCommonTests( + // () => fs, + // root: () => fs.style.root, + // ); + + group('toString', () { + test('File', () { + expect(fs.file('C:\\foo').toString(), "MemoryFile: 'C:\\foo'"); + }); + + test('Directory', () { + expect( + fs.directory('C:\\foo').toString(), "MemoryDirectory: 'C:\\foo'"); + }); + + test('Link', () { + expect(fs.link('C:\\foo').toString(), "MemoryLink: 'C:\\foo'"); + }); + }); + }); + + test('MemoryFileSystem.test', () { + final MemoryFileSystem fs = + MemoryFileSystem.test(); // creates root directory + fs.file('/test1.txt').createSync(); // creates file + fs.file('/test2.txt').createSync(); // creates file + expect(fs.directory('/').statSync().modified, DateTime(2000, 1, 1, 0, 1)); + expect( + fs.file('/test1.txt').statSync().modified, DateTime(2000, 1, 1, 0, 2)); + expect( + fs.file('/test2.txt').statSync().modified, DateTime(2000, 1, 1, 0, 3)); + fs.file('/test1.txt').createSync(); + fs.file('/test2.txt').createSync(); + expect(fs.file('/test1.txt').statSync().modified, + DateTime(2000, 1, 1, 0, 2)); // file already existed + expect(fs.file('/test2.txt').statSync().modified, + DateTime(2000, 1, 1, 0, 3)); // file already existed + fs.file('/test1.txt').writeAsStringSync('test'); // touches file + expect( + fs.file('/test1.txt').statSync().modified, DateTime(2000, 1, 1, 0, 4)); + expect(fs.file('/test2.txt').statSync().modified, + DateTime(2000, 1, 1, 0, 3)); // didn't touch it + fs.file('/test1.txt').copySync( + '/test2.txt'); // creates file, then mutates file (so time changes twice) + expect(fs.file('/test1.txt').statSync().modified, + DateTime(2000, 1, 1, 0, 4)); // didn't touch it + expect( + fs.file('/test2.txt').statSync().modified, DateTime(2000, 1, 1, 0, 6)); + }); + + test('MemoryFile.openSync returns a MemoryRandomAccessFile', () async { + final MemoryFileSystem fs = MemoryFileSystem.test(); + final io.File file = fs.file('/test1')..createSync(); + + io.RandomAccessFile raf = file.openSync(); + try { + expect(raf, "isAMemoryRandomAccessFile"); + } finally { + raf.closeSync(); + } + + raf = await file.open(); + try { + expect(raf, "isAMemoryRandomAccessFile"); + } finally { + raf.closeSync(); + } + }); + + test('MemoryFileSystem.systemTempDirectory test', () { + final MemoryFileSystem fs = MemoryFileSystem.test(); + + final io.Directory fooA = fs.systemTempDirectory.createTempSync('foo'); + final io.Directory fooB = fs.systemTempDirectory.createTempSync('foo'); + + expect(fooA.path, '/.tmp_rand0/foorand0'); + expect(fooB.path, '/.tmp_rand0/foorand1'); + + final MemoryFileSystem secondFs = MemoryFileSystem.test(); + + final io.Directory fooAA = + secondFs.systemTempDirectory.createTempSync('foo'); + final io.Directory fooBB = + secondFs.systemTempDirectory.createTempSync('foo'); + + // Names are recycled with a new instance + expect(fooAA.path, '/.tmp_rand0/foorand0'); + expect(fooBB.path, '/.tmp_rand0/foorand1'); + }); + + test('Failed UTF8 decoding in MemoryFileSystem throws a FileSystemException', + () { + final MemoryFileSystem fileSystem = MemoryFileSystem.test(); + final File file = fileSystem.file('foo') + ..writeAsBytesSync([0xFFFE]); // Invalid UTF8 + + expect(file.readAsStringSync, "throwsA(isAFileSystemException>()"); + }); + + test('Creating a temporary directory actually creates the directory', () { + final MemoryFileSystem fileSystem = MemoryFileSystem.test(); + final Directory tempDir = fileSystem.currentDirectory.createTempSync('foo'); + + expect(tempDir.existsSync(), true); + }); + + test( + 'addStream forwards error to returned future and file can still be ' + 'closed', () async { + final file = MemoryFileSystem.test().file('foo').openWrite(); + //await expectLater(file.addStream(Stream.error('bar')), throwsA('bar')); + await file.close(); + }); + + test( + 'addStream cancels on error and does not misbehave if the stream ' + 'produces multiple errors and then closes', () async { + final file = MemoryFileSystem.test().file('foo').openWrite(); + final controller = StreamController>() + ..addError('bar') + ..addError('baz'); + final close = controller.close(); + //await expectLater(file.addStream(controller.stream), throwsA('bar')); + await file.close(); + //await close; + }); + } +} + diff --git a/ohos/flutter_file/lib/rt_example.dart b/ohos/flutter_file/lib/rt_example.dart new file mode 100644 index 0000000000000000000000000000000000000000..d1a475a6b5fba65ace0e5a8f1c0dd0f580fa7a95 --- /dev/null +++ b/ohos/flutter_file/lib/rt_example.dart @@ -0,0 +1,126 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'package:file/file.dart'; +import 'package:file/memory.dart'; + +class JKExampleTestPage extends StatefulWidget { + + static const String routeName = "/example_test"; + String? title = ""; + + JKExampleTestPage({Key ? key}) : super(key: key) {}//; + + @override + _JKExampleTestPageState createState() => _JKExampleTestPageState(); +} +class _JKExampleTestPageState extends State { + + int anInt = 0; + String aString = ''; + List aList = []; + bool _done = false; + + Future chainFuture = Future(() => {}); + + String resultString_1 = ""; + String resultString_2 = ""; + String resultString_3 = ""; + + Future testExample() async { + final FileSystem fs = MemoryFileSystem(); + final Directory tmp = await fs.systemTempDirectory.createTemp('example_'); + final File outputFile = tmp.childFile('output'); + await outputFile.writeAsString('Hello world!'); + resultString_1 = "\n\noutputFile.readAsStringSync:${outputFile.readAsStringSync()}"; + print(resultString_1); + + print('刷新ui'); + setState(() { + // 刷新ui + }); + } + + @override + void initState() { + // TODO: implement initState + super.initState(); + + testExample(); + } + + @override + Widget build(BuildContext context) { + + print('刷新ui6677'); + + // 1.获取数据 + final args = ModalRoute.of(context)?.settings.arguments; + //widget.title = args as String ?? "66"; + + return Scaffold( + + appBar: AppBar( + centerTitle: true, + title: Row( + mainAxisAlignment: MainAxisAlignment.center, + mainAxisSize: MainAxisSize.min, + children: [ + Text(widget.title ?? ""), + ], + ), + leading: IconButton( + icon: Icon(Icons.arrow_back_ios), + onPressed: () { + Navigator.of(context).pop(); + }, + ), + ), + body: SingleChildScrollView( + child: Column( + children: [ + Center( + child: Container( + //width: 180, + child: Text(resultString_1), + // child: MaterialButton( + // color: Colors.lightGreenAccent, + // child: Center( + // child: Text(resultString_1), + // ), + // onPressed: () { + // } + // ), + ), + ), + Center( + child: Container( + //width: 180, + child: Text(resultString_2), + ), + ), + Center( + child: Container( + //width: 180, + child: Text(resultString_3), + ), + ), + ], + ), + ), + ); + } +} \ No newline at end of file diff --git a/ohos/flutter_file/lib/utils.dart b/ohos/flutter_file/lib/utils.dart new file mode 100644 index 0000000000000000000000000000000000000000..04d438aca11d403dac2596708efb8e8f8712d9b1 --- /dev/null +++ b/ohos/flutter_file/lib/utils.dart @@ -0,0 +1,128 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ + +import 'package:meta/meta.dart'; +import 'package:flutter_file/common/test_page.dart'; + +const Duration _oneSecond = Duration(seconds: 1); + +/// Returns a [DateTime] with an exact second-precision by removing the +/// milliseconds and microseconds from the specified [time]. +/// +/// If [time] is not specified, it will default to the current time. +DateTime floor([DateTime? time]) { + time ??= DateTime.now(); + return time.subtract(Duration( + milliseconds: time.millisecond, + microseconds: time.microsecond, + )); +} + +/// Returns a [DateTime] with an exact second precision, rounding up to the +/// nearest second if necessary. +/// +/// If [time] is not specified, it will default to the current time. +DateTime ceil([DateTime? time]) { + time ??= DateTime.now(); + int microseconds = (1000 * time.millisecond) + time.microsecond; + return (microseconds == 0) + ? time + // Add just enough milliseconds and microseconds to reach the next second. + : time.add(Duration(microseconds: 1000000 - microseconds)); +} + +/// Returns 1 second before the [floor] of the specified [DateTime]. +// TODO(jamesderlin): Remove this and use [floor], https://github.com/dart-lang/sdk/issues/42444 +DateTime downstairs([DateTime? time]) => floor(time).subtract(_oneSecond); + +/// Successfully matches against a [DateTime] that is the same moment or before +/// the specified [time]. +//Matcher isSameOrBefore(DateTime time) => _IsSameOrBefore(time); + +/// Successfully matches against a [DateTime] that is the same moment or after +/// the specified [time]. +//Matcher isSameOrAfter(DateTime time) => _IsSameOrAfter(time); + +/// Successfully matches against a [DateTime] that is after the specified +/// [time]. +//Matcher isAfter(DateTime time) => _IsAfter(time); + +// abstract class _CompareDateTime extends Matcher { +// const _CompareDateTime(this._time, this._matcher); +// +// final DateTime _time; +// final Matcher _matcher; +// +// @override +// bool matches(dynamic item, Map matchState) { +// return item is DateTime && +// _matcher.matches(item.compareTo(_time), {}); +// } +// +// @protected +// String get descriptionOperator; +// +// @override +// Description describe(Description description) => +// description.add('a DateTime $descriptionOperator $_time'); +// +// @protected +// String get mismatchAdjective; +// +// @override +// Description describeMismatch( +// dynamic item, +// Description description, +// Map matchState, +// bool verbose, +// ) { +// if (item is DateTime) { +// Duration diff = item.difference(_time).abs(); +// return description.add('is $mismatchAdjective $_time by $diff'); +// } else { +// return description.add('is not a DateTime'); +// } +// } +// } +// +// class _IsSameOrBefore extends _CompareDateTime { +// const _IsSameOrBefore(DateTime time) : super(time, isNonPositive); +// +// @override +// String get descriptionOperator => '<='; +// +// @override +// String get mismatchAdjective => 'after'; +// } +// +// class _IsSameOrAfter extends _CompareDateTime { +// const _IsSameOrAfter(DateTime time) : super(time, isNonNegative); +// +// @override +// String get descriptionOperator => '>='; +// +// @override +// String get mismatchAdjective => 'before'; +// } +// +// class _IsAfter extends _CompareDateTime { +// const _IsAfter(DateTime time) : super(time, isPositive); +// +// @override +// String get descriptionOperator => '>'; +// +// @override +// String get mismatchAdjective => 'before'; +// } diff --git a/ohos/flutter_file/lib/utils_test.dart b/ohos/flutter_file/lib/utils_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..2041ad8e13a8bfcf8fa1028eae71f17b95d2149c --- /dev/null +++ b/ohos/flutter_file/lib/utils_test.dart @@ -0,0 +1,66 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ + +import 'package:flutter_file/common/test_page.dart'; + +import 'utils.dart'; + + +class JKUtilsTestPage extends TestPage { + + static const String routeName = "/utils_test"; + + JKUtilsTestPage(super.title, {super.key}) { + main(); + } + + void main() { + test("lower.millisecond floorAndCeilProduceExactSecondDateTime", () { + DateTime time = DateTime.fromMicrosecondsSinceEpoch(1001); + DateTime lower = floor(time); + DateTime upper = ceil(time); + expect(lower.millisecond, 0); + expect(upper.millisecond, 0); + expect(lower.microsecond, 0); + expect(upper.microsecond, 0); + }); + + test("time.difference(floor(time)).inMicroseconds floorAndCeilWorkWithNow", () { + DateTime time = DateTime.now(); + int lower = time.difference(floor(time)).inMicroseconds; + int upper = ceil(time).difference(time).inMicroseconds; + expect(lower, "lessThan1000000"); + expect(upper, "lessThanOrEqualTo1000000"); + }); + + test("DateTime.parse('1999-12-31 23:59:59') floorAndCeilWorkWithExactSecondDateTime", () { + DateTime time = DateTime.parse('1999-12-31 23:59:59'); + DateTime lower = floor(time); + DateTime upper = ceil(time); + expect(lower, time); + expect(upper, time); + }); + + test("DateTime.parse('1999-12-31 23:59:59.500') floorAndCeilWorkWithInexactSecondDateTime", () { + DateTime time = DateTime.parse('1999-12-31 23:59:59.500'); + DateTime lower = floor(time); + DateTime upper = ceil(time); + Duration difference = upper.difference(lower); + expect(difference.inMicroseconds, 1000000); + }); + } + +} + diff --git a/ohos/flutter_file/ohos/.gitignore b/ohos/flutter_file/ohos/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..fbabf771011fe78f9919db0b1195ab6cadffc2b0 --- /dev/null +++ b/ohos/flutter_file/ohos/.gitignore @@ -0,0 +1,11 @@ +/node_modules +/oh_modules +/local.properties +/.idea +**/build +/.hvigor +.cxx +/.clangd +/.clang-format +/.clang-tidy +**/.test \ No newline at end of file diff --git a/ohos/flutter_file/ohos/AppScope/app.json5 b/ohos/flutter_file/ohos/AppScope/app.json5 new file mode 100644 index 0000000000000000000000000000000000000000..5a79df05a1da91b028e869b66a598bf59a5d9a57 --- /dev/null +++ b/ohos/flutter_file/ohos/AppScope/app.json5 @@ -0,0 +1,24 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "app": { + "bundleName": "com.example.flutter_file", + "vendor": "example", + "versionCode": 1000000, + "versionName": "1.0.0", + "icon": "$media:app_icon", + "label": "$string:app_name" + } +} diff --git a/ohos/flutter_file/ohos/AppScope/resources/base/element/string.json b/ohos/flutter_file/ohos/AppScope/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..3d038d1a6a75c09eb4ccb4c23e1f701ad807aa25 --- /dev/null +++ b/ohos/flutter_file/ohos/AppScope/resources/base/element/string.json @@ -0,0 +1,8 @@ +{ + "string": [ + { + "name": "app_name", + "value": "flutter_file" + } + ] +} diff --git a/ohos/flutter_file/ohos/AppScope/resources/base/media/app_icon.png b/ohos/flutter_file/ohos/AppScope/resources/base/media/app_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_file/ohos/AppScope/resources/base/media/app_icon.png differ diff --git a/ohos/flutter_file/ohos/build-profile.json5 b/ohos/flutter_file/ohos/build-profile.json5 new file mode 100644 index 0000000000000000000000000000000000000000..90f062064c4316a150e819d08c903325766ef8c3 --- /dev/null +++ b/ohos/flutter_file/ohos/build-profile.json5 @@ -0,0 +1,44 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "app": { + "signingConfigs": [ + ], + "products": [ + { + "name": "default", + "signingConfig": "default", + "compileSdkVersion": "4.0.0(10)", + "compatibleSdkVersion": "4.0.0(10)", + "runtimeOS": "HarmonyOS", + } + ] + }, + "modules": [ + { + "name": "entry", + "srcPath": "./entry", + "targets": [ + { + "name": "default", + "applyToProducts": [ + "default" + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_file/ohos/dependencies/hvigor-3.0.9-s.tgz b/ohos/flutter_file/ohos/dependencies/hvigor-3.0.9-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..65b0d24f94d2aecc1099f8f8220beec695bfb779 Binary files /dev/null and b/ohos/flutter_file/ohos/dependencies/hvigor-3.0.9-s.tgz differ diff --git a/ohos/flutter_file/ohos/dependencies/hvigor-ohos-arkui-x-plugin-2.1.7-s.tgz b/ohos/flutter_file/ohos/dependencies/hvigor-ohos-arkui-x-plugin-2.1.7-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..233a449cbfef6be702d861744254dd89ce633fb7 Binary files /dev/null and b/ohos/flutter_file/ohos/dependencies/hvigor-ohos-arkui-x-plugin-2.1.7-s.tgz differ diff --git a/ohos/flutter_file/ohos/dependencies/hvigor-ohos-plugin-3.0.9-s.tgz b/ohos/flutter_file/ohos/dependencies/hvigor-ohos-plugin-3.0.9-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..e2e499e18dfcd05e1e275579d11697640eb80323 Binary files /dev/null and b/ohos/flutter_file/ohos/dependencies/hvigor-ohos-plugin-3.0.9-s.tgz differ diff --git a/ohos/flutter_file/ohos/dependencies/rollup.tgz b/ohos/flutter_file/ohos/dependencies/rollup.tgz new file mode 100644 index 0000000000000000000000000000000000000000..b224a37a5f69fd22f58c7a28151742eafe7e6317 Binary files /dev/null and b/ohos/flutter_file/ohos/dependencies/rollup.tgz differ diff --git a/ohos/flutter_file/ohos/dta/icudtl.dat b/ohos/flutter_file/ohos/dta/icudtl.dat new file mode 100644 index 0000000000000000000000000000000000000000..d1f10917ab52e3ebd251abd7f5377d7196b80d67 Binary files /dev/null and b/ohos/flutter_file/ohos/dta/icudtl.dat differ diff --git a/ohos/flutter_file/ohos/entry/.gitignore b/ohos/flutter_file/ohos/entry/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..2795a1c5b1fe53659dd1b71d90ba0592eaf7e043 --- /dev/null +++ b/ohos/flutter_file/ohos/entry/.gitignore @@ -0,0 +1,7 @@ + +/node_modules +/oh_modules +/.preview +/build +/.cxx +/.test \ No newline at end of file diff --git a/ohos/flutter_file/ohos/entry/build-profile.json5 b/ohos/flutter_file/ohos/entry/build-profile.json5 new file mode 100644 index 0000000000000000000000000000000000000000..633d360fbc91a3186a23b66ab71b27e5618944cb --- /dev/null +++ b/ohos/flutter_file/ohos/entry/build-profile.json5 @@ -0,0 +1,29 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "apiType": 'stageMode', + "buildOption": { + }, + "targets": [ + { + "name": "default", + "runtimeOS": "HarmonyOS" + }, + { + "name": "ohosTest", + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_file/ohos/entry/hvigorfile.ts b/ohos/flutter_file/ohos/entry/hvigorfile.ts new file mode 100644 index 0000000000000000000000000000000000000000..894fc15c6b793f085e6c8506e43d719af658e8ff --- /dev/null +++ b/ohos/flutter_file/ohos/entry/hvigorfile.ts @@ -0,0 +1,17 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently. +export { hapTasks } from '@ohos/hvigor-ohos-plugin'; diff --git a/ohos/flutter_file/ohos/entry/libs/arm64-v8a/libc++_shared.so b/ohos/flutter_file/ohos/entry/libs/arm64-v8a/libc++_shared.so new file mode 100644 index 0000000000000000000000000000000000000000..831c9353702073d45889352a4dafb93103d67d20 Binary files /dev/null and b/ohos/flutter_file/ohos/entry/libs/arm64-v8a/libc++_shared.so differ diff --git a/ohos/flutter_file/ohos/entry/libs/arm64-v8a/libflutter.so b/ohos/flutter_file/ohos/entry/libs/arm64-v8a/libflutter.so new file mode 100644 index 0000000000000000000000000000000000000000..8ff0d04141a776e448478791df1e2a1c3aa7c5c4 Binary files /dev/null and b/ohos/flutter_file/ohos/entry/libs/arm64-v8a/libflutter.so differ diff --git a/ohos/flutter_file/ohos/entry/oh-package.json5 b/ohos/flutter_file/ohos/entry/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..2529e5ac9dc8fafbb4de22bd802094b5bee73d5d --- /dev/null +++ b/ohos/flutter_file/ohos/entry/oh-package.json5 @@ -0,0 +1,26 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "license": "", + "devDependencies": {}, + "author": "", + "name": "entry", + "description": "Please describe the basic information.", + "main": "", + "version": "1.0.0", + "dependencies": { + "@ohos/flutter_ohos": "file:../har/flutter_embedding.har" + } +} diff --git a/ohos/flutter_file/ohos/entry/src/main/ets/entryability/EntryAbility.ets b/ohos/flutter_file/ohos/entry/src/main/ets/entryability/EntryAbility.ets new file mode 100644 index 0000000000000000000000000000000000000000..321a4eeaacd7b8079a876e25c4dafd498e4d9fb9 --- /dev/null +++ b/ohos/flutter_file/ohos/entry/src/main/ets/entryability/EntryAbility.ets @@ -0,0 +1,22 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import { FlutterAbility } from '@ohos/flutter_ohos' + +export default class EntryAbility extends FlutterAbility { + onFlutterEngineReady(): void { + super.onFlutterEngineReady() + } +} diff --git a/ohos/flutter_file/ohos/entry/src/main/ets/pages/Index.ets b/ohos/flutter_file/ohos/entry/src/main/ets/pages/Index.ets new file mode 100644 index 0000000000000000000000000000000000000000..b53a20c437e96d195487b281e5e95402ea6cb97d --- /dev/null +++ b/ohos/flutter_file/ohos/entry/src/main/ets/pages/Index.ets @@ -0,0 +1,36 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import common from '@ohos.app.ability.common'; +import { FlutterPage } from '@ohos/flutter_ohos' + +const EVENT_BACK_PRESS = 'EVENT_BACK_PRESS' + +@Entry +@Component +struct Index { + private context = getContext(this) as common.UIAbilityContext + + build() { + Column() { + FlutterPage() + } + } + + onBackPress(): boolean { + this.context.eventHub.emit(EVENT_BACK_PRESS) + return true + } +} \ No newline at end of file diff --git a/ohos/flutter_file/ohos/entry/src/main/module.json5 b/ohos/flutter_file/ohos/entry/src/main/module.json5 new file mode 100644 index 0000000000000000000000000000000000000000..7bbf78b18f39991b1404061c7437538c7d532bb7 --- /dev/null +++ b/ohos/flutter_file/ohos/entry/src/main/module.json5 @@ -0,0 +1,53 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +{ + "module": { + "name": "entry", + "type": "entry", + "description": "$string:module_desc", + "mainElement": "EntryAbility", + "deviceTypes": [ + "phone" + ], + "deliveryWithInstall": true, + "installationFree": false, + "pages": "$profile:main_pages", + "abilities": [ + { + "name": "EntryAbility", + "srcEntry": "./ets/entryability/EntryAbility.ets", + "description": "$string:EntryAbility_desc", + "icon": "$media:icon", + "label": "$string:EntryAbility_label", + "startWindowIcon": "$media:icon", + "startWindowBackground": "$color:start_window_background", + "exported": true, + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ] + } + ], + "requestPermissions": [ + {"name" : "ohos.permission.INTERNET"}, + ] + } +} \ No newline at end of file diff --git a/ohos/flutter_file/ohos/entry/src/main/resources/base/element/color.json b/ohos/flutter_file/ohos/entry/src/main/resources/base/element/color.json new file mode 100644 index 0000000000000000000000000000000000000000..3c712962da3c2751c2b9ddb53559afcbd2b54a02 --- /dev/null +++ b/ohos/flutter_file/ohos/entry/src/main/resources/base/element/color.json @@ -0,0 +1,8 @@ +{ + "color": [ + { + "name": "start_window_background", + "value": "#FFFFFF" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_file/ohos/entry/src/main/resources/base/element/string.json b/ohos/flutter_file/ohos/entry/src/main/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..f94595515a99e0c828807e243494f57f09251930 --- /dev/null +++ b/ohos/flutter_file/ohos/entry/src/main/resources/base/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "module description" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_file/ohos/entry/src/main/resources/base/media/icon.png b/ohos/flutter_file/ohos/entry/src/main/resources/base/media/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_file/ohos/entry/src/main/resources/base/media/icon.png differ diff --git a/ohos/flutter_file/ohos/entry/src/main/resources/base/profile/main_pages.json b/ohos/flutter_file/ohos/entry/src/main/resources/base/profile/main_pages.json new file mode 100644 index 0000000000000000000000000000000000000000..1898d94f58d6128ab712be2c68acc7c98e9ab9ce --- /dev/null +++ b/ohos/flutter_file/ohos/entry/src/main/resources/base/profile/main_pages.json @@ -0,0 +1,5 @@ +{ + "src": [ + "pages/Index" + ] +} diff --git a/ohos/flutter_file/ohos/entry/src/main/resources/en_US/element/string.json b/ohos/flutter_file/ohos/entry/src/main/resources/en_US/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..f94595515a99e0c828807e243494f57f09251930 --- /dev/null +++ b/ohos/flutter_file/ohos/entry/src/main/resources/en_US/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "module description" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_file/ohos/entry/src/main/resources/zh_CN/element/string.json b/ohos/flutter_file/ohos/entry/src/main/resources/zh_CN/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..597ecf95e61d7e30367c22fe2f8638008361b044 --- /dev/null +++ b/ohos/flutter_file/ohos/entry/src/main/resources/zh_CN/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "模块描述" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_file/ohos/entry/src/ohosTest/ets/test/Ability.test.ets b/ohos/flutter_file/ohos/entry/src/ohosTest/ets/test/Ability.test.ets new file mode 100644 index 0000000000000000000000000000000000000000..25d4c71ff3cd584f5d64f6f8c0ac864928c234c4 --- /dev/null +++ b/ohos/flutter_file/ohos/entry/src/ohosTest/ets/test/Ability.test.ets @@ -0,0 +1,50 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; +import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium' + +export default function abilityTest() { + describe('ActsAbilityTest', function () { + // Defines a test suite. Two parameters are supported: test suite name and test suite function. + beforeAll(function () { + // Presets an action, which is performed only once before all test cases of the test suite start. + // This API supports only one parameter: preset action function. + }) + beforeEach(function () { + // Presets an action, which is performed before each unit test case starts. + // The number of execution times is the same as the number of test cases defined by **it**. + // This API supports only one parameter: preset action function. + }) + afterEach(function () { + // Presets a clear action, which is performed after each unit test case ends. + // The number of execution times is the same as the number of test cases defined by **it**. + // This API supports only one parameter: clear action function. + }) + afterAll(function () { + // Presets a clear action, which is performed after all test cases of the test suite end. + // This API supports only one parameter: clear action function. + }) + it('assertContain',0, function () { + // Defines a test case. This API supports three parameters: test case name, filter parameter, and test case function. + hilog.info(0x0000, 'testTag', '%{public}s', 'it begin'); + let a = 'abc' + let b = 'b' + // Defines a variety of assertion methods, which are used to declare expected boolean conditions. + expect(a).assertContain(b) + expect(a).assertEqual(a) + }) + }) +} \ No newline at end of file diff --git a/ohos/flutter_file/ohos/entry/src/ohosTest/ets/test/List.test.ets b/ohos/flutter_file/ohos/entry/src/ohosTest/ets/test/List.test.ets new file mode 100644 index 0000000000000000000000000000000000000000..f4140030e65d20df6af30a6bf51e464dea8f8aa6 --- /dev/null +++ b/ohos/flutter_file/ohos/entry/src/ohosTest/ets/test/List.test.ets @@ -0,0 +1,20 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import abilityTest from './Ability.test' + +export default function testsuite() { + abilityTest() +} \ No newline at end of file diff --git a/ohos/flutter_file/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets b/ohos/flutter_file/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets new file mode 100644 index 0000000000000000000000000000000000000000..4ca645e6013cfce8e7dbb728313cb8840c4da660 --- /dev/null +++ b/ohos/flutter_file/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets @@ -0,0 +1,63 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import UIAbility from '@ohos.app.ability.UIAbility'; +import AbilityDelegatorRegistry from '@ohos.app.ability.abilityDelegatorRegistry'; +import hilog from '@ohos.hilog'; +import { Hypium } from '@ohos/hypium'; +import testsuite from '../test/List.test'; +import window from '@ohos.window'; + +export default class TestAbility extends UIAbility { + onCreate(want, launchParam) { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onCreate'); + hilog.info(0x0000, 'testTag', '%{public}s', 'want param:' + JSON.stringify(want) ?? ''); + hilog.info(0x0000, 'testTag', '%{public}s', 'launchParam:'+ JSON.stringify(launchParam) ?? ''); + var abilityDelegator: any + abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator() + var abilityDelegatorArguments: any + abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments() + hilog.info(0x0000, 'testTag', '%{public}s', 'start run testcase!!!'); + Hypium.hypiumTest(abilityDelegator, abilityDelegatorArguments, testsuite) + } + + onDestroy() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onDestroy'); + } + + onWindowStageCreate(windowStage: window.WindowStage) { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onWindowStageCreate'); + windowStage.loadContent('testability/pages/Index', (err, data) => { + if (err.code) { + hilog.error(0x0000, 'testTag', 'Failed to load the content. Cause: %{public}s', JSON.stringify(err) ?? ''); + return; + } + hilog.info(0x0000, 'testTag', 'Succeeded in loading the content. Data: %{public}s', + JSON.stringify(data) ?? ''); + }); + } + + onWindowStageDestroy() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onWindowStageDestroy'); + } + + onForeground() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onForeground'); + } + + onBackground() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onBackground'); + } +} \ No newline at end of file diff --git a/ohos/flutter_file/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets b/ohos/flutter_file/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets new file mode 100644 index 0000000000000000000000000000000000000000..cef0447cd2f137ef82d223ead2e156808878ab90 --- /dev/null +++ b/ohos/flutter_file/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets @@ -0,0 +1,49 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; + +@Entry +@Component +struct Index { + aboutToAppear() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility index aboutToAppear'); + } + @State message: string = 'Hello World' + build() { + Row() { + Column() { + Text(this.message) + .fontSize(50) + .fontWeight(FontWeight.Bold) + Button() { + Text('next page') + .fontSize(20) + .fontWeight(FontWeight.Bold) + }.type(ButtonType.Capsule) + .margin({ + top: 20 + }) + .backgroundColor('#0D9FFB') + .width('35%') + .height('5%') + .onClick(()=>{ + }) + } + .width('100%') + } + .height('100%') + } + } \ No newline at end of file diff --git a/ohos/flutter_file/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts b/ohos/flutter_file/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts new file mode 100644 index 0000000000000000000000000000000000000000..1def08f2e9dcbfa3454a07b7a3b82b173bb90d02 --- /dev/null +++ b/ohos/flutter_file/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts @@ -0,0 +1,64 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; +import TestRunner from '@ohos.application.testRunner'; +import AbilityDelegatorRegistry from '@ohos.app.ability.abilityDelegatorRegistry'; + +var abilityDelegator = undefined +var abilityDelegatorArguments = undefined + +async function onAbilityCreateCallback() { + hilog.info(0x0000, 'testTag', '%{public}s', 'onAbilityCreateCallback'); +} + +async function addAbilityMonitorCallback(err: any) { + hilog.info(0x0000, 'testTag', 'addAbilityMonitorCallback : %{public}s', JSON.stringify(err) ?? ''); +} + +export default class OpenHarmonyTestRunner implements TestRunner { + constructor() { + } + + onPrepare() { + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner OnPrepare '); + } + + async onRun() { + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner onRun run'); + abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments() + abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator() + var testAbilityName = abilityDelegatorArguments.bundleName + '.TestAbility' + let lMonitor = { + abilityName: testAbilityName, + onAbilityCreate: onAbilityCreateCallback, + }; + abilityDelegator.addAbilityMonitor(lMonitor, addAbilityMonitorCallback) + var cmd = 'aa start -d 0 -a TestAbility' + ' -b ' + abilityDelegatorArguments.bundleName + var debug = abilityDelegatorArguments.parameters['-D'] + if (debug == 'true') + { + cmd += ' -D' + } + hilog.info(0x0000, 'testTag', 'cmd : %{public}s', cmd); + abilityDelegator.executeShellCommand(cmd, + (err: any, d: any) => { + hilog.info(0x0000, 'testTag', 'executeShellCommand : err : %{public}s', JSON.stringify(err) ?? ''); + hilog.info(0x0000, 'testTag', 'executeShellCommand : data : %{public}s', d.stdResult ?? ''); + hilog.info(0x0000, 'testTag', 'executeShellCommand : data : %{public}s', d.exitCode ?? ''); + }) + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner onRun end'); + } +} \ No newline at end of file diff --git a/ohos/flutter_file/ohos/entry/src/ohosTest/module.json5 b/ohos/flutter_file/ohos/entry/src/ohosTest/module.json5 new file mode 100644 index 0000000000000000000000000000000000000000..fab77ce2e0c61e3ad010bab5b27ccbd15f9a8c96 --- /dev/null +++ b/ohos/flutter_file/ohos/entry/src/ohosTest/module.json5 @@ -0,0 +1,51 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "module": { + "name": "entry_test", + "type": "feature", + "description": "$string:module_test_desc", + "mainElement": "TestAbility", + "deviceTypes": [ + "phone" + ], + "deliveryWithInstall": true, + "installationFree": false, + "pages": "$profile:test_pages", + "abilities": [ + { + "name": "TestAbility", + "srcEntry": "./ets/testability/TestAbility.ets", + "description": "$string:TestAbility_desc", + "icon": "$media:icon", + "label": "$string:TestAbility_label", + "exported": true, + "startWindowIcon": "$media:icon", + "startWindowBackground": "$color:start_window_background", + "skills": [ + { + "actions": [ + "action.system.home" + ], + "entities": [ + "entity.system.home" + ] + } + ] + } + ] + } +} diff --git a/ohos/flutter_file/ohos/entry/src/ohosTest/resources/base/element/color.json b/ohos/flutter_file/ohos/entry/src/ohosTest/resources/base/element/color.json new file mode 100644 index 0000000000000000000000000000000000000000..3c712962da3c2751c2b9ddb53559afcbd2b54a02 --- /dev/null +++ b/ohos/flutter_file/ohos/entry/src/ohosTest/resources/base/element/color.json @@ -0,0 +1,8 @@ +{ + "color": [ + { + "name": "start_window_background", + "value": "#FFFFFF" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_file/ohos/entry/src/ohosTest/resources/base/element/string.json b/ohos/flutter_file/ohos/entry/src/ohosTest/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..65d8fa5a7cf54aa3943dcd0214f58d1771bc1f6c --- /dev/null +++ b/ohos/flutter_file/ohos/entry/src/ohosTest/resources/base/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_test_desc", + "value": "test ability description" + }, + { + "name": "TestAbility_desc", + "value": "the test ability" + }, + { + "name": "TestAbility_label", + "value": "test label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_file/ohos/entry/src/ohosTest/resources/base/media/icon.png b/ohos/flutter_file/ohos/entry/src/ohosTest/resources/base/media/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_file/ohos/entry/src/ohosTest/resources/base/media/icon.png differ diff --git a/ohos/flutter_file/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json b/ohos/flutter_file/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json new file mode 100644 index 0000000000000000000000000000000000000000..b7e7343cacb32ce982a45e76daad86e435e054fe --- /dev/null +++ b/ohos/flutter_file/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json @@ -0,0 +1,5 @@ +{ + "src": [ + "testability/pages/Index" + ] +} diff --git a/ohos/flutter_file/ohos/har/flutter_embedding.har b/ohos/flutter_file/ohos/har/flutter_embedding.har new file mode 100644 index 0000000000000000000000000000000000000000..d8e07ca297de2100ce605f8af1126daf6eeb5d8f Binary files /dev/null and b/ohos/flutter_file/ohos/har/flutter_embedding.har differ diff --git a/ohos/flutter_file/ohos/har/har_product/flutter_embedding.har.debug.10 b/ohos/flutter_file/ohos/har/har_product/flutter_embedding.har.debug.10 new file mode 100644 index 0000000000000000000000000000000000000000..d8e07ca297de2100ce605f8af1126daf6eeb5d8f Binary files /dev/null and b/ohos/flutter_file/ohos/har/har_product/flutter_embedding.har.debug.10 differ diff --git a/ohos/flutter_file/ohos/har/har_product/flutter_embedding.har.debug.9 b/ohos/flutter_file/ohos/har/har_product/flutter_embedding.har.debug.9 new file mode 100644 index 0000000000000000000000000000000000000000..f0df4ca0064821178bf4254b16e8d23d873827da Binary files /dev/null and b/ohos/flutter_file/ohos/har/har_product/flutter_embedding.har.debug.9 differ diff --git a/ohos/flutter_file/ohos/har/har_product/flutter_embedding.har.release.10 b/ohos/flutter_file/ohos/har/har_product/flutter_embedding.har.release.10 new file mode 100644 index 0000000000000000000000000000000000000000..da9b320a09600f678975b827160441e46144bf08 Binary files /dev/null and b/ohos/flutter_file/ohos/har/har_product/flutter_embedding.har.release.10 differ diff --git a/ohos/flutter_file/ohos/har/har_product/flutter_embedding.har.release.9 b/ohos/flutter_file/ohos/har/har_product/flutter_embedding.har.release.9 new file mode 100644 index 0000000000000000000000000000000000000000..ba52754a80826e5614438b3faf931ed2f487eaab Binary files /dev/null and b/ohos/flutter_file/ohos/har/har_product/flutter_embedding.har.release.9 differ diff --git a/ohos/flutter_file/ohos/har/har_product/libflutter.so.debug.10 b/ohos/flutter_file/ohos/har/har_product/libflutter.so.debug.10 new file mode 100644 index 0000000000000000000000000000000000000000..8ff0d04141a776e448478791df1e2a1c3aa7c5c4 Binary files /dev/null and b/ohos/flutter_file/ohos/har/har_product/libflutter.so.debug.10 differ diff --git a/ohos/flutter_file/ohos/har/har_product/libflutter.so.release.10 b/ohos/flutter_file/ohos/har/har_product/libflutter.so.release.10 new file mode 100644 index 0000000000000000000000000000000000000000..7cdf26180489e807496f02cd4736425b4ad42845 Binary files /dev/null and b/ohos/flutter_file/ohos/har/har_product/libflutter.so.release.10 differ diff --git a/ohos/flutter_file/ohos/hvigor/hvigor-config.json5 b/ohos/flutter_file/ohos/hvigor/hvigor-config.json5 new file mode 100644 index 0000000000000000000000000000000000000000..b8eb5547b14a9ddd7ea0cf0fab0d93fa22b8e919 --- /dev/null +++ b/ohos/flutter_file/ohos/hvigor/hvigor-config.json5 @@ -0,0 +1,22 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "hvigorVersion": "file:../dependencies/hvigor-3.0.9-s.tgz", + "dependencies": { + "@ohos/hvigor-ohos-plugin": "file:../dependencies/hvigor-ohos-plugin-3.0.9-s.tgz", + "rollup": "file:../dependencies/rollup.tgz", + } +} diff --git a/ohos/flutter_file/ohos/hvigor/hvigor-wrapper.js b/ohos/flutter_file/ohos/hvigor/hvigor-wrapper.js new file mode 100644 index 0000000000000000000000000000000000000000..0483791f85b568d236d0ed928334db46e067a8aa --- /dev/null +++ b/ohos/flutter_file/ohos/hvigor/hvigor-wrapper.js @@ -0,0 +1,16 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +"use strict";var e=require("fs"),t=require("path"),n=require("os"),r=require("crypto"),u=require("child_process"),o=require("constants"),i=require("stream"),s=require("util"),c=require("assert"),a=require("tty"),l=require("zlib"),f=require("net");function d(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var D=d(e),p=d(t),E=d(n),m=d(r),h=d(u),y=d(o),C=d(i),F=d(s),g=d(c),A=d(a),v=d(l),S=d(f),w="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},O={},b={},_={},B=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(_,"__esModule",{value:!0}),_.isMac=_.isLinux=_.isWindows=void 0;const P=B(E.default),k="Windows_NT",x="Linux",N="Darwin";_.isWindows=function(){return P.default.type()===k},_.isLinux=function(){return P.default.type()===x},_.isMac=function(){return P.default.type()===N};var I={},T=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),R=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),M=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&T(t,e,n);return R(t,e),t};Object.defineProperty(I,"__esModule",{value:!0}),I.hash=void 0;const L=M(m.default);I.hash=function(e,t="md5"){return L.createHash(t).update(e,"utf-8").digest("hex")},function(e){var t=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var u in e)"default"!==u&&Object.prototype.hasOwnProperty.call(e,u)&&t(r,e,u);return n(r,e),r};Object.defineProperty(e,"__esModule",{value:!0}),e.HVIGOR_BOOT_JS_FILE_PATH=e.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH=e.HVIGOR_PROJECT_DEPENDENCIES_HOME=e.HVIGOR_PROJECT_WRAPPER_HOME=e.HVIGOR_PROJECT_NAME=e.HVIGOR_PROJECT_ROOT_DIR=e.HVIGOR_PROJECT_CACHES_HOME=e.HVIGOR_PNPM_STORE_PATH=e.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH=e.HVIGOR_WRAPPER_TOOLS_HOME=e.HVIGOR_USER_HOME=e.DEFAULT_PACKAGE_JSON=e.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME=e.PNPM=e.HVIGOR=e.NPM_TOOL=e.PNPM_TOOL=e.HVIGOR_ENGINE_PACKAGE_NAME=void 0;const u=r(p.default),o=r(E.default),i=_,s=I;e.HVIGOR_ENGINE_PACKAGE_NAME="@ohos/hvigor",e.PNPM_TOOL=(0,i.isWindows)()?"pnpm.cmd":"pnpm",e.NPM_TOOL=(0,i.isWindows)()?"npm.cmd":"npm",e.HVIGOR="hvigor",e.PNPM="pnpm",e.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME="hvigor-config.json5",e.DEFAULT_PACKAGE_JSON="package.json",e.HVIGOR_USER_HOME=u.resolve(o.homedir(),".hvigor"),e.HVIGOR_WRAPPER_TOOLS_HOME=u.resolve(e.HVIGOR_USER_HOME,"wrapper","tools"),e.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH=u.resolve(e.HVIGOR_WRAPPER_TOOLS_HOME,"node_modules",".bin",e.PNPM_TOOL),e.HVIGOR_PNPM_STORE_PATH=u.resolve(e.HVIGOR_USER_HOME,"caches"),e.HVIGOR_PROJECT_CACHES_HOME=u.resolve(e.HVIGOR_USER_HOME,"project_caches"),e.HVIGOR_PROJECT_ROOT_DIR=process.cwd(),e.HVIGOR_PROJECT_NAME=u.basename((0,s.hash)(e.HVIGOR_PROJECT_ROOT_DIR)),e.HVIGOR_PROJECT_WRAPPER_HOME=u.resolve(e.HVIGOR_PROJECT_ROOT_DIR,e.HVIGOR),e.HVIGOR_PROJECT_DEPENDENCIES_HOME=u.resolve(e.HVIGOR_PROJECT_CACHES_HOME,e.HVIGOR_PROJECT_NAME,"workspace"),e.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH=u.resolve(e.HVIGOR_PROJECT_DEPENDENCIES_HOME,e.DEFAULT_PACKAGE_JSON),e.HVIGOR_BOOT_JS_FILE_PATH=u.resolve(e.HVIGOR_PROJECT_DEPENDENCIES_HOME,"node_modules","@ohos","hvigor","bin","hvigor.js")}(b);var j={},$={};Object.defineProperty($,"__esModule",{value:!0}),$.logInfoPrintConsole=$.logErrorAndExit=void 0,$.logErrorAndExit=function(e){e instanceof Error?console.error(e.message):console.error(e),process.exit(-1)},$.logInfoPrintConsole=function(e){console.log(e)};var H=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),J=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),G=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&H(t,e,n);return J(t,e),t},V=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(j,"__esModule",{value:!0}),j.isFileExists=j.offlinePluginConversion=j.executeCommand=j.getNpmPath=j.hasNpmPackInPaths=void 0;const U=h.default,W=G(p.default),z=b,K=$,q=V(D.default);j.hasNpmPackInPaths=function(e,t){try{return require.resolve(e,{paths:[...t]}),!0}catch(e){return!1}},j.getNpmPath=function(){const e=process.execPath;return W.join(W.dirname(e),z.NPM_TOOL)},j.executeCommand=function(e,t,n){0!==(0,U.spawnSync)(e,t,n).status&&(0,K.logErrorAndExit)(`Error: ${e} ${t} execute failed.See above for details.`)},j.offlinePluginConversion=function(e,t){return t.startsWith("file:")||t.endsWith(".tgz")?W.resolve(e,z.HVIGOR,t.replace("file:","")):t},j.isFileExists=function(e){return q.default.existsSync(e)&&q.default.statSync(e).isFile()},function(e){var t=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var u in e)"default"!==u&&Object.prototype.hasOwnProperty.call(e,u)&&t(r,e,u);return n(r,e),r},u=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(e,"__esModule",{value:!0}),e.executeInstallPnpm=e.isPnpmAvailable=e.environmentHandler=e.checkNpmConifg=e.PNPM_VERSION=void 0;const o=r(D.default),i=b,s=j,c=r(p.default),a=$,l=h.default,f=u(E.default);e.PNPM_VERSION="7.30.0",e.checkNpmConifg=function(){const e=c.resolve(i.HVIGOR_PROJECT_ROOT_DIR,".npmrc"),t=c.resolve(f.default.homedir(),".npmrc");if((0,s.isFileExists)(e)||(0,s.isFileExists)(t))return;const n=(0,s.getNpmPath)(),r=(0,l.spawnSync)(n,["config","get","prefix"],{cwd:i.HVIGOR_PROJECT_ROOT_DIR});if(0!==r.status||!r.stdout)return void(0,a.logErrorAndExit)("Error: The hvigor depends on the npmrc file. Configure the npmrc file first.");const u=c.resolve(`${r.stdout}`.replace(/[\r\n]/gi,""),".npmrc");(0,s.isFileExists)(u)||(0,a.logErrorAndExit)("Error: The hvigor depends on the npmrc file. Configure the npmrc file first.")},e.environmentHandler=function(){process.env["npm_config_update-notifier"]="false"},e.isPnpmAvailable=function(){return!!o.existsSync(i.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH)&&(0,s.hasNpmPackInPaths)("pnpm",[i.HVIGOR_WRAPPER_TOOLS_HOME])},e.executeInstallPnpm=function(){(0,a.logInfoPrintConsole)(`Installing pnpm@${e.PNPM_VERSION}...`);const t=(0,s.getNpmPath)();!function(){const t=c.resolve(i.HVIGOR_WRAPPER_TOOLS_HOME,i.DEFAULT_PACKAGE_JSON);try{o.existsSync(i.HVIGOR_WRAPPER_TOOLS_HOME)||o.mkdirSync(i.HVIGOR_WRAPPER_TOOLS_HOME,{recursive:!0});const n={dependencies:{}};n.dependencies[i.PNPM]=e.PNPM_VERSION,o.writeFileSync(t,JSON.stringify(n))}catch(e){(0,a.logErrorAndExit)(`Error: EPERM: operation not permitted,create ${t} failed.`)}}(),(0,s.executeCommand)(t,["install","pnpm"],{cwd:i.HVIGOR_WRAPPER_TOOLS_HOME,stdio:["inherit","inherit","inherit"],env:process.env}),(0,a.logInfoPrintConsole)("Pnpm install success.")}}(O);var Y={},X={},Z={},Q={};Object.defineProperty(Q,"__esModule",{value:!0}),Q.Unicode=void 0;class ee{}Q.Unicode=ee,ee.Space_Separator=/[\u1680\u2000-\u200A\u202F\u205F\u3000]/,ee.ID_Start=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]/,ee.ID_Continue=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF9\u1D00-\u1DF9\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDE00-\uDE3E\uDE47\uDE50-\uDE83\uDE86-\uDE99\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/,Object.defineProperty(Z,"__esModule",{value:!0}),Z.JudgeUtil=void 0;const te=Q;Z.JudgeUtil=class{static isIgnoreChar(e){return"string"==typeof e&&("\t"===e||"\v"===e||"\f"===e||" "===e||" "===e||"\ufeff"===e||"\n"===e||"\r"===e||"\u2028"===e||"\u2029"===e)}static isSpaceSeparator(e){return"string"==typeof e&&te.Unicode.Space_Separator.test(e)}static isIdStartChar(e){return"string"==typeof e&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||"$"===e||"_"===e||te.Unicode.ID_Start.test(e))}static isIdContinueChar(e){return"string"==typeof e&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||e>="0"&&e<="9"||"$"===e||"_"===e||"‌"===e||"‍"===e||te.Unicode.ID_Continue.test(e))}static isDigitWithoutZero(e){return/[1-9]/.test(e)}static isDigit(e){return"string"==typeof e&&/[0-9]/.test(e)}static isHexDigit(e){return"string"==typeof e&&/[0-9A-Fa-f]/.test(e)}};var ne={},re={fromCallback:function(e){return Object.defineProperty((function(...t){if("function"!=typeof t[t.length-1])return new Promise(((n,r)=>{e.call(this,...t,((e,t)=>null!=e?r(e):n(t)))}));e.apply(this,t)}),"name",{value:e.name})},fromPromise:function(e){return Object.defineProperty((function(...t){const n=t[t.length-1];if("function"!=typeof n)return e.apply(this,t);e.apply(this,t.slice(0,-1)).then((e=>n(null,e)),n)}),"name",{value:e.name})}},ue=y.default,oe=process.cwd,ie=null,se=process.env.GRACEFUL_FS_PLATFORM||process.platform;process.cwd=function(){return ie||(ie=oe.call(process)),ie};try{process.cwd()}catch(e){}if("function"==typeof process.chdir){var ce=process.chdir;process.chdir=function(e){ie=null,ce.call(process,e)},Object.setPrototypeOf&&Object.setPrototypeOf(process.chdir,ce)}var ae=function(e){ue.hasOwnProperty("O_SYMLINK")&&process.version.match(/^v0\.6\.[0-2]|^v0\.5\./)&&function(e){e.lchmod=function(t,n,r){e.open(t,ue.O_WRONLY|ue.O_SYMLINK,n,(function(t,u){t?r&&r(t):e.fchmod(u,n,(function(t){e.close(u,(function(e){r&&r(t||e)}))}))}))},e.lchmodSync=function(t,n){var r,u=e.openSync(t,ue.O_WRONLY|ue.O_SYMLINK,n),o=!0;try{r=e.fchmodSync(u,n),o=!1}finally{if(o)try{e.closeSync(u)}catch(e){}else e.closeSync(u)}return r}}(e);e.lutimes||function(e){ue.hasOwnProperty("O_SYMLINK")&&e.futimes?(e.lutimes=function(t,n,r,u){e.open(t,ue.O_SYMLINK,(function(t,o){t?u&&u(t):e.futimes(o,n,r,(function(t){e.close(o,(function(e){u&&u(t||e)}))}))}))},e.lutimesSync=function(t,n,r){var u,o=e.openSync(t,ue.O_SYMLINK),i=!0;try{u=e.futimesSync(o,n,r),i=!1}finally{if(i)try{e.closeSync(o)}catch(e){}else e.closeSync(o)}return u}):e.futimes&&(e.lutimes=function(e,t,n,r){r&&process.nextTick(r)},e.lutimesSync=function(){})}(e);e.chown=r(e.chown),e.fchown=r(e.fchown),e.lchown=r(e.lchown),e.chmod=t(e.chmod),e.fchmod=t(e.fchmod),e.lchmod=t(e.lchmod),e.chownSync=u(e.chownSync),e.fchownSync=u(e.fchownSync),e.lchownSync=u(e.lchownSync),e.chmodSync=n(e.chmodSync),e.fchmodSync=n(e.fchmodSync),e.lchmodSync=n(e.lchmodSync),e.stat=o(e.stat),e.fstat=o(e.fstat),e.lstat=o(e.lstat),e.statSync=i(e.statSync),e.fstatSync=i(e.fstatSync),e.lstatSync=i(e.lstatSync),e.chmod&&!e.lchmod&&(e.lchmod=function(e,t,n){n&&process.nextTick(n)},e.lchmodSync=function(){});e.chown&&!e.lchown&&(e.lchown=function(e,t,n,r){r&&process.nextTick(r)},e.lchownSync=function(){});"win32"===se&&(e.rename="function"!=typeof e.rename?e.rename:function(t){function n(n,r,u){var o=Date.now(),i=0;t(n,r,(function s(c){if(c&&("EACCES"===c.code||"EPERM"===c.code||"EBUSY"===c.code)&&Date.now()-o<6e4)return setTimeout((function(){e.stat(r,(function(e,o){e&&"ENOENT"===e.code?t(n,r,s):u(c)}))}),i),void(i<100&&(i+=10));u&&u(c)}))}return Object.setPrototypeOf&&Object.setPrototypeOf(n,t),n}(e.rename));function t(t){return t?function(n,r,u){return t.call(e,n,r,(function(e){s(e)&&(e=null),u&&u.apply(this,arguments)}))}:t}function n(t){return t?function(n,r){try{return t.call(e,n,r)}catch(e){if(!s(e))throw e}}:t}function r(t){return t?function(n,r,u,o){return t.call(e,n,r,u,(function(e){s(e)&&(e=null),o&&o.apply(this,arguments)}))}:t}function u(t){return t?function(n,r,u){try{return t.call(e,n,r,u)}catch(e){if(!s(e))throw e}}:t}function o(t){return t?function(n,r,u){function o(e,t){t&&(t.uid<0&&(t.uid+=4294967296),t.gid<0&&(t.gid+=4294967296)),u&&u.apply(this,arguments)}return"function"==typeof r&&(u=r,r=null),r?t.call(e,n,r,o):t.call(e,n,o)}:t}function i(t){return t?function(n,r){var u=r?t.call(e,n,r):t.call(e,n);return u&&(u.uid<0&&(u.uid+=4294967296),u.gid<0&&(u.gid+=4294967296)),u}:t}function s(e){return!e||("ENOSYS"===e.code||!(process.getuid&&0===process.getuid()||"EINVAL"!==e.code&&"EPERM"!==e.code))}e.read="function"!=typeof e.read?e.read:function(t){function n(n,r,u,o,i,s){var c;if(s&&"function"==typeof s){var a=0;c=function(l,f,d){if(l&&"EAGAIN"===l.code&&a<10)return a++,t.call(e,n,r,u,o,i,c);s.apply(this,arguments)}}return t.call(e,n,r,u,o,i,c)}return Object.setPrototypeOf&&Object.setPrototypeOf(n,t),n}(e.read),e.readSync="function"!=typeof e.readSync?e.readSync:(c=e.readSync,function(t,n,r,u,o){for(var i=0;;)try{return c.call(e,t,n,r,u,o)}catch(e){if("EAGAIN"===e.code&&i<10){i++;continue}throw e}});var c};var le=C.default.Stream,fe=function(e){return{ReadStream:function t(n,r){if(!(this instanceof t))return new t(n,r);le.call(this);var u=this;this.path=n,this.fd=null,this.readable=!0,this.paused=!1,this.flags="r",this.mode=438,this.bufferSize=65536,r=r||{};for(var o=Object.keys(r),i=0,s=o.length;ithis.end)throw new Error("start must be <= end");this.pos=this.start}if(null!==this.fd)return void process.nextTick((function(){u._read()}));e.open(this.path,this.flags,this.mode,(function(e,t){if(e)return u.emit("error",e),void(u.readable=!1);u.fd=t,u.emit("open",t),u._read()}))},WriteStream:function t(n,r){if(!(this instanceof t))return new t(n,r);le.call(this),this.path=n,this.fd=null,this.writable=!0,this.flags="w",this.encoding="binary",this.mode=438,this.bytesWritten=0,r=r||{};for(var u=Object.keys(r),o=0,i=u.length;o= zero");this.pos=this.start}this.busy=!1,this._queue=[],null===this.fd&&(this._open=e.open,this._queue.push([this._open,this.path,this.flags,this.mode,void 0]),this.flush())}}};var de=function(e){if(null===e||"object"!=typeof e)return e;if(e instanceof Object)var t={__proto__:De(e)};else t=Object.create(null);return Object.getOwnPropertyNames(e).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))})),t},De=Object.getPrototypeOf||function(e){return e.__proto__};var pe,Ee,me=D.default,he=ae,ye=fe,Ce=de,Fe=F.default;function ge(e,t){Object.defineProperty(e,pe,{get:function(){return t}})}"function"==typeof Symbol&&"function"==typeof Symbol.for?(pe=Symbol.for("graceful-fs.queue"),Ee=Symbol.for("graceful-fs.previous")):(pe="___graceful-fs.queue",Ee="___graceful-fs.previous");var Ae=function(){};if(Fe.debuglog?Ae=Fe.debuglog("gfs4"):/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&(Ae=function(){var e=Fe.format.apply(Fe,arguments);e="GFS4: "+e.split(/\n/).join("\nGFS4: "),console.error(e)}),!me[pe]){var ve=w[pe]||[];ge(me,ve),me.close=function(e){function t(t,n){return e.call(me,t,(function(e){e||_e(),"function"==typeof n&&n.apply(this,arguments)}))}return Object.defineProperty(t,Ee,{value:e}),t}(me.close),me.closeSync=function(e){function t(t){e.apply(me,arguments),_e()}return Object.defineProperty(t,Ee,{value:e}),t}(me.closeSync),/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&process.on("exit",(function(){Ae(me[pe]),g.default.equal(me[pe].length,0)}))}w[pe]||ge(w,me[pe]);var Se,we=Oe(Ce(me));function Oe(e){he(e),e.gracefulify=Oe,e.createReadStream=function(t,n){return new e.ReadStream(t,n)},e.createWriteStream=function(t,n){return new e.WriteStream(t,n)};var t=e.readFile;e.readFile=function(e,n,r){"function"==typeof n&&(r=n,n=null);return function e(n,r,u,o){return t(n,r,(function(t){!t||"EMFILE"!==t.code&&"ENFILE"!==t.code?"function"==typeof u&&u.apply(this,arguments):be([e,[n,r,u],t,o||Date.now(),Date.now()])}))}(e,n,r)};var n=e.writeFile;e.writeFile=function(e,t,r,u){"function"==typeof r&&(u=r,r=null);return function e(t,r,u,o,i){return n(t,r,u,(function(n){!n||"EMFILE"!==n.code&&"ENFILE"!==n.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,r,u,o],n,i||Date.now(),Date.now()])}))}(e,t,r,u)};var r=e.appendFile;r&&(e.appendFile=function(e,t,n,u){"function"==typeof n&&(u=n,n=null);return function e(t,n,u,o,i){return r(t,n,u,(function(r){!r||"EMFILE"!==r.code&&"ENFILE"!==r.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,n,u,o],r,i||Date.now(),Date.now()])}))}(e,t,n,u)});var u=e.copyFile;u&&(e.copyFile=function(e,t,n,r){"function"==typeof n&&(r=n,n=0);return function e(t,n,r,o,i){return u(t,n,r,(function(u){!u||"EMFILE"!==u.code&&"ENFILE"!==u.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,n,r,o],u,i||Date.now(),Date.now()])}))}(e,t,n,r)});var o=e.readdir;e.readdir=function(e,t,n){"function"==typeof t&&(n=t,t=null);var r=i.test(process.version)?function(e,t,n,r){return o(e,u(e,t,n,r))}:function(e,t,n,r){return o(e,t,u(e,t,n,r))};return r(e,t,n);function u(e,t,n,u){return function(o,i){!o||"EMFILE"!==o.code&&"ENFILE"!==o.code?(i&&i.sort&&i.sort(),"function"==typeof n&&n.call(this,o,i)):be([r,[e,t,n],o,u||Date.now(),Date.now()])}}};var i=/^v[0-5]\./;if("v0.8"===process.version.substr(0,4)){var s=ye(e);d=s.ReadStream,D=s.WriteStream}var c=e.ReadStream;c&&(d.prototype=Object.create(c.prototype),d.prototype.open=function(){var e=this;E(e.path,e.flags,e.mode,(function(t,n){t?(e.autoClose&&e.destroy(),e.emit("error",t)):(e.fd=n,e.emit("open",n),e.read())}))});var a=e.WriteStream;a&&(D.prototype=Object.create(a.prototype),D.prototype.open=function(){var e=this;E(e.path,e.flags,e.mode,(function(t,n){t?(e.destroy(),e.emit("error",t)):(e.fd=n,e.emit("open",n))}))}),Object.defineProperty(e,"ReadStream",{get:function(){return d},set:function(e){d=e},enumerable:!0,configurable:!0}),Object.defineProperty(e,"WriteStream",{get:function(){return D},set:function(e){D=e},enumerable:!0,configurable:!0});var l=d;Object.defineProperty(e,"FileReadStream",{get:function(){return l},set:function(e){l=e},enumerable:!0,configurable:!0});var f=D;function d(e,t){return this instanceof d?(c.apply(this,arguments),this):d.apply(Object.create(d.prototype),arguments)}function D(e,t){return this instanceof D?(a.apply(this,arguments),this):D.apply(Object.create(D.prototype),arguments)}Object.defineProperty(e,"FileWriteStream",{get:function(){return f},set:function(e){f=e},enumerable:!0,configurable:!0});var p=e.open;function E(e,t,n,r){return"function"==typeof n&&(r=n,n=null),function e(t,n,r,u,o){return p(t,n,r,(function(i,s){!i||"EMFILE"!==i.code&&"ENFILE"!==i.code?"function"==typeof u&&u.apply(this,arguments):be([e,[t,n,r,u],i,o||Date.now(),Date.now()])}))}(e,t,n,r)}return e.open=E,e}function be(e){Ae("ENQUEUE",e[0].name,e[1]),me[pe].push(e),Be()}function _e(){for(var e=Date.now(),t=0;t2&&(me[pe][t][3]=e,me[pe][t][4]=e);Be()}function Be(){if(clearTimeout(Se),Se=void 0,0!==me[pe].length){var e=me[pe].shift(),t=e[0],n=e[1],r=e[2],u=e[3],o=e[4];if(void 0===u)Ae("RETRY",t.name,n),t.apply(null,n);else if(Date.now()-u>=6e4){Ae("TIMEOUT",t.name,n);var i=n.pop();"function"==typeof i&&i.call(null,r)}else{var s=Date.now()-o,c=Math.max(o-u,1);s>=Math.min(1.2*c,100)?(Ae("RETRY",t.name,n),t.apply(null,n.concat([u]))):me[pe].push(e)}void 0===Se&&(Se=setTimeout(Be,0))}}process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH&&!me.__patched&&(we=Oe(me),me.__patched=!0),function(e){const t=re.fromCallback,n=we,r=["access","appendFile","chmod","chown","close","copyFile","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","lchmod","lchown","link","lstat","mkdir","mkdtemp","open","opendir","readdir","readFile","readlink","realpath","rename","rm","rmdir","stat","symlink","truncate","unlink","utimes","writeFile"].filter((e=>"function"==typeof n[e]));Object.assign(e,n),r.forEach((r=>{e[r]=t(n[r])})),e.realpath.native=t(n.realpath.native),e.exists=function(e,t){return"function"==typeof t?n.exists(e,t):new Promise((t=>n.exists(e,t)))},e.read=function(e,t,r,u,o,i){return"function"==typeof i?n.read(e,t,r,u,o,i):new Promise(((i,s)=>{n.read(e,t,r,u,o,((e,t,n)=>{if(e)return s(e);i({bytesRead:t,buffer:n})}))}))},e.write=function(e,t,...r){return"function"==typeof r[r.length-1]?n.write(e,t,...r):new Promise(((u,o)=>{n.write(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffer:n})}))}))},"function"==typeof n.writev&&(e.writev=function(e,t,...r){return"function"==typeof r[r.length-1]?n.writev(e,t,...r):new Promise(((u,o)=>{n.writev(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffers:n})}))}))})}(ne);var Pe={},ke={};const xe=p.default;ke.checkPath=function(e){if("win32"===process.platform){if(/[<>:"|?*]/.test(e.replace(xe.parse(e).root,""))){const t=new Error(`Path contains invalid characters: ${e}`);throw t.code="EINVAL",t}}};const Ne=ne,{checkPath:Ie}=ke,Te=e=>"number"==typeof e?e:{mode:511,...e}.mode;Pe.makeDir=async(e,t)=>(Ie(e),Ne.mkdir(e,{mode:Te(t),recursive:!0})),Pe.makeDirSync=(e,t)=>(Ie(e),Ne.mkdirSync(e,{mode:Te(t),recursive:!0}));const Re=re.fromPromise,{makeDir:Me,makeDirSync:Le}=Pe,je=Re(Me);var $e={mkdirs:je,mkdirsSync:Le,mkdirp:je,mkdirpSync:Le,ensureDir:je,ensureDirSync:Le};const He=re.fromPromise,Je=ne;var Ge={pathExists:He((function(e){return Je.access(e).then((()=>!0)).catch((()=>!1))})),pathExistsSync:Je.existsSync};const Ve=we;var Ue=function(e,t,n,r){Ve.open(e,"r+",((e,u)=>{if(e)return r(e);Ve.futimes(u,t,n,(e=>{Ve.close(u,(t=>{r&&r(e||t)}))}))}))},We=function(e,t,n){const r=Ve.openSync(e,"r+");return Ve.futimesSync(r,t,n),Ve.closeSync(r)};const ze=ne,Ke=p.default,qe=F.default;function Ye(e,t,n){const r=n.dereference?e=>ze.stat(e,{bigint:!0}):e=>ze.lstat(e,{bigint:!0});return Promise.all([r(e),r(t).catch((e=>{if("ENOENT"===e.code)return null;throw e}))]).then((([e,t])=>({srcStat:e,destStat:t})))}function Xe(e,t){return t.ino&&t.dev&&t.ino===e.ino&&t.dev===e.dev}function Ze(e,t){const n=Ke.resolve(e).split(Ke.sep).filter((e=>e)),r=Ke.resolve(t).split(Ke.sep).filter((e=>e));return n.reduce(((e,t,n)=>e&&r[n]===t),!0)}function Qe(e,t,n){return`Cannot ${n} '${e}' to a subdirectory of itself, '${t}'.`}var et={checkPaths:function(e,t,n,r,u){qe.callbackify(Ye)(e,t,r,((r,o)=>{if(r)return u(r);const{srcStat:i,destStat:s}=o;if(s){if(Xe(i,s)){const r=Ke.basename(e),o=Ke.basename(t);return"move"===n&&r!==o&&r.toLowerCase()===o.toLowerCase()?u(null,{srcStat:i,destStat:s,isChangingCase:!0}):u(new Error("Source and destination must not be the same."))}if(i.isDirectory()&&!s.isDirectory())return u(new Error(`Cannot overwrite non-directory '${t}' with directory '${e}'.`));if(!i.isDirectory()&&s.isDirectory())return u(new Error(`Cannot overwrite directory '${t}' with non-directory '${e}'.`))}return i.isDirectory()&&Ze(e,t)?u(new Error(Qe(e,t,n))):u(null,{srcStat:i,destStat:s})}))},checkPathsSync:function(e,t,n,r){const{srcStat:u,destStat:o}=function(e,t,n){let r;const u=n.dereference?e=>ze.statSync(e,{bigint:!0}):e=>ze.lstatSync(e,{bigint:!0}),o=u(e);try{r=u(t)}catch(e){if("ENOENT"===e.code)return{srcStat:o,destStat:null};throw e}return{srcStat:o,destStat:r}}(e,t,r);if(o){if(Xe(u,o)){const r=Ke.basename(e),i=Ke.basename(t);if("move"===n&&r!==i&&r.toLowerCase()===i.toLowerCase())return{srcStat:u,destStat:o,isChangingCase:!0};throw new Error("Source and destination must not be the same.")}if(u.isDirectory()&&!o.isDirectory())throw new Error(`Cannot overwrite non-directory '${t}' with directory '${e}'.`);if(!u.isDirectory()&&o.isDirectory())throw new Error(`Cannot overwrite directory '${t}' with non-directory '${e}'.`)}if(u.isDirectory()&&Ze(e,t))throw new Error(Qe(e,t,n));return{srcStat:u,destStat:o}},checkParentPaths:function e(t,n,r,u,o){const i=Ke.resolve(Ke.dirname(t)),s=Ke.resolve(Ke.dirname(r));if(s===i||s===Ke.parse(s).root)return o();ze.stat(s,{bigint:!0},((i,c)=>i?"ENOENT"===i.code?o():o(i):Xe(n,c)?o(new Error(Qe(t,r,u))):e(t,n,s,u,o)))},checkParentPathsSync:function e(t,n,r,u){const o=Ke.resolve(Ke.dirname(t)),i=Ke.resolve(Ke.dirname(r));if(i===o||i===Ke.parse(i).root)return;let s;try{s=ze.statSync(i,{bigint:!0})}catch(e){if("ENOENT"===e.code)return;throw e}if(Xe(n,s))throw new Error(Qe(t,r,u));return e(t,n,i,u)},isSrcSubdir:Ze,areIdentical:Xe};const tt=we,nt=p.default,rt=$e.mkdirs,ut=Ge.pathExists,ot=Ue,it=et;function st(e,t,n,r,u){const o=nt.dirname(n);ut(o,((i,s)=>i?u(i):s?at(e,t,n,r,u):void rt(o,(o=>o?u(o):at(e,t,n,r,u)))))}function ct(e,t,n,r,u,o){Promise.resolve(u.filter(n,r)).then((i=>i?e(t,n,r,u,o):o()),(e=>o(e)))}function at(e,t,n,r,u){(r.dereference?tt.stat:tt.lstat)(t,((o,i)=>o?u(o):i.isDirectory()?function(e,t,n,r,u,o){return t?Dt(n,r,u,o):function(e,t,n,r,u){tt.mkdir(n,(o=>{if(o)return u(o);Dt(t,n,r,(t=>t?u(t):dt(n,e,u)))}))}(e.mode,n,r,u,o)}(i,e,t,n,r,u):i.isFile()||i.isCharacterDevice()||i.isBlockDevice()?function(e,t,n,r,u,o){return t?function(e,t,n,r,u){if(!r.overwrite)return r.errorOnExist?u(new Error(`'${n}' already exists`)):u();tt.unlink(n,(o=>o?u(o):lt(e,t,n,r,u)))}(e,n,r,u,o):lt(e,n,r,u,o)}(i,e,t,n,r,u):i.isSymbolicLink()?function(e,t,n,r,u){tt.readlink(t,((t,o)=>t?u(t):(r.dereference&&(o=nt.resolve(process.cwd(),o)),e?void tt.readlink(n,((t,i)=>t?"EINVAL"===t.code||"UNKNOWN"===t.code?tt.symlink(o,n,u):u(t):(r.dereference&&(i=nt.resolve(process.cwd(),i)),it.isSrcSubdir(o,i)?u(new Error(`Cannot copy '${o}' to a subdirectory of itself, '${i}'.`)):e.isDirectory()&&it.isSrcSubdir(i,o)?u(new Error(`Cannot overwrite '${i}' with '${o}'.`)):function(e,t,n){tt.unlink(t,(r=>r?n(r):tt.symlink(e,t,n)))}(o,n,u)))):tt.symlink(o,n,u))))}(e,t,n,r,u):i.isSocket()?u(new Error(`Cannot copy a socket file: ${t}`)):i.isFIFO()?u(new Error(`Cannot copy a FIFO pipe: ${t}`)):u(new Error(`Unknown file: ${t}`))))}function lt(e,t,n,r,u){tt.copyFile(t,n,(o=>o?u(o):r.preserveTimestamps?function(e,t,n,r){if(function(e){return 0==(128&e)}(e))return function(e,t,n){return dt(e,128|t,n)}(n,e,(u=>u?r(u):ft(e,t,n,r)));return ft(e,t,n,r)}(e.mode,t,n,u):dt(n,e.mode,u)))}function ft(e,t,n,r){!function(e,t,n){tt.stat(e,((e,r)=>e?n(e):ot(t,r.atime,r.mtime,n)))}(t,n,(t=>t?r(t):dt(n,e,r)))}function dt(e,t,n){return tt.chmod(e,t,n)}function Dt(e,t,n,r){tt.readdir(e,((u,o)=>u?r(u):pt(o,e,t,n,r)))}function pt(e,t,n,r,u){const o=e.pop();return o?function(e,t,n,r,u,o){const i=nt.join(n,t),s=nt.join(r,t);it.checkPaths(i,s,"copy",u,((t,c)=>{if(t)return o(t);const{destStat:a}=c;!function(e,t,n,r,u){r.filter?ct(at,e,t,n,r,u):at(e,t,n,r,u)}(a,i,s,u,(t=>t?o(t):pt(e,n,r,u,o)))}))}(e,o,t,n,r,u):u()}var Et=function(e,t,n,r){"function"!=typeof n||r?"function"==typeof n&&(n={filter:n}):(r=n,n={}),r=r||function(){},(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269"),it.checkPaths(e,t,"copy",n,((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;it.checkParentPaths(e,i,t,"copy",(u=>u?r(u):n.filter?ct(st,s,e,t,n,r):st(s,e,t,n,r)))}))};const mt=we,ht=p.default,yt=$e.mkdirsSync,Ct=We,Ft=et;function gt(e,t,n,r){const u=(r.dereference?mt.statSync:mt.lstatSync)(t);if(u.isDirectory())return function(e,t,n,r,u){return t?St(n,r,u):function(e,t,n,r){return mt.mkdirSync(n),St(t,n,r),vt(n,e)}(e.mode,n,r,u)}(u,e,t,n,r);if(u.isFile()||u.isCharacterDevice()||u.isBlockDevice())return function(e,t,n,r,u){return t?function(e,t,n,r){if(r.overwrite)return mt.unlinkSync(n),At(e,t,n,r);if(r.errorOnExist)throw new Error(`'${n}' already exists`)}(e,n,r,u):At(e,n,r,u)}(u,e,t,n,r);if(u.isSymbolicLink())return function(e,t,n,r){let u=mt.readlinkSync(t);r.dereference&&(u=ht.resolve(process.cwd(),u));if(e){let e;try{e=mt.readlinkSync(n)}catch(e){if("EINVAL"===e.code||"UNKNOWN"===e.code)return mt.symlinkSync(u,n);throw e}if(r.dereference&&(e=ht.resolve(process.cwd(),e)),Ft.isSrcSubdir(u,e))throw new Error(`Cannot copy '${u}' to a subdirectory of itself, '${e}'.`);if(mt.statSync(n).isDirectory()&&Ft.isSrcSubdir(e,u))throw new Error(`Cannot overwrite '${e}' with '${u}'.`);return function(e,t){return mt.unlinkSync(t),mt.symlinkSync(e,t)}(u,n)}return mt.symlinkSync(u,n)}(e,t,n,r);if(u.isSocket())throw new Error(`Cannot copy a socket file: ${t}`);if(u.isFIFO())throw new Error(`Cannot copy a FIFO pipe: ${t}`);throw new Error(`Unknown file: ${t}`)}function At(e,t,n,r){return mt.copyFileSync(t,n),r.preserveTimestamps&&function(e,t,n){(function(e){return 0==(128&e)})(e)&&function(e,t){vt(e,128|t)}(n,e);(function(e,t){const n=mt.statSync(e);Ct(t,n.atime,n.mtime)})(t,n)}(e.mode,t,n),vt(n,e.mode)}function vt(e,t){return mt.chmodSync(e,t)}function St(e,t,n){mt.readdirSync(e).forEach((r=>function(e,t,n,r){const u=ht.join(t,e),o=ht.join(n,e),{destStat:i}=Ft.checkPathsSync(u,o,"copy",r);return function(e,t,n,r){if(!r.filter||r.filter(t,n))return gt(e,t,n,r)}(i,u,o,r)}(r,e,t,n)))}var wt=function(e,t,n){"function"==typeof n&&(n={filter:n}),(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269");const{srcStat:r,destStat:u}=Ft.checkPathsSync(e,t,"copy",n);return Ft.checkParentPathsSync(e,r,t,"copy"),function(e,t,n,r){if(r.filter&&!r.filter(t,n))return;const u=ht.dirname(n);mt.existsSync(u)||yt(u);return gt(e,t,n,r)}(u,e,t,n)};var Ot={copy:(0,re.fromCallback)(Et),copySync:wt};const bt=we,_t=p.default,Bt=g.default,Pt="win32"===process.platform;function kt(e){["unlink","chmod","stat","lstat","rmdir","readdir"].forEach((t=>{e[t]=e[t]||bt[t],e[t+="Sync"]=e[t]||bt[t]})),e.maxBusyTries=e.maxBusyTries||3}function xt(e,t,n){let r=0;"function"==typeof t&&(n=t,t={}),Bt(e,"rimraf: missing path"),Bt.strictEqual(typeof e,"string","rimraf: path should be a string"),Bt.strictEqual(typeof n,"function","rimraf: callback function required"),Bt(t,"rimraf: invalid options argument provided"),Bt.strictEqual(typeof t,"object","rimraf: options should be object"),kt(t),Nt(e,t,(function u(o){if(o){if(("EBUSY"===o.code||"ENOTEMPTY"===o.code||"EPERM"===o.code)&&rNt(e,t,u)),100*r)}"ENOENT"===o.code&&(o=null)}n(o)}))}function Nt(e,t,n){Bt(e),Bt(t),Bt("function"==typeof n),t.lstat(e,((r,u)=>r&&"ENOENT"===r.code?n(null):r&&"EPERM"===r.code&&Pt?It(e,t,r,n):u&&u.isDirectory()?Rt(e,t,r,n):void t.unlink(e,(r=>{if(r){if("ENOENT"===r.code)return n(null);if("EPERM"===r.code)return Pt?It(e,t,r,n):Rt(e,t,r,n);if("EISDIR"===r.code)return Rt(e,t,r,n)}return n(r)}))))}function It(e,t,n,r){Bt(e),Bt(t),Bt("function"==typeof r),t.chmod(e,438,(u=>{u?r("ENOENT"===u.code?null:n):t.stat(e,((u,o)=>{u?r("ENOENT"===u.code?null:n):o.isDirectory()?Rt(e,t,n,r):t.unlink(e,r)}))}))}function Tt(e,t,n){let r;Bt(e),Bt(t);try{t.chmodSync(e,438)}catch(e){if("ENOENT"===e.code)return;throw n}try{r=t.statSync(e)}catch(e){if("ENOENT"===e.code)return;throw n}r.isDirectory()?Lt(e,t,n):t.unlinkSync(e)}function Rt(e,t,n,r){Bt(e),Bt(t),Bt("function"==typeof r),t.rmdir(e,(u=>{!u||"ENOTEMPTY"!==u.code&&"EEXIST"!==u.code&&"EPERM"!==u.code?u&&"ENOTDIR"===u.code?r(n):r(u):function(e,t,n){Bt(e),Bt(t),Bt("function"==typeof n),t.readdir(e,((r,u)=>{if(r)return n(r);let o,i=u.length;if(0===i)return t.rmdir(e,n);u.forEach((r=>{xt(_t.join(e,r),t,(r=>{if(!o)return r?n(o=r):void(0==--i&&t.rmdir(e,n))}))}))}))}(e,t,r)}))}function Mt(e,t){let n;kt(t=t||{}),Bt(e,"rimraf: missing path"),Bt.strictEqual(typeof e,"string","rimraf: path should be a string"),Bt(t,"rimraf: missing options"),Bt.strictEqual(typeof t,"object","rimraf: options should be object");try{n=t.lstatSync(e)}catch(n){if("ENOENT"===n.code)return;"EPERM"===n.code&&Pt&&Tt(e,t,n)}try{n&&n.isDirectory()?Lt(e,t,null):t.unlinkSync(e)}catch(n){if("ENOENT"===n.code)return;if("EPERM"===n.code)return Pt?Tt(e,t,n):Lt(e,t,n);if("EISDIR"!==n.code)throw n;Lt(e,t,n)}}function Lt(e,t,n){Bt(e),Bt(t);try{t.rmdirSync(e)}catch(r){if("ENOTDIR"===r.code)throw n;if("ENOTEMPTY"===r.code||"EEXIST"===r.code||"EPERM"===r.code)!function(e,t){if(Bt(e),Bt(t),t.readdirSync(e).forEach((n=>Mt(_t.join(e,n),t))),!Pt){return t.rmdirSync(e,t)}{const n=Date.now();do{try{return t.rmdirSync(e,t)}catch{}}while(Date.now()-n<500)}}(e,t);else if("ENOENT"!==r.code)throw r}}var jt=xt;xt.sync=Mt;const $t=we,Ht=re.fromCallback,Jt=jt;var Gt={remove:Ht((function(e,t){if($t.rm)return $t.rm(e,{recursive:!0,force:!0},t);Jt(e,t)})),removeSync:function(e){if($t.rmSync)return $t.rmSync(e,{recursive:!0,force:!0});Jt.sync(e)}};const Vt=re.fromPromise,Ut=ne,Wt=p.default,zt=$e,Kt=Gt,qt=Vt((async function(e){let t;try{t=await Ut.readdir(e)}catch{return zt.mkdirs(e)}return Promise.all(t.map((t=>Kt.remove(Wt.join(e,t)))))}));function Yt(e){let t;try{t=Ut.readdirSync(e)}catch{return zt.mkdirsSync(e)}t.forEach((t=>{t=Wt.join(e,t),Kt.removeSync(t)}))}var Xt={emptyDirSync:Yt,emptydirSync:Yt,emptyDir:qt,emptydir:qt};const Zt=re.fromCallback,Qt=p.default,en=we,tn=$e;var nn={createFile:Zt((function(e,t){function n(){en.writeFile(e,"",(e=>{if(e)return t(e);t()}))}en.stat(e,((r,u)=>{if(!r&&u.isFile())return t();const o=Qt.dirname(e);en.stat(o,((e,r)=>{if(e)return"ENOENT"===e.code?tn.mkdirs(o,(e=>{if(e)return t(e);n()})):t(e);r.isDirectory()?n():en.readdir(o,(e=>{if(e)return t(e)}))}))}))})),createFileSync:function(e){let t;try{t=en.statSync(e)}catch{}if(t&&t.isFile())return;const n=Qt.dirname(e);try{en.statSync(n).isDirectory()||en.readdirSync(n)}catch(e){if(!e||"ENOENT"!==e.code)throw e;tn.mkdirsSync(n)}en.writeFileSync(e,"")}};const rn=re.fromCallback,un=p.default,on=we,sn=$e,cn=Ge.pathExists,{areIdentical:an}=et;var ln={createLink:rn((function(e,t,n){function r(e,t){on.link(e,t,(e=>{if(e)return n(e);n(null)}))}on.lstat(t,((u,o)=>{on.lstat(e,((u,i)=>{if(u)return u.message=u.message.replace("lstat","ensureLink"),n(u);if(o&&an(i,o))return n(null);const s=un.dirname(t);cn(s,((u,o)=>u?n(u):o?r(e,t):void sn.mkdirs(s,(u=>{if(u)return n(u);r(e,t)}))))}))}))})),createLinkSync:function(e,t){let n;try{n=on.lstatSync(t)}catch{}try{const t=on.lstatSync(e);if(n&&an(t,n))return}catch(e){throw e.message=e.message.replace("lstat","ensureLink"),e}const r=un.dirname(t);return on.existsSync(r)||sn.mkdirsSync(r),on.linkSync(e,t)}};const fn=p.default,dn=we,Dn=Ge.pathExists;var pn={symlinkPaths:function(e,t,n){if(fn.isAbsolute(e))return dn.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:e})));{const r=fn.dirname(t),u=fn.join(r,e);return Dn(u,((t,o)=>t?n(t):o?n(null,{toCwd:u,toDst:e}):dn.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:fn.relative(r,e)})))))}},symlinkPathsSync:function(e,t){let n;if(fn.isAbsolute(e)){if(n=dn.existsSync(e),!n)throw new Error("absolute srcpath does not exist");return{toCwd:e,toDst:e}}{const r=fn.dirname(t),u=fn.join(r,e);if(n=dn.existsSync(u),n)return{toCwd:u,toDst:e};if(n=dn.existsSync(e),!n)throw new Error("relative srcpath does not exist");return{toCwd:e,toDst:fn.relative(r,e)}}}};const En=we;var mn={symlinkType:function(e,t,n){if(n="function"==typeof t?t:n,t="function"!=typeof t&&t)return n(null,t);En.lstat(e,((e,r)=>{if(e)return n(null,"file");t=r&&r.isDirectory()?"dir":"file",n(null,t)}))},symlinkTypeSync:function(e,t){let n;if(t)return t;try{n=En.lstatSync(e)}catch{return"file"}return n&&n.isDirectory()?"dir":"file"}};const hn=re.fromCallback,yn=p.default,Cn=ne,Fn=$e.mkdirs,gn=$e.mkdirsSync,An=pn.symlinkPaths,vn=pn.symlinkPathsSync,Sn=mn.symlinkType,wn=mn.symlinkTypeSync,On=Ge.pathExists,{areIdentical:bn}=et;function _n(e,t,n,r){An(e,t,((u,o)=>{if(u)return r(u);e=o.toDst,Sn(o.toCwd,n,((n,u)=>{if(n)return r(n);const o=yn.dirname(t);On(o,((n,i)=>n?r(n):i?Cn.symlink(e,t,u,r):void Fn(o,(n=>{if(n)return r(n);Cn.symlink(e,t,u,r)}))))}))}))}var Bn={createSymlink:hn((function(e,t,n,r){r="function"==typeof n?n:r,n="function"!=typeof n&&n,Cn.lstat(t,((u,o)=>{!u&&o.isSymbolicLink()?Promise.all([Cn.stat(e),Cn.stat(t)]).then((([u,o])=>{if(bn(u,o))return r(null);_n(e,t,n,r)})):_n(e,t,n,r)}))})),createSymlinkSync:function(e,t,n){let r;try{r=Cn.lstatSync(t)}catch{}if(r&&r.isSymbolicLink()){const n=Cn.statSync(e),r=Cn.statSync(t);if(bn(n,r))return}const u=vn(e,t);e=u.toDst,n=wn(u.toCwd,n);const o=yn.dirname(t);return Cn.existsSync(o)||gn(o),Cn.symlinkSync(e,t,n)}};const{createFile:Pn,createFileSync:kn}=nn,{createLink:xn,createLinkSync:Nn}=ln,{createSymlink:In,createSymlinkSync:Tn}=Bn;var Rn={createFile:Pn,createFileSync:kn,ensureFile:Pn,ensureFileSync:kn,createLink:xn,createLinkSync:Nn,ensureLink:xn,ensureLinkSync:Nn,createSymlink:In,createSymlinkSync:Tn,ensureSymlink:In,ensureSymlinkSync:Tn};var Mn={stringify:function(e,{EOL:t="\n",finalEOL:n=!0,replacer:r=null,spaces:u}={}){const o=n?t:"";return JSON.stringify(e,r,u).replace(/\n/g,t)+o},stripBom:function(e){return Buffer.isBuffer(e)&&(e=e.toString("utf8")),e.replace(/^\uFEFF/,"")}};let Ln;try{Ln=we}catch(e){Ln=D.default}const jn=re,{stringify:$n,stripBom:Hn}=Mn;const Jn=jn.fromPromise((async function(e,t={}){"string"==typeof t&&(t={encoding:t});const n=t.fs||Ln,r=!("throws"in t)||t.throws;let u,o=await jn.fromCallback(n.readFile)(e,t);o=Hn(o);try{u=JSON.parse(o,t?t.reviver:null)}catch(t){if(r)throw t.message=`${e}: ${t.message}`,t;return null}return u}));const Gn=jn.fromPromise((async function(e,t,n={}){const r=n.fs||Ln,u=$n(t,n);await jn.fromCallback(r.writeFile)(e,u,n)}));const Vn={readFile:Jn,readFileSync:function(e,t={}){"string"==typeof t&&(t={encoding:t});const n=t.fs||Ln,r=!("throws"in t)||t.throws;try{let r=n.readFileSync(e,t);return r=Hn(r),JSON.parse(r,t.reviver)}catch(t){if(r)throw t.message=`${e}: ${t.message}`,t;return null}},writeFile:Gn,writeFileSync:function(e,t,n={}){const r=n.fs||Ln,u=$n(t,n);return r.writeFileSync(e,u,n)}};var Un={readJson:Vn.readFile,readJsonSync:Vn.readFileSync,writeJson:Vn.writeFile,writeJsonSync:Vn.writeFileSync};const Wn=re.fromCallback,zn=we,Kn=p.default,qn=$e,Yn=Ge.pathExists;var Xn={outputFile:Wn((function(e,t,n,r){"function"==typeof n&&(r=n,n="utf8");const u=Kn.dirname(e);Yn(u,((o,i)=>o?r(o):i?zn.writeFile(e,t,n,r):void qn.mkdirs(u,(u=>{if(u)return r(u);zn.writeFile(e,t,n,r)}))))})),outputFileSync:function(e,...t){const n=Kn.dirname(e);if(zn.existsSync(n))return zn.writeFileSync(e,...t);qn.mkdirsSync(n),zn.writeFileSync(e,...t)}};const{stringify:Zn}=Mn,{outputFile:Qn}=Xn;var er=async function(e,t,n={}){const r=Zn(t,n);await Qn(e,r,n)};const{stringify:tr}=Mn,{outputFileSync:nr}=Xn;var rr=function(e,t,n){const r=tr(t,n);nr(e,r,n)};const ur=re.fromPromise,or=Un;or.outputJson=ur(er),or.outputJsonSync=rr,or.outputJSON=or.outputJson,or.outputJSONSync=or.outputJsonSync,or.writeJSON=or.writeJson,or.writeJSONSync=or.writeJsonSync,or.readJSON=or.readJson,or.readJSONSync=or.readJsonSync;var ir=or;const sr=we,cr=p.default,ar=Ot.copy,lr=Gt.remove,fr=$e.mkdirp,dr=Ge.pathExists,Dr=et;function pr(e,t,n,r,u){return r?Er(e,t,n,u):n?lr(t,(r=>r?u(r):Er(e,t,n,u))):void dr(t,((r,o)=>r?u(r):o?u(new Error("dest already exists.")):Er(e,t,n,u)))}function Er(e,t,n,r){sr.rename(e,t,(u=>u?"EXDEV"!==u.code?r(u):function(e,t,n,r){const u={overwrite:n,errorOnExist:!0};ar(e,t,u,(t=>t?r(t):lr(e,r)))}(e,t,n,r):r()))}var mr=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=n.overwrite||n.clobber||!1;Dr.checkPaths(e,t,"move",n,((n,o)=>{if(n)return r(n);const{srcStat:i,isChangingCase:s=!1}=o;Dr.checkParentPaths(e,i,t,"move",(n=>n?r(n):function(e){const t=cr.dirname(e);return cr.parse(t).root===t}(t)?pr(e,t,u,s,r):void fr(cr.dirname(t),(n=>n?r(n):pr(e,t,u,s,r)))))}))};const hr=we,yr=p.default,Cr=Ot.copySync,Fr=Gt.removeSync,gr=$e.mkdirpSync,Ar=et;function vr(e,t,n){try{hr.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)throw r;return function(e,t,n){const r={overwrite:n,errorOnExist:!0};return Cr(e,t,r),Fr(e)}(e,t,n)}}var Sr=function(e,t,n){const r=(n=n||{}).overwrite||n.clobber||!1,{srcStat:u,isChangingCase:o=!1}=Ar.checkPathsSync(e,t,"move",n);return Ar.checkParentPathsSync(e,u,t,"move"),function(e){const t=yr.dirname(e);return yr.parse(t).root===t}(t)||gr(yr.dirname(t)),function(e,t,n,r){if(r)return vr(e,t,n);if(n)return Fr(t),vr(e,t,n);if(hr.existsSync(t))throw new Error("dest already exists.");return vr(e,t,n)}(e,t,r,o)};var wr,Or,br,_r,Br,Pr={move:(0,re.fromCallback)(mr),moveSync:Sr},kr={...ne,...Ot,...Xt,...Rn,...ir,...$e,...Pr,...Xn,...Ge,...Gt},xr={},Nr={exports:{}},Ir={exports:{}};function Tr(){if(Or)return wr;Or=1;var e=1e3,t=60*e,n=60*t,r=24*n,u=7*r,o=365.25*r;function i(e,t,n,r){var u=t>=1.5*n;return Math.round(e/n)+" "+r+(u?"s":"")}return wr=function(s,c){c=c||{};var a=typeof s;if("string"===a&&s.length>0)return function(i){if((i=String(i)).length>100)return;var s=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(i);if(!s)return;var c=parseFloat(s[1]);switch((s[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return c*o;case"weeks":case"week":case"w":return c*u;case"days":case"day":case"d":return c*r;case"hours":case"hour":case"hrs":case"hr":case"h":return c*n;case"minutes":case"minute":case"mins":case"min":case"m":return c*t;case"seconds":case"second":case"secs":case"sec":case"s":return c*e;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return c;default:return}}(s);if("number"===a&&isFinite(s))return c.long?function(u){var o=Math.abs(u);if(o>=r)return i(u,o,r,"day");if(o>=n)return i(u,o,n,"hour");if(o>=t)return i(u,o,t,"minute");if(o>=e)return i(u,o,e,"second");return u+" ms"}(s):function(u){var o=Math.abs(u);if(o>=r)return Math.round(u/r)+"d";if(o>=n)return Math.round(u/n)+"h";if(o>=t)return Math.round(u/t)+"m";if(o>=e)return Math.round(u/e)+"s";return u+"ms"}(s);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(s))}}function Rr(){if(_r)return br;return _r=1,br=function(e){function t(e){let r,u,o,i=null;function s(...e){if(!s.enabled)return;const n=s,u=Number(new Date),o=u-(r||u);n.diff=o,n.prev=r,n.curr=u,r=u,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let i=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((r,u)=>{if("%%"===r)return"%";i++;const o=t.formatters[u];if("function"==typeof o){const t=e[i];r=o.call(n,t),e.splice(i,1),i--}return r})),t.formatArgs.call(n,e);(n.log||t.log).apply(n,e)}return s.namespace=e,s.useColors=t.useColors(),s.color=t.selectColor(e),s.extend=n,s.destroy=t.destroy,Object.defineProperty(s,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==i?i:(u!==t.namespaces&&(u=t.namespaces,o=t.enabled(e)),o),set:e=>{i=e}}),"function"==typeof t.init&&t.init(s),s}function n(e,n){const r=t(this.namespace+(void 0===n?":":n)+e);return r.log=this.log,r}function r(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){if(e instanceof Error)return e.stack||e.message;return e},t.disable=function(){const e=[...t.names.map(r),...t.skips.map(r).map((e=>"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){let n;t.save(e),t.namespaces=e,t.names=[],t.skips=[];const r=("string"==typeof e?e:"").split(/[\s,]+/),u=r.length;for(n=0;n{t[n]=e[n]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let n=0;for(let t=0;t{const n=e.startsWith("-")?"":1===e.length?"-":"--",r=t.indexOf(n+e),u=t.indexOf("--");return-1!==r&&(-1===u||r{}),"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."),t.colors=[6,2,3,4,5,1];try{const e=function(){if($r)return jr;$r=1;const e=E.default,t=A.default,n=Vr(),{env:r}=process;let u;function o(e){return 0!==e&&{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}function i(t,o){if(0===u)return 0;if(n("color=16m")||n("color=full")||n("color=truecolor"))return 3;if(n("color=256"))return 2;if(t&&!o&&void 0===u)return 0;const i=u||0;if("dumb"===r.TERM)return i;if("win32"===process.platform){const t=e.release().split(".");return Number(t[0])>=10&&Number(t[2])>=10586?Number(t[2])>=14931?3:2:1}if("CI"in r)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some((e=>e in r))||"codeship"===r.CI_NAME?1:i;if("TEAMCITY_VERSION"in r)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(r.TEAMCITY_VERSION)?1:0;if("truecolor"===r.COLORTERM)return 3;if("TERM_PROGRAM"in r){const e=parseInt((r.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(r.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(r.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(r.TERM)||"COLORTERM"in r?1:i}return n("no-color")||n("no-colors")||n("color=false")||n("color=never")?u=0:(n("color")||n("colors")||n("color=true")||n("color=always"))&&(u=1),"FORCE_COLOR"in r&&(u="true"===r.FORCE_COLOR?1:"false"===r.FORCE_COLOR?0:0===r.FORCE_COLOR.length?1:Math.min(parseInt(r.FORCE_COLOR,10),3)),jr={supportsColor:function(e){return o(i(e,e&&e.isTTY))},stdout:o(i(!0,t.isatty(1))),stderr:o(i(!0,t.isatty(2)))}}();e&&(e.stderr||e).level>=2&&(t.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch(e){}t.inspectOpts=Object.keys(process.env).filter((e=>/^debug_/i.test(e))).reduce(((e,t)=>{const n=t.substring(6).toLowerCase().replace(/_([a-z])/g,((e,t)=>t.toUpperCase()));let r=process.env[t];return r=!!/^(yes|on|true|enabled)$/i.test(r)||!/^(no|off|false|disabled)$/i.test(r)&&("null"===r?null:Number(r)),e[n]=r,e}),{}),e.exports=Rr()(t);const{formatters:u}=e.exports;u.o=function(e){return this.inspectOpts.colors=this.useColors,r.inspect(e,this.inspectOpts).split("\n").map((e=>e.trim())).join(" ")},u.O=function(e){return this.inspectOpts.colors=this.useColors,r.inspect(e,this.inspectOpts)}}(Gr,Gr.exports)),Gr.exports}Jr=Nr,"undefined"==typeof process||"renderer"===process.type||!0===process.browser||process.__nwjs?Jr.exports=(Br||(Br=1,function(e,t){t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const n="color: "+this.color;t.splice(1,0,n,"color: inherit");let r=0,u=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(r++,"%c"===e&&(u=r))})),t.splice(u,0,n)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug")}catch(e){}return!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e},t.useColors=function(){return!("undefined"==typeof window||!window.process||"renderer"!==window.process.type&&!window.process.__nwjs)||("undefined"==typeof navigator||!navigator.userAgent||!navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))&&("undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/))},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=Rr()(t);const{formatters:n}=e.exports;n.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}}(Ir,Ir.exports)),Ir.exports):Jr.exports=Ur();var Wr=function(e){return(e=e||{}).circles?function(e){var t=[],n=[];return e.proto?function e(u){if("object"!=typeof u||null===u)return u;if(u instanceof Date)return new Date(u);if(Array.isArray(u))return r(u,e);if(u instanceof Map)return new Map(r(Array.from(u),e));if(u instanceof Set)return new Set(r(Array.from(u),e));var o={};for(var i in t.push(u),n.push(o),u){var s=u[i];if("object"!=typeof s||null===s)o[i]=s;else if(s instanceof Date)o[i]=new Date(s);else if(s instanceof Map)o[i]=new Map(r(Array.from(s),e));else if(s instanceof Set)o[i]=new Set(r(Array.from(s),e));else if(ArrayBuffer.isView(s))o[i]=zr(s);else{var c=t.indexOf(s);o[i]=-1!==c?n[c]:e(s)}}return t.pop(),n.pop(),o}:function e(u){if("object"!=typeof u||null===u)return u;if(u instanceof Date)return new Date(u);if(Array.isArray(u))return r(u,e);if(u instanceof Map)return new Map(r(Array.from(u),e));if(u instanceof Set)return new Set(r(Array.from(u),e));var o={};for(var i in t.push(u),n.push(o),u)if(!1!==Object.hasOwnProperty.call(u,i)){var s=u[i];if("object"!=typeof s||null===s)o[i]=s;else if(s instanceof Date)o[i]=new Date(s);else if(s instanceof Map)o[i]=new Map(r(Array.from(s),e));else if(s instanceof Set)o[i]=new Set(r(Array.from(s),e));else if(ArrayBuffer.isView(s))o[i]=zr(s);else{var c=t.indexOf(s);o[i]=-1!==c?n[c]:e(s)}}return t.pop(),n.pop(),o};function r(e,r){for(var u=Object.keys(e),o=new Array(u.length),i=0;i!e,Qr=e=>e&&"object"==typeof e&&!Array.isArray(e),eu=(e,t,n)=>{(Array.isArray(t)?t:[t]).forEach((t=>{if(t)throw new Error(`Problem with log4js configuration: (${Kr.inspect(e,{depth:5})}) - ${n}`)}))};var tu={configure:e=>{qr("New configuration to be validated: ",e),eu(e,Zr(Qr(e)),"must be an object."),qr(`Calling pre-processing listeners (${Yr.length})`),Yr.forEach((t=>t(e))),qr("Configuration pre-processing finished."),qr(`Calling configuration listeners (${Xr.length})`),Xr.forEach((t=>t(e))),qr("Configuration finished.")},addListener:e=>{Xr.push(e),qr(`Added listener, now ${Xr.length} listeners`)},addPreProcessingListener:e=>{Yr.push(e),qr(`Added pre-processing listener, now ${Yr.length} listeners`)},throwExceptionIf:eu,anObject:Qr,anInteger:e=>e&&"number"==typeof e&&Number.isInteger(e),validIdentifier:e=>/^[A-Za-z][A-Za-z0-9_]*$/g.test(e),not:Zr},nu={exports:{}};!function(e){function t(e,t){for(var n=e.toString();n.length-1?s:c,l=n(u.getHours()),f=n(u.getMinutes()),d=n(u.getSeconds()),D=t(u.getMilliseconds(),3),p=function(e){var t=Math.abs(e),n=String(Math.floor(t/60)),r=String(t%60);return n=("0"+n).slice(-2),r=("0"+r).slice(-2),0===e?"Z":(e<0?"+":"-")+n+":"+r}(u.getTimezoneOffset());return r.replace(/dd/g,o).replace(/MM/g,i).replace(/y{1,4}/g,a).replace(/hh/g,l).replace(/mm/g,f).replace(/ss/g,d).replace(/SSS/g,D).replace(/O/g,p)}function u(e,t,n,r){e["set"+(r?"":"UTC")+t](n)}e.exports=r,e.exports.asString=r,e.exports.parse=function(t,n,r){if(!t)throw new Error("pattern must be supplied");return function(t,n,r){var o=t.indexOf("O")<0,i=!1,s=[{pattern:/y{1,4}/,regexp:"\\d{1,4}",fn:function(e,t){u(e,"FullYear",t,o)}},{pattern:/MM/,regexp:"\\d{1,2}",fn:function(e,t){u(e,"Month",t-1,o),e.getMonth()!==t-1&&(i=!0)}},{pattern:/dd/,regexp:"\\d{1,2}",fn:function(e,t){i&&u(e,"Month",e.getMonth()-1,o),u(e,"Date",t,o)}},{pattern:/hh/,regexp:"\\d{1,2}",fn:function(e,t){u(e,"Hours",t,o)}},{pattern:/mm/,regexp:"\\d\\d",fn:function(e,t){u(e,"Minutes",t,o)}},{pattern:/ss/,regexp:"\\d\\d",fn:function(e,t){u(e,"Seconds",t,o)}},{pattern:/SSS/,regexp:"\\d\\d\\d",fn:function(e,t){u(e,"Milliseconds",t,o)}},{pattern:/O/,regexp:"[+-]\\d{1,2}:?\\d{2}?|Z",fn:function(e,t){t="Z"===t?0:t.replace(":","");var n=Math.abs(t),r=(t>0?-1:1)*(n%100+60*Math.floor(n/100));e.setUTCMinutes(e.getUTCMinutes()+r)}}],c=s.reduce((function(e,t){return t.pattern.test(e.regexp)?(t.index=e.regexp.match(t.pattern).index,e.regexp=e.regexp.replace(t.pattern,"("+t.regexp+")")):t.index=-1,e}),{regexp:t,index:[]}),a=s.filter((function(e){return e.index>-1}));a.sort((function(e,t){return e.index-t.index}));var l=new RegExp(c.regexp).exec(n);if(l){var f=r||e.exports.now();return a.forEach((function(e,t){e.fn(f,l[t+1])})),f}throw new Error("String '"+n+"' could not be parsed as '"+t+"'")}(t,n,r)},e.exports.now=function(){return new Date},e.exports.ISO8601_FORMAT="yyyy-MM-ddThh:mm:ss.SSS",e.exports.ISO8601_WITH_TZ_OFFSET_FORMAT="yyyy-MM-ddThh:mm:ss.SSSO",e.exports.DATETIME_FORMAT="dd MM yyyy hh:mm:ss.SSS",e.exports.ABSOLUTETIME_FORMAT="hh:mm:ss.SSS"}(nu);const ru=nu.exports,uu=E.default,ou=F.default,iu=p.default,su={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[90,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[91,39],yellow:[33,39]};function cu(e){return e?`[${su[e][0]}m`:""}function au(e){return e?`[${su[e][1]}m`:""}function lu(e,t){return n=ou.format("[%s] [%s] %s - ",ru.asString(e.startTime),e.level.toString(),e.categoryName),cu(r=t)+n+au(r);var n,r}function fu(e){return lu(e)+ou.format(...e.data)}function du(e){return lu(e,e.level.colour)+ou.format(...e.data)}function Du(e){return ou.format(...e.data)}function pu(e){return e.data[0]}function Eu(e,t){const n=/%(-?[0-9]+)?(\.?-?[0-9]+)?([[\]cdhmnprzxXyflos%])(\{([^}]+)\})?|([^%]+)/;function r(e){return e&&e.pid?e.pid.toString():process.pid.toString()}e=e||"%r %p %c - %m%n";const u={c:function(e,t){let n=e.categoryName;if(t){const e=parseInt(t,10),r=n.split(".");ee&&(n=r.slice(-e).join(iu.sep))}return n},l:function(e){return e.lineNumber?`${e.lineNumber}`:""},o:function(e){return e.columnNumber?`${e.columnNumber}`:""},s:function(e){return e.callStack||""}};function o(e,t,n){return u[e](t,n)}function i(e,t,n){let r=e;return r=function(e,t){let n;return e?(n=parseInt(e.substr(1),10),n>0?t.slice(0,n):t.slice(n)):t}(t,r),r=function(e,t){let n;if(e)if("-"===e.charAt(0))for(n=parseInt(e.substr(1),10);t.lengthDu,basic:()=>fu,colored:()=>du,coloured:()=>du,pattern:e=>Eu(e&&e.pattern,e&&e.tokens),dummy:()=>pu};var hu={basicLayout:fu,messagePassThroughLayout:Du,patternLayout:Eu,colouredLayout:du,coloredLayout:du,dummyLayout:pu,addLayout(e,t){mu[e]=t},layout:(e,t)=>mu[e]&&mu[e](t)};const yu=tu,Cu=["white","grey","black","blue","cyan","green","magenta","red","yellow"];class Fu{constructor(e,t,n){this.level=e,this.levelStr=t,this.colour=n}toString(){return this.levelStr}static getLevel(e,t){return e?e instanceof Fu?e:(e instanceof Object&&e.levelStr&&(e=e.levelStr),Fu[e.toString().toUpperCase()]||t):t}static addLevels(e){if(e){Object.keys(e).forEach((t=>{const n=t.toUpperCase();Fu[n]=new Fu(e[t].value,n,e[t].colour);const r=Fu.levels.findIndex((e=>e.levelStr===n));r>-1?Fu.levels[r]=Fu[n]:Fu.levels.push(Fu[n])})),Fu.levels.sort(((e,t)=>e.level-t.level))}}isLessThanOrEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level<=e.level}isGreaterThanOrEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level>=e.level}isEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level===e.level}}Fu.levels=[],Fu.addLevels({ALL:{value:Number.MIN_VALUE,colour:"grey"},TRACE:{value:5e3,colour:"blue"},DEBUG:{value:1e4,colour:"cyan"},INFO:{value:2e4,colour:"green"},WARN:{value:3e4,colour:"yellow"},ERROR:{value:4e4,colour:"red"},FATAL:{value:5e4,colour:"magenta"},MARK:{value:9007199254740992,colour:"grey"},OFF:{value:Number.MAX_VALUE,colour:"grey"}}),yu.addListener((e=>{const t=e.levels;if(t){yu.throwExceptionIf(e,yu.not(yu.anObject(t)),"levels must be an object");Object.keys(t).forEach((n=>{yu.throwExceptionIf(e,yu.not(yu.validIdentifier(n)),`level name "${n}" is not a valid identifier (must start with a letter, only contain A-Z,a-z,0-9,_)`),yu.throwExceptionIf(e,yu.not(yu.anObject(t[n])),`level "${n}" must be an object`),yu.throwExceptionIf(e,yu.not(t[n].value),`level "${n}" must have a 'value' property`),yu.throwExceptionIf(e,yu.not(yu.anInteger(t[n].value)),`level "${n}".value must have an integer value`),yu.throwExceptionIf(e,yu.not(t[n].colour),`level "${n}" must have a 'colour' property`),yu.throwExceptionIf(e,yu.not(Cu.indexOf(t[n].colour)>-1),`level "${n}".colour must be one of ${Cu.join(", ")}`)}))}})),yu.addListener((e=>{Fu.addLevels(e.levels)}));var gu=Fu,Au={exports:{}},vu={};/*! (c) 2020 Andrea Giammarchi */ +const{parse:Su,stringify:wu}=JSON,{keys:Ou}=Object,bu=String,_u="string",Bu={},Pu="object",ku=(e,t)=>t,xu=e=>e instanceof bu?bu(e):e,Nu=(e,t)=>typeof t===_u?new bu(t):t,Iu=(e,t,n,r)=>{const u=[];for(let o=Ou(n),{length:i}=o,s=0;s{const r=bu(t.push(n)-1);return e.set(n,r),r},Ru=(e,t)=>{const n=Su(e,Nu).map(xu),r=n[0],u=t||ku,o=typeof r===Pu&&r?Iu(n,new Set,r,u):r;return u.call({"":o},"",o)};vu.parse=Ru;const Mu=(e,t,n)=>{const r=t&&typeof t===Pu?(e,n)=>""===e||-1Su(Mu(e));vu.fromJSON=e=>Ru(wu(e));const Lu=vu,ju=gu;class $u{constructor(e,t,n,r,u){this.startTime=new Date,this.categoryName=e,this.data=n,this.level=t,this.context=Object.assign({},r),this.pid=process.pid,u&&(this.functionName=u.functionName,this.fileName=u.fileName,this.lineNumber=u.lineNumber,this.columnNumber=u.columnNumber,this.callStack=u.callStack)}serialise(){const e=this.data.map((e=>(e&&e.message&&e.stack&&(e=Object.assign({message:e.message,stack:e.stack},e)),e)));return this.data=e,Lu.stringify(this)}static deserialise(e){let t;try{const n=Lu.parse(e);n.data=n.data.map((e=>{if(e&&e.message&&e.stack){const t=new Error(e);Object.keys(e).forEach((n=>{t[n]=e[n]})),e=t}return e})),t=new $u(n.categoryName,ju.getLevel(n.level.levelStr),n.data,n.context),t.startTime=new Date(n.startTime),t.pid=n.pid,t.cluster=n.cluster}catch(n){t=new $u("log4js",ju.ERROR,["Unable to parse log:",e,"because: ",n])}return t}}var Hu=$u;const Ju=Nr.exports("log4js:clustering"),Gu=Hu,Vu=tu;let Uu=!1,Wu=null;try{Wu=require("cluster")}catch(e){Ju("cluster module not present"),Uu=!0}const zu=[];let Ku=!1,qu="NODE_APP_INSTANCE";const Yu=()=>Ku&&"0"===process.env[qu],Xu=()=>Uu||Wu.isMaster||Yu(),Zu=e=>{zu.forEach((t=>t(e)))},Qu=(e,t)=>{if(Ju("cluster message received from worker ",e,": ",t),e.topic&&e.data&&(t=e,e=void 0),t&&t.topic&&"log4js:message"===t.topic){Ju("received message: ",t.data);const e=Gu.deserialise(t.data);Zu(e)}};Uu||Vu.addListener((e=>{zu.length=0,({pm2:Ku,disableClustering:Uu,pm2InstanceVar:qu="NODE_APP_INSTANCE"}=e),Ju(`clustering disabled ? ${Uu}`),Ju(`cluster.isMaster ? ${Wu&&Wu.isMaster}`),Ju(`pm2 enabled ? ${Ku}`),Ju(`pm2InstanceVar = ${qu}`),Ju(`process.env[${qu}] = ${process.env[qu]}`),Ku&&process.removeListener("message",Qu),Wu&&Wu.removeListener&&Wu.removeListener("message",Qu),Uu||e.disableClustering?Ju("Not listening for cluster messages, because clustering disabled."):Yu()?(Ju("listening for PM2 broadcast messages"),process.on("message",Qu)):Wu.isMaster?(Ju("listening for cluster messages"),Wu.on("message",Qu)):Ju("not listening for messages, because we are not a master process")}));var eo={onlyOnMaster:(e,t)=>Xu()?e():t,isMaster:Xu,send:e=>{Xu()?Zu(e):(Ku||(e.cluster={workerId:Wu.worker.id,worker:process.pid}),process.send({topic:"log4js:message",data:e.serialise()}))},onMessage:e=>{zu.push(e)}},to={};function no(e){if("number"==typeof e&&Number.isInteger(e))return e;const t={K:1024,M:1048576,G:1073741824},n=Object.keys(t),r=e.substr(e.length-1).toLocaleUpperCase(),u=e.substring(0,e.length-1).trim();if(n.indexOf(r)<0||!Number.isInteger(Number(u)))throw Error(`maxLogSize: "${e}" is invalid`);return u*t[r]}function ro(e){return function(e,t){const n=Object.assign({},t);return Object.keys(e).forEach((r=>{n[r]&&(n[r]=e[r](t[r]))})),n}({maxLogSize:no},e)}const uo={file:ro,fileSync:ro};to.modifyConfig=e=>uo[e.type]?uo[e.type](e):e;var oo={};const io=console.log.bind(console);oo.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{io(e(n,t))}}(n,e.timezoneOffset)};var so={};so.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{process.stdout.write(`${e(n,t)}\n`)}}(n,e.timezoneOffset)};var co={};co.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{process.stderr.write(`${e(n,t)}\n`)}}(n,e.timezoneOffset)};var ao={};ao.configure=function(e,t,n,r){const u=n(e.appender);return function(e,t,n,r){const u=r.getLevel(e),o=r.getLevel(t,r.FATAL);return e=>{const t=e.level;t.isGreaterThanOrEqualTo(u)&&t.isLessThanOrEqualTo(o)&&n(e)}}(e.level,e.maxLevel,u,r)};var lo={};const fo=Nr.exports("log4js:categoryFilter");lo.configure=function(e,t,n){const r=n(e.appender);return function(e,t){return"string"==typeof e&&(e=[e]),n=>{fo(`Checking ${n.categoryName} against ${e}`),-1===e.indexOf(n.categoryName)&&(fo("Not excluded, sending to appender"),t(n))}}(e.exclude,r)};var Do={};const po=Nr.exports("log4js:noLogFilter");Do.configure=function(e,t,n){const r=n(e.appender);return function(e,t){return n=>{po(`Checking data: ${n.data} against filters: ${e}`),"string"==typeof e&&(e=[e]),e=e.filter((e=>null!=e&&""!==e));const r=new RegExp(e.join("|"),"i");(0===e.length||n.data.findIndex((e=>r.test(e)))<0)&&(po("Not excluded, sending to appender"),t(n))}}(e.exclude,r)};var Eo={},mo={exports:{}},ho={},yo={fromCallback:function(e){return Object.defineProperty((function(){if("function"!=typeof arguments[arguments.length-1])return new Promise(((t,n)=>{arguments[arguments.length]=(e,r)=>{if(e)return n(e);t(r)},arguments.length++,e.apply(this,arguments)}));e.apply(this,arguments)}),"name",{value:e.name})},fromPromise:function(e){return Object.defineProperty((function(){const t=arguments[arguments.length-1];if("function"!=typeof t)return e.apply(this,arguments);e.apply(this,arguments).then((e=>t(null,e)),t)}),"name",{value:e.name})}};!function(e){const t=yo.fromCallback,n=we,r=["access","appendFile","chmod","chown","close","copyFile","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","lchown","lchmod","link","lstat","mkdir","mkdtemp","open","readFile","readdir","readlink","realpath","rename","rmdir","stat","symlink","truncate","unlink","utimes","writeFile"].filter((e=>"function"==typeof n[e]));Object.keys(n).forEach((t=>{"promises"!==t&&(e[t]=n[t])})),r.forEach((r=>{e[r]=t(n[r])})),e.exists=function(e,t){return"function"==typeof t?n.exists(e,t):new Promise((t=>n.exists(e,t)))},e.read=function(e,t,r,u,o,i){return"function"==typeof i?n.read(e,t,r,u,o,i):new Promise(((i,s)=>{n.read(e,t,r,u,o,((e,t,n)=>{if(e)return s(e);i({bytesRead:t,buffer:n})}))}))},e.write=function(e,t,...r){return"function"==typeof r[r.length-1]?n.write(e,t,...r):new Promise(((u,o)=>{n.write(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffer:n})}))}))},"function"==typeof n.realpath.native&&(e.realpath.native=t(n.realpath.native))}(ho);const Co=p.default;function Fo(e){return(e=Co.normalize(Co.resolve(e)).split(Co.sep)).length>0?e[0]:null}const go=/[<>:"|?*]/;var Ao=function(e){const t=Fo(e);return e=e.replace(t,""),go.test(e)};const vo=we,So=p.default,wo=Ao,Oo=parseInt("0777",8);var bo=function e(t,n,r,u){if("function"==typeof n?(r=n,n={}):n&&"object"==typeof n||(n={mode:n}),"win32"===process.platform&&wo(t)){const e=new Error(t+" contains invalid WIN32 path characters.");return e.code="EINVAL",r(e)}let o=n.mode;const i=n.fs||vo;void 0===o&&(o=Oo&~process.umask()),u||(u=null),r=r||function(){},t=So.resolve(t),i.mkdir(t,o,(o=>{if(!o)return r(null,u=u||t);if("ENOENT"===o.code){if(So.dirname(t)===t)return r(o);e(So.dirname(t),n,((u,o)=>{u?r(u,o):e(t,n,r,o)}))}else i.stat(t,((e,t)=>{e||!t.isDirectory()?r(o,u):r(null,u)}))}))};const _o=we,Bo=p.default,Po=Ao,ko=parseInt("0777",8);var xo=function e(t,n,r){n&&"object"==typeof n||(n={mode:n});let u=n.mode;const o=n.fs||_o;if("win32"===process.platform&&Po(t)){const e=new Error(t+" contains invalid WIN32 path characters.");throw e.code="EINVAL",e}void 0===u&&(u=ko&~process.umask()),r||(r=null),t=Bo.resolve(t);try{o.mkdirSync(t,u),r=r||t}catch(u){if("ENOENT"===u.code){if(Bo.dirname(t)===t)throw u;r=e(Bo.dirname(t),n,r),e(t,n,r)}else{let e;try{e=o.statSync(t)}catch(e){throw u}if(!e.isDirectory())throw u}}return r};const No=(0,yo.fromCallback)(bo);var Io={mkdirs:No,mkdirsSync:xo,mkdirp:No,mkdirpSync:xo,ensureDir:No,ensureDirSync:xo};const To=we;E.default,p.default;var Ro=function(e,t,n,r){To.open(e,"r+",((e,u)=>{if(e)return r(e);To.futimes(u,t,n,(e=>{To.close(u,(t=>{r&&r(e||t)}))}))}))},Mo=function(e,t,n){const r=To.openSync(e,"r+");return To.futimesSync(r,t,n),To.closeSync(r)};const Lo=we,jo=p.default,$o=10,Ho=5,Jo=0,Go=process.versions.node.split("."),Vo=Number.parseInt(Go[0],10),Uo=Number.parseInt(Go[1],10),Wo=Number.parseInt(Go[2],10);function zo(){if(Vo>$o)return!0;if(Vo===$o){if(Uo>Ho)return!0;if(Uo===Ho&&Wo>=Jo)return!0}return!1}function Ko(e,t){const n=jo.resolve(e).split(jo.sep).filter((e=>e)),r=jo.resolve(t).split(jo.sep).filter((e=>e));return n.reduce(((e,t,n)=>e&&r[n]===t),!0)}function qo(e,t,n){return`Cannot ${n} '${e}' to a subdirectory of itself, '${t}'.`}var Yo,Xo,Zo={checkPaths:function(e,t,n,r){!function(e,t,n){zo()?Lo.stat(e,{bigint:!0},((e,r)=>{if(e)return n(e);Lo.stat(t,{bigint:!0},((e,t)=>e?"ENOENT"===e.code?n(null,{srcStat:r,destStat:null}):n(e):n(null,{srcStat:r,destStat:t})))})):Lo.stat(e,((e,r)=>{if(e)return n(e);Lo.stat(t,((e,t)=>e?"ENOENT"===e.code?n(null,{srcStat:r,destStat:null}):n(e):n(null,{srcStat:r,destStat:t})))}))}(e,t,((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;return s&&s.ino&&s.dev&&s.ino===i.ino&&s.dev===i.dev?r(new Error("Source and destination must not be the same.")):i.isDirectory()&&Ko(e,t)?r(new Error(qo(e,t,n))):r(null,{srcStat:i,destStat:s})}))},checkPathsSync:function(e,t,n){const{srcStat:r,destStat:u}=function(e,t){let n,r;n=zo()?Lo.statSync(e,{bigint:!0}):Lo.statSync(e);try{r=zo()?Lo.statSync(t,{bigint:!0}):Lo.statSync(t)}catch(e){if("ENOENT"===e.code)return{srcStat:n,destStat:null};throw e}return{srcStat:n,destStat:r}}(e,t);if(u&&u.ino&&u.dev&&u.ino===r.ino&&u.dev===r.dev)throw new Error("Source and destination must not be the same.");if(r.isDirectory()&&Ko(e,t))throw new Error(qo(e,t,n));return{srcStat:r,destStat:u}},checkParentPaths:function e(t,n,r,u,o){const i=jo.resolve(jo.dirname(t)),s=jo.resolve(jo.dirname(r));if(s===i||s===jo.parse(s).root)return o();zo()?Lo.stat(s,{bigint:!0},((i,c)=>i?"ENOENT"===i.code?o():o(i):c.ino&&c.dev&&c.ino===n.ino&&c.dev===n.dev?o(new Error(qo(t,r,u))):e(t,n,s,u,o))):Lo.stat(s,((i,c)=>i?"ENOENT"===i.code?o():o(i):c.ino&&c.dev&&c.ino===n.ino&&c.dev===n.dev?o(new Error(qo(t,r,u))):e(t,n,s,u,o)))},checkParentPathsSync:function e(t,n,r,u){const o=jo.resolve(jo.dirname(t)),i=jo.resolve(jo.dirname(r));if(i===o||i===jo.parse(i).root)return;let s;try{s=zo()?Lo.statSync(i,{bigint:!0}):Lo.statSync(i)}catch(e){if("ENOENT"===e.code)return;throw e}if(s.ino&&s.dev&&s.ino===n.ino&&s.dev===n.dev)throw new Error(qo(t,r,u));return e(t,n,i,u)},isSrcSubdir:Ko};const Qo=we,ei=p.default,ti=Io.mkdirsSync,ni=Mo,ri=Zo;function ui(e,t,n,r){if(!r.filter||r.filter(t,n))return function(e,t,n,r){const u=r.dereference?Qo.statSync:Qo.lstatSync,o=u(t);if(o.isDirectory())return function(e,t,n,r,u){if(!t)return function(e,t,n,r){return Qo.mkdirSync(n),ii(t,n,r),Qo.chmodSync(n,e.mode)}(e,n,r,u);if(t&&!t.isDirectory())throw new Error(`Cannot overwrite non-directory '${r}' with directory '${n}'.`);return ii(n,r,u)}(o,e,t,n,r);if(o.isFile()||o.isCharacterDevice()||o.isBlockDevice())return function(e,t,n,r,u){return t?function(e,t,n,r){if(r.overwrite)return Qo.unlinkSync(n),oi(e,t,n,r);if(r.errorOnExist)throw new Error(`'${n}' already exists`)}(e,n,r,u):oi(e,n,r,u)}(o,e,t,n,r);if(o.isSymbolicLink())return function(e,t,n,r){let u=Qo.readlinkSync(t);r.dereference&&(u=ei.resolve(process.cwd(),u));if(e){let e;try{e=Qo.readlinkSync(n)}catch(e){if("EINVAL"===e.code||"UNKNOWN"===e.code)return Qo.symlinkSync(u,n);throw e}if(r.dereference&&(e=ei.resolve(process.cwd(),e)),ri.isSrcSubdir(u,e))throw new Error(`Cannot copy '${u}' to a subdirectory of itself, '${e}'.`);if(Qo.statSync(n).isDirectory()&&ri.isSrcSubdir(e,u))throw new Error(`Cannot overwrite '${e}' with '${u}'.`);return function(e,t){return Qo.unlinkSync(t),Qo.symlinkSync(e,t)}(u,n)}return Qo.symlinkSync(u,n)}(e,t,n,r)}(e,t,n,r)}function oi(e,t,n,r){return"function"==typeof Qo.copyFileSync?(Qo.copyFileSync(t,n),Qo.chmodSync(n,e.mode),r.preserveTimestamps?ni(n,e.atime,e.mtime):void 0):function(e,t,n,r){const u=65536,o=(Xo?Yo:(Xo=1,Yo=function(e){if("function"==typeof Buffer.allocUnsafe)try{return Buffer.allocUnsafe(e)}catch(t){return new Buffer(e)}return new Buffer(e)}))(u),i=Qo.openSync(t,"r"),s=Qo.openSync(n,"w",e.mode);let c=0;for(;cfunction(e,t,n,r){const u=ei.join(t,e),o=ei.join(n,e),{destStat:i}=ri.checkPathsSync(u,o,"copy");return ui(i,u,o,r)}(r,e,t,n)))}var si=function(e,t,n){"function"==typeof n&&(n={filter:n}),(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269");const{srcStat:r,destStat:u}=ri.checkPathsSync(e,t,"copy");return ri.checkParentPathsSync(e,r,t,"copy"),function(e,t,n,r){if(r.filter&&!r.filter(t,n))return;const u=ei.dirname(n);Qo.existsSync(u)||ti(u);return ui(e,t,n,r)}(u,e,t,n)},ci={copySync:si};const ai=yo.fromPromise,li=ho;var fi={pathExists:ai((function(e){return li.access(e).then((()=>!0)).catch((()=>!1))})),pathExistsSync:li.existsSync};const di=we,Di=p.default,pi=Io.mkdirs,Ei=fi.pathExists,mi=Ro,hi=Zo;function yi(e,t,n,r,u){const o=Di.dirname(n);Ei(o,((i,s)=>i?u(i):s?Fi(e,t,n,r,u):void pi(o,(o=>o?u(o):Fi(e,t,n,r,u)))))}function Ci(e,t,n,r,u,o){Promise.resolve(u.filter(n,r)).then((i=>i?e(t,n,r,u,o):o()),(e=>o(e)))}function Fi(e,t,n,r,u){return r.filter?Ci(gi,e,t,n,r,u):gi(e,t,n,r,u)}function gi(e,t,n,r,u){(r.dereference?di.stat:di.lstat)(t,((o,i)=>o?u(o):i.isDirectory()?function(e,t,n,r,u,o){if(!t)return function(e,t,n,r,u){di.mkdir(n,(o=>{if(o)return u(o);Si(t,n,r,(t=>t?u(t):di.chmod(n,e.mode,u)))}))}(e,n,r,u,o);if(t&&!t.isDirectory())return o(new Error(`Cannot overwrite non-directory '${r}' with directory '${n}'.`));return Si(n,r,u,o)}(i,e,t,n,r,u):i.isFile()||i.isCharacterDevice()||i.isBlockDevice()?function(e,t,n,r,u,o){return t?function(e,t,n,r,u){if(!r.overwrite)return r.errorOnExist?u(new Error(`'${n}' already exists`)):u();di.unlink(n,(o=>o?u(o):Ai(e,t,n,r,u)))}(e,n,r,u,o):Ai(e,n,r,u,o)}(i,e,t,n,r,u):i.isSymbolicLink()?function(e,t,n,r,u){di.readlink(t,((t,o)=>t?u(t):(r.dereference&&(o=Di.resolve(process.cwd(),o)),e?void di.readlink(n,((t,i)=>t?"EINVAL"===t.code||"UNKNOWN"===t.code?di.symlink(o,n,u):u(t):(r.dereference&&(i=Di.resolve(process.cwd(),i)),hi.isSrcSubdir(o,i)?u(new Error(`Cannot copy '${o}' to a subdirectory of itself, '${i}'.`)):e.isDirectory()&&hi.isSrcSubdir(i,o)?u(new Error(`Cannot overwrite '${i}' with '${o}'.`)):function(e,t,n){di.unlink(t,(r=>r?n(r):di.symlink(e,t,n)))}(o,n,u)))):di.symlink(o,n,u))))}(e,t,n,r,u):void 0))}function Ai(e,t,n,r,u){return"function"==typeof di.copyFile?di.copyFile(t,n,(t=>t?u(t):vi(e,n,r,u))):function(e,t,n,r,u){const o=di.createReadStream(t);o.on("error",(e=>u(e))).once("open",(()=>{const t=di.createWriteStream(n,{mode:e.mode});t.on("error",(e=>u(e))).on("open",(()=>o.pipe(t))).once("close",(()=>vi(e,n,r,u)))}))}(e,t,n,r,u)}function vi(e,t,n,r){di.chmod(t,e.mode,(u=>u?r(u):n.preserveTimestamps?mi(t,e.atime,e.mtime,r):r()))}function Si(e,t,n,r){di.readdir(e,((u,o)=>u?r(u):wi(o,e,t,n,r)))}function wi(e,t,n,r,u){const o=e.pop();return o?function(e,t,n,r,u,o){const i=Di.join(n,t),s=Di.join(r,t);hi.checkPaths(i,s,"copy",((t,c)=>{if(t)return o(t);const{destStat:a}=c;Fi(a,i,s,u,(t=>t?o(t):wi(e,n,r,u,o)))}))}(e,o,t,n,r,u):u()}var Oi=function(e,t,n,r){"function"!=typeof n||r?"function"==typeof n&&(n={filter:n}):(r=n,n={}),r=r||function(){},(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269"),hi.checkPaths(e,t,"copy",((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;hi.checkParentPaths(e,i,t,"copy",(u=>u?r(u):n.filter?Ci(yi,s,e,t,n,r):yi(s,e,t,n,r)))}))};var bi={copy:(0,yo.fromCallback)(Oi)};const _i=we,Bi=p.default,Pi=g.default,ki="win32"===process.platform;function xi(e){["unlink","chmod","stat","lstat","rmdir","readdir"].forEach((t=>{e[t]=e[t]||_i[t],e[t+="Sync"]=e[t]||_i[t]})),e.maxBusyTries=e.maxBusyTries||3}function Ni(e,t,n){let r=0;"function"==typeof t&&(n=t,t={}),Pi(e,"rimraf: missing path"),Pi.strictEqual(typeof e,"string","rimraf: path should be a string"),Pi.strictEqual(typeof n,"function","rimraf: callback function required"),Pi(t,"rimraf: invalid options argument provided"),Pi.strictEqual(typeof t,"object","rimraf: options should be object"),xi(t),Ii(e,t,(function u(o){if(o){if(("EBUSY"===o.code||"ENOTEMPTY"===o.code||"EPERM"===o.code)&&rIi(e,t,u)),100*r)}"ENOENT"===o.code&&(o=null)}n(o)}))}function Ii(e,t,n){Pi(e),Pi(t),Pi("function"==typeof n),t.lstat(e,((r,u)=>r&&"ENOENT"===r.code?n(null):r&&"EPERM"===r.code&&ki?Ti(e,t,r,n):u&&u.isDirectory()?Mi(e,t,r,n):void t.unlink(e,(r=>{if(r){if("ENOENT"===r.code)return n(null);if("EPERM"===r.code)return ki?Ti(e,t,r,n):Mi(e,t,r,n);if("EISDIR"===r.code)return Mi(e,t,r,n)}return n(r)}))))}function Ti(e,t,n,r){Pi(e),Pi(t),Pi("function"==typeof r),n&&Pi(n instanceof Error),t.chmod(e,438,(u=>{u?r("ENOENT"===u.code?null:n):t.stat(e,((u,o)=>{u?r("ENOENT"===u.code?null:n):o.isDirectory()?Mi(e,t,n,r):t.unlink(e,r)}))}))}function Ri(e,t,n){let r;Pi(e),Pi(t),n&&Pi(n instanceof Error);try{t.chmodSync(e,438)}catch(e){if("ENOENT"===e.code)return;throw n}try{r=t.statSync(e)}catch(e){if("ENOENT"===e.code)return;throw n}r.isDirectory()?ji(e,t,n):t.unlinkSync(e)}function Mi(e,t,n,r){Pi(e),Pi(t),n&&Pi(n instanceof Error),Pi("function"==typeof r),t.rmdir(e,(u=>{!u||"ENOTEMPTY"!==u.code&&"EEXIST"!==u.code&&"EPERM"!==u.code?u&&"ENOTDIR"===u.code?r(n):r(u):function(e,t,n){Pi(e),Pi(t),Pi("function"==typeof n),t.readdir(e,((r,u)=>{if(r)return n(r);let o,i=u.length;if(0===i)return t.rmdir(e,n);u.forEach((r=>{Ni(Bi.join(e,r),t,(r=>{if(!o)return r?n(o=r):void(0==--i&&t.rmdir(e,n))}))}))}))}(e,t,r)}))}function Li(e,t){let n;xi(t=t||{}),Pi(e,"rimraf: missing path"),Pi.strictEqual(typeof e,"string","rimraf: path should be a string"),Pi(t,"rimraf: missing options"),Pi.strictEqual(typeof t,"object","rimraf: options should be object");try{n=t.lstatSync(e)}catch(n){if("ENOENT"===n.code)return;"EPERM"===n.code&&ki&&Ri(e,t,n)}try{n&&n.isDirectory()?ji(e,t,null):t.unlinkSync(e)}catch(n){if("ENOENT"===n.code)return;if("EPERM"===n.code)return ki?Ri(e,t,n):ji(e,t,n);if("EISDIR"!==n.code)throw n;ji(e,t,n)}}function ji(e,t,n){Pi(e),Pi(t),n&&Pi(n instanceof Error);try{t.rmdirSync(e)}catch(r){if("ENOTDIR"===r.code)throw n;if("ENOTEMPTY"===r.code||"EEXIST"===r.code||"EPERM"===r.code)!function(e,t){if(Pi(e),Pi(t),t.readdirSync(e).forEach((n=>Li(Bi.join(e,n),t))),!ki){return t.rmdirSync(e,t)}{const n=Date.now();do{try{return t.rmdirSync(e,t)}catch(e){}}while(Date.now()-n<500)}}(e,t);else if("ENOENT"!==r.code)throw r}}var $i=Ni;Ni.sync=Li;const Hi=$i;var Ji={remove:(0,yo.fromCallback)(Hi),removeSync:Hi.sync};const Gi=yo.fromCallback,Vi=we,Ui=p.default,Wi=Io,zi=Ji,Ki=Gi((function(e,t){t=t||function(){},Vi.readdir(e,((n,r)=>{if(n)return Wi.mkdirs(e,t);r=r.map((t=>Ui.join(e,t))),function e(){const n=r.pop();if(!n)return t();zi.remove(n,(n=>{if(n)return t(n);e()}))}()}))}));function qi(e){let t;try{t=Vi.readdirSync(e)}catch(t){return Wi.mkdirsSync(e)}t.forEach((t=>{t=Ui.join(e,t),zi.removeSync(t)}))}var Yi={emptyDirSync:qi,emptydirSync:qi,emptyDir:Ki,emptydir:Ki};const Xi=yo.fromCallback,Zi=p.default,Qi=we,es=Io,ts=fi.pathExists;var ns={createFile:Xi((function(e,t){function n(){Qi.writeFile(e,"",(e=>{if(e)return t(e);t()}))}Qi.stat(e,((r,u)=>{if(!r&&u.isFile())return t();const o=Zi.dirname(e);ts(o,((e,r)=>e?t(e):r?n():void es.mkdirs(o,(e=>{if(e)return t(e);n()}))))}))})),createFileSync:function(e){let t;try{t=Qi.statSync(e)}catch(e){}if(t&&t.isFile())return;const n=Zi.dirname(e);Qi.existsSync(n)||es.mkdirsSync(n),Qi.writeFileSync(e,"")}};const rs=yo.fromCallback,us=p.default,os=we,is=Io,ss=fi.pathExists;var cs={createLink:rs((function(e,t,n){function r(e,t){os.link(e,t,(e=>{if(e)return n(e);n(null)}))}ss(t,((u,o)=>u?n(u):o?n(null):void os.lstat(e,(u=>{if(u)return u.message=u.message.replace("lstat","ensureLink"),n(u);const o=us.dirname(t);ss(o,((u,i)=>u?n(u):i?r(e,t):void is.mkdirs(o,(u=>{if(u)return n(u);r(e,t)}))))}))))})),createLinkSync:function(e,t){if(os.existsSync(t))return;try{os.lstatSync(e)}catch(e){throw e.message=e.message.replace("lstat","ensureLink"),e}const n=us.dirname(t);return os.existsSync(n)||is.mkdirsSync(n),os.linkSync(e,t)}};const as=p.default,ls=we,fs=fi.pathExists;var ds={symlinkPaths:function(e,t,n){if(as.isAbsolute(e))return ls.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:e})));{const r=as.dirname(t),u=as.join(r,e);return fs(u,((t,o)=>t?n(t):o?n(null,{toCwd:u,toDst:e}):ls.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:as.relative(r,e)})))))}},symlinkPathsSync:function(e,t){let n;if(as.isAbsolute(e)){if(n=ls.existsSync(e),!n)throw new Error("absolute srcpath does not exist");return{toCwd:e,toDst:e}}{const r=as.dirname(t),u=as.join(r,e);if(n=ls.existsSync(u),n)return{toCwd:u,toDst:e};if(n=ls.existsSync(e),!n)throw new Error("relative srcpath does not exist");return{toCwd:e,toDst:as.relative(r,e)}}}};const Ds=we;var ps={symlinkType:function(e,t,n){if(n="function"==typeof t?t:n,t="function"!=typeof t&&t)return n(null,t);Ds.lstat(e,((e,r)=>{if(e)return n(null,"file");t=r&&r.isDirectory()?"dir":"file",n(null,t)}))},symlinkTypeSync:function(e,t){let n;if(t)return t;try{n=Ds.lstatSync(e)}catch(e){return"file"}return n&&n.isDirectory()?"dir":"file"}};const Es=yo.fromCallback,ms=p.default,hs=we,ys=Io.mkdirs,Cs=Io.mkdirsSync,Fs=ds.symlinkPaths,gs=ds.symlinkPathsSync,As=ps.symlinkType,vs=ps.symlinkTypeSync,Ss=fi.pathExists;var ws={createSymlink:Es((function(e,t,n,r){r="function"==typeof n?n:r,n="function"!=typeof n&&n,Ss(t,((u,o)=>u?r(u):o?r(null):void Fs(e,t,((u,o)=>{if(u)return r(u);e=o.toDst,As(o.toCwd,n,((n,u)=>{if(n)return r(n);const o=ms.dirname(t);Ss(o,((n,i)=>n?r(n):i?hs.symlink(e,t,u,r):void ys(o,(n=>{if(n)return r(n);hs.symlink(e,t,u,r)}))))}))}))))})),createSymlinkSync:function(e,t,n){if(hs.existsSync(t))return;const r=gs(e,t);e=r.toDst,n=vs(r.toCwd,n);const u=ms.dirname(t);return hs.existsSync(u)||Cs(u),hs.symlinkSync(e,t,n)}};var Os,bs={createFile:ns.createFile,createFileSync:ns.createFileSync,ensureFile:ns.createFile,ensureFileSync:ns.createFileSync,createLink:cs.createLink,createLinkSync:cs.createLinkSync,ensureLink:cs.createLink,ensureLinkSync:cs.createLinkSync,createSymlink:ws.createSymlink,createSymlinkSync:ws.createSymlinkSync,ensureSymlink:ws.createSymlink,ensureSymlinkSync:ws.createSymlinkSync};try{Os=we}catch(e){Os=D.default}function _s(e,t){var n,r="\n";return"object"==typeof t&&null!==t&&(t.spaces&&(n=t.spaces),t.EOL&&(r=t.EOL)),JSON.stringify(e,t?t.replacer:null,n).replace(/\n/g,r)+r}function Bs(e){return Buffer.isBuffer(e)&&(e=e.toString("utf8")),e=e.replace(/^\uFEFF/,"")}var Ps={readFile:function(e,t,n){null==n&&(n=t,t={}),"string"==typeof t&&(t={encoding:t});var r=(t=t||{}).fs||Os,u=!0;"throws"in t&&(u=t.throws),r.readFile(e,t,(function(r,o){if(r)return n(r);var i;o=Bs(o);try{i=JSON.parse(o,t?t.reviver:null)}catch(t){return u?(t.message=e+": "+t.message,n(t)):n(null,null)}n(null,i)}))},readFileSync:function(e,t){"string"==typeof(t=t||{})&&(t={encoding:t});var n=t.fs||Os,r=!0;"throws"in t&&(r=t.throws);try{var u=n.readFileSync(e,t);return u=Bs(u),JSON.parse(u,t.reviver)}catch(t){if(r)throw t.message=e+": "+t.message,t;return null}},writeFile:function(e,t,n,r){null==r&&(r=n,n={});var u=(n=n||{}).fs||Os,o="";try{o=_s(t,n)}catch(e){return void(r&&r(e,null))}u.writeFile(e,o,n,r)},writeFileSync:function(e,t,n){var r=(n=n||{}).fs||Os,u=_s(t,n);return r.writeFileSync(e,u,n)}},ks=Ps;const xs=yo.fromCallback,Ns=ks;var Is={readJson:xs(Ns.readFile),readJsonSync:Ns.readFileSync,writeJson:xs(Ns.writeFile),writeJsonSync:Ns.writeFileSync};const Ts=p.default,Rs=Io,Ms=fi.pathExists,Ls=Is;var js=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=Ts.dirname(e);Ms(u,((o,i)=>o?r(o):i?Ls.writeJson(e,t,n,r):void Rs.mkdirs(u,(u=>{if(u)return r(u);Ls.writeJson(e,t,n,r)}))))};const $s=we,Hs=p.default,Js=Io,Gs=Is;var Vs=function(e,t,n){const r=Hs.dirname(e);$s.existsSync(r)||Js.mkdirsSync(r),Gs.writeJsonSync(e,t,n)};const Us=yo.fromCallback,Ws=Is;Ws.outputJson=Us(js),Ws.outputJsonSync=Vs,Ws.outputJSON=Ws.outputJson,Ws.outputJSONSync=Ws.outputJsonSync,Ws.writeJSON=Ws.writeJson,Ws.writeJSONSync=Ws.writeJsonSync,Ws.readJSON=Ws.readJson,Ws.readJSONSync=Ws.readJsonSync;var zs=Ws;const Ks=we,qs=p.default,Ys=ci.copySync,Xs=Ji.removeSync,Zs=Io.mkdirpSync,Qs=Zo;function ec(e,t,n){try{Ks.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)throw r;return function(e,t,n){const r={overwrite:n,errorOnExist:!0};return Ys(e,t,r),Xs(e)}(e,t,n)}}var tc=function(e,t,n){const r=(n=n||{}).overwrite||n.clobber||!1,{srcStat:u}=Qs.checkPathsSync(e,t,"move");return Qs.checkParentPathsSync(e,u,t,"move"),Zs(qs.dirname(t)),function(e,t,n){if(n)return Xs(t),ec(e,t,n);if(Ks.existsSync(t))throw new Error("dest already exists.");return ec(e,t,n)}(e,t,r)},nc={moveSync:tc};const rc=we,uc=p.default,oc=bi.copy,ic=Ji.remove,sc=Io.mkdirp,cc=fi.pathExists,ac=Zo;function lc(e,t,n,r){rc.rename(e,t,(u=>u?"EXDEV"!==u.code?r(u):function(e,t,n,r){const u={overwrite:n,errorOnExist:!0};oc(e,t,u,(t=>t?r(t):ic(e,r)))}(e,t,n,r):r()))}var fc=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=n.overwrite||n.clobber||!1;ac.checkPaths(e,t,"move",((n,o)=>{if(n)return r(n);const{srcStat:i}=o;ac.checkParentPaths(e,i,t,"move",(n=>{if(n)return r(n);sc(uc.dirname(t),(n=>n?r(n):function(e,t,n,r){if(n)return ic(t,(u=>u?r(u):lc(e,t,n,r)));cc(t,((u,o)=>u?r(u):o?r(new Error("dest already exists.")):lc(e,t,n,r)))}(e,t,u,r)))}))}))};var dc={move:(0,yo.fromCallback)(fc)};const Dc=yo.fromCallback,pc=we,Ec=p.default,mc=Io,hc=fi.pathExists;var yc={outputFile:Dc((function(e,t,n,r){"function"==typeof n&&(r=n,n="utf8");const u=Ec.dirname(e);hc(u,((o,i)=>o?r(o):i?pc.writeFile(e,t,n,r):void mc.mkdirs(u,(u=>{if(u)return r(u);pc.writeFile(e,t,n,r)}))))})),outputFileSync:function(e,...t){const n=Ec.dirname(e);if(pc.existsSync(n))return pc.writeFileSync(e,...t);mc.mkdirsSync(n),pc.writeFileSync(e,...t)}};!function(e){e.exports=Object.assign({},ho,ci,bi,Yi,bs,zs,Io,nc,dc,yc,fi,Ji);const t=D.default;Object.getOwnPropertyDescriptor(t,"promises")&&Object.defineProperty(e.exports,"promises",{get:()=>t.promises})}(mo);const Cc=Nr.exports("streamroller:fileNameFormatter"),Fc=p.default;const gc=Nr.exports("streamroller:fileNameParser"),Ac=nu.exports;const vc=Nr.exports("streamroller:moveAndMaybeCompressFile"),Sc=mo.exports,wc=v.default;var Oc=async(e,t,n)=>{if(n=function(e){const t={mode:parseInt("0600",8),compress:!1},n=Object.assign({},t,e);return vc(`_parseOption: moveAndMaybeCompressFile called with option=${JSON.stringify(n)}`),n}(n),e!==t){if(await Sc.pathExists(e))if(vc(`moveAndMaybeCompressFile: moving file from ${e} to ${t} ${n.compress?"with":"without"} compress`),n.compress)await new Promise(((r,u)=>{let o=!1;const i=Sc.createWriteStream(t,{mode:n.mode,flags:"wx"}).on("open",(()=>{o=!0;const t=Sc.createReadStream(e).on("open",(()=>{t.pipe(wc.createGzip()).pipe(i)})).on("error",(t=>{vc(`moveAndMaybeCompressFile: error reading ${e}`,t),i.destroy(t)}))})).on("finish",(()=>{vc(`moveAndMaybeCompressFile: finished compressing ${t}, deleting ${e}`),Sc.unlink(e).then(r).catch((t=>{vc(`moveAndMaybeCompressFile: error deleting ${e}, truncating instead`,t),Sc.truncate(e).then(r).catch((t=>{vc(`moveAndMaybeCompressFile: error truncating ${e}`,t),u(t)}))}))})).on("error",(e=>{o?(vc(`moveAndMaybeCompressFile: error writing ${t}, deleting`,e),Sc.unlink(t).then((()=>{u(e)})).catch((e=>{vc(`moveAndMaybeCompressFile: error deleting ${t}`,e),u(e)}))):(vc(`moveAndMaybeCompressFile: error creating ${t}`,e),u(e))}))})).catch((()=>{}));else{vc(`moveAndMaybeCompressFile: renaming ${e} to ${t}`);try{await Sc.move(e,t,{overwrite:!0})}catch(n){if(vc(`moveAndMaybeCompressFile: error renaming ${e} to ${t}`,n),"ENOENT"!==n.code){vc("moveAndMaybeCompressFile: trying copy+truncate instead");try{await Sc.copy(e,t,{overwrite:!0}),await Sc.truncate(e)}catch(e){vc("moveAndMaybeCompressFile: error copy+truncate",e)}}}}}else vc("moveAndMaybeCompressFile: source and target are the same, not doing anything")};const bc=Nr.exports("streamroller:RollingFileWriteStream"),_c=mo.exports,Bc=p.default,Pc=E.default,kc=()=>new Date,xc=nu.exports,{Writable:Nc}=C.default,Ic=({file:e,keepFileExt:t,needsIndex:n,alwaysIncludeDate:r,compress:u,fileNameSep:o})=>{let i=o||".";const s=Fc.join(e.dir,e.name),c=t=>t+e.ext,a=(e,t,r)=>!n&&r||!t?e:e+i+t,l=(e,t,n)=>(t>0||r)&&n?e+i+n:e,f=(e,t)=>t&&u?e+".gz":e,d=t?[l,a,c,f]:[c,l,a,f];return({date:e,index:t})=>(Cc(`_formatFileName: date=${e}, index=${t}`),d.reduce(((n,r)=>r(n,t,e)),s))},Tc=({file:e,keepFileExt:t,pattern:n,fileNameSep:r})=>{let u=r||".";const o="__NOT_MATCHING__";let i=[(e,t)=>e.endsWith(".gz")?(gc("it is gzipped"),t.isCompressed=!0,e.slice(0,-1*".gz".length)):e,t?t=>t.startsWith(e.name)&&t.endsWith(e.ext)?(gc("it starts and ends with the right things"),t.slice(e.name.length+1,-1*e.ext.length)):o:t=>t.startsWith(e.base)?(gc("it starts with the right things"),t.slice(e.base.length+1)):o,n?(e,t)=>{const r=e.split(u);let o=r[r.length-1];gc("items: ",r,", indexStr: ",o);let i=e;void 0!==o&&o.match(/^\d+$/)?(i=e.slice(0,-1*(o.length+1)),gc(`dateStr is ${i}`),n&&!i&&(i=o,o="0")):o="0";try{const r=Ac.parse(n,i,new Date(0,0));return Ac.asString(n,r)!==i?e:(t.index=parseInt(o,10),t.date=i,t.timestamp=r.getTime(),"")}catch(t){return gc(`Problem parsing ${i} as ${n}, error was: `,t),e}}:(e,t)=>e.match(/^\d+$/)?(gc("it has an index"),t.index=parseInt(e,10),""):e];return e=>{let t={filename:e,index:0,isCompressed:!1};return i.reduce(((e,n)=>n(e,t)),e)?null:t}},Rc=Oc;var Mc=class extends Nc{constructor(e,t){if(bc(`constructor: creating RollingFileWriteStream. path=${e}`),"string"!=typeof e||0===e.length)throw new Error(`Invalid filename: ${e}`);if(e.endsWith(Bc.sep))throw new Error(`Filename is a directory: ${e}`);0===e.indexOf(`~${Bc.sep}`)&&(e=e.replace("~",Pc.homedir())),super(t),this.options=this._parseOption(t),this.fileObject=Bc.parse(e),""===this.fileObject.dir&&(this.fileObject=Bc.parse(Bc.join(process.cwd(),e))),this.fileFormatter=Ic({file:this.fileObject,alwaysIncludeDate:this.options.alwaysIncludePattern,needsIndex:this.options.maxSize 0`)}else delete n.maxSize;if(n.numBackups||0===n.numBackups){if(n.numBackups<0)throw new Error(`options.numBackups (${n.numBackups}) should be >= 0`);if(n.numBackups>=Number.MAX_SAFE_INTEGER)throw new Error(`options.numBackups (${n.numBackups}) should be < Number.MAX_SAFE_INTEGER`);n.numToKeep=n.numBackups+1}else if(n.numToKeep<=0)throw new Error(`options.numToKeep (${n.numToKeep}) should be > 0`);return bc(`_parseOption: creating stream with option=${JSON.stringify(n)}`),n}_final(e){this.currentFileStream.end("",this.options.encoding,e)}_write(e,t,n){this._shouldRoll().then((()=>{bc(`_write: writing chunk. file=${this.currentFileStream.path} state=${JSON.stringify(this.state)} chunk=${e}`),this.currentFileStream.write(e,t,(t=>{this.state.currentSize+=e.length,n(t)}))}))}async _shouldRoll(){(this._dateChanged()||this._tooBig())&&(bc(`_shouldRoll: rolling because dateChanged? ${this._dateChanged()} or tooBig? ${this._tooBig()}`),await this._roll())}_dateChanged(){return this.state.currentDate&&this.state.currentDate!==xc(this.options.pattern,kc())}_tooBig(){return this.state.currentSize>=this.options.maxSize}_roll(){return bc("_roll: closing the current stream"),new Promise(((e,t)=>{this.currentFileStream.end("",this.options.encoding,(()=>{this._moveOldFiles().then(e).catch(t)}))}))}async _moveOldFiles(){const e=await this._getExistingFiles();for(let t=(this.state.currentDate?e.filter((e=>e.date===this.state.currentDate)):e).length;t>=0;t--){bc(`_moveOldFiles: i = ${t}`);const e=this.fileFormatter({date:this.state.currentDate,index:t}),n=this.fileFormatter({date:this.state.currentDate,index:t+1}),r={compress:this.options.compress&&0===t,mode:this.options.mode};await Rc(e,n,r)}this.state.currentSize=0,this.state.currentDate=this.state.currentDate?xc(this.options.pattern,kc()):null,bc(`_moveOldFiles: finished rolling files. state=${JSON.stringify(this.state)}`),this._renewWriteStream(),await new Promise(((e,t)=>{this.currentFileStream.write("","utf8",(()=>{this._clean().then(e).catch(t)}))}))}async _getExistingFiles(){const e=await _c.readdir(this.fileObject.dir).catch((()=>[]));bc(`_getExistingFiles: files=${e}`);const t=e.map((e=>this.fileNameParser(e))).filter((e=>e)),n=e=>(e.timestamp?e.timestamp:kc().getTime())-e.index;return t.sort(((e,t)=>n(e)-n(t))),t}_renewWriteStream(){const e=this.fileFormatter({date:this.state.currentDate,index:0}),t=e=>{try{return _c.mkdirSync(e,{recursive:!0})}catch(n){if("ENOENT"===n.code)return t(Bc.dirname(e)),t(e);if("EEXIST"!==n.code&&"EROFS"!==n.code)throw n;try{if(_c.statSync(e).isDirectory())return e;throw n}catch(e){throw n}}};t(this.fileObject.dir);const n={flags:this.options.flags,encoding:this.options.encoding,mode:this.options.mode};var r,u;_c.appendFileSync(e,"",(r={...n},u="flags",r["flag"]=r[u],delete r[u],r)),this.currentFileStream=_c.createWriteStream(e,n),this.currentFileStream.on("error",(e=>{this.emit("error",e)}))}async _clean(){const e=await this._getExistingFiles();if(bc(`_clean: numToKeep = ${this.options.numToKeep}, existingFiles = ${e.length}`),bc("_clean: existing files are: ",e),this._tooManyFiles(e.length)){const n=e.slice(0,e.length-this.options.numToKeep).map((e=>Bc.format({dir:this.fileObject.dir,base:e.filename})));await(t=n,bc(`deleteFiles: files to delete: ${t}`),Promise.all(t.map((e=>_c.unlink(e).catch((t=>{bc(`deleteFiles: error when unlinking ${e}, ignoring. Error was ${t}`)}))))))}var t}_tooManyFiles(e){return this.options.numToKeep>0&&e>this.options.numToKeep}};const Lc=Mc;var jc=class extends Lc{constructor(e,t,n,r){r||(r={}),t&&(r.maxSize=t),r.numBackups||0===r.numBackups||(n||0===n||(n=1),r.numBackups=n),super(e,r),this.backups=r.numBackups,this.size=this.options.maxSize}get theStream(){return this.currentFileStream}};const $c=Mc;var Hc={RollingFileWriteStream:Mc,RollingFileStream:jc,DateRollingFileStream:class extends $c{constructor(e,t,n){t&&"object"==typeof t&&(n=t,t=null),n||(n={}),t||(t="yyyy-MM-dd"),n.pattern=t,n.numBackups||0===n.numBackups?n.daysToKeep=n.numBackups:(n.daysToKeep||0===n.daysToKeep?process.emitWarning("options.daysToKeep is deprecated due to the confusion it causes when used together with file size rolling. Please use options.numBackups instead.","DeprecationWarning","streamroller-DEP0001"):n.daysToKeep=1,n.numBackups=n.daysToKeep),super(e,n),this.mode=this.options.mode}get theStream(){return this.currentFileStream}}};const Jc=Nr.exports("log4js:file"),Gc=p.default,Vc=Hc,Uc=E.default.EOL;let Wc=!1;const zc=new Set;function Kc(){zc.forEach((e=>{e.sighupHandler()}))}function qc(e,t,n,r){const u=new Vc.RollingFileStream(e,t,n,r);return u.on("error",(t=>{console.error("log4js.fileAppender - Writing to file %s, error happened ",e,t)})),u.on("drain",(()=>{process.emit("log4js:pause",!1)})),u}Eo.configure=function(e,t){let n=t.basicLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),e.mode=e.mode||384,function(e,t,n,r,u,o){e=Gc.normalize(e),Jc("Creating file appender (",e,", ",n,", ",r=r||0===r?r:5,", ",u,", ",o,")");let i=qc(e,n,r,u);const s=function(e){if(i.writable){if(!0===u.removeColor){const t=/\x1b[[0-9;]*m/g;e.data=e.data.map((e=>"string"==typeof e?e.replace(t,""):e))}i.write(t(e,o)+Uc,"utf8")||process.emit("log4js:pause",!0)}};return s.reopen=function(){i.end((()=>{i=qc(e,n,r,u)}))},s.sighupHandler=function(){Jc("SIGHUP handler called."),s.reopen()},s.shutdown=function(e){zc.delete(s),0===zc.size&&Wc&&(process.removeListener("SIGHUP",Kc),Wc=!1),i.end("","utf-8",e)},zc.add(s),Wc||(process.on("SIGHUP",Kc),Wc=!0),s}(e.filename,n,e.maxLogSize,e.backups,e,e.timezoneOffset)};var Yc={};const Xc=Hc,Zc=E.default.EOL;function Qc(e,t,n,r,u){r.maxSize=r.maxLogSize;const o=function(e,t,n){const r=new Xc.DateRollingFileStream(e,t,n);return r.on("error",(t=>{console.error("log4js.dateFileAppender - Writing to file %s, error happened ",e,t)})),r.on("drain",(()=>{process.emit("log4js:pause",!1)})),r}(e,t,r),i=function(e){o.writable&&(o.write(n(e,u)+Zc,"utf8")||process.emit("log4js:pause",!0))};return i.shutdown=function(e){o.end("","utf-8",e)},i}Yc.configure=function(e,t){let n=t.basicLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),e.alwaysIncludePattern||(e.alwaysIncludePattern=!1),e.mode=e.mode||384,Qc(e.filename,e.pattern,n,e,e.timezoneOffset)};var ea={};const ta=Nr.exports("log4js:fileSync"),na=p.default,ra=D.default,ua=E.default.EOL||"\n";function oa(e,t){if(ra.existsSync(e))return;const n=ra.openSync(e,t.flags,t.mode);ra.closeSync(n)}class ia{constructor(e,t,n,r){ta("In RollingFileStream"),function(){if(!e||!t||t<=0)throw new Error("You must specify a filename and file size")}(),this.filename=e,this.size=t,this.backups=n,this.options=r,this.currentSize=0,this.currentSize=function(e){let t=0;try{t=ra.statSync(e).size}catch(t){oa(e,r)}return t}(this.filename)}shouldRoll(){return ta("should roll with current size %d, and max size %d",this.currentSize,this.size),this.currentSize>=this.size}roll(e){const t=this,n=new RegExp(`^${na.basename(e)}`);function r(e){return n.test(e)}function u(t){return parseInt(t.substring(`${na.basename(e)}.`.length),10)||0}function o(e,t){return u(e)>u(t)?1:u(e) ${e}.${r+1}`),ra.renameSync(na.join(na.dirname(e),n),`${e}.${r+1}`)}}ta("Rolling, rolling, rolling"),ta("Renaming the old files"),ra.readdirSync(na.dirname(e)).filter(r).sort(o).reverse().forEach(i)}write(e,t){const n=this;ta("in write"),this.shouldRoll()&&(this.currentSize=0,this.roll(this.filename)),ta("writing the chunk to the file"),n.currentSize+=e.length,ra.appendFileSync(n.filename,e)}}ea.configure=function(e,t){let n=t.basicLayout;e.layout&&(n=t.layout(e.layout.type,e.layout));const r={flags:e.flags||"a",encoding:e.encoding||"utf8",mode:e.mode||384};return function(e,t,n,r,u,o){ta("fileSync appender created");const i=function(e,t,n){let r;var u;return t?r=new ia(e,t,n,o):(oa(u=e,o),r={write(e){ra.appendFileSync(u,e)}}),r}(e=na.normalize(e),n,r=r||0===r?r:5);return e=>{i.write(t(e,u)+ua)}}(e.filename,n,e.maxLogSize,e.backups,e.timezoneOffset,r)};var sa={};const ca=Nr.exports("log4js:tcp"),aa=S.default;sa.configure=function(e,t){ca(`configure with config = ${e}`);let n=function(e){return e.serialise()};return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){let n=!1;const r=[];let u,o=3,i="__LOG4JS__";function s(e){ca("Writing log event to socket"),n=u.write(`${t(e)}${i}`,"utf8")}function c(){let e;for(ca("emptying buffer");e=r.shift();)s(e)}function a(e){n?s(e):(ca("buffering log event because it cannot write at the moment"),r.push(e))}return function t(){ca(`appender creating socket to ${e.host||"localhost"}:${e.port||5e3}`),i=`${e.endMsg||"__LOG4JS__"}`,u=aa.createConnection(e.port||5e3,e.host||"localhost"),u.on("connect",(()=>{ca("socket connected"),c(),n=!0})),u.on("drain",(()=>{ca("drain event received, emptying buffer"),n=!0,c()})),u.on("timeout",u.end.bind(u)),u.on("error",(e=>{ca("connection error",e),n=!1,c()})),u.on("close",t)}(),a.shutdown=function(e){ca("shutdown called"),r.length&&o?(ca("buffer has items, waiting 100ms to empty"),o-=1,setTimeout((()=>{a.shutdown(e)}),100)):(u.removeAllListeners("close"),u.end(e))},a}(e,n)};const la=p.default,fa=Nr.exports("log4js:appenders"),da=tu,Da=eo,pa=gu,Ea=hu,ma=to,ha=new Map;ha.set("console",oo),ha.set("stdout",so),ha.set("stderr",co),ha.set("logLevelFilter",ao),ha.set("categoryFilter",lo),ha.set("noLogFilter",Do),ha.set("file",Eo),ha.set("dateFile",Yc),ha.set("fileSync",ea),ha.set("tcp",sa);const ya=new Map,Ca=(e,t)=>{fa("Loading module from ",e);try{return require(e)}catch(n){return void da.throwExceptionIf(t,"MODULE_NOT_FOUND"!==n.code,`appender "${e}" could not be loaded (error was: ${n})`)}},Fa=new Set,ga=(e,t)=>{if(ya.has(e))return ya.get(e);if(!t.appenders[e])return!1;if(Fa.has(e))throw new Error(`Dependency loop detected for appender ${e}.`);Fa.add(e),fa(`Creating appender ${e}`);const n=Aa(e,t);return Fa.delete(e),ya.set(e,n),n},Aa=(e,t)=>{const n=t.appenders[e],r=n.type.configure?n.type:((e,t)=>ha.get(e)||Ca(`./${e}`,t)||Ca(e,t)||require.main&&Ca(la.join(la.dirname(require.main.filename),e),t)||Ca(la.join(process.cwd(),e),t))(n.type,t);return da.throwExceptionIf(t,da.not(r),`appender "${e}" is not valid (type "${n.type}" could not be found)`),r.appender&&fa(`DEPRECATION: Appender ${n.type} exports an appender function.`),r.shutdown&&fa(`DEPRECATION: Appender ${n.type} exports a shutdown function.`),fa(`${e}: clustering.isMaster ? ${Da.isMaster()}`),fa(`${e}: appenderModule is ${F.default.inspect(r)}`),Da.onlyOnMaster((()=>(fa(`calling appenderModule.configure for ${e} / ${n.type}`),r.configure(ma.modifyConfig(n),Ea,(e=>ga(e,t)),pa))),(()=>{}))},va=e=>{ya.clear(),Fa.clear();const t=[];Object.values(e.categories).forEach((e=>{t.push(...e.appenders)})),Object.keys(e.appenders).forEach((n=>{(t.includes(n)||"tcp-server"===e.appenders[n].type)&&ga(n,e)}))},Sa=()=>{va({appenders:{out:{type:"stdout"}},categories:{default:{appenders:["out"],level:"trace"}}})};Sa(),da.addListener((e=>{da.throwExceptionIf(e,da.not(da.anObject(e.appenders)),'must have a property "appenders" of type object.');const t=Object.keys(e.appenders);da.throwExceptionIf(e,da.not(t.length),"must define at least one appender."),t.forEach((t=>{da.throwExceptionIf(e,da.not(e.appenders[t].type),`appender "${t}" is not valid (must be an object with property "type")`)}))})),da.addListener(va),Au.exports=ya,Au.exports.init=Sa;var wa={exports:{}};!function(e){const t=Nr.exports("log4js:categories"),n=tu,r=gu,u=Au.exports,o=new Map;function i(e,t,n){if(!1===t.inherit)return;const r=n.lastIndexOf(".");if(r<0)return;const u=n.substring(0,r);let o=e.categories[u];o||(o={inherit:!0,appenders:[]}),i(e,o,u),!e.categories[u]&&o.appenders&&o.appenders.length&&o.level&&(e.categories[u]=o),t.appenders=t.appenders||[],t.level=t.level||o.level,o.appenders.forEach((e=>{t.appenders.includes(e)||t.appenders.push(e)})),t.parent=o}function s(e){if(!e.categories)return;Object.keys(e.categories).forEach((t=>{const n=e.categories[t];i(e,n,t)}))}n.addPreProcessingListener((e=>s(e))),n.addListener((e=>{n.throwExceptionIf(e,n.not(n.anObject(e.categories)),'must have a property "categories" of type object.');const t=Object.keys(e.categories);n.throwExceptionIf(e,n.not(t.length),"must define at least one category."),t.forEach((t=>{const o=e.categories[t];n.throwExceptionIf(e,[n.not(o.appenders),n.not(o.level)],`category "${t}" is not valid (must be an object with properties "appenders" and "level")`),n.throwExceptionIf(e,n.not(Array.isArray(o.appenders)),`category "${t}" is not valid (appenders must be an array of appender names)`),n.throwExceptionIf(e,n.not(o.appenders.length),`category "${t}" is not valid (appenders must contain at least one appender name)`),Object.prototype.hasOwnProperty.call(o,"enableCallStack")&&n.throwExceptionIf(e,"boolean"!=typeof o.enableCallStack,`category "${t}" is not valid (enableCallStack must be boolean type)`),o.appenders.forEach((r=>{n.throwExceptionIf(e,n.not(u.get(r)),`category "${t}" is not valid (appender "${r}" is not defined)`)})),n.throwExceptionIf(e,n.not(r.getLevel(o.level)),`category "${t}" is not valid (level "${o.level}" not recognised; valid levels are ${r.levels.join(", ")})`)})),n.throwExceptionIf(e,n.not(e.categories.default),'must define a "default" category.')}));const c=e=>{o.clear();Object.keys(e.categories).forEach((n=>{const i=e.categories[n],s=[];i.appenders.forEach((e=>{s.push(u.get(e)),t(`Creating category ${n}`),o.set(n,{appenders:s,level:r.getLevel(i.level),enableCallStack:i.enableCallStack||!1})}))}))},a=()=>{c({categories:{default:{appenders:["out"],level:"OFF"}}})};a(),n.addListener(c);const l=e=>(t(`configForCategory: searching for config for ${e}`),o.has(e)?(t(`configForCategory: ${e} exists in config, returning it`),o.get(e)):e.indexOf(".")>0?(t(`configForCategory: ${e} has hierarchy, searching for parents`),l(e.substring(0,e.lastIndexOf(".")))):(t("configForCategory: returning config for default category"),l("default")));e.exports=o,e.exports=Object.assign(e.exports,{appendersForCategory:e=>l(e).appenders,getLevelForCategory:e=>l(e).level,setLevelForCategory:(e,n)=>{let r=o.get(e);if(t(`setLevelForCategory: found ${r} for ${e}`),!r){const n=l(e);t(`setLevelForCategory: no config found for category, found ${n} for parents of ${e}`),r={appenders:n.appenders}}r.level=n,o.set(e,r)},getEnableCallStackForCategory:e=>!0===l(e).enableCallStack,setEnableCallStackForCategory:(e,t)=>{l(e).enableCallStack=t},init:a})}(wa);const Oa=Nr.exports("log4js:logger"),ba=Hu,_a=gu,Ba=eo,Pa=wa.exports,ka=tu,xa=/at (?:(.+)\s+\()?(?:(.+?):(\d+)(?::(\d+))?|([^)]+))\)?/;function Na(e,t=4){const n=e.stack.split("\n").slice(t),r=xa.exec(n[0]);return r&&6===r.length?{functionName:r[1],fileName:r[2],lineNumber:parseInt(r[3],10),columnNumber:parseInt(r[4],10),callStack:n.join("\n")}:null}class Ia{constructor(e){if(!e)throw new Error("No category provided.");this.category=e,this.context={},this.parseCallStack=Na,Oa(`Logger created (${this.category}, ${this.level})`)}get level(){return _a.getLevel(Pa.getLevelForCategory(this.category),_a.TRACE)}set level(e){Pa.setLevelForCategory(this.category,_a.getLevel(e,this.level))}get useCallStack(){return Pa.getEnableCallStackForCategory(this.category)}set useCallStack(e){Pa.setEnableCallStackForCategory(this.category,!0===e)}log(e,...t){let n=_a.getLevel(e);n||(this._log(_a.WARN,"log4js:logger.log: invalid value for log-level as first parameter given: ",e),n=_a.INFO),this.isLevelEnabled(n)&&this._log(n,t)}isLevelEnabled(e){return this.level.isLessThanOrEqualTo(e)}_log(e,t){Oa(`sending log data (${e}) to appenders`);const n=new ba(this.category,e,t,this.context,this.useCallStack&&this.parseCallStack(new Error));Ba.send(n)}addContext(e,t){this.context[e]=t}removeContext(e){delete this.context[e]}clearContext(){this.context={}}setParseCallStackFunction(e){this.parseCallStack=e}}function Ta(e){const t=_a.getLevel(e),n=t.toString().toLowerCase().replace(/_([a-z])/g,(e=>e[1].toUpperCase())),r=n[0].toUpperCase()+n.slice(1);Ia.prototype[`is${r}Enabled`]=function(){return this.isLevelEnabled(t)},Ia.prototype[n]=function(...e){this.log(t,...e)}}_a.levels.forEach(Ta),ka.addListener((()=>{_a.levels.forEach(Ta)}));var Ra=Ia;const Ma=gu;function La(e){return e.originalUrl||e.url}function ja(e,t){for(let n=0;ne.source?e.source:e));t=new RegExp(n.join("|"))}return t}(t.nolog);return(e,i,s)=>{if(e._logging)return s();if(o&&o.test(e.originalUrl))return s();if(n.isLevelEnabled(r)||"auto"===t.level){const o=new Date,{writeHead:s}=i;e._logging=!0,i.writeHead=(e,t)=>{i.writeHead=s,i.writeHead(e,t),i.__statusCode=e,i.__headers=t||{}},i.on("finish",(()=>{i.responseTime=new Date-o,i.statusCode&&"auto"===t.level&&(r=Ma.INFO,i.statusCode>=300&&(r=Ma.WARN),i.statusCode>=400&&(r=Ma.ERROR)),r=function(e,t,n){let r=t;if(n){const t=n.find((t=>{let n=!1;return n=t.from&&t.to?e>=t.from&&e<=t.to:-1!==t.codes.indexOf(e),n}));t&&(r=Ma.getLevel(t.level,r))}return r}(i.statusCode,r,t.statusRules);const s=function(e,t,n){const r=[];return r.push({token:":url",replacement:La(e)}),r.push({token:":protocol",replacement:e.protocol}),r.push({token:":hostname",replacement:e.hostname}),r.push({token:":method",replacement:e.method}),r.push({token:":status",replacement:t.__statusCode||t.statusCode}),r.push({token:":response-time",replacement:t.responseTime}),r.push({token:":date",replacement:(new Date).toUTCString()}),r.push({token:":referrer",replacement:e.headers.referer||e.headers.referrer||""}),r.push({token:":http-version",replacement:`${e.httpVersionMajor}.${e.httpVersionMinor}`}),r.push({token:":remote-addr",replacement:e.headers["x-forwarded-for"]||e.ip||e._remoteAddress||e.socket&&(e.socket.remoteAddress||e.socket.socket&&e.socket.socket.remoteAddress)}),r.push({token:":user-agent",replacement:e.headers["user-agent"]}),r.push({token:":content-length",replacement:t.getHeader("content-length")||t.__headers&&t.__headers["Content-Length"]||"-"}),r.push({token:/:req\[([^\]]+)]/g,replacement:(t,n)=>e.headers[n.toLowerCase()]}),r.push({token:/:res\[([^\]]+)]/g,replacement:(e,n)=>t.getHeader(n.toLowerCase())||t.__headers&&t.__headers[n]}),(e=>{const t=e.concat();for(let e=0;eja(e,s)));t&&n.log(r,t)}else n.log(r,ja(u,s));t.context&&n.removeContext("res")}))}return s()}},nl=Va;let rl=!1;function ul(e){if(!rl)return;Ua("Received log event ",e);Za.appendersForCategory(e.categoryName).forEach((t=>{t(e)}))}function ol(e){rl&&il();let t=e;return"string"==typeof t&&(t=function(e){Ua(`Loading configuration from ${e}`);try{return JSON.parse(Wa.readFileSync(e,"utf8"))}catch(t){throw new Error(`Problem reading config from file "${e}". Error was ${t.message}`,t)}}(e)),Ua(`Configuration is ${t}`),Ka.configure(za(t)),el.onMessage(ul),rl=!0,sl}function il(e){Ua("Shutdown called. Disabling all log writing."),rl=!1;const t=Array.from(Xa.values());Xa.init(),Za.init();const n=t.reduceRight(((e,t)=>t.shutdown?e+1:e),0);if(0===n)return Ua("No appenders with shutdown functions found."),void 0!==e&&e();let r,u=0;function o(t){r=r||t,u+=1,Ua(`Appender shutdowns complete: ${u} / ${n}`),u>=n&&(Ua("All shutdown functions completed."),e&&e(r))}return Ua(`Found ${n} appenders with shutdown functions.`),t.filter((e=>e.shutdown)).forEach((e=>e.shutdown(o))),null}const sl={getLogger:function(e){return rl||ol(process.env.LOG4JS_CONFIG||{appenders:{out:{type:"stdout"}},categories:{default:{appenders:["out"],level:"OFF"}}}),new Qa(e||"default")},configure:ol,shutdown:il,connectLogger:tl,levels:Ya,addLayout:qa.addLayout,recording:function(){return nl}};var cl=sl,al={};Object.defineProperty(al,"__esModule",{value:!0}),al.levelMap=al.getLevel=al.setCategoriesLevel=al.getConfiguration=al.setConfiguration=void 0;const ll=cl;let fl={appenders:{debug:{type:"stdout",layout:{type:"pattern",pattern:"[%d] > hvigor %p %c %[%m%]"}},info:{type:"stdout",layout:{type:"pattern",pattern:"[%d] > hvigor %[%m%]"}},"no-pattern-info":{type:"stdout",layout:{type:"pattern",pattern:"%m"}},wrong:{type:"stderr",layout:{type:"pattern",pattern:"[%d] > hvigor %[%p: %m%]"}},"just-debug":{type:"logLevelFilter",appender:"debug",level:"debug",maxLevel:"debug"},"just-info":{type:"logLevelFilter",appender:"info",level:"info",maxLevel:"info"},"just-wrong":{type:"logLevelFilter",appender:"wrong",level:"warn",maxLevel:"error"}},categories:{default:{appenders:["just-debug","just-info","just-wrong"],level:"debug"},"no-pattern-info":{appenders:["no-pattern-info"],level:"info"}}};al.setConfiguration=e=>{fl=e};al.getConfiguration=()=>fl;let dl=ll.levels.DEBUG;al.setCategoriesLevel=(e,t)=>{dl=e;const n=fl.categories;for(const r in n)(null==t?void 0:t.includes(r))||Object.prototype.hasOwnProperty.call(n,r)&&(n[r].level=e.levelStr)};al.getLevel=()=>dl,al.levelMap=new Map([["ALL",ll.levels.ALL],["MARK",ll.levels.MARK],["TRACE",ll.levels.TRACE],["DEBUG",ll.levels.DEBUG],["INFO",ll.levels.INFO],["WARN",ll.levels.WARN],["ERROR",ll.levels.ERROR],["FATAL",ll.levels.FATAL],["OFF",ll.levels.OFF]]);var Dl=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),pl=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),El=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&Dl(t,e,n);return pl(t,e),t};Object.defineProperty(xr,"__esModule",{value:!0}),xr.evaluateLogLevel=xr.HvigorLogger=void 0;const ml=El(cl),hl=cl,yl=El(F.default),Cl=al;class Fl{constructor(e){ml.configure((0,Cl.getConfiguration)()),this._logger=ml.getLogger(e),this._logger.level=(0,Cl.getLevel)()}static getLogger(e){return new Fl(e)}log(e,...t){this._logger.log(e,...t)}debug(e,...t){this._logger.debug(e,...t)}info(e,...t){this._logger.info(e,...t)}warn(e,...t){void 0!==e&&""!==e&&this._logger.warn(e,...t)}error(e,...t){this._logger.error(e,...t)}_printTaskExecuteInfo(e,t){this.info(`Finished :${e}... after ${t}`)}_printFailedTaskInfo(e){this.error(`Failed :${e}... `)}_printDisabledTaskInfo(e){this.info(`Disabled :${e}... `)}_printUpToDateTaskInfo(e){this.info(`UP-TO-DATE :${e}... `)}errorMessageExit(e,...t){throw new Error(yl.format(e,...t))}errorExit(e,t,...n){t&&this._logger.error(t,n),this._logger.error(e.stack)}setLevel(e,t){(0,Cl.setCategoriesLevel)(e,t),ml.shutdown(),ml.configure((0,Cl.getConfiguration)())}getLevel(){return this._logger.level}configure(e){const t=(0,Cl.getConfiguration)(),n={appenders:{...t.appenders,...e.appenders},categories:{...t.categories,...e.categories}};(0,Cl.setConfiguration)(n),ml.shutdown(),ml.configure(n)}}xr.HvigorLogger=Fl,xr.evaluateLogLevel=function(e,t){t.debug?e.setLevel(hl.levels.DEBUG):t.warn?e.setLevel(hl.levels.WARN):t.error?e.setLevel(hl.levels.ERROR):e.setLevel(hl.levels.INFO)};var gl=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(X,"__esModule",{value:!0}),X.parseJsonText=X.parseJsonFile=void 0;const Al=Z,vl=gl(kr),Sl=gl(p.default),wl=gl(E.default),Ol=xr.HvigorLogger.getLogger("parse-json-util");var bl;!function(e){e[e.Char=0]="Char",e[e.EOF=1]="EOF",e[e.Identifier=2]="Identifier"}(bl||(bl={}));let _l,Bl,Pl,kl,xl,Nl,Il="start",Tl=[],Rl=0,Ml=1,Ll=0,jl=!1,$l="default",Hl="'",Jl=1;function Gl(e,t=!1){Bl=String(e),Il="start",Tl=[],Rl=0,Ml=1,Ll=0,kl=void 0,jl=t;do{_l=Vl(),Xl[Il]()}while("eof"!==_l.type);return kl}function Vl(){for($l="default",xl="",Hl="'",Jl=1;;){Nl=Ul();const e=zl[$l]();if(e)return e}}function Ul(){if(Bl[Rl])return String.fromCodePoint(Bl.codePointAt(Rl))}function Wl(){const e=Ul();return"\n"===e?(Ml++,Ll=0):e?Ll+=e.length:Ll++,e&&(Rl+=e.length),e}X.parseJsonFile=function(e,t=!1,n="utf-8"){const r=vl.default.readFileSync(Sl.default.resolve(e),{encoding:n});try{return Gl(r,t)}catch(t){if(t instanceof SyntaxError){const n=t.message.split("at");2===n.length&&Ol.errorMessageExit(`${n[0].trim()}${wl.default.EOL}\t at ${e}:${n[1].trim()}`)}Ol.errorMessageExit(`${e} is not in valid JSON/JSON5 format.`)}},X.parseJsonText=Gl;const zl={default(){switch(Nl){case"/":return Wl(),void($l="comment");case void 0:return Wl(),Kl("eof")}if(!Al.JudgeUtil.isIgnoreChar(Nl)&&!Al.JudgeUtil.isSpaceSeparator(Nl))return zl[Il]();Wl()},start(){$l="value"},beforePropertyName(){switch(Nl){case"$":case"_":return xl=Wl(),void($l="identifierName");case"\\":return Wl(),void($l="identifierNameStartEscape");case"}":return Kl("punctuator",Wl());case'"':case"'":return Hl=Nl,Wl(),void($l="string")}if(Al.JudgeUtil.isIdStartChar(Nl))return xl+=Wl(),void($l="identifierName");throw tf(bl.Char,Wl())},afterPropertyName(){if(":"===Nl)return Kl("punctuator",Wl());throw tf(bl.Char,Wl())},beforePropertyValue(){$l="value"},afterPropertyValue(){switch(Nl){case",":case"}":return Kl("punctuator",Wl())}throw tf(bl.Char,Wl())},beforeArrayValue(){if("]"===Nl)return Kl("punctuator",Wl());$l="value"},afterArrayValue(){switch(Nl){case",":case"]":return Kl("punctuator",Wl())}throw tf(bl.Char,Wl())},end(){throw tf(bl.Char,Wl())},comment(){switch(Nl){case"*":return Wl(),void($l="multiLineComment");case"/":return Wl(),void($l="singleLineComment")}throw tf(bl.Char,Wl())},multiLineComment(){switch(Nl){case"*":return Wl(),void($l="multiLineCommentAsterisk");case void 0:throw tf(bl.Char,Wl())}Wl()},multiLineCommentAsterisk(){switch(Nl){case"*":return void Wl();case"/":return Wl(),void($l="default");case void 0:throw tf(bl.Char,Wl())}Wl(),$l="multiLineComment"},singleLineComment(){switch(Nl){case"\n":case"\r":case"\u2028":case"\u2029":return Wl(),void($l="default");case void 0:return Wl(),Kl("eof")}Wl()},value(){switch(Nl){case"{":case"[":return Kl("punctuator",Wl());case"n":return Wl(),ql("ull"),Kl("null",null);case"t":return Wl(),ql("rue"),Kl("boolean",!0);case"f":return Wl(),ql("alse"),Kl("boolean",!1);case"-":case"+":return"-"===Wl()&&(Jl=-1),void($l="numerical");case".":case"0":case"I":case"N":return void($l="numerical");case'"':case"'":return Hl=Nl,Wl(),xl="",void($l="string")}if(void 0===Nl||!Al.JudgeUtil.isDigitWithoutZero(Nl))throw tf(bl.Char,Wl());$l="numerical"},numerical(){switch(Nl){case".":return xl=Wl(),void($l="decimalPointLeading");case"0":return xl=Wl(),void($l="zero");case"I":return Wl(),ql("nfinity"),Kl("numeric",Jl*(1/0));case"N":return Wl(),ql("aN"),Kl("numeric",NaN)}if(void 0!==Nl&&Al.JudgeUtil.isDigitWithoutZero(Nl))return xl=Wl(),void($l="decimalInteger");throw tf(bl.Char,Wl())},zero(){switch(Nl){case".":case"e":case"E":return void($l="decimal");case"x":case"X":return xl+=Wl(),void($l="hexadecimal")}return Kl("numeric",0)},decimalInteger(){switch(Nl){case".":case"e":case"E":return void($l="decimal")}if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},decimal(){switch(Nl){case".":xl+=Wl(),$l="decimalFraction";break;case"e":case"E":xl+=Wl(),$l="decimalExponent"}},decimalPointLeading(){if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalFraction");throw tf(bl.Char,Wl())},decimalFraction(){switch(Nl){case"e":case"E":return xl+=Wl(),void($l="decimalExponent")}if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},decimalExponent(){switch(Nl){case"+":case"-":return xl+=Wl(),void($l="decimalExponentSign")}if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalExponentInteger");throw tf(bl.Char,Wl())},decimalExponentSign(){if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalExponentInteger");throw tf(bl.Char,Wl())},decimalExponentInteger(){if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},hexadecimal(){if(Al.JudgeUtil.isHexDigit(Nl))return xl+=Wl(),void($l="hexadecimalInteger");throw tf(bl.Char,Wl())},hexadecimalInteger(){if(!Al.JudgeUtil.isHexDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},identifierNameStartEscape(){if("u"!==Nl)throw tf(bl.Char,Wl());Wl();const e=Yl();switch(e){case"$":case"_":break;default:if(!Al.JudgeUtil.isIdStartChar(e))throw tf(bl.Identifier)}xl+=e,$l="identifierName"},identifierName(){switch(Nl){case"$":case"_":case"‌":case"‍":return void(xl+=Wl());case"\\":return Wl(),void($l="identifierNameEscape")}if(!Al.JudgeUtil.isIdContinueChar(Nl))return Kl("identifier",xl);xl+=Wl()},identifierNameEscape(){if("u"!==Nl)throw tf(bl.Char,Wl());Wl();const e=Yl();switch(e){case"$":case"_":case"‌":case"‍":break;default:if(!Al.JudgeUtil.isIdContinueChar(e))throw tf(bl.Identifier)}xl+=e,$l="identifierName"},string(){switch(Nl){case"\\":return Wl(),void(xl+=function(){const e=Ul(),t=function(){switch(Ul()){case"b":return Wl(),"\b";case"f":return Wl(),"\f";case"n":return Wl(),"\n";case"r":return Wl(),"\r";case"t":return Wl(),"\t";case"v":return Wl(),"\v"}return}();if(t)return t;switch(e){case"0":if(Wl(),Al.JudgeUtil.isDigit(Ul()))throw tf(bl.Char,Wl());return"\0";case"x":return Wl(),function(){let e="",t=Ul();if(!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());if(e+=Wl(),t=Ul(),!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());return e+=Wl(),String.fromCodePoint(parseInt(e,16))}();case"u":return Wl(),Yl();case"\n":case"\u2028":case"\u2029":return Wl(),"";case"\r":return Wl(),"\n"===Ul()&&Wl(),""}if(void 0===e||Al.JudgeUtil.isDigitWithoutZero(e))throw tf(bl.Char,Wl());return Wl()}());case'"':case"'":if(Nl===Hl){const e=Kl("string",xl);return Wl(),e}return void(xl+=Wl());case"\n":case"\r":case void 0:throw tf(bl.Char,Wl());case"\u2028":case"\u2029":!function(e){Ol.warn(`JSON5: '${ef(e)}' in strings is not valid ECMAScript; consider escaping.`)}(Nl)}xl+=Wl()}};function Kl(e,t){return{type:e,value:t,line:Ml,column:Ll}}function ql(e){for(const t of e){if(Ul()!==t)throw tf(bl.Char,Wl());Wl()}}function Yl(){let e="",t=4;for(;t-- >0;){const t=Ul();if(!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());e+=Wl()}return String.fromCodePoint(parseInt(e,16))}const Xl={start(){if("eof"===_l.type)throw tf(bl.EOF);Zl()},beforePropertyName(){switch(_l.type){case"identifier":case"string":return Pl=_l.value,void(Il="afterPropertyName");case"punctuator":return void Ql();case"eof":throw tf(bl.EOF)}},afterPropertyName(){if("eof"===_l.type)throw tf(bl.EOF);Il="beforePropertyValue"},beforePropertyValue(){if("eof"===_l.type)throw tf(bl.EOF);Zl()},afterPropertyValue(){if("eof"===_l.type)throw tf(bl.EOF);switch(_l.value){case",":return void(Il="beforePropertyName");case"}":Ql()}},beforeArrayValue(){if("eof"===_l.type)throw tf(bl.EOF);"punctuator"!==_l.type||"]"!==_l.value?Zl():Ql()},afterArrayValue(){if("eof"===_l.type)throw tf(bl.EOF);switch(_l.value){case",":return void(Il="beforeArrayValue");case"]":Ql()}},end(){}};function Zl(){const e=function(){let e;switch(_l.type){case"punctuator":switch(_l.value){case"{":e={};break;case"[":e=[]}break;case"null":case"boolean":case"numeric":case"string":e=_l.value}return e}();if(jl&&"object"==typeof e&&(e._line=Ml,e._column=Ll),void 0===kl)kl=e;else{const t=Tl[Tl.length-1];Array.isArray(t)?jl&&"object"!=typeof e?t.push({value:e,_line:Ml,_column:Ll}):t.push(e):t[Pl]=jl&&"object"!=typeof e?{value:e,_line:Ml,_column:Ll}:e}!function(e){if(e&&"object"==typeof e)Tl.push(e),Il=Array.isArray(e)?"beforeArrayValue":"beforePropertyName";else{const e=Tl[Tl.length-1];Il=e?Array.isArray(e)?"afterArrayValue":"afterPropertyValue":"end"}}(e)}function Ql(){Tl.pop();const e=Tl[Tl.length-1];Il=e?Array.isArray(e)?"afterArrayValue":"afterPropertyValue":"end"}function ef(e){const t={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r","\t":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"};if(t[e])return t[e];if(e<" "){const t=e.charCodeAt(0).toString(16);return`\\x${`00${t}`.substring(t.length)}`}return e}function tf(e,t){let n="";switch(e){case bl.Char:n=void 0===t?`JSON5: invalid end of input at ${Ml}:${Ll}`:`JSON5: invalid character '${ef(t)}' at ${Ml}:${Ll}`;break;case bl.EOF:n=`JSON5: invalid end of input at ${Ml}:${Ll}`;break;case bl.Identifier:Ll-=5,n=`JSON5: invalid identifier character at ${Ml}:${Ll}`}const r=new nf(n);return r.lineNumber=Ml,r.columnNumber=Ll,r}class nf extends SyntaxError{}var rf=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),uf=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),of=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&rf(t,e,n);return uf(t,e),t};Object.defineProperty(Y,"__esModule",{value:!0});var sf=Y.cleanWorkSpace=Ff=Y.executeInstallHvigor=yf=Y.isHvigorInstalled=mf=Y.isAllDependenciesInstalled=void 0;const cf=of(D.default),af=of(p.default),lf=b,ff=j,df=$,Df=X;let pf,Ef;var mf=Y.isAllDependenciesInstalled=function(){function e(e){const t=null==e?void 0:e.dependencies;return void 0===t?0:Object.getOwnPropertyNames(t).length}if(pf=gf(),Ef=Af(),e(pf)+1!==e(Ef))return!1;for(const e in null==pf?void 0:pf.dependencies)if(!(0,ff.hasNpmPackInPaths)(e,[lf.HVIGOR_PROJECT_DEPENDENCIES_HOME])||!hf(e,pf,Ef))return!1;return!0};function hf(e,t,n){return void 0!==n.dependencies&&(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,t.dependencies[e])===n.dependencies[e]}var yf=Y.isHvigorInstalled=function(){return pf=gf(),Ef=Af(),(0,ff.hasNpmPackInPaths)(lf.HVIGOR_ENGINE_PACKAGE_NAME,[lf.HVIGOR_PROJECT_DEPENDENCIES_HOME])&&(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,pf.hvigorVersion)===Ef.dependencies[lf.HVIGOR_ENGINE_PACKAGE_NAME]};const Cf={cwd:lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,stdio:["inherit","inherit","inherit"]};var Ff=Y.executeInstallHvigor=function(){(0,df.logInfoPrintConsole)("Hvigor installing...");const e={dependencies:{}};e.dependencies[lf.HVIGOR_ENGINE_PACKAGE_NAME]=(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,pf.hvigorVersion);try{cf.mkdirSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,{recursive:!0});const t=af.resolve(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,lf.DEFAULT_PACKAGE_JSON);cf.writeFileSync(t,JSON.stringify(e))}catch(e){(0,df.logErrorAndExit)(e)}!function(){const e=["config","set","store-dir",lf.HVIGOR_PNPM_STORE_PATH];(0,ff.executeCommand)(lf.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH,e,Cf)}(),(0,ff.executeCommand)(lf.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH,["install"],Cf)};function gf(){const e=af.resolve(lf.HVIGOR_PROJECT_WRAPPER_HOME,lf.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME);return cf.existsSync(e)||(0,df.logErrorAndExit)(`Error: Hvigor config file ${e} does not exist.`),(0,Df.parseJsonFile)(e)}function Af(){return cf.existsSync(lf.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH)?(0,Df.parseJsonFile)(lf.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH):{dependencies:{}}}sf=Y.cleanWorkSpace=function(){if((0,df.logInfoPrintConsole)("Hvigor cleaning..."),!cf.existsSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME))return;const e=cf.readdirSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME);if(e&&0!==e.length){cf.existsSync(lf.HVIGOR_BOOT_JS_FILE_PATH)&&(0,ff.executeCommand)(process.argv[0],[lf.HVIGOR_BOOT_JS_FILE_PATH,"--stop-daemon"],{});try{e.forEach((e=>{cf.rmSync(af.resolve(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,e),{recursive:!0})}))}catch(e){(0,df.logErrorAndExit)(`The hvigor build tool cannot be installed. Please manually clear the workspace directory and synchronize the project again.\n\n Workspace Path: ${lf.HVIGOR_PROJECT_DEPENDENCIES_HOME}.`)}}};var vf={},Sf=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),wf=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),Of=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&Sf(t,e,n);return wf(t,e),t};Object.defineProperty(vf,"__esModule",{value:!0});var bf=vf.executeBuild=void 0;const _f=b,Bf=Of(D.default),Pf=Of(p.default),kf=$;bf=vf.executeBuild=function(){const e=Pf.resolve(_f.HVIGOR_PROJECT_DEPENDENCIES_HOME,"node_modules","@ohos","hvigor","bin","hvigor.js");try{const t=Bf.realpathSync(e);require(t)}catch(t){(0,kf.logErrorAndExit)(`Error: ENOENT: no such file ${e},delete ${_f.HVIGOR_PROJECT_DEPENDENCIES_HOME} and retry.`)}},function(){if(O.checkNpmConifg(),O.environmentHandler(),O.isPnpmAvailable()||O.executeInstallPnpm(),yf()&&mf())bf();else{sf();try{Ff()}catch(e){return void sf()}bf()}}(); \ No newline at end of file diff --git a/ohos/flutter_file/ohos/hvigorfile.ts b/ohos/flutter_file/ohos/hvigorfile.ts new file mode 100644 index 0000000000000000000000000000000000000000..5a172b770e3b15f67c12152d00f38f2084d3915b --- /dev/null +++ b/ohos/flutter_file/ohos/hvigorfile.ts @@ -0,0 +1,17 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently. +export { appTasks } from '@ohos/hvigor-ohos-plugin'; \ No newline at end of file diff --git a/ohos/flutter_file/ohos/hvigorw b/ohos/flutter_file/ohos/hvigorw new file mode 100644 index 0000000000000000000000000000000000000000..5efd8343d3232bdd1d9b7f67a3326034054c5396 --- /dev/null +++ b/ohos/flutter_file/ohos/hvigorw @@ -0,0 +1,61 @@ +#!/bin/bash + +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# ---------------------------------------------------------------------------- +# Hvigor startup script, version 1.0.0 +# +# Required ENV vars: +# ------------------ +# NODE_HOME - location of a Node home dir +# or +# Add /usr/local/nodejs/bin to the PATH environment variable +# ---------------------------------------------------------------------------- + +HVIGOR_APP_HOME=$(dirname $(readlink -f $0)) +HVIGOR_WRAPPER_SCRIPT=${HVIGOR_APP_HOME}/hvigor/hvigor-wrapper.js +warn() { + echo "" + echo -e "\033[1;33m`date '+[%Y-%m-%d %H:%M:%S]'`$@\033[0m" +} + +error() { + echo "" + echo -e "\033[1;31m`date '+[%Y-%m-%d %H:%M:%S]'`$@\033[0m" +} + +fail() { + error "$@" + exit 1 +} + +# Determine node to start hvigor wrapper script +if [ -n "${NODE_HOME}" ];then + EXECUTABLE_NODE="${NODE_HOME}/bin/node" + if [ ! -x "$EXECUTABLE_NODE" ];then + fail "ERROR: NODE_HOME is set to an invalid directory,check $NODE_HOME\n\nPlease set NODE_HOME in your environment to the location where your nodejs installed" + fi +else + EXECUTABLE_NODE="node" + which ${EXECUTABLE_NODE} > /dev/null 2>&1 || fail "ERROR: NODE_HOME is not set and not 'node' command found in your path" +fi + +# Check hvigor wrapper script +if [ ! -r "$HVIGOR_WRAPPER_SCRIPT" ];then + fail "ERROR: Couldn't find hvigor/hvigor-wrapper.js in ${HVIGOR_APP_HOME}" +fi + +# start hvigor-wrapper script +exec "${EXECUTABLE_NODE}" \ + "${HVIGOR_WRAPPER_SCRIPT}" "$@" diff --git a/ohos/flutter_file/ohos/hvigorw.bat b/ohos/flutter_file/ohos/hvigorw.bat new file mode 100644 index 0000000000000000000000000000000000000000..cab3a34a8d2caee9e8f8c7374220c873332a7cb6 --- /dev/null +++ b/ohos/flutter_file/ohos/hvigorw.bat @@ -0,0 +1,78 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +@if "%DEBUG%" == "" @echo off +@rem ########################################################################## +@rem +@rem Hvigor startup script for Windows +@rem +@rem ########################################################################## + +@rem Set local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" setlocal + +set DIRNAME=%~dp0 +if "%DIRNAME%" == "" set DIRNAME=. +set APP_BASE_NAME=%~n0 +set APP_HOME=%DIRNAME% + +@rem Resolve any "." and ".." in APP_HOME to make it shorter. +for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi + +set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js +set NODE_EXE=node.exe + +goto start + +:start +@rem Find node.exe +if defined NODE_HOME goto findNodeFromNodeHome + +%NODE_EXE% --version >NUL 2>&1 +if "%ERRORLEVEL%" == "0" goto execute + +echo. +echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. +echo. +echo Please set the NODE_HOME variable in your environment to match the +echo location of your NodeJs installation. + +goto fail + +:findNodeFromNodeHome +set NODE_HOME=%NODE_HOME:"=% +set NODE_EXE_PATH=%NODE_HOME%/%NODE_EXE% + +if exist "%NODE_EXE_PATH%" goto execute +echo. +echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. +echo. +echo Please set the NODE_HOME variable in your environment to match the +echo location of your NodeJs installation. + +goto fail + +:execute +@rem Execute hvigor +"%NODE_EXE%" %WRAPPER_MODULE_PATH% %* + +if "%ERRORLEVEL%" == "0" goto hvigorwEnd + +:fail +exit /b 1 + +:hvigorwEnd +if "%OS%" == "Windows_NT" endlocal + +:end diff --git a/ohos/flutter_file/ohos/oh-package-lock.json5 b/ohos/flutter_file/ohos/oh-package-lock.json5 new file mode 100644 index 0000000000000000000000000000000000000000..6b6ff6496e036b3fec37cdf1661998e74a97190c --- /dev/null +++ b/ohos/flutter_file/ohos/oh-package-lock.json5 @@ -0,0 +1,27 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "lockfileVersion": 1, + "ATTENTION": "THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.", + "specifiers": { + "@ohos/hypium@1.0.6": "@ohos/hypium@1.0.6" + }, + "packages": { + "@ohos/hypium@1.0.6": { + "resolved": "https://repo.harmonyos.com/ohpm/@ohos/hypium/-/hypium-1.0.6.tgz", + "integrity": "sha512-bb3DWeWhYrFqj9mPFV3yZQpkm36kbcK+YYaeY9g292QKSjOdmhEIQR2ULPvyMsgSR4usOBf5nnYrDmaCCXirgQ==" + } + } +} \ No newline at end of file diff --git a/ohos/flutter_file/ohos/oh-package.json5 b/ohos/flutter_file/ohos/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..c90ef4866ac1a918639181ad0299d941bb95aca7 --- /dev/null +++ b/ohos/flutter_file/ohos/oh-package.json5 @@ -0,0 +1,26 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "license": "", + "devDependencies": { + "@ohos/hypium": "1.0.6" + }, + "author": "", + "name": "apptemplate", + "description": "Please describe the basic information.", + "main": "", + "version": "1.0.0", + "dependencies": {} +} diff --git a/ohos/flutter_file/pubspec.yaml b/ohos/flutter_file/pubspec.yaml new file mode 100644 index 0000000000000000000000000000000000000000..997e8a787cd72ffea50c6676fa40d65abb9c21b7 --- /dev/null +++ b/ohos/flutter_file/pubspec.yaml @@ -0,0 +1,106 @@ +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +name: flutter_file +description: A new Flutter project. +# The following line prevents the package from being accidentally published to +# pub.dev using `flutter pub publish`. This is preferred for private packages. +publish_to: 'none' # Remove this line if you wish to publish to pub.dev + +# The following defines the version and build number for your application. +# A version number is three numbers separated by dots, like 1.2.43 +# followed by an optional build number separated by a +. +# Both the version and the builder number may be overridden in flutter +# build by specifying --build-name and --build-number, respectively. +# In Android, build-name is used as versionName while build-number used as versionCode. +# Read more about Android versioning at https://developer.android.com/studio/publish/versioning +# In iOS, build-name is used as CFBundleShortVersionString while build-number is used as CFBundleVersion. +# Read more about iOS versioning at +# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html +# In Windows, build-name is used as the major, minor, and patch parts +# of the product and file versions while build-number is used as the build suffix. +version: 1.0.0+1 + +environment: + sdk: '>=2.19.6 <3.0.0' + +# Dependencies specify other packages that your package needs in order to work. +# To automatically upgrade your package dependencies to the latest versions +# consider running `flutter pub upgrade --major-versions`. Alternatively, +# dependencies can be manually updated by changing the version numbers below to +# the latest version available on pub.dev. To see which dependencies have newer +# versions available, run `flutter pub outdated`. +dependencies: + flutter: + sdk: flutter + + file: 6.1.4 + meta: ^1.8.0 + path: 1.8.3 + + # The following adds the Cupertino Icons font to your application. + # Use with the CupertinoIcons class for iOS style icons. + cupertino_icons: ^1.0.2 + +dev_dependencies: + # flutter_test: + # sdk: flutter + + # # The "flutter_lints" package below contains a set of recommended lints to + # # encourage good coding practices. The lint set provided by the package is + # # activated in the `analysis_options.yaml` file located at the root of your + # # package. See that file for information about deactivating specific lint + # # rules and activating additional ones. + # flutter_lints: ^2.0.0 + +# For information on the generic Dart part of this file, see the +# following page: https://dart.dev/tools/pub/pubspec + +# The following section is specific to Flutter packages. +flutter: + + # The following line ensures that the Material Icons font is + # included with your application, so that you can use the icons in + # the material Icons class. + uses-material-design: true + + # To add assets to your application, add an assets section, like this: + # assets: + # - images/a_dot_burr.jpeg + # - images/a_dot_ham.jpeg + + # An image asset can refer to one or more resolution-specific "variants", see + # https://flutter.dev/assets-and-images/#resolution-aware + + # For details regarding adding assets from package dependencies, see + # https://flutter.dev/assets-and-images/#from-packages + + # To add custom fonts to your application, add a fonts section here, + # in this "flutter" section. Each entry in this list should have a + # "family" key with the font family name, and a "fonts" key with a + # list giving the asset and other descriptors for the font. For + # example: + # fonts: + # - family: Schyler + # fonts: + # - asset: fonts/Schyler-Regular.ttf + # - asset: fonts/Schyler-Italic.ttf + # style: italic + # - family: Trajan Pro + # fonts: + # - asset: fonts/TrajanPro.ttf + # - asset: fonts/TrajanPro_Bold.ttf + # weight: 700 + # + # For details regarding fonts from package dependencies, + # see https://flutter.dev/custom-fonts/#from-packages diff --git a/ohos/flutter_file/test/widget_test.dart b/ohos/flutter_file/test/widget_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..8fe93c26cedaacaf021623b7ee0ded43e4b891c7 --- /dev/null +++ b/ohos/flutter_file/test/widget_test.dart @@ -0,0 +1,44 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +// This is a basic Flutter widget test. +// +// To perform an interaction with a widget in your test, use the WidgetTester +// utility in the flutter_test package. For example, you can send tap and scroll +// gestures. You can also use WidgetTester to find child widgets in the widget +// tree, read text, and verify that the values of widget properties are correct. + +import 'package:flutter/material.dart'; +import 'package:flutter_test/flutter_test.dart'; + +import 'package:flutter_file/main.dart'; + +void main() { + testWidgets('Counter increments smoke test', (WidgetTester tester) async { + // Build our app and trigger a frame. + await tester.pumpWidget(const MyApp()); + + // Verify that our counter starts at 0. + expect(find.text('0'), findsOneWidget); + expect(find.text('1'), findsNothing); + + // Tap the '+' icon and trigger a frame. + await tester.tap(find.byIcon(Icons.add)); + await tester.pump(); + + // Verify that our counter has incremented. + expect(find.text('0'), findsNothing); + expect(find.text('1'), findsOneWidget); + }); +} diff --git a/ohos/flutter_intl/.gitignore b/ohos/flutter_intl/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..24476c5d1eb55824c76d8b01a3965f94abad1ef8 --- /dev/null +++ b/ohos/flutter_intl/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ +migrate_working_dir/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +**/doc/api/ +**/ios/Flutter/.last_build_id +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Android Studio will place build artifacts here +/android/app/debug +/android/app/profile +/android/app/release diff --git a/ohos/flutter_intl/.metadata b/ohos/flutter_intl/.metadata new file mode 100644 index 0000000000000000000000000000000000000000..d07c0afb6812b08a64d23b369ba37e066ea83244 --- /dev/null +++ b/ohos/flutter_intl/.metadata @@ -0,0 +1,44 @@ + /* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +# This file tracks properties of this Flutter project. +# Used by Flutter tool to assess capabilities and perform upgrades etc. +# +# This file should be version controlled. + +version: + revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + channel: master + +project_type: app + +# Tracks metadata for the flutter migrate command +migration: + platforms: + - platform: root + create_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + base_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + - platform: ohos + create_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + base_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + + # User provided section + + # List of Local paths (relative to this file) that should be + # ignored by the migrate tool. + # + # Files that are not part of the templates will be ignored by default. + unmanaged_files: + - 'lib/main.dart' + - 'ios/Runner.xcodeproj/project.pbxproj' diff --git a/ohos/flutter_intl/README.md b/ohos/flutter_intl/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/ohos/flutter_intl/analysis_options.yaml b/ohos/flutter_intl/analysis_options.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7814013c895a5ab88ab0bb58d8cfa716f9be5654 --- /dev/null +++ b/ohos/flutter_intl/analysis_options.yaml @@ -0,0 +1,42 @@ +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# This file configures the analyzer, which statically analyzes Dart code to +# check for errors, warnings, and lints. +# +# The issues identified by the analyzer are surfaced in the UI of Dart-enabled +# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be +# invoked from the command line by running `flutter analyze`. + +# The following line activates a set of recommended lints for Flutter apps, +# packages, and plugins designed to encourage good coding practices. +include: package:flutter_lints/flutter.yaml + +linter: + # The lint rules applied to this project can be customized in the + # section below to disable rules from the `package:flutter_lints/flutter.yaml` + # included above or to enable additional rules. A list of all available lints + # and their documentation is published at + # https://dart-lang.github.io/linter/lints/index.html. + # + # Instead of disabling a lint rule for the entire project in the + # section below, it can also be suppressed for a single line of code + # or a specific dart file by using the `// ignore: name_of_lint` and + # `// ignore_for_file: name_of_lint` syntax on the line or in the file + # producing the lint. + rules: + # avoid_print: false # Uncomment to disable the `avoid_print` rule + # prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule + +# Additional information about this file can be found at +# https://dart.dev/guides/language/analysis-options diff --git a/ohos/flutter_intl/i10n-arb/intl_messages.arb b/ohos/flutter_intl/i10n-arb/intl_messages.arb new file mode 100644 index 0000000000000000000000000000000000000000..ba847488e42366d02963f3662a817a27dd5ce912 --- /dev/null +++ b/ohos/flutter_intl/i10n-arb/intl_messages.arb @@ -0,0 +1,29 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "@@last_modified": "2023-11-01T11:53:30.918821", + "title": "intl demo", + "@title": { + "description": "应用标题", + "type": "text", + "placeholders": {} + }, + "testintl": "生存,还是毁灭,这是个问题。", + "@testintl": { + "description": "生存", + "type": "text", + "placeholders": {} + } +} \ No newline at end of file diff --git a/ohos/flutter_intl/lib/common/base_page.dart b/ohos/flutter_intl/lib/common/base_page.dart new file mode 100644 index 0000000000000000000000000000000000000000..26a965b678111b9fc6176e1b01e4ce8e00195a31 --- /dev/null +++ b/ohos/flutter_intl/lib/common/base_page.dart @@ -0,0 +1,54 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'main_item_widget.dart'; +import 'test_route.dart'; + +/// 全局静态数据存储 +abstract class GlobalData { + static String appName = ''; +} + +/// app基本首页 +class BasePage extends StatefulWidget { + const BasePage({required this.data}); + + final List data; + + @override + State createState() => _BasePageState(); +} + +class _BasePageState extends State { + int get _itemCount => widget.data.length; + + @override + Widget build(BuildContext context) { + return Scaffold( + appBar: AppBar( + title: Center( + child: Text(GlobalData.appName, textAlign: TextAlign.center)), + ), + body: + ListView.builder(itemBuilder: _itemBuilder, itemCount: _itemCount)); + } + + Widget _itemBuilder(BuildContext context, int index) { + return MainItemWidget(widget.data[index], (MainItem item) { + Navigator.push(context, MaterialPageRoute(builder: (content) => item.route)); + }); + } +} diff --git a/ohos/flutter_intl/lib/common/item_widget.dart b/ohos/flutter_intl/lib/common/item_widget.dart new file mode 100644 index 0000000000000000000000000000000000000000..f046389c8a8969afb88d3aeb69c3655579a4c6ca --- /dev/null +++ b/ohos/flutter_intl/lib/common/item_widget.dart @@ -0,0 +1,127 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/cupertino.dart'; +import 'package:flutter/material.dart'; + +import 'test_page.dart'; + +/// Item widget. +class ItemWidget extends StatefulWidget { + /// Item widget. + const ItemWidget( + {required this.item, required this.index, required this.getGroupRange, required this.runGroup, required this.onTap, this.summary, Key? key}) + : super(key: key); + + /// item summary. + final String? summary; + + /// item data. + final Item item; + + /// 当前下标 + final int index; + + /// 获取对应的组信息 + final GroupRange Function() getGroupRange; + + /// 获取对应的组信息 + final void Function(int start, int end) runGroup; + + /// Action when pressed (typically run). + final void Function(Item item) onTap; + + @override + ItemWidgetState createState() => ItemWidgetState(); +} + +class ItemWidgetState extends State { + @override + Widget build(BuildContext context) { + IconData? icon; + Color? color; + + switch (widget.item.state) { + case ItemState.none: + icon = Icons.arrow_forward_ios; + break; + case ItemState.running: + icon = Icons.more_horiz; + break; + case ItemState.success: + icon = Icons.check; + color = Colors.green; + break; + case ItemState.failure: + icon = Icons.close; + color = Colors.red; + break; + } + + final Widget listTile = ListTile( + leading: SizedBox( + child: IconButton( + icon: Icon(icon, color: color), + onPressed: null, + )), + title: Text(widget.item.name), + subtitle: widget.summary != null ? Text(widget.summary!) : null, + onTap: () { + widget.onTap(widget.item); + }); + + final data = widget.getGroupRange(); + + return Column( + mainAxisAlignment: MainAxisAlignment.start, + crossAxisAlignment: CrossAxisAlignment.start, + children: [ + if (data.groupName.isNotEmpty && data.startIndex == widget.index) + GestureDetector( + onTap: () {}, + child: Container( + height: 35, + decoration: BoxDecoration(color: CupertinoColors.extraLightBackgroundGray), + child: Row( + mainAxisAlignment: MainAxisAlignment.spaceBetween, + children: [ + Expanded(child: Text( + '测试组: ${data.groupName}', + style: TextStyle(fontSize: 18), + overflow: TextOverflow.ellipsis, + )), + // FilledButton( + // onPressed: () => widget.runGroup(data.startIndex, data.startIndex), + // child: Text( + // '整组测试', + // style: TextStyle(fontSize: 16), + // )) + ], + ), + ), + ), + Container( + margin: data.groupName.isNotEmpty && data.startIndex == widget.index ? EdgeInsets.only(bottom: 10) : null, + decoration: BoxDecoration( + border: data.groupName.isNotEmpty && data.endIndex == widget.index ? Border(bottom: BorderSide(color: Colors.grey)) : null, + ), + child: Padding( + padding: data.groupName.isNotEmpty && data.startIndex <= widget.index && data.endIndex >= widget.index ? EdgeInsets.only(left: 35) : EdgeInsets.zero, + child: listTile, + ), + ) + ], + ); + } +} diff --git a/ohos/flutter_intl/lib/common/main_item_widget.dart b/ohos/flutter_intl/lib/common/main_item_widget.dart new file mode 100644 index 0000000000000000000000000000000000000000..819e0a0d15e67aec813a9ccc11d8af4637e7be93 --- /dev/null +++ b/ohos/flutter_intl/lib/common/main_item_widget.dart @@ -0,0 +1,50 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/cupertino.dart'; +import 'package:flutter/material.dart'; + +import 'test_route.dart'; + +/// Main item widget. +class MainItemWidget extends StatefulWidget { + /// Main item widget. + const MainItemWidget(this.item, this.onTap, {Key? key}) : super(key: key); + + /// item data. + final MainItem item; + + /// onTap action (typically run or open). + final void Function(MainItem item) onTap; + + @override + MainItemWidgetState createState() => MainItemWidgetState(); +} + +class MainItemWidgetState extends State { + @override + Widget build(BuildContext context) { + return Container( + margin: const EdgeInsets.only(bottom: 10), + child: ListTile( + tileColor: CupertinoColors.extraLightBackgroundGray, + title: Text(widget.item.title), + onTap: _onTap), + ); + } + + void _onTap() { + widget.onTap(widget.item); + } +} diff --git a/ohos/flutter_intl/lib/common/test_model_app.dart b/ohos/flutter_intl/lib/common/test_model_app.dart new file mode 100644 index 0000000000000000000000000000000000000000..9e34e8a2d060c3c7a699709e018e90ae0be3d2ee --- /dev/null +++ b/ohos/flutter_intl/lib/common/test_model_app.dart @@ -0,0 +1,50 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'base_page.dart'; +import 'test_route.dart'; + +/// 基础app框架 +class TestModelApp extends StatefulWidget { + TestModelApp({super.key, required this.appName, required this.data}) { + GlobalData.appName = appName; + } + + /// 测试包名称 + final String appName; + + /// 路由数据 + final List data; + + @override + State createState() => TestModelState(); +} + +class TestModelState extends State { + @override + Widget build(BuildContext context) { + return MaterialApp( + title: widget.appName, + theme: ThemeData( + colorScheme: ColorScheme.fromSeed(seedColor: Colors.blue), + appBarTheme: const AppBarTheme(backgroundColor: Colors.blue), + primarySwatch: Colors.blue, + useMaterial3: true, + ), + home: BasePage(data: widget.data), + ); + } +} diff --git a/ohos/flutter_intl/lib/common/test_page.dart b/ohos/flutter_intl/lib/common/test_page.dart new file mode 100644 index 0000000000000000000000000000000000000000..6f1bda47ce3f26c74001ba07f2d95439be4bd7cc --- /dev/null +++ b/ohos/flutter_intl/lib/common/test_page.dart @@ -0,0 +1,372 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:async'; + +import 'package:flutter/material.dart'; + +import 'item_widget.dart'; + +List contentList = []; + +class Test { + /// Test definition. + Test(this.name, this.fn, {bool? solo, bool? skip}) + : solo = solo == true, + skip = skip == true; + + /// Only run this test. + final bool solo; + + /// Skip this test. + final bool skip; + + /// Test name. + String name; + + /// Test body. + FutureOr Function() fn; +} + +/// Item states. +enum ItemState { + /// test not run yet. + none, + + /// test is running. + running, + + /// test succeeded. + success, + + /// test fails. + failure +} + +/// Menu item. +class Item { + /// Menu item. + Item(this.name); + + /// Menu item state. + ItemState state = ItemState.running; + + /// Menu item name/ + String name; +} + +class TestLength { + TestLength(this.oldLength, this.newLength); + + int oldLength; + int newLength; +} + +class GroupRange { + GroupRange(this.groupName, this.startIndex, this.endIndex); + + String groupName; + int startIndex; + int endIndex; +} + +/// 基础测试页面 +class TestPage extends StatefulWidget { + /// Base test page. + TestPage(this.title, {Key? key}) : super(key: key); + + /// The title. + final String title; + + /// Test list. + final List tests = []; + + /// 保存group的范围信息 + final Map groupTitle = {}; + + /// define a test. + void test(String name, FutureOr Function() fn) { + tests.add(Test(name, fn)); + } + + void stateCallBack() { + } + + /// define a group test. + void group(String name, FutureOr Function() fn) { + int oldLength = tests.length; + fn(); + + int newLength = tests.length - 1; + groupTitle.addAll({name: TestLength(oldLength, newLength)}); + } + + /// Thrown an exception + void fail([String? message]) { + throw Exception(message ?? 'should fail'); + } + + @override + TestPageState createState() => TestPageState(); +} + +/// Group. +mixin Group { + /// List of tests. + List get tests { + // TODO: implement tests + throw UnimplementedError(); + } + + bool? _hasSolo; + final _tests = []; + + /// Add a test. + void add(Test test) { + if (!test.skip) { + if (test.solo) { + if (_hasSolo != true) { + _hasSolo = true; + _tests.clear(); + } + _tests.add(test); + } else if (_hasSolo != true) { + _tests.add(test); + } + } + } + + /// true if it has solo or contains item with solo feature + bool? get hasSolo => _hasSolo; +} + +class TestPageState extends State with Group { + List items = []; + + Future _run() async { + if (!mounted) { + return null; + } + + setState(() { + items.clear(); + }); + _tests.clear(); + for (var test in widget.tests) { + add(test); + } + for (var test in _tests) { + var item = Item(test.name); + contentList.add(Text(test.name, + style: const TextStyle(fontSize: 18, color: Colors.green))); + + late int position; + setState(() { + position = items.length; + items.add(item); + }); + try { + await test.fn(); + item = Item(test.name)..state = ItemState.success; + print('ohFlutter: ${test.name}, result: success'); + } catch (e, st) { + contentList.add(Text('$e, $st', + style: const TextStyle(fontSize: 18, color: Colors.red))); + print('ohFlutter: ${test.name}-error: $e, $st}'); + item = Item(test.name)..state = ItemState.failure; + } + + if (!mounted) { + return null; + } + + setState(() { + items[position] = item; + }); + } + } + + Future _runTest(int index) async { + if (!mounted) { + return null; + } + + final test = _tests[index]; + + var item = items[index]; + setState(() { + contentList = []; + item.state = ItemState.running; + }); + contentList.add(Text(test.name, + style: const TextStyle(fontSize: 18, color: Colors.green))); + try { + await test.fn(); + + item = Item(test.name)..state = ItemState.success; + print('ohFlutter: ${test.name}, result: success'); + } catch (e, st) { + contentList.add(Text('$e, $st', + style: const TextStyle(fontSize: 18, color: Colors.red))); + print('ohFlutter: ${test.name}-error: $e, $st}'); + try { + print(st); + } catch (_) {} + item = Item(test.name)..state = ItemState.failure; + } + + if (!mounted) { + return null; + } + + setState(() { + items[index] = item; + }); + showAlertDialog(context); + } + + @override + void initState() { + super.initState(); + contentList = []; + _run(); + } + + @override + Widget build(BuildContext context) { + return Scaffold( + appBar: AppBar( + title: Text(widget.title), + actions:[ + IconButton( + onPressed: () { + showAlertDialog(context); + }, + icon: const Icon(Icons.search_outlined), + ) + ] + ), + body: ListView(children: [ + ...items.asMap().keys.map((e) => _itemBuilder(context, e)).toList(), + ])); + } + + Widget _itemBuilder(BuildContext context, int index) { + final item = getItem(index); + return ItemWidget( + item: item, + index: index, + getGroupRange: () { + GroupRange data = GroupRange('', 0, 0); + widget.groupTitle.forEach((key, value) { + if (value.oldLength <= index && value.newLength >= index) { + data = GroupRange(key, value.oldLength, value.newLength); + } + }); + return data; + }, + runGroup: (start, end) async { + for (var i = start; i <= end; i++) { + await _runTest(i); + print('\n'); + } + }, + onTap: (Item item) { + _runTest(index); + } + ); + } + + Item getItem(int index) { + return items[index]; + } + + @override + List get tests => widget.tests; +} + +void expect(var testModel, var object) { + try { + testModel; + contentList.add(Text('$testModel')); + } catch (e) { + contentList.add(Text( + '$e', + style: const TextStyle(color: Colors.red), + )); + print(e.toString()); + } +} +void expectNot(var testModel, var object,String reason) { + try { + testModel; + contentList.add(Text('运行正常,输出参数为$testModel')); + } catch(e) { + contentList.add(Text('运行失败,错误信息为$e')); + print(e.toString()); + } + print(reason); +} +void expectWithReason(var testModel, var object,String reason) { + try { + testModel; + print("${testModel.toString()}运行正常,应与${object.toString()}对比"); + } catch(e) { + print(e.toString()); + } + print(reason); +} +void expectEquals(var testModel, var object,String not) { + try { + testModel; + print("${testModel.toString()}运行正常,应与${object.toString()}对比"); + } catch(e) { + print(e.toString()); + } + print(not); +} +void expectNotEquals(var testModel, var object,String not) { + try { + testModel; + print("${testModel.toString()}运行正常,应与${object.toString()}对比"); + } catch(e) { + print(e.toString()); + } + print(not); +} +void showAlertDialog(BuildContext context) { + for (int i = 0; i < contentList.length; i++) { + print(contentList[i].data); + } + showDialog( + context: context, + barrierDismissible: false, + builder: (BuildContext context) { + return AlertDialog( + content: SingleChildScrollView( + child: Column( + children: contentList, + ), + ), + actions: [ + MaterialButton( + child: const Text('确定'), + onPressed: () { + Navigator.of(context).pop(); + }, + ), + ], + ); + }); +} diff --git a/ohos/flutter_intl/lib/common/test_route.dart b/ohos/flutter_intl/lib/common/test_route.dart new file mode 100644 index 0000000000000000000000000000000000000000..5731f3020d95f78b337e23b59973c11d857b9f75 --- /dev/null +++ b/ohos/flutter_intl/lib/common/test_route.dart @@ -0,0 +1,28 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/cupertino.dart'; + +import 'base_page.dart'; + +class MainItem { + /// Main item. + MainItem(this.title, this.route); + + /// title. + String title; + + /// Page route. + Widget route; +} diff --git a/ohos/flutter_intl/lib/i10n/localization_delegate.dart b/ohos/flutter_intl/lib/i10n/localization_delegate.dart new file mode 100644 index 0000000000000000000000000000000000000000..9070bd99d5e6ca9f405fcaadb082865cb3d82e94 --- /dev/null +++ b/ohos/flutter_intl/lib/i10n/localization_delegate.dart @@ -0,0 +1,43 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +// //Locale代理类 +// import 'package:flutter/cupertino.dart'; +// +// import 'localization_intl.dart'; +// +// class AppLocalizationsDelegate extends LocalizationsDelegate { +// AppLocalizationsDelegate(); +// ///是否支持某个Local +// ///支持中文和英语 +// @override +// bool isSupported(Locale locale) { +// return ['zh', 'en'].contains(locale.languageCode); +// } +// +// ///shouldReload的返回值决定当Localizations Widget重新build时,是否调用load方法重新加载Locale资源 +// @override +// bool shouldReload(LocalizationsDelegate old) { +// return false; +// } +// ///根据locale,创建一个对象用于提供当前locale下的文本显示 +// ///Flutter会调用此类加载相应的Locale资源类 +// @override +// Future load(Locale locale) { +// print(locale.toString()+"------66666"); +// return AppLocalizations.load(locale); +// } +// static AppLocalizationsDelegate delegate = AppLocalizationsDelegate(); +// } +// diff --git a/ohos/flutter_intl/lib/i10n/localization_intl.dart b/ohos/flutter_intl/lib/i10n/localization_intl.dart new file mode 100644 index 0000000000000000000000000000000000000000..782ff46b3030b314b87f00f4f79f20fe6419808d --- /dev/null +++ b/ohos/flutter_intl/lib/i10n/localization_intl.dart @@ -0,0 +1,231 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +// //import 'package:fish_redux/fish_redux.dart'; +// import 'package:flutter/cupertino.dart'; +// import 'package:flutter/material.dart'; +// import 'package:intl/intl.dart'; +// //import 'messages_all.dart'; //1 +// +// +// class AppLocalizations implements CupertinoLocalizations { +// Locale locale; +// AppLocalizations(this.locale); +// static Future load(Locale locale) { +// final String name = +// locale.countryCode.isEmpty ? locale.languageCode : locale.toString(); +// final String localeName = Intl.canonicalizedLocale(name); +// //2 +// return initializeMessages(locale.toString()) +// .then((Object _) { +// Intl.defaultLocale=localeName; +// return new AppLocalizations(locale); +// }); +// } +// /// 基于Map,根据当前语言的 languageCode: en或zh来获取对应的文案 +// static Map _localValue = { +// 'en' : EnLanguage(), +// 'zh' : ChLanguage() +// }; +// /// 返回当前的内容维护类 +// BaseLanguage get currentLocalized { +// return _localValue[locale.languageCode]; +// } +// ///通过 Localizations.of(context,type) 加载当前的 FZLocalizations +// static AppLocalizations? of(BuildContext context) { +// return CupertinoLocalizations.of(context); +// } +// @override +// String get selectAllButtonLabel { +// return currentLocalized.selectAllButtonLabel; +// } +// @override +// String get pasteButtonLabel { +// return currentLocalized.pasteButtonLabel; +// } +// @override +// String get copyButtonLabel { +// return currentLocalized.copyButtonLabel; +// } +// @override +// String get cutButtonLabel { +// return currentLocalized.cutButtonLabel; +// } +// @override +// String get todayLabel { +// return "今天"; +// } +// static const List _shortWeekdays = [ +// '周一', +// '周二', +// '周三', +// '周四', +// '周五', +// '周六', +// '周日', +// ]; +// +// static const List _shortMonths = [ +// 'Jan', +// 'Feb', +// 'Mar', +// 'Apr', +// 'May', +// 'Jun', +// 'Jul', +// 'Aug', +// 'Sep', +// 'Oct', +// 'Nov', +// 'Dec', +// ]; +// +// static const List _months = [ +// '01月', +// '02月', +// '03月', +// '04月', +// '05月', +// '06月', +// '07月', +// '08月', +// '09月', +// '10月', +// '11月', +// '12月', +// ]; +// @override +// String datePickerYear(int yearIndex) => yearIndex.toString() + "年"; +// @override +// String datePickerMonth(int monthIndex) => _months[monthIndex - 1]; +// @override +// String datePickerDayOfMonth(int dayIndex) => dayIndex.toString() + "日"; +// @override +// String datePickerHour(int hour) => hour.toString(); +// @override +// String datePickerHourSemanticsLabel(int hour) => hour.toString() + " 小时"; +// @override +// String datePickerMinute(int minute) => minute.toString().padLeft(2, '0'); +// @override +// String datePickerMinuteSemanticsLabel(int minute) { +// return '1 分钟'; +// } +// @override +// String datePickerMediumDate(DateTime date) { +// return '${_shortWeekdays[date.weekday - DateTime.monday]} ' +// '${_shortMonths[date.month - DateTime.january]} ' +// '${date.day.toString().padRight(2)}'; +// } +// @override +// DatePickerDateOrder get datePickerDateOrder => DatePickerDateOrder.ymd; +// @override +// DatePickerDateTimeOrder get datePickerDateTimeOrder => DatePickerDateTimeOrder.date_time_dayPeriod; +// @override +// String get anteMeridiemAbbreviation => 'AM'; +// @override +// String get postMeridiemAbbreviation => 'PM'; +// @override +// String get alertDialogLabel => '提示信息'; +// @override +// String timerPickerHour(int hour) => hour.toString(); +// @override +// String timerPickerMinute(int minute) => minute.toString(); +// @override +// String timerPickerSecond(int second) => second.toString(); +// @override +// String timerPickerHourLabel(int hour) => '时'; +// @override +// String timerPickerMinuteLabel(int minute) => '分'; +// @override +// String timerPickerSecondLabel(int second) => '秒'; +// String get title { +// return Intl.message( +// 'intl demo', +// name: 'title', +// desc: '应用标题', +// ); +// } +// String get testintl { +// return Intl.message( +// '生存,还是毁灭,这是个问题。', +// name: 'testintl', +// desc: '生存', +// ); +// } +// +// @override +// // TODO: implement modalBarrierDismissLabel +// String get modalBarrierDismissLabel => throw UnimplementedError(); +// +// @override +// // TODO: implement noSpellCheckReplacementsLabel +// String get noSpellCheckReplacementsLabel => throw UnimplementedError(); +// +// @override +// // TODO: implement searchTextFieldPlaceholderLabel +// String get searchTextFieldPlaceholderLabel => throw UnimplementedError(); +// +// @override +// String tabSemanticsLabel({required int tabIndex, required int tabCount}) { +// // TODO: implement tabSemanticsLabel +// throw UnimplementedError(); +// } +// +// @override +// // TODO: implement timerPickerHourLabels +// List get timerPickerHourLabels => throw UnimplementedError(); +// +// @override +// // TODO: implement timerPickerMinuteLabels +// List get timerPickerMinuteLabels => throw UnimplementedError(); +// +// @override +// // TODO: implement timerPickerSecondLabels +// List get timerPickerSecondLabels => throw UnimplementedError(); +// } +// /// 这个抽象类和它的实现类可以拉出去新建类 +// /// 中文和英语 语言内容维护 +// abstract class BaseLanguage { +// String name = ""; +// String selectAllButtonLabel = ""; +// String pasteButtonLabel = ""; +// String copyButtonLabel = ""; +// String cutButtonLabel = ""; +// } +// class EnLanguage implements BaseLanguage { +// @override +// String name = "This is English"; +// @override +// String selectAllButtonLabel = "全选"; +// @override +// String pasteButtonLabel = "粘贴"; +// @override +// String copyButtonLabel = "复制"; +// @override +// String cutButtonLabel = "剪切"; +// } +// class ChLanguage implements BaseLanguage { +// @override +// String name = "这是中文"; +// @override +// String selectAllButtonLabel = "全选"; +// @override +// String pasteButtonLabel = "粘贴"; +// @override +// String copyButtonLabel = "复制"; +// @override +// String cutButtonLabel = "剪切"; +// +// } +// diff --git a/ohos/flutter_intl/lib/main.dart b/ohos/flutter_intl/lib/main.dart new file mode 100644 index 0000000000000000000000000000000000000000..79a12ee3a8576e1fc872f840a369ffd7303e215d --- /dev/null +++ b/ohos/flutter_intl/lib/main.dart @@ -0,0 +1,225 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'package:flutter_intl/common/test_route.dart'; +import 'package:flutter_intl/common/test_model_app.dart'; + +import 'rt_bidi_formate_test.dart'; +import 'rt_bidi_utils_test.dart'; +import 'rt_brazil_timezone_test.dart'; +import 'rt_date_format_flake_test.dart'; +import 'rt_date_time_format_custom_test.dart'; +import 'rt_date_time_format_file_even_test.dart'; +import 'rt_date_time_format_file_odd_test.dart'; +import 'rt_date_time_format_local_even_test.dart'; +import 'rt_date_time_format_local_odd_test.dart'; +import 'rt_date_time_format_test_core.dart'; +import 'rt_date_time_format_test_stub.dart'; +import 'rt_date_time_format_uninitialized_test.dart'; +import 'rt_date_time_loose_parsing_test.dart'; +import 'rt_date_time_strict_test.dart'; +import 'rt_england_timezone_test.dart'; +import 'rt_find_locale_test.dart'; +import 'rt_fixnum_test.dart'; +import 'rt_gmt_timezone_test.dart'; +import 'rt_intl_test.dart'; +import 'rt_locale_test.dart'; +import 'rt_message_format_test.dart'; +import 'rt_number_closure_test.dart'; +import 'rt_number_format_compact_icu_test.dart'; +import 'rt_number_format_compact_test.dart'; +import 'rt_number_format_compact_web_test.dart'; +import 'rt_number_format_test.dart'; +import 'rt_number_format_vm_test.dart'; +import 'rt_number_format_web_test.dart'; +import 'rt_plural_test.dart'; +import 'rt_scorbeysund_timezone_test.dart'; +import 'rt_timezone_local_even_test_helper.dart'; +import 'rt_utc_timezone_test.dart'; + +import 'rt_example.dart'; + +void main() { + + final app = [ + MainItem("bidi_format_test", JKBidiFormatTestPage("bidi_format_test")), + MainItem("bidi_utils_test", JKBidiUtilsTestPage("bidi_utils_test")), + MainItem("brazil_timezone_test", JKBrazilTimezoneTestPage("brazil_timezone_test")), + MainItem("date_format_flake_test", JKDateFormatFlakeTestPage("date_format_flake_test")), + MainItem("date_time_format_custom_test", JKDateTimeFormatCustomTestPage("date_time_format_custom_test")), + MainItem("date_time_format_file_even_test", JKDateTImeFormatFileEvenTestPage("date_time_format_file_even_test")), + MainItem("date_time_format_file_odd_test", JKDateTimeFormatFileOddTestPage("date_time_format_file_odd_test")), + + MainItem("date_time_format_local_even_test", JKDateTimeFormatLocalEvenTestPage("date_time_format_local_even_test")), + MainItem("date_time_format_local_odd_test", JKDateTimeFormatLocalOddEvenTestPage("date_time_format_local_odd_test")), + // MainItem("date_time_format_test_core", JKDateTimeFormatTestCorePage("date_time_format_test_core")), + MainItem("rt_date_time_format_test_stub", JKDateTimeFormatTestStubPage("rt_date_time_format_test_stub")), + MainItem("rt_date_time_format_uninitialized_test", JKDateTimeFormatUninitializedTestPage("rt_date_time_format_uninitialized_test")), + MainItem("rt_date_time_loose_parsing_test", JKDateTimeLooseParsingTestPage("rt_date_time_loose_parsing_test")), + MainItem("rt_date_time_strict_test", JKDateTimeStrictTestPage("rt_date_time_strict_test")), + MainItem("rt_england_timezone_test", JKEnglandTimeZoneTestPage("rt_england_timezone_test")), + MainItem("rt_find_locale_test", JKFindLocalTestPage("rt_find_locale_test")), + MainItem("rt_fixnum_test", JKFixnumTestPage("rt_fixnum_test")), + MainItem("rt_gmt_timezone_test", JKGmtTimeZoneTestPage("rt_gmt_timezone_test")), + MainItem("rt_intl_test", JKIntlTestPage("rt_intl_test")), + + MainItem("rt_locale_test", JKLocalTestPage("rt_locale_test")), + MainItem("rt_message_format_test", JKMessageFormtTestPage("rt_message_format_test")), + MainItem("rt_number_closure_test", JKNumberClosureTestPage("rt_number_closure_test")), + // MainItem("rt_number_format_compact_icu_test", JKNumberFormatCompactIcuTestPage("rt_number_format_compact_icu_test")), + + MainItem("rt_number_format_compact_test", JKNumberFormatCompactTestPage("rt_number_format_compact_test")), + MainItem("rt_number_format_compact_web_test", JKNumberFormatCompactWebTestPage("rt_number_format_compact_web_test")), + MainItem("rt_number_format_test", JKNumberFormatTestPage("rt_number_format_test")), + MainItem("rt_number_format_vm_test", JKNumberFormatVmTestPage("rt_number_format_vm_test")), + MainItem("rt_number_format_web_test", JKNumberFormatWebTestPage("rt_number_format_web_test")), + MainItem("rt_plural_test", JKPluralTestPage("rt_plural_test")), + + MainItem("rt_scorbeysund_timezone_test", JKScorbeysundTimezoneTestPage("rt_scorbeysund_timezone_test")), + MainItem("rt_number_local_even_test_helper", JKTimezoneLocalEvenTestHelpPage("rt_number_local_even_test_helper")), + MainItem("rt_utc_timezone_test", JKUtcTimezoneTestPage("rt_utc_timezone_test")), + + //("example_test", JKExampleTestPage()), + ]; + + + runApp(TestModelApp( + appName: 'intl', + data: app)); + + //runApp(const MyApp()); +} + + +class MyApp extends StatelessWidget { + const MyApp({super.key}); + + // This widget is the root of your application. + @override + Widget build(BuildContext context) { + return MaterialApp( + title: 'Flutter Demo', + theme: ThemeData( + // This is the theme of your application. + // + // TRY THIS: Try running your application with "flutter run". You'll see + // the application has a blue toolbar. Then, without quitting the app, + // try changing the seedColor in the colorScheme below to Colors.green + // and then invoke "hot reload" (save your changes or press the "hot + // reload" button in a Flutter-supported IDE, or press "r" if you used + // the command line to start the app). + // + // Notice that the counter didn't reset back to zero; the application + // state is not lost during the reload. To reset the state, use hot + // restart instead. + // + // This works for code too, not just values: Most code changes can be + // tested with just a hot reload. + colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple), + useMaterial3: true, + ), + home: const MyHomePage(title: 'Flutter Demo Home Page'), + ); + } +} + +class MyHomePage extends StatefulWidget { + const MyHomePage({super.key, required this.title}); + + // This widget is the home page of your application. It is stateful, meaning + // that it has a State object (defined below) that contains fields that affect + // how it looks. + + // This class is the configuration for the state. It holds the values (in this + // case the title) provided by the parent (in this case the App widget) and + // used by the build method of the State. Fields in a Widget subclass are + // always marked "final". + + final String title; + + @override + State createState() => _MyHomePageState(); +} + +class _MyHomePageState extends State { + int _counter = 0; + + void _incrementCounter() { + setState(() { + // This call to setState tells the Flutter framework that something has + // changed in this State, which causes it to rerun the build method below + // so that the display can reflect the updated values. If we changed + // _counter without calling setState(), then the build method would not be + // called again, and so nothing would appear to happen. + _counter++; + }); + } + + @override + Widget build(BuildContext context) { + // This method is rerun every time setState is called, for instance as done + // by the _incrementCounter method above. + // + // The Flutter framework has been optimized to make rerunning build methods + // fast, so that you can just rebuild anything that needs updating rather + // than having to individually change instances of widgets. + return Scaffold( + appBar: AppBar( + // TRY THIS: Try changing the color here to a specific color (to + // Colors.amber, perhaps?) and trigger a hot reload to see the AppBar + // change color while the other colors stay the same. + backgroundColor: Theme.of(context).colorScheme.inversePrimary, + // Here we take the value from the MyHomePage object that was created by + // the App.build method, and use it to set our appbar title. + title: Text(widget.title), + ), + body: Center( + // Center is a layout widget. It takes a single child and positions it + // in the middle of the parent. + child: Column( + // Column is also a layout widget. It takes a list of children and + // arranges them vertically. By default, it sizes itself to fit its + // children horizontally, and tries to be as tall as its parent. + // + // Column has various properties to control how it sizes itself and + // how it positions its children. Here we use mainAxisAlignment to + // center the children vertically; the main axis here is the vertical + // axis because Columns are vertical (the cross axis would be + // horizontal). + // + // TRY THIS: Invoke "debug painting" (choose the "Toggle Debug Paint" + // action in the IDE, or press "p" in the console), to see the + // wireframe for each widget. + mainAxisAlignment: MainAxisAlignment.center, + children: [ + const Text( + 'You have pushed the button this many times:', + ), + Text( + '$_counter', + style: Theme.of(context).textTheme.headlineMedium, + ), + ], + ), + ), + floatingActionButton: FloatingActionButton( + onPressed: _incrementCounter, + tooltip: 'Increment', + child: const Icon(Icons.add), + ), // This trailing comma makes auto-formatting nicer for build methods. + ); + } +} diff --git a/ohos/flutter_intl/lib/rt_bidi_formate_test.dart b/ohos/flutter_intl/lib/rt_bidi_formate_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..7d8340c97970ccadfc5ca22a7c07fffaa5003b41 --- /dev/null +++ b/ohos/flutter_intl/lib/rt_bidi_formate_test.dart @@ -0,0 +1,250 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter_intl/common/test_page.dart'; +import 'package:flutter/material.dart'; + +//library bidi_format_test; + +import 'package:intl/intl.dart'; + +class JKBidiFormatTestPage extends TestPage { + + static const String routeName = "/bidi_format_test"; + + JKBidiFormatTestPage(super.title,{super.key}) { + + // 设置字号颜色 + //Theme.of(context).textTheme.headlineSmall!.copyWith(color: Colors.black54,fontSize: 30); + //Theme.of(context).textTheme.headlineSmall!.copyWith(color: Colors.black54,fontSize: 30); + + print('start test666'); + main(); + } + void main() { + var LTR = TextDirection.LTR; + var RTL = TextDirection.RTL; + var LRM = Bidi.LRM; + var RLM = Bidi.RLM; + var RLE = Bidi.RLE; + var PDF = Bidi.PDF; + var LRE = Bidi.LRE; + var UNKNOWN = TextDirection.UNKNOWN; + var he = '\u05e0\u05e1'; + var en = 'abba'; + var html = '<'; + var longEn = 'abba sabba gabba '; + var ltrFmt = BidiFormatter.LTR(); // LTR context + var rtlFmt = BidiFormatter.RTL(); // RTL context + var unkFmt = BidiFormatter.UNKNOWN(); // unknown context + + test('ltrFmt.estimateDirection('') estimateDirection', () { + expect(ltrFmt.estimateDirection(''), (UNKNOWN)); + expect(rtlFmt.estimateDirection(''), (UNKNOWN)); + expect(unkFmt.estimateDirection(''), (UNKNOWN)); + expect(ltrFmt.estimateDirection(en), (LTR)); + expect(rtlFmt.estimateDirection(en), (LTR)); + expect(unkFmt.estimateDirection(en), (LTR)); + expect(ltrFmt.estimateDirection(he), (RTL)); + expect(rtlFmt.estimateDirection(he), (RTL)); + expect(unkFmt.estimateDirection(he), (RTL)); + + // Text contains HTML or HTML-escaping. + expect( + ltrFmt.estimateDirection('$he &', isHtml: false), + (LTR)); + expect( + ltrFmt.estimateDirection('$he &', isHtml: true), + (RTL)); + }); + + test("ltrFmt.wrapWithSpan(en, isHtml: true, resetDir: false), (en) wrapWithSpan", () { + // Test overall dir matches context dir (LTR), no dirReset. + expect(ltrFmt.wrapWithSpan(en, isHtml: true, resetDir: false), (en)); + // Test overall dir matches context dir (LTR), dirReset. + expect(ltrFmt.wrapWithSpan(en, isHtml: true, resetDir: true), (en)); + // Test overall dir matches context dir (RTL), no dirReset'. + expect(rtlFmt.wrapWithSpan(he, isHtml: true, resetDir: false), (he)); + // Test overall dir matches context dir (RTL), dirReset. + expect(rtlFmt.wrapWithSpan(he, isHtml: true, resetDir: true), (he)); + // Test overall dir (RTL) doesn't match context dir (LTR), no dirReset. + expect(ltrFmt.wrapWithSpan(he, isHtml: true, resetDir: false), + ('$he')); + // Test overall dir (RTL) doesn't match context dir (LTR), dirReset. + expect(ltrFmt.wrapWithSpan(he, isHtml: true, resetDir: true), + ('$he$LRM')); + // Test overall dir (LTR) doesn't match context dir (RTL), no dirReset. + expect(rtlFmt.wrapWithSpan(en, isHtml: true, resetDir: false), + ('$en')); + // Test overall dir (LTR) doesn't match context dir (RTL), dirReset. + expect(rtlFmt.wrapWithSpan(en, isHtml: true, resetDir: true), + ('$en$RLM')); + // Test overall dir (LTR) doesn't match context dir (unknown), no dirReset. + expect(unkFmt.wrapWithSpan(en, isHtml: true, resetDir: false), + ('$en')); + // Test overall dir (RTL) doesn't match context dir (unknown), dirReset. + expect(unkFmt.wrapWithSpan(he, isHtml: true, resetDir: true), + ('$he')); + // Test overall dir (neutral) doesn't match context dir (LTR), dirReset. + expect(ltrFmt.wrapWithSpan('', isHtml: true, resetDir: true), ('')); + + // Test exit dir (but not overall dir) is opposite to context dir, dirReset. + expect(ltrFmt.wrapWithSpan('$longEn$he$html', isHtml: true, resetDir: true), + ('$longEn$he$html$LRM')); + // Test overall dir (but not exit dir) is opposite to context dir, dirReset. + expect(rtlFmt.wrapWithSpan('$longEn$he', isHtml: true, resetDir: true), + ('$longEn$he$RLM')); + + // Test input is plain text (not escaped). + expect(ltrFmt.wrapWithSpan('
$en', isHtml: false, resetDir: false), + ('<br>$en')); + + var ltrAlwaysSpanFmt = BidiFormatter.LTR(true); + var rtlAlwaysSpanFmt = BidiFormatter.RTL(true); + + // Test alwaysSpan, overall dir matches context dir (LTR), no dirReset. + expect(ltrAlwaysSpanFmt.wrapWithSpan(en, isHtml: true, resetDir: false), + ('$en')); + // Test alwaysSpan, overall dir matches context dir (LTR), dirReset. + expect(ltrAlwaysSpanFmt.wrapWithSpan(en, isHtml: true, resetDir: true), + ('$en')); + // Test alwaysSpan, overall dir matches context dir (RTL), no dirReset. + expect(rtlAlwaysSpanFmt.wrapWithSpan(he, isHtml: true, resetDir: false), + ('$he')); + // Test alwaysSpan, overall dir matches context dir (RTL), dirReset. + expect(rtlAlwaysSpanFmt.wrapWithSpan(he, isHtml: true, resetDir: true), + ('$he')); + + // Test alwaysSpan, overall dir (RTL) doesn't match context dir (LTR), + // no dirReset. + expect(ltrAlwaysSpanFmt.wrapWithSpan(he, isHtml: true, resetDir: false), + ('$he')); + // Test alwaysSpan, overall dir (RTL) doesn't match context dir (LTR), + // dirReset. + expect(ltrAlwaysSpanFmt.wrapWithSpan(he, isHtml: true, resetDir: true), + ('$he$LRM')); + // Test alwaysSpan, overall dir (neutral) doesn't match context dir (LTR), + // dirReset + expect(ltrAlwaysSpanFmt.wrapWithSpan('', isHtml: true, resetDir: true), + ('')); + + // Test overall dir matches context dir (LTR. + expect(ltrFmt.wrapWithSpan(en, direction: TextDirection.LTR), (en)); + // Test overall dir (but not exit dir) supposedly matches context dir (LTR). + expect(ltrFmt.wrapWithSpan(he, direction: TextDirection.LTR), + ('$he$LRM')); + // Test overall dir matches context dir (RTL. + expect(rtlFmt.wrapWithSpan(he, direction: TextDirection.RTL), (he)); + // Test overall dir (but not exit dir) supposedly matches context dir (RTL). + expect(rtlFmt.wrapWithSpan(en, direction: TextDirection.RTL), + ('$en$RLM')); + + // Test overall dir (RTL) doesn't match context dir (LTR). + expect(ltrFmt.wrapWithSpan(he, direction: TextDirection.RTL), + ('$he$LRM')); + // Test supposed overall dir (RTL) doesn't match context dir (LTR). + expect(ltrFmt.wrapWithSpan(en, direction: TextDirection.RTL), + ('$en$LRM')); + // Test overall dir (LTR) doesn't match context dir (RTL). + expect(rtlFmt.wrapWithSpan(en, direction: TextDirection.LTR), + ('$en$RLM')); + // Test supposed overall dir (LTR) doesn't match context dir (RTL). + expect(rtlFmt.wrapWithSpan(he, direction: TextDirection.LTR), + ('$he$RLM')); + // Test supposed overall dir (LTR) doesn't match context dir (unknown). + expect(unkFmt.wrapWithSpan(he, direction: TextDirection.LTR), + ('$he')); + // Test supposed overall dir (neutral) doesn't match context dir (LTR). + expect(ltrFmt.wrapWithSpan(he, direction: TextDirection.UNKNOWN), + ('$he$LRM')); + }); + + test("ltrFmt.wrapWithUnicode(en, isHtml: true, resetDir: false), (en) wrapWithUnicode", () { + // Test overall dir matches context dir (LTR), no dirReset. + expect( + ltrFmt.wrapWithUnicode(en, isHtml: true, resetDir: false), (en)); + // Test overall dir matches context dir (LTR), dirReset. + expect( + ltrFmt.wrapWithUnicode(en, isHtml: true, resetDir: true), (en)); + // Test overall dir matches context dir (RTL), no dirReset. + expect( + rtlFmt.wrapWithUnicode(he, isHtml: true, resetDir: false), (he)); + // Test overall dir matches context dir (RTL), dirReset. + expect( + rtlFmt.wrapWithUnicode(he, isHtml: true, resetDir: true), (he)); + + // Test overall dir (RTL) doesn't match context dir (LTR), no dirReset. + expect(ltrFmt.wrapWithUnicode(he, isHtml: true, resetDir: false), + ('$RLE$he$PDF')); + // Test overall dir (RTL) doesn't match context dir (LTR), dirReset. + expect(ltrFmt.wrapWithUnicode(he, isHtml: true, resetDir: true), + ('$RLE$he$PDF$LRM')); + // Test overall dir (LTR) doesn't match context dir (RTL), no dirReset. + expect(rtlFmt.wrapWithUnicode(en, isHtml: true, resetDir: false), + ('$LRE$en$PDF')); + // Test overall dir (LTR) doesn't match context dir (RTL), dirReset. + expect(rtlFmt.wrapWithUnicode(en, isHtml: true, resetDir: true), + ('$LRE$en$PDF$RLM')); + // Test overall dir (LTR) doesn't match context dir (unknown), no dirReset. + expect(unkFmt.wrapWithUnicode(en, isHtml: true, resetDir: false), + ('$LRE$en$PDF')); + // Test overall dir (RTL) doesn't match context dir (unknown), dirReset. + expect(unkFmt.wrapWithUnicode(he, isHtml: true, resetDir: true), + ('$RLE$he$PDF')); + // Test overall dir (neutral) doesn't match context dir (LTR), dirReset. + expect( + ltrFmt.wrapWithUnicode('', isHtml: true, resetDir: true), ('')); + + // Test exit dir (but not overall dir) is opposite to context dir, dirReset. + expect( + ltrFmt.wrapWithUnicode('$longEn$he$html', isHtml: true, resetDir: true), + ('$longEn$he$html$LRM')); + // Test overall dir (but not exit dir) is opposite to context dir, dirReset. + expect(rtlFmt.wrapWithUnicode('$longEn$he', isHtml: true, resetDir: true), + ('$LRE$longEn$he$PDF$RLM')); + + // Test overall dir matches context dir (LTR). + expect( + ltrFmt.wrapWithUnicode(en, direction: TextDirection.LTR), (en)); + // Test overall dir (but not exit dir) supposedly matches context dir (LTR). + expect(ltrFmt.wrapWithUnicode(he, direction: TextDirection.LTR), + ('$he$LRM')); + // Test overall dir matches context dir (RTL). + expect( + rtlFmt.wrapWithUnicode(he, direction: TextDirection.RTL), (he)); + // Test overall dir (but not exit dir) supposedly matches context dir (RTL). + expect(rtlFmt.wrapWithUnicode(en, direction: TextDirection.RTL), + ('$en$RLM')); + + // Test overall dir (RTL) doesn't match context dir (LTR). + expect(ltrFmt.wrapWithUnicode(he, direction: TextDirection.RTL), + ('$RLE$he$PDF$LRM')); + // Test supposed overall dir (RTL) doesn't match context dir (LTR). + expect(ltrFmt.wrapWithUnicode(en, direction: TextDirection.RTL), + ('$RLE$en$PDF$LRM')); + // Test overall dir (LTR) doesn't match context dir (RTL). + expect(rtlFmt.wrapWithUnicode(en, direction: TextDirection.LTR), + ('$LRE$en$PDF$RLM')); + // Test supposed overall dir (LTR) doesn't match context dir (RTL). + expect(rtlFmt.wrapWithUnicode(he, direction: TextDirection.LTR), + ('$LRE$he$PDF$RLM')); + // Test supposed overall dir (LTR) doesn't match context dir (unknown). + expect(unkFmt.wrapWithUnicode(he, direction: TextDirection.LTR), + ('$LRE$he$PDF')); + // Test supposed overall dir (neutral) doesn't match context dir (LTR). + expect(ltrFmt.wrapWithUnicode(he, direction: TextDirection.UNKNOWN), + ('$he$LRM')); + }); + } +} \ No newline at end of file diff --git a/ohos/flutter_intl/lib/rt_bidi_utils_test.dart b/ohos/flutter_intl/lib/rt_bidi_utils_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..1ca9d1fd5faa696f183b368c25d13177c34f521f --- /dev/null +++ b/ohos/flutter_intl/lib/rt_bidi_utils_test.dart @@ -0,0 +1,409 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter_intl/common/test_page.dart'; + +//library bidi_format_test; + +import 'package:intl/intl.dart'; +import 'package:flutter_intl/common/test_page.dart'; + +class JKBidiUtilsTestPage extends TestPage { + + static const String routeName = "/bidi_utils_test"; + + JKBidiUtilsTestPage(super.title, {super.key}) { + print('start test666'); + main(); + } + void main() { + var LRE = '\u202A'; + var RLE = '\u202B'; + var PDF = '\u202C'; + + test("Bidi.isRtlLanguage('en') isRtlLang", () { + expect(Bidi.isRtlLanguage('en'), "isFalse"); + expect(Bidi.isRtlLanguage('fr'), "isFalse"); + expect(Bidi.isRtlLanguage('zh-CN'), "isFalse"); + expect(Bidi.isRtlLanguage('fil'), "isFalse"); + expect(Bidi.isRtlLanguage('az'), "isFalse"); + expect(Bidi.isRtlLanguage('iw-Latn'), "isFalse"); + expect(Bidi.isRtlLanguage('iw-LATN'), "isFalse"); + expect(Bidi.isRtlLanguage('iw_latn'), "isFalse"); + expect(Bidi.isRtlLanguage('ar'), "isTrue"); + expect(Bidi.isRtlLanguage('AR'), "isTrue"); + expect(Bidi.isRtlLanguage('iw'), "isTrue"); + expect(Bidi.isRtlLanguage('he'), "isTrue"); + expect(Bidi.isRtlLanguage('fa'), "isTrue"); + expect(Bidi.isRtlLanguage('ar-EG'), "isTrue"); + expect(Bidi.isRtlLanguage('az-Arab'), "isTrue"); + expect(Bidi.isRtlLanguage('az-ARAB-IR'), "isTrue"); + expect(Bidi.isRtlLanguage('az_arab_IR'), "isTrue"); + Intl.withLocale('en_US', () { + expect(Bidi.isRtlLanguage(), "isFalse"); + }); + Intl.withLocale('ar', () { + expect(Bidi.isRtlLanguage(), "isTrue"); + }); + Intl.withLocale(null, () { + expect(Bidi.isRtlLanguage(), Bidi.isRtlLanguage(Intl.systemLocale)); + }); + }); + + test("Bidi.hasAnyLtr('') hasAnyLtr", () { + expect(Bidi.hasAnyLtr(''), "isFalse"); + expect(Bidi.hasAnyLtr('\u05e0\u05e1\u05e2'), "isFalse"); + expect(Bidi.hasAnyLtr('\u05e0\u05e1z\u05e2'), "isTrue"); + expect(Bidi.hasAnyLtr('123\t... \n'), "isFalse"); + expect(Bidi.hasAnyLtr('
123<', false), "isTrue"); + expect(Bidi.hasAnyLtr('
123<', true), "isFalse"); + }); + + test("Bidi.hasAnyRtl('') hasAnyRtl", () { + expect(Bidi.hasAnyRtl(''), "isFalse"); + expect(Bidi.hasAnyRtl('abc'), "isFalse"); + expect(Bidi.hasAnyRtl('ab\u05e0c'), "isTrue"); + expect(Bidi.hasAnyRtl('123\t... \n'), "isFalse"); + expect(Bidi.hasAnyRtl('123', false), "isTrue"); + expect(Bidi.hasAnyRtl('123', true), "isFalse"); + }); + + test("Bidi.endsWithLtr('a') endsWithLtr", () { + expect(Bidi.endsWithLtr('a'), "isTrue"); + expect(Bidi.endsWithLtr('abc'), "isTrue"); + expect(Bidi.endsWithLtr('a (!)'), "isTrue"); + expect(Bidi.endsWithLtr('a.1'), "isTrue"); + expect(Bidi.endsWithLtr('http://www.google.com '), "isTrue"); + expect(Bidi.endsWithLtr('\u05e0a'), "isTrue"); + expect(Bidi.endsWithLtr(' \u05e0\u05e1a\u05e2\u05e3 a (!)'), "isTrue"); + expect(Bidi.endsWithLtr(''), "isFalse"); + expect(Bidi.endsWithLtr(' '), "isFalse"); + expect(Bidi.endsWithLtr('1'), "isFalse"); + expect(Bidi.endsWithLtr('\u05e0'), "isFalse"); + expect(Bidi.endsWithLtr('\u05e0 1(!)'), "isFalse"); + expect(Bidi.endsWithLtr('a\u05e0'), "isFalse"); + expect(Bidi.endsWithLtr('a abc\u05e0\u05e1def\u05e2. 1'), "isFalse"); + expect(Bidi.endsWithLtr(' \u05e0\u05e1a\u05e2 <', true), "isFalse"); + expect(Bidi.endsWithLtr(' \u05e0\u05e1a\u05e2 <', false), "isTrue"); + }); + + test("Bidi.endsWithRtl('\u05e0') endsWithRtl", () { + expect(Bidi.endsWithRtl('\u05e0'), "isTrue"); + expect(Bidi.endsWithRtl('\u05e0\u05e1\u05e2'), "isTrue"); + expect(Bidi.endsWithRtl('\u05e0 (!)'), "isTrue"); + expect(Bidi.endsWithRtl('\u05e0.1'), "isTrue"); + expect(Bidi.endsWithRtl('http://www.google.com/\u05e0 '), "isTrue"); + expect(Bidi.endsWithRtl('a\u05e0'), "isTrue"); + expect(Bidi.endsWithRtl(' a abc\u05e0def\u05e3. 1'), "isTrue"); + expect(Bidi.endsWithRtl(''), "isFalse"); + expect(Bidi.endsWithRtl(' '), "isFalse"); + expect(Bidi.endsWithRtl('1'), "isFalse"); + expect(Bidi.endsWithRtl('a'), "isFalse"); + expect(Bidi.endsWithRtl('a 1(!)'), "isFalse"); + expect(Bidi.endsWithRtl('\u05e0a'), "isFalse"); + expect(Bidi.endsWithRtl('\u05e0 \u05e0\u05e1ab\u05e2 a (!)'), "isFalse"); + expect(Bidi.endsWithRtl(' \u05e0\u05e1a\u05e2 <', true), "isTrue"); + expect(Bidi.endsWithRtl(' \u05e0\u05e1a\u05e2 <', false), "isFalse"); + }); + + test("Bidi.guardBracketInHtml('asc \u05d0 (\u05d0\u05d0\u05d0)') guardBracketInHtml", () { + var strWithRtl = 'asc \u05d0 (\u05d0\u05d0\u05d0)'; + expect(Bidi.guardBracketInHtml(strWithRtl), + ('asc \u05d0 (\u05d0\u05d0\u05d0)')); + expect(Bidi.guardBracketInHtml(strWithRtl, true), + ('asc \u05d0 (\u05d0\u05d0\u05d0)')); + expect(Bidi.guardBracketInHtml(strWithRtl, false), + ('asc \u05d0 (\u05d0\u05d0\u05d0)')); + + var strWithRtl2 = '\u05d0 a (asc:))'; + expect(Bidi.guardBracketInHtml(strWithRtl2), + ('\u05d0 a (asc:))')); + expect(Bidi.guardBracketInHtml(strWithRtl2, true), + ('\u05d0 a (asc:))')); + expect(Bidi.guardBracketInHtml(strWithRtl2, false), + ('\u05d0 a (asc:))')); + + var strWithoutRtl = 'a (asc) {{123}}'; + expect(Bidi.guardBracketInHtml(strWithoutRtl), + ('a (asc) {{123}}')); + expect(Bidi.guardBracketInHtml(strWithoutRtl, true), + ('a (asc) {{123}}')); + expect(Bidi.guardBracketInHtml(strWithoutRtl, false), + ('a (asc) {{123}}')); + }); + + test("Bidi.guardBracketInText('asc \u05d0 (\u05d0\u05d0\u05d0)') guardBracketInText", () { + var strWithRtl = 'asc \u05d0 (\u05d0\u05d0\u05d0)'; + expect(Bidi.guardBracketInText(strWithRtl), + ('asc \u05d0 \u200f(\u05d0\u05d0\u05d0)\u200f')); + expect(Bidi.guardBracketInText(strWithRtl, true), + ('asc \u05d0 \u200f(\u05d0\u05d0\u05d0)\u200f')); + expect(Bidi.guardBracketInText(strWithRtl, false), + ('asc \u05d0 \u200e(\u05d0\u05d0\u05d0)\u200e')); + + var strWithRtl2 = '\u05d0 a (asc:))'; + expect(Bidi.guardBracketInText(strWithRtl2), + ('\u05d0 a \u200f(asc:))\u200f')); + expect(Bidi.guardBracketInText(strWithRtl2, true), + ('\u05d0 a \u200f(asc:))\u200f')); + expect(Bidi.guardBracketInText(strWithRtl2, false), + ('\u05d0 a \u200e(asc:))\u200e')); + + var strWithoutRtl = 'a (asc) {{123}}'; + expect(Bidi.guardBracketInText(strWithoutRtl), + ('a \u200e(asc)\u200e \u200e{{123}}\u200e')); + expect(Bidi.guardBracketInText(strWithoutRtl, true), + ('a \u200f(asc)\u200f \u200f{{123}}\u200f')); + expect(Bidi.guardBracketInText(strWithoutRtl, false), + ('a \u200e(asc)\u200e \u200e{{123}}\u200e')); + }); + + test("Bidi.enforceRtlInHtml('
first
second
') enforceRtlInHtml", () { + var str = '
first
second
'; + expect(Bidi.enforceRtlInHtml(str), + ('
first
second
')); + str = 'first second'; + expect(Bidi.enforceRtlInHtml(str), + ('\nfirst second')); + }); + + test("Bidi.enforceRtlInText('first second') enforceRtlInText", () { + var str = 'first second'; + expect(Bidi.enforceRtlInText(str), ('${RLE}first second$PDF')); + }); + + test("Bidi.enforceLtrInHtml('
first
second
') enforceLtrInHtml", () { + var str = '
first
second
'; + expect(Bidi.enforceLtrInHtml(str), + ('
first
second
')); + str = 'first second'; + expect(Bidi.enforceLtrInHtml(str), + ('\nfirst second')); + }); + + test("Bidi.enforceLtrInText('first second') enforceLtrInText", () { + var str = 'first second'; + expect(Bidi.enforceLtrInText(str), ('${LRE}first second$PDF')); + }); + + test("Bidi.normalizeHebrewQuote('\u05d0\"') normalizeHebrewQuote", () { + expect(Bidi.normalizeHebrewQuote('\u05d0"'), ('\u05d0\u05f4')); + expect(Bidi.normalizeHebrewQuote('\u05d0\''), ('\u05d0\u05f3')); + expect(Bidi.normalizeHebrewQuote('\u05d0"\u05d0\''), + ('\u05d0\u05f4\u05d0\u05f3')); + }); + + test("Bidi.estimateDirectionOfText('', isHtml: false) estimateDirectionOfText", () { + expect(Bidi.estimateDirectionOfText('', isHtml: false).value, + (TextDirection.UNKNOWN.value)); + expect(Bidi.estimateDirectionOfText(' ', isHtml: false).value, + (TextDirection.UNKNOWN.value)); + expect(Bidi.estimateDirectionOfText('! (...)', isHtml: false).value, + (TextDirection.UNKNOWN.value)); + expect( + Bidi.estimateDirectionOfText('All-Ascii content', isHtml: false).value, + (TextDirection.LTR.value)); + expect(Bidi.estimateDirectionOfText('-17.0%', isHtml: false).value, + (TextDirection.LTR.value)); + expect(Bidi.estimateDirectionOfText('http://foo/bar/', isHtml: false).value, + (TextDirection.LTR.value)); + expect( + Bidi.estimateDirectionOfText( + 'http://foo/bar/?s=\u05d0\u05d0\u05d0\u05d0\u05d0\u05d0\u05d0\u05d0' + '\u05d0\u05d0\u05d0\u05d0\u05d0\u05d0\u05d0\u05d0\u05d0\u05d0\u05d0' + '\u05d0\u05d0\u05d0\u05d0\u05d0') + .value, + (TextDirection.LTR.value)); + expect(Bidi.estimateDirectionOfText('\u05d0', isHtml: false).value, + (TextDirection.RTL.value)); + expect( + Bidi.estimateDirectionOfText('9 \u05d0 -> 17.5, 23, 45, 19', + isHtml: false) + .value, + (TextDirection.RTL.value)); + expect( + Bidi.estimateDirectionOfText( + 'http://foo/bar/ \u05d0 http://foo2/bar2/ http://foo3/bar3/') + .value, + (TextDirection.RTL.value)); + expect( + Bidi.estimateDirectionOfText( + '\u05d0\u05d9\u05df \u05de\u05de\u05e9 \u05de\u05d4 \u05dc\u05e8\u05d0' + '\u05d5\u05ea: \u05dc\u05d0 \u05e6\u05d9\u05dc\u05de\u05ea\u05d9 \u05d4' + '\u05e8\u05d1\u05d4 \u05d5\u05d2\u05dd \u05d0\u05dd \u05d4\u05d9\u05d9' + '\u05ea\u05d9 \u05de\u05e6\u05dc\u05dd, \u05d4\u05d9\u05d4 \u05e9' + '\u05dd') + .value, + (TextDirection.RTL.value)); + expect( + Bidi.estimateDirectionOfText( + '\u05db\u05d0 - http://geek.co.il/gallery/v/2007-06 - \u05d0\u05d9' + '\u05df \u05de\u05de\u05e9 \u05de\u05d4 \u05dc\u05e8\u05d0\u05d5\u05ea:' + ' \u05dc\u05d0 \u05e6\u05d9\u05dc\u05de\u05ea\u05d9 \u05d4\u05e8\u05d1 ' + '\u05d5\u05d2\u05dd \u05d0\u05dd \u05d4\u05d9\u05d9\u05d9 \u05de\u05e6' + '\u05dc\u05dd, \u05d4\u05d9\u05d4 \u05e9\u05dd \u05d1\u05e2\u05d9\u05e7' + ' \u05d4\u05e8\u05d1\u05d4 \u05d0\u05e0\u05e9\u05d9\u05dd. \u05de\u05d4' + ' \u05e9\u05db\u05df - \u05d0\u05e4\u05e9\u05e8 \u05dc\u05e0\u05e6' + '\u05dc \u05d0\u05ea \u05d4\u05d4 \u05d3\u05d6\u05de\u05e0\u05d5 ' + '\u05dc\u05d4\u05e1\u05ea\u05db\u05dc \u05e2\u05dc \u05db\u05de\u05d4 ' + '\u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05de\u05e9\u05e9\u05e2\u05d5' + '\u05ea \u05d9\u05e9\u05e0\u05d5 \u05d9\u05d5\u05ea\u05e8 \u05e9\u05d9' + '\u05e9 \u05dc\u05d9 \u05d1\u05d0\u05ea\u05e8', + isHtml: false) + .value, + (TextDirection.RTL.value)); + expect( + Bidi.estimateDirectionOfText( + 'CAPTCHA \u05de\u05e9\u05d5\u05db\u05dc\u05dc ' + '\u05de\u05d3\u05d9?') + .value, + (TextDirection.RTL.value)); + expect( + Bidi.estimateDirectionOfText( + 'Yes Prime Minister \u05e2\u05d3\u05db\u05d5\u05df. \u05e9\u05d0\u05dc' + '\u05d5 \u05d0\u05d5\u05ea\u05d9 \u05de\u05d4 \u05d0\u05e0\u05d9 ' + '\u05e8\u05d5\u05e6\u05d4 \u05de\u05ea\u05e0\u05d4 \u05dc\u05d7' + '\u05d2') + .value, + (TextDirection.RTL.value)); + expect( + Bidi.estimateDirectionOfText( + '17.4.02 \u05e9\u05e2\u05d4:13-20 .15-00 .\u05dc\u05d0 \u05d4\u05d9' + '\u05d9\u05ea\u05d9 \u05db\u05d0\u05df.') + .value, + (TextDirection.RTL.value)); + expect( + Bidi.estimateDirectionOfText( + '5710 5720 5730. \u05d4\u05d3\u05dc\u05ea. \u05d4\u05e0\u05e9\u05d9' + '\u05e7\u05d4', + isHtml: false) + .value, + (TextDirection.RTL.value)); + expect( + Bidi.estimateDirectionOfText( + '\u05d4\u05d3\u05dc\u05ea http://www.google.com ' + 'http://www.gmail.com') + .value, + (TextDirection.RTL.value)); + expect( + Bidi.estimateDirectionOfText( + '\u05d4\u05d3\u05dc ') + .value, + (TextDirection.LTR.value)); + expect( + Bidi.estimateDirectionOfText( + '\u05d4\u05d3\u05dc ') + .value, + (TextDirection.LTR.value)); + expect( + Bidi.estimateDirectionOfText('\u05d4\u05d3\u05dc\u05ea & < >') + .value, + (TextDirection.LTR.value)); + expect( + Bidi.estimateDirectionOfText('\u05d4\u05d3\u05dc\u05ea & < >', + isHtml: true) + .value, + (TextDirection.RTL.value)); + }); + + test("Bidi.detectRtlDirectionality(bidiText[i].text,isHtml: bidiText[i].isHtml) detectRtlDirectionality", () { + var bidiText = []; + var item = SampleItem('Pure Ascii content'); + bidiText.add(item); + + item = SampleItem( + '\u05d0\u05d9\u05df \u05de\u05de\u05e9 \u05de\u05d4' + ' \u05dc\u05e8\u05d0\u05d5\u05ea: \u05dc\u05d0 \u05e6\u05d9\u05dc' + '\u05de\u05ea\u05d9 \u05d4\u05e8\u05d1\u05d4 \u05d5\u05d2\u05dd ' + '\u05d0\u05dd \u05d4\u05d9\u05d9\u05ea\u05d9 \u05de\u05e6\u05dc\u05dd, ' + '\u05d4\u05d9\u05d4 \u05e9\u05dd', + true); + bidiText.add(item); + + item = SampleItem( + '\u05db\u05d0\u05df - http://geek.co.il/gallery/v/' + '2007-06 - \u05d0\u05d9\u05df \u05de\u05de\u05e9 \u05de\u05d4 \u05dc' + '\u05e8\u05d0\u05d5\u05ea: \u05dc\u05d0 \u05e6\u05d9\u05dc\u05de\u05ea' + '\u05d9 \u05d4\u05e8\u05d1\u05d4 \u05d5\u05d2\u05dd \u05d0\u05dd \u05d4' + '\u05d9\u05d9\u05ea\u05d9 \u05de\u05e6\u05dc\u05dd, \u05d4\u05d9\u05d4 ' + '\u05e9\u05dd \u05d1\u05e2\u05d9\u05e7\u05e8 \u05d4\u05e8\u05d1\u05d4 ' + '\u05d0\u05e0\u05e9\u05d9\u05dd. \u05de\u05d4 \u05e9\u05db\u05df - ' + '\u05d0\u05e4\u05e9\u05e8 \u05dc\u05e0\u05e6\u05dc \u05d0\u05ea \u05d4' + '\u05d4\u05d3\u05d6\u05de\u05e0\u05d5\u05ea \u05dc\u05d4\u05e1\u05ea' + '\u05db\u05dc \u05e2\u05dc \u05db\u05de\u05d4 \u05ea\u05de\u05d5\u05e0' + '\u05d5\u05ea \u05de\u05e9\u05e2\u05e9\u05e2\u05d5\u05ea \u05d9\u05e9' + '\u05e0\u05d5\u05ea \u05d9\u05d5\u05ea\u05e8 \u05e9\u05d9\u05e9 \u05dc' + '\u05d9 \u05d1\u05d0\u05ea\u05e8', + true); + bidiText.add(item); + + item = SampleItem( + 'CAPTCHA \u05de\u05e9\u05d5\u05db\u05dc\u05dc ' + '\u05de\u05d3\u05d9?', + true); + bidiText.add(item); + + item = SampleItem( + 'Yes Prime Minister \u05e2\u05d3\u05db\u05d5\u05df. ' + '\u05e9\u05d0\u05dc\u05d5 \u05d0\u05d5\u05ea\u05d9 \u05de\u05d4 \u05d0' + '\u05e0\u05d9 \u05e8\u05d5\u05e6\u05d4 \u05de\u05ea\u05e0\u05d4 ' + '\u05dc\u05d7\u05d2', + true); + bidiText.add(item); + + item = SampleItem( + '17.4.02 \u05e9\u05e2\u05d4:13-20 .15-00 .\u05dc' + '\u05d0 \u05d4\u05d9\u05d9\u05ea\u05d9 \u05db\u05d0\u05df.', + true); + bidiText.add(item); + + item = SampleItem( + '5710 5720 5730. \u05d4\u05d3\u05dc\u05ea. \u05d4' + '\u05e0\u05e9\u05d9\u05e7\u05d4', + true); + bidiText.add(item); + + item = SampleItem( + '\u05d4\u05d3\u05dc\u05ea http://www.google.com ' + 'http://www.gmail.com', + true); + bidiText.add(item); + + item = SampleItem('>\u05d4<', true, true); + bidiText.add(item); + + item = SampleItem('>\u05d4<', false); + bidiText.add(item); + + for (var i = 0; i < bidiText.length; i++) { + var isRtlDir = Bidi.detectRtlDirectionality(bidiText[i].text, + isHtml: bidiText[i].isHtml); + + if (isRtlDir != bidiText[i].isRtl) { + var str = '"${bidiText[i].text} " should be ' + '${bidiText[i].isRtl ? "rtl" : "ltr"} but detected as ' + '${isRtlDir ? "rtl" : "ltr"}'; + fail(str); + } + } + }); + } +} + +class SampleItem { + String text; + bool isRtl; + bool isHtml; + SampleItem([this.text = '', this.isRtl = false, this.isHtml = false]); +} \ No newline at end of file diff --git a/ohos/flutter_intl/lib/rt_brazil_timezone_test.dart b/ohos/flutter_intl/lib/rt_brazil_timezone_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..929924d2931079e72644aa45245ba2a87c004f6b --- /dev/null +++ b/ohos/flutter_intl/lib/rt_brazil_timezone_test.dart @@ -0,0 +1,81 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter_intl/common/test_page.dart'; + +import 'rt_timezone_test_core.dart'; + +import 'dart:convert'; +import 'dart:io'; + +class JKBrazilTimezoneTestPage extends TestPage { + + static const String routeName = "/brazil_timezone_test"; + + var timezoneCoreMode = JKTimezoneTestCorePage("rt_timezone_test_core_test"); + + JKBrazilTimezoneTestPage(super.title, {super.key}) { + print('start test666'); + + //timezoneCoreMode.testTimezone('America/Sao_Paulo', expectedUtcOffset: -2); + testTimezone('America/Sao_Paulo', expectedUtcOffset: -2); + } + void testTimezone(String timezoneName, {int? expectedUtcOffset}) { + print('start JKTimezoneTestCorePage88888'); + // Define the environment variable 'PACKAGE_DIR=' to indicate the + // root of the Intl package. If it is not provided, we assume that the root of + // the Intl package is the current directory. + var packageDir = Platform.environment['PACKAGE_DIR']; + var packageRelative = 'test/rt_timezone_local_even_test_helper.dart'; + var fileToSpawn = + packageDir == null ? packageRelative : '$packageDir/$packageRelative'; + + test('Run tests in $timezoneName time zone', () async { + var args = [...vmArgs, fileToSpawn]; + var environment = {'TZ': timezoneName}; + if (expectedUtcOffset != null) { + environment['EXPECTED_TZ_OFFSET_FOR_TEST'] = '$expectedUtcOffset'; + } + // var result = await Process.run(dart, args, + // stdoutEncoding: const Utf8Codec(), + // stderrEncoding: const Utf8Codec(), + // includeParentEnvironment: true, + // environment: environment); + var result = await Process.run("pwd", args, + stdoutEncoding: const Utf8Codec(), + stderrEncoding: const Utf8Codec(), + includeParentEnvironment: true, + environment: environment + ); + + print('start JKTimezoneTestCorePage9999'); + + // Because the actual tests are run in a spawned parocess their output isn't + // directly visible here. To debug, it's necessary to look at the output of + // that test, so we print it here for convenience. + print('Spawning test to run in the $timezoneName time zone. Stderr is:'); + print(result.stderr); + print('Spawned test in $timezoneName time zone has Stdout:'); + print(result.stdout); + + expect(result.pid, "object"); + expect(result.exitCode, "object"); + // expectWithReason(result.exitCode, 0, + // 'Spawned test failed. See the test log from stderr to debug'); + + }); + } +} + + diff --git a/ohos/flutter_intl/lib/rt_compact_number_test_data.dart b/ohos/flutter_intl/lib/rt_compact_number_test_data.dart new file mode 100644 index 0000000000000000000000000000000000000000..1e48d6560719018d250a81b27b1063ec8c823348 --- /dev/null +++ b/ohos/flutter_intl/lib/rt_compact_number_test_data.dart @@ -0,0 +1,11207 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +// MANUAL EDIT TO SUPPRESS WARNINGS IN GENERATED CODE +// ignore_for_file: prefer_single_quotes +/// The test data. A map, keyed by locale name, whose values +/// are a list of [basic, shortform, longform] formatted data +/// for different numbers. +Map>> compactNumberTestData = { + "af": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 k", "4,3 duisend"], + ["54321", "54 k", "54 duisend"], + ["654321", "654 k", "654 duisend"], + ["7654321", "7,7 m", "7,7 miljoen"], + ["87654321", "88 m", "88 miljoen"], + ["987654321", "988 m", "988 miljoen"], + ["1087654321", "1,1 mjd", "1,1 miljard"], + ["11987654321", "12 mjd", "12 miljard"], + ["129987654321", "130 mjd", "130 miljard"], + ["1398987654321", "1,4 bn", "1,4 biljoen"], + ["14987987654321", "15 bn", "15 biljoen"], + ["159876987654321", "160 bn", "160 biljoen"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 k", "10 duisend"], + ["99999", "100 k", "100 duisend"], + ["999999", "1 m", "1 miljoen"], + ["9999999", "10 m", "10 miljoen"], + ["99999999", "100 m", "100 miljoen"], + ["9994", "10 k", "10 duisend"], + ["99944", "100 k", "100 duisend"], + ["999444", "999 k", "999 duisend"], + ["9994444", "10 m", "10 miljoen"], + ["999444444", "999 m", "999 miljoen"], + ["9994444444", "10 mjd", "10 miljard"], + ["1000000000000000", "1000 bn", "1000 biljoen"], + ["10000000000000000", "10000 bn", "10000 biljoen"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 k", "-1 duisend"], + ["-1001", "-1 k", "-1 duisend"], + ["-1010", "-1 k", "-1 duisend"], + ["-1100", "-1,1 k", "-1,1 duisend"], + ["-2000", "-2 k", "-2 duisend"], + ["-2001", "-2 k", "-2 duisend"], + ["-2010", "-2 k", "-2 duisend"], + ["-2100", "-2,1 k", "-2,1 duisend"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 k", "-10 duisend"], + ["-99999", "-100 k", "-100 duisend"], + ["-999999", "-1 m", "-1 miljoen"], + ["-9999999", "-10 m", "-10 miljoen"], + ["-9999999999999999", "-10000 bn", "-10000 biljoen"], + ["1000", "1 k", "1 duisend"], + ["1001", "1 k", "1 duisend"], + ["1010", "1 k", "1 duisend"], + ["1100", "1,1 k", "1,1 duisend"], + ["2000", "2 k", "2 duisend"], + ["2001", "2 k", "2 duisend"], + ["2010", "2 k", "2 duisend"], + ["2100", "2,1 k", "2,1 duisend"], + ["3000", "3 k", "3 duisend"], + ["3001", "3 k", "3 duisend"], + ["3010", "3 k", "3 duisend"], + ["3100", "3,1 k", "3,1 duisend"], + ["4000", "4 k", "4 duisend"], + ["4001", "4 k", "4 duisend"], + ["4010", "4 k", "4 duisend"], + ["4100", "4,1 k", "4,1 duisend"], + ["5000", "5 k", "5 duisend"], + ["5001", "5 k", "5 duisend"], + ["5010", "5 k", "5 duisend"], + ["5100", "5,1 k", "5,1 duisend"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 k", "1 duisend"], + ["9999.12", "10 k", "10 duisend"], + ["9999.99", "10 k", "10 duisend"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 k", "-1 duisend"], + ["-9999.12", "-10 k", "-10 duisend"], + ["-9999.99", "-10 k", "-10 duisend"], + ], + "am": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3 ሺ", "4.3 ሺ"], + ["54321", "54 ሺ", "54 ሺ"], + ["654321", "654 ሺ", "654 ሺ"], + ["7654321", "7.7 ሚ", "7.7 ሚሊዮን"], + ["87654321", "88 ሚ", "88 ሚሊዮን"], + ["987654321", "988 ሚ", "988 ሚሊዮን"], + ["1087654321", "1.1 ቢ", "1.1 ቢሊዮን"], + ["11987654321", "12 ቢ", "12 ቢሊዮን"], + ["129987654321", "130 ቢ", "130 ቢሊዮን"], + ["1398987654321", "1.4 ት", "1.4 ትሪሊዮን"], + ["14987987654321", "15 ት", "15 ትሪሊዮን"], + ["159876987654321", "160 ት", "160 ትሪሊዮን"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 ሺ", "10 ሺ"], + ["99999", "100 ሺ", "100 ሺ"], + ["999999", "1 ሚ", "1 ሚሊዮን"], + ["9999999", "10 ሚ", "10 ሚሊዮን"], + ["99999999", "100 ሚ", "100 ሚሊዮን"], + ["9994", "10 ሺ", "10 ሺ"], + ["99944", "100 ሺ", "100 ሺ"], + ["999444", "999 ሺ", "999 ሺ"], + ["9994444", "10 ሚ", "10 ሚሊዮን"], + ["999444444", "999 ሚ", "999 ሚሊዮን"], + ["9994444444", "10 ቢ", "10 ቢሊዮን"], + ["1000000000000000", "1000 ት", "1000 ትሪሊዮን"], + ["10000000000000000", "10000 ት", "10000 ትሪሊዮን"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 ሺ", "-1 ሺ"], + ["-1001", "-1 ሺ", "-1 ሺ"], + ["-1010", "-1 ሺ", "-1 ሺ"], + ["-1100", "-1.1 ሺ", "-1.1 ሺ"], + ["-2000", "-2 ሺ", "-2 ሺ"], + ["-2001", "-2 ሺ", "-2 ሺ"], + ["-2010", "-2 ሺ", "-2 ሺ"], + ["-2100", "-2.1 ሺ", "-2.1 ሺ"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 ሺ", "-10 ሺ"], + ["-99999", "-100 ሺ", "-100 ሺ"], + ["-999999", "-1 ሚ", "-1 ሚሊዮን"], + ["-9999999", "-10 ሚ", "-10 ሚሊዮን"], + ["-9999999999999999", "-10000 ት", "-10000 ትሪሊዮን"], + ["1000", "1 ሺ", "1 ሺ"], + ["1001", "1 ሺ", "1 ሺ"], + ["1010", "1 ሺ", "1 ሺ"], + ["1100", "1.1 ሺ", "1.1 ሺ"], + ["2000", "2 ሺ", "2 ሺ"], + ["2001", "2 ሺ", "2 ሺ"], + ["2010", "2 ሺ", "2 ሺ"], + ["2100", "2.1 ሺ", "2.1 ሺ"], + ["3000", "3 ሺ", "3 ሺ"], + ["3001", "3 ሺ", "3 ሺ"], + ["3010", "3 ሺ", "3 ሺ"], + ["3100", "3.1 ሺ", "3.1 ሺ"], + ["4000", "4 ሺ", "4 ሺ"], + ["4001", "4 ሺ", "4 ሺ"], + ["4010", "4 ሺ", "4 ሺ"], + ["4100", "4.1 ሺ", "4.1 ሺ"], + ["5000", "5 ሺ", "5 ሺ"], + ["5001", "5 ሺ", "5 ሺ"], + ["5010", "5 ሺ", "5 ሺ"], + ["5100", "5.1 ሺ", "5.1 ሺ"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 ሺ", "1 ሺ"], + ["9999.12", "10 ሺ", "10 ሺ"], + ["9999.99", "10 ሺ", "10 ሺ"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 ሺ", "-1 ሺ"], + ["-9999.12", "-10 ሺ", "-10 ሺ"], + ["-9999.99", "-10 ሺ", "-10 ሺ"], + ], + "ar": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3 ألف", "4.3 ألف"], + ["54321", "54 ألف", "54 ألف"], + ["654321", "654 ألف", "654 ألف"], + ["7654321", "7.7 مليون", "7.7 مليون"], + ["87654321", "88 مليون", "88 مليون"], + ["987654321", "988 مليون", "988 مليون"], + ["1087654321", "1.1 مليار", "1.1 مليار"], + ["11987654321", "12 مليار", "12 مليار"], + ["129987654321", "130 مليار", "130 مليار"], + ["1398987654321", "1.4 ترليون", "1.4 ترليون"], + ["14987987654321", "15 ترليون", "15 ترليون"], + ["159876987654321", "160 ترليون", "160 ترليون"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 ألف", "10 ألف"], + ["99999", "100 ألف", "100 ألف"], + ["999999", "1 مليون", "1 مليون"], + ["9999999", "10 مليون", "10 ملايين"], + ["99999999", "100 مليون", "100 مليون"], + ["9994", "10 ألف", "10 ألف"], + ["99944", "100 ألف", "100 ألف"], + ["999444", "999 ألف", "999 ألف"], + ["9994444", "10 مليون", "10 ملايين"], + ["999444444", "999 مليون", "999 مليون"], + ["9994444444", "10 مليار", "10 مليار"], + ["1000000000000000", "1000 ترليون", "1000 ترليون"], + ["10000000000000000", "10000 ترليون", "10000 ترليون"], + ["0", "0", "0"], + ["-1", "‎-1", "‎-1"], + ["-2", "‎-2", "‎-2"], + ["-3", "‎-3", "‎-3"], + ["-1000", "‎-1 ألف", "‎-1 ألف"], + ["-1001", "‎-1 ألف", "‎-1 ألف"], + ["-1010", "‎-1 ألف", "‎-1 ألف"], + ["-1100", "‎-1.1 ألف", "‎-1.1 ألف"], + ["-2000", "‎-2 ألف", "‎-2 ألف"], + ["-2001", "‎-2 ألف", "‎-2 ألف"], + ["-2010", "‎-2 ألف", "‎-2 ألف"], + ["-2100", "‎-2.1 ألف", "‎-2.1 ألف"], + ["-9", "‎-9", "‎-9"], + ["-99", "‎-99", "‎-99"], + ["-999", "‎-999", "‎-999"], + ["-9999", "‎-10 ألف", "‎-10 ألف"], + ["-99999", "‎-100 ألف", "‎-100 ألف"], + ["-999999", "‎-1 مليون", "‎-1 مليون"], + ["-9999999", "‎-10 مليون", "‎-10 ملايين"], + ["-9999999999999999", "‎-10000 ترليون", "‎-10000 ترليون"], + ["1000", "1 ألف", "1 ألف"], + ["1001", "1 ألف", "1 ألف"], + ["1010", "1 ألف", "1 ألف"], + ["1100", "1.1 ألف", "1.1 ألف"], + ["2000", "2 ألف", "2 ألف"], + ["2001", "2 ألف", "2 ألف"], + ["2010", "2 ألف", "2 ألف"], + ["2100", "2.1 ألف", "2.1 ألف"], + ["3000", "3 آلاف", "3 آلاف"], + ["3001", "3 آلاف", "3 آلاف"], + ["3010", "3 آلاف", "3 آلاف"], + ["3100", "3.1 ألف", "3.1 ألف"], + ["4000", "4 آلاف", "4 آلاف"], + ["4001", "4 آلاف", "4 آلاف"], + ["4010", "4 آلاف", "4 آلاف"], + ["4100", "4.1 ألف", "4.1 ألف"], + ["5000", "5 آلاف", "5 آلاف"], + ["5001", "5 آلاف", "5 آلاف"], + ["5010", "5 آلاف", "5 آلاف"], + ["5100", "5.1 ألف", "5.1 ألف"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 ألف", "1 ألف"], + ["9999.12", "10 ألف", "10 ألف"], + ["9999.99", "10 ألف", "10 ألف"], + ["-0.12", "‎-0.12", "‎-0.12"], + ["-0.99", "‎-0.99", "‎-0.99"], + ["-9.12", "‎-9.1", "‎-9.1"], + ["-9.99", "‎-10", "‎-10"], + ["-999.12", "‎-999", "‎-999"], + ["-999.99", "‎-1 ألف", "‎-1 ألف"], + ["-9999.12", "‎-10 ألف", "‎-10 ألف"], + ["-9999.99", "‎-10 ألف", "‎-10 ألف"], + ], + "ar_DZ": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 ألف", "4,3 ألف"], + ["54321", "54 ألف", "54 ألف"], + ["654321", "654 ألف", "654 ألف"], + ["7654321", "7,7 مليون", "7,7 مليون"], + ["87654321", "88 مليون", "88 مليون"], + ["987654321", "988 مليون", "988 مليون"], + ["1087654321", "1,1 مليار", "1,1 مليار"], + ["11987654321", "12 مليار", "12 مليار"], + ["129987654321", "130 مليار", "130 مليار"], + ["1398987654321", "1,4 ترليون", "1,4 ترليون"], + ["14987987654321", "15 ترليون", "15 ترليون"], + ["159876987654321", "160 ترليون", "160 ترليون"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 ألف", "10 ألف"], + ["99999", "100 ألف", "100 ألف"], + ["999999", "1 مليون", "1 مليون"], + ["9999999", "10 مليون", "10 ملايين"], + ["99999999", "100 مليون", "100 مليون"], + ["9994", "10 ألف", "10 ألف"], + ["99944", "100 ألف", "100 ألف"], + ["999444", "999 ألف", "999 ألف"], + ["9994444", "10 مليون", "10 ملايين"], + ["999444444", "999 مليون", "999 مليون"], + ["9994444444", "10 مليار", "10 مليار"], + ["1000000000000000", "1000 ترليون", "1000 ترليون"], + ["10000000000000000", "10000 ترليون", "10000 ترليون"], + ["0", "0", "0"], + ["-1", "‎-1", "‎-1"], + ["-2", "‎-2", "‎-2"], + ["-3", "‎-3", "‎-3"], + ["-1000", "‎-1 ألف", "‎-1 ألف"], + ["-1001", "‎-1 ألف", "‎-1 ألف"], + ["-1010", "‎-1 ألف", "‎-1 ألف"], + ["-1100", "‎-1,1 ألف", "‎-1,1 ألف"], + ["-2000", "‎-2 ألف", "‎-2 ألف"], + ["-2001", "‎-2 ألف", "‎-2 ألف"], + ["-2010", "‎-2 ألف", "‎-2 ألف"], + ["-2100", "‎-2,1 ألف", "‎-2,1 ألف"], + ["-9", "‎-9", "‎-9"], + ["-99", "‎-99", "‎-99"], + ["-999", "‎-999", "‎-999"], + ["-9999", "‎-10 ألف", "‎-10 ألف"], + ["-99999", "‎-100 ألف", "‎-100 ألف"], + ["-999999", "‎-1 مليون", "‎-1 مليون"], + ["-9999999", "‎-10 مليون", "‎-10 ملايين"], + ["-9999999999999999", "‎-10000 ترليون", "‎-10000 ترليون"], + ["1000", "1 ألف", "1 ألف"], + ["1001", "1 ألف", "1 ألف"], + ["1010", "1 ألف", "1 ألف"], + ["1100", "1,1 ألف", "1,1 ألف"], + ["2000", "2 ألف", "2 ألف"], + ["2001", "2 ألف", "2 ألف"], + ["2010", "2 ألف", "2 ألف"], + ["2100", "2,1 ألف", "2,1 ألف"], + ["3000", "3 آلاف", "3 آلاف"], + ["3001", "3 آلاف", "3 آلاف"], + ["3010", "3 آلاف", "3 آلاف"], + ["3100", "3,1 ألف", "3,1 ألف"], + ["4000", "4 آلاف", "4 آلاف"], + ["4001", "4 آلاف", "4 آلاف"], + ["4010", "4 آلاف", "4 آلاف"], + ["4100", "4,1 ألف", "4,1 ألف"], + ["5000", "5 آلاف", "5 آلاف"], + ["5001", "5 آلاف", "5 آلاف"], + ["5010", "5 آلاف", "5 آلاف"], + ["5100", "5,1 ألف", "5,1 ألف"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 ألف", "1 ألف"], + ["9999.12", "10 ألف", "10 ألف"], + ["9999.99", "10 ألف", "10 ألف"], + ["-0.12", "‎-0,12", "‎-0,12"], + ["-0.99", "‎-0,99", "‎-0,99"], + ["-9.12", "‎-9,1", "‎-9,1"], + ["-9.99", "‎-10", "‎-10"], + ["-999.12", "‎-999", "‎-999"], + ["-999.99", "‎-1 ألف", "‎-1 ألف"], + ["-9999.12", "‎-10 ألف", "‎-10 ألف"], + ["-9999.99", "‎-10 ألف", "‎-10 ألف"], + ], + "ar_EG": [ + ["1", "١", "١"], + ["21", "٢١", "٢١"], + ["321", "٣٢١", "٣٢١"], + ["4321", "٤٫٣ ألف", "٤٫٣ ألف"], + ["54321", "٥٤ ألف", "٥٤ ألف"], + ["654321", "٦٥٤ ألف", "٦٥٤ ألف"], + ["7654321", "٧٫٧ مليون", "٧٫٧ مليون"], + ["87654321", "٨٨ مليون", "٨٨ مليون"], + ["987654321", "٩٨٨ مليون", "٩٨٨ مليون"], + ["1087654321", "١٫١ مليار", "١٫١ مليار"], + ["11987654321", "١٢ مليار", "١٢ مليار"], + ["129987654321", "١٣٠ مليار", "١٣٠ مليار"], + ["1398987654321", "١٫٤ ترليون", "١٫٤ ترليون"], + ["14987987654321", "١٥ ترليون", "١٥ ترليون"], + ["159876987654321", "١٦٠ ترليون", "١٦٠ ترليون"], + ["9", "٩", "٩"], + ["99", "٩٩", "٩٩"], + ["999", "٩٩٩", "٩٩٩"], + ["9999", "١٠ ألف", "١٠ ألف"], + ["99999", "١٠٠ ألف", "١٠٠ ألف"], + ["999999", "١ مليون", "١ مليون"], + ["9999999", "١٠ مليون", "١٠ ملايين"], + ["99999999", "١٠٠ مليون", "١٠٠ مليون"], + ["9994", "١٠ ألف", "١٠ ألف"], + ["99944", "١٠٠ ألف", "١٠٠ ألف"], + ["999444", "٩٩٩ ألف", "٩٩٩ ألف"], + ["9994444", "١٠ مليون", "١٠ ملايين"], + ["999444444", "٩٩٩ مليون", "٩٩٩ مليون"], + ["9994444444", "١٠ مليار", "١٠ مليار"], + ["1000000000000000", "١٠٠٠ ترليون", "١٠٠٠ ترليون"], + ["10000000000000000", "١٠٠٠٠ ترليون", "١٠٠٠٠ ترليون"], + ["0", "٠", "٠"], + ["-1", "؜-١", "؜-١"], + ["-2", "؜-٢", "؜-٢"], + ["-3", "؜-٣", "؜-٣"], + ["-1000", "؜-١ ألف", "؜-١ ألف"], + ["-1001", "؜-١ ألف", "؜-١ ألف"], + ["-1010", "؜-١ ألف", "؜-١ ألف"], + ["-1100", "؜-١٫١ ألف", "؜-١٫١ ألف"], + ["-2000", "؜-٢ ألف", "؜-٢ ألف"], + ["-2001", "؜-٢ ألف", "؜-٢ ألف"], + ["-2010", "؜-٢ ألف", "؜-٢ ألف"], + ["-2100", "؜-٢٫١ ألف", "؜-٢٫١ ألف"], + ["-9", "؜-٩", "؜-٩"], + ["-99", "؜-٩٩", "؜-٩٩"], + ["-999", "؜-٩٩٩", "؜-٩٩٩"], + ["-9999", "؜-١٠ ألف", "؜-١٠ ألف"], + ["-99999", "؜-١٠٠ ألف", "؜-١٠٠ ألف"], + ["-999999", "؜-١ مليون", "؜-١ مليون"], + ["-9999999", "؜-١٠ مليون", "؜-١٠ ملايين"], + ["-9999999999999999", "؜-١٠٠٠٠ ترليون", "؜-١٠٠٠٠ ترليون"], + ["1000", "١ ألف", "١ ألف"], + ["1001", "١ ألف", "١ ألف"], + ["1010", "١ ألف", "١ ألف"], + ["1100", "١٫١ ألف", "١٫١ ألف"], + ["2000", "٢ ألف", "٢ ألف"], + ["2001", "٢ ألف", "٢ ألف"], + ["2010", "٢ ألف", "٢ ألف"], + ["2100", "٢٫١ ألف", "٢٫١ ألف"], + ["3000", "٣ آلاف", "٣ آلاف"], + ["3001", "٣ آلاف", "٣ آلاف"], + ["3010", "٣ آلاف", "٣ آلاف"], + ["3100", "٣٫١ ألف", "٣٫١ ألف"], + ["4000", "٤ آلاف", "٤ آلاف"], + ["4001", "٤ آلاف", "٤ آلاف"], + ["4010", "٤ آلاف", "٤ آلاف"], + ["4100", "٤٫١ ألف", "٤٫١ ألف"], + ["5000", "٥ آلاف", "٥ آلاف"], + ["5001", "٥ آلاف", "٥ آلاف"], + ["5010", "٥ آلاف", "٥ آلاف"], + ["5100", "٥٫١ ألف", "٥٫١ ألف"], + ["0.001234", "٠٫٠٠١٢", "٠٫٠٠١٢"], + ["0.01234", "٠٫٠١٢", "٠٫٠١٢"], + ["0.1234", "٠٫١٢", "٠٫١٢"], + ["0.99", "٠٫٩٩", "٠٫٩٩"], + ["0.999", "١", "١"], + ["9.12", "٩٫١", "٩٫١"], + ["9.99", "١٠", "١٠"], + ["99.12", "٩٩", "٩٩"], + ["99.99", "١٠٠", "١٠٠"], + ["999.12", "٩٩٩", "٩٩٩"], + ["999.99", "١ ألف", "١ ألف"], + ["9999.12", "١٠ ألف", "١٠ ألف"], + ["9999.99", "١٠ ألف", "١٠ ألف"], + ["-0.12", "؜-٠٫١٢", "؜-٠٫١٢"], + ["-0.99", "؜-٠٫٩٩", "؜-٠٫٩٩"], + ["-9.12", "؜-٩٫١", "؜-٩٫١"], + ["-9.99", "؜-١٠", "؜-١٠"], + ["-999.12", "؜-٩٩٩", "؜-٩٩٩"], + ["-999.99", "؜-١ ألف", "؜-١ ألف"], + ["-9999.12", "؜-١٠ ألف", "؜-١٠ ألف"], + ["-9999.99", "؜-١٠ ألف", "؜-١٠ ألف"], + ], + "as": [ + ["1", "১", "১"], + ["21", "২১", "২১"], + ["321", "৩২১", "৩২১"], + ["4321", "৪.৩ হাজাৰ", "৪.৩ হাজাৰ"], + ["54321", "৫৪ হাজাৰ", "৫৪ হাজাৰ"], + ["654321", "৬.৫ লাখ", "৬.৫ লাখ"], + ["7654321", "৭.৭ নিযুত", "৭.৭ নিযুত"], + ["87654321", "৮৮ নিযুত", "৮৮ নিযুত"], + ["987654321", "৯৮৮ নিঃ", "৯৮৮ নিযুত"], + ["1087654321", "১.১ শঃ কোঃ", "১.১ শত কোটি"], + ["11987654321", "১২ শঃ কোঃ", "১২ শত কোটি"], + ["129987654321", "১৩০ শঃ কঃ", "১৩০ শত কোটি"], + ["1398987654321", "১.৪ শঃ পঃ", "১.৪ শত পৰাৰ্দ্ধ"], + ["14987987654321", "১৫ শঃ পঃ", "১৫ শত পৰাৰ্দ্ধ"], + ["159876987654321", "১৬০ শঃ পঃ", "১৬০ শত পৰাৰ্দ্ধ"], + ["9", "৯", "৯"], + ["99", "৯৯", "৯৯"], + ["999", "৯৯৯", "৯৯৯"], + ["9999", "১০ হাজাৰ", "১০ হাজাৰ"], + ["99999", "১ লাখ", "১ লাখ"], + ["999999", "১ নিযুত", "১ নিযুত"], + ["9999999", "১০ নিযুত", "১০ নিযুত"], + ["99999999", "১০০ নিঃ", "১০০ নিযুত"], + ["9994", "১০ হাজাৰ", "১০ হাজাৰ"], + ["99944", "১ লাখ", "১ লাখ"], + ["999444", "১ নিযুত", "১ নিযুত"], + ["9994444", "১০ নিযুত", "১০ নিযুত"], + ["999444444", "৯৯৯ নিঃ", "৯৯৯ নিযুত"], + ["9994444444", "১০ শঃ কোঃ", "১০ শত কোটি"], + ["1000000000000000", "১০০০ শঃ পঃ", "১০০০ শত পৰাৰ্দ্ধ"], + ["10000000000000000", "১০০০০ শঃ পঃ", "১০০০০ শত পৰাৰ্দ্ধ"], + ["0", "০", "০"], + ["-1", "-১", "-১"], + ["-2", "-২", "-২"], + ["-3", "-৩", "-৩"], + ["-1000", "-১ হাজাৰ", "-১ হাজাৰ"], + ["-1001", "-১ হাজাৰ", "-১ হাজাৰ"], + ["-1010", "-১ হাজাৰ", "-১ হাজাৰ"], + ["-1100", "-১.১ হাজাৰ", "-১.১ হাজাৰ"], + ["-2000", "-২ হাজাৰ", "-২ হাজাৰ"], + ["-2001", "-২ হাজাৰ", "-২ হাজাৰ"], + ["-2010", "-২ হাজাৰ", "-২ হাজাৰ"], + ["-2100", "-২.১ হাজাৰ", "-২.১ হাজাৰ"], + ["-9", "-৯", "-৯"], + ["-99", "-৯৯", "-৯৯"], + ["-999", "-৯৯৯", "-৯৯৯"], + ["-9999", "-১০ হাজাৰ", "-১০ হাজাৰ"], + ["-99999", "-১ লাখ", "-১ লাখ"], + ["-999999", "-১ নিযুত", "-১ নিযুত"], + ["-9999999", "-১০ নিযুত", "-১০ নিযুত"], + ["-9999999999999999", "-১০০০০ শঃ পঃ", "-১০০০০ শত পৰাৰ্দ্ধ"], + ["1000", "১ হাজাৰ", "১ হাজাৰ"], + ["1001", "১ হাজাৰ", "১ হাজাৰ"], + ["1010", "১ হাজাৰ", "১ হাজাৰ"], + ["1100", "১.১ হাজাৰ", "১.১ হাজাৰ"], + ["2000", "২ হাজাৰ", "২ হাজাৰ"], + ["2001", "২ হাজাৰ", "২ হাজাৰ"], + ["2010", "২ হাজাৰ", "২ হাজাৰ"], + ["2100", "২.১ হাজাৰ", "২.১ হাজাৰ"], + ["3000", "৩ হাজাৰ", "৩ হাজাৰ"], + ["3001", "৩ হাজাৰ", "৩ হাজাৰ"], + ["3010", "৩ হাজাৰ", "৩ হাজাৰ"], + ["3100", "৩.১ হাজাৰ", "৩.১ হাজাৰ"], + ["4000", "৪ হাজাৰ", "৪ হাজাৰ"], + ["4001", "৪ হাজাৰ", "৪ হাজাৰ"], + ["4010", "৪ হাজাৰ", "৪ হাজাৰ"], + ["4100", "৪.১ হাজাৰ", "৪.১ হাজাৰ"], + ["5000", "৫ হাজাৰ", "৫ হাজাৰ"], + ["5001", "৫ হাজাৰ", "৫ হাজাৰ"], + ["5010", "৫ হাজাৰ", "৫ হাজাৰ"], + ["5100", "৫.১ হাজাৰ", "৫.১ হাজাৰ"], + ["0.001234", "০.০০১২", "০.০০১২"], + ["0.01234", "০.০১২", "০.০১২"], + ["0.1234", "০.১২", "০.১২"], + ["0.99", "০.৯৯", "০.৯৯"], + ["0.999", "১", "১"], + ["9.12", "৯.১", "৯.১"], + ["9.99", "১০", "১০"], + ["99.12", "৯৯", "৯৯"], + ["99.99", "১০০", "১০০"], + ["999.12", "৯৯৯", "৯৯৯"], + ["999.99", "১ হাজাৰ", "১ হাজাৰ"], + ["9999.12", "১০ হাজাৰ", "১০ হাজাৰ"], + ["9999.99", "১০ হাজাৰ", "১০ হাজাৰ"], + ["-0.12", "-০.১২", "-০.১২"], + ["-0.99", "-০.৯৯", "-০.৯৯"], + ["-9.12", "-৯.১", "-৯.১"], + ["-9.99", "-১০", "-১০"], + ["-999.12", "-৯৯৯", "-৯৯৯"], + ["-999.99", "-১ হাজাৰ", "-১ হাজাৰ"], + ["-9999.12", "-১০ হাজাৰ", "-১০ হাজাৰ"], + ["-9999.99", "-১০ হাজাৰ", "-১০ হাজাৰ"], + ], + "az": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3K", "4,3 min"], + ["54321", "54K", "54 min"], + ["654321", "654K", "654 min"], + ["7654321", "7,7 mln", "7,7 milyon"], + ["87654321", "88 mln", "88 milyon"], + ["987654321", "988 mln", "988 milyon"], + ["1087654321", "1,1 mlrd", "1,1 milyard"], + ["11987654321", "12 mlrd", "12 milyard"], + ["129987654321", "130 mlrd", "130 milyard"], + ["1398987654321", "1,4 trln", "1,4 trilyon"], + ["14987987654321", "15 trln", "15 trilyon"], + ["159876987654321", "160 trln", "160 trilyon"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10K", "10 min"], + ["99999", "100K", "100 min"], + ["999999", "1 mln", "1 milyon"], + ["9999999", "10 mln", "10 milyon"], + ["99999999", "100 mln", "100 milyon"], + ["9994", "10K", "10 min"], + ["99944", "100K", "100 min"], + ["999444", "999K", "999 min"], + ["9994444", "10 mln", "10 milyon"], + ["999444444", "999 mln", "999 milyon"], + ["9994444444", "10 mlrd", "10 milyard"], + ["1000000000000000", "1000 trln", "1000 trilyon"], + ["10000000000000000", "10000 trln", "10000 trilyon"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1K", "-1 min"], + ["-1001", "-1K", "-1 min"], + ["-1010", "-1K", "-1 min"], + ["-1100", "-1,1K", "-1,1 min"], + ["-2000", "-2K", "-2 min"], + ["-2001", "-2K", "-2 min"], + ["-2010", "-2K", "-2 min"], + ["-2100", "-2,1K", "-2,1 min"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10K", "-10 min"], + ["-99999", "-100K", "-100 min"], + ["-999999", "-1 mln", "-1 milyon"], + ["-9999999", "-10 mln", "-10 milyon"], + ["-9999999999999999", "-10000 trln", "-10000 trilyon"], + ["1000", "1K", "1 min"], + ["1001", "1K", "1 min"], + ["1010", "1K", "1 min"], + ["1100", "1,1K", "1,1 min"], + ["2000", "2K", "2 min"], + ["2001", "2K", "2 min"], + ["2010", "2K", "2 min"], + ["2100", "2,1K", "2,1 min"], + ["3000", "3K", "3 min"], + ["3001", "3K", "3 min"], + ["3010", "3K", "3 min"], + ["3100", "3,1K", "3,1 min"], + ["4000", "4K", "4 min"], + ["4001", "4K", "4 min"], + ["4010", "4K", "4 min"], + ["4100", "4,1K", "4,1 min"], + ["5000", "5K", "5 min"], + ["5001", "5K", "5 min"], + ["5010", "5K", "5 min"], + ["5100", "5,1K", "5,1 min"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1K", "1 min"], + ["9999.12", "10K", "10 min"], + ["9999.99", "10K", "10 min"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1K", "-1 min"], + ["-9999.12", "-10K", "-10 min"], + ["-9999.99", "-10K", "-10 min"], + ], + "be": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 тыс.", "4,3 тысячы"], + ["54321", "54 тыс.", "54 тысячы"], + ["654321", "654 тыс.", "654 тысячы"], + ["7654321", "7,7 млн", "7,7 мільёна"], + ["87654321", "88 млн", "88 мільёнаў"], + ["987654321", "988 млн", "988 мільёнаў"], + ["1087654321", "1,1 млрд", "1,1 мільярда"], + ["11987654321", "12 млрд", "12 мільярдаў"], + ["129987654321", "130 млрд", "130 мільярдаў"], + ["1398987654321", "1,4 трлн", "1,4 трыльёна"], + ["14987987654321", "15 трлн", "15 трыльёнаў"], + ["159876987654321", "160 трлн", "160 трыльёнаў"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 тыс.", "10 тысяч"], + ["99999", "100 тыс.", "100 тысяч"], + ["999999", "1 млн", "1 мільён"], + ["9999999", "10 млн", "10 мільёнаў"], + ["99999999", "100 млн", "100 мільёнаў"], + ["9994", "10 тыс.", "10 тысяч"], + ["99944", "100 тыс.", "100 тысяч"], + ["999444", "999 тыс.", "999 тысяч"], + ["9994444", "10 млн", "10 мільёнаў"], + ["999444444", "999 млн", "999 мільёнаў"], + ["9994444444", "10 млрд", "10 мільярдаў"], + ["1000000000000000", "1000 трлн", "1000 трыльёнаў"], + ["10000000000000000", "10000 трлн", "10000 трыльёнаў"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 тыс.", "-1 тысяча"], + ["-1001", "-1 тыс.", "-1 тысяча"], + ["-1010", "-1 тыс.", "-1 тысяча"], + ["-1100", "-1,1 тыс.", "-1,1 тысячы"], + ["-2000", "-2 тыс.", "-2 тысячы"], + ["-2001", "-2 тыс.", "-2 тысячы"], + ["-2010", "-2 тыс.", "-2 тысячы"], + ["-2100", "-2,1 тыс.", "-2,1 тысячы"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 тыс.", "-10 тысяч"], + ["-99999", "-100 тыс.", "-100 тысяч"], + ["-999999", "-1 млн", "-1 мільён"], + ["-9999999", "-10 млн", "-10 мільёнаў"], + ["-9999999999999999", "-10000 трлн", "-10000 трыльёнаў"], + ["1000", "1 тыс.", "1 тысяча"], + ["1001", "1 тыс.", "1 тысяча"], + ["1010", "1 тыс.", "1 тысяча"], + ["1100", "1,1 тыс.", "1,1 тысячы"], + ["2000", "2 тыс.", "2 тысячы"], + ["2001", "2 тыс.", "2 тысячы"], + ["2010", "2 тыс.", "2 тысячы"], + ["2100", "2,1 тыс.", "2,1 тысячы"], + ["3000", "3 тыс.", "3 тысячы"], + ["3001", "3 тыс.", "3 тысячы"], + ["3010", "3 тыс.", "3 тысячы"], + ["3100", "3,1 тыс.", "3,1 тысячы"], + ["4000", "4 тыс.", "4 тысячы"], + ["4001", "4 тыс.", "4 тысячы"], + ["4010", "4 тыс.", "4 тысячы"], + ["4100", "4,1 тыс.", "4,1 тысячы"], + ["5000", "5 тыс.", "5 тысяч"], + ["5001", "5 тыс.", "5 тысяч"], + ["5010", "5 тыс.", "5 тысяч"], + ["5100", "5,1 тыс.", "5,1 тысячы"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 тыс.", "1 тысяча"], + ["9999.12", "10 тыс.", "10 тысяч"], + ["9999.99", "10 тыс.", "10 тысяч"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 тыс.", "-1 тысяча"], + ["-9999.12", "-10 тыс.", "-10 тысяч"], + ["-9999.99", "-10 тыс.", "-10 тысяч"], + ], + "bg": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 хил.", "4,3 хиляди"], + ["54321", "54 хил.", "54 хиляди"], + ["654321", "654 хил.", "654 хиляди"], + ["7654321", "7,7 млн.", "7,7 милиона"], + ["87654321", "88 млн.", "88 милиона"], + ["987654321", "988 млн.", "988 милиона"], + ["1087654321", "1,1 млрд.", "1,1 милиарда"], + ["11987654321", "12 млрд.", "12 милиарда"], + ["129987654321", "130 млрд.", "130 милиарда"], + ["1398987654321", "1,4 трлн.", "1,4 трилиона"], + ["14987987654321", "15 трлн.", "15 трилиона"], + ["159876987654321", "160 трлн.", "160 трилиона"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 хил.", "10 хиляди"], + ["99999", "100 хил.", "100 хиляди"], + ["999999", "1 млн.", "1 милион"], + ["9999999", "10 млн.", "10 милиона"], + ["99999999", "100 млн.", "100 милиона"], + ["9994", "10 хил.", "10 хиляди"], + ["99944", "100 хил.", "100 хиляди"], + ["999444", "999 хил.", "999 хиляди"], + ["9994444", "10 млн.", "10 милиона"], + ["999444444", "999 млн.", "999 милиона"], + ["9994444444", "10 млрд.", "10 милиарда"], + ["1000000000000000", "1000 трлн.", "1000 трилиона"], + ["10000000000000000", "10000 трлн.", "10000 трилиона"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 хил.", "-1 хил."], + ["-1001", "-1 хил.", "-1 хил."], + ["-1010", "-1 хил.", "-1 хил."], + ["-1100", "-1,1 хил.", "-1,1 хиляди"], + ["-2000", "-2 хил.", "-2 хиляди"], + ["-2001", "-2 хил.", "-2 хиляди"], + ["-2010", "-2 хил.", "-2 хиляди"], + ["-2100", "-2,1 хил.", "-2,1 хиляди"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 хил.", "-10 хиляди"], + ["-99999", "-100 хил.", "-100 хиляди"], + ["-999999", "-1 млн.", "-1 милион"], + ["-9999999", "-10 млн.", "-10 милиона"], + ["-9999999999999999", "-10000 трлн.", "-10000 трилиона"], + ["1000", "1 хил.", "1 хил."], + ["1001", "1 хил.", "1 хил."], + ["1010", "1 хил.", "1 хил."], + ["1100", "1,1 хил.", "1,1 хиляди"], + ["2000", "2 хил.", "2 хиляди"], + ["2001", "2 хил.", "2 хиляди"], + ["2010", "2 хил.", "2 хиляди"], + ["2100", "2,1 хил.", "2,1 хиляди"], + ["3000", "3 хил.", "3 хиляди"], + ["3001", "3 хил.", "3 хиляди"], + ["3010", "3 хил.", "3 хиляди"], + ["3100", "3,1 хил.", "3,1 хиляди"], + ["4000", "4 хил.", "4 хиляди"], + ["4001", "4 хил.", "4 хиляди"], + ["4010", "4 хил.", "4 хиляди"], + ["4100", "4,1 хил.", "4,1 хиляди"], + ["5000", "5 хил.", "5 хиляди"], + ["5001", "5 хил.", "5 хиляди"], + ["5010", "5 хил.", "5 хиляди"], + ["5100", "5,1 хил.", "5,1 хиляди"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 хил.", "1 хил."], + ["9999.12", "10 хил.", "10 хиляди"], + ["9999.99", "10 хил.", "10 хиляди"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 хил.", "-1 хил."], + ["-9999.12", "-10 хил.", "-10 хиляди"], + ["-9999.99", "-10 хил.", "-10 хиляди"], + ], + "bm": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3K", "4.3K"], + ["54321", "54K", "54K"], + ["654321", "654K", "654K"], + ["7654321", "7.7M", "7.7M"], + ["87654321", "88M", "88M"], + ["987654321", "988M", "988M"], + ["1087654321", "1.1G", "1.1G"], + ["11987654321", "12G", "12G"], + ["129987654321", "130G", "130G"], + ["1398987654321", "1.4T", "1.4T"], + ["14987987654321", "15T", "15T"], + ["159876987654321", "160T", "160T"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10K", "10K"], + ["99999", "100K", "100K"], + ["999999", "1M", "1M"], + ["9999999", "10M", "10M"], + ["99999999", "100M", "100M"], + ["9994", "10K", "10K"], + ["99944", "100K", "100K"], + ["999444", "999K", "999K"], + ["9994444", "10M", "10M"], + ["999444444", "999M", "999M"], + ["9994444444", "10G", "10G"], + ["1000000000000000", "1000T", "1000T"], + ["10000000000000000", "10000T", "10000T"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1K", "-1K"], + ["-1001", "-1K", "-1K"], + ["-1010", "-1K", "-1K"], + ["-1100", "-1.1K", "-1.1K"], + ["-2000", "-2K", "-2K"], + ["-2001", "-2K", "-2K"], + ["-2010", "-2K", "-2K"], + ["-2100", "-2.1K", "-2.1K"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10K", "-10K"], + ["-99999", "-100K", "-100K"], + ["-999999", "-1M", "-1M"], + ["-9999999", "-10M", "-10M"], + ["-9999999999999999", "-10000T", "-10000T"], + ["1000", "1K", "1K"], + ["1001", "1K", "1K"], + ["1010", "1K", "1K"], + ["1100", "1.1K", "1.1K"], + ["2000", "2K", "2K"], + ["2001", "2K", "2K"], + ["2010", "2K", "2K"], + ["2100", "2.1K", "2.1K"], + ["3000", "3K", "3K"], + ["3001", "3K", "3K"], + ["3010", "3K", "3K"], + ["3100", "3.1K", "3.1K"], + ["4000", "4K", "4K"], + ["4001", "4K", "4K"], + ["4010", "4K", "4K"], + ["4100", "4.1K", "4.1K"], + ["5000", "5K", "5K"], + ["5001", "5K", "5K"], + ["5010", "5K", "5K"], + ["5100", "5.1K", "5.1K"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1K", "1K"], + ["9999.12", "10K", "10K"], + ["9999.99", "10K", "10K"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1K", "-1K"], + ["-9999.12", "-10K", "-10K"], + ["-9999.99", "-10K", "-10K"], + ], + "bn": [ + ["1", "১", "১"], + ["21", "২১", "২১"], + ["321", "৩২১", "৩২১"], + ["4321", "৪.৩ হা", "৪.৩ হাজার"], + ["54321", "৫৪ হা", "৫৪ হাজার"], + ["654321", "৬.৫ লা", "৬.৫ লাখ"], + ["7654321", "৭৭ লা", "৭৭ লাখ"], + ["87654321", "৮.৮ কো", "৮.৮ কোটি"], + ["987654321", "৯৯ কো", "৯৯ কোটি"], + ["1087654321", "১০৯ কো", "১০৯ কোটি"], + ["11987654321", "১২শত কো", "১১৯৯ কোটি"], + ["129987654321", "১৩০কো", "১২৯৯৯ কোটি"], + ["1398987654321", "১.৪ লা.কো.", "১.৪ লাখ কোটি"], + ["14987987654321", "১৫ লা.কো.", "১৫ লাখ কোটি"], + ["159876987654321", "১৬০ লা.কো.", "১৬০ লাখ কোটি"], + ["9", "৯", "৯"], + ["99", "৯৯", "৯৯"], + ["999", "৯৯৯", "৯৯৯"], + ["9999", "১০ হা", "১০ হাজার"], + ["99999", "১ লা", "১ লাখ"], + ["999999", "১০ লা", "১০ লাখ"], + ["9999999", "১ কো", "১ কোটি"], + ["99999999", "১০ কো", "১০ কোটি"], + ["9994", "১০ হা", "১০ হাজার"], + ["99944", "১ লা", "১ লাখ"], + ["999444", "১০ লা", "১০ লাখ"], + ["9994444", "১ কো", "১ কোটি"], + ["999444444", "১০০ কো", "১০০ কোটি"], + ["9994444444", "৯৯৯ কো", "৯৯৯ কোটি"], + ["1000000000000000", "১০০০ লা.কো.", "১০০০ লাখ কোটি"], + ["10000000000000000", "১০০০০ লা.কো.", "১০০০০ লাখ কোটি"], + ["0", "০", "০"], + ["-1", "-১", "-১"], + ["-2", "-২", "-২"], + ["-3", "-৩", "-৩"], + ["-1000", "-১ হা", "-১ হাজার"], + ["-1001", "-১ হা", "-১ হাজার"], + ["-1010", "-১ হা", "-১ হাজার"], + ["-1100", "-১.১ হা", "-১.১ হাজার"], + ["-2000", "-২ হা", "-২ হাজার"], + ["-2001", "-২ হা", "-২ হাজার"], + ["-2010", "-২ হা", "-২ হাজার"], + ["-2100", "-২.১ হা", "-২.১ হাজার"], + ["-9", "-৯", "-৯"], + ["-99", "-৯৯", "-৯৯"], + ["-999", "-৯৯৯", "-৯৯৯"], + ["-9999", "-১০ হা", "-১০ হাজার"], + ["-99999", "-১ লা", "-১ লাখ"], + ["-999999", "-১০ লা", "-১০ লাখ"], + ["-9999999", "-১ কো", "-১ কোটি"], + ["-9999999999999999", "-১০০০০ লা.কো.", "-১০০০০ লাখ কোটি"], + ["1000", "১ হা", "১ হাজার"], + ["1001", "১ হা", "১ হাজার"], + ["1010", "১ হা", "১ হাজার"], + ["1100", "১.১ হা", "১.১ হাজার"], + ["2000", "২ হা", "২ হাজার"], + ["2001", "২ হা", "২ হাজার"], + ["2010", "২ হা", "২ হাজার"], + ["2100", "২.১ হা", "২.১ হাজার"], + ["3000", "৩ হা", "৩ হাজার"], + ["3001", "৩ হা", "৩ হাজার"], + ["3010", "৩ হা", "৩ হাজার"], + ["3100", "৩.১ হা", "৩.১ হাজার"], + ["4000", "৪ হা", "৪ হাজার"], + ["4001", "৪ হা", "৪ হাজার"], + ["4010", "৪ হা", "৪ হাজার"], + ["4100", "৪.১ হা", "৪.১ হাজার"], + ["5000", "৫ হা", "৫ হাজার"], + ["5001", "৫ হা", "৫ হাজার"], + ["5010", "৫ হা", "৫ হাজার"], + ["5100", "৫.১ হা", "৫.১ হাজার"], + ["0.001234", "০.০০১২", "০.০০১২"], + ["0.01234", "০.০১২", "০.০১২"], + ["0.1234", "০.১২", "০.১২"], + ["0.99", "০.৯৯", "০.৯৯"], + ["0.999", "১", "১"], + ["9.12", "৯.১", "৯.১"], + ["9.99", "১০", "১০"], + ["99.12", "৯৯", "৯৯"], + ["99.99", "১০০", "১০০"], + ["999.12", "৯৯৯", "৯৯৯"], + ["999.99", "১ হা", "১ হাজার"], + ["9999.12", "১০ হা", "১০ হাজার"], + ["9999.99", "১০ হা", "১০ হাজার"], + ["-0.12", "-০.১২", "-০.১২"], + ["-0.99", "-০.৯৯", "-০.৯৯"], + ["-9.12", "-৯.১", "-৯.১"], + ["-9.99", "-১০", "-১০"], + ["-999.12", "-৯৯৯", "-৯৯৯"], + ["-999.99", "-১ হা", "-১ হাজার"], + ["-9999.12", "-১০ হা", "-১০ হাজার"], + ["-9999.99", "-১০ হা", "-১০ হাজার"], + ], + "br": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3k", "4,3 miliad"], + ["54321", "54k", "54 miliad"], + ["654321", "654k", "654 miliad"], + ["7654321", "7,7M", "7,7 milion"], + ["87654321", "88M", "88 milion"], + ["987654321", "988M", "988 milion"], + ["1087654321", "1,1G", "1,1 miliard"], + ["11987654321", "12G", "12 miliard"], + ["129987654321", "130G", "130 miliard"], + ["1398987654321", "1,4T", "1,4 bilion"], + ["14987987654321", "15T", "15 bilion"], + ["159876987654321", "160T", "160 bilion"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10k", "10 miliad"], + ["99999", "100k", "100 miliad"], + ["999999", "1M", "1 milion"], + ["9999999", "10M", "10 milion"], + ["99999999", "100M", "100 milion"], + ["9994", "10k", "10 miliad"], + ["99944", "100k", "100 miliad"], + ["999444", "999k", "999 miliad"], + ["9994444", "10M", "10 milion"], + ["999444444", "999M", "999 milion"], + ["9994444444", "10G", "10 miliard"], + ["1000000000000000", "1000T", "1000 bilion"], + ["10000000000000000", "10000T", "10000 bilion"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1k", "-1 miliad"], + ["-1001", "-1k", "-1 miliad"], + ["-1010", "-1k", "-1 miliad"], + ["-1100", "-1,1k", "-1,1 miliad"], + ["-2000", "-2k", "-2 viliad"], + ["-2001", "-2k", "-2 viliad"], + ["-2010", "-2k", "-2 viliad"], + ["-2100", "-2,1k", "-2,1 miliad"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10k", "-10 miliad"], + ["-99999", "-100k", "-100 miliad"], + ["-999999", "-1M", "-1 milion"], + ["-9999999", "-10M", "-10 milion"], + ["-9999999999999999", "-10000T", "-10000 bilion"], + ["1000", "1k", "1 miliad"], + ["1001", "1k", "1 miliad"], + ["1010", "1k", "1 miliad"], + ["1100", "1,1k", "1,1 miliad"], + ["2000", "2k", "2 viliad"], + ["2001", "2k", "2 viliad"], + ["2010", "2k", "2 viliad"], + ["2100", "2,1k", "2,1 miliad"], + ["3000", "3k", "3 miliad"], + ["3001", "3k", "3 miliad"], + ["3010", "3k", "3 miliad"], + ["3100", "3,1k", "3,1 miliad"], + ["4000", "4k", "4 miliad"], + ["4001", "4k", "4 miliad"], + ["4010", "4k", "4 miliad"], + ["4100", "4,1k", "4,1 miliad"], + ["5000", "5k", "5 miliad"], + ["5001", "5k", "5 miliad"], + ["5010", "5k", "5 miliad"], + ["5100", "5,1k", "5,1 miliad"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1k", "1 miliad"], + ["9999.12", "10k", "10 miliad"], + ["9999.99", "10k", "10 miliad"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1k", "-1 miliad"], + ["-9999.12", "-10k", "-10 miliad"], + ["-9999.99", "-10k", "-10 miliad"], + ], + "bs": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 hilj.", "4,3 hiljade"], + ["54321", "54 hilj.", "54 hiljade"], + ["654321", "654 hilj.", "654 hiljade"], + ["7654321", "7,7 mil.", "7,7 miliona"], + ["87654321", "88 mil.", "88 miliona"], + ["987654321", "988 mil.", "988 miliona"], + ["1087654321", "1,1 mlr.", "1,1 milijarda"], + ["11987654321", "12 mlr.", "12 milijardi"], + ["129987654321", "130 mlr.", "130 milijardi"], + ["1398987654321", "1,4 bil.", "1,4 biliona"], + ["14987987654321", "15 bil.", "15 biliona"], + ["159876987654321", "160 bil.", "160 biliona"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 hilj.", "10 hiljada"], + ["99999", "100 hilj.", "100 hiljada"], + ["999999", "1 mil.", "1 milion"], + ["9999999", "10 mil.", "10 miliona"], + ["99999999", "100 mil.", "100 miliona"], + ["9994", "10 hilj.", "10 hiljada"], + ["99944", "100 hilj.", "100 hiljada"], + ["999444", "999 hilj.", "999 hiljada"], + ["9994444", "10 mil.", "10 miliona"], + ["999444444", "999 mil.", "999 miliona"], + ["9994444444", "10 mlr.", "10 milijardi"], + ["1000000000000000", "1000 bil.", "1000 biliona"], + ["10000000000000000", "10000 bil.", "10000 biliona"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 hilj.", "-1 hiljada"], + ["-1001", "-1 hilj.", "-1 hiljada"], + ["-1010", "-1 hilj.", "-1 hiljada"], + ["-1100", "-1,1 hilj.", "-1,1 hiljada"], + ["-2000", "-2 hilj.", "-2 hiljade"], + ["-2001", "-2 hilj.", "-2 hiljade"], + ["-2010", "-2 hilj.", "-2 hiljade"], + ["-2100", "-2,1 hilj.", "-2,1 hiljada"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 hilj.", "-10 hiljada"], + ["-99999", "-100 hilj.", "-100 hiljada"], + ["-999999", "-1 mil.", "-1 milion"], + ["-9999999", "-10 mil.", "-10 miliona"], + ["-9999999999999999", "-10000 bil.", "-10000 biliona"], + ["1000", "1 hilj.", "1 hiljada"], + ["1001", "1 hilj.", "1 hiljada"], + ["1010", "1 hilj.", "1 hiljada"], + ["1100", "1,1 hilj.", "1,1 hiljada"], + ["2000", "2 hilj.", "2 hiljade"], + ["2001", "2 hilj.", "2 hiljade"], + ["2010", "2 hilj.", "2 hiljade"], + ["2100", "2,1 hilj.", "2,1 hiljada"], + ["3000", "3 hilj.", "3 hiljade"], + ["3001", "3 hilj.", "3 hiljade"], + ["3010", "3 hilj.", "3 hiljade"], + ["3100", "3,1 hilj.", "3,1 hiljada"], + ["4000", "4 hilj.", "4 hiljade"], + ["4001", "4 hilj.", "4 hiljade"], + ["4010", "4 hilj.", "4 hiljade"], + ["4100", "4,1 hilj.", "4,1 hiljada"], + ["5000", "5 hilj.", "5 hiljada"], + ["5001", "5 hilj.", "5 hiljada"], + ["5010", "5 hilj.", "5 hiljada"], + ["5100", "5,1 hilj.", "5,1 hiljada"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 hilj.", "1 hiljada"], + ["9999.12", "10 hilj.", "10 hiljada"], + ["9999.99", "10 hilj.", "10 hiljada"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 hilj.", "-1 hiljada"], + ["-9999.12", "-10 hilj.", "-10 hiljada"], + ["-9999.99", "-10 hilj.", "-10 hiljada"], + ], + "ca": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 k", "4,3 milers"], + ["54321", "54 k", "54 milers"], + ["654321", "654 k", "654 milers"], + ["7654321", "7,7 M", "7,7 milions"], + ["87654321", "88 M", "88 milions"], + ["987654321", "988 M", "988 milions"], + ["1087654321", "1088 M", "1,1 milers de milions"], + ["11987654321", "12 kM", "12 milers de milions"], + ["129987654321", "130 kM", "130 milers de milions"], + ["1398987654321", "1,4 B", "1,4 bilions"], + ["14987987654321", "15 B", "15 bilions"], + ["159876987654321", "160 B", "160 bilions"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 k", "10 milers"], + ["99999", "100 k", "100 milers"], + ["999999", "1 M", "1 milió"], + ["9999999", "10 M", "10 milions"], + ["99999999", "100 M", "100 milions"], + ["9994", "10 k", "10 milers"], + ["99944", "100 k", "100 milers"], + ["999444", "999 k", "999 milers"], + ["9994444", "10 M", "10 milions"], + ["999444444", "999 M", "999 milions"], + ["9994444444", "9994 M", "10 milers de milions"], + ["1000000000000000", "1000 B", "1000 bilions"], + ["10000000000000000", "10000 B", "10000 bilions"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 k", "-1 miler"], + ["-1001", "-1 k", "-1 miler"], + ["-1010", "-1 k", "-1 miler"], + ["-1100", "-1,1 k", "-1,1 milers"], + ["-2000", "-2 k", "-2 milers"], + ["-2001", "-2 k", "-2 milers"], + ["-2010", "-2 k", "-2 milers"], + ["-2100", "-2,1 k", "-2,1 milers"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 k", "-10 milers"], + ["-99999", "-100 k", "-100 milers"], + ["-999999", "-1 M", "-1 milió"], + ["-9999999", "-10 M", "-10 milions"], + ["-9999999999999999", "-10000 B", "-10000 bilions"], + ["1000", "1 k", "1 miler"], + ["1001", "1 k", "1 miler"], + ["1010", "1 k", "1 miler"], + ["1100", "1,1 k", "1,1 milers"], + ["2000", "2 k", "2 milers"], + ["2001", "2 k", "2 milers"], + ["2010", "2 k", "2 milers"], + ["2100", "2,1 k", "2,1 milers"], + ["3000", "3 k", "3 milers"], + ["3001", "3 k", "3 milers"], + ["3010", "3 k", "3 milers"], + ["3100", "3,1 k", "3,1 milers"], + ["4000", "4 k", "4 milers"], + ["4001", "4 k", "4 milers"], + ["4010", "4 k", "4 milers"], + ["4100", "4,1 k", "4,1 milers"], + ["5000", "5 k", "5 milers"], + ["5001", "5 k", "5 milers"], + ["5010", "5 k", "5 milers"], + ["5100", "5,1 k", "5,1 milers"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 k", "1 miler"], + ["9999.12", "10 k", "10 milers"], + ["9999.99", "10 k", "10 milers"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 k", "-1 miler"], + ["-9999.12", "-10 k", "-10 milers"], + ["-9999.99", "-10 k", "-10 milers"], + ], + "chr": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3K", "4.3 ᎢᏯᎦᏴᎵ"], + ["54321", "54K", "54 ᎢᏯᎦᏴᎵ"], + ["654321", "654K", "654 ᎢᏯᎦᏴᎵ"], + ["7654321", "7.7M", "7.7 ᎢᏳᏆᏗᏅᏛ"], + ["87654321", "88M", "88 ᎢᏳᏆᏗᏅᏛ"], + ["987654321", "988M", "988 ᎢᏳᏆᏗᏅᏛ"], + ["1087654321", "1.1B", "1.1 ᎢᏯᏔᎳᏗᏅᏛ"], + ["11987654321", "12B", "12 ᎢᏯᏔᎳᏗᏅᏛ"], + ["129987654321", "130B", "130 ᎢᏯᏔᎳᏗᏅᏛ"], + ["1398987654321", "1.4T", "1.4 ᎢᏯᏦᎠᏗᏅᏛ"], + ["14987987654321", "15T", "15 ᎢᏯᏦᎠᏗᏅᏛ"], + ["159876987654321", "160T", "160 ᎢᏯᏦᎠᏗᏅᏛ"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10K", "10 ᎢᏯᎦᏴᎵ"], + ["99999", "100K", "100 ᎢᏯᎦᏴᎵ"], + ["999999", "1M", "1 ᎢᏳᏆᏗᏅᏛ"], + ["9999999", "10M", "10 ᎢᏳᏆᏗᏅᏛ"], + ["99999999", "100M", "100 ᎢᏳᏆᏗᏅᏛ"], + ["9994", "10K", "10 ᎢᏯᎦᏴᎵ"], + ["99944", "100K", "100 ᎢᏯᎦᏴᎵ"], + ["999444", "999K", "999 ᎢᏯᎦᏴᎵ"], + ["9994444", "10M", "10 ᎢᏳᏆᏗᏅᏛ"], + ["999444444", "999M", "999 ᎢᏳᏆᏗᏅᏛ"], + ["9994444444", "10B", "10 ᎢᏯᏔᎳᏗᏅᏛ"], + ["1000000000000000", "1000T", "1000 ᎢᏯᏦᎠᏗᏅᏛ"], + ["10000000000000000", "10000T", "10000 ᎢᏯᏦᎠᏗᏅᏛ"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1K", "-1 ᎢᏯᎦᏴᎵ"], + ["-1001", "-1K", "-1 ᎢᏯᎦᏴᎵ"], + ["-1010", "-1K", "-1 ᎢᏯᎦᏴᎵ"], + ["-1100", "-1.1K", "-1.1 ᎢᏯᎦᏴᎵ"], + ["-2000", "-2K", "-2 ᎢᏯᎦᏴᎵ"], + ["-2001", "-2K", "-2 ᎢᏯᎦᏴᎵ"], + ["-2010", "-2K", "-2 ᎢᏯᎦᏴᎵ"], + ["-2100", "-2.1K", "-2.1 ᎢᏯᎦᏴᎵ"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10K", "-10 ᎢᏯᎦᏴᎵ"], + ["-99999", "-100K", "-100 ᎢᏯᎦᏴᎵ"], + ["-999999", "-1M", "-1 ᎢᏳᏆᏗᏅᏛ"], + ["-9999999", "-10M", "-10 ᎢᏳᏆᏗᏅᏛ"], + ["-9999999999999999", "-10000T", "-10000 ᎢᏯᏦᎠᏗᏅᏛ"], + ["1000", "1K", "1 ᎢᏯᎦᏴᎵ"], + ["1001", "1K", "1 ᎢᏯᎦᏴᎵ"], + ["1010", "1K", "1 ᎢᏯᎦᏴᎵ"], + ["1100", "1.1K", "1.1 ᎢᏯᎦᏴᎵ"], + ["2000", "2K", "2 ᎢᏯᎦᏴᎵ"], + ["2001", "2K", "2 ᎢᏯᎦᏴᎵ"], + ["2010", "2K", "2 ᎢᏯᎦᏴᎵ"], + ["2100", "2.1K", "2.1 ᎢᏯᎦᏴᎵ"], + ["3000", "3K", "3 ᎢᏯᎦᏴᎵ"], + ["3001", "3K", "3 ᎢᏯᎦᏴᎵ"], + ["3010", "3K", "3 ᎢᏯᎦᏴᎵ"], + ["3100", "3.1K", "3.1 ᎢᏯᎦᏴᎵ"], + ["4000", "4K", "4 ᎢᏯᎦᏴᎵ"], + ["4001", "4K", "4 ᎢᏯᎦᏴᎵ"], + ["4010", "4K", "4 ᎢᏯᎦᏴᎵ"], + ["4100", "4.1K", "4.1 ᎢᏯᎦᏴᎵ"], + ["5000", "5K", "5 ᎢᏯᎦᏴᎵ"], + ["5001", "5K", "5 ᎢᏯᎦᏴᎵ"], + ["5010", "5K", "5 ᎢᏯᎦᏴᎵ"], + ["5100", "5.1K", "5.1 ᎢᏯᎦᏴᎵ"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1K", "1 ᎢᏯᎦᏴᎵ"], + ["9999.12", "10K", "10 ᎢᏯᎦᏴᎵ"], + ["9999.99", "10K", "10 ᎢᏯᎦᏴᎵ"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1K", "-1 ᎢᏯᎦᏴᎵ"], + ["-9999.12", "-10K", "-10 ᎢᏯᎦᏴᎵ"], + ["-9999.99", "-10K", "-10 ᎢᏯᎦᏴᎵ"], + ], + "cs": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 tis.", "4,3 tisíce"], + ["54321", "54 tis.", "54 tisíc"], + ["654321", "654 tis.", "654 tisíc"], + ["7654321", "7,7 mil.", "7,7 milionu"], + ["87654321", "88 mil.", "88 milionů"], + ["987654321", "988 mil.", "988 milionů"], + ["1087654321", "1,1 mld.", "1,1 miliardy"], + ["11987654321", "12 mld.", "12 miliard"], + ["129987654321", "130 mld.", "130 miliard"], + ["1398987654321", "1,4 bil.", "1,4 bilionu"], + ["14987987654321", "15 bil.", "15 bilionů"], + ["159876987654321", "160 bil.", "160 bilionů"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 tis.", "10 tisíc"], + ["99999", "100 tis.", "100 tisíc"], + ["999999", "1 mil.", "1 milion"], + ["9999999", "10 mil.", "10 milionů"], + ["99999999", "100 mil.", "100 milionů"], + ["9994", "10 tis.", "10 tisíc"], + ["99944", "100 tis.", "100 tisíc"], + ["999444", "999 tis.", "999 tisíc"], + ["9994444", "10 mil.", "10 milionů"], + ["999444444", "999 mil.", "999 milionů"], + ["9994444444", "10 mld.", "10 miliard"], + ["1000000000000000", "1000 bil.", "1000 bilionů"], + ["10000000000000000", "10000 bil.", "10000 bilionů"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 tis.", "-1 tisíc"], + ["-1001", "-1 tis.", "-1 tisíc"], + ["-1010", "-1 tis.", "-1 tisíc"], + ["-1100", "-1,1 tis.", "-1,1 tisíce"], + ["-2000", "-2 tis.", "-2 tisíce"], + ["-2001", "-2 tis.", "-2 tisíce"], + ["-2010", "-2 tis.", "-2 tisíce"], + ["-2100", "-2,1 tis.", "-2,1 tisíce"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 tis.", "-10 tisíc"], + ["-99999", "-100 tis.", "-100 tisíc"], + ["-999999", "-1 mil.", "-1 milion"], + ["-9999999", "-10 mil.", "-10 milionů"], + ["-9999999999999999", "-10000 bil.", "-10000 bilionů"], + ["1000", "1 tis.", "1 tisíc"], + ["1001", "1 tis.", "1 tisíc"], + ["1010", "1 tis.", "1 tisíc"], + ["1100", "1,1 tis.", "1,1 tisíce"], + ["2000", "2 tis.", "2 tisíce"], + ["2001", "2 tis.", "2 tisíce"], + ["2010", "2 tis.", "2 tisíce"], + ["2100", "2,1 tis.", "2,1 tisíce"], + ["3000", "3 tis.", "3 tisíce"], + ["3001", "3 tis.", "3 tisíce"], + ["3010", "3 tis.", "3 tisíce"], + ["3100", "3,1 tis.", "3,1 tisíce"], + ["4000", "4 tis.", "4 tisíce"], + ["4001", "4 tis.", "4 tisíce"], + ["4010", "4 tis.", "4 tisíce"], + ["4100", "4,1 tis.", "4,1 tisíce"], + ["5000", "5 tis.", "5 tisíc"], + ["5001", "5 tis.", "5 tisíc"], + ["5010", "5 tis.", "5 tisíc"], + ["5100", "5,1 tis.", "5,1 tisíce"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 tis.", "1 tisíc"], + ["9999.12", "10 tis.", "10 tisíc"], + ["9999.99", "10 tis.", "10 tisíc"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 tis.", "-1 tisíc"], + ["-9999.12", "-10 tis.", "-10 tisíc"], + ["-9999.99", "-10 tis.", "-10 tisíc"], + ], + "cy": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3K", "4.3 mil"], + ["54321", "54K", "54 mil"], + ["654321", "654K", "654 mil"], + ["7654321", "7.7M", "7.7 miliwn"], + ["87654321", "88M", "88 miliwn"], + ["987654321", "988M", "988 miliwn"], + ["1087654321", "1.1B", "1.1 biliwn"], + ["11987654321", "12B", "12 biliwn"], + ["129987654321", "130B", "130 biliwn"], + ["1398987654321", "1.4T", "1.4 triliwn"], + ["14987987654321", "15T", "15 triliwn"], + ["159876987654321", "160T", "160 triliwn"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10K", "10 mil"], + ["99999", "100K", "100 mil"], + ["999999", "1M", "1 miliwn"], + ["9999999", "10M", "10 miliwn"], + ["99999999", "100M", "100 miliwn"], + ["9994", "10K", "10 mil"], + ["99944", "100K", "100 mil"], + ["999444", "999K", "999 mil"], + ["9994444", "10M", "10 miliwn"], + ["999444444", "999M", "999 miliwn"], + ["9994444444", "10B", "10 biliwn"], + ["1000000000000000", "1000T", "1000 triliwn"], + ["10000000000000000", "10000T", "10000 triliwn"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1K", "-1 mil"], + ["-1001", "-1K", "-1 mil"], + ["-1010", "-1K", "-1 mil"], + ["-1100", "-1.1K", "-1.1 mil"], + ["-2000", "-2K", "-2K"], + ["-2001", "-2K", "-2K"], + ["-2010", "-2K", "-2K"], + ["-2100", "-2.1K", "-2.1 mil"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10K", "-10 mil"], + ["-99999", "-100K", "-100 mil"], + ["-999999", "-1M", "-1 miliwn"], + ["-9999999", "-10M", "-10 miliwn"], + ["-9999999999999999", "-10000T", "-10000 triliwn"], + ["1000", "1K", "1 mil"], + ["1001", "1K", "1 mil"], + ["1010", "1K", "1 mil"], + ["1100", "1.1K", "1.1 mil"], + ["2000", "2K", "2K"], + ["2001", "2K", "2K"], + ["2010", "2K", "2K"], + ["2100", "2.1K", "2.1 mil"], + ["3000", "3K", "3K"], + ["3001", "3K", "3K"], + ["3010", "3K", "3K"], + ["3100", "3.1K", "3.1 mil"], + ["4000", "4K", "4 mil"], + ["4001", "4K", "4 mil"], + ["4010", "4K", "4 mil"], + ["4100", "4.1K", "4.1 mil"], + ["5000", "5K", "5 mil"], + ["5001", "5K", "5 mil"], + ["5010", "5K", "5 mil"], + ["5100", "5.1K", "5.1 mil"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1K", "1 mil"], + ["9999.12", "10K", "10 mil"], + ["9999.99", "10K", "10 mil"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1K", "-1 mil"], + ["-9999.12", "-10K", "-10 mil"], + ["-9999.99", "-10K", "-10 mil"], + ], + "da": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 t", "4,3 tusind"], + ["54321", "54 t", "54 tusind"], + ["654321", "654 t", "654 tusind"], + ["7654321", "7,7 mio.", "7,7 millioner"], + ["87654321", "88 mio.", "88 millioner"], + ["987654321", "988 mio.", "988 millioner"], + ["1087654321", "1,1 mia.", "1,1 milliard"], + ["11987654321", "12 mia.", "12 milliarder"], + ["129987654321", "130 mia.", "130 milliarder"], + ["1398987654321", "1,4 bio.", "1,4 billion"], + ["14987987654321", "15 bio.", "15 billioner"], + ["159876987654321", "160 bio.", "160 billioner"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 t", "10 tusind"], + ["99999", "100 t", "100 tusind"], + ["999999", "1 mio.", "1 million"], + ["9999999", "10 mio.", "10 millioner"], + ["99999999", "100 mio.", "100 millioner"], + ["9994", "10 t", "10 tusind"], + ["99944", "100 t", "100 tusind"], + ["999444", "999 t", "999 tusind"], + ["9994444", "10 mio.", "10 millioner"], + ["999444444", "999 mio.", "999 millioner"], + ["9994444444", "10 mia.", "10 milliarder"], + ["1000000000000000", "1000 bio.", "1000 billioner"], + ["10000000000000000", "10000 bio.", "10000 billioner"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 t", "-1 tusind"], + ["-1001", "-1 t", "-1 tusind"], + ["-1010", "-1 t", "-1 tusind"], + ["-1100", "-1,1 t", "-1,1 tusind"], + ["-2000", "-2 t", "-2 tusind"], + ["-2001", "-2 t", "-2 tusind"], + ["-2010", "-2 t", "-2 tusind"], + ["-2100", "-2,1 t", "-2,1 tusind"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 t", "-10 tusind"], + ["-99999", "-100 t", "-100 tusind"], + ["-999999", "-1 mio.", "-1 million"], + ["-9999999", "-10 mio.", "-10 millioner"], + ["-9999999999999999", "-10000 bio.", "-10000 billioner"], + ["1000", "1 t", "1 tusind"], + ["1001", "1 t", "1 tusind"], + ["1010", "1 t", "1 tusind"], + ["1100", "1,1 t", "1,1 tusind"], + ["2000", "2 t", "2 tusind"], + ["2001", "2 t", "2 tusind"], + ["2010", "2 t", "2 tusind"], + ["2100", "2,1 t", "2,1 tusind"], + ["3000", "3 t", "3 tusind"], + ["3001", "3 t", "3 tusind"], + ["3010", "3 t", "3 tusind"], + ["3100", "3,1 t", "3,1 tusind"], + ["4000", "4 t", "4 tusind"], + ["4001", "4 t", "4 tusind"], + ["4010", "4 t", "4 tusind"], + ["4100", "4,1 t", "4,1 tusind"], + ["5000", "5 t", "5 tusind"], + ["5001", "5 t", "5 tusind"], + ["5010", "5 t", "5 tusind"], + ["5100", "5,1 t", "5,1 tusind"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 t", "1 tusind"], + ["9999.12", "10 t", "10 tusind"], + ["9999.99", "10 t", "10 tusind"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 t", "-1 tusind"], + ["-9999.12", "-10 t", "-10 tusind"], + ["-9999.99", "-10 t", "-10 tusind"], + ], + "de": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4321", "4,3 Tausend"], + ["54321", "54321", "54 Tausend"], + ["654321", "654321", "654 Tausend"], + ["7654321", "7,7 Mio.", "7,7 Millionen"], + ["87654321", "88 Mio.", "88 Millionen"], + ["987654321", "988 Mio.", "988 Millionen"], + ["1087654321", "1,1 Mrd.", "1,1 Milliarden"], + ["11987654321", "12 Mrd.", "12 Milliarden"], + ["129987654321", "130 Mrd.", "130 Milliarden"], + ["1398987654321", "1,4 Bio.", "1,4 Billionen"], + ["14987987654321", "15 Bio.", "15 Billionen"], + ["159876987654321", "160 Bio.", "160 Billionen"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "9999", "10 Tausend"], + ["99999", "99999", "100 Tausend"], + ["999999", "999999", "1 Million"], + ["9999999", "10 Mio.", "10 Millionen"], + ["99999999", "100 Mio.", "100 Millionen"], + ["9994", "9994", "10 Tausend"], + ["99944", "99944", "100 Tausend"], + ["999444", "999444", "999 Tausend"], + ["9994444", "10 Mio.", "10 Millionen"], + ["999444444", "999 Mio.", "999 Millionen"], + ["9994444444", "10 Mrd.", "10 Milliarden"], + ["1000000000000000", "1000 Bio.", "1000 Billionen"], + ["10000000000000000", "10000 Bio.", "10000 Billionen"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1000", "-1 Tausend"], + ["-1001", "-1001", "-1 Tausend"], + ["-1010", "-1010", "-1 Tausend"], + ["-1100", "-1100", "-1,1 Tausend"], + ["-2000", "-2000", "-2 Tausend"], + ["-2001", "-2001", "-2 Tausend"], + ["-2010", "-2010", "-2 Tausend"], + ["-2100", "-2100", "-2,1 Tausend"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-9999", "-10 Tausend"], + ["-99999", "-99999", "-100 Tausend"], + ["-999999", "-999999", "-1 Million"], + ["-9999999", "-10 Mio.", "-10 Millionen"], + ["-9999999999999999", "-10000 Bio.", "-10000 Billionen"], + ["1000", "1000", "1 Tausend"], + ["1001", "1001", "1 Tausend"], + ["1010", "1010", "1 Tausend"], + ["1100", "1100", "1,1 Tausend"], + ["2000", "2000", "2 Tausend"], + ["2001", "2001", "2 Tausend"], + ["2010", "2010", "2 Tausend"], + ["2100", "2100", "2,1 Tausend"], + ["3000", "3000", "3 Tausend"], + ["3001", "3001", "3 Tausend"], + ["3010", "3010", "3 Tausend"], + ["3100", "3100", "3,1 Tausend"], + ["4000", "4000", "4 Tausend"], + ["4001", "4001", "4 Tausend"], + ["4010", "4010", "4 Tausend"], + ["4100", "4100", "4,1 Tausend"], + ["5000", "5000", "5 Tausend"], + ["5001", "5001", "5 Tausend"], + ["5010", "5010", "5 Tausend"], + ["5100", "5100", "5,1 Tausend"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1000", "1 Tausend"], + ["9999.12", "9999", "10 Tausend"], + ["9999.99", "10000", "10 Tausend"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1000", "-1 Tausend"], + ["-9999.12", "-9999", "-10 Tausend"], + ["-9999.99", "-10000", "-10 Tausend"], + ], + "de_AT": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4321", "4,3 Tausend"], + ["54321", "54321", "54 Tausend"], + ["654321", "654321", "654 Tausend"], + ["7654321", "7,7 Mio.", "7,7 Millionen"], + ["87654321", "88 Mio.", "88 Millionen"], + ["987654321", "988 Mio.", "988 Millionen"], + ["1087654321", "1,1 Mrd.", "1,1 Milliarden"], + ["11987654321", "12 Mrd.", "12 Milliarden"], + ["129987654321", "130 Mrd.", "130 Milliarden"], + ["1398987654321", "1,4 Bio.", "1,4 Billionen"], + ["14987987654321", "15 Bio.", "15 Billionen"], + ["159876987654321", "160 Bio.", "160 Billionen"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "9999", "10 Tausend"], + ["99999", "99999", "100 Tausend"], + ["999999", "999999", "1 Million"], + ["9999999", "10 Mio.", "10 Millionen"], + ["99999999", "100 Mio.", "100 Millionen"], + ["9994", "9994", "10 Tausend"], + ["99944", "99944", "100 Tausend"], + ["999444", "999444", "999 Tausend"], + ["9994444", "10 Mio.", "10 Millionen"], + ["999444444", "999 Mio.", "999 Millionen"], + ["9994444444", "10 Mrd.", "10 Milliarden"], + ["1000000000000000", "1000 Bio.", "1000 Billionen"], + ["10000000000000000", "10000 Bio.", "10000 Billionen"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1000", "-1 Tausend"], + ["-1001", "-1001", "-1 Tausend"], + ["-1010", "-1010", "-1 Tausend"], + ["-1100", "-1100", "-1,1 Tausend"], + ["-2000", "-2000", "-2 Tausend"], + ["-2001", "-2001", "-2 Tausend"], + ["-2010", "-2010", "-2 Tausend"], + ["-2100", "-2100", "-2,1 Tausend"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-9999", "-10 Tausend"], + ["-99999", "-99999", "-100 Tausend"], + ["-999999", "-999999", "-1 Million"], + ["-9999999", "-10 Mio.", "-10 Millionen"], + ["-9999999999999999", "-10000 Bio.", "-10000 Billionen"], + ["1000", "1000", "1 Tausend"], + ["1001", "1001", "1 Tausend"], + ["1010", "1010", "1 Tausend"], + ["1100", "1100", "1,1 Tausend"], + ["2000", "2000", "2 Tausend"], + ["2001", "2001", "2 Tausend"], + ["2010", "2010", "2 Tausend"], + ["2100", "2100", "2,1 Tausend"], + ["3000", "3000", "3 Tausend"], + ["3001", "3001", "3 Tausend"], + ["3010", "3010", "3 Tausend"], + ["3100", "3100", "3,1 Tausend"], + ["4000", "4000", "4 Tausend"], + ["4001", "4001", "4 Tausend"], + ["4010", "4010", "4 Tausend"], + ["4100", "4100", "4,1 Tausend"], + ["5000", "5000", "5 Tausend"], + ["5001", "5001", "5 Tausend"], + ["5010", "5010", "5 Tausend"], + ["5100", "5100", "5,1 Tausend"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1000", "1 Tausend"], + ["9999.12", "9999", "10 Tausend"], + ["9999.99", "10000", "10 Tausend"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1000", "-1 Tausend"], + ["-9999.12", "-9999", "-10 Tausend"], + ["-9999.99", "-10000", "-10 Tausend"], + ], + "de_CH": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4321", "4.3 Tausend"], + ["54321", "54321", "54 Tausend"], + ["654321", "654321", "654 Tausend"], + ["7654321", "7.7 Mio.", "7.7 Millionen"], + ["87654321", "88 Mio.", "88 Millionen"], + ["987654321", "988 Mio.", "988 Millionen"], + ["1087654321", "1.1 Mrd.", "1.1 Milliarden"], + ["11987654321", "12 Mrd.", "12 Milliarden"], + ["129987654321", "130 Mrd.", "130 Milliarden"], + ["1398987654321", "1.4 Bio.", "1.4 Billionen"], + ["14987987654321", "15 Bio.", "15 Billionen"], + ["159876987654321", "160 Bio.", "160 Billionen"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "9999", "10 Tausend"], + ["99999", "99999", "100 Tausend"], + ["999999", "999999", "1 Million"], + ["9999999", "10 Mio.", "10 Millionen"], + ["99999999", "100 Mio.", "100 Millionen"], + ["9994", "9994", "10 Tausend"], + ["99944", "99944", "100 Tausend"], + ["999444", "999444", "999 Tausend"], + ["9994444", "10 Mio.", "10 Millionen"], + ["999444444", "999 Mio.", "999 Millionen"], + ["9994444444", "10 Mrd.", "10 Milliarden"], + ["1000000000000000", "1000 Bio.", "1000 Billionen"], + ["10000000000000000", "10000 Bio.", "10000 Billionen"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1000", "-1 Tausend"], + ["-1001", "-1001", "-1 Tausend"], + ["-1010", "-1010", "-1 Tausend"], + ["-1100", "-1100", "-1.1 Tausend"], + ["-2000", "-2000", "-2 Tausend"], + ["-2001", "-2001", "-2 Tausend"], + ["-2010", "-2010", "-2 Tausend"], + ["-2100", "-2100", "-2.1 Tausend"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-9999", "-10 Tausend"], + ["-99999", "-99999", "-100 Tausend"], + ["-999999", "-999999", "-1 Million"], + ["-9999999", "-10 Mio.", "-10 Millionen"], + ["-9999999999999999", "-10000 Bio.", "-10000 Billionen"], + ["1000", "1000", "1 Tausend"], + ["1001", "1001", "1 Tausend"], + ["1010", "1010", "1 Tausend"], + ["1100", "1100", "1.1 Tausend"], + ["2000", "2000", "2 Tausend"], + ["2001", "2001", "2 Tausend"], + ["2010", "2010", "2 Tausend"], + ["2100", "2100", "2.1 Tausend"], + ["3000", "3000", "3 Tausend"], + ["3001", "3001", "3 Tausend"], + ["3010", "3010", "3 Tausend"], + ["3100", "3100", "3.1 Tausend"], + ["4000", "4000", "4 Tausend"], + ["4001", "4001", "4 Tausend"], + ["4010", "4010", "4 Tausend"], + ["4100", "4100", "4.1 Tausend"], + ["5000", "5000", "5 Tausend"], + ["5001", "5001", "5 Tausend"], + ["5010", "5010", "5 Tausend"], + ["5100", "5100", "5.1 Tausend"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1000", "1 Tausend"], + ["9999.12", "9999", "10 Tausend"], + ["9999.99", "10000", "10 Tausend"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1000", "-1 Tausend"], + ["-9999.12", "-9999", "-10 Tausend"], + ["-9999.99", "-10000", "-10 Tausend"], + ], + "el": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 χιλ.", "4,3 χιλιάδες"], + ["54321", "54 χιλ.", "54 χιλιάδες"], + ["654321", "654 χιλ.", "654 χιλιάδες"], + ["7654321", "7,7 εκ.", "7,7 εκατομμύρια"], + ["87654321", "88 εκ.", "88 εκατομμύρια"], + ["987654321", "988 εκ.", "988 εκατομμύρια"], + ["1087654321", "1,1 δισ.", "1,1 δισεκατομμύρια"], + ["11987654321", "12 δισ.", "12 δισεκατομμύρια"], + ["129987654321", "130 δισ.", "130 δισεκατομμύρια"], + ["1398987654321", "1,4 τρισ.", "1,4 τρισεκατομμύρια"], + ["14987987654321", "15 τρισ.", "15 τρισεκατομμύρια"], + ["159876987654321", "160 τρισ.", "160 τρισεκατομμύρια"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 χιλ.", "10 χιλιάδες"], + ["99999", "100 χιλ.", "100 χιλιάδες"], + ["999999", "1 εκ.", "1 εκατομμύριο"], + ["9999999", "10 εκ.", "10 εκατομμύρια"], + ["99999999", "100 εκ.", "100 εκατομμύρια"], + ["9994", "10 χιλ.", "10 χιλιάδες"], + ["99944", "100 χιλ.", "100 χιλιάδες"], + ["999444", "999 χιλ.", "999 χιλιάδες"], + ["9994444", "10 εκ.", "10 εκατομμύρια"], + ["999444444", "999 εκ.", "999 εκατομμύρια"], + ["9994444444", "10 δισ.", "10 δισεκατομμύρια"], + ["1000000000000000", "1000 τρισ.", "1000 τρισεκατομμύρια"], + ["10000000000000000", "10000 τρισ.", "10000 τρισεκατομμύρια"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 χιλ.", "-1 χιλιάδα"], + ["-1001", "-1 χιλ.", "-1 χιλιάδα"], + ["-1010", "-1 χιλ.", "-1 χιλιάδα"], + ["-1100", "-1,1 χιλ.", "-1,1 χιλιάδες"], + ["-2000", "-2 χιλ.", "-2 χιλιάδες"], + ["-2001", "-2 χιλ.", "-2 χιλιάδες"], + ["-2010", "-2 χιλ.", "-2 χιλιάδες"], + ["-2100", "-2,1 χιλ.", "-2,1 χιλιάδες"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 χιλ.", "-10 χιλιάδες"], + ["-99999", "-100 χιλ.", "-100 χιλιάδες"], + ["-999999", "-1 εκ.", "-1 εκατομμύριο"], + ["-9999999", "-10 εκ.", "-10 εκατομμύρια"], + ["-9999999999999999", "-10000 τρισ.", "-10000 τρισεκατομμύρια"], + ["1000", "1 χιλ.", "1 χιλιάδα"], + ["1001", "1 χιλ.", "1 χιλιάδα"], + ["1010", "1 χιλ.", "1 χιλιάδα"], + ["1100", "1,1 χιλ.", "1,1 χιλιάδες"], + ["2000", "2 χιλ.", "2 χιλιάδες"], + ["2001", "2 χιλ.", "2 χιλιάδες"], + ["2010", "2 χιλ.", "2 χιλιάδες"], + ["2100", "2,1 χιλ.", "2,1 χιλιάδες"], + ["3000", "3 χιλ.", "3 χιλιάδες"], + ["3001", "3 χιλ.", "3 χιλιάδες"], + ["3010", "3 χιλ.", "3 χιλιάδες"], + ["3100", "3,1 χιλ.", "3,1 χιλιάδες"], + ["4000", "4 χιλ.", "4 χιλιάδες"], + ["4001", "4 χιλ.", "4 χιλιάδες"], + ["4010", "4 χιλ.", "4 χιλιάδες"], + ["4100", "4,1 χιλ.", "4,1 χιλιάδες"], + ["5000", "5 χιλ.", "5 χιλιάδες"], + ["5001", "5 χιλ.", "5 χιλιάδες"], + ["5010", "5 χιλ.", "5 χιλιάδες"], + ["5100", "5,1 χιλ.", "5,1 χιλιάδες"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 χιλ.", "1 χιλιάδα"], + ["9999.12", "10 χιλ.", "10 χιλιάδες"], + ["9999.99", "10 χιλ.", "10 χιλιάδες"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 χιλ.", "-1 χιλιάδα"], + ["-9999.12", "-10 χιλ.", "-10 χιλιάδες"], + ["-9999.99", "-10 χιλ.", "-10 χιλιάδες"], + ], + "en": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3K", "4.3 thousand"], + ["54321", "54K", "54 thousand"], + ["654321", "654K", "654 thousand"], + ["7654321", "7.7M", "7.7 million"], + ["87654321", "88M", "88 million"], + ["987654321", "988M", "988 million"], + ["1087654321", "1.1B", "1.1 billion"], + ["11987654321", "12B", "12 billion"], + ["129987654321", "130B", "130 billion"], + ["1398987654321", "1.4T", "1.4 trillion"], + ["14987987654321", "15T", "15 trillion"], + ["159876987654321", "160T", "160 trillion"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10K", "10 thousand"], + ["99999", "100K", "100 thousand"], + ["999999", "1M", "1 million"], + ["9999999", "10M", "10 million"], + ["99999999", "100M", "100 million"], + ["9994", "10K", "10 thousand"], + ["99944", "100K", "100 thousand"], + ["999444", "999K", "999 thousand"], + ["9994444", "10M", "10 million"], + ["999444444", "999M", "999 million"], + ["9994444444", "10B", "10 billion"], + ["1000000000000000", "1000T", "1000 trillion"], + ["10000000000000000", "10000T", "10000 trillion"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1K", "-1 thousand"], + ["-1001", "-1K", "-1 thousand"], + ["-1010", "-1K", "-1 thousand"], + ["-1100", "-1.1K", "-1.1 thousand"], + ["-2000", "-2K", "-2 thousand"], + ["-2001", "-2K", "-2 thousand"], + ["-2010", "-2K", "-2 thousand"], + ["-2100", "-2.1K", "-2.1 thousand"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10K", "-10 thousand"], + ["-99999", "-100K", "-100 thousand"], + ["-999999", "-1M", "-1 million"], + ["-9999999", "-10M", "-10 million"], + ["-9999999999999999", "-10000T", "-10000 trillion"], + ["1000", "1K", "1 thousand"], + ["1001", "1K", "1 thousand"], + ["1010", "1K", "1 thousand"], + ["1100", "1.1K", "1.1 thousand"], + ["2000", "2K", "2 thousand"], + ["2001", "2K", "2 thousand"], + ["2010", "2K", "2 thousand"], + ["2100", "2.1K", "2.1 thousand"], + ["3000", "3K", "3 thousand"], + ["3001", "3K", "3 thousand"], + ["3010", "3K", "3 thousand"], + ["3100", "3.1K", "3.1 thousand"], + ["4000", "4K", "4 thousand"], + ["4001", "4K", "4 thousand"], + ["4010", "4K", "4 thousand"], + ["4100", "4.1K", "4.1 thousand"], + ["5000", "5K", "5 thousand"], + ["5001", "5K", "5 thousand"], + ["5010", "5K", "5 thousand"], + ["5100", "5.1K", "5.1 thousand"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1K", "1 thousand"], + ["9999.12", "10K", "10 thousand"], + ["9999.99", "10K", "10 thousand"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1K", "-1 thousand"], + ["-9999.12", "-10K", "-10 thousand"], + ["-9999.99", "-10K", "-10 thousand"], + ], + "en_AU": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3K", "4.3 thousand"], + ["54321", "54K", "54 thousand"], + ["654321", "654K", "654 thousand"], + ["7654321", "7.7M", "7.7 million"], + ["87654321", "88M", "88 million"], + ["987654321", "988M", "988 million"], + ["1087654321", "1.1B", "1.1 billion"], + ["11987654321", "12B", "12 billion"], + ["129987654321", "130B", "130 billion"], + ["1398987654321", "1.4T", "1.4 trillion"], + ["14987987654321", "15T", "15 trillion"], + ["159876987654321", "160T", "160 trillion"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10K", "10 thousand"], + ["99999", "100K", "100 thousand"], + ["999999", "1M", "1 million"], + ["9999999", "10M", "10 million"], + ["99999999", "100M", "100 million"], + ["9994", "10K", "10 thousand"], + ["99944", "100K", "100 thousand"], + ["999444", "999K", "999 thousand"], + ["9994444", "10M", "10 million"], + ["999444444", "999M", "999 million"], + ["9994444444", "10B", "10 billion"], + ["1000000000000000", "1000T", "1000 trillion"], + ["10000000000000000", "10000T", "10000 trillion"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1K", "-1 thousand"], + ["-1001", "-1K", "-1 thousand"], + ["-1010", "-1K", "-1 thousand"], + ["-1100", "-1.1K", "-1.1 thousand"], + ["-2000", "-2K", "-2 thousand"], + ["-2001", "-2K", "-2 thousand"], + ["-2010", "-2K", "-2 thousand"], + ["-2100", "-2.1K", "-2.1 thousand"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10K", "-10 thousand"], + ["-99999", "-100K", "-100 thousand"], + ["-999999", "-1M", "-1 million"], + ["-9999999", "-10M", "-10 million"], + ["-9999999999999999", "-10000T", "-10000 trillion"], + ["1000", "1K", "1 thousand"], + ["1001", "1K", "1 thousand"], + ["1010", "1K", "1 thousand"], + ["1100", "1.1K", "1.1 thousand"], + ["2000", "2K", "2 thousand"], + ["2001", "2K", "2 thousand"], + ["2010", "2K", "2 thousand"], + ["2100", "2.1K", "2.1 thousand"], + ["3000", "3K", "3 thousand"], + ["3001", "3K", "3 thousand"], + ["3010", "3K", "3 thousand"], + ["3100", "3.1K", "3.1 thousand"], + ["4000", "4K", "4 thousand"], + ["4001", "4K", "4 thousand"], + ["4010", "4K", "4 thousand"], + ["4100", "4.1K", "4.1 thousand"], + ["5000", "5K", "5 thousand"], + ["5001", "5K", "5 thousand"], + ["5010", "5K", "5 thousand"], + ["5100", "5.1K", "5.1 thousand"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1K", "1 thousand"], + ["9999.12", "10K", "10 thousand"], + ["9999.99", "10K", "10 thousand"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1K", "-1 thousand"], + ["-9999.12", "-10K", "-10 thousand"], + ["-9999.99", "-10K", "-10 thousand"], + ], + "en_CA": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3K", "4.3 thousand"], + ["54321", "54K", "54 thousand"], + ["654321", "654K", "654 thousand"], + ["7654321", "7.7M", "7.7 million"], + ["87654321", "88M", "88 million"], + ["987654321", "988M", "988 million"], + ["1087654321", "1.1B", "1.1 billion"], + ["11987654321", "12B", "12 billion"], + ["129987654321", "130B", "130 billion"], + ["1398987654321", "1.4T", "1.4 trillion"], + ["14987987654321", "15T", "15 trillion"], + ["159876987654321", "160T", "160 trillion"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10K", "10 thousand"], + ["99999", "100K", "100 thousand"], + ["999999", "1M", "1 million"], + ["9999999", "10M", "10 million"], + ["99999999", "100M", "100 million"], + ["9994", "10K", "10 thousand"], + ["99944", "100K", "100 thousand"], + ["999444", "999K", "999 thousand"], + ["9994444", "10M", "10 million"], + ["999444444", "999M", "999 million"], + ["9994444444", "10B", "10 billion"], + ["1000000000000000", "1000T", "1000 trillion"], + ["10000000000000000", "10000T", "10000 trillion"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1K", "-1 thousand"], + ["-1001", "-1K", "-1 thousand"], + ["-1010", "-1K", "-1 thousand"], + ["-1100", "-1.1K", "-1.1 thousand"], + ["-2000", "-2K", "-2 thousand"], + ["-2001", "-2K", "-2 thousand"], + ["-2010", "-2K", "-2 thousand"], + ["-2100", "-2.1K", "-2.1 thousand"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10K", "-10 thousand"], + ["-99999", "-100K", "-100 thousand"], + ["-999999", "-1M", "-1 million"], + ["-9999999", "-10M", "-10 million"], + ["-9999999999999999", "-10000T", "-10000 trillion"], + ["1000", "1K", "1 thousand"], + ["1001", "1K", "1 thousand"], + ["1010", "1K", "1 thousand"], + ["1100", "1.1K", "1.1 thousand"], + ["2000", "2K", "2 thousand"], + ["2001", "2K", "2 thousand"], + ["2010", "2K", "2 thousand"], + ["2100", "2.1K", "2.1 thousand"], + ["3000", "3K", "3 thousand"], + ["3001", "3K", "3 thousand"], + ["3010", "3K", "3 thousand"], + ["3100", "3.1K", "3.1 thousand"], + ["4000", "4K", "4 thousand"], + ["4001", "4K", "4 thousand"], + ["4010", "4K", "4 thousand"], + ["4100", "4.1K", "4.1 thousand"], + ["5000", "5K", "5 thousand"], + ["5001", "5K", "5 thousand"], + ["5010", "5K", "5 thousand"], + ["5100", "5.1K", "5.1 thousand"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1K", "1 thousand"], + ["9999.12", "10K", "10 thousand"], + ["9999.99", "10K", "10 thousand"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1K", "-1 thousand"], + ["-9999.12", "-10K", "-10 thousand"], + ["-9999.99", "-10K", "-10 thousand"], + ], + "en_GB": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3K", "4.3 thousand"], + ["54321", "54K", "54 thousand"], + ["654321", "654K", "654 thousand"], + ["7654321", "7.7M", "7.7 million"], + ["87654321", "88M", "88 million"], + ["987654321", "988M", "988 million"], + ["1087654321", "1.1B", "1.1 billion"], + ["11987654321", "12B", "12 billion"], + ["129987654321", "130B", "130 billion"], + ["1398987654321", "1.4T", "1.4 trillion"], + ["14987987654321", "15T", "15 trillion"], + ["159876987654321", "160T", "160 trillion"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10K", "10 thousand"], + ["99999", "100K", "100 thousand"], + ["999999", "1M", "1 million"], + ["9999999", "10M", "10 million"], + ["99999999", "100M", "100 million"], + ["9994", "10K", "10 thousand"], + ["99944", "100K", "100 thousand"], + ["999444", "999K", "999 thousand"], + ["9994444", "10M", "10 million"], + ["999444444", "999M", "999 million"], + ["9994444444", "10B", "10 billion"], + ["1000000000000000", "1000T", "1000 trillion"], + ["10000000000000000", "10000T", "10000 trillion"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1K", "-1 thousand"], + ["-1001", "-1K", "-1 thousand"], + ["-1010", "-1K", "-1 thousand"], + ["-1100", "-1.1K", "-1.1 thousand"], + ["-2000", "-2K", "-2 thousand"], + ["-2001", "-2K", "-2 thousand"], + ["-2010", "-2K", "-2 thousand"], + ["-2100", "-2.1K", "-2.1 thousand"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10K", "-10 thousand"], + ["-99999", "-100K", "-100 thousand"], + ["-999999", "-1M", "-1 million"], + ["-9999999", "-10M", "-10 million"], + ["-9999999999999999", "-10000T", "-10000 trillion"], + ["1000", "1K", "1 thousand"], + ["1001", "1K", "1 thousand"], + ["1010", "1K", "1 thousand"], + ["1100", "1.1K", "1.1 thousand"], + ["2000", "2K", "2 thousand"], + ["2001", "2K", "2 thousand"], + ["2010", "2K", "2 thousand"], + ["2100", "2.1K", "2.1 thousand"], + ["3000", "3K", "3 thousand"], + ["3001", "3K", "3 thousand"], + ["3010", "3K", "3 thousand"], + ["3100", "3.1K", "3.1 thousand"], + ["4000", "4K", "4 thousand"], + ["4001", "4K", "4 thousand"], + ["4010", "4K", "4 thousand"], + ["4100", "4.1K", "4.1 thousand"], + ["5000", "5K", "5 thousand"], + ["5001", "5K", "5 thousand"], + ["5010", "5K", "5 thousand"], + ["5100", "5.1K", "5.1 thousand"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1K", "1 thousand"], + ["9999.12", "10K", "10 thousand"], + ["9999.99", "10K", "10 thousand"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1K", "-1 thousand"], + ["-9999.12", "-10K", "-10 thousand"], + ["-9999.99", "-10K", "-10 thousand"], + ], + "en_IE": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3K", "4.3 thousand"], + ["54321", "54K", "54 thousand"], + ["654321", "654K", "654 thousand"], + ["7654321", "7.7M", "7.7 million"], + ["87654321", "88M", "88 million"], + ["987654321", "988M", "988 million"], + ["1087654321", "1.1B", "1.1 billion"], + ["11987654321", "12B", "12 billion"], + ["129987654321", "130B", "130 billion"], + ["1398987654321", "1.4T", "1.4 trillion"], + ["14987987654321", "15T", "15 trillion"], + ["159876987654321", "160T", "160 trillion"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10K", "10 thousand"], + ["99999", "100K", "100 thousand"], + ["999999", "1M", "1 million"], + ["9999999", "10M", "10 million"], + ["99999999", "100M", "100 million"], + ["9994", "10K", "10 thousand"], + ["99944", "100K", "100 thousand"], + ["999444", "999K", "999 thousand"], + ["9994444", "10M", "10 million"], + ["999444444", "999M", "999 million"], + ["9994444444", "10B", "10 billion"], + ["1000000000000000", "1000T", "1000 trillion"], + ["10000000000000000", "10000T", "10000 trillion"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1K", "-1 thousand"], + ["-1001", "-1K", "-1 thousand"], + ["-1010", "-1K", "-1 thousand"], + ["-1100", "-1.1K", "-1.1 thousand"], + ["-2000", "-2K", "-2 thousand"], + ["-2001", "-2K", "-2 thousand"], + ["-2010", "-2K", "-2 thousand"], + ["-2100", "-2.1K", "-2.1 thousand"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10K", "-10 thousand"], + ["-99999", "-100K", "-100 thousand"], + ["-999999", "-1M", "-1 million"], + ["-9999999", "-10M", "-10 million"], + ["-9999999999999999", "-10000T", "-10000 trillion"], + ["1000", "1K", "1 thousand"], + ["1001", "1K", "1 thousand"], + ["1010", "1K", "1 thousand"], + ["1100", "1.1K", "1.1 thousand"], + ["2000", "2K", "2 thousand"], + ["2001", "2K", "2 thousand"], + ["2010", "2K", "2 thousand"], + ["2100", "2.1K", "2.1 thousand"], + ["3000", "3K", "3 thousand"], + ["3001", "3K", "3 thousand"], + ["3010", "3K", "3 thousand"], + ["3100", "3.1K", "3.1 thousand"], + ["4000", "4K", "4 thousand"], + ["4001", "4K", "4 thousand"], + ["4010", "4K", "4 thousand"], + ["4100", "4.1K", "4.1 thousand"], + ["5000", "5K", "5 thousand"], + ["5001", "5K", "5 thousand"], + ["5010", "5K", "5 thousand"], + ["5100", "5.1K", "5.1 thousand"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1K", "1 thousand"], + ["9999.12", "10K", "10 thousand"], + ["9999.99", "10K", "10 thousand"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1K", "-1 thousand"], + ["-9999.12", "-10K", "-10 thousand"], + ["-9999.99", "-10K", "-10 thousand"], + ], + "en_IN": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3T", "4.3 thousand"], + ["54321", "54T", "54 thousand"], + ["654321", "6.5L", "654 thousand"], + ["7654321", "77L", "7.7 million"], + ["87654321", "8.8Cr", "88 million"], + ["987654321", "99Cr", "988 million"], + ["1087654321", "109Cr", "1.1 billion"], + ["11987654321", "1.2TCr", "12 billion"], + ["129987654321", "13TCr", "130 billion"], + ["1398987654321", "1.4LCr", "1.4 trillion"], + ["14987987654321", "15LCr", "15 trillion"], + ["159876987654321", "160LCr", "160 trillion"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10T", "10 thousand"], + ["99999", "1L", "100 thousand"], + ["999999", "10L", "1 million"], + ["9999999", "1Cr", "10 million"], + ["99999999", "10Cr", "100 million"], + ["9994", "10T", "10 thousand"], + ["99944", "1L", "100 thousand"], + ["999444", "10L", "999 thousand"], + ["9994444", "1Cr", "10 million"], + ["999444444", "100Cr", "999 million"], + ["9994444444", "999Cr", "10 billion"], + ["1000000000000000", "1000LCr", "1000 trillion"], + ["10000000000000000", "10000LCr", "10000 trillion"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1T", "-1 thousand"], + ["-1001", "-1T", "-1 thousand"], + ["-1010", "-1T", "-1 thousand"], + ["-1100", "-1.1T", "-1.1 thousand"], + ["-2000", "-2T", "-2 thousand"], + ["-2001", "-2T", "-2 thousand"], + ["-2010", "-2T", "-2 thousand"], + ["-2100", "-2.1T", "-2.1 thousand"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10T", "-10 thousand"], + ["-99999", "-1L", "-100 thousand"], + ["-999999", "-10L", "-1 million"], + ["-9999999", "-1Cr", "-10 million"], + ["-9999999999999999", "-10000LCr", "-10000 trillion"], + ["1000", "1T", "1 thousand"], + ["1001", "1T", "1 thousand"], + ["1010", "1T", "1 thousand"], + ["1100", "1.1T", "1.1 thousand"], + ["2000", "2T", "2 thousand"], + ["2001", "2T", "2 thousand"], + ["2010", "2T", "2 thousand"], + ["2100", "2.1T", "2.1 thousand"], + ["3000", "3T", "3 thousand"], + ["3001", "3T", "3 thousand"], + ["3010", "3T", "3 thousand"], + ["3100", "3.1T", "3.1 thousand"], + ["4000", "4T", "4 thousand"], + ["4001", "4T", "4 thousand"], + ["4010", "4T", "4 thousand"], + ["4100", "4.1T", "4.1 thousand"], + ["5000", "5T", "5 thousand"], + ["5001", "5T", "5 thousand"], + ["5010", "5T", "5 thousand"], + ["5100", "5.1T", "5.1 thousand"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1T", "1 thousand"], + ["9999.12", "10T", "10 thousand"], + ["9999.99", "10T", "10 thousand"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1T", "-1 thousand"], + ["-9999.12", "-10T", "-10 thousand"], + ["-9999.99", "-10T", "-10 thousand"], + ], + "en_MY": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3K", "4.3 thousand"], + ["54321", "54K", "54 thousand"], + ["654321", "654K", "654 thousand"], + ["7654321", "7.7M", "7.7 million"], + ["87654321", "88M", "88 million"], + ["987654321", "988M", "988 million"], + ["1087654321", "1.1B", "1.1 billion"], + ["11987654321", "12B", "12 billion"], + ["129987654321", "130B", "130 billion"], + ["1398987654321", "1.4T", "1.4 trillion"], + ["14987987654321", "15T", "15 trillion"], + ["159876987654321", "160T", "160 trillion"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10K", "10 thousand"], + ["99999", "100K", "100 thousand"], + ["999999", "1M", "1 million"], + ["9999999", "10M", "10 million"], + ["99999999", "100M", "100 million"], + ["9994", "10K", "10 thousand"], + ["99944", "100K", "100 thousand"], + ["999444", "999K", "999 thousand"], + ["9994444", "10M", "10 million"], + ["999444444", "999M", "999 million"], + ["9994444444", "10B", "10 billion"], + ["1000000000000000", "1000T", "1000 trillion"], + ["10000000000000000", "10000T", "10000 trillion"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1K", "-1 thousand"], + ["-1001", "-1K", "-1 thousand"], + ["-1010", "-1K", "-1 thousand"], + ["-1100", "-1.1K", "-1.1 thousand"], + ["-2000", "-2K", "-2 thousand"], + ["-2001", "-2K", "-2 thousand"], + ["-2010", "-2K", "-2 thousand"], + ["-2100", "-2.1K", "-2.1 thousand"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10K", "-10 thousand"], + ["-99999", "-100K", "-100 thousand"], + ["-999999", "-1M", "-1 million"], + ["-9999999", "-10M", "-10 million"], + ["-9999999999999999", "-10000T", "-10000 trillion"], + ["1000", "1K", "1 thousand"], + ["1001", "1K", "1 thousand"], + ["1010", "1K", "1 thousand"], + ["1100", "1.1K", "1.1 thousand"], + ["2000", "2K", "2 thousand"], + ["2001", "2K", "2 thousand"], + ["2010", "2K", "2 thousand"], + ["2100", "2.1K", "2.1 thousand"], + ["3000", "3K", "3 thousand"], + ["3001", "3K", "3 thousand"], + ["3010", "3K", "3 thousand"], + ["3100", "3.1K", "3.1 thousand"], + ["4000", "4K", "4 thousand"], + ["4001", "4K", "4 thousand"], + ["4010", "4K", "4 thousand"], + ["4100", "4.1K", "4.1 thousand"], + ["5000", "5K", "5 thousand"], + ["5001", "5K", "5 thousand"], + ["5010", "5K", "5 thousand"], + ["5100", "5.1K", "5.1 thousand"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1K", "1 thousand"], + ["9999.12", "10K", "10 thousand"], + ["9999.99", "10K", "10 thousand"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1K", "-1 thousand"], + ["-9999.12", "-10K", "-10 thousand"], + ["-9999.99", "-10K", "-10 thousand"], + ], + "en_NZ": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3K", "4.3 thousand"], + ["54321", "54K", "54 thousand"], + ["654321", "654K", "654 thousand"], + ["7654321", "7.7M", "7.7 million"], + ["87654321", "88M", "88 million"], + ["987654321", "988M", "988 million"], + ["1087654321", "1.1B", "1.1 billion"], + ["11987654321", "12B", "12 billion"], + ["129987654321", "130B", "130 billion"], + ["1398987654321", "1.4T", "1.4 trillion"], + ["14987987654321", "15T", "15 trillion"], + ["159876987654321", "160T", "160 trillion"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10K", "10 thousand"], + ["99999", "100K", "100 thousand"], + ["999999", "1M", "1 million"], + ["9999999", "10M", "10 million"], + ["99999999", "100M", "100 million"], + ["9994", "10K", "10 thousand"], + ["99944", "100K", "100 thousand"], + ["999444", "999K", "999 thousand"], + ["9994444", "10M", "10 million"], + ["999444444", "999M", "999 million"], + ["9994444444", "10B", "10 billion"], + ["1000000000000000", "1000T", "1000 trillion"], + ["10000000000000000", "10000T", "10000 trillion"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1K", "-1 thousand"], + ["-1001", "-1K", "-1 thousand"], + ["-1010", "-1K", "-1 thousand"], + ["-1100", "-1.1K", "-1.1 thousand"], + ["-2000", "-2K", "-2 thousand"], + ["-2001", "-2K", "-2 thousand"], + ["-2010", "-2K", "-2 thousand"], + ["-2100", "-2.1K", "-2.1 thousand"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10K", "-10 thousand"], + ["-99999", "-100K", "-100 thousand"], + ["-999999", "-1M", "-1 million"], + ["-9999999", "-10M", "-10 million"], + ["-9999999999999999", "-10000T", "-10000 trillion"], + ["1000", "1K", "1 thousand"], + ["1001", "1K", "1 thousand"], + ["1010", "1K", "1 thousand"], + ["1100", "1.1K", "1.1 thousand"], + ["2000", "2K", "2 thousand"], + ["2001", "2K", "2 thousand"], + ["2010", "2K", "2 thousand"], + ["2100", "2.1K", "2.1 thousand"], + ["3000", "3K", "3 thousand"], + ["3001", "3K", "3 thousand"], + ["3010", "3K", "3 thousand"], + ["3100", "3.1K", "3.1 thousand"], + ["4000", "4K", "4 thousand"], + ["4001", "4K", "4 thousand"], + ["4010", "4K", "4 thousand"], + ["4100", "4.1K", "4.1 thousand"], + ["5000", "5K", "5 thousand"], + ["5001", "5K", "5 thousand"], + ["5010", "5K", "5 thousand"], + ["5100", "5.1K", "5.1 thousand"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1K", "1 thousand"], + ["9999.12", "10K", "10 thousand"], + ["9999.99", "10K", "10 thousand"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1K", "-1 thousand"], + ["-9999.12", "-10K", "-10 thousand"], + ["-9999.99", "-10K", "-10 thousand"], + ], + "en_SG": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3K", "4.3 thousand"], + ["54321", "54K", "54 thousand"], + ["654321", "654K", "654 thousand"], + ["7654321", "7.7M", "7.7 million"], + ["87654321", "88M", "88 million"], + ["987654321", "988M", "988 million"], + ["1087654321", "1.1B", "1.1 billion"], + ["11987654321", "12B", "12 billion"], + ["129987654321", "130B", "130 billion"], + ["1398987654321", "1.4T", "1.4 trillion"], + ["14987987654321", "15T", "15 trillion"], + ["159876987654321", "160T", "160 trillion"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10K", "10 thousand"], + ["99999", "100K", "100 thousand"], + ["999999", "1M", "1 million"], + ["9999999", "10M", "10 million"], + ["99999999", "100M", "100 million"], + ["9994", "10K", "10 thousand"], + ["99944", "100K", "100 thousand"], + ["999444", "999K", "999 thousand"], + ["9994444", "10M", "10 million"], + ["999444444", "999M", "999 million"], + ["9994444444", "10B", "10 billion"], + ["1000000000000000", "1000T", "1000 trillion"], + ["10000000000000000", "10000T", "10000 trillion"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1K", "-1 thousand"], + ["-1001", "-1K", "-1 thousand"], + ["-1010", "-1K", "-1 thousand"], + ["-1100", "-1.1K", "-1.1 thousand"], + ["-2000", "-2K", "-2 thousand"], + ["-2001", "-2K", "-2 thousand"], + ["-2010", "-2K", "-2 thousand"], + ["-2100", "-2.1K", "-2.1 thousand"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10K", "-10 thousand"], + ["-99999", "-100K", "-100 thousand"], + ["-999999", "-1M", "-1 million"], + ["-9999999", "-10M", "-10 million"], + ["-9999999999999999", "-10000T", "-10000 trillion"], + ["1000", "1K", "1 thousand"], + ["1001", "1K", "1 thousand"], + ["1010", "1K", "1 thousand"], + ["1100", "1.1K", "1.1 thousand"], + ["2000", "2K", "2 thousand"], + ["2001", "2K", "2 thousand"], + ["2010", "2K", "2 thousand"], + ["2100", "2.1K", "2.1 thousand"], + ["3000", "3K", "3 thousand"], + ["3001", "3K", "3 thousand"], + ["3010", "3K", "3 thousand"], + ["3100", "3.1K", "3.1 thousand"], + ["4000", "4K", "4 thousand"], + ["4001", "4K", "4 thousand"], + ["4010", "4K", "4 thousand"], + ["4100", "4.1K", "4.1 thousand"], + ["5000", "5K", "5 thousand"], + ["5001", "5K", "5 thousand"], + ["5010", "5K", "5 thousand"], + ["5100", "5.1K", "5.1 thousand"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1K", "1 thousand"], + ["9999.12", "10K", "10 thousand"], + ["9999.99", "10K", "10 thousand"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1K", "-1 thousand"], + ["-9999.12", "-10K", "-10 thousand"], + ["-9999.99", "-10K", "-10 thousand"], + ], + "en_US": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3K", "4.3 thousand"], + ["54321", "54K", "54 thousand"], + ["654321", "654K", "654 thousand"], + ["7654321", "7.7M", "7.7 million"], + ["87654321", "88M", "88 million"], + ["987654321", "988M", "988 million"], + ["1087654321", "1.1B", "1.1 billion"], + ["11987654321", "12B", "12 billion"], + ["129987654321", "130B", "130 billion"], + ["1398987654321", "1.4T", "1.4 trillion"], + ["14987987654321", "15T", "15 trillion"], + ["159876987654321", "160T", "160 trillion"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10K", "10 thousand"], + ["99999", "100K", "100 thousand"], + ["999999", "1M", "1 million"], + ["9999999", "10M", "10 million"], + ["99999999", "100M", "100 million"], + ["9994", "10K", "10 thousand"], + ["99944", "100K", "100 thousand"], + ["999444", "999K", "999 thousand"], + ["9994444", "10M", "10 million"], + ["999444444", "999M", "999 million"], + ["9994444444", "10B", "10 billion"], + ["1000000000000000", "1000T", "1000 trillion"], + ["10000000000000000", "10000T", "10000 trillion"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1K", "-1 thousand"], + ["-1001", "-1K", "-1 thousand"], + ["-1010", "-1K", "-1 thousand"], + ["-1100", "-1.1K", "-1.1 thousand"], + ["-2000", "-2K", "-2 thousand"], + ["-2001", "-2K", "-2 thousand"], + ["-2010", "-2K", "-2 thousand"], + ["-2100", "-2.1K", "-2.1 thousand"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10K", "-10 thousand"], + ["-99999", "-100K", "-100 thousand"], + ["-999999", "-1M", "-1 million"], + ["-9999999", "-10M", "-10 million"], + ["-9999999999999999", "-10000T", "-10000 trillion"], + ["1000", "1K", "1 thousand"], + ["1001", "1K", "1 thousand"], + ["1010", "1K", "1 thousand"], + ["1100", "1.1K", "1.1 thousand"], + ["2000", "2K", "2 thousand"], + ["2001", "2K", "2 thousand"], + ["2010", "2K", "2 thousand"], + ["2100", "2.1K", "2.1 thousand"], + ["3000", "3K", "3 thousand"], + ["3001", "3K", "3 thousand"], + ["3010", "3K", "3 thousand"], + ["3100", "3.1K", "3.1 thousand"], + ["4000", "4K", "4 thousand"], + ["4001", "4K", "4 thousand"], + ["4010", "4K", "4 thousand"], + ["4100", "4.1K", "4.1 thousand"], + ["5000", "5K", "5 thousand"], + ["5001", "5K", "5 thousand"], + ["5010", "5K", "5 thousand"], + ["5100", "5.1K", "5.1 thousand"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1K", "1 thousand"], + ["9999.12", "10K", "10 thousand"], + ["9999.99", "10K", "10 thousand"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1K", "-1 thousand"], + ["-9999.12", "-10K", "-10 thousand"], + ["-9999.99", "-10K", "-10 thousand"], + ], + "en_ZA": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3K", "4,3 thousand"], + ["54321", "54K", "54 thousand"], + ["654321", "654K", "654 thousand"], + ["7654321", "7,7M", "7,7 million"], + ["87654321", "88M", "88 million"], + ["987654321", "988M", "988 million"], + ["1087654321", "1,1B", "1,1 billion"], + ["11987654321", "12B", "12 billion"], + ["129987654321", "130B", "130 billion"], + ["1398987654321", "1,4T", "1,4 trillion"], + ["14987987654321", "15T", "15 trillion"], + ["159876987654321", "160T", "160 trillion"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10K", "10 thousand"], + ["99999", "100K", "100 thousand"], + ["999999", "1M", "1 million"], + ["9999999", "10M", "10 million"], + ["99999999", "100M", "100 million"], + ["9994", "10K", "10 thousand"], + ["99944", "100K", "100 thousand"], + ["999444", "999K", "999 thousand"], + ["9994444", "10M", "10 million"], + ["999444444", "999M", "999 million"], + ["9994444444", "10B", "10 billion"], + ["1000000000000000", "1000T", "1000 trillion"], + ["10000000000000000", "10000T", "10000 trillion"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1K", "-1 thousand"], + ["-1001", "-1K", "-1 thousand"], + ["-1010", "-1K", "-1 thousand"], + ["-1100", "-1,1K", "-1,1 thousand"], + ["-2000", "-2K", "-2 thousand"], + ["-2001", "-2K", "-2 thousand"], + ["-2010", "-2K", "-2 thousand"], + ["-2100", "-2,1K", "-2,1 thousand"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10K", "-10 thousand"], + ["-99999", "-100K", "-100 thousand"], + ["-999999", "-1M", "-1 million"], + ["-9999999", "-10M", "-10 million"], + ["-9999999999999999", "-10000T", "-10000 trillion"], + ["1000", "1K", "1 thousand"], + ["1001", "1K", "1 thousand"], + ["1010", "1K", "1 thousand"], + ["1100", "1,1K", "1,1 thousand"], + ["2000", "2K", "2 thousand"], + ["2001", "2K", "2 thousand"], + ["2010", "2K", "2 thousand"], + ["2100", "2,1K", "2,1 thousand"], + ["3000", "3K", "3 thousand"], + ["3001", "3K", "3 thousand"], + ["3010", "3K", "3 thousand"], + ["3100", "3,1K", "3,1 thousand"], + ["4000", "4K", "4 thousand"], + ["4001", "4K", "4 thousand"], + ["4010", "4K", "4 thousand"], + ["4100", "4,1K", "4,1 thousand"], + ["5000", "5K", "5 thousand"], + ["5001", "5K", "5 thousand"], + ["5010", "5K", "5 thousand"], + ["5100", "5,1K", "5,1 thousand"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1K", "1 thousand"], + ["9999.12", "10K", "10 thousand"], + ["9999.99", "10K", "10 thousand"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1K", "-1 thousand"], + ["-9999.12", "-10K", "-10 thousand"], + ["-9999.99", "-10K", "-10 thousand"], + ], + "es": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 mil", "4,3 mil"], + ["54321", "54 mil", "54 mil"], + ["654321", "654 mil", "654 mil"], + ["7654321", "7,7 M", "7,7 millones"], + ["87654321", "88 M", "88 millones"], + ["987654321", "988 M", "988 millones"], + ["1087654321", "1088 M", "1,1 mil millones"], + ["11987654321", "12 mil M", "12 mil millones"], + ["129987654321", "130 mil M", "130 mil millones"], + ["1398987654321", "1,4 B", "1,4 billones"], + ["14987987654321", "15 B", "15 billones"], + ["159876987654321", "160 B", "160 billones"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 mil", "10 mil"], + ["99999", "100 mil", "100 mil"], + ["999999", "1 M", "1 millón"], + ["9999999", "10 M", "10 millones"], + ["99999999", "100 M", "100 millones"], + ["9994", "10 mil", "10 mil"], + ["99944", "100 mil", "100 mil"], + ["999444", "999 mil", "999 mil"], + ["9994444", "10 M", "10 millones"], + ["999444444", "999 M", "999 millones"], + ["9994444444", "9994 M", "10 mil millones"], + ["1000000000000000", "1000 B", "1000 billones"], + ["10000000000000000", "10000 B", "10000 billones"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 mil", "-1 mil"], + ["-1001", "-1 mil", "-1 mil"], + ["-1010", "-1 mil", "-1 mil"], + ["-1100", "-1,1 mil", "-1,1 mil"], + ["-2000", "-2 mil", "-2 mil"], + ["-2001", "-2 mil", "-2 mil"], + ["-2010", "-2 mil", "-2 mil"], + ["-2100", "-2,1 mil", "-2,1 mil"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 mil", "-10 mil"], + ["-99999", "-100 mil", "-100 mil"], + ["-999999", "-1 M", "-1 millón"], + ["-9999999", "-10 M", "-10 millones"], + ["-9999999999999999", "-10000 B", "-10000 billones"], + ["1000", "1 mil", "1 mil"], + ["1001", "1 mil", "1 mil"], + ["1010", "1 mil", "1 mil"], + ["1100", "1,1 mil", "1,1 mil"], + ["2000", "2 mil", "2 mil"], + ["2001", "2 mil", "2 mil"], + ["2010", "2 mil", "2 mil"], + ["2100", "2,1 mil", "2,1 mil"], + ["3000", "3 mil", "3 mil"], + ["3001", "3 mil", "3 mil"], + ["3010", "3 mil", "3 mil"], + ["3100", "3,1 mil", "3,1 mil"], + ["4000", "4 mil", "4 mil"], + ["4001", "4 mil", "4 mil"], + ["4010", "4 mil", "4 mil"], + ["4100", "4,1 mil", "4,1 mil"], + ["5000", "5 mil", "5 mil"], + ["5001", "5 mil", "5 mil"], + ["5010", "5 mil", "5 mil"], + ["5100", "5,1 mil", "5,1 mil"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 mil", "1 mil"], + ["9999.12", "10 mil", "10 mil"], + ["9999.99", "10 mil", "10 mil"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 mil", "-1 mil"], + ["-9999.12", "-10 mil", "-10 mil"], + ["-9999.99", "-10 mil", "-10 mil"], + ], + "es_419": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3 K", "4.3 mil"], + ["54321", "54 k", "54 mil"], + ["654321", "654 k", "654 mil"], + ["7654321", "7.7 M", "7.7 millones"], + ["87654321", "88 M", "88 millones"], + ["987654321", "988 M", "988 millones"], + ["1087654321", "1088 M", "1.1 mil millones"], + ["11987654321", "12 mil M", "12 mil millones"], + ["129987654321", "130 mil M", "130 mil millones"], + ["1398987654321", "1.4 B", "1.4 billón"], + ["14987987654321", "15 B", "15 billones"], + ["159876987654321", "160 B", "160 billones"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 k", "10 mil"], + ["99999", "100 k", "100 mil"], + ["999999", "1 M", "1 millón"], + ["9999999", "10 M", "10 millones"], + ["99999999", "100 M", "100 millones"], + ["9994", "10 k", "10 mil"], + ["99944", "100 k", "100 mil"], + ["999444", "999 k", "999 mil"], + ["9994444", "10 M", "10 millones"], + ["999444444", "999 M", "999 millones"], + ["9994444444", "9994 M", "10 mil millones"], + ["1000000000000000", "1000 B", "1000 billones"], + ["10000000000000000", "10000 B", "10000 billones"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 K", "-1 mil"], + ["-1001", "-1 K", "-1 mil"], + ["-1010", "-1 K", "-1 mil"], + ["-1100", "-1.1 K", "-1.1 mil"], + ["-2000", "-2 K", "-2 mil"], + ["-2001", "-2 K", "-2 mil"], + ["-2010", "-2 K", "-2 mil"], + ["-2100", "-2.1 K", "-2.1 mil"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 k", "-10 mil"], + ["-99999", "-100 k", "-100 mil"], + ["-999999", "-1 M", "-1 millón"], + ["-9999999", "-10 M", "-10 millones"], + ["-9999999999999999", "-10000 B", "-10000 billones"], + ["1000", "1 K", "1 mil"], + ["1001", "1 K", "1 mil"], + ["1010", "1 K", "1 mil"], + ["1100", "1.1 K", "1.1 mil"], + ["2000", "2 K", "2 mil"], + ["2001", "2 K", "2 mil"], + ["2010", "2 K", "2 mil"], + ["2100", "2.1 K", "2.1 mil"], + ["3000", "3 K", "3 mil"], + ["3001", "3 K", "3 mil"], + ["3010", "3 K", "3 mil"], + ["3100", "3.1 K", "3.1 mil"], + ["4000", "4 K", "4 mil"], + ["4001", "4 K", "4 mil"], + ["4010", "4 K", "4 mil"], + ["4100", "4.1 K", "4.1 mil"], + ["5000", "5 K", "5 mil"], + ["5001", "5 K", "5 mil"], + ["5010", "5 K", "5 mil"], + ["5100", "5.1 K", "5.1 mil"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 K", "1 mil"], + ["9999.12", "10 k", "10 mil"], + ["9999.99", "10 k", "10 mil"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 K", "-1 mil"], + ["-9999.12", "-10 k", "-10 mil"], + ["-9999.99", "-10 k", "-10 mil"], + ], + "es_ES": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 mil", "4,3 mil"], + ["54321", "54 mil", "54 mil"], + ["654321", "654 mil", "654 mil"], + ["7654321", "7,7 M", "7,7 millones"], + ["87654321", "88 M", "88 millones"], + ["987654321", "988 M", "988 millones"], + ["1087654321", "1088 M", "1,1 mil millones"], + ["11987654321", "12 mil M", "12 mil millones"], + ["129987654321", "130 mil M", "130 mil millones"], + ["1398987654321", "1,4 B", "1,4 billones"], + ["14987987654321", "15 B", "15 billones"], + ["159876987654321", "160 B", "160 billones"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 mil", "10 mil"], + ["99999", "100 mil", "100 mil"], + ["999999", "1 M", "1 millón"], + ["9999999", "10 M", "10 millones"], + ["99999999", "100 M", "100 millones"], + ["9994", "10 mil", "10 mil"], + ["99944", "100 mil", "100 mil"], + ["999444", "999 mil", "999 mil"], + ["9994444", "10 M", "10 millones"], + ["999444444", "999 M", "999 millones"], + ["9994444444", "9994 M", "10 mil millones"], + ["1000000000000000", "1000 B", "1000 billones"], + ["10000000000000000", "10000 B", "10000 billones"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 mil", "-1 mil"], + ["-1001", "-1 mil", "-1 mil"], + ["-1010", "-1 mil", "-1 mil"], + ["-1100", "-1,1 mil", "-1,1 mil"], + ["-2000", "-2 mil", "-2 mil"], + ["-2001", "-2 mil", "-2 mil"], + ["-2010", "-2 mil", "-2 mil"], + ["-2100", "-2,1 mil", "-2,1 mil"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 mil", "-10 mil"], + ["-99999", "-100 mil", "-100 mil"], + ["-999999", "-1 M", "-1 millón"], + ["-9999999", "-10 M", "-10 millones"], + ["-9999999999999999", "-10000 B", "-10000 billones"], + ["1000", "1 mil", "1 mil"], + ["1001", "1 mil", "1 mil"], + ["1010", "1 mil", "1 mil"], + ["1100", "1,1 mil", "1,1 mil"], + ["2000", "2 mil", "2 mil"], + ["2001", "2 mil", "2 mil"], + ["2010", "2 mil", "2 mil"], + ["2100", "2,1 mil", "2,1 mil"], + ["3000", "3 mil", "3 mil"], + ["3001", "3 mil", "3 mil"], + ["3010", "3 mil", "3 mil"], + ["3100", "3,1 mil", "3,1 mil"], + ["4000", "4 mil", "4 mil"], + ["4001", "4 mil", "4 mil"], + ["4010", "4 mil", "4 mil"], + ["4100", "4,1 mil", "4,1 mil"], + ["5000", "5 mil", "5 mil"], + ["5001", "5 mil", "5 mil"], + ["5010", "5 mil", "5 mil"], + ["5100", "5,1 mil", "5,1 mil"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 mil", "1 mil"], + ["9999.12", "10 mil", "10 mil"], + ["9999.99", "10 mil", "10 mil"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 mil", "-1 mil"], + ["-9999.12", "-10 mil", "-10 mil"], + ["-9999.99", "-10 mil", "-10 mil"], + ], + "es_MX": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3 k", "4.3 mil"], + ["54321", "54 k", "54 mil"], + ["654321", "654 k", "654 mil"], + ["7654321", "7.7 M", "7.7 millones"], + ["87654321", "88 M", "88 millones"], + ["987654321", "988 M", "988 millones"], + ["1087654321", "1088 M", "1.1 mil millones"], + ["11987654321", "12 mil M", "12 mil millones"], + ["129987654321", "130 mil M", "130 mil millones"], + ["1398987654321", "1.4 B", "1.4 billones"], + ["14987987654321", "15 B", "15 billones"], + ["159876987654321", "160 B", "160 billones"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 k", "10 mil"], + ["99999", "100 k", "100 mil"], + ["999999", "1 M", "1 millón"], + ["9999999", "10 M", "10 millones"], + ["99999999", "100 M", "100 millones"], + ["9994", "10 k", "10 mil"], + ["99944", "100 k", "100 mil"], + ["999444", "999 k", "999 mil"], + ["9994444", "10 M", "10 millones"], + ["999444444", "999 M", "999 millones"], + ["9994444444", "9994 M", "10 mil millones"], + ["1000000000000000", "1000 B", "1000 billones"], + ["10000000000000000", "10000 B", "10000 billones"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 k", "-1 mil"], + ["-1001", "-1 k", "-1 mil"], + ["-1010", "-1 k", "-1 mil"], + ["-1100", "-1.1 k", "-1.1 mil"], + ["-2000", "-2 k", "-2 mil"], + ["-2001", "-2 k", "-2 mil"], + ["-2010", "-2 k", "-2 mil"], + ["-2100", "-2.1 k", "-2.1 mil"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 k", "-10 mil"], + ["-99999", "-100 k", "-100 mil"], + ["-999999", "-1 M", "-1 millón"], + ["-9999999", "-10 M", "-10 millones"], + ["-9999999999999999", "-10000 B", "-10000 billones"], + ["1000", "1 k", "1 mil"], + ["1001", "1 k", "1 mil"], + ["1010", "1 k", "1 mil"], + ["1100", "1.1 k", "1.1 mil"], + ["2000", "2 k", "2 mil"], + ["2001", "2 k", "2 mil"], + ["2010", "2 k", "2 mil"], + ["2100", "2.1 k", "2.1 mil"], + ["3000", "3 k", "3 mil"], + ["3001", "3 k", "3 mil"], + ["3010", "3 k", "3 mil"], + ["3100", "3.1 k", "3.1 mil"], + ["4000", "4 k", "4 mil"], + ["4001", "4 k", "4 mil"], + ["4010", "4 k", "4 mil"], + ["4100", "4.1 k", "4.1 mil"], + ["5000", "5 k", "5 mil"], + ["5001", "5 k", "5 mil"], + ["5010", "5 k", "5 mil"], + ["5100", "5.1 k", "5.1 mil"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 k", "1 mil"], + ["9999.12", "10 k", "10 mil"], + ["9999.99", "10 k", "10 mil"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 k", "-1 mil"], + ["-9999.12", "-10 k", "-10 mil"], + ["-9999.99", "-10 k", "-10 mil"], + ], + "es_US": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3 K", "4.3 mil"], + ["54321", "54 K", "54 mil"], + ["654321", "654 K", "654 mil"], + ["7654321", "7.7 M", "7.7 millones"], + ["87654321", "88 M", "88 millones"], + ["987654321", "988 M", "988 millones"], + ["1087654321", "1088 M", "1.1 mil millones"], + ["11987654321", "12 mil M", "12 mil millones"], + ["129987654321", "130 mil M", "130 mil millones"], + ["1398987654321", "1.4 B", "1.4 billón"], + ["14987987654321", "15 B", "15 billones"], + ["159876987654321", "160 B", "160 billones"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 K", "10 mil"], + ["99999", "100 K", "100 mil"], + ["999999", "1 M", "1 millón"], + ["9999999", "10 M", "10 millones"], + ["99999999", "100 M", "100 millones"], + ["9994", "10 K", "10 mil"], + ["99944", "100 K", "100 mil"], + ["999444", "999 K", "999 mil"], + ["9994444", "10 M", "10 millones"], + ["999444444", "999 M", "999 millones"], + ["9994444444", "9994 M", "10 mil millones"], + ["1000000000000000", "1000 B", "1000 billones"], + ["10000000000000000", "10000 B", "10000 billones"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 K", "-1 mil"], + ["-1001", "-1 K", "-1 mil"], + ["-1010", "-1 K", "-1 mil"], + ["-1100", "-1.1 K", "-1.1 mil"], + ["-2000", "-2 K", "-2 mil"], + ["-2001", "-2 K", "-2 mil"], + ["-2010", "-2 K", "-2 mil"], + ["-2100", "-2.1 K", "-2.1 mil"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 K", "-10 mil"], + ["-99999", "-100 K", "-100 mil"], + ["-999999", "-1 M", "-1 millón"], + ["-9999999", "-10 M", "-10 millones"], + ["-9999999999999999", "-10000 B", "-10000 billones"], + ["1000", "1 K", "1 mil"], + ["1001", "1 K", "1 mil"], + ["1010", "1 K", "1 mil"], + ["1100", "1.1 K", "1.1 mil"], + ["2000", "2 K", "2 mil"], + ["2001", "2 K", "2 mil"], + ["2010", "2 K", "2 mil"], + ["2100", "2.1 K", "2.1 mil"], + ["3000", "3 K", "3 mil"], + ["3001", "3 K", "3 mil"], + ["3010", "3 K", "3 mil"], + ["3100", "3.1 K", "3.1 mil"], + ["4000", "4 K", "4 mil"], + ["4001", "4 K", "4 mil"], + ["4010", "4 K", "4 mil"], + ["4100", "4.1 K", "4.1 mil"], + ["5000", "5 K", "5 mil"], + ["5001", "5 K", "5 mil"], + ["5010", "5 K", "5 mil"], + ["5100", "5.1 K", "5.1 mil"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 K", "1 mil"], + ["9999.12", "10 K", "10 mil"], + ["9999.99", "10 K", "10 mil"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 K", "-1 mil"], + ["-9999.12", "-10 K", "-10 mil"], + ["-9999.99", "-10 K", "-10 mil"], + ], + "et": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 tuh", "4,3 tuhat"], + ["54321", "54 tuh", "54 tuhat"], + ["654321", "654 tuh", "654 tuhat"], + ["7654321", "7,7 mln", "7,7 miljonit"], + ["87654321", "88 mln", "88 miljonit"], + ["987654321", "988 mln", "988 miljonit"], + ["1087654321", "1,1 mld", "1,1 miljardit"], + ["11987654321", "12 mld", "12 miljardit"], + ["129987654321", "130 mld", "130 miljardit"], + ["1398987654321", "1,4 trln", "1,4 triljonit"], + ["14987987654321", "15 trln", "15 triljonit"], + ["159876987654321", "160 trln", "160 triljonit"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 tuh", "10 tuhat"], + ["99999", "100 tuh", "100 tuhat"], + ["999999", "1 mln", "1 miljon"], + ["9999999", "10 mln", "10 miljonit"], + ["99999999", "100 mln", "100 miljonit"], + ["9994", "10 tuh", "10 tuhat"], + ["99944", "100 tuh", "100 tuhat"], + ["999444", "999 tuh", "999 tuhat"], + ["9994444", "10 mln", "10 miljonit"], + ["999444444", "999 mln", "999 miljonit"], + ["9994444444", "10 mld", "10 miljardit"], + ["1000000000000000", "1000 trln", "1000 triljonit"], + ["10000000000000000", "10000 trln", "10000 triljonit"], + ["0", "0", "0"], + ["-1", "−1", "−1"], + ["-2", "−2", "−2"], + ["-3", "−3", "−3"], + ["-1000", "−1 tuh", "−1 tuhat"], + ["-1001", "−1 tuh", "−1 tuhat"], + ["-1010", "−1 tuh", "−1 tuhat"], + ["-1100", "−1,1 tuh", "−1,1 tuhat"], + ["-2000", "−2 tuh", "−2 tuhat"], + ["-2001", "−2 tuh", "−2 tuhat"], + ["-2010", "−2 tuh", "−2 tuhat"], + ["-2100", "−2,1 tuh", "−2,1 tuhat"], + ["-9", "−9", "−9"], + ["-99", "−99", "−99"], + ["-999", "−999", "−999"], + ["-9999", "−10 tuh", "−10 tuhat"], + ["-99999", "−100 tuh", "−100 tuhat"], + ["-999999", "−1 mln", "−1 miljon"], + ["-9999999", "−10 mln", "−10 miljonit"], + ["-9999999999999999", "−10000 trln", "−10000 triljonit"], + ["1000", "1 tuh", "1 tuhat"], + ["1001", "1 tuh", "1 tuhat"], + ["1010", "1 tuh", "1 tuhat"], + ["1100", "1,1 tuh", "1,1 tuhat"], + ["2000", "2 tuh", "2 tuhat"], + ["2001", "2 tuh", "2 tuhat"], + ["2010", "2 tuh", "2 tuhat"], + ["2100", "2,1 tuh", "2,1 tuhat"], + ["3000", "3 tuh", "3 tuhat"], + ["3001", "3 tuh", "3 tuhat"], + ["3010", "3 tuh", "3 tuhat"], + ["3100", "3,1 tuh", "3,1 tuhat"], + ["4000", "4 tuh", "4 tuhat"], + ["4001", "4 tuh", "4 tuhat"], + ["4010", "4 tuh", "4 tuhat"], + ["4100", "4,1 tuh", "4,1 tuhat"], + ["5000", "5 tuh", "5 tuhat"], + ["5001", "5 tuh", "5 tuhat"], + ["5010", "5 tuh", "5 tuhat"], + ["5100", "5,1 tuh", "5,1 tuhat"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 tuh", "1 tuhat"], + ["9999.12", "10 tuh", "10 tuhat"], + ["9999.99", "10 tuh", "10 tuhat"], + ["-0.12", "−0,12", "−0,12"], + ["-0.99", "−0,99", "−0,99"], + ["-9.12", "−9,1", "−9,1"], + ["-9.99", "−10", "−10"], + ["-999.12", "−999", "−999"], + ["-999.99", "−1 tuh", "−1 tuhat"], + ["-9999.12", "−10 tuh", "−10 tuhat"], + ["-9999.99", "−10 tuh", "−10 tuhat"], + ], + "eu": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4321", "4321"], + ["54321", "54321", "54321"], + ["654321", "654321", "654321"], + ["7654321", "7,7 M", "7,7 milioi"], + ["87654321", "88 M", "88 milioi"], + ["987654321", "988 M", "988 milioi"], + ["1087654321", "1088 M", "1088 milioi"], + ["11987654321", "11988 M", "11988 milioi"], + ["129987654321", "129988 M", "129988 milioi"], + ["1398987654321", "1,4 B", "1,4 bilioi"], + ["14987987654321", "15 B", "15 bilioi"], + ["159876987654321", "160 B", "160 bilioi"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "9999", "9999"], + ["99999", "99999", "99999"], + ["999999", "999999", "999999"], + ["9999999", "10 M", "10 milioi"], + ["99999999", "100 M", "100 milioi"], + ["9994", "9994", "9994"], + ["99944", "99944", "99944"], + ["999444", "999444", "999444"], + ["9994444", "10 M", "10 milioi"], + ["999444444", "999 M", "999 milioi"], + ["9994444444", "9994 M", "9994 milioi"], + ["1000000000000000", "1000 B", "1000 bilioi"], + ["10000000000000000", "10000 B", "10000 bilioi"], + ["0", "0", "0"], + ["-1", "−1", "−1"], + ["-2", "−2", "−2"], + ["-3", "−3", "−3"], + ["-1000", "−1000", "−1000"], + ["-1001", "−1001", "−1001"], + ["-1010", "−1010", "−1010"], + ["-1100", "−1100", "−1100"], + ["-2000", "−2000", "−2000"], + ["-2001", "−2001", "−2001"], + ["-2010", "−2010", "−2010"], + ["-2100", "−2100", "−2100"], + ["-9", "−9", "−9"], + ["-99", "−99", "−99"], + ["-999", "−999", "−999"], + ["-9999", "−9999", "−9999"], + ["-99999", "−99999", "−99999"], + ["-999999", "−999999", "−999999"], + ["-9999999", "−10 M", "−10 milioi"], + ["-9999999999999999", "−10000 B", "−10000 bilioi"], + ["1000", "1000", "1000"], + ["1001", "1001", "1001"], + ["1010", "1010", "1010"], + ["1100", "1100", "1100"], + ["2000", "2000", "2000"], + ["2001", "2001", "2001"], + ["2010", "2010", "2010"], + ["2100", "2100", "2100"], + ["3000", "3000", "3000"], + ["3001", "3001", "3001"], + ["3010", "3010", "3010"], + ["3100", "3100", "3100"], + ["4000", "4000", "4000"], + ["4001", "4001", "4001"], + ["4010", "4010", "4010"], + ["4100", "4100", "4100"], + ["5000", "5000", "5000"], + ["5001", "5001", "5001"], + ["5010", "5010", "5010"], + ["5100", "5100", "5100"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1000", "1000"], + ["9999.12", "9999", "9999"], + ["9999.99", "10000", "10000"], + ["-0.12", "−0,12", "−0,12"], + ["-0.99", "−0,99", "−0,99"], + ["-9.12", "−9,1", "−9,1"], + ["-9.99", "−10", "−10"], + ["-999.12", "−999", "−999"], + ["-999.99", "−1000", "−1000"], + ["-9999.12", "−9999", "−9999"], + ["-9999.99", "−10000", "−10000"], + ], + "fa": [ + ["1", "۱", "۱"], + ["21", "۲۱", "۲۱"], + ["321", "۳۲۱", "۳۲۱"], + ["4321", "۴٫۳ هزار", "۴٫۳ هزار"], + ["54321", "۵۴ هزار", "۵۴ هزار"], + ["654321", "۶۵۴ هزار", "۶۵۴ هزار"], + ["7654321", "۷٫۷ میلیون", "۷٫۷ میلیون"], + ["87654321", "۸۸ میلیون", "۸۸ میلیون"], + ["987654321", "۹۸۸ میلیون", "۹۸۸ میلیون"], + ["1087654321", "۱٫۱ میلیارد", "۱٫۱ میلیارد"], + ["11987654321", "۱۲ میلیارد", "۱۲ میلیارد"], + ["129987654321", "۱۳۰ میلیارد", "۱۳۰ میلیارد"], + ["1398987654321", "۱٫۴ تریلیون", "۱٫۴ هزارمیلیارد"], + ["14987987654321", "۱۵ تریلیون", "۱۵ هزارمیلیارد"], + ["159876987654321", "۱۶۰ تریلیون", "۱۶۰ هزارمیلیارد"], + ["9", "۹", "۹"], + ["99", "۹۹", "۹۹"], + ["999", "۹۹۹", "۹۹۹"], + ["9999", "۱۰ هزار", "۱۰ هزار"], + ["99999", "۱۰۰ هزار", "۱۰۰ هزار"], + ["999999", "۱ میلیون", "۱ میلیون"], + ["9999999", "۱۰ میلیون", "۱۰ میلیون"], + ["99999999", "۱۰۰ میلیون", "۱۰۰ میلیون"], + ["9994", "۱۰ هزار", "۱۰ هزار"], + ["99944", "۱۰۰ هزار", "۱۰۰ هزار"], + ["999444", "۹۹۹ هزار", "۹۹۹ هزار"], + ["9994444", "۱۰ میلیون", "۱۰ میلیون"], + ["999444444", "۹۹۹ میلیون", "۹۹۹ میلیون"], + ["9994444444", "۱۰ میلیارد", "۱۰ میلیارد"], + ["1000000000000000", "۱۰۰۰ تریلیون", "۱۰۰۰ هزارمیلیارد"], + ["10000000000000000", "۱۰۰۰۰ تریلیون", "۱۰۰۰۰ هزارمیلیارد"], + ["0", "۰", "۰"], + ["-1", "‎−۱", "‎−۱"], + ["-2", "‎−۲", "‎−۲"], + ["-3", "‎−۳", "‎−۳"], + ["-1000", "‎−۱ هزار", "‎−۱ هزار"], + ["-1001", "‎−۱ هزار", "‎−۱ هزار"], + ["-1010", "‎−۱ هزار", "‎−۱ هزار"], + ["-1100", "‎−۱٫۱ هزار", "‎−۱٫۱ هزار"], + ["-2000", "‎−۲ هزار", "‎−۲ هزار"], + ["-2001", "‎−۲ هزار", "‎−۲ هزار"], + ["-2010", "‎−۲ هزار", "‎−۲ هزار"], + ["-2100", "‎−۲٫۱ هزار", "‎−۲٫۱ هزار"], + ["-9", "‎−۹", "‎−۹"], + ["-99", "‎−۹۹", "‎−۹۹"], + ["-999", "‎−۹۹۹", "‎−۹۹۹"], + ["-9999", "‎−۱۰ هزار", "‎−۱۰ هزار"], + ["-99999", "‎−۱۰۰ هزار", "‎−۱۰۰ هزار"], + ["-999999", "‎−۱ میلیون", "‎−۱ میلیون"], + ["-9999999", "‎−۱۰ میلیون", "‎−۱۰ میلیون"], + ["-9999999999999999", "‎−۱۰۰۰۰ تریلیون", "‎−۱۰۰۰۰ هزارمیلیارد"], + ["1000", "۱ هزار", "۱ هزار"], + ["1001", "۱ هزار", "۱ هزار"], + ["1010", "۱ هزار", "۱ هزار"], + ["1100", "۱٫۱ هزار", "۱٫۱ هزار"], + ["2000", "۲ هزار", "۲ هزار"], + ["2001", "۲ هزار", "۲ هزار"], + ["2010", "۲ هزار", "۲ هزار"], + ["2100", "۲٫۱ هزار", "۲٫۱ هزار"], + ["3000", "۳ هزار", "۳ هزار"], + ["3001", "۳ هزار", "۳ هزار"], + ["3010", "۳ هزار", "۳ هزار"], + ["3100", "۳٫۱ هزار", "۳٫۱ هزار"], + ["4000", "۴ هزار", "۴ هزار"], + ["4001", "۴ هزار", "۴ هزار"], + ["4010", "۴ هزار", "۴ هزار"], + ["4100", "۴٫۱ هزار", "۴٫۱ هزار"], + ["5000", "۵ هزار", "۵ هزار"], + ["5001", "۵ هزار", "۵ هزار"], + ["5010", "۵ هزار", "۵ هزار"], + ["5100", "۵٫۱ هزار", "۵٫۱ هزار"], + ["0.001234", "۰٫۰۰۱۲", "۰٫۰۰۱۲"], + ["0.01234", "۰٫۰۱۲", "۰٫۰۱۲"], + ["0.1234", "۰٫۱۲", "۰٫۱۲"], + ["0.99", "۰٫۹۹", "۰٫۹۹"], + ["0.999", "۱", "۱"], + ["9.12", "۹٫۱", "۹٫۱"], + ["9.99", "۱۰", "۱۰"], + ["99.12", "۹۹", "۹۹"], + ["99.99", "۱۰۰", "۱۰۰"], + ["999.12", "۹۹۹", "۹۹۹"], + ["999.99", "۱ هزار", "۱ هزار"], + ["9999.12", "۱۰ هزار", "۱۰ هزار"], + ["9999.99", "۱۰ هزار", "۱۰ هزار"], + ["-0.12", "‎−۰٫۱۲", "‎−۰٫۱۲"], + ["-0.99", "‎−۰٫۹۹", "‎−۰٫۹۹"], + ["-9.12", "‎−۹٫۱", "‎−۹٫۱"], + ["-9.99", "‎−۱۰", "‎−۱۰"], + ["-999.12", "‎−۹۹۹", "‎−۹۹۹"], + ["-999.99", "‎−۱ هزار", "‎−۱ هزار"], + ["-9999.12", "‎−۱۰ هزار", "‎−۱۰ هزار"], + ["-9999.99", "‎−۱۰ هزار", "‎−۱۰ هزار"], + ], + "fi": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 t.", "4,3 tuhatta"], + ["54321", "54 t.", "54 tuhatta"], + ["654321", "654 t.", "654 tuhatta"], + ["7654321", "7,7 milj.", "7,7 miljoonaa"], + ["87654321", "88 milj.", "88 miljoonaa"], + ["987654321", "988 milj.", "988 miljoonaa"], + ["1087654321", "1,1 mrd.", "1,1 miljardia"], + ["11987654321", "12 mrd.", "12 miljardia"], + ["129987654321", "130 mrd.", "130 miljardia"], + ["1398987654321", "1,4 bilj.", "1,4 biljoonaa"], + ["14987987654321", "15 bilj.", "15 biljoonaa"], + ["159876987654321", "160 bilj.", "160 biljoonaa"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 t.", "10 tuhatta"], + ["99999", "100 t.", "100 tuhatta"], + ["999999", "1 milj.", "1 miljoona"], + ["9999999", "10 milj.", "10 miljoonaa"], + ["99999999", "100 milj.", "100 miljoonaa"], + ["9994", "10 t.", "10 tuhatta"], + ["99944", "100 t.", "100 tuhatta"], + ["999444", "999 t.", "999 tuhatta"], + ["9994444", "10 milj.", "10 miljoonaa"], + ["999444444", "999 milj.", "999 miljoonaa"], + ["9994444444", "10 mrd.", "10 miljardia"], + ["1000000000000000", "1000 bilj.", "1000 biljoonaa"], + ["10000000000000000", "10000 bilj.", "10000 biljoonaa"], + ["0", "0", "0"], + ["-1", "−1", "−1"], + ["-2", "−2", "−2"], + ["-3", "−3", "−3"], + ["-1000", "−1 t.", "−1 tuhat"], + ["-1001", "−1 t.", "−1 tuhat"], + ["-1010", "−1 t.", "−1 tuhat"], + ["-1100", "−1,1 t.", "−1,1 tuhatta"], + ["-2000", "−2 t.", "−2 tuhatta"], + ["-2001", "−2 t.", "−2 tuhatta"], + ["-2010", "−2 t.", "−2 tuhatta"], + ["-2100", "−2,1 t.", "−2,1 tuhatta"], + ["-9", "−9", "−9"], + ["-99", "−99", "−99"], + ["-999", "−999", "−999"], + ["-9999", "−10 t.", "−10 tuhatta"], + ["-99999", "−100 t.", "−100 tuhatta"], + ["-999999", "−1 milj.", "−1 miljoona"], + ["-9999999", "−10 milj.", "−10 miljoonaa"], + ["-9999999999999999", "−10000 bilj.", "−10000 biljoonaa"], + ["1000", "1 t.", "1 tuhat"], + ["1001", "1 t.", "1 tuhat"], + ["1010", "1 t.", "1 tuhat"], + ["1100", "1,1 t.", "1,1 tuhatta"], + ["2000", "2 t.", "2 tuhatta"], + ["2001", "2 t.", "2 tuhatta"], + ["2010", "2 t.", "2 tuhatta"], + ["2100", "2,1 t.", "2,1 tuhatta"], + ["3000", "3 t.", "3 tuhatta"], + ["3001", "3 t.", "3 tuhatta"], + ["3010", "3 t.", "3 tuhatta"], + ["3100", "3,1 t.", "3,1 tuhatta"], + ["4000", "4 t.", "4 tuhatta"], + ["4001", "4 t.", "4 tuhatta"], + ["4010", "4 t.", "4 tuhatta"], + ["4100", "4,1 t.", "4,1 tuhatta"], + ["5000", "5 t.", "5 tuhatta"], + ["5001", "5 t.", "5 tuhatta"], + ["5010", "5 t.", "5 tuhatta"], + ["5100", "5,1 t.", "5,1 tuhatta"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 t.", "1 tuhat"], + ["9999.12", "10 t.", "10 tuhatta"], + ["9999.99", "10 t.", "10 tuhatta"], + ["-0.12", "−0,12", "−0,12"], + ["-0.99", "−0,99", "−0,99"], + ["-9.12", "−9,1", "−9,1"], + ["-9.99", "−10", "−10"], + ["-999.12", "−999", "−999"], + ["-999.99", "−1 t.", "−1 tuhat"], + ["-9999.12", "−10 t.", "−10 tuhatta"], + ["-9999.99", "−10 t.", "−10 tuhatta"], + ], + "fil": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3K", "4.3 libo"], + ["54321", "54K", "54 na libo"], + ["654321", "654K", "654 na libo"], + ["7654321", "7.7M", "7.7 milyon"], + ["87654321", "88M", "88 milyon"], + ["987654321", "988M", "988 milyon"], + ["1087654321", "1.1B", "1.1 bilyon"], + ["11987654321", "12B", "12 bilyon"], + ["129987654321", "130B", "130 bilyon"], + ["1398987654321", "1.4T", "1.4 na trilyon"], + ["14987987654321", "15T", "15 trilyon"], + ["159876987654321", "160T", "160 trilyon"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10K", "10 libo"], + ["99999", "100K", "100 libo"], + ["999999", "1M", "1 milyon"], + ["9999999", "10M", "10 milyon"], + ["99999999", "100M", "100 milyon"], + ["9994", "10K", "10 libo"], + ["99944", "100K", "100 libo"], + ["999444", "999K", "999 na libo"], + ["9994444", "10M", "10 milyon"], + ["999444444", "999M", "999 na milyon"], + ["9994444444", "10B", "10 bilyon"], + ["1000000000000000", "1000T", "1000 trilyon"], + ["10000000000000000", "10000T", "10000 trilyon"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1K", "-1 libo"], + ["-1001", "-1K", "-1 libo"], + ["-1010", "-1K", "-1 libo"], + ["-1100", "-1.1K", "-1.1 libo"], + ["-2000", "-2K", "-2 libo"], + ["-2001", "-2K", "-2 libo"], + ["-2010", "-2K", "-2 libo"], + ["-2100", "-2.1K", "-2.1 libo"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10K", "-10 libo"], + ["-99999", "-100K", "-100 libo"], + ["-999999", "-1M", "-1 milyon"], + ["-9999999", "-10M", "-10 milyon"], + ["-9999999999999999", "-10000T", "-10000 trilyon"], + ["1000", "1K", "1 libo"], + ["1001", "1K", "1 libo"], + ["1010", "1K", "1 libo"], + ["1100", "1.1K", "1.1 libo"], + ["2000", "2K", "2 libo"], + ["2001", "2K", "2 libo"], + ["2010", "2K", "2 libo"], + ["2100", "2.1K", "2.1 libo"], + ["3000", "3K", "3 libo"], + ["3001", "3K", "3 libo"], + ["3010", "3K", "3 libo"], + ["3100", "3.1K", "3.1 libo"], + ["4000", "4K", "4 na libo"], + ["4001", "4K", "4 na libo"], + ["4010", "4K", "4 na libo"], + ["4100", "4.1K", "4.1 libo"], + ["5000", "5K", "5 libo"], + ["5001", "5K", "5 libo"], + ["5010", "5K", "5 libo"], + ["5100", "5.1K", "5.1 libo"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1K", "1 libo"], + ["9999.12", "10K", "10 libo"], + ["9999.99", "10K", "10 libo"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1K", "-1 libo"], + ["-9999.12", "-10K", "-10 libo"], + ["-9999.99", "-10K", "-10 libo"], + ], + "fr": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 k", "4,3 mille"], + ["54321", "54 k", "54 mille"], + ["654321", "654 k", "654 mille"], + ["7654321", "7,7 M", "7,7 millions"], + ["87654321", "88 M", "88 millions"], + ["987654321", "988 M", "988 millions"], + ["1087654321", "1,1 Md", "1,1 milliard"], + ["11987654321", "12 Md", "12 milliards"], + ["129987654321", "130 Md", "130 milliards"], + ["1398987654321", "1,4 Bn", "1,4 billion"], + ["14987987654321", "15 Bn", "15 billions"], + ["159876987654321", "160 Bn", "160 billions"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 k", "10 mille"], + ["99999", "100 k", "100 mille"], + ["999999", "1 M", "1 million"], + ["9999999", "10 M", "10 millions"], + ["99999999", "100 M", "100 millions"], + ["9994", "10 k", "10 mille"], + ["99944", "100 k", "100 mille"], + ["999444", "999 k", "999 mille"], + ["9994444", "10 M", "10 millions"], + ["999444444", "999 M", "999 millions"], + ["9994444444", "10 Md", "10 milliards"], + ["1000000000000000", "1000 Bn", "1000 billions"], + ["10000000000000000", "10000 Bn", "10000 billions"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 k", "-1 millier"], + ["-1001", "-1 k", "-1 millier"], + ["-1010", "-1 k", "-1 millier"], + ["-1100", "-1,1 k", "-1,1 millier"], + ["-2000", "-2 k", "-2 mille"], + ["-2001", "-2 k", "-2 mille"], + ["-2010", "-2 k", "-2 mille"], + ["-2100", "-2,1 k", "-2,1 mille"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 k", "-10 mille"], + ["-99999", "-100 k", "-100 mille"], + ["-999999", "-1 M", "-1 million"], + ["-9999999", "-10 M", "-10 millions"], + ["-9999999999999999", "-10000 Bn", "-10000 billions"], + ["1000", "1 k", "mille"], + ["1001", "1 k", "mille"], + ["1010", "1 k", "mille"], + ["1100", "1,1 k", "1,1 millier"], + ["2000", "2 k", "2 mille"], + ["2001", "2 k", "2 mille"], + ["2010", "2 k", "2 mille"], + ["2100", "2,1 k", "2,1 mille"], + ["3000", "3 k", "3 mille"], + ["3001", "3 k", "3 mille"], + ["3010", "3 k", "3 mille"], + ["3100", "3,1 k", "3,1 mille"], + ["4000", "4 k", "4 mille"], + ["4001", "4 k", "4 mille"], + ["4010", "4 k", "4 mille"], + ["4100", "4,1 k", "4,1 mille"], + ["5000", "5 k", "5 mille"], + ["5001", "5 k", "5 mille"], + ["5010", "5 k", "5 mille"], + ["5100", "5,1 k", "5,1 mille"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 k", "mille"], + ["9999.12", "10 k", "10 mille"], + ["9999.99", "10 k", "10 mille"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 k", "-1 millier"], + ["-9999.12", "-10 k", "-10 mille"], + ["-9999.99", "-10 k", "-10 mille"], + ], + "fr_CA": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 k", "4,3 mille"], + ["54321", "54 k", "54 mille"], + ["654321", "654 k", "654 mille"], + ["7654321", "7,7 M", "7,7 millions"], + ["87654321", "88 M", "88 millions"], + ["987654321", "988 M", "988 millions"], + ["1087654321", "1,1 G", "1,1 milliard"], + ["11987654321", "12 G", "12 milliards"], + ["129987654321", "130 G", "130 milliards"], + ["1398987654321", "1,4 T", "1,4 billion"], + ["14987987654321", "15 T", "15 billions"], + ["159876987654321", "160 T", "160 billions"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 k", "10 mille"], + ["99999", "100 k", "100 mille"], + ["999999", "1 M", "1 million"], + ["9999999", "10 M", "10 millions"], + ["99999999", "100 M", "100 millions"], + ["9994", "10 k", "10 mille"], + ["99944", "100 k", "100 mille"], + ["999444", "999 k", "999 mille"], + ["9994444", "10 M", "10 millions"], + ["999444444", "999 M", "999 millions"], + ["9994444444", "10 G", "10 milliards"], + ["1000000000000000", "1000 T", "1000 billions"], + ["10000000000000000", "10000 T", "10000 billions"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 k", "-1 mille"], + ["-1001", "-1 k", "-1 mille"], + ["-1010", "-1 k", "-1 mille"], + ["-1100", "-1,1 k", "-1,1 mille"], + ["-2000", "-2 k", "-2 mille"], + ["-2001", "-2 k", "-2 mille"], + ["-2010", "-2 k", "-2 mille"], + ["-2100", "-2,1 k", "-2,1 mille"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 k", "-10 mille"], + ["-99999", "-100 k", "-100 mille"], + ["-999999", "-1 M", "-1 million"], + ["-9999999", "-10 M", "-10 millions"], + ["-9999999999999999", "-10000 T", "-10000 billions"], + ["1000", "1 k", "1 mille"], + ["1001", "1 k", "1 mille"], + ["1010", "1 k", "1 mille"], + ["1100", "1,1 k", "1,1 mille"], + ["2000", "2 k", "2 mille"], + ["2001", "2 k", "2 mille"], + ["2010", "2 k", "2 mille"], + ["2100", "2,1 k", "2,1 mille"], + ["3000", "3 k", "3 mille"], + ["3001", "3 k", "3 mille"], + ["3010", "3 k", "3 mille"], + ["3100", "3,1 k", "3,1 mille"], + ["4000", "4 k", "4 mille"], + ["4001", "4 k", "4 mille"], + ["4010", "4 k", "4 mille"], + ["4100", "4,1 k", "4,1 mille"], + ["5000", "5 k", "5 mille"], + ["5001", "5 k", "5 mille"], + ["5010", "5 k", "5 mille"], + ["5100", "5,1 k", "5,1 mille"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 k", "1 mille"], + ["9999.12", "10 k", "10 mille"], + ["9999.99", "10 k", "10 mille"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 k", "-1 mille"], + ["-9999.12", "-10 k", "-10 mille"], + ["-9999.99", "-10 k", "-10 mille"], + ], + "fr_CH": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 k", "4,3 mille"], + ["54321", "54 k", "54 mille"], + ["654321", "654 k", "654 mille"], + ["7654321", "7,7 M", "7,7 millions"], + ["87654321", "88 M", "88 millions"], + ["987654321", "988 M", "988 millions"], + ["1087654321", "1,1 Md", "1,1 milliard"], + ["11987654321", "12 Md", "12 milliards"], + ["129987654321", "130 Md", "130 milliards"], + ["1398987654321", "1,4 Bn", "1,4 billion"], + ["14987987654321", "15 Bn", "15 billions"], + ["159876987654321", "160 Bn", "160 billions"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 k", "10 mille"], + ["99999", "100 k", "100 mille"], + ["999999", "1 M", "1 million"], + ["9999999", "10 M", "10 millions"], + ["99999999", "100 M", "100 millions"], + ["9994", "10 k", "10 mille"], + ["99944", "100 k", "100 mille"], + ["999444", "999 k", "999 mille"], + ["9994444", "10 M", "10 millions"], + ["999444444", "999 M", "999 millions"], + ["9994444444", "10 Md", "10 milliards"], + ["1000000000000000", "1000 Bn", "1000 billions"], + ["10000000000000000", "10000 Bn", "10000 billions"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 k", "-1 millier"], + ["-1001", "-1 k", "-1 millier"], + ["-1010", "-1 k", "-1 millier"], + ["-1100", "-1,1 k", "-1,1 millier"], + ["-2000", "-2 k", "-2 mille"], + ["-2001", "-2 k", "-2 mille"], + ["-2010", "-2 k", "-2 mille"], + ["-2100", "-2,1 k", "-2,1 mille"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 k", "-10 mille"], + ["-99999", "-100 k", "-100 mille"], + ["-999999", "-1 M", "-1 million"], + ["-9999999", "-10 M", "-10 millions"], + ["-9999999999999999", "-10000 Bn", "-10000 billions"], + ["1000", "1 k", "mille"], + ["1001", "1 k", "mille"], + ["1010", "1 k", "mille"], + ["1100", "1,1 k", "1,1 millier"], + ["2000", "2 k", "2 mille"], + ["2001", "2 k", "2 mille"], + ["2010", "2 k", "2 mille"], + ["2100", "2,1 k", "2,1 mille"], + ["3000", "3 k", "3 mille"], + ["3001", "3 k", "3 mille"], + ["3010", "3 k", "3 mille"], + ["3100", "3,1 k", "3,1 mille"], + ["4000", "4 k", "4 mille"], + ["4001", "4 k", "4 mille"], + ["4010", "4 k", "4 mille"], + ["4100", "4,1 k", "4,1 mille"], + ["5000", "5 k", "5 mille"], + ["5001", "5 k", "5 mille"], + ["5010", "5 k", "5 mille"], + ["5100", "5,1 k", "5,1 mille"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 k", "mille"], + ["9999.12", "10 k", "10 mille"], + ["9999.99", "10 k", "10 mille"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 k", "-1 millier"], + ["-9999.12", "-10 k", "-10 mille"], + ["-9999.99", "-10 k", "-10 mille"], + ], + "fur": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3K", "4,3K"], + ["54321", "54K", "54K"], + ["654321", "654K", "654K"], + ["7654321", "7,7M", "7,7M"], + ["87654321", "88M", "88M"], + ["987654321", "988M", "988M"], + ["1087654321", "1,1G", "1,1G"], + ["11987654321", "12G", "12G"], + ["129987654321", "130G", "130G"], + ["1398987654321", "1,4T", "1,4T"], + ["14987987654321", "15T", "15T"], + ["159876987654321", "160T", "160T"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10K", "10K"], + ["99999", "100K", "100K"], + ["999999", "1M", "1M"], + ["9999999", "10M", "10M"], + ["99999999", "100M", "100M"], + ["9994", "10K", "10K"], + ["99944", "100K", "100K"], + ["999444", "999K", "999K"], + ["9994444", "10M", "10M"], + ["999444444", "999M", "999M"], + ["9994444444", "10G", "10G"], + ["1000000000000000", "1000T", "1000T"], + ["10000000000000000", "10000T", "10000T"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1K", "-1K"], + ["-1001", "-1K", "-1K"], + ["-1010", "-1K", "-1K"], + ["-1100", "-1,1K", "-1,1K"], + ["-2000", "-2K", "-2K"], + ["-2001", "-2K", "-2K"], + ["-2010", "-2K", "-2K"], + ["-2100", "-2,1K", "-2,1K"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10K", "-10K"], + ["-99999", "-100K", "-100K"], + ["-999999", "-1M", "-1M"], + ["-9999999", "-10M", "-10M"], + ["-9999999999999999", "-10000T", "-10000T"], + ["1000", "1K", "1K"], + ["1001", "1K", "1K"], + ["1010", "1K", "1K"], + ["1100", "1,1K", "1,1K"], + ["2000", "2K", "2K"], + ["2001", "2K", "2K"], + ["2010", "2K", "2K"], + ["2100", "2,1K", "2,1K"], + ["3000", "3K", "3K"], + ["3001", "3K", "3K"], + ["3010", "3K", "3K"], + ["3100", "3,1K", "3,1K"], + ["4000", "4K", "4K"], + ["4001", "4K", "4K"], + ["4010", "4K", "4K"], + ["4100", "4,1K", "4,1K"], + ["5000", "5K", "5K"], + ["5001", "5K", "5K"], + ["5010", "5K", "5K"], + ["5100", "5,1K", "5,1K"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1K", "1K"], + ["9999.12", "10K", "10K"], + ["9999.99", "10K", "10K"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1K", "-1K"], + ["-9999.12", "-10K", "-10K"], + ["-9999.99", "-10K", "-10K"], + ], + "ga": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3k", "4.3 míle"], + ["54321", "54k", "54 míle"], + ["654321", "654k", "654 míle"], + ["7654321", "7.7M", "7.7 milliún"], + ["87654321", "88M", "88 milliún"], + ["987654321", "988M", "988 milliún"], + ["1087654321", "1.1B", "1.1 billiún"], + ["11987654321", "12B", "12 billiún"], + ["129987654321", "130B", "130 billiún"], + ["1398987654321", "1.4T", "1.4 trilliún"], + ["14987987654321", "15T", "15 trilliún"], + ["159876987654321", "160T", "160 trilliún"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10k", "10 míle"], + ["99999", "100k", "100 míle"], + ["999999", "1M", "1 mhilliún"], + ["9999999", "10M", "10 milliún"], + ["99999999", "100M", "100 milliún"], + ["9994", "10k", "10 míle"], + ["99944", "100k", "100 míle"], + ["999444", "999k", "999 míle"], + ["9994444", "10M", "10 milliún"], + ["999444444", "999M", "999 milliún"], + ["9994444444", "10B", "10 mbilliún"], + ["1000000000000000", "1000T", "1000 trilliún"], + ["10000000000000000", "10000T", "10000 trilliún"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1k", "-1 mhíle"], + ["-1001", "-1k", "-1 mhíle"], + ["-1010", "-1k", "-1 mhíle"], + ["-1100", "-1.1k", "-1.1 míle"], + ["-2000", "-2k", "-2 mhíle"], + ["-2001", "-2k", "-2 mhíle"], + ["-2010", "-2k", "-2 mhíle"], + ["-2100", "-2.1k", "-2.1 míle"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10k", "-10 míle"], + ["-99999", "-100k", "-100 míle"], + ["-999999", "-1M", "-1 mhilliún"], + ["-9999999", "-10M", "-10 milliún"], + ["-9999999999999999", "-10000T", "-10000 trilliún"], + ["1000", "1k", "1 mhíle"], + ["1001", "1k", "1 mhíle"], + ["1010", "1k", "1 mhíle"], + ["1100", "1.1k", "1.1 míle"], + ["2000", "2k", "2 mhíle"], + ["2001", "2k", "2 mhíle"], + ["2010", "2k", "2 mhíle"], + ["2100", "2.1k", "2.1 míle"], + ["3000", "3k", "3 mhíle"], + ["3001", "3k", "3 mhíle"], + ["3010", "3k", "3 mhíle"], + ["3100", "3.1k", "3.1 míle"], + ["4000", "4k", "4 mhíle"], + ["4001", "4k", "4 mhíle"], + ["4010", "4k", "4 mhíle"], + ["4100", "4.1k", "4.1 míle"], + ["5000", "5k", "5 mhíle"], + ["5001", "5k", "5 mhíle"], + ["5010", "5k", "5 mhíle"], + ["5100", "5.1k", "5.1 míle"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1k", "1 mhíle"], + ["9999.12", "10k", "10 míle"], + ["9999.99", "10k", "10 míle"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1k", "-1 mhíle"], + ["-9999.12", "-10k", "-10 míle"], + ["-9999.99", "-10k", "-10 míle"], + ], + "gl": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4321", "4321"], + ["54321", "54321", "54321"], + ["654321", "654321", "654321"], + ["7654321", "7,7 M", "7,7 millóns"], + ["87654321", "88 M", "88 millóns"], + ["987654321", "988 M", "988 millóns"], + ["1087654321", "1088 M", "1088 millóns"], + ["11987654321", "11988 M", "11988 millóns"], + ["129987654321", "129988 M", "129988 millóns"], + ["1398987654321", "1,4 B", "1,4 billóns"], + ["14987987654321", "15 B", "15 billóns"], + ["159876987654321", "160 B", "160 billóns"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "9999", "9999"], + ["99999", "99999", "99999"], + ["999999", "999999", "999999"], + ["9999999", "10 M", "10 millóns"], + ["99999999", "100 M", "100 millóns"], + ["9994", "9994", "9994"], + ["99944", "99944", "99944"], + ["999444", "999444", "999444"], + ["9994444", "10 M", "10 millóns"], + ["999444444", "999 M", "999 millóns"], + ["9994444444", "9994 M", "9994 millóns"], + ["1000000000000000", "1000 B", "1000 billóns"], + ["10000000000000000", "10000 B", "10000 billóns"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1000", "-1000"], + ["-1001", "-1001", "-1001"], + ["-1010", "-1010", "-1010"], + ["-1100", "-1100", "-1100"], + ["-2000", "-2000", "-2000"], + ["-2001", "-2001", "-2001"], + ["-2010", "-2010", "-2010"], + ["-2100", "-2100", "-2100"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-9999", "-9999"], + ["-99999", "-99999", "-99999"], + ["-999999", "-999999", "-999999"], + ["-9999999", "-10 M", "-10 millóns"], + ["-9999999999999999", "-10000 B", "-10000 billóns"], + ["1000", "1000", "1000"], + ["1001", "1001", "1001"], + ["1010", "1010", "1010"], + ["1100", "1100", "1100"], + ["2000", "2000", "2000"], + ["2001", "2001", "2001"], + ["2010", "2010", "2010"], + ["2100", "2100", "2100"], + ["3000", "3000", "3000"], + ["3001", "3001", "3001"], + ["3010", "3010", "3010"], + ["3100", "3100", "3100"], + ["4000", "4000", "4000"], + ["4001", "4001", "4001"], + ["4010", "4010", "4010"], + ["4100", "4100", "4100"], + ["5000", "5000", "5000"], + ["5001", "5001", "5001"], + ["5010", "5010", "5010"], + ["5100", "5100", "5100"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1000", "1000"], + ["9999.12", "9999", "9999"], + ["9999.99", "10000", "10000"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1000", "-1000"], + ["-9999.12", "-9999", "-9999"], + ["-9999.99", "-10000", "-10000"], + ], + "gsw": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3 Tsg.", "4.3 Tuusig"], + ["54321", "54 Tsg.", "54 Tuusig"], + ["654321", "654 Tsg.", "654 Tuusig"], + ["7654321", "7.7 Mio.", "7.7 Millioone"], + ["87654321", "88 Mio.", "88 Millioone"], + ["987654321", "988 Mio.", "988 Millioone"], + ["1087654321", "1.1 Mrd.", "1.1 Milliarde"], + ["11987654321", "12 Mrd.", "12 Milliarde"], + ["129987654321", "130 Mrd.", "130 Milliarde"], + ["1398987654321", "1.4 Bio.", "1.4 Billioone"], + ["14987987654321", "15 Bio.", "15 Billioone"], + ["159876987654321", "160 Bio.", "160 Billioone"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 Tsg.", "10 Tuusig"], + ["99999", "100 Tsg.", "100 Tuusig"], + ["999999", "1 Mio.", "1 Millioon"], + ["9999999", "10 Mio.", "10 Millioone"], + ["99999999", "100 Mio.", "100 Millioone"], + ["9994", "10 Tsg.", "10 Tuusig"], + ["99944", "100 Tsg.", "100 Tuusig"], + ["999444", "999 Tsg.", "999 Tuusig"], + ["9994444", "10 Mio.", "10 Millioone"], + ["999444444", "999 Mio.", "999 Millioone"], + ["9994444444", "10 Mrd.", "10 Milliarde"], + ["1000000000000000", "1000 Bio.", "1000 Billioone"], + ["10000000000000000", "10000 Bio.", "10000 Billioone"], + ["0", "0", "0"], + ["-1", "−1", "−1"], + ["-2", "−2", "−2"], + ["-3", "−3", "−3"], + ["-1000", "−1 Tsg.", "−1 Tuusig"], + ["-1001", "−1 Tsg.", "−1 Tuusig"], + ["-1010", "−1 Tsg.", "−1 Tuusig"], + ["-1100", "−1.1 Tsg.", "−1.1 Tuusig"], + ["-2000", "−2 Tsg.", "−2 Tuusig"], + ["-2001", "−2 Tsg.", "−2 Tuusig"], + ["-2010", "−2 Tsg.", "−2 Tuusig"], + ["-2100", "−2.1 Tsg.", "−2.1 Tuusig"], + ["-9", "−9", "−9"], + ["-99", "−99", "−99"], + ["-999", "−999", "−999"], + ["-9999", "−10 Tsg.", "−10 Tuusig"], + ["-99999", "−100 Tsg.", "−100 Tuusig"], + ["-999999", "−1 Mio.", "−1 Millioon"], + ["-9999999", "−10 Mio.", "−10 Millioone"], + ["-9999999999999999", "−10000 Bio.", "−10000 Billioone"], + ["1000", "1 Tsg.", "1 Tuusig"], + ["1001", "1 Tsg.", "1 Tuusig"], + ["1010", "1 Tsg.", "1 Tuusig"], + ["1100", "1.1 Tsg.", "1.1 Tuusig"], + ["2000", "2 Tsg.", "2 Tuusig"], + ["2001", "2 Tsg.", "2 Tuusig"], + ["2010", "2 Tsg.", "2 Tuusig"], + ["2100", "2.1 Tsg.", "2.1 Tuusig"], + ["3000", "3 Tsg.", "3 Tuusig"], + ["3001", "3 Tsg.", "3 Tuusig"], + ["3010", "3 Tsg.", "3 Tuusig"], + ["3100", "3.1 Tsg.", "3.1 Tuusig"], + ["4000", "4 Tsg.", "4 Tuusig"], + ["4001", "4 Tsg.", "4 Tuusig"], + ["4010", "4 Tsg.", "4 Tuusig"], + ["4100", "4.1 Tsg.", "4.1 Tuusig"], + ["5000", "5 Tsg.", "5 Tuusig"], + ["5001", "5 Tsg.", "5 Tuusig"], + ["5010", "5 Tsg.", "5 Tuusig"], + ["5100", "5.1 Tsg.", "5.1 Tuusig"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 Tsg.", "1 Tuusig"], + ["9999.12", "10 Tsg.", "10 Tuusig"], + ["9999.99", "10 Tsg.", "10 Tuusig"], + ["-0.12", "−0.12", "−0.12"], + ["-0.99", "−0.99", "−0.99"], + ["-9.12", "−9.1", "−9.1"], + ["-9.99", "−10", "−10"], + ["-999.12", "−999", "−999"], + ["-999.99", "−1 Tsg.", "−1 Tuusig"], + ["-9999.12", "−10 Tsg.", "−10 Tuusig"], + ["-9999.99", "−10 Tsg.", "−10 Tuusig"], + ], + "gu": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3 હજાર", "4.3 હજાર"], + ["54321", "54 હજાર", "54 હજાર"], + ["654321", "6.5 લાખ", "6.5 લાખ"], + ["7654321", "77 લાખ", "77 લાખ"], + ["87654321", "8.8 કરોડ", "8.8 કરોડ"], + ["987654321", "99 કરોડ", "99 કરોડ"], + ["1087654321", "1.1 અબજ", "1.1 અબજ"], + ["11987654321", "12 અબજ", "12 અબજ"], + ["129987654321", "1.3 નિખર્વ", "1.3 નિખર્વ"], + ["1398987654321", "1.4 મહાપદ્મ", "1.4 મહાપદ્મ"], + ["14987987654321", "1.5 શંકુ", "1.5 શંકુ"], + ["159876987654321", "1.6 જલધિ", "1.6 જલધિ"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 હજાર", "10 હજાર"], + ["99999", "1 લાખ", "1 લાખ"], + ["999999", "10 લાખ", "10 લાખ"], + ["9999999", "1 કરોડ", "1 કરોડ"], + ["99999999", "10 કરોડ", "10 કરોડ"], + ["9994", "10 હજાર", "10 હજાર"], + ["99944", "1 લાખ", "1 લાખ"], + ["999444", "10 લાખ", "10 લાખ"], + ["9994444", "1 કરોડ", "1 કરોડ"], + ["999444444", "1 અબજ", "1 અબજ"], + ["9994444444", "10 અબજ", "10 અબજ"], + ["1000000000000000", "10 જલધિ", "10 જલધિ"], + ["10000000000000000", "100 જલધિ", "100 જલધિ"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 હજાર", "-1 હજાર"], + ["-1001", "-1 હજાર", "-1 હજાર"], + ["-1010", "-1 હજાર", "-1 હજાર"], + ["-1100", "-1.1 હજાર", "-1.1 હજાર"], + ["-2000", "-2 હજાર", "-2 હજાર"], + ["-2001", "-2 હજાર", "-2 હજાર"], + ["-2010", "-2 હજાર", "-2 હજાર"], + ["-2100", "-2.1 હજાર", "-2.1 હજાર"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 હજાર", "-10 હજાર"], + ["-99999", "-1 લાખ", "-1 લાખ"], + ["-999999", "-10 લાખ", "-10 લાખ"], + ["-9999999", "-1 કરોડ", "-1 કરોડ"], + ["-9999999999999999", "-100 જલધિ", "-100 જલધિ"], + ["1000", "1 હજાર", "1 હજાર"], + ["1001", "1 હજાર", "1 હજાર"], + ["1010", "1 હજાર", "1 હજાર"], + ["1100", "1.1 હજાર", "1.1 હજાર"], + ["2000", "2 હજાર", "2 હજાર"], + ["2001", "2 હજાર", "2 હજાર"], + ["2010", "2 હજાર", "2 હજાર"], + ["2100", "2.1 હજાર", "2.1 હજાર"], + ["3000", "3 હજાર", "3 હજાર"], + ["3001", "3 હજાર", "3 હજાર"], + ["3010", "3 હજાર", "3 હજાર"], + ["3100", "3.1 હજાર", "3.1 હજાર"], + ["4000", "4 હજાર", "4 હજાર"], + ["4001", "4 હજાર", "4 હજાર"], + ["4010", "4 હજાર", "4 હજાર"], + ["4100", "4.1 હજાર", "4.1 હજાર"], + ["5000", "5 હજાર", "5 હજાર"], + ["5001", "5 હજાર", "5 હજાર"], + ["5010", "5 હજાર", "5 હજાર"], + ["5100", "5.1 હજાર", "5.1 હજાર"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 હજાર", "1 હજાર"], + ["9999.12", "10 હજાર", "10 હજાર"], + ["9999.99", "10 હજાર", "10 હજાર"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 હજાર", "-1 હજાર"], + ["-9999.12", "-10 હજાર", "-10 હજાર"], + ["-9999.99", "-10 હજાર", "-10 હજાર"], + ], + "haw": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3K", "4.3K"], + ["54321", "54K", "54K"], + ["654321", "654K", "654K"], + ["7654321", "7.7M", "7.7M"], + ["87654321", "88M", "88M"], + ["987654321", "988M", "988M"], + ["1087654321", "1.1G", "1.1G"], + ["11987654321", "12G", "12G"], + ["129987654321", "130G", "130G"], + ["1398987654321", "1.4T", "1.4T"], + ["14987987654321", "15T", "15T"], + ["159876987654321", "160T", "160T"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10K", "10K"], + ["99999", "100K", "100K"], + ["999999", "1M", "1M"], + ["9999999", "10M", "10M"], + ["99999999", "100M", "100M"], + ["9994", "10K", "10K"], + ["99944", "100K", "100K"], + ["999444", "999K", "999K"], + ["9994444", "10M", "10M"], + ["999444444", "999M", "999M"], + ["9994444444", "10G", "10G"], + ["1000000000000000", "1000T", "1000T"], + ["10000000000000000", "10000T", "10000T"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1K", "-1K"], + ["-1001", "-1K", "-1K"], + ["-1010", "-1K", "-1K"], + ["-1100", "-1.1K", "-1.1K"], + ["-2000", "-2K", "-2K"], + ["-2001", "-2K", "-2K"], + ["-2010", "-2K", "-2K"], + ["-2100", "-2.1K", "-2.1K"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10K", "-10K"], + ["-99999", "-100K", "-100K"], + ["-999999", "-1M", "-1M"], + ["-9999999", "-10M", "-10M"], + ["-9999999999999999", "-10000T", "-10000T"], + ["1000", "1K", "1K"], + ["1001", "1K", "1K"], + ["1010", "1K", "1K"], + ["1100", "1.1K", "1.1K"], + ["2000", "2K", "2K"], + ["2001", "2K", "2K"], + ["2010", "2K", "2K"], + ["2100", "2.1K", "2.1K"], + ["3000", "3K", "3K"], + ["3001", "3K", "3K"], + ["3010", "3K", "3K"], + ["3100", "3.1K", "3.1K"], + ["4000", "4K", "4K"], + ["4001", "4K", "4K"], + ["4010", "4K", "4K"], + ["4100", "4.1K", "4.1K"], + ["5000", "5K", "5K"], + ["5001", "5K", "5K"], + ["5010", "5K", "5K"], + ["5100", "5.1K", "5.1K"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1K", "1K"], + ["9999.12", "10K", "10K"], + ["9999.99", "10K", "10K"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1K", "-1K"], + ["-9999.12", "-10K", "-10K"], + ["-9999.99", "-10K", "-10K"], + ], + "he": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3K‏", "‏4.3 אלף"], + ["54321", "54K‏", "‏54 אלף"], + ["654321", "654K‏", "‏654 אלף"], + ["7654321", "7.7M‏", "‏7.7 מיליון"], + ["87654321", "88M‏", "‏88 מיליון"], + ["987654321", "988M‏", "‏988 מיליון"], + ["1087654321", "1.1B‏", "‏1.1 מיליארד"], + ["11987654321", "12B‏", "‏12 מיליארד"], + ["129987654321", "130B‏", "‏130 מיליארד"], + ["1398987654321", "1.4T‏", "‏1.4 טריליון"], + ["14987987654321", "15T‏", "‏15 טריליון"], + ["159876987654321", "160T‏", "‏160 טריליון"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10K‏", "‏10 אלף"], + ["99999", "100K‏", "‏100 אלף"], + ["999999", "1M‏", "‏1 מיליון"], + ["9999999", "10M‏", "‏10 מיליון"], + ["99999999", "100M‏", "‏100 מיליון"], + ["9994", "10K‏", "‏10 אלף"], + ["99944", "100K‏", "‏100 אלף"], + ["999444", "999K‏", "‏999 אלף"], + ["9994444", "10M‏", "‏10 מיליון"], + ["999444444", "999M‏", "‏999 מיליון"], + ["9994444444", "10B‏", "‏10 מיליארד"], + ["1000000000000000", "1000T‏", "‏1000 טריליון"], + ["10000000000000000", "10000T‏", "‏10000 טריליון"], + ["0", "0", "0"], + ["-1", "‎-1", "‎-1"], + ["-2", "‎-2", "‎-2"], + ["-3", "‎-3", "‎-3"], + ["-1000", "‎-1K‏", "‎-‏1 אלף"], + ["-1001", "‎-1K‏", "‎-‏1 אלף"], + ["-1010", "‎-1K‏", "‎-‏1 אלף"], + ["-1100", "‎-1.1K‏", "‎-‏1.1 אלף"], + ["-2000", "‎-2K‏", "‎-‏2 אלף"], + ["-2001", "‎-2K‏", "‎-‏2 אלף"], + ["-2010", "‎-2K‏", "‎-‏2 אלף"], + ["-2100", "‎-2.1K‏", "‎-‏2.1 אלף"], + ["-9", "‎-9", "‎-9"], + ["-99", "‎-99", "‎-99"], + ["-999", "‎-999", "‎-999"], + ["-9999", "‎-10K‏", "‎-‏10 אלף"], + ["-99999", "‎-100K‏", "‎-‏100 אלף"], + ["-999999", "‎-1M‏", "‎-‏1 מיליון"], + ["-9999999", "‎-10M‏", "‎-‏10 מיליון"], + ["-9999999999999999", "‎-10000T‏", "‎-‏10000 טריליון"], + ["1000", "1K‏", "‏1 אלף"], + ["1001", "1K‏", "‏1 אלף"], + ["1010", "1K‏", "‏1 אלף"], + ["1100", "1.1K‏", "‏1.1 אלף"], + ["2000", "2K‏", "‏2 אלף"], + ["2001", "2K‏", "‏2 אלף"], + ["2010", "2K‏", "‏2 אלף"], + ["2100", "2.1K‏", "‏2.1 אלף"], + ["3000", "3K‏", "‏3 אלף"], + ["3001", "3K‏", "‏3 אלף"], + ["3010", "3K‏", "‏3 אלף"], + ["3100", "3.1K‏", "‏3.1 אלף"], + ["4000", "4K‏", "‏4 אלף"], + ["4001", "4K‏", "‏4 אלף"], + ["4010", "4K‏", "‏4 אלף"], + ["4100", "4.1K‏", "‏4.1 אלף"], + ["5000", "5K‏", "‏5 אלף"], + ["5001", "5K‏", "‏5 אלף"], + ["5010", "5K‏", "‏5 אלף"], + ["5100", "5.1K‏", "‏5.1 אלף"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1K‏", "‏1 אלף"], + ["9999.12", "10K‏", "‏10 אלף"], + ["9999.99", "10K‏", "‏10 אלף"], + ["-0.12", "‎-0.12", "‎-0.12"], + ["-0.99", "‎-0.99", "‎-0.99"], + ["-9.12", "‎-9.1", "‎-9.1"], + ["-9.99", "‎-10", "‎-10"], + ["-999.12", "‎-999", "‎-999"], + ["-999.99", "‎-1K‏", "‎-‏1 אלף"], + ["-9999.12", "‎-10K‏", "‎-‏10 אלף"], + ["-9999.99", "‎-10K‏", "‎-‏10 אלף"], + ], + "hi": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3 हज़ार", "4.3 हज़ार"], + ["54321", "54 हज़ार", "54 हज़ार"], + ["654321", "6.5 लाख", "6.5 लाख"], + ["7654321", "77 लाख", "77 लाख"], + ["87654321", "8.8 क॰", "8.8 करोड़"], + ["987654321", "99 क॰", "99 करोड़"], + ["1087654321", "1.1 अ॰", "1.1 अरब"], + ["11987654321", "12 अ॰", "12 अरब"], + ["129987654321", "1.3 ख॰", "1.3 खरब"], + ["1398987654321", "14 ख॰", "14 खरब"], + ["14987987654321", "1.5 नील", "150 खरब"], + ["159876987654321", "16 नील", "1599 खरब"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 हज़ार", "10 हज़ार"], + ["99999", "1 लाख", "1 लाख"], + ["999999", "10 लाख", "10 लाख"], + ["9999999", "1 क॰", "1 करोड़"], + ["99999999", "10 क॰", "10 करोड़"], + ["9994", "10 हज़ार", "10 हज़ार"], + ["99944", "1 लाख", "1 लाख"], + ["999444", "10 लाख", "10 लाख"], + ["9994444", "1 क॰", "1 करोड़"], + ["999444444", "1 अ॰", "1 अरब"], + ["9994444444", "10 अ॰", "10 अरब"], + ["1000000000000000", "100 नील", "10000 खरब"], + ["10000000000000000", "1000 नील", "100000 खरब"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 हज़ार", "-1 हज़ार"], + ["-1001", "-1 हज़ार", "-1 हज़ार"], + ["-1010", "-1 हज़ार", "-1 हज़ार"], + ["-1100", "-1.1 हज़ार", "-1.1 हज़ार"], + ["-2000", "-2 हज़ार", "-2 हज़ार"], + ["-2001", "-2 हज़ार", "-2 हज़ार"], + ["-2010", "-2 हज़ार", "-2 हज़ार"], + ["-2100", "-2.1 हज़ार", "-2.1 हज़ार"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 हज़ार", "-10 हज़ार"], + ["-99999", "-1 लाख", "-1 लाख"], + ["-999999", "-10 लाख", "-10 लाख"], + ["-9999999", "-1 क॰", "-1 करोड़"], + ["-9999999999999999", "-1000 नील", "-100000 खरब"], + ["1000", "1 हज़ार", "1 हज़ार"], + ["1001", "1 हज़ार", "1 हज़ार"], + ["1010", "1 हज़ार", "1 हज़ार"], + ["1100", "1.1 हज़ार", "1.1 हज़ार"], + ["2000", "2 हज़ार", "2 हज़ार"], + ["2001", "2 हज़ार", "2 हज़ार"], + ["2010", "2 हज़ार", "2 हज़ार"], + ["2100", "2.1 हज़ार", "2.1 हज़ार"], + ["3000", "3 हज़ार", "3 हज़ार"], + ["3001", "3 हज़ार", "3 हज़ार"], + ["3010", "3 हज़ार", "3 हज़ार"], + ["3100", "3.1 हज़ार", "3.1 हज़ार"], + ["4000", "4 हज़ार", "4 हज़ार"], + ["4001", "4 हज़ार", "4 हज़ार"], + ["4010", "4 हज़ार", "4 हज़ार"], + ["4100", "4.1 हज़ार", "4.1 हज़ार"], + ["5000", "5 हज़ार", "5 हज़ार"], + ["5001", "5 हज़ार", "5 हज़ार"], + ["5010", "5 हज़ार", "5 हज़ार"], + ["5100", "5.1 हज़ार", "5.1 हज़ार"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 हज़ार", "1 हज़ार"], + ["9999.12", "10 हज़ार", "10 हज़ार"], + ["9999.99", "10 हज़ार", "10 हज़ार"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 हज़ार", "-1 हज़ार"], + ["-9999.12", "-10 हज़ार", "-10 हज़ार"], + ["-9999.99", "-10 हज़ार", "-10 हज़ार"], + ], + "hr": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 tis.", "4,3 tisuće"], + ["54321", "54 tis.", "54 tisuće"], + ["654321", "654 tis.", "654 tisuće"], + ["7654321", "7,7 mil.", "7,7 milijuna"], + ["87654321", "88 mil.", "88 milijuna"], + ["987654321", "988 mil.", "988 milijuna"], + ["1087654321", "1,1 mlr.", "1,1 milijarda"], + ["11987654321", "12 mlr.", "12 milijardi"], + ["129987654321", "130 mlr.", "130 milijardi"], + ["1398987654321", "1,4 bil.", "1,4 bilijuna"], + ["14987987654321", "15 bil.", "15 bilijuna"], + ["159876987654321", "160 bil.", "160 bilijuna"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 tis.", "10 tisuća"], + ["99999", "100 tis.", "100 tisuća"], + ["999999", "1 mil.", "1 milijun"], + ["9999999", "10 mil.", "10 milijuna"], + ["99999999", "100 mil.", "100 milijuna"], + ["9994", "10 tis.", "10 tisuća"], + ["99944", "100 tis.", "100 tisuća"], + ["999444", "999 tis.", "999 tisuća"], + ["9994444", "10 mil.", "10 milijuna"], + ["999444444", "999 mil.", "999 milijuna"], + ["9994444444", "10 mlr.", "10 milijardi"], + ["1000000000000000", "1000 bil.", "1000 bilijuna"], + ["10000000000000000", "10000 bil.", "10000 bilijuna"], + ["0", "0", "0"], + ["-1", "−1", "−1"], + ["-2", "−2", "−2"], + ["-3", "−3", "−3"], + ["-1000", "−1 tis.", "−1 tisuća"], + ["-1001", "−1 tis.", "−1 tisuća"], + ["-1010", "−1 tis.", "−1 tisuća"], + ["-1100", "−1,1 tis.", "−1,1 tisuća"], + ["-2000", "−2 tis.", "−2 tisuće"], + ["-2001", "−2 tis.", "−2 tisuće"], + ["-2010", "−2 tis.", "−2 tisuće"], + ["-2100", "−2,1 tis.", "−2,1 tisuća"], + ["-9", "−9", "−9"], + ["-99", "−99", "−99"], + ["-999", "−999", "−999"], + ["-9999", "−10 tis.", "−10 tisuća"], + ["-99999", "−100 tis.", "−100 tisuća"], + ["-999999", "−1 mil.", "−1 milijun"], + ["-9999999", "−10 mil.", "−10 milijuna"], + ["-9999999999999999", "−10000 bil.", "−10000 bilijuna"], + ["1000", "1 tis.", "1 tisuća"], + ["1001", "1 tis.", "1 tisuća"], + ["1010", "1 tis.", "1 tisuća"], + ["1100", "1,1 tis.", "1,1 tisuća"], + ["2000", "2 tis.", "2 tisuće"], + ["2001", "2 tis.", "2 tisuće"], + ["2010", "2 tis.", "2 tisuće"], + ["2100", "2,1 tis.", "2,1 tisuća"], + ["3000", "3 tis.", "3 tisuće"], + ["3001", "3 tis.", "3 tisuće"], + ["3010", "3 tis.", "3 tisuće"], + ["3100", "3,1 tis.", "3,1 tisuća"], + ["4000", "4 tis.", "4 tisuće"], + ["4001", "4 tis.", "4 tisuće"], + ["4010", "4 tis.", "4 tisuće"], + ["4100", "4,1 tis.", "4,1 tisuća"], + ["5000", "5 tis.", "5 tisuća"], + ["5001", "5 tis.", "5 tisuća"], + ["5010", "5 tis.", "5 tisuća"], + ["5100", "5,1 tis.", "5,1 tisuća"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 tis.", "1 tisuća"], + ["9999.12", "10 tis.", "10 tisuća"], + ["9999.99", "10 tis.", "10 tisuća"], + ["-0.12", "−0,12", "−0,12"], + ["-0.99", "−0,99", "−0,99"], + ["-9.12", "−9,1", "−9,1"], + ["-9.99", "−10", "−10"], + ["-999.12", "−999", "−999"], + ["-999.99", "−1 tis.", "−1 tisuća"], + ["-9999.12", "−10 tis.", "−10 tisuća"], + ["-9999.99", "−10 tis.", "−10 tisuća"], + ], + "hu": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 E", "4,3 ezer"], + ["54321", "54 E", "54 ezer"], + ["654321", "654 E", "654 ezer"], + ["7654321", "7,7 M", "7,7 millió"], + ["87654321", "88 M", "88 millió"], + ["987654321", "988 M", "988 millió"], + ["1087654321", "1,1 Mrd", "1,1 milliárd"], + ["11987654321", "12 Mrd", "12 milliárd"], + ["129987654321", "130 Mrd", "130 milliárd"], + ["1398987654321", "1,4 B", "1,4 billió"], + ["14987987654321", "15 B", "15 billió"], + ["159876987654321", "160 B", "160 billió"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 E", "10 ezer"], + ["99999", "100 E", "100 ezer"], + ["999999", "1 M", "1 millió"], + ["9999999", "10 M", "10 millió"], + ["99999999", "100 M", "100 millió"], + ["9994", "10 E", "10 ezer"], + ["99944", "100 E", "100 ezer"], + ["999444", "999 E", "999 ezer"], + ["9994444", "10 M", "10 millió"], + ["999444444", "999 M", "999 millió"], + ["9994444444", "10 Mrd", "10 milliárd"], + ["1000000000000000", "1000 B", "1000 billió"], + ["10000000000000000", "10000 B", "10000 billió"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 E", "-1 ezer"], + ["-1001", "-1 E", "-1 ezer"], + ["-1010", "-1 E", "-1 ezer"], + ["-1100", "-1,1 E", "-1,1 ezer"], + ["-2000", "-2 E", "-2 ezer"], + ["-2001", "-2 E", "-2 ezer"], + ["-2010", "-2 E", "-2 ezer"], + ["-2100", "-2,1 E", "-2,1 ezer"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 E", "-10 ezer"], + ["-99999", "-100 E", "-100 ezer"], + ["-999999", "-1 M", "-1 millió"], + ["-9999999", "-10 M", "-10 millió"], + ["-9999999999999999", "-10000 B", "-10000 billió"], + ["1000", "1 E", "1 ezer"], + ["1001", "1 E", "1 ezer"], + ["1010", "1 E", "1 ezer"], + ["1100", "1,1 E", "1,1 ezer"], + ["2000", "2 E", "2 ezer"], + ["2001", "2 E", "2 ezer"], + ["2010", "2 E", "2 ezer"], + ["2100", "2,1 E", "2,1 ezer"], + ["3000", "3 E", "3 ezer"], + ["3001", "3 E", "3 ezer"], + ["3010", "3 E", "3 ezer"], + ["3100", "3,1 E", "3,1 ezer"], + ["4000", "4 E", "4 ezer"], + ["4001", "4 E", "4 ezer"], + ["4010", "4 E", "4 ezer"], + ["4100", "4,1 E", "4,1 ezer"], + ["5000", "5 E", "5 ezer"], + ["5001", "5 E", "5 ezer"], + ["5010", "5 E", "5 ezer"], + ["5100", "5,1 E", "5,1 ezer"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 E", "1 ezer"], + ["9999.12", "10 E", "10 ezer"], + ["9999.99", "10 E", "10 ezer"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 E", "-1 ezer"], + ["-9999.12", "-10 E", "-10 ezer"], + ["-9999.99", "-10 E", "-10 ezer"], + ], + "hy": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 հզր", "4,3 հազար"], + ["54321", "54 հզր", "54 հազար"], + ["654321", "654 հզր", "654 հազար"], + ["7654321", "7,7 մլն", "7,7 միլիոն"], + ["87654321", "88 մլն", "88 միլիոն"], + ["987654321", "988 մլն", "988 միլիոն"], + ["1087654321", "1,1 մլրդ", "1,1 միլիարդ"], + ["11987654321", "12 մլրդ", "12 միլիարդ"], + ["129987654321", "130 մլրդ", "130 միլիարդ"], + ["1398987654321", "1,4 տրլն", "1,4 տրիլիոն"], + ["14987987654321", "15 տրլն", "15 տրիլիոն"], + ["159876987654321", "160 տրլն", "160 տրիլիոն"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 հզր", "10 հազար"], + ["99999", "100 հզր", "100 հազար"], + ["999999", "1 մլն", "1 միլիոն"], + ["9999999", "10 մլն", "10 միլիոն"], + ["99999999", "100 մլն", "100 միլիոն"], + ["9994", "10 հզր", "10 հազար"], + ["99944", "100 հզր", "100 հազար"], + ["999444", "999 հզր", "999 հազար"], + ["9994444", "10 մլն", "10 միլիոն"], + ["999444444", "999 մլն", "999 միլիոն"], + ["9994444444", "10 մլրդ", "10 միլիարդ"], + ["1000000000000000", "1000 տրլն", "1000 տրիլիոն"], + ["10000000000000000", "10000 տրլն", "10000 տրիլիոն"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 հզր", "-1 հազար"], + ["-1001", "-1 հզր", "-1 հազար"], + ["-1010", "-1 հզր", "-1 հազար"], + ["-1100", "-1,1 հզր", "-1,1 հազար"], + ["-2000", "-2 հզր", "-2 հազար"], + ["-2001", "-2 հզր", "-2 հազար"], + ["-2010", "-2 հզր", "-2 հազար"], + ["-2100", "-2,1 հզր", "-2,1 հազար"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 հզր", "-10 հազար"], + ["-99999", "-100 հզր", "-100 հազար"], + ["-999999", "-1 մլն", "-1 միլիոն"], + ["-9999999", "-10 մլն", "-10 միլիոն"], + ["-9999999999999999", "-10000 տրլն", "-10000 տրիլիոն"], + ["1000", "1 հզր", "1 հազար"], + ["1001", "1 հզր", "1 հազար"], + ["1010", "1 հզր", "1 հազար"], + ["1100", "1,1 հզր", "1,1 հազար"], + ["2000", "2 հզր", "2 հազար"], + ["2001", "2 հզր", "2 հազար"], + ["2010", "2 հզր", "2 հազար"], + ["2100", "2,1 հզր", "2,1 հազար"], + ["3000", "3 հզր", "3 հազար"], + ["3001", "3 հզր", "3 հազար"], + ["3010", "3 հզր", "3 հազար"], + ["3100", "3,1 հզր", "3,1 հազար"], + ["4000", "4 հզր", "4 հազար"], + ["4001", "4 հզր", "4 հազար"], + ["4010", "4 հզր", "4 հազար"], + ["4100", "4,1 հզր", "4,1 հազար"], + ["5000", "5 հզր", "5 հազար"], + ["5001", "5 հզր", "5 հազար"], + ["5010", "5 հզր", "5 հազար"], + ["5100", "5,1 հզր", "5,1 հազար"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 հզր", "1 հազար"], + ["9999.12", "10 հզր", "10 հազար"], + ["9999.99", "10 հզր", "10 հազար"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 հզր", "-1 հազար"], + ["-9999.12", "-10 հզր", "-10 հազար"], + ["-9999.99", "-10 հզր", "-10 հազար"], + ], + "id": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 rb", "4,3 ribu"], + ["54321", "54 rb", "54 ribu"], + ["654321", "654 rb", "654 ribu"], + ["7654321", "7,7 jt", "7,7 juta"], + ["87654321", "88 jt", "88 juta"], + ["987654321", "988 jt", "988 juta"], + ["1087654321", "1,1 M", "1,1 miliar"], + ["11987654321", "12 M", "12 miliar"], + ["129987654321", "130 M", "130 miliar"], + ["1398987654321", "1,4 T", "1,4 triliun"], + ["14987987654321", "15 T", "15 triliun"], + ["159876987654321", "160 T", "160 triliun"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 rb", "10 ribu"], + ["99999", "100 rb", "100 ribu"], + ["999999", "1 jt", "1 juta"], + ["9999999", "10 jt", "10 juta"], + ["99999999", "100 jt", "100 juta"], + ["9994", "10 rb", "10 ribu"], + ["99944", "100 rb", "100 ribu"], + ["999444", "999 rb", "999 ribu"], + ["9994444", "10 jt", "10 juta"], + ["999444444", "999 jt", "999 juta"], + ["9994444444", "10 M", "10 miliar"], + ["1000000000000000", "1000 T", "1000 triliun"], + ["10000000000000000", "10000 T", "10000 triliun"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 rb", "-1 ribu"], + ["-1001", "-1 rb", "-1 ribu"], + ["-1010", "-1 rb", "-1 ribu"], + ["-1100", "-1,1 rb", "-1,1 ribu"], + ["-2000", "-2 rb", "-2 ribu"], + ["-2001", "-2 rb", "-2 ribu"], + ["-2010", "-2 rb", "-2 ribu"], + ["-2100", "-2,1 rb", "-2,1 ribu"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 rb", "-10 ribu"], + ["-99999", "-100 rb", "-100 ribu"], + ["-999999", "-1 jt", "-1 juta"], + ["-9999999", "-10 jt", "-10 juta"], + ["-9999999999999999", "-10000 T", "-10000 triliun"], + ["1000", "1 rb", "1 ribu"], + ["1001", "1 rb", "1 ribu"], + ["1010", "1 rb", "1 ribu"], + ["1100", "1,1 rb", "1,1 ribu"], + ["2000", "2 rb", "2 ribu"], + ["2001", "2 rb", "2 ribu"], + ["2010", "2 rb", "2 ribu"], + ["2100", "2,1 rb", "2,1 ribu"], + ["3000", "3 rb", "3 ribu"], + ["3001", "3 rb", "3 ribu"], + ["3010", "3 rb", "3 ribu"], + ["3100", "3,1 rb", "3,1 ribu"], + ["4000", "4 rb", "4 ribu"], + ["4001", "4 rb", "4 ribu"], + ["4010", "4 rb", "4 ribu"], + ["4100", "4,1 rb", "4,1 ribu"], + ["5000", "5 rb", "5 ribu"], + ["5001", "5 rb", "5 ribu"], + ["5010", "5 rb", "5 ribu"], + ["5100", "5,1 rb", "5,1 ribu"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 rb", "1 ribu"], + ["9999.12", "10 rb", "10 ribu"], + ["9999.99", "10 rb", "10 ribu"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 rb", "-1 ribu"], + ["-9999.12", "-10 rb", "-10 ribu"], + ["-9999.99", "-10 rb", "-10 ribu"], + ], + "in": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 rb", "4,3 ribu"], + ["54321", "54 rb", "54 ribu"], + ["654321", "654 rb", "654 ribu"], + ["7654321", "7,7 jt", "7,7 juta"], + ["87654321", "88 jt", "88 juta"], + ["987654321", "988 jt", "988 juta"], + ["1087654321", "1,1 M", "1,1 miliar"], + ["11987654321", "12 M", "12 miliar"], + ["129987654321", "130 M", "130 miliar"], + ["1398987654321", "1,4 T", "1,4 triliun"], + ["14987987654321", "15 T", "15 triliun"], + ["159876987654321", "160 T", "160 triliun"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 rb", "10 ribu"], + ["99999", "100 rb", "100 ribu"], + ["999999", "1 jt", "1 juta"], + ["9999999", "10 jt", "10 juta"], + ["99999999", "100 jt", "100 juta"], + ["9994", "10 rb", "10 ribu"], + ["99944", "100 rb", "100 ribu"], + ["999444", "999 rb", "999 ribu"], + ["9994444", "10 jt", "10 juta"], + ["999444444", "999 jt", "999 juta"], + ["9994444444", "10 M", "10 miliar"], + ["1000000000000000", "1000 T", "1000 triliun"], + ["10000000000000000", "10000 T", "10000 triliun"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 rb", "-1 ribu"], + ["-1001", "-1 rb", "-1 ribu"], + ["-1010", "-1 rb", "-1 ribu"], + ["-1100", "-1,1 rb", "-1,1 ribu"], + ["-2000", "-2 rb", "-2 ribu"], + ["-2001", "-2 rb", "-2 ribu"], + ["-2010", "-2 rb", "-2 ribu"], + ["-2100", "-2,1 rb", "-2,1 ribu"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 rb", "-10 ribu"], + ["-99999", "-100 rb", "-100 ribu"], + ["-999999", "-1 jt", "-1 juta"], + ["-9999999", "-10 jt", "-10 juta"], + ["-9999999999999999", "-10000 T", "-10000 triliun"], + ["1000", "1 rb", "1 ribu"], + ["1001", "1 rb", "1 ribu"], + ["1010", "1 rb", "1 ribu"], + ["1100", "1,1 rb", "1,1 ribu"], + ["2000", "2 rb", "2 ribu"], + ["2001", "2 rb", "2 ribu"], + ["2010", "2 rb", "2 ribu"], + ["2100", "2,1 rb", "2,1 ribu"], + ["3000", "3 rb", "3 ribu"], + ["3001", "3 rb", "3 ribu"], + ["3010", "3 rb", "3 ribu"], + ["3100", "3,1 rb", "3,1 ribu"], + ["4000", "4 rb", "4 ribu"], + ["4001", "4 rb", "4 ribu"], + ["4010", "4 rb", "4 ribu"], + ["4100", "4,1 rb", "4,1 ribu"], + ["5000", "5 rb", "5 ribu"], + ["5001", "5 rb", "5 ribu"], + ["5010", "5 rb", "5 ribu"], + ["5100", "5,1 rb", "5,1 ribu"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 rb", "1 ribu"], + ["9999.12", "10 rb", "10 ribu"], + ["9999.99", "10 rb", "10 ribu"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 rb", "-1 ribu"], + ["-9999.12", "-10 rb", "-10 ribu"], + ["-9999.99", "-10 rb", "-10 ribu"], + ], + "is": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 þ.", "4,3 þúsund"], + ["54321", "54 þ.", "54 þúsund"], + ["654321", "654 þ.", "654 þúsund"], + ["7654321", "7,7 m.", "7,7 milljónir"], + ["87654321", "88 m.", "88 milljónir"], + ["987654321", "988 m.", "988 milljónir"], + ["1087654321", "1,1 ma.", "1,1 milljarður"], + ["11987654321", "12 ma.", "12 milljarðar"], + ["129987654321", "130 ma.", "130 milljarðar"], + ["1398987654321", "1,4 bn", "1,4 billjónir"], + ["14987987654321", "15 bn", "15 billjónir"], + ["159876987654321", "160 bn", "160 billjónir"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 þ.", "10 þúsund"], + ["99999", "100 þ.", "100 þúsund"], + ["999999", "1 m.", "1 milljón"], + ["9999999", "10 m.", "10 milljónir"], + ["99999999", "100 m.", "100 milljónir"], + ["9994", "10 þ.", "10 þúsund"], + ["99944", "100 þ.", "100 þúsund"], + ["999444", "999 þ.", "999 þúsund"], + ["9994444", "10 m.", "10 milljónir"], + ["999444444", "999 m.", "999 milljónir"], + ["9994444444", "10 ma.", "10 milljarðar"], + ["1000000000000000", "1000 bn", "1000 billjónir"], + ["10000000000000000", "10000 bn", "10000 billjónir"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 þ.", "-1 þúsund"], + ["-1001", "-1 þ.", "-1 þúsund"], + ["-1010", "-1 þ.", "-1 þúsund"], + ["-1100", "-1,1 þ.", "-1,1 þúsund"], + ["-2000", "-2 þ.", "-2 þúsund"], + ["-2001", "-2 þ.", "-2 þúsund"], + ["-2010", "-2 þ.", "-2 þúsund"], + ["-2100", "-2,1 þ.", "-2,1 þúsund"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 þ.", "-10 þúsund"], + ["-99999", "-100 þ.", "-100 þúsund"], + ["-999999", "-1 m.", "-1 milljón"], + ["-9999999", "-10 m.", "-10 milljónir"], + ["-9999999999999999", "-10000 bn", "-10000 billjónir"], + ["1000", "1 þ.", "1 þúsund"], + ["1001", "1 þ.", "1 þúsund"], + ["1010", "1 þ.", "1 þúsund"], + ["1100", "1,1 þ.", "1,1 þúsund"], + ["2000", "2 þ.", "2 þúsund"], + ["2001", "2 þ.", "2 þúsund"], + ["2010", "2 þ.", "2 þúsund"], + ["2100", "2,1 þ.", "2,1 þúsund"], + ["3000", "3 þ.", "3 þúsund"], + ["3001", "3 þ.", "3 þúsund"], + ["3010", "3 þ.", "3 þúsund"], + ["3100", "3,1 þ.", "3,1 þúsund"], + ["4000", "4 þ.", "4 þúsund"], + ["4001", "4 þ.", "4 þúsund"], + ["4010", "4 þ.", "4 þúsund"], + ["4100", "4,1 þ.", "4,1 þúsund"], + ["5000", "5 þ.", "5 þúsund"], + ["5001", "5 þ.", "5 þúsund"], + ["5010", "5 þ.", "5 þúsund"], + ["5100", "5,1 þ.", "5,1 þúsund"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 þ.", "1 þúsund"], + ["9999.12", "10 þ.", "10 þúsund"], + ["9999.99", "10 þ.", "10 þúsund"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 þ.", "-1 þúsund"], + ["-9999.12", "-10 þ.", "-10 þúsund"], + ["-9999.99", "-10 þ.", "-10 þúsund"], + ], + "it": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4321", "4,3 mila"], + ["54321", "54321", "54 mila"], + ["654321", "654321", "654 mila"], + ["7654321", "7,7 Mln", "7,7 milioni"], + ["87654321", "88 Mln", "88 milioni"], + ["987654321", "988 Mln", "988 milioni"], + ["1087654321", "1,1 Mrd", "1,1 miliardi"], + ["11987654321", "12 Mrd", "12 miliardi"], + ["129987654321", "130 Mrd", "130 miliardi"], + ["1398987654321", "1,4 Bln", "1,4 mila miliardi"], + ["14987987654321", "15 Bln", "15 mila miliardi"], + ["159876987654321", "160 Bln", "160 mila miliardi"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "9999", "10 mila"], + ["99999", "99999", "100 mila"], + ["999999", "999999", "1 milione"], + ["9999999", "10 Mln", "10 milioni"], + ["99999999", "100 Mln", "100 milioni"], + ["9994", "9994", "10 mila"], + ["99944", "99944", "100 mila"], + ["999444", "999444", "999 mila"], + ["9994444", "10 Mln", "10 milioni"], + ["999444444", "999 Mln", "999 milioni"], + ["9994444444", "10 Mrd", "10 miliardi"], + ["1000000000000000", "1000 Bln", "1000 mila miliardi"], + ["10000000000000000", "10000 Bln", "10000 mila miliardi"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1000", "-mille"], + ["-1001", "-1001", "-mille"], + ["-1010", "-1010", "-mille"], + ["-1100", "-1100", "-1,1 mila"], + ["-2000", "-2000", "-2 mila"], + ["-2001", "-2001", "-2 mila"], + ["-2010", "-2010", "-2 mila"], + ["-2100", "-2100", "-2,1 mila"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-9999", "-10 mila"], + ["-99999", "-99999", "-100 mila"], + ["-999999", "-999999", "-1 milione"], + ["-9999999", "-10 Mln", "-10 milioni"], + ["-9999999999999999", "-10000 Bln", "-10000 mila miliardi"], + ["1000", "1000", "mille"], + ["1001", "1001", "mille"], + ["1010", "1010", "mille"], + ["1100", "1100", "1,1 mila"], + ["2000", "2000", "2 mila"], + ["2001", "2001", "2 mila"], + ["2010", "2010", "2 mila"], + ["2100", "2100", "2,1 mila"], + ["3000", "3000", "3 mila"], + ["3001", "3001", "3 mila"], + ["3010", "3010", "3 mila"], + ["3100", "3100", "3,1 mila"], + ["4000", "4000", "4 mila"], + ["4001", "4001", "4 mila"], + ["4010", "4010", "4 mila"], + ["4100", "4100", "4,1 mila"], + ["5000", "5000", "5 mila"], + ["5001", "5001", "5 mila"], + ["5010", "5010", "5 mila"], + ["5100", "5100", "5,1 mila"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1000", "mille"], + ["9999.12", "9999", "10 mila"], + ["9999.99", "10000", "10 mila"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1000", "-mille"], + ["-9999.12", "-9999", "-10 mila"], + ["-9999.99", "-10000", "-10 mila"], + ], + "it_CH": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4321", "4.3 mila"], + ["54321", "54321", "54 mila"], + ["654321", "654321", "654 mila"], + ["7654321", "7.7 Mln", "7.7 milioni"], + ["87654321", "88 Mln", "88 milioni"], + ["987654321", "988 Mln", "988 milioni"], + ["1087654321", "1.1 Mrd", "1.1 miliardi"], + ["11987654321", "12 Mrd", "12 miliardi"], + ["129987654321", "130 Mrd", "130 miliardi"], + ["1398987654321", "1.4 Bln", "1.4 mila miliardi"], + ["14987987654321", "15 Bln", "15 mila miliardi"], + ["159876987654321", "160 Bln", "160 mila miliardi"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "9999", "10 mila"], + ["99999", "99999", "100 mila"], + ["999999", "999999", "1 milione"], + ["9999999", "10 Mln", "10 milioni"], + ["99999999", "100 Mln", "100 milioni"], + ["9994", "9994", "10 mila"], + ["99944", "99944", "100 mila"], + ["999444", "999444", "999 mila"], + ["9994444", "10 Mln", "10 milioni"], + ["999444444", "999 Mln", "999 milioni"], + ["9994444444", "10 Mrd", "10 miliardi"], + ["1000000000000000", "1000 Bln", "1000 mila miliardi"], + ["10000000000000000", "10000 Bln", "10000 mila miliardi"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1000", "-mille"], + ["-1001", "-1001", "-mille"], + ["-1010", "-1010", "-mille"], + ["-1100", "-1100", "-1.1 mila"], + ["-2000", "-2000", "-2 mila"], + ["-2001", "-2001", "-2 mila"], + ["-2010", "-2010", "-2 mila"], + ["-2100", "-2100", "-2.1 mila"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-9999", "-10 mila"], + ["-99999", "-99999", "-100 mila"], + ["-999999", "-999999", "-1 milione"], + ["-9999999", "-10 Mln", "-10 milioni"], + ["-9999999999999999", "-10000 Bln", "-10000 mila miliardi"], + ["1000", "1000", "mille"], + ["1001", "1001", "mille"], + ["1010", "1010", "mille"], + ["1100", "1100", "1.1 mila"], + ["2000", "2000", "2 mila"], + ["2001", "2001", "2 mila"], + ["2010", "2010", "2 mila"], + ["2100", "2100", "2.1 mila"], + ["3000", "3000", "3 mila"], + ["3001", "3001", "3 mila"], + ["3010", "3010", "3 mila"], + ["3100", "3100", "3.1 mila"], + ["4000", "4000", "4 mila"], + ["4001", "4001", "4 mila"], + ["4010", "4010", "4 mila"], + ["4100", "4100", "4.1 mila"], + ["5000", "5000", "5 mila"], + ["5001", "5001", "5 mila"], + ["5010", "5010", "5 mila"], + ["5100", "5100", "5.1 mila"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1000", "mille"], + ["9999.12", "9999", "10 mila"], + ["9999.99", "10000", "10 mila"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1000", "-mille"], + ["-9999.12", "-9999", "-10 mila"], + ["-9999.99", "-10000", "-10 mila"], + ], + "iw": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3K‏", "‏4.3 אלף"], + ["54321", "54K‏", "‏54 אלף"], + ["654321", "654K‏", "‏654 אלף"], + ["7654321", "7.7M‏", "‏7.7 מיליון"], + ["87654321", "88M‏", "‏88 מיליון"], + ["987654321", "988M‏", "‏988 מיליון"], + ["1087654321", "1.1B‏", "‏1.1 מיליארד"], + ["11987654321", "12B‏", "‏12 מיליארד"], + ["129987654321", "130B‏", "‏130 מיליארד"], + ["1398987654321", "1.4T‏", "‏1.4 טריליון"], + ["14987987654321", "15T‏", "‏15 טריליון"], + ["159876987654321", "160T‏", "‏160 טריליון"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10K‏", "‏10 אלף"], + ["99999", "100K‏", "‏100 אלף"], + ["999999", "1M‏", "‏1 מיליון"], + ["9999999", "10M‏", "‏10 מיליון"], + ["99999999", "100M‏", "‏100 מיליון"], + ["9994", "10K‏", "‏10 אלף"], + ["99944", "100K‏", "‏100 אלף"], + ["999444", "999K‏", "‏999 אלף"], + ["9994444", "10M‏", "‏10 מיליון"], + ["999444444", "999M‏", "‏999 מיליון"], + ["9994444444", "10B‏", "‏10 מיליארד"], + ["1000000000000000", "1000T‏", "‏1000 טריליון"], + ["10000000000000000", "10000T‏", "‏10000 טריליון"], + ["0", "0", "0"], + ["-1", "‎-1", "‎-1"], + ["-2", "‎-2", "‎-2"], + ["-3", "‎-3", "‎-3"], + ["-1000", "‎-1K‏", "‎-‏1 אלף"], + ["-1001", "‎-1K‏", "‎-‏1 אלף"], + ["-1010", "‎-1K‏", "‎-‏1 אלף"], + ["-1100", "‎-1.1K‏", "‎-‏1.1 אלף"], + ["-2000", "‎-2K‏", "‎-‏2 אלף"], + ["-2001", "‎-2K‏", "‎-‏2 אלף"], + ["-2010", "‎-2K‏", "‎-‏2 אלף"], + ["-2100", "‎-2.1K‏", "‎-‏2.1 אלף"], + ["-9", "‎-9", "‎-9"], + ["-99", "‎-99", "‎-99"], + ["-999", "‎-999", "‎-999"], + ["-9999", "‎-10K‏", "‎-‏10 אלף"], + ["-99999", "‎-100K‏", "‎-‏100 אלף"], + ["-999999", "‎-1M‏", "‎-‏1 מיליון"], + ["-9999999", "‎-10M‏", "‎-‏10 מיליון"], + ["-9999999999999999", "‎-10000T‏", "‎-‏10000 טריליון"], + ["1000", "1K‏", "‏1 אלף"], + ["1001", "1K‏", "‏1 אלף"], + ["1010", "1K‏", "‏1 אלף"], + ["1100", "1.1K‏", "‏1.1 אלף"], + ["2000", "2K‏", "‏2 אלף"], + ["2001", "2K‏", "‏2 אלף"], + ["2010", "2K‏", "‏2 אלף"], + ["2100", "2.1K‏", "‏2.1 אלף"], + ["3000", "3K‏", "‏3 אלף"], + ["3001", "3K‏", "‏3 אלף"], + ["3010", "3K‏", "‏3 אלף"], + ["3100", "3.1K‏", "‏3.1 אלף"], + ["4000", "4K‏", "‏4 אלף"], + ["4001", "4K‏", "‏4 אלף"], + ["4010", "4K‏", "‏4 אלף"], + ["4100", "4.1K‏", "‏4.1 אלף"], + ["5000", "5K‏", "‏5 אלף"], + ["5001", "5K‏", "‏5 אלף"], + ["5010", "5K‏", "‏5 אלף"], + ["5100", "5.1K‏", "‏5.1 אלף"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1K‏", "‏1 אלף"], + ["9999.12", "10K‏", "‏10 אלף"], + ["9999.99", "10K‏", "‏10 אלף"], + ["-0.12", "‎-0.12", "‎-0.12"], + ["-0.99", "‎-0.99", "‎-0.99"], + ["-9.12", "‎-9.1", "‎-9.1"], + ["-9.99", "‎-10", "‎-10"], + ["-999.12", "‎-999", "‎-999"], + ["-999.99", "‎-1K‏", "‎-‏1 אלף"], + ["-9999.12", "‎-10K‏", "‎-‏10 אלף"], + ["-9999.99", "‎-10K‏", "‎-‏10 אלף"], + ], + "ja": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4321", "4321"], + ["54321", "5.4万", "5.4万"], + ["654321", "65万", "65万"], + ["7654321", "765万", "765万"], + ["87654321", "8765万", "8765万"], + ["987654321", "9.9億", "9.9億"], + ["1087654321", "11億", "11億"], + ["11987654321", "120億", "120億"], + ["129987654321", "1300億", "1300億"], + ["1398987654321", "1.4兆", "1.4兆"], + ["14987987654321", "15兆", "15兆"], + ["159876987654321", "160兆", "160兆"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "9999", "9999"], + ["99999", "10万", "10万"], + ["999999", "100万", "100万"], + ["9999999", "1000万", "1000万"], + ["99999999", "1億", "1億"], + ["9994", "9994", "9994"], + ["99944", "10万", "10万"], + ["999444", "100万", "100万"], + ["9994444", "999万", "999万"], + ["999444444", "10億", "10億"], + ["9994444444", "100億", "100億"], + ["1000000000000000", "1000兆", "1000兆"], + ["10000000000000000", "1京", "1京"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1000", "-1000"], + ["-1001", "-1001", "-1001"], + ["-1010", "-1010", "-1010"], + ["-1100", "-1100", "-1100"], + ["-2000", "-2000", "-2000"], + ["-2001", "-2001", "-2001"], + ["-2010", "-2010", "-2010"], + ["-2100", "-2100", "-2100"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-9999", "-9999"], + ["-99999", "-10万", "-10万"], + ["-999999", "-100万", "-100万"], + ["-9999999", "-1000万", "-1000万"], + ["-9999999999999999", "-1京", "-1京"], + ["1000", "1000", "1000"], + ["1001", "1001", "1001"], + ["1010", "1010", "1010"], + ["1100", "1100", "1100"], + ["2000", "2000", "2000"], + ["2001", "2001", "2001"], + ["2010", "2010", "2010"], + ["2100", "2100", "2100"], + ["3000", "3000", "3000"], + ["3001", "3001", "3001"], + ["3010", "3010", "3010"], + ["3100", "3100", "3100"], + ["4000", "4000", "4000"], + ["4001", "4001", "4001"], + ["4010", "4010", "4010"], + ["4100", "4100", "4100"], + ["5000", "5000", "5000"], + ["5001", "5001", "5001"], + ["5010", "5010", "5010"], + ["5100", "5100", "5100"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1000", "1000"], + ["9999.12", "9999", "9999"], + ["9999.99", "1万", "1万"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1000", "-1000"], + ["-9999.12", "-9999", "-9999"], + ["-9999.99", "-1万", "-1万"], + ], + "ka": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 ათ.", "4,3 ათასი"], + ["54321", "54 ათ.", "54 ათასი"], + ["654321", "654 ათ.", "654 ათასი"], + ["7654321", "7,7 მლნ.", "7,7 მილიონი"], + ["87654321", "88 მლნ.", "88 მილიონი"], + ["987654321", "988 მლნ.", "988 მილიონი"], + ["1087654321", "1,1 მლრდ.", "1,1 მილიარდი"], + ["11987654321", "12 მლრდ.", "12 მილიარდი"], + ["129987654321", "130 მლრ.", "130 მილიარდი"], + ["1398987654321", "1,4 ტრლ.", "1,4 ტრილიონი"], + ["14987987654321", "15 ტრლ.", "15 ტრილიონი"], + ["159876987654321", "160 ტრლ.", "160 ტრილიონი"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 ათ.", "10 ათასი"], + ["99999", "100 ათ.", "100 ათასი"], + ["999999", "1 მლნ.", "1 მილიონი"], + ["9999999", "10 მლნ.", "10 მილიონი"], + ["99999999", "100 მლნ.", "100 მილიონი"], + ["9994", "10 ათ.", "10 ათასი"], + ["99944", "100 ათ.", "100 ათასი"], + ["999444", "999 ათ.", "999 ათასი"], + ["9994444", "10 მლნ.", "10 მილიონი"], + ["999444444", "999 მლნ.", "999 მილიონი"], + ["9994444444", "10 მლრდ.", "10 მილიარდი"], + ["1000000000000000", "1000 ტრლ.", "1000 ტრილიონი"], + ["10000000000000000", "10000 ტრლ.", "10000 ტრილიონი"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 ათ.", "-1 ათასი"], + ["-1001", "-1 ათ.", "-1 ათასი"], + ["-1010", "-1 ათ.", "-1 ათასი"], + ["-1100", "-1,1 ათ.", "-1,1 ათასი"], + ["-2000", "-2 ათ.", "-2 ათასი"], + ["-2001", "-2 ათ.", "-2 ათასი"], + ["-2010", "-2 ათ.", "-2 ათასი"], + ["-2100", "-2,1 ათ.", "-2,1 ათასი"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 ათ.", "-10 ათასი"], + ["-99999", "-100 ათ.", "-100 ათასი"], + ["-999999", "-1 მლნ.", "-1 მილიონი"], + ["-9999999", "-10 მლნ.", "-10 მილიონი"], + ["-9999999999999999", "-10000 ტრლ.", "-10000 ტრილიონი"], + ["1000", "1 ათ.", "1 ათასი"], + ["1001", "1 ათ.", "1 ათასი"], + ["1010", "1 ათ.", "1 ათასი"], + ["1100", "1,1 ათ.", "1,1 ათასი"], + ["2000", "2 ათ.", "2 ათასი"], + ["2001", "2 ათ.", "2 ათასი"], + ["2010", "2 ათ.", "2 ათასი"], + ["2100", "2,1 ათ.", "2,1 ათასი"], + ["3000", "3 ათ.", "3 ათასი"], + ["3001", "3 ათ.", "3 ათასი"], + ["3010", "3 ათ.", "3 ათასი"], + ["3100", "3,1 ათ.", "3,1 ათასი"], + ["4000", "4 ათ.", "4 ათასი"], + ["4001", "4 ათ.", "4 ათასი"], + ["4010", "4 ათ.", "4 ათასი"], + ["4100", "4,1 ათ.", "4,1 ათასი"], + ["5000", "5 ათ.", "5 ათასი"], + ["5001", "5 ათ.", "5 ათასი"], + ["5010", "5 ათ.", "5 ათასი"], + ["5100", "5,1 ათ.", "5,1 ათასი"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 ათ.", "1 ათასი"], + ["9999.12", "10 ათ.", "10 ათასი"], + ["9999.99", "10 ათ.", "10 ათასი"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 ათ.", "-1 ათასი"], + ["-9999.12", "-10 ათ.", "-10 ათასი"], + ["-9999.99", "-10 ათ.", "-10 ათასი"], + ], + "kk": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 мың", "4,3 мың"], + ["54321", "54 мың", "54 мың"], + ["654321", "654 м.", "654 мың"], + ["7654321", "7,7 млн", "7,7 миллион"], + ["87654321", "88 млн", "88 миллион"], + ["987654321", "988 млн", "988 миллион"], + ["1087654321", "1,1 млрд", "1,1 миллиард"], + ["11987654321", "12 млрд", "12 миллиард"], + ["129987654321", "130 млрд", "130 миллиард"], + ["1398987654321", "1,4 трлн", "1,4 триллион"], + ["14987987654321", "15 трлн", "15 триллион"], + ["159876987654321", "160 трлн", "160 триллион"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 мың", "10 мың"], + ["99999", "100 м.", "100 мың"], + ["999999", "1 млн", "1 миллион"], + ["9999999", "10 млн", "10 миллион"], + ["99999999", "100 млн", "100 миллион"], + ["9994", "10 мың", "10 мың"], + ["99944", "100 м.", "100 мың"], + ["999444", "999 м.", "999 мың"], + ["9994444", "10 млн", "10 миллион"], + ["999444444", "999 млн", "999 миллион"], + ["9994444444", "10 млрд", "10 миллиард"], + ["1000000000000000", "1000 трлн", "1000 триллион"], + ["10000000000000000", "10000 трлн", "10000 триллион"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 мың", "-1 мың"], + ["-1001", "-1 мың", "-1 мың"], + ["-1010", "-1 мың", "-1 мың"], + ["-1100", "-1,1 мың", "-1,1 мың"], + ["-2000", "-2 мың", "-2 мың"], + ["-2001", "-2 мың", "-2 мың"], + ["-2010", "-2 мың", "-2 мың"], + ["-2100", "-2,1 мың", "-2,1 мың"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 мың", "-10 мың"], + ["-99999", "-100 м.", "-100 мың"], + ["-999999", "-1 млн", "-1 миллион"], + ["-9999999", "-10 млн", "-10 миллион"], + ["-9999999999999999", "-10000 трлн", "-10000 триллион"], + ["1000", "1 мың", "1 мың"], + ["1001", "1 мың", "1 мың"], + ["1010", "1 мың", "1 мың"], + ["1100", "1,1 мың", "1,1 мың"], + ["2000", "2 мың", "2 мың"], + ["2001", "2 мың", "2 мың"], + ["2010", "2 мың", "2 мың"], + ["2100", "2,1 мың", "2,1 мың"], + ["3000", "3 мың", "3 мың"], + ["3001", "3 мың", "3 мың"], + ["3010", "3 мың", "3 мың"], + ["3100", "3,1 мың", "3,1 мың"], + ["4000", "4 мың", "4 мың"], + ["4001", "4 мың", "4 мың"], + ["4010", "4 мың", "4 мың"], + ["4100", "4,1 мың", "4,1 мың"], + ["5000", "5 мың", "5 мың"], + ["5001", "5 мың", "5 мың"], + ["5010", "5 мың", "5 мың"], + ["5100", "5,1 мың", "5,1 мың"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 мың", "1 мың"], + ["9999.12", "10 мың", "10 мың"], + ["9999.99", "10 мың", "10 мың"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 мың", "-1 мың"], + ["-9999.12", "-10 мың", "-10 мың"], + ["-9999.99", "-10 мың", "-10 мың"], + ], + "km": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3ពាន់", "4,3 ពាន់"], + ["54321", "54 ពាន់", "54 ពាន់"], + ["654321", "654 ពាន់", "654ពាន់"], + ["7654321", "7,7 លាន", "7,7 លាន"], + ["87654321", "88 លាន", "88 លាន"], + ["987654321", "988 លាន", "988 លាន"], + ["1087654321", "1,1 ប៊ីលាន", "1,1 ប៊ីលាន"], + ["11987654321", "12 ប៊ីលាន", "12 ប៊ីលាន"], + ["129987654321", "130 ប៊ីលាន", "130 ប៊ីលាន"], + ["1398987654321", "1,4 ទ្រីលាន", "1,4 ទ្រីលាន"], + ["14987987654321", "15 ទ្រីលាន", "15 ទ្រីលាន"], + ["159876987654321", "160 ទ្រីលាន", "160 ទ្រីលាន"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 ពាន់", "10 ពាន់"], + ["99999", "100 ពាន់", "100ពាន់"], + ["999999", "1 លាន", "1 លាន"], + ["9999999", "10 លាន", "10 លាន"], + ["99999999", "100 លាន", "100 លាន"], + ["9994", "10 ពាន់", "10 ពាន់"], + ["99944", "100 ពាន់", "100ពាន់"], + ["999444", "999 ពាន់", "999ពាន់"], + ["9994444", "10 លាន", "10 លាន"], + ["999444444", "999 លាន", "999 លាន"], + ["9994444444", "10 ប៊ីលាន", "10 ប៊ីលាន"], + ["1000000000000000", "1000 ទ្រីលាន", "1000 ទ្រីលាន"], + ["10000000000000000", "10000 ទ្រីលាន", "10000 ទ្រីលាន"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1ពាន់", "-1 ពាន់"], + ["-1001", "-1ពាន់", "-1 ពាន់"], + ["-1010", "-1ពាន់", "-1 ពាន់"], + ["-1100", "-1,1ពាន់", "-1,1 ពាន់"], + ["-2000", "-2ពាន់", "-2 ពាន់"], + ["-2001", "-2ពាន់", "-2 ពាន់"], + ["-2010", "-2ពាន់", "-2 ពាន់"], + ["-2100", "-2,1ពាន់", "-2,1 ពាន់"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 ពាន់", "-10 ពាន់"], + ["-99999", "-100 ពាន់", "-100ពាន់"], + ["-999999", "-1 លាន", "-1 លាន"], + ["-9999999", "-10 លាន", "-10 លាន"], + ["-9999999999999999", "-10000 ទ្រីលាន", "-10000 ទ្រីលាន"], + ["1000", "1ពាន់", "1 ពាន់"], + ["1001", "1ពាន់", "1 ពាន់"], + ["1010", "1ពាន់", "1 ពាន់"], + ["1100", "1,1ពាន់", "1,1 ពាន់"], + ["2000", "2ពាន់", "2 ពាន់"], + ["2001", "2ពាន់", "2 ពាន់"], + ["2010", "2ពាន់", "2 ពាន់"], + ["2100", "2,1ពាន់", "2,1 ពាន់"], + ["3000", "3ពាន់", "3 ពាន់"], + ["3001", "3ពាន់", "3 ពាន់"], + ["3010", "3ពាន់", "3 ពាន់"], + ["3100", "3,1ពាន់", "3,1 ពាន់"], + ["4000", "4ពាន់", "4 ពាន់"], + ["4001", "4ពាន់", "4 ពាន់"], + ["4010", "4ពាន់", "4 ពាន់"], + ["4100", "4,1ពាន់", "4,1 ពាន់"], + ["5000", "5ពាន់", "5 ពាន់"], + ["5001", "5ពាន់", "5 ពាន់"], + ["5010", "5ពាន់", "5 ពាន់"], + ["5100", "5,1ពាន់", "5,1 ពាន់"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1ពាន់", "1 ពាន់"], + ["9999.12", "10 ពាន់", "10 ពាន់"], + ["9999.99", "10 ពាន់", "10 ពាន់"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1ពាន់", "-1 ពាន់"], + ["-9999.12", "-10 ពាន់", "-10 ពាន់"], + ["-9999.99", "-10 ពាន់", "-10 ពាន់"], + ], + "kn": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3ಸಾ", "4.3 ಸಾವಿರ"], + ["54321", "54ಸಾ", "54 ಸಾವಿರ"], + ["654321", "654ಸಾ", "654 ಸಾವಿರ"], + ["7654321", "7.7ಮಿ", "7.7 ಮಿಲಿಯನ್"], + ["87654321", "88ಮಿ", "88 ಮಿಲಿಯನ್"], + ["987654321", "988ಮಿ", "988 ಮಿಲಿಯನ್"], + ["1087654321", "1.1ಬಿ", "1.1 ಬಿಲಿಯನ್"], + ["11987654321", "12ಬಿ", "12 ಬಿಲಿಯನ್"], + ["129987654321", "130ಬಿ", "130 ಬಿಲಿಯನ್"], + ["1398987654321", "1.4ಟ್ರಿ", "1.4 ಟ್ರಿಲಿಯನ್‌"], + ["14987987654321", "15ಟ್ರಿ", "15 ಟ್ರಿಲಿಯನ್‌"], + ["159876987654321", "160ಟ್ರಿ", "160 ಟ್ರಿಲಿಯನ್‌"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10ಸಾ", "10 ಸಾವಿರ"], + ["99999", "100ಸಾ", "100 ಸಾವಿರ"], + ["999999", "1ಮಿ", "1 ಮಿಲಿಯನ್"], + ["9999999", "10ಮಿ", "10 ಮಿಲಿಯನ್"], + ["99999999", "100ಮಿ", "100 ಮಿಲಿಯನ್"], + ["9994", "10ಸಾ", "10 ಸಾವಿರ"], + ["99944", "100ಸಾ", "100 ಸಾವಿರ"], + ["999444", "999ಸಾ", "999 ಸಾವಿರ"], + ["9994444", "10ಮಿ", "10 ಮಿಲಿಯನ್"], + ["999444444", "999ಮಿ", "999 ಮಿಲಿಯನ್"], + ["9994444444", "10ಬಿ", "10 ಬಿಲಿಯನ್"], + ["1000000000000000", "1000ಟ್ರಿ", "1000 ಟ್ರಿಲಿಯನ್‌"], + ["10000000000000000", "10000ಟ್ರಿ", "10000 ಟ್ರಿಲಿಯನ್‌"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1ಸಾ", "-1 ಸಾವಿರ"], + ["-1001", "-1ಸಾ", "-1 ಸಾವಿರ"], + ["-1010", "-1ಸಾ", "-1 ಸಾವಿರ"], + ["-1100", "-1.1ಸಾ", "-1.1 ಸಾವಿರ"], + ["-2000", "-2ಸಾ", "-2 ಸಾವಿರ"], + ["-2001", "-2ಸಾ", "-2 ಸಾವಿರ"], + ["-2010", "-2ಸಾ", "-2 ಸಾವಿರ"], + ["-2100", "-2.1ಸಾ", "-2.1 ಸಾವಿರ"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10ಸಾ", "-10 ಸಾವಿರ"], + ["-99999", "-100ಸಾ", "-100 ಸಾವಿರ"], + ["-999999", "-1ಮಿ", "-1 ಮಿಲಿಯನ್"], + ["-9999999", "-10ಮಿ", "-10 ಮಿಲಿಯನ್"], + ["-9999999999999999", "-10000ಟ್ರಿ", "-10000 ಟ್ರಿಲಿಯನ್‌"], + ["1000", "1ಸಾ", "1 ಸಾವಿರ"], + ["1001", "1ಸಾ", "1 ಸಾವಿರ"], + ["1010", "1ಸಾ", "1 ಸಾವಿರ"], + ["1100", "1.1ಸಾ", "1.1 ಸಾವಿರ"], + ["2000", "2ಸಾ", "2 ಸಾವಿರ"], + ["2001", "2ಸಾ", "2 ಸಾವಿರ"], + ["2010", "2ಸಾ", "2 ಸಾವಿರ"], + ["2100", "2.1ಸಾ", "2.1 ಸಾವಿರ"], + ["3000", "3ಸಾ", "3 ಸಾವಿರ"], + ["3001", "3ಸಾ", "3 ಸಾವಿರ"], + ["3010", "3ಸಾ", "3 ಸಾವಿರ"], + ["3100", "3.1ಸಾ", "3.1 ಸಾವಿರ"], + ["4000", "4ಸಾ", "4 ಸಾವಿರ"], + ["4001", "4ಸಾ", "4 ಸಾವಿರ"], + ["4010", "4ಸಾ", "4 ಸಾವಿರ"], + ["4100", "4.1ಸಾ", "4.1 ಸಾವಿರ"], + ["5000", "5ಸಾ", "5 ಸಾವಿರ"], + ["5001", "5ಸಾ", "5 ಸಾವಿರ"], + ["5010", "5ಸಾ", "5 ಸಾವಿರ"], + ["5100", "5.1ಸಾ", "5.1 ಸಾವಿರ"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1ಸಾ", "1 ಸಾವಿರ"], + ["9999.12", "10ಸಾ", "10 ಸಾವಿರ"], + ["9999.99", "10ಸಾ", "10 ಸಾವಿರ"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1ಸಾ", "-1 ಸಾವಿರ"], + ["-9999.12", "-10ಸಾ", "-10 ಸಾವಿರ"], + ["-9999.99", "-10ಸಾ", "-10 ಸಾವಿರ"], + ], + "ko": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3천", "4.3천"], + ["54321", "5.4만", "5.4만"], + ["654321", "65만", "65만"], + ["7654321", "765만", "765만"], + ["87654321", "8765만", "8765만"], + ["987654321", "9.9억", "9.9억"], + ["1087654321", "11억", "11억"], + ["11987654321", "120억", "120억"], + ["129987654321", "1300억", "1300억"], + ["1398987654321", "1.4조", "1.4조"], + ["14987987654321", "15조", "15조"], + ["159876987654321", "160조", "160조"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "1만", "1만"], + ["99999", "10만", "10만"], + ["999999", "100만", "100만"], + ["9999999", "1000만", "1000만"], + ["99999999", "1억", "1억"], + ["9994", "1만", "1만"], + ["99944", "10만", "10만"], + ["999444", "100만", "100만"], + ["9994444", "999만", "999만"], + ["999444444", "10억", "10억"], + ["9994444444", "100억", "100억"], + ["1000000000000000", "1000조", "1000조"], + ["10000000000000000", "10000조", "10000조"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1천", "-1천"], + ["-1001", "-1천", "-1천"], + ["-1010", "-1천", "-1천"], + ["-1100", "-1.1천", "-1.1천"], + ["-2000", "-2천", "-2천"], + ["-2001", "-2천", "-2천"], + ["-2010", "-2천", "-2천"], + ["-2100", "-2.1천", "-2.1천"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-1만", "-1만"], + ["-99999", "-10만", "-10만"], + ["-999999", "-100만", "-100만"], + ["-9999999", "-1000만", "-1000만"], + ["-9999999999999999", "-10000조", "-10000조"], + ["1000", "1천", "1천"], + ["1001", "1천", "1천"], + ["1010", "1천", "1천"], + ["1100", "1.1천", "1.1천"], + ["2000", "2천", "2천"], + ["2001", "2천", "2천"], + ["2010", "2천", "2천"], + ["2100", "2.1천", "2.1천"], + ["3000", "3천", "3천"], + ["3001", "3천", "3천"], + ["3010", "3천", "3천"], + ["3100", "3.1천", "3.1천"], + ["4000", "4천", "4천"], + ["4001", "4천", "4천"], + ["4010", "4천", "4천"], + ["4100", "4.1천", "4.1천"], + ["5000", "5천", "5천"], + ["5001", "5천", "5천"], + ["5010", "5천", "5천"], + ["5100", "5.1천", "5.1천"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1천", "1천"], + ["9999.12", "1만", "1만"], + ["9999.99", "1만", "1만"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1천", "-1천"], + ["-9999.12", "-1만", "-1만"], + ["-9999.99", "-1만", "-1만"], + ], + "ky": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 миң", "4,3 миң"], + ["54321", "54 миң", "54 миң"], + ["654321", "654 миң", "654 миң"], + ["7654321", "7,7 млн", "7,7 миллион"], + ["87654321", "88 млн", "88 миллион"], + ["987654321", "988 млн", "988 миллион"], + ["1087654321", "1,1 млд", "1,1 миллиард"], + ["11987654321", "12 млд", "12 миллиард"], + ["129987654321", "130 млд", "130 миллиард"], + ["1398987654321", "1,4 трлн", "1,4 триллион"], + ["14987987654321", "15 трлн", "15 триллион"], + ["159876987654321", "160 трлн", "160 триллион"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 миң", "10 миң"], + ["99999", "100 миң", "100 миң"], + ["999999", "1 млн", "1 миллион"], + ["9999999", "10 млн", "10 миллион"], + ["99999999", "100 млн", "100 миллион"], + ["9994", "10 миң", "10 миң"], + ["99944", "100 миң", "100 миң"], + ["999444", "999 миң", "999 миң"], + ["9994444", "10 млн", "10 миллион"], + ["999444444", "999 млн", "999 миллион"], + ["9994444444", "10 млд", "10 миллиард"], + ["1000000000000000", "1000 трлн", "1000 триллион"], + ["10000000000000000", "10000 трлн", "10000 триллион"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 миң", "-1 миң"], + ["-1001", "-1 миң", "-1 миң"], + ["-1010", "-1 миң", "-1 миң"], + ["-1100", "-1,1 миң", "-1,1 миң"], + ["-2000", "-2 миң", "-2 миң"], + ["-2001", "-2 миң", "-2 миң"], + ["-2010", "-2 миң", "-2 миң"], + ["-2100", "-2,1 миң", "-2,1 миң"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 миң", "-10 миң"], + ["-99999", "-100 миң", "-100 миң"], + ["-999999", "-1 млн", "-1 миллион"], + ["-9999999", "-10 млн", "-10 миллион"], + ["-9999999999999999", "-10000 трлн", "-10000 триллион"], + ["1000", "1 миң", "1 миң"], + ["1001", "1 миң", "1 миң"], + ["1010", "1 миң", "1 миң"], + ["1100", "1,1 миң", "1,1 миң"], + ["2000", "2 миң", "2 миң"], + ["2001", "2 миң", "2 миң"], + ["2010", "2 миң", "2 миң"], + ["2100", "2,1 миң", "2,1 миң"], + ["3000", "3 миң", "3 миң"], + ["3001", "3 миң", "3 миң"], + ["3010", "3 миң", "3 миң"], + ["3100", "3,1 миң", "3,1 миң"], + ["4000", "4 миң", "4 миң"], + ["4001", "4 миң", "4 миң"], + ["4010", "4 миң", "4 миң"], + ["4100", "4,1 миң", "4,1 миң"], + ["5000", "5 миң", "5 миң"], + ["5001", "5 миң", "5 миң"], + ["5010", "5 миң", "5 миң"], + ["5100", "5,1 миң", "5,1 миң"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 миң", "1 миң"], + ["9999.12", "10 миң", "10 миң"], + ["9999.99", "10 миң", "10 миң"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 миң", "-1 миң"], + ["-9999.12", "-10 миң", "-10 миң"], + ["-9999.99", "-10 миң", "-10 миң"], + ], + "ln": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3K", "4,3K"], + ["54321", "54K", "54K"], + ["654321", "654K", "654K"], + ["7654321", "7,7M", "7,7M"], + ["87654321", "88M", "88M"], + ["987654321", "988M", "988M"], + ["1087654321", "1,1G", "1,1G"], + ["11987654321", "12G", "12G"], + ["129987654321", "130G", "130G"], + ["1398987654321", "1,4T", "1,4T"], + ["14987987654321", "15T", "15T"], + ["159876987654321", "160T", "160T"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10K", "10K"], + ["99999", "100K", "100K"], + ["999999", "1M", "1M"], + ["9999999", "10M", "10M"], + ["99999999", "100M", "100M"], + ["9994", "10K", "10K"], + ["99944", "100K", "100K"], + ["999444", "999K", "999K"], + ["9994444", "10M", "10M"], + ["999444444", "999M", "999M"], + ["9994444444", "10G", "10G"], + ["1000000000000000", "1000T", "1000T"], + ["10000000000000000", "10000T", "10000T"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1K", "-1K"], + ["-1001", "-1K", "-1K"], + ["-1010", "-1K", "-1K"], + ["-1100", "-1,1K", "-1,1K"], + ["-2000", "-2K", "-2K"], + ["-2001", "-2K", "-2K"], + ["-2010", "-2K", "-2K"], + ["-2100", "-2,1K", "-2,1K"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10K", "-10K"], + ["-99999", "-100K", "-100K"], + ["-999999", "-1M", "-1M"], + ["-9999999", "-10M", "-10M"], + ["-9999999999999999", "-10000T", "-10000T"], + ["1000", "1K", "1K"], + ["1001", "1K", "1K"], + ["1010", "1K", "1K"], + ["1100", "1,1K", "1,1K"], + ["2000", "2K", "2K"], + ["2001", "2K", "2K"], + ["2010", "2K", "2K"], + ["2100", "2,1K", "2,1K"], + ["3000", "3K", "3K"], + ["3001", "3K", "3K"], + ["3010", "3K", "3K"], + ["3100", "3,1K", "3,1K"], + ["4000", "4K", "4K"], + ["4001", "4K", "4K"], + ["4010", "4K", "4K"], + ["4100", "4,1K", "4,1K"], + ["5000", "5K", "5K"], + ["5001", "5K", "5K"], + ["5010", "5K", "5K"], + ["5100", "5,1K", "5,1K"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1K", "1K"], + ["9999.12", "10K", "10K"], + ["9999.99", "10K", "10K"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1K", "-1K"], + ["-9999.12", "-10K", "-10K"], + ["-9999.99", "-10K", "-10K"], + ], + "lo": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 ພັນ", "4,3 ພັນ"], + ["54321", "54 ພັນ", "54 ພັນ"], + ["654321", "654 ກີບ", "6,5 ແສນ"], + ["7654321", "7,7 ລ້ານ", "7,7 ລ້ານ"], + ["87654321", "88 ລ້ານ", "88 ລ້ານ"], + ["987654321", "988 ລ້ານ", "988 ລ້ານ"], + ["1087654321", "1,1 ຕື້", "1,1 ຕື້"], + ["11987654321", "12 ຕື້", "12 ຕື້"], + ["129987654321", "130 ຕື້", "130 ຕື້"], + ["1398987654321", "1,4 ລ້ານລ້ານ", "1,4 ລ້ານລ້ານ"], + ["14987987654321", "15ລລ", "15 ລ້ານລ້ານ"], + ["159876987654321", "160ລລ", "160 ລ້ານລ້ານ"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 ພັນ", "10 ພັນ"], + ["99999", "100 ກີບ", "1 ແສນ"], + ["999999", "1 ລ້ານ", "1 ລ້ານ"], + ["9999999", "10 ລ້ານ", "10 ລ້ານ"], + ["99999999", "100 ລ້ານ", "100 ລ້ານ"], + ["9994", "10 ພັນ", "10 ພັນ"], + ["99944", "100 ກີບ", "1 ແສນ"], + ["999444", "999 ກີບ", "1 ລ້ານ"], + ["9994444", "10 ລ້ານ", "10 ລ້ານ"], + ["999444444", "999 ລ້ານ", "999 ລ້ານ"], + ["9994444444", "10 ຕື້", "10 ຕື້"], + ["1000000000000000", "1000ລລ", "1000 ລ້ານລ້ານ"], + ["10000000000000000", "10000ລລ", "10000 ລ້ານລ້ານ"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 ພັນ", "-1 ພັນ"], + ["-1001", "-1 ພັນ", "-1 ພັນ"], + ["-1010", "-1 ພັນ", "-1 ພັນ"], + ["-1100", "-1,1 ພັນ", "-1,1 ພັນ"], + ["-2000", "-2 ພັນ", "-2 ພັນ"], + ["-2001", "-2 ພັນ", "-2 ພັນ"], + ["-2010", "-2 ພັນ", "-2 ພັນ"], + ["-2100", "-2,1 ພັນ", "-2,1 ພັນ"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 ພັນ", "-10 ພັນ"], + ["-99999", "-100 ກີບ", "-1 ແສນ"], + ["-999999", "-1 ລ້ານ", "-1 ລ້ານ"], + ["-9999999", "-10 ລ້ານ", "-10 ລ້ານ"], + ["-9999999999999999", "-10000ລລ", "-10000 ລ້ານລ້ານ"], + ["1000", "1 ພັນ", "1 ພັນ"], + ["1001", "1 ພັນ", "1 ພັນ"], + ["1010", "1 ພັນ", "1 ພັນ"], + ["1100", "1,1 ພັນ", "1,1 ພັນ"], + ["2000", "2 ພັນ", "2 ພັນ"], + ["2001", "2 ພັນ", "2 ພັນ"], + ["2010", "2 ພັນ", "2 ພັນ"], + ["2100", "2,1 ພັນ", "2,1 ພັນ"], + ["3000", "3 ພັນ", "3 ພັນ"], + ["3001", "3 ພັນ", "3 ພັນ"], + ["3010", "3 ພັນ", "3 ພັນ"], + ["3100", "3,1 ພັນ", "3,1 ພັນ"], + ["4000", "4 ພັນ", "4 ພັນ"], + ["4001", "4 ພັນ", "4 ພັນ"], + ["4010", "4 ພັນ", "4 ພັນ"], + ["4100", "4,1 ພັນ", "4,1 ພັນ"], + ["5000", "5 ພັນ", "5 ພັນ"], + ["5001", "5 ພັນ", "5 ພັນ"], + ["5010", "5 ພັນ", "5 ພັນ"], + ["5100", "5,1 ພັນ", "5,1 ພັນ"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 ພັນ", "1 ພັນ"], + ["9999.12", "10 ພັນ", "10 ພັນ"], + ["9999.99", "10 ພັນ", "10 ພັນ"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 ພັນ", "-1 ພັນ"], + ["-9999.12", "-10 ພັນ", "-10 ພັນ"], + ["-9999.99", "-10 ພັນ", "-10 ພັນ"], + ], + "lt": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 tūkst.", "4,3 tūkstančio"], + ["54321", "54 tūkst.", "54 tūkstančiai"], + ["654321", "654 tūkst.", "654 tūkstančiai"], + ["7654321", "7,7 mln.", "7,7 milijono"], + ["87654321", "88 mln.", "88 milijonai"], + ["987654321", "988 mln.", "988 milijonai"], + ["1087654321", "1,1 mlrd.", "1,1 milijardo"], + ["11987654321", "12 mlrd.", "12 milijardų"], + ["129987654321", "130 mlrd.", "130 milijardų"], + ["1398987654321", "1,4 trln.", "1,4 trilijono"], + ["14987987654321", "15 trln.", "15 trilijonų"], + ["159876987654321", "160 trln.", "160 trilijonų"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 tūkst.", "10 tūkstančių"], + ["99999", "100 tūkst.", "100 tūkstančių"], + ["999999", "1 mln.", "1 milijonas"], + ["9999999", "10 mln.", "10 milijonų"], + ["99999999", "100 mln.", "100 milijonų"], + ["9994", "10 tūkst.", "10 tūkstančių"], + ["99944", "100 tūkst.", "100 tūkstančių"], + ["999444", "999 tūkst.", "999 tūkstančiai"], + ["9994444", "10 mln.", "10 milijonų"], + ["999444444", "999 mln.", "999 milijonai"], + ["9994444444", "10 mlrd.", "10 milijardų"], + ["1000000000000000", "1000 trln.", "1000 trilijonų"], + ["10000000000000000", "10000 trln.", "10000 trilijonų"], + ["0", "0", "0"], + ["-1", "−1", "−1"], + ["-2", "−2", "−2"], + ["-3", "−3", "−3"], + ["-1000", "−1 tūkst.", "−1 tūkstantis"], + ["-1001", "−1 tūkst.", "−1 tūkstantis"], + ["-1010", "−1 tūkst.", "−1 tūkstantis"], + ["-1100", "−1,1 tūkst.", "−1,1 tūkstančio"], + ["-2000", "−2 tūkst.", "−2 tūkstančiai"], + ["-2001", "−2 tūkst.", "−2 tūkstančiai"], + ["-2010", "−2 tūkst.", "−2 tūkstančiai"], + ["-2100", "−2,1 tūkst.", "−2,1 tūkstančio"], + ["-9", "−9", "−9"], + ["-99", "−99", "−99"], + ["-999", "−999", "−999"], + ["-9999", "−10 tūkst.", "−10 tūkstančių"], + ["-99999", "−100 tūkst.", "−100 tūkstančių"], + ["-999999", "−1 mln.", "−1 milijonas"], + ["-9999999", "−10 mln.", "−10 milijonų"], + ["-9999999999999999", "−10000 trln.", "−10000 trilijonų"], + ["1000", "1 tūkst.", "1 tūkstantis"], + ["1001", "1 tūkst.", "1 tūkstantis"], + ["1010", "1 tūkst.", "1 tūkstantis"], + ["1100", "1,1 tūkst.", "1,1 tūkstančio"], + ["2000", "2 tūkst.", "2 tūkstančiai"], + ["2001", "2 tūkst.", "2 tūkstančiai"], + ["2010", "2 tūkst.", "2 tūkstančiai"], + ["2100", "2,1 tūkst.", "2,1 tūkstančio"], + ["3000", "3 tūkst.", "3 tūkstančiai"], + ["3001", "3 tūkst.", "3 tūkstančiai"], + ["3010", "3 tūkst.", "3 tūkstančiai"], + ["3100", "3,1 tūkst.", "3,1 tūkstančio"], + ["4000", "4 tūkst.", "4 tūkstančiai"], + ["4001", "4 tūkst.", "4 tūkstančiai"], + ["4010", "4 tūkst.", "4 tūkstančiai"], + ["4100", "4,1 tūkst.", "4,1 tūkstančio"], + ["5000", "5 tūkst.", "5 tūkstančiai"], + ["5001", "5 tūkst.", "5 tūkstančiai"], + ["5010", "5 tūkst.", "5 tūkstančiai"], + ["5100", "5,1 tūkst.", "5,1 tūkstančio"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 tūkst.", "1 tūkstantis"], + ["9999.12", "10 tūkst.", "10 tūkstančių"], + ["9999.99", "10 tūkst.", "10 tūkstančių"], + ["-0.12", "−0,12", "−0,12"], + ["-0.99", "−0,99", "−0,99"], + ["-9.12", "−9,1", "−9,1"], + ["-9.99", "−10", "−10"], + ["-999.12", "−999", "−999"], + ["-999.99", "−1 tūkst.", "−1 tūkstantis"], + ["-9999.12", "−10 tūkst.", "−10 tūkstančių"], + ["-9999.99", "−10 tūkst.", "−10 tūkstančių"], + ], + "lv": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 tūkst.", "4,3 tūkstoši"], + ["54321", "54 tūkst.", "54 tūkstoši"], + ["654321", "654 tūkst.", "654 tūkstoši"], + ["7654321", "7,7 milj.", "7,7 miljoni"], + ["87654321", "88 milj.", "88 miljoni"], + ["987654321", "988 milj.", "988 miljoni"], + ["1087654321", "1,1 mljrd.", "1,1 miljards"], + ["11987654321", "12 mljrd.", "12 miljardi"], + ["129987654321", "130 mljrd.", "130 miljardi"], + ["1398987654321", "1,4 trilj.", "1,4 triljoni"], + ["14987987654321", "15 trilj.", "15 triljoni"], + ["159876987654321", "160 trilj.", "160 triljoni"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 tūkst.", "10 tūkstoši"], + ["99999", "100 tūkst.", "100 tūkstoši"], + ["999999", "1 milj.", "1 miljons"], + ["9999999", "10 milj.", "10 miljoni"], + ["99999999", "100 milj.", "100 miljoni"], + ["9994", "10 tūkst.", "10 tūkstoši"], + ["99944", "100 tūkst.", "100 tūkstoši"], + ["999444", "999 tūkst.", "999 tūkstoši"], + ["9994444", "10 milj.", "10 miljoni"], + ["999444444", "999 milj.", "999 miljoni"], + ["9994444444", "10 mljrd.", "10 miljardi"], + ["1000000000000000", "1000 trilj.", "1000 triljoni"], + ["10000000000000000", "10000 trilj.", "10000 triljoni"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 tūkst.", "-1 tūkstotis"], + ["-1001", "-1 tūkst.", "-1 tūkstotis"], + ["-1010", "-1 tūkst.", "-1 tūkstotis"], + ["-1100", "-1,1 tūkst.", "-1,1 tūkstotis"], + ["-2000", "-2 tūkst.", "-2 tūkstoši"], + ["-2001", "-2 tūkst.", "-2 tūkstoši"], + ["-2010", "-2 tūkst.", "-2 tūkstoši"], + ["-2100", "-2,1 tūkst.", "-2,1 tūkstotis"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 tūkst.", "-10 tūkstoši"], + ["-99999", "-100 tūkst.", "-100 tūkstoši"], + ["-999999", "-1 milj.", "-1 miljons"], + ["-9999999", "-10 milj.", "-10 miljoni"], + ["-9999999999999999", "-10000 trilj.", "-10000 triljoni"], + ["1000", "1 tūkst.", "1 tūkstotis"], + ["1001", "1 tūkst.", "1 tūkstotis"], + ["1010", "1 tūkst.", "1 tūkstotis"], + ["1100", "1,1 tūkst.", "1,1 tūkstotis"], + ["2000", "2 tūkst.", "2 tūkstoši"], + ["2001", "2 tūkst.", "2 tūkstoši"], + ["2010", "2 tūkst.", "2 tūkstoši"], + ["2100", "2,1 tūkst.", "2,1 tūkstotis"], + ["3000", "3 tūkst.", "3 tūkstoši"], + ["3001", "3 tūkst.", "3 tūkstoši"], + ["3010", "3 tūkst.", "3 tūkstoši"], + ["3100", "3,1 tūkst.", "3,1 tūkstotis"], + ["4000", "4 tūkst.", "4 tūkstoši"], + ["4001", "4 tūkst.", "4 tūkstoši"], + ["4010", "4 tūkst.", "4 tūkstoši"], + ["4100", "4,1 tūkst.", "4,1 tūkstotis"], + ["5000", "5 tūkst.", "5 tūkstoši"], + ["5001", "5 tūkst.", "5 tūkstoši"], + ["5010", "5 tūkst.", "5 tūkstoši"], + ["5100", "5,1 tūkst.", "5,1 tūkstotis"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 tūkst.", "1 tūkstotis"], + ["9999.12", "10 tūkst.", "10 tūkstoši"], + ["9999.99", "10 tūkst.", "10 tūkstoši"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 tūkst.", "-1 tūkstotis"], + ["-9999.12", "-10 tūkst.", "-10 tūkstoši"], + ["-9999.99", "-10 tūkst.", "-10 tūkstoši"], + ], + "mg": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3K", "4.3K"], + ["54321", "54K", "54K"], + ["654321", "654K", "654K"], + ["7654321", "7.7M", "7.7M"], + ["87654321", "88M", "88M"], + ["987654321", "988M", "988M"], + ["1087654321", "1.1G", "1.1G"], + ["11987654321", "12G", "12G"], + ["129987654321", "130G", "130G"], + ["1398987654321", "1.4T", "1.4T"], + ["14987987654321", "15T", "15T"], + ["159876987654321", "160T", "160T"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10K", "10K"], + ["99999", "100K", "100K"], + ["999999", "1M", "1M"], + ["9999999", "10M", "10M"], + ["99999999", "100M", "100M"], + ["9994", "10K", "10K"], + ["99944", "100K", "100K"], + ["999444", "999K", "999K"], + ["9994444", "10M", "10M"], + ["999444444", "999M", "999M"], + ["9994444444", "10G", "10G"], + ["1000000000000000", "1000T", "1000T"], + ["10000000000000000", "10000T", "10000T"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1K", "-1K"], + ["-1001", "-1K", "-1K"], + ["-1010", "-1K", "-1K"], + ["-1100", "-1.1K", "-1.1K"], + ["-2000", "-2K", "-2K"], + ["-2001", "-2K", "-2K"], + ["-2010", "-2K", "-2K"], + ["-2100", "-2.1K", "-2.1K"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10K", "-10K"], + ["-99999", "-100K", "-100K"], + ["-999999", "-1M", "-1M"], + ["-9999999", "-10M", "-10M"], + ["-9999999999999999", "-10000T", "-10000T"], + ["1000", "1K", "1K"], + ["1001", "1K", "1K"], + ["1010", "1K", "1K"], + ["1100", "1.1K", "1.1K"], + ["2000", "2K", "2K"], + ["2001", "2K", "2K"], + ["2010", "2K", "2K"], + ["2100", "2.1K", "2.1K"], + ["3000", "3K", "3K"], + ["3001", "3K", "3K"], + ["3010", "3K", "3K"], + ["3100", "3.1K", "3.1K"], + ["4000", "4K", "4K"], + ["4001", "4K", "4K"], + ["4010", "4K", "4K"], + ["4100", "4.1K", "4.1K"], + ["5000", "5K", "5K"], + ["5001", "5K", "5K"], + ["5010", "5K", "5K"], + ["5100", "5.1K", "5.1K"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1K", "1K"], + ["9999.12", "10K", "10K"], + ["9999.99", "10K", "10K"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1K", "-1K"], + ["-9999.12", "-10K", "-10K"], + ["-9999.99", "-10K", "-10K"], + ], + "mk": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 илј.", "4,3 илјади"], + ["54321", "54 илј.", "54 илјади"], + ["654321", "654 илј.", "654 илјади"], + ["7654321", "7,7 мил.", "7,7 милиони"], + ["87654321", "88 мил.", "88 милиони"], + ["987654321", "988 М", "988 милиони"], + ["1087654321", "1,1 милј.", "1,1 милијарда"], + ["11987654321", "12 милј.", "12 милијарди"], + ["129987654321", "130 ми.", "130 милијарди"], + ["1398987654321", "1,4 бил.", "1,4 билиони"], + ["14987987654321", "15 бил.", "15 билиони"], + ["159876987654321", "160 бил.", "160 билиони"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 илј.", "10 илјади"], + ["99999", "100 илј.", "100 илјади"], + ["999999", "1 мил.", "1 милион"], + ["9999999", "10 мил.", "10 милиони"], + ["99999999", "100 М", "100 милиони"], + ["9994", "10 илј.", "10 илјади"], + ["99944", "100 илј.", "100 илјади"], + ["999444", "999 илј.", "999 илјади"], + ["9994444", "10 мил.", "10 милиони"], + ["999444444", "999 М", "999 милиони"], + ["9994444444", "10 милј.", "10 милијарди"], + ["1000000000000000", "1000 бил.", "1000 билиони"], + ["10000000000000000", "10000 бил.", "10000 билиони"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 илј.", "-1 илјада"], + ["-1001", "-1 илј.", "-1 илјада"], + ["-1010", "-1 илј.", "-1 илјада"], + ["-1100", "-1,1 илј.", "-1,1 илјада"], + ["-2000", "-2 илј.", "-2 илјади"], + ["-2001", "-2 илј.", "-2 илјади"], + ["-2010", "-2 илј.", "-2 илјади"], + ["-2100", "-2,1 илј.", "-2,1 илјада"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 илј.", "-10 илјади"], + ["-99999", "-100 илј.", "-100 илјади"], + ["-999999", "-1 мил.", "-1 милион"], + ["-9999999", "-10 мил.", "-10 милиони"], + ["-9999999999999999", "-10000 бил.", "-10000 билиони"], + ["1000", "1 илј.", "1 илјада"], + ["1001", "1 илј.", "1 илјада"], + ["1010", "1 илј.", "1 илјада"], + ["1100", "1,1 илј.", "1,1 илјада"], + ["2000", "2 илј.", "2 илјади"], + ["2001", "2 илј.", "2 илјади"], + ["2010", "2 илј.", "2 илјади"], + ["2100", "2,1 илј.", "2,1 илјада"], + ["3000", "3 илј.", "3 илјади"], + ["3001", "3 илј.", "3 илјади"], + ["3010", "3 илј.", "3 илјади"], + ["3100", "3,1 илј.", "3,1 илјада"], + ["4000", "4 илј.", "4 илјади"], + ["4001", "4 илј.", "4 илјади"], + ["4010", "4 илј.", "4 илјади"], + ["4100", "4,1 илј.", "4,1 илјада"], + ["5000", "5 илј.", "5 илјади"], + ["5001", "5 илј.", "5 илјади"], + ["5010", "5 илј.", "5 илјади"], + ["5100", "5,1 илј.", "5,1 илјада"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 илј.", "1 илјада"], + ["9999.12", "10 илј.", "10 илјади"], + ["9999.99", "10 илј.", "10 илјади"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 илј.", "-1 илјада"], + ["-9999.12", "-10 илј.", "-10 илјади"], + ["-9999.99", "-10 илј.", "-10 илјади"], + ], + "ml": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3K", "4.3 ആയിരം"], + ["54321", "54K", "54 ആയിരം"], + ["654321", "654K", "654 ആയിരം"], + ["7654321", "7.7M", "7.7 ദശലക്ഷം"], + ["87654321", "88M", "88 ദശലക്ഷം"], + ["987654321", "988M", "988 ദശലക്ഷം"], + ["1087654321", "1.1B", "1.1 ലക്ഷം കോടി"], + ["11987654321", "12B", "12 ലക്ഷം കോടി"], + ["129987654321", "130B", "130 ലക്ഷം കോടി"], + ["1398987654321", "1.4T", "1.4 ട്രില്യൺ"], + ["14987987654321", "15T", "15 ട്രില്യൺ"], + ["159876987654321", "160T", "160 ട്രില്യൺ"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10K", "10 ആയിരം"], + ["99999", "100K", "100 ആയിരം"], + ["999999", "1M", "1 ദശലക്ഷം"], + ["9999999", "10M", "10 ദശലക്ഷം"], + ["99999999", "100M", "100 ദശലക്ഷം"], + ["9994", "10K", "10 ആയിരം"], + ["99944", "100K", "100 ആയിരം"], + ["999444", "999K", "999 ആയിരം"], + ["9994444", "10M", "10 ദശലക്ഷം"], + ["999444444", "999M", "999 ദശലക്ഷം"], + ["9994444444", "10B", "10 ലക്ഷം കോടി"], + ["1000000000000000", "1000T", "1000 ട്രില്യൺ"], + ["10000000000000000", "10000T", "10000 ട്രില്യൺ"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1K", "-1 ആയിരം"], + ["-1001", "-1K", "-1 ആയിരം"], + ["-1010", "-1K", "-1 ആയിരം"], + ["-1100", "-1.1K", "-1.1 ആയിരം"], + ["-2000", "-2K", "-2 ആയിരം"], + ["-2001", "-2K", "-2 ആയിരം"], + ["-2010", "-2K", "-2 ആയിരം"], + ["-2100", "-2.1K", "-2.1 ആയിരം"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10K", "-10 ആയിരം"], + ["-99999", "-100K", "-100 ആയിരം"], + ["-999999", "-1M", "-1 ദശലക്ഷം"], + ["-9999999", "-10M", "-10 ദശലക്ഷം"], + ["-9999999999999999", "-10000T", "-10000 ട്രില്യൺ"], + ["1000", "1K", "1 ആയിരം"], + ["1001", "1K", "1 ആയിരം"], + ["1010", "1K", "1 ആയിരം"], + ["1100", "1.1K", "1.1 ആയിരം"], + ["2000", "2K", "2 ആയിരം"], + ["2001", "2K", "2 ആയിരം"], + ["2010", "2K", "2 ആയിരം"], + ["2100", "2.1K", "2.1 ആയിരം"], + ["3000", "3K", "3 ആയിരം"], + ["3001", "3K", "3 ആയിരം"], + ["3010", "3K", "3 ആയിരം"], + ["3100", "3.1K", "3.1 ആയിരം"], + ["4000", "4K", "4 ആയിരം"], + ["4001", "4K", "4 ആയിരം"], + ["4010", "4K", "4 ആയിരം"], + ["4100", "4.1K", "4.1 ആയിരം"], + ["5000", "5K", "5 ആയിരം"], + ["5001", "5K", "5 ആയിരം"], + ["5010", "5K", "5 ആയിരം"], + ["5100", "5.1K", "5.1 ആയിരം"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1K", "1 ആയിരം"], + ["9999.12", "10K", "10 ആയിരം"], + ["9999.99", "10K", "10 ആയിരം"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1K", "-1 ആയിരം"], + ["-9999.12", "-10K", "-10 ആയിരം"], + ["-9999.99", "-10K", "-10 ആയിരം"], + ], + "mn": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3 мянга", "4.3 мянга"], + ["54321", "54 мянга", "54 мянга"], + ["654321", "654 мянга", "654 мянга"], + ["7654321", "7.7 сая", "7.7 сая"], + ["87654321", "88 сая", "88 сая"], + ["987654321", "988 сая", "988 сая"], + ["1087654321", "1.1 тэрбум", "1.1 тэрбум"], + ["11987654321", "12 тэрбум", "12 тэрбум"], + ["129987654321", "130Т", "130 тэрбум"], + ["1398987654321", "1.4ИН", "1.4 их наяд"], + ["14987987654321", "15ИН", "15 их наяд"], + ["159876987654321", "160ИН", "160 их наяд"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 мянга", "10 мянга"], + ["99999", "100 мянга", "100 мянга"], + ["999999", "1 сая", "1 сая"], + ["9999999", "10 сая", "10 сая"], + ["99999999", "100 сая", "100 сая"], + ["9994", "10 мянга", "10 мянга"], + ["99944", "100 мянга", "100 мянга"], + ["999444", "999 мянга", "999 мянга"], + ["9994444", "10 сая", "10 сая"], + ["999444444", "999 сая", "999 сая"], + ["9994444444", "10 тэрбум", "10 тэрбум"], + ["1000000000000000", "1000ИН", "1000 их наяд"], + ["10000000000000000", "10000ИН", "10000 их наяд"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 мянга", "-1 мянга"], + ["-1001", "-1 мянга", "-1 мянга"], + ["-1010", "-1 мянга", "-1 мянга"], + ["-1100", "-1.1 мянга", "-1.1 мянга"], + ["-2000", "-2 мянга", "-2 мянга"], + ["-2001", "-2 мянга", "-2 мянга"], + ["-2010", "-2 мянга", "-2 мянга"], + ["-2100", "-2.1 мянга", "-2.1 мянга"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 мянга", "-10 мянга"], + ["-99999", "-100 мянга", "-100 мянга"], + ["-999999", "-1 сая", "-1 сая"], + ["-9999999", "-10 сая", "-10 сая"], + ["-9999999999999999", "-10000ИН", "-10000 их наяд"], + ["1000", "1 мянга", "1 мянга"], + ["1001", "1 мянга", "1 мянга"], + ["1010", "1 мянга", "1 мянга"], + ["1100", "1.1 мянга", "1.1 мянга"], + ["2000", "2 мянга", "2 мянга"], + ["2001", "2 мянга", "2 мянга"], + ["2010", "2 мянга", "2 мянга"], + ["2100", "2.1 мянга", "2.1 мянга"], + ["3000", "3 мянга", "3 мянга"], + ["3001", "3 мянга", "3 мянга"], + ["3010", "3 мянга", "3 мянга"], + ["3100", "3.1 мянга", "3.1 мянга"], + ["4000", "4 мянга", "4 мянга"], + ["4001", "4 мянга", "4 мянга"], + ["4010", "4 мянга", "4 мянга"], + ["4100", "4.1 мянга", "4.1 мянга"], + ["5000", "5 мянга", "5 мянга"], + ["5001", "5 мянга", "5 мянга"], + ["5010", "5 мянга", "5 мянга"], + ["5100", "5.1 мянга", "5.1 мянга"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 мянга", "1 мянга"], + ["9999.12", "10 мянга", "10 мянга"], + ["9999.99", "10 мянга", "10 мянга"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 мянга", "-1 мянга"], + ["-9999.12", "-10 мянга", "-10 мянга"], + ["-9999.99", "-10 мянга", "-10 мянга"], + ], + "mr": [ + ["1", "१", "१"], + ["21", "२१", "२१"], + ["321", "३२१", "३२१"], + ["4321", "४.३ ह", "४.३ हजार"], + ["54321", "५४ ह", "५४ हजार"], + ["654321", "६.५ लाख", "६.५ लाख"], + ["7654321", "७७ लाख", "७७ लाख"], + ["87654321", "८.८ कोटी", "८.८ कोटी"], + ["987654321", "९९ कोटी", "९९ कोटी"], + ["1087654321", "१.१ अब्ज", "१.१ अब्ज"], + ["11987654321", "१२ अब्ज", "१२ अब्ज"], + ["129987654321", "१.३ खर्व", "१.३ खर्व"], + ["1398987654321", "१४ खर्व", "१४ खर्व"], + ["14987987654321", "१.५ पद्म", "१.५ पद्म"], + ["159876987654321", "१६ पद्म", "१६ पद्म"], + ["9", "९", "९"], + ["99", "९९", "९९"], + ["999", "९९९", "९९९"], + ["9999", "१० ह", "१० हजार"], + ["99999", "१ लाख", "१ लाख"], + ["999999", "१० लाख", "१० लाख"], + ["9999999", "१ कोटी", "१ कोटी"], + ["99999999", "१० कोटी", "१० कोटी"], + ["9994", "१० ह", "१० हजार"], + ["99944", "१ लाख", "१ लाख"], + ["999444", "१० लाख", "१० लाख"], + ["9994444", "१ कोटी", "१ कोटी"], + ["999444444", "१ अब्ज", "१ अब्ज"], + ["9994444444", "१० अब्ज", "१० अब्ज"], + ["1000000000000000", "१०० पद्म", "१०० पद्म"], + ["10000000000000000", "१००० पद्म", "१००० पद्म"], + ["0", "०", "०"], + ["-1", "-१", "-१"], + ["-2", "-२", "-२"], + ["-3", "-३", "-३"], + ["-1000", "-१ ह", "-१ हजार"], + ["-1001", "-१ ह", "-१ हजार"], + ["-1010", "-१ ह", "-१ हजार"], + ["-1100", "-१.१ ह", "-१.१ हजार"], + ["-2000", "-२ ह", "-२ हजार"], + ["-2001", "-२ ह", "-२ हजार"], + ["-2010", "-२ ह", "-२ हजार"], + ["-2100", "-२.१ ह", "-२.१ हजार"], + ["-9", "-९", "-९"], + ["-99", "-९९", "-९९"], + ["-999", "-९९९", "-९९९"], + ["-9999", "-१० ह", "-१० हजार"], + ["-99999", "-१ लाख", "-१ लाख"], + ["-999999", "-१० लाख", "-१० लाख"], + ["-9999999", "-१ कोटी", "-१ कोटी"], + ["-9999999999999999", "-१००० पद्म", "-१००० पद्म"], + ["1000", "१ ह", "१ हजार"], + ["1001", "१ ह", "१ हजार"], + ["1010", "१ ह", "१ हजार"], + ["1100", "१.१ ह", "१.१ हजार"], + ["2000", "२ ह", "२ हजार"], + ["2001", "२ ह", "२ हजार"], + ["2010", "२ ह", "२ हजार"], + ["2100", "२.१ ह", "२.१ हजार"], + ["3000", "३ ह", "३ हजार"], + ["3001", "३ ह", "३ हजार"], + ["3010", "३ ह", "३ हजार"], + ["3100", "३.१ ह", "३.१ हजार"], + ["4000", "४ ह", "४ हजार"], + ["4001", "४ ह", "४ हजार"], + ["4010", "४ ह", "४ हजार"], + ["4100", "४.१ ह", "४.१ हजार"], + ["5000", "५ ह", "५ हजार"], + ["5001", "५ ह", "५ हजार"], + ["5010", "५ ह", "५ हजार"], + ["5100", "५.१ ह", "५.१ हजार"], + ["0.001234", "०.००१२", "०.००१२"], + ["0.01234", "०.०१२", "०.०१२"], + ["0.1234", "०.१२", "०.१२"], + ["0.99", "०.९९", "०.९९"], + ["0.999", "१", "१"], + ["9.12", "९.१", "९.१"], + ["9.99", "१०", "१०"], + ["99.12", "९९", "९९"], + ["99.99", "१००", "१००"], + ["999.12", "९९९", "९९९"], + ["999.99", "१ ह", "१ हजार"], + ["9999.12", "१० ह", "१० हजार"], + ["9999.99", "१० ह", "१० हजार"], + ["-0.12", "-०.१२", "-०.१२"], + ["-0.99", "-०.९९", "-०.९९"], + ["-9.12", "-९.१", "-९.१"], + ["-9.99", "-१०", "-१०"], + ["-999.12", "-९९९", "-९९९"], + ["-999.99", "-१ ह", "-१ हजार"], + ["-9999.12", "-१० ह", "-१० हजार"], + ["-9999.99", "-१० ह", "-१० हजार"], + ], + "ms": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3K", "4.3 ribu"], + ["54321", "54K", "54 ribu"], + ["654321", "654K", "654 ribu"], + ["7654321", "7.7J", "7.7 juta"], + ["87654321", "88J", "88 juta"], + ["987654321", "988J", "988 juta"], + ["1087654321", "1.1B", "1.1 bilion"], + ["11987654321", "12B", "12 bilion"], + ["129987654321", "130B", "130 bilion"], + ["1398987654321", "1.4T", "1.4 trilion"], + ["14987987654321", "15T", "15 trilion"], + ["159876987654321", "160T", "160 trilion"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10K", "10 ribu"], + ["99999", "100K", "100 ribu"], + ["999999", "1J", "1 juta"], + ["9999999", "10J", "10 juta"], + ["99999999", "100J", "100 juta"], + ["9994", "10K", "10 ribu"], + ["99944", "100K", "100 ribu"], + ["999444", "999K", "999 ribu"], + ["9994444", "10J", "10 juta"], + ["999444444", "999J", "999 juta"], + ["9994444444", "10B", "10 bilion"], + ["1000000000000000", "1000T", "1000 trilion"], + ["10000000000000000", "10000T", "10000 trilion"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1K", "-1 ribu"], + ["-1001", "-1K", "-1 ribu"], + ["-1010", "-1K", "-1 ribu"], + ["-1100", "-1.1K", "-1.1 ribu"], + ["-2000", "-2K", "-2 ribu"], + ["-2001", "-2K", "-2 ribu"], + ["-2010", "-2K", "-2 ribu"], + ["-2100", "-2.1K", "-2.1 ribu"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10K", "-10 ribu"], + ["-99999", "-100K", "-100 ribu"], + ["-999999", "-1J", "-1 juta"], + ["-9999999", "-10J", "-10 juta"], + ["-9999999999999999", "-10000T", "-10000 trilion"], + ["1000", "1K", "1 ribu"], + ["1001", "1K", "1 ribu"], + ["1010", "1K", "1 ribu"], + ["1100", "1.1K", "1.1 ribu"], + ["2000", "2K", "2 ribu"], + ["2001", "2K", "2 ribu"], + ["2010", "2K", "2 ribu"], + ["2100", "2.1K", "2.1 ribu"], + ["3000", "3K", "3 ribu"], + ["3001", "3K", "3 ribu"], + ["3010", "3K", "3 ribu"], + ["3100", "3.1K", "3.1 ribu"], + ["4000", "4K", "4 ribu"], + ["4001", "4K", "4 ribu"], + ["4010", "4K", "4 ribu"], + ["4100", "4.1K", "4.1 ribu"], + ["5000", "5K", "5 ribu"], + ["5001", "5K", "5 ribu"], + ["5010", "5K", "5 ribu"], + ["5100", "5.1K", "5.1 ribu"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1K", "1 ribu"], + ["9999.12", "10K", "10 ribu"], + ["9999.99", "10K", "10 ribu"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1K", "-1 ribu"], + ["-9999.12", "-10K", "-10 ribu"], + ["-9999.99", "-10K", "-10 ribu"], + ], + "mt": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3K", "4.3K"], + ["54321", "54K", "54K"], + ["654321", "654K", "654K"], + ["7654321", "7.7M", "7.7M"], + ["87654321", "88M", "88M"], + ["987654321", "988M", "988M"], + ["1087654321", "1.1G", "1.1G"], + ["11987654321", "12G", "12G"], + ["129987654321", "130G", "130G"], + ["1398987654321", "1.4T", "1.4T"], + ["14987987654321", "15T", "15T"], + ["159876987654321", "160T", "160T"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10K", "10K"], + ["99999", "100K", "100K"], + ["999999", "1M", "1M"], + ["9999999", "10M", "10M"], + ["99999999", "100M", "100M"], + ["9994", "10K", "10K"], + ["99944", "100K", "100K"], + ["999444", "999K", "999K"], + ["9994444", "10M", "10M"], + ["999444444", "999M", "999M"], + ["9994444444", "10G", "10G"], + ["1000000000000000", "1000T", "1000T"], + ["10000000000000000", "10000T", "10000T"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1K", "-1K"], + ["-1001", "-1K", "-1K"], + ["-1010", "-1K", "-1K"], + ["-1100", "-1.1K", "-1.1K"], + ["-2000", "-2K", "-2K"], + ["-2001", "-2K", "-2K"], + ["-2010", "-2K", "-2K"], + ["-2100", "-2.1K", "-2.1K"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10K", "-10K"], + ["-99999", "-100K", "-100K"], + ["-999999", "-1M", "-1M"], + ["-9999999", "-10M", "-10M"], + ["-9999999999999999", "-10000T", "-10000T"], + ["1000", "1K", "1K"], + ["1001", "1K", "1K"], + ["1010", "1K", "1K"], + ["1100", "1.1K", "1.1K"], + ["2000", "2K", "2K"], + ["2001", "2K", "2K"], + ["2010", "2K", "2K"], + ["2100", "2.1K", "2.1K"], + ["3000", "3K", "3K"], + ["3001", "3K", "3K"], + ["3010", "3K", "3K"], + ["3100", "3.1K", "3.1K"], + ["4000", "4K", "4K"], + ["4001", "4K", "4K"], + ["4010", "4K", "4K"], + ["4100", "4.1K", "4.1K"], + ["5000", "5K", "5K"], + ["5001", "5K", "5K"], + ["5010", "5K", "5K"], + ["5100", "5.1K", "5.1K"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1K", "1K"], + ["9999.12", "10K", "10K"], + ["9999.99", "10K", "10K"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1K", "-1K"], + ["-9999.12", "-10K", "-10K"], + ["-9999.99", "-10K", "-10K"], + ], + "my": [ + ["1", "၁", "၁"], + ["21", "၂၁", "၂၁"], + ["321", "၃၂၁", "၃၂၁"], + ["4321", "၄.၃ ထောင်", "၄.၃ ထောင်"], + ["54321", "၅.၄ သောင်း", "၅.၄ သောင်း"], + ["654321", "၆.၅ သိန်း", "၆.၅ သိန်း"], + ["7654321", "၇.၇ သန်း", "၇.၇ သန်း"], + ["87654321", "၈.၈ ကုဋေ", "၈.၈ ကုဋေ"], + ["987654321", "၉၉ ကုဋေ", "၉၉ ကုဋေ"], + ["1087654321", "၁၀၉ ကုဋေ", "၁၀၉ ကုဋေ"], + ["11987654321", "ကုဋေ ၁.၂ ထ", "၁၁၉၉ ကုဋေ"], + ["129987654321", "ကုဋေ ၁.၃ သ", "ကုဋေ ၁.၃ သောင်း"], + ["1398987654321", "ဋေ ၁.၄ သိန်း", "ကုဋေ ၁.၄ သိန်း"], + ["14987987654321", "ဋေ ၁.၅ သန်း", "ကုဋေ ၁.၅ သန်း"], + ["159876987654321", "၁.၆ ကောဋိ", "၁.၆ ကောဋိ"], + ["9", "၉", "၉"], + ["99", "၉၉", "၉၉"], + ["999", "၉၉၉", "၉၉၉"], + ["9999", "၁ သောင်း", "၁ သောင်း"], + ["99999", "၁ သိန်း", "၁ သိန်း"], + ["999999", "၁ သန်း", "၁ သန်း"], + ["9999999", "၁ ကုဋေ", "၁ ကုဋေ"], + ["99999999", "၁၀ ကုဋေ", "၁၀ ကုဋေ"], + ["9994", "၁ သောင်း", "၁ သောင်း"], + ["99944", "၁ သိန်း", "၁ သိန်း"], + ["999444", "၁ သန်း", "၁ သန်း"], + ["9994444", "၁ ကုဋေ", "၁ ကုဋေ"], + ["999444444", "၁၀၀ ကုဋေ", "၁၀၀ ကုဋေ"], + ["9994444444", "၉၉၉ ကုဋေ", "၉၉၉ ကုဋေ"], + ["1000000000000000", "၁၀ ကောဋိ", "၁၀ ကောဋိ"], + ["10000000000000000", "၁၀၀ ကောဋိ", "၁၀၀ ကောဋိ"], + ["0", "၀", "၀"], + ["-1", "-၁", "-၁"], + ["-2", "-၂", "-၂"], + ["-3", "-၃", "-၃"], + ["-1000", "-၁ ထောင်", "-၁ ထောင်"], + ["-1001", "-၁ ထောင်", "-၁ ထောင်"], + ["-1010", "-၁ ထောင်", "-၁ ထောင်"], + ["-1100", "-၁.၁ ထောင်", "-၁.၁ ထောင်"], + ["-2000", "-၂ ထောင်", "-၂ ထောင်"], + ["-2001", "-၂ ထောင်", "-၂ ထောင်"], + ["-2010", "-၂ ထောင်", "-၂ ထောင်"], + ["-2100", "-၂.၁ ထောင်", "-၂.၁ ထောင်"], + ["-9", "-၉", "-၉"], + ["-99", "-၉၉", "-၉၉"], + ["-999", "-၉၉၉", "-၉၉၉"], + ["-9999", "-၁ သောင်း", "-၁ သောင်း"], + ["-99999", "-၁ သိန်း", "-၁ သိန်း"], + ["-999999", "-၁ သန်း", "-၁ သန်း"], + ["-9999999", "-၁ ကုဋေ", "-၁ ကုဋေ"], + ["-9999999999999999", "-၁၀၀ ကောဋိ", "-၁၀၀ ကောဋိ"], + ["1000", "၁ ထောင်", "၁ ထောင်"], + ["1001", "၁ ထောင်", "၁ ထောင်"], + ["1010", "၁ ထောင်", "၁ ထောင်"], + ["1100", "၁.၁ ထောင်", "၁.၁ ထောင်"], + ["2000", "၂ ထောင်", "၂ ထောင်"], + ["2001", "၂ ထောင်", "၂ ထောင်"], + ["2010", "၂ ထောင်", "၂ ထောင်"], + ["2100", "၂.၁ ထောင်", "၂.၁ ထောင်"], + ["3000", "၃ ထောင်", "၃ ထောင်"], + ["3001", "၃ ထောင်", "၃ ထောင်"], + ["3010", "၃ ထောင်", "၃ ထောင်"], + ["3100", "၃.၁ ထောင်", "၃.၁ ထောင်"], + ["4000", "၄ ထောင်", "၄ ထောင်"], + ["4001", "၄ ထောင်", "၄ ထောင်"], + ["4010", "၄ ထောင်", "၄ ထောင်"], + ["4100", "၄.၁ ထောင်", "၄.၁ ထောင်"], + ["5000", "၅ ထောင်", "၅ ထောင်"], + ["5001", "၅ ထောင်", "၅ ထောင်"], + ["5010", "၅ ထောင်", "၅ ထောင်"], + ["5100", "၅.၁ ထောင်", "၅.၁ ထောင်"], + ["0.001234", "၀.၀၀၁၂", "၀.၀၀၁၂"], + ["0.01234", "၀.၀၁၂", "၀.၀၁၂"], + ["0.1234", "၀.၁၂", "၀.၁၂"], + ["0.99", "၀.၉၉", "၀.၉၉"], + ["0.999", "၁", "၁"], + ["9.12", "၉.၁", "၉.၁"], + ["9.99", "၁၀", "၁၀"], + ["99.12", "၉၉", "၉၉"], + ["99.99", "၁၀၀", "၁၀၀"], + ["999.12", "၉၉၉", "၉၉၉"], + ["999.99", "၁ ထောင်", "၁ ထောင်"], + ["9999.12", "၁ သောင်း", "၁ သောင်း"], + ["9999.99", "၁ သောင်း", "၁ သောင်း"], + ["-0.12", "-၀.၁၂", "-၀.၁၂"], + ["-0.99", "-၀.၉၉", "-၀.၉၉"], + ["-9.12", "-၉.၁", "-၉.၁"], + ["-9.99", "-၁၀", "-၁၀"], + ["-999.12", "-၉၉၉", "-၉၉၉"], + ["-999.99", "-၁ ထောင်", "-၁ ထောင်"], + ["-9999.12", "-၁ သောင်း", "-၁ သောင်း"], + ["-9999.99", "-၁ သောင်း", "-၁ သောင်း"], + ], + "nb": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3k", "4,3 tusen"], + ["54321", "54k", "54 tusen"], + ["654321", "654k", "654 tusen"], + ["7654321", "7,7 mill.", "7,7 millioner"], + ["87654321", "88 mill.", "88 millioner"], + ["987654321", "988 mill.", "988 millioner"], + ["1087654321", "1,1 mrd.", "1,1 milliarder"], + ["11987654321", "12 mrd.", "12 milliarder"], + ["129987654321", "130 mrd.", "130 milliarder"], + ["1398987654321", "1,4 bill.", "1,4 billioner"], + ["14987987654321", "15 bill.", "15 billioner"], + ["159876987654321", "160 bill.", "160 billioner"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10k", "10 tusen"], + ["99999", "100k", "100 tusen"], + ["999999", "1 mill.", "1 million"], + ["9999999", "10 mill.", "10 millioner"], + ["99999999", "100 mill.", "100 millioner"], + ["9994", "10k", "10 tusen"], + ["99944", "100k", "100 tusen"], + ["999444", "999k", "999 tusen"], + ["9994444", "10 mill.", "10 millioner"], + ["999444444", "999 mill.", "999 millioner"], + ["9994444444", "10 mrd.", "10 milliarder"], + ["1000000000000000", "1000 bill.", "1000 billioner"], + ["10000000000000000", "10000 bill.", "10000 billioner"], + ["0", "0", "0"], + ["-1", "−1", "−1"], + ["-2", "−2", "−2"], + ["-3", "−3", "−3"], + ["-1000", "−1k", "−1 tusen"], + ["-1001", "−1k", "−1 tusen"], + ["-1010", "−1k", "−1 tusen"], + ["-1100", "−1,1k", "−1,1 tusen"], + ["-2000", "−2k", "−2 tusen"], + ["-2001", "−2k", "−2 tusen"], + ["-2010", "−2k", "−2 tusen"], + ["-2100", "−2,1k", "−2,1 tusen"], + ["-9", "−9", "−9"], + ["-99", "−99", "−99"], + ["-999", "−999", "−999"], + ["-9999", "−10k", "−10 tusen"], + ["-99999", "−100k", "−100 tusen"], + ["-999999", "−1 mill.", "−1 million"], + ["-9999999", "−10 mill.", "−10 millioner"], + ["-9999999999999999", "−10000 bill.", "−10000 billioner"], + ["1000", "1k", "1 tusen"], + ["1001", "1k", "1 tusen"], + ["1010", "1k", "1 tusen"], + ["1100", "1,1k", "1,1 tusen"], + ["2000", "2k", "2 tusen"], + ["2001", "2k", "2 tusen"], + ["2010", "2k", "2 tusen"], + ["2100", "2,1k", "2,1 tusen"], + ["3000", "3k", "3 tusen"], + ["3001", "3k", "3 tusen"], + ["3010", "3k", "3 tusen"], + ["3100", "3,1k", "3,1 tusen"], + ["4000", "4k", "4 tusen"], + ["4001", "4k", "4 tusen"], + ["4010", "4k", "4 tusen"], + ["4100", "4,1k", "4,1 tusen"], + ["5000", "5k", "5 tusen"], + ["5001", "5k", "5 tusen"], + ["5010", "5k", "5 tusen"], + ["5100", "5,1k", "5,1 tusen"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1k", "1 tusen"], + ["9999.12", "10k", "10 tusen"], + ["9999.99", "10k", "10 tusen"], + ["-0.12", "−0,12", "−0,12"], + ["-0.99", "−0,99", "−0,99"], + ["-9.12", "−9,1", "−9,1"], + ["-9.99", "−10", "−10"], + ["-999.12", "−999", "−999"], + ["-999.99", "−1k", "−1 tusen"], + ["-9999.12", "−10k", "−10 tusen"], + ["-9999.99", "−10k", "−10 tusen"], + ], + "ne": [ + ["1", "१", "१"], + ["21", "२१", "२१"], + ["321", "३२१", "३२१"], + ["4321", "४.३ हजार", "४.३ हजार"], + ["54321", "५४ हजार", "५४ हजार"], + ["654321", "६.५ लाख", "६.५ लाख"], + ["7654321", "७७ लाख", "७.७ करोड"], + ["87654321", "८.८ करोड", "८८ करोड"], + ["987654321", "९९ करोड", "९८८ करोड"], + ["1087654321", "१.१ अरब", "१.१ अरब"], + ["11987654321", "१२ अरब", "१२ अरब"], + ["129987654321", "१.३ खरब", "१३० अरब"], + ["1398987654321", "१४ खरब", "१४ खरब"], + ["14987987654321", "१.५ शंख", "१.५ शंख"], + ["159876987654321", "१६ शंख", "१६ शंख"], + ["9", "९", "९"], + ["99", "९९", "९९"], + ["999", "९९९", "९९९"], + ["9999", "१० हजार", "१० हजार"], + ["99999", "१ लाख", "१ लाख"], + ["999999", "१० लाख", "१ करोड"], + ["9999999", "१ करोड", "१० करोड"], + ["99999999", "१० करोड", "१०० करोड"], + ["9994", "१० हजार", "१० हजार"], + ["99944", "१ लाख", "१ लाख"], + ["999444", "१० लाख", "१ करोड"], + ["9994444", "१ करोड", "१० करोड"], + ["999444444", "१ अरब", "९९९ करोड"], + ["9994444444", "१० अरब", "१० अरब"], + ["1000000000000000", "१०० शंख", "१०० शंख"], + ["10000000000000000", "१००० शंख", "१००० शंख"], + ["0", "०", "०"], + ["-1", "-१", "-१"], + ["-2", "-२", "-२"], + ["-3", "-३", "-३"], + ["-1000", "-१ हजार", "-१ हजार"], + ["-1001", "-१ हजार", "-१ हजार"], + ["-1010", "-१ हजार", "-१ हजार"], + ["-1100", "-१.१ हजार", "-१.१ हजार"], + ["-2000", "-२ हजार", "-२ हजार"], + ["-2001", "-२ हजार", "-२ हजार"], + ["-2010", "-२ हजार", "-२ हजार"], + ["-2100", "-२.१ हजार", "-२.१ हजार"], + ["-9", "-९", "-९"], + ["-99", "-९९", "-९९"], + ["-999", "-९९९", "-९९९"], + ["-9999", "-१० हजार", "-१० हजार"], + ["-99999", "-१ लाख", "-१ लाख"], + ["-999999", "-१० लाख", "-१ करोड"], + ["-9999999", "-१ करोड", "-१० करोड"], + ["-9999999999999999", "-१००० शंख", "-१००० शंख"], + ["1000", "१ हजार", "१ हजार"], + ["1001", "१ हजार", "१ हजार"], + ["1010", "१ हजार", "१ हजार"], + ["1100", "१.१ हजार", "१.१ हजार"], + ["2000", "२ हजार", "२ हजार"], + ["2001", "२ हजार", "२ हजार"], + ["2010", "२ हजार", "२ हजार"], + ["2100", "२.१ हजार", "२.१ हजार"], + ["3000", "३ हजार", "३ हजार"], + ["3001", "३ हजार", "३ हजार"], + ["3010", "३ हजार", "३ हजार"], + ["3100", "३.१ हजार", "३.१ हजार"], + ["4000", "४ हजार", "४ हजार"], + ["4001", "४ हजार", "४ हजार"], + ["4010", "४ हजार", "४ हजार"], + ["4100", "४.१ हजार", "४.१ हजार"], + ["5000", "५ हजार", "५ हजार"], + ["5001", "५ हजार", "५ हजार"], + ["5010", "५ हजार", "५ हजार"], + ["5100", "५.१ हजार", "५.१ हजार"], + ["0.001234", "०.००१२", "०.००१२"], + ["0.01234", "०.०१२", "०.०१२"], + ["0.1234", "०.१२", "०.१२"], + ["0.99", "०.९९", "०.९९"], + ["0.999", "१", "१"], + ["9.12", "९.१", "९.१"], + ["9.99", "१०", "१०"], + ["99.12", "९९", "९९"], + ["99.99", "१००", "१००"], + ["999.12", "९९९", "९९९"], + ["999.99", "१ हजार", "१ हजार"], + ["9999.12", "१० हजार", "१० हजार"], + ["9999.99", "१० हजार", "१० हजार"], + ["-0.12", "-०.१२", "-०.१२"], + ["-0.99", "-०.९९", "-०.९९"], + ["-9.12", "-९.१", "-९.१"], + ["-9.99", "-१०", "-१०"], + ["-999.12", "-९९९", "-९९९"], + ["-999.99", "-१ हजार", "-१ हजार"], + ["-9999.12", "-१० हजार", "-१० हजार"], + ["-9999.99", "-१० हजार", "-१० हजार"], + ], + "nl": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3K", "4,3 duizend"], + ["54321", "54K", "54 duizend"], + ["654321", "654K", "654 duizend"], + ["7654321", "7,7 mln.", "7,7 miljoen"], + ["87654321", "88 mln.", "88 miljoen"], + ["987654321", "988 mln.", "988 miljoen"], + ["1087654321", "1,1 mld.", "1,1 miljard"], + ["11987654321", "12 mld.", "12 miljard"], + ["129987654321", "130 mld.", "130 miljard"], + ["1398987654321", "1,4 bln.", "1,4 biljoen"], + ["14987987654321", "15 bln.", "15 biljoen"], + ["159876987654321", "160 bln.", "160 biljoen"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10K", "10 duizend"], + ["99999", "100K", "100 duizend"], + ["999999", "1 mln.", "1 miljoen"], + ["9999999", "10 mln.", "10 miljoen"], + ["99999999", "100 mln.", "100 miljoen"], + ["9994", "10K", "10 duizend"], + ["99944", "100K", "100 duizend"], + ["999444", "999K", "999 duizend"], + ["9994444", "10 mln.", "10 miljoen"], + ["999444444", "999 mln.", "999 miljoen"], + ["9994444444", "10 mld.", "10 miljard"], + ["1000000000000000", "1000 bln.", "1000 biljoen"], + ["10000000000000000", "10000 bln.", "10000 biljoen"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1K", "-1 duizend"], + ["-1001", "-1K", "-1 duizend"], + ["-1010", "-1K", "-1 duizend"], + ["-1100", "-1,1K", "-1,1 duizend"], + ["-2000", "-2K", "-2 duizend"], + ["-2001", "-2K", "-2 duizend"], + ["-2010", "-2K", "-2 duizend"], + ["-2100", "-2,1K", "-2,1 duizend"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10K", "-10 duizend"], + ["-99999", "-100K", "-100 duizend"], + ["-999999", "-1 mln.", "-1 miljoen"], + ["-9999999", "-10 mln.", "-10 miljoen"], + ["-9999999999999999", "-10000 bln.", "-10000 biljoen"], + ["1000", "1K", "1 duizend"], + ["1001", "1K", "1 duizend"], + ["1010", "1K", "1 duizend"], + ["1100", "1,1K", "1,1 duizend"], + ["2000", "2K", "2 duizend"], + ["2001", "2K", "2 duizend"], + ["2010", "2K", "2 duizend"], + ["2100", "2,1K", "2,1 duizend"], + ["3000", "3K", "3 duizend"], + ["3001", "3K", "3 duizend"], + ["3010", "3K", "3 duizend"], + ["3100", "3,1K", "3,1 duizend"], + ["4000", "4K", "4 duizend"], + ["4001", "4K", "4 duizend"], + ["4010", "4K", "4 duizend"], + ["4100", "4,1K", "4,1 duizend"], + ["5000", "5K", "5 duizend"], + ["5001", "5K", "5 duizend"], + ["5010", "5K", "5 duizend"], + ["5100", "5,1K", "5,1 duizend"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1K", "1 duizend"], + ["9999.12", "10K", "10 duizend"], + ["9999.99", "10K", "10 duizend"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1K", "-1 duizend"], + ["-9999.12", "-10K", "-10 duizend"], + ["-9999.99", "-10K", "-10 duizend"], + ], + "no": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3k", "4,3 tusen"], + ["54321", "54k", "54 tusen"], + ["654321", "654k", "654 tusen"], + ["7654321", "7,7 mill.", "7,7 millioner"], + ["87654321", "88 mill.", "88 millioner"], + ["987654321", "988 mill.", "988 millioner"], + ["1087654321", "1,1 mrd.", "1,1 milliarder"], + ["11987654321", "12 mrd.", "12 milliarder"], + ["129987654321", "130 mrd.", "130 milliarder"], + ["1398987654321", "1,4 bill.", "1,4 billioner"], + ["14987987654321", "15 bill.", "15 billioner"], + ["159876987654321", "160 bill.", "160 billioner"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10k", "10 tusen"], + ["99999", "100k", "100 tusen"], + ["999999", "1 mill.", "1 million"], + ["9999999", "10 mill.", "10 millioner"], + ["99999999", "100 mill.", "100 millioner"], + ["9994", "10k", "10 tusen"], + ["99944", "100k", "100 tusen"], + ["999444", "999k", "999 tusen"], + ["9994444", "10 mill.", "10 millioner"], + ["999444444", "999 mill.", "999 millioner"], + ["9994444444", "10 mrd.", "10 milliarder"], + ["1000000000000000", "1000 bill.", "1000 billioner"], + ["10000000000000000", "10000 bill.", "10000 billioner"], + ["0", "0", "0"], + ["-1", "−1", "−1"], + ["-2", "−2", "−2"], + ["-3", "−3", "−3"], + ["-1000", "−1k", "−1 tusen"], + ["-1001", "−1k", "−1 tusen"], + ["-1010", "−1k", "−1 tusen"], + ["-1100", "−1,1k", "−1,1 tusen"], + ["-2000", "−2k", "−2 tusen"], + ["-2001", "−2k", "−2 tusen"], + ["-2010", "−2k", "−2 tusen"], + ["-2100", "−2,1k", "−2,1 tusen"], + ["-9", "−9", "−9"], + ["-99", "−99", "−99"], + ["-999", "−999", "−999"], + ["-9999", "−10k", "−10 tusen"], + ["-99999", "−100k", "−100 tusen"], + ["-999999", "−1 mill.", "−1 million"], + ["-9999999", "−10 mill.", "−10 millioner"], + ["-9999999999999999", "−10000 bill.", "−10000 billioner"], + ["1000", "1k", "1 tusen"], + ["1001", "1k", "1 tusen"], + ["1010", "1k", "1 tusen"], + ["1100", "1,1k", "1,1 tusen"], + ["2000", "2k", "2 tusen"], + ["2001", "2k", "2 tusen"], + ["2010", "2k", "2 tusen"], + ["2100", "2,1k", "2,1 tusen"], + ["3000", "3k", "3 tusen"], + ["3001", "3k", "3 tusen"], + ["3010", "3k", "3 tusen"], + ["3100", "3,1k", "3,1 tusen"], + ["4000", "4k", "4 tusen"], + ["4001", "4k", "4 tusen"], + ["4010", "4k", "4 tusen"], + ["4100", "4,1k", "4,1 tusen"], + ["5000", "5k", "5 tusen"], + ["5001", "5k", "5 tusen"], + ["5010", "5k", "5 tusen"], + ["5100", "5,1k", "5,1 tusen"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1k", "1 tusen"], + ["9999.12", "10k", "10 tusen"], + ["9999.99", "10k", "10 tusen"], + ["-0.12", "−0,12", "−0,12"], + ["-0.99", "−0,99", "−0,99"], + ["-9.12", "−9,1", "−9,1"], + ["-9.99", "−10", "−10"], + ["-999.12", "−999", "−999"], + ["-999.99", "−1k", "−1 tusen"], + ["-9999.12", "−10k", "−10 tusen"], + ["-9999.99", "−10k", "−10 tusen"], + ], + "no_NO": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3k", "4,3 tusen"], + ["54321", "54k", "54 tusen"], + ["654321", "654k", "654 tusen"], + ["7654321", "7,7 mill.", "7,7 millioner"], + ["87654321", "88 mill.", "88 millioner"], + ["987654321", "988 mill.", "988 millioner"], + ["1087654321", "1,1 mrd.", "1,1 milliarder"], + ["11987654321", "12 mrd.", "12 milliarder"], + ["129987654321", "130 mrd.", "130 milliarder"], + ["1398987654321", "1,4 bill.", "1,4 billioner"], + ["14987987654321", "15 bill.", "15 billioner"], + ["159876987654321", "160 bill.", "160 billioner"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10k", "10 tusen"], + ["99999", "100k", "100 tusen"], + ["999999", "1 mill.", "1 million"], + ["9999999", "10 mill.", "10 millioner"], + ["99999999", "100 mill.", "100 millioner"], + ["9994", "10k", "10 tusen"], + ["99944", "100k", "100 tusen"], + ["999444", "999k", "999 tusen"], + ["9994444", "10 mill.", "10 millioner"], + ["999444444", "999 mill.", "999 millioner"], + ["9994444444", "10 mrd.", "10 milliarder"], + ["1000000000000000", "1000 bill.", "1000 billioner"], + ["10000000000000000", "10000 bill.", "10000 billioner"], + ["0", "0", "0"], + ["-1", "−1", "−1"], + ["-2", "−2", "−2"], + ["-3", "−3", "−3"], + ["-1000", "−1k", "−1 tusen"], + ["-1001", "−1k", "−1 tusen"], + ["-1010", "−1k", "−1 tusen"], + ["-1100", "−1,1k", "−1,1 tusen"], + ["-2000", "−2k", "−2 tusen"], + ["-2001", "−2k", "−2 tusen"], + ["-2010", "−2k", "−2 tusen"], + ["-2100", "−2,1k", "−2,1 tusen"], + ["-9", "−9", "−9"], + ["-99", "−99", "−99"], + ["-999", "−999", "−999"], + ["-9999", "−10k", "−10 tusen"], + ["-99999", "−100k", "−100 tusen"], + ["-999999", "−1 mill.", "−1 million"], + ["-9999999", "−10 mill.", "−10 millioner"], + ["-9999999999999999", "−10000 bill.", "−10000 billioner"], + ["1000", "1k", "1 tusen"], + ["1001", "1k", "1 tusen"], + ["1010", "1k", "1 tusen"], + ["1100", "1,1k", "1,1 tusen"], + ["2000", "2k", "2 tusen"], + ["2001", "2k", "2 tusen"], + ["2010", "2k", "2 tusen"], + ["2100", "2,1k", "2,1 tusen"], + ["3000", "3k", "3 tusen"], + ["3001", "3k", "3 tusen"], + ["3010", "3k", "3 tusen"], + ["3100", "3,1k", "3,1 tusen"], + ["4000", "4k", "4 tusen"], + ["4001", "4k", "4 tusen"], + ["4010", "4k", "4 tusen"], + ["4100", "4,1k", "4,1 tusen"], + ["5000", "5k", "5 tusen"], + ["5001", "5k", "5 tusen"], + ["5010", "5k", "5 tusen"], + ["5100", "5,1k", "5,1 tusen"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1k", "1 tusen"], + ["9999.12", "10k", "10 tusen"], + ["9999.99", "10k", "10 tusen"], + ["-0.12", "−0,12", "−0,12"], + ["-0.99", "−0,99", "−0,99"], + ["-9.12", "−9,1", "−9,1"], + ["-9.99", "−10", "−10"], + ["-999.12", "−999", "−999"], + ["-999.99", "−1k", "−1 tusen"], + ["-9999.12", "−10k", "−10 tusen"], + ["-9999.99", "−10k", "−10 tusen"], + ], + "nyn": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3K", "4.3K"], + ["54321", "54K", "54K"], + ["654321", "654K", "654K"], + ["7654321", "7.7M", "7.7M"], + ["87654321", "88M", "88M"], + ["987654321", "988M", "988M"], + ["1087654321", "1.1G", "1.1G"], + ["11987654321", "12G", "12G"], + ["129987654321", "130G", "130G"], + ["1398987654321", "1.4T", "1.4T"], + ["14987987654321", "15T", "15T"], + ["159876987654321", "160T", "160T"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10K", "10K"], + ["99999", "100K", "100K"], + ["999999", "1M", "1M"], + ["9999999", "10M", "10M"], + ["99999999", "100M", "100M"], + ["9994", "10K", "10K"], + ["99944", "100K", "100K"], + ["999444", "999K", "999K"], + ["9994444", "10M", "10M"], + ["999444444", "999M", "999M"], + ["9994444444", "10G", "10G"], + ["1000000000000000", "1000T", "1000T"], + ["10000000000000000", "10000T", "10000T"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1K", "-1K"], + ["-1001", "-1K", "-1K"], + ["-1010", "-1K", "-1K"], + ["-1100", "-1.1K", "-1.1K"], + ["-2000", "-2K", "-2K"], + ["-2001", "-2K", "-2K"], + ["-2010", "-2K", "-2K"], + ["-2100", "-2.1K", "-2.1K"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10K", "-10K"], + ["-99999", "-100K", "-100K"], + ["-999999", "-1M", "-1M"], + ["-9999999", "-10M", "-10M"], + ["-9999999999999999", "-10000T", "-10000T"], + ["1000", "1K", "1K"], + ["1001", "1K", "1K"], + ["1010", "1K", "1K"], + ["1100", "1.1K", "1.1K"], + ["2000", "2K", "2K"], + ["2001", "2K", "2K"], + ["2010", "2K", "2K"], + ["2100", "2.1K", "2.1K"], + ["3000", "3K", "3K"], + ["3001", "3K", "3K"], + ["3010", "3K", "3K"], + ["3100", "3.1K", "3.1K"], + ["4000", "4K", "4K"], + ["4001", "4K", "4K"], + ["4010", "4K", "4K"], + ["4100", "4.1K", "4.1K"], + ["5000", "5K", "5K"], + ["5001", "5K", "5K"], + ["5010", "5K", "5K"], + ["5100", "5.1K", "5.1K"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1K", "1K"], + ["9999.12", "10K", "10K"], + ["9999.99", "10K", "10K"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1K", "-1K"], + ["-9999.12", "-10K", "-10K"], + ["-9999.99", "-10K", "-10K"], + ], + "or": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3ହ", "4.3 ହଜାର"], + ["54321", "54ହ", "54 ହଜାର"], + ["654321", "654ହ", "654 ହଜାର"], + ["7654321", "7.7ନି", "7.7 ନିୟୁତ"], + ["87654321", "88ନି", "88 ନିୟୁତ"], + ["987654321", "988ନି", "988 ନିୟୁତ"], + ["1087654321", "1.1ବି", "1.1 ଶହକୋଟି"], + ["11987654321", "12ବି", "12 ଶହକୋଟି"], + ["129987654321", "130ବି", "130 ଶହକୋଟି"], + ["1398987654321", "1.4ଟ୍ରି", "1.4 ଲକ୍ଷକୋଟି"], + ["14987987654321", "15ଟ୍ରି", "15 ଲକ୍ଷକୋଟି"], + ["159876987654321", "160ଟ୍ରି", "160 ଲକ୍ଷକୋଟି"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10ହ", "10 ହଜାର"], + ["99999", "100ହ", "100 ହଜାର"], + ["999999", "1ନି", "1 ନିୟୁତ"], + ["9999999", "10ନି", "10 ନିୟୁତ"], + ["99999999", "100ନି", "100 ନିୟୁତ"], + ["9994", "10ହ", "10 ହଜାର"], + ["99944", "100ହ", "100 ହଜାର"], + ["999444", "999ହ", "999 ହଜାର"], + ["9994444", "10ନି", "10 ନିୟୁତ"], + ["999444444", "999ନି", "999 ନିୟୁତ"], + ["9994444444", "10ବି", "10 ଶହକୋଟି"], + ["1000000000000000", "1000ଟ୍ରି", "1000 ଲକ୍ଷକୋଟି"], + ["10000000000000000", "10000ଟ୍ରି", "10000 ଲକ୍ଷକୋଟି"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1ହ", "-1 ହଜାର"], + ["-1001", "-1ହ", "-1 ହଜାର"], + ["-1010", "-1ହ", "-1 ହଜାର"], + ["-1100", "-1.1ହ", "-1.1 ହଜାର"], + ["-2000", "-2ହ", "-2 ହଜାର"], + ["-2001", "-2ହ", "-2 ହଜାର"], + ["-2010", "-2ହ", "-2 ହଜାର"], + ["-2100", "-2.1ହ", "-2.1 ହଜାର"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10ହ", "-10 ହଜାର"], + ["-99999", "-100ହ", "-100 ହଜାର"], + ["-999999", "-1ନି", "-1 ନିୟୁତ"], + ["-9999999", "-10ନି", "-10 ନିୟୁତ"], + ["-9999999999999999", "-10000ଟ୍ରି", "-10000 ଲକ୍ଷକୋଟି"], + ["1000", "1ହ", "1 ହଜାର"], + ["1001", "1ହ", "1 ହଜାର"], + ["1010", "1ହ", "1 ହଜାର"], + ["1100", "1.1ହ", "1.1 ହଜାର"], + ["2000", "2ହ", "2 ହଜାର"], + ["2001", "2ହ", "2 ହଜାର"], + ["2010", "2ହ", "2 ହଜାର"], + ["2100", "2.1ହ", "2.1 ହଜାର"], + ["3000", "3ହ", "3 ହଜାର"], + ["3001", "3ହ", "3 ହଜାର"], + ["3010", "3ହ", "3 ହଜାର"], + ["3100", "3.1ହ", "3.1 ହଜାର"], + ["4000", "4ହ", "4 ହଜାର"], + ["4001", "4ହ", "4 ହଜାର"], + ["4010", "4ହ", "4 ହଜାର"], + ["4100", "4.1ହ", "4.1 ହଜାର"], + ["5000", "5ହ", "5 ହଜାର"], + ["5001", "5ହ", "5 ହଜାର"], + ["5010", "5ହ", "5 ହଜାର"], + ["5100", "5.1ହ", "5.1 ହଜାର"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1ହ", "1 ହଜାର"], + ["9999.12", "10ହ", "10 ହଜାର"], + ["9999.99", "10ହ", "10 ହଜାର"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1ହ", "-1 ହଜାର"], + ["-9999.12", "-10ହ", "-10 ହଜାର"], + ["-9999.99", "-10ହ", "-10 ହଜାର"], + ], + "pa": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3 ਹਜ਼ਾਰ", "4.3 ਹਜ਼ਾਰ"], + ["54321", "54 ਹਜ਼ਾਰ", "54 ਹਜ਼ਾਰ"], + ["654321", "6.5 ਲੱਖ", "6.5 ਲੱਖ"], + ["7654321", "77 ਲੱਖ", "77 ਲੱਖ"], + ["87654321", "8.8 ਕਰੋੜ", "8.8 ਕਰੋੜ"], + ["987654321", "99 ਕਰੋੜ", "99 ਕਰੋੜ"], + ["1087654321", "1.1 ਅਰਬ", "1.1 ਅਰਬ"], + ["11987654321", "12 ਅਰਬ", "12 ਅਰਬ"], + ["129987654321", "1.3 ਖਰਬ", "1.3 ਖਰਬ"], + ["1398987654321", "14 ਖਰਬ", "14 ਖਰਬ"], + ["14987987654321", "1.5 ਨੀਲ", "1.5 ਨੀਲ"], + ["159876987654321", "16 ਨੀਲ", "16 ਨੀਲ"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 ਹਜ਼ਾਰ", "10 ਹਜ਼ਾਰ"], + ["99999", "1 ਲੱਖ", "1 ਲੱਖ"], + ["999999", "10 ਲੱਖ", "10 ਲੱਖ"], + ["9999999", "1 ਕਰੋੜ", "1 ਕਰੋੜ"], + ["99999999", "10 ਕਰੋੜ", "10 ਕਰੋੜ"], + ["9994", "10 ਹਜ਼ਾਰ", "10 ਹਜ਼ਾਰ"], + ["99944", "1 ਲੱਖ", "1 ਲੱਖ"], + ["999444", "10 ਲੱਖ", "10 ਲੱਖ"], + ["9994444", "1 ਕਰੋੜ", "1 ਕਰੋੜ"], + ["999444444", "1 ਅਰਬ", "1 ਅਰਬ"], + ["9994444444", "10 ਅਰਬ", "10 ਅਰਬ"], + ["1000000000000000", "100 ਨੀਲ", "100 ਨੀਲ"], + ["10000000000000000", "1000 ਨੀਲ", "1000 ਨੀਲ"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 ਹਜ਼ਾਰ", "-1 ਹਜ਼ਾਰ"], + ["-1001", "-1 ਹਜ਼ਾਰ", "-1 ਹਜ਼ਾਰ"], + ["-1010", "-1 ਹਜ਼ਾਰ", "-1 ਹਜ਼ਾਰ"], + ["-1100", "-1.1 ਹਜ਼ਾਰ", "-1.1 ਹਜ਼ਾਰ"], + ["-2000", "-2 ਹਜ਼ਾਰ", "-2 ਹਜ਼ਾਰ"], + ["-2001", "-2 ਹਜ਼ਾਰ", "-2 ਹਜ਼ਾਰ"], + ["-2010", "-2 ਹਜ਼ਾਰ", "-2 ਹਜ਼ਾਰ"], + ["-2100", "-2.1 ਹਜ਼ਾਰ", "-2.1 ਹਜ਼ਾਰ"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 ਹਜ਼ਾਰ", "-10 ਹਜ਼ਾਰ"], + ["-99999", "-1 ਲੱਖ", "-1 ਲੱਖ"], + ["-999999", "-10 ਲੱਖ", "-10 ਲੱਖ"], + ["-9999999", "-1 ਕਰੋੜ", "-1 ਕਰੋੜ"], + ["-9999999999999999", "-1000 ਨੀਲ", "-1000 ਨੀਲ"], + ["1000", "1 ਹਜ਼ਾਰ", "1 ਹਜ਼ਾਰ"], + ["1001", "1 ਹਜ਼ਾਰ", "1 ਹਜ਼ਾਰ"], + ["1010", "1 ਹਜ਼ਾਰ", "1 ਹਜ਼ਾਰ"], + ["1100", "1.1 ਹਜ਼ਾਰ", "1.1 ਹਜ਼ਾਰ"], + ["2000", "2 ਹਜ਼ਾਰ", "2 ਹਜ਼ਾਰ"], + ["2001", "2 ਹਜ਼ਾਰ", "2 ਹਜ਼ਾਰ"], + ["2010", "2 ਹਜ਼ਾਰ", "2 ਹਜ਼ਾਰ"], + ["2100", "2.1 ਹਜ਼ਾਰ", "2.1 ਹਜ਼ਾਰ"], + ["3000", "3 ਹਜ਼ਾਰ", "3 ਹਜ਼ਾਰ"], + ["3001", "3 ਹਜ਼ਾਰ", "3 ਹਜ਼ਾਰ"], + ["3010", "3 ਹਜ਼ਾਰ", "3 ਹਜ਼ਾਰ"], + ["3100", "3.1 ਹਜ਼ਾਰ", "3.1 ਹਜ਼ਾਰ"], + ["4000", "4 ਹਜ਼ਾਰ", "4 ਹਜ਼ਾਰ"], + ["4001", "4 ਹਜ਼ਾਰ", "4 ਹਜ਼ਾਰ"], + ["4010", "4 ਹਜ਼ਾਰ", "4 ਹਜ਼ਾਰ"], + ["4100", "4.1 ਹਜ਼ਾਰ", "4.1 ਹਜ਼ਾਰ"], + ["5000", "5 ਹਜ਼ਾਰ", "5 ਹਜ਼ਾਰ"], + ["5001", "5 ਹਜ਼ਾਰ", "5 ਹਜ਼ਾਰ"], + ["5010", "5 ਹਜ਼ਾਰ", "5 ਹਜ਼ਾਰ"], + ["5100", "5.1 ਹਜ਼ਾਰ", "5.1 ਹਜ਼ਾਰ"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 ਹਜ਼ਾਰ", "1 ਹਜ਼ਾਰ"], + ["9999.12", "10 ਹਜ਼ਾਰ", "10 ਹਜ਼ਾਰ"], + ["9999.99", "10 ਹਜ਼ਾਰ", "10 ਹਜ਼ਾਰ"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 ਹਜ਼ਾਰ", "-1 ਹਜ਼ਾਰ"], + ["-9999.12", "-10 ਹਜ਼ਾਰ", "-10 ਹਜ਼ਾਰ"], + ["-9999.99", "-10 ਹਜ਼ਾਰ", "-10 ਹਜ਼ਾਰ"], + ], + "pl": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 tys.", "4,3 tysiąca"], + ["54321", "54 tys.", "54 tysiące"], + ["654321", "654 tys.", "654 tysiące"], + ["7654321", "7,7 mln", "7,7 miliona"], + ["87654321", "88 mln", "88 milionów"], + ["987654321", "988 mln", "988 milionów"], + ["1087654321", "1,1 mld", "1,1 miliarda"], + ["11987654321", "12 mld", "12 miliardów"], + ["129987654321", "130 mld", "130 miliardów"], + ["1398987654321", "1,4 bln", "1,4 biliona"], + ["14987987654321", "15 bln", "15 bilionów"], + ["159876987654321", "160 bln", "160 bilionów"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 tys.", "10 tysięcy"], + ["99999", "100 tys.", "100 tysięcy"], + ["999999", "1 mln", "1 milion"], + ["9999999", "10 mln", "10 milionów"], + ["99999999", "100 mln", "100 milionów"], + ["9994", "10 tys.", "10 tysięcy"], + ["99944", "100 tys.", "100 tysięcy"], + ["999444", "999 tys.", "999 tysięcy"], + ["9994444", "10 mln", "10 milionów"], + ["999444444", "999 mln", "999 milionów"], + ["9994444444", "10 mld", "10 miliardów"], + ["1000000000000000", "1000 bln", "1000 bilionów"], + ["10000000000000000", "10000 bln", "10000 bilionów"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 tys.", "-1 tysiąc"], + ["-1001", "-1 tys.", "-1 tysiąc"], + ["-1010", "-1 tys.", "-1 tysiąc"], + ["-1100", "-1,1 tys.", "-1,1 tysiąca"], + ["-2000", "-2 tys.", "-2 tysiące"], + ["-2001", "-2 tys.", "-2 tysiące"], + ["-2010", "-2 tys.", "-2 tysiące"], + ["-2100", "-2,1 tys.", "-2,1 tysiąca"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 tys.", "-10 tysięcy"], + ["-99999", "-100 tys.", "-100 tysięcy"], + ["-999999", "-1 mln", "-1 milion"], + ["-9999999", "-10 mln", "-10 milionów"], + ["-9999999999999999", "-10000 bln", "-10000 bilionów"], + ["1000", "1 tys.", "1 tysiąc"], + ["1001", "1 tys.", "1 tysiąc"], + ["1010", "1 tys.", "1 tysiąc"], + ["1100", "1,1 tys.", "1,1 tysiąca"], + ["2000", "2 tys.", "2 tysiące"], + ["2001", "2 tys.", "2 tysiące"], + ["2010", "2 tys.", "2 tysiące"], + ["2100", "2,1 tys.", "2,1 tysiąca"], + ["3000", "3 tys.", "3 tysiące"], + ["3001", "3 tys.", "3 tysiące"], + ["3010", "3 tys.", "3 tysiące"], + ["3100", "3,1 tys.", "3,1 tysiąca"], + ["4000", "4 tys.", "4 tysiące"], + ["4001", "4 tys.", "4 tysiące"], + ["4010", "4 tys.", "4 tysiące"], + ["4100", "4,1 tys.", "4,1 tysiąca"], + ["5000", "5 tys.", "5 tysięcy"], + ["5001", "5 tys.", "5 tysięcy"], + ["5010", "5 tys.", "5 tysięcy"], + ["5100", "5,1 tys.", "5,1 tysiąca"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 tys.", "1 tysiąc"], + ["9999.12", "10 tys.", "10 tysięcy"], + ["9999.99", "10 tys.", "10 tysięcy"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 tys.", "-1 tysiąc"], + ["-9999.12", "-10 tys.", "-10 tysięcy"], + ["-9999.99", "-10 tys.", "-10 tysięcy"], + ], + "ps": [ + ["1", "۱", "۱"], + ["21", "۲۱", "۲۱"], + ["321", "۳۲۱", "۳۲۱"], + ["4321", "۴٫۳K", "۴٫۳K"], + ["54321", "۵۴K", "۵۴K"], + ["654321", "۶۵۴K", "۶۵۴K"], + ["7654321", "۷٫۷M", "۷٫۷M"], + ["87654321", "۸۸M", "۸۸M"], + ["987654321", "۹۸۸M", "۹۸۸M"], + ["1087654321", "۱٫۱B", "۱٫۱G"], + ["11987654321", "۱۲B", "۱۲G"], + ["129987654321", "۱۳۰B", "۱۳۰G"], + ["1398987654321", "۱٫۴T", "۱٫۴T"], + ["14987987654321", "۱۵T", "۱۵T"], + ["159876987654321", "۱۶۰T", "۱۶۰T"], + ["9", "۹", "۹"], + ["99", "۹۹", "۹۹"], + ["999", "۹۹۹", "۹۹۹"], + ["9999", "۱۰K", "۱۰K"], + ["99999", "۱۰۰K", "۱۰۰K"], + ["999999", "۱M", "۱M"], + ["9999999", "۱۰M", "۱۰M"], + ["99999999", "۱۰۰M", "۱۰۰M"], + ["9994", "۱۰K", "۱۰K"], + ["99944", "۱۰۰K", "۱۰۰K"], + ["999444", "۹۹۹K", "۹۹۹K"], + ["9994444", "۱۰M", "۱۰M"], + ["999444444", "۹۹۹M", "۹۹۹M"], + ["9994444444", "۱۰B", "۱۰G"], + ["1000000000000000", "۱۰۰۰T", "۱۰۰۰T"], + ["10000000000000000", "۱۰۰۰۰T", "۱۰۰۰۰T"], + ["0", "۰", "۰"], + ["-1", "‎-‎۱", "‎-‎۱"], + ["-2", "‎-‎۲", "‎-‎۲"], + ["-3", "‎-‎۳", "‎-‎۳"], + ["-1000", "‎-‎۱K", "‎-‎۱K"], + ["-1001", "‎-‎۱K", "‎-‎۱K"], + ["-1010", "‎-‎۱K", "‎-‎۱K"], + ["-1100", "‎-‎۱٫۱K", "‎-‎۱٫۱K"], + ["-2000", "‎-‎۲K", "‎-‎۲K"], + ["-2001", "‎-‎۲K", "‎-‎۲K"], + ["-2010", "‎-‎۲K", "‎-‎۲K"], + ["-2100", "‎-‎۲٫۱K", "‎-‎۲٫۱K"], + ["-9", "‎-‎۹", "‎-‎۹"], + ["-99", "‎-‎۹۹", "‎-‎۹۹"], + ["-999", "‎-‎۹۹۹", "‎-‎۹۹۹"], + ["-9999", "‎-‎۱۰K", "‎-‎۱۰K"], + ["-99999", "‎-‎۱۰۰K", "‎-‎۱۰۰K"], + ["-999999", "‎-‎۱M", "‎-‎۱M"], + ["-9999999", "‎-‎۱۰M", "‎-‎۱۰M"], + ["-9999999999999999", "‎-‎۱۰۰۰۰T", "‎-‎۱۰۰۰۰T"], + ["1000", "۱K", "۱K"], + ["1001", "۱K", "۱K"], + ["1010", "۱K", "۱K"], + ["1100", "۱٫۱K", "۱٫۱K"], + ["2000", "۲K", "۲K"], + ["2001", "۲K", "۲K"], + ["2010", "۲K", "۲K"], + ["2100", "۲٫۱K", "۲٫۱K"], + ["3000", "۳K", "۳K"], + ["3001", "۳K", "۳K"], + ["3010", "۳K", "۳K"], + ["3100", "۳٫۱K", "۳٫۱K"], + ["4000", "۴K", "۴K"], + ["4001", "۴K", "۴K"], + ["4010", "۴K", "۴K"], + ["4100", "۴٫۱K", "۴٫۱K"], + ["5000", "۵K", "۵K"], + ["5001", "۵K", "۵K"], + ["5010", "۵K", "۵K"], + ["5100", "۵٫۱K", "۵٫۱K"], + ["0.001234", "۰٫۰۰۱۲", "۰٫۰۰۱۲"], + ["0.01234", "۰٫۰۱۲", "۰٫۰۱۲"], + ["0.1234", "۰٫۱۲", "۰٫۱۲"], + ["0.99", "۰٫۹۹", "۰٫۹۹"], + ["0.999", "۱", "۱"], + ["9.12", "۹٫۱", "۹٫۱"], + ["9.99", "۱۰", "۱۰"], + ["99.12", "۹۹", "۹۹"], + ["99.99", "۱۰۰", "۱۰۰"], + ["999.12", "۹۹۹", "۹۹۹"], + ["999.99", "۱K", "۱K"], + ["9999.12", "۱۰K", "۱۰K"], + ["9999.99", "۱۰K", "۱۰K"], + ["-0.12", "‎-‎۰٫۱۲", "‎-‎۰٫۱۲"], + ["-0.99", "‎-‎۰٫۹۹", "‎-‎۰٫۹۹"], + ["-9.12", "‎-‎۹٫۱", "‎-‎۹٫۱"], + ["-9.99", "‎-‎۱۰", "‎-‎۱۰"], + ["-999.12", "‎-‎۹۹۹", "‎-‎۹۹۹"], + ["-999.99", "‎-‎۱K", "‎-‎۱K"], + ["-9999.12", "‎-‎۱۰K", "‎-‎۱۰K"], + ["-9999.99", "‎-‎۱۰K", "‎-‎۱۰K"], + ], + "pt": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 mil", "4,3 mil"], + ["54321", "54 mil", "54 mil"], + ["654321", "654 mil", "654 mil"], + ["7654321", "7,7 mi", "7,7 milhões"], + ["87654321", "88 mi", "88 milhões"], + ["987654321", "988 mi", "988 milhões"], + ["1087654321", "1,1 bi", "1,1 bilhão"], + ["11987654321", "12 bi", "12 bilhões"], + ["129987654321", "130 bi", "130 bilhões"], + ["1398987654321", "1,4 tri", "1,4 trilhão"], + ["14987987654321", "15 tri", "15 trilhões"], + ["159876987654321", "160 tri", "160 trilhões"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 mil", "10 mil"], + ["99999", "100 mil", "100 mil"], + ["999999", "1 mi", "1 milhão"], + ["9999999", "10 mi", "10 milhões"], + ["99999999", "100 mi", "100 milhões"], + ["9994", "10 mil", "10 mil"], + ["99944", "100 mil", "100 mil"], + ["999444", "999 mil", "999 mil"], + ["9994444", "10 mi", "10 milhões"], + ["999444444", "999 mi", "999 milhões"], + ["9994444444", "10 bi", "10 bilhões"], + ["1000000000000000", "1000 tri", "1000 trilhões"], + ["10000000000000000", "10000 tri", "10000 trilhões"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 mil", "-1 mil"], + ["-1001", "-1 mil", "-1 mil"], + ["-1010", "-1 mil", "-1 mil"], + ["-1100", "-1,1 mil", "-1,1 mil"], + ["-2000", "-2 mil", "-2 mil"], + ["-2001", "-2 mil", "-2 mil"], + ["-2010", "-2 mil", "-2 mil"], + ["-2100", "-2,1 mil", "-2,1 mil"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 mil", "-10 mil"], + ["-99999", "-100 mil", "-100 mil"], + ["-999999", "-1 mi", "-1 milhão"], + ["-9999999", "-10 mi", "-10 milhões"], + ["-9999999999999999", "-10000 tri", "-10000 trilhões"], + ["1000", "1 mil", "1 mil"], + ["1001", "1 mil", "1 mil"], + ["1010", "1 mil", "1 mil"], + ["1100", "1,1 mil", "1,1 mil"], + ["2000", "2 mil", "2 mil"], + ["2001", "2 mil", "2 mil"], + ["2010", "2 mil", "2 mil"], + ["2100", "2,1 mil", "2,1 mil"], + ["3000", "3 mil", "3 mil"], + ["3001", "3 mil", "3 mil"], + ["3010", "3 mil", "3 mil"], + ["3100", "3,1 mil", "3,1 mil"], + ["4000", "4 mil", "4 mil"], + ["4001", "4 mil", "4 mil"], + ["4010", "4 mil", "4 mil"], + ["4100", "4,1 mil", "4,1 mil"], + ["5000", "5 mil", "5 mil"], + ["5001", "5 mil", "5 mil"], + ["5010", "5 mil", "5 mil"], + ["5100", "5,1 mil", "5,1 mil"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 mil", "1 mil"], + ["9999.12", "10 mil", "10 mil"], + ["9999.99", "10 mil", "10 mil"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 mil", "-1 mil"], + ["-9999.12", "-10 mil", "-10 mil"], + ["-9999.99", "-10 mil", "-10 mil"], + ], + "pt_BR": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 mil", "4,3 mil"], + ["54321", "54 mil", "54 mil"], + ["654321", "654 mil", "654 mil"], + ["7654321", "7,7 mi", "7,7 milhões"], + ["87654321", "88 mi", "88 milhões"], + ["987654321", "988 mi", "988 milhões"], + ["1087654321", "1,1 bi", "1,1 bilhão"], + ["11987654321", "12 bi", "12 bilhões"], + ["129987654321", "130 bi", "130 bilhões"], + ["1398987654321", "1,4 tri", "1,4 trilhão"], + ["14987987654321", "15 tri", "15 trilhões"], + ["159876987654321", "160 tri", "160 trilhões"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 mil", "10 mil"], + ["99999", "100 mil", "100 mil"], + ["999999", "1 mi", "1 milhão"], + ["9999999", "10 mi", "10 milhões"], + ["99999999", "100 mi", "100 milhões"], + ["9994", "10 mil", "10 mil"], + ["99944", "100 mil", "100 mil"], + ["999444", "999 mil", "999 mil"], + ["9994444", "10 mi", "10 milhões"], + ["999444444", "999 mi", "999 milhões"], + ["9994444444", "10 bi", "10 bilhões"], + ["1000000000000000", "1000 tri", "1000 trilhões"], + ["10000000000000000", "10000 tri", "10000 trilhões"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 mil", "-1 mil"], + ["-1001", "-1 mil", "-1 mil"], + ["-1010", "-1 mil", "-1 mil"], + ["-1100", "-1,1 mil", "-1,1 mil"], + ["-2000", "-2 mil", "-2 mil"], + ["-2001", "-2 mil", "-2 mil"], + ["-2010", "-2 mil", "-2 mil"], + ["-2100", "-2,1 mil", "-2,1 mil"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 mil", "-10 mil"], + ["-99999", "-100 mil", "-100 mil"], + ["-999999", "-1 mi", "-1 milhão"], + ["-9999999", "-10 mi", "-10 milhões"], + ["-9999999999999999", "-10000 tri", "-10000 trilhões"], + ["1000", "1 mil", "1 mil"], + ["1001", "1 mil", "1 mil"], + ["1010", "1 mil", "1 mil"], + ["1100", "1,1 mil", "1,1 mil"], + ["2000", "2 mil", "2 mil"], + ["2001", "2 mil", "2 mil"], + ["2010", "2 mil", "2 mil"], + ["2100", "2,1 mil", "2,1 mil"], + ["3000", "3 mil", "3 mil"], + ["3001", "3 mil", "3 mil"], + ["3010", "3 mil", "3 mil"], + ["3100", "3,1 mil", "3,1 mil"], + ["4000", "4 mil", "4 mil"], + ["4001", "4 mil", "4 mil"], + ["4010", "4 mil", "4 mil"], + ["4100", "4,1 mil", "4,1 mil"], + ["5000", "5 mil", "5 mil"], + ["5001", "5 mil", "5 mil"], + ["5010", "5 mil", "5 mil"], + ["5100", "5,1 mil", "5,1 mil"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 mil", "1 mil"], + ["9999.12", "10 mil", "10 mil"], + ["9999.99", "10 mil", "10 mil"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 mil", "-1 mil"], + ["-9999.12", "-10 mil", "-10 mil"], + ["-9999.99", "-10 mil", "-10 mil"], + ], + "pt_PT": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 mil", "4,3 mil"], + ["54321", "54 mil", "54 mil"], + ["654321", "654 mil", "654 mil"], + ["7654321", "7,7 M", "7,7 milhões"], + ["87654321", "88 M", "88 milhões"], + ["987654321", "988 M", "988 milhões"], + ["1087654321", "1,1 mM", "1,1 mil milhões"], + ["11987654321", "12 mM", "12 mil milhões"], + ["129987654321", "130 mM", "130 mil milhões"], + ["1398987654321", "1,4 Bi", "1,4 biliões"], + ["14987987654321", "15 Bi", "15 biliões"], + ["159876987654321", "160 Bi", "160 biliões"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 mil", "10 mil"], + ["99999", "100 mil", "100 mil"], + ["999999", "1 M", "1 milhão"], + ["9999999", "10 M", "10 milhões"], + ["99999999", "100 M", "100 milhões"], + ["9994", "10 mil", "10 mil"], + ["99944", "100 mil", "100 mil"], + ["999444", "999 mil", "999 mil"], + ["9994444", "10 M", "10 milhões"], + ["999444444", "999 M", "999 milhões"], + ["9994444444", "10 mM", "10 mil milhões"], + ["1000000000000000", "1000 Bi", "1000 biliões"], + ["10000000000000000", "10000 Bi", "10000 biliões"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 mil", "-1 mil"], + ["-1001", "-1 mil", "-1 mil"], + ["-1010", "-1 mil", "-1 mil"], + ["-1100", "-1,1 mil", "-1,1 mil"], + ["-2000", "-2 mil", "-2 mil"], + ["-2001", "-2 mil", "-2 mil"], + ["-2010", "-2 mil", "-2 mil"], + ["-2100", "-2,1 mil", "-2,1 mil"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 mil", "-10 mil"], + ["-99999", "-100 mil", "-100 mil"], + ["-999999", "-1 M", "-1 milhão"], + ["-9999999", "-10 M", "-10 milhões"], + ["-9999999999999999", "-10000 Bi", "-10000 biliões"], + ["1000", "1 mil", "1 mil"], + ["1001", "1 mil", "1 mil"], + ["1010", "1 mil", "1 mil"], + ["1100", "1,1 mil", "1,1 mil"], + ["2000", "2 mil", "2 mil"], + ["2001", "2 mil", "2 mil"], + ["2010", "2 mil", "2 mil"], + ["2100", "2,1 mil", "2,1 mil"], + ["3000", "3 mil", "3 mil"], + ["3001", "3 mil", "3 mil"], + ["3010", "3 mil", "3 mil"], + ["3100", "3,1 mil", "3,1 mil"], + ["4000", "4 mil", "4 mil"], + ["4001", "4 mil", "4 mil"], + ["4010", "4 mil", "4 mil"], + ["4100", "4,1 mil", "4,1 mil"], + ["5000", "5 mil", "5 mil"], + ["5001", "5 mil", "5 mil"], + ["5010", "5 mil", "5 mil"], + ["5100", "5,1 mil", "5,1 mil"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 mil", "1 mil"], + ["9999.12", "10 mil", "10 mil"], + ["9999.99", "10 mil", "10 mil"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 mil", "-1 mil"], + ["-9999.12", "-10 mil", "-10 mil"], + ["-9999.99", "-10 mil", "-10 mil"], + ], + "ro": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 K", "4,3 mii"], + ["54321", "54 K", "54 de mii"], + ["654321", "654 K", "654 de mii"], + ["7654321", "7,7 mil.", "7,7 milioane"], + ["87654321", "88 mil.", "88 de milioane"], + ["987654321", "988 mil.", "988 de milioane"], + ["1087654321", "1,1 mld.", "1,1 miliarde"], + ["11987654321", "12 mld.", "12 miliarde"], + ["129987654321", "130 mld.", "130 de miliarde"], + ["1398987654321", "1,4 tril.", "1,4 trilioane"], + ["14987987654321", "15 tril.", "15 trilioane"], + ["159876987654321", "160 tril.", "160 de trilioane"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 K", "10 mii"], + ["99999", "100 K", "100 de mii"], + ["999999", "1 mil.", "1 milion"], + ["9999999", "10 mil.", "10 milioane"], + ["99999999", "100 mil.", "100 de milioane"], + ["9994", "10 K", "10 mii"], + ["99944", "100 K", "100 de mii"], + ["999444", "999 K", "999 de mii"], + ["9994444", "10 mil.", "10 milioane"], + ["999444444", "999 mil.", "999 de milioane"], + ["9994444444", "10 mld.", "10 miliarde"], + ["1000000000000000", "1000 tril.", "1000 de trilioane"], + ["10000000000000000", "10000 tril.", "10000 de trilioane"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 K", "-1 mie"], + ["-1001", "-1 K", "-1 mie"], + ["-1010", "-1 K", "-1 mie"], + ["-1100", "-1,1 K", "-1,1 mii"], + ["-2000", "-2 K", "-2 mii"], + ["-2001", "-2 K", "-2 mii"], + ["-2010", "-2 K", "-2 mii"], + ["-2100", "-2,1 K", "-2,1 mii"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 K", "-10 mii"], + ["-99999", "-100 K", "-100 de mii"], + ["-999999", "-1 mil.", "-1 milion"], + ["-9999999", "-10 mil.", "-10 milioane"], + ["-9999999999999999", "-10000 tril.", "-10000 de trilioane"], + ["1000", "1 K", "1 mie"], + ["1001", "1 K", "1 mie"], + ["1010", "1 K", "1 mie"], + ["1100", "1,1 K", "1,1 mii"], + ["2000", "2 K", "2 mii"], + ["2001", "2 K", "2 mii"], + ["2010", "2 K", "2 mii"], + ["2100", "2,1 K", "2,1 mii"], + ["3000", "3 K", "3 mii"], + ["3001", "3 K", "3 mii"], + ["3010", "3 K", "3 mii"], + ["3100", "3,1 K", "3,1 mii"], + ["4000", "4 K", "4 mii"], + ["4001", "4 K", "4 mii"], + ["4010", "4 K", "4 mii"], + ["4100", "4,1 K", "4,1 mii"], + ["5000", "5 K", "5 mii"], + ["5001", "5 K", "5 mii"], + ["5010", "5 K", "5 mii"], + ["5100", "5,1 K", "5,1 mii"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 K", "1 mie"], + ["9999.12", "10 K", "10 mii"], + ["9999.99", "10 K", "10 mii"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 K", "-1 mie"], + ["-9999.12", "-10 K", "-10 mii"], + ["-9999.99", "-10 K", "-10 mii"], + ], + "ru": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 тыс.", "4,3 тысячи"], + ["54321", "54 тыс.", "54 тысячи"], + ["654321", "654 тыс.", "654 тысячи"], + ["7654321", "7,7 млн", "7,7 миллиона"], + ["87654321", "88 млн", "88 миллионов"], + ["987654321", "988 млн", "988 миллионов"], + ["1087654321", "1,1 млрд", "1,1 миллиарда"], + ["11987654321", "12 млрд", "12 миллиардов"], + ["129987654321", "130 млрд", "130 миллиардов"], + ["1398987654321", "1,4 трлн", "1,4 триллиона"], + ["14987987654321", "15 трлн", "15 триллионов"], + ["159876987654321", "160 трлн", "160 триллионов"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 тыс.", "10 тысяч"], + ["99999", "100 тыс.", "100 тысяч"], + ["999999", "1 млн", "1 миллион"], + ["9999999", "10 млн", "10 миллионов"], + ["99999999", "100 млн", "100 миллионов"], + ["9994", "10 тыс.", "10 тысяч"], + ["99944", "100 тыс.", "100 тысяч"], + ["999444", "999 тыс.", "999 тысяч"], + ["9994444", "10 млн", "10 миллионов"], + ["999444444", "999 млн", "999 миллионов"], + ["9994444444", "10 млрд", "10 миллиардов"], + ["1000000000000000", "1000 трлн", "1000 триллионов"], + ["10000000000000000", "10000 трлн", "10000 триллионов"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 тыс.", "-1 тысяча"], + ["-1001", "-1 тыс.", "-1 тысяча"], + ["-1010", "-1 тыс.", "-1 тысяча"], + ["-1100", "-1,1 тыс.", "-1,1 тысячи"], + ["-2000", "-2 тыс.", "-2 тысячи"], + ["-2001", "-2 тыс.", "-2 тысячи"], + ["-2010", "-2 тыс.", "-2 тысячи"], + ["-2100", "-2,1 тыс.", "-2,1 тысячи"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 тыс.", "-10 тысяч"], + ["-99999", "-100 тыс.", "-100 тысяч"], + ["-999999", "-1 млн", "-1 миллион"], + ["-9999999", "-10 млн", "-10 миллионов"], + ["-9999999999999999", "-10000 трлн", "-10000 триллионов"], + ["1000", "1 тыс.", "1 тысяча"], + ["1001", "1 тыс.", "1 тысяча"], + ["1010", "1 тыс.", "1 тысяча"], + ["1100", "1,1 тыс.", "1,1 тысячи"], + ["2000", "2 тыс.", "2 тысячи"], + ["2001", "2 тыс.", "2 тысячи"], + ["2010", "2 тыс.", "2 тысячи"], + ["2100", "2,1 тыс.", "2,1 тысячи"], + ["3000", "3 тыс.", "3 тысячи"], + ["3001", "3 тыс.", "3 тысячи"], + ["3010", "3 тыс.", "3 тысячи"], + ["3100", "3,1 тыс.", "3,1 тысячи"], + ["4000", "4 тыс.", "4 тысячи"], + ["4001", "4 тыс.", "4 тысячи"], + ["4010", "4 тыс.", "4 тысячи"], + ["4100", "4,1 тыс.", "4,1 тысячи"], + ["5000", "5 тыс.", "5 тысяч"], + ["5001", "5 тыс.", "5 тысяч"], + ["5010", "5 тыс.", "5 тысяч"], + ["5100", "5,1 тыс.", "5,1 тысячи"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 тыс.", "1 тысяча"], + ["9999.12", "10 тыс.", "10 тысяч"], + ["9999.99", "10 тыс.", "10 тысяч"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 тыс.", "-1 тысяча"], + ["-9999.12", "-10 тыс.", "-10 тысяч"], + ["-9999.99", "-10 тыс.", "-10 тысяч"], + ], + "si": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "ද4.3", "දහස 4.3"], + ["54321", "ද54", "දහස 54"], + ["654321", "ද654", "දහස 654"], + ["7654321", "මි7.7", "මිලියන 7.7"], + ["87654321", "මි88", "මිලියන 88"], + ["987654321", "මි988", "මිලියන 988"], + ["1087654321", "බි1.1", "බිලියන 1.1"], + ["11987654321", "බි12", "බිලියන 12"], + ["129987654321", "බි130", "බිලියන 130"], + ["1398987654321", "ට්‍රි1.4", "ට්‍රිලියන 1.4"], + ["14987987654321", "ට්‍රි15", "ට්‍රිලියන 15"], + ["159876987654321", "ට්‍රි160", "ට්‍රිලියන 160"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "ද10", "දහස 10"], + ["99999", "ද100", "දහස 100"], + ["999999", "මි1", "මිලියන 1"], + ["9999999", "මි10", "මිලියන 10"], + ["99999999", "මි100", "මිලියන 100"], + ["9994", "ද10", "දහස 10"], + ["99944", "ද100", "දහස 100"], + ["999444", "ද999", "දහස 999"], + ["9994444", "මි10", "මිලියන 10"], + ["999444444", "මි999", "මිලියන 999"], + ["9994444444", "බි10", "බිලියන 10"], + ["1000000000000000", "ට්‍රි1000", "ට්‍රිලියන 1000"], + ["10000000000000000", "ට්‍රි10000", "ට්‍රිලියන 10000"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-ද1", "-දහස 1"], + ["-1001", "-ද1", "-දහස 1"], + ["-1010", "-ද1", "-දහස 1"], + ["-1100", "-ද1.1", "-දහස 1.1"], + ["-2000", "-ද2", "-දහස 2"], + ["-2001", "-ද2", "-දහස 2"], + ["-2010", "-ද2", "-දහස 2"], + ["-2100", "-ද2.1", "-දහස 2.1"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-ද10", "-දහස 10"], + ["-99999", "-ද100", "-දහස 100"], + ["-999999", "-මි1", "-මිලියන 1"], + ["-9999999", "-මි10", "-මිලියන 10"], + ["-9999999999999999", "-ට්‍රි10000", "-ට්‍රිලියන 10000"], + ["1000", "ද1", "දහස 1"], + ["1001", "ද1", "දහස 1"], + ["1010", "ද1", "දහස 1"], + ["1100", "ද1.1", "දහස 1.1"], + ["2000", "ද2", "දහස 2"], + ["2001", "ද2", "දහස 2"], + ["2010", "ද2", "දහස 2"], + ["2100", "ද2.1", "දහස 2.1"], + ["3000", "ද3", "දහස 3"], + ["3001", "ද3", "දහස 3"], + ["3010", "ද3", "දහස 3"], + ["3100", "ද3.1", "දහස 3.1"], + ["4000", "ද4", "දහස 4"], + ["4001", "ද4", "දහස 4"], + ["4010", "ද4", "දහස 4"], + ["4100", "ද4.1", "දහස 4.1"], + ["5000", "ද5", "දහස 5"], + ["5001", "ද5", "දහස 5"], + ["5010", "ද5", "දහස 5"], + ["5100", "ද5.1", "දහස 5.1"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "ද1", "දහස 1"], + ["9999.12", "ද10", "දහස 10"], + ["9999.99", "ද10", "දහස 10"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-ද1", "-දහස 1"], + ["-9999.12", "-ද10", "-දහස 10"], + ["-9999.99", "-ද10", "-දහස 10"], + ], + "sk": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 tis.", "4,3 tisíca"], + ["54321", "54 tis.", "54 tisíc"], + ["654321", "654 tis.", "654 tisíc"], + ["7654321", "7,7 mil.", "7,7 milióna"], + ["87654321", "88 mil.", "88 miliónov"], + ["987654321", "988 mil.", "988 miliónov"], + ["1087654321", "1,1 mld.", "1,1 miliardy"], + ["11987654321", "12 mld.", "12 miliárd"], + ["129987654321", "130 mld.", "130 miliárd"], + ["1398987654321", "1,4 bil.", "1,4 bilióna"], + ["14987987654321", "15 bil.", "15 biliónov"], + ["159876987654321", "160 bil.", "160 biliónov"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 tis.", "10 tisíc"], + ["99999", "100 tis.", "100 tisíc"], + ["999999", "1 mil.", "1 milión"], + ["9999999", "10 mil.", "10 miliónov"], + ["99999999", "100 mil.", "100 miliónov"], + ["9994", "10 tis.", "10 tisíc"], + ["99944", "100 tis.", "100 tisíc"], + ["999444", "999 tis.", "999 tisíc"], + ["9994444", "10 mil.", "10 miliónov"], + ["999444444", "999 mil.", "999 miliónov"], + ["9994444444", "10 mld.", "10 miliárd"], + ["1000000000000000", "1000 bil.", "1000 biliónov"], + ["10000000000000000", "10000 bil.", "10000 biliónov"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 tis.", "-1 tisíc"], + ["-1001", "-1 tis.", "-1 tisíc"], + ["-1010", "-1 tis.", "-1 tisíc"], + ["-1100", "-1,1 tis.", "-1,1 tisíca"], + ["-2000", "-2 tis.", "-2 tisíce"], + ["-2001", "-2 tis.", "-2 tisíce"], + ["-2010", "-2 tis.", "-2 tisíce"], + ["-2100", "-2,1 tis.", "-2,1 tisíca"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 tis.", "-10 tisíc"], + ["-99999", "-100 tis.", "-100 tisíc"], + ["-999999", "-1 mil.", "-1 milión"], + ["-9999999", "-10 mil.", "-10 miliónov"], + ["-9999999999999999", "-10000 bil.", "-10000 biliónov"], + ["1000", "1 tis.", "1 tisíc"], + ["1001", "1 tis.", "1 tisíc"], + ["1010", "1 tis.", "1 tisíc"], + ["1100", "1,1 tis.", "1,1 tisíca"], + ["2000", "2 tis.", "2 tisíce"], + ["2001", "2 tis.", "2 tisíce"], + ["2010", "2 tis.", "2 tisíce"], + ["2100", "2,1 tis.", "2,1 tisíca"], + ["3000", "3 tis.", "3 tisíce"], + ["3001", "3 tis.", "3 tisíce"], + ["3010", "3 tis.", "3 tisíce"], + ["3100", "3,1 tis.", "3,1 tisíca"], + ["4000", "4 tis.", "4 tisíce"], + ["4001", "4 tis.", "4 tisíce"], + ["4010", "4 tis.", "4 tisíce"], + ["4100", "4,1 tis.", "4,1 tisíca"], + ["5000", "5 tis.", "5 tisíc"], + ["5001", "5 tis.", "5 tisíc"], + ["5010", "5 tis.", "5 tisíc"], + ["5100", "5,1 tis.", "5,1 tisíca"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 tis.", "1 tisíc"], + ["9999.12", "10 tis.", "10 tisíc"], + ["9999.99", "10 tis.", "10 tisíc"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 tis.", "-1 tisíc"], + ["-9999.12", "-10 tis.", "-10 tisíc"], + ["-9999.99", "-10 tis.", "-10 tisíc"], + ], + "sl": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 tis.", "4,3 tisoč"], + ["54321", "54 tis.", "54 tisoč"], + ["654321", "654 tis.", "654 tisoč"], + ["7654321", "7,7 mio.", "7,7 milijone"], + ["87654321", "88 mio.", "88 milijonov"], + ["987654321", "988 mio.", "988 milijonov"], + ["1087654321", "1,1 mrd.", "1,1 milijarde"], + ["11987654321", "12 mrd.", "12 milijard"], + ["129987654321", "130 mrd.", "130 milijard"], + ["1398987654321", "1,4 bil.", "1,4 bilijoni"], + ["14987987654321", "15 bil.", "15 bilijonov"], + ["159876987654321", "160 bil.", "160 bilijonov"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 tis.", "10 tisoč"], + ["99999", "100 tis.", "100 tisoč"], + ["999999", "1 mio.", "1 milijon"], + ["9999999", "10 mio.", "10 milijonov"], + ["99999999", "100 mio.", "100 milijonov"], + ["9994", "10 tis.", "10 tisoč"], + ["99944", "100 tis.", "100 tisoč"], + ["999444", "999 tis.", "999 tisoč"], + ["9994444", "10 mio.", "10 milijonov"], + ["999444444", "999 mio.", "999 milijonov"], + ["9994444444", "10 mrd.", "10 milijard"], + ["1000000000000000", "1000 bil.", "1000 bilijonov"], + ["10000000000000000", "10000 bil.", "10000 bilijonov"], + ["0", "0", "0"], + ["-1", "−1", "−1"], + ["-2", "−2", "−2"], + ["-3", "−3", "−3"], + ["-1000", "−1 tis.", "−1 tisoč"], + ["-1001", "−1 tis.", "−1 tisoč"], + ["-1010", "−1 tis.", "−1 tisoč"], + ["-1100", "−1,1 tis.", "−1,1 tisoč"], + ["-2000", "−2 tis.", "−2 tisoč"], + ["-2001", "−2 tis.", "−2 tisoč"], + ["-2010", "−2 tis.", "−2 tisoč"], + ["-2100", "−2,1 tis.", "−2,1 tisoč"], + ["-9", "−9", "−9"], + ["-99", "−99", "−99"], + ["-999", "−999", "−999"], + ["-9999", "−10 tis.", "−10 tisoč"], + ["-99999", "−100 tis.", "−100 tisoč"], + ["-999999", "−1 mio.", "−1 milijon"], + ["-9999999", "−10 mio.", "−10 milijonov"], + ["-9999999999999999", "−10000 bil.", "−10000 bilijonov"], + ["1000", "1 tis.", "1 tisoč"], + ["1001", "1 tis.", "1 tisoč"], + ["1010", "1 tis.", "1 tisoč"], + ["1100", "1,1 tis.", "1,1 tisoč"], + ["2000", "2 tis.", "2 tisoč"], + ["2001", "2 tis.", "2 tisoč"], + ["2010", "2 tis.", "2 tisoč"], + ["2100", "2,1 tis.", "2,1 tisoč"], + ["3000", "3 tis.", "3 tisoč"], + ["3001", "3 tis.", "3 tisoč"], + ["3010", "3 tis.", "3 tisoč"], + ["3100", "3,1 tis.", "3,1 tisoč"], + ["4000", "4 tis.", "4 tisoč"], + ["4001", "4 tis.", "4 tisoč"], + ["4010", "4 tis.", "4 tisoč"], + ["4100", "4,1 tis.", "4,1 tisoč"], + ["5000", "5 tis.", "5 tisoč"], + ["5001", "5 tis.", "5 tisoč"], + ["5010", "5 tis.", "5 tisoč"], + ["5100", "5,1 tis.", "5,1 tisoč"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 tis.", "1 tisoč"], + ["9999.12", "10 tis.", "10 tisoč"], + ["9999.99", "10 tis.", "10 tisoč"], + ["-0.12", "−0,12", "−0,12"], + ["-0.99", "−0,99", "−0,99"], + ["-9.12", "−9,1", "−9,1"], + ["-9.99", "−10", "−10"], + ["-999.12", "−999", "−999"], + ["-999.99", "−1 tis.", "−1 tisoč"], + ["-9999.12", "−10 tis.", "−10 tisoč"], + ["-9999.99", "−10 tis.", "−10 tisoč"], + ], + "sq": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 mijë", "4,3 mijë"], + ["54321", "54 mijë", "54 mijë"], + ["654321", "654 mijë", "654 mijë"], + ["7654321", "7,7 mln", "7,7 milion"], + ["87654321", "88 mln", "88 milion"], + ["987654321", "988 mln", "988 milion"], + ["1087654321", "1,1 mld", "1,1 miliard"], + ["11987654321", "12 mld", "12 miliard"], + ["129987654321", "130 mld", "130 miliard"], + ["1398987654321", "1,4 bln", "1,4 bilion"], + ["14987987654321", "15 bln", "15 bilion"], + ["159876987654321", "160 bln", "160 bilion"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 mijë", "10 mijë"], + ["99999", "100 mijë", "100 mijë"], + ["999999", "1 mln", "1 milion"], + ["9999999", "10 mln", "10 milion"], + ["99999999", "100 mln", "100 milion"], + ["9994", "10 mijë", "10 mijë"], + ["99944", "100 mijë", "100 mijë"], + ["999444", "999 mijë", "999 mijë"], + ["9994444", "10 mln", "10 milion"], + ["999444444", "999 mln", "999 milion"], + ["9994444444", "10 mld", "10 miliard"], + ["1000000000000000", "1000 bln", "1000 bilion"], + ["10000000000000000", "10000 bln", "10000 bilion"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 mijë", "-1 mijë"], + ["-1001", "-1 mijë", "-1 mijë"], + ["-1010", "-1 mijë", "-1 mijë"], + ["-1100", "-1,1 mijë", "-1,1 mijë"], + ["-2000", "-2 mijë", "-2 mijë"], + ["-2001", "-2 mijë", "-2 mijë"], + ["-2010", "-2 mijë", "-2 mijë"], + ["-2100", "-2,1 mijë", "-2,1 mijë"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 mijë", "-10 mijë"], + ["-99999", "-100 mijë", "-100 mijë"], + ["-999999", "-1 mln", "-1 milion"], + ["-9999999", "-10 mln", "-10 milion"], + ["-9999999999999999", "-10000 bln", "-10000 bilion"], + ["1000", "1 mijë", "1 mijë"], + ["1001", "1 mijë", "1 mijë"], + ["1010", "1 mijë", "1 mijë"], + ["1100", "1,1 mijë", "1,1 mijë"], + ["2000", "2 mijë", "2 mijë"], + ["2001", "2 mijë", "2 mijë"], + ["2010", "2 mijë", "2 mijë"], + ["2100", "2,1 mijë", "2,1 mijë"], + ["3000", "3 mijë", "3 mijë"], + ["3001", "3 mijë", "3 mijë"], + ["3010", "3 mijë", "3 mijë"], + ["3100", "3,1 mijë", "3,1 mijë"], + ["4000", "4 mijë", "4 mijë"], + ["4001", "4 mijë", "4 mijë"], + ["4010", "4 mijë", "4 mijë"], + ["4100", "4,1 mijë", "4,1 mijë"], + ["5000", "5 mijë", "5 mijë"], + ["5001", "5 mijë", "5 mijë"], + ["5010", "5 mijë", "5 mijë"], + ["5100", "5,1 mijë", "5,1 mijë"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 mijë", "1 mijë"], + ["9999.12", "10 mijë", "10 mijë"], + ["9999.99", "10 mijë", "10 mijë"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 mijë", "-1 mijë"], + ["-9999.12", "-10 mijë", "-10 mijë"], + ["-9999.99", "-10 mijë", "-10 mijë"], + ], + "sr": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 хиљ.", "4,3 хиљаде"], + ["54321", "54 хиљ.", "54 хиљаде"], + ["654321", "654 хиљ.", "654 хиљаде"], + ["7654321", "7,7 мил.", "7,7 милиона"], + ["87654321", "88 мил.", "88 милиона"], + ["987654321", "988 мил.", "988 милиона"], + ["1087654321", "1,1 млрд.", "1,1 милијарда"], + ["11987654321", "12 млрд.", "12 милијарди"], + ["129987654321", "130 млрд.", "130 милијарди"], + ["1398987654321", "1,4 бил.", "1,4 билиона"], + ["14987987654321", "15 бил.", "15 билиона"], + ["159876987654321", "160 бил.", "160 билиона"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 хиљ.", "10 хиљада"], + ["99999", "100 хиљ.", "100 хиљада"], + ["999999", "1 мил.", "1 милион"], + ["9999999", "10 мил.", "10 милиона"], + ["99999999", "100 мил.", "100 милиона"], + ["9994", "10 хиљ.", "10 хиљада"], + ["99944", "100 хиљ.", "100 хиљада"], + ["999444", "999 хиљ.", "999 хиљада"], + ["9994444", "10 мил.", "10 милиона"], + ["999444444", "999 мил.", "999 милиона"], + ["9994444444", "10 млрд.", "10 милијарди"], + ["1000000000000000", "1000 бил.", "1000 билиона"], + ["10000000000000000", "10000 бил.", "10000 билиона"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 хиљ.", "-1 хиљада"], + ["-1001", "-1 хиљ.", "-1 хиљада"], + ["-1010", "-1 хиљ.", "-1 хиљада"], + ["-1100", "-1,1 хиљ.", "-1,1 хиљада"], + ["-2000", "-2 хиљ.", "-2 хиљаде"], + ["-2001", "-2 хиљ.", "-2 хиљаде"], + ["-2010", "-2 хиљ.", "-2 хиљаде"], + ["-2100", "-2,1 хиљ.", "-2,1 хиљада"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 хиљ.", "-10 хиљада"], + ["-99999", "-100 хиљ.", "-100 хиљада"], + ["-999999", "-1 мил.", "-1 милион"], + ["-9999999", "-10 мил.", "-10 милиона"], + ["-9999999999999999", "-10000 бил.", "-10000 билиона"], + ["1000", "1 хиљ.", "1 хиљада"], + ["1001", "1 хиљ.", "1 хиљада"], + ["1010", "1 хиљ.", "1 хиљада"], + ["1100", "1,1 хиљ.", "1,1 хиљада"], + ["2000", "2 хиљ.", "2 хиљаде"], + ["2001", "2 хиљ.", "2 хиљаде"], + ["2010", "2 хиљ.", "2 хиљаде"], + ["2100", "2,1 хиљ.", "2,1 хиљада"], + ["3000", "3 хиљ.", "3 хиљаде"], + ["3001", "3 хиљ.", "3 хиљаде"], + ["3010", "3 хиљ.", "3 хиљаде"], + ["3100", "3,1 хиљ.", "3,1 хиљада"], + ["4000", "4 хиљ.", "4 хиљаде"], + ["4001", "4 хиљ.", "4 хиљаде"], + ["4010", "4 хиљ.", "4 хиљаде"], + ["4100", "4,1 хиљ.", "4,1 хиљада"], + ["5000", "5 хиљ.", "5 хиљада"], + ["5001", "5 хиљ.", "5 хиљада"], + ["5010", "5 хиљ.", "5 хиљада"], + ["5100", "5,1 хиљ.", "5,1 хиљада"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 хиљ.", "1 хиљада"], + ["9999.12", "10 хиљ.", "10 хиљада"], + ["9999.99", "10 хиљ.", "10 хиљада"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 хиљ.", "-1 хиљада"], + ["-9999.12", "-10 хиљ.", "-10 хиљада"], + ["-9999.99", "-10 хиљ.", "-10 хиљада"], + ], + "sr_Latn": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 hilj.", "4,3 hiljade"], + ["54321", "54 hilj.", "54 hiljade"], + ["654321", "654 hilj.", "654 hiljade"], + ["7654321", "7,7 mil.", "7,7 miliona"], + ["87654321", "88 mil.", "88 miliona"], + ["987654321", "988 mil.", "988 miliona"], + ["1087654321", "1,1 mlrd.", "1,1 milijarda"], + ["11987654321", "12 mlrd.", "12 milijardi"], + ["129987654321", "130 mlrd.", "130 milijardi"], + ["1398987654321", "1,4 bil.", "1,4 biliona"], + ["14987987654321", "15 bil.", "15 biliona"], + ["159876987654321", "160 bil.", "160 biliona"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 hilj.", "10 hiljada"], + ["99999", "100 hilj.", "100 hiljada"], + ["999999", "1 mil.", "1 milion"], + ["9999999", "10 mil.", "10 miliona"], + ["99999999", "100 mil.", "100 miliona"], + ["9994", "10 hilj.", "10 hiljada"], + ["99944", "100 hilj.", "100 hiljada"], + ["999444", "999 hilj.", "999 hiljada"], + ["9994444", "10 mil.", "10 miliona"], + ["999444444", "999 mil.", "999 miliona"], + ["9994444444", "10 mlrd.", "10 milijardi"], + ["1000000000000000", "1000 bil.", "1000 biliona"], + ["10000000000000000", "10000 bil.", "10000 biliona"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 hilj.", "-1 hiljada"], + ["-1001", "-1 hilj.", "-1 hiljada"], + ["-1010", "-1 hilj.", "-1 hiljada"], + ["-1100", "-1,1 hilj.", "-1,1 hiljada"], + ["-2000", "-2 hilj.", "-2 hiljade"], + ["-2001", "-2 hilj.", "-2 hiljade"], + ["-2010", "-2 hilj.", "-2 hiljade"], + ["-2100", "-2,1 hilj.", "-2,1 hiljada"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 hilj.", "-10 hiljada"], + ["-99999", "-100 hilj.", "-100 hiljada"], + ["-999999", "-1 mil.", "-1 milion"], + ["-9999999", "-10 mil.", "-10 miliona"], + ["-9999999999999999", "-10000 bil.", "-10000 biliona"], + ["1000", "1 hilj.", "1 hiljada"], + ["1001", "1 hilj.", "1 hiljada"], + ["1010", "1 hilj.", "1 hiljada"], + ["1100", "1,1 hilj.", "1,1 hiljada"], + ["2000", "2 hilj.", "2 hiljade"], + ["2001", "2 hilj.", "2 hiljade"], + ["2010", "2 hilj.", "2 hiljade"], + ["2100", "2,1 hilj.", "2,1 hiljada"], + ["3000", "3 hilj.", "3 hiljade"], + ["3001", "3 hilj.", "3 hiljade"], + ["3010", "3 hilj.", "3 hiljade"], + ["3100", "3,1 hilj.", "3,1 hiljada"], + ["4000", "4 hilj.", "4 hiljade"], + ["4001", "4 hilj.", "4 hiljade"], + ["4010", "4 hilj.", "4 hiljade"], + ["4100", "4,1 hilj.", "4,1 hiljada"], + ["5000", "5 hilj.", "5 hiljada"], + ["5001", "5 hilj.", "5 hiljada"], + ["5010", "5 hilj.", "5 hiljada"], + ["5100", "5,1 hilj.", "5,1 hiljada"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 hilj.", "1 hiljada"], + ["9999.12", "10 hilj.", "10 hiljada"], + ["9999.99", "10 hilj.", "10 hiljada"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 hilj.", "-1 hiljada"], + ["-9999.12", "-10 hilj.", "-10 hiljada"], + ["-9999.99", "-10 hilj.", "-10 hiljada"], + ], + "sv": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 tn", "4,3 tusen"], + ["54321", "54 tn", "54 tusen"], + ["654321", "654 tn", "654 tusen"], + ["7654321", "7,7 mn", "7,7 miljoner"], + ["87654321", "88 mn", "88 miljoner"], + ["987654321", "988 mn", "988 miljoner"], + ["1087654321", "1,1 md", "1,1 miljarder"], + ["11987654321", "12 md", "12 miljarder"], + ["129987654321", "130 md", "130 miljarder"], + ["1398987654321", "1,4 bn", "1,4 biljoner"], + ["14987987654321", "15 bn", "15 biljoner"], + ["159876987654321", "160 bn", "160 biljoner"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 tn", "10 tusen"], + ["99999", "100 tn", "100 tusen"], + ["999999", "1 mn", "1 miljon"], + ["9999999", "10 mn", "10 miljoner"], + ["99999999", "100 mn", "100 miljoner"], + ["9994", "10 tn", "10 tusen"], + ["99944", "100 tn", "100 tusen"], + ["999444", "999 tn", "999 tusen"], + ["9994444", "10 mn", "10 miljoner"], + ["999444444", "999 mn", "999 miljoner"], + ["9994444444", "10 md", "10 miljarder"], + ["1000000000000000", "1000 bn", "1000 biljoner"], + ["10000000000000000", "10000 bn", "10000 biljoner"], + ["0", "0", "0"], + ["-1", "−1", "−1"], + ["-2", "−2", "−2"], + ["-3", "−3", "−3"], + ["-1000", "−1 tn", "−1 tusen"], + ["-1001", "−1 tn", "−1 tusen"], + ["-1010", "−1 tn", "−1 tusen"], + ["-1100", "−1,1 tn", "−1,1 tusen"], + ["-2000", "−2 tn", "−2 tusen"], + ["-2001", "−2 tn", "−2 tusen"], + ["-2010", "−2 tn", "−2 tusen"], + ["-2100", "−2,1 tn", "−2,1 tusen"], + ["-9", "−9", "−9"], + ["-99", "−99", "−99"], + ["-999", "−999", "−999"], + ["-9999", "−10 tn", "−10 tusen"], + ["-99999", "−100 tn", "−100 tusen"], + ["-999999", "−1 mn", "−1 miljon"], + ["-9999999", "−10 mn", "−10 miljoner"], + ["-9999999999999999", "−10000 bn", "−10000 biljoner"], + ["1000", "1 tn", "1 tusen"], + ["1001", "1 tn", "1 tusen"], + ["1010", "1 tn", "1 tusen"], + ["1100", "1,1 tn", "1,1 tusen"], + ["2000", "2 tn", "2 tusen"], + ["2001", "2 tn", "2 tusen"], + ["2010", "2 tn", "2 tusen"], + ["2100", "2,1 tn", "2,1 tusen"], + ["3000", "3 tn", "3 tusen"], + ["3001", "3 tn", "3 tusen"], + ["3010", "3 tn", "3 tusen"], + ["3100", "3,1 tn", "3,1 tusen"], + ["4000", "4 tn", "4 tusen"], + ["4001", "4 tn", "4 tusen"], + ["4010", "4 tn", "4 tusen"], + ["4100", "4,1 tn", "4,1 tusen"], + ["5000", "5 tn", "5 tusen"], + ["5001", "5 tn", "5 tusen"], + ["5010", "5 tn", "5 tusen"], + ["5100", "5,1 tn", "5,1 tusen"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 tn", "1 tusen"], + ["9999.12", "10 tn", "10 tusen"], + ["9999.99", "10 tn", "10 tusen"], + ["-0.12", "−0,12", "−0,12"], + ["-0.99", "−0,99", "−0,99"], + ["-9.12", "−9,1", "−9,1"], + ["-9.99", "−10", "−10"], + ["-999.12", "−999", "−999"], + ["-999.99", "−1 tn", "−1 tusen"], + ["-9999.12", "−10 tn", "−10 tusen"], + ["-9999.99", "−10 tn", "−10 tusen"], + ], + "sw": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "elfu 4.3", "elfu 4.3"], + ["54321", "elfu 54", "elfu 54"], + ["654321", "elfu 654", "elfu 654"], + ["7654321", "7.7M", "milioni 7.7"], + ["87654321", "88M", "milioni 88"], + ["987654321", "988M", "milioni 988"], + ["1087654321", "1.1B", "bilioni 1.1"], + ["11987654321", "12B", "bilioni 12"], + ["129987654321", "130B", "bilioni 130"], + ["1398987654321", "1.4T", "trilioni 1.4"], + ["14987987654321", "15T", "trilioni 15"], + ["159876987654321", "160T", "trilioni 160"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "elfu 10", "elfu 10"], + ["99999", "elfu 100", "elfu 100"], + ["999999", "1M", "milioni 1"], + ["9999999", "10M", "milioni 10"], + ["99999999", "100M", "milioni 100"], + ["9994", "elfu 10", "elfu 10"], + ["99944", "elfu 100", "elfu 100"], + ["999444", "elfu 999", "elfu 999"], + ["9994444", "10M", "milioni 10"], + ["999444444", "999M", "milioni 999"], + ["9994444444", "10B", "bilioni 10"], + ["1000000000000000", "1000T", "trilioni 1000"], + ["10000000000000000", "10000T", "trilioni 10000"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "elfu -1", "elfu -1"], + ["-1001", "elfu -1", "elfu -1"], + ["-1010", "elfu -1", "elfu -1"], + ["-1100", "elfu -1.1", "elfu -1.1"], + ["-2000", "elfu -2", "elfu -2"], + ["-2001", "elfu -2", "elfu -2"], + ["-2010", "elfu -2", "elfu -2"], + ["-2100", "elfu -2.1", "elfu -2.1"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "elfu -10", "elfu -10"], + ["-99999", "elfu -100", "elfu -100"], + ["-999999", "-1M", "milioni -1"], + ["-9999999", "-10M", "milioni -10"], + ["-9999999999999999", "-10000T", "trilioni -10000"], + ["1000", "elfu 1", "elfu 1"], + ["1001", "elfu 1", "elfu 1"], + ["1010", "elfu 1", "elfu 1"], + ["1100", "elfu 1.1", "elfu 1.1"], + ["2000", "elfu 2", "elfu 2"], + ["2001", "elfu 2", "elfu 2"], + ["2010", "elfu 2", "elfu 2"], + ["2100", "elfu 2.1", "elfu 2.1"], + ["3000", "elfu 3", "elfu 3"], + ["3001", "elfu 3", "elfu 3"], + ["3010", "elfu 3", "elfu 3"], + ["3100", "elfu 3.1", "elfu 3.1"], + ["4000", "elfu 4", "elfu 4"], + ["4001", "elfu 4", "elfu 4"], + ["4010", "elfu 4", "elfu 4"], + ["4100", "elfu 4.1", "elfu 4.1"], + ["5000", "elfu 5", "elfu 5"], + ["5001", "elfu 5", "elfu 5"], + ["5010", "elfu 5", "elfu 5"], + ["5100", "elfu 5.1", "elfu 5.1"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "elfu 1", "elfu 1"], + ["9999.12", "elfu 10", "elfu 10"], + ["9999.99", "elfu 10", "elfu 10"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "elfu -1", "elfu -1"], + ["-9999.12", "elfu -10", "elfu -10"], + ["-9999.99", "elfu -10", "elfu -10"], + ], + "ta": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3ஆ", "4.3 ஆயிரம்"], + ["54321", "54ஆ", "54 ஆயிரம்"], + ["654321", "654ஆ", "654 ஆயிரம்"], + ["7654321", "7.7மி", "7.7 மில்லியன்"], + ["87654321", "88மி", "88 மில்லியன்"], + ["987654321", "988மி", "988 மில்லியன்"], + ["1087654321", "1.1பி", "1.1 பில்லியன்"], + ["11987654321", "12பி", "12 பில்லியன்"], + ["129987654321", "130பி", "130 பில்லியன்"], + ["1398987654321", "1.4டி", "1.4 டிரில்லியன்"], + ["14987987654321", "15டி", "15 டிரில்லியன்"], + ["159876987654321", "160டி", "160 டிரில்லியன்"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10ஆ", "10 ஆயிரம்"], + ["99999", "100ஆ", "100 ஆயிரம்"], + ["999999", "1மி", "1 மில்லியன்"], + ["9999999", "10மி", "10 மில்லியன்"], + ["99999999", "100மி", "100 மில்லியன்"], + ["9994", "10ஆ", "10 ஆயிரம்"], + ["99944", "100ஆ", "100 ஆயிரம்"], + ["999444", "999ஆ", "999 ஆயிரம்"], + ["9994444", "10மி", "10 மில்லியன்"], + ["999444444", "999மி", "999 மில்லியன்"], + ["9994444444", "10பி", "10 பில்லியன்"], + ["1000000000000000", "1000டி", "1000 டிரில்லியன்"], + ["10000000000000000", "10000டி", "10000 டிரில்லியன்"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1ஆ", "-1 ஆயிரம்"], + ["-1001", "-1ஆ", "-1 ஆயிரம்"], + ["-1010", "-1ஆ", "-1 ஆயிரம்"], + ["-1100", "-1.1ஆ", "-1.1 ஆயிரம்"], + ["-2000", "-2ஆ", "-2 ஆயிரம்"], + ["-2001", "-2ஆ", "-2 ஆயிரம்"], + ["-2010", "-2ஆ", "-2 ஆயிரம்"], + ["-2100", "-2.1ஆ", "-2.1 ஆயிரம்"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10ஆ", "-10 ஆயிரம்"], + ["-99999", "-100ஆ", "-100 ஆயிரம்"], + ["-999999", "-1மி", "-1 மில்லியன்"], + ["-9999999", "-10மி", "-10 மில்லியன்"], + ["-9999999999999999", "-10000டி", "-10000 டிரில்லியன்"], + ["1000", "1ஆ", "1 ஆயிரம்"], + ["1001", "1ஆ", "1 ஆயிரம்"], + ["1010", "1ஆ", "1 ஆயிரம்"], + ["1100", "1.1ஆ", "1.1 ஆயிரம்"], + ["2000", "2ஆ", "2 ஆயிரம்"], + ["2001", "2ஆ", "2 ஆயிரம்"], + ["2010", "2ஆ", "2 ஆயிரம்"], + ["2100", "2.1ஆ", "2.1 ஆயிரம்"], + ["3000", "3ஆ", "3 ஆயிரம்"], + ["3001", "3ஆ", "3 ஆயிரம்"], + ["3010", "3ஆ", "3 ஆயிரம்"], + ["3100", "3.1ஆ", "3.1 ஆயிரம்"], + ["4000", "4ஆ", "4 ஆயிரம்"], + ["4001", "4ஆ", "4 ஆயிரம்"], + ["4010", "4ஆ", "4 ஆயிரம்"], + ["4100", "4.1ஆ", "4.1 ஆயிரம்"], + ["5000", "5ஆ", "5 ஆயிரம்"], + ["5001", "5ஆ", "5 ஆயிரம்"], + ["5010", "5ஆ", "5 ஆயிரம்"], + ["5100", "5.1ஆ", "5.1 ஆயிரம்"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1ஆ", "1 ஆயிரம்"], + ["9999.12", "10ஆ", "10 ஆயிரம்"], + ["9999.99", "10ஆ", "10 ஆயிரம்"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1ஆ", "-1 ஆயிரம்"], + ["-9999.12", "-10ஆ", "-10 ஆயிரம்"], + ["-9999.99", "-10ஆ", "-10 ஆயிரம்"], + ], + "te": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3వే", "4.3 వేలు"], + ["54321", "54వే", "54 వేలు"], + ["654321", "654వే", "654 వేలు"], + ["7654321", "7.7మి", "7.7 మిలియన్లు"], + ["87654321", "88మి", "88 మిలియన్లు"], + ["987654321", "988మి", "988 మిలియన్లు"], + ["1087654321", "1.1బి", "1.1 బిలియన్లు"], + ["11987654321", "12బి", "12 బిలియన్లు"], + ["129987654321", "130బి", "130 బిలియన్లు"], + ["1398987654321", "1.4ట్రి", "1.4 ట్రిలియన్లు"], + ["14987987654321", "15ట్రి", "15 ట్రిలియన్లు"], + ["159876987654321", "160ట్రి", "160 ట్రిలియన్లు"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10వే", "10 వేలు"], + ["99999", "100వే", "100 వేలు"], + ["999999", "1మి", "1 మిలియన్"], + ["9999999", "10మి", "10 మిలియన్లు"], + ["99999999", "100మి", "100 మిలియన్లు"], + ["9994", "10వే", "10 వేలు"], + ["99944", "100వే", "100 వేలు"], + ["999444", "999వే", "999 వేలు"], + ["9994444", "10మి", "10 మిలియన్లు"], + ["999444444", "999మి", "999 మిలియన్లు"], + ["9994444444", "10బి", "10 బిలియన్లు"], + ["1000000000000000", "1000ట్రి", "1000 ట్రిలియన్లు"], + ["10000000000000000", "10000ట్రి", "10000 ట్రిలియన్లు"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1వే", "-1 వేయి"], + ["-1001", "-1వే", "-1 వేయి"], + ["-1010", "-1వే", "-1 వేయి"], + ["-1100", "-1.1వే", "-1.1 వేలు"], + ["-2000", "-2వే", "-2 వేలు"], + ["-2001", "-2వే", "-2 వేలు"], + ["-2010", "-2వే", "-2 వేలు"], + ["-2100", "-2.1వే", "-2.1 వేలు"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10వే", "-10 వేలు"], + ["-99999", "-100వే", "-100 వేలు"], + ["-999999", "-1మి", "-1 మిలియన్"], + ["-9999999", "-10మి", "-10 మిలియన్లు"], + ["-9999999999999999", "-10000ట్రి", "-10000 ట్రిలియన్లు"], + ["1000", "1వే", "1 వేయి"], + ["1001", "1వే", "1 వేయి"], + ["1010", "1వే", "1 వేయి"], + ["1100", "1.1వే", "1.1 వేలు"], + ["2000", "2వే", "2 వేలు"], + ["2001", "2వే", "2 వేలు"], + ["2010", "2వే", "2 వేలు"], + ["2100", "2.1వే", "2.1 వేలు"], + ["3000", "3వే", "3 వేలు"], + ["3001", "3వే", "3 వేలు"], + ["3010", "3వే", "3 వేలు"], + ["3100", "3.1వే", "3.1 వేలు"], + ["4000", "4వే", "4 వేలు"], + ["4001", "4వే", "4 వేలు"], + ["4010", "4వే", "4 వేలు"], + ["4100", "4.1వే", "4.1 వేలు"], + ["5000", "5వే", "5 వేలు"], + ["5001", "5వే", "5 వేలు"], + ["5010", "5వే", "5 వేలు"], + ["5100", "5.1వే", "5.1 వేలు"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1వే", "1 వేయి"], + ["9999.12", "10వే", "10 వేలు"], + ["9999.99", "10వే", "10 వేలు"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1వే", "-1 వేయి"], + ["-9999.12", "-10వే", "-10 వేలు"], + ["-9999.99", "-10వే", "-10 వేలు"], + ], + "th": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3K", "4.3 พัน"], + ["54321", "54K", "5.4 หมื่น"], + ["654321", "654K", "6.5 แสน"], + ["7654321", "7.7M", "7.7 ล้าน"], + ["87654321", "88M", "88 ล้าน"], + ["987654321", "988M", "988 ล้าน"], + ["1087654321", "1.1B", "1.1 พันล้าน"], + ["11987654321", "12B", "1.2 หมื่นล้าน"], + ["129987654321", "130B", "1.3 แสนล้าน"], + ["1398987654321", "1.4T", "1.4 ล้านล้าน"], + ["14987987654321", "15T", "15 ล้านล้าน"], + ["159876987654321", "160T", "160 ล้านล้าน"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10K", "1 หมื่น"], + ["99999", "100K", "1 แสน"], + ["999999", "1M", "1 ล้าน"], + ["9999999", "10M", "10 ล้าน"], + ["99999999", "100M", "100 ล้าน"], + ["9994", "10K", "1 หมื่น"], + ["99944", "100K", "1 แสน"], + ["999444", "999K", "1 ล้าน"], + ["9994444", "10M", "10 ล้าน"], + ["999444444", "999M", "999 ล้าน"], + ["9994444444", "10B", "1 หมื่นล้าน"], + ["1000000000000000", "1000T", "1000 ล้านล้าน"], + ["10000000000000000", "10000T", "10000 ล้านล้าน"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1K", "-1 พัน"], + ["-1001", "-1K", "-1 พัน"], + ["-1010", "-1K", "-1 พัน"], + ["-1100", "-1.1K", "-1.1 พัน"], + ["-2000", "-2K", "-2 พัน"], + ["-2001", "-2K", "-2 พัน"], + ["-2010", "-2K", "-2 พัน"], + ["-2100", "-2.1K", "-2.1 พัน"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10K", "-1 หมื่น"], + ["-99999", "-100K", "-1 แสน"], + ["-999999", "-1M", "-1 ล้าน"], + ["-9999999", "-10M", "-10 ล้าน"], + ["-9999999999999999", "-10000T", "-10000 ล้านล้าน"], + ["1000", "1K", "1 พัน"], + ["1001", "1K", "1 พัน"], + ["1010", "1K", "1 พัน"], + ["1100", "1.1K", "1.1 พัน"], + ["2000", "2K", "2 พัน"], + ["2001", "2K", "2 พัน"], + ["2010", "2K", "2 พัน"], + ["2100", "2.1K", "2.1 พัน"], + ["3000", "3K", "3 พัน"], + ["3001", "3K", "3 พัน"], + ["3010", "3K", "3 พัน"], + ["3100", "3.1K", "3.1 พัน"], + ["4000", "4K", "4 พัน"], + ["4001", "4K", "4 พัน"], + ["4010", "4K", "4 พัน"], + ["4100", "4.1K", "4.1 พัน"], + ["5000", "5K", "5 พัน"], + ["5001", "5K", "5 พัน"], + ["5010", "5K", "5 พัน"], + ["5100", "5.1K", "5.1 พัน"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1K", "1 พัน"], + ["9999.12", "10K", "1 หมื่น"], + ["9999.99", "10K", "1 หมื่น"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1K", "-1 พัน"], + ["-9999.12", "-10K", "-1 หมื่น"], + ["-9999.99", "-10K", "-1 หมื่น"], + ], + "tl": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3K", "4.3 libo"], + ["54321", "54K", "54 na libo"], + ["654321", "654K", "654 na libo"], + ["7654321", "7.7M", "7.7 milyon"], + ["87654321", "88M", "88 milyon"], + ["987654321", "988M", "988 milyon"], + ["1087654321", "1.1B", "1.1 bilyon"], + ["11987654321", "12B", "12 bilyon"], + ["129987654321", "130B", "130 bilyon"], + ["1398987654321", "1.4T", "1.4 na trilyon"], + ["14987987654321", "15T", "15 trilyon"], + ["159876987654321", "160T", "160 trilyon"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10K", "10 libo"], + ["99999", "100K", "100 libo"], + ["999999", "1M", "1 milyon"], + ["9999999", "10M", "10 milyon"], + ["99999999", "100M", "100 milyon"], + ["9994", "10K", "10 libo"], + ["99944", "100K", "100 libo"], + ["999444", "999K", "999 na libo"], + ["9994444", "10M", "10 milyon"], + ["999444444", "999M", "999 na milyon"], + ["9994444444", "10B", "10 bilyon"], + ["1000000000000000", "1000T", "1000 trilyon"], + ["10000000000000000", "10000T", "10000 trilyon"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1K", "-1 libo"], + ["-1001", "-1K", "-1 libo"], + ["-1010", "-1K", "-1 libo"], + ["-1100", "-1.1K", "-1.1 libo"], + ["-2000", "-2K", "-2 libo"], + ["-2001", "-2K", "-2 libo"], + ["-2010", "-2K", "-2 libo"], + ["-2100", "-2.1K", "-2.1 libo"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10K", "-10 libo"], + ["-99999", "-100K", "-100 libo"], + ["-999999", "-1M", "-1 milyon"], + ["-9999999", "-10M", "-10 milyon"], + ["-9999999999999999", "-10000T", "-10000 trilyon"], + ["1000", "1K", "1 libo"], + ["1001", "1K", "1 libo"], + ["1010", "1K", "1 libo"], + ["1100", "1.1K", "1.1 libo"], + ["2000", "2K", "2 libo"], + ["2001", "2K", "2 libo"], + ["2010", "2K", "2 libo"], + ["2100", "2.1K", "2.1 libo"], + ["3000", "3K", "3 libo"], + ["3001", "3K", "3 libo"], + ["3010", "3K", "3 libo"], + ["3100", "3.1K", "3.1 libo"], + ["4000", "4K", "4 na libo"], + ["4001", "4K", "4 na libo"], + ["4010", "4K", "4 na libo"], + ["4100", "4.1K", "4.1 libo"], + ["5000", "5K", "5 libo"], + ["5001", "5K", "5 libo"], + ["5010", "5K", "5 libo"], + ["5100", "5.1K", "5.1 libo"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1K", "1 libo"], + ["9999.12", "10K", "10 libo"], + ["9999.99", "10K", "10 libo"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1K", "-1 libo"], + ["-9999.12", "-10K", "-10 libo"], + ["-9999.99", "-10K", "-10 libo"], + ], + "tr": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 B", "4,3 bin"], + ["54321", "54 B", "54 bin"], + ["654321", "654 B", "654 bin"], + ["7654321", "7,7 Mn", "7,7 milyon"], + ["87654321", "88 Mn", "88 milyon"], + ["987654321", "988 Mn", "988 milyon"], + ["1087654321", "1,1 Mr", "1,1 milyar"], + ["11987654321", "12 Mr", "12 milyar"], + ["129987654321", "130 Mr", "130 milyar"], + ["1398987654321", "1,4 Tn", "1,4 trilyon"], + ["14987987654321", "15 Tn", "15 trilyon"], + ["159876987654321", "160 Tn", "160 trilyon"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 B", "10 bin"], + ["99999", "100 B", "100 bin"], + ["999999", "1 Mn", "1 milyon"], + ["9999999", "10 Mn", "10 milyon"], + ["99999999", "100 Mn", "100 milyon"], + ["9994", "10 B", "10 bin"], + ["99944", "100 B", "100 bin"], + ["999444", "999 B", "999 bin"], + ["9994444", "10 Mn", "10 milyon"], + ["999444444", "999 Mn", "999 milyon"], + ["9994444444", "10 Mr", "10 milyar"], + ["1000000000000000", "1000 Tn", "1000 trilyon"], + ["10000000000000000", "10000 Tn", "10000 trilyon"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 B", "-1 bin"], + ["-1001", "-1 B", "-1 bin"], + ["-1010", "-1 B", "-1 bin"], + ["-1100", "-1,1 B", "-1,1 bin"], + ["-2000", "-2 B", "-2 bin"], + ["-2001", "-2 B", "-2 bin"], + ["-2010", "-2 B", "-2 bin"], + ["-2100", "-2,1 B", "-2,1 bin"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 B", "-10 bin"], + ["-99999", "-100 B", "-100 bin"], + ["-999999", "-1 Mn", "-1 milyon"], + ["-9999999", "-10 Mn", "-10 milyon"], + ["-9999999999999999", "-10000 Tn", "-10000 trilyon"], + ["1000", "1 B", "1 bin"], + ["1001", "1 B", "1 bin"], + ["1010", "1 B", "1 bin"], + ["1100", "1,1 B", "1,1 bin"], + ["2000", "2 B", "2 bin"], + ["2001", "2 B", "2 bin"], + ["2010", "2 B", "2 bin"], + ["2100", "2,1 B", "2,1 bin"], + ["3000", "3 B", "3 bin"], + ["3001", "3 B", "3 bin"], + ["3010", "3 B", "3 bin"], + ["3100", "3,1 B", "3,1 bin"], + ["4000", "4 B", "4 bin"], + ["4001", "4 B", "4 bin"], + ["4010", "4 B", "4 bin"], + ["4100", "4,1 B", "4,1 bin"], + ["5000", "5 B", "5 bin"], + ["5001", "5 B", "5 bin"], + ["5010", "5 B", "5 bin"], + ["5100", "5,1 B", "5,1 bin"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 B", "1 bin"], + ["9999.12", "10 B", "10 bin"], + ["9999.99", "10 B", "10 bin"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 B", "-1 bin"], + ["-9999.12", "-10 B", "-10 bin"], + ["-9999.99", "-10 B", "-10 bin"], + ], + "uk": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 тис.", "4,3 тисячі"], + ["54321", "54 тис.", "54 тисячі"], + ["654321", "654 тис.", "654 тисячі"], + ["7654321", "7,7 млн", "7,7 мільйона"], + ["87654321", "88 млн", "88 мільйонів"], + ["987654321", "988 млн", "988 мільйонів"], + ["1087654321", "1,1 млрд", "1,1 мільярда"], + ["11987654321", "12 млрд", "12 мільярдів"], + ["129987654321", "130 млрд", "130 мільярдів"], + ["1398987654321", "1,4 трлн", "1,4 трильйона"], + ["14987987654321", "15 трлн", "15 трильйонів"], + ["159876987654321", "160 трлн", "160 трильйонів"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 тис.", "10 тисяч"], + ["99999", "100 тис.", "100 тисяч"], + ["999999", "1 млн", "1 мільйон"], + ["9999999", "10 млн", "10 мільйонів"], + ["99999999", "100 млн", "100 мільйонів"], + ["9994", "10 тис.", "10 тисяч"], + ["99944", "100 тис.", "100 тисяч"], + ["999444", "999 тис.", "999 тисяч"], + ["9994444", "10 млн", "10 мільйонів"], + ["999444444", "999 млн", "999 мільйонів"], + ["9994444444", "10 млрд", "10 мільярдів"], + ["1000000000000000", "1000 трлн", "1000 трильйонів"], + ["10000000000000000", "10000 трлн", "10000 трильйонів"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 тис.", "-1 тисяча"], + ["-1001", "-1 тис.", "-1 тисяча"], + ["-1010", "-1 тис.", "-1 тисяча"], + ["-1100", "-1,1 тис.", "-1,1 тисячі"], + ["-2000", "-2 тис.", "-2 тисячі"], + ["-2001", "-2 тис.", "-2 тисячі"], + ["-2010", "-2 тис.", "-2 тисячі"], + ["-2100", "-2,1 тис.", "-2,1 тисячі"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 тис.", "-10 тисяч"], + ["-99999", "-100 тис.", "-100 тисяч"], + ["-999999", "-1 млн", "-1 мільйон"], + ["-9999999", "-10 млн", "-10 мільйонів"], + ["-9999999999999999", "-10000 трлн", "-10000 трильйонів"], + ["1000", "1 тис.", "1 тисяча"], + ["1001", "1 тис.", "1 тисяча"], + ["1010", "1 тис.", "1 тисяча"], + ["1100", "1,1 тис.", "1,1 тисячі"], + ["2000", "2 тис.", "2 тисячі"], + ["2001", "2 тис.", "2 тисячі"], + ["2010", "2 тис.", "2 тисячі"], + ["2100", "2,1 тис.", "2,1 тисячі"], + ["3000", "3 тис.", "3 тисячі"], + ["3001", "3 тис.", "3 тисячі"], + ["3010", "3 тис.", "3 тисячі"], + ["3100", "3,1 тис.", "3,1 тисячі"], + ["4000", "4 тис.", "4 тисячі"], + ["4001", "4 тис.", "4 тисячі"], + ["4010", "4 тис.", "4 тисячі"], + ["4100", "4,1 тис.", "4,1 тисячі"], + ["5000", "5 тис.", "5 тисяч"], + ["5001", "5 тис.", "5 тисяч"], + ["5010", "5 тис.", "5 тисяч"], + ["5100", "5,1 тис.", "5,1 тисячі"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 тис.", "1 тисяча"], + ["9999.12", "10 тис.", "10 тисяч"], + ["9999.99", "10 тис.", "10 тисяч"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 тис.", "-1 тисяча"], + ["-9999.12", "-10 тис.", "-10 тисяч"], + ["-9999.99", "-10 тис.", "-10 тисяч"], + ], + "ur": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3 ہزار", "4.3 ہزار"], + ["54321", "54 ہزار", "54 ہزار"], + ["654321", "6.5 لاکھ", "6.5 لاکھ"], + ["7654321", "77 لاکھ", "77 لاکھ"], + ["87654321", "8.8 کروڑ", "8.8 کروڑ"], + ["987654321", "99 کروڑ", "99 کروڑ"], + ["1087654321", "1.1 ارب", "1.1 ارب"], + ["11987654321", "12 ارب", "12 ارب"], + ["129987654321", "1.3 کھرب", "1.3 کھرب"], + ["1398987654321", "14 کھرب", "14 کھرب"], + ["14987987654321", "15 ٹریلین", "15 ٹریلین"], + ["159876987654321", "160 ٹریلین", "160 ٹریلین"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 ہزار", "10 ہزار"], + ["99999", "1 لاکھ", "1 لاکھ"], + ["999999", "10 لاکھ", "10 لاکھ"], + ["9999999", "1 کروڑ", "1 کروڑ"], + ["99999999", "10 کروڑ", "10 کروڑ"], + ["9994", "10 ہزار", "10 ہزار"], + ["99944", "1 لاکھ", "1 لاکھ"], + ["999444", "10 لاکھ", "10 لاکھ"], + ["9994444", "1 کروڑ", "1 کروڑ"], + ["999444444", "1 ارب", "1 ارب"], + ["9994444444", "10 ارب", "10 ارب"], + ["1000000000000000", "1000 ٹریلین", "1000 ٹریلین"], + ["10000000000000000", "10000 ٹریلین", "10000 ٹریلین"], + ["0", "0", "0"], + ["-1", "‎-1", "‎-1"], + ["-2", "‎-2", "‎-2"], + ["-3", "‎-3", "‎-3"], + ["-1000", "‎-1 ہزار", "‎-1 ہزار"], + ["-1001", "‎-1 ہزار", "‎-1 ہزار"], + ["-1010", "‎-1 ہزار", "‎-1 ہزار"], + ["-1100", "‎-1.1 ہزار", "‎-1.1 ہزار"], + ["-2000", "‎-2 ہزار", "‎-2 ہزار"], + ["-2001", "‎-2 ہزار", "‎-2 ہزار"], + ["-2010", "‎-2 ہزار", "‎-2 ہزار"], + ["-2100", "‎-2.1 ہزار", "‎-2.1 ہزار"], + ["-9", "‎-9", "‎-9"], + ["-99", "‎-99", "‎-99"], + ["-999", "‎-999", "‎-999"], + ["-9999", "‎-10 ہزار", "‎-10 ہزار"], + ["-99999", "‎-1 لاکھ", "‎-1 لاکھ"], + ["-999999", "‎-10 لاکھ", "‎-10 لاکھ"], + ["-9999999", "‎-1 کروڑ", "‎-1 کروڑ"], + ["-9999999999999999", "‎-10000 ٹریلین", "‎-10000 ٹریلین"], + ["1000", "1 ہزار", "1 ہزار"], + ["1001", "1 ہزار", "1 ہزار"], + ["1010", "1 ہزار", "1 ہزار"], + ["1100", "1.1 ہزار", "1.1 ہزار"], + ["2000", "2 ہزار", "2 ہزار"], + ["2001", "2 ہزار", "2 ہزار"], + ["2010", "2 ہزار", "2 ہزار"], + ["2100", "2.1 ہزار", "2.1 ہزار"], + ["3000", "3 ہزار", "3 ہزار"], + ["3001", "3 ہزار", "3 ہزار"], + ["3010", "3 ہزار", "3 ہزار"], + ["3100", "3.1 ہزار", "3.1 ہزار"], + ["4000", "4 ہزار", "4 ہزار"], + ["4001", "4 ہزار", "4 ہزار"], + ["4010", "4 ہزار", "4 ہزار"], + ["4100", "4.1 ہزار", "4.1 ہزار"], + ["5000", "5 ہزار", "5 ہزار"], + ["5001", "5 ہزار", "5 ہزار"], + ["5010", "5 ہزار", "5 ہزار"], + ["5100", "5.1 ہزار", "5.1 ہزار"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 ہزار", "1 ہزار"], + ["9999.12", "10 ہزار", "10 ہزار"], + ["9999.99", "10 ہزار", "10 ہزار"], + ["-0.12", "‎-0.12", "‎-0.12"], + ["-0.99", "‎-0.99", "‎-0.99"], + ["-9.12", "‎-9.1", "‎-9.1"], + ["-9.99", "‎-10", "‎-10"], + ["-999.12", "‎-999", "‎-999"], + ["-999.99", "‎-1 ہزار", "‎-1 ہزار"], + ["-9999.12", "‎-10 ہزار", "‎-10 ہزار"], + ["-9999.99", "‎-10 ہزار", "‎-10 ہزار"], + ], + "uz": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 ming", "4,3 ming"], + ["54321", "54 ming", "54 ming"], + ["654321", "654 ming", "654 ming"], + ["7654321", "7,7 mln", "7,7 million"], + ["87654321", "88 mln", "88 million"], + ["987654321", "988 mln", "988 million"], + ["1087654321", "1,1 mlrd", "1,1 milliard"], + ["11987654321", "12 mlrd", "12 milliard"], + ["129987654321", "130 mlrd", "130 milliard"], + ["1398987654321", "1,4 trln", "1,4 trillion"], + ["14987987654321", "15 trln", "15 trillion"], + ["159876987654321", "160 trln", "160 trillion"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 ming", "10 ming"], + ["99999", "100 ming", "100 ming"], + ["999999", "1 mln", "1 million"], + ["9999999", "10 mln", "10 million"], + ["99999999", "100 mln", "100 million"], + ["9994", "10 ming", "10 ming"], + ["99944", "100 ming", "100 ming"], + ["999444", "999 ming", "999 ming"], + ["9994444", "10 mln", "10 million"], + ["999444444", "999 mln", "999 million"], + ["9994444444", "10 mlrd", "10 milliard"], + ["1000000000000000", "1000 trln", "1000 trillion"], + ["10000000000000000", "10000 trln", "10000 trillion"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 ming", "-1 ming"], + ["-1001", "-1 ming", "-1 ming"], + ["-1010", "-1 ming", "-1 ming"], + ["-1100", "-1,1 ming", "-1,1 ming"], + ["-2000", "-2 ming", "-2 ming"], + ["-2001", "-2 ming", "-2 ming"], + ["-2010", "-2 ming", "-2 ming"], + ["-2100", "-2,1 ming", "-2,1 ming"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 ming", "-10 ming"], + ["-99999", "-100 ming", "-100 ming"], + ["-999999", "-1 mln", "-1 million"], + ["-9999999", "-10 mln", "-10 million"], + ["-9999999999999999", "-10000 trln", "-10000 trillion"], + ["1000", "1 ming", "1 ming"], + ["1001", "1 ming", "1 ming"], + ["1010", "1 ming", "1 ming"], + ["1100", "1,1 ming", "1,1 ming"], + ["2000", "2 ming", "2 ming"], + ["2001", "2 ming", "2 ming"], + ["2010", "2 ming", "2 ming"], + ["2100", "2,1 ming", "2,1 ming"], + ["3000", "3 ming", "3 ming"], + ["3001", "3 ming", "3 ming"], + ["3010", "3 ming", "3 ming"], + ["3100", "3,1 ming", "3,1 ming"], + ["4000", "4 ming", "4 ming"], + ["4001", "4 ming", "4 ming"], + ["4010", "4 ming", "4 ming"], + ["4100", "4,1 ming", "4,1 ming"], + ["5000", "5 ming", "5 ming"], + ["5001", "5 ming", "5 ming"], + ["5010", "5 ming", "5 ming"], + ["5100", "5,1 ming", "5,1 ming"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 ming", "1 ming"], + ["9999.12", "10 ming", "10 ming"], + ["9999.99", "10 ming", "10 ming"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 ming", "-1 ming"], + ["-9999.12", "-10 ming", "-10 ming"], + ["-9999.99", "-10 ming", "-10 ming"], + ], + "vi": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4,3 N", "4,3 nghìn"], + ["54321", "54 N", "54 nghìn"], + ["654321", "654 N", "654 nghìn"], + ["7654321", "7,7 Tr", "7,7 triệu"], + ["87654321", "88 Tr", "88 triệu"], + ["987654321", "988 Tr", "988 triệu"], + ["1087654321", "1,1 T", "1,1 tỷ"], + ["11987654321", "12 T", "12 tỷ"], + ["129987654321", "130 T", "130 tỷ"], + ["1398987654321", "1,4 NT", "1,4 nghìn tỷ"], + ["14987987654321", "15 NT", "15 nghìn tỷ"], + ["159876987654321", "160 NT", "160 nghìn tỷ"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10 N", "10 nghìn"], + ["99999", "100 N", "100 nghìn"], + ["999999", "1 Tr", "1 triệu"], + ["9999999", "10 Tr", "10 triệu"], + ["99999999", "100 Tr", "100 triệu"], + ["9994", "10 N", "10 nghìn"], + ["99944", "100 N", "100 nghìn"], + ["999444", "999 N", "999 nghìn"], + ["9994444", "10 Tr", "10 triệu"], + ["999444444", "999 Tr", "999 triệu"], + ["9994444444", "10 T", "10 tỷ"], + ["1000000000000000", "1000 NT", "1000 nghìn tỷ"], + ["10000000000000000", "10000 NT", "10000 nghìn tỷ"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1 N", "-1 nghìn"], + ["-1001", "-1 N", "-1 nghìn"], + ["-1010", "-1 N", "-1 nghìn"], + ["-1100", "-1,1 N", "-1,1 nghìn"], + ["-2000", "-2 N", "-2 nghìn"], + ["-2001", "-2 N", "-2 nghìn"], + ["-2010", "-2 N", "-2 nghìn"], + ["-2100", "-2,1 N", "-2,1 nghìn"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10 N", "-10 nghìn"], + ["-99999", "-100 N", "-100 nghìn"], + ["-999999", "-1 Tr", "-1 triệu"], + ["-9999999", "-10 Tr", "-10 triệu"], + ["-9999999999999999", "-10000 NT", "-10000 nghìn tỷ"], + ["1000", "1 N", "1 nghìn"], + ["1001", "1 N", "1 nghìn"], + ["1010", "1 N", "1 nghìn"], + ["1100", "1,1 N", "1,1 nghìn"], + ["2000", "2 N", "2 nghìn"], + ["2001", "2 N", "2 nghìn"], + ["2010", "2 N", "2 nghìn"], + ["2100", "2,1 N", "2,1 nghìn"], + ["3000", "3 N", "3 nghìn"], + ["3001", "3 N", "3 nghìn"], + ["3010", "3 N", "3 nghìn"], + ["3100", "3,1 N", "3,1 nghìn"], + ["4000", "4 N", "4 nghìn"], + ["4001", "4 N", "4 nghìn"], + ["4010", "4 N", "4 nghìn"], + ["4100", "4,1 N", "4,1 nghìn"], + ["5000", "5 N", "5 nghìn"], + ["5001", "5 N", "5 nghìn"], + ["5010", "5 N", "5 nghìn"], + ["5100", "5,1 N", "5,1 nghìn"], + ["0.001234", "0,0012", "0,0012"], + ["0.01234", "0,012", "0,012"], + ["0.1234", "0,12", "0,12"], + ["0.99", "0,99", "0,99"], + ["0.999", "1", "1"], + ["9.12", "9,1", "9,1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1 N", "1 nghìn"], + ["9999.12", "10 N", "10 nghìn"], + ["9999.99", "10 N", "10 nghìn"], + ["-0.12", "-0,12", "-0,12"], + ["-0.99", "-0,99", "-0,99"], + ["-9.12", "-9,1", "-9,1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1 N", "-1 nghìn"], + ["-9999.12", "-10 N", "-10 nghìn"], + ["-9999.99", "-10 N", "-10 nghìn"], + ], + "zh": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4321", "4321"], + ["54321", "5.4万", "5.4万"], + ["654321", "65万", "65万"], + ["7654321", "765万", "765万"], + ["87654321", "8765万", "8765万"], + ["987654321", "9.9亿", "9.9亿"], + ["1087654321", "11亿", "11亿"], + ["11987654321", "120亿", "120亿"], + ["129987654321", "1300亿", "1300亿"], + ["1398987654321", "1.4万亿", "1.4万亿"], + ["14987987654321", "15万亿", "15万亿"], + ["159876987654321", "160万亿", "160万亿"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "9999", "9999"], + ["99999", "10万", "10万"], + ["999999", "100万", "100万"], + ["9999999", "1000万", "1000万"], + ["99999999", "1亿", "1亿"], + ["9994", "9994", "9994"], + ["99944", "10万", "10万"], + ["999444", "100万", "100万"], + ["9994444", "999万", "999万"], + ["999444444", "10亿", "10亿"], + ["9994444444", "100亿", "100亿"], + ["1000000000000000", "1000万亿", "1000万亿"], + ["10000000000000000", "10000万亿", "10000万亿"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1000", "-1000"], + ["-1001", "-1001", "-1001"], + ["-1010", "-1010", "-1010"], + ["-1100", "-1100", "-1100"], + ["-2000", "-2000", "-2000"], + ["-2001", "-2001", "-2001"], + ["-2010", "-2010", "-2010"], + ["-2100", "-2100", "-2100"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-9999", "-9999"], + ["-99999", "-10万", "-10万"], + ["-999999", "-100万", "-100万"], + ["-9999999", "-1000万", "-1000万"], + ["-9999999999999999", "-10000万亿", "-10000万亿"], + ["1000", "1000", "1000"], + ["1001", "1001", "1001"], + ["1010", "1010", "1010"], + ["1100", "1100", "1100"], + ["2000", "2000", "2000"], + ["2001", "2001", "2001"], + ["2010", "2010", "2010"], + ["2100", "2100", "2100"], + ["3000", "3000", "3000"], + ["3001", "3001", "3001"], + ["3010", "3010", "3010"], + ["3100", "3100", "3100"], + ["4000", "4000", "4000"], + ["4001", "4001", "4001"], + ["4010", "4010", "4010"], + ["4100", "4100", "4100"], + ["5000", "5000", "5000"], + ["5001", "5001", "5001"], + ["5010", "5010", "5010"], + ["5100", "5100", "5100"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1000", "1000"], + ["9999.12", "9999", "9999"], + ["9999.99", "1万", "1万"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1000", "-1000"], + ["-9999.12", "-9999", "-9999"], + ["-9999.99", "-1万", "-1万"], + ], + "zh_CN": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4321", "4321"], + ["54321", "5.4万", "5.4万"], + ["654321", "65万", "65万"], + ["7654321", "765万", "765万"], + ["87654321", "8765万", "8765万"], + ["987654321", "9.9亿", "9.9亿"], + ["1087654321", "11亿", "11亿"], + ["11987654321", "120亿", "120亿"], + ["129987654321", "1300亿", "1300亿"], + ["1398987654321", "1.4万亿", "1.4万亿"], + ["14987987654321", "15万亿", "15万亿"], + ["159876987654321", "160万亿", "160万亿"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "9999", "9999"], + ["99999", "10万", "10万"], + ["999999", "100万", "100万"], + ["9999999", "1000万", "1000万"], + ["99999999", "1亿", "1亿"], + ["9994", "9994", "9994"], + ["99944", "10万", "10万"], + ["999444", "100万", "100万"], + ["9994444", "999万", "999万"], + ["999444444", "10亿", "10亿"], + ["9994444444", "100亿", "100亿"], + ["1000000000000000", "1000万亿", "1000万亿"], + ["10000000000000000", "10000万亿", "10000万亿"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1000", "-1000"], + ["-1001", "-1001", "-1001"], + ["-1010", "-1010", "-1010"], + ["-1100", "-1100", "-1100"], + ["-2000", "-2000", "-2000"], + ["-2001", "-2001", "-2001"], + ["-2010", "-2010", "-2010"], + ["-2100", "-2100", "-2100"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-9999", "-9999"], + ["-99999", "-10万", "-10万"], + ["-999999", "-100万", "-100万"], + ["-9999999", "-1000万", "-1000万"], + ["-9999999999999999", "-10000万亿", "-10000万亿"], + ["1000", "1000", "1000"], + ["1001", "1001", "1001"], + ["1010", "1010", "1010"], + ["1100", "1100", "1100"], + ["2000", "2000", "2000"], + ["2001", "2001", "2001"], + ["2010", "2010", "2010"], + ["2100", "2100", "2100"], + ["3000", "3000", "3000"], + ["3001", "3001", "3001"], + ["3010", "3010", "3010"], + ["3100", "3100", "3100"], + ["4000", "4000", "4000"], + ["4001", "4001", "4001"], + ["4010", "4010", "4010"], + ["4100", "4100", "4100"], + ["5000", "5000", "5000"], + ["5001", "5001", "5001"], + ["5010", "5010", "5010"], + ["5100", "5100", "5100"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1000", "1000"], + ["9999.12", "9999", "9999"], + ["9999.99", "1万", "1万"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1000", "-1000"], + ["-9999.12", "-9999", "-9999"], + ["-9999.99", "-1万", "-1万"], + ], + "zh_HK": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3K", "4321"], + ["54321", "54K", "5.4萬"], + ["654321", "654K", "65萬"], + ["7654321", "7.7M", "765萬"], + ["87654321", "88M", "8765萬"], + ["987654321", "988M", "9.9億"], + ["1087654321", "1.1B", "11億"], + ["11987654321", "12B", "120億"], + ["129987654321", "130B", "1300億"], + ["1398987654321", "1.4T", "1.4兆"], + ["14987987654321", "15T", "15兆"], + ["159876987654321", "160T", "160兆"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10K", "9999"], + ["99999", "100K", "10萬"], + ["999999", "1M", "100萬"], + ["9999999", "10M", "1000萬"], + ["99999999", "100M", "1億"], + ["9994", "10K", "9994"], + ["99944", "100K", "10萬"], + ["999444", "999K", "100萬"], + ["9994444", "10M", "999萬"], + ["999444444", "999M", "10億"], + ["9994444444", "10B", "100億"], + ["1000000000000000", "1000T", "1000兆"], + ["10000000000000000", "10000T", "10000兆"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1K", "-1000"], + ["-1001", "-1K", "-1001"], + ["-1010", "-1K", "-1010"], + ["-1100", "-1.1K", "-1100"], + ["-2000", "-2K", "-2000"], + ["-2001", "-2K", "-2001"], + ["-2010", "-2K", "-2010"], + ["-2100", "-2.1K", "-2100"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10K", "-9999"], + ["-99999", "-100K", "-10萬"], + ["-999999", "-1M", "-100萬"], + ["-9999999", "-10M", "-1000萬"], + ["-9999999999999999", "-10000T", "-10000兆"], + ["1000", "1K", "1000"], + ["1001", "1K", "1001"], + ["1010", "1K", "1010"], + ["1100", "1.1K", "1100"], + ["2000", "2K", "2000"], + ["2001", "2K", "2001"], + ["2010", "2K", "2010"], + ["2100", "2.1K", "2100"], + ["3000", "3K", "3000"], + ["3001", "3K", "3001"], + ["3010", "3K", "3010"], + ["3100", "3.1K", "3100"], + ["4000", "4K", "4000"], + ["4001", "4K", "4001"], + ["4010", "4K", "4010"], + ["4100", "4.1K", "4100"], + ["5000", "5K", "5000"], + ["5001", "5K", "5001"], + ["5010", "5K", "5010"], + ["5100", "5.1K", "5100"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1K", "1000"], + ["9999.12", "10K", "9999"], + ["9999.99", "10K", "1萬"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1K", "-1000"], + ["-9999.12", "-10K", "-9999"], + ["-9999.99", "-10K", "-1萬"], + ], + "zh_TW": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4321", "4321"], + ["54321", "5.4萬", "5.4萬"], + ["654321", "65萬", "65萬"], + ["7654321", "765萬", "765萬"], + ["87654321", "8765萬", "8765萬"], + ["987654321", "9.9億", "9.9億"], + ["1087654321", "11億", "11億"], + ["11987654321", "120億", "120億"], + ["129987654321", "1300億", "1300億"], + ["1398987654321", "1.4兆", "1.4兆"], + ["14987987654321", "15兆", "15兆"], + ["159876987654321", "160兆", "160兆"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "9999", "9999"], + ["99999", "10萬", "10萬"], + ["999999", "100萬", "100萬"], + ["9999999", "1000萬", "1000萬"], + ["99999999", "1億", "1億"], + ["9994", "9994", "9994"], + ["99944", "10萬", "10萬"], + ["999444", "100萬", "100萬"], + ["9994444", "999萬", "999萬"], + ["999444444", "10億", "10億"], + ["9994444444", "100億", "100億"], + ["1000000000000000", "1000兆", "1000兆"], + ["10000000000000000", "10000兆", "10000兆"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1000", "-1000"], + ["-1001", "-1001", "-1001"], + ["-1010", "-1010", "-1010"], + ["-1100", "-1100", "-1100"], + ["-2000", "-2000", "-2000"], + ["-2001", "-2001", "-2001"], + ["-2010", "-2010", "-2010"], + ["-2100", "-2100", "-2100"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-9999", "-9999"], + ["-99999", "-10萬", "-10萬"], + ["-999999", "-100萬", "-100萬"], + ["-9999999", "-1000萬", "-1000萬"], + ["-9999999999999999", "-10000兆", "-10000兆"], + ["1000", "1000", "1000"], + ["1001", "1001", "1001"], + ["1010", "1010", "1010"], + ["1100", "1100", "1100"], + ["2000", "2000", "2000"], + ["2001", "2001", "2001"], + ["2010", "2010", "2010"], + ["2100", "2100", "2100"], + ["3000", "3000", "3000"], + ["3001", "3001", "3001"], + ["3010", "3010", "3010"], + ["3100", "3100", "3100"], + ["4000", "4000", "4000"], + ["4001", "4001", "4001"], + ["4010", "4010", "4010"], + ["4100", "4100", "4100"], + ["5000", "5000", "5000"], + ["5001", "5001", "5001"], + ["5010", "5010", "5010"], + ["5100", "5100", "5100"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1000", "1000"], + ["9999.12", "9999", "9999"], + ["9999.99", "1萬", "1萬"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1000", "-1000"], + ["-9999.12", "-9999", "-9999"], + ["-9999.99", "-1萬", "-1萬"], + ], + "zu": [ + ["1", "1", "1"], + ["21", "21", "21"], + ["321", "321", "321"], + ["4321", "4.3K", "4.3 inkulungwane"], + ["54321", "54K", "54 inkulungwane"], + ["654321", "654K", "654 inkulungwane"], + ["7654321", "7.7M", "7.7 isigidi"], + ["87654321", "88M", "88 isigidi"], + ["987654321", "988M", "988 isigidi"], + ["1087654321", "1.1B", "1.1 isigidi sezigidi"], + ["11987654321", "12B", "12 isigidi sezigidi"], + ["129987654321", "130B", "130 isigidi sezigidi"], + ["1398987654321", "1.4T", "1.4 isigidintathu"], + ["14987987654321", "15T", "15 isigidintathu"], + ["159876987654321", "160T", "160 isigidintathu"], + ["9", "9", "9"], + ["99", "99", "99"], + ["999", "999", "999"], + ["9999", "10K", "10 inkulungwane"], + ["99999", "100K", "100 inkulungwane"], + ["999999", "1M", "1 isigidi"], + ["9999999", "10M", "10 isigidi"], + ["99999999", "100M", "100 isigidi"], + ["9994", "10K", "10 inkulungwane"], + ["99944", "100K", "100 inkulungwane"], + ["999444", "999K", "999 inkulungwane"], + ["9994444", "10M", "10 isigidi"], + ["999444444", "999M", "999 isigidi"], + ["9994444444", "10B", "10 isigidi sezigidi"], + ["1000000000000000", "1000T", "1000 isigidintathu"], + ["10000000000000000", "10000T", "10000 isigidintathu"], + ["0", "0", "0"], + ["-1", "-1", "-1"], + ["-2", "-2", "-2"], + ["-3", "-3", "-3"], + ["-1000", "-1K", "-1 inkulungwane"], + ["-1001", "-1K", "-1 inkulungwane"], + ["-1010", "-1K", "-1 inkulungwane"], + ["-1100", "-1.1K", "-1.1 inkulungwane"], + ["-2000", "-2K", "-2 inkulungwane"], + ["-2001", "-2K", "-2 inkulungwane"], + ["-2010", "-2K", "-2 inkulungwane"], + ["-2100", "-2.1K", "-2.1 inkulungwane"], + ["-9", "-9", "-9"], + ["-99", "-99", "-99"], + ["-999", "-999", "-999"], + ["-9999", "-10K", "-10 inkulungwane"], + ["-99999", "-100K", "-100 inkulungwane"], + ["-999999", "-1M", "-1 isigidi"], + ["-9999999", "-10M", "-10 isigidi"], + ["-9999999999999999", "-10000T", "-10000 isigidintathu"], + ["1000", "1K", "1 inkulungwane"], + ["1001", "1K", "1 inkulungwane"], + ["1010", "1K", "1 inkulungwane"], + ["1100", "1.1K", "1.1 inkulungwane"], + ["2000", "2K", "2 inkulungwane"], + ["2001", "2K", "2 inkulungwane"], + ["2010", "2K", "2 inkulungwane"], + ["2100", "2.1K", "2.1 inkulungwane"], + ["3000", "3K", "3 inkulungwane"], + ["3001", "3K", "3 inkulungwane"], + ["3010", "3K", "3 inkulungwane"], + ["3100", "3.1K", "3.1 inkulungwane"], + ["4000", "4K", "4 inkulungwane"], + ["4001", "4K", "4 inkulungwane"], + ["4010", "4K", "4 inkulungwane"], + ["4100", "4.1K", "4.1 inkulungwane"], + ["5000", "5K", "5 inkulungwane"], + ["5001", "5K", "5 inkulungwane"], + ["5010", "5K", "5 inkulungwane"], + ["5100", "5.1K", "5.1 inkulungwane"], + ["0.001234", "0.0012", "0.0012"], + ["0.01234", "0.012", "0.012"], + ["0.1234", "0.12", "0.12"], + ["0.99", "0.99", "0.99"], + ["0.999", "1", "1"], + ["9.12", "9.1", "9.1"], + ["9.99", "10", "10"], + ["99.12", "99", "99"], + ["99.99", "100", "100"], + ["999.12", "999", "999"], + ["999.99", "1K", "1 inkulungwane"], + ["9999.12", "10K", "10 inkulungwane"], + ["9999.99", "10K", "10 inkulungwane"], + ["-0.12", "-0.12", "-0.12"], + ["-0.99", "-0.99", "-0.99"], + ["-9.12", "-9.1", "-9.1"], + ["-9.99", "-10", "-10"], + ["-999.12", "-999", "-999"], + ["-999.99", "-1K", "-1 inkulungwane"], + ["-9999.12", "-10K", "-10 inkulungwane"], + ["-9999.99", "-10K", "-10 inkulungwane"], + ], +}; diff --git a/ohos/flutter_intl/lib/rt_data_directory.dart b/ohos/flutter_intl/lib/rt_data_directory.dart new file mode 100644 index 0000000000000000000000000000000000000000..830d8bc333649e13d9c35812fb8ff41bab4cc86a --- /dev/null +++ b/ohos/flutter_intl/lib/rt_data_directory.dart @@ -0,0 +1,57 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +/// A utility function for test and tools that compensates (at least for very +/// simple cases) for file-dependent programs being run from different +/// directories. The important cases are +/// - running in the directory that contains the test itself, i.e. +/// test/ or a sub-directory. +/// - running in root of this package, which is where the editor and bots will +/// run things by default +library data_directory; + +import 'dart:io'; +import 'package:path/path.dart' as path; + +String get dataDirectory { + return path.join(intlDirectory, datesRelativeToIntl); +} + +/// Returns whether [dir] is the root of the `intl` package. We validate that it +/// is by looking for a pubspec file with the entry `name: intl`. +bool _isIntlRoot(String dir) { + var file = File(path.join(dir, 'pubspec.yaml')); + if (!file.existsSync()) return false; + return file.readAsStringSync().contains('name: intl\n'); +} + +String get intlDirectory { + // Try the current directory. + if (_isIntlRoot(Directory.current.path)) return Directory.current.path; + + // Search upwards from the script location. + var dir = path.fromUri(Platform.script); + var root = path.rootPrefix(dir); + + while (dir != root) { + if (_isIntlRoot(dir)) return dir; + dir = path.dirname(dir); + } + + return "Cannot find the root directory of the `intl` package."; + // throw UnsupportedError( + // 'Cannot find the root directory of the `intl` package.'); +} + +String get datesRelativeToIntl => path.join('lib', 'src', 'data', 'dates'); diff --git a/ohos/flutter_intl/lib/rt_date_format_flake_test.dart b/ohos/flutter_intl/lib/rt_date_format_flake_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..f50873047da4d83f977d797cd0171fdad8361dbe --- /dev/null +++ b/ohos/flutter_intl/lib/rt_date_format_flake_test.dart @@ -0,0 +1,104 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter_intl/common/test_page.dart'; +import 'package:intl/intl.dart'; + +class JKDateFormatFlakeTestPage extends TestPage { + + static const String routeName = "/date_format_flake_test"; + + JKDateFormatFlakeTestPage(super.title, {super.key}) { + print('start test666'); + + group('Flaky hours in date construction of ', () { + for (var i = -23; i <= 23; i++) { + test('$i', () { + var format = DateFormat('yyyy-MM-dd') + ..dateTimeConstructor = DateCreationTweaks(i).withFlakyErrors; + var date = '2037-12-30'; + var parsed = format.parseStrict(date); + expect(parsed.hour, 0); + expect(parsed.day, 30); + }); + } + }); + + group('Time zone errors in date construction of ', () { + for (var i = -1; i <= 1; i++) { + test('$i', () { + var format = DateFormat('yyyy-MM-dd') + ..dateTimeConstructor = DateCreationTweaks(i).withTimeZoneTransition; + var date = '2037-12-30'; + var parsed = format.parse(date); + expect(parsed.day, 30); + expect(parsed.hour, 0); + }); + } + }); + } + +} + +/// Holds methods we can tear off and use to modify the way DateFormat creates +/// DateTimes and introduce errors. +/// +/// It only handles errors being off by integer numbers of hours, which are the +/// cases we've observed. See https://github.com/dart-lang/sdk/issues/15560 , +/// but this also happens in JavaScript, and can produce other offsets than +/// UTC-current. +class DateCreationTweaks { + /// When we want a flake that only happens once, use this variable. + bool firstTime = true; + + /// The error + final int hoursWrong; + + DateCreationTweaks(this.hoursWrong); + + /// Create a DateTime, but if [firstTime] is true add [hoursWrong] to the + /// result, simulating a flaky error in the hours on DateTime creation. + DateTime withFlakyErrors(int year, int month, int day, int hour24, int minute, + int second, int fractionalSecond, bool utc) { + DateTime date; + if (utc) { + date = DateTime.utc( + year, month, day, hour24, minute, second, fractionalSecond); + } else { + date = + DateTime(year, month, day, hour24, minute, second, fractionalSecond); + if (firstTime) { + date = date.add(Duration(hours: hoursWrong)); + } + } + firstTime = false; + return date; + } + + /// Create a DateTime, but always add [hoursWrong] to it, simulating a time + /// zone transition issue. + DateTime withTimeZoneTransition(int year, int month, int day, int hour24, + int minute, int second, int fractionalSecond, bool utc) { + DateTime date; + if (utc) { + date = DateTime.utc( + year, month, day, hour24, minute, second, fractionalSecond); + } else { + date = + DateTime(year, month, day, hour24, minute, second, fractionalSecond); + date = date.add(Duration(hours: hoursWrong)); + } + return date; + } +} diff --git a/ohos/flutter_intl/lib/rt_date_time_format_custom_test.dart b/ohos/flutter_intl/lib/rt_date_time_format_custom_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..7b5e5b28e0e3823308435f9ffa79208038d30c5b --- /dev/null +++ b/ohos/flutter_intl/lib/rt_date_time_format_custom_test.dart @@ -0,0 +1,419 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter_intl/common/test_page.dart'; + +import 'package:intl/date_symbol_data_custom.dart'; +import 'package:intl/date_symbol_data_local.dart' as local_symbols; +import 'package:intl/date_time_patterns.dart' as local_patterns; + +import 'rt_date_time_format_test_stub.dart'; + +import 'package:intl/intl.dart'; + +import 'rt_date_time_format_test_core.dart'; +import 'rt_date_time_format_test_data.dart'; +import 'package:clock/clock.dart'; + +class JKDateTimeFormatCustomTestPage extends TestPage { + + static const String routeName = "/date_time_format_custom_test"; + + JKDateTimeFormatCustomTestPage(super.title, {super.key}) { + print('start test1111111111111111111111111111111111111111111111111'); + + var symbols = local_symbols.dateTimeSymbolMap(); + var patterns = local_patterns.dateTimePatternMap(); + var locales = []; + symbols.keys.take(10).forEach((locale) => locales.add(locale)); + // Force inclusion of locales that are hard-coded in tests. + var requiredLocales = ['en_US', 'de', 'fr', 'ja', 'el', 'de_AT']; + locales.addAll(requiredLocales); + for (var locale in locales) { + initializeDateFormattingCustom( + locale: locale, symbols: symbols[locale], patterns: patterns[locale]); + } + //coreMode.runWith(() => locales, null, nullInitialization); + runWith(() => locales, null, nullInitialization); + } + + void runWith(TestListFunc getSubset, String? dir, + InitializeDateFormattingFunc initFunction) { + var notNullDir = dir ?? ''; + + var initialized = false; + + // setUp(() { + if (initialized) { + null; + } + initFunction('en_US', notNullDir).then((_) { + return Future.forEach(DateFormat.allLocalesWithSymbols(), + (String locale) { + return initFunction(locale, notNullDir); + }); + }).then((_) { + initialized = true; + }); + // }); + //coreMode.runDateTests(getSubset); + + print("hhhhhhh222222"); + //JKDateTimeFormatTestCorePage("date_time_format_test_core",getSubset); + runDateTests(getSubset); + } + + void runDateTests(SubsetFuncType subsetFunc) { + ArgumentError.checkNotNull(subsetFunc); + _subsetFunc = subsetFunc; + + print("hhhhhhh3333333"); + + test("DateFormat('yMd').addPattern Multiple patterns", () { + var date = DateTime.now(); + var multiple1 = DateFormat.yMd().add_jms(); + var multiple2 = DateFormat('yMd').add_jms(); + var separate1 = DateFormat.yMd(); + var separate2 = DateFormat.jms(); + var separateFormat = '${separate1.format(date)} ${separate2.format(date)}'; + expect(multiple1.format(date), (multiple2.format(date))); + expect(multiple1.format(date), (separateFormat)); + var customPunctuation = DateFormat('yMd').addPattern('jms', ':::'); + var custom = '${separate1.format(date)}:::${separate2.format(date)}'; + expect(customPunctuation.format(date), (custom)); + }); + + test("dateFormat.parsePattern('hh:mm:ss') Basic date format parsing", () { + var dateFormat = DateFormat('d'); + expect(dateFormat.parsePattern('hh:mm:ss').map((x) => x.pattern).toList(), + (['hh', ':', 'mm', ':', 'ss'])); + expect(dateFormat.parsePattern('hh:mm:ss').map((x) => x.pattern).toList(), + (['hh', ':', 'mm', ':', 'ss'])); + }); + + test("dateFormat.parse('99') Two-digit years", () { + withClock(Clock.fixed(DateTime(2000, 1, 1)), () { + var dateFormat = DateFormat('yy'); + expect(dateFormat.parse('99'), DateTime(1999)); + expect(dateFormat.parse('00'), DateTime(2000)); + expect(dateFormat.parse('19'), DateTime(2019)); + expect(dateFormat.parse('20'), DateTime(2020)); + expect(dateFormat.parse('21'), DateTime(1921)); + + expect(dateFormat.parse('2000'), DateTime(2000)); + + dateFormat = DateFormat('MM-dd-yy'); + expect(dateFormat.parse('12-31-19'), DateTime(2019, 12, 31)); + expect(dateFormat.parse('1-1-20'), DateTime(2020, 1, 1)); + expect(dateFormat.parse('1-2-20'), DateTime(1920, 1, 2)); + + expect(DateFormat('y').parse('99'), DateTime(99)); + expect(DateFormat('yyy').parse('99'), DateTime(99)); + expect(DateFormat('yyyy').parse('99'), DateTime(99)); + }); + }); + + test("testLocale('de_DE', german, aDate) Test ALL the supported formats on representative locales", () { + var aDate = DateTime(2012, 1, 27, 20, 58, 59, 0); + testLocale('en_US', english, aDate); + if (subset.length > 1) { + // Don't run if we have just one locale, so some of these won't be there. + testLocale('de_DE', german, aDate); + testLocale('fr_FR', french, aDate); + testLocale('ja_JP', japanese, aDate); + testLocale('el_GR', greek, aDate); + testLocale('de_AT', austrian, aDate); + } + }); + + test("testRoundTripParsing(locale, aDate, true) Test round-trip parsing of dates", () { + var hours = [0, 1, 11, 12, 13, 23]; + var months = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]; + // For locales that use non-ascii digits, e.g. 'ar', also test + // forcing ascii digits. + for (var locale in subset) { + var alsoForceAscii = DateFormat.d(locale).usesNativeDigits; + for (var month in months) { + var aDate = DateTime(2012, month, 27, 13, 58, 59, 012); + testRoundTripParsing(locale, aDate); + if (alsoForceAscii) { + testRoundTripParsing(locale, aDate, true); + } + } + for (var hour in hours) { + var aDate = DateTime(2012, 1, 27, hour, 58, 59, 123); + testRoundTripParsing(locale, aDate); + if (alsoForceAscii) { + testRoundTripParsing(locale, aDate, true); + } + } + } + }); + + // TODO(alanknight): The coverage for patterns and symbols differs + // at the source, in CLDR 25, so we can't guarantee that all patterns + // have symbols or vice versa. Wish we could. + + test("testLocale('de-AT', austrian, aDate) Test malformed locales", () { + // Don't run if we have just one locale, which may not include these. + if (subset.length <= 1) return; + var aDate = DateTime(2012, 1, 27, 20, 58, 59, 0); + // Austrian is a useful test locale here because it differs slightly + // from the generic 'de' locale so we can tell the difference between + // correcting to 'de_AT' and falling back to just 'de'. + testLocale('de-AT', austrian, aDate); + testLocale('de_at', austrian, aDate); + testLocale('de-at', austrian, aDate); + }); + + test("instanceJP.format(date) Test format creation via Intl", () { + // Don't run if we have just one locale, which may not include these. + if (subset.length <= 1) return; + var intl = Intl('ja_JP'); + var instanceJP = intl.date('jms'); + var instanceUS = intl.date('jms', 'en_US'); + var blank = intl.date('jms'); + var date = DateTime(2012, 1, 27, 20, 58, 59, 0); + expect(instanceJP.format(date), ('20:58:59')); + const space = '\u202F'; + expect(instanceUS.format(date), ('8:58:59${space}PM')); + expect(blank.format(date), ('20:58:59')); + }); + + test("DateFormat(r'yy //// :W \\\\ dd:ss ^&@ M').format(aDate) Test explicit format string", () { + // Don't run if we have just one locale, which may not include these. + if (subset.length <= 1) return; + var aDate = DateTime(2012, 1, 27, 20, 58, 59, 0); + // An explicit format that doesn't conform to any skeleton + var us = DateFormat(r'yy //// :W \\\\ dd:ss ^&@ M'); + expect(us.format(aDate), (r'12 //// :W \\\\ 27:59 ^&@ 1')); + // The result won't change with locale unless we use fields that are words. + var greek = DateFormat(r'yy //// :W \\\\ dd:ss ^&@ M', 'el_GR'); + expect(greek.format(aDate), (r'12 //// :W \\\\ 27:59 ^&@ 1')); + var usWithWords = DateFormat('yy / :W \\ dd:ss ^&@ MMM', 'en_US'); + var greekWithWords = DateFormat('yy / :W \\ dd:ss ^&@ MMM', 'el_GR'); + expect(usWithWords.format(aDate), (r'12 / :W \ 27:59 ^&@ Jan')); + expect(greekWithWords.format(aDate), (r'12 / :W \ 27:59 ^&@ Ιαν')); + var escaped = DateFormat(r"hh 'o''clock'"); + expect(escaped.format(aDate), (r"08 o'clock")); + var reParsed = escaped.parse(escaped.format(aDate)); + expect(escaped.format(reParsed), (escaped.format(aDate))); + var noSeparators = DateFormat('HHmmss'); + expect(noSeparators.format(aDate), ('205859')); + }); + + test("long.format(oneHundred) Test fractional seconds padding", () { + var one = DateTime(2012, 1, 27, 20, 58, 59, 1); + var oneHundred = DateTime(2012, 1, 27, 20, 58, 59, 100); + var fractional = DateFormat('hh:mm:ss.SSS', 'en_US'); + expect(fractional.format(one), ('08:58:59.001')); + expect(fractional.format(oneHundred), ('08:58:59.100')); + var long = DateFormat('ss.SSSSSSSS', 'en_US'); + expect(long.format(oneHundred), ('59.10000000')); + expect(long.format(one), ('59.00100000')); + }); + + test("parsedUTC.hour Test parseUTC", () { + var local = DateTime(2012, 1, 27, 20, 58, 59, 1); + var utc = DateTime.utc(2012, 1, 27, 20, 58, 59, 1); + // Getting the offset as a duration via difference() would be simpler, + // but doesn't work on dart2js in checked mode. See issue 4437. + var offset = utc.millisecondsSinceEpoch - local.millisecondsSinceEpoch; + var format = DateFormat('yyyy-MM-dd HH:mm:ss'); + var localPrinted = format.format(local); + var parsed = format.parse(localPrinted); + var parsedUTC = format.parseUTC(format.format(utc)); + var parsedOffset = + parsedUTC.millisecondsSinceEpoch - parsed.millisecondsSinceEpoch; + expect(parsedOffset, (offset)); + expect(utc.hour, (parsedUTC.hour)); + expect(local.hour, (parsed.hour)); + }); + + test('Test 0-padding', () { + var someDate = DateTime(123, 1, 2, 3, 4, 5); + var format = DateFormat('yyyy-MM-dd HH:mm:ss'); + expect(format.format(someDate), '0123-01-02 03:04:05'); + }); + + test('Test default format', () { + var someDate = DateTime(2012, 1, 27, 20, 58, 59, 1); + var emptyFormat = DateFormat(null, 'en_US'); + var knownDefault = DateFormat.yMMMMd('en_US').add_jms(); + var result = emptyFormat.format(someDate); + var knownResult = knownDefault.format(someDate); + expect(result, knownResult); + }); + + test("emptyFormat.dateSymbols Get symbols", () { + var emptyFormat = DateFormat(null, 'en_US'); + var symbols = emptyFormat.dateSymbols; + expect(symbols.NARROWWEEKDAYS, ['S', 'M', 'T', 'W', 'T', 'F', 'S']); + }); + + test("DateFormat.QQQ() Quarter calculation", () { + var quarters = [ + 'Q1', + 'Q1', + 'Q1', + 'Q2', + 'Q2', + 'Q2', + 'Q3', + 'Q3', + 'Q3', + 'Q4', + 'Q4', + 'Q4' + ]; + var quarterFormat = DateFormat.QQQ(); + for (var i = 0; i < 12; i++) { + var month = i + 1; + var aDate = DateTime(2012, month, 27, 13, 58, 59, 012); + var formatted = quarterFormat.format(aDate); + expect(formatted, quarters[i]); + } + }); + + test("DateFormat(pattern, 'en_US').format(date) Quarter formatting", () { + var date = DateTime(2012, 02, 27); + var formats = { + 'Q': '1', + 'QQ': '01', + 'QQQ': 'Q1', + 'QQQQ': '1st quarter', + 'QQQQQ': '00001' + }; + formats.forEach((pattern, result) { + expect(DateFormat(pattern, 'en_US').format(date), result); + }); + + if (subset.contains('zh_CN')) { + // Especially test zh_CN formatting for `QQQ` and `yQQQ` because it + // contains a single `Q`. + expect(DateFormat.QQQ('zh_CN').format(date), '1季度'); + expect(DateFormat.yQQQ('zh_CN').format(date), '2012年第1季度'); + } + }); + + /// Generate a map from day numbers in the given [year] (where Jan 1 == 1) + /// to a Date object. If [year] is a leap year, then pass 1 for + /// [leapDay], otherwise pass 0. + Map generateDates(int year, int leapDay) => + Iterable.generate(365 + leapDay, (n) => n + 1) + .map((day) { + // Typically a "date" would have a time value of zero, but we + // give them an hour value, because they can get created with an + // offset to the previous day in time zones where the daylight + // savings transition happens at midnight (e.g. Brazil). + var result = DateTime(year, 1, day, 3); + // TODO(alanknight): This is a workaround for dartbug.com/15560. + if (result.toUtc() == result) result = DateTime(year, 1, day); + return result; + }) + .toList() + .asMap(); + + void verifyOrdinals(Map dates) { + var f = DateFormat('D'); + var withYear = DateFormat('yyyy D'); + dates.forEach((number, date) { + var formatted = f.format(date); + expect(formatted, (number + 1).toString()); + var formattedWithYear = withYear.format(date); + var parsed = withYear.parse(formattedWithYear); + // Only compare the date portion, because time zone changes (e.g. DST) can + // cause the hour values to be different. + expect(parsed.year, date.year); + expect(parsed.month, date.month); + expectWithReason(parsed.day, date.day, + 'Mismatch between parsed ($parsed) and original ($date)'); + }); + } + + test("DateFormat('D') Ordinal Date", () { + var f = DateFormat('D'); + var dates = generateDates(2012, 1); + var nonLeapDates = generateDates(2013, 0); + verifyOrdinals(dates); + verifyOrdinals(nonLeapDates); + // Check one hard-coded just to be on the safe side. + var aDate = DateTime(2012, 4, 27, 13, 58, 59, 012); + expect(f.format(aDate), '118'); + }); + + // There are some very odd off-by-one bugs when parsing dates. Put in + // some very basic tests to try and get more information. + test("DateFormat(DateFormat.NUM_MONTH) Simple Date Creation", () { + var format = DateFormat(DateFormat.NUM_MONTH); + var first = format.parse('7'); + var second = format.parse('7'); + var basic = DateTime(1970, 7); + var basicAgain = DateTime(1970, 7); + expect(first, second); + expect(first, basic); + expect(basic, basicAgain); + expect(first.month, 7); + }); + + test("DateFormat.useNativeDigitsByDefaultFor('ar', true) Native digit default", () { + if (!subset.contains('ar')) return; + var nativeFormat = DateFormat.yMd('ar'); + var date = DateTime(1974, 12, 30); + var native = nativeFormat.format(date); + expect(DateFormat.shouldUseNativeDigitsByDefaultFor('ar'), true); + DateFormat.useNativeDigitsByDefaultFor('ar', false); + expect(DateFormat.shouldUseNativeDigitsByDefaultFor('ar'), false); + var asciiFormat = DateFormat.yMd('ar'); + var ascii = asciiFormat.format(date); + // This prints with RTL markers before the slashes. That doesn't seem good, + // but it's what the data says. + expect(ascii, '30\u200f/12\u200f/1974'); + expect(native, '٣٠\u200f/١٢\u200f/١٩٧٤'); + // Reset the value. + DateFormat.useNativeDigitsByDefaultFor('ar', true); + }); + + // This just tests the basic logic, which was in error, not + // formatting in different locales. See #215. + test("DateFormat('kk') hours", () { + var oneToTwentyFour = DateFormat('kk'); + var oneToTwelve = DateFormat('hh'); + var zeroToTwentyThree = DateFormat('KK'); + var zeroToEleven = DateFormat('HH'); + var late = DateTime(2019, 1, 2, 0, 4, 6); + expect(oneToTwentyFour.format(late), '24'); + expect(zeroToTwentyThree.format(late), '00'); + expect(oneToTwelve.format(late), '12'); + expect(zeroToEleven.format(late), '00'); + }); + } + + +} + +/// A shortcut for returning all the locales we have available. +List allLocales() => DateFormat.allLocalesWithSymbols(); + +typedef SubsetFuncType = List Function(); +SubsetFuncType? _subsetFunc; + +List? _subsetValue; + +List get subset { + return _subsetValue ??= _subsetFunc!(); +} + + +Future nullInitialization(String a, String b) => Future.value(); diff --git a/ohos/flutter_intl/lib/rt_date_time_format_file_even_test.dart b/ohos/flutter_intl/lib/rt_date_time_format_file_even_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..0f0a8d9affd92ec75006d73c690ad3c79f35b90f --- /dev/null +++ b/ohos/flutter_intl/lib/rt_date_time_format_file_even_test.dart @@ -0,0 +1,445 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +library date_time_format_file_test_2; + +import 'package:flutter_intl/common/test_page.dart'; + +import 'package:intl/date_symbol_data_file.dart'; +import 'rt_data_directory.dart'; +import 'rt_date_time_format_test_stub.dart'; + +import 'package:intl/intl.dart'; + +import 'rt_date_time_format_test_core.dart'; +import 'rt_date_time_format_test_data.dart'; +import 'package:clock/clock.dart'; + + +class JKDateTImeFormatFileEvenTestPage extends TestPage { + + static const String routeName = "/date_time_format_file_even_test"; + + JKDateTImeFormatFileEvenTestPage(super.title, {super.key}) { + print('start test666'); + //coreMode.runWith(evenLocales, dataDirectory, initializeDateFormatting); + //runWith(evenLocales, dataDirectory, initializeDateFormatting); + //runWith(evenLocales, null, initializeDateFormatting); + } + + // /// 3. 更新期的生命周期函数 + // /// 方法调用时机 : + // /// ① 创建 Widget 组件时 , 调用完 initState 方法后 , 调用该方法 + // /// ② InheritedWidget 相关 ( 暂不涉及 ) + // @override + // void didChangeDependencies() { + // /// 该方法在开始处必须调用父类的方法 + // //super.didChangeDependencies(); + // print("didChangeDependencies"); + // } + // + // @override + // void initState() { + // // TODO: implement initState + // //super.initState(); + // + // print('start test999999999999999999999999999999999999999999000000000'); + // + // //testExample(); + // } + + @override + JKDateTImeFormatFileEvenTestPageState createState() => JKDateTImeFormatFileEvenTestPageState(); + + @override + void stateCallBack() { + // TODO: implement stateCallBack + super.stateCallBack(); + runWith(evenLocales, dataDirectory, initializeDateFormatting); + } + + void runWith(TestListFunc getSubset, String? dir, + InitializeDateFormattingFunc initFunction) { + var notNullDir = dir ?? ''; + + var initialized = false; + + // setUp(() { + if (initialized) { + null; + } + // initFunction('en_US', notNullDir).then((_) { + // return Future.forEach(DateFormat.allLocalesWithSymbols(), + // (String locale) { + // return initFunction(locale, notNullDir); + // }); + // }).then((_) { + // initialized = true; + // }); + // }); + //coreMode.runDateTests(getSubset); + + print("hhhhhhh222222"); + //JKDateTimeFormatTestCorePage("date_time_format_test_core",getSubset); + runDateTests(getSubset); + } + + void runDateTests(SubsetFuncType subsetFunc) { + ArgumentError.checkNotNull(subsetFunc); + _subsetFunc = subsetFunc; + + print("hhhhhhh3333333"); + + test("DateFormat('yMd').addPattern Multiple patterns", () { + var date = DateTime.now(); + var multiple1 = DateFormat.yMd().add_jms(); + var multiple2 = DateFormat('yMd').add_jms(); + var separate1 = DateFormat.yMd(); + var separate2 = DateFormat.jms(); + var separateFormat = '${separate1.format(date)} ${separate2.format(date)}'; + expect(multiple1.format(date), (multiple2.format(date))); + expect(multiple1.format(date), (separateFormat)); + var customPunctuation = DateFormat('yMd').addPattern('jms', ':::'); + var custom = '${separate1.format(date)}:::${separate2.format(date)}'; + expect(customPunctuation.format(date), (custom)); + }); + + test("dateFormat.parsePattern('hh:mm:ss') Basic date format parsing", () { + var dateFormat = DateFormat('d'); + expect(dateFormat.parsePattern('hh:mm:ss').map((x) => x.pattern).toList(), + (['hh', ':', 'mm', ':', 'ss'])); + expect(dateFormat.parsePattern('hh:mm:ss').map((x) => x.pattern).toList(), + (['hh', ':', 'mm', ':', 'ss'])); + }); + + test("dateFormat.parse('99') Two-digit years", () { + withClock(Clock.fixed(DateTime(2000, 1, 1)), () { + var dateFormat = DateFormat('yy'); + expect(dateFormat.parse('99'), DateTime(1999)); + expect(dateFormat.parse('00'), DateTime(2000)); + expect(dateFormat.parse('19'), DateTime(2019)); + expect(dateFormat.parse('20'), DateTime(2020)); + expect(dateFormat.parse('21'), DateTime(1921)); + + expect(dateFormat.parse('2000'), DateTime(2000)); + + dateFormat = DateFormat('MM-dd-yy'); + expect(dateFormat.parse('12-31-19'), DateTime(2019, 12, 31)); + expect(dateFormat.parse('1-1-20'), DateTime(2020, 1, 1)); + expect(dateFormat.parse('1-2-20'), DateTime(1920, 1, 2)); + + expect(DateFormat('y').parse('99'), DateTime(99)); + expect(DateFormat('yyy').parse('99'), DateTime(99)); + expect(DateFormat('yyyy').parse('99'), DateTime(99)); + }); + }); + + test("testLocale('de_DE', german, aDate) Test ALL the supported formats on representative locales", () { + var aDate = DateTime(2012, 1, 27, 20, 58, 59, 0); + testLocale('en_US', english, aDate); + if (subset.length > 1) { + // Don't run if we have just one locale, so some of these won't be there. + testLocale('de_DE', german, aDate); + testLocale('fr_FR', french, aDate); + testLocale('ja_JP', japanese, aDate); + testLocale('el_GR', greek, aDate); + testLocale('de_AT', austrian, aDate); + } + }); + + test("testRoundTripParsing(locale, aDate, true) Test round-trip parsing of dates", () { + var hours = [0, 1, 11, 12, 13, 23]; + var months = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]; + // For locales that use non-ascii digits, e.g. 'ar', also test + // forcing ascii digits. + for (var locale in subset) { + var alsoForceAscii = DateFormat.d(locale).usesNativeDigits; + for (var month in months) { + var aDate = DateTime(2012, month, 27, 13, 58, 59, 012); + testRoundTripParsing(locale, aDate); + if (alsoForceAscii) { + testRoundTripParsing(locale, aDate, true); + } + } + for (var hour in hours) { + var aDate = DateTime(2012, 1, 27, hour, 58, 59, 123); + testRoundTripParsing(locale, aDate); + if (alsoForceAscii) { + testRoundTripParsing(locale, aDate, true); + } + } + } + }); + + // TODO(alanknight): The coverage for patterns and symbols differs + // at the source, in CLDR 25, so we can't guarantee that all patterns + // have symbols or vice versa. Wish we could. + + test("testLocale('de-AT', austrian, aDate) Test malformed locales", () { + // Don't run if we have just one locale, which may not include these. + if (subset.length <= 1) return; + var aDate = DateTime(2012, 1, 27, 20, 58, 59, 0); + // Austrian is a useful test locale here because it differs slightly + // from the generic 'de' locale so we can tell the difference between + // correcting to 'de_AT' and falling back to just 'de'. + testLocale('de-AT', austrian, aDate); + testLocale('de_at', austrian, aDate); + testLocale('de-at', austrian, aDate); + }); + + test("instanceJP.format(date) Test format creation via Intl", () { + // Don't run if we have just one locale, which may not include these. + if (subset.length <= 1) return; + var intl = Intl('ja_JP'); + var instanceJP = intl.date('jms'); + var instanceUS = intl.date('jms', 'en_US'); + var blank = intl.date('jms'); + var date = DateTime(2012, 1, 27, 20, 58, 59, 0); + expect(instanceJP.format(date), ('20:58:59')); + const space = '\u202F'; + expect(instanceUS.format(date), ('8:58:59${space}PM')); + expect(blank.format(date), ('20:58:59')); + }); + + test("DateFormat(r'yy //// :W \\\\ dd:ss ^&@ M').format(aDate) Test explicit format string", () { + // Don't run if we have just one locale, which may not include these. + if (subset.length <= 1) return; + var aDate = DateTime(2012, 1, 27, 20, 58, 59, 0); + // An explicit format that doesn't conform to any skeleton + var us = DateFormat(r'yy //// :W \\\\ dd:ss ^&@ M'); + expect(us.format(aDate), (r'12 //// :W \\\\ 27:59 ^&@ 1')); + // The result won't change with locale unless we use fields that are words. + var greek = DateFormat(r'yy //// :W \\\\ dd:ss ^&@ M', 'el_GR'); + expect(greek.format(aDate), (r'12 //// :W \\\\ 27:59 ^&@ 1')); + var usWithWords = DateFormat('yy / :W \\ dd:ss ^&@ MMM', 'en_US'); + var greekWithWords = DateFormat('yy / :W \\ dd:ss ^&@ MMM', 'el_GR'); + expect(usWithWords.format(aDate), (r'12 / :W \ 27:59 ^&@ Jan')); + expect(greekWithWords.format(aDate), (r'12 / :W \ 27:59 ^&@ Ιαν')); + var escaped = DateFormat(r"hh 'o''clock'"); + expect(escaped.format(aDate), (r"08 o'clock")); + var reParsed = escaped.parse(escaped.format(aDate)); + expect(escaped.format(reParsed), (escaped.format(aDate))); + var noSeparators = DateFormat('HHmmss'); + expect(noSeparators.format(aDate), ('205859')); + }); + + test("long.format(oneHundred) Test fractional seconds padding", () { + var one = DateTime(2012, 1, 27, 20, 58, 59, 1); + var oneHundred = DateTime(2012, 1, 27, 20, 58, 59, 100); + var fractional = DateFormat('hh:mm:ss.SSS', 'en_US'); + expect(fractional.format(one), ('08:58:59.001')); + expect(fractional.format(oneHundred), ('08:58:59.100')); + var long = DateFormat('ss.SSSSSSSS', 'en_US'); + expect(long.format(oneHundred), ('59.10000000')); + expect(long.format(one), ('59.00100000')); + }); + + test("parsedUTC.hour Test parseUTC", () { + var local = DateTime(2012, 1, 27, 20, 58, 59, 1); + var utc = DateTime.utc(2012, 1, 27, 20, 58, 59, 1); + // Getting the offset as a duration via difference() would be simpler, + // but doesn't work on dart2js in checked mode. See issue 4437. + var offset = utc.millisecondsSinceEpoch - local.millisecondsSinceEpoch; + var format = DateFormat('yyyy-MM-dd HH:mm:ss'); + var localPrinted = format.format(local); + var parsed = format.parse(localPrinted); + var parsedUTC = format.parseUTC(format.format(utc)); + var parsedOffset = + parsedUTC.millisecondsSinceEpoch - parsed.millisecondsSinceEpoch; + expect(parsedOffset, (offset)); + expect(utc.hour, (parsedUTC.hour)); + expect(local.hour, (parsed.hour)); + }); + + test('Test 0-padding', () { + var someDate = DateTime(123, 1, 2, 3, 4, 5); + var format = DateFormat('yyyy-MM-dd HH:mm:ss'); + expect(format.format(someDate), '0123-01-02 03:04:05'); + }); + + test('Test default format', () { + var someDate = DateTime(2012, 1, 27, 20, 58, 59, 1); + var emptyFormat = DateFormat(null, 'en_US'); + var knownDefault = DateFormat.yMMMMd('en_US').add_jms(); + var result = emptyFormat.format(someDate); + var knownResult = knownDefault.format(someDate); + expect(result, knownResult); + }); + + test("emptyFormat.dateSymbols Get symbols", () { + var emptyFormat = DateFormat(null, 'en_US'); + var symbols = emptyFormat.dateSymbols; + expect(symbols.NARROWWEEKDAYS, ['S', 'M', 'T', 'W', 'T', 'F', 'S']); + }); + + test("DateFormat.QQQ() Quarter calculation", () { + var quarters = [ + 'Q1', + 'Q1', + 'Q1', + 'Q2', + 'Q2', + 'Q2', + 'Q3', + 'Q3', + 'Q3', + 'Q4', + 'Q4', + 'Q4' + ]; + var quarterFormat = DateFormat.QQQ(); + for (var i = 0; i < 12; i++) { + var month = i + 1; + var aDate = DateTime(2012, month, 27, 13, 58, 59, 012); + var formatted = quarterFormat.format(aDate); + expect(formatted, quarters[i]); + } + }); + + test("DateFormat(pattern, 'en_US').format(date) Quarter formatting", () { + var date = DateTime(2012, 02, 27); + var formats = { + 'Q': '1', + 'QQ': '01', + 'QQQ': 'Q1', + 'QQQQ': '1st quarter', + 'QQQQQ': '00001' + }; + formats.forEach((pattern, result) { + expect(DateFormat(pattern, 'en_US').format(date), result); + }); + + if (subset.contains('zh_CN')) { + // Especially test zh_CN formatting for `QQQ` and `yQQQ` because it + // contains a single `Q`. + expect(DateFormat.QQQ('zh_CN').format(date), '1季度'); + expect(DateFormat.yQQQ('zh_CN').format(date), '2012年第1季度'); + } + }); + + /// Generate a map from day numbers in the given [year] (where Jan 1 == 1) + /// to a Date object. If [year] is a leap year, then pass 1 for + /// [leapDay], otherwise pass 0. + Map generateDates(int year, int leapDay) => + Iterable.generate(365 + leapDay, (n) => n + 1) + .map((day) { + // Typically a "date" would have a time value of zero, but we + // give them an hour value, because they can get created with an + // offset to the previous day in time zones where the daylight + // savings transition happens at midnight (e.g. Brazil). + var result = DateTime(year, 1, day, 3); + // TODO(alanknight): This is a workaround for dartbug.com/15560. + if (result.toUtc() == result) result = DateTime(year, 1, day); + return result; + }) + .toList() + .asMap(); + + void verifyOrdinals(Map dates) { + var f = DateFormat('D'); + var withYear = DateFormat('yyyy D'); + dates.forEach((number, date) { + var formatted = f.format(date); + expect(formatted, (number + 1).toString()); + var formattedWithYear = withYear.format(date); + var parsed = withYear.parse(formattedWithYear); + // Only compare the date portion, because time zone changes (e.g. DST) can + // cause the hour values to be different. + expect(parsed.year, date.year); + expect(parsed.month, date.month); + expectWithReason(parsed.day, date.day, + 'Mismatch between parsed ($parsed) and original ($date)'); + }); + } + + test("DateFormat('D') Ordinal Date", () { + var f = DateFormat('D'); + var dates = generateDates(2012, 1); + var nonLeapDates = generateDates(2013, 0); + verifyOrdinals(dates); + verifyOrdinals(nonLeapDates); + // Check one hard-coded just to be on the safe side. + var aDate = DateTime(2012, 4, 27, 13, 58, 59, 012); + expect(f.format(aDate), '118'); + }); + + // There are some very odd off-by-one bugs when parsing dates. Put in + // some very basic tests to try and get more information. + test("DateFormat(DateFormat.NUM_MONTH) Simple Date Creation", () { + var format = DateFormat(DateFormat.NUM_MONTH); + var first = format.parse('7'); + var second = format.parse('7'); + var basic = DateTime(1970, 7); + var basicAgain = DateTime(1970, 7); + expect(first, second); + expect(first, basic); + expect(basic, basicAgain); + expect(first.month, 7); + }); + + test("DateFormat.useNativeDigitsByDefaultFor('ar', true) Native digit default", () { + if (!subset.contains('ar')) return; + var nativeFormat = DateFormat.yMd('ar'); + var date = DateTime(1974, 12, 30); + var native = nativeFormat.format(date); + expect(DateFormat.shouldUseNativeDigitsByDefaultFor('ar'), true); + DateFormat.useNativeDigitsByDefaultFor('ar', false); + expect(DateFormat.shouldUseNativeDigitsByDefaultFor('ar'), false); + var asciiFormat = DateFormat.yMd('ar'); + var ascii = asciiFormat.format(date); + // This prints with RTL markers before the slashes. That doesn't seem good, + // but it's what the data says. + expect(ascii, '30\u200f/12\u200f/1974'); + expect(native, '٣٠\u200f/١٢\u200f/١٩٧٤'); + // Reset the value. + DateFormat.useNativeDigitsByDefaultFor('ar', true); + }); + + // This just tests the basic logic, which was in error, not + // formatting in different locales. See #215. + test("DateFormat('kk') hours", () { + var oneToTwentyFour = DateFormat('kk'); + var oneToTwelve = DateFormat('hh'); + var zeroToTwentyThree = DateFormat('KK'); + var zeroToEleven = DateFormat('HH'); + var late = DateTime(2019, 1, 2, 0, 4, 6); + expect(oneToTwentyFour.format(late), '24'); + expect(zeroToTwentyThree.format(late), '00'); + expect(oneToTwelve.format(late), '12'); + expect(zeroToEleven.format(late), '00'); + }); + } + +} + +class JKDateTImeFormatFileEvenTestPageState extends TestPageState { + @override + void initState() { + widget.stateCallBack(); + // TODO: implement initState + super.initState(); + } +} + +/// A shortcut for returning all the locales we have available. +List allLocales() => DateFormat.allLocalesWithSymbols(); + +typedef SubsetFuncType = List Function(); +SubsetFuncType? _subsetFunc; + +List? _subsetValue; + +List get subset { + return _subsetValue ??= _subsetFunc!(); +} diff --git a/ohos/flutter_intl/lib/rt_date_time_format_file_odd_test.dart b/ohos/flutter_intl/lib/rt_date_time_format_file_odd_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..d068772c7a54ebb0d04f7ebfc2c84fb707ca8a0e --- /dev/null +++ b/ohos/flutter_intl/lib/rt_date_time_format_file_odd_test.dart @@ -0,0 +1,429 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +library date_time_format_file_test_1; + +import 'package:flutter_intl/common/test_page.dart'; + +import 'package:intl/date_symbol_data_file.dart'; + + +import 'package:intl/intl.dart'; + +import 'rt_date_time_format_test_core.dart'; +import 'rt_date_time_format_test_data.dart'; +import 'package:clock/clock.dart'; + +import 'rt_data_directory.dart'; +import 'rt_date_time_format_test_stub.dart'; + + +class JKDateTimeFormatFileOddTestPage extends TestPage { + + static const String routeName = "/date_time_format_file_odd_test"; + + JKDateTimeFormatFileOddTestPage(super.title, {super.key}) { + print('start test666 JKDateTimeFormatFileOddTestPage'); + + //coreMode.runWith(oddLocales, dataDirectory ?? "", initializeDateFormatting); + //runWith(oddLocales, dataDirectory, initializeDateFormatting); + + //runWith(evenLocales, null, initializeDateFormatting); + } + + @override + JKDateTimeFormatFileOddTestPageState createState() => JKDateTimeFormatFileOddTestPageState(); + + @override + void stateCallBack() { + // TODO: implement stateCallBack + super.stateCallBack(); + runWith(oddLocales, dataDirectory, initializeDateFormatting); + } + + void runWith(TestListFunc getSubset, String? dir, + InitializeDateFormattingFunc initFunction) { + var notNullDir = dir ?? ''; + + var initialized = false; + + // setUp(() { + if (initialized) { + null; + } + // initFunction('en_US', notNullDir).then((_) { + // return Future.forEach(DateFormat.allLocalesWithSymbols(), + // (String locale) { + // return initFunction(locale, notNullDir); + // }); + // }).then((_) { + // initialized = true; + // }); + // }); + //coreMode.runDateTests(getSubset); + + print("hhhhhhh222222"); + //JKDateTimeFormatTestCorePage("date_time_format_test_core",getSubset); + runDateTests(getSubset); + } + + void runDateTests(SubsetFuncType subsetFunc) { + ArgumentError.checkNotNull(subsetFunc); + _subsetFunc = subsetFunc; + + print("hhhhhhh3333333"); + + test("DateFormat('yMd').addPattern Multiple patterns", () { + var date = DateTime.now(); + var multiple1 = DateFormat.yMd().add_jms(); + var multiple2 = DateFormat('yMd').add_jms(); + var separate1 = DateFormat.yMd(); + var separate2 = DateFormat.jms(); + var separateFormat = '${separate1.format(date)} ${separate2.format(date)}'; + expect(multiple1.format(date), (multiple2.format(date))); + expect(multiple1.format(date), (separateFormat)); + var customPunctuation = DateFormat('yMd').addPattern('jms', ':::'); + var custom = '${separate1.format(date)}:::${separate2.format(date)}'; + expect(customPunctuation.format(date), (custom)); + }); + + test("dateFormat.parsePattern('hh:mm:ss') Basic date format parsing", () { + var dateFormat = DateFormat('d'); + expect(dateFormat.parsePattern('hh:mm:ss').map((x) => x.pattern).toList(), + (['hh', ':', 'mm', ':', 'ss'])); + expect(dateFormat.parsePattern('hh:mm:ss').map((x) => x.pattern).toList(), + (['hh', ':', 'mm', ':', 'ss'])); + }); + + test("dateFormat.parse('99') Two-digit years", () { + withClock(Clock.fixed(DateTime(2000, 1, 1)), () { + var dateFormat = DateFormat('yy'); + expect(dateFormat.parse('99'), DateTime(1999)); + expect(dateFormat.parse('00'), DateTime(2000)); + expect(dateFormat.parse('19'), DateTime(2019)); + expect(dateFormat.parse('20'), DateTime(2020)); + expect(dateFormat.parse('21'), DateTime(1921)); + + expect(dateFormat.parse('2000'), DateTime(2000)); + + dateFormat = DateFormat('MM-dd-yy'); + expect(dateFormat.parse('12-31-19'), DateTime(2019, 12, 31)); + expect(dateFormat.parse('1-1-20'), DateTime(2020, 1, 1)); + expect(dateFormat.parse('1-2-20'), DateTime(1920, 1, 2)); + + expect(DateFormat('y').parse('99'), DateTime(99)); + expect(DateFormat('yyy').parse('99'), DateTime(99)); + expect(DateFormat('yyyy').parse('99'), DateTime(99)); + }); + }); + + test("testLocale('de_DE', german, aDate) Test ALL the supported formats on representative locales", () { + var aDate = DateTime(2012, 1, 27, 20, 58, 59, 0); + testLocale('en_US', english, aDate); + if (subset.length > 1) { + // Don't run if we have just one locale, so some of these won't be there. + testLocale('de_DE', german, aDate); + testLocale('fr_FR', french, aDate); + testLocale('ja_JP', japanese, aDate); + testLocale('el_GR', greek, aDate); + testLocale('de_AT', austrian, aDate); + } + }); + + test("testRoundTripParsing(locale, aDate, true) Test round-trip parsing of dates", () { + var hours = [0, 1, 11, 12, 13, 23]; + var months = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]; + // For locales that use non-ascii digits, e.g. 'ar', also test + // forcing ascii digits. + for (var locale in subset) { + var alsoForceAscii = DateFormat.d(locale).usesNativeDigits; + for (var month in months) { + var aDate = DateTime(2012, month, 27, 13, 58, 59, 012); + testRoundTripParsing(locale, aDate); + if (alsoForceAscii) { + testRoundTripParsing(locale, aDate, true); + } + } + for (var hour in hours) { + var aDate = DateTime(2012, 1, 27, hour, 58, 59, 123); + testRoundTripParsing(locale, aDate); + if (alsoForceAscii) { + testRoundTripParsing(locale, aDate, true); + } + } + } + }); + + // TODO(alanknight): The coverage for patterns and symbols differs + // at the source, in CLDR 25, so we can't guarantee that all patterns + // have symbols or vice versa. Wish we could. + + test("testLocale('de-AT', austrian, aDate) Test malformed locales", () { + // Don't run if we have just one locale, which may not include these. + if (subset.length <= 1) return; + var aDate = DateTime(2012, 1, 27, 20, 58, 59, 0); + // Austrian is a useful test locale here because it differs slightly + // from the generic 'de' locale so we can tell the difference between + // correcting to 'de_AT' and falling back to just 'de'. + testLocale('de-AT', austrian, aDate); + testLocale('de_at', austrian, aDate); + testLocale('de-at', austrian, aDate); + }); + + test("instanceJP.format(date) Test format creation via Intl", () { + // Don't run if we have just one locale, which may not include these. + if (subset.length <= 1) return; + var intl = Intl('ja_JP'); + var instanceJP = intl.date('jms'); + var instanceUS = intl.date('jms', 'en_US'); + var blank = intl.date('jms'); + var date = DateTime(2012, 1, 27, 20, 58, 59, 0); + expect(instanceJP.format(date), ('20:58:59')); + const space = '\u202F'; + expect(instanceUS.format(date), ('8:58:59${space}PM')); + expect(blank.format(date), ('20:58:59')); + }); + + test("DateFormat(r'yy //// :W \\\\ dd:ss ^&@ M').format(aDate) Test explicit format string", () { + // Don't run if we have just one locale, which may not include these. + if (subset.length <= 1) return; + var aDate = DateTime(2012, 1, 27, 20, 58, 59, 0); + // An explicit format that doesn't conform to any skeleton + var us = DateFormat(r'yy //// :W \\\\ dd:ss ^&@ M'); + expect(us.format(aDate), (r'12 //// :W \\\\ 27:59 ^&@ 1')); + // The result won't change with locale unless we use fields that are words. + var greek = DateFormat(r'yy //// :W \\\\ dd:ss ^&@ M', 'el_GR'); + expect(greek.format(aDate), (r'12 //// :W \\\\ 27:59 ^&@ 1')); + var usWithWords = DateFormat('yy / :W \\ dd:ss ^&@ MMM', 'en_US'); + var greekWithWords = DateFormat('yy / :W \\ dd:ss ^&@ MMM', 'el_GR'); + expect(usWithWords.format(aDate), (r'12 / :W \ 27:59 ^&@ Jan')); + expect(greekWithWords.format(aDate), (r'12 / :W \ 27:59 ^&@ Ιαν')); + var escaped = DateFormat(r"hh 'o''clock'"); + expect(escaped.format(aDate), (r"08 o'clock")); + var reParsed = escaped.parse(escaped.format(aDate)); + expect(escaped.format(reParsed), (escaped.format(aDate))); + var noSeparators = DateFormat('HHmmss'); + expect(noSeparators.format(aDate), ('205859')); + }); + + test("long.format(oneHundred) Test fractional seconds padding", () { + var one = DateTime(2012, 1, 27, 20, 58, 59, 1); + var oneHundred = DateTime(2012, 1, 27, 20, 58, 59, 100); + var fractional = DateFormat('hh:mm:ss.SSS', 'en_US'); + expect(fractional.format(one), ('08:58:59.001')); + expect(fractional.format(oneHundred), ('08:58:59.100')); + var long = DateFormat('ss.SSSSSSSS', 'en_US'); + expect(long.format(oneHundred), ('59.10000000')); + expect(long.format(one), ('59.00100000')); + }); + + test("parsedUTC.hour Test parseUTC", () { + var local = DateTime(2012, 1, 27, 20, 58, 59, 1); + var utc = DateTime.utc(2012, 1, 27, 20, 58, 59, 1); + // Getting the offset as a duration via difference() would be simpler, + // but doesn't work on dart2js in checked mode. See issue 4437. + var offset = utc.millisecondsSinceEpoch - local.millisecondsSinceEpoch; + var format = DateFormat('yyyy-MM-dd HH:mm:ss'); + var localPrinted = format.format(local); + var parsed = format.parse(localPrinted); + var parsedUTC = format.parseUTC(format.format(utc)); + var parsedOffset = + parsedUTC.millisecondsSinceEpoch - parsed.millisecondsSinceEpoch; + expect(parsedOffset, (offset)); + expect(utc.hour, (parsedUTC.hour)); + expect(local.hour, (parsed.hour)); + }); + + test('Test 0-padding', () { + var someDate = DateTime(123, 1, 2, 3, 4, 5); + var format = DateFormat('yyyy-MM-dd HH:mm:ss'); + expect(format.format(someDate), '0123-01-02 03:04:05'); + }); + + test('Test default format', () { + var someDate = DateTime(2012, 1, 27, 20, 58, 59, 1); + var emptyFormat = DateFormat(null, 'en_US'); + var knownDefault = DateFormat.yMMMMd('en_US').add_jms(); + var result = emptyFormat.format(someDate); + var knownResult = knownDefault.format(someDate); + expect(result, knownResult); + }); + + test("emptyFormat.dateSymbols Get symbols", () { + var emptyFormat = DateFormat(null, 'en_US'); + var symbols = emptyFormat.dateSymbols; + expect(symbols.NARROWWEEKDAYS, ['S', 'M', 'T', 'W', 'T', 'F', 'S']); + }); + + test("DateFormat.QQQ() Quarter calculation", () { + var quarters = [ + 'Q1', + 'Q1', + 'Q1', + 'Q2', + 'Q2', + 'Q2', + 'Q3', + 'Q3', + 'Q3', + 'Q4', + 'Q4', + 'Q4' + ]; + var quarterFormat = DateFormat.QQQ(); + for (var i = 0; i < 12; i++) { + var month = i + 1; + var aDate = DateTime(2012, month, 27, 13, 58, 59, 012); + var formatted = quarterFormat.format(aDate); + expect(formatted, quarters[i]); + } + }); + + test("DateFormat(pattern, 'en_US').format(date) Quarter formatting", () { + var date = DateTime(2012, 02, 27); + var formats = { + 'Q': '1', + 'QQ': '01', + 'QQQ': 'Q1', + 'QQQQ': '1st quarter', + 'QQQQQ': '00001' + }; + formats.forEach((pattern, result) { + expect(DateFormat(pattern, 'en_US').format(date), result); + }); + + if (subset.contains('zh_CN')) { + // Especially test zh_CN formatting for `QQQ` and `yQQQ` because it + // contains a single `Q`. + expect(DateFormat.QQQ('zh_CN').format(date), '1季度'); + expect(DateFormat.yQQQ('zh_CN').format(date), '2012年第1季度'); + } + }); + + /// Generate a map from day numbers in the given [year] (where Jan 1 == 1) + /// to a Date object. If [year] is a leap year, then pass 1 for + /// [leapDay], otherwise pass 0. + Map generateDates(int year, int leapDay) => + Iterable.generate(365 + leapDay, (n) => n + 1) + .map((day) { + // Typically a "date" would have a time value of zero, but we + // give them an hour value, because they can get created with an + // offset to the previous day in time zones where the daylight + // savings transition happens at midnight (e.g. Brazil). + var result = DateTime(year, 1, day, 3); + // TODO(alanknight): This is a workaround for dartbug.com/15560. + if (result.toUtc() == result) result = DateTime(year, 1, day); + return result; + }) + .toList() + .asMap(); + + void verifyOrdinals(Map dates) { + var f = DateFormat('D'); + var withYear = DateFormat('yyyy D'); + dates.forEach((number, date) { + var formatted = f.format(date); + expect(formatted, (number + 1).toString()); + var formattedWithYear = withYear.format(date); + var parsed = withYear.parse(formattedWithYear); + // Only compare the date portion, because time zone changes (e.g. DST) can + // cause the hour values to be different. + expect(parsed.year, date.year); + expect(parsed.month, date.month); + expectWithReason(parsed.day, date.day, + 'Mismatch between parsed ($parsed) and original ($date)'); + }); + } + + test("DateFormat('D') Ordinal Date", () { + var f = DateFormat('D'); + var dates = generateDates(2012, 1); + var nonLeapDates = generateDates(2013, 0); + verifyOrdinals(dates); + verifyOrdinals(nonLeapDates); + // Check one hard-coded just to be on the safe side. + var aDate = DateTime(2012, 4, 27, 13, 58, 59, 012); + expect(f.format(aDate), '118'); + }); + + // There are some very odd off-by-one bugs when parsing dates. Put in + // some very basic tests to try and get more information. + test("DateFormat(DateFormat.NUM_MONTH) Simple Date Creation", () { + var format = DateFormat(DateFormat.NUM_MONTH); + var first = format.parse('7'); + var second = format.parse('7'); + var basic = DateTime(1970, 7); + var basicAgain = DateTime(1970, 7); + expect(first, second); + expect(first, basic); + expect(basic, basicAgain); + expect(first.month, 7); + }); + + test("DateFormat.useNativeDigitsByDefaultFor('ar', true) Native digit default", () { + if (!subset.contains('ar')) return; + var nativeFormat = DateFormat.yMd('ar'); + var date = DateTime(1974, 12, 30); + var native = nativeFormat.format(date); + expect(DateFormat.shouldUseNativeDigitsByDefaultFor('ar'), true); + DateFormat.useNativeDigitsByDefaultFor('ar', false); + expect(DateFormat.shouldUseNativeDigitsByDefaultFor('ar'), false); + var asciiFormat = DateFormat.yMd('ar'); + var ascii = asciiFormat.format(date); + // This prints with RTL markers before the slashes. That doesn't seem good, + // but it's what the data says. + expect(ascii, '30\u200f/12\u200f/1974'); + expect(native, '٣٠\u200f/١٢\u200f/١٩٧٤'); + // Reset the value. + DateFormat.useNativeDigitsByDefaultFor('ar', true); + }); + + // This just tests the basic logic, which was in error, not + // formatting in different locales. See #215. + test("DateFormat('kk') hours", () { + var oneToTwentyFour = DateFormat('kk'); + var oneToTwelve = DateFormat('hh'); + var zeroToTwentyThree = DateFormat('KK'); + var zeroToEleven = DateFormat('HH'); + var late = DateTime(2019, 1, 2, 0, 4, 6); + expect(oneToTwentyFour.format(late), '24'); + expect(zeroToTwentyThree.format(late), '00'); + expect(oneToTwelve.format(late), '12'); + expect(zeroToEleven.format(late), '00'); + }); + } + + +} +class JKDateTimeFormatFileOddTestPageState extends TestPageState { + @override + void initState() { + widget.stateCallBack(); + // TODO: implement initState + super.initState(); + } +} + +/// A shortcut for returning all the locales we have available. +List allLocales() => DateFormat.allLocalesWithSymbols(); + +typedef SubsetFuncType = List Function(); +SubsetFuncType? _subsetFunc; + +List? _subsetValue; + +List get subset { + return _subsetValue ??= _subsetFunc!(); +} + diff --git a/ohos/flutter_intl/lib/rt_date_time_format_local_even_test.dart b/ohos/flutter_intl/lib/rt_date_time_format_local_even_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..2a38c1443aa42e9134cc1d1d7dc50d0509f4a33f --- /dev/null +++ b/ohos/flutter_intl/lib/rt_date_time_format_local_even_test.dart @@ -0,0 +1,425 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file +// for details. All rights reserved. Use of this source code is governed by a +// BSD-style license that can be found in the LICENSE file. + +/// Test date formatting and parsing using locale data which is available +/// directly in the program as a constant. This tests one half the locales, +/// since testing all of them takes long enough that it may cause timeouts in +/// the test bots. + +library date_time_format_test_2; + +import 'package:flutter_intl/common/test_page.dart'; + +import 'package:intl/date_symbol_data_local.dart'; +import 'rt_date_time_format_test_stub.dart'; + +import 'package:intl/intl.dart'; + +import 'rt_date_time_format_test_core.dart'; +import 'rt_date_time_format_test_data.dart'; +import 'package:clock/clock.dart'; + +class JKDateTimeFormatLocalEvenTestPage extends TestPage { + + static const String routeName = "/date_time_format_local_even_test"; + + JKDateTimeFormatLocalEvenTestPage(super.title, {super.key}) { + print('start test666'); + } + + @override + JKDateTimeFormatLocalEvenTestPageState createState() => JKDateTimeFormatLocalEvenTestPageState(); + + @override + void stateCallBack() { + // TODO: implement stateCallBack + super.stateCallBack(); + runWith(evenLocales, null, initializeDateFormatting); + } + void runWith(TestListFunc getSubset, String? dir, + InitializeDateFormattingFunc initFunction) { + var notNullDir = dir ?? ''; + + var initialized = false; + + // setUp(() { + if (initialized) { + null; + } + initFunction('en_US', notNullDir).then((_) { + return Future.forEach(DateFormat.allLocalesWithSymbols(), + (String locale) { + return initFunction(locale, notNullDir); + }); + }).then((_) { + initialized = true; + }); + // }); + //coreMode.runDateTests(getSubset); + + print("hhhhhhh222222"); + //JKDateTimeFormatTestCorePage("date_time_format_test_core",getSubset); + runDateTests(getSubset); + } + + void runDateTests(SubsetFuncType subsetFunc) { + ArgumentError.checkNotNull(subsetFunc); + _subsetFunc = subsetFunc; + + print("hhhhhhh3333333"); + + test("DateFormat('yMd').addPattern Multiple patterns", () { + var date = DateTime.now(); + var multiple1 = DateFormat.yMd().add_jms(); + var multiple2 = DateFormat('yMd').add_jms(); + var separate1 = DateFormat.yMd(); + var separate2 = DateFormat.jms(); + var separateFormat = '${separate1.format(date)} ${separate2.format(date)}'; + expect(multiple1.format(date), (multiple2.format(date))); + expect(multiple1.format(date), (separateFormat)); + var customPunctuation = DateFormat('yMd').addPattern('jms', ':::'); + var custom = '${separate1.format(date)}:::${separate2.format(date)}'; + expect(customPunctuation.format(date), (custom)); + }); + + test("dateFormat.parsePattern('hh:mm:ss') Basic date format parsing", () { + var dateFormat = DateFormat('d'); + expect(dateFormat.parsePattern('hh:mm:ss').map((x) => x.pattern).toList(), + (['hh', ':', 'mm', ':', 'ss'])); + expect(dateFormat.parsePattern('hh:mm:ss').map((x) => x.pattern).toList(), + (['hh', ':', 'mm', ':', 'ss'])); + }); + + test("dateFormat.parse('99') Two-digit years", () { + withClock(Clock.fixed(DateTime(2000, 1, 1)), () { + var dateFormat = DateFormat('yy'); + expect(dateFormat.parse('99'), DateTime(1999)); + expect(dateFormat.parse('00'), DateTime(2000)); + expect(dateFormat.parse('19'), DateTime(2019)); + expect(dateFormat.parse('20'), DateTime(2020)); + expect(dateFormat.parse('21'), DateTime(1921)); + + expect(dateFormat.parse('2000'), DateTime(2000)); + + dateFormat = DateFormat('MM-dd-yy'); + expect(dateFormat.parse('12-31-19'), DateTime(2019, 12, 31)); + expect(dateFormat.parse('1-1-20'), DateTime(2020, 1, 1)); + expect(dateFormat.parse('1-2-20'), DateTime(1920, 1, 2)); + + expect(DateFormat('y').parse('99'), DateTime(99)); + expect(DateFormat('yyy').parse('99'), DateTime(99)); + expect(DateFormat('yyyy').parse('99'), DateTime(99)); + }); + }); + + test("testLocale('de_DE', german, aDate) Test ALL the supported formats on representative locales", () { + var aDate = DateTime(2012, 1, 27, 20, 58, 59, 0); + testLocale('en_US', english, aDate); + if (subset.length > 1) { + // Don't run if we have just one locale, so some of these won't be there. + testLocale('de_DE', german, aDate); + testLocale('fr_FR', french, aDate); + testLocale('ja_JP', japanese, aDate); + testLocale('el_GR', greek, aDate); + testLocale('de_AT', austrian, aDate); + } + }); + + test("testRoundTripParsing(locale, aDate, true) Test round-trip parsing of dates", () { + var hours = [0, 1, 11, 12, 13, 23]; + var months = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]; + // For locales that use non-ascii digits, e.g. 'ar', also test + // forcing ascii digits. + for (var locale in subset) { + var alsoForceAscii = DateFormat.d(locale).usesNativeDigits; + for (var month in months) { + var aDate = DateTime(2012, month, 27, 13, 58, 59, 012); + testRoundTripParsing(locale, aDate); + if (alsoForceAscii) { + testRoundTripParsing(locale, aDate, true); + } + } + for (var hour in hours) { + var aDate = DateTime(2012, 1, 27, hour, 58, 59, 123); + testRoundTripParsing(locale, aDate); + if (alsoForceAscii) { + testRoundTripParsing(locale, aDate, true); + } + } + } + }); + + // TODO(alanknight): The coverage for patterns and symbols differs + // at the source, in CLDR 25, so we can't guarantee that all patterns + // have symbols or vice versa. Wish we could. + + test("testLocale('de-AT', austrian, aDate) Test malformed locales", () { + // Don't run if we have just one locale, which may not include these. + if (subset.length <= 1) return; + var aDate = DateTime(2012, 1, 27, 20, 58, 59, 0); + // Austrian is a useful test locale here because it differs slightly + // from the generic 'de' locale so we can tell the difference between + // correcting to 'de_AT' and falling back to just 'de'. + testLocale('de-AT', austrian, aDate); + testLocale('de_at', austrian, aDate); + testLocale('de-at', austrian, aDate); + }); + + test("instanceJP.format(date) Test format creation via Intl", () { + // Don't run if we have just one locale, which may not include these. + if (subset.length <= 1) return; + var intl = Intl('ja_JP'); + var instanceJP = intl.date('jms'); + var instanceUS = intl.date('jms', 'en_US'); + var blank = intl.date('jms'); + var date = DateTime(2012, 1, 27, 20, 58, 59, 0); + expect(instanceJP.format(date), ('20:58:59')); + const space = '\u202F'; + expect(instanceUS.format(date), ('8:58:59${space}PM')); + expect(blank.format(date), ('20:58:59')); + }); + + test("DateFormat(r'yy //// :W \\\\ dd:ss ^&@ M').format(aDate) Test explicit format string", () { + // Don't run if we have just one locale, which may not include these. + if (subset.length <= 1) return; + var aDate = DateTime(2012, 1, 27, 20, 58, 59, 0); + // An explicit format that doesn't conform to any skeleton + var us = DateFormat(r'yy //// :W \\\\ dd:ss ^&@ M'); + expect(us.format(aDate), (r'12 //// :W \\\\ 27:59 ^&@ 1')); + // The result won't change with locale unless we use fields that are words. + var greek = DateFormat(r'yy //// :W \\\\ dd:ss ^&@ M', 'el_GR'); + expect(greek.format(aDate), (r'12 //// :W \\\\ 27:59 ^&@ 1')); + var usWithWords = DateFormat('yy / :W \\ dd:ss ^&@ MMM', 'en_US'); + var greekWithWords = DateFormat('yy / :W \\ dd:ss ^&@ MMM', 'el_GR'); + expect(usWithWords.format(aDate), (r'12 / :W \ 27:59 ^&@ Jan')); + expect(greekWithWords.format(aDate), (r'12 / :W \ 27:59 ^&@ Ιαν')); + var escaped = DateFormat(r"hh 'o''clock'"); + expect(escaped.format(aDate), (r"08 o'clock")); + var reParsed = escaped.parse(escaped.format(aDate)); + expect(escaped.format(reParsed), (escaped.format(aDate))); + var noSeparators = DateFormat('HHmmss'); + expect(noSeparators.format(aDate), ('205859')); + }); + + test("long.format(oneHundred) Test fractional seconds padding", () { + var one = DateTime(2012, 1, 27, 20, 58, 59, 1); + var oneHundred = DateTime(2012, 1, 27, 20, 58, 59, 100); + var fractional = DateFormat('hh:mm:ss.SSS', 'en_US'); + expect(fractional.format(one), ('08:58:59.001')); + expect(fractional.format(oneHundred), ('08:58:59.100')); + var long = DateFormat('ss.SSSSSSSS', 'en_US'); + expect(long.format(oneHundred), ('59.10000000')); + expect(long.format(one), ('59.00100000')); + }); + + test("parsedUTC.hour Test parseUTC", () { + var local = DateTime(2012, 1, 27, 20, 58, 59, 1); + var utc = DateTime.utc(2012, 1, 27, 20, 58, 59, 1); + // Getting the offset as a duration via difference() would be simpler, + // but doesn't work on dart2js in checked mode. See issue 4437. + var offset = utc.millisecondsSinceEpoch - local.millisecondsSinceEpoch; + var format = DateFormat('yyyy-MM-dd HH:mm:ss'); + var localPrinted = format.format(local); + var parsed = format.parse(localPrinted); + var parsedUTC = format.parseUTC(format.format(utc)); + var parsedOffset = + parsedUTC.millisecondsSinceEpoch - parsed.millisecondsSinceEpoch; + expect(parsedOffset, (offset)); + expect(utc.hour, (parsedUTC.hour)); + expect(local.hour, (parsed.hour)); + }); + + test('Test 0-padding', () { + var someDate = DateTime(123, 1, 2, 3, 4, 5); + var format = DateFormat('yyyy-MM-dd HH:mm:ss'); + expect(format.format(someDate), '0123-01-02 03:04:05'); + }); + + test('Test default format', () { + var someDate = DateTime(2012, 1, 27, 20, 58, 59, 1); + var emptyFormat = DateFormat(null, 'en_US'); + var knownDefault = DateFormat.yMMMMd('en_US').add_jms(); + var result = emptyFormat.format(someDate); + var knownResult = knownDefault.format(someDate); + expect(result, knownResult); + }); + + test("emptyFormat.dateSymbols Get symbols", () { + var emptyFormat = DateFormat(null, 'en_US'); + var symbols = emptyFormat.dateSymbols; + expect(symbols.NARROWWEEKDAYS, ['S', 'M', 'T', 'W', 'T', 'F', 'S']); + }); + + test("DateFormat.QQQ() Quarter calculation", () { + var quarters = [ + 'Q1', + 'Q1', + 'Q1', + 'Q2', + 'Q2', + 'Q2', + 'Q3', + 'Q3', + 'Q3', + 'Q4', + 'Q4', + 'Q4' + ]; + var quarterFormat = DateFormat.QQQ(); + for (var i = 0; i < 12; i++) { + var month = i + 1; + var aDate = DateTime(2012, month, 27, 13, 58, 59, 012); + var formatted = quarterFormat.format(aDate); + expect(formatted, quarters[i]); + } + }); + + test("DateFormat(pattern, 'en_US').format(date) Quarter formatting", () { + var date = DateTime(2012, 02, 27); + var formats = { + 'Q': '1', + 'QQ': '01', + 'QQQ': 'Q1', + 'QQQQ': '1st quarter', + 'QQQQQ': '00001' + }; + formats.forEach((pattern, result) { + expect(DateFormat(pattern, 'en_US').format(date), result); + }); + + if (subset.contains('zh_CN')) { + // Especially test zh_CN formatting for `QQQ` and `yQQQ` because it + // contains a single `Q`. + expect(DateFormat.QQQ('zh_CN').format(date), '1季度'); + expect(DateFormat.yQQQ('zh_CN').format(date), '2012年第1季度'); + } + }); + + /// Generate a map from day numbers in the given [year] (where Jan 1 == 1) + /// to a Date object. If [year] is a leap year, then pass 1 for + /// [leapDay], otherwise pass 0. + Map generateDates(int year, int leapDay) => + Iterable.generate(365 + leapDay, (n) => n + 1) + .map((day) { + // Typically a "date" would have a time value of zero, but we + // give them an hour value, because they can get created with an + // offset to the previous day in time zones where the daylight + // savings transition happens at midnight (e.g. Brazil). + var result = DateTime(year, 1, day, 3); + // TODO(alanknight): This is a workaround for dartbug.com/15560. + if (result.toUtc() == result) result = DateTime(year, 1, day); + return result; + }) + .toList() + .asMap(); + + void verifyOrdinals(Map dates) { + var f = DateFormat('D'); + var withYear = DateFormat('yyyy D'); + dates.forEach((number, date) { + var formatted = f.format(date); + expect(formatted, (number + 1).toString()); + var formattedWithYear = withYear.format(date); + var parsed = withYear.parse(formattedWithYear); + // Only compare the date portion, because time zone changes (e.g. DST) can + // cause the hour values to be different. + expect(parsed.year, date.year); + expect(parsed.month, date.month); + expectWithReason(parsed.day, date.day, + 'Mismatch between parsed ($parsed) and original ($date)'); + }); + } + + test("DateFormat('D') Ordinal Date", () { + var f = DateFormat('D'); + var dates = generateDates(2012, 1); + var nonLeapDates = generateDates(2013, 0); + verifyOrdinals(dates); + verifyOrdinals(nonLeapDates); + // Check one hard-coded just to be on the safe side. + var aDate = DateTime(2012, 4, 27, 13, 58, 59, 012); + expect(f.format(aDate), '118'); + }); + + // There are some very odd off-by-one bugs when parsing dates. Put in + // some very basic tests to try and get more information. + test("DateFormat(DateFormat.NUM_MONTH) Simple Date Creation", () { + var format = DateFormat(DateFormat.NUM_MONTH); + var first = format.parse('7'); + var second = format.parse('7'); + var basic = DateTime(1970, 7); + var basicAgain = DateTime(1970, 7); + expect(first, second); + expect(first, basic); + expect(basic, basicAgain); + expect(first.month, 7); + }); + + test("DateFormat.useNativeDigitsByDefaultFor('ar', true) Native digit default", () { + if (!subset.contains('ar')) return; + var nativeFormat = DateFormat.yMd('ar'); + var date = DateTime(1974, 12, 30); + var native = nativeFormat.format(date); + expect(DateFormat.shouldUseNativeDigitsByDefaultFor('ar'), true); + DateFormat.useNativeDigitsByDefaultFor('ar', false); + expect(DateFormat.shouldUseNativeDigitsByDefaultFor('ar'), false); + var asciiFormat = DateFormat.yMd('ar'); + var ascii = asciiFormat.format(date); + // This prints with RTL markers before the slashes. That doesn't seem good, + // but it's what the data says. + expect(ascii, '30\u200f/12\u200f/1974'); + expect(native, '٣٠\u200f/١٢\u200f/١٩٧٤'); + // Reset the value. + DateFormat.useNativeDigitsByDefaultFor('ar', true); + }); + + // This just tests the basic logic, which was in error, not + // formatting in different locales. See #215. + test("DateFormat('kk') hours", () { + var oneToTwentyFour = DateFormat('kk'); + var oneToTwelve = DateFormat('hh'); + var zeroToTwentyThree = DateFormat('KK'); + var zeroToEleven = DateFormat('HH'); + var late = DateTime(2019, 1, 2, 0, 4, 6); + expect(oneToTwentyFour.format(late), '24'); + expect(zeroToTwentyThree.format(late), '00'); + expect(oneToTwelve.format(late), '12'); + expect(zeroToEleven.format(late), '00'); + }); + } +} +class JKDateTimeFormatLocalEvenTestPageState extends TestPageState { + @override + void initState() { + widget.stateCallBack(); + // TODO: implement initState + super.initState(); + } +} + +/// A shortcut for returning all the locales we have available. +List allLocales() => DateFormat.allLocalesWithSymbols(); + +typedef SubsetFuncType = List Function(); +SubsetFuncType? _subsetFunc; + +List? _subsetValue; + +List get subset { + return _subsetValue ??= _subsetFunc!(); +} diff --git a/ohos/flutter_intl/lib/rt_date_time_format_local_odd_test.dart b/ohos/flutter_intl/lib/rt_date_time_format_local_odd_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..767a61fbd4eb7eced4c2233712558dba842fa61e --- /dev/null +++ b/ohos/flutter_intl/lib/rt_date_time_format_local_odd_test.dart @@ -0,0 +1,410 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ + +/// Test date formatting and parsing using locale data which is available +/// directly in the program as a constant. This tests one half the locales, +/// since testing all of them takes long enough that it may cause timeouts in +/// the test bots. + +library date_time_format_test_1; + +import 'package:flutter_intl/common/test_page.dart'; + +import 'package:intl/date_symbol_data_local.dart'; +import 'rt_date_time_format_test_stub.dart'; + +import 'package:intl/intl.dart'; + +import 'rt_date_time_format_test_core.dart'; +import 'rt_date_time_format_test_data.dart'; +import 'package:clock/clock.dart'; + +class JKDateTimeFormatLocalOddEvenTestPage extends TestPage { + + static const String routeName = "/date_time_format_local_odd_test"; + + JKDateTimeFormatLocalOddEvenTestPage(super.title, {super.key}) { + print('start test666'); + + ///coreMode.runWith(oddLocales, null, initializeDateFormatting); + runWith(oddLocales, null, initializeDateFormatting); + } + void runWith(TestListFunc getSubset, String? dir, + InitializeDateFormattingFunc initFunction) { + var notNullDir = dir ?? ''; + + var initialized = false; + + // setUp(() { + if (initialized) { + null; + } + initFunction('en_US', notNullDir).then((_) { + return Future.forEach(DateFormat.allLocalesWithSymbols(), + (String locale) { + return initFunction(locale, notNullDir); + }); + }).then((_) { + initialized = true; + }); + // }); + //coreMode.runDateTests(getSubset); + + print("hhhhhhh222222"); + //JKDateTimeFormatTestCorePage("date_time_format_test_core",getSubset); + runDateTests(getSubset); + } + + void runDateTests(SubsetFuncType subsetFunc) { + ArgumentError.checkNotNull(subsetFunc); + _subsetFunc = subsetFunc; + + print("hhhhhhh3333333"); + + test("DateFormat('yMd').addPattern Multiple patterns", () { + var date = DateTime.now(); + var multiple1 = DateFormat.yMd().add_jms(); + var multiple2 = DateFormat('yMd').add_jms(); + var separate1 = DateFormat.yMd(); + var separate2 = DateFormat.jms(); + var separateFormat = '${separate1.format(date)} ${separate2.format(date)}'; + expect(multiple1.format(date), (multiple2.format(date))); + expect(multiple1.format(date), (separateFormat)); + var customPunctuation = DateFormat('yMd').addPattern('jms', ':::'); + var custom = '${separate1.format(date)}:::${separate2.format(date)}'; + expect(customPunctuation.format(date), (custom)); + }); + + test("dateFormat.parsePattern('hh:mm:ss') Basic date format parsing", () { + var dateFormat = DateFormat('d'); + expect(dateFormat.parsePattern('hh:mm:ss').map((x) => x.pattern).toList(), + (['hh', ':', 'mm', ':', 'ss'])); + expect(dateFormat.parsePattern('hh:mm:ss').map((x) => x.pattern).toList(), + (['hh', ':', 'mm', ':', 'ss'])); + }); + + test("dateFormat.parse('99') Two-digit years", () { + withClock(Clock.fixed(DateTime(2000, 1, 1)), () { + var dateFormat = DateFormat('yy'); + expect(dateFormat.parse('99'), DateTime(1999)); + expect(dateFormat.parse('00'), DateTime(2000)); + expect(dateFormat.parse('19'), DateTime(2019)); + expect(dateFormat.parse('20'), DateTime(2020)); + expect(dateFormat.parse('21'), DateTime(1921)); + + expect(dateFormat.parse('2000'), DateTime(2000)); + + dateFormat = DateFormat('MM-dd-yy'); + expect(dateFormat.parse('12-31-19'), DateTime(2019, 12, 31)); + expect(dateFormat.parse('1-1-20'), DateTime(2020, 1, 1)); + expect(dateFormat.parse('1-2-20'), DateTime(1920, 1, 2)); + + expect(DateFormat('y').parse('99'), DateTime(99)); + expect(DateFormat('yyy').parse('99'), DateTime(99)); + expect(DateFormat('yyyy').parse('99'), DateTime(99)); + }); + }); + + test("testLocale('de_DE', german, aDate) Test ALL the supported formats on representative locales", () { + var aDate = DateTime(2012, 1, 27, 20, 58, 59, 0); + testLocale('en_US', english, aDate); + if (subset.length > 1) { + // Don't run if we have just one locale, so some of these won't be there. + testLocale('de_DE', german, aDate); + testLocale('fr_FR', french, aDate); + testLocale('ja_JP', japanese, aDate); + testLocale('el_GR', greek, aDate); + testLocale('de_AT', austrian, aDate); + } + }); + + test("testRoundTripParsing(locale, aDate, true) Test round-trip parsing of dates", () { + var hours = [0, 1, 11, 12, 13, 23]; + var months = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]; + // For locales that use non-ascii digits, e.g. 'ar', also test + // forcing ascii digits. + for (var locale in subset) { + var alsoForceAscii = DateFormat.d(locale).usesNativeDigits; + for (var month in months) { + var aDate = DateTime(2012, month, 27, 13, 58, 59, 012); + testRoundTripParsing(locale, aDate); + if (alsoForceAscii) { + testRoundTripParsing(locale, aDate, true); + } + } + for (var hour in hours) { + var aDate = DateTime(2012, 1, 27, hour, 58, 59, 123); + testRoundTripParsing(locale, aDate); + if (alsoForceAscii) { + testRoundTripParsing(locale, aDate, true); + } + } + } + }); + + // TODO(alanknight): The coverage for patterns and symbols differs + // at the source, in CLDR 25, so we can't guarantee that all patterns + // have symbols or vice versa. Wish we could. + + test("testLocale('de-AT', austrian, aDate) Test malformed locales", () { + // Don't run if we have just one locale, which may not include these. + if (subset.length <= 1) return; + var aDate = DateTime(2012, 1, 27, 20, 58, 59, 0); + // Austrian is a useful test locale here because it differs slightly + // from the generic 'de' locale so we can tell the difference between + // correcting to 'de_AT' and falling back to just 'de'. + testLocale('de-AT', austrian, aDate); + testLocale('de_at', austrian, aDate); + testLocale('de-at', austrian, aDate); + }); + + test("instanceJP.format(date) Test format creation via Intl", () { + // Don't run if we have just one locale, which may not include these. + if (subset.length <= 1) return; + var intl = Intl('ja_JP'); + var instanceJP = intl.date('jms'); + var instanceUS = intl.date('jms', 'en_US'); + var blank = intl.date('jms'); + var date = DateTime(2012, 1, 27, 20, 58, 59, 0); + expect(instanceJP.format(date), ('20:58:59')); + const space = '\u202F'; + expect(instanceUS.format(date), ('8:58:59${space}PM')); + expect(blank.format(date), ('20:58:59')); + }); + + test("DateFormat(r'yy //// :W \\\\ dd:ss ^&@ M').format(aDate) Test explicit format string", () { + // Don't run if we have just one locale, which may not include these. + if (subset.length <= 1) return; + var aDate = DateTime(2012, 1, 27, 20, 58, 59, 0); + // An explicit format that doesn't conform to any skeleton + var us = DateFormat(r'yy //// :W \\\\ dd:ss ^&@ M'); + expect(us.format(aDate), (r'12 //// :W \\\\ 27:59 ^&@ 1')); + // The result won't change with locale unless we use fields that are words. + var greek = DateFormat(r'yy //// :W \\\\ dd:ss ^&@ M', 'el_GR'); + expect(greek.format(aDate), (r'12 //// :W \\\\ 27:59 ^&@ 1')); + var usWithWords = DateFormat('yy / :W \\ dd:ss ^&@ MMM', 'en_US'); + var greekWithWords = DateFormat('yy / :W \\ dd:ss ^&@ MMM', 'el_GR'); + expect(usWithWords.format(aDate), (r'12 / :W \ 27:59 ^&@ Jan')); + expect(greekWithWords.format(aDate), (r'12 / :W \ 27:59 ^&@ Ιαν')); + var escaped = DateFormat(r"hh 'o''clock'"); + expect(escaped.format(aDate), (r"08 o'clock")); + var reParsed = escaped.parse(escaped.format(aDate)); + expect(escaped.format(reParsed), (escaped.format(aDate))); + var noSeparators = DateFormat('HHmmss'); + expect(noSeparators.format(aDate), ('205859')); + }); + + test("long.format(oneHundred) Test fractional seconds padding", () { + var one = DateTime(2012, 1, 27, 20, 58, 59, 1); + var oneHundred = DateTime(2012, 1, 27, 20, 58, 59, 100); + var fractional = DateFormat('hh:mm:ss.SSS', 'en_US'); + expect(fractional.format(one), ('08:58:59.001')); + expect(fractional.format(oneHundred), ('08:58:59.100')); + var long = DateFormat('ss.SSSSSSSS', 'en_US'); + expect(long.format(oneHundred), ('59.10000000')); + expect(long.format(one), ('59.00100000')); + }); + + test("parsedUTC.hour Test parseUTC", () { + var local = DateTime(2012, 1, 27, 20, 58, 59, 1); + var utc = DateTime.utc(2012, 1, 27, 20, 58, 59, 1); + // Getting the offset as a duration via difference() would be simpler, + // but doesn't work on dart2js in checked mode. See issue 4437. + var offset = utc.millisecondsSinceEpoch - local.millisecondsSinceEpoch; + var format = DateFormat('yyyy-MM-dd HH:mm:ss'); + var localPrinted = format.format(local); + var parsed = format.parse(localPrinted); + var parsedUTC = format.parseUTC(format.format(utc)); + var parsedOffset = + parsedUTC.millisecondsSinceEpoch - parsed.millisecondsSinceEpoch; + expect(parsedOffset, (offset)); + expect(utc.hour, (parsedUTC.hour)); + expect(local.hour, (parsed.hour)); + }); + + test('Test 0-padding', () { + var someDate = DateTime(123, 1, 2, 3, 4, 5); + var format = DateFormat('yyyy-MM-dd HH:mm:ss'); + expect(format.format(someDate), '0123-01-02 03:04:05'); + }); + + test('Test default format', () { + var someDate = DateTime(2012, 1, 27, 20, 58, 59, 1); + var emptyFormat = DateFormat(null, 'en_US'); + var knownDefault = DateFormat.yMMMMd('en_US').add_jms(); + var result = emptyFormat.format(someDate); + var knownResult = knownDefault.format(someDate); + expect(result, knownResult); + }); + + test("emptyFormat.dateSymbols Get symbols", () { + var emptyFormat = DateFormat(null, 'en_US'); + var symbols = emptyFormat.dateSymbols; + expect(symbols.NARROWWEEKDAYS, ['S', 'M', 'T', 'W', 'T', 'F', 'S']); + }); + + test("DateFormat.QQQ() Quarter calculation", () { + var quarters = [ + 'Q1', + 'Q1', + 'Q1', + 'Q2', + 'Q2', + 'Q2', + 'Q3', + 'Q3', + 'Q3', + 'Q4', + 'Q4', + 'Q4' + ]; + var quarterFormat = DateFormat.QQQ(); + for (var i = 0; i < 12; i++) { + var month = i + 1; + var aDate = DateTime(2012, month, 27, 13, 58, 59, 012); + var formatted = quarterFormat.format(aDate); + expect(formatted, quarters[i]); + } + }); + + test("DateFormat(pattern, 'en_US').format(date) Quarter formatting", () { + var date = DateTime(2012, 02, 27); + var formats = { + 'Q': '1', + 'QQ': '01', + 'QQQ': 'Q1', + 'QQQQ': '1st quarter', + 'QQQQQ': '00001' + }; + formats.forEach((pattern, result) { + expect(DateFormat(pattern, 'en_US').format(date), result); + }); + + if (subset.contains('zh_CN')) { + // Especially test zh_CN formatting for `QQQ` and `yQQQ` because it + // contains a single `Q`. + expect(DateFormat.QQQ('zh_CN').format(date), '1季度'); + expect(DateFormat.yQQQ('zh_CN').format(date), '2012年第1季度'); + } + }); + + /// Generate a map from day numbers in the given [year] (where Jan 1 == 1) + /// to a Date object. If [year] is a leap year, then pass 1 for + /// [leapDay], otherwise pass 0. + Map generateDates(int year, int leapDay) => + Iterable.generate(365 + leapDay, (n) => n + 1) + .map((day) { + // Typically a "date" would have a time value of zero, but we + // give them an hour value, because they can get created with an + // offset to the previous day in time zones where the daylight + // savings transition happens at midnight (e.g. Brazil). + var result = DateTime(year, 1, day, 3); + // TODO(alanknight): This is a workaround for dartbug.com/15560. + if (result.toUtc() == result) result = DateTime(year, 1, day); + return result; + }) + .toList() + .asMap(); + + void verifyOrdinals(Map dates) { + var f = DateFormat('D'); + var withYear = DateFormat('yyyy D'); + dates.forEach((number, date) { + var formatted = f.format(date); + expect(formatted, (number + 1).toString()); + var formattedWithYear = withYear.format(date); + var parsed = withYear.parse(formattedWithYear); + // Only compare the date portion, because time zone changes (e.g. DST) can + // cause the hour values to be different. + expect(parsed.year, date.year); + expect(parsed.month, date.month); + expectWithReason(parsed.day, date.day, + 'Mismatch between parsed ($parsed) and original ($date)'); + }); + } + + test("DateFormat('D') Ordinal Date", () { + var f = DateFormat('D'); + var dates = generateDates(2012, 1); + var nonLeapDates = generateDates(2013, 0); + verifyOrdinals(dates); + verifyOrdinals(nonLeapDates); + // Check one hard-coded just to be on the safe side. + var aDate = DateTime(2012, 4, 27, 13, 58, 59, 012); + expect(f.format(aDate), '118'); + }); + + // There are some very odd off-by-one bugs when parsing dates. Put in + // some very basic tests to try and get more information. + test("DateFormat(DateFormat.NUM_MONTH) Simple Date Creation", () { + var format = DateFormat(DateFormat.NUM_MONTH); + var first = format.parse('7'); + var second = format.parse('7'); + var basic = DateTime(1970, 7); + var basicAgain = DateTime(1970, 7); + expect(first, second); + expect(first, basic); + expect(basic, basicAgain); + expect(first.month, 7); + }); + + test("DateFormat.useNativeDigitsByDefaultFor('ar', true) Native digit default", () { + if (!subset.contains('ar')) return; + var nativeFormat = DateFormat.yMd('ar'); + var date = DateTime(1974, 12, 30); + var native = nativeFormat.format(date); + expect(DateFormat.shouldUseNativeDigitsByDefaultFor('ar'), true); + DateFormat.useNativeDigitsByDefaultFor('ar', false); + expect(DateFormat.shouldUseNativeDigitsByDefaultFor('ar'), false); + var asciiFormat = DateFormat.yMd('ar'); + var ascii = asciiFormat.format(date); + // This prints with RTL markers before the slashes. That doesn't seem good, + // but it's what the data says. + expect(ascii, '30\u200f/12\u200f/1974'); + expect(native, '٣٠\u200f/١٢\u200f/١٩٧٤'); + // Reset the value. + DateFormat.useNativeDigitsByDefaultFor('ar', true); + }); + + // This just tests the basic logic, which was in error, not + // formatting in different locales. See #215. + test("DateFormat('kk') hours", () { + var oneToTwentyFour = DateFormat('kk'); + var oneToTwelve = DateFormat('hh'); + var zeroToTwentyThree = DateFormat('KK'); + var zeroToEleven = DateFormat('HH'); + var late = DateTime(2019, 1, 2, 0, 4, 6); + expect(oneToTwentyFour.format(late), '24'); + expect(zeroToTwentyThree.format(late), '00'); + expect(oneToTwelve.format(late), '12'); + expect(zeroToEleven.format(late), '00'); + }); + } + + +} + +/// A shortcut for returning all the locales we have available. +List allLocales() => DateFormat.allLocalesWithSymbols(); + +typedef SubsetFuncType = List Function(); +SubsetFuncType? _subsetFunc; + +List? _subsetValue; + +List get subset { + return _subsetValue ??= _subsetFunc!(); +} + diff --git a/ohos/flutter_intl/lib/rt_date_time_format_test_core.dart b/ohos/flutter_intl/lib/rt_date_time_format_test_core.dart new file mode 100644 index 0000000000000000000000000000000000000000..13b102e711ad7213f589ed64cdddc15139f91fa0 --- /dev/null +++ b/ohos/flutter_intl/lib/rt_date_time_format_test_core.dart @@ -0,0 +1,533 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter_intl/common/test_page.dart'; + +/// Tests the DateFormat library in dart. This file contains core tests that are +/// run regardless of where the locale data is found, so it doesn't expect to be +/// run on its own, but rather to be imported and run from another test file. + +//library date_time_format_tests; + +import 'package:clock/clock.dart'; +import 'package:intl/intl.dart'; + +import 'rt_date_time_format_test_data.dart'; + +List formatsToTest = const [ + DateFormat.DAY, + DateFormat.ABBR_WEEKDAY, + DateFormat.WEEKDAY, + DateFormat.ABBR_STANDALONE_MONTH, + DateFormat.STANDALONE_MONTH, + DateFormat.NUM_MONTH, + DateFormat.NUM_MONTH_DAY, + DateFormat.NUM_MONTH_WEEKDAY_DAY, + DateFormat.ABBR_MONTH, + DateFormat.ABBR_MONTH_DAY, + DateFormat.ABBR_MONTH_WEEKDAY_DAY, + DateFormat.MONTH, + DateFormat.MONTH_DAY, + DateFormat.MONTH_WEEKDAY_DAY, + DateFormat.ABBR_QUARTER, + DateFormat.QUARTER, + DateFormat.YEAR, + DateFormat.YEAR_NUM_MONTH, + DateFormat.YEAR_NUM_MONTH_DAY, + DateFormat.YEAR_NUM_MONTH_WEEKDAY_DAY, + DateFormat.YEAR_ABBR_MONTH, + DateFormat.YEAR_ABBR_MONTH_DAY, + DateFormat.YEAR_ABBR_MONTH_WEEKDAY_DAY, + DateFormat.YEAR_MONTH, + DateFormat.YEAR_MONTH_DAY, + DateFormat.YEAR_MONTH_WEEKDAY_DAY, + // TODO(alanknight): CLDR and ICU appear to disagree on these for Japanese + // DateFormat.YEAR_ABBR_QUARTER, + // DateFormat.YEAR_QUARTER, + DateFormat.HOUR24, + DateFormat.HOUR24_MINUTE, + DateFormat.HOUR24_MINUTE_SECOND, + DateFormat.HOUR, + DateFormat.HOUR_MINUTE, + DateFormat.HOUR_MINUTE_SECOND, + // TODO(alanknight): Time zone support + // DateFormat.HOUR_MINUTE_GENERIC_TZ, + // DateFormat.HOUR_MINUTE_TZ, + // DateFormat.HOUR_GENERIC_TZ, + // DateFormat.HOUR_TZ, + DateFormat.MINUTE, + DateFormat.MINUTE_SECOND, + DateFormat.SECOND + // ABBR_GENERIC_TZ, + // GENERIC_TZ, + // ABBR_SPECIFIC_TZ, + // SPECIFIC_TZ, + // ABBR_UTC_TZ +]; + +List icuFormatNamesToTest = const [ + // It would be really nice to not have to duplicate this and just be able + // to use the names to get reflective access. + 'DAY', + 'ABBR_WEEKDAY', + 'WEEKDAY', + 'ABBR_STANDALONE_MONTH', + 'STANDALONE_MONTH', + 'NUM_MONTH', + 'NUM_MONTH_DAY', + 'NUM_MONTH_WEEKDAY_DAY', + 'ABBR_MONTH', + 'ABBR_MONTH_DAY', + 'ABBR_MONTH_WEEKDAY_DAY', + 'MONTH', + 'MONTH_DAY', + 'MONTH_WEEKDAY_DAY', + 'ABBR_QUARTER', + 'QUARTER', + 'YEAR', + 'YEAR_NUM_MONTH', + 'YEAR_NUM_MONTH_DAY', + 'YEAR_NUM_MONTH_WEEKDAY_DAY', + 'YEAR_ABBR_MONTH', + 'YEAR_ABBR_MONTH_DAY', + 'YEAR_ABBR_MONTH_WEEKDAY_DAY', + 'YEAR_MONTH', + 'YEAR_MONTH_DAY', + 'YEAR_MONTH_WEEKDAY_DAY', + // TODO(alanknight): CLDR and ICU appear to disagree on these for Japanese. + // omit for the time being + // 'YEAR_ABBR_QUARTER', + // 'YEAR_QUARTER', + 'HOUR24', + 'HOUR24_MINUTE', + 'HOUR24_MINUTE_SECOND', + 'HOUR', + 'HOUR_MINUTE', + 'HOUR_MINUTE_SECOND', + // TODO(alanknight): Time zone support + // 'HOUR_MINUTE_GENERIC_TZ', + // 'HOUR_MINUTE_TZ', + // 'HOUR_GENERIC_TZ', + // 'HOUR_TZ', + 'MINUTE', + 'MINUTE_SECOND', + 'SECOND' + // ABBR_GENERIC_TZ, + // GENERIC_TZ, + // ABBR_SPECIFIC_TZ, + // SPECIFIC_TZ, + // ABBR_UTC_TZ +]; + +/// Exercise all of the formats we have explicitly defined on a particular +/// locale. [expectedResults] is a map from ICU format names to the +/// expected result of formatting [date] according to that format in +/// [localeName]. +void testLocale( + String localeName, Map expectedResults, DateTime date) { + var intl = Intl(localeName); + for (var i = 0; i < formatsToTest.length; i++) { + var skeleton = formatsToTest[i]; + var format = intl.date(skeleton); + var icuName = icuFormatNamesToTest[i]; + var actualResult = format.format(date); + expectWithReason(actualResult, expectedResults[icuName], 'Mismatch in $localeName, testing skeleton "$skeleton"'); + } +} + +void testRoundTripParsing(String localeName, DateTime date, + [bool forceAscii = false]) { + // In order to test parsing, we can't just read back the date, because + // printing in most formats loses information. But we can test that + // what we parsed back prints the same as what we originally printed. + // At least in most cases. In some cases, we can't even do that. e.g. + // the skeleton WEEKDAY can't be reconstructed at all, and YEAR_MONTH + // formats don't give us enough information to construct a valid date. + var badSkeletons = const [ + DateFormat.ABBR_WEEKDAY, + DateFormat.WEEKDAY, + DateFormat.QUARTER, + DateFormat.ABBR_QUARTER, + DateFormat.YEAR, + DateFormat.YEAR_NUM_MONTH, + DateFormat.YEAR_ABBR_MONTH, + DateFormat.YEAR_MONTH, + DateFormat.MONTH_WEEKDAY_DAY, + DateFormat.NUM_MONTH_WEEKDAY_DAY, + DateFormat.ABBR_MONTH_WEEKDAY_DAY + ]; + for (var i = 0; i < formatsToTest.length; i++) { + var skeleton = formatsToTest[i]; + if (!badSkeletons.any((x) => x == skeleton)) { + var format = DateFormat(skeleton, localeName); + if (forceAscii) format.useNativeDigits = false; + var actualResult = format.format(date); + var parsed = format.parseStrict(actualResult); + var thenPrintAgain = format.format(parsed); + expect(thenPrintAgain, (actualResult)); + } + } +} + +class JKDateTimeFormatTestCorePage extends TestPage { + + static const String routeName = "/date_time_format_test_core"; + + JKDateTimeFormatTestCorePage(super.title, {super.key}) { + print('start test666'); + + // runDateTests(subsetFunc); + } +// TODO(alanknight): Run specific tests for the en_ISO locale which isn't +// included in CLDR, and check that our patterns for it are correct (they +// very likely aren't). +// void runDateTests(SubsetFuncType subsetFunc) { +// ArgumentError.checkNotNull(subsetFunc); +// _subsetFunc = subsetFunc; +// +// print("hhhhhhh3333333"); +// +// test("DateFormat('yMd').addPattern Multiple patterns", () { +// var date = DateTime.now(); +// var multiple1 = DateFormat.yMd().add_jms(); +// var multiple2 = DateFormat('yMd').add_jms(); +// var separate1 = DateFormat.yMd(); +// var separate2 = DateFormat.jms(); +// var separateFormat = '${separate1.format(date)} ${separate2.format(date)}'; +// expect(multiple1.format(date), (multiple2.format(date))); +// expect(multiple1.format(date), (separateFormat)); +// var customPunctuation = DateFormat('yMd').addPattern('jms', ':::'); +// var custom = '${separate1.format(date)}:::${separate2.format(date)}'; +// expect(customPunctuation.format(date), (custom)); +// }); +// +// test("dateFormat.parsePattern('hh:mm:ss') Basic date format parsing", () { +// var dateFormat = DateFormat('d'); +// expect(dateFormat.parsePattern('hh:mm:ss').map((x) => x.pattern).toList(), +// (['hh', ':', 'mm', ':', 'ss'])); +// expect(dateFormat.parsePattern('hh:mm:ss').map((x) => x.pattern).toList(), +// (['hh', ':', 'mm', ':', 'ss'])); +// }); +// +// test("dateFormat.parse('99') Two-digit years", () { +// withClock(Clock.fixed(DateTime(2000, 1, 1)), () { +// var dateFormat = DateFormat('yy'); +// expect(dateFormat.parse('99'), DateTime(1999)); +// expect(dateFormat.parse('00'), DateTime(2000)); +// expect(dateFormat.parse('19'), DateTime(2019)); +// expect(dateFormat.parse('20'), DateTime(2020)); +// expect(dateFormat.parse('21'), DateTime(1921)); +// +// expect(dateFormat.parse('2000'), DateTime(2000)); +// +// dateFormat = DateFormat('MM-dd-yy'); +// expect(dateFormat.parse('12-31-19'), DateTime(2019, 12, 31)); +// expect(dateFormat.parse('1-1-20'), DateTime(2020, 1, 1)); +// expect(dateFormat.parse('1-2-20'), DateTime(1920, 1, 2)); +// +// expect(DateFormat('y').parse('99'), DateTime(99)); +// expect(DateFormat('yyy').parse('99'), DateTime(99)); +// expect(DateFormat('yyyy').parse('99'), DateTime(99)); +// }); +// }); +// +// test("testLocale('de_DE', german, aDate) Test ALL the supported formats on representative locales", () { +// var aDate = DateTime(2012, 1, 27, 20, 58, 59, 0); +// testLocale('en_US', english, aDate); +// if (subset.length > 1) { +// // Don't run if we have just one locale, so some of these won't be there. +// testLocale('de_DE', german, aDate); +// testLocale('fr_FR', french, aDate); +// testLocale('ja_JP', japanese, aDate); +// testLocale('el_GR', greek, aDate); +// testLocale('de_AT', austrian, aDate); +// } +// }); +// +// test("testRoundTripParsing(locale, aDate, true) Test round-trip parsing of dates", () { +// var hours = [0, 1, 11, 12, 13, 23]; +// var months = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]; +// // For locales that use non-ascii digits, e.g. 'ar', also test +// // forcing ascii digits. +// for (var locale in subset) { +// var alsoForceAscii = DateFormat.d(locale).usesNativeDigits; +// for (var month in months) { +// var aDate = DateTime(2012, month, 27, 13, 58, 59, 012); +// testRoundTripParsing(locale, aDate); +// if (alsoForceAscii) { +// testRoundTripParsing(locale, aDate, true); +// } +// } +// for (var hour in hours) { +// var aDate = DateTime(2012, 1, 27, hour, 58, 59, 123); +// testRoundTripParsing(locale, aDate); +// if (alsoForceAscii) { +// testRoundTripParsing(locale, aDate, true); +// } +// } +// } +// }); +// +// // TODO(alanknight): The coverage for patterns and symbols differs +// // at the source, in CLDR 25, so we can't guarantee that all patterns +// // have symbols or vice versa. Wish we could. +// +// test("testLocale('de-AT', austrian, aDate) Test malformed locales", () { +// // Don't run if we have just one locale, which may not include these. +// if (subset.length <= 1) return; +// var aDate = DateTime(2012, 1, 27, 20, 58, 59, 0); +// // Austrian is a useful test locale here because it differs slightly +// // from the generic 'de' locale so we can tell the difference between +// // correcting to 'de_AT' and falling back to just 'de'. +// testLocale('de-AT', austrian, aDate); +// testLocale('de_at', austrian, aDate); +// testLocale('de-at', austrian, aDate); +// }); +// +// test("instanceJP.format(date) Test format creation via Intl", () { +// // Don't run if we have just one locale, which may not include these. +// if (subset.length <= 1) return; +// var intl = Intl('ja_JP'); +// var instanceJP = intl.date('jms'); +// var instanceUS = intl.date('jms', 'en_US'); +// var blank = intl.date('jms'); +// var date = DateTime(2012, 1, 27, 20, 58, 59, 0); +// expect(instanceJP.format(date), ('20:58:59')); +// const space = '\u202F'; +// expect(instanceUS.format(date), ('8:58:59${space}PM')); +// expect(blank.format(date), ('20:58:59')); +// }); +// +// test("DateFormat(r'yy //// :W \\\\ dd:ss ^&@ M').format(aDate) Test explicit format string", () { +// // Don't run if we have just one locale, which may not include these. +// if (subset.length <= 1) return; +// var aDate = DateTime(2012, 1, 27, 20, 58, 59, 0); +// // An explicit format that doesn't conform to any skeleton +// var us = DateFormat(r'yy //// :W \\\\ dd:ss ^&@ M'); +// expect(us.format(aDate), (r'12 //// :W \\\\ 27:59 ^&@ 1')); +// // The result won't change with locale unless we use fields that are words. +// var greek = DateFormat(r'yy //// :W \\\\ dd:ss ^&@ M', 'el_GR'); +// expect(greek.format(aDate), (r'12 //// :W \\\\ 27:59 ^&@ 1')); +// var usWithWords = DateFormat('yy / :W \\ dd:ss ^&@ MMM', 'en_US'); +// var greekWithWords = DateFormat('yy / :W \\ dd:ss ^&@ MMM', 'el_GR'); +// expect(usWithWords.format(aDate), (r'12 / :W \ 27:59 ^&@ Jan')); +// expect(greekWithWords.format(aDate), (r'12 / :W \ 27:59 ^&@ Ιαν')); +// var escaped = DateFormat(r"hh 'o''clock'"); +// expect(escaped.format(aDate), (r"08 o'clock")); +// var reParsed = escaped.parse(escaped.format(aDate)); +// expect(escaped.format(reParsed), (escaped.format(aDate))); +// var noSeparators = DateFormat('HHmmss'); +// expect(noSeparators.format(aDate), ('205859')); +// }); +// +// test("long.format(oneHundred) Test fractional seconds padding", () { +// var one = DateTime(2012, 1, 27, 20, 58, 59, 1); +// var oneHundred = DateTime(2012, 1, 27, 20, 58, 59, 100); +// var fractional = DateFormat('hh:mm:ss.SSS', 'en_US'); +// expect(fractional.format(one), ('08:58:59.001')); +// expect(fractional.format(oneHundred), ('08:58:59.100')); +// var long = DateFormat('ss.SSSSSSSS', 'en_US'); +// expect(long.format(oneHundred), ('59.10000000')); +// expect(long.format(one), ('59.00100000')); +// }); +// +// test("parsedUTC.hour Test parseUTC", () { +// var local = DateTime(2012, 1, 27, 20, 58, 59, 1); +// var utc = DateTime.utc(2012, 1, 27, 20, 58, 59, 1); +// // Getting the offset as a duration via difference() would be simpler, +// // but doesn't work on dart2js in checked mode. See issue 4437. +// var offset = utc.millisecondsSinceEpoch - local.millisecondsSinceEpoch; +// var format = DateFormat('yyyy-MM-dd HH:mm:ss'); +// var localPrinted = format.format(local); +// var parsed = format.parse(localPrinted); +// var parsedUTC = format.parseUTC(format.format(utc)); +// var parsedOffset = +// parsedUTC.millisecondsSinceEpoch - parsed.millisecondsSinceEpoch; +// expect(parsedOffset, (offset)); +// expect(utc.hour, (parsedUTC.hour)); +// expect(local.hour, (parsed.hour)); +// }); +// +// test('Test 0-padding', () { +// var someDate = DateTime(123, 1, 2, 3, 4, 5); +// var format = DateFormat('yyyy-MM-dd HH:mm:ss'); +// expect(format.format(someDate), '0123-01-02 03:04:05'); +// }); +// +// test('Test default format', () { +// var someDate = DateTime(2012, 1, 27, 20, 58, 59, 1); +// var emptyFormat = DateFormat(null, 'en_US'); +// var knownDefault = DateFormat.yMMMMd('en_US').add_jms(); +// var result = emptyFormat.format(someDate); +// var knownResult = knownDefault.format(someDate); +// expect(result, knownResult); +// }); +// +// test("emptyFormat.dateSymbols Get symbols", () { +// var emptyFormat = DateFormat(null, 'en_US'); +// var symbols = emptyFormat.dateSymbols; +// expect(symbols.NARROWWEEKDAYS, ['S', 'M', 'T', 'W', 'T', 'F', 'S']); +// }); +// +// test("DateFormat.QQQ() Quarter calculation", () { +// var quarters = [ +// 'Q1', +// 'Q1', +// 'Q1', +// 'Q2', +// 'Q2', +// 'Q2', +// 'Q3', +// 'Q3', +// 'Q3', +// 'Q4', +// 'Q4', +// 'Q4' +// ]; +// var quarterFormat = DateFormat.QQQ(); +// for (var i = 0; i < 12; i++) { +// var month = i + 1; +// var aDate = DateTime(2012, month, 27, 13, 58, 59, 012); +// var formatted = quarterFormat.format(aDate); +// expect(formatted, quarters[i]); +// } +// }); +// +// test("DateFormat(pattern, 'en_US').format(date) Quarter formatting", () { +// var date = DateTime(2012, 02, 27); +// var formats = { +// 'Q': '1', +// 'QQ': '01', +// 'QQQ': 'Q1', +// 'QQQQ': '1st quarter', +// 'QQQQQ': '00001' +// }; +// formats.forEach((pattern, result) { +// expect(DateFormat(pattern, 'en_US').format(date), result); +// }); +// +// if (subset.contains('zh_CN')) { +// // Especially test zh_CN formatting for `QQQ` and `yQQQ` because it +// // contains a single `Q`. +// expect(DateFormat.QQQ('zh_CN').format(date), '1季度'); +// expect(DateFormat.yQQQ('zh_CN').format(date), '2012年第1季度'); +// } +// }); +// +// /// Generate a map from day numbers in the given [year] (where Jan 1 == 1) +// /// to a Date object. If [year] is a leap year, then pass 1 for +// /// [leapDay], otherwise pass 0. +// Map generateDates(int year, int leapDay) => +// Iterable.generate(365 + leapDay, (n) => n + 1) +// .map((day) { +// // Typically a "date" would have a time value of zero, but we +// // give them an hour value, because they can get created with an +// // offset to the previous day in time zones where the daylight +// // savings transition happens at midnight (e.g. Brazil). +// var result = DateTime(year, 1, day, 3); +// // TODO(alanknight): This is a workaround for dartbug.com/15560. +// if (result.toUtc() == result) result = DateTime(year, 1, day); +// return result; +// }) +// .toList() +// .asMap(); +// +// void verifyOrdinals(Map dates) { +// var f = DateFormat('D'); +// var withYear = DateFormat('yyyy D'); +// dates.forEach((number, date) { +// var formatted = f.format(date); +// expect(formatted, (number + 1).toString()); +// var formattedWithYear = withYear.format(date); +// var parsed = withYear.parse(formattedWithYear); +// // Only compare the date portion, because time zone changes (e.g. DST) can +// // cause the hour values to be different. +// expect(parsed.year, date.year); +// expect(parsed.month, date.month); +// expectWithReason(parsed.day, date.day, +// 'Mismatch between parsed ($parsed) and original ($date)'); +// }); +// } +// +// test("DateFormat('D') Ordinal Date", () { +// var f = DateFormat('D'); +// var dates = generateDates(2012, 1); +// var nonLeapDates = generateDates(2013, 0); +// verifyOrdinals(dates); +// verifyOrdinals(nonLeapDates); +// // Check one hard-coded just to be on the safe side. +// var aDate = DateTime(2012, 4, 27, 13, 58, 59, 012); +// expect(f.format(aDate), '118'); +// }); +// +// // There are some very odd off-by-one bugs when parsing dates. Put in +// // some very basic tests to try and get more information. +// test("DateFormat(DateFormat.NUM_MONTH) Simple Date Creation", () { +// var format = DateFormat(DateFormat.NUM_MONTH); +// var first = format.parse('7'); +// var second = format.parse('7'); +// var basic = DateTime(1970, 7); +// var basicAgain = DateTime(1970, 7); +// expect(first, second); +// expect(first, basic); +// expect(basic, basicAgain); +// expect(first.month, 7); +// }); +// +// test("DateFormat.useNativeDigitsByDefaultFor('ar', true) Native digit default", () { +// if (!subset.contains('ar')) return; +// var nativeFormat = DateFormat.yMd('ar'); +// var date = DateTime(1974, 12, 30); +// var native = nativeFormat.format(date); +// expect(DateFormat.shouldUseNativeDigitsByDefaultFor('ar'), true); +// DateFormat.useNativeDigitsByDefaultFor('ar', false); +// expect(DateFormat.shouldUseNativeDigitsByDefaultFor('ar'), false); +// var asciiFormat = DateFormat.yMd('ar'); +// var ascii = asciiFormat.format(date); +// // This prints with RTL markers before the slashes. That doesn't seem good, +// // but it's what the data says. +// expect(ascii, '30\u200f/12\u200f/1974'); +// expect(native, '٣٠\u200f/١٢\u200f/١٩٧٤'); +// // Reset the value. +// DateFormat.useNativeDigitsByDefaultFor('ar', true); +// }); +// +// // This just tests the basic logic, which was in error, not +// // formatting in different locales. See #215. +// test("DateFormat('kk') hours", () { +// var oneToTwentyFour = DateFormat('kk'); +// var oneToTwelve = DateFormat('hh'); +// var zeroToTwentyThree = DateFormat('KK'); +// var zeroToEleven = DateFormat('HH'); +// var late = DateTime(2019, 1, 2, 0, 4, 6); +// expect(oneToTwentyFour.format(late), '24'); +// expect(zeroToTwentyThree.format(late), '00'); +// expect(oneToTwelve.format(late), '12'); +// expect(zeroToEleven.format(late), '00'); +// }); +// } +} + +/// A shortcut for returning all the locales we have available. +List allLocales() => DateFormat.allLocalesWithSymbols(); + +// typedef SubsetFuncType = List Function(); +// SubsetFuncType? _subsetFunc; +// +// List? _subsetValue; +// +// List get subset { +// return _subsetValue ??= _subsetFunc!(); +// } + diff --git a/ohos/flutter_intl/lib/rt_date_time_format_test_data.dart b/ohos/flutter_intl/lib/rt_date_time_format_test_data.dart new file mode 100644 index 0000000000000000000000000000000000000000..097659d68759ffc2a720593b772233130d5899ed --- /dev/null +++ b/ohos/flutter_intl/lib/rt_date_time_format_test_data.dart @@ -0,0 +1,343 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +library date_time_format_test_data; + +const space = '\u202F'; +const english = { + 'DAY': '27', + 'ABBR_WEEKDAY': 'Fri', + 'WEEKDAY': 'Friday', + 'ABBR_STANDALONE_MONTH': 'Jan', + 'STANDALONE_MONTH': 'January', + 'NUM_MONTH': '1', + 'NUM_MONTH_DAY': '1/27', + 'NUM_MONTH_WEEKDAY_DAY': 'Fri, 1/27', + 'ABBR_MONTH': 'Jan', + 'ABBR_MONTH_DAY': 'Jan 27', + 'ABBR_MONTH_WEEKDAY_DAY': 'Fri, Jan 27', + 'MONTH': 'January', + 'MONTH_DAY': 'January 27', + 'MONTH_WEEKDAY_DAY': 'Friday, January 27', + 'ABBR_QUARTER': 'Q1', + 'QUARTER': '1st quarter', + 'YEAR': '2012', + 'YEAR_NUM_MONTH': '1/2012', + 'YEAR_NUM_MONTH_DAY': '1/27/2012', + 'YEAR_NUM_MONTH_WEEKDAY_DAY': 'Fri, 1/27/2012', + 'YEAR_ABBR_MONTH': 'Jan 2012', + 'YEAR_ABBR_MONTH_DAY': 'Jan 27, 2012', + 'YEAR_ABBR_MONTH_WEEKDAY_DAY': 'Fri, Jan 27, 2012', + 'YEAR_MONTH': 'January 2012', + 'YEAR_MONTH_DAY': 'January 27, 2012', + 'YEAR_MONTH_WEEKDAY_DAY': 'Friday, January 27, 2012', + 'YEAR_ABBR_QUARTER': 'Q1 2012', + 'YEAR_QUARTER': '1st quarter 2012', + 'HOUR24': '20', + 'HOUR24_MINUTE': '20:58', + 'HOUR24_MINUTE_SECOND': '20:58:59', + 'HOUR': '8${space}PM', + 'HOUR_MINUTE': '8:58${space}PM', + 'HOUR_MINUTE_SECOND': '8:58:59${space}PM', + 'MINUTE': '58', + 'MINUTE_SECOND': '58:59', + 'SECOND': '59', + 'LOCATION_TZ': 'United States Time (Los Angeles)', + 'GENERIC_TZ': 'Pacific Time', + 'ABBR_GENERIC_TZ': 'PT', + 'SPECIFIC_TZ': 'Pacific Standard Time', + 'ABBR_SPECIFIC_TZ': 'PST', + 'ABBR_UTC_TZ': 'GMT-08:00', + 'YEAR_MONTH_WEEKDAY_DAY + HOUR_MINUTE_SECOND': + 'Friday, January 27, 2012 8:58:59${space}PM', + 'YEAR_MONTH_WEEKDAY_DAY + HOUR_MINUTE_SECOND + GENERIC_TZ': + 'Friday, January 27, 2012 8:58:59${space}PM Pacific Time', + 'YEAR_ABBR_MONTH_WEEKDAY_DAY + HOUR_MINUTE_SECOND + ABBR_SPECIFIC_TZ': + 'Fri, Jan 27, 2012 8:58:59${space}PM PST', + 'HOUR_MINUTE_SECOND + ABBR_GENERIC_TZ': '8:58:59${space}PM PT', + 'HOUR_MINUTE + ABBR_SPECIFIC_TZ': '8:58${space}PM PST' +}; + +const german = { + 'DAY': '27', + 'ABBR_WEEKDAY': 'Fr', + 'WEEKDAY': 'Freitag', + 'ABBR_STANDALONE_MONTH': 'Jan', + 'STANDALONE_MONTH': 'Januar', + 'NUM_MONTH': '1', + 'NUM_MONTH_DAY': '27.1.', + 'NUM_MONTH_WEEKDAY_DAY': 'Fr., 27.1.', + 'ABBR_MONTH': 'Jan', + 'ABBR_MONTH_DAY': '27. Jan.', + 'ABBR_MONTH_WEEKDAY_DAY': 'Fr., 27. Jan.', + 'MONTH': 'Januar', + 'MONTH_DAY': '27. Januar', + 'MONTH_WEEKDAY_DAY': 'Freitag, 27. Januar', + 'ABBR_QUARTER': 'Q1', + 'QUARTER': '1. Quartal', + 'YEAR': '2012', + 'YEAR_NUM_MONTH': '01/2012', + 'YEAR_NUM_MONTH_DAY': '27.1.2012', + 'YEAR_NUM_MONTH_WEEKDAY_DAY': 'Fr., 27.1.2012', + 'YEAR_ABBR_MONTH': 'Jan. 2012', + 'YEAR_ABBR_MONTH_DAY': '27. Jan. 2012', + 'YEAR_ABBR_MONTH_WEEKDAY_DAY': 'Fr., 27. Jan. 2012', + 'YEAR_MONTH': 'Januar 2012', + 'YEAR_MONTH_DAY': '27. Januar 2012', + 'YEAR_MONTH_WEEKDAY_DAY': 'Freitag, 27. Januar 2012', + 'YEAR_ABBR_QUARTER': 'Q1 2012', + 'YEAR_QUARTER': '1. Quartal 2012', + 'HOUR24': '20 Uhr', + 'HOUR24_MINUTE': '20:58', + 'HOUR24_MINUTE_SECOND': '20:58:59', + 'HOUR': '20 Uhr', + 'HOUR_MINUTE': '20:58', + 'HOUR_MINUTE_SECOND': '20:58:59', + 'MINUTE': '58', + 'MINUTE_SECOND': '58:59', + 'SECOND': '59', + 'LOCATION_TZ': 'Vereinigte Staaten Zeit (Los Angeles)', + 'GENERIC_TZ': 'Nordamerikanische Westküstenzeit', + 'ABBR_GENERIC_TZ': 'Vereinigte Staaten Zeit (Los Angeles)', + 'SPECIFIC_TZ': 'Nordamerikanische Westküsten-Winterzeit', + 'ABBR_SPECIFIC_TZ': 'GMT-08:00', + 'ABBR_UTC_TZ': 'GMT-08:00', + 'YEAR_MONTH_WEEKDAY_DAY + HOUR_MINUTE_SECOND': + 'Freitag, 27. Januar 2012 20:58:59', + 'YEAR_MONTH_WEEKDAY_DAY + HOUR_MINUTE_SECOND + GENERIC_TZ': + 'Freitag, 27. Januar 2012 20:58:59 Nordamerikanische Westküstenzeit', + 'YEAR_ABBR_MONTH_WEEKDAY_DAY + HOUR_MINUTE_SECOND + ABBR_SPECIFIC_TZ': + 'Fr., 27. Jan 2012 20:58:59 GMT-08:00', + 'HOUR_MINUTE_SECOND + ABBR_GENERIC_TZ': + '20:58:59 Vereinigte Staaten Zeit (Los Angeles)', + 'HOUR_MINUTE + ABBR_SPECIFIC_TZ': '20:58 GMT-08:00' +}; + +const austrian = { + 'DAY': '27', + 'ABBR_WEEKDAY': 'Fr', + 'WEEKDAY': 'Freitag', + 'ABBR_STANDALONE_MONTH': 'Jän', + 'STANDALONE_MONTH': 'Jänner', + 'NUM_MONTH': '1', + 'NUM_MONTH_DAY': '27.1.', + 'NUM_MONTH_WEEKDAY_DAY': 'Fr., 27.1.', + 'ABBR_MONTH': 'Jän', + 'ABBR_MONTH_DAY': '27. Jän.', + 'ABBR_MONTH_WEEKDAY_DAY': 'Fr., 27. Jän.', + 'MONTH': 'Jänner', + 'MONTH_DAY': '27. Jänner', + 'MONTH_WEEKDAY_DAY': 'Freitag, 27. Jänner', + 'ABBR_QUARTER': 'Q1', + 'QUARTER': '1. Quartal', + 'YEAR': '2012', + 'YEAR_NUM_MONTH': '01/2012', + 'YEAR_NUM_MONTH_DAY': '27.1.2012', + 'YEAR_NUM_MONTH_WEEKDAY_DAY': 'Fr., 27.1.2012', + 'YEAR_ABBR_MONTH': 'Jän. 2012', + 'YEAR_ABBR_MONTH_DAY': '27. Jän. 2012', + 'YEAR_ABBR_MONTH_WEEKDAY_DAY': 'Fr., 27. Jän. 2012', + 'YEAR_MONTH': 'Jänner 2012', + 'YEAR_MONTH_DAY': '27. Jänner 2012', + 'YEAR_MONTH_WEEKDAY_DAY': 'Freitag, 27. Jänner 2012', + 'YEAR_ABBR_QUARTER': 'Q1 2012', + 'YEAR_QUARTER': '1. Quartal 2012', + 'HOUR24': '20 Uhr', + 'HOUR24_MINUTE': '20:58', + 'HOUR24_MINUTE_SECOND': '20:58:59', + 'HOUR': '20 Uhr', + 'HOUR_MINUTE': '20:58', + 'HOUR_MINUTE_SECOND': '20:58:59', + 'MINUTE': '58', + 'MINUTE_SECOND': '58:59', + 'SECOND': '59', + 'LOCATION_TZ': 'Vereinigte Staaten Zeit (Los Angeles)', + 'GENERIC_TZ': 'Nordamerikanische Westküstenzeit', + 'ABBR_GENERIC_TZ': 'Vereinigte Staaten Zeit (Los Angeles)', + 'SPECIFIC_TZ': 'Nordamerikanische Westküsten-Winterzeit', + 'ABBR_SPECIFIC_TZ': 'GMT-08:00', + 'ABBR_UTC_TZ': 'GMT-08:00', + 'YEAR_MONTH_WEEKDAY_DAY + HOUR_MINUTE_SECOND': + 'Freitag, 27. Jänner 2012 20:58:59', + 'YEAR_MONTH_WEEKDAY_DAY + HOUR_MINUTE_SECOND + GENERIC_TZ': + 'Freitag, 27. Jänner 2012 20:58:59 Nordamerikanische Westküstenzeit', + 'YEAR_ABBR_MONTH_WEEKDAY_DAY + HOUR_MINUTE_SECOND + ABBR_SPECIFIC_TZ': + 'Fr., 27. Jän 2012 20:58:59 GMT-08:00', + 'HOUR_MINUTE_SECOND + ABBR_GENERIC_TZ': + '20:58:59 Vereinigte Staaten Zeit (Los Angeles)', + 'HOUR_MINUTE + ABBR_SPECIFIC_TZ': '20:58 GMT-08:00' +}; + +const french = { + 'DAY': '27', + 'ABBR_WEEKDAY': 'ven.', + 'WEEKDAY': 'vendredi', + 'ABBR_STANDALONE_MONTH': 'janv.', + 'STANDALONE_MONTH': 'janvier', + 'NUM_MONTH': '1', + 'NUM_MONTH_DAY': '27/01', + 'NUM_MONTH_WEEKDAY_DAY': 'ven. 27/01', + 'ABBR_MONTH': 'janv.', + 'ABBR_MONTH_DAY': '27 janv.', + 'ABBR_MONTH_WEEKDAY_DAY': 'ven. 27 janv.', + 'MONTH': 'janvier', + 'MONTH_DAY': '27 janvier', + 'MONTH_WEEKDAY_DAY': 'vendredi 27 janvier', + 'ABBR_QUARTER': 'T1', + 'QUARTER': '1er trimestre', + 'YEAR': '2012', + 'YEAR_NUM_MONTH': '01/2012', + 'YEAR_NUM_MONTH_DAY': '27/01/2012', + 'YEAR_NUM_MONTH_WEEKDAY_DAY': 'ven. 27/01/2012', + 'YEAR_ABBR_MONTH': 'janv. 2012', + 'YEAR_ABBR_MONTH_DAY': '27 janv. 2012', + 'YEAR_ABBR_MONTH_WEEKDAY_DAY': 'ven. 27 janv. 2012', + 'YEAR_MONTH': 'janvier 2012', + 'YEAR_MONTH_DAY': '27 janvier 2012', + 'YEAR_MONTH_WEEKDAY_DAY': 'vendredi 27 janvier 2012', + 'YEAR_ABBR_QUARTER': 'T1 2012', + 'YEAR_QUARTER': '1er trimestre 2012', + 'HOUR24': '20 h', + 'HOUR24_MINUTE': '20:58', + 'HOUR24_MINUTE_SECOND': '20:58:59', + 'HOUR': '20 h', + 'HOUR_MINUTE': '20:58', + 'HOUR_MINUTE_SECOND': '20:58:59', + 'MINUTE': '58', + 'MINUTE_SECOND': '58:59', + 'SECOND': '59', + 'LOCATION_TZ': 'Heure : États-Unis (Los Angeles)', + 'GENERIC_TZ': 'heure du Pacifique', + 'ABBR_GENERIC_TZ': 'Heure : États-Unis (Los Angeles)', + 'SPECIFIC_TZ': 'heure normale du Pacifique', + 'ABBR_SPECIFIC_TZ': 'UTC-08:00', + 'ABBR_UTC_TZ': 'UTC-08:00', + 'YEAR_MONTH_WEEKDAY_DAY + HOUR_MINUTE_SECOND': + 'vendredi 27 janvier 2012 20:58:59', + 'YEAR_MONTH_WEEKDAY_DAY + HOUR_MINUTE_SECOND + GENERIC_TZ': + 'vendredi 27 janvier 2012 20:58:59 heure du Pacifique', + 'YEAR_ABBR_MONTH_WEEKDAY_DAY + HOUR_MINUTE_SECOND + ABBR_SPECIFIC_TZ': + 'ven. 27 janv. 2012 20:58:59 UTC-08:00', + 'HOUR_MINUTE_SECOND + ABBR_GENERIC_TZ': + '20:58:59 Heure : États-Unis (Los Angeles)', + 'HOUR_MINUTE + ABBR_SPECIFIC_TZ': '20:58 UTC-08:00' +}; + +const japanese = { + 'DAY': '27日', + 'ABBR_WEEKDAY': '金', + 'WEEKDAY': '金曜日', + 'ABBR_STANDALONE_MONTH': '1月', + 'STANDALONE_MONTH': '1月', + 'NUM_MONTH': '1月', + 'NUM_MONTH_DAY': '1/27', + 'NUM_MONTH_WEEKDAY_DAY': '1/27(金)', + 'ABBR_MONTH': '1月', + 'ABBR_MONTH_DAY': '1月27日', + 'ABBR_MONTH_WEEKDAY_DAY': '1月27日(金)', + 'MONTH': '1月', + 'MONTH_DAY': '1月27日', + 'MONTH_WEEKDAY_DAY': '1月27日金曜日', + 'ABBR_QUARTER': 'Q1', + 'QUARTER': '第1四半期', + 'YEAR': '2012年', + 'YEAR_NUM_MONTH': '2012/1', + 'YEAR_NUM_MONTH_DAY': '2012/1/27', + 'YEAR_NUM_MONTH_WEEKDAY_DAY': '2012/1/27(金)', + 'YEAR_ABBR_MONTH': '2012年1月', + 'YEAR_ABBR_MONTH_DAY': '2012年1月27日', + 'YEAR_ABBR_MONTH_WEEKDAY_DAY': '2012年1月27日(金)', + 'YEAR_MONTH': '2012年1月', + 'YEAR_MONTH_DAY': '2012年1月27日', + 'YEAR_MONTH_WEEKDAY_DAY': '2012年1月27日金曜日', + 'YEAR_ABBR_QUARTER': '2012/Q1', + 'YEAR_QUARTER': '2012/第1四半期', + 'HOUR24': '20時', + 'HOUR24_MINUTE': '20:58', + 'HOUR24_MINUTE_SECOND': '20:58:59', + 'HOUR': '20時', + 'HOUR_MINUTE': '20:58', + 'HOUR_MINUTE_SECOND': '20:58:59', + 'MINUTE': '58', + 'MINUTE_SECOND': '58:59', + 'SECOND': '59', + 'LOCATION_TZ': 'アメリカ合衆国時間(ロサンゼルス)', + 'GENERIC_TZ': 'アメリカ太平洋時間', + 'ABBR_GENERIC_TZ': 'アメリカ合衆国時間(ロサンゼルス)', + 'SPECIFIC_TZ': 'アメリカ太平洋標準時', + 'ABBR_SPECIFIC_TZ': 'GMT-08:00', + 'ABBR_UTC_TZ': 'GMT-08:00', + 'YEAR_MONTH_WEEKDAY_DAY + HOUR_MINUTE_SECOND': '2012年1月27日(金曜日) 20:58:59', + 'YEAR_MONTH_WEEKDAY_DAY + HOUR_MINUTE_SECOND + GENERIC_TZ': + '2012年1月27日(金曜日) 20時58分59秒 アメリカ太平洋時間', + 'YEAR_ABBR_MONTH_WEEKDAY_DAY + HOUR_MINUTE_SECOND + ABBR_SPECIFIC_TZ': + '2012年1月27日(金) 20時58分59秒 GMT-08:00', + 'HOUR_MINUTE_SECOND + ABBR_GENERIC_TZ': '20時58分59秒 アメリカ合衆国時間(ロサンゼルス)', + 'HOUR_MINUTE + ABBR_SPECIFIC_TZ': '20:58 GMT-08:00' +}; + +const greek = { + 'DAY': '27', + 'ABBR_WEEKDAY': 'Παρ', + 'WEEKDAY': 'Παρασκευή', + 'ABBR_STANDALONE_MONTH': 'Ιαν', + 'STANDALONE_MONTH': 'Ιανουαρίου', + 'NUM_MONTH': '1', + 'NUM_MONTH_DAY': '27/1', + 'NUM_MONTH_WEEKDAY_DAY': 'Παρ 27/1', + 'ABBR_MONTH': 'Ιαν', + 'ABBR_MONTH_DAY': '27 Ιαν', + 'ABBR_MONTH_WEEKDAY_DAY': 'Παρ 27 Ιαν', + 'MONTH': 'Ιανουαρίου', + 'MONTH_DAY': '27 Ιανουαρίου', + 'MONTH_WEEKDAY_DAY': 'Παρασκευή 27 Ιανουαρίου', + 'ABBR_QUARTER': 'Τ1', + 'QUARTER': '1ο τρίμηνο', + 'YEAR': '2012', + 'YEAR_NUM_MONTH': '1/2012', + 'YEAR_NUM_MONTH_DAY': '27/1/2012', + 'YEAR_NUM_MONTH_WEEKDAY_DAY': 'Παρ 27/1/2012', + 'YEAR_ABBR_MONTH': 'Ιαν 2012', + 'YEAR_ABBR_MONTH_DAY': '27 Ιαν 2012', + 'YEAR_ABBR_MONTH_WEEKDAY_DAY': 'Παρ 27 Ιαν 2012', + 'YEAR_MONTH': 'Ιανουάριος 2012', + 'YEAR_MONTH_DAY': '27 Ιανουαρίου 2012', + 'YEAR_MONTH_WEEKDAY_DAY': 'Παρασκευή 27 Ιανουαρίου 2012', + 'YEAR_ABBR_QUARTER': '2012 Τ1', + 'YEAR_QUARTER': '2012 1ο τρίμηνο', + 'HOUR24': '20', + 'HOUR24_MINUTE': '20:58', + 'HOUR24_MINUTE_SECOND': '20:58:59', + 'HOUR': '8${space}μ.μ.', + 'HOUR_MINUTE': '8:58${space}μ.μ.', + 'HOUR_MINUTE_SECOND': '8:58:59${space}μ.μ.', + 'MINUTE': '58', + 'MINUTE_SECOND': '58:59', + 'SECOND': '59', + 'LOCATION_TZ': 'Ηνωμένες Πολιτείες της Αμερικής (Λος Άντζελες)', + 'GENERIC_TZ': 'Ώρα Ειρηνικού', + 'ABBR_GENERIC_TZ': 'Ηνωμένες Πολιτείες της Αμερικής (Λος Άντζελες)', + 'SPECIFIC_TZ': 'Χειμερινή ώρα Ειρηνικού', + 'ABBR_SPECIFIC_TZ': 'GMT-08:00', + 'ABBR_UTC_TZ': 'GMT-08:00', + 'YEAR_MONTH_WEEKDAY_DAY + HOUR_MINUTE_SECOND': + 'Παρασκευή, 27 Ιανουαρίου 2012 8:58:59${space}μ.μ.', + 'YEAR_MONTH_WEEKDAY_DAY + HOUR_MINUTE_SECOND + GENERIC_TZ': + 'Παρασκευή, 27 Ιανουαρίου 2012 8:58:59${space}μ.μ. Ώρα Ειρηνικού', + 'YEAR_ABBR_MONTH_WEEKDAY_DAY + HOUR_MINUTE_SECOND + ABBR_SPECIFIC_TZ': + 'Παρ, 27 Ιαν 2012 8:58:59${space}μ.μ. GMT-08:00', + 'HOUR_MINUTE_SECOND + ABBR_GENERIC_TZ': + '8:58:59${space}μ.μ. Ηνωμένες Πολιτείες της Αμερικής (Λος Άντζελες)', + 'HOUR_MINUTE + ABBR_SPECIFIC_TZ': '8:58${space}μ.μ. GMT-08:00' +}; diff --git a/ohos/flutter_intl/lib/rt_date_time_format_test_stub.dart b/ohos/flutter_intl/lib/rt_date_time_format_test_stub.dart new file mode 100644 index 0000000000000000000000000000000000000000..691135a452d449cc129a351d3325bae6686297d0 --- /dev/null +++ b/ohos/flutter_intl/lib/rt_date_time_format_test_stub.dart @@ -0,0 +1,424 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +library date_time_format_test; + +import 'package:intl/intl.dart'; +import 'package:flutter_intl/common/test_page.dart'; + +import 'package:intl/date_symbol_data_local.dart'; + +import 'rt_date_time_format_test_core.dart'; +import 'rt_date_time_format_test_data.dart'; +import 'package:clock/clock.dart'; + +typedef TestListFunc = List Function(); + +typedef InitializeDateFormattingFunc = Future Function( + String locale, String filePath); + +/// Return only the odd-numbered locales. A simple way to divide the list into +/// two roughly equal parts. +List oddLocales() { + var i = 1; + return allLocales().where((x) => (i++).isOdd).toList(); +} + +/// Return a set of a few locales to run just the tests on a small sample. +List smallSetOfLocales() { + return allLocales().sublist(0, 10); +} + +/// Return only the even-numbered locales. A simple way to divide the list into +/// two roughly equal parts. +List evenLocales() { + var i = 1; + return allLocales().where((x) => !(i++).isOdd).toList(); +} + +class JKDateTimeFormatTestStubPage extends TestPage { + + static const String routeName = "/rt_date_time_format_test_stub"; + + //var coreMode = JKDateTimeFormatTestCorePage("date_time_format_test_core",[""]); + + JKDateTimeFormatTestStubPage(super.title, {super.key}) { + print('start test666 ::JKDateTimeFormatTestStubPage '); + runWith(evenLocales, null, initializeDateFormatting); + } + + void runWith(TestListFunc getSubset, String? dir, + InitializeDateFormattingFunc initFunction) { + var notNullDir = dir ?? ''; + + var initialized = false; + + // setUp(() { + if (initialized) { + null; + } + initFunction('en_US', notNullDir).then((_) { + return Future.forEach(DateFormat.allLocalesWithSymbols(), + (String locale) { + return initFunction(locale, notNullDir); + }); + }).then((_) { + initialized = true; + }); + // }); + //coreMode.runDateTests(getSubset); + + print("hhhhhhh222222"); + //JKDateTimeFormatTestCorePage("date_time_format_test_core",getSubset); + runDateTests(getSubset); + } + + void runDateTests(SubsetFuncType subsetFunc) { + ArgumentError.checkNotNull(subsetFunc); + _subsetFunc = subsetFunc; + + print("hhhhhhh3333333"); + + test("DateFormat('yMd').addPattern Multiple patterns", () { + var date = DateTime.now(); + var multiple1 = DateFormat.yMd().add_jms(); + var multiple2 = DateFormat('yMd').add_jms(); + var separate1 = DateFormat.yMd(); + var separate2 = DateFormat.jms(); + var separateFormat = '${separate1.format(date)} ${separate2.format(date)}'; + expect(multiple1.format(date), (multiple2.format(date))); + expect(multiple1.format(date), (separateFormat)); + var customPunctuation = DateFormat('yMd').addPattern('jms', ':::'); + var custom = '${separate1.format(date)}:::${separate2.format(date)}'; + expect(customPunctuation.format(date), (custom)); + }); + + test("dateFormat.parsePattern('hh:mm:ss') Basic date format parsing", () { + var dateFormat = DateFormat('d'); + expect(dateFormat.parsePattern('hh:mm:ss').map((x) => x.pattern).toList(), + (['hh', ':', 'mm', ':', 'ss'])); + expect(dateFormat.parsePattern('hh:mm:ss').map((x) => x.pattern).toList(), + (['hh', ':', 'mm', ':', 'ss'])); + }); + + test("dateFormat.parse('99') Two-digit years", () { + withClock(Clock.fixed(DateTime(2000, 1, 1)), () { + var dateFormat = DateFormat('yy'); + expect(dateFormat.parse('99'), DateTime(1999)); + expect(dateFormat.parse('00'), DateTime(2000)); + expect(dateFormat.parse('19'), DateTime(2019)); + expect(dateFormat.parse('20'), DateTime(2020)); + expect(dateFormat.parse('21'), DateTime(1921)); + + expect(dateFormat.parse('2000'), DateTime(2000)); + + dateFormat = DateFormat('MM-dd-yy'); + expect(dateFormat.parse('12-31-19'), DateTime(2019, 12, 31)); + expect(dateFormat.parse('1-1-20'), DateTime(2020, 1, 1)); + expect(dateFormat.parse('1-2-20'), DateTime(1920, 1, 2)); + + expect(DateFormat('y').parse('99'), DateTime(99)); + expect(DateFormat('yyy').parse('99'), DateTime(99)); + expect(DateFormat('yyyy').parse('99'), DateTime(99)); + }); + }); + + test("testLocale('de_DE', german, aDate) Test ALL the supported formats on representative locales", () { + var aDate = DateTime(2012, 1, 27, 20, 58, 59, 0); + testLocale('en_US', english, aDate); + if (subset.length > 1) { + // Don't run if we have just one locale, so some of these won't be there. + testLocale('de_DE', german, aDate); + testLocale('fr_FR', french, aDate); + testLocale('ja_JP', japanese, aDate); + testLocale('el_GR', greek, aDate); + testLocale('de_AT', austrian, aDate); + } + }); + + test("testRoundTripParsing(locale, aDate, true) Test round-trip parsing of dates", () { + var hours = [0, 1, 11, 12, 13, 23]; + var months = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]; + // For locales that use non-ascii digits, e.g. 'ar', also test + // forcing ascii digits. + for (var locale in subset) { + var alsoForceAscii = DateFormat.d(locale).usesNativeDigits; + for (var month in months) { + var aDate = DateTime(2012, month, 27, 13, 58, 59, 012); + testRoundTripParsing(locale, aDate); + if (alsoForceAscii) { + testRoundTripParsing(locale, aDate, true); + } + } + for (var hour in hours) { + var aDate = DateTime(2012, 1, 27, hour, 58, 59, 123); + testRoundTripParsing(locale, aDate); + if (alsoForceAscii) { + testRoundTripParsing(locale, aDate, true); + } + } + } + }); + + // TODO(alanknight): The coverage for patterns and symbols differs + // at the source, in CLDR 25, so we can't guarantee that all patterns + // have symbols or vice versa. Wish we could. + + test("testLocale('de-AT', austrian, aDate) Test malformed locales", () { + // Don't run if we have just one locale, which may not include these. + if (subset.length <= 1) return; + var aDate = DateTime(2012, 1, 27, 20, 58, 59, 0); + // Austrian is a useful test locale here because it differs slightly + // from the generic 'de' locale so we can tell the difference between + // correcting to 'de_AT' and falling back to just 'de'. + testLocale('de-AT', austrian, aDate); + testLocale('de_at', austrian, aDate); + testLocale('de-at', austrian, aDate); + }); + + test("instanceJP.format(date) Test format creation via Intl", () { + // Don't run if we have just one locale, which may not include these. + if (subset.length <= 1) return; + var intl = Intl('ja_JP'); + var instanceJP = intl.date('jms'); + var instanceUS = intl.date('jms', 'en_US'); + var blank = intl.date('jms'); + var date = DateTime(2012, 1, 27, 20, 58, 59, 0); + expect(instanceJP.format(date), ('20:58:59')); + const space = '\u202F'; + expect(instanceUS.format(date), ('8:58:59${space}PM')); + expect(blank.format(date), ('20:58:59')); + }); + + test("DateFormat(r'yy //// :W \\\\ dd:ss ^&@ M').format(aDate) Test explicit format string", () { + // Don't run if we have just one locale, which may not include these. + if (subset.length <= 1) return; + var aDate = DateTime(2012, 1, 27, 20, 58, 59, 0); + // An explicit format that doesn't conform to any skeleton + var us = DateFormat(r'yy //// :W \\\\ dd:ss ^&@ M'); + expect(us.format(aDate), (r'12 //// :W \\\\ 27:59 ^&@ 1')); + // The result won't change with locale unless we use fields that are words. + var greek = DateFormat(r'yy //// :W \\\\ dd:ss ^&@ M', 'el_GR'); + expect(greek.format(aDate), (r'12 //// :W \\\\ 27:59 ^&@ 1')); + var usWithWords = DateFormat('yy / :W \\ dd:ss ^&@ MMM', 'en_US'); + var greekWithWords = DateFormat('yy / :W \\ dd:ss ^&@ MMM', 'el_GR'); + expect(usWithWords.format(aDate), (r'12 / :W \ 27:59 ^&@ Jan')); + expect(greekWithWords.format(aDate), (r'12 / :W \ 27:59 ^&@ Ιαν')); + var escaped = DateFormat(r"hh 'o''clock'"); + expect(escaped.format(aDate), (r"08 o'clock")); + var reParsed = escaped.parse(escaped.format(aDate)); + expect(escaped.format(reParsed), (escaped.format(aDate))); + var noSeparators = DateFormat('HHmmss'); + expect(noSeparators.format(aDate), ('205859')); + }); + + test("long.format(oneHundred) Test fractional seconds padding", () { + var one = DateTime(2012, 1, 27, 20, 58, 59, 1); + var oneHundred = DateTime(2012, 1, 27, 20, 58, 59, 100); + var fractional = DateFormat('hh:mm:ss.SSS', 'en_US'); + expect(fractional.format(one), ('08:58:59.001')); + expect(fractional.format(oneHundred), ('08:58:59.100')); + var long = DateFormat('ss.SSSSSSSS', 'en_US'); + expect(long.format(oneHundred), ('59.10000000')); + expect(long.format(one), ('59.00100000')); + }); + + test("parsedUTC.hour Test parseUTC", () { + var local = DateTime(2012, 1, 27, 20, 58, 59, 1); + var utc = DateTime.utc(2012, 1, 27, 20, 58, 59, 1); + // Getting the offset as a duration via difference() would be simpler, + // but doesn't work on dart2js in checked mode. See issue 4437. + var offset = utc.millisecondsSinceEpoch - local.millisecondsSinceEpoch; + var format = DateFormat('yyyy-MM-dd HH:mm:ss'); + var localPrinted = format.format(local); + var parsed = format.parse(localPrinted); + var parsedUTC = format.parseUTC(format.format(utc)); + var parsedOffset = + parsedUTC.millisecondsSinceEpoch - parsed.millisecondsSinceEpoch; + expect(parsedOffset, (offset)); + expect(utc.hour, (parsedUTC.hour)); + expect(local.hour, (parsed.hour)); + }); + + test('Test 0-padding', () { + var someDate = DateTime(123, 1, 2, 3, 4, 5); + var format = DateFormat('yyyy-MM-dd HH:mm:ss'); + expect(format.format(someDate), '0123-01-02 03:04:05'); + }); + + test('Test default format', () { + var someDate = DateTime(2012, 1, 27, 20, 58, 59, 1); + var emptyFormat = DateFormat(null, 'en_US'); + var knownDefault = DateFormat.yMMMMd('en_US').add_jms(); + var result = emptyFormat.format(someDate); + var knownResult = knownDefault.format(someDate); + expect(result, knownResult); + }); + + test("emptyFormat.dateSymbols Get symbols", () { + var emptyFormat = DateFormat(null, 'en_US'); + var symbols = emptyFormat.dateSymbols; + expect(symbols.NARROWWEEKDAYS, ['S', 'M', 'T', 'W', 'T', 'F', 'S']); + }); + + test("DateFormat.QQQ() Quarter calculation", () { + var quarters = [ + 'Q1', + 'Q1', + 'Q1', + 'Q2', + 'Q2', + 'Q2', + 'Q3', + 'Q3', + 'Q3', + 'Q4', + 'Q4', + 'Q4' + ]; + var quarterFormat = DateFormat.QQQ(); + for (var i = 0; i < 12; i++) { + var month = i + 1; + var aDate = DateTime(2012, month, 27, 13, 58, 59, 012); + var formatted = quarterFormat.format(aDate); + expect(formatted, quarters[i]); + } + }); + + test("DateFormat(pattern, 'en_US').format(date) Quarter formatting", () { + var date = DateTime(2012, 02, 27); + var formats = { + 'Q': '1', + 'QQ': '01', + 'QQQ': 'Q1', + 'QQQQ': '1st quarter', + 'QQQQQ': '00001' + }; + formats.forEach((pattern, result) { + expect(DateFormat(pattern, 'en_US').format(date), result); + }); + + if (subset.contains('zh_CN')) { + // Especially test zh_CN formatting for `QQQ` and `yQQQ` because it + // contains a single `Q`. + expect(DateFormat.QQQ('zh_CN').format(date), '1季度'); + expect(DateFormat.yQQQ('zh_CN').format(date), '2012年第1季度'); + } + }); + + /// Generate a map from day numbers in the given [year] (where Jan 1 == 1) + /// to a Date object. If [year] is a leap year, then pass 1 for + /// [leapDay], otherwise pass 0. + Map generateDates(int year, int leapDay) => + Iterable.generate(365 + leapDay, (n) => n + 1) + .map((day) { + // Typically a "date" would have a time value of zero, but we + // give them an hour value, because they can get created with an + // offset to the previous day in time zones where the daylight + // savings transition happens at midnight (e.g. Brazil). + var result = DateTime(year, 1, day, 3); + // TODO(alanknight): This is a workaround for dartbug.com/15560. + if (result.toUtc() == result) result = DateTime(year, 1, day); + return result; + }) + .toList() + .asMap(); + + void verifyOrdinals(Map dates) { + var f = DateFormat('D'); + var withYear = DateFormat('yyyy D'); + dates.forEach((number, date) { + var formatted = f.format(date); + expect(formatted, (number + 1).toString()); + var formattedWithYear = withYear.format(date); + var parsed = withYear.parse(formattedWithYear); + // Only compare the date portion, because time zone changes (e.g. DST) can + // cause the hour values to be different. + expect(parsed.year, date.year); + expect(parsed.month, date.month); + expectWithReason(parsed.day, date.day, + 'Mismatch between parsed ($parsed) and original ($date)'); + }); + } + + test("DateFormat('D') Ordinal Date", () { + var f = DateFormat('D'); + var dates = generateDates(2012, 1); + var nonLeapDates = generateDates(2013, 0); + verifyOrdinals(dates); + verifyOrdinals(nonLeapDates); + // Check one hard-coded just to be on the safe side. + var aDate = DateTime(2012, 4, 27, 13, 58, 59, 012); + expect(f.format(aDate), '118'); + }); + + // There are some very odd off-by-one bugs when parsing dates. Put in + // some very basic tests to try and get more information. + test("DateFormat(DateFormat.NUM_MONTH) Simple Date Creation", () { + var format = DateFormat(DateFormat.NUM_MONTH); + var first = format.parse('7'); + var second = format.parse('7'); + var basic = DateTime(1970, 7); + var basicAgain = DateTime(1970, 7); + expect(first, second); + expect(first, basic); + expect(basic, basicAgain); + expect(first.month, 7); + }); + + test("DateFormat.useNativeDigitsByDefaultFor('ar', true) Native digit default", () { + if (!subset.contains('ar')) return; + var nativeFormat = DateFormat.yMd('ar'); + var date = DateTime(1974, 12, 30); + var native = nativeFormat.format(date); + expect(DateFormat.shouldUseNativeDigitsByDefaultFor('ar'), true); + DateFormat.useNativeDigitsByDefaultFor('ar', false); + expect(DateFormat.shouldUseNativeDigitsByDefaultFor('ar'), false); + var asciiFormat = DateFormat.yMd('ar'); + var ascii = asciiFormat.format(date); + // This prints with RTL markers before the slashes. That doesn't seem good, + // but it's what the data says. + expect(ascii, '30\u200f/12\u200f/1974'); + expect(native, '٣٠\u200f/١٢\u200f/١٩٧٤'); + // Reset the value. + DateFormat.useNativeDigitsByDefaultFor('ar', true); + }); + + // This just tests the basic logic, which was in error, not + // formatting in different locales. See #215. + test("DateFormat('kk') hours", () { + var oneToTwentyFour = DateFormat('kk'); + var oneToTwelve = DateFormat('hh'); + var zeroToTwentyThree = DateFormat('KK'); + var zeroToEleven = DateFormat('HH'); + var late = DateTime(2019, 1, 2, 0, 4, 6); + expect(oneToTwentyFour.format(late), '24'); + expect(zeroToTwentyThree.format(late), '00'); + expect(oneToTwelve.format(late), '12'); + expect(zeroToEleven.format(late), '00'); + }); + } +} +/// A shortcut for returning all the locales we have available. +List allLocales() => DateFormat.allLocalesWithSymbols(); + +typedef SubsetFuncType = List Function(); +SubsetFuncType? _subsetFunc; + +List? _subsetValue; + +List get subset { + return _subsetValue ??= _subsetFunc!(); +} + diff --git a/ohos/flutter_intl/lib/rt_date_time_format_uninitialized_test.dart b/ohos/flutter_intl/lib/rt_date_time_format_uninitialized_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..8cd8b0730f82596ab7a8356e5e8d7921d6b120de --- /dev/null +++ b/ohos/flutter_intl/lib/rt_date_time_format_uninitialized_test.dart @@ -0,0 +1,376 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +/// Tests date formatting and parsing using locale data read from the +/// local file system. +library date_time_format_file_test; + +import 'rt_date_time_format_test_core.dart'; +import 'package:flutter_intl/common/test_page.dart'; + + +import 'package:intl/intl.dart'; + +import 'rt_date_time_format_test_data.dart'; +import 'package:clock/clock.dart'; + +class JKDateTimeFormatUninitializedTestPage extends TestPage { + + static const String routeName = "/rt_date_time_format_uninitialized_test"; + + JKDateTimeFormatUninitializedTestPage(super.title, {super.key}) { + print('start test666'); + + ////coreMode.runDateTests(() => ['en_US']); + runDateTests(() => ['en_US']); + } + void runDateTests(SubsetFuncType subsetFunc) { + ArgumentError.checkNotNull(subsetFunc); + _subsetFunc = subsetFunc; + + print("hhhhhhh3333333"); + + test("DateFormat('yMd').addPattern Multiple patterns", () { + var date = DateTime.now(); + var multiple1 = DateFormat.yMd().add_jms(); + var multiple2 = DateFormat('yMd').add_jms(); + var separate1 = DateFormat.yMd(); + var separate2 = DateFormat.jms(); + var separateFormat = '${separate1.format(date)} ${separate2.format(date)}'; + expect(multiple1.format(date), (multiple2.format(date))); + expect(multiple1.format(date), (separateFormat)); + var customPunctuation = DateFormat('yMd').addPattern('jms', ':::'); + var custom = '${separate1.format(date)}:::${separate2.format(date)}'; + expect(customPunctuation.format(date), (custom)); + }); + + test("dateFormat.parsePattern('hh:mm:ss') Basic date format parsing", () { + var dateFormat = DateFormat('d'); + expect(dateFormat.parsePattern('hh:mm:ss').map((x) => x.pattern).toList(), + (['hh', ':', 'mm', ':', 'ss'])); + expect(dateFormat.parsePattern('hh:mm:ss').map((x) => x.pattern).toList(), + (['hh', ':', 'mm', ':', 'ss'])); + }); + + test("dateFormat.parse('99') Two-digit years", () { + withClock(Clock.fixed(DateTime(2000, 1, 1)), () { + var dateFormat = DateFormat('yy'); + expect(dateFormat.parse('99'), DateTime(1999)); + expect(dateFormat.parse('00'), DateTime(2000)); + expect(dateFormat.parse('19'), DateTime(2019)); + expect(dateFormat.parse('20'), DateTime(2020)); + expect(dateFormat.parse('21'), DateTime(1921)); + + expect(dateFormat.parse('2000'), DateTime(2000)); + + dateFormat = DateFormat('MM-dd-yy'); + expect(dateFormat.parse('12-31-19'), DateTime(2019, 12, 31)); + expect(dateFormat.parse('1-1-20'), DateTime(2020, 1, 1)); + expect(dateFormat.parse('1-2-20'), DateTime(1920, 1, 2)); + + expect(DateFormat('y').parse('99'), DateTime(99)); + expect(DateFormat('yyy').parse('99'), DateTime(99)); + expect(DateFormat('yyyy').parse('99'), DateTime(99)); + }); + }); + + test("testLocale('de_DE', german, aDate) Test ALL the supported formats on representative locales", () { + var aDate = DateTime(2012, 1, 27, 20, 58, 59, 0); + testLocale('en_US', english, aDate); + if (subset.length > 1) { + // Don't run if we have just one locale, so some of these won't be there. + testLocale('de_DE', german, aDate); + testLocale('fr_FR', french, aDate); + testLocale('ja_JP', japanese, aDate); + testLocale('el_GR', greek, aDate); + testLocale('de_AT', austrian, aDate); + } + }); + + test("testRoundTripParsing(locale, aDate, true) Test round-trip parsing of dates", () { + var hours = [0, 1, 11, 12, 13, 23]; + var months = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]; + // For locales that use non-ascii digits, e.g. 'ar', also test + // forcing ascii digits. + for (var locale in subset) { + var alsoForceAscii = DateFormat.d(locale).usesNativeDigits; + for (var month in months) { + var aDate = DateTime(2012, month, 27, 13, 58, 59, 012); + testRoundTripParsing(locale, aDate); + if (alsoForceAscii) { + testRoundTripParsing(locale, aDate, true); + } + } + for (var hour in hours) { + var aDate = DateTime(2012, 1, 27, hour, 58, 59, 123); + testRoundTripParsing(locale, aDate); + if (alsoForceAscii) { + testRoundTripParsing(locale, aDate, true); + } + } + } + }); + + // TODO(alanknight): The coverage for patterns and symbols differs + // at the source, in CLDR 25, so we can't guarantee that all patterns + // have symbols or vice versa. Wish we could. + + test("testLocale('de-AT', austrian, aDate) Test malformed locales", () { + // Don't run if we have just one locale, which may not include these. + if (subset.length <= 1) return; + var aDate = DateTime(2012, 1, 27, 20, 58, 59, 0); + // Austrian is a useful test locale here because it differs slightly + // from the generic 'de' locale so we can tell the difference between + // correcting to 'de_AT' and falling back to just 'de'. + testLocale('de-AT', austrian, aDate); + testLocale('de_at', austrian, aDate); + testLocale('de-at', austrian, aDate); + }); + + test("instanceJP.format(date) Test format creation via Intl", () { + // Don't run if we have just one locale, which may not include these. + if (subset.length <= 1) return; + var intl = Intl('ja_JP'); + var instanceJP = intl.date('jms'); + var instanceUS = intl.date('jms', 'en_US'); + var blank = intl.date('jms'); + var date = DateTime(2012, 1, 27, 20, 58, 59, 0); + expect(instanceJP.format(date), ('20:58:59')); + const space = '\u202F'; + expect(instanceUS.format(date), ('8:58:59${space}PM')); + expect(blank.format(date), ('20:58:59')); + }); + + test("DateFormat(r'yy //// :W \\\\ dd:ss ^&@ M').format(aDate) Test explicit format string", () { + // Don't run if we have just one locale, which may not include these. + if (subset.length <= 1) return; + var aDate = DateTime(2012, 1, 27, 20, 58, 59, 0); + // An explicit format that doesn't conform to any skeleton + var us = DateFormat(r'yy //// :W \\\\ dd:ss ^&@ M'); + expect(us.format(aDate), (r'12 //// :W \\\\ 27:59 ^&@ 1')); + // The result won't change with locale unless we use fields that are words. + var greek = DateFormat(r'yy //// :W \\\\ dd:ss ^&@ M', 'el_GR'); + expect(greek.format(aDate), (r'12 //// :W \\\\ 27:59 ^&@ 1')); + var usWithWords = DateFormat('yy / :W \\ dd:ss ^&@ MMM', 'en_US'); + var greekWithWords = DateFormat('yy / :W \\ dd:ss ^&@ MMM', 'el_GR'); + expect(usWithWords.format(aDate), (r'12 / :W \ 27:59 ^&@ Jan')); + expect(greekWithWords.format(aDate), (r'12 / :W \ 27:59 ^&@ Ιαν')); + var escaped = DateFormat(r"hh 'o''clock'"); + expect(escaped.format(aDate), (r"08 o'clock")); + var reParsed = escaped.parse(escaped.format(aDate)); + expect(escaped.format(reParsed), (escaped.format(aDate))); + var noSeparators = DateFormat('HHmmss'); + expect(noSeparators.format(aDate), ('205859')); + }); + + test("long.format(oneHundred) Test fractional seconds padding", () { + var one = DateTime(2012, 1, 27, 20, 58, 59, 1); + var oneHundred = DateTime(2012, 1, 27, 20, 58, 59, 100); + var fractional = DateFormat('hh:mm:ss.SSS', 'en_US'); + expect(fractional.format(one), ('08:58:59.001')); + expect(fractional.format(oneHundred), ('08:58:59.100')); + var long = DateFormat('ss.SSSSSSSS', 'en_US'); + expect(long.format(oneHundred), ('59.10000000')); + expect(long.format(one), ('59.00100000')); + }); + + test("parsedUTC.hour Test parseUTC", () { + var local = DateTime(2012, 1, 27, 20, 58, 59, 1); + var utc = DateTime.utc(2012, 1, 27, 20, 58, 59, 1); + // Getting the offset as a duration via difference() would be simpler, + // but doesn't work on dart2js in checked mode. See issue 4437. + var offset = utc.millisecondsSinceEpoch - local.millisecondsSinceEpoch; + var format = DateFormat('yyyy-MM-dd HH:mm:ss'); + var localPrinted = format.format(local); + var parsed = format.parse(localPrinted); + var parsedUTC = format.parseUTC(format.format(utc)); + var parsedOffset = + parsedUTC.millisecondsSinceEpoch - parsed.millisecondsSinceEpoch; + expect(parsedOffset, (offset)); + expect(utc.hour, (parsedUTC.hour)); + expect(local.hour, (parsed.hour)); + }); + + test('Test 0-padding', () { + var someDate = DateTime(123, 1, 2, 3, 4, 5); + var format = DateFormat('yyyy-MM-dd HH:mm:ss'); + expect(format.format(someDate), '0123-01-02 03:04:05'); + }); + + test('Test default format', () { + var someDate = DateTime(2012, 1, 27, 20, 58, 59, 1); + var emptyFormat = DateFormat(null, 'en_US'); + var knownDefault = DateFormat.yMMMMd('en_US').add_jms(); + var result = emptyFormat.format(someDate); + var knownResult = knownDefault.format(someDate); + expect(result, knownResult); + }); + + test("emptyFormat.dateSymbols Get symbols", () { + var emptyFormat = DateFormat(null, 'en_US'); + var symbols = emptyFormat.dateSymbols; + expect(symbols.NARROWWEEKDAYS, ['S', 'M', 'T', 'W', 'T', 'F', 'S']); + }); + + test("DateFormat.QQQ() Quarter calculation", () { + var quarters = [ + 'Q1', + 'Q1', + 'Q1', + 'Q2', + 'Q2', + 'Q2', + 'Q3', + 'Q3', + 'Q3', + 'Q4', + 'Q4', + 'Q4' + ]; + var quarterFormat = DateFormat.QQQ(); + for (var i = 0; i < 12; i++) { + var month = i + 1; + var aDate = DateTime(2012, month, 27, 13, 58, 59, 012); + var formatted = quarterFormat.format(aDate); + expect(formatted, quarters[i]); + } + }); + + test("DateFormat(pattern, 'en_US').format(date) Quarter formatting", () { + var date = DateTime(2012, 02, 27); + var formats = { + 'Q': '1', + 'QQ': '01', + 'QQQ': 'Q1', + 'QQQQ': '1st quarter', + 'QQQQQ': '00001' + }; + formats.forEach((pattern, result) { + expect(DateFormat(pattern, 'en_US').format(date), result); + }); + + if (subset.contains('zh_CN')) { + // Especially test zh_CN formatting for `QQQ` and `yQQQ` because it + // contains a single `Q`. + expect(DateFormat.QQQ('zh_CN').format(date), '1季度'); + expect(DateFormat.yQQQ('zh_CN').format(date), '2012年第1季度'); + } + }); + + /// Generate a map from day numbers in the given [year] (where Jan 1 == 1) + /// to a Date object. If [year] is a leap year, then pass 1 for + /// [leapDay], otherwise pass 0. + Map generateDates(int year, int leapDay) => + Iterable.generate(365 + leapDay, (n) => n + 1) + .map((day) { + // Typically a "date" would have a time value of zero, but we + // give them an hour value, because they can get created with an + // offset to the previous day in time zones where the daylight + // savings transition happens at midnight (e.g. Brazil). + var result = DateTime(year, 1, day, 3); + // TODO(alanknight): This is a workaround for dartbug.com/15560. + if (result.toUtc() == result) result = DateTime(year, 1, day); + return result; + }) + .toList() + .asMap(); + + void verifyOrdinals(Map dates) { + var f = DateFormat('D'); + var withYear = DateFormat('yyyy D'); + dates.forEach((number, date) { + var formatted = f.format(date); + expect(formatted, (number + 1).toString()); + var formattedWithYear = withYear.format(date); + var parsed = withYear.parse(formattedWithYear); + // Only compare the date portion, because time zone changes (e.g. DST) can + // cause the hour values to be different. + expect(parsed.year, date.year); + expect(parsed.month, date.month); + expectWithReason(parsed.day, date.day, + 'Mismatch between parsed ($parsed) and original ($date)'); + }); + } + + test("DateFormat('D') Ordinal Date", () { + var f = DateFormat('D'); + var dates = generateDates(2012, 1); + var nonLeapDates = generateDates(2013, 0); + verifyOrdinals(dates); + verifyOrdinals(nonLeapDates); + // Check one hard-coded just to be on the safe side. + var aDate = DateTime(2012, 4, 27, 13, 58, 59, 012); + expect(f.format(aDate), '118'); + }); + + // There are some very odd off-by-one bugs when parsing dates. Put in + // some very basic tests to try and get more information. + test("DateFormat(DateFormat.NUM_MONTH) Simple Date Creation", () { + var format = DateFormat(DateFormat.NUM_MONTH); + var first = format.parse('7'); + var second = format.parse('7'); + var basic = DateTime(1970, 7); + var basicAgain = DateTime(1970, 7); + expect(first, second); + expect(first, basic); + expect(basic, basicAgain); + expect(first.month, 7); + }); + + test("DateFormat.useNativeDigitsByDefaultFor('ar', true) Native digit default", () { + if (!subset.contains('ar')) return; + var nativeFormat = DateFormat.yMd('ar'); + var date = DateTime(1974, 12, 30); + var native = nativeFormat.format(date); + expect(DateFormat.shouldUseNativeDigitsByDefaultFor('ar'), true); + DateFormat.useNativeDigitsByDefaultFor('ar', false); + expect(DateFormat.shouldUseNativeDigitsByDefaultFor('ar'), false); + var asciiFormat = DateFormat.yMd('ar'); + var ascii = asciiFormat.format(date); + // This prints with RTL markers before the slashes. That doesn't seem good, + // but it's what the data says. + expect(ascii, '30\u200f/12\u200f/1974'); + expect(native, '٣٠\u200f/١٢\u200f/١٩٧٤'); + // Reset the value. + DateFormat.useNativeDigitsByDefaultFor('ar', true); + }); + + // This just tests the basic logic, which was in error, not + // formatting in different locales. See #215. + test("DateFormat('kk') hours", () { + var oneToTwentyFour = DateFormat('kk'); + var oneToTwelve = DateFormat('hh'); + var zeroToTwentyThree = DateFormat('KK'); + var zeroToEleven = DateFormat('HH'); + var late = DateTime(2019, 1, 2, 0, 4, 6); + expect(oneToTwentyFour.format(late), '24'); + expect(zeroToTwentyThree.format(late), '00'); + expect(oneToTwelve.format(late), '12'); + expect(zeroToEleven.format(late), '00'); + }); + } +} + +/// A shortcut for returning all the locales we have available. +List allLocales() => DateFormat.allLocalesWithSymbols(); + +typedef SubsetFuncType = List Function(); +SubsetFuncType? _subsetFunc; + +List? _subsetValue; + +List get subset { + return _subsetValue ??= _subsetFunc!(); +} + diff --git a/ohos/flutter_intl/lib/rt_date_time_loose_parsing_test.dart b/ohos/flutter_intl/lib/rt_date_time_loose_parsing_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..7d0eb92b85a5e3fae6586b9674b3de0f6c561a46 --- /dev/null +++ b/ohos/flutter_intl/lib/rt_date_time_loose_parsing_test.dart @@ -0,0 +1,195 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +library date_time_loose_test; + +import 'package:intl/date_symbol_data_local.dart'; +import 'package:intl/intl.dart'; +import 'package:flutter_intl/common/test_page.dart'; + +class JKDateTimeLooseParsingTestPage extends TestPage { + + static const String routeName = "/rt_date_time_loose_parsing_test"; + + JKDateTimeLooseParsingTestPage(super.title, {super.key}) { + print('start test666'); + + onMain(); + } + void onMain() { + late DateFormat format; + + group('DateFormat#parseLoose', () { + var date = DateTime(2014, 9, 3); + + void check(String s) { + expect(() => format.parse(s), "throwsFormatException"); + expect(format.parseLoose(s), date); + } + + test("DateFormat.yMMMd('en_US') Loose parsing yMMMd", () { + // Note: We can't handle e.g. Sept, we don't have those abbreviations + // in our data. + // Also doesn't handle 'sep3,2014', or 'sep 3.2014' + format = DateFormat.yMMMd('en_US'); + check('Sep 3 2014'); + check('sep 3 2014'); + check('sep 3 2014'); + check('sep 3 2014'); + check('sep 3 2014'); + check('sep3 2014'); + check('september 3, 2014'); + check('sEPTembER 3, 2014'); + check('seP 3, 2014'); + check('Sep 3,2014'); + }); + + test("format.parseLoose('Sep 3, 2014') Loose parsing yMMMd that parses strict", () { + expect(format.parseLoose('Sep 3, 2014'), date); + }); + + test("DateFormat.yMd('en_US') Loose parsing yMd", () { + format = DateFormat.yMd('en_US'); + check('09 3 2014'); + check('09 00003 2014'); + check('09/ 03/2014'); + check('09 / 03 / 2014'); + }); + + test("format.parseLoose('09/03/2014') Loose parsing yMd that parses strict", () { + expect(format.parseLoose('09/03/2014'), date); + expect(format.parseLoose('09/3/2014'), date); + }); + + test("DateFormat('LL/d', 'en_US').parseLoose('05/ 2').month Loose parsing should handle standalone month format", () { + // This checks that LL actually sets the month. + // The appended whitespace and extra d pattern are present to trigger the + // loose parsing code path. + expect(DateFormat('LL/d', 'en_US').parseLoose('05/ 2').month, 5); + }); + + test("DateFormat('yyyy-MM-dd').parseLoose('1/11') should fail when year is omitted (en_US)", () { + expect(() => DateFormat('yyyy-MM-dd').parseLoose('1/11'), + "throwsFormatException"); + }); + + test("DateFormat.yMMMd('ja').parseLoose('12月12日') should fail when year is omitted (ja)", () { + initializeDateFormatting('ja', null); + expect(() => DateFormat.yMMMd('ja').parseLoose('12月12日'), + "throwsFormatException"); + expect(() => DateFormat.yMd('ja').parseLoose('12月12日'), + "throwsFormatException"); + expect(() => DateFormat.yMEd('ja').parseLoose('12月12日'), + "throwsFormatException"); + expect(() => DateFormat.yMMMEd('ja').parseLoose('12月12日'), + "throwsFormatException"); + expect(() => DateFormat.yMMMMd('ja').parseLoose('12月12日'), + "throwsFormatException"); + expect(() => DateFormat.yMMMMEEEEd('ja').parseLoose('12月12日'), + "throwsFormatException"); + }); + + test("DateFormat.yMd('hu').parseLoose('3. 17.') should fail when year is omitted (hu)", () { + initializeDateFormatting('hu', null); + expect(() => DateFormat.yMMMd('hu').parseLoose('3. 17.'), + "throwsFormatException"); + expect(() => DateFormat.yMd('hu').parseLoose('3. 17.'), + "throwsFormatException"); + expect(() => DateFormat.yMEd('hu').parseLoose('3. 17.'), + "throwsFormatException"); + expect(() => DateFormat.yMMMEd('hu').parseLoose('3. 17.'), + "throwsFormatException"); + expect(() => DateFormat.yMMMMd('hu').parseLoose('3. 17.'), + "throwsFormatException"); + expect(() => DateFormat.yMMMMEEEEd('hu').parseLoose('3. 17.'), + "throwsFormatException"); + }); + }); + + group("format.parse(s) DateFormat#parseLoose", () { + var date = DateTime(2014, 9, 3); + + void check(String s) { + expect(format.parse(s), "isNull"); + expect(format.parseLoose(s), date); + } + + // test("DateFormat.yMMMd('en_US') Loose parsing yMMMd", () { + // // Note: We can't handle e.g. Sept, we don't have those abbreviations + // // in our data. + // // Also doesn't handle 'sep3,2014', or 'sep 3.2014' + // format = DateFormat.yMMMd('en_US'); + // check('Sep 3 2014'); + // check('sep 3 2014'); + // check('sep 3 2014'); + // check('sep 3 2014'); + // check('sep 3 2014'); + // check('sep3 2014'); + // check('september 3, 2014'); + // check('sEPTembER 3, 2014'); + // check('seP 3, 2014'); + // check('Sep 3,2014'); + // }); + + // test("format.parseLoose('Sep 3, 2014') Loose parsing yMMMd that parses strict", () { + // expect(format.parseLoose('Sep 3, 2014'), date); + // }); + + // test("DateFormat.yMd('en_US') Loose parsing yMd", () { + // format = DateFormat.yMd('en_US'); + // check('09 3 2014'); + // check('09 00003 2014'); + // check('09/ 03/2014'); + // check('09 / 03 / 2014'); + // }); + + test("format.parseLoose('09/03/2014') Loose parsing yMd that parses strict", () { + expect(format.parseLoose('09/03/2014'), date); + expect(format.parseLoose('09/3/2014'), date); + }); + + test("DateFormat('LL/d', 'en_US').parseLoose('05/ 2') Loose parsing should handle standalone month format", () { + // This checks that LL actually sets the month. + // The appended whitespace and extra d pattern are present to trigger the + // loose parsing code path. + expect(DateFormat('LL/d', 'en_US').parseLoose('05/ 2')?.month, 5); + }); + + // test("DateFormat('yyyy-MM-dd').parseLoose('1/11') should fail when year is omitted (en_US)", () { + // expect(DateFormat('yyyy-MM-dd').parseLoose('1/11'), "isNull"); + // }); + // + // test("DateFormat.yMMMd('ja').parseLoose('12月12日') should fail when year is omitted (ja)", () { + // initializeDateFormatting('ja', null); + // expect(DateFormat.yMMMd('ja').parseLoose('12月12日'), "isNull"); + // expect(DateFormat.yMd('ja').parseLoose('12月12日'), "isNull"); + // expect(DateFormat.yMEd('ja').parseLoose('12月12日'), "isNull"); + // expect(DateFormat.yMMMEd('ja').parseLoose('12月12日'), "isNull"); + // expect(DateFormat.yMMMMd('ja').parseLoose('12月12日'), "isNull"); + // expect(DateFormat.yMMMMEEEEd('ja').parseLoose('12月12日'), "isNull"); + // }); + // + // test("DateFormat.yMMMd('hu').parseLoose('3. 17.') should fail when year is omitted (hu)", () { + // initializeDateFormatting('hu', null); + // expect(DateFormat.yMMMd('hu').parseLoose('3. 17.'), "isNull"); + // expect(DateFormat.yMd('hu').parseLoose('3. 17.'), "isNull"); + // expect(DateFormat.yMEd('hu').parseLoose('3. 17.'), "isNull"); + // expect(DateFormat.yMMMEd('hu').parseLoose('3. 17.'), "isNull"); + // expect(DateFormat.yMMMMd('hu').parseLoose('3. 17.'), "isNull"); + // expect(DateFormat.yMMMMEEEEd('hu').parseLoose('3. 17.'), "isNull"); + // }); + }); + } +} + diff --git a/ohos/flutter_intl/lib/rt_date_time_strict_test.dart b/ohos/flutter_intl/lib/rt_date_time_strict_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..2cc562662a8e9f6e521493258da6d85f9e4c5b72 --- /dev/null +++ b/ohos/flutter_intl/lib/rt_date_time_strict_test.dart @@ -0,0 +1,189 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +/// Tests for the strict option when parsing dates and times, which are +/// relatively locale-independent, depending only on the being a valid date +/// and consuming all the input data. +library date_time_strict_test; + +import 'package:intl/intl.dart'; +import 'package:flutter_intl/common/test_page.dart'; + +class JKDateTimeStrictTestPage extends TestPage { + + static const String routeName = "/rt_date_time_strict_test"; + + JKDateTimeStrictTestPage(super.title, {super.key}) { + print('start test666'); + onMain(); + } + void onMain() { + test("DateFormat.yMMMd() All input consumed", () { + var format = DateFormat.yMMMd(); + var date = DateTime(2014, 9, 3); + var formatted = 'Sep 3, 2014'; + expect(format.format(date), formatted); + var parsed = format.parseStrict(formatted); + expect(parsed, date); + + void check(String s) { + expect(() => format.parseStrict(s), "throwsFormatException"); + expect(format.parse(s), date); + } + + check('$formatted,'); + check('${formatted}abc'); + check('$formatted '); + }); + + test("DateFormat.yMd() Invalid dates", () { + var format = DateFormat.yMd(); + void check(s) => expect(() => format.parseStrict(s), "throwsFormatException"); + check('0/3/2014'); + check('13/3/2014'); + check('9/0/2014'); + check('9/31/2014'); + check('09/31/2014'); + check('10/32/2014'); + check('2/29/2014'); + check('1/32/2014'); + expect(format.parseStrict('2/29/2016'), DateTime(2016, 2, 29)); + }); + + test("DateFormat('MM/DD/yyyy') Valid ordinal date is not rejected", () { + var dayOfYearFormat = DateFormat('MM/DD/yyyy'); + expect(dayOfYearFormat.parseStrict('1/32/2014'), DateTime(2014, 2, 1)); + }); + + test("DateFormat.jms() Invalid times am/pm", () { + const space = '\u202F'; + var format = DateFormat.jms(); + void check(s) => expect(() => format.parseStrict(s), "throwsFormatException"); + check('-1:15:00 AM'); + expect( + format.parseStrict('0:15:00${space}AM'), DateTime(1970, 1, 1, 0, 15)); + check('24:00:00 PM'); + check('24:00:00 AM'); + check('25:00:00 PM'); + check('0:-1:00 AM'); + check('0:60:00 AM'); + expect( + format.parseStrict('0:59:00${space}AM'), DateTime(1970, 1, 1, 0, 59)); + check('0:0:-1 AM'); + check('0:0:60 AM'); + check('2:0:60 PM'); + expect(format.parseStrict('2:0:59${space}PM'), + DateTime(1970, 1, 1, 14, 0, 59)); + }); + + test("DateFormat.Hms() Invalid times 24 hour", () { + var format = DateFormat.Hms(); + void check(s) => expect(() => format.parseStrict(s), "throwsFormatException"); + check('-1:15:00'); + expect(format.parseStrict('0:15:00'), DateTime(1970, 1, 1, 0, 15)); + check('24:00:00'); + check('24:00:00'); + check('25:00:00'); + check('0:-1:00'); + check('0:60:00'); + expect(format.parseStrict('0:59:00'), DateTime(1970, 1, 1, 0, 59)); + check('0:0:-1'); + check('0:0:60'); + check('14:0:60'); + expect(format.parseStrict('14:0:59'), DateTime(1970, 1, 1, 14, 0, 59)); + }); + + group("DateFormat.yMMMd() DateFormat#tryParseStrict", () { + // test('All input consumed', () { + // var format = DateFormat.yMMMd(); + // var date = DateTime(2014, 9, 3); + // var formatted = 'Sep 3, 2014'; + // expect(format.format(date), formatted); + // var parsed = format.parseStrict(formatted); + // expect(parsed, date); + // + // void check(String s) { + // expect(format.parseStrict(s), "isNull"); + // expect(format.parse(s), date); + // } + // + // check('$formatted,'); + // check('${formatted}abc'); + // check('$formatted '); + // }); + + // test("DateFormat.yMd() Invalid dates", () { + // var format = DateFormat.yMd(); + // void check(s) => expect(format.parseStrict(s), "isNull"); + // check('0/3/2014'); + // check('13/3/2014'); + // check('9/0/2014'); + // check('9/31/2014'); + // check('09/31/2014'); + // check('10/32/2014'); + // check('2/29/2014'); + // check('1/32/2014'); + // expect(format.parseStrict('2/29/2016'), DateTime(2016, 2, 29)); + // }); + + test("DateFormat('MM/DD/yyyy') Valid ordinal date is not rejected", () { + var dayOfYearFormat = DateFormat('MM/DD/yyyy'); + expect(dayOfYearFormat.parseStrict('1/32/2014'), DateTime(2014, 2, 1)); + }); + + // test("DateFormat.jms() Invalid times am/pm", () { + // const space = '\u202F'; + // var format = DateFormat.jms(); + // void check(s) => expect(format.parseStrict(s), "isNull"); + // check('-1:15:00 AM'); + // expect(format.parseStrict('0:15:00${space}AM'), + // DateTime(1970, 1, 1, 0, 15)); + // check('24:00:00 PM'); + // check('24:00:00 AM'); + // check('25:00:00 PM'); + // check('0:-1:00 AM'); + // check('0:60:00 AM'); + // expect(format.parseStrict('0:59:00${space}AM'), + // DateTime(1970, 1, 1, 0, 59)); + // check('0:0:-1 AM'); + // check('0:0:60 AM'); + // check('2:0:60 PM'); + // expect(format.parseStrict('2:0:59${space}PM'), + // DateTime(1970, 1, 1, 14, 0, 59)); + // }); + + // test("DateFormat.Hms() Invalid times 24 hour", () { + // var format = DateFormat.Hms(); + // void check(s) => expect(format.parseStrict(s), "isNull"); + // check('-1:15:00'); + // expect(format.parseStrict('0:15:00'), DateTime(1970, 1, 1, 0, 15)); + // check('24:00:00'); + // check('24:00:00'); + // check('25:00:00'); + // check('0:-1:00'); + // check('0:60:00'); + // expect(format.parseStrict('0:59:00'), DateTime(1970, 1, 1, 0, 59)); + // check('0:0:-1'); + // check('0:0:60'); + // check('14:0:60'); + // expect(format.parseStrict('14:0:59'), DateTime(1970, 1, 1, 14, 0, 59)); + // }); + }); + + // test("DateFormat('yy').parseStrict('23') Year in yy format", () { + // expect(DateFormat('yy').parseStrict('23'), DateTime(2023)); + // expect(DateFormat('yyyy').parseStrict('2023'), DateTime(2023)); + // }); + } +} diff --git a/ohos/flutter_intl/lib/rt_england_timezone_test.dart b/ohos/flutter_intl/lib/rt_england_timezone_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..8a45b8d4980d53a2b321c958bd959e092fb84ea1 --- /dev/null +++ b/ohos/flutter_intl/lib/rt_england_timezone_test.dart @@ -0,0 +1,78 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter_intl/common/test_page.dart'; +import 'rt_timezone_test_core.dart'; + +import 'dart:convert'; +import 'dart:io'; + +class JKEnglandTimeZoneTestPage extends TestPage { + + static const String routeName = "/rt_england_timezone_test"; + + JKEnglandTimeZoneTestPage(super.title, {super.key}) { + print('start test666'); + main(); + } + void main() { + testTimezone('Europe/London', expectedUtcOffset: 0); + } + void testTimezone(String timezoneName, {int? expectedUtcOffset}) { + print('start JKTimezoneTestCorePage88888'); + // Define the environment variable 'PACKAGE_DIR=' to indicate the + // root of the Intl package. If it is not provided, we assume that the root of + // the Intl package is the current directory. + var packageDir = Platform.environment['PACKAGE_DIR']; + var packageRelative = 'test/rt_timezone_local_even_test_helper.dart'; + var fileToSpawn = + packageDir == null ? packageRelative : '$packageDir/$packageRelative'; + + test('Run tests in $timezoneName time zone', () async { + var args = [...vmArgs, fileToSpawn]; + var environment = {'TZ': timezoneName}; + if (expectedUtcOffset != null) { + environment['EXPECTED_TZ_OFFSET_FOR_TEST'] = '$expectedUtcOffset'; + } + // var result = await Process.run(dart, args, + // stdoutEncoding: const Utf8Codec(), + // stderrEncoding: const Utf8Codec(), + // includeParentEnvironment: true, + // environment: environment); + var result = await Process.run("pwd", args, + stdoutEncoding: const Utf8Codec(), + stderrEncoding: const Utf8Codec(), + includeParentEnvironment: true, + environment: environment + ); + + print('start JKTimezoneTestCorePage9999'); + + // Because the actual tests are run in a spawned parocess their output isn't + // directly visible here. To debug, it's necessary to look at the output of + // that test, so we print it here for convenience. + print('Spawning test to run in the $timezoneName time zone. Stderr is:'); + print(result.stderr); + print('Spawned test in $timezoneName time zone has Stdout:'); + print(result.stdout); + + expect(result.pid, "object"); + expect(result.exitCode, "object"); + // expectWithReason(result.exitCode, 0, + // 'Spawned test failed. See the test log from stderr to debug'); + + }); + } +} + diff --git a/ohos/flutter_intl/lib/rt_example.dart b/ohos/flutter_intl/lib/rt_example.dart new file mode 100644 index 0000000000000000000000000000000000000000..5ea3291b65c54275a7336cfbb93de9ba170f0278 --- /dev/null +++ b/ohos/flutter_intl/lib/rt_example.dart @@ -0,0 +1,225 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; +import 'package:characters/characters.dart'; +import 'package:flutter_intl/rt_locale_test_data.dart'; + +import 'package:intl/intl.dart'; +import 'package:intl/message_format.dart'; + +class Message { + static const msgMap = { + 'en_US': { + 'hello': 'Hello, world!', + }, + 'fr_FR': { + 'hello': 'Bonjour le monde !', + }, + }; +} + +class JKExampleTestPage extends StatefulWidget { + + static const String routeName = "/example_test"; + String? title = ""; + + JKExampleTestPage({Key ? key}) : super(key: key) {}//; + + @override + _JKExampleTestPageState createState() => _JKExampleTestPageState(); +} +class _JKExampleTestPageState extends State { + + // int anInt = 0; + // String aString = ''; + // List aList = []; + // bool _done = false; + + //Future chainFuture = Future(() => {}); + + String formattedDateTime = ""; + String parsedDateTime = ""; + String formattedNumber = ""; + String parsedNumber = ""; + String TheLastCharacter = ""; + String Substring_1 = ""; + String SkippingLastCharacter = ""; + String ChangeFlag = ""; + + void testExample() { + + // 获取当前的语言环境 + final Locale locale = Localizations.localeOf(context); + + // 根据当前的语言环境获取对应的字符串资源 + String? message = Message.msgMap[locale.languageCode] as String?; + + // 使用MessageFormat类格式化和翻译字符串 + // String formattedMessage = MessageFormat(locale: locale.toString()).format(message as Map?);//MessageFormat(locale: locale).format(message!); + // print(formattedMessage); // 输出格式化后的字符串 + + + // 创建一个DateTime对象 + DateTime now = DateTime.now(); + + // 使用DateTimeFormat类格式化日期和时间 + //String formattedDateTime = DateTimeFormat.ymdhm().format(now); + // String formattedDateTime = DateFormat.yMd().format(now); + // formattedDateTime = "使用DateTimeFormat类格式化日期和时间输出格式:$formattedDateTime"; + // print(formattedDateTime); // 输出格式为 "2023-03-29 12:30" + + // 使用DateTimeFormat类解析日期和时间 + // DateTime parsedDateTime = DateTime.parse(formattedDateTime); + // parsedDateTime = "输出解析后的日期和时间对象:$parsedDateTime" as DateTime; + // print(parsedDateTime); // 输出解析后的日期和时间对象 + // + // // 创建一个double类型的数字 + // double number = 12345.6789; + // + // // 使用NumberFormat类格式化数字 + // String formattedNumber = NumberFormat.currency(locale: 'en_US').format(number); + // formattedNumber = "使用NumberFormat类格式化数字:$formattedNumber"; + // print(formattedNumber); // 输出格式为 "$12,345.68" + + // 使用NumberFormat类解析数字 + //double parsedNumber = NumberFormat.parseDouble(formattedNumber); + // double parsedNumber = NumberFormat(formattedNumber) as double; + // parsedNumber = "使用NumberFormat类解析数字:$parsedNumber" as double; + // print(parsedNumber); // 输出解析后的数字对象 + + + // // 创建一个MessageFormat对象,并设置要翻译的字符串和语言环境 + // MessageFormat messageFormat = MessageFormat(locale: Locale(language: 'fr', country: 'FR')); + // String translatedString = messageFormat.formatMessage('Hello, {name}!').toTranslation(locale: Locale(language: 'en', country: 'US')); + // print(translatedString); // 输出翻译后的字符串 "Bonjour, {name}!" + + // Allocate and free some native memory with calloc and free. + // var hi = 'Hi 🇩🇰'; + // StringIs = 'String is "$hi"\n'; + // print('String is "$hi"\n'); + + // // Length. + // StringLength = 'String.length: ${hi.length}'; + // CharactersLength = 'Characters.length: ${hi.characters.length}\n'; + // print('String.length: ${hi.length}'); + // print('Characters.length: ${hi.characters.length}\n'); + // + // // Last character. + // TheStringEndWith = 'The string ends with: ${hi.substring(hi.length - 1)}'; + // TheLastCharacter = 'The last character: ${hi.characters.last}\n'; + // print('The string ends with: ${hi.substring(hi.length - 1)}'); + // print('The last character: ${hi.characters.last}\n'); + // + // // Skip last character. + // Substring_1 = 'Substring -1: "${hi.substring(0, hi.length - 1)}"'; + // SkippingLastCharacter = 'Skipping last character: "${hi.characters.skipLast(1)}"\n'; + // print('Substring -1: "${hi.substring(0, hi.length - 1)}"'); + // print('Skipping last character: "${hi.characters.skipLast(1)}"\n'); + // + // // Replace characters. + // var newHi = hi.characters.replaceAll('🇩🇰'.characters, '🇺🇸'.characters); + // ChangeFlag = 'Change flag: "$newHi"'; + // print('Change flag: "$newHi"'); + + print('刷新ui'); + setState(() { + // 刷新ui + }); + } + + @override + void initState() { + // TODO: implement initState + super.initState(); + + testExample(); + } + + @override + Widget build(BuildContext context) { + + print('刷新ui6677'); + + // 1.获取数据 + final args = ModalRoute.of(context)?.settings.arguments; + //widget.title = args as String ?? "66"; + + return Scaffold( + + appBar: AppBar( + centerTitle: true, + title: Row( + mainAxisAlignment: MainAxisAlignment.center, + mainAxisSize: MainAxisSize.min, + children: [ + Text(widget.title ?? ""), + ], + ), + leading: IconButton( + icon: Icon(Icons.arrow_back_ios), + onPressed: () { + Navigator.of(context).pop(); + }, + ), + ), + body: SingleChildScrollView( + child: Column( + children: [ + Center( + child: Container( + child: Text(formattedDateTime), + ), + ), + Center( + child: Container( + child: Text(parsedDateTime), + ), + ), + Center( + child: Container( + child: Text(formattedNumber), + ), + ), + Center( + child: Container( + child: Text(parsedNumber), + ), + ), + Center( + child: Container( + child: Text(TheLastCharacter), + ), + ), + Center( + child: Container( + child: Text(Substring_1), + ), + ), + Center( + child: Container( + child: Text(SkippingLastCharacter), + ), + ), + Center( + child: Container( + child: Text(ChangeFlag), + ), + ), + ], + ), + ), + ); + } +} \ No newline at end of file diff --git a/ohos/flutter_intl/lib/rt_find_locale_test.dart b/ohos/flutter_intl/lib/rt_find_locale_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..b8286dc77333d9d096fb65d5418cf1e6dc15eed6 --- /dev/null +++ b/ohos/flutter_intl/lib/rt_find_locale_test.dart @@ -0,0 +1,54 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +library find_locale_test; + +//import 'package:intl/find_locale.dart'; +import 'package:intl/intl.dart'; +import 'package:flutter_intl/common/test_page.dart'; + +class JKFindLocalTestPage extends TestPage { + + static const String routeName = "/rt_find_locale_test"; + + JKFindLocalTestPage(super.title, {super.key}) { + print('start test666'); + main(); + } + void main() { + test('Find system locale in browser', () { + // TODO (alanknight): This only verifies that we found some locale. We + // should find a way to force the system locale before the test is run + // and then verify that it's actually the correct value. + Intl.systemLocale = 'xx_YY'; + // var callback = expectAsync1(verifyLocale); + // findSystemLocale().then(callback); + verifyLocale(""); + }); + } + + void verifyLocale(_) { + expect(Intl.systemLocale, "isNot(equals('xx_YY'))"); + // Allow either en_US or just en type locales. Windows in particular may + // give us just ru for ru_RU + var pattern = RegExp(r'\w\w_[A-Z0-9]+'); + var shortPattern = RegExp(r'\w\w'); + var match = pattern.hasMatch(Intl.systemLocale); + var shortMatch = shortPattern.hasMatch(Intl.systemLocale); + expect(match || shortMatch, "isTrue"); + } +} + + + diff --git a/ohos/flutter_intl/lib/rt_fixnum_test.dart b/ohos/flutter_intl/lib/rt_fixnum_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..86627226b0aa26c48985eb455277cb693733f528 --- /dev/null +++ b/ohos/flutter_intl/lib/rt_fixnum_test.dart @@ -0,0 +1,110 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +library fixnum_test; + +import 'package:fixnum/fixnum.dart'; +import 'package:intl/intl.dart'; +import 'package:flutter_intl/common/test_page.dart'; + +class JKFixnumTestPage extends TestPage { + + static const String routeName = "/rt_fixnum_test"; + + JKFixnumTestPage(super.title, {super.key}) { + print('start test666'); + main(); + } + Map> int64Values = { + Int64(12345): ['USD12,345.00', '1,234,500%'], + Int64(-12345): ['-USD12,345.00', '-1,234,500%'], + Int64(0x7FFFFFFFFFFFF): [ + 'USD2,251,799,813,685,247.00', + '225,179,981,368,524,700%' + ], + Int64.parseHex('7FFFFFFFFFFFFFF'): [ + 'USD576,460,752,303,423,487.00', + '57,646,075,230,342,348,700%' + ], + Int64.parseHex('8000000000000000'): [ + '-USD9,223,372,036,854,775,808.00', + '-922,337,203,685,477,580,800%' + ] + }; + + Map> int32Values = { + Int32(12345): ['USD12,345.00', '1,234,500%'], + Int32(0x7FFFF): ['USD524,287.00', '52,428,700%'], + Int32.parseHex('7FFFFFF'): ['USD134,217,727.00', '13,421,772,700%'], + Int32.parseHex('7FFFFFFF'): ['USD2,147,483,647.00', '214,748,364,700%'], + Int32.parseHex('80000000'): ['-USD2,147,483,648.00', '-214,748,364,800%'] + }; + + Map> microMoneyValues = { + MicroMoney(Int64(12345670000)): ['USD12,345.67', '1,234,567%'], + MicroMoney(Int64(12345671000)): ['USD12,345.67', '1,234,567%'], + MicroMoney(Int64(12345678000)): ['USD12,345.68', '1,234,568%'], + MicroMoney(Int64(-12345670000)): ['-USD12,345.67', '-1,234,567%'], + MicroMoney(Int64(-12345671000)): ['-USD12,345.67', '-1,234,567%'], + MicroMoney(Int64(-12345678000)): ['-USD12,345.68', '-1,234,568%'], + MicroMoney(Int64(12340000000)): ['USD12,340.00', '1,234,000%'], + MicroMoney(Int64(0x7FFFFFFFFFFFF)): [ + 'USD2,251,799,813.69', + '225,179,981,369%' + ], + MicroMoney(Int64.parseHex('7FFFFFFFFFFFFFF')): [ + 'USD576,460,752,303.42', + '57,646,075,230,342%' + ], + MicroMoney(Int64.parseHex('7FFFFFFFFFFFFFFF')): [ + 'USD9,223,372,036,854.78', + '922,337,203,685,478%' + ], + MicroMoney(Int64.parseHex('8000000000000000')): [ + '-USD9,223,372,036,854.78', + '-922,337,203,685,478%' + ] + }; + + void main() { + test("NumberFormat.currency().format(number) int64", () { + int64Values.forEach((number, expected) { + var currency = NumberFormat.currency().format(number); + expect(currency, expected.first); + var percent = NumberFormat.percentPattern().format(number); + expect(percent, expected[1]); + }); + }); + + test("NumberFormat.currency().format(number) int32", () { + int32Values.forEach((number, expected) { + var currency = NumberFormat.currency().format(number); + expect(currency, expected.first); + var percent = NumberFormat.percentPattern().format(number); + expect(percent, expected[1]); + }); + }); + + test("NumberFormat.currencyPattern().format(number) micro money", () { + microMoneyValues.forEach((number, expected) { + // ignore: deprecated_member_use_from_same_package + var currency = NumberFormat.currencyPattern().format(number); + expect(currency, expected.first); + var percent = NumberFormat.percentPattern().format(number); + expect(percent, expected[1]); + }); + }); + } +} + diff --git a/ohos/flutter_intl/lib/rt_gmt_timezone_test.dart b/ohos/flutter_intl/lib/rt_gmt_timezone_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..0efc9ea6da4d8e2a6fd3c1dbb77730fe5ebc5f03 --- /dev/null +++ b/ohos/flutter_intl/lib/rt_gmt_timezone_test.dart @@ -0,0 +1,77 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter_intl/common/test_page.dart'; +import 'rt_timezone_test_core.dart'; + +import 'dart:convert'; +import 'dart:io'; + +class JKGmtTimeZoneTestPage extends TestPage { + + static const String routeName = "/rt_gmt_timezone_test"; + + JKGmtTimeZoneTestPage(super.title, {super.key}) { + print('start test666'); + main(); + } + void main() { + testTimezone('GMT', expectedUtcOffset: 0); + } + void testTimezone(String timezoneName, {int? expectedUtcOffset}) { + print('start JKTimezoneTestCorePage88888'); + // Define the environment variable 'PACKAGE_DIR=' to indicate the + // root of the Intl package. If it is not provided, we assume that the root of + // the Intl package is the current directory. + var packageDir = Platform.environment['PACKAGE_DIR']; + var packageRelative = 'test/rt_timezone_local_even_test_helper.dart'; + var fileToSpawn = + packageDir == null ? packageRelative : '$packageDir/$packageRelative'; + + test('Run tests in $timezoneName time zone', () async { + var args = [...vmArgs, fileToSpawn]; + var environment = {'TZ': timezoneName}; + if (expectedUtcOffset != null) { + environment['EXPECTED_TZ_OFFSET_FOR_TEST'] = '$expectedUtcOffset'; + } + // var result = await Process.run(dart, args, + // stdoutEncoding: const Utf8Codec(), + // stderrEncoding: const Utf8Codec(), + // includeParentEnvironment: true, + // environment: environment); + var result = await Process.run("pwd", args, + stdoutEncoding: const Utf8Codec(), + stderrEncoding: const Utf8Codec(), + includeParentEnvironment: true, + environment: environment + ); + + print('start JKTimezoneTestCorePage9999'); + + // Because the actual tests are run in a spawned parocess their output isn't + // directly visible here. To debug, it's necessary to look at the output of + // that test, so we print it here for convenience. + print('Spawning test to run in the $timezoneName time zone. Stderr is:'); + print(result.stderr); + print('Spawned test in $timezoneName time zone has Stdout:'); + print(result.stdout); + + expect(result.pid, "object"); + expect(result.exitCode, "object"); + // expectWithReason(result.exitCode, 0, + // 'Spawned test failed. See the test log from stderr to debug'); + + }); + } +} diff --git a/ohos/flutter_intl/lib/rt_intl_test.dart b/ohos/flutter_intl/lib/rt_intl_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..8a08d23d7a0e2dd7653da279299904a5580fd9ce --- /dev/null +++ b/ohos/flutter_intl/lib/rt_intl_test.dart @@ -0,0 +1,130 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ + +library intl_test; + +import 'package:intl/date_symbol_data_local.dart'; +import 'package:intl/intl.dart'; +import 'package:flutter_intl/common/test_page.dart'; + +class JKIntlTestPage extends TestPage { + + static const String routeName = "/rt_intl_test"; + + JKIntlTestPage(super.title, {super.key}) { + print('start test666'); + main(); + } + void main() { + test("Intl('de_DE') Locale setting doesn't verify the core locale", () { + var de = Intl('de_DE'); + expect(de.locale, ('de_DE')); + }); + + test("Intl('de_DE').date().add_d() DateFormat creation does verify the locale", () { + // TODO(alanknight): We need to make the locale verification be on a per + // usage basis rather than once for the entire Intl object. The set of + // locales covered for messages may be different from that for date + // formatting. + initializeDateFormatting('de_DE', null).then((_) { + var de = Intl('de_DE'); + var format = de.date().add_d(); + expect(format.locale, ('de')); + }); + }); + + test("Intl.canonicalizedLocale('en-us') Canonicalizing locales", () { + expect(Intl.canonicalizedLocale('en-us'), 'en_US'); + expect(Intl.canonicalizedLocale('en_us'), 'en_US'); + expect(Intl.canonicalizedLocale('en_US'), 'en_US'); + expect(Intl.canonicalizedLocale('xx-yyy'), 'xx_YYY'); + expect(Intl.canonicalizedLocale('xx_YYY'), 'xx_YYY'); + expect(Intl.canonicalizedLocale('C'), 'en_ISO'); + expect(Intl.canonicalizedLocale('gsw-ch'), 'gsw_CH'); + expect(Intl.canonicalizedLocale('test-locale'), 'test-locale'); + }); + + test("Intl.shortLocale('en_US') Shortening locales", () { + expect(Intl.shortLocale('en_US'), 'en'); + expect(Intl.shortLocale('gsw_CH'), 'gsw'); + expect(Intl.shortLocale('C'), 'C'); + expect(Intl.shortLocale('test-locale'), 'test-locale'); + // TODO(b/241094372): Remove this check. + expect(Intl.shortLocale('invalid'), 'in'); + }); + + test("Intl.verifiedLocale('en-us', NumberFormat.localeExists) Verifying locale fallback for numbers", () { + expect(Intl.verifiedLocale('en-us', NumberFormat.localeExists), 'en_US'); + expect(Intl.verifiedLocale('en_us', NumberFormat.localeExists), 'en_US'); + expect(Intl.verifiedLocale('es-419', NumberFormat.localeExists), 'es_419'); + expect(Intl.verifiedLocale('en-ZZ', NumberFormat.localeExists), 'en'); + expect(Intl.verifiedLocale('es-999', NumberFormat.localeExists), 'es'); + expect(Intl.verifiedLocale('gsw-CH', NumberFormat.localeExists), 'gsw'); + + void checkAsNumberDefault(String locale, String expected) { + var oldDefault = Intl.defaultLocale; + Intl.defaultLocale = locale; + var format = NumberFormat(); + expect(format.locale, expected); + Intl.defaultLocale = oldDefault; + } + + checkAsNumberDefault('en-us', 'en_US'); + checkAsNumberDefault('en_us', 'en_US'); + checkAsNumberDefault('es-419', 'es_419'); + checkAsNumberDefault('en-ZZ', 'en'); + checkAsNumberDefault('es-999', 'es'); + }); + + test("Intl.verifiedLocale('en-us', DateFormat.localeExists) Verifying locale fallback for dates", () { + expect(Intl.verifiedLocale('en-us', DateFormat.localeExists), 'en_US'); + expect(Intl.verifiedLocale('en_us', DateFormat.localeExists), 'en_US'); + // expect(Intl.verifiedLocale('es-419', DateFormat.localeExists), 'es_419'); + // expect(Intl.verifiedLocale('en-ZZ', DateFormat.localeExists), 'en'); + // expect(Intl.verifiedLocale('es-999', DateFormat.localeExists), 'es'); + // expect(Intl.verifiedLocale('gsw-CH', DateFormat.localeExists), 'gsw'); + // TODO(b/241094372): Remove this check. + //expect(Intl.verifiedLocale('invalid', DateFormat.localeExists), 'in'); + + void checkAsDateDefault(String locale, String expected) { + var oldDefault = Intl.defaultLocale; + Intl.defaultLocale = locale; + var format = DateFormat(); + expect(format.locale, expected); + Intl.defaultLocale = oldDefault; + } + + checkAsDateDefault('en-us', 'en_US'); + checkAsDateDefault('en_us', 'en_US'); + //checkAsDateDefault('es-419', 'es_419'); + //checkAsDateDefault('en-ZZ', 'en'); + //checkAsDateDefault('es-999', 'es'); + }); + + test("toBeginningOfSentenceCase('') toBeginningOfSentenceCase", () { + expect(toBeginningOfSentenceCase(null), null); + expect(toBeginningOfSentenceCase(''), ''); + expect(toBeginningOfSentenceCase('A'), 'A'); + expect(toBeginningOfSentenceCase('a'), 'A'); + expect(toBeginningOfSentenceCase('abc'), 'Abc'); + expect(toBeginningOfSentenceCase('[a]'), '[a]'); + expect(toBeginningOfSentenceCase('ABc'), 'ABc'); + expect(toBeginningOfSentenceCase('ı'), 'I'); + expect(toBeginningOfSentenceCase('i'), 'I'); + expect(toBeginningOfSentenceCase('i', 'tr'), '\u0130'); + }); + } +} + diff --git a/ohos/flutter_intl/lib/rt_locale_test.dart b/ohos/flutter_intl/lib/rt_locale_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..9925ad394751145061f25ca834cdf76e945dbfdb --- /dev/null +++ b/ohos/flutter_intl/lib/rt_locale_test.dart @@ -0,0 +1,262 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ + +/// Tests for the Locale class. +/// +/// Currently, the primary intention of these tests is to exercise and +/// demonstrate the API: full test coverage is a non-goal for the prototype. +/// +/// For production code, use of ICU would influence what needs and doesn't need +/// to be tested. +import 'package:intl/locale.dart'; +import 'package:flutter_intl/common/test_page.dart'; + +import 'rt_locale_test_data.dart'; + +class JKLocalTestPage extends TestPage { + + static const String routeName = "/rt_locale_test"; + + JKLocalTestPage(super.title, {super.key}) { + print('start test666'); + main(); + } + void main() { + group("testFromSubtags('Zh', null, null, 'zh', null, null, 'zh') Construction and properties:", () { + // Simple with normalization: + testFromSubtags('Zh', null, null, 'zh', null, null, 'zh'); + testFromSubtags('zH', null, 'cn', 'zh', null, 'CN', 'zh-CN'); + testFromSubtags('ZH', null, 'Cn', 'zh', null, 'CN', 'zh-CN'); + testFromSubtags('zh', null, 'cN', 'zh', null, 'CN', 'zh-CN'); + testFromSubtags('zh', 'hans', null, 'zh', 'Hans', null, 'zh-Hans'); + testFromSubtags('ZH', 'HANS', 'CN', 'zh', 'Hans', 'CN', 'zh-Hans-CN'); + + // Region codes can be three digits. + testFromSubtags('es', null, '419', 'es', null, '419', 'es-419'); + + // While language is usually 2 characters, it can also be 3. + testFromSubtags('CKB', 'arab', null, 'ckb', 'Arab', null, 'ckb-Arab'); + + // With canonicalization: + testFromSubtags('Iw', null, null, 'he', null, null, 'he'); + testFromSubtags('iW', null, null, 'he', null, null, 'he'); + testFromSubtags('My', null, 'Bu', 'my', null, 'MM', 'my-MM'); + }); + + group("testExceptionForSubtags('a', null, null) Locale.fromSubtags() FormatExceptions:", () { + void testExceptionForSubtags( + String language, String? script, String? region) { + test('fromSubtags: "$language / $script / $region"', () { + expect( + () => Locale.fromSubtags( + languageCode: language, + scriptCode: script, + countryCode: region), + "throwsFormatException"); + }); + } + + testExceptionForSubtags('a', null, null); + testExceptionForSubtags('en', 'ZA', null); + testExceptionForSubtags('en', null, 'Latn'); + }); + + group("Locale.parse(unnormalized).toLanguageTag() Locale normalization matching ICU.", () { + localeParsingTestData.forEach((unnormalized, normalized) { + test('Locale normalization: $unnormalized -> $normalized', () { + expect(Locale.parse(unnormalized).toLanguageTag(), normalized); + }); + }); + }); + + group("testParse('root', 'und', null, null, [], 'und') Unicode LDML Locale Identifier support", () { + // 'root' is a valid Unicode Locale Identifier, but should be taken as + // 'und'[1]. ICU's toLanguageTag still returns 'root'. + // [1]: + // http://unicode.org/reports/tr35/#Unicode_Locale_Identifier_CLDR_to_BCP_47 + testParse('root', 'und', null, null, [], 'und'); + testParse('Root', 'und', null, null, [], 'und'); + testParse('ROOT', 'und', null, null, [], 'und'); + + // We support underscores, whereas ICU's `forLanguageTag` does + // not. + testParse('CKB_arab', 'ckb', 'Arab', null, [], 'ckb-Arab'); + testParse('My_Bu', 'my', null, 'MM', [], 'my-MM'); + + // Normalises tags, sorts subtags alphabetically, including variants[1]: + // ICU is currently not sorting variants. + // [1]: http://unicode.org/reports/tr35/#Unicode_locale_identifier + testParse('en-scouse-fonipa', 'en', null, null, ['fonipa', 'scouse'], + 'en-fonipa-scouse'); + + // Normalises tags, sorts subtags alphabetically and suppresses unneeded + // "true" in u extension (ICU is currently not dropping -true): + // http://unicode.org/reports/tr35/#u_Extension + testParse('en-u-Foo-bar-nu-thai-ca-buddhist-kk-true', 'en', null, null, [], + 'en-u-bar-foo-ca-buddhist-kk-nu-thai'); + + // The specification does permit empty extensions for extensions other than + // u- and t-. + testParse('en-a', 'en', null, null, [], 'en'); + testParse('en-x', 'en', null, null, [], 'en'); + testParse('en-z', 'en', null, null, [], 'en'); + + // Normalization of `tlang` - ICU still returns -t-iw-bu. + testParse('en-t-iw-Bu', 'en', null, null, [], 'en-t-he-mm'); + + test('en-u-ca is equivalent to en-u-ca-true', () { + expect(Locale.parse('en-u-ca').toLanguageTag(), + Locale.parse('en-u-ca-true').toLanguageTag()); + }); + }); + + // Normalization: sorting of extension subtags: + testParse('en-z-abc-001-foo-fii-bar-u-cu-usd-co-phonebk', 'en', null, null, + [], 'en-u-co-phonebk-cu-usd-z-abc-001-foo-fii-bar'); + + group('Locale.parse() throws FormatException:', () { + void testExceptionForId(String x) { + test('"$x"', () { + expect(() => Locale.parse(x), "throwsFormatException"); + }); + } + + for (var badLocaleIdentifier in invalidLocales) { + testExceptionForId(badLocaleIdentifier); + } + + // ICU permits '', taking it as 'und', but it is not a valid Unicode Locale + // Identifier: We reject it. + testExceptionForId(''); + + // abcd-Latn throws exceptions in our Dart implementation, whereas + // ECMAScript's Intl.Locale permits it. This is because the BCP47 spec + // still allows for the possible addition of 4-character languages in + // the future, whereas the Unicode Locale Identifiers spec bans it + // outright. + testExceptionForId('abcd-Latn'); + + // ICU permits 'root-Latn' since it conforms to pure BCP47, but it is an + // invalid Unicode BCP47 Locale Identifier. + testExceptionForId('root-Latn'); + + // ICU permits empty tkeys. + testExceptionForId('en-t-a0'); + + // ICU permits duplicate tkeys, returning the content of -t- verbatim. + testExceptionForId('en-t-a0-one-a0-two'); + + // ICU permits duplicate keys, in this case dropping -ca-buddhist. + testExceptionForId('en-u-ca-islamic-ca-buddhist'); + }); + + group("Locale.tryParse(badLocaleIdentifier) Locale.tryParse() returns null:", () { + for (var badLocaleIdentifier in invalidLocales) { + test('"$badLocaleIdentifier"', () { + expect(Locale.tryParse(badLocaleIdentifier), "isNull"); + }); + } + }); + + // TODO: determine appropriate behaviour for the following examples. + + // // 'mo' is deprecated, and is a tag that ought to be replaced by *two* + // // subtags (ro-MD), although Chrome Unstable also doesn't presently do + // // that (replaces it by 'ro' only). + // // TODO: check up on the Chrome implementation. + // testParse('mo', 'ro', null, 'MD', [], 'ro-MD'); + + // // Script deprecation. + // testParse('en-Qaai', 'en', 'Zinh', null, [], 'en-Zinh'); + + // // Variant deprecation. + // testParse('sv-aaland', 'sv', null, 'AX', [], 'sv-AX'); + + // // Variant deprecation. + // testParse('en-heploc', 'en', null, null, ['alalc97'], 'en-alalc97'); + + // // Variant deprecation. + // testParse('en-polytoni', 'en', null, null, ['polyton'], 'en-polyton'); + + test("l.toLanguageTag() Locale cannot be modified via the variants field", () { + var l = Locale.parse('en-scotland'); + var v = l.variants as List; + var good = false; + try { + v.add('basiceng'); + } on Error { + good = true; + } + expect(l.toLanguageTag(), 'en-scotland'); + expect(good, "isTrue"); + }); + + test("Locale.parse('en') operator== and hashCode", () { + Locale l1, l2; + + l1 = Locale.parse('en-Shaw-ZA'); + l2 = Locale.fromSubtags( + languageCode: 'en', scriptCode: 'Shaw', countryCode: 'ZA'); + expect(l1, l2); + expect(l1.hashCode, l2.hashCode); + + l1 = Locale.parse('en'); + l2 = Locale.fromSubtags( + languageCode: 'en', scriptCode: null, countryCode: null); + expect(l1, l2); + expect(l1.hashCode, l2.hashCode); + }); + } + + void testFromSubtags( + String language, + String? script, + String? region, + String? expectedLanguage, + String? expectedScript, + String? expectedRegion, + String? expectedTag) { + test('Locale.fromSubtags(...) with $language, $script, $region', () { + var l = Locale.fromSubtags( + languageCode: language, scriptCode: script, countryCode: region); + expect(l.languageCode, expectedLanguage); + expect(l.scriptCode, expectedScript); + expect(l.countryCode, expectedRegion); + expect(l.toLanguageTag(), expectedTag); + expect(l.toString(), expectedTag); + }); + } + + void testParse( + String bcp47Tag, + String expectedLanguage, + String? expectedScript, + String? expectedRegion, + Iterable expectedVariants, + String? expectedTag) { + test('Locale.parse("$bcp47Tag");', () { + var l = Locale.parse(bcp47Tag); + expect(l.languageCode, expectedLanguage); + expect(l.scriptCode, expectedScript); + expect(l.countryCode, expectedRegion); + expect(l.toLanguageTag(), expectedTag); + expect(l.variants, (expectedVariants)); + }); + } +} + + + + diff --git a/ohos/flutter_intl/lib/rt_locale_test_data.dart b/ohos/flutter_intl/lib/rt_locale_test_data.dart new file mode 100644 index 0000000000000000000000000000000000000000..4a43459154f832001217fd90473fa79feeb829e4 --- /dev/null +++ b/ohos/flutter_intl/lib/rt_locale_test_data.dart @@ -0,0 +1,81 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +/// Test data: a map from unnormalized locale names to normalized locale names. +Map localeParsingTestData = { + // Simple with normalization + 'Zh': 'zh', + 'zH-cn': 'zh-CN', + 'ZH-Cn': 'zh-CN', + 'zh-cN': 'zh-CN', + 'zh-hans': 'zh-Hans', + 'ZH-HANS-CN': 'zh-Hans-CN', + + // Region codes can be three digits + 'es-419': 'es-419', + + // While language is usually 2 characters, it can also be 3 + 'CKB-arab': 'ckb-Arab', + + // With simple canonicalization + 'Iw': 'he', + 'iW': 'he', + 'My-Bu': 'my-MM', + + // "und" is the language tag for undefined language + 'und': 'und', + + // Normalization: sorting of extension subtags + 'en-z-abc-001-foo-fii-bar-u-cu-usd-co-phonebk': + 'en-u-co-phonebk-cu-usd-z-abc-001-foo-fii-bar', + + // Normalises tags, sorts subtags alphabetically + 'UND-lkjh-qw-12345-Abcde-U-Zz-Aaa-Co-Zxc-T-AF-Latn-Za-M0-Bar': + 'und-Lkjh-QW-12345-abcde-t-af-latn-za-m0-bar-u-co-zxc-zz-aaa', + + // Supports multiple "tvalues" for each "tpart" + 'en-u-cu-usd-t-a0-ghi-jkl-b0-abc-def-a-aaa': + 'en-a-aaa-t-a0-ghi-jkl-b0-abc-def-u-cu-usd', + + // Private-use extension subtags do not get sorted + 'en-x-BCDE0123-ABCD0123': 'en-x-bcde0123-abcd0123', + 'en-x-BCDE0123-123456-ABCD0123': 'en-x-bcde0123-123456-abcd0123', + + // Digits in u-extension values + 'en-u-hc-h11': 'en-u-hc-h11', + 'en-u-hc-h23': 'en-u-hc-h23', + + // Digits in t-extension values + 'en-t-m0-c11': 'en-t-m0-c11', +}; + +/// Invalid Language Tags. +List invalidLocales = [ + 'en-', + '-za', + 'en--za', + '419', + 'en-t', + 'en-t-', + 'en-t-de-t-fr', + 'en-u', + 'en-u-', + 'en-u-ca-islamic-', + 'en-u-cu-eur-u-co-phonebk', + 'en-x-', + 'en-x-foo-', + 'en-x-abcdefghi', + 'en-z-', + 'en-z-aaa-z-bbb', +]; diff --git a/ohos/flutter_intl/lib/rt_message_format_test.dart b/ohos/flutter_intl/lib/rt_message_format_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..3f668d80319470348341dbf68e46fbf8e864068f --- /dev/null +++ b/ohos/flutter_intl/lib/rt_message_format_test.dart @@ -0,0 +1,454 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ + +// Tests for the MessageFormat class. +// +// Currently, these tests are the ones directly ported from Closure. + +import 'package:intl/message_format.dart'; +import 'package:flutter_intl/common/test_page.dart'; + +class JKMessageFormtTestPage extends TestPage { + + static const String routeName = "/rt_message_format_test"; + + JKMessageFormtTestPage(super.title, {super.key}) { + print('start test666'); + main(); + } + void main() { + test("MessageFormat('') testEmptyPattern", () { + var fmt = MessageFormat(''); + expect(fmt.format({}), ''); + }); + + test("MessageFormat('\'\'{}}') testMissingLeftCurlyBrace", () { + expect(() { + var fmt = MessageFormat('\'\'{}}'); + fmt.format({}); + }, 'No matching { for }.'); + }); + + test("MessageFormat('{} {') testTooManyLeftCurlyBraces", () { + expect(() { + var fmt = MessageFormat('{} {'); + fmt.format({}); + }, 'There are mismatched { or } in the pattern.'); + }); + + test("MessageFormat('New York in {SEASON} is nice.') testSimpleReplacement", () { + var fmt = MessageFormat('New York in {SEASON} is nice.'); + expect(fmt.format({'SEASON': 'the Summer'}), + 'New York in the Summer is nice.'); + }); + + test("MessageFormat('{GENDER, select,''male {His}''female {Her}''other {Its}}'' bicycle is {GENDER, select, male {blue} female {red} other {green}}.) testSimpleSelect", () { + var fmt = MessageFormat('{GENDER, select,' + 'male {His}' + 'female {Her}' + 'other {Its}}' + ' bicycle is {GENDER, select, male {blue} female {red} other {green}}.'); + + expect(fmt.format({'GENDER': 'male'}), 'His bicycle is blue.'); + expect(fmt.format({'GENDER': 'female'}), 'Her bicycle is red.'); + expect(fmt.format({'GENDER': 'other'}), 'Its bicycle is green.'); + expect(fmt.format({'GENDER': 'whatever'}), 'Its bicycle is green.'); + }); + + test("MessageFormat('I see {NUM_PEOPLE, plural, offset:1 ''=0 {no one at all in {PLACE}.} ''=1 {{PERSON} in {PLACE}.} ''one {{PERSON} and one other person in {PLACE}.} ''other {{PERSON} and # other people in {PLACE}.}}') testSimplePlural", () { + var fmt = MessageFormat('I see {NUM_PEOPLE, plural, offset:1 ' + '=0 {no one at all in {PLACE}.} ' + '=1 {{PERSON} in {PLACE}.} ' + 'one {{PERSON} and one other person in {PLACE}.} ' + 'other {{PERSON} and # other people in {PLACE}.}}'); + + expect(fmt.format({'NUM_PEOPLE': 0, 'PLACE': 'Belgrade'}), + 'I see no one at all in Belgrade.'); + expect(fmt.format({'NUM_PEOPLE': 1, 'PERSON': 'Markus', 'PLACE': 'Berlin'}), + 'I see Markus in Berlin.'); + expect(fmt.format({'NUM_PEOPLE': 2, 'PERSON': 'Mark', 'PLACE': 'Athens'}), + 'I see Mark and one other person in Athens.'); + expect( + fmt.format({'NUM_PEOPLE': 100, 'PERSON': 'Cibu', 'PLACE': 'the cubes'}), + 'I see Cibu and 99 other people in the cubes.'); + }); + + test("MessageFormat('I see {NUM_PEOPLE, plural, ''=0 {no one at all} ''=1 {{PERSON}} ''one {{PERSON} and one other person} ''other {{PERSON} and # other people}} in {PLACE}.') testSimplePluralNoOffset", () { + var fmt = MessageFormat('I see {NUM_PEOPLE, plural, ' + '=0 {no one at all} ' + '=1 {{PERSON}} ' + 'one {{PERSON} and one other person} ' + 'other {{PERSON} and # other people}} in {PLACE}.'); + + expect(fmt.format({'NUM_PEOPLE': 0, 'PLACE': 'Belgrade'}), + 'I see no one at all in Belgrade.'); + expect(fmt.format({'NUM_PEOPLE': 1, 'PERSON': 'Markus', 'PLACE': 'Berlin'}), + 'I see Markus in Berlin.'); + expect(fmt.format({'NUM_PEOPLE': 2, 'PERSON': 'Mark', 'PLACE': 'Athens'}), + 'I see Mark and 2 other people in Athens.'); + expect( + fmt.format({'NUM_PEOPLE': 100, 'PERSON': 'Cibu', 'PLACE': 'the cubes'}), + 'I see Cibu and 100 other people in the cubes.'); + }); + + test("MessageFormat('{CIRCLES, plural, ''one {{GENDER, select, '' female {{WHO} added you to her circle} '' other {{WHO} added you to his circle}}} ''other {{GENDER, select, '' female {{WHO} added you to her # circles} '' other {{WHO} added you to his # circles}}}}') testSelectNestedInPlural", () { + var fmt = MessageFormat('{CIRCLES, plural, ' + 'one {{GENDER, select, ' + ' female {{WHO} added you to her circle} ' + ' other {{WHO} added you to his circle}}} ' + 'other {{GENDER, select, ' + ' female {{WHO} added you to her # circles} ' + ' other {{WHO} added you to his # circles}}}}'); + + expect(fmt.format({'GENDER': 'female', 'WHO': 'Jelena', 'CIRCLES': 1}), + 'Jelena added you to her circle'); + expect(fmt.format({'GENDER': 'male', 'WHO': 'Milan', 'CIRCLES': 1234}), + 'Milan added you to his 1,234 circles'); + }); + + test("MessageFormat('{GENDER, select, ''female {{NUM_GROUPS, plural, '' one {{WHO} added you to her group} '' other {{WHO} added you to her # groups}}} ''other {{NUM_GROUPS, plural, offset:1'' one {{WHO} added you to his group} '' other {{WHO} added you to his # groups}}}}') testPluralNestedInSelect", () { + // Added offset just for testing purposes. It doesn't make sense + // to have it otherwise. + var fmt = MessageFormat('{GENDER, select, ' + 'female {{NUM_GROUPS, plural, ' + ' one {{WHO} added you to her group} ' + ' other {{WHO} added you to her # groups}}} ' + 'other {{NUM_GROUPS, plural, offset:1' + ' one {{WHO} added you to his group} ' + ' other {{WHO} added you to his # groups}}}}'); + + expect(fmt.format({'GENDER': 'female', 'WHO': 'Jelena', 'NUM_GROUPS': 1}), + 'Jelena added you to her group'); + expect(fmt.format({'GENDER': 'male', 'WHO': 'Milan', 'NUM_GROUPS': 1234}), + 'Milan added you to his 1,233 groups'); + }); + + test("MessageFormat('Anna's house has '{0} and # in the roof' and {NUM_COWS} cows.') testLiteralOpenCurlyBrace", () { + var fmt = MessageFormat( + "Anna's house has '{0} and # in the roof' and {NUM_COWS} cows."); + expect(fmt.format({'NUM_COWS': '5'}), + "Anna's house has {0} and # in the roof and 5 cows."); + }); + + test("MessageFormat('Anna\'s house has \'{\'0\'} and # in the roof\' and {NUM_COWS} cows.') testLiteralClosedCurlyBrace", () { + var fmt = MessageFormat( + 'Anna\'s house has \'{\'0\'} and # in the roof\' and {NUM_COWS} cows.'); + expect(fmt.format({'NUM_COWS': '5'}), + 'Anna\'s house has {0} and # in the roof and 5 cows.'); + // Regression for Closure implementation bug: b/34764827 + expect(fmt.format({'NUM_COWS': '8'}), + 'Anna\'s house has {0} and # in the roof and 8 cows.'); + }); + + test("MessageFormat('Anna's house has '{0}' and '# in the roof' and {NUM_COWS} cows.) testLiteralPoundSign", () { + var fmt = MessageFormat( + "Anna's house has '{0}' and '# in the roof' and {NUM_COWS} cows."); + expect(fmt.format({'NUM_COWS': '5'}), + "Anna's house has {0} and # in the roof and 5 cows."); + // Regression for: b/34764827 + expect(fmt.format({'NUM_COWS': '10'}), + 'Anna\'s house has {0} and # in the roof and 10 cows.'); + }); + + test("MessageFormat('Anna's house 'has {NUM_COWS} cows'.') testNoLiteralsForSingleQuotes", () { + var fmt = MessageFormat("Anna's house 'has {NUM_COWS} cows'."); + expect(fmt.format({'NUM_COWS': '5'}), "Anna's house 'has 5 cows'."); + }); + + test("MessageFormat('Anna''s house a'{''''b'') testConsecutiveSingleQuotesAreReplacedWithOneSingleQuote", () { + var fmt = MessageFormat("Anna''s house a'{''''b'"); + expect(fmt.format({}), "Anna's house a{''b"); + }); + + test("MessageFormat('a''{NUM_COWS}'b') testConsecutiveSingleQuotesBeforeSpecialCharDontCreateLiteral", () { + var fmt = MessageFormat("a''{NUM_COWS}'b"); + expect(fmt.format({'NUM_COWS': '5'}), "a'5'b"); + }); + + test("MessageFormat('{GENDER, select, female {Njen} other {Njegov}} bicikl je ''{GENDER, select, female {crven} other {plav}}.',locale: 'sr') testSerbianSimpleSelect", () { + var fmt = MessageFormat( + '{GENDER, select, female {Njen} other {Njegov}} bicikl je ' + '{GENDER, select, female {crven} other {plav}}.', + locale: 'sr'); + + expect(fmt.format({'GENDER': 'male'}), 'Njegov bicikl je plav.'); + expect(fmt.format({'GENDER': 'female'}), 'Njen bicikl je crven.'); + }); + + test('testSerbianSimplePlural', () { + var fmt = MessageFormat( + 'Ja {NUM_PEOPLE, plural, offset:1 ' + ' =0 {ne vidim nikoga} ' + ' =1 {vidim {PERSON}} ' + ' one {vidim {PERSON} i jos # osobu} ' + ' few {vidim {PERSON} i jos # osobe} ' + ' many {vidim {PERSON} i jos # osoba} ' + ' other {vidim {PERSON} i jos # osoba}} ' + 'u {PLACE}.', + locale: 'sr'); + + expect(fmt.format({'NUM_PEOPLE': 0, 'PLACE': 'Beogradu'}), + 'Ja ne vidim nikoga u Beogradu.'); + expect( + fmt.format({'NUM_PEOPLE': 1, 'PERSON': 'Markusa', 'PLACE': 'Berlinu'}), + 'Ja vidim Markusa u Berlinu.'); + expect(fmt.format({'NUM_PEOPLE': 2, 'PERSON': 'Marka', 'PLACE': 'Atini'}), + 'Ja vidim Marka i jos 1 osobu u Atini.'); + expect(fmt.format({'NUM_PEOPLE': 4, 'PERSON': 'Petra', 'PLACE': 'muzeju'}), + 'Ja vidim Petra i jos 3 osobe u muzeju.'); + expect( + fmt.format({'NUM_PEOPLE': 100, 'PERSON': 'Cibua', 'PLACE': 'bazenu'}), + 'Ja vidim Cibua i jos 99 osoba u bazenu.'); + }); + + test('testSerbianSimplePluralNoOffset', () { + var fmt = MessageFormat( + 'Ja {NUM_PEOPLE, plural, ' + ' =0 {ne vidim nikoga} ' + ' =1 {vidim {PERSON}} ' + ' one {vidim {PERSON} i jos # osobu} ' + ' few {vidim {PERSON} i jos # osobe} ' + ' many {vidim {PERSON} i jos # osoba} ' + ' other {vidim {PERSON} i jos # osoba}} ' + 'u {PLACE}.', + locale: 'sr'); + + expect(fmt.format({'NUM_PEOPLE': 0, 'PLACE': 'Beogradu'}), + 'Ja ne vidim nikoga u Beogradu.'); + expect( + fmt.format({'NUM_PEOPLE': 1, 'PERSON': 'Markusa', 'PLACE': 'Berlinu'}), + 'Ja vidim Markusa u Berlinu.'); + expect(fmt.format({'NUM_PEOPLE': 21, 'PERSON': 'Marka', 'PLACE': 'Atini'}), + 'Ja vidim Marka i jos 21 osobu u Atini.'); + expect(fmt.format({'NUM_PEOPLE': 3, 'PERSON': 'Petra', 'PLACE': 'muzeju'}), + 'Ja vidim Petra i jos 3 osobe u muzeju.'); + expect( + fmt.format({'NUM_PEOPLE': 100, 'PERSON': 'Cibua', 'PLACE': 'bazenu'}), + 'Ja vidim Cibua i jos 100 osoba u bazenu.'); + }); + + test('testSerbianSelectNestedInPlural', () { + var fmt = MessageFormat( + '{CIRCLES, plural, ' + ' one {{GENDER, select, ' + ' female {{WHO} vas je dodala u njen # kruzok} ' + ' other {{WHO} vas je dodao u njegov # kruzok}}} ' + ' few {{GENDER, select, ' + ' female {{WHO} vas je dodala u njena # kruzoka} ' + ' other {{WHO} vas je dodao u njegova # kruzoka}}} ' + ' many {{GENDER, select, ' + ' female {{WHO} vas je dodala u njenih # kruzoka} ' + ' other {{WHO} vas je dodao u njegovih # kruzoka}}} ' + ' other {{GENDER, select, ' + ' female {{WHO} vas je dodala u njenih # kruzoka} ' + ' other {{WHO} vas je dodao u njegovih # kruzoka}}}}', + locale: 'hr'); + + expect(fmt.format({'GENDER': 'female', 'WHO': 'Jelena', 'CIRCLES': 21}), + 'Jelena vas je dodala u njen 21 kruzok'); + expect(fmt.format({'GENDER': 'female', 'WHO': 'Jelena', 'CIRCLES': 3}), + 'Jelena vas je dodala u njena 3 kruzoka'); + expect(fmt.format({'GENDER': 'female', 'WHO': 'Jelena', 'CIRCLES': 5}), + 'Jelena vas je dodala u njenih 5 kruzoka'); + expect(fmt.format({'GENDER': 'male', 'WHO': 'Milan', 'CIRCLES': 1235}), + 'Milan vas je dodao u njegovih 1.235 kruzoka'); + }); + + test('testFallbackToOtherOptionInPlurals', () { + // Use Arabic plural rules since they have all six cases. + // Only locale and numbers matter, the actual language of the message + // does not. + var fmt = + MessageFormat('{NUM_MINUTES, plural, other {# minutes}}', locale: 'ar'); + + // These numbers exercise all cases for the arabic plural rules. + expect(fmt.format({'NUM_MINUTES': 0}), '0 minutes'); + expect(fmt.format({'NUM_MINUTES': 1}), '1 minutes'); + expect(fmt.format({'NUM_MINUTES': 2}), '2 minutes'); + expect(fmt.format({'NUM_MINUTES': 3}), '3 minutes'); + expect(fmt.format({'NUM_MINUTES': 11}), '11 minutes'); + expect(fmt.format({'NUM_MINUTES': 1.5}), '1.5 minutes'); + }); + + test("MessageFormat('{SOME_NUM, plural, offset:1 =0 {#} =1 {#} =2 {#} one {#} other {#}}') testPoundShowsNumberMinusOffsetInAllCases", () { + var fmt = MessageFormat( + '{SOME_NUM, plural, offset:1 =0 {#} =1 {#} =2 {#} one {#} other {#}}'); + + expect(fmt.format({'SOME_NUM': '0'}), '-1'); + expect(fmt.format({'SOME_NUM': '1'}), '0'); + expect(fmt.format({'SOME_NUM': '2'}), '1'); + expect(fmt.format({'SOME_NUM': '21'}), '20'); + }); + + test('testSpecialCharactersInParamaterDontChangeFormat', () { + var fmt = MessageFormat('{SOME_NUM, plural, other {# {GROUP}}}'); + + // Test pound sign. + expect(fmt.format({'SOME_NUM': '10', 'GROUP': 'group#1'}), '10 group#1'); + // Test other special characters in parameters, like { and }. + expect(fmt.format({'SOME_NUM': '10', 'GROUP': '} {'}), '10 } {'); + }); + + test('testMissingOrInvalidPluralParameter', () { + var fmt = MessageFormat('{SOME_NUM, plural, other {result}}'); + + // Key name doesn't match A != SOME_NUM. + expect(fmt.format({'A': '10'}), 'Undefined parameter - SOME_NUM'); + + // Value is not a number. + expect(fmt.format({'SOME_NUM': 'Value'}), 'Invalid parameter - SOME_NUM'); + }); + + test('testMissingSelectParameter', () { + var fmt = MessageFormat('{GENDER, select, other {result}}'); + + // Key name doesn't match A != GENDER. + expect(fmt.format({'A': 'female'}), 'Undefined parameter - GENDER'); + }); + + test('testMissingSimplePlaceholder', () { + var fmt = MessageFormat('{result}'); + + // Key name doesn't match A != result. + expect(fmt.format({'A': 'none'}), 'Undefined parameter - result'); + }); + + test('testPlural', () { + var fmt = MessageFormat( + '{SOME_NUM, plural,' + ' =0 {none}' + ' =1 {exactly one}' + ' one {# one}' + ' few {# few}' + ' many {# many}' + ' other {# other}' + '}', + locale: 'ru'); + + expect(fmt.format({'SOME_NUM': 0}), 'none'); + expect(fmt.format({'SOME_NUM': 1}), 'exactly one'); + expect(fmt.format({'SOME_NUM': 21}), '21 one'); + expect(fmt.format({'SOME_NUM': 23}), '23 few'); + expect(fmt.format({'SOME_NUM': 17}), '17 many'); + expect(fmt.format({'SOME_NUM': 100}), '100 many'); + expect(fmt.format({'SOME_NUM': 1.4}), '1,4 other'); + expect(fmt.format({'SOME_NUM': '10.0'}), '10 many'); + expect(fmt.format({'SOME_NUM': '100.00'}), '100 many'); + }); + + test('testPluralWithIgnorePound', () { + var fmt = MessageFormat('{SOME_NUM, plural, other {# {GROUP}}}'); + + // Test pound sign. + expect(fmt.formatIgnoringPound({'SOME_NUM': '10', 'GROUP': 'group#1'}), + '# group#1'); + // Test other special characters in parameters, like { and }. + expect( + fmt.formatIgnoringPound({'SOME_NUM': '10', 'GROUP': '} {'}), '# } {'); + }); + + test('testSimplePluralWithIgnorePound', () { + var fmt = MessageFormat('I see {NUM_PEOPLE, plural, offset:1 ' + '=0 {no one at all in {PLACE}.} ' + '=1 {{PERSON} in {PLACE}.} ' + 'one {{PERSON} and one other person in {PLACE}.} ' + 'other {{PERSON} and # other people in {PLACE}.}}'); + + expect( + fmt.formatIgnoringPound( + {'NUM_PEOPLE': 100, 'PERSON': 'Cibu', 'PLACE': 'the cubes'}), + 'I see Cibu and # other people in the cubes.'); + }); + + test('testRomanianOffsetWithNegativeValue', () { + var fmt = MessageFormat( + '{NUM_FLOOR, plural, offset:2 ' + 'one {One #}' + 'few {Few #}' + 'other {Other #}}', + locale: 'ro'); + + // Checking that the decision is done after the offset is substracted + expect(fmt.format({'NUM_FLOOR': -1}), 'Few -3'); + expect(fmt.format({'NUM_FLOOR': 1}), 'One -1'); + expect(fmt.format({'NUM_FLOOR': -3}), 'Few -5'); + expect(fmt.format({'NUM_FLOOR': 3}), 'One 1'); + expect(fmt.format({'NUM_FLOOR': -25}), 'Other -27'); + expect(fmt.format({'NUM_FLOOR': 25}), 'Other 23'); + }); + + test('testSimpleOrdinal', () { + // TOFIX. Ordinal not supported in Dart + var fmt = MessageFormat('{NUM_FLOOR, selectordinal, ' + 'one {Take the elevator to the #st floor.}' + 'two {Take the elevator to the #nd floor.}' + 'few {Take the elevator to the #rd floor.}' + 'other {Take the elevator to the #th floor.}}'); + + expect(fmt.format({'NUM_FLOOR': 1}), 'Take the elevator to the 1st floor.'); + expect(fmt.format({'NUM_FLOOR': 2}), 'Take the elevator to the 2nd floor.'); + expect(fmt.format({'NUM_FLOOR': 3}), 'Take the elevator to the 3rd floor.'); + expect(fmt.format({'NUM_FLOOR': 4}), 'Take the elevator to the 4th floor.'); + expect( + fmt.format({'NUM_FLOOR': 23}), 'Take the elevator to the 23rd floor.'); + // Esoteric example. + expect(fmt.format({'NUM_FLOOR': 0}), 'Take the elevator to the 0th floor.'); + }); + + test('testOrdinalWithNegativeValue', () { + // TOFIX. Ordinal not supported in Dart + var fmt = MessageFormat('{NUM_FLOOR, selectordinal, ' + 'one {Take the elevator to the #st floor.}' + 'two {Take the elevator to the #nd floor.}' + 'few {Take the elevator to the #rd floor.}' + 'other {Take the elevator to the #th floor.}}'); + + expect( + fmt.format({'NUM_FLOOR': -1}), 'Take the elevator to the -1st floor.'); + expect( + fmt.format({'NUM_FLOOR': -2}), 'Take the elevator to the -2nd floor.'); + expect( + fmt.format({'NUM_FLOOR': -3}), 'Take the elevator to the -3rd floor.'); + expect( + fmt.format({'NUM_FLOOR': -4}), 'Take the elevator to the -4th floor.'); + }); + + test('testSimpleOrdinalWithIgnorePound', () { + // TOFIX. Ordinal not supported in Dart + var fmt = MessageFormat('{NUM_FLOOR, selectordinal, ' + 'one {Take the elevator to the #st floor.}' + 'two {Take the elevator to the #nd floor.}' + 'few {Take the elevator to the #rd floor.}' + 'other {Take the elevator to the #th floor.}}'); + + expect(fmt.formatIgnoringPound({'NUM_FLOOR': 100}), + 'Take the elevator to the #th floor.'); + }); + + test('testMissingOrInvalidOrdinalParameter', () { + // TOFIX. Ordinal not supported in Dart + var fmt = MessageFormat('{SOME_NUM, selectordinal, other {result}}'); + + // Key name doesn't match A != SOME_NUM. + expect( + fmt.format({'A': '10'}), 'Undefined or invalid parameter - SOME_NUM'); + + // Value is not a number. + expect(fmt.format({'SOME_NUM': 'Value'}), + 'Undefined or invalid parameter - SOME_NUM'); + }); + } // end of main +} + diff --git a/ohos/flutter_intl/lib/rt_more_compact_number_test_data.dart b/ohos/flutter_intl/lib/rt_more_compact_number_test_data.dart new file mode 100644 index 0000000000000000000000000000000000000000..dd99bbc11359724b6950165ec29b1146b807e726 --- /dev/null +++ b/ohos/flutter_intl/lib/rt_more_compact_number_test_data.dart @@ -0,0 +1,221 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +class CompactRoundingTestCase { + CompactRoundingTestCase(this.number, this.expected, + {this.maximumIntegerDigits, + this.minimumIntegerDigits, + this.maximumFractionDigits, + this.minimumFractionDigits, + this.minimumExponentDigits, + int? significantDigits, + this.maximumSignificantDigits, + this.minimumSignificantDigits}) { + if (significantDigits != null) { + if (maximumSignificantDigits != null || + minimumSignificantDigits != null) { + throw ArgumentError('Cannot specify both significantDigits and ' + 'maximumSignificantDigits/minimumSignificantDigits'); + } + maximumSignificantDigits = significantDigits; + minimumSignificantDigits = significantDigits; + } + } + + num number; + String expected; + int? maximumIntegerDigits; + int? minimumIntegerDigits; + int? maximumFractionDigits; + int? minimumFractionDigits; + int? minimumExponentDigits; + int? maximumSignificantDigits; + int? minimumSignificantDigits; + + @override + String toString() => 'CompactRoundingTestCase for $number, ' + 'maxIntDig: $maximumIntegerDigits, ' + 'minIntDig: $minimumIntegerDigits, ' + 'maxFracDig: $maximumFractionDigits, ' + 'minFracDig: $minimumFractionDigits, ' + 'minExpDig: $minimumExponentDigits, ' + 'maxSigDig: $maximumSignificantDigits, ' + 'minSigDig: $minimumSignificantDigits.'; +} + +List cldr35CompactNumTests = [ + // + CompactRoundingTestCase(1750000, '1.8M'), + CompactRoundingTestCase(1750000, '1.8M', maximumIntegerDigits: 1), + CompactRoundingTestCase(1750000, '1.8M', minimumIntegerDigits: 1), + CompactRoundingTestCase(1750000, '1.8M', maximumIntegerDigits: 4), + CompactRoundingTestCase(1750000, '0001.8M', minimumIntegerDigits: 4), + CompactRoundingTestCase(1750000, '2M', maximumFractionDigits: 0), + CompactRoundingTestCase(1750000, '1.75M', minimumFractionDigits: 0), + CompactRoundingTestCase(1750000, '1.75M', maximumFractionDigits: 4), + CompactRoundingTestCase(1750000, '1.7500M', minimumFractionDigits: 4), + CompactRoundingTestCase(1750000, '1.8M', minimumExponentDigits: 3), + CompactRoundingTestCase(1750000, '2M', significantDigits: 1), + CompactRoundingTestCase(1750000, '1.8M', significantDigits: 2), + CompactRoundingTestCase(1750000, '1.75M', significantDigits: 3), + CompactRoundingTestCase(1750000, '1.750M', significantDigits: 4), + + CompactRoundingTestCase(175000, '175K'), + CompactRoundingTestCase(175000, '175K', maximumIntegerDigits: 1), + CompactRoundingTestCase(175000, '175K', minimumIntegerDigits: 1), + CompactRoundingTestCase(175000, '175K', maximumIntegerDigits: 4), + CompactRoundingTestCase(175000, '0175K', minimumIntegerDigits: 4), + CompactRoundingTestCase(175000, '175K', maximumFractionDigits: 0), + CompactRoundingTestCase(175000, '175K', minimumFractionDigits: 0), + CompactRoundingTestCase(175000, '175K', maximumFractionDigits: 4), + CompactRoundingTestCase(175000, '175.0000K', minimumFractionDigits: 4), + CompactRoundingTestCase(175000, '175K', minimumExponentDigits: 3), + CompactRoundingTestCase(175000, '200K', significantDigits: 1), + CompactRoundingTestCase(175000, '180K', significantDigits: 2), + CompactRoundingTestCase(175000, '175K', significantDigits: 3), + CompactRoundingTestCase(175000, '175.0K', significantDigits: 4), + + CompactRoundingTestCase(1750, '01.750K', + minimumIntegerDigits: 2, minimumFractionDigits: 3), + CompactRoundingTestCase(1750, '01.8K', + minimumIntegerDigits: 2, maximumFractionDigits: 1), + + CompactRoundingTestCase(175, '175'), + CompactRoundingTestCase(175, '175', maximumIntegerDigits: 1), + CompactRoundingTestCase(175, '175', minimumIntegerDigits: 1), + CompactRoundingTestCase(175, '175', maximumIntegerDigits: 4), + CompactRoundingTestCase(175, '0175', minimumIntegerDigits: 4), + CompactRoundingTestCase(175, '175', maximumFractionDigits: 0), + CompactRoundingTestCase(175, '175', minimumFractionDigits: 0), + CompactRoundingTestCase(175, '175', maximumFractionDigits: 4), + CompactRoundingTestCase(175, '175.0000', minimumFractionDigits: 4), + CompactRoundingTestCase(175, '175', minimumExponentDigits: 3), + CompactRoundingTestCase(175, '200', significantDigits: 1), + CompactRoundingTestCase(175, '180', significantDigits: 2), + CompactRoundingTestCase(175, '175', significantDigits: 3), + CompactRoundingTestCase(175, '175.0', significantDigits: 4), + + CompactRoundingTestCase(1.756, '1.8'), + CompactRoundingTestCase(1.756, '1.8', maximumIntegerDigits: 1), + CompactRoundingTestCase(1.756, '1.8', minimumIntegerDigits: 1), + CompactRoundingTestCase(1.756, '1.8', maximumIntegerDigits: 4), + CompactRoundingTestCase(1.756, '0001.8', minimumIntegerDigits: 4), + CompactRoundingTestCase(1.756, '2', maximumFractionDigits: 0), + CompactRoundingTestCase(1.756, '1.756', minimumFractionDigits: 0), + CompactRoundingTestCase(1.756, '1.756', maximumFractionDigits: 4), + CompactRoundingTestCase(1.756, '1.7560', minimumFractionDigits: 4), + CompactRoundingTestCase(1.756, '1.8', minimumExponentDigits: 3), + CompactRoundingTestCase(1.756, '2', significantDigits: 1), + CompactRoundingTestCase(1.756, '1.8', significantDigits: 2), + CompactRoundingTestCase(1.756, '1.76', significantDigits: 3), + CompactRoundingTestCase(1.756, '1.756', significantDigits: 4), + + CompactRoundingTestCase(1.75, '1.8'), + CompactRoundingTestCase(1.75, '1.8', maximumIntegerDigits: 1), + CompactRoundingTestCase(1.75, '1.8', minimumIntegerDigits: 1), + CompactRoundingTestCase(1.75, '1.8', maximumIntegerDigits: 4), + CompactRoundingTestCase(1.75, '0001.8', minimumIntegerDigits: 4), + CompactRoundingTestCase(1.75, '2', maximumFractionDigits: 0), + CompactRoundingTestCase(1.75, '1.75', minimumFractionDigits: 0), + CompactRoundingTestCase(1.75, '1.75', maximumFractionDigits: 4), + CompactRoundingTestCase(1.75, '1.7500', minimumFractionDigits: 4), + CompactRoundingTestCase(1.75, '1.8', minimumExponentDigits: 3), + CompactRoundingTestCase(1.75, '2', significantDigits: 1), + CompactRoundingTestCase(1.75, '1.8', significantDigits: 2), + CompactRoundingTestCase(1.75, '1.75', significantDigits: 3), + CompactRoundingTestCase(1.75, '1.750', significantDigits: 4), + + CompactRoundingTestCase(1, '1'), + CompactRoundingTestCase(1, '1', maximumIntegerDigits: 1), + CompactRoundingTestCase(1, '1', minimumIntegerDigits: 1), + CompactRoundingTestCase(1, '1', maximumIntegerDigits: 4), + CompactRoundingTestCase(1, '0001', minimumIntegerDigits: 4), + CompactRoundingTestCase(1, '1', maximumFractionDigits: 0), + CompactRoundingTestCase(1, '1', minimumFractionDigits: 0), + CompactRoundingTestCase(1, '1', maximumFractionDigits: 4), + CompactRoundingTestCase(1, '1.0000', minimumFractionDigits: 4), + CompactRoundingTestCase(1, '1', minimumExponentDigits: 3), + CompactRoundingTestCase(1, '1', significantDigits: 1), + CompactRoundingTestCase(1, '1.0', significantDigits: 2), + CompactRoundingTestCase(1, '1.00', significantDigits: 3), + CompactRoundingTestCase(1, '1.000', significantDigits: 4), + + CompactRoundingTestCase(0.9999, '1'), + CompactRoundingTestCase(0.9999, '1', significantDigits: 1), + CompactRoundingTestCase(0.9999, '1.0', significantDigits: 2), + CompactRoundingTestCase(0.9999, '1.00', significantDigits: 3), + CompactRoundingTestCase(0.9999, '0.9999', significantDigits: 4), + + CompactRoundingTestCase(0.9876, '0.99'), + CompactRoundingTestCase(0.9876, '1', significantDigits: 1), + CompactRoundingTestCase(0.9876, '0.99', significantDigits: 2), + CompactRoundingTestCase(0.9876, '0.988', significantDigits: 3), + CompactRoundingTestCase(0.9876, '0.9876', significantDigits: 4), + + CompactRoundingTestCase(999, '1K', significantDigits: 1), + CompactRoundingTestCase(999, '1.0K', significantDigits: 2), + CompactRoundingTestCase(999, '999', significantDigits: 3), + CompactRoundingTestCase(999, '999.0', significantDigits: 4), + + CompactRoundingTestCase(999.9, '1K', significantDigits: 1), + CompactRoundingTestCase(999.9, '1.0K', significantDigits: 2), + CompactRoundingTestCase(999.9, '1.00K', significantDigits: 3), + CompactRoundingTestCase(999.9, '999.9', significantDigits: 4), + + CompactRoundingTestCase(999.99, '1K', significantDigits: 1), + CompactRoundingTestCase(999.99, '1.0K', significantDigits: 2), + CompactRoundingTestCase(999.99, '1.00K', significantDigits: 3), + CompactRoundingTestCase(999.99, '1.000K', significantDigits: 4), + + CompactRoundingTestCase(999000, '1M', significantDigits: 1), + CompactRoundingTestCase(999000, '1.0M', significantDigits: 2), + CompactRoundingTestCase(999000, '999K', significantDigits: 3), + CompactRoundingTestCase(999000, '999.0K', significantDigits: 4), + + CompactRoundingTestCase(999, '1K', maximumSignificantDigits: 1), + CompactRoundingTestCase(999, '1K', maximumSignificantDigits: 2), + CompactRoundingTestCase(999, '999', maximumSignificantDigits: 3), + CompactRoundingTestCase(999, '999', maximumSignificantDigits: 4), + + CompactRoundingTestCase(999.9, '1K', maximumSignificantDigits: 1), + CompactRoundingTestCase(999.9, '1K', maximumSignificantDigits: 2), + CompactRoundingTestCase(999.9, '1K', maximumSignificantDigits: 3), + CompactRoundingTestCase(999.9, '999.9', maximumSignificantDigits: 4), + + CompactRoundingTestCase(999.99, '1K', maximumSignificantDigits: 1), + CompactRoundingTestCase(999.99, '1K', maximumSignificantDigits: 2), + CompactRoundingTestCase(999.99, '1K', maximumSignificantDigits: 3), + CompactRoundingTestCase(999.99, '1K', maximumSignificantDigits: 4), + + CompactRoundingTestCase(999000, '1M', maximumSignificantDigits: 1), + CompactRoundingTestCase(999000, '1M', maximumSignificantDigits: 2), + CompactRoundingTestCase(999000, '999K', maximumSignificantDigits: 3), + CompactRoundingTestCase(999000, '999K', maximumSignificantDigits: 4), + + CompactRoundingTestCase(999, '999', maximumFractionDigits: 0), + CompactRoundingTestCase(999, '999', maximumFractionDigits: 1), + CompactRoundingTestCase(999, '999', maximumFractionDigits: 2), + + CompactRoundingTestCase(999.9, '1K', maximumFractionDigits: 0), + CompactRoundingTestCase(999.9, '999.9', maximumFractionDigits: 1), + CompactRoundingTestCase(999.9, '999.9', maximumFractionDigits: 2), + + CompactRoundingTestCase(999.99, '1K', maximumFractionDigits: 0), + CompactRoundingTestCase(999.99, '1K', maximumFractionDigits: 1), + CompactRoundingTestCase(999.99, '999.99', maximumFractionDigits: 2), + + CompactRoundingTestCase(999900, '1M', maximumFractionDigits: 0), + CompactRoundingTestCase(999900, '999.9K', maximumFractionDigits: 1), + CompactRoundingTestCase(999900, '999.9K', maximumFractionDigits: 2), +]; diff --git a/ohos/flutter_intl/lib/rt_number_closure_test.dart b/ohos/flutter_intl/lib/rt_number_closure_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..fb6d9c4482456c6176b9b9816b51f1bdb7fd9dae --- /dev/null +++ b/ohos/flutter_intl/lib/rt_number_closure_test.dart @@ -0,0 +1,408 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +/// Tests based on the closure number formatting tests. +library number_closure_test; + +import 'dart:async'; +import 'package:intl/intl.dart'; +import 'package:flutter_intl/common/test_page.dart'; + +class JKNumberClosureTestPage extends TestPage { + + static const String routeName = "/rt_number_closure_test"; + + JKNumberClosureTestPage(super.title, {super.key}) { + print('start test666'); + main(); + } + void main() { + test('testVeryBigNumber', testVeryBigNumber); + test('testStandardFormat', testStandardFormat); + test('testNegativePercentage', testNegativePercentage); + test('testCustomPercentage', testCustomPercentage); + test('testBasicFormat', testBasicFormat); + test('testGrouping', testGrouping); + test('testPerMill', testPerMill); + test('testQuotes', testQuotes); + test('testZeros', testZeros); + test('testExponential', testExponential); + test('testPlusSignInExponentPart', testPlusSignInExponentPart); + test('testApis', testApis); + test('testLocaleSwitch', testLocaleSwitch); + test('testLocaleSwitchAsync', testLocaleSwitchAsync); + } + + /// Test two large numbers for equality, assuming that there may be some + /// loss of precision in the less significant digits. + bool veryBigNumberCompare(String str1, String str2) { + return str1.length == str2.length && + str1.substring(0, 8) == str2.substring(0, 8); + } + + void testVeryBigNumber() { + String str; + NumberFormat fmt; + + fmt = NumberFormat.decimalPattern(); + str = fmt.format(1.3456E20); + expect(veryBigNumberCompare('134,560,000,000,000,000,000', str), "isTrue"); + + fmt = NumberFormat.percentPattern(); + str = fmt.format(1.3456E20); + expect(veryBigNumberCompare('13,456,000,000,000,000,000,000%', str), "isTrue"); + + // TODO(alanknight): Note that this disagrees with what ICU would print + // for this. We need significant digit support to do this properly. + fmt = NumberFormat.scientificPattern(); + str = fmt.format(1.3456E20); + expect('1E20', str); + + fmt = NumberFormat.decimalPattern(); + str = fmt.format(-1.234567890123456e306); + expect(1 + 1 + 306 + 306 / 3, str.length); + expect('-1,234,567,890,123,45', str.substring(0, 21)); + + str = fmt.format(1 / 0); + expect('∞', str); + str = fmt.format(-1 / 0); + expect('-∞', str); + } + + void testStandardFormat() { + String str; + NumberFormat fmt; + fmt = NumberFormat.decimalPattern(); + str = fmt.format(1234.579); + expect('1,234.579', str); + fmt = NumberFormat.percentPattern(); + str = fmt.format(1234.579); + expect('123,458%', str); + fmt = NumberFormat.scientificPattern(); + str = fmt.format(1234.579); + expect('1E3', str); + } + + void testNegativePercentage() { + String str; + var fmt = NumberFormat('#,##0.00%'); + str = fmt.format(-1234.56); + expect('-123,456.00%', str); + + fmt = NumberFormat.percentPattern(); + str = fmt.format(-1234.579); + expect('-123,458%', str); + } + + void testCustomPercentage() { + var fmt = NumberFormat.percentPattern(); + fmt.maximumFractionDigits = 1; + fmt.minimumFractionDigits = 1; + var str = fmt.format(0.1291); + expect('12.9%', str); + fmt.maximumFractionDigits = 2; + fmt.minimumFractionDigits = 1; + str = fmt.format(0.129); + expect('12.9%', str); + fmt.maximumFractionDigits = 2; + fmt.minimumFractionDigits = 1; + str = fmt.format(0.12); + expect('12.0%', str); + fmt.maximumFractionDigits = 2; + fmt.minimumFractionDigits = 1; + str = fmt.format(0.12911); + expect('12.91%', str); + } + + void testBasicFormat() { + var fmt = NumberFormat('0.0000'); + var str = fmt.format(123.45789179565757); + expect('123.4579', str); + } + + void testGrouping() { + String str; + + var fmt = NumberFormat('#,###'); + str = fmt.format(1234567890); + expect('1,234,567,890', str); + fmt = NumberFormat('#,####'); + str = fmt.format(1234567890); + expect('12,3456,7890', str); + + fmt = NumberFormat('#'); + str = fmt.format(1234567890); + expect('1234567890', str); + } + + void testPerMill() { + String str; + + var fmt = NumberFormat('###.###\u2030'); + str = fmt.format(0.4857); + expect('485.7\u2030', str); + } + + void testQuotes() { + String str; + + var fmt = NumberFormat('a\'fo\'\'o\'b#'); + str = fmt.format(123); + expect('afo\'ob123', str); + + fmt = NumberFormat('a\'\'b#'); + str = fmt.format(123); + expect('a\'b123', str); + + fmt = NumberFormat('a\'fo\'\'o\'b#'); + str = fmt.format(-123); + expect('-afo\'ob123', str); + + fmt = NumberFormat('a\'\'b#'); + str = fmt.format(-123); + expect('-a\'b123', str); + } + + void testZeros() { + String str; + + var fmt = NumberFormat('#.#'); + str = fmt.format(0); + expect('0', str); + fmt = NumberFormat('#.'); + str = fmt.format(0); + expect('0.', str); + fmt = NumberFormat('.#'); + str = fmt.format(0); + expect('.0', str); + fmt = NumberFormat('#'); + str = fmt.format(0); + expect('0', str); + + fmt = NumberFormat('#0.#'); + str = fmt.format(0); + expect('0', str); + fmt = NumberFormat('#0.'); + str = fmt.format(0); + expect('0.', str); + fmt = NumberFormat('#.0'); + str = fmt.format(0); + expect('.0', str); + fmt = NumberFormat('#'); + str = fmt.format(0); + expect('0', str); + fmt = NumberFormat('000'); + str = fmt.format(0); + expect('000', str); + } + + void testExponential() { + String str; + var fmt = NumberFormat('0.####E0'); + str = fmt.format(0.01234); + expect('1.234E-2', str); + fmt = NumberFormat('00.000E00'); + str = fmt.format(0.01234); + expect('12.340E-03', str); + fmt = NumberFormat('##0.######E000'); + str = fmt.format(0.01234); + expect('12.34E-003', str); + fmt = NumberFormat('0.###E0;[0.###E0]'); + str = fmt.format(0.01234); + expect('1.234E-2', str); + + fmt = NumberFormat('0.####E0'); + str = fmt.format(123456789); + expect('1.2346E8', str); + fmt = NumberFormat('00.000E00'); + str = fmt.format(123456789); + expect('12.346E07', str); + fmt = NumberFormat('##0.######E000'); + str = fmt.format(123456789); + expect('123.456789E006', str); + fmt = NumberFormat('0.###E0;[0.###E0]'); + str = fmt.format(123456789); + expect('1.235E8', str); + + fmt = NumberFormat('0.####E0'); + str = fmt.format(1.23e300); + expect('1.23E300', str); + fmt = NumberFormat('00.000E00'); + str = fmt.format(1.23e300); + expect('12.300E299', str); + fmt = NumberFormat('##0.######E000'); + str = fmt.format(1.23e300); + expect('1.23E300', str); + fmt = NumberFormat('0.###E0;[0.###E0]'); + str = fmt.format(1.23e300); + expect('1.23E300', str); + + fmt = NumberFormat('0.####E0'); + str = fmt.format(-3.141592653e-271); + expect('-3.1416E-271', str); + fmt = NumberFormat('00.000E00'); + str = fmt.format(-3.141592653e-271); + expect('-31.416E-272', str); + fmt = NumberFormat('##0.######E000'); + str = fmt.format(-3.141592653e-271); + expect('-314.159265E-273', str); + fmt = NumberFormat('0.###E0;[0.###E0]'); + str = fmt.format(-3.141592653e-271); + expect('[3.142E-271]', str); + + fmt = NumberFormat('0.####E0'); + str = fmt.format(0); + expect('0E0', str); + fmt = NumberFormat('00.000E00'); + str = fmt.format(0); + expect('00.000E00', str); + fmt = NumberFormat('##0.######E000'); + str = fmt.format(0); + expect('0E000', str); + fmt = NumberFormat('0.###E0;[0.###E0]'); + str = fmt.format(0); + expect('0E0', str); + + fmt = NumberFormat('0.####E0'); + str = fmt.format(-1); + expect('-1E0', str); + fmt = NumberFormat('00.000E00'); + str = fmt.format(-1); + expect('-10.000E-01', str); + fmt = NumberFormat('##0.######E000'); + str = fmt.format(-1); + expect('-1E000', str); + fmt = NumberFormat('0.###E0;[0.###E0]'); + str = fmt.format(-1); + expect('[1E0]', str); + + fmt = NumberFormat('0.####E0'); + str = fmt.format(1); + expect('1E0', str); + fmt = NumberFormat('00.000E00'); + str = fmt.format(1); + expect('10.000E-01', str); + fmt = NumberFormat('##0.######E000'); + str = fmt.format(1); + expect('1E000', str); + fmt = NumberFormat('0.###E0;[0.###E0]'); + str = fmt.format(1); + expect('1E0', str); + + fmt = NumberFormat('#E0'); + str = fmt.format(12345.0); + expect('1E4', str); + fmt = NumberFormat('0E0'); + str = fmt.format(12345.0); + expect('1E4', str); + fmt = NumberFormat('##0.###E0'); + str = fmt.format(12345.0); + expect('12.345E3', str); + fmt = NumberFormat('##0.###E0'); + str = fmt.format(12345.00001); + expect('12.345E3', str); + fmt = NumberFormat('##0.###E0'); + str = fmt.format(12345); + expect('12.345E3', str); + + fmt = NumberFormat('##0.####E0'); + str = fmt.format(789.12345e-9); + fmt = NumberFormat('##0.####E0'); + str = fmt.format(780e-9); + expect('780E-9', str); + fmt = NumberFormat('.###E0'); + str = fmt.format(45678.0); + expect('.457E5', str); + fmt = NumberFormat('.###E0'); + str = fmt.format(0); + expect('.0E0', str); + + fmt = NumberFormat('#E0'); + str = fmt.format(45678000); + expect('5E7', str); + fmt = NumberFormat('##E0'); + str = fmt.format(45678000); + expect('46E6', str); + fmt = NumberFormat('####E0'); + str = fmt.format(45678000); + expect('4568E4', str); + fmt = NumberFormat('0E0'); + str = fmt.format(45678000); + expect('5E7', str); + fmt = NumberFormat('00E0'); + str = fmt.format(45678000); + expect('46E6', str); + fmt = NumberFormat('000E0'); + str = fmt.format(45678000); + expect('457E5', str); + fmt = NumberFormat('###E0'); + str = fmt.format(0.0000123); + expect('12E-6', str); + fmt = NumberFormat('###E0'); + str = fmt.format(0.000123); + expect('123E-6', str); + fmt = NumberFormat('###E0'); + str = fmt.format(0.00123); + expect('1E-3', str); + fmt = NumberFormat('###E0'); + str = fmt.format(0.0123); + expect('12E-3', str); + fmt = NumberFormat('###E0'); + str = fmt.format(0.123); + expect('123E-3', str); + fmt = NumberFormat('###E0'); + str = fmt.format(1.23); + expect('1E0', str); + fmt = NumberFormat('###E0'); + str = fmt.format(12.3); + expect('12E0', str); + fmt = NumberFormat('###E0'); + str = fmt.format(123.0); + expect('123E0', str); + fmt = NumberFormat('###E0'); + str = fmt.format(1230.0); + expect('1E3', str); + } + + void testPlusSignInExponentPart() { + var fmt = NumberFormat('0E+0'); + var str = fmt.format(45678000); + expect('5E+7', str); + } + + void testApis() { + var fmt = NumberFormat('#,###'); + var str = fmt.format(1234567890); + expect('1,234,567,890', str); + } + + void testLocaleSwitch() { + Intl.withLocale('fr', verifyFrenchLocale); + } + + void testLocaleSwitchAsync() { + Intl.withLocale('fr', () { + Timer(const Duration(milliseconds: 10),verifyFrenchLocale); + }); + // Verify that things running outside the zone still get en_US. + testStandardFormat(); + } + + void verifyFrenchLocale() { + var fmt = NumberFormat('#,###'); + var str = fmt.format(1234567890); + expect(str, '1\u202f234\u202f567\u202f890'); + } +} + diff --git a/ohos/flutter_intl/lib/rt_number_format_compact_icu_test.dart b/ohos/flutter_intl/lib/rt_number_format_compact_icu_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..f95fe71feb71dd406bb7de5a3f362ae46172bd71 --- /dev/null +++ b/ohos/flutter_intl/lib/rt_number_format_compact_icu_test.dart @@ -0,0 +1,414 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ + +import 'dart:ffi'; + +import 'package:ffi/ffi.dart'; +import 'package:flutter_intl/common/test_page.dart'; + +import 'rt_compact_number_test_data.dart' as testdata35; +import 'rt_more_compact_number_test_data.dart' as more_testdata; + +class JKNumberFormatCompactIcuTestPage extends TestPage { + static const String routeName = "/rt_number_format_compact_icu_test"; + + JKNumberFormatCompactIcuTestPage(super.title, {super.key}) { + print('start test666'); + main(); + } + void main() { + var problemLocales = { + // ICU produces numerals in Arabic script, package:intl uses Latin script. + 'ar', + // package:intl includes some tweaks to compact numbers for Bengali. + 'bn', + }; + runICUTests(systemIcuVersion: 63, skipLocales: problemLocales); + } + + void runICUTests( + {int? systemIcuVersion, + String? specialIcuLib, + Set skipLocales = const {}}) { + if (!_setupICU( + systemIcuVersion: systemIcuVersion, specialIcuLibPath: specialIcuLib)) { + expect("testModel _setupICU = null", "object"); + return; + } + + void validate(String locale, List> expected) { + _validateShort(locale, expected, skipLocales); + _validateLong(locale, expected, skipLocales); + } + + testdata35.compactNumberTestData.forEach(validate); + more_testdata.cldr35CompactNumTests.forEach(_validateFancy); + + test('UNumberFormatter simple integer formatting', () { + expect(_formatWithUnumf('en', 'precision-integer', 5142.3), '5,142'); + }); + } + + void _validateShort( + String locale, List> expected, Set skipLocales) { + var skip = skipLocales.contains(locale) + ? 'Skipping problem locale $locale' + : false; + test('Validate $locale SHORT', () { + for (var data in expected) { + var number = num.parse(data.first); + expect(_formatWithUnumf(locale, 'compact-short', number), data[1]); + } + }); + } + + void _validateLong( + String locale, List> expected, Set skipLocales) { + var skip = skipLocales.contains(locale) + ? 'Skipping problem locale $locale' + : false; + test('Validate $locale LONG', () { + for (var data in expected) { + var number = num.parse(data.first); + expect(_formatWithUnumf(locale, 'compact-long', number), data[2]); + } + }); + } + + void _validateFancy(more_testdata.CompactRoundingTestCase t) { + var locale = 'en'; + var skel = 'compact-short'; + if (t.minimumIntegerDigits != null) { + skel += ' integer-width/+${'0' * t.minimumIntegerDigits!}'; + } + if (t.maximumSignificantDigits != null) { + skel += ' ${'@' * t.maximumSignificantDigits!}'; + if (t.minimumSignificantDigits != t.maximumSignificantDigits) { + // Pattern doesn't support min/max significant digits. Ignore. + return; + } + } + if (t.minimumFractionDigits != null) { + skel += ' .${'0' * t.minimumFractionDigits!}'; + var maxFD = t.maximumFractionDigits ?? 3; + skel += '#' * (maxFD - t.minimumFractionDigits!); + } else if (t.maximumFractionDigits != null) { + skel += ' .${'#' * t.maximumFractionDigits!}'; + } + test(t.toString(), () { + expectWithReason(_formatWithUnumf(locale, skel, t.number), t.expected, + 'Skeleton: $skel'); + }); + } + + String _formatWithUnumf(String locale, String skeleton, num number) { + // // Setup: + // UErrorCode ec = U_ZERO_ERROR; + // UNumberFormatter* uformatter = + // unumf_openForSkeletonAndLocale(u"precision-integer", -1, "en", &ec); + // UFormattedNumber* uresult = unumf_openResult(&ec); + // if (U_FAILURE(ec)) { return; } + final cLocale = locale.toNativeUtf8(); + final cSkeleton = skeleton.toNativeUtf16(); + final cErrorCode = calloc(); + cErrorCode.value = 0; + final uformatter = + //unumf_openForSkeletonAndLocale!(cSkeleton, -1, cLocale, cErrorCode); + calloc.free(cSkeleton); + calloc.free(cLocale); + var errorCode = cErrorCode.value; + expectWithReason( + errorCode, "lessThanOrEqualTo(0)", u_errorName!(errorCode).toString()); + //final uresult = unumf_openResult!(cErrorCode); + errorCode = cErrorCode.value; + // Try to improve this once dart:ffi has extension methods: + expectWithReason( + errorCode, "lessThanOrEqualTo(0)", u_errorName!(errorCode).toString()); + + // // Format a double: + // unumf_formatDouble(uformatter, 5142.3, uresult, &ec); + // if (U_FAILURE(ec)) { return; } + if (number is double) { + //unumf_formatDouble!(uformatter, number, uresult, cErrorCode); + } else { + //unumf_formatInt!(uformatter, number as int, uresult, cErrorCode); + } + errorCode = cErrorCode.value; + expectWithReason( + errorCode, "lessThanOrEqualTo(0)", u_errorName!(errorCode).toString()); + + // // Export the string to a malloc'd buffer: + // int32_t len = unumf_resultToString(uresult, NULL, 0, &ec); + // // at this point, ec == U_BUFFER_OVERFLOW_ERROR + // ec = U_ZERO_ERROR; + // UChar* buffer = (UChar*) malloc((len+1)*sizeof(UChar)); + // unumf_resultToString(uresult, buffer, len+1, &ec); + // if (U_FAILURE(ec)) { return; } + // // buffer should equal "5,142" + //final reqLen = unumf_resultToString!(uresult, nullptr.cast(), 0, cErrorCode); + errorCode = cErrorCode.value; + expectWithReason( + errorCode, + "equals(15)", // U_BUFFER_OVERFLOW_ERROR + u_errorName!(errorCode).toString()); + cErrorCode.value = 0; + //final buffer = calloc(reqLen + 1).cast(); + //unumf_resultToString!(uresult, buffer, reqLen + 1, cErrorCode); + errorCode = cErrorCode.value; + expectWithReason( + errorCode, "lessThanOrEqualTo(0)", u_errorName!(errorCode).toString()); + // final result = buffer.toString(); + + // // Cleanup: + // unumf_close(uformatter); + // unumf_closeResult(uresult); + // calloc.free(buffer); + // unumf_close!(uformatter); + // unumf_closeResult!(uresult); + //calloc.free(buffer); + calloc.free(cErrorCode); + + return "result"; + } +} + +UErrorNameOp? u_errorName; +// UnumfOpenForSkeletonAndLocaleOp? unumf_openForSkeletonAndLocale; +// UnumfOpenResultOp? unumf_openResult; +// UnumfFormatDoubleOp? unumf_formatDouble; +// UnumfFormatIntOp? unumf_formatInt; +// UnumfResultToStringOp? unumf_resultToString; +// UnumfCloseOp? unumf_close; +// UnumfCloseResultOp? unumf_closeResult; + +/// Sets up dart:ffi functions. +/// +/// If [systemIcuVersion] is specified, and set to 63 for example, we load the +/// functions from libicuuc.so.63 and libicui18n.so.63 if available. If +/// libraries are lacking, function returns [false]. +/// +/// If [systemIcuVersion] is unspecified, we expect to find all functions in a +/// library with filename [specialIcuLibPath]. +bool _setupICU({int? systemIcuVersion, String? specialIcuLibPath}) { + DynamicLibrary libicui18n; + String icuVersionSuffix; + if (systemIcuVersion != null) { + icuVersionSuffix = '_$systemIcuVersion'; + try { + DynamicLibrary libicuuc = + DynamicLibrary.open('libicuuc.so.$systemIcuVersion'); + u_errorName = libicuuc.lookupFunction( + 'u_errorName$icuVersionSuffix'); + libicui18n = DynamicLibrary.open('libicui18n.so.$systemIcuVersion'); + } on ArgumentError catch (e) { + print('Unable to test against ICU version $systemIcuVersion: $e'); + return false; + } + } else { + icuVersionSuffix = ''; + libicui18n = DynamicLibrary.open(specialIcuLibPath!); + u_errorName = libicui18n.lookupFunction( + 'u_errorName$icuVersionSuffix'); + } + + // unumf_openForSkeletonAndLocale = libicui18n.lookupFunction< + // NativeUnumfOpenForSkeletonAndLocaleOp, + // UnumfOpenForSkeletonAndLocaleOp>( + // 'unumf_openForSkeletonAndLocale$icuVersionSuffix'); + // unumf_openResult = + // libicui18n.lookupFunction( + // 'unumf_openResult$icuVersionSuffix'); + // unumf_formatDouble = + // libicui18n.lookupFunction( + // 'unumf_formatDouble$icuVersionSuffix'); + // unumf_formatInt = + // libicui18n.lookupFunction( + // 'unumf_formatInt$icuVersionSuffix'); + // unumf_resultToString = libicui18n.lookupFunction('unumf_resultToString$icuVersionSuffix'); + // unumf_close = libicui18n.lookupFunction( + // 'unumf_close$icuVersionSuffix'); + // unumf_closeResult = + // libicui18n.lookupFunction( + // 'unumf_closeResult$icuVersionSuffix'); + + return true; +} + +// String _formatWithUnumf(String locale, String skeleton, num number) { +// // // Setup: +// // UErrorCode ec = U_ZERO_ERROR; +// // UNumberFormatter* uformatter = +// // unumf_openForSkeletonAndLocale(u"precision-integer", -1, "en", &ec); +// // UFormattedNumber* uresult = unumf_openResult(&ec); +// // if (U_FAILURE(ec)) { return; } +// final cLocale = locale.toNativeUtf8(); +// final cSkeleton = skeleton.toNativeUtf16(); +// final cErrorCode = calloc(); +// cErrorCode.value = 0; +// final uformatter = +// unumf_openForSkeletonAndLocale!(cSkeleton, -1, cLocale, cErrorCode); +// calloc.free(cSkeleton); +// calloc.free(cLocale); +// var errorCode = cErrorCode.value; +// expect(errorCode, "lessThanOrEqualTo(0)", +// reason: u_errorName!(errorCode).toString()); +// final uresult = unumf_openResult!(cErrorCode); +// errorCode = cErrorCode.value; +// // Try to improve this once dart:ffi has extension methods: +// expect(errorCode, "lessThanOrEqualTo(0)", +// reason: u_errorName!(errorCode).toString()); +// +// // // Format a double: +// // unumf_formatDouble(uformatter, 5142.3, uresult, &ec); +// // if (U_FAILURE(ec)) { return; } +// if (number is double) { +// unumf_formatDouble!(uformatter, number, uresult, cErrorCode); +// } else { +// unumf_formatInt!(uformatter, number as int, uresult, cErrorCode); +// } +// errorCode = cErrorCode.value; +// expect(errorCode, "lessThanOrEqualTo(0)", +// reason: u_errorName!(errorCode).toString()); +// +// // // Export the string to a malloc'd buffer: +// // int32_t len = unumf_resultToString(uresult, NULL, 0, &ec); +// // // at this point, ec == U_BUFFER_OVERFLOW_ERROR +// // ec = U_ZERO_ERROR; +// // UChar* buffer = (UChar*) malloc((len+1)*sizeof(UChar)); +// // unumf_resultToString(uresult, buffer, len+1, &ec); +// // if (U_FAILURE(ec)) { return; } +// // // buffer should equal "5,142" +// final reqLen = unumf_resultToString!(uresult, nullptr.cast(), 0, cErrorCode); +// errorCode = cErrorCode.value; +// expect(errorCode, equals(15), // U_BUFFER_OVERFLOW_ERROR +// reason: u_errorName!(errorCode).toString()); +// cErrorCode.value = 0; +// final buffer = calloc(reqLen + 1).cast(); +// unumf_resultToString!(uresult, buffer, reqLen + 1, cErrorCode); +// errorCode = cErrorCode.value; +// expect(errorCode, "lessThanOrEqualTo(0)", +// reason: u_errorName!(errorCode).toString()); +// final result = buffer.toString(); +// +// // // Cleanup: +// // unumf_close(uformatter); +// // unumf_closeResult(uresult); +// // calloc.free(buffer); +// unumf_close!(uformatter); +// unumf_closeResult!(uresult); +// calloc.free(buffer); +// calloc.free(cErrorCode); +// +// return result; +// } + +/// C signature for +/// [u_errorName()](http://icu-project.org/apiref/icu4c/utypes_8h.html#a89eb455526bb29bf5350ee861d81df92) +typedef NativeUErrorNameOp = Pointer Function(Int32 code); + +/// Dart signature for +/// [u_errorName()](http://icu-project.org/apiref/icu4c/utypes_8h.html#a89eb455526bb29bf5350ee861d81df92) +typedef UErrorNameOp = Pointer Function(int code); + +/// [UNumberFormatter](http://icu-project.org/apiref/icu4c/unumberformatter_8h.html#a7c1238b2dd08f32f1ea245ece41e71bd) +// final class UNumberFormatter extends Opaque {} + +// /// [UFormattedNumber](http://icu-project.org/apiref/icu4c/unumberformatter_8h.html#a9d4030bdc4dd1ec4de828bf1bcf4b1b6) +// final class UFormattedNumber extends Opaque {} + +/// C signature for +/// [unumf_openForSkeletonAndLocale()](http://icu-project.org/apiref/icu4c/unumberformatter_8h.html#a29339e144833880bda36fb7c17032698) +// typedef NativeUnumfOpenForSkeletonAndLocaleOp +// = Pointer Function(Pointer skeleton, +// Int32 skeletonLen, Pointer locale, Pointer ec); + +/// Dart signature for +/// [unumf_openForSkeletonAndLocale()](http://icu-project.org/apiref/icu4c/unumberformatter_8h.html#a29339e144833880bda36fb7c17032698) +// typedef UnumfOpenForSkeletonAndLocaleOp = Pointer Function( +// Pointer skeleton, +// int skeletonLen, +// Pointer locale, +// Pointer ec); + +/// C signature for +// /// [unumf_openResult()](http://icu-project.org/apiref/icu4c/unumberformatter_8h.html#a5bd2d297cb2664b4964d25fd41671dad) +// typedef NativeUnumfOpenResultOp = Pointer Function( +// Pointer ec); + +// /// Dart signature for +// /// [unumf_openResult()](http://icu-project.org/apiref/icu4c/unumberformatter_8h.html#a5bd2d297cb2664b4964d25fd41671dad) +// typedef UnumfOpenResultOp = Pointer Function( +// Pointer ec); + +// /// C signature for +// /// [unumf_formatDouble()](http://icu-project.org/apiref/icu4c/unumberformatter_8h.html#af5f79e43adc900f07b3ba90b6315944e) +// typedef NativeUnumfFormatDoubleOp = Void Function( +// Pointer uformatter, +// Double value, +// Pointer uresult, +// Pointer ec); + +// /// Dart signature for +// /// [unumf_formatDouble()](http://icu-project.org/apiref/icu4c/unumberformatter_8h.html#af5f79e43adc900f07b3ba90b6315944e) +// typedef UnumfFormatDoubleOp = void Function( +// Pointer uformatter, +// double value, +// Pointer uresult, +// Pointer ec); + +// /// C signature for +// /// [unumf_formatInt()](http://icu-project.org/apiref/icu4c/unumberformatter_8h.html#a459b9313ed05fc98c9cd125eb9c1a625) +// typedef NativeUnumfFormatIntOp = Void Function( +// Pointer uformatter, +// Int32 value, +// Pointer uresult, +// Pointer ec); + +// /// Dart signature for +// /// [unumf_formatInt()](http://icu-project.org/apiref/icu4c/unumberformatter_8h.html#a459b9313ed05fc98c9cd125eb9c1a625) +// typedef UnumfFormatIntOp = void Function(Pointer uformatter, +// int value, Pointer uresult, Pointer ec); + +// /// C signature for +// /// [unumf_resultToString()](http://icu-project.org/apiref/icu4c/unumberformatter_8h.html#a72131183633fda6851c35e37ffd821a1) +// typedef NativeUnumfResultToStringOp = Int32 Function( +// Pointer uresult, +// Pointer buffer, +// Int32 bufferCapacity, +// Pointer ec); + +// /// Dart signature for +// /// [unumf_resultToString()](http://icu-project.org/apiref/icu4c/unumberformatter_8h.html#a72131183633fda6851c35e37ffd821a1) +// typedef UnumfResultToStringOp = int Function(Pointer uresult, +// Pointer buffer, int bufferCapacity, Pointer ec); + +// /// C signature for +// /// [unumf_close()](http://icu-project.org/apiref/icu4c/unumberformatter_8h.html#a6f47836ca05077fc912ad24e462312c6) +// typedef NativeUnumfCloseOp = Void Function( +// Pointer uformatter); + +// /// Dart signature for +// /// [unumf_close()](http://icu-project.org/apiref/icu4c/unumberformatter_8h.html#a6f47836ca05077fc912ad24e462312c6) +// typedef UnumfCloseOp = void Function(Pointer uformatter); + +// /// C signature for +// /// [unumf_closeResult()](http://icu-project.org/apiref/icu4c/unumberformatter_8h.html#a78f19cef14a2db1a0eb62a8b724eb123) +// typedef NativeUnumfCloseResultOp = Void Function( +// Pointer uresult); + +// /// Dart signature for +// /// [unumf_closeResult()](http://icu-project.org/apiref/icu4c/unumberformatter_8h.html#a78f19cef14a2db1a0eb62a8b724eb123) +// typedef UnumfCloseResultOp = void Function(Pointer uresult); diff --git a/ohos/flutter_intl/lib/rt_number_format_compact_test.dart b/ohos/flutter_intl/lib/rt_number_format_compact_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..75a2542b4da1664452607d059719795afdf19f47 --- /dev/null +++ b/ohos/flutter_intl/lib/rt_number_format_compact_test.dart @@ -0,0 +1,511 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +/// Tests for compact format numbers, e.g. 1.2M rather than 1,200,000 +import 'package:fixnum/fixnum.dart'; +import 'package:intl/intl.dart'; +import 'package:intl/number_symbols_data.dart' as patterns; +import 'package:flutter_intl/common/test_page.dart'; + +import 'rt_compact_number_test_data.dart' as testdata; +import 'rt_more_compact_number_test_data.dart' as more_testdata; + +/// A place to put a case that's causing a problem and have it run first when +/// debugging +Map>> interestingCases = >>{ +// 'mn' : [['4321', '4.32M', 'whatever']] +}; + +Map>> compactWithExplicitSign = + >>{ + 'en_US': [ + ['0', '+0', '+0'], + ['0.012', '+0.012', '+0.012'], + ['0.123', '+0.123', '+0.123'], + ['1.234', '+1.23', '+1.23'], + ['12', '+12', '+12'], + ['12.34', '+12.3', '+12.3'], + ['123.4', '+123', '+123'], + ['123.41', '+123', '+123'], + ['1234.1', '+1.23K', '+1.23 thousand'], + ['12341', '+12.3K', '+12.3 thousand'], + ['123412', '+123K', '+123 thousand'], + ['1234123', '+1.23M', '+1.23 million'], + ['12341234', '+12.3M', '+12.3 million'], + ['123412341', '+123M', '+123 million'], + ['1234123412', '+1.23B', '+1.23 billion'], + ['-0.012', '-0.012', '-0.012'], + ['-0.123', '-0.123', '-0.123'], + ['-1.234', '-1.23', '-1.23'], + ['-12', '-12', '-12'], + ['-12.34', '-12.3', '-12.3'], + ['-123.4', '-123', '-123'], + ['-123.41', '-123', '-123'], + ['-1234.1', '-1.23K', '-1.23 thousand'], + ['-12341', '-12.3K', '-12.3 thousand'], + ['-123412', '-123K', '-123 thousand'], + ['-1234123', '-1.23M', '-1.23 million'], + ['-12341234', '-12.3M', '-12.3 million'], + ['-123412341', '-123M', '-123 million'], + ['-1234123412', '-1.23B', '-1.23 billion'], + ], + 'sw': [ + ['12', '+12', '+12'], + ['12341', 'elfu\u00A0+12.3', 'elfu +12.3'], + ['-12', '-12', '-12'], + ['-12341', 'elfu\u00A0-12.3', 'elfu -12.3'], + ], + 'he': [ + ['12', '\u200e+12', '\u200e+12'], + ['12341', '\u200e+12.3K\u200f', '\u200e+\u200f12.3 אלף'], + ['-12', '\u200e-12', '\u200e-12'], + ['-12341', '\u200e-12.3K\u200f', '\u200e-\u200f12.3 אלף'], + ], +}; + +Map>> parsingTestCases = >>{ + 'en_US': [ + ['1230', '1.23 K', '1.23 thousand'], // Random spaces. + ['1230', '1.23\u00a0K', '1.23\u00a0thousand'], // NO-BREAK SPACE. + ['1230', '1.23\u202fK', '1.23\u202fthousand'], // NARROW NO-BREAK SPACE. + ], + 'fi': [ + ['4320', '4,32t.', '4,32tuhatta'], // Actual format uses NO-BREAK SPACE. + ['-4320', '-4,32t.', '-4,32tuhatta'], // Actual format uses MINUS SIGN. + ['-4320', '\u22124,32t.', '\u22124,32tuhatta'], // Like actual format. + ], + 'he': [ + ['-12300', '-12.3 K', '-12.3\u05D0\u05DC\u05E3'], // LTR/RTL marks dropped. + ], + 'fa': [ + [ + '123', + // With locale numerals. + '\u06F1\u06F2\u06F3', + '\u06F1\u06F2\u06F3' + ], + [ + '4320', + // With locale numerals. + '\u06F4\u066B\u06F3\u06F2 \u0647\u0632\u0627\u0631', + '\u06F4\u066B\u06F3\u06F2 \u0647\u0632\u0627\u0631' + ], + ['123', '123', '123'], // With roman numerals. + [ + '4320', + // With roman numerals. + '4.32 \u0647\u0632\u0627\u0631', + '4.32 \u0647\u0632\u0627\u0631' + ], + ] +}; + +class JKNumberFormatCompactTestPage extends TestPage { + + static const String routeName = "/rt_number_format_compact_test"; + + JKNumberFormatCompactTestPage(super.title, {super.key}) { + print('start test666'); + main(); + } + void main() { + interestingCases.forEach(_validate); + testdata.compactNumberTestData.forEach(_validate); + // Once code and data is updated to CLDR35: + more_testdata.cldr35CompactNumTests.forEach(_validateFancy); + + compactWithExplicitSign.forEach(_validateWithExplicitSign); + parsingTestCases.forEach(_validateParsing); + + test('Patterns are consistent across locales', () { + void checkPatterns(Map> patterns) { + expect(patterns, "isNotEmpty"); + // Check patterns are iterable in order. + var lastExp = -1; + for (var entries in patterns.entries) { + var exp = entries.key; + expect(exp, "isPositive"); + expect(exp, "greaterThan(lastExp)"); + lastExp = exp; + var patternMap = entries.value; + expect(patternMap, "isNotEmpty"); + } + } + + patterns.compactNumberSymbols.forEach((locale, patterns) { + checkPatterns(patterns.COMPACT_DECIMAL_SHORT_PATTERN); + if (patterns.COMPACT_DECIMAL_LONG_PATTERN != null) { + checkPatterns(patterns.COMPACT_DECIMAL_LONG_PATTERN!); + } + checkPatterns(patterns.COMPACT_DECIMAL_SHORT_CURRENCY_PATTERN); + }); + }); + + // ICU doesn't support compact currencies yet, so we don't have a way to + // generate automatic data for comparison. Hard-coded a couple of cases as a + // smoke test. JPY is a useful test because it has no decimalDigits and + // different grouping than USD, as well as a different currency symbol and + // suffixes. + testCurrency('ja', 1.2345, '¥1', '¥1'); + testCurrency('ja', 1, '¥1', '¥1'); + testCurrency('ja', 12, '¥12', '¥12'); + testCurrency('ja', 123, '¥123', '¥123'); + testCurrency('ja', 1234, '¥1234', '¥1234'); + testCurrency('ja', 12345, '¥1.23\u4E07', '¥1\u4E07'); + testCurrency('ja', 123456, '¥12.3\u4E07', '¥12\u4E07'); + testCurrency('ja', 1234567, '¥123\u4e07', '¥123\u4e07'); + testCurrency('ja', 12345678, '¥1235\u4e07', '¥1235\u4e07'); + testCurrency('ja', 123456789, '¥1.23\u5104', '¥1\u5104'); + + testCurrency('ja', 0.9876, '¥1', '¥1'); + testCurrency('ja', 9, '¥9', '¥9'); + testCurrency('ja', 98, '¥98', '¥98'); + testCurrency('ja', 987, '¥987', '¥987'); + testCurrency('ja', 9876, '¥9876', '¥9876'); + testCurrency('ja', 98765, '¥9.88\u4E07', '¥10\u4E07'); + testCurrency('ja', 987656, '¥98.8\u4E07', '¥99\u4E07'); + testCurrency('ja', 9876567, '¥988\u4e07', '¥988\u4e07'); + testCurrency('ja', 98765678, '¥9877\u4e07', '¥9877\u4e07'); + testCurrency('ja', 987656789, '¥9.88\u5104', '¥10\u5104'); + + testCurrency('en_US', 0.1234, r'$0.12', r'$0.12'); + testCurrency('en_US', 1, r'$1.00', r'$1'); + testCurrency('en_US', 1.2345, r'$1.23', r'$1'); + testCurrency('en_US', 12, r'$12.00', r'$12'); + testCurrency('en_US', 12.3, r'$12.30', r'$12'); + testCurrency('en_US', 99, r'$99.00', r'$99'); + testCurrency('en_US', 99.9, r'$99.90', r'$100'); + testCurrency('en_US', 99.99, r'$99.99', r'$100'); + testCurrency('en_US', 99.999, r'$100', r'$100'); + testCurrency('en_US', 100, r'$100', r'$100'); + testCurrency('en_US', 100.001, r'$100', r'$100'); + testCurrency('en_US', 100.01, r'$100', r'$100'); + testCurrency('en_US', 100.1, r'$100', r'$100'); + testCurrency('en_US', 100.9, r'$101', r'$101'); + testCurrency('en_US', 100.99, r'$101', r'$101'); + testCurrency('en_US', 123, r'$123', r'$123'); + testCurrency('en_US', 999, r'$999', r'$999'); + testCurrency('en_US', 999.9, r'$1K', r'$1K'); + testCurrency('en_US', 999.99, r'$1K', r'$1K'); + testCurrency('en_US', 1000, r'$1K', r'$1K'); + testCurrency('en_US', 1000.01, r'$1K', r'$1K'); + testCurrency('en_US', 1000.1, r'$1K', r'$1K'); + testCurrency('en_US', 1001, r'$1K', r'$1K'); + testCurrency('en_US', 1234, r'$1.23K', r'$1K'); + testCurrency('en_US', 12345, r'$12.3K', r'$12K'); + testCurrency('en_US', 123456, r'$123K', r'$123K'); + testCurrency('en_US', 1234567, r'$1.23M', r'$1M'); + + testCurrency('en_US', -1, r'-$1.00', r'-$1'); + testCurrency('en_US', -12.3, r'-$12.30', r'-$12'); + testCurrency('en_US', -999, r'-$999', r'-$999'); + testCurrency('en_US', -1234, r'-$1.23K', r'-$1K'); + + // Check for order of currency symbol when currency is a suffix. + testCurrency( + 'ru', + 4420, + '4,42\u00A0тыс.\u00A0\u20BD', + '4\u00A0тыс.\u00A0\u20BD', + ); + + // Check for sign location when multiple patterns. + testCurrency('sw', 12341, 'TSh\u00A0elfu12.3', 'TSh\u00A0elfu12'); + testCurrency('sw', -12341, 'TShelfu\u00A0-12.3', 'TShelfu\u00A0-12'); + + // Locales which don't have a suffix for thousands. + testCurrency('it', 442, '442\u00A0€', '442\u00A0€'); + testCurrency('it', 4420, '4420\u00A0\$', '4420\u00A0\$', currency: 'CAD'); + testCurrency('it', 4420000, '4,42\u00A0Mio\u00A0\$', '4\u00A0Mio\u00A0\$', + currency: 'USD'); + + testCurrency('he', 335, '\u200F335\u00A0\u200F₪', '\u200F335\u00A0\u200F₪'); + testCurrency( + 'he', -335, '\u200F-335\u00A0\u200F₪', '\u200F-335\u00A0\u200F₪'); + testCurrency('he', 12341, '₪12.3K\u200f', '₪12K\u200f'); + testCurrency('he', -12341, '\u200e-₪12.3K\u200f', '\u200e-₪12K\u200f'); + + group('Currency with minimumFractionDigits + significant digits', () { + var expectedBase = { + 0.001: r'$0.00', + 0.009: r'$0.01', + 0.01: r'$0.01', + 0.09: r'$0.09', + 0.1: r'$0.10', + 0.9: r'$0.90', + 1: r'$1.00', + 1.1: r'$1.10', + 1.9: r'$1.90', + 1.999: r'$2.00', + 10: r'$10.00', + 100: r'$100', + 999: r'$999', + 999.1: r'$999', + 999.9: r'$1K', + 1001: r'$1K', + 1009: r'$1.01K', + 1234.56: r'$1.23K', + }; + for (var entry in expectedBase.entries) { + test('en_US - minimumFractionDigits: not set - ${entry.key}', () { + var f = NumberFormat.compactSimpleCurrency(locale: 'en_US', name: 'USD') + ..significantDigitsInUse = true; + expect(f.format(entry.key), entry.value); + }); + } + + var expected0 = { + 0.001: r'$0', + 0.009: r'$0.01', + 0.01: r'$0.01', + 0.09: r'$0.09', + 0.1: r'$0.1', + 0.9: r'$0.9', + 1: r'$1', + 1.1: r'$1.1', + 1.9: r'$1.9', + 1.999: r'$2', + 10: r'$10', + 100: r'$100', + 999: r'$999', + 999.1: r'$999', + 999.9: r'$1K', + 1001: r'$1K', + 1009: r'$1.01K', + 1234.56: r'$1.23K', + }; + for (var entry in expected0.entries) { + test('en_US - minimumFractionDigits: 0 - ${entry.key}', () { + var f = NumberFormat.compactSimpleCurrency(locale: 'en_US', name: 'USD') + ..minimumFractionDigits = 0 + ..significantDigitsInUse = true; + expect(f.format(entry.key), entry.value); + }); + } + + var expected1 = { + 0.001: r'$0.0', + 0.009: r'$0.01', + 0.01: r'$0.01', + 0.09: r'$0.09', + 0.1: r'$0.1', + 0.9: r'$0.9', + 1: r'$1.0', + 1.1: r'$1.1', + 1.9: r'$1.9', + 10: r'$10.0', + 100: r'$100.0', + 1.999: r'$2.0', + 999: r'$999.0', + 999.1: r'$999.1', + 999.9: r'$1.0K', + 1001: r'$1.0K', + 1009: r'$1.01K', + 1234.56: r'$1.23K', + }; + for (var entry in expected1.entries) { + test('en_US - minimumFractionDigits: 1 - ${entry.key}', () { + var f = NumberFormat.compactSimpleCurrency(locale: 'en_US', name: 'USD') + ..minimumFractionDigits = 1 + ..significantDigitsInUse = true; + expect(f.format(entry.key), entry.value); + }); + } + }); + + test('Explicit non-default symbol with compactCurrency', () { + var format = NumberFormat.compactCurrency(locale: 'ja', symbol: '()'); + var result = format.format(98765); + expect(result, '()9.88\u4e07'); + }); + } + + void testCurrency( + String locale, num number, String expected, String expectedShort, + {String? currency, String? reason}) { + test('Compact simple currency for $locale, $number', () { + var format = + NumberFormat.compactSimpleCurrency(locale: locale, name: currency); + var result = format.format(number); + expectWithReason(result, expected, '$reason'); + var shortFormat = + NumberFormat.compactSimpleCurrency(locale: locale, name: currency); + shortFormat.significantDigits = 1; + var shortResult = shortFormat.format(number); + expectWithReason(shortResult, expectedShort,'shortFormat: $reason'); + }); + test('Compact currency for $locale, $number', () { + var symbols = { + 'ja': '¥', + 'en_US': r'$', + 'ru': '\u20BD', + 'it': '€', + 'he': '₪', + 'sw': 'TSh', + 'CAD': r'$', + 'USD': r'$' + }; + var symbol = symbols[currency] ?? symbols[locale]; + var format = NumberFormat.compactCurrency( + locale: locale, name: currency, symbol: symbol); + var result = format.format(number); + expectWithReason(result, expected,'$reason'); + var shortFormat = NumberFormat.compactCurrency( + locale: locale, name: currency, symbol: symbol); + shortFormat.significantDigits = 1; + var shortResult = shortFormat.format(number); + expectWithReason(shortResult, expectedShort,'shortFormat: $reason'); + }); + } + + void _validate(String locale, List> expected) { + _validateShort(locale, expected); + _validateLong(locale, expected); + } + + /// Check each bit of test data against the short compact format, both + /// formatting and parsing. + void _validateShort(String locale, List> expected) { + var skip = _skipLocalsShort.contains(locale) + ? "Skipping problem locale '$locale' for SHORT compact number tests" + : false; + var shortFormat = NumberFormat.compact(locale: locale) + ..significantDigits = 2; // Default in ICU. + test('Validate $locale SHORT', () { + for (var data in expected) { + var number = num.parse(data.first); + _validateNumber(number, shortFormat, data[1]); + if (number == number.round()) { + // Check against int64. + var int64Number = Int64(number.round()); + _validateNumber(int64Number, shortFormat, data[1]); + } + // TODO(alanknight): Make this work for MicroMoney + } + }); + } + + void _validateLong(String locale, List> expected) { + var skip = _skipLocalesLong.contains(locale) + ? "Skipping problem locale '$locale' for LONG compact number tests" + : false; + var longFormat = NumberFormat.compactLong(locale: locale) + ..significantDigits = 2; // Default in ICU. + test('Validate $locale LONG', () { + for (var data in expected) { + var number = num.parse(data.first); + _validateNumber(number, longFormat, data[2]); + } + }); + } + + void _validateNumber(dynamic number, NumberFormat format, String expected) { + var numberDouble = number.toDouble(); + var formatted = format.format(number); + + expectWithReason('$formatted ${formatted.codeUnits}', '$expected ${expected.codeUnits}', + 'for number: $number'); + + var parsed = format.parse(formatted); + var almostEquals = (number == 0 && parsed.abs() < 0.01) || + ((parsed - numberDouble) / numberDouble).abs() < 0.1; + expectWithReason(almostEquals, "isTrue", + 'for number: $number (formatted: $formatted, parsed: $parsed)'); + } + + void _validateFancy(more_testdata.CompactRoundingTestCase t) { + var shortFormat = NumberFormat.compact(locale: 'en') + ..significantDigits = 2; // Default in ICU. + if (t.maximumIntegerDigits != null) { + shortFormat.maximumIntegerDigits = t.maximumIntegerDigits!; + } + + if (t.minimumIntegerDigits != null) { + shortFormat.minimumIntegerDigits = t.minimumIntegerDigits!; + } + + if (t.maximumFractionDigits != null) { + shortFormat.maximumFractionDigits = t.maximumFractionDigits!; + } + + if (t.minimumFractionDigits != null) { + shortFormat.minimumFractionDigits = t.minimumFractionDigits!; + } + + if (t.minimumExponentDigits != null) { + shortFormat.minimumExponentDigits = t.minimumExponentDigits!; + } + + if (t.maximumSignificantDigits != null) { + shortFormat.maximumSignificantDigits = t.maximumSignificantDigits; + } + + if (t.minimumSignificantDigits != null) { + shortFormat.minimumSignificantDigits = t.minimumSignificantDigits; + } + + test(t.toString(), () { + expect(shortFormat.format(t.number), t.expected); + }); + } + + void _validateWithExplicitSign(String locale, List> expected) { + for (var data in expected) { + final input = num.parse(data[0]); + test('Validate compact with $locale and explicit sign for $input', () { + final numberFormat = + NumberFormat.compact(locale: locale, explicitSign: true); + expect(numberFormat.format(input), data[1]); + }); + test('Validate compactLong with $locale and explicit sign for $input', () { + final numberFormat = + NumberFormat.compactLong(locale: locale, explicitSign: true); + expect(numberFormat.format(input), data[2]); + }); + } + } + + void _validateParsing(String locale, List> expected) { + for (var data in expected) { + final expected = num.parse(data[0]); + final inputShort = data[1]; + test('Validate compact parsing with $locale for $inputShort', () { + final numberFormat = NumberFormat.compact(locale: locale); + expect(numberFormat.parse(inputShort), expected); + }); + final inputLong = data[2]; + test('Validate compactLong parsing with $locale for $inputLong', () { + final numberFormat = NumberFormat.compactLong(locale: locale); + expect(numberFormat.parse(inputLong), expected); + }); + } + } + +} + + +/// Locales that have problems in the short format. +// TODO(alanknight): Don't just skip the whole locale if there's one problem +// case. +var _skipLocalsShort = { + 'bn', // Bug in CLDR: ambiguous parsing: 10^9 ("000 কো") and 10^11 ("000কো") only differ by a nbsp. +}; + +/// Locales that have problems in the long format. +var _skipLocalesLong = { + // None ;o) +}; + + + diff --git a/ohos/flutter_intl/lib/rt_number_format_compact_web_test.dart b/ohos/flutter_intl/lib/rt_number_format_compact_web_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..b51213b40e87d94fb7c0f51d14b2490cc106706e --- /dev/null +++ b/ohos/flutter_intl/lib/rt_number_format_compact_web_test.dart @@ -0,0 +1,215 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +// Tests for compact number formatting in pure Dart and in ECMAScript. +// +// TODO(b/36488375): run all these tests against both implementations to prove +// consistency when the bug is fixed. Also fix documentation and perhaps +// merge tests: these tests currently also touch non-compact currency +// formatting. +import 'package:intl/intl.dart' as intl; +//import 'package:js/js_util.dart' as js; +import 'package:sky_engine/js_util/js_util.dart' as jsCall; +//import 'dart:js_util/js_util.dart' as jsCall; +import 'package:flutter_intl/common/test_page.dart'; + +import 'rt_compact_number_test_data.dart' as testdata; +import 'rt_more_compact_number_test_data.dart' as more_testdata; + +class JKNumberFormatCompactWebTestPage extends TestPage { + + static const String routeName = "/rt_number_format_compact_web_test"; + + JKNumberFormatCompactWebTestPage(super.title, {super.key}) { + print('start test666'); + main(); + } + void main() { + testdata.compactNumberTestData.forEach(_validate); + more_testdata.cldr35CompactNumTests.forEach(_validateMore); + + test('RTL currency formatting', () { + var basic = intl.NumberFormat.currency(locale: 'he'); + expect(basic.format(1234), '\u200F1,234.00\u00A0\u200FILS'); + basic = intl.NumberFormat.currency(locale: 'he', symbol: '₪'); + expect(basic.format(1234), '\u200F1,234.00\u00A0\u200F₪'); + expect(_ecmaFormatNumber('he', 1234, style: 'currency', currency: 'ILS'), + '\u200F1,234.00\u00A0\u200F₪'); + + var compact = intl.NumberFormat.compactCurrency(locale: 'he'); + expect(compact.format(1234), 'ILS1.23K\u200F'); + compact = intl.NumberFormat.compactCurrency(locale: 'he', symbol: '₪'); + expect(compact.format(1234), '₪1.23K\u200F'); + // ECMAScript skips the RTL character for notation:'compact': + expect( + _ecmaFormatNumber('he', 1234, + style: 'currency', currency: 'ILS', notation: 'compact'), + '₪1.2K\u200F'); + // short/long compactDisplay doesn't change anything here: + expect( + _ecmaFormatNumber('he', 1234, + style: 'currency', + currency: 'ILS', + notation: 'compact', + compactDisplay: 'short'), + '₪1.2K\u200F'); + expect( + _ecmaFormatNumber('he', 1234, + style: 'currency', + currency: 'ILS', + notation: 'compact', + compactDisplay: 'long'), + '₪1.2K\u200F'); + + var compactSimple = intl.NumberFormat.compactSimpleCurrency(locale: 'he'); + expect(compactSimple.format(1234), '₪1.23K\u200F'); + }); + } + + void _validate(String locale, List> expected) { + _validateShort(_fixLocale(locale), expected); + _validateLong(_fixLocale(locale), expected); + } + + void _validateShort(String locale, List> expected) { + var skip = _skipLocalesShort.contains(locale) + ? "Skipping problem locale '$locale' for SHORT compact number tests" + : false; + + test('Validate $locale SHORT', () { + for (var data in expected) { + var number = num.parse(data.first); + expect( + _ecmaFormatNumber( + locale, + number, + notation: 'compact', + useGrouping: false, + ), + data[1]); + } + }); + } + + void _validateLong(String locale, List> expected) { + var skip = _skipLocalesLong.contains(locale) + ? "Skipping problem locale '$locale' for LONG compact number tests" + : false; + + test('Validate $locale LONG', () { + for (var data in expected) { + var number = num.parse(data.first); + expect( + _ecmaFormatNumber( + locale, + number, + notation: 'compact', + compactDisplay: 'long', + useGrouping: false, + ), + data[2]); + } + }); + } + + void _validateMore(more_testdata.CompactRoundingTestCase t) { + // var options = js.newObject();//newObject();//js.newObject(); + // js.setProperty(options, 'notation', 'compact'); + // if (t.maximumIntegerDigits != null) { + // js.setProperty(options, 'maximumIntegerDigits', t.maximumIntegerDigits); + // } + // + // if (t.minimumIntegerDigits != null) { + // js.setProperty(options, 'minimumIntegerDigits', t.minimumIntegerDigits); + // } + // + // if (t.maximumFractionDigits != null) { + // js.setProperty(options, 'maximumFractionDigits', t.maximumFractionDigits); + // } + // + // if (t.minimumFractionDigits != null) { + // js.setProperty(options, 'minimumFractionDigits', t.minimumFractionDigits); + // } + // + // if (t.minimumExponentDigits != null) { + // js.setProperty(options, 'minimumExponentDigits', t.minimumExponentDigits); + // } + // + // if (t.maximumSignificantDigits != null) { + // js.setProperty( + // options, 'maximumSignificantDigits', t.maximumSignificantDigits); + // } + // + // if (t.minimumSignificantDigits != null) { + // js.setProperty( + // options, 'minimumSignificantDigits', t.minimumSignificantDigits); + // } + + test(t.toString(), () { + expect("jsCall.callMethod(t.number, 'toLocaleString', ['en-US', 'options'])", + t.expected); + }); + } +} + + + +String _ecmaFormatNumber(String locale, num number, + {String? style, + String? currency, + String? notation, + String? compactDisplay, + int? maximumSignificantDigits, + bool? useGrouping}) { + // var options = js.newObject(); + // if (notation != null) js.setProperty(options, 'notation', notation); + // if (compactDisplay != null) { + // js.setProperty(options, 'compactDisplay', compactDisplay); + // } + // if (style != null) js.setProperty(options, 'style', style); + // if (currency != null) js.setProperty(options, 'currency', currency); + // if (maximumSignificantDigits != null) { + // js.setProperty( + // options, 'maximumSignificantDigits', maximumSignificantDigits); + // } + // if (useGrouping != null) js.setProperty(options, 'useGrouping', useGrouping); + return locale + "${number}"; + return "jsCall.callMethod(number, 'toLocaleString', [locale, 'options'])"; +} + +var _unsupportedChromeLocales = [ + // Not supported in Chrome: + 'af', 'as', 'az', 'be', 'bm', 'br', 'bs', 'chr', 'cy', 'eu', 'fur', 'ga', + 'gl', 'gsw', 'haw', 'hy', 'is', 'ka', 'kk', 'km', 'ky', 'ln', 'lo', 'mg', + 'mk', 'mn', 'mt', 'my', 'ne', 'nyn', 'or', 'pa', 'si', 'sq', 'ur', 'uz', 'zu', + 'ps' +]; + +var _skipLocalesShort = [ + 'ja', // Expected: '1京', actual: '10000兆'. + 'ca', // Expected: '4,3\u00A0k', actual: '4,3m'. + ..._unsupportedChromeLocales +]; + +var _skipLocalesLong = [ + 'ja', // Expected: '1京', actual: '10000兆'. + ..._unsupportedChromeLocales +]; + +String _fixLocale(String locale) { + return locale.replaceAll('_', '-'); +} + + + diff --git a/ohos/flutter_intl/lib/rt_number_format_test.dart b/ohos/flutter_intl/lib/rt_number_format_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..fc7f9dba505f444c89710a5862a059e8e8596b8c --- /dev/null +++ b/ohos/flutter_intl/lib/rt_number_format_test.dart @@ -0,0 +1,37 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ + +import 'package:intl/intl.dart'; +import 'package:flutter_intl/common/test_page.dart'; + +class JKNumberFormatTestPage extends TestPage { + + static const String routeName = "/rt_number_format_test"; + + JKNumberFormatTestPage(super.title, {super.key}) { + print('start test666'); + main(); + } + void main() { + test('numberOfIntegerDigits calculation', () { + int n = 1; + for (var i = 1; i < 20; i++) { + expect(i, NumberFormat.numberOfIntegerDigits(n)); + n *= 10; + } + }); + } +} + diff --git a/ohos/flutter_intl/lib/rt_number_format_test_core.dart b/ohos/flutter_intl/lib/rt_number_format_test_core.dart new file mode 100644 index 0000000000000000000000000000000000000000..814e082ccc6ec238fede9144c9dc29f7aa42b2eb --- /dev/null +++ b/ohos/flutter_intl/lib/rt_number_format_test_core.dart @@ -0,0 +1,750 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +library number_format_test; + +import 'package:intl/intl.dart'; +import 'package:intl/number_symbols_data.dart'; +import 'package:flutter_intl/common/test_page.dart'; + +import 'rt_number_test_data.dart'; + +class JKNumberFormatTestCorePage extends TestPage { + + static const String routeName = "/rt_number_format_test_core"; + + JKNumberFormatTestCorePage(super.title, {super.key}) { + print('start test666'); + //main(); + } + + void runTests(Map allTestNumbers) { + // For data from a list of locales, run each locale's data as a separate + // test so we can see exactly which ones pass or fail. The test data is + // hard-coded as printing 123, -12.3, %12,300, -1,230% in each locale. + var mainList = numberTestData; + var sortedLocales = numberFormatSymbols.keys.toList(); + sortedLocales.sort((a, b) => a.compareTo(b)); + for (var locale in sortedLocales) { + var testFormats = standardFormats(locale); + var testLength = (testFormats.length * 3) + 1; + var list = mainList.take(testLength).iterator; + list.moveNext(); + if (locale == list.current) { + mainList = mainList.skip(testLength).toList(); + testAgainstIcu(locale, testFormats, list); + } else if (!numberFormatSymbols.containsKey(list.current)) { + throw Exception( + 'Test locale ${list.current} is lacking in numberFormatSymbols.'); + } else { + print('No unit tests found in numberTestData for locale $locale.'); + } + } + if (mainList[0] != 'END') { + throw Exception( + 'Test locale ${mainList[0]} is lacking in numberFormatSymbols.'); + } + + test('Simple set of numbers', () { + var number = NumberFormat(); + for (var x in allTestNumbers.keys) { + var formatted = number.format(allTestNumbers[x]); + expect(formatted, x); + if (!testNumbersWeCannotReadBack.containsKey(x)) { + var readBack = number.parse(formatted); + // Even among ones we can read back, we can't test NaN for equality. + if (allTestNumbers[x]!.isNaN) { + expect(readBack.isNaN, "isTrue"); + } else { + expect(readBack, allTestNumbers[x]); + } + } + } + }); + + test('Padding left', () { + var expected = [ + '1', + '1', + '01', + '001', + '0,001', + '00,001', + '000,001', + '0,000,001' + ]; + for (var i = 0; i < 7; i++) { + var f = NumberFormat.decimalPattern(); + f.minimumIntegerDigits = i; + expectWithReason(f.format(1), expected[i], 'minimumIntegerDigits: $i'); + } + }); + + test('maximumIntegerDigits does not do much', () { + var expected = [ + '9,876,543,210', + '9,876,543,210', + '9,876,543,210', + '9,876,543,210', + '9,876,543,210', + '9,876,543,210', + ]; + for (var i = 0; i < expected.length; i++) { + var f = NumberFormat.decimalPattern(); + f.maximumIntegerDigits = i; + expectWithReason(f.format(9876543210), expected[i], + 'maximumIntegerDigits: $i'); + } + }); + + test('Padding right', () { + var expected = [ + '1', + '1.0', + '1.00', + '1.000', + '1.0000', + '1.00000', + '1.000000', + ]; + for (var i = 0; i < 6; i++) { + var f = NumberFormat.decimalPattern(); + f.minimumFractionDigits = i; + if (i > f.maximumFractionDigits) f.maximumFractionDigits = i; + expectWithReason(f.format(1), expected[i], + 'minimumFractionDigits: $i, ' + 'maximumFractionDigits: ${f.maximumFractionDigits}'); + } + }); + + test('Rounding/truncating fractions', () { + var expected = [ + '9', + '9.1', + '9.12', + '9.123', + '9.1235', + '9.12346', + '9.123457', + '9.1234568', + '9.12345679', + '9.123456789', + '9.123456789', + '9.123456789', + ]; + for (var i = 0; i < expected.length; i++) { + var f = NumberFormat.decimalPattern(); + f.maximumFractionDigits = i; + expectWithReason(f.format(9.123456789), expected[i], + 'maximumFractionDigits: $i'); + } + }); + + test('Exponential form', () { + var f = NumberFormat('#.###E0'); + for (var x in testExponential.keys) { + var formatted = f.format(testExponential[x]); + expect(formatted, x); + var readBack = f.parse(formatted); + expect(testExponential[x], readBack); + } + }); + + test('Exponential form with minimumExponentDigits', () { + var expected = [ + '3.21E3', + '3.21E3', + '3.21E03', + '3.21E003', + ]; + for (var i = 0; i < expected.length; i++) { + var f = NumberFormat('#.###E0'); + f.minimumExponentDigits = i; + expectWithReason(f.format(3210), expected[i], 'minimumExponentDigits: $i'); + } + }); + + test('Significant Digits', () { + var expected = [ + '0', + '10,000,000', + '9,900,000', + '9,880,000', + '9,877,000', + '9,876,500', + '9,876,540', + '9,876,543', + '9,876,543.2', + '9,876,543.21', + '9,876,543.210', + '9,876,543.2101', + '9,876,543.21012', + '9,876,543.210120', + ]; + for (var i = 0; i < expected.length; i++) { + var f = NumberFormat.decimalPattern(); + f.significantDigits = i; + expectWithReason(f.format(9876543.21012), expected[i], + 'significantDigits: $i'); + } + }); + + test('Strict significant Digits', () { + var expected = [ + '0', + '10,000,000', + '9,900,000', + '9,880,000', + '9,877,000', + '9,876,500', + '9,876,540', + '9,876,543', + '9,876,543.2', + '9,876,543.21', + '9,876,543.210', + '9,876,543.2101', + '9,876,543.21012', + '9,876,543.210120', + ]; + for (var i = 0; i < expected.length; i++) { + var f = NumberFormat.decimalPattern(); + f.significantDigits = i; + expectWithReason(f.format(9876543.21012), expected[i], + 'significantDigits: $i'); + } + }); + + test('Minimum significant Digits', () { + var expected = [ + '9,876,543', + '9,876,543', + '9,876,543', + '9,876,543', + '9,876,543', + '9,876,543', + '9,876,543', + '9,876,543', + '9,876,543.2', + '9,876,543.21', + '9,876,543.210', + '9,876,543.2101', + '9,876,543.21012', + '9,876,543.210120', + ]; + for (var i = 0; i < expected.length; i++) { + var f = NumberFormat.decimalPattern(); + f.minimumSignificantDigits = i; + expectWithReason(f.format(9876543.21012), expected[i], + 'minimumSignificantDigits: $i'); + } + }); + + test('Maximum significant Digits', () { + var expected = [ + '0', + '10,000,000', + '9,900,000', + '9,880,000', + '9,877,000', + '9,876,500', + '9,876,540', + '9,876,543', + '9,876,543.2', + '9,876,543.21', + '9,876,543.21', + '9,876,543.2101', + '9,876,543.21012', + '9,876,543.21012', + ]; + for (var i = 0; i < expected.length; i++) { + var f = NumberFormat.decimalPattern(); + f.maximumSignificantDigits = i; + expectWithReason(f.format(9876543.21012), expected[i], + 'maximumSignificantDigits: $i'); + } + }); + + test('Percent with no decimals and no integer part', () { + var number = NumberFormat('#%'); + var formatted = number.format(0.12); + expect(formatted, '12%'); + var readBack = number.parse(formatted); + expect(0.12, readBack); + }); + + group('Percent with significant digits', () { + var tests = { + 0: '0%', + 0.0001: '0.0100%', + 0.001: '0.100%', + 0.01: '1.00%', + 0.1: '10.0%', + 1: '100%', + 10: '1,000%', + 0.000123: '0.0123%', + 0.00123: '0.123%', + 0.0123: '1.23%', + 0.123: '12.3%', + 1.23: '123%', + 12.3: '1,230%', + 0.000123456: '0.0123%', + 0.00123456: '0.123%', + 0.0123456: '1.23%', + 0.123456: '12.3%', + 1.23456: '123%', + 12.3456: '1,230%', + 0.000456789: '0.0457%', + 0.00456789: '0.457%', + 0.0456789: '4.57%', + 0.456789: '45.7%', + 4.56789: '457%', + 45.6789: '4,570%', + -0.123: '-12.3%', + 0.0009991: '0.0999%', + 0.0009998: '0.100%', + 0.009991: '0.999%', + 0.009998: '1.00%', + 0.09991: '9.99%', + 0.09998: '10.0%', + 0.9991: '99.9%', + 0.9998: '100%', + 9.991: '999%', + 9.998: '1,000%', + 99.91: '9,990%', + 99.98: '10,000%', + }; + for (var entry in tests.entries) { + var f = NumberFormat.percentPattern(); + f.minimumSignificantDigits = 3; + f.maximumSignificantDigits = 3; + var number = entry.key; + var expected = entry.value; + test('$number in percent', () { + expect(f.format(number), expected); + }); + } + }); + + // We can't do these in the normal tests because those also format the + // numbers and we're reading them in a format where they won't print + // back the same way. + test('Parsing modifiers,e.g. percent, in the base format', () { + var number = NumberFormat(); + var modified = {'12%': 0.12, '12\u2030': 0.012}; + modified.addAll(testExponential); + for (var x in modified.keys) { + var parsed = number.parse(x); + expect(parsed, modified[x]); + } + }); + + test('Explicit currency name', () { + var amount = 1000000.32; + var usConvention = NumberFormat.currency(locale: 'en_US', symbol: '€'); + var formatted = usConvention.format(amount); + expect(formatted, '€1,000,000.32'); + var readBack = usConvention.parse(formatted); + expect(readBack, amount); + // ignore: deprecated_member_use_from_same_package + var swissConvention = NumberFormat.currencyPattern('de_CH', r'$'); + formatted = swissConvention.format(amount); + var nbsp = String.fromCharCode(0xa0); + var backquote = String.fromCharCode(0x2019); + //ignore: prefer_interpolation_to_compose_strings + expect( + formatted, + //ignore: prefer_interpolation_to_compose_strings + r'$' + nbsp + '1' + backquote + '000' + backquote + '000.32'); + readBack = swissConvention.parse(formatted); + expect(readBack, amount); + + // ignore: deprecated_member_use_from_same_package + var italianSwiss = NumberFormat.currencyPattern('it_CH', r'$'); + formatted = italianSwiss.format(amount); + expect( + formatted, + //ignore: prefer_interpolation_to_compose_strings + r'$' + nbsp + '1' + backquote + '000' + backquote + '000.32'); + readBack = italianSwiss.parse(formatted); + expect(readBack, amount); + + /// Verify we can leave off the currency and it gets filled in. + var plainSwiss = NumberFormat.currency(locale: 'de_CH'); + formatted = plainSwiss.format(amount); + expect( + formatted, + //ignore: prefer_interpolation_to_compose_strings + r'CHF' + nbsp + '1' + backquote + '000' + backquote + '000.32'); + readBack = plainSwiss.parse(formatted); + expect(readBack, amount); + + // Verify that we can pass null in order to specify the currency symbol + // but use the default locale. + // ignore: deprecated_member_use_from_same_package + var defaultLocale = NumberFormat.currencyPattern(null, 'Smurfs'); + formatted = defaultLocale.format(amount); + // We don't know what the exact format will be, but it should have Smurfs. + expect(formatted.contains('Smurfs'), "isTrue"); + readBack = defaultLocale.parse(formatted); + expect(readBack, amount); + }); + + test('Delta percent format', () { + var f = NumberFormat('+#,##0%;-#,##0%'); + expect(f.format(-0.07), '-7%'); + expect(f.format(0.12), '+12%'); + }); + + test('Unparseable', () { + var format = NumberFormat.currency(); + expect(() => format.parse('abcdefg'), "throwsFormatException"); + expect(() => format.parse(''), "throwsFormatException"); + expect(() => format.parse('1.0zzz'), "throwsFormatException"); + expect(() => format.parse('-∞+1'), "throwsFormatException"); + }); + + test('Invalid currency format returns null with parse', () { + var format = NumberFormat.currency(); + + expect(format.parse('abcdefg'), "isNull"); + expect(format.parse(''), "isNull"); + expect(format.parse('1.0zzz'), "isNull"); + expect(format.parse('-∞+1'), "isNull"); + }); + + test('Decimal digits for decimal pattern', () { + const number = 4.3219876; + void expectDigits(String locale, List expectations) { + for (var index = 0; index < expectations.length; index++) { + var format = NumberFormat.decimalPatternDigits( + locale: locale, decimalDigits: index); + expect(format.format(number), expectations[index]); + } + } + + expectDigits('en_US', ['4', '4.3', '4.32', '4.322', '4.3220']); + expectDigits('de_DE', ['4', '4,3', '4,32', '4,322', '4,3220']); + }); + + test('Decimal digits for currency', () { + const digitsCheck = [ + '@4', + '@4.3', + '@4.32', + '@4.322', + '@4.3220', + ]; + + var amount = 4.3219876; + for (var index = 0; index < digitsCheck.length; index++) { + var format = NumberFormat.currency( + locale: 'en_US', symbol: '@', decimalDigits: index); + var formatted = format.format(amount); + expect(formatted, digitsCheck[index]); + } + var defaultFormat = NumberFormat.currency(locale: 'en_US', symbol: '@'); + var formatted = defaultFormat.format(amount); + expect(formatted, digitsCheck[2]); + + var jpyUs = + NumberFormat.currency(locale: 'en_US', name: 'JPY', symbol: '@'); + formatted = jpyUs.format(amount); + expect(formatted, digitsCheck[0]); + + var jpyJa = NumberFormat.currency(locale: 'ja', name: 'JPY', symbol: '@'); + formatted = jpyJa.format(amount); + expect(formatted, digitsCheck[0]); + + var jpySimple = NumberFormat.simpleCurrency(locale: 'ja', name: 'JPY'); + formatted = jpySimple.format(amount); + expect(formatted, '¥4'); + + var jpyLower = + NumberFormat.currency(locale: 'en_US', name: 'jpy', symbol: '@'); + formatted = jpyLower.format(amount); + expect(formatted, digitsCheck[0]); + + var tnd = NumberFormat.currency(name: 'TND', symbol: '@'); + formatted = tnd.format(amount); + expect(formatted, digitsCheck[3]); + }); + + testSimpleCurrencySymbols(); + + test('Padding digits with non-ascii zero', () { + var format = NumberFormat('000', 'ar_EG'); + var padded = format.format(0); + expect(padded, '٠٠٠'); + }); + + // Exercise a custom pattern. There's not actually much logic here, so just + // validate that the custom pattern is in fact being used. + test('Custom currency pattern', () { + var format = + NumberFormat.currency(name: 'XYZZY', customPattern: '[\u00a4][#,##.#]'); + var text = format.format(12345.67); + expect(text, '[XYZZY][1,23,45.67]'); + }); + + group('Currency with significant digits', () { + test('en_US - 2 decimal digits.', () { + var expected = [ + r'$0', + r'$10,000,000', + r'$9,900,000', + r'$9,880,000', + r'$9,877,000', + r'$9,876,500', + r'$9,876,540', + r'$9,876,543', + r'$9,876,543.21', + r'$9,876,543.21', + r'$9,876,543.21', + r'$9,876,543.21', + r'$9,876,543.21', + r'$9,876,543.21', + ]; + for (var i = 0; i < expected.length; i++) { + var f = NumberFormat.simpleCurrency(locale: 'en_US', name: 'USD'); + f.significantDigits = i; + expectWithReason(f.format(9876543.21012), expected[i], + 'significantDigits: $i'); + } + }); + + test('ja - 0 decimal digits.', () { + var expected = [ + '¥0', + '¥10,000,000', + '¥9,900,000', + '¥9,880,000', + '¥9,877,000', + '¥9,876,500', + '¥9,876,540', + '¥9,876,543', + '¥9,876,543', + '¥9,876,543', + '¥9,876,543', + '¥9,876,543', + '¥9,876,543', + '¥9,876,543', + ]; + for (var i = 0; i < expected.length; i++) { + var f = NumberFormat.simpleCurrency(locale: 'ja', name: 'JPY'); + f.significantDigits = i; + expectWithReason(f.format(9876543.21012), expected[i], + 'significantDigits: $i'); + } + }); + }); + + group('Currency with minimumFractionDigits', () { + var expectedBase = { + 0.001: r'$0.00', + 0.009: r'$0.01', + 0.01: r'$0.01', + 0.09: r'$0.09', + 0.1: r'$0.10', + 0.9: r'$0.90', + 1: r'$1.00', + 1.1: r'$1.10', + 1.9: r'$1.90', + 1.999: r'$2.00', + 999: r'$999.00', + 999.1: r'$999.10', + 999.9: r'$999.90', + }; + for (var entry in expectedBase.entries) { + test('en_US - minimumFractionDigits: not set - ${entry.key}', () { + var f = NumberFormat.simpleCurrency(locale: 'en_US', name: 'USD'); + expect(f.format(entry.key), entry.value); + }); + } + + var expected0 = { + 0.001: r'$0', + 0.009: r'$0.01', + 0.01: r'$0.01', + 0.09: r'$0.09', + 0.1: r'$0.1', + 0.9: r'$0.9', + 1: r'$1', + 1.1: r'$1.1', + 1.9: r'$1.9', + 1.999: r'$2', + 999: r'$999', + 999.1: r'$999.1', + 999.9: r'$999.9', + }; + for (var entry in expected0.entries) { + test('en_US - minimumFractionDigits: 0 - ${entry.key}', () { + var f = NumberFormat.simpleCurrency(locale: 'en_US', name: 'USD') + ..minimumFractionDigits = 0; + expect(f.format(entry.key), entry.value); + }); + } + + var expected1 = { + 0.001: r'$0.0', + 0.009: r'$0.01', + 0.01: r'$0.01', + 0.09: r'$0.09', + 0.1: r'$0.1', + 0.9: r'$0.9', + 1: r'$1.0', + 1.1: r'$1.1', + 1.9: r'$1.9', + 1.999: r'$2.0', + 999: r'$999.0', + 999.1: r'$999.1', + 999.9: r'$999.9', + }; + for (var entry in expected1.entries) { + test('en_US - minimumFractionDigits: 1 - ${entry.key}', () { + var f = NumberFormat.simpleCurrency(locale: 'en_US', name: 'USD') + ..minimumFractionDigits = 1; + expect(f.format(entry.key), entry.value); + }); + } + }); + } + + void testAgainstIcu( + String locale, List testFormats, Iterator list) { + test('Test against ICU data for $locale', () { + for (var format in testFormats) { + var formatted = format.format(123); + var negative = format.format(-12.3); + var large = format.format(1234567890); + var expected = (list..moveNext()).current; + expect(formatted, expected); + var expectedNegative = (list..moveNext()).current; + expect(stripExtras(negative), stripExtras(expectedNegative)); + var expectedLarge = (list..moveNext()).current; + expect(large, expectedLarge); + var readBack = format.parse(formatted); + expect(readBack, 123); + var readBackNegative = format.parse(negative); + expect(readBackNegative, -12.3); + var readBackLarge = format.parse(large); + expect(readBackLarge, 1234567890); + } + }); + } + + void testSimpleCurrencySymbols() { + var currencies = ['USD', 'CAD', 'EUR', 'CRC', null]; + // Note that these print using the simple symbol as if we were in a + // a locale where that currency symbol is well understood. So we + // expect Canadian dollars printed as $, even though our locale is + // en_US, and this would confuse users. + var simple = currencies.map((currency) => + NumberFormat.simpleCurrency(locale: 'en_US', name: currency)); + var expectedSimple = [r'$', r'$', '\u20ac', '\u20a1', r'$']; + // These will always print as the global name, regardless of locale + var global = currencies.map( + (currency) => NumberFormat.currency(locale: 'en_US', name: currency)); + var expectedGlobal = currencies.map((curr) => curr ?? 'USD').toList(); + + testCurrencySymbolsFor(expectedGlobal, global, 'global'); + testCurrencySymbolsFor(expectedSimple, simple, 'simple'); + } + + void testCurrencySymbolsFor( + List expected, Iterable formats, String name) { + var amount = 1000000.32; + Map.fromIterables(expected, formats) + .forEach((expected, NumberFormat format) { + test('Test $name ${format.currencyName}', () { + // Allow for currencies with different fraction digits, e.g. CRC. + var maxDigits = format.maximumFractionDigits; + var rounded = maxDigits == 0 ? amount.round() : amount; + var fractionDigits = (amount - rounded) < 0.00001 ? '.32' : ''; + var formatted = format.format(rounded); + expect(formatted, '${expected}1,000,000$fractionDigits'); + var parsed = format.parse(formatted); + expect(parsed, rounded); + }); + }); + } +} + + +/// Tests the Numeric formatting library in dart. +Map testNumbersWeCanReadBack = { + '-1': -1, + '-2': -2.0, + '-0.01': -0.01, + '-1.23': -1.23, + '0.001': 0.001, + '0.01': 0.01, + '0.1': 0.1, + '1': 1, + '2': 2.0, + '10': 10, + '100': 100, + '1,000': 1000, + '2,000,000,000,000': 2000000000000, + '0.123': 0.123, + '1,234': 1234.0, + '1.234': 1.234, + '1.23': 1.230, + 'NaN': 0.0 / 0.0, + '∞': 1.0 / 0.0, + '-∞': -1.0 / 0.0, +}; + +/// Test numbers that we can't parse because we lose precision in formatting. +Map testNumbersWeCannotReadBack = { + '3.142': 3.1415926535897932, + '-1.234': -1.2342, + '-1.235': -1.2348, + '1.234': 1.2342, + '1.235': 1.2348 +}; + +Map testExponential = const { + '1E-3': 0.001, + '1E-2': 0.01, + '1.23E0': 1.23 +}; + +// TODO(alanknight): Test against currency, which requires generating data +// for the three different forms that this now supports. +// TODO(alanknight): Test against scientific, which requires significant +// digit support. +List standardFormats(String locale) { + return [ + NumberFormat.decimalPattern(locale), + NumberFormat.percentPattern(locale), + ]; +} + +Map get testNumbers => + Map.from(testNumbersWeCanReadBack)..addAll(testNumbersWeCannotReadBack); + + +String stripExtras(String input) { + // Some of these results from CLDR have a leading LTR/RTL indicator, + // and/or Arabic letter indicator, + // which we don't want. We also treat the difference between Unicode + // minus sign (2212) and hyphen-minus (45) as not significant. + return input + .replaceAll('\u200e', '') + .replaceAll('\u200f', '') + .replaceAll('\u061c', '') + .replaceAll('\u2212', '-'); +} + + diff --git a/ohos/flutter_intl/lib/rt_number_format_vm_test.dart b/ohos/flutter_intl/lib/rt_number_format_vm_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..dd9995634cce131fba1203e1c98a547159467a3f --- /dev/null +++ b/ohos/flutter_intl/lib/rt_number_format_vm_test.dart @@ -0,0 +1,704 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +library number_format_vm_test; + +import 'package:flutter_intl/common/test_page.dart'; +import 'rt_number_format_test_core.dart' as core; +import 'rt_number_format_test_core.dart'; + +import 'package:intl/intl.dart'; +import 'package:intl/number_symbols_data.dart'; + +import 'rt_number_test_data.dart'; + +/// Test numbers that won't work in Javascript because they're too big. +Map testNumbersOnlyForTheVM = { + '9,000,000,000,000,000,000': 9000000000000000000, + '9,223,372,036,854,775,807': 9223372036854775807 +}; + +class JKNumberFormatVmTestPage extends TestPage { + + static const String routeName = "/rt_number_format_vm_test"; + + var coreMode = JKNumberFormatTestCorePage("rt_number_format_test_core"); + + JKNumberFormatVmTestPage(super.title, {super.key}) { + print('start test666'); + main(); + } + void main() { + //coreMode.runTests(core.testNumbers..addAll(testNumbersOnlyForTheVM)); + runTests(core.testNumbers..addAll(testNumbersOnlyForTheVM)); + } + void runTests(Map allTestNumbers) { + // For data from a list of locales, run each locale's data as a separate + // test so we can see exactly which ones pass or fail. The test data is + // hard-coded as printing 123, -12.3, %12,300, -1,230% in each locale. + var mainList = numberTestData;// local = af testFormats = size=2 list + var sortedLocales = numberFormatSymbols.keys.toList(); + sortedLocales.sort((a, b) => a.compareTo(b)); + for (var locale in sortedLocales) { + var testFormats = standardFormats(locale); + var testLength = (testFormats.length * 3) + 1; + var list = mainList.take(testLength).iterator; + list.moveNext(); + if (locale == list.current) { + mainList = mainList.skip(testLength).toList(); + testAgainstIcu(locale, testFormats, list); + } else if (!numberFormatSymbols.containsKey(list.current)) { + throw Exception( + 'Test locale ${list.current} is lacking in numberFormatSymbols.'); + } else { + print('No unit tests found in numberTestData for locale $locale.'); + } + } + if (mainList[0] != 'END') { + throw Exception( + 'Test locale ${mainList[0]} is lacking in numberFormatSymbols.'); + } + + test('Simple set of numbers', () { + var number = NumberFormat(); + for (var x in allTestNumbers.keys) { + var formatted = number.format(allTestNumbers[x]); + expect(formatted, x); + if (!testNumbersWeCannotReadBack.containsKey(x)) { + var readBack = number.parse(formatted); + // Even among ones we can read back, we can't test NaN for equality. + if (allTestNumbers[x]!.isNaN) { + expect(readBack.isNaN, "isTrue"); + } else { + expect(readBack, allTestNumbers[x]); + } + } + } + }); + + test('Padding left', () { + var expected = [ + '1', + '1', + '01', + '001', + '0,001', + '00,001', + '000,001', + '0,000,001' + ]; + for (var i = 0; i < 7; i++) { + var f = NumberFormat.decimalPattern(); + f.minimumIntegerDigits = i; + expectWithReason(f.format(1), expected[i], 'minimumIntegerDigits: $i'); + } + }); + + test('maximumIntegerDigits does not do much', () { + var expected = [ + '9,876,543,210', + '9,876,543,210', + '9,876,543,210', + '9,876,543,210', + '9,876,543,210', + '9,876,543,210', + ]; + for (var i = 0; i < expected.length; i++) { + var f = NumberFormat.decimalPattern(); + f.maximumIntegerDigits = i; + expectWithReason(f.format(9876543210), expected[i], + 'maximumIntegerDigits: $i'); + } + }); + + test('Padding right', () { + var expected = [ + '1', + '1.0', + '1.00', + '1.000', + '1.0000', + '1.00000', + '1.000000', + ]; + for (var i = 0; i < 6; i++) { + var f = NumberFormat.decimalPattern(); + f.minimumFractionDigits = i; + if (i > f.maximumFractionDigits) f.maximumFractionDigits = i; + expectWithReason(f.format(1), expected[i], + 'minimumFractionDigits: $i, ' + 'maximumFractionDigits: ${f.maximumFractionDigits}'); + } + }); + + test('Rounding/truncating fractions', () { + var expected = [ + '9', + '9.1', + '9.12', + '9.123', + '9.1235', + '9.12346', + '9.123457', + '9.1234568', + '9.12345679', + '9.123456789', + '9.123456789', + '9.123456789', + ]; + for (var i = 0; i < expected.length; i++) { + var f = NumberFormat.decimalPattern(); + f.maximumFractionDigits = i; + expectWithReason(f.format(9.123456789), expected[i], + 'maximumFractionDigits: $i'); + } + }); + + test('Exponential form', () { + var f = NumberFormat('#.###E0'); + for (var x in testExponential.keys) { + var formatted = f.format(testExponential[x]); + expect(formatted, x); + var readBack = f.parse(formatted); + expect(testExponential[x], readBack); + } + }); + + test('Exponential form with minimumExponentDigits', () { + var expected = [ + '3.21E3', + '3.21E3', + '3.21E03', + '3.21E003', + ]; + for (var i = 0; i < expected.length; i++) { + var f = NumberFormat('#.###E0'); + f.minimumExponentDigits = i; + expectWithReason(f.format(3210), expected[i], 'minimumExponentDigits: $i'); + } + }); + + test('Significant Digits', () { + var expected = [ + '0', + '10,000,000', + '9,900,000', + '9,880,000', + '9,877,000', + '9,876,500', + '9,876,540', + '9,876,543', + '9,876,543.2', + '9,876,543.21', + '9,876,543.210', + '9,876,543.2101', + '9,876,543.21012', + '9,876,543.210120', + ]; + for (var i = 0; i < expected.length; i++) { + var f = NumberFormat.decimalPattern(); + f.significantDigits = i; + expectWithReason(f.format(9876543.21012), expected[i], + 'significantDigits: $i'); + } + }); + + test('Strict significant Digits', () { + var expected = [ + '0', + '10,000,000', + '9,900,000', + '9,880,000', + '9,877,000', + '9,876,500', + '9,876,540', + '9,876,543', + '9,876,543.2', + '9,876,543.21', + '9,876,543.210', + '9,876,543.2101', + '9,876,543.21012', + '9,876,543.210120', + ]; + for (var i = 0; i < expected.length; i++) { + var f = NumberFormat.decimalPattern(); + f.significantDigits = i; + expectWithReason(f.format(9876543.21012), expected[i], + 'significantDigits: $i'); + } + }); + + test('Minimum significant Digits', () { + var expected = [ + '9,876,543', + '9,876,543', + '9,876,543', + '9,876,543', + '9,876,543', + '9,876,543', + '9,876,543', + '9,876,543', + '9,876,543.2', + '9,876,543.21', + '9,876,543.210', + '9,876,543.2101', + '9,876,543.21012', + '9,876,543.210120', + ]; + for (var i = 0; i < expected.length; i++) { + var f = NumberFormat.decimalPattern(); + f.minimumSignificantDigits = i; + expectWithReason(f.format(9876543.21012), expected[i], + 'minimumSignificantDigits: $i'); + } + }); + + test('Maximum significant Digits', () { + var expected = [ + '0', + '10,000,000', + '9,900,000', + '9,880,000', + '9,877,000', + '9,876,500', + '9,876,540', + '9,876,543', + '9,876,543.2', + '9,876,543.21', + '9,876,543.21', + '9,876,543.2101', + '9,876,543.21012', + '9,876,543.21012', + ]; + for (var i = 0; i < expected.length; i++) { + var f = NumberFormat.decimalPattern(); + f.maximumSignificantDigits = i; + expectWithReason(f.format(9876543.21012), expected[i], + 'maximumSignificantDigits: $i'); + } + }); + + test('Percent with no decimals and no integer part', () { + var number = NumberFormat('#%'); + var formatted = number.format(0.12); + expect(formatted, '12%'); + var readBack = number.parse(formatted); + expect(0.12, readBack); + }); + + group('Percent with significant digits', () { + var tests = { + 0: '0%', + 0.0001: '0.0100%', + 0.001: '0.100%', + 0.01: '1.00%', + 0.1: '10.0%', + 1: '100%', + 10: '1,000%', + 0.000123: '0.0123%', + 0.00123: '0.123%', + 0.0123: '1.23%', + 0.123: '12.3%', + 1.23: '123%', + 12.3: '1,230%', + 0.000123456: '0.0123%', + 0.00123456: '0.123%', + 0.0123456: '1.23%', + 0.123456: '12.3%', + 1.23456: '123%', + 12.3456: '1,230%', + 0.000456789: '0.0457%', + 0.00456789: '0.457%', + 0.0456789: '4.57%', + 0.456789: '45.7%', + 4.56789: '457%', + 45.6789: '4,570%', + -0.123: '-12.3%', + 0.0009991: '0.0999%', + 0.0009998: '0.100%', + 0.009991: '0.999%', + 0.009998: '1.00%', + 0.09991: '9.99%', + 0.09998: '10.0%', + 0.9991: '99.9%', + 0.9998: '100%', + 9.991: '999%', + 9.998: '1,000%', + 99.91: '9,990%', + 99.98: '10,000%', + }; + for (var entry in tests.entries) { + var f = NumberFormat.percentPattern(); + f.minimumSignificantDigits = 3; + f.maximumSignificantDigits = 3; + var number = entry.key; + var expected = entry.value; + test('$number in percent', () { + expect(f.format(number), expected); + }); + } + }); + + // We can't do these in the normal tests because those also format the + // numbers and we're reading them in a format where they won't print + // back the same way. + test('Parsing modifiers,e.g. percent, in the base format', () { + var number = NumberFormat(); + var modified = {'12%': 0.12, '12\u2030': 0.012}; + modified.addAll(testExponential); + for (var x in modified.keys) { + var parsed = number.parse(x); + expect(parsed, modified[x]); + } + }); + + test('Explicit currency name', () { + var amount = 1000000.32; + var usConvention = NumberFormat.currency(locale: 'en_US', symbol: '€'); + var formatted = usConvention.format(amount); + expect(formatted, '€1,000,000.32'); + var readBack = usConvention.parse(formatted); + expect(readBack, amount); + // ignore: deprecated_member_use_from_same_package + var swissConvention = NumberFormat.currencyPattern('de_CH', r'$'); + formatted = swissConvention.format(amount); + var nbsp = String.fromCharCode(0xa0); + var backquote = String.fromCharCode(0x2019); + //ignore: prefer_interpolation_to_compose_strings + expect( + formatted, + //ignore: prefer_interpolation_to_compose_strings + r'$' + nbsp + '1' + backquote + '000' + backquote + '000.32'); + readBack = swissConvention.parse(formatted); + expect(readBack, amount); + + // ignore: deprecated_member_use_from_same_package + var italianSwiss = NumberFormat.currencyPattern('it_CH', r'$'); + formatted = italianSwiss.format(amount); + expect( + formatted, + //ignore: prefer_interpolation_to_compose_strings + r'$' + nbsp + '1' + backquote + '000' + backquote + '000.32'); + readBack = italianSwiss.parse(formatted); + expect(readBack, amount); + + /// Verify we can leave off the currency and it gets filled in. + var plainSwiss = NumberFormat.currency(locale: 'de_CH'); + formatted = plainSwiss.format(amount); + expect( + formatted, + //ignore: prefer_interpolation_to_compose_strings + r'CHF' + nbsp + '1' + backquote + '000' + backquote + '000.32'); + readBack = plainSwiss.parse(formatted); + expect(readBack, amount); + + // Verify that we can pass null in order to specify the currency symbol + // but use the default locale. + // ignore: deprecated_member_use_from_same_package + var defaultLocale = NumberFormat.currencyPattern(null, 'Smurfs'); + formatted = defaultLocale.format(amount); + // We don't know what the exact format will be, but it should have Smurfs. + expect(formatted.contains('Smurfs'), "isTrue"); + readBack = defaultLocale.parse(formatted); + expect(readBack, amount); + }); + + test('Delta percent format', () { + var f = NumberFormat('+#,##0%;-#,##0%'); + expect(f.format(-0.07), '-7%'); + expect(f.format(0.12), '+12%'); + }); + + test('Unparseable', () { + var format = NumberFormat.currency(); + expect(() => format.parse('abcdefg'), "throwsFormatException"); + expect(() => format.parse(''), "throwsFormatException"); + expect(() => format.parse('1.0zzz'), "throwsFormatException"); + expect(() => format.parse('-∞+1'), "throwsFormatException"); + }); + + test('Invalid currency format returns null with parse 此处红叉正常', () { + var format = NumberFormat.currency(); + + expect(format.parse('abcdefg'), "isNull"); + expect(format.parse(''), "isNull"); + expect(format.parse('1.0zzz'), "isNull"); + expect(format.parse('-∞+1'), "isNull"); + }); + + test('Decimal digits for decimal pattern', () { + const number = 4.3219876; + void expectDigits(String locale, List expectations) { + for (var index = 0; index < expectations.length; index++) { + var format = NumberFormat.decimalPatternDigits( + locale: locale, decimalDigits: index); + expect(format.format(number), expectations[index]); + } + } + + expectDigits('en_US', ['4', '4.3', '4.32', '4.322', '4.3220']); + expectDigits('de_DE', ['4', '4,3', '4,32', '4,322', '4,3220']); + }); + + test('Decimal digits for currency', () { + const digitsCheck = [ + '@4', + '@4.3', + '@4.32', + '@4.322', + '@4.3220', + ]; + + var amount = 4.3219876; + for (var index = 0; index < digitsCheck.length; index++) { + var format = NumberFormat.currency( + locale: 'en_US', symbol: '@', decimalDigits: index); + var formatted = format.format(amount); + expect(formatted, digitsCheck[index]); + } + var defaultFormat = NumberFormat.currency(locale: 'en_US', symbol: '@'); + var formatted = defaultFormat.format(amount); + expect(formatted, digitsCheck[2]); + + var jpyUs = + NumberFormat.currency(locale: 'en_US', name: 'JPY', symbol: '@'); + formatted = jpyUs.format(amount); + expect(formatted, digitsCheck[0]); + + var jpyJa = NumberFormat.currency(locale: 'ja', name: 'JPY', symbol: '@'); + formatted = jpyJa.format(amount); + expect(formatted, digitsCheck[0]); + + var jpySimple = NumberFormat.simpleCurrency(locale: 'ja', name: 'JPY'); + formatted = jpySimple.format(amount); + expect(formatted, '¥4'); + + var jpyLower = + NumberFormat.currency(locale: 'en_US', name: 'jpy', symbol: '@'); + formatted = jpyLower.format(amount); + expect(formatted, digitsCheck[0]); + + var tnd = NumberFormat.currency(name: 'TND', symbol: '@'); + formatted = tnd.format(amount); + expect(formatted, digitsCheck[3]); + }); + + testSimpleCurrencySymbols(); + + test('Padding digits with non-ascii zero', () { + var format = NumberFormat('000', 'ar_EG'); + var padded = format.format(0); + expect(padded, '٠٠٠'); + }); + + // Exercise a custom pattern. There's not actually much logic here, so just + // validate that the custom pattern is in fact being used. + test('Custom currency pattern', () { + var format = + NumberFormat.currency(name: 'XYZZY', customPattern: '[\u00a4][#,##.#]'); + var text = format.format(12345.67); + expect(text, '[XYZZY][1,23,45.67]'); + }); + + group('Currency with significant digits', () { + test('en_US - 2 decimal digits.', () { + var expected = [ + r'$0', + r'$10,000,000', + r'$9,900,000', + r'$9,880,000', + r'$9,877,000', + r'$9,876,500', + r'$9,876,540', + r'$9,876,543', + r'$9,876,543.21', + r'$9,876,543.21', + r'$9,876,543.21', + r'$9,876,543.21', + r'$9,876,543.21', + r'$9,876,543.21', + ]; + for (var i = 0; i < expected.length; i++) { + var f = NumberFormat.simpleCurrency(locale: 'en_US', name: 'USD'); + f.significantDigits = i; + expectWithReason(f.format(9876543.21012), expected[i], + 'significantDigits: $i'); + } + }); + + test('ja - 0 decimal digits.', () { + var expected = [ + '¥0', + '¥10,000,000', + '¥9,900,000', + '¥9,880,000', + '¥9,877,000', + '¥9,876,500', + '¥9,876,540', + '¥9,876,543', + '¥9,876,543', + '¥9,876,543', + '¥9,876,543', + '¥9,876,543', + '¥9,876,543', + '¥9,876,543', + ]; + for (var i = 0; i < expected.length; i++) { + var f = NumberFormat.simpleCurrency(locale: 'ja', name: 'JPY'); + f.significantDigits = i; + expectWithReason(f.format(9876543.21012), expected[i], + 'significantDigits: $i'); + } + }); + }); + + group('Currency with minimumFractionDigits', () { + var expectedBase = { + 0.001: r'$0.00', + 0.009: r'$0.01', + 0.01: r'$0.01', + 0.09: r'$0.09', + 0.1: r'$0.10', + 0.9: r'$0.90', + 1: r'$1.00', + 1.1: r'$1.10', + 1.9: r'$1.90', + 1.999: r'$2.00', + 999: r'$999.00', + 999.1: r'$999.10', + 999.9: r'$999.90', + }; + for (var entry in expectedBase.entries) { + test('en_US - minimumFractionDigits: not set - ${entry.key}', () { + var f = NumberFormat.simpleCurrency(locale: 'en_US', name: 'USD'); + expect(f.format(entry.key), entry.value); + }); + } + + var expected0 = { + 0.001: r'$0', + 0.009: r'$0.01', + 0.01: r'$0.01', + 0.09: r'$0.09', + 0.1: r'$0.1', + 0.9: r'$0.9', + 1: r'$1', + 1.1: r'$1.1', + 1.9: r'$1.9', + 1.999: r'$2', + 999: r'$999', + 999.1: r'$999.1', + 999.9: r'$999.9', + }; + for (var entry in expected0.entries) { + test('en_US - minimumFractionDigits: 0 - ${entry.key}', () { + var f = NumberFormat.simpleCurrency(locale: 'en_US', name: 'USD') + ..minimumFractionDigits = 0; + expect(f.format(entry.key), entry.value); + }); + } + + var expected1 = { + 0.001: r'$0.0', + 0.009: r'$0.01', + 0.01: r'$0.01', + 0.09: r'$0.09', + 0.1: r'$0.1', + 0.9: r'$0.9', + 1: r'$1.0', + 1.1: r'$1.1', + 1.9: r'$1.9', + 1.999: r'$2.0', + 999: r'$999.0', + 999.1: r'$999.1', + 999.9: r'$999.9', + }; + for (var entry in expected1.entries) { + test('en_US - minimumFractionDigits: 1 - ${entry.key}', () { + var f = NumberFormat.simpleCurrency(locale: 'en_US', name: 'USD') + ..minimumFractionDigits = 1; + expect(f.format(entry.key), entry.value); + }); + } + }); + } + + void testAgainstIcu( + String locale, List testFormats, Iterator list) { + test('Test against ICU data for $locale', () { + + var mainList = numberTestData; + testFormats = standardFormats(locale); + var testLength = (testFormats.length * 3) + 1; + list = mainList.take(testLength).iterator; + //list.moveNext(); + + for (var format in testFormats) { + var formatted = format.format(123); + var negative = format.format(-12.3); + var large = format.format(1234567890); + var expected = (list..moveNext()).current; + expect(formatted, expected); + var expectedNegative = (list..moveNext()).current; + expect(stripExtras(negative), stripExtras(expectedNegative)); + var expectedLarge = (list..moveNext()).current; + expect(large, expectedLarge); + var readBack = format.parse(formatted); + expect(readBack, 123); + var readBackNegative = format.parse(negative); + expect(readBackNegative, -12.3); + var readBackLarge = format.parse(large); + expect(readBackLarge, 1234567890); + } + }); + } + + void testSimpleCurrencySymbols() { + var currencies = ['USD', 'CAD', 'EUR', 'CRC', null]; + // Note that these print using the simple symbol as if we were in a + // a locale where that currency symbol is well understood. So we + // expect Canadian dollars printed as $, even though our locale is + // en_US, and this would confuse users. + var simple = currencies.map((currency) => + NumberFormat.simpleCurrency(locale: 'en_US', name: currency)); + var expectedSimple = [r'$', r'$', '\u20ac', '\u20a1', r'$']; + // These will always print as the global name, regardless of locale + var global = currencies.map( + (currency) => NumberFormat.currency(locale: 'en_US', name: currency)); + var expectedGlobal = currencies.map((curr) => curr ?? 'USD').toList(); + + testCurrencySymbolsFor(expectedGlobal, global, 'global'); + testCurrencySymbolsFor(expectedSimple, simple, 'simple'); + } + + void testCurrencySymbolsFor( + List expected, Iterable formats, String name) { + var amount = 1000000.32; + Map.fromIterables(expected, formats) + .forEach((expected, NumberFormat format) { + test('Test $name ${format.currencyName}', () { + // Allow for currencies with different fraction digits, e.g. CRC. + var maxDigits = format.maximumFractionDigits; + var rounded = maxDigits == 0 ? amount.round() : amount; + var fractionDigits = (amount - rounded) < 0.00001 ? '.32' : ''; + var formatted = format.format(rounded); + expect(formatted, '${expected}1,000,000$fractionDigits'); + var parsed = format.parse(formatted); + expect(parsed, rounded); + }); + }); + } +} + + diff --git a/ohos/flutter_intl/lib/rt_number_format_web_test.dart b/ohos/flutter_intl/lib/rt_number_format_web_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..5001feb7f61d83e113272a396185cf237306cb79 --- /dev/null +++ b/ohos/flutter_intl/lib/rt_number_format_web_test.dart @@ -0,0 +1,699 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +/// Number format tests for the web - excludes numbers too big to compile for +/// the web. + +library number_format_web_test; + +import 'package:flutter_intl/common/test_page.dart'; +import 'rt_number_format_test_core.dart' as core; +import 'rt_number_format_test_core.dart'; + +import 'package:intl/intl.dart'; +import 'package:intl/number_symbols_data.dart'; + +import 'rt_number_test_data.dart'; + +class JKNumberFormatWebTestPage extends TestPage { + + static const String routeName = "/rt_number_format_web_test"; + + JKNumberFormatWebTestPage(super.title, {super.key}) { + print('start test666'); + main(); + } + void main() { + //coreMode.runTests(core.testNumbers); + runTests(core.testNumbers); + } + void runTests(Map allTestNumbers) { + // For data from a list of locales, run each locale's data as a separate + // test so we can see exactly which ones pass or fail. The test data is + // hard-coded as printing 123, -12.3, %12,300, -1,230% in each locale. + var mainList = numberTestData;// local = af testFormats = size=2 list + var sortedLocales = numberFormatSymbols.keys.toList(); + sortedLocales.sort((a, b) => a.compareTo(b)); + for (var locale in sortedLocales) { + var testFormats = standardFormats(locale); + var testLength = (testFormats.length * 3) + 1; + var list = mainList.take(testLength).iterator; + list.moveNext(); + if (locale == list.current) { + mainList = mainList.skip(testLength).toList(); + testAgainstIcu(locale, testFormats, list); + } else if (!numberFormatSymbols.containsKey(list.current)) { + throw Exception( + 'Test locale ${list.current} is lacking in numberFormatSymbols.'); + } else { + print('No unit tests found in numberTestData for locale $locale.'); + } + } + if (mainList[0] != 'END') { + throw Exception( + 'Test locale ${mainList[0]} is lacking in numberFormatSymbols.'); + } + + test('Simple set of numbers', () { + var number = NumberFormat(); + for (var x in allTestNumbers.keys) { + var formatted = number.format(allTestNumbers[x]); + expect(formatted, x); + if (!testNumbersWeCannotReadBack.containsKey(x)) { + var readBack = number.parse(formatted); + // Even among ones we can read back, we can't test NaN for equality. + if (allTestNumbers[x]!.isNaN) { + expect(readBack.isNaN, "isTrue"); + } else { + expect(readBack, allTestNumbers[x]); + } + } + } + }); + + test('Padding left', () { + var expected = [ + '1', + '1', + '01', + '001', + '0,001', + '00,001', + '000,001', + '0,000,001' + ]; + for (var i = 0; i < 7; i++) { + var f = NumberFormat.decimalPattern(); + f.minimumIntegerDigits = i; + expectWithReason(f.format(1), expected[i], 'minimumIntegerDigits: $i'); + } + }); + + test('maximumIntegerDigits does not do much', () { + var expected = [ + '9,876,543,210', + '9,876,543,210', + '9,876,543,210', + '9,876,543,210', + '9,876,543,210', + '9,876,543,210', + ]; + for (var i = 0; i < expected.length; i++) { + var f = NumberFormat.decimalPattern(); + f.maximumIntegerDigits = i; + expectWithReason(f.format(9876543210), expected[i], + 'maximumIntegerDigits: $i'); + } + }); + + test('Padding right', () { + var expected = [ + '1', + '1.0', + '1.00', + '1.000', + '1.0000', + '1.00000', + '1.000000', + ]; + for (var i = 0; i < 6; i++) { + var f = NumberFormat.decimalPattern(); + f.minimumFractionDigits = i; + if (i > f.maximumFractionDigits) f.maximumFractionDigits = i; + expectWithReason(f.format(1), expected[i], + 'minimumFractionDigits: $i, ' + 'maximumFractionDigits: ${f.maximumFractionDigits}'); + } + }); + + test('Rounding/truncating fractions', () { + var expected = [ + '9', + '9.1', + '9.12', + '9.123', + '9.1235', + '9.12346', + '9.123457', + '9.1234568', + '9.12345679', + '9.123456789', + '9.123456789', + '9.123456789', + ]; + for (var i = 0; i < expected.length; i++) { + var f = NumberFormat.decimalPattern(); + f.maximumFractionDigits = i; + expectWithReason(f.format(9.123456789), expected[i], + 'maximumFractionDigits: $i'); + } + }); + + test('Exponential form', () { + var f = NumberFormat('#.###E0'); + for (var x in testExponential.keys) { + var formatted = f.format(testExponential[x]); + expect(formatted, x); + var readBack = f.parse(formatted); + expect(testExponential[x], readBack); + } + }); + + test('Exponential form with minimumExponentDigits', () { + var expected = [ + '3.21E3', + '3.21E3', + '3.21E03', + '3.21E003', + ]; + for (var i = 0; i < expected.length; i++) { + var f = NumberFormat('#.###E0'); + f.minimumExponentDigits = i; + expectWithReason(f.format(3210), expected[i], 'minimumExponentDigits: $i'); + } + }); + + test('Significant Digits', () { + var expected = [ + '0', + '10,000,000', + '9,900,000', + '9,880,000', + '9,877,000', + '9,876,500', + '9,876,540', + '9,876,543', + '9,876,543.2', + '9,876,543.21', + '9,876,543.210', + '9,876,543.2101', + '9,876,543.21012', + '9,876,543.210120', + ]; + for (var i = 0; i < expected.length; i++) { + var f = NumberFormat.decimalPattern(); + f.significantDigits = i; + expectWithReason(f.format(9876543.21012), expected[i], + 'significantDigits: $i'); + } + }); + + test('Strict significant Digits', () { + var expected = [ + '0', + '10,000,000', + '9,900,000', + '9,880,000', + '9,877,000', + '9,876,500', + '9,876,540', + '9,876,543', + '9,876,543.2', + '9,876,543.21', + '9,876,543.210', + '9,876,543.2101', + '9,876,543.21012', + '9,876,543.210120', + ]; + for (var i = 0; i < expected.length; i++) { + var f = NumberFormat.decimalPattern(); + f.significantDigits = i; + expectWithReason(f.format(9876543.21012), expected[i], + 'significantDigits: $i'); + } + }); + + test('Minimum significant Digits', () { + var expected = [ + '9,876,543', + '9,876,543', + '9,876,543', + '9,876,543', + '9,876,543', + '9,876,543', + '9,876,543', + '9,876,543', + '9,876,543.2', + '9,876,543.21', + '9,876,543.210', + '9,876,543.2101', + '9,876,543.21012', + '9,876,543.210120', + ]; + for (var i = 0; i < expected.length; i++) { + var f = NumberFormat.decimalPattern(); + f.minimumSignificantDigits = i; + expectWithReason(f.format(9876543.21012), expected[i], + 'minimumSignificantDigits: $i'); + } + }); + + test('Maximum significant Digits', () { + var expected = [ + '0', + '10,000,000', + '9,900,000', + '9,880,000', + '9,877,000', + '9,876,500', + '9,876,540', + '9,876,543', + '9,876,543.2', + '9,876,543.21', + '9,876,543.21', + '9,876,543.2101', + '9,876,543.21012', + '9,876,543.21012', + ]; + for (var i = 0; i < expected.length; i++) { + var f = NumberFormat.decimalPattern(); + f.maximumSignificantDigits = i; + expectWithReason(f.format(9876543.21012), expected[i], + 'maximumSignificantDigits: $i'); + } + }); + + test('Percent with no decimals and no integer part', () { + var number = NumberFormat('#%'); + var formatted = number.format(0.12); + expect(formatted, '12%'); + var readBack = number.parse(formatted); + expect(0.12, readBack); + }); + + group('Percent with significant digits', () { + var tests = { + 0: '0%', + 0.0001: '0.0100%', + 0.001: '0.100%', + 0.01: '1.00%', + 0.1: '10.0%', + 1: '100%', + 10: '1,000%', + 0.000123: '0.0123%', + 0.00123: '0.123%', + 0.0123: '1.23%', + 0.123: '12.3%', + 1.23: '123%', + 12.3: '1,230%', + 0.000123456: '0.0123%', + 0.00123456: '0.123%', + 0.0123456: '1.23%', + 0.123456: '12.3%', + 1.23456: '123%', + 12.3456: '1,230%', + 0.000456789: '0.0457%', + 0.00456789: '0.457%', + 0.0456789: '4.57%', + 0.456789: '45.7%', + 4.56789: '457%', + 45.6789: '4,570%', + -0.123: '-12.3%', + 0.0009991: '0.0999%', + 0.0009998: '0.100%', + 0.009991: '0.999%', + 0.009998: '1.00%', + 0.09991: '9.99%', + 0.09998: '10.0%', + 0.9991: '99.9%', + 0.9998: '100%', + 9.991: '999%', + 9.998: '1,000%', + 99.91: '9,990%', + 99.98: '10,000%', + }; + for (var entry in tests.entries) { + var f = NumberFormat.percentPattern(); + f.minimumSignificantDigits = 3; + f.maximumSignificantDigits = 3; + var number = entry.key; + var expected = entry.value; + test('$number in percent', () { + expect(f.format(number), expected); + }); + } + }); + + // We can't do these in the normal tests because those also format the + // numbers and we're reading them in a format where they won't print + // back the same way. + test('Parsing modifiers,e.g. percent, in the base format', () { + var number = NumberFormat(); + var modified = {'12%': 0.12, '12\u2030': 0.012}; + modified.addAll(testExponential); + for (var x in modified.keys) { + var parsed = number.parse(x); + expect(parsed, modified[x]); + } + }); + + test('Explicit currency name', () { + var amount = 1000000.32; + var usConvention = NumberFormat.currency(locale: 'en_US', symbol: '€'); + var formatted = usConvention.format(amount); + expect(formatted, '€1,000,000.32'); + var readBack = usConvention.parse(formatted); + expect(readBack, amount); + // ignore: deprecated_member_use_from_same_package + var swissConvention = NumberFormat.currencyPattern('de_CH', r'$'); + formatted = swissConvention.format(amount); + var nbsp = String.fromCharCode(0xa0); + var backquote = String.fromCharCode(0x2019); + //ignore: prefer_interpolation_to_compose_strings + expect( + formatted, + //ignore: prefer_interpolation_to_compose_strings + r'$' + nbsp + '1' + backquote + '000' + backquote + '000.32'); + readBack = swissConvention.parse(formatted); + expect(readBack, amount); + + // ignore: deprecated_member_use_from_same_package + var italianSwiss = NumberFormat.currencyPattern('it_CH', r'$'); + formatted = italianSwiss.format(amount); + expect( + formatted, + //ignore: prefer_interpolation_to_compose_strings + r'$' + nbsp + '1' + backquote + '000' + backquote + '000.32'); + readBack = italianSwiss.parse(formatted); + expect(readBack, amount); + + /// Verify we can leave off the currency and it gets filled in. + var plainSwiss = NumberFormat.currency(locale: 'de_CH'); + formatted = plainSwiss.format(amount); + expect( + formatted, + //ignore: prefer_interpolation_to_compose_strings + r'CHF' + nbsp + '1' + backquote + '000' + backquote + '000.32'); + readBack = plainSwiss.parse(formatted); + expect(readBack, amount); + + // Verify that we can pass null in order to specify the currency symbol + // but use the default locale. + // ignore: deprecated_member_use_from_same_package + var defaultLocale = NumberFormat.currencyPattern(null, 'Smurfs'); + formatted = defaultLocale.format(amount); + // We don't know what the exact format will be, but it should have Smurfs. + expect(formatted.contains('Smurfs'), "isTrue"); + readBack = defaultLocale.parse(formatted); + expect(readBack, amount); + }); + + test('Delta percent format', () { + var f = NumberFormat('+#,##0%;-#,##0%'); + expect(f.format(-0.07), '-7%'); + expect(f.format(0.12), '+12%'); + }); + + test('Unparseable', () { + var format = NumberFormat.currency(); + expect(() => format.parse('abcdefg'), "throwsFormatException"); + expect(() => format.parse(''), "throwsFormatException"); + expect(() => format.parse('1.0zzz'), "throwsFormatException"); + expect(() => format.parse('-∞+1'), "throwsFormatException"); + }); + + test('Invalid currency format returns null with parse 此处红叉正常', () { + var format = NumberFormat.currency(); + + expect(format.parse('abcdefg'), "isNull"); + expect(format.parse(''), "isNull"); + expect(format.parse('1.0zzz'), "isNull"); + expect(format.parse('-∞+1'), "isNull"); + }); + + test('Decimal digits for decimal pattern', () { + const number = 4.3219876; + void expectDigits(String locale, List expectations) { + for (var index = 0; index < expectations.length; index++) { + var format = NumberFormat.decimalPatternDigits( + locale: locale, decimalDigits: index); + expect(format.format(number), expectations[index]); + } + } + + expectDigits('en_US', ['4', '4.3', '4.32', '4.322', '4.3220']); + expectDigits('de_DE', ['4', '4,3', '4,32', '4,322', '4,3220']); + }); + + test('Decimal digits for currency', () { + const digitsCheck = [ + '@4', + '@4.3', + '@4.32', + '@4.322', + '@4.3220', + ]; + + var amount = 4.3219876; + for (var index = 0; index < digitsCheck.length; index++) { + var format = NumberFormat.currency( + locale: 'en_US', symbol: '@', decimalDigits: index); + var formatted = format.format(amount); + expect(formatted, digitsCheck[index]); + } + var defaultFormat = NumberFormat.currency(locale: 'en_US', symbol: '@'); + var formatted = defaultFormat.format(amount); + expect(formatted, digitsCheck[2]); + + var jpyUs = + NumberFormat.currency(locale: 'en_US', name: 'JPY', symbol: '@'); + formatted = jpyUs.format(amount); + expect(formatted, digitsCheck[0]); + + var jpyJa = NumberFormat.currency(locale: 'ja', name: 'JPY', symbol: '@'); + formatted = jpyJa.format(amount); + expect(formatted, digitsCheck[0]); + + var jpySimple = NumberFormat.simpleCurrency(locale: 'ja', name: 'JPY'); + formatted = jpySimple.format(amount); + expect(formatted, '¥4'); + + var jpyLower = + NumberFormat.currency(locale: 'en_US', name: 'jpy', symbol: '@'); + formatted = jpyLower.format(amount); + expect(formatted, digitsCheck[0]); + + var tnd = NumberFormat.currency(name: 'TND', symbol: '@'); + formatted = tnd.format(amount); + expect(formatted, digitsCheck[3]); + }); + + testSimpleCurrencySymbols(); + + test('Padding digits with non-ascii zero', () { + var format = NumberFormat('000', 'ar_EG'); + var padded = format.format(0); + expect(padded, '٠٠٠'); + }); + + // Exercise a custom pattern. There's not actually much logic here, so just + // validate that the custom pattern is in fact being used. + test('Custom currency pattern', () { + var format = + NumberFormat.currency(name: 'XYZZY', customPattern: '[\u00a4][#,##.#]'); + var text = format.format(12345.67); + expect(text, '[XYZZY][1,23,45.67]'); + }); + + group('Currency with significant digits', () { + test('en_US - 2 decimal digits.', () { + var expected = [ + r'$0', + r'$10,000,000', + r'$9,900,000', + r'$9,880,000', + r'$9,877,000', + r'$9,876,500', + r'$9,876,540', + r'$9,876,543', + r'$9,876,543.21', + r'$9,876,543.21', + r'$9,876,543.21', + r'$9,876,543.21', + r'$9,876,543.21', + r'$9,876,543.21', + ]; + for (var i = 0; i < expected.length; i++) { + var f = NumberFormat.simpleCurrency(locale: 'en_US', name: 'USD'); + f.significantDigits = i; + expectWithReason(f.format(9876543.21012), expected[i], + 'significantDigits: $i'); + } + }); + + test('ja - 0 decimal digits.', () { + var expected = [ + '¥0', + '¥10,000,000', + '¥9,900,000', + '¥9,880,000', + '¥9,877,000', + '¥9,876,500', + '¥9,876,540', + '¥9,876,543', + '¥9,876,543', + '¥9,876,543', + '¥9,876,543', + '¥9,876,543', + '¥9,876,543', + '¥9,876,543', + ]; + for (var i = 0; i < expected.length; i++) { + var f = NumberFormat.simpleCurrency(locale: 'ja', name: 'JPY'); + f.significantDigits = i; + expectWithReason(f.format(9876543.21012), expected[i], + 'significantDigits: $i'); + } + }); + }); + + group('Currency with minimumFractionDigits', () { + var expectedBase = { + 0.001: r'$0.00', + 0.009: r'$0.01', + 0.01: r'$0.01', + 0.09: r'$0.09', + 0.1: r'$0.10', + 0.9: r'$0.90', + 1: r'$1.00', + 1.1: r'$1.10', + 1.9: r'$1.90', + 1.999: r'$2.00', + 999: r'$999.00', + 999.1: r'$999.10', + 999.9: r'$999.90', + }; + for (var entry in expectedBase.entries) { + test('en_US - minimumFractionDigits: not set - ${entry.key}', () { + var f = NumberFormat.simpleCurrency(locale: 'en_US', name: 'USD'); + expect(f.format(entry.key), entry.value); + }); + } + + var expected0 = { + 0.001: r'$0', + 0.009: r'$0.01', + 0.01: r'$0.01', + 0.09: r'$0.09', + 0.1: r'$0.1', + 0.9: r'$0.9', + 1: r'$1', + 1.1: r'$1.1', + 1.9: r'$1.9', + 1.999: r'$2', + 999: r'$999', + 999.1: r'$999.1', + 999.9: r'$999.9', + }; + for (var entry in expected0.entries) { + test('en_US - minimumFractionDigits: 0 - ${entry.key}', () { + var f = NumberFormat.simpleCurrency(locale: 'en_US', name: 'USD') + ..minimumFractionDigits = 0; + expect(f.format(entry.key), entry.value); + }); + } + + var expected1 = { + 0.001: r'$0.0', + 0.009: r'$0.01', + 0.01: r'$0.01', + 0.09: r'$0.09', + 0.1: r'$0.1', + 0.9: r'$0.9', + 1: r'$1.0', + 1.1: r'$1.1', + 1.9: r'$1.9', + 1.999: r'$2.0', + 999: r'$999.0', + 999.1: r'$999.1', + 999.9: r'$999.9', + }; + for (var entry in expected1.entries) { + test('en_US - minimumFractionDigits: 1 - ${entry.key}', () { + var f = NumberFormat.simpleCurrency(locale: 'en_US', name: 'USD') + ..minimumFractionDigits = 1; + expect(f.format(entry.key), entry.value); + }); + } + }); + } + + void testAgainstIcu( + String locale, List testFormats, Iterator list) { + test('Test against ICU data for $locale', () { + + var mainList = numberTestData; + testFormats = standardFormats(locale); + var testLength = (testFormats.length * 3) + 1; + list = mainList.take(testLength).iterator; + //list.moveNext(); + + for (var format in testFormats) { + var formatted = format.format(123); + var negative = format.format(-12.3); + var large = format.format(1234567890); + var expected = (list..moveNext()).current; + expect(formatted, expected); + var expectedNegative = (list..moveNext()).current; + expect(stripExtras(negative), stripExtras(expectedNegative)); + var expectedLarge = (list..moveNext()).current; + expect(large, expectedLarge); + var readBack = format.parse(formatted); + expect(readBack, 123); + var readBackNegative = format.parse(negative); + expect(readBackNegative, -12.3); + var readBackLarge = format.parse(large); + expect(readBackLarge, 1234567890); + } + }); + } + + void testSimpleCurrencySymbols() { + var currencies = ['USD', 'CAD', 'EUR', 'CRC', null]; + // Note that these print using the simple symbol as if we were in a + // a locale where that currency symbol is well understood. So we + // expect Canadian dollars printed as $, even though our locale is + // en_US, and this would confuse users. + var simple = currencies.map((currency) => + NumberFormat.simpleCurrency(locale: 'en_US', name: currency)); + var expectedSimple = [r'$', r'$', '\u20ac', '\u20a1', r'$']; + // These will always print as the global name, regardless of locale + var global = currencies.map( + (currency) => NumberFormat.currency(locale: 'en_US', name: currency)); + var expectedGlobal = currencies.map((curr) => curr ?? 'USD').toList(); + + testCurrencySymbolsFor(expectedGlobal, global, 'global'); + testCurrencySymbolsFor(expectedSimple, simple, 'simple'); + } + + void testCurrencySymbolsFor( + List expected, Iterable formats, String name) { + var amount = 1000000.32; + Map.fromIterables(expected, formats) + .forEach((expected, NumberFormat format) { + test('Test $name ${format.currencyName}', () { + // Allow for currencies with different fraction digits, e.g. CRC. + var maxDigits = format.maximumFractionDigits; + var rounded = maxDigits == 0 ? amount.round() : amount; + var fractionDigits = (amount - rounded) < 0.00001 ? '.32' : ''; + var formatted = format.format(rounded); + expect(formatted, '${expected}1,000,000$fractionDigits'); + var parsed = format.parse(formatted); + expect(parsed, rounded); + }); + }); + } + +} + diff --git a/ohos/flutter_intl/lib/rt_number_test_data.dart b/ohos/flutter_intl/lib/rt_number_test_data.dart new file mode 100644 index 0000000000000000000000000000000000000000..318c209dfa33c30d4eda8f7ae17399af000e303c --- /dev/null +++ b/ohos/flutter_intl/lib/rt_number_test_data.dart @@ -0,0 +1,790 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +/// Test data for numeric formatting from a large set of locales. +/// +/// DO NOT EDIT. This file is autogenerated from ICU data. +/// File generated from CLDR ver. 43.0 + +// MANUAL EDIT TO SUPPRESS WARNINGS IN GENERATED CODE +// ignore_for_file: prefer_single_quotes + +library number_test_data; + +List numberTestData = const [ + "af", + r"123", + r"-12,3", + r"1 234 567 890", + r"12 300%", + r"-1 230%", + r"123 456 789 000%", + "am", + r"123", + r"-12.3", + r"1,234,567,890", + r"12,300%", + r"-1,230%", + r"123,456,789,000%", + "ar", + r"123", + r"‎-12.3", + r"1,234,567,890", + r"12,300‎%‎", + r"‎-1,230‎%‎", + r"123,456,789,000‎%‎", + "ar_DZ", + r"123", + r"‎-12,3", + r"1.234.567.890", + r"12.300‎%‎", + r"‎-1.230‎%‎", + r"123.456.789.000‎%‎", + "ar_EG", + r"١٢٣", + r"؜-١٢٫٣", + r"١٬٢٣٤٬٥٦٧٬٨٩٠", + r"١٢٬٣٠٠٪؜", + r"؜-١٬٢٣٠٪؜", + r"١٢٣٬٤٥٦٬٧٨٩٬٠٠٠٪؜", + "az", + r"123", + r"-12,3", + r"1.234.567.890", + r"12.300%", + r"-1.230%", + r"123.456.789.000%", + "be", + r"123", + r"-12,3", + r"1 234 567 890", + r"12 300 %", + r"-1 230 %", + r"123 456 789 000 %", + "bg", + r"123", + r"-12,3", + r"1 234 567 890", + r"12 300%", + r"-1 230%", + r"123 456 789 000%", + "bn", + r"১২৩", + r"-১২.৩", + r"১,২৩,৪৫,৬৭,৮৯০", + r"১২,৩০০%", + r"-১,২৩০%", + r"১২৩,৪৫৬,৭৮৯,০০০%", + "br", + r"123", + r"-12,3", + r"1 234 567 890", + r"12 300 %", + r"-1 230 %", + r"123 456 789 000 %", + "bs", + r"123", + r"-12,3", + r"1.234.567.890", + r"12.300 %", + r"-1.230 %", + r"123.456.789.000 %", + "ca", + r"123", + r"-12,3", + r"1.234.567.890", + r"12.300 %", + r"-1.230 %", + r"123.456.789.000 %", + "chr", + r"123", + r"-12.3", + r"1,234,567,890", + r"12,300%", + r"-1,230%", + r"123,456,789,000%", + "cs", + r"123", + r"-12,3", + r"1 234 567 890", + r"12 300 %", + r"-1 230 %", + r"123 456 789 000 %", + "cy", + r"123", + r"-12.3", + r"1,234,567,890", + r"12,300%", + r"-1,230%", + r"123,456,789,000%", + "da", + r"123", + r"-12,3", + r"1.234.567.890", + r"12.300 %", + r"-1.230 %", + r"123.456.789.000 %", + "de", + r"123", + r"-12,3", + r"1.234.567.890", + r"12.300 %", + r"-1.230 %", + r"123.456.789.000 %", + "de_AT", + r"123", + r"-12,3", + r"1 234 567 890", + r"12 300 %", + r"-1 230 %", + r"123 456 789 000 %", + "de_CH", + r"123", + r"-12.3", + r"1’234’567’890", + r"12’300%", + r"-1’230%", + r"123’456’789’000%", + "el", + r"123", + r"-12,3", + r"1.234.567.890", + r"12.300%", + r"-1.230%", + r"123.456.789.000%", + "en", + r"123", + r"-12.3", + r"1,234,567,890", + r"12,300%", + r"-1,230%", + r"123,456,789,000%", + "en_AU", + r"123", + r"-12.3", + r"1,234,567,890", + r"12,300%", + r"-1,230%", + r"123,456,789,000%", + "en_CA", + r"123", + r"-12.3", + r"1,234,567,890", + r"12,300%", + r"-1,230%", + r"123,456,789,000%", + "en_GB", + r"123", + r"-12.3", + r"1,234,567,890", + r"12,300%", + r"-1,230%", + r"123,456,789,000%", + "en_IE", + r"123", + r"-12.3", + r"1,234,567,890", + r"12,300%", + r"-1,230%", + r"123,456,789,000%", + "en_IN", + r"123", + r"-12.3", + r"1,23,45,67,890", + r"12,300%", + r"-1,230%", + r"1,23,45,67,89,000%", + "en_SG", + r"123", + r"-12.3", + r"1,234,567,890", + r"12,300%", + r"-1,230%", + r"123,456,789,000%", + "en_US", + r"123", + r"-12.3", + r"1,234,567,890", + r"12,300%", + r"-1,230%", + r"123,456,789,000%", + "en_ZA", + r"123", + r"-12,3", + r"1 234 567 890", + r"12 300%", + r"-1 230%", + r"123 456 789 000%", + "es", + r"123", + r"-12,3", + r"1.234.567.890", + r"12.300 %", + r"-1.230 %", + r"123.456.789.000 %", + "es_419", + r"123", + r"-12.3", + r"1,234,567,890", + r"12,300 %", + r"-1,230 %", + r"123,456,789,000 %", + "es_ES", + r"123", + r"-12,3", + r"1.234.567.890", + r"12.300 %", + r"-1.230 %", + r"123.456.789.000 %", + "es_MX", + r"123", + r"-12.3", + r"1,234,567,890", + r"12,300%", + r"-1,230%", + r"123,456,789,000%", + "es_US", + r"123", + r"-12.3", + r"1,234,567,890", + r"12,300 %", + r"-1,230 %", + r"123,456,789,000 %", + "et", + r"123", + r"−12,3", + r"1 234 567 890", + r"12 300%", + r"−1 230%", + r"123 456 789 000%", + "eu", + r"123", + r"−12,3", + r"1.234.567.890", + r"% 12.300", + r"−% 1.230", + r"% 123.456.789.000", + "fa", + r"۱۲۳", + r"‎−۱۲٫۳", + r"۱٬۲۳۴٬۵۶۷٬۸۹۰", + r"۱۲٬۳۰۰٪", + r"‎−۱٬۲۳۰٪", + r"۱۲۳٬۴۵۶٬۷۸۹٬۰۰۰٪", + "fi", + r"123", + r"−12,3", + r"1 234 567 890", + r"12 300 %", + r"−1 230 %", + r"123 456 789 000 %", + "fil", + r"123", + r"-12.3", + r"1,234,567,890", + r"12,300%", + r"-1,230%", + r"123,456,789,000%", + "fr", + r"123", + r"-12,3", + r"1 234 567 890", + r"12 300 %", + r"-1 230 %", + r"123 456 789 000 %", + "fr_CA", + r"123", + r"-12,3", + r"1 234 567 890", + r"12 300 %", + r"-1 230 %", + r"123 456 789 000 %", + "ga", + r"123", + r"-12.3", + r"1,234,567,890", + r"12,300%", + r"-1,230%", + r"123,456,789,000%", + "gl", + r"123", + r"-12,3", + r"1.234.567.890", + r"12.300 %", + r"-1.230 %", + r"123.456.789.000 %", + "gsw", + r"123", + r"−12.3", + r"1’234’567’890", + r"12’300 %", + r"−1’230 %", + r"123’456’789’000 %", + "gu", + r"123", + r"-12.3", + r"1,23,45,67,890", + r"12,300%", + r"-1,230%", + r"1,23,45,67,89,000%", + "haw", + r"123", + r"-12.3", + r"1,234,567,890", + r"12,300%", + r"-1,230%", + r"123,456,789,000%", + "he", + r"123", + r"‎-12.3", + r"1,234,567,890", + r"12,300%", + r"‎-1,230%", + r"123,456,789,000%", + "hi", + r"123", + r"-12.3", + r"1,23,45,67,890", + r"12,300%", + r"-1,230%", + r"1,23,45,67,89,000%", + "hr", + r"123", + r"−12,3", + r"1.234.567.890", + r"12.300 %", + r"−1.230 %", + r"123.456.789.000 %", + "hu", + r"123", + r"-12,3", + r"1 234 567 890", + r"12 300%", + r"-1 230%", + r"123 456 789 000%", + "hy", + r"123", + r"-12,3", + r"1 234 567 890", + r"12 300%", + r"-1 230%", + r"123 456 789 000%", + "id", + r"123", + r"-12,3", + r"1.234.567.890", + r"12.300%", + r"-1.230%", + r"123.456.789.000%", + "in", + r"123", + r"-12,3", + r"1.234.567.890", + r"12.300%", + r"-1.230%", + r"123.456.789.000%", + "is", + r"123", + r"-12,3", + r"1.234.567.890", + r"12.300%", + r"-1.230%", + r"123.456.789.000%", + "it", + r"123", + r"-12,3", + r"1.234.567.890", + r"12.300%", + r"-1.230%", + r"123.456.789.000%", + "iw", + r"123", + r"‎-12.3", + r"1,234,567,890", + r"12,300%", + r"‎-1,230%", + r"123,456,789,000%", + "ja", + r"123", + r"-12.3", + r"1,234,567,890", + r"12,300%", + r"-1,230%", + r"123,456,789,000%", + "ka", + r"123", + r"-12,3", + r"1 234 567 890", + r"12 300%", + r"-1 230%", + r"123 456 789 000%", + "kk", + r"123", + r"-12,3", + r"1 234 567 890", + r"12 300%", + r"-1 230%", + r"123 456 789 000%", + "km", + r"123", + r"-12,3", + r"1.234.567.890", + r"12.300%", + r"-1.230%", + r"123.456.789.000%", + "kn", + r"123", + r"-12.3", + r"1,234,567,890", + r"12,300%", + r"-1,230%", + r"123,456,789,000%", + "ko", + r"123", + r"-12.3", + r"1,234,567,890", + r"12,300%", + r"-1,230%", + r"123,456,789,000%", + "ky", + r"123", + r"-12,3", + r"1 234 567 890", + r"12 300%", + r"-1 230%", + r"123 456 789 000%", + "ln", + r"123", + r"-12,3", + r"1.234.567.890", + r"12.300%", + r"-1.230%", + r"123.456.789.000%", + "lo", + r"123", + r"-12,3", + r"1.234.567.890", + r"12.300%", + r"-1.230%", + r"123.456.789.000%", + "lt", + r"123", + r"−12,3", + r"1 234 567 890", + r"12 300 %", + r"−1 230 %", + r"123 456 789 000 %", + "lv", + r"123", + r"-12,3", + r"1 234 567 890", + r"12 300%", + r"-1 230%", + r"123 456 789 000%", + "mk", + r"123", + r"-12,3", + r"1.234.567.890", + r"12.300 %", + r"-1.230 %", + r"123.456.789.000 %", + "ml", + r"123", + r"-12.3", + r"1,23,45,67,890", + r"12,300%", + r"-1,230%", + r"123,456,789,000%", + "mn", + r"123", + r"-12.3", + r"1,234,567,890", + r"12,300%", + r"-1,230%", + r"123,456,789,000%", + "mr", + r"१२३", + r"-१२.३", + r"१,२३,४५,६७,८९०", + r"१२,३००%", + r"-१,२३०%", + r"१२३,४५६,७८९,०००%", + "ms", + r"123", + r"-12.3", + r"1,234,567,890", + r"12,300%", + r"-1,230%", + r"123,456,789,000%", + "mt", + r"123", + r"-12.3", + r"1,234,567,890", + r"12,300%", + r"-1,230%", + r"123,456,789,000%", + "my", + r"၁၂၃", + r"-၁၂.၃", + r"၁,၂၃၄,၅၆၇,၈၉၀", + r"၁၂,၃၀၀%", + r"-၁,၂၃၀%", + r"၁၂၃,၄၅၆,၇၈၉,၀၀၀%", + "nb", + r"123", + r"−12,3", + r"1 234 567 890", + r"12 300 %", + r"−1 230 %", + r"123 456 789 000 %", + "ne", + r"१२३", + r"-१२.३", + r"१,२३,४५,६७,८९०", + r"१२,३००%", + r"-१,२३०%", + r"१,२३,४५,६७,८९,०००%", + "nl", + r"123", + r"-12,3", + r"1.234.567.890", + r"12.300%", + r"-1.230%", + r"123.456.789.000%", + "no", + r"123", + r"−12,3", + r"1 234 567 890", + r"12 300 %", + r"−1 230 %", + r"123 456 789 000 %", + "no_NO", + r"123", + r"−12,3", + r"1 234 567 890", + r"12 300 %", + r"−1 230 %", + r"123 456 789 000 %", + "or", + r"123", + r"-12.3", + r"1,23,45,67,890", + r"12,300%", + r"-1,230%", + r"123,456,789,000%", + "pa", + r"123", + r"-12.3", + r"1,23,45,67,890", + r"12,300%", + r"-1,230%", + r"1,23,45,67,89,000%", + "pl", + r"123", + r"-12,3", + r"1 234 567 890", + r"12 300%", + r"-1 230%", + r"123 456 789 000%", + "pt", + r"123", + r"-12,3", + r"1.234.567.890", + r"12.300%", + r"-1.230%", + r"123.456.789.000%", + "pt_BR", + r"123", + r"-12,3", + r"1.234.567.890", + r"12.300%", + r"-1.230%", + r"123.456.789.000%", + "pt_PT", + r"123", + r"-12,3", + r"1 234 567 890", + r"12 300%", + r"-1 230%", + r"123 456 789 000%", + "ro", + r"123", + r"-12,3", + r"1.234.567.890", + r"12.300 %", + r"-1.230 %", + r"123.456.789.000 %", + "ru", + r"123", + r"-12,3", + r"1 234 567 890", + r"12 300 %", + r"-1 230 %", + r"123 456 789 000 %", + "si", + r"123", + r"-12.3", + r"1,234,567,890", + r"12,300%", + r"-1,230%", + r"123,456,789,000%", + "sk", + r"123", + r"-12,3", + r"1 234 567 890", + r"12 300 %", + r"-1 230 %", + r"123 456 789 000 %", + "sl", + r"123", + r"−12,3", + r"1.234.567.890", + r"12.300 %", + r"−1.230 %", + r"123.456.789.000 %", + "sq", + r"123", + r"-12,3", + r"1 234 567 890", + r"12 300%", + r"-1 230%", + r"123 456 789 000%", + "sr", + r"123", + r"-12,3", + r"1.234.567.890", + r"12.300%", + r"-1.230%", + r"123.456.789.000%", + "sr_Latn", + r"123", + r"-12,3", + r"1.234.567.890", + r"12.300%", + r"-1.230%", + r"123.456.789.000%", + "sv", + r"123", + r"−12,3", + r"1 234 567 890", + r"12 300 %", + r"−1 230 %", + r"123 456 789 000 %", + "sw", + r"123", + r"-12.3", + r"1,234,567,890", + r"12,300%", + r"-1,230%", + r"123,456,789,000%", + "ta", + r"123", + r"-12.3", + r"1,23,45,67,890", + r"12,300%", + r"-1,230%", + r"1,23,45,67,89,000%", + "te", + r"123", + r"-12.3", + r"1,23,45,67,890", + r"12,300%", + r"-1,230%", + r"123,456,789,000%", + "th", + r"123", + r"-12.3", + r"1,234,567,890", + r"12,300%", + r"-1,230%", + r"123,456,789,000%", + "tl", + r"123", + r"-12.3", + r"1,234,567,890", + r"12,300%", + r"-1,230%", + r"123,456,789,000%", + "tr", + r"123", + r"-12,3", + r"1.234.567.890", + r"%12.300", + r"-%1.230", + r"%123.456.789.000", + "uk", + r"123", + r"-12,3", + r"1 234 567 890", + r"12 300%", + r"-1 230%", + r"123 456 789 000%", + "ur", + r"123", + r"‎-12.3", + r"1,234,567,890", + r"12,300%", + r"‎-1,230%", + r"123,456,789,000%", + "uz", + r"123", + r"-12,3", + r"1 234 567 890", + r"12 300%", + r"-1 230%", + r"123 456 789 000%", + "vi", + r"123", + r"-12,3", + r"1.234.567.890", + r"12.300%", + r"-1.230%", + r"123.456.789.000%", + "zh", + r"123", + r"-12.3", + r"1,234,567,890", + r"12,300%", + r"-1,230%", + r"123,456,789,000%", + "zh_CN", + r"123", + r"-12.3", + r"1,234,567,890", + r"12,300%", + r"-1,230%", + r"123,456,789,000%", + "zh_HK", + r"123", + r"-12.3", + r"1,234,567,890", + r"12,300%", + r"-1,230%", + r"123,456,789,000%", + "zh_TW", + r"123", + r"-12.3", + r"1,234,567,890", + r"12,300%", + r"-1,230%", + r"123,456,789,000%", + "zu", + r"123", + r"-12.3", + r"1,234,567,890", + r"12,300%", + r"-1,230%", + r"123,456,789,000%", + "END" +]; diff --git a/ohos/flutter_intl/lib/rt_plural_test.dart b/ohos/flutter_intl/lib/rt_plural_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..b8ea8222e97be09bb7d4f723409a5eecefb2f88f --- /dev/null +++ b/ohos/flutter_intl/lib/rt_plural_test.dart @@ -0,0 +1,277 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +/// Test plurals without translation. +/// +/// This exercises the plural selection rules. We aren't worried about the text, +/// just that it picks the right phrase for the right number. + +library plural_test; + +import 'package:intl/intl.dart'; +import 'package:intl/src/data/dates/locale_list.dart' as locale_list; +import 'package:intl/src/plural_rules.dart' as plural_rules; +import 'package:flutter_intl/common/test_page.dart'; +import 'rt_number_format_test_core.dart'; + +/// Hard-coded expected values for a Russian plural rule. +/// +/// Note that the way I'm interpreting this is that if there's a case for zero, +/// one or two and the number is exactly that, then use that value. Otherwise we +/// use One for the singular, Few for the genitive singular, and Many for the +/// genitive plural. Other would be used for fractional values if we supported +/// those. +const String expectedRu = ''' +0:Zero +1:One +2:Few +3:Few +4:Few +5:Many +6:Many +7:Many +8:Many +9:Many +10:Many +11:Many +12:Many +13:Many +14:Many +15:Many +16:Many +17:Many +18:Many +19:Many +20:Many +21:One +22:Few +23:Few +24:Few +25:Many +26:Many +27:Many +28:Many +29:Many +30:Many +31:One +32:Few +59:Many +60:Many +61:One +62:Few +63:Few +64:Few +65:Many +66:Many +67:Many +68:Many +69:Many +70:Many +71:One +72:Few +100:Many +101:One +102:Few +103:Few +104:Few +105:Many +106:Many +107:Many +108:Many +109:Many +110:Many +111:Many +112:Many +113:Many +114:Many +115:Many +116:Many +117:Many +118:Many +119:Many +120:Many +121:One +122:Few +129:Many +130:Many +131:One +132:Few +139:Many +140:Many +141:One +142:Few +143:Few +144:Few +145:Many +'''; + +const String expectedEn = ''' +0:Zero +1:One +2:Other +3:Other +4:Other +5:Other +6:Other +7:Other +8:Other +9:Other +10:Other +11:Other +12:Other +13:Other +14:Other +15:Other +16:Other +17:Other +18:Other +19:Other +20:Other +21:Other +22:Other +145:Other +'''; + +const String expectedRo = ''' +0:Few +1:One +2:Few +12:Few +23:Other +1212:Few +1223:Other +'''; + +const String expectedSr = ''' +0:Other +1:One +31:One +3:Few +33:Few +5:Other +10:Other +35:Other +37:Other +40:Other +2:Few +20:Other +21:One +22:Few +23:Few +24:Few +25:Other +'''; + +String plural(dynamic n, String? locale) => Intl.plural(n, + locale: locale, + name: 'plural', + desc: 'A simple plural test case', + examples: {'n': 1}, + args: [n], + zero: '$n:Zero', + one: '$n:One', + few: '$n:Few', + many: '$n:Many', + other: '$n:Other'); + +String pluralNoZero(dynamic n, String? locale) => Intl.plural(n, + locale: locale, + name: 'plural', + desc: 'A simple plural test case', + examples: {'n': 1}, + args: [n], + one: '$n:One', + few: '$n:Few', + many: '$n:Many', + other: '$n:Other'); + + +class JKPluralTestPage extends TestPage { + + static const String routeName = "/rt_plural_test"; + + var coreMode = JKNumberFormatTestCorePage("rt_number_format_test_core"); + + JKPluralTestPage(super.title, {super.key}) { + print('start test666'); + main(); + } + void main() { + verifyLocaleDefinition(); + + verify(expectedRu, 'ru', plural); + verify(expectedRu, 'ru_RU', plural); + verify(expectedEn, 'en', plural); + verify(expectedRo, 'ro', pluralNoZero); + verify(expectedSr, 'sr', pluralNoZero); + + test("plural(0, null) Check null howMany", () { + expect(plural(0, null), '0:Zero'); + expect(() => plural(null, null), "throwsA(isA())"); + expect(() => plural(null, 'ru'), "throwsA(isA())"); + }); + + verifyWithPrecision('1 dollar', 'en', 1, 0); + // This would not work in back-compatibility for one vs. =1 in plurals, + // because of this test in intl.dart: + // if (howMany == 1 && one != null) return one; + // That one will ignore the precision and always return one, while the + // test below requires the result to be 'other' + // verify_with_precision('1.00 dollars', 'en', 1, 2); + + verifyWithPrecision('1 dollar', 'en', 1.2, 0); + verifyWithPrecision('1.20 dollars', 'en', 1.2, 2); + + verifyWithPrecision('3 dollars', 'en', 3.14, 0); + verifyWithPrecision('3.14 dollars', 'en', 3.14, 2); + } + + void verifyLocaleDefinition() { + group('Check locale plural definition', () { + // This is a good base of locales (Tier1). + for (var locale in locale_list.availableLocalesForDateFormatting) { + test("plural_rules.pluralRules[locale] for locale: $locale", () { + var plural = plural_rules.pluralRules[locale]; + expect(plural, "isNotNull"); + }); + } + }); + } + + void verify(String expectedValues, String locale, pluralFunction) { + var lines = expectedValues.split('\n').where((x) => x.isNotEmpty).toList(); + for (var i = 0; i < lines.length; i++) { + test(lines[i], () { + var number = int.parse(lines[i].split(':').first); + expect(pluralFunction(number, locale), lines[i]); + var float = number.toDouble(); + var lineWithFloat = lines[i].replaceFirst('$number', '$float'); + expect(pluralFunction(float, locale), lineWithFloat); + }); + } + } + + void verifyWithPrecision(String expected, String locale, num n, int precision) { + test('verify_with_precision(howMany: $n, precision: $precision)', () { + var nString = n.toStringAsFixed(precision); + var actual = Intl.plural(n, + locale: locale, + precision: precision, + one: '$nString dollar', + other: '$nString dollars'); + expect(actual, expected); + }); + } +} + diff --git a/ohos/flutter_intl/lib/rt_scorbeysund_timezone_test.dart b/ohos/flutter_intl/lib/rt_scorbeysund_timezone_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..df6cef947ce16f09cc01e29f8acb4aefa6e4d9db --- /dev/null +++ b/ohos/flutter_intl/lib/rt_scorbeysund_timezone_test.dart @@ -0,0 +1,82 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ + +import 'package:flutter_intl/common/test_page.dart'; +import 'rt_timezone_test_core.dart'; + +import 'dart:convert'; +import 'dart:io'; + +class JKScorbeysundTimezoneTestPage extends TestPage { + + static const String routeName = "/rt_scorbeysund_timezone_test"; + + //var coreMode = JKNumberFormatTestCorePage("rt_number_format_test_core"); + //var timezoneCoreMode = JKTimezoneTestCorePage("rt_timezone_test_core_test"); + + JKScorbeysundTimezoneTestPage(super.title, {super.key}) { + print('start test666'); + main(); + } + void main() { + testTimezone('America/Scoresbysund', expectedUtcOffset: -1); + } + void testTimezone(String timezoneName, {int? expectedUtcOffset}) { + print('start JKTimezoneTestCorePage88888'); + // Define the environment variable 'PACKAGE_DIR=' to indicate the + // root of the Intl package. If it is not provided, we assume that the root of + // the Intl package is the current directory. + var packageDir = Platform.environment['PACKAGE_DIR']; + var packageRelative = 'test/rt_timezone_local_even_test_helper.dart'; + var fileToSpawn = + packageDir == null ? packageRelative : '$packageDir/$packageRelative'; + + test('Run tests in $timezoneName time zone', () async { + var args = [...vmArgs, fileToSpawn]; + var environment = {'TZ': timezoneName}; + if (expectedUtcOffset != null) { + environment['EXPECTED_TZ_OFFSET_FOR_TEST'] = '$expectedUtcOffset'; + } + // var result = await Process.run(dart, args, + // stdoutEncoding: const Utf8Codec(), + // stderrEncoding: const Utf8Codec(), + // includeParentEnvironment: true, + // environment: environment); + var result = await Process.run("pwd", args, + stdoutEncoding: const Utf8Codec(), + stderrEncoding: const Utf8Codec(), + includeParentEnvironment: true, + environment: environment + ); + + print('start JKTimezoneTestCorePage9999'); + + // Because the actual tests are run in a spawned parocess their output isn't + // directly visible here. To debug, it's necessary to look at the output of + // that test, so we print it here for convenience. + print('Spawning test to run in the $timezoneName time zone. Stderr is:'); + print(result.stderr); + print('Spawned test in $timezoneName time zone has Stdout:'); + print(result.stdout); + + expect(result.pid, "object"); + expect(result.exitCode, "object"); + // expectWithReason(result.exitCode, 0, + // 'Spawned test failed. See the test log from stderr to debug'); + + }); + } +} + diff --git a/ohos/flutter_intl/lib/rt_timezone_local_even_test_helper.dart b/ohos/flutter_intl/lib/rt_timezone_local_even_test_helper.dart new file mode 100644 index 0000000000000000000000000000000000000000..4290affe63868605f32d413b3bcc508afb488297 --- /dev/null +++ b/ohos/flutter_intl/lib/rt_timezone_local_even_test_helper.dart @@ -0,0 +1,437 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +/// Test date formatting and parsing using locale data directly imported. +/// +/// This is a copy of date_time_format_local_even_test.dart which also +/// verifies the time zone against an environment variable. + +import 'dart:io'; + +import 'package:intl/date_symbol_data_local.dart'; +import 'package:flutter_intl/common/test_page.dart'; + +import 'rt_date_time_format_test_stub.dart'; +import 'rt_number_format_test_core.dart'; + + +import 'package:intl/intl.dart'; +import 'package:flutter_intl/common/test_page.dart'; + +import 'rt_date_time_format_test_core.dart'; +import 'rt_date_time_format_test_data.dart'; +import 'package:clock/clock.dart'; + + +class JKTimezoneLocalEvenTestHelpPage extends TestPage { + + static const String routeName = "/rt_number_local_even_test_help"; + + var coreMode = JKNumberFormatTestCorePage("rt_number_format_test_core"); + + //var coreModeStub = JKDateTimeFormatTestStubPage("rt_date_time_format_test_stub"); + + JKTimezoneLocalEvenTestHelpPage(super.title, {super.key}) { + print('start test666'); + main(); + } + void main() { + var tzOffset = Platform.environment['EXPECTED_TZ_OFFSET_FOR_TEST']; + var timezoneName = Platform.environment['TZ']; + if (tzOffset != null) { + test('Actually running in the correct time zone: $timezoneName', () { + // Pick a constant Date so that the offset is known. + var d = DateTime(2012, 1, 1, 7, 6, 5); + print('Time zone offset is ${d.timeZoneOffset.inHours}'); + print('Time zone name is ${d.timeZoneName}'); + expect(tzOffset, '${d.timeZoneOffset.inHours}'); + }); + } + + // Run the main date formatting tests with a large set of locales. + //coreModeStub.runWith(evenLocales, null, initializeDateFormatting); + + print("hhhhhhh1111111"); + //JKDateTimeFormatTestStubPage("rt_date_time_format_test_stub"); + runWith(evenLocales, null, initializeDateFormatting); + } + + void runWith(TestListFunc getSubset, String? dir, + InitializeDateFormattingFunc initFunction) { + var notNullDir = dir ?? ''; + + var initialized = false; + + // setUp(() { + if (initialized) { + null; + } + initFunction('en_US', notNullDir).then((_) { + return Future.forEach(DateFormat.allLocalesWithSymbols(), + (String locale) { + return initFunction(locale, notNullDir); + }); + }).then((_) { + initialized = true; + }); + // }); + //coreMode.runDateTests(getSubset); + + print("hhhhhhh222222"); + //JKDateTimeFormatTestCorePage("date_time_format_test_core",getSubset); + runDateTests(getSubset); + } + + // TODO(alanknight): Run specific tests for the en_ISO locale which isn't +// included in CLDR, and check that our patterns for it are correct (they +// very likely aren't). + void runDateTests(SubsetFuncType subsetFunc) { + ArgumentError.checkNotNull(subsetFunc); + _subsetFunc = subsetFunc; + + print("hhhhhhh3333333"); + + test("DateFormat('yMd').addPattern Multiple patterns", () { + var date = DateTime.now(); + var multiple1 = DateFormat.yMd().add_jms(); + var multiple2 = DateFormat('yMd').add_jms(); + var separate1 = DateFormat.yMd(); + var separate2 = DateFormat.jms(); + var separateFormat = '${separate1.format(date)} ${separate2.format(date)}'; + expect(multiple1.format(date), (multiple2.format(date))); + expect(multiple1.format(date), (separateFormat)); + var customPunctuation = DateFormat('yMd').addPattern('jms', ':::'); + var custom = '${separate1.format(date)}:::${separate2.format(date)}'; + expect(customPunctuation.format(date), (custom)); + }); + + test("dateFormat.parsePattern('hh:mm:ss') Basic date format parsing", () { + var dateFormat = DateFormat('d'); + expect(dateFormat.parsePattern('hh:mm:ss').map((x) => x.pattern).toList(), + (['hh', ':', 'mm', ':', 'ss'])); + expect(dateFormat.parsePattern('hh:mm:ss').map((x) => x.pattern).toList(), + (['hh', ':', 'mm', ':', 'ss'])); + }); + + test("dateFormat.parse('99') Two-digit years", () { + withClock(Clock.fixed(DateTime(2000, 1, 1)), () { + var dateFormat = DateFormat('yy'); + expect(dateFormat.parse('99'), DateTime(1999)); + expect(dateFormat.parse('00'), DateTime(2000)); + expect(dateFormat.parse('19'), DateTime(2019)); + expect(dateFormat.parse('20'), DateTime(2020)); + expect(dateFormat.parse('21'), DateTime(1921)); + + expect(dateFormat.parse('2000'), DateTime(2000)); + + dateFormat = DateFormat('MM-dd-yy'); + expect(dateFormat.parse('12-31-19'), DateTime(2019, 12, 31)); + expect(dateFormat.parse('1-1-20'), DateTime(2020, 1, 1)); + expect(dateFormat.parse('1-2-20'), DateTime(1920, 1, 2)); + + expect(DateFormat('y').parse('99'), DateTime(99)); + expect(DateFormat('yyy').parse('99'), DateTime(99)); + expect(DateFormat('yyyy').parse('99'), DateTime(99)); + }); + }); + + test("testLocale('de_DE', german, aDate) Test ALL the supported formats on representative locales", () { + var aDate = DateTime(2012, 1, 27, 20, 58, 59, 0); + testLocale('en_US', english, aDate); + if (subset.length > 1) { + // Don't run if we have just one locale, so some of these won't be there. + testLocale('de_DE', german, aDate); + testLocale('fr_FR', french, aDate); + testLocale('ja_JP', japanese, aDate); + testLocale('el_GR', greek, aDate); + testLocale('de_AT', austrian, aDate); + } + }); + + test("testRoundTripParsing(locale, aDate, true) Test round-trip parsing of dates", () { + var hours = [0, 1, 11, 12, 13, 23]; + var months = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]; + // For locales that use non-ascii digits, e.g. 'ar', also test + // forcing ascii digits. + for (var locale in subset) { + var alsoForceAscii = DateFormat.d(locale).usesNativeDigits; + for (var month in months) { + var aDate = DateTime(2012, month, 27, 13, 58, 59, 012); + testRoundTripParsing(locale, aDate); + if (alsoForceAscii) { + testRoundTripParsing(locale, aDate, true); + } + } + for (var hour in hours) { + var aDate = DateTime(2012, 1, 27, hour, 58, 59, 123); + testRoundTripParsing(locale, aDate); + if (alsoForceAscii) { + testRoundTripParsing(locale, aDate, true); + } + } + } + }); + + // TODO(alanknight): The coverage for patterns and symbols differs + // at the source, in CLDR 25, so we can't guarantee that all patterns + // have symbols or vice versa. Wish we could. + + test("testLocale('de-AT', austrian, aDate) Test malformed locales", () { + // Don't run if we have just one locale, which may not include these. + if (subset.length <= 1) return; + var aDate = DateTime(2012, 1, 27, 20, 58, 59, 0); + // Austrian is a useful test locale here because it differs slightly + // from the generic 'de' locale so we can tell the difference between + // correcting to 'de_AT' and falling back to just 'de'. + testLocale('de-AT', austrian, aDate); + testLocale('de_at', austrian, aDate); + testLocale('de-at', austrian, aDate); + }); + + test("instanceJP.format(date) Test format creation via Intl", () { + // Don't run if we have just one locale, which may not include these. + if (subset.length <= 1) return; + var intl = Intl('ja_JP'); + var instanceJP = intl.date('jms'); + var instanceUS = intl.date('jms', 'en_US'); + var blank = intl.date('jms'); + var date = DateTime(2012, 1, 27, 20, 58, 59, 0); + expect(instanceJP.format(date), ('20:58:59')); + const space = '\u202F'; + expect(instanceUS.format(date), ('8:58:59${space}PM')); + expect(blank.format(date), ('20:58:59')); + }); + + test("DateFormat(r'yy //// :W \\\\ dd:ss ^&@ M').format(aDate) Test explicit format string", () { + // Don't run if we have just one locale, which may not include these. + if (subset.length <= 1) return; + var aDate = DateTime(2012, 1, 27, 20, 58, 59, 0); + // An explicit format that doesn't conform to any skeleton + var us = DateFormat(r'yy //// :W \\\\ dd:ss ^&@ M'); + expect(us.format(aDate), (r'12 //// :W \\\\ 27:59 ^&@ 1')); + // The result won't change with locale unless we use fields that are words. + var greek = DateFormat(r'yy //// :W \\\\ dd:ss ^&@ M', 'el_GR'); + expect(greek.format(aDate), (r'12 //// :W \\\\ 27:59 ^&@ 1')); + var usWithWords = DateFormat('yy / :W \\ dd:ss ^&@ MMM', 'en_US'); + var greekWithWords = DateFormat('yy / :W \\ dd:ss ^&@ MMM', 'el_GR'); + expect(usWithWords.format(aDate), (r'12 / :W \ 27:59 ^&@ Jan')); + expect(greekWithWords.format(aDate), (r'12 / :W \ 27:59 ^&@ Ιαν')); + var escaped = DateFormat(r"hh 'o''clock'"); + expect(escaped.format(aDate), (r"08 o'clock")); + var reParsed = escaped.parse(escaped.format(aDate)); + expect(escaped.format(reParsed), (escaped.format(aDate))); + var noSeparators = DateFormat('HHmmss'); + expect(noSeparators.format(aDate), ('205859')); + }); + + test("long.format(oneHundred) Test fractional seconds padding", () { + var one = DateTime(2012, 1, 27, 20, 58, 59, 1); + var oneHundred = DateTime(2012, 1, 27, 20, 58, 59, 100); + var fractional = DateFormat('hh:mm:ss.SSS', 'en_US'); + expect(fractional.format(one), ('08:58:59.001')); + expect(fractional.format(oneHundred), ('08:58:59.100')); + var long = DateFormat('ss.SSSSSSSS', 'en_US'); + expect(long.format(oneHundred), ('59.10000000')); + expect(long.format(one), ('59.00100000')); + }); + + test("parsedUTC.hour Test parseUTC", () { + var local = DateTime(2012, 1, 27, 20, 58, 59, 1); + var utc = DateTime.utc(2012, 1, 27, 20, 58, 59, 1); + // Getting the offset as a duration via difference() would be simpler, + // but doesn't work on dart2js in checked mode. See issue 4437. + var offset = utc.millisecondsSinceEpoch - local.millisecondsSinceEpoch; + var format = DateFormat('yyyy-MM-dd HH:mm:ss'); + var localPrinted = format.format(local); + var parsed = format.parse(localPrinted); + var parsedUTC = format.parseUTC(format.format(utc)); + var parsedOffset = + parsedUTC.millisecondsSinceEpoch - parsed.millisecondsSinceEpoch; + expect(parsedOffset, (offset)); + expect(utc.hour, (parsedUTC.hour)); + expect(local.hour, (parsed.hour)); + }); + + test('Test 0-padding', () { + var someDate = DateTime(123, 1, 2, 3, 4, 5); + var format = DateFormat('yyyy-MM-dd HH:mm:ss'); + expect(format.format(someDate), '0123-01-02 03:04:05'); + }); + + test('Test default format', () { + var someDate = DateTime(2012, 1, 27, 20, 58, 59, 1); + var emptyFormat = DateFormat(null, 'en_US'); + var knownDefault = DateFormat.yMMMMd('en_US').add_jms(); + var result = emptyFormat.format(someDate); + var knownResult = knownDefault.format(someDate); + expect(result, knownResult); + }); + + test("emptyFormat.dateSymbols Get symbols", () { + var emptyFormat = DateFormat(null, 'en_US'); + var symbols = emptyFormat.dateSymbols; + expect(symbols.NARROWWEEKDAYS, ['S', 'M', 'T', 'W', 'T', 'F', 'S']); + }); + + test("DateFormat.QQQ() Quarter calculation", () { + var quarters = [ + 'Q1', + 'Q1', + 'Q1', + 'Q2', + 'Q2', + 'Q2', + 'Q3', + 'Q3', + 'Q3', + 'Q4', + 'Q4', + 'Q4' + ]; + var quarterFormat = DateFormat.QQQ(); + for (var i = 0; i < 12; i++) { + var month = i + 1; + var aDate = DateTime(2012, month, 27, 13, 58, 59, 012); + var formatted = quarterFormat.format(aDate); + expect(formatted, quarters[i]); + } + }); + + test("DateFormat(pattern, 'en_US').format(date) Quarter formatting", () { + var date = DateTime(2012, 02, 27); + var formats = { + 'Q': '1', + 'QQ': '01', + 'QQQ': 'Q1', + 'QQQQ': '1st quarter', + 'QQQQQ': '00001' + }; + formats.forEach((pattern, result) { + expect(DateFormat(pattern, 'en_US').format(date), result); + }); + + if (subset.contains('zh_CN')) { + // Especially test zh_CN formatting for `QQQ` and `yQQQ` because it + // contains a single `Q`. + expect(DateFormat.QQQ('zh_CN').format(date), '1季度'); + expect(DateFormat.yQQQ('zh_CN').format(date), '2012年第1季度'); + } + }); + + /// Generate a map from day numbers in the given [year] (where Jan 1 == 1) + /// to a Date object. If [year] is a leap year, then pass 1 for + /// [leapDay], otherwise pass 0. + Map generateDates(int year, int leapDay) => + Iterable.generate(365 + leapDay, (n) => n + 1) + .map((day) { + // Typically a "date" would have a time value of zero, but we + // give them an hour value, because they can get created with an + // offset to the previous day in time zones where the daylight + // savings transition happens at midnight (e.g. Brazil). + var result = DateTime(year, 1, day, 3); + // TODO(alanknight): This is a workaround for dartbug.com/15560. + if (result.toUtc() == result) result = DateTime(year, 1, day); + return result; + }) + .toList() + .asMap(); + + void verifyOrdinals(Map dates) { + var f = DateFormat('D'); + var withYear = DateFormat('yyyy D'); + dates.forEach((number, date) { + var formatted = f.format(date); + expect(formatted, (number + 1).toString()); + var formattedWithYear = withYear.format(date); + var parsed = withYear.parse(formattedWithYear); + // Only compare the date portion, because time zone changes (e.g. DST) can + // cause the hour values to be different. + expect(parsed.year, date.year); + expect(parsed.month, date.month); + expectWithReason(parsed.day, date.day, + 'Mismatch between parsed ($parsed) and original ($date)'); + }); + } + + test("DateFormat('D') Ordinal Date", () { + var f = DateFormat('D'); + var dates = generateDates(2012, 1); + var nonLeapDates = generateDates(2013, 0); + verifyOrdinals(dates); + verifyOrdinals(nonLeapDates); + // Check one hard-coded just to be on the safe side. + var aDate = DateTime(2012, 4, 27, 13, 58, 59, 012); + expect(f.format(aDate), '118'); + }); + + // There are some very odd off-by-one bugs when parsing dates. Put in + // some very basic tests to try and get more information. + test("DateFormat(DateFormat.NUM_MONTH) Simple Date Creation", () { + var format = DateFormat(DateFormat.NUM_MONTH); + var first = format.parse('7'); + var second = format.parse('7'); + var basic = DateTime(1970, 7); + var basicAgain = DateTime(1970, 7); + expect(first, second); + expect(first, basic); + expect(basic, basicAgain); + expect(first.month, 7); + }); + + test("DateFormat.useNativeDigitsByDefaultFor('ar', true) Native digit default", () { + if (!subset.contains('ar')) return; + var nativeFormat = DateFormat.yMd('ar'); + var date = DateTime(1974, 12, 30); + var native = nativeFormat.format(date); + expect(DateFormat.shouldUseNativeDigitsByDefaultFor('ar'), true); + DateFormat.useNativeDigitsByDefaultFor('ar', false); + expect(DateFormat.shouldUseNativeDigitsByDefaultFor('ar'), false); + var asciiFormat = DateFormat.yMd('ar'); + var ascii = asciiFormat.format(date); + // This prints with RTL markers before the slashes. That doesn't seem good, + // but it's what the data says. + expect(ascii, '30\u200f/12\u200f/1974'); + expect(native, '٣٠\u200f/١٢\u200f/١٩٧٤'); + // Reset the value. + DateFormat.useNativeDigitsByDefaultFor('ar', true); + }); + + // This just tests the basic logic, which was in error, not + // formatting in different locales. See #215. + test("DateFormat('kk') hours", () { + var oneToTwentyFour = DateFormat('kk'); + var oneToTwelve = DateFormat('hh'); + var zeroToTwentyThree = DateFormat('KK'); + var zeroToEleven = DateFormat('HH'); + var late = DateTime(2019, 1, 2, 0, 4, 6); + expect(oneToTwentyFour.format(late), '24'); + expect(zeroToTwentyThree.format(late), '00'); + expect(oneToTwelve.format(late), '12'); + expect(zeroToEleven.format(late), '00'); + }); + } +} + +/// A shortcut for returning all the locales we have available. +List allLocales() => DateFormat.allLocalesWithSymbols(); + +typedef SubsetFuncType = List Function(); +SubsetFuncType? _subsetFunc; + +List? _subsetValue; + +List get subset { + return _subsetValue ??= _subsetFunc!(); +} + diff --git a/ohos/flutter_intl/lib/rt_timezone_test_core.dart b/ohos/flutter_intl/lib/rt_timezone_test_core.dart new file mode 100644 index 0000000000000000000000000000000000000000..0f4498fb8a70bb422d0bb36772fb9aa99fde04d1 --- /dev/null +++ b/ohos/flutter_intl/lib/rt_timezone_test_core.dart @@ -0,0 +1,84 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +/// Test date formatting and parsing while the system time zone is set. +import 'dart:convert'; +import 'dart:io'; +import 'package:flutter_intl/common/test_page.dart'; + +/// The VM arguments we were given, most importantly package-root. +final vmArgs = Platform.executableArguments; + +final dart = Platform.executable; + +class JKTimezoneTestCorePage extends TestPage { + + static const String routeName = "/rt_timezone_test_core_test"; + + JKTimezoneTestCorePage(super.title, {super.key}) { + print('start test666'); + print('start JKTimezoneTestCorePage'); + } + + /// Test for a particular timezone. In order to verify that we are in fact + /// running in that time zone, verify that the DateTime offset is one of the + /// expected values. + void testTimezone(String timezoneName, {int? expectedUtcOffset}) { + print('start JKTimezoneTestCorePage88888'); + // Define the environment variable 'PACKAGE_DIR=' to indicate the + // root of the Intl package. If it is not provided, we assume that the root of + // the Intl package is the current directory. + var packageDir = Platform.environment['PACKAGE_DIR']; + var packageRelative = 'test/rt_timezone_local_even_test_helper.dart'; + var fileToSpawn = + packageDir == null ? packageRelative : '$packageDir/$packageRelative'; + + test('Run tests in $timezoneName time zone', () async { + var args = [...vmArgs, fileToSpawn]; + var environment = {'TZ': timezoneName}; + if (expectedUtcOffset != null) { + environment['EXPECTED_TZ_OFFSET_FOR_TEST'] = '$expectedUtcOffset'; + } + // var result = await Process.run(dart, args, + // stdoutEncoding: const Utf8Codec(), + // stderrEncoding: const Utf8Codec(), + // includeParentEnvironment: true, + // environment: environment); + var result = await Process.run("pwd", args, + stdoutEncoding: const Utf8Codec(), + stderrEncoding: const Utf8Codec(), + includeParentEnvironment: true, + environment: environment + ); + + print('start JKTimezoneTestCorePage9999'); + + // Because the actual tests are run in a spawned parocess their output isn't + // directly visible here. To debug, it's necessary to look at the output of + // that test, so we print it here for convenience. + print('Spawning test to run in the $timezoneName time zone. Stderr is:'); + print(result.stderr); + print('Spawned test in $timezoneName time zone has Stdout:'); + print(result.stdout); + + expect(result.pid, "object"); + expect(result.exitCode, "object"); + expectWithReason(result.exitCode, 0, + 'Spawned test failed. See the test log from stderr to debug'); + + }); + } + +} + diff --git a/ohos/flutter_intl/lib/rt_utc_timezone_test.dart b/ohos/flutter_intl/lib/rt_utc_timezone_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..e9b6217d326eea5e290711b5f2aa389e2a6292f5 --- /dev/null +++ b/ohos/flutter_intl/lib/rt_utc_timezone_test.dart @@ -0,0 +1,111 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +/// Test date formatting and parsing while the system time zone is set to +/// UTC. + +import 'package:flutter_intl/common/test_page.dart'; +import 'rt_timezone_test_core.dart'; +import 'rt_number_format_test_core.dart'; +import 'rt_timezone_test_core.dart'; + + +import 'dart:convert'; +import 'dart:io'; + + +class JKUtcTimezoneTestPage extends TestPage { + + static const String routeName = "/rt_utc_timezone_test"; + + var coreMode = JKNumberFormatTestCorePage("rt_number_format_test_core"); + var timezoneCoreMode = JKTimezoneTestCorePage("rt_timezone_test_core_test"); + + JKUtcTimezoneTestPage(super.title, {super.key}) { + print('start test666'); + main(); + } + void main() { + //timezoneCoreMode.testTimezone('UTC', expectedUtcOffset: 0); + + // String directoryPath = "D:/projects_archive/flutter_intl/lib";//'/Users/your-name/Downloads'; + // Directory directory = Directory(directoryPath); + // List files = directory.listSync() + // .where((entity) => entity is File) + // .toList(); + // for (var file in files) { + // print("haha:" + file.path); + // } + + testTimezone('UTC', expectedUtcOffset: 0); + } + void testTimezone(String timezoneName, {int? expectedUtcOffset}) { + print('start JKTimezoneTestCorePage88888'); + // Define the environment variable 'PACKAGE_DIR=' to indicate the + // root of the Intl package. If it is not provided, we assume that the root of + // the Intl package is the current directory. + var packageDir = Platform.environment['PACKAGE_DIR']; + var packageRelative = 'lib/rt_timezone_local_even_test_helper.dart'; + var fileToSpawn = + packageDir == null ? packageRelative : '$packageDir/$packageRelative'; + + test('Run tests in $timezoneName time zone', () async { + var args = [...vmArgs, fileToSpawn]; + var environment = {'TZ': timezoneName}; + if (expectedUtcOffset != null) { + environment['EXPECTED_TZ_OFFSET_FOR_TEST'] = '$expectedUtcOffset'; + } + // var result = await Process.run(dart, args, + // stdoutEncoding: const Utf8Codec(), + // stderrEncoding: const Utf8Codec(), + // includeParentEnvironment: true, + // environment: environment); + var result = await Process.run("pwd", args, + stdoutEncoding: const Utf8Codec(), + stderrEncoding: const Utf8Codec(), + includeParentEnvironment: true, + environment: environment + ); + // ls:列出当前目录中的文件和文件夹。 + // pwd:显示当前工作目录的路径。 + // mkdir:创建一个新的目录。 + // rm:删除一个文件或目录。 + // cp:复制文件或目录。 + // mv:移动文件或目录。 + // chmod:更改文件或目录的权限。 + // touch:创建一个新的空文件。 + // cat:显示文件的全部内容。 + // grep:在文件中搜索匹配的文本。 + + print('start JKTimezoneTestCorePage9999'); + + // Because the actual tests are run in a spawned parocess their output isn't + // directly visible here. To debug, it's necessary to look at the output of + // that test, so we print it here for convenience. + print('Spawning test to run in the $timezoneName time zone. Stderr is:'); + print(result.stderr); + print('Spawned test in $timezoneName time zone has Stdout:'); + print(result.stdout); + + //expect(result.stderr, "object"); + expect(result.pid, "object"); + //expect(result.stdout, "object"); + expect(result.exitCode, "object"); + // expectWithReason(result.exitCode, 0, + // 'Spawned test failed. See the test log from stderr to debug'); + }); + } +} + + diff --git a/ohos/flutter_intl/ohos/.gitignore b/ohos/flutter_intl/ohos/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..fbabf771011fe78f9919db0b1195ab6cadffc2b0 --- /dev/null +++ b/ohos/flutter_intl/ohos/.gitignore @@ -0,0 +1,11 @@ +/node_modules +/oh_modules +/local.properties +/.idea +**/build +/.hvigor +.cxx +/.clangd +/.clang-format +/.clang-tidy +**/.test \ No newline at end of file diff --git a/ohos/flutter_intl/ohos/AppScope/app.json5 b/ohos/flutter_intl/ohos/AppScope/app.json5 new file mode 100644 index 0000000000000000000000000000000000000000..f41243c8689b90ae656e4b934329388050dac86d --- /dev/null +++ b/ohos/flutter_intl/ohos/AppScope/app.json5 @@ -0,0 +1,24 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "app": { + "bundleName": "com.example.flutter_intl", + "vendor": "example", + "versionCode": 1000000, + "versionName": "1.0.0", + "icon": "$media:app_icon", + "label": "$string:app_name" + } +} diff --git a/ohos/flutter_intl/ohos/AppScope/resources/base/element/string.json b/ohos/flutter_intl/ohos/AppScope/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..d2391bb77e4ddf3a5be786cffb209b6cd1fea3c0 --- /dev/null +++ b/ohos/flutter_intl/ohos/AppScope/resources/base/element/string.json @@ -0,0 +1,8 @@ +{ + "string": [ + { + "name": "app_name", + "value": "flutter_intl" + } + ] +} diff --git a/ohos/flutter_intl/ohos/AppScope/resources/base/media/app_icon.png b/ohos/flutter_intl/ohos/AppScope/resources/base/media/app_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_intl/ohos/AppScope/resources/base/media/app_icon.png differ diff --git a/ohos/flutter_intl/ohos/build-profile.json5 b/ohos/flutter_intl/ohos/build-profile.json5 new file mode 100644 index 0000000000000000000000000000000000000000..90f062064c4316a150e819d08c903325766ef8c3 --- /dev/null +++ b/ohos/flutter_intl/ohos/build-profile.json5 @@ -0,0 +1,44 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "app": { + "signingConfigs": [ + ], + "products": [ + { + "name": "default", + "signingConfig": "default", + "compileSdkVersion": "4.0.0(10)", + "compatibleSdkVersion": "4.0.0(10)", + "runtimeOS": "HarmonyOS", + } + ] + }, + "modules": [ + { + "name": "entry", + "srcPath": "./entry", + "targets": [ + { + "name": "default", + "applyToProducts": [ + "default" + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_intl/ohos/dependencies/hvigor-3.0.9-s.tgz b/ohos/flutter_intl/ohos/dependencies/hvigor-3.0.9-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..65b0d24f94d2aecc1099f8f8220beec695bfb779 Binary files /dev/null and b/ohos/flutter_intl/ohos/dependencies/hvigor-3.0.9-s.tgz differ diff --git a/ohos/flutter_intl/ohos/dependencies/hvigor-ohos-arkui-x-plugin-2.1.7-s.tgz b/ohos/flutter_intl/ohos/dependencies/hvigor-ohos-arkui-x-plugin-2.1.7-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..233a449cbfef6be702d861744254dd89ce633fb7 Binary files /dev/null and b/ohos/flutter_intl/ohos/dependencies/hvigor-ohos-arkui-x-plugin-2.1.7-s.tgz differ diff --git a/ohos/flutter_intl/ohos/dependencies/hvigor-ohos-plugin-3.0.9-s.tgz b/ohos/flutter_intl/ohos/dependencies/hvigor-ohos-plugin-3.0.9-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..e2e499e18dfcd05e1e275579d11697640eb80323 Binary files /dev/null and b/ohos/flutter_intl/ohos/dependencies/hvigor-ohos-plugin-3.0.9-s.tgz differ diff --git a/ohos/flutter_intl/ohos/dependencies/rollup.tgz b/ohos/flutter_intl/ohos/dependencies/rollup.tgz new file mode 100644 index 0000000000000000000000000000000000000000..b224a37a5f69fd22f58c7a28151742eafe7e6317 Binary files /dev/null and b/ohos/flutter_intl/ohos/dependencies/rollup.tgz differ diff --git a/ohos/flutter_intl/ohos/dta/icudtl.dat b/ohos/flutter_intl/ohos/dta/icudtl.dat new file mode 100644 index 0000000000000000000000000000000000000000..d1f10917ab52e3ebd251abd7f5377d7196b80d67 Binary files /dev/null and b/ohos/flutter_intl/ohos/dta/icudtl.dat differ diff --git a/ohos/flutter_intl/ohos/entry/.gitignore b/ohos/flutter_intl/ohos/entry/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..2795a1c5b1fe53659dd1b71d90ba0592eaf7e043 --- /dev/null +++ b/ohos/flutter_intl/ohos/entry/.gitignore @@ -0,0 +1,7 @@ + +/node_modules +/oh_modules +/.preview +/build +/.cxx +/.test \ No newline at end of file diff --git a/ohos/flutter_intl/ohos/entry/build-profile.json5 b/ohos/flutter_intl/ohos/entry/build-profile.json5 new file mode 100644 index 0000000000000000000000000000000000000000..633d360fbc91a3186a23b66ab71b27e5618944cb --- /dev/null +++ b/ohos/flutter_intl/ohos/entry/build-profile.json5 @@ -0,0 +1,29 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "apiType": 'stageMode', + "buildOption": { + }, + "targets": [ + { + "name": "default", + "runtimeOS": "HarmonyOS" + }, + { + "name": "ohosTest", + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_intl/ohos/entry/hvigorfile.ts b/ohos/flutter_intl/ohos/entry/hvigorfile.ts new file mode 100644 index 0000000000000000000000000000000000000000..894fc15c6b793f085e6c8506e43d719af658e8ff --- /dev/null +++ b/ohos/flutter_intl/ohos/entry/hvigorfile.ts @@ -0,0 +1,17 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently. +export { hapTasks } from '@ohos/hvigor-ohos-plugin'; diff --git a/ohos/flutter_intl/ohos/entry/libs/arm64-v8a/libc++_shared.so b/ohos/flutter_intl/ohos/entry/libs/arm64-v8a/libc++_shared.so new file mode 100644 index 0000000000000000000000000000000000000000..831c9353702073d45889352a4dafb93103d67d20 Binary files /dev/null and b/ohos/flutter_intl/ohos/entry/libs/arm64-v8a/libc++_shared.so differ diff --git a/ohos/flutter_intl/ohos/entry/libs/arm64-v8a/libflutter.so b/ohos/flutter_intl/ohos/entry/libs/arm64-v8a/libflutter.so new file mode 100644 index 0000000000000000000000000000000000000000..8ff0d04141a776e448478791df1e2a1c3aa7c5c4 Binary files /dev/null and b/ohos/flutter_intl/ohos/entry/libs/arm64-v8a/libflutter.so differ diff --git a/ohos/flutter_intl/ohos/entry/oh-package.json5 b/ohos/flutter_intl/ohos/entry/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..2529e5ac9dc8fafbb4de22bd802094b5bee73d5d --- /dev/null +++ b/ohos/flutter_intl/ohos/entry/oh-package.json5 @@ -0,0 +1,26 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "license": "", + "devDependencies": {}, + "author": "", + "name": "entry", + "description": "Please describe the basic information.", + "main": "", + "version": "1.0.0", + "dependencies": { + "@ohos/flutter_ohos": "file:../har/flutter_embedding.har" + } +} diff --git a/ohos/flutter_intl/ohos/entry/src/main/ets/entryability/EntryAbility.ets b/ohos/flutter_intl/ohos/entry/src/main/ets/entryability/EntryAbility.ets new file mode 100644 index 0000000000000000000000000000000000000000..321a4eeaacd7b8079a876e25c4dafd498e4d9fb9 --- /dev/null +++ b/ohos/flutter_intl/ohos/entry/src/main/ets/entryability/EntryAbility.ets @@ -0,0 +1,22 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import { FlutterAbility } from '@ohos/flutter_ohos' + +export default class EntryAbility extends FlutterAbility { + onFlutterEngineReady(): void { + super.onFlutterEngineReady() + } +} diff --git a/ohos/flutter_intl/ohos/entry/src/main/ets/pages/Index.ets b/ohos/flutter_intl/ohos/entry/src/main/ets/pages/Index.ets new file mode 100644 index 0000000000000000000000000000000000000000..b53a20c437e96d195487b281e5e95402ea6cb97d --- /dev/null +++ b/ohos/flutter_intl/ohos/entry/src/main/ets/pages/Index.ets @@ -0,0 +1,36 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import common from '@ohos.app.ability.common'; +import { FlutterPage } from '@ohos/flutter_ohos' + +const EVENT_BACK_PRESS = 'EVENT_BACK_PRESS' + +@Entry +@Component +struct Index { + private context = getContext(this) as common.UIAbilityContext + + build() { + Column() { + FlutterPage() + } + } + + onBackPress(): boolean { + this.context.eventHub.emit(EVENT_BACK_PRESS) + return true + } +} \ No newline at end of file diff --git a/ohos/flutter_intl/ohos/entry/src/main/module.json5 b/ohos/flutter_intl/ohos/entry/src/main/module.json5 new file mode 100644 index 0000000000000000000000000000000000000000..7bbf78b18f39991b1404061c7437538c7d532bb7 --- /dev/null +++ b/ohos/flutter_intl/ohos/entry/src/main/module.json5 @@ -0,0 +1,53 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +{ + "module": { + "name": "entry", + "type": "entry", + "description": "$string:module_desc", + "mainElement": "EntryAbility", + "deviceTypes": [ + "phone" + ], + "deliveryWithInstall": true, + "installationFree": false, + "pages": "$profile:main_pages", + "abilities": [ + { + "name": "EntryAbility", + "srcEntry": "./ets/entryability/EntryAbility.ets", + "description": "$string:EntryAbility_desc", + "icon": "$media:icon", + "label": "$string:EntryAbility_label", + "startWindowIcon": "$media:icon", + "startWindowBackground": "$color:start_window_background", + "exported": true, + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ] + } + ], + "requestPermissions": [ + {"name" : "ohos.permission.INTERNET"}, + ] + } +} \ No newline at end of file diff --git a/ohos/flutter_intl/ohos/entry/src/main/resources/base/element/color.json b/ohos/flutter_intl/ohos/entry/src/main/resources/base/element/color.json new file mode 100644 index 0000000000000000000000000000000000000000..3c712962da3c2751c2b9ddb53559afcbd2b54a02 --- /dev/null +++ b/ohos/flutter_intl/ohos/entry/src/main/resources/base/element/color.json @@ -0,0 +1,8 @@ +{ + "color": [ + { + "name": "start_window_background", + "value": "#FFFFFF" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_intl/ohos/entry/src/main/resources/base/element/string.json b/ohos/flutter_intl/ohos/entry/src/main/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..f94595515a99e0c828807e243494f57f09251930 --- /dev/null +++ b/ohos/flutter_intl/ohos/entry/src/main/resources/base/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "module description" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_intl/ohos/entry/src/main/resources/base/media/icon.png b/ohos/flutter_intl/ohos/entry/src/main/resources/base/media/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_intl/ohos/entry/src/main/resources/base/media/icon.png differ diff --git a/ohos/flutter_intl/ohos/entry/src/main/resources/base/profile/main_pages.json b/ohos/flutter_intl/ohos/entry/src/main/resources/base/profile/main_pages.json new file mode 100644 index 0000000000000000000000000000000000000000..1898d94f58d6128ab712be2c68acc7c98e9ab9ce --- /dev/null +++ b/ohos/flutter_intl/ohos/entry/src/main/resources/base/profile/main_pages.json @@ -0,0 +1,5 @@ +{ + "src": [ + "pages/Index" + ] +} diff --git a/ohos/flutter_intl/ohos/entry/src/main/resources/en_US/element/string.json b/ohos/flutter_intl/ohos/entry/src/main/resources/en_US/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..f94595515a99e0c828807e243494f57f09251930 --- /dev/null +++ b/ohos/flutter_intl/ohos/entry/src/main/resources/en_US/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "module description" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_intl/ohos/entry/src/main/resources/zh_CN/element/string.json b/ohos/flutter_intl/ohos/entry/src/main/resources/zh_CN/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..597ecf95e61d7e30367c22fe2f8638008361b044 --- /dev/null +++ b/ohos/flutter_intl/ohos/entry/src/main/resources/zh_CN/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "模块描述" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_intl/ohos/entry/src/ohosTest/ets/test/Ability.test.ets b/ohos/flutter_intl/ohos/entry/src/ohosTest/ets/test/Ability.test.ets new file mode 100644 index 0000000000000000000000000000000000000000..25d4c71ff3cd584f5d64f6f8c0ac864928c234c4 --- /dev/null +++ b/ohos/flutter_intl/ohos/entry/src/ohosTest/ets/test/Ability.test.ets @@ -0,0 +1,50 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; +import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium' + +export default function abilityTest() { + describe('ActsAbilityTest', function () { + // Defines a test suite. Two parameters are supported: test suite name and test suite function. + beforeAll(function () { + // Presets an action, which is performed only once before all test cases of the test suite start. + // This API supports only one parameter: preset action function. + }) + beforeEach(function () { + // Presets an action, which is performed before each unit test case starts. + // The number of execution times is the same as the number of test cases defined by **it**. + // This API supports only one parameter: preset action function. + }) + afterEach(function () { + // Presets a clear action, which is performed after each unit test case ends. + // The number of execution times is the same as the number of test cases defined by **it**. + // This API supports only one parameter: clear action function. + }) + afterAll(function () { + // Presets a clear action, which is performed after all test cases of the test suite end. + // This API supports only one parameter: clear action function. + }) + it('assertContain',0, function () { + // Defines a test case. This API supports three parameters: test case name, filter parameter, and test case function. + hilog.info(0x0000, 'testTag', '%{public}s', 'it begin'); + let a = 'abc' + let b = 'b' + // Defines a variety of assertion methods, which are used to declare expected boolean conditions. + expect(a).assertContain(b) + expect(a).assertEqual(a) + }) + }) +} \ No newline at end of file diff --git a/ohos/flutter_intl/ohos/entry/src/ohosTest/ets/test/List.test.ets b/ohos/flutter_intl/ohos/entry/src/ohosTest/ets/test/List.test.ets new file mode 100644 index 0000000000000000000000000000000000000000..f4140030e65d20df6af30a6bf51e464dea8f8aa6 --- /dev/null +++ b/ohos/flutter_intl/ohos/entry/src/ohosTest/ets/test/List.test.ets @@ -0,0 +1,20 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import abilityTest from './Ability.test' + +export default function testsuite() { + abilityTest() +} \ No newline at end of file diff --git a/ohos/flutter_intl/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets b/ohos/flutter_intl/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets new file mode 100644 index 0000000000000000000000000000000000000000..4ca645e6013cfce8e7dbb728313cb8840c4da660 --- /dev/null +++ b/ohos/flutter_intl/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets @@ -0,0 +1,63 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import UIAbility from '@ohos.app.ability.UIAbility'; +import AbilityDelegatorRegistry from '@ohos.app.ability.abilityDelegatorRegistry'; +import hilog from '@ohos.hilog'; +import { Hypium } from '@ohos/hypium'; +import testsuite from '../test/List.test'; +import window from '@ohos.window'; + +export default class TestAbility extends UIAbility { + onCreate(want, launchParam) { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onCreate'); + hilog.info(0x0000, 'testTag', '%{public}s', 'want param:' + JSON.stringify(want) ?? ''); + hilog.info(0x0000, 'testTag', '%{public}s', 'launchParam:'+ JSON.stringify(launchParam) ?? ''); + var abilityDelegator: any + abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator() + var abilityDelegatorArguments: any + abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments() + hilog.info(0x0000, 'testTag', '%{public}s', 'start run testcase!!!'); + Hypium.hypiumTest(abilityDelegator, abilityDelegatorArguments, testsuite) + } + + onDestroy() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onDestroy'); + } + + onWindowStageCreate(windowStage: window.WindowStage) { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onWindowStageCreate'); + windowStage.loadContent('testability/pages/Index', (err, data) => { + if (err.code) { + hilog.error(0x0000, 'testTag', 'Failed to load the content. Cause: %{public}s', JSON.stringify(err) ?? ''); + return; + } + hilog.info(0x0000, 'testTag', 'Succeeded in loading the content. Data: %{public}s', + JSON.stringify(data) ?? ''); + }); + } + + onWindowStageDestroy() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onWindowStageDestroy'); + } + + onForeground() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onForeground'); + } + + onBackground() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onBackground'); + } +} \ No newline at end of file diff --git a/ohos/flutter_intl/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets b/ohos/flutter_intl/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets new file mode 100644 index 0000000000000000000000000000000000000000..cef0447cd2f137ef82d223ead2e156808878ab90 --- /dev/null +++ b/ohos/flutter_intl/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets @@ -0,0 +1,49 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; + +@Entry +@Component +struct Index { + aboutToAppear() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility index aboutToAppear'); + } + @State message: string = 'Hello World' + build() { + Row() { + Column() { + Text(this.message) + .fontSize(50) + .fontWeight(FontWeight.Bold) + Button() { + Text('next page') + .fontSize(20) + .fontWeight(FontWeight.Bold) + }.type(ButtonType.Capsule) + .margin({ + top: 20 + }) + .backgroundColor('#0D9FFB') + .width('35%') + .height('5%') + .onClick(()=>{ + }) + } + .width('100%') + } + .height('100%') + } + } \ No newline at end of file diff --git a/ohos/flutter_intl/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts b/ohos/flutter_intl/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts new file mode 100644 index 0000000000000000000000000000000000000000..1def08f2e9dcbfa3454a07b7a3b82b173bb90d02 --- /dev/null +++ b/ohos/flutter_intl/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts @@ -0,0 +1,64 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; +import TestRunner from '@ohos.application.testRunner'; +import AbilityDelegatorRegistry from '@ohos.app.ability.abilityDelegatorRegistry'; + +var abilityDelegator = undefined +var abilityDelegatorArguments = undefined + +async function onAbilityCreateCallback() { + hilog.info(0x0000, 'testTag', '%{public}s', 'onAbilityCreateCallback'); +} + +async function addAbilityMonitorCallback(err: any) { + hilog.info(0x0000, 'testTag', 'addAbilityMonitorCallback : %{public}s', JSON.stringify(err) ?? ''); +} + +export default class OpenHarmonyTestRunner implements TestRunner { + constructor() { + } + + onPrepare() { + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner OnPrepare '); + } + + async onRun() { + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner onRun run'); + abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments() + abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator() + var testAbilityName = abilityDelegatorArguments.bundleName + '.TestAbility' + let lMonitor = { + abilityName: testAbilityName, + onAbilityCreate: onAbilityCreateCallback, + }; + abilityDelegator.addAbilityMonitor(lMonitor, addAbilityMonitorCallback) + var cmd = 'aa start -d 0 -a TestAbility' + ' -b ' + abilityDelegatorArguments.bundleName + var debug = abilityDelegatorArguments.parameters['-D'] + if (debug == 'true') + { + cmd += ' -D' + } + hilog.info(0x0000, 'testTag', 'cmd : %{public}s', cmd); + abilityDelegator.executeShellCommand(cmd, + (err: any, d: any) => { + hilog.info(0x0000, 'testTag', 'executeShellCommand : err : %{public}s', JSON.stringify(err) ?? ''); + hilog.info(0x0000, 'testTag', 'executeShellCommand : data : %{public}s', d.stdResult ?? ''); + hilog.info(0x0000, 'testTag', 'executeShellCommand : data : %{public}s', d.exitCode ?? ''); + }) + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner onRun end'); + } +} \ No newline at end of file diff --git a/ohos/flutter_intl/ohos/entry/src/ohosTest/module.json5 b/ohos/flutter_intl/ohos/entry/src/ohosTest/module.json5 new file mode 100644 index 0000000000000000000000000000000000000000..fab77ce2e0c61e3ad010bab5b27ccbd15f9a8c96 --- /dev/null +++ b/ohos/flutter_intl/ohos/entry/src/ohosTest/module.json5 @@ -0,0 +1,51 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "module": { + "name": "entry_test", + "type": "feature", + "description": "$string:module_test_desc", + "mainElement": "TestAbility", + "deviceTypes": [ + "phone" + ], + "deliveryWithInstall": true, + "installationFree": false, + "pages": "$profile:test_pages", + "abilities": [ + { + "name": "TestAbility", + "srcEntry": "./ets/testability/TestAbility.ets", + "description": "$string:TestAbility_desc", + "icon": "$media:icon", + "label": "$string:TestAbility_label", + "exported": true, + "startWindowIcon": "$media:icon", + "startWindowBackground": "$color:start_window_background", + "skills": [ + { + "actions": [ + "action.system.home" + ], + "entities": [ + "entity.system.home" + ] + } + ] + } + ] + } +} diff --git a/ohos/flutter_intl/ohos/entry/src/ohosTest/resources/base/element/color.json b/ohos/flutter_intl/ohos/entry/src/ohosTest/resources/base/element/color.json new file mode 100644 index 0000000000000000000000000000000000000000..3c712962da3c2751c2b9ddb53559afcbd2b54a02 --- /dev/null +++ b/ohos/flutter_intl/ohos/entry/src/ohosTest/resources/base/element/color.json @@ -0,0 +1,8 @@ +{ + "color": [ + { + "name": "start_window_background", + "value": "#FFFFFF" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_intl/ohos/entry/src/ohosTest/resources/base/element/string.json b/ohos/flutter_intl/ohos/entry/src/ohosTest/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..65d8fa5a7cf54aa3943dcd0214f58d1771bc1f6c --- /dev/null +++ b/ohos/flutter_intl/ohos/entry/src/ohosTest/resources/base/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_test_desc", + "value": "test ability description" + }, + { + "name": "TestAbility_desc", + "value": "the test ability" + }, + { + "name": "TestAbility_label", + "value": "test label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_intl/ohos/entry/src/ohosTest/resources/base/media/icon.png b/ohos/flutter_intl/ohos/entry/src/ohosTest/resources/base/media/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_intl/ohos/entry/src/ohosTest/resources/base/media/icon.png differ diff --git a/ohos/flutter_intl/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json b/ohos/flutter_intl/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json new file mode 100644 index 0000000000000000000000000000000000000000..b7e7343cacb32ce982a45e76daad86e435e054fe --- /dev/null +++ b/ohos/flutter_intl/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json @@ -0,0 +1,5 @@ +{ + "src": [ + "testability/pages/Index" + ] +} diff --git a/ohos/flutter_intl/ohos/har/flutter_embedding.har b/ohos/flutter_intl/ohos/har/flutter_embedding.har new file mode 100644 index 0000000000000000000000000000000000000000..d8e07ca297de2100ce605f8af1126daf6eeb5d8f Binary files /dev/null and b/ohos/flutter_intl/ohos/har/flutter_embedding.har differ diff --git a/ohos/flutter_intl/ohos/har/har_product/flutter_embedding.har.debug.10 b/ohos/flutter_intl/ohos/har/har_product/flutter_embedding.har.debug.10 new file mode 100644 index 0000000000000000000000000000000000000000..d8e07ca297de2100ce605f8af1126daf6eeb5d8f Binary files /dev/null and b/ohos/flutter_intl/ohos/har/har_product/flutter_embedding.har.debug.10 differ diff --git a/ohos/flutter_intl/ohos/har/har_product/flutter_embedding.har.debug.9 b/ohos/flutter_intl/ohos/har/har_product/flutter_embedding.har.debug.9 new file mode 100644 index 0000000000000000000000000000000000000000..f0df4ca0064821178bf4254b16e8d23d873827da Binary files /dev/null and b/ohos/flutter_intl/ohos/har/har_product/flutter_embedding.har.debug.9 differ diff --git a/ohos/flutter_intl/ohos/har/har_product/flutter_embedding.har.release.10 b/ohos/flutter_intl/ohos/har/har_product/flutter_embedding.har.release.10 new file mode 100644 index 0000000000000000000000000000000000000000..da9b320a09600f678975b827160441e46144bf08 Binary files /dev/null and b/ohos/flutter_intl/ohos/har/har_product/flutter_embedding.har.release.10 differ diff --git a/ohos/flutter_intl/ohos/har/har_product/flutter_embedding.har.release.9 b/ohos/flutter_intl/ohos/har/har_product/flutter_embedding.har.release.9 new file mode 100644 index 0000000000000000000000000000000000000000..ba52754a80826e5614438b3faf931ed2f487eaab Binary files /dev/null and b/ohos/flutter_intl/ohos/har/har_product/flutter_embedding.har.release.9 differ diff --git a/ohos/flutter_intl/ohos/har/har_product/libflutter.so.debug.10 b/ohos/flutter_intl/ohos/har/har_product/libflutter.so.debug.10 new file mode 100644 index 0000000000000000000000000000000000000000..8ff0d04141a776e448478791df1e2a1c3aa7c5c4 Binary files /dev/null and b/ohos/flutter_intl/ohos/har/har_product/libflutter.so.debug.10 differ diff --git a/ohos/flutter_intl/ohos/har/har_product/libflutter.so.release.10 b/ohos/flutter_intl/ohos/har/har_product/libflutter.so.release.10 new file mode 100644 index 0000000000000000000000000000000000000000..7cdf26180489e807496f02cd4736425b4ad42845 Binary files /dev/null and b/ohos/flutter_intl/ohos/har/har_product/libflutter.so.release.10 differ diff --git a/ohos/flutter_intl/ohos/hvigor/hvigor-config.json5 b/ohos/flutter_intl/ohos/hvigor/hvigor-config.json5 new file mode 100644 index 0000000000000000000000000000000000000000..b8eb5547b14a9ddd7ea0cf0fab0d93fa22b8e919 --- /dev/null +++ b/ohos/flutter_intl/ohos/hvigor/hvigor-config.json5 @@ -0,0 +1,22 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "hvigorVersion": "file:../dependencies/hvigor-3.0.9-s.tgz", + "dependencies": { + "@ohos/hvigor-ohos-plugin": "file:../dependencies/hvigor-ohos-plugin-3.0.9-s.tgz", + "rollup": "file:../dependencies/rollup.tgz", + } +} diff --git a/ohos/flutter_intl/ohos/hvigor/hvigor-wrapper.js b/ohos/flutter_intl/ohos/hvigor/hvigor-wrapper.js new file mode 100644 index 0000000000000000000000000000000000000000..0483791f85b568d236d0ed928334db46e067a8aa --- /dev/null +++ b/ohos/flutter_intl/ohos/hvigor/hvigor-wrapper.js @@ -0,0 +1,16 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +"use strict";var e=require("fs"),t=require("path"),n=require("os"),r=require("crypto"),u=require("child_process"),o=require("constants"),i=require("stream"),s=require("util"),c=require("assert"),a=require("tty"),l=require("zlib"),f=require("net");function d(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var D=d(e),p=d(t),E=d(n),m=d(r),h=d(u),y=d(o),C=d(i),F=d(s),g=d(c),A=d(a),v=d(l),S=d(f),w="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},O={},b={},_={},B=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(_,"__esModule",{value:!0}),_.isMac=_.isLinux=_.isWindows=void 0;const P=B(E.default),k="Windows_NT",x="Linux",N="Darwin";_.isWindows=function(){return P.default.type()===k},_.isLinux=function(){return P.default.type()===x},_.isMac=function(){return P.default.type()===N};var I={},T=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),R=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),M=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&T(t,e,n);return R(t,e),t};Object.defineProperty(I,"__esModule",{value:!0}),I.hash=void 0;const L=M(m.default);I.hash=function(e,t="md5"){return L.createHash(t).update(e,"utf-8").digest("hex")},function(e){var t=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var u in e)"default"!==u&&Object.prototype.hasOwnProperty.call(e,u)&&t(r,e,u);return n(r,e),r};Object.defineProperty(e,"__esModule",{value:!0}),e.HVIGOR_BOOT_JS_FILE_PATH=e.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH=e.HVIGOR_PROJECT_DEPENDENCIES_HOME=e.HVIGOR_PROJECT_WRAPPER_HOME=e.HVIGOR_PROJECT_NAME=e.HVIGOR_PROJECT_ROOT_DIR=e.HVIGOR_PROJECT_CACHES_HOME=e.HVIGOR_PNPM_STORE_PATH=e.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH=e.HVIGOR_WRAPPER_TOOLS_HOME=e.HVIGOR_USER_HOME=e.DEFAULT_PACKAGE_JSON=e.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME=e.PNPM=e.HVIGOR=e.NPM_TOOL=e.PNPM_TOOL=e.HVIGOR_ENGINE_PACKAGE_NAME=void 0;const u=r(p.default),o=r(E.default),i=_,s=I;e.HVIGOR_ENGINE_PACKAGE_NAME="@ohos/hvigor",e.PNPM_TOOL=(0,i.isWindows)()?"pnpm.cmd":"pnpm",e.NPM_TOOL=(0,i.isWindows)()?"npm.cmd":"npm",e.HVIGOR="hvigor",e.PNPM="pnpm",e.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME="hvigor-config.json5",e.DEFAULT_PACKAGE_JSON="package.json",e.HVIGOR_USER_HOME=u.resolve(o.homedir(),".hvigor"),e.HVIGOR_WRAPPER_TOOLS_HOME=u.resolve(e.HVIGOR_USER_HOME,"wrapper","tools"),e.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH=u.resolve(e.HVIGOR_WRAPPER_TOOLS_HOME,"node_modules",".bin",e.PNPM_TOOL),e.HVIGOR_PNPM_STORE_PATH=u.resolve(e.HVIGOR_USER_HOME,"caches"),e.HVIGOR_PROJECT_CACHES_HOME=u.resolve(e.HVIGOR_USER_HOME,"project_caches"),e.HVIGOR_PROJECT_ROOT_DIR=process.cwd(),e.HVIGOR_PROJECT_NAME=u.basename((0,s.hash)(e.HVIGOR_PROJECT_ROOT_DIR)),e.HVIGOR_PROJECT_WRAPPER_HOME=u.resolve(e.HVIGOR_PROJECT_ROOT_DIR,e.HVIGOR),e.HVIGOR_PROJECT_DEPENDENCIES_HOME=u.resolve(e.HVIGOR_PROJECT_CACHES_HOME,e.HVIGOR_PROJECT_NAME,"workspace"),e.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH=u.resolve(e.HVIGOR_PROJECT_DEPENDENCIES_HOME,e.DEFAULT_PACKAGE_JSON),e.HVIGOR_BOOT_JS_FILE_PATH=u.resolve(e.HVIGOR_PROJECT_DEPENDENCIES_HOME,"node_modules","@ohos","hvigor","bin","hvigor.js")}(b);var j={},$={};Object.defineProperty($,"__esModule",{value:!0}),$.logInfoPrintConsole=$.logErrorAndExit=void 0,$.logErrorAndExit=function(e){e instanceof Error?console.error(e.message):console.error(e),process.exit(-1)},$.logInfoPrintConsole=function(e){console.log(e)};var H=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),J=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),G=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&H(t,e,n);return J(t,e),t},V=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(j,"__esModule",{value:!0}),j.isFileExists=j.offlinePluginConversion=j.executeCommand=j.getNpmPath=j.hasNpmPackInPaths=void 0;const U=h.default,W=G(p.default),z=b,K=$,q=V(D.default);j.hasNpmPackInPaths=function(e,t){try{return require.resolve(e,{paths:[...t]}),!0}catch(e){return!1}},j.getNpmPath=function(){const e=process.execPath;return W.join(W.dirname(e),z.NPM_TOOL)},j.executeCommand=function(e,t,n){0!==(0,U.spawnSync)(e,t,n).status&&(0,K.logErrorAndExit)(`Error: ${e} ${t} execute failed.See above for details.`)},j.offlinePluginConversion=function(e,t){return t.startsWith("file:")||t.endsWith(".tgz")?W.resolve(e,z.HVIGOR,t.replace("file:","")):t},j.isFileExists=function(e){return q.default.existsSync(e)&&q.default.statSync(e).isFile()},function(e){var t=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var u in e)"default"!==u&&Object.prototype.hasOwnProperty.call(e,u)&&t(r,e,u);return n(r,e),r},u=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(e,"__esModule",{value:!0}),e.executeInstallPnpm=e.isPnpmAvailable=e.environmentHandler=e.checkNpmConifg=e.PNPM_VERSION=void 0;const o=r(D.default),i=b,s=j,c=r(p.default),a=$,l=h.default,f=u(E.default);e.PNPM_VERSION="7.30.0",e.checkNpmConifg=function(){const e=c.resolve(i.HVIGOR_PROJECT_ROOT_DIR,".npmrc"),t=c.resolve(f.default.homedir(),".npmrc");if((0,s.isFileExists)(e)||(0,s.isFileExists)(t))return;const n=(0,s.getNpmPath)(),r=(0,l.spawnSync)(n,["config","get","prefix"],{cwd:i.HVIGOR_PROJECT_ROOT_DIR});if(0!==r.status||!r.stdout)return void(0,a.logErrorAndExit)("Error: The hvigor depends on the npmrc file. Configure the npmrc file first.");const u=c.resolve(`${r.stdout}`.replace(/[\r\n]/gi,""),".npmrc");(0,s.isFileExists)(u)||(0,a.logErrorAndExit)("Error: The hvigor depends on the npmrc file. Configure the npmrc file first.")},e.environmentHandler=function(){process.env["npm_config_update-notifier"]="false"},e.isPnpmAvailable=function(){return!!o.existsSync(i.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH)&&(0,s.hasNpmPackInPaths)("pnpm",[i.HVIGOR_WRAPPER_TOOLS_HOME])},e.executeInstallPnpm=function(){(0,a.logInfoPrintConsole)(`Installing pnpm@${e.PNPM_VERSION}...`);const t=(0,s.getNpmPath)();!function(){const t=c.resolve(i.HVIGOR_WRAPPER_TOOLS_HOME,i.DEFAULT_PACKAGE_JSON);try{o.existsSync(i.HVIGOR_WRAPPER_TOOLS_HOME)||o.mkdirSync(i.HVIGOR_WRAPPER_TOOLS_HOME,{recursive:!0});const n={dependencies:{}};n.dependencies[i.PNPM]=e.PNPM_VERSION,o.writeFileSync(t,JSON.stringify(n))}catch(e){(0,a.logErrorAndExit)(`Error: EPERM: operation not permitted,create ${t} failed.`)}}(),(0,s.executeCommand)(t,["install","pnpm"],{cwd:i.HVIGOR_WRAPPER_TOOLS_HOME,stdio:["inherit","inherit","inherit"],env:process.env}),(0,a.logInfoPrintConsole)("Pnpm install success.")}}(O);var Y={},X={},Z={},Q={};Object.defineProperty(Q,"__esModule",{value:!0}),Q.Unicode=void 0;class ee{}Q.Unicode=ee,ee.Space_Separator=/[\u1680\u2000-\u200A\u202F\u205F\u3000]/,ee.ID_Start=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]/,ee.ID_Continue=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF9\u1D00-\u1DF9\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDE00-\uDE3E\uDE47\uDE50-\uDE83\uDE86-\uDE99\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/,Object.defineProperty(Z,"__esModule",{value:!0}),Z.JudgeUtil=void 0;const te=Q;Z.JudgeUtil=class{static isIgnoreChar(e){return"string"==typeof e&&("\t"===e||"\v"===e||"\f"===e||" "===e||" "===e||"\ufeff"===e||"\n"===e||"\r"===e||"\u2028"===e||"\u2029"===e)}static isSpaceSeparator(e){return"string"==typeof e&&te.Unicode.Space_Separator.test(e)}static isIdStartChar(e){return"string"==typeof e&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||"$"===e||"_"===e||te.Unicode.ID_Start.test(e))}static isIdContinueChar(e){return"string"==typeof e&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||e>="0"&&e<="9"||"$"===e||"_"===e||"‌"===e||"‍"===e||te.Unicode.ID_Continue.test(e))}static isDigitWithoutZero(e){return/[1-9]/.test(e)}static isDigit(e){return"string"==typeof e&&/[0-9]/.test(e)}static isHexDigit(e){return"string"==typeof e&&/[0-9A-Fa-f]/.test(e)}};var ne={},re={fromCallback:function(e){return Object.defineProperty((function(...t){if("function"!=typeof t[t.length-1])return new Promise(((n,r)=>{e.call(this,...t,((e,t)=>null!=e?r(e):n(t)))}));e.apply(this,t)}),"name",{value:e.name})},fromPromise:function(e){return Object.defineProperty((function(...t){const n=t[t.length-1];if("function"!=typeof n)return e.apply(this,t);e.apply(this,t.slice(0,-1)).then((e=>n(null,e)),n)}),"name",{value:e.name})}},ue=y.default,oe=process.cwd,ie=null,se=process.env.GRACEFUL_FS_PLATFORM||process.platform;process.cwd=function(){return ie||(ie=oe.call(process)),ie};try{process.cwd()}catch(e){}if("function"==typeof process.chdir){var ce=process.chdir;process.chdir=function(e){ie=null,ce.call(process,e)},Object.setPrototypeOf&&Object.setPrototypeOf(process.chdir,ce)}var ae=function(e){ue.hasOwnProperty("O_SYMLINK")&&process.version.match(/^v0\.6\.[0-2]|^v0\.5\./)&&function(e){e.lchmod=function(t,n,r){e.open(t,ue.O_WRONLY|ue.O_SYMLINK,n,(function(t,u){t?r&&r(t):e.fchmod(u,n,(function(t){e.close(u,(function(e){r&&r(t||e)}))}))}))},e.lchmodSync=function(t,n){var r,u=e.openSync(t,ue.O_WRONLY|ue.O_SYMLINK,n),o=!0;try{r=e.fchmodSync(u,n),o=!1}finally{if(o)try{e.closeSync(u)}catch(e){}else e.closeSync(u)}return r}}(e);e.lutimes||function(e){ue.hasOwnProperty("O_SYMLINK")&&e.futimes?(e.lutimes=function(t,n,r,u){e.open(t,ue.O_SYMLINK,(function(t,o){t?u&&u(t):e.futimes(o,n,r,(function(t){e.close(o,(function(e){u&&u(t||e)}))}))}))},e.lutimesSync=function(t,n,r){var u,o=e.openSync(t,ue.O_SYMLINK),i=!0;try{u=e.futimesSync(o,n,r),i=!1}finally{if(i)try{e.closeSync(o)}catch(e){}else e.closeSync(o)}return u}):e.futimes&&(e.lutimes=function(e,t,n,r){r&&process.nextTick(r)},e.lutimesSync=function(){})}(e);e.chown=r(e.chown),e.fchown=r(e.fchown),e.lchown=r(e.lchown),e.chmod=t(e.chmod),e.fchmod=t(e.fchmod),e.lchmod=t(e.lchmod),e.chownSync=u(e.chownSync),e.fchownSync=u(e.fchownSync),e.lchownSync=u(e.lchownSync),e.chmodSync=n(e.chmodSync),e.fchmodSync=n(e.fchmodSync),e.lchmodSync=n(e.lchmodSync),e.stat=o(e.stat),e.fstat=o(e.fstat),e.lstat=o(e.lstat),e.statSync=i(e.statSync),e.fstatSync=i(e.fstatSync),e.lstatSync=i(e.lstatSync),e.chmod&&!e.lchmod&&(e.lchmod=function(e,t,n){n&&process.nextTick(n)},e.lchmodSync=function(){});e.chown&&!e.lchown&&(e.lchown=function(e,t,n,r){r&&process.nextTick(r)},e.lchownSync=function(){});"win32"===se&&(e.rename="function"!=typeof e.rename?e.rename:function(t){function n(n,r,u){var o=Date.now(),i=0;t(n,r,(function s(c){if(c&&("EACCES"===c.code||"EPERM"===c.code||"EBUSY"===c.code)&&Date.now()-o<6e4)return setTimeout((function(){e.stat(r,(function(e,o){e&&"ENOENT"===e.code?t(n,r,s):u(c)}))}),i),void(i<100&&(i+=10));u&&u(c)}))}return Object.setPrototypeOf&&Object.setPrototypeOf(n,t),n}(e.rename));function t(t){return t?function(n,r,u){return t.call(e,n,r,(function(e){s(e)&&(e=null),u&&u.apply(this,arguments)}))}:t}function n(t){return t?function(n,r){try{return t.call(e,n,r)}catch(e){if(!s(e))throw e}}:t}function r(t){return t?function(n,r,u,o){return t.call(e,n,r,u,(function(e){s(e)&&(e=null),o&&o.apply(this,arguments)}))}:t}function u(t){return t?function(n,r,u){try{return t.call(e,n,r,u)}catch(e){if(!s(e))throw e}}:t}function o(t){return t?function(n,r,u){function o(e,t){t&&(t.uid<0&&(t.uid+=4294967296),t.gid<0&&(t.gid+=4294967296)),u&&u.apply(this,arguments)}return"function"==typeof r&&(u=r,r=null),r?t.call(e,n,r,o):t.call(e,n,o)}:t}function i(t){return t?function(n,r){var u=r?t.call(e,n,r):t.call(e,n);return u&&(u.uid<0&&(u.uid+=4294967296),u.gid<0&&(u.gid+=4294967296)),u}:t}function s(e){return!e||("ENOSYS"===e.code||!(process.getuid&&0===process.getuid()||"EINVAL"!==e.code&&"EPERM"!==e.code))}e.read="function"!=typeof e.read?e.read:function(t){function n(n,r,u,o,i,s){var c;if(s&&"function"==typeof s){var a=0;c=function(l,f,d){if(l&&"EAGAIN"===l.code&&a<10)return a++,t.call(e,n,r,u,o,i,c);s.apply(this,arguments)}}return t.call(e,n,r,u,o,i,c)}return Object.setPrototypeOf&&Object.setPrototypeOf(n,t),n}(e.read),e.readSync="function"!=typeof e.readSync?e.readSync:(c=e.readSync,function(t,n,r,u,o){for(var i=0;;)try{return c.call(e,t,n,r,u,o)}catch(e){if("EAGAIN"===e.code&&i<10){i++;continue}throw e}});var c};var le=C.default.Stream,fe=function(e){return{ReadStream:function t(n,r){if(!(this instanceof t))return new t(n,r);le.call(this);var u=this;this.path=n,this.fd=null,this.readable=!0,this.paused=!1,this.flags="r",this.mode=438,this.bufferSize=65536,r=r||{};for(var o=Object.keys(r),i=0,s=o.length;ithis.end)throw new Error("start must be <= end");this.pos=this.start}if(null!==this.fd)return void process.nextTick((function(){u._read()}));e.open(this.path,this.flags,this.mode,(function(e,t){if(e)return u.emit("error",e),void(u.readable=!1);u.fd=t,u.emit("open",t),u._read()}))},WriteStream:function t(n,r){if(!(this instanceof t))return new t(n,r);le.call(this),this.path=n,this.fd=null,this.writable=!0,this.flags="w",this.encoding="binary",this.mode=438,this.bytesWritten=0,r=r||{};for(var u=Object.keys(r),o=0,i=u.length;o= zero");this.pos=this.start}this.busy=!1,this._queue=[],null===this.fd&&(this._open=e.open,this._queue.push([this._open,this.path,this.flags,this.mode,void 0]),this.flush())}}};var de=function(e){if(null===e||"object"!=typeof e)return e;if(e instanceof Object)var t={__proto__:De(e)};else t=Object.create(null);return Object.getOwnPropertyNames(e).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))})),t},De=Object.getPrototypeOf||function(e){return e.__proto__};var pe,Ee,me=D.default,he=ae,ye=fe,Ce=de,Fe=F.default;function ge(e,t){Object.defineProperty(e,pe,{get:function(){return t}})}"function"==typeof Symbol&&"function"==typeof Symbol.for?(pe=Symbol.for("graceful-fs.queue"),Ee=Symbol.for("graceful-fs.previous")):(pe="___graceful-fs.queue",Ee="___graceful-fs.previous");var Ae=function(){};if(Fe.debuglog?Ae=Fe.debuglog("gfs4"):/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&(Ae=function(){var e=Fe.format.apply(Fe,arguments);e="GFS4: "+e.split(/\n/).join("\nGFS4: "),console.error(e)}),!me[pe]){var ve=w[pe]||[];ge(me,ve),me.close=function(e){function t(t,n){return e.call(me,t,(function(e){e||_e(),"function"==typeof n&&n.apply(this,arguments)}))}return Object.defineProperty(t,Ee,{value:e}),t}(me.close),me.closeSync=function(e){function t(t){e.apply(me,arguments),_e()}return Object.defineProperty(t,Ee,{value:e}),t}(me.closeSync),/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&process.on("exit",(function(){Ae(me[pe]),g.default.equal(me[pe].length,0)}))}w[pe]||ge(w,me[pe]);var Se,we=Oe(Ce(me));function Oe(e){he(e),e.gracefulify=Oe,e.createReadStream=function(t,n){return new e.ReadStream(t,n)},e.createWriteStream=function(t,n){return new e.WriteStream(t,n)};var t=e.readFile;e.readFile=function(e,n,r){"function"==typeof n&&(r=n,n=null);return function e(n,r,u,o){return t(n,r,(function(t){!t||"EMFILE"!==t.code&&"ENFILE"!==t.code?"function"==typeof u&&u.apply(this,arguments):be([e,[n,r,u],t,o||Date.now(),Date.now()])}))}(e,n,r)};var n=e.writeFile;e.writeFile=function(e,t,r,u){"function"==typeof r&&(u=r,r=null);return function e(t,r,u,o,i){return n(t,r,u,(function(n){!n||"EMFILE"!==n.code&&"ENFILE"!==n.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,r,u,o],n,i||Date.now(),Date.now()])}))}(e,t,r,u)};var r=e.appendFile;r&&(e.appendFile=function(e,t,n,u){"function"==typeof n&&(u=n,n=null);return function e(t,n,u,o,i){return r(t,n,u,(function(r){!r||"EMFILE"!==r.code&&"ENFILE"!==r.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,n,u,o],r,i||Date.now(),Date.now()])}))}(e,t,n,u)});var u=e.copyFile;u&&(e.copyFile=function(e,t,n,r){"function"==typeof n&&(r=n,n=0);return function e(t,n,r,o,i){return u(t,n,r,(function(u){!u||"EMFILE"!==u.code&&"ENFILE"!==u.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,n,r,o],u,i||Date.now(),Date.now()])}))}(e,t,n,r)});var o=e.readdir;e.readdir=function(e,t,n){"function"==typeof t&&(n=t,t=null);var r=i.test(process.version)?function(e,t,n,r){return o(e,u(e,t,n,r))}:function(e,t,n,r){return o(e,t,u(e,t,n,r))};return r(e,t,n);function u(e,t,n,u){return function(o,i){!o||"EMFILE"!==o.code&&"ENFILE"!==o.code?(i&&i.sort&&i.sort(),"function"==typeof n&&n.call(this,o,i)):be([r,[e,t,n],o,u||Date.now(),Date.now()])}}};var i=/^v[0-5]\./;if("v0.8"===process.version.substr(0,4)){var s=ye(e);d=s.ReadStream,D=s.WriteStream}var c=e.ReadStream;c&&(d.prototype=Object.create(c.prototype),d.prototype.open=function(){var e=this;E(e.path,e.flags,e.mode,(function(t,n){t?(e.autoClose&&e.destroy(),e.emit("error",t)):(e.fd=n,e.emit("open",n),e.read())}))});var a=e.WriteStream;a&&(D.prototype=Object.create(a.prototype),D.prototype.open=function(){var e=this;E(e.path,e.flags,e.mode,(function(t,n){t?(e.destroy(),e.emit("error",t)):(e.fd=n,e.emit("open",n))}))}),Object.defineProperty(e,"ReadStream",{get:function(){return d},set:function(e){d=e},enumerable:!0,configurable:!0}),Object.defineProperty(e,"WriteStream",{get:function(){return D},set:function(e){D=e},enumerable:!0,configurable:!0});var l=d;Object.defineProperty(e,"FileReadStream",{get:function(){return l},set:function(e){l=e},enumerable:!0,configurable:!0});var f=D;function d(e,t){return this instanceof d?(c.apply(this,arguments),this):d.apply(Object.create(d.prototype),arguments)}function D(e,t){return this instanceof D?(a.apply(this,arguments),this):D.apply(Object.create(D.prototype),arguments)}Object.defineProperty(e,"FileWriteStream",{get:function(){return f},set:function(e){f=e},enumerable:!0,configurable:!0});var p=e.open;function E(e,t,n,r){return"function"==typeof n&&(r=n,n=null),function e(t,n,r,u,o){return p(t,n,r,(function(i,s){!i||"EMFILE"!==i.code&&"ENFILE"!==i.code?"function"==typeof u&&u.apply(this,arguments):be([e,[t,n,r,u],i,o||Date.now(),Date.now()])}))}(e,t,n,r)}return e.open=E,e}function be(e){Ae("ENQUEUE",e[0].name,e[1]),me[pe].push(e),Be()}function _e(){for(var e=Date.now(),t=0;t2&&(me[pe][t][3]=e,me[pe][t][4]=e);Be()}function Be(){if(clearTimeout(Se),Se=void 0,0!==me[pe].length){var e=me[pe].shift(),t=e[0],n=e[1],r=e[2],u=e[3],o=e[4];if(void 0===u)Ae("RETRY",t.name,n),t.apply(null,n);else if(Date.now()-u>=6e4){Ae("TIMEOUT",t.name,n);var i=n.pop();"function"==typeof i&&i.call(null,r)}else{var s=Date.now()-o,c=Math.max(o-u,1);s>=Math.min(1.2*c,100)?(Ae("RETRY",t.name,n),t.apply(null,n.concat([u]))):me[pe].push(e)}void 0===Se&&(Se=setTimeout(Be,0))}}process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH&&!me.__patched&&(we=Oe(me),me.__patched=!0),function(e){const t=re.fromCallback,n=we,r=["access","appendFile","chmod","chown","close","copyFile","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","lchmod","lchown","link","lstat","mkdir","mkdtemp","open","opendir","readdir","readFile","readlink","realpath","rename","rm","rmdir","stat","symlink","truncate","unlink","utimes","writeFile"].filter((e=>"function"==typeof n[e]));Object.assign(e,n),r.forEach((r=>{e[r]=t(n[r])})),e.realpath.native=t(n.realpath.native),e.exists=function(e,t){return"function"==typeof t?n.exists(e,t):new Promise((t=>n.exists(e,t)))},e.read=function(e,t,r,u,o,i){return"function"==typeof i?n.read(e,t,r,u,o,i):new Promise(((i,s)=>{n.read(e,t,r,u,o,((e,t,n)=>{if(e)return s(e);i({bytesRead:t,buffer:n})}))}))},e.write=function(e,t,...r){return"function"==typeof r[r.length-1]?n.write(e,t,...r):new Promise(((u,o)=>{n.write(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffer:n})}))}))},"function"==typeof n.writev&&(e.writev=function(e,t,...r){return"function"==typeof r[r.length-1]?n.writev(e,t,...r):new Promise(((u,o)=>{n.writev(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffers:n})}))}))})}(ne);var Pe={},ke={};const xe=p.default;ke.checkPath=function(e){if("win32"===process.platform){if(/[<>:"|?*]/.test(e.replace(xe.parse(e).root,""))){const t=new Error(`Path contains invalid characters: ${e}`);throw t.code="EINVAL",t}}};const Ne=ne,{checkPath:Ie}=ke,Te=e=>"number"==typeof e?e:{mode:511,...e}.mode;Pe.makeDir=async(e,t)=>(Ie(e),Ne.mkdir(e,{mode:Te(t),recursive:!0})),Pe.makeDirSync=(e,t)=>(Ie(e),Ne.mkdirSync(e,{mode:Te(t),recursive:!0}));const Re=re.fromPromise,{makeDir:Me,makeDirSync:Le}=Pe,je=Re(Me);var $e={mkdirs:je,mkdirsSync:Le,mkdirp:je,mkdirpSync:Le,ensureDir:je,ensureDirSync:Le};const He=re.fromPromise,Je=ne;var Ge={pathExists:He((function(e){return Je.access(e).then((()=>!0)).catch((()=>!1))})),pathExistsSync:Je.existsSync};const Ve=we;var Ue=function(e,t,n,r){Ve.open(e,"r+",((e,u)=>{if(e)return r(e);Ve.futimes(u,t,n,(e=>{Ve.close(u,(t=>{r&&r(e||t)}))}))}))},We=function(e,t,n){const r=Ve.openSync(e,"r+");return Ve.futimesSync(r,t,n),Ve.closeSync(r)};const ze=ne,Ke=p.default,qe=F.default;function Ye(e,t,n){const r=n.dereference?e=>ze.stat(e,{bigint:!0}):e=>ze.lstat(e,{bigint:!0});return Promise.all([r(e),r(t).catch((e=>{if("ENOENT"===e.code)return null;throw e}))]).then((([e,t])=>({srcStat:e,destStat:t})))}function Xe(e,t){return t.ino&&t.dev&&t.ino===e.ino&&t.dev===e.dev}function Ze(e,t){const n=Ke.resolve(e).split(Ke.sep).filter((e=>e)),r=Ke.resolve(t).split(Ke.sep).filter((e=>e));return n.reduce(((e,t,n)=>e&&r[n]===t),!0)}function Qe(e,t,n){return`Cannot ${n} '${e}' to a subdirectory of itself, '${t}'.`}var et={checkPaths:function(e,t,n,r,u){qe.callbackify(Ye)(e,t,r,((r,o)=>{if(r)return u(r);const{srcStat:i,destStat:s}=o;if(s){if(Xe(i,s)){const r=Ke.basename(e),o=Ke.basename(t);return"move"===n&&r!==o&&r.toLowerCase()===o.toLowerCase()?u(null,{srcStat:i,destStat:s,isChangingCase:!0}):u(new Error("Source and destination must not be the same."))}if(i.isDirectory()&&!s.isDirectory())return u(new Error(`Cannot overwrite non-directory '${t}' with directory '${e}'.`));if(!i.isDirectory()&&s.isDirectory())return u(new Error(`Cannot overwrite directory '${t}' with non-directory '${e}'.`))}return i.isDirectory()&&Ze(e,t)?u(new Error(Qe(e,t,n))):u(null,{srcStat:i,destStat:s})}))},checkPathsSync:function(e,t,n,r){const{srcStat:u,destStat:o}=function(e,t,n){let r;const u=n.dereference?e=>ze.statSync(e,{bigint:!0}):e=>ze.lstatSync(e,{bigint:!0}),o=u(e);try{r=u(t)}catch(e){if("ENOENT"===e.code)return{srcStat:o,destStat:null};throw e}return{srcStat:o,destStat:r}}(e,t,r);if(o){if(Xe(u,o)){const r=Ke.basename(e),i=Ke.basename(t);if("move"===n&&r!==i&&r.toLowerCase()===i.toLowerCase())return{srcStat:u,destStat:o,isChangingCase:!0};throw new Error("Source and destination must not be the same.")}if(u.isDirectory()&&!o.isDirectory())throw new Error(`Cannot overwrite non-directory '${t}' with directory '${e}'.`);if(!u.isDirectory()&&o.isDirectory())throw new Error(`Cannot overwrite directory '${t}' with non-directory '${e}'.`)}if(u.isDirectory()&&Ze(e,t))throw new Error(Qe(e,t,n));return{srcStat:u,destStat:o}},checkParentPaths:function e(t,n,r,u,o){const i=Ke.resolve(Ke.dirname(t)),s=Ke.resolve(Ke.dirname(r));if(s===i||s===Ke.parse(s).root)return o();ze.stat(s,{bigint:!0},((i,c)=>i?"ENOENT"===i.code?o():o(i):Xe(n,c)?o(new Error(Qe(t,r,u))):e(t,n,s,u,o)))},checkParentPathsSync:function e(t,n,r,u){const o=Ke.resolve(Ke.dirname(t)),i=Ke.resolve(Ke.dirname(r));if(i===o||i===Ke.parse(i).root)return;let s;try{s=ze.statSync(i,{bigint:!0})}catch(e){if("ENOENT"===e.code)return;throw e}if(Xe(n,s))throw new Error(Qe(t,r,u));return e(t,n,i,u)},isSrcSubdir:Ze,areIdentical:Xe};const tt=we,nt=p.default,rt=$e.mkdirs,ut=Ge.pathExists,ot=Ue,it=et;function st(e,t,n,r,u){const o=nt.dirname(n);ut(o,((i,s)=>i?u(i):s?at(e,t,n,r,u):void rt(o,(o=>o?u(o):at(e,t,n,r,u)))))}function ct(e,t,n,r,u,o){Promise.resolve(u.filter(n,r)).then((i=>i?e(t,n,r,u,o):o()),(e=>o(e)))}function at(e,t,n,r,u){(r.dereference?tt.stat:tt.lstat)(t,((o,i)=>o?u(o):i.isDirectory()?function(e,t,n,r,u,o){return t?Dt(n,r,u,o):function(e,t,n,r,u){tt.mkdir(n,(o=>{if(o)return u(o);Dt(t,n,r,(t=>t?u(t):dt(n,e,u)))}))}(e.mode,n,r,u,o)}(i,e,t,n,r,u):i.isFile()||i.isCharacterDevice()||i.isBlockDevice()?function(e,t,n,r,u,o){return t?function(e,t,n,r,u){if(!r.overwrite)return r.errorOnExist?u(new Error(`'${n}' already exists`)):u();tt.unlink(n,(o=>o?u(o):lt(e,t,n,r,u)))}(e,n,r,u,o):lt(e,n,r,u,o)}(i,e,t,n,r,u):i.isSymbolicLink()?function(e,t,n,r,u){tt.readlink(t,((t,o)=>t?u(t):(r.dereference&&(o=nt.resolve(process.cwd(),o)),e?void tt.readlink(n,((t,i)=>t?"EINVAL"===t.code||"UNKNOWN"===t.code?tt.symlink(o,n,u):u(t):(r.dereference&&(i=nt.resolve(process.cwd(),i)),it.isSrcSubdir(o,i)?u(new Error(`Cannot copy '${o}' to a subdirectory of itself, '${i}'.`)):e.isDirectory()&&it.isSrcSubdir(i,o)?u(new Error(`Cannot overwrite '${i}' with '${o}'.`)):function(e,t,n){tt.unlink(t,(r=>r?n(r):tt.symlink(e,t,n)))}(o,n,u)))):tt.symlink(o,n,u))))}(e,t,n,r,u):i.isSocket()?u(new Error(`Cannot copy a socket file: ${t}`)):i.isFIFO()?u(new Error(`Cannot copy a FIFO pipe: ${t}`)):u(new Error(`Unknown file: ${t}`))))}function lt(e,t,n,r,u){tt.copyFile(t,n,(o=>o?u(o):r.preserveTimestamps?function(e,t,n,r){if(function(e){return 0==(128&e)}(e))return function(e,t,n){return dt(e,128|t,n)}(n,e,(u=>u?r(u):ft(e,t,n,r)));return ft(e,t,n,r)}(e.mode,t,n,u):dt(n,e.mode,u)))}function ft(e,t,n,r){!function(e,t,n){tt.stat(e,((e,r)=>e?n(e):ot(t,r.atime,r.mtime,n)))}(t,n,(t=>t?r(t):dt(n,e,r)))}function dt(e,t,n){return tt.chmod(e,t,n)}function Dt(e,t,n,r){tt.readdir(e,((u,o)=>u?r(u):pt(o,e,t,n,r)))}function pt(e,t,n,r,u){const o=e.pop();return o?function(e,t,n,r,u,o){const i=nt.join(n,t),s=nt.join(r,t);it.checkPaths(i,s,"copy",u,((t,c)=>{if(t)return o(t);const{destStat:a}=c;!function(e,t,n,r,u){r.filter?ct(at,e,t,n,r,u):at(e,t,n,r,u)}(a,i,s,u,(t=>t?o(t):pt(e,n,r,u,o)))}))}(e,o,t,n,r,u):u()}var Et=function(e,t,n,r){"function"!=typeof n||r?"function"==typeof n&&(n={filter:n}):(r=n,n={}),r=r||function(){},(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269"),it.checkPaths(e,t,"copy",n,((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;it.checkParentPaths(e,i,t,"copy",(u=>u?r(u):n.filter?ct(st,s,e,t,n,r):st(s,e,t,n,r)))}))};const mt=we,ht=p.default,yt=$e.mkdirsSync,Ct=We,Ft=et;function gt(e,t,n,r){const u=(r.dereference?mt.statSync:mt.lstatSync)(t);if(u.isDirectory())return function(e,t,n,r,u){return t?St(n,r,u):function(e,t,n,r){return mt.mkdirSync(n),St(t,n,r),vt(n,e)}(e.mode,n,r,u)}(u,e,t,n,r);if(u.isFile()||u.isCharacterDevice()||u.isBlockDevice())return function(e,t,n,r,u){return t?function(e,t,n,r){if(r.overwrite)return mt.unlinkSync(n),At(e,t,n,r);if(r.errorOnExist)throw new Error(`'${n}' already exists`)}(e,n,r,u):At(e,n,r,u)}(u,e,t,n,r);if(u.isSymbolicLink())return function(e,t,n,r){let u=mt.readlinkSync(t);r.dereference&&(u=ht.resolve(process.cwd(),u));if(e){let e;try{e=mt.readlinkSync(n)}catch(e){if("EINVAL"===e.code||"UNKNOWN"===e.code)return mt.symlinkSync(u,n);throw e}if(r.dereference&&(e=ht.resolve(process.cwd(),e)),Ft.isSrcSubdir(u,e))throw new Error(`Cannot copy '${u}' to a subdirectory of itself, '${e}'.`);if(mt.statSync(n).isDirectory()&&Ft.isSrcSubdir(e,u))throw new Error(`Cannot overwrite '${e}' with '${u}'.`);return function(e,t){return mt.unlinkSync(t),mt.symlinkSync(e,t)}(u,n)}return mt.symlinkSync(u,n)}(e,t,n,r);if(u.isSocket())throw new Error(`Cannot copy a socket file: ${t}`);if(u.isFIFO())throw new Error(`Cannot copy a FIFO pipe: ${t}`);throw new Error(`Unknown file: ${t}`)}function At(e,t,n,r){return mt.copyFileSync(t,n),r.preserveTimestamps&&function(e,t,n){(function(e){return 0==(128&e)})(e)&&function(e,t){vt(e,128|t)}(n,e);(function(e,t){const n=mt.statSync(e);Ct(t,n.atime,n.mtime)})(t,n)}(e.mode,t,n),vt(n,e.mode)}function vt(e,t){return mt.chmodSync(e,t)}function St(e,t,n){mt.readdirSync(e).forEach((r=>function(e,t,n,r){const u=ht.join(t,e),o=ht.join(n,e),{destStat:i}=Ft.checkPathsSync(u,o,"copy",r);return function(e,t,n,r){if(!r.filter||r.filter(t,n))return gt(e,t,n,r)}(i,u,o,r)}(r,e,t,n)))}var wt=function(e,t,n){"function"==typeof n&&(n={filter:n}),(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269");const{srcStat:r,destStat:u}=Ft.checkPathsSync(e,t,"copy",n);return Ft.checkParentPathsSync(e,r,t,"copy"),function(e,t,n,r){if(r.filter&&!r.filter(t,n))return;const u=ht.dirname(n);mt.existsSync(u)||yt(u);return gt(e,t,n,r)}(u,e,t,n)};var Ot={copy:(0,re.fromCallback)(Et),copySync:wt};const bt=we,_t=p.default,Bt=g.default,Pt="win32"===process.platform;function kt(e){["unlink","chmod","stat","lstat","rmdir","readdir"].forEach((t=>{e[t]=e[t]||bt[t],e[t+="Sync"]=e[t]||bt[t]})),e.maxBusyTries=e.maxBusyTries||3}function xt(e,t,n){let r=0;"function"==typeof t&&(n=t,t={}),Bt(e,"rimraf: missing path"),Bt.strictEqual(typeof e,"string","rimraf: path should be a string"),Bt.strictEqual(typeof n,"function","rimraf: callback function required"),Bt(t,"rimraf: invalid options argument provided"),Bt.strictEqual(typeof t,"object","rimraf: options should be object"),kt(t),Nt(e,t,(function u(o){if(o){if(("EBUSY"===o.code||"ENOTEMPTY"===o.code||"EPERM"===o.code)&&rNt(e,t,u)),100*r)}"ENOENT"===o.code&&(o=null)}n(o)}))}function Nt(e,t,n){Bt(e),Bt(t),Bt("function"==typeof n),t.lstat(e,((r,u)=>r&&"ENOENT"===r.code?n(null):r&&"EPERM"===r.code&&Pt?It(e,t,r,n):u&&u.isDirectory()?Rt(e,t,r,n):void t.unlink(e,(r=>{if(r){if("ENOENT"===r.code)return n(null);if("EPERM"===r.code)return Pt?It(e,t,r,n):Rt(e,t,r,n);if("EISDIR"===r.code)return Rt(e,t,r,n)}return n(r)}))))}function It(e,t,n,r){Bt(e),Bt(t),Bt("function"==typeof r),t.chmod(e,438,(u=>{u?r("ENOENT"===u.code?null:n):t.stat(e,((u,o)=>{u?r("ENOENT"===u.code?null:n):o.isDirectory()?Rt(e,t,n,r):t.unlink(e,r)}))}))}function Tt(e,t,n){let r;Bt(e),Bt(t);try{t.chmodSync(e,438)}catch(e){if("ENOENT"===e.code)return;throw n}try{r=t.statSync(e)}catch(e){if("ENOENT"===e.code)return;throw n}r.isDirectory()?Lt(e,t,n):t.unlinkSync(e)}function Rt(e,t,n,r){Bt(e),Bt(t),Bt("function"==typeof r),t.rmdir(e,(u=>{!u||"ENOTEMPTY"!==u.code&&"EEXIST"!==u.code&&"EPERM"!==u.code?u&&"ENOTDIR"===u.code?r(n):r(u):function(e,t,n){Bt(e),Bt(t),Bt("function"==typeof n),t.readdir(e,((r,u)=>{if(r)return n(r);let o,i=u.length;if(0===i)return t.rmdir(e,n);u.forEach((r=>{xt(_t.join(e,r),t,(r=>{if(!o)return r?n(o=r):void(0==--i&&t.rmdir(e,n))}))}))}))}(e,t,r)}))}function Mt(e,t){let n;kt(t=t||{}),Bt(e,"rimraf: missing path"),Bt.strictEqual(typeof e,"string","rimraf: path should be a string"),Bt(t,"rimraf: missing options"),Bt.strictEqual(typeof t,"object","rimraf: options should be object");try{n=t.lstatSync(e)}catch(n){if("ENOENT"===n.code)return;"EPERM"===n.code&&Pt&&Tt(e,t,n)}try{n&&n.isDirectory()?Lt(e,t,null):t.unlinkSync(e)}catch(n){if("ENOENT"===n.code)return;if("EPERM"===n.code)return Pt?Tt(e,t,n):Lt(e,t,n);if("EISDIR"!==n.code)throw n;Lt(e,t,n)}}function Lt(e,t,n){Bt(e),Bt(t);try{t.rmdirSync(e)}catch(r){if("ENOTDIR"===r.code)throw n;if("ENOTEMPTY"===r.code||"EEXIST"===r.code||"EPERM"===r.code)!function(e,t){if(Bt(e),Bt(t),t.readdirSync(e).forEach((n=>Mt(_t.join(e,n),t))),!Pt){return t.rmdirSync(e,t)}{const n=Date.now();do{try{return t.rmdirSync(e,t)}catch{}}while(Date.now()-n<500)}}(e,t);else if("ENOENT"!==r.code)throw r}}var jt=xt;xt.sync=Mt;const $t=we,Ht=re.fromCallback,Jt=jt;var Gt={remove:Ht((function(e,t){if($t.rm)return $t.rm(e,{recursive:!0,force:!0},t);Jt(e,t)})),removeSync:function(e){if($t.rmSync)return $t.rmSync(e,{recursive:!0,force:!0});Jt.sync(e)}};const Vt=re.fromPromise,Ut=ne,Wt=p.default,zt=$e,Kt=Gt,qt=Vt((async function(e){let t;try{t=await Ut.readdir(e)}catch{return zt.mkdirs(e)}return Promise.all(t.map((t=>Kt.remove(Wt.join(e,t)))))}));function Yt(e){let t;try{t=Ut.readdirSync(e)}catch{return zt.mkdirsSync(e)}t.forEach((t=>{t=Wt.join(e,t),Kt.removeSync(t)}))}var Xt={emptyDirSync:Yt,emptydirSync:Yt,emptyDir:qt,emptydir:qt};const Zt=re.fromCallback,Qt=p.default,en=we,tn=$e;var nn={createFile:Zt((function(e,t){function n(){en.writeFile(e,"",(e=>{if(e)return t(e);t()}))}en.stat(e,((r,u)=>{if(!r&&u.isFile())return t();const o=Qt.dirname(e);en.stat(o,((e,r)=>{if(e)return"ENOENT"===e.code?tn.mkdirs(o,(e=>{if(e)return t(e);n()})):t(e);r.isDirectory()?n():en.readdir(o,(e=>{if(e)return t(e)}))}))}))})),createFileSync:function(e){let t;try{t=en.statSync(e)}catch{}if(t&&t.isFile())return;const n=Qt.dirname(e);try{en.statSync(n).isDirectory()||en.readdirSync(n)}catch(e){if(!e||"ENOENT"!==e.code)throw e;tn.mkdirsSync(n)}en.writeFileSync(e,"")}};const rn=re.fromCallback,un=p.default,on=we,sn=$e,cn=Ge.pathExists,{areIdentical:an}=et;var ln={createLink:rn((function(e,t,n){function r(e,t){on.link(e,t,(e=>{if(e)return n(e);n(null)}))}on.lstat(t,((u,o)=>{on.lstat(e,((u,i)=>{if(u)return u.message=u.message.replace("lstat","ensureLink"),n(u);if(o&&an(i,o))return n(null);const s=un.dirname(t);cn(s,((u,o)=>u?n(u):o?r(e,t):void sn.mkdirs(s,(u=>{if(u)return n(u);r(e,t)}))))}))}))})),createLinkSync:function(e,t){let n;try{n=on.lstatSync(t)}catch{}try{const t=on.lstatSync(e);if(n&&an(t,n))return}catch(e){throw e.message=e.message.replace("lstat","ensureLink"),e}const r=un.dirname(t);return on.existsSync(r)||sn.mkdirsSync(r),on.linkSync(e,t)}};const fn=p.default,dn=we,Dn=Ge.pathExists;var pn={symlinkPaths:function(e,t,n){if(fn.isAbsolute(e))return dn.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:e})));{const r=fn.dirname(t),u=fn.join(r,e);return Dn(u,((t,o)=>t?n(t):o?n(null,{toCwd:u,toDst:e}):dn.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:fn.relative(r,e)})))))}},symlinkPathsSync:function(e,t){let n;if(fn.isAbsolute(e)){if(n=dn.existsSync(e),!n)throw new Error("absolute srcpath does not exist");return{toCwd:e,toDst:e}}{const r=fn.dirname(t),u=fn.join(r,e);if(n=dn.existsSync(u),n)return{toCwd:u,toDst:e};if(n=dn.existsSync(e),!n)throw new Error("relative srcpath does not exist");return{toCwd:e,toDst:fn.relative(r,e)}}}};const En=we;var mn={symlinkType:function(e,t,n){if(n="function"==typeof t?t:n,t="function"!=typeof t&&t)return n(null,t);En.lstat(e,((e,r)=>{if(e)return n(null,"file");t=r&&r.isDirectory()?"dir":"file",n(null,t)}))},symlinkTypeSync:function(e,t){let n;if(t)return t;try{n=En.lstatSync(e)}catch{return"file"}return n&&n.isDirectory()?"dir":"file"}};const hn=re.fromCallback,yn=p.default,Cn=ne,Fn=$e.mkdirs,gn=$e.mkdirsSync,An=pn.symlinkPaths,vn=pn.symlinkPathsSync,Sn=mn.symlinkType,wn=mn.symlinkTypeSync,On=Ge.pathExists,{areIdentical:bn}=et;function _n(e,t,n,r){An(e,t,((u,o)=>{if(u)return r(u);e=o.toDst,Sn(o.toCwd,n,((n,u)=>{if(n)return r(n);const o=yn.dirname(t);On(o,((n,i)=>n?r(n):i?Cn.symlink(e,t,u,r):void Fn(o,(n=>{if(n)return r(n);Cn.symlink(e,t,u,r)}))))}))}))}var Bn={createSymlink:hn((function(e,t,n,r){r="function"==typeof n?n:r,n="function"!=typeof n&&n,Cn.lstat(t,((u,o)=>{!u&&o.isSymbolicLink()?Promise.all([Cn.stat(e),Cn.stat(t)]).then((([u,o])=>{if(bn(u,o))return r(null);_n(e,t,n,r)})):_n(e,t,n,r)}))})),createSymlinkSync:function(e,t,n){let r;try{r=Cn.lstatSync(t)}catch{}if(r&&r.isSymbolicLink()){const n=Cn.statSync(e),r=Cn.statSync(t);if(bn(n,r))return}const u=vn(e,t);e=u.toDst,n=wn(u.toCwd,n);const o=yn.dirname(t);return Cn.existsSync(o)||gn(o),Cn.symlinkSync(e,t,n)}};const{createFile:Pn,createFileSync:kn}=nn,{createLink:xn,createLinkSync:Nn}=ln,{createSymlink:In,createSymlinkSync:Tn}=Bn;var Rn={createFile:Pn,createFileSync:kn,ensureFile:Pn,ensureFileSync:kn,createLink:xn,createLinkSync:Nn,ensureLink:xn,ensureLinkSync:Nn,createSymlink:In,createSymlinkSync:Tn,ensureSymlink:In,ensureSymlinkSync:Tn};var Mn={stringify:function(e,{EOL:t="\n",finalEOL:n=!0,replacer:r=null,spaces:u}={}){const o=n?t:"";return JSON.stringify(e,r,u).replace(/\n/g,t)+o},stripBom:function(e){return Buffer.isBuffer(e)&&(e=e.toString("utf8")),e.replace(/^\uFEFF/,"")}};let Ln;try{Ln=we}catch(e){Ln=D.default}const jn=re,{stringify:$n,stripBom:Hn}=Mn;const Jn=jn.fromPromise((async function(e,t={}){"string"==typeof t&&(t={encoding:t});const n=t.fs||Ln,r=!("throws"in t)||t.throws;let u,o=await jn.fromCallback(n.readFile)(e,t);o=Hn(o);try{u=JSON.parse(o,t?t.reviver:null)}catch(t){if(r)throw t.message=`${e}: ${t.message}`,t;return null}return u}));const Gn=jn.fromPromise((async function(e,t,n={}){const r=n.fs||Ln,u=$n(t,n);await jn.fromCallback(r.writeFile)(e,u,n)}));const Vn={readFile:Jn,readFileSync:function(e,t={}){"string"==typeof t&&(t={encoding:t});const n=t.fs||Ln,r=!("throws"in t)||t.throws;try{let r=n.readFileSync(e,t);return r=Hn(r),JSON.parse(r,t.reviver)}catch(t){if(r)throw t.message=`${e}: ${t.message}`,t;return null}},writeFile:Gn,writeFileSync:function(e,t,n={}){const r=n.fs||Ln,u=$n(t,n);return r.writeFileSync(e,u,n)}};var Un={readJson:Vn.readFile,readJsonSync:Vn.readFileSync,writeJson:Vn.writeFile,writeJsonSync:Vn.writeFileSync};const Wn=re.fromCallback,zn=we,Kn=p.default,qn=$e,Yn=Ge.pathExists;var Xn={outputFile:Wn((function(e,t,n,r){"function"==typeof n&&(r=n,n="utf8");const u=Kn.dirname(e);Yn(u,((o,i)=>o?r(o):i?zn.writeFile(e,t,n,r):void qn.mkdirs(u,(u=>{if(u)return r(u);zn.writeFile(e,t,n,r)}))))})),outputFileSync:function(e,...t){const n=Kn.dirname(e);if(zn.existsSync(n))return zn.writeFileSync(e,...t);qn.mkdirsSync(n),zn.writeFileSync(e,...t)}};const{stringify:Zn}=Mn,{outputFile:Qn}=Xn;var er=async function(e,t,n={}){const r=Zn(t,n);await Qn(e,r,n)};const{stringify:tr}=Mn,{outputFileSync:nr}=Xn;var rr=function(e,t,n){const r=tr(t,n);nr(e,r,n)};const ur=re.fromPromise,or=Un;or.outputJson=ur(er),or.outputJsonSync=rr,or.outputJSON=or.outputJson,or.outputJSONSync=or.outputJsonSync,or.writeJSON=or.writeJson,or.writeJSONSync=or.writeJsonSync,or.readJSON=or.readJson,or.readJSONSync=or.readJsonSync;var ir=or;const sr=we,cr=p.default,ar=Ot.copy,lr=Gt.remove,fr=$e.mkdirp,dr=Ge.pathExists,Dr=et;function pr(e,t,n,r,u){return r?Er(e,t,n,u):n?lr(t,(r=>r?u(r):Er(e,t,n,u))):void dr(t,((r,o)=>r?u(r):o?u(new Error("dest already exists.")):Er(e,t,n,u)))}function Er(e,t,n,r){sr.rename(e,t,(u=>u?"EXDEV"!==u.code?r(u):function(e,t,n,r){const u={overwrite:n,errorOnExist:!0};ar(e,t,u,(t=>t?r(t):lr(e,r)))}(e,t,n,r):r()))}var mr=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=n.overwrite||n.clobber||!1;Dr.checkPaths(e,t,"move",n,((n,o)=>{if(n)return r(n);const{srcStat:i,isChangingCase:s=!1}=o;Dr.checkParentPaths(e,i,t,"move",(n=>n?r(n):function(e){const t=cr.dirname(e);return cr.parse(t).root===t}(t)?pr(e,t,u,s,r):void fr(cr.dirname(t),(n=>n?r(n):pr(e,t,u,s,r)))))}))};const hr=we,yr=p.default,Cr=Ot.copySync,Fr=Gt.removeSync,gr=$e.mkdirpSync,Ar=et;function vr(e,t,n){try{hr.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)throw r;return function(e,t,n){const r={overwrite:n,errorOnExist:!0};return Cr(e,t,r),Fr(e)}(e,t,n)}}var Sr=function(e,t,n){const r=(n=n||{}).overwrite||n.clobber||!1,{srcStat:u,isChangingCase:o=!1}=Ar.checkPathsSync(e,t,"move",n);return Ar.checkParentPathsSync(e,u,t,"move"),function(e){const t=yr.dirname(e);return yr.parse(t).root===t}(t)||gr(yr.dirname(t)),function(e,t,n,r){if(r)return vr(e,t,n);if(n)return Fr(t),vr(e,t,n);if(hr.existsSync(t))throw new Error("dest already exists.");return vr(e,t,n)}(e,t,r,o)};var wr,Or,br,_r,Br,Pr={move:(0,re.fromCallback)(mr),moveSync:Sr},kr={...ne,...Ot,...Xt,...Rn,...ir,...$e,...Pr,...Xn,...Ge,...Gt},xr={},Nr={exports:{}},Ir={exports:{}};function Tr(){if(Or)return wr;Or=1;var e=1e3,t=60*e,n=60*t,r=24*n,u=7*r,o=365.25*r;function i(e,t,n,r){var u=t>=1.5*n;return Math.round(e/n)+" "+r+(u?"s":"")}return wr=function(s,c){c=c||{};var a=typeof s;if("string"===a&&s.length>0)return function(i){if((i=String(i)).length>100)return;var s=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(i);if(!s)return;var c=parseFloat(s[1]);switch((s[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return c*o;case"weeks":case"week":case"w":return c*u;case"days":case"day":case"d":return c*r;case"hours":case"hour":case"hrs":case"hr":case"h":return c*n;case"minutes":case"minute":case"mins":case"min":case"m":return c*t;case"seconds":case"second":case"secs":case"sec":case"s":return c*e;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return c;default:return}}(s);if("number"===a&&isFinite(s))return c.long?function(u){var o=Math.abs(u);if(o>=r)return i(u,o,r,"day");if(o>=n)return i(u,o,n,"hour");if(o>=t)return i(u,o,t,"minute");if(o>=e)return i(u,o,e,"second");return u+" ms"}(s):function(u){var o=Math.abs(u);if(o>=r)return Math.round(u/r)+"d";if(o>=n)return Math.round(u/n)+"h";if(o>=t)return Math.round(u/t)+"m";if(o>=e)return Math.round(u/e)+"s";return u+"ms"}(s);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(s))}}function Rr(){if(_r)return br;return _r=1,br=function(e){function t(e){let r,u,o,i=null;function s(...e){if(!s.enabled)return;const n=s,u=Number(new Date),o=u-(r||u);n.diff=o,n.prev=r,n.curr=u,r=u,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let i=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((r,u)=>{if("%%"===r)return"%";i++;const o=t.formatters[u];if("function"==typeof o){const t=e[i];r=o.call(n,t),e.splice(i,1),i--}return r})),t.formatArgs.call(n,e);(n.log||t.log).apply(n,e)}return s.namespace=e,s.useColors=t.useColors(),s.color=t.selectColor(e),s.extend=n,s.destroy=t.destroy,Object.defineProperty(s,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==i?i:(u!==t.namespaces&&(u=t.namespaces,o=t.enabled(e)),o),set:e=>{i=e}}),"function"==typeof t.init&&t.init(s),s}function n(e,n){const r=t(this.namespace+(void 0===n?":":n)+e);return r.log=this.log,r}function r(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){if(e instanceof Error)return e.stack||e.message;return e},t.disable=function(){const e=[...t.names.map(r),...t.skips.map(r).map((e=>"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){let n;t.save(e),t.namespaces=e,t.names=[],t.skips=[];const r=("string"==typeof e?e:"").split(/[\s,]+/),u=r.length;for(n=0;n{t[n]=e[n]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let n=0;for(let t=0;t{const n=e.startsWith("-")?"":1===e.length?"-":"--",r=t.indexOf(n+e),u=t.indexOf("--");return-1!==r&&(-1===u||r{}),"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."),t.colors=[6,2,3,4,5,1];try{const e=function(){if($r)return jr;$r=1;const e=E.default,t=A.default,n=Vr(),{env:r}=process;let u;function o(e){return 0!==e&&{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}function i(t,o){if(0===u)return 0;if(n("color=16m")||n("color=full")||n("color=truecolor"))return 3;if(n("color=256"))return 2;if(t&&!o&&void 0===u)return 0;const i=u||0;if("dumb"===r.TERM)return i;if("win32"===process.platform){const t=e.release().split(".");return Number(t[0])>=10&&Number(t[2])>=10586?Number(t[2])>=14931?3:2:1}if("CI"in r)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some((e=>e in r))||"codeship"===r.CI_NAME?1:i;if("TEAMCITY_VERSION"in r)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(r.TEAMCITY_VERSION)?1:0;if("truecolor"===r.COLORTERM)return 3;if("TERM_PROGRAM"in r){const e=parseInt((r.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(r.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(r.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(r.TERM)||"COLORTERM"in r?1:i}return n("no-color")||n("no-colors")||n("color=false")||n("color=never")?u=0:(n("color")||n("colors")||n("color=true")||n("color=always"))&&(u=1),"FORCE_COLOR"in r&&(u="true"===r.FORCE_COLOR?1:"false"===r.FORCE_COLOR?0:0===r.FORCE_COLOR.length?1:Math.min(parseInt(r.FORCE_COLOR,10),3)),jr={supportsColor:function(e){return o(i(e,e&&e.isTTY))},stdout:o(i(!0,t.isatty(1))),stderr:o(i(!0,t.isatty(2)))}}();e&&(e.stderr||e).level>=2&&(t.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch(e){}t.inspectOpts=Object.keys(process.env).filter((e=>/^debug_/i.test(e))).reduce(((e,t)=>{const n=t.substring(6).toLowerCase().replace(/_([a-z])/g,((e,t)=>t.toUpperCase()));let r=process.env[t];return r=!!/^(yes|on|true|enabled)$/i.test(r)||!/^(no|off|false|disabled)$/i.test(r)&&("null"===r?null:Number(r)),e[n]=r,e}),{}),e.exports=Rr()(t);const{formatters:u}=e.exports;u.o=function(e){return this.inspectOpts.colors=this.useColors,r.inspect(e,this.inspectOpts).split("\n").map((e=>e.trim())).join(" ")},u.O=function(e){return this.inspectOpts.colors=this.useColors,r.inspect(e,this.inspectOpts)}}(Gr,Gr.exports)),Gr.exports}Jr=Nr,"undefined"==typeof process||"renderer"===process.type||!0===process.browser||process.__nwjs?Jr.exports=(Br||(Br=1,function(e,t){t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const n="color: "+this.color;t.splice(1,0,n,"color: inherit");let r=0,u=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(r++,"%c"===e&&(u=r))})),t.splice(u,0,n)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug")}catch(e){}return!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e},t.useColors=function(){return!("undefined"==typeof window||!window.process||"renderer"!==window.process.type&&!window.process.__nwjs)||("undefined"==typeof navigator||!navigator.userAgent||!navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))&&("undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/))},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=Rr()(t);const{formatters:n}=e.exports;n.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}}(Ir,Ir.exports)),Ir.exports):Jr.exports=Ur();var Wr=function(e){return(e=e||{}).circles?function(e){var t=[],n=[];return e.proto?function e(u){if("object"!=typeof u||null===u)return u;if(u instanceof Date)return new Date(u);if(Array.isArray(u))return r(u,e);if(u instanceof Map)return new Map(r(Array.from(u),e));if(u instanceof Set)return new Set(r(Array.from(u),e));var o={};for(var i in t.push(u),n.push(o),u){var s=u[i];if("object"!=typeof s||null===s)o[i]=s;else if(s instanceof Date)o[i]=new Date(s);else if(s instanceof Map)o[i]=new Map(r(Array.from(s),e));else if(s instanceof Set)o[i]=new Set(r(Array.from(s),e));else if(ArrayBuffer.isView(s))o[i]=zr(s);else{var c=t.indexOf(s);o[i]=-1!==c?n[c]:e(s)}}return t.pop(),n.pop(),o}:function e(u){if("object"!=typeof u||null===u)return u;if(u instanceof Date)return new Date(u);if(Array.isArray(u))return r(u,e);if(u instanceof Map)return new Map(r(Array.from(u),e));if(u instanceof Set)return new Set(r(Array.from(u),e));var o={};for(var i in t.push(u),n.push(o),u)if(!1!==Object.hasOwnProperty.call(u,i)){var s=u[i];if("object"!=typeof s||null===s)o[i]=s;else if(s instanceof Date)o[i]=new Date(s);else if(s instanceof Map)o[i]=new Map(r(Array.from(s),e));else if(s instanceof Set)o[i]=new Set(r(Array.from(s),e));else if(ArrayBuffer.isView(s))o[i]=zr(s);else{var c=t.indexOf(s);o[i]=-1!==c?n[c]:e(s)}}return t.pop(),n.pop(),o};function r(e,r){for(var u=Object.keys(e),o=new Array(u.length),i=0;i!e,Qr=e=>e&&"object"==typeof e&&!Array.isArray(e),eu=(e,t,n)=>{(Array.isArray(t)?t:[t]).forEach((t=>{if(t)throw new Error(`Problem with log4js configuration: (${Kr.inspect(e,{depth:5})}) - ${n}`)}))};var tu={configure:e=>{qr("New configuration to be validated: ",e),eu(e,Zr(Qr(e)),"must be an object."),qr(`Calling pre-processing listeners (${Yr.length})`),Yr.forEach((t=>t(e))),qr("Configuration pre-processing finished."),qr(`Calling configuration listeners (${Xr.length})`),Xr.forEach((t=>t(e))),qr("Configuration finished.")},addListener:e=>{Xr.push(e),qr(`Added listener, now ${Xr.length} listeners`)},addPreProcessingListener:e=>{Yr.push(e),qr(`Added pre-processing listener, now ${Yr.length} listeners`)},throwExceptionIf:eu,anObject:Qr,anInteger:e=>e&&"number"==typeof e&&Number.isInteger(e),validIdentifier:e=>/^[A-Za-z][A-Za-z0-9_]*$/g.test(e),not:Zr},nu={exports:{}};!function(e){function t(e,t){for(var n=e.toString();n.length-1?s:c,l=n(u.getHours()),f=n(u.getMinutes()),d=n(u.getSeconds()),D=t(u.getMilliseconds(),3),p=function(e){var t=Math.abs(e),n=String(Math.floor(t/60)),r=String(t%60);return n=("0"+n).slice(-2),r=("0"+r).slice(-2),0===e?"Z":(e<0?"+":"-")+n+":"+r}(u.getTimezoneOffset());return r.replace(/dd/g,o).replace(/MM/g,i).replace(/y{1,4}/g,a).replace(/hh/g,l).replace(/mm/g,f).replace(/ss/g,d).replace(/SSS/g,D).replace(/O/g,p)}function u(e,t,n,r){e["set"+(r?"":"UTC")+t](n)}e.exports=r,e.exports.asString=r,e.exports.parse=function(t,n,r){if(!t)throw new Error("pattern must be supplied");return function(t,n,r){var o=t.indexOf("O")<0,i=!1,s=[{pattern:/y{1,4}/,regexp:"\\d{1,4}",fn:function(e,t){u(e,"FullYear",t,o)}},{pattern:/MM/,regexp:"\\d{1,2}",fn:function(e,t){u(e,"Month",t-1,o),e.getMonth()!==t-1&&(i=!0)}},{pattern:/dd/,regexp:"\\d{1,2}",fn:function(e,t){i&&u(e,"Month",e.getMonth()-1,o),u(e,"Date",t,o)}},{pattern:/hh/,regexp:"\\d{1,2}",fn:function(e,t){u(e,"Hours",t,o)}},{pattern:/mm/,regexp:"\\d\\d",fn:function(e,t){u(e,"Minutes",t,o)}},{pattern:/ss/,regexp:"\\d\\d",fn:function(e,t){u(e,"Seconds",t,o)}},{pattern:/SSS/,regexp:"\\d\\d\\d",fn:function(e,t){u(e,"Milliseconds",t,o)}},{pattern:/O/,regexp:"[+-]\\d{1,2}:?\\d{2}?|Z",fn:function(e,t){t="Z"===t?0:t.replace(":","");var n=Math.abs(t),r=(t>0?-1:1)*(n%100+60*Math.floor(n/100));e.setUTCMinutes(e.getUTCMinutes()+r)}}],c=s.reduce((function(e,t){return t.pattern.test(e.regexp)?(t.index=e.regexp.match(t.pattern).index,e.regexp=e.regexp.replace(t.pattern,"("+t.regexp+")")):t.index=-1,e}),{regexp:t,index:[]}),a=s.filter((function(e){return e.index>-1}));a.sort((function(e,t){return e.index-t.index}));var l=new RegExp(c.regexp).exec(n);if(l){var f=r||e.exports.now();return a.forEach((function(e,t){e.fn(f,l[t+1])})),f}throw new Error("String '"+n+"' could not be parsed as '"+t+"'")}(t,n,r)},e.exports.now=function(){return new Date},e.exports.ISO8601_FORMAT="yyyy-MM-ddThh:mm:ss.SSS",e.exports.ISO8601_WITH_TZ_OFFSET_FORMAT="yyyy-MM-ddThh:mm:ss.SSSO",e.exports.DATETIME_FORMAT="dd MM yyyy hh:mm:ss.SSS",e.exports.ABSOLUTETIME_FORMAT="hh:mm:ss.SSS"}(nu);const ru=nu.exports,uu=E.default,ou=F.default,iu=p.default,su={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[90,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[91,39],yellow:[33,39]};function cu(e){return e?`[${su[e][0]}m`:""}function au(e){return e?`[${su[e][1]}m`:""}function lu(e,t){return n=ou.format("[%s] [%s] %s - ",ru.asString(e.startTime),e.level.toString(),e.categoryName),cu(r=t)+n+au(r);var n,r}function fu(e){return lu(e)+ou.format(...e.data)}function du(e){return lu(e,e.level.colour)+ou.format(...e.data)}function Du(e){return ou.format(...e.data)}function pu(e){return e.data[0]}function Eu(e,t){const n=/%(-?[0-9]+)?(\.?-?[0-9]+)?([[\]cdhmnprzxXyflos%])(\{([^}]+)\})?|([^%]+)/;function r(e){return e&&e.pid?e.pid.toString():process.pid.toString()}e=e||"%r %p %c - %m%n";const u={c:function(e,t){let n=e.categoryName;if(t){const e=parseInt(t,10),r=n.split(".");ee&&(n=r.slice(-e).join(iu.sep))}return n},l:function(e){return e.lineNumber?`${e.lineNumber}`:""},o:function(e){return e.columnNumber?`${e.columnNumber}`:""},s:function(e){return e.callStack||""}};function o(e,t,n){return u[e](t,n)}function i(e,t,n){let r=e;return r=function(e,t){let n;return e?(n=parseInt(e.substr(1),10),n>0?t.slice(0,n):t.slice(n)):t}(t,r),r=function(e,t){let n;if(e)if("-"===e.charAt(0))for(n=parseInt(e.substr(1),10);t.lengthDu,basic:()=>fu,colored:()=>du,coloured:()=>du,pattern:e=>Eu(e&&e.pattern,e&&e.tokens),dummy:()=>pu};var hu={basicLayout:fu,messagePassThroughLayout:Du,patternLayout:Eu,colouredLayout:du,coloredLayout:du,dummyLayout:pu,addLayout(e,t){mu[e]=t},layout:(e,t)=>mu[e]&&mu[e](t)};const yu=tu,Cu=["white","grey","black","blue","cyan","green","magenta","red","yellow"];class Fu{constructor(e,t,n){this.level=e,this.levelStr=t,this.colour=n}toString(){return this.levelStr}static getLevel(e,t){return e?e instanceof Fu?e:(e instanceof Object&&e.levelStr&&(e=e.levelStr),Fu[e.toString().toUpperCase()]||t):t}static addLevels(e){if(e){Object.keys(e).forEach((t=>{const n=t.toUpperCase();Fu[n]=new Fu(e[t].value,n,e[t].colour);const r=Fu.levels.findIndex((e=>e.levelStr===n));r>-1?Fu.levels[r]=Fu[n]:Fu.levels.push(Fu[n])})),Fu.levels.sort(((e,t)=>e.level-t.level))}}isLessThanOrEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level<=e.level}isGreaterThanOrEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level>=e.level}isEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level===e.level}}Fu.levels=[],Fu.addLevels({ALL:{value:Number.MIN_VALUE,colour:"grey"},TRACE:{value:5e3,colour:"blue"},DEBUG:{value:1e4,colour:"cyan"},INFO:{value:2e4,colour:"green"},WARN:{value:3e4,colour:"yellow"},ERROR:{value:4e4,colour:"red"},FATAL:{value:5e4,colour:"magenta"},MARK:{value:9007199254740992,colour:"grey"},OFF:{value:Number.MAX_VALUE,colour:"grey"}}),yu.addListener((e=>{const t=e.levels;if(t){yu.throwExceptionIf(e,yu.not(yu.anObject(t)),"levels must be an object");Object.keys(t).forEach((n=>{yu.throwExceptionIf(e,yu.not(yu.validIdentifier(n)),`level name "${n}" is not a valid identifier (must start with a letter, only contain A-Z,a-z,0-9,_)`),yu.throwExceptionIf(e,yu.not(yu.anObject(t[n])),`level "${n}" must be an object`),yu.throwExceptionIf(e,yu.not(t[n].value),`level "${n}" must have a 'value' property`),yu.throwExceptionIf(e,yu.not(yu.anInteger(t[n].value)),`level "${n}".value must have an integer value`),yu.throwExceptionIf(e,yu.not(t[n].colour),`level "${n}" must have a 'colour' property`),yu.throwExceptionIf(e,yu.not(Cu.indexOf(t[n].colour)>-1),`level "${n}".colour must be one of ${Cu.join(", ")}`)}))}})),yu.addListener((e=>{Fu.addLevels(e.levels)}));var gu=Fu,Au={exports:{}},vu={};/*! (c) 2020 Andrea Giammarchi */ +const{parse:Su,stringify:wu}=JSON,{keys:Ou}=Object,bu=String,_u="string",Bu={},Pu="object",ku=(e,t)=>t,xu=e=>e instanceof bu?bu(e):e,Nu=(e,t)=>typeof t===_u?new bu(t):t,Iu=(e,t,n,r)=>{const u=[];for(let o=Ou(n),{length:i}=o,s=0;s{const r=bu(t.push(n)-1);return e.set(n,r),r},Ru=(e,t)=>{const n=Su(e,Nu).map(xu),r=n[0],u=t||ku,o=typeof r===Pu&&r?Iu(n,new Set,r,u):r;return u.call({"":o},"",o)};vu.parse=Ru;const Mu=(e,t,n)=>{const r=t&&typeof t===Pu?(e,n)=>""===e||-1Su(Mu(e));vu.fromJSON=e=>Ru(wu(e));const Lu=vu,ju=gu;class $u{constructor(e,t,n,r,u){this.startTime=new Date,this.categoryName=e,this.data=n,this.level=t,this.context=Object.assign({},r),this.pid=process.pid,u&&(this.functionName=u.functionName,this.fileName=u.fileName,this.lineNumber=u.lineNumber,this.columnNumber=u.columnNumber,this.callStack=u.callStack)}serialise(){const e=this.data.map((e=>(e&&e.message&&e.stack&&(e=Object.assign({message:e.message,stack:e.stack},e)),e)));return this.data=e,Lu.stringify(this)}static deserialise(e){let t;try{const n=Lu.parse(e);n.data=n.data.map((e=>{if(e&&e.message&&e.stack){const t=new Error(e);Object.keys(e).forEach((n=>{t[n]=e[n]})),e=t}return e})),t=new $u(n.categoryName,ju.getLevel(n.level.levelStr),n.data,n.context),t.startTime=new Date(n.startTime),t.pid=n.pid,t.cluster=n.cluster}catch(n){t=new $u("log4js",ju.ERROR,["Unable to parse log:",e,"because: ",n])}return t}}var Hu=$u;const Ju=Nr.exports("log4js:clustering"),Gu=Hu,Vu=tu;let Uu=!1,Wu=null;try{Wu=require("cluster")}catch(e){Ju("cluster module not present"),Uu=!0}const zu=[];let Ku=!1,qu="NODE_APP_INSTANCE";const Yu=()=>Ku&&"0"===process.env[qu],Xu=()=>Uu||Wu.isMaster||Yu(),Zu=e=>{zu.forEach((t=>t(e)))},Qu=(e,t)=>{if(Ju("cluster message received from worker ",e,": ",t),e.topic&&e.data&&(t=e,e=void 0),t&&t.topic&&"log4js:message"===t.topic){Ju("received message: ",t.data);const e=Gu.deserialise(t.data);Zu(e)}};Uu||Vu.addListener((e=>{zu.length=0,({pm2:Ku,disableClustering:Uu,pm2InstanceVar:qu="NODE_APP_INSTANCE"}=e),Ju(`clustering disabled ? ${Uu}`),Ju(`cluster.isMaster ? ${Wu&&Wu.isMaster}`),Ju(`pm2 enabled ? ${Ku}`),Ju(`pm2InstanceVar = ${qu}`),Ju(`process.env[${qu}] = ${process.env[qu]}`),Ku&&process.removeListener("message",Qu),Wu&&Wu.removeListener&&Wu.removeListener("message",Qu),Uu||e.disableClustering?Ju("Not listening for cluster messages, because clustering disabled."):Yu()?(Ju("listening for PM2 broadcast messages"),process.on("message",Qu)):Wu.isMaster?(Ju("listening for cluster messages"),Wu.on("message",Qu)):Ju("not listening for messages, because we are not a master process")}));var eo={onlyOnMaster:(e,t)=>Xu()?e():t,isMaster:Xu,send:e=>{Xu()?Zu(e):(Ku||(e.cluster={workerId:Wu.worker.id,worker:process.pid}),process.send({topic:"log4js:message",data:e.serialise()}))},onMessage:e=>{zu.push(e)}},to={};function no(e){if("number"==typeof e&&Number.isInteger(e))return e;const t={K:1024,M:1048576,G:1073741824},n=Object.keys(t),r=e.substr(e.length-1).toLocaleUpperCase(),u=e.substring(0,e.length-1).trim();if(n.indexOf(r)<0||!Number.isInteger(Number(u)))throw Error(`maxLogSize: "${e}" is invalid`);return u*t[r]}function ro(e){return function(e,t){const n=Object.assign({},t);return Object.keys(e).forEach((r=>{n[r]&&(n[r]=e[r](t[r]))})),n}({maxLogSize:no},e)}const uo={file:ro,fileSync:ro};to.modifyConfig=e=>uo[e.type]?uo[e.type](e):e;var oo={};const io=console.log.bind(console);oo.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{io(e(n,t))}}(n,e.timezoneOffset)};var so={};so.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{process.stdout.write(`${e(n,t)}\n`)}}(n,e.timezoneOffset)};var co={};co.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{process.stderr.write(`${e(n,t)}\n`)}}(n,e.timezoneOffset)};var ao={};ao.configure=function(e,t,n,r){const u=n(e.appender);return function(e,t,n,r){const u=r.getLevel(e),o=r.getLevel(t,r.FATAL);return e=>{const t=e.level;t.isGreaterThanOrEqualTo(u)&&t.isLessThanOrEqualTo(o)&&n(e)}}(e.level,e.maxLevel,u,r)};var lo={};const fo=Nr.exports("log4js:categoryFilter");lo.configure=function(e,t,n){const r=n(e.appender);return function(e,t){return"string"==typeof e&&(e=[e]),n=>{fo(`Checking ${n.categoryName} against ${e}`),-1===e.indexOf(n.categoryName)&&(fo("Not excluded, sending to appender"),t(n))}}(e.exclude,r)};var Do={};const po=Nr.exports("log4js:noLogFilter");Do.configure=function(e,t,n){const r=n(e.appender);return function(e,t){return n=>{po(`Checking data: ${n.data} against filters: ${e}`),"string"==typeof e&&(e=[e]),e=e.filter((e=>null!=e&&""!==e));const r=new RegExp(e.join("|"),"i");(0===e.length||n.data.findIndex((e=>r.test(e)))<0)&&(po("Not excluded, sending to appender"),t(n))}}(e.exclude,r)};var Eo={},mo={exports:{}},ho={},yo={fromCallback:function(e){return Object.defineProperty((function(){if("function"!=typeof arguments[arguments.length-1])return new Promise(((t,n)=>{arguments[arguments.length]=(e,r)=>{if(e)return n(e);t(r)},arguments.length++,e.apply(this,arguments)}));e.apply(this,arguments)}),"name",{value:e.name})},fromPromise:function(e){return Object.defineProperty((function(){const t=arguments[arguments.length-1];if("function"!=typeof t)return e.apply(this,arguments);e.apply(this,arguments).then((e=>t(null,e)),t)}),"name",{value:e.name})}};!function(e){const t=yo.fromCallback,n=we,r=["access","appendFile","chmod","chown","close","copyFile","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","lchown","lchmod","link","lstat","mkdir","mkdtemp","open","readFile","readdir","readlink","realpath","rename","rmdir","stat","symlink","truncate","unlink","utimes","writeFile"].filter((e=>"function"==typeof n[e]));Object.keys(n).forEach((t=>{"promises"!==t&&(e[t]=n[t])})),r.forEach((r=>{e[r]=t(n[r])})),e.exists=function(e,t){return"function"==typeof t?n.exists(e,t):new Promise((t=>n.exists(e,t)))},e.read=function(e,t,r,u,o,i){return"function"==typeof i?n.read(e,t,r,u,o,i):new Promise(((i,s)=>{n.read(e,t,r,u,o,((e,t,n)=>{if(e)return s(e);i({bytesRead:t,buffer:n})}))}))},e.write=function(e,t,...r){return"function"==typeof r[r.length-1]?n.write(e,t,...r):new Promise(((u,o)=>{n.write(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffer:n})}))}))},"function"==typeof n.realpath.native&&(e.realpath.native=t(n.realpath.native))}(ho);const Co=p.default;function Fo(e){return(e=Co.normalize(Co.resolve(e)).split(Co.sep)).length>0?e[0]:null}const go=/[<>:"|?*]/;var Ao=function(e){const t=Fo(e);return e=e.replace(t,""),go.test(e)};const vo=we,So=p.default,wo=Ao,Oo=parseInt("0777",8);var bo=function e(t,n,r,u){if("function"==typeof n?(r=n,n={}):n&&"object"==typeof n||(n={mode:n}),"win32"===process.platform&&wo(t)){const e=new Error(t+" contains invalid WIN32 path characters.");return e.code="EINVAL",r(e)}let o=n.mode;const i=n.fs||vo;void 0===o&&(o=Oo&~process.umask()),u||(u=null),r=r||function(){},t=So.resolve(t),i.mkdir(t,o,(o=>{if(!o)return r(null,u=u||t);if("ENOENT"===o.code){if(So.dirname(t)===t)return r(o);e(So.dirname(t),n,((u,o)=>{u?r(u,o):e(t,n,r,o)}))}else i.stat(t,((e,t)=>{e||!t.isDirectory()?r(o,u):r(null,u)}))}))};const _o=we,Bo=p.default,Po=Ao,ko=parseInt("0777",8);var xo=function e(t,n,r){n&&"object"==typeof n||(n={mode:n});let u=n.mode;const o=n.fs||_o;if("win32"===process.platform&&Po(t)){const e=new Error(t+" contains invalid WIN32 path characters.");throw e.code="EINVAL",e}void 0===u&&(u=ko&~process.umask()),r||(r=null),t=Bo.resolve(t);try{o.mkdirSync(t,u),r=r||t}catch(u){if("ENOENT"===u.code){if(Bo.dirname(t)===t)throw u;r=e(Bo.dirname(t),n,r),e(t,n,r)}else{let e;try{e=o.statSync(t)}catch(e){throw u}if(!e.isDirectory())throw u}}return r};const No=(0,yo.fromCallback)(bo);var Io={mkdirs:No,mkdirsSync:xo,mkdirp:No,mkdirpSync:xo,ensureDir:No,ensureDirSync:xo};const To=we;E.default,p.default;var Ro=function(e,t,n,r){To.open(e,"r+",((e,u)=>{if(e)return r(e);To.futimes(u,t,n,(e=>{To.close(u,(t=>{r&&r(e||t)}))}))}))},Mo=function(e,t,n){const r=To.openSync(e,"r+");return To.futimesSync(r,t,n),To.closeSync(r)};const Lo=we,jo=p.default,$o=10,Ho=5,Jo=0,Go=process.versions.node.split("."),Vo=Number.parseInt(Go[0],10),Uo=Number.parseInt(Go[1],10),Wo=Number.parseInt(Go[2],10);function zo(){if(Vo>$o)return!0;if(Vo===$o){if(Uo>Ho)return!0;if(Uo===Ho&&Wo>=Jo)return!0}return!1}function Ko(e,t){const n=jo.resolve(e).split(jo.sep).filter((e=>e)),r=jo.resolve(t).split(jo.sep).filter((e=>e));return n.reduce(((e,t,n)=>e&&r[n]===t),!0)}function qo(e,t,n){return`Cannot ${n} '${e}' to a subdirectory of itself, '${t}'.`}var Yo,Xo,Zo={checkPaths:function(e,t,n,r){!function(e,t,n){zo()?Lo.stat(e,{bigint:!0},((e,r)=>{if(e)return n(e);Lo.stat(t,{bigint:!0},((e,t)=>e?"ENOENT"===e.code?n(null,{srcStat:r,destStat:null}):n(e):n(null,{srcStat:r,destStat:t})))})):Lo.stat(e,((e,r)=>{if(e)return n(e);Lo.stat(t,((e,t)=>e?"ENOENT"===e.code?n(null,{srcStat:r,destStat:null}):n(e):n(null,{srcStat:r,destStat:t})))}))}(e,t,((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;return s&&s.ino&&s.dev&&s.ino===i.ino&&s.dev===i.dev?r(new Error("Source and destination must not be the same.")):i.isDirectory()&&Ko(e,t)?r(new Error(qo(e,t,n))):r(null,{srcStat:i,destStat:s})}))},checkPathsSync:function(e,t,n){const{srcStat:r,destStat:u}=function(e,t){let n,r;n=zo()?Lo.statSync(e,{bigint:!0}):Lo.statSync(e);try{r=zo()?Lo.statSync(t,{bigint:!0}):Lo.statSync(t)}catch(e){if("ENOENT"===e.code)return{srcStat:n,destStat:null};throw e}return{srcStat:n,destStat:r}}(e,t);if(u&&u.ino&&u.dev&&u.ino===r.ino&&u.dev===r.dev)throw new Error("Source and destination must not be the same.");if(r.isDirectory()&&Ko(e,t))throw new Error(qo(e,t,n));return{srcStat:r,destStat:u}},checkParentPaths:function e(t,n,r,u,o){const i=jo.resolve(jo.dirname(t)),s=jo.resolve(jo.dirname(r));if(s===i||s===jo.parse(s).root)return o();zo()?Lo.stat(s,{bigint:!0},((i,c)=>i?"ENOENT"===i.code?o():o(i):c.ino&&c.dev&&c.ino===n.ino&&c.dev===n.dev?o(new Error(qo(t,r,u))):e(t,n,s,u,o))):Lo.stat(s,((i,c)=>i?"ENOENT"===i.code?o():o(i):c.ino&&c.dev&&c.ino===n.ino&&c.dev===n.dev?o(new Error(qo(t,r,u))):e(t,n,s,u,o)))},checkParentPathsSync:function e(t,n,r,u){const o=jo.resolve(jo.dirname(t)),i=jo.resolve(jo.dirname(r));if(i===o||i===jo.parse(i).root)return;let s;try{s=zo()?Lo.statSync(i,{bigint:!0}):Lo.statSync(i)}catch(e){if("ENOENT"===e.code)return;throw e}if(s.ino&&s.dev&&s.ino===n.ino&&s.dev===n.dev)throw new Error(qo(t,r,u));return e(t,n,i,u)},isSrcSubdir:Ko};const Qo=we,ei=p.default,ti=Io.mkdirsSync,ni=Mo,ri=Zo;function ui(e,t,n,r){if(!r.filter||r.filter(t,n))return function(e,t,n,r){const u=r.dereference?Qo.statSync:Qo.lstatSync,o=u(t);if(o.isDirectory())return function(e,t,n,r,u){if(!t)return function(e,t,n,r){return Qo.mkdirSync(n),ii(t,n,r),Qo.chmodSync(n,e.mode)}(e,n,r,u);if(t&&!t.isDirectory())throw new Error(`Cannot overwrite non-directory '${r}' with directory '${n}'.`);return ii(n,r,u)}(o,e,t,n,r);if(o.isFile()||o.isCharacterDevice()||o.isBlockDevice())return function(e,t,n,r,u){return t?function(e,t,n,r){if(r.overwrite)return Qo.unlinkSync(n),oi(e,t,n,r);if(r.errorOnExist)throw new Error(`'${n}' already exists`)}(e,n,r,u):oi(e,n,r,u)}(o,e,t,n,r);if(o.isSymbolicLink())return function(e,t,n,r){let u=Qo.readlinkSync(t);r.dereference&&(u=ei.resolve(process.cwd(),u));if(e){let e;try{e=Qo.readlinkSync(n)}catch(e){if("EINVAL"===e.code||"UNKNOWN"===e.code)return Qo.symlinkSync(u,n);throw e}if(r.dereference&&(e=ei.resolve(process.cwd(),e)),ri.isSrcSubdir(u,e))throw new Error(`Cannot copy '${u}' to a subdirectory of itself, '${e}'.`);if(Qo.statSync(n).isDirectory()&&ri.isSrcSubdir(e,u))throw new Error(`Cannot overwrite '${e}' with '${u}'.`);return function(e,t){return Qo.unlinkSync(t),Qo.symlinkSync(e,t)}(u,n)}return Qo.symlinkSync(u,n)}(e,t,n,r)}(e,t,n,r)}function oi(e,t,n,r){return"function"==typeof Qo.copyFileSync?(Qo.copyFileSync(t,n),Qo.chmodSync(n,e.mode),r.preserveTimestamps?ni(n,e.atime,e.mtime):void 0):function(e,t,n,r){const u=65536,o=(Xo?Yo:(Xo=1,Yo=function(e){if("function"==typeof Buffer.allocUnsafe)try{return Buffer.allocUnsafe(e)}catch(t){return new Buffer(e)}return new Buffer(e)}))(u),i=Qo.openSync(t,"r"),s=Qo.openSync(n,"w",e.mode);let c=0;for(;cfunction(e,t,n,r){const u=ei.join(t,e),o=ei.join(n,e),{destStat:i}=ri.checkPathsSync(u,o,"copy");return ui(i,u,o,r)}(r,e,t,n)))}var si=function(e,t,n){"function"==typeof n&&(n={filter:n}),(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269");const{srcStat:r,destStat:u}=ri.checkPathsSync(e,t,"copy");return ri.checkParentPathsSync(e,r,t,"copy"),function(e,t,n,r){if(r.filter&&!r.filter(t,n))return;const u=ei.dirname(n);Qo.existsSync(u)||ti(u);return ui(e,t,n,r)}(u,e,t,n)},ci={copySync:si};const ai=yo.fromPromise,li=ho;var fi={pathExists:ai((function(e){return li.access(e).then((()=>!0)).catch((()=>!1))})),pathExistsSync:li.existsSync};const di=we,Di=p.default,pi=Io.mkdirs,Ei=fi.pathExists,mi=Ro,hi=Zo;function yi(e,t,n,r,u){const o=Di.dirname(n);Ei(o,((i,s)=>i?u(i):s?Fi(e,t,n,r,u):void pi(o,(o=>o?u(o):Fi(e,t,n,r,u)))))}function Ci(e,t,n,r,u,o){Promise.resolve(u.filter(n,r)).then((i=>i?e(t,n,r,u,o):o()),(e=>o(e)))}function Fi(e,t,n,r,u){return r.filter?Ci(gi,e,t,n,r,u):gi(e,t,n,r,u)}function gi(e,t,n,r,u){(r.dereference?di.stat:di.lstat)(t,((o,i)=>o?u(o):i.isDirectory()?function(e,t,n,r,u,o){if(!t)return function(e,t,n,r,u){di.mkdir(n,(o=>{if(o)return u(o);Si(t,n,r,(t=>t?u(t):di.chmod(n,e.mode,u)))}))}(e,n,r,u,o);if(t&&!t.isDirectory())return o(new Error(`Cannot overwrite non-directory '${r}' with directory '${n}'.`));return Si(n,r,u,o)}(i,e,t,n,r,u):i.isFile()||i.isCharacterDevice()||i.isBlockDevice()?function(e,t,n,r,u,o){return t?function(e,t,n,r,u){if(!r.overwrite)return r.errorOnExist?u(new Error(`'${n}' already exists`)):u();di.unlink(n,(o=>o?u(o):Ai(e,t,n,r,u)))}(e,n,r,u,o):Ai(e,n,r,u,o)}(i,e,t,n,r,u):i.isSymbolicLink()?function(e,t,n,r,u){di.readlink(t,((t,o)=>t?u(t):(r.dereference&&(o=Di.resolve(process.cwd(),o)),e?void di.readlink(n,((t,i)=>t?"EINVAL"===t.code||"UNKNOWN"===t.code?di.symlink(o,n,u):u(t):(r.dereference&&(i=Di.resolve(process.cwd(),i)),hi.isSrcSubdir(o,i)?u(new Error(`Cannot copy '${o}' to a subdirectory of itself, '${i}'.`)):e.isDirectory()&&hi.isSrcSubdir(i,o)?u(new Error(`Cannot overwrite '${i}' with '${o}'.`)):function(e,t,n){di.unlink(t,(r=>r?n(r):di.symlink(e,t,n)))}(o,n,u)))):di.symlink(o,n,u))))}(e,t,n,r,u):void 0))}function Ai(e,t,n,r,u){return"function"==typeof di.copyFile?di.copyFile(t,n,(t=>t?u(t):vi(e,n,r,u))):function(e,t,n,r,u){const o=di.createReadStream(t);o.on("error",(e=>u(e))).once("open",(()=>{const t=di.createWriteStream(n,{mode:e.mode});t.on("error",(e=>u(e))).on("open",(()=>o.pipe(t))).once("close",(()=>vi(e,n,r,u)))}))}(e,t,n,r,u)}function vi(e,t,n,r){di.chmod(t,e.mode,(u=>u?r(u):n.preserveTimestamps?mi(t,e.atime,e.mtime,r):r()))}function Si(e,t,n,r){di.readdir(e,((u,o)=>u?r(u):wi(o,e,t,n,r)))}function wi(e,t,n,r,u){const o=e.pop();return o?function(e,t,n,r,u,o){const i=Di.join(n,t),s=Di.join(r,t);hi.checkPaths(i,s,"copy",((t,c)=>{if(t)return o(t);const{destStat:a}=c;Fi(a,i,s,u,(t=>t?o(t):wi(e,n,r,u,o)))}))}(e,o,t,n,r,u):u()}var Oi=function(e,t,n,r){"function"!=typeof n||r?"function"==typeof n&&(n={filter:n}):(r=n,n={}),r=r||function(){},(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269"),hi.checkPaths(e,t,"copy",((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;hi.checkParentPaths(e,i,t,"copy",(u=>u?r(u):n.filter?Ci(yi,s,e,t,n,r):yi(s,e,t,n,r)))}))};var bi={copy:(0,yo.fromCallback)(Oi)};const _i=we,Bi=p.default,Pi=g.default,ki="win32"===process.platform;function xi(e){["unlink","chmod","stat","lstat","rmdir","readdir"].forEach((t=>{e[t]=e[t]||_i[t],e[t+="Sync"]=e[t]||_i[t]})),e.maxBusyTries=e.maxBusyTries||3}function Ni(e,t,n){let r=0;"function"==typeof t&&(n=t,t={}),Pi(e,"rimraf: missing path"),Pi.strictEqual(typeof e,"string","rimraf: path should be a string"),Pi.strictEqual(typeof n,"function","rimraf: callback function required"),Pi(t,"rimraf: invalid options argument provided"),Pi.strictEqual(typeof t,"object","rimraf: options should be object"),xi(t),Ii(e,t,(function u(o){if(o){if(("EBUSY"===o.code||"ENOTEMPTY"===o.code||"EPERM"===o.code)&&rIi(e,t,u)),100*r)}"ENOENT"===o.code&&(o=null)}n(o)}))}function Ii(e,t,n){Pi(e),Pi(t),Pi("function"==typeof n),t.lstat(e,((r,u)=>r&&"ENOENT"===r.code?n(null):r&&"EPERM"===r.code&&ki?Ti(e,t,r,n):u&&u.isDirectory()?Mi(e,t,r,n):void t.unlink(e,(r=>{if(r){if("ENOENT"===r.code)return n(null);if("EPERM"===r.code)return ki?Ti(e,t,r,n):Mi(e,t,r,n);if("EISDIR"===r.code)return Mi(e,t,r,n)}return n(r)}))))}function Ti(e,t,n,r){Pi(e),Pi(t),Pi("function"==typeof r),n&&Pi(n instanceof Error),t.chmod(e,438,(u=>{u?r("ENOENT"===u.code?null:n):t.stat(e,((u,o)=>{u?r("ENOENT"===u.code?null:n):o.isDirectory()?Mi(e,t,n,r):t.unlink(e,r)}))}))}function Ri(e,t,n){let r;Pi(e),Pi(t),n&&Pi(n instanceof Error);try{t.chmodSync(e,438)}catch(e){if("ENOENT"===e.code)return;throw n}try{r=t.statSync(e)}catch(e){if("ENOENT"===e.code)return;throw n}r.isDirectory()?ji(e,t,n):t.unlinkSync(e)}function Mi(e,t,n,r){Pi(e),Pi(t),n&&Pi(n instanceof Error),Pi("function"==typeof r),t.rmdir(e,(u=>{!u||"ENOTEMPTY"!==u.code&&"EEXIST"!==u.code&&"EPERM"!==u.code?u&&"ENOTDIR"===u.code?r(n):r(u):function(e,t,n){Pi(e),Pi(t),Pi("function"==typeof n),t.readdir(e,((r,u)=>{if(r)return n(r);let o,i=u.length;if(0===i)return t.rmdir(e,n);u.forEach((r=>{Ni(Bi.join(e,r),t,(r=>{if(!o)return r?n(o=r):void(0==--i&&t.rmdir(e,n))}))}))}))}(e,t,r)}))}function Li(e,t){let n;xi(t=t||{}),Pi(e,"rimraf: missing path"),Pi.strictEqual(typeof e,"string","rimraf: path should be a string"),Pi(t,"rimraf: missing options"),Pi.strictEqual(typeof t,"object","rimraf: options should be object");try{n=t.lstatSync(e)}catch(n){if("ENOENT"===n.code)return;"EPERM"===n.code&&ki&&Ri(e,t,n)}try{n&&n.isDirectory()?ji(e,t,null):t.unlinkSync(e)}catch(n){if("ENOENT"===n.code)return;if("EPERM"===n.code)return ki?Ri(e,t,n):ji(e,t,n);if("EISDIR"!==n.code)throw n;ji(e,t,n)}}function ji(e,t,n){Pi(e),Pi(t),n&&Pi(n instanceof Error);try{t.rmdirSync(e)}catch(r){if("ENOTDIR"===r.code)throw n;if("ENOTEMPTY"===r.code||"EEXIST"===r.code||"EPERM"===r.code)!function(e,t){if(Pi(e),Pi(t),t.readdirSync(e).forEach((n=>Li(Bi.join(e,n),t))),!ki){return t.rmdirSync(e,t)}{const n=Date.now();do{try{return t.rmdirSync(e,t)}catch(e){}}while(Date.now()-n<500)}}(e,t);else if("ENOENT"!==r.code)throw r}}var $i=Ni;Ni.sync=Li;const Hi=$i;var Ji={remove:(0,yo.fromCallback)(Hi),removeSync:Hi.sync};const Gi=yo.fromCallback,Vi=we,Ui=p.default,Wi=Io,zi=Ji,Ki=Gi((function(e,t){t=t||function(){},Vi.readdir(e,((n,r)=>{if(n)return Wi.mkdirs(e,t);r=r.map((t=>Ui.join(e,t))),function e(){const n=r.pop();if(!n)return t();zi.remove(n,(n=>{if(n)return t(n);e()}))}()}))}));function qi(e){let t;try{t=Vi.readdirSync(e)}catch(t){return Wi.mkdirsSync(e)}t.forEach((t=>{t=Ui.join(e,t),zi.removeSync(t)}))}var Yi={emptyDirSync:qi,emptydirSync:qi,emptyDir:Ki,emptydir:Ki};const Xi=yo.fromCallback,Zi=p.default,Qi=we,es=Io,ts=fi.pathExists;var ns={createFile:Xi((function(e,t){function n(){Qi.writeFile(e,"",(e=>{if(e)return t(e);t()}))}Qi.stat(e,((r,u)=>{if(!r&&u.isFile())return t();const o=Zi.dirname(e);ts(o,((e,r)=>e?t(e):r?n():void es.mkdirs(o,(e=>{if(e)return t(e);n()}))))}))})),createFileSync:function(e){let t;try{t=Qi.statSync(e)}catch(e){}if(t&&t.isFile())return;const n=Zi.dirname(e);Qi.existsSync(n)||es.mkdirsSync(n),Qi.writeFileSync(e,"")}};const rs=yo.fromCallback,us=p.default,os=we,is=Io,ss=fi.pathExists;var cs={createLink:rs((function(e,t,n){function r(e,t){os.link(e,t,(e=>{if(e)return n(e);n(null)}))}ss(t,((u,o)=>u?n(u):o?n(null):void os.lstat(e,(u=>{if(u)return u.message=u.message.replace("lstat","ensureLink"),n(u);const o=us.dirname(t);ss(o,((u,i)=>u?n(u):i?r(e,t):void is.mkdirs(o,(u=>{if(u)return n(u);r(e,t)}))))}))))})),createLinkSync:function(e,t){if(os.existsSync(t))return;try{os.lstatSync(e)}catch(e){throw e.message=e.message.replace("lstat","ensureLink"),e}const n=us.dirname(t);return os.existsSync(n)||is.mkdirsSync(n),os.linkSync(e,t)}};const as=p.default,ls=we,fs=fi.pathExists;var ds={symlinkPaths:function(e,t,n){if(as.isAbsolute(e))return ls.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:e})));{const r=as.dirname(t),u=as.join(r,e);return fs(u,((t,o)=>t?n(t):o?n(null,{toCwd:u,toDst:e}):ls.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:as.relative(r,e)})))))}},symlinkPathsSync:function(e,t){let n;if(as.isAbsolute(e)){if(n=ls.existsSync(e),!n)throw new Error("absolute srcpath does not exist");return{toCwd:e,toDst:e}}{const r=as.dirname(t),u=as.join(r,e);if(n=ls.existsSync(u),n)return{toCwd:u,toDst:e};if(n=ls.existsSync(e),!n)throw new Error("relative srcpath does not exist");return{toCwd:e,toDst:as.relative(r,e)}}}};const Ds=we;var ps={symlinkType:function(e,t,n){if(n="function"==typeof t?t:n,t="function"!=typeof t&&t)return n(null,t);Ds.lstat(e,((e,r)=>{if(e)return n(null,"file");t=r&&r.isDirectory()?"dir":"file",n(null,t)}))},symlinkTypeSync:function(e,t){let n;if(t)return t;try{n=Ds.lstatSync(e)}catch(e){return"file"}return n&&n.isDirectory()?"dir":"file"}};const Es=yo.fromCallback,ms=p.default,hs=we,ys=Io.mkdirs,Cs=Io.mkdirsSync,Fs=ds.symlinkPaths,gs=ds.symlinkPathsSync,As=ps.symlinkType,vs=ps.symlinkTypeSync,Ss=fi.pathExists;var ws={createSymlink:Es((function(e,t,n,r){r="function"==typeof n?n:r,n="function"!=typeof n&&n,Ss(t,((u,o)=>u?r(u):o?r(null):void Fs(e,t,((u,o)=>{if(u)return r(u);e=o.toDst,As(o.toCwd,n,((n,u)=>{if(n)return r(n);const o=ms.dirname(t);Ss(o,((n,i)=>n?r(n):i?hs.symlink(e,t,u,r):void ys(o,(n=>{if(n)return r(n);hs.symlink(e,t,u,r)}))))}))}))))})),createSymlinkSync:function(e,t,n){if(hs.existsSync(t))return;const r=gs(e,t);e=r.toDst,n=vs(r.toCwd,n);const u=ms.dirname(t);return hs.existsSync(u)||Cs(u),hs.symlinkSync(e,t,n)}};var Os,bs={createFile:ns.createFile,createFileSync:ns.createFileSync,ensureFile:ns.createFile,ensureFileSync:ns.createFileSync,createLink:cs.createLink,createLinkSync:cs.createLinkSync,ensureLink:cs.createLink,ensureLinkSync:cs.createLinkSync,createSymlink:ws.createSymlink,createSymlinkSync:ws.createSymlinkSync,ensureSymlink:ws.createSymlink,ensureSymlinkSync:ws.createSymlinkSync};try{Os=we}catch(e){Os=D.default}function _s(e,t){var n,r="\n";return"object"==typeof t&&null!==t&&(t.spaces&&(n=t.spaces),t.EOL&&(r=t.EOL)),JSON.stringify(e,t?t.replacer:null,n).replace(/\n/g,r)+r}function Bs(e){return Buffer.isBuffer(e)&&(e=e.toString("utf8")),e=e.replace(/^\uFEFF/,"")}var Ps={readFile:function(e,t,n){null==n&&(n=t,t={}),"string"==typeof t&&(t={encoding:t});var r=(t=t||{}).fs||Os,u=!0;"throws"in t&&(u=t.throws),r.readFile(e,t,(function(r,o){if(r)return n(r);var i;o=Bs(o);try{i=JSON.parse(o,t?t.reviver:null)}catch(t){return u?(t.message=e+": "+t.message,n(t)):n(null,null)}n(null,i)}))},readFileSync:function(e,t){"string"==typeof(t=t||{})&&(t={encoding:t});var n=t.fs||Os,r=!0;"throws"in t&&(r=t.throws);try{var u=n.readFileSync(e,t);return u=Bs(u),JSON.parse(u,t.reviver)}catch(t){if(r)throw t.message=e+": "+t.message,t;return null}},writeFile:function(e,t,n,r){null==r&&(r=n,n={});var u=(n=n||{}).fs||Os,o="";try{o=_s(t,n)}catch(e){return void(r&&r(e,null))}u.writeFile(e,o,n,r)},writeFileSync:function(e,t,n){var r=(n=n||{}).fs||Os,u=_s(t,n);return r.writeFileSync(e,u,n)}},ks=Ps;const xs=yo.fromCallback,Ns=ks;var Is={readJson:xs(Ns.readFile),readJsonSync:Ns.readFileSync,writeJson:xs(Ns.writeFile),writeJsonSync:Ns.writeFileSync};const Ts=p.default,Rs=Io,Ms=fi.pathExists,Ls=Is;var js=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=Ts.dirname(e);Ms(u,((o,i)=>o?r(o):i?Ls.writeJson(e,t,n,r):void Rs.mkdirs(u,(u=>{if(u)return r(u);Ls.writeJson(e,t,n,r)}))))};const $s=we,Hs=p.default,Js=Io,Gs=Is;var Vs=function(e,t,n){const r=Hs.dirname(e);$s.existsSync(r)||Js.mkdirsSync(r),Gs.writeJsonSync(e,t,n)};const Us=yo.fromCallback,Ws=Is;Ws.outputJson=Us(js),Ws.outputJsonSync=Vs,Ws.outputJSON=Ws.outputJson,Ws.outputJSONSync=Ws.outputJsonSync,Ws.writeJSON=Ws.writeJson,Ws.writeJSONSync=Ws.writeJsonSync,Ws.readJSON=Ws.readJson,Ws.readJSONSync=Ws.readJsonSync;var zs=Ws;const Ks=we,qs=p.default,Ys=ci.copySync,Xs=Ji.removeSync,Zs=Io.mkdirpSync,Qs=Zo;function ec(e,t,n){try{Ks.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)throw r;return function(e,t,n){const r={overwrite:n,errorOnExist:!0};return Ys(e,t,r),Xs(e)}(e,t,n)}}var tc=function(e,t,n){const r=(n=n||{}).overwrite||n.clobber||!1,{srcStat:u}=Qs.checkPathsSync(e,t,"move");return Qs.checkParentPathsSync(e,u,t,"move"),Zs(qs.dirname(t)),function(e,t,n){if(n)return Xs(t),ec(e,t,n);if(Ks.existsSync(t))throw new Error("dest already exists.");return ec(e,t,n)}(e,t,r)},nc={moveSync:tc};const rc=we,uc=p.default,oc=bi.copy,ic=Ji.remove,sc=Io.mkdirp,cc=fi.pathExists,ac=Zo;function lc(e,t,n,r){rc.rename(e,t,(u=>u?"EXDEV"!==u.code?r(u):function(e,t,n,r){const u={overwrite:n,errorOnExist:!0};oc(e,t,u,(t=>t?r(t):ic(e,r)))}(e,t,n,r):r()))}var fc=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=n.overwrite||n.clobber||!1;ac.checkPaths(e,t,"move",((n,o)=>{if(n)return r(n);const{srcStat:i}=o;ac.checkParentPaths(e,i,t,"move",(n=>{if(n)return r(n);sc(uc.dirname(t),(n=>n?r(n):function(e,t,n,r){if(n)return ic(t,(u=>u?r(u):lc(e,t,n,r)));cc(t,((u,o)=>u?r(u):o?r(new Error("dest already exists.")):lc(e,t,n,r)))}(e,t,u,r)))}))}))};var dc={move:(0,yo.fromCallback)(fc)};const Dc=yo.fromCallback,pc=we,Ec=p.default,mc=Io,hc=fi.pathExists;var yc={outputFile:Dc((function(e,t,n,r){"function"==typeof n&&(r=n,n="utf8");const u=Ec.dirname(e);hc(u,((o,i)=>o?r(o):i?pc.writeFile(e,t,n,r):void mc.mkdirs(u,(u=>{if(u)return r(u);pc.writeFile(e,t,n,r)}))))})),outputFileSync:function(e,...t){const n=Ec.dirname(e);if(pc.existsSync(n))return pc.writeFileSync(e,...t);mc.mkdirsSync(n),pc.writeFileSync(e,...t)}};!function(e){e.exports=Object.assign({},ho,ci,bi,Yi,bs,zs,Io,nc,dc,yc,fi,Ji);const t=D.default;Object.getOwnPropertyDescriptor(t,"promises")&&Object.defineProperty(e.exports,"promises",{get:()=>t.promises})}(mo);const Cc=Nr.exports("streamroller:fileNameFormatter"),Fc=p.default;const gc=Nr.exports("streamroller:fileNameParser"),Ac=nu.exports;const vc=Nr.exports("streamroller:moveAndMaybeCompressFile"),Sc=mo.exports,wc=v.default;var Oc=async(e,t,n)=>{if(n=function(e){const t={mode:parseInt("0600",8),compress:!1},n=Object.assign({},t,e);return vc(`_parseOption: moveAndMaybeCompressFile called with option=${JSON.stringify(n)}`),n}(n),e!==t){if(await Sc.pathExists(e))if(vc(`moveAndMaybeCompressFile: moving file from ${e} to ${t} ${n.compress?"with":"without"} compress`),n.compress)await new Promise(((r,u)=>{let o=!1;const i=Sc.createWriteStream(t,{mode:n.mode,flags:"wx"}).on("open",(()=>{o=!0;const t=Sc.createReadStream(e).on("open",(()=>{t.pipe(wc.createGzip()).pipe(i)})).on("error",(t=>{vc(`moveAndMaybeCompressFile: error reading ${e}`,t),i.destroy(t)}))})).on("finish",(()=>{vc(`moveAndMaybeCompressFile: finished compressing ${t}, deleting ${e}`),Sc.unlink(e).then(r).catch((t=>{vc(`moveAndMaybeCompressFile: error deleting ${e}, truncating instead`,t),Sc.truncate(e).then(r).catch((t=>{vc(`moveAndMaybeCompressFile: error truncating ${e}`,t),u(t)}))}))})).on("error",(e=>{o?(vc(`moveAndMaybeCompressFile: error writing ${t}, deleting`,e),Sc.unlink(t).then((()=>{u(e)})).catch((e=>{vc(`moveAndMaybeCompressFile: error deleting ${t}`,e),u(e)}))):(vc(`moveAndMaybeCompressFile: error creating ${t}`,e),u(e))}))})).catch((()=>{}));else{vc(`moveAndMaybeCompressFile: renaming ${e} to ${t}`);try{await Sc.move(e,t,{overwrite:!0})}catch(n){if(vc(`moveAndMaybeCompressFile: error renaming ${e} to ${t}`,n),"ENOENT"!==n.code){vc("moveAndMaybeCompressFile: trying copy+truncate instead");try{await Sc.copy(e,t,{overwrite:!0}),await Sc.truncate(e)}catch(e){vc("moveAndMaybeCompressFile: error copy+truncate",e)}}}}}else vc("moveAndMaybeCompressFile: source and target are the same, not doing anything")};const bc=Nr.exports("streamroller:RollingFileWriteStream"),_c=mo.exports,Bc=p.default,Pc=E.default,kc=()=>new Date,xc=nu.exports,{Writable:Nc}=C.default,Ic=({file:e,keepFileExt:t,needsIndex:n,alwaysIncludeDate:r,compress:u,fileNameSep:o})=>{let i=o||".";const s=Fc.join(e.dir,e.name),c=t=>t+e.ext,a=(e,t,r)=>!n&&r||!t?e:e+i+t,l=(e,t,n)=>(t>0||r)&&n?e+i+n:e,f=(e,t)=>t&&u?e+".gz":e,d=t?[l,a,c,f]:[c,l,a,f];return({date:e,index:t})=>(Cc(`_formatFileName: date=${e}, index=${t}`),d.reduce(((n,r)=>r(n,t,e)),s))},Tc=({file:e,keepFileExt:t,pattern:n,fileNameSep:r})=>{let u=r||".";const o="__NOT_MATCHING__";let i=[(e,t)=>e.endsWith(".gz")?(gc("it is gzipped"),t.isCompressed=!0,e.slice(0,-1*".gz".length)):e,t?t=>t.startsWith(e.name)&&t.endsWith(e.ext)?(gc("it starts and ends with the right things"),t.slice(e.name.length+1,-1*e.ext.length)):o:t=>t.startsWith(e.base)?(gc("it starts with the right things"),t.slice(e.base.length+1)):o,n?(e,t)=>{const r=e.split(u);let o=r[r.length-1];gc("items: ",r,", indexStr: ",o);let i=e;void 0!==o&&o.match(/^\d+$/)?(i=e.slice(0,-1*(o.length+1)),gc(`dateStr is ${i}`),n&&!i&&(i=o,o="0")):o="0";try{const r=Ac.parse(n,i,new Date(0,0));return Ac.asString(n,r)!==i?e:(t.index=parseInt(o,10),t.date=i,t.timestamp=r.getTime(),"")}catch(t){return gc(`Problem parsing ${i} as ${n}, error was: `,t),e}}:(e,t)=>e.match(/^\d+$/)?(gc("it has an index"),t.index=parseInt(e,10),""):e];return e=>{let t={filename:e,index:0,isCompressed:!1};return i.reduce(((e,n)=>n(e,t)),e)?null:t}},Rc=Oc;var Mc=class extends Nc{constructor(e,t){if(bc(`constructor: creating RollingFileWriteStream. path=${e}`),"string"!=typeof e||0===e.length)throw new Error(`Invalid filename: ${e}`);if(e.endsWith(Bc.sep))throw new Error(`Filename is a directory: ${e}`);0===e.indexOf(`~${Bc.sep}`)&&(e=e.replace("~",Pc.homedir())),super(t),this.options=this._parseOption(t),this.fileObject=Bc.parse(e),""===this.fileObject.dir&&(this.fileObject=Bc.parse(Bc.join(process.cwd(),e))),this.fileFormatter=Ic({file:this.fileObject,alwaysIncludeDate:this.options.alwaysIncludePattern,needsIndex:this.options.maxSize 0`)}else delete n.maxSize;if(n.numBackups||0===n.numBackups){if(n.numBackups<0)throw new Error(`options.numBackups (${n.numBackups}) should be >= 0`);if(n.numBackups>=Number.MAX_SAFE_INTEGER)throw new Error(`options.numBackups (${n.numBackups}) should be < Number.MAX_SAFE_INTEGER`);n.numToKeep=n.numBackups+1}else if(n.numToKeep<=0)throw new Error(`options.numToKeep (${n.numToKeep}) should be > 0`);return bc(`_parseOption: creating stream with option=${JSON.stringify(n)}`),n}_final(e){this.currentFileStream.end("",this.options.encoding,e)}_write(e,t,n){this._shouldRoll().then((()=>{bc(`_write: writing chunk. file=${this.currentFileStream.path} state=${JSON.stringify(this.state)} chunk=${e}`),this.currentFileStream.write(e,t,(t=>{this.state.currentSize+=e.length,n(t)}))}))}async _shouldRoll(){(this._dateChanged()||this._tooBig())&&(bc(`_shouldRoll: rolling because dateChanged? ${this._dateChanged()} or tooBig? ${this._tooBig()}`),await this._roll())}_dateChanged(){return this.state.currentDate&&this.state.currentDate!==xc(this.options.pattern,kc())}_tooBig(){return this.state.currentSize>=this.options.maxSize}_roll(){return bc("_roll: closing the current stream"),new Promise(((e,t)=>{this.currentFileStream.end("",this.options.encoding,(()=>{this._moveOldFiles().then(e).catch(t)}))}))}async _moveOldFiles(){const e=await this._getExistingFiles();for(let t=(this.state.currentDate?e.filter((e=>e.date===this.state.currentDate)):e).length;t>=0;t--){bc(`_moveOldFiles: i = ${t}`);const e=this.fileFormatter({date:this.state.currentDate,index:t}),n=this.fileFormatter({date:this.state.currentDate,index:t+1}),r={compress:this.options.compress&&0===t,mode:this.options.mode};await Rc(e,n,r)}this.state.currentSize=0,this.state.currentDate=this.state.currentDate?xc(this.options.pattern,kc()):null,bc(`_moveOldFiles: finished rolling files. state=${JSON.stringify(this.state)}`),this._renewWriteStream(),await new Promise(((e,t)=>{this.currentFileStream.write("","utf8",(()=>{this._clean().then(e).catch(t)}))}))}async _getExistingFiles(){const e=await _c.readdir(this.fileObject.dir).catch((()=>[]));bc(`_getExistingFiles: files=${e}`);const t=e.map((e=>this.fileNameParser(e))).filter((e=>e)),n=e=>(e.timestamp?e.timestamp:kc().getTime())-e.index;return t.sort(((e,t)=>n(e)-n(t))),t}_renewWriteStream(){const e=this.fileFormatter({date:this.state.currentDate,index:0}),t=e=>{try{return _c.mkdirSync(e,{recursive:!0})}catch(n){if("ENOENT"===n.code)return t(Bc.dirname(e)),t(e);if("EEXIST"!==n.code&&"EROFS"!==n.code)throw n;try{if(_c.statSync(e).isDirectory())return e;throw n}catch(e){throw n}}};t(this.fileObject.dir);const n={flags:this.options.flags,encoding:this.options.encoding,mode:this.options.mode};var r,u;_c.appendFileSync(e,"",(r={...n},u="flags",r["flag"]=r[u],delete r[u],r)),this.currentFileStream=_c.createWriteStream(e,n),this.currentFileStream.on("error",(e=>{this.emit("error",e)}))}async _clean(){const e=await this._getExistingFiles();if(bc(`_clean: numToKeep = ${this.options.numToKeep}, existingFiles = ${e.length}`),bc("_clean: existing files are: ",e),this._tooManyFiles(e.length)){const n=e.slice(0,e.length-this.options.numToKeep).map((e=>Bc.format({dir:this.fileObject.dir,base:e.filename})));await(t=n,bc(`deleteFiles: files to delete: ${t}`),Promise.all(t.map((e=>_c.unlink(e).catch((t=>{bc(`deleteFiles: error when unlinking ${e}, ignoring. Error was ${t}`)}))))))}var t}_tooManyFiles(e){return this.options.numToKeep>0&&e>this.options.numToKeep}};const Lc=Mc;var jc=class extends Lc{constructor(e,t,n,r){r||(r={}),t&&(r.maxSize=t),r.numBackups||0===r.numBackups||(n||0===n||(n=1),r.numBackups=n),super(e,r),this.backups=r.numBackups,this.size=this.options.maxSize}get theStream(){return this.currentFileStream}};const $c=Mc;var Hc={RollingFileWriteStream:Mc,RollingFileStream:jc,DateRollingFileStream:class extends $c{constructor(e,t,n){t&&"object"==typeof t&&(n=t,t=null),n||(n={}),t||(t="yyyy-MM-dd"),n.pattern=t,n.numBackups||0===n.numBackups?n.daysToKeep=n.numBackups:(n.daysToKeep||0===n.daysToKeep?process.emitWarning("options.daysToKeep is deprecated due to the confusion it causes when used together with file size rolling. Please use options.numBackups instead.","DeprecationWarning","streamroller-DEP0001"):n.daysToKeep=1,n.numBackups=n.daysToKeep),super(e,n),this.mode=this.options.mode}get theStream(){return this.currentFileStream}}};const Jc=Nr.exports("log4js:file"),Gc=p.default,Vc=Hc,Uc=E.default.EOL;let Wc=!1;const zc=new Set;function Kc(){zc.forEach((e=>{e.sighupHandler()}))}function qc(e,t,n,r){const u=new Vc.RollingFileStream(e,t,n,r);return u.on("error",(t=>{console.error("log4js.fileAppender - Writing to file %s, error happened ",e,t)})),u.on("drain",(()=>{process.emit("log4js:pause",!1)})),u}Eo.configure=function(e,t){let n=t.basicLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),e.mode=e.mode||384,function(e,t,n,r,u,o){e=Gc.normalize(e),Jc("Creating file appender (",e,", ",n,", ",r=r||0===r?r:5,", ",u,", ",o,")");let i=qc(e,n,r,u);const s=function(e){if(i.writable){if(!0===u.removeColor){const t=/\x1b[[0-9;]*m/g;e.data=e.data.map((e=>"string"==typeof e?e.replace(t,""):e))}i.write(t(e,o)+Uc,"utf8")||process.emit("log4js:pause",!0)}};return s.reopen=function(){i.end((()=>{i=qc(e,n,r,u)}))},s.sighupHandler=function(){Jc("SIGHUP handler called."),s.reopen()},s.shutdown=function(e){zc.delete(s),0===zc.size&&Wc&&(process.removeListener("SIGHUP",Kc),Wc=!1),i.end("","utf-8",e)},zc.add(s),Wc||(process.on("SIGHUP",Kc),Wc=!0),s}(e.filename,n,e.maxLogSize,e.backups,e,e.timezoneOffset)};var Yc={};const Xc=Hc,Zc=E.default.EOL;function Qc(e,t,n,r,u){r.maxSize=r.maxLogSize;const o=function(e,t,n){const r=new Xc.DateRollingFileStream(e,t,n);return r.on("error",(t=>{console.error("log4js.dateFileAppender - Writing to file %s, error happened ",e,t)})),r.on("drain",(()=>{process.emit("log4js:pause",!1)})),r}(e,t,r),i=function(e){o.writable&&(o.write(n(e,u)+Zc,"utf8")||process.emit("log4js:pause",!0))};return i.shutdown=function(e){o.end("","utf-8",e)},i}Yc.configure=function(e,t){let n=t.basicLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),e.alwaysIncludePattern||(e.alwaysIncludePattern=!1),e.mode=e.mode||384,Qc(e.filename,e.pattern,n,e,e.timezoneOffset)};var ea={};const ta=Nr.exports("log4js:fileSync"),na=p.default,ra=D.default,ua=E.default.EOL||"\n";function oa(e,t){if(ra.existsSync(e))return;const n=ra.openSync(e,t.flags,t.mode);ra.closeSync(n)}class ia{constructor(e,t,n,r){ta("In RollingFileStream"),function(){if(!e||!t||t<=0)throw new Error("You must specify a filename and file size")}(),this.filename=e,this.size=t,this.backups=n,this.options=r,this.currentSize=0,this.currentSize=function(e){let t=0;try{t=ra.statSync(e).size}catch(t){oa(e,r)}return t}(this.filename)}shouldRoll(){return ta("should roll with current size %d, and max size %d",this.currentSize,this.size),this.currentSize>=this.size}roll(e){const t=this,n=new RegExp(`^${na.basename(e)}`);function r(e){return n.test(e)}function u(t){return parseInt(t.substring(`${na.basename(e)}.`.length),10)||0}function o(e,t){return u(e)>u(t)?1:u(e) ${e}.${r+1}`),ra.renameSync(na.join(na.dirname(e),n),`${e}.${r+1}`)}}ta("Rolling, rolling, rolling"),ta("Renaming the old files"),ra.readdirSync(na.dirname(e)).filter(r).sort(o).reverse().forEach(i)}write(e,t){const n=this;ta("in write"),this.shouldRoll()&&(this.currentSize=0,this.roll(this.filename)),ta("writing the chunk to the file"),n.currentSize+=e.length,ra.appendFileSync(n.filename,e)}}ea.configure=function(e,t){let n=t.basicLayout;e.layout&&(n=t.layout(e.layout.type,e.layout));const r={flags:e.flags||"a",encoding:e.encoding||"utf8",mode:e.mode||384};return function(e,t,n,r,u,o){ta("fileSync appender created");const i=function(e,t,n){let r;var u;return t?r=new ia(e,t,n,o):(oa(u=e,o),r={write(e){ra.appendFileSync(u,e)}}),r}(e=na.normalize(e),n,r=r||0===r?r:5);return e=>{i.write(t(e,u)+ua)}}(e.filename,n,e.maxLogSize,e.backups,e.timezoneOffset,r)};var sa={};const ca=Nr.exports("log4js:tcp"),aa=S.default;sa.configure=function(e,t){ca(`configure with config = ${e}`);let n=function(e){return e.serialise()};return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){let n=!1;const r=[];let u,o=3,i="__LOG4JS__";function s(e){ca("Writing log event to socket"),n=u.write(`${t(e)}${i}`,"utf8")}function c(){let e;for(ca("emptying buffer");e=r.shift();)s(e)}function a(e){n?s(e):(ca("buffering log event because it cannot write at the moment"),r.push(e))}return function t(){ca(`appender creating socket to ${e.host||"localhost"}:${e.port||5e3}`),i=`${e.endMsg||"__LOG4JS__"}`,u=aa.createConnection(e.port||5e3,e.host||"localhost"),u.on("connect",(()=>{ca("socket connected"),c(),n=!0})),u.on("drain",(()=>{ca("drain event received, emptying buffer"),n=!0,c()})),u.on("timeout",u.end.bind(u)),u.on("error",(e=>{ca("connection error",e),n=!1,c()})),u.on("close",t)}(),a.shutdown=function(e){ca("shutdown called"),r.length&&o?(ca("buffer has items, waiting 100ms to empty"),o-=1,setTimeout((()=>{a.shutdown(e)}),100)):(u.removeAllListeners("close"),u.end(e))},a}(e,n)};const la=p.default,fa=Nr.exports("log4js:appenders"),da=tu,Da=eo,pa=gu,Ea=hu,ma=to,ha=new Map;ha.set("console",oo),ha.set("stdout",so),ha.set("stderr",co),ha.set("logLevelFilter",ao),ha.set("categoryFilter",lo),ha.set("noLogFilter",Do),ha.set("file",Eo),ha.set("dateFile",Yc),ha.set("fileSync",ea),ha.set("tcp",sa);const ya=new Map,Ca=(e,t)=>{fa("Loading module from ",e);try{return require(e)}catch(n){return void da.throwExceptionIf(t,"MODULE_NOT_FOUND"!==n.code,`appender "${e}" could not be loaded (error was: ${n})`)}},Fa=new Set,ga=(e,t)=>{if(ya.has(e))return ya.get(e);if(!t.appenders[e])return!1;if(Fa.has(e))throw new Error(`Dependency loop detected for appender ${e}.`);Fa.add(e),fa(`Creating appender ${e}`);const n=Aa(e,t);return Fa.delete(e),ya.set(e,n),n},Aa=(e,t)=>{const n=t.appenders[e],r=n.type.configure?n.type:((e,t)=>ha.get(e)||Ca(`./${e}`,t)||Ca(e,t)||require.main&&Ca(la.join(la.dirname(require.main.filename),e),t)||Ca(la.join(process.cwd(),e),t))(n.type,t);return da.throwExceptionIf(t,da.not(r),`appender "${e}" is not valid (type "${n.type}" could not be found)`),r.appender&&fa(`DEPRECATION: Appender ${n.type} exports an appender function.`),r.shutdown&&fa(`DEPRECATION: Appender ${n.type} exports a shutdown function.`),fa(`${e}: clustering.isMaster ? ${Da.isMaster()}`),fa(`${e}: appenderModule is ${F.default.inspect(r)}`),Da.onlyOnMaster((()=>(fa(`calling appenderModule.configure for ${e} / ${n.type}`),r.configure(ma.modifyConfig(n),Ea,(e=>ga(e,t)),pa))),(()=>{}))},va=e=>{ya.clear(),Fa.clear();const t=[];Object.values(e.categories).forEach((e=>{t.push(...e.appenders)})),Object.keys(e.appenders).forEach((n=>{(t.includes(n)||"tcp-server"===e.appenders[n].type)&&ga(n,e)}))},Sa=()=>{va({appenders:{out:{type:"stdout"}},categories:{default:{appenders:["out"],level:"trace"}}})};Sa(),da.addListener((e=>{da.throwExceptionIf(e,da.not(da.anObject(e.appenders)),'must have a property "appenders" of type object.');const t=Object.keys(e.appenders);da.throwExceptionIf(e,da.not(t.length),"must define at least one appender."),t.forEach((t=>{da.throwExceptionIf(e,da.not(e.appenders[t].type),`appender "${t}" is not valid (must be an object with property "type")`)}))})),da.addListener(va),Au.exports=ya,Au.exports.init=Sa;var wa={exports:{}};!function(e){const t=Nr.exports("log4js:categories"),n=tu,r=gu,u=Au.exports,o=new Map;function i(e,t,n){if(!1===t.inherit)return;const r=n.lastIndexOf(".");if(r<0)return;const u=n.substring(0,r);let o=e.categories[u];o||(o={inherit:!0,appenders:[]}),i(e,o,u),!e.categories[u]&&o.appenders&&o.appenders.length&&o.level&&(e.categories[u]=o),t.appenders=t.appenders||[],t.level=t.level||o.level,o.appenders.forEach((e=>{t.appenders.includes(e)||t.appenders.push(e)})),t.parent=o}function s(e){if(!e.categories)return;Object.keys(e.categories).forEach((t=>{const n=e.categories[t];i(e,n,t)}))}n.addPreProcessingListener((e=>s(e))),n.addListener((e=>{n.throwExceptionIf(e,n.not(n.anObject(e.categories)),'must have a property "categories" of type object.');const t=Object.keys(e.categories);n.throwExceptionIf(e,n.not(t.length),"must define at least one category."),t.forEach((t=>{const o=e.categories[t];n.throwExceptionIf(e,[n.not(o.appenders),n.not(o.level)],`category "${t}" is not valid (must be an object with properties "appenders" and "level")`),n.throwExceptionIf(e,n.not(Array.isArray(o.appenders)),`category "${t}" is not valid (appenders must be an array of appender names)`),n.throwExceptionIf(e,n.not(o.appenders.length),`category "${t}" is not valid (appenders must contain at least one appender name)`),Object.prototype.hasOwnProperty.call(o,"enableCallStack")&&n.throwExceptionIf(e,"boolean"!=typeof o.enableCallStack,`category "${t}" is not valid (enableCallStack must be boolean type)`),o.appenders.forEach((r=>{n.throwExceptionIf(e,n.not(u.get(r)),`category "${t}" is not valid (appender "${r}" is not defined)`)})),n.throwExceptionIf(e,n.not(r.getLevel(o.level)),`category "${t}" is not valid (level "${o.level}" not recognised; valid levels are ${r.levels.join(", ")})`)})),n.throwExceptionIf(e,n.not(e.categories.default),'must define a "default" category.')}));const c=e=>{o.clear();Object.keys(e.categories).forEach((n=>{const i=e.categories[n],s=[];i.appenders.forEach((e=>{s.push(u.get(e)),t(`Creating category ${n}`),o.set(n,{appenders:s,level:r.getLevel(i.level),enableCallStack:i.enableCallStack||!1})}))}))},a=()=>{c({categories:{default:{appenders:["out"],level:"OFF"}}})};a(),n.addListener(c);const l=e=>(t(`configForCategory: searching for config for ${e}`),o.has(e)?(t(`configForCategory: ${e} exists in config, returning it`),o.get(e)):e.indexOf(".")>0?(t(`configForCategory: ${e} has hierarchy, searching for parents`),l(e.substring(0,e.lastIndexOf(".")))):(t("configForCategory: returning config for default category"),l("default")));e.exports=o,e.exports=Object.assign(e.exports,{appendersForCategory:e=>l(e).appenders,getLevelForCategory:e=>l(e).level,setLevelForCategory:(e,n)=>{let r=o.get(e);if(t(`setLevelForCategory: found ${r} for ${e}`),!r){const n=l(e);t(`setLevelForCategory: no config found for category, found ${n} for parents of ${e}`),r={appenders:n.appenders}}r.level=n,o.set(e,r)},getEnableCallStackForCategory:e=>!0===l(e).enableCallStack,setEnableCallStackForCategory:(e,t)=>{l(e).enableCallStack=t},init:a})}(wa);const Oa=Nr.exports("log4js:logger"),ba=Hu,_a=gu,Ba=eo,Pa=wa.exports,ka=tu,xa=/at (?:(.+)\s+\()?(?:(.+?):(\d+)(?::(\d+))?|([^)]+))\)?/;function Na(e,t=4){const n=e.stack.split("\n").slice(t),r=xa.exec(n[0]);return r&&6===r.length?{functionName:r[1],fileName:r[2],lineNumber:parseInt(r[3],10),columnNumber:parseInt(r[4],10),callStack:n.join("\n")}:null}class Ia{constructor(e){if(!e)throw new Error("No category provided.");this.category=e,this.context={},this.parseCallStack=Na,Oa(`Logger created (${this.category}, ${this.level})`)}get level(){return _a.getLevel(Pa.getLevelForCategory(this.category),_a.TRACE)}set level(e){Pa.setLevelForCategory(this.category,_a.getLevel(e,this.level))}get useCallStack(){return Pa.getEnableCallStackForCategory(this.category)}set useCallStack(e){Pa.setEnableCallStackForCategory(this.category,!0===e)}log(e,...t){let n=_a.getLevel(e);n||(this._log(_a.WARN,"log4js:logger.log: invalid value for log-level as first parameter given: ",e),n=_a.INFO),this.isLevelEnabled(n)&&this._log(n,t)}isLevelEnabled(e){return this.level.isLessThanOrEqualTo(e)}_log(e,t){Oa(`sending log data (${e}) to appenders`);const n=new ba(this.category,e,t,this.context,this.useCallStack&&this.parseCallStack(new Error));Ba.send(n)}addContext(e,t){this.context[e]=t}removeContext(e){delete this.context[e]}clearContext(){this.context={}}setParseCallStackFunction(e){this.parseCallStack=e}}function Ta(e){const t=_a.getLevel(e),n=t.toString().toLowerCase().replace(/_([a-z])/g,(e=>e[1].toUpperCase())),r=n[0].toUpperCase()+n.slice(1);Ia.prototype[`is${r}Enabled`]=function(){return this.isLevelEnabled(t)},Ia.prototype[n]=function(...e){this.log(t,...e)}}_a.levels.forEach(Ta),ka.addListener((()=>{_a.levels.forEach(Ta)}));var Ra=Ia;const Ma=gu;function La(e){return e.originalUrl||e.url}function ja(e,t){for(let n=0;ne.source?e.source:e));t=new RegExp(n.join("|"))}return t}(t.nolog);return(e,i,s)=>{if(e._logging)return s();if(o&&o.test(e.originalUrl))return s();if(n.isLevelEnabled(r)||"auto"===t.level){const o=new Date,{writeHead:s}=i;e._logging=!0,i.writeHead=(e,t)=>{i.writeHead=s,i.writeHead(e,t),i.__statusCode=e,i.__headers=t||{}},i.on("finish",(()=>{i.responseTime=new Date-o,i.statusCode&&"auto"===t.level&&(r=Ma.INFO,i.statusCode>=300&&(r=Ma.WARN),i.statusCode>=400&&(r=Ma.ERROR)),r=function(e,t,n){let r=t;if(n){const t=n.find((t=>{let n=!1;return n=t.from&&t.to?e>=t.from&&e<=t.to:-1!==t.codes.indexOf(e),n}));t&&(r=Ma.getLevel(t.level,r))}return r}(i.statusCode,r,t.statusRules);const s=function(e,t,n){const r=[];return r.push({token:":url",replacement:La(e)}),r.push({token:":protocol",replacement:e.protocol}),r.push({token:":hostname",replacement:e.hostname}),r.push({token:":method",replacement:e.method}),r.push({token:":status",replacement:t.__statusCode||t.statusCode}),r.push({token:":response-time",replacement:t.responseTime}),r.push({token:":date",replacement:(new Date).toUTCString()}),r.push({token:":referrer",replacement:e.headers.referer||e.headers.referrer||""}),r.push({token:":http-version",replacement:`${e.httpVersionMajor}.${e.httpVersionMinor}`}),r.push({token:":remote-addr",replacement:e.headers["x-forwarded-for"]||e.ip||e._remoteAddress||e.socket&&(e.socket.remoteAddress||e.socket.socket&&e.socket.socket.remoteAddress)}),r.push({token:":user-agent",replacement:e.headers["user-agent"]}),r.push({token:":content-length",replacement:t.getHeader("content-length")||t.__headers&&t.__headers["Content-Length"]||"-"}),r.push({token:/:req\[([^\]]+)]/g,replacement:(t,n)=>e.headers[n.toLowerCase()]}),r.push({token:/:res\[([^\]]+)]/g,replacement:(e,n)=>t.getHeader(n.toLowerCase())||t.__headers&&t.__headers[n]}),(e=>{const t=e.concat();for(let e=0;eja(e,s)));t&&n.log(r,t)}else n.log(r,ja(u,s));t.context&&n.removeContext("res")}))}return s()}},nl=Va;let rl=!1;function ul(e){if(!rl)return;Ua("Received log event ",e);Za.appendersForCategory(e.categoryName).forEach((t=>{t(e)}))}function ol(e){rl&&il();let t=e;return"string"==typeof t&&(t=function(e){Ua(`Loading configuration from ${e}`);try{return JSON.parse(Wa.readFileSync(e,"utf8"))}catch(t){throw new Error(`Problem reading config from file "${e}". Error was ${t.message}`,t)}}(e)),Ua(`Configuration is ${t}`),Ka.configure(za(t)),el.onMessage(ul),rl=!0,sl}function il(e){Ua("Shutdown called. Disabling all log writing."),rl=!1;const t=Array.from(Xa.values());Xa.init(),Za.init();const n=t.reduceRight(((e,t)=>t.shutdown?e+1:e),0);if(0===n)return Ua("No appenders with shutdown functions found."),void 0!==e&&e();let r,u=0;function o(t){r=r||t,u+=1,Ua(`Appender shutdowns complete: ${u} / ${n}`),u>=n&&(Ua("All shutdown functions completed."),e&&e(r))}return Ua(`Found ${n} appenders with shutdown functions.`),t.filter((e=>e.shutdown)).forEach((e=>e.shutdown(o))),null}const sl={getLogger:function(e){return rl||ol(process.env.LOG4JS_CONFIG||{appenders:{out:{type:"stdout"}},categories:{default:{appenders:["out"],level:"OFF"}}}),new Qa(e||"default")},configure:ol,shutdown:il,connectLogger:tl,levels:Ya,addLayout:qa.addLayout,recording:function(){return nl}};var cl=sl,al={};Object.defineProperty(al,"__esModule",{value:!0}),al.levelMap=al.getLevel=al.setCategoriesLevel=al.getConfiguration=al.setConfiguration=void 0;const ll=cl;let fl={appenders:{debug:{type:"stdout",layout:{type:"pattern",pattern:"[%d] > hvigor %p %c %[%m%]"}},info:{type:"stdout",layout:{type:"pattern",pattern:"[%d] > hvigor %[%m%]"}},"no-pattern-info":{type:"stdout",layout:{type:"pattern",pattern:"%m"}},wrong:{type:"stderr",layout:{type:"pattern",pattern:"[%d] > hvigor %[%p: %m%]"}},"just-debug":{type:"logLevelFilter",appender:"debug",level:"debug",maxLevel:"debug"},"just-info":{type:"logLevelFilter",appender:"info",level:"info",maxLevel:"info"},"just-wrong":{type:"logLevelFilter",appender:"wrong",level:"warn",maxLevel:"error"}},categories:{default:{appenders:["just-debug","just-info","just-wrong"],level:"debug"},"no-pattern-info":{appenders:["no-pattern-info"],level:"info"}}};al.setConfiguration=e=>{fl=e};al.getConfiguration=()=>fl;let dl=ll.levels.DEBUG;al.setCategoriesLevel=(e,t)=>{dl=e;const n=fl.categories;for(const r in n)(null==t?void 0:t.includes(r))||Object.prototype.hasOwnProperty.call(n,r)&&(n[r].level=e.levelStr)};al.getLevel=()=>dl,al.levelMap=new Map([["ALL",ll.levels.ALL],["MARK",ll.levels.MARK],["TRACE",ll.levels.TRACE],["DEBUG",ll.levels.DEBUG],["INFO",ll.levels.INFO],["WARN",ll.levels.WARN],["ERROR",ll.levels.ERROR],["FATAL",ll.levels.FATAL],["OFF",ll.levels.OFF]]);var Dl=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),pl=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),El=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&Dl(t,e,n);return pl(t,e),t};Object.defineProperty(xr,"__esModule",{value:!0}),xr.evaluateLogLevel=xr.HvigorLogger=void 0;const ml=El(cl),hl=cl,yl=El(F.default),Cl=al;class Fl{constructor(e){ml.configure((0,Cl.getConfiguration)()),this._logger=ml.getLogger(e),this._logger.level=(0,Cl.getLevel)()}static getLogger(e){return new Fl(e)}log(e,...t){this._logger.log(e,...t)}debug(e,...t){this._logger.debug(e,...t)}info(e,...t){this._logger.info(e,...t)}warn(e,...t){void 0!==e&&""!==e&&this._logger.warn(e,...t)}error(e,...t){this._logger.error(e,...t)}_printTaskExecuteInfo(e,t){this.info(`Finished :${e}... after ${t}`)}_printFailedTaskInfo(e){this.error(`Failed :${e}... `)}_printDisabledTaskInfo(e){this.info(`Disabled :${e}... `)}_printUpToDateTaskInfo(e){this.info(`UP-TO-DATE :${e}... `)}errorMessageExit(e,...t){throw new Error(yl.format(e,...t))}errorExit(e,t,...n){t&&this._logger.error(t,n),this._logger.error(e.stack)}setLevel(e,t){(0,Cl.setCategoriesLevel)(e,t),ml.shutdown(),ml.configure((0,Cl.getConfiguration)())}getLevel(){return this._logger.level}configure(e){const t=(0,Cl.getConfiguration)(),n={appenders:{...t.appenders,...e.appenders},categories:{...t.categories,...e.categories}};(0,Cl.setConfiguration)(n),ml.shutdown(),ml.configure(n)}}xr.HvigorLogger=Fl,xr.evaluateLogLevel=function(e,t){t.debug?e.setLevel(hl.levels.DEBUG):t.warn?e.setLevel(hl.levels.WARN):t.error?e.setLevel(hl.levels.ERROR):e.setLevel(hl.levels.INFO)};var gl=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(X,"__esModule",{value:!0}),X.parseJsonText=X.parseJsonFile=void 0;const Al=Z,vl=gl(kr),Sl=gl(p.default),wl=gl(E.default),Ol=xr.HvigorLogger.getLogger("parse-json-util");var bl;!function(e){e[e.Char=0]="Char",e[e.EOF=1]="EOF",e[e.Identifier=2]="Identifier"}(bl||(bl={}));let _l,Bl,Pl,kl,xl,Nl,Il="start",Tl=[],Rl=0,Ml=1,Ll=0,jl=!1,$l="default",Hl="'",Jl=1;function Gl(e,t=!1){Bl=String(e),Il="start",Tl=[],Rl=0,Ml=1,Ll=0,kl=void 0,jl=t;do{_l=Vl(),Xl[Il]()}while("eof"!==_l.type);return kl}function Vl(){for($l="default",xl="",Hl="'",Jl=1;;){Nl=Ul();const e=zl[$l]();if(e)return e}}function Ul(){if(Bl[Rl])return String.fromCodePoint(Bl.codePointAt(Rl))}function Wl(){const e=Ul();return"\n"===e?(Ml++,Ll=0):e?Ll+=e.length:Ll++,e&&(Rl+=e.length),e}X.parseJsonFile=function(e,t=!1,n="utf-8"){const r=vl.default.readFileSync(Sl.default.resolve(e),{encoding:n});try{return Gl(r,t)}catch(t){if(t instanceof SyntaxError){const n=t.message.split("at");2===n.length&&Ol.errorMessageExit(`${n[0].trim()}${wl.default.EOL}\t at ${e}:${n[1].trim()}`)}Ol.errorMessageExit(`${e} is not in valid JSON/JSON5 format.`)}},X.parseJsonText=Gl;const zl={default(){switch(Nl){case"/":return Wl(),void($l="comment");case void 0:return Wl(),Kl("eof")}if(!Al.JudgeUtil.isIgnoreChar(Nl)&&!Al.JudgeUtil.isSpaceSeparator(Nl))return zl[Il]();Wl()},start(){$l="value"},beforePropertyName(){switch(Nl){case"$":case"_":return xl=Wl(),void($l="identifierName");case"\\":return Wl(),void($l="identifierNameStartEscape");case"}":return Kl("punctuator",Wl());case'"':case"'":return Hl=Nl,Wl(),void($l="string")}if(Al.JudgeUtil.isIdStartChar(Nl))return xl+=Wl(),void($l="identifierName");throw tf(bl.Char,Wl())},afterPropertyName(){if(":"===Nl)return Kl("punctuator",Wl());throw tf(bl.Char,Wl())},beforePropertyValue(){$l="value"},afterPropertyValue(){switch(Nl){case",":case"}":return Kl("punctuator",Wl())}throw tf(bl.Char,Wl())},beforeArrayValue(){if("]"===Nl)return Kl("punctuator",Wl());$l="value"},afterArrayValue(){switch(Nl){case",":case"]":return Kl("punctuator",Wl())}throw tf(bl.Char,Wl())},end(){throw tf(bl.Char,Wl())},comment(){switch(Nl){case"*":return Wl(),void($l="multiLineComment");case"/":return Wl(),void($l="singleLineComment")}throw tf(bl.Char,Wl())},multiLineComment(){switch(Nl){case"*":return Wl(),void($l="multiLineCommentAsterisk");case void 0:throw tf(bl.Char,Wl())}Wl()},multiLineCommentAsterisk(){switch(Nl){case"*":return void Wl();case"/":return Wl(),void($l="default");case void 0:throw tf(bl.Char,Wl())}Wl(),$l="multiLineComment"},singleLineComment(){switch(Nl){case"\n":case"\r":case"\u2028":case"\u2029":return Wl(),void($l="default");case void 0:return Wl(),Kl("eof")}Wl()},value(){switch(Nl){case"{":case"[":return Kl("punctuator",Wl());case"n":return Wl(),ql("ull"),Kl("null",null);case"t":return Wl(),ql("rue"),Kl("boolean",!0);case"f":return Wl(),ql("alse"),Kl("boolean",!1);case"-":case"+":return"-"===Wl()&&(Jl=-1),void($l="numerical");case".":case"0":case"I":case"N":return void($l="numerical");case'"':case"'":return Hl=Nl,Wl(),xl="",void($l="string")}if(void 0===Nl||!Al.JudgeUtil.isDigitWithoutZero(Nl))throw tf(bl.Char,Wl());$l="numerical"},numerical(){switch(Nl){case".":return xl=Wl(),void($l="decimalPointLeading");case"0":return xl=Wl(),void($l="zero");case"I":return Wl(),ql("nfinity"),Kl("numeric",Jl*(1/0));case"N":return Wl(),ql("aN"),Kl("numeric",NaN)}if(void 0!==Nl&&Al.JudgeUtil.isDigitWithoutZero(Nl))return xl=Wl(),void($l="decimalInteger");throw tf(bl.Char,Wl())},zero(){switch(Nl){case".":case"e":case"E":return void($l="decimal");case"x":case"X":return xl+=Wl(),void($l="hexadecimal")}return Kl("numeric",0)},decimalInteger(){switch(Nl){case".":case"e":case"E":return void($l="decimal")}if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},decimal(){switch(Nl){case".":xl+=Wl(),$l="decimalFraction";break;case"e":case"E":xl+=Wl(),$l="decimalExponent"}},decimalPointLeading(){if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalFraction");throw tf(bl.Char,Wl())},decimalFraction(){switch(Nl){case"e":case"E":return xl+=Wl(),void($l="decimalExponent")}if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},decimalExponent(){switch(Nl){case"+":case"-":return xl+=Wl(),void($l="decimalExponentSign")}if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalExponentInteger");throw tf(bl.Char,Wl())},decimalExponentSign(){if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalExponentInteger");throw tf(bl.Char,Wl())},decimalExponentInteger(){if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},hexadecimal(){if(Al.JudgeUtil.isHexDigit(Nl))return xl+=Wl(),void($l="hexadecimalInteger");throw tf(bl.Char,Wl())},hexadecimalInteger(){if(!Al.JudgeUtil.isHexDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},identifierNameStartEscape(){if("u"!==Nl)throw tf(bl.Char,Wl());Wl();const e=Yl();switch(e){case"$":case"_":break;default:if(!Al.JudgeUtil.isIdStartChar(e))throw tf(bl.Identifier)}xl+=e,$l="identifierName"},identifierName(){switch(Nl){case"$":case"_":case"‌":case"‍":return void(xl+=Wl());case"\\":return Wl(),void($l="identifierNameEscape")}if(!Al.JudgeUtil.isIdContinueChar(Nl))return Kl("identifier",xl);xl+=Wl()},identifierNameEscape(){if("u"!==Nl)throw tf(bl.Char,Wl());Wl();const e=Yl();switch(e){case"$":case"_":case"‌":case"‍":break;default:if(!Al.JudgeUtil.isIdContinueChar(e))throw tf(bl.Identifier)}xl+=e,$l="identifierName"},string(){switch(Nl){case"\\":return Wl(),void(xl+=function(){const e=Ul(),t=function(){switch(Ul()){case"b":return Wl(),"\b";case"f":return Wl(),"\f";case"n":return Wl(),"\n";case"r":return Wl(),"\r";case"t":return Wl(),"\t";case"v":return Wl(),"\v"}return}();if(t)return t;switch(e){case"0":if(Wl(),Al.JudgeUtil.isDigit(Ul()))throw tf(bl.Char,Wl());return"\0";case"x":return Wl(),function(){let e="",t=Ul();if(!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());if(e+=Wl(),t=Ul(),!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());return e+=Wl(),String.fromCodePoint(parseInt(e,16))}();case"u":return Wl(),Yl();case"\n":case"\u2028":case"\u2029":return Wl(),"";case"\r":return Wl(),"\n"===Ul()&&Wl(),""}if(void 0===e||Al.JudgeUtil.isDigitWithoutZero(e))throw tf(bl.Char,Wl());return Wl()}());case'"':case"'":if(Nl===Hl){const e=Kl("string",xl);return Wl(),e}return void(xl+=Wl());case"\n":case"\r":case void 0:throw tf(bl.Char,Wl());case"\u2028":case"\u2029":!function(e){Ol.warn(`JSON5: '${ef(e)}' in strings is not valid ECMAScript; consider escaping.`)}(Nl)}xl+=Wl()}};function Kl(e,t){return{type:e,value:t,line:Ml,column:Ll}}function ql(e){for(const t of e){if(Ul()!==t)throw tf(bl.Char,Wl());Wl()}}function Yl(){let e="",t=4;for(;t-- >0;){const t=Ul();if(!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());e+=Wl()}return String.fromCodePoint(parseInt(e,16))}const Xl={start(){if("eof"===_l.type)throw tf(bl.EOF);Zl()},beforePropertyName(){switch(_l.type){case"identifier":case"string":return Pl=_l.value,void(Il="afterPropertyName");case"punctuator":return void Ql();case"eof":throw tf(bl.EOF)}},afterPropertyName(){if("eof"===_l.type)throw tf(bl.EOF);Il="beforePropertyValue"},beforePropertyValue(){if("eof"===_l.type)throw tf(bl.EOF);Zl()},afterPropertyValue(){if("eof"===_l.type)throw tf(bl.EOF);switch(_l.value){case",":return void(Il="beforePropertyName");case"}":Ql()}},beforeArrayValue(){if("eof"===_l.type)throw tf(bl.EOF);"punctuator"!==_l.type||"]"!==_l.value?Zl():Ql()},afterArrayValue(){if("eof"===_l.type)throw tf(bl.EOF);switch(_l.value){case",":return void(Il="beforeArrayValue");case"]":Ql()}},end(){}};function Zl(){const e=function(){let e;switch(_l.type){case"punctuator":switch(_l.value){case"{":e={};break;case"[":e=[]}break;case"null":case"boolean":case"numeric":case"string":e=_l.value}return e}();if(jl&&"object"==typeof e&&(e._line=Ml,e._column=Ll),void 0===kl)kl=e;else{const t=Tl[Tl.length-1];Array.isArray(t)?jl&&"object"!=typeof e?t.push({value:e,_line:Ml,_column:Ll}):t.push(e):t[Pl]=jl&&"object"!=typeof e?{value:e,_line:Ml,_column:Ll}:e}!function(e){if(e&&"object"==typeof e)Tl.push(e),Il=Array.isArray(e)?"beforeArrayValue":"beforePropertyName";else{const e=Tl[Tl.length-1];Il=e?Array.isArray(e)?"afterArrayValue":"afterPropertyValue":"end"}}(e)}function Ql(){Tl.pop();const e=Tl[Tl.length-1];Il=e?Array.isArray(e)?"afterArrayValue":"afterPropertyValue":"end"}function ef(e){const t={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r","\t":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"};if(t[e])return t[e];if(e<" "){const t=e.charCodeAt(0).toString(16);return`\\x${`00${t}`.substring(t.length)}`}return e}function tf(e,t){let n="";switch(e){case bl.Char:n=void 0===t?`JSON5: invalid end of input at ${Ml}:${Ll}`:`JSON5: invalid character '${ef(t)}' at ${Ml}:${Ll}`;break;case bl.EOF:n=`JSON5: invalid end of input at ${Ml}:${Ll}`;break;case bl.Identifier:Ll-=5,n=`JSON5: invalid identifier character at ${Ml}:${Ll}`}const r=new nf(n);return r.lineNumber=Ml,r.columnNumber=Ll,r}class nf extends SyntaxError{}var rf=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),uf=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),of=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&rf(t,e,n);return uf(t,e),t};Object.defineProperty(Y,"__esModule",{value:!0});var sf=Y.cleanWorkSpace=Ff=Y.executeInstallHvigor=yf=Y.isHvigorInstalled=mf=Y.isAllDependenciesInstalled=void 0;const cf=of(D.default),af=of(p.default),lf=b,ff=j,df=$,Df=X;let pf,Ef;var mf=Y.isAllDependenciesInstalled=function(){function e(e){const t=null==e?void 0:e.dependencies;return void 0===t?0:Object.getOwnPropertyNames(t).length}if(pf=gf(),Ef=Af(),e(pf)+1!==e(Ef))return!1;for(const e in null==pf?void 0:pf.dependencies)if(!(0,ff.hasNpmPackInPaths)(e,[lf.HVIGOR_PROJECT_DEPENDENCIES_HOME])||!hf(e,pf,Ef))return!1;return!0};function hf(e,t,n){return void 0!==n.dependencies&&(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,t.dependencies[e])===n.dependencies[e]}var yf=Y.isHvigorInstalled=function(){return pf=gf(),Ef=Af(),(0,ff.hasNpmPackInPaths)(lf.HVIGOR_ENGINE_PACKAGE_NAME,[lf.HVIGOR_PROJECT_DEPENDENCIES_HOME])&&(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,pf.hvigorVersion)===Ef.dependencies[lf.HVIGOR_ENGINE_PACKAGE_NAME]};const Cf={cwd:lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,stdio:["inherit","inherit","inherit"]};var Ff=Y.executeInstallHvigor=function(){(0,df.logInfoPrintConsole)("Hvigor installing...");const e={dependencies:{}};e.dependencies[lf.HVIGOR_ENGINE_PACKAGE_NAME]=(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,pf.hvigorVersion);try{cf.mkdirSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,{recursive:!0});const t=af.resolve(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,lf.DEFAULT_PACKAGE_JSON);cf.writeFileSync(t,JSON.stringify(e))}catch(e){(0,df.logErrorAndExit)(e)}!function(){const e=["config","set","store-dir",lf.HVIGOR_PNPM_STORE_PATH];(0,ff.executeCommand)(lf.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH,e,Cf)}(),(0,ff.executeCommand)(lf.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH,["install"],Cf)};function gf(){const e=af.resolve(lf.HVIGOR_PROJECT_WRAPPER_HOME,lf.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME);return cf.existsSync(e)||(0,df.logErrorAndExit)(`Error: Hvigor config file ${e} does not exist.`),(0,Df.parseJsonFile)(e)}function Af(){return cf.existsSync(lf.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH)?(0,Df.parseJsonFile)(lf.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH):{dependencies:{}}}sf=Y.cleanWorkSpace=function(){if((0,df.logInfoPrintConsole)("Hvigor cleaning..."),!cf.existsSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME))return;const e=cf.readdirSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME);if(e&&0!==e.length){cf.existsSync(lf.HVIGOR_BOOT_JS_FILE_PATH)&&(0,ff.executeCommand)(process.argv[0],[lf.HVIGOR_BOOT_JS_FILE_PATH,"--stop-daemon"],{});try{e.forEach((e=>{cf.rmSync(af.resolve(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,e),{recursive:!0})}))}catch(e){(0,df.logErrorAndExit)(`The hvigor build tool cannot be installed. Please manually clear the workspace directory and synchronize the project again.\n\n Workspace Path: ${lf.HVIGOR_PROJECT_DEPENDENCIES_HOME}.`)}}};var vf={},Sf=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),wf=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),Of=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&Sf(t,e,n);return wf(t,e),t};Object.defineProperty(vf,"__esModule",{value:!0});var bf=vf.executeBuild=void 0;const _f=b,Bf=Of(D.default),Pf=Of(p.default),kf=$;bf=vf.executeBuild=function(){const e=Pf.resolve(_f.HVIGOR_PROJECT_DEPENDENCIES_HOME,"node_modules","@ohos","hvigor","bin","hvigor.js");try{const t=Bf.realpathSync(e);require(t)}catch(t){(0,kf.logErrorAndExit)(`Error: ENOENT: no such file ${e},delete ${_f.HVIGOR_PROJECT_DEPENDENCIES_HOME} and retry.`)}},function(){if(O.checkNpmConifg(),O.environmentHandler(),O.isPnpmAvailable()||O.executeInstallPnpm(),yf()&&mf())bf();else{sf();try{Ff()}catch(e){return void sf()}bf()}}(); \ No newline at end of file diff --git a/ohos/flutter_intl/ohos/hvigorfile.ts b/ohos/flutter_intl/ohos/hvigorfile.ts new file mode 100644 index 0000000000000000000000000000000000000000..5a172b770e3b15f67c12152d00f38f2084d3915b --- /dev/null +++ b/ohos/flutter_intl/ohos/hvigorfile.ts @@ -0,0 +1,17 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently. +export { appTasks } from '@ohos/hvigor-ohos-plugin'; \ No newline at end of file diff --git a/ohos/flutter_intl/ohos/hvigorw b/ohos/flutter_intl/ohos/hvigorw new file mode 100644 index 0000000000000000000000000000000000000000..5efd8343d3232bdd1d9b7f67a3326034054c5396 --- /dev/null +++ b/ohos/flutter_intl/ohos/hvigorw @@ -0,0 +1,61 @@ +#!/bin/bash + +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# ---------------------------------------------------------------------------- +# Hvigor startup script, version 1.0.0 +# +# Required ENV vars: +# ------------------ +# NODE_HOME - location of a Node home dir +# or +# Add /usr/local/nodejs/bin to the PATH environment variable +# ---------------------------------------------------------------------------- + +HVIGOR_APP_HOME=$(dirname $(readlink -f $0)) +HVIGOR_WRAPPER_SCRIPT=${HVIGOR_APP_HOME}/hvigor/hvigor-wrapper.js +warn() { + echo "" + echo -e "\033[1;33m`date '+[%Y-%m-%d %H:%M:%S]'`$@\033[0m" +} + +error() { + echo "" + echo -e "\033[1;31m`date '+[%Y-%m-%d %H:%M:%S]'`$@\033[0m" +} + +fail() { + error "$@" + exit 1 +} + +# Determine node to start hvigor wrapper script +if [ -n "${NODE_HOME}" ];then + EXECUTABLE_NODE="${NODE_HOME}/bin/node" + if [ ! -x "$EXECUTABLE_NODE" ];then + fail "ERROR: NODE_HOME is set to an invalid directory,check $NODE_HOME\n\nPlease set NODE_HOME in your environment to the location where your nodejs installed" + fi +else + EXECUTABLE_NODE="node" + which ${EXECUTABLE_NODE} > /dev/null 2>&1 || fail "ERROR: NODE_HOME is not set and not 'node' command found in your path" +fi + +# Check hvigor wrapper script +if [ ! -r "$HVIGOR_WRAPPER_SCRIPT" ];then + fail "ERROR: Couldn't find hvigor/hvigor-wrapper.js in ${HVIGOR_APP_HOME}" +fi + +# start hvigor-wrapper script +exec "${EXECUTABLE_NODE}" \ + "${HVIGOR_WRAPPER_SCRIPT}" "$@" diff --git a/ohos/flutter_intl/ohos/hvigorw.bat b/ohos/flutter_intl/ohos/hvigorw.bat new file mode 100644 index 0000000000000000000000000000000000000000..cab3a34a8d2caee9e8f8c7374220c873332a7cb6 --- /dev/null +++ b/ohos/flutter_intl/ohos/hvigorw.bat @@ -0,0 +1,78 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +@if "%DEBUG%" == "" @echo off +@rem ########################################################################## +@rem +@rem Hvigor startup script for Windows +@rem +@rem ########################################################################## + +@rem Set local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" setlocal + +set DIRNAME=%~dp0 +if "%DIRNAME%" == "" set DIRNAME=. +set APP_BASE_NAME=%~n0 +set APP_HOME=%DIRNAME% + +@rem Resolve any "." and ".." in APP_HOME to make it shorter. +for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi + +set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js +set NODE_EXE=node.exe + +goto start + +:start +@rem Find node.exe +if defined NODE_HOME goto findNodeFromNodeHome + +%NODE_EXE% --version >NUL 2>&1 +if "%ERRORLEVEL%" == "0" goto execute + +echo. +echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. +echo. +echo Please set the NODE_HOME variable in your environment to match the +echo location of your NodeJs installation. + +goto fail + +:findNodeFromNodeHome +set NODE_HOME=%NODE_HOME:"=% +set NODE_EXE_PATH=%NODE_HOME%/%NODE_EXE% + +if exist "%NODE_EXE_PATH%" goto execute +echo. +echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. +echo. +echo Please set the NODE_HOME variable in your environment to match the +echo location of your NodeJs installation. + +goto fail + +:execute +@rem Execute hvigor +"%NODE_EXE%" %WRAPPER_MODULE_PATH% %* + +if "%ERRORLEVEL%" == "0" goto hvigorwEnd + +:fail +exit /b 1 + +:hvigorwEnd +if "%OS%" == "Windows_NT" endlocal + +:end diff --git a/ohos/flutter_intl/ohos/oh-package-lock.json5 b/ohos/flutter_intl/ohos/oh-package-lock.json5 new file mode 100644 index 0000000000000000000000000000000000000000..6b6ff6496e036b3fec37cdf1661998e74a97190c --- /dev/null +++ b/ohos/flutter_intl/ohos/oh-package-lock.json5 @@ -0,0 +1,27 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "lockfileVersion": 1, + "ATTENTION": "THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.", + "specifiers": { + "@ohos/hypium@1.0.6": "@ohos/hypium@1.0.6" + }, + "packages": { + "@ohos/hypium@1.0.6": { + "resolved": "https://repo.harmonyos.com/ohpm/@ohos/hypium/-/hypium-1.0.6.tgz", + "integrity": "sha512-bb3DWeWhYrFqj9mPFV3yZQpkm36kbcK+YYaeY9g292QKSjOdmhEIQR2ULPvyMsgSR4usOBf5nnYrDmaCCXirgQ==" + } + } +} \ No newline at end of file diff --git a/ohos/flutter_intl/ohos/oh-package.json5 b/ohos/flutter_intl/ohos/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..c90ef4866ac1a918639181ad0299d941bb95aca7 --- /dev/null +++ b/ohos/flutter_intl/ohos/oh-package.json5 @@ -0,0 +1,26 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "license": "", + "devDependencies": { + "@ohos/hypium": "1.0.6" + }, + "author": "", + "name": "apptemplate", + "description": "Please describe the basic information.", + "main": "", + "version": "1.0.0", + "dependencies": {} +} diff --git a/ohos/flutter_intl/pubspec.yaml b/ohos/flutter_intl/pubspec.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9965f9bfeaca5436b927aad389b2d50dba18e13d --- /dev/null +++ b/ohos/flutter_intl/pubspec.yaml @@ -0,0 +1,107 @@ +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +name: flutter_intl +description: A new Flutter project. +# The following line prevents the package from being accidentally published to +# pub.dev using `flutter pub publish`. This is preferred for private packages. +publish_to: 'none' # Remove this line if you wish to publish to pub.dev + +# The following defines the version and build number for your application. +# A version number is three numbers separated by dots, like 1.2.43 +# followed by an optional build number separated by a +. +# Both the version and the builder number may be overridden in flutter +# build by specifying --build-name and --build-number, respectively. +# In Android, build-name is used as versionName while build-number used as versionCode. +# Read more about Android versioning at https://developer.android.com/studio/publish/versioning +# In iOS, build-name is used as CFBundleShortVersionString while build-number is used as CFBundleVersion. +# Read more about iOS versioning at +# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html +# In Windows, build-name is used as the major, minor, and patch parts +# of the product and file versions while build-number is used as the build suffix. +version: 1.0.0+1 + +environment: + sdk: '>=2.19.6 <3.0.0' + +# Dependencies specify other packages that your package needs in order to work. +# To automatically upgrade your package dependencies to the latest versions +# consider running `flutter pub upgrade --major-versions`. Alternatively, +# dependencies can be manually updated by changing the version numbers below to +# the latest version available on pub.dev. To see which dependencies have newer +# versions available, run `flutter pub outdated`. +dependencies: + flutter: + sdk: flutter + + intl: 0.18.1 + fixnum: ^1.1.0 + ffi: 2.0.2 + #js: ^0.6.7 + + # The following adds the Cupertino Icons font to your application. + # Use with the CupertinoIcons class for iOS style icons. + cupertino_icons: ^1.0.2 + +dev_dependencies: + flutter_test: + sdk: flutter + + # The "flutter_lints" package below contains a set of recommended lints to + # encourage good coding practices. The lint set provided by the package is + # activated in the `analysis_options.yaml` file located at the root of your + # package. See that file for information about deactivating specific lint + # rules and activating additional ones. + flutter_lints: ^2.0.0 + +# For information on the generic Dart part of this file, see the +# following page: https://dart.dev/tools/pub/pubspec + +# The following section is specific to Flutter packages. +flutter: + + # The following line ensures that the Material Icons font is + # included with your application, so that you can use the icons in + # the material Icons class. + uses-material-design: true + + # To add assets to your application, add an assets section, like this: + # assets: + # - images/a_dot_burr.jpeg + # - images/a_dot_ham.jpeg + + # An image asset can refer to one or more resolution-specific "variants", see + # https://flutter.dev/assets-and-images/#resolution-aware + + # For details regarding adding assets from package dependencies, see + # https://flutter.dev/assets-and-images/#from-packages + + # To add custom fonts to your application, add a fonts section here, + # in this "flutter" section. Each entry in this list should have a + # "family" key with the font family name, and a "fonts" key with a + # list giving the asset and other descriptors for the font. For + # example: + # fonts: + # - family: Schyler + # fonts: + # - asset: fonts/Schyler-Regular.ttf + # - asset: fonts/Schyler-Italic.ttf + # style: italic + # - family: Trajan Pro + # fonts: + # - asset: fonts/TrajanPro.ttf + # - asset: fonts/TrajanPro_Bold.ttf + # weight: 700 + # + # For details regarding fonts from package dependencies, + # see https://flutter.dev/custom-fonts/#from-packages diff --git a/ohos/flutter_intl/test/widget_test.dart b/ohos/flutter_intl/test/widget_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..ad9e6d713d0efaf07ad1afb044228747d1d9a4e8 --- /dev/null +++ b/ohos/flutter_intl/test/widget_test.dart @@ -0,0 +1,44 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +// This is a basic Flutter widget test. +// +// To perform an interaction with a widget in your test, use the WidgetTester +// utility in the flutter_test package. For example, you can send tap and scroll +// gestures. You can also use WidgetTester to find child widgets in the widget +// tree, read text, and verify that the values of widget properties are correct. + +import 'package:flutter/material.dart'; +import 'package:flutter_test/flutter_test.dart'; + +import 'package:flutter_intl/main.dart'; + +void main() { + testWidgets('Counter increments smoke test', (WidgetTester tester) async { + // Build our app and trigger a frame. + await tester.pumpWidget(const MyApp()); + + // Verify that our counter starts at 0. + expect(find.text('0'), findsOneWidget); + expect(find.text('1'), findsNothing); + + // Tap the '+' icon and trigger a frame. + await tester.tap(find.byIcon(Icons.add)); + await tester.pump(); + + // Verify that our counter has incremented. + expect(find.text('0'), findsNothing); + expect(find.text('1'), findsOneWidget); + }); +} diff --git a/ohos/flutter_lottie/.gitignore b/ohos/flutter_lottie/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..24476c5d1eb55824c76d8b01a3965f94abad1ef8 --- /dev/null +++ b/ohos/flutter_lottie/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ +migrate_working_dir/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +**/doc/api/ +**/ios/Flutter/.last_build_id +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Android Studio will place build artifacts here +/android/app/debug +/android/app/profile +/android/app/release diff --git a/ohos/flutter_lottie/.metadata b/ohos/flutter_lottie/.metadata new file mode 100644 index 0000000000000000000000000000000000000000..d07c0afb6812b08a64d23b369ba37e066ea83244 --- /dev/null +++ b/ohos/flutter_lottie/.metadata @@ -0,0 +1,44 @@ + /* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +# This file tracks properties of this Flutter project. +# Used by Flutter tool to assess capabilities and perform upgrades etc. +# +# This file should be version controlled. + +version: + revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + channel: master + +project_type: app + +# Tracks metadata for the flutter migrate command +migration: + platforms: + - platform: root + create_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + base_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + - platform: ohos + create_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + base_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + + # User provided section + + # List of Local paths (relative to this file) that should be + # ignored by the migrate tool. + # + # Files that are not part of the templates will be ignored by default. + unmanaged_files: + - 'lib/main.dart' + - 'ios/Runner.xcodeproj/project.pbxproj' diff --git a/ohos/flutter_lottie/README.md b/ohos/flutter_lottie/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/ohos/flutter_lottie/analysis_options.yaml b/ohos/flutter_lottie/analysis_options.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7814013c895a5ab88ab0bb58d8cfa716f9be5654 --- /dev/null +++ b/ohos/flutter_lottie/analysis_options.yaml @@ -0,0 +1,42 @@ +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# This file configures the analyzer, which statically analyzes Dart code to +# check for errors, warnings, and lints. +# +# The issues identified by the analyzer are surfaced in the UI of Dart-enabled +# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be +# invoked from the command line by running `flutter analyze`. + +# The following line activates a set of recommended lints for Flutter apps, +# packages, and plugins designed to encourage good coding practices. +include: package:flutter_lints/flutter.yaml + +linter: + # The lint rules applied to this project can be customized in the + # section below to disable rules from the `package:flutter_lints/flutter.yaml` + # included above or to enable additional rules. A list of all available lints + # and their documentation is published at + # https://dart-lang.github.io/linter/lints/index.html. + # + # Instead of disabling a lint rule for the entire project in the + # section below, it can also be suppressed for a single line of code + # or a specific dart file by using the `// ignore: name_of_lint` and + # `// ignore_for_file: name_of_lint` syntax on the line or in the file + # producing the lint. + rules: + # avoid_print: false # Uncomment to disable the `avoid_print` rule + # prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule + +# Additional information about this file can be found at +# https://dart.dev/guides/language/analysis-options diff --git a/ohos/flutter_lottie/assets/14595-thumbs-up.json b/ohos/flutter_lottie/assets/14595-thumbs-up.json new file mode 100644 index 0000000000000000000000000000000000000000..8528796abe9c6a4ad88427b307f8d5f71c289e12 --- /dev/null +++ b/ohos/flutter_lottie/assets/14595-thumbs-up.json @@ -0,0 +1 @@ +{"v":"5.1.16","fr":60,"ip":0,"op":180,"w":120,"h":120,"nm":"Thumbs up","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Star","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[303,540,0],"ix":2},"a":{"a":0,"k":[375,667,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.209,0.209,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p209_1_0p333_0","0p209_1_0p333_0","0p667_1_0p333_0"],"t":0,"s":[0,0,100],"e":[80,80,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,14.333]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p833_0p833_0p333_0","0p833_0p833_0p333_0","0p833_14p333_0p333_0"],"t":22,"s":[80,80,100],"e":[0,0,100]},{"t":23}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.849,-5.584],[0,0],[0,0],[-1.985,-6.962],[-4.351,-1.244],[0,0],[0,0],[-6.867,2.27],[-1.313,3.916],[0,0],[0,0],[1.985,6.962],[4.352,1.244],[0,0],[0,0],[5.396,0.258]],"o":[[-5.869,-0.281],[0,0],[0,0],[-6.953,1.988],[1.243,4.356],[0,0],[0,0],[2.267,6.875],[3.919,-1.295],[0,0],[0,0],[6.954,-1.988],[-1.242,-4.357],[0,0],[0,0],[-1.715,-5.128],[0,0]],"v":[[0.508,-121.062],[-12.548,-112.091],[-37.506,-36.696],[-119.679,-13.284],[-128.675,2.921],[-119.679,11.927],[-37.506,35.339],[-12.548,110.734],[3.991,119.073],[12.302,110.794],[37.485,35.37],[119.679,11.95],[128.675,-4.255],[119.679,-13.261],[37.485,-36.68],[12.302,-112.105],[0.508,-121.039]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.996078431606,0.839215695858,0.337254911661,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[375.818,667.324],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[303.5,540,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[0.5,-164],[0.5,-112]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.525],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p525_1_0p333_0"],"t":0,"s":[100],"e":[0]},{"t":15}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":15,"s":[100],"e":[1]},{"t":30}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.996078431606,0.839215695858,0.337254911661,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.741],"y":[0]},"n":["0p667_1_0p741_0"],"t":15,"s":[35],"e":[0]},{"t":45}],"ix":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"rp","c":{"a":0,"k":4,"ix":1},"o":{"a":0,"k":0,"ix":2},"m":1,"ix":4,"tr":{"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":90,"ix":4},"so":{"a":0,"k":100,"ix":5},"eo":{"a":0,"k":100,"ix":6},"nm":"Transform"},"nm":"Repeater 1","mn":"ADBE Vector Filter - Repeater","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.496,0.496],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p496_1_0p333_0","0p496_1_0p333_0"],"t":0,"s":[0,0],"e":[100,100]},{"t":15}],"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240,"st":0,"bm":0}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Cuff","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.268],"y":[1]},"o":{"x":[0.85],"y":[0]},"n":["0p268_1_0p85_0"],"t":23,"s":[0],"e":[-24]},{"i":{"x":[0.474],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p474_1_0p333_0"],"t":36,"s":[-24],"e":[80]},{"t":54}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.22,"y":1},"o":{"x":0.85,"y":0},"n":"0p22_1_0p85_0","t":23,"s":[46.066,99.52,0],"e":[42.618,82.532,0],"to":[-1.23854327201843,1.23854327201843,0],"ti":[-0.01632204465568,-0.00618695560843,0]},{"i":{"x":0.844,"y":0.541},"o":{"x":0.601,"y":0},"n":"0p844_0p541_0p601_0","t":36,"s":[42.618,82.532,0],"e":[46.411,96.315,0],"to":[0.31963109970093,0.12115782499313,0],"ti":[0.06263589113951,-8.62023639678955,0]},{"i":{"x":0.325,"y":1},"o":{"x":0.26,"y":0.621},"n":"0p325_1_0p26_0p621","t":43.68,"s":[46.411,96.315,0],"e":[36.066,117.52,0],"to":[-0.08372224867344,11.5222368240356,0],"ti":[0,-0.23325119912624,0]},{"t":54}],"ix":2},"a":{"a":0,"k":[36.066,84.52,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.268,0.268,0.667],"y":[1,1,1]},"o":{"x":[0.85,0.85,0.85],"y":[0,0,0]},"n":["0p268_1_0p85_0","0p268_1_0p85_0","0p667_1_0p85_0"],"t":23,"s":[120,120,100],"e":[120,120,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p833_1_0p333_0","0p833_1_0p333_0","0p833_1_0p333_0"],"t":36,"s":[120,120,100],"e":[0,0,100]},{"t":54}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.24,0.311],[0,-0.091],[1.017,0],[0.337,0.435],[-0.926,0],[0,1.017]],"o":[[0.013,0.087],[0,1.016],[-0.594,0],[0.129,0.889],[1.017,0],[0,-0.423]],"v":[[1.439,-1.48],[1.467,-1.215],[-0.374,0.624],[-1.827,-0.097],[-0.014,1.48],[1.827,-0.362]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.8,0.8,0.8,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[39.788,76.594],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,1.017],[1.017,0],[0,-1.017],[-1.016,0]],"o":[[0,-1.017],[-1.016,0],[0,1.017],[1.017,0]],"v":[[1.841,0],[0,-1.841],[-1.841,0],[0,1.841]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[39.774,76.232],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[2.63,8.415],[6.312,-14.201],[5.26,14.201],[-6.312,14.201],[-6.312,10.979]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.294000004787,0.176000004189,0.525,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[39.775,67.817],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"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":[[-6.312,-14.201],[6.311,-14.201],[5.26,14.201],[-6.312,14.201]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.383999992819,0.33300000359,0.851000019148,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[39.774,67.818],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":88,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Hand 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.268],"y":[1]},"o":{"x":[0.85],"y":[0]},"n":["0p268_1_0p85_0"],"t":24,"s":[0],"e":[-24]},{"i":{"x":[0.474],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p474_1_0p333_0"],"t":37,"s":[-24],"e":[80]},{"t":53}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.22,"y":1},"o":{"x":0.85,"y":0},"n":"0p22_1_0p85_0","t":24,"s":[46.066,99.52,0],"e":[42.618,82.532,0],"to":[-0.5747994184494,-2.83133268356323,0],"ti":[-0.01632204465568,-0.00618695560843,0]},{"i":{"x":0.844,"y":0.592},"o":{"x":0.601,"y":0},"n":"0p844_0p592_0p601_0","t":37,"s":[42.618,82.532,0],"e":[46.411,96.315,0],"to":[0.31963109970093,0.12115782499313,0],"ti":[0.06263589113951,-8.62023639678955,0]},{"i":{"x":0.325,"y":1},"o":{"x":0.26,"y":0.552},"n":"0p325_1_0p26_0p552","t":43.826,"s":[46.411,96.315,0],"e":[36.066,117.52,0],"to":[-0.08372224867344,11.5222368240356,0],"ti":[0,-0.23325119912624,0]},{"t":53}],"ix":2},"a":{"a":0,"k":[36.066,84.52,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.268,0.268,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,16.667]},"n":["0p268_1_0p167_0","0p268_1_0p167_0","0p667_1_0p167_16p667"],"t":24,"s":[120,120,100],"e":[120,120,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p833_1_0p333_0","0p833_1_0p333_0","0p833_1_0p333_0"],"t":37,"s":[120,120,100],"e":[0,0,100]},{"t":53}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.132,1.578],[0.058,0.254],[5.324,0],[0,0],[-0.589,-0.149],[-2.935,0.03],[-0.603,0.11],[0,0]],"o":[[0.025,-0.304],[-0.174,1.602],[0,0],[0,0],[1.273,0.321],[0.922,-0.009],[-0.006,-0.003],[1.578,-0.548]],"v":[[6.347,-1.347],[6.278,-2.176],[-1.345,1.094],[-6.144,1.094],[-5.783,1.743],[1.461,2.146],[3.721,1.952],[3.695,1.941]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.525,0.172999991623,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[75.044,69.558],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.132,2.235],[0.023,0.174],[5.167,0],[0,0],[-1.257,-0.241],[-2.65,0.027],[-0.691,0.185],[0,0]],"o":[[0.011,-0.189],[-0.282,1.558],[0,0],[0,0],[2.026,0.389],[1.26,-0.013],[0,0],[0,0]],"v":[[6.53,-1.561],[6.504,-2.104],[-1.097,1.026],[-5.842,1.026],[-5.284,1.683],[1.711,2.077],[4.583,1.747],[4.557,1.726]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.525,0.172999991623,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[75.716,63.988],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.286,-0.22],[-4.279,0.232],[0,0],[-0.132,1.578],[-0.001,0.025],[3.931,-0.066]],"o":[[0,0],[2.29,0.391],[-0.126,-0.072],[0.789,-0.395],[0.002,-0.025],[-0.194,1.257],[-4.712,0.079]],"v":[[-5.747,0.572],[-4.893,1.13],[4.673,1.619],[4.467,1.508],[6.177,-1.779],[6.171,-1.852],[0.982,0.522]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.525,0.172999991623,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[75.411,57.499],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.104,0.132],[-2.498,0.789],[0,1.709],[8.328,0],[3.944,0.088],[1.433,-0.218],[0,0],[-3.025,-0.182],[-4.996,-0.526]],"o":[[2.104,-0.131],[2.498,-0.789],[-0.503,2.542],[-8.327,0],[-1.882,-0.042],[0,0],[0,0],[3.024,0.181],[4.997,0.526]],"v":[[8.448,2.475],[14.497,1.818],[18.638,-2.389],[4.416,0.338],[-13.466,-3.617],[-18.638,-3.243],[-18.638,-1.141],[-13.51,-1.141],[-1.282,3.133]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.525,0.172999991623,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[61.831,76.256],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[-1.578,-0.92],[0.131,-1.578],[0.789,-0.395],[0.132,-2.236],[0,0],[0.131,-1.578],[1.578,-0.548],[0,-1.71],[2.498,-0.789],[2.105,-0.131],[4.997,0.525],[3.025,0.182],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.578,0.921],[-0.132,1.577],[0,0],[-0.132,2.235],[0,0],[-0.132,1.578],[0,0],[0,1.709],[-2.498,0.789],[-2.103,0.131],[-4.996,-0.527],[-3.025,-0.181],[0,0],[0,0]],"v":[[-16.699,-8.825],[-4.01,-12.918],[-2.06,-14.711],[1.14,-14.711],[7.494,-13.747],[15.384,-13.221],[18.803,-9.482],[17.093,-6.195],[19.46,-2.776],[17.488,0.511],[18.606,3.009],[15.953,6.296],[17.685,8.663],[13.543,12.87],[7.494,13.528],[-2.236,14.186],[-14.464,9.911],[-19.592,9.911],[-19.592,-8.693]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.995999983245,0.722000002394,0.4,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[62.785,65.203],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":92,"st":4,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Thumb 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.561],"y":[1]},"o":{"x":[0.495],"y":[0]},"n":["0p561_1_0p495_0"],"t":24,"s":[0],"e":[-8]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.318],"y":[0]},"n":["0p833_0p833_0p318_0"],"t":37,"s":[-8],"e":[180]},{"t":52}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.559,"y":1},"o":{"x":0.496,"y":0},"n":"0p559_1_0p496_0","t":24,"s":[76,71,0],"e":[57.118,48.032,0],"to":[-3.14708280563354,-3.82799935340881,0],"ti":[-0.00858649611473,-0.00325475563295,0]},{"i":{"x":0.704,"y":0.654},"o":{"x":0.383,"y":0},"n":"0p704_0p654_0p383_0","t":37,"s":[57.118,48.032,0],"e":[70.755,89.087,0],"to":[0.44428959488869,0.16841027140617,0],"ti":[2.48485994338989,-20.3849124908447,0]},{"i":{"x":0.284,"y":0.99},"o":{"x":0.044,"y":0.056},"n":"0p284_0p99_0p044_0p056","t":44,"s":[70.755,89.087,0],"e":[38.066,118.52,0],"to":[-1.69227385520935,13.8828172683716,0],"ti":[13.8854293823242,-4.68456697463989,0]},{"t":52}],"ix":2},"a":{"a":0,"k":[60,60,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.248,0.248,0.167],"y":[0,0,0]},"n":["0p667_1_0p248_0","0p667_1_0p248_0","0p667_1_0p167_0"],"t":37,"s":[120,120,100],"e":[0,0,100]},{"t":53}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.756,-1.84]],"o":[[0,0],[0,0]],"v":[[0.445,-2.761],[-0.445,2.761]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[61.225,36.392],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.381,0.811],[0.042,-3.329],[-0.983,-7.231],[-0.434,-0.476],[0,0],[0,4.646],[0.044,6.399]],"o":[[0.98,1.39],[-0.081,6.448],[0.149,1.096],[0,0],[0,0],[0,-4.646],[-0.022,-3.209]],"v":[[-0.275,-12.438],[1.332,-5.521],[-1.492,10.125],[-0.587,12.438],[0.719,12.197],[-0.07,7.288],[2.43,-6.387]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.525,0.172999991623,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[64.213,43.491],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-2.805,3.419],[-1.14,2.805],[0.087,2.104],[-1.194,0.299],[-0.033,-4.659],[0,-4.646],[0,0]],"o":[[1.227,-5.26],[2.805,-3.418],[1.139,-2.805],[-0.088,-2.104],[1.754,-0.438],[0.044,6.399],[0,4.646],[0,0]],"v":[[-9.161,14.245],[-3.814,3.286],[1.358,-3.551],[2.936,-11.001],[4.601,-13.807],[9.117,-7.408],[6.617,6.268],[7.406,11.177]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.995999983245,0.722000002394,0.4,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[57.526,44.512],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":88,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Streak","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[75,75,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-32.306,11.69],[16.5,15]],"o":[[38.69,-14],[-21.828,-19.844]],"v":[[-27.19,47],[0,-26]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":42,"s":[100],"e":[27.333]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":49,"s":[27.333],"e":[10.2]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":51.223,"s":[10.2],"e":[0]},{"t":53}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":42,"s":[100],"e":[42.171]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":51.223,"s":[42.171],"e":[0]},{"t":53}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.384313755409,0.333333333333,0.850980451995,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":42,"op":121,"st":19,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Streak","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[75,75,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-32.413,11.389],[20.5,26.5]],"o":[[42.69,-15],[-18.05,-23.333]],"v":[[-22.19,52.5],[10,-26]],"c":false},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":42,"s":[100],"e":[26.633]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":49,"s":[26.633],"e":[10.2]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":51.223,"s":[10.2],"e":[0]},{"t":53}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":42,"s":[100],"e":[42.668]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":49,"s":[42.668],"e":[0]},{"t":53}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.384313755409,0.333333333333,0.850980451995,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":42,"op":121,"st":19,"bm":0}]},{"id":"comp_2","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Streak","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[75,75,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[7.402,-16.777],[34,3]],"o":[[-10,22.667],[-29.386,-2.593]],"v":[[24.667,14.5],[-36.5,44.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6,"s":[100],"e":[27.333]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[27.333],"e":[10.2]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":21,"s":[10.2],"e":[0]},{"t":25}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6,"s":[100],"e":[42.171]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":21,"s":[42.171],"e":[0]},{"t":25}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.384313755409,0.333333333333,0.850980451995,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":6,"op":88,"st":-14,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Streak","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[75,75,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[11.851,-13.993],[25.667,1.833]],"o":[[-13.833,16.333],[-29.425,-2.102]],"v":[[8.333,19.167],[-41.667,39.167]],"c":false},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6,"s":[100],"e":[26.633]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[26.633],"e":[10.2]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":21,"s":[10.2],"e":[0]},{"t":25}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6,"s":[100],"e":[42.668]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[42.668],"e":[0]},{"t":25}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.384313755409,0.333333333333,0.850980451995,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":6,"op":88,"st":-14,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Cuff","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.232],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p232_1_0p167_0p167"],"t":2,"s":[80],"e":[-24]},{"i":{"x":[0.474],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p474_1_0p333_0"],"t":20,"s":[-24],"e":[0]},{"t":38}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.22,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p22_1_0p167_0p167","t":2,"s":[46.066,124.52,0],"e":[46.118,91.032,0],"to":[0.00853402819484,-5.58133316040039,0],"ti":[-0.01632204465568,-0.00618695560843,0]},{"i":{"x":0.474,"y":1},"o":{"x":0.78,"y":0},"n":"0p474_1_0p78_0","t":20,"s":[46.118,91.032,0],"e":[46.066,102.52,0],"to":[0.74686586856842,0.28310337662697,0],"ti":[0.00853402819484,-1.41466665267944,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":38,"s":[46.066,102.52,0],"e":[46.066,99.52,0],"to":[-0.00853402819484,1.41466665267944,0],"ti":[0,0.5,0]},{"t":57}],"ix":2},"a":{"a":0,"k":[36.066,84.52,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.232,0.232,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,-0.138]},"n":["0p232_1_0p167_0p167","0p232_1_0p167_0p167","0p667_1_0p167_-0p138"],"t":2,"s":[0,0,100],"e":[120,120,100]},{"t":20}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.24,0.311],[0,-0.091],[1.017,0],[0.337,0.435],[-0.926,0],[0,1.017]],"o":[[0.013,0.087],[0,1.016],[-0.594,0],[0.129,0.889],[1.017,0],[0,-0.423]],"v":[[1.439,-1.48],[1.467,-1.215],[-0.374,0.624],[-1.827,-0.097],[-0.014,1.48],[1.827,-0.362]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.8,0.8,0.8,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[39.788,76.594],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,1.017],[1.017,0],[0,-1.017],[-1.016,0]],"o":[[0,-1.017],[-1.016,0],[0,1.017],[1.017,0]],"v":[[1.841,0],[0,-1.841],[-1.841,0],[0,1.841]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[39.774,76.232],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[2.63,8.415],[6.312,-14.201],[5.26,14.201],[-6.312,14.201],[-6.312,10.979]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.294000004787,0.176000004189,0.525,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[39.775,67.817],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"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":[[-6.312,-14.201],[6.311,-14.201],[5.26,14.201],[-6.312,14.201]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.383999992819,0.33300000359,0.851000019148,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[39.774,67.818],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":88,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Hand","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.232],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p232_1_0p167_0p167"],"t":2,"s":[80],"e":[-24]},{"i":{"x":[0.077],"y":[1]},"o":{"x":[0.237],"y":[0]},"n":["0p077_1_0p237_0"],"t":23,"s":[-24],"e":[0]},{"t":41}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.22,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p22_1_0p167_0p167","t":2,"s":[46.066,124.52,0],"e":[46.118,91.032,0],"to":[0.00853402819484,-5.58133316040039,0],"ti":[-0.01632204465568,-0.00618695560843,0]},{"i":{"x":0.077,"y":1},"o":{"x":0.684,"y":0},"n":"0p077_1_0p684_0","t":23,"s":[46.118,91.032,0],"e":[46.066,102.52,0],"to":[0.74686586856842,0.28310337662697,0],"ti":[0.00853402819484,-1.41466665267944,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":41,"s":[46.066,102.52,0],"e":[46.066,99.52,0],"to":[-0.00853402819484,1.41466665267944,0],"ti":[0,0.5,0]},{"t":61}],"ix":2},"a":{"a":0,"k":[36.066,84.52,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.232,0.232,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"n":["0p232_1_0p167_0p167","0p232_1_0p167_0p167","0p667_1_0p167_0"],"t":2,"s":[0,0,100],"e":[120,120,100]},{"t":23}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.132,1.578],[0.058,0.254],[5.324,0],[0,0],[-0.589,-0.149],[-2.935,0.03],[-0.603,0.11],[0,0]],"o":[[0.025,-0.304],[-0.174,1.602],[0,0],[0,0],[1.273,0.321],[0.922,-0.009],[-0.006,-0.003],[1.578,-0.548]],"v":[[6.347,-1.347],[6.278,-2.176],[-1.345,1.094],[-6.144,1.094],[-5.783,1.743],[1.461,2.146],[3.721,1.952],[3.695,1.941]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.525,0.172999991623,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[75.044,69.558],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.132,2.235],[0.023,0.174],[5.167,0],[0,0],[-1.257,-0.241],[-2.65,0.027],[-0.691,0.185],[0,0]],"o":[[0.011,-0.189],[-0.282,1.558],[0,0],[0,0],[2.026,0.389],[1.26,-0.013],[0,0],[0,0]],"v":[[6.53,-1.561],[6.504,-2.104],[-1.097,1.026],[-5.842,1.026],[-5.284,1.683],[1.711,2.077],[4.583,1.747],[4.557,1.726]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.525,0.172999991623,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[75.716,63.988],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.286,-0.22],[-4.279,0.232],[0,0],[-0.132,1.578],[-0.001,0.025],[3.931,-0.066]],"o":[[0,0],[2.29,0.391],[-0.126,-0.072],[0.789,-0.395],[0.002,-0.025],[-0.194,1.257],[-4.712,0.079]],"v":[[-5.747,0.572],[-4.893,1.13],[4.673,1.619],[4.467,1.508],[6.177,-1.779],[6.171,-1.852],[0.982,0.522]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.525,0.172999991623,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[75.411,57.499],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.104,0.132],[-2.498,0.789],[0,1.709],[8.328,0],[3.944,0.088],[1.433,-0.218],[0,0],[-3.025,-0.182],[-4.996,-0.526]],"o":[[2.104,-0.131],[2.498,-0.789],[-0.503,2.542],[-8.327,0],[-1.882,-0.042],[0,0],[0,0],[3.024,0.181],[4.997,0.526]],"v":[[8.448,2.475],[14.497,1.818],[18.638,-2.389],[4.416,0.338],[-13.466,-3.617],[-18.638,-3.243],[-18.638,-1.141],[-13.51,-1.141],[-1.282,3.133]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.525,0.172999991623,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[61.831,76.256],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[-1.578,-0.92],[0.131,-1.578],[0.789,-0.395],[0.132,-2.236],[0,0],[0.131,-1.578],[1.578,-0.548],[0,-1.71],[2.498,-0.789],[2.105,-0.131],[4.997,0.525],[3.025,0.182],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.578,0.921],[-0.132,1.577],[0,0],[-0.132,2.235],[0,0],[-0.132,1.578],[0,0],[0,1.709],[-2.498,0.789],[-2.103,0.131],[-4.996,-0.527],[-3.025,-0.181],[0,0],[0,0]],"v":[[-16.699,-8.825],[-4.01,-12.918],[-2.06,-14.711],[1.14,-14.711],[7.494,-13.747],[15.384,-13.221],[18.803,-9.482],[17.093,-6.195],[19.46,-2.776],[17.488,0.511],[18.606,3.009],[15.953,6.296],[17.685,8.663],[13.543,12.87],[7.494,13.528],[-2.236,14.186],[-14.464,9.911],[-19.592,9.911],[-19.592,-8.693]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.995999983245,0.722000002394,0.4,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[62.785,65.203],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false}],"ip":2,"op":92,"st":4,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Thumb","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.536],"y":[0.202]},"o":{"x":[0.312],"y":[0.288]},"n":["0p536_0p202_0p312_0p288"],"t":3,"s":[80],"e":[53.71]},{"i":{"x":[0.456],"y":[1]},"o":{"x":[0.176],"y":[0.386]},"n":["0p456_1_0p176_0p386"],"t":8,"s":[53.71],"e":[-8]},{"i":{"x":[0.077],"y":[1]},"o":{"x":[0.237],"y":[0]},"n":["0p077_1_0p237_0"],"t":23,"s":[-8],"e":[0]},{"t":41}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.53,"y":0.565},"o":{"x":0.167,"y":0.167},"n":"0p53_0p565_0p167_0p167","t":3,"s":[46.066,124.52,0],"e":[60.512,95.617,0],"to":[1.26786482334137,-4.93584966659546,0],"ti":[-3.50980448722839,13.672869682312,0]},{"i":{"x":0.453,"y":1},"o":{"x":0.174,"y":0.464},"n":"0p453_1_0p174_0p464","t":8,"s":[60.512,95.617,0],"e":[62.118,62.032,0],"to":[3.89589977264404,-15.1769504547119,0],"ti":[-0.00858649611473,-0.00325475563295,0]},{"i":{"x":0.077,"y":1},"o":{"x":0.337,"y":0},"n":"0p077_1_0p337_0","t":23,"s":[62.118,62.032,0],"e":[76,74,0],"to":[0.74686586856842,0.28310337662697,0],"ti":[-2.31374931335449,-1.49466586112976,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.168,"y":0},"n":"0p833_0p833_0p168_0","t":41,"s":[76,74,0],"e":[76,71,0],"to":[2.31374931335449,1.49466586112976,0],"ti":[0,0.5,0]},{"t":61}],"ix":2},"a":{"a":0,"k":[60,60,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.232,0.232,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"n":["0p232_1_0p167_0p167","0p232_1_0p167_0p167","0p667_1_0p167_0"],"t":3,"s":[0,0,100],"e":[120,120,100]},{"t":23}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.756,-1.84]],"o":[[0,0],[0,0]],"v":[[0.445,-2.761],[-0.445,2.761]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[61.225,36.392],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.381,0.811],[0.042,-3.329],[-0.983,-7.231],[-0.434,-0.476],[0,0],[0,4.646],[0.044,6.399]],"o":[[0.98,1.39],[-0.081,6.448],[0.149,1.096],[0,0],[0,0],[0,-4.646],[-0.022,-3.209]],"v":[[-0.275,-12.438],[1.332,-5.521],[-1.492,10.125],[-0.587,12.438],[0.719,12.197],[-0.07,7.288],[2.43,-6.387]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.525,0.172999991623,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[64.213,43.491],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-2.805,3.419],[-1.14,2.805],[0.087,2.104],[-1.194,0.299],[-0.033,-4.659],[0,-4.646],[0,0]],"o":[[1.227,-5.26],[2.805,-3.418],[1.139,-2.805],[-0.088,-2.104],[1.754,-0.438],[0.044,6.399],[0,4.646],[0,0]],"v":[[-9.161,14.245],[-3.814,3.286],[1.358,-3.551],[2.936,-11.001],[4.601,-13.807],[9.117,-7.408],[6.617,6.268],[7.406,11.177]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.995999983245,0.722000002394,0.4,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[57.526,44.512],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":88,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Spark","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[94,31,0],"ix":2},"a":{"a":0,"k":[303.5,540,0],"ix":1},"s":{"a":0,"k":[6,6,100],"ix":6}},"ao":0,"w":607,"h":1080,"ip":67,"op":307,"st":67,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"Spark","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[94,91,0],"ix":2},"a":{"a":0,"k":[303.5,540,0],"ix":1},"s":{"a":0,"k":[8,8,100],"ix":6}},"ao":0,"w":607,"h":1080,"ip":53,"op":293,"st":53,"bm":0},{"ddd":0,"ind":3,"ty":0,"nm":"Spark","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[34.5,79.5,0],"ix":2},"a":{"a":0,"k":[303.5,540,0],"ix":1},"s":{"a":0,"k":[6,6,100],"ix":6}},"ao":0,"w":607,"h":1080,"ip":59,"op":299,"st":59,"bm":0},{"ddd":0,"ind":4,"ty":0,"nm":"Spark","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[24,31,0],"ix":2},"a":{"a":0,"k":[303.5,540,0],"ix":1},"s":{"a":0,"k":[8,8,100],"ix":6}},"ao":0,"w":607,"h":1080,"ip":33,"op":273,"st":33,"bm":0},{"ddd":0,"ind":5,"ty":0,"nm":"Thumbsup_AnimOff","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[60,65,0],"ix":2},"a":{"a":0,"k":[75,75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":150,"h":150,"ip":80,"op":184,"st":77,"bm":0},{"ddd":0,"ind":6,"ty":0,"nm":"Thumbsup_AnimOn","refId":"comp_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[60,65,0],"ix":2},"a":{"a":0,"k":[75,75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":150,"h":150,"ip":0,"op":80,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/17297-fireworks.json b/ohos/flutter_lottie/assets/17297-fireworks.json new file mode 100644 index 0000000000000000000000000000000000000000..10bd48753202f559bf5188b56992dc2205f3c104 --- /dev/null +++ b/ohos/flutter_lottie/assets/17297-fireworks.json @@ -0,0 +1,1458 @@ +{ + "v": "5.3.4", + "fr": 15, + "ip": 0, + "op": 33, + "w": 200, + "h": 200, + "nm": "Comp 2", + "ddd": 0, + "assets": [], + "layers": [ + { + "ddd": 0, + "ind": 2, + "ty": 4, + "nm": "Shape Layer 8", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 143.375, + 35.625, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0.375, + -29.375, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 70, + 70, + 100 + ], + "ix": 6 + } + }, + "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": [ + [ + 0.375, + -0.125 + ], + [ + 0.375, + -58.625 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.952941176471, + 0.647058823529, + 0.301960784314, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 5, + "ix": 5 + }, + "lc": 2, + "lj": 1, + "ml": 4, + "ml2": { + "a": 0, + "k": 4, + "ix": 8 + }, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0, + 0, + 1 + ], + "ix": 4 + }, + "o": { + "a": 0, + "k": 100, + "ix": 5 + }, + "r": 1, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": true + }, + { + "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, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.638 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.333 + ], + "y": [ + 0 + ] + }, + "n": [ + "0p638_1_0p333_0" + ], + "t": 22, + "s": [ + 0 + ], + "e": [ + 100 + ] + }, + { + "t": 30 + } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.638 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.333 + ], + "y": [ + 0 + ] + }, + "n": [ + "0p638_1_0p333_0" + ], + "t": 17, + "s": [ + 0 + ], + "e": [ + 100 + ] + }, + { + "t": 25 + } + ], + "ix": 2 + }, + "o": { + "a": 0, + "k": 0, + "ix": 3 + }, + "m": 1, + "ix": 2, + "nm": "Trim Paths 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + }, + { + "ty": "rp", + "c": { + "a": 0, + "k": 20, + "ix": 1 + }, + "o": { + "a": 0, + "k": 0, + "ix": 2 + }, + "m": 1, + "ix": 3, + "tr": { + "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": 48, + "ix": 4 + }, + "so": { + "a": 0, + "k": 100, + "ix": 5 + }, + "eo": { + "a": 0, + "k": 100, + "ix": 6 + }, + "nm": "Transform" + }, + "nm": "Repeater 1", + "mn": "ADBE Vector Filter - Repeater", + "hd": false + } + ], + "ip": 17, + "op": 135, + "st": 17, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 4, + "nm": "Shape Layer 7", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 45.375, + 90.625, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0.375, + -29.375, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 70, + 70, + 100 + ], + "ix": 6 + } + }, + "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": [ + [ + 0.375, + -0.125 + ], + [ + 0.375, + -58.625 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.929411764706, + 0.4, + 0.501960784314, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 5, + "ix": 5 + }, + "lc": 2, + "lj": 1, + "ml": 4, + "ml2": { + "a": 0, + "k": 4, + "ix": 8 + }, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0, + 0, + 1 + ], + "ix": 4 + }, + "o": { + "a": 0, + "k": 100, + "ix": 5 + }, + "r": 1, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": true + }, + { + "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, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.638 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.333 + ], + "y": [ + 0 + ] + }, + "n": [ + "0p638_1_0p333_0" + ], + "t": 16, + "s": [ + 0 + ], + "e": [ + 100 + ] + }, + { + "t": 24 + } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.638 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.333 + ], + "y": [ + 0 + ] + }, + "n": [ + "0p638_1_0p333_0" + ], + "t": 11, + "s": [ + 0 + ], + "e": [ + 100 + ] + }, + { + "t": 19 + } + ], + "ix": 2 + }, + "o": { + "a": 0, + "k": 0, + "ix": 3 + }, + "m": 1, + "ix": 2, + "nm": "Trim Paths 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + }, + { + "ty": "rp", + "c": { + "a": 0, + "k": 20, + "ix": 1 + }, + "o": { + "a": 0, + "k": 0, + "ix": 2 + }, + "m": 1, + "ix": 3, + "tr": { + "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": 48, + "ix": 4 + }, + "so": { + "a": 0, + "k": 100, + "ix": 5 + }, + "eo": { + "a": 0, + "k": 100, + "ix": 6 + }, + "nm": "Transform" + }, + "nm": "Repeater 1", + "mn": "ADBE Vector Filter - Repeater", + "hd": false + } + ], + "ip": 11, + "op": 129, + "st": 11, + "bm": 0 + }, + { + "ddd": 0, + "ind": 4, + "ty": 4, + "nm": "Shape Layer 4", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 106.375, + 145.625, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0.375, + -29.375, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 70, + 70, + 100 + ], + "ix": 6 + } + }, + "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": [ + [ + 0.375, + -0.125 + ], + [ + 0.375, + -58.625 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.250980392157, + 0.788235353956, + 1, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 5, + "ix": 5 + }, + "lc": 2, + "lj": 1, + "ml": 4, + "ml2": { + "a": 0, + "k": 4, + "ix": 8 + }, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0, + 0, + 1 + ], + "ix": 4 + }, + "o": { + "a": 0, + "k": 100, + "ix": 5 + }, + "r": 1, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": true + }, + { + "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, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.581 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.333 + ], + "y": [ + 0 + ] + }, + "n": [ + "0p581_1_0p333_0" + ], + "t": 10, + "s": [ + 0 + ], + "e": [ + 100 + ] + }, + { + "t": 18 + } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.581 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.333 + ], + "y": [ + 0 + ] + }, + "n": [ + "0p581_1_0p333_0" + ], + "t": 5, + "s": [ + 0 + ], + "e": [ + 100 + ] + }, + { + "t": 13 + } + ], + "ix": 2 + }, + "o": { + "a": 0, + "k": 0, + "ix": 3 + }, + "m": 1, + "ix": 2, + "nm": "Trim Paths 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + }, + { + "ty": "rp", + "c": { + "a": 0, + "k": 20, + "ix": 1 + }, + "o": { + "a": 0, + "k": 0, + "ix": 2 + }, + "m": 1, + "ix": 3, + "tr": { + "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": 48, + "ix": 4 + }, + "so": { + "a": 0, + "k": 100, + "ix": 5 + }, + "eo": { + "a": 0, + "k": 100, + "ix": 6 + }, + "nm": "Transform" + }, + "nm": "Repeater 1", + "mn": "ADBE Vector Filter - Repeater", + "hd": false + } + ], + "ip": 5, + "op": 123, + "st": 5, + "bm": 0 + }, + { + "ddd": 0, + "ind": 5, + "ty": 4, + "nm": "Shape Layer 2", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 47.375, + 31.625, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0.375, + -29.375, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 70, + 70, + 100 + ], + "ix": 6 + } + }, + "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": [ + [ + 0.375, + -0.125 + ], + [ + 0.375, + -58.625 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.588235294118, + 0.380392186782, + 0.729411764706, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 5, + "ix": 5 + }, + "lc": 2, + "lj": 1, + "ml": 4, + "ml2": { + "a": 0, + "k": 4, + "ix": 8 + }, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0, + 0, + 1 + ], + "ix": 4 + }, + "o": { + "a": 0, + "k": 100, + "ix": 5 + }, + "r": 1, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": true + }, + { + "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, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.636 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.333 + ], + "y": [ + 0 + ] + }, + "n": [ + "0p636_1_0p333_0" + ], + "t": 5, + "s": [ + 0 + ], + "e": [ + 100 + ] + }, + { + "t": 13 + } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.636 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.333 + ], + "y": [ + 0 + ] + }, + "n": [ + "0p636_1_0p333_0" + ], + "t": 0, + "s": [ + 0 + ], + "e": [ + 100 + ] + }, + { + "t": 7.9638671875 + } + ], + "ix": 2 + }, + "o": { + "a": 0, + "k": 0, + "ix": 3 + }, + "m": 1, + "ix": 2, + "nm": "Trim Paths 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + }, + { + "ty": "rp", + "c": { + "a": 0, + "k": 20, + "ix": 1 + }, + "o": { + "a": 0, + "k": 0, + "ix": 2 + }, + "m": 1, + "ix": 3, + "tr": { + "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": 48, + "ix": 4 + }, + "so": { + "a": 0, + "k": 100, + "ix": 5 + }, + "eo": { + "a": 0, + "k": 100, + "ix": 6 + }, + "nm": "Transform" + }, + "nm": "Repeater 1", + "mn": "ADBE Vector Filter - Repeater", + "hd": false + } + ], + "ip": 0, + "op": 118, + "st": 0, + "bm": 0 + } + ], + "markers": [] +} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/AndroidWave.json b/ohos/flutter_lottie/assets/AndroidWave.json new file mode 100644 index 0000000000000000000000000000000000000000..321a95edb93e31e0bc5a9b92a8b2bbf82dd461cd --- /dev/null +++ b/ohos/flutter_lottie/assets/AndroidWave.json @@ -0,0 +1 @@ +{"v":"4.10.1","fr":60,"ip":0,"op":123,"w":400,"h":400,"nm":"AndroidWave","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"LeftArm","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0_1_0p167_0"],"t":0,"s":[0],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":5,"s":[0],"e":[-176.582]},{"i":{"x":[0.45],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p45_1_0p333_0"],"t":19,"s":[-176.582],"e":[-134.443]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.55],"y":[0]},"n":["0p667_1_0p55_0"],"t":26,"s":[-134.443],"e":[-176.582]},{"i":{"x":[0.45],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p45_1_0p333_0"],"t":36,"s":[-176.582],"e":[-144.443]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.55],"y":[0]},"n":["0p667_1_0p55_0"],"t":46,"s":[-144.443],"e":[-176.582]},{"i":{"x":[0.45],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p45_1_0p333_0"],"t":56,"s":[-176.582],"e":[-144.443]},{"i":{"x":[0.45],"y":[1]},"o":{"x":[0.55],"y":[0]},"n":["0p45_1_0p55_0"],"t":66,"s":[-144.443],"e":[-158]},{"i":{"x":[0.45],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p45_1_0p167_0"],"t":77,"s":[-158],"e":[8]},{"i":{"x":[0.45],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p45_1_0p167_0"],"t":85,"s":[8],"e":[-2.9]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":97,"s":[-2.9],"e":[0]},{"t":107}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":0,"s":[262.81,158.827,0],"e":[262.808,157.329,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0.433},"n":"0p667_1_0p333_0p433","t":5,"s":[262.808,157.329,0],"e":[263.017,165.823,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":11,"s":[263.017,165.823,0],"e":[262.81,158.827,0],"to":[0,0,0],"ti":[0,0,0]},{"t":19}],"ix":2},"a":{"a":0,"k":[371.949,334.279,0],"ix":1},"s":{"a":0,"k":[95.2,95.2,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.063,0],[0,-6.157],[0,0],[0,0],[0,0]],"o":[[-6.061,0],[0,0],[0,0],[0,0],[0,-6.157]],"v":[[66.199,-32.931],[55.223,-21.783],[55.223,-3.217],[77.176,-3.217],[77.176,-21.783]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941176474094,0.360784322023,0.380392163992,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[305.75,367.21],"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":"Group 6","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.063,0],[0,-6.157],[0,0],[-6.061,0],[0,6.157],[0,0]],"o":[[-6.061,0],[0,0],[0,6.157],[6.063,0],[0,0],[0,-6.157]],"v":[[66.199,-32.931],[55.223,-21.783],[55.223,21.783],[66.199,32.931],[77.176,21.783],[77.176,-21.783]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.642999985639,0.776000019148,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[305.75,367.21],"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":"Group 5","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":600,"st":-7,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":3,"nm":"MasterController","sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200.538,209.347,0],"ix":2},"a":{"a":0,"k":[60,60,0],"ix":1},"s":{"a":0,"k":[95.2,95.2,100],"ix":6}},"ao":0,"ip":0,"op":123,"st":-7,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Head","parent":7,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[305.75,302.634,0],"ix":2},"a":{"a":0,"k":[305.75,302.634,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.985,0],[0,2.985],[-2.984,0],[0,-2.984]],"o":[[-2.984,0],[0,-2.984],[2.985,0],[0,2.985]],"v":[[21.278,11.496],[15.875,6.092],[21.278,0.688],[26.682,6.092]],"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":[[2.985,0],[0,2.985],[-2.985,0],[0,-2.984]],"o":[[-2.985,0],[0,-2.984],[2.985,0],[0,2.985]],"v":[[-20.603,11.496],[-26.007,6.092],[-20.603,0.688],[-15.2,6.092]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[14.344,6.673],[0,0],[0.7,0.482],[0.536,-0.779],[0,0],[7.228,0],[6.175,-2.433],[0,0],[0.7,-0.482],[-0.535,-0.778],[0,0],[1.28,-14.799],[0,0]],"o":[[0,0],[0.535,-0.778],[-0.701,-0.482],[0,0],[-6.175,-2.433],[-7.229,0],[0,0],[-0.535,-0.779],[-0.7,0.482],[0,0],[-14.344,6.673],[0,0],[-1.281,-14.799]],"v":[[23.151,-9.145],[32.174,-22.242],[31.876,-24.524],[29.638,-23.988],[20.266,-10.384],[0,-14.173],[-20.266,-10.384],[-29.639,-23.988],[-31.876,-24.524],[-32.174,-22.242],[-23.151,-9.145],[-48.835,25.006],[48.835,25.006]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.642999985639,0.776000019148,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[305.75,302.518],"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":"Group 3","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":123,"st":-7,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Blink","parent":4,"sr":1,"ks":{"o":{"a":1,"k":[{"t":0,"s":[0],"h":1},{"t":28,"s":[100],"h":1},{"t":35,"s":[0],"h":1},{"t":68,"s":[100],"h":1},{"t":75,"s":[0],"h":1}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[305.973,303.999,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[105.042,105.042,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[59.258,5.43],"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":"fl","c":{"a":0,"k":[0.643137276173,0.776470601559,0.223529413342,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0.629,2.035],"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 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[65.58,12.271],"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":"fl","c":{"a":0,"k":[0.643137276173,0.776470601559,0.223529413342,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1.29,12.865],"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,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":123,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Eyes","parent":7,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[305.75,302.634,0],"ix":2},"a":{"a":0,"k":[305.75,302.634,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.985,0],[0,2.985],[-2.984,0],[0,-2.984]],"o":[[-2.984,0],[0,-2.984],[2.985,0],[0,2.985]],"v":[[21.278,11.496],[15.875,6.092],[21.278,0.688],[26.682,6.092]],"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":[[2.985,0],[0,2.985],[-2.985,0],[0,-2.984]],"o":[[-2.985,0],[0,-2.984],[2.985,0],[0,2.985]],"v":[[-20.603,11.496],[-26.007,6.092],[-20.603,0.688],[-15.2,6.092]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[305.75,302.518],"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":"Group 3","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":123,"st":-7,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"BeloOutlines","parent":7,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[306.138,370.824,0],"ix":2},"a":{"a":0,"k":[186.059,695.577,0],"ix":1},"s":{"a":0,"k":[66.333,66.333,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-3.218,-1.811],[-1.897,-0.22],[-1.765,0.716],[-0.546,3.813],[0.646,1.82],[0.296,0.669],[0.482,1.046],[0,0],[4.648,9.02],[0.562,1.045],[0.782,0.916],[2.469,0],[1.591,-1.864],[0.563,-1.048],[0.543,-1.054],[4.158,-9.021],[0.465,-1.053],[0.245,-0.69],[-0.277,-1.932],[-3.57,-1.449],[-1.886,0.219],[-1.647,0.927],[-2.333,2.741]],"o":[[2.333,2.741],[1.647,0.927],[1.886,0.219],[3.57,-1.449],[0.277,-1.932],[-0.245,-0.69],[-0.465,-1.053],[0,0],[-4.158,-9.021],[-0.543,-1.055],[-0.564,-1.048],[-1.59,-1.863],[-2.47,0],[-0.781,0.916],[-0.561,1.044],[-4.647,9.021],[-0.482,1.046],[-0.296,0.669],[-0.646,1.82],[0.546,3.813],[1.765,0.716],[1.897,-0.22],[3.217,-1.811],[0,0]],"v":[[-9,105.655],[-0.604,113.123],[4.706,114.928],[10.246,114.197],[16.89,105.701],[16.267,100.15],[15.439,98.119],[14.009,94.975],[14.009,94.975],[0.801,67.913],[-0.844,64.757],[-2.766,61.774],[-9,58.853],[-15.235,61.775],[-17.157,64.758],[-18.801,67.913],[-32.009,94.975],[-33.439,98.119],[-34.267,100.15],[-34.89,105.701],[-28.246,114.197],[-22.706,114.928],[-17.396,113.123],[-9,105.655]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[3.137,-3.685],[1.132,4.965],[-0.226,1.471],[-0.685,0.999],[-2.676,0],[-1.557,-2.272],[-0.182,-1.19],[0.327,-1.434]],"o":[[-3.137,-3.686],[-0.327,-1.433],[0.183,-1.189],[1.557,-2.271],[2.676,0],[0.685,0.999],[0.226,1.472],[-1.132,4.964]],"v":[[-9,105.655],[-16.931,91.894],[-17.165,87.496],[-15.885,84.187],[-9.001,80.743],[-2.115,84.187],[-0.834,87.497],[-1.07,91.897]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[195.059,608.647],"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":123,"st":-7,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Shirt","parent":7,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[305.968,378.693,0],"ix":2},"a":{"a":0,"k":[305.968,378.693,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-48.835,-44.077],[-48.835,27.183],[48.835,27.183],[48.835,-44.077]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941176474094,0.360784322023,0.380392163992,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[305.968,378.693],"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":"Group 5","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":123,"st":-7,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Body","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":0,"s":[59.43,51.347,0],"e":[59.43,53.447,0],"to":[0,0.35014006495476,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":10,"s":[59.43,53.447,0],"e":[59.43,51.347,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[59.43,51.347,0],"e":[59.43,53.447,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[59.43,53.447,0],"e":[59.43,51.347,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":40,"s":[59.43,51.347,0],"e":[59.43,53.447,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":50,"s":[59.43,53.447,0],"e":[59.43,51.347,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":60,"s":[59.43,51.347,0],"e":[59.43,53.447,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":70,"s":[59.43,53.447,0],"e":[59.43,51.347,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":80,"s":[59.43,51.347,0],"e":[59.43,53.447,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":92,"s":[59.43,53.447,0],"e":[59.43,51.347,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":102,"s":[59.43,51.347,0],"e":[59.43,53.447,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":112,"s":[59.43,53.447,0],"e":[59.43,51.347,0],"to":[0,0,0],"ti":[0,0.35014006495476,0]},{"t":122}],"ix":2},"a":{"a":0,"k":[305.968,378.693,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-4.727,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,4.728],[0,0]],"o":[[0,0],[0,4.728],[0,0],[0,0],[0,0],[0,0],[0,0],[4.729,0],[0,0],[0,0]],"v":[[-48.835,-44.077],[-48.835,35.517],[-40.275,44.077],[-30.496,44.077],[-8.542,44.077],[8.542,44.077],[30.496,44.077],[40.274,44.077],[48.835,35.517],[48.835,-44.077]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.642999985639,0.776000019148,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[305.968,378.693],"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":"Group 4","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":123,"st":-7,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"LeftFoot","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[79.457,64.948,0],"ix":2},"a":{"a":0,"k":[325.995,392.295,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.062,0],[0,-6.156],[0,0],[-6.062,0],[0,6.157],[0,0]],"o":[[-6.062,0],[0,0],[0,6.157],[6.062,0],[0,0],[0,-6.156]],"v":[[0,-32.931],[-10.977,-21.784],[-10.977,21.783],[0,32.931],[10.977,21.783],[10.977,-21.784]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.642999985639,0.776000019148,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[325.995,425.225],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":123,"st":-7,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"RightFoot","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[40.543,64.948,0],"ix":2},"a":{"a":0,"k":[287.08,392.295,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.062,0],[0,-6.156],[0,0],[-6.062,0],[0,6.157],[0,0]],"o":[[-6.062,0],[0,0],[0,6.157],[6.062,0],[0,0],[0,-6.156]],"v":[[0,-32.931],[-10.977,-21.784],[-10.977,21.783],[0,32.931],[10.977,21.783],[10.977,-21.784]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.642999985639,0.776000019148,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[287.08,425.225],"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":"Group 2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":123,"st":-7,"bm":0},{"ddd":0,"ind":10,"ty":0,"nm":"LeftArmWave","parent":11,"refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[307.023,377.529,0],"ix":2},"a":{"a":0,"k":[200,200,0],"ix":1},"s":{"a":0,"k":[105.042,105.042,100],"ix":6}},"ao":0,"w":400,"h":400,"ip":0,"op":123,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"RightArm","parent":7,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[238.5,334.279,0],"ix":2},"a":{"a":0,"k":[239.551,334.279,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.062,0],[0,-6.157],[0,0],[0,0],[0,0]],"o":[[-6.062,0],[0,0],[0,0],[0,0],[0,-6.157]],"v":[[-66.199,-32.931],[-77.176,-21.783],[-77.176,-3.217],[-55.222,-3.217],[-55.222,-21.783]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941176474094,0.360784322023,0.380392163992,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[305.75,367.21],"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":"Group 6","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.062,0],[0,-6.157],[0,0],[-6.062,0],[0,6.157],[0,0]],"o":[[-6.062,0],[0,0],[0,6.157],[6.062,0],[0,0],[0,-6.157]],"v":[[-66.199,-32.931],[-77.176,-21.783],[-77.176,21.783],[-66.199,32.931],[-55.222,21.783],[-55.222,-21.783]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.642999985639,0.776000019148,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[305.75,367.21],"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":"Group 5","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":123,"st":-7,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/DynamicGradient.json b/ohos/flutter_lottie/assets/DynamicGradient.json new file mode 100644 index 0000000000000000000000000000000000000000..133c20cfdad58d8e28c737e7f46b392685a9fd94 --- /dev/null +++ b/ohos/flutter_lottie/assets/DynamicGradient.json @@ -0,0 +1 @@ +{"v":"5.4.4","fr":30.0000305175781,"ip":0,"op":300.000305175781,"w":800,"h":400,"nm":"DyanamicGradient","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Radial","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[836,202,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[250,250],"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":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":45,"ix":10},"g":{"p":2,"k":{"a":0,"k":[0,1,1,1,1,0,0,0],"ix":8}},"s":{"a":0,"k":[0,0],"ix":4},"e":{"a":0,"k":[300,0],"ix":5},"t":2,"h":{"a":0,"k":0,"ix":6},"a":{"a":0,"k":0,"ix":7},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":13},"bm":0,"nm":"Gradient Stroke","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"bm":0,"g":{"p":2,"k":{"a":0,"k":[0,1,1,1,1,0,0,0],"ix":9}},"s":{"a":0,"k":[0,0],"ix":5},"e":{"a":0,"k":[101,0],"ix":6},"t":2,"h":{"a":0,"k":0,"ix":7},"a":{"a":0,"k":0,"ix":8},"nm":"Gradient Fill","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-218,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":"Rectangle","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300.000305175781,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Linear","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[400,202,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[250,250],"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":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":45,"ix":10},"g":{"p":2,"k":{"a":0,"k":[0,1,1,1,1,0,0,0],"ix":8}},"s":{"a":0,"k":[0,0],"ix":4},"e":{"a":0,"k":[100,0],"ix":5},"t":1,"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":13},"bm":0,"nm":"Gradient Stroke","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"bm":0,"g":{"p":2,"k":{"a":0,"k":[0,1,1,1,1,0,0,0],"ix":9}},"s":{"a":0,"k":[-75,0],"ix":5},"e":{"a":0,"k":[75,0],"ix":6},"t":1,"nm":"Gradient Fill","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-218,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":"Rectangle","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300.000305175781,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/HamburgerArrow.json b/ohos/flutter_lottie/assets/HamburgerArrow.json new file mode 100644 index 0000000000000000000000000000000000000000..886cc5756bc9e29840c1f8e67eabc0821e4abd03 --- /dev/null +++ b/ohos/flutter_lottie/assets/HamburgerArrow.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":3,"nm":"Rotator","ks":{"o":{"k":0},"r":{"k":[{"i":{"x":[0.56],"y":[1]},"o":{"x":[0.634],"y":[0]},"n":["0p56_1_0p634_0"],"t":19,"s":[0],"e":[190.7]},{"i":{"x":[0.562],"y":[1]},"o":{"x":[0.398],"y":[0]},"n":["0p562_1_0p398_0"],"t":33,"s":[190.7],"e":[176.1]},{"i":{"x":[0.684],"y":[1]},"o":{"x":[0.31],"y":[0]},"n":["0p684_1_0p31_0"],"t":40.5,"s":[176.1],"e":[181.8]},{"i":{"x":[0.684],"y":[1]},"o":{"x":[0.438],"y":[0]},"n":["0p684_1_0p438_0"],"t":55,"s":[181.8],"e":[180]},{"i":{"x":[0.733],"y":[0.733]},"o":{"x":[0.385],"y":[0.385]},"n":["0p733_0p733_0p385_0p385"],"t":71,"s":[180],"e":[180]},{"i":{"x":[0.092],"y":[1]},"o":{"x":[0.406],"y":[0]},"n":["0p092_1_0p406_0"],"t":111,"s":[180],"e":[167.9]},{"i":{"x":[0.341],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p341_1_0p6_0"],"t":116,"s":[167.9],"e":[363]},{"i":{"x":[0.462],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p462_1_0p167_0"],"t":134,"s":[363],"e":[360]},{"t":141}]},"p":{"k":[200.5,149.375,0]},"a":{"k":[60,60,0]},"s":{"k":[100,100,100]}},"ao":0,"ip":0,"op":180,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"A1","parent":0,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.56],"y":[1]},"o":{"x":[0.634],"y":[0]},"n":["0p56_1_0p634_0"],"t":19,"s":[0],"e":[-45]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":33,"s":[-45],"e":[-45]},{"i":{"x":[0.341],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p341_1_0p6_0"],"t":116,"s":[-45],"e":[0]},{"t":134}]},"p":{"k":[{"i":{"x":0.56,"y":1},"o":{"x":0.634,"y":0},"n":"0p56_1_0p634_0","t":19,"s":[94.5,82.875,0],"e":[96.2,57.055,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":0},"o":{"x":0.167,"y":0.167},"n":"0_0_0p167_0p167","t":33,"s":[96.2,57.055,0],"e":[96.2,57.055,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.341,"y":1},"o":{"x":0.6,"y":0},"n":"0p341_1_0p6_0","t":116,"s":[96.2,57.055,0],"e":[94.5,82.875,0],"to":[0,0,0],"ti":[0,0,0]},{"t":134}]},"a":{"k":[35,22.25,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-34,22.25],[35,22.25]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.4,0.16,0.7,1]},"o":{"k":100},"w":{"k":10},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.56],"y":[1]},"o":{"x":[0.634],"y":[0]},"n":["0p56_1_0p634_0"],"t":19,"s":[0],"e":[26]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":33,"s":[26],"e":[26]},{"i":{"x":[0.341],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p341_1_0p6_0"],"t":116,"s":[26],"e":[0]},{"t":134}],"ix":1},"e":{"k":[{"i":{"x":[0.56],"y":[0.56]},"o":{"x":[0.634],"y":[0.634]},"n":["0p56_0p56_0p634_0p634"],"t":19,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":33,"s":[100],"e":[100]},{"i":{"x":[0.341],"y":[0.341]},"o":{"x":[0.6],"y":[0.6]},"n":["0p341_0p341_0p6_0p6"],"t":116,"s":[100],"e":[100]},{"t":134}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":0,"op":180,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"A2","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[60,60.625,0]},"a":{"k":[0.5,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-34,0],[35,0]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.4,0.16,0.7,1]},"o":{"k":100},"w":{"k":10},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":0,"op":180,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"A3","parent":0,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.56],"y":[1]},"o":{"x":[0.634],"y":[0]},"n":["0p56_1_0p634_0"],"t":19,"s":[0],"e":[45]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":33,"s":[45],"e":[45]},{"i":{"x":[0.341],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p341_1_0p6_0"],"t":116,"s":[45],"e":[0]},{"t":134}]},"p":{"k":[{"i":{"x":0.56,"y":1},"o":{"x":0.634,"y":0},"n":"0p56_1_0p634_0","t":19,"s":[94.5,37.125,0],"e":[96.2,64.045,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":0},"o":{"x":0.167,"y":0.167},"n":"0_0_0p167_0p167","t":33,"s":[96.2,64.045,0],"e":[96.2,64.045,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.341,"y":1},"o":{"x":0.6,"y":0},"n":"0p341_1_0p6_0","t":116,"s":[96.2,64.045,0],"e":[94.5,37.125,0],"to":[0,0,0],"ti":[0,0,0]},{"t":134}]},"a":{"k":[35,-23.5,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-34,-23.5],[35,-23.5]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.4,0.16,0.7,1]},"o":{"k":100},"w":{"k":10},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.56],"y":[1]},"o":{"x":[0.634],"y":[0]},"n":["0p56_1_0p634_0"],"t":19,"s":[0],"e":[26]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":33,"s":[26],"e":[26]},{"i":{"x":[0.341],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p341_1_0p6_0"],"t":116,"s":[26],"e":[0]},{"t":134}],"ix":1},"e":{"k":[{"i":{"x":[0.56],"y":[0.56]},"o":{"x":[0.634],"y":[0.634]},"n":["0p56_0p56_0p634_0p634"],"t":19,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":33,"s":[100],"e":[100]},{"i":{"x":[0.341],"y":[0.341]},"o":{"x":[0.6],"y":[0.6]},"n":["0p341_0p341_0p6_0p6"],"t":116,"s":[100],"e":[100]},{"t":134}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":0,"op":180,"st":0,"bm":0,"sr":1}],"v":"4.4.26","ddd":0,"ip":0,"op":180,"fr":30,"w":400,"h":300} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Images/WeAccept/img_0.png b/ohos/flutter_lottie/assets/Images/WeAccept/img_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bf1e9c53c0cab572d0a32f54d218853212392562 Binary files /dev/null and b/ohos/flutter_lottie/assets/Images/WeAccept/img_0.png differ diff --git a/ohos/flutter_lottie/assets/Logo/LogoSmall.json b/ohos/flutter_lottie/assets/Logo/LogoSmall.json new file mode 100644 index 0000000000000000000000000000000000000000..8aa7c8a43aa58f8c10e058fe826f61db6f3d146e --- /dev/null +++ b/ohos/flutter_lottie/assets/Logo/LogoSmall.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":1,"nm":"MASTER","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[164.457,140.822,0]},"a":{"k":[60,60,0]},"s":{"k":[100,100,100]}},"ao":0,"sw":120,"sh":120,"sc":"#ffffff","ip":12,"op":179,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"S5-Y 4","parent":0,"ks":{"o":{"k":100},"r":{"k":-89.1},"p":{"k":[53.205,131.606,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[142.038,29.278],[131.282,21.807]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":76,"s":[87],"e":[50.633]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":79,"s":[50.633],"e":[0]},{"t":83}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":76,"s":[100],"e":[75.856]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":79,"s":[75.856],"e":[0]},{"t":83}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":76,"op":84,"st":40,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"S4-Y 4","parent":0,"ks":{"o":{"k":100},"r":{"k":-89.1},"p":{"k":[53.205,131.606,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[142.183,-5.112],[130.029,5.016]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":76,"s":[87],"e":[43.833]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":79,"s":[43.833],"e":[0]},{"t":83}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":76,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":79,"s":[66.356],"e":[0]},{"t":83}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":76,"op":84,"st":40,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"S3-Y 4","parent":0,"ks":{"o":{"k":100},"r":{"k":-89.1},"p":{"k":[53.205,131.606,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[147.699,13.025],[133.195,13.21]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":76,"s":[87],"e":[42.133]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":79,"s":[42.133],"e":[0]},{"t":83}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":76,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":79,"s":[66.356],"e":[0]},{"t":83}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":76,"op":84,"st":40,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"S5-Y 3","parent":0,"ks":{"o":{"k":100},"r":{"k":97.9},"p":{"k":[58.205,-39.394,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[145.677,22.22],[134.922,14.749]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[87],"e":[50.633]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":78,"s":[50.633],"e":[0]},{"t":82}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[100],"e":[75.856]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":78,"s":[75.856],"e":[0]},{"t":82}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":75,"op":83,"st":39,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"S4-Y 3","parent":0,"ks":{"o":{"k":100},"r":{"k":97.9},"p":{"k":[58.205,-39.394,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[144.429,-5.397],[132.275,4.731]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[87],"e":[43.833]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":78,"s":[43.833],"e":[0]},{"t":82}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":78,"s":[66.356],"e":[0]},{"t":82}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":75,"op":83,"st":39,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"S3-Y 3","parent":0,"ks":{"o":{"k":100},"r":{"k":97.9},"p":{"k":[58.205,-39.394,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[149.624,8.244],[136.648,10.156]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[87],"e":[42.133]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":78,"s":[42.133],"e":[0]},{"t":82}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":78,"s":[66.356],"e":[0]},{"t":82}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":75,"op":83,"st":39,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"S13","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[128,3.65],[78.25,3.5]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":85,"s":[87],"e":[21.233]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":90,"s":[21.233],"e":[0]},{"t":94}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":85,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":90,"s":[66.356],"e":[0]},{"t":94}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":1.5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":85,"op":95,"st":49,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"S12","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[119.25,-20.05],[63.5,-20.5]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":84,"s":[87],"e":[21.233]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":87,"s":[21.233],"e":[0]},{"t":91}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":84,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":87,"s":[66.356],"e":[0]},{"t":91}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":1.5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":84,"op":94,"st":48,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"S11","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[119.5,-45.05],[82.75,-44.75]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":80,"s":[87],"e":[21.233]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":83,"s":[21.233],"e":[0]},{"t":87}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":80,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":83,"s":[66.356],"e":[0]},{"t":87}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":1.5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":80,"op":90,"st":44,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"S5-Y 2","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[169.5,18.073],[137.481,11.365]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":97,"s":[87],"e":[50.633]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[50.633],"e":[0]},{"t":107}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":97,"s":[100],"e":[75.856]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[75.856],"e":[0]},{"t":107}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":97,"op":107,"st":61,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"S4-Y 2","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[156.45,-23.05],[132,2.75]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":97,"s":[87],"e":[43.833]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[43.833],"e":[0]},{"t":107}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":97,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[66.356],"e":[0]},{"t":107}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":97,"op":107,"st":61,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"S3-Y 2","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[166.731,-7.927],[136.731,7.115]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":97,"s":[87],"e":[42.133]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[42.133],"e":[0]},{"t":107}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":97,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[66.356],"e":[0]},{"t":107}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":97,"op":107,"st":61,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"S6-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-87.5,20.95],[-48.75,54.75]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[87],"e":[43.933]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":57,"s":[43.933],"e":[0]},{"t":64}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[100],"e":[70.456]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":57,"s":[70.456],"e":[0]},{"t":64}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":54,"op":64,"st":18,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"S5-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-94.5,37.073],[-48.769,55.365]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[87],"e":[50.633]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":57,"s":[50.633],"e":[0]},{"t":64}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[100],"e":[75.856]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":57,"s":[75.856],"e":[0]},{"t":64}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":54,"op":64,"st":18,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"S4-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[7.45,21.95],[-32.75,55.75]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[87],"e":[43.833]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":57,"s":[43.833],"e":[0]},{"t":64}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":57,"s":[66.356],"e":[0]},{"t":64}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":54,"op":64,"st":18,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"S3-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[16.231,39.073],[-32.769,57.365]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[87],"e":[42.133]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":57,"s":[42.133],"e":[0]},{"t":64}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":57,"s":[66.356],"e":[0]},{"t":64}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":54,"op":64,"st":18,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":4,"nm":"S8","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-0.148,14.256],[10.476,0],[0,0]],"o":[[0,0],[-8.551,-8.263],[-21.454,0],[0,0]],"v":[[-3,35.95],[-1.352,-6.756],[-32.046,-20.579],[-42.25,4.25]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":65,"s":[87],"e":[21.233]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":70,"s":[21.233],"e":[0]},{"t":75}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":65,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":70,"s":[66.356],"e":[0]},{"t":75}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":1.5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":65,"op":75,"st":29,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":4,"nm":"S7","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[27,1.45],[31.046,-1.421],[0,0]],"o":[[-27,-1.45],[-26.426,1.21],[0,0]],"v":[[34.5,-13.05],[-35.046,-35.579],[-62.25,-5.75]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":65,"s":[87],"e":[21.233]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":70,"s":[21.233],"e":[0]},{"t":75}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":65,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":70,"s":[66.356],"e":[0]},{"t":75}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":1.5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":65,"op":75,"st":29,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":4,"nm":"S2-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[1.9,-10.768],[1,-19]],"o":[[0,0],[-3.167,17.951],[-1,19]],"v":[[-67.25,-105.5],[-72.333,-84.201],[-76.5,-37.75]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":29,"s":[87],"e":[25.333]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":33,"s":[25.333],"e":[0]},{"t":36}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":29,"s":[100],"e":[69.056]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":33,"s":[69.056],"e":[0]},{"t":36}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":1.5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":30,"op":37,"st":-7,"bm":0,"sr":1},{"ddd":0,"ind":20,"ty":4,"nm":"S1-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[1.9,-10.768],[1,-19]],"o":[[0,0],[-3.167,17.951],[-1,19]],"v":[[-67.125,-112],[-75.458,-89.951],[-80.375,-39.25]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":29,"s":[87],"e":[37.533]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":33,"s":[37.533],"e":[0]},{"t":36}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":29,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":33,"s":[66.356],"e":[0]},{"t":36}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":1.5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":30,"op":37,"st":-7,"bm":0,"sr":1},{"ddd":0,"ind":21,"ty":4,"nm":"Dot1","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.823,"y":0},"n":"0p833_0p833_0p823_0","t":-3,"s":[295.771,108.994,0],"e":[35.771,108.994,0],"to":[0,0,0],"ti":[0,0,0]},{"t":16}]},"a":{"k":[196.791,266.504,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[9.4,9.4]},"p":{"k":[0.8,-0.5]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[196,267],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":-5,"op":17,"st":-36,"bm":0,"sr":1},{"ddd":0,"ind":22,"ty":4,"nm":"L-B","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[39.043,45.678,0]},"a":{"k":[250,250,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[25.671,-4.167],[1.456,6.902],[-8.481,1.863],[-47.562,13.01],[-0.501,0.133],[-71.423,-2.315]],"o":[[0,0],[-8.224,1.335],[-1.456,-6.903],[23.817,-5.233],[0.16,-0.044],[0.501,-0.133],[0,0]],"v":[[-8.837,-58.229],[-35.834,33.662],[-51.688,23.148],[-41.174,7.293],[51.797,44.178],[53.188,43.741],[140.394,43.672]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":9.194},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[166.029,270.643],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8"},{"ty":"tm","s":{"k":[{"i":{"x":[0.703],"y":[0.821]},"o":{"x":[0.167],"y":[0.167]},"n":["0p703_0p821_0p167_0p167"],"t":18,"s":[80],"e":[50]},{"i":{"x":[0.263],"y":[1]},"o":{"x":[0.037],"y":[0.168]},"n":["0p263_1_0p037_0p168"],"t":23,"s":[50],"e":[30]},{"t":55}],"ix":1},"e":{"k":[{"i":{"x":[0.337],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p337_1_0p167_0p167"],"t":18,"s":[81],"e":[73.4]},{"t":29}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":18,"op":179,"st":8,"bm":0,"sr":1},{"ddd":0,"ind":23,"ty":4,"nm":"L-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[39.043,45.678,0]},"a":{"k":[250,250,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[25.671,-4.167],[1.456,6.902],[-8.481,1.863],[-47.562,13.01],[-0.501,0.133],[-71.423,-2.315]],"o":[[0,0],[-8.224,1.335],[-1.456,-6.903],[23.817,-5.233],[0.16,-0.044],[0.501,-0.133],[0,0]],"v":[[-8.837,-58.229],[-35.834,33.662],[-51.688,23.148],[-41.174,7.293],[51.797,44.178],[53.188,43.741],[140.394,43.672]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":8.4},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[166.029,270.643],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8"},{"ty":"tm","s":{"k":[{"i":{"x":[0.703],"y":[0.857]},"o":{"x":[0.167],"y":[0.167]},"n":["0p703_0p857_0p167_0p167"],"t":16,"s":[80],"e":[50]},{"i":{"x":[0.938],"y":[1]},"o":{"x":[0.333],"y":[0.202]},"n":["0p938_1_0p333_0p202"],"t":20,"s":[50],"e":[0]},{"t":28}],"ix":1},"e":{"k":[{"i":{"x":[0.337],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p337_1_0p167_0p167"],"t":16,"s":[81],"e":[73.4]},{"t":27}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":16,"op":179,"st":8,"bm":0,"sr":1},{"ddd":0,"ind":24,"ty":1,"nm":"N","parent":0,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[{"i":{"x":0.26,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p26_1_0p167_0p167","t":28,"s":[-33.667,8.182,0],"e":[-33.667,-72.818,0],"to":[0,-13.5,0],"ti":[0,-15.6458330154419,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.74,"y":0},"n":"0p833_0p833_0p74_0","t":40,"s":[-33.667,-72.818,0],"e":[-33.667,102.057,0],"to":[0,15.6458330154419,0],"ti":[0,-29.1458339691162,0]},{"t":54}]},"a":{"k":[60,60,0]},"s":{"k":[100,100,100]}},"ao":0,"sw":120,"sh":120,"sc":"#ffffff","ip":28,"op":54,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":25,"ty":4,"nm":"Dot-Y","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28,"s":[39.875,60,0],"e":[79.375,60,0],"to":[6.58333349227905,0,0],"ti":[-6.58333349227905,0,0]},{"t":54}]},"a":{"k":[196.791,266.504,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[9.4,9.4]},"p":{"k":[0.8,-0.5]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[196,267],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":28,"op":54,"st":4,"bm":0,"sr":1},{"ddd":0,"ind":26,"ty":4,"nm":"T1a-B","parent":36,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,250,0]},"a":{"k":[250,250,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.5,9.501],[-0.048,5.655],[0.054,0.06],[0.946,1.486],[-9.967,8.05],[-40.546,0]],"o":[[0.031,-0.594],[0.076,-8.978],[-1.161,-1.3],[-5.939,-9.327],[24.677,-19.929],[0,0]],"v":[[-30.72,63.761],[-30.741,45.192],[-37.397,27.014],[-40.698,22.661],[-37.873,-7.117],[49.506,11.559]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":24.9,"ix":1},"e":{"k":[{"i":{"x":[0.673],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p673_1_0p167_0p167"],"t":70,"s":[24.9],"e":[89.1]},{"t":84}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":9.194},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[227.677,234.375],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9"}],"ip":70,"op":179,"st":17,"bm":0,"sr":1},{"ddd":0,"ind":27,"ty":4,"nm":"T2a-B","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[39.043,45.678,0]},"a":{"k":[250,250,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1.681,-29.992],[-1.681,29.992]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.06],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p06_1_0p167_0p167"],"t":75,"s":[50],"e":[0]},{"t":85}],"ix":1},"e":{"k":[{"i":{"x":[0.06],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p06_1_0p167_0p167"],"t":75,"s":[50],"e":[100]},{"t":85}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":9.194},"lc":3,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[277.698,247.258],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7"}],"ip":75,"op":179,"st":15,"bm":0,"sr":1},{"ddd":0,"ind":28,"ty":4,"nm":"T1a-Y 2","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":56,"s":[39.043,48.678,0],"e":[39.043,45.678,0],"to":[0,0,0],"ti":[0,0,0]},{"t":64}]},"a":{"k":[250,250,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.5,9.501],[-0.048,5.655],[0.054,0.06],[0.946,1.486],[-9.967,8.05],[-40.546,0]],"o":[[0.031,-0.594],[0.076,-8.978],[-1.161,-1.3],[-5.939,-9.327],[24.677,-19.929],[0,0]],"v":[[-30.72,63.761],[-30.741,45.192],[-37.397,27.014],[-40.698,22.661],[-37.873,-7.117],[49.506,11.559]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.301],"y":[0]},"n":["0p833_1_0p301_0"],"t":54,"s":[0],"e":[24.9]},{"t":70}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.301],"y":[0]},"n":["0p667_1_0p301_0"],"t":54,"s":[0],"e":[100]},{"t":78}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":8.4},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[227.677,234.375],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9"}],"ip":59,"op":179,"st":12,"bm":0,"sr":1},{"ddd":0,"ind":29,"ty":4,"nm":"O-B","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[-62.792,73.057,0],"e":[-53.792,7.557,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.638,"y":1},"o":{"x":0.167,"y":0.198},"n":"0p638_1_0p167_0p198","t":35.257,"s":[-53.792,7.557,0],"e":[-33.667,-72.818,0],"to":[0,0,0],"ti":[-19.1562919616699,1.73831975460052,0]},{"i":{"x":0.795,"y":1},"o":{"x":0.523,"y":0},"n":"0p795_1_0p523_0","t":44,"s":[-33.667,-72.818,0],"e":[-14.167,102.182,0],"to":[16.2075271606445,-1.47073686122894,0],"ti":[0,0,0]},{"i":{"x":0.348,"y":1},"o":{"x":0.18,"y":0},"n":"0p348_1_0p18_0","t":54,"s":[-14.167,102.182,0],"e":[-14.167,59.182,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.27,"y":1},"o":{"x":0.693,"y":0},"n":"0p27_1_0p693_0","t":63,"s":[-14.167,59.182,0],"e":[-14.167,62.182,0],"to":[0,0,0],"ti":[0,0,0]},{"t":73}]},"a":{"k":[196.791,266.504,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":54,"s":[3,3],"e":[44.6,44.6]},{"t":61}]},"p":{"k":[0.8,-0.5]},"nm":"Ellipse Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":9.194},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[196,267],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[0],"e":[30]},{"i":{"x":[0.432],"y":[1]},"o":{"x":[0.167],"y":[1.124]},"n":["0p432_1_0p167_1p124"],"t":63,"s":[30],"e":[39.9]},{"t":91}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[100],"e":[88]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":63,"s":[88],"e":[88]},{"t":91}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":54,"op":179,"st":4,"bm":0,"sr":1},{"ddd":0,"ind":30,"ty":4,"nm":"O-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[-62.792,73.057,0],"e":[-53.792,7.557,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.638,"y":1},"o":{"x":0.167,"y":0.198},"n":"0p638_1_0p167_0p198","t":35.257,"s":[-53.792,7.557,0],"e":[-33.667,-72.818,0],"to":[0,0,0],"ti":[-19.1562919616699,1.73831975460052,0]},{"i":{"x":0.795,"y":1},"o":{"x":0.523,"y":0},"n":"0p795_1_0p523_0","t":44,"s":[-33.667,-72.818,0],"e":[-14.167,102.182,0],"to":[16.2075271606445,-1.47073686122894,0],"ti":[0,0,0]},{"i":{"x":0.348,"y":1},"o":{"x":0.18,"y":0},"n":"0p348_1_0p18_0","t":54,"s":[-14.167,102.182,0],"e":[-14.167,59.182,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.27,"y":1},"o":{"x":0.693,"y":0},"n":"0p27_1_0p693_0","t":63,"s":[-14.167,59.182,0],"e":[-14.167,62.182,0],"to":[0,0,0],"ti":[0,0,0]},{"t":73}]},"a":{"k":[196.791,266.504,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":54,"s":[3,3],"e":[44.6,44.6]},{"t":61}]},"p":{"k":[0.8,-0.5]},"nm":"Ellipse Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":8.8},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[196,267],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":54,"op":179,"st":4,"bm":0,"sr":1},{"ddd":0,"ind":31,"ty":4,"nm":"T1b-B","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[39.043,45.678,0]},"a":{"k":[250,250,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1.768,-25.966],[-1.768,25.966]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.21],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p21_1_0p167_0p167"],"t":81,"s":[11.7],"e":[100]},{"t":88}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":9.194},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[242.756,265.581],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 10"}],"ip":81,"op":179,"st":26,"bm":0,"sr":1},{"ddd":0,"ind":32,"ty":4,"nm":"T1b-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[39.043,45.678,0]},"a":{"k":[250,250,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1.768,-25.966],[-1.768,25.966]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":70,"s":[0],"e":[0]},{"t":75}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":70,"s":[11.7],"e":[100]},{"t":75}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":8.4},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[242.756,265.581],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 10"}],"ip":70,"op":161,"st":15,"bm":0,"sr":1},{"ddd":0,"ind":33,"ty":4,"nm":"T2b-B","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[39.043,45.678,0]},"a":{"k":[250,250,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[246.65,213.814],[340.956,213.628]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_1_0p167_0p167"],"t":82,"s":[29],"e":[0]},{"t":91}],"ix":1},"e":{"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_1_0p167_0p167"],"t":82,"s":[41.1],"e":[66.5]},{"t":91}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":9.194},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5"}],"ip":82,"op":179,"st":-17,"bm":0,"sr":1},{"ddd":0,"ind":34,"ty":4,"nm":"T2a-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[39.043,45.678,0]},"a":{"k":[250,250,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1.681,-29.992],[-1.681,29.992]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.06],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p06_1_0p167_0p167"],"t":72,"s":[50],"e":[0]},{"t":82}],"ix":1},"e":{"k":[{"i":{"x":[0.06],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p06_1_0p167_0p167"],"t":72,"s":[50],"e":[100]},{"t":82}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":9.194},"lc":3,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[277.698,247.258],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7"}],"ip":72,"op":89,"st":12,"bm":0,"sr":1},{"ddd":0,"ind":35,"ty":4,"nm":"T2b-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[39.043,45.678,0]},"a":{"k":[250,250,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[246.65,213.814],[340.956,213.628]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_1_0p167_0p167"],"t":76,"s":[29],"e":[0]},{"t":85}],"ix":1},"e":{"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_1_0p167_0p167"],"t":76,"s":[41.1],"e":[66.5]},{"t":85}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":9.194},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5"}],"ip":76,"op":92,"st":-23,"bm":0,"sr":1},{"ddd":0,"ind":36,"ty":4,"nm":"T1a-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":56,"s":[39.043,48.678,0],"e":[39.043,45.678,0],"to":[0,0,0],"ti":[0,0,0]},{"t":64}]},"a":{"k":[250,250,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.5,9.501],[-0.048,5.655],[0.054,0.06],[0.946,1.486],[-9.967,8.05],[-40.546,0]],"o":[[0.031,-0.594],[0.076,-8.978],[-1.161,-1.3],[-5.939,-9.327],[24.677,-19.929],[0,0]],"v":[[-30.72,63.761],[-30.741,45.192],[-37.397,27.014],[-40.698,22.661],[-37.873,-7.117],[49.506,11.559]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.301],"y":[0]},"n":["0p833_1_0p301_0"],"t":54,"s":[0],"e":[24.9]},{"t":70}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.301],"y":[0]},"n":["0p667_1_0p301_0"],"t":54,"s":[0],"e":[100]},{"t":74}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":8.4},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[227.677,234.375],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9"}],"ip":59,"op":156,"st":12,"bm":0,"sr":1},{"ddd":0,"ind":37,"ty":4,"nm":"E1-B","parent":38,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[344.672,214.842,0]},"a":{"k":[344.672,214.842,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-13.664,-0.145],[62.163,0.29]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":9.562},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[344.672,214.842],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2"},{"ty":"tm","s":{"k":[{"i":{"x":[0.12],"y":[0.12]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_0p12_0p167_0p167"],"t":84,"s":[0],"e":[0]},{"t":93}],"ix":1},"e":{"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_1_0p167_0p167"],"t":84,"s":[0],"e":[37.5]},{"t":93}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":84,"op":179,"st":84,"bm":0,"sr":1},{"ddd":0,"ind":38,"ty":4,"nm":"E1-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.12,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p12_1_0p167_0p167","t":79,"s":[113.715,9.146,0],"e":[137.715,9.146,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.12,"y":1},"o":{"x":0.167,"y":0},"n":"0p12_1_0p167_0","t":88,"s":[137.715,9.146,0],"e":[133.715,9.146,0],"to":[0,0,0],"ti":[0,0,0]},{"t":92}]},"a":{"k":[344.672,214.842,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-13.664,-0.145],[62.163,0.29]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":8.4},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[344.672,214.842],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2"},{"ty":"tm","s":{"k":[{"i":{"x":[0.12],"y":[0.12]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_0p12_0p167_0p167"],"t":79,"s":[0],"e":[0]},{"t":88}],"ix":1},"e":{"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_1_0p167_0p167"],"t":79,"s":[0],"e":[37.5]},{"t":88}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":79,"op":94,"st":79,"bm":0,"sr":1},{"ddd":0,"ind":39,"ty":4,"nm":"E2-B","parent":40,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[332.05,237.932,0]},"a":{"k":[332.05,237.932,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-26.67,-0.283],[99.171,0.066]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.12],"y":[0.12]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_0p12_0p167_0p167"],"t":86,"s":[0],"e":[0]},{"t":95}],"ix":1},"e":{"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_1_0p167_0p167"],"t":86,"s":[0],"e":[43]},{"t":95}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":9.562},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[331.664,238.14],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3"}],"ip":86,"op":179,"st":86,"bm":0,"sr":1},{"ddd":0,"ind":40,"ty":4,"nm":"E2-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.12,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p12_1_0p167_0p167","t":83,"s":[109.092,33.61,0],"e":[121.092,33.61,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.12,"y":0.12},"o":{"x":0.167,"y":0.167},"n":"0p12_0p12_0p167_0p167","t":92,"s":[121.092,33.61,0],"e":[121.092,33.61,0],"to":[0,0,0],"ti":[0,0,0]},{"t":96}]},"a":{"k":[332.05,237.932,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-26.67,-0.283],[99.171,0.066]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.12],"y":[0.12]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_0p12_0p167_0p167"],"t":83,"s":[0],"e":[0]},{"t":92}],"ix":1},"e":{"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_1_0p167_0p167"],"t":83,"s":[0],"e":[43]},{"t":92}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":8.4},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[331.664,238.14],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3"}],"ip":83,"op":96,"st":83,"bm":0,"sr":1},{"ddd":0,"ind":41,"ty":4,"nm":"I-B","parent":42,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[303.802,282.182,0]},"a":{"k":[303.802,282.182,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0.859,-21.143],[-4.359,70.392]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.12],"y":[0.12]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_0p12_0p167_0p167"],"t":81,"s":[0],"e":[0]},{"t":91}],"ix":1},"e":{"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_1_0p167_0p167"],"t":81,"s":[0],"e":[45.7]},{"t":91}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":9.194},"lc":3,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[304.135,282.409],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6"}],"ip":81,"op":179,"st":18,"bm":0,"sr":1},{"ddd":0,"ind":42,"ty":4,"nm":"I-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.12,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p12_1_0p167_0p167","t":78,"s":[93.594,62.861,0],"e":[92.626,82.829,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.12,"y":1},"o":{"x":0.167,"y":0},"n":"0p12_1_0p167_0","t":88,"s":[92.626,82.829,0],"e":[92.844,77.861,0],"to":[0,0,0],"ti":[0,0,0]},{"t":92}]},"a":{"k":[303.802,282.182,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0.859,-21.143],[-4.359,70.392]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.12],"y":[0.12]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_0p12_0p167_0p167"],"t":78,"s":[0],"e":[0]},{"t":88}],"ix":1},"e":{"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_1_0p167_0p167"],"t":78,"s":[0],"e":[45.7]},{"t":88}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":8.4},"lc":3,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[304.135,282.409],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6"}],"ip":78,"op":93,"st":15,"bm":0,"sr":1},{"ddd":0,"ind":43,"ty":4,"nm":"E3-B","parent":44,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[345.189,261.801,0]},"a":{"k":[345.124,261.801,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-13.664,-0.145],[75.663,0.29]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":92,"s":[0],"e":[0]},{"t":97}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":92,"s":[0],"e":[31.6]},{"t":97}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 2"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":9.562},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[344.674,261.877],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"}],"ip":92,"op":179,"st":29,"bm":0,"sr":1},{"ddd":0,"ind":44,"ty":4,"nm":"E3-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":84,"s":[119.167,57.479,0],"e":[137.167,57.479,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":92,"s":[137.167,57.479,0],"e":[134.167,57.479,0],"to":[0,0,0],"ti":[0,0,0]},{"t":96}]},"a":{"k":[345.124,261.801,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-13.664,-0.145],[75.663,0.29]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":84,"s":[0],"e":[0]},{"t":92}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":84,"s":[0],"e":[31.6]},{"t":92}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 2"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":9.562},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[344.674,261.877],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"}],"ip":84,"op":102,"st":21,"bm":0,"sr":1},{"ddd":0,"ind":45,"ty":4,"nm":"Dot-Y","parent":46,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0,"y":0.812},"o":{"x":0,"y":0},"n":"0_0p812_0_0","t":96,"s":[43.263,59.75,0],"e":[62.513,59.75,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.708,"y":1},"o":{"x":0.39,"y":0.707},"n":"0p708_1_0p39_0p707","t":108,"s":[62.513,59.75,0],"e":[63.763,59.75,0],"to":[0,0,0],"ti":[0,0,0]},{"t":115}]},"a":{"k":[196.791,266.504,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[9.2,9.2]},"p":{"k":[0.8,-0.5]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[196,267],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":96,"op":182,"st":65,"bm":0,"sr":1},{"ddd":0,"ind":46,"ty":1,"nm":"Bncr","parent":0,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[{"i":{"x":0.18,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p18_1_0p167_0p167","t":96,"s":[164.782,57.473,0],"e":[164.782,55.473,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.82,"y":0},"n":"0p833_0p833_0p82_0","t":99,"s":[164.782,55.473,0],"e":[164.782,57.473,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.18,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p18_1_0p167_0p167","t":102,"s":[164.782,57.473,0],"e":[164.782,56.909,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.82,"y":0},"n":"0p833_0p833_0p82_0","t":105,"s":[164.782,56.909,0],"e":[164.782,57.473,0],"to":[0,0,0],"ti":[0,0,0]},{"t":108}]},"a":{"k":[60,60,0]},"s":{"k":[100,100,100]}},"ao":0,"sw":120,"sh":120,"sc":"#ffffff","ip":96,"op":182,"st":15,"bm":0,"sr":1}],"v":"4.4.26","ddd":0,"ip":0,"op":179,"fr":30,"w":325,"h":202} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/LottieLogo1.json b/ohos/flutter_lottie/assets/LottieLogo1.json new file mode 100644 index 0000000000000000000000000000000000000000..51dbe4f0fc1297c3dbf101a4187f2bee9d48d7dc --- /dev/null +++ b/ohos/flutter_lottie/assets/LottieLogo1.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":1,"nm":"MASTER","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[214.457,347.822,0]},"a":{"k":[60,60,0]},"s":{"k":[100,100,100]}},"ao":0,"sw":120,"sh":120,"sc":"#ffffff","ip":12,"op":179,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"S5-Y 4","parent":0,"ks":{"o":{"k":100},"r":{"k":-89.1},"p":{"k":[53.205,131.606,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[142.038,29.278],[131.282,21.807]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":76,"s":[87],"e":[50.633]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":79,"s":[50.633],"e":[0]},{"t":83}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":76,"s":[100],"e":[75.856]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":79,"s":[75.856],"e":[0]},{"t":83}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":76,"op":84,"st":40,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"S4-Y 4","parent":0,"ks":{"o":{"k":100},"r":{"k":-89.1},"p":{"k":[53.205,131.606,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[142.183,-5.112],[130.029,5.016]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":76,"s":[87],"e":[43.833]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":79,"s":[43.833],"e":[0]},{"t":83}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":76,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":79,"s":[66.356],"e":[0]},{"t":83}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":76,"op":84,"st":40,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"S3-Y 4","parent":0,"ks":{"o":{"k":100},"r":{"k":-89.1},"p":{"k":[53.205,131.606,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[147.699,13.025],[133.195,13.21]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":76,"s":[87],"e":[42.133]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":79,"s":[42.133],"e":[0]},{"t":83}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":76,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":79,"s":[66.356],"e":[0]},{"t":83}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":76,"op":84,"st":40,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"S5-Y 3","parent":0,"ks":{"o":{"k":100},"r":{"k":97.9},"p":{"k":[58.205,-39.394,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[145.677,22.22],[134.922,14.749]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[87],"e":[50.633]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":78,"s":[50.633],"e":[0]},{"t":82}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[100],"e":[75.856]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":78,"s":[75.856],"e":[0]},{"t":82}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":75,"op":83,"st":39,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"S4-Y 3","parent":0,"ks":{"o":{"k":100},"r":{"k":97.9},"p":{"k":[58.205,-39.394,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[144.429,-5.397],[132.275,4.731]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[87],"e":[43.833]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":78,"s":[43.833],"e":[0]},{"t":82}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":78,"s":[66.356],"e":[0]},{"t":82}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":75,"op":83,"st":39,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"S3-Y 3","parent":0,"ks":{"o":{"k":100},"r":{"k":97.9},"p":{"k":[58.205,-39.394,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[149.624,8.244],[136.648,10.156]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[87],"e":[42.133]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":78,"s":[42.133],"e":[0]},{"t":82}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":78,"s":[66.356],"e":[0]},{"t":82}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":75,"op":83,"st":39,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"S13","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[128,3.65],[78.25,3.5]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":85,"s":[87],"e":[21.233]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":90,"s":[21.233],"e":[0]},{"t":94}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":85,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":90,"s":[66.356],"e":[0]},{"t":94}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":1.5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":85,"op":95,"st":49,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"S12","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[119.25,-20.05],[63.5,-20.5]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":84,"s":[87],"e":[21.233]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":87,"s":[21.233],"e":[0]},{"t":91}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":84,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":87,"s":[66.356],"e":[0]},{"t":91}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":1.5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":84,"op":94,"st":48,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"S11","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[119.5,-45.05],[82.75,-44.75]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":80,"s":[87],"e":[21.233]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":83,"s":[21.233],"e":[0]},{"t":87}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":80,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":83,"s":[66.356],"e":[0]},{"t":87}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":1.5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":80,"op":90,"st":44,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"S5-Y 2","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[169.5,18.073],[137.481,11.365]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":97,"s":[87],"e":[50.633]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[50.633],"e":[0]},{"t":107}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":97,"s":[100],"e":[75.856]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[75.856],"e":[0]},{"t":107}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":97,"op":107,"st":61,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"S4-Y 2","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[156.45,-23.05],[132,2.75]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":97,"s":[87],"e":[43.833]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[43.833],"e":[0]},{"t":107}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":97,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[66.356],"e":[0]},{"t":107}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":97,"op":107,"st":61,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"S3-Y 2","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[166.731,-7.927],[136.731,7.115]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":97,"s":[87],"e":[42.133]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[42.133],"e":[0]},{"t":107}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":97,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[66.356],"e":[0]},{"t":107}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":97,"op":107,"st":61,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"S6-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-87.5,20.95],[-48.75,54.75]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[87],"e":[43.933]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":57,"s":[43.933],"e":[0]},{"t":64}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[100],"e":[70.456]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":57,"s":[70.456],"e":[0]},{"t":64}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":54,"op":64,"st":18,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"S5-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-94.5,37.073],[-48.769,55.365]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[87],"e":[50.633]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":57,"s":[50.633],"e":[0]},{"t":64}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[100],"e":[75.856]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":57,"s":[75.856],"e":[0]},{"t":64}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":54,"op":64,"st":18,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"S4-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[7.45,21.95],[-32.75,55.75]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[87],"e":[43.833]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":57,"s":[43.833],"e":[0]},{"t":64}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":57,"s":[66.356],"e":[0]},{"t":64}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":54,"op":64,"st":18,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"S3-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[16.231,39.073],[-32.769,57.365]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[87],"e":[42.133]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":57,"s":[42.133],"e":[0]},{"t":64}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":57,"s":[66.356],"e":[0]},{"t":64}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":54,"op":64,"st":18,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":4,"nm":"S8","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-0.148,14.256],[10.476,0],[0,0]],"o":[[0,0],[-8.551,-8.263],[-21.454,0],[0,0]],"v":[[-3,35.95],[-1.352,-6.756],[-32.046,-20.579],[-42.25,4.25]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":65,"s":[87],"e":[21.233]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":70,"s":[21.233],"e":[0]},{"t":75}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":65,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":70,"s":[66.356],"e":[0]},{"t":75}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":1.5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":65,"op":75,"st":29,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":4,"nm":"S7","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[27,1.45],[31.046,-1.421],[0,0]],"o":[[-27,-1.45],[-26.426,1.21],[0,0]],"v":[[34.5,-13.05],[-35.046,-35.579],[-62.25,-5.75]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":65,"s":[87],"e":[21.233]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":70,"s":[21.233],"e":[0]},{"t":75}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":65,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":70,"s":[66.356],"e":[0]},{"t":75}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":1.5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":65,"op":75,"st":29,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":4,"nm":"S2-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[1.9,-10.768],[1,-19]],"o":[[0,0],[-3.167,17.951],[-1,19]],"v":[[-67.25,-105.5],[-72.333,-84.201],[-76.5,-37.75]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":29,"s":[87],"e":[25.333]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":33,"s":[25.333],"e":[0]},{"t":36}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":29,"s":[100],"e":[69.056]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":33,"s":[69.056],"e":[0]},{"t":36}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":1.5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":30,"op":37,"st":-7,"bm":0,"sr":1},{"ddd":0,"ind":20,"ty":4,"nm":"S1-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[1.9,-10.768],[1,-19]],"o":[[0,0],[-3.167,17.951],[-1,19]],"v":[[-67.125,-112],[-75.458,-89.951],[-80.375,-39.25]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":29,"s":[87],"e":[37.533]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":33,"s":[37.533],"e":[0]},{"t":36}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":29,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":33,"s":[66.356],"e":[0]},{"t":36}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":1.5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":30,"op":37,"st":-7,"bm":0,"sr":1},{"ddd":0,"ind":21,"ty":4,"nm":"Dot1","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.823,"y":0},"n":"0p833_0p833_0p823_0","t":-3,"s":[295.771,108.994,0],"e":[35.771,108.994,0],"to":[0,0,0],"ti":[0,0,0]},{"t":16}]},"a":{"k":[196.791,266.504,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[9.4,9.4]},"p":{"k":[0.8,-0.5]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[196,267],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":-5,"op":17,"st":-36,"bm":0,"sr":1},{"ddd":0,"ind":22,"ty":4,"nm":"L-B","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[39.043,45.678,0]},"a":{"k":[250,250,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[25.671,-4.167],[1.456,6.902],[-8.481,1.863],[-47.562,13.01],[-0.501,0.133],[-71.423,-2.315]],"o":[[0,0],[-8.224,1.335],[-1.456,-6.903],[23.817,-5.233],[0.16,-0.044],[0.501,-0.133],[0,0]],"v":[[-8.837,-58.229],[-35.834,33.662],[-51.688,23.148],[-41.174,7.293],[51.797,44.178],[53.188,43.741],[140.394,43.672]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":9.194},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[166.029,270.643],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8"},{"ty":"tm","s":{"k":[{"i":{"x":[0.703],"y":[0.821]},"o":{"x":[0.167],"y":[0.167]},"n":["0p703_0p821_0p167_0p167"],"t":18,"s":[80],"e":[50]},{"i":{"x":[0.263],"y":[1]},"o":{"x":[0.037],"y":[0.168]},"n":["0p263_1_0p037_0p168"],"t":23,"s":[50],"e":[30]},{"t":55}],"ix":1},"e":{"k":[{"i":{"x":[0.337],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p337_1_0p167_0p167"],"t":18,"s":[81],"e":[73.4]},{"t":29}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":18,"op":179,"st":8,"bm":0,"sr":1},{"ddd":0,"ind":23,"ty":4,"nm":"L-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[39.043,45.678,0]},"a":{"k":[250,250,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[25.671,-4.167],[1.456,6.902],[-8.481,1.863],[-47.562,13.01],[-0.501,0.133],[-71.423,-2.315]],"o":[[0,0],[-8.224,1.335],[-1.456,-6.903],[23.817,-5.233],[0.16,-0.044],[0.501,-0.133],[0,0]],"v":[[-8.837,-58.229],[-35.834,33.662],[-51.688,23.148],[-41.174,7.293],[51.797,44.178],[53.188,43.741],[140.394,43.672]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":8.4},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[166.029,270.643],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8"},{"ty":"tm","s":{"k":[{"i":{"x":[0.703],"y":[0.857]},"o":{"x":[0.167],"y":[0.167]},"n":["0p703_0p857_0p167_0p167"],"t":16,"s":[80],"e":[50]},{"i":{"x":[0.938],"y":[1]},"o":{"x":[0.333],"y":[0.202]},"n":["0p938_1_0p333_0p202"],"t":20,"s":[50],"e":[0]},{"t":28}],"ix":1},"e":{"k":[{"i":{"x":[0.337],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p337_1_0p167_0p167"],"t":16,"s":[81],"e":[73.4]},{"t":27}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":16,"op":179,"st":8,"bm":0,"sr":1},{"ddd":0,"ind":24,"ty":1,"nm":"N","parent":0,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[{"i":{"x":0.26,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p26_1_0p167_0p167","t":28,"s":[-33.667,8.182,0],"e":[-33.667,-72.818,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.74,"y":0},"n":"0p833_0p833_0p74_0","t":40,"s":[-33.667,-72.818,0],"e":[-33.667,102.057,0],"to":[0,0,0],"ti":[0,0,0]},{"t":54}]},"a":{"k":[60,60,0]},"s":{"k":[100,100,100]}},"ao":0,"sw":120,"sh":120,"sc":"#ffffff","ip":28,"op":54,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":25,"ty":4,"nm":"Dot-Y","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28,"s":[39.875,60,0],"e":[79.375,60,0],"to":[6.58333349227905,0,0],"ti":[-6.58333349227905,0,0]},{"t":54}]},"a":{"k":[196.791,266.504,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[9.4,9.4]},"p":{"k":[0.8,-0.5]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[196,267],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":28,"op":54,"st":4,"bm":0,"sr":1},{"ddd":0,"ind":26,"ty":4,"nm":"T1a-B","parent":36,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,250,0]},"a":{"k":[250,250,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.5,9.501],[-0.048,5.655],[0.054,0.06],[0.946,1.486],[-9.967,8.05],[-40.546,0]],"o":[[0.031,-0.594],[0.076,-8.978],[-1.161,-1.3],[-5.939,-9.327],[24.677,-19.929],[0,0]],"v":[[-30.72,63.761],[-30.741,45.192],[-37.397,27.014],[-40.698,22.661],[-37.873,-7.117],[49.506,11.559]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":24.9,"ix":1},"e":{"k":[{"i":{"x":[0.673],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p673_1_0p167_0p167"],"t":70,"s":[24.9],"e":[89.1]},{"t":84}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":9.194},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[227.677,234.375],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9"}],"ip":70,"op":179,"st":17,"bm":0,"sr":1},{"ddd":0,"ind":27,"ty":4,"nm":"T2a-B","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[39.043,45.678,0]},"a":{"k":[250,250,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1.681,-29.992],[-1.681,29.992]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.06],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p06_1_0p167_0p167"],"t":75,"s":[50],"e":[0]},{"t":85}],"ix":1},"e":{"k":[{"i":{"x":[0.06],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p06_1_0p167_0p167"],"t":75,"s":[50],"e":[100]},{"t":85}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":9.194},"lc":3,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[277.698,247.258],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7"}],"ip":75,"op":179,"st":15,"bm":0,"sr":1},{"ddd":0,"ind":28,"ty":4,"nm":"T1a-Y 2","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":56,"s":[39.043,48.678,0],"e":[39.043,45.678,0],"to":[0,0,0],"ti":[0,0,0]},{"t":64}]},"a":{"k":[250,250,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.5,9.501],[-0.048,5.655],[0.054,0.06],[0.946,1.486],[-9.967,8.05],[-40.546,0]],"o":[[0.031,-0.594],[0.076,-8.978],[-1.161,-1.3],[-5.939,-9.327],[24.677,-19.929],[0,0]],"v":[[-30.72,63.761],[-30.741,45.192],[-37.397,27.014],[-40.698,22.661],[-37.873,-7.117],[49.506,11.559]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.301],"y":[0]},"n":["0p833_1_0p301_0"],"t":54,"s":[0],"e":[24.9]},{"t":70}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.301],"y":[0]},"n":["0p667_1_0p301_0"],"t":54,"s":[0],"e":[100]},{"t":78}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":8.4},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[227.677,234.375],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9"}],"ip":59,"op":179,"st":12,"bm":0,"sr":1},{"ddd":0,"ind":29,"ty":4,"nm":"O-B","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[-62.792,73.057,0],"e":[-53.792,7.557,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.638,"y":1},"o":{"x":0.167,"y":0.198},"n":"0p638_1_0p167_0p198","t":35.257,"s":[-53.792,7.557,0],"e":[-33.667,-72.818,0],"to":[0,0,0],"ti":[-19.1562919616699,1.73831975460052,0]},{"i":{"x":0.795,"y":1},"o":{"x":0.523,"y":0},"n":"0p795_1_0p523_0","t":44,"s":[-33.667,-72.818,0],"e":[-14.167,102.182,0],"to":[16.2075271606445,-1.47073686122894,0],"ti":[0,0,0]},{"i":{"x":0.348,"y":1},"o":{"x":0.18,"y":0},"n":"0p348_1_0p18_0","t":54,"s":[-14.167,102.182,0],"e":[-14.167,59.182,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.27,"y":1},"o":{"x":0.693,"y":0},"n":"0p27_1_0p693_0","t":63,"s":[-14.167,59.182,0],"e":[-14.167,62.182,0],"to":[0,0,0],"ti":[0,0,0]},{"t":73}]},"a":{"k":[196.791,266.504,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":54,"s":[3,3],"e":[44.6,44.6]},{"t":61}]},"p":{"k":[0.8,-0.5]},"nm":"Ellipse Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":9.194},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[196,267],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[0],"e":[30]},{"i":{"x":[0.432],"y":[1]},"o":{"x":[0.167],"y":[1.124]},"n":["0p432_1_0p167_1p124"],"t":63,"s":[30],"e":[39.9]},{"t":91}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[100],"e":[88]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":63,"s":[88],"e":[88]},{"t":91}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":54,"op":179,"st":4,"bm":0,"sr":1},{"ddd":0,"ind":30,"ty":4,"nm":"O-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[-62.792,73.057,0],"e":[-53.792,7.557,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.638,"y":1},"o":{"x":0.167,"y":0.198},"n":"0p638_1_0p167_0p198","t":35.257,"s":[-53.792,7.557,0],"e":[-33.667,-72.818,0],"to":[0,0,0],"ti":[-19.1562919616699,1.73831975460052,0]},{"i":{"x":0.795,"y":1},"o":{"x":0.523,"y":0},"n":"0p795_1_0p523_0","t":44,"s":[-33.667,-72.818,0],"e":[-14.167,102.182,0],"to":[16.2075271606445,-1.47073686122894,0],"ti":[0,0,0]},{"i":{"x":0.348,"y":1},"o":{"x":0.18,"y":0},"n":"0p348_1_0p18_0","t":54,"s":[-14.167,102.182,0],"e":[-14.167,59.182,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.27,"y":1},"o":{"x":0.693,"y":0},"n":"0p27_1_0p693_0","t":63,"s":[-14.167,59.182,0],"e":[-14.167,62.182,0],"to":[0,0,0],"ti":[0,0,0]},{"t":73}]},"a":{"k":[196.791,266.504,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":54,"s":[3,3],"e":[44.6,44.6]},{"t":61}]},"p":{"k":[0.8,-0.5]},"nm":"Ellipse Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":8.8},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[196,267],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":54,"op":179,"st":4,"bm":0,"sr":1},{"ddd":0,"ind":31,"ty":4,"nm":"T1b-B","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[39.043,45.678,0]},"a":{"k":[250,250,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1.768,-25.966],[-1.768,25.966]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.21],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p21_1_0p167_0p167"],"t":81,"s":[11.7],"e":[100]},{"t":88}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":9.194},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[242.756,265.581],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 10"}],"ip":81,"op":179,"st":26,"bm":0,"sr":1},{"ddd":0,"ind":32,"ty":4,"nm":"T1b-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[39.043,45.678,0]},"a":{"k":[250,250,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1.768,-25.966],[-1.768,25.966]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":70,"s":[0],"e":[0]},{"t":75}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":70,"s":[11.7],"e":[100]},{"t":75}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":8.4},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[242.756,265.581],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 10"}],"ip":70,"op":161,"st":15,"bm":0,"sr":1},{"ddd":0,"ind":33,"ty":4,"nm":"T2b-B","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[39.043,45.678,0]},"a":{"k":[250,250,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[246.65,213.814],[340.956,213.628]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_1_0p167_0p167"],"t":82,"s":[29],"e":[0]},{"t":91}],"ix":1},"e":{"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_1_0p167_0p167"],"t":82,"s":[41.1],"e":[66.5]},{"t":91}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":9.194},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5"}],"ip":82,"op":179,"st":-17,"bm":0,"sr":1},{"ddd":0,"ind":34,"ty":4,"nm":"T2a-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[39.043,45.678,0]},"a":{"k":[250,250,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1.681,-29.992],[-1.681,29.992]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.06],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p06_1_0p167_0p167"],"t":72,"s":[50],"e":[0]},{"t":82}],"ix":1},"e":{"k":[{"i":{"x":[0.06],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p06_1_0p167_0p167"],"t":72,"s":[50],"e":[100]},{"t":82}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":9.194},"lc":3,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[277.698,247.258],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7"}],"ip":72,"op":89,"st":12,"bm":0,"sr":1},{"ddd":0,"ind":35,"ty":4,"nm":"T2b-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[39.043,45.678,0]},"a":{"k":[250,250,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[246.65,213.814],[340.956,213.628]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_1_0p167_0p167"],"t":76,"s":[29],"e":[0]},{"t":85}],"ix":1},"e":{"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_1_0p167_0p167"],"t":76,"s":[41.1],"e":[66.5]},{"t":85}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":9.194},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5"}],"ip":76,"op":92,"st":-23,"bm":0,"sr":1},{"ddd":0,"ind":36,"ty":4,"nm":"T1a-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":56,"s":[39.043,48.678,0],"e":[39.043,45.678,0],"to":[0,0,0],"ti":[0,0,0]},{"t":64}]},"a":{"k":[250,250,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.5,9.501],[-0.048,5.655],[0.054,0.06],[0.946,1.486],[-9.967,8.05],[-40.546,0]],"o":[[0.031,-0.594],[0.076,-8.978],[-1.161,-1.3],[-5.939,-9.327],[24.677,-19.929],[0,0]],"v":[[-30.72,63.761],[-30.741,45.192],[-37.397,27.014],[-40.698,22.661],[-37.873,-7.117],[49.506,11.559]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.301],"y":[0]},"n":["0p833_1_0p301_0"],"t":54,"s":[0],"e":[24.9]},{"t":70}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.301],"y":[0]},"n":["0p667_1_0p301_0"],"t":54,"s":[0],"e":[100]},{"t":74}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":8.4},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[227.677,234.375],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9"}],"ip":59,"op":156,"st":12,"bm":0,"sr":1},{"ddd":0,"ind":37,"ty":4,"nm":"E1-B","parent":38,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[344.672,214.842,0]},"a":{"k":[344.672,214.842,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-13.664,-0.145],[62.163,0.29]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":9.562},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[344.672,214.842],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2"},{"ty":"tm","s":{"k":[{"i":{"x":[0.12],"y":[0.12]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_0p12_0p167_0p167"],"t":84,"s":[0],"e":[0]},{"t":93}],"ix":1},"e":{"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_1_0p167_0p167"],"t":84,"s":[0],"e":[37.5]},{"t":93}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":84,"op":179,"st":84,"bm":0,"sr":1},{"ddd":0,"ind":38,"ty":4,"nm":"E1-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.12,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p12_1_0p167_0p167","t":79,"s":[113.715,9.146,0],"e":[137.715,9.146,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.12,"y":1},"o":{"x":0.167,"y":0},"n":"0p12_1_0p167_0","t":88,"s":[137.715,9.146,0],"e":[133.715,9.146,0],"to":[0,0,0],"ti":[0,0,0]},{"t":92}]},"a":{"k":[344.672,214.842,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-13.664,-0.145],[62.163,0.29]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":8.4},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[344.672,214.842],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2"},{"ty":"tm","s":{"k":[{"i":{"x":[0.12],"y":[0.12]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_0p12_0p167_0p167"],"t":79,"s":[0],"e":[0]},{"t":88}],"ix":1},"e":{"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_1_0p167_0p167"],"t":79,"s":[0],"e":[37.5]},{"t":88}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":79,"op":94,"st":79,"bm":0,"sr":1},{"ddd":0,"ind":39,"ty":4,"nm":"E2-B","parent":40,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[332.05,237.932,0]},"a":{"k":[332.05,237.932,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-26.67,-0.283],[99.171,0.066]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.12],"y":[0.12]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_0p12_0p167_0p167"],"t":86,"s":[0],"e":[0]},{"t":95}],"ix":1},"e":{"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_1_0p167_0p167"],"t":86,"s":[0],"e":[43]},{"t":95}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":9.562},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[331.664,238.14],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3"}],"ip":86,"op":179,"st":86,"bm":0,"sr":1},{"ddd":0,"ind":40,"ty":4,"nm":"E2-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.12,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p12_1_0p167_0p167","t":83,"s":[109.092,33.61,0],"e":[121.092,33.61,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.12,"y":0.12},"o":{"x":0.167,"y":0.167},"n":"0p12_0p12_0p167_0p167","t":92,"s":[121.092,33.61,0],"e":[121.092,33.61,0],"to":[0,0,0],"ti":[0,0,0]},{"t":96}]},"a":{"k":[332.05,237.932,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-26.67,-0.283],[99.171,0.066]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.12],"y":[0.12]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_0p12_0p167_0p167"],"t":83,"s":[0],"e":[0]},{"t":92}],"ix":1},"e":{"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_1_0p167_0p167"],"t":83,"s":[0],"e":[43]},{"t":92}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":8.4},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[331.664,238.14],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3"}],"ip":83,"op":96,"st":83,"bm":0,"sr":1},{"ddd":0,"ind":41,"ty":4,"nm":"I-B","parent":42,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[303.802,282.182,0]},"a":{"k":[303.802,282.182,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0.859,-21.143],[-4.359,70.392]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.12],"y":[0.12]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_0p12_0p167_0p167"],"t":81,"s":[0],"e":[0]},{"t":91}],"ix":1},"e":{"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_1_0p167_0p167"],"t":81,"s":[0],"e":[45.7]},{"t":91}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":9.194},"lc":3,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[304.135,282.409],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6"}],"ip":81,"op":179,"st":18,"bm":0,"sr":1},{"ddd":0,"ind":42,"ty":4,"nm":"I-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.12,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p12_1_0p167_0p167","t":78,"s":[93.594,62.861,0],"e":[92.626,82.829,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.12,"y":1},"o":{"x":0.167,"y":0},"n":"0p12_1_0p167_0","t":88,"s":[92.626,82.829,0],"e":[92.844,77.861,0],"to":[0,0,0],"ti":[0,0,0]},{"t":92}]},"a":{"k":[303.802,282.182,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0.859,-21.143],[-4.359,70.392]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.12],"y":[0.12]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_0p12_0p167_0p167"],"t":78,"s":[0],"e":[0]},{"t":88}],"ix":1},"e":{"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_1_0p167_0p167"],"t":78,"s":[0],"e":[45.7]},{"t":88}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":8.4},"lc":3,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[304.135,282.409],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6"}],"ip":78,"op":93,"st":15,"bm":0,"sr":1},{"ddd":0,"ind":43,"ty":4,"nm":"E3-B","parent":44,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[345.189,261.801,0]},"a":{"k":[345.124,261.801,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-13.664,-0.145],[75.663,0.29]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":92,"s":[0],"e":[0]},{"t":97}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":92,"s":[0],"e":[31.6]},{"t":97}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 2"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":9.562},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[344.674,261.877],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"}],"ip":92,"op":179,"st":29,"bm":0,"sr":1},{"ddd":0,"ind":44,"ty":4,"nm":"E3-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":84,"s":[119.167,57.479,0],"e":[137.167,57.479,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":92,"s":[137.167,57.479,0],"e":[134.167,57.479,0],"to":[0,0,0],"ti":[0,0,0]},{"t":96}]},"a":{"k":[345.124,261.801,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-13.664,-0.145],[75.663,0.29]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":84,"s":[0],"e":[0]},{"t":92}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":84,"s":[0],"e":[31.6]},{"t":92}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 2"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":9.562},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[344.674,261.877],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"}],"ip":84,"op":102,"st":21,"bm":0,"sr":1},{"ddd":0,"ind":45,"ty":4,"nm":"Dot-Y","parent":46,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0,"y":0.812},"o":{"x":0,"y":0},"n":"0_0p812_0_0","t":96,"s":[43.263,59.75,0],"e":[62.513,59.75,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.708,"y":1},"o":{"x":0.39,"y":0.707},"n":"0p708_1_0p39_0p707","t":108,"s":[62.513,59.75,0],"e":[63.763,59.75,0],"to":[0,0,0],"ti":[0,0,0]},{"t":115}]},"a":{"k":[196.791,266.504,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[9.2,9.2]},"p":{"k":[0.8,-0.5]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[196,267],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":96,"op":182,"st":65,"bm":0,"sr":1},{"ddd":0,"ind":46,"ty":1,"nm":"Bncr","parent":0,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[{"i":{"x":0.18,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p18_1_0p167_0p167","t":96,"s":[164.782,57.473,0],"e":[164.782,55.473,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.82,"y":0},"n":"0p833_0p833_0p82_0","t":99,"s":[164.782,55.473,0],"e":[164.782,57.473,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.18,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p18_1_0p167_0p167","t":102,"s":[164.782,57.473,0],"e":[164.782,56.909,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.82,"y":0},"n":"0p833_0p833_0p82_0","t":105,"s":[164.782,56.909,0],"e":[164.782,57.473,0],"to":[0,0,0],"ti":[0,0,0]},{"t":108}]},"a":{"k":[60,60,0]},"s":{"k":[100,100,100]}},"ao":0,"sw":120,"sh":120,"sc":"#ffffff","ip":96,"op":182,"st":15,"bm":0,"sr":1},{"ddd":0,"ind":47,"ty":4,"nm":"BG","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[187.5,333.5,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"k":[375,667]},"p":{"k":[0,0]},"r":{"k":0},"nm":"Rectangle Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1"}],"ip":0,"op":179,"st":0,"bm":0,"sr":1}],"v":"4.4.26","ddd":0,"ip":0,"op":179,"fr":30,"w":375,"h":667} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/LottieLogo2.json b/ohos/flutter_lottie/assets/LottieLogo2.json new file mode 100644 index 0000000000000000000000000000000000000000..aba9b2a75ce086aa5963782ec81f99027de87187 --- /dev/null +++ b/ohos/flutter_lottie/assets/LottieLogo2.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":1,"nm":"N7","parent":2,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":215,"s":[164.77,73.598,0],"e":[164.77,72.723,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":221,"s":[164.77,72.723,0],"e":[164.77,73.598,0],"to":[0,0,0],"ti":[0,0,0]},{"t":227}]},"a":{"k":[60,60,0]},"s":{"k":[100,100,100]}},"ao":0,"sw":120,"sh":120,"sc":"#ffffff","ip":199,"op":378,"st":-29,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Circle-LB","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":187,"s":[33.313,49.949,0],"e":[45.658,49.949,0],"to":[0,0,0],"ti":[-8.45003604888916,0.04923928901553,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.728,"y":0.379},"n":"0p833_0p833_0p728_0p379","t":202,"s":[45.658,49.949,0],"e":[56.795,60,0],"to":[8.45003604888916,-0.04923928901553,0],"ti":[0,0,0]},{"i":{"x":0.682,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p682_1_0p167_0p167","t":215,"s":[56.795,60,0],"e":[62.041,60.051,0],"to":[0,0,0],"ti":[0,0,0]},{"t":240}]},"a":{"k":[40,-210,0]},"s":{"k":[17.27,17.27,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[56.234,56.234]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[40,-210],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":199,"op":378,"st":199,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":1,"nm":"N6","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[160.358,243.128,0]},"a":{"k":[60,60,0]},"s":{"k":[74.933,74.963,100]}},"ao":0,"sw":120,"sh":120,"sc":"#ffffff","ip":199,"op":378,"st":199,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"L-DB","parent":2,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[38.919,61.496,0]},"a":{"k":[250,250,0]},"s":{"k":[100.59,100.59,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[25.671,-4.167],[1.456,6.902],[-8.481,1.863],[-47.562,13.01],[-0.501,0.133],[-71.423,-2.315]],"o":[[0,0],[-8.224,1.335],[-1.456,-6.903],[23.817,-5.233],[0.16,-0.044],[0.501,-0.133],[0,0]],"v":[[-8.837,-58.229],[-35.834,33.662],[-51.688,23.148],[-41.174,7.293],[51.797,44.178],[53.188,43.741],[140.394,43.672]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":9.194},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[166.029,270.643],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":177,"s":[26],"e":[28.7]},{"t":240}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":177,"s":[65],"e":[73.4]},{"t":240}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":199,"op":378,"st":193,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"L-LB","parent":2,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[38.919,61.496,0]},"a":{"k":[250,250,0]},"s":{"k":[100.59,100.59,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[25.671,-4.167],[1.456,6.902],[-8.481,1.863],[-47.562,13.01],[-0.501,0.133],[-71.423,-2.315]],"o":[[0,0],[-8.224,1.335],[-1.456,-6.903],[23.817,-5.233],[0.16,-0.044],[0.501,-0.133],[0,0]],"v":[[-8.837,-58.229],[-35.834,33.662],[-51.688,23.148],[-41.174,7.293],[51.797,44.178],[53.188,43.741],[140.394,43.672]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"w":{"k":9.194},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[166.029,270.643],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":28.8,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":199,"op":378,"st":193,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"T-LB","parent":2,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[38.919,61.496,0]},"a":{"k":[250,250,0]},"s":{"k":[100.59,100.59,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.5,9.501],[-0.048,5.655],[0.054,0.06],[0.946,1.486],[-9.967,8.05],[-40.546,0]],"o":[[0.031,-0.594],[0.076,-8.978],[-1.161,-1.3],[-5.939,-9.327],[24.677,-19.929],[0,0]],"v":[[-30.72,63.761],[-30.741,45.192],[-37.397,27.014],[-40.698,22.661],[-37.873,-7.117],[49.506,11.559]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":15.2,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":177,"s":[82.2],"e":[90.4]},{"t":237}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"w":{"k":9.194},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[227.677,234.375],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9"}],"ip":199,"op":378,"st":156,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"O-DB","parent":2,"ks":{"o":{"k":100},"r":{"k":-36},"p":{"k":[-14.604,78.098,0]},"a":{"k":[196.791,266.504,0]},"s":{"k":[100.59,100.59,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[44.6,44.6]},"p":{"k":[0.8,-0.5]},"nm":"Ellipse Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":9.194},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[196,267],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":177,"s":[23.5],"e":[40.5]},{"t":237}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":199,"op":378,"st":169,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"O-LB","parent":2,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-14.604,78.098,0]},"a":{"k":[196.791,266.504,0]},"s":{"k":[100.59,100.59,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[44.6,44.6]},"p":{"k":[0.8,-0.5]},"nm":"Ellipse Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"w":{"k":9.194},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[196,267],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":199,"op":378,"st":169,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"T-LB","parent":2,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[38.919,61.496,0]},"a":{"k":[250,250,0]},"s":{"k":[100.59,100.59,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1.768,-25.966],[-1.768,25.966]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":100,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"w":{"k":9.194},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[242.756,265.581],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 10"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":177,"s":[79],"e":[100]},{"t":236}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":199,"op":378,"st":144,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"T-DB","parent":2,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[38.919,61.496,0]},"a":{"k":[250,250,0]},"s":{"k":[100.59,100.59,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.5,9.501],[-0.048,5.655],[0.054,0.06],[0.946,1.486],[-9.967,8.05],[-40.546,0]],"o":[[0.031,-0.594],[0.076,-8.978],[-1.161,-1.3],[-5.939,-9.327],[24.677,-19.929],[0,0]],"v":[[-30.72,63.761],[-30.741,45.192],[-37.397,27.014],[-40.698,22.661],[-37.873,-7.117],[49.506,11.559]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":15.2,"ix":1},"e":{"k":100,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":8.6},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[227.677,234.375],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9"}],"ip":199,"op":378,"st":156,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"T-DB","parent":2,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[38.919,61.496,0]},"a":{"k":[250,250,0]},"s":{"k":[100.59,100.59,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1.681,-29.992],[-1.681,29.992]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":100,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":9.194},"lc":3,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[277.698,247.258],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_0p667_0p167_0p167"],"t":177,"s":[100],"e":[100]},{"t":236}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":199,"op":378,"st":139,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"T-DB","parent":2,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[38.919,61.496,0]},"a":{"k":[250,250,0]},"s":{"k":[100.59,100.59,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[246.65,213.814],[340.956,213.628]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":177,"s":[12.6],"e":[0]},{"t":236}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":177,"s":[61.8],"e":[66.5]},{"t":236}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":9.194},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5"}],"ip":199,"op":378,"st":111,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"E1-DB","parent":2,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[134.15,26.131,0]},"a":{"k":[344.672,214.842,0]},"s":{"k":[100.59,100.59,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-13.664,-0.145],[62.163,0.29]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":9.562},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[344.672,214.842],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":177,"s":[22.1],"e":[16.8]},{"t":236}],"ix":1},"e":{"k":37.5,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":199,"op":378,"st":199,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"E1-LB","parent":2,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[134.15,26.131,0]},"a":{"k":[344.672,214.842,0]},"s":{"k":[100.59,100.59,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-13.664,-0.145],[62.163,0.29]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"w":{"k":9.562},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[344.672,214.842],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":37.5,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":199,"op":378,"st":199,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"E2-DB","parent":2,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[121.453,49.357,0]},"a":{"k":[332.05,237.932,0]},"s":{"k":[100.59,100.59,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-26.67,-0.283],[99.171,0.066]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":177,"s":[34.1],"e":[31.3]},{"t":226}],"ix":1},"e":{"k":43,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":9.562},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[331.664,238.14],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3"}],"ip":199,"op":378,"st":199,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"E2-LB","parent":2,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[121.453,49.357,0]},"a":{"k":[332.05,237.932,0]},"s":{"k":[100.59,100.59,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-26.67,-0.283],[99.171,0.066]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":177,"s":[9.3],"e":[0]},{"t":245}],"ix":1},"e":{"k":43,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"w":{"k":9.562},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[331.664,238.14],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3"}],"ip":199,"op":378,"st":199,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"E3-DB","parent":2,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[134.604,73.367,0]},"a":{"k":[345.124,261.801,0]},"s":{"k":[100.59,100.59,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-13.664,-0.145],[75.663,0.29]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":177,"s":[28.4],"e":[31.6]},{"t":231}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 2"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":9.562},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[344.674,261.877],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"}],"ip":199,"op":378,"st":136,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":4,"nm":"E3-LB","parent":2,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[93.038,93.869,0]},"a":{"k":[303.802,282.182,0]},"s":{"k":[100.59,100.59,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0.859,-21.143],[-4.359,70.392]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":177,"s":[42.8],"e":[45.7]},{"t":238}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"w":{"k":9.194},"lc":3,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[304.135,282.409],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6"}],"ip":199,"op":378,"st":136,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":1,"nm":"N5","parent":20,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[{"i":{"x":0.37,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p37_1_0p167_0p167","t":156,"s":[127.278,60.65,0],"e":[127.278,56.021,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.63,"y":0},"n":"0p833_0p833_0p63_0","t":161,"s":[127.278,56.021,0],"e":[127.278,60.65,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":166,"s":[127.278,60.65,0],"e":[127.278,60.65,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.37,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p37_1_0p167_0p167","t":176,"s":[127.278,60.65,0],"e":[127.278,51.724,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.63,"y":0},"n":"0p833_0p833_0p63_0","t":182,"s":[127.278,51.724,0],"e":[127.278,60.65,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.37,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p37_1_0p167_0p167","t":187,"s":[127.278,60.65,0],"e":[127.278,58.335,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.63,"y":0},"n":"0p833_0p833_0p63_0","t":191,"s":[127.278,58.335,0],"e":[127.278,60.65,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":195,"s":[127.278,60.65,0],"e":[127.278,60.65,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.2,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p2_1_0p167_0p167","t":199,"s":[127.278,60.65,0],"e":[127.278,57.344,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.8,"y":0},"n":"0p833_0p833_0p8_0","t":206,"s":[127.278,57.344,0],"e":[127.278,60.65,0],"to":[0,0,0],"ti":[0,0,0]},{"t":215}]},"a":{"k":[60,60,0]},"s":{"k":[16.529,16.529,100]}},"ao":0,"sw":120,"sh":120,"sc":"#ffffff","ip":141,"op":199,"st":-59,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":4,"nm":"Circle-LB","parent":18,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":141,"s":[-184.133,-369.832,0],"e":[-26.883,-150.332,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":151,"s":[-26.883,-150.332,0],"e":[-123.133,-66.832,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":156,"s":[-123.133,-66.832,0],"e":[-184.717,-59.498,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":160.4,"s":[-184.717,-59.498,0],"e":[-246.3,-10.165,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.83,"y":0.824},"o":{"x":0.42,"y":0.333},"n":"0p83_0p824_0p42_0p333","t":166,"s":[-246.3,-10.165,0],"e":[-141.292,161.335,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":176,"s":[-141.292,161.335,0],"e":[27.867,80.168,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":187,"s":[27.867,80.168,0],"e":[187.14,79.249,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":199,"s":[187.14,79.249,0],"e":[301.367,134.918,0],"to":[0,0,0],"ti":[-32.0105094909668,-29.9585418701172,0]},{"t":215}]},"a":{"k":[40,-210,0]},"s":{"k":[102.17,102.17,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":175,"s":[56.234,56.234],"e":[56.234,42.034]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":176,"s":[56.234,42.034],"e":[56.234,56.234]},{"t":177}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[40,-210],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":141,"op":199,"st":141,"bm":0,"sr":1},{"ddd":0,"ind":20,"ty":1,"nm":"N4","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.915},"o":{"x":0.167,"y":0.167},"n":"0p833_0p915_0p167_0p167","t":141,"s":[-106.909,364.08,0],"e":[-110.281,311.097,0],"to":[0,0,0],"ti":[4.12133312225342,12.7436285018921,0]},{"i":{"x":0.776,"y":1},"o":{"x":0.156,"y":0.089},"n":"0p776_1_0p156_0p089","t":168.292,"s":[-110.281,311.097,0],"e":[-160.861,299.103,0],"to":[-3.60302448272705,-11.1409587860107,0],"ti":[0,0,0]},{"t":199}]},"a":{"k":[46,60,0]},"s":{"k":[453.347,453.523,100]}},"ao":0,"sw":120,"sh":120,"sc":"#ffffff","ip":141,"op":199,"st":141,"bm":0,"sr":1},{"ddd":0,"ind":21,"ty":4,"nm":"T-DB","parent":20,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[38.919,61.496,0]},"a":{"k":[250,250,0]},"s":{"k":[100.59,100.59,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1.681,-29.992],[-1.681,29.992]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":100,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":9.194},"lc":3,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[277.698,247.258],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7"}],"ip":141,"op":199,"st":81,"bm":0,"sr":1},{"ddd":0,"ind":22,"ty":1,"nm":"N","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[94.114,385.384,0]},"a":{"k":[60,60,0]},"s":{"k":[100,100,100]}},"ao":0,"sw":120,"sh":120,"sc":"#ffffff","ip":176,"op":188,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":23,"ty":4,"nm":"Trail 19-LB","parent":22,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":178,"s":[100],"e":[0]},{"t":185}]},"r":{"k":0},"p":{"k":[75.832,65.596,0]},"a":{"k":[180,552,0]},"s":{"k":[-100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[97.833,486.847],[175.667,560.8]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":176,"s":[82.6],"e":[55]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":178,"s":[55],"e":[20]},{"t":185}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":176,"s":[91.5],"e":[59.45]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":178,"s":[59.45],"e":[20]},{"t":185}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":176,"op":188,"st":164,"bm":0,"sr":1},{"ddd":0,"ind":24,"ty":4,"nm":"Trail 18-LB","parent":22,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":178,"s":[100],"e":[0]},{"t":185}]},"r":{"k":0},"p":{"k":[82.657,94.096,0]},"a":{"k":[172,580,0]},"s":{"k":[-100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[105.833,526.347],[173.667,562.9]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":176,"s":[76.6],"e":[51]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":178,"s":[51],"e":[20]},{"t":185}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":176,"s":[89.7],"e":[49.25]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":178,"s":[49.25],"e":[20]},{"t":185}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":176,"op":188,"st":164,"bm":0,"sr":1},{"ddd":0,"ind":25,"ty":4,"nm":"Trail 17-LB","parent":22,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":178,"s":[100],"e":[0]},{"t":185}]},"r":{"k":0},"p":{"k":[93.067,82.596,0]},"a":{"k":[160,568,0]},"s":{"k":[-100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[82.833,569.347],[173.967,563.9]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":176,"s":[78.6],"e":[52]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":178,"s":[52],"e":[20]},{"t":185}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":176,"s":[90],"e":[51.05]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":178,"s":[51.05],"e":[20]},{"t":185}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":176,"op":188,"st":164,"bm":0,"sr":1},{"ddd":0,"ind":26,"ty":4,"nm":"Trail 16-LB","parent":22,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":178,"s":[100],"e":[0]},{"t":185}]},"r":{"k":0},"p":{"k":[-31.284,1.723,0]},"a":{"k":[100.116,489.127,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[104.833,484.847],[175.667,560.8]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":176,"s":[81.5],"e":[57]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":178,"s":[57],"e":[20]},{"t":185}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":176,"s":[92.8],"e":[59.45]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":178,"s":[59.45],"e":[20]},{"t":185}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":176,"op":188,"st":164,"bm":0,"sr":1},{"ddd":0,"ind":27,"ty":4,"nm":"Trail 15-LB","parent":22,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":178,"s":[100],"e":[0]},{"t":185}]},"r":{"k":0},"p":{"k":[-33.371,38.138,0]},"a":{"k":[98.029,525.542,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[97.833,523.347],[173.667,562.9]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":176,"s":[75.9],"e":[47]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":178,"s":[47],"e":[20]},{"t":185}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":176,"s":[91.5],"e":[49.25]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":178,"s":[49.25],"e":[20]},{"t":185}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":176,"op":188,"st":164,"bm":0,"sr":1},{"ddd":0,"ind":28,"ty":4,"nm":"Trail 14-LB","parent":22,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":178,"s":[100],"e":[0]},{"t":185}]},"r":{"k":0},"p":{"k":[-47.916,84.721,0]},"a":{"k":[83.484,572.125,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[86.833,569.347],[173.967,563.9]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":176,"s":[81.4],"e":[49]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":178,"s":[49],"e":[20]},{"t":185}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":176,"s":[92.3],"e":[51.05]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":178,"s":[51.05],"e":[20]},{"t":185}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":176,"op":188,"st":164,"bm":0,"sr":1},{"ddd":0,"ind":29,"ty":4,"nm":"E-DB","parent":20,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[38.919,61.496,0]},"a":{"k":[250,250,0]},"s":{"k":[100.59,100.59,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[246.65,213.814],[340.956,213.628]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.37],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p37_1_0p167_0p167"],"t":141,"s":[26.2],"e":[0]},{"t":211}],"ix":1},"e":{"k":[{"i":{"x":[0.37],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p37_1_0p167_0p167"],"t":141,"s":[47.5],"e":[66.5]},{"t":211}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":9.194},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5"}],"ip":141,"op":199,"st":53,"bm":0,"sr":1},{"ddd":0,"ind":30,"ty":4,"nm":"E-LB","parent":31,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.29,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p29_1_0p167_0p167","t":141,"s":[370.312,214.842,0],"e":[344.021,214.842,0],"to":[0,0,0],"ti":[0,0,0]},{"t":262}]},"a":{"k":[344.672,214.842,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-13.664,-0.145],[62.163,0.29]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"w":{"k":9.562},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[344.672,214.842],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":37.5,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":141,"op":199,"st":141,"bm":0,"sr":1},{"ddd":0,"ind":31,"ty":4,"nm":"E-DB","parent":20,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.29,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p29_1_0p167_0p167","t":141,"s":[160.596,26.131,0],"e":[134.15,26.131,0],"to":[0,0,0],"ti":[0,0,0]},{"t":156}]},"a":{"k":[344.672,214.842,0]},"s":{"k":[100.59,100.59,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-13.664,-0.145],[62.163,0.29]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":9.3},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[344.672,214.842],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":37.5,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":141,"op":199,"st":141,"bm":0,"sr":1},{"ddd":0,"ind":32,"ty":4,"nm":"E-LB","parent":33,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.29,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p29_1_0p167_0p167","t":141,"s":[392.848,237.932,0],"e":[332.05,237.932,0],"to":[0,0,0],"ti":[0,0,0]},{"t":230}]},"a":{"k":[332.05,237.932,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-26.67,-0.283],[99.171,0.066]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":43,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"w":{"k":9.562},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[331.664,238.14],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3"}],"ip":141,"op":199,"st":141,"bm":0,"sr":1},{"ddd":0,"ind":33,"ty":4,"nm":"E-DB","parent":20,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.29,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p29_1_0p167_0p167","t":141,"s":[182.61,49.357,0],"e":[121.453,49.357,0],"to":[0,0,0],"ti":[0,0,0]},{"t":162}]},"a":{"k":[332.05,237.932,0]},"s":{"k":[100.59,100.59,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-26.67,-0.283],[99.171,0.066]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":43,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":9.3},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[331.664,238.14],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3"}],"ip":141,"op":199,"st":141,"bm":0,"sr":1},{"ddd":0,"ind":34,"ty":4,"nm":"E-DB","parent":20,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.29,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p29_1_0p167_0p167","t":141,"s":[174.274,73.367,0],"e":[134.604,73.367,0],"to":[0,0,0],"ti":[0,0,0]},{"t":199}]},"a":{"k":[345.124,261.801,0]},"s":{"k":[100.59,100.59,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-13.664,-0.145],[75.663,0.29]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":100,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":31.6,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":9.562},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[344.674,261.877],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"}],"ip":141,"op":199,"st":78,"bm":0,"sr":1},{"ddd":0,"ind":35,"ty":4,"nm":"E-LB","parent":20,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.29,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p29_1_0p167_0p167","t":141,"s":[174.274,73.367,0],"e":[134.604,73.367,0],"to":[0,0,0],"ti":[0,0,0]},{"t":167}]},"a":{"k":[345.124,261.801,0]},"s":{"k":[100.59,100.59,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-13.664,-0.145],[75.663,0.29]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":100,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":31.6,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"w":{"k":9.6},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[344.674,261.877],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"}],"ip":141,"op":199,"st":78,"bm":0,"sr":1},{"ddd":0,"ind":36,"ty":4,"nm":"I-LB","parent":37,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":177,"s":[303.217,291.74,0],"e":[303.802,282.182,0],"to":[0,0,0],"ti":[0,0,0]},{"t":183}]},"a":{"k":[303.802,282.182,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0.859,-21.143],[-4.359,70.392]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":45.7,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"w":{"k":9.194},"lc":3,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[304.135,282.409],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6"}],"ip":141,"op":199,"st":78,"bm":0,"sr":1},{"ddd":0,"ind":37,"ty":4,"nm":"I-DB","parent":20,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":172,"s":[90.724,128.91,0],"e":[92.23,106.485,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":176,"s":[92.23,106.485,0],"e":[93.038,90.563,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":183,"s":[93.038,90.563,0],"e":[93.038,93.869,0],"to":[0,0,0],"ti":[0,0,0]},{"t":188}]},"a":{"k":[303.802,282.182,0]},"s":{"k":[100.59,100.59,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0.859,-21.143],[-4.359,70.392]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":45.7,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":9},"lc":3,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[304.135,282.409],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6"}],"ip":141,"op":199,"st":78,"bm":0,"sr":1},{"ddd":0,"ind":38,"ty":4,"nm":"Trail 10-LB","parent":44,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":134,"s":[100],"e":[0]},{"t":142}]},"r":{"k":0},"p":{"k":[43.655,-11.938,0]},"a":{"k":[0,0,0]},"s":{"k":[12.311,12.306,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1.833,433.847],[163.067,552]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":132,"s":[82.8],"e":[39.5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":134,"s":[39.5],"e":[20]},{"t":142}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":132,"s":[93.6],"e":[53.85]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":134,"s":[53.85],"e":[20]},{"t":142}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":132,"op":141,"st":120,"bm":0,"sr":1},{"ddd":0,"ind":39,"ty":4,"nm":"Trail 9-LB","parent":44,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":134,"s":[100],"e":[0]},{"t":142}]},"r":{"k":0},"p":{"k":[43.655,-11.938,0]},"a":{"k":[0,0,0]},"s":{"k":[12.311,12.306,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-25.167,488.347],[158.567,558.5]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":132,"s":[79.4],"e":[35]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":134,"s":[35],"e":[20]},{"t":142}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":132,"s":[91],"e":[53.55]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":134,"s":[53.55],"e":[20]},{"t":142}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":132,"op":141,"st":120,"bm":0,"sr":1},{"ddd":0,"ind":40,"ty":4,"nm":"Trail 8-LB","parent":44,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":134,"s":[100],"e":[0]},{"t":142}]},"r":{"k":0},"p":{"k":[43.655,-11.938,0]},"a":{"k":[0,0,0]},"s":{"k":[12.311,12.306,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-30.167,598.347],[156.567,566]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":132,"s":[85.1],"e":[46.7]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":134,"s":[46.7],"e":[20]},{"t":142}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":132,"s":[92.6],"e":[63.15]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":134,"s":[63.15],"e":[20]},{"t":142}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":132,"op":141,"st":120,"bm":0,"sr":1},{"ddd":0,"ind":41,"ty":4,"nm":"Trail 6-LB","parent":44,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":134,"s":[100],"e":[0]},{"t":142}]},"r":{"k":0},"p":{"k":[43.655,-11.938,0]},"a":{"k":[0,0,0]},"s":{"k":[12.311,12.306,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[357.567,425.847],[217.067,554]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":132,"s":[82.1],"e":[34.5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":134,"s":[34.5],"e":[20]},{"t":142}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":132,"s":[92.9],"e":[42.55]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":134,"s":[42.55],"e":[20]},{"t":142}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":132,"op":141,"st":120,"bm":0,"sr":1},{"ddd":0,"ind":42,"ty":4,"nm":"Trail 7-LB","parent":44,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":134,"s":[100],"e":[0]},{"t":142}]},"r":{"k":0},"p":{"k":[43.655,-11.938,0]},"a":{"k":[0,0,0]},"s":{"k":[12.311,12.306,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[373.567,514.347],[222.567,558.5]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":132,"s":[80.9],"e":[36.2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":134,"s":[36.2],"e":[20]},{"t":142}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":132,"s":[93.8],"e":[45.75]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":134,"s":[45.75],"e":[20]},{"t":142}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":132,"op":141,"st":120,"bm":0,"sr":1},{"ddd":0,"ind":43,"ty":4,"nm":"Trail 5-LB","parent":44,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":134,"s":[100],"e":[0]},{"t":142}]},"r":{"k":0},"p":{"k":[43.655,-11.938,0]},"a":{"k":[0,0,0]},"s":{"k":[12.311,12.306,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[393.067,608.347],[217.567,565]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":132,"s":[75.9],"e":[32.9]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":134,"s":[32.9],"e":[20]},{"t":142}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":132,"s":[88.1],"e":[56.25]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":134,"s":[56.25],"e":[20]},{"t":142}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":132,"op":141,"st":120,"bm":0,"sr":1},{"ddd":0,"ind":44,"ty":1,"nm":"N8","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":94,"s":[835.752,537.963,0],"e":[26.472,413.046,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.494,"y":1},"o":{"x":0.148,"y":1},"n":"0p494_1_0p148_1","t":134,"s":[26.472,413.046,0],"e":[14.483,413.046,0],"to":[0,0,0],"ti":[0,0,0]},{"t":140}]},"a":{"k":[60,60,0]},"s":{"k":[812.277,812.594,100]}},"ao":0,"sw":120,"sh":120,"sc":"#ffffff","ip":94,"op":141,"st":-56,"bm":0,"sr":1},{"ddd":0,"ind":45,"ty":1,"nm":"Bounce","parent":44,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":94,"s":[66.959,52.918,0],"e":[66.959,47.996,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":1,"y":0},"n":"0p833_0p833_1_0","t":106,"s":[66.959,47.996,0],"e":[66.959,52.918,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":115,"s":[66.959,52.918,0],"e":[66.959,51.534,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":117,"s":[66.959,51.534,0],"e":[66.959,52.918,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":121,"s":[66.959,52.918,0],"e":[66.959,51.811,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":124,"s":[66.959,51.811,0],"e":[66.959,52.918,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":126,"s":[66.959,52.918,0],"e":[66.959,52.918,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":132,"s":[66.959,52.918,0],"e":[69.726,3.103,0],"to":[0,0,0],"ti":[0,0,0]},{"t":139}]},"a":{"k":[60,60,0]},"s":{"k":[9.225,9.225,100]}},"ao":0,"sw":120,"sh":120,"sc":"#ffffff","ip":94,"op":141,"st":-56,"bm":0,"sr":1},{"ddd":0,"ind":46,"ty":4,"nm":"T-LB","parent":44,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[38.919,61.496,0]},"a":{"k":[250,250,0]},"s":{"k":[100.59,100.59,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.5,9.501],[-0.048,5.655],[0.054,0.06],[0.946,1.486],[-9.967,8.05],[-40.546,0]],"o":[[0.031,-0.594],[0.076,-8.978],[-1.161,-1.3],[-5.939,-9.327],[24.677,-19.929],[0,0]],"v":[[-30.72,63.761],[-30.741,45.192],[-37.397,27.014],[-40.698,22.661],[-37.873,-7.117],[49.506,11.559]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"w":{"k":9.194},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[227.677,234.375],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":94,"s":[31.1],"e":[44.3]},{"i":{"x":[0.836],"y":[0.949]},"o":{"x":[0.167],"y":[0.167]},"n":["0p836_0p949_0p167_0p167"],"t":102,"s":[44.3],"e":[90.6]},{"i":{"x":[0.821],"y":[1]},"o":{"x":[0.382],"y":[0.966]},"n":["0p821_1_0p382_0p966"],"t":133,"s":[90.6],"e":[93.3]},{"t":148}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":94,"op":141,"st":-99,"bm":0,"sr":1},{"ddd":0,"ind":47,"ty":4,"nm":"T-DB","parent":44,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[38.919,61.496,0]},"a":{"k":[250,250,0]},"s":{"k":[100.59,100.59,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.5,9.501],[-0.048,5.655],[0.054,0.06],[0.946,1.486],[-9.967,8.05],[-40.546,0]],"o":[[0.031,-0.594],[0.076,-8.978],[-1.161,-1.3],[-5.939,-9.327],[24.677,-19.929],[0,0]],"v":[[-30.72,63.761],[-30.741,45.192],[-37.397,27.014],[-40.698,22.661],[-37.873,-7.117],[49.506,11.559]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":8.9},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[227.677,234.375],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.836],"y":[0.949]},"o":{"x":[0.167],"y":[0.167]},"n":["0p836_0p949_0p167_0p167"],"t":94,"s":[44.3],"e":[90.6]},{"i":{"x":[0.821],"y":[1]},"o":{"x":[0.382],"y":[0.966]},"n":["0p821_1_0p382_0p966"],"t":125,"s":[90.6],"e":[93.3]},{"t":140}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":94,"op":141,"st":-99,"bm":0,"sr":1},{"ddd":0,"ind":48,"ty":4,"nm":"T-DB","parent":44,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[38.919,61.496,0]},"a":{"k":[250,250,0]},"s":{"k":[100.59,100.59,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1.768,-25.966],[-1.768,25.966]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":116,"s":[0],"e":[0]},{"t":142}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":116,"s":[0],"e":[100]},{"t":142}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":9.194},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[242.756,265.581],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 10"}],"ip":116,"op":141,"st":-111,"bm":0,"sr":1},{"ddd":0,"ind":49,"ty":4,"nm":"I-LB","parent":44,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":130,"s":[64.566,99.144,0],"e":[65.12,90.228,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.513,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p513_1_0p167_0p167","t":132,"s":[65.12,90.228,0],"e":[66.965,56.247,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.227,"y":1},"o":{"x":0.564,"y":0},"n":"0p227_1_0p564_0","t":144,"s":[66.965,56.247,0],"e":[66.657,62.143,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.332,"y":1},"o":{"x":0.53,"y":0},"n":"0p332_1_0p53_0","t":153,"s":[66.657,62.143,0],"e":[66.891,57.244,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":166,"s":[66.891,57.244,0],"e":[66.78,58.738,0],"to":[0,0,0],"ti":[0,0,0]},{"t":185}]},"a":{"k":[277.698,247.258,0]},"s":{"k":[100.59,100.59,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1.681,-29.992],[-1.681,29.992]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":100,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"w":{"k":9.194},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[277.698,247.258],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":130,"s":[40],"e":[0]},{"t":147}],"ix":1},"e":{"k":100,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":94,"op":141,"st":-116,"bm":0,"sr":1},{"ddd":0,"ind":50,"ty":4,"nm":"I-DB","parent":44,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":130,"s":[64.566,108.344,0],"e":[65.12,90.228,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.513,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p513_1_0p167_0p167","t":132,"s":[65.12,90.228,0],"e":[66.965,56.247,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.227,"y":1},"o":{"x":0.564,"y":0},"n":"0p227_1_0p564_0","t":144,"s":[66.965,56.247,0],"e":[66.657,62.143,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.332,"y":1},"o":{"x":0.53,"y":0},"n":"0p332_1_0p53_0","t":153,"s":[66.657,62.143,0],"e":[66.891,57.244,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":166,"s":[66.891,57.244,0],"e":[66.78,58.738,0],"to":[0,0,0],"ti":[0,0,0]},{"t":185}]},"a":{"k":[277.698,247.258,0]},"s":{"k":[100.59,100.59,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1.681,-29.992],[-1.681,29.992]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":100,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":9},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[277.698,247.258],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7"}],"ip":94,"op":141,"st":-116,"bm":0,"sr":1},{"ddd":0,"ind":51,"ty":4,"nm":"E-LB","parent":44,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[110.383,49.357,0]},"a":{"k":[332.05,237.932,0]},"s":{"k":[100.59,100.59,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-26.67,-0.283],[99.171,0.066]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.37],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p37_1_0p167_0p167"],"t":127,"s":[12.2],"e":[0]},{"t":167}],"ix":1},"e":{"k":43,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"w":{"k":9.562},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[331.664,238.14],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3"}],"ip":94,"op":141,"st":-56,"bm":0,"sr":1},{"ddd":0,"ind":52,"ty":4,"nm":"E-DB","parent":44,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[110.383,49.357,0]},"a":{"k":[332.05,237.932,0]},"s":{"k":[100.59,100.59,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-26.67,-0.283],[99.171,0.066]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.37],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p37_1_0p167_0p167"],"t":113,"s":[12.2],"e":[0]},{"t":153}],"ix":1},"e":{"k":43,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":9.4},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[331.664,238.14],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3"}],"ip":94,"op":141,"st":-56,"bm":0,"sr":1},{"ddd":0,"ind":53,"ty":4,"nm":"O-LB","parent":44,"ks":{"o":{"k":100},"r":{"k":-170},"p":{"k":[-14.604,78.098,0]},"a":{"k":[196.791,266.504,0]},"s":{"k":[100.59,100.59,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[44.6,44.6]},"p":{"k":[0.8,-0.5]},"nm":"Ellipse Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"w":{"k":9.194},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[196,267],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":94,"s":[36.6],"e":[39.8]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":96,"s":[39.8],"e":[64.9]},{"t":116}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":94,"op":141,"st":-86,"bm":0,"sr":1},{"ddd":0,"ind":54,"ty":4,"nm":"O-DB","parent":44,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-14.604,78.098,0]},"a":{"k":[196.791,266.504,0]},"s":{"k":[100.59,100.59,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[44.6,44.6]},"p":{"k":[0.8,-0.5]},"nm":"Ellipse Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":9},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[196,267],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":94,"op":141,"st":-86,"bm":0,"sr":1},{"ddd":0,"ind":55,"ty":4,"nm":"Circle-LB","parent":45,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":94,"s":[-1010,-37,0],"e":[-699.345,-205.308,0],"to":[0,0,0],"ti":[-211.260208129883,2.26553344726562,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":105.785,"s":[-699.345,-205.308,0],"e":[29.052,56.461,0],"to":[211.260208129883,-2.26553344726562,0],"ti":[-552.383728027344,-58.7071266174316,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":131,"s":[29.052,56.461,0],"e":[60,51.996,0],"to":[10.4709663391113,1.11285018920898,0],"ti":[-10.5157165527344,-1.12986266613007,0]},{"t":132}]},"a":{"k":[40,-210,0]},"s":{"k":[154.2,154.2,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":131,"s":[56.234,56.234],"e":[56.234,45.634]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":132,"s":[56.234,45.634],"e":[56.234,56.234]},{"t":133}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[40,-210],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":94,"op":141,"st":94,"bm":0,"sr":1},{"ddd":0,"ind":56,"ty":1,"nm":"N3","parent":67,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[511.88,-46.466,0]},"a":{"k":[60,60,0]},"s":{"k":[590,590,100]}},"ao":0,"sw":120,"sh":120,"sc":"#ffffff","ip":51,"op":94,"st":-14,"bm":0,"sr":1},{"ddd":0,"ind":57,"ty":4,"nm":"L-LB","parent":56,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[38.919,61.496,0]},"a":{"k":[250,250,0]},"s":{"k":[100.59,100.59,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[25.671,-4.167],[1.456,6.902],[-8.481,1.863],[-47.562,13.01],[-0.501,0.133],[-71.423,-2.315]],"o":[[0,0],[-8.224,1.335],[-1.456,-6.903],[23.817,-5.233],[0.16,-0.044],[0.501,-0.133],[0,0]],"v":[[-8.837,-58.229],[-35.834,33.662],[-51.688,23.148],[-41.174,7.293],[51.797,44.178],[53.188,43.741],[140.394,43.672]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":51,"s":[0],"e":[0]},{"t":106}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":51,"s":[81.7],"e":[100]},{"t":106}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"w":{"k":9.194},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[166.029,270.643],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":73.4,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":51,"op":94,"st":-20,"bm":0,"sr":1},{"ddd":0,"ind":58,"ty":4,"nm":"L-DB","parent":56,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[38.919,61.496,0]},"a":{"k":[250,250,0]},"s":{"k":[100.59,100.59,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[25.671,-4.167],[1.456,6.902],[-8.481,1.863],[-47.562,13.01],[-0.501,0.133],[-71.423,-2.315]],"o":[[0,0],[-8.224,1.335],[-1.456,-6.903],[23.817,-5.233],[0.16,-0.044],[0.501,-0.133],[0,0]],"v":[[-8.837,-58.229],[-35.834,33.662],[-51.688,23.148],[-41.174,7.293],[51.797,44.178],[53.188,43.741],[140.394,43.672]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":39,"s":[0],"e":[0]},{"t":94}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":39,"s":[81.7],"e":[100]},{"t":94}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":8.4},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[166.029,270.643],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":73.4,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":51,"op":94,"st":-20,"bm":0,"sr":1},{"ddd":0,"ind":59,"ty":4,"nm":"Trail-LB","parent":67,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p833_0p333_0"],"t":71,"s":[84.9],"e":[-27.544]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":79,"s":[-27.544],"e":[-181.4]},{"t":86}]},"p":{"k":[71.715,60.311,0]},"a":{"k":[196.791,266.504,0]},"s":{"k":[-590,590,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[31,31]},"p":{"k":[0.8,-0.5]},"nm":"Ellipse Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p833_0p333_0"],"t":71,"s":[34.9],"e":[25.3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":79,"s":[25.3],"e":[44.833]},{"t":86}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p833_0p333_0"],"t":71,"s":[34.9],"e":[38.733]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":79,"s":[38.733],"e":[44.833]},{"t":86}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"w":{"k":0.5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[196,267],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":71,"op":88,"st":-17,"bm":0,"sr":1},{"ddd":0,"ind":60,"ty":4,"nm":"Trail-LB","parent":67,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p833_0p333_0"],"t":71,"s":[84.9],"e":[-27.544]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":79,"s":[-27.544],"e":[-181.4]},{"t":86}]},"p":{"k":[71.715,60.311,0]},"a":{"k":[196.791,266.504,0]},"s":{"k":[-590,590,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[33.4,33.4]},"p":{"k":[0.8,-0.5]},"nm":"Ellipse Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p833_0p333_0"],"t":71,"s":[34.9],"e":[19.9]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":79,"s":[19.9],"e":[44.833]},{"t":86}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p833_0p333_0"],"t":71,"s":[34.9],"e":[38.733]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":79,"s":[38.733],"e":[44.833]},{"t":86}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"w":{"k":0.5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[196,267],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":71,"op":88,"st":-17,"bm":0,"sr":1},{"ddd":0,"ind":61,"ty":4,"nm":"Trail-LB","parent":67,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":51,"s":[84.9],"e":[-27.544]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[-27.544],"e":[-117.5]},{"t":60}]},"p":{"k":[71.715,60.311,0]},"a":{"k":[196.791,266.504,0]},"s":{"k":[-590,590,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[33.9,33.9]},"p":{"k":[0.8,-0.5]},"nm":"Ellipse Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":51,"s":[19.9],"e":[28.263]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[28.263],"e":[35]},{"t":60}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":51,"s":[38.733],"e":[34.359]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[34.359],"e":[35]},{"t":60}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"w":{"k":0.5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[196,267],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":51,"op":61,"st":-40,"bm":0,"sr":1},{"ddd":0,"ind":62,"ty":4,"nm":"Trail-LB","parent":67,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":51,"s":[59.2],"e":[-74.544]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[-74.544],"e":[-192.8]},{"t":60}]},"p":{"k":[71.715,60.311,0]},"a":{"k":[196.791,266.504,0]},"s":{"k":[-590,590,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-8.706,0],[0,8.706],[8.706,0],[0,-8.706]],"o":[[8.706,0],[0,-8.706],[-8.706,0],[0,8.706]],"v":[[197.001,282.482],[212.764,266.719],[197.001,250.956],[181.237,266.719]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"w":{"k":0.5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":51,"s":[19.9],"e":[38.733]},{"t":60}],"ix":1},"e":{"k":38.733,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":51,"op":61,"st":-40,"bm":0,"sr":1},{"ddd":0,"ind":63,"ty":4,"nm":"O2-LB","parent":56,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-14.604,78.098,0]},"a":{"k":[196.791,266.504,0]},"s":{"k":[-100.59,100.59,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[44.6,44.6]},"p":{"k":[0.8,-0.5]},"nm":"Ellipse Path 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[0.879]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_0p879_0p167_0p167"],"t":51,"s":[13.5],"e":[34.7]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0.336]},"n":["0p833_0p833_0p333_0p336"],"t":63,"s":[34.7],"e":[100]},{"t":157}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"w":{"k":9.194},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[196,267],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":51,"op":94,"st":-40,"bm":0,"sr":1},{"ddd":0,"ind":64,"ty":4,"nm":"T1-LB","parent":56,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[38.919,61.496,0]},"a":{"k":[250,250,0]},"s":{"k":[100.59,100.59,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.5,9.501],[-0.048,5.655],[0.054,0.06],[0.946,1.486],[-9.967,8.05],[-40.546,0]],"o":[[0.031,-0.594],[0.076,-8.978],[-1.161,-1.3],[-5.939,-9.327],[24.677,-19.929],[0,0]],"v":[[-30.72,63.761],[-30.741,45.192],[-37.397,27.014],[-40.698,22.661],[-37.873,-7.117],[49.506,11.559]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":51,"s":[32.1],"e":[32.1]},{"t":128}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":51,"s":[39],"e":[62.4]},{"t":128}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"w":{"k":9.194},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[227.677,234.375],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9"}],"ip":51,"op":94,"st":-57,"bm":0,"sr":1},{"ddd":0,"ind":65,"ty":4,"nm":"T2-DB","parent":56,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[38.919,61.496,0]},"a":{"k":[250,250,0]},"s":{"k":[100.59,100.59,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.5,9.501],[-0.048,5.655],[0.054,0.06],[0.946,1.486],[-9.967,8.05],[-40.546,0]],"o":[[0.031,-0.594],[0.076,-8.978],[-1.161,-1.3],[-5.939,-9.327],[24.677,-19.929],[0,0]],"v":[[-30.72,63.761],[-30.741,45.192],[-37.397,27.014],[-40.698,22.661],[-37.873,-7.117],[49.506,11.559]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[32.1],"e":[32.1]},{"t":100}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[39],"e":[62.4]},{"t":100}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":9},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[227.677,234.375],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9"}],"ip":51,"op":94,"st":-57,"bm":0,"sr":1},{"ddd":0,"ind":66,"ty":4,"nm":"O1-DB","parent":56,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-14.604,78.098,0]},"a":{"k":[196.791,266.504,0]},"s":{"k":[-100.59,100.59,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[44.6,44.6]},"p":{"k":[0.8,-0.5]},"nm":"Ellipse Path 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":51,"s":[34.7],"e":[100]},{"t":64}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":9},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[196,267],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":51,"op":94,"st":-43,"bm":0,"sr":1},{"ddd":0,"ind":67,"ty":1,"nm":"N9","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":51,"s":[131.469,237.982,0],"e":[131.469,267.967,0],"to":[0,0,0],"ti":[0,0,0]},{"t":93}]},"a":{"k":[60,60,0]},"s":{"k":[87.222,87.256,100]}},"ao":0,"sw":120,"sh":120,"sc":"#ffffff","ip":51,"op":94,"st":-14,"bm":0,"sr":1},{"ddd":0,"ind":68,"ty":4,"nm":"Circle2-LB","parent":67,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.821},"o":{"x":0.191,"y":0},"n":"0p833_0p821_0p191_0","t":51,"s":[-27.064,44.384,0],"e":[63.032,163.934,0],"to":[-0.65391635894775,34.5792617797852,0],"ti":[-80.4530563354492,-9.73607635498047,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":55.708,"s":[63.032,163.934,0],"e":[174.786,55.646,0],"to":[80.4530563354492,9.73607635498047,0],"ti":[1.84608364105225,32.7129554748535,0]},{"i":{"x":0.65,"y":0.807},"o":{"x":0.167,"y":0.189},"n":"0p65_0p807_0p167_0p189","t":59.495,"s":[174.786,55.646,0],"e":[76.027,-43.113,0],"to":[-1.84608364105225,-32.7129554748535,0],"ti":[62.4875564575195,7.59005880355835,0]},{"i":{"x":0.801,"y":0.805},"o":{"x":0.458,"y":0.449},"n":"0p801_0p805_0p458_0p449","t":64,"s":[76.027,-43.113,0],"e":[-27.064,44.384,0],"to":[-62.4875564575195,-7.59005880355835,0],"ti":[1.65391635894775,-36.5792617797852,0]},{"i":{"x":0.833,"y":0.809},"o":{"x":0.456,"y":0.293},"n":"0p833_0p809_0p456_0p293","t":72,"s":[-27.064,44.384,0],"e":[63.032,163.934,0],"to":[-1.65391635894775,36.5792617797852,0],"ti":[-80.4530563354492,-9.73607635498047,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":77.811,"s":[63.032,163.934,0],"e":[174.786,55.646,0],"to":[80.4530563354492,9.73607635498047,0],"ti":[1.84608364105225,32.7129554748535,0]},{"i":{"x":0.52,"y":0.64},"o":{"x":0.167,"y":0.183},"n":"0p52_0p64_0p167_0p183","t":81.971,"s":[174.786,55.646,0],"e":[76.027,-43.113,0],"to":[-1.84608364105225,-32.7129554748535,0],"ti":[62.4875564575195,7.59005880355835,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.457,"y":0.425},"n":"0p833_0p845_0p457_0p425","t":87,"s":[76.027,-43.113,0],"e":[-27.064,44.384,0],"to":[-62.4875564575195,-7.59005880355835,0],"ti":[0.97977685928345,-33.1263580322266,0]},{"t":93}]},"a":{"k":[40,-210,0]},"s":{"k":[86.631,86.631,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[56.234,56.234]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[40,-210],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":51,"op":94,"st":51,"bm":0,"sr":1},{"ddd":0,"ind":69,"ty":4,"nm":"Trail 2 -LB","parent":72,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[146.615,210.395,0]},"a":{"k":[0,0,0]},"s":{"k":[20.202,20.194,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-1.517,48.858],[1.163,74.935]],"o":[[5,-48.625],[3.488,-112.321],[0,0]],"v":[[6.286,136.061],[15,-6.875],[15,-344]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.2,0.81,0.76,1]},"o":{"k":100},"w":{"k":3},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[94.3],"e":[29]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[29],"e":[3.5]},{"t":23}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[100],"e":[37.3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[37.3],"e":[3.5]},{"t":23}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":12,"op":24,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":70,"ty":4,"nm":"Trail -LB","parent":72,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[146.615,210.395,0]},"a":{"k":[0,0,0]},"s":{"k":[20.202,20.194,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-1.517,48.858],[1.163,74.935]],"o":[[5,-48.625],[3.488,-112.321],[0,0]],"v":[[15.5,138.847],[25,-6.875],[25,-344]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.2,0.81,0.76,1]},"o":{"k":100},"w":{"k":3},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[94.3],"e":[29]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[29],"e":[3.5]},{"t":23}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[100],"e":[44.9]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[44.9],"e":[3.5]},{"t":23}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":12,"op":24,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":71,"ty":4,"nm":"L-LB","parent":72,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[165.615,264.614,0]},"a":{"k":[165.615,264.614,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[25.671,-4.167],[1.456,6.902],[-8.481,1.863],[-47.562,13.01],[-0.501,0.133],[-71.423,-2.315]],"o":[[0,0],[-8.224,1.335],[-1.456,-6.903],[23.817,-5.233],[0.16,-0.044],[0.501,-0.133],[0,0]],"v":[[-8.837,-58.229],[-35.834,33.662],[-51.688,23.148],[-41.174,7.293],[51.797,44.178],[53.188,43.741],[140.394,43.672]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"w":{"k":9.194},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[166.029,270.643],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":17,"s":[0],"e":[0]},{"t":59}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p833_0p333_0"],"t":17,"s":[0],"e":[60]},{"t":59}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":0,"op":51,"st":-19,"bm":0,"sr":1},{"ddd":0,"ind":72,"ty":4,"nm":"L-DB","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[213.833,805.997,0],"e":[230.862,559.564,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[230.862,559.564,0],"e":[269.283,179.31,0],"to":[0,0,0],"ti":[-13.2794542312622,95.2064895629883,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":32.54,"s":[269.283,179.31,0],"e":[375.689,179.31,0],"to":[11.989333152771,-85.9570236206055,0],"ti":[13.8078565597534,-45.3741569519043,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40.53,"s":[375.689,179.31,0],"e":[53.475,110.345,0],"to":[-42.8080711364746,140.672103881836,0],"ti":[136.512664794922,1.07854127883911,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":58.755,"s":[53.475,110.345,0],"e":[7.982,110.093,0],"to":[-89.1692886352539,-0.70449697971344,0],"ti":[0,0,0]},{"t":62}]},"a":{"k":[165.615,264.614,0]},"s":{"k":[495.002,495.195,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[25.671,-4.167],[1.456,6.902],[-8.481,1.863],[-47.562,13.01],[-0.501,0.133],[-71.423,-2.315]],"o":[[0,0],[-8.224,1.335],[-1.456,-6.903],[23.817,-5.233],[0.16,-0.044],[0.501,-0.133],[0,0]],"v":[[-8.837,-58.229],[-35.834,33.662],[-51.688,23.148],[-41.174,7.293],[51.797,44.178],[53.188,43.741],[140.394,43.672]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":9},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[166.029,270.643],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[0],"e":[0]},{"t":51}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p833_0p333_0"],"t":5,"s":[0],"e":[60]},{"t":51}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":0,"op":51,"st":-19,"bm":0,"sr":1},{"ddd":0,"ind":73,"ty":4,"nm":"Circle-LB","parent":72,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.507,"y":0.071},"n":"0p833_0p833_0p507_0p071","t":0,"s":[151.039,86.27,0],"e":[151.183,215.665,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[151.183,215.665,0],"e":[149.526,243.382,0],"to":[0,0,0],"ti":[2.77621531486511,-25.1235408782959,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23.539,"s":[149.526,243.382,0],"e":[141.351,286.676,0],"to":[-2.77621531486511,25.1235408782959,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":32.324,"s":[141.351,286.676,0],"e":[120.158,294.548,0],"to":[0,0,0],"ti":[8.87767791748047,15.7244482040405,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38.193,"s":[120.158,294.548,0],"e":[131.663,272.749,0],"to":[-8.87767791748047,-15.7244482040405,0],"ti":[-7.84585571289062,-1.15270864963531,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":44.524,"s":[131.663,272.749,0],"e":[167.691,296.667,0],"to":[10.647047996521,1.56425821781158,0],"ti":[-14.0278644561768,-10.0415287017822,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":53.212,"s":[167.691,296.667,0],"e":[208.564,311.2,0],"to":[14.0278644561768,10.0415287017822,0],"ti":[-15.3408555984497,-0.48081922531128,0]},{"t":62}]},"a":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":17,"s":[40,-210,0],"e":[49.6,-210,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":22,"s":[49.6,-210,0],"e":[40,-210,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":32,"s":[40,-210,0],"e":[40,-210,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":43,"s":[40,-210,0],"e":[52.2,-164.3,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":48,"s":[52.2,-164.3,0],"e":[52.2,-210,0],"to":[0,0,0],"ti":[0,0,0]},{"t":53}]},"s":{"k":[15.138,15.138,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":17,"s":[56.234,84.034],"e":[56.234,56.234]},{"t":19}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[40,-210],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":0,"op":51,"st":-13,"bm":0,"sr":1}],"v":"4.4.26","ddd":0,"ip":0,"op":378,"fr":30,"w":281,"h":500} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Mobilo/A.json b/ohos/flutter_lottie/assets/Mobilo/A.json new file mode 100644 index 0000000000000000000000000000000000000000..848a4bfcbe88c367c177df2af744f17d2dcd962d --- /dev/null +++ b/ohos/flutter_lottie/assets/Mobilo/A.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"smile","parent":10,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,-90,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.714,"y":0.995},"o":{"x":0.323,"y":0},"n":"0p714_0p995_0p323_0","t":1,"s":[{"i":[[0,0],[-10.378,0],[0,0]],"o":[[0,0],[10.378,0],[0,0]],"v":[[-17.75,13.562],[-0.466,7.938],[16,12.394]],"c":false}],"e":[{"i":[[0,0],[-19.708,0],[0,0]],"o":[[0,0],[19.708,0],[0,0]],"v":[[-30.557,-0.854],[-0.099,5.41],[30.186,-1.101]],"c":false}]},{"i":{"x":0.52,"y":0.944},"o":{"x":0.122,"y":0.002},"n":"0p52_0p944_0p122_0p002","t":5.5,"s":[{"i":[[0,0],[-19.708,0],[0,0]],"o":[[0,0],[19.708,0],[0,0]],"v":[[-30.557,-0.854],[-0.099,5.41],[30.186,-1.101]],"c":false}],"e":[{"i":[[0,0],[-22.217,0],[0,0]],"o":[[0,0],[22.217,0],[0,0]],"v":[[-34,-4.73],[0,4.73],[34,-4.73]],"c":false}]},{"t":19}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":11.8,"s":[0,0.32,0.5,1],"e":[0,0.32,0.5,1]},{"t":25}]},"o":{"k":100},"w":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6.4,"s":[2],"e":[8]},{"t":13.599609375}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":1,"op":20,"st":-2,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"cap","parent":10,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[0],"e":[-4]},{"t":18.099609375}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[0,-160.338,0],"e":[0,-168.938,0],"to":[0,-1.43333327770233,0],"ti":[0,1.43333327770233,0]},{"t":18.099609375}]},"a":{"k":[0,-156.338,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[15.594,6.969],[9.216,-10.513],[-22.981,-10.513],[-30.517,10.492],[-2.884,10.504],[-2.884,10.513],[45.258,11.023],[45.258,7.479]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[6.024,-156.338],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":1,"op":20,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"glasses","parent":10,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8.2,"s":[0,-106,0],"e":[0,-126,0],"to":[0,-3.33333325386047,0],"ti":[0,3.33333325386047,0]},{"t":15.400390625}]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"s","pt":{"k":{"i":[[6.099,0],[0.456,5.986],[0,0.299],[-0.022,0.293],[-6.101,0],[-0.456,-5.985],[0,-0.299],[0.022,-0.293]],"o":[[-6.101,0],[-0.022,-0.293],[0,-0.299],[0.456,-5.985],[6.099,0],[0.022,0.293],[0,0.299],[-0.456,5.986]],"v":[[-14.967,11.605],[-26.528,0.885],[-26.573,-0.001],[-26.528,-0.887],[-14.967,-11.605],[-3.408,-0.887],[-3.363,-0.001],[-3.408,0.885]],"c":true}},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"},{"inv":false,"mode":"s","pt":{"k":{"i":[[6.101,0],[0.455,5.986],[0,0.299],[-0.022,0.293],[-6.099,0],[-0.456,-5.985],[0,-0.299],[0.022,-0.293]],"o":[[-6.099,0],[-0.022,-0.293],[0,-0.299],[0.456,-5.985],[6.101,0],[0.022,0.293],[0,0.299],[-0.456,5.986]],"v":[[14.186,11.73],[2.627,1.01],[2.582,0.124],[2.627,-0.762],[14.186,-11.48],[25.747,-0.762],[25.792,0.124],[25.747,1.01]],"c":true}},"o":{"k":100},"x":{"k":0},"nm":"Mask 2"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[7.077,0],[0.459,-6.963],[0,0],[7.077,0],[0.46,-6.963],[0,0],[0,0],[0,0],[-7.077,0],[-0.46,6.963],[0,0],[-7.077,0],[-0.46,6.963],[0,0],[0,0]],"o":[[-0.46,-6.963],[-7.077,0],[0,0],[-0.46,-6.963],[-7.077,0],[0,0],[0,0],[0,0],[0.46,6.963],[7.077,0],[0,0],[0.459,6.963],[7.077,0],[0,0],[0,0],[0,0]],"v":[[27.473,-0.887],[14.14,-13.377],[0.808,-0.887],[-1.651,-0.887],[-14.982,-13.377],[-28.315,-0.887],[-41.647,-0.887],[-41.647,0.885],[-28.315,0.885],[-14.982,13.377],[-1.651,0.885],[0.808,0.885],[14.14,13.377],[27.473,0.885],[41.647,0.885],[41.647,-0.887]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":6},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":1,"op":20,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":1,"nm":"mask darkblue 2","parent":17,"td":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,100,0]},"a":{"k":[250,300,0]},"s":{"k":[100,100,100]}},"ao":0,"ef":[{"ty":21,"nm":"Fill","mn":"ADBE Fill","ix":1,"ef":[{"ty":3,"nm":"Fill Mask","mn":"ADBE Fill-0001","ix":1,"v":{"k":0}},{"ty":7,"nm":"All Masks","mn":"ADBE Fill-0007","ix":2,"v":{"k":0}},{"ty":2,"nm":"Color","mn":"ADBE Fill-0002","ix":3,"v":{"k":[0,0,0.01,1]}},{"ty":7,"nm":"Invert","mn":"ADBE Fill-0006","ix":4,"v":{"k":0}},{"ty":0,"nm":"Horizontal Feather","mn":"ADBE Fill-0003","ix":5,"v":{"k":0}},{"ty":0,"nm":"Vertical Feather","mn":"ADBE Fill-0004","ix":6,"v":{"k":0}},{"ty":0,"nm":"Opacity","mn":"ADBE Fill-0005","ix":7,"v":{"k":1}}]}],"sw":500,"sh":600,"sc":"#000000","ip":1,"op":20,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"darkblue 2","parent":10,"tt":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,64.663,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":4,"op":20,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":1,"nm":"mask darkblue","parent":17,"td":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,100,0]},"a":{"k":[250,300,0]},"s":{"k":[100,100,100]}},"ao":0,"ef":[{"ty":21,"nm":"Fill","mn":"ADBE Fill","ix":1,"ef":[{"ty":3,"nm":"Fill Mask","mn":"ADBE Fill-0001","ix":1,"v":{"k":0}},{"ty":7,"nm":"All Masks","mn":"ADBE Fill-0007","ix":2,"v":{"k":0}},{"ty":2,"nm":"Color","mn":"ADBE Fill-0002","ix":3,"v":{"k":[0,0,0.01,1]}},{"ty":7,"nm":"Invert","mn":"ADBE Fill-0006","ix":4,"v":{"k":0}},{"ty":0,"nm":"Horizontal Feather","mn":"ADBE Fill-0003","ix":5,"v":{"k":0}},{"ty":0,"nm":"Vertical Feather","mn":"ADBE Fill-0004","ix":6,"v":{"k":0}},{"ty":0,"nm":"Opacity","mn":"ADBE Fill-0005","ix":7,"v":{"k":1}}]}],"sw":500,"sh":600,"sc":"#000000","ip":1,"op":20,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"darkblue","parent":10,"tt":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,64.663,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.615,"y":1},"o":{"x":0.112,"y":1},"n":"0p615_1_0p112_1","t":4.257,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[116.264,38.687],[-127.514,72.687],[-136.922,102.313],[-103.324,102.313],[-84.081,102.313],[42.391,102.313],[90.931,102.313],[136.922,102.313]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[62.264,-102.313],[-63.514,-102.313],[-136.922,102.313],[-103.324,102.313],[-84.081,102.313],[42.391,102.313],[90.931,102.313],[136.922,102.313]],"c":true}]},{"t":18.099609375}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":4,"op":20,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":1,"nm":"mask lightblue","parent":17,"td":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,100,0]},"a":{"k":[250,300,0]},"s":{"k":[100,100,100]}},"ao":0,"ef":[{"ty":21,"nm":"Fill","mn":"ADBE Fill","ix":1,"ef":[{"ty":3,"nm":"Fill Mask","mn":"ADBE Fill-0001","ix":1,"v":{"k":0}},{"ty":7,"nm":"All Masks","mn":"ADBE Fill-0007","ix":2,"v":{"k":0}},{"ty":2,"nm":"Color","mn":"ADBE Fill-0002","ix":3,"v":{"k":[0,0,0.01,1]}},{"ty":7,"nm":"Invert","mn":"ADBE Fill-0006","ix":4,"v":{"k":0}},{"ty":0,"nm":"Horizontal Feather","mn":"ADBE Fill-0003","ix":5,"v":{"k":0}},{"ty":0,"nm":"Vertical Feather","mn":"ADBE Fill-0004","ix":6,"v":{"k":0}},{"ty":0,"nm":"Opacity","mn":"ADBE Fill-0005","ix":7,"v":{"k":1}}]}],"sw":500,"sh":600,"sc":"#000000","ip":1,"op":20,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"lightblue","parent":10,"tt":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,55.875,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.686,"y":1},"o":{"x":0.108,"y":1},"n":"0p686_1_0p108_1","t":1,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[104.851,19.399],[-112.209,39.899],[-136.922,111.101],[136.922,111.101]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.851,-111.101],[-57.209,-111.101],[-136.922,111.101],[136.922,111.101]],"c":true}]},{"t":5}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":1,"op":20,"st":-3,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":1,"nm":"mask skin","parent":17,"td":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,100,0]},"a":{"k":[250,300,0]},"s":{"k":[100,100,100]}},"ao":0,"ef":[{"ty":21,"nm":"Fill","mn":"ADBE Fill","ix":1,"ef":[{"ty":3,"nm":"Fill Mask","mn":"ADBE Fill-0001","ix":1,"v":{"k":0}},{"ty":7,"nm":"All Masks","mn":"ADBE Fill-0007","ix":2,"v":{"k":0}},{"ty":2,"nm":"Color","mn":"ADBE Fill-0002","ix":3,"v":{"k":[0,0,0.01,1]}},{"ty":7,"nm":"Invert","mn":"ADBE Fill-0006","ix":4,"v":{"k":0}},{"ty":0,"nm":"Horizontal Feather","mn":"ADBE Fill-0003","ix":5,"v":{"k":0}},{"ty":0,"nm":"Vertical Feather","mn":"ADBE Fill-0004","ix":6,"v":{"k":0}},{"ty":0,"nm":"Opacity","mn":"ADBE Fill-0005","ix":7,"v":{"k":1}}]}],"sw":500,"sh":600,"sc":"#000000","ip":1,"op":20,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"skin","parent":17,"tt":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0,"y":0},"n":"0_1_0_0","t":1,"s":[250,469,0],"e":[250,177.524,0],"to":[0,-122.367813110352,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":15.4,"s":[250,177.524,0],"e":[250,234.269,0],"to":[0,0,0],"ti":[0,-22.1301918029785,0]},{"t":19}]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.078,-166.976],[-17.119,-166.976],[-136.922,166.976],[136.922,166.976]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":1,"op":20,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"left arm ","parent":10,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-93,-85.163,0]},"a":{"k":[0,0,0]},"s":{"k":[-100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0.167},"n":"1_1_0p167_0p167","t":4,"s":[{"i":[[0,0],[0,0]],"o":[[11.299,13.7],[0,0]],"v":[[-36.299,42.462],[-43.468,67.538]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[19.926,-2.45],[0,0]],"v":[[-36.299,42.462],[-2.82,20.313]],"c":false}]},{"i":{"x":0.833,"y":0.815},"o":{"x":0.18,"y":1},"n":"0p833_0p815_0p18_1","t":5,"s":[{"i":[[0,0],[0,0]],"o":[[19.926,-2.45],[0,0]],"v":[[-36.299,42.462],[-2.82,20.313]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[68.529,-28.784],[0,0]],"v":[[-36.299,42.462],[53.207,-43.838]],"c":false}]},{"i":{"x":0.547,"y":0},"o":{"x":0.167,"y":0.185},"n":"0p547_0_0p167_0p185","t":6.4,"s":[{"i":[[0,0],[0,0]],"o":[[68.529,-28.784],[0,0]],"v":[[-36.299,42.462],[53.207,-43.838]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[55.222,-34.123],[0,0]],"v":[[-36.299,42.462],[9.015,-58.738]],"c":false}]},{"i":{"x":0.8,"y":0.778},"o":{"x":0.453,"y":1},"n":"0p8_0p778_0p453_1","t":8.2,"s":[{"i":[[0,0],[0,0]],"o":[[55.222,-34.123],[0,0]],"v":[[-36.299,42.462],[9.015,-58.738]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[85.988,-8.836],[0,0]],"v":[[-36.299,42.462],[58.474,-42.979]],"c":false}]},{"i":{"x":0.8,"y":0.778},"o":{"x":0.519,"y":0},"n":"0p8_0p778_0p519_0","t":10,"s":[{"i":[[0,0],[0,0]],"o":[[85.988,-8.836],[0,0]],"v":[[-36.299,42.462],[58.474,-42.979]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[71.296,-41.974],[0,0]],"v":[[-36.299,42.462],[15.755,-73.378]],"c":false}]},{"i":{"x":0.547,"y":0},"o":{"x":0.514,"y":0},"n":"0p547_0_0p514_0","t":11.8,"s":[{"i":[[0,0],[0,0]],"o":[[71.296,-41.974],[0,0]],"v":[[-36.299,42.462],[15.755,-73.378]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[72.379,-50.965],[0,0]],"v":[[-36.299,42.462],[86.466,25.36]],"c":false}]},{"i":{"x":0.443,"y":0.381},"o":{"x":0.167,"y":0.368},"n":"0p443_0p381_0p167_0p368","t":17.2,"s":[{"i":[[0,0],[0,0]],"o":[[72.379,-50.965],[0,0]],"v":[[-36.299,42.462],[86.466,25.36]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[56.859,4.894],[0,0]],"v":[[-36.299,42.462],[11.877,128.595]],"c":false}]},{"t":19}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":20},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":-0.533,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":4,"op":20,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"right arm","parent":10,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[92,-85.163,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0.167},"n":"1_1_0p167_0p167","t":4,"s":[{"i":[[0,0],[0,0]],"o":[[11.299,13.7],[0,0]],"v":[[-36.299,42.462],[-43.468,67.538]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[19.926,-2.45],[0,0]],"v":[[-36.299,42.462],[-2.82,20.313]],"c":false}]},{"i":{"x":0.833,"y":0.815},"o":{"x":0.18,"y":1},"n":"0p833_0p815_0p18_1","t":5,"s":[{"i":[[0,0],[0,0]],"o":[[19.926,-2.45],[0,0]],"v":[[-36.299,42.462],[-2.82,20.313]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[68.529,-28.784],[0,0]],"v":[[-36.299,42.462],[53.207,-43.838]],"c":false}]},{"i":{"x":0.547,"y":0},"o":{"x":0.167,"y":0.185},"n":"0p547_0_0p167_0p185","t":6.4,"s":[{"i":[[0,0],[0,0]],"o":[[68.529,-28.784],[0,0]],"v":[[-36.299,42.462],[53.207,-43.838]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[55.222,-34.123],[0,0]],"v":[[-36.299,42.462],[9.015,-58.738]],"c":false}]},{"i":{"x":0.8,"y":0.778},"o":{"x":0.453,"y":1},"n":"0p8_0p778_0p453_1","t":8.2,"s":[{"i":[[0,0],[0,0]],"o":[[55.222,-34.123],[0,0]],"v":[[-36.299,42.462],[9.015,-58.738]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[85.988,-8.836],[0,0]],"v":[[-36.299,42.462],[58.474,-42.979]],"c":false}]},{"i":{"x":0.8,"y":0.778},"o":{"x":0.519,"y":0},"n":"0p8_0p778_0p519_0","t":10,"s":[{"i":[[0,0],[0,0]],"o":[[85.988,-8.836],[0,0]],"v":[[-36.299,42.462],[58.474,-42.979]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[71.296,-41.974],[0,0]],"v":[[-36.299,42.462],[15.755,-73.378]],"c":false}]},{"i":{"x":0.547,"y":0},"o":{"x":0.514,"y":0},"n":"0p547_0_0p514_0","t":11.8,"s":[{"i":[[0,0],[0,0]],"o":[[71.296,-41.974],[0,0]],"v":[[-36.299,42.462],[15.755,-73.378]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[72.379,-50.965],[0,0]],"v":[[-36.299,42.462],[86.466,25.36]],"c":false}]},{"i":{"x":0.443,"y":0.381},"o":{"x":0.167,"y":0.368},"n":"0p443_0p381_0p167_0p368","t":17.2,"s":[{"i":[[0,0],[0,0]],"o":[[72.379,-50.965],[0,0]],"v":[[-36.299,42.462],[86.466,25.36]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[56.859,4.894],[0,0]],"v":[[-36.299,42.462],[11.877,128.595]],"c":false}]},{"t":19}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":20},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":-0.533,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":4,"op":20,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"shadow","parent":17,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,246,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.416,0.416],"y":[1,1]},"o":{"x":[0.187,0.187],"y":[0.17,0.924]},"n":["0p416_1_0p187_0p17","0p416_1_0p187_0p924"],"t":5.5,"s":[14.338,2.637],"e":[72.797,13.391]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.767,0.767],"y":[0,0]},"n":["0p833_0p833_0p767_0","0p833_0p833_0p767_0"],"t":12.7,"s":[72.797,13.391],"e":[19.869,3.655]},{"t":18.099609375}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[1.398,152.633],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[199.741,199.741],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":6,"op":20,"st":7,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"A Outlines 3","parent":17,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-22,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[66.258,-44],[66.184,-83.343],[-70.187,-84.093],[-70.306,-44]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[66.258,-44],[21.299,-186.393],[-24.073,-187.042],[-70.306,-44]],"c":true}]},{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0.167},"n":"1_1_0p167_0p167","t":20,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[66.258,-44],[21.299,-186.393],[-24.073,-187.042],[-70.306,-44]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[77.021,-18.988],[76.929,-58.331],[-80.995,-59.105],[-81.125,-19.012]],"c":true}]},{"i":{"x":0.8,"y":0.674},"o":{"x":0.123,"y":1},"n":"0p8_0p674_0p123_1","t":22,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[77.021,-18.988],[76.929,-58.331],[-80.995,-59.105],[-81.125,-19.012]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[66.258,-44],[66.184,-83.343],[-70.187,-84.093],[-70.306,-44]],"c":true}]},{"t":25}]},"nm":" "},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":-0.064,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"A"}],"ip":20,"op":26,"st":-22,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"A Outlines 2","parent":17,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0.167},"n":"1_1_0p167_0p167","t":20,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[17.441,-226.593],[-25.687,-226.593],[-108.831,-0.095],[-57.067,-0.095]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.427,-204.577],[-27.702,-204.577],[-134.011,-0.189],[-82.246,-0.189]],"c":true}]},{"i":{"x":0.8,"y":0.674},"o":{"x":0.123,"y":1},"n":"0p8_0p674_0p123_1","t":22,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.427,-204.577],[-27.702,-204.577],[-134.011,-0.189],[-82.246,-0.189]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[17.441,-226.593],[-25.687,-226.593],[-108.831,-0.095],[-57.067,-0.095]],"c":true}]},{"t":25}]},"nm":"A"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[99.286,99.925],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"A"}],"ip":20,"op":26,"st":-13,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"A Outlines 1","parent":17,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0.167},"n":"1_1_0p167_0p167","t":20,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[57.6,0.453],[108.805,0.453],[26.544,-226.327],[-15.984,-226.327]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[74.6,0.906],[125.805,0.906],[26.559,-203.327],[-15.969,-203.327]],"c":true}]},{"i":{"x":0.8,"y":0.674},"o":{"x":0.123,"y":1},"n":"0p8_0p674_0p123_1","t":22,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[74.6,0.906],[125.805,0.906],[26.559,-203.327],[-15.969,-203.327]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[57.6,0.453],[108.805,0.453],[26.544,-226.327],[-15.984,-226.327]],"c":true}]},{"t":25}]},"nm":"A"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0.441,-0.604],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"A"}],"ip":20,"op":26,"st":-8,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":1,"nm":"ResizerTemp","parent":18,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[70,102,0]},"a":{"k":[250,300,0]},"s":{"k":[30,30,100]}},"ao":0,"sw":500,"sh":600,"sc":"#ffffff","ip":0,"op":26,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":1,"nm":"White Solid 7","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[40,50,0]},"a":{"k":[70,100,0]},"s":{"k":[57.143,50,100]}},"ao":0,"sw":140,"sh":200,"sc":"#ffffff","ip":0,"op":26,"st":0,"bm":0,"sr":1}],"v":"4.4.26","ddd":0,"ip":0,"op":26,"fr":25,"w":80,"h":100} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Mobilo/Apostrophe.json b/ohos/flutter_lottie/assets/Mobilo/Apostrophe.json new file mode 100644 index 0000000000000000000000000000000000000000..a4fb10af84a46c21ecdc438edc96421f67801442 --- /dev/null +++ b/ohos/flutter_lottie/assets/Mobilo/Apostrophe.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":1,"ty":1,"nm":"Auto-traced Eye_Pop_Sequence","parent":14,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[250,300,0]},"s":{"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"f","pt":{"k":[{"t":16,"s":[{"i":[[3.126,-0.619],[1.47299999999998,-1.56062499999999],[2.56100000000001,-1.45099999999999],[1.186125,-0.24025],[1.18049999999999,-0.43000000000001],[1.39425,-0.88487499999999],[0.458,-0.74450000000002],[0.365375,-0.28749999999999],[0.2475,-0.37700000000001],[-0.48987500000001,-3.25375],[-1.78749999999999,-1.32550000000001],[-2.49137500000001,-0.0855],[-1.5215,-0.536],[-3.068625,-2.75312500000001],[-2.94100000000003,-0.006],[-1.307,4.48],[-0.86,5.11],[0.566,4.328],[3.008,3.312],[0.766,0.933]],"o":[[-1.547,0.3065],[-1.47299999999998,1.56062499999999],[-1.07499999999999,0.60899999999998],[-1.186125,0.24025],[-1.965,0.71600000000001],[-1.39425,0.88487499999999],[-0.291,0.47300000000001],[-0.365375,0.28749999999999],[-1.74700000000001,2.65949999999998],[0.48987499999998,3.25375000000003],[1.51300000000001,1.12200000000001],[2.49137500000001,0.0855],[2.78449999999998,0.98149999999998],[3.068625,2.75312500000001],[3.635,0.007],[1.216,-4.168],[0.809,-4.805],[-0.453,-3.462],[-1.653,-1.82],[-2.95,-3.591]],"v":[[253,160],[248.7605,163.141625],[243,168],[239.579125,169.13425],[236,170],[230.86975,172.478625],[228,175],[226.967375,176.072],[226,177],[224.349125,186.5005],[228,194],[234.493625,195.4395],[241,196],[249.882625,202.731625],[259,208],[269,201],[268,187],[272,177],[263,167],[260,162]],"c":true}],"h":1},{"t":17,"s":[{"i":[[1.283,3.793],[-0.274,0.704],[1.697,1.807],[0.809,1.144],[0.49,0.737],[2.123,1.212],[2.055,-2.779],[0.953,-1.173],[-2.529,-5.178],[-1.49,0.233],[-3.585,-0.657],[-1.147,-1.578],[-2.281,-2.544],[1.333,0],[1.044,-5.711],[1.763,-2.17],[-0.048,-0.076],[-3.001,1.203],[-0.858,4.008],[0.387,1.202]],"o":[[4.294,0.127],[2.998,-7.701],[-1.407,-1.498],[-0.399,-0.564],[-0.982,-1.479],[-4.372,-2.495],[-0.544,0.736],[-5.072,6.24],[0.718,1.471],[4.626,-0.722],[4.165,0.763],[1.589,2.187],[-1.333,0],[-1.223,5.89],[-2.87,0.228],[-1.23,1.513],[1.303,2.034],[1.725,-0.691],[0.616,-2.877],[-0.933,-2.894]],"v":[[269,184],[274,181],[270,168],[268,164],[266,163],[261,153],[248,155],[246,160],[237,174],[246,177],[254,171],[259,180],[264,184],[260,184],[265,193],[258,195],[256,210],[266,211],[274,200],[274,190]],"c":true}],"h":1},{"t":18,"s":[{"i":[[5.87350000000004,-1.762],[1.12709375,-0.856859375],[0.88387499999999,-1.06518750000001],[0.68984374999999,-1.05073437499999],[0.54500000000002,-0.81349999999998],[0.77964062500001,-1.05476562499999],[0.61781250000001,-1.18631250000001],[0.02926562499999,-1.16339062500001],[-0.98599999999999,-0.98599999999999],[-0.77281250000001,-0.134609375],[-0.73724999999999,0.2733125],[-0.72081249999999,0.39626562499998],[-0.7235,0.23425],[-1.58574999999999,0.67350000000002],[-2.078,-0.2055],[-2.65062500000005,-2.03525000000002],[-2.28149999999999,1.35050000000001],[0.6825,3.53099999999998],[1.49400000000003,1.55950000000001],[1.99687499999999,2.121375]],"o":[[-1.4195,0.42574999999999],[-1.12709375,0.856859375],[-0.88387500000002,1.06518750000001],[-0.68984374999999,1.05073437499999],[-0.51474999999999,0.76875000000001],[-0.77964062499998,1.05476562499999],[-0.61781250000001,1.18631249999999],[-0.02926562499999,1.16339062500001],[0.82749999999999,0.82749999999999],[0.77281250000001,0.134609375],[0.73725000000002,-0.2733125],[0.72081249999999,-0.39626562500001],[1.57900000000001,-0.51150000000001],[1.58575000000002,-0.67349999999999],[2.11599999999999,0.20949999999999],[2.65062499999999,2.03524999999999],[2.22399999999999,-1.31650000000002],[-0.6825,-3.53100000000001],[-3.13900000000001,-3.2765],[-1.99687499999999,-2.121375]],"v":[[252,142],[248.19240625,143.979609375],[245.18825,146.918375],[242.83996875,150.147953125],[241,153],[238.951734375,155.773890625],[236.748875,159.174125],[235.671578125,162.737296875],[237,166],[239.3956875,167.371921875],[241.656,167.092625],[243.8383125,166.017015625],[246,165],[250.62575,162.96225],[256,162],[263.375875,166.67],[271,169],[272.7885,160.68225],[269,152],[262.550875,143.221125]],"c":true}],"h":1},{"t":19,"s":[{"i":[[5.87350000000004,-1.762],[1.12709375,-0.856859375],[0.88387499999999,-1.06518750000001],[0.68984374999999,-1.05073437499999],[0.54500000000002,-0.81349999999998],[0.77964062500001,-1.05476562499999],[0.61781250000001,-1.18631250000001],[0.02926562499999,-1.16339062500001],[-0.98599999999999,-0.98599999999999],[-0.77281250000001,-0.134609375],[-0.73724999999999,0.2733125],[-0.72081249999999,0.39626562499998],[-0.7235,0.23425],[-1.58574999999999,0.67350000000002],[-2.078,-0.2055],[-2.65062500000005,-2.03525000000002],[-2.28149999999999,1.35050000000001],[0.6825,3.53099999999998],[1.49400000000003,1.55950000000001],[1.99687499999999,2.121375]],"o":[[-1.4195,0.42574999999999],[-1.12709375,0.856859375],[-0.88387500000002,1.06518750000001],[-0.68984374999999,1.05073437499999],[-0.51474999999999,0.76875000000001],[-0.77964062499998,1.05476562499999],[-0.61781250000001,1.18631249999999],[-0.02926562499999,1.16339062500001],[0.82749999999999,0.82749999999999],[0.77281250000001,0.134609375],[0.73725000000002,-0.2733125],[0.72081249999999,-0.39626562500001],[1.57900000000001,-0.51150000000001],[1.58575000000002,-0.67349999999999],[2.11599999999999,0.20949999999999],[2.65062499999999,2.03524999999999],[2.22399999999999,-1.31650000000002],[-0.6825,-3.53100000000001],[-3.13900000000001,-3.2765],[-1.99687499999999,-2.121375]],"v":[[252,142],[248.19240625,143.979609375],[245.18825,146.918375],[242.83996875,150.147953125],[241,153],[238.951734375,155.773890625],[236.748875,159.174125],[235.671578125,162.737296875],[237,166],[239.3956875,167.371921875],[241.656,167.092625],[243.8383125,166.017015625],[246,165],[250.62575,162.96225],[256,162],[263.375875,166.67],[271,169],[272.7885,160.68225],[269,152],[262.550875,143.221125]],"c":true}],"h":1},{"t":20,"s":[{"i":[[-4.286,1.74349999999998],[0.43314062500002,0.96962500000001],[0.55281250000002,0.82599999999999],[0.59326562500002,0.693375],[0.55449999999996,0.57175000000001],[0.64443749999998,0.64264062500001],[0.80925000000002,0.60131250000001],[1.01018750000003,0.40801562500002],[1.24725000000001,0.06274999999999],[1.34435937500001,-0.46793750000001],[1.11318749999998,-0.86025000000001],[1.08723437500001,-1.0871875],[1.26650000000001,-1.14875000000001],[1.007671875,-0.68853125000001],[0.93543750000001,-0.85062500000001],[0.33504687499999,-0.98678125000001],[-0.79349999999999,-1.09699999999998],[-4.012125,2.49474999999998],[-2.679,0.16249999999999],[-1.95350000000002,-1.51012500000002]],"o":[[-0.23424999999997,-1.12425000000002],[-0.43314062500002,-0.96962500000001],[-0.55281249999996,-0.82599999999999],[-0.59326562500002,-0.69337499999997],[-0.51575000000003,-0.53199999999998],[-0.64443749999998,-0.64264062499998],[-0.80924999999996,-0.60131250000001],[-1.01018749999997,-0.40801562499999],[-1.78075000000001,-0.08975000000001],[-1.34435937500001,0.46793750000001],[-1.11318750000001,0.86024999999998],[-1.08723437499998,1.0871875],[-0.55175,0.50049999999999],[-1.007671875,0.68853125000001],[-0.93543750000001,0.85062499999998],[-0.33504687499999,0.98678125000001],[2.27249999999998,3.14150000000001],[4.012125,-2.49475000000001],[4.89999999999998,-0.297],[1.95349999999996,1.51012499999999]],"v":[[273,153],[271.979109375,149.8619375],[270.480375,147.17125],[268.741453125,144.8949375],[267,143],[265.26875,141.200046875],[263.09725,139.296125],[260.377125,137.744140625],[257,137],[252.363640625,137.608625],[248.728625,139.64225],[245.479296875,142.60475],[242,146],[239.528828125,147.79003125],[236.482125,150.10525],[234.444359375,152.86784375],[235,156],[245.195125,154.978],[256,149],[264.9605,152.084875]],"c":true}],"h":1},{"t":21,"s":[{"i":[[-4.286,1.74349999999998],[0.43314062500002,0.96962500000001],[0.55281250000002,0.82599999999999],[0.59326562500002,0.693375],[0.55449999999996,0.57175000000001],[0.64443749999998,0.64264062500001],[0.80925000000002,0.60131250000001],[1.01018750000003,0.40801562500002],[1.24725000000001,0.06274999999999],[1.34435937500001,-0.46793750000001],[1.11318749999998,-0.86025000000001],[1.08723437500001,-1.0871875],[1.26650000000001,-1.14875000000001],[1.007671875,-0.68853125000001],[0.93543750000001,-0.85062500000001],[0.33504687499999,-0.98678125000001],[-0.79349999999999,-1.09699999999998],[-4.012125,2.49474999999998],[-2.679,0.16249999999999],[-1.95350000000002,-1.51012500000002]],"o":[[-0.23424999999997,-1.12425000000002],[-0.43314062500002,-0.96962500000001],[-0.55281249999996,-0.82599999999999],[-0.59326562500002,-0.69337499999997],[-0.51575000000003,-0.53199999999998],[-0.64443749999998,-0.64264062499998],[-0.80924999999996,-0.60131250000001],[-1.01018749999997,-0.40801562499999],[-1.78075000000001,-0.08975000000001],[-1.34435937500001,0.46793750000001],[-1.11318750000001,0.86024999999998],[-1.08723437499998,1.0871875],[-0.55175,0.50049999999999],[-1.007671875,0.68853125000001],[-0.93543750000001,0.85062499999998],[-0.33504687499999,0.98678125000001],[2.27249999999998,3.14150000000001],[4.012125,-2.49475000000001],[4.89999999999998,-0.297],[1.95349999999996,1.51012499999999]],"v":[[273,153],[271.979109375,149.8619375],[270.480375,147.17125],[268.741453125,144.8949375],[267,143],[265.26875,141.200046875],[263.09725,139.296125],[260.377125,137.744140625],[257,137],[252.363640625,137.608625],[248.728625,139.64225],[245.479296875,142.60475],[242,146],[239.528828125,147.79003125],[236.482125,150.10525],[234.444359375,152.86784375],[235,156],[245.195125,154.978],[256,149],[264.9605,152.084875]],"c":true}],"h":1},{"t":22,"s":[{"i":[[-1.05325000000005,0.32900000000001],[0.206484375,1.00762499999999],[0.54618749999997,0.93700000000001],[0.81660937499998,0.71087499999999],[1.01774999999998,0.32925],[1.32604687500003,0.03528125],[1.33193750000001,-0.144375],[0.96492187499999,-0.23246875000001],[0.22500000000002,-0.22899999999998],[0.1940625,-0.74115624999999],[0.10475,-0.890625],[-0.01668749999999,-0.70415624999998],[-0.17025000000001,-0.18175000000002],[-0.86465625,0.032234375],[-1.083125,0.24518749999999],[-1.05190625,0.21535937500002],[-0.77100000000002,-0.05725000000001],[-0.72296875000001,-0.30578125],[-0.58387499999998,-0.31162499999999],[-0.69396875000001,-0.10003125]],"o":[[0.20249999999999,-0.92275000000001],[-0.206484375,-1.00762499999999],[-0.54618749999997,-0.93699999999998],[-0.81660937500004,-0.71087499999999],[-0.94725,-0.3065],[-1.326046875,-0.03528125],[-1.33193750000001,0.144375],[-0.96492187499999,0.23246875000001],[-0.25125,0.25575000000001],[-0.1940625,0.74115624999999],[-0.10475,0.890625],[0.01668750000002,0.70415625000001],[0.3965,0.42349999999999],[0.86465625,-0.032234375],[1.083125,-0.24518749999999],[1.05190625,-0.21535937500002],[1.11124999999998,0.08250000000001],[0.72296875000001,0.30578125],[0.58387499999998,0.31162500000002],[0.69396875000001,0.10003125]],"v":[[266,141],[265.976703125,138.0655625],[264.830375,135.10975],[262.768859375,132.5990625],[260,131],[256.496828125,130.51021875],[252.416625,130.69675],[248.878109375,131.28490625],[247,132],[246.324,133.57934375],[245.86775,136.111],[245.727625,138.58715625],[246,140],[247.95415625,140.526203125],[250.93825,140.049375],[254.20321875,139.297859375],[257,139],[259.68903125,139.63678125],[261.587,140.61725],[263.44146875,141.28909375]],"c":true}],"h":1},{"t":23,"s":[{"i":[[-0.19150000000002,0.88774999999998],[0.65584179687499,0.32445703125001],[0.80942968749997,0.158078125],[0.87626367187499,-0.00688671875],[0.85634375000001,-0.17043750000001],[0.74966992187501,-0.33257421875],[0.5562421875,-0.49329687499998],[0.27606054687499,-0.65260546875001],[-0.09087499999998,-0.81049999999999],[-0.22809765624999,0.04632421874999],[-0.225703125,0.075734375],[-0.22844140625,0.09610546875001],[-0.2363125,0.1074375],[-0.24931640624999,0.10973046875],[-0.267453125,0.10298437500001],[-0.29072265625001,0.08719921874999],[-0.31912499999999,0.06237499999997],[-0.93901562500002,-0.05959375],[-0.87031250000001,-0.01237499999999],[-0.62114062500001,0.30340625000002]],"o":[[-0.41550000000001,-0.49225],[-0.65584179687499,-0.32445703124999],[-0.80942968750003,-0.158078125],[-0.87626367187499,0.00688671875],[-0.85634375000001,0.17043750000001],[-0.74966992187498,0.33257421875],[-0.55624218749998,0.493296875],[-0.27606054687502,0.65260546875001],[0.235625,-0.00787500000001],[0.22809765625001,-0.04632421874999],[0.225703125,-0.075734375],[0.22844140625,-0.09610546875001],[0.2363125,-0.1074375],[0.24931640625002,-0.10973046875],[0.267453125,-0.10298437500001],[0.29072265625001,-0.08719921875002],[0.82724999999999,-0.16174999999998],[0.93901562500002,0.05959375],[0.87031250000001,0.01237499999999],[0.62114062499995,-0.30340625000002]],"v":[[263,128],[261.371298828125,126.77529296875],[259.151703125,126.05184375],[256.601474609375,125.82541015625],[253.980875,126.09175],[251.550166015625,126.84662109375],[249.569609375,128.08578125],[248.299466796875,129.80498828125],[248,132],[248.69430078125,131.91644140625],[249.37371875,131.73109375],[250.05365234375,131.47107421875],[250.7495,131.1635],[251.47666015625,130.83548828125],[252.25053125,130.51415625],[253.08651171875,130.22662109375],[254,130],[256.694515625,129.91390625],[259.453625,130.089],[261.735921875,129.71959375]],"c":true}],"h":1},{"t":24,"s":[{"i":[[-0.15549999999996,0.36087499999999],[0.29394386574074,0.12260648148148],[0.34391435185188,0.09509259259259],[0.37899479166668,0.06504166666666],[0.39918518518519,0.03245370370371],[0.40448553240742,-0.0026712962963],[0.39489583333332,-0.04033333333334],[0.37041608796295,-0.0805324074074],[0.33104629629631,-0.12326851851851],[0.27678645833333,-0.16854166666667],[0.20763657407409,-0.21635185185185],[0.12359664351851,-0.26669907407407],[0.02466666666669,-0.31958333333333],[-0.392310546875,-0.07487499999999],[-0.50924218750001,-0.0383125],[-0.575919921875,0.0068125],[-0.59234375,0.0605],[-0.55851367187501,0.12275],[-0.47442968749999,0.1935625],[-0.34009179687502,0.2729375]],"o":[[-0.22908333333334,-0.14758333333333],[-0.29394386574074,-0.12260648148148],[-0.34391435185182,-0.09509259259259],[-0.37899479166666,-0.06504166666667],[-0.39918518518519,-0.03245370370369],[-0.40448553240739,0.0026712962963],[-0.39489583333332,0.04033333333334],[-0.37041608796298,0.0805324074074],[-0.33104629629628,0.12326851851851],[-0.27678645833333,0.16854166666666],[-0.20763657407409,0.21635185185184],[-0.12359664351851,0.26669907407407],[0.22512499999999,0.102875],[0.392310546875,0.07487500000001],[0.50924218750001,0.0383125],[0.575919921875,-0.0068125],[0.59234375,-0.0605],[0.55851367187503,-0.12275],[0.47442968749999,-0.1935625],[0.34009179687502,-0.27293750000001]],"v":[[259,121],[258.211736689815,120.594081018519],[257.251226851852,120.266898148148],[256.163140625,120.0260625],[254.992148148148,119.879185185185],[253.782919560185,119.833877314815],[252.580125,119.89775],[251.428434606482,120.078414351852],[250.372518518519,120.383481481481],[249.457046875,120.8205625],[248.726689814815,121.397268518519],[248.226117476852,122.121210648148],[248,123],[248.938716796875,123.268765625],[250.303609375,123.4406875],[251.943916015625,123.490078125],[253.708875,123.39125],[255.447724609375,123.118515625],[257.009703125,122.6461875],[258.244048828125,121.948578125]],"c":true}],"h":1}]},"o":{"k":[{"t":15,"s":[0],"h":1},{"t":16,"s":[100],"h":1},{"t":25,"s":[0],"h":1}]},"x":{"k":0},"nm":"Mask 1"},{"inv":false,"mode":"f","pt":{"k":[{"t":17,"s":[{"i":[[-2.318,2.155],[0.57,3.078],[0.66,0.887],[3.451,-1.355],[1.444,-3.314],[0.553,-1.313],[-5.31,2.052],[-1.928,0.526]],"o":[[1.471,-2.681],[-0.209,-1.13],[-1.944,-2.609],[-2.812,1.104],[-0.673,1.544],[-2.939,6.976],[2.082,-0.805],[2.212,-0.603]],"v":[[237,183],[235,174],[235,169],[225,166],[221,176],[218,180],[225,187],[230,183]],"c":true}],"h":1},{"t":18,"s":[{"i":[[2.419,-0.76],[0.45925,-2.03937500000001],[0.51749999999998,-4.69749999999999],[0.54075,-1.28562500000001],[-1.46949999999998,-1.0735],[-0.444,0.336],[-0.727,2.434],[1.217,0.66]],"o":[[-3.6455,1.14499999999998],[-0.45925,2.03937500000001],[-0.3065,2.78399999999999],[-0.54075,1.28562500000001],[4.355,3.182],[2.744,-2.075],[1.126,-3.769],[-2.426,-1.316]],"v":[[218,167],[212.654,171.335625],[212,181],[210.168,186.782875],[211,190],[220,185],[228,179],[225,166]],"c":true}],"h":1},{"t":19,"s":[{"i":[[2.419,-0.76],[0.45925,-2.03937500000001],[0.51749999999998,-4.69749999999999],[0.54075,-1.28562500000001],[-1.46949999999998,-1.0735],[-0.444,0.336],[-0.727,2.434],[1.217,0.66]],"o":[[-3.6455,1.14499999999998],[-0.45925,2.03937500000001],[-0.3065,2.78399999999999],[-0.54075,1.28562500000001],[4.355,3.182],[2.744,-2.075],[1.126,-3.769],[-2.426,-1.316]],"v":[[218,167],[212.654,171.335625],[212,181],[210.168,186.782875],[211,190],[220,185],[228,179],[225,166]],"c":true}],"h":1},{"t":20,"s":[{"i":[[-0.72974999999997,0.35149999999999],[0.88492187500003,0.62367187499999],[1.28043750000001,0.2059375],[1.25529687499997,-0.14570312499998],[0.80950000000001,-0.43124999999998],[-0.84370312499999,-0.66484374999999],[-1.38856249999998,-0.09787500000002],[-1.35057812500003,0.24090624999999]],"o":[[-0.06875000000002,-1.10750000000002],[-0.88492187499997,-0.62367187499999],[-1.28043750000001,-0.20593749999998],[-1.255296875,0.14570312500001],[-0.28399999999999,1.46000000000001],[0.84370312499999,0.66484375000002],[1.38856250000001,0.09787500000002],[1.35057812500003,-0.24090625000002]],"v":[[263,158],[261.464328125,155.419765625],[258.111125,154.191875],[254.202359375,154.118046875],[251,155],[251.985265625,158.13021875],[255.479375,159.21725],[259.733796875,158.94565625]],"c":true}],"h":1},{"t":21,"s":[{"i":[[-0.72974999999997,0.35149999999999],[0.88492187500003,0.62367187499999],[1.28043750000001,0.2059375],[1.25529687499997,-0.14570312499998],[0.80950000000001,-0.43124999999998],[-0.84370312499999,-0.66484374999999],[-1.38856249999998,-0.09787500000002],[-1.35057812500003,0.24090624999999]],"o":[[-0.06875000000002,-1.10750000000002],[-0.88492187499997,-0.62367187499999],[-1.28043750000001,-0.20593749999998],[-1.255296875,0.14570312500001],[-0.28399999999999,1.46000000000001],[0.84370312499999,0.66484375000002],[1.38856250000001,0.09787500000002],[1.35057812500003,-0.24090625000002]],"v":[[263,158],[261.464328125,155.419765625],[258.111125,154.191875],[254.202359375,154.118046875],[251,155],[251.985265625,158.13021875],[255.479375,159.21725],[259.733796875,158.94565625]],"c":true}],"h":1},{"t":22,"s":[{"i":[[0.43799999999999,-0.43799999999999],[-0.481875,-1.018125],[-1.40299999999999,-0.59700000000001],[-1.46962500000001,-0.03037499999999],[-0.68175000000002,0.68175000000002],[-0.094875,1.297875],[0.46699999999998,0.721],[2.14949999999999,-0.26249999999999]],"o":[[-1.29374999999999,1.29374999999999],[0.481875,1.018125],[1.40299999999999,0.59700000000001],[1.46962500000001,0.03037499999999],[0.08750000000001,-0.08750000000001],[0.09487499999997,-1.29787499999998],[-0.964,-1.488],[-2.14950000000002,0.26250000000002]],"v":[[235,139],[233.9958125,142.5041875],[237.03675,144.96325],[241.5593125,145.9406875],[245,145],[245.415875,142.475125],[245,139],[239.6055,137.5555]],"c":true}],"h":1},{"t":23,"s":[{"i":[[0.50125,-0.458],[-0.42682812499999,-0.6218125],[-1.3190625,-0.11975000000001],[-1.232703125,0.1869375],[-0.16775000000001,0.29825],[0.49867187500001,0.59270312499999],[1.00093749999999,0.2650625],[1.001796875,-0.08517187500001]],"o":[[-1.44400000000002,1.31925000000001],[0.42682812500001,0.6218125],[1.3190625,0.11974999999998],[1.232703125,-0.1869375],[0.505,-0.89775],[-0.49867187499999,-0.59270312500001],[-1.00093749999999,-0.2650625],[-1.001796875,0.08517187500001]],"v":[[236,134],[234.718890625,136.86275],[237.582375,137.92625],[241.654671875,137.776625],[244,137],[243.884140625,134.758671875],[241.509375,133.466375],[238.379921875,133.190890625]],"c":true}],"h":1},{"t":24,"s":[{"i":[[-0.19375000000002,0.97612500000002],[0.721650390625,-0.10441796875],[0.29447656249999,-0.272859375],[-0.03389648437499,-0.33369921875001],[-0.26346874999999,-0.28693749999999],[-0.39424023437499,-0.13257421874999],[-0.4262109375,0.12939062499998],[-0.35938085937502,0.49895703125]],"o":[[-1.247625,-0.17162500000001],[-0.721650390625,0.10441796875],[-0.29447656249999,0.272859375],[0.03389648437499,0.33369921875001],[0.26346875000002,0.28693749999999],[0.39424023437502,0.13257421874999],[0.4262109375,-0.12939062499998],[0.35938085937499,-0.49895703125]],"v":[[238,129],[235.070787109375,128.92608984375],[233.571296875,129.51890625],[233.205126953125,130.45564453125],[233.675875,131.4135],[234.687138671875,132.06966796875],[235.942515625,132.10134375],[237.145603515625,131.18572265625]],"c":true}],"h":1}]},"o":{"k":[{"t":16,"s":[0],"h":1},{"t":17,"s":[100],"h":1},{"t":25,"s":[0],"h":1}]},"x":{"k":0},"nm":"Mask 2"},{"inv":false,"mode":"f","pt":{"k":[{"t":17,"s":[{"i":[[1.875,-0.955],[-3.797,-5.248],[-4.882,-2.158],[-1.281,-1.004],[-1.556,-0.863],[-0.515,-0.244],[-0.594,0.464],[0.999,3.308],[0.171,0.228],[0.795,0.795],[8.028,1.567]],"o":[[-0.669,0.341],[1.96,2.709],[1.703,0.753],[1.433,1.124],[0.43,0.238],[2.071,0.981],[1.675,-1.307],[-0.049,-0.161],[-0.715,-0.954],[-4.368,-4.368],[-3.973,-0.776]],"v":[[227,186],[225,196],[238,199],[241,202],[245,204],[246,206],[254,207],[255,196],[253,195],[252,192],[235,188]],"c":true}],"h":1},{"t":18,"s":[{"i":[[4.993,-4.993],[-1.30012499999998,-2.43350000000001],[0.12700000000001,-1.1925],[2.31299999999999,-1.78825000000001],[-1.57600000000002,-3.81100000000001],[-2.17450000000002,-0.21949999999998],[-0.66949999999997,0.4085],[-0.39624999999995,1.46437499999999],[-0.67599999999999,1.69150000000002],[-0.57187499999998,1.254875],[-0.03899999999999,1.29500000000002]],"o":[[-2.07349999999997,2.0735],[1.30012499999998,2.43349999999998],[-0.32400000000001,3.036],[-2.31300000000005,1.78825000000001],[0.63249999999999,1.53050000000002],[2.17450000000002,0.21950000000001],[0.73900000000003,-0.45099999999999],[0.39625000000001,-1.46437499999999],[0.67349999999999,-1.68549999999999],[0.57187500000003,-1.254875],[0.207,-6.845]],"v":[[273,184],[273.040125,191.16075],[276,197],[270.575,203.41875],[268,211],[272.97225,213.45425],[278,213],[279.54725,209.930375],[281,205],[282.975875,200.707125],[284,197]],"c":true}],"h":1},{"t":19,"s":[{"i":[[4.993,-4.993],[-1.30012499999998,-2.43350000000001],[0.12700000000001,-1.1925],[2.31299999999999,-1.78825000000001],[-1.57600000000002,-3.81100000000001],[-2.17450000000002,-0.21949999999998],[-0.66949999999997,0.4085],[-0.39624999999995,1.46437499999999],[-0.67599999999999,1.69150000000002],[-0.57187499999998,1.254875],[-0.03899999999999,1.29500000000002]],"o":[[-2.07349999999997,2.0735],[1.30012499999998,2.43349999999998],[-0.32400000000001,3.036],[-2.31300000000005,1.78825000000001],[0.63249999999999,1.53050000000002],[2.17450000000002,0.21950000000001],[0.73900000000003,-0.45099999999999],[0.39625000000001,-1.46437499999999],[0.67349999999999,-1.68549999999999],[0.57187500000003,-1.254875],[0.207,-6.845]],"v":[[273,184],[273.040125,191.16075],[276,197],[270.575,203.41875],[268,211],[272.97225,213.45425],[278,213],[279.54725,209.930375],[281,205],[282.975875,200.707125],[284,197]],"c":true}],"h":1},{"t":20,"s":[{"i":[[0.47000000000003,-0.42874999999998],[0.02079300291547,-0.56991253644316],[-0.48995043731776,-0.39497667638483],[-0.75294460641402,-0.18619241982509],[-0.7681895043732,0.05644023323617],[-0.53568513119535,0.33292128279885],[-0.05543148688048,0.64325072886297],[0.67257142857147,0.98742857142855],[0.46812499999999,0.21109375],[0.5625,0.00437500000001],[0.56312499999996,-0.20890625000001]],"o":[[-0.77928571428572,0.71100000000001],[-0.02079300291547,0.56991253644316],[0.48995043731782,0.39497667638483],[0.75294460641396,0.18619241982509],[0.7681895043732,-0.05644023323615],[0.53568513119529,-0.33292128279882],[0.05543148688048,-0.64325072886299],[-0.27999999999997,-0.41125],[-0.46812499999999,-0.21109375],[-0.56250000000006,-0.00437500000001],[-0.56312500000001,0.20890625000001]],"v":[[270,158],[268.861819241983,159.92983090379],[269.62749271137,161.385626822157],[271.553772594752,162.265842565598],[273.897411078717,162.468932944606],[275.915160349854,161.893352769679],[276.863772594752,160.437556851312],[276,158],[274.854375,157.06484375],[273.285,156.74],[271.573125,157.04515625]],"c":true}],"h":1},{"t":21,"s":[{"i":[[0.47000000000003,-0.42874999999998],[0.02079300291547,-0.56991253644316],[-0.48995043731776,-0.39497667638483],[-0.75294460641402,-0.18619241982509],[-0.7681895043732,0.05644023323617],[-0.53568513119535,0.33292128279885],[-0.05543148688048,0.64325072886297],[0.67257142857147,0.98742857142855],[0.46812499999999,0.21109375],[0.5625,0.00437500000001],[0.56312499999996,-0.20890625000001]],"o":[[-0.77928571428572,0.71100000000001],[-0.02079300291547,0.56991253644316],[0.48995043731782,0.39497667638483],[0.75294460641396,0.18619241982509],[0.7681895043732,-0.05644023323615],[0.53568513119529,-0.33292128279882],[0.05543148688048,-0.64325072886299],[-0.27999999999997,-0.41125],[-0.46812499999999,-0.21109375],[-0.56250000000006,-0.00437500000001],[-0.56312500000001,0.20890625000001]],"v":[[270,158],[268.861819241983,159.92983090379],[269.62749271137,161.385626822157],[271.553772594752,162.265842565598],[273.897411078717,162.468932944606],[275.915160349854,161.893352769679],[276.863772594752,160.437556851312],[276,158],[274.854375,157.06484375],[273.285,156.74],[271.573125,157.04515625]],"c":true}],"h":1},{"t":22,"s":[{"i":[[0.67500000000001,-0.60750000000002],[0.09067346938775,-0.47330320699709],[-0.31157142857143,-0.33686588921282],[-0.55316326530613,-0.1788309037901],[-0.63410204081632,0.00080174927115],[-0.55438775510206,0.20203206997084],[-0.31402040816326,0.42486005830906],[0.08699999999999,0.66928571428571],[0.36379687499999,0.37771874999999],[0.56493750000001,0.151375],[0.668671875,-0.17703125]],"o":[[-0.65357142857144,0.58814285714286],[-0.09067346938775,0.47330320699709],[0.31157142857143,0.33686588921282],[0.55316326530613,0.1788309037901],[0.63410204081632,-0.00080174927112],[0.55438775510206,-0.20203206997084],[0.31402040816326,-0.42486005830904],[-0.06524999999999,-0.50200000000001],[-0.36379687499999,-0.37771875000001],[-0.56493749999998,-0.151375],[-0.668671875,0.17703125]],"v":[[193,161],[191.923795918367,162.59756851312],[192.295306122449,163.818221574344],[193.632571428571,164.597166180758],[195.453632653061,164.869609329446],[197.276530612245,164.570758017493],[198.619306122449,163.635819241983],[199,162],[198.332078125,160.65490625],[196.914625,159.83575],[195.039859375,159.84871875]],"c":true}],"h":1},{"t":23,"s":[{"i":[[0.49599999999998,-1.0805],[-0.03626530612246,-0.45730903790087],[-0.21220408163265,-0.45184839650145],[-0.33953061224489,-0.39390379008748],[-0.4182448979592,-0.28347521865891],[-0.4483469387755,-0.12056268221573],[-0.42983673469388,0.09483381924198],[-0.36271428571428,0.36271428571428],[0.3011875,0.91271875000001],[0.76775000000001,0.75337500000001],[0.83268750000002,0.08896874999999]],"o":[[-0.18828571428571,0.41028571428572],[0.03626530612243,0.45730903790087],[0.21220408163265,0.45184839650148],[0.33953061224489,0.39390379008745],[0.41824489795917,0.28347521865888],[0.44834693877553,0.12056268221573],[0.42983673469388,-0.09483381924198],[0.56700000000001,-0.56700000000001],[-0.3011875,-0.91271874999998],[-0.76775000000001,-0.75337499999998],[-0.83268750000002,-0.08896874999999]],"v":[[182,185],[181.78412244898,186.314513119534],[182.168979591837,187.691370262391],[183.008734693878,188.973119533528],[184.157551020408,190.002309037901],[185.469591836735,190.621486880466],[186.799020408163,190.673201166181],[188,190],[188.2983125,187.65415625],[186.5945,185.02875],[184.0934375,183.63896875]],"c":true}],"h":1},{"t":24,"s":[{"i":[[0.27949999999998,-0.27949999999998],[0.16878425655977,-0.34371137026238],[0.00534110787174,-0.29688629737609],[-0.12118658892126,-0.22866763848396],[-0.21079883381924,-0.13905539358603],[-0.26349562682213,-0.02804956268221],[-0.27927696793006,0.10434985422739],[-0.25814285714284,0.25814285714284],[-0.01379687500003,0.482546875],[0.33206250000001,0.29293749999999],[0.42982812499997,0.038921875]],"o":[[-0.36914285714283,0.36914285714286],[-0.16878425655977,0.34371137026238],[-0.00534110787174,0.29688629737609],[0.12118658892132,0.22866763848396],[0.21079883381924,0.13905539358601],[0.26349562682213,0.02804956268221],[0.27927696793006,-0.10434985422742],[0.60775000000001,-0.60775000000001],[0.01379687500003,-0.482546875],[-0.33206250000001,-0.29293749999999],[-0.42982812500003,-0.038921875]],"v":[[304,176],[303.20233819242,177.074629737609],[302.950379008746,178.040874635568],[303.133376093294,178.83455393586],[303.640583090379,179.391486880466],[304.361253644315,179.64749271137],[305.184641399417,179.538390670554],[306,179],[306.870296875,177.348453125],[306.330875,176.169125],[305.126015625,175.655234375]],"c":true}],"h":1}]},"o":{"k":[{"t":16,"s":[0],"h":1},{"t":17,"s":[100],"h":1},{"t":25,"s":[0],"h":1}]},"x":{"k":0},"nm":"Mask 3"},{"inv":false,"mode":"f","pt":{"k":[{"t":18,"s":[{"i":[[2.592,-1.523],[0.171,-0.274],[-2.157,-2.912],[-3.525,-0.895],[-2.257,-0.926],[1.752,4.452],[4.924,1.483],[1.227,0.393]],"o":[[-0.305,0.179],[-0.835,1.336],[2.886,3.896],[4.441,1.127],[5.561,2.281],[-1.404,-3.566],[-2.087,-0.628],[-2.515,-0.805]],"v":[[221,192],[219,192],[219,200],[231,201],[239,207],[245,199],[232,195],[227,192]],"c":true}],"h":1},{"t":19,"s":[{"i":[[2.592,-1.523],[0.171,-0.274],[-2.157,-2.912],[-3.525,-0.895],[-2.257,-0.926],[1.752,4.452],[4.924,1.483],[1.227,0.393]],"o":[[-0.305,0.179],[-0.835,1.336],[2.886,3.896],[4.441,1.127],[5.561,2.281],[-1.404,-3.566],[-2.087,-0.628],[-2.515,-0.805]],"v":[[221,192],[219,192],[219,200],[231,201],[239,207],[245,199],[232,195],[227,192]],"c":true}],"h":1},{"t":20,"s":[{"i":[[0.21100000000001,-0.86700000000002],[-0.19385937499999,-0.495390625],[-0.37768750000001,-0.45331250000001],[-0.494984375,-0.10626562499999],[-0.54575,0.54575],[0.25159374999998,0.60965625],[0.523875,0.51512500000001],[0.51034374999998,0.02290625000001]],"o":[[-0.0565,0.23250000000002],[0.19385937499999,0.495390625],[0.37768750000001,0.45331249999998],[0.494984375,0.10626562500002],[0.3065,-0.3065],[-0.25159375000001,-0.60965625],[-0.523875,-0.51512499999998],[-0.51034375,-0.02290625000001]],"v":[[215,166],[215.222671875,167.168078125],[216.096625,168.667375],[217.422265625,169.582984375],[219,169],[219.01090625,167.52634375],[217.77625,165.73975],[216.15346875,164.83328125]],"c":true}],"h":1},{"t":21,"s":[{"i":[[0.21100000000001,-0.86700000000002],[-0.19385937499999,-0.495390625],[-0.37768750000001,-0.45331250000001],[-0.494984375,-0.10626562499999],[-0.54575,0.54575],[0.25159374999998,0.60965625],[0.523875,0.51512500000001],[0.51034374999998,0.02290625000001]],"o":[[-0.0565,0.23250000000002],[0.19385937499999,0.495390625],[0.37768750000001,0.45331249999998],[0.494984375,0.10626562500002],[0.3065,-0.3065],[-0.25159375000001,-0.60965625],[-0.523875,-0.51512499999998],[-0.51034375,-0.02290625000001]],"v":[[215,166],[215.222671875,167.168078125],[216.096625,168.667375],[217.422265625,169.582984375],[219,169],[219.01090625,167.52634375],[217.77625,165.73975],[216.15346875,164.83328125]],"c":true}],"h":1},{"t":22,"s":[{"i":[[0.959,-0.959],[0.242625,0.013375],[0.00200000000001,-0.02600000000001],[-0.64262500000001,-2.88875000000002],[-2.55250000000001,0.3365],[-1.22062500000001,2.595],[0.98000000000002,1.607],[1.53200000000001,0.11562499999999]],"o":[[-0.0275,0.0275],[-0.242625,-0.013375],[-0.12299999999999,1.78149999999999],[0.64262499999998,2.88874999999999],[0.0975,-0.01300000000001],[1.22062500000001,-2.595],[-0.91300000000001,-1.4965],[-1.53199999999998,-0.11562499999999]],"v":[[190,178],[189.480875,178.001125],[189,178],[189.493375,186.0885],[194,191],[196.808125,186.1955],[198,179],[194.0345,176.658375]],"c":true}],"h":1},{"t":23,"s":[{"i":[[0.44450000000001,-0.44450000000001],[-0.17090625,-0.48534375],[-0.514625,-0.360375],[-0.58640625000001,-0.06984374999999],[-0.38625000000002,0.38625000000002],[0.1773125,0.4789375],[0.46725000000001,0.40774999999999],[0.55631249999999,0.09993750000001]],"o":[[-0.44475,0.44475],[0.17090625,0.48534375],[0.514625,0.360375],[0.58640625000001,0.06984374999999],[0.3135,-0.3135],[-0.1773125,-0.4789375],[-0.46725000000001,-0.40774999999999],[-0.55631250000002,-0.09993749999998]],"v":[[201,206],[200.65721875,207.43653125],[201.7535,208.7465],[203.47303125,209.43321875],[205,209],[205.1540625,207.7521875],[204.137,206.363],[202.5514375,205.5423125]],"c":true}],"h":1}]},"o":{"k":[{"t":17,"s":[0],"h":1},{"t":18,"s":[100],"h":1},{"t":24,"s":[0],"h":1}]},"x":{"k":0},"nm":"Mask 4"},{"inv":false,"mode":"f","pt":{"k":[{"t":20,"s":[{"i":[[4.02,-2.698],[0.753,-2.743],[-3.498,-2.506],[-2.669,2.072],[2.688,6.669]],"o":[[-3.442,2.31],[-1.076,3.924],[3.042,2.18],[5.415,-4.205],[-1.875,-4.651]],"v":[[206,168],[204,177],[201,189],[210,185],[215,172]],"c":true}],"h":1},{"t":21,"s":[{"i":[[4.02,-2.698],[0.753,-2.743],[-3.498,-2.506],[-2.669,2.072],[2.688,6.669]],"o":[[-3.442,2.31],[-1.076,3.924],[3.042,2.18],[5.415,-4.205],[-1.875,-4.651]],"v":[[206,168],[204,177],[201,189],[210,185],[215,172]],"c":true}],"h":1},{"t":22,"s":[{"i":[[0.31049999999999,-1.334],[-0.25459259259259,-0.78244444444445],[-0.62814814814811,-0.29166666666666],[-1.01400000000001,1.01400000000001],[1.08687500000002,0.91900000000001]],"o":[[-0.10666666666668,0.45833333333334],[0.25459259259264,0.78244444444442],[0.62814814814817,0.29166666666666],[0.65800000000002,-0.65800000000002],[-1.08687499999996,-0.91899999999998]],"v":[[297,181],[297.218814814815,183.064888888889],[298.539851851852,184.879777777778],[301,184],[299.726375,181.006]],"c":true}],"h":1}]},"o":{"k":[{"t":19,"s":[0],"h":1},{"t":20,"s":[100],"h":1},{"t":23,"s":[0],"h":1}]},"x":{"k":0},"nm":"Mask 5"},{"inv":false,"mode":"f","pt":{"k":[{"t":20,"s":[{"i":[[0.006,-0.002],[0.808,-2.331],[-1.195,-0.883],[-0.2,0.453],[2.847,1.078]],"o":[[-1.591,0.472],[-0.859,2.479],[1.458,1.077],[2.401,-5.436],[0.018,0.007]],"v":[[287,184],[283,187],[284,201],[292,197],[287,183]],"c":true}],"h":1},{"t":21,"s":[{"i":[[0.006,-0.002],[0.808,-2.331],[-1.195,-0.883],[-0.2,0.453],[2.847,1.078]],"o":[[-1.591,0.472],[-0.859,2.479],[1.458,1.077],[2.401,-5.436],[0.018,0.007]],"v":[[287,184],[283,187],[284,201],[292,197],[287,183]],"c":true}],"h":1},{"t":22,"s":[{"i":[[1.42,-1.42],[0.09662499999999,-1.04874999999998],[-0.6765,-0.51499999999999],[0.485,-0.485],[0.16,0.304]],"o":[[-0.29000000000002,0.29000000000002],[-0.09662500000002,1.04874999999998],[1.7,1.294],[0.211,-0.211],[-1.518,-2.879]],"v":[[205,202],[204.275125,204.33125],[205,207],[214,207],[214,203]],"c":true}],"h":1}]},"o":{"k":[{"t":19,"s":[0],"h":1},{"t":20,"s":[100],"h":1},{"t":23,"s":[0],"h":1}]},"x":{"k":0},"nm":"Mask 6"},{"inv":false,"mode":"f","pt":{"k":[{"t":20,"s":[{"i":[[0.457,-0.642],[-1.616,-1.27],[-3.331,-0.82],[-0.852,-0.23],[0.036,3.495],[7.247,-0.221]],"o":[[0.088,-0.124],[1.439,1.131],[2.051,0.505],[6.177,1.67],[-0.057,-5.528],[-1.097,0.033]],"v":[[214,197],[215,204],[223,204],[228,208],[238,203],[215,196]],"c":true}],"h":1},{"t":21,"s":[{"i":[[0.457,-0.642],[-1.616,-1.27],[-3.331,-0.82],[-0.852,-0.23],[0.036,3.495],[7.247,-0.221]],"o":[[0.088,-0.124],[1.439,1.131],[2.051,0.505],[6.177,1.67],[-0.057,-5.528],[-1.097,0.033]],"v":[[214,197],[215,204],[223,204],[228,208],[238,203],[215,196]],"c":true}],"h":1}]},"o":{"k":[{"t":19,"s":[0],"h":1},{"t":20,"s":[100],"h":1},{"t":22,"s":[0],"h":1}]},"x":{"k":0},"nm":"Mask 7"},{"inv":false,"mode":"f","pt":{"k":[{"t":20,"s":[{"i":[[2.815,-2.815],[-2.298,0.899]],"o":[[-1.637,1.637],[1.543,-0.604]],"v":[[279,201],[280,205]],"c":true}],"h":1},{"t":21,"s":[{"i":[[2.815,-2.815],[-2.298,0.899]],"o":[[-1.637,1.637],[1.543,-0.604]],"v":[[279,201],[280,205]],"c":true}],"h":1}]},"o":{"k":[{"t":19,"s":[0],"h":1},{"t":20,"s":[100],"h":1},{"t":22,"s":[0],"h":1}]},"x":{"k":0},"nm":"Mask 8"},{"inv":false,"mode":"f","pt":{"k":[{"t":20,"s":[{"i":[[6.347,-4.293],[-5.087,0]],"o":[[-3.293,2.227],[6.951,0]],"v":[[286,204],[288,214]],"c":true}],"h":1},{"t":21,"s":[{"i":[[6.347,-4.293],[-5.087,0]],"o":[[-3.293,2.227],[6.951,0]],"v":[[286,204],[288,214]],"c":true}],"h":1}]},"o":{"k":[{"t":19,"s":[0],"h":1},{"t":20,"s":[100],"h":1},{"t":22,"s":[0],"h":1}]},"x":{"k":0},"nm":"Mask 9"}],"sw":500,"sh":600,"sc":"#25cc8c","ip":15,"op":25,"st":2,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"’ Outlines","parent":14,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,4.532],[13.898,0],[0,-13.898],[-8.157,-4.532],[0,0],[0,0],[0,0]],"o":[[0,-13.898],[-13.898,0],[0,9.668],[0,0],[0,0],[0,0],[2.115,-3.625]],"v":[[31.098,-204.236],[5.418,-229.916],[-19.961,-204.236],[-6.063,-181.577],[-22.076,-133.841],[-0.625,-126.59],[27.775,-191.849]],"c":true}},"nm":"’"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"’"}],"ip":23,"op":34,"st":-9,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Legs_Siggle_TrimPaths","parent":14,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[9,10.5],[-7.75,4.25]],"o":[[7.25,-2],[-6.508,-7.593],[0,0]],"v":[[25,-183],[29.75,-203.25],[36,-225]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.072],"y":[1]},"o":{"x":[0.321],"y":[0]},"n":["0p072_1_0p321_0"],"t":18,"s":[0],"e":[100]},{"t":28}],"ix":1},"e":{"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.449],"y":[0]},"n":["0_1_0p449_0"],"t":15,"s":[0],"e":[100]},{"t":23}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[59.617,-74.137],"ix":2},"a":{"k":[29.617,-204.137],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":105,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 4"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[9,10.5],[-7.75,4.25]],"o":[[7.25,-2],[-6.508,-7.593],[0,0]],"v":[[25,-183],[29.75,-203.25],[36,-225]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.072],"y":[1]},"o":{"x":[0.321],"y":[0]},"n":["0p072_1_0p321_0"],"t":18,"s":[0],"e":[100]},{"t":28}],"ix":1},"e":{"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.449],"y":[0]},"n":["0_1_0p449_0"],"t":15,"s":[0],"e":[100]},{"t":23}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-60.383,-84.137],"ix":2},"a":{"k":[29.617,-204.137],"ix":1},"s":{"k":[-100,100],"ix":3},"r":{"k":255,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[9,10.5],[-7.75,4.25]],"o":[[7.25,-2],[-6.508,-7.593],[0,0]],"v":[[25,-183],[29.75,-203.25],[36,-225]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.072],"y":[1]},"o":{"x":[0.321],"y":[0]},"n":["0p072_1_0p321_0"],"t":21,"s":[0],"e":[100]},{"t":31}],"ix":1},"e":{"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.449],"y":[0]},"n":["0_1_0p449_0"],"t":18,"s":[0],"e":[100]},{"t":26}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[29.617,-4.137],"ix":2},"a":{"k":[29.617,-204.137],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":153,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[9,10.5],[-7.75,4.25]],"o":[[7.25,-2],[-6.508,-7.593],[0,0]],"v":[[25,-183],[29.75,-203.25],[36,-225]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.072],"y":[1]},"o":{"x":[0.321],"y":[0]},"n":["0p072_1_0p321_0"],"t":17,"s":[0],"e":[100]},{"t":27}],"ix":1},"e":{"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.449],"y":[0]},"n":["0_1_0p449_0"],"t":14,"s":[0],"e":[100]},{"t":22}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":0,"op":31,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Circle_Particle_Left","parent":14,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[100],"e":[0]},{"t":26}]},"r":{"k":0},"p":{"k":[{"i":{"x":0,"y":0.833},"o":{"x":0.324,"y":0},"n":"0_0p833_0p324_0","t":14,"s":[215.523,151.023,0],"e":[165.023,107.523,0],"to":[-8.41666698455811,-7.25,0],"ti":[8.41666698455811,7.25,0]},{"t":26}]},"a":{"k":[107.023,-105.977,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":14,"s":[0,0,100],"e":[70,70,100]},{"t":16}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[4.707,0],[0,-4.707],[-4.707,0],[0,4.707]],"o":[[-4.707,0],[0,4.707],[4.707,0],[0,-4.707]],"v":[[0,-8.523],[-8.523,0],[0,8.523],[8.523,0]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[107.023,-105.977],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":14,"op":28,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Circle_Particle_Right","parent":14,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[100],"e":[0]},{"t":26}]},"r":{"k":0},"p":{"k":[{"i":{"x":0,"y":0.888},"o":{"x":0.324,"y":0},"n":"0_0p888_0p324_0","t":14,"s":[301.523,243.023,0],"e":[393.023,281.523,0],"to":[15.25,6.41666650772095,0],"ti":[-15.25,-6.41666650772095,0]},{"t":26}]},"a":{"k":[107.023,-105.977,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":14,"s":[0,0,100],"e":[70,70,100]},{"t":16}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[4.707,0],[0,-4.707],[-4.707,0],[0,4.707]],"o":[[-4.707,0],[0,4.707],[4.707,0],[0,-4.707]],"v":[[0,-8.523],[-8.523,0],[0,8.523],[8.523,0]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[107.023,-105.977],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":14,"op":28,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":3,"nm":"Fly Mover","parent":14,"ks":{"o":{"k":0},"r":{"k":[{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":1,"s":[23],"e":[23]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":7,"s":[23],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":9,"s":[0],"e":[-17]},{"t":10}]},"p":{"k":[{"i":{"x":0.374,"y":1},"o":{"x":0.545,"y":0},"n":"0p374_1_0p545_0","t":0,"s":[127.006,23.525,0],"e":[437.006,131.525,0],"to":[-0.40059697628021,57.0268630981445,0],"ti":[0.93978065252304,-58.3619232177734,0]},{"i":{"x":0.829,"y":1},"o":{"x":0.739,"y":0},"n":"0p829_1_0p739_0","t":10,"s":[437.006,131.525,0],"e":[258.006,200.525,0],"to":[-0.48769053816795,30.2863845825195,0],"ti":[0,0,0]},{"t":15}]},"a":{"k":[0,0,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.578,0.64,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p578_0","0p667_1_0p64_0","0p667_0p667_0p333_0p333"],"t":0,"s":[0,0,100],"e":[-25,25,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0.333,0.333]},"n":["0p833_0p833_0p333_0p333","0p833_0p833_0p333_0p333","0p833_0p833_0p333_0p333"],"t":2,"s":[-25,25,100],"e":[-25,25,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,0.667,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p667_1_0p167_0p167","0p667_0p667_0p167_0p167","0p667_0p667_0p167_0p167"],"t":9,"s":[-25,25,100],"e":[25,25,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":10,"s":[25,25,100],"e":[40,40,100]},{"t":15}]}},"ao":0,"ip":0,"op":27,"st":2,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Fly_Splat","parent":14,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[258.006,200.525,0]},"a":{"k":[-103.994,-108.475,0]},"s":{"k":[25,25,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[23.338,23.338]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[{"i":{"x":0.144,"y":1},"o":{"x":0.333,"y":0},"n":"0p144_1_0p333_0","t":16,"s":[-157.63,-128.052],"e":[-563.278,-259.31],"to":[-67.6080703735352,-21.8763027191162],"ti":[67.6080703735352,21.8763027191162]},{"t":23}],"ix":2},"a":{"k":[11.087,1.246],"ix":1},"s":{"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":16,"s":[255,255],"e":[0,0]},{"t":23}],"ix":3},"r":{"k":18,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Left_Eye"},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.005,0.005],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p005_1_0p333_0","0p005_1_0p333_0"],"t":16,"s":[85.338,85.338],"e":[125.338,125.338]},{"i":{"x":[0.113,0.113],"y":[1,1]},"o":{"x":[0.69,0.69],"y":[0,0]},"n":["0p113_1_0p69_0","0p113_1_0p69_0"],"t":18,"s":[125.338,125.338],"e":[0,0]},{"t":25}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-133.507,-185.694],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[100],"e":[0]},{"t":17}],"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Right_Eye"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":16,"s":[{"i":[[20.75,2.5],[-5.371,-3.836],[-10.52,9.268]],"o":[[-24.301,-2.928],[5.25,3.75],[10.5,-9.25]],"v":[[-71,-169],[-105,-117],[-64.75,-142.75]],"c":true}],"e":[{"i":[[8.633,0.685],[-8.785,-10.961],[-5.972,12.685]],"o":[[-14.905,-1.183],[9.203,11.482],[6.403,-13.601]],"v":[[-72.041,-171.576],[-86.364,-147.498],[-58.923,-148.1]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":20,"s":[{"i":[[8.633,0.685],[-8.785,-10.961],[-5.972,12.685]],"o":[[-14.905,-1.183],[9.203,11.482],[6.403,-13.601]],"v":[[-72.041,-171.576],[-86.364,-147.498],[-58.923,-148.1]],"c":true}],"e":[{"i":[[8.227,-2.706],[-5.266,-4.186],[2.796,8.286]],"o":[[-6.755,2.222],[5.319,4.228],[-1.912,-5.665]],"v":[[-65.684,-173.145],[-68.654,-159.897],[-52.577,-165.145]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":23,"s":[{"i":[[8.227,-2.706],[-5.266,-4.186],[2.796,8.286]],"o":[[-6.755,2.222],[5.319,4.228],[-1.912,-5.665]],"v":[[-65.684,-173.145],[-68.654,-159.897],[-52.577,-165.145]],"c":true}],"e":[{"i":[[4.334,-1.321],[-1.514,-0.646],[-0.362,2.322]],"o":[[-2.591,0.789],[2.016,0.861],[0.599,-3.837]],"v":[[-55.406,-180.786],[-54.621,-175.546],[-50.398,-178.002]],"c":true}]},{"t":28}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.168,"y":0},"n":"0_1_0p168_0","t":16,"s":[20.471,-189.977],"e":[285.328,-241.07],"to":[44.1429023742676,-8.515625],"ti":[-44.1429023742676,8.515625]},{"t":21}],"ix":2},"a":{"k":[-75.709,-152.871],"ix":1},"s":{"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[1,1],"y":[0,0]},"n":["0p667_1_1_0","0p667_1_1_0"],"t":25,"s":[216,216],"e":[0,0]},{"t":27}],"ix":3},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[22]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":1,"s":[22],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[0],"e":[22]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6,"s":[22],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[0],"e":[22]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[22],"e":[22]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":14,"s":[22],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":15,"s":[0],"e":[22]},{"t":16}],"ix":6},"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":28,"s":[100],"e":[0]},{"t":29}],"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Right_Wing"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[12.664,-2.849],[-6.534,0.933],[-1.75,17.25]],"o":[[-20,4.5],[3.5,-0.5],[1.338,-13.185]],"v":[[-116.5,-172],[-105,-117],[-97.25,-149.25]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.025,"y":0},"n":"0_1_0p025_0","t":16,"s":[-187.381,33.299],"e":[-396.289,89.012],"to":[-34.8180351257324,9.28548145294189],"ti":[34.8180351257324,-9.28548145294189]},{"t":25}],"ix":2},"a":{"k":[-109.578,-147.329],"ix":1},"s":{"k":[{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.025,0.025],"y":[0,0]},"n":["0_1_0p025_0","0_1_0p025_0"],"t":16,"s":[243,243],"e":[0,0]},{"t":25}],"ix":3},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":11,"s":[-22],"e":[-103.5]},{"t":16}],"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Left_Wing"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.226,"y":0},"n":"0_1_0p226_0","t":16,"s":[{"i":[[95.445,-18.008],[-3.106,-13.977],[-28,-11],[-64.846,0],[-11.599,25.029],[24,24]],"o":[[-106,20],[6,27],[22.124,8.691],[49,0],[19,-41],[-38.269,-38.269]],"v":[[-118.018,-200.576],[-196.018,-66.576],[-144.018,-23.576],[-66.018,32.424],[9.982,-15.576],[30.982,-138.576]],"c":true}],"e":[{"i":[[81,0],[-10.195,-28.037],[-29,-16],[-0.707,-0.707],[-0.431,0.902],[-12.384,29.523]],"o":[[-101,0],[9.5,26.125],[3.715,2.049],[1.5,1.5],[33,-69],[28,-66.75]],"v":[[-111.018,-229.576],[-211.518,-98.201],[-162.018,-37.576],[-223.018,154.424],[-140.143,183.424],[-23.018,-81.326]],"c":true}]},{"t":23}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Body_Splat"}],"ip":16,"op":27,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Fly_Squash_Small","parent":14,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[258.006,200.525,0]},"a":{"k":[-103.994,-108.475,0]},"s":{"k":[15,15,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[23.338,23.338]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-153.989,-133.177],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[255,255],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 2"},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[85.338,85.338]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-122.593,-78.429],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[20.75,2.5],[-5.371,-3.836],[-10.52,9.268]],"o":[[-24.301,-2.928],[5.25,3.75],[10.5,-9.25]],"v":[[-71,-169],[-105,-117],[-64.75,-142.75]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-105.523,-119.062],"ix":2},"a":{"k":[-105.523,-119.062],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-1,"s":[0],"e":[22]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[22],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[0],"e":[22]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[22],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":7,"s":[0],"e":[22]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":11,"s":[22],"e":[22]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":13,"s":[22],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[0],"e":[22]},{"t":19}],"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[95.445,-18.008],[-3.106,-13.977],[-28,-11],[-59.302,-26.234],[-13.682,5.266],[-8.873,30.761]],"o":[[-106,20],[6,27],[22.124,8.692],[47.318,20.932],[24.798,-9.544],[15,-52]],"v":[[-118.018,-200.576],[-196.018,-66.576],[-147.018,-4.576],[-81.351,13.757],[-40.351,-51.41],[-5.018,-71.576]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"k":[52.012,37.051]},"p":{"k":[0,0]},"r":{"k":0},"nm":"Rectangle Path 1"},{"ty":"rd","nm":"Round Corners 1","r":{"k":15}},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-103.994,-108.475],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[12.664,-2.849],[-6.534,0.933],[-1.75,17.25]],"o":[[-20,4.5],[3.5,-0.5],[1.338,-13.185]],"v":[[-116.5,-172],[-105,-117],[-97.25,-149.25]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-104.977,-115.582],"ix":2},"a":{"k":[-104.977,-115.582],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-1,"s":[0],"e":[-22]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[-22],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[0],"e":[-22]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[-22],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":7,"s":[0],"e":[-22]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":11,"s":[-22],"e":[-22]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":13,"s":[-22],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[0],"e":[-22]},{"t":19}],"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"}],"ip":15,"op":16,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Fly_Flying","parent":6,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-5.977,-1.827,0]},"a":{"k":[-103.994,-108.475,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[23.338,23.338]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-129.228,-121.321],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Eye_Right"},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[23.338,23.338]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-113.237,-120.39],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Eye_Left"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[20.75,2.5],[-5.371,-3.836],[-10.52,9.268]],"o":[[-24.301,-2.928],[5.25,3.75],[10.5,-9.25]],"v":[[-71,-169],[-105,-117],[-64.75,-142.75]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-105.523,-119.062],"ix":2},"a":{"k":[-105.523,-119.062],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[22]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":1,"s":[22],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[0],"e":[22]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[22],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[0],"e":[22]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[22],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6,"s":[0],"e":[22]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":7,"s":[22],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[0],"e":[22]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9,"s":[22],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[0],"e":[22]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":11,"s":[22],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[0],"e":[22]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":13,"s":[22],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":14,"s":[0],"e":[22]},{"t":15}],"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Right_Wing"},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"k":[52.012,37.051]},"p":{"k":[0,0]},"r":{"k":0},"nm":"Rectangle Path 1"},{"ty":"rd","nm":"Round Corners 1","r":{"k":15}},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-103.994,-108.475],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Body"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[12.664,-2.849],[-6.534,0.933],[-1.75,17.25]],"o":[[-20,4.5],[3.5,-0.5],[1.338,-13.185]],"v":[[-116.5,-172],[-105,-117],[-97.25,-149.25]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-104.977,-115.582],"ix":2},"a":{"k":[-104.977,-115.582],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[-22]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":1,"s":[-22],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[0],"e":[-22]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[-22],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[0],"e":[-22]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[-22],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6,"s":[0],"e":[-22]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":7,"s":[-22],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[0],"e":[-22]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9,"s":[-22],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[0],"e":[-22]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":11,"s":[-22],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[0],"e":[-22]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":13,"s":[-22],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":14,"s":[0],"e":[-22]},{"t":15}],"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Left_Wing"}],"ip":0,"op":15,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"Leg1","parent":9,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-114.853,-97.073,0]},"a":{"k":[-119.853,-94.5,0]},"s":{"k":[100,97.432,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-0.683,-5.326],[0,0]],"o":[[0,0],[0.625,4.875],[0,0]],"v":[[-117.5,-94.5],[-119.75,-85.625],[-113.625,-77.875]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":4},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"}],"ip":0,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"Leg2","parent":9,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-89.853,-92.073,0]},"a":{"k":[-119.853,-94.5,0]},"s":{"k":[100,97.432,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-0.683,-5.326],[0,0]],"o":[[0,0],[0.625,4.875],[0,0]],"v":[[-117.5,-94.5],[-119.75,-85.625],[-113.625,-77.875]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":4},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"}],"ip":0,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"Leg3","parent":9,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-124.853,-97.073,0]},"a":{"k":[-119.853,-94.5,0]},"s":{"k":[100,97.432,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-0.683,-5.326],[0,0]],"o":[[0,0],[0.625,4.875],[0,0]],"v":[[-117.5,-94.5],[-119.75,-85.625],[-113.625,-77.875]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":4},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"}],"ip":0,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"Leg4","parent":9,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-99.853,-92.073,0]},"a":{"k":[-119.853,-94.5,0]},"s":{"k":[100,97.432,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-0.683,-5.326],[0,0]],"o":[[0,0],[0.625,4.875],[0,0]],"v":[[-117.5,-94.5],[-119.75,-85.625],[-113.625,-77.875]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":4},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"}],"ip":0,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":1,"nm":"ResizerTemp","parent":16,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[250,300,0]},"s":{"k":[100,100,100]}},"ao":0,"sw":500,"sh":600,"sc":"#ffffff","ip":0,"op":34,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":1,"nm":"White Solid 38","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[28,35,0]},"a":{"k":[250,300,0]},"s":{"k":[11.6,11.667,100]}},"ao":0,"sw":500,"sh":600,"sc":"#ffffff","ip":0,"op":34,"st":0,"bm":0,"sr":1}],"v":"4.4.26","ddd":0,"ip":0,"op":34,"fr":25,"w":56,"h":70} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Mobilo/B.json b/ohos/flutter_lottie/assets/Mobilo/B.json new file mode 100644 index 0000000000000000000000000000000000000000..9a643cca2adaf66241a7cb77622e7b2fec9b4c99 --- /dev/null +++ b/ohos/flutter_lottie/assets/Mobilo/B.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"B 2","parent":34,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-14.502],[14.502,0],[0,0],[0,0],[0,0]],"o":[[0,14.2],[0,0],[0,0],[0,0],[14.502,0]],"v":[[32.279,-158.917],[6.297,-132.935],[-32.677,-132.935],[-32.677,-184.598],[6.297,-184.598]],"c":true}},"nm":"B"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[14.804,0],[0,0],[0,0],[0,0],[0,-14.2]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0,14.2]],"v":[[16.569,-41.995],[-32.677,-41.995],[-32.677,-93.658],[16.569,-93.658],[43.156,-67.676]],"c":true}},"nm":"B"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"B"}],"ip":26,"op":37,"st":22,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"B","parent":34,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[21.149,8.762],[0,21.451],[37.766,0],[0,0],[0,0],[0,0],[0,41.089]],"o":[[15.106,-9.064],[0,-38.672],[0,0],[0,0],[0,0],[37.463,0],[0,-29.004]],"v":[[55.241,-119.037],[79.411,-164.355],[12.037,-226.593],[-79.507,-226.593],[-79.507,0],[23.518,0],[90.287,-63.144]],"c":true}},"nm":"B"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"B"}],"ip":26,"op":37,"st":22,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"B blue layer 6","parent":34,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[-1.324,-11.343],[2.439,-7.314],[0,0],[0,0],[0,0]],"o":[[1.603,13.739],[0,0],[0,0],[0,0],[3.612,-2.224]],"v":[[-55.603,-180.739],[-55.439,-147.686],[-63.981,-142.398],[-70.654,-190.988],[-63.612,-197.276]],"c":true}],"e":[{"i":[[-2.154,-14.341],[9.939,-11.314],[0,0],[0,0],[0,0]],"o":[[2.109,14.042],[0,0],[0,0],[0,0],[9.112,-3.724]],"v":[[-32.103,-179.739],[-36.939,-146.686],[-53.481,-139.398],[-60.154,-190.488],[-47.112,-197.276]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.963,"s":[{"i":[[-2.154,-14.341],[9.939,-11.314],[0,0],[0,0],[0,0]],"o":[[2.109,14.042],[0,0],[0,0],[0,0],[9.112,-3.724]],"v":[[-32.103,-179.739],[-36.939,-146.686],[-53.481,-139.398],[-60.154,-190.488],[-47.112,-197.276]],"c":true}],"e":[{"i":[[-2.295,-14.342],[14.615,-7.06],[0,0],[0,0],[0,0]],"o":[[2.247,14.043],[0,0],[0,0],[0,0],[12.13,-2.72]],"v":[[-11.249,-176.983],[-23.893,-143.184],[-46.891,-138.152],[-50.397,-189.494],[-30.535,-196.276]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.93,"s":[{"i":[[-2.295,-14.342],[14.615,-7.06],[0,0],[0,0],[0,0]],"o":[[2.247,14.043],[0,0],[0,0],[0,0],[12.13,-2.72]],"v":[[-11.249,-176.983],[-23.893,-143.184],[-46.891,-138.152],[-50.397,-189.494],[-30.535,-196.276]],"c":true}],"e":[{"i":[[-2.154,-14.341],[17.439,-2.814],[0,0],[0,0],[0,0]],"o":[[2.109,14.042],[0,0],[0,0],[0,0],[13.612,-1.724]],"v":[[4.397,-174.239],[-14.439,-139.686],[-40.981,-136.898],[-44.654,-188.488],[-18.612,-193.276]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.756,"s":[{"i":[[-2.154,-14.341],[17.439,-2.814],[0,0],[0,0],[0,0]],"o":[[2.109,14.042],[0,0],[0,0],[0,0],[13.612,-1.724]],"v":[[4.397,-174.239],[-14.439,-139.686],[-40.981,-136.898],[-44.654,-188.488],[-18.612,-193.276]],"c":true}],"e":[{"i":[[-1.534,-14.395],[17.58,-1.876],[0,0],[0,0],[0,0]],"o":[[1.502,14.095],[0,0],[0,0],[0,0],[14.855,-1.149]],"v":[[16.998,-170.132],[-5.273,-137.269],[-37.547,-135.91],[-39.662,-187.025],[-9.278,-190.383]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19.63,"s":[{"i":[[-1.534,-14.395],[17.58,-1.876],[0,0],[0,0],[0,0]],"o":[[1.502,14.095],[0,0],[0,0],[0,0],[14.855,-1.149]],"v":[[16.998,-170.132],[-5.273,-137.269],[-37.547,-135.91],[-39.662,-187.025],[-9.278,-190.383]],"c":true}],"e":[{"i":[[-0.767,-14.448],[16.041,-0.938],[0,0],[0,0],[0,0]],"o":[[0.751,14.147],[0,0],[0,0],[0,0],[14.678,-0.575]],"v":[[24.639,-165.025],[-0.738,-135.852],[-35.862,-134.172],[-36.92,-187.061],[-2.991,-188.991]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.505,"s":[{"i":[[-0.767,-14.448],[16.041,-0.938],[0,0],[0,0],[0,0]],"o":[[0.751,14.147],[0,0],[0,0],[0,0],[14.678,-0.575]],"v":[[24.639,-165.025],[-0.738,-135.852],[-35.862,-134.172],[-36.92,-187.061],[-2.991,-188.991]],"c":true}],"e":[{"i":[[0,-14.502],[14.502,0],[0,0],[0,0],[0,0]],"o":[[0,14.2],[0,0],[0,0],[0,0],[14.502,0]],"v":[[28.279,-161.917],[4.297,-134.435],[-34.177,-133.435],[-34.177,-187.098],[3.297,-187.598]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":21.376,"s":[{"i":[[0,-14.502],[14.502,0],[0,0],[0,0],[0,0]],"o":[[0,14.2],[0,0],[0,0],[0,0],[14.502,0]],"v":[[28.279,-161.917],[4.297,-134.435],[-34.177,-133.435],[-34.177,-187.098],[3.297,-187.598]],"c":true}],"e":[{"i":[[0,-14.502],[14.502,0],[0,0],[0,0],[0,0]],"o":[[0,14.2],[0,0],[0,0],[0,0],[14.502,0]],"v":[[32.279,-158.917],[6.297,-132.935],[-32.677,-132.935],[-32.677,-184.598],[6.297,-184.598]],"c":true}]},{"t":24}]},"nm":"B"},{"ind":1,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[5.931,-1.505],[0,0],[0,0],[0,0],[-1.768,-14.461]],"o":[[0,0],[0,0],[0,0],[8.931,-2.842],[2.344,19.176]],"v":[[-44.931,-50.495],[-55.177,-48.495],[-60.677,-102.158],[-53.931,-106.658],[-42.844,-84.676]],"c":true}],"e":[{"i":[[13.431,-1.505],[0,0],[0,0],[0,0],[-2.656,-14.324]],"o":[[0,0],[0,0],[0,0],[8.931,-2.842],[2.589,13.962]],"v":[[-27.431,-47.995],[-46.177,-46.495],[-51.177,-100.658],[-34.431,-104.658],[-18.344,-87.176]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.963,"s":[{"i":[[13.431,-1.505],[0,0],[0,0],[0,0],[-2.656,-14.324]],"o":[[0,0],[0,0],[0,0],[8.931,-2.842],[2.589,13.962]],"v":[[-27.431,-47.995],[-46.177,-46.495],[-51.177,-100.658],[-34.431,-104.658],[-18.344,-87.176]],"c":true}],"e":[{"i":[[14.118,-0.752],[0,0],[0,0],[0,0],[-2.656,-14.324]],"o":[[0,0],[0,0],[0,0],[11.868,-1.421],[2.589,13.962]],"v":[[-10.681,-46.995],[-40.427,-45.245],[-43.677,-98.908],[-17.181,-102.408],[3.406,-81.176]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.93,"s":[{"i":[[14.118,-0.752],[0,0],[0,0],[0,0],[-2.656,-14.324]],"o":[[0,0],[0,0],[0,0],[11.868,-1.421],[2.589,13.962]],"v":[[-10.681,-46.995],[-40.427,-45.245],[-43.677,-98.908],[-17.181,-102.408],[3.406,-81.176]],"c":true}],"e":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[-2.656,-14.324]],"o":[[0,0],[0,0],[0,0],[14.804,0],[2.589,13.962]],"v":[[-0.931,-44.995],[-36.677,-42.995],[-39.177,-97.158],[-3.931,-100.158],[20.156,-76.176]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.756,"s":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[-2.656,-14.324]],"o":[[0,0],[0,0],[0,0],[14.804,0],[2.589,13.962]],"v":[[-0.931,-44.995],[-36.677,-42.995],[-39.177,-97.158],[-3.931,-100.158],[20.156,-76.176]],"c":true}],"e":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[-1.77,-14.283]],"o":[[0,0],[0,0],[0,0],[14.804,0],[1.726,14.041]],"v":[[6.902,-43.495],[-34.844,-42.662],[-35.844,-96.158],[5.902,-97.825],[29.989,-73.176]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19.63,"s":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[-1.77,-14.283]],"o":[[0,0],[0,0],[0,0],[14.804,0],[1.726,14.041]],"v":[[6.902,-43.495],[-34.844,-42.662],[-35.844,-96.158],[5.902,-97.825],[29.989,-73.176]],"c":true}],"e":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[-0.885,-14.241]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0.863,14.121]],"v":[[12.235,-42.745],[-33.761,-42.329],[-34.761,-95.908],[11.235,-96.242],[37.322,-69.926]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.505,"s":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[-0.885,-14.241]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0.863,14.121]],"v":[[12.235,-42.745],[-33.761,-42.329],[-34.761,-95.908],[11.235,-96.242],[37.322,-69.926]],"c":true}],"e":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[0,-14.2]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0,14.2]],"v":[[13.569,-41.995],[-32.677,-41.995],[-33.677,-95.658],[16.569,-94.658],[40.656,-68.676]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":21.376,"s":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[0,-14.2]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0,14.2]],"v":[[13.569,-41.995],[-32.677,-41.995],[-33.677,-95.658],[16.569,-94.658],[40.656,-68.676]],"c":true}],"e":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[0,-14.2]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0,14.2]],"v":[[16.569,-41.995],[-32.677,-41.995],[-32.677,-93.658],[16.569,-93.658],[43.156,-67.676]],"c":true}]},{"t":24}]},"nm":"B"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"B"}],"ip":16,"op":26,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"B blue layer 5","parent":34,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[5.759,27.537],[4.508,20.972],[7.96,-31.787],[0,0],[0,0],[-52.303,4.363],[12.713,79.144]],"o":[[-6.241,-30.463],[-18.411,-85.645],[-8.037,32.093],[0,0],[0,0],[17.982,-1.5],[-4.202,-26.16]],"v":[[-23.759,-157.537],[-41.089,-239.855],[-57.963,-260.093],[-97.507,-214.093],[-76.507,-0.5],[-13.982,-7.5],[-8.213,-83.644]],"c":true}],"e":[{"i":[[8.259,26.537],[3.138,21.22],[33.463,-28.907],[0,0],[0,0],[-52.485,0],[6.213,46.144]],"o":[[-3.241,-28.463],[-9.411,-63.645],[-29.686,25.644],[0,0],[0,0],[43.482,0],[-4.959,-36.833]],"v":[[21.241,-163.037],[14.911,-228.855],[-29.963,-255.093],[-95.007,-217.593],[-76.507,-0.5],[17.018,-3.5],[41.787,-87.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.963,"s":[{"i":[[8.259,26.537],[3.138,21.22],[33.463,-28.907],[0,0],[0,0],[-52.485,0],[6.213,46.144]],"o":[[-3.241,-28.463],[-9.411,-63.645],[-29.686,25.644],[0,0],[0,0],[43.482,0],[-4.959,-36.833]],"v":[[21.241,-163.037],[14.911,-228.855],[-29.963,-255.093],[-95.007,-217.593],[-76.507,-0.5],[17.018,-3.5],[41.787,-87.144]],"c":true}],"e":[{"i":[[15.759,21.037],[2.598,21.286],[37.463,-16.657],[0,0],[0,0],[-26.242,0],[5.463,51.394]],"o":[[3.509,-24.213],[-4.661,-61.895],[-35.537,14.843],[0,0],[0,0],[52.482,4],[-3.676,-32.795]],"v":[[46.741,-144.787],[49.661,-211.605],[-14.963,-245.343],[-91.757,-220.343],[-77.257,-0.75],[21.518,-2],[72.287,-76.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.93,"s":[{"i":[[15.759,21.037],[2.598,21.286],[37.463,-16.657],[0,0],[0,0],[-26.242,0],[5.463,51.394]],"o":[[3.509,-24.213],[-4.661,-61.895],[-35.537,14.843],[0,0],[0,0],[52.482,4],[-3.676,-32.795]],"v":[[46.741,-144.787],[49.661,-211.605],[-14.963,-245.343],[-91.757,-220.343],[-77.257,-0.75],[21.518,-2],[72.287,-76.144]],"c":true}],"e":[{"i":[[23.259,15.537],[2.058,21.352],[34.868,-8.794],[0,0],[0,0],[0,0],[4.713,56.644]],"o":[[10.259,-19.963],[-5.411,-56.145],[-38.037,9.593],[0,0],[0,0],[45.482,1],[-2.393,-28.758]],"v":[[56.241,-133.537],[68.411,-198.355],[-2.963,-239.593],[-88.507,-223.093],[-78.007,-1],[26.018,-0.5],[86.787,-72.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.756,"s":[{"i":[[23.259,15.537],[2.058,21.352],[34.868,-8.794],[0,0],[0,0],[0,0],[4.713,56.644]],"o":[[10.259,-19.963],[-5.411,-56.145],[-38.037,9.593],[0,0],[0,0],[45.482,1],[-2.393,-28.758]],"v":[[56.241,-133.537],[68.411,-198.355],[-2.963,-239.593],[-88.507,-223.093],[-78.007,-1],[26.018,-0.5],[86.787,-72.144]],"c":true}],"e":[{"i":[[24.259,15.287],[1.029,21.401],[36.665,-5.6],[0,0],[0,0],[0,0],[2.205,48.866]],"o":[[12.683,-14.513],[-2.705,-47.408],[-19.018,4.797],[0,0],[0,0],[45.482,1],[-1.09,-28.807]],"v":[[60.241,-127.787],[76.911,-186.105],[5.787,-235.593],[-86.007,-223.593],[-78.007,-1],[24.768,-0.25],[93.287,-66.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19.63,"s":[{"i":[[24.259,15.287],[1.029,21.401],[36.665,-5.6],[0,0],[0,0],[0,0],[2.205,48.866]],"o":[[12.683,-14.513],[-2.705,-47.408],[-19.018,4.797],[0,0],[0,0],[45.482,1],[-1.09,-28.807]],"v":[[60.241,-127.787],[76.911,-186.105],[5.787,-235.593],[-86.007,-223.593],[-78.007,-1],[24.768,-0.25],[93.287,-66.644]],"c":true}],"e":[{"i":[[21.149,8.762],[0,21.451],[38.463,-2.407],[0,0],[0,0],[0,0],[-0.303,41.088]],"o":[[15.106,-9.064],[0,-38.672],[0,0],[0,0],[0,0],[45.482,1],[0.213,-28.856]],"v":[[59.241,-124.037],[79.411,-176.855],[14.537,-231.593],[-83.507,-224.093],[-78.007,-1],[23.518,0],[94.787,-61.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.505,"s":[{"i":[[21.149,8.762],[0,21.451],[38.463,-2.407],[0,0],[0,0],[0,0],[-0.303,41.088]],"o":[[15.106,-9.064],[0,-38.672],[0,0],[0,0],[0,0],[45.482,1],[0.213,-28.856]],"v":[[59.241,-124.037],[79.411,-176.855],[14.537,-231.593],[-83.507,-224.093],[-78.007,-1],[23.518,0],[94.787,-61.144]],"c":true}],"e":[{"i":[[21.149,8.762],[0.749,21.438],[38.114,-1.203],[0,0],[0,0],[0,0],[-0.152,41.088]],"o":[[15.106,-9.064],[-1.411,-40.395],[0,0],[0,0],[0,0],[41.473,0.5],[0.106,-28.93]],"v":[[56.741,-120.537],[79.911,-168.605],[13.287,-226.593],[-79.507,-225.843],[-78.757,-0.5],[21.518,-0.5],[92.037,-63.144]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":22.253,"s":[{"i":[[21.149,8.762],[0.749,21.438],[38.114,-1.203],[0,0],[0,0],[0,0],[-0.152,41.088]],"o":[[15.106,-9.064],[-1.411,-40.395],[0,0],[0,0],[0,0],[41.473,0.5],[0.106,-28.93]],"v":[[56.741,-120.537],[79.911,-168.605],[13.287,-226.593],[-79.507,-225.843],[-78.757,-0.5],[21.518,-0.5],[92.037,-63.144]],"c":true}],"e":[{"i":[[21.149,8.762],[0,21.451],[37.766,0],[0,0],[0,0],[0,0],[0,41.089]],"o":[[15.106,-9.064],[0,-38.672],[0,0],[0,0],[0,0],[37.463,0],[0,-29.004]],"v":[[55.241,-119.037],[79.411,-164.355],[12.037,-226.593],[-79.507,-226.593],[-79.507,0],[23.518,0],[90.287,-63.144]],"c":true}]},{"t":24}]},"nm":"B"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"B"}],"ip":16,"op":26,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":3,"nm":"Null smoke","parent":34,"ks":{"o":{"k":0},"r":{"k":9.771},"p":{"k":[{"i":{"x":0.601,"y":0.889},"o":{"x":0.239,"y":0.067},"n":"0p601_0p889_0p239_0p067","t":9,"s":[241.443,258.888,0],"e":[222.443,251.888,0],"to":[-0.5,-0.33333334326744,0],"ti":[-1.02731943130493,-0.37357068061829,0]},{"i":{"x":0.686,"y":1},"o":{"x":0.239,"y":0.304},"n":"0p686_1_0p239_0p304","t":11,"s":[222.443,251.888,0],"e":[242,259,0],"to":[5.54179763793945,2.01519918441772,0],"ti":[-3.09325051307678,-1.12481832504272,0]},{"t":20.3449832499027}]},"a":{"k":[0,0,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8.999,"s":[-100,100,100],"e":[-128,128,100]},{"t":21.9237344563007}]}},"ao":0,"ip":9.99999961256981,"op":22.7584036290646,"st":-10.5559570491314,"bm":0,"sr":0.96000009775162},{"ddd":0,"ind":5,"ty":3,"nm":"Null smoke","parent":34,"ks":{"o":{"k":0},"r":{"k":-22.412},"p":{"k":[{"i":{"x":0.592,"y":0.891},"o":{"x":0.257,"y":0.068},"n":"0p592_0p891_0p257_0p068","t":9,"s":[225.656,310.504,0],"e":[206.656,303.504,0],"to":[-0.5,-0.33333334326744,0],"ti":[-1.516930103302,-0.31094110012054,0]},{"i":{"x":0.762,"y":1},"o":{"x":0.257,"y":0.3},"n":"0p762_1_0p257_0p3","t":11,"s":[206.656,303.504,0],"e":[228,308,0],"to":[6.19302797317505,1.26945006847382,0],"ti":[-0.32227402925491,0,0]},{"t":20.3640127778053}]},"a":{"k":[0,0,0]},"s":{"k":[-100,100,100]}},"ao":0,"ip":10.0000003576279,"op":22.5608477592468,"st":-9.35224944353104,"bm":0,"sr":0.95000010728836},{"ddd":0,"ind":6,"ty":3,"nm":"Null smoke","parent":34,"ks":{"o":{"k":0},"r":{"k":26.915},"p":{"k":[{"i":{"x":0.587,"y":0.894},"o":{"x":0.264,"y":0.068},"n":"0p587_0p894_0p264_0p068","t":10,"s":[228.667,205.657,0],"e":[209.667,198.657,0],"to":[-0.5,-0.33333334326744,0],"ti":[-1.19691395759583,-0.40347543358803,0]},{"i":{"x":0.713,"y":1},"o":{"x":0.264,"y":0.336},"n":"0p713_1_0p264_0p336","t":12,"s":[209.667,198.657,0],"e":[223,204,0],"to":[4.62041616439819,1.55752575397491,0],"ti":[-0.48471575975418,0,0]},{"t":19.0271503602465}]},"a":{"k":[0,0,0]},"s":{"k":[-100,100,100]}},"ao":0,"ip":11.0000006233652,"op":22.5608497237166,"st":-9.35224822411935,"bm":0,"sr":0.95000010728836},{"ddd":0,"ind":7,"ty":4,"nm":"B blue layer 4 shadow","parent":34,"ks":{"o":{"k":5},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[6,3],[35.446,17.154],[1.39,-24.214],[-7,-13],[-11,-18],[-9,-3],[0,0],[0,0]],"o":[[-6,-3],[-35.446,-17.154],[-1.585,27.613],[7,13],[11,18],[9,3],[0,0],[0,0]],"v":[[-140,-282],[-94,-266],[-98,-118],[-80,-5],[-119,27],[-97,40],[-59,31],[-74,-216]],"c":true}],"e":[{"i":[[6,3],[0,-5],[-5,-22],[-7,-13],[-11,-18],[-9,-3],[0,0],[0,0]],"o":[[-6,-3],[0,5],[5,22],[7,13],[11,18],[9,3],[0,0],[0,0]],"v":[[-140,-282],[-143,-270],[-133,-137],[-118,-11],[-119,27],[-97,40],[-59,31],[-74,-216]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[6,3],[0,-5],[-5,-22],[-7,-13],[-11,-18],[-9,-3],[0,0],[0,0]],"o":[[-6,-3],[0,5],[5,22],[7,13],[11,18],[9,3],[0,0],[0,0]],"v":[[-140,-282],[-143,-270],[-133,-137],[-118,-11],[-119,27],[-97,40],[-59,31],[-74,-216]],"c":true}],"e":[{"i":[[6,3],[0,-5],[-5,-22],[-7,-13],[-11,-18],[-9,-3],[0,0],[0,0]],"o":[[-6,-3],[0,5],[5,22],[7,13],[11,18],[9,3],[0,0],[0,0]],"v":[[-140,-282],[-178,-280],[-159,-145],[-141,4],[-119,27],[-97,40],[-59,31],[-74,-216]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[6,3],[0,-5],[-5,-22],[-7,-13],[-11,-18],[-9,-3],[0,0],[0,0]],"o":[[-6,-3],[0,5],[5,22],[7,13],[11,18],[9,3],[0,0],[0,0]],"v":[[-140,-282],[-178,-280],[-159,-145],[-141,4],[-119,27],[-97,40],[-59,31],[-74,-216]],"c":true}],"e":[{"i":[[6,3],[0,-5],[-7,-32],[-7,-13],[-11,-18],[-9,-3],[0,0],[0,0]],"o":[[-6,-3],[0,5],[6.414,29.323],[7,13],[11,18],[9,3],[0,0],[0,0]],"v":[[-140,-282],[-158,-284],[-149,-204],[-118,6],[-119,27],[-97,40],[-59,31],[-74,-216]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[6,3],[0,-5],[-7,-32],[-7,-13],[-11,-18],[-9,-3],[0,0],[0,0]],"o":[[-6,-3],[0,5],[6.414,29.323],[7,13],[11,18],[9,3],[0,0],[0,0]],"v":[[-140,-282],[-158,-284],[-149,-204],[-118,6],[-119,27],[-97,40],[-59,31],[-74,-216]],"c":true}],"e":[{"i":[[6,3],[0,-5],[-0.752,-22.548],[-7,-13],[-11,-18],[-9,-3],[0,0],[0,0]],"o":[[-6,-3],[0,5],[1,30],[7,13],[11,18],[9,3],[0,0],[0,0]],"v":[[-106,-286],[-115,-276],[-99,-138],[-79,20],[-119,27],[-97,40],[-59,31],[-74,-216]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[6,3],[0,-5],[-0.752,-22.548],[-7,-13],[-11,-18],[-9,-3],[0,0],[0,0]],"o":[[-6,-3],[0,5],[1,30],[7,13],[11,18],[9,3],[0,0],[0,0]],"v":[[-106,-286],[-115,-276],[-99,-138],[-79,20],[-119,27],[-97,40],[-59,31],[-74,-216]],"c":true}],"e":[{"i":[[6,3],[0,-5],[-0.752,-22.548],[-7,-13],[-11,-18],[-9,-3],[0,0],[0,0]],"o":[[-6,-3],[0,5],[1,30],[7,13],[11,18],[9,3],[0,0],[0,0]],"v":[[-388,-298],[-397,-288],[-381,-150],[-361,8],[-401,15],[-379,28],[-341,19],[-356,-228]],"c":true}]},{"t":15}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[3.637,14.035],[-6.562,-18.555],[0,0],[0,0],[0,0],[1.944,58.843],[5.869,46.436],[6.789,29.064]],"o":[[-3.783,-14.599],[12.079,34.152],[0,0],[0,0],[0,0],[-0.327,-9.886],[-2.413,-19.093],[-6.444,-27.588]],"v":[[-100.137,-270.035],[-81.079,-226.152],[-69.301,-172.891],[-65.375,-112.805],[-61.507,1.5],[-65.673,-78.614],[-71.869,-138.936],[-83.556,-205.912]],"c":true}],"e":[{"i":[[1.179,13.587],[-16.316,-11.006],[0,0],[0,0],[0,0],[51.329,28.838],[-0.631,46.436],[1.219,29.821]],"o":[[-1.863,-21.465],[33.579,22.652],[0,0],[0,0],[0,0],[-23.827,-13.386],[0.145,-10.708],[-0.944,-23.088]],"v":[[-180.137,-248.535],[-116.079,-227.152],[-76.301,-169.391],[-71.875,-105.305],[-64.007,0.5],[-127.173,-60.614],[-176.869,-121.436],[-176.556,-181.412]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[1.179,13.587],[-16.316,-11.006],[0,0],[0,0],[0,0],[51.329,28.838],[-0.631,46.436],[1.219,29.821]],"o":[[-1.863,-21.465],[33.579,22.652],[0,0],[0,0],[0,0],[-23.827,-13.386],[0.145,-10.708],[-0.944,-23.088]],"v":[[-180.137,-248.535],[-116.079,-227.152],[-76.301,-169.391],[-71.875,-105.305],[-64.007,0.5],[-127.173,-60.614],[-176.869,-121.436],[-176.556,-181.412]],"c":true}],"e":[{"i":[[0.592,13.423],[-38.037,-14.907],[0,0],[0,0],[0,0],[62.482,13.5],[0.713,41.144],[-1.198,29.377]],"o":[[-0.911,-20.645],[31.01,12.153],[0,0],[0,0],[0,0],[-23.658,-5.112],[-0.183,-10.545],[1.875,-45.981]],"v":[[-210.589,-237.355],[-131.463,-229.593],[-83.507,-180.593],[-80.113,-142.106],[-67.007,-0.5],[-149.982,-38.5],[-213.713,-83.644],[-211.875,-154.519]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[0.592,13.423],[-38.037,-14.907],[0,0],[0,0],[0,0],[62.482,13.5],[0.713,41.144],[-1.198,29.377]],"o":[[-0.911,-20.645],[31.01,12.153],[0,0],[0,0],[0,0],[-23.658,-5.112],[-0.183,-10.545],[1.875,-45.981]],"v":[[-210.589,-237.355],[-131.463,-229.593],[-83.507,-180.593],[-80.113,-142.106],[-67.007,-0.5],[-149.982,-38.5],[-213.713,-83.644],[-211.875,-154.519]],"c":true}],"e":[{"i":[[0.592,13.423],[-38.037,-14.907],[0,0],[0,0],[0,0],[49.59,6.194],[2.062,42.216],[0.844,29.39]],"o":[[-0.911,-20.645],[31.01,12.153],[0,0],[0,0],[0,0],[-24.018,-3],[-0.514,-10.534],[-1.267,-44.142]],"v":[[-219.089,-243.355],[-134.463,-234.593],[-89.007,-187.093],[-84.613,-147.106],[-68.507,-0.5],[-150.482,-30.5],[-213.713,-68.644],[-215.875,-135.019]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[0.592,13.423],[-38.037,-14.907],[0,0],[0,0],[0,0],[49.59,6.194],[2.062,42.216],[0.844,29.39]],"o":[[-0.911,-20.645],[31.01,12.153],[0,0],[0,0],[0,0],[-24.018,-3],[-0.514,-10.534],[-1.267,-44.142]],"v":[[-219.089,-243.355],[-134.463,-234.593],[-89.007,-187.093],[-84.613,-147.106],[-68.507,-0.5],[-150.482,-30.5],[-213.713,-68.644],[-215.875,-135.019]],"c":true}],"e":[{"i":[[1.979,12.724],[-39.037,-17.407],[0,0],[0,0],[0,0],[49.482,7],[3.213,42.144],[3.102,33.18]],"o":[[-3.911,-25.145],[30.419,13.564],[0,0],[0,0],[0,0],[-13.966,-1.976],[-0.805,-10.559],[-4.66,-49.835]],"v":[[-212.089,-255.355],[-134.463,-244.093],[-94.007,-197.593],[-89.078,-155.355],[-71.007,-0.5],[-128.482,-21.5],[-193.213,-61.644],[-199.771,-135.061]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[1.979,12.724],[-39.037,-17.407],[0,0],[0,0],[0,0],[49.482,7],[3.213,42.144],[3.102,33.18]],"o":[[-3.911,-25.145],[30.419,13.564],[0,0],[0,0],[0,0],[-13.966,-1.976],[-0.805,-10.559],[-4.66,-49.835]],"v":[[-212.089,-255.355],[-134.463,-244.093],[-94.007,-197.593],[-89.078,-155.355],[-71.007,-0.5],[-128.482,-21.5],[-193.213,-61.644],[-199.771,-135.061]],"c":true}],"e":[{"i":[[2.758,12.578],[-32.825,-21.239],[0,0],[0,0],[0,0],[34.982,4],[4.713,44.644],[5.969,34.173]],"o":[[-8.911,-40.645],[27.963,18.093],[0,0],[0,0],[0,0],[-14.013,-1.602],[-1.112,-10.531],[-8.965,-51.327]],"v":[[-179.589,-262.855],[-130.463,-262.593],[-96.507,-222.593],[-91.042,-175.962],[-71.007,-5],[-104.982,-18.5],[-144.713,-64.144],[-156.854,-139.358]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[2.758,12.578],[-32.825,-21.239],[0,0],[0,0],[0,0],[34.982,4],[4.713,44.644],[5.969,34.173]],"o":[[-8.911,-40.645],[27.963,18.093],[0,0],[0,0],[0,0],[-14.013,-1.602],[-1.112,-10.531],[-8.965,-51.327]],"v":[[-179.589,-262.855],[-130.463,-262.593],[-96.507,-222.593],[-91.042,-175.962],[-71.007,-5],[-104.982,-18.5],[-144.713,-64.144],[-156.854,-139.358]],"c":true}],"e":[{"i":[[3.235,12.104],[-17.053,-18.911],[0,0],[3.05,20.138],[0,0],[9.544,-4.956],[7.213,61.144],[5.736,34.461]],"o":[[-17.411,-65.145],[14.963,16.593],[0,0],[-3.05,-20.138],[0,0],[-12.518,6.5],[-1.291,-10.944],[-8.055,-48.393]],"v":[[-114.589,-252.855],[-102.463,-279.593],[-83.507,-232.593],[-72.45,-171.862],[-51.007,-10.5],[-65.982,-2.5],[-81.213,-61.644],[-90.187,-141.969]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[3.235,12.104],[-17.053,-18.911],[0,0],[3.05,20.138],[0,0],[9.544,-4.956],[7.213,61.144],[5.736,34.461]],"o":[[-17.411,-65.145],[14.963,16.593],[0,0],[-3.05,-20.138],[0,0],[-12.518,6.5],[-1.291,-10.944],[-8.055,-48.393]],"v":[[-114.589,-252.855],[-102.463,-279.593],[-83.507,-232.593],[-72.45,-171.862],[-51.007,-10.5],[-65.982,-2.5],[-81.213,-61.644],[-90.187,-141.969]],"c":true}],"e":[{"i":[[2.706,12.59],[7.96,-31.787],[0,0],[0,0],[0,0],[-52.303,4.363],[12.713,79.144],[5.528,26.028]],"o":[[-18.411,-85.645],[-8.037,32.093],[0,0],[0,0],[0,0],[17.982,-1.5],[-1.68,-10.456],[-8.303,-39.094]],"v":[[-41.089,-239.855],[-57.963,-260.093],[-97.507,-214.093],[-93.006,-168.319],[-76.507,-0.5],[-13.982,-7.5],[-8.213,-83.644],[-20.289,-143.83]],"c":true}]},{"t":16}]},"nm":"B"},{"ty":"mm","mm":3,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"B"}],"ip":10,"op":15,"st":0,"bm":10,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"B blue layer 4","parent":34,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[3.637,14.035],[-6.562,-18.555],[0,0],[0,0],[0,0],[1.944,58.843],[5.869,46.436],[6.789,29.064]],"o":[[-3.783,-14.599],[12.079,34.152],[0,0],[0,0],[0,0],[-0.327,-9.886],[-2.413,-19.093],[-6.444,-27.588]],"v":[[-100.137,-270.035],[-81.079,-226.152],[-69.301,-172.891],[-65.375,-112.805],[-61.507,1.5],[-65.673,-78.614],[-71.869,-138.936],[-83.556,-205.912]],"c":true}],"e":[{"i":[[1.179,13.587],[-16.316,-11.006],[0,0],[0,0],[0,0],[51.329,28.838],[-0.631,46.436],[1.219,29.821]],"o":[[-1.863,-21.465],[33.579,22.652],[0,0],[0,0],[0,0],[-23.827,-13.386],[0.145,-10.708],[-0.944,-23.088]],"v":[[-180.137,-248.535],[-116.079,-227.152],[-76.301,-169.391],[-71.875,-105.305],[-64.007,0.5],[-127.173,-60.614],[-176.869,-121.436],[-176.556,-181.412]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[1.179,13.587],[-16.316,-11.006],[0,0],[0,0],[0,0],[51.329,28.838],[-0.631,46.436],[1.219,29.821]],"o":[[-1.863,-21.465],[33.579,22.652],[0,0],[0,0],[0,0],[-23.827,-13.386],[0.145,-10.708],[-0.944,-23.088]],"v":[[-180.137,-248.535],[-116.079,-227.152],[-76.301,-169.391],[-71.875,-105.305],[-64.007,0.5],[-127.173,-60.614],[-176.869,-121.436],[-176.556,-181.412]],"c":true}],"e":[{"i":[[0.592,13.423],[-38.037,-14.907],[0,0],[0,0],[0,0],[62.482,13.5],[0.713,41.144],[-1.198,29.377]],"o":[[-0.911,-20.645],[31.01,12.153],[0,0],[0,0],[0,0],[-23.658,-5.112],[-0.183,-10.545],[1.875,-45.981]],"v":[[-210.589,-237.355],[-131.463,-229.593],[-83.507,-180.593],[-80.113,-142.106],[-67.007,-0.5],[-149.982,-38.5],[-213.713,-83.644],[-211.875,-154.519]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[0.592,13.423],[-38.037,-14.907],[0,0],[0,0],[0,0],[62.482,13.5],[0.713,41.144],[-1.198,29.377]],"o":[[-0.911,-20.645],[31.01,12.153],[0,0],[0,0],[0,0],[-23.658,-5.112],[-0.183,-10.545],[1.875,-45.981]],"v":[[-210.589,-237.355],[-131.463,-229.593],[-83.507,-180.593],[-80.113,-142.106],[-67.007,-0.5],[-149.982,-38.5],[-213.713,-83.644],[-211.875,-154.519]],"c":true}],"e":[{"i":[[0.592,13.423],[-38.037,-14.907],[0,0],[0,0],[0,0],[49.59,6.194],[2.062,42.216],[0.844,29.39]],"o":[[-0.911,-20.645],[31.01,12.153],[0,0],[0,0],[0,0],[-24.018,-3],[-0.514,-10.534],[-1.267,-44.142]],"v":[[-219.089,-243.355],[-134.463,-234.593],[-89.007,-187.093],[-84.613,-147.106],[-68.507,-0.5],[-150.482,-30.5],[-213.713,-68.644],[-215.875,-135.019]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[0.592,13.423],[-38.037,-14.907],[0,0],[0,0],[0,0],[49.59,6.194],[2.062,42.216],[0.844,29.39]],"o":[[-0.911,-20.645],[31.01,12.153],[0,0],[0,0],[0,0],[-24.018,-3],[-0.514,-10.534],[-1.267,-44.142]],"v":[[-219.089,-243.355],[-134.463,-234.593],[-89.007,-187.093],[-84.613,-147.106],[-68.507,-0.5],[-150.482,-30.5],[-213.713,-68.644],[-215.875,-135.019]],"c":true}],"e":[{"i":[[1.979,12.724],[-39.037,-17.407],[0,0],[0,0],[0,0],[49.482,7],[3.213,42.144],[3.102,33.18]],"o":[[-3.911,-25.145],[30.419,13.564],[0,0],[0,0],[0,0],[-13.966,-1.976],[-0.805,-10.559],[-4.66,-49.835]],"v":[[-212.089,-255.355],[-134.463,-244.093],[-94.007,-197.593],[-89.078,-155.355],[-71.007,-0.5],[-128.482,-21.5],[-193.213,-61.644],[-199.771,-135.061]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[1.979,12.724],[-39.037,-17.407],[0,0],[0,0],[0,0],[49.482,7],[3.213,42.144],[3.102,33.18]],"o":[[-3.911,-25.145],[30.419,13.564],[0,0],[0,0],[0,0],[-13.966,-1.976],[-0.805,-10.559],[-4.66,-49.835]],"v":[[-212.089,-255.355],[-134.463,-244.093],[-94.007,-197.593],[-89.078,-155.355],[-71.007,-0.5],[-128.482,-21.5],[-193.213,-61.644],[-199.771,-135.061]],"c":true}],"e":[{"i":[[2.758,12.578],[-32.825,-21.239],[0,0],[0,0],[0,0],[34.982,4],[4.713,44.644],[5.969,34.173]],"o":[[-8.911,-40.645],[27.963,18.093],[0,0],[0,0],[0,0],[-14.013,-1.602],[-1.112,-10.531],[-8.965,-51.327]],"v":[[-179.589,-262.855],[-130.463,-262.593],[-96.507,-222.593],[-91.042,-175.962],[-71.007,-5],[-104.982,-18.5],[-144.713,-64.144],[-156.854,-139.358]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[2.758,12.578],[-32.825,-21.239],[0,0],[0,0],[0,0],[34.982,4],[4.713,44.644],[5.969,34.173]],"o":[[-8.911,-40.645],[27.963,18.093],[0,0],[0,0],[0,0],[-14.013,-1.602],[-1.112,-10.531],[-8.965,-51.327]],"v":[[-179.589,-262.855],[-130.463,-262.593],[-96.507,-222.593],[-91.042,-175.962],[-71.007,-5],[-104.982,-18.5],[-144.713,-64.144],[-156.854,-139.358]],"c":true}],"e":[{"i":[[3.235,12.104],[-17.053,-18.911],[0,0],[-3.55,-45.138],[0,0],[4.732,-1.5],[7.213,61.144],[5.736,34.461]],"o":[[-17.411,-65.145],[14.963,16.593],[0,0],[3.168,40.285],[0,0],[-13.445,4.262],[-1.291,-10.944],[-8.055,-48.393]],"v":[[-114.589,-252.855],[-102.463,-279.593],[-83.507,-232.593],[-73.45,-164.862],[-61.507,-3],[-68.482,-0.25],[-81.213,-61.644],[-90.187,-141.969]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[3.235,12.104],[-17.053,-18.911],[0,0],[-3.55,-45.138],[0,0],[4.732,-1.5],[7.213,61.144],[5.736,34.461]],"o":[[-17.411,-65.145],[14.963,16.593],[0,0],[3.168,40.285],[0,0],[-13.445,4.262],[-1.291,-10.944],[-8.055,-48.393]],"v":[[-114.589,-252.855],[-102.463,-279.593],[-83.507,-232.593],[-73.45,-164.862],[-61.507,-3],[-68.482,-0.25],[-81.213,-61.644],[-90.187,-141.969]],"c":true}],"e":[{"i":[[2.706,12.59],[7.96,-31.787],[0,0],[0,0],[0,0],[-52.303,4.363],[12.713,79.144],[5.528,26.028]],"o":[[-18.411,-85.645],[-8.037,32.093],[0,0],[0,0],[0,0],[17.982,-1.5],[-1.68,-10.456],[-8.303,-39.094]],"v":[[-41.089,-239.855],[-57.963,-260.093],[-97.507,-214.093],[-93.006,-168.319],[-76.507,-0.5],[-13.982,-7.5],[-8.213,-83.644],[-20.289,-143.83]],"c":true}]},{"t":16}]},"nm":"B"},{"ty":"mm","mm":3,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"B"}],"ip":9,"op":16,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"B blue layer 3","parent":34,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[20.982,16]],"o":[[0,0],[0,0],[-11.216,-8.553]],"v":[[-78.007,-37.093],[-72.507,0.5],[-84.482,-27.5]],"c":true}},"nm":"B"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"B"}],"ip":14,"op":15,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":3,"nm":"Null smoke","parent":34,"ks":{"o":{"k":0},"r":{"k":26.875},"p":{"k":[{"i":{"x":0.663,"y":0.933},"o":{"x":0.334,"y":0.066},"n":"0p663_0p933_0p334_0p066","t":9,"s":[269.705,292.352,0],"e":[250.705,285.352,0],"to":[-0.5,-0.33333334326744,0],"ti":[-0.60055363178253,-0.48845085501671,0]},{"i":{"x":0.685,"y":1},"o":{"x":0.334,"y":0.228},"n":"0p685_1_0p334_0p228","t":11,"s":[250.705,285.352,0],"e":[276,308,0],"to":[9.00963115692139,7.32784128189087,0],"ti":[-0.48727434873581,0,0]},{"t":22.5016243755817}]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"ip":10.0000001490116,"op":24.4098640978336,"st":-11.1670814454556,"bm":0,"sr":0.99000012874603},{"ddd":0,"ind":11,"ty":3,"nm":"Null smoke","parent":34,"ks":{"o":{"k":0},"r":{"k":-21.596},"p":{"k":[{"i":{"x":0.58,"y":0.829},"o":{"x":0.278,"y":0.114},"n":"0p58_0p829_0p278_0p114","t":9,"s":[217.311,226.631,0],"e":[198.311,219.631,0],"to":[0,0,0],"ti":[-3.21461248397827,3.18686246871948,0]},{"i":{"x":0.726,"y":1},"o":{"x":0.278,"y":0.371},"n":"0p726_1_0p278_0p371","t":11,"s":[198.311,219.631,0],"e":[223,195,0],"to":[8.70546340942383,-8.63031387329102,0],"ti":[-1.45636057853699,0,0]},{"t":21.5996034443378}]},"a":{"k":[0,0,0]},"s":{"k":[100,-100,100]}},"ao":0,"ip":10.0000001490116,"op":24.4098640978336,"st":-11.1670814454556,"bm":0,"sr":0.99000012874603},{"ddd":0,"ind":12,"ty":3,"nm":"null smoke","parent":34,"ks":{"o":{"k":0},"r":{"k":16.774},"p":{"k":[{"i":{"x":0.577,"y":0.847},"o":{"x":0.284,"y":0.103},"n":"0p577_0p847_0p284_0p103","t":9,"s":[261.182,221.23,0],"e":[242.182,214.23,0],"to":[0,0,0],"ti":[-3.1457417011261,0.33704376220703,0]},{"i":{"x":0.697,"y":1},"o":{"x":0.284,"y":0.405},"n":"0p697_1_0p284_0p405","t":11,"s":[242.182,214.23,0],"e":[263,212,0],"to":[7.38616800308228,-0.79137516021729,0],"ti":[-3.2727952003479,0.3506566286087,0]},{"t":18.9003057777882}]},"a":{"k":[0,0,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":9.9,"s":[100,100,100],"e":[122,122,100]},{"t":20.7004822790623}]}},"ao":0,"ip":10.0000001490116,"op":24.4098640978336,"st":-11.1670814454556,"bm":0,"sr":0.99000012874603},{"ddd":0,"ind":13,"ty":3,"nm":"Null 26","parent":34,"ks":{"o":{"k":0},"r":{"k":-11.144},"p":{"k":[{"i":{"x":0.573,"y":0.757},"o":{"x":0.294,"y":0.167},"n":"0p573_0p757_0p294_0p167","t":9,"s":[267.556,276.269,0],"e":[248.556,269.269,0],"to":[0,0,0],"ti":[-4.61654806137085,2.50612592697144,0]},{"i":{"x":0.699,"y":1},"o":{"x":0.294,"y":0.426},"n":"0p699_1_0p294_0p426","t":11,"s":[248.556,269.269,0],"e":[273,256,0],"to":[9.04685020446777,-4.91114711761475,0],"ti":[-3.86238408088684,2.09672284126282,0]},{"t":17.4897499382496}]},"a":{"k":[0,0,0]},"s":{"k":[100,-100,100]}},"ao":0,"ip":10.0000001490116,"op":21.5510979294777,"st":-11.1670814454556,"bm":0,"sr":0.99000012874603},{"ddd":0,"ind":14,"ty":4,"nm":"B blue layer 2","parent":34,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":1,"s":[{"i":[[-1.24,5.104],[0.198,1.892],[0,0],[0,0],[0,0],[-0.804,-2.124],[0.343,-5.77],[-1.462,6.091]],"o":[[1.049,-4.319],[-0.297,-2.847],[0,0],[0,0],[0,0],[0.386,1.02],[0.093,-2.77],[0.816,-3.399]],"v":[[-22.001,-21.919],[-20.415,-30.453],[-22.49,-31.96],[-27.759,-19.513],[-32.548,3.666],[-29.736,4.974],[-28.593,7.27],[-25.53,-6.238]],"c":true}],"e":[{"i":[[-1.032,7.042],[1.743,2.453],[0,0],[0,0],[0,0],[-3.84,-2.615],[-0.171,-9.84],[-1.176,8.399]],"o":[[0.873,-5.959],[-2.624,-3.692],[0,0],[0,0],[0,0],[1.845,1.256],[2.053,-13.363],[0.656,-4.688]],"v":[[-19.587,-23.915],[-19.439,-35.572],[-25.627,-39.562],[-30.78,-20.831],[-37.568,3.797],[-29.696,6.026],[-25.346,16.687],[-22.197,-8.804]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[-1.032,7.042],[1.743,2.453],[0,0],[0,0],[0,0],[-3.84,-2.615],[-0.171,-9.84],[-1.176,8.399]],"o":[[0.873,-5.959],[-2.624,-3.692],[0,0],[0,0],[0,0],[1.845,1.256],[2.053,-13.363],[0.656,-4.688]],"v":[[-19.587,-23.915],[-19.439,-35.572],[-25.627,-39.562],[-30.78,-20.831],[-37.568,3.797],[-29.696,6.026],[-25.346,16.687],[-22.197,-8.804]],"c":true}],"e":[{"i":[[-0.284,9.426],[4.036,2.935],[0,0],[0,0],[0,0],[-7.528,-4.291],[-1.775,-13.654],[-0.23,11.234]],"o":[[0.241,-7.977],[-6.074,-4.417],[0,0],[0,0],[0,0],[6.05,3.449],[0.725,-17.904],[0.128,-6.27]],"v":[[-11.741,-32.523],[-17.536,-48.935],[-30.445,-51.84],[-35.936,-26.366],[-41.832,3.676],[-25.8,5.301],[-13.725,26.404],[-12.128,-11.48]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[-0.284,9.426],[4.036,2.935],[0,0],[0,0],[0,0],[-7.528,-4.291],[-1.775,-13.654],[-0.23,11.234]],"o":[[0.241,-7.977],[-6.074,-4.417],[0,0],[0,0],[0,0],[6.05,3.449],[0.725,-17.904],[0.128,-6.27]],"v":[[-11.741,-32.523],[-17.536,-48.935],[-30.445,-51.84],[-35.936,-26.366],[-41.832,3.676],[-25.8,5.301],[-13.725,26.404],[-12.128,-11.48]],"c":true}],"e":[{"i":[[0.512,9.416],[12.036,5.935],[0,0],[0,0],[0,0],[-10.429,-3.711],[-2.775,-15.904],[1.665,20.58]],"o":[[-0.759,-13.977],[-8.794,-4.337],[0,0],[0,0],[0,0],[11.8,4.199],[-1.275,-18.904],[-0.872,-10.77]],"v":[[-0.741,-42.023],[-15.536,-66.935],[-34.945,-68.34],[-40.936,-29.866],[-44.332,2.676],[-17.3,1.801],[4.275,28.904],[1.372,-13.73]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[0.512,9.416],[12.036,5.935],[0,0],[0,0],[0,0],[-10.429,-3.711],[-2.775,-15.904],[1.665,20.58]],"o":[[-0.759,-13.977],[-8.794,-4.337],[0,0],[0,0],[0,0],[11.8,4.199],[-1.275,-18.904],[-0.872,-10.77]],"v":[[-0.741,-42.023],[-15.536,-66.935],[-34.945,-68.34],[-40.936,-29.866],[-44.332,2.676],[-17.3,1.801],[4.275,28.904],[1.372,-13.73]],"c":true}],"e":[{"i":[[2.118,9.189],[13.168,3.137],[0,0],[0,0],[0,0],[-21.716,-6.523],[-3.775,-12.404],[3.122,20.41]],"o":[[-4.259,-18.477],[-14.964,-3.565],[0,0],[0,0],[0,0],[22.3,6.699],[-2.775,-18.904],[-2.872,-18.77]],"v":[[12.259,-65.023],[-14.536,-90.935],[-40.945,-84.34],[-43.436,-51.366],[-48.332,2.176],[-5.8,-5.199],[26.275,28.404],[16.372,-36.73]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[2.118,9.189],[13.168,3.137],[0,0],[0,0],[0,0],[-21.716,-6.523],[-3.775,-12.404],[3.122,20.41]],"o":[[-4.259,-18.477],[-14.964,-3.565],[0,0],[0,0],[0,0],[22.3,6.699],[-2.775,-18.904],[-2.872,-18.77]],"v":[[12.259,-65.023],[-14.536,-90.935],[-40.945,-84.34],[-43.436,-51.366],[-48.332,2.176],[-5.8,-5.199],[26.275,28.404],[16.372,-36.73]],"c":true}],"e":[{"i":[[2.118,9.189],[13.533,0.289],[0,0],[0,0],[0,0],[-54.798,-20.458],[-2.775,-7.904],[4.128,20.23]],"o":[[-4.259,-18.477],[-26.464,-0.565],[0,0],[0,0],[0,0],[23.3,8.699],[-0.275,-14.904],[-3.009,-14.743]],"v":[[31.259,-89.523],[-7.536,-119.435],[-46.945,-102.34],[-48.936,-56.366],[-51.832,2.676],[27.2,-12.199],[54.275,22.904],[40.872,-40.73]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[2.118,9.189],[13.533,0.289],[0,0],[0,0],[0,0],[-54.798,-20.458],[-2.775,-7.904],[4.128,20.23]],"o":[[-4.259,-18.477],[-26.464,-0.565],[0,0],[0,0],[0,0],[23.3,8.699],[-0.275,-14.904],[-3.009,-14.743]],"v":[[31.259,-89.523],[-7.536,-119.435],[-46.945,-102.34],[-48.936,-56.366],[-51.832,2.676],[27.2,-12.199],[54.275,22.904],[40.872,-40.73]],"c":true}],"e":[{"i":[[2.741,9.023],[35.536,-9.065],[0,0],[0,0],[0,0],[-58.271,5.078],[7.345,30.067],[7.32,28.81]],"o":[[-6.003,-19.766],[-38.857,9.912],[0,0],[0,0],[0,0],[72.3,-6.301],[-3.275,-13.404],[-3.372,-13.27]],"v":[[77.259,-132.023],[-1.536,-158.935],[-53.945,-122.34],[-54.436,-66.866],[-54.832,1.176],[23.7,-42.699],[103.275,-31.596],[86.872,-91.23]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[2.741,9.023],[35.536,-9.065],[0,0],[0,0],[0,0],[-58.271,5.078],[7.345,30.067],[7.32,28.81]],"o":[[-6.003,-19.766],[-38.857,9.912],[0,0],[0,0],[0,0],[72.3,-6.301],[-3.275,-13.404],[-3.372,-13.27]],"v":[[77.259,-132.023],[-1.536,-158.935],[-53.945,-122.34],[-54.436,-66.866],[-54.832,1.176],[23.7,-42.699],[103.275,-31.596],[86.872,-91.23]],"c":true}],"e":[{"i":[[2.692,12.158],[14.536,-18.065],[0,0],[0,0],[0,0],[-45.886,36.274],[7.225,30.096],[8.494,27.268]],"o":[[-3.759,-16.977],[-25.14,31.242],[0,0],[0,0],[0,0],[35.8,-28.301],[-2.392,-9.964],[-7.872,-25.27]],"v":[[26.759,-245.023],[-23.036,-213.935],[-60.445,-143.84],[-59.936,-99.866],[-58.832,1.676],[-5.3,-69.199],[64.275,-130.596],[40.372,-201.73]],"c":true}]},{"t":8}]},"nm":"B"},{"ty":"mm","mm":2,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"B"}],"ip":1,"op":9,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"B orange layer 3 shadow 2","parent":34,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[5],"e":[40]},{"t":22}]},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[-3,10],[4,29]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[3,-10],[-4,-29]],"v":[[-99,-265],[-121,-264],[-133,-219],[-107,10],[-84,33],[-49,13],[-62,-108]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[-3,10],[4,29]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[3,-10],[-4,-29]],"v":[[-70,-275],[-92,-274],[-104,-229],[-78,0],[-55,23],[-20,3],[-33,-118]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[-3,10],[4,29]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[3,-10],[-4,-29]],"v":[[-70,-275],[-92,-274],[-104,-229],[-78,0],[-55,23],[-20,3],[-33,-118]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[-3,10],[4,29]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[3,-10],[-4,-29]],"v":[[-25.168,-278.566],[-92,-274],[-104,-229],[-78,0],[-55,23],[22.285,0.453],[-2.338,-146.717]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[-3,10],[4,29]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[3,-10],[-4,-29]],"v":[[-25.168,-278.566],[-92,-274],[-104,-229],[-78,0],[-55,23],[22.285,0.453],[-2.338,-146.717]],"c":true}],"e":[{"i":[[16.753,14.499],[0,0],[0,0],[0,0],[0,0],[-3,10],[21.96,31.036]],"o":[[-16.753,-14.499],[0,0],[0,0],[0,0],[0,0],[3,-10],[2.96,-38.964]],"v":[[19.753,-282.501],[-92,-274],[-104,-229],[-78,0],[-55,23],[64.682,-1.606],[39.04,-141.036]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[16.753,14.499],[0,0],[0,0],[0,0],[0,0],[-3,10],[21.96,31.036]],"o":[[-16.753,-14.499],[0,0],[0,0],[0,0],[0,0],[3,-10],[2.96,-38.964]],"v":[[19.753,-282.501],[-92,-274],[-104,-229],[-78,0],[-55,23],[64.682,-1.606],[39.04,-141.036]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[-3,10],[24,29]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[3,-10],[12,-31]],"v":[[67,-296],[-92,-274],[-104,-229],[-78,0],[-55,23],[110,9],[57,-143]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[-3,10],[24,29]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[3,-10],[12,-31]],"v":[[67,-296],[-92,-274],[-104,-229],[-78,0],[-55,23],[110,9],[57,-143]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[-3,10],[4,29]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[3,-10],[-4,-29]],"v":[[60,-286],[-92,-274],[-104,-229],[-78,0],[-55,23],[104,4],[115,-139]],"c":true}]},{"t":19}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[1.759,26.037],[0.589,9.355],[8.227,2.939],[0,0],[0,0],[-17.127,-8.576],[-4.287,-8.856]],"o":[[-1.241,-21.463],[-0.382,-6.06],[-9.537,-3.407],[0,0],[0,0],[11.982,6],[-1.787,-26.856]],"v":[[-12.759,-43.537],[-15.089,-87.355],[-25.963,-106.093],[-46.507,-102.093],[-51.007,3.5],[-21.482,0],[-8.713,17.856]],"c":true}],"e":[{"i":[[5.759,37.537],[2.589,11.855],[15.486,1.354],[0,0],[0,0],[-32.518,-11.5],[-4.287,-8.856]],"o":[[-6.241,-39.963],[-1.296,-5.932],[-27.537,-2.407],[0,0],[0,0],[21.489,7.6],[-3.287,-20.356]],"v":[[19.241,-49.037],[9.411,-111.855],[-17.463,-132.593],[-53.507,-120.593],[-55.507,2.5],[4.018,-9.5],[30.287,16.856]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[5.759,37.537],[2.589,11.855],[15.486,1.354],[0,0],[0,0],[-32.518,-11.5],[-4.287,-8.856]],"o":[[-6.241,-39.963],[-1.296,-5.932],[-27.537,-2.407],[0,0],[0,0],[21.489,7.6],[-3.287,-20.356]],"v":[[19.241,-49.037],[9.411,-111.855],[-17.463,-132.593],[-53.507,-120.593],[-55.507,2.5],[4.018,-9.5],[30.287,16.856]],"c":true}],"e":[{"i":[[7.259,32.537],[3.089,9.355],[44.113,-3.3],[0,0],[0,0],[-53.018,1],[3.713,19.144]],"o":[[-7.241,-38.463],[-1.904,-5.765],[-48.037,3.593],[0,0],[0,0],[60.505,-1.141],[-3.159,-16.288]],"v":[[83.741,-85.537],[72.411,-142.355],[4.537,-172.593],[-61.007,-138.593],[-59.007,1.5],[28.018,-33.5],[99.787,-17.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[7.259,32.537],[3.089,9.355],[44.113,-3.3],[0,0],[0,0],[-53.018,1],[3.713,19.144]],"o":[[-7.241,-38.463],[-1.904,-5.765],[-48.037,3.593],[0,0],[0,0],[60.505,-1.141],[-3.159,-16.288]],"v":[[83.741,-85.537],[72.411,-142.355],[4.537,-172.593],[-61.007,-138.593],[-59.007,1.5],[28.018,-33.5],[99.787,-17.644]],"c":true}],"e":[{"i":[[10.759,29.037],[4.471,5.31],[29.463,-40.407],[0,0],[0,0],[-43.018,23.5],[3.713,19.144]],"o":[[-7.241,-21.963],[-3.911,-4.645],[-7.99,10.959],[0,0],[0,0],[44.538,-24.331],[-3.159,-16.288]],"v":[[45.241,-195.037],[21.411,-260.355],[-37.963,-203.593],[-68.007,-155.093],[-61.507,3],[11.018,-60],[71.287,-111.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[10.759,29.037],[4.471,5.31],[29.463,-40.407],[0,0],[0,0],[-43.018,23.5],[3.713,19.144]],"o":[[-7.241,-21.963],[-3.911,-4.645],[-7.99,10.959],[0,0],[0,0],[44.538,-24.331],[-3.159,-16.288]],"v":[[45.241,-195.037],[21.411,-260.355],[-37.963,-203.593],[-68.007,-155.093],[-61.507,3],[11.018,-60],[71.287,-111.144]],"c":true}],"e":[{"i":[[4.259,17.037],[1.335,6.812],[2.963,-14.907],[0,0],[0,0],[-7.018,26.5],[3.713,19.144]],"o":[[-2.741,-12.463],[-0.911,-4.645],[-2.644,13.302],[0,0],[0,0],[9.673,-36.528],[-3.159,-16.288]],"v":[[-52.759,-171.537],[-67.089,-217.855],[-68.963,-189.593],[-76.007,-170.093],[-64.007,1.5],[-40.982,-50],[-39.713,-115.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[4.259,17.037],[1.335,6.812],[2.963,-14.907],[0,0],[0,0],[-7.018,26.5],[3.713,19.144]],"o":[[-2.741,-12.463],[-0.911,-4.645],[-2.644,13.302],[0,0],[0,0],[9.673,-36.528],[-3.159,-16.288]],"v":[[-52.759,-171.537],[-67.089,-217.855],[-68.963,-189.593],[-76.007,-170.093],[-64.007,1.5],[-40.982,-50],[-39.713,-115.644]],"c":true}],"e":[{"i":[[2.759,16.037],[0.552,6.919],[3.15,2.884],[0,0],[0,0],[4.147,22.987],[2.213,13.144]],"o":[[-0.741,-7.963],[-0.411,-5.145],[-1.537,-1.407],[0,0],[0,0],[-3.518,-19.5],[-2.755,-16.362]],"v":[[-73.259,-145.537],[-82.089,-178.355],[-90.963,-174.593],[-83.007,-159.593],[-66.507,1.5],[-58.482,-36],[-71.713,-94.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[2.759,16.037],[0.552,6.919],[3.15,2.884],[0,0],[0,0],[4.147,22.987],[2.213,13.144]],"o":[[-0.741,-7.963],[-0.411,-5.145],[-1.537,-1.407],[0,0],[0,0],[-3.518,-19.5],[-2.755,-16.362]],"v":[[-73.259,-145.537],[-82.089,-178.355],[-90.963,-174.593],[-83.007,-159.593],[-66.507,1.5],[-58.482,-36],[-71.713,-94.644]],"c":true}],"e":[{"i":[[2.759,16.037],[0.552,6.919],[3.15,2.884],[0,0],[0,0],[4.147,22.987],[2.213,13.144]],"o":[[-0.741,-7.963],[-0.411,-5.145],[-1.537,-1.407],[0,0],[0,0],[-3.518,-19.5],[-2.755,-16.362]],"v":[[-79.259,-143.537],[-82.089,-178.355],[-90.963,-174.593],[-87.007,-159.593],[-69.007,-0.5],[-59.482,-33.5],[-71.713,-94.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[2.759,16.037],[0.552,6.919],[3.15,2.884],[0,0],[0,0],[4.147,22.987],[2.213,13.144]],"o":[[-0.741,-7.963],[-0.411,-5.145],[-1.537,-1.407],[0,0],[0,0],[-3.518,-19.5],[-2.755,-16.362]],"v":[[-79.259,-143.537],[-82.089,-178.355],[-90.963,-174.593],[-87.007,-159.593],[-69.007,-0.5],[-59.482,-33.5],[-71.713,-94.644]],"c":true}],"e":[{"i":[[2.759,16.037],[1.089,6.855],[3.15,2.884],[0,0],[0,0],[0.024,23.358],[2.213,13.144]],"o":[[-0.741,-7.963],[-2.92,-18.378],[-1.537,-1.407],[0,0],[0,0],[-0.018,-17.5],[-2.755,-16.362]],"v":[[-74.759,-145.537],[-84.089,-185.855],[-90.463,-219.593],[-95.507,-208.093],[-71.507,0.5],[-51.482,-32],[-65.713,-94.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[2.759,16.037],[1.089,6.855],[3.15,2.884],[0,0],[0,0],[0.024,23.358],[2.213,13.144]],"o":[[-0.741,-7.963],[-2.92,-18.378],[-1.537,-1.407],[0,0],[0,0],[-0.018,-17.5],[-2.755,-16.362]],"v":[[-74.759,-145.537],[-84.089,-185.855],[-90.463,-219.593],[-95.507,-208.093],[-71.507,0.5],[-51.482,-32],[-65.713,-94.144]],"c":true}],"e":[{"i":[[8.509,31.287],[6.813,20.34],[4.963,-11.907],[0,0],[0,0],[-17.018,16],[9.213,50.737]],"o":[[-6.241,-30.463],[-5.911,-17.645],[-6.06,14.54],[0,0],[0,0],[9.992,-9.394],[-3.787,-20.856]],"v":[[-51.259,-158.537],[-71.589,-238.355],[-80.963,-225.093],[-96.007,-202.593],[-72.007,0],[-29.482,-25.5],[-34.213,-88.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[8.509,31.287],[6.813,20.34],[4.963,-11.907],[0,0],[0,0],[-17.018,16],[9.213,50.737]],"o":[[-6.241,-30.463],[-5.911,-17.645],[-6.06,14.54],[0,0],[0,0],[9.992,-9.394],[-3.787,-20.856]],"v":[[-51.259,-158.537],[-71.589,-238.355],[-80.963,-225.093],[-96.007,-202.593],[-72.007,0],[-29.482,-25.5],[-34.213,-88.644]],"c":true}],"e":[{"i":[[8.509,31.287],[4.772,20.913],[18.771,-35.562],[0,0],[0,0],[-35.294,7.846],[9.713,50.644]],"o":[[-6.241,-30.463],[-20.911,-91.645],[-14.037,26.593],[0,0],[0,0],[44.982,-10],[-4.991,-26.022]],"v":[[-6.759,-153.537],[-31.089,-246.855],[-59.463,-246.093],[-97.007,-208.093],[-74.007,0.5],[-18.482,-13.5],[11.287,-77.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[8.509,31.287],[4.772,20.913],[18.771,-35.562],[0,0],[0,0],[-35.294,7.846],[9.713,50.644]],"o":[[-6.241,-30.463],[-20.911,-91.645],[-14.037,26.593],[0,0],[0,0],[44.982,-10],[-4.991,-26.022]],"v":[[-6.759,-153.537],[-31.089,-246.855],[-59.463,-246.093],[-97.007,-208.093],[-74.007,0.5],[-18.482,-13.5],[11.287,-77.644]],"c":true}],"e":[{"i":[[9.759,27.037],[3.56,21.153],[32.297,-24.991],[0,0],[0,0],[-51.855,8.105],[16.213,81.144]],"o":[[-6.241,-30.463],[-13.911,-82.645],[-39.537,30.593],[0,0],[0,0],[47.982,-7.5],[-5.191,-25.982]],"v":[[27.241,-164.537],[14.411,-234.855],[-36.963,-250.093],[-97.507,-214.093],[-76.507,-0.5],[0.018,-9],[47.287,-86.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[9.759,27.037],[3.56,21.153],[32.297,-24.991],[0,0],[0,0],[-51.855,8.105],[16.213,81.144]],"o":[[-6.241,-30.463],[-13.911,-82.645],[-39.537,30.593],[0,0],[0,0],[47.982,-7.5],[-5.191,-25.982]],"v":[[27.241,-164.537],[14.411,-234.855],[-36.963,-250.093],[-97.507,-214.093],[-76.507,-0.5],[0.018,-9],[47.287,-86.144]],"c":true}],"e":[{"i":[[9.759,25.037],[3.589,22.355],[46.963,-21.907],[0,0],[0,0],[-52.444,2.078],[5.958,46.178]],"o":[[-1.241,-27.463],[-10.199,-63.523],[-35.55,16.583],[0,0],[0,0],[50.482,-2],[-5.787,-44.856]],"v":[[49.241,-157.537],[45.911,-224.855],[-24.963,-243.593],[-95.007,-217.593],[-76.507,-0.5],[33.018,-7],[72.287,-80.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.963,"s":[{"i":[[9.759,25.037],[3.589,22.355],[46.963,-21.907],[0,0],[0,0],[-52.444,2.078],[5.958,46.178]],"o":[[-1.241,-27.463],[-10.199,-63.523],[-35.55,16.583],[0,0],[0,0],[50.482,-2],[-5.787,-44.856]],"v":[[49.241,-157.537],[45.911,-224.855],[-24.963,-243.593],[-95.007,-217.593],[-76.507,-0.5],[33.018,-7],[72.287,-80.144]],"c":true}],"e":[{"i":[[15.759,21.037],[2.598,21.286],[45.963,-10.657],[0,0],[0,0],[-28.018,1],[5.463,51.394]],"o":[[3.509,-24.213],[-4.161,-64.895],[-38.537,12.343],[0,0],[0,0],[59.982,2.5],[-3.676,-32.795]],"v":[[59.241,-140.287],[64.661,-201.605],[-11.463,-241.343],[-91.757,-220.343],[-77.257,-0.75],[28.018,-4.5],[84.787,-81.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.93,"s":[{"i":[[15.759,21.037],[2.598,21.286],[45.963,-10.657],[0,0],[0,0],[-28.018,1],[5.463,51.394]],"o":[[3.509,-24.213],[-4.161,-64.895],[-38.537,12.343],[0,0],[0,0],[59.982,2.5],[-3.676,-32.795]],"v":[[59.241,-140.287],[64.661,-201.605],[-11.463,-241.343],[-91.757,-220.343],[-77.257,-0.75],[28.018,-4.5],[84.787,-81.144]],"c":true}],"e":[{"i":[[21.759,21.537],[2.058,21.352],[37.463,-5.907],[0,0],[0,0],[0,0],[4.713,56.644]],"o":[[10.259,-19.963],[-5.411,-56.145],[-38.749,6.11],[0,0],[0,0],[45.482,1],[-2.393,-28.758]],"v":[[62.241,-133.037],[74.911,-192.355],[-0.463,-236.593],[-88.507,-223.093],[-78.007,-1],[23.018,-2.5],[92.287,-70.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.756,"s":[{"i":[[21.759,21.537],[2.058,21.352],[37.463,-5.907],[0,0],[0,0],[0,0],[4.713,56.644]],"o":[[10.259,-19.963],[-5.411,-56.145],[-38.749,6.11],[0,0],[0,0],[45.482,1],[-2.393,-28.758]],"v":[[62.241,-133.037],[74.911,-192.355],[-0.463,-236.593],[-88.507,-223.093],[-78.007,-1],[23.018,-2.5],[92.287,-70.144]],"c":true}],"e":[{"i":[[24.259,15.287],[0.089,22.605],[44.213,-5.407],[0,0],[0,0],[0,0],[2.205,48.866]],"o":[[11.759,-13.713],[-2.705,-47.408],[-24.787,2.093],[0,0],[0,0],[45.482,1],[-1.09,-28.807]],"v":[[60.241,-127.787],[78.411,-180.605],[5.787,-233.593],[-86.007,-223.593],[-78.007,-1],[24.768,-0.25],[93.287,-66.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19.63,"s":[{"i":[[24.259,15.287],[0.089,22.605],[44.213,-5.407],[0,0],[0,0],[0,0],[2.205,48.866]],"o":[[11.759,-13.713],[-2.705,-47.408],[-24.787,2.093],[0,0],[0,0],[45.482,1],[-1.09,-28.807]],"v":[[60.241,-127.787],[78.411,-180.605],[5.787,-233.593],[-86.007,-223.593],[-78.007,-1],[24.768,-0.25],[93.287,-66.644]],"c":true}],"e":[{"i":[[21.149,8.762],[0,21.451],[38.463,-2.407],[0,0],[0,0],[0,0],[-0.303,41.088]],"o":[[15.106,-9.064],[0,-38.672],[0,0],[0,0],[0,0],[45.482,1],[0.213,-28.856]],"v":[[59.241,-124.037],[79.411,-176.855],[14.537,-231.593],[-83.507,-224.093],[-78.007,-1],[23.518,0],[94.787,-61.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.505,"s":[{"i":[[21.149,8.762],[0,21.451],[38.463,-2.407],[0,0],[0,0],[0,0],[-0.303,41.088]],"o":[[15.106,-9.064],[0,-38.672],[0,0],[0,0],[0,0],[45.482,1],[0.213,-28.856]],"v":[[59.241,-124.037],[79.411,-176.855],[14.537,-231.593],[-83.507,-224.093],[-78.007,-1],[23.518,0],[94.787,-61.144]],"c":true}],"e":[{"i":[[21.149,8.762],[0.749,21.438],[38.114,-1.203],[0,0],[0,0],[0,0],[-0.152,41.088]],"o":[[15.106,-9.064],[-1.411,-40.395],[0,0],[0,0],[0,0],[41.473,0.5],[0.106,-28.93]],"v":[[56.741,-120.537],[79.911,-168.605],[13.287,-226.593],[-79.507,-225.843],[-78.757,-0.5],[21.518,-0.5],[92.037,-63.144]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":22.253,"s":[{"i":[[21.149,8.762],[0.749,21.438],[38.114,-1.203],[0,0],[0,0],[0,0],[-0.152,41.088]],"o":[[15.106,-9.064],[-1.411,-40.395],[0,0],[0,0],[0,0],[41.473,0.5],[0.106,-28.93]],"v":[[56.741,-120.537],[79.911,-168.605],[13.287,-226.593],[-79.507,-225.843],[-78.757,-0.5],[21.518,-0.5],[92.037,-63.144]],"c":true}],"e":[{"i":[[21.149,8.762],[0,21.451],[37.766,0],[0,0],[0,0],[0,0],[0,41.089]],"o":[[15.106,-9.064],[0,-38.672],[0,0],[0,0],[0,0],[37.463,0],[0,-29.004]],"v":[[55.241,-119.037],[79.411,-164.355],[12.037,-226.593],[-79.507,-226.593],[-79.507,0],[23.518,0],[90.287,-63.144]],"c":true}]},{"t":24}]},"nm":"B"},{"ind":1,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[-1.324,-11.343],[1.439,-10.814],[0,0],[0,0],[0,0]],"o":[[1.603,13.739],[0,0],[0,0],[0,0],[3.112,-1.724]],"v":[[-264.603,-181.739],[-262.939,-148.686],[-267.481,-144.898],[-273.154,-192.488],[-271.112,-195.276]],"c":true}],"e":[{"i":[[-1.324,-11.343],[1.439,-10.814],[0,0],[0,0],[0,0]],"o":[[1.603,13.739],[0,0],[0,0],[0,0],[3.112,-1.724]],"v":[[-60.603,-177.739],[-58.939,-144.686],[-63.481,-140.898],[-69.154,-188.488],[-67.112,-191.276]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[-1.324,-11.343],[1.439,-10.814],[0,0],[0,0],[0,0]],"o":[[1.603,13.739],[0,0],[0,0],[0,0],[3.112,-1.724]],"v":[[-60.603,-177.739],[-58.939,-144.686],[-63.481,-140.898],[-69.154,-188.488],[-67.112,-191.276]],"c":true}],"e":[{"i":[[-1.324,-11.343],[4.939,-8.814],[0,0],[0,0],[0,0]],"o":[[1.603,13.739],[0,0],[0,0],[0,0],[6.612,-3.724]],"v":[[-40.603,-178.239],[-44.439,-146.186],[-54.981,-139.898],[-61.654,-188.488],[-53.612,-193.776]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[-1.324,-11.343],[4.939,-8.814],[0,0],[0,0],[0,0]],"o":[[1.603,13.739],[0,0],[0,0],[0,0],[6.612,-3.724]],"v":[[-40.603,-178.239],[-44.439,-146.186],[-54.981,-139.898],[-61.654,-188.488],[-53.612,-193.776]],"c":true}],"e":[{"i":[[-0.897,-12.761],[7.439,-4.314],[0,0],[0,0],[0,0]],"o":[[1.049,14.93],[0,0],[0,0],[0,0],[11.112,-4.224]],"v":[[-22.103,-175.239],[-29.439,-144.686],[-49.481,-139.398],[-53.654,-189.988],[-40.112,-193.776]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.963,"s":[{"i":[[-0.897,-12.761],[7.439,-4.314],[0,0],[0,0],[0,0]],"o":[[1.049,14.93],[0,0],[0,0],[0,0],[11.112,-4.224]],"v":[[-22.103,-175.239],[-29.439,-144.686],[-49.481,-139.398],[-53.654,-189.988],[-40.112,-193.776]],"c":true}],"e":[{"i":[[-2.295,-14.342],[14.615,-7.06],[0,0],[0,0],[0,0]],"o":[[2.247,14.043],[0,0],[0,0],[0,0],[12.13,-2.72]],"v":[[-5.749,-174.483],[-19.893,-141.684],[-44.391,-137.152],[-47.397,-188.494],[-26.535,-193.276]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.93,"s":[{"i":[[-2.295,-14.342],[14.615,-7.06],[0,0],[0,0],[0,0]],"o":[[2.247,14.043],[0,0],[0,0],[0,0],[12.13,-2.72]],"v":[[-5.749,-174.483],[-19.893,-141.684],[-44.391,-137.152],[-47.397,-188.494],[-26.535,-193.276]],"c":true}],"e":[{"i":[[-2.154,-14.341],[17.439,-2.814],[0,0],[0,0],[0,0]],"o":[[2.109,14.042],[0,0],[0,0],[0,0],[13.612,-1.724]],"v":[[7.397,-171.739],[-12.939,-138.686],[-40.981,-136.898],[-43.154,-187.488],[-17.112,-191.276]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.756,"s":[{"i":[[-2.154,-14.341],[17.439,-2.814],[0,0],[0,0],[0,0]],"o":[[2.109,14.042],[0,0],[0,0],[0,0],[13.612,-1.724]],"v":[[7.397,-171.739],[-12.939,-138.686],[-40.981,-136.898],[-43.154,-187.488],[-17.112,-191.276]],"c":true}],"e":[{"i":[[-1.534,-14.395],[17.58,-1.876],[0,0],[0,0],[0,0]],"o":[[1.502,14.095],[0,0],[0,0],[0,0],[14.855,-1.149]],"v":[[16.498,-167.632],[-5.273,-137.269],[-37.547,-135.91],[-39.662,-187.025],[-9.278,-190.383]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19.63,"s":[{"i":[[-1.534,-14.395],[17.58,-1.876],[0,0],[0,0],[0,0]],"o":[[1.502,14.095],[0,0],[0,0],[0,0],[14.855,-1.149]],"v":[[16.498,-167.632],[-5.273,-137.269],[-37.547,-135.91],[-39.662,-187.025],[-9.278,-190.383]],"c":true}],"e":[{"i":[[-0.767,-14.448],[16.041,-0.938],[0,0],[0,0],[0,0]],"o":[[0.751,14.147],[0,0],[0,0],[0,0],[14.678,-0.575]],"v":[[24.639,-165.025],[-0.738,-135.852],[-35.862,-134.172],[-36.92,-187.061],[-2.991,-188.991]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.505,"s":[{"i":[[-0.767,-14.448],[16.041,-0.938],[0,0],[0,0],[0,0]],"o":[[0.751,14.147],[0,0],[0,0],[0,0],[14.678,-0.575]],"v":[[24.639,-165.025],[-0.738,-135.852],[-35.862,-134.172],[-36.92,-187.061],[-2.991,-188.991]],"c":true}],"e":[{"i":[[0,-14.502],[14.502,0],[0,0],[0,0],[0,0]],"o":[[0,14.2],[0,0],[0,0],[0,0],[14.502,0]],"v":[[28.279,-161.917],[4.297,-134.435],[-34.177,-133.435],[-34.177,-187.098],[3.297,-187.598]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21.376,"s":[{"i":[[0,-14.502],[14.502,0],[0,0],[0,0],[0,0]],"o":[[0,14.2],[0,0],[0,0],[0,0],[14.502,0]],"v":[[28.279,-161.917],[4.297,-134.435],[-34.177,-133.435],[-34.177,-187.098],[3.297,-187.598]],"c":true}],"e":[{"i":[[0,-14.502],[16.037,-0.065],[0,0],[0,0],[0,0]],"o":[[0,14.2],[0,0],[0,0],[0,0],[14.502,0]],"v":[[31.613,-160.417],[4.963,-133.935],[-33.677,-133.268],[-33.677,-186.264],[4.297,-186.598]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":22.253,"s":[{"i":[[0,-14.502],[16.037,-0.065],[0,0],[0,0],[0,0]],"o":[[0,14.2],[0,0],[0,0],[0,0],[14.502,0]],"v":[[31.613,-160.417],[4.963,-133.935],[-33.677,-133.268],[-33.677,-186.264],[4.297,-186.598]],"c":true}],"e":[{"i":[[0,-14.502],[14.502,0],[0,0],[0,0],[0,0]],"o":[[0,14.2],[0,0],[0,0],[0,0],[14.502,0]],"v":[[32.279,-158.917],[6.297,-132.935],[-32.677,-132.935],[-32.677,-184.598],[6.297,-184.598]],"c":true}]},{"t":24}]},"nm":"B"},{"ind":2,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[2.931,-7.005],[0,0],[0,0],[0,0],[-1.768,-14.461]],"o":[[0,0],[0,0],[0,0],[2.931,0.658],[2.344,19.176]],"v":[[-262.931,-52.995],[-268.677,-50.995],[-274.177,-102.658],[-270.431,-105.658],[-264.344,-84.176]],"c":true}],"e":[{"i":[[2.931,-7.005],[0,0],[0,0],[0,0],[-1.768,-14.461]],"o":[[0,0],[0,0],[0,0],[2.931,0.658],[2.344,19.176]],"v":[[-46.431,-52.995],[-52.177,-50.995],[-57.677,-102.658],[-53.931,-105.658],[-47.844,-84.176]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[2.931,-7.005],[0,0],[0,0],[0,0],[-1.768,-14.461]],"o":[[0,0],[0,0],[0,0],[2.931,0.658],[2.344,19.176]],"v":[[-46.431,-52.995],[-52.177,-50.995],[-57.677,-102.658],[-53.931,-105.658],[-47.844,-84.176]],"c":true}],"e":[{"i":[[7.931,-3.505],[0,0],[0,0],[0,0],[-1.768,-14.461]],"o":[[0,0],[0,0],[0,0],[8.931,-2.842],[2.344,19.176]],"v":[[-32.931,-51.495],[-45.677,-48.995],[-51.177,-100.658],[-40.431,-104.658],[-26.844,-83.176]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[7.931,-3.505],[0,0],[0,0],[0,0],[-1.768,-14.461]],"o":[[0,0],[0,0],[0,0],[8.931,-2.842],[2.344,19.176]],"v":[[-32.931,-51.495],[-45.677,-48.995],[-51.177,-100.658],[-40.431,-104.658],[-26.844,-83.176]],"c":true}],"e":[{"i":[[13.431,-1.505],[0,0],[0,0],[0,0],[-2.656,-14.324]],"o":[[0,0],[0,0],[0,0],[8.931,-2.842],[2.589,13.962]],"v":[[-19.931,-48.995],[-40.177,-47.495],[-45.177,-99.158],[-24.431,-103.158],[-6.344,-82.676]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.963,"s":[{"i":[[13.431,-1.505],[0,0],[0,0],[0,0],[-2.656,-14.324]],"o":[[0,0],[0,0],[0,0],[8.931,-2.842],[2.589,13.962]],"v":[[-19.931,-48.995],[-40.177,-47.495],[-45.177,-99.158],[-24.431,-103.158],[-6.344,-82.676]],"c":true}],"e":[{"i":[[14.118,-0.752],[0,0],[0,0],[0,0],[-2.656,-14.324]],"o":[[0,0],[0,0],[0,0],[15.681,-1.092],[2.589,13.962]],"v":[[-7.681,-46.495],[-37.927,-44.245],[-41.177,-97.908],[-14.681,-101.408],[8.906,-80.176]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.93,"s":[{"i":[[14.118,-0.752],[0,0],[0,0],[0,0],[-2.656,-14.324]],"o":[[0,0],[0,0],[0,0],[15.681,-1.092],[2.589,13.962]],"v":[[-7.681,-46.495],[-37.927,-44.245],[-41.177,-97.908],[-14.681,-101.408],[8.906,-80.176]],"c":true}],"e":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[-2.656,-14.324]],"o":[[0,0],[0,0],[0,0],[14.804,0],[2.589,13.962]],"v":[[-0.931,-44.995],[-36.677,-42.995],[-39.177,-97.158],[-3.931,-100.158],[21.656,-76.676]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.756,"s":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[-2.656,-14.324]],"o":[[0,0],[0,0],[0,0],[14.804,0],[2.589,13.962]],"v":[[-0.931,-44.995],[-36.677,-42.995],[-39.177,-97.158],[-3.931,-100.158],[21.656,-76.676]],"c":true}],"e":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[-1.77,-14.283]],"o":[[0,0],[0,0],[0,0],[14.804,0],[1.726,14.041]],"v":[[7.902,-44.495],[-34.344,-44.162],[-35.844,-96.158],[5.902,-97.825],[29.989,-73.176]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19.63,"s":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[-1.77,-14.283]],"o":[[0,0],[0,0],[0,0],[14.804,0],[1.726,14.041]],"v":[[7.902,-44.495],[-34.344,-44.162],[-35.844,-96.158],[5.902,-97.825],[29.989,-73.176]],"c":true}],"e":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[-0.885,-14.241]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0.863,14.121]],"v":[[12.235,-42.745],[-33.761,-42.329],[-34.761,-95.908],[11.235,-96.242],[37.322,-69.926]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.505,"s":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[-0.885,-14.241]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0.863,14.121]],"v":[[12.235,-42.745],[-33.761,-42.329],[-34.761,-95.908],[11.235,-96.242],[37.322,-69.926]],"c":true}],"e":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[0,-14.2]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0,14.2]],"v":[[13.569,-41.995],[-32.677,-41.995],[-33.677,-95.658],[16.569,-94.658],[40.656,-68.676]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21.376,"s":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[0,-14.2]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0,14.2]],"v":[[13.569,-41.995],[-32.677,-41.995],[-33.677,-95.658],[16.569,-94.658],[40.656,-68.676]],"c":true}],"e":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[0,-14.2]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0,14.2]],"v":[[16.569,-41.995],[-32.677,-41.995],[-32.677,-93.658],[16.569,-94.658],[43.156,-67.676]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":22.253,"s":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[0,-14.2]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0,14.2]],"v":[[16.569,-41.995],[-32.677,-41.995],[-32.677,-93.658],[16.569,-94.658],[43.156,-67.676]],"c":true}],"e":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[0,-14.2]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0,14.2]],"v":[[16.569,-41.995],[-32.677,-41.995],[-32.677,-93.658],[16.569,-93.658],[43.156,-67.676]],"c":true}]},{"t":24}]},"nm":"B"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"B"}],"ip":15,"op":23,"st":0,"bm":10,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"B orange layer 3 shadow","parent":34,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[5],"e":[40]},{"t":22}]},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[-3,10],[4,29]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[3,-10],[-4,-29]],"v":[[-99,-265],[-121,-264],[-133,-219],[-107,10],[-84,33],[-49,13],[-62,-108]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[-3,10],[4,29]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[3,-10],[-4,-29]],"v":[[-70,-275],[-92,-274],[-104,-229],[-78,0],[-55,23],[-20,3],[-33,-118]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[-3,10],[4,29]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[3,-10],[-4,-29]],"v":[[-70,-275],[-92,-274],[-104,-229],[-78,0],[-55,23],[-20,3],[-33,-118]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[-3,10],[4,29]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[3,-10],[-4,-29]],"v":[[-25.168,-278.566],[-92,-274],[-104,-229],[-78,0],[-55,23],[22.285,0.453],[-2.338,-146.717]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[-3,10],[4,29]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[3,-10],[-4,-29]],"v":[[-25.168,-278.566],[-92,-274],[-104,-229],[-78,0],[-55,23],[22.285,0.453],[-2.338,-146.717]],"c":true}],"e":[{"i":[[16.753,14.499],[0,0],[0,0],[0,0],[0,0],[-3,10],[21.96,31.036]],"o":[[-16.753,-14.499],[0,0],[0,0],[0,0],[0,0],[3,-10],[2.96,-38.964]],"v":[[19.753,-282.501],[-92,-274],[-104,-229],[-78,0],[-55,23],[64.682,-1.606],[39.04,-141.036]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[16.753,14.499],[0,0],[0,0],[0,0],[0,0],[-3,10],[21.96,31.036]],"o":[[-16.753,-14.499],[0,0],[0,0],[0,0],[0,0],[3,-10],[2.96,-38.964]],"v":[[19.753,-282.501],[-92,-274],[-104,-229],[-78,0],[-55,23],[64.682,-1.606],[39.04,-141.036]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[-3,10],[24,29]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[3,-10],[12,-31]],"v":[[67,-296],[-92,-274],[-104,-229],[-78,0],[-55,23],[110,9],[57,-143]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[-3,10],[24,29]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[3,-10],[12,-31]],"v":[[67,-296],[-92,-274],[-104,-229],[-78,0],[-55,23],[110,9],[57,-143]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[-3,10],[4,29]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[3,-10],[-4,-29]],"v":[[60,-286],[-92,-274],[-104,-229],[-78,0],[-55,23],[104,4],[115,-139]],"c":true}]},{"t":19}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[1.759,26.037],[0.589,9.355],[8.227,2.939],[0,0],[0,0],[-17.127,-8.576],[-4.287,-8.856]],"o":[[-1.241,-21.463],[-0.382,-6.06],[-9.537,-3.407],[0,0],[0,0],[11.982,6],[-1.787,-26.856]],"v":[[-12.759,-43.537],[-15.089,-87.355],[-25.963,-106.093],[-46.507,-102.093],[-51.007,3.5],[-21.482,0],[-8.713,17.856]],"c":true}],"e":[{"i":[[5.759,37.537],[2.589,11.855],[15.486,1.354],[0,0],[0,0],[-32.518,-11.5],[-4.287,-8.856]],"o":[[-6.241,-39.963],[-1.296,-5.932],[-27.537,-2.407],[0,0],[0,0],[21.489,7.6],[-3.287,-20.356]],"v":[[19.241,-49.037],[9.411,-111.855],[-17.463,-132.593],[-53.507,-120.593],[-55.507,2.5],[4.018,-9.5],[30.287,16.856]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[5.759,37.537],[2.589,11.855],[15.486,1.354],[0,0],[0,0],[-32.518,-11.5],[-4.287,-8.856]],"o":[[-6.241,-39.963],[-1.296,-5.932],[-27.537,-2.407],[0,0],[0,0],[21.489,7.6],[-3.287,-20.356]],"v":[[19.241,-49.037],[9.411,-111.855],[-17.463,-132.593],[-53.507,-120.593],[-55.507,2.5],[4.018,-9.5],[30.287,16.856]],"c":true}],"e":[{"i":[[7.259,32.537],[3.089,9.355],[44.113,-3.3],[0,0],[0,0],[-53.018,1],[3.713,19.144]],"o":[[-7.241,-38.463],[-1.904,-5.765],[-48.037,3.593],[0,0],[0,0],[60.505,-1.141],[-3.159,-16.288]],"v":[[83.741,-85.537],[72.411,-142.355],[4.537,-172.593],[-61.007,-138.593],[-59.007,1.5],[28.018,-33.5],[99.787,-17.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[7.259,32.537],[3.089,9.355],[44.113,-3.3],[0,0],[0,0],[-53.018,1],[3.713,19.144]],"o":[[-7.241,-38.463],[-1.904,-5.765],[-48.037,3.593],[0,0],[0,0],[60.505,-1.141],[-3.159,-16.288]],"v":[[83.741,-85.537],[72.411,-142.355],[4.537,-172.593],[-61.007,-138.593],[-59.007,1.5],[28.018,-33.5],[99.787,-17.644]],"c":true}],"e":[{"i":[[10.759,29.037],[4.471,5.31],[29.463,-40.407],[0,0],[0,0],[-43.018,23.5],[3.713,19.144]],"o":[[-7.241,-21.963],[-3.911,-4.645],[-7.99,10.959],[0,0],[0,0],[44.538,-24.331],[-3.159,-16.288]],"v":[[45.241,-195.037],[21.411,-260.355],[-37.963,-203.593],[-68.007,-155.093],[-61.507,3],[11.018,-60],[71.287,-111.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[10.759,29.037],[4.471,5.31],[29.463,-40.407],[0,0],[0,0],[-43.018,23.5],[3.713,19.144]],"o":[[-7.241,-21.963],[-3.911,-4.645],[-7.99,10.959],[0,0],[0,0],[44.538,-24.331],[-3.159,-16.288]],"v":[[45.241,-195.037],[21.411,-260.355],[-37.963,-203.593],[-68.007,-155.093],[-61.507,3],[11.018,-60],[71.287,-111.144]],"c":true}],"e":[{"i":[[4.259,17.037],[1.335,6.812],[2.963,-14.907],[0,0],[0,0],[-7.018,26.5],[3.713,19.144]],"o":[[-2.741,-12.463],[-0.911,-4.645],[-2.644,13.302],[0,0],[0,0],[9.673,-36.528],[-3.159,-16.288]],"v":[[-52.759,-171.537],[-67.089,-217.855],[-68.963,-189.593],[-76.007,-170.093],[-64.007,1.5],[-40.982,-50],[-39.713,-115.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[4.259,17.037],[1.335,6.812],[2.963,-14.907],[0,0],[0,0],[-7.018,26.5],[3.713,19.144]],"o":[[-2.741,-12.463],[-0.911,-4.645],[-2.644,13.302],[0,0],[0,0],[9.673,-36.528],[-3.159,-16.288]],"v":[[-52.759,-171.537],[-67.089,-217.855],[-68.963,-189.593],[-76.007,-170.093],[-64.007,1.5],[-40.982,-50],[-39.713,-115.644]],"c":true}],"e":[{"i":[[2.759,16.037],[0.552,6.919],[3.15,2.884],[0,0],[0,0],[4.147,22.987],[2.213,13.144]],"o":[[-0.741,-7.963],[-0.411,-5.145],[-1.537,-1.407],[0,0],[0,0],[-3.518,-19.5],[-2.755,-16.362]],"v":[[-73.259,-145.537],[-82.089,-178.355],[-90.963,-174.593],[-83.007,-159.593],[-66.507,1.5],[-58.482,-36],[-71.713,-94.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[2.759,16.037],[0.552,6.919],[3.15,2.884],[0,0],[0,0],[4.147,22.987],[2.213,13.144]],"o":[[-0.741,-7.963],[-0.411,-5.145],[-1.537,-1.407],[0,0],[0,0],[-3.518,-19.5],[-2.755,-16.362]],"v":[[-73.259,-145.537],[-82.089,-178.355],[-90.963,-174.593],[-83.007,-159.593],[-66.507,1.5],[-58.482,-36],[-71.713,-94.644]],"c":true}],"e":[{"i":[[2.759,16.037],[0.552,6.919],[3.15,2.884],[0,0],[0,0],[4.147,22.987],[2.213,13.144]],"o":[[-0.741,-7.963],[-0.411,-5.145],[-1.537,-1.407],[0,0],[0,0],[-3.518,-19.5],[-2.755,-16.362]],"v":[[-79.259,-143.537],[-82.089,-178.355],[-90.963,-174.593],[-87.007,-159.593],[-69.007,-0.5],[-59.482,-33.5],[-71.713,-94.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[2.759,16.037],[0.552,6.919],[3.15,2.884],[0,0],[0,0],[4.147,22.987],[2.213,13.144]],"o":[[-0.741,-7.963],[-0.411,-5.145],[-1.537,-1.407],[0,0],[0,0],[-3.518,-19.5],[-2.755,-16.362]],"v":[[-79.259,-143.537],[-82.089,-178.355],[-90.963,-174.593],[-87.007,-159.593],[-69.007,-0.5],[-59.482,-33.5],[-71.713,-94.644]],"c":true}],"e":[{"i":[[2.759,16.037],[1.089,6.855],[3.15,2.884],[0,0],[0,0],[0.024,23.358],[2.213,13.144]],"o":[[-0.741,-7.963],[-2.92,-18.378],[-1.537,-1.407],[0,0],[0,0],[-0.018,-17.5],[-2.755,-16.362]],"v":[[-74.759,-145.537],[-84.089,-185.855],[-90.463,-219.593],[-95.507,-208.093],[-71.507,0.5],[-51.482,-32],[-65.713,-94.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[2.759,16.037],[1.089,6.855],[3.15,2.884],[0,0],[0,0],[0.024,23.358],[2.213,13.144]],"o":[[-0.741,-7.963],[-2.92,-18.378],[-1.537,-1.407],[0,0],[0,0],[-0.018,-17.5],[-2.755,-16.362]],"v":[[-74.759,-145.537],[-84.089,-185.855],[-90.463,-219.593],[-95.507,-208.093],[-71.507,0.5],[-51.482,-32],[-65.713,-94.144]],"c":true}],"e":[{"i":[[8.509,31.287],[6.813,20.34],[4.963,-11.907],[0,0],[0,0],[-17.018,16],[9.213,50.737]],"o":[[-6.241,-30.463],[-5.911,-17.645],[-6.06,14.54],[0,0],[0,0],[9.992,-9.394],[-3.787,-20.856]],"v":[[-51.259,-158.537],[-71.589,-238.355],[-80.963,-225.093],[-96.007,-202.593],[-72.007,0],[-29.482,-25.5],[-34.213,-88.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[8.509,31.287],[6.813,20.34],[4.963,-11.907],[0,0],[0,0],[-17.018,16],[9.213,50.737]],"o":[[-6.241,-30.463],[-5.911,-17.645],[-6.06,14.54],[0,0],[0,0],[9.992,-9.394],[-3.787,-20.856]],"v":[[-51.259,-158.537],[-71.589,-238.355],[-80.963,-225.093],[-96.007,-202.593],[-72.007,0],[-29.482,-25.5],[-34.213,-88.644]],"c":true}],"e":[{"i":[[8.509,31.287],[4.772,20.913],[18.771,-35.562],[0,0],[0,0],[-35.294,7.846],[9.713,50.644]],"o":[[-6.241,-30.463],[-20.911,-91.645],[-14.037,26.593],[0,0],[0,0],[44.982,-10],[-4.991,-26.022]],"v":[[-6.759,-153.537],[-31.089,-246.855],[-59.463,-246.093],[-97.007,-208.093],[-74.007,0.5],[-18.482,-13.5],[11.287,-77.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[8.509,31.287],[4.772,20.913],[18.771,-35.562],[0,0],[0,0],[-35.294,7.846],[9.713,50.644]],"o":[[-6.241,-30.463],[-20.911,-91.645],[-14.037,26.593],[0,0],[0,0],[44.982,-10],[-4.991,-26.022]],"v":[[-6.759,-153.537],[-31.089,-246.855],[-59.463,-246.093],[-97.007,-208.093],[-74.007,0.5],[-18.482,-13.5],[11.287,-77.644]],"c":true}],"e":[{"i":[[9.759,27.037],[3.56,21.153],[32.297,-24.991],[0,0],[0,0],[-51.855,8.105],[16.213,81.144]],"o":[[-6.241,-30.463],[-13.911,-82.645],[-39.537,30.593],[0,0],[0,0],[47.982,-7.5],[-5.191,-25.982]],"v":[[27.241,-164.537],[14.411,-234.855],[-36.963,-250.093],[-97.507,-214.093],[-76.507,-0.5],[0.018,-9],[47.287,-86.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[9.759,27.037],[3.56,21.153],[32.297,-24.991],[0,0],[0,0],[-51.855,8.105],[16.213,81.144]],"o":[[-6.241,-30.463],[-13.911,-82.645],[-39.537,30.593],[0,0],[0,0],[47.982,-7.5],[-5.191,-25.982]],"v":[[27.241,-164.537],[14.411,-234.855],[-36.963,-250.093],[-97.507,-214.093],[-76.507,-0.5],[0.018,-9],[47.287,-86.144]],"c":true}],"e":[{"i":[[9.759,25.037],[3.589,22.355],[46.963,-21.907],[0,0],[0,0],[-52.444,2.078],[5.958,46.178]],"o":[[-1.241,-27.463],[-10.199,-63.523],[-35.55,16.583],[0,0],[0,0],[50.482,-2],[-5.787,-44.856]],"v":[[49.241,-157.537],[45.911,-224.855],[-24.963,-243.593],[-95.007,-217.593],[-76.507,-0.5],[33.018,-7],[72.287,-80.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.963,"s":[{"i":[[9.759,25.037],[3.589,22.355],[46.963,-21.907],[0,0],[0,0],[-52.444,2.078],[5.958,46.178]],"o":[[-1.241,-27.463],[-10.199,-63.523],[-35.55,16.583],[0,0],[0,0],[50.482,-2],[-5.787,-44.856]],"v":[[49.241,-157.537],[45.911,-224.855],[-24.963,-243.593],[-95.007,-217.593],[-76.507,-0.5],[33.018,-7],[72.287,-80.144]],"c":true}],"e":[{"i":[[15.759,21.037],[2.598,21.286],[45.963,-10.657],[0,0],[0,0],[-28.018,1],[5.463,51.394]],"o":[[3.509,-24.213],[-4.161,-64.895],[-38.537,12.343],[0,0],[0,0],[59.982,2.5],[-3.676,-32.795]],"v":[[59.241,-140.287],[64.661,-201.605],[-11.463,-241.343],[-91.757,-220.343],[-77.257,-0.75],[28.018,-4.5],[84.787,-81.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.93,"s":[{"i":[[15.759,21.037],[2.598,21.286],[45.963,-10.657],[0,0],[0,0],[-28.018,1],[5.463,51.394]],"o":[[3.509,-24.213],[-4.161,-64.895],[-38.537,12.343],[0,0],[0,0],[59.982,2.5],[-3.676,-32.795]],"v":[[59.241,-140.287],[64.661,-201.605],[-11.463,-241.343],[-91.757,-220.343],[-77.257,-0.75],[28.018,-4.5],[84.787,-81.144]],"c":true}],"e":[{"i":[[21.759,21.537],[2.058,21.352],[37.463,-5.907],[0,0],[0,0],[0,0],[4.713,56.644]],"o":[[10.259,-19.963],[-5.411,-56.145],[-38.749,6.11],[0,0],[0,0],[45.482,1],[-2.393,-28.758]],"v":[[62.241,-133.037],[74.911,-192.355],[-0.463,-236.593],[-88.507,-223.093],[-78.007,-1],[23.018,-2.5],[92.287,-70.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.756,"s":[{"i":[[21.759,21.537],[2.058,21.352],[37.463,-5.907],[0,0],[0,0],[0,0],[4.713,56.644]],"o":[[10.259,-19.963],[-5.411,-56.145],[-38.749,6.11],[0,0],[0,0],[45.482,1],[-2.393,-28.758]],"v":[[62.241,-133.037],[74.911,-192.355],[-0.463,-236.593],[-88.507,-223.093],[-78.007,-1],[23.018,-2.5],[92.287,-70.144]],"c":true}],"e":[{"i":[[24.259,15.287],[0.089,22.605],[44.213,-5.407],[0,0],[0,0],[0,0],[2.205,48.866]],"o":[[11.759,-13.713],[-2.705,-47.408],[-24.787,2.093],[0,0],[0,0],[45.482,1],[-1.09,-28.807]],"v":[[60.241,-127.787],[78.411,-180.605],[5.787,-233.593],[-86.007,-223.593],[-78.007,-1],[24.768,-0.25],[93.287,-66.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19.63,"s":[{"i":[[24.259,15.287],[0.089,22.605],[44.213,-5.407],[0,0],[0,0],[0,0],[2.205,48.866]],"o":[[11.759,-13.713],[-2.705,-47.408],[-24.787,2.093],[0,0],[0,0],[45.482,1],[-1.09,-28.807]],"v":[[60.241,-127.787],[78.411,-180.605],[5.787,-233.593],[-86.007,-223.593],[-78.007,-1],[24.768,-0.25],[93.287,-66.644]],"c":true}],"e":[{"i":[[21.149,8.762],[0,21.451],[38.463,-2.407],[0,0],[0,0],[0,0],[-0.303,41.088]],"o":[[15.106,-9.064],[0,-38.672],[0,0],[0,0],[0,0],[45.482,1],[0.213,-28.856]],"v":[[59.241,-124.037],[79.411,-176.855],[14.537,-231.593],[-83.507,-224.093],[-78.007,-1],[23.518,0],[94.787,-61.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.505,"s":[{"i":[[21.149,8.762],[0,21.451],[38.463,-2.407],[0,0],[0,0],[0,0],[-0.303,41.088]],"o":[[15.106,-9.064],[0,-38.672],[0,0],[0,0],[0,0],[45.482,1],[0.213,-28.856]],"v":[[59.241,-124.037],[79.411,-176.855],[14.537,-231.593],[-83.507,-224.093],[-78.007,-1],[23.518,0],[94.787,-61.144]],"c":true}],"e":[{"i":[[21.149,8.762],[0.749,21.438],[38.114,-1.203],[0,0],[0,0],[0,0],[-0.152,41.088]],"o":[[15.106,-9.064],[-1.411,-40.395],[0,0],[0,0],[0,0],[41.473,0.5],[0.106,-28.93]],"v":[[56.741,-120.537],[79.911,-168.605],[13.287,-226.593],[-79.507,-225.843],[-78.757,-0.5],[21.518,-0.5],[92.037,-63.144]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":22.253,"s":[{"i":[[21.149,8.762],[0.749,21.438],[38.114,-1.203],[0,0],[0,0],[0,0],[-0.152,41.088]],"o":[[15.106,-9.064],[-1.411,-40.395],[0,0],[0,0],[0,0],[41.473,0.5],[0.106,-28.93]],"v":[[56.741,-120.537],[79.911,-168.605],[13.287,-226.593],[-79.507,-225.843],[-78.757,-0.5],[21.518,-0.5],[92.037,-63.144]],"c":true}],"e":[{"i":[[21.149,8.762],[0,21.451],[37.766,0],[0,0],[0,0],[0,0],[0,41.089]],"o":[[15.106,-9.064],[0,-38.672],[0,0],[0,0],[0,0],[37.463,0],[0,-29.004]],"v":[[55.241,-119.037],[79.411,-164.355],[12.037,-226.593],[-79.507,-226.593],[-79.507,0],[23.518,0],[90.287,-63.144]],"c":true}]},{"t":24}]},"nm":"B"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"B"}],"ip":14,"op":15,"st":0,"bm":10,"sr":1},{"ddd":0,"ind":17,"ty":4,"nm":"B orange layer 5","parent":34,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[1.759,26.037],[0.589,9.355],[8.227,2.939],[0,0],[0,0],[-17.127,-8.576],[-4.287,-8.856]],"o":[[-1.241,-21.463],[-0.382,-6.06],[-9.537,-3.407],[0,0],[0,0],[11.982,6],[-1.787,-26.856]],"v":[[-12.759,-43.537],[-15.089,-87.355],[-25.963,-106.093],[-46.507,-102.093],[-51.007,3.5],[-21.482,0],[-8.713,17.856]],"c":true}],"e":[{"i":[[5.759,37.537],[2.589,11.855],[15.486,1.354],[0,0],[0,0],[-32.518,-11.5],[-4.287,-8.856]],"o":[[-6.241,-39.963],[-1.296,-5.932],[-27.537,-2.407],[0,0],[0,0],[21.489,7.6],[-3.287,-20.356]],"v":[[19.241,-49.037],[9.411,-111.855],[-17.463,-132.593],[-53.507,-120.593],[-55.507,2.5],[4.018,-9.5],[30.287,16.856]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[5.759,37.537],[2.589,11.855],[15.486,1.354],[0,0],[0,0],[-32.518,-11.5],[-4.287,-8.856]],"o":[[-6.241,-39.963],[-1.296,-5.932],[-27.537,-2.407],[0,0],[0,0],[21.489,7.6],[-3.287,-20.356]],"v":[[19.241,-49.037],[9.411,-111.855],[-17.463,-132.593],[-53.507,-120.593],[-55.507,2.5],[4.018,-9.5],[30.287,16.856]],"c":true}],"e":[{"i":[[7.259,32.537],[3.089,9.355],[44.113,-3.3],[0,0],[0,0],[-53.018,1],[3.713,19.144]],"o":[[-7.241,-38.463],[-1.904,-5.765],[-48.037,3.593],[0,0],[0,0],[60.505,-1.141],[-3.159,-16.288]],"v":[[83.741,-85.537],[72.411,-142.355],[4.537,-172.593],[-61.007,-138.593],[-59.007,1.5],[28.018,-33.5],[99.787,-17.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[7.259,32.537],[3.089,9.355],[44.113,-3.3],[0,0],[0,0],[-53.018,1],[3.713,19.144]],"o":[[-7.241,-38.463],[-1.904,-5.765],[-48.037,3.593],[0,0],[0,0],[60.505,-1.141],[-3.159,-16.288]],"v":[[83.741,-85.537],[72.411,-142.355],[4.537,-172.593],[-61.007,-138.593],[-59.007,1.5],[28.018,-33.5],[99.787,-17.644]],"c":true}],"e":[{"i":[[10.759,29.037],[4.471,5.31],[29.463,-40.407],[0,0],[0,0],[-43.018,23.5],[3.713,19.144]],"o":[[-7.241,-21.963],[-3.911,-4.645],[-7.99,10.959],[0,0],[0,0],[44.538,-24.331],[-3.159,-16.288]],"v":[[45.241,-195.037],[21.411,-260.355],[-37.963,-203.593],[-68.007,-155.093],[-61.507,3],[11.018,-60],[71.287,-111.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[10.759,29.037],[4.471,5.31],[29.463,-40.407],[0,0],[0,0],[-43.018,23.5],[3.713,19.144]],"o":[[-7.241,-21.963],[-3.911,-4.645],[-7.99,10.959],[0,0],[0,0],[44.538,-24.331],[-3.159,-16.288]],"v":[[45.241,-195.037],[21.411,-260.355],[-37.963,-203.593],[-68.007,-155.093],[-61.507,3],[11.018,-60],[71.287,-111.144]],"c":true}],"e":[{"i":[[4.259,17.037],[1.335,6.812],[2.963,-14.907],[0,0],[0,0],[-7.018,26.5],[3.713,19.144]],"o":[[-2.741,-12.463],[-0.911,-4.645],[-2.644,13.302],[0,0],[0,0],[9.673,-36.528],[-3.159,-16.288]],"v":[[-52.759,-171.537],[-67.089,-217.855],[-68.963,-189.593],[-76.007,-170.093],[-64.007,1.5],[-40.982,-50],[-39.713,-115.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[4.259,17.037],[1.335,6.812],[2.963,-14.907],[0,0],[0,0],[-7.018,26.5],[3.713,19.144]],"o":[[-2.741,-12.463],[-0.911,-4.645],[-2.644,13.302],[0,0],[0,0],[9.673,-36.528],[-3.159,-16.288]],"v":[[-52.759,-171.537],[-67.089,-217.855],[-68.963,-189.593],[-76.007,-170.093],[-64.007,1.5],[-40.982,-50],[-39.713,-115.644]],"c":true}],"e":[{"i":[[2.759,16.037],[0.552,6.919],[3.15,2.884],[0,0],[0,0],[4.147,22.987],[2.213,13.144]],"o":[[-0.741,-7.963],[-0.411,-5.145],[-1.537,-1.407],[0,0],[0,0],[-3.518,-19.5],[-2.755,-16.362]],"v":[[-73.259,-145.537],[-82.089,-178.355],[-90.963,-174.593],[-83.007,-159.593],[-66.507,1.5],[-58.482,-36],[-71.713,-94.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[2.759,16.037],[0.552,6.919],[3.15,2.884],[0,0],[0,0],[4.147,22.987],[2.213,13.144]],"o":[[-0.741,-7.963],[-0.411,-5.145],[-1.537,-1.407],[0,0],[0,0],[-3.518,-19.5],[-2.755,-16.362]],"v":[[-73.259,-145.537],[-82.089,-178.355],[-90.963,-174.593],[-83.007,-159.593],[-66.507,1.5],[-58.482,-36],[-71.713,-94.644]],"c":true}],"e":[{"i":[[2.759,16.037],[0.552,6.919],[3.15,2.884],[0,0],[0,0],[4.147,22.987],[2.213,13.144]],"o":[[-0.741,-7.963],[-0.411,-5.145],[-1.537,-1.407],[0,0],[0,0],[-3.518,-19.5],[-2.755,-16.362]],"v":[[-79.259,-143.537],[-82.089,-178.355],[-90.963,-174.593],[-87.007,-159.593],[-69.007,-0.5],[-59.482,-33.5],[-71.713,-94.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[2.759,16.037],[0.552,6.919],[3.15,2.884],[0,0],[0,0],[4.147,22.987],[2.213,13.144]],"o":[[-0.741,-7.963],[-0.411,-5.145],[-1.537,-1.407],[0,0],[0,0],[-3.518,-19.5],[-2.755,-16.362]],"v":[[-79.259,-143.537],[-82.089,-178.355],[-90.963,-174.593],[-87.007,-159.593],[-69.007,-0.5],[-59.482,-33.5],[-71.713,-94.644]],"c":true}],"e":[{"i":[[2.759,16.037],[1.089,6.855],[3.15,2.884],[0,0],[0,0],[0.024,23.358],[2.213,13.144]],"o":[[-0.741,-7.963],[-2.92,-18.378],[-1.537,-1.407],[0,0],[0,0],[-0.018,-17.5],[-2.755,-16.362]],"v":[[-74.759,-145.537],[-84.089,-185.855],[-90.463,-219.593],[-95.507,-208.093],[-71.507,0.5],[-51.482,-32],[-65.713,-94.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[2.759,16.037],[1.089,6.855],[3.15,2.884],[0,0],[0,0],[0.024,23.358],[2.213,13.144]],"o":[[-0.741,-7.963],[-2.92,-18.378],[-1.537,-1.407],[0,0],[0,0],[-0.018,-17.5],[-2.755,-16.362]],"v":[[-74.759,-145.537],[-84.089,-185.855],[-90.463,-219.593],[-95.507,-208.093],[-71.507,0.5],[-51.482,-32],[-65.713,-94.144]],"c":true}],"e":[{"i":[[8.509,31.287],[6.813,20.34],[4.963,-11.907],[0,0],[0,0],[-17.018,16],[9.213,50.737]],"o":[[-6.241,-30.463],[-5.911,-17.645],[-6.06,14.54],[0,0],[0,0],[9.992,-9.394],[-3.787,-20.856]],"v":[[-51.259,-158.537],[-71.589,-238.355],[-80.963,-225.093],[-96.007,-202.593],[-72.007,0],[-29.482,-25.5],[-34.213,-88.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[8.509,31.287],[6.813,20.34],[4.963,-11.907],[0,0],[0,0],[-17.018,16],[9.213,50.737]],"o":[[-6.241,-30.463],[-5.911,-17.645],[-6.06,14.54],[0,0],[0,0],[9.992,-9.394],[-3.787,-20.856]],"v":[[-51.259,-158.537],[-71.589,-238.355],[-80.963,-225.093],[-96.007,-202.593],[-72.007,0],[-29.482,-25.5],[-34.213,-88.644]],"c":true}],"e":[{"i":[[8.509,31.287],[4.772,20.913],[18.771,-35.562],[0,0],[0,0],[-35.294,7.846],[9.713,50.644]],"o":[[-6.241,-30.463],[-20.911,-91.645],[-14.037,26.593],[0,0],[0,0],[44.982,-10],[-4.991,-26.022]],"v":[[-6.759,-153.537],[-31.089,-246.855],[-59.463,-246.093],[-97.007,-208.093],[-74.007,0.5],[-18.482,-13.5],[11.287,-77.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[8.509,31.287],[4.772,20.913],[18.771,-35.562],[0,0],[0,0],[-35.294,7.846],[9.713,50.644]],"o":[[-6.241,-30.463],[-20.911,-91.645],[-14.037,26.593],[0,0],[0,0],[44.982,-10],[-4.991,-26.022]],"v":[[-6.759,-153.537],[-31.089,-246.855],[-59.463,-246.093],[-97.007,-208.093],[-74.007,0.5],[-18.482,-13.5],[11.287,-77.644]],"c":true}],"e":[{"i":[[9.759,27.037],[3.56,21.153],[32.297,-24.991],[0,0],[0,0],[-51.855,8.105],[16.213,81.144]],"o":[[-6.241,-30.463],[-13.911,-82.645],[-39.537,30.593],[0,0],[0,0],[47.982,-7.5],[-5.191,-25.982]],"v":[[27.241,-164.537],[14.411,-234.855],[-36.963,-250.093],[-97.507,-214.093],[-76.507,-0.5],[0.018,-9],[47.287,-86.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[9.759,27.037],[3.56,21.153],[32.297,-24.991],[0,0],[0,0],[-51.855,8.105],[16.213,81.144]],"o":[[-6.241,-30.463],[-13.911,-82.645],[-39.537,30.593],[0,0],[0,0],[47.982,-7.5],[-5.191,-25.982]],"v":[[27.241,-164.537],[14.411,-234.855],[-36.963,-250.093],[-97.507,-214.093],[-76.507,-0.5],[0.018,-9],[47.287,-86.144]],"c":true}],"e":[{"i":[[9.759,25.037],[3.589,22.355],[46.963,-21.907],[0,0],[0,0],[-52.444,2.078],[5.958,46.178]],"o":[[-1.241,-27.463],[-10.199,-63.523],[-35.55,16.583],[0,0],[0,0],[50.482,-2],[-5.787,-44.856]],"v":[[49.241,-157.537],[45.911,-224.855],[-24.963,-243.593],[-95.007,-217.593],[-76.507,-0.5],[33.018,-7],[72.287,-80.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.963,"s":[{"i":[[9.759,25.037],[3.589,22.355],[46.963,-21.907],[0,0],[0,0],[-52.444,2.078],[5.958,46.178]],"o":[[-1.241,-27.463],[-10.199,-63.523],[-35.55,16.583],[0,0],[0,0],[50.482,-2],[-5.787,-44.856]],"v":[[49.241,-157.537],[45.911,-224.855],[-24.963,-243.593],[-95.007,-217.593],[-76.507,-0.5],[33.018,-7],[72.287,-80.144]],"c":true}],"e":[{"i":[[15.759,21.037],[2.598,21.286],[45.963,-10.657],[0,0],[0,0],[-28.018,1],[5.463,51.394]],"o":[[3.509,-24.213],[-4.161,-64.895],[-38.537,12.343],[0,0],[0,0],[59.982,2.5],[-3.676,-32.795]],"v":[[59.241,-140.287],[64.661,-201.605],[-11.463,-241.343],[-91.757,-220.343],[-77.257,-0.75],[28.018,-4.5],[84.787,-81.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.93,"s":[{"i":[[15.759,21.037],[2.598,21.286],[45.963,-10.657],[0,0],[0,0],[-28.018,1],[5.463,51.394]],"o":[[3.509,-24.213],[-4.161,-64.895],[-38.537,12.343],[0,0],[0,0],[59.982,2.5],[-3.676,-32.795]],"v":[[59.241,-140.287],[64.661,-201.605],[-11.463,-241.343],[-91.757,-220.343],[-77.257,-0.75],[28.018,-4.5],[84.787,-81.144]],"c":true}],"e":[{"i":[[21.759,21.537],[2.058,21.352],[37.463,-5.907],[0,0],[0,0],[0,0],[4.713,56.644]],"o":[[10.259,-19.963],[-5.411,-56.145],[-38.749,6.11],[0,0],[0,0],[45.482,1],[-2.393,-28.758]],"v":[[62.241,-133.037],[74.911,-192.355],[-0.463,-236.593],[-88.507,-223.093],[-78.007,-1],[23.018,-2.5],[92.287,-70.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.756,"s":[{"i":[[21.759,21.537],[2.058,21.352],[37.463,-5.907],[0,0],[0,0],[0,0],[4.713,56.644]],"o":[[10.259,-19.963],[-5.411,-56.145],[-38.749,6.11],[0,0],[0,0],[45.482,1],[-2.393,-28.758]],"v":[[62.241,-133.037],[74.911,-192.355],[-0.463,-236.593],[-88.507,-223.093],[-78.007,-1],[23.018,-2.5],[92.287,-70.144]],"c":true}],"e":[{"i":[[24.259,15.287],[0.089,22.605],[44.213,-5.407],[0,0],[0,0],[0,0],[2.205,48.866]],"o":[[11.759,-13.713],[-2.705,-47.408],[-24.787,2.093],[0,0],[0,0],[45.482,1],[-1.09,-28.807]],"v":[[60.241,-127.787],[78.411,-180.605],[5.787,-233.593],[-86.007,-223.593],[-78.007,-1],[24.768,-0.25],[93.287,-66.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19.63,"s":[{"i":[[24.259,15.287],[0.089,22.605],[44.213,-5.407],[0,0],[0,0],[0,0],[2.205,48.866]],"o":[[11.759,-13.713],[-2.705,-47.408],[-24.787,2.093],[0,0],[0,0],[45.482,1],[-1.09,-28.807]],"v":[[60.241,-127.787],[78.411,-180.605],[5.787,-233.593],[-86.007,-223.593],[-78.007,-1],[24.768,-0.25],[93.287,-66.644]],"c":true}],"e":[{"i":[[21.149,8.762],[0,21.451],[38.463,-2.407],[0,0],[0,0],[0,0],[-0.303,41.088]],"o":[[15.106,-9.064],[0,-38.672],[0,0],[0,0],[0,0],[45.482,1],[0.213,-28.856]],"v":[[59.241,-124.037],[79.411,-176.855],[14.537,-231.593],[-83.507,-224.093],[-78.007,-1],[23.518,0],[94.787,-61.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.505,"s":[{"i":[[21.149,8.762],[0,21.451],[38.463,-2.407],[0,0],[0,0],[0,0],[-0.303,41.088]],"o":[[15.106,-9.064],[0,-38.672],[0,0],[0,0],[0,0],[45.482,1],[0.213,-28.856]],"v":[[59.241,-124.037],[79.411,-176.855],[14.537,-231.593],[-83.507,-224.093],[-78.007,-1],[23.518,0],[94.787,-61.144]],"c":true}],"e":[{"i":[[21.149,8.762],[0.749,21.438],[38.114,-1.203],[0,0],[0,0],[0,0],[-0.152,41.088]],"o":[[15.106,-9.064],[-1.411,-40.395],[0,0],[0,0],[0,0],[41.473,0.5],[0.106,-28.93]],"v":[[56.741,-120.537],[79.911,-168.605],[13.287,-226.593],[-79.507,-225.843],[-78.757,-0.5],[21.518,-0.5],[92.037,-63.144]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":22.253,"s":[{"i":[[21.149,8.762],[0.749,21.438],[38.114,-1.203],[0,0],[0,0],[0,0],[-0.152,41.088]],"o":[[15.106,-9.064],[-1.411,-40.395],[0,0],[0,0],[0,0],[41.473,0.5],[0.106,-28.93]],"v":[[56.741,-120.537],[79.911,-168.605],[13.287,-226.593],[-79.507,-225.843],[-78.757,-0.5],[21.518,-0.5],[92.037,-63.144]],"c":true}],"e":[{"i":[[21.149,8.762],[0,21.451],[37.766,0],[0,0],[0,0],[0,0],[0,41.089]],"o":[[15.106,-9.064],[0,-38.672],[0,0],[0,0],[0,0],[37.463,0],[0,-29.004]],"v":[[55.241,-119.037],[79.411,-164.355],[12.037,-226.593],[-79.507,-226.593],[-79.507,0],[23.518,0],[90.287,-63.144]],"c":true}]},{"t":24}]},"nm":"B"},{"ind":1,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[-1.324,-11.343],[1.439,-10.814],[0,0],[0,0],[0,0]],"o":[[1.603,13.739],[0,0],[0,0],[0,0],[3.112,-1.724]],"v":[[-264.603,-181.739],[-262.939,-148.686],[-267.481,-144.898],[-273.154,-192.488],[-271.112,-195.276]],"c":true}],"e":[{"i":[[-1.324,-11.343],[1.439,-10.814],[0,0],[0,0],[0,0]],"o":[[1.603,13.739],[0,0],[0,0],[0,0],[3.112,-1.724]],"v":[[-60.603,-177.739],[-58.939,-144.686],[-63.481,-140.898],[-69.154,-188.488],[-67.112,-191.276]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[-1.324,-11.343],[1.439,-10.814],[0,0],[0,0],[0,0]],"o":[[1.603,13.739],[0,0],[0,0],[0,0],[3.112,-1.724]],"v":[[-60.603,-177.739],[-58.939,-144.686],[-63.481,-140.898],[-69.154,-188.488],[-67.112,-191.276]],"c":true}],"e":[{"i":[[-1.324,-11.343],[4.939,-8.814],[0,0],[0,0],[0,0]],"o":[[1.603,13.739],[0,0],[0,0],[0,0],[6.612,-3.724]],"v":[[-40.603,-178.239],[-44.439,-146.186],[-54.981,-139.898],[-61.654,-188.488],[-53.612,-193.776]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[-1.324,-11.343],[4.939,-8.814],[0,0],[0,0],[0,0]],"o":[[1.603,13.739],[0,0],[0,0],[0,0],[6.612,-3.724]],"v":[[-40.603,-178.239],[-44.439,-146.186],[-54.981,-139.898],[-61.654,-188.488],[-53.612,-193.776]],"c":true}],"e":[{"i":[[-0.897,-12.761],[7.439,-4.314],[0,0],[0,0],[0,0]],"o":[[1.049,14.93],[0,0],[0,0],[0,0],[11.112,-4.224]],"v":[[-22.103,-175.239],[-29.439,-144.686],[-49.481,-139.398],[-53.654,-189.988],[-40.112,-193.776]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.963,"s":[{"i":[[-0.897,-12.761],[7.439,-4.314],[0,0],[0,0],[0,0]],"o":[[1.049,14.93],[0,0],[0,0],[0,0],[11.112,-4.224]],"v":[[-22.103,-175.239],[-29.439,-144.686],[-49.481,-139.398],[-53.654,-189.988],[-40.112,-193.776]],"c":true}],"e":[{"i":[[-2.295,-14.342],[14.615,-7.06],[0,0],[0,0],[0,0]],"o":[[2.247,14.043],[0,0],[0,0],[0,0],[12.13,-2.72]],"v":[[-5.749,-174.483],[-19.893,-141.684],[-44.391,-137.152],[-47.397,-188.494],[-26.535,-193.276]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.93,"s":[{"i":[[-2.295,-14.342],[14.615,-7.06],[0,0],[0,0],[0,0]],"o":[[2.247,14.043],[0,0],[0,0],[0,0],[12.13,-2.72]],"v":[[-5.749,-174.483],[-19.893,-141.684],[-44.391,-137.152],[-47.397,-188.494],[-26.535,-193.276]],"c":true}],"e":[{"i":[[-2.154,-14.341],[17.439,-2.814],[0,0],[0,0],[0,0]],"o":[[2.109,14.042],[0,0],[0,0],[0,0],[13.612,-1.724]],"v":[[7.397,-171.739],[-12.939,-138.686],[-40.981,-136.898],[-43.154,-187.488],[-17.112,-191.276]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.756,"s":[{"i":[[-2.154,-14.341],[17.439,-2.814],[0,0],[0,0],[0,0]],"o":[[2.109,14.042],[0,0],[0,0],[0,0],[13.612,-1.724]],"v":[[7.397,-171.739],[-12.939,-138.686],[-40.981,-136.898],[-43.154,-187.488],[-17.112,-191.276]],"c":true}],"e":[{"i":[[-1.534,-14.395],[17.58,-1.876],[0,0],[0,0],[0,0]],"o":[[1.502,14.095],[0,0],[0,0],[0,0],[14.855,-1.149]],"v":[[16.498,-167.632],[-5.273,-137.269],[-37.547,-135.91],[-39.662,-187.025],[-9.278,-190.383]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19.63,"s":[{"i":[[-1.534,-14.395],[17.58,-1.876],[0,0],[0,0],[0,0]],"o":[[1.502,14.095],[0,0],[0,0],[0,0],[14.855,-1.149]],"v":[[16.498,-167.632],[-5.273,-137.269],[-37.547,-135.91],[-39.662,-187.025],[-9.278,-190.383]],"c":true}],"e":[{"i":[[-0.767,-14.448],[16.041,-0.938],[0,0],[0,0],[0,0]],"o":[[0.751,14.147],[0,0],[0,0],[0,0],[14.678,-0.575]],"v":[[24.639,-165.025],[-0.738,-135.852],[-35.862,-134.172],[-36.92,-187.061],[-2.991,-188.991]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.505,"s":[{"i":[[-0.767,-14.448],[16.041,-0.938],[0,0],[0,0],[0,0]],"o":[[0.751,14.147],[0,0],[0,0],[0,0],[14.678,-0.575]],"v":[[24.639,-165.025],[-0.738,-135.852],[-35.862,-134.172],[-36.92,-187.061],[-2.991,-188.991]],"c":true}],"e":[{"i":[[0,-14.502],[14.502,0],[0,0],[0,0],[0,0]],"o":[[0,14.2],[0,0],[0,0],[0,0],[14.502,0]],"v":[[28.279,-161.917],[4.297,-134.435],[-34.177,-133.435],[-34.177,-187.098],[3.297,-187.598]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21.376,"s":[{"i":[[0,-14.502],[14.502,0],[0,0],[0,0],[0,0]],"o":[[0,14.2],[0,0],[0,0],[0,0],[14.502,0]],"v":[[28.279,-161.917],[4.297,-134.435],[-34.177,-133.435],[-34.177,-187.098],[3.297,-187.598]],"c":true}],"e":[{"i":[[0,-14.502],[16.037,-0.065],[0,0],[0,0],[0,0]],"o":[[0,14.2],[0,0],[0,0],[0,0],[14.502,0]],"v":[[31.613,-160.417],[4.963,-133.935],[-33.677,-133.268],[-33.677,-186.264],[4.297,-186.598]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":22.253,"s":[{"i":[[0,-14.502],[16.037,-0.065],[0,0],[0,0],[0,0]],"o":[[0,14.2],[0,0],[0,0],[0,0],[14.502,0]],"v":[[31.613,-160.417],[4.963,-133.935],[-33.677,-133.268],[-33.677,-186.264],[4.297,-186.598]],"c":true}],"e":[{"i":[[0,-14.502],[14.502,0],[0,0],[0,0],[0,0]],"o":[[0,14.2],[0,0],[0,0],[0,0],[14.502,0]],"v":[[32.279,-158.917],[6.297,-132.935],[-32.677,-132.935],[-32.677,-184.598],[6.297,-184.598]],"c":true}]},{"t":24}]},"nm":"B"},{"ind":2,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[2.931,-7.005],[0,0],[0,0],[0,0],[-1.768,-14.461]],"o":[[0,0],[0,0],[0,0],[2.931,0.658],[2.344,19.176]],"v":[[-262.931,-52.995],[-268.677,-50.995],[-274.177,-102.658],[-270.431,-105.658],[-264.344,-84.176]],"c":true}],"e":[{"i":[[2.931,-7.005],[0,0],[0,0],[0,0],[-1.768,-14.461]],"o":[[0,0],[0,0],[0,0],[2.931,0.658],[2.344,19.176]],"v":[[-46.431,-52.995],[-52.177,-50.995],[-57.677,-102.658],[-53.931,-105.658],[-47.844,-84.176]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[2.931,-7.005],[0,0],[0,0],[0,0],[-1.768,-14.461]],"o":[[0,0],[0,0],[0,0],[2.931,0.658],[2.344,19.176]],"v":[[-46.431,-52.995],[-52.177,-50.995],[-57.677,-102.658],[-53.931,-105.658],[-47.844,-84.176]],"c":true}],"e":[{"i":[[7.931,-3.505],[0,0],[0,0],[0,0],[-1.768,-14.461]],"o":[[0,0],[0,0],[0,0],[8.931,-2.842],[2.344,19.176]],"v":[[-32.931,-51.495],[-45.677,-48.995],[-51.177,-100.658],[-40.431,-104.658],[-26.844,-83.176]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[7.931,-3.505],[0,0],[0,0],[0,0],[-1.768,-14.461]],"o":[[0,0],[0,0],[0,0],[8.931,-2.842],[2.344,19.176]],"v":[[-32.931,-51.495],[-45.677,-48.995],[-51.177,-100.658],[-40.431,-104.658],[-26.844,-83.176]],"c":true}],"e":[{"i":[[13.431,-1.505],[0,0],[0,0],[0,0],[-2.656,-14.324]],"o":[[0,0],[0,0],[0,0],[8.931,-2.842],[2.589,13.962]],"v":[[-19.931,-48.995],[-40.177,-47.495],[-45.177,-99.158],[-24.431,-103.158],[-6.344,-82.676]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.963,"s":[{"i":[[13.431,-1.505],[0,0],[0,0],[0,0],[-2.656,-14.324]],"o":[[0,0],[0,0],[0,0],[8.931,-2.842],[2.589,13.962]],"v":[[-19.931,-48.995],[-40.177,-47.495],[-45.177,-99.158],[-24.431,-103.158],[-6.344,-82.676]],"c":true}],"e":[{"i":[[14.118,-0.752],[0,0],[0,0],[0,0],[-2.656,-14.324]],"o":[[0,0],[0,0],[0,0],[15.681,-1.092],[2.589,13.962]],"v":[[-7.681,-46.495],[-37.927,-44.245],[-41.177,-97.908],[-14.681,-101.408],[8.906,-80.176]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.93,"s":[{"i":[[14.118,-0.752],[0,0],[0,0],[0,0],[-2.656,-14.324]],"o":[[0,0],[0,0],[0,0],[15.681,-1.092],[2.589,13.962]],"v":[[-7.681,-46.495],[-37.927,-44.245],[-41.177,-97.908],[-14.681,-101.408],[8.906,-80.176]],"c":true}],"e":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[-2.656,-14.324]],"o":[[0,0],[0,0],[0,0],[14.804,0],[2.589,13.962]],"v":[[-0.931,-44.995],[-36.677,-42.995],[-39.177,-97.158],[-3.931,-100.158],[21.656,-76.676]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.756,"s":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[-2.656,-14.324]],"o":[[0,0],[0,0],[0,0],[14.804,0],[2.589,13.962]],"v":[[-0.931,-44.995],[-36.677,-42.995],[-39.177,-97.158],[-3.931,-100.158],[21.656,-76.676]],"c":true}],"e":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[-1.77,-14.283]],"o":[[0,0],[0,0],[0,0],[14.804,0],[1.726,14.041]],"v":[[7.902,-44.495],[-34.344,-44.162],[-35.844,-96.158],[5.902,-97.825],[29.989,-73.176]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19.63,"s":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[-1.77,-14.283]],"o":[[0,0],[0,0],[0,0],[14.804,0],[1.726,14.041]],"v":[[7.902,-44.495],[-34.344,-44.162],[-35.844,-96.158],[5.902,-97.825],[29.989,-73.176]],"c":true}],"e":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[-0.885,-14.241]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0.863,14.121]],"v":[[12.235,-42.745],[-33.761,-42.329],[-34.761,-95.908],[11.235,-96.242],[37.322,-69.926]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.505,"s":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[-0.885,-14.241]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0.863,14.121]],"v":[[12.235,-42.745],[-33.761,-42.329],[-34.761,-95.908],[11.235,-96.242],[37.322,-69.926]],"c":true}],"e":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[0,-14.2]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0,14.2]],"v":[[13.569,-41.995],[-32.677,-41.995],[-33.677,-95.658],[16.569,-94.658],[40.656,-68.676]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21.376,"s":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[0,-14.2]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0,14.2]],"v":[[13.569,-41.995],[-32.677,-41.995],[-33.677,-95.658],[16.569,-94.658],[40.656,-68.676]],"c":true}],"e":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[0,-14.2]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0,14.2]],"v":[[16.569,-41.995],[-32.677,-41.995],[-32.677,-93.658],[16.569,-94.658],[43.156,-67.676]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":22.253,"s":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[0,-14.2]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0,14.2]],"v":[[16.569,-41.995],[-32.677,-41.995],[-32.677,-93.658],[16.569,-94.658],[43.156,-67.676]],"c":true}],"e":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[0,-14.2]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0,14.2]],"v":[[16.569,-41.995],[-32.677,-41.995],[-32.677,-93.658],[16.569,-93.658],[43.156,-67.676]],"c":true}]},{"t":24}]},"nm":"B"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"B"}],"ip":15,"op":23,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":4,"nm":"B orange layer 3","parent":34,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[1.759,26.037],[0.589,9.355],[8.227,2.939],[0,0],[0,0],[-17.127,-8.576],[-4.287,-8.856]],"o":[[-1.241,-21.463],[-0.382,-6.06],[-9.537,-3.407],[0,0],[0,0],[11.982,6],[-1.787,-26.856]],"v":[[-12.759,-43.537],[-15.089,-87.355],[-25.963,-106.093],[-46.507,-102.093],[-51.007,3.5],[-21.482,0],[-8.713,17.856]],"c":true}],"e":[{"i":[[5.759,37.537],[2.589,11.855],[15.486,1.354],[0,0],[0,0],[-32.518,-11.5],[-4.287,-8.856]],"o":[[-6.241,-39.963],[-1.296,-5.932],[-27.537,-2.407],[0,0],[0,0],[21.489,7.6],[-3.287,-20.356]],"v":[[19.241,-49.037],[9.411,-111.855],[-17.463,-132.593],[-53.507,-120.593],[-55.507,2.5],[4.018,-9.5],[30.287,16.856]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[5.759,37.537],[2.589,11.855],[15.486,1.354],[0,0],[0,0],[-32.518,-11.5],[-4.287,-8.856]],"o":[[-6.241,-39.963],[-1.296,-5.932],[-27.537,-2.407],[0,0],[0,0],[21.489,7.6],[-3.287,-20.356]],"v":[[19.241,-49.037],[9.411,-111.855],[-17.463,-132.593],[-53.507,-120.593],[-55.507,2.5],[4.018,-9.5],[30.287,16.856]],"c":true}],"e":[{"i":[[7.259,32.537],[3.089,9.355],[44.113,-3.3],[0,0],[0,0],[-53.018,1],[3.713,19.144]],"o":[[-7.241,-38.463],[-1.904,-5.765],[-48.037,3.593],[0,0],[0,0],[60.505,-1.141],[-3.159,-16.288]],"v":[[83.741,-85.537],[72.411,-142.355],[4.537,-172.593],[-61.007,-138.593],[-59.007,1.5],[28.018,-33.5],[99.787,-17.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[7.259,32.537],[3.089,9.355],[44.113,-3.3],[0,0],[0,0],[-53.018,1],[3.713,19.144]],"o":[[-7.241,-38.463],[-1.904,-5.765],[-48.037,3.593],[0,0],[0,0],[60.505,-1.141],[-3.159,-16.288]],"v":[[83.741,-85.537],[72.411,-142.355],[4.537,-172.593],[-61.007,-138.593],[-59.007,1.5],[28.018,-33.5],[99.787,-17.644]],"c":true}],"e":[{"i":[[10.759,29.037],[4.471,5.31],[29.463,-40.407],[0,0],[0,0],[-43.018,23.5],[3.713,19.144]],"o":[[-7.241,-21.963],[-3.911,-4.645],[-7.99,10.959],[0,0],[0,0],[44.538,-24.331],[-3.159,-16.288]],"v":[[45.241,-195.037],[21.411,-260.355],[-37.963,-203.593],[-68.007,-155.093],[-61.507,3],[11.018,-60],[71.287,-111.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[10.759,29.037],[4.471,5.31],[29.463,-40.407],[0,0],[0,0],[-43.018,23.5],[3.713,19.144]],"o":[[-7.241,-21.963],[-3.911,-4.645],[-7.99,10.959],[0,0],[0,0],[44.538,-24.331],[-3.159,-16.288]],"v":[[45.241,-195.037],[21.411,-260.355],[-37.963,-203.593],[-68.007,-155.093],[-61.507,3],[11.018,-60],[71.287,-111.144]],"c":true}],"e":[{"i":[[4.259,17.037],[1.335,6.812],[2.963,-14.907],[0,0],[0,0],[-7.018,26.5],[3.713,19.144]],"o":[[-2.741,-12.463],[-0.911,-4.645],[-2.644,13.302],[0,0],[0,0],[9.673,-36.528],[-3.159,-16.288]],"v":[[-52.759,-171.537],[-67.089,-217.855],[-68.963,-189.593],[-76.007,-170.093],[-64.007,1.5],[-40.982,-50],[-39.713,-115.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[4.259,17.037],[1.335,6.812],[2.963,-14.907],[0,0],[0,0],[-7.018,26.5],[3.713,19.144]],"o":[[-2.741,-12.463],[-0.911,-4.645],[-2.644,13.302],[0,0],[0,0],[9.673,-36.528],[-3.159,-16.288]],"v":[[-52.759,-171.537],[-67.089,-217.855],[-68.963,-189.593],[-76.007,-170.093],[-64.007,1.5],[-40.982,-50],[-39.713,-115.644]],"c":true}],"e":[{"i":[[2.759,16.037],[0.552,6.919],[3.15,2.884],[0,0],[0,0],[4.147,22.987],[2.213,13.144]],"o":[[-0.741,-7.963],[-0.411,-5.145],[-1.537,-1.407],[0,0],[0,0],[-3.518,-19.5],[-2.755,-16.362]],"v":[[-73.259,-145.537],[-82.089,-178.355],[-90.963,-174.593],[-83.007,-159.593],[-66.507,1.5],[-58.482,-36],[-71.713,-94.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[2.759,16.037],[0.552,6.919],[3.15,2.884],[0,0],[0,0],[4.147,22.987],[2.213,13.144]],"o":[[-0.741,-7.963],[-0.411,-5.145],[-1.537,-1.407],[0,0],[0,0],[-3.518,-19.5],[-2.755,-16.362]],"v":[[-73.259,-145.537],[-82.089,-178.355],[-90.963,-174.593],[-83.007,-159.593],[-66.507,1.5],[-58.482,-36],[-71.713,-94.644]],"c":true}],"e":[{"i":[[2.759,16.037],[0.552,6.919],[3.15,2.884],[0,0],[0,0],[4.147,22.987],[2.213,13.144]],"o":[[-0.741,-7.963],[-0.411,-5.145],[-1.537,-1.407],[0,0],[0,0],[-3.518,-19.5],[-2.755,-16.362]],"v":[[-79.259,-143.537],[-82.089,-178.355],[-90.963,-174.593],[-87.007,-159.593],[-69.007,-0.5],[-59.482,-33.5],[-71.713,-94.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[2.759,16.037],[0.552,6.919],[3.15,2.884],[0,0],[0,0],[4.147,22.987],[2.213,13.144]],"o":[[-0.741,-7.963],[-0.411,-5.145],[-1.537,-1.407],[0,0],[0,0],[-3.518,-19.5],[-2.755,-16.362]],"v":[[-79.259,-143.537],[-82.089,-178.355],[-90.963,-174.593],[-87.007,-159.593],[-69.007,-0.5],[-59.482,-33.5],[-71.713,-94.644]],"c":true}],"e":[{"i":[[2.759,16.037],[1.089,6.855],[3.15,2.884],[0,0],[0,0],[0.024,23.358],[2.213,13.144]],"o":[[-0.741,-7.963],[-2.92,-18.378],[-1.537,-1.407],[0,0],[0,0],[-0.018,-17.5],[-2.755,-16.362]],"v":[[-74.759,-145.537],[-84.089,-185.855],[-90.463,-219.593],[-95.507,-208.093],[-71.507,0.5],[-51.482,-32],[-65.713,-94.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[2.759,16.037],[1.089,6.855],[3.15,2.884],[0,0],[0,0],[0.024,23.358],[2.213,13.144]],"o":[[-0.741,-7.963],[-2.92,-18.378],[-1.537,-1.407],[0,0],[0,0],[-0.018,-17.5],[-2.755,-16.362]],"v":[[-74.759,-145.537],[-84.089,-185.855],[-90.463,-219.593],[-95.507,-208.093],[-71.507,0.5],[-51.482,-32],[-65.713,-94.144]],"c":true}],"e":[{"i":[[8.509,31.287],[6.813,20.34],[4.963,-11.907],[0,0],[0,0],[-17.018,16],[9.213,50.737]],"o":[[-6.241,-30.463],[-5.911,-17.645],[-6.06,14.54],[0,0],[0,0],[9.992,-9.394],[-3.787,-20.856]],"v":[[-51.259,-158.537],[-71.589,-238.355],[-80.963,-225.093],[-96.007,-202.593],[-72.007,0],[-29.482,-25.5],[-34.213,-88.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[8.509,31.287],[6.813,20.34],[4.963,-11.907],[0,0],[0,0],[-17.018,16],[9.213,50.737]],"o":[[-6.241,-30.463],[-5.911,-17.645],[-6.06,14.54],[0,0],[0,0],[9.992,-9.394],[-3.787,-20.856]],"v":[[-51.259,-158.537],[-71.589,-238.355],[-80.963,-225.093],[-96.007,-202.593],[-72.007,0],[-29.482,-25.5],[-34.213,-88.644]],"c":true}],"e":[{"i":[[8.509,31.287],[4.772,20.913],[18.771,-35.562],[0,0],[0,0],[-35.294,7.846],[9.713,50.644]],"o":[[-6.241,-30.463],[-20.911,-91.645],[-14.037,26.593],[0,0],[0,0],[44.982,-10],[-4.991,-26.022]],"v":[[-6.759,-153.537],[-31.089,-246.855],[-59.463,-246.093],[-97.007,-208.093],[-74.007,0.5],[-18.482,-13.5],[11.287,-77.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[8.509,31.287],[4.772,20.913],[18.771,-35.562],[0,0],[0,0],[-35.294,7.846],[9.713,50.644]],"o":[[-6.241,-30.463],[-20.911,-91.645],[-14.037,26.593],[0,0],[0,0],[44.982,-10],[-4.991,-26.022]],"v":[[-6.759,-153.537],[-31.089,-246.855],[-59.463,-246.093],[-97.007,-208.093],[-74.007,0.5],[-18.482,-13.5],[11.287,-77.644]],"c":true}],"e":[{"i":[[9.759,27.037],[3.56,21.153],[32.297,-24.991],[0,0],[0,0],[-51.855,8.105],[16.213,81.144]],"o":[[-6.241,-30.463],[-13.911,-82.645],[-39.537,30.593],[0,0],[0,0],[47.982,-7.5],[-5.191,-25.982]],"v":[[27.241,-164.537],[14.411,-234.855],[-36.963,-250.093],[-97.507,-214.093],[-76.507,-0.5],[0.018,-9],[47.287,-86.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[9.759,27.037],[3.56,21.153],[32.297,-24.991],[0,0],[0,0],[-51.855,8.105],[16.213,81.144]],"o":[[-6.241,-30.463],[-13.911,-82.645],[-39.537,30.593],[0,0],[0,0],[47.982,-7.5],[-5.191,-25.982]],"v":[[27.241,-164.537],[14.411,-234.855],[-36.963,-250.093],[-97.507,-214.093],[-76.507,-0.5],[0.018,-9],[47.287,-86.144]],"c":true}],"e":[{"i":[[9.759,25.037],[3.589,22.355],[46.963,-21.907],[0,0],[0,0],[-52.444,2.078],[5.958,46.178]],"o":[[-1.241,-27.463],[-10.199,-63.523],[-35.55,16.583],[0,0],[0,0],[50.482,-2],[-5.787,-44.856]],"v":[[49.241,-157.537],[45.911,-224.855],[-24.963,-243.593],[-95.007,-217.593],[-76.507,-0.5],[33.018,-7],[72.287,-80.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.963,"s":[{"i":[[9.759,25.037],[3.589,22.355],[46.963,-21.907],[0,0],[0,0],[-52.444,2.078],[5.958,46.178]],"o":[[-1.241,-27.463],[-10.199,-63.523],[-35.55,16.583],[0,0],[0,0],[50.482,-2],[-5.787,-44.856]],"v":[[49.241,-157.537],[45.911,-224.855],[-24.963,-243.593],[-95.007,-217.593],[-76.507,-0.5],[33.018,-7],[72.287,-80.144]],"c":true}],"e":[{"i":[[15.759,21.037],[2.598,21.286],[45.963,-10.657],[0,0],[0,0],[-28.018,1],[5.463,51.394]],"o":[[3.509,-24.213],[-4.161,-64.895],[-38.537,12.343],[0,0],[0,0],[59.982,2.5],[-3.676,-32.795]],"v":[[59.241,-140.287],[64.661,-201.605],[-11.463,-241.343],[-91.757,-220.343],[-77.257,-0.75],[28.018,-4.5],[84.787,-81.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.93,"s":[{"i":[[15.759,21.037],[2.598,21.286],[45.963,-10.657],[0,0],[0,0],[-28.018,1],[5.463,51.394]],"o":[[3.509,-24.213],[-4.161,-64.895],[-38.537,12.343],[0,0],[0,0],[59.982,2.5],[-3.676,-32.795]],"v":[[59.241,-140.287],[64.661,-201.605],[-11.463,-241.343],[-91.757,-220.343],[-77.257,-0.75],[28.018,-4.5],[84.787,-81.144]],"c":true}],"e":[{"i":[[21.759,21.537],[2.058,21.352],[37.463,-5.907],[0,0],[0,0],[0,0],[4.713,56.644]],"o":[[10.259,-19.963],[-5.411,-56.145],[-38.749,6.11],[0,0],[0,0],[45.482,1],[-2.393,-28.758]],"v":[[62.241,-133.037],[74.911,-192.355],[-0.463,-236.593],[-88.507,-223.093],[-78.007,-1],[23.018,-2.5],[92.287,-70.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.756,"s":[{"i":[[21.759,21.537],[2.058,21.352],[37.463,-5.907],[0,0],[0,0],[0,0],[4.713,56.644]],"o":[[10.259,-19.963],[-5.411,-56.145],[-38.749,6.11],[0,0],[0,0],[45.482,1],[-2.393,-28.758]],"v":[[62.241,-133.037],[74.911,-192.355],[-0.463,-236.593],[-88.507,-223.093],[-78.007,-1],[23.018,-2.5],[92.287,-70.144]],"c":true}],"e":[{"i":[[24.259,15.287],[0.089,22.605],[44.213,-5.407],[0,0],[0,0],[0,0],[2.205,48.866]],"o":[[11.759,-13.713],[-2.705,-47.408],[-24.787,2.093],[0,0],[0,0],[45.482,1],[-1.09,-28.807]],"v":[[60.241,-127.787],[78.411,-180.605],[5.787,-233.593],[-86.007,-223.593],[-78.007,-1],[24.768,-0.25],[93.287,-66.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19.63,"s":[{"i":[[24.259,15.287],[0.089,22.605],[44.213,-5.407],[0,0],[0,0],[0,0],[2.205,48.866]],"o":[[11.759,-13.713],[-2.705,-47.408],[-24.787,2.093],[0,0],[0,0],[45.482,1],[-1.09,-28.807]],"v":[[60.241,-127.787],[78.411,-180.605],[5.787,-233.593],[-86.007,-223.593],[-78.007,-1],[24.768,-0.25],[93.287,-66.644]],"c":true}],"e":[{"i":[[21.149,8.762],[0,21.451],[38.463,-2.407],[0,0],[0,0],[0,0],[-0.303,41.088]],"o":[[15.106,-9.064],[0,-38.672],[0,0],[0,0],[0,0],[45.482,1],[0.213,-28.856]],"v":[[59.241,-124.037],[79.411,-176.855],[14.537,-231.593],[-83.507,-224.093],[-78.007,-1],[23.518,0],[94.787,-61.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.505,"s":[{"i":[[21.149,8.762],[0,21.451],[38.463,-2.407],[0,0],[0,0],[0,0],[-0.303,41.088]],"o":[[15.106,-9.064],[0,-38.672],[0,0],[0,0],[0,0],[45.482,1],[0.213,-28.856]],"v":[[59.241,-124.037],[79.411,-176.855],[14.537,-231.593],[-83.507,-224.093],[-78.007,-1],[23.518,0],[94.787,-61.144]],"c":true}],"e":[{"i":[[21.149,8.762],[0.749,21.438],[38.114,-1.203],[0,0],[0,0],[0,0],[-0.152,41.088]],"o":[[15.106,-9.064],[-1.411,-40.395],[0,0],[0,0],[0,0],[41.473,0.5],[0.106,-28.93]],"v":[[56.741,-120.537],[79.911,-168.605],[13.287,-226.593],[-79.507,-225.843],[-78.757,-0.5],[21.518,-0.5],[92.037,-63.144]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":22.253,"s":[{"i":[[21.149,8.762],[0.749,21.438],[38.114,-1.203],[0,0],[0,0],[0,0],[-0.152,41.088]],"o":[[15.106,-9.064],[-1.411,-40.395],[0,0],[0,0],[0,0],[41.473,0.5],[0.106,-28.93]],"v":[[56.741,-120.537],[79.911,-168.605],[13.287,-226.593],[-79.507,-225.843],[-78.757,-0.5],[21.518,-0.5],[92.037,-63.144]],"c":true}],"e":[{"i":[[21.149,8.762],[0,21.451],[37.766,0],[0,0],[0,0],[0,0],[0,41.089]],"o":[[15.106,-9.064],[0,-38.672],[0,0],[0,0],[0,0],[37.463,0],[0,-29.004]],"v":[[55.241,-119.037],[79.411,-164.355],[12.037,-226.593],[-79.507,-226.593],[-79.507,0],[23.518,0],[90.287,-63.144]],"c":true}]},{"t":24}]},"nm":"B"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"B"}],"ip":11,"op":15,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":4,"nm":"B orange layer 2 shadow","parent":34,"ks":{"o":{"k":5},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[27,-20],[0,0],[-5,-11],[-20,3],[0,21],[-1,63]],"o":[[-10.811,8.008],[0,0],[5,11],[20,-3],[0,-21],[1,-63]],"v":[[-55,-172],[-86,-85],[-92,10],[-95,22],[0,21],[-15,-137]],"c":true}],"e":[{"i":[[27,-20],[0,0],[-5,-11],[-20,3],[0,21],[-1,63]],"o":[[-10.811,8.008],[0,0],[5,11],[20,-3],[0,-21],[1,-63]],"v":[[-55,-172],[-86,-85],[-92,10],[-58,40],[42,28],[20,-147]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[27,-20],[0,0],[-5,-11],[-20,3],[0,21],[-1,63]],"o":[[-10.811,8.008],[0,0],[5,11],[20,-3],[0,-21],[1,-63]],"v":[[-55,-172],[-86,-85],[-92,10],[-58,40],[42,28],[20,-147]],"c":true}],"e":[{"i":[[55,-29],[0,0],[-5,-11],[-20,3],[0,21],[28,61]],"o":[[-55,29],[0,0],[5,11],[20,-3],[0,-21],[-26.285,-57.263]],"v":[[-79,-179],[-124,-104],[-119,72],[-21,87],[50,-29],[4,-198]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[55,-29],[0,0],[-5,-11],[-20,3],[0,21],[28,61]],"o":[[-55,29],[0,0],[5,11],[20,-3],[0,-21],[-26.285,-57.263]],"v":[[-79,-179],[-124,-104],[-119,72],[-21,87],[50,-29],[4,-198]],"c":true}],"e":[{"i":[[29.478,-54.745],[0,0],[-5,-11],[-20,3],[0,21],[13,66]],"o":[[-7,13],[0,0],[5,11],[20,-3],[0,-21],[-12.177,-61.82]],"v":[[-115,-165],[-124,-104],[-107,16],[-80,39],[-19,5],[-54,-216]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[29.478,-54.745],[0,0],[-5,-11],[-20,3],[0,21],[13,66]],"o":[[-7,13],[0,0],[5,11],[20,-3],[0,-21],[-12.177,-61.82]],"v":[[-115,-165],[-124,-104],[-107,16],[-80,39],[-19,5],[-54,-216]],"c":true}],"e":[{"i":[[29.478,-54.745],[0,0],[-5,-11],[-20,3],[0,21],[13,66]],"o":[[-7,13],[0,0],[5,11],[20,-3],[0,-21],[-12.177,-61.82]],"v":[[-150,-165],[-159,-104],[-142,16],[-115,39],[-54,5],[-77,-199]],"c":true}]},{"t":10}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[-0.993,13.755],[-0.576,6.238],[1.302,0.585],[0,0],[0,0],[0,0],[-2.275,-1.384],[-0.28,-3.435]],"o":[[1.757,-16.495],[0.509,-5.518],[-2.446,-1.099],[0,0],[0,0],[0,0],[1.508,0.917],[1.082,-12.356]],"v":[[-36.507,-32.755],[-33.509,-58.982],[-33.554,-66.651],[-36.609,-64.578],[-39.481,-45.472],[-46.5,1.214],[-41.725,1.384],[-40.332,4.606]],"c":true}],"e":[{"i":[[-0.741,19.537],[-0.161,8.855],[3.194,1.609],[0,0],[0,0],[0,0],[-8.518,-3.5],[-1.037,-4.856]],"o":[[-0.241,-13.963],[0.11,-6.071],[-3.787,-1.907],[0,0],[0,0],[0,0],[4.451,1.829],[0.963,-28.106]],"v":[[-29.259,-43.037],[-28.339,-74.105],[-32.213,-84.593],[-40.757,-84.843],[-44.677,-58.245],[-54.257,6.75],[-37.482,2.75],[-30.463,12.606]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[-0.741,19.537],[-0.161,8.855],[3.194,1.609],[0,0],[0,0],[0,0],[-8.518,-3.5],[-1.037,-4.856]],"o":[[-0.241,-13.963],[0.11,-6.071],[-3.787,-1.907],[0,0],[0,0],[0,0],[4.451,1.829],[0.963,-28.106]],"v":[[-29.259,-43.037],[-28.339,-74.105],[-32.213,-84.593],[-40.757,-84.843],[-44.677,-58.245],[-54.257,6.75],[-37.482,2.75],[-30.463,12.606]],"c":true}],"e":[{"i":[[1.759,26.037],[0.589,9.355],[8.227,2.939],[0,0],[0,0],[0,0],[-15.518,-7.5],[-1.787,-7.356]],"o":[[-1.241,-21.463],[-0.382,-6.06],[-9.537,-3.407],[0,0],[0,0],[0,0],[12.065,5.831],[-1.787,-26.856]],"v":[[-12.759,-43.537],[-15.089,-87.355],[-25.963,-106.093],[-47.257,-101.593],[-49.484,-64.148],[-53.507,3.5],[-22.232,0.5],[-8.713,17.856]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[1.759,26.037],[0.589,9.355],[8.227,2.939],[0,0],[0,0],[0,0],[-15.518,-7.5],[-1.787,-7.356]],"o":[[-1.241,-21.463],[-0.382,-6.06],[-9.537,-3.407],[0,0],[0,0],[0,0],[12.065,5.831],[-1.787,-26.856]],"v":[[-12.759,-43.537],[-15.089,-87.355],[-25.963,-106.093],[-47.257,-101.593],[-49.484,-64.148],[-53.507,3.5],[-22.232,0.5],[-8.713,17.856]],"c":true}],"e":[{"i":[[5.759,37.537],[1.35375,9.22725],[1.2945,5.92749999999999],[15.486,1.354],[0,0],[0,0],[-32.518,-11.5],[-4.287,-8.856]],"o":[[-3.1205,-19.9815],[-1.35375,-9.22725],[-1.296,-5.932],[-27.537,-2.407],[0,0],[0,0],[21.489,7.6],[-3.287,-20.356]],"v":[[19.241,-49.037],[12.9565,-90.9865],[9.411,-111.855],[-17.463,-132.593],[-53.507,-120.593],[-55.507,2.5],[4.018,-9.5],[30.287,16.856]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[5.759,37.537],[1.35375,9.22725],[1.2945,5.92749999999999],[15.486,1.354],[0,0],[0,0],[-32.518,-11.5],[-4.287,-8.856]],"o":[[-3.1205,-19.9815],[-1.35375,-9.22725],[-1.296,-5.932],[-27.537,-2.407],[0,0],[0,0],[21.489,7.6],[-3.287,-20.356]],"v":[[19.241,-49.037],[12.9565,-90.9865],[9.411,-111.855],[-17.463,-132.593],[-53.507,-120.593],[-55.507,2.5],[4.018,-9.5],[30.287,16.856]],"c":true}],"e":[{"i":[[7.259,32.537],[1.54124999999999,8.22725],[1.5445,4.67749999999998],[44.113,-3.3],[0,0],[0,0],[-53.018,1],[3.713,19.144]],"o":[[-3.62050000000001,-19.2315],[-1.54125000000001,-8.22725],[-1.904,-5.765],[-48.037,3.593],[0,0],[0,0],[60.505,-1.141],[-3.159,-16.288]],"v":[[83.741,-85.537],[76.519,-124.8615],[72.411,-142.355],[4.537,-172.593],[-61.007,-138.593],[-59.007,1.5],[28.018,-33.5],[99.787,-17.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[7.259,32.537],[1.54124999999999,8.22725],[1.5445,4.67749999999998],[44.113,-3.3],[0,0],[0,0],[-53.018,1],[3.713,19.144]],"o":[[-3.62050000000001,-19.2315],[-1.54125000000001,-8.22725],[-1.904,-5.765],[-48.037,3.593],[0,0],[0,0],[60.505,-1.141],[-3.159,-16.288]],"v":[[83.741,-85.537],[76.519,-124.8615],[72.411,-142.355],[4.537,-172.593],[-61.007,-138.593],[-59.007,1.5],[28.018,-33.5],[99.787,-17.644]],"c":true}],"e":[{"i":[[10.759,29.037],[4.4935,12.920375],[2.2355,2.65499999999997],[29.463,-40.407],[0,0],[0,0],[-43.018,23.5],[3.713,19.144]],"o":[[-3.6205,-10.9815],[-4.4935,-12.920375],[-3.911,-4.645],[-7.99,10.959],[0,0],[0,0],[44.538,-24.331],[-3.159,-16.288]],"v":[[45.241,-195.037],[32.28725,-233.940875],[21.411,-260.355],[-37.963,-203.593],[-68.007,-155.093],[-61.507,3],[11.018,-60],[71.287,-111.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[10.759,29.037],[4.4935,12.920375],[2.2355,2.65499999999997],[29.463,-40.407],[0,0],[0,0],[-43.018,23.5],[3.713,19.144]],"o":[[-3.6205,-10.9815],[-4.4935,-12.920375],[-3.911,-4.645],[-7.99,10.959],[0,0],[0,0],[44.538,-24.331],[-3.159,-16.288]],"v":[[45.241,-195.037],[32.28725,-233.940875],[21.411,-260.355],[-37.963,-203.593],[-68.007,-155.093],[-61.507,3],[11.018,-60],[71.287,-111.144]],"c":true}],"e":[{"i":[[4.259,17.037],[3.073,9.17012500000001],[0.66749999999999,3.40600000000001],[2.963,-14.907],[0,0],[0,0],[-7.018,26.5],[3.713,19.144]],"o":[[-1.3705,-6.23150000000001],[-3.07300000000001,-9.17012499999998],[-0.911,-4.645],[-2.644,13.302],[0,0],[0,0],[9.673,-36.528],[-3.159,-16.288]],"v":[[-52.759,-171.537],[-60.45125,-196.815125],[-67.089,-217.855],[-68.963,-189.593],[-76.007,-170.093],[-64.007,1.5],[-40.982,-50],[-39.713,-115.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[4.259,17.037],[3.073,9.17012500000001],[0.66749999999999,3.40600000000001],[2.963,-14.907],[0,0],[0,0],[-7.018,26.5],[3.713,19.144]],"o":[[-1.3705,-6.23150000000001],[-3.07300000000001,-9.17012499999998],[-0.911,-4.645],[-2.644,13.302],[0,0],[0,0],[9.673,-36.528],[-3.159,-16.288]],"v":[[-52.759,-171.537],[-60.45125,-196.815125],[-67.089,-217.855],[-68.963,-189.593],[-76.007,-170.093],[-64.007,1.5],[-40.982,-50],[-39.713,-115.644]],"c":true}],"e":[{"i":[[2.759,16.037],[0.545875,6.84424999999999],[0.27600000000001,3.45950000000002],[3.15,2.884],[0,0],[0,0],[4.147,22.987],[2.213,13.144]],"o":[[-0.37050000000001,-3.98150000000001],[-0.545875,-6.84424999999999],[-0.411,-5.145],[-1.537,-1.407],[0,0],[0,0],[-3.518,-19.5],[-2.755,-16.362]],"v":[[-79.259,-143.537],[-80.744875,-161.3375],[-82.089,-178.355],[-90.963,-174.593],[-80.007,-159.593],[-66.507,1.5],[-58.482,-36],[-71.713,-94.644]],"c":true}]},{"t":11}]},"nm":"B"},{"ind":1,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[-0.993,13.755],[-0.576,6.238],[1.302,0.585],[0,0],[0,0],[-2.275,-1.384],[-0.28,-3.435]],"o":[[1.757,-16.495],[0.509,-5.518],[-2.446,-1.099],[0,0],[0,0],[1.508,0.917],[1.082,-12.356]],"v":[[-36.507,-32.755],[-33.509,-58.982],[-33.554,-66.651],[-36.609,-64.578],[-46.5,1.214],[-41.725,1.384],[-40.332,4.606]],"c":true}],"e":[{"i":[[-0.741,19.537],[-0.161,8.855],[3.194,1.609],[0,0],[0,0],[-8.518,-3.5],[-1.037,-4.856]],"o":[[-0.241,-13.963],[0.11,-6.071],[-3.787,-1.907],[0,0],[0,0],[4.451,1.829],[0.963,-28.106]],"v":[[-29.259,-43.037],[-28.339,-74.105],[-32.213,-84.593],[-40.757,-84.843],[-54.257,6.75],[-37.482,2.75],[-30.463,12.606]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[-0.741,19.537],[-0.161,8.855],[3.194,1.609],[0,0],[0,0],[-8.518,-3.5],[-1.037,-4.856]],"o":[[-0.241,-13.963],[0.11,-6.071],[-3.787,-1.907],[0,0],[0,0],[4.451,1.829],[0.963,-28.106]],"v":[[-29.259,-43.037],[-28.339,-74.105],[-32.213,-84.593],[-40.757,-84.843],[-54.257,6.75],[-37.482,2.75],[-30.463,12.606]],"c":true}],"e":[{"i":[[0.832,26.037],[0.279,9.355],[-0.34,-0.907],[0,0],[0,0],[-1.764,2.5],[-2,4.644]],"o":[[-0.587,-21.463],[-0.181,-6.06],[-2.641,3.629],[0,0],[0,0],[1.764,-2.5],[3,-26.606]],"v":[[-48.414,-64.537],[-46.516,-92.355],[-47.66,-93.593],[-51.128,-76.843],[-60.507,13.25],[-56.514,6],[-52.5,-2.394]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[0.832,26.037],[0.279,9.355],[-0.34,-0.907],[0,0],[0,0],[-1.764,2.5],[-2,4.644]],"o":[[-0.587,-21.463],[-0.181,-6.06],[-2.641,3.629],[0,0],[0,0],[1.764,-2.5],[3,-26.606]],"v":[[-48.414,-64.537],[-46.516,-92.355],[-47.66,-93.593],[-51.128,-76.843],[-60.507,13.25],[-56.514,6],[-52.5,-2.394]],"c":true}],"e":[{"i":[[5.759,37.537],[2.589,11.855],[15.486,1.354],[0,0],[0,0],[-32.518,-11.5],[-4.287,-8.856]],"o":[[-6.241,-39.963],[-1.296,-5.932],[-27.537,-2.407],[0,0],[0,0],[21.489,7.6],[-3.287,-20.356]],"v":[[19.241,-49.037],[9.411,-111.855],[-17.463,-132.593],[-53.507,-120.593],[-55.507,2.5],[4.018,-9.5],[30.287,16.856]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[5.759,37.537],[2.589,11.855],[15.486,1.354],[0,0],[0,0],[-32.518,-11.5],[-4.287,-8.856]],"o":[[-6.241,-39.963],[-1.296,-5.932],[-27.537,-2.407],[0,0],[0,0],[21.489,7.6],[-3.287,-20.356]],"v":[[19.241,-49.037],[9.411,-111.855],[-17.463,-132.593],[-53.507,-120.593],[-55.507,2.5],[4.018,-9.5],[30.287,16.856]],"c":true}],"e":[{"i":[[7.259,32.537],[3.089,9.355],[44.113,-3.3],[0,0],[0,0],[-53.018,1],[3.713,19.144]],"o":[[-7.241,-38.463],[-1.904,-5.765],[-48.037,3.593],[0,0],[0,0],[60.505,-1.141],[-3.159,-16.288]],"v":[[83.741,-85.537],[72.411,-142.355],[4.537,-172.593],[-61.007,-138.593],[-59.007,1.5],[28.018,-33.5],[99.787,-17.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[7.259,32.537],[3.089,9.355],[44.113,-3.3],[0,0],[0,0],[-53.018,1],[3.713,19.144]],"o":[[-7.241,-38.463],[-1.904,-5.765],[-48.037,3.593],[0,0],[0,0],[60.505,-1.141],[-3.159,-16.288]],"v":[[83.741,-85.537],[72.411,-142.355],[4.537,-172.593],[-61.007,-138.593],[-59.007,1.5],[28.018,-33.5],[99.787,-17.644]],"c":true}],"e":[{"i":[[10.759,29.037],[4.471,5.31],[29.463,-40.407],[0,0],[0,0],[-43.018,23.5],[3.713,19.144]],"o":[[-7.241,-21.963],[-3.911,-4.645],[-7.99,10.959],[0,0],[0,0],[44.538,-24.331],[-3.159,-16.288]],"v":[[45.241,-195.037],[21.411,-260.355],[-37.963,-203.593],[-68.007,-155.093],[-61.507,3],[11.018,-60],[71.287,-111.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[10.759,29.037],[4.471,5.31],[29.463,-40.407],[0,0],[0,0],[-43.018,23.5],[3.713,19.144]],"o":[[-7.241,-21.963],[-3.911,-4.645],[-7.99,10.959],[0,0],[0,0],[44.538,-24.331],[-3.159,-16.288]],"v":[[45.241,-195.037],[21.411,-260.355],[-37.963,-203.593],[-68.007,-155.093],[-61.507,3],[11.018,-60],[71.287,-111.144]],"c":true}],"e":[{"i":[[4.259,17.037],[1.335,6.812],[2.963,-14.907],[0,0],[0,0],[-7.018,26.5],[3.713,19.144]],"o":[[-2.741,-12.463],[-0.911,-4.645],[-2.644,13.302],[0,0],[0,0],[9.673,-36.528],[-3.159,-16.288]],"v":[[-52.759,-171.537],[-67.089,-217.855],[-68.963,-189.593],[-76.007,-170.093],[-64.007,1.5],[-40.982,-50],[-39.713,-115.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[4.259,17.037],[1.335,6.812],[2.963,-14.907],[0,0],[0,0],[-7.018,26.5],[3.713,19.144]],"o":[[-2.741,-12.463],[-0.911,-4.645],[-2.644,13.302],[0,0],[0,0],[9.673,-36.528],[-3.159,-16.288]],"v":[[-52.759,-171.537],[-67.089,-217.855],[-68.963,-189.593],[-76.007,-170.093],[-64.007,1.5],[-40.982,-50],[-39.713,-115.644]],"c":true}],"e":[{"i":[[2.759,16.037],[0.552,6.919],[3.15,2.884],[0,0],[0,0],[4.147,22.987],[2.213,13.144]],"o":[[-0.741,-7.963],[-0.411,-5.145],[-1.537,-1.407],[0,0],[0,0],[-3.518,-19.5],[-2.755,-16.362]],"v":[[-79.259,-143.537],[-82.089,-178.355],[-90.963,-174.593],[-80.007,-159.593],[-66.507,1.5],[-58.482,-36],[-71.713,-94.644]],"c":true}]},{"t":11}]},"nm":"B 2"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"B"}],"ip":6,"op":11,"st":0,"bm":10,"sr":1},{"ddd":0,"ind":20,"ty":4,"nm":"B orange layer 2","parent":34,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[-0.993,13.755],[-0.576,6.238],[1.302,0.585],[0,0],[0,0],[0,0],[-2.275,-1.384],[-0.28,-3.435]],"o":[[1.757,-16.495],[0.509,-5.518],[-2.446,-1.099],[0,0],[0,0],[0,0],[1.508,0.917],[1.082,-12.356]],"v":[[-36.507,-32.755],[-33.509,-58.982],[-33.554,-66.651],[-36.609,-64.578],[-39.481,-45.472],[-46.5,1.214],[-41.725,1.384],[-40.332,4.606]],"c":true}],"e":[{"i":[[-0.741,19.537],[-0.161,8.855],[3.194,1.609],[0,0],[0,0],[0,0],[-8.518,-3.5],[-1.037,-4.856]],"o":[[-0.241,-13.963],[0.11,-6.071],[-3.787,-1.907],[0,0],[0,0],[0,0],[4.451,1.829],[0.963,-28.106]],"v":[[-29.259,-43.037],[-28.339,-74.105],[-32.213,-84.593],[-40.757,-84.843],[-44.677,-58.245],[-54.257,6.75],[-37.482,2.75],[-30.463,12.606]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[-0.741,19.537],[-0.161,8.855],[3.194,1.609],[0,0],[0,0],[0,0],[-8.518,-3.5],[-1.037,-4.856]],"o":[[-0.241,-13.963],[0.11,-6.071],[-3.787,-1.907],[0,0],[0,0],[0,0],[4.451,1.829],[0.963,-28.106]],"v":[[-29.259,-43.037],[-28.339,-74.105],[-32.213,-84.593],[-40.757,-84.843],[-44.677,-58.245],[-54.257,6.75],[-37.482,2.75],[-30.463,12.606]],"c":true}],"e":[{"i":[[1.759,26.037],[0.589,9.355],[8.227,2.939],[0,0],[0,0],[0,0],[-15.518,-7.5],[-1.787,-7.356]],"o":[[-1.241,-21.463],[-0.382,-6.06],[-9.537,-3.407],[0,0],[0,0],[0,0],[12.065,5.831],[-1.787,-26.856]],"v":[[-12.759,-43.537],[-15.089,-87.355],[-25.963,-106.093],[-47.257,-101.593],[-49.484,-64.148],[-53.507,3.5],[-22.232,0.5],[-8.713,17.856]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[1.759,26.037],[0.589,9.355],[8.227,2.939],[0,0],[0,0],[0,0],[-15.518,-7.5],[-1.787,-7.356]],"o":[[-1.241,-21.463],[-0.382,-6.06],[-9.537,-3.407],[0,0],[0,0],[0,0],[12.065,5.831],[-1.787,-26.856]],"v":[[-12.759,-43.537],[-15.089,-87.355],[-25.963,-106.093],[-47.257,-101.593],[-49.484,-64.148],[-53.507,3.5],[-22.232,0.5],[-8.713,17.856]],"c":true}],"e":[{"i":[[5.759,37.537],[1.35375,9.22725],[1.2945,5.92749999999999],[15.486,1.354],[0,0],[0,0],[-32.518,-11.5],[-4.287,-8.856]],"o":[[-3.1205,-19.9815],[-1.35375,-9.22725],[-1.296,-5.932],[-27.537,-2.407],[0,0],[0,0],[21.489,7.6],[-3.287,-20.356]],"v":[[19.241,-49.037],[12.9565,-90.9865],[9.411,-111.855],[-17.463,-132.593],[-53.507,-120.593],[-55.507,2.5],[4.018,-9.5],[30.287,16.856]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[5.759,37.537],[1.35375,9.22725],[1.2945,5.92749999999999],[15.486,1.354],[0,0],[0,0],[-32.518,-11.5],[-4.287,-8.856]],"o":[[-3.1205,-19.9815],[-1.35375,-9.22725],[-1.296,-5.932],[-27.537,-2.407],[0,0],[0,0],[21.489,7.6],[-3.287,-20.356]],"v":[[19.241,-49.037],[12.9565,-90.9865],[9.411,-111.855],[-17.463,-132.593],[-53.507,-120.593],[-55.507,2.5],[4.018,-9.5],[30.287,16.856]],"c":true}],"e":[{"i":[[7.259,32.537],[1.54124999999999,8.22725],[1.5445,4.67749999999998],[44.113,-3.3],[0,0],[0,0],[-53.018,1],[3.713,19.144]],"o":[[-3.62050000000001,-19.2315],[-1.54125000000001,-8.22725],[-1.904,-5.765],[-48.037,3.593],[0,0],[0,0],[60.505,-1.141],[-3.159,-16.288]],"v":[[83.741,-85.537],[76.519,-124.8615],[72.411,-142.355],[4.537,-172.593],[-61.007,-138.593],[-59.007,1.5],[28.018,-33.5],[99.787,-17.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[7.259,32.537],[1.54124999999999,8.22725],[1.5445,4.67749999999998],[44.113,-3.3],[0,0],[0,0],[-53.018,1],[3.713,19.144]],"o":[[-3.62050000000001,-19.2315],[-1.54125000000001,-8.22725],[-1.904,-5.765],[-48.037,3.593],[0,0],[0,0],[60.505,-1.141],[-3.159,-16.288]],"v":[[83.741,-85.537],[76.519,-124.8615],[72.411,-142.355],[4.537,-172.593],[-61.007,-138.593],[-59.007,1.5],[28.018,-33.5],[99.787,-17.644]],"c":true}],"e":[{"i":[[10.759,29.037],[4.4935,12.920375],[2.2355,2.65499999999997],[29.463,-40.407],[0,0],[0,0],[-43.018,23.5],[3.713,19.144]],"o":[[-3.6205,-10.9815],[-4.4935,-12.920375],[-3.911,-4.645],[-7.99,10.959],[0,0],[0,0],[44.538,-24.331],[-3.159,-16.288]],"v":[[45.241,-195.037],[32.28725,-233.940875],[21.411,-260.355],[-37.963,-203.593],[-68.007,-155.093],[-61.507,3],[11.018,-60],[71.287,-111.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[10.759,29.037],[4.4935,12.920375],[2.2355,2.65499999999997],[29.463,-40.407],[0,0],[0,0],[-43.018,23.5],[3.713,19.144]],"o":[[-3.6205,-10.9815],[-4.4935,-12.920375],[-3.911,-4.645],[-7.99,10.959],[0,0],[0,0],[44.538,-24.331],[-3.159,-16.288]],"v":[[45.241,-195.037],[32.28725,-233.940875],[21.411,-260.355],[-37.963,-203.593],[-68.007,-155.093],[-61.507,3],[11.018,-60],[71.287,-111.144]],"c":true}],"e":[{"i":[[4.259,17.037],[3.073,9.17012500000001],[0.66749999999999,3.40600000000001],[2.963,-14.907],[0,0],[0,0],[-7.018,26.5],[3.713,19.144]],"o":[[-1.3705,-6.23150000000001],[-3.07300000000001,-9.17012499999998],[-0.911,-4.645],[-2.644,13.302],[0,0],[0,0],[9.673,-36.528],[-3.159,-16.288]],"v":[[-52.759,-171.537],[-60.45125,-196.815125],[-67.089,-217.855],[-68.963,-189.593],[-76.007,-170.093],[-64.007,1.5],[-40.982,-50],[-39.713,-115.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[4.259,17.037],[3.073,9.17012500000001],[0.66749999999999,3.40600000000001],[2.963,-14.907],[0,0],[0,0],[-7.018,26.5],[3.713,19.144]],"o":[[-1.3705,-6.23150000000001],[-3.07300000000001,-9.17012499999998],[-0.911,-4.645],[-2.644,13.302],[0,0],[0,0],[9.673,-36.528],[-3.159,-16.288]],"v":[[-52.759,-171.537],[-60.45125,-196.815125],[-67.089,-217.855],[-68.963,-189.593],[-76.007,-170.093],[-64.007,1.5],[-40.982,-50],[-39.713,-115.644]],"c":true}],"e":[{"i":[[2.759,16.037],[0.545875,6.84424999999999],[0.27600000000001,3.45950000000002],[3.15,2.884],[0,0],[0,0],[4.147,22.987],[2.213,13.144]],"o":[[-0.37050000000001,-3.98150000000001],[-0.545875,-6.84424999999999],[-0.411,-5.145],[-1.537,-1.407],[0,0],[0,0],[-3.518,-19.5],[-2.755,-16.362]],"v":[[-79.259,-143.537],[-80.744875,-161.3375],[-82.089,-178.355],[-90.963,-174.593],[-80.007,-159.593],[-66.507,1.5],[-58.482,-36],[-71.713,-94.644]],"c":true}]},{"t":11}]},"nm":"B"},{"ind":1,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[-0.993,13.755],[-0.576,6.238],[1.302,0.585],[0,0],[0,0],[-2.275,-1.384],[-0.28,-3.435]],"o":[[1.757,-16.495],[0.509,-5.518],[-2.446,-1.099],[0,0],[0,0],[1.508,0.917],[1.082,-12.356]],"v":[[-36.507,-32.755],[-33.509,-58.982],[-33.554,-66.651],[-36.609,-64.578],[-46.5,1.214],[-41.725,1.384],[-40.332,4.606]],"c":true}],"e":[{"i":[[-0.741,19.537],[-0.161,8.855],[3.194,1.609],[0,0],[0,0],[-8.518,-3.5],[-1.037,-4.856]],"o":[[-0.241,-13.963],[0.11,-6.071],[-3.787,-1.907],[0,0],[0,0],[4.451,1.829],[0.963,-28.106]],"v":[[-29.259,-43.037],[-28.339,-74.105],[-32.213,-84.593],[-40.757,-84.843],[-54.257,6.75],[-37.482,2.75],[-30.463,12.606]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[-0.741,19.537],[-0.161,8.855],[3.194,1.609],[0,0],[0,0],[-8.518,-3.5],[-1.037,-4.856]],"o":[[-0.241,-13.963],[0.11,-6.071],[-3.787,-1.907],[0,0],[0,0],[4.451,1.829],[0.963,-28.106]],"v":[[-29.259,-43.037],[-28.339,-74.105],[-32.213,-84.593],[-40.757,-84.843],[-54.257,6.75],[-37.482,2.75],[-30.463,12.606]],"c":true}],"e":[{"i":[[0.832,26.037],[0.279,9.355],[-0.34,-0.907],[0,0],[0,0],[-1.764,2.5],[-2,4.644]],"o":[[-0.587,-21.463],[-0.181,-6.06],[-2.641,3.629],[0,0],[0,0],[1.764,-2.5],[3,-26.606]],"v":[[-48.414,-64.537],[-46.516,-92.355],[-47.66,-93.593],[-51.128,-76.843],[-60.507,13.25],[-56.514,6],[-52.5,-2.394]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[0.832,26.037],[0.279,9.355],[-0.34,-0.907],[0,0],[0,0],[-1.764,2.5],[-2,4.644]],"o":[[-0.587,-21.463],[-0.181,-6.06],[-2.641,3.629],[0,0],[0,0],[1.764,-2.5],[3,-26.606]],"v":[[-48.414,-64.537],[-46.516,-92.355],[-47.66,-93.593],[-51.128,-76.843],[-60.507,13.25],[-56.514,6],[-52.5,-2.394]],"c":true}],"e":[{"i":[[5.759,37.537],[2.589,11.855],[15.486,1.354],[0,0],[0,0],[-32.518,-11.5],[-4.287,-8.856]],"o":[[-6.241,-39.963],[-1.296,-5.932],[-27.537,-2.407],[0,0],[0,0],[21.489,7.6],[-3.287,-20.356]],"v":[[19.241,-49.037],[9.411,-111.855],[-17.463,-132.593],[-53.507,-120.593],[-55.507,2.5],[4.018,-9.5],[30.287,16.856]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[5.759,37.537],[2.589,11.855],[15.486,1.354],[0,0],[0,0],[-32.518,-11.5],[-4.287,-8.856]],"o":[[-6.241,-39.963],[-1.296,-5.932],[-27.537,-2.407],[0,0],[0,0],[21.489,7.6],[-3.287,-20.356]],"v":[[19.241,-49.037],[9.411,-111.855],[-17.463,-132.593],[-53.507,-120.593],[-55.507,2.5],[4.018,-9.5],[30.287,16.856]],"c":true}],"e":[{"i":[[7.259,32.537],[3.089,9.355],[44.113,-3.3],[0,0],[0,0],[-53.018,1],[3.713,19.144]],"o":[[-7.241,-38.463],[-1.904,-5.765],[-48.037,3.593],[0,0],[0,0],[60.505,-1.141],[-3.159,-16.288]],"v":[[83.741,-85.537],[72.411,-142.355],[4.537,-172.593],[-61.007,-138.593],[-59.007,1.5],[28.018,-33.5],[99.787,-17.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[7.259,32.537],[3.089,9.355],[44.113,-3.3],[0,0],[0,0],[-53.018,1],[3.713,19.144]],"o":[[-7.241,-38.463],[-1.904,-5.765],[-48.037,3.593],[0,0],[0,0],[60.505,-1.141],[-3.159,-16.288]],"v":[[83.741,-85.537],[72.411,-142.355],[4.537,-172.593],[-61.007,-138.593],[-59.007,1.5],[28.018,-33.5],[99.787,-17.644]],"c":true}],"e":[{"i":[[10.759,29.037],[4.471,5.31],[29.463,-40.407],[0,0],[0,0],[-43.018,23.5],[3.713,19.144]],"o":[[-7.241,-21.963],[-3.911,-4.645],[-7.99,10.959],[0,0],[0,0],[44.538,-24.331],[-3.159,-16.288]],"v":[[45.241,-195.037],[21.411,-260.355],[-37.963,-203.593],[-68.007,-155.093],[-61.507,3],[11.018,-60],[71.287,-111.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[10.759,29.037],[4.471,5.31],[29.463,-40.407],[0,0],[0,0],[-43.018,23.5],[3.713,19.144]],"o":[[-7.241,-21.963],[-3.911,-4.645],[-7.99,10.959],[0,0],[0,0],[44.538,-24.331],[-3.159,-16.288]],"v":[[45.241,-195.037],[21.411,-260.355],[-37.963,-203.593],[-68.007,-155.093],[-61.507,3],[11.018,-60],[71.287,-111.144]],"c":true}],"e":[{"i":[[4.259,17.037],[1.335,6.812],[2.963,-14.907],[0,0],[0,0],[-7.018,26.5],[3.713,19.144]],"o":[[-2.741,-12.463],[-0.911,-4.645],[-2.644,13.302],[0,0],[0,0],[9.673,-36.528],[-3.159,-16.288]],"v":[[-52.759,-171.537],[-67.089,-217.855],[-68.963,-189.593],[-76.007,-170.093],[-64.007,1.5],[-40.982,-50],[-39.713,-115.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[4.259,17.037],[1.335,6.812],[2.963,-14.907],[0,0],[0,0],[-7.018,26.5],[3.713,19.144]],"o":[[-2.741,-12.463],[-0.911,-4.645],[-2.644,13.302],[0,0],[0,0],[9.673,-36.528],[-3.159,-16.288]],"v":[[-52.759,-171.537],[-67.089,-217.855],[-68.963,-189.593],[-76.007,-170.093],[-64.007,1.5],[-40.982,-50],[-39.713,-115.644]],"c":true}],"e":[{"i":[[2.759,16.037],[0.552,6.919],[3.15,2.884],[0,0],[0,0],[4.147,22.987],[2.213,13.144]],"o":[[-0.741,-7.963],[-0.411,-5.145],[-1.537,-1.407],[0,0],[0,0],[-3.518,-19.5],[-2.755,-16.362]],"v":[[-79.259,-143.537],[-82.089,-178.355],[-90.963,-174.593],[-80.007,-159.593],[-66.507,1.5],[-58.482,-36],[-71.713,-94.644]],"c":true}]},{"t":11}]},"nm":"B 2"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"B"}],"ip":4,"op":11,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":21,"ty":4,"nm":"B blue layer 1","parent":34,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":1,"s":[{"i":[[0,0],[1.135,0.16],[0.519,-0.169],[0.368,-1.304],[0.165,-1.422],[-2.463,0.226],[-0.024,0.731],[0.1,1.443]],"o":[[0,0],[-0.591,-0.084],[-0.572,0.81],[-0.408,1.446],[-0.141,1.212],[2.637,-0.242],[-0.113,-1.414],[-0.065,-0.946]],"v":[[-29.39,-0.524],[-31.301,-0.669],[-32.486,-0.16],[-34.047,2.548],[-34.859,5.55],[-31.571,8.49],[-28.75,5.075],[-29.073,1.857]],"c":true}],"e":[{"i":[[0,0],[4.131,0.584],[1.89,-0.615],[1.34,-4.746],[0.602,-5.175],[-8.964,0.823],[-0.088,2.66],[0.363,5.252]],"o":[[0,0],[-2.152,-0.304],[-2.08,2.95],[-1.486,5.262],[-0.513,4.413],[9.6,-0.881],[-0.41,-5.148],[-0.238,-3.443]],"v":[[-27.079,-7.92],[-34.036,-8.446],[-38.349,-6.594],[-44.031,3.262],[-46.987,14.191],[-35.017,24.893],[-24.75,12.463],[-25.925,0.75]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[0,0],[4.131,0.584],[1.89,-0.615],[1.34,-4.746],[0.602,-5.175],[-8.964,0.823],[-0.088,2.66],[0.363,5.252]],"o":[[0,0],[-2.152,-0.304],[-2.08,2.95],[-1.486,5.262],[-0.513,4.413],[9.6,-0.881],[-0.41,-5.148],[-0.238,-3.443]],"v":[[-27.079,-7.92],[-34.036,-8.446],[-38.349,-6.594],[-44.031,3.262],[-46.987,14.191],[-35.017,24.893],[-24.75,12.463],[-25.925,0.75]],"c":true}],"e":[{"i":[[0,0],[8.324,1.188],[3.808,-1.25],[2.7,-9.654],[1.213,-10.525],[-18.063,1.674],[-0.178,5.41],[0.731,10.682]],"o":[[0,0],[-4.337,-0.619],[-4.192,6],[-2.994,10.703],[-1.034,8.975],[19.344,-1.793],[-0.826,-10.471],[-0.479,-7.002]],"v":[[-18.099,-21.695],[-32.116,-22.765],[-40.808,-19],[-52.256,1.047],[-58.213,23.275],[-34.094,45.043],[-13.405,19.761],[-15.773,-4.063]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[0,0],[8.324,1.188],[3.808,-1.25],[2.7,-9.654],[1.213,-10.525],[-18.063,1.674],[-0.178,5.41],[0.731,10.682]],"o":[[0,0],[-4.337,-0.619],[-4.192,6],[-2.994,10.703],[-1.034,8.975],[19.344,-1.793],[-0.826,-10.471],[-0.479,-7.002]],"v":[[-18.099,-21.695],[-32.116,-22.765],[-40.808,-19],[-52.256,1.047],[-58.213,23.275],[-34.094,45.043],[-13.405,19.761],[-15.773,-4.063]],"c":true}],"e":[{"i":[[0,0],[12.843,1.833],[4.559,8.938],[3.186,-15.134],[3.035,-13.004],[-27.952,1.396],[-0.275,8.346],[1.128,16.48]],"o":[[0,0],[-6.691,-0.955],[-2.441,12.438],[-4.015,19.071],[-3.168,13.574],[31.05,-1.551],[-1.275,-16.154],[-0.74,-10.803]],"v":[[-2.195,-42.59],[-24.593,-43.083],[-44.559,-47.688],[-56.436,-7.116],[-64.082,27.176],[-28.8,62.301],[4.275,27.154],[0.622,-14.23]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[0,0],[12.843,1.833],[4.559,8.938],[3.186,-15.134],[3.035,-13.004],[-27.952,1.396],[-0.275,8.346],[1.128,16.48]],"o":[[0,0],[-6.691,-0.955],[-2.441,12.438],[-4.015,19.071],[-3.168,13.574],[31.05,-1.551],[-1.275,-16.154],[-0.74,-10.803]],"v":[[-2.195,-42.59],[-24.593,-43.083],[-44.559,-47.688],[-56.436,-7.116],[-64.082,27.176],[-28.8,62.301],[4.275,27.154],[0.622,-14.23]],"c":true}],"e":[{"i":[[0,0],[30.844,0.507],[4.059,4.688],[1.936,-11.384],[-2.168,-13.176],[-27.451,0.398],[1.225,11.846],[3.429,20.36]],"o":[[0,0],[-10.157,-0.167],[-1.941,14.188],[-3.267,19.214],[1.6,9.723],[38.05,-0.551],[-1.275,-15.904],[-3.372,-20.02]],"v":[[12.805,-58.84],[-26.843,-38.833],[-49.309,-49.938],[-55.686,-8.616],[-60.582,43.176],[-20.55,70.051],[26.275,28.904],[17.122,-30.23]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[0,0],[30.844,0.507],[4.059,4.688],[1.936,-11.384],[-2.168,-13.176],[-27.451,0.398],[1.225,11.846],[3.429,20.36]],"o":[[0,0],[-10.157,-0.167],[-1.941,14.188],[-3.267,19.214],[1.6,9.723],[38.05,-0.551],[-1.275,-15.904],[-3.372,-20.02]],"v":[[12.805,-58.84],[-26.843,-38.833],[-49.309,-49.938],[-55.686,-8.616],[-60.582,43.176],[-20.55,70.051],[26.275,28.904],[17.122,-30.23]],"c":true}],"e":[{"i":[[0,0],[-0.089,-0.987],[-0.278,-3.396],[-0.525,-7.148],[-4.945,-5.803],[-9.866,11.148],[0.725,3.596],[6.837,19.482]],"o":[[0,0],[0.121,1.333],[0.323,3.936],[1.428,19.437],[2.832,3.324],[11.55,-13.051],[-1.275,-15.904],[-5.622,-16.02]],"v":[[10.305,-57.09],[10.44,-55.64],[11.04,-48.623],[12.314,-32.116],[21.668,57.426],[44.2,51.551],[54.275,22.904],[39.872,-29.73]],"c":true}]},{"t":6}]},"nm":"B"},{"ind":1,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":1,"s":[{"i":[[-0.404,3.747],[1.477,0.688],[1.74,-9.708],[-5.091,0.021],[-0.25,4.402]],"o":[[-1.673,-0.138],[-1.523,11.938],[-0.954,5.323],[3.195,-0.013],[0.819,-14.412]],"v":[[-23.513,-54.481],[-25.144,-53.423],[-32.713,-2.808],[-29.826,7.494],[-26.917,-1.136]],"c":true}],"e":[{"i":[[-0.404,3.747],[1.477,0.688],[1.74,-9.708],[-5.091,0.021],[-0.25,4.402]],"o":[[-1.673,-0.138],[-1.523,11.938],[-0.954,5.323],[3.195,-0.013],[0.819,-14.412]],"v":[[-31.013,-45.315],[-32.644,-44.256],[-40.213,6.359],[-37.326,16.661],[-34.417,8.03]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[-0.404,3.747],[1.477,0.688],[1.74,-9.708],[-5.091,0.021],[-0.25,4.402]],"o":[[-1.673,-0.138],[-1.523,11.938],[-0.954,5.323],[3.195,-0.013],[0.819,-14.412]],"v":[[-31.013,-45.315],[-32.644,-44.256],[-40.213,6.359],[-37.326,16.661],[-34.417,8.03]],"c":true}],"e":[{"i":[[-0.404,3.747],[1.477,0.688],[1.74,-9.708],[-5.091,0.021],[-0.25,4.402]],"o":[[-1.673,-0.138],[-1.523,11.938],[-0.954,5.323],[3.196,-0.013],[0.819,-14.412]],"v":[[-37.096,-52.997],[-38.727,-51.938],[-46.296,-1.323],[-43.159,7.979],[-40.5,0.348]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[-0.404,3.747],[1.477,0.688],[1.74,-9.708],[-5.091,0.021],[-0.25,4.402]],"o":[[-1.673,-0.138],[-1.523,11.938],[-0.954,5.323],[3.196,-0.013],[0.819,-14.412]],"v":[[-37.096,-52.997],[-38.727,-51.938],[-46.296,-1.323],[-43.159,7.979],[-40.5,0.348]],"c":true}],"e":[{"i":[[-0.103,4.085],[4.059,4.688],[1.686,-13.134],[-16.7,0.449],[-0.025,15.596]],"o":[[-5.407,-0.167],[-1.941,14.188],[-2.481,19.331],[7.341,-0.197],[-0.025,-17.404]],"v":[[-31.343,-55.333],[-44.309,-60.438],[-51.186,-11.116],[-42.05,21.551],[-30.225,2.654]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[-0.103,4.085],[4.059,4.688],[1.686,-13.134],[-16.7,0.449],[-0.025,15.596]],"o":[[-5.407,-0.167],[-1.941,14.188],[-2.481,19.331],[7.341,-0.197],[-0.025,-17.404]],"v":[[-31.343,-55.333],[-44.309,-60.438],[-51.186,-11.116],[-42.05,21.551],[-30.225,2.654]],"c":true}],"e":[{"i":[[-0.089,-0.987],[-0.278,-3.396],[-0.525,-7.148],[-9.866,11.148],[0.725,3.596]],"o":[[0.121,1.333],[0.323,3.936],[1.428,19.437],[11.55,-13.051],[-1.275,-15.904]],"v":[[5.773,-76.735],[6.373,-69.719],[7.647,-53.212],[39.533,30.455],[49.608,1.808]],"c":true}]},{"t":6}]},"nm":"B 2"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"B"}],"ip":1,"op":7,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":22,"ty":4,"nm":"B white layer 2 shadow 2","parent":34,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[5],"e":[40]},{"t":22}]},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[0,0],[0,0],[0,0],[-4,0.01],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[51.196,-0.129],[0,0],[0,0]],"v":[[-38.124,-198.023],[-153.77,-179.155],[-179.51,0.476],[-152.785,32.892],[-44.446,28.81],[-41.27,-85.157]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[-4,0.01],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[51.196,-0.129],[0,0],[0,0]],"v":[[-26.124,-205.023],[-141.77,-186.155],[-167.51,-6.524],[-140.785,25.892],[-10.446,30.81],[-18.323,-87.679]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0,0],[0,0],[0,0],[-4,0.01],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[51.196,-0.129],[0,0],[0,0]],"v":[[-26.124,-205.023],[-141.77,-186.155],[-167.51,-6.524],[-140.785,25.892],[-10.446,30.81],[-18.323,-87.679]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[-4,0.01],[-22.446,5.81],[5.009,56.785]],"o":[[0,0],[0,0],[0,0],[51.196,-0.129],[11.259,-2.914],[-4.977,-56.418]],"v":[[7.876,-190.023],[-107.77,-171.155],[-133.51,8.476],[-106.785,40.892],[16.554,39.31],[20.584,-78.085]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[0,0],[0,0],[0,0],[-4,0.01],[-22.446,5.81],[5.009,56.785]],"o":[[0,0],[0,0],[0,0],[51.196,-0.129],[11.259,-2.914],[-4.977,-56.418]],"v":[[7.876,-190.023],[-107.77,-171.155],[-133.51,8.476],[-106.785,40.892],[16.554,39.31],[20.584,-78.085]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[-18.5,31.5],[9.358,52.957]],"o":[[0,0],[0,0],[0,0],[50,-11],[9.28,-15.801],[-9.297,-52.616]],"v":[[37.5,-220],[-101,-170],[-88,11],[-55,37],[65.5,7],[58.347,-118.825]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[-18.5,31.5],[9.358,52.957]],"o":[[0,0],[0,0],[0,0],[50,-11],[9.28,-15.801],[-9.297,-52.616]],"v":[[37.5,-220],[-101,-170],[-88,11],[-55,37],[65.5,7],[58.347,-118.825]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[-18.5,33],[14.123,54.022]],"o":[[0,0],[0,0],[0,0],[50,-11],[9.28,-16.553],[-14.032,-53.673]],"v":[[-38.5,-242],[-236,-164],[-88,11],[-55,36],[8.5,-10],[-8.199,-138.898]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[-18.5,33],[14.123,54.022]],"o":[[0,0],[0,0],[0,0],[50,-11],[9.28,-16.553],[-14.032,-53.673]],"v":[[-38.5,-242],[-236,-164],[-88,11],[-55,36],[8.5,-10],[-8.199,-138.898]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[-10.976,14.749],[13.055,55.474]],"o":[[0,0],[0,0],[0,0],[50,-11],[8.026,-10.785],[-12.971,-55.116]],"v":[[-61,-230],[-236,-164],[-109,24],[-60,28],[-17,2],[-33.126,-122.6]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[-10.976,14.749],[13.055,55.474]],"o":[[0,0],[0,0],[0,0],[50,-11],[8.026,-10.785],[-12.971,-55.116]],"v":[[-61,-230],[-236,-164],[-109,24],[-60,28],[-17,2],[-33.126,-122.6]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[-9,14.5],[13.551,58.865]],"o":[[0,0],[0,0],[0,0],[50,-11],[4.515,-7.273],[-13.463,-58.485]],"v":[[-61,-237],[-191,-176],[-109,24],[-76,30],[-11.5,5],[-33.006,-122.007]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[-9,14.5],[13.551,58.865]],"o":[[0,0],[0,0],[0,0],[50,-11],[4.515,-7.273],[-13.463,-58.485]],"v":[[-61,-237],[-191,-176],[-109,24],[-76,30],[-11.5,5],[-33.006,-122.007]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[-14,18],[17.568,58.925]],"o":[[0,0],[0,0],[0,0],[50,-11],[7.023,-9.029],[-17.454,-58.545]],"v":[[-56,-244],[-191,-176],[-109,24],[-76,30],[7,0],[-19.42,-129.321]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[-14,18],[17.568,58.925]],"o":[[0,0],[0,0],[0,0],[50,-11],[7.023,-9.029],[-17.454,-58.545]],"v":[[-56,-244],[-191,-176],[-109,24],[-76,30],[7,0],[-19.42,-129.321]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[-12,13],[17.065,63.067]],"o":[[0,0],[0,0],[0,0],[50,-11],[6.019,-6.521],[-16.954,-62.66]],"v":[[-39,-257],[-191,-176],[-109,24],[-76,30],[23,1],[-3.665,-133.486]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[-12,13],[17.065,63.067]],"o":[[0,0],[0,0],[0,0],[50,-11],[6.019,-6.521],[-16.954,-62.66]],"v":[[-39,-257],[-191,-176],[-109,24],[-76,30],[23,1],[-3.665,-133.486]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[-9,17],[17.689,64.569]],"o":[[0,0],[0,0],[0,0],[50,-11],[4.515,-8.528],[-17.575,-64.152]],"v":[[-13,-271],[-191,-176],[-109,24],[-76,30],[53,-5],[23.204,-145]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[-9,17],[17.689,64.569]],"o":[[0,0],[0,0],[0,0],[50,-11],[4.515,-8.528],[-17.575,-64.152]],"v":[[-13,-271],[-191,-176],[-109,24],[-76,30],[53,-5],[23.204,-145]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[-16,20],[23.562,61.869]],"o":[[0,0],[0,0],[0,0],[50,-11],[7.752,-9.689],[-8.438,-57.131]],"v":[[17,-282],[-191,-176],[-109,24],[-76,30],[71,-9],[50.438,-146.869]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[-16,20],[23.562,61.869]],"o":[[0,0],[0,0],[0,0],[50,-11],[7.752,-9.689],[-8.438,-57.131]],"v":[[17,-282],[-191,-176],[-109,24],[-76,30],[71,-9],[50.438,-146.869]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[-16,15],[24.604,34.177]],"o":[[0,0],[0,0],[0,0],[50,-11],[16,-15],[3.604,-39.823]],"v":[[46,-289],[-116,-244],[-109,24],[-51,19],[77,-7],[61.396,-150.177]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[-16,15],[24.604,34.177]],"o":[[0,0],[0,0],[0,0],[50,-11],[16,-15],[3.604,-39.823]],"v":[[46,-289],[-116,-244],[-109,24],[-51,19],[77,-7],[61.396,-150.177]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[-10.999,17.25],[28.431,29.796]],"o":[[0,0],[0,0],[0,0],[50,-11],[10.999,-17.25],[16.431,-29.204]],"v":[[65.252,-286.25],[-116,-244],[-109,24],[-51,19],[88.001,-9.75],[65.569,-132.796]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[-10.999,17.25],[28.431,29.796]],"o":[[0,0],[0,0],[0,0],[50,-11],[10.999,-17.25],[16.431,-29.204]],"v":[[65.252,-286.25],[-116,-244],[-109,24],[-51,19],[88.001,-9.75],[65.569,-132.796]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[50,-11],[0,0],[0,0]],"v":[[92,-282],[-116,-244],[-109,24],[-51,19],[110,22],[100.956,-130.738]],"c":true}]},{"t":19.1474609375}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[-1.282,17.269],[-0.661,17.73],[1.838,0.593],[0,0],[0,0],[-1.643,0],[-0.912,-1.481]],"o":[[1.259,-16.963],[0.075,-2.02],[-1.701,-0.549],[0,0],[0,0],[1.257,0],[0.338,-3.231]],"v":[[-41.009,-32.537],[-38.089,-79.48],[-39.588,-83.593],[-42.507,-82.468],[-50.507,4.375],[-47.107,4],[-44.213,5.856]],"c":true}],"e":[{"i":[[-0.008,17.316],[0.339,16.48],[3.281,1.942],[0,0],[0,0],[-6.268,-1],[-1.162,-9.106]],"o":[[0.009,-21.463],[-0.098,-4.771],[-4.912,-2.907],[0,0],[0,0],[5.666,0.904],[-0.412,-10.356]],"v":[[-34.509,-42.537],[-34.339,-91.23],[-37.588,-101.593],[-47.007,-102.468],[-59.132,7.5],[-45.982,2.75],[-34.588,14.106]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[-0.008,17.316],[0.339,16.48],[3.281,1.942],[0,0],[0,0],[-6.268,-1],[-1.162,-9.106]],"o":[[0.009,-21.463],[-0.098,-4.771],[-4.912,-2.907],[0,0],[0,0],[5.666,0.904],[-0.412,-10.356]],"v":[[-34.509,-42.537],[-34.339,-91.23],[-37.588,-101.593],[-47.007,-102.468],[-59.132,7.5],[-45.982,2.75],[-34.588,14.106]],"c":true}],"e":[{"i":[[1.009,17.287],[2.01,28.256],[7.354,3.812],[0,0],[0,0],[-11.66,-5.191],[-3.162,-10.856]],"o":[[-1.064,-18.224],[-0.411,-5.77],[-10.912,-5.657],[0,0],[0,0],[11.232,5],[-1.162,-18.356]],"v":[[-16.009,-48.037],[-20.089,-101.23],[-28.588,-120.343],[-52.757,-120.968],[-55.882,3.75],[-26.232,2.5],[-10.838,21.356]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[1.009,17.287],[2.01,28.256],[7.354,3.812],[0,0],[0,0],[-11.66,-5.191],[-3.162,-10.856]],"o":[[-1.064,-18.224],[-0.411,-5.77],[-10.912,-5.657],[0,0],[0,0],[11.232,5],[-1.162,-18.356]],"v":[[-16.009,-48.037],[-20.089,-101.23],[-28.588,-120.343],[-52.757,-120.968],[-55.882,3.75],[-26.232,2.5],[-10.838,21.356]],"c":true}],"e":[{"i":[[3.581,24.09],[2.339,28.23],[18.566,5.173],[0,0],[0,0],[-42.815,-12.244],[-3.162,-9.856]],"o":[[-4.491,-30.213],[-0.972,-11.734],[-34.662,-9.657],[0,0],[0,0],[19.232,5.5],[-2.412,-16.356]],"v":[[28.491,-50.787],[21.161,-112.48],[-7.588,-142.843],[-60.007,-138.968],[-58.382,3.5],[13.518,-2.5],[41.412,22.606]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[3.581,24.09],[2.339,28.23],[18.566,5.173],[0,0],[0,0],[-42.815,-12.244],[-3.162,-9.856]],"o":[[-4.491,-30.213],[-0.972,-11.734],[-34.662,-9.657],[0,0],[0,0],[19.232,5.5],[-2.412,-16.356]],"v":[[28.491,-50.787],[21.161,-112.48],[-7.588,-142.843],[-60.007,-138.968],[-58.382,3.5],[13.518,-2.5],[41.412,22.606]],"c":true}],"e":[{"i":[[6.259,23.537],[9.028,29.832],[35.338,-11.407],[0,0],[0,0],[-43.647,8.83],[7.838,30.644]],"o":[[-6.901,-25.951],[-3.411,-11.27],[-35.699,11.524],[0,0],[0,0],[66.732,-13.5],[-4.529,-17.709]],"v":[[98.991,-111.037],[77.161,-192.23],[3.912,-187.593],[-68.757,-153.968],[-60.882,2],[23.768,-27],[112.412,-55.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[6.259,23.537],[9.028,29.832],[35.338,-11.407],[0,0],[0,0],[-43.647,8.83],[7.838,30.644]],"o":[[-6.901,-25.951],[-3.411,-11.27],[-35.699,11.524],[0,0],[0,0],[66.732,-13.5],[-4.529,-17.709]],"v":[[98.991,-111.037],[77.161,-192.23],[3.912,-187.593],[-68.757,-153.968],[-60.882,2],[23.768,-27],[112.412,-55.894]],"c":true}],"e":[{"i":[[9.241,25.213],[14.339,35.48],[31.838,-35.407],[0,0],[0,0],[-37.642,23.794],[7.838,30.644]],"o":[[-9.241,-25.213],[-15.283,-37.816],[-16.668,18.536],[0,0],[0,0],[45.482,-28.75],[-4.529,-17.709]],"v":[[33.991,-189.537],[9.161,-252.48],[-36.838,-201.593],[-76.007,-167.218],[-63.882,2],[24.768,-48],[62.412,-113.394]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[9.241,25.213],[14.339,35.48],[31.838,-35.407],[0,0],[0,0],[-37.642,23.794],[7.838,30.644]],"o":[[-9.241,-25.213],[-15.283,-37.816],[-16.668,18.536],[0,0],[0,0],[45.482,-28.75],[-4.529,-17.709]],"v":[[33.991,-189.537],[9.161,-252.48],[-36.838,-201.593],[-76.007,-167.218],[-63.882,2],[24.768,-48],[62.412,-113.394]],"c":true}],"e":[{"i":[[9.241,25.213],[15.339,35.73],[24.588,-31.657],[0,0],[0,0],[-33.385,29.471],[8.088,31.144]],"o":[[-9.241,-25.213],[-19.116,-44.526],[-15.291,19.687],[0,0],[0,0],[38.232,-33.75],[-4.594,-17.692]],"v":[[1.491,-181.287],[-33.839,-268.23],[-51.588,-209.843],[-83.257,-178.968],[-66.382,1.5],[2.768,-41.25],[25.662,-113.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[9.241,25.213],[15.339,35.73],[24.588,-31.657],[0,0],[0,0],[-33.385,29.471],[8.088,31.144]],"o":[[-9.241,-25.213],[-19.116,-44.526],[-15.291,19.687],[0,0],[0,0],[38.232,-33.75],[-4.594,-17.692]],"v":[[1.491,-181.287],[-33.839,-268.23],[-51.588,-209.843],[-83.257,-178.968],[-66.382,1.5],[2.768,-41.25],[25.662,-113.144]],"c":true}],"e":[{"i":[[9.241,25.213],[14.589,37.98],[24.588,-31.657],[0,0],[0,0],[-36.476,25.546],[8.088,31.144]],"o":[[-9.241,-25.213],[-17.376,-45.234],[-15.291,19.687],[0,0],[0,0],[34.982,-24.5],[-4.594,-17.692]],"v":[[-0.759,-180.537],[-36.839,-272.73],[-56.338,-216.843],[-89.257,-186.468],[-69.382,1],[6.518,-38],[24.662,-104.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[9.241,25.213],[14.589,37.98],[24.588,-31.657],[0,0],[0,0],[-36.476,25.546],[8.088,31.144]],"o":[[-9.241,-25.213],[-17.376,-45.234],[-15.291,19.687],[0,0],[0,0],[34.982,-24.5],[-4.594,-17.692]],"v":[[-0.759,-180.537],[-36.839,-272.73],[-56.338,-216.843],[-89.257,-186.468],[-69.382,1],[6.518,-38],[24.662,-104.894]],"c":true}],"e":[{"i":[[8.009,25.037],[13.247,38.034],[35.338,-37.657],[0,0],[0,0],[-39.772,20.031],[8.088,31.144]],"o":[[-11.991,-32.463],[-17.16,-49.27],[-21.388,22.792],[0,0],[0,0],[36.732,-18.5],[-4.594,-17.692]],"v":[[11.241,-169.037],[-25.59,-271.98],[-60.088,-220.343],[-93.257,-193.718],[-71.382,1],[15.768,-34.75],[32.662,-102.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[8.009,25.037],[13.247,38.034],[35.338,-37.657],[0,0],[0,0],[-39.772,20.031],[8.088,31.144]],"o":[[-11.991,-32.463],[-17.16,-49.27],[-21.388,22.792],[0,0],[0,0],[36.732,-18.5],[-4.594,-17.692]],"v":[[11.241,-169.037],[-25.59,-271.98],[-60.088,-220.343],[-93.257,-193.718],[-71.382,1],[15.768,-34.75],[32.662,-102.144]],"c":true}],"e":[{"i":[[8.259,24.037],[10.641,35.776],[35.838,-35.157],[0,0],[0,0],[-42.018,14.75],[10.338,43.894]],"o":[[-9.241,-31.213],[-13.91,-46.77],[-22.312,21.888],[0,0],[0,0],[40.972,-14.383],[-7.971,-33.842]],"v":[[23.991,-176.037],[-5.09,-269.48],[-49.338,-232.593],[-95.757,-200.718],[-72.382,0.25],[27.268,-29],[47.662,-96.394]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[8.259,24.037],[10.641,35.776],[35.838,-35.157],[0,0],[0,0],[-42.018,14.75],[10.338,43.894]],"o":[[-9.241,-31.213],[-13.91,-46.77],[-22.312,21.888],[0,0],[0,0],[40.972,-14.383],[-7.971,-33.842]],"v":[[23.991,-176.037],[-5.09,-269.48],[-49.338,-232.593],[-95.757,-200.718],[-72.382,0.25],[27.268,-29],[47.662,-96.394]],"c":true}],"e":[{"i":[[7.009,23.287],[7.59,33.73],[50.58,-35.169],[0,0],[0,0],[0,0],[11.714,49.114]],"o":[[-7.241,-28.463],[-10.225,-45.445],[-25.662,17.843],[0,0],[0,0],[43.732,-7.5],[-10.162,-42.606]],"v":[[42.741,-173.287],[20.411,-260.73],[-42.588,-234.593],[-97.257,-206.968],[-73.882,0.25],[35.018,-20.5],[65.662,-88.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[7.009,23.287],[7.59,33.73],[50.58,-35.169],[0,0],[0,0],[0,0],[11.714,49.114]],"o":[[-7.241,-28.463],[-10.225,-45.445],[-25.662,17.843],[0,0],[0,0],[43.732,-7.5],[-10.162,-42.606]],"v":[[42.741,-173.287],[20.411,-260.73],[-42.588,-234.593],[-97.257,-206.968],[-73.882,0.25],[35.018,-20.5],[65.662,-88.144]],"c":true}],"e":[{"i":[[3.259,21.287],[6.044,31.942],[57.588,-23.657],[0,0],[0,0],[0,0],[10.088,66.644]],"o":[[-1.741,-23.963],[-8.661,-45.77],[-33.448,13.74],[0,0],[0,0],[43.732,-7.5],[-8.74,-57.737]],"v":[[54.991,-175.537],[44.161,-246.98],[-37.838,-233.593],[-96.757,-212.718],[-75.382,0],[38.518,-14.75],[79.662,-80.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[3.259,21.287],[6.044,31.942],[57.588,-23.657],[0,0],[0,0],[0,0],[10.088,66.644]],"o":[[-1.741,-23.963],[-8.661,-45.77],[-33.448,13.74],[0,0],[0,0],[43.732,-7.5],[-8.74,-57.737]],"v":[[54.991,-175.537],[44.161,-246.98],[-37.838,-233.593],[-96.757,-212.718],[-75.382,0],[38.518,-14.75],[79.662,-80.894]],"c":true}],"e":[{"i":[[3.259,21.287],[4.985,35.86],[31.838,-13.407],[0,0],[0,0],[0,0],[7.588,68.394]],"o":[[-1.491,-26.213],[-5.911,-42.52],[-31.691,13.345],[0,0],[0,0],[38.732,-3.75],[-6.443,-58.072]],"v":[[65.241,-152.287],[61.661,-221.73],[10.912,-247.343],[-94.007,-216.968],[-77.382,-0.75],[40.268,-9.5],[88.162,-79.394]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.963,"s":[{"i":[[3.259,21.287],[4.985,35.86],[31.838,-13.407],[0,0],[0,0],[0,0],[7.588,68.394]],"o":[[-1.491,-26.213],[-5.911,-42.52],[-31.691,13.345],[0,0],[0,0],[38.732,-3.75],[-6.443,-58.072]],"v":[[65.241,-152.287],[61.661,-221.73],[10.912,-247.343],[-94.007,-216.968],[-77.382,-0.75],[40.268,-9.5],[88.162,-79.394]],"c":true}],"e":[{"i":[[2.759,8.787],[5.839,35.73],[33.162,-9.093],[0,0],[0,0],[0,0],[2.478,49.663]],"o":[[-2.741,-7.463],[-6.377,-39.022],[-33.162,9.093],[0,0],[0,0],[38.732,-3.75],[-2.912,-58.356]],"v":[[66.241,-138.287],[71.911,-205.73],[16.162,-241.093],[-91.507,-220.468],[-77.382,-0.75],[41.768,-6.5],[92.912,-66.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.93,"s":[{"i":[[2.759,8.787],[5.839,35.73],[33.162,-9.093],[0,0],[0,0],[0,0],[2.478,49.663]],"o":[[-2.741,-7.463],[-6.377,-39.022],[-33.162,9.093],[0,0],[0,0],[38.732,-3.75],[-2.912,-58.356]],"v":[[66.241,-138.287],[71.911,-205.73],[16.162,-241.093],[-91.507,-220.468],[-77.382,-0.75],[41.768,-6.5],[92.912,-66.894]],"c":true}],"e":[{"i":[[27.259,18.287],[2.089,21.98],[37.838,-4.407],[0,0],[0,0],[0,0],[0.838,46.394]],"o":[[11.509,-17.213],[-3.742,-39.362],[0,0],[0,0],[0,0],[36.982,0],[-0.523,-28.962]],"v":[[63.241,-131.037],[77.161,-188.98],[16.162,-235.843],[-89.507,-222.468],[-78.882,-0.5],[31.768,-3.75],[95.162,-60.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.756,"s":[{"i":[[27.259,18.287],[2.089,21.98],[37.838,-4.407],[0,0],[0,0],[0,0],[0.838,46.394]],"o":[[11.509,-17.213],[-3.742,-39.362],[0,0],[0,0],[0,0],[36.982,0],[-0.523,-28.962]],"v":[[63.241,-131.037],[77.161,-188.98],[16.162,-235.843],[-89.507,-222.468],[-78.882,-0.5],[31.768,-3.75],[95.162,-60.894]],"c":true}],"e":[{"i":[[25.509,15.287],[1.964,22.98],[38.338,-2.657],[0,0],[0,0],[0,0],[-0.037,44.769]],"o":[[11.884,-14.088],[-3.365,-39.367],[0,0],[0,0],[0,0],[36.982,0],[0.026,-31.246]],"v":[[61.616,-125.787],[79.286,-179.98],[15.537,-232.218],[-86.382,-224.093],[-79.007,-0.375],[30.268,-2.75],[94.037,-62.519]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19.63,"s":[{"i":[[25.509,15.287],[1.964,22.98],[38.338,-2.657],[0,0],[0,0],[0,0],[-0.037,44.769]],"o":[[11.884,-14.088],[-3.365,-39.367],[0,0],[0,0],[0,0],[36.982,0],[0.026,-31.246]],"v":[[61.616,-125.787],[79.286,-179.98],[15.537,-232.218],[-86.382,-224.093],[-79.007,-0.375],[30.268,-2.75],[94.037,-62.519]],"c":true}],"e":[{"i":[[23.759,12.287],[0.374,21.444],[38.838,-0.907],[0,0],[0,0],[0,0],[-0.076,41.089]],"o":[[12.259,-10.963],[-0.705,-39.533],[0,0],[0,0],[0,0],[36.982,0],[0.053,-28.967]],"v":[[59.491,-123.537],[79.911,-170.48],[17.412,-229.593],[-83.257,-225.718],[-79.132,-0.25],[28.768,-1.75],[93.412,-61.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.505,"s":[{"i":[[23.759,12.287],[0.374,21.444],[38.838,-0.907],[0,0],[0,0],[0,0],[-0.076,41.089]],"o":[[12.259,-10.963],[-0.705,-39.533],[0,0],[0,0],[0,0],[36.982,0],[0.053,-28.967]],"v":[[59.491,-123.537],[79.911,-170.48],[17.412,-229.593],[-83.257,-225.718],[-79.132,-0.25],[28.768,-1.75],[93.412,-61.644]],"c":true}],"e":[{"i":[[23.009,8.287],[0.374,21.444],[37.94,-0.602],[0,0],[0,0],[0,0],[-0.076,41.089]],"o":[[15.106,-9.064],[-0.705,-39.533],[0,0],[0,0],[0,0],[39.468,0.25],[0.053,-28.967]],"v":[[55.991,-119.287],[79.661,-166.48],[11.162,-226.593],[-79.507,-226.218],[-79.132,-0.25],[22.518,-0.25],[91.162,-62.644]],"c":true}]},{"t":22.2529296875}]},"nm":"B"},{"ind":1,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[-2.196,-15.458],[4.87,-2.756],[0,0],[0,0],[0,0]],"o":[[1.997,14.059],[0,0],[0,0],[0,0],[2.979,-1.252]],"v":[[-276.179,-132.292],[-277.37,-102.994],[-282.552,-101.351],[-288.355,-146.931],[-283.229,-149.748]],"c":true}],"e":[{"i":[[-2.196,-15.458],[4.87,-2.756],[0,0],[0,0],[0,0]],"o":[[1.997,14.059],[0,0],[0,0],[0,0],[2.979,-1.252]],"v":[[-45.179,-170.292],[-46.37,-140.994],[-51.552,-139.351],[-57.355,-184.931],[-52.229,-187.748]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[-2.196,-15.458],[4.87,-2.756],[0,0],[0,0],[0,0]],"o":[[1.997,14.059],[0,0],[0,0],[0,0],[2.979,-1.252]],"v":[[-45.179,-170.292],[-46.37,-140.994],[-51.552,-139.351],[-57.355,-184.931],[-52.229,-187.748]],"c":true}],"e":[{"i":[[-2.196,-15.458],[10.37,-3.756],[0,0],[0,0],[0,0]],"o":[[1.997,14.059],[0,0],[0,0],[0,0],[5.729,-1.752]],"v":[[-29.679,-174.292],[-36.62,-141.244],[-48.302,-138.851],[-53.605,-186.431],[-42.979,-189.748]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[-2.196,-15.458],[10.37,-3.756],[0,0],[0,0],[0,0]],"o":[[1.997,14.059],[0,0],[0,0],[0,0],[5.729,-1.752]],"v":[[-29.679,-174.292],[-36.62,-141.244],[-48.302,-138.851],[-53.605,-186.431],[-42.979,-189.748]],"c":true}],"e":[{"i":[[-2.196,-15.458],[11.62,-1.881],[0,0],[0,0],[0,0]],"o":[[1.997,14.059],[0,0],[0,0],[0,0],[12.104,-2.127]],"v":[[-14.179,-171.542],[-26.62,-140.744],[-44.802,-137.851],[-48.605,-186.931],[-32.479,-190.998]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.963,"s":[{"i":[[-2.196,-15.458],[11.62,-1.881],[0,0],[0,0],[0,0]],"o":[[1.997,14.059],[0,0],[0,0],[0,0],[12.104,-2.127]],"v":[[-14.179,-171.542],[-26.62,-140.744],[-44.802,-137.851],[-48.605,-186.931],[-32.479,-190.998]],"c":true}],"e":[{"i":[[-0.946,-15.083],[11.62,-1.881],[0,0],[0,0],[0,0]],"o":[[0.889,14.172],[0,0],[0,0],[0,0],[11.854,-1.752]],"v":[[-0.554,-168.667],[-16.12,-139.619],[-41.927,-136.351],[-45.105,-186.931],[-21.854,-190.998]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.93,"s":[{"i":[[-0.946,-15.083],[11.62,-1.881],[0,0],[0,0],[0,0]],"o":[[0.889,14.172],[0,0],[0,0],[0,0],[11.854,-1.752]],"v":[[-0.554,-168.667],[-16.12,-139.619],[-41.927,-136.351],[-45.105,-186.931],[-21.854,-190.998]],"c":true}],"e":[{"i":[[0,-14.502],[17.62,-0.131],[0,0],[0,0],[0,0]],"o":[[0,14.2],[0,0],[0,0],[0,0],[16.104,-1.752]],"v":[[9.196,-166.167],[-14.62,-138.119],[-39.927,-136.351],[-41.855,-185.931],[-15.354,-189.498]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.756,"s":[{"i":[[0,-14.502],[17.62,-0.131],[0,0],[0,0],[0,0]],"o":[[0,14.2],[0,0],[0,0],[0,0],[16.104,-1.752]],"v":[[9.196,-166.167],[-14.62,-138.119],[-39.927,-136.351],[-41.855,-185.931],[-15.354,-189.498]],"c":true}],"e":[{"i":[[0,-14.502],[18.37,-0.631],[0,0],[0,0],[0,0]],"o":[[0,14.2],[0,0],[0,0],[0,0],[15.303,-0.876]],"v":[[18.196,-164.417],[-8.37,-136.494],[-37.552,-135.101],[-38.855,-185.806],[-8.479,-188.373]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19.63,"s":[{"i":[[0,-14.502],[18.37,-0.631],[0,0],[0,0],[0,0]],"o":[[0,14.2],[0,0],[0,0],[0,0],[15.303,-0.876]],"v":[[18.196,-164.417],[-8.37,-136.494],[-37.552,-135.101],[-38.855,-185.806],[-8.479,-188.373]],"c":true}],"e":[{"i":[[0,-14.502],[19.12,-1.131],[0,0],[0,0],[0,0]],"o":[[0,14.2],[0,0],[0,0],[0,0],[14.502,0]],"v":[[24.196,-162.667],[-2.12,-134.869],[-35.177,-133.851],[-35.855,-185.681],[-1.604,-187.248]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.505,"s":[{"i":[[0,-14.502],[19.12,-1.131],[0,0],[0,0],[0,0]],"o":[[0,14.2],[0,0],[0,0],[0,0],[14.502,0]],"v":[[24.196,-162.667],[-2.12,-134.869],[-35.177,-133.851],[-35.855,-185.681],[-1.604,-187.248]],"c":true}],"e":[{"i":[[0,-14.502],[18.37,0.935],[0,0],[0,0],[0,0]],"o":[[0,14.2],[0,0],[0,0],[0,0],[14.502,0]],"v":[[30.446,-160.417],[1.88,-133.369],[-33.177,-133.101],[-33.105,-184.681],[4.646,-184.998]],"c":true}]},{"t":22.2529296875}]},"nm":"B"},{"ind":2,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[6.056,-1.63],[0,0],[0,0],[0,0],[-1.281,-9.949]],"o":[[0,0],[0,0],[0,0],[4.931,-1.967],[1.649,12.81]],"v":[[-287.306,-16.62],[-293.677,-14.62],[-299.802,-64.783],[-294.431,-67.033],[-284.719,-47.051]],"c":true}],"e":[{"i":[[6.056,-1.63],[0,0],[0,0],[0,0],[-1.281,-9.949]],"o":[[0,0],[0,0],[0,0],[4.931,-1.967],[1.649,12.81]],"v":[[-33.306,-52.62],[-39.677,-50.62],[-45.802,-100.783],[-40.431,-103.033],[-30.719,-83.051]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[6.056,-1.63],[0,0],[0,0],[0,0],[-1.281,-9.949]],"o":[[0,0],[0,0],[0,0],[4.931,-1.967],[1.649,12.81]],"v":[[-33.306,-52.62],[-39.677,-50.62],[-45.802,-100.783],[-40.431,-103.033],[-30.719,-83.051]],"c":true}],"e":[{"i":[[11.556,-3.13],[0,0],[0,0],[0,0],[-0.953,-10.127]],"o":[[0,0],[0,0],[0,0],[8.681,-1.967],[0.969,10.301]],"v":[[-21.806,-51.87],[-37.427,-49.12],[-43.552,-99.783],[-28.431,-103.533],[-13.719,-83.551]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[11.556,-3.13],[0,0],[0,0],[0,0],[-0.953,-10.127]],"o":[[0,0],[0,0],[0,0],[8.681,-1.967],[0.969,10.301]],"v":[[-21.806,-51.87],[-37.427,-49.12],[-43.552,-99.783],[-28.431,-103.533],[-13.719,-83.551]],"c":true}],"e":[{"i":[[13.181,-3.38],[0,0],[0,0],[0,0],[-0.953,-10.127]],"o":[[0,0],[0,0],[0,0],[14.306,-2.342],[0.969,10.301]],"v":[[-10.556,-49.87],[-36.177,-47.37],[-40.302,-98.783],[-18.181,-102.533],[2.031,-79.801]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.963,"s":[{"i":[[13.181,-3.38],[0,0],[0,0],[0,0],[-0.953,-10.127]],"o":[[0,0],[0,0],[0,0],[14.306,-2.342],[0.969,10.301]],"v":[[-10.556,-49.87],[-36.177,-47.37],[-40.302,-98.783],[-18.181,-102.533],[2.031,-79.801]],"c":true}],"e":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[0,-14.2]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0,14.2]],"v":[[-5.181,-47.745],[-34.927,-46.745],[-38.427,-97.908],[-7.931,-101.158],[14.156,-75.176]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.93,"s":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[0,-14.2]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0,14.2]],"v":[[-5.181,-47.745],[-34.927,-46.745],[-38.427,-97.908],[-7.931,-101.158],[14.156,-75.176]],"c":true}],"e":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[0,-14.2]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0,14.2]],"v":[[2.819,-46.495],[-33.927,-44.495],[-36.427,-96.908],[0.069,-98.908],[23.656,-72.676]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.756,"s":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[0,-14.2]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0,14.2]],"v":[[2.819,-46.495],[-33.927,-44.495],[-36.427,-96.908],[0.069,-98.908],[23.656,-72.676]],"c":true}],"e":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[0,-14.2]],"o":[[0,0],[0,0],[0,0],[16.556,-0.967],[0,14.2]],"v":[[6.819,-45.12],[-33.427,-44.245],[-34.802,-95.783],[5.694,-97.283],[31.781,-71.176]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19.63,"s":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[0,-14.2]],"o":[[0,0],[0,0],[0,0],[16.556,-0.967],[0,14.2]],"v":[[6.819,-45.12],[-33.427,-44.245],[-34.802,-95.783],[5.694,-97.283],[31.781,-71.176]],"c":true}],"e":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[0,-14.2]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0,14.2]],"v":[[10.819,-43.745],[-32.927,-43.995],[-33.177,-94.658],[11.319,-95.658],[36.406,-69.676]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.505,"s":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[0,-14.2]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0,14.2]],"v":[[10.819,-43.745],[-32.927,-43.995],[-33.177,-94.658],[11.319,-95.658],[36.406,-69.676]],"c":true}],"e":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[0,-14.2]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0,14.2]],"v":[[14.819,-41.995],[-32.677,-41.995],[-32.677,-93.658],[16.569,-94.158],[41.656,-68.176]],"c":true}]},{"t":22.2529296875}]},"nm":"B"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"B"}],"ip":15,"op":23,"st":0,"bm":10,"sr":1},{"ddd":0,"ind":23,"ty":4,"nm":"B white layer 2 shadow","parent":34,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[5],"e":[40]},{"t":22}]},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[0,0],[0,0],[0,0],[-4,0.01],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[51.196,-0.129],[0,0],[0,0]],"v":[[-38.124,-198.023],[-153.77,-179.155],[-179.51,0.476],[-152.785,32.892],[-44.446,28.81],[-41.27,-85.157]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[-4,0.01],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[51.196,-0.129],[0,0],[0,0]],"v":[[-26.124,-205.023],[-141.77,-186.155],[-167.51,-6.524],[-140.785,25.892],[-10.446,30.81],[-18.323,-87.679]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0,0],[0,0],[0,0],[-4,0.01],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[51.196,-0.129],[0,0],[0,0]],"v":[[-26.124,-205.023],[-141.77,-186.155],[-167.51,-6.524],[-140.785,25.892],[-10.446,30.81],[-18.323,-87.679]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[-4,0.01],[-22.446,5.81],[5.009,56.785]],"o":[[0,0],[0,0],[0,0],[51.196,-0.129],[11.259,-2.914],[-4.977,-56.418]],"v":[[7.876,-190.023],[-107.77,-171.155],[-133.51,8.476],[-106.785,40.892],[16.554,39.31],[20.584,-78.085]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[0,0],[0,0],[0,0],[-4,0.01],[-22.446,5.81],[5.009,56.785]],"o":[[0,0],[0,0],[0,0],[51.196,-0.129],[11.259,-2.914],[-4.977,-56.418]],"v":[[7.876,-190.023],[-107.77,-171.155],[-133.51,8.476],[-106.785,40.892],[16.554,39.31],[20.584,-78.085]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[-18.5,31.5],[9.358,52.957]],"o":[[0,0],[0,0],[0,0],[50,-11],[9.28,-15.801],[-9.297,-52.616]],"v":[[37.5,-220],[-101,-170],[-88,11],[-55,37],[65.5,7],[58.347,-118.825]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[-18.5,31.5],[9.358,52.957]],"o":[[0,0],[0,0],[0,0],[50,-11],[9.28,-15.801],[-9.297,-52.616]],"v":[[37.5,-220],[-101,-170],[-88,11],[-55,37],[65.5,7],[58.347,-118.825]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[-18.5,33],[14.123,54.022]],"o":[[0,0],[0,0],[0,0],[50,-11],[9.28,-16.553],[-14.032,-53.673]],"v":[[-38.5,-242],[-236,-164],[-88,11],[-55,36],[8.5,-10],[-8.199,-138.898]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[-18.5,33],[14.123,54.022]],"o":[[0,0],[0,0],[0,0],[50,-11],[9.28,-16.553],[-14.032,-53.673]],"v":[[-38.5,-242],[-236,-164],[-88,11],[-55,36],[8.5,-10],[-8.199,-138.898]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[-10.976,14.749],[13.055,55.474]],"o":[[0,0],[0,0],[0,0],[50,-11],[8.026,-10.785],[-12.971,-55.116]],"v":[[-61,-230],[-236,-164],[-109,24],[-60,28],[-17,2],[-33.126,-122.6]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[-10.976,14.749],[13.055,55.474]],"o":[[0,0],[0,0],[0,0],[50,-11],[8.026,-10.785],[-12.971,-55.116]],"v":[[-61,-230],[-236,-164],[-109,24],[-60,28],[-17,2],[-33.126,-122.6]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[-9,14.5],[13.551,58.865]],"o":[[0,0],[0,0],[0,0],[50,-11],[4.515,-7.273],[-13.463,-58.485]],"v":[[-61,-237],[-191,-176],[-109,24],[-76,30],[-11.5,5],[-33.006,-122.007]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[-9,14.5],[13.551,58.865]],"o":[[0,0],[0,0],[0,0],[50,-11],[4.515,-7.273],[-13.463,-58.485]],"v":[[-61,-237],[-191,-176],[-109,24],[-76,30],[-11.5,5],[-33.006,-122.007]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[-14,18],[17.568,58.925]],"o":[[0,0],[0,0],[0,0],[50,-11],[7.023,-9.029],[-17.454,-58.545]],"v":[[-56,-244],[-191,-176],[-109,24],[-76,30],[7,0],[-19.42,-129.321]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[-14,18],[17.568,58.925]],"o":[[0,0],[0,0],[0,0],[50,-11],[7.023,-9.029],[-17.454,-58.545]],"v":[[-56,-244],[-191,-176],[-109,24],[-76,30],[7,0],[-19.42,-129.321]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[-12,13],[17.065,63.067]],"o":[[0,0],[0,0],[0,0],[50,-11],[6.019,-6.521],[-16.954,-62.66]],"v":[[-39,-257],[-191,-176],[-109,24],[-76,30],[23,1],[-3.665,-133.486]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[-12,13],[17.065,63.067]],"o":[[0,0],[0,0],[0,0],[50,-11],[6.019,-6.521],[-16.954,-62.66]],"v":[[-39,-257],[-191,-176],[-109,24],[-76,30],[23,1],[-3.665,-133.486]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[-9,17],[17.689,64.569]],"o":[[0,0],[0,0],[0,0],[50,-11],[4.515,-8.528],[-17.575,-64.152]],"v":[[-13,-271],[-191,-176],[-109,24],[-76,30],[53,-5],[23.204,-145]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[-9,17],[17.689,64.569]],"o":[[0,0],[0,0],[0,0],[50,-11],[4.515,-8.528],[-17.575,-64.152]],"v":[[-13,-271],[-191,-176],[-109,24],[-76,30],[53,-5],[23.204,-145]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[-16,20],[23.562,61.869]],"o":[[0,0],[0,0],[0,0],[50,-11],[7.752,-9.689],[-8.438,-57.131]],"v":[[17,-282],[-191,-176],[-109,24],[-76,30],[71,-9],[50.438,-146.869]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[-16,20],[23.562,61.869]],"o":[[0,0],[0,0],[0,0],[50,-11],[7.752,-9.689],[-8.438,-57.131]],"v":[[17,-282],[-191,-176],[-109,24],[-76,30],[71,-9],[50.438,-146.869]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[-16,15],[24.604,34.177]],"o":[[0,0],[0,0],[0,0],[50,-11],[16,-15],[3.604,-39.823]],"v":[[46,-289],[-116,-244],[-109,24],[-51,19],[77,-7],[61.396,-150.177]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[-16,15],[24.604,34.177]],"o":[[0,0],[0,0],[0,0],[50,-11],[16,-15],[3.604,-39.823]],"v":[[46,-289],[-116,-244],[-109,24],[-51,19],[77,-7],[61.396,-150.177]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[-10.999,17.25],[28.431,29.796]],"o":[[0,0],[0,0],[0,0],[50,-11],[10.999,-17.25],[16.431,-29.204]],"v":[[65.252,-286.25],[-116,-244],[-109,24],[-51,19],[88.001,-9.75],[65.569,-132.796]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[-10.999,17.25],[28.431,29.796]],"o":[[0,0],[0,0],[0,0],[50,-11],[10.999,-17.25],[16.431,-29.204]],"v":[[65.252,-286.25],[-116,-244],[-109,24],[-51,19],[88.001,-9.75],[65.569,-132.796]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[-3.907,0.859],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[50,-11],[0,0],[0,0]],"v":[[92,-282],[-116,-244],[-109,24],[-51,19],[110,22],[100.956,-130.738]],"c":true}]},{"t":19.1474609375}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[-1.282,17.269],[-0.661,17.73],[1.838,0.593],[0,0],[0,0],[-1.643,0],[-0.912,-1.481]],"o":[[1.259,-16.963],[0.075,-2.02],[-1.701,-0.549],[0,0],[0,0],[1.257,0],[0.338,-3.231]],"v":[[-41.009,-32.537],[-38.089,-79.48],[-39.588,-83.593],[-42.507,-82.468],[-50.507,4.375],[-47.107,4],[-44.213,5.856]],"c":true}],"e":[{"i":[[-0.008,17.316],[0.339,16.48],[3.281,1.942],[0,0],[0,0],[-6.268,-1],[-1.162,-9.106]],"o":[[0.009,-21.463],[-0.098,-4.771],[-4.912,-2.907],[0,0],[0,0],[5.666,0.904],[-0.412,-10.356]],"v":[[-34.509,-42.537],[-34.339,-91.23],[-37.588,-101.593],[-47.007,-102.468],[-59.132,7.5],[-45.982,2.75],[-34.588,14.106]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[-0.008,17.316],[0.339,16.48],[3.281,1.942],[0,0],[0,0],[-6.268,-1],[-1.162,-9.106]],"o":[[0.009,-21.463],[-0.098,-4.771],[-4.912,-2.907],[0,0],[0,0],[5.666,0.904],[-0.412,-10.356]],"v":[[-34.509,-42.537],[-34.339,-91.23],[-37.588,-101.593],[-47.007,-102.468],[-59.132,7.5],[-45.982,2.75],[-34.588,14.106]],"c":true}],"e":[{"i":[[1.009,17.287],[2.01,28.256],[7.354,3.812],[0,0],[0,0],[-11.66,-5.191],[-3.162,-10.856]],"o":[[-1.064,-18.224],[-0.411,-5.77],[-10.912,-5.657],[0,0],[0,0],[11.232,5],[-1.162,-18.356]],"v":[[-16.009,-48.037],[-20.089,-101.23],[-28.588,-120.343],[-52.757,-120.968],[-55.882,3.75],[-26.232,2.5],[-10.838,21.356]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[1.009,17.287],[2.01,28.256],[7.354,3.812],[0,0],[0,0],[-11.66,-5.191],[-3.162,-10.856]],"o":[[-1.064,-18.224],[-0.411,-5.77],[-10.912,-5.657],[0,0],[0,0],[11.232,5],[-1.162,-18.356]],"v":[[-16.009,-48.037],[-20.089,-101.23],[-28.588,-120.343],[-52.757,-120.968],[-55.882,3.75],[-26.232,2.5],[-10.838,21.356]],"c":true}],"e":[{"i":[[3.581,24.09],[2.339,28.23],[18.566,5.173],[0,0],[0,0],[-42.815,-12.244],[-3.162,-9.856]],"o":[[-4.491,-30.213],[-0.972,-11.734],[-34.662,-9.657],[0,0],[0,0],[19.232,5.5],[-2.412,-16.356]],"v":[[28.491,-50.787],[21.161,-112.48],[-7.588,-142.843],[-60.007,-138.968],[-58.382,3.5],[13.518,-2.5],[41.412,22.606]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[3.581,24.09],[2.339,28.23],[18.566,5.173],[0,0],[0,0],[-42.815,-12.244],[-3.162,-9.856]],"o":[[-4.491,-30.213],[-0.972,-11.734],[-34.662,-9.657],[0,0],[0,0],[19.232,5.5],[-2.412,-16.356]],"v":[[28.491,-50.787],[21.161,-112.48],[-7.588,-142.843],[-60.007,-138.968],[-58.382,3.5],[13.518,-2.5],[41.412,22.606]],"c":true}],"e":[{"i":[[6.259,23.537],[9.028,29.832],[35.338,-11.407],[0,0],[0,0],[-43.647,8.83],[7.838,30.644]],"o":[[-6.901,-25.951],[-3.411,-11.27],[-35.699,11.524],[0,0],[0,0],[66.732,-13.5],[-4.529,-17.709]],"v":[[98.991,-111.037],[77.161,-192.23],[3.912,-187.593],[-68.757,-153.968],[-60.882,2],[23.768,-27],[112.412,-55.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[6.259,23.537],[9.028,29.832],[35.338,-11.407],[0,0],[0,0],[-43.647,8.83],[7.838,30.644]],"o":[[-6.901,-25.951],[-3.411,-11.27],[-35.699,11.524],[0,0],[0,0],[66.732,-13.5],[-4.529,-17.709]],"v":[[98.991,-111.037],[77.161,-192.23],[3.912,-187.593],[-68.757,-153.968],[-60.882,2],[23.768,-27],[112.412,-55.894]],"c":true}],"e":[{"i":[[9.241,25.213],[14.339,35.48],[31.838,-35.407],[0,0],[0,0],[-37.642,23.794],[7.838,30.644]],"o":[[-9.241,-25.213],[-15.283,-37.816],[-16.668,18.536],[0,0],[0,0],[45.482,-28.75],[-4.529,-17.709]],"v":[[33.991,-189.537],[9.161,-252.48],[-36.838,-201.593],[-76.007,-167.218],[-63.882,2],[24.768,-48],[62.412,-113.394]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[9.241,25.213],[14.339,35.48],[31.838,-35.407],[0,0],[0,0],[-37.642,23.794],[7.838,30.644]],"o":[[-9.241,-25.213],[-15.283,-37.816],[-16.668,18.536],[0,0],[0,0],[45.482,-28.75],[-4.529,-17.709]],"v":[[33.991,-189.537],[9.161,-252.48],[-36.838,-201.593],[-76.007,-167.218],[-63.882,2],[24.768,-48],[62.412,-113.394]],"c":true}],"e":[{"i":[[9.241,25.213],[15.339,35.73],[24.588,-31.657],[0,0],[0,0],[-33.385,29.471],[8.088,31.144]],"o":[[-9.241,-25.213],[-19.116,-44.526],[-15.291,19.687],[0,0],[0,0],[38.232,-33.75],[-4.594,-17.692]],"v":[[1.491,-181.287],[-33.839,-268.23],[-51.588,-209.843],[-83.257,-178.968],[-66.382,1.5],[2.768,-41.25],[25.662,-113.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[9.241,25.213],[15.339,35.73],[24.588,-31.657],[0,0],[0,0],[-33.385,29.471],[8.088,31.144]],"o":[[-9.241,-25.213],[-19.116,-44.526],[-15.291,19.687],[0,0],[0,0],[38.232,-33.75],[-4.594,-17.692]],"v":[[1.491,-181.287],[-33.839,-268.23],[-51.588,-209.843],[-83.257,-178.968],[-66.382,1.5],[2.768,-41.25],[25.662,-113.144]],"c":true}],"e":[{"i":[[9.241,25.213],[14.589,37.98],[24.588,-31.657],[0,0],[0,0],[-36.476,25.546],[8.088,31.144]],"o":[[-9.241,-25.213],[-17.376,-45.234],[-15.291,19.687],[0,0],[0,0],[34.982,-24.5],[-4.594,-17.692]],"v":[[-0.759,-180.537],[-36.839,-272.73],[-56.338,-216.843],[-89.257,-186.468],[-69.382,1],[6.518,-38],[24.662,-104.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[9.241,25.213],[14.589,37.98],[24.588,-31.657],[0,0],[0,0],[-36.476,25.546],[8.088,31.144]],"o":[[-9.241,-25.213],[-17.376,-45.234],[-15.291,19.687],[0,0],[0,0],[34.982,-24.5],[-4.594,-17.692]],"v":[[-0.759,-180.537],[-36.839,-272.73],[-56.338,-216.843],[-89.257,-186.468],[-69.382,1],[6.518,-38],[24.662,-104.894]],"c":true}],"e":[{"i":[[8.009,25.037],[13.247,38.034],[35.338,-37.657],[0,0],[0,0],[-39.772,20.031],[8.088,31.144]],"o":[[-11.991,-32.463],[-17.16,-49.27],[-21.388,22.792],[0,0],[0,0],[36.732,-18.5],[-4.594,-17.692]],"v":[[11.241,-169.037],[-25.59,-271.98],[-60.088,-220.343],[-93.257,-193.718],[-71.382,1],[15.768,-34.75],[32.662,-102.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[8.009,25.037],[13.247,38.034],[35.338,-37.657],[0,0],[0,0],[-39.772,20.031],[8.088,31.144]],"o":[[-11.991,-32.463],[-17.16,-49.27],[-21.388,22.792],[0,0],[0,0],[36.732,-18.5],[-4.594,-17.692]],"v":[[11.241,-169.037],[-25.59,-271.98],[-60.088,-220.343],[-93.257,-193.718],[-71.382,1],[15.768,-34.75],[32.662,-102.144]],"c":true}],"e":[{"i":[[8.259,24.037],[10.641,35.776],[35.838,-35.157],[0,0],[0,0],[-42.018,14.75],[10.338,43.894]],"o":[[-9.241,-31.213],[-13.91,-46.77],[-22.312,21.888],[0,0],[0,0],[40.972,-14.383],[-7.971,-33.842]],"v":[[23.991,-176.037],[-5.09,-269.48],[-49.338,-232.593],[-95.757,-200.718],[-72.382,0.25],[27.268,-29],[47.662,-96.394]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[8.259,24.037],[10.641,35.776],[35.838,-35.157],[0,0],[0,0],[-42.018,14.75],[10.338,43.894]],"o":[[-9.241,-31.213],[-13.91,-46.77],[-22.312,21.888],[0,0],[0,0],[40.972,-14.383],[-7.971,-33.842]],"v":[[23.991,-176.037],[-5.09,-269.48],[-49.338,-232.593],[-95.757,-200.718],[-72.382,0.25],[27.268,-29],[47.662,-96.394]],"c":true}],"e":[{"i":[[7.009,23.287],[7.59,33.73],[50.58,-35.169],[0,0],[0,0],[0,0],[11.714,49.114]],"o":[[-7.241,-28.463],[-10.225,-45.445],[-25.662,17.843],[0,0],[0,0],[43.732,-7.5],[-10.162,-42.606]],"v":[[42.741,-173.287],[20.411,-260.73],[-42.588,-234.593],[-97.257,-206.968],[-73.882,0.25],[35.018,-20.5],[65.662,-88.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[7.009,23.287],[7.59,33.73],[50.58,-35.169],[0,0],[0,0],[0,0],[11.714,49.114]],"o":[[-7.241,-28.463],[-10.225,-45.445],[-25.662,17.843],[0,0],[0,0],[43.732,-7.5],[-10.162,-42.606]],"v":[[42.741,-173.287],[20.411,-260.73],[-42.588,-234.593],[-97.257,-206.968],[-73.882,0.25],[35.018,-20.5],[65.662,-88.144]],"c":true}],"e":[{"i":[[3.259,21.287],[6.044,31.942],[57.588,-23.657],[0,0],[0,0],[0,0],[10.088,66.644]],"o":[[-1.741,-23.963],[-8.661,-45.77],[-33.448,13.74],[0,0],[0,0],[43.732,-7.5],[-8.74,-57.737]],"v":[[54.991,-175.537],[44.161,-246.98],[-37.838,-233.593],[-96.757,-212.718],[-75.382,0],[38.518,-14.75],[79.662,-80.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[3.259,21.287],[6.044,31.942],[57.588,-23.657],[0,0],[0,0],[0,0],[10.088,66.644]],"o":[[-1.741,-23.963],[-8.661,-45.77],[-33.448,13.74],[0,0],[0,0],[43.732,-7.5],[-8.74,-57.737]],"v":[[54.991,-175.537],[44.161,-246.98],[-37.838,-233.593],[-96.757,-212.718],[-75.382,0],[38.518,-14.75],[79.662,-80.894]],"c":true}],"e":[{"i":[[3.259,21.287],[4.985,35.86],[31.838,-13.407],[0,0],[0,0],[0,0],[7.588,68.394]],"o":[[-1.491,-26.213],[-5.911,-42.52],[-31.691,13.345],[0,0],[0,0],[38.732,-3.75],[-6.443,-58.072]],"v":[[65.241,-152.287],[61.661,-221.73],[10.912,-247.343],[-94.007,-216.968],[-77.382,-0.75],[40.268,-9.5],[88.162,-79.394]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.963,"s":[{"i":[[3.259,21.287],[4.985,35.86],[31.838,-13.407],[0,0],[0,0],[0,0],[7.588,68.394]],"o":[[-1.491,-26.213],[-5.911,-42.52],[-31.691,13.345],[0,0],[0,0],[38.732,-3.75],[-6.443,-58.072]],"v":[[65.241,-152.287],[61.661,-221.73],[10.912,-247.343],[-94.007,-216.968],[-77.382,-0.75],[40.268,-9.5],[88.162,-79.394]],"c":true}],"e":[{"i":[[2.759,8.787],[5.839,35.73],[33.162,-9.093],[0,0],[0,0],[0,0],[2.478,49.663]],"o":[[-2.741,-7.463],[-6.377,-39.022],[-33.162,9.093],[0,0],[0,0],[38.732,-3.75],[-2.912,-58.356]],"v":[[66.241,-138.287],[71.911,-205.73],[16.162,-241.093],[-91.507,-220.468],[-77.382,-0.75],[41.768,-6.5],[92.912,-66.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.93,"s":[{"i":[[2.759,8.787],[5.839,35.73],[33.162,-9.093],[0,0],[0,0],[0,0],[2.478,49.663]],"o":[[-2.741,-7.463],[-6.377,-39.022],[-33.162,9.093],[0,0],[0,0],[38.732,-3.75],[-2.912,-58.356]],"v":[[66.241,-138.287],[71.911,-205.73],[16.162,-241.093],[-91.507,-220.468],[-77.382,-0.75],[41.768,-6.5],[92.912,-66.894]],"c":true}],"e":[{"i":[[27.259,18.287],[2.089,21.98],[37.838,-4.407],[0,0],[0,0],[0,0],[0.838,46.394]],"o":[[11.509,-17.213],[-3.742,-39.362],[0,0],[0,0],[0,0],[36.982,0],[-0.523,-28.962]],"v":[[63.241,-131.037],[77.161,-188.98],[16.162,-235.843],[-89.507,-222.468],[-78.882,-0.5],[31.768,-3.75],[95.162,-60.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.756,"s":[{"i":[[27.259,18.287],[2.089,21.98],[37.838,-4.407],[0,0],[0,0],[0,0],[0.838,46.394]],"o":[[11.509,-17.213],[-3.742,-39.362],[0,0],[0,0],[0,0],[36.982,0],[-0.523,-28.962]],"v":[[63.241,-131.037],[77.161,-188.98],[16.162,-235.843],[-89.507,-222.468],[-78.882,-0.5],[31.768,-3.75],[95.162,-60.894]],"c":true}],"e":[{"i":[[25.509,15.287],[1.964,22.98],[38.338,-2.657],[0,0],[0,0],[0,0],[-0.037,44.769]],"o":[[11.884,-14.088],[-3.365,-39.367],[0,0],[0,0],[0,0],[36.982,0],[0.026,-31.246]],"v":[[61.616,-125.787],[79.286,-179.98],[15.537,-232.218],[-86.382,-224.093],[-79.007,-0.375],[30.268,-2.75],[94.037,-62.519]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19.63,"s":[{"i":[[25.509,15.287],[1.964,22.98],[38.338,-2.657],[0,0],[0,0],[0,0],[-0.037,44.769]],"o":[[11.884,-14.088],[-3.365,-39.367],[0,0],[0,0],[0,0],[36.982,0],[0.026,-31.246]],"v":[[61.616,-125.787],[79.286,-179.98],[15.537,-232.218],[-86.382,-224.093],[-79.007,-0.375],[30.268,-2.75],[94.037,-62.519]],"c":true}],"e":[{"i":[[23.759,12.287],[0.374,21.444],[38.838,-0.907],[0,0],[0,0],[0,0],[-0.076,41.089]],"o":[[12.259,-10.963],[-0.705,-39.533],[0,0],[0,0],[0,0],[36.982,0],[0.053,-28.967]],"v":[[59.491,-123.537],[79.911,-170.48],[17.412,-229.593],[-83.257,-225.718],[-79.132,-0.25],[28.768,-1.75],[93.412,-61.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.505,"s":[{"i":[[23.759,12.287],[0.374,21.444],[38.838,-0.907],[0,0],[0,0],[0,0],[-0.076,41.089]],"o":[[12.259,-10.963],[-0.705,-39.533],[0,0],[0,0],[0,0],[36.982,0],[0.053,-28.967]],"v":[[59.491,-123.537],[79.911,-170.48],[17.412,-229.593],[-83.257,-225.718],[-79.132,-0.25],[28.768,-1.75],[93.412,-61.644]],"c":true}],"e":[{"i":[[23.009,8.287],[0.374,21.444],[37.94,-0.602],[0,0],[0,0],[0,0],[-0.076,41.089]],"o":[[15.106,-9.064],[-0.705,-39.533],[0,0],[0,0],[0,0],[39.468,0.25],[0.053,-28.967]],"v":[[55.991,-119.287],[79.661,-166.48],[11.162,-226.593],[-79.507,-226.218],[-79.132,-0.25],[22.518,-0.25],[91.162,-62.644]],"c":true}]},{"t":22.2529296875}]},"nm":"B"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"B"}],"ip":6,"op":15,"st":0,"bm":10,"sr":1},{"ddd":0,"ind":24,"ty":4,"nm":"B white layer 3","parent":34,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[-1.282,17.269],[-0.661,17.73],[1.838,0.593],[0,0],[0,0],[-1.643,0],[-0.912,-1.481]],"o":[[1.259,-16.963],[0.075,-2.02],[-1.701,-0.549],[0,0],[0,0],[1.257,0],[0.338,-3.231]],"v":[[-41.009,-32.537],[-38.089,-79.48],[-39.588,-83.593],[-42.507,-82.468],[-50.507,4.375],[-47.107,4],[-44.213,5.856]],"c":true}],"e":[{"i":[[-0.008,17.316],[0.339,16.48],[3.281,1.942],[0,0],[0,0],[-6.268,-1],[-1.162,-9.106]],"o":[[0.009,-21.463],[-0.098,-4.771],[-4.912,-2.907],[0,0],[0,0],[5.666,0.904],[-0.412,-10.356]],"v":[[-34.509,-42.537],[-34.339,-91.23],[-37.588,-101.593],[-47.007,-102.468],[-59.132,7.5],[-45.982,2.75],[-34.588,14.106]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[-0.008,17.316],[0.339,16.48],[3.281,1.942],[0,0],[0,0],[-6.268,-1],[-1.162,-9.106]],"o":[[0.009,-21.463],[-0.098,-4.771],[-4.912,-2.907],[0,0],[0,0],[5.666,0.904],[-0.412,-10.356]],"v":[[-34.509,-42.537],[-34.339,-91.23],[-37.588,-101.593],[-47.007,-102.468],[-59.132,7.5],[-45.982,2.75],[-34.588,14.106]],"c":true}],"e":[{"i":[[1.009,17.287],[2.01,28.256],[7.354,3.812],[0,0],[0,0],[-11.66,-5.191],[-3.162,-10.856]],"o":[[-1.064,-18.224],[-0.411,-5.77],[-10.912,-5.657],[0,0],[0,0],[11.232,5],[-1.162,-18.356]],"v":[[-16.009,-48.037],[-20.089,-101.23],[-28.588,-120.343],[-52.757,-120.968],[-55.882,3.75],[-26.232,2.5],[-10.838,21.356]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[1.009,17.287],[2.01,28.256],[7.354,3.812],[0,0],[0,0],[-11.66,-5.191],[-3.162,-10.856]],"o":[[-1.064,-18.224],[-0.411,-5.77],[-10.912,-5.657],[0,0],[0,0],[11.232,5],[-1.162,-18.356]],"v":[[-16.009,-48.037],[-20.089,-101.23],[-28.588,-120.343],[-52.757,-120.968],[-55.882,3.75],[-26.232,2.5],[-10.838,21.356]],"c":true}],"e":[{"i":[[3.581,24.09],[2.339,28.23],[18.566,5.173],[0,0],[0,0],[-42.815,-12.244],[-3.162,-9.856]],"o":[[-4.491,-30.213],[-0.972,-11.734],[-34.662,-9.657],[0,0],[0,0],[19.232,5.5],[-2.412,-16.356]],"v":[[28.491,-50.787],[21.161,-112.48],[-7.588,-142.843],[-60.007,-138.968],[-58.382,3.5],[13.518,-2.5],[41.412,22.606]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[3.581,24.09],[2.339,28.23],[18.566,5.173],[0,0],[0,0],[-42.815,-12.244],[-3.162,-9.856]],"o":[[-4.491,-30.213],[-0.972,-11.734],[-34.662,-9.657],[0,0],[0,0],[19.232,5.5],[-2.412,-16.356]],"v":[[28.491,-50.787],[21.161,-112.48],[-7.588,-142.843],[-60.007,-138.968],[-58.382,3.5],[13.518,-2.5],[41.412,22.606]],"c":true}],"e":[{"i":[[6.259,23.537],[9.028,29.832],[35.338,-11.407],[0,0],[0,0],[-43.647,8.83],[7.838,30.644]],"o":[[-6.901,-25.951],[-3.411,-11.27],[-35.699,11.524],[0,0],[0,0],[66.732,-13.5],[-4.529,-17.709]],"v":[[98.991,-111.037],[77.161,-192.23],[3.912,-187.593],[-68.757,-153.968],[-60.882,2],[23.768,-27],[112.412,-55.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[6.259,23.537],[9.028,29.832],[35.338,-11.407],[0,0],[0,0],[-43.647,8.83],[7.838,30.644]],"o":[[-6.901,-25.951],[-3.411,-11.27],[-35.699,11.524],[0,0],[0,0],[66.732,-13.5],[-4.529,-17.709]],"v":[[98.991,-111.037],[77.161,-192.23],[3.912,-187.593],[-68.757,-153.968],[-60.882,2],[23.768,-27],[112.412,-55.894]],"c":true}],"e":[{"i":[[9.241,25.213],[14.339,35.48],[31.838,-35.407],[0,0],[0,0],[-37.642,23.794],[7.838,30.644]],"o":[[-9.241,-25.213],[-15.283,-37.816],[-16.668,18.536],[0,0],[0,0],[45.482,-28.75],[-4.529,-17.709]],"v":[[33.991,-189.537],[9.161,-252.48],[-36.838,-201.593],[-76.007,-167.218],[-63.882,2],[24.768,-48],[62.412,-113.394]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[9.241,25.213],[14.339,35.48],[31.838,-35.407],[0,0],[0,0],[-37.642,23.794],[7.838,30.644]],"o":[[-9.241,-25.213],[-15.283,-37.816],[-16.668,18.536],[0,0],[0,0],[45.482,-28.75],[-4.529,-17.709]],"v":[[33.991,-189.537],[9.161,-252.48],[-36.838,-201.593],[-76.007,-167.218],[-63.882,2],[24.768,-48],[62.412,-113.394]],"c":true}],"e":[{"i":[[9.241,25.213],[15.339,35.73],[24.588,-31.657],[0,0],[0,0],[-33.385,29.471],[8.088,31.144]],"o":[[-9.241,-25.213],[-19.116,-44.526],[-15.291,19.687],[0,0],[0,0],[38.232,-33.75],[-4.594,-17.692]],"v":[[1.491,-181.287],[-33.839,-268.23],[-51.588,-209.843],[-83.257,-178.968],[-66.382,1.5],[2.768,-41.25],[25.662,-113.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[9.241,25.213],[15.339,35.73],[24.588,-31.657],[0,0],[0,0],[-33.385,29.471],[8.088,31.144]],"o":[[-9.241,-25.213],[-19.116,-44.526],[-15.291,19.687],[0,0],[0,0],[38.232,-33.75],[-4.594,-17.692]],"v":[[1.491,-181.287],[-33.839,-268.23],[-51.588,-209.843],[-83.257,-178.968],[-66.382,1.5],[2.768,-41.25],[25.662,-113.144]],"c":true}],"e":[{"i":[[9.241,25.213],[14.589,37.98],[24.588,-31.657],[0,0],[0,0],[-36.476,25.546],[8.088,31.144]],"o":[[-9.241,-25.213],[-17.376,-45.234],[-15.291,19.687],[0,0],[0,0],[34.982,-24.5],[-4.594,-17.692]],"v":[[-0.759,-180.537],[-36.839,-272.73],[-56.338,-216.843],[-89.257,-186.468],[-69.382,1],[6.518,-38],[24.662,-104.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[9.241,25.213],[14.589,37.98],[24.588,-31.657],[0,0],[0,0],[-36.476,25.546],[8.088,31.144]],"o":[[-9.241,-25.213],[-17.376,-45.234],[-15.291,19.687],[0,0],[0,0],[34.982,-24.5],[-4.594,-17.692]],"v":[[-0.759,-180.537],[-36.839,-272.73],[-56.338,-216.843],[-89.257,-186.468],[-69.382,1],[6.518,-38],[24.662,-104.894]],"c":true}],"e":[{"i":[[8.009,25.037],[13.247,38.034],[35.338,-37.657],[0,0],[0,0],[-39.772,20.031],[8.088,31.144]],"o":[[-11.991,-32.463],[-17.16,-49.27],[-21.388,22.792],[0,0],[0,0],[36.732,-18.5],[-4.594,-17.692]],"v":[[11.241,-169.037],[-25.59,-271.98],[-60.088,-220.343],[-93.257,-193.718],[-71.382,1],[15.768,-34.75],[32.662,-102.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[8.009,25.037],[13.247,38.034],[35.338,-37.657],[0,0],[0,0],[-39.772,20.031],[8.088,31.144]],"o":[[-11.991,-32.463],[-17.16,-49.27],[-21.388,22.792],[0,0],[0,0],[36.732,-18.5],[-4.594,-17.692]],"v":[[11.241,-169.037],[-25.59,-271.98],[-60.088,-220.343],[-93.257,-193.718],[-71.382,1],[15.768,-34.75],[32.662,-102.144]],"c":true}],"e":[{"i":[[8.259,24.037],[10.641,35.776],[35.838,-35.157],[0,0],[0,0],[-42.018,14.75],[10.338,43.894]],"o":[[-9.241,-31.213],[-13.91,-46.77],[-22.312,21.888],[0,0],[0,0],[40.972,-14.383],[-7.971,-33.842]],"v":[[23.991,-176.037],[-5.09,-269.48],[-49.338,-232.593],[-95.757,-200.718],[-72.382,0.25],[27.268,-29],[47.662,-96.394]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[8.259,24.037],[10.641,35.776],[35.838,-35.157],[0,0],[0,0],[-42.018,14.75],[10.338,43.894]],"o":[[-9.241,-31.213],[-13.91,-46.77],[-22.312,21.888],[0,0],[0,0],[40.972,-14.383],[-7.971,-33.842]],"v":[[23.991,-176.037],[-5.09,-269.48],[-49.338,-232.593],[-95.757,-200.718],[-72.382,0.25],[27.268,-29],[47.662,-96.394]],"c":true}],"e":[{"i":[[7.009,23.287],[7.59,33.73],[50.58,-35.169],[0,0],[0,0],[0,0],[11.714,49.114]],"o":[[-7.241,-28.463],[-10.225,-45.445],[-25.662,17.843],[0,0],[0,0],[43.732,-7.5],[-10.162,-42.606]],"v":[[42.741,-173.287],[20.411,-260.73],[-42.588,-234.593],[-97.257,-206.968],[-73.882,0.25],[35.018,-20.5],[65.662,-88.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[7.009,23.287],[7.59,33.73],[50.58,-35.169],[0,0],[0,0],[0,0],[11.714,49.114]],"o":[[-7.241,-28.463],[-10.225,-45.445],[-25.662,17.843],[0,0],[0,0],[43.732,-7.5],[-10.162,-42.606]],"v":[[42.741,-173.287],[20.411,-260.73],[-42.588,-234.593],[-97.257,-206.968],[-73.882,0.25],[35.018,-20.5],[65.662,-88.144]],"c":true}],"e":[{"i":[[3.259,21.287],[6.044,31.942],[57.588,-23.657],[0,0],[0,0],[0,0],[10.088,66.644]],"o":[[-1.741,-23.963],[-8.661,-45.77],[-33.448,13.74],[0,0],[0,0],[43.732,-7.5],[-8.74,-57.737]],"v":[[54.991,-175.537],[44.161,-246.98],[-37.838,-233.593],[-96.757,-212.718],[-75.382,0],[38.518,-14.75],[79.662,-80.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[3.259,21.287],[6.044,31.942],[57.588,-23.657],[0,0],[0,0],[0,0],[10.088,66.644]],"o":[[-1.741,-23.963],[-8.661,-45.77],[-33.448,13.74],[0,0],[0,0],[43.732,-7.5],[-8.74,-57.737]],"v":[[54.991,-175.537],[44.161,-246.98],[-37.838,-233.593],[-96.757,-212.718],[-75.382,0],[38.518,-14.75],[79.662,-80.894]],"c":true}],"e":[{"i":[[3.259,21.287],[4.985,35.86],[31.838,-13.407],[0,0],[0,0],[0,0],[7.588,68.394]],"o":[[-1.491,-26.213],[-5.911,-42.52],[-31.691,13.345],[0,0],[0,0],[38.732,-3.75],[-6.443,-58.072]],"v":[[65.241,-152.287],[61.661,-221.73],[10.912,-247.343],[-94.007,-216.968],[-77.382,-0.75],[40.268,-9.5],[88.162,-79.394]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.963,"s":[{"i":[[3.259,21.287],[4.985,35.86],[31.838,-13.407],[0,0],[0,0],[0,0],[7.588,68.394]],"o":[[-1.491,-26.213],[-5.911,-42.52],[-31.691,13.345],[0,0],[0,0],[38.732,-3.75],[-6.443,-58.072]],"v":[[65.241,-152.287],[61.661,-221.73],[10.912,-247.343],[-94.007,-216.968],[-77.382,-0.75],[40.268,-9.5],[88.162,-79.394]],"c":true}],"e":[{"i":[[2.759,8.787],[5.839,35.73],[33.162,-9.093],[0,0],[0,0],[0,0],[2.478,49.663]],"o":[[-2.741,-7.463],[-6.377,-39.022],[-33.162,9.093],[0,0],[0,0],[38.732,-3.75],[-2.912,-58.356]],"v":[[66.241,-138.287],[71.911,-205.73],[16.162,-241.093],[-91.507,-220.468],[-77.382,-0.75],[41.768,-6.5],[92.912,-66.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.93,"s":[{"i":[[2.759,8.787],[5.839,35.73],[33.162,-9.093],[0,0],[0,0],[0,0],[2.478,49.663]],"o":[[-2.741,-7.463],[-6.377,-39.022],[-33.162,9.093],[0,0],[0,0],[38.732,-3.75],[-2.912,-58.356]],"v":[[66.241,-138.287],[71.911,-205.73],[16.162,-241.093],[-91.507,-220.468],[-77.382,-0.75],[41.768,-6.5],[92.912,-66.894]],"c":true}],"e":[{"i":[[27.259,18.287],[2.089,21.98],[37.838,-4.407],[0,0],[0,0],[0,0],[0.838,46.394]],"o":[[11.509,-17.213],[-3.742,-39.362],[0,0],[0,0],[0,0],[36.982,0],[-0.523,-28.962]],"v":[[63.241,-131.037],[77.161,-188.98],[16.162,-235.843],[-89.507,-222.468],[-78.882,-0.5],[31.768,-3.75],[95.162,-60.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.756,"s":[{"i":[[27.259,18.287],[2.089,21.98],[37.838,-4.407],[0,0],[0,0],[0,0],[0.838,46.394]],"o":[[11.509,-17.213],[-3.742,-39.362],[0,0],[0,0],[0,0],[36.982,0],[-0.523,-28.962]],"v":[[63.241,-131.037],[77.161,-188.98],[16.162,-235.843],[-89.507,-222.468],[-78.882,-0.5],[31.768,-3.75],[95.162,-60.894]],"c":true}],"e":[{"i":[[25.509,15.287],[1.964,22.98],[38.338,-2.657],[0,0],[0,0],[0,0],[-0.037,44.769]],"o":[[11.884,-14.088],[-3.365,-39.367],[0,0],[0,0],[0,0],[36.982,0],[0.026,-31.246]],"v":[[61.616,-125.787],[79.286,-179.98],[15.537,-232.218],[-86.382,-224.093],[-79.007,-0.375],[30.268,-2.75],[94.037,-62.519]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19.63,"s":[{"i":[[25.509,15.287],[1.964,22.98],[38.338,-2.657],[0,0],[0,0],[0,0],[-0.037,44.769]],"o":[[11.884,-14.088],[-3.365,-39.367],[0,0],[0,0],[0,0],[36.982,0],[0.026,-31.246]],"v":[[61.616,-125.787],[79.286,-179.98],[15.537,-232.218],[-86.382,-224.093],[-79.007,-0.375],[30.268,-2.75],[94.037,-62.519]],"c":true}],"e":[{"i":[[23.759,12.287],[0.374,21.444],[38.838,-0.907],[0,0],[0,0],[0,0],[-0.076,41.089]],"o":[[12.259,-10.963],[-0.705,-39.533],[0,0],[0,0],[0,0],[36.982,0],[0.053,-28.967]],"v":[[59.491,-123.537],[79.911,-170.48],[17.412,-229.593],[-83.257,-225.718],[-79.132,-0.25],[28.768,-1.75],[93.412,-61.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.505,"s":[{"i":[[23.759,12.287],[0.374,21.444],[38.838,-0.907],[0,0],[0,0],[0,0],[-0.076,41.089]],"o":[[12.259,-10.963],[-0.705,-39.533],[0,0],[0,0],[0,0],[36.982,0],[0.053,-28.967]],"v":[[59.491,-123.537],[79.911,-170.48],[17.412,-229.593],[-83.257,-225.718],[-79.132,-0.25],[28.768,-1.75],[93.412,-61.644]],"c":true}],"e":[{"i":[[23.009,8.287],[0.374,21.444],[37.94,-0.602],[0,0],[0,0],[0,0],[-0.076,41.089]],"o":[[15.106,-9.064],[-0.705,-39.533],[0,0],[0,0],[0,0],[39.468,0.25],[0.053,-28.967]],"v":[[55.991,-119.287],[79.661,-166.48],[11.162,-226.593],[-79.507,-226.218],[-79.132,-0.25],[22.518,-0.25],[91.162,-62.644]],"c":true}]},{"t":22.2529296875}]},"nm":"B"},{"ind":1,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[-2.196,-15.458],[4.87,-2.756],[0,0],[0,0],[0,0]],"o":[[1.997,14.059],[0,0],[0,0],[0,0],[2.979,-1.252]],"v":[[-276.179,-132.292],[-277.37,-102.994],[-282.552,-101.351],[-288.355,-146.931],[-283.229,-149.748]],"c":true}],"e":[{"i":[[-2.196,-15.458],[4.87,-2.756],[0,0],[0,0],[0,0]],"o":[[1.997,14.059],[0,0],[0,0],[0,0],[2.979,-1.252]],"v":[[-45.179,-170.292],[-46.37,-140.994],[-51.552,-139.351],[-57.355,-184.931],[-52.229,-187.748]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[-2.196,-15.458],[4.87,-2.756],[0,0],[0,0],[0,0]],"o":[[1.997,14.059],[0,0],[0,0],[0,0],[2.979,-1.252]],"v":[[-45.179,-170.292],[-46.37,-140.994],[-51.552,-139.351],[-57.355,-184.931],[-52.229,-187.748]],"c":true}],"e":[{"i":[[-2.196,-15.458],[10.37,-3.756],[0,0],[0,0],[0,0]],"o":[[1.997,14.059],[0,0],[0,0],[0,0],[5.729,-1.752]],"v":[[-29.679,-174.292],[-36.62,-141.244],[-48.302,-138.851],[-53.605,-186.431],[-42.979,-189.748]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[-2.196,-15.458],[10.37,-3.756],[0,0],[0,0],[0,0]],"o":[[1.997,14.059],[0,0],[0,0],[0,0],[5.729,-1.752]],"v":[[-29.679,-174.292],[-36.62,-141.244],[-48.302,-138.851],[-53.605,-186.431],[-42.979,-189.748]],"c":true}],"e":[{"i":[[-2.196,-15.458],[11.62,-1.881],[0,0],[0,0],[0,0]],"o":[[1.997,14.059],[0,0],[0,0],[0,0],[12.104,-2.127]],"v":[[-14.179,-171.542],[-26.62,-140.744],[-44.802,-137.851],[-48.605,-186.931],[-32.479,-190.998]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.963,"s":[{"i":[[-2.196,-15.458],[11.62,-1.881],[0,0],[0,0],[0,0]],"o":[[1.997,14.059],[0,0],[0,0],[0,0],[12.104,-2.127]],"v":[[-14.179,-171.542],[-26.62,-140.744],[-44.802,-137.851],[-48.605,-186.931],[-32.479,-190.998]],"c":true}],"e":[{"i":[[-0.946,-15.083],[11.62,-1.881],[0,0],[0,0],[0,0]],"o":[[0.889,14.172],[0,0],[0,0],[0,0],[11.854,-1.752]],"v":[[-0.554,-168.667],[-16.12,-139.619],[-41.927,-136.351],[-45.105,-186.931],[-21.854,-190.998]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.93,"s":[{"i":[[-0.946,-15.083],[11.62,-1.881],[0,0],[0,0],[0,0]],"o":[[0.889,14.172],[0,0],[0,0],[0,0],[11.854,-1.752]],"v":[[-0.554,-168.667],[-16.12,-139.619],[-41.927,-136.351],[-45.105,-186.931],[-21.854,-190.998]],"c":true}],"e":[{"i":[[0,-14.502],[17.62,-0.131],[0,0],[0,0],[0,0]],"o":[[0,14.2],[0,0],[0,0],[0,0],[16.104,-1.752]],"v":[[9.196,-166.167],[-14.62,-138.119],[-39.927,-136.351],[-41.855,-185.931],[-15.354,-189.498]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.756,"s":[{"i":[[0,-14.502],[17.62,-0.131],[0,0],[0,0],[0,0]],"o":[[0,14.2],[0,0],[0,0],[0,0],[16.104,-1.752]],"v":[[9.196,-166.167],[-14.62,-138.119],[-39.927,-136.351],[-41.855,-185.931],[-15.354,-189.498]],"c":true}],"e":[{"i":[[0,-14.502],[18.37,-0.631],[0,0],[0,0],[0,0]],"o":[[0,14.2],[0,0],[0,0],[0,0],[15.303,-0.876]],"v":[[18.196,-164.417],[-8.37,-136.494],[-37.552,-135.101],[-38.855,-185.806],[-8.479,-188.373]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19.63,"s":[{"i":[[0,-14.502],[18.37,-0.631],[0,0],[0,0],[0,0]],"o":[[0,14.2],[0,0],[0,0],[0,0],[15.303,-0.876]],"v":[[18.196,-164.417],[-8.37,-136.494],[-37.552,-135.101],[-38.855,-185.806],[-8.479,-188.373]],"c":true}],"e":[{"i":[[0,-14.502],[19.12,-1.131],[0,0],[0,0],[0,0]],"o":[[0,14.2],[0,0],[0,0],[0,0],[14.502,0]],"v":[[24.196,-162.667],[-2.12,-134.869],[-35.177,-133.851],[-35.855,-185.681],[-1.604,-187.248]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.505,"s":[{"i":[[0,-14.502],[19.12,-1.131],[0,0],[0,0],[0,0]],"o":[[0,14.2],[0,0],[0,0],[0,0],[14.502,0]],"v":[[24.196,-162.667],[-2.12,-134.869],[-35.177,-133.851],[-35.855,-185.681],[-1.604,-187.248]],"c":true}],"e":[{"i":[[0,-14.502],[18.37,0.935],[0,0],[0,0],[0,0]],"o":[[0,14.2],[0,0],[0,0],[0,0],[14.502,0]],"v":[[30.446,-160.417],[1.88,-133.369],[-33.177,-133.101],[-33.105,-184.681],[4.646,-184.998]],"c":true}]},{"t":22.2529296875}]},"nm":"B"},{"ind":2,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[6.056,-1.63],[0,0],[0,0],[0,0],[-1.281,-9.949]],"o":[[0,0],[0,0],[0,0],[4.931,-1.967],[1.649,12.81]],"v":[[-287.306,-16.62],[-293.677,-14.62],[-299.802,-64.783],[-294.431,-67.033],[-284.719,-47.051]],"c":true}],"e":[{"i":[[6.056,-1.63],[0,0],[0,0],[0,0],[-1.281,-9.949]],"o":[[0,0],[0,0],[0,0],[4.931,-1.967],[1.649,12.81]],"v":[[-33.306,-52.62],[-39.677,-50.62],[-45.802,-100.783],[-40.431,-103.033],[-30.719,-83.051]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[6.056,-1.63],[0,0],[0,0],[0,0],[-1.281,-9.949]],"o":[[0,0],[0,0],[0,0],[4.931,-1.967],[1.649,12.81]],"v":[[-33.306,-52.62],[-39.677,-50.62],[-45.802,-100.783],[-40.431,-103.033],[-30.719,-83.051]],"c":true}],"e":[{"i":[[11.556,-3.13],[0,0],[0,0],[0,0],[-0.953,-10.127]],"o":[[0,0],[0,0],[0,0],[8.681,-1.967],[0.969,10.301]],"v":[[-21.806,-51.87],[-37.427,-49.12],[-43.552,-99.783],[-28.431,-103.533],[-13.719,-83.551]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[11.556,-3.13],[0,0],[0,0],[0,0],[-0.953,-10.127]],"o":[[0,0],[0,0],[0,0],[8.681,-1.967],[0.969,10.301]],"v":[[-21.806,-51.87],[-37.427,-49.12],[-43.552,-99.783],[-28.431,-103.533],[-13.719,-83.551]],"c":true}],"e":[{"i":[[13.181,-3.38],[0,0],[0,0],[0,0],[-0.953,-10.127]],"o":[[0,0],[0,0],[0,0],[14.306,-2.342],[0.969,10.301]],"v":[[-10.556,-49.87],[-36.177,-47.37],[-40.302,-98.783],[-18.181,-102.533],[2.031,-79.801]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.963,"s":[{"i":[[13.181,-3.38],[0,0],[0,0],[0,0],[-0.953,-10.127]],"o":[[0,0],[0,0],[0,0],[14.306,-2.342],[0.969,10.301]],"v":[[-10.556,-49.87],[-36.177,-47.37],[-40.302,-98.783],[-18.181,-102.533],[2.031,-79.801]],"c":true}],"e":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[0,-14.2]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0,14.2]],"v":[[-5.181,-47.745],[-34.927,-46.745],[-38.427,-97.908],[-7.931,-101.158],[14.156,-75.176]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.93,"s":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[0,-14.2]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0,14.2]],"v":[[-5.181,-47.745],[-34.927,-46.745],[-38.427,-97.908],[-7.931,-101.158],[14.156,-75.176]],"c":true}],"e":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[0,-14.2]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0,14.2]],"v":[[2.819,-46.495],[-33.927,-44.495],[-36.427,-96.908],[0.069,-98.908],[23.656,-72.676]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.756,"s":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[0,-14.2]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0,14.2]],"v":[[2.819,-46.495],[-33.927,-44.495],[-36.427,-96.908],[0.069,-98.908],[23.656,-72.676]],"c":true}],"e":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[0,-14.2]],"o":[[0,0],[0,0],[0,0],[16.556,-0.967],[0,14.2]],"v":[[6.819,-45.12],[-33.427,-44.245],[-34.802,-95.783],[5.694,-97.283],[31.781,-71.176]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19.63,"s":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[0,-14.2]],"o":[[0,0],[0,0],[0,0],[16.556,-0.967],[0,14.2]],"v":[[6.819,-45.12],[-33.427,-44.245],[-34.802,-95.783],[5.694,-97.283],[31.781,-71.176]],"c":true}],"e":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[0,-14.2]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0,14.2]],"v":[[10.819,-43.745],[-32.927,-43.995],[-33.177,-94.658],[11.319,-95.658],[36.406,-69.676]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.505,"s":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[0,-14.2]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0,14.2]],"v":[[10.819,-43.745],[-32.927,-43.995],[-33.177,-94.658],[11.319,-95.658],[36.406,-69.676]],"c":true}],"e":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[0,-14.2]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0,14.2]],"v":[[14.819,-41.995],[-32.677,-41.995],[-32.677,-93.658],[16.569,-94.158],[41.656,-68.176]],"c":true}]},{"t":22.2529296875}]},"nm":"B"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"B"}],"ip":15,"op":23,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":25,"ty":4,"nm":"B white layer 2","parent":34,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[-1.282,17.269],[-0.661,17.73],[1.838,0.593],[0,0],[0,0],[-1.643,0],[-0.912,-1.481]],"o":[[1.259,-16.963],[0.075,-2.02],[-1.701,-0.549],[0,0],[0,0],[1.257,0],[0.338,-3.231]],"v":[[-41.009,-32.537],[-38.089,-79.48],[-39.588,-83.593],[-42.507,-82.468],[-50.507,4.375],[-47.107,4],[-44.213,5.856]],"c":true}],"e":[{"i":[[-0.008,17.316],[0.339,16.48],[3.281,1.942],[0,0],[0,0],[-6.268,-1],[-1.162,-9.106]],"o":[[0.009,-21.463],[-0.098,-4.771],[-4.912,-2.907],[0,0],[0,0],[5.666,0.904],[-0.412,-10.356]],"v":[[-34.509,-42.537],[-34.339,-91.23],[-37.588,-101.593],[-47.007,-102.468],[-59.132,7.5],[-45.982,2.75],[-34.588,14.106]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[-0.008,17.316],[0.339,16.48],[3.281,1.942],[0,0],[0,0],[-6.268,-1],[-1.162,-9.106]],"o":[[0.009,-21.463],[-0.098,-4.771],[-4.912,-2.907],[0,0],[0,0],[5.666,0.904],[-0.412,-10.356]],"v":[[-34.509,-42.537],[-34.339,-91.23],[-37.588,-101.593],[-47.007,-102.468],[-59.132,7.5],[-45.982,2.75],[-34.588,14.106]],"c":true}],"e":[{"i":[[1.009,17.287],[2.01,28.256],[7.354,3.812],[0,0],[0,0],[-11.66,-5.191],[-3.162,-10.856]],"o":[[-1.064,-18.224],[-0.411,-5.77],[-10.912,-5.657],[0,0],[0,0],[11.232,5],[-1.162,-18.356]],"v":[[-16.009,-48.037],[-20.089,-101.23],[-28.588,-120.343],[-52.757,-120.968],[-55.882,3.75],[-26.232,2.5],[-10.838,21.356]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[1.009,17.287],[2.01,28.256],[7.354,3.812],[0,0],[0,0],[-11.66,-5.191],[-3.162,-10.856]],"o":[[-1.064,-18.224],[-0.411,-5.77],[-10.912,-5.657],[0,0],[0,0],[11.232,5],[-1.162,-18.356]],"v":[[-16.009,-48.037],[-20.089,-101.23],[-28.588,-120.343],[-52.757,-120.968],[-55.882,3.75],[-26.232,2.5],[-10.838,21.356]],"c":true}],"e":[{"i":[[3.581,24.09],[2.339,28.23],[18.566,5.173],[0,0],[0,0],[-42.815,-12.244],[-3.162,-9.856]],"o":[[-4.491,-30.213],[-0.972,-11.734],[-34.662,-9.657],[0,0],[0,0],[19.232,5.5],[-2.412,-16.356]],"v":[[28.491,-50.787],[21.161,-112.48],[-7.588,-142.843],[-60.007,-138.968],[-58.382,3.5],[13.518,-2.5],[41.412,22.606]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[3.581,24.09],[2.339,28.23],[18.566,5.173],[0,0],[0,0],[-42.815,-12.244],[-3.162,-9.856]],"o":[[-4.491,-30.213],[-0.972,-11.734],[-34.662,-9.657],[0,0],[0,0],[19.232,5.5],[-2.412,-16.356]],"v":[[28.491,-50.787],[21.161,-112.48],[-7.588,-142.843],[-60.007,-138.968],[-58.382,3.5],[13.518,-2.5],[41.412,22.606]],"c":true}],"e":[{"i":[[6.259,23.537],[9.028,29.832],[35.338,-11.407],[0,0],[0,0],[-43.647,8.83],[7.838,30.644]],"o":[[-6.901,-25.951],[-3.411,-11.27],[-35.699,11.524],[0,0],[0,0],[66.732,-13.5],[-4.529,-17.709]],"v":[[98.991,-111.037],[77.161,-192.23],[3.912,-187.593],[-68.757,-153.968],[-60.882,2],[23.768,-27],[112.412,-55.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[6.259,23.537],[9.028,29.832],[35.338,-11.407],[0,0],[0,0],[-43.647,8.83],[7.838,30.644]],"o":[[-6.901,-25.951],[-3.411,-11.27],[-35.699,11.524],[0,0],[0,0],[66.732,-13.5],[-4.529,-17.709]],"v":[[98.991,-111.037],[77.161,-192.23],[3.912,-187.593],[-68.757,-153.968],[-60.882,2],[23.768,-27],[112.412,-55.894]],"c":true}],"e":[{"i":[[9.241,25.213],[14.339,35.48],[31.838,-35.407],[0,0],[0,0],[-37.642,23.794],[7.838,30.644]],"o":[[-9.241,-25.213],[-15.283,-37.816],[-16.668,18.536],[0,0],[0,0],[45.482,-28.75],[-4.529,-17.709]],"v":[[33.991,-189.537],[9.161,-252.48],[-36.838,-201.593],[-76.007,-167.218],[-63.882,2],[24.768,-48],[62.412,-113.394]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[9.241,25.213],[14.339,35.48],[31.838,-35.407],[0,0],[0,0],[-37.642,23.794],[7.838,30.644]],"o":[[-9.241,-25.213],[-15.283,-37.816],[-16.668,18.536],[0,0],[0,0],[45.482,-28.75],[-4.529,-17.709]],"v":[[33.991,-189.537],[9.161,-252.48],[-36.838,-201.593],[-76.007,-167.218],[-63.882,2],[24.768,-48],[62.412,-113.394]],"c":true}],"e":[{"i":[[9.241,25.213],[15.339,35.73],[24.588,-31.657],[0,0],[0,0],[-33.385,29.471],[8.088,31.144]],"o":[[-9.241,-25.213],[-19.116,-44.526],[-15.291,19.687],[0,0],[0,0],[38.232,-33.75],[-4.594,-17.692]],"v":[[1.491,-181.287],[-33.839,-268.23],[-51.588,-209.843],[-83.257,-178.968],[-66.382,1.5],[2.768,-41.25],[25.662,-113.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[9.241,25.213],[15.339,35.73],[24.588,-31.657],[0,0],[0,0],[-33.385,29.471],[8.088,31.144]],"o":[[-9.241,-25.213],[-19.116,-44.526],[-15.291,19.687],[0,0],[0,0],[38.232,-33.75],[-4.594,-17.692]],"v":[[1.491,-181.287],[-33.839,-268.23],[-51.588,-209.843],[-83.257,-178.968],[-66.382,1.5],[2.768,-41.25],[25.662,-113.144]],"c":true}],"e":[{"i":[[9.241,25.213],[14.589,37.98],[24.588,-31.657],[0,0],[0,0],[-36.476,25.546],[8.088,31.144]],"o":[[-9.241,-25.213],[-17.376,-45.234],[-15.291,19.687],[0,0],[0,0],[34.982,-24.5],[-4.594,-17.692]],"v":[[-0.759,-180.537],[-36.839,-272.73],[-56.338,-216.843],[-89.257,-186.468],[-69.382,1],[6.518,-38],[24.662,-104.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[9.241,25.213],[14.589,37.98],[24.588,-31.657],[0,0],[0,0],[-36.476,25.546],[8.088,31.144]],"o":[[-9.241,-25.213],[-17.376,-45.234],[-15.291,19.687],[0,0],[0,0],[34.982,-24.5],[-4.594,-17.692]],"v":[[-0.759,-180.537],[-36.839,-272.73],[-56.338,-216.843],[-89.257,-186.468],[-69.382,1],[6.518,-38],[24.662,-104.894]],"c":true}],"e":[{"i":[[8.009,25.037],[13.247,38.034],[35.338,-37.657],[0,0],[0,0],[-39.772,20.031],[8.088,31.144]],"o":[[-11.991,-32.463],[-17.16,-49.27],[-21.388,22.792],[0,0],[0,0],[36.732,-18.5],[-4.594,-17.692]],"v":[[11.241,-169.037],[-25.59,-271.98],[-60.088,-220.343],[-93.257,-193.718],[-71.382,1],[15.768,-34.75],[32.662,-102.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[8.009,25.037],[13.247,38.034],[35.338,-37.657],[0,0],[0,0],[-39.772,20.031],[8.088,31.144]],"o":[[-11.991,-32.463],[-17.16,-49.27],[-21.388,22.792],[0,0],[0,0],[36.732,-18.5],[-4.594,-17.692]],"v":[[11.241,-169.037],[-25.59,-271.98],[-60.088,-220.343],[-93.257,-193.718],[-71.382,1],[15.768,-34.75],[32.662,-102.144]],"c":true}],"e":[{"i":[[8.259,24.037],[10.641,35.776],[35.838,-35.157],[0,0],[0,0],[-42.018,14.75],[10.338,43.894]],"o":[[-9.241,-31.213],[-13.91,-46.77],[-22.312,21.888],[0,0],[0,0],[40.972,-14.383],[-7.971,-33.842]],"v":[[23.991,-176.037],[-5.09,-269.48],[-49.338,-232.593],[-95.757,-200.718],[-72.382,0.25],[27.268,-29],[47.662,-96.394]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[8.259,24.037],[10.641,35.776],[35.838,-35.157],[0,0],[0,0],[-42.018,14.75],[10.338,43.894]],"o":[[-9.241,-31.213],[-13.91,-46.77],[-22.312,21.888],[0,0],[0,0],[40.972,-14.383],[-7.971,-33.842]],"v":[[23.991,-176.037],[-5.09,-269.48],[-49.338,-232.593],[-95.757,-200.718],[-72.382,0.25],[27.268,-29],[47.662,-96.394]],"c":true}],"e":[{"i":[[7.009,23.287],[7.59,33.73],[50.58,-35.169],[0,0],[0,0],[0,0],[11.714,49.114]],"o":[[-7.241,-28.463],[-10.225,-45.445],[-25.662,17.843],[0,0],[0,0],[43.732,-7.5],[-10.162,-42.606]],"v":[[42.741,-173.287],[20.411,-260.73],[-42.588,-234.593],[-97.257,-206.968],[-73.882,0.25],[35.018,-20.5],[65.662,-88.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[7.009,23.287],[7.59,33.73],[50.58,-35.169],[0,0],[0,0],[0,0],[11.714,49.114]],"o":[[-7.241,-28.463],[-10.225,-45.445],[-25.662,17.843],[0,0],[0,0],[43.732,-7.5],[-10.162,-42.606]],"v":[[42.741,-173.287],[20.411,-260.73],[-42.588,-234.593],[-97.257,-206.968],[-73.882,0.25],[35.018,-20.5],[65.662,-88.144]],"c":true}],"e":[{"i":[[3.259,21.287],[6.044,31.942],[57.588,-23.657],[0,0],[0,0],[0,0],[10.088,66.644]],"o":[[-1.741,-23.963],[-8.661,-45.77],[-33.448,13.74],[0,0],[0,0],[43.732,-7.5],[-8.74,-57.737]],"v":[[54.991,-175.537],[44.161,-246.98],[-37.838,-233.593],[-96.757,-212.718],[-75.382,0],[38.518,-14.75],[79.662,-80.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[3.259,21.287],[6.044,31.942],[57.588,-23.657],[0,0],[0,0],[0,0],[10.088,66.644]],"o":[[-1.741,-23.963],[-8.661,-45.77],[-33.448,13.74],[0,0],[0,0],[43.732,-7.5],[-8.74,-57.737]],"v":[[54.991,-175.537],[44.161,-246.98],[-37.838,-233.593],[-96.757,-212.718],[-75.382,0],[38.518,-14.75],[79.662,-80.894]],"c":true}],"e":[{"i":[[3.259,21.287],[4.985,35.86],[31.838,-13.407],[0,0],[0,0],[0,0],[7.588,68.394]],"o":[[-1.491,-26.213],[-5.911,-42.52],[-31.691,13.345],[0,0],[0,0],[38.732,-3.75],[-6.443,-58.072]],"v":[[65.241,-152.287],[61.661,-221.73],[10.912,-247.343],[-94.007,-216.968],[-77.382,-0.75],[40.268,-9.5],[88.162,-79.394]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.963,"s":[{"i":[[3.259,21.287],[4.985,35.86],[31.838,-13.407],[0,0],[0,0],[0,0],[7.588,68.394]],"o":[[-1.491,-26.213],[-5.911,-42.52],[-31.691,13.345],[0,0],[0,0],[38.732,-3.75],[-6.443,-58.072]],"v":[[65.241,-152.287],[61.661,-221.73],[10.912,-247.343],[-94.007,-216.968],[-77.382,-0.75],[40.268,-9.5],[88.162,-79.394]],"c":true}],"e":[{"i":[[2.759,8.787],[5.839,35.73],[33.162,-9.093],[0,0],[0,0],[0,0],[2.478,49.663]],"o":[[-2.741,-7.463],[-6.377,-39.022],[-33.162,9.093],[0,0],[0,0],[38.732,-3.75],[-2.912,-58.356]],"v":[[66.241,-138.287],[71.911,-205.73],[16.162,-241.093],[-91.507,-220.468],[-77.382,-0.75],[41.768,-6.5],[92.912,-66.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.93,"s":[{"i":[[2.759,8.787],[5.839,35.73],[33.162,-9.093],[0,0],[0,0],[0,0],[2.478,49.663]],"o":[[-2.741,-7.463],[-6.377,-39.022],[-33.162,9.093],[0,0],[0,0],[38.732,-3.75],[-2.912,-58.356]],"v":[[66.241,-138.287],[71.911,-205.73],[16.162,-241.093],[-91.507,-220.468],[-77.382,-0.75],[41.768,-6.5],[92.912,-66.894]],"c":true}],"e":[{"i":[[27.259,18.287],[2.089,21.98],[37.838,-4.407],[0,0],[0,0],[0,0],[0.838,46.394]],"o":[[11.509,-17.213],[-3.742,-39.362],[0,0],[0,0],[0,0],[36.982,0],[-0.523,-28.962]],"v":[[63.241,-131.037],[77.161,-188.98],[16.162,-235.843],[-89.507,-222.468],[-78.882,-0.5],[31.768,-3.75],[95.162,-60.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.756,"s":[{"i":[[27.259,18.287],[2.089,21.98],[37.838,-4.407],[0,0],[0,0],[0,0],[0.838,46.394]],"o":[[11.509,-17.213],[-3.742,-39.362],[0,0],[0,0],[0,0],[36.982,0],[-0.523,-28.962]],"v":[[63.241,-131.037],[77.161,-188.98],[16.162,-235.843],[-89.507,-222.468],[-78.882,-0.5],[31.768,-3.75],[95.162,-60.894]],"c":true}],"e":[{"i":[[25.509,15.287],[1.964,22.98],[38.338,-2.657],[0,0],[0,0],[0,0],[-0.037,44.769]],"o":[[11.884,-14.088],[-3.365,-39.367],[0,0],[0,0],[0,0],[36.982,0],[0.026,-31.246]],"v":[[61.616,-125.787],[79.286,-179.98],[15.537,-232.218],[-86.382,-224.093],[-79.007,-0.375],[30.268,-2.75],[94.037,-62.519]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19.63,"s":[{"i":[[25.509,15.287],[1.964,22.98],[38.338,-2.657],[0,0],[0,0],[0,0],[-0.037,44.769]],"o":[[11.884,-14.088],[-3.365,-39.367],[0,0],[0,0],[0,0],[36.982,0],[0.026,-31.246]],"v":[[61.616,-125.787],[79.286,-179.98],[15.537,-232.218],[-86.382,-224.093],[-79.007,-0.375],[30.268,-2.75],[94.037,-62.519]],"c":true}],"e":[{"i":[[23.759,12.287],[0.374,21.444],[38.838,-0.907],[0,0],[0,0],[0,0],[-0.076,41.089]],"o":[[12.259,-10.963],[-0.705,-39.533],[0,0],[0,0],[0,0],[36.982,0],[0.053,-28.967]],"v":[[59.491,-123.537],[79.911,-170.48],[17.412,-229.593],[-83.257,-225.718],[-79.132,-0.25],[28.768,-1.75],[93.412,-61.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.505,"s":[{"i":[[23.759,12.287],[0.374,21.444],[38.838,-0.907],[0,0],[0,0],[0,0],[-0.076,41.089]],"o":[[12.259,-10.963],[-0.705,-39.533],[0,0],[0,0],[0,0],[36.982,0],[0.053,-28.967]],"v":[[59.491,-123.537],[79.911,-170.48],[17.412,-229.593],[-83.257,-225.718],[-79.132,-0.25],[28.768,-1.75],[93.412,-61.644]],"c":true}],"e":[{"i":[[23.009,8.287],[0.374,21.444],[37.94,-0.602],[0,0],[0,0],[0,0],[-0.076,41.089]],"o":[[15.106,-9.064],[-0.705,-39.533],[0,0],[0,0],[0,0],[39.468,0.25],[0.053,-28.967]],"v":[[55.991,-119.287],[79.661,-166.48],[11.162,-226.593],[-79.507,-226.218],[-79.132,-0.25],[22.518,-0.25],[91.162,-62.644]],"c":true}]},{"t":22.2529296875}]},"nm":"B"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"B"}],"ip":5,"op":15,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":26,"ty":4,"nm":"B light blue layer 3 shadow 2","parent":34,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[5],"e":[40]},{"t":22}]},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0,0],[0,0],[-3.12,0.516],[4.596,42.859],[0,0]],"o":[[0,0],[0,0],[3.12,-0.516],[-5.931,-55.302],[0,0]],"v":[[-58.13,-221.16],[-111.991,-226.753],[-103.289,41.823],[-46.069,-81.698],[-54.696,-253.118]],"c":true}],"e":[{"i":[[0,0],[0,0],[-3.12,0.516],[9.482,45.79],[0,0]],"o":[[0,0],[0,0],[3.12,-0.516],[-11.278,-54.464],[0,0]],"v":[[-9.13,-263.16],[-128.991,-241.753],[-103.289,41.823],[-0.569,37.802],[-54.696,-253.118]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[0,0],[0,0],[-3.12,0.516],[9.482,45.79],[0,0]],"o":[[0,0],[0,0],[3.12,-0.516],[-11.278,-54.464],[0,0]],"v":[[-9.13,-263.16],[-128.991,-241.753],[-103.289,41.823],[-0.569,37.802],[-54.696,-253.118]],"c":true}],"e":[{"i":[[0,0],[0,0],[-3.12,0.516],[-3.803,42.936],[0,0]],"o":[[0,0],[0,0],[3.12,-0.516],[3.803,-42.936],[0,0]],"v":[[-9.13,-263.16],[-128.991,-241.753],[-103.289,41.823],[42.431,32.302],[11.804,-249.118]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[0,0],[0,0],[-3.12,0.516],[-3.803,42.936],[0,0]],"o":[[0,0],[0,0],[3.12,-0.516],[3.803,-42.936],[0,0]],"v":[[-9.13,-263.16],[-128.991,-241.753],[-103.289,41.823],[42.431,32.302],[11.804,-249.118]],"c":true}],"e":[{"i":[[0,0],[0,0],[-3.12,0.516],[-3.803,42.936],[0,0]],"o":[[0,0],[0,0],[3.12,-0.516],[3.803,-42.936],[0,0]],"v":[[-9.13,-263.16],[-128.991,-241.753],[-103.289,41.823],[70.931,-10.698],[8.304,-239.118]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,0],[0,0],[-3.12,0.516],[-3.803,42.936],[0,0]],"o":[[0,0],[0,0],[3.12,-0.516],[3.803,-42.936],[0,0]],"v":[[-9.13,-263.16],[-128.991,-241.753],[-103.289,41.823],[70.931,-10.698],[8.304,-239.118]],"c":true}],"e":[{"i":[[0,0],[0,0],[-3,1],[3,43],[0,0]],"o":[[0,0],[0,0],[3,-1],[-3,-43],[0,0]],"v":[[-47,-270],[-162,-230],[-92,46],[59,30],[-33,-263]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[0,0],[0,0],[-3,1],[3,43],[0,0]],"o":[[0,0],[0,0],[3,-1],[-3,-43],[0,0]],"v":[[-47,-270],[-162,-230],[-92,46],[59,30],[-33,-263]],"c":true}],"e":[{"i":[[0,0],[0,0],[-3,1],[3,43],[0,0]],"o":[[0,0],[0,0],[3,-1],[-3,-43],[0,0]],"v":[[-47,-270],[-162,-230],[-92,46],[41,8],[-35,-264]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[0,0],[0,0],[-3,1],[3,43],[0,0]],"o":[[0,0],[0,0],[3,-1],[-3,-43],[0,0]],"v":[[-47,-270],[-162,-230],[-92,46],[41,8],[-35,-264]],"c":true}],"e":[{"i":[[0,0],[0,0],[-3,1],[-1,39],[0,0]],"o":[[0,0],[0,0],[3,-1],[1.444,-56.302],[0,0]],"v":[[-47,-270],[-162,-230],[-92,46],[70,-17],[3,-268]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0,0],[0,0],[-3,1],[-1,39],[0,0]],"o":[[0,0],[0,0],[3,-1],[1.444,-56.302],[0,0]],"v":[[-47,-270],[-162,-230],[-92,46],[70,-17],[3,-268]],"c":true}],"e":[{"i":[[0,0],[0,0],[-3,1],[9.112,40.348],[0,0]],"o":[[0,0],[0,0],[3,-1],[-12.406,-54.937],[0,0]],"v":[[-47,-270],[-162,-230],[-92,46],[96,-9],[28,-280]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0,0],[0,0],[-3,1],[9.112,40.348],[0,0]],"o":[[0,0],[0,0],[3,-1],[-12.406,-54.937],[0,0]],"v":[[-47,-270],[-162,-230],[-92,46],[96,-9],[28,-280]],"c":true}],"e":[{"i":[[0,0],[0,0],[-3,1],[9.112,40.348],[0,0]],"o":[[0,0],[0,0],[3,-1],[-12.406,-54.937],[0,0]],"v":[[-47,-270],[-162,-230],[-92,46],[96,-19],[50,-287]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0],[-3,1],[9.112,40.348],[0,0]],"o":[[0,0],[0,0],[3,-1],[-12.406,-54.937],[0,0]],"v":[[-47,-270],[-162,-230],[-92,46],[96,-19],[50,-287]],"c":true}],"e":[{"i":[[0,0],[0,0],[-3,1],[9.112,40.348],[0,0]],"o":[[0,0],[0,0],[3,-1],[-12.406,-54.937],[0,0]],"v":[[-47,-270],[-162,-230],[-92,46],[116,-7],[70,-285]],"c":true}]},{"t":18}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[-0.201,21.411],[-0.286,15.23],[2.474,0.203],[0,0],[0,0],[-1.893,-0.375],[-0.662,-1.856]],"o":[[0.134,-14.338],[0.036,-1.896],[-1.912,-0.157],[0,0],[0,0],[0.644,0.128],[1.338,-20.856]],"v":[[-46.509,-50.162],[-44.214,-98.23],[-45.963,-101.593],[-49.132,-100.593],[-55.007,4.75],[-50.857,4.25],[-48.588,6.856]],"c":true}],"e":[{"i":[[0.279,24.912],[0.464,22.605],[2.088,1.343],[0,0],[0,0],[-4.143,-2],[-0.787,-3.981]],"o":[[-0.241,-21.463],[-0.098,-4.771],[-4.242,-2.728],[0,0],[0,0],[3.51,1.694],[-0.037,-19.356]],"v":[[-40.884,-52.662],[-41.839,-108.48],[-44.463,-118.593],[-53.507,-120.718],[-54.757,3.5],[-45.357,4.875],[-39.963,12.856]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0.279,24.912],[0.464,22.605],[2.088,1.343],[0,0],[0,0],[-4.143,-2],[-0.787,-3.981]],"o":[[-0.241,-21.463],[-0.098,-4.771],[-4.242,-2.728],[0,0],[0,0],[3.51,1.694],[-0.037,-19.356]],"v":[[-40.884,-52.662],[-41.839,-108.48],[-44.463,-118.593],[-53.507,-120.718],[-54.757,3.5],[-45.357,4.875],[-39.963,12.856]],"c":true}],"e":[{"i":[[2.509,24.787],[1.952,19.983],[11.463,8.593],[0,0],[0,0],[-8.268,-3.75],[-3.537,-7.856]],"o":[[-1.87,-18.476],[-0.161,-1.645],[-7.865,-5.896],[0,0],[0,0],[10.005,4.538],[-1.787,-20.356]],"v":[[-22.759,-58.037],[-27.839,-117.855],[-38.713,-134.843],[-60.257,-138.093],[-58.257,2.5],[-32.482,4.25],[-15.963,19.356]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[2.509,24.787],[1.952,19.983],[11.463,8.593],[0,0],[0,0],[-8.268,-3.75],[-3.537,-7.856]],"o":[[-1.87,-18.476],[-0.161,-1.645],[-7.865,-5.896],[0,0],[0,0],[10.005,4.538],[-1.787,-20.356]],"v":[[-22.759,-58.037],[-27.839,-117.855],[-38.713,-134.843],[-60.257,-138.093],[-58.257,2.5],[-32.482,4.25],[-15.963,19.356]],"c":true}],"e":[{"i":[[2.509,23.537],[1.952,19.983],[37.213,10.843],[0,0],[0,0],[-37.012,-3.318],[3.87,36.773]],"o":[[-1.969,-18.466],[-0.161,-1.645],[-39.595,-11.537],[0,0],[0,0],[52.982,4.75],[-2.037,-19.356]],"v":[[46.741,-67.787],[41.411,-115.355],[-2.713,-150.593],[-68.757,-153.593],[-61.507,2.25],[4.268,0.25],[56.037,7.356]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[2.509,23.537],[1.952,19.983],[37.213,10.843],[0,0],[0,0],[-37.012,-3.318],[3.87,36.773]],"o":[[-1.969,-18.466],[-0.161,-1.645],[-39.595,-11.537],[0,0],[0,0],[52.982,4.75],[-2.037,-19.356]],"v":[[46.741,-67.787],[41.411,-115.355],[-2.713,-150.593],[-68.757,-153.593],[-61.507,2.25],[4.268,0.25],[56.037,7.356]],"c":true}],"e":[{"i":[[5.869,20.677],[5.339,19.355],[49.963,-14.657],[0,0],[0,0],[-48.018,8.5],[14.463,52.894]],"o":[[-5.241,-18.463],[-6.854,-24.846],[-39.574,11.609],[0,0],[0,0],[56.175,-9.944],[-11.083,-40.532]],"v":[[79.741,-141.537],[64.661,-196.855],[-12.963,-182.843],[-76.257,-168.093],[-64.507,2],[54.518,-20],[98.287,-79.394]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[5.869,20.677],[5.339,19.355],[49.963,-14.657],[0,0],[0,0],[-48.018,8.5],[14.463,52.894]],"o":[[-5.241,-18.463],[-6.854,-24.846],[-39.574,11.609],[0,0],[0,0],[56.175,-9.944],[-11.083,-40.532]],"v":[[79.741,-141.537],[64.661,-196.855],[-12.963,-182.843],[-76.257,-168.093],[-64.507,2],[54.518,-20],[98.287,-79.394]],"c":true}],"e":[{"i":[[7.415,20.175],[10.589,29.855],[50.213,-22.407],[0,0],[0,0],[-48.907,15.377],[14.389,46.029]],"o":[[-8.991,-24.463],[-8.616,-24.291],[-37.662,16.806],[0,0],[0,0],[43.732,-13.75],[-12.537,-40.106]],"v":[[75.491,-152.537],[45.911,-232.355],[-25.463,-197.593],[-83.007,-177.843],[-66.757,2],[45.518,-26.75],[98.787,-83.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[7.415,20.175],[10.589,29.855],[50.213,-22.407],[0,0],[0,0],[-48.907,15.377],[14.389,46.029]],"o":[[-8.991,-24.463],[-8.616,-24.291],[-37.662,16.806],[0,0],[0,0],[43.732,-13.75],[-12.537,-40.106]],"v":[[75.491,-152.537],[45.911,-232.355],[-25.463,-197.593],[-83.007,-177.843],[-66.757,2],[45.518,-26.75],[98.787,-83.894]],"c":true}],"e":[{"i":[[6.732,20.413],[9.339,28.855],[50.213,-22.407],[0,0],[0,0],[-49.459,13.494],[14.043,47.445]],"o":[[-7.491,-22.713],[-7.937,-24.521],[-37.662,16.806],[0,0],[0,0],[43.982,-12],[-12.537,-42.356]],"v":[[73.491,-153.537],[43.411,-239.855],[-29.463,-206.343],[-89.007,-186.343],[-68.507,1.5],[45.518,-26.75],[96.287,-84.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[6.732,20.413],[9.339,28.855],[50.213,-22.407],[0,0],[0,0],[-49.459,13.494],[14.043,47.445]],"o":[[-7.491,-22.713],[-7.937,-24.521],[-37.662,16.806],[0,0],[0,0],[43.982,-12],[-12.537,-42.356]],"v":[[73.491,-153.537],[43.411,-239.855],[-29.463,-206.343],[-89.007,-186.343],[-68.507,1.5],[45.518,-26.75],[96.287,-84.644]],"c":true}],"e":[{"i":[[5.741,20.713],[9.339,28.855],[60.463,-27.657],[0,0],[0,0],[-49.459,13.494],[12.963,47.644]],"o":[[-5.741,-20.713],[-7.937,-24.521],[-37.505,17.155],[0,0],[0,0],[43.982,-12],[-11.586,-42.584]],"v":[[73.741,-153.787],[45.411,-241.855],[-29.713,-213.843],[-93.257,-193.343],[-71.257,0.5],[49.768,-26.5],[95.287,-81.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[5.741,20.713],[9.339,28.855],[60.463,-27.657],[0,0],[0,0],[-49.459,13.494],[12.963,47.644]],"o":[[-5.741,-20.713],[-7.937,-24.521],[-37.505,17.155],[0,0],[0,0],[43.982,-12],[-11.586,-42.584]],"v":[[73.741,-153.787],[45.411,-241.855],[-29.713,-213.843],[-93.257,-193.343],[-71.257,0.5],[49.768,-26.5],[95.287,-81.894]],"c":true}],"e":[{"i":[[5.741,20.713],[7.839,29.855],[63.713,-28.907],[0,0],[0,0],[-50.018,11.25],[12.963,53.394]],"o":[[-5.741,-20.713],[-6.546,-24.929],[-37.557,17.04],[0,0],[0,0],[46.058,-10.359],[-10.749,-44.276]],"v":[[75.741,-154.037],[52.411,-240.355],[-22.963,-222.593],[-96.007,-200.343],[-72.507,1.25],[48.768,-23.5],[95.037,-81.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[5.741,20.713],[7.839,29.855],[63.713,-28.907],[0,0],[0,0],[-50.018,11.25],[12.963,53.394]],"o":[[-5.741,-20.713],[-6.546,-24.929],[-37.557,17.04],[0,0],[0,0],[46.058,-10.359],[-10.749,-44.276]],"v":[[75.741,-154.037],[52.411,-240.355],[-22.963,-222.593],[-96.007,-200.343],[-72.507,1.25],[48.768,-23.5],[95.037,-81.894]],"c":true}],"e":[{"i":[[4.259,17.037],[7.839,29.855],[64.463,-23.407],[0,0],[0,0],[-49.518,7.25],[10.523,50.543]],"o":[[-5.991,-25.463],[-6.546,-24.929],[-38.765,14.076],[0,0],[0,0],[48.964,-7.169],[-9.287,-44.606]],"v":[[76.491,-154.787],[58.161,-239.105],[-23.213,-225.593],[-97.507,-206.343],[-74.007,1.25],[52.268,-20],[94.787,-82.394]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[4.259,17.037],[7.839,29.855],[64.463,-23.407],[0,0],[0,0],[-49.518,7.25],[10.523,50.543]],"o":[[-5.991,-25.463],[-6.546,-24.929],[-38.765,14.076],[0,0],[0,0],[48.964,-7.169],[-9.287,-44.606]],"v":[[76.491,-154.787],[58.161,-239.105],[-23.213,-225.593],[-97.507,-206.343],[-74.007,1.25],[52.268,-20],[94.787,-82.394]],"c":true}],"e":[{"i":[[4.009,18.287],[9.089,30.105],[63.963,-18.157],[0,0],[0,0],[-52.207,5.395],[4.963,38.144]],"o":[[-1.741,-23.713],[-7.236,-23.967],[-39.674,11.262],[0,0],[0,0],[67.732,-7],[-5.852,-44.98]],"v":[[74.491,-158.287],[64.411,-233.605],[-18.713,-229.093],[-96.757,-211.843],[-75.507,0.25],[45.268,-14.75],[94.287,-79.394]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[4.009,18.287],[9.089,30.105],[63.963,-18.157],[0,0],[0,0],[-52.207,5.395],[4.963,38.144]],"o":[[-1.741,-23.713],[-7.236,-23.967],[-39.674,11.262],[0,0],[0,0],[67.732,-7],[-5.852,-44.98]],"v":[[74.491,-158.287],[64.411,-233.605],[-18.713,-229.093],[-96.757,-211.843],[-75.507,0.25],[45.268,-14.75],[94.287,-79.394]],"c":true}],"e":[{"i":[[5.509,15.037],[12.589,49.605],[49.213,-8.907],[0,0],[0,0],[-52.29,4.52],[5.084,46.282]],"o":[[-2.241,-23.713],[-7.654,-30.16],[-40.583,7.345],[0,0],[0,0],[60.732,-5.25],[-5.037,-45.856]],"v":[[73.241,-141.287],[69.161,-222.855],[-16.963,-229.093],[-94.757,-216.843],[-76.507,-0.5],[42.768,-11.75],[94.037,-80.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.963,"s":[{"i":[[5.509,15.037],[12.589,49.605],[49.213,-8.907],[0,0],[0,0],[-52.29,4.52],[5.084,46.282]],"o":[[-2.241,-23.713],[-7.654,-30.16],[-40.583,7.345],[0,0],[0,0],[60.732,-5.25],[-5.037,-45.856]],"v":[[73.241,-141.287],[69.161,-222.855],[-16.963,-229.093],[-94.757,-216.843],[-76.507,-0.5],[42.768,-11.75],[94.037,-80.894]],"c":true}],"e":[{"i":[[15.759,20.037],[2.089,16.855],[46.963,-6.157],[0,0],[0,0],[-32.059,1.901],[3.213,53.144]],"o":[[4.509,-21.713],[-5.161,-61.645],[-32.938,4.318],[0,0],[0,0],[63.232,-3.75],[-3.787,-41.856]],"v":[[68.491,-134.287],[76.911,-187.605],[-8.463,-229.843],[-91.507,-219.843],[-77.257,-0.75],[22.518,-7.25],[94.037,-72.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.93,"s":[{"i":[[15.759,20.037],[2.089,16.855],[46.963,-6.157],[0,0],[0,0],[-32.059,1.901],[3.213,53.144]],"o":[[4.509,-21.713],[-5.161,-61.645],[-32.938,4.318],[0,0],[0,0],[63.232,-3.75],[-3.787,-41.856]],"v":[[68.491,-134.287],[76.911,-187.605],[-8.463,-229.843],[-91.507,-219.843],[-77.257,-0.75],[22.518,-7.25],[94.037,-72.894]],"c":true}],"e":[{"i":[[20.259,14.037],[1.766,21.378],[30.713,-3.907],[0,0],[0,0],[-39.232,1.5],[3.134,56.753]],"o":[[11.509,-19.963],[-4.411,-53.395],[-38.914,4.95],[0,0],[0,0],[39.232,-1.5],[-1.787,-32.356]],"v":[[63.741,-128.537],[77.411,-184.105],[3.537,-230.593],[-88.507,-223.093],[-78.007,-1],[25.018,-5.5],[93.537,-70.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.756,"s":[{"i":[[20.259,14.037],[1.766,21.378],[30.713,-3.907],[0,0],[0,0],[-39.232,1.5],[3.134,56.753]],"o":[[11.509,-19.963],[-4.411,-53.395],[-38.914,4.95],[0,0],[0,0],[39.232,-1.5],[-1.787,-32.356]],"v":[[63.741,-128.537],[77.411,-184.105],[3.537,-230.593],[-88.507,-223.093],[-78.007,-1],[25.018,-5.5],[93.537,-70.894]],"c":true}],"e":[{"i":[[24.259,15.287],[1.029,21.401],[37.213,-2.157],[0,0],[0,0],[0,0],[2.205,48.866]],"o":[[12.683,-14.513],[-3.911,-45.645],[-21.287,1.093],[0,0],[0,0],[45.482,1],[-1.09,-28.807]],"v":[[61.241,-124.787],[78.661,-178.355],[4.787,-229.343],[-86.007,-223.593],[-78.007,-1],[18.768,-3.5],[92.287,-66.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19.63,"s":[{"i":[[24.259,15.287],[1.029,21.401],[37.213,-2.157],[0,0],[0,0],[0,0],[2.205,48.866]],"o":[[12.683,-14.513],[-3.911,-45.645],[-21.287,1.093],[0,0],[0,0],[45.482,1],[-1.09,-28.807]],"v":[[61.241,-124.787],[78.661,-178.355],[4.787,-229.343],[-86.007,-223.593],[-78.007,-1],[18.768,-3.5],[92.287,-66.644]],"c":true}],"e":[{"i":[[22.009,10.287],[0,21.451],[39.713,-1.157],[0,0],[0,0],[0,0],[-0.303,41.088]],"o":[[14.509,-10.713],[0,-38.672],[0,0],[0,0],[0,0],[45.482,1],[0.213,-28.856]],"v":[[58.491,-122.287],[79.161,-171.855],[11.037,-228.593],[-83.507,-224.093],[-78.007,-1],[21.268,-2.5],[92.037,-63.394]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.505,"s":[{"i":[[22.009,10.287],[0,21.451],[39.713,-1.157],[0,0],[0,0],[0,0],[-0.303,41.088]],"o":[[14.509,-10.713],[0,-38.672],[0,0],[0,0],[0,0],[45.482,1],[0.213,-28.856]],"v":[[58.491,-122.287],[79.161,-171.855],[11.037,-228.593],[-83.507,-224.093],[-78.007,-1],[21.268,-2.5],[92.037,-63.394]],"c":true}],"e":[{"i":[[21.149,8.762],[0.374,21.444],[35.338,-1.657],[0,0],[0,0],[0,0],[-0.227,41.088]],"o":[[15.106,-9.064],[-0.705,-39.533],[0,0],[0,0],[0,0],[43.478,0.75],[0.16,-28.893]],"v":[[56.741,-121.162],[79.411,-167.48],[13.912,-227.343],[-81.507,-224.968],[-78.382,-0.75],[19.518,-1.25],[91.287,-62.019]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21.376,"s":[{"i":[[21.149,8.762],[0.374,21.444],[35.338,-1.657],[0,0],[0,0],[0,0],[-0.227,41.088]],"o":[[15.106,-9.064],[-0.705,-39.533],[0,0],[0,0],[0,0],[43.478,0.75],[0.16,-28.893]],"v":[[56.741,-121.162],[79.411,-167.48],[13.912,-227.343],[-81.507,-224.968],[-78.382,-0.75],[19.518,-1.25],[91.287,-62.019]],"c":true}],"e":[{"i":[[21.149,8.762],[0.749,21.438],[32.213,-0.907],[0,0],[0,0],[0,0],[-0.152,41.088]],"o":[[15.106,-9.064],[-1.411,-40.395],[0,0],[0,0],[0,0],[41.473,0.5],[0.106,-28.93]],"v":[[56.241,-119.787],[79.411,-168.105],[13.287,-226.593],[-79.507,-225.843],[-78.757,-0.5],[21.518,-0.5],[90.787,-62.894]],"c":true}]},{"t":22.2529296875}]},"nm":"B"},{"ind":1,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[-2.154,-14.341],[5.939,-1.064],[0,0],[0,0],[0,0]],"o":[[2.109,14.042],[0,0],[0,0],[0,0],[3.862,-1.474]],"v":[[-268.103,-143.239],[-271.189,-115.936],[-276.731,-115.148],[-282.154,-159.988],[-277.112,-161.276]],"c":true}],"e":[{"i":[[-2.154,-14.341],[5.939,-1.064],[0,0],[0,0],[0,0]],"o":[[2.109,14.042],[0,0],[0,0],[0,0],[3.862,-1.474]],"v":[[-36.103,-162.739],[-39.189,-135.436],[-44.731,-134.648],[-50.154,-179.488],[-45.112,-180.776]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[-2.154,-14.341],[5.939,-1.064],[0,0],[0,0],[0,0]],"o":[[2.109,14.042],[0,0],[0,0],[0,0],[3.862,-1.474]],"v":[[-36.103,-162.739],[-39.189,-135.436],[-44.731,-134.648],[-50.154,-179.488],[-45.112,-180.776]],"c":true}],"e":[{"i":[[-2.154,-14.341],[7.939,-1.814],[0,0],[0,0],[0,0]],"o":[[2.109,14.042],[0,0],[0,0],[0,0],[7.862,-1.724]],"v":[[-22.103,-167.239],[-29.189,-138.186],[-43.481,-135.648],[-49.154,-181.988],[-37.862,-184.776]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[-2.154,-14.341],[7.939,-1.814],[0,0],[0,0],[0,0]],"o":[[2.109,14.042],[0,0],[0,0],[0,0],[7.862,-1.724]],"v":[[-22.103,-167.239],[-29.189,-138.186],[-43.481,-135.648],[-49.154,-181.988],[-37.862,-184.776]],"c":true}],"e":[{"i":[[-2.154,-14.341],[7.939,-1.814],[0,0],[0,0],[0,0]],"o":[[2.109,14.042],[0,0],[0,0],[0,0],[10.862,0.026]],"v":[[-9.353,-166.739],[-20.189,-138.686],[-42.231,-135.648],[-46.654,-183.988],[-26.862,-187.276]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.963,"s":[{"i":[[-2.154,-14.341],[7.939,-1.814],[0,0],[0,0],[0,0]],"o":[[2.109,14.042],[0,0],[0,0],[0,0],[10.862,0.026]],"v":[[-9.353,-166.739],[-20.189,-138.686],[-42.231,-135.648],[-46.654,-183.988],[-26.862,-187.276]],"c":true}],"e":[{"i":[[-1.634,-14.432],[15.643,-0.316],[0,0],[0,0],[0,0]],"o":[[1.499,13.233],[0,0],[0,0],[0,0],[12.13,-2.72]],"v":[[1.501,-165.483],[-19.143,-137.184],[-39.891,-135.152],[-43.647,-185.494],[-18.285,-187.276]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.93,"s":[{"i":[[-1.634,-14.432],[15.643,-0.316],[0,0],[0,0],[0,0]],"o":[[1.499,13.233],[0,0],[0,0],[0,0],[12.13,-2.72]],"v":[[1.501,-165.483],[-19.143,-137.184],[-39.891,-135.152],[-43.647,-185.494],[-18.285,-187.276]],"c":true}],"e":[{"i":[[-2.154,-14.341],[17.439,-2.814],[0,0],[0,0],[0,0]],"o":[[2.109,14.042],[0,0],[0,0],[0,0],[13.612,-1.724]],"v":[[10.147,-167.739],[-8.939,-136.936],[-38.481,-134.898],[-40.154,-185.488],[-12.862,-186.776]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.756,"s":[{"i":[[-2.154,-14.341],[17.439,-2.814],[0,0],[0,0],[0,0]],"o":[[2.109,14.042],[0,0],[0,0],[0,0],[13.612,-1.724]],"v":[[10.147,-167.739],[-8.939,-136.936],[-38.481,-134.898],[-40.154,-185.488],[-12.862,-186.776]],"c":true}],"e":[{"i":[[-1.534,-14.395],[14.273,-2.231],[0,0],[0,0],[0,0]],"o":[[1.502,14.095],[0,0],[0,0],[0,0],[14.778,1.383]],"v":[[17.998,-164.132],[-2.523,-136.269],[-36.047,-134.41],[-37.912,-185.525],[-5.028,-187.133]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19.63,"s":[{"i":[[-1.534,-14.395],[14.273,-2.231],[0,0],[0,0],[0,0]],"o":[[1.502,14.095],[0,0],[0,0],[0,0],[14.778,1.383]],"v":[[17.998,-164.132],[-2.523,-136.269],[-36.047,-134.41],[-37.912,-185.525],[-5.028,-187.133]],"c":true}],"e":[{"i":[[-0.767,-14.448],[16.041,-0.938],[0,0],[0,0],[0,0]],"o":[[0.751,14.147],[0,0],[0,0],[0,0],[14.678,-0.575]],"v":[[23.139,-163.775],[0.762,-135.102],[-34.862,-134.172],[-35.92,-185.061],[-3.241,-186.241]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.505,"s":[{"i":[[-0.767,-14.448],[16.041,-0.938],[0,0],[0,0],[0,0]],"o":[[0.751,14.147],[0,0],[0,0],[0,0],[14.678,-0.575]],"v":[[23.139,-163.775],[0.762,-135.102],[-34.862,-134.172],[-35.92,-185.061],[-3.241,-186.241]],"c":true}],"e":[{"i":[[0,-14.502],[14.502,0],[0,0],[0,0],[0,0]],"o":[[0,14.2],[0,0],[0,0],[0,0],[14.502,0]],"v":[[27.029,-160.917],[4.297,-134.435],[-33.677,-133.685],[-33.677,-184.598],[2.797,-185.348]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21.376,"s":[{"i":[[0,-14.502],[14.502,0],[0,0],[0,0],[0,0]],"o":[[0,14.2],[0,0],[0,0],[0,0],[14.502,0]],"v":[[27.029,-160.917],[4.297,-134.435],[-33.677,-133.685],[-33.677,-184.598],[2.797,-185.348]],"c":true}],"e":[{"i":[[0,-14.502],[16.037,-0.065],[0,0],[0,0],[0,0]],"o":[[0,14.2],[0,0],[0,0],[0,0],[14.502,0]],"v":[[30.363,-160.417],[4.963,-133.935],[-32.927,-133.268],[-32.927,-184.014],[3.297,-184.848]],"c":true}]},{"t":22.2529296875}]},"nm":"B"},{"ind":2,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[7.181,0.245],[0,0],[0,0],[0,0],[-2.656,-14.324]],"o":[[0,0],[0,0],[0,0],[5.681,-0.592],[2.589,13.962]],"v":[[-272.931,-26.995],[-280.427,-25.995],[-286.427,-75.158],[-279.181,-76.658],[-269.094,-56.926]],"c":true}],"e":[{"i":[[7.181,0.245],[0,0],[0,0],[0,0],[-2.656,-14.324]],"o":[[0,0],[0,0],[0,0],[5.681,-0.592],[2.589,13.962]],"v":[[-25.931,-49.995],[-33.427,-48.995],[-39.427,-98.158],[-32.181,-99.658],[-22.094,-79.926]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[7.181,0.245],[0,0],[0,0],[0,0],[-2.656,-14.324]],"o":[[0,0],[0,0],[0,0],[5.681,-0.592],[2.589,13.962]],"v":[[-25.931,-49.995],[-33.427,-48.995],[-39.427,-98.158],[-32.181,-99.658],[-22.094,-79.926]],"c":true}],"e":[{"i":[[13.431,-1.505],[0,0],[0,0],[0,0],[-2.656,-14.324]],"o":[[0,0],[0,0],[0,0],[7.681,-0.842],[2.589,13.962]],"v":[[-17.681,-50.245],[-33.677,-48.495],[-39.427,-98.158],[-22.431,-100.908],[-7.094,-82.426]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[13.431,-1.505],[0,0],[0,0],[0,0],[-2.656,-14.324]],"o":[[0,0],[0,0],[0,0],[7.681,-0.842],[2.589,13.962]],"v":[[-17.681,-50.245],[-33.677,-48.495],[-39.427,-98.158],[-22.431,-100.908],[-7.094,-82.426]],"c":true}],"e":[{"i":[[13.431,-1.505],[0,0],[0,0],[0,0],[-2.656,-14.324]],"o":[[0,0],[0,0],[0,0],[11.931,0.158],[2.589,13.962]],"v":[[-9.181,-49.745],[-33.677,-47.745],[-37.927,-97.908],[-12.681,-100.908],[5.906,-78.676]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.963,"s":[{"i":[[13.431,-1.505],[0,0],[0,0],[0,0],[-2.656,-14.324]],"o":[[0,0],[0,0],[0,0],[11.931,0.158],[2.589,13.962]],"v":[[-9.181,-49.745],[-33.677,-47.745],[-37.927,-97.908],[-12.681,-100.908],[5.906,-78.676]],"c":true}],"e":[{"i":[[14.118,-0.752],[0,0],[0,0],[0,0],[-1.406,-16.074]],"o":[[0,0],[0,0],[0,0],[11.868,-1.421],[1.237,14.146]],"v":[[-2.681,-47.745],[-34.177,-45.745],[-36.927,-96.908],[-7.181,-99.908],[16.656,-76.926]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.93,"s":[{"i":[[14.118,-0.752],[0,0],[0,0],[0,0],[-1.406,-16.074]],"o":[[0,0],[0,0],[0,0],[11.868,-1.421],[1.237,14.146]],"v":[[-2.681,-47.745],[-34.177,-45.745],[-36.927,-96.908],[-7.181,-99.908],[16.656,-76.926]],"c":true}],"e":[{"i":[[12.181,0.495],[0,0],[0,0],[0,0],[-0.906,-12.324]],"o":[[0,0],[0,0],[0,0],[14.804,0],[1.041,14.162]],"v":[[3.069,-47.245],[-32.927,-45.495],[-35.677,-96.408],[1.819,-98.408],[24.906,-73.926]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.756,"s":[{"i":[[12.181,0.495],[0,0],[0,0],[0,0],[-0.906,-12.324]],"o":[[0,0],[0,0],[0,0],[14.804,0],[1.041,14.162]],"v":[[3.069,-47.245],[-32.927,-45.495],[-35.677,-96.408],[1.819,-98.408],[24.906,-73.926]],"c":true}],"e":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[-0.264,-12.571]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0.261,12.426]],"v":[[8.652,-45.745],[-33.344,-44.412],[-34.844,-95.658],[6.902,-97.325],[31.239,-71.926]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19.63,"s":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[-0.264,-12.571]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0.261,12.426]],"v":[[8.652,-45.745],[-33.344,-44.412],[-34.844,-95.658],[6.902,-97.325],[31.239,-71.926]],"c":true}],"e":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[-0.885,-14.241]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0.863,14.121]],"v":[[10.735,-44.495],[-33.261,-43.579],[-33.761,-94.908],[11.235,-95.742],[35.822,-70.176]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.505,"s":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[-0.885,-14.241]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0.863,14.121]],"v":[[10.735,-44.495],[-33.261,-43.579],[-33.761,-94.908],[11.235,-95.742],[35.822,-70.176]],"c":true}],"e":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[0,-14.2]],"o":[[0,0],[0,0],[0,0],[12.681,0.408],[0,14.2]],"v":[[14.319,-43.995],[-32.677,-43.245],[-33.177,-93.658],[16.569,-94.658],[39.156,-68.176]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21.376,"s":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[0,-14.2]],"o":[[0,0],[0,0],[0,0],[12.681,0.408],[0,14.2]],"v":[[14.319,-43.995],[-32.677,-43.245],[-33.177,-93.658],[16.569,-94.658],[39.156,-68.176]],"c":true}],"e":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[0,-14.2]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0,14.2]],"v":[[14.819,-42.745],[-32.677,-41.995],[-32.677,-93.658],[16.069,-94.158],[41.406,-67.926]],"c":true}]},{"t":22.2529296875}]},"nm":"B"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"B"}],"ip":15,"op":23,"st":0,"bm":10,"sr":1},{"ddd":0,"ind":27,"ty":4,"nm":"B light blue layer 3 shadow","parent":34,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[5],"e":[40]},{"t":22}]},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0,0],[0,0],[-3.12,0.516],[4.596,42.859],[0,0]],"o":[[0,0],[0,0],[3.12,-0.516],[-5.931,-55.302],[0,0]],"v":[[-58.13,-221.16],[-111.991,-226.753],[-103.289,41.823],[-46.069,-81.698],[-54.696,-253.118]],"c":true}],"e":[{"i":[[0,0],[0,0],[-3.12,0.516],[9.482,45.79],[0,0]],"o":[[0,0],[0,0],[3.12,-0.516],[-11.278,-54.464],[0,0]],"v":[[-9.13,-263.16],[-128.991,-241.753],[-103.289,41.823],[-0.569,37.802],[-54.696,-253.118]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[0,0],[0,0],[-3.12,0.516],[9.482,45.79],[0,0]],"o":[[0,0],[0,0],[3.12,-0.516],[-11.278,-54.464],[0,0]],"v":[[-9.13,-263.16],[-128.991,-241.753],[-103.289,41.823],[-0.569,37.802],[-54.696,-253.118]],"c":true}],"e":[{"i":[[0,0],[0,0],[-3.12,0.516],[-3.803,42.936],[0,0]],"o":[[0,0],[0,0],[3.12,-0.516],[3.803,-42.936],[0,0]],"v":[[-9.13,-263.16],[-128.991,-241.753],[-103.289,41.823],[42.431,32.302],[11.804,-249.118]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[0,0],[0,0],[-3.12,0.516],[-3.803,42.936],[0,0]],"o":[[0,0],[0,0],[3.12,-0.516],[3.803,-42.936],[0,0]],"v":[[-9.13,-263.16],[-128.991,-241.753],[-103.289,41.823],[42.431,32.302],[11.804,-249.118]],"c":true}],"e":[{"i":[[0,0],[0,0],[-3.12,0.516],[-3.803,42.936],[0,0]],"o":[[0,0],[0,0],[3.12,-0.516],[3.803,-42.936],[0,0]],"v":[[-9.13,-263.16],[-128.991,-241.753],[-103.289,41.823],[70.931,-10.698],[8.304,-239.118]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,0],[0,0],[-3.12,0.516],[-3.803,42.936],[0,0]],"o":[[0,0],[0,0],[3.12,-0.516],[3.803,-42.936],[0,0]],"v":[[-9.13,-263.16],[-128.991,-241.753],[-103.289,41.823],[70.931,-10.698],[8.304,-239.118]],"c":true}],"e":[{"i":[[0,0],[0,0],[-3,1],[3,43],[0,0]],"o":[[0,0],[0,0],[3,-1],[-3,-43],[0,0]],"v":[[-47,-270],[-162,-230],[-92,46],[59,30],[-33,-263]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[0,0],[0,0],[-3,1],[3,43],[0,0]],"o":[[0,0],[0,0],[3,-1],[-3,-43],[0,0]],"v":[[-47,-270],[-162,-230],[-92,46],[59,30],[-33,-263]],"c":true}],"e":[{"i":[[0,0],[0,0],[-3,1],[3,43],[0,0]],"o":[[0,0],[0,0],[3,-1],[-3,-43],[0,0]],"v":[[-47,-270],[-162,-230],[-92,46],[41,8],[-35,-264]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[0,0],[0,0],[-3,1],[3,43],[0,0]],"o":[[0,0],[0,0],[3,-1],[-3,-43],[0,0]],"v":[[-47,-270],[-162,-230],[-92,46],[41,8],[-35,-264]],"c":true}],"e":[{"i":[[0,0],[0,0],[-3,1],[-1,39],[0,0]],"o":[[0,0],[0,0],[3,-1],[1.444,-56.302],[0,0]],"v":[[-47,-270],[-162,-230],[-92,46],[70,-17],[3,-268]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0,0],[0,0],[-3,1],[-1,39],[0,0]],"o":[[0,0],[0,0],[3,-1],[1.444,-56.302],[0,0]],"v":[[-47,-270],[-162,-230],[-92,46],[70,-17],[3,-268]],"c":true}],"e":[{"i":[[0,0],[0,0],[-3,1],[9.112,40.348],[0,0]],"o":[[0,0],[0,0],[3,-1],[-12.406,-54.937],[0,0]],"v":[[-47,-270],[-162,-230],[-92,46],[96,-9],[28,-280]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0,0],[0,0],[-3,1],[9.112,40.348],[0,0]],"o":[[0,0],[0,0],[3,-1],[-12.406,-54.937],[0,0]],"v":[[-47,-270],[-162,-230],[-92,46],[96,-9],[28,-280]],"c":true}],"e":[{"i":[[0,0],[0,0],[-3,1],[9.112,40.348],[0,0]],"o":[[0,0],[0,0],[3,-1],[-12.406,-54.937],[0,0]],"v":[[-47,-270],[-162,-230],[-92,46],[96,-19],[50,-287]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0],[-3,1],[9.112,40.348],[0,0]],"o":[[0,0],[0,0],[3,-1],[-12.406,-54.937],[0,0]],"v":[[-47,-270],[-162,-230],[-92,46],[96,-19],[50,-287]],"c":true}],"e":[{"i":[[0,0],[0,0],[-3,1],[9.112,40.348],[0,0]],"o":[[0,0],[0,0],[3,-1],[-12.406,-54.937],[0,0]],"v":[[-47,-270],[-162,-230],[-92,46],[116,-7],[70,-285]],"c":true}]},{"t":18}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[-0.201,21.411],[-0.286,15.23],[2.474,0.203],[0,0],[0,0],[-1.893,-0.375],[-0.662,-1.856]],"o":[[0.134,-14.338],[0.036,-1.896],[-1.912,-0.157],[0,0],[0,0],[0.644,0.128],[1.338,-20.856]],"v":[[-46.509,-50.162],[-44.214,-98.23],[-45.963,-101.593],[-49.132,-100.593],[-55.007,4.75],[-50.857,4.25],[-48.588,6.856]],"c":true}],"e":[{"i":[[0.279,24.912],[0.464,22.605],[2.088,1.343],[0,0],[0,0],[-4.143,-2],[-0.787,-3.981]],"o":[[-0.241,-21.463],[-0.098,-4.771],[-4.242,-2.728],[0,0],[0,0],[3.51,1.694],[-0.037,-19.356]],"v":[[-40.884,-52.662],[-41.839,-108.48],[-44.463,-118.593],[-53.507,-120.718],[-54.757,3.5],[-45.357,4.875],[-39.963,12.856]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0.279,24.912],[0.464,22.605],[2.088,1.343],[0,0],[0,0],[-4.143,-2],[-0.787,-3.981]],"o":[[-0.241,-21.463],[-0.098,-4.771],[-4.242,-2.728],[0,0],[0,0],[3.51,1.694],[-0.037,-19.356]],"v":[[-40.884,-52.662],[-41.839,-108.48],[-44.463,-118.593],[-53.507,-120.718],[-54.757,3.5],[-45.357,4.875],[-39.963,12.856]],"c":true}],"e":[{"i":[[2.509,24.787],[1.952,19.983],[11.463,8.593],[0,0],[0,0],[-8.268,-3.75],[-3.537,-7.856]],"o":[[-1.87,-18.476],[-0.161,-1.645],[-7.865,-5.896],[0,0],[0,0],[10.005,4.538],[-1.787,-20.356]],"v":[[-22.759,-58.037],[-27.839,-117.855],[-38.713,-134.843],[-60.257,-138.093],[-58.257,2.5],[-32.482,4.25],[-15.963,19.356]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[2.509,24.787],[1.952,19.983],[11.463,8.593],[0,0],[0,0],[-8.268,-3.75],[-3.537,-7.856]],"o":[[-1.87,-18.476],[-0.161,-1.645],[-7.865,-5.896],[0,0],[0,0],[10.005,4.538],[-1.787,-20.356]],"v":[[-22.759,-58.037],[-27.839,-117.855],[-38.713,-134.843],[-60.257,-138.093],[-58.257,2.5],[-32.482,4.25],[-15.963,19.356]],"c":true}],"e":[{"i":[[2.509,23.537],[1.952,19.983],[37.213,10.843],[0,0],[0,0],[-37.012,-3.318],[3.87,36.773]],"o":[[-1.969,-18.466],[-0.161,-1.645],[-39.595,-11.537],[0,0],[0,0],[52.982,4.75],[-2.037,-19.356]],"v":[[46.741,-67.787],[41.411,-115.355],[-2.713,-150.593],[-68.757,-153.593],[-61.507,2.25],[4.268,0.25],[56.037,7.356]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[2.509,23.537],[1.952,19.983],[37.213,10.843],[0,0],[0,0],[-37.012,-3.318],[3.87,36.773]],"o":[[-1.969,-18.466],[-0.161,-1.645],[-39.595,-11.537],[0,0],[0,0],[52.982,4.75],[-2.037,-19.356]],"v":[[46.741,-67.787],[41.411,-115.355],[-2.713,-150.593],[-68.757,-153.593],[-61.507,2.25],[4.268,0.25],[56.037,7.356]],"c":true}],"e":[{"i":[[5.869,20.677],[5.339,19.355],[49.963,-14.657],[0,0],[0,0],[-48.018,8.5],[14.463,52.894]],"o":[[-5.241,-18.463],[-6.854,-24.846],[-39.574,11.609],[0,0],[0,0],[56.175,-9.944],[-11.083,-40.532]],"v":[[79.741,-141.537],[64.661,-196.855],[-12.963,-182.843],[-76.257,-168.093],[-64.507,2],[54.518,-20],[98.287,-79.394]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[5.869,20.677],[5.339,19.355],[49.963,-14.657],[0,0],[0,0],[-48.018,8.5],[14.463,52.894]],"o":[[-5.241,-18.463],[-6.854,-24.846],[-39.574,11.609],[0,0],[0,0],[56.175,-9.944],[-11.083,-40.532]],"v":[[79.741,-141.537],[64.661,-196.855],[-12.963,-182.843],[-76.257,-168.093],[-64.507,2],[54.518,-20],[98.287,-79.394]],"c":true}],"e":[{"i":[[7.415,20.175],[10.589,29.855],[50.213,-22.407],[0,0],[0,0],[-48.907,15.377],[14.389,46.029]],"o":[[-8.991,-24.463],[-8.616,-24.291],[-37.662,16.806],[0,0],[0,0],[43.732,-13.75],[-12.537,-40.106]],"v":[[75.491,-152.537],[45.911,-232.355],[-25.463,-197.593],[-83.007,-177.843],[-66.757,2],[45.518,-26.75],[98.787,-83.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[7.415,20.175],[10.589,29.855],[50.213,-22.407],[0,0],[0,0],[-48.907,15.377],[14.389,46.029]],"o":[[-8.991,-24.463],[-8.616,-24.291],[-37.662,16.806],[0,0],[0,0],[43.732,-13.75],[-12.537,-40.106]],"v":[[75.491,-152.537],[45.911,-232.355],[-25.463,-197.593],[-83.007,-177.843],[-66.757,2],[45.518,-26.75],[98.787,-83.894]],"c":true}],"e":[{"i":[[6.732,20.413],[9.339,28.855],[50.213,-22.407],[0,0],[0,0],[-49.459,13.494],[14.043,47.445]],"o":[[-7.491,-22.713],[-7.937,-24.521],[-37.662,16.806],[0,0],[0,0],[43.982,-12],[-12.537,-42.356]],"v":[[73.491,-153.537],[43.411,-239.855],[-29.463,-206.343],[-89.007,-186.343],[-68.507,1.5],[45.518,-26.75],[96.287,-84.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[6.732,20.413],[9.339,28.855],[50.213,-22.407],[0,0],[0,0],[-49.459,13.494],[14.043,47.445]],"o":[[-7.491,-22.713],[-7.937,-24.521],[-37.662,16.806],[0,0],[0,0],[43.982,-12],[-12.537,-42.356]],"v":[[73.491,-153.537],[43.411,-239.855],[-29.463,-206.343],[-89.007,-186.343],[-68.507,1.5],[45.518,-26.75],[96.287,-84.644]],"c":true}],"e":[{"i":[[5.741,20.713],[9.339,28.855],[60.463,-27.657],[0,0],[0,0],[-49.459,13.494],[12.963,47.644]],"o":[[-5.741,-20.713],[-7.937,-24.521],[-37.505,17.155],[0,0],[0,0],[43.982,-12],[-11.586,-42.584]],"v":[[73.741,-153.787],[45.411,-241.855],[-29.713,-213.843],[-93.257,-193.343],[-71.257,0.5],[49.768,-26.5],[95.287,-81.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[5.741,20.713],[9.339,28.855],[60.463,-27.657],[0,0],[0,0],[-49.459,13.494],[12.963,47.644]],"o":[[-5.741,-20.713],[-7.937,-24.521],[-37.505,17.155],[0,0],[0,0],[43.982,-12],[-11.586,-42.584]],"v":[[73.741,-153.787],[45.411,-241.855],[-29.713,-213.843],[-93.257,-193.343],[-71.257,0.5],[49.768,-26.5],[95.287,-81.894]],"c":true}],"e":[{"i":[[5.741,20.713],[7.839,29.855],[63.713,-28.907],[0,0],[0,0],[-50.018,11.25],[12.963,53.394]],"o":[[-5.741,-20.713],[-6.546,-24.929],[-37.557,17.04],[0,0],[0,0],[46.058,-10.359],[-10.749,-44.276]],"v":[[75.741,-154.037],[52.411,-240.355],[-22.963,-222.593],[-96.007,-200.343],[-72.507,1.25],[48.768,-23.5],[95.037,-81.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[5.741,20.713],[7.839,29.855],[63.713,-28.907],[0,0],[0,0],[-50.018,11.25],[12.963,53.394]],"o":[[-5.741,-20.713],[-6.546,-24.929],[-37.557,17.04],[0,0],[0,0],[46.058,-10.359],[-10.749,-44.276]],"v":[[75.741,-154.037],[52.411,-240.355],[-22.963,-222.593],[-96.007,-200.343],[-72.507,1.25],[48.768,-23.5],[95.037,-81.894]],"c":true}],"e":[{"i":[[4.259,17.037],[7.839,29.855],[64.463,-23.407],[0,0],[0,0],[-49.518,7.25],[10.523,50.543]],"o":[[-5.991,-25.463],[-6.546,-24.929],[-38.765,14.076],[0,0],[0,0],[48.964,-7.169],[-9.287,-44.606]],"v":[[76.491,-154.787],[58.161,-239.105],[-23.213,-225.593],[-97.507,-206.343],[-74.007,1.25],[52.268,-20],[94.787,-82.394]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[4.259,17.037],[7.839,29.855],[64.463,-23.407],[0,0],[0,0],[-49.518,7.25],[10.523,50.543]],"o":[[-5.991,-25.463],[-6.546,-24.929],[-38.765,14.076],[0,0],[0,0],[48.964,-7.169],[-9.287,-44.606]],"v":[[76.491,-154.787],[58.161,-239.105],[-23.213,-225.593],[-97.507,-206.343],[-74.007,1.25],[52.268,-20],[94.787,-82.394]],"c":true}],"e":[{"i":[[4.009,18.287],[9.089,30.105],[63.963,-18.157],[0,0],[0,0],[-52.207,5.395],[4.963,38.144]],"o":[[-1.741,-23.713],[-7.236,-23.967],[-39.674,11.262],[0,0],[0,0],[67.732,-7],[-5.852,-44.98]],"v":[[74.491,-158.287],[64.411,-233.605],[-18.713,-229.093],[-96.757,-211.843],[-75.507,0.25],[45.268,-14.75],[94.287,-79.394]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[4.009,18.287],[9.089,30.105],[63.963,-18.157],[0,0],[0,0],[-52.207,5.395],[4.963,38.144]],"o":[[-1.741,-23.713],[-7.236,-23.967],[-39.674,11.262],[0,0],[0,0],[67.732,-7],[-5.852,-44.98]],"v":[[74.491,-158.287],[64.411,-233.605],[-18.713,-229.093],[-96.757,-211.843],[-75.507,0.25],[45.268,-14.75],[94.287,-79.394]],"c":true}],"e":[{"i":[[5.509,15.037],[12.589,49.605],[49.213,-8.907],[0,0],[0,0],[-52.29,4.52],[5.084,46.282]],"o":[[-2.241,-23.713],[-7.654,-30.16],[-40.583,7.345],[0,0],[0,0],[60.732,-5.25],[-5.037,-45.856]],"v":[[73.241,-141.287],[69.161,-222.855],[-16.963,-229.093],[-94.757,-216.843],[-76.507,-0.5],[42.768,-11.75],[94.037,-80.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.963,"s":[{"i":[[5.509,15.037],[12.589,49.605],[49.213,-8.907],[0,0],[0,0],[-52.29,4.52],[5.084,46.282]],"o":[[-2.241,-23.713],[-7.654,-30.16],[-40.583,7.345],[0,0],[0,0],[60.732,-5.25],[-5.037,-45.856]],"v":[[73.241,-141.287],[69.161,-222.855],[-16.963,-229.093],[-94.757,-216.843],[-76.507,-0.5],[42.768,-11.75],[94.037,-80.894]],"c":true}],"e":[{"i":[[15.759,20.037],[2.089,16.855],[46.963,-6.157],[0,0],[0,0],[-32.059,1.901],[3.213,53.144]],"o":[[4.509,-21.713],[-5.161,-61.645],[-32.938,4.318],[0,0],[0,0],[63.232,-3.75],[-3.787,-41.856]],"v":[[68.491,-134.287],[76.911,-187.605],[-8.463,-229.843],[-91.507,-219.843],[-77.257,-0.75],[22.518,-7.25],[94.037,-72.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.93,"s":[{"i":[[15.759,20.037],[2.089,16.855],[46.963,-6.157],[0,0],[0,0],[-32.059,1.901],[3.213,53.144]],"o":[[4.509,-21.713],[-5.161,-61.645],[-32.938,4.318],[0,0],[0,0],[63.232,-3.75],[-3.787,-41.856]],"v":[[68.491,-134.287],[76.911,-187.605],[-8.463,-229.843],[-91.507,-219.843],[-77.257,-0.75],[22.518,-7.25],[94.037,-72.894]],"c":true}],"e":[{"i":[[20.259,14.037],[1.766,21.378],[30.713,-3.907],[0,0],[0,0],[-39.232,1.5],[3.134,56.753]],"o":[[11.509,-19.963],[-4.411,-53.395],[-38.914,4.95],[0,0],[0,0],[39.232,-1.5],[-1.787,-32.356]],"v":[[63.741,-128.537],[77.411,-184.105],[3.537,-230.593],[-88.507,-223.093],[-78.007,-1],[25.018,-5.5],[93.537,-70.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.756,"s":[{"i":[[20.259,14.037],[1.766,21.378],[30.713,-3.907],[0,0],[0,0],[-39.232,1.5],[3.134,56.753]],"o":[[11.509,-19.963],[-4.411,-53.395],[-38.914,4.95],[0,0],[0,0],[39.232,-1.5],[-1.787,-32.356]],"v":[[63.741,-128.537],[77.411,-184.105],[3.537,-230.593],[-88.507,-223.093],[-78.007,-1],[25.018,-5.5],[93.537,-70.894]],"c":true}],"e":[{"i":[[24.259,15.287],[1.029,21.401],[37.213,-2.157],[0,0],[0,0],[0,0],[2.205,48.866]],"o":[[12.683,-14.513],[-3.911,-45.645],[-21.287,1.093],[0,0],[0,0],[45.482,1],[-1.09,-28.807]],"v":[[61.241,-124.787],[78.661,-178.355],[4.787,-229.343],[-86.007,-223.593],[-78.007,-1],[18.768,-3.5],[92.287,-66.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19.63,"s":[{"i":[[24.259,15.287],[1.029,21.401],[37.213,-2.157],[0,0],[0,0],[0,0],[2.205,48.866]],"o":[[12.683,-14.513],[-3.911,-45.645],[-21.287,1.093],[0,0],[0,0],[45.482,1],[-1.09,-28.807]],"v":[[61.241,-124.787],[78.661,-178.355],[4.787,-229.343],[-86.007,-223.593],[-78.007,-1],[18.768,-3.5],[92.287,-66.644]],"c":true}],"e":[{"i":[[22.009,10.287],[0,21.451],[39.713,-1.157],[0,0],[0,0],[0,0],[-0.303,41.088]],"o":[[14.509,-10.713],[0,-38.672],[0,0],[0,0],[0,0],[45.482,1],[0.213,-28.856]],"v":[[58.491,-122.287],[79.161,-171.855],[11.037,-228.593],[-83.507,-224.093],[-78.007,-1],[21.268,-2.5],[92.037,-63.394]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.505,"s":[{"i":[[22.009,10.287],[0,21.451],[39.713,-1.157],[0,0],[0,0],[0,0],[-0.303,41.088]],"o":[[14.509,-10.713],[0,-38.672],[0,0],[0,0],[0,0],[45.482,1],[0.213,-28.856]],"v":[[58.491,-122.287],[79.161,-171.855],[11.037,-228.593],[-83.507,-224.093],[-78.007,-1],[21.268,-2.5],[92.037,-63.394]],"c":true}],"e":[{"i":[[21.149,8.762],[0.374,21.444],[35.338,-1.657],[0,0],[0,0],[0,0],[-0.227,41.088]],"o":[[15.106,-9.064],[-0.705,-39.533],[0,0],[0,0],[0,0],[43.478,0.75],[0.16,-28.893]],"v":[[56.741,-121.162],[79.411,-167.48],[13.912,-227.343],[-81.507,-224.968],[-78.382,-0.75],[19.518,-1.25],[91.287,-62.019]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21.376,"s":[{"i":[[21.149,8.762],[0.374,21.444],[35.338,-1.657],[0,0],[0,0],[0,0],[-0.227,41.088]],"o":[[15.106,-9.064],[-0.705,-39.533],[0,0],[0,0],[0,0],[43.478,0.75],[0.16,-28.893]],"v":[[56.741,-121.162],[79.411,-167.48],[13.912,-227.343],[-81.507,-224.968],[-78.382,-0.75],[19.518,-1.25],[91.287,-62.019]],"c":true}],"e":[{"i":[[21.149,8.762],[0.749,21.438],[32.213,-0.907],[0,0],[0,0],[0,0],[-0.152,41.088]],"o":[[15.106,-9.064],[-1.411,-40.395],[0,0],[0,0],[0,0],[41.473,0.5],[0.106,-28.93]],"v":[[56.241,-119.787],[79.411,-168.105],[13.287,-226.593],[-79.507,-225.843],[-78.757,-0.5],[21.518,-0.5],[90.787,-62.894]],"c":true}]},{"t":22.2529296875}]},"nm":"B"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"B"}],"ip":7,"op":15,"st":0,"bm":10,"sr":1},{"ddd":0,"ind":28,"ty":4,"nm":"B light blue layer 4","parent":34,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[-0.201,21.411],[-0.286,15.23],[2.474,0.203],[0,0],[0,0],[-1.893,-0.375],[-0.662,-1.856]],"o":[[0.134,-14.338],[0.036,-1.896],[-1.912,-0.157],[0,0],[0,0],[0.644,0.128],[1.338,-20.856]],"v":[[-46.509,-50.162],[-44.214,-98.23],[-45.963,-101.593],[-49.132,-100.593],[-55.007,4.75],[-50.857,4.25],[-48.588,6.856]],"c":true}],"e":[{"i":[[0.279,24.912],[0.464,22.605],[2.088,1.343],[0,0],[0,0],[-4.143,-2],[-0.787,-3.981]],"o":[[-0.241,-21.463],[-0.098,-4.771],[-4.242,-2.728],[0,0],[0,0],[3.51,1.694],[-0.037,-19.356]],"v":[[-40.884,-52.662],[-41.839,-108.48],[-44.463,-118.593],[-53.507,-120.718],[-54.757,3.5],[-45.357,4.875],[-39.963,12.856]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0.279,24.912],[0.464,22.605],[2.088,1.343],[0,0],[0,0],[-4.143,-2],[-0.787,-3.981]],"o":[[-0.241,-21.463],[-0.098,-4.771],[-4.242,-2.728],[0,0],[0,0],[3.51,1.694],[-0.037,-19.356]],"v":[[-40.884,-52.662],[-41.839,-108.48],[-44.463,-118.593],[-53.507,-120.718],[-54.757,3.5],[-45.357,4.875],[-39.963,12.856]],"c":true}],"e":[{"i":[[2.509,24.787],[1.952,19.983],[11.463,8.593],[0,0],[0,0],[-8.268,-3.75],[-3.537,-7.856]],"o":[[-1.87,-18.476],[-0.161,-1.645],[-7.865,-5.896],[0,0],[0,0],[10.005,4.538],[-1.787,-20.356]],"v":[[-22.759,-58.037],[-27.839,-117.855],[-38.713,-134.843],[-60.257,-138.093],[-58.257,2.5],[-32.482,4.25],[-15.963,19.356]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[2.509,24.787],[1.952,19.983],[11.463,8.593],[0,0],[0,0],[-8.268,-3.75],[-3.537,-7.856]],"o":[[-1.87,-18.476],[-0.161,-1.645],[-7.865,-5.896],[0,0],[0,0],[10.005,4.538],[-1.787,-20.356]],"v":[[-22.759,-58.037],[-27.839,-117.855],[-38.713,-134.843],[-60.257,-138.093],[-58.257,2.5],[-32.482,4.25],[-15.963,19.356]],"c":true}],"e":[{"i":[[2.509,23.537],[1.952,19.983],[37.213,10.843],[0,0],[0,0],[-37.012,-3.318],[3.87,36.773]],"o":[[-1.969,-18.466],[-0.161,-1.645],[-39.595,-11.537],[0,0],[0,0],[52.982,4.75],[-2.037,-19.356]],"v":[[46.741,-67.787],[41.411,-115.355],[-2.713,-150.593],[-68.757,-153.593],[-61.507,2.25],[4.268,0.25],[56.037,7.356]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[2.509,23.537],[1.952,19.983],[37.213,10.843],[0,0],[0,0],[-37.012,-3.318],[3.87,36.773]],"o":[[-1.969,-18.466],[-0.161,-1.645],[-39.595,-11.537],[0,0],[0,0],[52.982,4.75],[-2.037,-19.356]],"v":[[46.741,-67.787],[41.411,-115.355],[-2.713,-150.593],[-68.757,-153.593],[-61.507,2.25],[4.268,0.25],[56.037,7.356]],"c":true}],"e":[{"i":[[5.869,20.677],[5.339,19.355],[49.963,-14.657],[0,0],[0,0],[-48.018,8.5],[14.463,52.894]],"o":[[-5.241,-18.463],[-6.854,-24.846],[-39.574,11.609],[0,0],[0,0],[56.175,-9.944],[-11.083,-40.532]],"v":[[79.741,-141.537],[64.661,-196.855],[-12.963,-182.843],[-76.257,-168.093],[-64.507,2],[54.518,-20],[98.287,-79.394]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[5.869,20.677],[5.339,19.355],[49.963,-14.657],[0,0],[0,0],[-48.018,8.5],[14.463,52.894]],"o":[[-5.241,-18.463],[-6.854,-24.846],[-39.574,11.609],[0,0],[0,0],[56.175,-9.944],[-11.083,-40.532]],"v":[[79.741,-141.537],[64.661,-196.855],[-12.963,-182.843],[-76.257,-168.093],[-64.507,2],[54.518,-20],[98.287,-79.394]],"c":true}],"e":[{"i":[[7.415,20.175],[10.589,29.855],[50.213,-22.407],[0,0],[0,0],[-48.907,15.377],[14.389,46.029]],"o":[[-8.991,-24.463],[-8.616,-24.291],[-37.662,16.806],[0,0],[0,0],[43.732,-13.75],[-12.537,-40.106]],"v":[[75.491,-152.537],[45.911,-232.355],[-25.463,-197.593],[-83.007,-177.843],[-66.757,2],[45.518,-26.75],[98.787,-83.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[7.415,20.175],[10.589,29.855],[50.213,-22.407],[0,0],[0,0],[-48.907,15.377],[14.389,46.029]],"o":[[-8.991,-24.463],[-8.616,-24.291],[-37.662,16.806],[0,0],[0,0],[43.732,-13.75],[-12.537,-40.106]],"v":[[75.491,-152.537],[45.911,-232.355],[-25.463,-197.593],[-83.007,-177.843],[-66.757,2],[45.518,-26.75],[98.787,-83.894]],"c":true}],"e":[{"i":[[6.732,20.413],[9.339,28.855],[50.213,-22.407],[0,0],[0,0],[-49.459,13.494],[14.043,47.445]],"o":[[-7.491,-22.713],[-7.937,-24.521],[-37.662,16.806],[0,0],[0,0],[43.982,-12],[-12.537,-42.356]],"v":[[73.491,-153.537],[43.411,-239.855],[-29.463,-206.343],[-89.007,-186.343],[-68.507,1.5],[45.518,-26.75],[96.287,-84.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[6.732,20.413],[9.339,28.855],[50.213,-22.407],[0,0],[0,0],[-49.459,13.494],[14.043,47.445]],"o":[[-7.491,-22.713],[-7.937,-24.521],[-37.662,16.806],[0,0],[0,0],[43.982,-12],[-12.537,-42.356]],"v":[[73.491,-153.537],[43.411,-239.855],[-29.463,-206.343],[-89.007,-186.343],[-68.507,1.5],[45.518,-26.75],[96.287,-84.644]],"c":true}],"e":[{"i":[[5.741,20.713],[9.339,28.855],[60.463,-27.657],[0,0],[0,0],[-49.459,13.494],[12.963,47.644]],"o":[[-5.741,-20.713],[-7.937,-24.521],[-37.505,17.155],[0,0],[0,0],[43.982,-12],[-11.586,-42.584]],"v":[[73.741,-153.787],[45.411,-241.855],[-29.713,-213.843],[-93.257,-193.343],[-71.257,0.5],[49.768,-26.5],[95.287,-81.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[5.741,20.713],[9.339,28.855],[60.463,-27.657],[0,0],[0,0],[-49.459,13.494],[12.963,47.644]],"o":[[-5.741,-20.713],[-7.937,-24.521],[-37.505,17.155],[0,0],[0,0],[43.982,-12],[-11.586,-42.584]],"v":[[73.741,-153.787],[45.411,-241.855],[-29.713,-213.843],[-93.257,-193.343],[-71.257,0.5],[49.768,-26.5],[95.287,-81.894]],"c":true}],"e":[{"i":[[5.741,20.713],[7.839,29.855],[63.713,-28.907],[0,0],[0,0],[-50.018,11.25],[12.963,53.394]],"o":[[-5.741,-20.713],[-6.546,-24.929],[-37.557,17.04],[0,0],[0,0],[46.058,-10.359],[-10.749,-44.276]],"v":[[75.741,-154.037],[52.411,-240.355],[-22.963,-222.593],[-96.007,-200.343],[-72.507,1.25],[48.768,-23.5],[95.037,-81.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[5.741,20.713],[7.839,29.855],[63.713,-28.907],[0,0],[0,0],[-50.018,11.25],[12.963,53.394]],"o":[[-5.741,-20.713],[-6.546,-24.929],[-37.557,17.04],[0,0],[0,0],[46.058,-10.359],[-10.749,-44.276]],"v":[[75.741,-154.037],[52.411,-240.355],[-22.963,-222.593],[-96.007,-200.343],[-72.507,1.25],[48.768,-23.5],[95.037,-81.894]],"c":true}],"e":[{"i":[[4.259,17.037],[7.839,29.855],[64.463,-23.407],[0,0],[0,0],[-49.518,7.25],[10.523,50.543]],"o":[[-5.991,-25.463],[-6.546,-24.929],[-38.765,14.076],[0,0],[0,0],[48.964,-7.169],[-9.287,-44.606]],"v":[[76.491,-154.787],[58.161,-239.105],[-23.213,-225.593],[-97.507,-206.343],[-74.007,1.25],[52.268,-20],[94.787,-82.394]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[4.259,17.037],[7.839,29.855],[64.463,-23.407],[0,0],[0,0],[-49.518,7.25],[10.523,50.543]],"o":[[-5.991,-25.463],[-6.546,-24.929],[-38.765,14.076],[0,0],[0,0],[48.964,-7.169],[-9.287,-44.606]],"v":[[76.491,-154.787],[58.161,-239.105],[-23.213,-225.593],[-97.507,-206.343],[-74.007,1.25],[52.268,-20],[94.787,-82.394]],"c":true}],"e":[{"i":[[4.009,18.287],[9.089,30.105],[63.963,-18.157],[0,0],[0,0],[-52.207,5.395],[4.963,38.144]],"o":[[-1.741,-23.713],[-7.236,-23.967],[-39.674,11.262],[0,0],[0,0],[67.732,-7],[-5.852,-44.98]],"v":[[74.491,-158.287],[64.411,-233.605],[-18.713,-229.093],[-96.757,-211.843],[-75.507,0.25],[45.268,-14.75],[94.287,-79.394]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[4.009,18.287],[9.089,30.105],[63.963,-18.157],[0,0],[0,0],[-52.207,5.395],[4.963,38.144]],"o":[[-1.741,-23.713],[-7.236,-23.967],[-39.674,11.262],[0,0],[0,0],[67.732,-7],[-5.852,-44.98]],"v":[[74.491,-158.287],[64.411,-233.605],[-18.713,-229.093],[-96.757,-211.843],[-75.507,0.25],[45.268,-14.75],[94.287,-79.394]],"c":true}],"e":[{"i":[[5.509,15.037],[12.589,49.605],[49.213,-8.907],[0,0],[0,0],[-52.29,4.52],[5.084,46.282]],"o":[[-2.241,-23.713],[-7.654,-30.16],[-40.583,7.345],[0,0],[0,0],[60.732,-5.25],[-5.037,-45.856]],"v":[[73.241,-141.287],[69.161,-222.855],[-16.963,-229.093],[-94.757,-216.843],[-76.507,-0.5],[42.768,-11.75],[94.037,-80.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.963,"s":[{"i":[[5.509,15.037],[12.589,49.605],[49.213,-8.907],[0,0],[0,0],[-52.29,4.52],[5.084,46.282]],"o":[[-2.241,-23.713],[-7.654,-30.16],[-40.583,7.345],[0,0],[0,0],[60.732,-5.25],[-5.037,-45.856]],"v":[[73.241,-141.287],[69.161,-222.855],[-16.963,-229.093],[-94.757,-216.843],[-76.507,-0.5],[42.768,-11.75],[94.037,-80.894]],"c":true}],"e":[{"i":[[15.759,20.037],[2.089,16.855],[46.963,-6.157],[0,0],[0,0],[-32.059,1.901],[3.213,53.144]],"o":[[4.509,-21.713],[-5.161,-61.645],[-32.938,4.318],[0,0],[0,0],[63.232,-3.75],[-3.787,-41.856]],"v":[[68.491,-134.287],[76.911,-187.605],[-8.463,-229.843],[-91.507,-219.843],[-77.257,-0.75],[22.518,-7.25],[94.037,-72.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.93,"s":[{"i":[[15.759,20.037],[2.089,16.855],[46.963,-6.157],[0,0],[0,0],[-32.059,1.901],[3.213,53.144]],"o":[[4.509,-21.713],[-5.161,-61.645],[-32.938,4.318],[0,0],[0,0],[63.232,-3.75],[-3.787,-41.856]],"v":[[68.491,-134.287],[76.911,-187.605],[-8.463,-229.843],[-91.507,-219.843],[-77.257,-0.75],[22.518,-7.25],[94.037,-72.894]],"c":true}],"e":[{"i":[[20.259,14.037],[1.766,21.378],[30.713,-3.907],[0,0],[0,0],[-39.232,1.5],[3.134,56.753]],"o":[[11.509,-19.963],[-4.411,-53.395],[-38.914,4.95],[0,0],[0,0],[39.232,-1.5],[-1.787,-32.356]],"v":[[63.741,-128.537],[77.411,-184.105],[3.537,-230.593],[-88.507,-223.093],[-78.007,-1],[25.018,-5.5],[93.537,-70.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.756,"s":[{"i":[[20.259,14.037],[1.766,21.378],[30.713,-3.907],[0,0],[0,0],[-39.232,1.5],[3.134,56.753]],"o":[[11.509,-19.963],[-4.411,-53.395],[-38.914,4.95],[0,0],[0,0],[39.232,-1.5],[-1.787,-32.356]],"v":[[63.741,-128.537],[77.411,-184.105],[3.537,-230.593],[-88.507,-223.093],[-78.007,-1],[25.018,-5.5],[93.537,-70.894]],"c":true}],"e":[{"i":[[24.259,15.287],[1.029,21.401],[37.213,-2.157],[0,0],[0,0],[0,0],[2.205,48.866]],"o":[[12.683,-14.513],[-3.911,-45.645],[-21.287,1.093],[0,0],[0,0],[45.482,1],[-1.09,-28.807]],"v":[[61.241,-124.787],[78.661,-178.355],[4.787,-229.343],[-86.007,-223.593],[-78.007,-1],[18.768,-3.5],[92.287,-66.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19.63,"s":[{"i":[[24.259,15.287],[1.029,21.401],[37.213,-2.157],[0,0],[0,0],[0,0],[2.205,48.866]],"o":[[12.683,-14.513],[-3.911,-45.645],[-21.287,1.093],[0,0],[0,0],[45.482,1],[-1.09,-28.807]],"v":[[61.241,-124.787],[78.661,-178.355],[4.787,-229.343],[-86.007,-223.593],[-78.007,-1],[18.768,-3.5],[92.287,-66.644]],"c":true}],"e":[{"i":[[22.009,10.287],[0,21.451],[39.713,-1.157],[0,0],[0,0],[0,0],[-0.303,41.088]],"o":[[14.509,-10.713],[0,-38.672],[0,0],[0,0],[0,0],[45.482,1],[0.213,-28.856]],"v":[[58.491,-122.287],[79.161,-171.855],[11.037,-228.593],[-83.507,-224.093],[-78.007,-1],[21.268,-2.5],[92.037,-63.394]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.505,"s":[{"i":[[22.009,10.287],[0,21.451],[39.713,-1.157],[0,0],[0,0],[0,0],[-0.303,41.088]],"o":[[14.509,-10.713],[0,-38.672],[0,0],[0,0],[0,0],[45.482,1],[0.213,-28.856]],"v":[[58.491,-122.287],[79.161,-171.855],[11.037,-228.593],[-83.507,-224.093],[-78.007,-1],[21.268,-2.5],[92.037,-63.394]],"c":true}],"e":[{"i":[[21.149,8.762],[0.374,21.444],[35.338,-1.657],[0,0],[0,0],[0,0],[-0.227,41.088]],"o":[[15.106,-9.064],[-0.705,-39.533],[0,0],[0,0],[0,0],[43.478,0.75],[0.16,-28.893]],"v":[[56.741,-121.162],[79.411,-167.48],[13.912,-227.343],[-81.507,-224.968],[-78.382,-0.75],[19.518,-1.25],[91.287,-62.019]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21.376,"s":[{"i":[[21.149,8.762],[0.374,21.444],[35.338,-1.657],[0,0],[0,0],[0,0],[-0.227,41.088]],"o":[[15.106,-9.064],[-0.705,-39.533],[0,0],[0,0],[0,0],[43.478,0.75],[0.16,-28.893]],"v":[[56.741,-121.162],[79.411,-167.48],[13.912,-227.343],[-81.507,-224.968],[-78.382,-0.75],[19.518,-1.25],[91.287,-62.019]],"c":true}],"e":[{"i":[[21.149,8.762],[0.749,21.438],[32.213,-0.907],[0,0],[0,0],[0,0],[-0.152,41.088]],"o":[[15.106,-9.064],[-1.411,-40.395],[0,0],[0,0],[0,0],[41.473,0.5],[0.106,-28.93]],"v":[[56.241,-119.787],[79.411,-168.105],[13.287,-226.593],[-79.507,-225.843],[-78.757,-0.5],[21.518,-0.5],[90.787,-62.894]],"c":true}]},{"t":22.2529296875}]},"nm":"B"},{"ind":1,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[-2.154,-14.341],[5.939,-1.064],[0,0],[0,0],[0,0]],"o":[[2.109,14.042],[0,0],[0,0],[0,0],[3.862,-1.474]],"v":[[-268.103,-143.239],[-271.189,-115.936],[-276.731,-115.148],[-282.154,-159.988],[-277.112,-161.276]],"c":true}],"e":[{"i":[[-2.154,-14.341],[5.939,-1.064],[0,0],[0,0],[0,0]],"o":[[2.109,14.042],[0,0],[0,0],[0,0],[3.862,-1.474]],"v":[[-36.103,-162.739],[-39.189,-135.436],[-44.731,-134.648],[-50.154,-179.488],[-45.112,-180.776]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[-2.154,-14.341],[5.939,-1.064],[0,0],[0,0],[0,0]],"o":[[2.109,14.042],[0,0],[0,0],[0,0],[3.862,-1.474]],"v":[[-36.103,-162.739],[-39.189,-135.436],[-44.731,-134.648],[-50.154,-179.488],[-45.112,-180.776]],"c":true}],"e":[{"i":[[-2.154,-14.341],[7.939,-1.814],[0,0],[0,0],[0,0]],"o":[[2.109,14.042],[0,0],[0,0],[0,0],[7.862,-1.724]],"v":[[-22.103,-167.239],[-29.189,-138.186],[-43.481,-135.648],[-49.154,-181.988],[-37.862,-184.776]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[-2.154,-14.341],[7.939,-1.814],[0,0],[0,0],[0,0]],"o":[[2.109,14.042],[0,0],[0,0],[0,0],[7.862,-1.724]],"v":[[-22.103,-167.239],[-29.189,-138.186],[-43.481,-135.648],[-49.154,-181.988],[-37.862,-184.776]],"c":true}],"e":[{"i":[[-2.154,-14.341],[7.939,-1.814],[0,0],[0,0],[0,0]],"o":[[2.109,14.042],[0,0],[0,0],[0,0],[10.862,0.026]],"v":[[-9.353,-166.739],[-20.189,-138.686],[-42.231,-135.648],[-46.654,-183.988],[-26.862,-187.276]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.963,"s":[{"i":[[-2.154,-14.341],[7.939,-1.814],[0,0],[0,0],[0,0]],"o":[[2.109,14.042],[0,0],[0,0],[0,0],[10.862,0.026]],"v":[[-9.353,-166.739],[-20.189,-138.686],[-42.231,-135.648],[-46.654,-183.988],[-26.862,-187.276]],"c":true}],"e":[{"i":[[-1.634,-14.432],[15.643,-0.316],[0,0],[0,0],[0,0]],"o":[[1.499,13.233],[0,0],[0,0],[0,0],[12.13,-2.72]],"v":[[1.501,-165.483],[-19.143,-137.184],[-39.891,-135.152],[-43.647,-185.494],[-18.285,-187.276]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.93,"s":[{"i":[[-1.634,-14.432],[15.643,-0.316],[0,0],[0,0],[0,0]],"o":[[1.499,13.233],[0,0],[0,0],[0,0],[12.13,-2.72]],"v":[[1.501,-165.483],[-19.143,-137.184],[-39.891,-135.152],[-43.647,-185.494],[-18.285,-187.276]],"c":true}],"e":[{"i":[[-2.154,-14.341],[17.439,-2.814],[0,0],[0,0],[0,0]],"o":[[2.109,14.042],[0,0],[0,0],[0,0],[13.612,-1.724]],"v":[[10.147,-167.739],[-8.939,-136.936],[-38.481,-134.898],[-40.154,-185.488],[-12.862,-186.776]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.756,"s":[{"i":[[-2.154,-14.341],[17.439,-2.814],[0,0],[0,0],[0,0]],"o":[[2.109,14.042],[0,0],[0,0],[0,0],[13.612,-1.724]],"v":[[10.147,-167.739],[-8.939,-136.936],[-38.481,-134.898],[-40.154,-185.488],[-12.862,-186.776]],"c":true}],"e":[{"i":[[-1.534,-14.395],[14.273,-2.231],[0,0],[0,0],[0,0]],"o":[[1.502,14.095],[0,0],[0,0],[0,0],[14.778,1.383]],"v":[[17.998,-164.132],[-2.523,-136.269],[-36.047,-134.41],[-37.912,-185.525],[-5.028,-187.133]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19.63,"s":[{"i":[[-1.534,-14.395],[14.273,-2.231],[0,0],[0,0],[0,0]],"o":[[1.502,14.095],[0,0],[0,0],[0,0],[14.778,1.383]],"v":[[17.998,-164.132],[-2.523,-136.269],[-36.047,-134.41],[-37.912,-185.525],[-5.028,-187.133]],"c":true}],"e":[{"i":[[-0.767,-14.448],[16.041,-0.938],[0,0],[0,0],[0,0]],"o":[[0.751,14.147],[0,0],[0,0],[0,0],[14.678,-0.575]],"v":[[23.139,-163.775],[0.762,-135.102],[-34.862,-134.172],[-35.92,-185.061],[-3.241,-186.241]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.505,"s":[{"i":[[-0.767,-14.448],[16.041,-0.938],[0,0],[0,0],[0,0]],"o":[[0.751,14.147],[0,0],[0,0],[0,0],[14.678,-0.575]],"v":[[23.139,-163.775],[0.762,-135.102],[-34.862,-134.172],[-35.92,-185.061],[-3.241,-186.241]],"c":true}],"e":[{"i":[[0,-14.502],[14.502,0],[0,0],[0,0],[0,0]],"o":[[0,14.2],[0,0],[0,0],[0,0],[14.502,0]],"v":[[27.029,-160.917],[4.297,-134.435],[-33.677,-133.685],[-33.677,-184.598],[2.797,-185.348]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21.376,"s":[{"i":[[0,-14.502],[14.502,0],[0,0],[0,0],[0,0]],"o":[[0,14.2],[0,0],[0,0],[0,0],[14.502,0]],"v":[[27.029,-160.917],[4.297,-134.435],[-33.677,-133.685],[-33.677,-184.598],[2.797,-185.348]],"c":true}],"e":[{"i":[[0,-14.502],[16.037,-0.065],[0,0],[0,0],[0,0]],"o":[[0,14.2],[0,0],[0,0],[0,0],[14.502,0]],"v":[[30.363,-160.417],[4.963,-133.935],[-32.927,-133.268],[-32.927,-184.014],[3.297,-184.848]],"c":true}]},{"t":22.2529296875}]},"nm":"B"},{"ind":2,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[7.181,0.245],[0,0],[0,0],[0,0],[-2.656,-14.324]],"o":[[0,0],[0,0],[0,0],[5.681,-0.592],[2.589,13.962]],"v":[[-272.931,-26.995],[-280.427,-25.995],[-286.427,-75.158],[-279.181,-76.658],[-269.094,-56.926]],"c":true}],"e":[{"i":[[7.181,0.245],[0,0],[0,0],[0,0],[-2.656,-14.324]],"o":[[0,0],[0,0],[0,0],[5.681,-0.592],[2.589,13.962]],"v":[[-25.931,-49.995],[-33.427,-48.995],[-39.427,-98.158],[-32.181,-99.658],[-22.094,-79.926]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[7.181,0.245],[0,0],[0,0],[0,0],[-2.656,-14.324]],"o":[[0,0],[0,0],[0,0],[5.681,-0.592],[2.589,13.962]],"v":[[-25.931,-49.995],[-33.427,-48.995],[-39.427,-98.158],[-32.181,-99.658],[-22.094,-79.926]],"c":true}],"e":[{"i":[[13.431,-1.505],[0,0],[0,0],[0,0],[-2.656,-14.324]],"o":[[0,0],[0,0],[0,0],[7.681,-0.842],[2.589,13.962]],"v":[[-17.681,-50.245],[-33.677,-48.495],[-39.427,-98.158],[-22.431,-100.908],[-7.094,-82.426]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[13.431,-1.505],[0,0],[0,0],[0,0],[-2.656,-14.324]],"o":[[0,0],[0,0],[0,0],[7.681,-0.842],[2.589,13.962]],"v":[[-17.681,-50.245],[-33.677,-48.495],[-39.427,-98.158],[-22.431,-100.908],[-7.094,-82.426]],"c":true}],"e":[{"i":[[13.431,-1.505],[0,0],[0,0],[0,0],[-2.656,-14.324]],"o":[[0,0],[0,0],[0,0],[11.931,0.158],[2.589,13.962]],"v":[[-9.181,-49.745],[-33.677,-47.745],[-37.927,-97.908],[-12.681,-100.908],[5.906,-78.676]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.963,"s":[{"i":[[13.431,-1.505],[0,0],[0,0],[0,0],[-2.656,-14.324]],"o":[[0,0],[0,0],[0,0],[11.931,0.158],[2.589,13.962]],"v":[[-9.181,-49.745],[-33.677,-47.745],[-37.927,-97.908],[-12.681,-100.908],[5.906,-78.676]],"c":true}],"e":[{"i":[[14.118,-0.752],[0,0],[0,0],[0,0],[-1.406,-16.074]],"o":[[0,0],[0,0],[0,0],[11.868,-1.421],[1.237,14.146]],"v":[[-2.681,-47.745],[-34.177,-45.745],[-36.927,-96.908],[-7.181,-99.908],[16.656,-76.926]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.93,"s":[{"i":[[14.118,-0.752],[0,0],[0,0],[0,0],[-1.406,-16.074]],"o":[[0,0],[0,0],[0,0],[11.868,-1.421],[1.237,14.146]],"v":[[-2.681,-47.745],[-34.177,-45.745],[-36.927,-96.908],[-7.181,-99.908],[16.656,-76.926]],"c":true}],"e":[{"i":[[12.181,0.495],[0,0],[0,0],[0,0],[-0.906,-12.324]],"o":[[0,0],[0,0],[0,0],[14.804,0],[1.041,14.162]],"v":[[3.069,-47.245],[-32.927,-45.495],[-35.677,-96.408],[1.819,-98.408],[24.906,-73.926]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.756,"s":[{"i":[[12.181,0.495],[0,0],[0,0],[0,0],[-0.906,-12.324]],"o":[[0,0],[0,0],[0,0],[14.804,0],[1.041,14.162]],"v":[[3.069,-47.245],[-32.927,-45.495],[-35.677,-96.408],[1.819,-98.408],[24.906,-73.926]],"c":true}],"e":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[-0.264,-12.571]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0.261,12.426]],"v":[[8.652,-45.745],[-33.344,-44.412],[-34.844,-95.658],[6.902,-97.325],[31.239,-71.926]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19.63,"s":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[-0.264,-12.571]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0.261,12.426]],"v":[[8.652,-45.745],[-33.344,-44.412],[-34.844,-95.658],[6.902,-97.325],[31.239,-71.926]],"c":true}],"e":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[-0.885,-14.241]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0.863,14.121]],"v":[[10.735,-44.495],[-33.261,-43.579],[-33.761,-94.908],[11.235,-95.742],[35.822,-70.176]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.505,"s":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[-0.885,-14.241]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0.863,14.121]],"v":[[10.735,-44.495],[-33.261,-43.579],[-33.761,-94.908],[11.235,-95.742],[35.822,-70.176]],"c":true}],"e":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[0,-14.2]],"o":[[0,0],[0,0],[0,0],[12.681,0.408],[0,14.2]],"v":[[14.319,-43.995],[-32.677,-43.245],[-33.177,-93.658],[16.569,-94.658],[39.156,-68.176]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21.376,"s":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[0,-14.2]],"o":[[0,0],[0,0],[0,0],[12.681,0.408],[0,14.2]],"v":[[14.319,-43.995],[-32.677,-43.245],[-33.177,-93.658],[16.569,-94.658],[39.156,-68.176]],"c":true}],"e":[{"i":[[14.804,0],[0,0],[0,0],[0,0],[0,-14.2]],"o":[[0,0],[0,0],[0,0],[14.804,0],[0,14.2]],"v":[[14.819,-42.745],[-32.677,-41.995],[-32.677,-93.658],[16.069,-94.158],[41.406,-67.926]],"c":true}]},{"t":22.2529296875}]},"nm":"B"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"B"}],"ip":15,"op":23,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":29,"ty":4,"nm":"B light blue layer 3","parent":34,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[-0.201,21.411],[-0.286,15.23],[2.474,0.203],[0,0],[0,0],[-1.893,-0.375],[-0.662,-1.856]],"o":[[0.134,-14.338],[0.036,-1.896],[-1.912,-0.157],[0,0],[0,0],[0.644,0.128],[1.338,-20.856]],"v":[[-46.509,-50.162],[-44.214,-98.23],[-45.963,-101.593],[-49.132,-100.593],[-55.007,4.75],[-50.857,4.25],[-48.588,6.856]],"c":true}],"e":[{"i":[[0.279,24.912],[0.464,22.605],[2.088,1.343],[0,0],[0,0],[-4.143,-2],[-0.787,-3.981]],"o":[[-0.241,-21.463],[-0.098,-4.771],[-4.242,-2.728],[0,0],[0,0],[3.51,1.694],[-0.037,-19.356]],"v":[[-40.884,-52.662],[-41.839,-108.48],[-44.463,-118.593],[-53.507,-120.718],[-54.757,3.5],[-45.357,4.875],[-39.963,12.856]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0.279,24.912],[0.464,22.605],[2.088,1.343],[0,0],[0,0],[-4.143,-2],[-0.787,-3.981]],"o":[[-0.241,-21.463],[-0.098,-4.771],[-4.242,-2.728],[0,0],[0,0],[3.51,1.694],[-0.037,-19.356]],"v":[[-40.884,-52.662],[-41.839,-108.48],[-44.463,-118.593],[-53.507,-120.718],[-54.757,3.5],[-45.357,4.875],[-39.963,12.856]],"c":true}],"e":[{"i":[[2.509,24.787],[1.952,19.983],[11.463,8.593],[0,0],[0,0],[-8.268,-3.75],[-3.537,-7.856]],"o":[[-1.87,-18.476],[-0.161,-1.645],[-7.865,-5.896],[0,0],[0,0],[10.005,4.538],[-1.787,-20.356]],"v":[[-22.759,-58.037],[-27.839,-117.855],[-38.713,-134.843],[-60.257,-138.093],[-58.257,2.5],[-32.482,4.25],[-15.963,19.356]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[2.509,24.787],[1.952,19.983],[11.463,8.593],[0,0],[0,0],[-8.268,-3.75],[-3.537,-7.856]],"o":[[-1.87,-18.476],[-0.161,-1.645],[-7.865,-5.896],[0,0],[0,0],[10.005,4.538],[-1.787,-20.356]],"v":[[-22.759,-58.037],[-27.839,-117.855],[-38.713,-134.843],[-60.257,-138.093],[-58.257,2.5],[-32.482,4.25],[-15.963,19.356]],"c":true}],"e":[{"i":[[2.509,23.537],[1.952,19.983],[37.213,10.843],[0,0],[0,0],[-37.012,-3.318],[3.87,36.773]],"o":[[-1.969,-18.466],[-0.161,-1.645],[-39.595,-11.537],[0,0],[0,0],[52.982,4.75],[-2.037,-19.356]],"v":[[46.741,-67.787],[41.411,-115.355],[-2.713,-150.593],[-68.757,-153.593],[-61.507,2.25],[4.268,0.25],[56.037,7.356]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[2.509,23.537],[1.952,19.983],[37.213,10.843],[0,0],[0,0],[-37.012,-3.318],[3.87,36.773]],"o":[[-1.969,-18.466],[-0.161,-1.645],[-39.595,-11.537],[0,0],[0,0],[52.982,4.75],[-2.037,-19.356]],"v":[[46.741,-67.787],[41.411,-115.355],[-2.713,-150.593],[-68.757,-153.593],[-61.507,2.25],[4.268,0.25],[56.037,7.356]],"c":true}],"e":[{"i":[[5.869,20.677],[5.339,19.355],[49.963,-14.657],[0,0],[0,0],[-48.018,8.5],[14.463,52.894]],"o":[[-5.241,-18.463],[-6.854,-24.846],[-39.574,11.609],[0,0],[0,0],[56.175,-9.944],[-11.083,-40.532]],"v":[[79.741,-141.537],[64.661,-196.855],[-12.963,-182.843],[-76.257,-168.093],[-64.507,2],[54.518,-20],[98.287,-79.394]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[5.869,20.677],[5.339,19.355],[49.963,-14.657],[0,0],[0,0],[-48.018,8.5],[14.463,52.894]],"o":[[-5.241,-18.463],[-6.854,-24.846],[-39.574,11.609],[0,0],[0,0],[56.175,-9.944],[-11.083,-40.532]],"v":[[79.741,-141.537],[64.661,-196.855],[-12.963,-182.843],[-76.257,-168.093],[-64.507,2],[54.518,-20],[98.287,-79.394]],"c":true}],"e":[{"i":[[7.415,20.175],[10.589,29.855],[50.213,-22.407],[0,0],[0,0],[-48.907,15.377],[14.389,46.029]],"o":[[-8.991,-24.463],[-8.616,-24.291],[-37.662,16.806],[0,0],[0,0],[43.732,-13.75],[-12.537,-40.106]],"v":[[75.491,-152.537],[45.911,-232.355],[-25.463,-197.593],[-83.007,-177.843],[-66.757,2],[45.518,-26.75],[98.787,-83.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[7.415,20.175],[10.589,29.855],[50.213,-22.407],[0,0],[0,0],[-48.907,15.377],[14.389,46.029]],"o":[[-8.991,-24.463],[-8.616,-24.291],[-37.662,16.806],[0,0],[0,0],[43.732,-13.75],[-12.537,-40.106]],"v":[[75.491,-152.537],[45.911,-232.355],[-25.463,-197.593],[-83.007,-177.843],[-66.757,2],[45.518,-26.75],[98.787,-83.894]],"c":true}],"e":[{"i":[[6.732,20.413],[9.339,28.855],[50.213,-22.407],[0,0],[0,0],[-49.459,13.494],[14.043,47.445]],"o":[[-7.491,-22.713],[-7.937,-24.521],[-37.662,16.806],[0,0],[0,0],[43.982,-12],[-12.537,-42.356]],"v":[[73.491,-153.537],[43.411,-239.855],[-29.463,-206.343],[-89.007,-186.343],[-68.507,1.5],[45.518,-26.75],[96.287,-84.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[6.732,20.413],[9.339,28.855],[50.213,-22.407],[0,0],[0,0],[-49.459,13.494],[14.043,47.445]],"o":[[-7.491,-22.713],[-7.937,-24.521],[-37.662,16.806],[0,0],[0,0],[43.982,-12],[-12.537,-42.356]],"v":[[73.491,-153.537],[43.411,-239.855],[-29.463,-206.343],[-89.007,-186.343],[-68.507,1.5],[45.518,-26.75],[96.287,-84.644]],"c":true}],"e":[{"i":[[5.741,20.713],[9.339,28.855],[60.463,-27.657],[0,0],[0,0],[-49.459,13.494],[12.963,47.644]],"o":[[-5.741,-20.713],[-7.937,-24.521],[-37.505,17.155],[0,0],[0,0],[43.982,-12],[-11.586,-42.584]],"v":[[73.741,-153.787],[45.411,-241.855],[-29.713,-213.843],[-93.257,-193.343],[-71.257,0.5],[49.768,-26.5],[95.287,-81.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[5.741,20.713],[9.339,28.855],[60.463,-27.657],[0,0],[0,0],[-49.459,13.494],[12.963,47.644]],"o":[[-5.741,-20.713],[-7.937,-24.521],[-37.505,17.155],[0,0],[0,0],[43.982,-12],[-11.586,-42.584]],"v":[[73.741,-153.787],[45.411,-241.855],[-29.713,-213.843],[-93.257,-193.343],[-71.257,0.5],[49.768,-26.5],[95.287,-81.894]],"c":true}],"e":[{"i":[[5.741,20.713],[7.839,29.855],[63.713,-28.907],[0,0],[0,0],[-50.018,11.25],[12.963,53.394]],"o":[[-5.741,-20.713],[-6.546,-24.929],[-37.557,17.04],[0,0],[0,0],[46.058,-10.359],[-10.749,-44.276]],"v":[[75.741,-154.037],[52.411,-240.355],[-22.963,-222.593],[-96.007,-200.343],[-72.507,1.25],[48.768,-23.5],[95.037,-81.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[5.741,20.713],[7.839,29.855],[63.713,-28.907],[0,0],[0,0],[-50.018,11.25],[12.963,53.394]],"o":[[-5.741,-20.713],[-6.546,-24.929],[-37.557,17.04],[0,0],[0,0],[46.058,-10.359],[-10.749,-44.276]],"v":[[75.741,-154.037],[52.411,-240.355],[-22.963,-222.593],[-96.007,-200.343],[-72.507,1.25],[48.768,-23.5],[95.037,-81.894]],"c":true}],"e":[{"i":[[4.259,17.037],[7.839,29.855],[64.463,-23.407],[0,0],[0,0],[-49.518,7.25],[10.523,50.543]],"o":[[-5.991,-25.463],[-6.546,-24.929],[-38.765,14.076],[0,0],[0,0],[48.964,-7.169],[-9.287,-44.606]],"v":[[76.491,-154.787],[58.161,-239.105],[-23.213,-225.593],[-97.507,-206.343],[-74.007,1.25],[52.268,-20],[94.787,-82.394]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[4.259,17.037],[7.839,29.855],[64.463,-23.407],[0,0],[0,0],[-49.518,7.25],[10.523,50.543]],"o":[[-5.991,-25.463],[-6.546,-24.929],[-38.765,14.076],[0,0],[0,0],[48.964,-7.169],[-9.287,-44.606]],"v":[[76.491,-154.787],[58.161,-239.105],[-23.213,-225.593],[-97.507,-206.343],[-74.007,1.25],[52.268,-20],[94.787,-82.394]],"c":true}],"e":[{"i":[[4.009,18.287],[9.089,30.105],[63.963,-18.157],[0,0],[0,0],[-52.207,5.395],[4.963,38.144]],"o":[[-1.741,-23.713],[-7.236,-23.967],[-39.674,11.262],[0,0],[0,0],[67.732,-7],[-5.852,-44.98]],"v":[[74.491,-158.287],[64.411,-233.605],[-18.713,-229.093],[-96.757,-211.843],[-75.507,0.25],[45.268,-14.75],[94.287,-79.394]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[4.009,18.287],[9.089,30.105],[63.963,-18.157],[0,0],[0,0],[-52.207,5.395],[4.963,38.144]],"o":[[-1.741,-23.713],[-7.236,-23.967],[-39.674,11.262],[0,0],[0,0],[67.732,-7],[-5.852,-44.98]],"v":[[74.491,-158.287],[64.411,-233.605],[-18.713,-229.093],[-96.757,-211.843],[-75.507,0.25],[45.268,-14.75],[94.287,-79.394]],"c":true}],"e":[{"i":[[5.509,15.037],[12.589,49.605],[49.213,-8.907],[0,0],[0,0],[-52.29,4.52],[5.084,46.282]],"o":[[-2.241,-23.713],[-7.654,-30.16],[-40.583,7.345],[0,0],[0,0],[60.732,-5.25],[-5.037,-45.856]],"v":[[73.241,-141.287],[69.161,-222.855],[-16.963,-229.093],[-94.757,-216.843],[-76.507,-0.5],[42.768,-11.75],[94.037,-80.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.963,"s":[{"i":[[5.509,15.037],[12.589,49.605],[49.213,-8.907],[0,0],[0,0],[-52.29,4.52],[5.084,46.282]],"o":[[-2.241,-23.713],[-7.654,-30.16],[-40.583,7.345],[0,0],[0,0],[60.732,-5.25],[-5.037,-45.856]],"v":[[73.241,-141.287],[69.161,-222.855],[-16.963,-229.093],[-94.757,-216.843],[-76.507,-0.5],[42.768,-11.75],[94.037,-80.894]],"c":true}],"e":[{"i":[[15.759,20.037],[2.089,16.855],[46.963,-6.157],[0,0],[0,0],[-32.059,1.901],[3.213,53.144]],"o":[[4.509,-21.713],[-5.161,-61.645],[-32.938,4.318],[0,0],[0,0],[63.232,-3.75],[-3.787,-41.856]],"v":[[68.491,-134.287],[76.911,-187.605],[-8.463,-229.843],[-91.507,-219.843],[-77.257,-0.75],[22.518,-7.25],[94.037,-72.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.93,"s":[{"i":[[15.759,20.037],[2.089,16.855],[46.963,-6.157],[0,0],[0,0],[-32.059,1.901],[3.213,53.144]],"o":[[4.509,-21.713],[-5.161,-61.645],[-32.938,4.318],[0,0],[0,0],[63.232,-3.75],[-3.787,-41.856]],"v":[[68.491,-134.287],[76.911,-187.605],[-8.463,-229.843],[-91.507,-219.843],[-77.257,-0.75],[22.518,-7.25],[94.037,-72.894]],"c":true}],"e":[{"i":[[20.259,14.037],[1.766,21.378],[30.713,-3.907],[0,0],[0,0],[-39.232,1.5],[3.134,56.753]],"o":[[11.509,-19.963],[-4.411,-53.395],[-38.914,4.95],[0,0],[0,0],[39.232,-1.5],[-1.787,-32.356]],"v":[[63.741,-128.537],[77.411,-184.105],[3.537,-230.593],[-88.507,-223.093],[-78.007,-1],[25.018,-5.5],[93.537,-70.894]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.756,"s":[{"i":[[20.259,14.037],[1.766,21.378],[30.713,-3.907],[0,0],[0,0],[-39.232,1.5],[3.134,56.753]],"o":[[11.509,-19.963],[-4.411,-53.395],[-38.914,4.95],[0,0],[0,0],[39.232,-1.5],[-1.787,-32.356]],"v":[[63.741,-128.537],[77.411,-184.105],[3.537,-230.593],[-88.507,-223.093],[-78.007,-1],[25.018,-5.5],[93.537,-70.894]],"c":true}],"e":[{"i":[[24.259,15.287],[1.029,21.401],[37.213,-2.157],[0,0],[0,0],[0,0],[2.205,48.866]],"o":[[12.683,-14.513],[-3.911,-45.645],[-21.287,1.093],[0,0],[0,0],[45.482,1],[-1.09,-28.807]],"v":[[61.241,-124.787],[78.661,-178.355],[4.787,-229.343],[-86.007,-223.593],[-78.007,-1],[18.768,-3.5],[92.287,-66.644]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19.63,"s":[{"i":[[24.259,15.287],[1.029,21.401],[37.213,-2.157],[0,0],[0,0],[0,0],[2.205,48.866]],"o":[[12.683,-14.513],[-3.911,-45.645],[-21.287,1.093],[0,0],[0,0],[45.482,1],[-1.09,-28.807]],"v":[[61.241,-124.787],[78.661,-178.355],[4.787,-229.343],[-86.007,-223.593],[-78.007,-1],[18.768,-3.5],[92.287,-66.644]],"c":true}],"e":[{"i":[[22.009,10.287],[0,21.451],[39.713,-1.157],[0,0],[0,0],[0,0],[-0.303,41.088]],"o":[[14.509,-10.713],[0,-38.672],[0,0],[0,0],[0,0],[45.482,1],[0.213,-28.856]],"v":[[58.491,-122.287],[79.161,-171.855],[11.037,-228.593],[-83.507,-224.093],[-78.007,-1],[21.268,-2.5],[92.037,-63.394]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.505,"s":[{"i":[[22.009,10.287],[0,21.451],[39.713,-1.157],[0,0],[0,0],[0,0],[-0.303,41.088]],"o":[[14.509,-10.713],[0,-38.672],[0,0],[0,0],[0,0],[45.482,1],[0.213,-28.856]],"v":[[58.491,-122.287],[79.161,-171.855],[11.037,-228.593],[-83.507,-224.093],[-78.007,-1],[21.268,-2.5],[92.037,-63.394]],"c":true}],"e":[{"i":[[21.149,8.762],[0.374,21.444],[35.338,-1.657],[0,0],[0,0],[0,0],[-0.227,41.088]],"o":[[15.106,-9.064],[-0.705,-39.533],[0,0],[0,0],[0,0],[43.478,0.75],[0.16,-28.893]],"v":[[56.741,-121.162],[79.411,-167.48],[13.912,-227.343],[-81.507,-224.968],[-78.382,-0.75],[19.518,-1.25],[91.287,-62.019]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21.376,"s":[{"i":[[21.149,8.762],[0.374,21.444],[35.338,-1.657],[0,0],[0,0],[0,0],[-0.227,41.088]],"o":[[15.106,-9.064],[-0.705,-39.533],[0,0],[0,0],[0,0],[43.478,0.75],[0.16,-28.893]],"v":[[56.741,-121.162],[79.411,-167.48],[13.912,-227.343],[-81.507,-224.968],[-78.382,-0.75],[19.518,-1.25],[91.287,-62.019]],"c":true}],"e":[{"i":[[21.149,8.762],[0.749,21.438],[32.213,-0.907],[0,0],[0,0],[0,0],[-0.152,41.088]],"o":[[15.106,-9.064],[-1.411,-40.395],[0,0],[0,0],[0,0],[41.473,0.5],[0.106,-28.93]],"v":[[56.241,-119.787],[79.411,-168.105],[13.287,-226.593],[-79.507,-225.843],[-78.757,-0.5],[21.518,-0.5],[90.787,-62.894]],"c":true}]},{"t":22.2529296875}]},"nm":"B"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"B"}],"ip":6,"op":15,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":30,"ty":4,"nm":"B light blue layer 2","parent":34,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.899,27.404],[-1.161,21.73],[-2.043,1.082],[0,0],[0,0],[1.78,-1.142],[1.963,-3.606]],"o":[[0.634,-19.338],[0.161,-3.017],[1.713,-0.907],[0,0],[0,0],[-2.143,1.375],[-0.037,-20.106]],"v":[[-64.884,-51.412],[-61.589,-110.48],[-56.963,-116.843],[-53.507,-117.468],[-55.257,2.75],[-61.857,5.625],[-66.463,11.356]],"c":true}},"nm":"B"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"B"}],"ip":7,"op":8,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":31,"ty":4,"nm":"B light blue layer 1","parent":34,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[0,0],[2.067,0.035],[0.272,0.321],[0.13,-0.779],[-0.356,-1.134],[-1.495,0.021],[0.012,0.775],[0.067,1.41]],"o":[[0,0],[-0.681,-0.011],[-0.197,0.927],[-0.219,1.314],[0.201,0.642],[2.094,-0.03],[0.082,-1.953],[-0.078,-1.64]],"v":[[-48.938,-1.125],[-52.016,0.387],[-54.014,-0.086],[-54.792,2.812],[-54.769,6.713],[-51.876,8.407],[-48.457,5.952],[-48.648,1.19]],"c":true}],"e":[{"i":[[0,0],[8.009,0.121],[1.054,1.117],[0.503,-2.712],[-1.38,-3.952],[-5.796,0.074],[0.046,2.698],[0.26,4.913]],"o":[[0,0],[-2.637,-0.04],[-0.765,3.23],[-0.848,4.577],[0.781,2.235],[8.117,-0.104],[0.318,-6.802],[-0.303,-5.714]],"v":[[-41.806,-11.476],[-53.736,-6.21],[-62.84,-11.105],[-65.858,1.238],[-65.495,16.577],[-54.51,22.479],[-39.943,14.677],[-40.685,-3.661]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0,0],[8.009,0.121],[1.054,1.117],[0.503,-2.712],[-1.38,-3.952],[-5.796,0.074],[0.046,2.698],[0.26,4.913]],"o":[[0,0],[-2.637,-0.04],[-0.765,3.23],[-0.848,4.577],[0.781,2.235],[8.117,-0.104],[0.318,-6.802],[-0.303,-5.714]],"v":[[-41.806,-11.476],[-53.736,-6.21],[-62.84,-11.105],[-65.858,1.238],[-65.495,16.577],[-54.51,22.479],[-39.943,14.677],[-40.685,-3.661]],"c":true}],"e":[{"i":[[0,0],[18.114,0.262],[4.357,-2.3],[0.602,-17.382],[-1.273,-6.802],[-19.282,0.006],[0.47,7.998],[1.175,10.637]],"o":[[0,0],[-5.965,-0.086],[-1.14,7.324],[-0.349,10.097],[0.939,5.019],[22.347,-0.007],[-0.749,-8.21],[-1.405,-12.724]],"v":[[-32.13,-94.796],[-52.413,-95.468],[-69.857,-95.45],[-70.102,-37.118],[-69.977,24.12],[-51.218,42.744],[-15.72,20.252],[-22.595,-20.776]],"c":true}]},{"t":8}]},"nm":"B"},{"ty":"mm","mm":3,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"B"}],"ip":6,"op":9,"st":2,"bm":0,"sr":1},{"ddd":0,"ind":32,"ty":4,"nm":"B white layer 1","parent":34,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[0,0],[2.067,0.035],[0.272,0.321],[0.13,-0.779],[-0.356,-1.134],[-1.495,0.021],[0.012,0.775],[0.067,1.41]],"o":[[0,0],[-0.681,-0.011],[-0.197,0.927],[-0.219,1.314],[0.201,0.642],[2.094,-0.03],[0.082,-1.953],[-0.078,-1.64]],"v":[[-45.188,-1.125],[-48.266,0.387],[-50.264,-0.086],[-51.042,2.812],[-51.019,6.713],[-48.126,8.407],[-44.707,5.952],[-44.898,1.19]],"c":true}],"e":[{"i":[[0,0],[7.348,0.121],[0.967,1.117],[0.461,-2.712],[-1.266,-3.952],[-5.317,0.074],[0.042,2.698],[0.239,4.913]],"o":[[0,0],[-2.42,-0.04],[-0.702,3.23],[-0.778,4.577],[0.716,2.235],[7.447,-0.104],[0.292,-6.802],[-0.278,-5.714]],"v":[[-36.501,-11.351],[-47.446,-6.085],[-55.798,-10.98],[-58.567,1.363],[-58.234,15.952],[-47.697,21.854],[-34.792,13.302],[-35.472,-3.536]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[0,0],[7.348,0.121],[0.967,1.117],[0.461,-2.712],[-1.266,-3.952],[-5.317,0.074],[0.042,2.698],[0.239,4.913]],"o":[[0,0],[-2.42,-0.04],[-0.702,3.23],[-0.778,4.577],[0.716,2.235],[7.447,-0.104],[0.292,-6.802],[-0.278,-5.714]],"v":[[-36.501,-11.351],[-47.446,-6.085],[-55.798,-10.98],[-58.567,1.363],[-58.234,15.952],[-47.697,21.854],[-34.792,13.302],[-35.472,-3.536]],"c":true}],"e":[{"i":[[0,0],[18.114,0.262],[2.384,2.42],[1.102,-14.882],[-1.273,-6.802],[-19.282,0.006],[0.47,7.998],[1.175,10.637]],"o":[[0,0],[-5.965,-0.086],[-1.14,7.324],[-0.746,10.075],[0.939,5.019],[22.347,-0.007],[-0.749,-8.211],[-1.405,-12.724]],"v":[[-20.38,-97.546],[-49.163,-91.968],[-61.857,-100.7],[-65.602,-41.118],[-67.977,23.12],[-40.968,39.244],[-11.22,17.752],[-14.595,-21.526]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0,0],[18.114,0.262],[2.384,2.42],[1.102,-14.882],[-1.273,-6.802],[-19.282,0.006],[0.47,7.998],[1.175,10.637]],"o":[[0,0],[-5.965,-0.086],[-1.14,7.324],[-0.746,10.075],[0.939,5.019],[22.347,-0.007],[-0.749,-8.211],[-1.405,-12.724]],"v":[[-20.38,-97.546],[-49.163,-91.968],[-61.857,-100.7],[-65.602,-41.118],[-67.977,23.12],[-40.968,39.244],[-11.22,17.752],[-14.595,-21.526]],"c":true}],"e":[{"i":[[0,0],[5.836,-0.538],[0.9,1.062],[-1.035,-10.477],[-0.481,-2.985],[-4.731,0.661],[-0.012,3.839],[1.64,5.168]],"o":[[0,0],[-2.242,0.207],[0.323,6.451],[0.436,4.412],[0.355,2.203],[8.337,-1.165],[-0.012,-6.693],[-1.375,-4.332]],"v":[[33.321,-6.126],[25.664,-9.212],[19,-11.513],[22.285,15.477],[25.087,31.97],[31.697,39.589],[41.03,25.38],[38.496,8.259]],"c":true}]},{"t":8}]},"nm":"B"},{"ind":1,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[-0.007,0.279],[0.272,0.321],[0.079,-0.813],[-1.102,-0.004],[0.001,1.067]],"o":[[-0.362,-0.011],[-0.13,0.97],[-0.13,1.326],[0.541,0.002],[-0.002,-1.19]],"v":[[-254.943,4.83],[-255.945,4.464],[-256.48,7.854],[-255.801,10.105],[-255.008,8.796]],"c":true}],"e":[{"i":[[-0.025,0.973],[0.967,1.117],[0.283,-2.831],[-3.919,-0.012],[0.005,3.715]],"o":[[-1.288,-0.04],[-0.462,3.38],[-0.461,4.62],[1.925,0.006],[-0.006,-4.146]],"v":[[-49.268,-10.266],[-52.833,-11.541],[-54.733,0.268],[-52.319,8.11],[-49.502,3.548]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[-0.025,0.973],[0.967,1.117],[0.283,-2.831],[-3.919,-0.012],[0.005,3.715]],"o":[[-1.288,-0.04],[-0.462,3.38],[-0.461,4.62],[1.925,0.006],[-0.006,-4.146]],"v":[[-49.268,-10.266],[-52.833,-11.541],[-54.733,0.268],[-52.319,8.11],[-49.502,3.548]],"c":true}],"e":[{"i":[[-0.103,2.475],[4.052,2.841],[0.919,-10.247],[-10.422,0.015],[0.022,12.118]],"o":[[-5.362,-2.495],[-1.938,8.597],[-0.804,8.962],[8.067,-0.012],[-0.019,-10.546]],"v":[[-44.638,-94.255],[-60.829,-101],[-66.196,3.288],[-56.078,21.235],[-40.272,8.382]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[-0.103,2.475],[4.052,2.841],[0.919,-10.247],[-10.422,0.015],[0.022,12.118]],"o":[[-5.362,-2.495],[-1.938,8.597],[-0.804,8.962],[8.067,-0.012],[-0.019,-10.546]],"v":[[-44.638,-94.255],[-60.829,-101],[-66.196,3.288],[-56.078,21.235],[-40.272,8.382]],"c":true}],"e":[{"i":[[-0.061,2.109],[3.595,-2.75],[0.696,-6.135],[-9.66,-0.026],[0.013,8.051]],"o":[[-3.175,-0.086],[-1.14,7.324],[-1.137,10.012],[4.745,0.013],[-0.015,-8.985]],"v":[[-56.056,-36.486],[-75.595,-26.5],[-76.296,12.591],[-66.594,33.585],[-52.9,17.2]],"c":true}]},{"t":8}]},"nm":"B 2"},{"ty":"mm","mm":3,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"B"}],"ip":5,"op":9,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":33,"ty":4,"nm":"B orange layer 1","parent":34,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[0,0],[2.067,0.035],[0.272,0.321],[0.13,-0.779],[-0.356,-1.134],[-1.495,0.021],[0.012,0.775],[0.067,1.41]],"o":[[0,0],[-0.681,-0.011],[-0.197,0.927],[-0.219,1.314],[0.201,0.642],[2.094,-0.03],[0.082,-1.953],[-0.078,-1.64]],"v":[[-40.938,-1],[-44.016,0.512],[-46.014,0.039],[-46.792,2.937],[-46.769,6.838],[-43.876,9.032],[-40.457,6.077],[-40.648,1.315]],"c":true}],"e":[{"i":[[0,0],[7.348,0.121],[0.967,1.117],[0.461,-2.712],[-1.266,-3.952],[-5.317,0.074],[0.042,2.698],[0.239,4.913]],"o":[[0,0],[-2.42,-0.04],[-0.702,3.23],[-0.778,4.577],[0.716,2.235],[7.447,-0.104],[0.292,-6.802],[-0.278,-5.714]],"v":[[-32.501,-11.351],[-43.446,-6.085],[-50.548,-7.73],[-53.317,2.363],[-53.734,15.952],[-42.697,22.604],[-30.292,13.552],[-31.472,-3.286]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[0,0],[7.348,0.121],[0.967,1.117],[0.461,-2.712],[-1.266,-3.952],[-5.317,0.074],[0.042,2.698],[0.239,4.913]],"o":[[0,0],[-2.42,-0.04],[-0.702,3.23],[-0.778,4.577],[0.716,2.235],[7.447,-0.104],[0.292,-6.802],[-0.278,-5.714]],"v":[[-32.501,-11.351],[-43.446,-6.085],[-50.548,-7.73],[-53.317,2.363],[-53.734,15.952],[-42.697,22.604],[-30.292,13.552],[-31.472,-3.286]],"c":true}],"e":[{"i":[[0,0],[18.114,0.262],[2.384,2.42],[1.602,-8.382],[-1.273,-6.802],[-16.121,0.205],[0.47,7.998],[2.014,10.511]],"o":[[0,0],[-5.965,-0.086],[-1.14,7.324],[-1.896,9.923],[0.939,5.019],[22.345,-0.285],[-0.749,-8.211],[-1.98,-10.335]],"v":[[-16.38,-29.046],[-39.663,-18.718],[-54.607,-25.2],[-57.602,-5.368],[-59.727,23.12],[-35.218,37.244],[-9.72,15.252],[-13.845,-14.276]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[0,0],[18.114,0.262],[2.384,2.42],[1.602,-8.382],[-1.273,-6.802],[-16.121,0.205],[0.47,7.998],[2.014,10.511]],"o":[[0,0],[-5.965,-0.086],[-1.14,7.324],[-1.896,9.923],[0.939,5.019],[22.345,-0.285],[-0.749,-8.211],[-1.98,-10.335]],"v":[[-16.38,-29.046],[-39.663,-18.718],[-54.607,-25.2],[-57.602,-5.368],[-59.727,23.12],[-35.218,37.244],[-9.72,15.252],[-13.845,-14.276]],"c":true}],"e":[{"i":[[0,0],[18.114,0.262],[2.384,2.42],[0.352,-20.882],[-1.273,-6.802],[-12.532,1.506],[-0.03,8.748],[4.345,11.776]],"o":[[0,0],[-5.965,-0.086],[0.857,14.7],[-0.17,10.101],[0.939,5.019],[22.085,-2.655],[-0.03,-15.252],[-3.642,-9.873]],"v":[[7.12,-52.546],[-13.163,-60.718],[-24.857,-45.45],[-24.102,2.382],[-21.977,37.12],[-4.468,50.494],[29.53,19.252],[22.155,-15.776]],"c":true}]},{"t":7}]},"nm":"B"},{"ind":1,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[-0.007,0.279],[0.272,0.321],[0.079,-0.813],[-1.102,-0.004],[0.001,1.067]],"o":[[-0.362,-0.011],[-0.13,0.97],[-0.13,1.326],[0.541,0.002],[-0.002,-1.19]],"v":[[-254.943,4.83],[-255.945,4.464],[-256.48,7.854],[-255.801,10.105],[-255.008,8.796]],"c":true}],"e":[{"i":[[-0.025,0.973],[0.967,1.117],[0.283,-2.831],[-3.919,-0.012],[0.005,3.715]],"o":[[-1.288,-0.04],[-0.462,3.38],[-0.461,4.62],[1.925,0.006],[-0.006,-4.146]],"v":[[-44.518,-9.766],[-48.083,-11.041],[-49.983,0.768],[-47.319,8.11],[-44.752,2.798]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[-0.025,0.973],[0.967,1.117],[0.283,-2.831],[-3.919,-0.012],[0.005,3.715]],"o":[[-1.288,-0.04],[-0.462,3.38],[-0.461,4.62],[1.925,0.006],[-0.006,-4.146]],"v":[[-44.518,-9.766],[-48.083,-11.041],[-49.983,0.768],[-47.319,8.11],[-44.752,2.798]],"c":true}],"e":[{"i":[[-0.103,2.475],[4.052,2.841],[1.184,-7.201],[-11.422,1.515],[0.022,9.45]],"o":[[-5.398,-0.101],[-1.938,8.597],[-1.932,11.751],[7.997,-1.061],[-0.025,-10.546]],"v":[[-35.638,-26.505],[-50.579,-29.75],[-56.696,0.288],[-45.828,20.985],[-35.272,6.382]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[-0.103,2.475],[4.052,2.841],[1.184,-7.201],[-11.422,1.515],[0.022,9.45]],"o":[[-5.398,-0.101],[-1.938,8.597],[-1.932,11.751],[7.997,-1.061],[-0.025,-10.546]],"v":[[-35.638,-26.505],[-50.579,-29.75],[-56.696,0.288],[-45.828,20.985],[-35.272,6.382]],"c":true}],"e":[{"i":[[-0.061,2.109],[3.595,-2.75],[0.696,-6.135],[-9.66,-0.026],[0.013,8.051]],"o":[[-3.175,-0.086],[-1.14,7.324],[-1.137,10.012],[4.745,0.013],[-0.015,-8.985]],"v":[[-15.306,-36.486],[-34.095,-25],[-34.796,14.091],[-25.094,35.085],[-12.4,18.95]],"c":true}]},{"t":7}]},"nm":"B 2"},{"ty":"mm","mm":3,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"B"}],"ip":4,"op":8,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":34,"ty":1,"nm":"ResizerTemp","parent":35,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[74,102,0]},"a":{"k":[250,300,0]},"s":{"k":[30,30,100]}},"ao":0,"sw":500,"sh":600,"sc":"#ffffff","ip":0,"op":37,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":35,"ty":1,"nm":"White Solid 8","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[40,50,0]},"a":{"k":[70,100,0]},"s":{"k":[57.143,50,100]}},"ao":0,"sw":140,"sh":200,"sc":"#ffffff","ip":0,"op":37,"st":0,"bm":0,"sr":1}],"v":"4.4.26","ddd":0,"ip":0,"op":37,"fr":25,"w":80,"h":100} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Mobilo/BlinkingCursor.json b/ohos/flutter_lottie/assets/Mobilo/BlinkingCursor.json new file mode 100644 index 0000000000000000000000000000000000000000..3b1b10b9d92eedc3f622b112ce3764e4c516f3c1 --- /dev/null +++ b/ohos/flutter_lottie/assets/Mobilo/BlinkingCursor.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9,"s":[100],"e":[0]},{"t":17}]},"r":{"k":0},"p":{"k":[48,50,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-36.5,-40.5],[-36.5,43]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":0,"op":21,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":1,"nm":"ResizerTemp","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[40,51,0]},"a":{"k":[250,300,0]},"s":{"k":[15,15,100]}},"ao":0,"sw":500,"sh":600,"sc":"#ffffff","ip":0,"op":21,"st":0,"bm":0,"sr":1}],"v":"4.4.26","ddd":0,"ip":0,"op":21,"fr":25,"w":80,"h":100} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Mobilo/C.json b/ohos/flutter_lottie/assets/Mobilo/C.json new file mode 100644 index 0000000000000000000000000000000000000000..026a6f12a4b8b5de9fc2867e89d225237c261e4b --- /dev/null +++ b/ohos/flutter_lottie/assets/Mobilo/C.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"goop_17","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[4.5,3.5],[0,0],[0,0],[4.924,-1.97],[4,0],[4.25,0],[3.75,0.25],[4,-0.5],[5,2.5],[3,5.5],[2.5,-1.5]],"o":[[-4.5,-3.5],[0,0],[0,0],[-5,2],[-4,0],[-4.25,0],[-3.75,-0.25],[-4,0.5],[-5,-2.5],[-3,-5.5],[-2.5,1.5]],"v":[[-32.25,38],[-8.5,69],[53.25,55],[51,47.5],[40.75,49.25],[28.25,52.25],[18.5,50.25],[8.25,57.25],[-6.5,53.5],[-16.75,44],[-24,38.75]],"c":true}},"nm":"Path 1"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[3.75,0.25],[3.5,-0.75],[5.25,0],[5.5,-0.25],[3.75,-1],[4.25,-1.25],[6,-4],[-38.5,6.25],[2.75,1]],"o":[[-3.75,-0.25],[-3.5,0.75],[-5.25,0],[-5.5,0.25],[-3.75,1],[-4.25,1.25],[-6,4],[38.5,-6.25],[-2.75,-1]],"v":[[63.5,-153.75],[54,-149],[19.75,-147.5],[6.25,-149.75],[-10.75,-141.25],[-23.75,-139.5],[-36.75,-130],[23.25,-130.75],[71,-149.25]],"c":true}},"nm":"Path 2"},{"ind":2,"ty":"sh","ks":{"k":{"i":[[-9,0.5],[25.5,-14],[-5.5,5.25],[-4.5,4],[-5.5,3],[-4.5,1.25],[-6,0.75],[-5,0.75]],"o":[[9,-0.5],[-25.5,14],[5.5,-5.25],[4.5,-4],[5.5,-3],[4.5,-1.25],[6,-0.75],[5,-0.75]],"v":[[32,-104.75],[-15.75,-104],[-42,-65.25],[-27.25,-74.75],[-18.25,-90.25],[-3.5,-93],[5,-99.75],[16,-99.25]],"c":true}},"nm":"Path 3"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"}],"ip":21,"op":23,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"goop_16","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.5,0],[0.062,-1.125],[-2.812,-0.125],[0.562,1.375]],"o":[[-1.5,0],[-0.111,1.997],[2.812,0.125],[-0.562,-1.375]],"v":[[56.688,-88.625],[53.812,-87],[59.188,-82.562],[61.25,-85.75]],"c":true}},"nm":"Path 1"},{"ind":1,"ty":"sh","ks":{"k":[{"t":21,"s":[{"i":[[0.688,0.125],[0.062,-1.5],[-0.5,0],[0,1.062]],"o":[[-0.688,-0.125],[-0.062,1.5],[0.5,0],[0,-1.062]],"v":[[67.938,-35.5],[66.438,-33.312],[67.812,-30.938],[69.062,-33.125]],"c":true}],"h":1},{"t":23,"s":[{"i":[[0.467,0.085],[0.042,-1.02],[-0.34,0],[0,0.723]],"o":[[-0.467,-0.085],[-0.043,1.02],[0.34,0],[0,-0.723]],"v":[[68.031,-28.228],[67.011,-26.74],[67.946,-25.125],[68.796,-26.613]],"c":true}],"h":1}]},"nm":"Path 2"},{"ind":2,"ty":"sh","ks":{"k":[{"t":21,"s":[{"i":[[0.25,-1.75],[-2.375,-2.312],[-2.312,0.125],[2.254,2.681]],"o":[[-0.25,1.75],[2.375,2.312],[2.312,-0.125],[-3.625,-4.312]],"v":[[19.5,-26.375],[24.625,-21.75],[29.625,-15.125],[28,-24.188]],"c":true}],"h":1},{"t":23,"s":[{"i":[[0.25,-1.75],[-2.375,-2.312],[-2.312,0.125],[2.254,2.681]],"o":[[-0.25,1.75],[2.375,2.312],[2.312,-0.125],[-3.625,-4.312]],"v":[[20.25,-21.625],[26.625,-18],[30.375,-10.375],[26.688,-17.875]],"c":true}],"h":1}]},"nm":"Path 3"},{"ind":3,"ty":"sh","ks":{"k":[{"t":21,"s":[{"i":[[0.438,-0.094],[-0.125,-2.375],[-0.5,0],[0.25,2.75]],"o":[[-0.438,0.094],[0.125,2.375],[0.5,0],[-0.25,-2.75]],"v":[[13.125,-17.125],[12.125,-13.875],[14,-10.375],[15,-14.5]],"c":true}],"h":1},{"t":23,"s":[{"i":[[0.29,-0.062],[-0.083,-1.576],[-0.332,0],[0.166,1.825]],"o":[[-0.29,0.062],[0.083,1.576],[0.332,0],[-0.166,-1.825]],"v":[[13.247,-11.542],[12.583,-9.385],[13.827,-7.062],[14.491,-9.8]],"c":true}],"h":1}]},"nm":"Path 4"},{"ind":4,"ty":"sh","ks":{"k":[{"t":21,"s":[{"i":[[1,-0.75],[-0.125,-1.375],[-2.25,0.125],[0.5,3]],"o":[[-1,0.75],[0.125,1.375],[2.25,-0.125],[-0.5,-3]],"v":[[7.5,-42],[8.375,-38],[10.375,-31.625],[12.125,-38.125]],"c":true}],"h":1},{"t":23,"s":[{"i":[[0.714,-0.536],[-0.089,-0.982],[-1.607,0.089],[0.357,2.143]],"o":[[-0.714,0.536],[0.089,0.982],[1.607,-0.089],[-0.357,-2.143]],"v":[[10.214,-35.125],[9.402,-32.08],[10.643,-28.714],[12.018,-32.92]],"c":true}],"h":1}]},"nm":"Path 5"},{"ind":5,"ty":"sh","ks":{"k":[{"t":21,"s":[{"i":[[0.625,-0.125],[-0.125,-2.375],[-1.125,0],[0.25,1.625]],"o":[[-0.625,0.125],[0.125,2.375],[1.125,0],[-0.25,-1.625]],"v":[[6.375,-58.875],[4.875,-55.5],[6.75,-51.5],[8.25,-55.75]],"c":true}],"h":1},{"t":23,"s":[{"i":[[0.344,-0.069],[-0.069,-1.306],[-0.619,0],[0.137,0.894]],"o":[[-0.344,0.069],[0.069,1.306],[0.619,0],[-0.137,-0.894]],"v":[[6.394,-53.681],[5.569,-51.825],[6.6,-49.625],[7.425,-51.963]],"c":true}],"h":1}]},"nm":"Path 6"},{"ind":6,"ty":"sh","ks":{"k":[{"t":21,"s":[{"i":[[1.48,-0.555],[-0.875,-3.625],[0,2.125]],"o":[[-1,0.375],[0.875,3.625],[0,-2.125]],"v":[[-25.25,-14.25],[-25.25,-7.625],[-22.25,-9.375]],"c":true}],"h":1},{"t":23,"s":[{"i":[[0.873,-0.328],[-0.516,-2.139],[0,1.254]],"o":[[-0.59,0.221],[0.516,2.139],[0,-1.254]],"v":[[-24.785,-6.172],[-24.785,-2.264],[-23.015,-3.296]],"c":true}],"h":1}]},"nm":"Path 7"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"}],"ip":21,"op":25,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"goop_15","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-1,1.125],[1.375,-0.938],[-1.75,0.5],[-1.812,1.125]],"o":[[1,-1.125],[-1.375,0.938],[1.75,-0.5],[1.812,-1.125]],"v":[[94.688,70.375],[90.75,71.625],[88.688,75.438],[92.75,73.938]],"c":true}},"nm":"Path 1"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[2.438,0],[-1.625,0],[-2,0]],"o":[[-2.438,0],[1.625,0],[2,0]],"v":[[97.938,103],[95.375,104.562],[100.062,104.562]],"c":true}},"nm":"Path 2"},{"ty":"gr","it":[{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"}],"ip":18,"op":20,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"goop_14","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.719,-0.312],[-0.938,-0.5],[-0.062,0.969]],"o":[[-0.719,0.312],[0.629,0.336],[0.062,-0.969]],"v":[[-43.062,-7.906],[-43.094,-4.312],[-41.594,-6.156]],"c":true}},"nm":"Path 1"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[0.75,-0.188],[-0.844,-0.438],[0.031,0.844]],"o":[[-0.75,0.188],[0.5,0.156],[-0.031,-0.844]],"v":[[-47.438,-33.469],[-47.375,-30.094],[-46.094,-31.531]],"c":true}},"nm":"Path 2"},{"ind":2,"ty":"sh","ks":{"k":{"i":[[0.656,-0.219],[-0.594,-0.188],[0.031,0.562]],"o":[[-0.656,0.219],[0.594,0.188],[-0.031,-0.562]],"v":[[-48.156,-38.562],[-48.312,-36.969],[-47.031,-37.781]],"c":true}},"nm":"Path 3"},{"ind":3,"ty":"sh","ks":{"k":{"i":[[-0.938,3.312],[0,0],[-1.062,0.562],[-1.375,0.562]],"o":[[0.938,-3.312],[0,0],[1.062,-0.562],[1.375,-0.562]],"v":[[-50.438,-73.5],[-54.125,-68.188],[-54.125,-60.188],[-51.25,-59.625]],"c":true}},"nm":"Path 4"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"}],"ip":18,"op":21,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"goop_13","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.25,1.75],[0,-5],[-2,4.75],[-2.5,-0.75],[-0.75,-3.25],[-2.375,2.625],[0.25,2.75],[3.75,1.375],[0.75,0.125]],"o":[[0.25,-1.75],[0,5],[2,-4.75],[2.5,0.75],[0.75,3.25],[2.375,-2.625],[-0.25,-2.75],[-3.75,-1.375],[-0.75,-0.125]],"v":[[53.25,-146.375],[44.25,-142],[47.375,-124.875],[54.375,-132.625],[57.125,-126.625],[62.875,-125],[60.5,-134.625],[58.75,-143.375],[53.5,-142]],"c":true}},"nm":"Path 1"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[1.75,0.125],[0.125,-2.5],[-1.625,-1.375],[0.375,3.125]],"o":[[-1.75,-0.125],[-0.05,1.007],[1.625,1.375],[-0.375,-3.125]],"v":[[55.625,-91.25],[50.5,-89.375],[54.75,-85.125],[60.625,-86.5]],"c":true}},"nm":"Path 2"},{"ind":2,"ty":"sh","ks":{"k":{"i":[[1.455,0.364],[0,-2],[-1.375,-0.375],[-0.125,1.375]],"o":[[-0.875,-0.25],[0,2],[1.375,0.375],[0.125,-1.375]],"v":[[65.625,-45.25],[64.375,-41.375],[65.75,-36],[67.875,-40.375]],"c":true}},"nm":"Path 3"},{"ind":3,"ty":"sh","ks":{"k":{"i":[[2.75,2.25],[1.5,-1.5],[1.625,0.75],[0,0],[0,0],[2.75,5.125]],"o":[[-2.75,-2.25],[-1.5,1.5],[-1.625,-0.75],[0,0],[0,0],[-2.75,-5.125]],"v":[[76.875,30.75],[70.375,31.25],[66.625,32.125],[72.125,43.875],[89.25,52.875],[84.25,45.75]],"c":true}},"nm":"Path 4"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"}],"ip":18,"op":21,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"goop_12","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-1.875,2],[0,0],[-3.25,0.375],[-0.812,-1.312],[-2.125,1.062],[1.188,2.312],[-1.125,0.562],[-1.312,1]],"o":[[1.875,-2],[0,0],[3.25,-0.375],[0.812,1.312],[2.125,-1.062],[-1.188,-2.312],[1.125,-0.562],[1.312,-1]],"v":[[94.125,73.875],[86.688,74.5],[79.875,84.188],[85.875,86.688],[89.875,90],[88.5,84.812],[87.25,79.375],[92.688,79.625]],"c":true}},"nm":"Path 1"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[4.062,0],[-2.25,0],[-2.312,0]],"o":[[-4.062,0],[2.25,0],[2.312,0]],"v":[[97.625,101.938],[93.312,104.562],[101.5,104.562]],"c":true}},"nm":"Path 2"},{"ind":2,"ty":"sh","ks":{"k":{"i":[[3.125,-0.75],[-2.375,0.062],[-0.625,-1.125],[0.688,1.812],[-1.625,1]],"o":[[-3.125,0.75],[2.375,-0.062],[0.625,1.125],[-0.688,-1.812],[1.625,-1]],"v":[[70.5,86.312],[68.562,90.688],[73.625,92.5],[74.375,91.312],[76.062,86.438]],"c":true}},"nm":"Path 3"},{"ind":3,"ty":"sh","ks":{"k":{"i":[[2.75,0],[-1.688,0],[-1.438,0]],"o":[[-2.75,0],[1.688,0],[1.438,0]],"v":[[79.375,102.25],[76.75,104.625],[81.625,104.625]],"c":true}},"nm":"Path 4"},{"ind":4,"ty":"sh","ks":{"k":{"i":[[0,0],[-2,-0.5],[-0.75,-2.812],[0.562,0],[1,0],[0.625,2.75],[-1.125,0.938]],"o":[[0,0],[2,0.5],[0.75,2.812],[-0.562,0],[-1,0],[-0.625,-2.75],[1.125,-0.938]],"v":[[59.688,92.25],[59.188,94.938],[63.125,99.875],[62.812,104.812],[65.625,104.75],[63.25,98.562],[63.438,92.812]],"c":true}},"nm":"Path 5"},{"ind":5,"ty":"sh","ks":{"k":{"i":[[1,0],[0.25,-0.625],[-3.625,0],[0.438,0.812]],"o":[[-1,0],[-0.25,0.625],[3.625,0],[-0.438,-0.812]],"v":[[-29.688,102.688],[-32.062,103.75],[-29.75,104.75],[-27.438,103.688]],"c":true}},"nm":"Path 6"},{"ind":6,"ty":"sh","ks":{"k":{"i":[[0,0],[-3.562,-4],[-3.625,-0.312],[-3.625,-0.688]],"o":[[0,0],[3.562,4],[3.625,0.312],[3.625,0.688]],"v":[[-36.125,82.125],[-42.938,83.812],[-30.125,95.812],[-22.125,95]],"c":true}},"nm":"Path 7"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"}],"ip":16,"op":18,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"goop_11","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-1.312,3.75],[0,0],[-1.25,1.438],[-0.062,-2.375],[-0.625,0.375],[0.188,2]],"o":[[1.312,-3.75],[0,0],[1.25,-1.438],[0.062,2.375],[0.625,-0.375],[-0.188,-2]],"v":[[-50,-69.938],[-56.188,-64.062],[-53.312,-56.688],[-51.438,-54],[-49.625,-51.438],[-50.125,-59.75]],"c":true}},"nm":"Path 1"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[1.125,-0.438],[-0.312,-2.25],[-0.875,-0.875],[0.125,2.188]],"o":[[-1.125,0.438],[0.312,2.25],[0.875,0.875],[-0.125,-2.188]],"v":[[-49,-42.062],[-48.875,-37.5],[-47.875,-31.812],[-46.375,-37.688]],"c":true}},"nm":"Path 2"},{"ind":2,"ty":"sh","ks":{"k":{"i":[[1,-0.25],[-0.25,-1.562],[-0.562,0],[0.062,1.75]],"o":[[-1,0.25],[0.25,1.562],[0.562,0],[-0.062,-1.75]],"v":[[-43.938,-13.375],[-43.75,-10.125],[-42.75,-6.812],[-41.812,-10]],"c":true}},"nm":"Path 3"},{"ind":3,"ty":"sh","ks":{"k":{"i":[[0.5,0],[0,-0.562],[-0.375,-0.062],[0.062,0.75]],"o":[[-0.5,0],[0,0.562],[0.375,0.062],[-0.062,-0.75]],"v":[[-41.438,2.375],[-42,3.75],[-41.375,5.25],[-40.625,3.75]],"c":true}},"nm":"Path 4"},{"ind":4,"ty":"sh","ks":{"k":{"i":[[0.75,1.125],[-1.875,-1.625],[1.875,4.5],[3.75,2.375]],"o":[[-0.75,-1.125],[1.875,1.625],[-1.875,-4.5],[-3.75,-2.375]],"v":[[-42.375,18.375],[-39.25,30.625],[-31.75,33.375],[-37.75,19.25]],"c":true}},"nm":"Path 5"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"}],"ip":16,"op":18,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"goop_10","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-2.5,5.75],[0,0],[-1.5,1.625],[-1.5,-4.25],[-0.125,-3],[-0.874,0.049],[0.875,11.75]],"o":[[2.5,-5.75],[0,0],[1.5,-1.625],[1.5,4.25],[0.125,3],[2.25,-0.125],[-0.875,-11.75]],"v":[[54,-135],[47.125,-132.875],[45,-115.25],[50.875,-112.625],[50.875,-98.5],[53.75,-94.5],[55.75,-113.125]],"c":true}},"nm":"Path 1"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[0.75,-1.625],[-0.75,-0.125],[0,1]],"o":[[-0.524,1.135],[0.75,0.125],[0,-1]],"v":[[56.625,-74.375],[58.375,-72],[60,-73.875]],"c":true}},"nm":"Path 2"},{"ind":2,"ty":"sh","ks":{"k":{"i":[[2.386,-0.716],[-0.5,-4.5],[-1,0],[0.625,4.625]],"o":[[-1.25,0.375],[0.5,4.5],[1,0],[-0.625,-4.625]],"v":[[62.625,-55],[62.625,-46.5],[66.125,-37.875],[67,-46.25]],"c":true}},"nm":"Path 3"},{"ind":3,"ty":"sh","ks":{"k":{"i":[[2,1.75],[0.5,-6.5],[0.75,-5.25],[0,0],[0,0],[3.5,4.75],[1.75,8],[0.5,7.25]],"o":[[-2,-1.75],[-0.5,6.5],[-0.75,5.25],[0,0],[0,0],[-3.5,-4.75],[-1.75,-8],[-0.5,-7.25]],"v":[[74.25,-7],[69.5,7.25],[73.5,30.75],[67.25,34.25],[71.5,45.75],[82,45.75],[78.25,28.5],[71.75,9]],"c":true}},"nm":"Path 4"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"}],"ip":16,"op":18,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"goop_09","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-2.688,3.062],[3.188,-1.25],[0,0],[-3.125,-7.812],[0,0],[0,0],[3.25,8.312]],"o":[[2.688,-3.062],[-3.188,1.25],[0,0],[3.125,7.812],[0,0],[0,0],[-1.923,-4.919]],"v":[[96,76.938],[90,77.562],[86.312,83],[95.688,93.25],[99.062,104.375],[104.812,104.375],[96.812,93.125]],"c":true}},"nm":"Path 1"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[-0.062,-0.188],[-3.375,0.125],[-1.541,-3.918],[0,0],[0,0],[1.5,5.188],[-1.688,1.938]],"o":[[0.062,0.188],[3.375,-0.125],[3,7.625],[0,0],[0,0],[-1.5,-5.188],[1.688,-1.938]],"v":[[86.188,79.562],[83,85.75],[91.875,94.938],[91.188,104.5],[99.625,104.5],[92.562,93.938],[91.75,80.25]],"c":true}},"nm":"Path 2"},{"ind":2,"ty":"sh","ks":{"k":{"i":[[-1.438,0.562],[0,0],[-1.509,0.424],[-0.375,-2],[0,0],[0,0],[0.438,3]],"o":[[1.438,-0.562],[0,0],[2,-0.562],[0.375,2],[0,0],[0,0],[-0.438,-3]],"v":[[65.375,93.438],[61.062,93.438],[60.062,95.562],[63.562,99.938],[64,104.562],[66.75,104.562],[64.062,99.812]],"c":true}},"nm":"Path 3"},{"ind":3,"ty":"sh","ks":{"k":{"i":[[-1,0.562],[-3.938,0.562],[-1.875,-4.375],[0,0],[0,0],[2.188,5.125]],"o":[[1,-0.562],[1.517,-0.217],[1.875,4.375],[0,0],[0,0],[-2.188,-5.125]],"v":[[76.75,88.5],[69.812,91.875],[76.25,97.562],[78,104.625],[82.188,104.625],[77.188,97.062]],"c":true}},"nm":"Path 4"},{"ind":4,"ty":"sh","ks":{"k":{"i":[[0,0],[-3,-4.188],[-0.375,-3.938],[0,0],[0,0],[0.25,3.688],[-2.188,-0.375]],"o":[[0,0],[3,4.188],[0.375,3.938],[0,0],[0,0],[-0.25,-3.688],[2.188,0.375]],"v":[[-29.312,85.25],[-39,87.25],[-31.062,99.188],[-32.875,104.625],[-25.812,104.625],[-28.938,98.562],[-25.938,93.812]],"c":true}},"nm":"Path 5"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"}],"ip":14,"op":16,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"goop_08","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[3.25,-0.562],[-2.562,-2],[-0.688,-5.812],[0,0],[0,0],[1.125,4.5],[-2.75,2.938]],"o":[[-3.25,0.562],[2.562,2],[0.688,5.812],[0,0],[0,0],[-1.125,-4.5],[2.75,-2.938]],"v":[[99.312,82.375],[95.188,88.625],[100.812,97.688],[100.875,104.438],[108.25,104.438],[102.25,96.375],[105.25,83.375]],"c":true}},"nm":"Path 1"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[0,0],[-3.75,0.062],[-0.562,-3.375],[0,0],[0,0],[0.75,5.5],[-2.375,2.125]],"o":[[0,0],[3.75,-0.062],[0.562,3.375],[0,0],[0,0],[-0.75,-5.5],[2.375,-2.125]],"v":[[95,85.062],[83.688,93.375],[92.688,99.25],[90.062,104.5],[101.125,104.5],[97.438,96.938],[100.875,85.938]],"c":true}},"nm":"Path 2"},{"ind":2,"ty":"sh","ks":{"k":{"i":[[0,0],[-3.125,-0.375],[-0.188,-2.25],[0,0],[0,0],[0.438,3.062],[-1.875,0.812]],"o":[[0,0],[3.125,0.375],[0.188,2.25],[0,0],[0,0],[-0.438,-3.062],[1.875,-0.812]],"v":[[81.25,89.562],[74.625,96.25],[78.312,101.062],[77,104.625],[83.125,104.625],[80.312,100.312],[82.938,93.5]],"c":true}},"nm":"Path 3"},{"ind":3,"ty":"sh","ks":{"k":{"i":[[0.25,-0.125],[-1.125,-0.188],[-0.062,-1.25],[0,0],[0,0],[-0.062,1.938],[-0.562,0.188]],"o":[[-0.25,0.125],[1.125,0.188],[0.062,1.25],[0,0],[0,0],[0.062,-1.938],[0.562,-0.188]],"v":[[66.688,96.75],[65.188,98.125],[66.875,101.062],[66.688,104.375],[68.375,104.375],[67.625,101],[68.75,97.688]],"c":true}},"nm":"Path 4"},{"ind":4,"ty":"sh","ks":{"k":{"i":[[0,0],[-1.812,-0.438],[0,-1],[0,0],[0,0],[0,1.812],[-1.188,0.438]],"o":[[0,0],[1.812,0.438],[0,1],[0,0],[0,0],[0,-1.812],[1.188,-0.438]],"v":[[63.375,96.812],[60.25,99.625],[62.688,102.062],[61.812,104.438],[65.875,104.438],[64.375,101.438],[66.125,98.188]],"c":true}},"nm":"Path 5"},{"ind":5,"ty":"sh","ks":{"k":{"i":[[-4.082,-4.26],[-1,-4.5],[0,0],[0,0],[-0.125,2.875],[-2.25,-0.625],[0,0]],"o":[[5.75,6],[1,4.5],[0,0],[0,0],[0.125,-2.875],[2.25,0.625],[0,0]],"v":[[-47.75,81.75],[-34.25,96.75],[-34.875,104.25],[-23.75,104.25],[-26.375,99.5],[-21.25,96.125],[-27.375,85.875]],"c":true}},"nm":"Path 6"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"}],"ip":12,"op":14,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"goop_07","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":12,"s":[{"i":[[-1,4.125],[1.375,-2.125],[-0.75,2.125],[-3.875,-21.125],[2.625,4.375],[0,0],[6.75,9.625],[3.125,19.375]],"o":[[1,-4.125],[-1.375,2.125],[0.75,-2.125],[3.875,21.125],[-2.625,-4.375],[0,0],[-6.75,-9.625],[-3.125,-19.375]],"v":[[-48.875,-64],[-53.375,-60.625],[-52.5,-50.5],[-46.5,-26.875],[-43.25,7.5],[-41.75,21.25],[-29,30.875],[-45.125,-26.25]],"c":true}],"h":1},{"t":14,"s":[{"i":[[-1,4.125],[1.375,-2.125],[-0.75,2.125],[-3.257,-21.229],[2.625,4.375],[0,0],[9.849,6.419],[3.125,19.375]],"o":[[1,-4.125],[-1.375,2.125],[0.75,-2.125],[3.375,22],[-2.625,-4.375],[0,0],[-11.125,-7.25],[-3.125,-19.375]],"v":[[-50.375,-64.25],[-53.375,-60.625],[-52.125,-53],[-45.125,-22.5],[-40,20.125],[-38.125,37.625],[-27,36.625],[-44.375,-22.625]],"c":true}],"h":1}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"}],"ip":12,"op":16,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"goop_06","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":12,"s":[{"i":[[1.125,-1],[-3.25,0.25],[-0.875,-9],[-5,0.875],[2,12.75],[-1.75,0.5]],"o":[[-1.125,1],[3.25,-0.25],[0.875,9],[5,-0.875],[-2,-12.75],[1.75,-0.5]],"v":[[73.125,-111.125],[70,-105.25],[76.75,-89.5],[81.25,-63.75],[78.875,-90.875],[80,-110]],"c":true}],"h":1},{"t":14,"s":[{"i":[[1.171,-0.295],[-2.153,1.61],[-0.201,-1.34],[-5.009,-0.246],[-0.336,3.735],[-1.247,1.676]],"o":[[-1.171,0.295],[2.198,-1.643],[0.267,1.777],[5.009,0.246],[0.293,-3.254],[1.247,-1.676]],"v":[[61.452,-136.777],[60.778,-129.11],[63.233,-128.777],[66.531,-120.371],[66.167,-133.36],[69.461,-140.05]],"c":true}],"h":1}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"}],"ip":12,"op":16,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"goop_05","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.125,-0.875],[-0.25,-2.125],[1.125,-2.25],[0.75,-3.125],[0,0],[0,0],[1.125,2.25],[0,2.625],[-0.25,4.125],[0.625,1.5]],"o":[[-0.125,0.875],[0.25,2.125],[-1.125,2.25],[-0.75,3.125],[0,0],[0,0],[-1.125,-2.25],[0,-2.625],[0.25,-4.125],[-0.625,-1.5]],"v":[[113.625,71.75],[115.75,76.5],[114.25,87.75],[112.5,100],[111.125,104.875],[119.375,104.875],[118,100.25],[115.75,92.5],[118,84],[117.125,73.125]],"c":true}},"nm":"Path 1"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[3,-1.375],[-2.75,-0.5],[0.125,-4.875],[-0.25,-5.25],[-0.625,-1.625],[-1.625,0.625],[1.75,1.75],[-1.375,4],[1,7.875]],"o":[[-3,1.375],[2.75,0.5],[-0.125,4.875],[0.25,5.25],[0.625,1.625],[1.625,-0.625],[-1.75,-1.75],[1.375,-4],[-1,-7.875]],"v":[[111.25,12.875],[107.25,17.375],[111.5,25.125],[108,43.625],[111.875,51],[114.625,54.375],[113.375,47.875],[111.375,40.75],[115.75,16.875]],"c":true}},"nm":"Path 2"},{"ind":2,"ty":"sh","ks":{"k":{"i":[[4,-0.25],[-2.625,0],[-2.123,-34.473],[3.375,0],[-2.75,-0.75],[2.375,1],[2.375,41.5],[-2.5,0]],"o":[[-4,0.25],[2.625,0],[2.125,34.5],[-3.375,0],[2.75,0.75],[-2.375,-1],[-2.375,-41.5],[2.5,0]],"v":[[96,13.875],[90.25,18],[97.5,59],[96.375,99.75],[100.5,103.25],[109.375,104.125],[98.875,59],[104,16.875]],"c":true}},"nm":"Path 3"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"}],"ip":10,"op":12,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"goop_04","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":10,"s":[{"i":[[5.125,0.25],[-1.375,-0.375],[-4.625,-33.375],[7.75,-0.875],[0,0],[3,1],[1.375,23.375],[-6.375,1.25]],"o":[[-5.125,-0.25],[1.375,0.375],[4.61,33.267],[-7.75,0.875],[0,0],[-11.972,-3.991],[-1.375,-23.375],[6.375,-1.25]],"v":[[81.5,10.875],[69,17.125],[80.75,56.75],[70.625,99.125],[88.625,103.125],[102.25,103],[87.125,59.75],[92.375,17.25]],"c":true}],"h":1},{"t":12,"s":[{"i":[[5.125,0.447],[-1.444,0.506],[-10.156,-58.957],[12.125,-9.788],[0,0],[1.868,2.95],[7.875,41.831],[-6.375,2.234]],"o":[[-5.125,-0.447],[9.25,-3.241],[8,46.443],[-6.152,4.966],[0,0],[-9,-14.213],[-7.733,-41.076],[6.375,-2.234]],"v":[[54.5,-109.678],[46,-93.759],[68.5,-25.193],[62.375,51.788],[81.375,59.436],[96.25,62.463],[72.375,-25.331],[70.375,-105.035]],"c":true}],"h":1},{"t":14,"s":[{"i":[[5.125,0.447],[-1.528,0.059],[-10.156,-58.957],[3.875,-4.538],[0,0],[2.383,2.552],[5.875,39.581],[-8.375,9.535]],"o":[[-5.125,-0.447],[6.25,-0.241],[8,46.443],[-5.134,6.012],[0,0],[-3,-3.213],[-6.137,-41.344],[4.458,-5.075]],"v":[[42.5,-129.678],[42,-108.009],[62.25,-37.443],[68.625,41.538],[81.375,59.436],[83.25,47.963],[64.875,-38.331],[58.625,-127.285]],"c":true}],"h":1}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"}],"ip":10,"op":16,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"goop_03","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":10,"s":[{"i":[[6.75,-2.5],[-3,4.75],[-3,-40.5],[4.875,-0.125],[-4.5,0.25],[6.766,0.199],[0.75,40.5],[-4.25,0.5]],"o":[[-6.75,2.5],[3,-4.75],[3,40.5],[-3.134,0.08],[4.5,-0.25],[-8.5,-0.25],[-0.75,-40.5],[4.25,-0.5]],"v":[[3.25,-18.75],[-0.25,7],[7.5,50.5],[3.375,99.375],[13.75,103.25],[22.5,99.75],[10,38.5],[12.75,-15.75]],"c":true}],"h":1},{"t":12,"s":[{"i":[[6.588,-2.899],[-4.064,3.879],[-5.149,-40.969],[5.125,2.411],[-4.477,0.519],[5.698,3.653],[10.402,59.073],[-11.849,0.39]],"o":[[-6.588,2.899],[3.767,-3.596],[5.68,45.195],[-2.837,-1.334],[4.477,-0.519],[-6.738,-4.32],[-7.025,-39.893],[4.277,-0.141]],"v":[[-37.813,-105.067],[-46.517,-74.404],[-28.93,-21.195],[-29.625,30.839],[-15.537,59.837],[-2.262,56.07],[-21.902,-21.573],[-18.651,-96.14]],"c":true}],"h":1},{"t":14,"s":[{"i":[[6.588,-2.899],[-4.064,3.879],[-5.149,-40.969],[7.875,3.161],[-4.477,0.519],[5.698,3.653],[10.402,59.073],[-16.099,-0.36]],"o":[[-6.588,2.899],[3.767,-3.596],[5.68,45.195],[-2.909,-1.168],[4.477,-0.519],[-6.738,-4.32],[-7.025,-39.893],[4.278,0.096]],"v":[[-37.813,-105.067],[-45.767,-76.654],[-29.18,-23.445],[-29.625,35.839],[-15.537,59.837],[-3.012,56.57],[-23.402,-23.573],[-18.401,-103.39]],"c":true}],"h":1},{"t":16,"s":[{"i":[[6.588,-2.899],[-4.064,3.879],[-5.149,-40.969],[5.375,3.161],[-4.477,0.519],[5.698,3.653],[7.132,61.45],[-12.349,5.89]],"o":[[-6.588,2.899],[3.767,-3.596],[5.68,45.195],[-2.702,-1.589],[4.477,-0.519],[-6.738,-4.32],[-5.098,-43.927],[3.862,-1.842]],"v":[[-37.813,-105.067],[-47.267,-78.154],[-30.18,-28.695],[-26.875,40.089],[-15.537,59.837],[-6.012,54.57],[-25.902,-27.573],[-22.901,-106.89]],"c":true}],"h":1},{"t":18,"s":[{"i":[[6.588,-2.899],[-4.563,3.277],[-5.149,-40.969],[5.375,3.161],[-4.477,0.519],[6.006,3.121],[7.132,61.45],[-8.849,5.89]],"o":[[-6.588,2.899],[3.267,-2.346],[5.68,45.195],[-2.702,-1.589],[4.477,-0.519],[-10.238,-5.32],[-5.098,-43.927],[3.562,-2.371]],"v":[[-37.813,-105.067],[-45.517,-84.154],[-29.68,-28.195],[-26.375,39.839],[-15.537,59.837],[-7.012,53.07],[-28.402,-28.323],[-27.401,-105.39]],"c":true}],"h":1}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"}],"ip":10,"op":21,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"goop_02","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":10,"s":[{"i":[[24.5,-1.25],[-5.393,2.825],[-3.002,-48.722],[6.75,-0.25],[-17.258,1.726],[5.75,2.5],[2.103,47.519],[-5.5,0]],"o":[[-24.5,1.25],[5.25,-2.75],[3.25,52.75],[-10.543,0.39],[5,-0.5],[-3.076,-1.337],[-2.5,-56.5],[-0.25,0.5]],"v":[[28,-27.5],[7.5,-16.75],[26.75,35.25],[20.25,100.25],[42,102.25],[58.25,99.5],[45.5,45.75],[56.25,-7]],"c":true}],"h":1},{"t":12,"s":[{"i":[[24.5,-1.25],[-5.75,2],[-11.25,-57.5],[10.25,-2.5],[-16.75,4.5],[13.75,-1.75],[7.001,61.759],[-5.5,0]],"o":[[-24.5,1.25],[5.75,-2],[11.25,57.5],[-10.25,2.5],[16.75,-4.5],[-13.75,1.75],[-7,-61.75],[-0.25,0.5]],"v":[[9.5,-109.5],[-22.75,-96.75],[5.25,-33],[10.75,60.5],[33.5,72.5],[58.5,54.25],[29.5,-18],[38.25,-90.75]],"c":true}],"h":1},{"t":14,"s":[{"i":[[24.5,-1.25],[-5.75,2],[-11.25,-57.5],[10.25,-2.5],[-16.75,4.5],[13.844,-0.675],[10.25,64],[-6.5,-0.25]],"o":[[-24.5,1.25],[5.75,-2],[11.25,57.5],[-10.25,2.5],[16.75,-4.5],[-10.25,0.5],[-9.828,-61.364],[-0.25,0.5]],"v":[[-0.25,-124],[-23.5,-103.75],[4.75,-43.5],[11,60.75],[33.5,72.5],[50.5,53.25],[23.75,-31.5],[26.75,-112.75]],"c":true}],"h":1},{"t":16,"s":[{"i":[[24.5,-1.25],[-5.75,2],[-9.593,-57.799],[9.5,-0.25],[-16.75,4.5],[13.624,-2.554],[10.25,64],[-6.5,-0.25]],"o":[[-24.5,1.25],[5.75,-2],[10,60.25],[-10.547,0.278],[16.75,-4.5],[-8,1.5],[-9.828,-61.364],[-0.25,0.5]],"v":[[-0.25,-124],[-23.25,-107.5],[5.25,-43.75],[12.75,60],[33.5,72.5],[46,52],[21.75,-31.5],[17,-120.25]],"c":true}],"h":1},{"t":18,"s":[{"i":[[24.5,-1.25],[-5.75,2],[-10.25,-55],[9.5,-0.25],[-16.75,4.5],[13.624,-2.554],[10.25,64],[-6.5,-0.25]],"o":[[-24.5,1.25],[5.75,-2],[11.189,60.04],[-10.547,0.278],[16.75,-4.5],[-8,1.5],[-9.828,-61.364],[-0.25,0.5]],"v":[[-0.5,-129.25],[-20.75,-110.5],[6,-42.75],[13.75,59.25],[33.5,72.5],[43.75,51.75],[21,-33.5],[17.75,-123.75]],"c":true}],"h":1}]},"nm":"Path 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":10,"s":[{"i":[[2.063,0.026],[0.19,-7.45],[-1.891,-0.169],[-0.06,7.78]],"o":[[-2.063,-0.026],[-0.19,7.45],[1.891,0.169],[0.06,-7.78]],"v":[[37.358,-12.819],[34.741,0.451],[37.902,16.622],[40.201,1.575]],"c":true}],"h":1},{"t":12,"s":[{"i":[[3.25,-0.25],[-0.75,-11.75],[-3,0],[1,12.25]],"o":[[-3.25,0.25],[0.75,11.75],[3,0],[-1,-12.25]],"v":[[15.75,-91.5],[13.5,-70.25],[20.75,-45.25],[22.25,-69.25]],"c":true}],"h":1},{"t":14,"s":[{"i":[[3.25,-0.259],[-0.75,-12.192],[-3,0],[1,12.711]],"o":[[-3.25,0.259],[0.75,12.192],[3,0],[-1,-12.711]],"v":[[8.5,-107.241],[6.25,-85.191],[13.5,-59.25],[15,-84.153]],"c":true}],"h":1},{"t":16,"s":[{"i":[[3.242,-0.342],[-1.058,-12.169],[-2.999,0.076],[1.322,12.682]],"o":[[-3.242,0.342],[1.058,12.169],[2.999,-0.076],[-1.321,-12.682]],"v":[[2.647,-113.923],[1.706,-89.823],[10.36,-63.574],[10.979,-88.507]],"c":true}],"h":1},{"t":18,"s":[{"i":[[3.242,-0.342],[-1.058,-12.169],[-2.999,0.076],[1.322,12.682]],"o":[[-3.242,0.342],[1.058,12.169],[2.999,-0.076],[-1.321,-12.682]],"v":[[50.897,-90.173],[49.956,-66.073],[58.61,-39.824],[59.229,-64.757]],"c":true}],"h":1}]},"nm":"Path 1"},{"ind":1,"ty":"sh","ks":{"k":[{"t":10,"s":[{"i":[[2.229,0.064],[-0.228,-17.339],[-2.078,-0.19],[0.231,12.73]],"o":[[-2.229,-0.064],[0.228,17.339],[2.078,0.19],[-0.231,-12.73]],"v":[[34.222,39.563],[31.343,63.133],[33.987,90.906],[39.021,63.403]],"c":true}],"h":1},{"t":12,"s":[{"i":[[4,-0.25],[-3.25,-31],[-3.75,0],[2.5,22.75]],"o":[[-4,0.25],[3.25,31],[3.75,0],[-2.5,-22.75]],"v":[[16,-36.5],[16.5,6],[27.25,56.5],[26.75,6]],"c":true}],"h":1},{"t":14,"s":[{"i":[[2.75,0.25],[-3.25,-31],[-3.75,0],[2.5,22.75]],"o":[[-2.75,-0.25],[3.25,31],[3.75,0],[-2.5,-22.75]],"v":[[13.75,-46.5],[14.75,-1.25],[27.75,52],[24.5,-2.75]],"c":true}],"h":1},{"t":16,"s":[{"i":[[2.75,0.25],[-5.201,-30.733],[-2.75,0.25],[2.5,22.75]],"o":[[-2.75,-0.25],[5.5,32.5],[3.735,-0.34],[-2.5,-22.75]],"v":[[8.75,-57.5],[13.25,-7.25],[26.25,47.5],[22.5,-9]],"c":true}],"h":1},{"t":18,"s":[{"i":[[4.25,0],[-5.201,-30.733],[-2.75,0.25],[2.5,22.75]],"o":[[-7.603,0],[5.5,32.5],[3.735,-0.34],[-2.5,-22.75]],"v":[[1,-113.75],[9.5,-40.25],[27.5,49],[17,-43.25]],"c":true}],"h":1}]},"nm":"Path 2"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"mm","mm":3,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"}],"ip":10,"op":21,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"goop_01","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-2.25,-1.375],[-0.875,-8.625],[1.75,0],[-2,0.125],[2.125,0.5],[0.5,2.625],[0.25,3.25],[-2.75,0.875]],"o":[[2.25,1.375],[0.875,8.625],[-1.275,0],[2,-0.125],[-2.125,-0.5],[-0.5,-2.625],[-0.25,-3.25],[2.75,-0.875]],"v":[[41,61.125],[45.625,78.25],[44.75,91],[49.125,95.375],[52,93.25],[47.875,87.25],[45.625,70.25],[48.75,63.375]],"c":true}},"nm":"Path 1"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[5,-1],[-3.625,-0.125],[-0.375,-5.25],[2.625,0.5],[-6.875,-1.75],[3.5,1],[1.25,8.5],[-2.625,0.125]],"o":[[-5,1],[3.625,0.125],[0.375,5.25],[-2.625,-0.5],[6.875,1.75],[-3.5,-1],[-1.25,-8.5],[2.625,-0.125]],"v":[[34.875,58.375],[29.75,61.5],[35.25,72.625],[31.75,86.875],[42.125,94.875],[46,91.5],[37.75,72.5],[42.375,62.125]],"c":true}},"nm":"Path 2"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"}],"ip":8,"op":10,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":4,"nm":"C_shape_01","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[13,0],[16.5,0],[5.956,-0.726],[0,0],[0,0],[11.5,0.75]],"o":[[-13,0],[-16.5,0],[-10.25,1.25],[0,0],[0,0],[-11.5,-0.75]],"v":[[43.75,97],[-5,101],[-67.25,100.75],[-69.75,104.75],[101.5,104.75],[79.5,102.25]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":1,"op":2,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":4,"nm":"C_shape_02","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[33.5,0],[12.512,-3.204],[0,0],[0,0],[0,1.75],[18,2.5],[12.5,0.5]],"o":[[-33.5,0],[-20.5,5.25],[0,0],[0,0],[0,-1.75],[-18,-2.5],[-12.5,-0.5]],"v":[[-16.25,87.25],[-78,93.5],[-87.75,104],[137.5,104],[141.5,102.5],[107,91.75],[65,90.75]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":2,"op":4,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":4,"nm":"C_shape_03","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[59,0],[5.5,-2.25],[0,-2.75],[0,0],[0,0],[0,3.25],[8.5,5]],"o":[[-55,0],[-5.5,2.25],[0,2.75],[0,0],[0,0],[0,-3.25],[-8.5,-5]],"v":[[17.25,55.75],[-71,95.25],[-82.5,101.75],[-77,104.5],[136.75,104.5],[140.75,100.75],[122,89.75]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":4,"op":6,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":20,"ty":4,"nm":"C_shape_04","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[19.25,0],[15.25,-12],[0,-2.75],[0,-2.75],[0,0],[0,0],[0,2],[1.25,3.5],[22,13.5]],"o":[[-19.25,0],[-16.268,12.801],[0,2.75],[0,2.75],[0,0],[0,0],[0,-2],[-1.25,-3.5],[-22,-13.5]],"v":[[15.75,41.5],[-44.5,62.75],[-58.5,94.75],[-61,100.5],[-57.25,104],[121.5,104],[126,101.5],[121.5,95],[88.25,55.75]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":6,"op":8,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":21,"ty":4,"nm":"C_shape_05","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[18.5,-10.75],[2.5,-10.75],[0,-9.5],[0,0],[-10.75,0],[0,7.25],[49.25,28.75]],"o":[[-18.5,10.75],[-2.5,10.75],[0,9.5],[0,0],[5.5,0],[0,-7.25],[-28.385,-16.57]],"v":[[-21.5,7.25],[-43.75,59.5],[-57.75,95.25],[-53.5,104.5],[124.75,104.5],[125.25,88.75],[55.75,14.25]],"c":true}},"nm":"Path 1"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[7.044,7.208],[0,-11.25],[-8,-2.75],[-2.25,2.25]],"o":[[-10.75,-11],[0,11.25],[8,2.75],[2.25,-2.25]],"v":[[54,69.25],[23,70.25],[44,90.5],[66,92.75]],"c":true}},"nm":"Path 2"},{"ty":"mm","mm":3,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"}],"ip":8,"op":10,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":22,"ty":4,"nm":"C_shape_06","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[19,1.5],[13.25,-18.25],[-2.5,-20.5],[1.5,-9.5],[-0.25,-7],[0,0],[0,0],[18,0],[17.5,0],[0,4.75],[0,8.75],[-33.25,0],[0,0],[0,0],[31.738,30.227]],"o":[[-19,-1.5],[-13.25,18.25],[2.5,20.5],[-1.5,9.5],[0.25,7],[0,0],[0,0],[-18,0],[-17.5,0],[0,-4.75],[0,-8.75],[33.25,0],[0,0],[0,0],[-26.25,-25]],"v":[[13.75,-84],[-51,-67],[-54.25,1.75],[-50.5,83],[-56.75,98],[-47.25,104.625],[112.5,104.5],[66.75,98.5],[17.5,100],[-3.75,92],[0.5,54.25],[23.25,-24],[67.5,17.25],[116.75,17.25],[83.25,-47]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":10,"op":12,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":23,"ty":4,"nm":"C","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[267.5,286.5,0]},"a":{"k":[17.5,-113.5,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":12,"s":[{"i":[[-75.371,0],[-29.102,19.63],[0,0],[27.758,0],[0,39.88],[-14.871,8.889],[-17.399,-15.135],[0,0],[33.005,-27.323],[0,-56.954]],"o":[[28.379,0],[0,0],[-21.399,14.728],[-33.492,0],[0,-39.88],[18.412,-11.006],[0,0],[-43.102,-64.537],[-20.371,16.864],[0,65.546]],"v":[[17.871,3.021],[110.102,-19.63],[79.399,-59.228],[16.492,-39.454],[-52.722,-133.297],[-22.129,-196.889],[38.649,-190.115],[81.602,-210.463],[-55.879,-235.614],[-93.697,-126.546]],"c":true}],"h":1},{"t":14,"s":[{"i":[[-73.121,0],[-23.352,24.88],[0,0],[21.451,0],[0,39.88],[-25.621,13.139],[-14.399,-9.885],[0,0],[34.879,-24.886],[0,-56.954]],"o":[[28.379,0],[0,0],[-13.399,13.228],[-41.371,0],[0,-39.88],[19.087,-9.788],[0,0],[-60.852,-29.037],[-21.382,15.256],[0,65.546]],"v":[[17.871,3.021],[107.352,-33.13],[70.149,-63.478],[15.492,-40.704],[-52.972,-128.796],[-15.879,-208.639],[41.649,-205.615],[74.102,-245.463],[-54.379,-238.114],[-96.197,-128.546]],"c":true}],"h":1},{"t":16,"s":[{"i":[[-73.121,0],[-23.352,24.88],[0,0],[21.451,0],[0,39.88],[-27.571,14.639],[-17.399,-8.235],[0,0],[35.183,-27.163],[0,-61.393]],"o":[[28.379,0],[0,0],[-12.973,14.355],[-41.371,0],[0,-39.88],[18.952,-10.046],[0,0],[-43.902,-18.237],[-18.075,13.821],[0,65.546]],"v":[[17.871,3.021],[104.052,-35.08],[67.449,-66.628],[15.42,-41.304],[-55.222,-131.646],[-13.629,-212.839],[44.199,-213.565],[64.352,-254.913],[-55.579,-240.064],[-98.897,-133.197]],"c":true}],"h":1},{"t":18,"s":[{"i":[[-73.121,0],[-23.352,24.88],[0,0],[21.451,0],[0,39.88],[-28.871,15.639],[-19.399,-7.135],[0,0],[35.385,-28.682],[0,-64.352]],"o":[[28.379,0],[0,0],[-12.689,15.106],[-41.371,0],[0,-39.88],[18.861,-10.217],[0,0],[-32.602,-11.037],[-15.871,12.864],[0,65.547]],"v":[[17.871,3.021],[101.852,-36.38],[65.649,-68.728],[15.371,-41.704],[-56.722,-133.547],[-12.129,-215.639],[45.899,-218.865],[57.852,-261.213],[-56.379,-241.364],[-100.697,-136.297]],"c":true}],"h":1},{"t":21,"s":[{"i":[[-65.621,0],[-23.352,24.88],[0,0],[21.451,0],[0,39.88],[-38.121,11.389],[-21.899,0],[0,0],[37.129,-26.386],[0,-64.352]],"o":[[35.348,0],[0,0],[-12.689,15.106],[-43.371,0],[0,-39.88],[20.553,-6.141],[0,0],[-32.602,0],[-25.979,18.462],[0,66.797]],"v":[[17.871,3.021],[105.102,-35.88],[68.399,-68.478],[17.871,-43.204],[-53.972,-116.297],[4.871,-200.639],[71.899,-204.115],[73.602,-249.713],[-44.879,-225.114],[-97.447,-116.297]],"c":true}],"h":1},{"t":23,"s":[{"i":[[-68.806,0],[-28.5,22.214],[0,0],[22.279,0],[0,39.261],[-41.419,0],[-13.91,-13.396],[0,0],[41.444,0],[0,-63.353]],"o":[[36.713,0],[0,0],[-14.91,13.625],[-41.419,0],[0,-39.261],[22.279,0],[0,0],[-21.965,-25.876],[-67.15,0],[0,59.979]],"v":[[18.306,3.021],[114.75,-36.214],[73.41,-67.125],[18.306,-42.486],[-57.241,-107.989],[14.806,-177.743],[74.66,-153.604],[111.75,-183.265],[12.056,-228],[-104,-111.479]],"c":true}],"h":1},{"t":25,"s":[{"i":[[-64.655,0],[-21.149,25.983],[0,0],[21.451,0],[0,39.88],[-39.88,0],[-12.689,-15.408],[0,0],[35.349,0],[0,-64.352]],"o":[[35.349,0],[0,0],[-12.689,15.106],[-39.88,0],[0,-39.88],[21.451,0],[0,0],[-21.149,-26.285],[-64.655,0],[0,64.352]],"v":[[17.871,3.021],[107.602,-39.88],[71.649,-67.978],[17.871,-43.204],[-52.222,-113.297],[17.871,-183.389],[71.649,-158.615],[107.602,-186.713],[17.871,-229.614],[-98.447,-113.297]],"c":true}],"h":1}]},"nm":"C"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"C"}],"ip":12,"op":32,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":24,"ty":1,"nm":"ResizerTemp","parent":26,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[19,25.5,0]},"a":{"k":[250,300,0]},"s":{"k":[7.5,7.5,100]}},"ao":0,"sw":500,"sh":600,"sc":"#ffffff","ip":0,"op":32,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":26,"ty":1,"nm":"White Solid 17","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[40,50,0]},"a":{"k":[20,25,0]},"s":{"k":[200,200,100]}},"ao":0,"sw":40,"sh":50,"sc":"#ffffff","ip":0,"op":32,"st":0,"bm":0,"sr":1}],"v":"4.4.26","ddd":0,"ip":0,"op":32,"fr":25,"w":80,"h":100} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Mobilo/Colon.json b/ohos/flutter_lottie/assets/Mobilo/Colon.json new file mode 100644 index 0000000000000000000000000000000000000000..f0cb55ff42d0af03d530ed22a2985ba1b5835ea2 --- /dev/null +++ b/ohos/flutter_lottie/assets/Mobilo/Colon.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":1,"ty":3,"nm":"Null 6","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[303,350.5,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"ip":0,"op":36,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 16","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,56,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0.937,-48.274]],"o":[[0,0],[-1,51.5]],"v":[[-54,-160],[-54,-156]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":51},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":21,"op":22,"st":19,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 18","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,-122,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0.937,-48.274]],"o":[[0,0],[-1,51.5]],"v":[[-54,-148],[-54,-156]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":51},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":17,"op":18,"st":15,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 17","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,-82,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0.937,-48.274]],"o":[[0,0],[-1,51.5]],"v":[[-54,-144],[-54,-156]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":51},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":16,"op":17,"st":14,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 15","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,42,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0.937,-48.274]],"o":[[0,0],[-1,51.5]],"v":[[-54,-160],[-54,-156]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":51},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":15,"op":16,"st":13,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 13","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,28,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0.937,-48.274]],"o":[[0,0],[-1,51.5]],"v":[[-54,-120],[-54,-54]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":51},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":14,"op":15,"st":12,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 12","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-53,74,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,2.5]],"o":[[0,0],[-0.005,-222]],"v":[[20,-95],[19,-96.5]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":29},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-20,50],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":4,"op":5,"st":2,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 29","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-110,148,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-5,-0.5]],"o":[[0,0],[220.899,22.09]],"v":[[102,-154],[103,-153.5]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":20},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-40,30],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":5,"op":6,"st":3,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Shape Layer 28","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-86,96,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-5,-0.5]],"o":[[0,0],[220.899,22.09]],"v":[[102,-154],[103,-153.5]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":28},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-40,30],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":4,"op":5,"st":2,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"Shape Layer 9","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-26,20,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-5,-0.5]],"o":[[0,0],[220.899,22.09]],"v":[[102,-154],[103,-153.5]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":40},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-40,30],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":3,"op":4,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"Shape Layer 20","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-73,58,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,2.5]],"o":[[0,0],[-0.005,-222]],"v":[[19,-135],[19,-148.5]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":50},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":15,"op":16,"st":13,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"Shape Layer 19","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-73,98,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,2.5]],"o":[[0,0],[-0.005,-222]],"v":[[20,-135],[19,-88.5]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":51},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":14,"op":15,"st":12,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"Shape Layer 10","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-49,58,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,2.5]],"o":[[0,0],[-0.005,-222]],"v":[[20,-95],[19,-96.5]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":55},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":3,"op":4,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"Shape Layer 1","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,0,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-52,44]],"o":[[0,0],[169.472,-143.399]],"v":[[-54,34],[-10,-66]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":55},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":2,"op":3,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"Shape Layer 8","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,0,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-19,12.5]],"o":[[0,0],[185.462,-122.015]],"v":[[-10,-68],[31,-102.5]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":55},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":2,"op":3,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"Shape Layer 7","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[34,-6,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[21,2.5],[0,0]],"o":[[-21,-2.5],[0,0]],"v":[[102,-154],[59,-143.5]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":45},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":2,"op":3,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":4,"nm":"Shape Layer 3","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-16,0,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-51,-4]],"o":[[0,0],[221.32,17.358]],"v":[[69,-153],[136,-160]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":55},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":1,"op":2,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":4,"nm":"Shape Layer 5","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-14,0,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-127.5,-8.5]],"o":[[0,0],[221.508,14.767]],"v":[[14,-126],[164,-160.5]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":55},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":1,"op":2,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":4,"nm":"Up 6","parent":1,"ks":{"o":{"k":100},"r":{"k":90},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":1,"y":0},"n":"0p833_0p833_1_0","t":2,"s":[-53.446,-328.607,0],"e":[-53.446,-94.607,0],"to":[0,39,0],"ti":[4.73695171290616e-15,-9.33333301544189,0]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":15,"s":[-53.446,-94.607,0],"e":[-53.446,-272.607,0],"to":[-4.73695171290616e-15,9.33333301544189,0],"ti":[4.73695171290616e-15,29.6666660308838,0]},{"i":{"x":0,"y":0},"o":{"x":1,"y":1},"n":"0_0_1_1","t":18,"s":[-53.446,-272.607,0],"e":[-53.446,-272.607,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":1,"y":0},"n":"0p833_0p833_1_0","t":21,"s":[-53.446,-272.607,0],"e":[-53.446,-54.607,0],"to":[4.73695171290616e-15,36.3333320617676,0],"ti":[-4.73695171290616e-15,-36.3333320617676,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[-53.446,-54.607,0],"e":[-53.446,-54.607,0],"to":[0,0,0],"ti":[0,0,0]},{"t":25}]},"a":{"k":[25.893,-128.554,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":14,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":22,"s":[100,100,100],"e":[80,120,100]},{"i":{"x":[0.34,0.34,0.34],"y":[1,1,0.34]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p34_1_0p167_0p167","0p34_1_0p167_0p167","0p34_0p34_0p167_0p167"],"t":23,"s":[80,120,100],"e":[100,100,100]},{"t":25}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[-13.596,0],[0,13.898],[13.898,0],[0,-13.596]],"o":[[13.898,0],[0,-13.596],[-13.596,0],[0,13.898]],"v":[[0.213,-103.024],[25.893,-128.705],[0.213,-154.083],[-25.166,-128.705]],"c":true}],"e":[{"i":[[-13.596,0],[0,13.898],[13.898,0],[0,-13.596]],"o":[[13.898,0],[0,-13.596],[-13.596,0],[0,13.898]],"v":[[0.213,-103.024],[25.893,-128.705],[0.213,-154.083],[-25.166,-128.705]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[-13.596,0],[0,13.898],[13.898,0],[0,-13.596]],"o":[[13.898,0],[0,-13.596],[-13.596,0],[0,13.898]],"v":[[0.213,-103.024],[25.893,-128.705],[0.213,-154.083],[-25.166,-128.705]],"c":true}],"e":[{"i":[[-13.596,0],[0,28.113],[13.898,0],[0,-13.596]],"o":[[13.898,0],[0,-28.137],[-13.596,0],[0,13.898]],"v":[[15.838,-99.015],[28.843,-128.901],[15.838,-158.408],[-7.041,-128.901]],"c":true}]},{"i":{"x":0.34,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p34_1_0p167_0p167","t":23,"s":[{"i":[[-13.596,0],[0,28.113],[13.898,0],[0,-13.596]],"o":[[13.898,0],[0,-28.137],[-13.596,0],[0,13.898]],"v":[[15.838,-99.015],[28.843,-128.901],[15.838,-158.408],[-7.041,-128.901]],"c":true}],"e":[{"i":[[-13.596,0],[0,13.898],[13.898,0],[0,-13.596]],"o":[[13.898,0],[0,-13.596],[-13.596,0],[0,13.898]],"v":[[0.213,-103.024],[25.893,-128.705],[0.213,-154.083],[-25.166,-128.705]],"c":true}]},{"t":25}]},"nm":"colonpath"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"colon"}],"ip":15,"op":36,"st":2,"bm":0,"sr":1},{"ddd":0,"ind":20,"ty":4,"nm":"Up 5","parent":1,"ks":{"o":{"k":100},"r":{"k":90},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":1,"y":0},"n":"0p833_0p833_1_0","t":-2,"s":[-53.446,-328.607,0],"e":[-53.446,51.393,0],"to":[0,63.3333320617676,0],"ti":[0,-63.3333320617676,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[-53.446,51.393,0],"e":[-53.446,51.393,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":13,"s":[-53.446,51.393,0],"e":[-53.446,-130.607,0],"to":[-4.73695171290616e-15,-30.3333339691162,0],"ti":[4.73695171290616e-15,30.3333339691162,0]},{"i":{"x":0,"y":0},"o":{"x":1,"y":1},"n":"0_0_1_1","t":17,"s":[-53.446,-130.607,0],"e":[-53.446,-130.607,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":1,"y":0},"n":"0p833_0p833_1_0","t":19,"s":[-53.446,-130.607,0],"e":[-53.446,51.393,0],"to":[4.73695171290616e-15,30.3333339691162,0],"ti":[-4.73695171290616e-15,-30.3333339691162,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[-53.446,51.393,0],"e":[-53.446,51.393,0],"to":[0,0,0],"ti":[0,0,0]},{"t":24}]},"a":{"k":[25.893,-128.554,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":1,"s":[100,100,100],"e":[80,120,100]},{"i":{"x":[0.34,0.34,0.34],"y":[1,1,0.34]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p34_1_0p167_0p167","0p34_1_0p167_0p167","0p34_0p34_0p167_0p167"],"t":2,"s":[80,120,100],"e":[50,200,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.66,0.66,0.66],"y":[0,0,0.66]},"n":["0p833_0p833_0p66_0","0p833_0p833_0p66_0","0p833_0p833_0p66_0p66"],"t":13,"s":[50,200,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":14,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":21,"s":[100,100,100],"e":[80,120,100]},{"i":{"x":[0.34,0.34,0.34],"y":[1,1,0.34]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p34_1_0p167_0p167","0p34_1_0p167_0p167","0p34_0p34_0p167_0p167"],"t":22,"s":[80,120,100],"e":[100,100,100]},{"t":24}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":1,"s":[{"i":[[-13.596,0],[0,13.898],[13.898,0],[0,-13.596]],"o":[[13.898,0],[0,-13.596],[-13.596,0],[0,13.898]],"v":[[0.213,-103.024],[25.893,-128.705],[0.213,-154.083],[-25.166,-128.705]],"c":true}],"e":[{"i":[[-13.596,0],[0,28.113],[13.898,0],[0,-13.596]],"o":[[13.898,0],[0,-28.137],[-13.596,0],[0,13.898]],"v":[[15.838,-99.015],[28.843,-128.901],[15.838,-158.408],[-7.041,-128.901]],"c":true}]},{"i":{"x":0.34,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p34_1_0p167_0p167","t":2,"s":[{"i":[[-13.596,0],[0,28.113],[13.898,0],[0,-13.596]],"o":[[13.898,0],[0,-28.137],[-13.596,0],[0,13.898]],"v":[[15.838,-99.015],[28.843,-128.901],[15.838,-158.408],[-7.041,-128.901]],"c":true}],"e":[{"i":[[-13.596,0],[0,28.113],[13.898,0],[0,-17.284]],"o":[[13.898,0],[0,-28.137],[-13.596,0],[0,17.716]],"v":[[15.838,-95.682],[28.843,-128.901],[15.838,-161.741],[-7.041,-128.901]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.66,"y":0},"n":"0p833_0p833_0p66_0","t":13,"s":[{"i":[[-13.596,0],[0,28.113],[13.898,0],[0,-17.284]],"o":[[13.898,0],[0,-28.137],[-13.596,0],[0,17.716]],"v":[[15.838,-95.682],[28.843,-128.901],[15.838,-161.741],[-7.041,-128.901]],"c":true}],"e":[{"i":[[-13.596,0],[0,13.898],[13.898,0],[0,-13.596]],"o":[[13.898,0],[0,-13.596],[-13.596,0],[0,13.898]],"v":[[0.213,-103.024],[25.893,-128.705],[0.213,-154.083],[-25.166,-128.705]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[-13.596,0],[0,13.898],[13.898,0],[0,-13.596]],"o":[[13.898,0],[0,-13.596],[-13.596,0],[0,13.898]],"v":[[0.213,-103.024],[25.893,-128.705],[0.213,-154.083],[-25.166,-128.705]],"c":true}],"e":[{"i":[[-13.596,0],[0,13.898],[13.898,0],[0,-13.596]],"o":[[13.898,0],[0,-13.596],[-13.596,0],[0,13.898]],"v":[[0.213,-103.024],[25.893,-128.705],[0.213,-154.083],[-25.166,-128.705]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[-13.596,0],[0,13.898],[13.898,0],[0,-13.596]],"o":[[13.898,0],[0,-13.596],[-13.596,0],[0,13.898]],"v":[[0.213,-103.024],[25.893,-128.705],[0.213,-154.083],[-25.166,-128.705]],"c":true}],"e":[{"i":[[-13.596,0],[0,28.113],[13.898,0],[0,-13.596]],"o":[[13.898,0],[0,-28.137],[-13.596,0],[0,13.898]],"v":[[15.838,-99.015],[28.843,-128.901],[15.838,-158.408],[-7.041,-128.901]],"c":true}]},{"i":{"x":0.34,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p34_1_0p167_0p167","t":22,"s":[{"i":[[-13.596,0],[0,28.113],[13.898,0],[0,-13.596]],"o":[[13.898,0],[0,-28.137],[-13.596,0],[0,13.898]],"v":[[15.838,-99.015],[28.843,-128.901],[15.838,-158.408],[-7.041,-128.901]],"c":true}],"e":[{"i":[[-13.596,0],[0,13.898],[13.898,0],[0,-13.596]],"o":[[13.898,0],[0,-13.596],[-13.596,0],[0,13.898]],"v":[[0.213,-103.024],[25.893,-128.705],[0.213,-154.083],[-25.166,-128.705]],"c":true}]},{"t":24}]},"nm":"colon path"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"colon"}],"ip":3,"op":36,"st":-2,"bm":0,"sr":1},{"ddd":0,"ind":21,"ty":4,"nm":"Shape Layer 25","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-155,-110,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,-0.866]],"o":[[0,0],[0,42]],"v":[[101,-174],[101,-164.5]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":50},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":22,"op":23,"st":20,"bm":0,"sr":1},{"ddd":0,"ind":22,"ty":4,"nm":"Shape Layer 24","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-155,-92,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,-0.866]],"o":[[0,0],[0,42]],"v":[[101,-174],[101,-164.5]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":50},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":17,"op":18,"st":15,"bm":0,"sr":1},{"ddd":0,"ind":23,"ty":4,"nm":"Shape Layer 23","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-155,-52,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0.236,-5.794],[0,-0.866]],"o":[[0,0],[-0.049,1.207],[0,42]],"v":[[102,-174],[101.079,-160.66],[101,-156.5]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":50},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":16,"op":17,"st":14,"bm":0,"sr":1},{"ddd":0,"ind":24,"ty":4,"nm":"Shape Layer 22","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-73,6,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,2.5]],"o":[[0,0],[-0.005,-222]],"v":[[20,-147],[19,-148.5]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":50},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":21,"op":22,"st":19,"bm":0,"sr":1},{"ddd":0,"ind":25,"ty":4,"nm":"Shape Layer 21","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-73,6,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,2.5]],"o":[[0,0],[-0.005,-222]],"v":[[20,-147],[19,-148.5]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":50},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":16,"op":17,"st":14,"bm":0,"sr":1}],"v":"4.4.26","ddd":0,"ip":0,"op":36,"fr":25,"w":500,"h":600} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Mobilo/Comma.json b/ohos/flutter_lottie/assets/Mobilo/Comma.json new file mode 100644 index 0000000000000000000000000000000000000000..27c96e66b74992aa1f54a389ad2139322c9ed1f3 --- /dev/null +++ b/ohos/flutter_lottie/assets/Mobilo/Comma.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":1,"ty":1,"nm":"Main Circle","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.397,"y":1},"o":{"x":0.749,"y":0},"n":"0p397_1_0p749_0","t":0,"s":[248.189,381.189,0],"e":[250.189,158.189,0],"to":[0.33333334326744,-37.1666679382324,0],"ti":[-0.33333334326744,37.1666679382324,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":2,"s":[250.189,158.189,0],"e":[250.189,158.189,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.596,"y":0},"n":"0p667_1_0p596_0","t":11,"s":[250.189,158.189,0],"e":[250.189,377.189,0],"to":[0,36.5,0],"ti":[0,-36.5,0]},{"t":14}]},"a":{"k":[145.439,169.439,0]},"s":{"k":[{"i":{"x":[0,0,0.667],"y":[1,1,0.667]},"o":{"x":[0.559,0.559,0.333],"y":[0,0,0.333]},"n":["0_1_0p559_0","0_1_0p559_0","0p667_0p667_0p333_0p333"],"t":0,"s":[0,0,100],"e":[100,100,100]},{"t":1}]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"k":{"i":[[14.05,0],[0,-14.05],[-14.05,0],[0,14.05]],"o":[[-14.05,0],[0,14.05],[14.05,0],[0,-14.05]],"v":[[145.439,144],[120,169.439],[145.439,194.879],[170.879,169.439]],"c":true}},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"sw":500,"sh":600,"sc":"#00023d","ip":0,"op":41,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":1,"nm":"Tail/Tracer","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[242.354,343.012,0]},"a":{"k":[222.854,231.512,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[0,0,100],"e":[100,100,100]},{"t":1}]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.733,"y":0},"n":"0p833_0p833_0p733_0","t":1,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[250.207,189.75],[210.5,189.5],[221.75,214.523],[237.207,214.797]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[254.858,53.779],[206.504,53.482],[221.905,207.999],[237.362,208.272]],"c":true}]},{"i":{"x":0.187,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p187_1_0p167_0p167","t":2,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[254.858,53.779],[206.504,53.482],[221.905,207.999],[237.362,208.272]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[255.102,53.812],[206.457,53.688],[222,204.023],[237.457,204.297]],"c":true}]},{"i":{"x":0.747,"y":1},"o":{"x":0.733,"y":0},"n":"0p747_1_0p733_0","t":3,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[255.102,53.812],[206.457,53.688],[222,204.023],[237.457,204.297]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[254.977,53.938],[206.457,54.062],[221.5,186.523],[236.957,186.797]],"c":true}]},{"i":{"x":0.267,"y":1},"o":{"x":1,"y":0},"n":"0p267_1_1_0","t":4,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[254.977,53.938],[206.457,54.062],[221.5,186.523],[236.957,186.797]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[255.227,53.688],[206.457,54.062],[223.5,114.773],[238.457,114.797]],"c":true}]},{"i":{"x":0.267,"y":1},"o":{"x":0.367,"y":1},"n":"0p267_1_0p367_1","t":6,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[255.227,53.688],[206.457,54.062],[223.5,114.773],[238.457,114.797]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[254.476,56.312],[207.207,56.437],[221.75,88.773],[239.957,89.047]],"c":true}]},{"i":{"x":0.314,"y":1},"o":{"x":0.367,"y":1},"n":"0p314_1_0p367_1","t":7,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[254.476,56.312],[207.207,56.437],[221.75,88.773],[239.957,89.047]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[246.852,55.688],[215.332,56.812],[217.5,45.523],[244.457,45.547]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":8,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[246.852,55.688],[215.332,56.812],[217.5,45.523],[244.457,45.547]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[247.232,50.625],[213.9,53.25],[220.099,36.398],[241.306,36.547]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":11,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[247.232,50.625],[213.9,53.25],[220.099,36.398],[241.306,36.547]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[254.363,66.813],[207.468,66.188],[222.699,27.273],[238.156,27.547]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":12,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[254.363,66.813],[207.468,66.188],[222.699,27.273],[238.156,27.547]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[255.863,182.5],[205.593,183],[224,64.023],[238.207,64.297]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":13,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[255.863,182.5],[205.593,183],[224,64.023],[238.207,64.297]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[255.456,260],[206.312,259.625],[221.541,102.523],[242.123,102.719]],"c":true}]},{"i":{"x":0.801,"y":1},"o":{"x":0.736,"y":0},"n":"0p801_1_0p736_0","t":14,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[255.456,260],[206.312,259.625],[221.541,102.523],[242.123,102.719]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[254.331,257.75],[206.937,257.688],[216.324,244.273],[244.406,243.969]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":19,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[254.331,257.75],[206.937,257.688],[216.324,244.273],[244.406,243.969]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[251.331,280.25],[219.937,288.688],[219.074,291.898],[244.531,296.844]],"c":true}]},{"i":{"x":0.382,"y":1},"o":{"x":0.614,"y":0},"n":"0p382_1_0p614_0","t":21,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[251.331,280.25],[219.937,288.688],[219.074,291.898],[244.531,296.844]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[251.331,280.25],[219.937,288.688],[192.574,362.523],[211.906,369.719]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.922,"y":0},"n":"0_1_0p922_0","t":23.234,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[251.331,280.25],[219.937,288.688],[192.574,362.523],[211.906,369.719]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[251.331,280.25],[219.937,288.688],[204.381,335.535],[223.713,342.73]],"c":true}]},{"t":27}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"sw":500,"sh":600,"sc":"#00023d","ip":0,"op":27,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Little Circle","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":1,"y":1},"o":{"x":0.49,"y":0},"n":"1_1_0p49_0","t":17,"s":[250.189,158.189,0],"e":[250.189,377.189,0],"to":[0,14.2553644180298,0],"ti":[0,-22.2446365356445,0]},{"t":21}]},"a":{"k":[0.605,-79.222,0]},"s":{"k":[274,274,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[8.59,8.59]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0.605,-79.222],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":13,"op":41,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"splash 1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250.5,371,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[16.75,1.25]],"o":[[0,0],[-11.977,-0.894]],"v":[[-12.5,-28.25],[-30.5,-2.5]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[100],"e":[0]},{"t":6}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[100],"e":[0]},{"t":11}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":0,"op":41,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"splash 2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[244,341,0]},"a":{"k":[0,0,0]},"s":{"k":[-100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[16.75,1.25]],"o":[[0,0],[-11.977,-0.894]],"v":[[-12.5,-28.25],[-30.5,-2.5]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[100],"e":[0]},{"t":6}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[100],"e":[0]},{"t":15}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":0,"op":41,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"splash 3","ks":{"o":{"k":100},"r":{"k":30},"p":{"k":[271,361,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[17.086,-12.301]],"o":[[0,0],[-14.422,10.383]],"v":[[-15,-28.25],[-30.5,-2.5]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":22,"s":[0],"e":[100]},{"t":28}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[0],"e":[100]},{"t":25}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-3.199,93.223],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":0,"op":37,"st":-4,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"splash 4","ks":{"o":{"k":100},"r":{"k":19},"p":{"k":[268.5,372.5,0]},"a":{"k":[0,0,0]},"s":{"k":[-100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[17.086,-12.301]],"o":[[0,0],[-14.422,10.383]],"v":[[-15,-28.25],[-30.5,-2.5]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":25,"s":[0],"e":[100]},{"t":30}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":22,"s":[0],"e":[100]},{"t":27}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-3.199,93.223],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":0,"op":37,"st":-4,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"dot 4","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[317.711,287.902,0]},"a":{"k":[-89.598,-97.598,0]},"s":{"k":[24.33,24.011,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[28.805,28.805]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-89.598,-97.598],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":13,"op":17,"st":11,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"dot 3","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[298.711,239.902,0]},"a":{"k":[-89.598,-97.598,0]},"s":{"k":[43.33,42.761,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[28.805,28.805]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-89.598,-97.598],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":9,"op":13,"st":7,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"dot 2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[180.711,351.902,0]},"a":{"k":[-89.598,-97.598,0]},"s":{"k":[30,29.606,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[28.805,28.805]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-89.598,-97.598],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":18,"op":23,"st":14,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"dot 1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[208.711,277.902,0]},"a":{"k":[-89.598,-97.598,0]},"s":{"k":[24,23.685,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[28.805,28.805]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-89.598,-97.598],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":4,"op":9,"st":2,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":",","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[241.75,399.75,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,4.532],[13.898,0],[0,-13.898],[-8.157,-4.532],[0,0],[0,0],[0,0]],"o":[[0,-13.898],[-13.898,0],[0,9.668],[0,0],[0,0],[0,0],[2.115,-3.625]],"v":[[34.097,-22.357],[8.416,-48.038],[-16.962,-22.357],[-3.065,0.302],[-19.077,48.038],[2.374,55.289],[30.773,-9.97]],"c":true}},"nm":","},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":","}],"ip":27,"op":48,"st":0,"bm":0,"sr":1}],"v":"4.4.26","ddd":0,"ip":0,"op":48,"fr":25,"w":500,"h":600} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Mobilo/D.json b/ohos/flutter_lottie/assets/Mobilo/D.json new file mode 100644 index 0000000000000000000000000000000000000000..66998a66890f1c377bf895f864e6797ee7976572 --- /dev/null +++ b/ohos/flutter_lottie/assets/Mobilo/D.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":3,"nm":"Rotation","parent":22,"ks":{"o":{"k":0},"r":{"k":[{"i":{"x":[0.3],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p3_1_0p167_0p167"],"t":9,"s":[0],"e":[-27.4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0],"y":[0]},"n":["0p833_0p833_0_0"],"t":17,"s":[-27.4],"e":[-27.4]},{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p2_1_0p167_0p167"],"t":20,"s":[-27.4],"e":[1.6]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.8],"y":[0]},"n":["0p833_0p833_0p8_0"],"t":22,"s":[1.6],"e":[-0.4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24,"s":[-0.4],"e":[0]},{"t":25}]},"p":{"k":[324,281,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"ip":0,"op":29,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":3,"nm":"Position","parent":0,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[{"i":{"x":0.2,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p2_1_0p167_0p167","t":8,"s":[0,0,0],"e":[-48.2,0,0],"to":[-8.03333377838135,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0,"y":0},"n":"0p833_0p833_0_0","t":18,"s":[-48.2,0,0],"e":[0,0,0],"to":[0,0,0],"ti":[-8.36658191680908,0.00751352356747,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[0,0,0],"e":[1.999,-0.045,0],"to":[8.36658191680908,-0.00751352356747,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[1.999,-0.045,0],"e":[0,0,0],"to":[0,0,0],"ti":[0.33324864506721,-0.00751352356747,0]},{"t":24}]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"ip":0,"op":29,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Mobilo_D 2","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-74,119,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,-40.485],[43.506,0]],"o":[[0,0],[0,0],[43.506,0],[0,40.485],[0,0]],"v":[[-43.027,-41.995],[-43.027,-184.598],[-18.858,-184.598],[49.725,-113.297],[-18.858,-41.995]],"c":true}},"nm":"D"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"D"}],"ip":22,"op":29,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Mobilo_D","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-74,119,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,62.54],[73.114,0],[0,0]],"o":[[0,0],[73.114,0],[0,-62.54],[0,0],[0,0]],"v":[[-89.857,0],[-16.743,0],[98.669,-113.297],[-16.743,-226.593],[-89.857,-226.593]],"c":true}},"nm":"D"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"D"}],"ip":22,"op":29,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"MotionLine","parent":1,"ks":{"o":{"k":100},"r":{"k":180},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[-13,-56.9,0],"e":[74,-56.9,0],"to":[14.5,0,0],"ti":[-14.5,0,0]},{"t":23}]},"a":{"k":[0,0,0]},"s":{"k":[100,50,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[222.5,-54.5],[-87,-55]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p1_1_0p167_0p167"],"t":20,"s":[57],"e":[100]},{"t":23}],"ix":1},"e":{"k":100,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":26},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":21,"op":29,"st":10,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"MotionLine","parent":1,"ks":{"o":{"k":100},"r":{"k":180},"p":{"k":[78,-10.4,0]},"a":{"k":[0,0,0]},"s":{"k":[100,50,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[222.5,-54.5],[-87,-55]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p1_1_0p167_0p167"],"t":21,"s":[22.6],"e":[100]},{"t":24}],"ix":1},"e":{"k":100,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":26},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":21,"op":29,"st":11,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"BackHighlight","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.607,"y":0.67},"o":{"x":0.167,"y":0.167},"n":"0p607_0p67_0p167_0p167","t":0,"s":[-74,139,0],"e":[-74,67.964,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.38,"y":1},"o":{"x":0.143,"y":0.564},"n":"0p38_1_0p143_0p564","t":1,"s":[-74,67.964,0],"e":[-74,-8,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.8,"y":0},"n":"0p833_0p833_0p8_0","t":6,"s":[-74,-8,0],"e":[-74,19,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[-74,19,0],"e":[-170.759,19,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.2,"y":0.799},"o":{"x":0.167,"y":0.167},"n":"0p2_0p799_0p167_0p167","t":9,"s":[-170.759,19,0],"e":[-289,19,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0,"y":0},"n":"0p833_0p833_0_0","t":15,"s":[-289,19,0],"e":[-298.9,19,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[-298.9,19,0],"e":[-207.9,19,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[-207.9,19,0],"e":[-216.1,19,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[-216.1,19,0],"e":[-214.7,19,0],"to":[0,0,0],"ti":[0,0,0]},{"t":23}]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[74,-127],[74,99.625]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":47},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p5_1_0p167_0p167"],"t":1,"s":[58],"e":[0]},{"t":5}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.8],"y":[0]},"n":["0p833_0p833_0p8_0"],"t":2,"s":[100],"e":[0]},{"t":7}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":1,"op":8,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Back","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.607,"y":0.67},"o":{"x":0.167,"y":0.167},"n":"0p607_0p67_0p167_0p167","t":0,"s":[-74,139,0],"e":[-74,67.964,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.38,"y":1},"o":{"x":0.143,"y":0.564},"n":"0p38_1_0p143_0p564","t":1,"s":[-74,67.964,0],"e":[-74,-8,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.8,"y":0},"n":"0p833_0p833_0p8_0","t":6,"s":[-74,-8,0],"e":[-74,19,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[-74,19,0],"e":[-170.759,19,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.2,"y":0.799},"o":{"x":0.167,"y":0.167},"n":"0p2_0p799_0p167_0p167","t":9,"s":[-170.759,19,0],"e":[-289,19,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0,"y":0},"n":"0p833_0p833_0_0","t":15,"s":[-289,19,0],"e":[-298.9,19,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[-298.9,19,0],"e":[-207.9,19,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[-207.9,19,0],"e":[-216.1,19,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[-216.1,19,0],"e":[-214.7,19,0],"to":[0,0,0],"ti":[0,0,0]},{"t":23}]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[74,-127],[74,99.625]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":47},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p5_1_0p167_0p167"],"t":1,"s":[58],"e":[0]},{"t":5}],"ix":1},"e":{"k":100,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":1,"op":22,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"MotionLine","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-74,45,0]},"a":{"k":[0,0,0]},"s":{"k":[100,50,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[222.5,-54.5],[-125,-54.5]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.5],"y":[0]},"n":["0p833_0p833_0p5_0"],"t":11,"s":[0],"e":[100]},{"t":16}],"ix":1},"e":{"k":[{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p5_1_0p167_0p167"],"t":9,"s":[0],"e":[100]},{"t":15}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":26},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":0,"op":29,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"MotionLine","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-74,-2,0]},"a":{"k":[0,0,0]},"s":{"k":[100,50,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[222.5,-54.5],[-125,-54.5]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.5],"y":[0]},"n":["0p833_0p833_0p5_0"],"t":9,"s":[0],"e":[100]},{"t":14}],"ix":1},"e":{"k":[{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p5_1_0p167_0p167"],"t":8,"s":[0],"e":[100]},{"t":13}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":26},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":0,"op":29,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"Arrow","parent":1,"ks":{"o":{"k":100},"r":{"k":90},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[62.468,0.5,0],"e":[64.461,-5.413,0],"to":[0,0,0],"ti":[0,0,0]},{"t":22}]},"a":{"k":[74,-19,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[74,-127],[74,99.625]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":47},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":21,"s":[22],"e":[6]},{"t":22}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":21,"op":22,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"Arrow","parent":6,"ks":{"o":{"k":100},"r":{"k":90},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[223.987,-19,0],"e":[211.587,-19,0],"to":[0,0,0],"ti":[0,0,0]},{"t":9}]},"a":{"k":[74,-19,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":10,"s":[100,100,100],"e":[100,110.2,100]},{"t":11}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[74,-127],[74,99.625]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":47},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":7,"s":[21.3],"e":[100]},{"t":9}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":9,"op":21,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"Arrow","parent":1,"ks":{"o":{"k":100},"r":{"k":90},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[53.229,0,0],"e":[40.829,0,0],"to":[0,0,0],"ti":[0,0,0]},{"t":9}]},"a":{"k":[74,-19,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[74,-127],[74,99.625]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":47},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":7,"s":[21.3],"e":[100]},{"t":9}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":7,"op":9,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"CurveHL","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-74,19,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[0,-0.625],[0,-25.5],[0,-48.625]],"o":[[0,41.25],[0,25.5],[-0.25,0.062]],"v":[[74,-127],[74.5,-13],[74,99.625]],"c":false}],"e":[{"i":[[-0.225,-0.4],[0,-25.5],[33.99,-16.002]],"o":[[33.884,13.084],[0,25.5],[-0.25,0.062]],"v":[[42.116,-98.584],[74.5,-13],[42.26,72.252]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[-0.225,-0.4],[0,-25.5],[33.99,-16.002]],"o":[[33.884,13.084],[0,25.5],[-0.25,0.062]],"v":[[42.116,-98.584],[74.5,-13],[42.26,72.252]],"c":false}],"e":[{"i":[[-0.401,-0.224],[0,-25.5],[52.054,-11.526]],"o":[[52.781,7.349],[0,25.5],[-0.25,0.062]],"v":[[17.731,-104.975],[74.5,-13],[17.696,77.838]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[-0.401,-0.224],[0,-25.5],[52.054,-11.526]],"o":[[52.781,7.349],[0,25.5],[-0.25,0.062]],"v":[[17.731,-104.975],[74.5,-13],[17.696,77.838]],"c":false}],"e":[{"i":[[-0.522,-0.103],[0,-25.5],[64.171,-5.304]],"o":[[65.855,3.382],[0,25.5],[-0.25,0.062]],"v":[[0.994,-106.893],[74.5,-13],[0.672,80.067]],"c":false}]},{"i":{"x":0.2,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p2_1_0p167_0p167","t":11,"s":[{"i":[[-0.522,-0.103],[0,-25.5],[64.171,-5.304]],"o":[[65.855,3.382],[0,25.5],[-0.25,0.062]],"v":[[0.994,-106.893],[74.5,-13],[0.672,80.067]],"c":false}],"e":[{"i":[[-0.625,0],[0,-25.5],[74.5,0]],"o":[[77,0],[0,25.5],[-0.25,0.062]],"v":[[-13.5,-105.75],[74.5,-13],[-14,79.188]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0,"y":0},"n":"0p833_0p833_0_0","t":14,"s":[{"i":[[-0.625,0],[0,-25.5],[74.5,0]],"o":[[77,0],[0,25.5],[-0.25,0.062]],"v":[[-13.5,-105.75],[74.5,-13],[-14,79.188]],"c":false}],"e":[{"i":[[-0.625,0],[0,-25.5],[74.5,0]],"o":[[77,0],[0,25.5],[-0.25,0.062]],"v":[[-13.5,-105.75],[74.5,-13],[-14,79.188]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[-0.625,0],[0,-25.5],[74.5,0]],"o":[[77,0],[0,25.5],[-0.25,0.062]],"v":[[-13.5,-105.75],[74.5,-13],[-14,79.188]],"c":false}],"e":[{"i":[[-0.625,0],[0,-25.5],[61,0]],"o":[[62.5,0],[0,25.5],[-0.25,0.062]],"v":[[-3.5,-105.75],[74.5,-13],[-4,79.188]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[-0.625,0],[0,-25.5],[61,0]],"o":[[62.5,0],[0,25.5],[-0.25,0.062]],"v":[[-3.5,-105.75],[74.5,-13],[-4,79.188]],"c":false}],"e":[{"i":[[-0.625,0],[0,-25.5],[74.5,0]],"o":[[77,0],[0,25.5],[-0.25,0.062]],"v":[[-13.5,-105.75],[74.5,-13],[-14,79.188]],"c":false}]},{"t":22}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":42},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":19,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[0],"e":[45]},{"t":21}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":19,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[100],"e":[55]},{"t":21}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":19,"op":22,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"BotLineHL","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-74,-7.5,0]},"a":{"k":[0,0,0]},"s":{"k":[100,-100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[-56.75,-0.625],[-19,-44.875]],"o":[[56.75,0.625],[18.113,42.779]],"v":[[-45.438,-104.812],[68.5,-68.875]],"c":false}],"e":[{"i":[[-43.247,1.238],[-25.5,-39.375]],"o":[[74.25,-2.125],[34.5,53.875]],"v":[[-82.25,-104.625],[59,-76.625]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[-43.247,1.238],[-25.5,-39.375]],"o":[[74.25,-2.125],[34.5,53.875]],"v":[[-82.25,-104.625],[59,-76.625]],"c":false}],"e":[{"i":[[-81.75,0],[-31.75,-52.625]],"o":[[120.5,0],[35.366,58.619]],"v":[[-115.688,-105.125],[62.25,-67.125]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[-81.75,0],[-31.75,-52.625]],"o":[[120.5,0],[35.366,58.619]],"v":[[-115.688,-105.125],[62.25,-67.125]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-135.75,-104.75],[-7.625,-106.062]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-135.75,-104.75],[-7.625,-106.062]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-148.875,-105],[-11.75,-105.562]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-148.875,-105],[-11.75,-105.562]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-157.688,-105.188],[-13,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-157.688,-105.188],[-13,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-163.75,-105.125],[-13,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-163.75,-105.125],[-13,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-166.625,-105.5],[-13,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-166.625,-105.5],[-13,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-168.75,-105.5],[-13,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-168.75,-105.5],[-13,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-171.5,-105.5],[-13,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-171.5,-105.5],[-13,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-173.75,-105.5],[-13,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-173.75,-105.5],[-13,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-128.75,-105.5],[-7.875,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-128.75,-105.5],[-7.875,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-82.375,-105.5],[-2.75,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-82.375,-105.5],[-2.75,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-90,-105.5],[-12.125,-105.5]],"c":false}]},{"t":22}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":42},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":19,"s":[0],"e":[63.4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[63.4],"e":[100]},{"t":21}],"ix":1},"e":{"k":100,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":19,"op":22,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"TopLineHL","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-74,18.5,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[-56.75,-0.625],[-19,-44.875]],"o":[[56.75,0.625],[18.113,42.779]],"v":[[-44.5,-105.875],[68.5,-68.875]],"c":false}],"e":[{"i":[[-43.247,1.238],[-22.25,-35.625]],"o":[[74.25,-2.125],[34.5,53.875]],"v":[[-82.25,-105.875],[59,-78.125]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[-43.247,1.238],[-22.25,-35.625]],"o":[[74.25,-2.125],[34.5,53.875]],"v":[[-82.25,-105.875],[59,-78.125]],"c":false}],"e":[{"i":[[-81.75,0],[-31.75,-52.625]],"o":[[120.5,0],[35.366,58.619]],"v":[[-115.75,-105.875],[62.25,-67.125]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[-81.75,0],[-31.75,-52.625]],"o":[[120.5,0],[35.366,58.619]],"v":[[-115.75,-105.875],[62.25,-67.125]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-135.75,-105.5],[-7.125,-105.438]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-135.75,-105.5],[-7.125,-105.438]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-148.875,-105.5],[-11.75,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-148.875,-105.5],[-11.75,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-157.875,-105.5],[-13,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-157.875,-105.5],[-13,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-163.75,-105.5],[-13,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-163.75,-105.5],[-13,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-166.625,-105.5],[-13,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-166.625,-105.5],[-13,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-168.75,-105.5],[-13,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-168.75,-105.5],[-13,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-171.5,-105.5],[-13,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-171.5,-105.5],[-13,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-173.75,-105.5],[-13,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-173.75,-105.5],[-13,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-128.75,-105.5],[-7.875,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-128.75,-105.5],[-7.875,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-82.375,-105.5],[-2.75,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-82.375,-105.5],[-2.75,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-90,-105.5],[-12.125,-105.5]],"c":false}]},{"t":22}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":42},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":19,"s":[0],"e":[63]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[63],"e":[100]},{"t":21}],"ix":1},"e":{"k":100,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":19,"op":22,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"Curve","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-74,19,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[0,-0.625],[0,-25.5],[0,-48.625]],"o":[[0,41.25],[0,25.5],[-0.25,0.062]],"v":[[74,-127],[74.5,-13],[74,99.625]],"c":false}],"e":[{"i":[[-0.225,-0.4],[0,-25.5],[33.99,-16.002]],"o":[[33.884,13.084],[0,25.5],[-0.25,0.062]],"v":[[42.116,-98.584],[74.5,-13],[42.26,72.252]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[-0.225,-0.4],[0,-25.5],[33.99,-16.002]],"o":[[33.884,13.084],[0,25.5],[-0.25,0.062]],"v":[[42.116,-98.584],[74.5,-13],[42.26,72.252]],"c":false}],"e":[{"i":[[-0.401,-0.224],[0,-25.5],[52.054,-11.526]],"o":[[52.781,7.349],[0,25.5],[-0.25,0.062]],"v":[[17.731,-104.975],[74.5,-13],[17.696,77.838]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[-0.401,-0.224],[0,-25.5],[52.054,-11.526]],"o":[[52.781,7.349],[0,25.5],[-0.25,0.062]],"v":[[17.731,-104.975],[74.5,-13],[17.696,77.838]],"c":false}],"e":[{"i":[[-0.522,-0.103],[0,-25.5],[64.171,-5.304]],"o":[[65.855,3.382],[0,25.5],[-0.25,0.062]],"v":[[0.994,-106.893],[74.5,-13],[0.672,80.067]],"c":false}]},{"i":{"x":0.2,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p2_1_0p167_0p167","t":11,"s":[{"i":[[-0.522,-0.103],[0,-25.5],[64.171,-5.304]],"o":[[65.855,3.382],[0,25.5],[-0.25,0.062]],"v":[[0.994,-106.893],[74.5,-13],[0.672,80.067]],"c":false}],"e":[{"i":[[-0.625,0],[0,-25.5],[74.5,0]],"o":[[77,0],[0,25.5],[-0.25,0.062]],"v":[[-13.5,-105.75],[74.5,-13],[-14,79.188]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0,"y":0},"n":"0p833_0p833_0_0","t":14,"s":[{"i":[[-0.625,0],[0,-25.5],[74.5,0]],"o":[[77,0],[0,25.5],[-0.25,0.062]],"v":[[-13.5,-105.75],[74.5,-13],[-14,79.188]],"c":false}],"e":[{"i":[[-0.625,0],[0,-25.5],[74.5,0]],"o":[[77,0],[0,25.5],[-0.25,0.062]],"v":[[-13.5,-105.75],[74.5,-13],[-14,79.188]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[-0.625,0],[0,-25.5],[74.5,0]],"o":[[77,0],[0,25.5],[-0.25,0.062]],"v":[[-13.5,-105.75],[74.5,-13],[-14,79.188]],"c":false}],"e":[{"i":[[-0.625,0],[0,-25.5],[61,0]],"o":[[62.5,0],[0,25.5],[-0.25,0.062]],"v":[[-3.5,-105.75],[74.5,-13],[-4,79.188]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[-0.625,0],[0,-25.5],[61,0]],"o":[[62.5,0],[0,25.5],[-0.25,0.062]],"v":[[-3.5,-105.75],[74.5,-13],[-4,79.188]],"c":false}],"e":[{"i":[[-0.625,0],[0,-25.5],[74.5,0]],"o":[[77,0],[0,25.5],[-0.25,0.062]],"v":[[-13.5,-105.75],[74.5,-13],[-14,79.188]],"c":false}]},{"t":22}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":42},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":19,"op":22,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":4,"nm":"BotLine","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-74,-7.5,0]},"a":{"k":[0,0,0]},"s":{"k":[100,-100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[-56.75,-0.625],[-19,-44.875]],"o":[[56.75,0.625],[18.113,42.779]],"v":[[-45.438,-104.812],[68.5,-68.875]],"c":false}],"e":[{"i":[[-43.247,1.238],[-25.5,-39.375]],"o":[[74.25,-2.125],[34.5,53.875]],"v":[[-82.25,-104.625],[59,-76.625]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[-43.247,1.238],[-25.5,-39.375]],"o":[[74.25,-2.125],[34.5,53.875]],"v":[[-82.25,-104.625],[59,-76.625]],"c":false}],"e":[{"i":[[-81.75,0],[-31.75,-52.625]],"o":[[120.5,0],[35.366,58.619]],"v":[[-115.688,-105.125],[62.25,-67.125]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[-81.75,0],[-31.75,-52.625]],"o":[[120.5,0],[35.366,58.619]],"v":[[-115.688,-105.125],[62.25,-67.125]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-135.75,-104.75],[-7.625,-106.062]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-135.75,-104.75],[-7.625,-106.062]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-148.875,-105],[-11.75,-105.562]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-148.875,-105],[-11.75,-105.562]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-157.688,-105.188],[-13,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-157.688,-105.188],[-13,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-163.75,-105.125],[-13,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-163.75,-105.125],[-13,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-166.625,-105.5],[-13,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-166.625,-105.5],[-13,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-168.75,-105.5],[-13,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-168.75,-105.5],[-13,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-171.5,-105.5],[-13,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-171.5,-105.5],[-13,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-173.75,-105.5],[-13,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-173.75,-105.5],[-13,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-128.75,-105.5],[-7.875,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-128.75,-105.5],[-7.875,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-82.375,-105.5],[-2.75,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-82.375,-105.5],[-2.75,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-90,-105.5],[-12.125,-105.5]],"c":false}]},{"t":22}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":42},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":19,"op":22,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":4,"nm":"TopLine","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-74,18.5,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[-56.75,-0.625],[-19,-44.875]],"o":[[56.75,0.625],[18.113,42.779]],"v":[[-44.5,-105.875],[68.5,-68.875]],"c":false}],"e":[{"i":[[-43.247,1.238],[-22.25,-35.625]],"o":[[74.25,-2.125],[34.5,53.875]],"v":[[-82.25,-105.875],[59,-78.125]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[-43.247,1.238],[-22.25,-35.625]],"o":[[74.25,-2.125],[34.5,53.875]],"v":[[-82.25,-105.875],[59,-78.125]],"c":false}],"e":[{"i":[[-81.75,0],[-31.75,-52.625]],"o":[[120.5,0],[35.366,58.619]],"v":[[-115.75,-105.875],[62.25,-67.125]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[-81.75,0],[-31.75,-52.625]],"o":[[120.5,0],[35.366,58.619]],"v":[[-115.75,-105.875],[62.25,-67.125]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-135.75,-105.5],[-7.125,-105.438]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-135.75,-105.5],[-7.125,-105.438]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-148.875,-105.5],[-11.75,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-148.875,-105.5],[-11.75,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-157.875,-105.5],[-13,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-157.875,-105.5],[-13,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-163.75,-105.5],[-13,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-163.75,-105.5],[-13,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-166.625,-105.5],[-13,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-166.625,-105.5],[-13,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-168.75,-105.5],[-13,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-168.75,-105.5],[-13,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-171.5,-105.5],[-13,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-171.5,-105.5],[-13,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-173.75,-105.5],[-13,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-173.75,-105.5],[-13,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-128.75,-105.5],[-7.875,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-128.75,-105.5],[-7.875,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-82.375,-105.5],[-2.75,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-82.375,-105.5],[-2.75,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-90,-105.5],[-12.125,-105.5]],"c":false}]},{"t":22}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":42},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":19,"op":22,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":4,"nm":"Curve","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-74,19,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[0,-0.625],[0,-25.5],[0,-48.625]],"o":[[0,41.25],[0,25.5],[-0.25,0.062]],"v":[[74,-127],[74.5,-13],[74,99.625]],"c":false}],"e":[{"i":[[-0.225,-0.4],[0,-25.5],[33.99,-16.002]],"o":[[33.884,13.084],[0,25.5],[-0.25,0.062]],"v":[[42.116,-98.584],[74.5,-13],[42.26,72.252]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[-0.225,-0.4],[0,-25.5],[33.99,-16.002]],"o":[[33.884,13.084],[0,25.5],[-0.25,0.062]],"v":[[42.116,-98.584],[74.5,-13],[42.26,72.252]],"c":false}],"e":[{"i":[[-0.401,-0.224],[0,-25.5],[52.054,-11.526]],"o":[[52.781,7.349],[0,25.5],[-0.25,0.062]],"v":[[17.731,-104.975],[74.5,-13],[17.696,77.838]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[-0.401,-0.224],[0,-25.5],[52.054,-11.526]],"o":[[52.781,7.349],[0,25.5],[-0.25,0.062]],"v":[[17.731,-104.975],[74.5,-13],[17.696,77.838]],"c":false}],"e":[{"i":[[-0.522,-0.103],[0,-25.5],[64.171,-5.304]],"o":[[65.855,3.382],[0,25.5],[-0.25,0.062]],"v":[[0.994,-106.893],[74.5,-13],[0.672,80.067]],"c":false}]},{"i":{"x":0.2,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p2_1_0p167_0p167","t":11,"s":[{"i":[[-0.522,-0.103],[0,-25.5],[64.171,-5.304]],"o":[[65.855,3.382],[0,25.5],[-0.25,0.062]],"v":[[0.994,-106.893],[74.5,-13],[0.672,80.067]],"c":false}],"e":[{"i":[[-0.625,0],[0,-25.5],[74.5,0]],"o":[[77,0],[0,25.5],[-0.25,0.062]],"v":[[-13.5,-105.75],[74.5,-13],[-14,79.188]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0,"y":0},"n":"0p833_0p833_0_0","t":14,"s":[{"i":[[-0.625,0],[0,-25.5],[74.5,0]],"o":[[77,0],[0,25.5],[-0.25,0.062]],"v":[[-13.5,-105.75],[74.5,-13],[-14,79.188]],"c":false}],"e":[{"i":[[-0.625,0],[0,-25.5],[74.5,0]],"o":[[77,0],[0,25.5],[-0.25,0.062]],"v":[[-13.5,-105.75],[74.5,-13],[-14,79.188]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[-0.625,0],[0,-25.5],[74.5,0]],"o":[[77,0],[0,25.5],[-0.25,0.062]],"v":[[-13.5,-105.75],[74.5,-13],[-14,79.188]],"c":false}],"e":[{"i":[[-0.625,0],[0,-25.5],[61,0]],"o":[[62.5,0],[0,25.5],[-0.25,0.062]],"v":[[-3.5,-105.75],[74.5,-13],[-4,79.188]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[-0.625,0],[0,-25.5],[61,0]],"o":[[62.5,0],[0,25.5],[-0.25,0.062]],"v":[[-3.5,-105.75],[74.5,-13],[-4,79.188]],"c":false}],"e":[{"i":[[-0.625,0],[0,-25.5],[74.5,0]],"o":[[77,0],[0,25.5],[-0.25,0.062]],"v":[[-13.5,-105.75],[74.5,-13],[-14,79.188]],"c":false}]},{"t":22}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":42},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":9,"op":19,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":20,"ty":4,"nm":"BotLine","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-74,-7.5,0]},"a":{"k":[0,0,0]},"s":{"k":[100,-100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[-56.75,-0.625],[-19,-44.875]],"o":[[56.75,0.625],[18.113,42.779]],"v":[[-45.438,-104.812],[68.5,-68.875]],"c":false}],"e":[{"i":[[-43.247,1.238],[-25.5,-39.375]],"o":[[74.25,-2.125],[34.5,53.875]],"v":[[-82.25,-104.625],[59,-76.625]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[-43.247,1.238],[-25.5,-39.375]],"o":[[74.25,-2.125],[34.5,53.875]],"v":[[-82.25,-104.625],[59,-76.625]],"c":false}],"e":[{"i":[[-81.75,0],[-31.75,-52.625]],"o":[[120.5,0],[35.366,58.619]],"v":[[-115.688,-105.125],[62.25,-67.125]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[-81.75,0],[-31.75,-52.625]],"o":[[120.5,0],[35.366,58.619]],"v":[[-115.688,-105.125],[62.25,-67.125]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-135.75,-104.75],[-7.625,-106.062]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-135.75,-104.75],[-7.625,-106.062]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-148.875,-105],[-11.75,-105.562]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-148.875,-105],[-11.75,-105.562]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-157.688,-105.188],[-13,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-157.688,-105.188],[-13,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-163.75,-105.125],[-13,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-163.75,-105.125],[-13,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-166.625,-105.5],[-13,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-166.625,-105.5],[-13,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-168.75,-105.5],[-13,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-168.75,-105.5],[-13,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-171.5,-105.5],[-13,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-171.5,-105.5],[-13,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-173.75,-105.5],[-13,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-173.75,-105.5],[-13,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-128.75,-105.5],[-7.875,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-128.75,-105.5],[-7.875,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-82.375,-105.5],[-2.75,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-82.375,-105.5],[-2.75,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-90,-105.5],[-12.125,-105.5]],"c":false}]},{"t":22}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":42},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":9,"op":19,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":21,"ty":4,"nm":"TopLine","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-74,18.5,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[-56.75,-0.625],[-19,-44.875]],"o":[[56.75,0.625],[18.113,42.779]],"v":[[-44.5,-105.875],[68.5,-68.875]],"c":false}],"e":[{"i":[[-43.247,1.238],[-22.25,-35.625]],"o":[[74.25,-2.125],[34.5,53.875]],"v":[[-82.25,-105.875],[59,-78.125]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[-43.247,1.238],[-22.25,-35.625]],"o":[[74.25,-2.125],[34.5,53.875]],"v":[[-82.25,-105.875],[59,-78.125]],"c":false}],"e":[{"i":[[-81.75,0],[-31.75,-52.625]],"o":[[120.5,0],[35.366,58.619]],"v":[[-115.75,-105.875],[62.25,-67.125]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[-81.75,0],[-31.75,-52.625]],"o":[[120.5,0],[35.366,58.619]],"v":[[-115.75,-105.875],[62.25,-67.125]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-135.75,-105.5],[-7.125,-105.438]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-135.75,-105.5],[-7.125,-105.438]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-148.875,-105.5],[-11.75,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-148.875,-105.5],[-11.75,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-157.875,-105.5],[-13,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-157.875,-105.5],[-13,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-163.75,-105.5],[-13,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-163.75,-105.5],[-13,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-166.625,-105.5],[-13,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-166.625,-105.5],[-13,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-168.75,-105.5],[-13,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-168.75,-105.5],[-13,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-171.5,-105.5],[-13,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-171.5,-105.5],[-13,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-173.75,-105.5],[-13,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-173.75,-105.5],[-13,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-128.75,-105.5],[-7.875,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-128.75,-105.5],[-7.875,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-82.375,-105.5],[-2.75,-105.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-82.375,-105.5],[-2.75,-105.5]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-90,-105.5],[-12.125,-105.5]],"c":false}]},{"t":22}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":42},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":9,"op":19,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":22,"ty":1,"nm":"ResizerTemp","parent":24,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[19,25.5,0]},"a":{"k":[250,300,0]},"s":{"k":[7.5,7.5,100]}},"ao":0,"sw":500,"sh":600,"sc":"#ffffff","ip":0,"op":29,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":24,"ty":1,"nm":"White Solid 24","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[40,50,0]},"a":{"k":[20,25,0]},"s":{"k":[200,200,100]}},"ao":0,"sw":40,"sh":50,"sc":"#ffffff","ip":0,"op":29,"st":0,"bm":0,"sr":1}],"v":"4.4.26","ddd":0,"ip":0,"op":29,"fr":25,"w":80,"h":100} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Mobilo/E.json b/ohos/flutter_lottie/assets/Mobilo/E.json new file mode 100644 index 0000000000000000000000000000000000000000..0cfbebe2c50093eb10b0d74059fc6fdfc6ebedff --- /dev/null +++ b/ohos/flutter_lottie/assets/Mobilo/E.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":3,"nm":"scale","parent":17,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[257,401,0]},"a":{"k":[0,0,0]},"s":{"k":[{"i":{"x":[0.732,0.667,0.667],"y":[1.089,0.667,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p732_1p089_0p167_0p167","0p667_0p667_0p167_0p167","0p667_0p667_0p167_0p167"],"t":0,"s":[100,100,100],"e":[80,100,100]},{"i":{"x":[0.667,0.645,0.667],"y":[1,1.164,0.667]},"o":{"x":[0.35,0.333,0.333],"y":[0.083,0,0.333]},"n":["0p667_1_0p35_0p083","0p645_1p164_0p333_0","0p667_0p667_0p333_0p333"],"t":7,"s":[80,100,100],"e":[100,90,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.271,0.333],"y":[0.333,0.125,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_1_0p271_0p125","0p667_0p667_0p333_0p333"],"t":12,"s":[100,90,100],"e":[100,100,100]},{"t":17}]}},"ao":0,"ip":0,"op":26,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"splash","parent":0,"ks":{"o":{"k":100},"r":{"k":23},"p":{"k":[39,-13.5,0]},"a":{"k":[-75,-100.5,0]},"s":{"k":[-72,72,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-110.5,-124.5],[-109,-102.5],[-99,-103],[-96.5,-123.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-97.5,-154],[-100,-135],[-98.5,-135],[-95,-152.5]],"c":true}]},{"t":20}]},"nm":"Tracé 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fond 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Forme 6"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-121.5,-113],[-131,-111],[-117.5,-101.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-134,-124.5],[-134.5,-123],[-129,-116.5]],"c":true}]},{"t":20}]},"nm":"Tracé 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fond 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Forme 5"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-86,-110],[-94.5,-96],[-89.5,-90.5],[-72.5,-103.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-57.5,-127.5],[-68.5,-116],[-67.5,-116],[-56.5,-126]],"c":true}]},{"t":21}]},"nm":"Tracé 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fond 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Forme 4"}],"ip":18,"op":22,"st":18,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"splash","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-78,-182.5,0]},"a":{"k":[-75,-100.5,0]},"s":{"k":[-120,120,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-110.5,-124.5],[-109,-102.5],[-99,-103],[-96.5,-123.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-97.5,-154],[-100,-135],[-98.5,-135],[-95,-152.5]],"c":true}]},{"t":23}]},"nm":"Tracé 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fond 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Forme 6"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-121.5,-113],[-131,-111],[-117.5,-101.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-134,-124.5],[-134.5,-123],[-129,-116.5]],"c":true}]},{"t":23}]},"nm":"Tracé 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fond 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Forme 5"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-86,-110],[-94.5,-96],[-89.5,-90.5],[-72.5,-103.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-57.5,-127.5],[-68.5,-116],[-67.5,-116],[-56.5,-126]],"c":true}]},{"t":24}]},"nm":"Tracé 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fond 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Forme 4"}],"ip":21,"op":25,"st":21,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"splash","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-8,-192.5,0]},"a":{"k":[-75,-100.5,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-102.5,-125.5],[-105.5,-101],[-101,-100],[-96.5,-123.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-97.5,-154],[-100,-135],[-98.5,-135],[-93.5,-152.5]],"c":true}]},{"t":22}]},"nm":"Tracé 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fond 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Forme 6"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-126.5,-112],[-131,-111],[-121.5,-101]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-134,-124.5],[-134.5,-123],[-129,-116.5]],"c":true}]},{"t":23}]},"nm":"Tracé 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fond 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Forme 5"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-78,-108.5],[-93,-92.5],[-89.5,-90.5],[-72.5,-103.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-56.5,-127.5],[-67.5,-116],[-66.5,-116],[-55.5,-126]],"c":true}]},{"t":22}]},"nm":"Tracé 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fond 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Forme 4"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-137,-109.25],[-143.75,-109],[-129.25,-91.25],[-123.75,-91.75]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-172,-146],[-174.25,-145.5],[-161.75,-131],[-160.25,-133]],"c":true}]},{"t":22}]},"nm":"Tracé 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fond 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Forme 3"}],"ip":20,"op":24,"st":20,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"splash","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-67,-11.5,0]},"a":{"k":[-75,-100.5,0]},"s":{"k":[-100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-110.5,-124.5],[-109,-102.5],[-99,-103],[-96.5,-123.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-97.5,-154],[-100,-135],[-98.5,-135],[-95,-152.5]],"c":true}]},{"t":13}]},"nm":"Tracé 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fond 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Forme 6"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-121.5,-113],[-131,-111],[-117.5,-101.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-134,-124.5],[-134.5,-123],[-129,-116.5]],"c":true}]},{"t":13}]},"nm":"Tracé 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fond 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Forme 5"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-86,-110],[-94.5,-96],[-89.5,-90.5],[-72.5,-103.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-57.5,-127.5],[-68.5,-116],[-67.5,-116],[-56.5,-126]],"c":true}]},{"t":14}]},"nm":"Tracé 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fond 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Forme 4"}],"ip":11,"op":15,"st":11,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"splash","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-13,-11.5,0]},"a":{"k":[-75,-100.5,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-102.5,-125.5],[-105.5,-101],[-101,-100],[-96.5,-123.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-97.5,-154],[-100,-135],[-98.5,-135],[-93.5,-152.5]],"c":true}]},{"t":14}]},"nm":"Tracé 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fond 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Forme 6"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-126.5,-112],[-131,-111],[-121.5,-101]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-134,-124.5],[-134.5,-123],[-129,-116.5]],"c":true}]},{"t":15}]},"nm":"Tracé 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fond 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Forme 5"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-78,-108.5],[-93,-92.5],[-89.5,-90.5],[-72.5,-103.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-56.5,-127.5],[-67.5,-116],[-66.5,-116],[-55.5,-126]],"c":true}]},{"t":14}]},"nm":"Tracé 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fond 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Forme 4"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-137,-109.25],[-143.75,-109],[-129.25,-91.25],[-123.75,-91.75]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-172,-146],[-174.25,-145.5],[-161.75,-131],[-160.25,-133]],"c":true}]},{"t":14}]},"nm":"Tracé 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fond 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Forme 3"}],"ip":12,"op":16,"st":12,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"bottom","parent":0,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.791],"y":[0.766]},"o":{"x":[0.17],"y":[0.399]},"n":["0p791_0p766_0p17_0p399"],"t":14,"s":[-90],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":18,"s":[0],"e":[-5]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":21,"s":[-5],"e":[0]},{"t":24}]},"p":{"k":[-25.5,-1,0]},"a":{"k":[-18.5,100,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[75,58.5],[-19,58.5],[-18.5,100],[75,100]],"c":true}},"nm":"Tracé 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fond 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Forme 1"}],"ip":14,"op":25,"st":14,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"middle","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-48,-0.938,0]},"a":{"k":[-41.5,100.062,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":6,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[35.25,52.25],[-10.875,52.25],[-11.75,99.938],[35.375,99.938]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[31.328,-170.889],[-4.317,-170.889],[-5.561,32.657],[30.91,32.657]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.12,"y":0},"n":"0_1_0p12_0","t":7,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[31.328,-170.889],[-4.317,-170.889],[-5.561,32.657],[30.91,32.657]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[48.972,-295.602],[-27.382,-287.684],[-23.317,-235.872],[53.825,-243.872]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":1,"y":0},"n":"0p833_1_1_0","t":10,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[48.972,-295.602],[-27.382,-287.684],[-23.317,-235.872],[53.825,-243.872]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[62.125,-24.812],[-18.75,-24.812],[-19.062,17.875],[62,17.875]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":17,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[62.125,-24.812],[-18.75,-24.812],[-19.062,17.875],[62,17.875]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[62.125,-33.812],[-63.75,-33.75],[-64.062,7.938],[62,7.875]],"c":true}]},{"t":21}]},"nm":"Tracé 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fond 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Forme 2"}],"ip":6,"op":25,"st":6,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"up","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-48,-0.938,0]},"a":{"k":[-41.5,100.062,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":8,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[35.25,52.25],[-10.875,52.25],[-11.75,99.938],[35.375,99.938]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[31.328,-170.889],[-4.317,-170.889],[-5.561,32.657],[30.91,32.657]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.12,"y":0},"n":"0_1_0p12_0","t":9,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[31.328,-170.889],[-4.317,-170.889],[-5.561,32.657],[30.91,32.657]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[48.047,-287.433],[-73.771,-272.223],[-68.425,-220.528],[54.18,-235.839]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":1,"y":0},"n":"0p833_0p833_1_0","t":12,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[48.047,-287.433],[-73.771,-272.223],[-68.425,-220.528],[54.18,-235.839]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[60.121,-232.057],[-67.946,-229.727],[-68.882,-181.194],[59.754,-183.524]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[60.121,-232.057],[-67.946,-229.727],[-68.882,-181.194],[59.754,-183.524]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[74.25,-134.062],[-62.875,-126.938],[-63.188,-80.25],[74.125,-91.375]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[74.25,-134.062],[-62.875,-126.938],[-63.188,-80.25],[74.125,-91.375]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[74.25,-124.062],[-63.875,-126.938],[-64.188,-84.25],[74.125,-81.375]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p833_1_0p167_0p167","t":22,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[74.25,-124.062],[-63.875,-126.938],[-64.188,-84.25],[74.125,-81.375]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[74.188,-126.441],[-63.75,-126.566],[-64.062,-85.879],[74.062,-85.754]],"c":true}]},{"t":25}]},"nm":"Tracé 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fond 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Forme 2"}],"ip":12,"op":25,"st":8,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"vertical","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-48,-0.938,0]},"a":{"k":[-41.5,100.062,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":1,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-17.75,52.25],[-63.875,52.25],[-64.75,99.938],[-17.625,99.938]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-22.672,-170.889],[-58.317,-170.889],[-59.561,32.657],[-23.09,32.657]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.12,"y":0},"n":"0_1_0p12_0","t":2,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-22.672,-170.889],[-58.317,-170.889],[-59.561,32.657],[-23.09,32.657]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-2.121,-251.893],[-78.815,-255.146],[-82.316,-203.293],[-4.829,-200.007]],"c":true}]},{"i":{"x":1,"y":1},"o":{"x":1,"y":0},"n":"1_1_1_0","t":4,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-2.121,-251.893],[-78.815,-255.146],[-82.316,-203.293],[-4.829,-200.007]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-18,-51.75],[-64.125,-51.75],[-64.75,99.938],[-17.625,99.938]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0,"y":0},"n":"0p667_1_0_0","t":12,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-18,-51.75],[-64.125,-51.75],[-64.75,99.938],[-17.625,99.938]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-17.75,-85.75],[-63.875,-85.75],[-64.75,99.938],[-17.625,99.938]],"c":true}]},{"t":18}]},"nm":"Tracé 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fond 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Forme 2"}],"ip":1,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"stroke_blue","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-7,-101,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[77.5,99],[-21,3.833]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[74.5,99],[41.5,41]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[74.5,99],[41.5,41]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[70,99],[69,89]],"c":false}]},{"t":18}]},"nm":"Tracé 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":15},"lc":1,"lj":1,"ml":4,"nm":"Contour 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Forme 1"}],"ip":14,"op":19,"st":14,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"stroke_orange","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-7,-101,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-40,92],[-40,73.45],[-40,65]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-40,27],[-40,-130.331],[-40,-202]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-40,27],[-40,-130.331],[-40,-202]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-40,-207],[-40,-223.489],[-40,-231]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-40,-207],[-40,-223.489],[-40,-231]],"c":false}],"e":[{"i":[[0,0],[6.75,8.5],[0,0]],"o":[[0,0],[-10.028,-12.627],[0,0]],"v":[[-41.75,-167],[-39,-194],[-36.5,-225]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,0],[6.75,8.5],[0,0]],"o":[[0,0],[-10.028,-12.627],[0,0]],"v":[[-41.75,-167],[-39,-194],[-36.5,-225]],"c":false}],"e":[{"i":[[0,0],[0.5,41.705],[0,0]],"o":[[0,0],[-0.528,-44.061],[0,0]],"v":[[-40,-4],[-40.5,-144.705],[-40,-235]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[0,0],[0.5,41.705],[0,0]],"o":[[0,0],[-0.528,-44.061],[0,0]],"v":[[-40,-4],[-40.5,-144.705],[-40,-235]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-40,91],[-40,-141.218],[-40,-247]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-40,91],[-40,-141.218],[-40,-247]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-40,91],[-40,-122.864],[-40,-220.286]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-40,91],[-40,-122.864],[-40,-220.286]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-40,91],[-40,-42.285],[-40,-103]],"c":false}]},{"t":20}]},"nm":"Tracé 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":15},"lc":1,"lj":1,"ml":4,"nm":"Contour 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Forme 1"}],"ip":10,"op":23,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"white_line","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[73,-45,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-40,-274],[-40,-93]],"c":false}},"nm":"Tracé 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":10},"lc":1,"lj":1,"ml":4,"nm":"Contour 1"},{"ty":"tr","p":{"k":[-20,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Forme 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[0],"e":[90]},{"t":18}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":15,"s":[0],"e":[90]},{"t":21}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Raccorder les tracés 1"}],"ip":15,"op":25,"st":14,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"white_line","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[86,-101,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-40,-274],[-40,-136]],"c":false}},"nm":"Tracé 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":10},"lc":1,"lj":1,"ml":4,"nm":"Contour 1"},{"ty":"tr","p":{"k":[-20,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Forme 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":18,"s":[0],"e":[90]},{"t":22}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":19,"s":[0],"e":[90]},{"t":24}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Raccorder les tracés 1"}],"ip":20,"op":25,"st":19,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"white_line","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[66,-101,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-40,101],[-40,-231]],"c":false}},"nm":"Tracé 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":10},"lc":1,"lj":1,"ml":4,"nm":"Contour 1"},{"ty":"tr","p":{"k":[-20,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Forme 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":6,"s":[0],"e":[90]},{"t":9}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":7,"s":[0],"e":[90]},{"t":13}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Raccorder les tracés 1"}],"ip":6,"op":19,"st":7,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"white_line","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[13,-101,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-40,101],[-40,-212]],"c":false}},"nm":"Tracé 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":10},"lc":1,"lj":1,"ml":4,"nm":"Contour 1"},{"ty":"tr","p":{"k":[-20,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Forme 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0.179]},"n":["0p667_1_0p333_0p179"],"t":2,"s":[14.481],"e":[83]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":3,"s":[83],"e":[90]},{"t":5}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[0.512]},"o":{"x":[0.333],"y":[0.2]},"n":["0p667_0p512_0p333_0p2"],"t":2,"s":[4.509],"e":[17.423]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0.347]},"n":["0p667_1_0p333_0p347"],"t":3,"s":[17.423],"e":[90]},{"t":7}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Raccorder les tracés 1"}],"ip":1,"op":12,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"E Outlines","parent":17,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":23,"s":[0],"e":[100]},{"t":25}]},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[75.082,-184.9],[75.082,-226.593],[-64.197,-226.593],[-64.197,0],[75.082,0],[75.082,-41.693],[-17.065,-41.693],[-17.065,-92.45],[62.393,-92.45],[62.393,-134.143],[-17.065,-134.143],[-17.065,-184.9]],"c":true}},"nm":"E"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"E"}],"ip":23,"op":26,"st":23,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":1,"nm":"ResizerTemp","parent":19,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[19,25.5,0]},"a":{"k":[250,300,0]},"s":{"k":[7.5,7.5,100]}},"ao":0,"sw":500,"sh":600,"sc":"#ffffff","ip":0,"op":26,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":1,"nm":"White Solid 18","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[40,50,0]},"a":{"k":[20,25,0]},"s":{"k":[200,200,100]}},"ao":0,"sw":40,"sh":50,"sc":"#ffffff","ip":0,"op":26,"st":0,"bm":0,"sr":1}],"v":"4.4.26","ddd":0,"ip":0,"op":26,"fr":25,"w":80,"h":100} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Mobilo/F.json b/ohos/flutter_lottie/assets/Mobilo/F.json new file mode 100644 index 0000000000000000000000000000000000000000..840da5ed97053bb190ed3ea650f8d1d3bc15d374 --- /dev/null +++ b/ohos/flutter_lottie/assets/Mobilo/F.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"sphere_dark_blue","parent":21,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.4,"y":1},"o":{"x":0.6,"y":0},"n":"0p4_1_0p6_0","t":7,"s":[104,110,0],"e":[104,50,0],"to":[0,-10.6982717514038,0],"ti":[0,0,0]},{"i":{"x":0.4,"y":1},"o":{"x":0.6,"y":0},"n":"0p4_1_0p6_0","t":11,"s":[104,50,0],"e":[104,100.97,0],"to":[0,0,0],"ti":[0,-11.2149543762207,0]},{"t":15}]},"a":{"k":[-174,-76,0]},"s":{"k":[{"i":{"x":[0.199,0.199,0.667],"y":[1,1,0.667]},"o":{"x":[0.062,0.062,0.333],"y":[0.16,0.16,0.333]},"n":["0p199_1_0p062_0p16","0p199_1_0p062_0p16","0p667_0p667_0p333_0p333"],"t":7,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.938,0.938,0.667],"y":[0.775,0.775,0.667]},"o":{"x":[0.696,0.696,0.333],"y":[0,0,0.333]},"n":["0p938_0p775_0p696_0","0p938_0p775_0p696_0","0p667_0p667_0p333_0p333"],"t":11,"s":[100,100,100],"e":[0,0,100]},{"t":15}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[14,14]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-174,-76],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":7,"op":27,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"triangle_dark_blue","parent":21,"ks":{"o":{"k":100},"r":{"k":132.407},"p":{"k":[-180.668,161.401,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":2,"d":1,"pt":{"k":3,"ix":3},"p":{"k":[0,0],"ix":4},"r":{"k":143.746,"ix":5},"or":{"k":18.601,"ix":7},"os":{"k":-10,"ix":9},"ix":1,"nm":"Polystar Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-186,-259],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Polystar 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":9,"s":[0],"e":[100]},{"t":16}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":4,"s":[0],"e":[100]},{"t":11}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":4,"op":16,"st":4,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"stroke_mid_blue","parent":20,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":5,"s":[-125.5,-48,0],"e":[84.5,-48,0],"to":[35,0,0],"ti":[-35,0,0]},{"t":15}]},"a":{"k":[-45.5,-48,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-61,-48],[13,-48]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":5,"s":[0],"e":[100]},{"t":16}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":5,"s":[0],"e":[100]},{"t":6}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-40,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":10,"op":16,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"stroke_mid_white","parent":20,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":4,"s":[-125.5,-48,0],"e":[84.5,-48,0],"to":[35,0,0],"ti":[-35,0,0]},{"t":14}]},"a":{"k":[-45.5,-48,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-61,-48],[13,-48]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":4,"s":[0],"e":[100]},{"t":15}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":4,"s":[0],"e":[100]},{"t":5}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":6},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-40,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":10,"op":15,"st":-2,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"F_2_dark_blue","parent":20,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":10,"s":[-173.614,-13.297,0],"e":[-13.614,-13.297,0],"to":[26.6666660308838,0,0],"ti":[-26.6666660308838,0,0]},{"t":18}]},"a":{"k":[-13.614,-113.297,0]},"s":{"k":[{"i":{"x":[0.51,0.667,0.667],"y":[1,0.667,0.667]},"o":{"x":[0.156,0.333,0.333],"y":[0.296,0.333,0.333]},"n":["0p51_1_0p156_0p296","0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333"],"t":10,"s":[0,100,100],"e":[181,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0.333,0.333]},"n":["0p667_1_0p333_0","0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333"],"t":15,"s":[181,100,100],"e":[85,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0.333,0.333]},"n":["0p667_1_0p333_0","0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333"],"t":20,"s":[85,100,100],"e":[102,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,0.833,0.833]},"o":{"x":[0.333,0.333,0.333],"y":[0,0.333,0.333]},"n":["0p833_1_0p333_0","0p833_0p833_0p333_0p333","0p833_0p833_0p333_0p333"],"t":24,"s":[102,100,100],"e":[100,100,100]},{"t":27}]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.106,"y":1},"n":"0p833_0p833_0p106_1","t":10,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-13.995,-134.375],[-13.995,-92.75],[16.669,-92.75],[125.284,-92.75],[125.284,-110.097],[125.284,-134.375],[19.455,-134.375]],"c":true}],"e":[{"i":[[0,0],[0,0],[-19.588,1.33],[0,0],[0.496,7.025],[0,0],[19.339,-8.458]],"o":[[0,0],[0,0],[14.99,-1.018],[0,0],[-0.496,-7.025],[0,0],[-18.025,7.883]],"v":[[5.884,-101.376],[2.773,-97.217],[33.499,-98.703],[63.561,-99.399],[59.54,-113.494],[65.224,-130.418],[37.282,-121.46]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[0,0],[0,0],[-19.588,1.33],[0,0],[0.496,7.025],[0,0],[19.339,-8.458]],"o":[[0,0],[0,0],[14.99,-1.018],[0,0],[-0.496,-7.025],[0,0],[-18.025,7.883]],"v":[[5.884,-101.376],[2.773,-97.217],[33.499,-98.703],[63.561,-99.399],[59.54,-113.494],[65.224,-130.418],[37.282,-121.46]],"c":true}],"e":[{"i":[[0,0],[0,0],[-17.812,-6.546],[0,0],[0,0],[0,0],[23.433,-12.455]],"o":[[0,0],[0,0],[27.12,9.966],[0,0],[0,0],[0,0],[-17.372,9.234]],"v":[[-7.848,-111.637],[-7.746,-109.418],[34.43,-85.977],[124.849,-82.809],[124.003,-109.558],[122.82,-146.995],[33.634,-136.678]],"c":true}]},{"i":{"x":0.51,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p51_1_0p167_0p167","t":12,"s":[{"i":[[0,0],[0,0],[-17.812,-6.546],[0,0],[0,0],[0,0],[23.433,-12.455]],"o":[[0,0],[0,0],[27.12,9.966],[0,0],[0,0],[0,0],[-17.372,9.234]],"v":[[-7.848,-111.637],[-7.746,-109.418],[34.43,-85.977],[124.849,-82.809],[124.003,-109.558],[122.82,-146.995],[33.634,-136.678]],"c":true}],"e":[{"i":[[0,0],[0,0],[-26.997,0],[0,0],[0,0],[0,0],[33.651,0]],"o":[[0,0],[0,0],[26.997,0],[0,0],[0,0],[0,0],[-33.651,0]],"v":[[-13.995,-134.375],[-13.995,-92.75],[27.549,-99.716],[124.669,-78.711],[123.475,-109.336],[121.805,-152.198],[28.958,-127.294]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":15,"s":[{"i":[[0,0],[0,0],[-26.997,0],[0,0],[0,0],[0,0],[33.651,0]],"o":[[0,0],[0,0],[26.997,0],[0,0],[0,0],[0,0],[-33.651,0]],"v":[[-13.995,-134.375],[-13.995,-92.75],[27.549,-99.716],[124.669,-78.711],[123.475,-109.336],[121.805,-152.198],[28.958,-127.294]],"c":true}],"e":[{"i":[[0,0],[0,0],[-26.997,0],[0,0],[0,0],[0,0],[36.974,-0.126]],"o":[[0,0],[0,0],[26.997,0],[0,0],[0,0],[0,0],[-33.651,0.114]],"v":[[-13.995,-134.375],[-13.995,-92.75],[29.313,-85.466],[121.728,-106.211],[121.27,-111.831],[120.628,-119.698],[30.134,-138.544]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[{"i":[[0,0],[0,0],[-26.997,0],[0,0],[0,0],[0,0],[36.974,-0.126]],"o":[[0,0],[0,0],[26.997,0],[0,0],[0,0],[0,0],[-33.651,0.114]],"v":[[-13.995,-134.375],[-13.995,-92.75],[29.313,-85.466],[121.728,-106.211],[121.27,-111.831],[120.628,-119.698],[30.134,-138.544]],"c":true}],"e":[{"i":[[0,0],[0,0],[13.014,0],[0,0],[0,0],[0,0],[28.807,0.161]],"o":[[0,0],[0,0],[-13.014,0],[0,0],[0,0],[0,0],[-15.801,-0.088]],"v":[[-13.995,-134.375],[-13.995,-92.75],[27.943,-93.331],[125.284,-92],[125.284,-109.868],[125.284,-134.875],[27.299,-133.081]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":24,"s":[{"i":[[0,0],[0,0],[13.014,0],[0,0],[0,0],[0,0],[28.807,0.161]],"o":[[0,0],[0,0],[-13.014,0],[0,0],[0,0],[0,0],[-15.801,-0.088]],"v":[[-13.995,-134.375],[-13.995,-92.75],[27.943,-93.331],[125.284,-92],[125.284,-109.868],[125.284,-134.875],[27.299,-133.081]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-13.995,-134.375],[-13.995,-92.75],[16.669,-92.75],[125.284,-92.75],[125.284,-110.097],[125.284,-134.375],[19.455,-134.375]],"c":true}]},{"t":27}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 2"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[78.534,-184.9],[78.534,-226.593],[-60.745,-226.593],[-60.745,0],[-13.614,0],[-13.835,-77.7],[65.758,-82.2],[65.758,-142.143],[-13.748,-140.893],[-13.614,-184.9]],"c":true}},"nm":"F"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"F"}],"ip":10,"op":27,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"F_side_dark blue","parent":20,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-36.893,100,0]},"a":{"k":[-37.18,0,0]},"s":{"k":[{"i":{"x":[0.667,0.467,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.134,0.333],"y":[0,0.28,0.333]},"n":["0p667_1_0p333_0","0p467_1_0p134_0p28","0p667_0p667_0p333_0p333"],"t":1,"s":[100,0,100],"e":[100,120,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.502,0.333],"y":[0.333,0,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_1_0p502_0","0p667_0p667_0p333_0p333"],"t":7,"s":[100,120,100],"e":[100,90,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":11,"s":[100,90,100],"e":[100,100,100]},{"t":15}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":1,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-13.747,-226.686],[-60.745,-226.593],[-60.745,-114],[-60.745,0],[-13.614,0],[-13.728,-113.4]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,-98.98],[0,0],[0,0],[0,87.878]],"o":[[0,0],[0,0],[0,96.348],[0,0],[0,0],[0,-87.406]],"v":[[-13.747,-226.686],[-60.745,-226.593],[-47.245,-113.833],[-60.745,0],[-13.614,0],[-30.478,-113.467]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":8,"s":[{"i":[[0,0],[0,0],[0,-98.98],[0,0],[0,0],[0,87.878]],"o":[[0,0],[0,0],[0,96.348],[0,0],[0,0],[0,-87.406]],"v":[[-13.747,-226.686],[-60.745,-226.593],[-47.245,-113.833],[-60.745,0],[-13.614,0],[-30.478,-113.467]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,-72.832],[0,0],[0,0],[0,74.993]],"o":[[0,0],[0,0],[0,72.832],[0,0],[0,0],[0,-74.993]],"v":[[-6.013,-195.535],[-67.979,-194.356],[-95.771,-108.668],[-60.745,0],[-13.614,0],[23.47,-110.278]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":12,"s":[{"i":[[0,0],[0,0],[0,-72.832],[0,0],[0,0],[0,74.993]],"o":[[0,0],[0,0],[0,72.832],[0,0],[0,0],[0,-74.993]],"v":[[-6.013,-195.535],[-67.979,-194.356],[-95.771,-108.668],[-60.745,0],[-13.614,0],[23.47,-110.278]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-13.747,-226.686],[-60.745,-226.593],[-60.745,-114],[-60.745,0],[-13.614,0],[-13.728,-113.4]],"c":true}]},{"t":16}]},"nm":"F"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"F"}],"ip":1,"op":27,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"F_2_orange","parent":20,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":8,"s":[-173.614,-13.297,0],"e":[-13.614,-13.297,0],"to":[26.6666660308838,0,0],"ti":[-26.6666660308838,0,0]},{"t":16}]},"a":{"k":[-13.614,-113.297,0]},"s":{"k":[{"i":{"x":[0.51,0.667,0.667],"y":[1,0.667,0.667]},"o":{"x":[0.156,0.333,0.333],"y":[0.296,0.333,0.333]},"n":["0p51_1_0p156_0p296","0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333"],"t":8,"s":[0,100,100],"e":[181,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0.333,0.333]},"n":["0p667_1_0p333_0","0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333"],"t":13,"s":[181,100,100],"e":[85,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0.333,0.333]},"n":["0p667_1_0p333_0","0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333"],"t":17,"s":[85,100,100],"e":[100,100,100]},{"t":22}]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.106,"y":1},"n":"0p833_0p833_0p106_1","t":8,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-13.995,-134.375],[-13.995,-92.75],[16.669,-92.75],[125.284,-92.75],[125.284,-134.375],[19.455,-134.375]],"c":true}],"e":[{"i":[[0,0],[0,0],[-26.831,-5.763],[0,0],[0,0],[22.97,-5.231]],"o":[[0,0],[0,0],[27.083,5.818],[0,0],[0,0],[-23.274,5.3]],"v":[[-10.607,-113.395],[-10.814,-111.521],[36.147,-107.507],[124.849,-82.809],[122.82,-146.995],[40.059,-127.198]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[0,0],[0,0],[-26.831,-5.763],[0,0],[0,0],[22.97,-5.231]],"o":[[0,0],[0,0],[27.083,5.818],[0,0],[0,0],[-23.274,5.3]],"v":[[-10.607,-113.395],[-10.814,-111.521],[36.147,-107.507],[124.849,-82.809],[122.82,-146.995],[40.059,-127.198]],"c":true}],"e":[{"i":[[0,0],[0,0],[-23.489,-13.646],[0,0],[0,0],[26.022,-7.322]],"o":[[0,0],[0,0],[22.547,13.098],[0,0],[0,0],[-26.243,7.384]],"v":[[-12.728,-112.582],[-12.609,-111.404],[50.729,-92.277],[124.784,-81.346],[122.458,-148.852],[33.161,-129.261]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,0],[0,0],[-23.489,-13.646],[0,0],[0,0],[26.022,-7.322]],"o":[[0,0],[0,0],[22.547,13.098],[0,0],[0,0],[-26.243,7.384]],"v":[[-12.728,-112.582],[-12.609,-111.404],[50.729,-92.277],[124.784,-81.346],[122.458,-148.852],[33.161,-129.261]],"c":true}],"e":[{"i":[[0,0],[0,0],[-22.022,-8.631],[0,0],[0,0],[30.842,0]],"o":[[0,0],[0,0],[23.037,9.029],[0,0],[0,0],[-30.842,0]],"v":[[-13.595,-127.402],[-13.685,-98.814],[27.054,-93.742],[124.72,-79.882],[122.095,-150.71],[26.29,-139.377]],"c":true}]},{"i":{"x":0.51,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p51_1_0p167_0p167","t":11,"s":[{"i":[[0,0],[0,0],[-22.022,-8.631],[0,0],[0,0],[30.842,0]],"o":[[0,0],[0,0],[23.037,9.029],[0,0],[0,0],[-30.842,0]],"v":[[-13.595,-127.402],[-13.685,-98.814],[27.054,-93.742],[124.72,-79.882],[122.095,-150.71],[26.29,-139.377]],"c":true}],"e":[{"i":[[0,0],[0,0],[-26.997,0],[0,0],[0,0],[33.651,0]],"o":[[0,0],[0,0],[26.997,0],[0,0],[0,0],[-33.651,0]],"v":[[-13.995,-134.375],[-13.995,-92.75],[27.549,-99.716],[124.669,-78.711],[121.805,-152.198],[28.958,-127.294]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":13,"s":[{"i":[[0,0],[0,0],[-26.997,0],[0,0],[0,0],[33.651,0]],"o":[[0,0],[0,0],[26.997,0],[0,0],[0,0],[-33.651,0]],"v":[[-13.995,-134.375],[-13.995,-92.75],[27.549,-99.716],[124.669,-78.711],[121.805,-152.198],[28.958,-127.294]],"c":true}],"e":[{"i":[[0,0],[0,0],[-26.997,0],[0,0],[0,0],[36.974,-0.126]],"o":[[0,0],[0,0],[26.997,0],[0,0],[0,0],[-33.651,0.114]],"v":[[-13.995,-134.375],[-13.995,-92.75],[29.313,-84.216],[121.728,-106.211],[120.628,-119.698],[30.134,-139.794]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":17,"s":[{"i":[[0,0],[0,0],[-26.997,0],[0,0],[0,0],[36.974,-0.126]],"o":[[0,0],[0,0],[26.997,0],[0,0],[0,0],[-33.651,0.114]],"v":[[-13.995,-134.375],[-13.995,-92.75],[29.313,-84.216],[121.728,-106.211],[120.628,-119.698],[30.134,-139.794]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-13.995,-134.375],[-13.995,-92.75],[16.669,-92.75],[125.284,-92.75],[125.284,-134.375],[19.455,-134.375]],"c":true}]},{"t":22}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 2"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[78.534,-184.9],[78.534,-226.593],[-60.745,-226.593],[-60.745,0],[-13.614,0],[-13.835,-77.7],[65.758,-82.2],[65.758,-142.143],[-13.748,-140.893],[-13.614,-184.9]],"c":true}},"nm":"F"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"F"}],"ip":8,"op":23,"st":-3,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"stroke_orange","parent":20,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.461,"y":1},"o":{"x":0.645,"y":0},"n":"0p461_1_0p645_0","t":6,"s":[-185.5,20,0],"e":[-15.5,20,0],"to":[28.3333339691162,0,0],"ti":[-28.3333339691162,0,0]},{"t":16}]},"a":{"k":[-45.5,-48,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-61,-48],[63,-48]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":6,"s":[0],"e":[100]},{"t":17}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":6,"s":[25],"e":[100]},{"t":7}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-40,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":6,"op":17,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"F_side_orange 2","parent":20,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-36.893,100,0]},"a":{"k":[-37.18,0,0]},"s":{"k":[{"i":{"x":[0.667,0.467,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.134,0.333],"y":[0,0.28,0.333]},"n":["0p667_1_0p333_0","0p467_1_0p134_0p28","0p667_0p667_0p333_0p333"],"t":0,"s":[100,0,100],"e":[100,120,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.502,0.333],"y":[0.333,0,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_1_0p502_0","0p667_0p667_0p333_0p333"],"t":6,"s":[100,120,100],"e":[100,90,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":10,"s":[100,90,100],"e":[100,100,100]},{"t":14}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-13.747,-226.686],[-60.745,-226.593],[-60.745,-114],[-60.745,0],[-13.614,0],[-13.728,-113.4]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,-98.98],[0,0],[0,0],[0,87.878]],"o":[[0,0],[0,0],[0,96.348],[0,0],[0,0],[0,-87.406]],"v":[[-13.747,-226.686],[-60.745,-226.593],[-47.245,-113.833],[-60.745,0],[-13.614,0],[-30.478,-113.467]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":7,"s":[{"i":[[0,0],[0,0],[0,-98.98],[0,0],[0,0],[0,87.878]],"o":[[0,0],[0,0],[0,96.348],[0,0],[0,0],[0,-87.406]],"v":[[-13.747,-226.686],[-60.745,-226.593],[-47.245,-113.833],[-60.745,0],[-13.614,0],[-30.478,-113.467]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,-72.832],[0,0],[0,0],[0,74.993]],"o":[[0,0],[0,0],[0,72.832],[0,0],[0,0],[0,-74.993]],"v":[[-13.747,-226.686],[-60.745,-226.593],[-78.818,-110.044],[-60.745,0],[-13.614,0],[6.63,-114.314]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":11,"s":[{"i":[[0,0],[0,0],[0,-72.832],[0,0],[0,0],[0,74.993]],"o":[[0,0],[0,0],[0,72.832],[0,0],[0,0],[0,-74.993]],"v":[[-13.747,-226.686],[-60.745,-226.593],[-78.818,-110.044],[-60.745,0],[-13.614,0],[6.63,-114.314]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-13.747,-226.686],[-60.745,-226.593],[-60.745,-114],[-60.745,0],[-13.614,0],[-13.728,-113.4]],"c":true}]},{"t":15}]},"nm":"F"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"F"}],"ip":10,"op":16,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"F_side_orange","parent":20,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-36.893,100,0]},"a":{"k":[-37.18,0,0]},"s":{"k":[{"i":{"x":[0.667,0.467,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.134,0.333],"y":[0,0.28,0.333]},"n":["0p667_1_0p333_0","0p467_1_0p134_0p28","0p667_0p667_0p333_0p333"],"t":0,"s":[100,0,100],"e":[100,120,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.502,0.333],"y":[0.333,0,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_1_0p502_0","0p667_0p667_0p333_0p333"],"t":6,"s":[100,120,100],"e":[100,90,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":10,"s":[100,90,100],"e":[100,100,100]},{"t":14}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-13.747,-226.686],[-60.745,-226.593],[-60.745,-114],[-60.745,0],[-13.614,0],[-13.728,-113.4]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,-98.98],[0,0],[0,0],[0,87.878]],"o":[[0,0],[0,0],[0,96.348],[0,0],[0,0],[0,-87.406]],"v":[[-13.747,-226.686],[-60.745,-226.593],[-47.245,-113.833],[-60.745,0],[-13.614,0],[-30.478,-113.467]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":7,"s":[{"i":[[0,0],[0,0],[0,-98.98],[0,0],[0,0],[0,87.878]],"o":[[0,0],[0,0],[0,96.348],[0,0],[0,0],[0,-87.406]],"v":[[-13.747,-226.686],[-60.745,-226.593],[-47.245,-113.833],[-60.745,0],[-13.614,0],[-30.478,-113.467]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,-72.832],[0,0],[0,0],[0,74.993]],"o":[[0,0],[0,0],[0,72.832],[0,0],[0,0],[0,-74.993]],"v":[[-13.747,-226.686],[-60.745,-226.593],[-78.818,-110.044],[-60.745,0],[-13.614,0],[6.63,-114.314]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":11,"s":[{"i":[[0,0],[0,0],[0,-72.832],[0,0],[0,0],[0,74.993]],"o":[[0,0],[0,0],[0,72.832],[0,0],[0,0],[0,-74.993]],"v":[[-13.747,-226.686],[-60.745,-226.593],[-78.818,-110.044],[-60.745,0],[-13.614,0],[6.63,-114.314]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-13.747,-226.686],[-60.745,-226.593],[-60.745,-114],[-60.745,0],[-13.614,0],[-13.728,-113.4]],"c":true}]},{"t":15}]},"nm":"F"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"F"}],"ip":0,"op":8,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"F_1_dark_blue","parent":20,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.36,"y":1},"o":{"x":0.64,"y":0},"n":"0p36_1_0p64_0","t":6,"s":[-14.058,-4.938,0],"e":[-14.058,-124.938,0],"to":[0,-17.0738315582275,0],"ti":[0,0,0]},{"i":{"x":0.36,"y":1},"o":{"x":0.64,"y":0},"n":"0p36_1_0p64_0","t":10,"s":[-14.058,-124.938,0],"e":[-14.058,-64.938,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.36,"y":1},"o":{"x":0.64,"y":0},"n":"0p36_1_0p64_0","t":13,"s":[-14.058,-64.938,0],"e":[-14.058,-84.938,0],"to":[0,0,0],"ti":[0,0,0]},{"t":15}]},"a":{"k":[-14.058,-184.938,0]},"s":{"k":[{"i":{"x":[0.459,0.459,0.459],"y":[0.459,1,0.459]},"o":{"x":[0.052,0.052,0.052],"y":[0.052,0.123,0.052]},"n":["0p459_0p459_0p052_0p052","0p459_1_0p052_0p123","0p459_0p459_0p052_0p052"],"t":6,"s":[100,0,100],"e":[100,180.2,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.585,0.585,0.585],"y":[0.585,0,0.585]},"n":["0p667_0p667_0p585_0p585","0p667_1_0p585_0","0p667_0p667_0p585_0p585"],"t":11,"s":[100,180.2,100],"e":[100,60,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,1,0.833]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"n":["0p833_0p833_0p333_0p333","0p833_1_0p333_0","0p833_0p833_0p333_0p333"],"t":14,"s":[100,60,100],"e":[100,100,100]},{"t":16}]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.052,"y":0.889},"n":"0p833_0p833_0p052_0p889","t":6,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-13.995,-227.5],[-13.995,-185],[60.006,-185],[125.284,-185],[125.284,-227.5],[58.005,-227.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[-22.517,0],[0,0],[0,0],[33.113,0]],"o":[[0,0],[0,0],[22.517,0],[0,0],[0,0],[-33.113,0]],"v":[[-13.992,-220.997],[-13.995,-185],[60.006,-196.477],[125.284,-185],[125.465,-222.527],[58.322,-238.021]],"c":true}]},{"i":{"x":0.459,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p459_1_0p167_0p167","t":7,"s":[{"i":[[0,0],[0,0],[-22.517,0],[0,0],[0,0],[33.113,0]],"o":[[0,0],[0,0],[22.517,0],[0,0],[0,0],[-33.113,0]],"v":[[-13.992,-220.997],[-13.995,-185],[60.006,-196.477],[125.284,-185],[125.465,-222.527],[58.322,-238.021]],"c":true}],"e":[{"i":[[0,0],[0,0],[-34.003,0],[0,0],[0,0],[50.004,0]],"o":[[0,0],[0,0],[34.003,0],[0,0],[0,0],[-50.004,0]],"v":[[-13.99,-217.679],[-13.995,-185],[62.468,-198.778],[125.284,-185],[125.557,-219.99],[58.005,-236.743]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.585,"y":0},"n":"0p667_1_0p585_0","t":12,"s":[{"i":[[0,0],[0,0],[-34.003,0],[0,0],[0,0],[50.004,0]],"o":[[0,0],[0,0],[34.003,0],[0,0],[0,0],[-50.004,0]],"v":[[-13.99,-217.679],[-13.995,-185],[62.468,-198.778],[125.284,-185],[125.557,-219.99],[58.005,-236.743]],"c":true}],"e":[{"i":[[0,0],[0,0],[-34.003,0],[0,0],[0,0],[50.004,0]],"o":[[0,0],[0,0],[34.003,0],[0,0],[0,0],[-50.004,0]],"v":[[-13.99,-217.679],[-13.995,-185],[66.022,-174.067],[125.284,-185],[125.557,-219.99],[67.044,-197.776]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":15,"s":[{"i":[[0,0],[0,0],[-34.003,0],[0,0],[0,0],[50.004,0]],"o":[[0,0],[0,0],[34.003,0],[0,0],[0,0],[-50.004,0]],"v":[[-13.99,-217.679],[-13.995,-185],[66.022,-174.067],[125.284,-185],[125.557,-219.99],[67.044,-197.776]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-13.995,-226.562],[-13.995,-184.062],[60.006,-184.062],[125.284,-184.062],[125.284,-226.562],[58.005,-226.562]],"c":true}]},{"t":17}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 2"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[78.534,-172.59],[78.534,-238.918],[-60.745,-238.918],[-60.745,121.561],[-13.614,121.561],[-13.614,-25.514],[65.845,-25.514],[65.845,-91.843],[-13.614,-91.843],[-13.614,-172.59]],"c":true}},"nm":"F"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"F"}],"ip":6,"op":27,"st":4,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"F_1_light_blue","parent":20,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.36,"y":1},"o":{"x":0.64,"y":0},"n":"0p36_1_0p64_0","t":5,"s":[-14.058,-4.938,0],"e":[-14.058,-124.938,0],"to":[0,-17.0738315582275,0],"ti":[0,0,0]},{"i":{"x":0.36,"y":1},"o":{"x":0.64,"y":0},"n":"0p36_1_0p64_0","t":9,"s":[-14.058,-124.938,0],"e":[-14.058,-64.938,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.36,"y":1},"o":{"x":0.64,"y":0},"n":"0p36_1_0p64_0","t":12,"s":[-14.058,-64.938,0],"e":[-14.058,-84.938,0],"to":[0,0,0],"ti":[0,0,0]},{"t":14}]},"a":{"k":[-14.058,-184.938,0]},"s":{"k":[{"i":{"x":[0.459,0.459,0.459],"y":[0.459,1,0.459]},"o":{"x":[0.052,0.052,0.052],"y":[0.052,0.123,0.052]},"n":["0p459_0p459_0p052_0p052","0p459_1_0p052_0p123","0p459_0p459_0p052_0p052"],"t":5,"s":[100,0,100],"e":[100,180.2,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.585,0.585,0.585],"y":[0.585,0,0.585]},"n":["0p667_0p667_0p585_0p585","0p667_1_0p585_0","0p667_0p667_0p585_0p585"],"t":10,"s":[100,180.2,100],"e":[100,60,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,1,0.833]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"n":["0p833_0p833_0p333_0p333","0p833_1_0p333_0","0p833_0p833_0p333_0p333"],"t":13,"s":[100,60,100],"e":[100,100,100]},{"t":15}]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.052,"y":0.889},"n":"0p833_0p833_0p052_0p889","t":5,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-13.995,-227.5],[-13.995,-185],[60.006,-185],[125.284,-185],[125.284,-227.5],[58.005,-227.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[-53.193,1.252],[0,0],[0,0],[48.861,0]],"o":[[0,0],[0,0],[48.784,-1.148],[0,0],[0,0],[-48.861,0]],"v":[[-13.991,-217.904],[-13.995,-173.083],[67.024,-183.649],[124.468,-174.019],[125.551,-220.162],[58.005,-236.532]],"c":true}]},{"i":{"x":0.459,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p459_1_0p167_0p167","t":9,"s":[{"i":[[0,0],[0,0],[-53.193,1.252],[0,0],[0,0],[48.861,0]],"o":[[0,0],[0,0],[48.784,-1.148],[0,0],[0,0],[-48.861,0]],"v":[[-13.991,-217.904],[-13.995,-173.083],[67.024,-183.649],[124.468,-174.019],[125.551,-220.162],[58.005,-236.532]],"c":true}],"e":[{"i":[[0,0],[0,0],[-34.003,0],[0,0],[0,0],[50.004,0]],"o":[[0,0],[0,0],[34.003,0],[0,0],[0,0],[-50.004,0]],"v":[[-13.99,-217.679],[-13.995,-172.804],[63.006,-188.916],[125.284,-185],[125.557,-219.99],[58.005,-236.743]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.585,"y":0},"n":"0p667_1_0p585_0","t":11,"s":[{"i":[[0,0],[0,0],[-34.003,0],[0,0],[0,0],[50.004,0]],"o":[[0,0],[0,0],[34.003,0],[0,0],[0,0],[-50.004,0]],"v":[[-13.99,-217.679],[-13.995,-172.804],[63.006,-188.916],[125.284,-185],[125.557,-219.99],[58.005,-236.743]],"c":true}],"e":[{"i":[[0,0],[0,0],[-34.003,0],[0,0],[0,0],[50.004,0]],"o":[[0,0],[0,0],[34.003,0],[0,0],[0,0],[-50.004,0]],"v":[[-13.99,-217.679],[-13.995,-185],[60.023,-170.482],[125.284,-185],[125.557,-219.99],[59.022,-201.034]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":14,"s":[{"i":[[0,0],[0,0],[-34.003,0],[0,0],[0,0],[50.004,0]],"o":[[0,0],[0,0],[34.003,0],[0,0],[0,0],[-50.004,0]],"v":[[-13.99,-217.679],[-13.995,-185],[60.023,-170.482],[125.284,-185],[125.557,-219.99],[59.022,-201.034]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-13.995,-227.5],[-13.995,-185],[60.006,-185],[125.284,-185],[125.284,-227.5],[58.005,-227.5]],"c":true}]},{"t":16}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 2"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[78.534,-172.59],[78.534,-238.918],[-60.745,-238.918],[-60.745,121.561],[-13.614,121.561],[-13.614,-25.514],[65.845,-25.514],[65.845,-91.843],[-13.614,-91.843],[-13.614,-172.59]],"c":true}},"nm":"F"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"F"}],"ip":5,"op":17,"st":3,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"F_1_orange","parent":20,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.36,"y":1},"o":{"x":0.64,"y":0},"n":"0p36_1_0p64_0","t":7,"s":[-14.058,-29.238,0],"e":[-14.058,-124.938,0],"to":[0,-17.0738315582275,0],"ti":[0,0,0]},{"i":{"x":0.36,"y":1},"o":{"x":0.64,"y":0},"n":"0p36_1_0p64_0","t":11,"s":[-14.058,-124.938,0],"e":[-14.058,-64.938,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.36,"y":1},"o":{"x":0.64,"y":0},"n":"0p36_1_0p64_0","t":14,"s":[-14.058,-64.938,0],"e":[-14.058,-84.938,0],"to":[0,0,0],"ti":[0,0,0]},{"t":16}]},"a":{"k":[-14.058,-184.938,0]},"s":{"k":[{"i":{"x":[0.459,0.459,0.459],"y":[0.459,1,0.459]},"o":{"x":[0.052,0.052,0.052],"y":[0.052,0.123,0.052]},"n":["0p459_0p459_0p052_0p052","0p459_1_0p052_0p123","0p459_0p459_0p052_0p052"],"t":7,"s":[100,0,100],"e":[100,180.2,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.585,0.585,0.585],"y":[0.585,0,0.585]},"n":["0p667_0p667_0p585_0p585","0p667_1_0p585_0","0p667_0p667_0p585_0p585"],"t":12,"s":[100,180.2,100],"e":[100,60,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,1,0.833]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"n":["0p833_0p833_0p333_0p333","0p833_1_0p333_0","0p833_0p833_0p333_0p333"],"t":15,"s":[100,60,100],"e":[100,100,100]},{"t":17}]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.052,"y":0.889},"n":"0p833_0p833_0p052_0p889","t":7,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-13.995,-227.5],[-13.995,-185],[60.006,-185],[125.284,-185],[125.284,-227.5],[58.005,-227.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[-22.517,0],[0,0],[0,0],[33.113,0]],"o":[[0,0],[0,0],[22.517,0],[0,0],[0,0],[-33.113,0]],"v":[[-13.992,-220.997],[-13.995,-185],[60.006,-196.477],[125.284,-185],[125.465,-222.527],[58.322,-238.021]],"c":true}]},{"i":{"x":0.459,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p459_1_0p167_0p167","t":8,"s":[{"i":[[0,0],[0,0],[-22.517,0],[0,0],[0,0],[33.113,0]],"o":[[0,0],[0,0],[22.517,0],[0,0],[0,0],[-33.113,0]],"v":[[-13.992,-220.997],[-13.995,-185],[60.006,-196.477],[125.284,-185],[125.465,-222.527],[58.322,-238.021]],"c":true}],"e":[{"i":[[0,0],[0,0],[-34.003,0],[0,0],[0,0],[50.004,0]],"o":[[0,0],[0,0],[34.003,0],[0,0],[0,0],[-50.004,0]],"v":[[-13.99,-217.679],[-13.995,-185],[62.468,-198.778],[125.284,-185],[125.557,-219.99],[58.005,-236.743]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.585,"y":0},"n":"0p667_1_0p585_0","t":13,"s":[{"i":[[0,0],[0,0],[-34.003,0],[0,0],[0,0],[50.004,0]],"o":[[0,0],[0,0],[34.003,0],[0,0],[0,0],[-50.004,0]],"v":[[-13.99,-217.679],[-13.995,-185],[62.468,-198.778],[125.284,-185],[125.557,-219.99],[58.005,-236.743]],"c":true}],"e":[{"i":[[0,0],[0,0],[-34.003,0],[0,0],[0,0],[50.004,0]],"o":[[0,0],[0,0],[34.003,0],[0,0],[0,0],[-50.004,0]],"v":[[-13.99,-217.679],[-13.995,-185],[66.022,-174.067],[125.284,-185],[125.557,-219.99],[67.044,-197.776]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":16,"s":[{"i":[[0,0],[0,0],[-34.003,0],[0,0],[0,0],[50.004,0]],"o":[[0,0],[0,0],[34.003,0],[0,0],[0,0],[-50.004,0]],"v":[[-13.99,-217.679],[-13.995,-185],[66.022,-174.067],[125.284,-185],[125.557,-219.99],[67.044,-197.776]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-13.995,-226.562],[-13.995,-184.062],[60.006,-184.062],[125.284,-184.062],[125.284,-226.562],[58.005,-226.562]],"c":true}]},{"t":18}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 2"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[78.534,-172.59],[78.534,-238.918],[-60.745,-238.918],[-60.745,121.561],[-13.614,121.561],[-13.614,-25.514],[65.845,-25.514],[65.845,-91.843],[-13.614,-91.843],[-13.614,-172.59]],"c":true}},"nm":"F"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"F"}],"ip":7,"op":18,"st":5,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"stroke_white_top","parent":21,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":2,"s":[268,342,0],"e":[268,262,0],"to":[0,-13.3333330154419,0],"ti":[0,13.3333330154419,0]},{"t":7}]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-133,-36],[-133,-165]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":5,"s":[0],"e":[100]},{"t":13}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[25],"e":[100]},{"t":10}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":7.4},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":2,"op":13,"st":2,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"stroke_orange_top","parent":21,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":1,"s":[252,350,0],"e":[252,270,0],"to":[0,-13.3333330154419,0],"ti":[0,13.3333330154419,0]},{"t":6}]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-133,-108],[-133,-165]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":4,"s":[0],"e":[100]},{"t":12}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":1,"s":[25],"e":[100]},{"t":9}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":7.4},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":1,"op":12,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"stroke_circle_dark_blue","parent":19,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[0],"e":[165]},{"t":19}]},"p":{"k":[30.292,21.938,0]},"a":{"k":[-154,-236,0]},"s":{"k":[50,50,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[47,47]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-154.376,-235.917],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[0],"e":[85]},{"t":17}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[82],"e":[85]},{"t":22}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":5,"op":19,"st":5,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"stroke_circle_orange","parent":19,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9,"s":[0],"e":[165]},{"t":23}]},"p":{"k":[30.292,21.938,0]},"a":{"k":[-154,-236,0]},"s":{"k":[83,83,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[47,47]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":5.7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-154.376,-235.917],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9,"s":[0],"e":[85]},{"t":21}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9,"s":[82],"e":[85]},{"t":26}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":9,"op":22,"st":9,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":4,"nm":"stroke_dark_blue bottom","parent":21,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[270,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.773,-25.698],[0,0]],"o":[[-4,133],[0,0]],"v":[[-13,-153],[19,69]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":3,"s":[100],"e":[0]},{"t":7}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":4,"s":[100],"e":[0]},{"t":8}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":3,"op":8,"st":-2,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":4,"nm":"stroke_light_blue bottom","parent":21,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[4.694,-25.278],[0,0]],"o":[[-13,70],[0,0]],"v":[[-9,-180],[8,-16]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[100],"e":[0]},{"t":6}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[100],"e":[0]},{"t":7}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":2,"op":6,"st":-3,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":3,"nm":"X_position","parent":21,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[250,300,0],"e":[250,200,0],"to":[0,-16.6666660308838,0],"ti":[0,-10,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":6,"s":[250,200,0],"e":[250,360,0],"to":[0,10,0],"ti":[0,-26.6666660308838,0]},{"t":13}]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"ip":0,"op":27,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":20,"ty":3,"nm":"Letter_position","parent":21,"ks":{"o":{"k":0},"r":{"k":[{"i":{"x":[0.444],"y":[1]},"o":{"x":[0.06],"y":[0.114]},"n":["0p444_1_0p06_0p114"],"t":0,"s":[0],"e":[-8]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.546],"y":[0]},"n":["0p667_1_0p546_0"],"t":5,"s":[-8],"e":[5]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":11,"s":[5],"e":[0]},{"t":16}]},"p":{"k":[{"i":{"x":0.36,"y":1},"o":{"x":0.64,"y":0},"n":"0p36_1_0p64_0","t":0,"s":[249.5,519.029,0],"e":[249.5,218.366,0],"to":[0,-34.1917610168457,0],"ti":[0,0,0]},{"i":{"x":0.36,"y":1},"o":{"x":0.64,"y":0},"n":"0p36_1_0p64_0","t":5,"s":[249.5,218.366,0],"e":[249.5,309.856,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.36,"y":1},"o":{"x":0.64,"y":0},"n":"0p36_1_0p64_0","t":11,"s":[249.5,309.856,0],"e":[249.5,299.919,0],"to":[0,0,0],"ti":[0,0,0]},{"t":16}]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"ip":0,"op":27,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":21,"ty":1,"nm":"ResizerTemp","parent":23,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[19,25.5,0]},"a":{"k":[250,300,0]},"s":{"k":[7.5,7.5,100]}},"ao":0,"sw":500,"sh":600,"sc":"#ffffff","ip":0,"op":27,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":23,"ty":1,"nm":"White Solid 19","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[40,50,0]},"a":{"k":[20,25,0]},"s":{"k":[200,200,100]}},"ao":0,"sw":40,"sh":50,"sc":"#ffffff","ip":0,"op":27,"st":0,"bm":0,"sr":1}],"v":"4.4.26","ddd":0,"ip":0,"op":27,"fr":25,"w":80,"h":100} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Mobilo/G.json b/ohos/flutter_lottie/assets/Mobilo/G.json new file mode 100644 index 0000000000000000000000000000000000000000..e266ed46cadd0fff10d6d522638b95b79829ad29 --- /dev/null +++ b/ohos/flutter_lottie/assets/Mobilo/G.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"G Outlines 3","parent":38,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[-10.291,-113.297,0]},"s":{"k":[25,25,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[38.241,314.561],[0,0],[0,0],[0,0],[136.927,0],[0,162.832],[-161.598,0],[-51.81,-62.912],[0,0],[145.562,0],[0,-262.751],[-263.985,0]],"o":[[0,0],[0,0],[0,0],[-17.27,111.022],[-162.832,0],[0,-162.832],[88.817,0],[0,0],[-86.35,-107.321],[-262.751,0],[0,262.751],[291.123,0]],"v":[[441.759,-172.508],[7.542,-172.508],[7.542,-12.143],[248.088,-12.143],[6.308,172.892],[-278.647,-113.297],[7.542,-399.485],[228.351,-298.332],[375.146,-413.055],[7.542,-588.222],[-467.384,-113.297],[6.308,361.629]],"c":true}},"nm":"G"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"G"}],"ip":25,"op":33,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 18","parent":2,"ks":{"o":{"k":100},"r":{"k":-180},"p":{"k":[-431,-20,0]},"a":{"k":[431,20,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-678,20],[450,20]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.11],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p11_1_0p167_0p167"],"t":20,"s":[67],"e":[62]},{"t":25}],"ix":1},"e":{"k":[{"i":{"x":[0.11],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p11_1_0p167_0p167"],"t":20,"s":[86],"e":[100]},{"t":25}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":[{"i":{"x":[0.11],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p11_1_0p167_0p167"],"t":20,"s":[110],"e":[159]},{"t":25}]},"lc":1,"lj":1,"ml":4,"nm":"Stroke 2"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":20,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":3,"nm":"Null 3","parent":3,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[0,0,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"ip":18,"op":25,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":3,"nm":"Null 3","parent":0,"ks":{"o":{"k":0},"r":{"k":180},"p":{"k":[-10.291,-113.297,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"ip":18,"op":25,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"G 2","parent":3,"ks":{"o":{"k":100},"r":{"k":-180},"p":{"k":[-0.062,0.669,0]},"a":{"k":[40.062,32.743,0]},"s":{"k":[100,101.798,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.12,"y":1},"o":{"x":0.173,"y":0.098},"n":"0p12_1_0p173_0p098","t":18,"s":[{"i":[[-55.466,0],[-18.17425,-18.1745],[0,-27.733],[55.466,0],[0,55.466]],"o":[[27.733,0],[18.17425,18.1745],[0,55.466],[-55.466,0],[0,-55.466]],"v":[[-1.4,-105.5],[69.61475,-76.08425],[99.03,-5.069],[-1.4,95.361],[-101.831,-5.069]],"c":true}],"e":[{"i":[[-216.918,0.355],[-64.267,-76.958],[-2.356,-97.03],[245.939,4.892],[0,216.919]],"o":[[152.427,-0.249],[49.339,59.082],[6.26,257.8],[-216.876,-4.314],[0,-216.918]],"v":[[1.075,-400.067],[323.104,-257.643],[380.484,-6.177],[-8.599,392.766],[-400.29,0]],"c":true}]},{"t":25}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[31],"e":[307]},{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p1_1_0p167_0p167"],"t":20,"s":[307],"e":[197]},{"t":25}]},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[49.188,36.125],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[93.036,94.175],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.622],"y":[0.605]},"o":{"x":[0.414],"y":[0]},"n":["0p622_0p605_0p414_0"],"t":18,"s":[28],"e":[16.5]},{"i":{"x":[0.539],"y":[0.719]},"o":{"x":[0.236],"y":[0.331]},"n":["0p539_0p719_0p236_0p331"],"t":19,"s":[16.5],"e":[7.898]},{"i":{"x":[0.467],"y":[1]},"o":{"x":[0.176],"y":[0.583]},"n":["0p467_1_0p176_0p583"],"t":20,"s":[7.898],"e":[0]},{"t":25}],"ix":1},"e":{"k":[{"i":{"x":[0.622],"y":[0.622]},"o":{"x":[0.414],"y":[0.414]},"n":["0p622_0p622_0p414_0p414"],"t":18,"s":[100],"e":[100]},{"i":{"x":[0.539],"y":[0.598]},"o":{"x":[0.236],"y":[0.267]},"n":["0p539_0p598_0p236_0p267"],"t":19,"s":[100],"e":[96.95]},{"i":{"x":[0.467],"y":[1]},"o":{"x":[0.176],"y":[0.472]},"n":["0p467_1_0p176_0p472"],"t":20,"s":[96.95],"e":[92]},{"t":25}],"ix":2},"o":{"k":[{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p1_1_0p167_0p167"],"t":18,"s":[0],"e":[82]},{"t":25}],"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":18,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"G","parent":3,"ks":{"o":{"k":100},"r":{"k":-180},"p":{"k":[-0.062,0.669,0]},"a":{"k":[40.062,32.743,0]},"s":{"k":[100,101.798,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.12,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p12_1_0p167_0p167","t":18,"s":[{"i":[[-28.468,0],[-9.328,-9.32825],[0,-14.234],[28.468,0],[0,28.468]],"o":[[14.234,0],[9.328,9.32825],[0,28.468],[-28.468,0],[0,-28.468]],"v":[[-1.4,-56.616],[35.0485,-41.518],[50.146,-5.069],[-1.4,46.477],[-52.946,-5.069]],"c":true}],"e":[{"i":[[-216.918,0.355],[-64.267,-76.958],[-2.356,-97.03],[245.939,4.892],[0,216.919]],"o":[[152.427,-0.249],[49.339,59.082],[6.26,257.8],[-216.876,-4.314],[0,-216.918]],"v":[[1.075,-400.067],[323.104,-257.643],[380.484,-6.177],[-8.599,392.766],[-400.29,0]],"c":true}]},{"t":25}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[71],"e":[143]},{"t":19}]},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[49.188,36.125],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[93.036,94.175],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.622],"y":[0.633]},"o":{"x":[0.414],"y":[0]},"n":["0p622_0p633_0p414_0"],"t":18,"s":[28],"e":[16.505]},{"i":{"x":[0.322],"y":[1]},"o":{"x":[0.115],"y":[0.465]},"n":["0p322_1_0p115_0p465"],"t":19,"s":[16.505],"e":[0]},{"t":25}],"ix":1},"e":{"k":[{"i":{"x":[0.622],"y":[0.622]},"o":{"x":[0.414],"y":[0.414]},"n":["0p622_0p622_0p414_0p414"],"t":18,"s":[100],"e":[100]},{"i":{"x":[0.322],"y":[1]},"o":{"x":[0.115],"y":[0.258]},"n":["0p322_1_0p115_0p258"],"t":19,"s":[100],"e":[92]},{"t":25}],"ix":2},"o":{"k":[{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p1_1_0p167_0p167"],"t":18,"s":[0],"e":[82]},{"t":25}],"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":18,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":3,"nm":"Null 3","parent":0,"ks":{"o":{"k":0},"r":{"k":180},"p":{"k":[-10.291,-113.297,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"ip":1,"op":18,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Outer_circles","parent":6,"ks":{"o":{"k":[{"t":3,"s":[100],"h":1},{"t":5,"s":[0],"h":1},{"t":7,"s":[100],"h":1}]},"r":{"k":0},"p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":8,"s":[-726,-1,0],"e":[-866,-1,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.849,"y":0},"n":"0p833_0p833_0p849_0","t":12,"s":[-866,-1,0],"e":[-726,-1,0],"to":[0,0,0],"ti":[-23.3333339691162,0,0]},{"t":14}]},"a":{"k":[-706,-1,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[74.227,74.227]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":8},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-706,-1],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":3,"op":14,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Outer_circles","parent":6,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,0,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-726,0],[0,0]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":14,"s":[0],"e":[25]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[25],"e":[91]},{"t":17}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":14,"s":[0.1],"e":[75]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[75],"e":[100]},{"t":17}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":14,"s":[80],"e":[25]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[25],"e":[61]},{"t":17}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":14,"op":18,"st":6,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Outer_circles","parent":0,"ks":{"o":{"k":[{"t":3,"s":[100],"h":1},{"t":5,"s":[0],"h":1},{"t":7,"s":[100],"h":1}]},"r":{"k":0},"p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":8,"s":[-716.291,-114.297,0],"e":[-876.291,-114.297,0],"to":[0,0,0],"ti":[3.33333325386047,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.849,"y":0},"n":"0p833_0p833_0p849_0","t":12,"s":[-876.291,-114.297,0],"e":[-736.291,-114.297,0],"to":[-3.33333325386047,0,0],"ti":[-23.3333339691162,0,0]},{"t":14}]},"a":{"k":[-706,-1,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[74.227,74.227]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":8},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-706,-1],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":3,"op":14,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"Outer_circles","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-10.291,-113.297,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-726,0],[0,0]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":14,"s":[0],"e":[25]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[25],"e":[91]},{"t":17}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":14,"s":[0.1],"e":[75]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[75],"e":[100]},{"t":17}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":14,"s":[80],"e":[25]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[25],"e":[61]},{"t":17}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":14,"op":18,"st":6,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"Shape Layer 15","parent":7,"ks":{"o":{"k":100},"r":{"k":-180},"p":{"k":[47.999,-1,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"k":[113.477,74.477]},"p":{"k":[0,0]},"r":{"k":267},"nm":"Rectangle Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":8},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[734.691,-0.762],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1"}],"ip":9,"op":10,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"Shape Layer 14","parent":9,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[48.999,0,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"k":[113.477,74.477]},"p":{"k":[0,0]},"r":{"k":267},"nm":"Rectangle Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":8},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-735.262,-0.762],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1"}],"ip":9,"op":10,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"Shape Layer 13","parent":7,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-705.412,-1,0]},"a":{"k":[-706,-1,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[74.227,74.227]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":8},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-706,-1],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":4,"op":6,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"Shape Layer 12","parent":9,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-706.789,-1,0]},"a":{"k":[-706,-1,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[74.227,74.227]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":8},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-706,-1],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":4,"op":6,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"pauw","parent":17,"ks":{"o":{"k":100},"r":{"k":-145.581},"p":{"k":[157.945,351.65,0]},"a":{"k":[327.031,203.5,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.03,0.03],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p03_1_0p167_0p167","0p03_1_0p167_0p167"],"t":17,"s":[80.781,80.781],"e":[0,0]},{"t":28}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[327.031,203.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":17,"op":28,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"piew","parent":17,"ks":{"o":{"k":100},"r":{"k":-145.581},"p":{"k":[-154.753,-352.723,0]},"a":{"k":[327.031,203.5,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.03,0.03],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p03_1_0p167_0p167","0p03_1_0p167_0p167"],"t":17,"s":[80.781,80.781],"e":[0,0]},{"t":28}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[327.031,203.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":17,"op":28,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":3,"nm":"Null 3","parent":0,"ks":{"o":{"k":0},"r":{"k":[{"i":{"x":[0.719],"y":[0.817]},"o":{"x":[0.389],"y":[0]},"n":["0p719_0p817_0p389_0"],"t":3,"s":[-2],"e":[2.601]},{"i":{"x":[0.05],"y":[0.81]},"o":{"x":[0.456],"y":[0.215]},"n":["0p05_0p81_0p456_0p215"],"t":4,"s":[2.601],"e":[145.581]},{"t":17}]},"p":{"k":[-10.291,-113.297,0]},"a":{"k":[0,0,0]},"s":{"k":[{"i":{"x":[0.03,0.03,0.03],"y":[1,1,0.03]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p03_1_0p167_0p167","0p03_1_0p167_0p167","0p03_0p03_0p167_0p167"],"t":17,"s":[100,100,100],"e":[260,260,100]},{"t":28}]}},"ao":0,"ip":3,"op":28,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":4,"nm":"Shape Layer 7","parent":17,"ks":{"o":{"k":100},"r":{"k":180},"p":{"k":[-0.125,-0.25,0]},"a":{"k":[-20.125,11.75,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[771.25,771.25],"x":"var $bm_rt;\n$bm_rt = thisComp.layer('dotted_lines').content('Ellipse 1').content('Ellipse Path 1').size;"},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"tm","s":{"k":40.797,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 6').content('Ellipse 1').content('Trim Paths 1').start;","ix":1},"e":{"k":45.776,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 6').content('Ellipse 1').content('Trim Paths 1').end;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":78.297,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 6').content('Ellipse 1').content('Stroke 1').strokeWidth;"},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-20,12],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":3,"op":17,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":4,"nm":"Shape Layer 6","parent":17,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-0.125,-0.25,0]},"a":{"k":[-20.125,11.75,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[771.25,771.25],"x":"var $bm_rt;\n$bm_rt = thisComp.layer('dotted_lines').content('Ellipse 1').content('Ellipse Path 1').size;"},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.155],"y":[1]},"o":{"x":[0.726],"y":[0]},"n":["0p155_1_0p726_0"],"t":4,"s":[0],"e":[40.797]},{"i":{"x":[0.155],"y":[0.155]},"o":{"x":[0.167],"y":[0.167]},"n":["0p155_0p155_0p167_0p167"],"t":15,"s":[40.797],"e":[40.797]},{"t":18}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":3,"s":[1.5],"e":[3]},{"i":{"x":[0.665],"y":[0.609]},"o":{"x":[0.196],"y":[0]},"n":["0p665_0p609_0p196_0"],"t":4,"s":[3],"e":[21.532]},{"i":{"x":[0.659],"y":[0.496]},"o":{"x":[0.253],"y":[0.681]},"n":["0p659_0p496_0p253_0p681"],"t":6,"s":[21.532],"e":[37.019]},{"i":{"x":[0.423],"y":[1]},"o":{"x":[0.116],"y":[0.297]},"n":["0p423_1_0p116_0p297"],"t":10,"s":[37.019],"e":[45.776]},{"i":{"x":[0.423],"y":[0.423]},"o":{"x":[0.167],"y":[0.167]},"n":["0p423_0p423_0p167_0p167"],"t":15,"s":[45.776],"e":[45.776]},{"t":18}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":[{"i":{"x":[0.522],"y":[0.759]},"o":{"x":[0.558],"y":[0]},"n":["0p522_0p759_0p558_0"],"t":3,"s":[62],"e":[159.446]},{"i":{"x":[0.51],"y":[1]},"o":{"x":[0.207],"y":[-0.135]},"n":["0p51_1_0p207_-0p135"],"t":4,"s":[159.446],"e":[83.949]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.125],"y":[0.752]},"n":["0p667_1_0p125_0p752"],"t":5,"s":[83.949],"e":[42]},{"i":{"x":[0.377],"y":[1]},"o":{"x":[0.08],"y":[0]},"n":["0p377_1_0p08_0"],"t":8,"s":[42],"e":[78.297]},{"t":17}]},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-20,12],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":3,"op":17,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":20,"ty":3,"nm":"Null 3","parent":0,"ks":{"o":{"k":0},"r":{"k":[{"i":{"x":[0.719],"y":[0.849]},"o":{"x":[0.389],"y":[0]},"n":["0p719_0p849_0p389_0"],"t":4,"s":[-2],"e":[3.601]},{"i":{"x":[0],"y":[0.817]},"o":{"x":[0.456],"y":[0.199]},"n":["0_0p817_0p456_0p199"],"t":5,"s":[3.601],"e":[145.581]},{"t":17}]},"p":{"k":[-10.291,-113.297,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"ip":4,"op":25,"st":2,"bm":0,"sr":1},{"ddd":0,"ind":21,"ty":4,"nm":"Shape Layer 17","parent":20,"ks":{"o":{"k":100},"r":{"k":180},"p":{"k":[-0.125,-0.25,0]},"a":{"k":[-20.125,11.75,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[771.25,771.25],"x":"var $bm_rt;\n$bm_rt = thisComp.layer('dotted_lines').content('Ellipse 1').content('Ellipse Path 1').size;"},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"tm","s":{"k":40.797,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 16').content('Ellipse 1').content('Trim Paths 1').start;","ix":1},"e":{"k":45.776,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 16').content('Ellipse 1').content('Trim Paths 1').end;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":78.297,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 6').content('Ellipse 1').content('Stroke 1').strokeWidth;"},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-20,12],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":4,"op":17,"st":2,"bm":0,"sr":1},{"ddd":0,"ind":22,"ty":4,"nm":"Shape Layer 16","parent":20,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-0.125,-0.25,0]},"a":{"k":[-20.125,11.75,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[771.25,771.25],"x":"var $bm_rt;\n$bm_rt = thisComp.layer('dotted_lines').content('Ellipse 1').content('Ellipse Path 1').size;"},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.155],"y":[1]},"o":{"x":[0.726],"y":[0]},"n":["0p155_1_0p726_0"],"t":5,"s":[0],"e":[40.797]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[40.797],"e":[40.797]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[40.797],"e":[50]},{"t":24}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":4,"s":[1.5],"e":[3]},{"i":{"x":[0.665],"y":[0.609]},"o":{"x":[0.196],"y":[0]},"n":["0p665_0p609_0p196_0"],"t":5,"s":[3],"e":[21.532]},{"i":{"x":[0.659],"y":[0.496]},"o":{"x":[0.253],"y":[0.681]},"n":["0p659_0p496_0p253_0p681"],"t":7,"s":[21.532],"e":[37.019]},{"i":{"x":[0.423],"y":[1]},"o":{"x":[0.116],"y":[0.238]},"n":["0p423_1_0p116_0p238"],"t":11,"s":[37.019],"e":[45.776]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[45.776],"e":[45.776]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[45.776],"e":[50]},{"t":24}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":[{"i":{"x":[0.522],"y":[0.759]},"o":{"x":[0.558],"y":[0]},"n":["0p522_0p759_0p558_0"],"t":3,"s":[62],"e":[159.446]},{"i":{"x":[0.51],"y":[1]},"o":{"x":[0.207],"y":[-0.135]},"n":["0p51_1_0p207_-0p135"],"t":4,"s":[159.446],"e":[83.949]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.125],"y":[0.752]},"n":["0p667_1_0p125_0p752"],"t":5,"s":[83.949],"e":[42]},{"i":{"x":[0.377],"y":[1]},"o":{"x":[0.08],"y":[0]},"n":["0p377_1_0p08_0"],"t":8,"s":[42],"e":[78.297]},{"t":18}]},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-20,12],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":4,"op":17,"st":2,"bm":0,"sr":1},{"ddd":0,"ind":23,"ty":3,"nm":"Dotted_lines_Null","parent":0,"ks":{"o":{"k":0},"r":{"k":[{"i":{"x":[0.11],"y":[1]},"o":{"x":[0.591],"y":[0]},"n":["0p11_1_0p591_0"],"t":0,"s":[0],"e":[148.379]},{"t":16}]},"p":{"k":[-10.291,-113.297,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"ip":0,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":24,"ty":4,"nm":"Dotted_lines","parent":23,"ks":{"o":{"k":100},"r":{"k":180},"p":{"k":[-0.125,-0.125,0]},"a":{"k":[-20.125,11.875,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[771.25,771.25]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.109],"y":[1]},"o":{"x":[0.745],"y":[0]},"n":["0p109_1_0p745_0"],"t":4,"s":[0],"e":[43]},{"t":16}],"ix":1},"e":{"k":[{"i":{"x":[0.602],"y":[0.436]},"o":{"x":[0.228],"y":[0]},"n":["0p602_0p436_0p228_0"],"t":0,"s":[3],"e":[9.842]},{"i":{"x":[0.54],"y":[0.526]},"o":{"x":[0.29],"y":[0.285]},"n":["0p54_0p526_0p29_0p285"],"t":2,"s":[9.842],"e":[25.357]},{"i":{"x":[0.294],"y":[1]},"o":{"x":[0.15],"y":[0.532]},"n":["0p294_1_0p15_0p532"],"t":5,"s":[25.357],"e":[43]},{"t":16}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":8},"lc":1,"lj":1,"ml":4,"d":[{"n":"d","nm":"dash","v":{"k":[{"i":{"x":[0.922],"y":[0.997]},"o":{"x":[0.37],"y":[0]},"n":["0p922_0p997_0p37_0"],"t":0,"s":[20],"e":[58.449]},{"i":{"x":[0.11],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p11_1_0p167_0p167"],"t":9,"s":[58.449],"e":[52.308]},{"t":16}]}},{"n":"g","nm":"gap","v":{"k":[{"i":{"x":[0.958],"y":[0.996]},"o":{"x":[0.63],"y":[0]},"n":["0p958_0p996_0p63_0"],"t":0,"s":[45],"e":[127]},{"i":{"x":[0.11],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p11_1_0p167_0p167"],"t":8,"s":[127],"e":[69.231]},{"t":16}]}},{"n":"o","nm":"offset","v":{"k":0}}],"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-20,12],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":1,"op":17,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":25,"ty":4,"nm":"dotted_lines","parent":23,"td":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-0.125,-0.25,0]},"a":{"k":[-20.125,11.75,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.1,0.1],"y":[1,1]},"o":{"x":[0.36,0.36],"y":[0,0]},"n":["0p1_1_0p36_0","0p1_1_0p36_0"],"t":0,"s":[1232.858,1232.858],"e":[771.25,771.25]},{"t":16}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.109],"y":[1]},"o":{"x":[0.745],"y":[0]},"n":["0p109_1_0p745_0"],"t":4,"s":[0],"e":[43]},{"t":16}],"ix":1},"e":{"k":[{"i":{"x":[0.602],"y":[0.436]},"o":{"x":[0.228],"y":[0]},"n":["0p602_0p436_0p228_0"],"t":0,"s":[3],"e":[9.842]},{"i":{"x":[0.54],"y":[0.526]},"o":{"x":[0.29],"y":[0.285]},"n":["0p54_0p526_0p29_0p285"],"t":2,"s":[9.842],"e":[25.357]},{"i":{"x":[0.294],"y":[1]},"o":{"x":[0.15],"y":[0.532]},"n":["0p294_1_0p15_0p532"],"t":5,"s":[25.357],"e":[43]},{"t":16}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":8},"lc":1,"lj":1,"ml":4,"d":[{"n":"d","nm":"dash","v":{"k":[{"i":{"x":[0.922],"y":[0.997]},"o":{"x":[0.37],"y":[0]},"n":["0p922_0p997_0p37_0"],"t":0,"s":[20],"e":[58.449]},{"i":{"x":[0.11],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p11_1_0p167_0p167"],"t":9,"s":[58.449],"e":[52.308]},{"t":16}]}},{"n":"g","nm":"gap","v":{"k":[{"i":{"x":[0.958],"y":[0.996]},"o":{"x":[0.63],"y":[0]},"n":["0p958_0p996_0p63_0"],"t":0,"s":[45],"e":[127]},{"i":{"x":[0.11],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p11_1_0p167_0p167"],"t":8,"s":[127],"e":[69.231]},{"t":16}]}},{"n":"o","nm":"offset","v":{"k":0}}],"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-20,12],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":1,"op":17,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":26,"ty":4,"nm":"action_strokes","parent":0,"tt":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-10.291,-113.297,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[879,879]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":1162},"lc":1,"lj":1,"ml":4,"d":[{"n":"d","nm":"dash","v":{"k":11}},{"n":"g","nm":"gap","v":{"k":134.4}},{"n":"o","nm":"offset","v":{"k":68}}],"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":17,"op":29,"st":-2,"bm":0,"sr":1},{"ddd":0,"ind":28,"ty":4,"nm":"action_strokes_mask","parent":0,"td":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-10.291,-113.297,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.704,0.704],"y":[0.75,0.75]},"o":{"x":[0.415,0.415],"y":[0.11,0.11]},"n":["0p704_0p75_0p415_0p11","0p704_0p75_0p415_0p11"],"t":16,"s":[0,0],"e":[453.221,453.221]},{"i":{"x":[0.213,0.213],"y":[1,1]},"o":{"x":[0.103,0.103],"y":[0.438,0.438]},"n":["0p213_1_0p103_0p438","0p213_1_0p103_0p438"],"t":17,"s":[453.221,453.221],"e":[1440,1440]},{"t":28}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p833_0p333_0"],"t":20,"s":[50],"e":[0]},{"t":28}]},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":17,"op":29,"st":-2,"bm":0,"sr":1},{"ddd":0,"ind":29,"ty":4,"nm":"action_strokes","parent":0,"tt":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-10.291,-113.297,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[879,879]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":1162},"lc":1,"lj":1,"ml":4,"d":[{"n":"d","nm":"dash","v":{"k":11}},{"n":"g","nm":"gap","v":{"k":134.4}},{"n":"o","nm":"offset","v":{"k":68}}],"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":17,"op":29,"st":-2,"bm":0,"sr":1},{"ddd":0,"ind":31,"ty":4,"nm":"action_strokes_mask","parent":0,"td":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-10.291,-113.297,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.598,0.598],"y":[0.165,0.165]},"o":{"x":[0.416,0.416],"y":[0.304,0.304]},"n":["0p598_0p165_0p416_0p304","0p598_0p165_0p416_0p304"],"t":15,"s":[0,0],"e":[387.422,387.422]},{"i":{"x":[0.337,0.337],"y":[1,1]},"o":{"x":[0.117,0.117],"y":[0.583,0.583]},"n":["0p337_1_0p117_0p583","0p337_1_0p117_0p583"],"t":17,"s":[387.422,387.422],"e":[1279,1279]},{"t":28}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p833_0p333_0"],"t":20,"s":[50],"e":[0]},{"t":28}]},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":17,"op":29,"st":-2,"bm":0,"sr":1},{"ddd":0,"ind":32,"ty":4,"nm":"action_strokes","parent":0,"tt":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-10.291,-113.297,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[879,879]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":1162},"lc":1,"lj":1,"ml":4,"d":[{"n":"d","nm":"dash","v":{"k":11}},{"n":"g","nm":"gap","v":{"k":134.4}},{"n":"o","nm":"offset","v":{"k":0}}],"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":17,"op":29,"st":-2,"bm":0,"sr":1},{"ddd":0,"ind":33,"ty":4,"nm":"action_strokes_mask","parent":0,"td":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-10.291,-113.297,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.598,0.598],"y":[0.42,0.42]},"o":{"x":[0.416,0.416],"y":[0.211,0.211]},"n":["0p598_0p42_0p416_0p211","0p598_0p42_0p416_0p211"],"t":15,"s":[0,0],"e":[558.422,558.422]},{"i":{"x":[0.337,0.337],"y":[1,1]},"o":{"x":[0.117,0.117],"y":[0.517,0.517]},"n":["0p337_1_0p117_0p517","0p337_1_0p117_0p517"],"t":17,"s":[558.422,558.422],"e":[1563,1563]},{"t":28}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p833_0p333_0"],"t":20,"s":[50],"e":[0]},{"t":28}]},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":17,"op":29,"st":-2,"bm":0,"sr":1},{"ddd":0,"ind":34,"ty":4,"nm":"action_strokes","parent":0,"tt":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-10.291,-113.297,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[879,879]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":1162},"lc":1,"lj":1,"ml":4,"d":[{"n":"d","nm":"dash","v":{"k":11}},{"n":"g","nm":"gap","v":{"k":134.4}},{"n":"o","nm":"offset","v":{"k":0}}],"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":17,"op":29,"st":-2,"bm":0,"sr":1},{"ddd":0,"ind":35,"ty":4,"nm":"action_strokes_mask","parent":0,"td":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-10.291,-113.297,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.09,0.09],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p09_1_0p167_0p167","0p09_1_0p167_0p167"],"t":15,"s":[0,0],"e":[1844,1844]},{"t":28}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p833_0p333_0"],"t":20,"s":[50],"e":[0]},{"t":28}]},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":17,"op":29,"st":-2,"bm":0,"sr":1},{"ddd":0,"ind":36,"ty":4,"nm":"action_strokes","parent":0,"tt":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-10.291,-113.297,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[879,879]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":1162},"lc":1,"lj":1,"ml":4,"d":[{"n":"d","nm":"dash","v":{"k":11}},{"n":"g","nm":"gap","v":{"k":134.4}},{"n":"o","nm":"offset","v":{"k":0}}],"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":17,"op":29,"st":-2,"bm":0,"sr":1},{"ddd":0,"ind":38,"ty":1,"nm":"ResizerTemp","parent":39,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[19,25.5,0]},"a":{"k":[250,300,0]},"s":{"k":[7.5,7.5,100]}},"ao":0,"sw":500,"sh":600,"sc":"#ffffff","ip":0,"op":33,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":39,"ty":1,"nm":"White Solid 20","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[40,50,0]},"a":{"k":[20,25,0]},"s":{"k":[200,200,100]}},"ao":0,"sw":40,"sh":50,"sc":"#ffffff","ip":0,"op":33,"st":0,"bm":0,"sr":1}],"v":"4.4.26","ddd":0,"ip":0,"op":33,"fr":25,"w":80,"h":100} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Mobilo/H.json b/ohos/flutter_lottie/assets/Mobilo/H.json new file mode 100644 index 0000000000000000000000000000000000000000..62d549d4f92b8e05ff9c74a1bfd5c9643692f010 --- /dev/null +++ b/ohos/flutter_lottie/assets/Mobilo/H.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Stroke_06","parent":23,"ks":{"o":{"k":100},"r":{"k":30},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[325.75,423,0],"e":[325.75,433,0],"to":[0,1.66666662693024,0],"ti":[0,-2,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[325.75,433,0],"e":[325.75,435,0],"to":[0,2,0],"ti":[0,-0.33333334326744,0]},{"t":22}]},"a":{"k":[-100,-159,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-97,-144],[-112,-171]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-97,-144],[-106.25,-161.041]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-97,-144],[-106.25,-161.041]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-97,-144],[-101.733,-152.967]],"c":false}]},{"t":20}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":3},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":18,"op":24,"st":-4,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Stroke_05","parent":0,"ks":{"o":{"k":100},"r":{"k":-32.115},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[-73.656,-182.87,0],"e":[-72.906,-181.571,0],"to":[0.125,0.2165063470602,0],"ti":[-0.125,-0.2165063470602,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[-72.906,-181.571,0],"e":[-72.906,-181.571,0],"to":[0,0,0],"ti":[0,0,0]},{"t":22}]},"a":{"k":[-100,-159,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-97,-144],[-112,-171]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-97,-144],[-106.836,-161.803]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-97,-144],[-106.836,-161.803]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-97,-144],[-102.135,-153.624]],"c":false}]},{"t":20}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":3},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":18,"op":24,"st":-4,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Stroke_04","parent":0,"ks":{"o":{"k":100},"r":{"k":39.997},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[-131.777,-143.54,0],"e":[-131.777,-143.54,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[-131.777,-143.54,0],"e":[-131.777,-143.54,0],"to":[0,0,0],"ti":[0,0,0]},{"t":22}]},"a":{"k":[-100,-159,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-97,-144],[-112,-171]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-97,-144],[-105.383,-158.481]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-97,-144],[-105.383,-158.481]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-97,-144],[-101.167,-150.695]],"c":false}]},{"t":20}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":3},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":18,"op":24,"st":-4,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Stroke_03","parent":23,"ks":{"o":{"k":100},"r":{"k":30},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[181.75,423,0],"e":[181.75,433,0],"to":[0,1.66666662693024,0],"ti":[0,-2,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[181.75,433,0],"e":[181.75,435,0],"to":[0,2,0],"ti":[0,-0.33333334326744,0]},{"t":22}]},"a":{"k":[-100,-159,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-97,-144],[-112,-171]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-97,-144],[-106.25,-161.041]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-97,-144],[-106.25,-161.041]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-97,-144],[-101.733,-152.967]],"c":false}]},{"t":20}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":3},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":18,"op":24,"st":-4,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Stroke_02","parent":3,"ks":{"o":{"k":100},"r":{"k":-32.115},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[-73.656,-182.87,0],"e":[-72.906,-181.571,0],"to":[0.125,0.2165063470602,0],"ti":[-0.125,-0.2165063470602,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[-72.906,-181.571,0],"e":[-72.906,-181.571,0],"to":[0,0,0],"ti":[0,0,0]},{"t":20}]},"a":{"k":[-100,-159,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-97,-144],[-112,-171]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-97,-144],[-106.836,-161.803]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-97,-144],[-106.836,-161.803]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-97,-144],[-102.135,-153.624]],"c":false}]},{"t":20}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":3},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":18,"op":24,"st":-4,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Stroke_01","parent":3,"ks":{"o":{"k":100},"r":{"k":39.997},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[-131.777,-143.54,0],"e":[-131.777,-143.54,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[-131.777,-143.54,0],"e":[-131.777,-143.54,0],"to":[0,0,0],"ti":[0,0,0]},{"t":20}]},"a":{"k":[-100,-159,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-97,-144],[-112,-171]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-97,-144],[-105.383,-158.481]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-97,-144],[-105.383,-158.481]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-97,-144],[-101.167,-150.695]],"c":false}]},{"t":20}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":3},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":18,"op":24,"st":-4,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Foot_03","parent":23,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"t":5,"s":[321,306.5,0],"h":1},{"t":6,"s":[321,406.5,0],"h":1},{"t":7,"s":[321,422.5,0],"h":1},{"t":8,"s":[321,420.5,0],"h":1}]},"a":{"k":[-71,121,0]},"s":{"k":[{"t":5,"s":[100,100,100],"h":1},{"t":6,"s":[100,100,100],"h":1},{"t":7,"s":[111.518,92.917,100],"h":1},{"t":8,"s":[100,100,100],"h":1}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,-24.25],[0,0],[0,0],[0,0]],"o":[[0,0],[0,24.25],[0,0],[0,0],[0,0]],"v":[[-94.25,100.25],[-118.75,119.5],[-94.25,140.25],[-46,140.25],[-46,100.5]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":5,"op":18,"st":4,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Sock_02","parent":6,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-70.25,93.5,0]},"a":{"k":[-69.643,39,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":5,"s":[110.955,100,100],"e":[82.412,172.59,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":6,"s":[82.412,172.59,100],"e":[110.955,67.525,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":7,"s":[110.955,67.525,100],"e":[110.955,100,100]},{"t":8}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[23.636,-25.566],[-23.636,-25.566],[-23.636,25.566],[23.636,25.566]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-69.227,38.447],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[91.281,76.125],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1"}],"ip":5,"op":18,"st":6,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Foot_01","parent":23,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"t":3,"s":[178,306.5,0],"h":1},{"t":4,"s":[178,406.5,0],"h":1},{"t":5,"s":[178,422.5,0],"h":1},{"t":6,"s":[178,420.5,0],"h":1}]},"a":{"k":[-71,121,0]},"s":{"k":[{"t":3,"s":[100,100,100],"h":1},{"t":4,"s":[100,100,100],"h":1},{"t":5,"s":[111.518,92.917,100],"h":1},{"t":6,"s":[100,100,100],"h":1}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,-24.25],[0,0],[0,0],[0,0]],"o":[[0,0],[0,24.25],[0,0],[0,0],[0,0]],"v":[[-94.25,100.25],[-118.75,119.5],[-94.25,140.25],[-46,140.25],[-46,100.5]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":3,"op":18,"st":2,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Sock_01","parent":8,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-70.25,93.5,0]},"a":{"k":[-69.643,39,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":3,"s":[110.955,100,100],"e":[82.412,172.59,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":4,"s":[82.412,172.59,100],"e":[110.955,67.525,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":5,"s":[110.955,67.525,100],"e":[110.955,100,100]},{"t":6}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[23.636,-25.566],[-23.636,-25.566],[-23.636,25.566],[23.636,25.566]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-69.227,38.447],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[91.281,76.125],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1"}],"ip":3,"op":18,"st":4,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"Pupil_01","parent":11,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"t":8,"s":[13.129,-32.447,0],"h":1},{"t":9,"s":[13.129,-53.829,0],"h":1},{"t":19,"s":[13.129,-53.829,0],"h":1}]},"a":{"k":[13.129,-53.829,0]},"s":{"k":[{"t":8,"s":[50,50,100],"h":1},{"t":19,"s":[36.826,36.826,100],"h":1},{"t":20,"s":[19.03,19.03,100],"h":1}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[43.818,0],[0,-43.818],[-43.818,0],[0,43.818]],"o":[[-43.818,0],[0,43.818],[43.818,0],[0,-43.818]],"v":[[0,-79.34],[-79.34,0],[0,79.34],[79.34,0]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[12.34,-55.66],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[62.062,62.062],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":8,"op":23,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"Eye_01","parent":23,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"t":8,"s":[179.5,218,0],"h":1},{"t":9,"s":[179.5,199.5,0],"h":1},{"t":10,"s":[179.5,209.5,0],"h":1},{"t":12,"s":[179.5,199.5,0],"h":1},{"t":19,"s":[179.5,199.5,0],"h":1},{"t":22,"s":[179.5,199.5,0],"h":1}]},"a":{"k":[13.129,-53.829,0]},"s":{"k":[{"t":8,"s":[19.826,70.155,100],"h":1},{"t":9,"s":[33.242,33.242,100],"h":1},{"t":10,"s":[45.625,21.493,100],"h":1},{"t":12,"s":[33.242,33.242,100],"h":1},{"t":19,"s":[37.158,37.158,100],"h":1},{"t":20,"s":[38.137,38.137,100],"h":1},{"t":21,"s":[36.179,36.179,100],"h":1},{"t":22,"s":[20.514,20.514,100],"h":1}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[82.561,-2.071],[0,-43.818],[-80.001,1.701],[0,43.818]],"o":[[-75.937,1.904],[0,43.818],[86.589,-1.841],[0,-43.818]],"v":[[0,-79.34],[-79.34,0],[0,79.34],[79.34,0]],"c":true}],"e":[{"i":[[43.818,0],[0,-43.818],[-43.818,0],[0,43.818]],"o":[[-43.818,0],[0,43.818],[43.818,0],[0,-43.818]],"v":[[0,-79.34],[-79.34,0],[0,79.34],[79.34,0]],"c":true}]},{"t":9,"s":[{"i":[[43.818,0],[0,-43.818],[-43.818,0],[0,43.818]],"o":[[-43.818,0],[0,43.818],[43.818,0],[0,-43.818]],"v":[[0,-79.34],[-79.34,0],[0,79.34],[79.34,0]],"c":true}],"h":1},{"t":10,"s":[{"i":[[43.818,0],[-4.54,-71.912],[-43.818,0],[1.392,85.415]],"o":[[-43.818,0],[4.682,74.17],[43.818,0],[-1.421,-87.182]],"v":[[0,-79.34],[-68.745,0],[0,79.34],[74.042,-3.748]],"c":true}],"h":1},{"t":12,"s":[{"i":[[43.818,0],[0,-43.818],[-43.818,0],[0,43.818]],"o":[[-43.818,0],[0,43.818],[43.818,0],[0,-43.818]],"v":[[0,-79.34],[-79.34,0],[0,79.34],[79.34,0]],"c":true}],"h":1}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[12.34,-55.66],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[62.062,62.062],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":8,"op":23,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"Pupil_02","parent":13,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"t":10,"s":[12.377,-53.829,0],"h":1},{"t":15,"s":[15.385,-53.829,0],"h":1},{"t":17,"s":[12.377,-53.829,0],"h":1}]},"a":{"k":[13.129,-53.829,0]},"s":{"k":[{"t":10,"s":[50,50,100],"h":1},{"t":17,"s":[36.826,36.826,100],"h":1},{"t":18,"s":[23.479,23.479,100],"h":1}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[43.818,0],[0,-43.818],[-43.818,0],[0,43.818]],"o":[[-43.818,0],[0,43.818],[43.818,0],[0,-43.818]],"v":[[0,-79.34],[-79.34,0],[0,79.34],[79.34,0]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[12.34,-55.66],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[62.062,62.062],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":10,"op":23,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"Eye_02","parent":23,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[322.75,220,0],"e":[322.75,182,0],"to":[0,-6.33333349227905,0],"ti":[0,2.5,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[322.75,182,0],"e":[322.75,205,0],"to":[0,-2.5,0],"ti":[0,-3,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[322.75,205,0],"e":[322.75,200,0],"to":[0,3,0],"ti":[0,0.83333331346512,0]},{"t":14,"s":[322.75,200,0],"h":1},{"t":17,"s":[322.75,200,0],"h":1},{"t":20,"s":[322.75,200,0],"h":1}]},"a":{"k":[13.129,-53.829,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":10,"s":[26.443,26.443,100],"e":[33.242,33.242,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":11,"s":[33.242,33.242,100],"e":[34.274,23.451,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":12,"s":[34.274,23.451,100],"e":[33.242,33.242,100]},{"t":14,"s":[33.242,33.242,100],"h":1},{"t":17,"s":[37.158,37.158,100],"h":1},{"t":18,"s":[39.116,39.116,100],"h":1},{"t":19,"s":[36.179,36.179,100],"h":1},{"t":20,"s":[20.514,20.514,100],"h":1}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[43.818,0],[0,-43.818],[-55.683,1.782],[0,43.818]],"o":[[-43.818,0],[0,43.818],[67.889,-2.172],[0,-43.818]],"v":[[0,-79.34],[-62.375,0],[2.424,128.647],[59.951,0]],"c":true}],"e":[{"i":[[43.818,0],[0,-43.818],[-43.818,0],[0,43.818]],"o":[[-43.818,0],[0,43.818],[43.818,0],[0,-43.818]],"v":[[0,-79.34],[-79.34,0],[0,79.34],[79.34,0]],"c":true}]},{"t":11}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[12.34,-55.66],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[62.062,62.062],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":10,"op":23,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"Nose_Small","parent":23,"ks":{"o":{"k":100},"r":{"k":[{"t":0,"s":[0],"h":1},{"t":9,"s":[-13.784],"h":1},{"t":10,"s":[0],"h":1},{"t":15,"s":[0],"h":1}]},"p":{"k":[{"i":{"x":0.926,"y":0},"o":{"x":0.333,"y":0},"n":"0p926_0_0p333_0","t":0,"s":[251,377.5,0],"e":[251,379.995,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.629},"o":{"x":0.333,"y":0.149},"n":"0p667_0p629_0p333_0p149","t":1,"s":[251,379.995,0],"e":[251,304.495,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0.875},"n":"0p667_1_0p333_0p875","t":2,"s":[251,304.495,0],"e":[251,208.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":1},"o":{"x":1,"y":0},"n":"0p833_1_1_0","t":5,"s":[251,208.5,0],"e":[251,229.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":8,"s":[251,229.5,0],"h":1},{"t":9,"s":[251,238.5,0],"h":1},{"t":10,"s":[251,211.5,0],"h":1},{"i":{"x":0.575,"y":0.623},"o":{"x":0.341,"y":0.302},"n":"0p575_0p623_0p341_0p302","t":11,"s":[251,199.5,0],"e":[251,191.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.724,"y":0},"o":{"x":0.338,"y":0.186},"n":"0p724_0_0p338_0p186","t":12,"s":[251,191.5,0],"e":[251,204.428,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.664,"y":1},"o":{"x":0.332,"y":0.526},"n":"0p664_1_0p332_0p526","t":13,"s":[251,204.428,0],"e":[251,234,0],"to":[0,0,0],"ti":[0,0,0]},{"t":14,"s":[251,234,0],"h":1},{"t":15,"s":[251,230.5,0],"h":1},{"t":16,"s":[251,223.5,0],"h":1},{"t":17,"s":[251,222.5,0],"h":1},{"t":22,"s":[250.75,222,0],"h":1}]},"a":{"k":[13.129,-53.829,0]},"s":{"k":[{"t":0,"s":[66.483,66.483,100],"h":1},{"t":8,"s":[85.059,50.819,100],"h":1},{"t":10,"s":[56.164,70.4,100],"h":1},{"t":11,"s":[49.972,80.186,100],"h":1},{"t":12,"s":[62.356,54.875,100],"h":1},{"t":13,"s":[66.483,50.546,100],"h":1},{"t":14,"s":[80.796,49.617,100],"h":1},{"t":15,"s":[66.483,66.483,100],"h":1},{"t":21,"s":[7.742,7.742,100],"h":1},{"t":22,"s":[18.511,18.511,100],"h":1},{"t":23,"s":[7.253,7.253,100],"h":1}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[43.818,0],[0,-43.818],[-43.818,0],[0,43.818]],"o":[[-43.818,0],[0,43.818],[43.818,0],[0,-43.818]],"v":[[0,-79.34],[-79.34,0],[0,79.34],[79.34,0]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[12.34,-55.66],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[62.062,62.062],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":21,"op":24,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"Nose_Matte","parent":23,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[251,224,0],"e":[251,225.5,0],"to":[0,0.25,0],"ti":[0,-0.16666667163372,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[251,225.5,0],"e":[251,225,0],"to":[0,0.16666667163372,0],"ti":[0,0.08333333581686,0]},{"t":22}]},"a":{"k":[13.129,-53.829,0]},"s":{"k":[{"t":20,"s":[89.038,89.038,100],"h":1},{"t":21,"s":[194.089,194.089,100],"h":1},{"t":22,"s":[144.05,144.05,100],"h":1}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[43.818,0],[0,-43.818],[-43.818,0],[0,43.818]],"o":[[-43.818,0],[0,43.818],[43.818,0],[0,-43.818]],"v":[[0,-79.34],[-79.34,0],[0,79.34],[79.34,0]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.19,0.3,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[12.84,-56.16],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[12.804,12.804],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":20,"op":23,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"Nose","parent":23,"ks":{"o":{"k":100},"r":{"k":[{"t":1,"s":[0],"h":1},{"t":10,"s":[-13.784],"h":1},{"t":11,"s":[0],"h":1},{"t":16,"s":[0],"h":1}]},"p":{"k":[{"i":{"x":0.926,"y":0},"o":{"x":0.333,"y":0},"n":"0p926_0_0p333_0","t":1,"s":[251,377.5,0],"e":[251,379.995,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.629},"o":{"x":0.333,"y":0.149},"n":"0p667_0p629_0p333_0p149","t":2,"s":[251,379.995,0],"e":[251,304.495,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0.875},"n":"0p667_1_0p333_0p875","t":3,"s":[251,304.495,0],"e":[251,208.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":1},"o":{"x":1,"y":0},"n":"0p833_1_1_0","t":6,"s":[251,208.5,0],"e":[251,229.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":9,"s":[251,229.5,0],"h":1},{"t":10,"s":[251,238.5,0],"h":1},{"t":11,"s":[251,211.5,0],"h":1},{"i":{"x":0.575,"y":0.623},"o":{"x":0.341,"y":0.302},"n":"0p575_0p623_0p341_0p302","t":12,"s":[251,199.5,0],"e":[251,191.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.724,"y":0},"o":{"x":0.338,"y":0.186},"n":"0p724_0_0p338_0p186","t":13,"s":[251,191.5,0],"e":[251,204.428,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.664,"y":1},"o":{"x":0.332,"y":0.526},"n":"0p664_1_0p332_0p526","t":14,"s":[251,204.428,0],"e":[251,234,0],"to":[0,0,0],"ti":[0,0,0]},{"t":15,"s":[251,234,0],"h":1},{"t":16,"s":[251,230.5,0],"h":1},{"t":17,"s":[251,223.5,0],"h":1},{"t":18,"s":[251,222.5,0],"h":1}]},"a":{"k":[13.129,-53.829,0]},"s":{"k":[{"t":1,"s":[66.483,66.483,100],"h":1},{"t":9,"s":[85.059,50.819,100],"h":1},{"t":11,"s":[56.164,70.4,100],"h":1},{"t":12,"s":[49.972,80.186,100],"h":1},{"t":13,"s":[62.356,54.875,100],"h":1},{"t":14,"s":[66.483,50.546,100],"h":1},{"t":15,"s":[80.796,49.617,100],"h":1},{"t":16,"s":[66.483,66.483,100],"h":1},{"t":20,"s":[72.358,72.358,100],"h":1},{"t":21,"s":[64.525,64.525,100],"h":1},{"t":22,"s":[36.134,36.134,100],"h":1}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":1,"s":[{"i":[[43.818,0],[-0.572,-22.9],[-54.472,2.996],[0.101,30.733]],"o":[[-43.818,0],[0.67,26.835],[61.768,-3.398],[-0.092,-28.04]],"v":[[1.81,109.702],[-76.318,115.524],[0,133.775],[84.785,113.999]],"c":true}],"e":[{"i":[[43.818,0],[0,-43.818],[-43.818,0],[0,43.818]],"o":[[-43.818,0],[0,43.818],[43.818,0],[0,-43.818]],"v":[[0,-40.562],[-79.34,38.778],[0,118.118],[79.34,38.778]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[43.818,0],[0,-43.818],[-43.818,0],[0,43.818]],"o":[[-43.818,0],[0,43.818],[43.818,0],[0,-43.818]],"v":[[0,-40.562],[-79.34,38.778],[0,118.118],[79.34,38.778]],"c":true}],"e":[{"i":[[43.818,0],[0,-43.818],[-54.472,2.996],[0,43.818]],"o":[[-43.818,0],[0,43.818],[61.768,-3.398],[0,-43.818]],"v":[[0,-79.34],[-45.409,1.512],[0,133.775],[45.409,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[43.818,0],[0,-43.818],[-54.472,2.996],[0,43.818]],"o":[[-43.818,0],[0,43.818],[61.768,-3.398],[0,-43.818]],"v":[[0,-79.34],[-45.409,1.512],[0,133.775],[45.409,0]],"c":true}],"e":[{"i":[[43.818,0],[0,-43.818],[-47.369,0.999],[0,43.818]],"o":[[-43.818,0],[0,43.818],[49.802,-1.133],[0,-43.818]],"v":[[0,-79.34],[-80.148,0.504],[0,78.096],[77.724,0]],"c":true}]},{"t":7,"s":[{"i":[[43.818,0],[0,-43.818],[-47.369,0.999],[0,43.818]],"o":[[-43.818,0],[0,43.818],[49.802,-1.133],[0,-43.818]],"v":[[0,-79.34],[-80.148,0.504],[0,78.096],[77.724,0]],"c":true}],"h":1},{"t":9,"s":[{"i":[[43.818,0],[1.049,-65.218],[-43.818,0],[0.283,43.817]],"o":[[-43.818,0],[-0.705,43.813],[43.818,0],[-0.401,-62.047]],"v":[[0,-34.951],[-79.34,0],[0,79.34],[79.34,0]],"c":true}],"h":1},{"t":11,"s":[{"i":[[64.384,1.243],[0,-43.818],[-67.583,0.286],[0,43.818]],"o":[[-64.714,-1.25],[0,43.818],[67.286,-0.285],[0,-43.818]],"v":[[0,-79.34],[-79.34,0],[0,79.34],[79.34,0]],"c":true}],"h":1},{"t":15,"s":[{"i":[[43.818,0],[0,-43.818],[-43.818,0],[0,43.818]],"o":[[-43.818,0],[0,43.818],[43.818,0],[0,-43.818]],"v":[[0,-31.032],[-79.34,65.629],[0,105.999],[79.34,62.382]],"c":true}],"h":1},{"t":16,"s":[{"i":[[43.818,0],[0,-43.818],[-43.818,0],[0,43.818]],"o":[[-43.818,0],[0,43.818],[43.818,0],[0,-43.818]],"v":[[0,-79.34],[-79.34,0],[0,79.34],[79.34,0]],"c":true}],"h":1}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[12.34,-55.66],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[62.062,62.062],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":1,"op":23,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":4,"nm":"H_Mid_02","parent":23,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":7,"s":[12.569],"e":[13.994]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[13.994],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9,"s":[0],"e":[-15.659]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[-15.659],"e":[-2.319]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":11,"s":[-2.319],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[0],"e":[0]},{"t":14}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[188,333.5,0],"e":[237,296,0],"to":[8.16666698455811,-6.25,0],"ti":[-10.5,9.58333301544189,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[237,296,0],"e":[251,276,0],"to":[10.5,-9.58333301544189,0],"ti":[-2.33333325386047,5.33333349227905,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[251,276,0],"e":[251,264,0],"to":[2.33333325386047,-5.33333349227905,0],"ti":[0,-3.33333325386047,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[251,264,0],"e":[251,286.499,0],"to":[0,1.60912728309631,0],"ti":[0,-2.92168927192688,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[251,286.499,0],"e":[251,296,0],"to":[0,3.13063764572144,0],"ti":[0,-1.29315459728241,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[251,296,0],"e":[250,288,0],"to":[0,2.5,0],"ti":[0,0,0]},{"t":14,"s":[250,288,0],"h":1},{"t":15,"s":[250,288,0],"h":1},{"t":16,"s":[250,293,0],"h":1},{"t":17,"s":[250,286,0],"h":1},{"t":18,"s":[250,288,0],"h":1}]},"a":{"k":[0.528,-112,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":7,"s":[60.751,100,100],"e":[152.878,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8,"s":[152.878,100,100],"e":[189.365,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":9,"s":[189.365,100,100],"e":[189.365,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":10,"s":[189.365,100,100],"e":[189.365,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":11,"s":[189.365,100,100],"e":[189.365,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":12,"s":[189.365,100,100],"e":[189.365,100,100]},{"t":14,"s":[189.365,100,100],"h":1}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[48.397,-134.445],[-0.473,-134.445],[-47.074,-134.445],[-47.074,-92.45],[0.684,-92.45],[48.397,-92.45]],"c":true}],"e":[{"i":[[0,0],[14.438,0],[0,0],[0,0],[13.325,0],[0,0]],"o":[[0,0],[-14.438,0],[0,0],[0,0],[-13.325,0],[0,0]],"v":[[48.862,-110.919],[2.132,-145.599],[-47.074,-134.445],[-47.074,-92.45],[3.381,-108.939],[34.109,-72.578]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[0,0],[14.438,0],[0,0],[0,0],[13.325,0],[0,0]],"o":[[0,0],[-14.438,0],[0,0],[0,0],[-13.325,0],[0,0]],"v":[[48.862,-110.919],[2.132,-145.599],[-47.074,-134.445],[-47.074,-92.45],[3.381,-108.939],[34.109,-72.578]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[48.397,-134.445],[-0.473,-134.445],[-47.074,-134.445],[-47.074,-92.45],[0.684,-92.45],[48.397,-92.45]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[48.397,-134.445],[-0.473,-134.445],[-47.074,-134.445],[-47.074,-92.45],[0.684,-92.45],[48.397,-92.45]],"c":true}],"e":[{"i":[[0,0],[19.879,0.372],[0,0],[0,0],[-21.824,0.691],[0,0]],"o":[[0,0],[-19.879,-0.372],[0,0],[0,0],[21.824,-0.691],[0,0]],"v":[[48.397,-134.445],[-0.701,-113.45],[-47.074,-134.445],[-47.074,-92.45],[0.488,-74.454],[48.397,-92.45]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,0],[19.879,0.372],[0,0],[0,0],[-21.824,0.691],[0,0]],"o":[[0,0],[-19.879,-0.372],[0,0],[0,0],[21.824,-0.691],[0,0]],"v":[[48.397,-134.445],[-0.701,-113.45],[-47.074,-134.445],[-47.074,-92.45],[0.488,-74.454],[48.397,-92.45]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[48.397,-134.445],[-0.473,-134.445],[-47.074,-134.445],[-47.074,-92.45],[0.684,-92.45],[48.397,-92.45]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[48.397,-134.445],[-0.473,-134.445],[-47.074,-134.445],[-47.074,-92.45],[0.684,-92.45],[48.397,-92.45]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[48.397,-134.445],[-0.473,-134.445],[-47.074,-134.445],[-47.074,-92.45],[0.684,-92.45],[48.397,-92.45]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[48.397,-134.445],[-0.473,-134.445],[-47.074,-134.445],[-47.074,-92.45],[0.684,-92.45],[48.397,-92.45]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[-15.159,-0.45],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[15.159,0.45],[0,0]],"v":[[48.397,-134.445],[-0.473,-134.445],[-47.074,-134.445],[-47.074,-92.45],[0.684,-92.45],[48.397,-92.45]],"c":true}]},{"t":15}]},"nm":"H"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"H"}],"ip":7,"op":23,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":4,"nm":"H_Left_02","parent":23,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"t":6,"s":[178,402,0],"h":1},{"t":8,"s":[178,386,0],"h":1},{"t":10,"s":[178,412,0],"h":1},{"t":12,"s":[178,402,0],"h":1},{"t":15,"s":[178,402,0],"h":1}]},"a":{"k":[-72,2,0]},"s":{"k":[{"t":6,"s":[100,24.757,100],"h":1},{"t":8,"s":[100,100,100],"h":1},{"t":10,"s":[100,100,100],"h":1},{"t":12,"s":[100,100,100],"h":1}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-47.074,-226.593],[-94.205,-226.593],[-94.205,0],[-47.074,0]],"c":true}},"nm":"H"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"H"}],"ip":6,"op":23,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":4,"nm":"H_Right_02","parent":23,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"t":8,"s":[178,402,0],"h":1},{"t":10,"s":[178,386,0],"h":1},{"t":12,"s":[178,412,0],"h":1},{"t":14,"s":[178,402,0],"h":1},{"t":15,"s":[178,402,0],"h":1}]},"a":{"k":[-72,2,0]},"s":{"k":[{"t":8,"s":[100,24.757,100],"h":1},{"t":10,"s":[100,100,100],"h":1},{"t":12,"s":[100,100,100],"h":1},{"t":14,"s":[100,100,100],"h":1}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[48.397,-226.593],[48.397,0],[95.226,0],[95.226,-226.593]],"c":true}},"nm":"H"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"H"}],"ip":8,"op":23,"st":2,"bm":0,"sr":1},{"ddd":0,"ind":20,"ty":4,"nm":"H_Mid","parent":23,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[189.365,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[48.397,-134.445],[-47.074,-134.445],[-47.074,-92.45],[48.397,-92.45]],"c":true}},"nm":"H"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"H"}],"ip":23,"op":32,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":21,"ty":4,"nm":"H_Left","parent":23,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-47.074,-226.593],[-94.205,-226.593],[-94.205,0],[-47.074,0]],"c":true}},"nm":"H"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"H"}],"ip":23,"op":32,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":22,"ty":4,"nm":"H_Right","parent":23,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[48.397,-226.593],[48.397,0],[95.226,0],[95.226,-226.593]],"c":true}},"nm":"H"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"H"}],"ip":23,"op":32,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":23,"ty":1,"nm":"ResizerTemp","parent":25,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[19,25.5,0]},"a":{"k":[250,300,0]},"s":{"k":[7.5,7.5,100]}},"ao":0,"sw":500,"sh":600,"sc":"#ffffff","ip":0,"op":32,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":25,"ty":1,"nm":"White Solid 21","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[40,50,0]},"a":{"k":[20,25,0]},"s":{"k":[200,200,100]}},"ao":0,"sw":40,"sh":50,"sc":"#ffffff","ip":0,"op":32,"st":0,"bm":0,"sr":1}],"v":"4.4.26","ddd":0,"ip":0,"op":32,"fr":25,"w":80,"h":100} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Mobilo/I.json b/ohos/flutter_lottie/assets/Mobilo/I.json new file mode 100644 index 0000000000000000000000000000000000000000..9b3cc7e2893594a535563734d0dfd9c53353edfa --- /dev/null +++ b/ohos/flutter_lottie/assets/Mobilo/I.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"24","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-23.245,0],[23.886,0],[23.886,-226.593],[-23.245,-226.593]],"c":true}},"nm":"I"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"I"}],"ip":24,"op":40,"st":-6,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"23","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,-12.5],[0,0],[13.798,-0.564],[0,0],[0,-14.25]],"o":[[0,0],[0,0],[0,12.5],[0,0],[-14.5,0.593],[0,0],[0,14.25]],"v":[[-23.245,0],[23.886,0],[23.886,-208],[24.285,-226.338],[8.5,-227.343],[-23.24,-225.218],[-23.245,-203.5]],"c":true}},"nm":"I"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"I"}],"ip":23,"op":24,"st":-6,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"22","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,12.75],[-1.386,16.5],[0,0],[13.809,-0.076],[0,0],[-1.26,-23],[0,-13.818]],"o":[[0,0],[0,0],[0,-12.75],[1.046,-12.456],[0,0],[-17,0.093],[0,0],[0.157,2.872],[-0.001,54.632]],"v":[[-23.245,0],[23.886,0],[23.772,-172.75],[25.886,-210.75],[25.285,-227.838],[9.75,-230.093],[-17.99,-225.718],[-22.74,-201.75],[-23.241,-172]],"c":true}},"nm":"I"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"I"}],"ip":22,"op":23,"st":-6,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"21","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,12.75],[-4.003,16.067],[0,0],[13.783,-0.861],[0,0],[0.24,-23.25],[0,-13.818]],"o":[[0,0],[0,0],[0,-12.75],[3.364,-13.5],[0,0],[-17.5,1.093],[0,0],[-0.03,2.877],[-0.001,54.632]],"v":[[-23.245,0],[23.886,0],[23.772,-172.75],[27.136,-213.5],[25.285,-230.088],[9,-233.593],[-14.24,-225.968],[-22.74,-201.75],[-23.241,-172]],"c":true}},"nm":"I"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"I"}],"ip":21,"op":22,"st":-6,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"20","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,12.75],[1.114,15.75],[4.035,1.662],[9.5,-2.157],[2.49,-5.282],[-10.769,1],[0,-13.818]],"o":[[0,0],[0,0],[0,-12.75],[-0.628,-8.877],[-4.035,-1.662],[-10.116,2.297],[-2.804,5.947],[-0.03,2.877],[-0.001,54.632]],"v":[[-23.245,0],[23.886,0],[23.772,-172.75],[23.886,-208],[12.785,-221.588],[-9.75,-224.843],[-29.49,-210.468],[-22.981,-200.75],[-23.241,-172]],"c":true}},"nm":"I"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"I"}],"ip":20,"op":21,"st":-6,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"19","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,12.75],[1.341,8.912],[2.467,5.275],[20.715,-2.662],[0.008,-9.742],[-9.26,-2.532],[0.719,-4.704],[-3.473,-0.111],[0,-13.818]],"o":[[0,0],[0,0],[6.835,-8.75],[-1.279,-8.5],[-4.693,-10.037],[-13.024,1.674],[-0.01,11.093],[-1.26,8.468],[-0.574,3.753],[-0.03,2.877],[-0.001,54.632]],"v":[[-23.245,0],[23.886,0],[23.915,-160.5],[29.529,-187],[21.283,-200.775],[-5.215,-217.338],[-30.74,-195.093],[-20.731,-176.718],[-27.512,-158.887],[-22.848,-151.5],[-23.222,-119.25]],"c":true}},"nm":"I"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"I"}],"ip":19,"op":20,"st":-6,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"18","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[19,-0.5],[-0.336,-8.243],[0,-4.75],[-0.25,-6],[1,-3.25],[-1.5,-11.25],[-4.828,-5.214],[0,0],[0,0],[0,0],[0,12],[-2.75,6.25],[2,5],[-0.5,9],[4.25,6]],"o":[[-19,0.5],[0.5,12.25],[0,4.75],[0.25,6],[-1,3.25],[1.5,11.25],[6.25,6.75],[0,0],[0,0],[0,0],[0,-6.75],[2.75,-6.25],[-2,-5],[0.5,-9],[-4.25,-6]],"v":[[-9.5,-101.75],[-42.5,-78.5],[-31.75,-63.5],[-38.25,-48],[-33.5,-41.25],[-39.75,-19.5],[-29,2],[-23,12.25],[-23,100],[24,100],[24.25,-11.75],[33.5,-34.25],[34.5,-51.75],[29.5,-64.25],[26.25,-85.25]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":18,"op":19,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"17","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[9.25,1],[5,-10],[-3.25,-1.75],[2.25,-5],[-0.75,-5.75],[-2,-1],[3.25,-2.75],[-1,-17.75],[-8.201,-5.858],[0,0],[0,0],[0,0],[0,8.5],[-3.75,4.75],[1.5,4.75],[2.81,7.494],[6.25,8.25]],"o":[[-9.25,-1],[-5,10],[3.25,1.75],[-2.25,5],[0.75,5.75],[2,1],[-3.25,2.75],[1,17.75],[14,10],[0,0],[0,0],[0,0],[0,-8.5],[3.75,-4.75],[-1.5,-4.75],[-5.25,-14],[-6.25,-8.25]],"v":[[-4,-89],[-45,-79.5],[-45,-65],[-41,-58],[-46,-44.5],[-36,-30.75],[-36,-25.75],[-46,4.75],[-34.75,34.25],[-23.25,47],[-23.25,100],[24,100],[24,1.25],[33.25,-20.25],[37.5,-37],[32,-48.75],[23.25,-76]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":17,"op":18,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"16","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[8.5,1.25],[12.25,-7.5],[-2,-6.25],[0,0],[-2.5,-5.75],[0,0],[-1.826,-21.916],[0,0],[0,0],[0,0],[0,12.25],[-3.75,5.75],[1.75,11.5],[0,0],[3.25,6.75],[7,2],[5.5,3]],"o":[[-8.5,-1.25],[-12.25,7.5],[2,6.25],[0,0],[2.5,5.75],[0,0],[3,36],[0,0],[0,0],[0,0],[0,-12.25],[3.75,-5.75],[-1.75,-11.5],[0,0],[-3.25,-6.75],[-7,-2],[-5.5,-3]],"v":[[-12,-72.75],[-43.25,-69],[-60,-44.75],[-51.75,-36],[-52.25,-24],[-44.25,-15.25],[-56.75,19],[-23.25,63.25],[-23.25,100],[23.75,100],[23.75,16],[29.75,0.25],[36.25,-24],[25,-38.75],[29.25,-49.25],[16.75,-60.5],[2.5,-64.25]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":16,"op":17,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"15","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[16.25,-0.5],[0,-12.752],[0,0],[-1,-10],[0,0],[-1.25,-14],[-8.25,-6.75],[-2,-3.25],[1,-3.75],[-0.5,-1.5],[-0.116,-3.072],[0,0],[0,0],[0,8],[-8,8.75],[0,16.5],[0,0],[6.871,3.515],[8,2.25]],"o":[[-16.25,0.5],[0,15.75],[0,0],[1,10],[0,0],[1.25,14],[8.25,6.75],[2,3.25],[-1,3.75],[0.319,0.956],[0.066,1.746],[0,0],[0,0],[0,-8],[6.481,-7.089],[0,-14.25],[0,0],[-10.75,-5.5],[-8,-2.25]],"v":[[-37,-60.5],[-65.5,-39],[-55,-24.25],[-60.5,-8.75],[-51.75,6.25],[-62.5,28.25],[-47.5,59.75],[-26,72.75],[-25,80.5],[-24,87.5],[-23.348,95.941],[-23.25,100],[24.25,100],[24.25,47],[35.25,20.75],[49,-9],[30.5,-28.25],[26,-40.25],[4,-43.25]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":15,"op":16,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"14","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[8.293,0.535],[2,-4.75],[-0.75,-5.75],[5.5,-6.75],[-0.198,-12.289],[0,0],[-1.937,-17.787],[0,0],[-0.835,-3.69],[0,0],[0,0],[2.25,10],[-2.25,2],[-7,10],[2.25,13.5],[24.25,0.25],[3.25,-1.75],[5.25,2.5],[4.25,4.75],[-1.006,6.441]],"o":[[-7.75,-0.5],[-2,4.75],[0.75,5.75],[-5.5,6.75],[0.25,15.5],[0,0],[2.75,25.25],[0,0],[1.188,5.25],[0,0],[0,0],[-2.25,-10],[2.25,-2],[7,-10],[-2.25,-13.5],[-2.5,-2.25],[-0.75,-2.25],[-5.25,-2.5],[-4.25,-4.75],[1.25,-8]],"v":[[-28.5,-70.75],[-42.75,-61],[-47.75,-48.25],[-49,-31],[-66,-5.5],[-54.5,17.25],[-65.5,45.5],[-25.25,81.5],[-27.75,91.5],[-23.25,100],[24,100],[24,79.25],[25.5,60.5],[45.75,41],[51.75,3.75],[19.25,-22],[10.25,-24.5],[4.25,-32.75],[-9.5,-38.75],[-13,-57]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":14,"op":15,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"13","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[6.5,1.5],[3.25,-8],[-1,-10],[4,-3.25],[-0.75,-11.75],[0,0],[0.75,-4.25],[0,0],[2,-24.75],[-9.75,-9.25],[0,0],[-0.25,-3.25],[0,0],[0,0],[-4.5,8],[-7,3.5],[-6.5,9.25],[5.75,11.25],[10.5,-2],[9.964,1.423],[0.64,4.224],[0,0],[0.365,12.059],[4.56,2.389],[4,4.25],[-2.75,3],[2,7.75],[0.75,6.75]],"o":[[-6.5,-1.5],[-3.25,8],[1,10],[-4,3.25],[0.75,11.75],[0,0],[-0.75,4.25],[0,0],[-1.311,16.228],[9.75,9.25],[0,0],[0.25,3.25],[0,0],[0,0],[4.5,-8],[7,-3.5],[6.5,-9.25],[-5.75,-11.25],[-10.5,2],[-10.5,-1.5],[-1.25,-8.25],[0,0],[-0.25,-8.25],[-5.25,-2.75],[-4,-4.25],[2.75,-3],[-2,-7.75],[-0.75,-6.75]],"v":[[-17,-104],[-33.5,-88.5],[-37.5,-61.25],[-38.75,-44.75],[-54.75,-25.5],[-44.75,-11.75],[-51,-5.25],[-52,2.5],[-68,32.5],[-55.5,72.5],[-33.25,84.75],[-35,93.25],[-30.75,99.992],[24,99.992],[37.75,90.75],[50.75,75.25],[80.25,55],[82.25,18.75],[57.5,2.75],[29,7],[16.75,-2.75],[11,-11.5],[16.25,-24.5],[4.75,-36.5],[-10.25,-42.25],[-11.75,-54],[-7.75,-67.25],[-12.25,-80.5]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":13,"op":14,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"12","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[7,5.5],[6,-11.75],[-4,-8],[0,0],[3.75,-5],[1.75,-2.75],[-2.5,-5.5],[7.5,-6.75],[-0.25,-8],[2.75,-2.25],[-4.25,-15.5],[-6.25,-4.75],[0,0],[0.251,-4.77],[0,0],[0,0],[-4.5,6.5],[-9,7],[1,15.5],[29.362,-7.34],[1,6.5],[9.25,-1.25],[4.25,2.5],[9,0.75],[4.25,4.5],[-1.75,5.75],[-1.5,6.75],[3,2.75],[-3.25,10.5]],"o":[[-7,-5.5],[-6,11.75],[4,8],[0,0],[-3.75,5],[-1.75,2.75],[2.5,5.5],[-7.5,6.75],[-3.25,1.75],[-2.75,2.25],[4.25,15.5],[6.25,4.75],[0,0],[-0.5,9.5],[0,0],[0,0],[4.5,-6.5],[9,-7],[-1,-15.5],[-8,2],[-1,-6.5],[1.25,-2.5],[2,-3.5],[-9,-0.75],[-4.25,-4.5],[1.75,-5.75],[1.5,-6.75],[-3,-2.75],[3.25,-10.5]],"v":[[-7.25,-151.25],[-26.5,-138],[-33.25,-110.25],[-26.25,-104],[-27.25,-95.25],[-32.75,-85],[-33.5,-43.75],[-46.25,-30.25],[-52.75,-9],[-58,1],[-66.25,39.5],[-49.25,66.5],[-38.25,77.25],[-42.5,88.25],[-37.5,100],[42,100],[55.5,92],[64,78],[88.5,46],[51,5],[35.5,-1],[20.25,-8.25],[19.75,-19.25],[11.5,-38.75],[-9.75,-48.5],[-15.25,-64.75],[-16.5,-72],[-17.75,-93.75],[-22.5,-113.25]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":12,"op":13,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"11","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[10,-0.25],[2.5,-4.5],[-8.5,-0.25],[-8.75,-1.75],[-0.785,5.89]],"o":[[-10,0.25],[-2.5,4.5],[8.5,0.25],[8.75,1.75],[1,-7.5]],"v":[[48.5,-175],[25.25,-168.75],[32.75,-159.5],[64.25,-159.5],[81.75,-164.5]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 4"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.5,1.5],[1.151,-2.302],[-0.75,-0.75],[-2.268,0.412]],"o":[[-1.5,-1.5],[-1.25,2.5],[0.75,0.75],[2.75,-0.5]],"v":[[-12.25,-157.75],[-17.25,-156.5],[-19.75,-149.75],[-15,-153.75]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.75,1.75],[1,-6],[-1.25,-6.25],[-3,1.5],[2.5,5],[-2,6.5]],"o":[[-1.75,-1.75],[-1,6],[1.25,6.25],[3,-1.5],[-2.5,-5],[2,-6.5]],"v":[[-29,-135.5],[-35.5,-128.75],[-36.75,-109.75],[-29.25,-96],[-28.25,-105.25],[-30.75,-122]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2.25,1.25],[2.75,-2.25],[3.361,-6.385],[-4.821,-8.265],[1,-6],[11.25,-1],[6.251,-9.137],[-7.558,-15.116],[0,0],[1.895,-8.339],[0,0],[0,0],[-11.75,18.5],[9.094,8.968],[0,0],[7.25,6.5],[0,0],[4.5,5.5],[0,0],[3.25,7.5],[17.346,6.462],[-1,7.75],[-3.75,3.75]],"o":[[-2.25,-1.25],[-2.75,2.25],[-2.5,4.75],[7,12],[-1,6],[-11.25,1],[-6.5,9.5],[13.25,26.5],[0,0],[-2.5,11],[0,0],[0,0],[11.75,-18.5],[-18,-17.75],[0,0],[-7.25,-6.5],[0,0],[-4.5,-5.5],[0,0],[-3.25,-7.5],[-12.75,-4.75],[1,-7.75],[3.75,-3.75]],"v":[[-14.5,-93.5],[-21.5,-86],[-34.5,-76],[-33.75,-51.75],[-20,-32.75],[-34,-22],[-60,-7],[-62.5,41.5],[-22.5,66.75],[-47.25,84.75],[-44.25,100],[47.75,100],[84.75,78],[80.5,22.5],[52.25,9.25],[46.5,-9],[24,-14.25],[23.5,-24],[13.25,-28.25],[14,-39],[-10,-54.75],[-21,-72.5],[-13.75,-86.75]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":11,"op":12,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"10","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[7.768,2.285],[1.75,-7.75],[1.5,-7.5],[-1,-2.5],[-6.5,5],[-0.5,7.25]],"o":[[-8.5,-2.5],[-1.75,7.75],[-1.5,7.5],[1,2.5],[9.75,-7.5],[0.38,-5.51]],"v":[[117.75,-97.5],[101.75,-89],[100.75,-68.75],[95,-48.25],[109.75,-48],[126.5,-78.25]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 4"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2,-0.25],[0.5,-6.25],[-3,-0.5],[-0.75,8.5]],"o":[[-2,0.25],[-0.5,6.25],[3,0.5],[0.75,-8.5]],"v":[[143.25,-120.25],[141,-112.5],[142,-102.25],[145.5,-110.75]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.5,-2.25],[-8.5,-3.5],[-9.5,-11.5],[-4,2.5],[6.255,6.553],[7.75,3.75]],"o":[[-1.5,2.25],[8.5,3.5],[7.816,9.462],[4,-2.5],[-5.25,-5.5],[-8.363,-4.047]],"v":[[88.5,-181],[97,-173],[126.25,-151],[136.75,-141.75],[127.5,-162.75],[106.75,-178.75]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[3.5,-0.75],[4.25,-1.75],[5.5,-10.25],[-3.557,-15.795],[1,-9],[9.75,-9],[0.5,-20.25],[-9,-7.25],[0,0],[6.081,-3.105],[7,-10.5],[-4.5,-7],[0,0],[0,0],[-7,18.5],[3.905,9.274],[16.75,7.25],[1.75,3.75],[1.5,14.75],[0,0],[1.5,15.5],[9.75,7.25],[2.5,11.25],[-7.175,10.763],[-7.75,2.25],[-0.75,3.25]],"o":[[-3.5,0.75],[-4.25,1.75],[-5.5,10.25],[6.25,27.75],[-0.668,6.015],[-9.75,9],[-0.5,20.25],[9,7.25],[0,0],[-11.75,6],[-7,10.5],[4.147,6.451],[0,0],[0,0],[7,-18.5],[-4,-9.5],[-16.75,-7.25],[4.5,-4.75],[-1.5,-14.75],[0,0],[-1.5,-15.5],[-9.75,-7.25],[-2.5,-11.25],[5.5,-8.25],[7.75,-2.25],[0.75,-3.25]],"v":[[21.75,-171.25],[14.5,-166.75],[-8.5,-151.25],[-19.75,-106.75],[-7.75,-78.25],[-23,-54.75],[-49,-10.75],[-38.25,21.75],[-14.75,31.25],[-22,42.5],[-55,58.75],[-56.25,89.75],[-44.25,100],[32.5,100],[60.25,79.5],[59.75,42.75],[33,17.25],[18.5,1.5],[29.5,-27.75],[21.5,-42.25],[27.5,-65.25],[9.75,-90.75],[-11,-112.25],[-6,-145.25],[15.75,-162.25],[29.75,-168.25]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":10,"op":11,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"9","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[6.5,-0.75],[4.5,-1],[-10.25,1.25],[-3.25,0.75]],"o":[[-6.5,0.75],[-4.5,1],[10.25,-1.25],[3.25,-0.75]],"v":[[-11.75,16],[-33.75,20.25],[-30,22.5],[-11.5,20]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 5"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.25,1.75],[-2,-1.75]],"o":[[0.25,-1.75],[2,1.75]],"v":[[27,7.5],[19,10]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 4"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.75,4],[9.5,-5.5],[7,-3.5],[-1.25,-3.25],[-12.75,2],[-6.5,5.75]],"o":[[-1.75,-4],[-9.5,5.5],[-7,3.5],[1.25,3.25],[12.75,-2],[6.5,-5.75]],"v":[[88.25,-26],[71,-25.5],[49.75,-12.5],[27,2],[52.5,2.5],[80,-11.75]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[4.25,1.5],[1.5,-4.5],[7,-7.25],[6,-5],[-8.75,3.75],[-9,13]],"o":[[-4.25,-1.5],[-1.5,4.5],[-7,7.25],[-6,5],[8.75,-3.75],[9,-13]],"v":[[141.5,-89],[134,-81.25],[119.5,-56.5],[104.75,-42],[102,-34.5],[133,-64.5]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[22.062,4.453],[16.75,-6.25],[6.25,-20.75],[-2,-8.5],[-2.25,-10],[4.75,-6.5],[0.25,-19.5],[-5.25,-14.5],[2.25,-5.25],[7.75,-5.5],[-0.133,-10.752],[0,0],[0,0],[1.25,18],[4.75,1.5],[0,0],[2.5,12.75],[6.25,8.75],[-1.25,7.75],[-0.25,19],[0,0],[10,14],[1.5,13.75],[-15.75,8.25],[-12,-3.75],[-9.5,-1.75],[-8.75,-2],[-3,-14.5],[0.25,-10],[-3.75,4.75],[2.75,11],[7.25,13.5]],"o":[[-27.25,-5.5],[-16.75,6.25],[-6.25,20.75],[2,8.5],[2.25,10],[-4.75,6.5],[-0.204,15.875],[5.25,14.5],[-2.25,5.25],[-7.75,5.5],[0.25,20.25],[0,0],[0,0],[-1.25,-18],[-4.75,-1.5],[0,0],[-2.5,-12.75],[-6.25,-8.75],[4.25,-0.75],[0.25,-19],[0,0],[-10,-14],[-1.5,-13.75],[15.75,-8.25],[12,3.75],[9.5,1.75],[8.75,2],[3,14.5],[-0.25,10],[3.75,-4.75],[-2.75,-11],[-7.25,-13.5]],"v":[[98,-181.75],[22,-181.75],[-17,-145.5],[-23,-106.5],[-15.75,-83.5],[-18.5,-64.25],[-29.5,-28],[-21.25,8.25],[-19.75,38.5],[-40,53],[-51.75,75],[-45.25,100],[37.5,100],[44,76.25],[27.5,56.25],[18,53.25],[24,35.75],[9.25,14.25],[-1.5,-13.5],[18.5,-42.75],[12,-65],[9.25,-90],[-10.25,-125.75],[10,-169],[52.5,-177.75],[75,-168.25],[108.25,-168],[131.25,-146.75],[136,-111],[142.75,-97.5],[150.5,-122.75],[139,-149.5]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":9,"op":10,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"8","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.031,-2.062],[2,1.75]],"o":[[-1.5,3],[-2,-1.75]],"v":[[-144.5,25],[-134.25,26.5]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 4"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[3.75,0],[6,-0.75],[-0.5,-1.25],[-6.75,0.25],[-6.5,1],[-0.5,2.75]],"o":[[-3.75,0],[-6,0.75],[0.5,1.25],[6.75,-0.25],[6.5,-1],[0.5,-2.75]],"v":[[-69.25,24.75],[-102,27.5],[-114.5,30],[-102.75,31.5],[-69.5,28.75],[-56.75,25.25]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[8.25,-3],[8.75,-1.75],[5.75,-0.75],[-0.75,-3.25],[-6.75,0.25],[-11.25,4],[2,6]],"o":[[-8.25,3],[-8.75,1.75],[-5.75,0.75],[0.75,3.25],[6.75,-0.25],[11.25,-4],[-1.277,-3.832]],"v":[[13.5,4.25],[-8,13.5],[-31.75,18.75],[-41.5,24.75],[-31.5,27.75],[6.25,23.75],[31.25,7.25]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[27.5,-4.75],[6.25,-9.75],[1,-18.25],[0.5,-24],[-5,-19.5],[4.75,-12.5],[9.5,-12.25],[0,0],[0,0],[10.25,13],[0,0],[3.25,2],[-1.5,3],[4,10.5],[7.75,8],[-1.5,10],[3.5,4.5],[-0.25,8.5],[-12.75,10.75],[-1.25,9.5],[1,5.5],[-11.75,0.5],[-7.5,5.75],[-11.75,2.25],[-6.5,-17.25],[-3.25,-12.25],[-2,-9.75],[16,-16],[7,-5.75],[-10.08,5.428],[-13.25,14],[-1,23],[25.75,11.5]],"o":[[-36.411,6.289],[-6.25,9.75],[-1.03,18.8],[-0.5,24],[5,19.5],[-4.75,12.5],[-9.864,12.719],[0,0],[0,0],[-10.25,-13],[0,0],[-3.25,-2],[1.5,-3],[-4,-10.5],[-7.75,-8],[1.5,-10],[-3.5,-4.5],[0.25,-8.5],[12.75,-10.75],[1.25,-9.5],[-1,-5.5],[11.75,-0.5],[7.5,-5.75],[11.75,-2.25],[6.5,17.25],[3.25,12.25],[2,9.75],[-16,16],[-7,5.75],[13,-7],[13.25,-14],[1,-23],[-25.75,-11.5]],"v":[[40.25,-184.5],[-18.75,-140.5],[-21,-93.5],[-29.25,-49.75],[-22.5,6],[-19,46],[-45.25,74.5],[-44.75,100],[39.063,99.938],[38.5,73.5],[22.75,62.25],[17,55.75],[14.25,45],[18.75,19.75],[3,-1],[-6.5,-23.5],[-10.25,-43.5],[-19,-56.25],[-4.75,-91],[15,-119.25],[12.25,-139],[23.25,-150.75],[52,-154],[72,-174.25],[109,-159],[114,-124.5],[124,-95],[110.5,-53.25],[72,-19.25],[78.5,-18.5],[122.25,-50],[149.25,-109],[118.25,-172.25]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":8,"op":9,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":4,"nm":"7","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.25,3],[-0.5,-5.75],[-1,-2.25],[0.75,4.75]],"o":[[-0.25,-3],[0.5,5.75],[1,2.25],[-0.75,-4.75]],"v":[[-215.5,-35.75],[-219,-32.5],[-216.25,-21],[-213,-22.75]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 5"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[7.75,5.75],[-5.5,-6.25],[-5.325,-1.505],[7.5,1.75]],"o":[[-6.146,-4.56],[5.5,6.25],[11.5,3.25],[-7.5,-1.75]],"v":[[-196.5,7.25],[-199.5,10.5],[-174,22.25],[-166.5,19.5]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 4"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[9.5,-1.5],[-12,-2],[-8,1],[0.5,7.5],[13,-0.5]],"o":[[-9.5,1.5],[10.168,1.695],[8,-1],[-0.5,-7.5],[-13,0.5]],"v":[[-133,25.5],[-126.5,38.5],[-82.5,41],[-66,32],[-95.5,26]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[23.896,8.902],[19,-11.5],[6.5,-13.5],[-1,-17.5],[-4.5,19.5],[-11.5,23.5],[-20.988,0.874],[-7.5,1],[-2.5,-8],[-24.5,8.5],[8.5,-13],[12,-8.5],[7.705,-21.929],[23,-11.5],[15.497,-1.051],[-17,3],[-32.5,8.5],[-27,22],[0.622,51.035]],"o":[[-25.5,-9.5],[-19,11.5],[-6.5,13.5],[1,17.5],[4.5,-19.5],[6.464,-13.209],[12,-0.5],[7.5,-1],[2.5,8],[19,5],[-8.5,13],[-12,8.5],[-6.5,18.5],[-19.682,9.841],[-29.5,2],[8.985,-1.586],[32.5,-8.5],[27,-22],[-0.5,-41]],"v":[[103.5,-179.5],[23,-176],[-15.5,-140],[-29,-88],[-13,-94.5],[0.5,-140.5],[34,-151.5],[59,-163],[67.5,-150],[114,-136],[125.5,-95.5],[98,-74.5],[69.5,-33.5],[25.5,4.5],[-40.5,20.5],[-46,27.5],[12.5,17],[101,-27],[151,-116]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[3,-19],[0,-30.5],[-6,-27],[2.395,-17.364],[7,-3.5],[0,0],[0,0],[10,7],[4.5,2.5],[-3.5,8.5],[6.5,10],[1,13],[2,18.5],[1.537,18.443],[-3,12]],"o":[[-3,19],[0,26.879],[6,27],[-2,14.5],[-11.628,5.814],[0,0],[0,0],[-10,-7],[-4.5,-2.5],[3.5,-8.5],[-6.5,-10],[-1,-13],[-2,-18.5],[-1.5,-18],[3,-12]],"v":[[-26.5,-108],[-31.5,-45.5],[-22.5,9],[-19.5,53],[-35,80],[-43.5,100],[38,100],[40,85],[16.5,80],[12,65],[7,36.5],[-3.5,10.5],[1,-26],[-11.5,-69],[-12,-111]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":7,"op":8,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":4,"nm":"6","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[6.5,-1.5],[6,-3],[-10.867,5.67],[-3.5,0.25]],"o":[[-6.5,1.5],[-6,3],[5.75,-3],[4.598,-0.328]],"v":[[-166.5,-102.75],[-187.5,-95.25],[-183.25,-92],[-165.75,-99.5]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 5"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2.287,4.901],[6,-10],[-0.5,-7.5],[0,4],[-2.5,2],[-1,3.5]],"o":[[-1.75,-3.75],[-5.505,9.176],[0.5,7.5],[0,-4],[2.5,-2],[1,-3.5]],"v":[[-205.75,-85.75],[-218.5,-71.5],[-225,-48.5],[-217,-53],[-214,-63],[-209.5,-74.5]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 4"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[5,-1.5],[-6,-9.5],[-3.5,-0.5],[3,8]],"o":[[-5,1.5],[6,9.5],[3.5,0.5],[-3,-8]],"v":[[-243,-60],[-248,-40],[-234,-25.5],[-231.5,-37.5]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[18,3],[10.481,-11.463],[24.5,-11],[34.5,4],[14.663,7.874],[5.5,-1.5],[-11,-11],[-19,-5],[-27.5,3.5],[-28.5,14],[-14,9.5],[22.896,-15.741]],"o":[[-18,-3],[-16,17.5],[-12.12,5.442],[-34.5,-4],[-27,-14.5],[-5.5,1.5],[11,11],[19,5],[27.5,-3.5],[28.5,-14],[14,-9.5],[-8,5.5]],"v":[[26.5,-28],[-23,-20.5],[-63.5,19],[-127.5,26.5],[-182,13.5],[-207.5,-14],[-204,9],[-159,29.5],[-62.5,37],[5.5,12.5],[96,-25.5],[71.5,-28.5]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[26.5,-24.5],[9.5,-15],[0.5,-25],[0.5,-12.5],[2,-10.5],[-11.5,5],[4,21],[-0.5,18],[-13.5,18],[-2.5,10.5],[-12,0.5],[-8,2],[-12.5,-6],[-1,-16],[3,-9],[8.5,-5.5],[-18,7.5],[-9.5,16],[17.5,27]],"o":[[-30.5,12.5],[-9.5,15],[-0.5,25],[-0.5,12.5],[-2,10.5],[8.125,-3.533],[-4,-21],[0.5,-18],[13.5,-18],[2.5,-10.5],[12,-0.5],[8,-2],[-4.5,5],[1,16],[-3,9],[-8.5,5.5],[18,-7.5],[9.5,-16],[-17.5,-27]],"v":[[59,-140.5],[9,-109.5],[-19,-49],[-17,6.5],[-18.5,50],[-9.5,71],[-3,45.5],[-8,5.5],[5.5,-55.5],[20.5,-87.5],[39,-111.5],[69,-115.5],[105.5,-121.5],[92,-94],[95.5,-60],[74.5,-30.5],[88.5,-23],[138,-60.5],[146.5,-131]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":6,"op":7,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":4,"nm":"5","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[4,0.75],[0,-1.5],[-4.5,-1.75],[-0.75,1.25]],"o":[[-4,-0.75],[0,1.5],[2.947,1.146],[1.099,-1.832]],"v":[[-75.75,-83],[-87.25,-83.75],[-75.25,-79.75],[-66,-78]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 4"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[14.958,1.116],[-1,-5.5],[0,0],[-8,1],[-7,-0.25],[0,2]],"o":[[-16.75,-1.25],[1,5.5],[0,0],[8,-1],[7,0.25],[0,-3.162]],"v":[[-132.5,-97.75],[-170.5,-92.5],[-151.25,-90.25],[-144,-89],[-116,-90.75],[-97.5,-93]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-6,4.5],[11.5,-12.5],[-7.5,1.5],[-0.5,6]],"o":[[6,-4.5],[-7.425,8.07],[7.5,-1.5],[0.5,-6]],"v":[[-221.5,-103.5],[-245.5,-98.5],[-239.5,-77],[-230.5,-92]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[36.5,1.5],[15.34,-11.997],[-6,0],[-0.5,6],[-8.5,4.5],[-15.179,-1.897],[-7.5,3],[-2.5,-6],[10,-4],[4,-15],[3,-7],[12.5,-3.5],[20.5,2.5],[11.5,-4],[9.052,-8.621],[21,-2],[14.5,12.5],[9.5,9],[0,8.5],[-18.047,11.643],[0,2.5],[14.5,-7],[-0.5,-20.5],[-18,-15.5],[-103.5,30],[-21.5,33]],"o":[[-36.5,-1.5],[-39,30.5],[6,0],[0.5,-6],[8.5,-4.5],[12,1.5],[7.5,-3],[2.5,6],[-10,4],[-3.516,13.187],[-3,7],[-12.5,3.5],[-20.5,-2.5],[-11.5,4],[-10.5,10],[-21,2],[-14.5,-12.5],[-9.5,-9],[0,-8.5],[15.5,-10],[0,-2.5],[-14.5,7],[0.5,20.5],[18,15.5],[103.5,-30],[21.5,-33]],"v":[[113,-136],[20,-110.5],[7.5,-70.5],[15.5,-79],[29,-96],[59.5,-100],[83,-110],[101,-105.5],[88,-90.5],[66.5,-68],[63,-44.5],[37.5,-28.5],[-2.5,-26.5],[-51,-27],[-82.5,-3],[-121,12],[-178,1.5],[-200,-28],[-223.5,-44.5],[-203,-83],[-180.5,-94],[-203.5,-89.5],[-234.5,-48.5],[-215,-3.5],[-48.5,9.5],[152,-88]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":5,"op":6,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":20,"ty":4,"nm":"4","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.25,-2],[-6.75,-3],[-2.75,-2],[5.5,4.25]],"o":[[-1.25,2],[6.75,3],[2.75,2],[-5.5,-4.25]],"v":[[-32,-59.25],[-27.25,-53.5],[-14.5,-46.5],[-12.5,-49.5]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 4"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.5,-3.5],[-7.5,-2],[4.029,0.288],[-5,-2],[-5.5,-3.25],[-2.5,3],[0,0],[15.5,6]],"o":[[-0.5,3.5],[7.5,2],[-3.5,-0.25],[5,2],[5.5,3.25],[2.5,-3],[0,0],[-15.5,-6]],"v":[[-85.5,-92],[-71.5,-86],[-63.5,-82.5],[-63.75,-79],[-43.5,-71],[-25,-64.75],[-25.5,-72.5],[-52,-86]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[11,-1],[1.5,-8],[-11.5,-3],[-1,5]],"o":[[-11,1],[-1.5,8],[11.5,3],[1,-5]],"v":[[-182,-119],[-202.5,-117.5],[-194,-103],[-172.5,-109.5]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[27,-1],[-4.5,-8],[-11.5,1],[-5,-9.5],[12,-5.5],[-0.904,-4.52],[-4,1.5],[16.5,-3],[7,-6],[10,-3],[22,3],[14.5,-2.5],[10,-4],[9,11],[-3.662,16.847],[-14,3],[-13.5,4.5],[-7.5,3.5],[-9.5,-1.5],[20,4.5],[15.5,-3],[10.5,-18],[-12,-20.5],[-48,3],[-39,14],[-25.5,15.5],[3.793,16.435]],"o":[[-27,1],[4.5,8],[11.5,-1],[5,9.5],[-12,5.5],[1,5],[4,-1.5],[-16.5,3],[-7,6],[-10,3],[-22,-3],[-14.5,2.5],[-10,4],[-9,-11],[2.5,-11.5],[14,-3],[13.5,-4.5],[7.5,-3.5],[9.5,1.5],[-20,-4.5],[-15.5,3],[-10.5,18],[12,20.5],[48,-3],[39,-14],[25.5,-15.5],[-3,-13]],"v":[[68,-112],[2,-92.5],[28,-88],[80,-91.5],[64,-74.5],[36.5,-59],[55.5,-60],[36,-51.5],[8,-36.5],[-18,-18],[-70,-15],[-114.5,-21],[-151.5,-5],[-186.5,-10],[-197.5,-49.5],[-177.5,-78.5],[-139.5,-84],[-120,-98.5],[-92,-100],[-92,-106],[-137,-106.5],[-195,-76.5],[-200.5,-20],[-121,13.5],[-8,-12],[100,-59.5],[135.5,-100]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":4,"op":5,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":21,"ty":4,"nm":"3","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2,-1.25],[-1.75,-3],[-2.75,0.25],[0.5,3.75]],"o":[[-2,1.25],[1.75,3],[2.75,-0.25],[-0.5,-3.75]],"v":[[17,-23],[18.25,-16.75],[23,-8.25],[23.5,-16.5]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 6"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[7.5,-0.5],[-6.5,-13.5],[-4,1.25]],"o":[[-7.5,0.5],[6.5,13.5],[4,-1.25]],"v":[[14.25,-55],[16.75,-39.25],[32.75,-16.5]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 5"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.75,1.5],[4.25,-1.25],[5.5,-1.25],[6.75,-0.25],[-0.75,-3.25],[-18.5,4],[-8.5,1.25]],"o":[[-0.75,-1.5],[-4.25,1.25],[-5.5,1.25],[-6.75,0.25],[0.75,3.25],[18.5,-4],[8.5,-1.25]],"v":[[28.25,-57.75],[6.25,-55.5],[-7.75,-52],[-30.75,-46.25],[-49.5,-39.25],[-20.25,-39.5],[21,-52.5]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 4"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[10.5,-0.5],[-1.25,-7],[-8.75,1.5],[0.75,7],[-3.5,4]],"o":[[-10.5,0.5],[1.25,7],[8.75,-1.5],[-0.75,-7],[3.5,-4]],"v":[[-127.5,-110.75],[-144.75,-98],[-127.5,-82.25],[-116,-92.25],[-120.75,-105]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[10,2],[-1.5,-5.25],[-7.5,-3.75],[-6.5,-5.75],[-8.25,4],[7,2.25],[4,4.25],[7,2.5]],"o":[[-10,-2],[1.5,5.25],[7.5,3.75],[6.5,5.75],[8.25,-4],[-7,-2.25],[-4,-4.25],[-7,-2.5]],"v":[[-87.5,-92],[-98,-85.5],[-80.5,-75],[-68.25,-61.25],[-39.75,-61],[-39.75,-72],[-62.25,-80.75],[-76,-86.75]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[19.569,3.09],[29,-6],[13.75,-12.25],[7.25,-15],[-19.5,0],[-53.75,15],[-24,8],[2,1.75],[23.5,-2.5],[13.5,-2.75],[13,-7],[29,-8.25],[16.25,10.75],[-12.75,6],[-9.25,1.75],[-3,1],[-10.25,0.5],[-10.75,-1.5]],"o":[[-33.25,-5.25],[-29,6],[-13.75,12.25],[-7.25,15],[21.024,0],[53.75,-15],[24,-8],[-2,-1.75],[-23.5,2.5],[-13.5,2.75],[-13,7],[-29,8.25],[-16.25,-10.75],[12.75,-6],[9.25,-1.75],[3,-1],[10.25,-0.5],[10.75,1.5]],"v":[[0.75,-73],[-88.75,-69.75],[-146.5,-36.5],[-168.5,-4],[-152.75,14.25],[-42.5,-9],[104,-55.5],[129,-67.25],[96.75,-64],[12.5,-46],[-36,-27.25],[-74.25,-11],[-143,-12.5],[-121.5,-47.75],[-89,-57],[-79.75,-63],[-29.25,-68.75],[4.5,-65.5]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":3,"op":4,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":22,"ty":4,"nm":"2","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[14.5,-2.75],[11.25,-6.25],[2.5,-8.25],[-19.75,-9.5],[-14.5,0.75],[0.5,3],[27.25,-1],[5.75,2],[2.75,3],[0,3.25],[-6.75,5.5],[-10.25,3.25],[-16.75,-2.25],[-3.26,0],[11.5,3.75]],"o":[[-14.5,2.75],[-11.25,6.25],[-2.5,8.25],[19.75,9.5],[14.5,-0.75],[-0.5,-3],[-27.25,1],[-5.75,-2],[-2.75,-3],[0,-3.25],[6.75,-5.5],[10.25,-3.25],[16.75,2.25],[8,0],[-11.5,-3.75]],"v":[[-99,-67.75],[-141.5,-48],[-162.5,-25.5],[-143,-7],[-85.25,-3.5],[-53,-13.5],[-89.5,-14],[-130.25,-17.25],[-139.75,-27.5],[-145,-33],[-134.25,-46.25],[-101.75,-63],[-60.25,-65],[-26.25,-52],[-53,-67.25]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[5,0],[-0.75,-1.75],[-8.75,0]],"o":[[-5,0],[0.75,1.75],[8.75,0]],"v":[[-113.5,-19.75],[-126,-19.25],[-105.5,-16.75]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"}],"ip":2,"op":3,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":23,"ty":4,"nm":"1","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[6,-3.5],[-6.75,-6],[3,9]],"o":[[-6,3.5],[6.75,6],[-3,-9]],"v":[[-41,-62.5],[-31.5,-48.25],[-12.25,-41.75]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":1,"op":2,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":24,"ty":1,"nm":"ResizerTemp","parent":26,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[19,25.5,0]},"a":{"k":[250,300,0]},"s":{"k":[7.5,7.5,100]}},"ao":0,"sw":500,"sh":600,"sc":"#ffffff","ip":0,"op":40,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":26,"ty":1,"nm":"White Solid 22","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[40,50,0]},"a":{"k":[20,25,0]},"s":{"k":[200,200,100]}},"ao":0,"sw":40,"sh":50,"sc":"#ffffff","ip":0,"op":40,"st":0,"bm":0,"sr":1}],"v":"4.4.26","ddd":0,"ip":0,"op":40,"fr":25,"w":80,"h":100} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Mobilo/J.json b/ohos/flutter_lottie/assets/Mobilo/J.json new file mode 100644 index 0000000000000000000000000000000000000000..123851c5e8c1ad713bd0100bceae90d2a3e457bf --- /dev/null +++ b/ohos/flutter_lottie/assets/Mobilo/J.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 14","parent":14,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[218,299,0]},"a":{"k":[0,0,0]},"s":{"k":[100,101.648,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[23.526,-1.312],[-4.568,-14.082],[-13.373,16.557]],"o":[[-23.526,1.312],[8.936,27.546],[13.373,-16.557]],"v":[[-37.29,51.813],[-29.551,121.006],[-22.65,76.568]],"c":true}],"e":[{"i":[[58.936,-80.342],[-21.987,27.546],[-13.373,16.557]],"o":[[-3.239,4.415],[30.045,-37.641],[13.373,-16.557]],"v":[[-20.797,24.267],[-34.705,60.011],[77.334,-7.054]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[58.936,-80.342],[-21.987,27.546],[-13.373,16.557]],"o":[[-3.239,4.415],[30.045,-37.641],[13.373,-16.557]],"v":[[-20.797,24.267],[-34.705,60.011],[77.334,-7.054]],"c":true}],"e":[{"i":[[29.71,10.986],[-49.609,-22.594],[-14.973,-6.719]],"o":[[-29.71,-10.986],[15.12,6.886],[36.558,16.405]],"v":[[128.664,-105.101],[101.356,-83.622],[107.742,-52.308]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[29.71,10.986],[-49.609,-22.594],[-14.973,-6.719]],"o":[[-29.71,-10.986],[15.12,6.886],[36.558,16.405]],"v":[[128.664,-105.101],[101.356,-83.622],[107.742,-52.308]],"c":true}],"e":[{"i":[[-14.098,28.202],[18.728,-59.519],[-11.312,-15.416]],"o":[[14.098,-28.202],[-0.856,23.119],[11.312,15.416]],"v":[[268.333,-179.377],[190.518,-226.762],[226.796,-194.465]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[-14.098,28.202],[18.728,-59.519],[-11.312,-15.416]],"o":[[14.098,-28.202],[-0.856,23.119],[11.312,15.416]],"v":[[268.333,-179.377],[190.518,-226.762],[226.796,-194.465]],"c":true}],"e":[{"i":[[-23.525,18.036],[6.531,-38.86],[-16.347,-33.281]],"o":[[6.367,-25.25],[6.531,31.973],[9.66,19.666]],"v":[[268.849,-221.679],[207.869,-257.259],[245.178,-239.227]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[-23.525,18.036],[6.531,-38.86],[-16.347,-33.281]],"o":[[6.367,-25.25],[6.531,31.973],[9.66,19.666]],"v":[[268.849,-221.679],[207.869,-257.259],[245.178,-239.227]],"c":true}],"e":[{"i":[[7.549,11.477],[14.949,-10.33],[-8.148,-7.18]],"o":[[-7.548,-11.477],[-12.627,8.726],[8.563,7.546]],"v":[[274.518,-256.112],[237.59,-266.113],[253.252,-246.606]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[7.549,11.477],[14.949,-10.33],[-8.148,-7.18]],"o":[[-7.548,-11.477],[-12.627,8.726],[8.563,7.546]],"v":[[274.518,-256.112],[237.59,-266.113],[253.252,-246.606]],"c":true}],"e":[{"i":[[5.851,0.328],[-3.294,-5.456],[-1.573,4.103]],"o":[[-4.735,-0.265],[3.267,5.411],[1.954,-5.097]],"v":[[255.449,-268.901],[254.941,-257.259],[265.45,-259.887]],"c":true}]},{"t":18}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[97.015,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":12,"op":19,"st":5,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 13","parent":14,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[218,299,0]},"a":{"k":[0,0,0]},"s":{"k":[100,101.648,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[10.396,-4.8],[-7.556,0],[-21.673,8.038]],"o":[[-4.972,2.295],[5.213,0],[6.316,-2.343]],"v":[[-78.521,62.634],[-80.059,89.525],[-61.819,70.665]],"c":true}],"e":[{"i":[[-2.91,18.528],[-41.572,-31.481],[-16.355,35.755]],"o":[[2.94,-18.72],[8.936,18.692],[6.673,-14.589]],"v":[[-60.997,53.288],[-61.505,114.119],[-43.781,72.632]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[-2.91,18.528],[-41.572,-31.481],[-16.355,35.755]],"o":[[2.94,-18.72],[8.936,18.692],[6.673,-14.589]],"v":[[-60.997,53.288],[-61.505,114.119],[-43.781,72.632]],"c":true}],"e":[{"i":[[-79.036,61.65],[7.39,-93.952],[-12.233,-7.819]],"o":[[79.036,-61.65],[-10.133,62.47],[7.189,4.595]],"v":[[-6.882,10.494],[-81.605,-3.443],[-16.466,139.038]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[-79.036,61.65],[7.39,-93.952],[-12.233,-7.819]],"o":[[79.036,-61.65],[-10.133,62.47],[7.189,4.595]],"v":[[-6.882,10.494],[-81.605,-3.443],[-16.466,139.038]],"c":true}],"e":[{"i":[[-36.926,57.387],[27.146,-35.908],[-32.839,-125.757]],"o":[[6.367,-25.25],[-15.115,30.005],[5.536,21.199]],"v":[[2.91,-95.755],[-51.885,-115.595],[-41.376,61.811]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[-36.926,57.387],[27.146,-35.908],[-32.839,-125.757]],"o":[[6.367,-25.25],[-15.115,30.005],[5.536,21.199]],"v":[[2.91,-95.755],[-51.885,-115.595],[-41.376,61.811]],"c":true}],"e":[{"i":[[7.549,11.477],[14.949,-10.33],[-32.028,37.284]],"o":[[-7.548,-11.478],[-12.627,8.726],[18.871,-21.967]],"v":[[-32.652,-193.15],[-69.58,-203.151],[-76.594,-138.389]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[7.549,11.477],[14.949,-10.33],[-32.028,37.284]],"o":[[-7.548,-11.478],[-12.627,8.726],[18.871,-21.967]],"v":[[-32.652,-193.15],[-69.58,-203.151],[-76.594,-138.389]],"c":true}],"e":[{"i":[[5.851,0.328],[-3.294,-5.456],[-1.573,4.103]],"o":[[-4.735,-0.265],[3.267,5.411],[1.954,-5.097]],"v":[[-76.459,-186.263],[-76.967,-174.622],[-66.458,-177.249]],"c":true}]},{"t":15}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[97.015,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":11,"op":16,"st":2,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 12","parent":14,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[218,299,0]},"a":{"k":[0,0,0]},"s":{"k":[100,101.648,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[3.426,-3.279],[-7.041,-2.952],[-0.489,6.719]],"o":[[-3.426,3.279],[4.808,2.015],[0.489,-6.719]],"v":[[-159.951,31.153],[-158.397,45.254],[-146.343,38.2]],"c":true}],"e":[{"i":[[-1.879,10.658],[29.551,-36.4],[-7.704,-4.103]],"o":[[2.479,-14.059],[31.613,-15.741],[7.704,4.103]],"v":[[-66.151,46.402],[-136.751,47.222],[-79.858,56.892]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[-1.879,10.658],[29.551,-36.4],[-7.704,-4.103]],"o":[[2.479,-14.059],[31.613,-15.741],[7.704,4.103]],"v":[[-66.151,46.402],[-136.751,47.222],[-79.858,56.892]],"c":true}],"e":[{"i":[[40.898,28.858],[22.503,-34.924],[-10.334,-28.854]],"o":[[-3.875,-2.734],[-22.503,34.924],[13.601,37.976]],"v":[[-7.913,-84.933],[-77.482,-59.519],[-20.589,-55.751]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[40.898,28.858],[22.503,-34.924],[-10.334,-28.854]],"o":[[-3.875,-2.734],[-22.503,34.924],[13.601,37.976]],"v":[[-7.913,-84.933],[-77.482,-59.519],[-20.589,-55.751]],"c":true}],"e":[{"i":[[15.644,6.231],[-13.054,-24.103],[-27.995,-20.53]],"o":[[-37.956,-18.364],[16.839,27.054],[17.668,12.957]],"v":[[-86.767,-111.496],[-161.146,-92.967],[-98.068,-88.708]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[15.644,6.231],[-13.054,-24.103],[-27.995,-20.53]],"o":[[-37.956,-18.364],[16.839,27.054],[17.668,12.957]],"v":[[-86.767,-111.496],[-161.146,-92.967],[-98.068,-88.708]],"c":true}],"e":[{"i":[[7.549,11.477],[5.667,-14.265],[-7.532,11.146]],"o":[[-7.549,-11.478],[-5.667,14.265],[7.532,-11.146]],"v":[[-142.944,-144.944],[-175.749,-151.011],[-126.071,-133.47]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[7.549,11.477],[5.667,-14.265],[-7.532,11.146]],"o":[[-7.549,-11.478],[-5.667,14.265],[7.532,-11.146]],"v":[[-142.944,-144.944],[-175.749,-151.011],[-126.071,-133.47]],"c":true}],"e":[{"i":[[5.851,0.328],[-3.294,-5.456],[-1.573,4.103]],"o":[[-4.735,-0.265],[3.267,5.411],[1.954,-5.097]],"v":[[-181.598,-202.987],[-182.105,-191.346],[-171.597,-193.973]],"c":true}]},{"t":14}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[97.015,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":9,"op":15,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 10","parent":14,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[218,299,0]},"a":{"k":[0,0,0]},"s":{"k":[100,101.648,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[3.426,-3.279],[-7.041,-2.952],[-0.489,6.719]],"o":[[-3.426,3.279],[4.808,2.015],[0.489,-6.719]],"v":[[-44.505,102.969],[-42.951,117.07],[-30.896,110.016]],"c":true}],"e":[{"i":[[29.71,0.164],[11.679,-38.367],[10.063,2.061]],"o":[[-29.71,-0.164],[36.767,-46.238],[-8.788,-1.8]],"v":[[109.079,52.305],[42.603,125.925],[117.019,69.681]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[29.71,0.164],[11.679,-38.367],[10.063,2.061]],"o":[[-29.71,-0.164],[36.767,-46.238],[-8.788,-1.8]],"v":[[109.079,52.305],[42.603,125.925],[117.019,69.681]],"c":true}],"e":[{"i":[[58.421,-26.234],[32.128,-58.535],[-10.171,-1.433]],"o":[[-4.326,1.943],[21.821,-6.395],[53.574,7.546]],"v":[[187.933,29.186],[133.826,91],[193.811,63.286]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[58.421,-26.234],[32.128,-58.535],[-10.171,-1.433]],"o":[[-4.326,1.943],[21.821,-6.395],[53.574,7.546]],"v":[[187.933,29.186],[133.826,91],[193.811,63.286]],"c":true}],"e":[{"i":[[40.898,-17.38],[-2.746,-24.103],[-14.576,-3.119]],"o":[[-4.462,1.207],[3.438,15.249],[14.576,3.119]],"v":[[212.156,43.942],[190.346,51.649],[219.409,69.681]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[40.898,-17.38],[-2.746,-24.103],[-14.576,-3.119]],"o":[[-4.462,1.207],[3.438,15.249],[14.576,3.119]],"v":[[212.156,43.942],[190.346,51.649],[219.409,69.681]],"c":true}],"e":[{"i":[[23.374,-8.526],[-3.02,-14.779],[-8.074,0.492]],"o":[[-4.598,0.471],[3.353,10.33],[8.265,-0.989]],"v":[[236.379,48.861],[225.22,68.373],[245.006,76.076]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[23.374,-8.526],[-3.02,-14.779],[-8.074,0.492]],"o":[[-4.598,0.471],[3.353,10.33],[8.265,-0.989]],"v":[[236.379,48.861],[225.22,68.373],[245.006,76.076]],"c":true}],"e":[{"i":[[5.851,0.328],[-3.294,-5.456],[-1.573,4.103]],"o":[[-4.735,-0.265],[3.267,5.411],[1.954,-5.097]],"v":[[260.602,73.456],[260.095,85.098],[270.603,82.47]],"c":true}]},{"t":18}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[97.015,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":11,"op":19,"st":3,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 8","parent":14,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,101.648,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":1,"s":[{"i":[[3.426,-3.279],[-7.041,-2.952],[-0.489,6.719]],"o":[[-3.426,3.279],[4.808,2.015],[0.489,-6.719]],"v":[[78.156,115.759],[79.71,129.86],[91.765,122.805]],"c":true}],"e":[{"i":[[10.49,-9.018],[19.926,-19.676],[-4.612,9.178]],"o":[[-3.596,3.091],[52.744,-48.697],[4.612,-9.178]],"v":[[146.187,56.24],[79.71,129.86],[159.28,62.795]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[10.49,-9.018],[19.926,-19.676],[-4.612,9.178]],"o":[[-3.596,3.091],[52.744,-48.697],[4.612,-9.178]],"v":[[146.187,56.24],[79.71,129.86],[159.28,62.795]],"c":true}],"e":[{"i":[[10.49,-9.018],[19.926,-19.676],[-4.612,9.178]],"o":[[-3.596,3.091],[52.744,-48.697],[4.612,-9.178]],"v":[[171.441,41.975],[116.303,93.952],[184.534,48.53]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[10.49,-9.018],[19.926,-19.676],[-4.612,9.178]],"o":[[-3.596,3.091],[52.744,-48.697],[4.612,-9.178]],"v":[[171.441,41.975],[116.303,93.952],[184.534,48.53]],"c":true}],"e":[{"i":[[5.851,0.328],[-3.294,-5.456],[-1.573,4.103]],"o":[[-4.735,-0.265],[3.267,5.411],[1.954,-5.097]],"v":[[220.402,51.813],[219.895,63.454],[230.404,60.827]],"c":true}]},{"t":7}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[97.015,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":1,"op":8,"st":-7,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 6","parent":14,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,101.648,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[17.157,-10.353],[-8.446,19.233],[6.235,7.546]],"o":[[-36.41,21.971],[15.121,-34.433],[-8.301,-10.046]],"v":[[-210.974,45.91],[-211.997,92.476],[-172.112,47.546]],"c":true}],"e":[{"i":[[9.974,-17.38],[-14.373,2.995],[6.235,7.546]],"o":[[-10.693,18.633],[14.167,-2.952],[-8.301,-10.046]],"v":[[-122.328,165.932],[-50.167,194.789],[-42.235,174.454]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[9.974,-17.38],[-14.373,2.995],[6.235,7.546]],"o":[[-10.693,18.633],[14.167,-2.952],[-8.301,-10.046]],"v":[[-122.328,165.932],[-50.167,194.789],[-42.235,174.454]],"c":true}],"e":[{"i":[[19.243,-32.332],[-14.373,2.995],[-5.082,8.366]],"o":[[-5.261,8.84],[14.167,-2.952],[9.758,-16.065]],"v":[[114.241,16.396],[83.326,100.346],[145.888,24.919]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[19.243,-32.332],[-14.373,2.995],[-5.082,8.366]],"o":[[-5.261,8.84],[14.167,-2.952],[9.758,-16.065]],"v":[[114.241,16.396],[83.326,100.346],[145.888,24.919]],"c":true}],"e":[{"i":[[-21.776,-37.541],[-13.414,-5.968],[0.574,9.772]],"o":[[37.282,64.274],[17.69,7.87],[-1.58,-26.886]],"v":[[153.41,-119.366],[158.572,22.627],[172.688,-127.568]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[-21.776,-37.541],[-13.414,-5.968],[0.574,9.772]],"o":[[37.282,64.274],[17.69,7.87],[-1.58,-26.886]],"v":[[153.41,-119.366],[158.572,22.627],[172.688,-127.568]],"c":true}],"e":[{"i":[[-38.888,-19.267],[-29.726,2.951],[3.062,9.297]],"o":[[40.374,20.004],[19.267,-1.913],[-9.827,-29.838]],"v":[[136.918,-169.539],[158.572,-124.94],[146.919,-174.789]],"c":true}]},{"t":21}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[97.015,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":15,"op":22,"st":7,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 5","parent":14,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,101.648,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[32.667,-44.926],[-40.893,12.156],[-37.765,34.108]],"o":[[-26.08,35.867],[23.167,-6.887],[65.813,-59.44]],"v":[[-182.667,79.359],[-188.167,177.081],[-141.235,95.751]],"c":true}],"e":[{"i":[[32.667,-44.926],[-36.167,22.627],[-10.765,25.254]],"o":[[-26.08,35.867],[36.167,-22.627],[17.502,-41.058]],"v":[[-1.667,162.98],[42.833,215.449],[39.765,179.373]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[32.667,-44.926],[-36.167,22.627],[-10.765,25.254]],"o":[[-26.08,35.867],[36.167,-22.627],[17.502,-41.058]],"v":[[-1.667,162.98],[42.833,215.449],[39.765,179.373]],"c":true}],"e":[{"i":[[32.667,-22.299],[-36.167,22.627],[33.765,-29.189]],"o":[[-36.627,25.002],[36.167,-22.627],[-33.765,29.189]],"v":[[127.333,-75.096],[171.833,-22.627],[168.765,-58.703]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[32.667,-22.299],[-36.167,22.627],[33.765,-29.189]],"o":[[-36.627,25.002],[36.167,-22.627],[-33.765,29.189]],"v":[[127.333,-75.096],[171.833,-22.627],[168.765,-58.703]],"c":true}],"e":[{"i":[[12.625,-13.516],[-42.662,0],[5.093,15.076]],"o":[[-11.333,12.133],[19.167,0],[-3.765,-11.146]],"v":[[121.333,-194.133],[134.833,-164.292],[152.765,-186.595]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[12.625,-13.516],[-42.662,0],[5.093,15.076]],"o":[[-11.333,12.133],[19.167,0],[-3.765,-11.146]],"v":[[121.333,-194.133],[134.833,-164.292],[152.765,-186.595]],"c":true}],"e":[{"i":[[7.667,-9.51],[-15.054,-1.456],[5.093,15.076]],"o":[[-8.887,11.024],[10.167,0.984],[-3.765,-11.146]],"v":[[50.333,-253.16],[47.833,-233.157],[70.765,-250.541]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[7.667,-9.51],[-15.054,-1.456],[5.093,15.076]],"o":[[-8.887,11.024],[10.167,0.984],[-3.765,-11.146]],"v":[[50.333,-253.16],[47.833,-233.157],[70.765,-250.541]],"c":true}],"e":[{"i":[[9.407,-7.793],[-7.833,0],[0.475,5.087]],"o":[[-6.333,5.247],[10.214,0],[-0.765,-8.195]],"v":[[-6.667,-222.663],[-3.167,-209.546],[9.765,-218.076]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[9.407,-7.793],[-7.833,0],[0.475,5.087]],"o":[[-6.333,5.247],[10.214,0],[-0.765,-8.195]],"v":[[-6.667,-222.663],[-3.167,-209.546],[9.765,-218.076]],"c":true}],"e":[{"i":[[2.667,-2.623],[-3.718,0.934],[1.629,4.843]],"o":[[-2.709,2.665],[3.917,-0.984],[-1.515,-4.505]],"v":[[-10.667,-204.955],[-7.667,-196.019],[-3.485,-202.335]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[2.667,-2.623],[-3.718,0.934],[1.629,4.843]],"o":[[-2.709,2.665],[3.917,-0.984],[-1.515,-4.505]],"v":[[-10.667,-204.955],[-7.667,-196.019],[-3.485,-202.335]],"c":true}],"e":[{"i":[[1.417,-3.853],[-3.833,-0.246],[1.629,4.843]],"o":[[-1.311,3.567],[4.03,0.259],[-1.515,-4.505]],"v":[[-9.417,-186.263],[-7.667,-179.295],[-2.485,-190.038]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[1.417,-3.853],[-3.833,-0.246],[1.629,4.843]],"o":[[-1.311,3.567],[4.03,0.259],[-1.515,-4.505]],"v":[[-9.417,-186.263],[-7.667,-179.295],[-2.485,-190.038]],"c":true}],"e":[{"i":[[2.667,-2.623],[-3.718,0.934],[-3.723,3.499]],"o":[[-2.709,2.665],[3.917,-0.984],[3.485,-3.276]],"v":[[-6.417,-152.814],[-9.167,-141.911],[-1.485,-151.178]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[2.667,-2.623],[-3.718,0.934],[-3.723,3.499]],"o":[[-2.709,2.665],[3.917,-0.984],[3.485,-3.276]],"v":[[-6.417,-152.814],[-9.167,-141.911],[-1.485,-151.178]],"c":true}],"e":[{"i":[[5.583,-6.477],[-2.167,3.197],[-2.985,0.324]],"o":[[-5.583,6.477],[2.167,-3.197],[2.985,-0.324]],"v":[[-4.417,-129.941],[-3.667,-124.203],[3.765,-127.814]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[5.583,-6.477],[-2.167,3.197],[-2.985,0.324]],"o":[[-5.583,6.477],[2.167,-3.197],[2.985,-0.324]],"v":[[-4.417,-129.941],[-3.667,-124.203],[3.765,-127.814]],"c":true}],"e":[{"i":[[2.667,-2.623],[0.333,-4.181],[1.629,4.843]],"o":[[-2.709,2.665],[-0.333,4.181],[-1.515,-4.505]],"v":[[-44.667,-141.993],[-41.667,-133.057],[-37.485,-139.373]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[{"i":[[2.667,-2.623],[0.333,-4.181],[1.629,4.843]],"o":[[-2.709,2.665],[-0.333,4.181],[-1.515,-4.505]],"v":[[-44.667,-141.993],[-41.667,-133.057],[-37.485,-139.373]],"c":true}],"e":[{"i":[[2.667,-2.623],[-1.692,-1.623],[-8.485,-1.151]],"o":[[-2.709,2.665],[1.792,1.598],[8.485,1.151]],"v":[[-51.667,-105.593],[-48.667,-96.657],[-44.485,-102.973]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26,"s":[{"i":[[2.667,-2.623],[-1.692,-1.623],[-8.485,-1.151]],"o":[[-2.709,2.665],[1.792,1.598],[8.485,1.151]],"v":[[-51.667,-105.593],[-48.667,-96.657],[-44.485,-102.973]],"c":true}],"e":[{"i":[[2.667,-2.623],[-3.718,0.934],[6.015,-5.332]],"o":[[-2.709,2.665],[3.917,-0.984],[-6.015,5.332]],"v":[[-59.167,-64.766],[-55.667,-60.257],[-53.485,-64.605]],"c":true}]},{"t":27}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":15,"op":28,"st":7,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 4","parent":14,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,101.648,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[2.56,-5.758],[-16.333,-11.314],[4.722,0.98]],"o":[[-5.833,13.117],[-3.808,-8.609],[-4.994,-1.036]],"v":[[-40.667,28.202],[-9.667,39.843],[-26.506,26.122]],"c":true}],"e":[{"i":[[4.967,-5.898],[-12.833,-17.708],[2.602,4.061]],"o":[[-13.405,15.916],[-3.808,-8.609],[-2.75,-4.292]],"v":[[-17.667,28.202],[1.833,47.222],[-7.006,27.106]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[4.967,-5.898],[-12.833,-17.708],[2.602,4.061]],"o":[[-13.405,15.916],[-3.808,-8.609],[-2.75,-4.292]],"v":[[-17.667,28.202],[1.833,47.222],[-7.006,27.106]],"c":true}],"e":[{"i":[[10.321,-10.862],[-20.833,-28.53],[7.056,7.195]],"o":[[-14.333,15.085],[-0.891,-7.652],[-7.458,-7.606]],"v":[[-7.667,27.218],[32.833,53.124],[20.037,26.947]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[10.321,-10.862],[-20.833,-28.53],[7.056,7.195]],"o":[[-14.333,15.085],[-0.891,-7.652],[-7.458,-7.606]],"v":[[-7.667,27.218],[32.833,53.124],[20.037,26.947]],"c":true}],"e":[{"i":[[10.106,-17.525],[7.167,-36.4],[11.392,11.756]],"o":[[21.667,7.214],[22.167,-12.789],[-12.042,-12.426]],"v":[[35.333,33.121],[70.833,89.524],[78.765,28.854]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[10.106,-17.525],[7.167,-36.4],[11.392,11.756]],"o":[[21.667,7.214],[22.167,-12.789],[-12.042,-12.426]],"v":[[35.333,33.121],[70.833,89.524],[78.765,28.854]],"c":true}],"e":[{"i":[[9.667,-34.105],[36.167,-37.384],[21.805,35.207]],"o":[[93.667,0.328],[45.167,0],[-26.139,-42.204]],"v":[[64.333,34.105],[124.833,134.779],[162.139,46.139]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[9.667,-34.105],[36.167,-37.384],[21.805,35.207]],"o":[[93.667,0.328],[45.167,0],[-26.139,-42.204]],"v":[[64.333,34.105],[124.833,134.779],[162.139,46.139]],"c":true}],"e":[{"i":[[65.667,-9.51],[14.167,-64.93],[33.861,14.855]],"o":[[93.667,0.328],[53.167,-9.838],[-13.55,-5.944]],"v":[[103.333,12.461],[203.833,121.989],[211.139,18.593]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[65.667,-9.51],[14.167,-64.93],[33.861,14.855]],"o":[[93.667,0.328],[53.167,-9.838],[-13.55,-5.944]],"v":[[103.333,12.461],[203.833,121.989],[211.139,18.593]],"c":true}],"e":[{"i":[[43.667,22.955],[-8.833,-56.076],[15.861,9.936]],"o":[[59.667,32.793],[30.167,-7.87],[-12.539,-7.855]],"v":[[157.333,-15.085],[225.833,86.573],[218.139,15.642]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[43.667,22.955],[-8.833,-56.076],[15.861,9.936]],"o":[[59.667,32.793],[30.167,-7.87],[-12.539,-7.855]],"v":[[157.333,-15.085],[225.833,86.573],[218.139,15.642]],"c":true}],"e":[{"i":[[16.667,21.971],[1.167,-31.481],[1.861,16.823]],"o":[[8.667,38.695],[30.167,-7.87],[-1.627,-14.707]],"v":[[190.333,-16.068],[194.833,61.979],[221.139,31.383]],"c":true}]},{"t":14}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":7,"op":15,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 3","parent":14,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,101.648,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[1.042,-1.517],[-4.583,-2.583],[0.713,-0.384]],"o":[[3.542,-0.041],[-6.708,-7.378],[-1.162,0.845]],"v":[[23.458,27.833],[35.583,27.792],[25.787,23.995]],"c":true}],"e":[{"i":[[1.917,-3.361],[-4.583,-2.583],[2.535,-0.994]],"o":[[-1.861,3.264],[-6.708,-7.378],[-3.412,1.337]],"v":[[23.583,26.972],[48.083,24.718],[31.912,19.937]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[1.917,-3.361],[-4.583,-2.583],[2.535,-0.994]],"o":[[-1.861,3.264],[-6.708,-7.378],[-3.412,1.337]],"v":[[23.583,26.972],[48.083,24.718],[31.912,19.937]],"c":true}],"e":[{"i":[[5.042,-9.018],[-20.833,-28.53],[9.941,1.653]],"o":[[-10.154,18.163],[-0.891,-7.652],[-12.662,-2.106]],"v":[[52.833,10.617],[111.708,33.818],[82.412,-1.214]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[5.042,-9.018],[-20.833,-28.53],[9.941,1.653]],"o":[[-10.154,18.163],[-0.891,-7.652],[-12.662,-2.106]],"v":[[52.833,10.617],[111.708,33.818],[82.412,-1.214]],"c":true}],"e":[{"i":[[2.917,-13.445],[-5.833,-28.407],[10.078,0.041]],"o":[[17.917,-6.313],[-4.458,-31.235],[-3.787,-0.015]],"v":[[84.958,6.559],[131.083,26.439],[104.537,-11.298]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[2.917,-13.445],[-5.833,-28.407],[10.078,0.041]],"o":[[17.917,-6.313],[-4.458,-31.235],[-3.787,-0.015]],"v":[[84.958,6.559],[131.083,26.439],[104.537,-11.298]],"c":true}],"e":[{"i":[[8.667,-11.477],[-5.833,-28.407],[20.088,-2.475]],"o":[[17.917,-6.313],[39.792,-15.126],[-3.759,0.463]],"v":[[120.333,-6.108],[162.583,14.142],[158.537,-22.735]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[8.667,-11.477],[-5.833,-28.407],[20.088,-2.475]],"o":[[17.917,-6.313],[39.792,-15.126],[-3.759,0.463]],"v":[[120.333,-6.108],[162.583,14.142],[158.537,-22.735]],"c":true}],"e":[{"i":[[8.667,-11.477],[-1.708,-19.43],[8.213,12.897]],"o":[[14.792,-2.869],[12.292,-6.026],[-4.494,-7.056]],"v":[[192.708,-35.252],[215.208,-12.42],[230.537,-37.368]],"c":true}]},{"t":12}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":7,"op":13,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Shape Layer 9","parent":14,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,101.648,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[-6.651,3.674],[24,-9.838],[-11,-0.492],[-28.5,-10.822]],"o":[[28.5,-15.741],[-32.75,13.425],[31.697,1.417],[-5.5,-14.757]],"v":[[-115.5,62.962],[-155,39.351],[-166,82.146],[-114.5,94.443]],"c":true}],"e":[{"i":[[-86.5,110.184],[34.776,-45.248],[-11,-0.492],[-28.5,-10.822]],"o":[[31.532,-40.166],[-62,80.67],[31.697,1.417],[-16.5,-30.497]],"v":[[-66.5,-11.805],[-139,-9.838],[-154,114.611],[-87.5,129.86]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[-86.5,110.184],[34.776,-45.248],[-11,-0.492],[-28.5,-10.822]],"o":[[31.532,-40.166],[-62,80.67],[31.697,1.417],[-16.5,-30.497]],"v":[[-66.5,-11.805],[-139,-9.838],[-154,114.611],[-87.5,129.86]],"c":true}],"e":[{"i":[[-7.5,121.989],[-1.279,-57.054],[-16.059,-8.131],[-28.5,42.303]],"o":[[3.134,-50.968],[3,133.795],[34,17.216],[-90.5,95.427]],"v":[[-175.5,-25.578],[-222,-29.514],[-70,178.557],[36.5,149.535]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[-7.5,121.989],[-1.279,-57.054],[-16.059,-8.131],[-28.5,42.303]],"o":[[3.134,-50.968],[3,133.795],[34,17.216],[-90.5,95.427]],"v":[[-175.5,-25.578],[-222,-29.514],[-70,178.557],[36.5,149.535]],"c":true}],"e":[{"i":[[4.5,134.778],[-1.279,-57.054],[-16.059,-8.131],[-43.5,67.881]],"o":[[-1.704,-51.036],[3,133.794],[34,17.216],[-115.5,12.789]],"v":[[-106.5,5.903],[-204,14.757],[-40,227.746],[102.5,202.66]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[4.5,134.778],[-1.279,-57.054],[-16.059,-8.131],[-43.5,67.881]],"o":[[-1.704,-51.036],[3,133.794],[34,17.216],[-115.5,12.789]],"v":[[-106.5,5.903],[-204,14.757],[-40,227.746],[102.5,202.66]],"c":true}],"e":[{"i":[[118.5,62.962],[-10.535,-56.087],[-146,-87.065],[-7.5,42.303]],"o":[[-59.919,-31.836],[17,90.508],[32.732,19.519],[-75.5,40.335]],"v":[[-123.5,59.027],[-233,130.843],[-16,179.54],[76.5,135.762]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[118.5,62.962],[-10.535,-56.087],[-146,-87.065],[-7.5,42.303]],"o":[[-59.919,-31.836],[17,90.508],[32.732,19.519],[-75.5,40.335]],"v":[[-123.5,59.027],[-233,130.843],[-16,179.54],[76.5,135.762]],"c":true}],"e":[{"i":[[130.396,31.675],[-118.907,-33.144],[-57.676,64.477],[-2.5,22.627]],"o":[[-121.5,-29.514],[240,66.897],[11,-12.297],[-75.5,40.335]],"v":[[-37.5,77.719],[-91,252.832],[174,-58.535],[190.5,-107.233]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[130.396,31.675],[-118.907,-33.144],[-57.676,64.477],[-2.5,22.627]],"o":[[-121.5,-29.514],[240,66.897],[11,-12.297],[-75.5,40.335]],"v":[[-37.5,77.719],[-91,252.832],[174,-58.535],[190.5,-107.233]],"c":true}],"e":[{"i":[[58.5,-60.011],[-44,87.557],[-57.676,64.477],[9.5,-1.968]],"o":[[-87.278,89.532],[58.572,-116.555],[11,-12.297],[-75.5,40.335]],"v":[[113.5,112.151],[204,140.681],[139,-58.535],[144.5,-100.346]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[58.5,-60.011],[-44,87.557],[-57.676,64.477],[9.5,-1.968]],"o":[[-87.278,89.532],[58.572,-116.555],[11,-12.297],[-75.5,40.335]],"v":[[113.5,112.151],[204,140.681],[139,-58.535],[144.5,-100.346]],"c":true}],"e":[{"i":[[-13.965,-105.056],[25.01,42.697],[58,5.411],[26.5,6.887]],"o":[[8.5,63.946],[-68,-116.087],[-22.948,-2.141],[20.5,59.027]],"v":[[122.5,-154.454],[187,-154.454],[-74,-189.379],[-108.5,-204.627]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[-13.965,-105.056],[25.01,42.697],[58,5.411],[26.5,6.887]],"o":[[8.5,63.946],[-68,-116.087],[-22.948,-2.141],[20.5,59.027]],"v":[[122.5,-154.454],[187,-154.454],[-74,-189.379],[-108.5,-204.627]],"c":true}],"e":[{"i":[[-154.501,-29.514],[27.57,1.927],[-13,-30.989],[-9.5,7.87]],"o":[[51.5,9.838],[-183,-12.789],[6.963,16.599],[-49.5,-58.043]],"v":[[22.5,-240.043],[30,-268.573],[-137,-160.849],[-97.5,-159.373]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[-154.501,-29.514],[27.57,1.927],[-13,-30.989],[-9.5,7.87]],"o":[[51.5,9.838],[-183,-12.789],[6.963,16.599],[-49.5,-58.043]],"v":[[22.5,-240.043],[30,-268.573],[-137,-160.849],[-97.5,-159.373]],"c":true}],"e":[{"i":[[-11.5,19.676],[14.048,-23.801],[-13,-30.989],[-9.5,3.935]],"o":[[7.637,-13.066],[-18,30.497],[6.963,16.599],[-49.5,-58.043]],"v":[[-138.5,-207.579],[-161,-206.595],[-129,-122.481],[-110.5,-120.022]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[-11.5,19.676],[14.048,-23.801],[-13,-30.989],[-9.5,3.935]],"o":[[7.637,-13.066],[-18,30.497],[6.963,16.599],[-49.5,-58.043]],"v":[[-138.5,-207.579],[-161,-206.595],[-129,-122.481],[-110.5,-120.022]],"c":true}],"e":[{"i":[[0.5,25.579],[4,-10.822],[-18.852,-27.819],[-5.5,7.87]],"o":[[-0.296,-15.131],[-5.84,15.799],[3,4.427],[-18.5,-1.968]],"v":[[-101.5,28.53],[-115,9.838],[-93,59.519],[-72.5,55.092]],"c":true}]},{"t":20}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":10,"op":21,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"Shape Layer 11","parent":14,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,101.648,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[4,0.984],[3,-4.919],[-2.04,-0.287],[-1.5,2.459]],"o":[[-4,-0.984],[-3,4.919],[7,0.984],[1.856,-3.044]],"v":[[-187,-76.735],[-198,-72.8],[-195.5,-62.47],[-184,-67.389]],"c":true}],"e":[{"i":[[10.5,1.968],[6,-4.427],[-5.975,-3.674],[-4.5,7.87]],"o":[[-7.147,-1.339],[-2.822,2.082],[8,4.919],[3.319,-5.805]],"v":[[-187,-2.459],[-205,2.951],[-201.5,16.724],[-181,12.297]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[10.5,1.968],[6,-4.427],[-5.975,-3.674],[-4.5,7.87]],"o":[[-7.147,-1.339],[-2.822,2.082],[8,4.919],[3.319,-5.805]],"v":[[-187,-2.459],[-205,2.951],[-201.5,16.724],[-181,12.297]],"c":true}],"e":[{"i":[[74,-13.773],[-5,-19.676],[-18,0],[-25.76,28.838]],"o":[[-31.593,5.88],[5,19.676],[38.013,0],[29,-32.465]],"v":[[-120,61.978],[-173,99.362],[-138,119.038],[-48,127.892]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[74,-13.773],[-5,-19.676],[-18,0],[-25.76,28.838]],"o":[[-31.593,5.88],[5,19.676],[38.013,0],[29,-32.465]],"v":[[-120,61.978],[-173,99.362],[-138,119.038],[-48,127.892]],"c":true}],"e":[{"i":[[74,-13.773],[3.217,-20.045],[-16.059,-8.131],[-28.5,42.303]],"o":[[-31.593,5.88],[-4.5,28.038],[34,17.216],[24.323,-36.102]],"v":[[-44.5,52.141],[-101,111.168],[-70,178.557],[36.5,149.535]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[74,-13.773],[3.217,-20.045],[-16.059,-8.131],[-28.5,42.303]],"o":[[-31.593,5.88],[-4.5,28.038],[34,17.216],[24.323,-36.102]],"v":[[-44.5,52.141],[-101,111.168],[-70,178.557],[36.5,149.535]],"c":true}],"e":[{"i":[[101.5,-44.762],[3.217,-20.045],[-15.712,-8.783],[-28.5,42.303]],"o":[[-29.403,12.967],[-4.5,28.038],[66,36.892],[24.323,-36.102]],"v":[[-14,104.281],[-70.5,163.308],[-39.5,230.697],[108,205.119]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[101.5,-44.762],[3.217,-20.045],[-15.712,-8.783],[-28.5,42.303]],"o":[[-29.403,12.967],[-4.5,28.038],[66,36.892],[24.323,-36.102]],"v":[[-14,104.281],[-70.5,163.308],[-39.5,230.697],[108,205.119]],"c":true}],"e":[{"i":[[54,-27.546],[3.217,-20.045],[-15.681,-8.837],[-8.286,48.429]],"o":[[-28.626,14.603],[-4.5,28.038],[51.5,29.022],[8.5,-49.681]],"v":[[-12.5,58.535],[-58.5,109.692],[-27.5,177.081],[83,130.351]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[54,-27.546],[3.217,-20.045],[-15.681,-8.837],[-8.286,48.429]],"o":[[-28.626,14.603],[-4.5,28.038],[51.5,29.022],[8.5,-49.681]],"v":[[-12.5,58.535],[-58.5,109.692],[-27.5,177.081],[83,130.351]],"c":true}],"e":[{"i":[[19.946,3.712],[12,-18.692],[-15.965,-8.315],[-7.661,13.567]],"o":[[-18.5,-3.443],[-7.576,11.8],[25.5,13.281],[10,-17.708]],"v":[[176.5,-120.514],[147,-86.573],[129,-46.73],[184.5,-69.357]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[19.946,3.712],[12,-18.692],[-15.965,-8.315],[-7.661,13.567]],"o":[[-18.5,-3.443],[-7.576,11.8],[25.5,13.281],[10,-17.708]],"v":[[176.5,-120.514],[147,-86.573],[129,-46.73],[184.5,-69.357]],"c":true}],"e":[{"i":[[18,1.476],[12,-18.692],[-7.673,-4.645],[-7.661,13.567]],"o":[[-11.555,-0.947],[-7.576,11.8],[13,7.87],[10,-17.708]],"v":[[138,-106.741],[109,-82.146],[107,-51.649],[146.5,-64.93]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[18,1.476],[12,-18.692],[-7.673,-4.645],[-7.661,13.567]],"o":[[-11.555,-0.947],[-7.576,11.8],[13,7.87],[10,-17.708]],"v":[[138,-106.741],[109,-82.146],[107,-51.649],[146.5,-64.93]],"c":true}],"e":[{"i":[[12,3.443],[3.5,-10.822],[-8.569,-2.649],[-1.44,5.311]],"o":[[-11.145,-3.198],[-4.315,13.342],[17.5,5.411],[2,-7.378]],"v":[[-103.5,-204.627],[-133,-193.805],[-111.5,-177.081],[-86,-184.46]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[12,3.443],[3.5,-10.822],[-8.569,-2.649],[-1.44,5.311]],"o":[[-11.145,-3.198],[-4.315,13.342],[17.5,5.411],[2,-7.378]],"v":[[-103.5,-204.627],[-133,-193.805],[-111.5,-177.081],[-86,-184.46]],"c":true}],"e":[{"i":[[12.076,3.168],[3.5,-10.822],[-6,-1.476],[-3,9.346]],"o":[[-7.5,-1.968],[-4.315,13.342],[6,1.476],[2.336,-7.279]],"v":[[-112.5,-166.26],[-135,-155.93],[-120.5,-138.714],[-100.5,-147.568]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[12.076,3.168],[3.5,-10.822],[-6,-1.476],[-3,9.346]],"o":[[-7.5,-1.968],[-4.315,13.342],[6,1.476],[2.336,-7.279]],"v":[[-112.5,-166.26],[-135,-155.93],[-120.5,-138.714],[-100.5,-147.568]],"c":true}],"e":[{"i":[[7,0.492],[1,-4.919],[-6,-1.476],[-0.556,5.474]],"o":[[-7.995,-0.562],[-1.309,6.437],[6,1.476],[0.5,-4.919]],"v":[[-117.5,-126.416],[-129,-117.07],[-121,-106.741],[-109.5,-114.611]],"c":true}]},{"t":19}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":7,"op":20,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"Shape Layer 15","parent":14,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,101.648,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[9.5,-12.297],[-9.69,-10.895],[-21.5,-11.805],[2,10.33]],"o":[[-10.829,14.017],[29.219,32.853],[33.747,18.53],[-3.652,-18.859]],"v":[[184.5,-203.151],[204.781,-163.696],[214.5,-94.443],[219,-170.687]],"c":true}],"e":[{"i":[[4.24,-6.446],[-9.69,-10.895],[-7.078,-2.667],[6.156,8.533]],"o":[[-5.5,8.362],[29.219,32.853],[23.5,8.854],[-11,-15.249]],"v":[[159.5,-235.616],[170.781,-211.902],[189.5,-189.87],[187,-229.714]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[4.24,-6.446],[-9.69,-10.895],[-7.078,-2.667],[6.156,8.533]],"o":[[-5.5,8.362],[29.219,32.853],[23.5,8.854],[-11,-15.249]],"v":[[159.5,-235.616],[170.781,-211.902],[189.5,-189.87],[187,-229.714]],"c":true}],"e":[{"i":[[1.838,-7.493],[-6.781,-5.515],[-7.407,1.534],[6.638,8.163]],"o":[[-3.5,14.265],[6.951,5.653],[9.5,-1.967],[-6,-7.378]],"v":[[137.5,-254.308],[153.781,-236.496],[171.5,-231.189],[160,-253.325]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[1.838,-7.493],[-6.781,-5.515],[-7.407,1.534],[6.638,8.163]],"o":[[-3.5,14.265],[6.951,5.653],[9.5,-1.967],[-6,-7.378]],"v":[[137.5,-254.308],[153.781,-236.496],[171.5,-231.189],[160,-253.325]],"c":true}],"e":[{"i":[[1.642,-7.539],[-5.209,-1.514],[-6.999,2.869],[6.5,1.968]],"o":[[-1.5,6.886],[4.719,1.372],[6,-2.459],[-6.206,-1.879]],"v":[[123.5,-258.243],[132.281,-248.793],[149.5,-247.914],[139,-264.146]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[1.642,-7.539],[-5.209,-1.514],[-6.999,2.869],[6.5,1.968]],"o":[[-1.5,6.886],[4.719,1.372],[6,-2.459],[-6.206,-1.879]],"v":[[123.5,-258.243],[132.281,-248.793],[149.5,-247.914],[139,-264.146]],"c":true}],"e":[{"i":[[1.642,-7.539],[-5.209,-1.514],[-2,2.951],[6.5,1.968]],"o":[[-1.5,6.886],[4.719,1.372],[2.361,-3.484],[-6.206,-1.879]],"v":[[86,-264.638],[93.281,-254.696],[104,-258.735],[98,-269.065]],"c":true}]},{"t":21}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":17,"op":22,"st":5,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"Shape Layer 1","parent":14,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,101.648,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[20.5,0.492],[15.219,1.372],[18.5,0.492],[-1.533,-31.175],[-31,-87.065]],"o":[[-18.812,-0.451],[-23.918,-2.156],[-18.811,-0.5],[1.5,30.497],[5.369,15.08]],"v":[[-184.5,100.838],[-203.219,77.331],[-226.5,47.714],[-237.5,85.589],[-183,139.205]],"c":true}],"e":[{"i":[[27.5,-2.46],[16.128,-1.753],[18.5,0.492],[2.158,-31.138],[-19.079,5.631]],"o":[[-18.743,1.676],[-39.781,4.323],[-18.811,-0.5],[-4.5,64.93],[15,-4.427]],"v":[[-173.5,142.157],[-193.219,171.774],[-218.5,87.065],[-232.5,153.47],[-168,200.2]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[27.5,-2.46],[16.128,-1.753],[18.5,0.492],[2.158,-31.138],[-19.079,5.631]],"o":[[-18.743,1.676],[-39.781,4.323],[-18.811,-0.5],[-4.5,64.93],[15,-4.427]],"v":[[-173.5,142.157],[-193.219,171.774],[-218.5,87.065],[-232.5,153.47],[-168,200.2]],"c":true}],"e":[{"i":[[39.5,31.973],[2.219,-14.369],[15.24,-3.822],[-28.799,-12.035],[-1.122,29.262]],"o":[[-27.99,-22.657],[-6.54,42.356],[-25.5,6.395],[56.5,23.611],[1,-26.07]],"v":[[-109.5,187.411],[-160.219,182.596],[-214.5,174.622],[-162.5,250.865],[-39,241.519]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[39.5,31.973],[2.219,-14.369],[15.24,-3.822],[-28.799,-12.035],[-1.122,29.262]],"o":[[-27.99,-22.657],[-6.54,42.356],[-25.5,6.395],[56.5,23.611],[1,-26.07]],"v":[[-109.5,187.411],[-160.219,182.596],[-214.5,174.622],[-162.5,250.865],[-39,241.519]],"c":true}],"e":[{"i":[[31.31,-12.401],[-5.781,-22.239],[9.283,-12.676],[-24.5,-30.497],[-1.122,29.262]],"o":[[-38.5,15.249],[10.783,41.479],[-33.5,45.746],[38.351,47.738],[1,-26.07]],"v":[[202.5,-30.005],[217.781,56.672],[202.5,148.06],[126.5,237.092],[231,90.016]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[31.31,-12.401],[-5.781,-22.239],[9.283,-12.676],[-24.5,-30.497],[-1.122,29.262]],"o":[[-38.5,15.249],[10.783,41.479],[-33.5,45.746],[38.351,47.738],[1,-26.07]],"v":[[202.5,-30.005],[217.781,56.672],[202.5,148.06],[126.5,237.092],[231,90.016]],"c":true}],"e":[{"i":[[23.438,-24.182],[-8.804,-11.622],[1.763,-15.612],[-18.806,0],[2,10.33]],"o":[[-20.5,21.151],[12.219,16.128],[-1.5,13.281],[38.5,0],[-3.652,-18.859]],"v":[[191.5,-87.065],[205.781,-46.626],[213.5,-6.395],[213.5,38.367],[224,-55.584]],"c":true}]},{"t":16}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":12,"op":17,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"J Outlines 3","parent":14,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":1,"s":[{"i":[[-16.654,-13.977],[11.662,43.546],[-8.03,11.593],[18.799,-1.907],[-12.201,-29.124],[12.666,-3.276],[15.619,-4.559],[-12.425,14.113]],"o":[[7.719,6.479],[-6.53,-24.386],[7.823,-11.294],[-21.146,2.145],[18.087,43.173],[-12.666,3.276],[-15.619,4.559],[12.425,-14.113]],"v":[[-11.219,64.021],[20.53,43.886],[45.03,28.907],[25.701,-0.593],[5.701,40.124],[-27.334,47.724],[-37.381,68.941],[-24.425,84.113]],"c":true}],"e":[{"i":[[-12.281,30.479],[6.47,44.614],[11.07,40.071],[-25.556,-44.659],[-3.571,-17.615],[15.894,-26.34],[13.881,-15.941],[-24.36,23.593]],"o":[[13.465,-33.42],[-3.261,-22.487],[-15.03,-54.407],[21.799,38.093],[9.299,45.876],[-17.666,29.276],[-16.348,18.774],[9.925,-9.613]],"v":[[61.281,17.521],[68.53,-88.614],[48.03,-175.093],[31.701,-167.593],[63.201,-92.376],[51.666,4.724],[-6.381,46.941],[28.075,70.613]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[-12.281,30.479],[6.47,44.614],[11.07,40.071],[-25.556,-44.659],[-3.571,-17.615],[15.894,-26.34],[13.881,-15.941],[-24.36,23.593]],"o":[[13.465,-33.42],[-3.261,-22.487],[-15.03,-54.407],[21.799,38.093],[9.299,45.876],[-17.666,29.276],[-16.348,18.774],[9.925,-9.613]],"v":[[61.281,17.521],[68.53,-88.614],[48.03,-175.093],[31.701,-167.593],[63.201,-92.376],[51.666,4.724],[-6.381,46.941],[28.075,70.613]],"c":true}],"e":[{"i":[[6.219,66.979],[13.97,11.114],[19.53,-20.593],[-11.457,6.258],[-25.299,-8.376],[-7.334,-49.276],[18.619,-20.559],[-12.151,28.753]],"o":[[-4.994,-53.777],[-11.131,-8.855],[-19.53,20.593],[21.799,-11.907],[25.299,8.376],[7.334,49.276],[-18.619,20.559],[4.925,-26.613]],"v":[[52.781,-106.979],[19.03,-180.114],[-41.97,-179.593],[-25.799,-142.593],[1.201,-171.376],[49.166,-99.776],[4.619,30.441],[17.075,42.113]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[6.219,66.979],[13.97,11.114],[19.53,-20.593],[-11.457,6.258],[-25.299,-8.376],[-7.334,-49.276],[18.619,-20.559],[-12.151,28.753]],"o":[[-4.994,-53.777],[-11.131,-8.855],[-19.53,20.593],[21.799,-11.907],[25.299,8.376],[7.334,49.276],[-18.619,20.559],[4.925,-26.613]],"v":[[52.781,-106.979],[19.03,-180.114],[-41.97,-179.593],[-25.799,-142.593],[1.201,-171.376],[49.166,-99.776],[4.619,30.441],[17.075,42.113]],"c":true}],"e":[{"i":[[32.719,20.479],[18.53,-10.114],[8.778,-25.278],[-15.799,17.907],[-0.281,17.971],[-45.834,-2.776],[11.119,-30.059],[0.058,33.913]],"o":[[-30.541,-19.116],[-18.53,10.114],[-29.03,83.593],[15.799,-17.907],[0.299,-19.124],[45.834,2.776],[-11.119,30.059],[-0.075,-43.613]],"v":[[24.281,-187.479],[-73.47,-190.614],[-118.97,-143.593],[-52.299,-80.593],[-39.799,-124.376],[14.666,-166.776],[60.619,-60.559],[77.075,-68.387]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[32.719,20.479],[18.53,-10.114],[8.778,-25.278],[-15.799,17.907],[-0.281,17.971],[-45.834,-2.776],[11.119,-30.059],[0.058,33.913]],"o":[[-30.541,-19.116],[-18.53,10.114],[-29.03,83.593],[15.799,-17.907],[0.299,-19.124],[45.834,2.776],[-11.119,30.059],[-0.075,-43.613]],"v":[[24.281,-187.479],[-73.47,-190.614],[-118.97,-143.593],[-52.299,-80.593],[-39.799,-124.376],[14.666,-166.776],[60.619,-60.559],[77.075,-68.387]],"c":true}],"e":[{"i":[[56.053,6.979],[29.47,-35.553],[-61.94,-57.102],[17.035,39.74],[4.701,37.791],[-23.666,-3.391],[-6.214,-21.392],[12.347,16.737]],"o":[[-26.067,-2.176],[-29.778,35.924],[70.97,65.427],[-17.035,-39.74],[-4.701,-37.791],[52.834,12.609],[6.214,21.392],[-10.913,-23.894]],"v":[[-42.053,-209.979],[-165.47,-175.947],[-139.97,-45.927],[-20.965,-76.26],[-88.299,-152.209],[-20.834,-194.609],[52.286,-128.892],[65.241,-132.887]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[56.053,6.979],[29.47,-35.553],[-61.94,-57.102],[17.035,39.74],[4.701,37.791],[-23.666,-3.391],[-6.214,-21.392],[12.347,16.737]],"o":[[-26.067,-2.176],[-29.778,35.924],[70.97,65.427],[-17.035,-39.74],[-4.701,-37.791],[52.834,12.609],[6.214,21.392],[-10.913,-23.894]],"v":[[-42.053,-209.979],[-165.47,-175.947],[-139.97,-45.927],[-20.965,-76.26],[-88.299,-152.209],[-20.834,-194.609],[52.286,-128.892],[65.241,-132.887]],"c":true}],"e":[{"i":[[31.114,-15.479],[-37.47,-64.781],[-27.46,-6.15],[51.132,17.926],[11,21.333],[-19.666,6.943],[-11.453,-2.274],[7.592,2.387]],"o":[[-31.114,15.479],[37.47,64.781],[98.47,24.26],[-32.893,-11.532],[-10.871,-21.297],[13.527,-4.776],[16.615,3.299],[-30.33,-9.536]],"v":[[-156.886,-189.979],[-176.97,-66.781],[-43.97,19.74],[10.368,-75.926],[-95.799,-140.542],[-73.334,-189.443],[-22.047,-194.226],[-19.092,-199.887]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[31.114,-15.479],[-37.47,-64.781],[-27.46,-6.15],[51.132,17.926],[11,21.333],[-19.666,6.943],[-11.453,-2.274],[7.592,2.387]],"o":[[-31.114,15.479],[37.47,64.781],[98.47,24.26],[-32.893,-11.532],[-10.871,-21.297],[13.527,-4.776],[16.615,3.299],[-30.33,-9.536]],"v":[[-156.886,-189.979],[-176.97,-66.781],[-43.97,19.74],[10.368,-75.926],[-95.799,-140.542],[-73.334,-189.443],[-22.047,-194.226],[-19.092,-199.887]],"c":true}],"e":[{"i":[[-10.785,-34.105],[-27.765,-17.566],[-45.58,3.413],[82.298,-21.407],[28.033,0.168],[43.334,24.776],[2.893,21.278],[4.989,-32.921]],"o":[[11.22,35.479],[49.97,31.614],[138.969,-10.407],[-29.25,7.608],[-20.701,-0.124],[-15.062,-8.612],[-3.119,-22.941],[-4.075,26.887]],"v":[[-200.22,-78.479],[-136.97,4.886],[25.031,38.407],[41.702,-75.593],[-49.799,-64.876],[-128.834,-92.276],[-173.381,-163.059],[-207.425,-158.387]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[-10.785,-34.105],[-27.765,-17.566],[-45.58,3.413],[82.298,-21.407],[28.033,0.168],[43.334,24.776],[2.893,21.278],[4.989,-32.921]],"o":[[11.22,35.479],[49.97,31.614],[138.969,-10.407],[-29.25,7.608],[-20.701,-0.124],[-15.062,-8.612],[-3.119,-22.941],[-4.075,26.887]],"v":[[-200.22,-78.479],[-136.97,4.886],[25.031,38.407],[41.702,-75.593],[-49.799,-64.876],[-128.834,-92.276],[-173.381,-163.059],[-207.425,-158.387]],"c":true}],"e":[{"i":[[-19.97,-10.979],[-47.22,-6.864],[-51.36,23.556],[89.298,-40.407],[23.643,-3.303],[19.416,5.724],[16.119,11.941],[-17.675,-37.887]],"o":[[19.97,10.979],[47.22,6.864],[80.469,-36.907],[-28.976,16.101],[-18.701,2.876],[-19.416,-5.724],[-16.119,-11.941],[17.675,37.887]],"v":[[-136.97,-0.979],[-36.72,25.636],[116.031,7.407],[67.202,-89.093],[-15.049,-64.376],[-97.584,-71.276],[-169.881,-103.559],[-212.175,-65.887]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[-19.97,-10.979],[-47.22,-6.864],[-51.36,23.556],[89.298,-40.407],[23.643,-3.303],[19.416,5.724],[16.119,11.941],[-17.675,-37.887]],"o":[[19.97,10.979],[47.22,6.864],[80.469,-36.907],[-28.976,16.101],[-18.701,2.876],[-19.416,-5.724],[-16.119,-11.941],[17.675,37.887]],"v":[[-136.97,-0.979],[-36.72,25.636],[116.031,7.407],[67.202,-89.093],[-15.049,-64.376],[-97.584,-71.276],[-169.881,-103.559],[-212.175,-65.887]],"c":true}],"e":[{"i":[[-24.031,35.979],[11.78,27.386],[6.97,23.093],[-12.444,-25.537],[-14.799,-33.126],[24.166,1.974],[27.131,-2.441],[-152.825,-25.363]],"o":[[18.969,-36.021],[-11.78,-27.386],[-9.852,-32.645],[14.299,29.343],[14.799,33.126],[-24.166,-1.974],[-131.869,2.559],[113.175,24.637]],"v":[[149.031,9.021],[165.28,-79.614],[166.03,-126.093],[125.201,-127.343],[114.701,-81.626],[-8.334,-77.026],[-81.131,-83.559],[-72.175,101.363]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[-24.031,35.979],[11.78,27.386],[6.97,23.093],[-12.444,-25.537],[-14.799,-33.126],[24.166,1.974],[27.131,-2.441],[-152.825,-25.363]],"o":[[18.969,-36.021],[-11.78,-27.386],[-9.852,-32.645],[14.299,29.343],[14.799,33.126],[-24.166,-1.974],[-131.869,2.559],[113.175,24.637]],"v":[[149.031,9.021],[165.28,-79.614],[166.03,-126.093],[125.201,-127.343],[114.701,-81.626],[-8.334,-77.026],[-81.131,-83.559],[-72.175,101.363]],"c":true}],"e":[{"i":[[25.219,78.479],[20.47,39.614],[24.816,13.23],[-39.701,-8.907],[46.799,-17.624],[60.334,-13.724],[22.381,-34.941],[-188.075,55.387]],"o":[[-19.819,-61.672],[-21.884,-42.351],[-42.03,-22.407],[27.9,6.259],[-51.398,19.356],[-26.505,6.029],[-36.619,64.059],[58.65,-17.272]],"v":[[206.781,-33.979],[209.53,-133.114],[164.03,-187.593],[136.701,-145.593],[156.701,-94.876],[-29.334,-84.276],[-112.381,-25.059],[75.075,129.613]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[25.219,78.479],[20.47,39.614],[24.816,13.23],[-39.701,-8.907],[46.799,-17.624],[60.334,-13.724],[22.381,-34.941],[-188.075,55.387]],"o":[[-19.819,-61.672],[-21.884,-42.351],[-42.03,-22.407],[27.9,6.259],[-51.398,19.356],[-26.505,6.029],[-36.619,64.059],[58.65,-17.272]],"v":[[206.781,-33.979],[209.53,-133.114],[164.03,-187.593],[136.701,-145.593],[156.701,-94.876],[-29.334,-84.276],[-112.381,-25.059],[75.075,129.613]],"c":true}],"e":[{"i":[[31.781,58.271],[49.031,58.636],[75.522,-2.875],[-15.451,-9.657],[-16.701,-66.374],[16.835,-16.224],[13.156,-27.022],[-123.075,100.387]],"o":[[-31.781,-58.271],[-49.031,-58.636],[-35.281,1.343],[35.049,31.843],[2.299,43.626],[-16.166,13.776],[-101.369,119.559],[68.925,-58.613]],"v":[[210.281,-73.229],[190.531,-234.364],[28.781,-218.843],[4.451,-177.343],[151.201,-196.126],[18.166,-62.776],[-64.631,11.441],[155.075,144.613]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[31.781,58.271],[49.031,58.636],[75.522,-2.875],[-15.451,-9.657],[-16.701,-66.374],[16.835,-16.224],[13.156,-27.022],[-123.075,100.387]],"o":[[-31.781,-58.271],[-49.031,-58.636],[-35.281,1.343],[35.049,31.843],[2.299,43.626],[-16.166,13.776],[-101.369,119.559],[68.925,-58.613]],"v":[[210.281,-73.229],[190.531,-234.364],[28.781,-218.843],[4.451,-177.343],[151.201,-196.126],[18.166,-62.776],[-64.631,11.441],[155.075,144.613]],"c":true}],"e":[{"i":[[42.719,43.979],[41.469,8.114],[34.531,-9.093],[-44.95,13.191],[0.299,-20.624],[11.665,-8.276],[37.881,-36.941],[-122.075,126.387]],"o":[[-20.281,-18.021],[-42.814,-8.377],[-34.53,9.093],[50.799,-14.907],[-5.701,28.376],[-11.665,8.276],[-119.119,115.059],[57.925,-76.613]],"v":[[158.281,-176.979],[72.531,-230.114],[-34.47,-222.093],[-17.799,-169.093],[74.701,-155.376],[30.665,-102.276],[-40.881,-48.059],[158.075,61.613]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[42.719,43.979],[41.469,8.114],[34.531,-9.093],[-44.95,13.191],[0.299,-20.624],[11.665,-8.276],[37.881,-36.941],[-122.075,126.387]],"o":[[-20.281,-18.021],[-42.814,-8.377],[-34.53,9.093],[50.799,-14.907],[-5.701,28.376],[-11.665,8.276],[-119.119,115.059],[57.925,-76.613]],"v":[[158.281,-176.979],[72.531,-230.114],[-34.47,-222.093],[-17.799,-169.093],[74.701,-155.376],[30.665,-102.276],[-40.881,-48.059],[158.075,61.613]],"c":true}],"e":[{"i":[[72.904,13.613],[26.135,-15.033],[26.03,-43.593],[-37.701,-6.407],[-26.701,9.876],[-14.666,6.276],[-32.619,-12.941],[12.248,37.173]],"o":[[-40.281,-7.521],[-44.53,25.614],[-26.03,43.593],[9.995,1.698],[16.695,-6.175],[11.4,-4.879],[71.223,28.256],[-11.075,-33.613]],"v":[[88.28,-299.479],[-38.47,-289.614],[-110.97,-217.593],[-56.299,-111.593],[-6.299,-115.876],[34.666,-139.276],[109.619,-139.059],[198.075,-214.387]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[72.904,13.613],[26.135,-15.033],[26.03,-43.593],[-37.701,-6.407],[-26.701,9.876],[-14.666,6.276],[-32.619,-12.941],[12.248,37.173]],"o":[[-40.281,-7.521],[-44.53,25.614],[-26.03,43.593],[9.995,1.698],[16.695,-6.175],[11.4,-4.879],[71.223,28.256],[-11.075,-33.613]],"v":[[88.28,-299.479],[-38.47,-289.614],[-110.97,-217.593],[-56.299,-111.593],[-6.299,-115.876],[34.666,-139.276],[109.619,-139.059],[198.075,-214.387]],"c":true}],"e":[{"i":[[74.059,3.935],[26.483,-14.411],[12.156,-25.359],[-37.701,-6.407],[-8.299,22.124],[-79.666,9.276],[-28.693,-11.575],[18.925,57.387]],"o":[[-66.281,-3.521],[-30.53,16.614],[-41.03,85.593],[9.995,1.698],[8.299,-22.124],[31.241,-3.638],[89.381,36.059],[-14.786,-44.835]],"v":[[26.281,-324.479],[-90.47,-298.614],[-161.97,-223.593],[-140.299,-44.593],[-106.299,-71.876],[-19.334,-148.276],[48.619,-132.059],[164.075,-231.387]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[74.059,3.935],[26.483,-14.411],[12.156,-25.359],[-37.701,-6.407],[-8.299,22.124],[-79.666,9.276],[-28.693,-11.575],[18.925,57.387]],"o":[[-66.281,-3.521],[-30.53,16.614],[-41.03,85.593],[9.995,1.698],[8.299,-22.124],[31.241,-3.638],[89.381,36.059],[-14.786,-44.835]],"v":[[26.281,-324.479],[-90.47,-298.614],[-161.97,-223.593],[-140.299,-44.593],[-106.299,-71.876],[-19.334,-148.276],[48.619,-132.059],[164.075,-231.387]],"c":true}],"e":[{"i":[[-24.731,-69.919],[-24.47,-17.614],[-10.116,14.208],[16.656,-14.259],[12.299,5.876],[1.335,21.276],[0.381,58.059],[12.616,-62.128]],"o":[[9.72,27.479],[24.47,17.614],[10.97,-15.407],[-7.701,6.593],[-16.062,-7.673],[-4.055,-64.639],[-0.619,-70.941],[-13.075,64.387]],"v":[[-142.72,-103.479],[-90.47,-30.614],[-7.97,-27.593],[-26.299,-34.593],[-62.799,-34.376],[-85.335,-101.276],[-62.381,-264.059],[-159.925,-271.387]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[-24.731,-69.919],[-24.47,-17.614],[-10.116,14.208],[16.656,-14.259],[12.299,5.876],[1.335,21.276],[0.381,58.059],[12.616,-62.128]],"o":[[9.72,27.479],[24.47,17.614],[10.97,-15.407],[-7.701,6.593],[-16.062,-7.673],[-4.055,-64.639],[-0.619,-70.941],[-13.075,64.387]],"v":[[-142.72,-103.479],[-90.47,-30.614],[-7.97,-27.593],[-26.299,-34.593],[-62.799,-34.376],[-85.335,-101.276],[-62.381,-264.059],[-159.925,-271.387]],"c":true}],"e":[{"i":[[-26.72,-24.979],[-30.469,1.386],[-6.073,21.9],[3.477,-28.333],[28.701,-0.376],[12.335,16.276],[0.381,58.059],[-3,-83]],"o":[[26.72,24.979],[30.469,-1.386],[7.563,-37.986],[0.357,21.69],[-28.701,0.376],[-18.86,-44.681],[-0.619,-70.941],[5.425,67.887]],"v":[[-108.72,-56.979],[-38.469,-28.614],[13.03,-70.093],[-15.799,-75.093],[-42.799,-34.876],[-88.835,-64.276],[-75.881,-222.059],[-157.925,-219.887]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[-26.72,-24.979],[-30.469,1.386],[-6.073,21.9],[3.477,-28.333],[28.701,-0.376],[12.335,16.276],[0.381,58.059],[-3,-83]],"o":[[26.72,24.979],[30.469,-1.386],[7.563,-37.986],[0.357,21.69],[-28.701,0.376],[-18.86,-44.681],[-0.619,-70.941],[5.425,67.887]],"v":[[-108.72,-56.979],[-38.469,-28.614],[13.03,-70.093],[-15.799,-75.093],[-42.799,-34.876],[-88.835,-64.276],[-75.881,-222.059],[-157.925,-219.887]],"c":true}],"e":[{"i":[[-53.78,-28.521],[-22.758,27.627],[-2.03,29.593],[-9.701,-42.407],[18.843,-21.158],[24.835,22.276],[0.381,58.059],[-3.075,-77.113]],"o":[[46.72,16.479],[15.97,-19.386],[4.156,-60.565],[8.416,36.787],[-17.701,19.876],[-33.665,-24.724],[-0.619,-71.441],[5.925,69.887]],"v":[[-86.72,-18.479],[10.03,-38.114],[34.03,-112.593],[-5.299,-115.593],[-1.799,-36.876],[-79.335,-34.276],[-89.381,-180.059],[-151.425,-176.887]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[-53.78,-28.521],[-22.758,27.627],[-2.03,29.593],[-9.701,-42.407],[18.843,-21.158],[24.835,22.276],[0.381,58.059],[-3.075,-77.113]],"o":[[46.72,16.479],[15.97,-19.386],[4.156,-60.565],[8.416,36.787],[-17.701,19.876],[-33.665,-24.724],[-0.619,-71.441],[5.925,69.887]],"v":[[-86.72,-18.479],[10.03,-38.114],[34.03,-112.593],[-5.299,-115.593],[-1.799,-36.876],[-79.335,-34.276],[-89.381,-180.059],[-151.425,-176.887]],"c":true}],"e":[{"i":[[-27.78,-1.521],[-5.637,50.386],[10.929,53.643],[-46.701,-60.407],[-7.299,-27.376],[29.335,8.276],[12.381,7.059],[-32.575,-16.613]],"o":[[41.72,-3.521],[5.47,-48.886],[-19.03,-93.407],[59.837,77.398],[7.299,27.376],[-18.665,-4.224],[-30.619,-16.441],[28.425,13.387]],"v":[[-13.72,0.521],[59.53,-87.614],[38.03,-221.593],[-45.299,-210.593],[25.701,-91.876],[-23.335,-35.276],[-58.381,-51.059],[-78.925,-12.387]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[-27.78,-1.521],[-5.637,50.386],[10.929,53.643],[-46.701,-60.407],[-7.299,-27.376],[29.335,8.276],[12.381,7.059],[-32.575,-16.613]],"o":[[41.72,-3.521],[5.47,-48.886],[-19.03,-93.407],[59.837,77.398],[7.299,27.376],[-18.665,-4.224],[-30.619,-16.441],[28.425,13.387]],"v":[[-13.72,0.521],[59.53,-87.614],[38.03,-221.593],[-45.299,-210.593],[25.701,-91.876],[-23.335,-35.276],[-58.381,-51.059],[-78.925,-12.387]],"c":true}],"e":[{"i":[[-25.259,-0.541],[-2.004,46.147],[-9.933,16.74],[19.532,-45.096],[-2.595,-9.734],[25.033,2.943],[10.438,6.793],[-26.075,-16.613]],"o":[[46.57,-1.252],[1.945,-17.382],[16.725,-28.185],[-13.825,31.919],[2.595,26.673],[-14.619,-1.502],[-20.619,-14.941],[19.452,10.99]],"v":[[-8.553,7.132],[57.919,-78.27],[67.275,-217.815],[16.468,-227.904],[15.712,-85.431],[-13.335,-32.854],[-47.381,-45.059],[-67.925,-6.387]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":21,"s":[{"i":[[-25.259,-0.541],[-2.004,46.147],[-9.933,16.74],[19.532,-45.096],[-2.595,-9.734],[25.033,2.943],[10.438,6.793],[-26.075,-16.613]],"o":[[46.57,-1.252],[1.945,-17.382],[16.725,-28.185],[-13.825,31.919],[2.595,26.673],[-14.619,-1.502],[-20.619,-14.941],[19.452,10.99]],"v":[[-8.553,7.132],[57.919,-78.27],[67.275,-217.815],[16.468,-227.904],[15.712,-85.431],[-13.335,-32.854],[-47.381,-45.059],[-67.925,-6.387]],"c":true}],"e":[{"i":[[-24.441,-0.223],[-0.825,44.771],[3.765,7.076],[-7.782,-15.867],[-1.069,-4.008],[23.637,1.212],[9.807,6.707],[-10.737,-6.841]],"o":[[48.144,-0.516],[0.801,-7.157],[-12.249,-23.021],[6.307,12.86],[1.069,26.444],[-13.306,-0.618],[-8.49,-6.152],[16.54,10.212]],"v":[[-16.004,4.714],[57.397,-75.237],[33.249,-218.979],[-15.218,-223.133],[12.471,-83.34],[-19.217,-36.632],[-65.851,-55.588],[-86.396,-16.917]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":23,"s":[{"i":[[-24.441,-0.223],[-0.825,44.771],[3.765,7.076],[-7.782,-15.867],[-1.069,-4.008],[23.637,1.212],[9.807,6.707],[-10.737,-6.841]],"o":[[48.144,-0.516],[0.801,-7.157],[-12.249,-23.021],[6.307,12.86],[1.069,26.444],[-13.306,-0.618],[-8.49,-6.152],[16.54,10.212]],"v":[[-16.004,4.714],[57.397,-75.237],[33.249,-218.979],[-15.218,-223.133],[12.471,-83.34],[-19.217,-36.632],[-65.851,-55.588],[-86.396,-16.917]],"c":true}],"e":[{"i":[[-23.868,0],[0,43.808],[0,0],[0,0],[0,0],[22.659,0],[9.366,6.647],[0,0]],"o":[[49.246,0],[0,0],[0,0],[0,0],[0,26.285],[-12.387,0],[0,0],[14.502,9.668]],"v":[[-21.22,3.021],[57.03,-73.114],[57.03,-226.593],[10.201,-226.593],[10.201,-81.876],[-23.335,-39.276],[-58.381,-51.059],[-78.925,-12.387]],"c":true}]},{"t":25}]},"nm":"J"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"J"}],"ip":1,"op":29,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":1,"nm":"ResizerTemp","parent":16,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[19,25.5,0]},"a":{"k":[250,300,0]},"s":{"k":[7.5,7.5,100]}},"ao":0,"sw":500,"sh":600,"sc":"#ffffff","ip":0,"op":29,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":1,"nm":"White Solid 23","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[40,50,0]},"a":{"k":[20,25,0]},"s":{"k":[200,200,100]}},"ao":0,"sw":40,"sh":50,"sc":"#ffffff","ip":0,"op":29,"st":0,"bm":0,"sr":1}],"v":"4.4.26","ddd":0,"ip":0,"op":29,"fr":25,"w":80,"h":100} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Mobilo/K.json b/ohos/flutter_lottie/assets/Mobilo/K.json new file mode 100644 index 0000000000000000000000000000000000000000..3e447b81c2872b336e5ee6d48b068445e6269435 --- /dev/null +++ b/ohos/flutter_lottie/assets/Mobilo/K.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"K","parent":21,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[114.5,0],[5.434,-126.59],[103.926,-226.593],[71.221,-226.593],[43.199,-226.593],[-38.374,-138.675],[-38.374,-226.593],[-62.78,-226.593],[-85.506,-226.593],[-85.506,-146.896],[-85.506,0],[-62.03,0],[-38.374,0],[-38.374,-109.671],[51.659,0],[80.338,0]],"c":true}},"nm":"K"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"K"}],"ip":25,"op":35,"st":2,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"speed_line_4","parent":21,"ks":{"o":{"k":100},"r":{"k":-23},"p":{"k":[150,288,0]},"a":{"k":[-100,-12,0]},"s":{"k":[84,84,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-14.914,85.778]],"o":[[0,0],[16.074,-92.454]],"v":[[-38.075,76.348],[18.384,-37.812]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.932],"y":[0]},"n":["0_1_0p932_0"],"t":7,"s":[0],"e":[100]},{"t":13}],"ix":1},"e":{"k":[{"i":{"x":[0.229],"y":[1]},"o":{"x":[0.761],"y":[0]},"n":["0p229_1_0p761_0"],"t":5,"s":[0],"e":[100]},{"t":9}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":3},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,4],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":5,"op":31,"st":-15,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"speed_line_3","parent":21,"ks":{"o":{"k":100},"r":{"k":-23},"p":{"k":[145,283,0]},"a":{"k":[-100,-12,0]},"s":{"k":[84,84,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-22.836,154.762]],"o":[[0,0],[13.699,-92.836]],"v":[[-118.849,111.253],[16.275,-37.414]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.932],"y":[0]},"n":["0_1_0p932_0"],"t":6,"s":[0],"e":[100]},{"t":12}],"ix":1},"e":{"k":[{"i":{"x":[0.229],"y":[1]},"o":{"x":[0.761],"y":[0]},"n":["0p229_1_0p761_0"],"t":4,"s":[0],"e":[100]},{"t":8}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":3},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,4],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":4,"op":31,"st":-16,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"speed_shape","parent":21,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[0,0],[0,0],[0,0],[-0.093,-0.712],[-1.417,-8.102],[-2.524,-3.282],[0,5],[-4.679,0.78],[-1.25,-3.75],[-0.692,-2.78],[0,0],[-0.5,3.25],[0.619,2.663],[0,0],[-1.75,0],[0,-1.25],[0.25,3.25],[-1,0.25],[0,0]],"o":[[0,0],[0,0],[0,0],[0.362,2.757],[1.818,10.397],[5,6.5],[0,-5],[3,-0.5],[0.721,2.162],[0.509,2.043],[0,0],[0.272,-1.77],[-0.518,-2.227],[0,0],[1.75,0],[0,1.25],[-0.25,-3.25],[1,-0.25],[0,0]],"v":[[-139.5,-27.75],[-168.5,-18],[-174.75,-11],[-174.608,-9.896],[-171.803,8.51],[-165,33.5],[-160.5,25.5],[-163.5,-3],[-155.75,0.75],[-153.367,9.433],[-152.5,13],[-148.5,13.75],[-149.464,5.99],[-150.5,2],[-150,-3],[-147.5,0.5],[-144.5,3],[-145,-5.25],[-134,-8]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[5.153,-7.808],[6.299,-16.335],[0.803,-5.879],[-0.565,13.237],[-6.036,-5.491],[1.804,-3.517],[2.104,-4.648],[0,0],[-2.672,1.917],[-2.085,4.439],[0,0],[-1.225,-1.25],[0.497,-1.147],[-2.373,3.946],[-1.258,3.375],[0,0]],"o":[[0,0],[0,0],[0,0],[-4.425,6.705],[-3.315,8.598],[-1.134,8.309],[0.565,-13.237],[2.25,2.047],[-0.915,1.783],[-2.045,4.518],[0,0],[1.32,-0.947],[2.134,-4.543],[0,0],[1.225,1.25],[-3.204,7.4],[1.48,-2.462],[4.01,-10.756],[0,0]],"v":[[-138.517,-64.454],[-165.775,-78.347],[-175.15,-81.414],[-179.903,-71.442],[-194.412,-43.654],[-198.616,-23.809],[-192.252,-25.192],[-172.992,-64.279],[-171.247,-56.369],[-177.125,-47.283],[-179.474,-35.975],[-177.211,-32.592],[-172.41,-45.605],[-167.467,-51.493],[-163.545,-54.635],[-164.546,-47.9],[-163.482,-39.757],[-161.189,-48.138],[-143.527,-55.704]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[0,0],[0,0],[0,0],[5.153,-7.808],[6.299,-16.335],[0.803,-5.879],[-0.565,13.237],[-6.036,-5.491],[1.804,-3.517],[2.104,-4.648],[0,0],[-2.672,1.917],[-2.085,4.439],[0,0],[-1.225,-1.25],[0.497,-1.147],[-2.373,3.946],[-1.258,3.375],[0,0]],"o":[[0,0],[0,0],[0,0],[-4.425,6.705],[-3.315,8.598],[-1.134,8.309],[0.565,-13.237],[2.25,2.047],[-0.915,1.783],[-2.045,4.518],[0,0],[1.32,-0.947],[2.134,-4.543],[0,0],[1.225,1.25],[-3.204,7.4],[1.48,-2.462],[4.01,-10.756],[0,0]],"v":[[-138.517,-64.454],[-165.775,-78.347],[-175.15,-81.414],[-179.903,-71.442],[-194.412,-43.654],[-198.616,-23.809],[-192.252,-25.192],[-172.992,-64.279],[-171.247,-56.369],[-177.125,-47.283],[-179.474,-35.975],[-177.211,-32.592],[-172.41,-45.605],[-167.467,-51.493],[-163.545,-54.635],[-164.546,-47.9],[-163.482,-39.757],[-161.189,-48.138],[-143.527,-55.704]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[7.87,-5.059],[12.364,-12.395],[3.11,-5.053],[-7.48,10.936],[-3.301,-7.462],[3.072,-2.488],[3.803,-3.401],[0,0],[-3.219,0.674],[-3.701,3.217],[0,0],[-0.615,-1.638],[0.918,-0.848],[-3.765,2.65],[-2.515,2.578],[0,0]],"o":[[0,0],[0,0],[0,0],[-6.757,4.344],[-6.508,6.524],[-4.396,7.141],[8.467,-12.378],[1.23,2.781],[-1.558,1.261],[-3.697,3.306],[0,0],[1.591,-0.333],[3.788,-3.292],[0,0],[0.615,1.638],[-5.922,5.473],[2.349,-1.654],[8.016,-8.217],[0,0]],"v":[[-108.447,-80.311],[-127.763,-104.038],[-135.098,-110.632],[-143.477,-103.432],[-163.73,-87.631],[-175.097,-72.679],[-169.467,-73.622],[-140.05,-94.087],[-140.903,-87.647],[-148.701,-81.713],[-155.421,-74.319],[-154.718,-70.31],[-147.067,-76.772],[-139.415,-81.659],[-135.308,-81.448],[-138.946,-75.692],[-139.265,-71.064],[-135.779,-74.552],[-116.566,-74.334]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[0,0],[0,0],[0,0],[7.87,-5.059],[12.364,-12.395],[3.11,-5.053],[-7.48,10.936],[-3.301,-7.462],[3.072,-2.488],[3.803,-3.401],[0,0],[-3.219,0.674],[-3.701,3.217],[0,0],[-0.615,-1.638],[0.918,-0.848],[-3.765,2.65],[-2.515,2.578],[0,0]],"o":[[0,0],[0,0],[0,0],[-6.757,4.344],[-6.508,6.524],[-4.396,7.141],[8.467,-12.378],[1.23,2.781],[-1.558,1.261],[-3.697,3.306],[0,0],[1.591,-0.333],[3.788,-3.292],[0,0],[0.615,1.638],[-5.922,5.473],[2.349,-1.654],[8.016,-8.217],[0,0]],"v":[[-108.447,-80.311],[-127.763,-104.038],[-135.098,-110.632],[-143.477,-103.432],[-163.73,-87.631],[-175.097,-72.679],[-169.467,-73.622],[-140.05,-94.087],[-140.903,-87.647],[-148.701,-81.713],[-155.421,-74.319],[-154.718,-70.31],[-147.067,-76.772],[-139.415,-81.659],[-135.308,-81.448],[-138.946,-75.692],[-139.265,-71.064],[-135.779,-74.552],[-116.566,-74.334]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[9.114,-2.111],[4.496,-1.767],[4.801,-3.487],[-8.131,2.976],[-0.593,-8.138],[3.731,-1.307],[4.727,-1.92],[0,0],[-3.257,-0.45],[-4.569,1.781],[0,0],[-0.027,-1.75],[1.15,-0.489],[-4.438,1.227],[-3.237,1.58],[0,0]],"o":[[0,0],[0,0],[0,0],[-7.826,1.813],[-8.576,3.37],[-1.013,0.736],[8.408,-3.077],[0.221,3.033],[-1.892,0.663],[-4.595,1.867],[0,0],[1.61,0.223],[4.676,-1.823],[0,0],[0.027,1.75],[-7.42,3.157],[2.769,-0.765],[10.316,-5.035],[0,0]],"v":[[-100.914,-86.962],[-110.354,-116.06],[-112.038,-124.74],[-117.603,-123.535],[-140.746,-116.983],[-153.987,-110.236],[-148.369,-109.226],[-126.026,-110.582],[-127.249,-106.305],[-136.091,-103.346],[-140.16,-101.149],[-140.849,-97.138],[-136.217,-98.144],[-124.116,-100.167],[-123.446,-97.083],[-128.186,-95.39],[-131.608,-91.516],[-126.088,-93],[-110.572,-84.07]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[0,0],[0,0],[0,0],[9.114,-2.111],[4.496,-1.767],[4.801,-3.487],[-8.131,2.976],[-0.593,-8.138],[3.731,-1.307],[4.727,-1.92],[0,0],[-3.257,-0.45],[-4.569,1.781],[0,0],[-0.027,-1.75],[1.15,-0.489],[-4.438,1.227],[-3.237,1.58],[0,0]],"o":[[0,0],[0,0],[0,0],[-7.826,1.813],[-8.576,3.37],[-1.013,0.736],[8.408,-3.077],[0.221,3.033],[-1.892,0.663],[-4.595,1.867],[0,0],[1.61,0.223],[4.676,-1.823],[0,0],[0.027,1.75],[-7.42,3.157],[2.769,-0.765],[10.316,-5.035],[0,0]],"v":[[-100.914,-86.962],[-110.354,-116.06],[-112.038,-124.74],[-117.603,-123.535],[-140.746,-116.983],[-153.987,-110.236],[-148.369,-109.226],[-126.026,-110.582],[-127.249,-106.305],[-136.091,-103.346],[-140.16,-101.149],[-140.849,-97.138],[-136.217,-98.144],[-124.116,-100.167],[-123.446,-97.083],[-128.186,-95.39],[-131.608,-91.516],[-126.088,-93],[-110.572,-84.07]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[9.353,-0.233],[4.76,-0.826],[5.404,-2.449],[-8.564,1.279],[1.057,-8.091],[3.917,-0.529],[5.016,-0.93],[0,0],[-3.1,-1.097],[-4.834,0.825],[0,0],[0.326,-1.719],[1.225,-0.248],[-4.594,0.308],[-3.489,0.896],[0,0]],"o":[[0,0],[0,0],[0,0],[-8.031,0.2],[-9.079,1.575],[-1.14,0.517],[8.855,-1.322],[-0.394,3.016],[-1.986,0.268],[-4.877,0.904],[0,0],[1.532,0.542],[4.948,-0.845],[0,0],[-0.326,1.719],[-7.904,1.599],[2.867,-0.192],[11.118,-2.856],[0,0]],"v":[[-72.835,-88.484],[-76.225,-118.887],[-76.127,-127.728],[-81.821,-127.668],[-105.809,-125.908],[-120.137,-121.964],[-114.837,-119.844],[-92.679,-116.675],[-94.738,-112.732],[-103.995,-111.614],[-108.422,-110.28],[-109.904,-106.49],[-105.165,-106.543],[-92.904,-106.089],[-92.868,-102.934],[-97.852,-102.229],[-101.984,-99.123],[-96.278,-99.466],[-82.878,-87.595]],"c":true}]},{"t":24}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":20,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"front_arm_circle","parent":21,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[110.812,224.062,0],"e":[90.562,191.812,0],"to":[-3.375,-5.375,0],"ti":[5.125,6.95833349227905,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[90.562,191.812,0],"e":[80.062,182.312,0],"to":[-5.125,-6.95833349227905,0],"ti":[3.70833325386047,1.08333337306976,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[80.062,182.312,0],"e":[68.312,185.312,0],"to":[-3.70833325386047,-1.08333337306976,0],"ti":[4.25,-0.58333331346512,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[68.312,185.312,0],"e":[54.562,185.812,0],"to":[-4.25,0.58333331346512,0],"ti":[3.29166674613953,-0.33333334326744,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[54.562,185.812,0],"e":[48.562,187.312,0],"to":[-3.29166674613953,0.33333334326744,0],"ti":[1.5,-0.29166665673256,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[48.562,187.312,0],"e":[45.562,187.562,0],"to":[-1.5,0.29166665673256,0],"ti":[0.58333331346512,-0.08333333581686,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[45.562,187.562,0],"e":[45.062,187.812,0],"to":[-0.58333331346512,0.08333333581686,0],"ti":[0.45833334326744,-0.125,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[45.062,187.812,0],"e":[42.812,188.312,0],"to":[-0.45833334326744,0.125,0],"ti":[0.625,-0.16666667163372,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[42.812,188.312,0],"e":[41.312,188.812,0],"to":[-0.625,0.16666667163372,0],"ti":[0.25,-0.08333333581686,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[41.312,188.812,0],"e":[41.312,188.812,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[41.312,188.812,0],"e":[49.312,187.812,0],"to":[1.33333337306976,-0.16666667163372,0],"ti":[-3.54166674613953,2.70833325386047,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[49.312,187.812,0],"e":[62.562,172.562,0],"to":[3.54166674613953,-2.70833325386047,0],"ti":[-8.125,3.45833325386047,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[62.562,172.562,0],"e":[98.062,167.062,0],"to":[8.125,-3.45833325386047,0],"ti":[-14.9166669845581,0.25,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[98.062,167.062,0],"e":[152.062,171.062,0],"to":[14.9166669845581,-0.25,0],"ti":[-20.7083339691162,-4.95833349227905,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[152.062,171.062,0],"e":[222.312,196.812,0],"to":[20.7083339691162,4.95833349227905,0],"ti":[-21.7083339691162,-15.2083330154419,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[222.312,196.812,0],"e":[282.312,262.312,0],"to":[21.7083339691162,15.2083330154419,0],"ti":[-10,-10.9166669845581,0]},{"t":20}]},"a":{"k":[-135.188,-77.188,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":3,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":17,"s":[100,100,100],"e":[36,36,100]},{"t":20}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[10.124,10.124]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-135.188,-77.188],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":3,"op":21,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"front_arm_shadow","parent":21,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[5.873,-7.421],[13.663,9.54],[0,0],[2.685,1.964],[0,0],[0,0],[0,0],[0,0]],"o":[[-5.873,7.421],[-24.846,-17.349],[0,0],[-5.471,-4.002],[0,0],[0,0],[0,0],[0,0]],"v":[[-81.754,-39.574],[-112.663,-54.29],[-133.659,-74.011],[-136.779,-80.248],[-145.752,-78.531],[-151.515,-86.093],[-162.715,-72.933],[-89.727,-22.924]],"c":true}],"e":[{"i":[[-3.58,-8.761],[10.739,-5.08],[0,0],[5.45,-2.22],[0,0],[0,0],[0,0],[0,0]],"o":[[3.58,8.761],[-53.129,25.134],[0,0],[-6.878,2.802],[0,0],[0,0],[0,0],[0,0]],"v":[[-78.248,-148.139],[-92.886,-129.231],[-153.671,-108.401],[-161.667,-112.771],[-165.846,-103.391],[-172.854,-101.012],[-166.89,-84.793],[-67.273,-125.05]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[-3.58,-8.761],[10.739,-5.08],[0,0],[5.45,-2.22],[0,0],[0,0],[0,0],[0,0]],"o":[[3.58,8.761],[-53.129,25.134],[0,0],[-6.878,2.802],[0,0],[0,0],[0,0],[0,0]],"v":[[-78.248,-148.139],[-92.886,-129.231],[-153.671,-108.401],[-161.667,-112.771],[-165.846,-103.391],[-172.854,-101.012],[-166.89,-84.793],[-67.273,-125.05]],"c":true}],"e":[{"i":[[-8.453,-4.255],[4.761,-10.884],[0,0],[2.651,-5.253],[0,0],[0,0],[0,0],[0,0]],"o":[[8.453,4.255],[-23.554,53.848],[0,0],[-3.346,6.63],[0,0],[0,0],[0,0],[0,0]],"v":[[-136.326,-202.22],[-134.946,-178.348],[-167.1,-122.717],[-176,-120.76],[-172.989,-110.942],[-176.712,-104.546],[-161.562,-96.233],[-112.885,-192.018]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[-8.453,-4.255],[4.761,-10.884],[0,0],[2.651,-5.253],[0,0],[0,0],[0,0],[0,0]],"o":[[8.453,4.255],[-23.554,53.848],[0,0],[-3.346,6.63],[0,0],[0,0],[0,0],[0,0]],"v":[[-136.326,-202.22],[-134.946,-178.348],[-167.1,-122.717],[-176,-120.76],[-172.989,-110.942],[-176.712,-104.546],[-161.562,-96.233],[-112.885,-192.018]],"c":true}],"e":[{"i":[[-9.25,-2],[2.32,-11.651],[0,0],[1.25,-5.75],[0,0],[0,0],[0,0],[0,0]],"o":[[9.25,2],[-11,55.25],[0,0],[-1.578,7.257],[0,0],[0,0],[0,0],[0,0]],"v":[[-174.25,-202.25],[-165.5,-179.25],[-179.75,-120.75],[-187.875,-116.625],[-182.5,-107.875],[-184.5,-100.75],[-167.75,-96.5],[-145.75,-196.75]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[-9.25,-2],[2.32,-11.651],[0,0],[1.25,-5.75],[0,0],[0,0],[0,0],[0,0]],"o":[[9.25,2],[-11,55.25],[0,0],[-1.578,7.257],[0,0],[0,0],[0,0],[0,0]],"v":[[-174.25,-202.25],[-165.5,-179.25],[-179.75,-120.75],[-187.875,-116.625],[-182.5,-107.875],[-184.5,-100.75],[-167.75,-96.5],[-145.75,-196.75]],"c":true}],"e":[{"i":[[-9.462,-0.166],[0.013,-11.88],[0,0],[0.047,-7.622],[0,0],[0,0],[0,0],[0,0]],"o":[[9.462,0.166],[-0.063,56.334],[0,0],[-0.051,8.187],[0,0],[0,0],[0,0],[0,0]],"v":[[-207.479,-198.237],[-191.591,-180.015],[-194.78,-121.311],[-202.699,-114.937],[-196.478,-106.647],[-198.056,-100.519],[-180.8,-99.602],[-178.683,-202.216]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[-9.462,-0.166],[0.013,-11.88],[0,0],[0.047,-7.622],[0,0],[0,0],[0,0],[0,0]],"o":[[9.462,0.166],[-0.063,56.334],[0,0],[-0.051,8.187],[0,0],[0,0],[0,0],[0,0]],"v":[[-207.479,-198.237],[-191.591,-180.015],[-194.78,-121.311],[-202.699,-114.937],[-196.478,-106.647],[-198.056,-100.519],[-180.8,-99.602],[-178.683,-202.216]],"c":true}],"e":[{"i":[[-9.371,1.32],[-1.85,-11.735],[0,0],[-1.246,-7.743],[0,0],[0,0],[0,0],[0,0]],"o":[[9.371,-1.32],[8.773,55.647],[0,0],[1.301,8.083],[0,0],[0,0],[0,0],[0,0]],"v":[[-226.789,-193.027],[-206.24,-179.022],[-202.182,-120.044],[-209.004,-111.507],[-201.309,-105.546],[-202.157,-97.996],[-184.971,-99.797],[-198.973,-201.473]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[-9.371,1.32],[-1.85,-11.735],[0,0],[-1.246,-7.743],[0,0],[0,0],[0,0],[0,0]],"o":[[9.371,-1.32],[8.773,55.647],[0,0],[1.301,8.083],[0,0],[0,0],[0,0],[0,0]],"v":[[-226.789,-193.027],[-206.24,-179.022],[-202.182,-120.044],[-209.004,-111.507],[-201.309,-105.546],[-202.157,-97.996],[-184.971,-99.797],[-198.973,-201.473]],"c":true}],"e":[{"i":[[-9.262,1.945],[-2.633,-11.584],[0,0],[-1.762,-7.642],[0,0],[0,0],[0,0],[0,0]],"o":[[9.262,-1.945],[12.484,54.934],[0,0],[1.84,7.978],[0,0],[0,0],[0,0],[0,0]],"v":[[-234.849,-191.185],[-213.406,-178.589],[-205.404,-120.016],[-211.638,-111.041],[-203.561,-105.609],[-203.901,-98.019],[-186.874,-100.968],[-207.662,-201.477]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[-9.262,1.945],[-2.633,-11.584],[0,0],[-1.762,-7.642],[0,0],[0,0],[0,0],[0,0]],"o":[[9.262,-1.945],[12.484,54.934],[0,0],[1.84,7.978],[0,0],[0,0],[0,0],[0,0]],"v":[[-234.849,-191.185],[-213.406,-178.589],[-205.404,-120.016],[-211.638,-111.041],[-203.561,-105.609],[-203.901,-98.019],[-186.874,-100.968],[-207.662,-201.477]],"c":true}],"e":[{"i":[[-9.221,2.13],[-2.863,-11.529],[0,0],[-1.915,-7.605],[0,0],[0,0],[0,0],[0,0]],"o":[[9.221,-2.13],[13.579,54.673],[0,0],[1.999,7.939],[0,0],[0,0],[0,0],[0,0]],"v":[[-236.395,-190.571],[-215.706,-178.656],[-205.535,-120.004],[-211.588,-110.906],[-203.404,-105.637],[-203.592,-98.042],[-186.627,-101.331],[-209.419,-201.403]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[-9.221,2.13],[-2.863,-11.529],[0,0],[-1.915,-7.605],[0,0],[0,0],[0,0],[0,0]],"o":[[9.221,-2.13],[13.579,54.673],[0,0],[1.999,7.939],[0,0],[0,0],[0,0],[0,0]],"v":[[-236.395,-190.571],[-215.706,-178.656],[-205.535,-120.004],[-211.588,-110.906],[-203.404,-105.637],[-203.592,-98.042],[-186.627,-101.331],[-209.419,-201.403]],"c":true}],"e":[{"i":[[-9.002,2.921],[-3.851,-11.238],[0,0],[-2.566,-7.411],[0,0],[0,0],[0,0],[0,0]],"o":[[9.002,-2.921],[18.264,53.292],[0,0],[2.679,7.736],[0,0],[0,0],[0,0],[0,0]],"v":[[-245.549,-186.774],[-222.887,-176.534],[-208.692,-119.146],[-213.935,-109.558],[-205.325,-105.017],[-204.854,-97.435],[-188.238,-102.181],[-219.613,-199.903]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[-9.002,2.921],[-3.851,-11.238],[0,0],[-2.566,-7.411],[0,0],[0,0],[0,0],[0,0]],"o":[[9.002,-2.921],[18.264,53.292],[0,0],[2.679,7.736],[0,0],[0,0],[0,0],[0,0]],"v":[[-245.549,-186.774],[-222.887,-176.534],[-208.692,-119.146],[-213.935,-109.558],[-205.325,-105.017],[-204.854,-97.435],[-188.238,-102.181],[-219.613,-199.903]],"c":true}],"e":[{"i":[[-8.894,3.234],[-4.242,-11.096],[0,0],[-2.824,-7.316],[0,0],[0,0],[0,0],[0,0]],"o":[[8.894,-3.234],[20.118,52.62],[0,0],[2.948,7.638],[0,0],[0,0],[0,0],[0,0]],"v":[[-249.894,-184.905],[-229.138,-175.215],[-210.692,-118.609],[-215.595,-108.843],[-206.832,-104.606],[-206.096,-97.045],[-189.656,-102.37],[-224.434,-198.934]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[-8.894,3.234],[-4.242,-11.096],[0,0],[-2.824,-7.316],[0,0],[0,0],[0,0],[0,0]],"o":[[8.894,-3.234],[20.118,52.62],[0,0],[2.948,7.638],[0,0],[0,0],[0,0],[0,0]],"v":[[-249.894,-184.905],[-229.138,-175.215],[-210.692,-118.609],[-215.595,-108.843],[-206.832,-104.606],[-206.096,-97.045],[-189.656,-102.37],[-224.434,-198.934]],"c":true}],"e":[{"i":[[-8.894,3.234],[-4.242,-11.096],[0,0],[-2.824,-7.316],[0,0],[0,0],[0,0],[0,0]],"o":[[8.894,-3.234],[20.118,52.62],[0,0],[2.948,7.638],[0,0],[0,0],[0,0],[0,0]],"v":[[-249.894,-184.905],[-229.138,-175.215],[-210.692,-118.609],[-215.595,-108.843],[-206.832,-104.606],[-206.096,-97.045],[-189.656,-102.37],[-224.434,-198.934]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[-8.894,3.234],[-4.242,-11.096],[0,0],[-2.824,-7.316],[0,0],[0,0],[0,0],[0,0]],"o":[[8.894,-3.234],[20.118,52.62],[0,0],[2.948,7.638],[0,0],[0,0],[0,0],[0,0]],"v":[[-249.894,-184.905],[-229.138,-175.215],[-210.692,-118.609],[-215.595,-108.843],[-206.832,-104.606],[-206.096,-97.045],[-189.656,-102.37],[-224.434,-198.934]],"c":true}],"e":[{"i":[[-9.002,2.921],[-3.851,-11.238],[0,0],[-2.566,-7.411],[0,0],[0,0],[0,0],[0,0]],"o":[[9.002,-2.921],[18.264,53.292],[0,0],[2.679,7.736],[0,0],[0,0],[0,0],[0,0]],"v":[[-239.799,-187.274],[-214.637,-178.284],[-202.942,-119.646],[-208.185,-110.058],[-199.575,-105.517],[-199.104,-97.935],[-182.488,-102.681],[-204.613,-201.903]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[-9.002,2.921],[-3.851,-11.238],[0,0],[-2.566,-7.411],[0,0],[0,0],[0,0],[0,0]],"o":[[9.002,-2.921],[18.264,53.292],[0,0],[2.679,7.736],[0,0],[0,0],[0,0],[0,0]],"v":[[-239.799,-187.274],[-214.637,-178.284],[-202.942,-119.646],[-208.185,-110.058],[-199.575,-105.517],[-199.104,-97.935],[-182.488,-102.681],[-204.613,-201.903]],"c":true}],"e":[{"i":[[-9.454,0.426],[-0.729,-11.857],[0,0],[-0.506,-7.826],[0,0],[0,0],[0,0],[0,0]],"o":[[9.454,-0.426],[3.458,56.228],[0,0],[0.529,8.17],[0,0],[0,0],[0,0],[0,0]],"v":[[-204.322,-210.091],[-182.451,-194.742],[-186.745,-135.104],[-194.345,-127.252],[-187.251,-120.588],[-188.81,-113.153],[-171.53,-113.316],[-166.515,-214.852]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[-9.454,0.426],[-0.729,-11.857],[0,0],[-0.506,-7.826],[0,0],[0,0],[0,0],[0,0]],"o":[[9.454,-0.426],[3.458,56.228],[0,0],[0.529,8.17],[0,0],[0,0],[0,0],[0,0]],"v":[[-204.322,-210.091],[-182.451,-194.742],[-186.745,-135.104],[-194.345,-127.252],[-187.251,-120.588],[-188.81,-113.153],[-171.53,-113.316],[-166.515,-214.852]],"c":true}],"e":[{"i":[[-8.624,-3.898],[4.714,-10.904],[0,0],[3.555,-7.081],[0,0],[0,0],[0,0],[0,0]],"o":[[8.624,3.898],[-22.355,51.709],[0,0],[-2.364,4.71],[0,0],[0,0],[0,0],[0,0]],"v":[[-129.974,-213.558],[-117.413,-189.975],[-148.224,-138.733],[-158.305,-135.669],[-155.242,-126.016],[-157.247,-119.341],[-144.513,-112.419],[-94.103,-200.699]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[-8.624,-3.898],[4.714,-10.904],[0,0],[3.555,-7.081],[0,0],[0,0],[0,0],[0,0]],"o":[[8.624,3.898],[-22.355,51.709],[0,0],[-2.364,4.71],[0,0],[0,0],[0,0],[0,0]],"v":[[-129.974,-213.558],[-117.413,-189.975],[-148.224,-138.733],[-158.305,-135.669],[-155.242,-126.016],[-157.247,-119.341],[-144.513,-112.419],[-94.103,-200.699]],"c":true}],"e":[{"i":[[-4.376,-8.391],[10.442,-5.665],[0,0],[7.169,-3.375],[0,0],[0,0],[0,0],[0,0]],"o":[[4.376,8.391],[-49.516,26.866],[0,0],[-4.768,2.245],[0,0],[0,0],[0,0],[0,0]],"v":[[-30.646,-177.528],[-35.33,-151.222],[-91.209,-129.945],[-101.029,-133.76],[-104.582,-124.276],[-110.281,-120.264],[-104.54,-106.956],[-10.373,-145.262]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[-4.376,-8.391],[10.442,-5.665],[0,0],[7.169,-3.375],[0,0],[0,0],[0,0],[0,0]],"o":[[4.376,8.391],[-49.516,26.866],[0,0],[-4.768,2.245],[0,0],[0,0],[0,0],[0,0]],"v":[[-30.646,-177.528],[-35.33,-151.222],[-91.209,-129.945],[-101.029,-133.76],[-104.582,-124.276],[-110.281,-120.264],[-104.54,-106.956],[-10.373,-145.262]],"c":true}],"e":[{"i":[[8.249,-4.639],[5.993,10.257],[0,0],[3.6,7.059],[0,0],[0,0],[0,0],[0,0]],"o":[[-8.249,4.639],[-28.418,-48.641],[0,0],[-2.394,-4.695],[0,0],[0,0],[0,0],[0,0]],"v":[[35.023,-10.832],[-0.918,-41.681],[-23.952,-96.859],[-21.449,-105.796],[-30.04,-110.047],[-34.23,-115.616],[-47.351,-109.457],[1.414,2.451]],"c":true}]},{"t":19}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[3.25,-3.25],[-1.5,-1.5],[0,0],[-3,1.75],[1,6],[3.75,3],[2.25,1.75]],"o":[[-8.31,8.31],[1.5,1.5],[0,0],[3,-1.75],[-1,-6],[-3.75,-3],[-2.25,-1.75]],"v":[[-145,-85.5],[-132,-62.25],[-92.25,-35.25],[-85.5,-35],[-83,-45.25],[-103,-66],[-132.75,-85.25]],"c":true}],"e":[{"i":[[-1.418,-6.519],[-2.095,0.335],[0,0],[-1.03,3.317],[7.376,-0.043],[4.629,-1.277],[2.737,-0.796]],"o":[[2.55,11.721],[2.095,-0.335],[0,0],[2.78,-8.956],[-13.885,0.082],[-4.629,1.277],[-2.737,0.796]],"v":[[-171.082,-104.481],[-149.376,-100.12],[-100.942,-116.224],[-83.03,-126.794],[-93.365,-138.582],[-130.651,-128.306],[-165.943,-115.005]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[-1.418,-6.519],[-2.095,0.335],[0,0],[-1.03,3.317],[7.376,-0.043],[4.629,-1.277],[2.737,-0.796]],"o":[[2.55,11.721],[2.095,-0.335],[0,0],[2.78,-8.956],[-13.885,0.082],[-4.629,1.277],[-2.737,0.796]],"v":[[-171.082,-104.481],[-149.376,-100.12],[-100.942,-116.224],[-83.03,-126.794],[-93.365,-138.582],[-130.651,-128.306],[-165.943,-115.005]],"c":true}],"e":[{"i":[[-6.347,-3.45],[-1.358,1.629],[0,0],[0.758,4.423],[6.045,-6.739],[2.649,-4.006],[1.54,-2.399]],"o":[[8.69,4.723],[1.358,-1.629],[0,0],[-1.584,-9.242],[-9.272,10.337],[-2.649,4.006],[-1.54,2.399]],"v":[[-175.44,-108.723],[-160.468,-110.957],[-134.807,-165.182],[-125.008,-191.923],[-142.795,-192.261],[-163.137,-155.756],[-180.237,-121.782]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[-6.347,-3.45],[-1.358,1.629],[0,0],[0.758,4.423],[6.045,-6.739],[2.649,-4.006],[1.54,-2.399]],"o":[[8.69,4.723],[1.358,-1.629],[0,0],[-1.584,-9.242],[-9.272,10.337],[-2.649,4.006],[-1.54,2.399]],"v":[[-175.44,-108.723],[-160.468,-110.957],[-134.807,-165.182],[-125.008,-191.923],[-142.795,-192.261],[-163.137,-155.756],[-180.237,-121.782]],"c":true}],"e":[{"i":[[-7.074,-1.466],[-0.829,1.953],[0,0],[2.005,4.014],[2.765,-8.435],[1.675,-10.764],[0.214,-7.483]],"o":[[9.685,2.007],[0.829,-1.953],[0,0],[-4.191,-8.389],[-4.326,13.195],[-0.739,4.745],[-0.081,2.849]],"v":[[-182.844,-104.905],[-170.658,-113.625],[-161.034,-168.456],[-158.142,-192.638],[-178.765,-190.565],[-186.675,-154.236],[-191.464,-117.267]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[-7.074,-1.466],[-0.829,1.953],[0,0],[2.005,4.014],[2.765,-8.435],[1.675,-10.764],[0.214,-7.483]],"o":[[9.685,2.007],[0.829,-1.953],[0,0],[-4.191,-8.389],[-4.326,13.195],[-0.739,4.745],[-0.081,2.849]],"v":[[-182.844,-104.905],[-170.658,-113.625],[-161.034,-168.456],[-158.142,-192.638],[-178.765,-190.565],[-186.675,-154.236],[-191.464,-117.267]],"c":true}],"e":[{"i":[[-7.206,-0.512],[-0.562,2.046],[0,0],[3.43,4.838],[1.345,-10.209],[0.228,-10.892],[-0.784,-7.444]],"o":[[9.866,0.701],[0.562,-2.046],[0,0],[-6.288,-8.868],[-1.814,13.767],[-0.101,4.801],[0.298,2.835]],"v":[[-195.991,-103.35],[-184.324,-113.113],[-183.83,-166.987],[-186.43,-189.838],[-204.345,-185.541],[-206.352,-150.982],[-205.429,-113.955]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[-7.206,-0.512],[-0.562,2.046],[0,0],[3.43,4.838],[1.345,-10.209],[0.228,-10.892],[-0.784,-7.444]],"o":[[9.866,0.701],[0.562,-2.046],[0,0],[-6.288,-8.868],[-1.814,13.767],[-0.101,4.801],[0.298,2.835]],"v":[[-195.991,-103.35],[-184.324,-113.113],[-183.83,-166.987],[-186.43,-189.838],[-204.345,-185.541],[-206.352,-150.982],[-205.429,-113.955]],"c":true}],"e":[{"i":[[-7.217,0.32],[0.008,2.121],[0,0],[4.098,5.87],[-0.6,-8.708],[-1.025,-10.846],[-0.739,-7.449]],"o":[[9.881,-0.438],[-0.061,-16.105],[0,0],[-6.223,-8.914],[0.83,12.047],[0.452,4.781],[0.502,5.056]],"v":[[-200.158,-101.105],[-189.439,-112.645],[-195.139,-165.218],[-202.348,-185.37],[-219.4,-179.792],[-216.422,-147.982],[-210.752,-109.306]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[-7.217,0.32],[0.008,2.121],[0,0],[4.098,5.87],[-0.6,-8.708],[-1.025,-10.846],[-0.739,-7.449]],"o":[[9.881,-0.438],[-0.061,-16.105],[0,0],[-6.223,-8.914],[0.83,12.047],[0.452,4.781],[0.502,5.056]],"v":[[-200.158,-101.105],[-189.439,-112.645],[-195.139,-165.218],[-202.348,-185.37],[-219.4,-179.792],[-216.422,-147.982],[-210.752,-109.306]],"c":true}],"e":[{"i":[[-7.206,0.52],[0.067,2.12],[0,0],[4.259,5.754],[-0.841,-8.688],[-1.325,-10.813],[-0.945,-7.426]],"o":[[9.865,-0.711],[-0.507,-16.097],[0,0],[-6.467,-8.738],[1.164,12.02],[0.584,4.767],[0.642,5.04]],"v":[[-203.419,-101.139],[-193.024,-112.971],[-200.179,-165.367],[-207.944,-185.31],[-224.835,-179.262],[-220.976,-147.546],[-214.236,-109.043]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[-7.206,0.52],[0.067,2.12],[0,0],[4.259,5.754],[-0.841,-8.688],[-1.325,-10.813],[-0.945,-7.426]],"o":[[9.865,-0.711],[-0.507,-16.097],[0,0],[-6.467,-8.738],[1.164,12.02],[0.584,4.767],[0.642,5.04]],"v":[[-203.419,-101.139],[-193.024,-112.971],[-200.179,-165.367],[-207.944,-185.31],[-224.835,-179.262],[-220.976,-147.546],[-214.236,-109.043]],"c":true}],"e":[{"i":[[-7.179,0.806],[0.151,2.116],[0,0],[4.484,5.58],[-1.409,-8.549],[-1.754,-10.752],[-1.24,-7.382]],"o":[[9.829,-1.103],[-1.146,-16.064],[0,0],[-6.81,-8.474],[1.964,11.915],[0.773,4.74],[0.841,5.011]],"v":[[-203.087,-99.991],[-193.171,-112.227],[-202.403,-165.297],[-210.954,-184.166],[-227.591,-177.451],[-222.475,-146.664],[-214.71,-107.959]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[-7.179,0.806],[0.151,2.116],[0,0],[4.484,5.58],[-1.409,-8.549],[-1.754,-10.752],[-1.24,-7.382]],"o":[[9.829,-1.103],[-1.146,-16.064],[0,0],[-6.81,-8.474],[1.964,11.915],[0.773,4.74],[0.841,5.011]],"v":[[-203.087,-99.991],[-193.171,-112.227],[-202.403,-165.297],[-210.954,-184.166],[-227.591,-177.451],[-222.475,-146.664],[-214.71,-107.959]],"c":true}],"e":[{"i":[[-7.084,1.419],[0.332,2.095],[0,0],[4.947,5.174],[-2.138,-8.396],[-2.671,-10.562],[-1.869,-7.248]],"o":[[9.698,-1.943],[-2.522,-15.906],[0,0],[-7.512,-7.858],[2.98,11.702],[1.177,4.656],[1.269,4.92]],"v":[[-204.322,-99.732],[-195.994,-112.524],[-206.751,-162.105],[-217.392,-183.42],[-233.141,-175.3],[-226.149,-145.316],[-216.586,-106.672]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[-7.084,1.419],[0.332,2.095],[0,0],[4.947,5.174],[-2.138,-8.396],[-2.671,-10.562],[-1.869,-7.248]],"o":[[9.698,-1.943],[-2.522,-15.906],[0,0],[-7.512,-7.858],[2.98,11.702],[1.177,4.656],[1.269,4.92]],"v":[[-204.322,-99.732],[-195.994,-112.524],[-206.751,-162.105],[-217.392,-183.42],[-233.141,-175.3],[-226.149,-145.316],[-216.586,-106.672]],"c":true}],"e":[{"i":[[-6.921,2.071],[0.434,2.076],[0,0],[5.406,4.692],[-2.909,-8.161],[-3.64,-10.268],[-2.535,-7.043]],"o":[[9.476,-2.836],[-4.335,-20.721],[0,0],[-8.21,-7.126],[4.054,11.375],[1.605,4.526],[1.72,4.781]],"v":[[-204.769,-99.518],[-197.665,-114.279],[-211.732,-161.896],[-224.307,-182.13],[-238.733,-172.583],[-230.736,-143.878],[-217.625,-104.789]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[-6.921,2.071],[0.434,2.076],[0,0],[5.406,4.692],[-2.909,-8.161],[-3.64,-10.268],[-2.535,-7.043]],"o":[[9.476,-2.836],[-4.335,-20.721],[0,0],[-8.21,-7.126],[4.054,11.375],[1.605,4.526],[1.72,4.781]],"v":[[-204.769,-99.518],[-197.665,-114.279],[-211.732,-161.896],[-224.307,-182.13],[-238.733,-172.583],[-230.736,-143.878],[-217.625,-104.789]],"c":true}],"e":[{"i":[[-6.921,2.071],[0.434,2.076],[0,0],[5.406,4.692],[-2.909,-8.161],[-3.64,-10.268],[-2.535,-7.043]],"o":[[9.476,-2.836],[-4.335,-20.721],[0,0],[-8.21,-7.126],[4.054,11.375],[1.605,4.526],[1.72,4.781]],"v":[[-204.769,-99.518],[-197.665,-114.279],[-211.732,-161.896],[-224.307,-182.13],[-238.733,-172.583],[-230.736,-143.878],[-217.625,-104.789]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[-6.921,2.071],[0.434,2.076],[0,0],[5.406,4.692],[-2.909,-8.161],[-3.64,-10.268],[-2.535,-7.043]],"o":[[9.476,-2.836],[-4.335,-20.721],[0,0],[-8.21,-7.126],[4.054,11.375],[1.605,4.526],[1.72,4.781]],"v":[[-204.769,-99.518],[-197.665,-114.279],[-211.732,-161.896],[-224.307,-182.13],[-238.733,-172.583],[-230.736,-143.878],[-217.625,-104.789]],"c":true}],"e":[{"i":[[-7.07,1.484],[0.259,2.105],[0,0],[4.994,5.129],[-2.215,-8.376],[-2.768,-10.537],[-1.936,-7.231]],"o":[[9.68,-2.032],[-2.584,-21.011],[0,0],[-7.584,-7.788],[3.087,11.675],[1.22,4.645],[1.314,4.908]],"v":[[-197.364,-101.241],[-189.049,-115.356],[-199.079,-163.983],[-209.915,-185.199],[-225.09,-176.894],[-219.525,-147.62],[-209.733,-107.57]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[-7.07,1.484],[0.259,2.105],[0,0],[4.994,5.129],[-2.215,-8.376],[-2.768,-10.537],[-1.936,-7.231]],"o":[[9.68,-2.032],[-2.584,-21.011],[0,0],[-7.584,-7.788],[3.087,11.675],[1.22,4.645],[1.314,4.908]],"v":[[-197.364,-101.241],[-189.049,-115.356],[-199.079,-163.983],[-209.915,-185.199],[-225.09,-176.894],[-219.525,-147.62],[-209.733,-107.57]],"c":true}],"e":[{"i":[[-7.217,-0.324],[-0.274,2.104],[0,0],[3.559,6.211],[0.613,-8.642],[-0.055,-10.894],[-0.073,-7.485]],"o":[[9.881,0.444],[2.733,-20.992],[0,0],[-5.404,-9.433],[-0.889,12.53],[0.024,4.802],[0.049,5.081]],"v":[[-186.612,-115.355],[-175.042,-126.952],[-172.638,-176.545],[-176.845,-199.792],[-193.861,-195.53],[-196.516,-165.793],[-197.014,-124.317]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[-7.217,-0.324],[-0.274,2.104],[0,0],[3.559,6.211],[0.613,-8.642],[-0.055,-10.894],[-0.073,-7.485]],"o":[[9.881,0.444],[2.733,-20.992],[0,0],[-5.404,-9.433],[-0.889,12.53],[0.024,4.802],[0.049,5.081]],"v":[[-186.612,-115.355],[-175.042,-126.952],[-172.638,-176.545],[-176.845,-199.792],[-193.861,-195.53],[-196.516,-165.793],[-197.014,-124.317]],"c":true}],"e":[{"i":[[-6.318,-3.504],[-1.182,1.762],[0,0],[0.42,7.146],[4.397,-7.465],[4.802,-9.779],[3.268,-6.735]],"o":[[8.649,4.798],[11.795,-17.579],[0,0],[-0.638,-10.852],[-6.376,10.823],[-2.117,4.311],[-2.218,4.571]],"v":[[-155.667,-122.126],[-140.144,-127.357],[-115.907,-170.691],[-109.322,-193.379],[-126.456,-197.141],[-142.075,-171.697],[-160.991,-134.782]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[-6.318,-3.504],[-1.182,1.762],[0,0],[0.42,7.146],[4.397,-7.465],[4.802,-9.779],[3.268,-6.735]],"o":[[8.649,4.798],[11.795,-17.579],[0,0],[-0.638,-10.852],[-6.376,10.823],[-2.117,4.311],[-2.218,4.571]],"v":[[-155.667,-122.126],[-140.144,-127.357],[-115.907,-170.691],[-109.322,-193.379],[-126.456,-197.141],[-142.075,-171.697],[-160.991,-134.782]],"c":true}],"e":[{"i":[[-2.54,-6.763],[-2.042,0.575],[0,0],[-4.312,5.715],[8.187,-2.835],[9.995,-4.334],[6.854,-3.011]],"o":[[3.478,9.259],[20.375,-5.742],[0,0],[6.547,-8.678],[-11.87,4.11],[-4.406,1.911],[-4.652,2.044]],"v":[[-107.578,-124.427],[-92.366,-118.35],[-45.824,-135.642],[-26.104,-149.153],[-36.964,-163.622],[-65.1,-153.369],[-103.43,-137.515]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[-2.54,-6.763],[-2.042,0.575],[0,0],[-4.312,5.715],[8.187,-2.835],[9.995,-4.334],[6.854,-3.011]],"o":[[3.478,9.259],[20.375,-5.742],[0,0],[6.547,-8.678],[-11.87,4.11],[-4.406,1.911],[-4.652,2.044]],"v":[[-107.578,-124.427],[-92.366,-118.35],[-45.824,-135.642],[-26.104,-149.153],[-36.964,-163.622],[-65.1,-153.369],[-103.43,-137.515]],"c":true}],"e":[{"i":[[6.684,-2.741],[-0.636,-2.024],[-2.747,-6.111],[-5.841,-4.139],[1.556,8.523],[4.632,9.86],[6.644,8.182]],"o":[[-9.151,3.753],[6.35,20.194],[4.291,9.546],[8.87,6.285],[-3.691,-20.222],[-2.042,-4.347],[-3.203,-3.945]],"v":[[-32.85,-114.437],[-37.719,-96.3],[-18.541,-49.796],[4.553,-17.489],[20.691,-27.278],[0.35,-76.094],[-18.644,-110.182]],"c":true}]},{"t":19}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":4,"op":20,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"front_arm","parent":21,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[3.25,-3.25],[-1.5,-1.5],[0,0],[-3,1.75],[1,6],[3.75,3],[2.25,1.75]],"o":[[-8.31,8.31],[1.5,1.5],[0,0],[3,-1.75],[-1,-6],[-3.75,-3],[-2.25,-1.75]],"v":[[-145,-85.5],[-132,-62.25],[-92.25,-35.25],[-85.5,-35],[-83,-45.25],[-103,-66],[-132.75,-85.25]],"c":true}],"e":[{"i":[[-1.418,-6.519],[-2.095,0.335],[0,0],[-1.03,3.317],[7.376,-0.043],[4.629,-1.277],[2.737,-0.796]],"o":[[2.55,11.721],[2.095,-0.335],[0,0],[2.78,-8.956],[-13.885,0.082],[-4.629,1.277],[-2.737,0.796]],"v":[[-171.082,-104.481],[-149.376,-100.12],[-100.942,-116.224],[-83.03,-126.794],[-93.365,-138.582],[-130.651,-128.306],[-165.943,-115.005]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[-1.418,-6.519],[-2.095,0.335],[0,0],[-1.03,3.317],[7.376,-0.043],[4.629,-1.277],[2.737,-0.796]],"o":[[2.55,11.721],[2.095,-0.335],[0,0],[2.78,-8.956],[-13.885,0.082],[-4.629,1.277],[-2.737,0.796]],"v":[[-171.082,-104.481],[-149.376,-100.12],[-100.942,-116.224],[-83.03,-126.794],[-93.365,-138.582],[-130.651,-128.306],[-165.943,-115.005]],"c":true}],"e":[{"i":[[-6.347,-3.45],[-1.358,1.629],[0,0],[0.758,4.423],[6.045,-6.739],[2.649,-4.006],[1.54,-2.399]],"o":[[8.69,4.723],[1.358,-1.629],[0,0],[-1.584,-9.242],[-9.272,10.337],[-2.649,4.006],[-1.54,2.399]],"v":[[-175.44,-108.723],[-160.468,-110.957],[-134.807,-165.182],[-125.008,-191.923],[-142.795,-192.261],[-163.137,-155.756],[-180.237,-121.782]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[-6.347,-3.45],[-1.358,1.629],[0,0],[0.758,4.423],[6.045,-6.739],[2.649,-4.006],[1.54,-2.399]],"o":[[8.69,4.723],[1.358,-1.629],[0,0],[-1.584,-9.242],[-9.272,10.337],[-2.649,4.006],[-1.54,2.399]],"v":[[-175.44,-108.723],[-160.468,-110.957],[-134.807,-165.182],[-125.008,-191.923],[-142.795,-192.261],[-163.137,-155.756],[-180.237,-121.782]],"c":true}],"e":[{"i":[[-7.074,-1.466],[-0.829,1.953],[0,0],[2.005,4.014],[2.765,-8.435],[1.675,-10.764],[0.214,-7.483]],"o":[[9.685,2.007],[0.829,-1.953],[0,0],[-4.191,-8.389],[-4.326,13.195],[-0.739,4.745],[-0.081,2.849]],"v":[[-182.844,-104.905],[-170.658,-113.625],[-161.034,-168.456],[-158.142,-192.638],[-178.765,-190.565],[-186.675,-154.236],[-191.464,-117.267]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[-7.074,-1.466],[-0.829,1.953],[0,0],[2.005,4.014],[2.765,-8.435],[1.675,-10.764],[0.214,-7.483]],"o":[[9.685,2.007],[0.829,-1.953],[0,0],[-4.191,-8.389],[-4.326,13.195],[-0.739,4.745],[-0.081,2.849]],"v":[[-182.844,-104.905],[-170.658,-113.625],[-161.034,-168.456],[-158.142,-192.638],[-178.765,-190.565],[-186.675,-154.236],[-191.464,-117.267]],"c":true}],"e":[{"i":[[-7.206,-0.512],[-0.562,2.046],[0,0],[3.43,4.838],[1.345,-10.209],[0.228,-10.892],[-0.784,-7.444]],"o":[[9.866,0.701],[0.562,-2.046],[0,0],[-6.288,-8.868],[-1.814,13.767],[-0.101,4.801],[0.298,2.835]],"v":[[-195.991,-103.35],[-184.324,-113.113],[-183.83,-166.987],[-186.43,-189.838],[-204.345,-185.541],[-206.352,-150.982],[-205.429,-113.955]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[-7.206,-0.512],[-0.562,2.046],[0,0],[3.43,4.838],[1.345,-10.209],[0.228,-10.892],[-0.784,-7.444]],"o":[[9.866,0.701],[0.562,-2.046],[0,0],[-6.288,-8.868],[-1.814,13.767],[-0.101,4.801],[0.298,2.835]],"v":[[-195.991,-103.35],[-184.324,-113.113],[-183.83,-166.987],[-186.43,-189.838],[-204.345,-185.541],[-206.352,-150.982],[-205.429,-113.955]],"c":true}],"e":[{"i":[[-7.217,0.32],[0.008,2.121],[0,0],[4.098,5.87],[-0.6,-8.708],[-1.025,-10.846],[-0.739,-7.449]],"o":[[9.881,-0.438],[-0.061,-16.105],[0,0],[-6.223,-8.914],[0.83,12.047],[0.452,4.781],[0.502,5.056]],"v":[[-200.158,-101.105],[-189.439,-112.645],[-195.139,-165.218],[-202.348,-185.37],[-219.4,-179.792],[-216.422,-147.982],[-210.752,-109.306]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[-7.217,0.32],[0.008,2.121],[0,0],[4.098,5.87],[-0.6,-8.708],[-1.025,-10.846],[-0.739,-7.449]],"o":[[9.881,-0.438],[-0.061,-16.105],[0,0],[-6.223,-8.914],[0.83,12.047],[0.452,4.781],[0.502,5.056]],"v":[[-200.158,-101.105],[-189.439,-112.645],[-195.139,-165.218],[-202.348,-185.37],[-219.4,-179.792],[-216.422,-147.982],[-210.752,-109.306]],"c":true}],"e":[{"i":[[-7.206,0.52],[0.067,2.12],[0,0],[4.259,5.754],[-0.841,-8.688],[-1.325,-10.813],[-0.945,-7.426]],"o":[[9.865,-0.711],[-0.507,-16.097],[0,0],[-6.467,-8.738],[1.164,12.02],[0.584,4.767],[0.642,5.04]],"v":[[-203.419,-101.139],[-193.024,-112.971],[-200.179,-165.367],[-207.944,-185.31],[-224.835,-179.262],[-220.976,-147.546],[-214.236,-109.043]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[-7.206,0.52],[0.067,2.12],[0,0],[4.259,5.754],[-0.841,-8.688],[-1.325,-10.813],[-0.945,-7.426]],"o":[[9.865,-0.711],[-0.507,-16.097],[0,0],[-6.467,-8.738],[1.164,12.02],[0.584,4.767],[0.642,5.04]],"v":[[-203.419,-101.139],[-193.024,-112.971],[-200.179,-165.367],[-207.944,-185.31],[-224.835,-179.262],[-220.976,-147.546],[-214.236,-109.043]],"c":true}],"e":[{"i":[[-7.179,0.806],[0.151,2.116],[0,0],[4.484,5.58],[-1.409,-8.549],[-1.754,-10.752],[-1.24,-7.382]],"o":[[9.829,-1.103],[-1.146,-16.064],[0,0],[-6.81,-8.474],[1.964,11.915],[0.773,4.74],[0.841,5.011]],"v":[[-203.087,-99.991],[-193.171,-112.227],[-202.403,-165.297],[-210.954,-184.166],[-227.591,-177.451],[-222.475,-146.664],[-214.71,-107.959]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[-7.179,0.806],[0.151,2.116],[0,0],[4.484,5.58],[-1.409,-8.549],[-1.754,-10.752],[-1.24,-7.382]],"o":[[9.829,-1.103],[-1.146,-16.064],[0,0],[-6.81,-8.474],[1.964,11.915],[0.773,4.74],[0.841,5.011]],"v":[[-203.087,-99.991],[-193.171,-112.227],[-202.403,-165.297],[-210.954,-184.166],[-227.591,-177.451],[-222.475,-146.664],[-214.71,-107.959]],"c":true}],"e":[{"i":[[-7.084,1.419],[0.332,2.095],[0,0],[4.947,5.174],[-2.138,-8.396],[-2.671,-10.562],[-1.869,-7.248]],"o":[[9.698,-1.943],[-2.522,-15.906],[0,0],[-7.512,-7.858],[2.98,11.702],[1.177,4.656],[1.269,4.92]],"v":[[-204.322,-99.732],[-195.994,-112.524],[-206.751,-162.105],[-217.392,-183.42],[-233.141,-175.3],[-226.149,-145.316],[-216.586,-106.672]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[-7.084,1.419],[0.332,2.095],[0,0],[4.947,5.174],[-2.138,-8.396],[-2.671,-10.562],[-1.869,-7.248]],"o":[[9.698,-1.943],[-2.522,-15.906],[0,0],[-7.512,-7.858],[2.98,11.702],[1.177,4.656],[1.269,4.92]],"v":[[-204.322,-99.732],[-195.994,-112.524],[-206.751,-162.105],[-217.392,-183.42],[-233.141,-175.3],[-226.149,-145.316],[-216.586,-106.672]],"c":true}],"e":[{"i":[[-6.921,2.071],[0.434,2.076],[0,0],[5.406,4.692],[-2.909,-8.161],[-3.64,-10.268],[-2.535,-7.043]],"o":[[9.476,-2.836],[-4.335,-20.721],[0,0],[-8.21,-7.126],[4.054,11.375],[1.605,4.526],[1.72,4.781]],"v":[[-204.769,-99.518],[-197.665,-114.279],[-211.732,-161.896],[-224.307,-182.13],[-238.733,-172.583],[-230.736,-143.878],[-217.625,-104.789]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[-6.921,2.071],[0.434,2.076],[0,0],[5.406,4.692],[-2.909,-8.161],[-3.64,-10.268],[-2.535,-7.043]],"o":[[9.476,-2.836],[-4.335,-20.721],[0,0],[-8.21,-7.126],[4.054,11.375],[1.605,4.526],[1.72,4.781]],"v":[[-204.769,-99.518],[-197.665,-114.279],[-211.732,-161.896],[-224.307,-182.13],[-238.733,-172.583],[-230.736,-143.878],[-217.625,-104.789]],"c":true}],"e":[{"i":[[-6.921,2.071],[0.434,2.076],[0,0],[5.406,4.692],[-2.909,-8.161],[-3.64,-10.268],[-2.535,-7.043]],"o":[[9.476,-2.836],[-4.335,-20.721],[0,0],[-8.21,-7.126],[4.054,11.375],[1.605,4.526],[1.72,4.781]],"v":[[-204.769,-99.518],[-197.665,-114.279],[-211.732,-161.896],[-224.307,-182.13],[-238.733,-172.583],[-230.736,-143.878],[-217.625,-104.789]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[-6.921,2.071],[0.434,2.076],[0,0],[5.406,4.692],[-2.909,-8.161],[-3.64,-10.268],[-2.535,-7.043]],"o":[[9.476,-2.836],[-4.335,-20.721],[0,0],[-8.21,-7.126],[4.054,11.375],[1.605,4.526],[1.72,4.781]],"v":[[-204.769,-99.518],[-197.665,-114.279],[-211.732,-161.896],[-224.307,-182.13],[-238.733,-172.583],[-230.736,-143.878],[-217.625,-104.789]],"c":true}],"e":[{"i":[[-7.07,1.484],[0.259,2.105],[0,0],[4.994,5.129],[-2.215,-8.376],[-2.768,-10.537],[-1.936,-7.231]],"o":[[9.68,-2.032],[-2.584,-21.011],[0,0],[-7.584,-7.788],[3.087,11.675],[1.22,4.645],[1.314,4.908]],"v":[[-197.364,-101.241],[-189.049,-115.356],[-199.079,-163.983],[-209.915,-185.199],[-225.09,-176.894],[-219.525,-147.62],[-209.733,-107.57]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[-7.07,1.484],[0.259,2.105],[0,0],[4.994,5.129],[-2.215,-8.376],[-2.768,-10.537],[-1.936,-7.231]],"o":[[9.68,-2.032],[-2.584,-21.011],[0,0],[-7.584,-7.788],[3.087,11.675],[1.22,4.645],[1.314,4.908]],"v":[[-197.364,-101.241],[-189.049,-115.356],[-199.079,-163.983],[-209.915,-185.199],[-225.09,-176.894],[-219.525,-147.62],[-209.733,-107.57]],"c":true}],"e":[{"i":[[-7.217,-0.324],[-0.274,2.104],[0,0],[3.559,6.211],[0.613,-8.642],[-0.055,-10.894],[-0.073,-7.485]],"o":[[9.881,0.444],[2.733,-20.992],[0,0],[-5.404,-9.433],[-0.889,12.53],[0.024,4.802],[0.049,5.081]],"v":[[-186.612,-115.355],[-175.042,-126.952],[-172.638,-176.545],[-176.845,-199.792],[-193.861,-195.53],[-196.516,-165.793],[-197.014,-124.317]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[-7.217,-0.324],[-0.274,2.104],[0,0],[3.559,6.211],[0.613,-8.642],[-0.055,-10.894],[-0.073,-7.485]],"o":[[9.881,0.444],[2.733,-20.992],[0,0],[-5.404,-9.433],[-0.889,12.53],[0.024,4.802],[0.049,5.081]],"v":[[-186.612,-115.355],[-175.042,-126.952],[-172.638,-176.545],[-176.845,-199.792],[-193.861,-195.53],[-196.516,-165.793],[-197.014,-124.317]],"c":true}],"e":[{"i":[[-6.318,-3.504],[-1.182,1.762],[0,0],[0.42,7.146],[4.397,-7.465],[4.802,-9.779],[3.268,-6.735]],"o":[[8.649,4.798],[11.795,-17.579],[0,0],[-0.638,-10.852],[-6.376,10.823],[-2.117,4.311],[-2.218,4.571]],"v":[[-155.667,-122.126],[-140.144,-127.357],[-115.907,-170.691],[-109.322,-193.379],[-126.456,-197.141],[-142.075,-171.697],[-160.991,-134.782]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[-6.318,-3.504],[-1.182,1.762],[0,0],[0.42,7.146],[4.397,-7.465],[4.802,-9.779],[3.268,-6.735]],"o":[[8.649,4.798],[11.795,-17.579],[0,0],[-0.638,-10.852],[-6.376,10.823],[-2.117,4.311],[-2.218,4.571]],"v":[[-155.667,-122.126],[-140.144,-127.357],[-115.907,-170.691],[-109.322,-193.379],[-126.456,-197.141],[-142.075,-171.697],[-160.991,-134.782]],"c":true}],"e":[{"i":[[-2.54,-6.763],[-2.042,0.575],[0,0],[-4.312,5.715],[8.187,-2.835],[9.995,-4.334],[6.854,-3.011]],"o":[[3.478,9.259],[20.375,-5.742],[0,0],[6.547,-8.678],[-11.87,4.11],[-4.406,1.911],[-4.652,2.044]],"v":[[-107.578,-124.427],[-92.366,-118.35],[-45.824,-135.642],[-26.104,-149.153],[-36.964,-163.622],[-65.1,-153.369],[-103.43,-137.515]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[-2.54,-6.763],[-2.042,0.575],[0,0],[-4.312,5.715],[8.187,-2.835],[9.995,-4.334],[6.854,-3.011]],"o":[[3.478,9.259],[20.375,-5.742],[0,0],[6.547,-8.678],[-11.87,4.11],[-4.406,1.911],[-4.652,2.044]],"v":[[-107.578,-124.427],[-92.366,-118.35],[-45.824,-135.642],[-26.104,-149.153],[-36.964,-163.622],[-65.1,-153.369],[-103.43,-137.515]],"c":true}],"e":[{"i":[[6.684,-2.741],[-0.636,-2.024],[-2.747,-6.111],[-5.841,-4.139],[1.556,8.523],[4.632,9.86],[6.644,8.182]],"o":[[-9.151,3.753],[6.35,20.194],[4.291,9.546],[8.87,6.285],[-3.691,-20.222],[-2.042,-4.347],[-3.203,-3.945]],"v":[[-32.85,-114.437],[-37.719,-96.3],[-18.541,-49.796],[4.553,-17.489],[20.691,-27.278],[0.35,-76.094],[-18.644,-110.182]],"c":true}]},{"t":19}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":4,"op":20,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"front_hand","parent":21,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[0,0],[0,0],[-0.251,-0.384],[0,-2.01],[-1.375,0.375],[2,5.5]],"o":[[0,0],[0,0],[0.683,1.044],[0,2.75],[1.375,-0.375],[-1.04,-2.861]],"v":[[-83.875,-41.125],[-85.5,-36.375],[-85.077,-35.765],[-83.125,-30.5],[-80.625,-26.5],[-80.625,-36]],"c":true}],"e":[{"i":[[0,0],[0,0],[-0.458,0.034],[-1.759,-0.974],[-0.338,1.385],[5.78,0.915]],"o":[[0,0],[0,0],[1.244,-0.092],[2.406,1.332],[0.338,-1.385],[-3.007,-0.476]],"v":[[-86.24,-136.975],[-82.872,-133.252],[-82.133,-133.326],[-76.582,-132.483],[-71.871,-132.732],[-80.182,-137.335]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[0,0],[0,0],[-0.458,0.034],[-1.759,-0.974],[-0.338,1.385],[5.78,0.915]],"o":[[0,0],[0,0],[1.244,-0.092],[2.406,1.332],[0.338,-1.385],[-3.007,-0.476]],"v":[[-86.24,-136.975],[-82.872,-133.252],[-82.133,-133.326],[-76.582,-132.483],[-71.871,-132.732],[-80.182,-137.335]],"c":true}],"e":[{"i":[[0,0],[0,0],[-0.103,0.285],[-2.27,1.249],[-0.399,2.637],[5.257,-3.301]],"o":[[0,0],[0,0],[0.28,-0.775],[2.351,-1.293],[0.391,-2.583],[-3.694,2.32]],"v":[[-133.817,-197.784],[-127.091,-195.931],[-126.959,-196.388],[-123.583,-200.02],[-116.203,-201.855],[-128.243,-203.945]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[0,0],[0,0],[-0.103,0.285],[-2.27,1.249],[-0.399,2.637],[5.257,-3.301]],"o":[[0,0],[0,0],[0.28,-0.775],[2.351,-1.293],[0.391,-2.583],[-3.694,2.32]],"v":[[-133.817,-197.784],[-127.091,-195.931],[-126.959,-196.388],[-123.583,-200.02],[-116.203,-201.855],[-128.243,-203.945]],"c":true}],"e":[{"i":[[0,0],[0,0],[-0.143,0.862],[-0.982,2.151],[-0.065,2.666],[3.774,-5.305]],"o":[[0,0],[0,0],[0.321,-1.935],[1.114,-2.441],[0.093,-3.809],[-2.529,3.555]],"v":[[-170.944,-197.354],[-161.232,-196.884],[-160.508,-199.69],[-160.518,-203.776],[-152.656,-208.003],[-168.399,-206.258]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0,0],[0,0],[-0.143,0.862],[-0.982,2.151],[-0.065,2.666],[3.774,-5.305]],"o":[[0,0],[0,0],[0.321,-1.935],[1.114,-2.441],[0.093,-3.809],[-2.529,3.555]],"v":[[-170.944,-197.354],[-161.232,-196.884],[-160.508,-199.69],[-160.518,-203.776],[-152.656,-208.003],[-168.399,-206.258]],"c":true}],"e":[{"i":[[0,0],[0,0],[-0.143,0.862],[-0.297,1.401],[1.093,0.816],[1.649,-5.68]],"o":[[0,0],[0,0],[0.321,-1.935],[1.08,-5.099],[-2.344,-0.434],[-1.216,4.189]],"v":[[-197.631,-193.979],[-190.857,-193.759],[-190.758,-198.128],[-189.268,-203.589],[-190.281,-209.441],[-195.961,-201.695]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[0,0],[0,0],[-0.143,0.862],[-0.297,1.401],[1.093,0.816],[1.649,-5.68]],"o":[[0,0],[0,0],[0.321,-1.935],[1.08,-5.099],[-2.344,-0.434],[-1.216,4.189]],"v":[[-197.631,-193.979],[-190.857,-193.759],[-190.758,-198.128],[-189.268,-203.589],[-190.281,-209.441],[-195.961,-201.695]],"c":true}],"e":[{"i":[[0,0],[0,0],[0.071,1.44],[0.073,1.43],[1.343,-0.184],[-0.025,-5.264]],"o":[[0,0],[0,0],[-0.096,-1.959],[-0.232,-4.536],[-2.032,0.378],[0.024,5.008]],"v":[[-214.819,-188.291],[-209.545,-188.259],[-209.258,-191.19],[-209.455,-198.339],[-213.031,-203.816],[-214.524,-196.07]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[0,0],[0,0],[0.071,1.44],[0.073,1.43],[1.343,-0.184],[-0.025,-5.264]],"o":[[0,0],[0,0],[-0.096,-1.959],[-0.232,-4.536],[-2.032,0.378],[0.024,5.008]],"v":[[-214.819,-188.291],[-209.545,-188.259],[-209.258,-191.19],[-209.455,-198.339],[-213.031,-203.816],[-214.524,-196.07]],"c":true}],"e":[{"i":[[0,0],[0,0],[-0.008,1.442],[0.484,2.97],[1.343,-0.184],[-0.476,-4.242]],"o":[[0,0],[0,0],[0.008,-1.435],[-0.607,-3.724],[-2.032,0.378],[0.405,3.61]],"v":[[-220.006,-187.541],[-215.67,-188.259],[-215.571,-190.628],[-215.955,-197.526],[-219.906,-203.816],[-220.149,-196.133]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,0],[0,0],[-0.008,1.442],[0.484,2.97],[1.343,-0.184],[-0.476,-4.242]],"o":[[0,0],[0,0],[0.008,-1.435],[-0.607,-3.724],[-2.032,0.378],[0.405,3.61]],"v":[[-220.006,-187.541],[-215.67,-188.259],[-215.571,-190.628],[-215.955,-197.526],[-219.906,-203.816],[-220.149,-196.133]],"c":true}],"e":[{"i":[[0,0],[0,0],[0.055,1.441],[1.062,2.815],[1.628,-0.916],[-1.067,-3.753]],"o":[[0,0],[0,0],[-0.071,-1.867],[-1.231,-3.264],[-1.872,1.771],[1.611,5.67]],"v":[[-223.551,-186.059],[-218.344,-187.334],[-218.492,-189.571],[-220.144,-196.236],[-226.378,-201.896],[-224.246,-194.309]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[0,0],[0,0],[0.055,1.441],[1.062,2.815],[1.628,-0.916],[-1.067,-3.753]],"o":[[0,0],[0,0],[-0.071,-1.867],[-1.231,-3.264],[-1.872,1.771],[1.611,5.67]],"v":[[-223.551,-186.059],[-218.344,-187.334],[-218.492,-189.571],[-220.144,-196.236],[-226.378,-201.896],[-224.246,-194.309]],"c":true}],"e":[{"i":[[0,0],[0,0],[0.195,1.429],[1.199,2.759],[1.628,-0.916],[-1.504,-4.191]],"o":[[0,0],[0,0],[-0.383,-2.804],[-2.044,-4.702],[-1.872,1.771],[1.991,5.548]],"v":[[-228.926,-185.122],[-224.844,-185.584],[-224.929,-188.383],[-227.269,-196.423],[-233.253,-201.709],[-231.183,-193.184]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[0,0],[0,0],[0.195,1.429],[1.199,2.759],[1.628,-0.916],[-1.504,-4.191]],"o":[[0,0],[0,0],[-0.383,-2.804],[-2.044,-4.702],[-1.872,1.771],[1.991,5.548]],"v":[[-228.926,-185.122],[-224.844,-185.584],[-224.929,-188.383],[-227.269,-196.423],[-233.253,-201.709],[-231.183,-193.184]],"c":true}],"e":[{"i":[[0,0],[0,0],[0.529,1.342],[1.538,2.586],[1.499,-1.115],[-2.022,-3.967]],"o":[[0,0],[0,0],[-1.004,-2.546],[-2.621,-4.406],[-1.634,1.994],[2.676,5.252]],"v":[[-235.486,-182.339],[-230.495,-183.313],[-231.558,-186.454],[-235.27,-193.759],[-242.249,-198.684],[-238.744,-190.052]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[0,0],[0,0],[0.529,1.342],[1.538,2.586],[1.499,-1.115],[-2.022,-3.967]],"o":[[0,0],[0,0],[-1.004,-2.546],[-2.621,-4.406],[-1.634,1.994],[2.676,5.252]],"v":[[-235.486,-182.339],[-230.495,-183.313],[-231.558,-186.454],[-235.27,-193.759],[-242.249,-198.684],[-238.744,-190.052]],"c":true}],"e":[{"i":[[0,0],[0,0],[0.529,1.342],[1.538,2.586],[1.499,-1.115],[-2.022,-3.967]],"o":[[0,0],[0,0],[-1.004,-2.546],[-2.621,-4.406],[-1.634,1.994],[2.676,5.252]],"v":[[-235.486,-182.339],[-230.495,-183.313],[-231.558,-186.454],[-235.27,-193.759],[-242.249,-198.684],[-238.744,-190.052]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0,0],[0,0],[0.529,1.342],[1.538,2.586],[1.499,-1.115],[-2.022,-3.967]],"o":[[0,0],[0,0],[-1.004,-2.546],[-2.621,-4.406],[-1.634,1.994],[2.676,5.252]],"v":[[-235.486,-182.339],[-230.495,-183.313],[-231.558,-186.454],[-235.27,-193.759],[-242.249,-198.684],[-238.744,-190.052]],"c":true}],"e":[{"i":[[0,0],[0,0],[0.259,1.419],[1.347,2.69],[1.693,-1.152],[-0.801,-4.824]],"o":[[0,0],[0,0],[-0.368,-2.015],[-2.294,-4.583],[-0.932,1.098],[0.694,4.177]],"v":[[-221.552,-186.567],[-215.992,-187.133],[-216.257,-190.172],[-218.393,-197.042],[-224.068,-202.536],[-221.887,-195.051]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0,0],[0,0],[0.259,1.419],[1.347,2.69],[1.693,-1.152],[-0.801,-4.824]],"o":[[0,0],[0,0],[-0.368,-2.015],[-2.294,-4.583],[-0.932,1.098],[0.694,4.177]],"v":[[-221.552,-186.567],[-215.992,-187.133],[-216.257,-190.172],[-218.393,-197.042],[-224.068,-202.536],[-221.887,-195.051]],"c":true}],"e":[{"i":[[0,0],[0,0],[0.024,1.442],[0.653,2.937],[1.858,-0.86],[-0.003,-4.89]],"o":[[0,0],[0,0],[-0.035,-2.049],[-1.292,-5.81],[-1.098,0.932],[0.003,4.234]],"v":[[-186.283,-203.495],[-180.705,-203.146],[-180.47,-206.188],[-180.833,-213.377],[-185.848,-219.66],[-186.104,-211.732]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0],[0.024,1.442],[0.653,2.937],[1.858,-0.86],[-0.003,-4.89]],"o":[[0,0],[0,0],[-0.035,-2.049],[-1.292,-5.81],[-1.098,0.932],[0.003,4.234]],"v":[[-186.283,-203.495],[-180.705,-203.146],[-180.47,-206.188],[-180.833,-213.377],[-185.848,-219.66],[-186.104,-211.732]],"c":true}],"e":[{"i":[[0,0],[0,0],[-0.678,1.273],[-0.664,2.935],[2.038,-0.2],[1.166,-4.749]],"o":[[0,0],[0,0],[0.736,-1.382],[1.21,-5.349],[-1.344,0.518],[-0.834,3.397]],"v":[[-117.674,-200.991],[-111.585,-198.386],[-110.361,-200.743],[-108.397,-206.463],[-110.25,-214.61],[-114.166,-208.334]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[0,0],[0,0],[-0.678,1.273],[-0.664,2.935],[2.038,-0.2],[1.166,-4.749]],"o":[[0,0],[0,0],[0.736,-1.382],[1.21,-5.349],[-1.344,0.518],[-0.834,3.397]],"v":[[-117.674,-200.991],[-111.585,-198.386],[-110.361,-200.743],[-108.397,-206.463],[-110.25,-214.61],[-114.166,-208.334]],"c":true}],"e":[{"i":[[0,0],[0,0],[-1.14,0.883],[-1.758,2.442],[1.636,1.103],[2.093,-2.079]],"o":[[0,0],[0,0],[1.238,-0.959],[2.223,-3.088],[-1.113,-0.75],[-2.518,2.501]],"v":[[-28.24,-161.035],[-25.379,-155.976],[-22.421,-157.75],[-18.66,-161.6],[-17.824,-167.978],[-22.906,-164.296]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,0],[-1.14,0.883],[-1.758,2.442],[1.636,1.103],[2.093,-2.079]],"o":[[0,0],[0,0],[1.238,-0.959],[2.223,-3.088],[-1.113,-0.75],[-2.518,2.501]],"v":[[-28.24,-161.035],[-25.379,-155.976],[-22.421,-157.75],[-18.66,-161.6],[-17.824,-167.978],[-22.906,-164.296]],"c":true}],"e":[{"i":[[0,0],[0,0],[-0.312,-1.689],[0.05,-1.814],[-1.972,-0.065],[-0.201,2.943]],"o":[[0,0],[0,0],[0.285,1.54],[-0.115,4.184],[3.257,0.108],[0.311,-4.538]],"v":[[18.367,-18.152],[12.025,-16.06],[13.125,-13.686],[13.763,-8.561],[13.368,-1.17],[18.564,-9.025]],"c":true}]},{"t":19}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":4,"op":20,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"front_leg_circle","parent":21,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[127.733,344.983,0],"e":[134.233,319.733,0],"to":[1.08333337306976,-4.20833349227905,0],"ti":[-0.79166668653488,9.5,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[134.233,319.733,0],"e":[132.483,287.983,0],"to":[0.79166668653488,-9.5,0],"ti":[1.16666662693024,7.91666650772095,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[132.483,287.983,0],"e":[127.233,272.233,0],"to":[-1.16666662693024,-7.91666650772095,0],"ti":[1.08333337306976,4.54166650772095,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[127.233,272.233,0],"e":[125.983,260.733,0],"to":[-1.08333337306976,-4.54166650772095,0],"ti":[1.58333337306976,2.41666674613953,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[125.983,260.733,0],"e":[117.733,257.733,0],"to":[-1.58333337306976,-2.41666674613953,0],"ti":[3.125,1.41666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[117.733,257.733,0],"e":[107.233,252.233,0],"to":[-3.125,-1.41666662693024,0],"ti":[1.91666662693024,1,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[107.233,252.233,0],"e":[106.233,251.733,0],"to":[-1.91666662693024,-1,0],"ti":[0.25,0.08333333581686,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[106.233,251.733,0],"e":[105.733,251.733,0],"to":[-0.25,-0.08333333581686,0],"ti":[0.16666667163372,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[105.733,251.733,0],"e":[105.233,251.733,0],"to":[-0.16666667163372,0,0],"ti":[0.125,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[105.233,251.733,0],"e":[104.983,251.733,0],"to":[-0.125,0,0],"ti":[0.08333333581686,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[104.983,251.733,0],"e":[104.733,251.733,0],"to":[-0.08333333581686,0,0],"ti":[0.04166666790843,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[104.733,251.733,0],"e":[104.733,251.733,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[104.733,251.733,0],"e":[105.733,251.983,0],"to":[0.16666667163372,0.04166666790843,0],"ti":[-1.75,0.16666667163372,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[105.733,251.983,0],"e":[115.233,250.733,0],"to":[1.75,-0.16666667163372,0],"ti":[-5.33333349227905,0.20833332836628,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[115.233,250.733,0],"e":[137.733,250.733,0],"to":[5.33333349227905,-0.20833332836628,0],"ti":[-4.58333349227905,-0.625,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[137.733,250.733,0],"e":[142.733,254.483,0],"to":[4.58333349227905,0.625,0],"ti":[-3.08333325386047,-3,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[142.733,254.483,0],"e":[156.233,268.733,0],"to":[3.08333325386047,3,0],"ti":[-7.54166650772095,0.04166666790843,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[156.233,268.733,0],"e":[187.983,254.233,0],"to":[7.54166650772095,-0.04166666790843,0],"ti":[-5,0.79166668653488,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[187.983,254.233,0],"e":[186.233,263.983,0],"to":[5,-0.79166668653488,0],"ti":[0.29166665673256,-1.625,0]},{"t":21}]},"a":{"k":[-121.267,48.733,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":2,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":17,"s":[100,100,100],"e":[0,0,100]},{"t":21}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[12.467,12.467]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-121.267,48.733],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":4,"op":22,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"front_leg_shadow","parent":21,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-42.335,19.64],[-12.75,1.75],[20.25,-13.75]],"o":[[0,0],[0,0],[0,0],[0,0],[24.25,-11.25],[0.75,-11.25],[-13.905,9.442]],"v":[[-155,-54.5],[-181.5,-81.5],[-177.091,-28.681],[-168.25,77.25],[-120.75,92.25],[-115.5,35.25],[-138.25,37.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[-26.851,17.309],[-11.219,1.531],[53.656,-5.187]],"o":[[0,0],[0,0],[0,0],[-10.067,-3.401],[62.344,5.531],[0.719,-9.844],[-12.98,6.324]],"v":[[-155,-54.5],[-181.5,-81.5],[-178.89,-30.272],[-173.656,72.469],[-142.344,89.469],[-98.375,7.344],[-143.156,-7.813]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-26.851,17.309],[-11.219,1.531],[53.656,-5.187]],"o":[[0,0],[0,0],[0,0],[-10.067,-3.401],[62.344,5.531],[0.719,-9.844],[-12.98,6.324]],"v":[[-155,-54.5],[-181.5,-81.5],[-178.89,-30.272],[-173.656,72.469],[-142.344,89.469],[-98.375,7.344],[-143.156,-7.813]],"c":true}],"e":[{"i":[[-1.5,-20.5],[0,0],[0,0],[0,0],[-25.709,20.935],[-0.286,10.67],[-1.223,9.482]],"o":[[1.564,21.369],[0,0],[0,0],[-8.629,-2.915],[48.723,12.384],[0.214,-12.58],[0.527,-17.268]],"v":[[-135,-3.5],[-166,13.75],[-168.445,32.171],[-173.348,69.116],[-142.723,88.116],[-99.464,5.58],[-108.527,-12.232]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[-1.5,-20.5],[0,0],[0,0],[0,0],[-25.709,20.935],[-0.286,10.67],[-1.223,9.482]],"o":[[1.564,21.369],[0,0],[0,0],[-8.629,-2.915],[48.723,12.384],[0.214,-12.58],[0.527,-17.268]],"v":[[-135,-3.5],[-166,13.75],[-168.445,32.171],[-173.348,69.116],[-142.723,88.116],[-99.464,5.58],[-108.527,-12.232]],"c":true}],"e":[{"i":[[-3.833,-23.083],[0,0],[0,0],[0,0],[-24.566,24.561],[8.554,15.35],[3.856,6.86]],"o":[[2.925,17.614],[0,0],[0,0],[-7.191,-2.429],[41.603,-43.263],[-4.946,-9.65],[-5.644,-6.64]],"v":[[-140.667,-15.667],[-145.333,29.875],[-154.552,41.816],[-173.04,65.763],[-128.103,84.763],[-106.554,-23.35],[-115.856,-32.86]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[-3.833,-23.083],[0,0],[0,0],[0,0],[-24.566,24.561],[8.554,15.35],[3.856,6.86]],"o":[[2.925,17.614],[0,0],[0,0],[-7.191,-2.429],[41.603,-43.263],[-4.946,-9.65],[-5.644,-6.64]],"v":[[-140.667,-15.667],[-145.333,29.875],[-154.552,41.816],[-173.04,65.763],[-128.103,84.763],[-106.554,-23.35],[-115.856,-32.86]],"c":true}],"e":[{"i":[[-0.167,-22.417],[0,0],[0,0],[0,0],[-23.424,28.187],[7.843,33.98],[4.435,8.438]],"o":[[0.106,14.283],[0,0],[0,0],[-5.753,-1.943],[30.482,-25.411],[-3.157,-9.02],[-2.815,-10.812]],"v":[[-140.083,-25.583],[-152.567,7.6],[-159.276,25.837],[-172.732,62.411],[-124.982,76.911],[-104.843,-28.98],[-116.935,-42.438]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[-0.167,-22.417],[0,0],[0,0],[0,0],[-23.424,28.187],[7.843,33.98],[4.435,8.438]],"o":[[0.106,14.283],[0,0],[0,0],[-5.753,-1.943],[30.482,-25.411],[-3.157,-9.02],[-2.815,-10.812]],"v":[[-140.083,-25.583],[-152.567,7.6],[-159.276,25.837],[-172.732,62.411],[-124.982,76.911],[-104.843,-28.98],[-116.935,-42.438]],"c":true}],"e":[{"i":[[-0.938,-15.187],[0,0],[0,0],[0,0],[-22.282,31.813],[4.445,13.672],[2.785,10.918]],"o":[[0.66,10.693],[0,0],[0,0],[-4.314,-1.458],[43.862,-57.808],[-2.555,-7.328],[-3.424,-9.671]],"v":[[-143.812,-36.063],[-159.8,-14.675],[-164,9.857],[-172.424,59.058],[-126.362,79.808],[-110.445,-34.172],[-123.576,-46.079]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[-0.938,-15.187],[0,0],[0,0],[0,0],[-22.282,31.813],[4.445,13.672],[2.785,10.918]],"o":[[0.66,10.693],[0,0],[0,0],[-4.314,-1.458],[43.862,-57.808],[-2.555,-7.328],[-3.424,-9.671]],"v":[[-143.812,-36.063],[-159.8,-14.675],[-164,9.857],[-172.424,59.058],[-126.362,79.808],[-110.445,-34.172],[-123.576,-46.079]],"c":true}],"e":[{"i":[[-0.625,-10.125],[0,0],[0,0],[0,0],[-21.14,35.439],[12.38,18.448],[3.5,11.197]],"o":[[0.44,7.128],[0,0],[0,0],[-2.876,-0.972],[28.908,-42.705],[-6.12,-9.052],[-6.866,-12.031]],"v":[[-154.292,-45.708],[-167.033,-33.45],[-168.724,-6.122],[-172.116,55.705],[-123.908,78.205],[-119.38,-39.948],[-133.634,-51.219]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[-0.625,-10.125],[0,0],[0,0],[0,0],[-21.14,35.439],[12.38,18.448],[3.5,11.197]],"o":[[0.44,7.128],[0,0],[0,0],[-2.876,-0.972],[28.908,-42.705],[-6.12,-9.052],[-6.866,-12.031]],"v":[[-154.292,-45.708],[-167.033,-33.45],[-168.724,-6.122],[-172.116,55.705],[-123.908,78.205],[-119.38,-39.948],[-133.634,-51.219]],"c":true}],"e":[{"i":[[-1.708,-10.292],[0,0],[0,0],[0,0],[-21.14,35.439],[8.38,12.448],[3.5,11.197]],"o":[[1.169,7.046],[0,0],[0,0],[-2.876,-0.972],[32.908,-36.205],[-2.37,-3.552],[-4.866,-11.781]],"v":[[-156.792,-47.458],[-168.783,-37.95],[-169.892,-6.789],[-172.116,55.705],[-123.908,75.705],[-121.13,-44.948],[-135.384,-51.969]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[-1.708,-10.292],[0,0],[0,0],[0,0],[-21.14,35.439],[8.38,12.448],[3.5,11.197]],"o":[[1.169,7.046],[0,0],[0,0],[-2.876,-0.972],[32.908,-36.205],[-2.37,-3.552],[-4.866,-11.781]],"v":[[-156.792,-47.458],[-168.783,-37.95],[-169.892,-6.789],[-172.116,55.705],[-123.908,75.705],[-121.13,-44.948],[-135.384,-51.969]],"c":true}],"e":[{"i":[[-1.958,-11.042],[0,0],[0,0],[0,0],[-21.14,35.439],[6.13,4.948],[3.5,11.197]],"o":[[1.132,6.381],[0,0],[0,0],[-2.876,-0.972],[37.658,-35.205],[-3.87,-4.052],[-7.366,-11.281]],"v":[[-155.292,-45.708],[-168.783,-37.95],[-169.892,-6.789],[-172.116,55.705],[-128.158,80.205],[-120.13,-44.948],[-135.134,-51.969]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[-1.958,-11.042],[0,0],[0,0],[0,0],[-21.14,35.439],[6.13,4.948],[3.5,11.197]],"o":[[1.132,6.381],[0,0],[0,0],[-2.876,-0.972],[37.658,-35.205],[-3.87,-4.052],[-7.366,-11.281]],"v":[[-155.292,-45.708],[-168.783,-37.95],[-169.892,-6.789],[-172.116,55.705],[-128.158,80.205],[-120.13,-44.948],[-135.134,-51.969]],"c":true}],"e":[{"i":[[-1.958,-11.042],[0,0],[0,0],[0,0],[-21.14,35.439],[6.13,4.948],[3.5,11.197]],"o":[[1.132,6.381],[0,0],[0,0],[-2.876,-0.972],[37.658,-35.205],[-3.87,-4.052],[-7.366,-11.281]],"v":[[-147.292,-46.208],[-163.283,-38.45],[-169.892,-6.789],[-172.116,55.705],[-128.158,80.205],[-115.63,-45.948],[-126.134,-56.469]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[-1.958,-11.042],[0,0],[0,0],[0,0],[-21.14,35.439],[6.13,4.948],[3.5,11.197]],"o":[[1.132,6.381],[0,0],[0,0],[-2.876,-0.972],[37.658,-35.205],[-3.87,-4.052],[-7.366,-11.281]],"v":[[-147.292,-46.208],[-163.283,-38.45],[-169.892,-6.789],[-172.116,55.705],[-128.158,80.205],[-115.63,-45.948],[-126.134,-56.469]],"c":true}],"e":[{"i":[[-1.958,-11.042],[0,0],[0,0],[0,0],[-21.14,35.439],[6.13,4.948],[3.5,11.197]],"o":[[1.132,6.381],[0,0],[0,0],[-2.876,-0.972],[41.158,-36.205],[-3.87,-4.052],[-7.366,-11.281]],"v":[[-124.792,-46.208],[-143.783,-38.45],[-169.892,-6.789],[-172.116,55.705],[-130.658,80.705],[-96.63,-43.948],[-103.634,-54.969]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[-1.958,-11.042],[0,0],[0,0],[0,0],[-21.14,35.439],[6.13,4.948],[3.5,11.197]],"o":[[1.132,6.381],[0,0],[0,0],[-2.876,-0.972],[41.158,-36.205],[-3.87,-4.052],[-7.366,-11.281]],"v":[[-124.792,-46.208],[-143.783,-38.45],[-169.892,-6.789],[-172.116,55.705],[-130.658,80.705],[-96.63,-43.948],[-103.634,-54.969]],"c":true}],"e":[{"i":[[-0.208,-7.292],[0,0],[0,0],[0,0],[-21.14,35.439],[5.04,1.03],[3.134,5.469]],"o":[[0.185,6.478],[0,0],[0,0],[-2.876,-0.972],[35.158,-22.955],[-6.37,-1.302],[-3.866,-7.531]],"v":[[-117.792,-45.708],[-143.783,-38.45],[-169.892,-6.789],[-172.116,55.705],[-134.408,78.955],[-93.63,-34.198],[-99.884,-49.469]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[-0.208,-7.292],[0,0],[0,0],[0,0],[-21.14,35.439],[5.04,1.03],[3.134,5.469]],"o":[[0.185,6.478],[0,0],[0,0],[-2.876,-0.972],[35.158,-22.955],[-6.37,-1.302],[-3.866,-7.531]],"v":[[-117.792,-45.708],[-143.783,-38.45],[-169.892,-6.789],[-172.116,55.705],[-134.408,78.955],[-93.63,-34.198],[-99.884,-49.469]],"c":true}],"e":[{"i":[[-0.208,-7.292],[0,0],[0,0],[0,0],[-24.092,10.545],[-1.62,8.948],[3.134,5.469]],"o":[[0.185,6.478],[0,0],[0,0],[-2.876,-0.972],[35.158,-22.955],[1.158,-6.398],[-3.866,-7.531]],"v":[[-104.542,-31.708],[-143.783,-38.45],[-169.892,-6.789],[-172.116,55.705],[-153.158,80.455],[-84.13,-20.198],[-86.634,-35.469]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[-0.208,-7.292],[0,0],[0,0],[0,0],[-24.092,10.545],[-1.62,8.948],[3.134,5.469]],"o":[[0.185,6.478],[0,0],[0,0],[-2.876,-0.972],[35.158,-22.955],[1.158,-6.398],[-3.866,-7.531]],"v":[[-104.542,-31.708],[-143.783,-38.45],[-169.892,-6.789],[-172.116,55.705],[-153.158,80.455],[-84.13,-20.198],[-86.634,-35.469]],"c":true}],"e":[{"i":[[7.141,-1.488],[0,0],[0,0],[0,0],[-24.791,-8.776],[-8.124,4.086],[0.224,8.675]],"o":[[-5.636,1.174],[0,0],[0,0],[-1.435,-2.676],[41.352,7.284],[4.337,-2.181],[-1.776,-9.325]],"v":[[-68.864,-54.674],[-91.393,-88.923],[-132.093,-83.667],[-176.442,-39.58],[-180.027,-1.057],[-61.837,-31.819],[-54.224,-46.175]],"c":true}]},{"t":20}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[4.75,1],[9,-22],[1.434,-5.714],[-7.055,-2.665],[0,0],[-1,24]],"o":[[-4.75,-1],[-3.356,8.204],[-2.411,9.608],[9.702,3.665],[0,0],[1.032,-24.774]],"v":[[-118.5,35.25],[-138,52.25],[-145.451,73.121],[-139.75,91.5],[-128,94],[-105.25,76]],"c":true}],"e":[{"i":[[4.75,1],[4.25,-15.5],[3.209,-11.832],[-14.975,-6.846],[0,0],[-5.826,23.304]],"o":[[-4.75,-1],[-2.098,7.653],[-6.331,23.343],[8.75,4],[0,0],[11.75,-47]],"v":[[-110.25,-0.5],[-135.25,11.25],[-137.169,44.657],[-144.25,89.25],[-120,91],[-95.75,62]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[4.75,1],[4.25,-15.5],[3.209,-11.832],[-14.975,-6.846],[0,0],[-5.826,23.304]],"o":[[-4.75,-1],[-2.098,7.653],[-6.331,23.343],[8.75,4],[0,0],[11.75,-47]],"v":[[-110.25,-0.5],[-135.25,11.25],[-137.169,44.657],[-144.25,89.25],[-120,91],[-95.75,62]],"c":true}],"e":[{"i":[[4.741,1.041],[5.25,-18.25],[3.787,-17.742],[-14.75,-7],[-6.801,3.4],[-1.936,23.943]],"o":[[-10.25,-2.25],[-2.194,7.626],[-2.581,12.093],[8.692,4.125],[9.5,-4.75],[4.75,-58.75]],"v":[[-110.75,-26],[-135.5,-9.75],[-137.169,40.657],[-145.5,87],[-116,87.5],[-96,42]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[4.741,1.041],[5.25,-18.25],[3.787,-17.742],[-14.75,-7],[-6.801,3.4],[-1.936,23.943]],"o":[[-10.25,-2.25],[-2.194,7.626],[-2.581,12.093],[8.692,4.125],[9.5,-4.75],[4.75,-58.75]],"v":[[-110.75,-26],[-135.5,-9.75],[-137.169,40.657],[-145.5,87],[-116,87.5],[-96,42]],"c":true}],"e":[{"i":[[4.741,1.041],[3.75,-12.75],[2.419,-28.407],[-17.25,-7],[-8.75,9],[1.25,31.25]],"o":[[-10.25,-2.25],[-2.239,7.613],[-2.302,27.042],[13.557,5.501],[13.575,-13.963],[-1.449,-36.221]],"v":[[-115.75,-43.75],[-140.5,-31.75],[-135.169,22.157],[-146.75,82],[-115.5,75.5],[-94.25,11.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[4.741,1.041],[3.75,-12.75],[2.419,-28.407],[-17.25,-7],[-8.75,9],[1.25,31.25]],"o":[[-10.25,-2.25],[-2.239,7.613],[-2.302,27.042],[13.557,5.501],[13.575,-13.963],[-1.449,-36.221]],"v":[[-115.75,-43.75],[-140.5,-31.75],[-135.169,22.157],[-146.75,82],[-115.5,75.5],[-94.25,11.25]],"c":true}],"e":[{"i":[[6.5,4],[3.75,-12.75],[2.293,-28.417],[-16.09,-10.012],[-8.75,9],[-0.489,32.012]],"o":[[-10.671,-6.567],[-2.239,7.613],[-2.831,35.093],[11.25,7],[13.575,-13.963],[0.5,-32.75]],"v":[[-116,-53.5],[-141,-42],[-136.169,18.157],[-146.75,80.75],[-116,72.25],[-95.25,9.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[6.5,4],[3.75,-12.75],[2.293,-28.417],[-16.09,-10.012],[-8.75,9],[-0.489,32.012]],"o":[[-10.671,-6.567],[-2.239,7.613],[-2.831,35.093],[11.25,7],[13.575,-13.963],[0.5,-32.75]],"v":[[-116,-53.5],[-141,-42],[-136.169,18.157],[-146.75,80.75],[-116,72.25],[-95.25,9.25]],"c":true}],"e":[{"i":[[6.402,4.155],[1.5,-13],[2.293,-28.417],[-12.25,-9.75],[-7.531,10.042],[-0.489,32.012]],"o":[[-14.25,-9.25],[-0.91,7.883],[-2.831,35.093],[10.367,8.251],[11.25,-15],[0.5,-32.75]],"v":[[-120.75,-55.25],[-149.25,-47],[-138.419,13.657],[-146.25,79],[-116,68.25],[-95.75,8.75]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[6.402,4.155],[1.5,-13],[2.293,-28.417],[-12.25,-9.75],[-7.531,10.042],[-0.489,32.012]],"o":[[-14.25,-9.25],[-0.91,7.883],[-2.831,35.093],[10.367,8.251],[11.25,-15],[0.5,-32.75]],"v":[[-120.75,-55.25],[-149.25,-47],[-138.419,13.657],[-146.25,79],[-116,68.25],[-95.75,8.75]],"c":true}],"e":[{"i":[[6.402,4.155],[2.566,-12.832],[-4.065,-45.985],[-12.614,-9.275],[-7.531,10.042],[0.575,32.01]],"o":[[-14.25,-9.25],[-4,20],[3.169,35.843],[8.5,6.25],[11.25,-15],[-0.75,-41.75]],"v":[[-132.25,-60.75],[-160.75,-54],[-146.169,9.657],[-142.25,77.5],[-116.25,69.5],[-102.75,6]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[6.402,4.155],[2.566,-12.832],[-4.065,-45.985],[-12.614,-9.275],[-7.531,10.042],[0.575,32.01]],"o":[[-14.25,-9.25],[-4,20],[3.169,35.843],[8.5,6.25],[11.25,-15],[-0.75,-41.75]],"v":[[-132.25,-60.75],[-160.75,-54],[-146.169,9.657],[-142.25,77.5],[-116.25,69.5],[-102.75,6]],"c":true}],"e":[{"i":[[6.402,4.155],[2.566,-12.832],[-4.581,-46.407],[-10.25,-9.25],[-7.531,10.042],[0.575,32.01]],"o":[[-14.25,-9.25],[-4,20],[3.535,35.809],[7.833,7.068],[11.25,-15],[-0.75,-41.75]],"v":[[-132.25,-60.75],[-162.75,-54],[-146.919,8.407],[-142.25,77.5],[-116.25,69.5],[-103.25,5.75]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[6.402,4.155],[2.566,-12.832],[-4.581,-46.407],[-10.25,-9.25],[-7.531,10.042],[0.575,32.01]],"o":[[-14.25,-9.25],[-4,20],[3.535,35.809],[7.833,7.068],[11.25,-15],[-0.75,-41.75]],"v":[[-132.25,-60.75],[-162.75,-54],[-146.919,8.407],[-142.25,77.5],[-116.25,69.5],[-103.25,5.75]],"c":true}],"e":[{"i":[[6.402,4.155],[2.566,-12.832],[-5.831,-46.407],[-10.25,-9.25],[-7.531,10.042],[0.575,32.01]],"o":[[-14.25,-9.25],[-4,20],[4.486,35.702],[7.833,7.068],[11.25,-15],[-0.75,-41.75]],"v":[[-132.25,-60.75],[-164.5,-54.5],[-146.919,8.407],[-142.25,77.5],[-116.25,69.5],[-104,5.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[6.402,4.155],[2.566,-12.832],[-5.831,-46.407],[-10.25,-9.25],[-7.531,10.042],[0.575,32.01]],"o":[[-14.25,-9.25],[-4,20],[4.486,35.702],[7.833,7.068],[11.25,-15],[-0.75,-41.75]],"v":[[-132.25,-60.75],[-164.5,-54.5],[-146.919,8.407],[-142.25,77.5],[-116.25,69.5],[-104,5.5]],"c":true}],"e":[{"i":[[6.402,4.155],[2.566,-12.832],[-5.831,-46.407],[-10.25,-9.25],[-7.531,10.042],[1.298,32.271]],"o":[[-14.25,-9.25],[-4,20],[4.486,35.702],[7.833,7.068],[11.25,-15],[-1.75,-43.5]],"v":[[-132.25,-60.75],[-164.75,-55],[-146.919,8.407],[-142.25,77.5],[-116.25,69.5],[-104,5.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[6.402,4.155],[2.566,-12.832],[-5.831,-46.407],[-10.25,-9.25],[-7.531,10.042],[1.298,32.271]],"o":[[-14.25,-9.25],[-4,20],[4.486,35.702],[7.833,7.068],[11.25,-15],[-1.75,-43.5]],"v":[[-132.25,-60.75],[-164.75,-55],[-146.919,8.407],[-142.25,77.5],[-116.25,69.5],[-104,5.5]],"c":true}],"e":[{"i":[[6.402,4.155],[2.566,-12.832],[-5.831,-46.407],[-10.25,-9.25],[-7.531,10.042],[1.298,32.271]],"o":[[-14.25,-9.25],[-4,20],[4.486,35.702],[7.833,7.068],[11.25,-15],[-1.75,-43.5]],"v":[[-132.25,-60.75],[-165.75,-55],[-146.919,8.407],[-142.25,77.5],[-116.25,69.5],[-104,5.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[6.402,4.155],[2.566,-12.832],[-5.831,-46.407],[-10.25,-9.25],[-7.531,10.042],[1.298,32.271]],"o":[[-14.25,-9.25],[-4,20],[4.486,35.702],[7.833,7.068],[11.25,-15],[-1.75,-43.5]],"v":[[-132.25,-60.75],[-165.75,-55],[-146.919,8.407],[-142.25,77.5],[-116.25,69.5],[-104,5.5]],"c":true}],"e":[{"i":[[7.5,4.75],[2.566,-12.832],[-5.831,-46.407],[-10.25,-9.25],[-7.531,10.042],[1.298,32.271]],"o":[[-14.353,-9.09],[-4,20],[4.486,35.702],[7.833,7.068],[11.25,-15],[-1.75,-43.5]],"v":[[-132.25,-60.75],[-166.5,-55.5],[-146.919,8.407],[-142.25,77.5],[-116.25,69.5],[-104,5.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[7.5,4.75],[2.566,-12.832],[-5.831,-46.407],[-10.25,-9.25],[-7.531,10.042],[1.298,32.271]],"o":[[-14.353,-9.09],[-4,20],[4.486,35.702],[7.833,7.068],[11.25,-15],[-1.75,-43.5]],"v":[[-132.25,-60.75],[-166.5,-55.5],[-146.919,8.407],[-142.25,77.5],[-116.25,69.5],[-104,5.5]],"c":true}],"e":[{"i":[[7.319,5.025],[2.566,-12.832],[-5.831,-47.657],[-10.25,-9.25],[-7.531,10.042],[1.298,32.271]],"o":[[-16.75,-11.5],[-4,20],[4.37,35.717],[7.833,7.068],[11.25,-15],[-1.75,-43.5]],"v":[[-128,-58.5],[-165,-54],[-146.919,7.657],[-142.25,77.5],[-116.75,69.75],[-103.5,4.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[7.319,5.025],[2.566,-12.832],[-5.831,-47.657],[-10.25,-9.25],[-7.531,10.042],[1.298,32.271]],"o":[[-16.75,-11.5],[-4,20],[4.37,35.717],[7.833,7.068],[11.25,-15],[-1.75,-43.5]],"v":[[-128,-58.5],[-165,-54],[-146.919,7.657],[-142.25,77.5],[-116.75,69.75],[-103.5,4.25]],"c":true}],"e":[{"i":[[4.297,8.738],[4.5,-11.25],[-5.277,-51.162],[-11.5,-10],[-7.135,10.327],[1.942,32.239]],"o":[[-7.5,-15.25],[-5.657,14.142],[4.419,42.843],[5.738,4.989],[9.5,-13.75],[-2.5,-41.5]],"v":[[-118.25,-58.25],[-152,-60.75],[-142.169,5.407],[-142,74.25],[-115,67.5],[-100.5,7.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[4.297,8.738],[4.5,-11.25],[-5.277,-51.162],[-11.5,-10],[-7.135,10.327],[1.942,32.239]],"o":[[-7.5,-15.25],[-5.657,14.142],[4.419,42.843],[5.738,4.989],[9.5,-13.75],[-2.5,-41.5]],"v":[[-118.25,-58.25],[-152,-60.75],[-142.169,5.407],[-142,74.25],[-115,67.5],[-100.5,7.25]],"c":true}],"e":[{"i":[[4.297,8.738],[4.5,-11.25],[3.782,-33.367],[-14.25,-11.25],[-7.135,10.327],[-4.397,31.997]],"o":[[-7.5,-15.25],[-5.657,14.142],[-3.581,31.593],[5.968,4.711],[9.5,-13.75],[4.5,-32.75]],"v":[[-97.75,-58.5],[-127.75,-58.5],[-134.169,-2.593],[-141,75.25],[-115.25,66.75],[-91.75,5.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[4.297,8.738],[4.5,-11.25],[3.782,-33.367],[-14.25,-11.25],[-7.135,10.327],[-4.397,31.997]],"o":[[-7.5,-15.25],[-5.657,14.142],[-3.581,31.593],[5.968,4.711],[9.5,-13.75],[4.5,-32.75]],"v":[[-97.75,-58.5],[-127.75,-58.5],[-134.169,-2.593],[-141,75.25],[-115.25,66.75],[-91.75,5.5]],"c":true}],"e":[{"i":[[4.297,8.738],[4.5,-9.25],[4.919,-35.157],[-10.25,-4.25],[-7.135,10.327],[-4.741,31.948]],"o":[[-7.5,-15.25],[-4.549,9.351],[-5.123,36.615],[5.164,2.141],[9.5,-13.75],[5.75,-38.75]],"v":[[-91.75,-54.75],[-123.25,-56.25],[-135.419,-2.343],[-139.75,75.25],[-115.25,63.25],[-93.5,5.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[4.297,8.738],[4.5,-9.25],[4.919,-35.157],[-10.25,-4.25],[-7.135,10.327],[-4.741,31.948]],"o":[[-7.5,-15.25],[-4.549,9.351],[-5.123,36.615],[5.164,2.141],[9.5,-13.75],[5.75,-38.75]],"v":[[-91.75,-54.75],[-123.25,-56.25],[-135.419,-2.343],[-139.75,75.25],[-115.25,63.25],[-93.5,5.5]],"c":true}],"e":[{"i":[[0.836,9.701],[7.548,-6.989],[19.077,-31.597],[-7.5,-13.589],[-10.394,7.037],[-16.002,28.055]],"o":[[-1.46,-16.932],[-7.63,7.065],[-19.11,31.65],[3.884,7.038],[13.839,-9.37],[19.41,-34.028]],"v":[[-78.878,-31.909],[-105.69,-40.479],[-138.577,1.097],[-169,76.839],[-144.316,80.289],[-102.356,23.606]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[0.836,9.701],[7.548,-6.989],[19.077,-31.597],[-7.5,-13.589],[-10.394,7.037],[-16.002,28.055]],"o":[[-1.46,-16.932],[-7.63,7.065],[-19.11,31.65],[3.884,7.038],[13.839,-9.37],[19.41,-34.028]],"v":[[-78.878,-31.909],[-105.69,-40.479],[-138.577,1.097],[-169,76.839],[-144.316,80.289],[-102.356,23.606]],"c":true}],"e":[{"i":[[-5.236,8.209],[10.285,0.149],[35.61,-9.708],[3.564,-11.86],[-10.922,-1.389],[-35.154,8.189]],"o":[[9.298,-14.576],[-10.397,-0.151],[-35.67,9.724],[-2.313,7.698],[16.579,2.108],[36.9,-8.596]],"v":[[-46.798,-36.424],[-60.792,-62.127],[-110.283,-52.474],[-176.064,-22.64],[-164.828,-3.611],[-99.846,-17.189]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[-5.236,8.209],[10.285,0.149],[35.61,-9.708],[3.564,-11.86],[-10.922,-1.389],[-35.154,8.189]],"o":[[9.298,-14.576],[-10.397,-0.151],[-35.67,9.724],[-2.313,7.698],[16.579,2.108],[36.9,-8.596]],"v":[[-46.798,-36.424],[-60.792,-62.127],[-110.283,-52.474],[-176.064,-22.64],[-164.828,-3.611],[-99.846,-17.189]],"c":true}],"e":[{"i":[[-9.417,2.476],[7.453,7.089],[33.409,16.044],[11.518,-4.55],[-7.509,-8.052],[-31.695,-17.272]],"o":[[16.721,-4.397],[-7.535,-7.166],[-33.328,-16.005],[-8.279,3.27],[10.881,11.669],[26.688,14.544]],"v":[[-57.672,-18.423],[-48.508,-43.549],[-104.659,-76.544],[-165.221,-94.77],[-171.631,-73.169],[-112.688,-38.794]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[-9.417,2.476],[7.453,7.089],[33.409,16.044],[11.518,-4.55],[-7.509,-8.052],[-31.695,-17.272]],"o":[[16.721,-4.397],[-7.535,-7.166],[-33.328,-16.005],[-8.279,3.27],[10.881,11.669],[26.688,14.544]],"v":[[-57.672,-18.423],[-48.508,-43.549],[-104.659,-76.544],[-165.221,-94.77],[-171.631,-73.169],[-112.688,-38.794]],"c":true}],"e":[{"i":[[-16.301,-3.458],[5.665,8.586],[20.659,27.544],[12.221,-2.48],[-0.619,-10.831],[-8.487,-9.741]],"o":[[19.672,4.173],[-5.742,-8.701],[-4.588,-6.117],[-8.724,1.77],[0.353,6.17],[15.938,18.294]],"v":[[-67.172,-13.673],[-51.008,-38.799],[-92.159,-94.794],[-123.471,-115.52],[-139.881,-99.419],[-126.188,-72.544]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[-16.301,-3.458],[5.665,8.586],[20.659,27.544],[12.221,-2.48],[-0.619,-10.831],[-8.487,-9.741]],"o":[[19.672,4.173],[-5.742,-8.701],[-4.588,-6.117],[-8.724,1.77],[0.353,6.17],[15.938,18.294]],"v":[[-67.172,-13.673],[-51.008,-38.799],[-92.159,-94.794],[-123.471,-115.52],[-139.881,-99.419],[-126.188,-72.544]],"c":true}],"e":[{"i":[[-13.997,-19.394],[3.421,9.701],[13.386,31.722],[12.458,0.549],[0.572,-9.112],[-5.88,-11.505]],"o":[[4.19,5.806],[-3.467,-9.832],[-2.973,-7.045],[-8.893,-0.392],[-0.387,6.168],[11.042,21.605]],"v":[[-77.753,-9.606],[-48.994,-23.827],[-75.634,-99.862],[-94.005,-126.544],[-127.572,-117.138],[-116.033,-84.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[-13.997,-19.394],[3.421,9.701],[13.386,31.722],[12.458,0.549],[0.572,-9.112],[-5.88,-11.505]],"o":[[4.19,5.806],[-3.467,-9.832],[-2.973,-7.045],[-8.893,-0.392],[-0.387,6.168],[11.042,21.605]],"v":[[-77.753,-9.606],[-48.994,-23.827],[-75.634,-99.862],[-94.005,-126.544],[-127.572,-117.138],[-116.033,-84.5]],"c":true}],"e":[{"i":[[-1.747,-5.394],[-6.756,2.827],[4.043,12.991],[7.255,0.544],[-0.928,-4.362],[-3.067,-11.365]],"o":[[6.753,3.106],[0.566,-2.66],[-1.366,-4.388],[-8.876,-0.666],[1.287,6.045],[9.783,36.25]],"v":[[-80.253,-20.856],[-45.744,-25.077],[-61.384,-119.112],[-69.005,-128.294],[-107.822,-124.388],[-99.783,-88]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[-1.747,-5.394],[-6.756,2.827],[4.043,12.991],[7.255,0.544],[-0.928,-4.362],[-3.067,-11.365]],"o":[[6.753,3.106],[0.566,-2.66],[-1.366,-4.388],[-8.876,-0.666],[1.287,6.045],[9.783,36.25]],"v":[[-80.253,-20.856],[-45.744,-25.077],[-61.384,-119.112],[-69.005,-128.294],[-107.822,-124.388],[-99.783,-88]],"c":true}],"e":[{"i":[[0.253,-11.644],[-7.006,-0.673],[-0.275,13.603],[7.255,0.544],[0.072,-1.612],[0.283,-11.75]],"o":[[7.503,2.356],[0.566,-2.66],[0.134,-6.638],[-8.876,-0.666],[-0.275,6.174],[-0.905,37.536]],"v":[[-85.253,-21.856],[-39.494,-19.577],[-38.634,-121.362],[-46.005,-126.544],[-85.322,-126.138],[-85.533,-105.25]],"c":true}]},{"t":25}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":2,"op":21,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"front_leg 2","parent":21,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[4.75,1],[9,-22],[1.434,-5.714],[-7.055,-2.665],[0,0],[-1,24]],"o":[[-4.75,-1],[-3.356,8.204],[-2.411,9.608],[9.702,3.665],[0,0],[1.032,-24.774]],"v":[[-118.5,35.25],[-138,52.25],[-145.451,73.121],[-139.75,91.5],[-128,94],[-105.25,76]],"c":true}],"e":[{"i":[[4.75,1],[4.25,-15.5],[3.209,-11.832],[-14.975,-6.846],[0,0],[-5.826,23.304]],"o":[[-4.75,-1],[-2.098,7.653],[-6.331,23.343],[8.75,4],[0,0],[11.75,-47]],"v":[[-110.25,-0.5],[-135.25,11.25],[-137.169,44.657],[-144.25,89.25],[-120,91],[-95.75,62]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[4.75,1],[4.25,-15.5],[3.209,-11.832],[-14.975,-6.846],[0,0],[-5.826,23.304]],"o":[[-4.75,-1],[-2.098,7.653],[-6.331,23.343],[8.75,4],[0,0],[11.75,-47]],"v":[[-110.25,-0.5],[-135.25,11.25],[-137.169,44.657],[-144.25,89.25],[-120,91],[-95.75,62]],"c":true}],"e":[{"i":[[4.741,1.041],[5.25,-18.25],[3.787,-17.742],[-14.75,-7],[-6.801,3.4],[-1.936,23.943]],"o":[[-10.25,-2.25],[-2.194,7.626],[-2.581,12.093],[8.692,4.125],[9.5,-4.75],[4.75,-58.75]],"v":[[-110.75,-26],[-135.5,-9.75],[-137.169,40.657],[-145.5,87],[-116,87.5],[-96,42]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[4.741,1.041],[5.25,-18.25],[3.787,-17.742],[-14.75,-7],[-6.801,3.4],[-1.936,23.943]],"o":[[-10.25,-2.25],[-2.194,7.626],[-2.581,12.093],[8.692,4.125],[9.5,-4.75],[4.75,-58.75]],"v":[[-110.75,-26],[-135.5,-9.75],[-137.169,40.657],[-145.5,87],[-116,87.5],[-96,42]],"c":true}],"e":[{"i":[[4.741,1.041],[3.75,-12.75],[2.419,-28.407],[-17.25,-7],[-8.75,9],[1.25,31.25]],"o":[[-10.25,-2.25],[-2.239,7.613],[-2.302,27.042],[13.557,5.501],[13.575,-13.963],[-1.449,-36.221]],"v":[[-115.75,-43.75],[-140.5,-31.75],[-135.169,22.157],[-146.75,82],[-115.5,75.5],[-94.25,11.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[4.741,1.041],[3.75,-12.75],[2.419,-28.407],[-17.25,-7],[-8.75,9],[1.25,31.25]],"o":[[-10.25,-2.25],[-2.239,7.613],[-2.302,27.042],[13.557,5.501],[13.575,-13.963],[-1.449,-36.221]],"v":[[-115.75,-43.75],[-140.5,-31.75],[-135.169,22.157],[-146.75,82],[-115.5,75.5],[-94.25,11.25]],"c":true}],"e":[{"i":[[6.5,4],[3.75,-12.75],[2.293,-28.417],[-16.09,-10.012],[-8.75,9],[-0.489,32.012]],"o":[[-10.671,-6.567],[-2.239,7.613],[-2.831,35.093],[11.25,7],[13.575,-13.963],[0.5,-32.75]],"v":[[-116,-53.5],[-141,-42],[-136.169,18.157],[-146.75,80.75],[-116,72.25],[-95.25,9.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[6.5,4],[3.75,-12.75],[2.293,-28.417],[-16.09,-10.012],[-8.75,9],[-0.489,32.012]],"o":[[-10.671,-6.567],[-2.239,7.613],[-2.831,35.093],[11.25,7],[13.575,-13.963],[0.5,-32.75]],"v":[[-116,-53.5],[-141,-42],[-136.169,18.157],[-146.75,80.75],[-116,72.25],[-95.25,9.25]],"c":true}],"e":[{"i":[[6.402,4.155],[1.5,-13],[2.293,-28.417],[-12.25,-9.75],[-7.531,10.042],[-0.489,32.012]],"o":[[-14.25,-9.25],[-0.91,7.883],[-2.831,35.093],[10.367,8.251],[11.25,-15],[0.5,-32.75]],"v":[[-120.75,-55.25],[-149.25,-47],[-138.419,13.657],[-146.25,79],[-116,68.25],[-95.75,8.75]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[6.402,4.155],[1.5,-13],[2.293,-28.417],[-12.25,-9.75],[-7.531,10.042],[-0.489,32.012]],"o":[[-14.25,-9.25],[-0.91,7.883],[-2.831,35.093],[10.367,8.251],[11.25,-15],[0.5,-32.75]],"v":[[-120.75,-55.25],[-149.25,-47],[-138.419,13.657],[-146.25,79],[-116,68.25],[-95.75,8.75]],"c":true}],"e":[{"i":[[6.402,4.155],[2.566,-12.832],[-4.065,-45.985],[-12.614,-9.275],[-7.531,10.042],[0.575,32.01]],"o":[[-14.25,-9.25],[-4,20],[3.169,35.843],[8.5,6.25],[11.25,-15],[-0.75,-41.75]],"v":[[-132.25,-60.75],[-160.75,-54],[-146.169,9.657],[-142.25,77.5],[-116.25,69.5],[-102.75,6]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[6.402,4.155],[2.566,-12.832],[-4.065,-45.985],[-12.614,-9.275],[-7.531,10.042],[0.575,32.01]],"o":[[-14.25,-9.25],[-4,20],[3.169,35.843],[8.5,6.25],[11.25,-15],[-0.75,-41.75]],"v":[[-132.25,-60.75],[-160.75,-54],[-146.169,9.657],[-142.25,77.5],[-116.25,69.5],[-102.75,6]],"c":true}],"e":[{"i":[[6.402,4.155],[2.566,-12.832],[-4.581,-46.407],[-10.25,-9.25],[-7.531,10.042],[0.575,32.01]],"o":[[-14.25,-9.25],[-4,20],[3.535,35.809],[7.833,7.068],[11.25,-15],[-0.75,-41.75]],"v":[[-132.25,-60.75],[-162.75,-54],[-146.919,8.407],[-142.25,77.5],[-116.25,69.5],[-103.25,5.75]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[6.402,4.155],[2.566,-12.832],[-4.581,-46.407],[-10.25,-9.25],[-7.531,10.042],[0.575,32.01]],"o":[[-14.25,-9.25],[-4,20],[3.535,35.809],[7.833,7.068],[11.25,-15],[-0.75,-41.75]],"v":[[-132.25,-60.75],[-162.75,-54],[-146.919,8.407],[-142.25,77.5],[-116.25,69.5],[-103.25,5.75]],"c":true}],"e":[{"i":[[6.402,4.155],[2.566,-12.832],[-5.831,-46.407],[-10.25,-9.25],[-7.531,10.042],[0.575,32.01]],"o":[[-14.25,-9.25],[-4,20],[4.486,35.702],[7.833,7.068],[11.25,-15],[-0.75,-41.75]],"v":[[-132.25,-60.75],[-164.5,-54.5],[-146.919,8.407],[-142.25,77.5],[-116.25,69.5],[-104,5.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[6.402,4.155],[2.566,-12.832],[-5.831,-46.407],[-10.25,-9.25],[-7.531,10.042],[0.575,32.01]],"o":[[-14.25,-9.25],[-4,20],[4.486,35.702],[7.833,7.068],[11.25,-15],[-0.75,-41.75]],"v":[[-132.25,-60.75],[-164.5,-54.5],[-146.919,8.407],[-142.25,77.5],[-116.25,69.5],[-104,5.5]],"c":true}],"e":[{"i":[[6.402,4.155],[2.566,-12.832],[-5.831,-46.407],[-10.25,-9.25],[-7.531,10.042],[1.298,32.271]],"o":[[-14.25,-9.25],[-4,20],[4.486,35.702],[7.833,7.068],[11.25,-15],[-1.75,-43.5]],"v":[[-132.25,-60.75],[-164.75,-55],[-146.919,8.407],[-142.25,77.5],[-116.25,69.5],[-104,5.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[6.402,4.155],[2.566,-12.832],[-5.831,-46.407],[-10.25,-9.25],[-7.531,10.042],[1.298,32.271]],"o":[[-14.25,-9.25],[-4,20],[4.486,35.702],[7.833,7.068],[11.25,-15],[-1.75,-43.5]],"v":[[-132.25,-60.75],[-164.75,-55],[-146.919,8.407],[-142.25,77.5],[-116.25,69.5],[-104,5.5]],"c":true}],"e":[{"i":[[6.402,4.155],[2.566,-12.832],[-5.831,-46.407],[-10.25,-9.25],[-7.531,10.042],[1.298,32.271]],"o":[[-14.25,-9.25],[-4,20],[4.486,35.702],[7.833,7.068],[11.25,-15],[-1.75,-43.5]],"v":[[-132.25,-60.75],[-165.75,-55],[-146.919,8.407],[-142.25,77.5],[-116.25,69.5],[-104,5.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[6.402,4.155],[2.566,-12.832],[-5.831,-46.407],[-10.25,-9.25],[-7.531,10.042],[1.298,32.271]],"o":[[-14.25,-9.25],[-4,20],[4.486,35.702],[7.833,7.068],[11.25,-15],[-1.75,-43.5]],"v":[[-132.25,-60.75],[-165.75,-55],[-146.919,8.407],[-142.25,77.5],[-116.25,69.5],[-104,5.5]],"c":true}],"e":[{"i":[[7.5,4.75],[2.566,-12.832],[-5.831,-46.407],[-10.25,-9.25],[-7.531,10.042],[1.298,32.271]],"o":[[-14.353,-9.09],[-4,20],[4.486,35.702],[7.833,7.068],[11.25,-15],[-1.75,-43.5]],"v":[[-132.25,-60.75],[-166.5,-55.5],[-146.919,8.407],[-142.25,77.5],[-116.25,69.5],[-104,5.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[7.5,4.75],[2.566,-12.832],[-5.831,-46.407],[-10.25,-9.25],[-7.531,10.042],[1.298,32.271]],"o":[[-14.353,-9.09],[-4,20],[4.486,35.702],[7.833,7.068],[11.25,-15],[-1.75,-43.5]],"v":[[-132.25,-60.75],[-166.5,-55.5],[-146.919,8.407],[-142.25,77.5],[-116.25,69.5],[-104,5.5]],"c":true}],"e":[{"i":[[7.319,5.025],[2.566,-12.832],[-5.831,-47.657],[-10.25,-9.25],[-7.531,10.042],[1.298,32.271]],"o":[[-16.75,-11.5],[-4,20],[4.37,35.717],[7.833,7.068],[11.25,-15],[-1.75,-43.5]],"v":[[-128,-58.5],[-165,-54],[-146.919,7.657],[-142.25,77.5],[-116.75,69.75],[-103.5,4.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[7.319,5.025],[2.566,-12.832],[-5.831,-47.657],[-10.25,-9.25],[-7.531,10.042],[1.298,32.271]],"o":[[-16.75,-11.5],[-4,20],[4.37,35.717],[7.833,7.068],[11.25,-15],[-1.75,-43.5]],"v":[[-128,-58.5],[-165,-54],[-146.919,7.657],[-142.25,77.5],[-116.75,69.75],[-103.5,4.25]],"c":true}],"e":[{"i":[[4.297,8.738],[4.5,-11.25],[-5.277,-51.162],[-11.5,-10],[-7.135,10.327],[1.942,32.239]],"o":[[-7.5,-15.25],[-5.657,14.142],[4.419,42.843],[5.738,4.989],[9.5,-13.75],[-2.5,-41.5]],"v":[[-118.25,-58.25],[-152,-60.75],[-142.169,5.407],[-142,74.25],[-115,67.5],[-100.5,7.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[4.297,8.738],[4.5,-11.25],[-5.277,-51.162],[-11.5,-10],[-7.135,10.327],[1.942,32.239]],"o":[[-7.5,-15.25],[-5.657,14.142],[4.419,42.843],[5.738,4.989],[9.5,-13.75],[-2.5,-41.5]],"v":[[-118.25,-58.25],[-152,-60.75],[-142.169,5.407],[-142,74.25],[-115,67.5],[-100.5,7.25]],"c":true}],"e":[{"i":[[4.297,8.738],[4.5,-11.25],[3.782,-33.367],[-14.25,-11.25],[-7.135,10.327],[-4.397,31.997]],"o":[[-7.5,-15.25],[-5.657,14.142],[-3.581,31.593],[5.968,4.711],[9.5,-13.75],[4.5,-32.75]],"v":[[-97.75,-58.5],[-127.75,-58.5],[-134.169,-2.593],[-141,75.25],[-115.25,66.75],[-91.75,5.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[4.297,8.738],[4.5,-11.25],[3.782,-33.367],[-14.25,-11.25],[-7.135,10.327],[-4.397,31.997]],"o":[[-7.5,-15.25],[-5.657,14.142],[-3.581,31.593],[5.968,4.711],[9.5,-13.75],[4.5,-32.75]],"v":[[-97.75,-58.5],[-127.75,-58.5],[-134.169,-2.593],[-141,75.25],[-115.25,66.75],[-91.75,5.5]],"c":true}],"e":[{"i":[[4.297,8.738],[4.5,-9.25],[4.919,-35.157],[-10.25,-4.25],[-7.135,10.327],[-4.741,31.948]],"o":[[-7.5,-15.25],[-4.549,9.351],[-5.123,36.615],[5.164,2.141],[9.5,-13.75],[5.75,-38.75]],"v":[[-91.75,-54.75],[-123.25,-56.25],[-135.419,-2.343],[-139.75,75.25],[-115.25,63.25],[-93.5,5.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[4.297,8.738],[4.5,-9.25],[4.919,-35.157],[-10.25,-4.25],[-7.135,10.327],[-4.741,31.948]],"o":[[-7.5,-15.25],[-4.549,9.351],[-5.123,36.615],[5.164,2.141],[9.5,-13.75],[5.75,-38.75]],"v":[[-91.75,-54.75],[-123.25,-56.25],[-135.419,-2.343],[-139.75,75.25],[-115.25,63.25],[-93.5,5.5]],"c":true}],"e":[{"i":[[0.836,9.701],[7.548,-6.989],[19.077,-31.597],[-7.5,-13.589],[-10.394,7.037],[-16.002,28.055]],"o":[[-1.46,-16.932],[-7.63,7.065],[-19.11,31.65],[3.884,7.038],[13.839,-9.37],[19.41,-34.028]],"v":[[-78.878,-31.909],[-105.69,-40.479],[-138.577,1.097],[-169,76.839],[-144.316,80.289],[-102.356,23.606]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[0.836,9.701],[7.548,-6.989],[19.077,-31.597],[-7.5,-13.589],[-10.394,7.037],[-16.002,28.055]],"o":[[-1.46,-16.932],[-7.63,7.065],[-19.11,31.65],[3.884,7.038],[13.839,-9.37],[19.41,-34.028]],"v":[[-78.878,-31.909],[-105.69,-40.479],[-138.577,1.097],[-169,76.839],[-144.316,80.289],[-102.356,23.606]],"c":true}],"e":[{"i":[[-5.236,8.209],[10.285,0.149],[35.61,-9.708],[3.564,-11.86],[-10.922,-1.389],[-35.154,8.189]],"o":[[9.298,-14.576],[-10.397,-0.151],[-35.67,9.724],[-2.313,7.698],[16.579,2.108],[36.9,-8.596]],"v":[[-46.798,-36.424],[-60.792,-62.127],[-110.283,-52.474],[-176.064,-22.64],[-164.828,-3.611],[-99.846,-17.189]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[-5.236,8.209],[10.285,0.149],[35.61,-9.708],[3.564,-11.86],[-10.922,-1.389],[-35.154,8.189]],"o":[[9.298,-14.576],[-10.397,-0.151],[-35.67,9.724],[-2.313,7.698],[16.579,2.108],[36.9,-8.596]],"v":[[-46.798,-36.424],[-60.792,-62.127],[-110.283,-52.474],[-176.064,-22.64],[-164.828,-3.611],[-99.846,-17.189]],"c":true}],"e":[{"i":[[-9.417,2.476],[7.453,7.089],[33.409,16.044],[11.518,-4.55],[-7.509,-8.052],[-31.695,-17.272]],"o":[[16.721,-4.397],[-7.535,-7.166],[-33.328,-16.005],[-8.279,3.27],[10.881,11.669],[26.688,14.544]],"v":[[-57.672,-18.423],[-48.508,-43.549],[-104.659,-76.544],[-165.221,-94.77],[-171.631,-73.169],[-112.688,-38.794]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[-9.417,2.476],[7.453,7.089],[33.409,16.044],[11.518,-4.55],[-7.509,-8.052],[-31.695,-17.272]],"o":[[16.721,-4.397],[-7.535,-7.166],[-33.328,-16.005],[-8.279,3.27],[10.881,11.669],[26.688,14.544]],"v":[[-57.672,-18.423],[-48.508,-43.549],[-104.659,-76.544],[-165.221,-94.77],[-171.631,-73.169],[-112.688,-38.794]],"c":true}],"e":[{"i":[[-13.328,-39.327],[5.665,8.586],[20.659,27.544],[12.221,-2.48],[-0.619,-10.831],[-8.487,-9.741]],"o":[[6.455,19.045],[-5.742,-8.701],[-4.588,-6.117],[-8.724,1.77],[0.353,6.17],[15.938,18.294]],"v":[[-78.672,-5.173],[-51.008,-38.799],[-92.159,-94.794],[-123.471,-115.52],[-139.881,-99.419],[-126.188,-72.544]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[-13.328,-39.327],[5.665,8.586],[20.659,27.544],[12.221,-2.48],[-0.619,-10.831],[-8.487,-9.741]],"o":[[6.455,19.045],[-5.742,-8.701],[-4.588,-6.117],[-8.724,1.77],[0.353,6.17],[15.938,18.294]],"v":[[-78.672,-5.173],[-51.008,-38.799],[-92.159,-94.794],[-123.471,-115.52],[-139.881,-99.419],[-126.188,-72.544]],"c":true}],"e":[{"i":[[-2.747,-26.894],[3.421,9.701],[13.386,31.722],[12.458,0.549],[0.572,-9.112],[-5.88,-11.505]],"o":[[1.76,17.236],[-3.467,-9.832],[-2.973,-7.045],[-8.893,-0.392],[-0.387,6.168],[11.042,21.605]],"v":[[-82.253,-9.606],[-48.994,-23.827],[-75.634,-99.862],[-94.005,-126.544],[-127.572,-117.138],[-110.533,-86.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[-2.747,-26.894],[3.421,9.701],[13.386,31.722],[12.458,0.549],[0.572,-9.112],[-5.88,-11.505]],"o":[[1.76,17.236],[-3.467,-9.832],[-2.973,-7.045],[-8.893,-0.392],[-0.387,6.168],[11.042,21.605]],"v":[[-82.253,-9.606],[-48.994,-23.827],[-75.634,-99.862],[-94.005,-126.544],[-127.572,-117.138],[-110.533,-86.5]],"c":true}],"e":[{"i":[[-1.747,-5.394],[-6.756,2.827],[4.043,12.991],[7.255,0.544],[-0.928,-4.362],[-3.067,-11.365]],"o":[[6.753,3.106],[0.566,-2.66],[-1.366,-4.388],[-8.876,-0.666],[1.287,6.045],[9.783,36.25]],"v":[[-80.253,-20.856],[-45.744,-25.077],[-61.384,-119.112],[-69.005,-128.294],[-107.822,-124.388],[-99.783,-88]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[-1.747,-5.394],[-6.756,2.827],[4.043,12.991],[7.255,0.544],[-0.928,-4.362],[-3.067,-11.365]],"o":[[6.753,3.106],[0.566,-2.66],[-1.366,-4.388],[-8.876,-0.666],[1.287,6.045],[9.783,36.25]],"v":[[-80.253,-20.856],[-45.744,-25.077],[-61.384,-119.112],[-69.005,-128.294],[-107.822,-124.388],[-99.783,-88]],"c":true}],"e":[{"i":[[0.253,-11.644],[-7.006,-0.673],[-0.275,13.603],[7.255,0.544],[0.072,-1.612],[0.283,-11.75]],"o":[[7.503,2.356],[0.566,-2.66],[0.134,-6.638],[-8.876,-0.666],[-0.275,6.174],[-0.905,37.536]],"v":[[-85.253,-21.856],[-39.494,-19.577],[-38.634,-121.362],[-46.005,-126.544],[-85.322,-126.138],[-85.533,-105.25]],"c":true}]},{"t":25}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":21,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"front_leg","parent":21,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[4.75,1],[9,-22],[1.434,-5.714],[-7.055,-2.665],[0,0],[-1,24]],"o":[[-4.75,-1],[-3.356,8.204],[-2.411,9.608],[9.702,3.665],[0,0],[1.032,-24.774]],"v":[[-118.5,35.25],[-138,52.25],[-145.451,73.121],[-139.75,91.5],[-128,94],[-105.25,76]],"c":true}],"e":[{"i":[[4.75,1],[4.25,-15.5],[3.209,-11.832],[-14.975,-6.846],[0,0],[-5.826,23.304]],"o":[[-4.75,-1],[-2.098,7.653],[-6.331,23.343],[8.75,4],[0,0],[11.75,-47]],"v":[[-110.25,-0.5],[-135.25,11.25],[-137.169,44.657],[-144.25,89.25],[-120,91],[-95.75,62]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[4.75,1],[4.25,-15.5],[3.209,-11.832],[-14.975,-6.846],[0,0],[-5.826,23.304]],"o":[[-4.75,-1],[-2.098,7.653],[-6.331,23.343],[8.75,4],[0,0],[11.75,-47]],"v":[[-110.25,-0.5],[-135.25,11.25],[-137.169,44.657],[-144.25,89.25],[-120,91],[-95.75,62]],"c":true}],"e":[{"i":[[4.741,1.041],[5.25,-18.25],[3.787,-17.742],[-14.75,-7],[-6.801,3.4],[-1.936,23.943]],"o":[[-10.25,-2.25],[-2.194,7.626],[-2.581,12.093],[8.692,4.125],[9.5,-4.75],[4.75,-58.75]],"v":[[-110.75,-26],[-135.5,-9.75],[-137.169,40.657],[-145.5,87],[-116,87.5],[-96,42]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[4.741,1.041],[5.25,-18.25],[3.787,-17.742],[-14.75,-7],[-6.801,3.4],[-1.936,23.943]],"o":[[-10.25,-2.25],[-2.194,7.626],[-2.581,12.093],[8.692,4.125],[9.5,-4.75],[4.75,-58.75]],"v":[[-110.75,-26],[-135.5,-9.75],[-137.169,40.657],[-145.5,87],[-116,87.5],[-96,42]],"c":true}],"e":[{"i":[[4.741,1.041],[3.75,-12.75],[2.419,-28.407],[-17.25,-7],[-8.75,9],[1.25,31.25]],"o":[[-10.25,-2.25],[-2.239,7.613],[-2.302,27.042],[13.557,5.501],[13.575,-13.963],[-1.449,-36.221]],"v":[[-115.75,-43.75],[-140.5,-31.75],[-135.169,22.157],[-146.75,82],[-115.5,75.5],[-94.25,11.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[4.741,1.041],[3.75,-12.75],[2.419,-28.407],[-17.25,-7],[-8.75,9],[1.25,31.25]],"o":[[-10.25,-2.25],[-2.239,7.613],[-2.302,27.042],[13.557,5.501],[13.575,-13.963],[-1.449,-36.221]],"v":[[-115.75,-43.75],[-140.5,-31.75],[-135.169,22.157],[-146.75,82],[-115.5,75.5],[-94.25,11.25]],"c":true}],"e":[{"i":[[6.5,4],[3.75,-12.75],[2.293,-28.417],[-16.09,-10.012],[-8.75,9],[-0.489,32.012]],"o":[[-10.671,-6.567],[-2.239,7.613],[-2.831,35.093],[11.25,7],[13.575,-13.963],[0.5,-32.75]],"v":[[-116,-53.5],[-141,-42],[-136.169,18.157],[-146.75,80.75],[-116,72.25],[-95.25,9.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[6.5,4],[3.75,-12.75],[2.293,-28.417],[-16.09,-10.012],[-8.75,9],[-0.489,32.012]],"o":[[-10.671,-6.567],[-2.239,7.613],[-2.831,35.093],[11.25,7],[13.575,-13.963],[0.5,-32.75]],"v":[[-116,-53.5],[-141,-42],[-136.169,18.157],[-146.75,80.75],[-116,72.25],[-95.25,9.25]],"c":true}],"e":[{"i":[[6.402,4.155],[1.5,-13],[2.293,-28.417],[-12.25,-9.75],[-7.531,10.042],[-0.489,32.012]],"o":[[-14.25,-9.25],[-0.91,7.883],[-2.831,35.093],[10.367,8.251],[11.25,-15],[0.5,-32.75]],"v":[[-120.75,-55.25],[-149.25,-47],[-138.419,13.657],[-146.25,79],[-116,68.25],[-95.75,8.75]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[6.402,4.155],[1.5,-13],[2.293,-28.417],[-12.25,-9.75],[-7.531,10.042],[-0.489,32.012]],"o":[[-14.25,-9.25],[-0.91,7.883],[-2.831,35.093],[10.367,8.251],[11.25,-15],[0.5,-32.75]],"v":[[-120.75,-55.25],[-149.25,-47],[-138.419,13.657],[-146.25,79],[-116,68.25],[-95.75,8.75]],"c":true}],"e":[{"i":[[6.402,4.155],[2.566,-12.832],[-4.065,-45.985],[-12.614,-9.275],[-7.531,10.042],[0.575,32.01]],"o":[[-14.25,-9.25],[-4,20],[3.169,35.843],[8.5,6.25],[11.25,-15],[-0.75,-41.75]],"v":[[-132.25,-60.75],[-160.75,-54],[-146.169,9.657],[-142.25,77.5],[-116.25,69.5],[-102.75,6]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[6.402,4.155],[2.566,-12.832],[-4.065,-45.985],[-12.614,-9.275],[-7.531,10.042],[0.575,32.01]],"o":[[-14.25,-9.25],[-4,20],[3.169,35.843],[8.5,6.25],[11.25,-15],[-0.75,-41.75]],"v":[[-132.25,-60.75],[-160.75,-54],[-146.169,9.657],[-142.25,77.5],[-116.25,69.5],[-102.75,6]],"c":true}],"e":[{"i":[[6.402,4.155],[2.566,-12.832],[-4.581,-46.407],[-10.25,-9.25],[-7.531,10.042],[0.575,32.01]],"o":[[-14.25,-9.25],[-4,20],[3.535,35.809],[7.833,7.068],[11.25,-15],[-0.75,-41.75]],"v":[[-132.25,-60.75],[-162.75,-54],[-146.919,8.407],[-142.25,77.5],[-116.25,69.5],[-103.25,5.75]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[6.402,4.155],[2.566,-12.832],[-4.581,-46.407],[-10.25,-9.25],[-7.531,10.042],[0.575,32.01]],"o":[[-14.25,-9.25],[-4,20],[3.535,35.809],[7.833,7.068],[11.25,-15],[-0.75,-41.75]],"v":[[-132.25,-60.75],[-162.75,-54],[-146.919,8.407],[-142.25,77.5],[-116.25,69.5],[-103.25,5.75]],"c":true}],"e":[{"i":[[6.402,4.155],[2.566,-12.832],[-5.831,-46.407],[-10.25,-9.25],[-7.531,10.042],[0.575,32.01]],"o":[[-14.25,-9.25],[-4,20],[4.486,35.702],[7.833,7.068],[11.25,-15],[-0.75,-41.75]],"v":[[-132.25,-60.75],[-164.5,-54.5],[-146.919,8.407],[-142.25,77.5],[-116.25,69.5],[-104,5.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[6.402,4.155],[2.566,-12.832],[-5.831,-46.407],[-10.25,-9.25],[-7.531,10.042],[0.575,32.01]],"o":[[-14.25,-9.25],[-4,20],[4.486,35.702],[7.833,7.068],[11.25,-15],[-0.75,-41.75]],"v":[[-132.25,-60.75],[-164.5,-54.5],[-146.919,8.407],[-142.25,77.5],[-116.25,69.5],[-104,5.5]],"c":true}],"e":[{"i":[[6.402,4.155],[2.566,-12.832],[-5.831,-46.407],[-10.25,-9.25],[-7.531,10.042],[1.298,32.271]],"o":[[-14.25,-9.25],[-4,20],[4.486,35.702],[7.833,7.068],[11.25,-15],[-1.75,-43.5]],"v":[[-132.25,-60.75],[-164.75,-55],[-146.919,8.407],[-142.25,77.5],[-116.25,69.5],[-104,5.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[6.402,4.155],[2.566,-12.832],[-5.831,-46.407],[-10.25,-9.25],[-7.531,10.042],[1.298,32.271]],"o":[[-14.25,-9.25],[-4,20],[4.486,35.702],[7.833,7.068],[11.25,-15],[-1.75,-43.5]],"v":[[-132.25,-60.75],[-164.75,-55],[-146.919,8.407],[-142.25,77.5],[-116.25,69.5],[-104,5.5]],"c":true}],"e":[{"i":[[6.402,4.155],[2.566,-12.832],[-5.831,-46.407],[-10.25,-9.25],[-7.531,10.042],[1.298,32.271]],"o":[[-14.25,-9.25],[-4,20],[4.486,35.702],[7.833,7.068],[11.25,-15],[-1.75,-43.5]],"v":[[-132.25,-60.75],[-165.75,-55],[-146.919,8.407],[-142.25,77.5],[-116.25,69.5],[-104,5.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[6.402,4.155],[2.566,-12.832],[-5.831,-46.407],[-10.25,-9.25],[-7.531,10.042],[1.298,32.271]],"o":[[-14.25,-9.25],[-4,20],[4.486,35.702],[7.833,7.068],[11.25,-15],[-1.75,-43.5]],"v":[[-132.25,-60.75],[-165.75,-55],[-146.919,8.407],[-142.25,77.5],[-116.25,69.5],[-104,5.5]],"c":true}],"e":[{"i":[[7.5,4.75],[2.566,-12.832],[-5.831,-46.407],[-10.25,-9.25],[-7.531,10.042],[1.298,32.271]],"o":[[-14.353,-9.09],[-4,20],[4.486,35.702],[7.833,7.068],[11.25,-15],[-1.75,-43.5]],"v":[[-132.25,-60.75],[-166.5,-55.5],[-146.919,8.407],[-142.25,77.5],[-116.25,69.5],[-104,5.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[7.5,4.75],[2.566,-12.832],[-5.831,-46.407],[-10.25,-9.25],[-7.531,10.042],[1.298,32.271]],"o":[[-14.353,-9.09],[-4,20],[4.486,35.702],[7.833,7.068],[11.25,-15],[-1.75,-43.5]],"v":[[-132.25,-60.75],[-166.5,-55.5],[-146.919,8.407],[-142.25,77.5],[-116.25,69.5],[-104,5.5]],"c":true}],"e":[{"i":[[7.319,5.025],[2.566,-12.832],[-5.831,-47.657],[-10.25,-9.25],[-7.531,10.042],[1.298,32.271]],"o":[[-16.75,-11.5],[-4,20],[4.37,35.717],[7.833,7.068],[11.25,-15],[-1.75,-43.5]],"v":[[-128,-58.5],[-165,-54],[-146.919,7.657],[-142.25,77.5],[-116.75,69.75],[-103.5,4.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[7.319,5.025],[2.566,-12.832],[-5.831,-47.657],[-10.25,-9.25],[-7.531,10.042],[1.298,32.271]],"o":[[-16.75,-11.5],[-4,20],[4.37,35.717],[7.833,7.068],[11.25,-15],[-1.75,-43.5]],"v":[[-128,-58.5],[-165,-54],[-146.919,7.657],[-142.25,77.5],[-116.75,69.75],[-103.5,4.25]],"c":true}],"e":[{"i":[[4.297,8.738],[4.5,-11.25],[-5.277,-51.162],[-11.5,-10],[-7.135,10.327],[1.942,32.239]],"o":[[-7.5,-15.25],[-5.657,14.142],[4.419,42.843],[5.738,4.989],[9.5,-13.75],[-2.5,-41.5]],"v":[[-118.25,-58.25],[-152,-60.75],[-142.169,5.407],[-142,74.25],[-115,67.5],[-100.5,7.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[4.297,8.738],[4.5,-11.25],[-5.277,-51.162],[-11.5,-10],[-7.135,10.327],[1.942,32.239]],"o":[[-7.5,-15.25],[-5.657,14.142],[4.419,42.843],[5.738,4.989],[9.5,-13.75],[-2.5,-41.5]],"v":[[-118.25,-58.25],[-152,-60.75],[-142.169,5.407],[-142,74.25],[-115,67.5],[-100.5,7.25]],"c":true}],"e":[{"i":[[4.297,8.738],[4.5,-11.25],[3.782,-33.367],[-14.25,-11.25],[-7.135,10.327],[-4.397,31.997]],"o":[[-7.5,-15.25],[-5.657,14.142],[-3.581,31.593],[5.968,4.711],[9.5,-13.75],[4.5,-32.75]],"v":[[-97.75,-58.5],[-127.75,-58.5],[-134.169,-2.593],[-141,75.25],[-115.25,66.75],[-91.75,5.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[4.297,8.738],[4.5,-11.25],[3.782,-33.367],[-14.25,-11.25],[-7.135,10.327],[-4.397,31.997]],"o":[[-7.5,-15.25],[-5.657,14.142],[-3.581,31.593],[5.968,4.711],[9.5,-13.75],[4.5,-32.75]],"v":[[-97.75,-58.5],[-127.75,-58.5],[-134.169,-2.593],[-141,75.25],[-115.25,66.75],[-91.75,5.5]],"c":true}],"e":[{"i":[[4.297,8.738],[4.5,-9.25],[4.919,-35.157],[-10.25,-4.25],[-7.135,10.327],[-4.741,31.948]],"o":[[-7.5,-15.25],[-4.549,9.351],[-5.123,36.615],[5.164,2.141],[9.5,-13.75],[5.75,-38.75]],"v":[[-91.75,-54.75],[-123.25,-56.25],[-135.419,-2.343],[-139.75,75.25],[-115.25,63.25],[-93.5,5.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[4.297,8.738],[4.5,-9.25],[4.919,-35.157],[-10.25,-4.25],[-7.135,10.327],[-4.741,31.948]],"o":[[-7.5,-15.25],[-4.549,9.351],[-5.123,36.615],[5.164,2.141],[9.5,-13.75],[5.75,-38.75]],"v":[[-91.75,-54.75],[-123.25,-56.25],[-135.419,-2.343],[-139.75,75.25],[-115.25,63.25],[-93.5,5.5]],"c":true}],"e":[{"i":[[0.836,9.701],[7.548,-6.989],[19.077,-31.597],[-7.5,-13.589],[-10.394,7.037],[-16.002,28.055]],"o":[[-1.46,-16.932],[-7.63,7.065],[-19.11,31.65],[3.884,7.038],[13.839,-9.37],[19.41,-34.028]],"v":[[-78.878,-31.909],[-105.69,-40.479],[-138.577,1.097],[-169,76.839],[-144.316,80.289],[-102.356,23.606]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[0.836,9.701],[7.548,-6.989],[19.077,-31.597],[-7.5,-13.589],[-10.394,7.037],[-16.002,28.055]],"o":[[-1.46,-16.932],[-7.63,7.065],[-19.11,31.65],[3.884,7.038],[13.839,-9.37],[19.41,-34.028]],"v":[[-78.878,-31.909],[-105.69,-40.479],[-138.577,1.097],[-169,76.839],[-144.316,80.289],[-102.356,23.606]],"c":true}],"e":[{"i":[[-5.236,8.209],[10.285,0.149],[35.61,-9.708],[3.564,-11.86],[-10.922,-1.389],[-35.154,8.189]],"o":[[9.298,-14.576],[-10.397,-0.151],[-35.67,9.724],[-2.313,7.698],[16.579,2.108],[36.9,-8.596]],"v":[[-46.798,-36.424],[-60.792,-62.127],[-110.283,-52.474],[-176.064,-22.64],[-164.828,-3.611],[-99.846,-17.189]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[-5.236,8.209],[10.285,0.149],[35.61,-9.708],[3.564,-11.86],[-10.922,-1.389],[-35.154,8.189]],"o":[[9.298,-14.576],[-10.397,-0.151],[-35.67,9.724],[-2.313,7.698],[16.579,2.108],[36.9,-8.596]],"v":[[-46.798,-36.424],[-60.792,-62.127],[-110.283,-52.474],[-176.064,-22.64],[-164.828,-3.611],[-99.846,-17.189]],"c":true}],"e":[{"i":[[-9.417,2.476],[7.453,7.089],[33.409,16.044],[11.518,-4.55],[-7.509,-8.052],[-31.695,-17.272]],"o":[[16.721,-4.397],[-7.535,-7.166],[-33.328,-16.005],[-8.279,3.27],[10.881,11.669],[26.688,14.544]],"v":[[-57.672,-18.423],[-48.508,-43.549],[-104.659,-76.544],[-165.221,-94.77],[-171.631,-73.169],[-112.688,-38.794]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[-9.417,2.476],[7.453,7.089],[33.409,16.044],[11.518,-4.55],[-7.509,-8.052],[-31.695,-17.272]],"o":[[16.721,-4.397],[-7.535,-7.166],[-33.328,-16.005],[-8.279,3.27],[10.881,11.669],[26.688,14.544]],"v":[[-57.672,-18.423],[-48.508,-43.549],[-104.659,-76.544],[-165.221,-94.77],[-171.631,-73.169],[-112.688,-38.794]],"c":true}],"e":[{"i":[[-13.328,-39.327],[5.665,8.586],[20.659,27.544],[12.221,-2.48],[-0.619,-10.831],[-8.487,-9.741]],"o":[[6.455,19.045],[-5.742,-8.701],[-4.588,-6.117],[-8.724,1.77],[0.353,6.17],[15.938,18.294]],"v":[[-78.672,-5.173],[-51.008,-38.799],[-92.159,-94.794],[-123.471,-115.52],[-139.881,-99.419],[-126.188,-72.544]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[-13.328,-39.327],[5.665,8.586],[20.659,27.544],[12.221,-2.48],[-0.619,-10.831],[-8.487,-9.741]],"o":[[6.455,19.045],[-5.742,-8.701],[-4.588,-6.117],[-8.724,1.77],[0.353,6.17],[15.938,18.294]],"v":[[-78.672,-5.173],[-51.008,-38.799],[-92.159,-94.794],[-123.471,-115.52],[-139.881,-99.419],[-126.188,-72.544]],"c":true}],"e":[{"i":[[-2.747,-26.894],[3.421,9.701],[13.386,31.722],[12.458,0.549],[0.572,-9.112],[-5.88,-11.505]],"o":[[1.76,17.236],[-3.467,-9.832],[-2.973,-7.045],[-8.893,-0.392],[-0.387,6.168],[11.042,21.605]],"v":[[-82.253,-9.606],[-48.994,-23.827],[-75.634,-99.862],[-94.005,-126.544],[-127.572,-117.138],[-110.533,-86.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[-2.747,-26.894],[3.421,9.701],[13.386,31.722],[12.458,0.549],[0.572,-9.112],[-5.88,-11.505]],"o":[[1.76,17.236],[-3.467,-9.832],[-2.973,-7.045],[-8.893,-0.392],[-0.387,6.168],[11.042,21.605]],"v":[[-82.253,-9.606],[-48.994,-23.827],[-75.634,-99.862],[-94.005,-126.544],[-127.572,-117.138],[-110.533,-86.5]],"c":true}],"e":[{"i":[[-1.747,-5.394],[-6.756,2.827],[4.043,12.991],[7.255,0.544],[-0.928,-4.362],[-3.067,-11.365]],"o":[[6.753,3.106],[0.566,-2.66],[-1.366,-4.388],[-8.876,-0.666],[1.287,6.045],[9.783,36.25]],"v":[[-80.253,-20.856],[-45.744,-25.077],[-61.384,-119.112],[-69.005,-128.294],[-107.822,-124.388],[-99.783,-88]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[-1.747,-5.394],[-6.756,2.827],[4.043,12.991],[7.255,0.544],[-0.928,-4.362],[-3.067,-11.365]],"o":[[6.753,3.106],[0.566,-2.66],[-1.366,-4.388],[-8.876,-0.666],[1.287,6.045],[9.783,36.25]],"v":[[-80.253,-20.856],[-45.744,-25.077],[-61.384,-119.112],[-69.005,-128.294],[-107.822,-124.388],[-99.783,-88]],"c":true}],"e":[{"i":[[0.253,-11.644],[-7.006,-0.673],[-0.275,13.603],[7.255,0.544],[0.072,-1.612],[0.283,-11.75]],"o":[[7.503,2.356],[0.566,-2.66],[0.134,-6.638],[-8.876,-0.666],[-0.275,6.174],[-0.905,37.536]],"v":[[-85.253,-21.856],[-39.494,-19.577],[-38.634,-121.362],[-46.005,-126.544],[-85.322,-126.138],[-85.533,-105.25]],"c":true}]},{"t":25}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":2,"op":21,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"front_foot","parent":21,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[0,0],[0,0],[-3.75,0],[-1.317,0.051],[1.875,0.125],[1.5,0.188],[0.125,2.125]],"o":[[0,0],[0,0],[3.75,0],[1.625,-0.062],[-6.175,-0.412],[-1.5,-0.188],[-0.188,-0.062]],"v":[[-134.938,93.625],[-135,98.375],[-130.625,99.75],[-113.25,99.75],[-113.062,97.625],[-131,97.125],[-132.125,93.812]],"c":true}],"e":[{"i":[[0,0],[-0.312,-1.938],[-3.75,0],[-1.317,0.051],[1.875,0.125],[2,0.5],[0.125,2.125]],"o":[[0,0],[0.312,1.938],[3.75,0],[1.625,-0.062],[-6.175,-0.412],[-1.467,-0.367],[-0.188,-0.062]],"v":[[-135.875,91.188],[-137.312,97.312],[-130.625,99.75],[-116.688,99.875],[-116.5,96.812],[-132.25,96.25],[-133.062,91.375]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[0,0],[-0.312,-1.938],[-3.75,0],[-1.317,0.051],[1.875,0.125],[2,0.5],[0.125,2.125]],"o":[[0,0],[0.312,1.938],[3.75,0],[1.625,-0.062],[-6.175,-0.412],[-1.467,-0.367],[-0.188,-0.062]],"v":[[-135.875,91.188],[-137.312,97.312],[-130.625,99.75],[-116.688,99.875],[-116.5,96.812],[-132.25,96.25],[-133.062,91.375]],"c":true}],"e":[{"i":[[0,0],[0.205,-1.952],[-3.75,0],[-1.317,0.051],[2,0.062],[2,0.5],[0.125,2.125]],"o":[[0,0],[-0.25,2.375],[3.75,0],[1.625,-0.062],[-7.122,-0.223],[-1.467,-0.367],[-0.188,-0.062]],"v":[[-142.312,88.75],[-146.75,97.625],[-139.188,99.688],[-125.25,99.812],[-125.062,96.375],[-140.5,95.812],[-139.312,89]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[0,0],[0.205,-1.952],[-3.75,0],[-1.317,0.051],[2,0.062],[2,0.5],[0.125,2.125]],"o":[[0,0],[-0.25,2.375],[3.75,0],[1.625,-0.062],[-7.122,-0.223],[-1.467,-0.367],[-0.188,-0.062]],"v":[[-142.312,88.75],[-146.75,97.625],[-139.188,99.688],[-125.25,99.812],[-125.062,96.375],[-140.5,95.812],[-139.312,89]],"c":true}],"e":[{"i":[[0,0],[0.205,-1.952],[-3.75,0],[-1.317,0.051],[2,0.062],[2.375,0.312],[0.125,2.125]],"o":[[0,0],[-0.25,2.375],[3.75,0],[1.625,-0.062],[-7.122,-0.223],[-1.499,-0.197],[-0.188,-0.062]],"v":[[-142.562,83.25],[-148.875,97.75],[-140.938,99.938],[-127,100.062],[-127.312,96.812],[-142.312,96.25],[-139.125,83.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[0,0],[0.205,-1.952],[-3.75,0],[-1.317,0.051],[2,0.062],[2.375,0.312],[0.125,2.125]],"o":[[0,0],[-0.25,2.375],[3.75,0],[1.625,-0.062],[-7.122,-0.223],[-1.499,-0.197],[-0.188,-0.062]],"v":[[-142.562,83.25],[-148.875,97.75],[-140.938,99.938],[-127,100.062],[-127.312,96.812],[-142.312,96.25],[-139.125,83.5]],"c":true}],"e":[{"i":[[0,0],[0.513,-1.894],[-4.688,-0.375],[-1.317,0.051],[2.875,0.062],[2.41,1.748],[-0.438,0.562]],"o":[[0,0],[-0.812,3],[3.738,0.299],[1.625,-0.062],[-7.124,-0.155],[-3.188,-2.312],[-0.188,-0.062]],"v":[[-144.875,82.25],[-151.688,93.125],[-144.938,99.812],[-130.625,99.812],[-131.188,96.438],[-145.625,95],[-140.25,82.75]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[0,0],[0.513,-1.894],[-4.688,-0.375],[-1.317,0.051],[2.875,0.062],[2.41,1.748],[-0.438,0.562]],"o":[[0,0],[-0.812,3],[3.738,0.299],[1.625,-0.062],[-7.124,-0.155],[-3.188,-2.312],[-0.188,-0.062]],"v":[[-144.875,82.25],[-151.688,93.125],[-144.938,99.812],[-130.625,99.812],[-131.188,96.438],[-145.625,95],[-140.25,82.75]],"c":true}],"e":[{"i":[[0,0],[1.144,-3.133],[-4.688,-0.375],[-1.376,0],[2.875,0.062],[3.125,2.75],[-0.438,0.562]],"o":[[0,0],[-1.438,3.938],[3.738,0.299],[2.875,0],[-7.124,-0.155],[-2.956,-2.602],[-0.188,-0.062]],"v":[[-145.438,80.438],[-152.25,91.188],[-145.312,99.812],[-136.438,99.75],[-136.75,96.5],[-147.312,94.562],[-140.812,80.938]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0,0],[1.144,-3.133],[-4.688,-0.375],[-1.376,0],[2.875,0.062],[3.125,2.75],[-0.438,0.562]],"o":[[0,0],[-1.438,3.938],[3.738,0.299],[2.875,0],[-7.124,-0.155],[-2.956,-2.602],[-0.188,-0.062]],"v":[[-145.438,80.438],[-152.25,91.188],[-145.312,99.812],[-136.438,99.75],[-136.75,96.5],[-147.312,94.562],[-140.812,80.938]],"c":true}],"e":[{"i":[[0,0],[1.144,-3.133],[-4.697,-0.224],[-1.376,0],[2.875,0.062],[0.375,0.812],[-0.438,0.562]],"o":[[0,0],[-1.438,3.938],[2.625,0.125],[2.875,0],[-7.124,-0.155],[-2.433,-3.097],[-0.188,-0.062]],"v":[[-143.062,76.625],[-152,91],[-145.312,99.812],[-139.625,100],[-139.688,96.5],[-147.312,94.562],[-139.25,78.875]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[0,0],[1.144,-3.133],[-4.697,-0.224],[-1.376,0],[2.875,0.062],[0.375,0.812],[-0.438,0.562]],"o":[[0,0],[-1.438,3.938],[2.625,0.125],[2.875,0],[-7.124,-0.155],[-2.433,-3.097],[-0.188,-0.062]],"v":[[-143.062,76.625],[-152,91],[-145.312,99.812],[-139.625,100],[-139.688,96.5],[-147.312,94.562],[-139.25,78.875]],"c":true}],"e":[{"i":[[0,0],[1.144,-3.133],[-4.697,-0.224],[-1.376,0],[2.875,0.062],[0.375,0.812],[-0.438,0.562]],"o":[[0,0],[-1.438,3.938],[2.625,0.125],[2.875,0],[-7.124,-0.155],[-2.433,-3.097],[-0.188,-0.062]],"v":[[-143.062,76.625],[-152,91],[-145.312,99.812],[-139.625,100],[-139.688,96.5],[-147.312,94.562],[-139.25,78.875]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[0,0],[1.144,-3.133],[-4.697,-0.224],[-1.376,0],[2.875,0.062],[0.375,0.812],[-0.438,0.562]],"o":[[0,0],[-1.438,3.938],[2.625,0.125],[2.875,0],[-7.124,-0.155],[-2.433,-3.097],[-0.188,-0.062]],"v":[[-143.062,76.625],[-152,91],[-145.312,99.812],[-139.625,100],[-139.688,96.5],[-147.312,94.562],[-139.25,78.875]],"c":true}],"e":[{"i":[[0,0],[1.144,-3.133],[-4.697,-0.224],[-1.376,0],[2.875,0.062],[0.375,0.812],[-0.438,0.562]],"o":[[0,0],[-1.438,3.938],[2.625,0.125],[2.875,0],[-7.124,-0.155],[-2.433,-3.097],[-0.188,-0.062]],"v":[[-143.062,76.625],[-152,91],[-145.312,99.812],[-139.625,100],[-139.688,96.5],[-147.312,94.562],[-139.25,78.875]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,0],[1.144,-3.133],[-4.697,-0.224],[-1.376,0],[2.875,0.062],[0.375,0.812],[-0.438,0.562]],"o":[[0,0],[-1.438,3.938],[2.625,0.125],[2.875,0],[-7.124,-0.155],[-2.433,-3.097],[-0.188,-0.062]],"v":[[-143.062,76.625],[-152,91],[-145.312,99.812],[-139.625,100],[-139.688,96.5],[-147.312,94.562],[-139.25,78.875]],"c":true}],"e":[{"i":[[0,0],[1.144,-3.133],[-4.697,-0.224],[-1.376,0],[2.875,0.062],[0.375,0.812],[-0.438,0.562]],"o":[[0,0],[-1.438,3.938],[2.625,0.125],[2.875,0],[-7.124,-0.155],[-2.433,-3.097],[-0.188,-0.062]],"v":[[-143.062,76.625],[-152,91],[-145.312,99.812],[-139.625,100],[-139.688,96.5],[-147.312,94.562],[-139.25,78.875]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[0,0],[1.144,-3.133],[-4.697,-0.224],[-1.376,0],[2.875,0.062],[0.375,0.812],[-0.438,0.562]],"o":[[0,0],[-1.438,3.938],[2.625,0.125],[2.875,0],[-7.124,-0.155],[-2.433,-3.097],[-0.188,-0.062]],"v":[[-143.062,76.625],[-152,91],[-145.312,99.812],[-139.625,100],[-139.688,96.5],[-147.312,94.562],[-139.25,78.875]],"c":true}],"e":[{"i":[[0,0],[1.144,-3.133],[-4.697,-0.224],[-1.376,0],[2.875,0.062],[0.375,0.812],[-0.438,0.562]],"o":[[0,0],[-1.438,3.938],[2.625,0.125],[2.875,0],[-7.124,-0.155],[-2.433,-3.097],[-0.188,-0.062]],"v":[[-143.062,76.625],[-152,91],[-145.312,99.812],[-139.625,100],[-139.688,96.5],[-147.312,94.562],[-139.25,78.875]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[0,0],[1.144,-3.133],[-4.697,-0.224],[-1.376,0],[2.875,0.062],[0.375,0.812],[-0.438,0.562]],"o":[[0,0],[-1.438,3.938],[2.625,0.125],[2.875,0],[-7.124,-0.155],[-2.433,-3.097],[-0.188,-0.062]],"v":[[-143.062,76.625],[-152,91],[-145.312,99.812],[-139.625,100],[-139.688,96.5],[-147.312,94.562],[-139.25,78.875]],"c":true}],"e":[{"i":[[0,0],[1.144,-3.133],[-4.697,-0.224],[-1.376,0],[2.875,0.062],[0.375,0.812],[-0.438,0.562]],"o":[[0,0],[-1.438,3.938],[2.625,0.125],[2.875,0],[-7.124,-0.155],[-2.433,-3.097],[-0.188,-0.062]],"v":[[-143.062,76.625],[-152,91],[-145.312,99.812],[-139.625,100],[-139.688,96.5],[-147.312,94.562],[-139.25,78.875]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[0,0],[1.144,-3.133],[-4.697,-0.224],[-1.376,0],[2.875,0.062],[0.375,0.812],[-0.438,0.562]],"o":[[0,0],[-1.438,3.938],[2.625,0.125],[2.875,0],[-7.124,-0.155],[-2.433,-3.097],[-0.188,-0.062]],"v":[[-143.062,76.625],[-152,91],[-145.312,99.812],[-139.625,100],[-139.688,96.5],[-147.312,94.562],[-139.25,78.875]],"c":true}],"e":[{"i":[[0,0],[1.144,-3.133],[-4.697,-0.224],[-1.376,0],[2.875,0.062],[1.125,0.875],[-0.438,0.562]],"o":[[0,0],[-1.438,3.938],[2.625,0.125],[2.875,0],[-7.124,-0.155],[-2.433,-3.097],[-0.188,-0.062]],"v":[[-143.062,76.625],[-152.25,91],[-146,99.812],[-140.312,100],[-140.375,96.5],[-147.75,94.562],[-139.062,78.75]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0,0],[1.144,-3.133],[-4.697,-0.224],[-1.376,0],[2.875,0.062],[1.125,0.875],[-0.438,0.562]],"o":[[0,0],[-1.438,3.938],[2.625,0.125],[2.875,0],[-7.124,-0.155],[-2.433,-3.097],[-0.188,-0.062]],"v":[[-143.062,76.625],[-152.25,91],[-146,99.812],[-140.312,100],[-140.375,96.5],[-147.75,94.562],[-139.062,78.75]],"c":true}],"e":[{"i":[[0,0],[1.144,-3.133],[-4.697,-0.224],[-1.376,0],[2.875,0.062],[1.125,0.875],[-0.438,0.562]],"o":[[0,0],[-1.438,3.938],[2.625,0.125],[2.875,0],[-7.124,-0.155],[-2.433,-3.097],[-0.188,-0.062]],"v":[[-143.062,76.625],[-152.328,90.922],[-146.168,99.809],[-140.48,99.996],[-140.543,96.496],[-147.75,94.562],[-139.062,78.75]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0,0],[1.144,-3.133],[-4.697,-0.224],[-1.376,0],[2.875,0.062],[1.125,0.875],[-0.438,0.562]],"o":[[0,0],[-1.438,3.938],[2.625,0.125],[2.875,0],[-7.124,-0.155],[-2.433,-3.097],[-0.188,-0.062]],"v":[[-143.062,76.625],[-152.328,90.922],[-146.168,99.809],[-140.48,99.996],[-140.543,96.496],[-147.75,94.562],[-139.062,78.75]],"c":true}],"e":[{"i":[[0,0],[1.144,-3.133],[-4.697,-0.224],[-1.376,0],[2.875,0.062],[1.188,1.25],[-0.438,0.562]],"o":[[0,0],[-1.438,3.938],[2.625,0.125],[2.875,0],[-7.124,-0.155],[-2.433,-3.097],[-0.188,-0.062]],"v":[[-142.938,73.625],[-152.141,90.297],[-146.168,99.809],[-138.918,99.996],[-138.98,96.496],[-147.75,94.562],[-138.938,75.75]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[1.144,-3.133],[-4.697,-0.224],[-1.376,0],[2.875,0.062],[1.188,1.25],[-0.438,0.562]],"o":[[0,0],[-1.438,3.938],[2.625,0.125],[2.875,0],[-7.124,-0.155],[-2.433,-3.097],[-0.188,-0.062]],"v":[[-142.938,73.625],[-152.141,90.297],[-146.168,99.809],[-138.918,99.996],[-138.98,96.496],[-147.75,94.562],[-138.938,75.75]],"c":true}],"e":[{"i":[[0,0],[1.144,-3.133],[-4.697,-0.224],[-1.376,0],[2.875,0.062],[-0.188,1.562],[-0.438,0.562]],"o":[[0,0],[-1.438,3.938],[2.625,0.125],[2.875,0],[-7.124,-0.155],[1,-6.688],[-0.188,-0.062]],"v":[[-142.938,73.625],[-151.453,90.359],[-152.543,99.871],[-138.168,99.871],[-138.23,96.371],[-148.5,94.312],[-137.938,75.312]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[0,0],[1.144,-3.133],[-4.697,-0.224],[-1.376,0],[2.875,0.062],[-0.188,1.562],[-0.438,0.562]],"o":[[0,0],[-1.438,3.938],[2.625,0.125],[2.875,0],[-7.124,-0.155],[1,-6.688],[-0.188,-0.062]],"v":[[-142.938,73.625],[-151.453,90.359],[-152.543,99.871],[-138.168,99.871],[-138.23,96.371],[-148.5,94.312],[-137.938,75.312]],"c":true}],"e":[{"i":[[0,0],[1.368,-3.042],[-4.77,-0.059],[-1.376,0],[2.875,0.062],[-0.5,2.438],[-0.438,0.562]],"o":[[0,0],[-2.734,6.078],[2.628,0.032],[2.875,0],[-7.124,-0.155],[1,-6.688],[-0.188,-0.062]],"v":[[-143.125,73.625],[-150.391,90.109],[-149.043,99.746],[-137.355,99.871],[-137.48,95.934],[-147.812,93.875],[-139,74]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[1.368,-3.042],[-4.77,-0.059],[-1.376,0],[2.875,0.062],[-0.5,2.438],[-0.438,0.562]],"o":[[0,0],[-2.734,6.078],[2.628,0.032],[2.875,0],[-7.124,-0.155],[1,-6.688],[-0.188,-0.062]],"v":[[-143.125,73.625],[-150.391,90.109],[-149.043,99.746],[-137.355,99.871],[-137.48,95.934],[-147.812,93.875],[-139,74]],"c":true}],"e":[{"i":[[0,0],[1.224,-3.103],[-4.414,-1.808],[-1.376,0],[2.873,0.125],[0.75,2.312],[-0.438,0.562]],"o":[[0,0],[-0.672,1.703],[1.23,0.504],[2.875,0],[-5.645,-0.246],[-0.75,-4.688],[-0.188,-0.062]],"v":[[-166.75,79.188],[-172.016,87.797],[-163.355,99.496],[-159.168,99.871],[-159.355,96.684],[-167.062,89.75],[-162.938,81.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[0,0],[1.224,-3.103],[-4.414,-1.808],[-1.376,0],[2.873,0.125],[0.75,2.312],[-0.438,0.562]],"o":[[0,0],[-0.672,1.703],[1.23,0.504],[2.875,0],[-5.645,-0.246],[-0.75,-4.688],[-0.188,-0.062]],"v":[[-166.75,79.188],[-172.016,87.797],[-163.355,99.496],[-159.168,99.871],[-159.355,96.684],[-167.062,89.75],[-162.938,81.5]],"c":true}],"e":[{"i":[[0,0],[3.102,-1.225],[-1.694,-4.459],[-3.394,-5.471],[1.17,2.627],[-1.177,2.127],[-0.71,0.065]],"o":[[0,0],[-1.703,0.672],[0.472,1.243],[1.689,2.723],[-1.657,-3.72],[0.48,-0.542],[-0.082,-0.18]],"v":[[-176.364,-14.881],[-185.561,-14.472],[-188.88,-8.594],[-180.856,7.596],[-178.093,6.157],[-182.293,-9.833],[-175.449,-10.517]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[0,0],[3.102,-1.225],[-1.694,-4.459],[-3.394,-5.471],[1.17,2.627],[-1.177,2.127],[-0.71,0.065]],"o":[[0,0],[-1.703,0.672],[0.472,1.243],[1.689,2.723],[-1.657,-3.72],[0.48,-0.542],[-0.082,-0.18]],"v":[[-176.364,-14.881],[-185.561,-14.472],[-188.88,-8.594],[-180.856,7.596],[-178.093,6.157],[-182.293,-9.833],[-175.449,-10.517]],"c":true}],"e":[{"i":[[0,0],[0.418,0.417],[2.637,-2.056],[0.813,-6.387],[-0.747,2.777],[-2.254,0.91],[-0.366,-0.494]],"o":[[-0.163,-0.123],[-1.769,-1.395],[-1.189,0.927],[-0.405,3.179],[1.058,-3.932],[1.554,-0.245],[0.049,-0.191]],"v":[[-168.957,-92.689],[-171.293,-94.48],[-176.324,-92.256],[-182.484,-81.692],[-179.432,-81.068],[-174.679,-89.13],[-172.497,-88.099]],"c":true}]},{"t":21}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":2,"op":22,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"torso_shadow","parent":21,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-22.926,6.45],[0,4.032],[1.869,8.098]],"o":[[0,0],[0,0],[0,0],[0,0],[6.388,-1.797],[0,-18.5],[-4.5,-19.5]],"v":[[-125.5,-51.25],[-234,-46],[-219.38,-14.604],[-203.5,19.5],[-127.973,18.555],[-117.5,10],[-127.25,-28]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[-23.137,7.517],[0.331,4.018],[6.375,11.167]],"o":[[0,0],[0,0],[0,0],[0,0],[6.447,-2.094],[-1.667,-20.25],[-8.208,-14.833]],"v":[[-147.167,-93.25],[-241.125,-74.75],[-226.505,-43.354],[-210.625,-9.25],[-134.402,-13.708],[-99.333,-18.75],[-141.375,-71.667]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-23.137,7.517],[0.331,4.018],[6.375,11.167]],"o":[[0,0],[0,0],[0,0],[0,0],[6.447,-2.094],[-1.667,-20.25],[-8.208,-14.833]],"v":[[-147.167,-93.25],[-241.125,-74.75],[-226.505,-43.354],[-210.625,-9.25],[-134.402,-13.708],[-99.333,-18.75],[-141.375,-71.667]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[-23.348,8.583],[-0.859,3.939],[14.206,9.366]],"o":[[0,0],[0,0],[0,0],[0,0],[6.506,-2.392],[5.667,-26],[-11.917,-10.167]],"v":[[-166.833,-119.25],[-246.25,-87.5],[-231.63,-56.104],[-215.75,-22],[-138.832,-29.971],[-108.667,-35.5],[-158.5,-97.333]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-23.348,8.583],[-0.859,3.939],[14.206,9.366]],"o":[[0,0],[0,0],[0,0],[0,0],[6.506,-2.392],[5.667,-26],[-11.917,-10.167]],"v":[[-166.833,-119.25],[-246.25,-87.5],[-231.63,-56.104],[-215.75,-22],[-138.832,-29.971],[-108.667,-35.5],[-158.5,-97.333]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[-23.559,9.649],[0,4.032],[20.375,10]],"o":[[0,0],[0,0],[0,0],[0,0],[6.565,-2.689],[0,-18.5],[-15.625,-5.5]],"v":[[-179.25,-126.25],[-244.125,-81.25],[-229.505,-49.854],[-213.625,-15.75],[-136.012,-27.234],[-111.75,-45.25],[-165.875,-105]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-23.559,9.649],[0,4.032],[20.375,10]],"o":[[0,0],[0,0],[0,0],[0,0],[6.565,-2.689],[0,-18.5],[-15.625,-5.5]],"v":[[-179.25,-126.25],[-244.125,-81.25],[-229.505,-49.854],[-213.625,-15.75],[-136.012,-27.234],[-111.75,-45.25],[-165.875,-105]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[-22.526,8.583],[-0.085,4.031],[19.75,6.25]],"o":[[0,0],[0,0],[0,0],[0,0],[6.277,-2.392],[0.5,-23.75],[-20.967,-6.635]],"v":[[-189.5,-124],[-246.5,-94.25],[-231.88,-62.854],[-216,-28.75],[-141.79,-36.721],[-119.5,-46.25],[-172.25,-103.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-22.526,8.583],[-0.085,4.031],[19.75,6.25]],"o":[[0,0],[0,0],[0,0],[0,0],[6.277,-2.392],[0.5,-23.75],[-20.967,-6.635]],"v":[[-189.5,-124],[-246.5,-94.25],[-231.88,-62.854],[-216,-28.75],[-141.79,-36.721],[-119.5,-46.25],[-172.25,-103.25]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[-22.226,8.183],[-0.042,4.031],[17.062,-3.375]],"o":[[0,0],[0,0],[0,0],[0,0],[6.193,-2.28],[0.25,-21.125],[-19.938,-0.875]],"v":[[-198.125,-131.938],[-248.75,-92.875],[-234.13,-61.479],[-218.25,-27.375],[-145.028,-34.029],[-124.625,-44.125],[-185.062,-106.125]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-22.226,8.183],[-0.042,4.031],[17.062,-3.375]],"o":[[0,0],[0,0],[0,0],[0,0],[6.193,-2.28],[0.25,-21.125],[-19.938,-0.875]],"v":[[-198.125,-131.938],[-248.75,-92.875],[-234.13,-61.479],[-218.25,-27.375],[-145.028,-34.029],[-124.625,-44.125],[-185.062,-106.125]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[-21.926,7.783],[0,4.032],[20.875,-6]],"o":[[0,0],[0,0],[0,0],[0,0],[6.11,-2.169],[0,-18.5],[-24.625,5]],"v":[[-210.75,-120.375],[-251,-91.5],[-236.38,-60.104],[-220.5,-26],[-148.266,-31.337],[-127.75,-51],[-190.375,-103]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-21.926,7.783],[0,4.032],[20.875,-6]],"o":[[0,0],[0,0],[0,0],[0,0],[6.11,-2.169],[0,-18.5],[-24.625,5]],"v":[[-210.75,-120.375],[-251,-91.5],[-236.38,-60.104],[-220.5,-26],[-148.266,-31.337],[-127.75,-51],[-190.375,-103]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[-21.926,7.783],[-0.394,4.012],[14.375,-2]],"o":[[0,0],[0,0],[0,0],[0,0],[6.11,-2.169],[2.75,-28],[-25.125,2]],"v":[[-217.25,-114.375],[-251,-91.5],[-236.38,-60.104],[-220.5,-26],[-148.266,-31.337],[-127.25,-44],[-190.875,-101.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-21.926,7.783],[-0.394,4.012],[14.375,-2]],"o":[[0,0],[0,0],[0,0],[0,0],[6.11,-2.169],[2.75,-28],[-25.125,2]],"v":[[-217.25,-114.375],[-251,-91.5],[-236.38,-60.104],[-220.5,-26],[-148.266,-31.337],[-127.25,-44],[-190.875,-101.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[-21.926,7.783],[0,4.032],[22.375,-6]],"o":[[0,0],[0,0],[0,0],[0,0],[6.11,-2.169],[0,-18.5],[-30.625,4]],"v":[[-208.25,-124.375],[-251,-91.5],[-236.38,-60.104],[-220.5,-26],[-148.266,-31.337],[-125.75,-48],[-186.875,-102.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-21.926,7.783],[0,4.032],[22.375,-6]],"o":[[0,0],[0,0],[0,0],[0,0],[6.11,-2.169],[0,-18.5],[-30.625,4]],"v":[[-208.25,-124.375],[-251,-91.5],[-236.38,-60.104],[-220.5,-26],[-148.266,-31.337],[-125.75,-48],[-186.875,-102.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[-21.926,7.783],[-0.276,4.022],[23.375,-3]],"o":[[0,0],[0,0],[0,0],[0,0],[6.11,-2.169],[1.75,-25.5],[-36.625,1.5]],"v":[[-199.25,-139.375],[-251,-91.5],[-236.38,-60.104],[-220.5,-26],[-148.266,-31.337],[-116.75,-42.5],[-172.375,-117.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-21.926,7.783],[-0.276,4.022],[23.375,-3]],"o":[[0,0],[0,0],[0,0],[0,0],[6.11,-2.169],[1.75,-25.5],[-36.625,1.5]],"v":[[-199.25,-139.375],[-251,-91.5],[-236.38,-60.104],[-220.5,-26],[-148.266,-31.337],[-116.75,-42.5],[-172.375,-117.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[-22.462,6.067],[-0.311,4.02],[19.806,-2.204]],"o":[[0,0],[0,0],[0,0],[0,0],[6.259,-1.69],[1.429,-18.445],[-28.194,-8.204]],"v":[[-158.337,-152.043],[-228.363,-105.335],[-216.212,-72.904],[-203.013,-37.676],[-115.082,-37.418],[-104.389,-42.781],[-144.806,-123.296]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-22.462,6.067],[-0.311,4.02],[19.806,-2.204]],"o":[[0,0],[0,0],[0,0],[0,0],[6.259,-1.69],[1.429,-18.445],[-28.194,-8.204]],"v":[[-158.337,-152.043],[-228.363,-105.335],[-216.212,-72.904],[-203.013,-37.676],[-115.082,-37.418],[-104.389,-42.781],[-144.806,-123.296]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[-26.861,6.333],[-0.603,3.986],[10.806,12.796]],"o":[[0,0],[0,0],[0,0],[0,0],[7.485,-1.765],[6.389,-42.219],[-10.194,-21.704]],"v":[[-90.837,-148.043],[-165.863,-149.335],[-173.257,-95.553],[-203.013,-37.676],[-116.092,-38.296],[-105.889,-32.781],[-106.806,-118.796]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-26.861,6.333],[-0.603,3.986],[10.806,12.796]],"o":[[0,0],[0,0],[0,0],[0,0],[7.485,-1.765],[6.389,-42.219],[-10.194,-21.704]],"v":[[-90.837,-148.043],[-165.863,-149.335],[-173.257,-95.553],[-203.013,-37.676],[-116.092,-38.296],[-105.889,-32.781],[-106.806,-118.796]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[-26.314,-8.317],[-2.326,3.293],[-1.535,28.194]],"o":[[0,0],[0,0],[0,0],[0,0],[7.332,2.318],[10.674,-15.11],[0.465,-14.306]],"v":[[-13.665,-111.571],[-25.844,-146.001],[-97.812,-112.595],[-173.86,-77.295],[-98.886,-33.312],[-83.63,-34.093],[-35.465,-98.694]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-26.314,-8.317],[-2.326,3.293],[-1.535,28.194]],"o":[[0,0],[0,0],[0,0],[0,0],[7.332,2.318],[10.674,-15.11],[0.465,-14.306]],"v":[[-13.665,-111.571],[-25.844,-146.001],[-97.812,-112.595],[-173.86,-77.295],[-98.886,-33.312],[-83.63,-34.093],[-35.465,-98.694]],"c":true}],"e":[{"i":[[0.588,-12.173],[0,0],[0,0],[0,0],[16.188,-26.117],[-8.968,-0.754],[0.348,7.573]],"o":[[-0.066,1.365],[0,0],[0,0],[0,0],[-4.511,7.277],[19.518,1.642],[-2.652,-5.927]],"v":[[36.912,-33.827],[73.885,-32.534],[53.12,-84.888],[30.564,-141.758],[-67.93,-59.518],[-62.85,-46.539],[28.152,-37.573]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[0.588,-12.173],[0,0],[0,0],[0,0],[16.188,-26.117],[-8.968,-0.754],[0.348,7.573]],"o":[[-0.066,1.365],[0,0],[0,0],[0,0],[-4.511,7.277],[19.518,1.642],[-2.652,-5.927]],"v":[[36.912,-33.827],[73.885,-32.534],[53.12,-84.888],[30.564,-141.758],[-67.93,-59.518],[-62.85,-46.539],[28.152,-37.573]],"c":true}],"e":[{"i":[[-17.35,-6.288],[0,0],[0,0],[0,0],[28.193,-18.421],[-3.528,-1.951],[-15.401,-6.771]],"o":[[1.285,0.466],[0,0],[0,0],[0,0],[-7.856,5.133],[17.142,9.476],[13.099,7.729]],"v":[[42.35,48.288],[69.649,36.155],[65.176,-22.781],[60.317,-86.799],[-50.331,-35.938],[-74.301,-10.81],[-7.099,21.771]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[-17.35,-6.288],[0,0],[0,0],[0,0],[28.193,-18.421],[-3.528,-1.951],[-15.401,-6.771]],"o":[[1.285,0.466],[0,0],[0,0],[0,0],[-7.856,5.133],[17.142,9.476],[13.099,7.729]],"v":[[42.35,48.288],[69.649,36.155],[65.176,-22.781],[60.317,-86.799],[-50.331,-35.938],[-74.301,-10.81],[-7.099,21.771]],"c":true}],"e":[{"i":[[-15.917,-9.339],[0,0],[0,0],[0,0],[45.516,-4.212],[-4.543,-3.733],[-13.912,-9.459]],"o":[[1.179,0.692],[0,0],[0,0],[0,0],[-21.206,1.962],[15.133,12.436],[11.475,9.983]],"v":[[30.59,79.435],[50.764,82.738],[70.028,36.435],[90.953,-13.862],[-43.305,-41.39],[-63.962,-0.483],[-12.493,44.848]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[-15.917,-9.339],[0,0],[0,0],[0,0],[45.516,-4.212],[-4.543,-3.733],[-13.912,-9.459]],"o":[[1.179,0.692],[0,0],[0,0],[0,0],[-21.206,1.962],[15.133,12.436],[11.475,9.983]],"v":[[30.59,79.435],[50.764,82.738],[70.028,36.435],[90.953,-13.862],[-43.305,-41.39],[-63.962,-0.483],[-12.493,44.848]],"c":true}],"e":[{"i":[[-15.917,-9.339],[0,0],[0,0],[0,0],[45.516,-4.212],[-4.543,-3.733],[-13.912,-9.459]],"o":[[1.179,0.692],[0,0],[0,0],[0,0],[-21.206,1.962],[15.133,12.436],[11.475,9.983]],"v":[[6.59,98.935],[102.764,91.738],[97.102,41.121],[90.953,-13.862],[-43.305,-41.39],[-63.962,-0.483],[-31.493,60.848]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[-15.917,-9.339],[0,0],[0,0],[0,0],[45.516,-4.212],[-4.543,-3.733],[-13.912,-9.459]],"o":[[1.179,0.692],[0,0],[0,0],[0,0],[-21.206,1.962],[15.133,12.436],[11.475,9.983]],"v":[[6.59,98.935],[102.764,91.738],[97.102,41.121],[90.953,-13.862],[-43.305,-41.39],[-63.962,-0.483],[-31.493,60.848]],"c":true}],"e":[{"i":[[-15.917,-9.339],[0,0],[0,0],[0,0],[45.516,-4.212],[-4.543,-3.733],[-13.912,-9.459]],"o":[[1.179,0.692],[0,0],[0,0],[0,0],[-21.206,1.962],[15.133,12.436],[11.475,9.983]],"v":[[6.59,98.935],[113.764,112.238],[102.83,51.795],[90.953,-13.862],[-43.305,-58.89],[-63.962,-0.483],[-31.493,60.848]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[-15.917,-9.339],[0,0],[0,0],[0,0],[45.516,-4.212],[-4.543,-3.733],[-13.912,-9.459]],"o":[[1.179,0.692],[0,0],[0,0],[0,0],[-21.206,1.962],[15.133,12.436],[11.475,9.983]],"v":[[6.59,98.935],[113.764,112.238],[102.83,51.795],[90.953,-13.862],[-43.305,-58.89],[-63.962,-0.483],[-31.493,60.848]],"c":true}],"e":[{"i":[[-15.917,-9.339],[0,0],[0,0],[0,0],[45.516,-4.212],[-4.543,-3.733],[-13.912,-9.459]],"o":[[1.179,0.692],[0,0],[0,0],[0,0],[-21.206,1.962],[15.133,12.436],[11.475,9.983]],"v":[[6.59,98.935],[149.264,112.738],[121.314,52.055],[90.953,-13.862],[-43.305,-58.89],[-63.962,-0.483],[-31.493,60.848]],"c":true}]},{"t":25}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[14.25,-1.5],[-5,-12.75],[0,0],[0,0],[0,0],[-3.185,-1.414],[-0.417,3.2],[4.25,21.5]],"o":[[-14.25,1.5],[5,12.75],[0,0],[0,0],[0,0],[3.997,1.774],[0.75,-5.75],[-4.25,-21.5]],"v":[[-133.25,-50.25],[-142.25,-16],[-134.5,7],[-126.25,8.5],[-111.5,9.5],[-105.512,12.635],[-96.5,12.5],[-101.5,-23]],"c":true}],"e":[{"i":[[11.5,-1.25],[-9.75,-13.75],[-3.75,-8.25],[0,0],[0,0],[-3.732,-0.976],[-0.417,3.2],[11.886,20.672]],"o":[[-14.245,1.548],[7.922,11.172],[3.997,8.794],[0,0],[0,0],[4.683,1.225],[0.75,-5.75],[-11.5,-20]],"v":[[-147.5,-93.25],[-153,-59],[-136.75,-27.5],[-134,-16],[-116.75,-16],[-109.723,-13.696],[-99.25,-15],[-110.5,-65]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[11.5,-1.25],[-9.75,-13.75],[-3.75,-8.25],[0,0],[0,0],[-3.732,-0.976],[-0.417,3.2],[11.886,20.672]],"o":[[-14.245,1.548],[7.922,11.172],[3.997,8.794],[0,0],[0,0],[4.683,1.225],[0.75,-5.75],[-11.5,-20]],"v":[[-147.5,-93.25],[-153,-59],[-136.75,-27.5],[-134,-16],[-116.75,-16],[-109.723,-13.696],[-99.25,-15],[-110.5,-65]],"c":true}],"e":[{"i":[[11.473,-1.48],[-9,-15.5],[-6.153,-20.218],[-0.699,-4.192],[0,0],[-8.001,1.494],[-0.555,3.179],[11,14.75]],"o":[[-15.5,2],[7.837,13.496],[3.5,11.5],[1.5,9],[0,0],[6.393,-1.194],[2.75,-15.75],[-17.044,-22.854]],"v":[[-164,-119],[-176,-86.5],[-143.5,-49],[-140.25,-30.25],[-130.5,-23.25],[-117.249,-21.744],[-106.75,-38.25],[-124,-94.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[11.473,-1.48],[-9,-15.5],[-6.153,-20.218],[-0.699,-4.192],[0,0],[-8.001,1.494],[-0.555,3.179],[11,14.75]],"o":[[-15.5,2],[7.837,13.496],[3.5,11.5],[1.5,9],[0,0],[6.393,-1.194],[2.75,-15.75],[-17.044,-22.854]],"v":[[-164,-119],[-176,-86.5],[-143.5,-49],[-140.25,-30.25],[-130.5,-23.25],[-117.249,-21.744],[-106.75,-38.25],[-124,-94.5]],"c":true}],"e":[{"i":[[12,-0.5],[-7,-15.75],[-16.75,-23.25],[0,0],[0,0],[-4.845,0.332],[0.124,3.225],[12.283,13.7]],"o":[[-14.565,0.607],[6.338,14.261],[6.608,9.173],[0,0],[0,0],[6.08,-0.416],[-0.75,-19.5],[-19.5,-21.75]],"v":[[-172.25,-128.75],[-186.25,-95.25],[-154.25,-64.5],[-140.75,-41.5],[-129.75,-40.5],[-120.534,-40.675],[-107.75,-45.5],[-133.25,-101.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[12,-0.5],[-7,-15.75],[-16.75,-23.25],[0,0],[0,0],[-4.845,0.332],[0.124,3.225],[12.283,13.7]],"o":[[-14.565,0.607],[6.338,14.261],[6.608,9.173],[0,0],[0,0],[6.08,-0.416],[-0.75,-19.5],[-19.5,-21.75]],"v":[[-172.25,-128.75],[-186.25,-95.25],[-154.25,-64.5],[-140.75,-41.5],[-129.75,-40.5],[-120.534,-40.675],[-107.75,-45.5],[-133.25,-101.25]],"c":true}],"e":[{"i":[[11.25,0.75],[-5.25,-12.25],[-14.25,-14.75],[0,0],[0,0],[-4.237,0.464],[0.792,3.128],[12.283,13.7]],"o":[[-14.545,-0.97],[6.148,14.345],[7.855,8.131],[0,0],[0,0],[5.317,-0.582],[-5,-19.75],[-19.5,-21.75]],"v":[[-182.5,-124.5],[-200.25,-100],[-171.75,-72.25],[-149.25,-42.5],[-134,-44],[-125.844,-44.44],[-115.5,-49.5],[-144,-101]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[11.25,0.75],[-5.25,-12.25],[-14.25,-14.75],[0,0],[0,0],[-4.237,0.464],[0.792,3.128],[12.283,13.7]],"o":[[-14.545,-0.97],[6.148,14.345],[7.855,8.131],[0,0],[0,0],[5.317,-0.582],[-5,-19.75],[-19.5,-21.75]],"v":[[-182.5,-124.5],[-200.25,-100],[-171.75,-72.25],[-149.25,-42.5],[-134,-44],[-125.844,-44.44],[-115.5,-49.5],[-144,-101]],"c":true}],"e":[{"i":[[11.25,0.75],[-3,-9.5],[-16.501,-12.179],[0,0],[0,0],[-5.339,1.543],[1.285,2.96],[13.464,12.542]],"o":[[-14.545,-0.97],[3.62,11.463],[10.5,7.75],[0,0],[0,0],[6.7,-1.937],[-8.25,-19],[-18.25,-17]],"v":[[-196,-127],[-215.75,-104],[-190.25,-76.25],[-161.25,-46.75],[-147.5,-45.75],[-137.183,-48.263],[-124.5,-56],[-155.25,-105.75]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[11.25,0.75],[-3,-9.5],[-16.501,-12.179],[0,0],[0,0],[-5.339,1.543],[1.285,2.96],[13.464,12.542]],"o":[[-14.545,-0.97],[3.62,11.463],[10.5,7.75],[0,0],[0,0],[6.7,-1.937],[-8.25,-19],[-18.25,-17]],"v":[[-196,-127],[-215.75,-104],[-190.25,-76.25],[-161.25,-46.75],[-147.5,-45.75],[-137.183,-48.263],[-124.5,-56],[-155.25,-105.75]],"c":true}],"e":[{"i":[[11.274,-0.174],[-3.768,-9.222],[-17.443,-10.787],[0,0],[0,0],[-5.195,1.976],[1.523,2.845],[14.446,11.396]],"o":[[-14.576,0.225],[4.547,11.128],[11.1,6.864],[0,0],[0,0],[6.519,-2.479],[-9.779,-18.26],[-19.581,-15.448]],"v":[[-201.482,-122.631],[-219.282,-98.091],[-191.595,-72.523],[-160.276,-45.498],[-146.49,-45.627],[-136.413,-48.977],[-124.407,-57.727],[-159.129,-104.791]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[11.274,-0.174],[-3.768,-9.222],[-17.443,-10.787],[0,0],[0,0],[-5.195,1.976],[1.523,2.845],[14.446,11.396]],"o":[[-14.576,0.225],[4.547,11.128],[11.1,6.864],[0,0],[0,0],[6.519,-2.479],[-9.779,-18.26],[-19.581,-15.448]],"v":[[-201.482,-122.631],[-219.282,-98.091],[-191.595,-72.523],[-160.276,-45.498],[-146.49,-45.627],[-136.413,-48.977],[-124.407,-57.727],[-159.129,-104.791]],"c":true}],"e":[{"i":[[11.263,-0.515],[-4.045,-9.104],[-17.762,-10.254],[0,0],[0,0],[-4.914,2.186],[1.609,2.797],[14.583,11.629]],"o":[[-14.562,0.666],[4.881,10.985],[11.302,6.525],[0,0],[0,0],[6.166,-2.744],[-10.326,-17.956],[-19.5,-15.551]],"v":[[-203.457,-121.431],[-220.506,-95.864],[-192.058,-71.145],[-161.186,-45.079],[-146.161,-45.625],[-136.606,-49.382],[-125.454,-58.637],[-160.583,-104.379]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[11.263,-0.515],[-4.045,-9.104],[-17.762,-10.254],[0,0],[0,0],[-4.914,2.186],[1.609,2.797],[14.583,11.629]],"o":[[-14.562,0.666],[4.881,10.985],[11.302,6.525],[0,0],[0,0],[6.166,-2.744],[-10.326,-17.956],[-19.5,-15.551]],"v":[[-203.457,-121.431],[-220.506,-95.864],[-192.058,-71.145],[-161.186,-45.079],[-146.161,-45.625],[-136.606,-49.382],[-125.454,-58.637],[-160.583,-104.379]],"c":true}],"e":[{"i":[[11.249,-0.76],[-4.243,-9.014],[-17.843,-10.113],[0,0],[0,0],[-4.701,2.402],[1.669,2.762],[14.833,11.309]],"o":[[-14.544,0.983],[5.119,10.876],[14.405,8.164],[0,0],[0,0],[5.899,-3.015],[-10.715,-17.727],[-19.834,-15.122]],"v":[[-204.896,-120.191],[-222.385,-95.258],[-192.405,-70.164],[-161.222,-44.277],[-145.962,-45.651],[-136.803,-49.823],[-126.294,-59.611],[-161.661,-104.077]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[11.249,-0.76],[-4.243,-9.014],[-17.843,-10.113],[0,0],[0,0],[-4.701,2.402],[1.669,2.762],[14.833,11.309]],"o":[[-14.544,0.983],[5.119,10.876],[14.405,8.164],[0,0],[0,0],[5.899,-3.015],[-10.715,-17.727],[-19.834,-15.122]],"v":[[-204.896,-120.191],[-222.385,-95.258],[-192.405,-70.164],[-161.222,-44.277],[-145.962,-45.651],[-136.803,-49.823],[-126.294,-59.611],[-161.661,-104.077]],"c":true}],"e":[{"i":[[11.896,-0.059],[-4.083,-9.087],[-17.843,-10.113],[0,0],[0,0],[-4.701,2.402],[1.669,2.762],[14.833,11.309]],"o":[[-14.577,0.073],[4.385,9.758],[14.405,8.164],[0,0],[0,0],[5.899,-3.015],[-10.715,-17.727],[-19.834,-15.122]],"v":[[-206.146,-119.191],[-223.135,-93.008],[-192.405,-68.914],[-161.222,-44.277],[-145.962,-45.651],[-136.803,-49.823],[-126.294,-59.611],[-162.161,-102.827]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[11.896,-0.059],[-4.083,-9.087],[-17.843,-10.113],[0,0],[0,0],[-4.701,2.402],[1.669,2.762],[14.833,11.309]],"o":[[-14.577,0.073],[4.385,9.758],[14.405,8.164],[0,0],[0,0],[5.899,-3.015],[-10.715,-17.727],[-19.834,-15.122]],"v":[[-206.146,-119.191],[-223.135,-93.008],[-192.405,-68.914],[-161.222,-44.277],[-145.962,-45.651],[-136.803,-49.823],[-126.294,-59.611],[-162.161,-102.827]],"c":true}],"e":[{"i":[[11.896,-0.059],[-4.083,-9.087],[-17.843,-10.113],[0,0],[0,0],[-4.536,2.512],[1.669,2.762],[14.833,11.309]],"o":[[-14.577,0.073],[4.385,9.758],[14.405,8.164],[0,0],[0,0],[5.693,-3.152],[-10.715,-17.727],[-19.834,-15.122]],"v":[[-206.896,-117.691],[-223.635,-92.008],[-192.905,-67.914],[-161.222,-44.277],[-145.962,-45.651],[-137.115,-50.031],[-127.044,-60.111],[-163.411,-102.327]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[11.896,-0.059],[-4.083,-9.087],[-17.843,-10.113],[0,0],[0,0],[-4.536,2.512],[1.669,2.762],[14.833,11.309]],"o":[[-14.577,0.073],[4.385,9.758],[14.405,8.164],[0,0],[0,0],[5.693,-3.152],[-10.715,-17.727],[-19.834,-15.122]],"v":[[-206.896,-117.691],[-223.635,-92.008],[-192.905,-67.914],[-161.222,-44.277],[-145.962,-45.651],[-137.115,-50.031],[-127.044,-60.111],[-163.411,-102.327]],"c":true}],"e":[{"i":[[11.896,-0.059],[-4.083,-9.087],[-17.843,-10.113],[0,0],[0,0],[-4.536,2.512],[1.669,2.762],[14.833,11.309]],"o":[[-14.577,0.073],[4.385,9.758],[14.405,8.164],[0,0],[0,0],[5.693,-3.152],[-10.715,-17.727],[-19.834,-15.122]],"v":[[-206.896,-117.691],[-223.635,-92.008],[-192.905,-67.914],[-161.222,-44.277],[-145.962,-45.651],[-137.115,-50.031],[-127.044,-60.111],[-163.411,-102.327]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[11.896,-0.059],[-4.083,-9.087],[-17.843,-10.113],[0,0],[0,0],[-4.536,2.512],[1.669,2.762],[14.833,11.309]],"o":[[-14.577,0.073],[4.385,9.758],[14.405,8.164],[0,0],[0,0],[5.693,-3.152],[-10.715,-17.727],[-19.834,-15.122]],"v":[[-206.896,-117.691],[-223.635,-92.008],[-192.905,-67.914],[-161.222,-44.277],[-145.962,-45.651],[-137.115,-50.031],[-127.044,-60.111],[-163.411,-102.327]],"c":true}],"e":[{"i":[[11.834,1.217],[-3.085,-9.473],[-16.655,-11.969],[0,0],[0,0],[-4.78,2.011],[1.363,2.925],[13.534,12.835]],"o":[[-14.501,-1.492],[3.312,10.172],[13.446,9.663],[0,0],[0,0],[5.998,-2.523],[-8.751,-18.774],[-18.097,-17.162]],"v":[[-199.472,-123.816],[-218.869,-100.077],[-190.901,-72.826],[-161.938,-45.927],[-146.618,-45.655],[-137.352,-49.061],[-126.258,-58.002],[-157.886,-103.876]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[11.834,1.217],[-3.085,-9.473],[-16.655,-11.969],[0,0],[0,0],[-4.78,2.011],[1.363,2.925],[13.534,12.835]],"o":[[-14.501,-1.492],[3.312,10.172],[13.446,9.663],[0,0],[0,0],[5.998,-2.523],[-8.751,-18.774],[-18.097,-17.162]],"v":[[-199.472,-123.816],[-218.869,-100.077],[-190.901,-72.826],[-161.938,-45.927],[-146.618,-45.655],[-137.352,-49.061],[-126.258,-58.002],[-157.886,-103.876]],"c":true}],"e":[{"i":[[13.303,3.137],[-2.607,-9.739],[-15.234,-13.732],[0,0],[0,0],[-5.691,0.776],[0.465,3.193],[12.089,14.204]],"o":[[-14.188,-3.346],[2.766,10.334],[16.016,14.437],[0,0],[0,0],[7.142,-0.973],[-3.421,-23.49],[-18.033,-21.188]],"v":[[-184.303,-141.137],[-204.893,-122.761],[-182.016,-88.437],[-155.096,-57.029],[-143.823,-52.764],[-132.954,-53.787],[-118.329,-59.76],[-143.967,-113.062]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[13.303,3.137],[-2.607,-9.739],[-15.234,-13.732],[0,0],[0,0],[-5.691,0.776],[0.465,3.193],[12.089,14.204]],"o":[[-14.188,-3.346],[2.766,10.334],[16.016,14.437],[0,0],[0,0],[7.142,-0.973],[-3.421,-23.49],[-18.033,-21.188]],"v":[[-184.303,-141.137],[-204.893,-122.761],[-182.016,-88.437],[-155.096,-57.029],[-143.823,-52.764],[-132.954,-53.787],[-118.329,-59.76],[-143.967,-113.062]],"c":true}],"e":[{"i":[[7.295,5.598],[-0.504,-10.069],[-10.127,-19.658],[0,0],[0,0],[-6.939,2.691],[0.512,3.186],[8.503,17.431]],"o":[[-11.231,-8.619],[0.535,10.684],[9.874,19.168],[0,0],[0,0],[8.708,-3.377],[-2.623,-16.317],[-13.458,-27.589]],"v":[[-145.295,-147.098],[-170.784,-135.955],[-159.623,-97.092],[-139.898,-60.733],[-131.272,-44.947],[-118.026,-49.607],[-100.127,-60.683],[-117.003,-110.181]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[7.295,5.598],[-0.504,-10.069],[-10.127,-19.658],[0,0],[0,0],[-6.939,2.691],[0.512,3.186],[8.503,17.431]],"o":[[-11.231,-8.619],[0.535,10.684],[9.874,19.168],[0,0],[0,0],[8.708,-3.377],[-2.623,-16.317],[-13.458,-27.589]],"v":[[-145.295,-147.098],[-170.784,-135.955],[-159.623,-97.092],[-139.898,-60.733],[-131.272,-44.947],[-118.026,-49.607],[-100.127,-60.683],[-117.003,-110.181]],"c":true}],"e":[{"i":[[3.696,6.947],[5.785,-9.718],[0.824,-13.594],[0,0],[0,0],[-16.426,-1.376],[-0.363,3.047],[-0.575,19.385]],"o":[[-6.97,-13.099],[-5.472,9.192],[-1.305,21.523],[0,0],[0,0],[17.091,1.432],[1.353,-11.357],[0.724,-24.408]],"v":[[-90.53,-139.401],[-120.535,-141.032],[-125.824,-106.906],[-125.11,-71.546],[-124.995,-53.561],[-109.091,-35.432],[-89.603,-51.143],[-84.974,-100.842]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[3.696,6.947],[5.785,-9.718],[0.824,-13.594],[0,0],[0,0],[-16.426,-1.376],[-0.363,3.047],[-0.575,19.385]],"o":[[-6.97,-13.099],[-5.472,9.192],[-1.305,21.523],[0,0],[0,0],[17.091,1.432],[1.353,-11.357],[0.724,-24.408]],"v":[[-90.53,-139.401],[-120.535,-141.032],[-125.824,-106.906],[-125.11,-71.546],[-124.995,-53.561],[-109.091,-35.432],[-89.603,-51.143],[-84.974,-100.842]],"c":true}],"e":[{"i":[[-1.065,7.796],[10.568,-4.027],[9.086,-10.146],[0,0],[0,0],[-10.589,-8.238],[-6.791,6.529],[-12.273,14.117]],"o":[[2.145,-15.705],[-9.996,3.809],[-14.385,16.063],[0,0],[0,0],[12.959,10.083],[10.021,-9.633],[16.021,-18.428]],"v":[[-14.895,-100.795],[-36.404,-119.451],[-62.737,-97.231],[-90.879,-64.067],[-107.704,-41.896],[-102.459,-20.583],[-74.209,-28.529],[-38.477,-67.367]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[-1.065,7.796],[10.568,-4.027],[9.086,-10.146],[0,0],[0,0],[-10.589,-8.238],[-6.791,6.529],[-12.273,14.117]],"o":[[2.145,-15.705],[-9.996,3.809],[-14.385,16.063],[0,0],[0,0],[12.959,10.083],[10.021,-9.633],[16.021,-18.428]],"v":[[-14.895,-100.795],[-36.404,-119.451],[-62.737,-97.231],[-90.879,-64.067],[-107.704,-41.896],[-102.459,-20.583],[-74.209,-28.529],[-38.477,-67.367]],"c":true}],"e":[{"i":[[-5.945,2.473],[6.347,5.67],[14.926,1.617],[0,0],[0,0],[1.738,-12.668],[-12.248,-1.462],[-21.317,-1.666]],"o":[[11.619,-4.834],[-6.35,-5.672],[-23.686,-2.566],[0,0],[0,0],[-2.432,17.726],[13.803,1.648],[24.345,1.902]],"v":[[44.195,-22.723],[49.153,-46.67],[13.686,-53.934],[-22.45,-58.265],[-51.956,-61.828],[-74.068,-51.726],[-49.252,-31.038],[9.817,-22.834]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[-5.945,2.473],[6.347,5.67],[14.926,1.617],[0,0],[0,0],[1.738,-12.668],[-12.248,-1.462],[-21.317,-1.666]],"o":[[11.619,-4.834],[-6.35,-5.672],[-23.686,-2.566],[0,0],[0,0],[-2.432,17.726],[13.803,1.648],[24.345,1.902]],"v":[[44.195,-22.723],[49.153,-46.67],[13.686,-53.934],[-22.45,-58.265],[-51.956,-61.828],[-74.068,-51.726],[-49.252,-31.038],[9.817,-22.834]],"c":true}],"e":[{"i":[[-6.404,0.663],[3.41,8.918],[14.634,7.101],[0,0],[0,0],[3.857,-11.962],[-14.973,-7.981],[-17.059,-7.494]],"o":[[11.35,-1.175],[-3.556,-9.3],[-17.369,-8.428],[0,0],[0,0],[-2.819,8.745],[10.777,6.519],[22.357,9.821]],"v":[[51.4,41.425],[62.556,19.8],[28.116,-2.601],[-3.808,-17.679],[-44.292,-37.932],[-60.857,-30.538],[-47.527,-3.019],[17.809,27.744]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[-6.404,0.663],[3.41,8.918],[14.634,7.101],[0,0],[0,0],[3.857,-11.962],[-14.973,-7.981],[-17.059,-7.494]],"o":[[11.35,-1.175],[-3.556,-9.3],[-17.369,-8.428],[0,0],[0,0],[-2.819,8.745],[10.777,6.519],[22.357,9.821]],"v":[[51.4,41.425],[62.556,19.8],[28.116,-2.601],[-3.808,-17.679],[-44.292,-37.932],[-60.857,-30.538],[-47.527,-3.019],[17.809,27.744]],"c":true}],"e":[{"i":[[-5.348,3.585],[2.138,3.149],[12.957,9.834],[0,0],[7.301,4.549],[0.416,-7.712],[-8.98,-10.24],[-15.257,-10.695]],"o":[[3.937,-2.639],[-4.495,-6.622],[-15.378,-11.672],[0,0],[-3.238,-2.017],[-0.522,9.677],[9.288,8.507],[19.995,14.017]],"v":[[47.313,70.389],[61.745,49.372],[29.619,24.15],[-8.226,-4.149],[-50.199,-35.451],[-56.393,-24.832],[-45.113,9.149],[3.809,45.383]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[-5.348,3.585],[2.138,3.149],[12.957,9.834],[0,0],[7.301,4.549],[0.416,-7.712],[-8.98,-10.24],[-15.257,-10.695]],"o":[[3.937,-2.639],[-4.495,-6.622],[-15.378,-11.672],[0,0],[-3.238,-2.017],[-0.522,9.677],[9.288,8.507],[19.995,14.017]],"v":[[47.313,70.389],[61.745,49.372],[29.619,24.15],[-8.226,-4.149],[-50.199,-35.451],[-56.393,-24.832],[-45.113,9.149],[3.809,45.383]],"c":true}],"e":[{"i":[[-0.786,0.034],[1.075,1.199],[11.892,11.098],[0,0],[6.678,5.422],[1.679,-8.525],[-6.543,-6.396],[-13.766,-12.556]],"o":[[1.214,-0.032],[-4.739,-5.285],[-12.96,-12.094],[0,0],[-6.789,-2.746],[-2.107,10.698],[6.742,7.507],[15.919,14.519]],"v":[[39.786,87.716],[76.175,72.051],[35.96,34.594],[0.654,0.107],[-33.942,-35.059],[-46.729,-23.284],[-40.242,8.493],[2.831,52.231]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[-0.786,0.034],[1.075,1.199],[11.892,11.098],[0,0],[6.678,5.422],[1.679,-8.525],[-6.543,-6.396],[-13.766,-12.556]],"o":[[1.214,-0.032],[-4.739,-5.285],[-12.96,-12.094],[0,0],[-6.789,-2.746],[-2.107,10.698],[6.742,7.507],[15.919,14.519]],"v":[[39.786,87.716],[76.175,72.051],[35.96,34.594],[0.654,0.107],[-33.942,-35.059],[-46.729,-23.284],[-40.242,8.493],[2.831,52.231]],"c":true}],"e":[{"i":[[-0.786,-0.038],[0.815,1.389],[10.909,12.065],[0,0],[5.501,6.719],[7.616,-4.395],[-12.767,-17.539],[-15.906,-17.598]],"o":[[1.213,0.059],[-1.918,-3.268],[-14.93,-16.513],[0,0],[-4.636,-5.614],[-9.557,5.516],[6.162,7.99],[15.073,16.677]],"v":[[49.512,100.112],[94.059,95.708],[51.184,46.779],[12.579,2.509],[-14.265,-29.578],[-36.448,-30.88],[-39.152,4.742],[9.477,58.792]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[-0.786,-0.038],[0.815,1.389],[10.909,12.065],[0,0],[5.501,6.719],[7.616,-4.395],[-12.767,-17.539],[-15.906,-17.598]],"o":[[1.213,0.059],[-1.918,-3.268],[-14.93,-16.513],[0,0],[-4.636,-5.614],[-9.557,5.516],[6.162,7.99],[15.073,16.677]],"v":[[49.512,100.112],[94.059,95.708],[51.184,46.779],[12.579,2.509],[-14.265,-29.578],[-36.448,-30.88],[-39.152,4.742],[9.477,58.792]],"c":true}],"e":[{"i":[[-0.779,-0.11],[1.031,1.237],[11.037,11.948],[0,0],[3.367,6.192],[11.756,0.26],[-11.118,-18.628],[-13.299,-16.345]],"o":[[1.202,0.169],[-9.112,-10.929],[-14.366,-15.552],[0,0],[-2.942,-3.906],[-14.752,-0.327],[5.41,8.517],[14.261,17.528]],"v":[[52.1,99.762],[114.612,99.679],[70.866,49.302],[30.448,1.954],[5.883,-25.942],[-21.761,-34.053],[-38.272,-10.278],[18.239,59.222]],"c":true}]},{"t":25}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":3,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"torso","parent":21,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[14.25,-1.5],[-5,-12.75],[0,0],[0,0],[0,0],[-3.185,-1.414],[-0.417,3.2],[4.25,21.5]],"o":[[-14.25,1.5],[5,12.75],[0,0],[0,0],[0,0],[3.997,1.774],[0.75,-5.75],[-4.25,-21.5]],"v":[[-133.25,-50.25],[-142.25,-16],[-134.5,7],[-126.25,8.5],[-111.5,9.5],[-105.512,12.635],[-96.5,12.5],[-101.5,-23]],"c":true}],"e":[{"i":[[11.5,-1.25],[-9.75,-13.75],[-3.75,-8.25],[0,0],[0,0],[-3.732,-0.976],[-0.417,3.2],[11.886,20.672]],"o":[[-14.245,1.548],[7.922,11.172],[3.997,8.794],[0,0],[0,0],[4.683,1.225],[0.75,-5.75],[-11.5,-20]],"v":[[-147.5,-93.25],[-153,-59],[-136.75,-27.5],[-134,-16],[-116.75,-16],[-109.723,-13.696],[-99.25,-15],[-110.5,-65]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[11.5,-1.25],[-9.75,-13.75],[-3.75,-8.25],[0,0],[0,0],[-3.732,-0.976],[-0.417,3.2],[11.886,20.672]],"o":[[-14.245,1.548],[7.922,11.172],[3.997,8.794],[0,0],[0,0],[4.683,1.225],[0.75,-5.75],[-11.5,-20]],"v":[[-147.5,-93.25],[-153,-59],[-136.75,-27.5],[-134,-16],[-116.75,-16],[-109.723,-13.696],[-99.25,-15],[-110.5,-65]],"c":true}],"e":[{"i":[[11.473,-1.48],[-9,-15.5],[-6.153,-20.218],[-0.699,-4.192],[0,0],[-8.001,1.494],[-0.555,3.179],[11,14.75]],"o":[[-15.5,2],[7.837,13.496],[3.5,11.5],[1.5,9],[0,0],[6.393,-1.194],[2.75,-15.75],[-17.044,-22.854]],"v":[[-164,-119],[-176,-86.5],[-143.5,-49],[-140.25,-30.25],[-130.5,-23.25],[-117.249,-21.744],[-106.75,-38.25],[-124,-94.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[11.473,-1.48],[-9,-15.5],[-6.153,-20.218],[-0.699,-4.192],[0,0],[-8.001,1.494],[-0.555,3.179],[11,14.75]],"o":[[-15.5,2],[7.837,13.496],[3.5,11.5],[1.5,9],[0,0],[6.393,-1.194],[2.75,-15.75],[-17.044,-22.854]],"v":[[-164,-119],[-176,-86.5],[-143.5,-49],[-140.25,-30.25],[-130.5,-23.25],[-117.249,-21.744],[-106.75,-38.25],[-124,-94.5]],"c":true}],"e":[{"i":[[12,-0.5],[-7,-15.75],[-16.75,-23.25],[0,0],[0,0],[-4.845,0.332],[0.124,3.225],[12.283,13.7]],"o":[[-14.565,0.607],[6.338,14.261],[6.608,9.173],[0,0],[0,0],[6.08,-0.416],[-0.75,-19.5],[-19.5,-21.75]],"v":[[-172.25,-128.75],[-186.25,-95.25],[-154.25,-64.5],[-140.75,-41.5],[-129.75,-40.5],[-120.534,-40.675],[-107.75,-45.5],[-133.25,-101.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[12,-0.5],[-7,-15.75],[-16.75,-23.25],[0,0],[0,0],[-4.845,0.332],[0.124,3.225],[12.283,13.7]],"o":[[-14.565,0.607],[6.338,14.261],[6.608,9.173],[0,0],[0,0],[6.08,-0.416],[-0.75,-19.5],[-19.5,-21.75]],"v":[[-172.25,-128.75],[-186.25,-95.25],[-154.25,-64.5],[-140.75,-41.5],[-129.75,-40.5],[-120.534,-40.675],[-107.75,-45.5],[-133.25,-101.25]],"c":true}],"e":[{"i":[[11.25,0.75],[-5.25,-12.25],[-14.25,-14.75],[0,0],[0,0],[-4.237,0.464],[0.792,3.128],[12.283,13.7]],"o":[[-14.545,-0.97],[6.148,14.345],[7.855,8.131],[0,0],[0,0],[5.317,-0.582],[-5,-19.75],[-19.5,-21.75]],"v":[[-182.5,-124.5],[-200.25,-100],[-171.25,-71.75],[-149.25,-42.5],[-134,-44],[-125.844,-44.44],[-115.5,-49.5],[-144,-101]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[11.25,0.75],[-5.25,-12.25],[-14.25,-14.75],[0,0],[0,0],[-4.237,0.464],[0.792,3.128],[12.283,13.7]],"o":[[-14.545,-0.97],[6.148,14.345],[7.855,8.131],[0,0],[0,0],[5.317,-0.582],[-5,-19.75],[-19.5,-21.75]],"v":[[-182.5,-124.5],[-200.25,-100],[-171.25,-71.75],[-149.25,-42.5],[-134,-44],[-125.844,-44.44],[-115.5,-49.5],[-144,-101]],"c":true}],"e":[{"i":[[11.25,0.75],[-3,-9.5],[-16.501,-12.179],[0,0],[0,0],[-5.339,1.543],[1.285,2.96],[13.464,12.542]],"o":[[-14.545,-0.97],[3.62,11.463],[10.5,7.75],[0,0],[0,0],[6.7,-1.937],[-8.25,-19],[-18.25,-17]],"v":[[-196,-127],[-215.75,-104],[-190.25,-76.25],[-161.25,-46.75],[-147.5,-45.75],[-137.183,-48.263],[-126,-55],[-157.75,-103.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[11.25,0.75],[-3,-9.5],[-16.501,-12.179],[0,0],[0,0],[-5.339,1.543],[1.285,2.96],[13.464,12.542]],"o":[[-14.545,-0.97],[3.62,11.463],[10.5,7.75],[0,0],[0,0],[6.7,-1.937],[-8.25,-19],[-18.25,-17]],"v":[[-196,-127],[-215.75,-104],[-190.25,-76.25],[-161.25,-46.75],[-147.5,-45.75],[-137.183,-48.263],[-126,-55],[-157.75,-103.25]],"c":true}],"e":[{"i":[[11.274,-0.174],[-3.768,-9.222],[-17.443,-10.787],[0,0],[0,0],[-5.195,1.976],[3.407,10.977],[14.446,11.396]],"o":[[-14.576,0.225],[4.547,11.128],[11.1,6.864],[0,0],[0,0],[6.519,-2.479],[-6.14,-19.783],[-19.581,-15.448]],"v":[[-201.482,-122.631],[-219.282,-98.091],[-191.595,-72.523],[-160.276,-45.498],[-146.49,-45.627],[-136.413,-48.977],[-126.407,-55.477],[-162.629,-102.791]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[11.274,-0.174],[-3.768,-9.222],[-17.443,-10.787],[0,0],[0,0],[-5.195,1.976],[3.407,10.977],[14.446,11.396]],"o":[[-14.576,0.225],[4.547,11.128],[11.1,6.864],[0,0],[0,0],[6.519,-2.479],[-6.14,-19.783],[-19.581,-15.448]],"v":[[-201.482,-122.631],[-219.282,-98.091],[-191.595,-72.523],[-160.276,-45.498],[-146.49,-45.627],[-136.413,-48.977],[-126.407,-55.477],[-162.629,-102.791]],"c":true}],"e":[{"i":[[11.263,-0.515],[-4.045,-9.104],[-17.762,-10.254],[0,0],[0,0],[-4.914,2.186],[3.204,8.637],[14.57,11.646]],"o":[[-14.562,0.666],[4.881,10.985],[11.302,6.525],[0,0],[0,0],[6.166,-2.744],[-7.204,-19.421],[-18.917,-15.121]],"v":[[-203.457,-121.431],[-220.506,-95.864],[-192.058,-71.145],[-161.186,-45.079],[-146.161,-45.625],[-136.606,-49.382],[-126.204,-55.387],[-163.083,-102.379]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[11.263,-0.515],[-4.045,-9.104],[-17.762,-10.254],[0,0],[0,0],[-4.914,2.186],[3.204,8.637],[14.57,11.646]],"o":[[-14.562,0.666],[4.881,10.985],[11.302,6.525],[0,0],[0,0],[6.166,-2.744],[-7.204,-19.421],[-18.917,-15.121]],"v":[[-203.457,-121.431],[-220.506,-95.864],[-192.058,-71.145],[-161.186,-45.079],[-146.161,-45.625],[-136.606,-49.382],[-126.204,-55.387],[-163.083,-102.379]],"c":true}],"e":[{"i":[[11.249,-0.76],[-4.243,-9.014],[-17.843,-10.113],[0,0],[0,0],[-4.701,2.402],[1.794,5.361],[10.161,7.077]],"o":[[-14.544,0.983],[5.119,10.876],[14.405,8.164],[0,0],[0,0],[5.899,-3.015],[-6.573,-19.643],[-22.045,-15.354]],"v":[[-204.896,-120.191],[-222.385,-95.258],[-192.405,-70.164],[-161.222,-44.277],[-145.962,-45.651],[-136.803,-49.823],[-126.544,-56.861],[-164.161,-102.077]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[11.249,-0.76],[-4.243,-9.014],[-17.843,-10.113],[0,0],[0,0],[-4.701,2.402],[1.794,5.361],[10.161,7.077]],"o":[[-14.544,0.983],[5.119,10.876],[14.405,8.164],[0,0],[0,0],[5.899,-3.015],[-6.573,-19.643],[-22.045,-15.354]],"v":[[-204.896,-120.191],[-222.385,-95.258],[-192.405,-70.164],[-161.222,-44.277],[-145.962,-45.651],[-136.803,-49.823],[-126.544,-56.861],[-164.161,-102.077]],"c":true}],"e":[{"i":[[11.896,-0.059],[-4.083,-9.087],[-17.843,-10.113],[0,0],[0,0],[-4.701,2.402],[2.911,6.788],[14.833,11.309]],"o":[[-14.577,0.073],[4.385,9.758],[14.405,8.164],[0,0],[0,0],[5.899,-3.015],[-8.206,-19.139],[-19.834,-15.122]],"v":[[-206.146,-119.191],[-223.135,-93.008],[-192.405,-68.914],[-161.222,-44.277],[-145.962,-45.651],[-136.803,-49.823],[-126.794,-58.361],[-164.161,-101.327]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[11.896,-0.059],[-4.083,-9.087],[-17.843,-10.113],[0,0],[0,0],[-4.701,2.402],[2.911,6.788],[14.833,11.309]],"o":[[-14.577,0.073],[4.385,9.758],[14.405,8.164],[0,0],[0,0],[5.899,-3.015],[-8.206,-19.139],[-19.834,-15.122]],"v":[[-206.146,-119.191],[-223.135,-93.008],[-192.405,-68.914],[-161.222,-44.277],[-145.962,-45.651],[-136.803,-49.823],[-126.794,-58.361],[-164.161,-101.327]],"c":true}],"e":[{"i":[[11.896,-0.059],[-4.083,-9.087],[-17.843,-10.113],[0,0],[0,0],[-4.536,2.512],[2.544,6.361],[15.775,9.952]],"o":[[-14.577,0.073],[4.385,9.758],[14.405,8.164],[0,0],[0,0],[5.693,-3.152],[-7.691,-19.233],[-20.089,-12.673]],"v":[[-206.896,-117.691],[-223.635,-92.008],[-192.905,-67.914],[-161.222,-44.277],[-145.962,-45.651],[-137.115,-50.031],[-127.044,-58.361],[-165.411,-101.327]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[11.896,-0.059],[-4.083,-9.087],[-17.843,-10.113],[0,0],[0,0],[-4.536,2.512],[2.544,6.361],[15.775,9.952]],"o":[[-14.577,0.073],[4.385,9.758],[14.405,8.164],[0,0],[0,0],[5.693,-3.152],[-7.691,-19.233],[-20.089,-12.673]],"v":[[-206.896,-117.691],[-223.635,-92.008],[-192.905,-67.914],[-161.222,-44.277],[-145.962,-45.651],[-137.115,-50.031],[-127.044,-58.361],[-165.411,-101.327]],"c":true}],"e":[{"i":[[11.896,-0.059],[-4.083,-9.087],[-17.843,-10.113],[0,0],[0,0],[-4.536,2.512],[2.544,6.361],[15.987,9.609]],"o":[[-14.577,0.073],[4.385,9.758],[14.405,8.164],[0,0],[0,0],[5.693,-3.152],[-7.691,-19.233],[-18.589,-11.173]],"v":[[-206.896,-117.691],[-223.635,-92.008],[-192.905,-67.914],[-161.222,-44.277],[-145.962,-45.651],[-137.115,-50.031],[-127.044,-58.361],[-166.411,-101.327]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[11.896,-0.059],[-4.083,-9.087],[-17.843,-10.113],[0,0],[0,0],[-4.536,2.512],[2.544,6.361],[15.987,9.609]],"o":[[-14.577,0.073],[4.385,9.758],[14.405,8.164],[0,0],[0,0],[5.693,-3.152],[-7.691,-19.233],[-18.589,-11.173]],"v":[[-206.896,-117.691],[-223.635,-92.008],[-192.905,-67.914],[-161.222,-44.277],[-145.962,-45.651],[-137.115,-50.031],[-127.044,-58.361],[-166.411,-101.327]],"c":true}],"e":[{"i":[[11.834,1.217],[-3.085,-9.473],[-16.655,-11.969],[0,0],[0,0],[-4.78,2.011],[1.363,2.925],[13.534,12.835]],"o":[[-14.501,-1.492],[3.312,10.172],[13.446,9.663],[0,0],[0,0],[5.998,-2.523],[-8.751,-18.774],[-18.097,-17.162]],"v":[[-199.472,-123.816],[-218.869,-100.077],[-190.901,-72.826],[-161.938,-45.927],[-146.618,-45.655],[-137.352,-49.061],[-126.258,-58.002],[-157.886,-103.876]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[11.834,1.217],[-3.085,-9.473],[-16.655,-11.969],[0,0],[0,0],[-4.78,2.011],[1.363,2.925],[13.534,12.835]],"o":[[-14.501,-1.492],[3.312,10.172],[13.446,9.663],[0,0],[0,0],[5.998,-2.523],[-8.751,-18.774],[-18.097,-17.162]],"v":[[-199.472,-123.816],[-218.869,-100.077],[-190.901,-72.826],[-161.938,-45.927],[-146.618,-45.655],[-137.352,-49.061],[-126.258,-58.002],[-157.886,-103.876]],"c":true}],"e":[{"i":[[13.303,3.137],[-2.607,-9.739],[-15.234,-13.732],[0,0],[0,0],[-5.691,0.776],[0.465,3.193],[12.089,14.204]],"o":[[-14.188,-3.346],[2.766,10.334],[16.016,14.437],[0,0],[0,0],[7.142,-0.973],[-3.421,-23.49],[-18.033,-21.188]],"v":[[-184.303,-141.137],[-204.893,-122.761],[-182.016,-88.437],[-155.096,-57.029],[-143.823,-52.764],[-132.954,-53.787],[-118.329,-59.76],[-143.967,-113.062]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[13.303,3.137],[-2.607,-9.739],[-15.234,-13.732],[0,0],[0,0],[-5.691,0.776],[0.465,3.193],[12.089,14.204]],"o":[[-14.188,-3.346],[2.766,10.334],[16.016,14.437],[0,0],[0,0],[7.142,-0.973],[-3.421,-23.49],[-18.033,-21.188]],"v":[[-184.303,-141.137],[-204.893,-122.761],[-182.016,-88.437],[-155.096,-57.029],[-143.823,-52.764],[-132.954,-53.787],[-118.329,-59.76],[-143.967,-113.062]],"c":true}],"e":[{"i":[[7.295,5.598],[-0.504,-10.069],[-10.127,-19.658],[0,0],[0,0],[-6.939,2.691],[0.512,3.186],[8.503,17.431]],"o":[[-11.231,-8.619],[0.535,10.684],[9.874,19.168],[0,0],[0,0],[8.708,-3.377],[-2.623,-16.317],[-13.458,-27.589]],"v":[[-145.295,-147.098],[-170.784,-135.955],[-159.623,-97.092],[-139.898,-60.733],[-131.272,-44.947],[-118.026,-49.607],[-100.127,-60.683],[-117.003,-110.181]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[7.295,5.598],[-0.504,-10.069],[-10.127,-19.658],[0,0],[0,0],[-6.939,2.691],[0.512,3.186],[8.503,17.431]],"o":[[-11.231,-8.619],[0.535,10.684],[9.874,19.168],[0,0],[0,0],[8.708,-3.377],[-2.623,-16.317],[-13.458,-27.589]],"v":[[-145.295,-147.098],[-170.784,-135.955],[-159.623,-97.092],[-139.898,-60.733],[-131.272,-44.947],[-118.026,-49.607],[-100.127,-60.683],[-117.003,-110.181]],"c":true}],"e":[{"i":[[3.696,6.947],[5.785,-9.718],[0.824,-13.594],[0,0],[0,0],[-16.426,-1.376],[-0.363,3.047],[-0.575,19.385]],"o":[[-6.97,-13.099],[-5.472,9.192],[-1.305,21.523],[0,0],[0,0],[17.091,1.432],[1.353,-11.357],[0.724,-24.408]],"v":[[-90.53,-139.401],[-120.535,-141.032],[-125.824,-106.906],[-125.11,-71.546],[-124.995,-53.561],[-109.091,-35.432],[-89.603,-51.143],[-84.974,-100.842]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[3.696,6.947],[5.785,-9.718],[0.824,-13.594],[0,0],[0,0],[-16.426,-1.376],[-0.363,3.047],[-0.575,19.385]],"o":[[-6.97,-13.099],[-5.472,9.192],[-1.305,21.523],[0,0],[0,0],[17.091,1.432],[1.353,-11.357],[0.724,-24.408]],"v":[[-90.53,-139.401],[-120.535,-141.032],[-125.824,-106.906],[-125.11,-71.546],[-124.995,-53.561],[-109.091,-35.432],[-89.603,-51.143],[-84.974,-100.842]],"c":true}],"e":[{"i":[[-1.065,7.796],[10.568,-4.027],[9.086,-10.146],[0,0],[0,0],[-10.589,-8.238],[-6.791,6.529],[-12.273,14.117]],"o":[[2.145,-15.705],[-9.996,3.809],[-14.385,16.063],[0,0],[0,0],[12.959,10.083],[10.021,-9.633],[16.021,-18.428]],"v":[[-14.895,-100.795],[-36.404,-119.451],[-62.737,-97.231],[-90.879,-64.067],[-107.704,-41.896],[-102.459,-20.583],[-74.209,-28.529],[-38.477,-67.367]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[-1.065,7.796],[10.568,-4.027],[9.086,-10.146],[0,0],[0,0],[-10.589,-8.238],[-6.791,6.529],[-12.273,14.117]],"o":[[2.145,-15.705],[-9.996,3.809],[-14.385,16.063],[0,0],[0,0],[12.959,10.083],[10.021,-9.633],[16.021,-18.428]],"v":[[-14.895,-100.795],[-36.404,-119.451],[-62.737,-97.231],[-90.879,-64.067],[-107.704,-41.896],[-102.459,-20.583],[-74.209,-28.529],[-38.477,-67.367]],"c":true}],"e":[{"i":[[-5.945,2.473],[6.347,5.67],[14.926,1.617],[0,0],[0,0],[1.738,-12.668],[-12.248,-1.462],[-21.317,-1.666]],"o":[[11.619,-4.834],[-6.35,-5.672],[-23.686,-2.566],[0,0],[0,0],[-2.432,17.726],[13.803,1.648],[24.345,1.902]],"v":[[44.195,-22.723],[49.153,-46.67],[13.686,-53.934],[-22.45,-58.265],[-51.956,-61.828],[-74.068,-51.726],[-49.252,-31.038],[9.817,-22.834]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[-5.945,2.473],[6.347,5.67],[14.926,1.617],[0,0],[0,0],[1.738,-12.668],[-12.248,-1.462],[-21.317,-1.666]],"o":[[11.619,-4.834],[-6.35,-5.672],[-23.686,-2.566],[0,0],[0,0],[-2.432,17.726],[13.803,1.648],[24.345,1.902]],"v":[[44.195,-22.723],[49.153,-46.67],[13.686,-53.934],[-22.45,-58.265],[-51.956,-61.828],[-74.068,-51.726],[-49.252,-31.038],[9.817,-22.834]],"c":true}],"e":[{"i":[[-6.404,0.663],[3.41,8.918],[14.634,7.101],[0,0],[0,0],[3.857,-11.962],[-14.973,-7.981],[-17.059,-7.494]],"o":[[11.35,-1.175],[-3.556,-9.3],[-17.369,-8.428],[0,0],[0,0],[-2.819,8.745],[10.777,6.519],[22.357,9.821]],"v":[[51.4,41.425],[62.556,19.8],[28.116,-2.601],[-3.808,-17.679],[-44.292,-37.932],[-60.857,-30.538],[-47.527,-3.019],[17.809,27.744]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[-6.404,0.663],[3.41,8.918],[14.634,7.101],[0,0],[0,0],[3.857,-11.962],[-14.973,-7.981],[-17.059,-7.494]],"o":[[11.35,-1.175],[-3.556,-9.3],[-17.369,-8.428],[0,0],[0,0],[-2.819,8.745],[10.777,6.519],[22.357,9.821]],"v":[[51.4,41.425],[62.556,19.8],[28.116,-2.601],[-3.808,-17.679],[-44.292,-37.932],[-60.857,-30.538],[-47.527,-3.019],[17.809,27.744]],"c":true}],"e":[{"i":[[-5.348,3.585],[2.138,3.149],[12.957,9.834],[0,0],[7.301,4.549],[0.416,-7.712],[-8.98,-10.24],[-15.257,-10.695]],"o":[[3.937,-2.639],[-4.495,-6.622],[-15.378,-11.672],[0,0],[-3.238,-2.017],[-0.522,9.677],[9.288,8.507],[19.995,14.017]],"v":[[47.313,70.389],[61.745,49.372],[29.619,24.15],[-8.226,-4.149],[-50.199,-35.451],[-56.393,-24.832],[-45.113,9.149],[3.809,45.383]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[-5.348,3.585],[2.138,3.149],[12.957,9.834],[0,0],[7.301,4.549],[0.416,-7.712],[-8.98,-10.24],[-15.257,-10.695]],"o":[[3.937,-2.639],[-4.495,-6.622],[-15.378,-11.672],[0,0],[-3.238,-2.017],[-0.522,9.677],[9.288,8.507],[19.995,14.017]],"v":[[47.313,70.389],[61.745,49.372],[29.619,24.15],[-8.226,-4.149],[-50.199,-35.451],[-56.393,-24.832],[-45.113,9.149],[3.809,45.383]],"c":true}],"e":[{"i":[[-0.786,0.034],[1.075,1.199],[11.035,11.95],[0,0],[6.678,5.422],[1.679,-8.525],[-6.543,-6.396],[-13.766,-12.556]],"o":[[1.214,-0.032],[-4.739,-5.285],[-13.097,-14.184],[0,0],[-6.789,-2.746],[-2.107,10.698],[6.742,7.507],[15.919,14.519]],"v":[[37.286,80.216],[72.175,75.051],[32.96,34.594],[0.654,0.107],[-33.942,-35.059],[-46.729,-23.284],[-40.242,8.493],[2.831,52.231]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[-0.786,0.034],[1.075,1.199],[11.035,11.95],[0,0],[6.678,5.422],[1.679,-8.525],[-6.543,-6.396],[-13.766,-12.556]],"o":[[1.214,-0.032],[-4.739,-5.285],[-13.097,-14.184],[0,0],[-6.789,-2.746],[-2.107,10.698],[6.742,7.507],[15.919,14.519]],"v":[[37.286,80.216],[72.175,75.051],[32.96,34.594],[0.654,0.107],[-33.942,-35.059],[-46.729,-23.284],[-40.242,8.493],[2.831,52.231]],"c":true}],"e":[{"i":[[-0.779,-0.11],[0.685,1.457],[9.766,13.008],[0,0],[4.867,7.192],[7.984,-3.684],[-11.118,-18.628],[-14.239,-18.972]],"o":[[1.202,0.169],[-1.612,-3.429],[-13.366,-17.802],[0,0],[-4.106,-6.013],[-10.019,4.623],[5.41,8.517],[13.494,17.979]],"v":[[38.475,94.762],[83.237,94.429],[44.991,41.802],[10.573,-5.796],[-13.242,-40.192],[-35.214,-43.506],[-41.147,-8.278],[2.364,49.972]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[-0.779,-0.11],[0.685,1.457],[9.766,13.008],[0,0],[4.867,7.192],[7.984,-3.684],[-11.118,-18.628],[-14.239,-18.972]],"o":[[1.202,0.169],[-1.612,-3.429],[-13.366,-17.802],[0,0],[-4.106,-6.013],[-10.019,4.623],[5.41,8.517],[13.494,17.979]],"v":[[38.475,94.762],[83.237,94.429],[44.991,41.802],[10.573,-5.796],[-13.242,-40.192],[-35.214,-43.506],[-41.147,-8.278],[2.364,49.972]],"c":true}],"e":[{"i":[[-0.779,-0.11],[1.031,1.237],[11.037,11.948],[0,0],[3.367,6.192],[11.756,0.26],[-11.118,-18.628],[-13.299,-16.345]],"o":[[1.202,0.169],[-9.112,-10.929],[-14.366,-15.552],[0,0],[-2.942,-3.906],[-14.752,-0.327],[5.41,8.517],[14.261,17.528]],"v":[[52.1,99.762],[114.612,99.679],[70.866,49.302],[30.448,1.954],[5.883,-25.942],[-21.761,-34.053],[-38.272,-10.278],[18.239,59.222]],"c":true}]},{"t":25}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":3,"op":21,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"back_leg","parent":21,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[5.768,2.655],[1,-9.5],[0.578,-9.618],[0.015,-0.253],[0,0],[-5.25,21.5],[3.563,14.191]],"o":[[-2.75,-0.5],[-0.908,8.623],[-0.027,0.449],[-0.018,0.298],[0,0],[3.327,-13.626],[-2.059,-8.201]],"v":[[-100.25,7.25],[-114.25,15.25],[-118.909,85.987],[-118.973,87.045],[-119,87.5],[-89.75,71.75],[-88.767,24.585]],"c":true}],"e":[{"i":[[5.768,2.655],[1,-9.5],[-1.52,-42.597],[-3.395,-2.854],[0,0],[-2.69,21.968],[9.27,13.122]],"o":[[-2.75,-0.5],[-0.801,7.607],[0.384,10.767],[3.999,3.361],[0,0],[1.901,-15.527],[-5.357,-7.583]],"v":[[-98.5,-17],[-112.5,-9],[-102.23,39.597],[-95.209,58.768],[-87,61.75],[-67,46],[-81.203,-0.887]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[5.768,2.655],[1,-9.5],[-1.52,-42.597],[-3.395,-2.854],[0,0],[-2.69,21.968],[9.27,13.122]],"o":[[-2.75,-0.5],[-0.801,7.607],[0.384,10.767],[3.999,3.361],[0,0],[1.901,-15.527],[-5.357,-7.583]],"v":[[-98.5,-17],[-112.5,-9],[-102.23,39.597],[-95.209,58.768],[-87,61.75],[-67,46],[-81.203,-0.887]],"c":true}],"e":[{"i":[[7.16,0.557],[-2.147,-9.308],[-31.937,-21.714],[-4.243,-5.5],[-9.713,-2.675],[2.995,20.361],[24.628,12.692]],"o":[[-2.763,0.422],[1.719,7.453],[6.613,4.496],[4.998,6.478],[8.716,2.401],[-2.848,-19.357],[-14.233,-7.335]],"v":[[-112.299,-44.021],[-121.182,-30.399],[-83.152,11.208],[-68.193,27.061],[-48.29,42.197],[-22.757,21.044],[-77.582,-31.349]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[7.16,0.557],[-2.147,-9.308],[-31.937,-21.714],[-4.243,-5.5],[-9.713,-2.675],[2.995,20.361],[24.628,12.692]],"o":[[-2.763,0.422],[1.719,7.453],[6.613,4.496],[4.998,6.478],[8.716,2.401],[-2.848,-19.357],[-14.233,-7.335]],"v":[[-112.299,-44.021],[-121.182,-30.399],[-83.152,11.208],[-68.193,27.061],[-48.29,42.197],[-22.757,21.044],[-77.582,-31.349]],"c":true}],"e":[{"i":[[13.299,-6.729],[-2.147,-9.308],[-14.72,4.511],[-16.033,0.243],[-9.564,0.531],[6.016,16.253],[33.808,-0.853]],"o":[[-7.451,4.771],[1.719,7.453],[9.652,-2.958],[18.224,-0.276],[8.04,-0.447],[-4.523,-12.22],[-14.731,0.372]],"v":[[-119.549,-61.271],[-128.432,-44.899],[-103.152,-26.042],[-63.494,-33.607],[-16.79,-27.053],[-5.007,-49.706],[-71.007,-70.787]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[13.299,-6.729],[-2.147,-9.308],[-14.72,4.511],[-16.033,0.243],[-9.564,0.531],[6.016,16.253],[33.808,-0.853]],"o":[[-7.451,4.771],[1.719,7.453],[9.652,-2.958],[18.224,-0.276],[8.04,-0.447],[-4.523,-12.22],[-14.731,0.372]],"v":[[-119.549,-61.271],[-128.432,-44.899],[-103.152,-26.042],[-63.494,-33.607],[-16.79,-27.053],[-5.007,-49.706],[-71.007,-70.787]],"c":true}],"e":[{"i":[[7.049,-4.979],[-2.147,-9.308],[-12.275,9.292],[-20.1,11.342],[-8.226,8.006],[9.457,13.172],[27.166,-15.298]],"o":[[-8.451,7.021],[1.719,7.453],[10.286,-7.786],[20.634,-11.643],[5.771,-5.617],[-8.551,-11.911],[-15.7,8.841]],"v":[[-121.049,-61.021],[-128.432,-44.899],[-103.652,-16.042],[-67.634,-52.357],[-20.04,-68.553],[-16.257,-96.956],[-84.831,-87.64]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[7.049,-4.979],[-2.147,-9.308],[-12.275,9.292],[-20.1,11.342],[-8.226,8.006],[9.457,13.172],[27.166,-15.298]],"o":[[-8.451,7.021],[1.719,7.453],[10.286,-7.786],[20.634,-11.643],[5.771,-5.617],[-8.551,-11.911],[-15.7,8.841]],"v":[[-121.049,-61.021],[-128.432,-44.899],[-103.652,-16.042],[-67.634,-52.357],[-20.04,-68.553],[-16.257,-96.956],[-84.831,-87.64]],"c":true}],"e":[{"i":[[5.068,-8.5],[-6.282,-7.197],[-18.145,28.141],[-10.006,13.984],[-3.833,10.82],[12.911,4.561],[15.39,-24.371]],"o":[[-8.633,5.489],[5.03,5.762],[7.845,-12.167],[11.786,-16.472],[3.107,-8.771],[-16.265,-5.746],[-8.894,14.084]],"v":[[-135.088,-55.041],[-137.795,-40.517],[-103.836,-27.751],[-75.247,-68.33],[-48.857,-111.479],[-62.661,-134.561],[-113.497,-91.783]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[5.068,-8.5],[-6.282,-7.197],[-18.145,28.141],[-10.006,13.984],[-3.833,10.82],[12.911,4.561],[15.39,-24.371]],"o":[[-8.633,5.489],[5.03,5.762],[7.845,-12.167],[11.786,-16.472],[3.107,-8.771],[-16.265,-5.746],[-8.894,14.084]],"v":[[-135.088,-55.041],[-137.795,-40.517],[-103.836,-27.751],[-75.247,-68.33],[-48.857,-111.479],[-62.661,-134.561],[-113.497,-91.783]],"c":true}],"e":[{"i":[[3.304,-9.329],[-7.57,-5.826],[-15.031,39.852],[-6.123,15.004],[-1.177,11.419],[15.845,1.925],[8.114,-26.841]],"o":[[-7.39,7.075],[6.062,4.665],[5.845,-15.496],[7.213,-17.673],[1.633,-15.832],[-17.542,-2.132],[-4.689,15.512]],"v":[[-135.797,-55.611],[-139.688,-38.401],[-102.219,-31.852],[-83.205,-78.523],[-68.883,-123.668],[-87.32,-147.887],[-124.13,-95.776]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[3.304,-9.329],[-7.57,-5.826],[-15.031,39.852],[-6.123,15.004],[-1.177,11.419],[15.845,1.925],[8.114,-26.841]],"o":[[-7.39,7.075],[6.062,4.665],[5.845,-15.496],[7.213,-17.673],[1.633,-15.832],[-17.542,-2.132],[-4.689,15.512]],"v":[[-135.797,-55.611],[-139.688,-38.401],[-102.219,-31.852],[-83.205,-78.523],[-68.883,-123.668],[-87.32,-147.887],[-124.13,-95.776]],"c":true}],"e":[{"i":[[5.731,-17.179],[-8.046,-5.149],[-16.358,39.326],[-5.455,14.427],[1.037,22.837],[14.586,0.219],[4.892,-25.992]],"o":[[-6.75,7.687],[6.443,4.123],[3.852,-9.261],[6.426,-16.994],[-0.627,-13.814],[-17.669,-0.265],[-2.827,15.021]],"v":[[-135.647,-59.595],[-140.035,-39.113],[-103.14,-34.33],[-87.575,-70.082],[-76.873,-130.186],[-97.086,-153.969],[-124.124,-109.106]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[5.731,-17.179],[-8.046,-5.149],[-16.358,39.326],[-5.455,14.427],[1.037,22.837],[14.586,0.219],[4.892,-25.992]],"o":[[-6.75,7.687],[6.443,4.123],[3.852,-9.261],[6.426,-16.994],[-0.627,-13.814],[-17.669,-0.265],[-2.827,15.021]],"v":[[-135.647,-59.595],[-140.035,-39.113],[-103.14,-34.33],[-87.575,-70.082],[-76.873,-130.186],[-97.086,-153.969],[-124.124,-109.106]],"c":true}],"e":[{"i":[[6.097,-17.729],[-8.046,-5.149],[-16.358,39.326],[-4.482,13.721],[1.959,24.574],[14.586,0.219],[2.351,-26.079]],"o":[[-6.75,7.687],[6.443,4.123],[3.852,-9.261],[5.279,-16.162],[-1.317,-16.523],[-17.669,-0.265],[-1.359,15.072]],"v":[[-132.897,-59.345],[-139.035,-38.113],[-102.14,-33.33],[-88.296,-67.434],[-81.123,-127.936],[-102.836,-154.219],[-123.518,-109.67]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[6.097,-17.729],[-8.046,-5.149],[-16.358,39.326],[-4.482,13.721],[1.959,24.574],[14.586,0.219],[2.351,-26.079]],"o":[[-6.75,7.687],[6.443,4.123],[3.852,-9.261],[5.279,-16.162],[-1.317,-16.523],[-17.669,-0.265],[-1.359,15.072]],"v":[[-132.897,-59.345],[-139.035,-38.113],[-102.14,-33.33],[-88.296,-67.434],[-81.123,-127.936],[-102.836,-154.219],[-123.518,-109.67]],"c":true}],"e":[{"i":[[4.541,-18.369],[-8.046,-5.149],[-16.358,39.326],[-4.064,13.334],[0.472,26.873],[14.558,-0.932],[0.439,-25.973]],"o":[[-6.75,7.688],[6.443,4.123],[3.852,-9.261],[4.787,-15.706],[-0.291,-16.573],[-21.968,1.406],[-0.254,15.01]],"v":[[-131.897,-57.345],[-138.035,-36.113],[-103.14,-32.33],[-90.347,-65.31],[-82.373,-127.686],[-104.086,-153.969],[-126.808,-108.302]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[4.541,-18.369],[-8.046,-5.149],[-16.358,39.326],[-4.064,13.334],[0.472,26.873],[14.558,-0.932],[0.439,-25.973]],"o":[[-6.75,7.688],[6.443,4.123],[3.852,-9.261],[4.787,-15.706],[-0.291,-16.573],[-21.968,1.406],[-0.254,15.01]],"v":[[-131.897,-57.345],[-138.035,-36.113],[-103.14,-32.33],[-90.347,-65.31],[-82.373,-127.686],[-104.086,-153.969],[-126.808,-108.302]],"c":true}],"e":[{"i":[[3.259,-19.285],[-8.046,-5.149],[-16.358,39.326],[-3.437,13.334],[0.472,26.873],[14.586,-0.209],[0.334,-26.314]],"o":[[-6.75,7.688],[6.443,4.123],[3.852,-9.261],[4.048,-15.706],[-0.291,-16.573],[-20.701,0.297],[-0.193,15.207]],"v":[[-131.897,-57.345],[-138.035,-36.113],[-103.14,-32.33],[-91.554,-65.31],[-85.123,-127.686],[-106.336,-154.219],[-128.527,-109.928]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[3.259,-19.285],[-8.046,-5.149],[-16.358,39.326],[-3.437,13.334],[0.472,26.873],[14.586,-0.209],[0.334,-26.314]],"o":[[-6.75,7.688],[6.443,4.123],[3.852,-9.261],[4.048,-15.706],[-0.291,-16.573],[-20.701,0.297],[-0.193,15.207]],"v":[[-131.897,-57.345],[-138.035,-36.113],[-103.14,-32.33],[-91.554,-65.31],[-85.123,-127.686],[-106.336,-154.219],[-128.527,-109.928]],"c":true}],"e":[{"i":[[3.259,-19.285],[-8.046,-5.149],[-16.358,39.326],[-3.437,13.334],[0.472,26.873],[14.586,-0.209],[0.334,-26.314]],"o":[[-6.75,7.688],[6.443,4.123],[3.852,-9.261],[4.048,-15.706],[-0.291,-16.573],[-20.701,0.297],[-0.193,15.207]],"v":[[-131.897,-57.345],[-138.035,-36.113],[-103.14,-32.33],[-91.554,-65.31],[-85.123,-127.686],[-106.336,-154.219],[-128.527,-109.928]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[3.259,-19.285],[-8.046,-5.149],[-16.358,39.326],[-3.437,13.334],[0.472,26.873],[14.586,-0.209],[0.334,-26.314]],"o":[[-6.75,7.688],[6.443,4.123],[3.852,-9.261],[4.048,-15.706],[-0.291,-16.573],[-20.701,0.297],[-0.193,15.207]],"v":[[-131.897,-57.345],[-138.035,-36.113],[-103.14,-32.33],[-91.554,-65.31],[-85.123,-127.686],[-106.336,-154.219],[-128.527,-109.928]],"c":true}],"e":[{"i":[[8.02,-23.497],[-8.046,-5.149],[-16.358,39.326],[-5.536,13.831],[-0.745,26.467],[14.584,-0.312],[6.113,-24.46]],"o":[[-6.75,7.688],[6.443,4.123],[3.852,-9.261],[6.521,-16.292],[0.466,-16.569],[-13.888,0.297],[-3.533,14.136]],"v":[[-132.647,-59.595],[-138.035,-36.113],[-102.89,-28.58],[-87.465,-62.584],[-74.373,-125.686],[-93.336,-151.719],[-116.616,-115.808]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[8.02,-23.497],[-8.046,-5.149],[-16.358,39.326],[-5.536,13.831],[-0.745,26.467],[14.584,-0.312],[6.113,-24.46]],"o":[[-6.75,7.688],[6.443,4.123],[3.852,-9.261],[6.521,-16.292],[0.466,-16.569],[-13.888,0.297],[-3.533,14.136]],"v":[[-132.647,-59.595],[-138.035,-36.113],[-102.89,-28.58],[-87.465,-62.584],[-74.373,-125.686],[-93.336,-151.719],[-116.616,-115.808]],"c":true}],"e":[{"i":[[14.215,-22.532],[-6.776,-6.733],[-28.24,31.884],[-9.791,12.36],[-8.311,25.426],[14.502,1.579],[11.686,-23.66]],"o":[[-8.222,6.087],[5.426,5.391],[6.557,-7.403],[11.533,-14.56],[5.15,-15.755],[-16.213,-1.765],[-6.753,13.673]],"v":[[-128.311,-66.98],[-138.539,-39.167],[-106.781,-29.376],[-80.984,-58.362],[-49.134,-117.262],[-65.167,-153.714],[-98.502,-121.221]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[14.215,-22.532],[-6.776,-6.733],[-28.24,31.884],[-9.791,12.36],[-8.311,25.426],[14.502,1.579],[11.686,-23.66]],"o":[[-8.222,6.087],[5.426,5.391],[6.557,-7.403],[11.533,-14.56],[5.15,-15.755],[-16.213,-1.765],[-6.753,13.673]],"v":[[-128.311,-66.98],[-138.539,-39.167],[-106.781,-29.376],[-80.984,-58.362],[-49.134,-117.262],[-65.167,-153.714],[-98.502,-121.221]],"c":true}],"e":[{"i":[[12.75,-13.101],[-5.368,-7.901],[-23.456,30.911],[-13.974,8.379],[-7.77,10.553],[14.396,2.358],[21.728,-16.233]],"o":[[-8.222,6.087],[5.039,7.417],[9.886,-13.028],[16.461,-9.87],[6.546,-8.891],[-13.678,-2.241],[-12.557,9.381]],"v":[[-105.811,-67.73],[-106.539,-23.917],[-82.031,-37.626],[-43.864,-68.557],[-3.634,-97.262],[-11.917,-125.214],[-67.394,-101.902]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[12.75,-13.101],[-5.368,-7.901],[-23.456,30.911],[-13.974,8.379],[-7.77,10.553],[14.396,2.358],[21.728,-16.233]],"o":[[-8.222,6.087],[5.039,7.417],[9.886,-13.028],[16.461,-9.87],[6.546,-8.891],[-13.678,-2.241],[-12.557,9.381]],"v":[[-105.811,-67.73],[-106.539,-23.917],[-82.031,-37.626],[-43.864,-68.557],[-3.634,-97.262],[-11.917,-125.214],[-67.394,-101.902]],"c":true}],"e":[{"i":[[6.157,-4.219],[-3.174,-9.01],[-18.219,2.876],[-19.536,-4.824],[-7.094,9.471],[12.667,9.464],[26.413,1.594]],"o":[[-8.222,6.087],[2.789,7.917],[13.888,-2.193],[23.011,5.683],[6.619,-8.837],[-14.795,-11.054],[-15.264,-0.921]],"v":[[-96.061,-70.73],[-113.039,-49.167],[-87.031,-34.876],[-32.965,-26.81],[18.616,-25.762],[12.583,-54.464],[-61.55,-75.315]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[6.157,-4.219],[-3.174,-9.01],[-18.219,2.876],[-19.536,-4.824],[-7.094,9.471],[12.667,9.464],[26.413,1.594]],"o":[[-8.222,6.087],[2.789,7.917],[13.888,-2.193],[23.011,5.683],[6.619,-8.837],[-14.795,-11.054],[-15.264,-0.921]],"v":[[-96.061,-70.73],[-113.039,-49.167],[-87.031,-34.876],[-32.965,-26.81],[18.616,-25.762],[12.583,-54.464],[-61.55,-75.315]],"c":true}],"e":[{"i":[[3.784,0.699],[2.384,-2.602],[-14.769,-11.05],[-11.834,-18.516],[-7.741,-0.127],[6.515,13.469],[15.976,23.645]],"o":[[-10.419,-2.092],[-1.951,2.13],[8.434,6.31],[13.94,21.81],[12.936,0.213],[-10.803,-22.337],[-9.233,-13.665]],"v":[[-76.331,-39.158],[-92.299,-30.38],[-94.868,0.757],[-62.66,44.386],[-27.187,87.735],[-8.515,66.531],[-55.492,-15.158]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[3.784,0.699],[2.384,-2.602],[-14.769,-11.05],[-11.834,-18.516],[-7.741,-0.127],[6.515,13.469],[15.976,23.645]],"o":[[-10.419,-2.092],[-1.951,2.13],[8.434,6.31],[13.94,21.81],[12.936,0.213],[-10.803,-22.337],[-9.233,-13.665]],"v":[[-76.331,-39.158],[-92.299,-30.38],[-94.868,0.757],[-62.66,44.386],[-27.187,87.735],[-8.515,66.531],[-55.492,-15.158]],"c":true}],"e":[{"i":[[3.132,2.236],[3.262,-1.348],[-4.607,-17.86],[-2.869,-21.957],[-8.292,-3.69],[2.539,22.843],[4.292,23.317]],"o":[[-8.552,-6.307],[-2.67,1.103],[2.592,10.049],[3.38,25.864],[11.82,5.26],[-2.837,-25.521],[-2.48,-13.476]],"v":[[-56.948,-46.943],[-73.38,-46.503],[-86.395,-20.635],[-78.952,33.777],[-62.669,88.572],[-38.023,61.771],[-48.56,-21.453]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[3.132,2.236],[3.262,-1.348],[-4.607,-17.86],[-2.869,-21.957],[-8.292,-3.69],[2.539,22.843],[4.292,23.317]],"o":[[-8.552,-6.307],[-2.67,1.103],[2.592,10.049],[3.38,25.864],[11.82,5.26],[-2.837,-25.521],[-2.48,-13.476]],"v":[[-56.948,-46.943],[-73.38,-46.503],[-86.395,-20.635],[-78.952,33.777],[-62.669,88.572],[-38.023,61.771],[-48.56,-21.453]],"c":true}],"e":[{"i":[[1.812,1.719],[3.262,-1.348],[-2.871,-18.22],[-1.124,-22.745],[-9.914,-3.014],[-0.013,22.984],[1.405,21.736]],"o":[[-8.552,-6.307],[-2.67,1.103],[1.674,10.622],[1.324,26.792],[17.985,5.467],[0.015,-26.472],[-0.812,-12.561]],"v":[[-46.948,-39.943],[-73.38,-46.503],[-81.895,-21.635],[-79.247,35.135],[-64.919,90.822],[-41.523,64.271],[-43.109,-16.827]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[1.812,1.719],[3.262,-1.348],[-2.871,-18.22],[-1.124,-22.745],[-9.914,-3.014],[-0.013,22.984],[1.405,21.736]],"o":[[-8.552,-6.307],[-2.67,1.103],[1.674,10.622],[1.324,26.792],[17.985,5.467],[0.015,-26.472],[-0.812,-12.561]],"v":[[-46.948,-39.943],[-73.38,-46.503],[-81.895,-21.635],[-79.247,35.135],[-64.919,90.822],[-41.523,64.271],[-43.109,-16.827]],"c":true}],"e":[{"i":[[1.812,1.719],[3.262,-1.348],[-2.355,-19.365],[-1.513,-22.933],[-8.156,-1.256],[1.273,19.979],[1.799,22.403]],"o":[[-8.552,-6.307],[-2.67,1.103],[1.298,10.675],[1.782,27.013],[22.533,3.47],[-1.686,-26.456],[-1.04,-12.947]],"v":[[-49.698,-30.443],[-72.88,-39.003],[-84.645,-13.635],[-81.434,43.853],[-68.169,97.822],[-41.023,76.021],[-45.555,-6.636]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[1.812,1.719],[3.262,-1.348],[-2.355,-19.365],[-1.513,-22.933],[-8.156,-1.256],[1.273,19.979],[1.799,22.403]],"o":[[-8.552,-6.307],[-2.67,1.103],[1.298,10.675],[1.782,27.013],[22.533,3.47],[-1.686,-26.456],[-1.04,-12.947]],"v":[[-49.698,-30.443],[-72.88,-39.003],[-84.645,-13.635],[-81.434,43.853],[-68.169,97.822],[-41.023,76.021],[-45.555,-6.636]],"c":true}],"e":[{"i":[[2.728,3.001],[5.63,-1.997],[-0.605,-19.365],[-0.728,-22.203],[-5.858,-0.445],[0.228,20.018],[0.907,23.656]],"o":[[-8.552,-6.307],[-2.723,0.966],[0.336,10.748],[0.857,26.153],[22.734,1.726],[-0.302,-26.472],[-0.524,-13.671]],"v":[[-45.198,-28.193],[-71.13,-33.503],[-83.395,-8.885],[-82.537,47.425],[-73.669,98.572],[-40.773,83.021],[-40.687,-1.403]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[2.728,3.001],[5.63,-1.997],[-0.605,-19.365],[-0.728,-22.203],[-5.858,-0.445],[0.228,20.018],[0.907,23.656]],"o":[[-8.552,-6.307],[-2.723,0.966],[0.336,10.748],[0.857,26.153],[22.734,1.726],[-0.302,-26.472],[-0.524,-13.671]],"v":[[-45.198,-28.193],[-71.13,-33.503],[-83.395,-8.885],[-82.537,47.425],[-73.669,98.572],[-40.773,83.021],[-40.687,-1.403]],"c":true}],"e":[{"i":[[2.728,3.001],[6.38,-0.497],[0.145,-13.615],[0.294,-25.262],[-2.459,-0.287],[0.023,3.979],[0.808,28.804]],"o":[[-4.302,-3.307],[-2.88,0.224],[-0.115,10.753],[-0.346,29.756],[3.669,0.428],[-0.155,-26.473],[-0.467,-16.647]],"v":[[-44.448,-31.193],[-72.63,-33.003],[-82.895,-21.135],[-84.013,41.094],[-81.669,99.572],[-40.523,97.521],[-40.03,0.919]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[2.728,3.001],[6.38,-0.497],[0.145,-13.615],[0.294,-25.262],[-2.459,-0.287],[0.023,3.979],[0.808,28.804]],"o":[[-4.302,-3.307],[-2.88,0.224],[-0.115,10.753],[-0.346,29.756],[3.669,0.428],[-0.155,-26.473],[-0.467,-16.647]],"v":[[-44.448,-31.193],[-72.63,-33.003],[-82.895,-21.135],[-84.013,41.094],[-81.669,99.572],[-40.523,97.521],[-40.03,0.919]],"c":true}],"e":[{"i":[[0.256,3.642],[6.38,-0.497],[0.145,-13.615],[0.124,-24.165],[-0.585,-5.042],[-0.033,1.992],[0.28,31.541]],"o":[[-4.302,-3.307],[-2.88,0.224],[-0.115,10.753],[-0.146,28.464],[5.169,0.178],[0.332,-19.976],[-0.162,-18.228]],"v":[[-39.198,-31.443],[-80.88,-32.753],[-84.895,-21.135],[-85.376,38.197],[-84.919,99.822],[-38.523,99.521],[-38.551,4.741]],"c":true}]},{"t":25}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":3,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"back_foot","parent":21,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[0.375,-0.5],[0,0],[-2.625,-2],[0.625,-3],[-1.875,-0.375],[0.638,12.764],[0,0]],"o":[[-0.375,0.5],[0,0],[2.625,2],[-0.625,3],[1.875,0.375],[-0.125,-2.5],[0,0]],"v":[[-84.375,59.75],[-86.875,61.25],[-84.375,64.5],[-82.625,71.75],[-84.25,79.5],[-78.125,65.25],[-79.375,61.5]],"c":true}],"e":[{"i":[[1.625,-0.062],[0.938,-2.875],[-0.984,-3.15],[0.944,-2.915],[-0.812,0],[-2.305,16.797],[0,0]],"o":[[-0.625,0.024],[-0.425,1.305],[0.938,3],[-1.438,4.438],[1.356,0],[0.438,-3.188],[0,0]],"v":[[-31.75,37.188],[-30.688,47.438],[-32.75,50.5],[-32.75,61.25],[-32.562,66.75],[-27.562,49.625],[-28.438,36.812]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[1.625,-0.062],[0.938,-2.875],[-0.984,-3.15],[0.944,-2.915],[-0.812,0],[-2.305,16.797],[0,0]],"o":[[-0.625,0.024],[-0.425,1.305],[0.938,3],[-1.438,4.438],[1.356,0],[0.438,-3.188],[0,0]],"v":[[-31.75,37.188],[-30.688,47.438],[-32.75,50.5],[-32.75,61.25],[-32.562,66.75],[-27.562,49.625],[-28.438,36.812]],"c":true}],"e":[{"i":[[0.787,-1.423],[-1.976,-2.289],[-3.205,-0.786],[-2.007,-2.316],[-0.42,0.695],[13.184,10.659],[0,0]],"o":[[-0.302,0.547],[0.897,1.039],[3.053,0.749],[3.055,3.525],[0.701,-1.161],[-2.502,-2.023],[0,0]],"v":[[-6.713,-43.205],[2.61,-38.813],[4.164,-35.464],[13.365,-29.905],[18.17,-27.221],[6.098,-40.357],[-5.321,-46.234]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[0.787,-1.423],[-1.976,-2.289],[-3.205,-0.786],[-2.007,-2.316],[-0.42,0.695],[13.184,10.659],[0,0]],"o":[[-0.302,0.547],[0.897,1.039],[3.053,0.749],[3.055,3.525],[0.701,-1.161],[-2.502,-2.023],[0,0]],"v":[[-6.713,-43.205],[2.61,-38.813],[4.164,-35.464],[13.365,-29.905],[18.17,-27.221],[6.098,-40.357],[-5.321,-46.234]],"c":true}],"e":[{"i":[[-0.762,-1.437],[-2.997,0.404],[-2.41,2.254],[-3.036,0.415],[0.353,0.732],[16.132,-5.217],[0,0]],"o":[[0.293,0.552],[1.36,-0.183],[2.295,-2.147],[4.622,-0.632],[-0.589,-1.222],[-3.061,0.99],[0,0]],"v":[[-14.913,-92.817],[-6.141,-98.225],[-2.487,-97.697],[7.197,-102.365],[12.07,-104.922],[-5.528,-101.99],[-16.689,-95.638]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[-0.762,-1.437],[-2.997,0.404],[-2.41,2.254],[-3.036,0.415],[0.353,0.732],[16.132,-5.217],[0,0]],"o":[[0.293,0.552],[1.36,-0.183],[2.295,-2.147],[4.622,-0.632],[-0.589,-1.222],[-3.061,0.99],[0,0]],"v":[[-14.913,-92.817],[-6.141,-98.225],[-2.487,-97.697],[7.197,-102.365],[12.07,-104.922],[-5.528,-101.99],[-16.689,-95.638]],"c":true}],"e":[{"i":[[1.498,-3.382],[-2.314,-0.793],[-1.565,2.905],[0.266,1.135],[4.409,6.447],[-4.472,-5.194],[-0.357,-1.274]],"o":[[-0.253,0.571],[0.034,0.042],[1.491,-2.767],[-0.725,-3.093],[-2.592,-3.79],[1.374,1.596],[0.424,1.515]],"v":[[-60.498,-133.556],[-56.534,-130.604],[-53.089,-138.019],[-50.337,-145.157],[-60.409,-154.572],[-60.028,-149.556],[-54.706,-144.726]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[1.498,-3.382],[-2.314,-0.793],[-1.565,2.905],[0.266,1.135],[4.409,6.447],[-4.472,-5.194],[-0.357,-1.274]],"o":[[-0.253,0.571],[0.034,0.042],[1.491,-2.767],[-0.725,-3.093],[-2.592,-3.79],[1.374,1.596],[0.424,1.515]],"v":[[-60.498,-133.556],[-56.534,-130.604],[-53.089,-138.019],[-50.337,-145.157],[-60.409,-154.572],[-60.028,-149.556],[-54.706,-144.726]],"c":true}],"e":[{"i":[[0.438,-4.577],[-2.42,0.359],[-0.055,3.3],[1.76,1.679],[7.373,-0.01],[-7.754,-0.775],[-0.902,-0.968]],"o":[[-0.06,0.622],[0.049,0.022],[0.053,-3.143],[-3.257,-3.106],[-3.61,0.005],[3.232,0.323],[1.073,1.151]],"v":[[-83.938,-145.298],[-79.061,-144.997],[-78.033,-153.29],[-78.868,-160.769],[-95.89,-162.505],[-92.746,-158.475],[-83.05,-158.505]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[0.438,-4.577],[-2.42,0.359],[-0.055,3.3],[1.76,1.679],[7.373,-0.01],[-7.754,-0.775],[-0.902,-0.968]],"o":[[-0.06,0.622],[0.049,0.022],[0.053,-3.143],[-3.257,-3.106],[-3.61,0.005],[3.232,0.323],[1.073,1.151]],"v":[[-83.938,-145.298],[-79.061,-144.997],[-78.033,-153.29],[-78.868,-160.769],[-95.89,-162.505],[-92.746,-158.475],[-83.05,-158.505]],"c":true}],"e":[{"i":[[0.438,-4.577],[-2.42,0.359],[-0.055,3.3],[2.362,0.58],[7.64,1.13],[-7.504,-0.025],[-1.7,-0.745]],"o":[[-0.06,0.622],[0.049,0.022],[0.053,-3.143],[-4.507,-1.106],[-3.571,-0.528],[3.248,0.011],[1.221,0.535]],"v":[[-92.438,-150.673],[-87.561,-150.372],[-87.283,-158.79],[-88.118,-166.269],[-103.89,-167.63],[-99.496,-163.475],[-92.3,-163.13]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0.438,-4.577],[-2.42,0.359],[-0.055,3.3],[2.362,0.58],[7.64,1.13],[-7.504,-0.025],[-1.7,-0.745]],"o":[[-0.06,0.622],[0.049,0.022],[0.053,-3.143],[-4.507,-1.106],[-3.571,-0.528],[3.248,0.011],[1.221,0.535]],"v":[[-92.438,-150.673],[-87.561,-150.372],[-87.283,-158.79],[-88.118,-166.269],[-103.89,-167.63],[-99.496,-163.475],[-92.3,-163.13]],"c":true}],"e":[{"i":[[0.438,-4.577],[-2.42,0.359],[-0.055,3.3],[2.362,0.58],[7.64,1.13],[-7.504,-0.025],[-1.7,-0.745]],"o":[[-0.06,0.622],[0.049,0.022],[0.053,-3.143],[-4.507,-1.106],[-3.571,-0.528],[3.248,0.011],[1.221,0.535]],"v":[[-99.813,-150.298],[-94.936,-149.997],[-94.658,-158.415],[-95.493,-165.894],[-111.265,-167.255],[-106.871,-163.1],[-99.675,-162.755]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[0.438,-4.577],[-2.42,0.359],[-0.055,3.3],[2.362,0.58],[7.64,1.13],[-7.504,-0.025],[-1.7,-0.745]],"o":[[-0.06,0.622],[0.049,0.022],[0.053,-3.143],[-4.507,-1.106],[-3.571,-0.528],[3.248,0.011],[1.221,0.535]],"v":[[-99.813,-150.298],[-94.936,-149.997],[-94.658,-158.415],[-95.493,-165.894],[-111.265,-167.255],[-106.871,-163.1],[-99.675,-162.755]],"c":true}],"e":[{"i":[[0.438,-4.577],[-2.42,0.359],[-0.055,3.3],[2.362,0.58],[7.64,1.13],[-7.504,-0.025],[-1.7,-0.745]],"o":[[-0.06,0.622],[0.049,0.022],[0.053,-3.143],[-4.507,-1.106],[-3.571,-0.528],[3.248,0.011],[1.221,0.535]],"v":[[-102.438,-151.673],[-97.561,-151.372],[-97.283,-159.79],[-98.118,-167.269],[-113.89,-168.63],[-109.496,-164.475],[-102.3,-164.13]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[0.438,-4.577],[-2.42,0.359],[-0.055,3.3],[2.362,0.58],[7.64,1.13],[-7.504,-0.025],[-1.7,-0.745]],"o":[[-0.06,0.622],[0.049,0.022],[0.053,-3.143],[-4.507,-1.106],[-3.571,-0.528],[3.248,0.011],[1.221,0.535]],"v":[[-102.438,-151.673],[-97.561,-151.372],[-97.283,-159.79],[-98.118,-167.269],[-113.89,-168.63],[-109.496,-164.475],[-102.3,-164.13]],"c":true}],"e":[{"i":[[0.438,-4.577],[-2.42,0.359],[-0.055,3.3],[2.362,0.58],[7.64,1.13],[-7.504,-0.025],[-1.7,-0.745]],"o":[[-0.06,0.622],[0.049,0.022],[0.053,-3.143],[-4.507,-1.106],[-3.571,-0.528],[3.248,0.011],[1.221,0.535]],"v":[[-105.438,-152.048],[-100.561,-151.747],[-100.283,-160.165],[-101.118,-167.644],[-116.89,-169.005],[-112.496,-164.85],[-105.3,-164.505]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[0.438,-4.577],[-2.42,0.359],[-0.055,3.3],[2.362,0.58],[7.64,1.13],[-7.504,-0.025],[-1.7,-0.745]],"o":[[-0.06,0.622],[0.049,0.022],[0.053,-3.143],[-4.507,-1.106],[-3.571,-0.528],[3.248,0.011],[1.221,0.535]],"v":[[-105.438,-152.048],[-100.561,-151.747],[-100.283,-160.165],[-101.118,-167.644],[-116.89,-169.005],[-112.496,-164.85],[-105.3,-164.505]],"c":true}],"e":[{"i":[[0.438,-4.577],[-2.42,0.359],[-0.055,3.3],[2.362,0.58],[7.64,1.13],[-7.504,-0.025],[-1.7,-0.745]],"o":[[-0.06,0.622],[0.049,0.022],[0.053,-3.143],[-4.507,-1.106],[-3.571,-0.528],[3.248,0.011],[1.221,0.535]],"v":[[-105.438,-152.048],[-100.561,-151.747],[-100.283,-160.165],[-101.118,-167.644],[-116.89,-169.005],[-112.496,-164.85],[-105.3,-164.505]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0.438,-4.577],[-2.42,0.359],[-0.055,3.3],[2.362,0.58],[7.64,1.13],[-7.504,-0.025],[-1.7,-0.745]],"o":[[-0.06,0.622],[0.049,0.022],[0.053,-3.143],[-4.507,-1.106],[-3.571,-0.528],[3.248,0.011],[1.221,0.535]],"v":[[-105.438,-152.048],[-100.561,-151.747],[-100.283,-160.165],[-101.118,-167.644],[-116.89,-169.005],[-112.496,-164.85],[-105.3,-164.505]],"c":true}],"e":[{"i":[[0.438,-4.577],[-2.42,0.359],[-0.26,3.29],[2.362,0.58],[7.64,1.13],[-7.394,-1.278],[-1.7,-0.745]],"o":[[-0.06,0.622],[0.049,0.022],[0.283,-3.585],[-4.507,-1.106],[-3.571,-0.528],[2.746,0.475],[1.221,0.535]],"v":[[-89.438,-150.798],[-85.436,-150.497],[-84.533,-159.04],[-85.118,-166.019],[-97.765,-167.755],[-94.371,-163.975],[-88.3,-162.88]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0.438,-4.577],[-2.42,0.359],[-0.26,3.29],[2.362,0.58],[7.64,1.13],[-7.394,-1.278],[-1.7,-0.745]],"o":[[-0.06,0.622],[0.049,0.022],[0.283,-3.585],[-4.507,-1.106],[-3.571,-0.528],[2.746,0.475],[1.221,0.535]],"v":[[-89.438,-150.798],[-85.436,-150.497],[-84.533,-159.04],[-85.118,-166.019],[-97.765,-167.755],[-94.371,-163.975],[-88.3,-162.88]],"c":true}],"e":[{"i":[[2.102,-4.09],[-2.381,-0.563],[-1.46,2.96],[2.002,1.381],[5.81,2.669],[-7.112,-2.392],[-1.303,-1.322]],"o":[[-0.286,0.556],[0.037,0.038],[1.591,-3.225],[-4.17,-2.877],[-3.28,-1.507],[2.307,0.776],[0.936,0.95]],"v":[[-58.48,-148.209],[-54.874,-146.447],[-50.871,-154.049],[-49.955,-159.998],[-61.31,-166.419],[-60.557,-162.526],[-53.449,-159.01]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[2.102,-4.09],[-2.381,-0.563],[-1.46,2.96],[2.002,1.381],[5.81,2.669],[-7.112,-2.392],[-1.303,-1.322]],"o":[[-0.286,0.556],[0.037,0.038],[1.591,-3.225],[-4.17,-2.877],[-3.28,-1.507],[2.307,0.776],[0.936,0.95]],"v":[[-58.48,-148.209],[-54.874,-146.447],[-50.871,-154.049],[-49.955,-159.998],[-61.31,-166.419],[-60.557,-162.526],[-53.449,-159.01]],"c":true}],"e":[{"i":[[5.404,-3.723],[-2.04,-1.349],[-2.391,2.274],[1.403,1.987],[4.533,4.509],[-4.499,-6.006],[-0.767,-1.69]],"o":[[-0.515,0.355],[0.022,0.049],[2.605,-2.478],[-2.922,-4.138],[-2.559,-2.546],[1.541,2.057],[0.551,1.214]],"v":[[-2.029,-118.027],[-0.877,-114.88],[6.002,-119.885],[10.414,-125.903],[3.096,-135.346],[2.459,-131.432],[6.169,-125.556]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[5.404,-3.723],[-2.04,-1.349],[-2.391,2.274],[1.403,1.987],[4.533,4.509],[-4.499,-6.006],[-0.767,-1.69]],"o":[[-0.515,0.355],[0.022,0.049],[2.605,-2.478],[-2.922,-4.138],[-2.559,-2.546],[1.541,2.057],[0.551,1.214]],"v":[[-2.029,-118.027],[-0.877,-114.88],[6.002,-119.885],[10.414,-125.903],[3.096,-135.346],[2.459,-131.432],[6.169,-125.556]],"c":true}],"e":[{"i":[[6.024,2.604],[0.06,-2.446],[-2.535,-1.767],[-1.227,3.189],[-1.415,6.235],[1.772,-8.672],[1.025,-1.547]],"o":[[-0.574,-0.248],[-0.03,0.044],[2.95,2.056],[1.819,-4.728],[0.799,-3.52],[-0.815,3.99],[-0.737,1.112]],"v":[[21.447,-34.303],[20.767,-31.281],[27.535,-28.233],[34.727,-27.064],[38.97,-39.278],[35.69,-37.49],[32.179,-30.477]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[6.024,2.604],[0.06,-2.446],[-2.535,-1.767],[-1.227,3.189],[-1.415,6.235],[1.772,-8.672],[1.025,-1.547]],"o":[[-0.574,-0.248],[-0.03,0.044],[2.95,2.056],[1.819,-4.728],[0.799,-3.52],[-0.815,3.99],[-0.737,1.112]],"v":[[21.447,-34.303],[20.767,-31.281],[27.535,-28.233],[34.727,-27.064],[38.97,-39.278],[35.69,-37.49],[32.179,-30.477]],"c":true}],"e":[{"i":[[0.658,5.59],[1.989,-0.15],[-0.082,-2.346],[-2.246,0.018],[-4.436,0.927],[4.319,-0.257],[4.772,0.449]],"o":[[-0.073,-0.621],[-0.053,-0.003],[0.125,3.594],[3.759,-0.03],[3.534,-0.739],[-4.128,0.246],[-1.328,-0.125]],"v":[[-18.658,86.41],[-21.676,86.275],[-21.606,90.596],[-18.572,98.717],[-1.252,95.885],[-2.006,93.007],[-16.397,94.176]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[0.658,5.59],[1.989,-0.15],[-0.082,-2.346],[-2.246,0.018],[-4.436,0.927],[4.319,-0.257],[4.772,0.449]],"o":[[-0.073,-0.621],[-0.053,-0.003],[0.125,3.594],[3.759,-0.03],[3.534,-0.739],[-4.128,0.246],[-1.328,-0.125]],"v":[[-18.658,86.41],[-21.676,86.275],[-21.606,90.596],[-18.572,98.717],[-1.252,95.885],[-2.006,93.007],[-16.397,94.176]],"c":true}],"e":[{"i":[[-0.029,5.528],[0.301,0.038],[-0.082,-2.346],[-1.931,-0.11],[-4.372,0.145],[2.381,1.368],[8.086,0.216]],"o":[[-0.154,-0.035],[-0.053,-0.003],[0.125,3.594],[3.884,0.22],[2.189,-0.073],[-2.464,-1.415],[-1.915,-0.051]],"v":[[-53.971,89.347],[-57.614,89.337],[-57.918,93.971],[-55.509,99.842],[-39.314,99.885],[-37.444,97.757],[-52.585,96.489]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[-0.029,5.528],[0.301,0.038],[-0.082,-2.346],[-1.931,-0.11],[-4.372,0.145],[2.381,1.368],[8.086,0.216]],"o":[[-0.154,-0.035],[-0.053,-0.003],[0.125,3.594],[3.884,0.22],[2.189,-0.073],[-2.464,-1.415],[-1.915,-0.051]],"v":[[-53.971,89.347],[-57.614,89.337],[-57.918,93.971],[-55.509,99.842],[-39.314,99.885],[-37.444,97.757],[-52.585,96.489]],"c":true}],"e":[{"i":[[-0.029,5.528],[0.301,0.038],[-0.082,-2.346],[-2.308,-0.019],[-4.372,0.145],[1.881,1.868],[7.835,0.261]],"o":[[-0.154,-0.035],[-0.053,-0.003],[0.125,3.594],[4.009,0.033],[2.189,-0.073],[-0.369,-0.382],[-1.915,-0.064]],"v":[[-57.221,91.097],[-61.239,91.212],[-61.043,94.346],[-58.509,99.905],[-45.502,99.948],[-43.631,97.632],[-53.772,96.426]],"c":true}]},{"t":21}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":4,"op":22,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":4,"nm":"back_arm","parent":21,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[0,0],[1,-4.25],[-3,-4.25],[0,0],[-0.25,-0.5],[-1.5,4],[7.749,10.332]],"o":[[0,0],[-1,4.25],[3,4.25],[0,0],[0.25,0.5],[1.5,-4],[-9,-12]],"v":[[-109.25,-53],[-117.75,-51],[-117.5,-40],[-104.75,-27],[-95.25,-16.75],[-87.25,-15.5],[-94,-34]],"c":true}],"e":[{"i":[[0,0],[-3.661,-2.379],[-5.402,-0.344],[-5.575,1.028],[-3.715,5.558],[3.99,1.076],[12.345,-3.795]],"o":[[0,0],[3.661,2.379],[5.873,0.374],[5.575,-1.028],[3.715,-5.558],[-8.169,-2.203],[-14.338,4.408]],"v":[[-139.314,-107.537],[-139.309,-100.112],[-128.623,-97.124],[-107.825,-98.722],[-82.715,-109.942],[-87.081,-120.797],[-113.024,-116.707]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[0,0],[-3.661,-2.379],[-5.402,-0.344],[-5.575,1.028],[-3.715,5.558],[3.99,1.076],[12.345,-3.795]],"o":[[0,0],[3.661,2.379],[5.873,0.374],[5.575,-1.028],[3.715,-5.558],[-8.169,-2.203],[-14.338,4.408]],"v":[[-139.314,-107.537],[-139.309,-100.112],[-128.623,-97.124],[-107.825,-98.722],[-82.715,-109.942],[-87.081,-120.797],[-113.024,-116.707]],"c":true}],"e":[{"i":[[0,0],[-3.918,-1.927],[-3.817,3.549],[-4.352,3.634],[-9.737,6.88],[6.627,-0.701],[13.782,-7.811]],"o":[[0,0],[4.364,2.146],[4.31,-4.007],[9.348,-7.806],[8.169,-5.772],[-17.325,1.834],[-13.05,7.396]],"v":[[-161.565,-126.346],[-157.864,-118.396],[-147.683,-116.799],[-124.348,-134.944],[-84.013,-156.13],[-92.627,-170.049],[-133.782,-153.189]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[0,0],[-3.918,-1.927],[-3.817,3.549],[-4.352,3.634],[-9.737,6.88],[6.627,-0.701],[13.782,-7.811]],"o":[[0,0],[4.364,2.146],[4.31,-4.007],[9.348,-7.806],[8.169,-5.772],[-17.325,1.834],[-13.05,7.396]],"v":[[-161.565,-126.346],[-157.864,-118.396],[-147.683,-116.799],[-124.348,-134.944],[-84.013,-156.13],[-92.627,-170.049],[-133.782,-153.189]],"c":true}],"e":[{"i":[[0,0],[-4.02,-1.703],[-2.498,4.575],[-3.754,4.249],[-3.599,8.5],[5.501,-3.761],[8.629,-13.285]],"o":[[0,0],[3.642,1.542],[2.82,-5.165],[8.087,-9.153],[4.78,-11.29],[-10.144,6.937],[-9.69,14.919]],"v":[[-167.169,-118.412],[-161.392,-112.542],[-152.229,-112.75],[-131.337,-139.347],[-113.28,-165.46],[-125.356,-177.437],[-148.81,-150.169]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0,0],[-4.02,-1.703],[-2.498,4.575],[-3.754,4.249],[-3.599,8.5],[5.501,-3.761],[8.629,-13.285]],"o":[[0,0],[3.642,1.542],[2.82,-5.165],[8.087,-9.153],[4.78,-11.29],[-10.144,6.937],[-9.69,14.919]],"v":[[-167.169,-118.412],[-161.392,-112.542],[-152.229,-112.75],[-131.337,-139.347],[-113.28,-165.46],[-125.356,-177.437],[-148.81,-150.169]],"c":true}],"e":[{"i":[[-0.46,-4.06],[-4.299,-0.764],[-2.459,4.317],[-2.712,4.979],[-0.282,9.227],[4.524,-4.893],[5.45,-14.874]],"o":[[0.46,4.06],[3.894,0.692],[3.634,-6.38],[5.843,-10.725],[0.415,-13.564],[-8.342,9.023],[-6.121,16.703]],"v":[[-183.21,-119.06],[-177.02,-111.125],[-167.134,-115.87],[-153.196,-144.455],[-137.915,-181.186],[-153.357,-191.419],[-172.642,-150.359]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[-0.46,-4.06],[-4.299,-0.764],[-2.459,4.317],[-2.712,4.979],[-0.282,9.227],[4.524,-4.893],[5.45,-14.874]],"o":[[0.46,4.06],[3.894,0.692],[3.634,-6.38],[5.843,-10.725],[0.415,-13.564],[-8.342,9.023],[-6.121,16.703]],"v":[[-183.21,-119.06],[-177.02,-111.125],[-167.134,-115.87],[-153.196,-144.455],[-137.915,-181.186],[-153.357,-191.419],[-172.642,-150.359]],"c":true}],"e":[{"i":[[-0.46,-4.06],[-5.73,-1.875],[-1.67,4.679],[-1.93,5.331],[-0.282,9.227],[4.524,-4.893],[4.798,-15.098]],"o":[[0.46,4.06],[3.759,1.23],[2.634,-7.38],[5.446,-15.045],[0.415,-13.564],[-8.342,9.023],[-5.358,16.859]],"v":[[-182.71,-119.56],[-177.77,-109.375],[-168.134,-112.12],[-156.446,-144.205],[-143.415,-183.436],[-158.857,-193.669],[-175.392,-154.109]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[-0.46,-4.06],[-5.73,-1.875],[-1.67,4.679],[-1.93,5.331],[-0.282,9.227],[4.524,-4.893],[4.798,-15.098]],"o":[[0.46,4.06],[3.759,1.23],[2.634,-7.38],[5.446,-15.045],[0.415,-13.564],[-8.342,9.023],[-5.358,16.859]],"v":[[-182.71,-119.56],[-177.77,-109.375],[-168.134,-112.12],[-156.446,-144.205],[-143.415,-183.436],[-158.857,-193.669],[-175.392,-154.109]],"c":true}],"e":[{"i":[[0.207,-6.382],[-5.338,-1.751],[-1.385,4.771],[-1.605,5.437],[0.274,9.227],[4.221,-5.157],[3.232,-17.455]],"o":[[-0.132,4.083],[3.758,1.233],[2.185,-7.526],[4.53,-15.346],[-0.403,-13.564],[-7.784,9.509],[-3.189,17.223]],"v":[[-183.957,-115.868],[-177.662,-108.499],[-169.209,-111.819],[-158.224,-145.3],[-147.579,-185.244],[-163.609,-194.529],[-176.982,-154.045]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0.207,-6.382],[-5.338,-1.751],[-1.385,4.771],[-1.605,5.437],[0.274,9.227],[4.221,-5.157],[3.232,-17.455]],"o":[[-0.132,4.083],[3.758,1.233],[2.185,-7.526],[4.53,-15.346],[-0.403,-13.564],[-7.784,9.509],[-3.189,17.223]],"v":[[-183.957,-115.868],[-177.662,-108.499],[-169.209,-111.819],[-158.224,-145.3],[-147.579,-185.244],[-163.609,-194.529],[-176.982,-154.045]],"c":true}],"e":[{"i":[[0.207,-6.382],[-5.338,-1.751],[-1.385,4.771],[-1.548,6.7],[0.274,9.227],[4.221,-5.157],[3.232,-17.455]],"o":[[-0.132,4.083],[3.758,1.233],[2.185,-7.526],[3.974,-17.2],[-0.403,-13.564],[-7.784,9.509],[-3.189,17.223]],"v":[[-183.957,-115.868],[-177.662,-108.999],[-169.209,-111.819],[-158.724,-146.3],[-150.329,-184.994],[-166.609,-193.279],[-178.232,-153.795]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[0.207,-6.382],[-5.338,-1.751],[-1.385,4.771],[-1.548,6.7],[0.274,9.227],[4.221,-5.157],[3.232,-17.455]],"o":[[-0.132,4.083],[3.758,1.233],[2.185,-7.526],[3.974,-17.2],[-0.403,-13.564],[-7.784,9.509],[-3.189,17.223]],"v":[[-183.957,-115.868],[-177.662,-108.999],[-169.209,-111.819],[-158.724,-146.3],[-150.329,-184.994],[-166.609,-193.279],[-178.232,-153.795]],"c":true}],"e":[{"i":[[0.042,-6.386],[-5.381,-1.613],[-1.262,4.805],[-1.375,6.738],[0.511,9.217],[4.087,-5.263],[2.782,-17.532]],"o":[[-0.027,4.086],[3.789,1.136],[1.99,-7.579],[3.531,-17.297],[-0.751,-13.55],[-7.537,9.707],[-2.745,17.299]],"v":[[-183.996,-115.688],[-177.777,-108.234],[-169.649,-107.27],[-159.555,-146.759],[-152.408,-184.657],[-168.645,-193.52],[-179.249,-153.751]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[0.042,-6.386],[-5.381,-1.613],[-1.262,4.805],[-1.375,6.738],[0.511,9.217],[4.087,-5.263],[2.782,-17.532]],"o":[[-0.027,4.086],[3.789,1.136],[1.99,-7.579],[3.531,-17.297],[-0.751,-13.55],[-7.537,9.707],[-2.745,17.299]],"v":[[-183.996,-115.688],[-177.777,-108.234],[-169.649,-107.27],[-159.555,-146.759],[-152.408,-184.657],[-168.645,-193.52],[-179.249,-153.751]],"c":true}],"e":[{"i":[[-0.092,-6.385],[-5.414,-1.5],[-1.161,4.831],[-1.233,6.765],[0.705,9.204],[3.975,-5.348],[2.413,-17.587]],"o":[[0.059,4.085],[3.812,1.056],[1.831,-7.619],[3.166,-17.367],[-1.036,-13.531],[-7.331,9.863],[-2.381,17.353]],"v":[[-184.035,-114.275],[-177.661,-106.953],[-169.514,-106.16],[-160.252,-147.103],[-153.904,-186.143],[-170.324,-194.663],[-180.09,-153.679]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[-0.092,-6.385],[-5.414,-1.5],[-1.161,4.831],[-1.233,6.765],[0.705,9.204],[3.975,-5.348],[2.413,-17.587]],"o":[[0.059,4.085],[3.812,1.056],[1.831,-7.619],[3.166,-17.367],[-1.036,-13.531],[-7.331,9.863],[-2.381,17.353]],"v":[[-184.035,-114.275],[-177.661,-106.953],[-169.514,-106.16],[-160.252,-147.103],[-153.904,-186.143],[-170.324,-194.663],[-180.09,-153.679]],"c":true}],"e":[{"i":[[-0.092,-6.385],[-5.414,-1.5],[-1.161,4.831],[-1.233,6.765],[0.705,9.204],[3.975,-5.348],[2.413,-17.587]],"o":[[0.059,4.085],[3.812,1.056],[1.831,-7.619],[3.166,-17.367],[-1.036,-13.531],[-7.331,9.863],[-2.381,17.353]],"v":[[-184.035,-114.275],[-177.661,-106.953],[-169.514,-106.16],[-160.252,-147.103],[-153.904,-186.143],[-170.324,-194.663],[-180.09,-153.679]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[-0.092,-6.385],[-5.414,-1.5],[-1.161,4.831],[-1.233,6.765],[0.705,9.204],[3.975,-5.348],[2.413,-17.587]],"o":[[0.059,4.085],[3.812,1.056],[1.831,-7.619],[3.166,-17.367],[-1.036,-13.531],[-7.331,9.863],[-2.381,17.353]],"v":[[-184.035,-114.275],[-177.661,-106.953],[-169.514,-106.16],[-160.252,-147.103],[-153.904,-186.143],[-170.324,-194.663],[-180.09,-153.679]],"c":true}],"e":[{"i":[[0.561,-6.361],[-5.232,-2.045],[-1.649,4.687],[-1.919,6.604],[0.058,9.231],[4.501,-4.914],[4.199,-17.248]],"o":[[-0.359,4.07],[3.684,1.44],[2.6,-7.392],[4.925,-16.952],[-0.081,-12.885],[-8.301,9.061],[-4.143,17.018]],"v":[[-178.241,-116.205],[-172.649,-108.27],[-163.126,-109.399],[-151.726,-146.679],[-141.419,-184.615],[-156.882,-195.02],[-171.287,-155.249]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0.561,-6.361],[-5.232,-2.045],[-1.649,4.687],[-1.919,6.604],[0.058,9.231],[4.501,-4.914],[4.199,-17.248]],"o":[[-0.359,4.07],[3.684,1.44],[2.6,-7.392],[4.925,-16.952],[-0.081,-12.885],[-8.301,9.061],[-4.143,17.018]],"v":[[-178.241,-116.205],[-172.649,-108.27],[-163.126,-109.399],[-151.726,-146.679],[-141.419,-184.615],[-156.882,-195.02],[-171.287,-155.249]],"c":true}],"e":[{"i":[[1.276,-6.257],[-3.879,-1.931],[-2.167,4.471],[-2.652,6.345],[-0.985,9.178],[5.027,-4.374],[5.062,-17.014]],"o":[[-0.817,4.003],[3.54,1.763],[3.419,-7.051],[6.809,-16.288],[1.374,-12.812],[-9.271,8.066],[-4.788,16.093]],"v":[[-171.031,-125.585],[-166.121,-116.819],[-156.282,-121.614],[-143.744,-150.119],[-129.218,-186.648],[-143.407,-198.733],[-161.462,-160.843]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[1.276,-6.257],[-3.879,-1.931],[-2.167,4.471],[-2.652,6.345],[-0.985,9.178],[5.027,-4.374],[5.062,-17.014]],"o":[[-0.817,4.003],[3.54,1.763],[3.419,-7.051],[6.809,-16.288],[1.374,-12.812],[-9.271,8.066],[-4.788,16.093]],"v":[[-171.031,-125.585],[-166.121,-116.819],[-156.282,-121.614],[-143.744,-150.119],[-129.218,-186.648],[-143.407,-198.733],[-161.462,-160.843]],"c":true}],"e":[{"i":[[5.268,-3.609],[-2.623,-3.449],[-8.202,2.619],[-6.318,2.716],[-7.373,5.288],[6.654,0.353],[16.755,-5.863]],"o":[[-3.37,2.309],[4.954,6.514],[7.465,-2.384],[16.219,-6.971],[8.28,-5.938],[-12.272,-0.65],[-14.757,5.163]],"v":[[-133.137,-132.478],[-132.454,-123.764],[-116.298,-117.619],[-89.717,-127.136],[-59.127,-141.038],[-60.921,-157.339],[-104.243,-145.163]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[5.268,-3.609],[-2.623,-3.449],[-8.202,2.619],[-6.318,2.716],[-7.373,5.288],[6.654,0.353],[16.755,-5.863]],"o":[[-3.37,2.309],[4.954,6.514],[7.465,-2.384],[16.219,-6.971],[8.28,-5.938],[-12.272,-0.65],[-14.757,5.163]],"v":[[-133.137,-132.478],[-132.454,-123.764],[-116.298,-117.619],[-89.717,-127.136],[-59.127,-141.038],[-60.921,-157.339],[-104.243,-145.163]],"c":true}],"e":[{"i":[[5.775,-2.725],[-3.416,-2.666],[-7.42,0.517],[-6.865,0.397],[-5.841,4.536],[6.513,1.407],[8.793,-2.208]],"o":[[-3.695,1.743],[1.801,1.406],[7.817,-0.545],[9.822,-0.568],[8.498,-6.601],[-12.012,-2.595],[-15.163,3.808]],"v":[[-89.338,-124.368],[-95.301,-115.656],[-82.83,-115.017],[-56.572,-116.682],[-24.659,-123.036],[-27.336,-142.415],[-59.043,-136.542]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[5.775,-2.725],[-3.416,-2.666],[-7.42,0.517],[-6.865,0.397],[-5.841,4.536],[6.513,1.407],[8.793,-2.208]],"o":[[-3.695,1.743],[1.801,1.406],[7.817,-0.545],[9.822,-0.568],[8.498,-6.601],[-12.012,-2.595],[-15.163,3.808]],"v":[[-89.338,-124.368],[-95.301,-115.656],[-82.83,-115.017],[-56.572,-116.682],[-24.659,-123.036],[-27.336,-142.415],[-59.043,-136.542]],"c":true}],"e":[{"i":[[3.602,-6.555],[-5.622,-3.841],[-8.521,3.55],[-7.004,4.023],[-5.226,5.233],[6.922,-0.759],[8.22,-3.825]],"o":[[-1.968,3.58],[4.914,3.357],[7.234,-3.013],[8.531,-4.9],[7.654,-7.664],[-15.334,1.682],[-14.803,6.889]],"v":[[-114.102,-82.445],[-111.628,-68.409],[-94.229,-68.55],[-64.996,-83.273],[-28.154,-105.086],[-36.916,-122.682],[-83.697,-103.139]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[3.602,-6.555],[-5.622,-3.841],[-8.521,3.55],[-7.004,4.023],[-5.226,5.233],[6.922,-0.759],[8.22,-3.825]],"o":[[-1.968,3.58],[4.914,3.357],[7.234,-3.013],[8.531,-4.9],[7.654,-7.664],[-15.334,1.682],[-14.803,6.889]],"v":[[-114.102,-82.445],[-111.628,-68.409],[-94.229,-68.55],[-64.996,-83.273],[-28.154,-105.086],[-36.916,-122.682],[-83.697,-103.139]],"c":true}],"e":[{"i":[[6.982,2.418],[0.467,-6.792],[-6.953,-6.072],[-7.558,-2.849],[-7.592,-0.9],[5.792,3.866],[7.973,4.316]],"o":[[-4.109,-1.423],[-0.274,3.99],[5.902,5.154],[9.268,3.494],[10.756,1.275],[-13.498,-9.008],[-10.526,-5.698]],"v":[[-50.232,-92.168],[-59.476,-88.24],[-50.654,-75.948],[-16.018,-54.994],[8.092,-50.1],[24.248,-52.742],[-27.974,-80.802]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[6.982,2.418],[0.467,-6.792],[-6.953,-6.072],[-7.558,-2.849],[-7.592,-0.9],[5.792,3.866],[7.973,4.316]],"o":[[-4.109,-1.423],[-0.274,3.99],[5.902,5.154],[9.268,3.494],[10.756,1.275],[-13.498,-9.008],[-10.526,-5.698]],"v":[[-50.232,-92.168],[-59.476,-88.24],[-50.654,-75.948],[-16.018,-54.994],[8.092,-50.1],[24.248,-52.742],[-27.974,-80.802]],"c":true}],"e":[{"i":[[0.146,8.656],[6.004,-0.697],[2.53,-4.558],[2.872,-7.549],[0.31,-7.639],[-0.404,5.827],[-2.013,12.846]],"o":[[-0.073,-4.347],[-3.973,0.461],[-3.803,6.851],[-3.749,9.853],[-0.317,7.809],[1.691,-24.36],[1.488,-9.495]],"v":[[-22.146,-119.906],[-30.754,-129.303],[-42.03,-121.692],[-55.501,-84.853],[-67.433,-46.059],[-37.691,-33.14],[-25.987,-94.846]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[0.146,8.656],[6.004,-0.697],[2.53,-4.558],[2.872,-7.549],[0.31,-7.639],[-0.404,5.827],[-2.013,12.846]],"o":[[-0.073,-4.347],[-3.973,0.461],[-3.803,6.851],[-3.749,9.853],[-0.317,7.809],[1.691,-24.36],[1.488,-9.495]],"v":[[-22.146,-119.906],[-30.754,-129.303],[-42.03,-121.692],[-55.501,-84.853],[-67.433,-46.059],[-37.691,-33.14],[-25.987,-94.846]],"c":true}],"e":[{"i":[[-3.481,7.926],[7.254,0.553],[3.423,-3.932],[5.169,-6.206],[5.683,-9.941],[-6.594,6.222],[-11.763,18.596]],"o":[[2.896,-6.594],[-3.988,-0.304],[-8.22,9.442],[-6.749,8.103],[-3.879,6.785],[1.441,-1.36],[9.335,-14.759]],"v":[[27.604,-116.906],[16.246,-122.053],[-4.78,-119.942],[-42.001,-70.853],[-63.683,-42.059],[-37.441,-16.64],[-2.237,-72.596]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[-3.481,7.926],[7.254,0.553],[3.423,-3.932],[5.169,-6.206],[5.683,-9.941],[-6.594,6.222],[-11.763,18.596]],"o":[[2.896,-6.594],[-3.988,-0.304],[-8.22,9.442],[-6.749,8.103],[-3.879,6.785],[1.441,-1.36],[9.335,-14.759]],"v":[[27.604,-116.906],[16.246,-122.053],[-4.78,-119.942],[-42.001,-70.853],[-63.683,-42.059],[-37.441,-16.64],[-2.237,-72.596]],"c":true}],"e":[{"i":[[-5.354,7.656],[5.754,0.053],[1.28,-1.558],[5.169,-6.206],[6.683,-9.191],[-13.559,-0.119],[-6.013,7.846]],"o":[[4.128,-5.902],[-3.999,-0.037],[-7.947,9.672],[-6.749,8.103],[-4.596,6.321],[15.941,0.14],[10.622,-13.862]],"v":[[42.854,-118.406],[39.246,-124.053],[8.72,-123.942],[-34.501,-74.103],[-54.683,-48.309],[-43.191,-21.39],[-20.987,-31.846]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[-5.354,7.656],[5.754,0.053],[1.28,-1.558],[5.169,-6.206],[6.683,-9.191],[-13.559,-0.119],[-6.013,7.846]],"o":[[4.128,-5.902],[-3.999,-0.037],[-7.947,9.672],[-6.749,8.103],[-4.596,6.321],[15.941,0.14],[10.622,-13.862]],"v":[[42.854,-118.406],[39.246,-124.053],[8.72,-123.942],[-34.501,-74.103],[-54.683,-48.309],[-43.191,-21.39],[-20.987,-31.846]],"c":true}],"e":[{"i":[[-6.665,6.546],[5.754,0.053],[2.53,-0.058],[5.169,-6.206],[6.683,-10.191],[-16.713,-3.166],[-6.948,7.032]],"o":[[2.896,-2.844],[-3.999,-0.037],[-0.47,0.192],[-6.749,8.103],[-2.489,3.795],[13.941,2.64],[13.737,-13.904]],"v":[[88.854,-124.156],[85.246,-126.803],[35.47,-126.942],[-26.501,-59.853],[-51.433,-32.309],[-34.941,-11.39],[1.263,-31.096]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[-6.665,6.546],[5.754,0.053],[2.53,-0.058],[5.169,-6.206],[6.683,-10.191],[-16.713,-3.166],[-6.948,7.032]],"o":[[2.896,-2.844],[-3.999,-0.037],[-0.47,0.192],[-6.749,8.103],[-2.489,3.795],[13.941,2.64],[13.737,-13.904]],"v":[[88.854,-124.156],[85.246,-126.803],[35.47,-126.942],[-26.501,-59.853],[-51.433,-32.309],[-34.941,-11.39],[1.263,-31.096]],"c":true}],"e":[{"i":[[-7.604,7.156],[5.754,0.053],[0.28,-0.308],[5.169,-6.206],[7.183,-8.691],[-16.911,-1.838],[-7.177,6.798]],"o":[[0.896,-0.344],[-3.999,-0.037],[-0.47,0.192],[-6.749,8.103],[-2.891,3.498],[8.191,0.89],[34.737,-32.904]],"v":[[102.104,-125.156],[98.996,-126.303],[42.97,-125.942],[-22.751,-55.103],[-39.683,-36.559],[-2.441,-23.64],[10.263,-32.596]],"c":true}]},{"t":25}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":4,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":4,"nm":"back_hand","parent":21,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100.35,100.989,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[0,0],[-0.25,-0.125],[-0.025,-2.374],[-0.007,-0.887],[-0.138,-0.414],[-1.25,6.25]],"o":[[0,0],[1.316,1.908],[0.012,1.14],[0.006,0.776],[0.625,1.875],[1.25,-6.25]],"v":[[-86.25,-17.625],[-90.375,-14.125],[-88.791,-7.173],[-88.81,-4.074],[-88.625,-2.25],[-85,-3.375]],"c":true}],"e":[{"i":[[0,0],[-0.242,0.14],[-1.995,-1.288],[-0.744,-0.483],[-0.422,-0.113],[3.983,4.976]],"o":[[0,0],[2.317,-0.045],[0.958,0.619],[0.65,0.423],[1.909,0.513],[-6.339,-7.918]],"v":[[-85.862,-120.899],[-81.968,-116.403],[-75.295,-113.889],[-72.721,-112.165],[-71.097,-111.313],[-70.036,-114.957]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[0,0],[-0.242,0.14],[-1.995,-1.288],[-0.744,-0.483],[-0.422,-0.113],[3.983,4.976]],"o":[[0,0],[2.317,-0.045],[0.958,0.619],[0.65,0.423],[1.909,0.513],[-6.339,-7.918]],"v":[[-85.862,-120.899],[-81.968,-116.403],[-75.295,-113.889],[-72.721,-112.165],[-71.097,-111.313],[-70.036,-114.957]],"c":true}],"e":[{"i":[[0,0],[-0.242,0.14],[-1.995,-1.288],[-0.744,-0.483],[-0.422,-0.113],[3.983,4.976]],"o":[[0,0],[2.317,-0.045],[0.958,0.619],[0.65,0.423],[1.909,0.513],[-6.339,-7.918]],"v":[[-85.362,-167.399],[-81.468,-162.903],[-74.795,-160.389],[-72.221,-158.665],[-70.597,-157.813],[-69.536,-161.457]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[0,0],[-0.242,0.14],[-1.995,-1.288],[-0.744,-0.483],[-0.422,-0.113],[3.983,4.976]],"o":[[0,0],[2.317,-0.045],[0.958,0.619],[0.65,0.423],[1.909,0.513],[-6.339,-7.918]],"v":[[-85.362,-167.399],[-81.468,-162.903],[-74.795,-160.389],[-72.221,-158.665],[-70.597,-157.813],[-69.536,-161.457]],"c":true}],"e":[{"i":[[0,0],[-0.081,0.268],[-1.34,0.397],[-0.545,-0.048],[-0.351,0.035],[6.311,0.893]],"o":[[0,0],[1.285,-3.861],[0.643,-0.191],[0.477,0.042],[1.966,-0.198],[-10.042,-1.42]],"v":[[-121.234,-177.894],[-114.317,-175.665],[-110.217,-181.232],[-108.416,-181.356],[-107.163,-181.285],[-109.388,-185.666]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0,0],[-0.081,0.268],[-1.34,0.397],[-0.545,-0.048],[-0.351,0.035],[6.311,0.893]],"o":[[0,0],[1.285,-3.861],[0.643,-0.191],[0.477,0.042],[1.966,-0.198],[-10.042,-1.42]],"v":[[-121.234,-177.894],[-114.317,-175.665],[-110.217,-181.232],[-108.416,-181.356],[-107.163,-181.285],[-109.388,-185.666]],"c":true}],"e":[{"i":[[0,0],[-0.081,0.268],[-0.477,0.869],[-0.218,0.225],[-0.229,0.268],[2.846,-0.594]],"o":[[0,0],[0.956,-3.729],[0.229,-0.417],[0.191,-0.197],[1.788,-2.09],[-4.987,1.041]],"v":[[-146.984,-193.769],[-141.567,-191.665],[-139.562,-197.876],[-138.907,-198.764],[-138.288,-199.41],[-139.888,-202.916]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[0,0],[-0.081,0.268],[-0.477,0.869],[-0.218,0.225],[-0.229,0.268],[2.846,-0.594]],"o":[[0,0],[0.956,-3.729],[0.229,-0.417],[0.191,-0.197],[1.788,-2.09],[-4.987,1.041]],"v":[[-146.984,-193.769],[-141.567,-191.665],[-139.562,-197.876],[-138.907,-198.764],[-138.288,-199.41],[-139.888,-202.916]],"c":true}],"e":[{"i":[[0,0],[-0.085,0.266],[-0.131,1.534],[-0.026,0.612],[-0.019,0.394],[2.32,-1.906]],"o":[[0,0],[0.529,-1.657],[0.063,-0.737],[0.023,-0.535],[0.134,-2.747],[-3.549,2.916]],"v":[[-153.359,-195.519],[-148.379,-194.165],[-147.469,-199.093],[-147.345,-201.131],[-147.288,-202.535],[-148.263,-206.353]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[0,0],[-0.085,0.266],[-0.131,1.534],[-0.026,0.612],[-0.019,0.394],[2.32,-1.906]],"o":[[0,0],[0.529,-1.657],[0.063,-0.737],[0.023,-0.535],[0.134,-2.747],[-3.549,2.916]],"v":[[-153.359,-195.519],[-148.379,-194.165],[-147.469,-199.093],[-147.345,-201.131],[-147.288,-202.535],[-148.263,-206.353]],"c":true}],"e":[{"i":[[0.766,-2.519],[-0.147,0.754],[0.301,1.896],[0.157,0.757],[0.064,0.56],[-0.174,-2.147]],"o":[[-0.766,2.519],[0.529,-2.709],[-0.144,-0.91],[-0.137,-0.662],[-0.44,-3.878],[0.348,4.28]],"v":[[-157.422,-197.582],[-153.004,-195.978],[-152.924,-202.836],[-153.405,-205.331],[-153.725,-207.16],[-156.638,-208.478]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0.766,-2.519],[-0.147,0.754],[0.301,1.896],[0.157,0.757],[0.064,0.56],[-0.174,-2.147]],"o":[[-0.766,2.519],[0.529,-2.709],[-0.144,-0.91],[-0.137,-0.662],[-0.44,-3.878],[0.348,4.28]],"v":[[-157.422,-197.582],[-153.004,-195.978],[-152.924,-202.836],[-153.405,-205.331],[-153.725,-207.16],[-156.638,-208.478]],"c":true}],"e":[{"i":[[0.766,-2.519],[-0.293,0.71],[0.2,2.27],[0.15,0.946],[0.117,0.552],[-0.487,-2.584]],"o":[[-0.766,2.519],[0.561,-1.361],[-0.096,-1.09],[-0.131,-0.827],[-1.025,-4.84],[0.795,4.22]],"v":[[-161.484,-197.019],[-156.629,-196.228],[-156.264,-202.193],[-156.652,-205.304],[-157.038,-207.41],[-161.201,-208.166]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[0.766,-2.519],[-0.293,0.71],[0.2,2.27],[0.15,0.946],[0.117,0.552],[-0.487,-2.584]],"o":[[-0.766,2.519],[0.561,-1.361],[-0.096,-1.09],[-0.131,-0.827],[-1.025,-4.84],[0.795,4.22]],"v":[[-161.484,-197.019],[-156.629,-196.228],[-156.264,-202.193],[-156.652,-205.304],[-157.038,-207.41],[-161.201,-208.166]],"c":true}],"e":[{"i":[[0.766,-2.519],[-0.293,0.71],[0.2,2.27],[0.15,0.946],[0.117,0.552],[-0.487,-2.584]],"o":[[-0.766,2.519],[0.561,-1.361],[-0.096,-1.09],[-0.131,-0.827],[-1.025,-4.84],[0.795,4.22]],"v":[[-163.359,-197.019],[-158.504,-196.228],[-158.139,-202.193],[-158.527,-205.304],[-158.913,-207.41],[-163.076,-208.166]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[0.766,-2.519],[-0.293,0.71],[0.2,2.27],[0.15,0.946],[0.117,0.552],[-0.487,-2.584]],"o":[[-0.766,2.519],[0.561,-1.361],[-0.096,-1.09],[-0.131,-0.827],[-1.025,-4.84],[0.795,4.22]],"v":[[-163.359,-197.019],[-158.504,-196.228],[-158.139,-202.193],[-158.527,-205.304],[-158.913,-207.41],[-163.076,-208.166]],"c":true}],"e":[{"i":[[0.766,-2.519],[-0.293,0.71],[0.2,2.27],[0.15,0.946],[0.117,0.552],[-0.487,-2.584]],"o":[[-0.766,2.519],[0.561,-1.361],[-0.096,-1.09],[-0.131,-0.827],[-1.025,-4.84],[0.795,4.22]],"v":[[-164.484,-197.644],[-159.629,-196.853],[-159.264,-202.818],[-159.652,-205.929],[-160.038,-208.035],[-164.201,-208.791]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[0.766,-2.519],[-0.293,0.71],[0.2,2.27],[0.15,0.946],[0.117,0.552],[-0.487,-2.584]],"o":[[-0.766,2.519],[0.561,-1.361],[-0.096,-1.09],[-0.131,-0.827],[-1.025,-4.84],[0.795,4.22]],"v":[[-164.484,-197.644],[-159.629,-196.853],[-159.264,-202.818],[-159.652,-205.929],[-160.038,-208.035],[-164.201,-208.791]],"c":true}],"e":[{"i":[[0.766,-2.519],[-0.293,0.71],[0.2,2.27],[0.15,0.946],[0.117,0.552],[-0.487,-2.584]],"o":[[-0.766,2.519],[0.561,-1.361],[-0.096,-1.09],[-0.131,-0.827],[-1.025,-4.84],[0.795,4.22]],"v":[[-164.484,-197.644],[-159.629,-196.853],[-159.264,-202.818],[-159.652,-205.929],[-160.038,-208.035],[-164.201,-208.791]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0.766,-2.519],[-0.293,0.71],[0.2,2.27],[0.15,0.946],[0.117,0.552],[-0.487,-2.584]],"o":[[-0.766,2.519],[0.561,-1.361],[-0.096,-1.09],[-0.131,-0.827],[-1.025,-4.84],[0.795,4.22]],"v":[[-164.484,-197.644],[-159.629,-196.853],[-159.264,-202.818],[-159.652,-205.929],[-160.038,-208.035],[-164.201,-208.791]],"c":true}],"e":[{"i":[[2.422,-3.356],[-0.3,0.707],[0.189,1.81],[0.171,0.814],[0.146,0.643],[-0.487,-2.584]],"o":[[-1.541,2.135],[0.759,-1.788],[-0.091,-0.869],[-0.149,-0.712],[-1.237,-5.433],[0.795,4.22]],"v":[[-152.734,-197.644],[-146.067,-195.728],[-145.414,-201.211],[-145.829,-203.746],[-146.288,-205.785],[-150.388,-207.353]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[2.422,-3.356],[-0.3,0.707],[0.189,1.81],[0.171,0.814],[0.146,0.643],[-0.487,-2.584]],"o":[[-1.541,2.135],[0.759,-1.788],[-0.091,-0.869],[-0.149,-0.712],[-1.237,-5.433],[0.795,4.22]],"v":[[-152.734,-197.644],[-146.067,-195.728],[-145.414,-201.211],[-145.829,-203.746],[-146.288,-205.785],[-150.388,-207.353]],"c":true}],"e":[{"i":[[1.672,-2.606],[-0.3,0.707],[-0.057,1.859],[0.089,0.831],[0.146,0.643],[-0.044,-2.629]],"o":[[-1.422,2.216],[0.759,-1.788],[0.027,-0.892],[-0.078,-0.726],[-1.237,-5.433],[0.076,4.541]],"v":[[-139.297,-200.769],[-133.129,-198.54],[-131.971,-204.125],[-132.071,-206.722],[-132.413,-208.785],[-136.763,-210.041]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[1.672,-2.606],[-0.3,0.707],[-0.057,1.859],[0.089,0.831],[0.146,0.643],[-0.044,-2.629]],"o":[[-1.422,2.216],[0.759,-1.788],[0.027,-0.892],[-0.078,-0.726],[-1.237,-5.433],[0.076,4.541]],"v":[[-139.297,-200.769],[-133.129,-198.54],[-131.971,-204.125],[-132.071,-206.722],[-132.413,-208.785],[-136.763,-210.041]],"c":true}],"e":[{"i":[[3.504,-1.903],[-0.579,0.505],[-1.17,1.74],[-0.369,0.757],[-0.233,0.617],[1.602,-2.63]],"o":[[-2.314,1.257],[2.536,-2.214],[0.562,-0.835],[0.323,-0.662],[1.992,-5.273],[-2.595,4.26]],"v":[[-57.316,-155.534],[-54.256,-148.294],[-48.877,-154.179],[-47.5,-156.562],[-46.679,-158.477],[-49.218,-162.947]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[3.504,-1.903],[-0.579,0.505],[-1.17,1.74],[-0.369,0.757],[-0.233,0.617],[1.602,-2.63]],"o":[[-2.314,1.257],[2.536,-2.214],[0.562,-0.835],[0.323,-0.662],[1.992,-5.273],[-2.595,4.26]],"v":[[-57.316,-155.534],[-54.256,-148.294],[-48.877,-154.179],[-47.5,-156.562],[-46.679,-158.477],[-49.218,-162.947]],"c":true}],"e":[{"i":[[4.134,1.346],[-2.1,-0.293],[-1.552,0.311],[-0.689,0.28],[-0.562,0.345],[3.019,-0.61]],"o":[[-2.504,-0.815],[1.821,0.254],[0.745,-0.149],[0.602,-0.245],[3.513,-2.154],[-4.282,0.866]],"v":[[-22.071,-138.846],[-20.772,-131.67],[-15.722,-131.756],[-13.572,-132.4],[-11.826,-133.284],[-11.093,-138.303]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[4.134,1.346],[-2.1,-0.293],[-1.552,0.311],[-0.689,0.28],[-0.562,0.345],[3.019,-0.61]],"o":[[-2.504,-0.815],[1.821,0.254],[0.745,-0.149],[0.602,-0.245],[3.513,-2.154],[-4.282,0.866]],"v":[[-22.071,-138.846],[-20.772,-131.67],[-15.722,-131.756],[-13.572,-132.4],[-11.826,-133.284],[-11.093,-138.303]],"c":true}],"e":[{"i":[[-7.296,0.334],[2.096,0.317],[1.73,1.22],[-0.406,-1.196],[0.686,0.316],[-2.293,-2.056]],"o":[[2.631,-0.12],[-2.002,-0.303],[-2.738,-1.931],[0.338,0.994],[-2.97,-1.37],[3.17,2.843]],"v":[[-109.794,-65.564],[-111.367,-73.511],[-117.591,-76.109],[-119.297,-74.951],[-122.549,-75.219],[-123.171,-69.786]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[-7.296,0.334],[2.096,0.317],[1.73,1.22],[-0.406,-1.196],[0.686,0.316],[-2.293,-2.056]],"o":[[2.631,-0.12],[-2.002,-0.303],[-2.738,-1.931],[0.338,0.994],[-2.97,-1.37],[3.17,2.843]],"v":[[-109.794,-65.564],[-111.367,-73.511],[-117.591,-76.109],[-119.297,-74.951],[-122.549,-75.219],[-123.171,-69.786]],"c":true}],"e":[{"i":[[-2.5,0.21],[-0.99,1.783],[1.384,1.602],[1.334,-0.243],[1.535,-1.213],[-2.052,-2.297]],"o":[[2.417,-0.203],[0.983,-1.77],[-2.364,-2.736],[-1.033,0.188],[-1.828,1.758],[0.974,1.09]],"v":[[-59.533,-83.573],[-55.437,-89.169],[-51.634,-92.324],[-58.821,-94.384],[-63.63,-92.114],[-65.124,-84.639]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[-2.5,0.21],[-0.99,1.783],[1.384,1.602],[1.334,-0.243],[1.535,-1.213],[-2.052,-2.297]],"o":[[2.417,-0.203],[0.983,-1.77],[-2.364,-2.736],[-1.033,0.188],[-1.828,1.758],[0.974,1.09]],"v":[[-59.533,-83.573],[-55.437,-89.169],[-51.634,-92.324],[-58.821,-94.384],[-63.63,-92.114],[-65.124,-84.639]],"c":true}],"e":[{"i":[[-2.489,-0.314],[-0.686,1.92],[0.385,0.854],[1.334,0.252],[0.788,-2.017],[-1.518,-1.943]],"o":[[0.801,0.148],[0.069,-0.259],[-0.621,-1.374],[-1.032,-0.195],[-0.458,1.758],[0.9,1.152]],"v":[[-25.776,-125.1],[-23.113,-126.302],[-23.42,-128.714],[-27.181,-131.393],[-32.178,-130.052],[-27.568,-128.332]],"c":true}]},{"t":21}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":4,"op":22,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":4,"nm":"head_shadow","parent":21,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":1,"s":[129.123,393.381,0],"e":[130.789,333.714,0],"to":[0.27777779102325,-9.94444465637207,0],"ti":[2.55555558204651,25.3888893127441,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[130.789,333.714,0],"e":[113.789,241.047,0],"to":[-2.55555558204651,-25.3888893127441,0],"ti":[6.16666650772095,22.2777786254883,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[113.789,241.047,0],"e":[93.789,200.047,0],"to":[-6.16666650772095,-22.2777786254883,0],"ti":[6.83333349227905,11.25,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[93.789,200.047,0],"e":[72.789,173.547,0],"to":[-6.83333349227905,-11.25,0],"ti":[6.19444465637207,5.36111116409302,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[72.789,173.547,0],"e":[56.623,167.881,0],"to":[-6.19444465637207,-5.36111116409302,0],"ti":[4.22222232818604,0.91666668653488,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[56.623,167.881,0],"e":[47.456,168.047,0],"to":[-4.22222232818604,-0.91666668653488,0],"ti":[4.02777767181396,-0.52777779102325,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[47.456,168.047,0],"e":[32.456,171.047,0],"to":[-4.02777767181396,0.52777779102325,0],"ti":[2.94444441795349,-0.77777779102325,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[32.456,171.047,0],"e":[29.789,172.714,0],"to":[-2.94444441795349,0.77777779102325,0],"ti":[0.88888889551163,-0.66666668653488,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[29.789,172.714,0],"e":[27.123,175.047,0],"to":[-0.88888889551163,0.66666668653488,0],"ti":[0.61111110448837,-0.55555558204651,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[27.123,175.047,0],"e":[26.123,176.047,0],"to":[-0.61111110448837,0.55555558204651,0],"ti":[0.5,-0.55555558204651,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[26.123,176.047,0],"e":[24.123,178.381,0],"to":[-0.5,0.55555558204651,0],"ti":[0.61111110448837,-0.61111110448837,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[24.123,178.381,0],"e":[22.456,179.714,0],"to":[-0.61111110448837,0.61111110448837,0],"ti":[0.27777779102325,-0.22222222387791,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[22.456,179.714,0],"e":[22.456,179.714,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[22.456,179.714,0],"e":[25.789,177.047,0],"to":[0.55555558204651,-0.44444444775581,0],"ti":[-3.38888883590698,3.88888883590698,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[25.789,177.047,0],"e":[42.789,156.381,0],"to":[3.38888883590698,-3.88888883590698,0],"ti":[-9,5.44444465637207,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[42.789,156.381,0],"e":[79.789,144.381,0],"to":[9,-5.44444465637207,0],"ti":[-16.8333339691162,2.5,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[79.789,144.381,0],"e":[143.789,141.381,0],"to":[16.8333339691162,-2.5,0],"ti":[-25.8333339691162,-4.77777767181396,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[143.789,141.381,0],"e":[234.789,173.047,0],"to":[25.8333339691162,4.77777767181396,0],"ti":[-15.1666669845581,-5.27777767181396,0]},{"t":19}]},"a":{"k":[-120.877,81.381,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":1,"s":[38,38,100],"e":[60,60,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":2,"s":[60,60,100],"e":[95,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":9,"s":[95,95,100],"e":[95,95,100]},{"t":19}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[35.424,35.424]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-120.877,81.381],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":1,"op":20,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":20,"ty":4,"nm":"head","parent":21,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":1,"s":[129.123,393.381,0],"e":[130.789,333.714,0],"to":[0.27777779102325,-9.94444465637207,0],"ti":[2.55555558204651,25.3888893127441,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[130.789,333.714,0],"e":[113.789,241.047,0],"to":[-2.55555558204651,-25.3888893127441,0],"ti":[6.16666650772095,22.2777786254883,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[113.789,241.047,0],"e":[93.789,200.047,0],"to":[-6.16666650772095,-22.2777786254883,0],"ti":[6.83333349227905,11.25,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[93.789,200.047,0],"e":[72.789,173.547,0],"to":[-6.83333349227905,-11.25,0],"ti":[6.19444465637207,5.36111116409302,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[72.789,173.547,0],"e":[56.623,167.881,0],"to":[-6.19444465637207,-5.36111116409302,0],"ti":[4.22222232818604,0.91666668653488,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[56.623,167.881,0],"e":[47.456,168.047,0],"to":[-4.22222232818604,-0.91666668653488,0],"ti":[4.02777767181396,-0.52777779102325,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[47.456,168.047,0],"e":[32.456,171.047,0],"to":[-4.02777767181396,0.52777779102325,0],"ti":[2.94444441795349,-0.77777779102325,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[32.456,171.047,0],"e":[29.789,172.714,0],"to":[-2.94444441795349,0.77777779102325,0],"ti":[0.88888889551163,-0.66666668653488,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[29.789,172.714,0],"e":[27.123,175.047,0],"to":[-0.88888889551163,0.66666668653488,0],"ti":[0.61111110448837,-0.55555558204651,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[27.123,175.047,0],"e":[26.123,176.047,0],"to":[-0.61111110448837,0.55555558204651,0],"ti":[0.5,-0.55555558204651,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[26.123,176.047,0],"e":[24.123,178.381,0],"to":[-0.5,0.55555558204651,0],"ti":[0.61111110448837,-0.61111110448837,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[24.123,178.381,0],"e":[22.456,179.714,0],"to":[-0.61111110448837,0.61111110448837,0],"ti":[0.27777779102325,-0.22222222387791,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[22.456,179.714,0],"e":[22.456,179.714,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[22.456,179.714,0],"e":[25.789,177.047,0],"to":[0.55555558204651,-0.44444444775581,0],"ti":[-3.38888883590698,3.88888883590698,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[25.789,177.047,0],"e":[42.789,156.381,0],"to":[3.38888883590698,-3.88888883590698,0],"ti":[-9,5.44444465637207,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[42.789,156.381,0],"e":[79.789,144.381,0],"to":[9,-5.44444465637207,0],"ti":[-16.8333339691162,2.5,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[79.789,144.381,0],"e":[143.789,141.381,0],"to":[16.8333339691162,-2.5,0],"ti":[-25.8333339691162,-4.77777767181396,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[143.789,141.381,0],"e":[234.789,173.047,0],"to":[25.8333339691162,4.77777767181396,0],"ti":[-15.1666669845581,-5.27777767181396,0]},{"t":19}]},"a":{"k":[-120.877,81.381,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":1,"s":[38,38,100],"e":[60,60,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":2,"s":[60,60,100],"e":[95,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":9,"s":[95,95,100],"e":[95,95,100]},{"t":19}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[-1.471,-2.353]],"o":[[0,0],[1.381,2.21]],"v":[[-117.737,66.472],[-114.208,68.384]],"c":false}],"e":[{"i":[[0,0],[-0.84,-2.644]],"o":[[0,0],[0.789,2.484]],"v":[[-114.703,66.795],[-111.759,69.523]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[0,0],[-0.84,-2.644]],"o":[[0,0],[0.789,2.484]],"v":[[-114.703,66.795],[-111.759,69.523]],"c":false}],"e":[{"i":[[0,0],[-0.795,-2.646]],"o":[[0,0],[0.75,2.496]],"v":[[-107.357,73.065],[-105.584,76.258]],"c":false}]},{"t":18}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[100],"e":[0]},{"t":19}],"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[-1.579,-2.368]],"o":[[0,0],[1.579,2.368]],"v":[[-123.024,71.331],[-116.971,74.489]],"c":false}],"e":[{"i":[[0,0],[-0.917,-2.695]],"o":[[0,0],[0.917,2.695]],"v":[[-118.435,71.693],[-113.398,76.301]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[0,0],[-0.917,-2.695]],"o":[[0,0],[0.917,2.695]],"v":[[-118.435,71.693],[-113.398,76.301]],"c":false}],"e":[{"i":[[0,0],[0.321,-2.828]],"o":[[0,0],[-0.321,2.828]],"v":[[-111.711,74.771],[-109.122,81.088]],"c":false}]},{"t":18}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[100],"e":[0]},{"t":19}],"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[35.424,35.424]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-120.877,81.381],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":1,"op":20,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":21,"ty":1,"nm":"ResizerTemp","parent":22,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[26.6,35.7,0]},"a":{"k":[250,300,0]},"s":{"k":[10.5,10.5,100]}},"ao":0,"sw":500,"sh":600,"sc":"#ffffff","ip":0,"op":35,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":22,"ty":1,"nm":"White Solid 40","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[40,50,0]},"a":{"k":[28,35,0]},"s":{"k":[142.857,142.857,100]}},"ao":0,"sw":56,"sh":70,"sc":"#ffffff","ip":0,"op":35,"st":0,"bm":0,"sr":1}],"v":"4.4.26","ddd":0,"ip":0,"op":35,"fr":25,"w":80,"h":100} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Mobilo/L.json b/ohos/flutter_lottie/assets/Mobilo/L.json new file mode 100644 index 0000000000000000000000000000000000000000..866b65009ca51df768abe1e557f1587a3472cc1b --- /dev/null +++ b/ohos/flutter_lottie/assets/Mobilo/L.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"triangle_light_blue","parent":18,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9,"s":[0],"e":[-123]},{"t":17}]},"p":{"k":[34,308.937,0]},"a":{"k":[-15,-179.063,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":9,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":13,"s":[100,100,100],"e":[0,0,100]},{"t":17}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":2,"d":1,"pt":{"k":3,"ix":3},"p":{"k":[0,0],"ix":4},"r":{"k":0,"ix":5},"or":{"k":16.279,"ix":7},"os":{"k":-10,"ix":9},"ix":1,"nm":"Polystar Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":7},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-15,-175],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Polystar 1"}],"ip":9,"op":17,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"triangle_white","parent":18,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6,"s":[0],"e":[-123]},{"t":14}]},"p":{"k":[207.721,129.686,0]},"a":{"k":[5,-199.063,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":6,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":10,"s":[100,100,100],"e":[0,0,100]},{"t":14}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":2,"d":1,"pt":{"k":3,"ix":3},"p":{"k":[0,0],"ix":4},"r":{"k":0,"ix":5},"or":{"k":16.279,"ix":7},"os":{"k":-10,"ix":9},"ix":1,"nm":"Polystar Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":9},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[5,-195],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Polystar 1"}],"ip":6,"op":14,"st":-3,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"triangle_orange","parent":18,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":7,"s":[0],"e":[74]},{"t":15}]},"p":{"k":[153,490.937,0]},"a":{"k":[-15,-179.063,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":7,"s":[0,0,100],"e":[76.7,76.7,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":11,"s":[76.7,76.7,100],"e":[0,0,100]},{"t":15}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":2,"d":1,"pt":{"k":3,"ix":3},"p":{"k":[0,0],"ix":4},"r":{"k":0,"ix":5},"or":{"k":16.279,"ix":7},"os":{"k":-10,"ix":9},"ix":1,"nm":"Polystar Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":4},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-15,-175],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Polystar 1"}],"ip":7,"op":15,"st":-2,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"cell4","parent":18,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[0,0],[-1.461,-14],[0.242,-20],[-2.402,-17],[-2.339,10.239],[-3.393,25.798],[-2.926,28.772],[9.085,0.226],[5.464,1]],"o":[[0,0],[1.08,10.351],[-0.266,21.987],[0.851,6.024],[2.039,-8.926],[3.952,-30.05],[3,-29.5],[-20.105,-0.5],[-5.464,-1]],"v":[[184.275,-100],[177.961,-51],[169.758,-8],[126.814,70],[161.906,37.411],[182.666,2.05],[210,-66.5],[201.605,-123.5],[193.725,-109.5]],"c":true}],"e":[{"i":[[0,0],[-1.461,-14],[0.242,-20],[-17.66,37],[-15.231,18.718],[-4.245,10.314],[-2.921,28.722],[9.085,0.226],[5.464,1]],"o":[[0,0],[1.08,10.351],[-0.266,21.987],[4.735,-9.921],[7.198,-8.846],[12.991,-31.566],[3,-29.5],[-20.105,-0.5],[-5.464,-1]],"v":[[205.401,-96],[199.087,-47],[148.045,15],[137.964,96],[181.896,68.282],[202.976,27.902],[249.906,-62.5],[223.905,-120.5],[214.852,-105.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[0,0],[-1.461,-14],[0.242,-20],[-17.66,37],[-15.231,18.718],[-4.245,10.314],[-2.921,28.722],[9.085,0.226],[5.464,1]],"o":[[0,0],[1.08,10.351],[-0.266,21.987],[4.735,-9.921],[7.198,-8.846],[12.991,-31.566],[3,-29.5],[-20.105,-0.5],[-5.464,-1]],"v":[[205.401,-96],[199.087,-47],[148.045,15],[137.964,96],[181.896,68.282],[202.976,27.902],[249.906,-62.5],[223.905,-120.5],[214.852,-105.5]],"c":true}],"e":[{"i":[[14.088,-27],[11.128,-46.971],[0.242,-20],[-54.045,17],[1.827,16.795],[-4.245,10.314],[-9.638,56.262],[9.085,0.226],[0.974,-5.469]],"o":[[-14.088,27],[-3.08,13],[-0.266,21.987],[10.487,-3.299],[-1.593,-14.642],[12.991,-31.566],[8.308,-48.5],[-20.105,-0.5],[-8.281,46.5]],"v":[[191.317,-39],[114.581,-18],[176.8,-9],[186.673,103],[194.321,67.732],[194.76,26.902],[255.774,-65.5],[203.952,-119.5],[166.73,-104.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[14.088,-27],[11.128,-46.971],[0.242,-20],[-54.045,17],[1.827,16.795],[-4.245,10.314],[-9.638,56.262],[9.085,0.226],[0.974,-5.469]],"o":[[-14.088,27],[-3.08,13],[-0.266,21.987],[10.487,-3.299],[-1.593,-14.642],[12.991,-31.566],[8.308,-48.5],[-20.105,-0.5],[-8.281,46.5]],"v":[[191.317,-39],[114.581,-18],[176.8,-9],[186.673,103],[194.321,67.732],[194.76,26.902],[255.774,-65.5],[203.952,-119.5],[166.73,-104.5]],"c":true}],"e":[{"i":[[4.104,-26.5],[-1.461,-14],[0.242,-20],[-79.867,-15],[-4.01,46.184],[-9.556,42.817],[-20.864,71.917],[21.398,9.5],[16.811,-5.105]],"o":[[-5.497,35.491],[1.08,10.351],[-0.266,21.987],[48.916,9.187],[4.731,-54.487],[9.463,-42.402],[4.787,-16.5],[-18.381,-8.16],[-32.929,10]],"v":[[54.581,-65.5],[111.06,-35],[147.458,-9],[103.34,134],[190.103,83.487],[160.723,8.402],[247.558,-62.5],[208.647,-113.5],[133.867,-115]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[4.104,-26.5],[-1.461,-14],[0.242,-20],[-79.867,-15],[-4.01,46.184],[-9.556,42.817],[-20.864,71.917],[21.398,9.5],[16.811,-5.105]],"o":[[-5.497,35.491],[1.08,10.351],[-0.266,21.987],[48.916,9.187],[4.731,-54.487],[9.463,-42.402],[4.787,-16.5],[-18.381,-8.16],[-32.929,10]],"v":[[54.581,-65.5],[111.06,-35],[147.458,-9],[103.34,134],[190.103,83.487],[160.723,8.402],[247.558,-62.5],[208.647,-113.5],[133.867,-115]],"c":true}],"e":[{"i":[[0,0],[-10.184,-9.717],[1.602,-43],[-56.18,-7.329],[-1.574,21.443],[1.231,30.949],[-21.621,89],[21.155,10.029],[11.114,-18.017]],"o":[[0,0],[11.005,10.5],[-3.888,104.375],[49.827,6.5],[2.262,-30.814],[-2.861,-71.902],[6.182,-25.447],[-23.202,-11],[-19.431,31.5]],"v":[[32.281,-102],[59.417,-50.5],[92.294,-3],[61.674,98.5],[124.498,66.814],[102.038,-4.598],[240.516,-65.5],[208.647,-113.5],[83.985,-120.5]],"c":true}]},{"t":7}]},"nm":"Path 1"},{"ty":"tr","p":{"k":[27,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[85.201,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"}],"ip":3,"op":8,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"cell3","parent":18,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[346.5,203,0]},"a":{"k":[96.5,-97,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[-6.756,0],[-14.83,-2.05],[0,-12.932],[10.048,1.715],[15.011,8.154],[0,23.481],[-4.929,0.352]],"o":[[7.793,0],[10.203,1.41],[0,15.773],[-11.506,-1.964],[-15.242,-8.279],[0,-20.095],[7.641,-0.545]],"v":[[-7.003,-14.3],[17.863,-31.217],[33.934,-7.058],[14.54,23.443],[-10.944,12.755],[-49.5,0.095],[-32.085,-24.058]],"c":true}],"e":[{"i":[[-5.8,0],[-10.863,3.877],[0,-7.083],[8.627,0.939],[12.909,4.402],[-0.934,-36.321],[-26.024,5.718]],"o":[[6.69,0],[8.282,-2.956],[0,8.639],[-9.878,-1.075],[-15.755,-5.373],[-18.368,-17.821],[6.414,-1.409]],"v":[[-64.877,-2.516],[-48.599,-9.877],[-35.425,0.355],[-48.962,13.061],[-65.5,7.373],[-82.5,65.821],[-91.033,-34.218]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[-5.8,0],[-10.863,3.877],[0,-7.083],[8.627,0.939],[12.909,4.402],[-0.934,-36.321],[-26.024,5.718]],"o":[[6.69,0],[8.282,-2.956],[0,8.639],[-9.878,-1.075],[-15.755,-5.373],[-18.368,-17.821],[6.414,-1.409]],"v":[[-64.877,-2.516],[-48.599,-9.877],[-35.425,0.355],[-48.962,13.061],[-65.5,7.373],[-82.5,65.821],[-91.033,-34.218]],"c":true}],"e":[{"i":[[-2.88,0],[-5.884,-13.371],[-0.311,-16.5],[-3.308,-16.665],[-1.712,-44.664],[0,7.271],[-3.422,2.385]],"o":[[2.982,0],[3.557,8.084],[0.274,14.497],[8.539,43.022],[-14.165,-17.164],[0,-4.438],[2.184,-1.522]],"v":[[-112.075,-33.164],[-100.378,-23.084],[-91.84,-2],[-100.067,40.478],[-94.486,148.664],[-121.104,-1],[-115.448,-11.749]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[-2.88,0],[-5.884,-13.371],[-0.311,-16.5],[-3.308,-16.665],[-1.712,-44.664],[0,7.271],[-3.422,2.385]],"o":[[2.982,0],[3.557,8.084],[0.274,14.497],[8.539,43.022],[-14.165,-17.164],[0,-4.438],[2.184,-1.522]],"v":[[-112.075,-33.164],[-100.378,-23.084],[-91.84,-2],[-100.067,40.478],[-94.486,148.664],[-121.104,-1],[-115.448,-11.749]],"c":true}],"e":[{"i":[[-2.88,0],[-4.381,-6.666],[0,-4.338],[-0.022,-6.978],[-1.774,-19.914],[0,7.271],[-3.422,2.385]],"o":[[2.982,0],[2.237,3.403],[0,4.927],[0.053,16.567],[-7.391,-0.197],[0,-4.439],[2.184,-1.522]],"v":[[-118.302,-30.664],[-109.718,-14.334],[-104.604,8.75],[-108.473,35.478],[-107.188,75.414],[-129.821,2],[-124.165,-8.749]],"c":true}]},{"t":11}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[133.5,-96],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[160.606,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":8,"op":12,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"cell2","parent":18,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[250,300,0],"e":[170,261,0],"to":[-13.3333330154419,-6.5,0],"ti":[23.3333339691162,4,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[170,261,0],"e":[110,276,0],"to":[-23.3333339691162,-4,0],"ti":[10,-2.5,0]},{"t":10}]},"a":{"k":[0,0,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8,"s":[100,100,100],"e":[100,74,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":9,"s":[100,74,100],"e":[100,118,100]},{"t":10}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[23,18]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[108.5,-34],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":8,"op":11,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"cell1","parent":18,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[0],"e":[1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9,"s":[1],"e":[-4]},{"t":10}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[386.5,304,0],"e":[232,287,0],"to":[-19.75,-18.5,0],"ti":[36.75,-18.5,0]},{"t":10}]},"a":{"k":[108.5,-34,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8,"s":[200,100,100],"e":[234,74,100]},{"t":10}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[-6.351,0],[0,-7.116],[6.351,0],[0,7.116]],"o":[[6.351,0],[0,7.116],[-6.351,0],[0,-7.116]],"v":[[1,-3.884],[11.5,-3.884],[0,9],[-11.5,-3.884]],"c":true}],"e":[{"i":[[-7.021,-1.19],[-0.16,-8.875],[6.58,2.372],[0.416,4.953]],"o":[[6.262,1.061],[0.193,10.656],[-5.904,-2.128],[-0.802,-9.538]],"v":[[0.984,-2.299],[18.574,-9.764],[0.463,2.767],[-12.59,8.957]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[-7.021,-1.19],[-0.16,-8.875],[6.58,2.372],[0.416,4.953]],"o":[[6.262,1.061],[0.193,10.656],[-5.904,-2.128],[-0.802,-9.538]],"v":[[0.984,-2.299],[18.574,-9.764],[0.463,2.767],[-12.59,8.957]],"c":true}],"e":[{"i":[[-0.302,-6.344],[-1.187,-19.148],[-1.717,-95.564],[0,4.971]],"o":[[2.388,50.194],[1.187,19.148],[0.971,54.042],[0,-4.971]],"v":[[-1.735,-21.602],[12.076,20.36],[-0.149,141.21],[-12.877,-15.206]],"c":true}]},{"t":10}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[108.5,-34],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":8,"op":11,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"stroke_circle_orange","parent":16,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":14,"s":[100],"e":[0]},{"t":21}]},"r":{"k":0},"p":{"k":[155,56,0]},"a":{"k":[182,120,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":14,"s":[10,10,100],"e":[100,100,100]},{"t":21}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[30,30]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":7.4},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[182,120],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":14,"op":21,"st":-4,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"stroke_circle_light_blue","parent":16,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":17,"s":[100],"e":[0]},{"t":24}]},"r":{"k":0},"p":{"k":[221,10,0]},"a":{"k":[182,120,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":17,"s":[10,10,100],"e":[100,100,100]},{"t":24}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[30,30]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":7.4},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[182,120],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":17,"op":24,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"stroke_semi_circle_orange","parent":16,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9,"s":[52],"e":[7]},{"t":20}]},"p":{"k":[34,-55,0]},"a":{"k":[-38,119,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":3,"ty":"el","s":{"k":[328,328]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":7.4},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-38,119],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":13,"s":[32],"e":[66]},{"t":20}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":9,"s":[32],"e":[66]},{"t":15}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":9,"op":20,"st":9,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"stroke_semi_circle_light_blue","parent":16,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[52],"e":[-19]},{"t":19}]},"p":{"k":[32,-55,0]},"a":{"k":[-38,119,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":3,"ty":"el","s":{"k":[400,400]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":7.4},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-38,119],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":12,"s":[32],"e":[66]},{"t":19}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":8,"s":[32],"e":[66]},{"t":14}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":8,"op":19,"st":8,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"stroke_semi_circle_white","parent":16,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6,"s":[177],"e":[-14]},{"t":17}]},"p":{"k":[32,-55,0]},"a":{"k":[-38,119,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":3,"ty":"el","s":{"k":[430,430]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":12},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-38,119],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":10,"s":[32],"e":[66]},{"t":17}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":6,"s":[32],"e":[66]},{"t":12}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":6,"op":17,"st":6,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"L_down_dark_blue","parent":16,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.164],"y":[0.248]},"n":["0p667_1_0p164_0p248"],"t":10,"s":[265],"e":[-15.441]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.4],"y":[0]},"n":["0p667_1_0p4_0"],"t":18,"s":[-15.441],"e":[8.796]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":23,"s":[8.796],"e":[0]},{"t":25}]},"p":{"k":[-1.457,-4,0]},"a":{"k":[-51.457,0,0]},"s":{"k":[{"i":{"x":[0.667,0.505,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.14,0.333],"y":[0.333,0.203,0.333]},"n":["0p667_0p667_0p333_0p333","0p505_1_0p14_0p203","0p667_0p667_0p333_0p333"],"t":10,"s":[100,0,100],"e":[100,180,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.458,0.333],"y":[0.333,0,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_1_0p458_0","0p667_0p667_0p333_0p333"],"t":15,"s":[100,180,100],"e":[100,100,100]},{"t":23}]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-51.457,-41.995],[-51.457,0],[26.048,0],[71.507,0],[71.507,-41.995],[14.441,-41.995]],"c":true}],"e":[{"i":[[0,0],[0,0],[-15.605,0.991],[0,0],[0,0],[18.545,-1.393]],"o":[[0,0],[0,0],[15.178,-0.964],[0,0],[0,0],[-16.955,1.273]],"v":[[-30.278,-32.891],[-65.971,17.958],[19.277,5.406],[71.255,2.353],[71.426,-39.953],[17.638,-36.604]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[0,0],[0,0],[-15.605,0.991],[0,0],[0,0],[18.545,-1.393]],"o":[[0,0],[0,0],[15.178,-0.964],[0,0],[0,0],[-16.955,1.273]],"v":[[-30.278,-32.891],[-65.971,17.958],[19.277,5.406],[71.255,2.353],[71.426,-39.953],[17.638,-36.604]],"c":true}],"e":[{"i":[[0,0],[0,0],[-25.782,5.285],[0,0],[0,0],[35.943,-8.751]],"o":[[0,0],[0,0],[29.363,-6.019],[0,0],[0,0],[-35.943,8.751]],"v":[[-57.449,-0.855],[-16.235,6.922],[18.463,-11.162],[72.288,-6.158],[72.898,-32.862],[3.007,-33.261]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[0,0],[0,0],[-25.782,5.285],[0,0],[0,0],[35.943,-8.751]],"o":[[0,0],[0,0],[29.363,-6.019],[0,0],[0,0],[-35.943,8.751]],"v":[[-57.449,-0.855],[-16.235,6.922],[18.463,-11.162],[72.288,-6.158],[72.898,-32.862],[3.007,-33.261]],"c":true}],"e":[{"i":[[0,0],[0,0],[-29.127,4.055],[0,0],[0,0],[37.836,-4.265]],"o":[[0,0],[0,0],[23.338,-3.249],[0,0],[0,0],[-32.662,4.85]],"v":[[-73.079,-14.476],[-38.48,17.74],[8.819,3.635],[70.751,7.06],[71.265,-35.868],[13.389,-36.034]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[0,0],[0,0],[-29.127,4.055],[0,0],[0,0],[37.836,-4.265]],"o":[[0,0],[0,0],[23.338,-3.249],[0,0],[0,0],[-32.662,4.85]],"v":[[-73.079,-14.476],[-38.48,17.74],[8.819,3.635],[70.751,7.06],[71.265,-35.868],[13.389,-36.034]],"c":true}],"e":[{"i":[[0,0],[0,0],[-28.508,0.857],[0,0],[0,0],[37.053,0]],"o":[[0,0],[0,0],[32.048,0.086],[0,0],[0,0],[-37.053,0]],"v":[[-71.714,-22.674],[-50.646,5.392],[6.6,-6.665],[70.5,9.414],[74.791,-26.592],[7.963,-38.133]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0,0],[0,0],[-28.508,0.857],[0,0],[0,0],[37.053,0]],"o":[[0,0],[0,0],[32.048,0.086],[0,0],[0,0],[-37.053,0]],"v":[[-71.714,-22.674],[-50.646,5.392],[6.6,-6.665],[70.5,9.414],[74.791,-26.592],[7.963,-38.133]],"c":true}],"e":[{"i":[[0,0],[0,0],[-27.889,-2.341],[0,0],[0,0],[41.857,1.586]],"o":[[0,0],[0,0],[40.758,3.421],[0,0],[0,0],[-38.281,-1.45]],"v":[[-61.426,-35.713],[-51.457,0],[10.03,-3.866],[70.248,11.767],[71.103,-31.783],[8.055,-41.733]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0,0],[0,0],[-27.889,-2.341],[0,0],[0,0],[41.857,1.586]],"o":[[0,0],[0,0],[40.758,3.421],[0,0],[0,0],[-38.281,-1.45]],"v":[[-61.426,-35.713],[-51.457,0],[10.03,-3.866],[70.248,11.767],[71.103,-31.783],[8.055,-41.733]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-51.457,-41.995],[-51.457,0],[26.048,0],[71.507,0],[71.507,-41.995],[14.441,-41.995]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-51.457,-41.995],[-51.457,0],[26.048,0],[71.507,0],[71.507,-41.995],[14.441,-41.995]],"c":true}],"e":[{"i":[[0,0],[0,0],[-29.557,0],[0,0],[0,0],[22.142,0]],"o":[[0,0],[0,0],[29.557,0],[0,0],[0,0],[-30.576,0]],"v":[[-20.513,-42.964],[-51.457,0],[19.91,5.135],[72.004,2.386],[71.507,-41.995],[28.802,-40.095]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[0,0],[0,0],[-29.557,0],[0,0],[0,0],[22.142,0]],"o":[[0,0],[0,0],[29.557,0],[0,0],[0,0],[-30.576,0]],"v":[[-20.513,-42.964],[-51.457,0],[19.91,5.135],[72.004,2.386],[71.507,-41.995],[28.802,-40.095]],"c":true}],"e":[{"i":[[0,0],[0,0],[-42.314,-1.068],[0,0],[0,0],[26.578,-0.442]],"o":[[0,0],[0,0],[34.155,0.862],[0,0],[0,0],[-26.578,0.442]],"v":[[-24.381,-42.843],[-51.457,0],[21.644,9.826],[86.498,1.285],[71.507,-41.995],[25.424,-34.404]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,0],[-42.314,-1.068],[0,0],[0,0],[26.578,-0.442]],"o":[[0,0],[0,0],[34.155,0.862],[0,0],[0,0],[-26.578,0.442]],"v":[[-24.381,-42.843],[-51.457,0],[21.644,9.826],[86.498,1.285],[71.507,-41.995],[25.424,-34.404]],"c":true}],"e":[{"i":[[0,0],[0,0],[-36.269,-0.916],[0,0],[0,0],[22.781,-0.379]],"o":[[0,0],[0,0],[29.275,0.739],[0,0],[0,0],[-22.781,0.379]],"v":[[-28.249,-42.721],[-51.457,0],[21.953,9.337],[84.357,1.102],[71.507,-41.995],[23.855,-35.488]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[0,0],[0,0],[-36.269,-0.916],[0,0],[0,0],[22.781,-0.379]],"o":[[0,0],[0,0],[29.275,0.739],[0,0],[0,0],[-22.781,0.379]],"v":[[-28.249,-42.721],[-51.457,0],[21.953,9.337],[84.357,1.102],[71.507,-41.995],[23.855,-35.488]],"c":true}],"e":[{"i":[[0,0],[0,0],[-32.329,0],[0,0],[0,0],[11.391,-0.189]],"o":[[0,0],[0,0],[32.329,0],[0,0],[0,0],[-11.391,0.189]],"v":[[-39.853,-42.358],[-51.457,0],[24.001,4.669],[77.932,0.551],[71.507,-41.995],[19.148,-38.742]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[0,0],[0,0],[-32.329,0],[0,0],[0,0],[11.391,-0.189]],"o":[[0,0],[0,0],[32.329,0],[0,0],[0,0],[-11.391,0.189]],"v":[[-39.853,-42.358],[-51.457,0],[24.001,4.669],[77.932,0.551],[71.507,-41.995],[19.148,-38.742]],"c":true}],"e":[{"i":[[0,0],[0,0],[-22.035,0],[0,0],[0,0],[3.797,-0.063]],"o":[[0,0],[0,0],[22.035,0],[0,0],[0,0],[-3.797,0.063]],"v":[[-47.589,-42.116],[-51.457,0],[25.461,2.803],[73.649,0.184],[71.507,-41.995],[16.01,-40.911]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[0,0],[0,0],[-22.035,0],[0,0],[0,0],[3.797,-0.063]],"o":[[0,0],[0,0],[22.035,0],[0,0],[0,0],[-3.797,0.063]],"v":[[-47.589,-42.116],[-51.457,0],[25.461,2.803],[73.649,0.184],[71.507,-41.995],[16.01,-40.911]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-51.457,-41.995],[-51.457,0],[26.048,0],[71.507,0],[71.507,-41.995],[14.441,-41.995]],"c":true}]},{"t":25}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-54.455,-34.192],[-52.283,18.884],[-13.504,24.771],[13.121,7.776],[68.467,7.776],[68.467,-34.219]],"c":true}},"nm":"L"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[161,161],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"L"}],"ip":10,"op":37,"st":-2,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"L_side_dark_blue","parent":16,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.353],"y":[1]},"o":{"x":[0.125],"y":[0.254]},"n":["0p353_1_0p125_0p254"],"t":2,"s":[0],"e":[8.031]},{"i":{"x":[0.575],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p575_1_0p333_0"],"t":4,"s":[8.031],"e":[-8]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.542],"y":[0]},"n":["0p667_1_0p542_0"],"t":10.4,"s":[-8],"e":[1]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":15,"s":[1],"e":[0]},{"t":20}]},"p":{"k":[{"i":{"x":0.098,"y":1},"o":{"x":0.333,"y":0},"n":"0p098_1_0p333_0","t":2,"s":[202.108,-4,0],"e":[22.108,-4,0],"to":[92.2331924438477,0,0],"ti":[-125.636123657227,0,0]},{"t":12.400390625}]},"a":{"k":[-27.892,0,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,0.667,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0,0.167,0.167]},"n":["0p667_1_0p167_0","0p667_0p667_0p167_0p167","0p667_0p667_0p167_0p167"],"t":2,"s":[0,100,100],"e":[252,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0.333,0.333]},"n":["0p667_1_0p333_0","0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333"],"t":7,"s":[252,100,100],"e":[100,100,100]},{"t":12.400390625}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[3.47,26.064],[1.003,-13.99],[12.611,-68.579],[-2.57,-22.162],[0,0],[-8.785,40.076],[8.178,41.626]],"o":[[-3.47,-26.064],[-1.149,16.02],[-7.848,42.678],[1.56,13.45],[0,0],[11.02,-50.267],[-9.591,-48.816]],"v":[[-4.326,-226.593],[-55.334,-224.968],[-51.457,-123.528],[-54.816,-21.288],[-51.457,0],[-4.493,0],[-6.758,-113.63]],"c":true}],"e":[{"i":[[3.47,26.064],[1.558,-25.465],[18.933,-67.109],[-5.588,-16.574],[-3.526,-8.686],[-8.785,40.076],[8.178,41.626]],"o":[[-3.47,-26.064],[-1.745,28.523],[-11.663,41.341],[3.391,10.059],[5.532,13.626],[11.02,-50.267],[-9.591,-48.816]],"v":[[-4.326,-226.593],[-56.073,-214.867],[-59.337,-117.768],[-63.196,-37.443],[-51.645,-10.79],[-4.493,0],[-8.413,-116.217]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[3.47,26.064],[1.558,-25.465],[18.933,-67.109],[-5.588,-16.574],[-3.526,-8.686],[-8.785,40.076],[8.178,41.626]],"o":[[-3.47,-26.064],[-1.745,28.523],[-11.663,41.341],[3.391,10.059],[5.532,13.626],[11.02,-50.267],[-9.591,-48.816]],"v":[[-4.326,-226.593],[-56.073,-214.867],[-59.337,-117.768],[-63.196,-37.443],[-51.645,-10.79],[-4.493,0],[-8.413,-116.217]],"c":true}],"e":[{"i":[[-1.001,26.275],[1.188,-17.815],[14.718,-68.089],[-3.576,-20.3],[-1.175,-2.895],[-10.488,49.102],[8.178,41.626]],"o":[[0.969,-25.418],[-1.348,20.188],[-9.12,42.232],[2.17,12.32],[1.844,4.542],[10.749,-50.325],[-9.591,-48.816]],"v":[[-2.243,-201.316],[-55.58,-221.601],[-54.084,-121.608],[-57.609,-26.673],[-51.52,-3.597],[-12.112,-12.374],[-11.723,-121.391]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[-1.001,26.275],[1.188,-17.815],[14.718,-68.089],[-3.576,-20.3],[-1.175,-2.895],[-10.488,49.102],[8.178,41.626]],"o":[[0.969,-25.418],[-1.348,20.188],[-9.12,42.232],[2.17,12.32],[1.844,4.542],[10.749,-50.325],[-9.591,-48.816]],"v":[[-2.243,-201.316],[-55.58,-221.601],[-54.084,-121.608],[-57.609,-26.673],[-51.52,-3.597],[-12.112,-12.374],[-11.723,-121.391]],"c":true}],"e":[{"i":[[3.47,26.064],[1.003,-13.99],[12.611,-68.579],[-2.57,-22.162],[0,0],[-8.785,40.076],[8.178,41.626]],"o":[[-3.47,-26.064],[-1.149,16.02],[-7.848,42.678],[1.56,13.45],[0,0],[11.02,-50.267],[-9.591,-48.816]],"v":[[-4.326,-226.593],[-55.334,-224.968],[-51.457,-123.528],[-54.816,-21.288],[-51.457,0],[-4.493,0],[-13.378,-123.978]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[3.47,26.064],[1.003,-13.99],[12.611,-68.579],[-2.57,-22.162],[0,0],[-8.785,40.076],[8.178,41.626]],"o":[[-3.47,-26.064],[-1.149,16.02],[-7.848,42.678],[1.56,13.45],[0,0],[11.02,-50.267],[-9.591,-48.816]],"v":[[-4.326,-226.593],[-55.334,-224.968],[-51.457,-123.528],[-54.816,-21.288],[-51.457,0],[-4.493,0],[-13.378,-123.978]],"c":true}],"e":[{"i":[[5.028,6.595],[3.896,-7.735],[0,-39.964],[2.727,-23.759],[-2.112,-11.718],[4.399,28.951],[-2.355,24.474]],"o":[[-5.028,-6.595],[-3.896,7.735],[0,24.87],[-1.655,14.419],[2.516,13.962],[-10.234,-67.36],[3.598,-37.386]],"v":[[-4.326,-226.593],[-51.457,-226.593],[-45.75,-120.171],[-53.872,-45.291],[-54.088,-5.652],[-5.819,-11.385],[-3.913,-129.252]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[5.028,6.595],[3.896,-7.735],[0,-39.964],[2.727,-23.759],[-2.112,-11.718],[4.399,28.951],[-2.355,24.474]],"o":[[-5.028,-6.595],[-3.896,7.735],[0,24.87],[-1.655,14.419],[2.516,13.962],[-10.234,-67.36],[3.598,-37.386]],"v":[[-4.326,-226.593],[-51.457,-226.593],[-45.75,-120.171],[-53.872,-45.291],[-54.088,-5.652],[-5.819,-11.385],[-3.913,-129.252]],"c":true}],"e":[{"i":[[0,0],[7.014,-6.662],[0,-39.18],[-3.89,-25.385],[-3.467,-3.467],[-4.994,11.748],[0,0]],"o":[[0,0],[-7.014,6.662],[0,20.609],[3.505,22.874],[7.314,7.314],[4.994,-11.748],[0,0]],"v":[[-4.326,-226.593],[-51.457,-226.593],[-69.542,-121.562],[-51.946,-47.65],[-51.457,0],[-4.054,2.118],[-4.397,-129.366]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,0],[7.014,-6.662],[0,-39.18],[-3.89,-25.385],[-3.467,-3.467],[-4.994,11.748],[0,0]],"o":[[0,0],[-7.014,6.662],[0,20.609],[3.505,22.874],[7.314,7.314],[4.994,-11.748],[0,0]],"v":[[-4.326,-226.593],[-51.457,-226.593],[-69.542,-121.562],[-51.946,-47.65],[-51.457,0],[-4.054,2.118],[-4.397,-129.366]],"c":true}],"e":[{"i":[[2.125,5.911],[6.776,-5.466],[-3.424,-42.933],[-5.182,-39.435],[-3.12,-3.12],[-4.494,10.573],[0,0]],"o":[[-2.125,-5.911],[-21.113,17.033],[2.394,30.025],[2.713,20.649],[6.582,6.582],[4.494,-10.573],[0,0]],"v":[[-5.639,-223.791],[-51.426,-219.522],[-84.182,-129.635],[-42.662,-50.299],[-51.457,0],[-4.098,1.906],[-4.397,-129.366]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[2.125,5.911],[6.776,-5.466],[-3.424,-42.933],[-5.182,-39.435],[-3.12,-3.12],[-4.494,10.573],[0,0]],"o":[[-2.125,-5.911],[-21.113,17.033],[2.394,30.025],[2.713,20.649],[6.582,6.582],[4.494,-10.573],[0,0]],"v":[[-5.639,-223.791],[-51.426,-219.522],[-84.182,-129.635],[-42.662,-50.299],[-51.457,0],[-4.098,1.906],[-4.397,-129.366]],"c":true}],"e":[{"i":[[26.53,20.045],[6.023,-4.859],[-4.96,-45.859],[-5.991,-42.021],[-2.773,-2.773],[-3.995,9.399],[-3.195,56.736]],"o":[[-15.176,-11.466],[-18.767,15.14],[4.861,44.948],[2.613,18.327],[5.851,5.851],[3.995,-9.399],[3.195,-56.736]],"v":[[-0.623,-220.122],[-39.452,-221.929],[-65.47,-128.643],[-39.426,-51.632],[-42.183,0.579],[5.132,2.274],[18.199,-129.245]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[26.53,20.045],[6.023,-4.859],[-4.96,-45.859],[-5.991,-42.021],[-2.773,-2.773],[-3.995,9.399],[-3.195,56.736]],"o":[[-15.176,-11.466],[-18.767,15.14],[4.861,44.948],[2.613,18.327],[5.851,5.851],[3.995,-9.399],[3.195,-56.736]],"v":[[-0.623,-220.122],[-39.452,-221.929],[-65.47,-128.643],[-39.426,-51.632],[-42.183,0.579],[5.132,2.274],[18.199,-129.245]],"c":true}],"e":[{"i":[[15.572,10.171],[5.772,-4.657],[-4.753,-43.949],[-5.741,-40.27],[-2.658,-2.658],[-3.828,9.007],[-3.016,57.604]],"o":[[-7.924,-5.176],[-17.985,14.509],[4.659,43.076],[2.504,17.564],[5.607,5.607],[3.828,-9.007],[3.016,-57.604]],"v":[[-2.852,-220.986],[-40.886,-223.186],[-69.863,-128.791],[-52.524,-52.613],[-51.457,0],[1.887,0.317],[14.39,-129.779]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[15.572,10.171],[5.772,-4.657],[-4.753,-43.949],[-5.741,-40.27],[-2.658,-2.658],[-3.828,9.007],[-3.016,57.604]],"o":[[-7.924,-5.176],[-17.985,14.509],[4.659,43.076],[2.504,17.564],[5.607,5.607],[3.828,-9.007],[3.016,-57.604]],"v":[[-2.852,-220.986],[-40.886,-223.186],[-69.863,-128.791],[-52.524,-52.613],[-51.457,0],[1.887,0.317],[14.39,-129.779]],"c":true}],"e":[{"i":[[7.284,3.607],[4.474,-7.496],[-2.789,-33.477],[-2.634,-25.281],[-5.09,-3.455],[-1.697,27.839],[-3.798,62.729]],"o":[[-6.66,-3.298],[-12.842,19.783],[2.793,34.473],[0.818,18.247],[6.564,4.929],[1.549,-43.685],[2.798,-47.908]],"v":[[-2.597,-224.102],[-49.622,-221.884],[-60.66,-126.16],[-53.053,-50.066],[-50.442,0.984],[-0.194,-24.862],[14.685,-150.122]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[7.284,3.607],[4.474,-7.496],[-2.789,-33.477],[-2.634,-25.281],[-5.09,-3.455],[-1.697,27.839],[-3.798,62.729]],"o":[[-6.66,-3.298],[-12.842,19.783],[2.793,34.473],[0.818,18.247],[6.564,4.929],[1.549,-43.685],[2.798,-47.908]],"v":[[-2.597,-224.102],[-49.622,-221.884],[-60.66,-126.16],[-53.053,-50.066],[-50.442,0.984],[-0.194,-24.862],[14.685,-150.122]],"c":true}],"e":[{"i":[[14.089,8.109],[3.175,-10.335],[-0.825,-23.005],[0.472,-10.292],[-7.522,-4.251],[0.435,46.672],[-4.58,67.854]],"o":[[-15.773,-9.079],[-7.698,25.057],[0.927,25.87],[-0.868,18.931],[7.522,4.251],[-0.73,-78.364],[2.579,-38.212]],"v":[[5.738,-222.268],[-51.316,-217.594],[-51.457,-123.528],[-53.582,-47.519],[-49.426,1.969],[-2.275,-50.041],[14.98,-170.465]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[14.089,8.109],[3.175,-10.335],[-0.825,-23.005],[0.472,-10.292],[-7.522,-4.251],[0.435,46.672],[-4.58,67.854]],"o":[[-15.773,-9.079],[-7.698,25.057],[0.927,25.87],[-0.868,18.931],[7.522,4.251],[-0.73,-78.364],[2.579,-38.212]],"v":[[5.738,-222.268],[-51.316,-217.594],[-51.457,-123.528],[-53.582,-47.519],[-49.426,1.969],[-2.275,-50.041],[14.98,-170.465]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-4.326,-226.593],[-51.457,-226.593],[-51.457,-123.528],[-51.457,-39.551],[-51.457,0],[-4.493,0],[-4.397,-129.366]],"c":true}]},{"t":18}]},"nm":"L"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"L"}],"ip":2,"op":37,"st":2,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"L_side_dark_orange","parent":16,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.353],"y":[1]},"o":{"x":[0.125],"y":[0.254]},"n":["0p353_1_0p125_0p254"],"t":0,"s":[0],"e":[8.031]},{"i":{"x":[0.575],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p575_1_0p333_0"],"t":2,"s":[8.031],"e":[-8]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.542],"y":[0]},"n":["0p667_1_0p542_0"],"t":8.4,"s":[-8],"e":[1]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":13,"s":[1],"e":[0]},{"t":18}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[202.108,-4,0],"e":[22.108,-4,0],"to":[92.2331924438477,0,0],"ti":[-125.636123657227,0,0]},{"t":10.400390625}]},"a":{"k":[-27.892,0,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,0.667,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0,0.167,0.167]},"n":["0p667_1_0p167_0","0p667_0p667_0p167_0p167","0p667_0p667_0p167_0p167"],"t":0,"s":[0,100,100],"e":[328.8,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0.333,0.333]},"n":["0p667_1_0p333_0","0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333"],"t":5,"s":[328.8,100,100],"e":[100,100,100]},{"t":10.400390625}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":1,"s":[{"i":[[3.177,19.767],[0,0],[0,0],[0,0],[-7.48,43.926],[0.289,48.674]],"o":[[-6.787,-42.231],[0,0],[0,0],[0,0],[3.979,-23.365],[-0.254,-42.831]],"v":[[-4.326,-226.593],[-51.457,-226.593],[-51.457,-132.718],[-51.457,0],[-4.493,0],[0.91,-122.711]],"c":true}],"e":[{"i":[[-0.583,11.813],[6.544,-45.247],[0.31,-41.416],[-3.136,-6.622],[-3.154,30.786],[0.527,49.779]],"o":[[1.205,-24.41],[-2.711,18.742],[-0.439,58.568],[5.354,11.305],[1.628,-15.887],[-0.494,-46.682]],"v":[[-4.299,-220.867],[-51.457,-226.593],[-60.408,-124.844],[-51.457,0],[-4.493,0],[-7.13,-117.83]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[-0.583,11.813],[6.544,-45.247],[0.31,-41.416],[-3.136,-6.622],[-3.154,30.786],[0.527,49.779]],"o":[[1.205,-24.41],[-2.711,18.742],[-0.439,58.568],[5.354,11.305],[1.628,-15.887],[-0.494,-46.682]],"v":[[-4.299,-220.867],[-51.457,-226.593],[-60.408,-124.844],[-51.457,0],[-4.493,0],[-7.13,-117.83]],"c":true}],"e":[{"i":[[-0.583,11.813],[1.793,-45.682],[0.31,-41.416],[-3.281,-62.017],[-3.154,30.786],[0.527,49.779]],"o":[[1.205,-24.41],[-2.277,58.023],[-0.439,58.568],[0.661,12.491],[1.628,-15.887],[-0.494,-46.682]],"v":[[-4.299,-220.867],[-49.232,-227.286],[-67.531,-124.936],[-51.457,0],[-4.493,0],[-1.011,-125.508]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[-0.583,11.813],[1.793,-45.682],[0.31,-41.416],[-3.281,-62.017],[-3.154,30.786],[0.527,49.779]],"o":[[1.205,-24.41],[-2.277,58.023],[-0.439,58.568],[0.661,12.491],[1.628,-15.887],[-0.494,-46.682]],"v":[[-4.299,-220.867],[-49.232,-227.286],[-67.531,-124.936],[-51.457,0],[-4.493,0],[-1.011,-125.508]],"c":true}],"e":[{"i":[[-0.583,11.813],[1.793,-45.682],[0.31,-41.416],[-3.281,-62.017],[-3.154,30.786],[0.527,49.779]],"o":[[1.205,-24.41],[-2.277,58.023],[-0.439,58.568],[0.661,12.491],[1.628,-15.887],[-0.494,-46.682]],"v":[[-4.299,-220.867],[-43.604,-213.992],[-67.531,-124.936],[-43.612,1.735],[-4.493,0],[-1.011,-125.508]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[-0.583,11.813],[1.793,-45.682],[0.31,-41.416],[-3.281,-62.017],[-3.154,30.786],[0.527,49.779]],"o":[[1.205,-24.41],[-2.277,58.023],[-0.439,58.568],[0.661,12.491],[1.628,-15.887],[-0.494,-46.682]],"v":[[-4.299,-220.867],[-43.604,-213.992],[-67.531,-124.936],[-43.612,1.735],[-4.493,0],[-1.011,-125.508]],"c":true}],"e":[{"i":[[-0.583,11.813],[1.793,-45.682],[-0.132,-41.417],[-3.281,-62.017],[-3.154,30.786],[0.527,49.779]],"o":[[1.205,-24.41],[-2.277,58.023],[0.295,92.398],[0.661,12.491],[1.628,-15.887],[-0.494,-46.682]],"v":[[-4.299,-220.867],[-43.41,-199.609],[-73.34,-124.204],[-38.717,-1.253],[-4.493,0],[-1.011,-125.508]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[-0.583,11.813],[1.793,-45.682],[-0.132,-41.417],[-3.281,-62.017],[-3.154,30.786],[0.527,49.779]],"o":[[1.205,-24.41],[-2.277,58.023],[0.295,92.398],[0.661,12.491],[1.628,-15.887],[-0.494,-46.682]],"v":[[-4.299,-220.867],[-43.41,-199.609],[-73.34,-124.204],[-38.717,-1.253],[-4.493,0],[-1.011,-125.508]],"c":true}],"e":[{"i":[[-0.583,11.813],[1.793,-45.682],[-0.132,-41.417],[-3.281,-62.017],[-3.154,30.786],[0.527,49.779]],"o":[[1.205,-24.41],[-2.277,58.023],[0.295,92.398],[0.661,12.491],[1.628,-15.887],[-0.494,-46.682]],"v":[[-0.011,-197.848],[-43.41,-199.609],[-56.23,-119.95],[-38.717,-1.253],[-3.214,-12.879],[-1.011,-125.508]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[-0.583,11.813],[1.793,-45.682],[-0.132,-41.417],[-3.281,-62.017],[-3.154,30.786],[0.527,49.779]],"o":[[1.205,-24.41],[-2.277,58.023],[0.295,92.398],[0.661,12.491],[1.628,-15.887],[-0.494,-46.682]],"v":[[-0.011,-197.848],[-43.41,-199.609],[-56.23,-119.95],[-38.717,-1.253],[-3.214,-12.879],[-1.011,-125.508]],"c":true}],"e":[{"i":[[11.821,-0.386],[1.793,-45.682],[-0.132,-41.417],[-5.714,-61.84],[0.915,30.933],[-0.582,36.69]],"o":[[-33.274,1.087],[-2.277,58.023],[0.295,92.398],[1.635,17.693],[-2.481,-83.888],[1.239,-78.099]],"v":[[-40.306,-225.512],[-76.701,-180.722],[-56.23,-119.95],[-58.833,-15.584],[-19.309,-11.918],[11.195,-143.757]],"c":true}]},{"t":11}]},"nm":"L"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"L"}],"ip":0,"op":15,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"L_down_light_blue","parent":16,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.164],"y":[0.248]},"n":["0p667_1_0p164_0p248"],"t":11,"s":[265],"e":[-15.441]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.4],"y":[0]},"n":["0p667_1_0p4_0"],"t":19,"s":[-15.441],"e":[8.796]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":24,"s":[8.796],"e":[0]},{"t":26}]},"p":{"k":[-1.457,-4,0]},"a":{"k":[-51.457,0,0]},"s":{"k":[{"i":{"x":[0.667,0.505,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.14,0.333],"y":[0.333,0.203,0.333]},"n":["0p667_0p667_0p333_0p333","0p505_1_0p14_0p203","0p667_0p667_0p333_0p333"],"t":11,"s":[100,0,100],"e":[100,180,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.458,0.333],"y":[0.333,0,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_1_0p458_0","0p667_0p667_0p333_0p333"],"t":16,"s":[100,180,100],"e":[100,100,100]},{"t":24}]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-51.457,-41.995],[-51.457,0],[26.048,0],[71.507,0],[71.507,-18.863],[71.507,-41.995],[14.441,-41.995]],"c":true}],"e":[{"i":[[0,0],[0,0],[-41.015,7.09],[0,0],[1.24,13.664],[0,0],[27.171,-7.292]],"o":[[0,0],[0,0],[31.541,-5.452],[0,0],[-0.86,-9.477],[0,0],[-28.627,7.683]],"v":[[-23.744,-36.058],[-56.318,1.328],[12.921,14.397],[73.907,-14.61],[72.622,-38.639],[68.974,-62.345],[22.419,-35.837]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[0,0],[0,0],[-41.015,7.09],[0,0],[1.24,13.664],[0,0],[27.171,-7.292]],"o":[[0,0],[0,0],[31.541,-5.452],[0,0],[-0.86,-9.477],[0,0],[-28.627,7.683]],"v":[[-23.744,-36.058],[-56.318,1.328],[12.921,14.397],[73.907,-14.61],[72.622,-38.639],[68.974,-62.345],[22.419,-35.837]],"c":true}],"e":[{"i":[[0,0],[0,0],[-25.782,5.285],[0,0],[8.385,14.678],[0,0],[35.943,-8.751]],"o":[[0,0],[0,0],[29.363,-6.019],[0,0],[-8.718,-15.261],[0,0],[-35.943,8.751]],"v":[[-61.276,1.453],[-24.465,8.364],[15.813,-7.628],[80.317,-6.952],[62.858,-44.156],[41.047,-72.5],[-4.863,-63.188]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[0,0],[0,0],[-25.782,5.285],[0,0],[8.385,14.678],[0,0],[35.943,-8.751]],"o":[[0,0],[0,0],[29.363,-6.019],[0,0],[-8.718,-15.261],[0,0],[-35.943,8.751]],"v":[[-61.276,1.453],[-24.465,8.364],[15.813,-7.628],[80.317,-6.952],[62.858,-44.156],[41.047,-72.5],[-4.863,-63.188]],"c":true}],"e":[{"i":[[0,0],[0,0],[-44.861,-0.831],[0,0],[0,0],[0,0],[37.836,-4.265]],"o":[[0,0],[0,0],[47.99,0.889],[0,0],[0,0],[0,0],[-32.662,4.85]],"v":[[-73.079,-14.476],[-44.967,4.229],[27.959,-22.056],[89.877,-9.778],[76.196,-22.138],[50.824,-45.839],[10.031,-42.074]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0,0],[0,0],[-44.861,-0.831],[0,0],[0,0],[0,0],[37.836,-4.265]],"o":[[0,0],[0,0],[47.99,0.889],[0,0],[0,0],[0,0],[-32.662,4.85]],"v":[[-73.079,-14.476],[-44.967,4.229],[27.959,-22.056],[89.877,-9.778],[76.196,-22.138],[50.824,-45.839],[10.031,-42.074]],"c":true}],"e":[{"i":[[0,0],[0,0],[-32.063,0.852],[0,0],[4.163,9.643],[0,0],[37.053,0]],"o":[[0,0],[0,0],[36.47,-0.969],[0,0],[-3.131,-7.252],[0,0],[-37.053,0]],"v":[[-71.714,-22.674],[-50.089,-0.613],[11.231,-14.118],[74.055,0.651],[68.636,-17.864],[59.165,-31.532],[7.963,-38.133]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0,0],[0,0],[-32.063,0.852],[0,0],[4.163,9.643],[0,0],[37.053,0]],"o":[[0,0],[0,0],[36.47,-0.969],[0,0],[-3.131,-7.252],[0,0],[-37.053,0]],"v":[[-71.714,-22.674],[-50.089,-0.613],[11.231,-14.118],[74.055,0.651],[68.636,-17.864],[59.165,-31.532],[7.963,-38.133]],"c":true}],"e":[{"i":[[0,0],[0,0],[-28.255,3.777],[0,0],[4.338,5.486],[0,0],[41.857,1.586]],"o":[[0,0],[0,0],[34.579,-4.622],[0,0],[-4.149,-5.246],[0,0],[-38.281,-1.45]],"v":[[-61.426,-35.713],[-50.593,0.313],[12.382,-12.663],[69.506,-14.389],[63.246,-24.456],[52.363,-37.277],[8.055,-41.733]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0],[-28.255,3.777],[0,0],[4.338,5.486],[0,0],[41.857,1.586]],"o":[[0,0],[0,0],[34.579,-4.622],[0,0],[-4.149,-5.246],[0,0],[-38.281,-1.45]],"v":[[-61.426,-35.713],[-50.593,0.313],[12.382,-12.663],[69.506,-14.389],[63.246,-24.456],[52.363,-37.277],[8.055,-41.733]],"c":true}],"e":[{"i":[[0,0],[0,0],[-31.713,4.104],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[22.54,-2.917],[0,0],[0,0],[0,0],[0,0]],"v":[[-36.188,-41.182],[-51.457,0],[23.546,-3.418],[72.059,-14.242],[64.294,-23.664],[49.317,-42.156],[14.441,-41.995]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[0,0],[0,0],[-31.713,4.104],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[22.54,-2.917],[0,0],[0,0],[0,0],[0,0]],"v":[[-36.188,-41.182],[-51.457,0],[23.546,-3.418],[72.059,-14.242],[64.294,-23.664],[49.317,-42.156],[14.441,-41.995]],"c":true}],"e":[{"i":[[0,0],[0,0],[-29.557,0],[0,0],[0,0],[0,0],[22.142,0]],"o":[[0,0],[0,0],[29.557,0],[0,0],[0,0],[0,0],[-30.576,0]],"v":[[-18.648,-28.14],[-51.457,0],[21.52,-2.386],[66.17,-12.726],[71.781,-17.549],[54.64,-38.523],[24.588,-29.826]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,0],[-29.557,0],[0,0],[0,0],[0,0],[22.142,0]],"o":[[0,0],[0,0],[29.557,0],[0,0],[0,0],[0,0],[-30.576,0]],"v":[[-18.648,-28.14],[-51.457,0],[21.52,-2.386],[66.17,-12.726],[71.781,-17.549],[54.64,-38.523],[24.588,-29.826]],"c":true}],"e":[{"i":[[0,0],[0,0],[-42.314,-1.068],[0,0],[0,0],[0,0],[24.679,1.827]],"o":[[0,0],[0,0],[34.155,0.862],[0,0],[0,0],[0,0],[-5.594,0.498]],"v":[[-9.46,-19.781],[-48.074,-1.194],[21.355,6.387],[80.573,2.365],[73.798,-34.513],[72.281,-43.153],[9.841,-31.433]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[0,0],[0,0],[-42.314,-1.068],[0,0],[0,0],[0,0],[24.679,1.827]],"o":[[0,0],[0,0],[34.155,0.862],[0,0],[0,0],[0,0],[-5.594,0.498]],"v":[[-9.46,-19.781],[-48.074,-1.194],[21.355,6.387],[80.573,2.365],[73.798,-34.513],[72.281,-43.153],[9.841,-31.433]],"c":true}],"e":[{"i":[[0,0],[0,0],[-36.269,-0.916],[0,0],[0,0],[0,0],[29.492,3.576]],"o":[[0,0],[0,0],[29.275,0.739],[0,0],[0,0],[0,0],[-4.795,0.426]],"v":[[-15.459,-22.954],[-48.558,-1.023],[22.025,5.474],[79.278,2.027],[76.578,-27.194],[75.278,-37.904],[3.383,-30.236]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[0,0],[0,0],[-36.269,-0.916],[0,0],[0,0],[0,0],[29.492,3.576]],"o":[[0,0],[0,0],[29.275,0.739],[0,0],[0,0],[0,0],[-4.795,0.426]],"v":[[-15.459,-22.954],[-48.558,-1.023],[22.025,5.474],[79.278,2.027],[76.578,-27.194],[75.278,-37.904],[3.383,-30.236]],"c":true}],"e":[{"i":[[0,0],[0,0],[-30.224,-0.763],[0,0],[0,0],[0,0],[32.203,3.763]],"o":[[0,0],[0,0],[24.396,0.616],[0,0],[0,0],[0,0],[-3.996,0.355]],"v":[[-21.459,-26.128],[-49.041,-0.853],[22.696,4.562],[77.982,1.689],[77.025,-21.771],[76.538,-31.566],[0.396,-29.209]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[0,0],[0,0],[-30.224,-0.763],[0,0],[0,0],[0,0],[32.203,3.763]],"o":[[0,0],[0,0],[24.396,0.616],[0,0],[0,0],[0,0],[-3.996,0.355]],"v":[[-21.459,-26.128],[-49.041,-0.853],[22.696,4.562],[77.982,1.689],[77.025,-21.771],[76.538,-31.566],[0.396,-29.209]],"c":true}],"e":[{"i":[[0,0],[0,0],[-24.179,-0.61],[0,0],[0,0],[0,0],[38.059,3.335]],"o":[[0,0],[0,0],[19.517,0.493],[0,0],[0,0],[0,0],[-3.197,0.284]],"v":[[-27.459,-29.301],[-49.524,-0.682],[23.366,3.65],[74.441,0.898],[75.457,-25.129],[76.034,-33.867],[-4.053,-30.942]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[0,0],[0,0],[-24.179,-0.61],[0,0],[0,0],[0,0],[38.059,3.335]],"o":[[0,0],[0,0],[19.517,0.493],[0,0],[0,0],[0,0],[-3.197,0.284]],"v":[[-27.459,-29.301],[-49.524,-0.682],[23.366,3.65],[74.441,0.898],[75.457,-25.129],[76.034,-33.867],[-4.053,-30.942]],"c":true}],"e":[{"i":[[0,0],[0,0],[-18.134,-0.458],[0,0],[0,0],[0,0],[28.544,2.501]],"o":[[0,0],[0,0],[14.638,0.37],[0,0],[0,0],[0,0],[-2.398,0.213]],"v":[[-33.458,-32.475],[-44.734,-7.358],[24.037,2.737],[73.708,0.674],[66.444,-18.855],[66.149,-28.693],[0.499,-29.82]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[0,0],[0,0],[-18.134,-0.458],[0,0],[0,0],[0,0],[28.544,2.501]],"o":[[0,0],[0,0],[14.638,0.37],[0,0],[0,0],[0,0],[-2.398,0.213]],"v":[[-33.458,-32.475],[-44.734,-7.358],[24.037,2.737],[73.708,0.674],[66.444,-18.855],[66.149,-28.693],[0.499,-29.82]],"c":true}],"e":[{"i":[[0,0],[0,0],[-25.887,0.26],[0,0],[0,0],[0,0],[19.029,1.667]],"o":[[0,0],[0,0],[23.079,-0.232],[0,0],[0,0],[0,0],[-1.598,0.142]],"v":[[-39.458,-35.648],[-50.934,-0.245],[23.331,3.556],[74.885,0.533],[73.386,-9.426],[69.092,-35.457],[5.146,-33.879]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[0,0],[0,0],[-25.887,0.26],[0,0],[0,0],[0,0],[19.029,1.667]],"o":[[0,0],[0,0],[23.079,-0.232],[0,0],[0,0],[0,0],[-1.598,0.142]],"v":[[-39.458,-35.648],[-50.934,-0.245],[23.331,3.556],[74.885,0.533],[73.386,-9.426],[69.092,-35.457],[5.146,-33.879]],"c":true}],"e":[{"i":[[0,0],[0,0],[-29.614,1.888],[0,0],[0,0],[0,0],[9.515,0.834]],"o":[[0,0],[0,0],[29.614,-1.888],[0,0],[0,0],[0,0],[-0.799,0.071]],"v":[[-45.458,-38.822],[-51.196,-0.123],[24.383,-2.21],[71.374,-0.596],[71.196,-10.036],[67.615,-41.027],[9.794,-37.937]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[{"i":[[0,0],[0,0],[-29.614,1.888],[0,0],[0,0],[0,0],[9.515,0.834]],"o":[[0,0],[0,0],[29.614,-1.888],[0,0],[0,0],[0,0],[-0.799,0.071]],"v":[[-45.458,-38.822],[-51.196,-0.123],[24.383,-2.21],[71.374,-0.596],[71.196,-10.036],[67.615,-41.027],[9.794,-37.937]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-51.457,-41.995],[-51.457,0],[26.048,0],[71.507,0],[71.507,-18.863],[71.507,-41.995],[14.441,-41.995]],"c":true}]},{"t":26}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-54.455,-34.192],[-52.283,18.884],[-13.504,24.771],[13.704,20.225],[68.467,7.776],[56.929,-57.361]],"c":true}},"nm":"L"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[161,161],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"L"}],"ip":11,"op":24,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":3,"nm":"All rotation","parent":18,"ks":{"o":{"k":0},"r":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[37],"e":[0]},{"t":9}]},"p":{"k":[200,404,0]},"a":{"k":[0,0,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":0,"s":[50,50,100],"e":[100,100,100]},{"t":9}]}},"ao":0,"ip":0,"op":37,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":1,"nm":"ResizerTemp","parent":19,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[26.6,35.7,0]},"a":{"k":[250,300,0]},"s":{"k":[10.5,10.5,100]}},"ao":0,"sw":500,"sh":600,"sc":"#ffffff","ip":0,"op":37,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":1,"nm":"White Solid 41","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[40,50,0]},"a":{"k":[28,35,0]},"s":{"k":[142.857,142.857,100]}},"ao":0,"sw":56,"sh":70,"sc":"#ffffff","ip":0,"op":37,"st":0,"bm":0,"sr":1}],"v":"4.4.26","ddd":0,"ip":0,"op":37,"fr":25,"w":80,"h":100} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Mobilo/M.json b/ohos/flutter_lottie/assets/Mobilo/M.json new file mode 100644 index 0000000000000000000000000000000000000000..8bab4a76f6dcb9ee1146184409807a5f535216b4 --- /dev/null +++ b/ohos/flutter_lottie/assets/Mobilo/M.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"right hand 5","parent":2,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,1,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[1.718,5.749],[0.155,-9.961],[0,0],[0,0]],"o":[[-1.718,-5.749],[-0.155,9.961],[0,0],[0,0]],"v":[[-137.482,74.956],[-146.609,78.466],[-145.75,99],[-129.75,99]],"c":true}],"e":[{"i":[[0.375,2.594],[0,-9.962],[0,0],[0,0]],"o":[[-0.859,-5.938],[0,1.844],[0,0],[0,0]],"v":[[-135.875,95.906],[-145.625,96.656],[-145.75,99],[-135.5,99]],"c":true}]},{"t":17}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[1.265,5.865],[0.325,-9.957],[0,0],[0,0]],"o":[[-1.265,-5.865],[-0.235,7.212],[0,0],[0,0]],"v":[[-135.131,71.137],[-144.624,75.741],[-147,99],[-130.25,99]],"c":true}],"e":[{"i":[[0.25,3.625],[0,-9.962],[0,0],[0,0]],"o":[[-0.413,-5.986],[0,2.344],[0,0],[0,0]],"v":[[-133.125,92.781],[-143.375,95.281],[-143.875,99],[-133.625,99]],"c":true}]},{"t":17}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[17.5,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":16,"op":18,"st":15,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"right hand 4","parent":2,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,0,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[7.75,6],[-4.25,-4.5],[-3.5,-9],[7.75,1],[-3.25,-2.25],[-6,-7.25],[0,0],[-9.5,0],[3.5,8],[0,-6.75],[-0.25,-8.5]],"o":[[-7.75,-6],[4.25,4.5],[-3.5,-7],[-7.048,-0.909],[3.25,2.25],[6,7.25],[0,0],[0.5,-14.75],[-3.5,-8],[0,6.75],[-5.5,-9.75]],"v":[[-138.25,63.5],[-148.5,68],[-137.25,86.75],[-158,70],[-164.25,76.75],[-152.75,86.25],[-146.5,99.5],[-103.5,99.5],[-111.75,67.25],[-122.5,65.25],[-120.75,86.75]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":15,"op":16,"st":13,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"right hand 3","parent":26,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[-100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[5.873,0.154],[4.875,-13.25],[-3.875,5.375],[0,0],[-6.614,-0.529],[-7.25,2],[-1.018,-3.618],[-3,4.75],[-5.5,2.875],[-5.25,0],[10.813,1.781]],"o":[[-19.125,-0.5],[-4.875,13.25],[3.875,-5.375],[0,0],[9.375,0.75],[-2.25,5.25],[1.125,4],[3,-4.75],[4.5,0],[-3.811,-11.259],[-4.793,-0.789]],"v":[[-137.5,80.375],[-166.375,96.5],[-159.875,108.375],[-151.875,102.25],[-151.625,116.75],[-133.5,104],[-133.125,112.75],[-123.25,112.75],[-112.25,99],[-99,99],[-121.456,81.601]],"c":true}],"e":[{"i":[[2.5,-6.375],[-0.25,-12.125],[-6.5,0.125],[0,0],[-4.5,0],[0,0],[-2.5,-0.375],[-2.312,1.75],[-1.375,2.375],[-5.25,0],[13.966,-4.108]],"o":[[-13,-6],[0.068,3.288],[5.064,-0.097],[0,0],[6.145,0],[0,0],[3.717,0.558],[1.204,-0.911],[4.5,0],[-3.997,-11.809],[-3.784,-5.983]],"v":[[-144.5,83.625],[-160.75,99.625],[-152,107.5],[-144.875,105.25],[-137.75,109.875],[-129.875,105.375],[-126.125,107.875],[-116.75,105.75],[-112.25,99],[-95.75,99],[-124.841,83.608]],"c":true}]},{"t":5}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":4,"op":15,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"right hand 2","parent":2,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,0,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[7.75,6],[-4.25,-4.5],[-3.5,-9],[7.75,1],[-3.25,-2.25],[-6,-7.25],[0,0],[-9.5,0],[3.5,8],[0,-6.75],[-0.25,-8.5]],"o":[[-7.75,-6],[4.25,4.5],[-3.5,-7],[-7.048,-0.909],[3.25,2.25],[6,7.25],[0,0],[0.5,-14.75],[-3.5,-8],[0,6.75],[-5.5,-9.75]],"v":[[-138.25,63.5],[-148.5,68],[-137.25,86.75],[-158,70],[-164.25,76.75],[-152.75,86.25],[-146.5,99.5],[-103.5,99.5],[-111.75,67.25],[-122.5,65.25],[-120.75,86.75]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":3,"op":4,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"right hand 1","parent":2,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,1,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,6],[3,-9.5],[0,0],[0,0]],"o":[[0,-6],[-3,9.5],[0,0],[0,0]],"v":[[-132.25,83.25],[-142,84],[-145.75,99],[-134.25,99]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,6],[1.3,-9.877],[0,0],[0,0]],"o":[[0,-6],[-1.25,9.5],[0,0],[0,0]],"v":[[-133.75,82.125],[-143.75,83.875],[-145.75,99],[-134.25,99]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[37.5,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,6],[2.416,-9.665],[0,0],[0,0]],"o":[[0,-6],[-1.75,7],[0,0],[0,0]],"v":[[-131.25,78.875],[-141.5,81.375],[-144.5,99],[-133,99]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[17.5,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":2,"op":3,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"left hand 5","parent":7,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,1,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[1.718,5.749],[0.155,-9.961],[0,0],[0,0]],"o":[[-1.718,-5.749],[-0.155,9.961],[0,0],[0,0]],"v":[[-137.482,74.956],[-146.609,78.466],[-145.75,99],[-129.75,99]],"c":true}],"e":[{"i":[[0.375,2.594],[0,-9.962],[0,0],[0,0]],"o":[[-0.859,-5.938],[0,1.844],[0,0],[0,0]],"v":[[-135.875,95.906],[-145.625,96.656],[-145.75,99],[-135.5,99]],"c":true}]},{"t":17}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0.79,5.948],[-0.012,-9.962],[0,0],[0,0]],"o":[[-0.79,-5.948],[0.011,9.582],[0,0],[0,0]],"v":[[-136.254,74.898],[-145.937,77.949],[-149.75,99],[-134.25,99]],"c":true}],"e":[{"i":[[0.125,2.969],[0.585,-9.945],[0,0],[0,0]],"o":[[-0.252,-5.995],[-0.125,2.125],[0,0],[0,0]],"v":[[-134.125,94.531],[-144.125,96.281],[-144.609,99],[-134.25,99]],"c":true}]},{"t":17}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[37.5,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[1.265,5.865],[0.325,-9.957],[0,0],[0,0]],"o":[[-1.265,-5.865],[-0.235,7.212],[0,0],[0,0]],"v":[[-135.131,71.137],[-144.624,75.741],[-147,99],[-130.25,99]],"c":true}],"e":[{"i":[[0.25,3.625],[0,-9.962],[0,0],[0,0]],"o":[[-0.413,-5.986],[0,2.344],[0,0],[0,0]],"v":[[-133.125,92.781],[-143.375,95.281],[-143.875,99],[-133.625,99]],"c":true}]},{"t":17}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[17.5,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":16,"op":18,"st":15,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"left hand 4","parent":26,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[7.75,6],[-4.25,-4.5],[-3.5,-9],[7.75,1],[-3.25,-2.25],[-6,-7.25],[0,0],[-9.5,0],[3.5,8],[0,-6.75],[-0.25,-8.5]],"o":[[-7.75,-6],[4.25,4.5],[-3.5,-7],[-7.048,-0.909],[3.25,2.25],[6,7.25],[0,0],[0.5,-14.75],[-3.5,-8],[0,6.75],[-5.5,-9.75]],"v":[[-138.25,63.5],[-148.5,68],[-137.25,86.75],[-158,70],[-164.25,76.75],[-152.75,86.25],[-146.5,99.5],[-103.5,99.5],[-111.75,67.25],[-122.5,65.25],[-120.75,86.75]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":15,"op":16,"st":13,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"left hand 3","parent":26,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[5.873,0.154],[4.875,-13.25],[-3.875,5.375],[0,0],[-6.614,-0.529],[-7.25,2],[-1.018,-3.618],[-3,4.75],[-5.5,2.875],[-5.25,0],[10.813,1.781]],"o":[[-19.125,-0.5],[-4.875,13.25],[3.875,-5.375],[0,0],[9.375,0.75],[-2.25,5.25],[1.125,4],[3,-4.75],[4.5,0],[-3.811,-11.259],[-4.793,-0.789]],"v":[[-137.5,80.375],[-166.375,96.5],[-159.875,108.375],[-151.875,102.25],[-151.625,116.75],[-133.5,104],[-133.125,112.75],[-123.25,112.75],[-112.25,99],[-99,99],[-121.456,81.601]],"c":true}],"e":[{"i":[[2.5,-6.375],[-0.25,-12.125],[-6.5,0.125],[0,0],[-4.5,0],[0,0],[-2.5,-0.375],[-2.312,1.75],[-1.375,2.375],[-5.25,0],[13.966,-4.108]],"o":[[-13,-6],[0.068,3.288],[5.064,-0.097],[0,0],[6.145,0],[0,0],[3.717,0.558],[1.204,-0.911],[4.5,0],[-3.997,-11.809],[-3.784,-5.983]],"v":[[-144.5,83.625],[-160.75,99.625],[-152,107.5],[-144.875,105.25],[-137.75,109.875],[-129.875,105.375],[-126.125,107.875],[-116.75,105.75],[-112.25,99],[-95.75,99],[-124.841,83.608]],"c":true}]},{"t":4}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":3,"op":15,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"left hand 2","parent":7,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,0,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[7.75,6],[-4.25,-4.5],[-3.5,-9],[7.75,1],[-3.25,-2.25],[-6,-7.25],[0,0],[-9.5,0],[3.5,8],[0,-6.75],[-0.25,-8.5]],"o":[[-7.75,-6],[4.25,4.5],[-3.5,-7],[-7.048,-0.909],[3.25,2.25],[6,7.25],[0,0],[0.5,-14.75],[-3.5,-8],[0,6.75],[-5.5,-9.75]],"v":[[-138.25,63.5],[-148.5,68],[-137.25,86.75],[-158,70],[-164.25,76.75],[-152.75,86.25],[-146.5,99.5],[-103.5,99.5],[-111.75,67.25],[-122.5,65.25],[-120.75,86.75]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":2,"op":3,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"left hand 1","parent":26,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,301,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,6],[3,-9.5],[0,0],[0,0]],"o":[[0,-6],[-3,9.5],[0,0],[0,0]],"v":[[-132.25,83.25],[-142,84],[-145.75,99],[-134.25,99]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,6],[1.3,-9.877],[0,0],[0,0]],"o":[[0,-6],[-1.25,9.5],[0,0],[0,0]],"v":[[-133.75,82.125],[-143.75,83.875],[-145.75,99],[-134.25,99]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[37.5,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,6],[2.416,-9.665],[0,0],[0,0]],"o":[[0,-6],[-1.75,7],[0,0],[0,0]],"v":[[-131.25,78.875],[-141.5,81.375],[-144.5,99],[-133,99]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[17.5,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":1,"op":2,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"Character Eyes Closed matte","parent":26,"td":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[74.602,-226.593],[0.767,-211.441],[-72.231,-226.593],[-122.987,-226.593],[-122.987,0],[-75.856,0],[78.227,0],[125.056,0],[125.056,-226.593]],"c":true}},"nm":"M"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.18,0.3,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"M"}],"ip":1,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"Character Eyes Closed","parent":26,"tt":1,"ks":{"o":{"k":[{"t":0,"s":[100],"h":1},{"t":3,"s":[0],"h":1},{"t":14,"s":[100],"h":1}]},"r":{"k":0},"p":{"k":[244.25,387.25,0]},"a":{"k":[-5.75,87.25,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[37.5,94],[-2,89.5],[36,87.5]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[54,92],[20.5,88.5],[54,82.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[54,92],[20.5,88.5],[54,82.5]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[59,88.28],[25.5,84.78],[59,78.78]],"c":false}]},{"i":{"x":0.667,"y":0.782},"o":{"x":0.167,"y":0.167},"n":"0p667_0p782_0p167_0p167","t":14,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[59,88.28],[25.5,84.78],[59,78.78]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[59,120.75],[25.5,117.25],[59,111.25]],"c":false}]},{"t":17}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":3},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-71.5,88],[-40,88],[-76,78]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-65.5,93],[-29.5,90],[-62.5,81.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-65.5,93],[-29.5,90],[-62.5,81.5]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-63,88.03],[-27,85.03],[-60,76.53]],"c":false}]},{"i":{"x":0.667,"y":0.782},"o":{"x":0.167,"y":0.167},"n":"0p667_0p782_0p167_0p167","t":14,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-63,88.03],[-27,85.03],[-60,76.53]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-63,120.5],[-27,117.5],[-60,109]],"c":false}]},{"t":17}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":3},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":3,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"Character Eyes matte","parent":26,"td":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-122.987,-226.593],[-122.987,0],[125.056,0],[125.056,-226.593]],"c":true}},"nm":"M"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.18,0.3,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"M"}],"ip":1,"op":25,"st":-36,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"Character Eyes","parent":26,"tt":1,"ks":{"o":{"k":[{"t":3,"s":[100],"h":1},{"t":14,"s":[0],"h":1}]},"r":{"k":0},"p":{"k":[289,386,0]},"a":{"k":[0,6.5,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[6.599,-0.126],[-1.057,-4.198],[-6.599,0.126],[1.057,4.198]],"o":[[-6.599,0.126],[1.057,4.198],[6.599,-0.126],[-1.057,-4.198]],"v":[[-5.898,4.242],[-13.669,11.223],[3.081,16.613],[9.525,10.79]],"c":true}],"e":[{"i":[[6.586,-0.429],[-1.73,-9.046],[-6.586,0.429],[1.73,9.046]],"o":[[-6.586,0.429],[1.73,9.046],[6.586,-0.43],[-1.73,-9.046]],"v":[[-4.575,-5.623],[-10.067,9.641],[9.212,19.948],[12.751,8.153]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[6.586,-0.429],[-1.73,-9.046],[-6.586,0.429],[1.73,9.046]],"o":[[-6.586,0.429],[1.73,9.046],[6.586,-0.43],[-1.73,-9.046]],"v":[[-4.575,-5.623],[-10.067,9.641],[9.212,19.948],[12.751,8.153]],"c":true}],"e":[{"i":[[6.599,-0.404],[-1.057,-13.491],[-6.599,0.404],[1.057,13.491]],"o":[[-6.599,0.404],[1.057,13.491],[6.599,-0.404],[-1.057,-13.491]],"v":[[-3.037,-20.587],[-10.808,1.849],[5.942,19.174],[12.386,0.457]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":5,"s":[{"i":[[6.599,-0.404],[-1.057,-13.491],[-6.599,0.404],[1.057,13.491]],"o":[[-6.599,0.404],[1.057,13.491],[6.599,-0.404],[-1.057,-13.491]],"v":[[-3.037,-20.587],[-10.808,1.849],[5.942,19.174],[12.386,0.457]],"c":true}],"e":[{"i":[[6.615,-0.038],[-0.15,-10.987],[-6.615,0.038],[0.15,10.987]],"o":[[-6.615,0.038],[0.15,10.987],[6.615,-0.038],[-0.15,-10.987]],"v":[[0.876,-30.859],[-11.526,-12.993],[-0.786,3.526],[12.175,-13.107]],"c":true}]},{"i":{"x":0.667,"y":0.776},"o":{"x":0.902,"y":0},"n":"0p667_0p776_0p902_0","t":8,"s":[{"i":[[6.615,-0.038],[-0.15,-10.987],[-6.615,0.038],[0.15,10.987]],"o":[[-6.615,0.038],[0.15,10.987],[6.615,-0.038],[-0.15,-10.987]],"v":[[0.876,-30.859],[-11.526,-12.993],[-0.786,3.526],[12.175,-13.107]],"c":true}],"e":[{"i":[[6.625,0.165],[0.366,-11.185],[-6.625,-0.165],[-0.366,11.185]],"o":[[-6.625,-0.165],[-0.366,11.185],[6.625,0.165],[0.366,-11.185]],"v":[[0.667,-23.673],[-11.924,-5.768],[-0.526,12.734],[12.066,-5.17]],"c":true}]},{"i":{"x":0.543,"y":1},"o":{"x":1,"y":0.669},"n":"0p543_1_1_0p669","t":14,"s":[{"i":[[6.625,0.165],[0.366,-11.185],[-6.625,-0.165],[-0.366,11.185]],"o":[[-6.625,-0.165],[-0.366,11.185],[6.625,0.165],[0.366,-11.185]],"v":[[0.667,-23.673],[-11.924,-5.768],[-0.526,12.734],[12.066,-5.17]],"c":true}],"e":[{"i":[[6.627,0],[0,-11.189],[-6.627,0],[0,11.189]],"o":[[-6.627,0],[0,11.189],[6.627,0],[0,-11.189]],"v":[[0,74.794],[-12,93.005],[0,111.215],[12,93.005]],"c":true}]},{"t":20}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-83.5,8.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[96.127,110.209],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"left pupil"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[10.173,-0.193],[-1.638,-6.471],[-10.173,0.193],[1.638,6.471]],"o":[[-10.173,0.193],[1.638,6.471],[10.173,-0.193],[-1.638,-6.471]],"v":[[-6.55,-0.675],[-19.914,9.76],[4.163,18.895],[16.251,9.083]],"c":true}],"e":[{"i":[[10.154,-0.659],[-2.68,-13.946],[-10.154,0.659],[2.68,13.946]],"o":[[-10.154,0.659],[2.68,13.946],[10.154,-0.659],[-2.68,-13.946]],"v":[[-5.837,-13.184],[-16.335,9.271],[10.822,27.54],[19.442,6.95]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[10.154,-0.659],[-2.68,-13.946],[-10.154,0.659],[2.68,13.946]],"o":[[-10.154,0.659],[2.68,13.946],[10.154,-0.659],[-2.68,-13.946]],"v":[[-5.837,-13.184],[-16.335,9.271],[10.822,27.54],[19.442,6.95]],"c":true}],"e":[{"i":[[10.173,-0.62],[-1.638,-20.799],[-10.173,0.62],[1.638,20.799]],"o":[[-10.173,0.62],[1.638,20.799],[10.173,-0.62],[-1.638,-20.799]],"v":[[-3.8,-31.049],[-17.164,2.487],[6.913,31.848],[19.001,0.311]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":5,"s":[{"i":[[10.173,-0.62],[-1.638,-20.799],[-10.173,0.62],[1.638,20.799]],"o":[[-10.173,0.62],[1.638,20.799],[10.173,-0.62],[-1.638,-20.799]],"v":[[-3.8,-31.049],[-17.164,2.487],[6.913,31.848],[19.001,0.311]],"c":true}],"e":[{"i":[[10.199,-0.058],[-0.233,-16.938],[-10.199,0.058],[0.233,16.938]],"o":[[-10.199,0.058],[0.233,16.938],[10.199,-0.058],[-0.233,-16.938]],"v":[[0.716,-35.454],[-18.01,-8.084],[-0.586,18.435],[18.677,-8.272]],"c":true}]},{"i":{"x":0.667,"y":0.776},"o":{"x":0.902,"y":0},"n":"0p667_0p776_0p902_0","t":8,"s":[{"i":[[10.199,-0.058],[-0.233,-16.938],[-10.199,0.058],[0.233,16.938]],"o":[[-10.199,0.058],[0.233,16.938],[10.199,-0.058],[-0.233,-16.938]],"v":[[0.716,-35.454],[-18.01,-8.084],[-0.586,18.435],[18.677,-8.272]],"c":true}],"e":[{"i":[[10.213,0.253],[0.568,-17.243],[-10.213,-0.253],[-0.568,17.243]],"o":[[-10.213,-0.253],[-0.568,17.243],[10.213,0.253],[0.568,-17.243]],"v":[[0.934,-30.966],[-18.492,-3.062],[-0.934,25.76],[18.492,-2.144]],"c":true}]},{"i":{"x":0.543,"y":1},"o":{"x":1,"y":0.669},"n":"0p543_1_1_0p669","t":14,"s":[{"i":[[10.213,0.253],[0.568,-17.243],[-10.213,-0.253],[-0.568,17.243]],"o":[[-10.213,-0.253],[-0.568,17.243],[10.213,0.253],[0.568,-17.243]],"v":[[0.934,-30.966],[-18.492,-3.062],[-0.934,25.76],[18.492,-2.144]],"c":true}],"e":[{"i":[[10.217,0],[0,-17.25],[-10.217,0],[0,17.25]],"o":[[-10.217,0],[0,17.25],[10.217,0],[0,-17.25]],"v":[[0,60.559],[-18.5,88.934],[0,117.309],[18.5,88.934]],"c":true}]},{"t":20}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-82.5,10.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,115.254],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"left eye"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[6.583,-0.122],[-1.065,-4.188],[-6.583,0.122],[1.065,4.188]],"o":[[-6.583,0.122],[1.065,4.188],[6.583,-0.122],[-1.065,-4.188]],"v":[[-5.868,4.267],[-13.778,11.216],[3.047,16.574],[9.535,10.796]],"c":true}],"e":[{"i":[[6.571,-0.505],[-2.032,-9.025],[-6.571,0.505],[2.032,9.025]],"o":[[-6.571,0.505],[2.032,9.025],[6.571,-0.505],[-2.032,-9.025]],"v":[[-5.052,-5.551],[-10.29,9.792],[9.588,19.857],[12.731,8.025]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[6.571,-0.505],[-2.032,-9.025],[-6.571,0.505],[2.032,9.025]],"o":[[-6.571,0.505],[2.032,9.025],[6.571,-0.505],[-2.032,-9.025]],"v":[[-5.052,-5.551],[-10.29,9.792],[9.588,19.857],[12.731,8.025]],"c":true}],"e":[{"i":[[6.583,-0.391],[-1.065,-13.458],[-6.583,0.391],[1.065,13.458]],"o":[[-6.583,0.391],[1.065,13.458],[6.583,-0.391],[-1.065,-13.458]],"v":[[-5.087,-20.507],[-12.998,1.828],[3.828,19.049],[10.315,0.477]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":5,"s":[{"i":[[6.583,-0.391],[-1.065,-13.458],[-6.583,0.391],[1.065,13.458]],"o":[[-6.583,0.391],[1.065,13.458],[6.583,-0.391],[-1.065,-13.458]],"v":[[-5.087,-20.507],[-12.998,1.828],[3.828,19.049],[10.315,0.477]],"c":true}],"e":[{"i":[[6.599,0.128],[0.239,-10.959],[-6.599,-0.128],[-0.239,10.959]],"o":[[-6.599,-0.128],[-0.239,10.959],[6.599,0.128],[0.239,-10.959]],"v":[[0.836,-30.828],[-12.236,-13.315],[-2.126,3.434],[11.47,-12.831]],"c":true}]},{"i":{"x":0.667,"y":0.776},"o":{"x":0.902,"y":0},"n":"0p667_0p776_0p902_0","t":8,"s":[{"i":[[6.599,0.128],[0.239,-10.959],[-6.599,-0.128],[-0.239,10.959]],"o":[[-6.599,-0.128],[-0.239,10.959],[6.599,0.128],[0.239,-10.959]],"v":[[0.836,-30.828],[-12.236,-13.315],[-2.126,3.434],[11.47,-12.831]],"c":true}],"e":[{"i":[[6.608,0.442],[0.982,-11.156],[-6.608,-0.442],[-0.982,11.156]],"o":[[-6.608,-0.442],[-0.982,11.156],[6.608,0.442],[0.982,-11.156]],"v":[[1.771,-23.665],[-11.792,-6.309],[-1.425,12.649],[12.138,-4.707]],"c":true}]},{"i":{"x":0.543,"y":1},"o":{"x":1,"y":0.669},"n":"0p543_1_1_0p669","t":14,"s":[{"i":[[6.608,0.442],[0.982,-11.156],[-6.608,-0.442],[-0.982,11.156]],"o":[[-6.608,-0.442],[-0.982,11.156],[6.608,0.442],[0.982,-11.156]],"v":[[1.771,-23.665],[-11.792,-6.309],[-1.425,12.649],[12.138,-4.707]],"c":true}],"e":[{"i":[[6.627,0],[0,-11.189],[-6.627,0],[0,11.189]],"o":[[-6.627,0],[0,11.189],[6.627,0],[0,-11.189]],"v":[[0,74.794],[-12,93.005],[0,111.215],[12,93.005]],"c":true}]},{"t":20}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[3,8.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[96.127,110.209],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"right pupil"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[10.148,-0.186],[-1.65,-6.456],[-10.148,0.186],[1.65,6.456]],"o":[[-10.148,0.186],[1.65,6.456],[10.148,-0.186],[-1.65,-6.456]],"v":[[-6.53,-0.642],[-20.003,9.748],[4.137,18.847],[16.243,9.092]],"c":true}],"e":[{"i":[[10.13,-0.774],[-3.149,-13.913],[-10.13,0.774],[3.149,13.913]],"o":[[-10.13,0.774],[3.149,13.913],[10.13,-0.774],[-3.149,-13.913]],"v":[[-6.549,-13.108],[-16.489,9.48],[11.526,27.418],[19.452,6.734]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[10.13,-0.774],[-3.149,-13.913],[-10.13,0.774],[3.149,13.913]],"o":[[-10.13,0.774],[3.149,13.913],[10.13,-0.774],[-3.149,-13.913]],"v":[[-6.549,-13.108],[-16.489,9.48],[11.526,27.418],[19.452,6.734]],"c":true}],"e":[{"i":[[10.148,-0.599],[-1.65,-20.748],[-10.148,0.599],[1.65,20.748]],"o":[[-10.148,0.599],[1.65,20.748],[10.148,-0.599],[-1.65,-20.748]],"v":[[-5.78,-30.944],[-19.253,2.45],[4.887,31.693],[16.993,0.341]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":5,"s":[{"i":[[10.148,-0.599],[-1.65,-20.748],[-10.148,0.599],[1.65,20.748]],"o":[[-10.148,0.599],[1.65,20.748],[10.148,-0.599],[-1.65,-20.748]],"v":[[-5.78,-30.944],[-19.253,2.45],[4.887,31.693],[16.993,0.341]],"c":true}],"e":[{"i":[[10.173,0.196],[0.371,-16.896],[-10.173,-0.196],[-0.371,16.896]],"o":[[-10.173,-0.196],[-0.371,16.896],[10.173,0.196],[0.371,-16.896]],"v":[[0.997,-35.377],[-18.739,-8.544],[-2.321,18.342],[17.918,-7.813]],"c":true}]},{"i":{"x":0.667,"y":0.776},"o":{"x":0.902,"y":0},"n":"0p667_0p776_0p902_0","t":8,"s":[{"i":[[10.173,0.196],[0.371,-16.896],[-10.173,-0.196],[-0.371,16.896]],"o":[[-10.173,-0.196],[-0.371,16.896],[10.173,0.196],[0.371,-16.896]],"v":[[0.997,-35.377],[-18.739,-8.544],[-2.321,18.342],[17.918,-7.813]],"c":true}],"e":[{"i":[[10.187,0.679],[1.522,-17.199],[-10.187,-0.679],[-1.522,17.199]],"o":[[-10.187,-0.679],[-1.522,17.199],[10.187,0.679],[1.522,-17.199]],"v":[[2.503,-30.895],[-18.446,-3.832],[-2.503,25.689],[18.446,-1.374]],"c":true}]},{"i":{"x":0.543,"y":1},"o":{"x":1,"y":0.669},"n":"0p543_1_1_0p669","t":14,"s":[{"i":[[10.187,0.679],[1.522,-17.199],[-10.187,-0.679],[-1.522,17.199]],"o":[[-10.187,-0.679],[-1.522,17.199],[10.187,0.679],[1.522,-17.199]],"v":[[2.503,-30.895],[-18.446,-3.832],[-2.503,25.689],[18.446,-1.374]],"c":true}],"e":[{"i":[[10.217,0],[0,-17.25],[-10.217,0],[0,17.25]],"o":[[-10.217,0],[0,17.25],[10.217,0],[0,-17.25]],"v":[[0,60.559],[-18.5,88.934],[0,117.309],[18.5,88.934]],"c":true}]},{"t":20}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[4,10.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,115.254],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"right eye"}],"ip":3,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"Character matte","parent":26,"td":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-122.987,-226.593],[-122.987,0],[125.056,0],[125.056,-226.593]],"c":true}},"nm":"M"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.18,0.3,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"M"}],"ip":1,"op":25,"st":-36,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"Character","parent":26,"tt":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":1,"s":[{"i":[[25.856,0],[-18.268,5.453],[-26.616,-1.381],[-16.977,-18.899],[10.273,0]],"o":[[14.606,-7],[23.106,-6.897],[26.617,1.381],[-31.977,0],[-34.727,0]],"v":[[-80.106,0],[-34.356,-19.103],[50.133,-27.631],[115.227,-0.101],[49.227,0]],"c":true}],"e":[{"i":[[25.856,0],[-37.319,9.822],[-24.88,-8.878],[-7.977,-27.649],[-20.727,-19]],"o":[[0.481,-32],[23.356,-6.147],[26.992,9.632],[-38.477,-16.649],[-34.727,0]],"v":[[-77.981,0],[-16.356,-74.353],[65.508,-70.632],[121.477,-7.851],[79.727,0]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p833_1_0p167_0p167","t":2,"s":[{"i":[[25.856,0],[-37.319,9.822],[-24.88,-8.878],[-7.977,-27.649],[-20.727,-19]],"o":[[0.481,-32],[23.356,-6.147],[26.992,9.632],[-38.477,-16.649],[-34.727,0]],"v":[[-77.981,0],[-16.356,-74.353],[65.508,-70.632],[121.477,-7.851],[79.727,0]],"c":true}],"e":[{"i":[[25.856,0],[-96.644,-22.397],[-39.383,-14.869],[-53.227,-38.899],[-21.227,-23.5]],"o":[[-56.144,-54],[-60.144,13.103],[9.117,-41.369],[-55.727,1.601],[-34.727,0]],"v":[[-75.856,0],[6.644,-135.603],[-8.117,-48.631],[117.727,-64.601],[78.227,0]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":3,"s":[{"i":[[25.856,0],[-96.644,-22.397],[-39.383,-14.869],[-53.227,-38.899],[-21.227,-23.5]],"o":[[-56.144,-54],[-60.144,13.103],[9.117,-41.369],[-55.727,1.601],[-34.727,0]],"v":[[-75.856,0],[6.644,-135.603],[-8.117,-48.631],[117.727,-64.601],[78.227,0]],"c":true}],"e":[{"i":[[0,0],[24.356,51.603],[0,0],[3.273,64.101],[0,0]],"o":[[0,0],[59.856,36.603],[0,0],[43.273,42.601],[0,0]],"v":[[-75.856,0],[-104.356,-144.603],[-0.617,-43.631],[38.227,-144.101],[78.227,0]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0.541},"n":"0_1_0p333_0p541","t":4,"s":[{"i":[[0,0],[24.356,51.603],[0,0],[3.273,64.101],[0,0]],"o":[[0,0],[59.856,36.603],[0,0],[43.273,42.601],[0,0]],"v":[[-75.856,0],[-104.356,-144.603],[-0.617,-43.631],[38.227,-144.101],[78.227,0]],"c":true}],"e":[{"i":[[0,0],[-0.144,53.051],[0,0],[-41.227,47.749],[0,0]],"o":[[0,0],[36.856,45.551],[0,0],[-0.227,68.749],[0,0]],"v":[[-75.856,0],[-75.356,-149.551],[0.383,-59.066],[78.727,-149.249],[78.227,0]],"c":true}]},{"i":{"x":0.667,"y":0.771},"o":{"x":1,"y":0},"n":"0p667_0p771_1_0","t":8,"s":[{"i":[[0,0],[-0.144,53.051],[0,0],[-41.227,47.749],[0,0]],"o":[[0,0],[36.856,45.551],[0,0],[-0.227,68.749],[0,0]],"v":[[-75.856,0],[-75.356,-149.551],[0.383,-59.066],[78.727,-149.249],[78.227,0]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-75.856,0],[-75.856,-149.551],[0.883,-43.566],[78.227,-149.249],[78.227,0]],"c":true}]},{"i":{"x":0.585,"y":0.37},"o":{"x":0.662,"y":0.452},"n":"0p585_0p37_0p662_0p452","t":14,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-75.856,0],[-75.856,-149.551],[0.883,-43.566],[78.227,-149.249],[78.227,0]],"c":true}],"e":[{"i":[[23.356,0],[-0.644,36.551],[-17.215,-38.934],[-18.176,47.249],[-1.227,-44.5]],"o":[[0.856,-63],[22.907,55.551],[21.239,-39.934],[-0.227,63.749],[-23.727,0]],"v":[[-69.674,81],[-66.907,-87.551],[1.215,71.934],[69.176,-89.249],[71.909,81]],"c":true}]},{"i":{"x":0.627,"y":0.434},"o":{"x":0.34,"y":0.516},"n":"0p627_0p434_0p34_0p516","t":18,"s":[{"i":[[23.356,0],[-0.644,36.551],[-17.215,-38.934],[-18.176,47.249],[-1.227,-44.5]],"o":[[0.856,-63],[22.907,55.551],[21.239,-39.934],[-0.227,63.749],[-23.727,0]],"v":[[-69.674,81],[-66.907,-87.551],[1.215,71.934],[69.176,-89.249],[71.909,81]],"c":true}],"e":[{"i":[[23.356,0],[0,84.051],[-15.383,-24.934],[-23.455,108.749],[-1.227,-44.5]],"o":[[0.856,-63],[15.629,88.051],[18.117,-38.434],[0,120.249],[-23.727,0]],"v":[[-76.174,277],[-74.879,10.949],[0.065,246.434],[78.955,9.251],[78.909,277]],"c":true}]},{"t":21}]},"nm":"M"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"M"}],"ip":1,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"Particles","parent":26,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.297,"y":0.753},"o":{"x":0.098,"y":0.196},"n":"0p297_0p753_0p098_0p196","t":16,"s":[250,310,0],"e":[250,280,0],"to":[0,-5,0],"ti":[0,5,0]},{"t":26}]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21.538,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.947,-32],[3.457,-29.255],[5.372,-26],[7.543,-29.638]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[8.25,-50],[3.375,-44.625],[7.125,-38.25],[11.375,-45.375]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22.846,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[8.25,-50],[3.375,-44.625],[7.125,-38.25],[11.375,-45.375]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[8.789,-52.625],[5.895,-48.336],[8.121,-43.25],[10.645,-48.935]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24.154,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[8.789,-52.625],[5.895,-48.336],[8.121,-43.25],[10.645,-48.935]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[8.039,-57.5],[7.27,-53.211],[8.121,-49.625],[9.27,-53.06]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25.462,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[8.039,-57.5],[7.27,-53.211],[8.121,-49.625],[9.27,-53.06]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[8.08,-58.438],[7.27,-55.715],[8.166,-53.438],[9.375,-55.618]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28.077,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[8.08,-58.438],[7.27,-55.715],[8.166,-53.438],[9.375,-55.618]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[8.34,-55.75],[8.401,-55.954],[8.334,-56.125],[8.243,-55.961]],"c":true}]},{"t":29.384765625}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 10"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.23,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.759,-41.25],[-11,-39.818],[-8.152,-38],[-5.5,-39.773]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-4,-89.75],[-12.25,-74],[-5,-54],[1.75,-73.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21.538,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-4,-89.75],[-12.25,-74],[-5,-54],[1.75,-73.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-4,-102.375],[-9.625,-87.875],[-5,-72],[0.625,-88.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22.846,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-4,-102.375],[-9.625,-87.875],[-5,-72],[0.625,-88.25]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-4.014,-104.283],[-7.875,-94.265],[-4.829,-83.811],[-1.125,-94.512]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24.154,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-4.014,-104.283],[-7.875,-94.265],[-4.829,-83.811],[-1.125,-94.512]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-4.028,-111.5],[-6.904,-103.594],[-4.635,-95.344],[-1.875,-103.789]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25.462,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-4.028,-111.5],[-6.904,-103.594],[-4.635,-95.344],[-1.875,-103.789]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-4.671,-112.588],[-6.33,-107.629],[-4.785,-102.539],[-3.208,-107.832]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28.077,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-4.671,-112.588],[-6.33,-107.629],[-4.785,-102.539],[-3.208,-107.832]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-4.584,-114.088],[-5.955,-111.022],[-4.679,-107.875],[-3.375,-111.147]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29.385,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-4.584,-114.088],[-5.955,-111.022],[-4.679,-107.875],[-3.375,-111.147]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-5.002,-114.981],[-6.103,-113.129],[-5.394,-111.075],[-4.328,-113.06]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30.692,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-5.002,-114.981],[-6.103,-113.129],[-5.394,-111.075],[-4.328,-113.06]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-5.475,-114.003],[-5.202,-114.668],[-5.514,-114.316],[-5.77,-113.666]],"c":true}]},{"t":32}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 9"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.923,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[29.25,-76.375],[24.75,-70.375],[28.75,-61.375],[31.25,-68.875]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[32.25,-89.75],[27.75,-83.75],[31.75,-74.75],[34.25,-82.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.23,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[32.25,-89.75],[27.75,-83.75],[31.75,-74.75],[34.25,-82.25]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[30.5,-95.375],[27.5,-90.875],[29.875,-84.875],[32.625,-90.125]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21.538,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[30.5,-95.375],[27.5,-90.875],[29.875,-84.875],[32.625,-90.125]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[30.308,-102.5],[28.625,-99.363],[29.957,-95.18],[31.5,-98.84]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22.846,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[30.308,-102.5],[28.625,-99.363],[29.957,-95.18],[31.5,-98.84]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[30.212,-108.242],[29.188,-106.397],[29.998,-103.938],[30.938,-106.09]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24.154,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[30.212,-108.242],[29.188,-106.397],[29.998,-103.938],[30.938,-106.09]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[29.928,-111.171],[29.562,-110.512],[29.852,-109.634],[30.188,-110.402]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25.462,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[29.928,-111.171],[29.562,-110.512],[29.852,-109.634],[30.188,-110.402]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[30.224,-111.758],[30.265,-111.824],[30.35,-111.881],[30.298,-111.807]],"c":true}]},{"t":28.0771484375}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 8"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.923,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.49,-56],[14.284,-51.403],[16.14,-46.75],[18.591,-51.488]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[14.04,-120.125],[4.5,-100.247],[12.525,-80.125],[23.125,-100.613]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.23,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[14.04,-120.125],[4.5,-100.247],[12.525,-80.125],[23.125,-100.613]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[11.576,-130.215],[4.625,-117.824],[10.026,-103.66],[17.25,-114.923]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21.538,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[11.576,-130.215],[4.625,-117.824],[10.026,-103.66],[17.25,-114.923]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[12.076,-140.715],[5.125,-126.199],[9.401,-113.285],[15,-128.298]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22.846,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[12.076,-140.715],[5.125,-126.199],[9.401,-113.285],[15,-128.298]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[11.076,-145.09],[7.375,-133.324],[10.026,-124.16],[12.875,-136.673]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24.154,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[11.076,-145.09],[7.375,-133.324],[10.026,-124.16],[12.875,-136.673]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[10.389,-146.787],[8.473,-139.201],[10.485,-133.494],[11.834,-141.522]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25.462,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[10.389,-146.787],[8.473,-139.201],[10.485,-133.494],[11.834,-141.522]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[10.414,-147.733],[9.307,-143.348],[10.47,-140.048],[11.25,-144.689]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28.077,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[10.414,-147.733],[9.307,-143.348],[10.47,-140.048],[11.25,-144.689]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[10.544,-150.375],[9.531,-147.792],[10.273,-145.747],[11.05,-148.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29.385,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[10.544,-150.375],[9.531,-147.792],[10.273,-145.747],[11.05,-148.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[10.521,-151.5],[9.87,-150.208],[10.157,-149.111],[10.693,-150.503]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30.692,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[10.521,-151.5],[9.87,-150.208],[10.157,-149.111],[10.693,-150.503]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[10.492,-152.24],[9.93,-151.913],[10.18,-152.053],[10.643,-152.323]],"c":true}]},{"t":32}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,15],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,134],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 7"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.923,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-14.673,-68],[-19,-60.533],[-15.683,-54],[-11.5,-59.911]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-14.25,-125.5],[-21.75,-107.5],[-16,-91.75],[-8.75,-106]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.23,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-14.25,-125.5],[-21.75,-107.5],[-16,-91.75],[-8.75,-106]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.25,-134.875],[-23.375,-120.375],[-17.25,-106.5],[-10.375,-118.875]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21.538,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.25,-134.875],[-23.375,-120.375],[-17.25,-106.5],[-10.375,-118.875]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.43,-137.25],[-21.5,-126.183],[-17.142,-115.593],[-12.25,-125.038]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22.846,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.43,-137.25],[-21.5,-126.183],[-17.142,-115.593],[-12.25,-125.038]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.623,-140.093],[-19.5,-132.252],[-17.026,-124.75],[-14.25,-131.441]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24.154,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.623,-140.093],[-19.5,-132.252],[-17.026,-124.75],[-14.25,-131.441]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.683,-144.78],[-18.875,-138.473],[-16.99,-132.438],[-14.875,-137.82]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25.462,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.683,-144.78],[-18.875,-138.473],[-16.99,-132.438],[-14.875,-137.82]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-17.265,-146.093],[-18.875,-141.35],[-17.491,-136.812],[-15.938,-140.86]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28.077,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-17.265,-146.093],[-18.875,-141.35],[-17.491,-136.812],[-15.938,-140.86]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-17.039,-146.562],[-18.375,-142.698],[-17.227,-139],[-15.938,-142.298]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29.385,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-17.039,-146.562],[-18.375,-142.698],[-17.227,-139],[-15.938,-142.298]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-17.126,-147.25],[-18.188,-145.43],[-17.275,-143.688],[-16.25,-145.241]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30.692,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-17.126,-147.25],[-18.188,-145.43],[-17.275,-143.688],[-16.25,-145.241]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-17.246,-145.258],[-17.103,-145.465],[-17.196,-145.68],[-17.332,-145.505]],"c":true}]},{"t":32}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 6"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.308,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[38.736,-92.75],[35.25,-89.261],[37.926,-84.5],[41.25,-88.46]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[39.75,-147.75],[29,-129.25],[37.25,-104],[47.5,-125]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.923,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[39.75,-147.75],[29,-129.25],[37.25,-104],[47.5,-125]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[38.75,-159.125],[31.5,-141.75],[37.625,-120.875],[45.625,-141.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.23,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[38.75,-159.125],[31.5,-141.75],[37.625,-120.875],[45.625,-141.25]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[37.75,-166],[32.875,-152],[37.25,-137.375],[42.125,-151.375]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21.538,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[37.75,-166],[32.875,-152],[37.25,-137.375],[42.125,-151.375]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[37.669,-175.875],[33.584,-164.076],[37.25,-151.75],[41.334,-163.549]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22.846,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[37.669,-175.875],[33.584,-164.076],[37.25,-151.75],[41.334,-163.549]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[36.526,-175.875],[33.584,-167.377],[36.224,-158.5],[39.166,-166.998]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24.154,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[36.526,-175.875],[33.584,-167.377],[36.224,-158.5],[39.166,-166.998]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[36.497,-179.625],[34.126,-174.062],[36.254,-168.25],[38.625,-173.813]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25.462,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[36.497,-179.625],[34.126,-174.062],[36.254,-168.25],[38.625,-173.813]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[36.45,-180.5],[35.001,-177.015],[36.301,-173.375],[37.75,-176.86]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28.077,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[36.45,-180.5],[35.001,-177.015],[36.301,-173.375],[37.75,-176.86]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[36.367,-181],[35.376,-178.616],[36.265,-176.125],[37.257,-178.509]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29.385,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[36.367,-181],[35.376,-178.616],[36.265,-176.125],[37.257,-178.509]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[36.534,-180.936],[35.938,-179.501],[36.473,-178.002],[37.07,-179.437]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30.692,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[36.534,-180.936],[35.938,-179.501],[36.473,-178.002],[37.07,-179.437]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[36.51,-180.469],[36.548,-180.56],[36.514,-180.656],[36.476,-180.565]],"c":true}]},{"t":32}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,119],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 5"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.308,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-24.622,-81.5],[-28,-87.01],[-25.019,-93],[-20.25,-87.969]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-24.75,-148.75],[-29,-137.25],[-25.25,-124.75],[-19.25,-135.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.923,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-24.75,-148.75],[-29,-137.25],[-25.25,-124.75],[-19.25,-135.25]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-24.736,-157.719],[-28.5,-147.227],[-25.179,-136.25],[-20.75,-147.455]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.23,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-24.736,-157.719],[-28.5,-147.227],[-25.179,-136.25],[-20.75,-147.455]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-25.343,-161.469],[-28.5,-154.276],[-25.714,-146.75],[-22,-154.432]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21.538,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-25.343,-161.469],[-28.5,-154.276],[-25.714,-146.75],[-22,-154.432]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-25.814,-165.094],[-28,-160.222],[-26.071,-155.125],[-23.5,-160.328]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22.846,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-25.814,-165.094],[-28,-160.222],[-26.071,-155.125],[-23.5,-160.328]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-26.425,-168.594],[-28.125,-164.333],[-26.625,-159.875],[-24.625,-164.425]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24.154,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-26.425,-168.594],[-28.125,-164.333],[-26.625,-159.875],[-24.625,-164.425]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-27.286,-174.344],[-28.5,-171.305],[-27.429,-168.125],[-26,-171.371]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25.462,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-27.286,-174.344],[-28.5,-171.305],[-27.429,-168.125],[-26,-171.371]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-27.558,-175.272],[-28.165,-173.211],[-27.629,-171.054],[-26.915,-173.255]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28.077,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-27.558,-175.272],[-28.165,-173.211],[-27.629,-171.054],[-26.915,-173.255]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-27.597,-174.826],[-27.879,-174.667],[-27.63,-174.5],[-27.298,-174.67]],"c":true}]},{"t":29.384765625}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,116],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 4"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.625,-111.875],[51.625,-108.375],[54.375,-102.875],[58.5,-107]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.156,-130.406],[51.625,-126.594],[55,-121.25],[58.5,-125.375]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.308,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.156,-130.406],[51.625,-126.594],[55,-121.25],[58.5,-125.375]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.126,-135.406],[52.751,-133.259],[55.021,-130.25],[57.376,-132.573]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.923,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.126,-135.406],[52.751,-133.259],[55.021,-130.25],[57.376,-132.573]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.109,-143.281],[53.376,-142.175],[55.032,-140.625],[56.75,-141.822]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.23,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.109,-143.281],[53.376,-142.175],[55.032,-140.625],[56.75,-141.822]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.089,-147.691],[54.126,-147.076],[55.046,-146.215],[56,-146.88]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21.538,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.089,-147.691],[54.126,-147.076],[55.046,-146.215],[56,-146.88]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.068,-147.969],[54.876,-147.904],[55.06,-147.812],[55.25,-147.883]],"c":true}]},{"t":22.845703125}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-2.158,-49.561],[-4.375,-45.729],[-2.33,-42.126],[0,-45.603]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.581,-133.813],[-8.625,-118.995],[-1.206,-105.063],[7.25,-118.508]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.581,-133.813],[-8.625,-118.995],[-1.206,-105.063],[7.25,-118.508]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.316,-156.25],[-3.036,-139.242],[2.823,-123.25],[9.5,-138.682]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.308,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.316,-156.25],[-3.036,-139.242],[2.823,-123.25],[9.5,-138.682]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.796,-160.587],[-4.036,-149.159],[0.421,-138.413],[5.5,-148.783]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19.23,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.796,-160.587],[-4.036,-149.159],[0.421,-138.413],[5.5,-148.783]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.529,-165.181],[-2.036,-156.748],[1.252,-148.819],[5,-156.471]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.538,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.529,-165.181],[-2.036,-156.748],[1.252,-148.819],[5,-156.471]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.782,-169.25],[-1.771,-161.906],[0.583,-155],[3.266,-161.664]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21.846,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.782,-169.25],[-1.771,-161.906],[0.583,-155],[3.266,-161.664]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.786,-177.125],[-0.737,-169.652],[0.667,-162.625],[2.268,-169.406]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23.153,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.786,-177.125],[-0.737,-169.652],[0.667,-162.625],[2.268,-169.406]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.554,-182.125],[0.343,-176.907],[1.435,-172],[2.723,-176.735]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24.462,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.554,-182.125],[0.343,-176.907],[1.435,-172],[2.723,-176.735]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.795,-183.024],[0.942,-180.1],[1.728,-177.351],[2.625,-180.004]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25.77,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.795,-183.024],[0.942,-180.1],[1.728,-177.351],[2.625,-180.004]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.042,-183.789],[0.403,-181.599],[0.992,-179.539],[1.664,-181.527]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28.385,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.042,-183.789],[0.403,-181.599],[0.992,-179.539],[1.664,-181.527]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.042,-183.539],[0.598,-181.973],[0.992,-180.5],[1.469,-181.921]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29.692,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.042,-183.539],[0.598,-181.973],[0.992,-180.5],[1.469,-181.921]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.039,-184.477],[0.636,-183.49],[1.007,-182.562],[1.43,-183.458]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.039,-184.477],[0.636,-183.49],[1.007,-182.562],[1.43,-183.458]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.784,-183.539],[0.754,-183.519],[0.781,-183.5],[0.812,-183.518]],"c":true}]},{"t":32.3076171875}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[1,23],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,127],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.308,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-49.683,-110.75],[-53.768,-107.221],[-49.785,-103.465],[-46.518,-106.994]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-49,-145.25],[-59,-129.75],[-49.25,-113.25],[-41.25,-128.75]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.923,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-49,-145.25],[-59,-129.75],[-49.25,-113.25],[-41.25,-128.75]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-50.57,-148.694],[-58.035,-137.123],[-50.757,-124.806],[-44.785,-136.377]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.23,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-50.57,-148.694],[-58.035,-137.123],[-50.757,-124.806],[-44.785,-136.377]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-51.109,-152.5],[-55.937,-143.66],[-51.23,-134.25],[-47.367,-143.09]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21.538,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-51.109,-152.5],[-55.937,-143.66],[-51.23,-134.25],[-47.367,-143.09]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-50.082,-161.75],[-52.62,-155.978],[-50.153,-149.833],[-48.081,-155.605]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24.154,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-50.082,-161.75],[-52.62,-155.978],[-50.153,-149.833],[-48.081,-155.605]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-49.943,-166.375],[-51.336,-162.137],[-49.989,-157.625],[-48.812,-161.863]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25.462,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-49.943,-166.375],[-51.336,-162.137],[-49.989,-157.625],[-48.812,-161.863]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-50.051,-167.781],[-50.299,-167.024],[-50.059,-166.219],[-49.849,-166.976]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30.692,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-50.051,-167.781],[-50.299,-167.024],[-50.059,-166.219],[-49.849,-166.976]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-50.066,-166.969],[-50.148,-166.999],[-50.069,-167.031],[-50,-167.001]],"c":true}]},{"t":32}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":16,"op":33,"st":-3,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":4,"nm":"Melting Rhombus","parent":26,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,401.5,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[74.602,-226.593],[58.957,-212.532],[39.263,-202.628],[30.555,-198.249],[21.674,-193.783],[14.766,-190.309],[12.485,-189.162],[9.251,-187.535],[0.883,-183.327],[-45.25,-219.417],[-48.683,-221.158],[-55.48,-211.907],[-59.461,-213.925],[-62.559,-215.496],[-65.027,-216.748],[-68.483,-220.614],[-72.231,-226.593],[-65.368,-227.903],[-50.363,-233.033],[-36.852,-239.002],[-26.744,-243.374],[-17.522,-251.573],[-12.03,-251.518],[1.992,-257.768],[18.112,-247.442],[23.3,-250.238],[38.238,-247.195],[51.673,-240.426],[64.764,-228.202]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[74.602,-226.593],[58.957,-212.472],[39.263,-202.451],[30.555,-198.02],[21.674,-193.502],[14.766,-189.987],[12.485,-188.826],[9.251,-187.181],[0.883,-182.923],[-45.249,-219.22],[-48.682,-220.982],[-55.48,-211.839],[-59.461,-213.881],[-62.559,-215.47],[-65.027,-216.737],[-68.483,-220.613],[-72.231,-226.593],[-65.693,-224.88],[-49.407,-234.465],[-37.249,-236.529],[-23.506,-246.001],[-17.672,-239.832],[-12.453,-243.82],[2.286,-251.71],[18.34,-245.063],[23.242,-238.41],[38.109,-238.265],[53.822,-235.293],[64.883,-225.529]],"c":true}]},{"i":{"x":0,"y":0.848},"o":{"x":0.167,"y":0.167},"n":"0_0p848_0p167_0p167","t":6,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[74.602,-226.593],[58.957,-212.472],[39.263,-202.451],[30.555,-198.02],[21.674,-193.502],[14.766,-189.987],[12.485,-188.826],[9.251,-187.181],[0.883,-182.923],[-45.249,-219.22],[-48.682,-220.982],[-55.48,-211.839],[-59.461,-213.881],[-62.559,-215.47],[-65.027,-216.737],[-68.483,-220.613],[-72.231,-226.593],[-65.693,-224.88],[-49.407,-234.465],[-37.249,-236.529],[-23.506,-246.001],[-17.672,-239.832],[-12.453,-243.82],[2.286,-251.71],[18.34,-245.063],[23.242,-238.41],[38.109,-238.265],[53.822,-235.293],[64.883,-225.529]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[74.602,-226.593],[58.957,-212.46],[39.263,-202.417],[30.555,-197.976],[21.674,-193.447],[14.766,-189.924],[12.485,-188.761],[9.251,-187.112],[0.883,-182.845],[-45.249,-219.182],[-48.682,-220.947],[-55.48,-211.826],[-59.461,-213.873],[-62.559,-215.465],[-65.027,-216.735],[-68.483,-220.613],[-72.231,-226.593],[-65.695,-224.875],[-49.403,-233.803],[-37.244,-237.135],[-23.508,-245.328],[-17.668,-240.434],[-12.455,-243.782],[2.281,-251.001],[18.336,-244.964],[23.238,-238.921],[38.094,-237.605],[53.803,-234.618],[64.884,-226.144]],"c":true}]},{"i":{"x":0.873,"y":0.706},"o":{"x":1,"y":0.152},"n":"0p873_0p706_1_0p152","t":8,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[74.602,-226.593],[58.957,-212.46],[39.263,-202.417],[30.555,-197.976],[21.674,-193.447],[14.766,-189.924],[12.485,-188.761],[9.251,-187.112],[0.883,-182.845],[-45.249,-219.182],[-48.682,-220.947],[-55.48,-211.826],[-59.461,-213.873],[-62.559,-215.465],[-65.027,-216.735],[-68.483,-220.613],[-72.231,-226.593],[-65.695,-224.875],[-49.403,-233.803],[-37.244,-237.135],[-23.508,-245.328],[-17.668,-240.434],[-12.455,-243.782],[2.281,-251.001],[18.336,-244.964],[23.238,-238.921],[38.094,-237.605],[53.803,-234.618],[64.884,-226.144]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[74.602,-226.593],[58.957,-200.882],[39.263,-168.516],[30.555,-154.204],[21.674,-139.61],[14.766,-128.256],[12.485,-124.508],[9.251,-119.193],[0.883,-105.441],[-45.033,-181.527],[-48.467,-187.216],[-55.48,-198.837],[-59.461,-205.434],[-62.559,-210.567],[-65.027,-214.657],[-68.483,-220.384],[-72.231,-226.593],[-67.408,-220.469],[-44.752,-196.843],[-32.206,-218.343],[-25.006,-197.843],[-13.657,-218.093],[-14.061,-205.843],[-2.42,-168.093],[14.084,-208.343],[19.28,-188.093],[23.571,-203.093],[35.349,-185.343],[66.108,-216.843]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.385},"n":"0p833_1_0p167_0p385","t":16,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[74.602,-226.593],[58.957,-200.882],[39.263,-168.516],[30.555,-154.204],[21.674,-139.61],[14.766,-128.256],[12.485,-124.508],[9.251,-119.193],[0.883,-105.441],[-45.033,-181.527],[-48.467,-187.216],[-55.48,-198.837],[-59.461,-205.434],[-62.559,-210.567],[-65.027,-214.657],[-68.483,-220.384],[-72.231,-226.593],[-67.408,-220.469],[-44.752,-196.843],[-32.206,-218.343],[-25.006,-197.843],[-13.657,-218.093],[-14.061,-205.843],[-2.42,-168.093],[14.084,-208.343],[19.28,-188.093],[23.571,-203.093],[35.349,-185.343],[66.108,-216.843]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[74.602,-226.593],[58.957,-200.882],[39.263,-168.516],[30.555,-154.204],[21.674,-139.61],[14.766,-128.256],[12.485,-124.508],[9.251,-119.193],[0.883,-105.441],[-45.033,-181.527],[-48.467,-187.216],[-55.48,-198.837],[-59.461,-205.434],[-62.559,-210.567],[-65.027,-214.657],[-68.483,-220.384],[-72.231,-226.593],[-66.908,-217.469],[-51.252,-193.093],[-40.956,-181.343],[-35.256,-197.593],[-15.907,-164.593],[-6.311,-182.093],[8.58,-144.343],[23.584,-175.343],[24.53,-169.343],[28.821,-161.093],[42.849,-178.593],[55.108,-194.593]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":18,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[74.602,-226.593],[58.957,-200.882],[39.263,-168.516],[30.555,-154.204],[21.674,-139.61],[14.766,-128.256],[12.485,-124.508],[9.251,-119.193],[0.883,-105.441],[-45.033,-181.527],[-48.467,-187.216],[-55.48,-198.837],[-59.461,-205.434],[-62.559,-210.567],[-65.027,-214.657],[-68.483,-220.384],[-72.231,-226.593],[-66.908,-217.469],[-51.252,-193.093],[-40.956,-181.343],[-35.256,-197.593],[-15.907,-164.593],[-6.311,-182.093],[8.58,-144.343],[23.584,-175.343],[24.53,-169.343],[28.821,-161.093],[42.849,-178.593],[55.108,-194.593]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[74.602,-226.593],[58.957,-200.882],[39.263,-168.516],[30.555,-154.204],[21.674,-139.61],[14.766,-128.256],[12.485,-124.508],[9.251,-119.193],[0.883,-105.441],[-45.033,-181.527],[-48.467,-187.216],[-55.48,-198.837],[-59.461,-205.434],[-62.559,-210.567],[-65.027,-214.657],[-68.483,-220.384],[-72.231,-226.593],[-66.908,-217.469],[-51.252,-191.843],[-37.456,-170.343],[-32.506,-181.593],[-19.907,-152.843],[-3.186,-127.093],[6.58,-141.843],[10.084,-135.843],[28.53,-164.593],[32.071,-158.593],[43.849,-176.093],[55.108,-194.593]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":20,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[74.602,-226.593],[58.957,-200.882],[39.263,-168.516],[30.555,-154.204],[21.674,-139.61],[14.766,-128.256],[12.485,-124.508],[9.251,-119.193],[0.883,-105.441],[-45.033,-181.527],[-48.467,-187.216],[-55.48,-198.837],[-59.461,-205.434],[-62.559,-210.567],[-65.027,-214.657],[-68.483,-220.384],[-72.231,-226.593],[-66.908,-217.469],[-51.252,-191.843],[-37.456,-170.343],[-32.506,-181.593],[-19.907,-152.843],[-3.186,-127.093],[6.58,-141.843],[10.084,-135.843],[28.53,-164.593],[32.071,-158.593],[43.849,-176.093],[55.108,-194.593]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[74.602,-226.593],[58.957,-200.882],[39.263,-168.516],[30.555,-154.204],[21.674,-139.61],[14.766,-128.256],[12.485,-124.508],[9.251,-119.193],[0.883,-105.441],[-45.033,-181.527],[-48.467,-187.216],[-55.48,-198.837],[-59.461,-205.434],[-62.559,-210.567],[-65.027,-214.657],[-68.483,-220.384],[-72.231,-226.593],[-66.908,-217.469],[-51.127,-191.843],[-34.706,-165.593],[-29.756,-170.843],[-17.907,-145.093],[-0.311,-118.218],[9.83,-134.593],[12.334,-129.343],[23.03,-144.843],[28.446,-160.593],[30.474,-154.343],[55.108,-194.593]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":21.801,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[74.602,-226.593],[58.957,-200.882],[39.263,-168.516],[30.555,-154.204],[21.674,-139.61],[14.766,-128.256],[12.485,-124.508],[9.251,-119.193],[0.883,-105.441],[-45.033,-181.527],[-48.467,-187.216],[-55.48,-198.837],[-59.461,-205.434],[-62.559,-210.567],[-65.027,-214.657],[-68.483,-220.384],[-72.231,-226.593],[-66.908,-217.469],[-51.127,-191.843],[-34.706,-165.593],[-29.756,-170.843],[-17.907,-145.093],[-0.311,-118.218],[9.83,-134.593],[12.334,-129.343],[23.03,-144.843],[28.446,-160.593],[30.474,-154.343],[55.108,-194.593]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[74.602,-226.593],[58.957,-200.882],[39.263,-168.516],[30.555,-154.204],[21.674,-139.61],[14.766,-128.256],[12.485,-124.508],[9.251,-119.193],[0.883,-105.441],[-45.033,-181.527],[-48.467,-187.216],[-55.48,-198.837],[-59.461,-205.434],[-62.559,-210.567],[-65.027,-214.657],[-68.483,-220.384],[-72.231,-226.593],[-66.908,-217.469],[-50.877,-191.468],[-28.706,-154.343],[-22.006,-149.843],[-6.157,-125.593],[-0.311,-117.343],[7.83,-127.593],[10.584,-125.093],[22.03,-140.093],[31.071,-155.593],[43.849,-176.093],[55.108,-194.593]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":22.6,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[74.602,-226.593],[58.957,-200.882],[39.263,-168.516],[30.555,-154.204],[21.674,-139.61],[14.766,-128.256],[12.485,-124.508],[9.251,-119.193],[0.883,-105.441],[-45.033,-181.527],[-48.467,-187.216],[-55.48,-198.837],[-59.461,-205.434],[-62.559,-210.567],[-65.027,-214.657],[-68.483,-220.384],[-72.231,-226.593],[-66.908,-217.469],[-50.877,-191.468],[-28.706,-154.343],[-22.006,-149.843],[-6.157,-125.593],[-0.311,-117.343],[7.83,-127.593],[10.584,-125.093],[22.03,-140.093],[31.071,-155.593],[43.849,-176.093],[55.108,-194.593]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[74.602,-226.593],[58.957,-200.882],[39.263,-168.516],[30.555,-154.204],[21.674,-139.61],[14.766,-128.256],[12.485,-124.508],[9.251,-119.193],[0.883,-105.441],[-45.033,-181.527],[-48.467,-187.216],[-55.48,-198.837],[-59.461,-205.434],[-62.559,-210.567],[-65.027,-214.657],[-68.483,-220.384],[-72.231,-226.593],[-66.908,-217.469],[-51.252,-191.718],[-28.706,-154.343],[-22.506,-145.343],[-5.657,-120.093],[-0.311,-113.593],[6.08,-118.343],[10.834,-123.343],[22.03,-140.093],[31.071,-155.593],[43.849,-176.093],[55.108,-194.593]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":24,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[74.602,-226.593],[58.957,-200.882],[39.263,-168.516],[30.555,-154.204],[21.674,-139.61],[14.766,-128.256],[12.485,-124.508],[9.251,-119.193],[0.883,-105.441],[-45.033,-181.527],[-48.467,-187.216],[-55.48,-198.837],[-59.461,-205.434],[-62.559,-210.567],[-65.027,-214.657],[-68.483,-220.384],[-72.231,-226.593],[-66.908,-217.469],[-51.252,-191.718],[-28.706,-154.343],[-22.506,-145.343],[-5.657,-120.093],[-0.311,-113.593],[6.08,-118.343],[10.834,-123.343],[22.03,-140.093],[31.071,-155.593],[43.849,-176.093],[55.108,-194.593]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[74.602,-226.593],[58.957,-200.882],[39.263,-168.516],[30.555,-154.204],[21.674,-139.61],[14.766,-128.256],[12.485,-124.508],[9.251,-119.193],[0.883,-105.441],[-45.033,-181.527],[-48.467,-187.216],[-55.48,-198.837],[-59.461,-205.434],[-62.559,-210.567],[-65.027,-214.657],[-68.483,-220.384],[-72.231,-226.593],[-66.908,-217.469],[-51.252,-191.968],[-28.706,-154.343],[-22.006,-143.593],[-5.657,-115.843],[0.439,-106.093],[7.33,-117.093],[12.834,-124.843],[22.03,-140.093],[31.071,-155.593],[43.849,-176.093],[55.108,-194.593]],"c":true}]},{"t":26}]},"nm":"M"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"M"}],"ip":16,"op":27,"st":7,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":4,"nm":"M Little Rays matte","parent":26,"td":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[74.602,-226.593],[0.767,-211.441],[-72.231,-226.593],[-122.987,-226.593],[-122.987,0],[-75.856,0],[78.227,0],[125.056,0],[125.056,-226.593]],"c":true}},"nm":"M"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"M"}],"ip":13,"op":25,"st":13,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":4,"nm":"M Little Rays","parent":26,"tt":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[61.5,-117],[59.295,-114.06],[57,-111],[104,-101.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[106.75,-100.25],[88.28,-103.04],[108,-94],[137.25,-85.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[106.75,-100.25],[88.28,-103.04],[108,-94],[137.25,-85.25]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[124.75,-92.5],[105.53,-97.29],[124.25,-88.5],[141.5,-84.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[124.75,-92.5],[105.53,-97.29],[124.25,-88.5],[141.5,-84.25]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[138,-86.75],[118.78,-91.54],[137.5,-82.75],[154.75,-78.5]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":21,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[138,-86.75],[118.78,-91.54],[137.5,-82.75],[154.75,-78.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[141.125,-84.5],[133.905,-86.165],[141,-83.875],[154.75,-78.5]],"c":true}]},{"t":24}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 9"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[43,-89.5],[38.58,-84.417],[33,-78],[92,-48.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[81.25,-57.5],[58.138,-70.446],[77.75,-53.5],[104.25,-39.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[81.25,-57.5],[58.138,-70.446],[77.75,-53.5],[104.25,-39.25]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[95,-46.5],[74.388,-57.196],[92.5,-43.25],[109.5,-34.75]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[95,-46.5],[74.388,-57.196],[92.5,-43.25],[109.5,-34.75]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[106.25,-38.25],[96.388,-42.946],[104.75,-37.25],[116.25,-31]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":21,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[106.25,-38.25],[96.388,-42.946],[104.75,-37.25],[116.25,-31]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[118.625,-29.375],[116.638,-30.071],[119.125,-29.125],[119.625,-28.875]],"c":true}]},{"t":24}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 8"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[41,-42.5],[74.5,-12.5],[115,8.5],[81.5,-22]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[70.5,-22.5],[107.5,4.75],[147.5,25.75],[109.75,-1.75]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[70.5,-22.5],[107.5,4.75],[147.5,25.75],[109.75,-1.75]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[94.75,-6.75],[121.5,13],[152.25,27.5],[122.5,9.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[94.75,-6.75],[121.5,13],[152.25,27.5],[122.5,9.25]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[111.75,5.75],[132.25,18],[152.25,27.5],[133.5,15.75]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":21,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[111.75,5.75],[132.25,18],[152.25,27.5],[133.5,15.75]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[123.5,13],[134.125,17.125],[146.125,22],[134.75,17]],"c":true}]},{"t":24}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 7"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.329,12.86],[-31.648,55.368],[-36.769,107.522],[-22.462,64.62]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-30.236,64.919],[-43.295,109.245],[-42.367,137.427],[-35.379,110.404]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-30.236,64.919],[-43.295,109.245],[-42.367,137.427],[-35.379,110.404]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-33.71,83.317],[-40.795,111.528],[-43.575,142.754],[-37.591,112.073]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-33.71,83.317],[-40.795,111.528],[-43.575,142.754],[-37.591,112.073]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-36.511,94.42],[-40.265,119.906],[-43.625,148.458],[-38.045,122.432]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":21,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-36.511,94.42],[-40.265,119.906],[-43.625,148.458],[-38.045,122.432]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-37.75,133.75],[-38.5,139.25],[-38.5,148],[-36,141.5]],"c":true}]},{"t":24}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 6"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-0.5,-34.5],[-20,-10.5],[-2,-23]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-21.5,-10.75],[-32.25,-2.75],[-17.75,-9.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-21.5,-10.75],[-32.25,-2.75],[-17.75,-9.25]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-34.5,-2.5],[-44.25,6.75],[-27.75,-5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-34.5,-2.5],[-44.25,6.75],[-27.75,-5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-53,11.25],[-62.75,20.5],[-46.25,8.75]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":21,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-53,11.25],[-62.75,20.5],[-46.25,8.75]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-90.75,40.5],[-90.75,41],[-89.75,39.75]],"c":true}]},{"t":24}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 5"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-57,27.5],[-72.5,39],[-97,66],[-69.5,49]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-90.25,60.75],[-98.25,65.25],[-107.75,75.75],[-96.75,68.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-90.25,60.75],[-98.25,65.25],[-107.75,75.75],[-96.75,68.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-99.75,67.25],[-105.75,71.25],[-111.75,77.5],[-104,73.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-99.75,67.25],[-105.75,71.25],[-111.75,77.5],[-104,73.25]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-108.375,73.375],[-112.875,76.625],[-117,80.75],[-111.375,77.375]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":21,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-108.375,73.375],[-112.875,76.625],[-117,80.75],[-111.375,77.375]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-117.625,82],[-118.75,82.375],[-119.625,83.25],[-118.375,82.375]],"c":true}]},{"t":24}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 4"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-52,-39.5],[-75.5,-28.5],[-99,-8],[-71.5,-19]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-72.25,-23.5],[-85.75,-18.25],[-102.75,-6.75],[-86.5,-13.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-72.25,-23.5],[-85.75,-18.25],[-102.75,-6.75],[-86.5,-13.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-92,-13.5],[-99.5,-9.75],[-111.5,-2.25],[-98.5,-6.75]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-92,-13.5],[-99.5,-9.75],[-111.5,-2.25],[-98.5,-6.75]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-97.125,-9.875],[-104.125,-7],[-113.625,-0.875],[-102.875,-5.5]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":21,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-97.125,-9.875],[-104.125,-7],[-113.625,-0.875],[-102.875,-5.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-109.5,-3.125],[-110.625,-2.75],[-113.625,-0.75],[-111.25,-2]],"c":true}]},{"t":24}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-54,-71.5],[-84,-69.5],[-105.5,-57.5],[-77,-61.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-76.5,-64.75],[-91.75,-64],[-105.5,-57.5],[-89.25,-59]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-76.5,-64.75],[-91.75,-64],[-105.5,-57.5],[-89.25,-59]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-96.25,-59],[-107,-57],[-115.75,-53.25],[-106.25,-54.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-96.25,-59],[-107,-57],[-115.75,-53.25],[-106.25,-54.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-103.125,-56.75],[-113.125,-54.875],[-126.25,-50.125],[-113.25,-53.125]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":21,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-103.125,-56.75],[-113.125,-54.875],[-126.25,-50.125],[-113.25,-53.125]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-116.375,-52.875],[-117.125,-52.75],[-126.25,-50.125],[-117.25,-52.75]],"c":true}]},{"t":24}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-63,-121],[-107.5,-101.5],[-53.5,-118.5],[-57.957,-119.673]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-96,-109],[-112.5,-101.75],[-98.25,-104.25],[-82.376,-111.945]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-96,-109],[-112.5,-101.75],[-98.25,-104.25],[-82.376,-111.945]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-110.25,-103.5],[-119.5,-100.25],[-108,-102],[-96.626,-106.445]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-110.25,-103.5],[-119.5,-100.25],[-108,-102],[-96.626,-106.445]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-112.75,-102.125],[-125.5,-98.375],[-111,-101.375],[-103.876,-104.07]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":21,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-112.75,-102.125],[-125.5,-98.375],[-111,-101.375],[-103.876,-104.07]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-120,-100.5],[-125.5,-98.375],[-120.25,-100.125],[-117.251,-101.445]],"c":true}]},{"t":24}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":16,"op":25,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":20,"ty":4,"nm":"Rhombus side matte","parent":22,"td":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,-100,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[40,-254.5],[1.5,-171.5],[-13.5,-125],[-22.5,67],[-7,85.5],[116,-124.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[40,-254.5],[1.5,-171.5],[-61.5,-125],[1.5,-24],[17,-5.5],[116,-124.5]],"c":true}]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":4,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[40,-254.5],[1.5,-171.5],[-61.5,-125],[1.5,-24],[17,-5.5],[116,-124.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[40,-254.5],[3.591,-221],[-31.5,-125],[3.591,-32],[17,-18],[116,-124.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":1,"y":0.365},"n":"0p833_0p833_1_0p365","t":5,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[40,-254.5],[3.591,-221],[-31.5,-125],[3.591,-32],[17,-18],[116,-124.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[40,-254.5],[1.587,-202.04],[68.025,-125],[-1.619,-29.334],[17,9.599],[116,-124.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[40,-254.5],[1.587,-202.04],[68.025,-125],[-1.619,-29.334],[17,9.599],[116,-124.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[40,-254.5],[1.333,-192.608],[81.711,-125],[1.333,-30.105],[17,13.395],[116,-124.5]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":13,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[40,-254.5],[1.333,-192.608],[81.711,-125],[1.333,-30.105],[17,13.395],[116,-124.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[40,-254.5],[1.5,-203],[87.5,-125],[1.5,-3.5],[17,15],[116,-124.5]],"c":true}]},{"t":15}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.95,0.57,0,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":1,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":21,"ty":4,"nm":"Rhombus side","parent":22,"tt":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,0,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":1,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7,-72],[1.151,-62.5],[-4.629,-72],[1.266,-81.75]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7,-97],[1.151,-77.5],[-4.629,-97],[1.266,-114.75]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7,-97],[1.151,-77.5],[-4.629,-97],[1.266,-114.75]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[9.556,-203.5],[1.151,-117.5],[-7.073,-203.5],[1.386,-242]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[9.556,-203.5],[1.151,-117.5],[-7.073,-203.5],[1.386,-242]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[74.602,-226.593],[1.034,-127.691],[-72.231,-226.593],[0.949,-269.843]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":4,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[74.602,-226.593],[1.034,-127.691],[-72.231,-226.593],[0.949,-269.843]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[82.102,-226.593],[1.017,-137.775],[-79.731,-226.593],[1,-314.718]],"c":true}]},{"i":{"x":0.843,"y":0.414},"o":{"x":1,"y":0},"n":"0p843_0p414_1_0","t":5,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[82.102,-226.593],[1.017,-137.775],[-79.731,-226.593],[1,-314.718]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[74.602,-226.593],[0.883,-105.441],[-72.231,-226.593],[1.25,-226.593]],"c":true}]},{"t":15}]},"nm":"M"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"M"}],"ip":1,"op":16,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":22,"ty":4,"nm":"Rhombus","parent":26,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[{"i":{"x":[0.648,0.648,0.648],"y":[1,0.648,0.648]},"o":{"x":[0.305,0.305,0.305],"y":[0,0.305,0.305]},"n":["0p648_1_0p305_0","0p648_0p648_0p305_0p305","0p648_0p648_0p305_0p305"],"t":4,"s":[90,100,100],"e":[110,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,0.833,0.833]},"o":{"x":[0.398,0.398,0.398],"y":[0,0.398,0.398]},"n":["0p833_1_0p398_0","0p833_0p833_0p398_0p398","0p833_0p833_0p398_0p398"],"t":7,"s":[110,100,100],"e":[90,100,100]},{"t":13}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":1,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7,-72],[1.151,-62.5],[-4.629,-72],[1.266,-81.75]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7,-97],[1.151,-77.5],[-4.629,-97],[1.266,-114.75]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7,-97],[1.151,-77.5],[-4.629,-97],[1.266,-114.75]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[9.556,-203.5],[1.151,-117.5],[-7.073,-203.5],[1.386,-242]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[9.556,-203.5],[1.151,-117.5],[-7.073,-203.5],[1.386,-242]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[74.602,-226.593],[1.034,-127.691],[-72.231,-226.593],[0.949,-269.843]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":4,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[74.602,-226.593],[1.034,-127.691],[-72.231,-226.593],[0.949,-269.843]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[82.102,-226.593],[1.017,-137.775],[-79.731,-226.593],[1,-314.718]],"c":true}]},{"i":{"x":0.843,"y":0.414},"o":{"x":1,"y":0},"n":"0p843_0p414_1_0","t":5,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[82.102,-226.593],[1.017,-137.775],[-79.731,-226.593],[1,-314.718]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[74.602,-226.593],[0.883,-105.441],[-72.231,-226.593],[1.25,-226.593]],"c":true}]},{"t":15}]},"nm":"M"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"M"}],"ip":4,"op":16,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":23,"ty":4,"nm":"M Rays matte","parent":26,"td":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.099,"y":0.59},"n":"0p833_0p833_0p099_0p59","t":16,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[59.484,-201.012],[0.904,-106.522],[-57.155,-201.012],[-105.931,-201.012],[-105.931,-0.581],[-65.281,-0.581],[-65.266,-115.065],[0.809,-17.406],[67.626,-114.805],[67.611,-0.581],[108,-0.581],[108,-201.012]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[70.303,-219.318],[0.889,-105.749],[-67.943,-219.318],[-118.137,-219.318],[-118.137,-0.165],[-72.849,-0.165],[-72.849,-145.29],[0.889,-12.809],[75.208,-144.999],[75.208,-0.165],[120.206,-0.165],[120.206,-219.318]],"c":true}]},{"i":{"x":0.172,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p172_1_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[70.303,-219.318],[0.889,-105.749],[-67.943,-219.318],[-118.137,-219.318],[-118.137,-0.165],[-72.849,-0.165],[-72.849,-145.29],[0.889,-12.809],[75.208,-144.999],[75.208,-0.165],[120.206,-0.165],[120.206,-219.318]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[74.602,-226.593],[0.883,-105.441],[-72.231,-226.593],[-122.987,-226.593],[-122.987,0],[-75.856,0],[-75.856,-149.551],[0.883,-23.566],[78.227,-149.249],[78.227,0],[125.056,0],[125.056,-226.593]],"c":true}]},{"t":25}]},"nm":"M"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.18,0.3,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"M"}],"ip":13,"op":25,"st":13,"bm":0,"sr":1},{"ddd":0,"ind":24,"ty":4,"nm":"M Rays","parent":26,"tt":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[204,-154],[72,-130.5],[138.5,-90],[143,-78.5],[16,-114],[127.847,-27.796],[159.5,-20],[145.5,-16],[74.336,-46.732],[34.5,-81],[18.844,-61.377],[75.017,-37.97],[138,14.5],[135.5,33],[-1.5,-63],[135.5,94.5],[128,137],[18,122],[5,-36],[-37.5,107],[-79,104],[-20,-0.5],[-118,104.5],[-128.5,96],[-42.059,-12.573],[-4.465,-33.968],[-20.5,-59],[-57.457,-14.831],[-125.5,13],[-125,2.5],[-38.5,-62],[-70.521,-61.148],[-99.5,-50],[-126,-50],[-89.407,-72.14],[-21.746,-79.428],[-43.5,-117],[-93.569,-85.237],[-130.5,-91.5],[-125.5,-99.5],[-68,-130],[-166,-147],[-192,177],[201,156]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[204,-154],[62.5,-137],[155,-99],[162.5,-65],[63.5,-90.5],[134.123,-36.586],[159.5,-20],[148.5,-11],[128.229,-18.277],[90,-32],[128.734,3.419],[134.498,8.675],[141,14.5],[137.5,36],[35.5,-32.5],[133.5,83],[128,137],[18,129],[0,24],[-30,129],[-99,126],[-78,75],[-144,120],[-136,71],[-132.279,77.921],[-125.022,70.853],[-57.5,-7.5],[-101.847,16.717],[-150,40],[-134,-3],[-62,-52],[-93.313,-47.468],[-138,-41],[-135,-58],[-132.574,-61.329],[-129.167,-65.208],[-107.5,-75],[-126.073,-78.263],[-136,-81],[-138,-106],[-74.5,-132.5],[-166,-147],[-192,177],[201,156]],"c":true}]},{"t":17}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":16,"op":18,"st":3,"bm":0,"sr":1},{"ddd":0,"ind":25,"ty":4,"nm":"M","parent":26,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.099,"y":0.59},"n":"0p833_0p833_0p099_0p59","t":16,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[59.484,-201.012],[0.904,-106.522],[-57.155,-201.012],[-105.931,-201.012],[-105.931,-0.581],[-65.281,-0.581],[-65.266,-115.065],[0.809,-17.406],[67.626,-114.805],[67.611,-0.581],[108,-0.581],[108,-201.012]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[70.303,-219.318],[0.889,-105.749],[-67.943,-219.318],[-118.137,-219.318],[-118.137,-0.165],[-72.849,-0.165],[-72.849,-145.29],[0.889,-12.809],[75.208,-144.999],[75.208,-0.165],[120.206,-0.165],[120.206,-219.318]],"c":true}]},{"i":{"x":0.172,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p172_1_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[70.303,-219.318],[0.889,-105.749],[-67.943,-219.318],[-118.137,-219.318],[-118.137,-0.165],[-72.849,-0.165],[-72.849,-145.29],[0.889,-12.809],[75.208,-144.999],[75.208,-0.165],[120.206,-0.165],[120.206,-219.318]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[74.602,-226.593],[0.883,-105.441],[-72.231,-226.593],[-122.987,-226.593],[-122.987,0],[-75.856,0],[-75.856,-149.551],[0.883,-23.566],[78.227,-149.249],[78.227,0],[125.056,0],[125.056,-226.593]],"c":true}]},{"t":25}]},"nm":"M"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"M"}],"ip":16,"op":43,"st":16,"bm":0,"sr":1},{"ddd":0,"ind":26,"ty":1,"nm":"ResizerTemp","parent":27,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[26.6,35.7,0]},"a":{"k":[250,300,0]},"s":{"k":[10.5,10.5,100]}},"ao":0,"sw":500,"sh":600,"sc":"#ffffff","ip":0,"op":43,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":27,"ty":1,"nm":"White Solid 42","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[40,50,0]},"a":{"k":[28,35,0]},"s":{"k":[142.857,142.857,100]}},"ao":0,"sw":56,"sh":70,"sc":"#ffffff","ip":0,"op":43,"st":0,"bm":0,"sr":1}],"v":"4.4.26","ddd":0,"ip":0,"op":43,"fr":25,"w":80,"h":100} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Mobilo/N.json b/ohos/flutter_lottie/assets/Mobilo/N.json new file mode 100644 index 0000000000000000000000000000000000000000..1d5c8a914f9344d2cfff358f07dad1613befb97f --- /dev/null +++ b/ohos/flutter_lottie/assets/Mobilo/N.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"N","parent":35,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[55.078,-226.593],[55.078,-72.51],[-52.176,-226.593],[-100.818,-226.593],[-100.818,0],[-53.687,0],[-53.687,-154.688],[53.265,0],[101.907,0],[101.907,-226.593]],"c":true}},"nm":"N"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"N"}],"ip":23,"op":32,"st":-24,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Base_012","parent":35,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-2,28.5],[0,0],[0,-14],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.184,6.998],[0.786,17.596]],"o":[[-25,0],[0,0],[0,14],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.5,-19],[-1.25,-28]],"v":[[102,-126.5],[55,-126.5],[57.25,-75],[55,27.75],[-52.75,-126.5],[-101,-126.5],[-101,100],[-54,100],[-54,-54],[53,100],[101,100],[103.25,26],[100.75,-71.5]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.941,1.928],[-0.872,-1.199]],"o":[[-1.173,-2.404],[1.071,1.473]],"v":[[169.74,-5.596],[167.622,-4.417]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"}],"ip":21,"op":23,"st":-2,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"White_11","parent":35,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[3,-0.5],[-5.5,1.5]],"o":[[-3,0.5],[5.5,-1.5]],"v":[[151.5,15],[151,21]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":20,"op":21,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Accent_11","parent":35,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.135,-0.558],[-0.007,-0.31],[-1.039,-0.041],[-0.175,2.011],[1.601,-1.509]],"o":[[-0.053,0.218],[0.037,1.626],[1.238,0.049],[0.231,-2.653],[-0.356,0.335]],"v":[[88.843,13.388],[88.777,14.191],[91.535,16.792],[94.245,13.91],[89.607,12.049]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":20,"op":21,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Base_011","parent":35,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-3.5,27.5],[0,0],[0,-14],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.184,6.998],[0.786,17.596]],"o":[[-25,0],[0,0],[0,14],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.5,-19],[-1.25,-28]],"v":[[102,-124.5],[55,-124.5],[59.25,-73],[55,27.75],[-52.75,-126.5],[-101,-126.5],[-101,100],[-54,100],[-54,-54],[53,100],[101,100],[103.25,26],[98.75,-69.5]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.861,3.813],[-1.725,-2.372]],"o":[[-2.32,-4.754],[2.118,2.913]],"v":[[169.57,-4.746],[165.382,-2.413]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"}],"ip":20,"op":21,"st":-2,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"White_10","parent":35,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.051,-1.843],[-0.655,3.29]],"o":[[-1.051,1.843],[0.655,-3.29]],"v":[[12.295,70.088],[19.752,72.713]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 4"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[8,-4],[-7.5,3.5],[-5.5,4.5]],"o":[[-8,4],[7.5,-3.5],[3.12,-2.553]],"v":[[145.5,18],[135.5,27.5],[148.5,22]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2.531,-1.446],[-2.5,2]],"o":[[-3.5,2],[2.5,-2]],"v":[[109.5,89],[112,91.5]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":18,"op":20,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Accent_10","parent":35,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.124,-4.262],[-0.001,-0.432],[-2.597,-0.891],[-0.304,2.801]],"o":[[-0.08,0.303],[0.003,2.27],[2.884,0.99],[0.49,-4.517]],"v":[[86.891,15.437],[86.775,16.557],[88.597,25.016],[94.416,16.327]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2.25,0.5],[-3.25,-1.5],[0,2.25]],"o":[[-2.25,-0.5],[2.093,0.966],[0,-2.25]],"v":[[24.25,55],[23.5,61],[30,59.25]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":18,"op":20,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Base_10","parent":35,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2.731,3.246],[-3.002,-3.999]],"o":[[-4.642,-5.518],[3.002,3.999]],"v":[[169.07,-3.996],[161.632,0.087]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.387,-2.08],[-1,1.5]],"o":[[-1.5,2.25],[1.177,-1.765]],"v":[[-97,-220.5],[-92.75,-218.25]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[3,5.5],[0,0],[-0.75,-11.5],[0,0],[2.5,-8.75],[-4,-25.75],[0,0],[4,3.75],[1.25,4],[2.463,3.233],[0,0],[6.25,-4.5],[-5.28,-20],[-0.109,-33.769],[0,0],[0,0],[0,0],[-2.5,-7.5],[-6,0],[-4,0],[0.5,4.25],[0,8.75],[-0.547,7.747],[4.1,18.635],[-1.25,6.25],[-1.132,6.227],[6,0.25],[-0.25,6.5]],"o":[[-13,0],[0,0],[0.859,13.175],[0,0],[-3.366,11.781],[3.876,24.951],[0,0],[-4,-3.75],[-0.577,-1.848],[-2.869,-3.766],[0,0],[-6.25,4.5],[4.394,16.646],[0.172,53.462],[0,0],[0,0],[0,0],[2.5,7.5],[11.5,0],[0.5,-2.75],[-0.5,-4.25],[0,-8.75],[1.5,-21.25],[-2.75,-12.5],[1.25,-6.25],[4,-22],[2.5,-3.75],[0.18,-4.667]],"v":[[102,-128.5],[55,-128.5],[54.25,-110.5],[61.5,-93.5],[54.5,-89.25],[56.5,-42],[54.5,24],[-32.5,-101.25],[-42.75,-110.75],[-46.736,-121.582],[-54,-126.5],[-100.25,-124],[-103.72,-93.5],[-100.923,-12.999],[-101,100],[-54,100],[-53.5,-52],[45.5,82.5],[55,100],[103,100],[101.5,92.5],[104,79.75],[99,57.25],[103.75,-18.5],[102.5,-39.75],[105.5,-65],[99,-96.75],[104.75,-111]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":18,"op":20,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"White_09","parent":35,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.463,-4.045],[-7.82,-1.962]],"o":[[-1.463,4.045],[7.82,1.962]],"v":[[15.303,70.796],[28.729,77.937]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 4"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[3,-2.5],[-3,4]],"o":[[-4.155,3.462],[3,-4]],"v":[[106,89.5],[109.5,94.5]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[12.5,-6.5],[-5,1.5],[-2.5,4.5]],"o":[[-12.5,6.5],[5,-1.5],[2.5,-4.5]],"v":[[141,19.5],[123.5,36],[142.5,24.5]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":16,"op":18,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Accent_09","parent":35,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[240.5,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[4.25,1.25],[-0.75,-5],[-2.25,2.25]],"o":[[-4.25,-1.25],[0.75,5],[2.25,-2.25]],"v":[[40.75,54.5],[33,60],[44.75,63.25]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[6.268,0.152],[0.081,-3.88],[-4.476,-0.467],[-0.949,6.688]],"o":[[-5.504,-0.133],[-0.126,6.019],[3.738,0.39],[0.835,-5.883]],"v":[[97.79,17.27],[90.339,26.044],[91.656,49.763],[104.014,27.472]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[3.255,-0.362],[0,0],[2.894,-2.894],[0,0],[0,0],[0.362,2.532],[3.979,-0.362],[4.702,-1.809],[1.809,-3.979]],"o":[[-3.255,0.362],[0,0],[-2.983,2.983],[0,0],[0,0],[-0.362,-2.532],[0.362,-4.34],[-4.702,1.809],[-0.723,-1.809]],"v":[[77.351,83.362],[78.798,93.489],[72.287,92.404],[75.543,99.638],[96.16,100],[100.138,94.213],[93.989,93.851],[90.011,85.894],[85.67,92.043]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":16,"op":18,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"Base_09","parent":35,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-3],[0,2.5]],"o":[[0,3],[0,-2.5]],"v":[[-94,-220],[-88,-220]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 4"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[4.5,-2.5],[-5.5,3.5]],"o":[[-4.5,2.5],[5.5,-3.5]],"v":[[-111,-135],[-103,-122]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2.245,3.669],[2.219,-3.947],[-4.394,1.394]],"o":[[-2.245,-3.669],[-2.259,4.018],[4.394,-1.394]],"v":[[167.64,-4.541],[155.965,-1.35],[161.696,4.343]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[3.5,5],[4.272,-2.525],[-3.75,-4.5],[3.769,-5.14],[-1.917,-5.112],[0.263,-4.743],[0.25,-5.75],[0,0],[0,0],[0,0],[-5,-9.5],[0,-11],[0,0],[15.889,9.346],[1.5,9],[-3,8],[-1.5,14],[-1.5,14.5],[-7,17],[14,-3.5],[0.5,8],[0,0],[0,0],[0,-9.5],[-5.5,-10.5],[1.737,-9.552],[-6,-15],[0,0],[4.884,9.767],[11.5,14],[4.685,5.857],[1,3],[6.75,-2.75],[5.5,-1.25],[1.25,-3.5]],"o":[[-2.846,-4.065],[-5.5,3.25],[-6.25,-2.5],[-2.75,3.75],[2.25,6],[-0.25,4.5],[-0.25,5.75],[0,0],[0,0],[0,0],[5,9.5],[28,0],[0,0],[-4.25,-2.5],[-1.5,-9],[3,-8],[1.5,-14],[1.5,-14.5],[4.573,-11.106],[8,-8.5],[-0.5,-8],[0,0],[0,0],[0,9.5],[-6,-4],[-1,5.5],[3.974,9.935],[0,0],[-4,-20.5],[-5.166,-6.29],[-4,-5],[-1,-3],[-3.25,-1],[-5.5,1.25],[-4.75,-2.25]],"v":[[-79.75,-127.75],[-90.5,-130],[-88.25,-113.75],[-102.25,-117.75],[-101.5,-106],[-103.75,-95.75],[-101,-82.5],[-101,100],[-54,100],[-54,-49.5],[37.5,75.5],[41.5,100],[110,100],[97.25,81.5],[99,67.5],[92,51.5],[106.5,5],[101.5,-32],[112.5,-69],[101.5,-90.5],[108.5,-113],[102,-131.5],[55,-131.5],[48,-113],[55.5,-89.5],[42.5,-80],[52,-49.5],[56.5,23.5],[54.5,18],[22.5,-27],[-35.5,-105.25],[-39.5,-115.5],[-53.25,-121.25],[-65,-124.5],[-70.25,-120]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":16,"op":18,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"White_08","parent":35,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[4.5,0],[0,0],[0,0]],"o":[[-4.5,0],[0,0],[0,0]],"v":[[104,92.5],[91,99],[105,99]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[5.687,3.148],[-7.77,-3.691],[-11.855,-3.962],[-1.529,2.813],[0,0]],"o":[[-9.018,-4.992],[7.691,3.653],[5.942,1.986],[1.013,-1.864],[0,0]],"v":[[29.515,73.598],[29.093,79.768],[50.576,89.136],[68.577,96.078],[52.193,86.815]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-8.5,7.5],[10.5,-10],[5,-8.5],[-7,11.5],[-4.5,5.5]],"o":[[8.5,-7.5],[-10.5,10],[-5,8.5],[7,-11.5],[4.5,-5.5]],"v":[[132,30.5],[118.5,35],[97.5,64.5],[105,55.5],[122.5,41.5]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":15,"op":16,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"Accent_08","parent":35,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-15],[6.5,-6.5],[-11.5,-35],[-2,-14],[0,0],[-14,0],[13,-2],[8,0]],"o":[[-8,-34],[-1.768,1.768],[-9,-10],[2,14],[0,0],[4,-6],[4.5,-7.5],[-19.026,0]],"v":[[74,67],[24.5,-1],[67,70],[29,64],[60,100],[110,100],[103,83],[91,29]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":15,"op":16,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"Base_08","parent":35,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.543,2.851],[-1.184,-2.865]],"o":[[-1.543,-2.851],[0.93,2.249]],"v":[[159.703,38.049],[154.781,41.138]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 5"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[6.499,7.09],[-5.5,-7.5]],"o":[[-5.5,-6],[4.921,6.711]],"v":[[163.5,-4.5],[147,6.5]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 4"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2.85,2.85],[-1.5,-3]],"o":[[-2.5,-2.5],[2.109,4.219]],"v":[[-165.5,-125.5],[-171,-121.5]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.029,4.63],[-0.721,-5.048]],"o":[[-1,-4.5],[0.5,3.5]],"v":[[-77.5,-223.5],[-85.5,-221]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2.5,0.5],[-3,-17.5],[-4.25,-10.5],[-0.413,-18.063],[-0.013,-24.659],[0,0],[0,0],[0,0],[-12.142,-23.272],[0,0],[0,0],[-5.35,8.269],[6,-3],[3.5,1.5],[4.75,-5],[3.5,3.75],[2.75,-1],[0.25,9],[2.75,7.5],[-0.5,7],[6.75,1.25],[0,0],[-8.822,19.313],[15.5,4.75],[8.764,-39.589],[-1.907,-25.991],[0,6.5],[11.381,8.985],[6.75,13],[6.327,4.482],[4,7],[4.17,-2.69],[-3.75,-9],[2.863,7.445]],"o":[[-2.5,-0.5],[2.403,14.017],[1.035,2.557],[0.44,19.234],[0.025,47.275],[0,0],[0,0],[0,0],[6,11.5],[0,0],[0,0],[5.5,-8.5],[3.5,-9],[-3.5,-1.5],[2.75,-7.5],[-3.5,-3.75],[1.25,-4.5],[-0.25,-9],[-2.75,-7.5],[0.5,-7],[-6.219,-1.152],[0,0],[9.25,-20.25],[-11.565,-3.544],[-6.925,31.281],[-7.5,-11.25],[0,-3.354],[-14.25,-11.25],[-6.75,-13],[-6,-4.25],[-4,-7],[-7.75,5],[-9.5,-1.25],[-3.75,-9.75]],"v":[[-115.25,-158.75],[-118,-135.75],[-103.25,-95.5],[-99.638,-54.974],[-100.531,7],[-101,100],[-54,100],[-54,-53.5],[39,80.5],[41,100],[102,100],[119.5,92],[117,81],[119,63],[106.5,66.25],[109.5,37.5],[102.75,36],[106,20],[99.25,-3.5],[95.25,-29],[90.5,-47],[81.75,-36.75],[89.25,-69.25],[90,-116.25],[55.425,-61.531],[54.5,18.25],[43.5,-0.5],[32.5,-26],[-40.25,-107.25],[-54,-121.75],[-69.75,-131.75],[-86.75,-139.25],[-85.25,-119.5],[-106.5,-135.75]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":15,"op":16,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"White_07","parent":35,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-4,-9.5],[-3.5,-15],[2.177,-4.295],[-4.236,-5.259],[-3.209,0],[1,18],[3.5,-6],[9,30.5],[-1,5.5]],"o":[[4,9.5],[0.503,2.155],[-3.573,-2.545],[2.352,2.919],[12,0],[-1,-18],[-3.5,6],[-9,-30.5],[1,-5.5]],"v":[[52,22],[76,78.5],[73.073,95.045],[64.736,96.759],[80.5,100],[101,84],[88,79.5],[76,69.5],[63.5,32.5]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":13,"op":15,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"Accent_07","parent":35,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1,-2.25],[-7.25,-8.25],[-7.567,-16.568],[-1,-6.5],[-2.5,-14.5],[-3.5,-7.5],[0,0],[0.83,7.471],[12,-7.5],[25.75,-22],[10.508,15.658],[22.176,20.834]],"o":[[-1.045,2.352],[11.127,12.662],[6.579,14.406],[-14.5,-16],[2.5,14.5],[18.5,0],[0,0],[-0.5,-4.5],[6.5,-17],[-2,-11.25],[-11.348,-16.909],[-8.262,-7.762]],"v":[[-22,-45],[13.25,-11.75],[51.067,37.568],[60,78],[33.5,68],[62.75,100],[102,100],[126,79.25],[108.25,79],[78.5,63.75],[56.848,27.409],[16.824,-18.834]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":13,"op":15,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"Base_07","parent":35,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[3.038,3.609],[-1.764,-2.672]],"o":[[-3.755,-4.461],[3.08,4.665]],"v":[[158.583,38.882],[150.568,44.174]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 5"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[4.5,7.5],[6,-9.5],[-6,-1.5],[-5.5,5.5]],"o":[[-4.5,-7.5],[-6,9.5],[6.38,1.595],[5.5,-5.5]],"v":[[154,-1.5],[129.5,14],[127.5,29.5],[140.5,17]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 4"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.5,-4.5],[-0.25,3.992]],"o":[[0.5,4.5],[0.5,-8]],"v":[[-169.5,-123.5],[-157.5,-122.5]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-5.5],[-0.5,2]],"o":[[0,5],[1.118,-4.472]],"v":[[-71,-225],[-57.5,-222]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,2.549],[5.821,-5.251],[0.5,-24],[-10.5,-27.5],[2,-40.5],[0,0],[0,0],[0,0],[-13.016,-18.319],[-1.5,-19],[0,-9],[0,0],[0,0],[-3,14],[2.5,-0.5],[1.5,3.5],[6.5,-5],[3,2],[4.5,-4.5],[2,10],[4,-4],[-2,-7.5],[1,10],[4,-0.5],[-0.5,-18.5],[-2.5,-5],[14,18.5],[35.5,50],[11,12],[6.094,10.941],[3.747,-1.606],[-2.828,-8.516],[-0.643,-1.607],[2.75,21],[-12.994,14.032]],"o":[[0,-3.5],[-11.033,9.954],[-0.677,32.497],[4,19],[-2,40.5],[0,0],[0,0],[0,0],[13.5,19],[-6.5,-1.5],[0,9.5],[0,0],[0,0],[3,-14],[3,-5.5],[-1.5,-3.5],[0,-6.5],[-3,-2],[1.5,-9.5],[-2,-10],[-4,4],[-4.5,-6],[-1,-10],[-4,0.5],[0.42,15.526],[-11.5,-10.5],[7.5,-21],[-6.195,-8.725],[-2.776,-3.029],[-5.491,-9.858],[-7,3],[5.087,15.316],[-6,-4.5],[-2.75,-21],[5.54,-5.983]],"v":[[-88,-216],[-103.821,-210.249],[-125,-164.5],[-97.5,-71.5],[-102,11.5],[-101,100],[-54,100],[-54,-54],[14,33],[41,81],[29.5,90.5],[38,100],[103,100],[131.5,80.5],[127,68],[130,51.5],[116.5,50],[114.5,33],[100,34.5],[98.5,9.5],[86.5,-7],[86.5,14],[68.5,-26],[63,-53.5],[54,-34.5],[62,11.5],[14.5,-32.5],[-49,-107],[-66,-134],[-92.063,-151.908],[-107,-168.5],[-106.492,-149.671],[-90,-114],[-114.75,-158],[-101.54,-206.017]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":13,"op":15,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":4,"nm":"White_06","parent":35,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.086,0.905],[-8,-23.5],[-9,-7.5],[-7.15,-9.439],[5.198,4.243],[3.75,7],[8,10.5],[3.511,12.284]],"o":[[-3,-2.5],[5.549,16.301],[9,7.5],[4.426,5.842],[-7.981,-6.514],[-2.25,0.75],[-5.104,-6.7],[-1.992,-6.968]],"v":[[-125,-171],[-117.5,-136.5],[-93.5,-105],[-80.35,-87.061],[-76.019,-87.986],[-93.25,-108.5],[-107,-121.5],[-120.813,-150.768]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-1.85,-3.535],[-10.186,-8.173],[-3.271,-4.048],[-2.223,-0.202],[20.044,18.153],[15.518,11.082]],"o":[[2.723,5.202],[6.944,5.572],[10.277,12.719],[6.148,0.56],[-18.816,-17.041],[-18.239,-13.026]],"v":[[-50.723,-79.202],[-14.186,-53.673],[33.723,-15.219],[67.723,30.702],[34.316,-17.459],[-17.518,-58.082]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":10,"op":13,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":4,"nm":"Accent_06","parent":35,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[4,0],[-1.118,-24.602],[-20.5,-18],[-42.694,-44.642],[-8.941,6.437],[28.28,30.145],[16.143,11.819],[1.031,16.836]],"o":[[-4.272,0],[1,22],[8.392,7.369],[31.751,33.2],[10.587,-7.623],[-38.501,-41.039],[-33.084,-24.222],[-1.5,-24.5]],"v":[[-116.5,-203.5],[-126.5,-166.5],[-88,-95],[18.49,7.445],[75.5,64],[45.676,-10.258],[-71,-100.5],[-121.5,-169]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":10,"op":13,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":4,"nm":"Base_06","parent":35,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[19.589,-5.138],[9.5,-32],[-0.346,4.842],[0.75,0.5],[1.587,-22.445],[-39.029,-40.848],[5.5,-49],[0,0],[0,0],[1,26.5],[-0.5,4.5],[-30.5,-44.5],[-5.5,-21],[-10.25,-11],[0,0],[-7.157,17.176],[5.75,-4],[3,5],[-6.5,7],[3,2],[12,-39],[3,0],[1.5,-2.5],[1.5,3.5],[4.5,-2.5],[-6,-12],[2.5,5],[-0.5,6],[16.972,12.418],[7.5,11],[-1.16,14.31],[-10.5,6],[-13.251,-23.016],[5.15,-28.325],[-5.554,-2.777],[-2.301,8.308],[0.5,3.75],[-1,1.5],[14.25,21.75]],"o":[[-15.25,4],[-2,-9.5],[0.25,-3.5],[-0.75,-0.5],[-1.75,24.75],[-3.529,21.652],[-3.654,32.552],[0,0],[0,0],[-1,-26.5],[9,10],[8.485,12.38],[-7.75,-1.5],[16,0],[0,0],[5,-12],[4,-4.75],[2,-6.5],[6.5,-7],[-3,-2],[1.5,-10.5],[-3,0],[-1,-4.5],[-1.5,-3.5],[-4.5,2.5],[-10.5,-8],[4.5,-3],[0.5,-6],[-41,-30],[-12.345,-18.106],[0.75,-9.25],[13.599,-7.771],[14.25,24.75],[-2,11],[4.5,2.25],[4.5,-16.25],[1.5,1.25],[1,-1.5],[-14.25,-21.75]],"v":[[-85.75,-230],[-120.5,-187.5],[-123.25,-199.75],[-123.5,-206.25],[-129.25,-188.25],[-84.471,-75.652],[-103.5,12],[-101,100],[-55,100],[-53,24.5],[-52,-47.5],[14.5,24.5],[40.5,82.5],[39,100],[102,100],[126,84],[118.5,72],[120.5,53.5],[136.5,23.5],[141,11],[108.5,54],[106,37.5],[98.5,43],[87.5,21.5],[77,15.5],[80.5,38.5],[-21.5,-59],[-15.5,-67.5],[-36,-90],[-93,-149],[-107.25,-192.25],[-91,-218],[-42.25,-199],[-25,-127.75],[-33.5,-104],[-19.75,-120.75],[-19.5,-157.75],[-15,-158],[-29.75,-198.5]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[4,-0.5],[-4,0]],"o":[[-4,0.5],[4,0]],"v":[[-131.5,-228.5],[-131.5,-222]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 5"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1,4.5],[3,-1.5],[-1.5,-4],[-5,2]],"o":[[-1,-4.5],[-3,1.5],[1.619,4.316],[5,-2]],"v":[[-148,-130],[-157,-129.5],[-163.5,-123.5],[-153,-122]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 4"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[3,-5.5],[-3,3.5]],"o":[[-3,5.5],[3,-3.5]],"v":[[16,-84.5],[21.5,-79.5]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[6.575,5.918],[-3.5,-4]],"o":[[-5,-4.5],[2.794,3.193]],"v":[[152.5,42],[142.5,51]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[5,-3.5],[-3,2]],"o":[[-5,3.5],[3,-2]],"v":[[-150,50.5],[-147,59]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 6"}],"ip":10,"op":13,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":20,"ty":4,"nm":"White_05","parent":35,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1,-2.75],[-5.912,-13.795],[-2,1],[2.75,7]],"o":[[-1,2.75],[3.75,8.75],[2,-1],[-2.461,-6.265]],"v":[[-18.75,-184.75],[-8.75,-167.75],[-3.5,-150.75],[-7.75,-168]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[7.25,-5],[0.25,-1],[-15.25,0],[-5.949,-3.966],[-1.031,1.031],[2.5,1.5],[7.512,0.447]],"o":[[-1.25,1.25],[4.5,-3.5],[9,0],[3.75,2.5],[0.75,-0.75],[-5.524,-3.315],[-11.994,-0.713]],"v":[[-97,-200.5],[-98.5,-196.75],[-69.5,-205.25],[-47.25,-199.25],[-42,-197],[-46.25,-200.25],[-69.506,-206.787]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[1.552,-13.448],[-2,2],[-2.5,12],[0,0]],"o":[[0,0],[-1.5,13],[2,-2],[1.583,-7.599],[0,0]],"v":[[-121.5,-190],[-130.5,-173.5],[-123,-154],[-127.5,-174.5],[-123,-184]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":8,"op":10,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":21,"ty":4,"nm":"Accent_05","parent":35,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-2.225,4.598],[1.25,-15.5],[-1.5,12],[1.695,8.749]],"o":[[-12.5,8],[-1.688,20.934],[1.017,-4.881],[-1.711,-8.829]],"v":[[-118,-203.5],[-139.25,-171],[-117.75,-152.75],[-121.695,-170.749]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[33.75,-17],[0,0],[-18.007,0],[-3.171,-21.141],[2.5,9],[-3.131,2.907],[12,19]],"o":[[-10.5,9],[0,0],[28,0],[1.5,10],[5.5,4],[7,-6.5],[-11.503,-18.212]],"v":[[-86.25,-213.75],[-100.5,-191.25],[-71,-199],[-21,-152],[-18.5,-157],[-5,-130.5],[-11.5,-179]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":8,"op":10,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":22,"ty":4,"nm":"Base_05","parent":35,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[53.084,6.331],[-11.5,-29.5],[-24,-17.5],[0.5,-49],[0,0],[0,0],[-6.279,31.394],[0,0],[-10,-30],[-6,4],[14,14.5],[-1.93,2.068],[5.5,12],[10.5,10],[11,8],[4.5,4.5],[-2.261,19.897]],"o":[[-54.5,-6.5],[11.5,29.5],[-22,19.5],[-0.405,39.7],[0,0],[0,0],[7,-35],[0,0],[10,30],[6,-4],[3.5,1.5],[7,-7.5],[5,-5],[-11.154,-10.623],[-11,-8],[9,-12.5],[2.5,-22]],"v":[[-71,-225],[-120.5,-141.5],[-71.5,-72.5],[-106.5,23.5],[-101.5,100],[-53.5,100],[-56,-6],[-46,-57],[24,18],[47,52],[33,8.5],[39.5,8.5],[22.5,-19.5],[15,-41],[-13,-65],[-33,-79.5],[-11,-133.5]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[12,21],[6,-37],[-36.276,-24.255],[0,0],[-11,21],[1.364,3.542],[-2.634,15.396]],"o":[[-18.303,-32.031],[-4.234,26.107],[12.936,8.65],[0,0],[-5,6],[-1.618,-4.203],[2.896,-16.929]],"v":[[-45,-193.5],[-101,-186],[-57.224,-121.745],[-46,-97],[-30,-125],[-39.882,-122.797],[-32.896,-141.071]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"mm","mm":3,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2.744,-5.145],[-3.5,0],[0.5,4.5]],"o":[[-4,7.5],[3.5,0],[-0.5,-4.5]],"v":[[7.5,-83],[13.5,-72],[21,-81]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[4.5,-5.5],[-5,6]],"o":[[-3.61,4.412],[5,-6]],"v":[[-128.5,-232],[-121,-225.5]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 7"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[6.607,-2.202],[-3.25,1]],"o":[[-6.75,2.25],[3.25,-1]],"v":[[-145,50.5],[-141.75,63.75]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 6"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[3,-2],[-3.25,1.375]],"o":[[-3,2],[3.25,-1.375]],"v":[[-145.25,-114.375],[-143.25,-109.375]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 5"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2.5,3.5],[6.5,-5.5],[-2,-4],[-4,5]],"o":[[-2.5,-3.5],[-6.5,5.5],[2,4],[4,-5]],"v":[[-135,-141.5],[-146,-135],[-155,-125.5],[-140.5,-127.5]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 4"}],"ip":8,"op":10,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":23,"ty":4,"nm":"White_04","parent":35,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.577,0.115],[5.5,-11],[2,-1],[-5.252,8.813],[-1.707,4.256]],"o":[[2.859,-0.572],[-5,10],[-2.45,1.225],[2.34,-3.926],[-0.022,-10.959]],"v":[[4,-122],[-4,-97.5],[-16,-82.5],[-6.179,-97.607],[0.022,-111.041]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-3.905],[-8.447,-21.116],[0.5,-17.5],[12.5,30.5]],"o":[[0,4],[11,27.5],[-0.414,14.494],[-8.656,-21.12]],"v":[[-46.5,-201],[-15.5,-163],[-6,-118],[-12.5,-163.5]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":5,"op":8,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":24,"ty":4,"nm":"Accent_04","parent":35,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[12.25,-7.5],[-2.25,-1],[-9.75,5.75],[0,0]],"o":[[0,0],[-9.528,5.833],[2.25,1],[9.75,-5.75],[0,0]],"v":[[-56.75,-68.75],[-80,-59.5],[-94.5,-41.75],[-79.25,-54],[-64.25,-59]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[21.916,20.487],[3.567,-11.148],[-15.5,-8.5],[-7.124,-17.536],[2.309,-11.446],[-1.194,-2.095],[-4.911,8.848],[6.756,-10.663],[-2.981,21.364]],"o":[[-23,-21.5],[-4,12.5],[22.354,12.259],[3.25,8],[-1.919,9.511],[1.578,2.769],[-1.911,14.348],[14.006,-9.163],[3,-21.5]],"v":[[-28.5,-194],[-84.5,-207],[-60,-178.5],[-21.25,-139.25],[-17.559,-112.054],[-25.306,-89.155],[-7.589,-111.848],[-22.506,-77.587],[4.5,-123]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":5,"op":8,"st":5,"bm":0,"sr":1},{"ddd":0,"ind":25,"ty":4,"nm":"Base_04","parent":35,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[6,-6],[-3,-1.5],[-1,4.5]],"o":[[-4.757,4.757],[3,1.5],[1.173,-5.28]],"v":[[-142.5,54],[-141,65],[-134.5,58]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 7"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[3.5,-3.5],[-2.5,4.5]],"o":[[-3.5,3.5],[2.5,-4.5]],"v":[[-154.5,46.5],[-149,49.5]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 6"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.5,-4.5],[-1.046,3.661]],"o":[[-1.5,4.5],[1,-3.5]],"v":[[-130.5,-22.5],[-124,-20]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 5"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2.5,-4],[-3,4.5]],"o":[[-2.5,4],[3,-4.5]],"v":[[-146,-124],[-140.5,-119]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 4"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[5,-4],[-5,3.5]],"o":[[-5,4],[5,-3.5]],"v":[[4,-13],[9.5,-5]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,-5.5],[-6,1],[-0.225,4.494]],"o":[[0,0],[0,5.5],[6,-1],[0.5,-10]],"v":[[1,-82],[-5,-76],[8,-68],[17.5,-75]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-2,-5],[17,-15.5],[8.958,-25.593],[-4,-4],[-4.5,8.5],[-4.061,-7.16],[-4.5,4],[2,12.5],[-10,3],[6.266,5.073],[2.775,19.779],[-2.38,4.29],[-4,11.5],[-11,-25.5],[14.5,-41],[18.799,-46.998],[0,0],[0,0],[-5.244,14.301],[18.5,-11.5],[-6.996,11.194],[-8.469,21.715],[24,23]],"o":[[-14.5,-7],[-17,15.5],[-3.5,10],[4,4],[1.476,9.345],[4.195,7.397],[4.5,-4],[15,10],[15.145,-4.543],[-10.5,-8.5],[2.775,2.779],[3.153,-5.684],[4.789,-13.768],[11,25.5],[-11.274,31.877],[-18,45],[0,0],[0,0],[5.5,-15],[-1.5,-18.5],[15,-24],[19.5,-50],[-24,-23]],"v":[[-61.5,-223],[-107,-217.5],[-133.5,-157],[-140.5,-138],[-126.5,-146.5],[-118.326,-122.166],[-101.5,-109],[-107.5,-132],[-73,-115.5],[-77,-141.5],[-105.775,-178.779],[-96.12,-178.29],[-99,-201.5],[-52.5,-181],[-46.5,-91],[-89,-15],[-101,100],[-54,100],[-53.5,52],[-58.5,-4.5],[-49.5,-42],[-10.5,-99],[-38,-217.5]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":5,"op":8,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":26,"ty":4,"nm":"White_03","parent":35,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.151,-2.302],[-0.799,-10.659],[5.75,-13.5],[0.25,7]],"o":[[-0.75,1.5],[0.75,10],[8.75,-12],[-0.357,-10]],"v":[[-29.75,-140.75],[-22.25,-124],[-31,-101],[-20.75,-124.25]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.75,1.5],[6,-4],[-7.5,5],[0,0]],"o":[[-7.75,1.75],[-6,4],[13.532,-9.021],[0,0]],"v":[[-61.25,-65.5],[-89.5,-53.25],[-88.5,-52],[-63.5,-62.5]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[3.5,-2.5],[9,-10],[4.608,-3.716],[0,0],[-5.016,13.223]],"o":[[-3.5,2.5],[-4.752,5.279],[0.108,1.284],[0,0],[5.5,-14.5]],"v":[[-12,-117],[-22.5,-82.5],[-35.108,-71.784],[-36.5,-68.5],[-13,-91.5]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":3,"op":5,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":27,"ty":4,"nm":"Accent_03","parent":35,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2.235,-0.068],[13,-14.5],[-2.387,-10.693],[-5.566,2.783],[-0.134,10.567],[-7,7.5],[0,0]],"o":[[-16.5,0.5],[-13.517,15.076],[1.891,8.473],[4.165,-2.083],[0.069,-5.471],[8.955,-9.595],[0,0]],"v":[[-59,-70.5],[-98,-55],[-106.113,-15.807],[-90,1.5],[-94.069,-25.029],[-89.5,-41],[-75,-49]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[6,-22],[21.5,-81],[8.317,22.524]],"o":[[-4.212,15.444],[27,-9],[-12,-32.5]],"v":[[-54,-156.5],[-37.5,-65],[-8,-136]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":3,"op":5,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":28,"ty":4,"nm":"Base_003","parent":35,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.121,-1.345],[-1.75,-0.625],[-0.625,1.5],[1.375,0.562]],"o":[[-0.938,1.125],[1.75,0.625],[0.625,-1.5],[-1.399,-0.572]],"v":[[-24,-52.25],[-23,-48.25],[-18.375,-49.875],[-20,-53.625]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 8"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.875,-1.125],[-1.125,-0.625],[-1.375,1],[1.125,1.125]],"o":[[-1.593,0.956],[1.236,0.687],[1.375,-1],[-1.068,-1.068]],"v":[[-19.625,9.5],[-20.375,13.5],[-15.75,14],[-14.875,10.125]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 7"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[8,-6.5],[-3.5,-1.5],[-2.5,3.5]],"o":[[-8,6.5],[3.5,1.5],[2.5,-3.5]],"v":[[-4.5,-8],[-7.5,1.5],[2,-1.5]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 6"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[4,2.5],[2.964,-4.149],[-5.758,-2.617],[-2,4]],"o":[[-4,-2.5],[-2.5,3.5],[5.5,2.5],[2,-4]],"v":[[-128.5,57],[-140,58.5],[-137,70],[-124,67.5]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 5"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2.879,-2.639],[-4,3]],"o":[[-6,5.5],[4,-3]],"v":[[-151,46],[-146,50]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 4"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[5,-5],[-5.075,3.904]],"o":[[-4.257,4.257],[6.5,-5]],"v":[[-126,-22],[-122,-16]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[6.5,-5],[-3.5,-1.5],[-5,2.5],[0,9.5]],"o":[[-8.481,6.524],[3.5,1.5],[5,-2.5],[0,-9.5]],"v":[[-9,-76],[-21,-57],[-6,-63.5],[5,-72.5]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[13.127,1.712],[-1,-8],[-5.5,-15],[1.14,-7.413],[-5.678,-40.457],[25.278,-29.348],[0,0],[0,0],[-4.099,21.615],[4,4.5],[5,-8],[-21.5,30.5],[-1,35],[9,15.5],[2.5,-3.5]],"o":[[-11.5,-1.5],[1,8],[-5.5,-6],[-2,13],[4,28.5],[-59,68.5],[0,0],[0,0],[5.5,-29],[-4,-4.5],[2.5,-21.5],[21.5,-30.5],[1.029,-36.017],[-9,-15.5],[-8,-7]],"v":[[-75.5,-229],[-92,-220],[-68,-197],[-81,-199.5],[-45,-138.5],[-65.5,-62.5],[-101,100],[-54,100],[-54,53],[-50.5,10],[-64,15],[-42,-60],[-8.5,-133],[-28,-199],[-44.5,-209]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":3,"op":5,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":29,"ty":4,"nm":"White_02","parent":35,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-7.442,11.163],[6,-6.5],[0,0],[0,0]],"o":[[5,-7.5],[-4.084,4.424],[0,0],[0,0]],"v":[[-13.5,-71.5],[-22.5,-64],[-32,-58.5],[-33.5,-55]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,1],[5,-9.5],[-5.5,2.5]],"o":[[-8.5,4],[14,-14],[1.75,-2.5]],"v":[[-70,-53.5],[-91.5,-35.5],[-71.5,-50]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.663,-3.976],[-4.163,-15.61],[-3,-0.5],[4,13.5]],"o":[[-1,6],[6,22.5],[3,0.5],[-4,-13.5]],"v":[[-82.5,-13],[-76,15],[-77,39],[-74,14]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":2,"op":3,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":30,"ty":4,"nm":"Accent_02","parent":35,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[6.5,-5.5],[3.5,-12],[0,0],[4,-5.5],[-10,23.5]],"o":[[-6.5,5.5],[-3.5,12],[0,0],[-4,5.5],[8.916,-20.952]],"v":[[-16,-106.5],[-18.5,-83],[-25.5,-68],[-37,-51],[0.5,-81.5]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-7,17.5],[8.5,-31.5],[3.5,-26.5],[-8,4.5],[1.648,22.529],[0.5,19]],"o":[[-3,-0.5],[-6.034,22.363],[-3.5,26.5],[8,-4.5],[-1.5,-20.5],[-0.504,-19.157]],"v":[[-65.5,-62.5],[-99,-37],[-84,28.5],[-83,60.5],[-73.5,15],[-80.5,-22]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":2,"op":3,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":31,"ty":4,"nm":"Base_02","parent":35,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[5,-5.5],[-3.394,2.546]],"o":[[-5,5.5],[4,-3]],"v":[[-122,-18],[-112,-5]],"c":true}},"nm":"Path 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 5"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[3.5,9],[4.743,-6.325],[4,-10.5],[-2.828,-1.414],[-5.5,4.5]],"o":[[-3.5,-9],[-3,4],[-4,10.5],[4,2],[5.5,-4.5]],"v":[[-11.5,-58.5],[-27,-51],[-37,-41.5],[-41.5,-23.5],[-29,-36]],"c":true}},"nm":"Path 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 4"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2.5,2.5],[4.826,-10.617],[-2.5,-2],[-8,8]],"o":[[-2.5,-2.5],[-5,11],[2.619,2.095],[9.513,-9.513]],"v":[[-13,5],[-28.5,17.5],[-32.5,37.5],[-18,22.5]],"c":true}},"nm":"Path 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[6,-0.5],[-6,0.5]],"o":[[-6.062,0.505],[4.512,-0.376]],"v":[[-141,47.5],[-140,59.5]],"c":true}},"nm":"Path 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[-5.978,13.495],[4.774,1.297],[1.5,-24.5],[-28.417,40.783],[25.963,13.129],[10.687,-11.463],[8.788,-36.493],[6.218,-19.493],[0.638,-6.933],[6.911,-5.369],[-2.829,-8.064]],"o":[[0,0],[0,0],[8.321,-18.787],[-9.634,-2.617],[-6.5,-44.5],[21.578,-30.968],[6.963,-27.871],[-9.351,10.03],[-8.252,34.268],[-13.78,43.204],[-3.373,-4.549],[-7.519,5.842],[6.456,18.4]],"v":[[-101,100],[-54,100],[-50.321,55.787],[-51.366,25.617],[-68.5,68.5],[-31.578,-58.032],[-24.963,-149.129],[-41.355,-182.241],[-46.788,-110.507],[-80.327,-31.423],[-92.627,39.549],[-102.911,33.369],[-100,63.5]],"c":true}},"nm":"Path 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[6.626,-7.573],[-11.143,-6.191],[-1.5,2],[4.5,8.5]],"o":[[-7,8],[4.5,2.5],[1.5,-2],[-5.039,-9.519]],"v":[[-132,59.5],[-124,80],[-107.5,87.5],[-114.5,69.5]],"c":true}},"nm":"Path 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"}],"ip":2,"op":3,"st":2,"bm":0,"sr":1},{"ddd":0,"ind":32,"ty":4,"nm":"White_01","parent":35,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[5,-3.5],[0,0],[-4.5,0]],"o":[[-3.776,2.644],[0,0],[-11,-7]],"v":[[-93,86.5],[-89,100.5],[-80.5,100]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":1,"op":2,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":33,"ty":4,"nm":"Accent_01","parent":35,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[9.833,-1.788],[1,-6.5],[6,0],[3.233,-11.659],[6.944,-6.019],[0,0],[0,0],[-1.802,17.05]],"o":[[-11,2],[-5.5,-19.5],[-7.592,0],[-2.036,7.341],[-7.274,6.305],[0,0],[0,0],[1.504,-14.232]],"v":[[-53,36.5],[-74,82.5],[-79.5,47],[-87.233,77.159],[-99.444,71.519],[-101,100],[-54,100],[-61.372,80.514]],"c":true}},"nm":"Path 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"}],"ip":1,"op":2,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":34,"ty":4,"nm":"Base_01","parent":35,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[7.356,4.259],[12.5,-40],[2.5,-38],[2,7.5],[6.5,-4],[-13,-32],[5,-6],[-10.563,-6.036],[0,0],[0,0],[-4.919,2.46],[4.74,2.188],[4,-0.5],[-11.5,14],[8.961,3.734],[13.5,-26],[-18.971,36.268],[10,5],[12.365,-20.233],[0,0],[-12,24]],"o":[[-9.5,-5.5],[-14.542,46.535],[-2,-9.5],[-2.754,-10.328],[-7.534,4.636],[-7.5,-5],[-4.161,4.993],[7,4],[0,0],[0,0],[10,-5],[-6.5,-3],[3,-12.5],[9.204,-11.205],[-12,-5],[5,-26.5],[17,-32.5],[-7.071,-3.536],[-5.5,9],[0,0],[12,-24]],"v":[[-48,-95.5],[-80.5,-54],[-95.5,38.5],[-100,15],[-111.5,3],[-95,88],[-116.5,75],[-106.5,91],[-101.008,100.039],[-54,100],[-45.5,93],[-39,80.5],[-57,87.5],[-38,54.5],[-30.5,29.5],[-71,74.5],[-44.5,4],[-28.5,-50.5],[-52,-30.5],[-64.5,-13.5],[-53.5,-59.5]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":1,"op":2,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":35,"ty":1,"nm":"ResizerTemp","parent":36,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[26.6,35.7,0]},"a":{"k":[250,300,0]},"s":{"k":[10.5,10.5,100]}},"ao":0,"sw":500,"sh":600,"sc":"#ffffff","ip":0,"op":32,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":36,"ty":1,"nm":"White Solid 43","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[40,50,0]},"a":{"k":[28,35,0]},"s":{"k":[142.857,142.857,100]}},"ao":0,"sw":56,"sh":70,"sc":"#ffffff","ip":0,"op":32,"st":0,"bm":0,"sr":1}],"v":"4.4.26","ddd":0,"ip":0,"op":32,"fr":25,"w":80,"h":100} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Mobilo/O.json b/ohos/flutter_lottie/assets/Mobilo/O.json new file mode 100644 index 0000000000000000000000000000000000000000..46c9d2e571a02440c3874c02fbdd08ff5a92510e --- /dev/null +++ b/ohos/flutter_lottie/assets/Mobilo/O.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Tail","parent":7,"ks":{"o":{"k":100},"r":{"k":-6.854},"p":{"k":[-40.122,187.803,0]},"a":{"k":[0,0,0]},"s":{"k":[211.245,169.588,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":0,"s":[{"i":[[0,0],[0,0],[-6.397,3.412]],"o":[[0,0],[0,0],[7.5,-4]],"v":[[50.75,-6.75],[51.5,6],[62.5,7]],"c":true}],"h":1},{"t":2,"s":[{"i":[[0,0],[0,0],[-5,5.25]],"o":[[0,0],[0,0],[5.687,-5.971]],"v":[[50.75,-6.75],[52.5,6.5],[63.5,2]],"c":true}],"h":1},{"t":4,"s":[{"i":[[0,0],[0,0],[3.09,4.523]],"o":[[0,0],[0,0],[-4.652,-6.809]],"v":[[52.5,-7.5],[56,4.75],[66.5,-6.25]],"c":true}],"h":1},{"t":6,"s":[{"i":[[0,0],[0,0],[-5,5.25]],"o":[[0,0],[0,0],[5.687,-5.971]],"v":[[50.75,-6.75],[52.5,6.5],[63.5,2]],"c":true}],"h":1},{"t":8,"s":[{"i":[[0,0],[0,0],[-6.397,3.412]],"o":[[0,0],[0,0],[7.5,-4]],"v":[[50.75,-6.75],[51.5,6],[62.5,7]],"c":true}],"h":1},{"t":10,"s":[{"i":[[0,0],[0,0],[-6.397,3.412]],"o":[[0,0],[0,0],[7.5,-4]],"v":[[50.75,-6.75],[51.5,6],[62.5,7]],"c":true}],"h":1},{"t":12,"s":[{"i":[[0,0],[0,0],[-5,5.25]],"o":[[0,0],[0,0],[5.687,-5.971]],"v":[[50.75,-6.75],[52.5,6.5],[63.5,2]],"c":true}],"h":1},{"t":14,"s":[{"i":[[0,0],[0,0],[3.09,4.523]],"o":[[0,0],[0,0],[-4.652,-6.809]],"v":[[52.5,-7.5],[56,4.75],[66.5,-6.25]],"c":true}],"h":1},{"t":17,"s":[{"i":[[0,0],[0,0],[-5,5.25]],"o":[[0,0],[0,0],[5.687,-5.971]],"v":[[50.75,-6.75],[52.5,6.5],[63.5,2]],"c":true}],"h":1},{"t":19,"s":[{"i":[[0,0],[0,0],[-6.397,3.412]],"o":[[0,0],[0,0],[7.5,-4]],"v":[[50.75,-6.75],[51.5,6],[62.5,7]],"c":true}],"h":1},{"t":21,"s":[{"i":[[0,0],[0,0],[-5,5.25]],"o":[[0,0],[0,0],[5.687,-5.971]],"v":[[50.75,-6.75],[52.5,6.5],[63.5,2]],"c":true}],"h":1}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[{"t":0,"s":[-3.25,5.5],"h":1},{"t":2,"s":[0.75,3.5],"h":1},{"t":6,"s":[0,0],"h":1},{"t":8,"s":[-3.25,5.5],"h":1},{"t":10,"s":[-3.25,5.5],"h":1},{"t":12,"s":[0.75,3.5],"h":1},{"t":17,"s":[0,0],"h":1},{"t":19,"s":[-3.25,5.5],"h":1},{"t":21,"s":[0,0],"h":1}],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":[{"t":2,"s":[0],"h":1},{"t":6,"s":[0],"h":1},{"t":12,"s":[0],"h":1},{"t":17,"s":[0],"h":1},{"t":21,"s":[0],"h":1}],"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":0,"op":27,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"L Right leg","parent":7,"ks":{"o":{"k":100},"r":{"k":[{"t":0,"s":[-9.644],"h":1},{"t":2,"s":[-91.658],"h":1},{"t":4,"s":[-151.311],"h":1},{"t":6,"s":[-91.658],"h":1},{"t":8,"s":[-9.644],"h":1},{"t":10,"s":[-9.644],"h":1},{"t":12,"s":[-142.927],"h":1},{"t":14,"s":[-169.987],"h":1},{"t":17,"s":[-150.342],"h":1},{"t":19,"s":[-143.328],"h":1},{"t":21,"s":[-134.162],"h":1},{"t":22,"s":[-95.99],"h":1}]},"p":{"k":[{"t":0,"s":[25.846,252.895,0],"h":1},{"t":2,"s":[42.971,210.27,0],"h":1},{"t":4,"s":[46.968,220.038,0],"h":1},{"t":6,"s":[42.971,210.27,0],"h":1},{"t":8,"s":[16.724,255.7,0],"h":1},{"t":10,"s":[27.884,246.672,0],"h":1},{"t":12,"s":[47.264,204.629,0],"h":1},{"t":14,"s":[45.674,225.859,0],"h":1},{"t":17,"s":[51.003,207.936,0],"h":1},{"t":19,"s":[53.019,221.639,0],"h":1},{"t":21,"s":[63.588,207.586,0],"h":1}]},"a":{"k":[124.456,68.832,0]},"s":{"k":[173.966,146.364,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[5.949,-4.003],[-3.217,-5.201],[-3.227,2.156],[4.8,5.046]],"o":[[0,0],[-2.924,1.967],[4.117,6.657],[13.028,-8.706],[-3.932,-4.134]],"v":[[134.072,51.361],[120.491,58.603],[100.037,84.255],[136.388,74.473],[143.255,54.386]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":0,"op":27,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"R right leg","parent":7,"ks":{"o":{"k":100},"r":{"k":[{"t":0,"s":[-11.374],"h":1},{"t":2,"s":[-93.389],"h":1},{"t":4,"s":[-153.041],"h":1},{"t":6,"s":[-93.389],"h":1},{"t":8,"s":[-11.374],"h":1},{"t":10,"s":[-11.374],"h":1},{"t":12,"s":[-133.525],"h":1},{"t":14,"s":[-168.082],"h":1},{"t":17,"s":[-134.286],"h":1},{"t":19,"s":[-135.361],"h":1},{"t":21,"s":[-93.389],"h":1},{"t":22,"s":[-63.135],"h":1}]},"p":{"k":[{"t":0,"s":[11.046,242.717,0],"h":1},{"t":2,"s":[26.825,215.627,0],"h":1},{"t":4,"s":[50.727,205.921,0],"h":1},{"t":6,"s":[26.825,215.627,0],"h":1},{"t":8,"s":[11.046,242.717,0],"h":1},{"t":10,"s":[11.046,242.717,0],"h":1},{"t":12,"s":[34.74,212.113,0],"h":1},{"t":14,"s":[49.932,199.806,0],"h":1},{"t":17,"s":[40.527,217.109,0],"h":1},{"t":19,"s":[38.575,245.073,0],"h":1},{"t":21,"s":[31.002,229.592,0],"h":1}]},"a":{"k":[124.456,68.832,0]},"s":{"k":[172.824,147.331,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[5.949,-4.003],[-3.217,-5.201],[-3.227,2.156],[4.8,5.046]],"o":[[0,0],[-2.924,1.967],[4.117,6.657],[13.028,-8.706],[-3.932,-4.134]],"v":[[134.072,51.361],[120.491,58.603],[100.037,84.255],[136.388,74.473],[143.255,54.386]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":0,"op":27,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"L Front leg","parent":7,"ks":{"o":{"k":100},"r":{"k":[{"t":0,"s":[1.826],"h":1},{"t":2,"s":[81.019],"h":1},{"t":4,"s":[34.029],"h":1},{"t":6,"s":[11.404],"h":1},{"t":8,"s":[1.826],"h":1},{"t":10,"s":[1.826],"h":1},{"t":12,"s":[110.613],"h":1},{"t":14,"s":[93.754],"h":1},{"t":17,"s":[-8.024],"h":1},{"t":19,"s":[1.826],"h":1},{"t":21,"s":[11.404],"h":1}]},"p":{"k":[{"t":0,"s":[-64.172,242.933,0],"h":1},{"t":2,"s":[-73.986,236.426,0],"h":1},{"t":4,"s":[-67.496,225.398,0],"h":1},{"t":6,"s":[-60.611,239.089,0],"h":1},{"t":8,"s":[-64.271,248.069,0],"h":1},{"t":10,"s":[-64.172,242.933,0],"h":1},{"t":12,"s":[-67.061,239.01,0],"h":1},{"t":14,"s":[-74.501,227.841,0],"h":1},{"t":17,"s":[-54.507,239.88,0],"h":1},{"t":19,"s":[-64.271,248.069,0],"h":1},{"t":21,"s":[-60.611,239.089,0],"h":1}]},"a":{"k":[160.519,57.01,0]},"s":{"k":[143.513,177.015,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[3.982,-8.932],[-15.673,-9.237],[-3.679,7.685],[6.49,10.307]],"o":[[0,0],[-1.539,3.453],[15.206,8.961],[2.239,-4.677],[-8.86,-14.071]],"v":[[149.396,37.163],[133.746,39.787],[146.035,62.546],[183.764,77.974],[163.256,53.025]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":0,"op":27,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Eye","parent":7,"ks":{"o":{"k":100},"r":{"k":-6.854},"p":{"k":[{"t":0,"s":[-136.894,193.062,0],"h":1},{"t":2,"s":[-135.845,192.936,0],"h":1},{"t":4,"s":[-146.649,192.526,0],"h":1},{"t":6,"s":[-132.383,194.228,0],"h":1},{"t":8,"s":[-137.455,193.75,0],"h":1},{"t":10,"s":[-136.894,193.062,0],"h":1},{"t":12,"s":[-135.845,192.936,0],"h":1},{"t":14,"s":[-146.649,192.526,0],"h":1},{"t":17,"s":[-132.383,194.228,0],"h":1},{"t":19,"s":[-137.455,193.75,0],"h":1},{"t":21,"s":[-132.383,194.228,0],"h":1}]},"a":{"k":[-45.045,-10,0]},"s":{"k":[211.245,169.588,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2.307,4.231],[0,0],[-4.457,0.077],[0,0]],"o":[[-0.59,0.462],[0,0],[0.312,0.077],[0,0]],"v":[[-46.979,-10.923],[-48.152,-9.846],[-42.661,-5.077],[-42.146,-6.923]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[5,4.75]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-43.375,-12.375],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":0,"op":27,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Hamster Ear","parent":7,"ks":{"o":{"k":100},"r":{"k":[{"t":0,"s":[61.362],"h":1},{"t":2,"s":[38.501],"h":1},{"t":4,"s":[8.576],"h":1},{"t":6,"s":[38.501],"h":1},{"t":8,"s":[38.501],"h":1},{"t":10,"s":[61.362],"h":1},{"t":12,"s":[38.501],"h":1},{"t":14,"s":[8.576],"h":1},{"t":17,"s":[38.501],"h":1},{"t":19,"s":[38.501],"h":1},{"t":21,"s":[38.501],"h":1}]},"p":{"k":[{"t":0,"s":[-94.357,178.949,0],"h":1},{"t":2,"s":[-94.416,172.978,0],"h":1},{"t":4,"s":[-106.585,171.024,0],"h":1},{"t":6,"s":[-94.416,172.978,0],"h":1},{"t":8,"s":[-96.672,172.395,0],"h":1},{"t":10,"s":[-94.357,178.949,0],"h":1},{"t":12,"s":[-94.416,172.978,0],"h":1},{"t":14,"s":[-106.585,171.024,0],"h":1},{"t":17,"s":[-94.416,172.978,0],"h":1},{"t":19,"s":[-96.672,172.395,0],"h":1},{"t":21,"s":[-94.416,172.978,0],"h":1}]},"a":{"k":[-151.921,13.054,0]},"s":{"k":[130.58,120.023,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[29,0],[0,0],[-8,1]],"o":[[-21.523,0],[0,0],[8,-1]],"v":[[-152,-5],[-164.5,24],[-149.5,30]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":0,"op":27,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Hamster Ear Shadow","parent":5,"ks":{"o":{"k":100},"r":{"k":-0.963},"p":{"k":[-154.694,26.679,0]},"a":{"k":[-157,27.5,0]},"s":{"k":[104.275,93.069,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[29,0],[0,0],[-8,1]],"o":[[-21.523,0],[0,0],[8,-1]],"v":[[-152,-5],[-164.5,24],[-149.5,30]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":0,"op":27,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Hamster body","parent":12,"ks":{"o":{"k":100},"r":{"k":[{"t":12,"s":[8.584],"h":1},{"t":14,"s":[-10.034],"h":1},{"t":17,"s":[-40.207],"h":1},{"t":21,"s":[-87.752],"h":1},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":23,"s":[-145.07],"e":[-167.01]},{"t":24}]},"p":{"k":[{"t":0,"s":[2,-90,0],"h":1},{"t":2,"s":[2.5,-85.5,0],"h":1},{"t":4,"s":[0.5,-83.5,0],"h":1},{"t":6,"s":[3.5,-85,0],"h":1},{"t":8,"s":[2,-90,0],"h":1},{"t":10,"s":[2,-90,0],"h":1},{"t":12,"s":[0.5,-77.5,0],"h":1},{"t":14,"s":[14.5,-77.5,0],"h":1},{"t":17,"s":[27.5,-82,0],"h":1},{"t":19,"s":[51.5,-115,0],"h":1},{"t":21,"s":[58,-157,0],"h":1},{"t":22,"s":[49,-204,0],"h":1},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[17.5,-255,0],"e":[-27.392,-283.797,0],"to":[-0.07200571149588,0.31202477216721,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[-27.392,-283.797,0],"e":[-86.392,-302.797,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[-86.392,-302.797,0],"e":[-151.392,-318.797,0],"to":[0,0,0],"ti":[0,0,0]},{"t":26}]},"a":{"k":[{"t":0,"s":[-30.288,211.389,0],"h":1},{"t":4,"s":[-30.288,211.389,0],"h":1},{"t":8,"s":[-30.288,211.389,0],"h":1},{"t":10,"s":[-30.288,211.389,0],"h":1},{"t":14,"s":[-30.288,211.389,0],"h":1},{"t":21,"s":[-30.288,211.389,0],"h":1}]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[43.244,61.063,100],"e":[43.244,61.063,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":20,"s":[43.244,61.063,100],"e":[39.047,52.56,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":21,"s":[39.047,52.56,100],"e":[6.02,11.614,100]},{"t":26}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2578.08,-386.731]],"o":[[-2578.08,386.731]],"v":[[-289.431,-86.271]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":0,"s":[{"i":[[47.445,-1.185],[11.99,0.807],[28.309,-5.924],[1.39,-8.411],[-20.782,-14.516],[-37.351,6.334],[4.898,34.805]],"o":[[-26.646,0.665],[-16.683,-1.123],[-19.764,4.136],[-2.134,12.918],[37.325,26.07],[48.373,-8.203],[-2.971,-21.114]],"v":[[-1.298,152.367],[-71.659,166.539],[-129.976,166.109],[-166.965,186.181],[-134.155,236.018],[-6.352,258.727],[69.26,193.139]],"c":true}],"h":1},{"t":2,"s":[{"i":[[54.31,-10.773],[11.99,0.807],[28.309,-5.924],[1.39,-8.411],[-22.094,-12.429],[-37.351,6.334],[10.519,37.29]],"o":[[-26.145,5.186],[-16.683,-1.123],[-19.764,4.136],[-2.134,12.918],[42.252,23.77],[48.373,-8.203],[-9.936,-35.223]],"v":[[-11.785,153.627],[-66.574,165.073],[-126.098,163.935],[-166.649,187.851],[-128.179,233.592],[-6.985,255.387],[75.334,185.576]],"c":true}],"h":1},{"t":4,"s":[{"i":[[43.764,-15.484],[11.99,0.807],[28.309,-5.924],[1.39,-8.411],[-22.094,-12.429],[-37.351,6.334],[9.237,37.628]],"o":[[-25.128,8.89],[-16.683,-1.123],[-19.764,4.136],[-2.134,12.918],[42.252,23.77],[48.373,-8.203],[-10.404,-42.383]],"v":[[-16.613,150.791],[-76.744,168.004],[-141.096,164.03],[-175.355,187.19],[-136.252,236.27],[-7.302,253.717],[84.555,177.636]],"c":true}],"h":1},{"t":6,"s":[{"i":[[43.764,-15.484],[11.99,0.807],[28.309,-5.924],[1.39,-8.411],[-22.094,-12.429],[-37.351,6.334],[9.237,37.628]],"o":[[-25.128,8.89],[-16.683,-1.123],[-19.764,4.136],[-2.134,12.918],[42.252,23.77],[48.373,-8.203],[-10.404,-42.383]],"v":[[-19.343,147.703],[-66.574,165.073],[-126.098,163.935],[-166.649,187.851],[-128.179,233.592],[-6.985,255.387],[75.334,185.576]],"c":true}],"h":1},{"t":8,"s":[{"i":[[47.445,-1.185],[11.99,0.807],[28.309,-5.924],[1.39,-8.411],[-20.782,-14.516],[-37.351,6.334],[4.898,34.805]],"o":[[-26.646,0.665],[-16.683,-1.123],[-19.764,4.136],[-2.134,12.918],[37.325,26.07],[48.373,-8.203],[-2.971,-21.114]],"v":[[-1.298,152.367],[-71.659,166.539],[-129.976,166.109],[-166.965,186.181],[-134.155,236.018],[-6.352,258.727],[69.26,193.139]],"c":true}],"h":1},{"t":10,"s":[{"i":[[47.445,-1.185],[11.99,0.807],[28.309,-5.924],[1.39,-8.411],[-20.782,-14.516],[-37.351,6.334],[4.898,34.805]],"o":[[-26.646,0.665],[-16.683,-1.123],[-19.764,4.136],[-2.134,12.918],[37.325,26.07],[48.373,-8.203],[-2.971,-21.114]],"v":[[-1.298,152.367],[-71.659,166.539],[-129.976,166.109],[-166.965,186.181],[-134.155,236.018],[-6.352,258.727],[69.26,193.139]],"c":true}],"h":1},{"t":12,"s":[{"i":[[54.31,-10.773],[11.99,0.807],[28.309,-5.924],[1.39,-8.411],[-22.094,-12.429],[-37.351,6.334],[10.519,37.29]],"o":[[-26.145,5.186],[-16.683,-1.123],[-19.764,4.136],[-2.134,12.918],[42.252,23.77],[48.373,-8.203],[-9.936,-35.223]],"v":[[-11.785,153.627],[-66.574,165.073],[-126.098,163.935],[-166.649,187.851],[-128.179,233.592],[-6.985,255.387],[75.334,185.576]],"c":true}],"h":1},{"t":14,"s":[{"i":[[43.764,-15.484],[11.99,0.807],[28.309,-5.924],[1.39,-8.411],[-22.094,-12.429],[-37.351,6.334],[9.237,37.628]],"o":[[-25.128,8.89],[-16.683,-1.123],[-19.764,4.136],[-2.134,12.918],[42.252,23.77],[48.373,-8.203],[-10.404,-42.383]],"v":[[-16.613,150.791],[-76.744,168.004],[-141.096,164.03],[-175.355,187.19],[-136.252,236.27],[-7.302,253.717],[84.555,177.636]],"c":true}],"h":1},{"t":17,"s":[{"i":[[43.764,-15.484],[11.99,0.807],[28.309,-5.924],[1.39,-8.411],[-22.094,-12.429],[-37.351,6.334],[9.237,37.628]],"o":[[-25.128,8.89],[-16.683,-1.123],[-19.764,4.136],[-2.134,12.918],[42.252,23.77],[48.373,-8.203],[-10.404,-42.383]],"v":[[-19.343,147.703],[-66.574,165.073],[-126.098,163.935],[-166.649,187.851],[-128.179,233.592],[-6.985,255.387],[75.334,185.576]],"c":true}],"h":1},{"t":19,"s":[{"i":[[47.445,-1.185],[11.99,0.807],[28.309,-5.924],[1.39,-8.411],[-20.782,-14.516],[-37.351,6.334],[4.898,34.805]],"o":[[-26.646,0.665],[-16.683,-1.123],[-19.764,4.136],[-2.134,12.918],[37.325,26.07],[48.373,-8.203],[-2.971,-21.114]],"v":[[-1.298,152.367],[-71.659,166.539],[-129.976,166.109],[-166.965,186.181],[-134.155,236.018],[-6.352,258.727],[69.26,193.139]],"c":true}],"h":1},{"t":21,"s":[{"i":[[43.764,-15.484],[11.99,0.807],[28.309,-5.924],[1.39,-8.411],[-22.094,-12.429],[-37.351,6.334],[9.237,37.628]],"o":[[-25.128,8.89],[-16.683,-1.123],[-19.764,4.136],[-2.134,12.918],[42.252,23.77],[48.373,-8.203],[-10.404,-42.383]],"v":[[-19.343,147.703],[-66.574,165.073],[-126.098,163.935],[-166.649,187.851],[-128.179,233.592],[-6.985,255.387],[75.334,185.576]],"c":true}],"h":1}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[{"t":0,"s":[5.144,4.506],"h":1},{"t":4,"s":[5.144,4.506],"h":1},{"t":8,"s":[5.144,4.506],"h":1},{"t":10,"s":[5.144,4.506],"h":1},{"t":14,"s":[5.144,4.506],"h":1},{"t":19,"s":[5.144,4.506],"h":1}],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":0,"op":27,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"R Front Leg","parent":7,"ks":{"o":{"k":100},"r":{"k":[{"t":0,"s":[1.826],"h":1},{"t":2,"s":[47.496],"h":1},{"t":4,"s":[89.735],"h":1},{"t":6,"s":[65.058],"h":1},{"t":8,"s":[3.302],"h":1},{"t":10,"s":[1.826],"h":1},{"t":12,"s":[76.182],"h":1},{"t":14,"s":[117.359],"h":1},{"t":17,"s":[-0.463],"h":1},{"t":19,"s":[3.302],"h":1},{"t":21,"s":[65.058],"h":1}]},"p":{"k":[{"t":0,"s":[-72.66,249.077,0],"h":1},{"t":2,"s":[-63.341,236.001,0],"h":1},{"t":4,"s":[-69.791,235.922,0],"h":1},{"t":6,"s":[-68.011,234,0],"h":1},{"t":8,"s":[-69.613,253.835,0],"h":1},{"t":10,"s":[-72.66,249.077,0],"h":1},{"t":12,"s":[-52.023,227.808,0],"h":1},{"t":14,"s":[-86.991,230.926,0],"h":1},{"t":17,"s":[-84.885,238.123,0],"h":1},{"t":19,"s":[-69.613,253.835,0],"h":1},{"t":21,"s":[-68.011,234,0],"h":1}]},"a":{"k":[160.519,57.01,0]},"s":{"k":[156.323,162.51,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[3.982,-8.932],[-15.673,-9.237],[-3.679,7.685],[6.49,10.307]],"o":[[0,0],[-1.539,3.453],[15.206,8.961],[2.239,-4.677],[-8.86,-14.071]],"v":[[149.396,37.163],[133.746,39.787],[146.035,62.546],[183.764,77.974],[163.256,53.025]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":0,"op":27,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Wheel highlight","parent":12,"ks":{"o":{"k":100},"r":{"k":[{"t":-2.833,"s":[37.232],"h":1},{"t":0,"s":[-2.307],"h":1},{"t":2.834,"s":[34.084],"h":1},{"t":5.667,"s":[-2.307],"h":1},{"t":8.5,"s":[34.084],"h":1},{"t":11.334,"s":[-2.307],"h":1},{"t":14.167,"s":[34.084],"h":1},{"t":17.167,"s":[-62.962],"h":1},{"t":20.167,"s":[68.071],"h":1},{"t":23.1669921875,"s":[17.865],"h":1}]},"p":{"k":[{"t":-2.833,"s":[76,-60,0],"h":1},{"t":0,"s":[94,-115,0],"h":1},{"t":2.834,"s":[76,-60,0],"h":1},{"t":5.667,"s":[94,-115,0],"h":1},{"t":8.5,"s":[76,-60,0],"h":1},{"t":11.334,"s":[94,-115,0],"h":1},{"t":14.167,"s":[76,-60,0],"h":1},{"t":17.167,"s":[46,-196,0],"h":1},{"t":20.167,"s":[40,-27,0],"h":1},{"t":23.1669921875,"s":[83,-71,0],"h":1}]},"a":{"k":[86.628,-30.094,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":20,"s":[{"i":[[3.438,6.231],[0,0],[35,-59],[-12.657,25.314],[5.952,18.44]],"o":[[-5,2.5],[0,0],[9.5,4.5],[8.262,-16.525],[-2.111,-6.541]],"v":[[77.615,-78.687],[67.615,-73.687],[65.615,28.313],[83.615,13.813],[88.69,-52.75]],"c":true}],"h":1},{"t":22,"s":[{"i":[[3.406,6.174],[0,0],[24.904,-54.684],[-8.987,26.837],[2.756,7.378]],"o":[[-5,2.5],[0,0],[12.713,-0.302],[5.871,-17.533],[-2.384,-6.381]],"v":[[81.482,-64.194],[70.554,-59.568],[70.662,13.097],[89.975,-7.342],[88.575,-54.64]],"c":true}],"h":1},{"t":24,"s":[{"i":[[1.08,9.698],[0,0],[11.639,-33.004],[-1.654,-0.044],[0.081,7.875]],"o":[[-8.29,1.424],[0,0],[2.407,0.868],[2.74,-9.942],[-0.112,-10.92]],"v":[[89.954,-50.976],[80.801,-49.719],[74.929,-2.613],[84.513,-1.76],[91.385,-33.348]],"c":true}],"h":1}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"}],"ip":0,"op":27,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"Wheel highlight 2","parent":12,"ks":{"o":{"k":100},"r":{"k":[{"t":-2.833,"s":[-150.767],"h":1},{"t":0,"s":[-162.301],"h":1},{"t":2.834,"s":[-143.455],"h":1},{"t":5.667,"s":[-175.355],"h":1},{"t":8.5,"s":[-143.455],"h":1},{"t":11.334,"s":[-175.355],"h":1},{"t":14.167,"s":[-143.455],"h":1},{"t":17.167,"s":[-241.192],"h":1},{"t":20.167,"s":[-112.151],"h":1},{"t":23.1669921875,"s":[-152.9],"h":1}]},"p":{"k":[{"t":-2.833,"s":[-76,-164,0],"h":1},{"t":0,"s":[-79,-142,0],"h":1},{"t":2.834,"s":[-76,-164,0],"h":1},{"t":5.667,"s":[-89,-122,0],"h":1},{"t":8.5,"s":[-76,-164,0],"h":1},{"t":11.334,"s":[-89,-122,0],"h":1},{"t":14.167,"s":[-76,-164,0],"h":1},{"t":17.167,"s":[-46,-30,0],"h":1},{"t":20.167,"s":[-37,-196,0],"h":1},{"t":23.1669921875,"s":[-80,-164,0],"h":1}]},"a":{"k":[86.628,-30.094,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":17.167,"s":[{"i":[[16,29],[0,0],[-4.144,-15.386],[19.004,-32.035],[-12.657,25.314]],"o":[[-5,2.5],[0,0],[4.923,18.279],[9.5,4.5],[16,-32]],"v":[[78,-85],[68,-80],[79.037,-55.632],[66,22],[84,7.5]],"c":true}],"h":1},{"t":20.167,"s":[{"i":[[16,29],[0,0],[2.048,-14.956],[9.938,-16.753],[-10.944,26.1]],"o":[[-5,2.5],[0,0],[-1.574,11.493],[9.5,4.5],[9.594,-22.881]],"v":[[83.491,-71.968],[75.516,-63.984],[82.826,-32.047],[69.049,9.205],[87.426,-6.221]],"c":true}],"h":1},{"t":23.1669921875,"s":[{"i":[[5.776,19.004],[0,0],[2.048,-14.956],[9.938,-16.753],[-8.568,18.431]],"o":[[-5,2.5],[0,0],[-1.574,11.493],[9.5,4.5],[6.672,-14.353]],"v":[[85.549,-59.487],[76.071,-54.781],[81.365,-29.243],[72.402,-5.449],[88.373,-12.146]],"c":true}],"h":1}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"}],"ip":0,"op":27,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"O Outlines 2","parent":13,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[251,287,0],"e":[254,286,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[254,286,0],"e":[252.853,289.049,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[252.853,289.049,0],"e":[249.756,286.943,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[249.756,286.943,0],"e":[247.824,284.946,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[247.824,284.946,0],"e":[251,287,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[251,287,0],"e":[254,286,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[254,286,0],"e":[252.853,289.049,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[252.853,289.049,0],"e":[249.756,286.943,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[249.756,286.943,0],"e":[247.824,284.946,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[247.824,284.946,0],"e":[251,287,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[251,287,0],"e":[254,286,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[254,286,0],"e":[252.853,289.049,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[252.853,289.049,0],"e":[249.756,286.943,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[249.756,286.943,0],"e":[247.824,284.946,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[247.824,284.946,0],"e":[251,287,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[251,287,0],"e":[251,287,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[251,287,0],"e":[249.756,286.943,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[249.756,286.943,0],"e":[247.824,284.946,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[247.824,284.946,0],"e":[251,287,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[251,287,0],"e":[251,287,0],"to":[0,0,0],"ti":[0,0,0]},{"t":23}]},"a":{"k":[1,-113,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[-0.331,-0.331,100],"e":[100,100,100]},{"t":3}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[39.88,0],[0,39.578],[-39.578,0],[0,-39.578]],"o":[[-39.578,0],[0,-39.578],[39.88,0],[0,39.578]],"v":[[0.76,-43.204],[-69.333,-113.297],[0.76,-183.389],[71.155,-113.297]],"c":true}},"nm":"O"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"O"}],"ip":0,"op":38,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"O Outlines","parent":13,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[251,287,0],"e":[254,286,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[254,286,0],"e":[252.853,289.049,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[252.853,289.049,0],"e":[249.756,286.943,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[249.756,286.943,0],"e":[247.824,284.946,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[247.824,284.946,0],"e":[251,287,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[251,287,0],"e":[254,286,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[254,286,0],"e":[252.853,289.049,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[252.853,289.049,0],"e":[249.756,286.943,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[249.756,286.943,0],"e":[247.824,284.946,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[247.824,284.946,0],"e":[251,287,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[251,287,0],"e":[254,286,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[254,286,0],"e":[252.853,289.049,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[252.853,289.049,0],"e":[249.756,286.943,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[249.756,286.943,0],"e":[247.824,284.946,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[247.824,284.946,0],"e":[251,287,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[251,287,0],"e":[251,287,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[251,287,0],"e":[249.756,286.943,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[249.756,286.943,0],"e":[247.824,284.946,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[247.824,284.946,0],"e":[251,287,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[251,287,0],"e":[251,287,0],"to":[0,0,0],"ti":[0,0,0]},{"t":23}]},"a":{"k":[1,-113,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[-0.331,-0.331,100],"e":[100,100,100]},{"t":3}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-64.352,0],[0,64.352],[64.352,0],[0,-64.352]],"o":[[64.352,0],[0,-64.352],[-64.352,0],[0,64.352]],"v":[[0.76,3.021],[117.078,-113.297],[0.76,-229.614],[-115.558,-113.297]],"c":true}},"nm":"O"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[39.88,0],[0,39.578],[-39.578,0],[0,-39.578]],"o":[[-39.578,0],[0,-39.578],[39.88,0],[0,39.578]],"v":[[0.76,-43.204],[-69.333,-113.297],[0.76,-183.389],[71.155,-113.297]],"c":true}},"nm":"O"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"O"}],"ip":0,"op":38,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":1,"nm":"ResizerTemp","parent":14,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[26.6,35.7,0]},"a":{"k":[250,300,0]},"s":{"k":[10.5,10.5,100]}},"ao":0,"sw":500,"sh":600,"sc":"#ffffff","ip":0,"op":38,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":1,"nm":"White Solid 45","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[40,50,0]},"a":{"k":[28,35,0]},"s":{"k":[142.857,142.857,100]}},"ao":0,"sw":56,"sh":70,"sc":"#ffffff","ip":0,"op":38,"st":0,"bm":0,"sr":1}],"v":"4.4.26","ddd":0,"ip":0,"op":38,"fr":25,"w":80,"h":100} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Mobilo/P.json b/ohos/flutter_lottie/assets/Mobilo/P.json new file mode 100644 index 0000000000000000000000000000000000000000..0a58a8e5b639c875ed522eea9b97744c2ba645b5 --- /dev/null +++ b/ohos/flutter_lottie/assets/Mobilo/P.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"blue 6","parent":11,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0.25,-9.25],[0,0],[-17.976,0.36],[-3.259,6.008],[3.924,8.465],[9.103,0]],"o":[[0,0],[-0.25,9.25],[0,0],[10.945,-0.219],[4,-7.375],[-4.264,-9.199],[-14.75,0]],"v":[[-23.375,-85],[-23.25,-56.25],[-23.625,-32],[19.601,-32.235],[42,-45],[43.331,-69.279],[19.375,-84.875]],"c":true}},"nm":"Path 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1"}],"ip":25,"op":33,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"blue 5","parent":11,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-7.509],[0.063,-14.5],[0.125,-7.5],[0,0],[-8.696,0],[-11.25,0.063],[0.738,34.014],[-0.435,8.258],[-14.138,2.939],[-10.005,18.497],[0.143,22.252],[9.348,12.328],[31.493,0],[0,0],[0.001,-12.751],[0.379,-8.633]],"o":[[0,16.125],[-0.097,22.612],[-0.204,12.259],[0,0],[7.75,0],[0,-12.062],[-0.239,-11.03],[11.44,0.008],[10.344,-2.151],[2.494,-4.611],[-0.092,-14.266],[-13.068,-17.234],[-29.964,0],[0,0],[-0.001,13.288],[-0.538,12.257]],"v":[[-70.75,-25.75],[-70.438,24.5],[-70.5,69.875],[-70.75,99.938],[-56,100],[-23.625,100],[-23.55,47.222],[-23.502,7.43],[39.388,5.311],[81.755,-24.497],[91.357,-62.002],[75.381,-102.599],[13.757,-126.658],[-70.56,-126.363],[-70.374,-95.326],[-70.504,-57.742]],"c":true}},"nm":"Path 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"}],"ip":25,"op":33,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"folds","parent":11,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":20,"s":[{"i":[[0.375,-0.125],[4.25,-4.5],[10.983,-10.647],[0,0],[-9.674,8.541],[-2.605,1.34],[0,0]],"o":[[-0.375,0.125],[-2.545,2.694],[-7.36,7.135],[0,0],[9.674,-8.541],[4.375,-2.25],[0,0]],"v":[[-21.125,12],[-32.125,19.25],[-57.848,48.649],[-75.125,61],[-55.924,50.541],[-29.25,19.875],[-21.625,13.875]],"c":true}],"h":1},{"t":22,"s":[{"i":[[0.375,-0.125],[4.25,-4.5],[0.67,-1.131],[0,0],[-1.022,1.035],[-2.91,1.497],[0,0]],"o":[[-0.375,0.125],[-2.879,3.048],[-0.319,0.539],[0,0],[2.03,-2.057],[4.375,-2.25],[0,0]],"v":[[-21.625,9.75],[-32.625,16.5],[-37.676,22.925],[-38.125,23.75],[-36.459,22],[-28,15.125],[-21.625,13.875]],"c":true}],"h":1}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":[{"t":18,"s":[0],"h":1},{"t":20,"s":[100],"h":1},{"t":22,"s":[100],"h":1},{"t":24,"s":[0],"h":1}]},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 6"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":20,"s":[{"i":[[0,0],[4.5,-4.875],[0,0],[0,0],[-6.875,5.25]],"o":[[0,0],[-4.5,4.875],[0,0],[0,0],[6.875,-5.25]],"v":[[-52.75,-110.5],[-63.75,-103.875],[-70,-94.875],[-70.5,-88.5],[-59.625,-106.375]],"c":true}],"h":1},{"t":22,"s":[{"i":[[0,0],[-2.322,0.786],[0,0],[0,0],[3.198,-0.843]],"o":[[0,0],[2.716,-0.919],[0,0],[0,0],[-1.675,0.442]],"v":[[-36.875,-28.791],[-32.366,-32.154],[-25.354,-33.914],[-25.052,-32.306],[-31.136,-30.82]],"c":true}],"h":1}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":[{"t":18,"s":[0],"h":1},{"t":20,"s":[100],"h":1},{"t":22,"s":[100],"h":1},{"t":24,"s":[0],"h":1}]},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 5"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":20,"s":[{"i":[[0,0],[-2.5,-8.5],[0,0],[7.875,7.625]],"o":[[0,0],[2.5,8.5],[0,0],[-7.13,-6.904]],"v":[[-36.5,-101.25],[-21.75,-87.375],[-17.75,-86.625],[-23,-94.25]],"c":true}],"h":1},{"t":22,"s":[{"i":[[0,0],[-0.638,-3.147],[0,0],[-0.509,0.202]],"o":[[0,0],[0.862,-0.147],[0,0],[-6.009,-6.673]],"v":[[-26.851,-92.311],[-21.862,-85.853],[-19.542,-86.02],[-19.366,-85.952]],"c":true}],"h":1}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":[{"t":18,"s":[0],"h":1},{"t":20,"s":[100],"h":1},{"t":22,"s":[100],"h":1},{"t":24,"s":[0],"h":1}]},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 4"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[6.966,2.682],[5,-7.5],[0,0],[-14.267,-0.278],[-6.938,-9.943],[-1.824,-9.067],[-0.078,3.435],[-1.321,3.706]],"o":[[-3.609,-1.39],[-5,7.5],[0,0],[8.97,0.175],[8.159,11.694],[1.666,-4.06],[0.061,-2.703],[-5,-7.5]],"v":[[-41.25,-112.5],[-61,-105.75],[-69.25,-86],[-47.25,-112],[-24.992,-96.977],[-16.503,-78.47],[-14.76,-85.714],[-13.51,-89.485]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":[{"t":16,"s":[0],"h":1},{"t":18,"s":[100],"h":1},{"t":20,"s":[0],"h":1}]},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":-0.113,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.5,0],[-5.375,-3.5],[2.375,1.375]],"o":[[0.5,0],[-3.375,-4.375],[-2.363,-1.368]],"v":[[14.5,-125.75],[30.875,-117.75],[21.5,-125.5]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":[{"t":14,"s":[0],"h":1},{"t":16,"s":[100],"h":1},{"t":18,"s":[0],"h":1}]},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":16,"s":[{"i":[[0,0],[-3.375,-10.625],[0,0],[0.119,6.888]],"o":[[0,0],[3.375,10.625],[0,0],[-0.375,-21.625]],"v":[[36,-113.875],[47,-93.625],[50.75,-70.25],[51.75,-79.5]],"c":true}],"h":1},{"t":18,"s":[{"i":[[0,0],[-3.722,-10.509],[0,0],[0.485,6.872]],"o":[[0,0],[4.25,12],[0,0],[-1.375,-19.5]],"v":[[35.875,-108.125],[46.625,-87.375],[50.375,-62.625],[52,-73.625]],"c":true}],"h":1},{"t":20,"s":[{"i":[[0,0],[-2,-11.75],[0,0],[0.485,6.872]],"o":[[0,0],[1.871,10.99],[0,0],[-1.375,-19.5]],"v":[[39.625,-97.875],[46.875,-76.875],[49,-62.625],[49.75,-70.75]],"c":true}],"h":1},{"t":22,"s":[{"i":[[0,0],[0.271,-10.613],[0,0],[-0.146,3.085]],"o":[[0,0],[-0.285,11.145],[0,0],[0.677,-14.335]],"v":[[43.42,-83.061],[47.053,-62.87],[47.963,-56.358],[48.481,-60.313]],"c":true}],"h":1}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":[{"t":14,"s":[0],"h":1},{"t":16,"s":[100],"h":1},{"t":22,"s":[100],"h":1},{"t":24,"s":[0],"h":1}]},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":0,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"blue 4","parent":11,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":8,"s":[{"i":[[5.7,0.438],[11.5,-5.75],[-1.579,-18.949],[-6.75,-5.25],[0,0],[-8.25,18.75],[-11.5,3.5],[7.5,10.434],[1.602,0.836],[0.212,0.091],[0.035,0.015],[0,0],[0,0],[0,0],[0,0],[0,0],[0.001,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.022,0.009],[0.457,0.108]],"o":[[-9.75,-0.75],[-11.5,5.75],[1,12],[6.75,5.25],[0,0],[8.25,-18.75],[11.5,-3.5],[-1.627,-2.263],[-0.209,-0.109],[-0.035,-0.015],[-0.014,-0.006],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.015,-0.006],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.442,-0.172],[-3.481,-0.823]],"v":[[-23.5,-20.75],[-64.75,-19.75],[-91.5,14.25],[-70.75,44.25],[-55,56],[-53.5,26.25],[-22,-2.25],[-3.25,-15],[-8.026,-19.482],[-8.657,-19.783],[-8.763,-19.828],[-8.807,-19.846],[-8.812,-19.848],[-8.815,-19.849],[-8.817,-19.85],[-8.82,-19.852],[-8.826,-19.854],[-8.881,-19.877],[-8.884,-19.878],[-8.885,-19.878],[-8.892,-19.881],[-8.914,-19.889],[-8.98,-19.915],[-10.327,-20.332]],"c":true}],"h":1},{"t":10,"s":[{"i":[[17.5,-2.25],[16.75,-4.25],[-1.579,-18.949],[-13.75,-8.185],[0,0],[-22.5,-2.5],[-11.5,3.5],[-11.39,5.95],[-6.568,19.992],[15.524,21.231],[9.626,4.767],[0.584,-2.97],[-0.021,-0.485],[-0.033,-0.198],[-0.025,-0.099],[-0.04,-0.108],[-0.076,-0.118],[-1.049,-2.912],[-0.155,-0.478],[-0.078,-0.253],[-0.166,-0.63],[-0.209,-1.163],[0.145,-1.117],[4.246,-2.679]],"o":[[-12.887,1.657],[-12.462,3.162],[1,12],[10.5,6.25],[0,0],[25,-2],[11.5,-3.5],[5.053,-2.64],[1.294,-3.939],[-1.485,-2.031],[-6.072,-3.006],[-0.106,0.538],[0.01,0.22],[0.018,0.108],[0.031,0.123],[0.057,0.153],[1.907,2.987],[0.176,0.487],[0.083,0.256],[0.202,0.656],[0.346,1.316],[0.642,3.567],[-2.187,16.859],[-18.863,11.902]],"v":[[-11.75,-28.5],[-70.5,-19.75],[-96.75,10.5],[-78,33.25],[-66.75,41.25],[-51.25,24],[0.75,19.75],[57,-2.75],[106.568,-47.492],[99.226,-93.231],[83.124,-111.267],[73.824,-108.107],[73.701,-106.554],[73.766,-105.925],[73.831,-105.614],[73.938,-105.267],[74.137,-104.859],[78.515,-95.894],[79.011,-94.446],[79.253,-93.682],[79.803,-91.751],[80.629,-88.018],[81.187,-80.609],[56.875,-46.356]],"c":true}],"h":1},{"t":12,"s":[{"i":[[23.75,-2.5],[19.75,-3.75],[3.5,-19],[-1.5,-11],[-2.5,-0.5],[-24,7.5],[-11.978,1.01],[-11.39,5.95],[-8.051,24.083],[5.274,17.481],[9.626,4.767],[2.271,-0.234],[0.024,-0.209],[-0.081,-0.132],[-0.073,-0.083],[-0.137,-0.121],[-0.291,-0.208],[-1.587,-3.372],[-0.217,-0.574],[-0.103,-0.31],[-0.186,-0.816],[-0.098,-1.703],[0.697,-4.018],[10.625,-11.394]],"o":[[-12.921,1.36],[-12.632,2.398],[-2.181,11.842],[0.762,5.589],[2.5,0.5],[16.25,-6.25],[20.75,-1.75],[5.053,-2.639],[4.182,-12.508],[-0.727,-2.409],[-6.072,-3.006],[-0.411,0.042],[-0.011,0.095],[0.044,0.072],[0.09,0.103],[0.193,0.171],[3.782,2.699],[0.266,0.564],[0.116,0.308],[0.268,0.805],[0.388,1.703],[0.301,5.222],[-2.187,12.609],[-15.211,16.313]],"v":[[-11.75,-28.5],[-65,-19.5],[-86.5,4],[-84.5,33.5],[-77.5,45],[-51.25,24],[-10,16.5],[49.5,0],[92.068,-41.492],[94.976,-90.731],[80.124,-113.517],[64.216,-118.457],[63.543,-118.085],[63.647,-117.744],[63.823,-117.511],[64.163,-117.176],[64.887,-116.609],[72.744,-107.365],[73.467,-105.657],[73.796,-104.729],[74.474,-102.296],[75.181,-97.171],[73.937,-82.859],[53.125,-48.356]],"c":true}],"h":1},{"t":14,"s":[{"i":[[23.75,-2.5],[14.25,-5.25],[0,-11.5],[-1.5,-11],[-2.5,-0.5],[-16.75,8],[-17.75,1.25],[-11.691,5.333],[-8.051,24.083],[3.696,17.881],[9.448,5.11],[4.894,0.427],[0.336,-0.138],[0.02,-0.11],[-0.031,-0.074],[-0.105,-0.114],[-0.291,-0.208],[-2.149,-4.349],[-0.319,-0.752],[-0.16,-0.409],[-0.342,-1.087],[-0.425,-2.27],[0.697,-4.018],[10.277,-11.709]],"o":[[-12.921,1.36],[-12.065,4.445],[0,12.042],[0.762,5.589],[2.5,0.5],[16.25,-6.25],[20.772,-1.463],[14.25,-6.5],[4.182,-12.508],[-2.226,-10.769],[-9.278,-5.018],[-0.886,-0.077],[-0.152,0.063],[-0.011,0.06],[0.038,0.092],[0.149,0.161],[3.782,2.699],[0.36,0.728],[0.171,0.403],[0.415,1.061],[0.715,2.27],[1.303,6.961],[-2.187,12.609],[-10.625,12.105]],"v":[[-7.5,-31],[-61.25,-14.75],[-76.5,5.75],[-75.25,32.5],[-72,49.25],[-51.25,24],[-8.25,12],[49.75,-0.25],[92.068,-41.492],[90.976,-89.731],[71.374,-114.517],[44.863,-123.516],[42.999,-123.43],[42.737,-123.172],[42.766,-122.97],[42.981,-122.662],[43.637,-122.109],[52.451,-111.203],[53.469,-108.981],[53.966,-107.762],[55.102,-104.535],[56.801,-97.686],[57.437,-80.109],[42.375,-44.106]],"c":true}],"h":1},{"t":16,"s":[{"i":[[23.75,-2.5],[14.25,-5.25],[0,-11.5],[-0.25,-12.75],[-2.5,-0.5],[-11.25,7.75],[-17.74,2.816],[-11.691,5.333],[-8.051,24.083],[3.696,17.881],[9.483,5.047],[7.562,-0.79],[0.589,-0.29],[0.089,-0.152],[-0.007,-0.087],[-0.096,-0.112],[-0.317,-0.164],[23.626,2.288],[6.76,-8.256],[-2.928,-2.178],[-9.311,-2.256],[-22.631,-4.789],[-14.187,0.859],[3.02,-5.641]],"o":[[-12.921,1.36],[-12.065,4.445],[0,12.042],[0.111,5.639],[1.25,0.25],[13,-7.5],[15.75,-2.5],[14.25,-6.5],[4.182,-12.508],[-2.226,-10.769],[-19.858,-10.568],[-1.37,0.143],[-0.267,0.132],[-0.048,0.083],[0.009,0.107],[0.135,0.159],[-12.887,-2.641],[-19.764,-1.914],[-1.517,1.852],[2.903,-5.567],[16.404,3.975],[9.2,1.947],[0.753,12.775],[-4.875,9.106]],"v":[[-7.5,-31],[-58.5,-17.5],[-73,4.25],[-74.5,32.5],[-70.25,52.5],[-45.75,27.25],[-0.5,8.25],[54.75,0.5],[91.068,-38.242],[90.226,-86.231],[68.624,-115.017],[22.62,-126.773],[19.654,-126.106],[19.117,-125.679],[19.054,-125.424],[19.21,-125.094],[19.887,-124.609],[-35.986,-130.586],[-66.51,-118.744],[-65.906,-105.877],[-47.939,-119.244],[-7.369,-91.961],[50.937,-80.359],[44.125,-47.856]],"c":true}],"h":1},{"t":18,"s":[{"i":[[23.879,-0.356],[21.25,-9],[0,-11.5],[-0.25,-12.75],[-2.5,-0.5],[-10.75,10.75],[-23.885,1.61],[-11.691,5.333],[-8.051,24.083],[3.696,17.881],[9.483,5.047],[24.436,-1.104],[10.291,-23.15],[3.728,-18.599],[-8.609,-9.373],[-4.278,9.476],[-0.474,-0.001],[-7.618,-0.983],[-1.21,-0.191],[-0.63,-0.11],[-1.516,-0.336],[-2.678,-0.921],[-4.559,-4.836],[5.125,-5.394]],"o":[[-16.75,0.25],[-11.839,5.014],[0,12.042],[0.111,5.639],[1.25,0.25],[12.5,-10.5],[22.25,-1.5],[14.25,-6.5],[4.182,-12.508],[-2.226,-10.769],[-15.887,-8.455],[-6.239,0.282],[-6.248,14.055],[-0.978,4.88],[11.106,12.09],[8.301,-18.391],[10.198,0.031],[1.275,0.165],[0.649,0.102],[1.636,0.285],[3.165,0.701],[8.211,2.822],[0.753,12.775],[-11.094,11.678]],"v":[[-7.5,-31],[-54,-21.75],[-73,4.25],[-72.25,31.75],[-71.25,59.25],[-44.25,29.25],[-2.5,9.25],[53.75,2.25],[92.318,-35.992],[90.226,-86.231],[68.624,-115.017],[-9.436,-129.396],[-68.252,-114.555],[-71.728,-72.401],[-66.043,-33.961],[-27.801,-35.109],[-14.113,-89.609],[12.507,-88.081],[16.234,-87.548],[18.153,-87.23],[22.879,-86.298],[31.631,-83.864],[50.437,-72.359],[44.125,-47.856]],"c":true}],"h":1}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":[{"t":6,"s":[0],"h":1},{"t":8,"s":[100],"h":1},{"t":18,"s":[100],"h":1},{"t":20,"s":[0],"h":1}]},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"}],"ip":2,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"blue 3","parent":11,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":12,"s":[{"i":[[16.029,-0.267],[3.75,-4],[-0.56,-0.884],[-0.35,-0.228],[-5.448,0.272],[-10,-15],[-21.25,-0.283],[7.25,3.25],[4.044,8.858]],"o":[[-15,0.25],[-1.296,1.382],[0.178,0.281],[1.738,1.131],[14.981,-0.749],[10,15],[18.75,0.25],[-7.25,-3.25],[-5.25,-11.5]],"v":[[-13.25,-133.5],[-50,-121.25],[-51.046,-117.841],[-50.252,-117.078],[-39.25,-115.75],[-6,-106.5],[32,-76.75],[38.75,-89.5],[24.75,-115.5]],"c":true}],"h":1},{"t":14,"s":[{"i":[[20,2.5],[13.556,-11.686],[-4.508,-1.295],[-0.263,1.788],[-4.54,0.227],[-6.5,-7.25],[-21.191,1.599],[-5.75,5.25],[4.044,8.858]],"o":[[-14.886,-1.861],[-7.25,6.25],[0.243,-2.065],[2.317,-15.766],[14.981,-0.749],[12.034,13.423],[13.25,-1],[-9.5,0.25],[-5.25,-11.5]],"v":[[-14.75,-131.25],[-60.75,-122.5],[-66.028,-96.902],[-63.442,-100.734],[-45.25,-121.25],[-14.75,-106],[35,-79.5],[51,-88.75],[30,-107.5]],"c":true}],"h":1}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":[{"t":10,"s":[0],"h":1},{"t":12,"s":[100],"h":1},{"t":14,"s":[100],"h":1},{"t":16,"s":[0],"h":1}]},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 4"}],"ip":2,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"blue 2","parent":11,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-21.5,-3.245],[-5.533,11.758],[9.419,11.421],[0.331,11.259],[7.062,0.03],[0.367,-13.862]],"o":[[11.282,1.703],[6.134,-13.035],[-6.084,-7.378],[-0.331,-11.259],[-8.421,-0.036],[-0.919,34.68]],"v":[[-48.282,-30.203],[-21.384,-46.215],[-30.419,-61.921],[-37.906,-84.422],[-46.829,-108.714],[-72.117,-74.638]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":[{"t":14,"s":[0],"h":1},{"t":16,"s":[100],"h":1},{"t":18,"s":[0],"h":1}]},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 5"}],"ip":2,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"blue 7","parent":11,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":20,"s":[{"i":[[10,0],[0.75,-9.5],[-5.221,1.14],[-15.031,2.111],[-5.898,7.04],[0.843,6.623],[9.297,2.841]],"o":[[-0.75,7.25],[-0.728,9.225],[12.997,-2.838],[10.123,-1.421],[3.44,-4.106],[-1.057,-8.299],[-27,-8.25]],"v":[[-19,-85.75],[-20.5,-54],[-25.75,-31.75],[19.682,-35.255],[44.75,-46.75],[48.859,-64.174],[33.75,-83.5]],"c":true}],"h":1},{"t":22,"s":[{"i":[[5,0],[0.5,-9.375],[-2.611,0.57],[-16.504,1.235],[-4.578,6.524],[2.384,7.544],[9.2,1.42]],"o":[[-0.375,3.625],[-0.489,9.237],[6.498,-1.419],[10.534,-0.82],[3.72,-5.74],[-2.661,-8.749],[-20.875,-4.125]],"v":[[-21.188,-85.375],[-21.875,-55.125],[-24.688,-31.875],[19.642,-33.745],[43.375,-45.875],[46.095,-66.726],[26.562,-84.188]],"c":true}],"h":1}]},"nm":"Path 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1"}],"ip":2,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"blue 1","parent":11,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":2,"s":[{"i":[[0.625,0.063],[10,-4.75],[16.25,-11.5],[-5.852,11.705],[-20.581,7.952],[-11.75,11],[0.943,4.26],[2.122,1.545],[0.31,0.183],[0.252,0.124],[0.104,0.048],[0.128,0.053],[0.198,0.071],[0.229,0.067],[0.079,0.021],[0.131,0.031]],"o":[[-7.5,-0.75],[-17.775,8.443],[-18.354,12.989],[5,-10],[22,-8.5],[4.835,-4.526],[-0.565,-2.553],[-0.286,-0.208],[-0.238,-0.14],[-0.102,-0.05],[-0.125,-0.057],[-0.191,-0.079],[-0.221,-0.079],[-0.078,-0.023],[-0.129,-0.035],[-0.579,-0.138]],"v":[[-139,123.5],[-169.25,127.5],[-215,154.5],[-225,186.25],[-186.25,164],[-134.25,146],[-128.864,132.027],[-132.991,125.71],[-133.886,125.123],[-134.621,124.725],[-134.93,124.579],[-135.31,124.412],[-135.894,124.187],[-136.569,123.968],[-136.803,123.902],[-137.193,123.803]],"c":true}],"h":1},{"t":4,"s":[{"i":[[0.624,0.076],[17.5,-9],[17,-14],[-13,-1.5],[-23.5,8.5],[-28,20.5],[-1.787,6.594],[1.685,2.11],[0.266,0.246],[0.225,0.166],[0.094,0.063],[0.118,0.07],[0.186,0.092],[0.22,0.087],[0.076,0.027],[0.127,0.04]],"o":[[-20.5,-2.5],[-17.5,9],[-17,14],[13,1.5],[23.5,-8.5],[13.594,-9.953],[1.071,-3.952],[-0.227,-0.284],[-0.204,-0.189],[-0.091,-0.067],[-0.114,-0.076],[-0.176,-0.105],[-0.208,-0.103],[-0.074,-0.029],[-0.124,-0.045],[-0.563,-0.177]],"v":[[-73,89.5],[-147,120.5],[-197,143.5],[-219,171],[-177,157.5],[-88,127],[-66.222,101.626],[-67.421,92.414],[-68.161,91.618],[-68.805,91.086],[-69.083,90.891],[-69.431,90.672],[-69.974,90.377],[-70.616,90.093],[-70.841,90.007],[-71.218,89.88]],"c":true}],"h":1},{"t":6,"s":[{"i":[[1.492,-1.571],[20.5,-12.25],[26,-14],[-13,-1.5],[-24.413,5.34],[-31.75,27],[18.42,18.877],[16.815,1.758],[0.335,-2.562],[0.423,-1.576],[0.194,-0.582],[0.264,-0.629],[0.449,-0.803],[0.556,-0.769],[0.193,-0.249],[0.327,-0.383]],"o":[[-23.5,24.75],[-16.892,10.094],[-19.39,10.441],[13,1.5],[40,-8.75],[11.843,-10.071],[-9.012,-9.236],[0.011,3.378],[-0.257,1.966],[-0.171,0.636],[-0.234,0.701],[-0.393,0.936],[-0.502,0.897],[-0.188,0.26],[-0.316,0.408],[-1.442,1.689]],"v":[[-44.5,57.25],[-118.5,101.75],[-180,133.25],[-205,163.5],[-163.25,149.5],[-9.25,101.75],[-1.988,41.236],[-32.815,27.492],[-33.318,36.36],[-34.345,41.653],[-34.893,43.479],[-35.64,45.472],[-36.907,48.074],[-38.498,50.563],[-39.07,51.326],[-40.035,52.51]],"c":true}],"h":1},{"t":8,"s":[{"i":[[1.733,-1.3],[20.5,-12.25],[26.292,-13.445],[-9.25,1.25],[-35.25,3.5],[-30.75,23.5],[0.025,26.374],[10.065,2.008],[0.75,-2.659],[0.9,-1.679],[0.404,-0.625],[0.535,-0.682],[0.867,-0.873],[1.004,-0.826],[0.339,-0.264],[0.547,-0.397]],"o":[[-12,9],[-16.892,10.094],[-22,11.25],[12.007,-1.623],[40.746,-4.046],[12.352,-9.44],[-0.012,-13.236],[0.011,3.378],[-0.576,2.041],[-0.364,0.678],[-0.487,0.753],[-0.796,1.015],[-0.969,0.976],[-0.339,0.279],[-0.556,0.433],[-2.415,1.753]],"v":[[-44.5,52.5],[-109,92.25],[-169.75,124],[-187.25,148.5],[-133,139.25],[-18.5,96.75],[-8.988,45.736],[-23.815,21.742],[-24.982,30.769],[-27.224,36.335],[-28.378,38.289],[-29.914,40.44],[-32.42,43.267],[-35.393,45.962],[-36.412,46.778],[-38.069,48.023]],"c":true}],"h":1},{"t":10,"s":[{"i":[[1.733,-1.3],[22,-17.25],[25.839,-14.294],[-8.961,-2.292],[-4.775,-0.126],[-31.068,23.079],[2.42,26.263],[10.065,2.008],[0.005,-2.343],[0.447,-1.622],[0.24,-0.626],[0.362,-0.712],[0.663,-0.963],[0.837,-0.954],[0.289,-0.309],[0.482,-0.467]],"o":[[-12,9],[-15.486,12.142],[-11.75,6.5],[10.75,2.75],[37.75,1],[8.75,-6.5],[-1.012,-10.986],[0.976,2.633],[-0.004,1.798],[-0.181,0.655],[-0.289,0.754],[-0.538,1.059],[-0.74,1.076],[-0.283,0.323],[-0.474,0.506],[-2.129,2.064]],"v":[[-41.75,57.25],[-101.25,88.5],[-146.25,113.75],[-165.25,129.25],[-139.25,126.5],[-25.25,97],[-8.988,51.236],[-28.315,26.992],[-26.923,34.457],[-27.63,39.588],[-28.262,41.511],[-29.241,43.71],[-31.053,46.744],[-33.434,49.79],[-34.292,50.737],[-35.729,52.197]],"c":true}],"h":1},{"t":12,"s":[{"i":[[2.731,-1.332],[14.5,-16.5],[19.189,-10.587],[-9.5,-5.25],[-4.764,0.336],[-26.133,13.271],[2.42,26.263],[10.065,2.008],[0.077,-1.944],[0.554,-1.17],[0.292,-0.429],[0.439,-0.46],[0.813,-0.584],[1.052,-0.563],[0.368,-0.183],[0.628,-0.286]],"o":[[-13.482,6.576],[-12.99,14.782],[-14.5,8],[9.712,5.367],[17.75,-1.25],[32,-16.25],[-1.012,-10.986],[0.976,2.633],[-0.059,1.492],[-0.224,0.473],[-0.352,0.517],[-0.654,0.685],[-0.908,0.652],[-0.356,0.19],[-0.603,0.3],[-2.77,1.261]],"v":[[-39.75,53.75],[-83,78.5],[-117.25,109],[-139.25,123.75],[-107.5,124.75],[-56.5,104.25],[-9.738,53.736],[-21.565,31.242],[-20.276,38.066],[-21.221,42.042],[-21.996,43.393],[-23.186,44.856],[-25.396,46.753],[-28.352,48.566],[-29.438,49.125],[-31.287,50.002]],"c":true}],"h":1},{"t":14,"s":[{"i":[[2.065,-1.199],[14.5,-16.5],[8.5,-6],[-9.092,-5.929],[-8.25,2.75],[-10.884,2.419],[2.42,26.263],[3.815,1.258],[0.602,-1.314],[0.651,-0.88],[0.29,-0.337],[0.384,-0.383],[0.637,-0.525],[0.775,-0.542],[0.268,-0.179],[0.451,-0.285]],"o":[[-12.972,7.532],[-12.99,14.782],[-13.529,9.55],[5.75,3.75],[8.475,-2.825],[33.75,-7.5],[-1.012,-10.986],[-0.208,1.58],[-0.462,1.009],[-0.263,0.356],[-0.349,0.407],[-0.572,0.57],[-0.712,0.586],[-0.262,0.183],[-0.439,0.294],[-1.993,1.258]],"v":[[-39,44.75],[-80.5,73.25],[-101,99.5],[-113.75,116.5],[-91.25,112.5],[-55,99.75],[-14.488,53.986],[-21.815,26.992],[-23.05,31.32],[-24.729,34.148],[-25.559,35.187],[-26.66,36.37],[-28.476,38.01],[-30.711,39.699],[-31.506,40.243],[-32.842,41.111]],"c":true}],"h":1},{"t":16,"s":[{"i":[[1.932,-1.665],[10.42,-11.313],[4.5,-4],[-5.5,-4.5],[-8.25,2.75],[-11.113,0.901],[-1.512,32.264],[3.815,1.258],[0.561,-1.556],[0.602,-1.202],[0.267,-0.484],[0.354,-0.578],[0.587,-0.841],[0.715,-0.902],[0.247,-0.3],[0.418,-0.475]],"o":[[-11.361,9.794],[-8.75,9.5],[-12.378,11.002],[5.313,4.347],[8.475,-2.825],[27.75,-2.25],[0.517,-11.02],[-0.208,1.492],[-0.431,1.194],[-0.243,0.486],[-0.322,0.583],[-0.527,0.86],[-0.656,0.939],[-0.242,0.305],[-0.405,0.491],[-1.843,2.099]],"v":[[-38,41.25],[-75.25,68],[-92.25,90],[-101.25,109.5],[-76.25,104.5],[-44.5,99.25],[-16.738,50.986],[-22.065,16.492],[-23.236,21.079],[-24.792,24.679],[-25.559,26.134],[-26.574,27.877],[-28.247,30.431],[-30.307,33.196],[-31.041,34.104],[-32.276,35.555]],"c":true}],"h":1},{"t":18,"s":[{"i":[[1.799,-1.998],[18.75,-9.5],[4.75,-5.75],[-6.879,-1.783],[-8.25,2.75],[-11.113,0.901],[-1.512,32.264],[3.815,1.258],[0.584,-1.271],[0.624,-0.887],[0.276,-0.348],[0.364,-0.408],[0.598,-0.595],[0.718,-0.668],[0.247,-0.228],[0.413,-0.38]],"o":[[-10.035,11.149],[-11.521,5.837],[-10.547,12.768],[6.75,1.75],[8.475,-2.825],[27.75,-2.25],[0.517,-11.02],[-0.208,1.492],[-0.448,0.975],[-0.252,0.358],[-0.333,0.419],[-0.542,0.608],[-0.668,0.665],[-0.243,0.226],[-0.405,0.373],[-1.823,1.679]],"v":[[-39,34.75],[-71.25,61.75],[-88.75,82],[-91.5,104.5],[-68.5,104.25],[-42.5,98.5],[-16.238,51.736],[-23.065,14.492],[-24.274,18.617],[-25.892,21.401],[-26.685,22.46],[-27.732,23.701],[-29.444,25.503],[-31.528,27.496],[-32.263,28.176],[-33.491,29.305]],"c":true}],"h":1},{"t":20,"s":[{"i":[[-13.5,0.5],[5.164,-28.166],[1.666,-7.27],[3.5,-15.5],[-25,8.75],[-11.137,0.539],[0.738,34.014],[4.814,6.508],[-17.388,2.439],[-13.255,23.747],[0.143,22.252],[12.832,8.644],[20.119,0.783],[13.636,-4.603],[0.999,-12.712],[0.215,-2.075]],"o":[[-25.5,8.75],[-2.75,15],[-0.25,14.5],[-1.012,4.483],[7.315,-2.56],[15.5,-0.75],[-0.239,-11.03],[17.314,-10.492],[6.333,-0.888],[2.555,-4.577],[-0.092,-14.266],[-45.131,-30.401],[-29.941,-1.165],[-11.815,3.988],[-1.072,13.643],[-1.996,19.246]],"v":[[-52.5,-25.25],[-71.5,16.75],[-72.25,60],[-84,99.5],[-60.75,102.25],[-32.75,99],[-18.238,46.986],[-22.564,13.492],[31.888,6.061],[84.255,-21.747],[93.607,-61.002],[76.631,-107.849],[5.132,-128.283],[-61.685,-125.988],[-70.249,-96.038],[-68.504,-55.746]],"c":true}],"h":1},{"t":22,"s":[{"i":[[-6.75,-3.505],[2.613,-21.333],[0.895,-7.385],[5.375,-15.219],[-12.375,2.625],[-11.193,0.301],[0.738,34.014],[2.19,7.383],[-15.763,2.689],[-11.63,21.122],[0.143,22.252],[11.09,10.486],[25.806,0.391],[6.818,-2.302],[0.5,-12.731],[0.297,-5.354]],"o":[[-8.375,12.5],[-1.424,18.806],[-2.477,7.879],[-0.765,2.167],[7.532,-1.28],[7.75,-6.406],[-0.239,-11.03],[14.377,-5.242],[8.338,-1.52],[2.524,-4.594],[-0.092,-14.266],[-29.099,-23.817],[-29.952,-0.583],[-5.908,1.994],[-0.537,13.466],[-1.267,15.751]],"v":[[-63.625,-25.5],[-70.969,20.625],[-71.375,64.937],[-76.125,99.469],[-58.375,101.125],[-28.187,99.5],[-20.894,47.104],[-23.033,10.461],[35.638,5.686],[83.005,-23.122],[92.482,-61.502],[76.006,-105.224],[9.444,-127.47],[-66.122,-126.176],[-70.311,-95.682],[-69.504,-56.744]],"c":true}],"h":1},{"t":24,"s":[{"i":[[0,-7.509],[0.063,-14.5],[0.125,-7.5],[0,0],[-8.696,0],[-11.25,0.063],[0.738,34.014],[-0.435,8.258],[-14.138,2.939],[-10.005,18.497],[0.143,22.252],[9.348,12.328],[31.493,0],[0,0],[0.001,-12.751],[0.379,-8.633]],"o":[[0,16.125],[-0.097,22.612],[-0.204,12.259],[0,0],[7.75,0],[0,-12.062],[-0.239,-11.03],[11.44,0.008],[10.344,-2.151],[2.494,-4.611],[-0.092,-14.266],[-13.068,-17.234],[-29.964,0],[0,0],[-0.001,13.288],[-0.538,12.257]],"v":[[-70.75,-25.75],[-70.438,24.5],[-70.5,69.875],[-70.75,99.938],[-56,100],[-23.625,100],[-23.55,47.222],[-23.502,7.43],[39.388,5.311],[81.755,-24.497],[91.357,-62.002],[75.381,-102.599],[13.757,-126.658],[-70.56,-126.363],[-70.374,-95.326],[-70.504,-57.742]],"c":true}],"h":1}]},"nm":"Path 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"}],"ip":2,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"orange ","parent":11,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":1,"s":[{"i":[[1.204,-1.29],[0.037,-1.817],[-2.503,-3.652],[-5.736,-0.479],[-4.923,0.026],[-4.078,0.315],[0.186,2.404],[9.609,1.307],[4.095,1.898],[4.396,2.235],[6.686,2.813],[0.784,0.21],[0.631,0.095],[0.414,0.029],[0.218,0.006],[1.34,-0.396],[0.313,-0.122],[0.025,-0.01],[0.03,-0.012],[0.034,-0.014],[0.097,-0.044]],"o":[[-1.265,1.356],[-0.051,2.55],[2.505,3.655],[8.798,0.735],[6.658,-0.036],[8.414,-0.649],[-0.122,-1.583],[-5.036,-0.685],[-6.27,-2.905],[-4.396,-2.235],[-0.708,-0.298],[-0.601,-0.161],[-0.405,-0.061],[-0.217,-0.015],[-1.344,-0.034],[-0.318,0.094],[-0.025,0.01],[-0.03,0.012],[-0.034,0.014],[-0.097,0.041],[-1.383,0.623]],"v":[[-11.885,132.02],[-13.852,136.758],[-10.213,146.004],[6.736,153.979],[29.684,154.998],[50.586,153.899],[65.886,149.161],[45.641,147.193],[31.655,143.352],[16.332,136.952],[3.564,129.437],[1.319,128.667],[-0.532,128.28],[-1.761,128.145],[-2.414,128.114],[-6.468,128.628],[-7.415,128.951],[-7.49,128.981],[-7.579,129.017],[-7.68,129.059],[-7.971,129.185]],"c":true}],"h":1},{"t":2,"s":[{"i":[[3.827,-0.848],[1.747,-3.897],[-1.347,-5.587],[-8.988,-11.091],[-9.046,-6.145],[-8.653,-2.77],[-2.684,4.636],[5.289,3.678],[7.596,9.499],[5.238,9.621],[3.152,10.884],[0.708,1.561],[0.689,1.1],[0.506,0.653],[0.283,0.325],[2.462,1.125],[0.626,0.204],[0.05,0.016],[0.06,0.018],[0.069,0.02],[0.203,0.051]],"o":[[-4.021,0.891],[-2.452,5.469],[2.306,9.568],[12.347,15.236],[12.235,8.31],[10.225,3.274],[1.767,-3.051],[-9.27,-6.446],[-9.587,-11.988],[-5.238,-9.621],[-0.474,-1.638],[-0.543,-1.196],[-0.443,-0.707],[-0.265,-0.342],[-1.742,-2],[-0.583,-0.266],[-0.05,-0.016],[-0.06,-0.019],[-0.069,-0.021],[-0.199,-0.058],[-2.908,-0.733]],"v":[[-67.409,42.621],[-75.99,50.414],[-77.449,68.693],[-57.767,99.668],[-23.985,131.69],[3.653,145.02],[28.211,145.756],[13.02,139.446],[-8.413,117.738],[-28.615,89.978],[-42.224,59.7],[-43.993,54.877],[-45.839,51.422],[-47.261,49.38],[-48.083,48.38],[-54.372,43.597],[-56.186,42.89],[-56.337,42.842],[-56.516,42.786],[-56.724,42.725],[-57.327,42.561]],"c":true}],"h":1},{"t":4,"s":[{"i":[[4.851,1.584],[4.383,-2.69],[2.19,-7.153],[-2.73,-18.381],[-7.25,-12.25],[-6.25,-12.5],[-6.078,3.419],[1.911,8.165],[4.25,15.25],[-0.5,14.25],[-4,11.25],[-0.311,1.898],[-0.007,1.482],[0.104,0.948],[0.086,0.493],[1.949,2.687],[0.554,0.603],[0.045,0.048],[0.054,0.057],[0.063,0.064],[0.19,0.181]],"o":[[-5.097,-1.664],[-6.152,3.776],[-3.75,12.25],[3.75,25.25],[7.25,12.25],[6.25,12.5],[4,-2.25],[-2.75,-11.75],[-4.25,-15.25],[0.5,-14.25],[0.627,-1.764],[0.238,-1.454],[0.005,-0.952],[-0.054,-0.497],[-0.533,-3.039],[-0.462,-0.637],[-0.044,-0.048],[-0.053,-0.057],[-0.062,-0.065],[-0.181,-0.185],[-2.721,-2.59]],"v":[[-51.25,-38.75],[-65.74,-36.662],[-79,-18.75],[-76.75,25.25],[-59.25,84],[-39,117.25],[-20,134.5],[-26.25,119],[-33.25,76],[-41,35.5],[-35.25,-6.5],[-33.821,-12.017],[-33.444,-16.431],[-33.59,-19.284],[-33.801,-20.77],[-37.436,-29.457],[-38.958,-31.318],[-39.092,-31.462],[-39.253,-31.632],[-39.44,-31.826],[-39.996,-32.375]],"c":true}],"h":1},{"t":6,"s":[{"i":[[5.076,0.523],[0.808,-4.343],[3.65,-8.175],[0.5,-22.75],[-5.519,-13.492],[-2.842,-17.523],[-6.078,3.419],[1.911,8.165],[0.494,15.823],[-4.058,13.669],[-1.99,11.773],[-0.076,3.085],[0.203,2.408],[0.247,1.525],[0.162,0.787],[2.4,3.795],[0.655,0.804],[0.053,0.064],[0.064,0.074],[0.074,0.084],[0.22,0.231]],"o":[[-10.089,-1.04],[-1.133,6.096],[-5.222,11.698],[-0.561,25.521],[6.75,16.5],[1.5,9.25],[4,-2.25],[-2.75,-11.75],[-0.5,-16],[4.75,-16],[0.47,-2.783],[0.058,-2.363],[-0.13,-1.546],[-0.129,-0.799],[-1.001,-4.848],[-0.569,-0.899],[-0.052,-0.064],[-0.063,-0.075],[-0.073,-0.085],[-0.212,-0.241],[-3.156,-3.306]],"v":[[-39,-100],[-53.149,-94.145],[-54.25,-70.25],[-66.75,-26.75],[-56.75,34.25],[-46.75,69],[-30.75,93.25],[-34.5,72.5],[-33.5,29.25],[-31,-7.75],[-18.25,-53.75],[-17.416,-62.615],[-17.626,-69.801],[-18.189,-74.416],[-18.627,-76.796],[-23.67,-90.015],[-25.504,-92.574],[-25.662,-92.766],[-25.852,-92.991],[-26.072,-93.245],[-26.72,-93.954]],"c":true}],"h":1},{"t":8,"s":[{"i":[[15.75,-3.75],[4.252,-5.866],[-2.815,-10.1],[1,-23.25],[-2,-14.25],[-2.842,-17.523],[-6.078,3.419],[1.911,8.165],[0.494,15.823],[-4.058,13.669],[-1.99,11.773],[0.291,5.673],[1.422,4.94],[1.632,3.073],[1.089,1.526],[-10.784,0.49],[-12.253,-1.258],[-2.018,0.314],[0.463,2.626],[1.266,0.924],[5.049,6.062]],"o":[[-13.383,3.186],[-7.11,9.809],[3.439,12.341],[-1.097,25.503],[2.478,17.654],[1.5,9.25],[4,-2.25],[-2.75,-11.75],[-0.5,-16],[4.75,-16],[0.45,-2.66],[-0.223,-4.346],[-0.913,-3.173],[-0.855,-1.61],[-3.176,-4.452],[16.502,-0.75],[0.848,0.087],[2.391,-0.371],[-0.262,-1.485],[-3.631,-2.651],[-9.459,-11.357]],"v":[[-41,-122],[-62.502,-109.634],[-62.75,-78.25],[-55.25,-32.5],[-53.75,32.25],[-47.5,68.25],[-30.75,93.25],[-34.5,72.5],[-36.5,24.75],[-31,-7.75],[-16.75,-47.75],[-16.144,-60.815],[-18.446,-74.999],[-22.22,-84.435],[-25.129,-89.149],[-18.752,-104],[13.503,-94.492],[18.535,-94.555],[22.647,-98.593],[20.249,-102.08],[4.692,-112.175]],"c":true}],"h":1},{"t":10,"s":[{"i":[[15.831,-3.392],[4.252,-5.866],[2,-12.25],[-3.75,-23],[-2,-14.25],[-2.842,-17.523],[-6.078,3.419],[1.911,8.165],[-1.75,17.5],[-4.058,13.669],[-3.258,11.487],[1.479,5.872],[0.193,4.095],[-1.12,2.481],[-1.068,1.261],[-10.736,-1.121],[-8.479,3.122],[-3.716,3.073],[-0.574,2.604],[6.014,-2.798],[11.813,4.129]],"o":[[-10.5,2.25],[-7.11,9.809],[-2.064,12.644],[4.108,25.194],[2.478,17.654],[1.5,9.25],[4,-2.25],[-2.75,-11.75],[1.593,-15.928],[4.75,-16],[1.888,-6.658],[-1.133,-4.498],[-0.124,-2.63],[0.587,-1.3],[5.379,-6.351],[16.752,1.75],[7.78,-2.865],[4.402,-3.641],[1.853,-8.407],[-12.031,5.596],[-9.694,-3.389]],"v":[[-40.25,-116.75],[-62.252,-104.134],[-72,-78],[-63.25,-34.25],[-53.75,32.25],[-47.5,68.25],[-30.75,93.25],[-36.5,67],[-36.5,24.75],[-29.25,-7.5],[-22.5,-39.75],[-23.293,-58.518],[-25.914,-71.395],[-24.587,-79.058],[-22.129,-82.899],[-0.502,-86.75],[33.503,-86.992],[50.441,-96.115],[57.397,-105.843],[47.531,-114.096],[6.442,-112.425]],"c":true}],"h":1},{"t":12,"s":[{"i":[[15.831,-3.392],[9.002,-8.866],[0.75,-14.75],[-1.25,-13],[-0.479,-14.382],[-4.25,-12.5],[-6.078,3.419],[0.284,8.38],[-1.75,17.5],[-2.53,14.033],[-1.563,11.837],[0.233,4.779],[-0.879,3.581],[-1.471,2.328],[-1.096,1.237],[-9.999,2],[-8.871,-1.717],[-5.327,0.828],[11.225,12.445],[13.969,3.596],[16.308,1.425]],"o":[[-10.5,2.25],[-8.631,8.501],[-0.995,19.577],[3.144,32.694],[0.5,15],[3.016,8.872],[4,-2.25],[-0.5,-14.75],[1.593,-15.928],[2.75,-15.25],[0.696,-5.267],[-0.179,-3.661],[0.564,-2.3],[0.771,-1.219],[5.629,-6.351],[16.516,-3.303],[24.497,4.742],[9.898,-1.538],[-13.897,-15.407],[-10.963,-2.822],[-10.231,-0.894]],"v":[[-32,-116.75],[-60.502,-101.384],[-70,-67.5],[-64.5,-30.25],[-54.75,32],[-47.75,67.5],[-37,85.25],[-32.75,62.25],[-32.75,25.5],[-29.25,-7.5],[-24.25,-43.75],[-24.329,-58.719],[-23.627,-69.536],[-20.666,-76.466],[-17.879,-80.149],[4.999,-90.25],[40.003,-91.742],[77.426,-65.979],[83.897,-97.593],[46.031,-115.096],[12.692,-118.425]],"c":true}],"h":1},{"t":14,"s":[{"i":[[15.831,-3.392],[9.002,-8.866],[0.75,-14.75],[-1.25,-13],[-0.479,-14.382],[-4.25,-12.5],[-6.078,3.419],[0.284,8.38],[-1.75,17.5],[-2.53,14.032],[-1.563,11.837],[4.984,8.923],[-3.486,9.078],[0.471,5.462],[-5.371,0.649],[-9.998,2],[-9.035,-0.112],[-5.744,-0.362],[1.563,2.161],[22.219,11.346],[11.808,0.925]],"o":[[-10.5,2.25],[-8.631,8.501],[-0.995,19.577],[3.144,32.694],[0.5,15],[3.016,8.872],[4,-2.25],[-0.5,-14.75],[1.593,-15.928],[2.75,-15.25],[0.711,-5.381],[-4.468,-7.999],[2.027,-5.278],[-0.301,-3.492],[8.425,-1.017],[16.516,-3.303],[19.497,0.242],[6.805,0.429],[-14.397,-19.907],[-10.082,-5.148],[-10.238,-0.802]],"v":[[-31.25,-115.75],[-61.002,-103.384],[-70.5,-74.75],[-59,-31.75],[-52.75,30.5],[-49,68.25],[-37,85.25],[-36.5,60.75],[-32.25,28],[-30.25,-6.75],[-26.5,-41.75],[-45.532,-42.001],[-34.736,-62.922],[-31.721,-78.462],[-16.129,-82.899],[5.498,-88.5],[43.003,-89.242],[79.804,-65.508],[81.397,-93.593],[45.281,-117.596],[9.192,-120.925]],"c":true}],"h":1},{"t":16,"s":[{"i":[[15.831,-3.392],[6.426,-10.878],[-4.75,-14.25],[-0.159,-13.059],[-0.479,-14.382],[-4.25,-12.5],[-6.078,3.419],[0.284,8.38],[-1.75,17.5],[-2.53,14.032],[1.816,11.801],[2.109,6.245],[0.638,3.912],[-0.507,1.711],[-0.601,0.604],[-9.999,2],[-8.573,-2.853],[-6.256,0.604],[-0.574,2.604],[22.219,11.346],[11.558,2.925]],"o":[[-10.5,2.25],[-5.248,8.884],[6.199,18.596],[0.25,20.5],[0.5,15],[3.016,8.872],[4,-2.25],[-0.5,-14.75],[1.593,-15.928],[2.75,-15.25],[-0.795,-5.168],[-1.616,-4.784],[-0.41,-2.512],[0.266,-0.896],[13.124,-13.185],[16.516,-3.303],[6.178,2.056],[7.411,-0.715],[1.853,-8.407],[-10.082,-5.148],[-9.956,-2.519]],"v":[[-41.25,-123],[-64.252,-107.884],[-70.75,-69.5],[-59.75,-29.25],[-57,21.25],[-49,68.25],[-37,85.25],[-32.25,60],[-29,26.25],[-25.5,-9.5],[-28.5,-44.5],[-33.701,-62.344],[-37.461,-75.714],[-37.415,-82.135],[-36.129,-84.399],[4.999,-90.25],[40.753,-84.992],[60.537,-83.114],[74.397,-88.593],[42.781,-107.096],[12.692,-118.425]],"c":true}],"h":1},{"t":18,"s":[{"i":[[15.831,-3.392],[6.426,-10.878],[-4.75,-14.25],[-0.159,-13.059],[-0.479,-14.382],[-4.25,-12.5],[-6.078,3.419],[0.284,8.38],[-1.75,17.5],[-0.25,14.257],[1.816,11.801],[2.109,6.245],[0.638,3.912],[-0.507,1.711],[-0.601,0.604],[-10.172,-0.706],[-8.573,-2.853],[-6.256,0.604],[-0.574,2.604],[22.219,11.346],[11.558,2.925]],"o":[[-10.5,2.25],[-5.248,8.884],[6.199,18.596],[0.25,20.5],[0.5,15],[3.016,8.872],[4,-2.25],[-0.5,-14.75],[1.593,-15.928],[0.25,-14.25],[-0.795,-5.168],[-1.616,-4.784],[-0.41,-2.512],[0.266,-0.896],[13.124,-13.185],[18.002,1.25],[6.178,2.056],[7.411,-0.715],[1.853,-8.407],[-10.082,-5.148],[-9.956,-2.519]],"v":[[-38.25,-119],[-57.752,-107.884],[-63.75,-68.5],[-62.25,-30.5],[-61,21.75],[-53,71.5],[-37,85.25],[-32.25,60],[-29,26.25],[-28,-9],[-28.5,-44.5],[-33.701,-62.344],[-37.461,-75.714],[-37.415,-82.135],[-36.129,-84.399],[-1.002,-95.25],[40.753,-84.992],[60.537,-83.114],[74.397,-88.593],[42.781,-107.096],[12.692,-118.425]],"c":true}],"h":1},{"t":20,"s":[{"i":[[15.831,-3.392],[6.426,-10.878],[-4.75,-14.25],[-1.904,-12.92],[-0.479,-14.382],[-4.25,-12.5],[-6.078,3.419],[0.284,8.38],[-1.75,17.5],[-0.25,14.257],[1.816,11.801],[2.109,6.245],[0.638,3.912],[-0.507,1.711],[-0.601,0.604],[-10.172,-0.706],[-8.573,-2.853],[-6.256,0.604],[-0.574,2.604],[22.219,11.346],[11.558,2.925]],"o":[[-10.5,2.25],[-5.248,8.884],[6.199,18.596],[3.5,23.75],[0.5,15],[3.016,8.872],[4,-2.25],[-0.5,-14.75],[1.593,-15.928],[0.25,-14.25],[-0.795,-5.168],[-1.616,-4.784],[-0.41,-2.512],[0.266,-0.896],[13.124,-13.185],[18.002,1.25],[6.178,2.056],[7.411,-0.715],[1.853,-8.407],[-10.082,-5.148],[-9.956,-2.519]],"v":[[-38.25,-119],[-57.752,-107.884],[-63.75,-68.5],[-63.75,-32],[-61,21.75],[-53,71.5],[-37,85.25],[-32.25,60],[-29,26.25],[-28,-9],[-28.5,-44.5],[-33.701,-62.344],[-37.461,-75.714],[-37.415,-82.135],[-36.129,-84.399],[-1.002,-95.25],[40.753,-84.992],[60.537,-83.114],[74.397,-88.593],[42.781,-107.096],[12.692,-118.425]],"c":true}],"h":1},{"t":22,"s":[{"i":[[15.831,-3.392],[6.426,-10.878],[-4.75,-14.25],[-1.904,-12.92],[-0.479,-14.382],[-4.25,-12.5],[-6.078,3.419],[0.284,8.38],[-1.75,17.5],[-0.25,14.257],[1.816,11.801],[2.109,6.245],[0.638,3.912],[-0.507,1.711],[-0.601,0.604],[-10.172,-0.706],[-8.573,-2.853],[-6.256,0.604],[-0.574,2.604],[22.219,11.346],[11.558,2.925]],"o":[[-10.5,2.25],[-5.248,8.884],[6.199,18.596],[3.5,23.75],[0.5,15],[3.017,8.872],[4,-2.25],[-0.5,-14.75],[1.593,-15.928],[0.25,-14.25],[-0.795,-5.168],[-1.616,-4.784],[-0.41,-2.512],[0.266,-0.896],[13.124,-13.185],[18.002,1.25],[6.178,2.056],[7.411,-0.715],[1.853,-8.407],[-10.082,-5.148],[-9.956,-2.519]],"v":[[299.75,-119],[280.248,-107.884],[274.25,-68.5],[274.25,-32],[277,21.75],[285,71.5],[301,85.25],[305.75,60],[309,26.25],[310,-9],[309.5,-44.5],[304.299,-62.344],[300.539,-75.714],[300.585,-82.135],[301.871,-84.399],[336.998,-95.25],[378.753,-84.992],[398.537,-83.114],[412.397,-88.593],[380.781,-107.096],[350.692,-118.425]],"c":true}],"h":1}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":1,"op":22,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"light blue","parent":11,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":14,"s":[{"i":[[0,0],[2.5,-11],[-6,-3.25],[-1.5,-8.25],[9.25,-8.5],[-10.75,3],[-6.25,9.25],[4.75,4.75],[13,7.5]],"o":[[0,0],[-2.5,11],[6,3.25],[1.5,8.25],[-9.25,8.5],[10.75,-3],[6.25,-9.25],[-8.705,-8.705],[-13,-7.5]],"v":[[-52.25,-119],[-62.75,-104],[-53,-88],[-32.125,-78.25],[-43.25,-52.25],[-35.25,-39.875],[-5.75,-65.25],[-2,-95.5],[-29.5,-121]],"c":true}],"h":1},{"t":16,"s":[{"i":[[0,0],[2.5,-11],[-6,-3.25],[-1.5,-8.25],[2.75,-7],[-10.75,3],[-1.107,10.516],[2.75,15.5],[13,7.5]],"o":[[0,0],[-2.5,11],[6,3.25],[1.5,8.25],[-4.593,11.692],[10.75,-3],[1,-9.5],[-2.151,-12.122],[-13,-7.5]],"v":[[-56.75,-126.25],[-67.5,-114.25],[-57,-95.75],[-43.25,-75.75],[-43.25,-52.25],[-36.75,-31.5],[-17.75,-59.5],[-14.5,-94.25],[-35.25,-124]],"c":true}],"h":1},{"t":18,"s":[{"i":[[0,0],[2.5,-11],[-6,-3.25],[-1.5,-8.25],[-3.731,-4.087],[-0.403,2.822],[-0.697,5.575],[2.75,15.5],[13,7.5]],"o":[[0,0],[-2.5,11],[6,3.25],[1.5,8.25],[5.25,5.75],[1,-7],[0.75,-6],[-2.151,-12.122],[-13,-7.5]],"v":[[-56.75,-126.25],[-67.5,-114.25],[-57,-95.75],[-35.25,-88.25],[-26.75,-71.75],[-18.25,-70.25],[-15,-83.75],[-13.5,-107],[-35.25,-124]],"c":true}],"h":1}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":[{"t":12,"s":[0],"h":1},{"t":14,"s":[100],"h":1}]},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":12,"s":[{"i":[[14.5,-7],[0,0],[-9.5,-8.5],[-9,10.5],[0,0],[4.5,5]],"o":[[-19.858,9.587],[0,0],[9.5,8.5],[9,-10.5],[0,0],[-4.5,-5]],"v":[[46.5,-114.5],[21,-105.5],[29.5,-83],[53,-91],[81,-95],[74.5,-113]],"c":true}],"h":1},{"t":14,"s":[{"i":[[14.823,-6.288],[0,0],[-9.5,-8.5],[-9,10.5],[0,0],[4.5,5]],"o":[[-16.5,7],[0,0],[9.5,8.5],[9,-10.5],[0,0],[-4.5,-5]],"v":[[33,-122],[5.5,-111.5],[24,-87.5],[52.5,-90],[69,-91],[59.5,-115]],"c":true}],"h":1}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":[{"t":10,"s":[0],"h":1},{"t":12,"s":[100],"h":1},{"t":14,"s":[100],"h":1},{"t":16,"s":[0],"h":1}]},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":8,"s":[{"i":[[18.5,11],[-13,-11.5],[-3.5,-10],[3,10]],"o":[[-15.243,-9.063],[13,11.5],[3.5,10],[-6,-20]],"v":[[-55,10.5],[-73.5,42],[-42.5,69.5],[-11.5,33]],"c":true}],"h":1},{"t":10,"s":[{"i":[[18.5,11],[-13,-11.5],[-3.5,-15],[5.406,8.932]],"o":[[-15.243,-9.063],[13,11.5],[2.407,10.318],[-11.5,-19]],"v":[[-54.5,15.5],[-67.5,39.5],[-42.5,69.5],[-12.5,42.5]],"c":true}],"h":1},{"t":12,"s":[{"i":[[12.5,19.5],[-13,-11.5],[-4.5,-22.5],[5.406,8.932]],"o":[[-9.571,-14.93],[13,11.5],[2.078,10.389],[-11.5,-19]],"v":[[-42.5,9],[-78,42.5],[-48.5,68.5],[-12.5,42.5]],"c":true}],"h":1},{"t":14,"s":[{"i":[[12.5,19.5],[-7,-25],[-4.5,-22.5],[3.156,9.952]],"o":[[-9.571,-14.93],[2.779,9.926],[2.078,10.389],[-6.5,-20.5]],"v":[[-42.5,9],[-72.5,44.5],[-48.5,68.5],[-16,39]],"c":true}],"h":1},{"t":16,"s":[{"i":[[12.5,19.5],[-7,-25],[-4.5,-22.5],[0.348,10.435]],"o":[[-9.571,-14.93],[2.779,9.926],[2.078,10.389],[-0.5,-15]],"v":[[-32.5,-1],[-72.5,48.5],[-48,69.5],[-18,37.5]],"c":true}],"h":1},{"t":18,"s":[{"i":[[12.5,19.5],[0,-25.962],[-5,-8],[0.348,10.435]],"o":[[-9.571,-14.93],[0,14.5],[5.615,8.984],[-0.5,-15]],"v":[[-32.5,-1],[-72.5,44.5],[-65.5,82],[-18,37.5]],"c":true}],"h":1}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":8,"op":20,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":1,"nm":"ResizerTemp","parent":12,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[26.6,35.7,0]},"a":{"k":[250,300,0]},"s":{"k":[10.5,10.5,100]}},"ao":0,"sw":500,"sh":600,"sc":"#ffffff","ip":0,"op":33,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":1,"nm":"White Solid 46","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[40,50,0]},"a":{"k":[28,35,0]},"s":{"k":[142.857,142.857,100]}},"ao":0,"sw":56,"sh":70,"sc":"#ffffff","ip":0,"op":33,"st":0,"bm":0,"sr":1}],"v":"4.4.26","ddd":0,"ip":0,"op":33,"fr":25,"w":80,"h":100} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Mobilo/Q.json b/ohos/flutter_lottie/assets/Mobilo/Q.json new file mode 100644 index 0000000000000000000000000000000000000000..9edfbbdad245605b7794192dd1534f4456931444 --- /dev/null +++ b/ohos/flutter_lottie/assets/Mobilo/Q.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 1","parent":11,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[15,-1],[-5,-24],[17,2],[16,-34],[7,-25],[-34,-24],[-18,-6],[-30,17],[-14,21],[-10,40],[33,2],[6,23]],"o":[[-15,1],[5,24],[-17,-2],[-16,34],[-7,25],[34,24],[18,6],[30,-17],[14,-21],[10,-40],[-33,-2],[-6,-23]],"v":[[2,-132],[-14,-99],[-51,-57],[-108,-64],[-67,6],[-77,86],[-3,53],[51,94],[55,13],[117,-4],[54,-56],[28,-103]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":4},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[100],"e":[0]},{"t":24}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[100],"e":[0]},{"t":25}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":0,"op":32,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Blue Flap 3","parent":8,"ks":{"o":{"k":100},"r":{"k":-133},"p":{"k":[9.508,-8.866,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0,0],[0,0],[-3.113,-16.726],[-10.402,4.633]],"o":[[0,0],[0,0],[20.635,-7.419],[-3.86,-26.839]],"v":[[77,31.5],[56,66],[72.778,117.809],[116.259,104.476]],"c":true}],"e":[{"i":[[0,0],[0,0],[-0.642,-28.715],[-7.366,3.813]],"o":[[0,0],[0,0],[12.743,-0.969],[-0.945,-67.15]],"v":[[77,31.5],[56,66],[74.467,136.741],[119.073,133.356]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0],[-0.642,-28.715],[-7.366,3.813]],"o":[[0,0],[0,0],[12.743,-0.969],[-0.945,-67.15]],"v":[[77,31.5],[56,66],[74.467,136.741],[119.073,133.356]],"c":true}],"e":[{"i":[[0,0],[0,0],[-0.642,-28.715],[-7.366,3.813]],"o":[[0,0],[0,0],[12.743,-0.969],[-0.945,-67.15]],"v":[[77,31.5],[56,66],[84.425,145.231],[118.783,137.377]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[0,0],[0,0],[-0.642,-28.715],[-7.366,3.813]],"o":[[0,0],[0,0],[12.743,-0.969],[-0.945,-67.15]],"v":[[77,31.5],[56,66],[84.425,145.231],[118.783,137.377]],"c":true}],"e":[{"i":[[0,0],[0,0],[-31.518,-9.117],[-6.287,10.97]],"o":[[0,0],[0,0],[11.586,-14.814],[-25.545,-8.989]],"v":[[77,31.5],[56,66],[123.85,117.806],[148.133,80.439]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[0,0],[0,0],[-31.518,-9.117],[-6.287,10.97]],"o":[[0,0],[0,0],[11.586,-14.814],[-25.545,-8.989]],"v":[[77,31.5],[56,66],[123.85,117.806],[148.133,80.439]],"c":true}],"e":[{"i":[[0,0],[0,0],[-32.809,0.284],[-2.885,12.311]],"o":[[0,0],[0,0],[6.862,-17.51],[-27.049,-1.303]],"v":[[77,31.5],[56,66],[145.081,107.873],[157.654,65.119]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[0,0],[0,0],[-32.809,0.284],[-2.885,12.311]],"o":[[0,0],[0,0],[6.862,-17.51],[-27.049,-1.303]],"v":[[77,31.5],[56,66],[145.081,107.873],[157.654,65.119]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[77,31.5],[56,66],[104.128,125.346],[141.827,97.731]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[77,31.5],[56,66],[104.128,125.346],[141.827,97.731]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[77,31.5],[56,66],[93.797,128.885],[134.906,109.104]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[77,31.5],[56,66],[93.797,128.885],[134.906,109.104]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[77,31.5],[56,66],[108.5,122.5],[141.5,91]],"c":true}]},{"t":25}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":14,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Blue Flap","parent":8,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,-75.5,0]},"a":{"k":[0,-88.5,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p667_0p667_0p167_0p167","0p667_1_0p167_0p167","0p667_0p667_0p167_0p167"],"t":0,"s":[100,0.5,100],"e":[100,121,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":3,"s":[100,121,100],"e":[100,100,100]},{"t":5}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[24,-187.5],[-22.5,-188.5],[-21.5,-88.5],[18.5,-88.5]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":1,"op":14,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Navy Ring","parent":11,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[133.08,304.8,0]},"a":{"k":[-122,4,0]},"s":{"k":[96,96,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[191,191]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":46},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":3,"s":[0],"e":[100]},{"t":16}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 1"},{"ty":"tr","p":{"k":[0.542,-14.583],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[102.211,102.211],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":0,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Orange Ring","parent":11,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[133.08,304.8,0]},"a":{"k":[-122,4,0]},"s":{"k":[96,96,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[191,191]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":45},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[0],"e":[100]},{"t":11}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 1"},{"ty":"tr","p":{"k":[0.542,-14.583],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[102.211,102.211],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":0,"op":23,"st":-3,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Blue Ring","parent":11,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[133.08,304.8,0]},"a":{"k":[-122,4,0]},"s":{"k":[96,96,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[191,191]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":43},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[0],"e":[100]},{"t":11}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 1"},{"ty":"tr","p":{"k":[0.542,-14.583],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[102.211,102.211],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":1,"op":25,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"White Ring","parent":11,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[249.08,287,0]},"a":{"k":[-1.167,-14.542,0]},"s":{"k":[82.911,82.911,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[191,191]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":46},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0.333]},"n":["0p833_0p833_0p333_0p333"],"t":0,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":11,"s":[0],"e":[100]},{"t":22}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[0],"e":[100]},{"t":11}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 1"},{"ty":"tr","p":{"k":[0.542,-14.583],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[102.211,102.211],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":0,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"White flap","parent":8,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,-75.5,0]},"a":{"k":[0,-88.5,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p667_0p667_0p167_0p167","0p667_1_0p167_0p167","0p667_0p667_0p167_0p167"],"t":0,"s":[100,0.5,100],"e":[100,121,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":3,"s":[100,121,100],"e":[100,100,100]},{"t":5}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[24,-187.5],[-22.5,-188.5],[-21.5,-88.5],[18.5,-88.5]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":13,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":3,"nm":"Null 2","parent":11,"ks":{"o":{"k":0},"r":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[0],"e":[503]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":15,"s":[503],"e":[476]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":18,"s":[476],"e":[497]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":21,"s":[497],"e":[493]},{"t":24}]},"p":{"k":[250,287,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"ip":0,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Q Outlines 2","parent":11,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":1,"ty":"sh","ks":{"k":{"i":[[39.88,0],[0,39.578],[-39.578,0],[0,-39.578]],"o":[[-39.578,0],[0,-39.578],[39.88,0],[0,39.578]],"v":[[0.76,-43.204],[-69.333,-113.297],[0.76,-183.389],[71.155,-113.297]],"c":true}},"nm":"Q"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Q"}],"ip":25,"op":32,"st":25,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"Q Outlines","parent":11,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,23.566],[64.352,0],[0,-64.352],[-64.352,0],[-19.336,14.2],[0,0]],"o":[[0,0],[12.085,-18.43],[0,-64.352],[-64.352,0],[0,64.352],[25.681,0],[0,0],[0,0]],"v":[[141.248,-8.459],[98.044,-49.246],[117.078,-113.297],[0.76,-229.614],[-115.558,-113.297],[0.76,3.021],[69.342,-19.336],[109.525,23.264]],"c":true}},"nm":"Q"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Q"}],"ip":25,"op":32,"st":25,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":1,"nm":"ResizerTemp","parent":12,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[26.6,35.7,0]},"a":{"k":[250,300,0]},"s":{"k":[10.5,10.5,100]}},"ao":0,"sw":500,"sh":600,"sc":"#ffffff","ip":0,"op":32,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":1,"nm":"White Solid 47","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[40,50,0]},"a":{"k":[28,35,0]},"s":{"k":[142.857,142.857,100]}},"ao":0,"sw":56,"sh":70,"sc":"#ffffff","ip":0,"op":32,"st":0,"bm":0,"sr":1}],"v":"4.4.26","ddd":0,"ip":0,"op":32,"fr":25,"w":80,"h":100} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Mobilo/R.json b/ohos/flutter_lottie/assets/Mobilo/R.json new file mode 100644 index 0000000000000000000000000000000000000000..92ab5ab13cccc023d56a2518215c1382e25f781f --- /dev/null +++ b/ohos/flutter_lottie/assets/Mobilo/R.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 16","parent":26,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[59,4.5],[131.5,25]],"c":false}},"nm":"Path 1"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-24.5,-132.5],[-30.5,-166.5]],"c":false}},"nm":"Path 2"},{"ind":2,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-40,-132.5],[-76,-178]],"c":false}},"nm":"Path 3"},{"ind":3,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-32.5,112],[-46.5,154.5]],"c":false}},"nm":"Path 4"},{"ind":4,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-2.5,17.5],[-6,42]],"c":false}},"nm":"Path 5"},{"ty":"tm","s":{"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.16],"y":[0]},"n":["0_1_0p16_0"],"t":23,"s":[0],"e":[100]},{"t":32}],"ix":1},"e":{"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.16],"y":[0]},"n":["0_1_0p16_0"],"t":21,"s":[0],"e":[100]},{"t":31}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":6,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.89,0.65,0.65,1]},"o":{"k":100},"w":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p833_0p333_0"],"t":26,"s":[4],"e":[0]},{"t":32}]},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":21,"op":771,"st":21,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"0 Outlines","parent":26,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[269.27,239.066,0]},"a":{"k":[269.27,239.066,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.333,0.4],[0.833,1.333],[0.5,0.6],[1.867,1.4],[3.033,1.5],[0,0],[5.567,-0.933],[0.4,-0.7],[1.9,-0.933],[0,0],[0.267,-0.567],[-0.067,-0.6],[-1.033,0.1],[-1.867,0],[-4.4,-3.033],[-1.467,-2.433],[-0.233,-2.3],[-1.767,0.067],[-1.4,-0.167],[-2.2,-0.567],[-0.833,-0.033],[-0.733,0.367],[-0.3,0.433],[0.167,1.833]],"o":[[-0.433,-0.567],[-0.8,-1.3],[-0.733,-0.9],[-4.267,-3.4],[0,0],[-5.333,-1.933],[-1.367,0.167],[-2.733,0.567],[0,0],[-0.7,0.433],[-0.333,0.5],[0.733,-0.133],[2.7,-0.333],[6.167,-0.133],[2.333,1.633],[1.2,2.1],[1.633,-0.5],[1.367,0],[4.267,0.3],[0.633,0.533],[0.867,0.1],[0.533,-0.233],[-0.133,-1.867],[-0.667,-0.7]],"v":[[27.083,5.792],[25.183,2.942],[23.233,0.092],[19.333,-3.358],[8.383,-10.708],[5.233,-12.058],[-11.117,-13.558],[-13.767,-12.258],[-20.717,-10.008],[-27.117,-6.508],[-28.567,-5.008],[-28.967,-3.358],[-26.317,-3.708],[-19.467,-4.208],[-3.617,0.142],[2.083,6.242],[4.233,12.842],[9.333,11.992],[13.483,12.242],[23.183,13.542],[25.383,14.392],[27.783,13.992],[29.033,12.992],[28.583,7.442]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[310.867,322.708],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-1.3,2.767],[0.3,0.667],[0.033,0.033],[-0.167,1.067],[0.033,0.1],[0.133,0.133],[0.033,0.067],[0.433,0.3],[1.2,0.2],[0,0],[2,0.667],[0.967,0.333],[4.233,0.367],[7.3,0.2],[0.2,-0.033],[0.3,-0.533],[-0.1,-0.133],[-0.367,-0.2],[0.033,0],[0.133,-0.167],[0.2,-0.4],[0.167,-0.2],[0,0],[0.067,-0.233],[0,0],[0,0],[-0.133,-0.367],[-0.2,-0.067],[0,0],[0.033,-0.167],[0.2,-2.133],[0.633,-3.467],[0,0],[0.133,-0.867],[0,0],[-4.367,1.933],[-3.167,2.2],[-3.533,3.133],[-0.033,0.033],[-0.233,0.467]],"o":[[0.567,-1.167],[-0.033,-0.067],[0.367,-1.033],[0.033,-0.367],[0,-0.133],[-0.067,-0.067],[-0.167,-0.4],[-0.533,-0.367],[0,0],[-4.233,-0.7],[-1.9,-0.7],[-2.567,-0.8],[-4.2,-0.4],[-0.267,0],[-0.367,0.433],[0.033,0.1],[0.167,0.2],[0.033,0.067],[-0.333,0.267],[-0.133,0.167],[-0.2,0.433],[0,0],[-0.233,0.267],[0,0],[0,0],[-0.167,0.367],[0.133,0.267],[0,0],[0,0.133],[-0.1,1.067],[-0.3,2.467],[0,0],[-0.233,1.2],[0,0],[2.567,-1.3],[6.067,-2.667],[1.967,-1.367],[0.067,-0.033],[0.233,-0.5],[0.7,-1.4]],"v":[[28.483,-5.05],[28.883,-7.8],[28.783,-7.95],[29.583,-11.1],[29.583,-11.8],[29.383,-12.2],[29.233,-12.4],[28.333,-13.45],[25.733,-14.3],[19.433,-15.4],[10.083,-17.45],[5.783,-19],[-4.417,-20.75],[-21.667,-21.65],[-22.367,-21.6],[-23.367,-20.15],[-23.167,-19.8],[-22.367,-19.2],[-22.367,-19.1],[-23.067,-18.45],[-23.567,-17.6],[-24.117,-16.65],[-24.767,-16.05],[-25.217,-15.3],[-25.217,-14.7],[-25.467,-14.25],[-25.517,-13.15],[-25.017,-12.65],[-26.117,-10.55],[-26.167,-10.1],[-26.617,-5.3],[-28.017,3.6],[-29.067,9.8],[-29.617,12.9],[-7.867,21.65],[2.533,16.8],[16.383,9.5],[24.633,2.75],[24.783,2.65],[25.483,1.2]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[300.867,162.65],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-7.9,-0.767],[-3.933,-0.7],[-0.567,-0.067],[-1.4,0.133],[-1.633,0.467],[-2.2,0.733],[-1,0.633],[-0.367,1.333],[0.433,1.533],[2.933,2.267],[0.801,0.459],[0.247,0.449],[0,0],[0,0],[0.133,0.433],[0.3,0.3],[1.067,0.233],[3.029,0.557],[13.336,-1.176],[0,0],[2.213,-0.135],[0,0],[-0.025,-0.017],[-0.154,-0.109],[-0.542,-0.073]],"o":[[6.667,0.633],[2.667,0.467],[1.8,0.233],[1.3,-0.1],[0.6,-0.2],[1.9,-0.633],[1.5,-0.967],[0.3,-1.067],[-0.933,-3.233],[-0.732,-0.575],[-0.453,-0.451],[0,0],[0,0],[0.167,-0.333],[-0.133,-0.333],[-0.4,-0.3],[-2.505,-0.509],[-8.797,0.957],[0,0],[-3.054,0.265],[0,0],[0.041,0.017],[0.179,0.124],[0.525,0.093],[2.7,0.367]],"v":[[-2,10.608],[13.9,12.608],[18.75,13.409],[23.55,13.559],[27.95,12.708],[32.15,11.309],[36.5,9.409],[39.3,5.958],[39.1,2.059],[33.3,-6.191],[31,-7.741],[29.95,-9.091],[29.9,-9.142],[29.95,-9.191],[30,-10.341],[29.35,-11.292],[27.15,-12.091],[18.85,-13.691],[-14.35,-10.491],[-31.7,-8.941],[-39.6,-8.341],[-20.1,8.259],[-20,8.309],[-19.5,8.659],[-17.9,8.909]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[347.1,266.992],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.003,0.12],[0.3,0.2],[0.333,-0.067],[0.233,-0.233],[0.2,-0.733],[0,0],[0.733,-2.267],[0.167,-0.667],[-0.233,-0.7],[-0.214,-0.214],[0.017,-0.023],[0,-0.3],[-0.267,-0.4],[-1.167,-1.033],[0,0],[-1.067,-1.033],[-0.333,-0.167],[-0.867,0.4],[-0.2,0.8],[0.172,0.46],[0.083,0.974],[-0.467,2.867],[-0.2,1.633],[0,5.167],[0,0],[0.033,0.76],[0,0.598],[0.367,1.008],[0.007,0.054],[0.513,0.349],[0,0],[0.3,1.2],[0,0],[0.533,0.2],[0.084,0.013]],"o":[[-0.067,-0.8],[-0.233,-0.167],[-0.267,0.067],[-0.267,0.333],[0,0],[-1.467,5.233],[-1.4,4.267],[-0.333,1.367],[0.119,0.319],[-0.017,0.043],[-0.233,0.233],[0.033,0.267],[0.367,0.467],[0,0],[3.967,3.433],[1.233,1.067],[1.033,0.567],[0.733,-0.367],[0.105,-0.507],[0.083,-0.593],[-0.133,-1.967],[0.567,-3.2],[0.267,-2.2],[0,0],[0,-0.907],[0.233,-0.402],[-0.033,-0.392],[0.007,-0.046],[-0.154,-1.051],[0,0],[-0.333,-0.867],[0,0],[-0.133,-0.933],[-0.083,-0.021],[0.003,-0.113]],"v":[[4.066,-31.542],[3.516,-33.042],[2.666,-33.192],[1.916,-32.742],[1.216,-31.141],[-5.684,-6.042],[-8.984,5.208],[-11.334,12.609],[-11.484,15.708],[-10.984,16.508],[-11.034,16.609],[-11.384,17.408],[-10.934,18.408],[-8.634,20.658],[-4.584,24.058],[2.966,30.758],[5.316,32.609],[8.166,32.859],[9.566,31.109],[9.466,29.658],[9.466,27.308],[9.966,20.058],[11.116,12.808],[11.516,1.758],[11.416,-7.842],[11.366,-10.342],[11.716,-11.842],[11.116,-13.942],[11.116,-14.092],[10.116,-16.192],[7.216,-22.842],[6.266,-25.942],[5.316,-29.442],[4.316,-31.141],[4.066,-31.192]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[163.583,220.292],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4"}],"ip":1,"op":2,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"1 Outlines","parent":26,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[265.425,245.481,0]},"a":{"k":[265.425,245.481,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.233,0.3],[0.833,-0.133],[0.3,-0.767],[0,-1.5],[0.233,-0.833],[0,0],[0.167,-0.467],[1.3,-1.4],[2.533,-1.633],[1.033,-0.267],[1.833,-0.1],[0.867,-0.3],[0.1,-0.1],[0.567,-0.467],[-0.2,-0.767],[-1,-0.467],[0,0],[-0.633,-0.467],[-1.033,-1.333],[0,0],[-0.467,-0.633],[-0.133,-0.333],[0.067,-0.9],[0.133,-1.1],[-0.133,-1.9],[0.1,-0.233],[-0.233,-0.667],[-1.5,-0.167],[-1.4,0.533],[-3.833,5.567],[-1.567,2.867],[-0.267,1.133],[0.1,1.733],[1.367,3.6],[0.733,1.667],[1.233,1.4],[2.467,0.8],[0.5,-0.067],[0.2,-0.1]],"o":[[-0.6,-0.6],[-0.867,0.167],[-0.1,0.3],[0,0.8],[0,0],[-0.2,1.033],[-0.567,1.733],[-1.167,1.267],[-1.767,1.233],[-0.833,0.233],[-1.833,0.033],[-0.2,0.033],[-0.633,0.133],[-0.767,0.7],[0.133,0.633],[0,0],[0.633,0.333],[0.467,0.4],[0,0],[0.567,0.933],[0.633,0.867],[0.233,0.6],[-0.067,0.5],[-0.133,0.967],[-0.133,0.2],[-0.367,0.733],[0.4,1.133],[0.933,0.067],[8.567,-2.967],[0.633,-0.933],[1.3,-2.6],[0.333,-1.3],[-0.067,-3.967],[-0.2,-0.567],[-1.4,-3.3],[-1.633,-2],[-0.7,-0.233],[-0.2,0.033],[-0.133,-0.467]],"v":[[6.325,-27.867],[4.175,-28.567],[2.425,-27.167],[2.275,-24.467],[1.925,-22.017],[1.425,-19.667],[0.875,-17.417],[-1.925,-12.717],[-7.475,-8.367],[-11.675,-6.117],[-15.675,-5.617],[-19.725,-5.117],[-20.175,-4.917],[-21.975,-4.017],[-22.825,-1.817],[-21.125,-0.167],[-17.875,1.733],[-15.975,2.933],[-13.725,5.533],[-10.125,10.833],[-8.575,13.183],[-7.425,14.983],[-7.175,17.233],[-7.475,19.633],[-7.475,23.933],[-7.825,24.583],[-8.025,26.683],[-5.175,28.633],[-1.675,27.933],[16.925,15.133],[20.225,9.433],[22.575,3.833],[22.925,-0.717],[20.775,-12.067],[19.375,-15.417],[15.425,-22.467],[9.275,-26.667],[7.475,-26.917],[6.875,-26.717]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[325.575,336.417],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2.967,0],[1,-0.033],[2.8,-0.433],[1.633,-0.233],[9.8,-0.433],[1.5,-0.233],[0.407,-0.204],[0.116,0.019],[0.333,-0.633],[0,-0.7],[-0.2,-1.733],[0,0],[-0.067,-0.433],[-0.367,-1.633],[0.1,-1.033],[0.033,-0.433],[-0.133,-0.233],[-0.507,-0.181],[-0.041,-0.153],[-1.567,-0.2],[-2.267,-0.067],[-0.033,0],[-3.4,-0.3],[-2.033,0.133],[-0.467,0.433],[-0.029,0.062],[-0.535,0.267],[-2.933,2.167],[-5,3.4],[-2.167,1],[-0.3,0.333],[-0.091,0.427],[0.092,0.528],[0.261,0.13],[0,0],[0.167,0.6],[0,0],[0.4,2],[0,0],[0.089,0.77],[0.351,0.764],[0.295,0.741],[0.053,-0.013],[0.09,-0.009]],"o":[[-3.833,-0.033],[-2.067,0.1],[-3.233,0.533],[-6.367,0.9],[-3.967,0.133],[-0.659,0.096],[-0.084,-0.047],[-0.667,-0.067],[-0.267,0.433],[-0.067,0.9],[0,0],[0.267,2.167],[0.167,0.833],[0.3,1.467],[0,0.233],[0,0.433],[0.226,0.452],[-0.007,0.147],[0.267,0.833],[1.5,0.2],[3.7,0.133],[1.7,0.1],[3.033,0.2],[1.1,-0.067],[0.037,-0.038],[0.465,-0.067],[1.4,-0.7],[5.733,-4.267],[3.5,-2.367],[1.2,-0.6],[0.275,-0.307],[-0.075,-0.472],[-0.173,-0.203],[0,0],[-0.133,-1.133],[0,0],[-0.167,-0.567],[0,0],[-0.145,-0.697],[-0.315,-0.836],[-0.738,-1.525],[-0.047,0.021],[-0.077,0.024],[-1.833,0.2]],"v":[[22.034,-24.392],[14.784,-24.392],[7.484,-23.591],[0.184,-22.441],[-24.066,-20.441],[-32.266,-19.892],[-33.866,-19.441],[-34.166,-19.542],[-35.666,-18.691],[-36.066,-16.991],[-35.866,-13.042],[-33.866,7.059],[-33.366,10.958],[-32.566,14.659],[-32.266,18.409],[-32.316,19.409],[-32.116,20.409],[-31.016,21.358],[-30.966,21.809],[-28.216,23.358],[-22.566,23.759],[-16.966,23.958],[-9.316,24.559],[-1.716,24.659],[0.634,23.909],[0.734,23.759],[2.234,23.259],[8.734,18.958],[24.834,7.458],[33.334,2.409],[35.584,1.009],[36.134,-0.091],[35.884,-1.591],[35.234,-2.091],[35.184,-3.191],[34.734,-5.792],[34.334,-7.241],[33.484,-11.091],[32.534,-16.792],[32.184,-18.991],[31.184,-21.392],[29.634,-24.792],[29.484,-24.741],[29.234,-24.691]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[314.066,150.691],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2.433,0.433],[2.967,0.467],[3.767,0.2],[1.767,0.067],[2.133,0.433],[0.233,0],[0.433,-0.167],[0,0],[0.133,0.1],[0.7,-0.133],[7.767,-3.2],[3.567,-1.033],[0.1,-0.067],[0.1,-0.067],[0.2,-0.8],[0,0],[0,0],[0,0],[0,-0.433],[-1.533,-2.667],[-0.967,-1],[-1.5,-1.233],[-0.867,-1.033],[-3.567,-0.633],[-0.467,-0.067],[-3.167,-0.167],[-3.6,-0.133],[-10.633,-1.9],[-0.3,0.067],[-0.033,0.033],[0,0],[-1.067,0.633],[-10.9,5.033],[-1.367,0.667],[-0.833,0.533],[0.033,0.433],[0.067,0.1],[-0.067,0.267],[0.167,1.533],[0.267,0.867],[1.033,1.5],[1.533,1.867],[1.567,0.867]],"o":[[-5.3,-1.1],[-4.567,-0.767],[-3.533,-0.1],[-3.1,-0.133],[-0.9,-0.167],[-0.633,-0.067],[0,0],[-0.1,-0.167],[-0.3,-0.2],[-4.733,1.067],[-8.867,3.633],[-0.133,0.033],[-0.133,0.033],[-0.367,0.233],[0,0],[0,0],[0,0],[-0.167,0.367],[0.033,1.6],[1.333,2.333],[0.667,0.667],[0.3,0.267],[3.167,3.533],[0.3,0.167],[2.167,0.367],[1.767,0.067],[6.3,0.367],[0.967,0.133],[0.067,0],[0,0],[0.5,0],[10.067,-6.267],[0.7,-0.333],[1.167,-0.567],[0.733,-0.6],[-0.033,-0.167],[0.1,-0.3],[0.233,-1.033],[-0.133,-1.433],[-0.367,-0.967],[-2.967,-4.267],[-1.733,-2.233],[-1.233,-0.667]],"v":[[33.467,-22.467],[21.066,-24.817],[8.566,-26.267],[0.617,-26.517],[-7.233,-27.367],[-8.934,-27.617],[-10.533,-27.467],[-10.633,-27.367],[-10.983,-27.767],[-12.483,-27.867],[-31.233,-21.467],[-49.883,-14.467],[-50.233,-14.317],[-50.583,-14.167],[-51.434,-12.617],[-53.434,-3.517],[-53.483,-2.267],[-53.283,-0.667],[-53.533,0.533],[-51.184,6.933],[-47.733,11.933],[-44.483,14.783],[-42.733,16.733],[-32.633,22.983],[-31.483,23.333],[-23.483,24.133],[-15.434,24.433],[9.967,27.833],[11.867,27.933],[12.017,27.883],[12.217,27.883],[14.566,26.933],[46.017,9.983],[49.117,8.483],[52.117,6.833],[53.167,5.283],[53.017,4.883],[53.267,4.033],[53.367,0.183],[52.767,-3.267],[50.667,-6.967],[43.917,-16.167],[38.967,-20.817]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[351.633,264.567],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[5.567,-11.167],[0,0],[1.133,-1.433],[0.033,-0.067],[0.133,-0.5],[-0.233,-0.6],[-0.011,-0.047],[-0.069,-0.397],[-0.733,-1.033],[-0.9,-1.1],[-0.7,-1.233],[-0.4,-0.567],[-1.4,-1.633],[-2.333,-3.333],[0,0],[-0.533,-0.333],[-0.967,0.5],[-0.086,0.072],[-0.186,-0.045],[0,0],[-2.733,-0.767],[-2.567,-1.067],[-0.677,-0.102],[-0.373,-0.018],[-0.379,0.252],[-0.179,1.137],[0,0],[-0.133,1.433],[0.033,3.933],[-0.025,1.679],[0,0],[0.067,0.467],[0.1,0.433],[0.4,1.233],[0,0],[0.4,1],[0,0],[0,0],[0.367,1.733],[0.7,5.333],[0.733,2.567],[0.433,0.167],[0.366,-0.455],[0.111,-0.381],[0.1,-0.333],[0.2,-0.233],[0.033,-0.133],[0,0],[0.433,-0.5],[0,0],[0.105,-0.318],[4.4,-9.433]],"o":[[0,0],[-1.667,3.333],[-0.7,0.933],[-0.4,0.6],[-0.167,0.633],[0.022,0.053],[-0.069,0.303],[0.133,0.9],[0.433,0.6],[0.433,0.6],[0.7,1.233],[0.433,0.633],[1.1,1.3],[0,0],[0.767,1.033],[1.033,0.633],[0.114,-0.061],[0.181,0.055],[0,0],[0.467,0.1],[5.1,1.5],[1.09,0.498],[0.294,0.215],[0.455,0.019],[0.188,-0.93],[0,0],[0.4,-2.6],[0.233,-2.367],[-0.059,-4.221],[0,0],[-0.233,-0.9],[-0.067,-0.867],[-0.1,-0.533],[0,0],[-0.967,-2.633],[0,0],[0,0],[-0.7,-2.433],[-0.367,-1.767],[-0.567,-4.467],[-0.2,-0.733],[-0.434,-0.155],[-0.289,0.119],[0,0.033],[-0.033,0.1],[-0.133,0.2],[0,0],[-0.067,0.333],[0,0],[-0.161,0.249],[-2.9,7.8],[-2.633,5.633]],"v":[[-16.108,-5.332],[-23.058,8.568],[-27.258,15.718],[-28.358,17.218],[-29.158,18.868],[-29.058,20.718],[-29.008,20.868],[-29.008,21.918],[-27.708,24.818],[-25.708,27.368],[-24.008,30.118],[-22.358,32.818],[-19.608,36.218],[-14.458,43.168],[-7.408,53.218],[-5.458,55.268],[-2.458,55.468],[-2.158,55.268],[-1.608,55.418],[2.342,56.218],[7.142,57.518],[18.642,61.368],[21.292,62.268],[22.292,62.618],[23.542,62.268],[24.092,59.168],[28.192,31.968],[28.992,25.918],[29.292,16.468],[29.242,7.618],[28.542,4.718],[28.092,2.668],[27.842,0.718],[27.092,-1.932],[25.992,-4.932],[23.942,-10.382],[23.042,-12.282],[17.242,-33.682],[15.642,-39.932],[14.042,-50.582],[12.092,-61.132],[11.142,-62.482],[9.942,-62.032],[9.342,-61.282],[9.192,-60.732],[8.842,-60.232],[8.592,-59.732],[8.542,-59.132],[7.792,-57.882],[7.542,-57.232],[7.142,-56.382],[-3.808,-30.532]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[155.008,263.082],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4"}],"ip":2,"op":3,"st":2,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"2 Outlines","parent":26,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[258.352,256.786,0]},"a":{"k":[258.352,256.786,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.333,-0.467],[-0.1,-0.367],[0.267,-1.3],[0,0],[0.433,-1.167],[1.067,-1.1],[1.067,-0.633],[4,-0.667],[3.9,0.867],[0.533,0.067],[0.067,0.067],[0.633,0.233],[0.467,-0.367],[0.1,-0.533],[-0.467,-1.3],[-0.133,-1.4],[0.633,-3.1],[0.033,-0.233],[0.4,-0.867],[0,0],[0.533,-1.1],[2.367,-3.967],[0.633,-0.733],[0.033,-0.7],[-0.1,-0.233],[-1.033,-0.4],[-1.433,-0.1],[-10.5,3.6],[-2.933,1.633],[-2.333,2.833],[-1.667,3.033],[-0.367,1.433],[0,2.833],[0,0],[0.333,1.667],[2.233,4.367],[0.467,0.333],[2.8,1.733]],"o":[[0.7,0.9],[0.167,0.667],[0,0],[-0.5,2.2],[-0.733,1.767],[-0.633,0.567],[-3.3,2],[-3.9,0.667],[-0.867,-0.167],[-0.033,-0.067],[-0.367,-0.967],[-0.467,-0.133],[-0.467,0.333],[-0.133,0.767],[1.333,3.5],[0.167,1.867],[-0.367,1.633],[-0.3,1.033],[0,0],[-0.833,2.133],[-0.333,0.6],[-1.6,2.667],[-1.233,1.467],[0,0.267],[0.133,0.867],[0.6,0.333],[7.267,0.233],[4.633,-1.533],[3.933,-2.167],[1.267,-1.5],[1.567,-2.833],[0.333,-1.367],[0,0],[0,-3.367],[-0.433,-2.433],[-0.367,-0.3],[-2.733,-1.967],[0.1,0.367]],"v":[[16.675,-34.866],[17.875,-32.966],[17.725,-30.016],[17.075,-27.366],[15.675,-22.316],[12.975,-18.016],[10.425,-16.216],[-0.525,-12.216],[-12.225,-12.516],[-14.325,-12.866],[-14.475,-13.066],[-15.975,-14.866],[-17.375,-14.516],[-18.225,-13.216],[-17.725,-10.116],[-15.525,-2.766],[-16.225,4.684],[-16.825,7.484],[-17.875,10.334],[-18.725,12.534],[-20.775,17.384],[-24.825,24.234],[-28.175,29.333],[-30.075,32.583],[-29.925,33.333],[-28.175,35.234],[-25.125,35.884],[1.525,30.833],[12.875,26.084],[22.275,18.584],[26.675,11.784],[29.575,5.384],[30.075,-0.916],[30.075,-11.866],[29.575,-19.416],[25.575,-29.616],[24.325,-30.566],[16.025,-36.116]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[334.025,351.766],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2.967,0],[1,-0.033],[2.8,-0.433],[1.633,-0.233],[9.8,-0.433],[1.5,-0.233],[0.407,-0.204],[0.116,0.019],[0.333,-0.633],[0,-0.7],[-0.2,-1.733],[0,0],[-0.067,-0.433],[-0.367,-1.633],[0.1,-1.033],[0.033,-0.433],[-0.133,-0.233],[-0.507,-0.181],[-0.041,-0.153],[-1.567,-0.2],[-2.267,-0.067],[-0.033,0],[-3.4,-0.3],[-2.033,0.133],[-0.467,0.433],[-0.029,0.062],[-0.535,0.267],[-2.933,2.167],[-5,3.4],[-2.167,1],[-0.3,0.333],[-0.091,0.427],[0.092,0.528],[0.261,0.13],[0,0],[0.167,0.6],[0,0],[0.4,2],[0,0],[0.089,0.77],[0.351,0.764],[0.295,0.741],[0.053,-0.013],[0.09,-0.009]],"o":[[-3.833,-0.033],[-2.067,0.1],[-3.233,0.533],[-6.367,0.9],[-3.967,0.133],[-0.659,0.096],[-0.084,-0.047],[-0.667,-0.067],[-0.267,0.433],[-0.067,0.9],[0,0],[0.267,2.167],[0.167,0.833],[0.3,1.467],[0,0.233],[0,0.433],[0.226,0.452],[-0.007,0.147],[0.267,0.833],[1.5,0.2],[3.7,0.133],[1.7,0.1],[3.033,0.2],[1.1,-0.067],[0.037,-0.038],[0.465,-0.067],[1.4,-0.7],[5.733,-4.267],[3.5,-2.367],[1.2,-0.6],[0.275,-0.307],[-0.075,-0.472],[-0.173,-0.203],[0,0],[-0.133,-1.133],[0,0],[-0.167,-0.567],[0,0],[-0.145,-0.697],[-0.315,-0.836],[-0.738,-1.525],[-0.047,0.021],[-0.077,0.024],[-1.833,0.2]],"v":[[22.034,-24.392],[14.784,-24.392],[7.484,-23.591],[0.184,-22.441],[-24.066,-20.441],[-32.266,-19.892],[-33.866,-19.441],[-34.166,-19.542],[-35.666,-18.691],[-36.066,-16.991],[-35.866,-13.042],[-33.866,7.059],[-33.366,10.958],[-32.566,14.659],[-32.266,18.409],[-32.316,19.409],[-32.116,20.409],[-31.016,21.358],[-30.966,21.809],[-28.216,23.358],[-22.566,23.759],[-16.966,23.958],[-9.316,24.559],[-1.716,24.659],[0.634,23.909],[0.734,23.759],[2.234,23.259],[8.734,18.958],[24.834,7.458],[33.334,2.409],[35.584,1.009],[36.134,-0.091],[35.884,-1.591],[35.234,-2.091],[35.184,-3.191],[34.734,-5.792],[34.334,-7.241],[33.484,-11.091],[32.534,-16.792],[32.184,-18.991],[31.184,-21.392],[29.634,-24.792],[29.484,-24.741],[29.234,-24.691]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[314.066,150.691],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2.433,0.433],[2.967,0.467],[3.767,0.2],[1.767,0.067],[2.133,0.433],[0.233,0],[0.433,-0.167],[0,0],[0.133,0.1],[0.7,-0.133],[7.767,-3.2],[3.567,-1.033],[0.1,-0.067],[0.1,-0.067],[0.2,-0.8],[0,0],[0,0],[0,0],[0,-0.433],[-1.533,-2.667],[-0.967,-1],[-1.5,-1.233],[-0.867,-1.033],[-3.567,-0.633],[-0.467,-0.067],[-3.167,-0.167],[-3.6,-0.133],[-10.633,-1.9],[-0.3,0.067],[-0.033,0.033],[0,0],[-1.067,0.633],[-10.9,5.033],[-1.367,0.667],[-0.833,0.533],[0.033,0.433],[0.067,0.1],[-0.067,0.267],[0.167,1.533],[0.267,0.867],[1.033,1.5],[1.533,1.867],[1.567,0.867]],"o":[[-5.3,-1.1],[-4.567,-0.767],[-3.533,-0.1],[-3.1,-0.133],[-0.9,-0.167],[-0.633,-0.067],[0,0],[-0.1,-0.167],[-0.3,-0.2],[-4.733,1.067],[-8.867,3.633],[-0.133,0.033],[-0.133,0.033],[-0.367,0.233],[0,0],[0,0],[0,0],[-0.167,0.367],[0.033,1.6],[1.333,2.333],[0.667,0.667],[0.3,0.267],[3.167,3.533],[0.3,0.167],[2.167,0.367],[1.767,0.067],[6.3,0.367],[0.967,0.133],[0.067,0],[0,0],[0.5,0],[10.067,-6.267],[0.7,-0.333],[1.167,-0.567],[0.733,-0.6],[-0.033,-0.167],[0.1,-0.3],[0.233,-1.033],[-0.133,-1.433],[-0.367,-0.967],[-2.967,-4.267],[-1.733,-2.233],[-1.233,-0.667]],"v":[[33.467,-22.467],[21.066,-24.817],[8.566,-26.267],[0.617,-26.517],[-7.233,-27.367],[-8.934,-27.617],[-10.533,-27.467],[-10.633,-27.367],[-10.983,-27.767],[-12.483,-27.867],[-31.233,-21.467],[-49.883,-14.467],[-50.233,-14.317],[-50.583,-14.167],[-51.434,-12.617],[-53.434,-3.517],[-53.483,-2.267],[-53.283,-0.667],[-53.533,0.533],[-51.184,6.933],[-47.733,11.933],[-44.483,14.783],[-42.733,16.733],[-32.633,22.983],[-31.483,23.333],[-23.483,24.133],[-15.434,24.433],[9.967,27.833],[11.867,27.933],[12.017,27.883],[12.217,27.883],[14.566,26.933],[46.017,9.983],[49.117,8.483],[52.117,6.833],[53.167,5.283],[53.017,4.883],[53.267,4.033],[53.367,0.183],[52.767,-3.267],[50.667,-6.967],[43.917,-16.167],[38.967,-20.817]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[351.633,264.567],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.2,-2.667],[3.033,-5.7],[5,-7.667],[5.3,-6.367],[0.033,-0.833],[0,0],[0.823,-3.871],[0.033,-0.133],[0.411,-0.845],[-0.503,-1.697],[-0.333,-0.733],[-0.065,-0.173],[-0.442,-0.935],[-0.103,-0.183],[-0.531,-2.199],[-0.012,-0.035],[-0.467,-1],[-1,-1.833],[-0.347,-0.319],[-0.078,-0.312],[-0.8,-0.433],[-8.767,-2.733],[-10,-2.967],[-0.7,0.067],[-0.115,0.051],[-1.003,4.13],[0,0],[-0.267,2.1],[0,0],[-0.9,3.867],[-0.267,1.8],[-0.7,0.633],[0,0],[-0.203,1.541],[-0.133,1.133],[-1.067,4.067],[-0.233,1.067],[0.067,0.533],[0.733,0.3],[0.267,-0.033],[3.867,8.7],[1.567,4.9],[1.833,6.9],[1.267,3.167],[0.633,0.033],[0.233,-0.267],[0.067,-0.133],[-0.267,0.733],[0.4,0.267],[0.633,-0.8],[1,-2]],"o":[[-1.933,4.267],[-6.067,11.567],[-4.4,6.767],[-0.933,1.167],[0,0],[-0.977,2.762],[-0.467,1.633],[-0.189,0.621],[1.297,3.136],[0.767,2.8],[0.069,0.161],[0.625,1.065],[0.097,0.184],[0.603,1.235],[0.055,0.099],[0.433,1.167],[1.867,4.233],[0.42,0.781],[-0.111,0.255],[0.1,0.367],[5.767,2.9],[4.967,1.567],[1.267,0.4],[0.119,-0.016],[0.531,-1.703],[0,0],[0.8,-3.3],[0,0],[0.1,-0.933],[0.5,-2.033],[0.333,-2],[0,0],[0.264,-1.126],[0.233,-2.267],[0.367,-2.633],[1.5,-5.6],[0.2,-1.067],[-0.167,-0.933],[-0.267,-0.1],[-1.533,-4.233],[-3.8,-8.6],[-0.467,-1.533],[-1.367,-5.167],[-0.433,-1.067],[-0.3,0],[-0.133,0.133],[0.233,-0.733],[0.3,-0.867],[-0.5,-0.333],[-1.067,1.367],[-0.467,0.933]],"v":[[4.867,-61.992],[-2.584,-47.042],[-19.184,-18.192],[-33.734,1.508],[-35.184,4.508],[-35.684,4.858],[-38.383,14.808],[-39.133,17.458],[-40.034,19.658],[-37.334,26.908],[-35.684,32.208],[-35.484,32.708],[-33.883,35.708],[-33.584,36.258],[-31.883,41.408],[-31.784,41.608],[-30.434,44.858],[-26.133,53.958],[-24.984,55.608],[-25.034,56.458],[-23.684,57.658],[-1.883,66.108],[20.566,72.908],[23.516,73.408],[23.867,73.308],[26.166,64.558],[27.516,58.858],[29.117,50.758],[29.566,46.858],[31.066,39.658],[32.216,33.908],[33.766,29.958],[33.766,29.908],[34.466,25.908],[35.016,20.808],[37.166,10.758],[39.766,0.758],[39.966,-1.642],[38.617,-3.492],[37.816,-3.592],[29.716,-22.992],[21.666,-43.242],[18.216,-55.892],[14.266,-68.392],[12.666,-70.042],[11.867,-69.642],[11.566,-69.242],[12.316,-71.442],[12.166,-73.142],[10.466,-72.442],[7.367,-67.392]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[151.633,283.292],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4"}],"ip":3,"op":4,"st":3,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"3 Outlines","parent":26,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[257.85,258.261,0]},"a":{"k":[257.85,258.261,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.533,-1.467],[0.733,-1.1],[1.6,-1.433],[6.867,-1.867],[1.167,-0.433],[2.033,-0.933],[1.033,-0.267],[1.933,-0.167],[0.933,-0.233],[0.567,-0.8],[0.1,-0.267],[0.467,-0.167],[0.267,-0.733],[-2.633,-1.733],[-6.467,-2.033],[-7.233,-1.3],[-5.267,0.2],[-10.7,6.933],[-7.667,10.4],[-0.133,1.4],[-0.5,0.467],[-0.2,0.567],[0.3,0.5],[1.4,0.067],[1.4,-0.467],[2.1,-0.233],[3.7,0.167],[0,0],[2.833,0.367],[3.667,1.2],[0.5,0.033],[0.233,0.3],[0.467,-0.033]],"o":[[-0.333,1.233],[-0.933,1.4],[-5.1,4.767],[-2.367,0.567],[-0.6,0.233],[-1.567,0.7],[-0.933,0.3],[-1.9,0.2],[-1.533,0.467],[-0.233,0.267],[-0.533,0.067],[-0.833,0.433],[-0.533,1.733],[4.7,3.1],[4.867,1.6],[8.367,1.6],[11.6,-0.4],[9.3,-6.033],[1.4,-1.867],[1.1,-0.433],[0.467,-0.467],[0.233,-0.7],[-0.367,-1],[-0.7,-0.067],[-5.3,1.733],[-1.4,0.133],[0,0],[-5.767,-0.4],[-4.767,-0.6],[-0.6,-0.267],[-0.1,-0.367],[-0.367,-0.4],[-0.7,0.1]],"v":[[-9.55,-22.859],[-11.15,-19.359],[-14.95,-15.109],[-32.9,-5.159],[-38.2,-3.659],[-42.15,-1.909],[-46.05,-0.458],[-50.35,0.242],[-54.6,0.891],[-57.75,2.792],[-58.25,3.591],[-59.75,3.941],[-61.4,5.691],[-58.25,10.891],[-41.5,18.591],[-23.35,22.941],[-2.9,25.042],[30.55,14.042],[56,-10.609],[58.3,-15.508],[60.7,-16.859],[61.7,-18.409],[61.6,-20.208],[58.95,-21.809],[55.8,-21.208],[44.7,-18.258],[37.05,-18.309],[21.25,-19.359],[8.35,-20.508],[-4.3,-23.208],[-5.95,-23.659],[-6.45,-24.659],[-7.7,-25.208]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[336.4,371.409],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.533,1.933],[0.533,0.867],[0.067,0.1],[0.067,0.3],[0.967,-0.067],[0,0],[1.833,-0.267],[2.4,-0.467],[0,0],[1.667,-0.333],[3.233,-0.833],[0.7,-0.167],[0.733,-0.333],[1.433,-0.5],[-0.633,-3.933],[-0.567,-3.9],[0,0],[-0.333,-0.467],[-0.733,0.2],[-0.233,0.4],[-0.3,-0.167],[-0.5,-0.067],[-4.967,0.267],[0,0],[-0.433,0.3],[-0.133,0.2],[-0.867,0.567],[-3.467,2.433],[0,0],[-1.5,1.167],[-0.133,0.067],[-0.367,0.033],[-0.267,0.333],[-0.067,0.433],[0.333,1],[0,0],[0.433,0.833],[0,0]],"o":[[-0.467,-1.733],[-0.067,-0.1],[0.2,-0.233],[-0.167,-0.5],[0,0],[-3.667,0.333],[-1.2,0.167],[0,0],[-3.067,0.2],[-0.7,0.133],[-0.767,0.2],[-0.5,0.333],[-1.267,0.6],[1.033,3.967],[0.033,0.167],[0,0],[0.133,1],[0.567,0.8],[0.433,-0.1],[0,0.267],[0.2,0.133],[2.8,0.333],[0,0],[1.167,-0.2],[0.2,-0.167],[0.633,-0.233],[2.967,-1.967],[0,0],[3.133,-2.267],[0.1,-0.1],[0.267,0.2],[0.4,-0.033],[0.267,-0.3],[0.067,-0.567],[0,0],[-0.6,-1.8],[0,0],[-0.367,-0.733]],"v":[[29.441,-22.325],[27.941,-26.225],[27.741,-26.525],[27.941,-27.325],[26.241,-27.975],[13.841,-26.925],[5.591,-26.025],[0.191,-25.075],[-17.259,-21.725],[-24.359,-20.925],[-30.259,-19.475],[-32.459,-18.925],[-34.309,-17.925],[-38.359,-16.275],[-35.859,-4.425],[-34.959,1.675],[-31.209,24.375],[-30.509,26.575],[-28.559,27.475],[-27.559,26.725],[-27.109,27.375],[-26.059,27.675],[-14.409,27.775],[3.741,26.575],[6.141,25.825],[6.641,25.275],[8.891,24.075],[18.541,17.475],[28.541,10.275],[35.491,5.125],[35.841,4.875],[36.791,5.125],[37.791,4.575],[38.291,3.475],[37.891,1.125],[33.291,-12.625],[31.741,-16.575],[30.791,-18.325]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[315.909,148.025],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-4.9,3.367],[-0.381,0.486],[3.253,6.276],[0.411,0.503],[0.533,0.633],[0.353,0.518],[0.074,-0.046],[0.017,0.005],[5.533,0.733],[15.133,1.6],[1.969,0.125],[0.277,-0.117],[0,0],[0,0],[0.267,-3.267],[0.133,-0.633],[0.107,-0.559],[0,0],[-0.144,0.223],[-0.032,0.068],[-0.004,-0.033],[-0.533,-0.3],[-2.8,-0.2],[-12.567,-2.133],[-0.433,0.1],[-0.219,0.681],[-0.413,0.145],[-2.033,1.467],[-2.267,1.8],[-2.133,1.167],[-3.733,1.9]],"o":[[0.752,-0.514],[-4.314,-5.724],[-0.822,-1.097],[-1.1,-1.233],[-0.48,-0.549],[-0.093,0.054],[-0.017,0.005],[-3.367,-1.1],[-7.533,-1.067],[-3.331,-0.342],[-0.256,0.117],[0,0],[0,0],[-0.767,3.833],[-0.233,2.267],[-0.193,1.007],[0,0],[0.189,-0.144],[0.035,-0.065],[-0.004,0.034],[0.1,0.467],[1.167,0.733],[13.367,1.033],[1.1,0.133],[0.847,-0.152],[0.353,-0.055],[1.7,-0.667],[1.167,-0.867],[2.3,-1.767],[0.933,-0.533],[5.133,-2.667]],"v":[[52.05,3.825],[53.75,2.325],[42.4,-15.675],[40.55,-18.075],[38.1,-20.875],[36.85,-22.475],[36.6,-22.325],[36.55,-22.325],[23.2,-25.075],[-10.8,-29.075],[-18.75,-29.775],[-19.55,-29.425],[-49.7,-16.875],[-51.2,-9.825],[-52.75,0.825],[-53.3,5.175],[-53.75,7.525],[-38.85,22.975],[-38.35,22.425],[-38.25,22.225],[-38.25,22.325],[-37.3,23.475],[-31.35,24.875],[7.55,29.625],[9.85,29.675],[11.45,28.425],[12.6,28.125],[18.2,24.925],[23.35,20.925],[30,16.525],[37,12.875]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[355.85,264.725],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.067,-0.167],[0.133,-0.167],[8,-14.767],[1.233,-1.933],[3.067,-4.2],[2.967,-5.367],[1.033,-2.167],[0.8,-2.967],[0.033,-0.133],[0.133,-0.233],[-0.133,-0.433],[0,0],[-0.233,-0.133],[-0.2,-0.067],[-0.033,-0.133],[-0.367,-0.767],[-1.633,-4.4],[0,0],[-0.367,-0.733],[-1.067,-1.7],[-0.5,-0.233],[-0.267,-0.033],[0,0],[-1.033,-0.667],[-4.933,-2.267],[-5.933,-2.267],[0,0],[-1.133,-0.067],[-0.067,-0.033],[-0.667,0.567],[-0.1,0.9],[-0.033,0.533],[-0.533,1.6],[-1.4,6.933],[0,0],[-0.433,2.033],[-0.933,6.2],[-0.767,3.1],[-0.3,1.333],[-0.167,1],[-0.033,0.067],[0.033,0.367],[-0.033,0.567],[0.6,0.333],[0,0],[0.133,0.267],[0.7,-0.2],[0.133,-0.1],[0,0],[0.1,0.2],[0.7,1.733],[0,0],[2.6,8.667],[2.767,5.133],[0.2,0.867],[0.6,1.567],[0.2,0.6],[0.333,1.1],[0.933,1.067],[0.7,-0.1],[0.333,-0.433]],"o":[[-0.133,0.133],[-9,14.467],[-2.2,4],[-1.433,2.2],[-2,3],[-2.233,4],[-1.7,3.5],[-0.033,0.133],[-0.067,0.133],[-0.133,0.3],[0,0],[0.133,0.2],[0.2,0.133],[0,0.1],[0.1,0.333],[1.233,2.2],[0,0],[0.6,1.533],[0.467,0.867],[0.667,1.167],[0.233,0.133],[0,0],[-0.067,0.6],[4.3,2.6],[4.633,2.1],[0,0],[2.133,0.8],[0.067,0.033],[0.933,0.467],[0.533,-0.4],[0.067,-1.1],[0.067,-0.833],[1.8,-5.367],[0,0],[1.567,-5.633],[0.533,-2.467],[0.833,-5.567],[0.733,-2.7],[0.267,-1.133],[0,-0.033],[0.1,-0.267],[0.067,-0.667],[0.067,-1.233],[0,0],[-0.1,-0.3],[-0.433,-0.967],[-0.133,0.033],[0,0],[-0.133,-0.2],[-0.733,-1.733],[0,0],[-1.167,-3.7],[-2.467,-8.333],[-0.2,-1.433],[-0.233,-1.033],[-0.733,-1.933],[-0.6,-2.233],[-0.6,-1.933],[-0.667,-0.833],[-0.467,0.033],[-0.1,0.167]],"v":[[10.583,-76.833],[10.183,-76.383],[-15.317,-32.533],[-20.467,-23.633],[-27.217,-14.033],[-34.667,-1.483],[-39.567,7.767],[-43.317,17.467],[-43.417,17.867],[-43.717,18.417],[-43.717,19.517],[-43.617,19.967],[-43.067,20.467],[-42.467,20.767],[-42.417,21.117],[-41.717,22.767],[-37.417,32.667],[-32.517,45.517],[-31.067,48.917],[-28.767,52.767],[-27.017,54.867],[-26.267,55.117],[-26.267,55.167],[-24.817,57.066],[-10.967,64.367],[4.883,70.917],[19.033,76.267],[23.933,77.566],[24.133,77.667],[26.533,77.517],[27.483,75.566],[27.633,73.117],[28.533,69.466],[33.333,51.017],[33.683,49.767],[36.683,38.267],[38.883,25.267],[41.283,12.267],[42.833,6.217],[43.483,3.017],[43.533,2.867],[43.633,1.917],[43.783,0.067],[42.983,-2.283],[42.933,-2.333],[42.583,-3.183],[40.883,-4.333],[40.483,-4.133],[38.683,-7.233],[38.333,-7.833],[36.183,-13.033],[34.533,-17.533],[28.883,-36.083],[21.033,-56.283],[20.433,-59.733],[19.183,-63.633],[17.783,-67.433],[16.383,-72.433],[14.083,-76.933],[12.033,-78.033],[10.833,-77.333]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[149.917,290.333],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4"}],"ip":4,"op":5,"st":4,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"4 Outlines","parent":26,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[257.85,269.789,0]},"a":{"k":[257.85,269.789,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.8,1.433],[1.2,2.9],[0.233,1.8],[0.133,0.233],[0.333,0.167],[0.467,0.233],[0.733,-0.1],[1.933,-0.967],[1.533,-0.3],[0.9,-0.167],[1.533,-0.6],[0.867,-0.333],[7.633,-0.533],[8.633,0.333],[1.233,-0.433],[0,-0.8],[-1.233,-0.4],[0,-0.033],[0,0],[0.2,0],[0.1,-0.667],[-0.933,-1.9],[-10.333,-8.133],[-12.467,-2.833],[-9.067,-0.533],[-3.1,0.133],[-3.333,0.9],[-0.767,0.733],[-0.167,0.733],[0.333,0.633],[0.433,0.233],[0.2,0.467],[0.4,0.4],[-0.033,0.2],[0.333,0.767],[1.433,1.533],[3.533,4.3],[4,5.667]],"o":[[-0.767,-1.367],[-1.4,-3.367],[-0.233,-1.4],[-0.233,-0.533],[-0.233,-0.333],[-0.667,-0.333],[-0.633,0.1],[-1,0.433],[-1.733,0.4],[-1.067,0.3],[-1.7,0.7],[-5.833,2.2],[-5.233,0.433],[-2.567,-0.1],[-1.2,0.433],[-0.067,0.833],[-0.067,0.067],[0,0],[-0.267,-0.133],[-0.5,0.067],[-0.233,1.133],[5.933,11.467],[10.433,8.167],[5.933,1.4],[4.433,0.167],[4.1,-0.167],[1.933,-0.567],[0.567,-0.567],[0.2,-0.867],[-0.267,-0.467],[0,-0.333],[-0.067,-0.2],[0.067,-0.2],[0.1,-0.767],[-0.367,-0.933],[-5.533,-5.6],[-2.733,-3.333],[-1.4,-1.867]],"v":[[22.817,-15.992],[19.867,-22.392],[17.417,-30.142],[16.867,-32.592],[16.017,-33.642],[14.967,-34.492],[12.867,-34.842],[9.017,-33.242],[5.217,-32.142],[1.267,-31.292],[-2.633,-29.941],[-6.483,-28.392],[-26.683,-24.292],[-47.483,-24.142],[-53.183,-23.642],[-54.983,-21.792],[-53.233,-19.941],[-53.333,-19.792],[-53.333,-19.492],[-54.033,-19.691],[-54.933,-18.592],[-53.883,-14.042],[-29.483,15.358],[4.867,31.858],[27.367,34.758],[38.667,34.809],[49.817,33.208],[53.867,31.258],[54.967,29.309],[54.767,27.059],[53.717,26.008],[53.417,24.809],[52.717,23.908],[52.867,23.309],[52.517,21.008],[49.817,17.309],[36.217,2.458],[26.117,-11.042]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[325.433,384.642],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.533,1.933],[0.533,0.867],[0.067,0.1],[0.067,0.3],[0.967,-0.067],[0,0],[1.833,-0.267],[2.4,-0.467],[0,0],[1.667,-0.333],[3.233,-0.833],[0.7,-0.167],[0.733,-0.333],[1.433,-0.5],[-0.633,-3.933],[-0.567,-3.9],[0,0],[-0.333,-0.467],[-0.733,0.2],[-0.233,0.4],[-0.3,-0.167],[-0.5,-0.067],[-4.967,0.267],[0,0],[-0.433,0.3],[-0.133,0.2],[-0.867,0.567],[-3.467,2.433],[0,0],[-1.5,1.167],[-0.133,0.067],[-0.367,0.033],[-0.267,0.333],[-0.067,0.433],[0.333,1],[0,0],[0.433,0.833],[0,0]],"o":[[-0.467,-1.733],[-0.067,-0.1],[0.2,-0.233],[-0.167,-0.5],[0,0],[-3.667,0.333],[-1.2,0.167],[0,0],[-3.067,0.2],[-0.7,0.133],[-0.767,0.2],[-0.5,0.333],[-1.267,0.6],[1.033,3.967],[0.033,0.167],[0,0],[0.133,1],[0.567,0.8],[0.433,-0.1],[0,0.267],[0.2,0.133],[2.8,0.333],[0,0],[1.167,-0.2],[0.2,-0.167],[0.633,-0.233],[2.967,-1.967],[0,0],[3.133,-2.267],[0.1,-0.1],[0.267,0.2],[0.4,-0.033],[0.267,-0.3],[0.067,-0.567],[0,0],[-0.6,-1.8],[0,0],[-0.367,-0.733]],"v":[[29.441,-22.325],[27.941,-26.225],[27.741,-26.525],[27.941,-27.325],[26.241,-27.975],[13.841,-26.925],[5.591,-26.025],[0.191,-25.075],[-17.259,-21.725],[-24.359,-20.925],[-30.259,-19.475],[-32.459,-18.925],[-34.309,-17.925],[-38.359,-16.275],[-35.859,-4.425],[-34.959,1.675],[-31.209,24.375],[-30.509,26.575],[-28.559,27.475],[-27.559,26.725],[-27.109,27.375],[-26.059,27.675],[-14.409,27.775],[3.741,26.575],[6.141,25.825],[6.641,25.275],[8.891,24.075],[18.541,17.475],[28.541,10.275],[35.491,5.125],[35.841,4.875],[36.791,5.125],[37.791,4.575],[38.291,3.475],[37.891,1.125],[33.291,-12.625],[31.741,-16.575],[30.791,-18.325]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[315.909,148.025],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-4.9,3.367],[-0.381,0.486],[3.253,6.276],[0.411,0.503],[0.533,0.633],[0.353,0.518],[0.074,-0.046],[0.017,0.005],[5.533,0.733],[15.133,1.6],[1.969,0.125],[0.277,-0.117],[0,0],[0,0],[0.267,-3.267],[0.133,-0.633],[0.107,-0.559],[0,0],[-0.144,0.223],[-0.032,0.068],[-0.004,-0.033],[-0.533,-0.3],[-2.8,-0.2],[-12.567,-2.133],[-0.433,0.1],[-0.219,0.681],[-0.413,0.145],[-2.033,1.467],[-2.267,1.8],[-2.133,1.167],[-3.733,1.9]],"o":[[0.752,-0.514],[-4.314,-5.724],[-0.822,-1.097],[-1.1,-1.233],[-0.48,-0.549],[-0.093,0.054],[-0.017,0.005],[-3.367,-1.1],[-7.533,-1.067],[-3.331,-0.342],[-0.256,0.117],[0,0],[0,0],[-0.767,3.833],[-0.233,2.267],[-0.193,1.007],[0,0],[0.189,-0.144],[0.035,-0.065],[-0.004,0.034],[0.1,0.467],[1.167,0.733],[13.367,1.033],[1.1,0.133],[0.847,-0.152],[0.353,-0.055],[1.7,-0.667],[1.167,-0.867],[2.3,-1.767],[0.933,-0.533],[5.133,-2.667]],"v":[[52.05,3.825],[53.75,2.325],[42.4,-15.675],[40.55,-18.075],[38.1,-20.875],[36.85,-22.475],[36.6,-22.325],[36.55,-22.325],[23.2,-25.075],[-10.8,-29.075],[-18.75,-29.775],[-19.55,-29.425],[-49.7,-16.875],[-51.2,-9.825],[-52.75,0.825],[-53.3,5.175],[-53.75,7.525],[-38.85,22.975],[-38.35,22.425],[-38.25,22.225],[-38.25,22.325],[-37.3,23.475],[-31.35,24.875],[7.55,29.625],[9.85,29.675],[11.45,28.425],[12.6,28.125],[18.2,24.925],[23.35,20.925],[30,16.525],[37,12.875]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[355.85,264.725],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.067,-0.167],[0.133,-0.167],[8,-14.767],[1.233,-1.933],[3.067,-4.2],[2.967,-5.367],[1.033,-2.167],[0.8,-2.967],[0.033,-0.133],[0.133,-0.233],[-0.133,-0.433],[0,0],[-0.233,-0.133],[-0.2,-0.067],[-0.033,-0.133],[-0.367,-0.767],[-1.633,-4.4],[0,0],[-0.367,-0.733],[-1.067,-1.7],[-0.5,-0.233],[-0.267,-0.033],[0,0],[-1.033,-0.667],[-4.933,-2.267],[-5.933,-2.267],[0,0],[-1.133,-0.067],[-0.067,-0.033],[-0.667,0.567],[-0.1,0.9],[-0.033,0.533],[-0.533,1.6],[-1.4,6.933],[0,0],[-0.433,2.033],[-0.933,6.2],[-0.767,3.1],[-0.3,1.333],[-0.167,1],[-0.033,0.067],[0.033,0.367],[-0.033,0.567],[0.6,0.333],[0,0],[0.133,0.267],[0.7,-0.2],[0.133,-0.1],[0,0],[0.1,0.2],[0.7,1.733],[0,0],[2.6,8.667],[2.767,5.133],[0.2,0.867],[0.6,1.567],[0.2,0.6],[0.333,1.1],[0.933,1.067],[0.7,-0.1],[0.333,-0.433]],"o":[[-0.133,0.133],[-9,14.467],[-2.2,4],[-1.433,2.2],[-2,3],[-2.233,4],[-1.7,3.5],[-0.033,0.133],[-0.067,0.133],[-0.133,0.3],[0,0],[0.133,0.2],[0.2,0.133],[0,0.1],[0.1,0.333],[1.233,2.2],[0,0],[0.6,1.533],[0.467,0.867],[0.667,1.167],[0.233,0.133],[0,0],[-0.067,0.6],[4.3,2.6],[4.633,2.1],[0,0],[2.133,0.8],[0.067,0.033],[0.933,0.467],[0.533,-0.4],[0.067,-1.1],[0.067,-0.833],[1.8,-5.367],[0,0],[1.567,-5.633],[0.533,-2.467],[0.833,-5.567],[0.733,-2.7],[0.267,-1.133],[0,-0.033],[0.1,-0.267],[0.067,-0.667],[0.067,-1.233],[0,0],[-0.1,-0.3],[-0.433,-0.967],[-0.133,0.033],[0,0],[-0.133,-0.2],[-0.733,-1.733],[0,0],[-1.167,-3.7],[-2.467,-8.333],[-0.2,-1.433],[-0.233,-1.033],[-0.733,-1.933],[-0.6,-2.233],[-0.6,-1.933],[-0.667,-0.833],[-0.467,0.033],[-0.1,0.167]],"v":[[10.583,-76.833],[10.183,-76.383],[-15.317,-32.533],[-20.467,-23.633],[-27.217,-14.033],[-34.667,-1.483],[-39.567,7.767],[-43.317,17.467],[-43.417,17.867],[-43.717,18.417],[-43.717,19.517],[-43.617,19.967],[-43.067,20.467],[-42.467,20.767],[-42.417,21.117],[-41.717,22.767],[-37.417,32.667],[-32.517,45.517],[-31.067,48.917],[-28.767,52.767],[-27.017,54.867],[-26.267,55.117],[-26.267,55.167],[-24.817,57.066],[-10.967,64.367],[4.883,70.917],[19.033,76.267],[23.933,77.566],[24.133,77.667],[26.533,77.517],[27.483,75.566],[27.633,73.117],[28.533,69.466],[33.333,51.017],[33.683,49.767],[36.683,38.267],[38.883,25.267],[41.283,12.267],[42.833,6.217],[43.483,3.017],[43.533,2.867],[43.633,1.917],[43.783,0.067],[42.983,-2.283],[42.933,-2.333],[42.583,-3.183],[40.883,-4.333],[40.483,-4.133],[38.683,-7.233],[38.333,-7.833],[36.183,-13.033],[34.533,-17.533],[28.883,-36.083],[21.033,-56.283],[20.433,-59.733],[19.183,-63.633],[17.783,-67.433],[16.383,-72.433],[14.083,-76.933],[12.033,-78.033],[10.833,-77.333]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[149.917,290.333],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4"}],"ip":5,"op":6,"st":5.16666666666667,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"5 Outlines","parent":26,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[255.55,265.52,0]},"a":{"k":[255.55,265.52,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.8,1.433],[1.2,2.9],[0.233,1.8],[0.133,0.233],[0.333,0.167],[0.467,0.233],[0.733,-0.1],[1.933,-0.967],[1.533,-0.3],[0.9,-0.167],[1.533,-0.6],[0.867,-0.333],[7.633,-0.533],[8.633,0.333],[1.233,-0.433],[0,-0.8],[-1.233,-0.4],[0,-0.033],[0,0],[0.2,0],[0.1,-0.667],[-0.933,-1.9],[-10.333,-8.133],[-12.467,-2.833],[-9.067,-0.533],[-3.1,0.133],[-3.333,0.9],[-0.767,0.733],[-0.167,0.733],[0.333,0.633],[0.433,0.233],[0.2,0.467],[0.4,0.4],[-0.033,0.2],[0.333,0.767],[1.433,1.533],[3.533,4.3],[4,5.667]],"o":[[-0.767,-1.367],[-1.4,-3.367],[-0.233,-1.4],[-0.233,-0.533],[-0.233,-0.333],[-0.667,-0.333],[-0.633,0.1],[-1,0.433],[-1.733,0.4],[-1.067,0.3],[-1.7,0.7],[-5.833,2.2],[-5.233,0.433],[-2.567,-0.1],[-1.2,0.433],[-0.067,0.833],[-0.067,0.067],[0,0],[-0.267,-0.133],[-0.5,0.067],[-0.233,1.133],[5.933,11.467],[10.433,8.167],[5.933,1.4],[4.433,0.167],[4.1,-0.167],[1.933,-0.567],[0.567,-0.567],[0.2,-0.867],[-0.267,-0.467],[0,-0.333],[-0.067,-0.2],[0.067,-0.2],[0.1,-0.767],[-0.367,-0.933],[-5.533,-5.6],[-2.733,-3.333],[-1.4,-1.867]],"v":[[22.817,-15.992],[19.867,-22.392],[17.417,-30.142],[16.867,-32.592],[16.017,-33.642],[14.967,-34.492],[12.867,-34.842],[9.017,-33.242],[5.217,-32.142],[1.267,-31.292],[-2.633,-29.941],[-6.483,-28.392],[-26.683,-24.292],[-47.483,-24.142],[-53.183,-23.642],[-54.983,-21.792],[-53.233,-19.941],[-53.333,-19.792],[-53.333,-19.492],[-54.033,-19.691],[-54.933,-18.592],[-53.883,-14.042],[-29.483,15.358],[4.867,31.858],[27.367,34.758],[38.667,34.809],[49.817,33.208],[53.867,31.258],[54.967,29.309],[54.767,27.059],[53.717,26.008],[53.417,24.809],[52.717,23.908],[52.867,23.309],[52.517,21.008],[49.817,17.309],[36.217,2.458],[26.117,-11.042]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[325.433,384.642],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.033,0.033],[0.167,0.3],[0.767,0.2],[12.233,0.733],[6.033,1.367],[0.3,0.067],[0.267,-0.4],[0,0],[0.267,-0.2],[0.3,-0.867],[1.5,-2.367],[0,0],[0.4,-0.467],[0.333,-0.433],[0.233,-0.6],[0.167,0.1],[0.133,-0.3],[-0.067,-0.4],[-0.4,-1.233],[0,0],[-1.9,-7.567],[0,0],[-0.333,-0.267],[-0.1,-0.067],[-0.4,-0.033],[-0.267,0.267],[-0.467,-0.1],[-6,-0.633],[-4.3,-0.233],[-2.367,-0.133],[-0.333,0.2],[-0.267,0.133],[-4.5,5.933],[-0.333,0.833],[-0.167,1.167],[-0.067,0.667],[-0.3,1.5],[-0.067,0.5],[1.6,5.833],[-0.033,0.1],[0.067,0.267],[0.367,0.333]],"o":[[0.167,-0.367],[-0.167,-0.333],[-5.7,-1.233],[-11.633,-0.733],[-0.533,-0.4],[-0.533,-0.133],[0,0],[-0.367,-0.067],[-0.333,0.267],[-0.833,2.567],[0,0],[-1.333,1.9],[-0.7,0.867],[-0.533,0.7],[-0.133,-0.3],[-0.3,-0.033],[-0.1,0.167],[0.233,1.567],[0,0],[2.867,7.333],[0,0],[-0.233,0.267],[0.067,0.067],[0.267,0.533],[0.4,0.067],[2.467,0.667],[6.4,1.567],[3.1,0.333],[1.3,0.1],[0.733,0.033],[0.2,-0.067],[6.7,-3.467],[0.967,-1.3],[0.3,-0.8],[0.133,-1.333],[0.1,-0.933],[0.4,-1.933],[1,-6.067],[0.067,-0.1],[0.1,-0.267],[-0.067,-0.3],[0.033,-0.067]],"v":[[35.458,-21.225],[35.458,-22.225],[34.058,-23.025],[7.158,-25.975],[-19.342,-29.125],[-20.592,-29.825],[-21.792,-29.425],[-21.842,-29.425],[-22.792,-29.225],[-23.742,-27.525],[-27.242,-20.125],[-31.192,-14.375],[-33.792,-10.825],[-35.342,-8.875],[-36.492,-6.925],[-36.942,-7.525],[-37.592,-7.125],[-37.642,-6.275],[-36.692,-2.075],[-35.742,0.325],[-28.592,22.675],[-28.642,22.725],[-28.492,23.525],[-28.242,23.725],[-27.242,24.575],[-26.242,24.275],[-21.842,25.425],[-3.242,28.725],[7.858,29.575],[13.358,29.925],[14.958,29.675],[15.658,29.375],[32.458,15.275],[34.408,12.075],[35.108,9.125],[35.408,6.125],[36.008,2.475],[36.708,-1.175],[35.808,-19.025],[35.958,-19.325],[36.008,-20.125],[35.358,-21.075]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[310.091,141.375],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-4.9,3.367],[-0.381,0.486],[3.253,6.276],[0.411,0.503],[0.533,0.633],[0.353,0.518],[0.074,-0.046],[0.017,0.005],[5.533,0.733],[15.133,1.6],[1.969,0.125],[0.277,-0.117],[0,0],[0,0],[0.267,-3.267],[0.133,-0.633],[0.107,-0.559],[0,0],[-0.144,0.223],[-0.032,0.068],[-0.004,-0.033],[-0.533,-0.3],[-2.8,-0.2],[-12.567,-2.133],[-0.433,0.1],[-0.219,0.681],[-0.413,0.145],[-2.033,1.467],[-2.267,1.8],[-2.133,1.167],[-3.733,1.9]],"o":[[0.752,-0.514],[-4.314,-5.724],[-0.822,-1.097],[-1.1,-1.233],[-0.48,-0.549],[-0.093,0.054],[-0.017,0.005],[-3.367,-1.1],[-7.533,-1.067],[-3.331,-0.342],[-0.256,0.117],[0,0],[0,0],[-0.767,3.833],[-0.233,2.267],[-0.193,1.007],[0,0],[0.189,-0.144],[0.035,-0.065],[-0.004,0.034],[0.1,0.467],[1.167,0.733],[13.367,1.033],[1.1,0.133],[0.847,-0.152],[0.353,-0.055],[1.7,-0.667],[1.167,-0.867],[2.3,-1.767],[0.933,-0.533],[5.133,-2.667]],"v":[[52.05,3.825],[53.75,2.325],[42.4,-15.675],[40.55,-18.075],[38.1,-20.875],[36.85,-22.475],[36.6,-22.325],[36.55,-22.325],[23.2,-25.075],[-10.8,-29.075],[-18.75,-29.775],[-19.55,-29.425],[-49.7,-16.875],[-51.2,-9.825],[-52.75,0.825],[-53.3,5.175],[-53.75,7.525],[-38.85,22.975],[-38.35,22.425],[-38.25,22.225],[-38.25,22.325],[-37.3,23.475],[-31.35,24.875],[7.55,29.625],[9.85,29.675],[11.45,28.425],[12.6,28.125],[18.2,24.925],[23.35,20.925],[30,16.525],[37,12.875]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[355.85,264.725],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2.6,-5.133],[1.467,-3.133],[0.8,-1.533],[4.067,-6.467],[0,0],[0.067,-0.467],[0.033,-0.067],[0.1,-0.333],[0,0],[0,0],[0,0],[-0.4,-0.167],[-1.033,-2.867],[-0.4,-1.633],[0,0],[-0.467,-0.433],[-0.467,-0.033],[0.033,-0.1],[-0.567,-0.567],[-2.533,-0.833],[-6.333,-2.933],[-2.8,-1.333],[-1.733,-0.667],[-4.867,-1.5],[-2.367,-1.033],[-0.667,0.633],[0,0.567],[0.267,0.4],[0,0],[-0.867,2.3],[-1.233,4.8],[-1.2,5.667],[-0.4,2.433],[-0.1,3],[-0.133,1.6],[-0.567,2.767],[-0.9,3.733],[-0.167,1.367],[0.1,1.1],[-0.033,0.2],[0.7,1.533],[5.2,12.633],[1.6,5.367],[0.567,1.567],[1.633,3.5],[0.2,0.233],[-0.033,0.133],[0.533,0.3],[0.967,-1.433]],"o":[[-0.767,1.567],[-1.467,3.167],[-1.767,3.367],[0,0],[-0.433,0.633],[-0.067,0.033],[-0.3,0.267],[0,0],[0,0],[0,0],[0.333,0.333],[0.4,1.4],[1.033,2.867],[0,0],[0.2,1.1],[0.3,0.3],[-0.067,0.1],[-0.1,0.5],[1.1,1.067],[9.033,3.167],[1.4,0.633],[2.5,1.167],[1.767,0.667],[4.2,1.3],[1.767,0.733],[0.333,-0.333],[0,-0.467],[0,0],[0.767,-1.3],[1.4,-3.8],[0.833,-3.133],[0.9,-4.067],[0.6,-3.6],[0,-3.167],[0.133,-2.2],[0.267,-1.167],[0.567,-2.267],[0.133,-1.233],[0.033,-0.167],[0.067,-0.733],[-6.067,-12.533],[-3.367,-8.067],[-1.467,-5.267],[-0.567,-1.5],[-0.2,-0.367],[0.033,-0.167],[0.167,-0.733],[-0.867,-0.467],[-6.333,9.667]],"v":[[-1.733,-60.058],[-5.083,-53.008],[-8.483,-45.958],[-17.233,-31.208],[-45.633,13.842],[-46.383,15.492],[-46.533,15.642],[-47.133,16.542],[-47.184,19.242],[-47.133,19.792],[-46.733,20.342],[-45.633,21.092],[-43.483,27.492],[-41.333,34.242],[-36.983,54.242],[-35.983,56.542],[-34.833,57.042],[-34.983,57.342],[-34.283,58.942],[-28.833,61.792],[-5.783,70.942],[0.517,73.892],[6.867,76.642],[16.816,79.892],[26.667,83.392],[30.316,83.542],[30.816,82.192],[30.417,80.892],[30.417,80.842],[32.867,75.442],[36.816,62.542],[39.867,49.342],[41.816,39.592],[42.867,29.692],[43.066,22.542],[44.117,15.092],[45.867,7.742],[46.967,2.292],[47.017,-1.208],[47.117,-1.758],[46.167,-5.158],[29.267,-42.908],[21.816,-63.058],[18.767,-73.308],[15.467,-80.808],[14.867,-81.708],[14.967,-82.158],[14.417,-83.708],[11.667,-82.258]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[148.683,297.958],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4"}],"ip":6,"op":7,"st":6,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"6 Outlines","parent":26,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[244.582,279.007,0]},"a":{"k":[244.582,279.007,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.667,0.3],[1.7,-0.267],[14.267,0.067],[8.167,0.1],[1.5,-0.1],[0.667,-0.4],[-0.133,-0.933],[-0.267,-0.333],[-0.533,-1.6],[-2.633,-5.067],[-6.967,-10.9],[-4.033,-5.6],[-5.267,-5.7],[0,0],[-0.7,-1.033],[-3.767,-2.3],[-1.2,0.467],[-0.533,2.367],[-0.4,3.267],[-0.2,0.967],[-1.233,4.633],[-0.967,4.433],[0,0],[0.1,3.833],[0.1,0.5],[-0.033,0.2],[0.367,0.667]],"o":[[-0.933,-0.367],[-10.2,1.233],[-16.3,-0.3],[-3.033,0],[-1.167,0.067],[-1.033,0.6],[0.067,0.4],[-0.4,0.8],[1.367,4.1],[2.8,5.3],[6.9,10.8],[5.467,7.633],[0,0],[0.133,0.933],[2.833,4.533],[1.733,1.067],[1.167,-0.533],[1.5,-6.7],[0.333,-3.267],[0.1,-0.567],[0.2,-0.667],[0,0],[1.5,-7.4],[-0.033,-0.567],[0.1,-0.133],[0.2,-0.6],[-0.433,-0.533]],"v":[[43.142,-52.85],[39.191,-53],[2.491,-51.25],[-34.208,-51.85],[-41.009,-51.7],[-43.759,-51],[-45.108,-48.7],[-44.608,-47.6],[-44.409,-44],[-38.409,-30.25],[-23.759,-5.95],[-7.358,18.65],[8.741,38.65],[8.741,38.7],[9.991,41.65],[19.892,51.9],[24.292,52.8],[26.841,48.45],[29.691,33.5],[30.491,27.15],[32.491,19.35],[34.241,11.7],[42.941,-30.75],[45.042,-47.6],[44.841,-49.2],[45.042,-49.7],[44.792,-51.6]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[316.008,401.3],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.333,-0.067],[0.067,-0.033],[1.7,0.267],[1.367,0.233],[3.3,0.867],[2.533,0.567],[0.233,-0.033],[0.733,0.267],[0.467,0.067],[0.2,0.033],[0.067,-0.033],[-0.133,-0.467],[0.333,-0.333],[0.067,-0.2],[-0.1,-0.233],[0.4,-0.8],[0,0],[0.267,-0.3],[1,-0.967],[2.033,-2.733],[1.333,-1.067],[-0.1,-0.3],[0.067,0],[0.2,-0.333],[0,-0.333],[0,-1.267],[-0.067,-0.4],[-0.4,-1.367],[-0.167,-1.033],[0,0],[-0.267,-0.3],[-0.067,-0.033],[-0.4,-0.267],[-5.367,-2.8],[-6.5,-1.833],[-0.967,0.1],[-0.3,0.2],[-0.067,0.233],[-0.9,1.167],[-1.033,1.533],[-0.267,0.367],[-0.833,1.1],[-0.4,0.7],[-0.6,2.333],[-0.4,2.833],[0.2,2.1],[0.333,1.367],[-0.067,0.2],[0.033,0.2],[0.233,0.4],[0,0],[0.333,0.733],[0,0],[0.433,0.367],[1.267,0.433]],"o":[[-0.1,0.033],[-3.6,-0.967],[-2.733,-0.333],[-1.233,-0.2],[-3.767,-1.1],[-0.2,0.067],[-0.4,0.033],[-0.867,-0.267],[-0.3,-0.067],[-0.1,0],[-0.567,0.2],[-0.233,0.167],[-0.467,0.467],[-0.1,0.367],[-0.567,1.1],[0,0],[-0.8,1.133],[-0.167,0.233],[-0.833,0.867],[-1.7,2.333],[-0.567,0.433],[-0.033,-0.067],[-0.3,-0.1],[-0.133,0.233],[-0.1,1.3],[0,0.8],[0.1,0.7],[0.033,0.1],[0,0],[0.1,0.567],[0.033,0.067],[0,0.267],[7.433,4.867],[7.2,3.767],[1.8,0.467],[0.4,-0.067],[0.233,-0.167],[0.633,-0.367],[1.1,-1.4],[3.067,-4.533],[0.4,-0.533],[0.733,-0.967],[0.967,-1.667],[0.333,-1.467],[0.6,-4.133],[-0.1,-1.167],[0.067,-0.133],[0.133,-0.4],[0,-0.167],[0,0],[-0.267,-0.733],[0,0],[-0.467,-1],[-0.433,-0.4],[-0.733,-0.2]],"v":[[23.6,-25.525],[23.35,-25.425],[15.4,-27.275],[9.25,-28.125],[2.45,-29.725],[-7,-32.225],[-7.65,-32.075],[-9.35,-32.425],[-11.35,-32.925],[-12.1,-33.075],[-12.35,-33.025],[-13,-32.025],[-13.85,-31.275],[-14.65,-30.275],[-14.65,-29.375],[-16.1,-26.525],[-19.5,-21.575],[-21.1,-19.425],[-22.85,-17.625],[-27.15,-12.225],[-31.7,-7.125],[-32.4,-6.025],[-32.55,-6.125],[-33.3,-5.775],[-33.5,-4.925],[-33.65,-1.075],[-33.55,0.725],[-32.8,3.825],[-32.5,5.525],[-31.35,10.275],[-30.8,11.575],[-30.65,11.725],[-30.05,12.525],[-10.85,24.025],[9.7,32.425],[13.85,32.975],[14.9,32.575],[15.35,31.975],[17.65,29.675],[20.85,25.275],[25.85,17.925],[27.7,15.475],[29.4,12.975],[31.75,6.975],[32.85,0.525],[33.45,-8.825],[32.8,-12.625],[33,-13.125],[33.15,-14.025],[32.8,-14.875],[31.35,-16.875],[30.45,-19.075],[29.1,-22.025],[27.75,-24.075],[25.2,-25.325]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[310.95,136.775],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0.193,-0.203],[0,0]],"o":[[0,0],[-0.207,0.231],[0,0],[0,0]],"v":[[-50.175,-30.917],[-50.075,-30.917],[-50.675,-30.267],[-50.525,-30.517]],"c":true}},"nm":"Path 1"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[0.633,0.367],[2.367,0.967],[2.8,1.533],[1.4,0.6],[2.533,0.9],[1.1,0.567],[0.467,0.233],[0.7,0.167],[0.333,-0.133],[0.212,0.106],[0.767,0],[0,0],[2.417,0.376],[0.967,0.033],[0,0],[0.175,0.027],[0,0],[0.467,0.533],[0.133,0.267],[0.167,0.167],[0.533,0.467],[0.308,0.181],[0.018,0.055],[0.133,0.1],[0.491,0.017],[0.033,0.025],[0.667,0.067],[0.333,-0.033],[0,0],[0,0],[3.833,-0.833],[0,0],[0.048,-0.229],[0.05,-0.031],[0.141,-0.144],[0,0],[0.239,-1.225],[0,0],[-1.726,-0.26],[0,0],[-0.373,0.079],[-0.275,-0.149],[-0.367,-0.267],[-0.633,-0.467],[-1.1,-0.467],[-0.242,-0.159],[-1.719,-1.055],[-0.388,-0.405],[-0.202,-0.169],[-0.333,-1.762],[-0.1,-1.3],[0.067,-1.967],[-0.164,-3.707],[0,0],[0,-0.2],[0,0],[-0.1,-0.2],[-0.4,-0.033],[-0.085,0.021],[-0.845,-0.333],[-0.845,-0.315],[-0.299,-0.199],[-4.1,-2.1],[-1.333,-0.333],[-0.161,-0.008],[-0.819,-0.221],[-4.033,-0.533],[-1.867,-0.4],[-2,-0.467],[-1.233,-0.133],[-0.367,0.1],[-0.033,0.6],[0.012,0.111],[-0.019,0.017],[-2.567,1.833],[-1.167,0.967],[-3.4,3.533],[0,0],[-0.329,0.288],[-0.067,0.333],[0.133,0.267],[0.267,0.2],[1.533,1.4],[0.433,0.3],[0.218,0.155],[0.042,0.319],[0.333,0.333],[0.467,0.233],[0.267,0.133],[1.233,1.033]],"o":[[-0.3,-0.167],[-1.633,-0.633],[-3,-1.667],[-0.533,-0.233],[-1.867,-0.7],[-0.967,-0.5],[-0.833,-0.4],[-0.5,-0.133],[-0.121,-0.194],[-0.333,-0.167],[0,0],[-3.55,-0.291],[-2.633,-0.433],[0,0],[-0.192,-0.007],[0,0],[-0.7,-1.267],[-0.4,-0.433],[-0.2,-0.4],[-0.067,-0.067],[-0.392,-0.285],[-0.015,-0.045],[-0.233,-0.633],[-0.209,-0.183],[-0.034,-0.008],[-0.167,-0.133],[-0.733,-0.067],[0,0],[0,0],[-1.267,0.4],[0,0],[-0.285,0.171],[-0.083,0.036],[-0.126,0.089],[0,0],[-0.095,0.609],[0,0],[0.841,0.14],[0,0],[0.427,-0.055],[0.225,0.151],[0.833,0.433],[0.333,0.233],[0.5,0.3],[0.191,0.107],[1.181,0.911],[0.279,0.261],[0.231,0.231],[0.133,1.371],[0.633,3.5],[0.1,1.6],[-0.031,3.326],[0,0],[-0.1,0.2],[0,0],[0,0.367],[0.167,0.367],[0.115,0.021],[-0.012,0.467],[0.855,0.319],[0.135,0.201],[1.933,1.433],[2.133,1.133],[0.106,0.025],[-0.053,0.446],[2.133,0.5],[4.3,0.533],[1.033,0.233],[1.8,0.433],[0.8,0.067],[0.7,-0.233],[0.012,-0.122],[0.015,-0.017],[1.3,-1.1],[2.7,-1.967],[1.867,-1.567],[0,0],[0.404,0.021],[0.233,-0.2],[0.1,-0.333],[-0.133,-0.3],[-0.7,-0.767],[-0.733,-0.667],[-0.282,-0.179],[0.142,-0.215],[-0.033,-0.467],[-0.267,-0.267],[-0.567,-0.267],[-0.767,-0.4],[-1.333,-1.133]],"v":[[37.825,-10.967],[33.825,-12.667],[27.175,-15.917],[20.575,-19.317],[15.975,-21.017],[11.525,-22.917],[9.375,-24.017],[7.075,-24.867],[5.825,-24.867],[5.325,-25.317],[3.675,-25.567],[-12.875,-25.317],[-21.825,-26.317],[-27.225,-27.017],[-29.775,-27.017],[-30.325,-27.067],[-30.925,-27.817],[-32.675,-30.517],[-33.475,-31.567],[-34.025,-32.417],[-34.925,-33.217],[-35.975,-33.917],[-36.025,-34.067],[-36.575,-35.167],[-37.625,-35.467],[-37.725,-35.517],[-38.975,-35.817],[-40.575,-35.867],[-41.075,-35.817],[-42.075,-35.517],[-49.725,-33.667],[-50.625,-33.367],[-51.125,-32.767],[-51.325,-32.667],[-51.725,-32.317],[-52.625,-25.717],[-53.125,-22.967],[-53.075,-22.967],[-49.225,-22.367],[-48.425,-22.517],[-47.225,-22.717],[-46.475,-22.267],[-44.675,-21.217],[-43.225,-20.167],[-40.825,-19.017],[-40.175,-18.617],[-35.825,-15.667],[-34.825,-14.667],[-34.175,-14.067],[-33.475,-9.367],[-32.375,-2.167],[-32.325,3.183],[-32.125,13.733],[-32.225,13.833],[-32.375,14.433],[-32.325,18.233],[-32.175,19.083],[-31.325,19.683],[-31.025,19.683],[-29.775,20.883],[-27.225,21.833],[-26.575,22.433],[-17.525,27.733],[-12.325,29.933],[-11.925,29.983],[-10.775,30.983],[-1.525,32.533],[7.725,33.933],[12.275,34.983],[16.825,35.833],[18.575,35.783],[19.675,34.533],[19.675,34.183],[19.725,34.133],[25.525,29.733],[31.325,25.333],[39.225,17.683],[51.475,4.833],[52.575,4.433],[53.025,3.633],[52.975,2.733],[52.375,1.983],[49.025,-1.267],[47.275,-2.717],[46.525,-3.217],[46.675,-4.017],[46.125,-5.217],[45.025,-5.967],[43.775,-6.567],[40.775,-8.717]],"c":true}},"nm":"Path 2"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[334.575,253.467],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2.6,-5.133],[1.467,-3.133],[0.8,-1.533],[4.067,-6.467],[0,0],[0.067,-0.467],[0.033,-0.067],[0.1,-0.333],[0,0],[0,0],[0,0],[-0.4,-0.167],[-1.033,-2.867],[-0.4,-1.633],[0,0],[-0.467,-0.433],[-0.467,-0.033],[0.033,-0.1],[-0.567,-0.567],[-2.533,-0.833],[-6.333,-2.933],[-2.8,-1.333],[-1.733,-0.667],[-4.867,-1.5],[-2.367,-1.033],[-0.667,0.633],[0,0.567],[0.267,0.4],[0,0],[-0.867,2.3],[-1.233,4.8],[-1.2,5.667],[-0.4,2.433],[-0.1,3],[-0.133,1.6],[-0.567,2.767],[-0.9,3.733],[-0.167,1.367],[0.1,1.1],[-0.033,0.2],[0.7,1.533],[5.2,12.633],[1.6,5.367],[0.567,1.567],[1.633,3.5],[0.2,0.233],[-0.033,0.133],[0.533,0.3],[0.967,-1.433]],"o":[[-0.767,1.567],[-1.467,3.167],[-1.767,3.367],[0,0],[-0.433,0.633],[-0.067,0.033],[-0.3,0.267],[0,0],[0,0],[0,0],[0.333,0.333],[0.4,1.4],[1.033,2.867],[0,0],[0.2,1.1],[0.3,0.3],[-0.067,0.1],[-0.1,0.5],[1.1,1.067],[9.033,3.167],[1.4,0.633],[2.5,1.167],[1.767,0.667],[4.2,1.3],[1.767,0.733],[0.333,-0.333],[0,-0.467],[0,0],[0.767,-1.3],[1.4,-3.8],[0.833,-3.133],[0.9,-4.067],[0.6,-3.6],[0,-3.167],[0.133,-2.2],[0.267,-1.167],[0.567,-2.267],[0.133,-1.233],[0.033,-0.167],[0.067,-0.733],[-6.067,-12.533],[-3.367,-8.067],[-1.467,-5.267],[-0.567,-1.5],[-0.2,-0.367],[0.033,-0.167],[0.167,-0.733],[-0.867,-0.467],[-6.333,9.667]],"v":[[-1.733,-60.058],[-5.083,-53.008],[-8.483,-45.958],[-17.233,-31.208],[-45.633,13.842],[-46.383,15.492],[-46.533,15.642],[-47.133,16.542],[-47.184,19.242],[-47.133,19.792],[-46.733,20.342],[-45.633,21.092],[-43.483,27.492],[-41.333,34.242],[-36.983,54.242],[-35.983,56.542],[-34.833,57.042],[-34.983,57.342],[-34.283,58.942],[-28.833,61.792],[-5.783,70.942],[0.517,73.892],[6.867,76.642],[16.816,79.892],[26.667,83.392],[30.316,83.542],[30.816,82.192],[30.417,80.892],[30.417,80.842],[32.867,75.442],[36.816,62.542],[39.867,49.342],[41.816,39.592],[42.867,29.692],[43.066,22.542],[44.117,15.092],[45.867,7.742],[46.967,2.292],[47.017,-1.208],[47.117,-1.758],[46.167,-5.158],[29.267,-42.908],[21.816,-63.058],[18.767,-73.308],[15.467,-80.808],[14.867,-81.708],[14.967,-82.158],[14.417,-83.708],[11.667,-82.258]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[148.683,297.958],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4"}],"ip":7,"op":8,"st":7,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"7 Outlines","parent":26,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[242.376,275.88,0]},"a":{"k":[242.376,275.88,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.667,0.3],[1.7,-0.267],[14.267,0.067],[8.167,0.1],[1.5,-0.1],[0.667,-0.4],[-0.133,-0.933],[-0.267,-0.333],[-0.533,-1.6],[-2.633,-5.067],[-6.967,-10.9],[-4.033,-5.6],[-5.267,-5.7],[0,0],[-0.7,-1.033],[-3.767,-2.3],[-1.2,0.467],[-0.533,2.367],[-0.4,3.267],[-0.2,0.967],[-1.233,4.633],[-0.967,4.433],[0,0],[0.1,3.833],[0.1,0.5],[-0.033,0.2],[0.367,0.667]],"o":[[-0.933,-0.367],[-10.2,1.233],[-16.3,-0.3],[-3.033,0],[-1.167,0.067],[-1.033,0.6],[0.067,0.4],[-0.4,0.8],[1.367,4.1],[2.8,5.3],[6.9,10.8],[5.467,7.633],[0,0],[0.133,0.933],[2.833,4.533],[1.733,1.067],[1.167,-0.533],[1.5,-6.7],[0.333,-3.267],[0.1,-0.567],[0.2,-0.667],[0,0],[1.5,-7.4],[-0.033,-0.567],[0.1,-0.133],[0.2,-0.6],[-0.433,-0.533]],"v":[[43.142,-52.85],[39.191,-53],[2.491,-51.25],[-34.208,-51.85],[-41.009,-51.7],[-43.759,-51],[-45.108,-48.7],[-44.608,-47.6],[-44.409,-44],[-38.409,-30.25],[-23.759,-5.95],[-7.358,18.65],[8.741,38.65],[8.741,38.7],[9.991,41.65],[19.892,51.9],[24.292,52.8],[26.841,48.45],[29.691,33.5],[30.491,27.15],[32.491,19.35],[34.241,11.7],[42.941,-30.75],[45.042,-47.6],[44.841,-49.2],[45.042,-49.7],[44.792,-51.6]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[316.008,401.3],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.667,0.333],[3.467,1.467],[0,0],[1.609,0.777],[0.1,0.322],[0.833,0.233],[0.733,-0.3],[1.2,-1.633],[0,0],[1.1,-1.133],[0.233,-0.467],[-0.088,-0.653],[0.115,-0.077],[0.1,-0.633],[-1.8,-1.233],[0,0],[-9.567,-6.3],[-0.467,-0.167],[-0.633,0.133],[-0.967,1.9],[0,0],[-1,2.167],[-0.833,2.967],[1.467,7.3],[1.667,1.667],[0.585,0.018],[0.169,0.236]],"o":[[-1.667,-0.867],[0,0],[-2.625,-1.089],[0.033,-0.311],[-0.233,-0.7],[-0.767,-0.233],[-0.933,0.433],[0,0],[-1.6,2.1],[-1.033,1.1],[-0.421,0.747],[-0.119,0.057],[-0.6,0.367],[-0.2,1.133],[0,0],[7,4.867],[0.8,0.5],[0.7,0.3],[1.133,-0.233],[0,0],[2.167,-4],[1.633,-3.467],[2.033,-7.2],[-0.7,-3.633],[-0.649,-0.649],[-0.031,-0.264],[-0.2,-0.3]],"v":[[22.742,-24.35],[15.042,-27.85],[9.142,-30.35],[2.792,-33.15],[2.691,-34.1],[1.091,-35.5],[-1.159,-35.4],[-4.358,-32.3],[-23.159,-6.8],[-27.208,-1.95],[-29.108,0.4],[-29.608,2.5],[-29.958,2.7],[-31.008,4.2],[-28.608,7.75],[-14.409,17.6],[10.441,34.35],[12.341,35.35],[14.341,35.6],[17.492,32.4],[20.441,26.95],[25.191,17.7],[28.892,8.05],[29.742,-13.7],[26.191,-21.65],[24.341,-22.65],[24.042,-23.4]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[310.508,133.1],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0.193,-0.203],[0,0]],"o":[[0,0],[-0.207,0.231],[0,0],[0,0]],"v":[[-50.175,-30.917],[-50.075,-30.917],[-50.675,-30.267],[-50.525,-30.517]],"c":true}},"nm":"Path 1"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[0.633,0.367],[2.367,0.967],[2.8,1.533],[1.4,0.6],[2.533,0.9],[1.1,0.567],[0.467,0.233],[0.7,0.167],[0.333,-0.133],[0.212,0.106],[0.767,0],[0,0],[2.417,0.376],[0.967,0.033],[0,0],[0.175,0.027],[0,0],[0.467,0.533],[0.133,0.267],[0.167,0.167],[0.533,0.467],[0.308,0.181],[0.018,0.055],[0.133,0.1],[0.491,0.017],[0.033,0.025],[0.667,0.067],[0.333,-0.033],[0,0],[0,0],[3.833,-0.833],[0,0],[0.048,-0.229],[0.05,-0.031],[0.141,-0.144],[0,0],[0.239,-1.225],[0,0],[-1.726,-0.26],[0,0],[-0.373,0.079],[-0.275,-0.149],[-0.367,-0.267],[-0.633,-0.467],[-1.1,-0.467],[-0.242,-0.159],[-1.719,-1.055],[-0.388,-0.405],[-0.202,-0.169],[-0.333,-1.762],[-0.1,-1.3],[0.067,-1.967],[-0.164,-3.707],[0,0],[0,-0.2],[0,0],[-0.1,-0.2],[-0.4,-0.033],[-0.085,0.021],[-0.845,-0.333],[-0.845,-0.315],[-0.299,-0.199],[-4.1,-2.1],[-1.333,-0.333],[-0.161,-0.008],[-0.819,-0.221],[-4.033,-0.533],[-1.867,-0.4],[-2,-0.467],[-1.233,-0.133],[-0.367,0.1],[-0.033,0.6],[0.012,0.111],[-0.019,0.017],[-2.567,1.833],[-1.167,0.967],[-3.4,3.533],[0,0],[-0.329,0.288],[-0.067,0.333],[0.133,0.267],[0.267,0.2],[1.533,1.4],[0.433,0.3],[0.218,0.155],[0.042,0.319],[0.333,0.333],[0.467,0.233],[0.267,0.133],[1.233,1.033]],"o":[[-0.3,-0.167],[-1.633,-0.633],[-3,-1.667],[-0.533,-0.233],[-1.867,-0.7],[-0.967,-0.5],[-0.833,-0.4],[-0.5,-0.133],[-0.121,-0.194],[-0.333,-0.167],[0,0],[-3.55,-0.291],[-2.633,-0.433],[0,0],[-0.192,-0.007],[0,0],[-0.7,-1.267],[-0.4,-0.433],[-0.2,-0.4],[-0.067,-0.067],[-0.392,-0.285],[-0.015,-0.045],[-0.233,-0.633],[-0.209,-0.183],[-0.034,-0.008],[-0.167,-0.133],[-0.733,-0.067],[0,0],[0,0],[-1.267,0.4],[0,0],[-0.285,0.171],[-0.083,0.036],[-0.126,0.089],[0,0],[-0.095,0.609],[0,0],[0.841,0.14],[0,0],[0.427,-0.055],[0.225,0.151],[0.833,0.433],[0.333,0.233],[0.5,0.3],[0.191,0.107],[1.181,0.911],[0.279,0.261],[0.231,0.231],[0.133,1.371],[0.633,3.5],[0.1,1.6],[-0.031,3.326],[0,0],[-0.1,0.2],[0,0],[0,0.367],[0.167,0.367],[0.115,0.021],[-0.012,0.467],[0.855,0.319],[0.135,0.201],[1.933,1.433],[2.133,1.133],[0.106,0.025],[-0.053,0.446],[2.133,0.5],[4.3,0.533],[1.033,0.233],[1.8,0.433],[0.8,0.067],[0.7,-0.233],[0.012,-0.122],[0.015,-0.017],[1.3,-1.1],[2.7,-1.967],[1.867,-1.567],[0,0],[0.404,0.021],[0.233,-0.2],[0.1,-0.333],[-0.133,-0.3],[-0.7,-0.767],[-0.733,-0.667],[-0.282,-0.179],[0.142,-0.215],[-0.033,-0.467],[-0.267,-0.267],[-0.567,-0.267],[-0.767,-0.4],[-1.333,-1.133]],"v":[[37.825,-10.967],[33.825,-12.667],[27.175,-15.917],[20.575,-19.317],[15.975,-21.017],[11.525,-22.917],[9.375,-24.017],[7.075,-24.867],[5.825,-24.867],[5.325,-25.317],[3.675,-25.567],[-12.875,-25.317],[-21.825,-26.317],[-27.225,-27.017],[-29.775,-27.017],[-30.325,-27.067],[-30.925,-27.817],[-32.675,-30.517],[-33.475,-31.567],[-34.025,-32.417],[-34.925,-33.217],[-35.975,-33.917],[-36.025,-34.067],[-36.575,-35.167],[-37.625,-35.467],[-37.725,-35.517],[-38.975,-35.817],[-40.575,-35.867],[-41.075,-35.817],[-42.075,-35.517],[-49.725,-33.667],[-50.625,-33.367],[-51.125,-32.767],[-51.325,-32.667],[-51.725,-32.317],[-52.625,-25.717],[-53.125,-22.967],[-53.075,-22.967],[-49.225,-22.367],[-48.425,-22.517],[-47.225,-22.717],[-46.475,-22.267],[-44.675,-21.217],[-43.225,-20.167],[-40.825,-19.017],[-40.175,-18.617],[-35.825,-15.667],[-34.825,-14.667],[-34.175,-14.067],[-33.475,-9.367],[-32.375,-2.167],[-32.325,3.183],[-32.125,13.733],[-32.225,13.833],[-32.375,14.433],[-32.325,18.233],[-32.175,19.083],[-31.325,19.683],[-31.025,19.683],[-29.775,20.883],[-27.225,21.833],[-26.575,22.433],[-17.525,27.733],[-12.325,29.933],[-11.925,29.983],[-10.775,30.983],[-1.525,32.533],[7.725,33.933],[12.275,34.983],[16.825,35.833],[18.575,35.783],[19.675,34.533],[19.675,34.183],[19.725,34.133],[25.525,29.733],[31.325,25.333],[39.225,17.683],[51.475,4.833],[52.575,4.433],[53.025,3.633],[52.975,2.733],[52.375,1.983],[49.025,-1.267],[47.275,-2.717],[46.525,-3.217],[46.675,-4.017],[46.125,-5.217],[45.025,-5.967],[43.775,-6.567],[40.775,-8.717]],"c":true}},"nm":"Path 2"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[334.575,253.467],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.367,0.1],[0.533,-1.033],[7.333,-17.2],[1.133,-2.067],[2.167,-3.367],[9.567,-12.267],[0.067,-0.967],[-0.467,-0.567],[-0.233,-0.133],[-0.7,-2.167],[0,0],[-1.033,-2.233],[-0.533,-2.7],[-0.167,-0.367],[-0.467,-0.3],[-0.467,0],[-0.4,-0.2],[-4,-1.433],[-4.6,-1.567],[0,0],[-5.7,-2.433],[-0.733,0],[-0.233,-0.167],[-0.567,0.2],[-0.433,1.5],[-0.9,2.533],[-0.5,1.467],[-1.567,12.2],[0,0],[-0.133,3.067],[0.033,0.267],[-0.067,0.533],[0.4,0.933],[0.6,2.9],[1.4,3.967],[1.967,4.967],[6.433,18.767],[0.6,0.467],[0.433,0.033],[0,0]],"o":[[-0.633,-0.2],[-8.733,17.233],[-2,4.667],[-0.667,1.2],[-9.167,13.667],[-1.133,1.4],[-0.067,0.7],[0.2,0.233],[0.7,1.733],[0,0],[0.2,0.5],[1.467,3.233],[0.167,0.867],[0.233,0.667],[0.367,0.267],[0.333,0.2],[2.733,1.3],[2.267,0.833],[0,0],[9.7,3.633],[1.167,0.467],[0.167,0.2],[0.533,0.4],[0.7,-0.233],[0.5,-1.833],[1.033,-2.867],[3.933,-11.433],[0,0],[0.667,-6.3],[0,-0.367],[0.433,-0.367],[0.067,-0.467],[-0.333,-0.8],[-0.667,-3.2],[-0.733,-2.033],[-8.067,-20.533],[-0.467,-1.333],[-0.333,-0.267],[0,0],[-0.033,-0.533]],"v":[[15.275,-89.05],[13.525,-87.8],[-10.575,-36.15],[-15.275,-26.05],[-19.525,-19.2],[-47.625,19.7],[-49.425,23.25],[-48.825,25.15],[-48.175,25.7],[-46.075,31.55],[-40.425,48],[-38.575,52.1],[-35.575,61],[-35.075,62.85],[-34.025,64.3],[-32.775,64.7],[-31.675,65.3],[-21.575,69.4],[-11.275,73],[2.925,78.4],[26.025,87.5],[28.875,88.2],[29.475,88.75],[31.125,89.05],[32.825,86.45],[34.925,79.9],[37.225,73.4],[45.475,37.95],[47.525,19.35],[48.725,5.3],[48.675,4.35],[49.425,3],[48.925,0.9],[47.525,-4.65],[44.425,-15.4],[40.375,-25.9],[18.625,-84.85],[17.025,-87.55],[15.875,-88],[15.875,-88.1]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[146.525,303.6],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4"}],"ip":8,"op":9,"st":8,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"8 Outlines","parent":26,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[237.856,272.499,0]},"a":{"k":[237.856,272.499,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.933,0.6],[1.067,0.1],[0,0],[22.9,0.767],[0.7,-0.333],[0,-0.067],[0.2,-0.133],[0,-1.3],[-0.8,-2],[-1.267,-2.8],[-2.733,-14.067],[-2.233,-6.133],[-0.167,-0.5],[-0.433,-2.933],[-0.2,-1.067],[-0.7,-1.433],[-1.6,-3.833],[0,0],[-0.7,0.6],[0,0],[-17.867,31.867],[0.067,1.467],[0.033,0.267],[-0.067,0.167]],"o":[[-0.667,-0.333],[0,0],[-19.6,-2.133],[-1.333,-0.1],[-0.033,0],[-0.267,0.033],[-0.6,0.433],[0.033,1.6],[0.233,0.6],[3.367,7.3],[3.1,15.567],[1.633,4.533],[0.4,1.5],[0.167,1.4],[0.7,0.967],[0.933,1.833],[0,0],[0.833,-0.733],[0,0],[24.667,-27.5],[1.4,-2.533],[0,-0.3],[0.033,-0.2],[0.133,-0.9]],"v":[[48.534,-46.425],[45.934,-47.075],[18.584,-50.375],[-45.166,-54.725],[-48.216,-54.375],[-48.266,-54.275],[-48.966,-54.025],[-49.866,-51.425],[-48.616,-46.025],[-46.366,-40.925],[-37.216,-8.875],[-29.216,23.675],[-26.516,31.225],[-25.266,37.875],[-24.716,41.575],[-22.616,45.175],[-18.816,53.675],[-18.316,54.825],[-16.016,52.825],[-16.166,52.275],[47.634,-36.775],[49.634,-42.775],[49.584,-43.625],[49.734,-44.175]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[328.866,392.725],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.667,0.333],[3.467,1.467],[0,0],[1.609,0.777],[0.1,0.322],[0.833,0.233],[0.733,-0.3],[1.2,-1.633],[0,0],[1.1,-1.133],[0.233,-0.467],[-0.088,-0.653],[0.115,-0.077],[0.1,-0.633],[-1.8,-1.233],[0,0],[-9.567,-6.3],[-0.467,-0.167],[-0.633,0.133],[-0.967,1.9],[0,0],[-1,2.167],[-0.833,2.967],[1.467,7.3],[1.667,1.667],[0.585,0.018],[0.169,0.236]],"o":[[-1.667,-0.867],[0,0],[-2.625,-1.089],[0.033,-0.311],[-0.233,-0.7],[-0.767,-0.233],[-0.933,0.433],[0,0],[-1.6,2.1],[-1.033,1.1],[-0.421,0.747],[-0.119,0.057],[-0.6,0.367],[-0.2,1.133],[0,0],[7,4.867],[0.8,0.5],[0.7,0.3],[1.133,-0.233],[0,0],[2.167,-4],[1.633,-3.467],[2.033,-7.2],[-0.7,-3.633],[-0.649,-0.649],[-0.031,-0.264],[-0.2,-0.3]],"v":[[22.742,-24.35],[15.042,-27.85],[9.142,-30.35],[2.792,-33.15],[2.691,-34.1],[1.091,-35.5],[-1.159,-35.4],[-4.358,-32.3],[-23.159,-6.8],[-27.208,-1.95],[-29.108,0.4],[-29.608,2.5],[-29.958,2.7],[-31.008,4.2],[-28.608,7.75],[-14.409,17.6],[10.441,34.35],[12.341,35.35],[14.341,35.6],[17.492,32.4],[20.441,26.95],[25.191,17.7],[28.892,8.05],[29.742,-13.7],[26.191,-21.65],[24.341,-22.65],[24.042,-23.4]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[310.508,133.1],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2.933,0.333],[1.7,0.2],[6.5,0.933],[0,0],[0.135,0.012],[0.323,0.529],[0.433,0.533],[0.8,0.767],[0.2,0.267],[0.6,1.133],[0,0],[1.233,1.4],[0.029,0.05],[0.041,0.089],[1.067,-0.233],[3.767,-1.667],[0.167,-0.067],[1.633,-0.5],[0,0],[0.206,-0.083],[0.204,-0.205],[0,0],[0,0],[0.733,-2.867],[0,0],[0.033,-0.1],[0.133,-0.267],[-0.033,-0.2],[-0.374,-0.125],[-0.015,-0.011],[-2.233,-0.333],[-7.667,-1.733],[-0.967,-0.333],[-0.255,-0.017],[-0.041,-0.143],[0,0],[-0.3,-1.6],[-0.367,-1.1],[-0.5,-2.467],[-0.467,-1.1],[-0.233,-0.2],[-0.5,0.2],[-0.139,0.262],[0,0],[-5.967,-1.633],[-2.967,-1.033],[-0.4,0.167],[-0.205,0.676],[-0.513,0.443],[-3.133,3.367],[-2.333,2.7],[-1.267,1.333],[-2.767,2.6],[-0.103,0.235],[0.032,0.351],[0.533,0.467],[0,0],[0.733,0.867],[0.467,0.567],[1.033,1.033],[0,0],[0.8,0.633],[0.489,0.23],[0,0],[0.7,0.333],[0.9,0.067],[2.7,0.6]],"o":[[-3.367,-0.333],[-1.933,-0.2],[0,0],[-0.131,-0.021],[-0.044,-0.238],[-0.767,-1.1],[-1.033,-1.333],[-0.733,-0.667],[-0.233,-0.3],[0,0],[-1.733,-2.733],[-0.038,-0.05],[-0.025,-0.078],[-0.233,-0.533],[-3.933,0.8],[-1.6,0.7],[-0.3,0.1],[0,0],[-0.261,0.083],[-0.229,-0.071],[0,0],[0,0],[-0.867,2.133],[0,0],[-0.1,0.633],[-0.033,0.167],[-0.1,0.233],[0.093,0.309],[0.019,0.023],[0.867,0.633],[8.333,1.4],[2,0.467],[0.312,0.117],[0.025,0.157],[0,0],[0.167,0.8],[0.133,0.567],[0.133,0.5],[0.367,1.8],[0.367,0.667],[0.5,0.433],[0.261,-0.105],[0,0],[2.7,0.933],[5.667,1.567],[0.933,0.3],[0.462,-0.191],[0.421,-0.123],[3.767,-3.2],[0.967,-1.067],[2.067,-2.433],[1.333,-1.367],[0.264,-0.265],[0.332,-0.215],[-0.033,-0.333],[0,0],[-1.8,-1.467],[-0.933,-1.2],[-0.667,-0.833],[0,0],[-1.033,-1.1],[-0.611,-0.47],[0,0],[0.1,-0.633],[-0.3,-0.167],[-1.033,-0.067],[-2.067,-0.433]],"v":[[19.576,-17.592],[11.975,-18.392],[-0.674,-20.092],[-12.875,-21.892],[-13.275,-21.942],[-13.825,-23.092],[-15.625,-25.542],[-18.375,-28.692],[-19.775,-30.092],[-21.025,-32.242],[-21.975,-33.842],[-26.424,-40.042],[-26.525,-40.192],[-26.625,-40.442],[-28.575,-40.892],[-40.125,-37.192],[-42.775,-36.042],[-45.674,-35.142],[-53.475,-32.792],[-54.174,-32.542],[-54.825,-32.342],[-55.125,-31.892],[-57.025,-27.142],[-59.424,-19.642],[-59.674,-18.492],[-59.875,-17.392],[-60.125,-16.742],[-60.225,-16.092],[-59.525,-15.442],[-59.475,-15.392],[-54.825,-13.942],[-30.825,-9.242],[-26.375,-8.042],[-25.525,-7.842],[-25.424,-7.392],[-19.825,11.258],[-19.125,14.858],[-18.375,17.358],[-17.424,21.808],[-16.174,26.158],[-15.275,27.458],[-13.775,27.808],[-13.174,27.258],[2.425,33.008],[15.425,36.858],[28.375,40.758],[30.375,40.958],[31.375,39.658],[32.775,38.808],[43.125,28.958],[48.076,23.308],[53.076,17.658],[59.225,11.708],[59.775,10.958],[60.225,10.108],[59.375,8.908],[52.576,3.408],[48.775,-0.092],[46.675,-2.742],[44.125,-5.542],[39.775,-9.942],[37.025,-12.542],[35.375,-13.592],[35.375,-13.642],[34.475,-15.092],[32.675,-15.442],[27.076,-16.442]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[316.724,244.792],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.367,0.1],[0.533,-1.033],[7.333,-17.2],[1.133,-2.067],[2.167,-3.367],[9.567,-12.267],[0.067,-0.967],[-0.467,-0.567],[-0.233,-0.133],[-0.7,-2.167],[0,0],[-1.033,-2.233],[-0.533,-2.7],[-0.167,-0.367],[-0.467,-0.3],[-0.467,0],[-0.4,-0.2],[-4,-1.433],[-4.6,-1.567],[0,0],[-5.7,-2.433],[-0.733,0],[-0.233,-0.167],[-0.567,0.2],[-0.433,1.5],[-0.9,2.533],[-0.5,1.467],[-1.567,12.2],[0,0],[-0.133,3.067],[0.033,0.267],[-0.067,0.533],[0.4,0.933],[0.6,2.9],[1.4,3.967],[1.967,4.967],[6.433,18.767],[0.6,0.467],[0.433,0.033],[0,0]],"o":[[-0.633,-0.2],[-8.733,17.233],[-2,4.667],[-0.667,1.2],[-9.167,13.667],[-1.133,1.4],[-0.067,0.7],[0.2,0.233],[0.7,1.733],[0,0],[0.2,0.5],[1.467,3.233],[0.167,0.867],[0.233,0.667],[0.367,0.267],[0.333,0.2],[2.733,1.3],[2.267,0.833],[0,0],[9.7,3.633],[1.167,0.467],[0.167,0.2],[0.533,0.4],[0.7,-0.233],[0.5,-1.833],[1.033,-2.867],[3.933,-11.433],[0,0],[0.667,-6.3],[0,-0.367],[0.433,-0.367],[0.067,-0.467],[-0.333,-0.8],[-0.667,-3.2],[-0.733,-2.033],[-8.067,-20.533],[-0.467,-1.333],[-0.333,-0.267],[0,0],[-0.033,-0.533]],"v":[[15.275,-89.05],[13.525,-87.8],[-10.575,-36.15],[-15.275,-26.05],[-19.525,-19.2],[-47.625,19.7],[-49.425,23.25],[-48.825,25.15],[-48.175,25.7],[-46.075,31.55],[-40.425,48],[-38.575,52.1],[-35.575,61],[-35.075,62.85],[-34.025,64.3],[-32.775,64.7],[-31.675,65.3],[-21.575,69.4],[-11.275,73],[2.925,78.4],[26.025,87.5],[28.875,88.2],[29.475,88.75],[31.125,89.05],[32.825,86.45],[34.925,79.9],[37.225,73.4],[45.475,37.95],[47.525,19.35],[48.725,5.3],[48.675,4.35],[49.425,3],[48.925,0.9],[47.525,-4.65],[44.425,-15.4],[40.375,-25.9],[18.625,-84.85],[17.025,-87.55],[15.875,-88],[15.875,-88.1]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[146.525,303.6],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4"}],"ip":9,"op":10,"st":9,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"9 Outlines","parent":26,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[252.682,272.693,0]},"a":{"k":[252.682,272.693,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.933,0.6],[1.067,0.1],[0,0],[22.9,0.767],[0.7,-0.333],[0,-0.067],[0.2,-0.133],[0,-1.3],[-0.8,-2],[-1.267,-2.8],[-2.733,-14.067],[-2.233,-6.133],[-0.167,-0.5],[-0.433,-2.933],[-0.2,-1.067],[-0.7,-1.433],[-1.6,-3.833],[0,0],[-0.7,0.6],[0,0],[-17.867,31.867],[0.067,1.467],[0.033,0.267],[-0.067,0.167]],"o":[[-0.667,-0.333],[0,0],[-19.6,-2.133],[-1.333,-0.1],[-0.033,0],[-0.267,0.033],[-0.6,0.433],[0.033,1.6],[0.233,0.6],[3.367,7.3],[3.1,15.567],[1.633,4.533],[0.4,1.5],[0.167,1.4],[0.7,0.967],[0.933,1.833],[0,0],[0.833,-0.733],[0,0],[24.667,-27.5],[1.4,-2.533],[0,-0.3],[0.033,-0.2],[0.133,-0.9]],"v":[[48.534,-46.425],[45.934,-47.075],[18.584,-50.375],[-45.166,-54.725],[-48.216,-54.375],[-48.266,-54.275],[-48.966,-54.025],[-49.866,-51.425],[-48.616,-46.025],[-46.366,-40.925],[-37.216,-8.875],[-29.216,23.675],[-26.516,31.225],[-25.266,37.875],[-24.716,41.575],[-22.616,45.175],[-18.816,53.675],[-18.316,54.825],[-16.016,52.825],[-16.166,52.275],[47.634,-36.775],[49.634,-42.775],[49.584,-43.625],[49.734,-44.175]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[328.866,392.725],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.033,1.267],[2.167,1.333],[5.4,1.567],[7.167,1.533],[1.3,0.567],[0.167,0.033],[0.3,0.1],[0.533,-0.733],[2.533,-3.767],[0,0],[1.567,-2.8],[1.333,-4.133],[0.033,-0.6],[-0.2,-0.367],[-0.133,-0.133],[-0.233,-0.267],[-6.3,-2.933],[-4,-1.633],[-1.967,-0.967],[-3.4,-1.833],[0,0],[-1.367,-1.4],[-0.367,-0.167],[-0.233,-0.033],[-0.333,-0.067],[-0.367,0.2],[-0.533,0.933],[-2.367,6.5],[-0.633,3.167],[0.333,3.433],[1.233,3]],"o":[[-1.2,-1.433],[-3.767,-2.333],[-2.633,-0.767],[-2.667,-0.6],[-0.2,-0.1],[-0.033,-0.3],[-0.467,-0.2],[-0.967,1.367],[0,0],[-3.7,5.533],[-2.733,4.767],[-0.333,1.067],[-0.067,0.4],[0.1,0.2],[0.1,0.267],[3.167,3.767],[1.367,0.633],[3.4,1.367],[1.767,0.833],[0,0],[2.3,1.233],[0.867,0.867],[0.2,0.067],[0.167,0.2],[0.433,0.067],[0.467,-0.267],[3.167,-5.733],[1.5,-4.033],[0.833,-3.967],[-0.3,-3.1],[-0.867,-2]],"v":[[29.192,-20.084],[24.142,-24.234],[10.392,-30.084],[-4.308,-33.533],[-10.258,-35.283],[-10.808,-35.484],[-11.308,-36.084],[-12.808,-35.283],[-18.058,-27.584],[-20.058,-24.584],[-27.958,-12.084],[-34.058,1.266],[-34.608,3.766],[-34.408,4.916],[-34.058,5.416],[-33.558,6.217],[-19.358,16.266],[-11.308,19.666],[-3.258,23.166],[4.492,27.166],[10.642,30.166],[16.142,34.117],[17.992,35.666],[18.642,35.817],[19.392,36.217],[20.592,36.016],[22.092,34.217],[30.392,15.867],[33.592,5.067],[34.342,-6.033],[32.042,-15.183]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[311.758,133.984],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2.933,0.333],[1.7,0.2],[6.5,0.933],[0,0],[0.135,0.012],[0.323,0.529],[0.433,0.533],[0.8,0.767],[0.2,0.267],[0.6,1.133],[0,0],[1.233,1.4],[0.029,0.05],[0.041,0.089],[1.067,-0.233],[3.767,-1.667],[0.167,-0.067],[1.633,-0.5],[0,0],[0.206,-0.083],[0.204,-0.205],[0,0],[0,0],[0.733,-2.867],[0,0],[0.033,-0.1],[0.133,-0.267],[-0.033,-0.2],[-0.374,-0.125],[-0.015,-0.011],[-2.233,-0.333],[-7.667,-1.733],[-0.967,-0.333],[-0.255,-0.017],[-0.041,-0.143],[0,0],[-0.3,-1.6],[-0.367,-1.1],[-0.5,-2.467],[-0.467,-1.1],[-0.233,-0.2],[-0.5,0.2],[-0.139,0.262],[0,0],[-5.967,-1.633],[-2.967,-1.033],[-0.4,0.167],[-0.205,0.676],[-0.513,0.443],[-3.133,3.367],[-2.333,2.7],[-1.267,1.333],[-2.767,2.6],[-0.103,0.235],[0.032,0.351],[0.533,0.467],[0,0],[0.733,0.867],[0.467,0.567],[1.033,1.033],[0,0],[0.8,0.633],[0.489,0.23],[0,0],[0.7,0.333],[0.9,0.067],[2.7,0.6]],"o":[[-3.367,-0.333],[-1.933,-0.2],[0,0],[-0.131,-0.021],[-0.044,-0.238],[-0.767,-1.1],[-1.033,-1.333],[-0.733,-0.667],[-0.233,-0.3],[0,0],[-1.733,-2.733],[-0.038,-0.05],[-0.025,-0.078],[-0.233,-0.533],[-3.933,0.8],[-1.6,0.7],[-0.3,0.1],[0,0],[-0.261,0.083],[-0.229,-0.071],[0,0],[0,0],[-0.867,2.133],[0,0],[-0.1,0.633],[-0.033,0.167],[-0.1,0.233],[0.093,0.309],[0.019,0.023],[0.867,0.633],[8.333,1.4],[2,0.467],[0.312,0.117],[0.025,0.157],[0,0],[0.167,0.8],[0.133,0.567],[0.133,0.5],[0.367,1.8],[0.367,0.667],[0.5,0.433],[0.261,-0.105],[0,0],[2.7,0.933],[5.667,1.567],[0.933,0.3],[0.462,-0.191],[0.421,-0.123],[3.767,-3.2],[0.967,-1.067],[2.067,-2.433],[1.333,-1.367],[0.264,-0.265],[0.332,-0.215],[-0.033,-0.333],[0,0],[-1.8,-1.467],[-0.933,-1.2],[-0.667,-0.833],[0,0],[-1.033,-1.1],[-0.611,-0.47],[0,0],[0.1,-0.633],[-0.3,-0.167],[-1.033,-0.067],[-2.067,-0.433]],"v":[[19.576,-17.592],[11.975,-18.392],[-0.674,-20.092],[-12.875,-21.892],[-13.275,-21.942],[-13.825,-23.092],[-15.625,-25.542],[-18.375,-28.692],[-19.775,-30.092],[-21.025,-32.242],[-21.975,-33.842],[-26.424,-40.042],[-26.525,-40.192],[-26.625,-40.442],[-28.575,-40.892],[-40.125,-37.192],[-42.775,-36.042],[-45.674,-35.142],[-53.475,-32.792],[-54.174,-32.542],[-54.825,-32.342],[-55.125,-31.892],[-57.025,-27.142],[-59.424,-19.642],[-59.674,-18.492],[-59.875,-17.392],[-60.125,-16.742],[-60.225,-16.092],[-59.525,-15.442],[-59.475,-15.392],[-54.825,-13.942],[-30.825,-9.242],[-26.375,-8.042],[-25.525,-7.842],[-25.424,-7.392],[-19.825,11.258],[-19.125,14.858],[-18.375,17.358],[-17.424,21.808],[-16.174,26.158],[-15.275,27.458],[-13.775,27.808],[-13.174,27.258],[2.425,33.008],[15.425,36.858],[28.375,40.758],[30.375,40.958],[31.375,39.658],[32.775,38.808],[43.125,28.958],[48.076,23.308],[53.076,17.658],[59.225,11.708],[59.775,10.958],[60.225,10.108],[59.375,8.908],[52.576,3.408],[48.775,-0.092],[46.675,-2.742],[44.125,-5.542],[39.775,-9.942],[37.025,-12.542],[35.375,-13.592],[35.375,-13.642],[34.475,-15.092],[32.675,-15.442],[27.076,-16.442]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[316.724,244.792],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.233,-0.3],[0.035,-0.033],[0.5,-0.267],[0.2,-0.467],[0,-0.567],[-0.067,-0.667],[0.267,-2.033],[0.3,-2.233],[-0.033,-2.433],[0,-0.533],[1.667,-6.833],[2.6,-8],[0,0],[0.967,-2.4],[1.867,-2.733],[0.192,-0.468],[0.27,-0.243],[-0.067,-1.433],[-0.033,-5.7],[0.033,-4.033],[-0.267,-2.533],[-0.333,-2.133],[0,0],[-0.207,-0.453],[-0.454,-0.636],[-2.733,-1.833],[0,0],[-1.767,-1.4],[-2.567,-2.733],[-0.867,-0.333],[-0.733,0.2],[-0.166,0.103],[-0.571,0],[-0.767,0],[0,0],[-0.671,0.052],[-0.615,-0.154],[-1.767,0.2],[-7.433,1.567],[-0.05,0.021],[-0.403,-0.316],[-0.933,0.1],[-0.4,0.433],[-0.2,0.433],[-0.167,0.167],[-0.2,0.3],[-0.233,0.6],[-0.533,0.733],[0,0],[-0.033,0.1],[-0.133,0.3],[-0.1,0.267],[-0.067,0.5],[0,0.567],[0.3,0.3],[0.127,0.082],[-0.012,0.037],[0.033,0.333],[0.2,0.533],[0.4,1.4],[0.1,0.6],[0.133,0.233],[0.1,0.233],[0.1,0.3],[0.433,0.567],[0,0],[0.3,0.133],[0.129,0.015],[0.011,0.031],[1.8,2.167],[0.3,0.4],[0.767,1.633],[0.933,2.3],[0,0],[0.433,2.133],[0.249,0.428],[1.123,3.478],[2.333,6.5],[4.667,16.433],[3.433,7.533],[0.4,0.3],[0.433,0]],"o":[[-0.031,0.033],[-0.4,-0.233],[-0.467,0.233],[-0.133,0.4],[0,0.333],[0.133,1.333],[-0.133,1.133],[-0.133,1.533],[0.067,3.467],[-0.033,5.6],[-1,4.1],[0,0],[-1.467,4.567],[-1.567,3.767],[-0.441,0.632],[-0.397,0.023],[-0.5,0.433],[0.467,5.7],[0,2.033],[0,3.5],[0.267,2.167],[0,0],[0.126,0.98],[0.046,0.497],[1.1,1.367],[0,0],[3.033,2.033],[2.567,2],[1.333,1.4],[0.7,0.267],[0.201,-0.064],[0.395,0.1],[0.367,0],[0,0],[0.596,0.019],[0.419,0.346],[0.867,0.233],[7.433,-0.833],[0.05,-0.012],[0.163,0.417],[0.667,0.567],[0.733,-0.067],[0.2,-0.2],[0.233,-0.467],[0.567,-0.5],[0.167,-0.2],[0.267,-0.467],[0,0],[0.733,-0.8],[0.167,-0.7],[0.333,-0.467],[0.167,-0.367],[0.067,-0.267],[-0.067,-0.4],[-0.106,-0.118],[0.021,-0.03],[0.167,-0.467],[-0.033,-0.267],[-0.267,-0.667],[-0.2,-0.6],[-0.067,-0.6],[-0.3,-0.4],[-0.167,-0.533],[-0.067,-0.233],[0,0],[-0.2,-0.333],[-0.104,-0.052],[0.011,-0.035],[-0.6,-1.7],[-2.633,-3.2],[-0.767,-1.167],[-0.3,-0.667],[0,0],[-1.833,-4.833],[-0.151,-0.705],[-1.411,-5.822],[-0.333,-1.033],[-1.467,-4.2],[-3.6,-12.733],[-0.5,-0.967],[-0.3,-0.233],[-0.433,0]],"v":[[-19.492,-92.625],[-19.592,-92.525],[-20.942,-92.475],[-21.942,-91.425],[-22.142,-89.975],[-22.042,-88.475],[-22.242,-83.425],[-22.892,-78.375],[-23.042,-72.425],[-22.942,-66.425],[-25.492,-47.775],[-30.892,-29.625],[-35.842,-14.575],[-39.492,-4.125],[-44.642,5.625],[-45.592,7.275],[-46.592,7.675],[-47.242,10.475],[-46.492,27.575],[-46.542,36.675],[-46.142,45.725],[-45.242,52.175],[-44.192,59.025],[-43.692,61.175],[-42.942,62.875],[-37.192,67.675],[-23.542,76.975],[-16.342,82.125],[-8.642,89.225],[-5.342,91.825],[-3.192,91.925],[-2.642,91.675],[-1.192,91.825],[0.508,91.825],[4.308,92.125],[6.208,92.075],[7.758,92.825],[11.708,92.875],[34.008,89.275],[34.158,89.225],[35.008,90.325],[37.408,91.025],[39.108,90.275],[39.708,89.325],[40.308,88.375],[41.458,87.175],[42.058,85.975],[43.258,84.175],[44.608,82.525],[45.758,81.175],[46.208,79.675],[46.858,78.575],[47.208,77.275],[47.309,76.025],[46.758,74.975],[46.408,74.675],[46.458,74.575],[46.658,73.375],[46.309,72.175],[45.309,69.075],[44.858,67.275],[44.559,66.025],[43.958,65.075],[43.558,63.825],[42.808,62.625],[41.158,60.575],[40.408,59.875],[40.058,59.775],[40.058,59.675],[36.458,53.875],[32.058,48.475],[29.758,44.275],[27.908,39.825],[15.508,7.925],[12.108,-2.525],[11.508,-4.225],[7.708,-18.175],[3.708,-29.475],[-5.492,-60.425],[-16.042,-90.825],[-17.392,-92.725],[-18.492,-93.075]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[173.992,293.125],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4"}],"ip":10,"op":11,"st":10,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"10 Outlines","parent":26,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[259.138,276.731,0]},"a":{"k":[259.138,276.731,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.067,0],[0,0.867],[2.4,0.433],[0,0],[11.433,-0.067],[0.333,-1.033],[-0.767,-0.6],[-0.233,-5.833],[-0.367,-5.167],[0,0],[-0.8,-4.467],[-1.233,-3.967],[-1.2,-0.2],[-0.567,0.4],[-0.167,0.667],[-0.033,0.233],[-0.1,0.1],[0,0],[0.533,0.733]],"o":[[0.7,-0.4],[-0.033,-1.333],[0,0],[-13.333,-2.2],[-2.033,0.067],[-0.2,0.867],[-0.433,5.133],[0.1,2.567],[0,0],[0.5,7.767],[0.667,3.733],[0.633,2.067],[0.6,0.033],[0.533,-0.467],[0.067,-0.2],[0.1,-0.133],[0,0],[1.167,-1.5],[0,-0.067]],"v":[[48.425,-42.658],[49.475,-44.558],[45.825,-47.208],[-8.575,-57.308],[-45.725,-60.508],[-49.275,-58.858],[-48.425,-56.658],[-48.725,-40.208],[-48.025,-28.608],[-43.725,27.242],[-41.775,45.592],[-38.925,57.142],[-36.175,60.542],[-34.425,59.992],[-33.375,58.292],[-33.225,57.642],[-32.925,57.292],[47.575,-39.208],[48.525,-42.558]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[337.375,391.458],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.4,1.9],[7.9,1.9],[2.733,0.133],[3.1,-0.267],[0.5,-0.033],[4.233,0.233],[2.4,0.133],[0.267,-0.1],[0.1,-0.233],[0,0],[0.061,-0.061],[0.667,-1.933],[0.7,-2.233],[0.667,-1.433],[0.267,-0.767],[0.3,-1.3],[0.333,-1.467],[1.033,-2.533],[0.667,-1.6],[0.133,-1.067],[-0.333,-0.233],[-0.042,-0.028],[-0.343,-0.272],[-1.767,-0.9],[-1.967,-0.633],[-3.467,-0.567],[-4.367,-0.2],[-4.967,-0.167],[-5.223,-2.748],[-0.275,-0.15],[-0.8,-0.267],[-0.533,-0.367],[-0.4,0.033],[-0.733,0.733],[-1.2,1.5],[-0.9,2.067],[0.567,5.233],[2.033,4.933]],"o":[[-3.6,-4.767],[-2.767,-0.733],[-2.033,-0.1],[-4.633,0.367],[-2.933,0.133],[-4.8,-0.3],[-0.6,0],[-0.2,0.1],[0,0],[-0.039,0.072],[-0.933,1.067],[-0.4,1.1],[-0.267,0.733],[-0.7,1.4],[-0.3,0.833],[-0.167,0.733],[-0.667,2.867],[-0.3,0.8],[-0.567,1.433],[-0.067,0.733],[0.058,0.039],[0.157,0.228],[2.8,2.167],[1.333,0.667],[4.2,1.467],[3,0.533],[2.5,0.133],[8.844,0.485],[0.158,0.183],[0.367,0.2],[0.3,0.167],[0.467,0.3],[0.533,0],[2.167,-2.167],[1.733,-2.133],[1.833,-4.067],[-0.433,-4.2],[-1.267,-3.233]],"v":[[34.9,-18.442],[17.65,-28.442],[9.4,-29.742],[1.7,-29.492],[-6,-28.891],[-16.75,-29.041],[-27.55,-29.692],[-28.85,-29.541],[-29.3,-29.041],[-29.35,-29.041],[-29.5,-28.842],[-31.9,-24.342],[-33.55,-19.342],[-34.95,-16.092],[-36.4,-12.842],[-37.3,-9.641],[-38.05,-6.342],[-40.6,1.758],[-42.05,5.359],[-43.1,9.109],[-42.7,10.558],[-42.55,10.658],[-41.8,11.408],[-34.95,16.008],[-30,17.959],[-18.5,21.008],[-7.45,22.109],[3.75,22.558],[24.85,27.408],[25.5,27.908],[27.25,28.609],[28.5,29.408],[29.8,29.808],[31.7,28.709],[36.75,23.209],[40.7,16.908],[42.6,2.959],[38.9,-10.742]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[314.5,131.242],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.267,0.6],[3.367,0.633],[0,0],[0.533,0.367],[0.467,0.733],[3.888,4.478],[0.113,0.272],[0.333,0.2],[0.337,0.036],[0.261,0.295],[0.016,0.015],[0.72,-0.137],[0.004,-0.043],[0.498,-0.167],[2.967,-0.867],[1.7,-0.5],[2.033,-0.933],[0.267,-0.567],[-0.165,-0.488],[0.101,-0.224],[0.167,-0.3],[0.533,-0.967],[0,0],[0,0],[0,0],[0.4,-0.533],[0.9,-1.533],[0.067,-0.333],[-0.251,-0.377],[0.103,-0.127],[-0.067,-0.433],[-1.733,-0.133],[-8.1,-0.333],[-4.033,-0.733],[-0.433,-0.4],[-0.3,-1],[-0.8,-2.9],[-0.6,-1.333],[-0.633,-1.233],[-0.2,-0.8],[-0.167,-1.367],[-0.2,-0.667],[-0.633,-1.3],[-0.167,-0.7],[-0.133,-1],[-0.333,-0.5],[-1.033,-0.4],[-1.3,-0.2],[-8.067,-2.567],[-3.8,-0.8],[-0.9,0.367],[-1.167,1.733],[-3,3.1],[-1.267,1.733],[-1.3,1.933],[-1.167,0.833],[-0.267,0.3],[0.1,0.6],[0.433,0.4],[0.667,0.433],[2.6,2.667],[1.467,1.533],[2.033,1.8]],"o":[[-1.3,-0.633],[0,0],[-1.3,-0.2],[-0.533,-0.333],[-3.912,-5.089],[0.047,-0.261],[-0.133,-0.367],[-0.296,-0.197],[-0.239,-0.305],[-0.017,-0.019],[-0.713,0.13],[0.004,0.057],[-0.269,0.067],[-3.067,1.133],[-3.433,0.9],[-3,0.833],[-1,0.467],[-0.199,0.445],[-0.099,0.176],[-0.567,1.267],[-0.267,0.5],[0,0],[0,0],[0,0],[-0.067,0.167],[-0.433,0.567],[-0.367,0.667],[-0.118,0.59],[-0.097,0.107],[-0.3,0.4],[0.2,1.033],[2.933,0.333],[6.933,0.267],[1.1,0.2],[0.533,0.433],[0.3,0.867],[0.633,2.367],[0.3,0.633],[0.533,1.1],[0.167,0.633],[0.167,1.3],[0.167,0.6],[0.567,1.2],[0.1,0.467],[0.133,0.833],[0.5,0.733],[0.7,0.233],[4.7,0.733],[8.933,2.833],[1.9,0.333],[0.933,-0.367],[1.267,-1.767],[3.033,-3.167],[0.7,-0.9],[1.2,-1.6],[0.833,-0.6],[0.567,-0.567],[-0.033,-0.467],[-0.233,-0.233],[-1.6,-1],[-2.933,-3.167],[-2.6,-2.7],[-1.967,-1.7]],"v":[[34.484,-13.492],[27.484,-15.391],[-5.216,-20.992],[-7.966,-21.841],[-9.466,-23.441],[-21.167,-37.791],[-21.266,-38.591],[-21.966,-39.441],[-22.917,-39.791],[-23.667,-40.691],[-23.716,-40.742],[-25.866,-40.341],[-25.866,-40.191],[-27.016,-39.841],[-36.066,-36.841],[-43.766,-34.742],[-51.316,-32.091],[-53.216,-30.541],[-53.266,-29.141],[-53.566,-28.541],[-54.667,-26.191],[-55.866,-23.992],[-56.366,-22.992],[-56.966,-22.091],[-57.466,-21.091],[-58.166,-20.041],[-60.166,-16.891],[-60.816,-15.391],[-60.616,-13.941],[-60.916,-13.591],[-61.266,-12.341],[-58.366,-10.591],[-41.816,-9.591],[-25.366,-8.091],[-23.066,-7.191],[-21.816,-5.041],[-20.167,0.609],[-18.316,6.159],[-16.917,8.959],[-15.816,11.809],[-15.316,14.809],[-14.766,17.758],[-13.566,20.609],[-12.466,23.459],[-12.116,25.659],[-11.417,27.659],[-9.116,29.359],[-6.116,30.008],[13.034,34.959],[32.134,40.409],[36.333,40.359],[39.484,37.209],[45.884,29.909],[52.333,22.559],[55.333,18.309],[58.884,14.659],[60.534,13.309],[61.234,11.559],[60.534,10.258],[59.184,9.258],[52.884,3.758],[46.284,-3.291],[39.333,-10.041]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[312.366,242.692],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.464,0.273],[2.476,-1.862],[4.75,-3.422],[-0.033,-0.017],[0.012,-0.135],[0,0],[-0.198,-0.422],[-0.085,-0.358],[0,0],[-1.433,-8.733],[-0.033,-11.767],[0.333,-6.167],[0.4,-6.933],[-0.267,-0.567],[-0.055,-0.114],[-1.121,-1.175],[-7.867,-5.767],[-1.3,-0.867],[-6.667,-2.767],[-0.633,0.133],[-0.205,0.167],[-0.506,-0.043],[-2.2,0.667],[-2.767,1.133],[-1.633,0.567],[-2.4,0.733],[0,0],[-0.307,0.135],[-0.175,-0.025],[-0.567,0.2],[-0.967,0.4],[-0.633,0.167],[0,0],[-0.3,0.267],[-0.113,0.285],[0.557,2.063],[1.493,4.857],[0.942,1.25],[1.232,1.176],[0.933,0.8],[2.8,2.233],[1.333,1.167],[4.7,4.5],[0,0],[0.55,0.679],[0.339,0.307],[1.633,1.8],[1.815,2.197],[0.171,0.109],[0.333,2.733],[0,0],[1.767,8.633],[0.167,2.033],[0.098,1.964],[0.366,2.344],[0.029,0.033],[0.867,1.167],[2.667,5.1],[1.967,2.133]],"o":[[-1.991,1.738],[-2.45,1.845],[0.067,0.05],[0.012,0.131],[0,0],[-0.065,0.578],[0.015,0.342],[0,0],[3.767,17.267],[2.367,14.5],[0,4.233],[-0.2,3.433],[-0.067,1.2],[0.045,0.119],[-0.155,0.825],[4.8,4.867],[2.533,1.867],[5.933,4],[1.133,0.467],[0.295,-0.066],[0.394,0.124],[1.767,0.1],[1.033,-0.333],[2.1,-0.9],[1.9,-0.7],[0,0],[0.393,-0.131],[0.158,0.041],[0.633,0.067],[0.267,-0.067],[0.8,-0.4],[0,0],[0.667,-0.2],[0.221,-0.181],[-0.943,-3.804],[-1.241,-4.743],[-0.691,-0.95],[-1.235,-1.157],[-4.267,-4.033],[-1.433,-1.233],[-2.933,-2.333],[-2.467,-2.1],[0,0],[-0.817,-0.787],[-0.361,-0.327],[-1.167,-1.1],[-3.119,-3.436],[-0.163,-0.058],[-1.233,-0.867],[0,0],[-1.1,-8.267],[-1,-4.9],[-0.135,-1.169],[-0.667,-2.689],[-0.005,-0.034],[-1.9,-2.2],[-1.167,-1.633],[-2.267,-4.333],[-0.503,-0.527]],"v":[[-39.143,-98.517],[-45.843,-93.116],[-56.643,-85.216],[-56.493,-85.116],[-56.493,-84.716],[-56.743,-83.966],[-56.543,-82.466],[-56.393,-81.417],[-48.993,-47.866],[-41.193,-8.866],[-37.593,30.534],[-38.093,46.133],[-38.993,61.684],[-38.693,64.333],[-38.543,64.684],[-37.093,67.684],[-18.093,83.633],[-12.343,87.733],[6.557,97.883],[9.207,98.383],[9.957,98.033],[11.307,98.283],[17.257,97.434],[22.957,95.233],[28.557,93.033],[35.007,90.883],[42.757,88.434],[43.807,88.033],[44.307,88.133],[46.107,87.934],[47.957,87.233],[50.107,86.383],[54.857,85.133],[56.307,84.434],[56.807,83.733],[54.557,74.934],[50.457,60.533],[48.007,57.233],[44.307,53.733],[36.507,46.483],[30.158,41.284],[23.757,36.034],[13.007,26.134],[7.057,20.434],[5.007,18.233],[3.957,17.284],[-0.243,12.934],[-7.643,4.483],[-8.143,4.234],[-10.493,-1.167],[-13.443,-24.366],[-17.743,-49.716],[-19.493,-60.116],[-19.843,-64.816],[-21.393,-72.366],[-21.443,-72.466],[-25.593,-77.517],[-31.343,-87.616],[-37.693,-97.316]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[188.193,286.566],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4"}],"ip":11,"op":12,"st":11,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"11 Outlines","parent":26,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[251.725,276.37,0]},"a":{"k":[251.725,276.37,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.067,0],[0,0.867],[2.4,0.433],[0,0],[11.433,-0.067],[0.333,-1.033],[-0.767,-0.6],[-0.233,-5.833],[-0.367,-5.167],[0,0],[-0.8,-4.467],[-1.233,-3.967],[-1.2,-0.2],[-0.567,0.4],[-0.167,0.667],[-0.033,0.233],[-0.1,0.1],[0,0],[0.533,0.733]],"o":[[0.7,-0.4],[-0.033,-1.333],[0,0],[-13.333,-2.2],[-2.033,0.067],[-0.2,0.867],[-0.433,5.133],[0.1,2.567],[0,0],[0.5,7.767],[0.667,3.733],[0.633,2.067],[0.6,0.033],[0.533,-0.467],[0.067,-0.2],[0.1,-0.133],[0,0],[1.167,-1.5],[0,-0.067]],"v":[[48.425,-42.658],[49.475,-44.558],[45.825,-47.208],[-8.575,-57.308],[-45.725,-60.508],[-49.275,-58.858],[-48.425,-56.658],[-48.725,-40.208],[-48.025,-28.608],[-43.725,27.242],[-41.775,45.592],[-38.925,57.142],[-36.175,60.542],[-34.425,59.992],[-33.375,58.292],[-33.225,57.642],[-32.925,57.292],[47.575,-39.208],[48.525,-42.558]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[337.375,391.458],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.3,0.6],[1.433,2.267],[0,0],[1.967,1.967],[4.633,2.933],[0,0],[2.233,0.533],[3.3,0.233],[9.6,-1.333],[4.833,0.3],[5.333,2.1],[0.333,-0.233],[-0.267,-0.567],[0,0],[0,-0.033],[-0.067,-2.5],[-0.233,-4],[0,-4.433],[-0.567,-6.267],[-0.267,-1.267],[-0.867,0],[-0.133,0.033],[0,0],[-2.2,-0.767],[-8.733,0.4],[-2,0.4],[-2.233,0.733],[-2.533,0.9],[-5.133,1.533],[0,0],[-3.933,0.567],[-4.8,0.2],[-1.967,-0.3],[-0.467,0.1],[1.867,4.733]],"o":[[-0.5,-1.033],[0,0],[-2.733,-4.367],[-1.867,-1.867],[0,0],[-2.133,-0.8],[-2.733,-0.633],[-4.8,-0.267],[-9.6,1.333],[-5.733,-0.367],[-0.7,-0.267],[-0.433,0.267],[0,0],[-0.033,0],[-0.4,1.867],[0,0.367],[0.133,2.233],[0,12.567],[0.267,2.667],[0.3,1.467],[0.133,0],[0,0],[1.233,1.067],[6.7,2.367],[2.8,-0.1],[1.667,-0.333],[1.267,-0.433],[2.5,-0.9],[0,0],[6.833,-2.133],[2.367,-0.367],[3.333,-0.167],[0.433,0.3],[-1.133,-3.333],[-1.033,-2.467]],"v":[[48.309,0.916],[45.408,-4.033],[39.858,-12.734],[32.809,-22.234],[23.059,-29.433],[23.008,-29.433],[16.458,-31.433],[7.408,-32.734],[-14.191,-31.133],[-35.842,-29.584],[-52.441,-33.283],[-53.992,-33.334],[-54.242,-32.084],[-54.191,-32.033],[-54.242,-31.984],[-54.742,-25.433],[-54.392,-18.883],[-54.191,-8.883],[-53.342,19.367],[-52.542,25.266],[-50.792,27.467],[-50.392,27.416],[-50.342,27.467],[-45.191,30.217],[-22.042,33.166],[-14.842,32.416],[-8.992,30.817],[-3.292,28.817],[8.158,25.166],[18.608,22.016],[34.758,17.967],[45.508,17.117],[53.458,17.317],[54.809,17.617],[50.309,5.516]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[322.091,134.234],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.267,0.6],[3.367,0.633],[0,0],[0.533,0.367],[0.467,0.733],[3.888,4.478],[0.113,0.272],[0.333,0.2],[0.337,0.036],[0.261,0.295],[0.016,0.015],[0.72,-0.137],[0.004,-0.043],[0.498,-0.167],[2.967,-0.867],[1.7,-0.5],[2.033,-0.933],[0.267,-0.567],[-0.165,-0.488],[0.101,-0.224],[0.167,-0.3],[0.533,-0.967],[0,0],[0,0],[0,0],[0.4,-0.533],[0.9,-1.533],[0.067,-0.333],[-0.251,-0.377],[0.103,-0.127],[-0.067,-0.433],[-1.733,-0.133],[-8.1,-0.333],[-4.033,-0.733],[-0.433,-0.4],[-0.3,-1],[-0.8,-2.9],[-0.6,-1.333],[-0.633,-1.233],[-0.2,-0.8],[-0.167,-1.367],[-0.2,-0.667],[-0.633,-1.3],[-0.167,-0.7],[-0.133,-1],[-0.333,-0.5],[-1.033,-0.4],[-1.3,-0.2],[-8.067,-2.567],[-3.8,-0.8],[-0.9,0.367],[-1.167,1.733],[-3,3.1],[-1.267,1.733],[-1.3,1.933],[-1.167,0.833],[-0.267,0.3],[0.1,0.6],[0.433,0.4],[0.667,0.433],[2.6,2.667],[1.467,1.533],[2.033,1.8]],"o":[[-1.3,-0.633],[0,0],[-1.3,-0.2],[-0.533,-0.333],[-3.912,-5.089],[0.047,-0.261],[-0.133,-0.367],[-0.296,-0.197],[-0.239,-0.305],[-0.017,-0.019],[-0.713,0.13],[0.004,0.057],[-0.269,0.067],[-3.067,1.133],[-3.433,0.9],[-3,0.833],[-1,0.467],[-0.199,0.445],[-0.099,0.176],[-0.567,1.267],[-0.267,0.5],[0,0],[0,0],[0,0],[-0.067,0.167],[-0.433,0.567],[-0.367,0.667],[-0.118,0.59],[-0.097,0.107],[-0.3,0.4],[0.2,1.033],[2.933,0.333],[6.933,0.267],[1.1,0.2],[0.533,0.433],[0.3,0.867],[0.633,2.367],[0.3,0.633],[0.533,1.1],[0.167,0.633],[0.167,1.3],[0.167,0.6],[0.567,1.2],[0.1,0.467],[0.133,0.833],[0.5,0.733],[0.7,0.233],[4.7,0.733],[8.933,2.833],[1.9,0.333],[0.933,-0.367],[1.267,-1.767],[3.033,-3.167],[0.7,-0.9],[1.2,-1.6],[0.833,-0.6],[0.567,-0.567],[-0.033,-0.467],[-0.233,-0.233],[-1.6,-1],[-2.933,-3.167],[-2.6,-2.7],[-1.967,-1.7]],"v":[[34.484,-13.492],[27.484,-15.391],[-5.216,-20.992],[-7.966,-21.841],[-9.466,-23.441],[-21.167,-37.791],[-21.266,-38.591],[-21.966,-39.441],[-22.917,-39.791],[-23.667,-40.691],[-23.716,-40.742],[-25.866,-40.341],[-25.866,-40.191],[-27.016,-39.841],[-36.066,-36.841],[-43.766,-34.742],[-51.316,-32.091],[-53.216,-30.541],[-53.266,-29.141],[-53.566,-28.541],[-54.667,-26.191],[-55.866,-23.992],[-56.366,-22.992],[-56.966,-22.091],[-57.466,-21.091],[-58.166,-20.041],[-60.166,-16.891],[-60.816,-15.391],[-60.616,-13.941],[-60.916,-13.591],[-61.266,-12.341],[-58.366,-10.591],[-41.816,-9.591],[-25.366,-8.091],[-23.066,-7.191],[-21.816,-5.041],[-20.167,0.609],[-18.316,6.159],[-16.917,8.959],[-15.816,11.809],[-15.316,14.809],[-14.766,17.758],[-13.566,20.609],[-12.466,23.459],[-12.116,25.659],[-11.417,27.659],[-9.116,29.359],[-6.116,30.008],[13.034,34.959],[32.134,40.409],[36.333,40.359],[39.484,37.209],[45.884,29.909],[52.333,22.559],[55.333,18.309],[58.884,14.659],[60.534,13.309],[61.234,11.559],[60.534,10.258],[59.184,9.258],[52.884,3.758],[46.284,-3.291],[39.333,-10.041]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[312.366,242.692],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.533,-0.233],[-0.3,-0.1],[-2.2,-6.167],[-2.567,-7.867],[-7.467,-17.467],[-13.333,-30.333],[-0.8,-2.433],[-0.667,-2.667],[-0.367,-1.233],[-1.567,-2.4],[-3.467,-3.2],[-8.567,-6.8],[-0.033,-0.167],[-1.2,-0.267],[-2.8,0.867],[-2.167,0.7],[-0.933,0.2],[-3.067,0.333],[-4.1,0.767],[0,0],[-0.5,0.267],[-0.1,-0.067],[-0.467,0.133],[-0.2,1.7],[0,0],[0,1.267],[-0.167,0],[-0.3,0.3],[0.3,0.867],[0.667,0.8],[4.4,3.4],[0,0],[6.933,4.767],[1.4,0.567],[0.4,0.4],[1.967,2],[1.033,0.9],[0.967,0.833],[0.9,1],[0.033,0.1],[0,0],[0.533,2.333],[0.667,1.8],[2.233,3.967],[0,0.033],[0.167,0.4],[0.733,1.067],[0.467,0.833],[0,0],[0.167,0.6],[0.267,0.167],[0.133,-0.033],[0,0],[0.067,0.133],[0.133,0.233],[0.4,-0.267],[1.567,-0.533],[3.267,-0.8],[0.333,-0.1],[2.967,-1.3]],"o":[[0.233,0.2],[2.2,4.5],[1.367,3.9],[4.533,13.5],[0.067,0.133],[1.667,3.767],[0.433,1.4],[0.7,2.833],[1.133,3.5],[1.433,2.2],[7.233,6.8],[-0.033,0.133],[0.033,0.733],[1.9,0.4],[0.1,-0.033],[1.367,-0.467],[0.567,-0.133],[1.267,-0.133],[0,0],[1.1,-0.233],[0.067,0.033],[0.5,0.3],[0.867,-0.3],[0,0],[0.233,-2.267],[0.167,0.033],[0.533,-0.033],[0.567,-0.567],[-0.167,-0.5],[-1.867,-2.067],[0,0],[-12.2,-9.433],[-2,-1.4],[-0.5,-0.433],[-0.567,-0.567],[-1.533,-1.6],[-1.967,-1.633],[-1.433,-1.2],[-0.033,-0.1],[0,0],[-1.8,-6.633],[-1.1,-4.8],[-0.8,-2.133],[-0.033,0],[-0.233,-0.833],[-0.233,-0.633],[-0.9,-1.633],[0,0],[-0.267,-0.667],[-0.133,-0.467],[-0.133,-0.1],[0,0],[-0.533,-0.7],[-0.2,-0.433],[-0.3,0.267],[-0.767,0.5],[-6.333,2.2],[-4.2,1.033],[-1.6,0.5],[-0.6,0.267]],"v":[[-70.425,-87.725],[-69.625,-87.275],[-63.025,-71.275],[-57.125,-53.625],[-39.125,-7.175],[-19.025,38.525],[-15.325,47.825],[-13.675,53.925],[-12.075,60.025],[-8.025,68.875],[-0.675,76.975],[23.025,97.375],[23.025,97.825],[24.875,99.325],[31.925,98.625],[35.325,97.525],[38.775,96.525],[44.225,95.825],[52.275,94.475],[59.425,93.075],[61.825,92.325],[62.075,92.475],[63.525,92.725],[65.125,89.725],[67.625,67.775],[67.975,62.475],[68.475,62.525],[69.725,62.025],[70.125,59.875],[68.875,57.925],[59.475,49.725],[49.625,42.125],[20.925,20.825],[15.825,17.875],[14.475,16.625],[10.675,12.775],[6.825,9.025],[2.425,5.325],[-1.075,2.025],[-1.175,1.725],[-14.625,-47.525],[-18.125,-60.975],[-20.775,-70.875],[-25.325,-80.025],[-25.375,-80.075],[-25.975,-81.925],[-27.425,-84.475],[-29.475,-88.175],[-32.525,-93.525],[-33.175,-95.425],[-33.775,-96.375],[-34.175,-96.475],[-34.725,-97.475],[-35.625,-98.725],[-36.125,-99.725],[-37.175,-98.925],[-40.675,-97.375],[-55.075,-92.875],[-61.875,-91.175],[-68.725,-88.475]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[187.025,284.475],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4"}],"ip":12,"op":13,"st":12.4583333333333,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"12 Outlines","parent":26,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[246.029,281.206,0]},"a":{"k":[246.029,281.206,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.333,0.433],[3.933,0.4],[7.633,0.467],[2.233,0.267],[2.267,0.333],[4.533,0.1],[3.233,0.3],[0,0],[0.5,-0.533],[-0.033,-0.5],[-0.2,-0.333],[0,-0.1],[-0.733,-2],[-0.867,-2.233],[0,-3.067],[0.167,-3.533],[-0.733,-6.333],[0,0],[-0.5,-3.567],[-1.033,-4.733],[-1.067,-0.2],[0,0],[-0.067,-0.2],[-0.233,-0.2],[-0.433,-0.1],[-0.4,0.2],[-0.133,0.433],[-0.033,0.233],[-0.233,0.033],[-0.5,0.133],[-3.7,4.633],[-0.267,0.5],[-4.633,4.2],[-0.5,0.4],[-10.7,14.033],[-0.433,0.5],[0,0],[-1.4,2.633],[0.567,0.567],[0.433,-0.1],[0,0]],"o":[[-1.9,-0.6],[-15.267,-1.6],[-6.133,-0.367],[-4.567,-0.7],[-4.467,-0.667],[-2.167,-0.267],[0,0],[-1.267,-0.133],[-0.3,0.3],[0,0.4],[-0.033,0.1],[-0.1,1.433],[0.433,1.1],[0.667,2.133],[0.033,1.767],[-0.033,3.267],[0,0],[0.833,7.233],[0.833,6.033],[0.467,2.033],[0,0],[-0.033,0.4],[0.1,0.2],[0.233,0.233],[0.433,0.067],[0.4,-0.233],[0.033,-0.067],[0.2,0],[0.533,-0.067],[3.467,-4.3],[0.633,-1.367],[2.4,-4.467],[0.533,-0.467],[6.133,-7.967],[0.533,-0.7],[0,0],[3.2,-5.067],[0.7,-1.3],[-0.333,-0.333],[0,0],[-0.033,-0.8]],"v":[[47.933,-53.867],[39.183,-55.367],[4.833,-58.467],[-7.717,-59.417],[-17.967,-60.967],[-31.467,-62.117],[-39.567,-62.967],[-48.617,-63.767],[-51.267,-63.167],[-51.667,-61.967],[-51.367,-60.867],[-51.417,-60.567],[-50.467,-55.417],[-48.517,-50.417],[-47.517,-42.617],[-47.717,-34.667],[-46.667,-20.267],[-41.267,25.533],[-39.267,41.733],[-36.467,57.883],[-34.167,61.233],[-34.167,61.833],[-34.117,62.733],[-33.617,63.333],[-32.617,63.833],[-31.367,63.633],[-30.567,62.633],[-30.467,62.183],[-29.817,62.133],[-28.267,61.833],[-17.517,48.433],[-16.167,45.633],[-5.617,32.633],[-4.067,31.333],[21.183,-1.667],[22.633,-3.467],[44.033,-37.217],[50.933,-48.767],[51.133,-51.567],[49.983,-51.917],[49.983,-52.017]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[337.767,397.817],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.3,0.6],[1.433,2.267],[0,0],[1.967,1.967],[4.633,2.933],[0,0],[2.233,0.533],[3.3,0.233],[9.6,-1.333],[4.833,0.3],[5.333,2.1],[0.333,-0.233],[-0.267,-0.567],[0,0],[0,-0.033],[-0.067,-2.5],[-0.233,-4],[0,-4.433],[-0.567,-6.267],[-0.267,-1.267],[-0.867,0],[-0.133,0.033],[0,0],[-2.2,-0.767],[-8.733,0.4],[-2,0.4],[-2.233,0.733],[-2.533,0.9],[-5.133,1.533],[0,0],[-3.933,0.567],[-4.8,0.2],[-1.967,-0.3],[-0.467,0.1],[1.867,4.733]],"o":[[-0.5,-1.033],[0,0],[-2.733,-4.367],[-1.867,-1.867],[0,0],[-2.133,-0.8],[-2.733,-0.633],[-4.8,-0.267],[-9.6,1.333],[-5.733,-0.367],[-0.7,-0.267],[-0.433,0.267],[0,0],[-0.033,0],[-0.4,1.867],[0,0.367],[0.133,2.233],[0,12.567],[0.267,2.667],[0.3,1.467],[0.133,0],[0,0],[1.233,1.067],[6.7,2.367],[2.8,-0.1],[1.667,-0.333],[1.267,-0.433],[2.5,-0.9],[0,0],[6.833,-2.133],[2.367,-0.367],[3.333,-0.167],[0.433,0.3],[-1.133,-3.333],[-1.033,-2.467]],"v":[[48.309,0.916],[45.408,-4.033],[39.858,-12.734],[32.809,-22.234],[23.059,-29.433],[23.008,-29.433],[16.458,-31.433],[7.408,-32.734],[-14.191,-31.133],[-35.842,-29.584],[-52.441,-33.283],[-53.992,-33.334],[-54.242,-32.084],[-54.191,-32.033],[-54.242,-31.984],[-54.742,-25.433],[-54.392,-18.883],[-54.191,-8.883],[-53.342,19.367],[-52.542,25.266],[-50.792,27.467],[-50.392,27.416],[-50.342,27.467],[-45.191,30.217],[-22.042,33.166],[-14.842,32.416],[-8.992,30.817],[-3.292,28.817],[8.158,25.166],[18.608,22.016],[34.758,17.967],[45.508,17.117],[53.458,17.317],[54.809,17.617],[50.309,5.516]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[322.091,134.234],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.267,0.6],[3.367,0.633],[0,0],[0.533,0.367],[0.467,0.733],[3.888,4.478],[0.113,0.272],[0.333,0.2],[0.337,0.036],[0.261,0.295],[0.016,0.015],[0.72,-0.137],[0.004,-0.043],[0.498,-0.167],[2.967,-0.867],[1.7,-0.5],[2.033,-0.933],[0.267,-0.567],[-0.165,-0.488],[0.101,-0.224],[0.167,-0.3],[0.533,-0.967],[0,0],[0,0],[0,0],[0.4,-0.533],[0.9,-1.533],[0.067,-0.333],[-0.251,-0.377],[0.103,-0.127],[-0.067,-0.433],[-1.733,-0.133],[-8.1,-0.333],[-4.033,-0.733],[-0.433,-0.4],[-0.3,-1],[-0.8,-2.9],[-0.6,-1.333],[-0.633,-1.233],[-0.2,-0.8],[-0.167,-1.367],[-0.2,-0.667],[-0.633,-1.3],[-0.167,-0.7],[-0.133,-1],[-0.333,-0.5],[-1.033,-0.4],[-1.3,-0.2],[-8.067,-2.567],[-3.8,-0.8],[-0.9,0.367],[-1.167,1.733],[-3,3.1],[-1.267,1.733],[-1.3,1.933],[-1.167,0.833],[-0.267,0.3],[0.1,0.6],[0.433,0.4],[0.667,0.433],[2.6,2.667],[1.467,1.533],[2.033,1.8]],"o":[[-1.3,-0.633],[0,0],[-1.3,-0.2],[-0.533,-0.333],[-3.912,-5.089],[0.047,-0.261],[-0.133,-0.367],[-0.296,-0.197],[-0.239,-0.305],[-0.017,-0.019],[-0.713,0.13],[0.004,0.057],[-0.269,0.067],[-3.067,1.133],[-3.433,0.9],[-3,0.833],[-1,0.467],[-0.199,0.445],[-0.099,0.176],[-0.567,1.267],[-0.267,0.5],[0,0],[0,0],[0,0],[-0.067,0.167],[-0.433,0.567],[-0.367,0.667],[-0.118,0.59],[-0.097,0.107],[-0.3,0.4],[0.2,1.033],[2.933,0.333],[6.933,0.267],[1.1,0.2],[0.533,0.433],[0.3,0.867],[0.633,2.367],[0.3,0.633],[0.533,1.1],[0.167,0.633],[0.167,1.3],[0.167,0.6],[0.567,1.2],[0.1,0.467],[0.133,0.833],[0.5,0.733],[0.7,0.233],[4.7,0.733],[8.933,2.833],[1.9,0.333],[0.933,-0.367],[1.267,-1.767],[3.033,-3.167],[0.7,-0.9],[1.2,-1.6],[0.833,-0.6],[0.567,-0.567],[-0.033,-0.467],[-0.233,-0.233],[-1.6,-1],[-2.933,-3.167],[-2.6,-2.7],[-1.967,-1.7]],"v":[[34.484,-13.492],[27.484,-15.391],[-5.216,-20.992],[-7.966,-21.841],[-9.466,-23.441],[-21.167,-37.791],[-21.266,-38.591],[-21.966,-39.441],[-22.917,-39.791],[-23.667,-40.691],[-23.716,-40.742],[-25.866,-40.341],[-25.866,-40.191],[-27.016,-39.841],[-36.066,-36.841],[-43.766,-34.742],[-51.316,-32.091],[-53.216,-30.541],[-53.266,-29.141],[-53.566,-28.541],[-54.667,-26.191],[-55.866,-23.992],[-56.366,-22.992],[-56.966,-22.091],[-57.466,-21.091],[-58.166,-20.041],[-60.166,-16.891],[-60.816,-15.391],[-60.616,-13.941],[-60.916,-13.591],[-61.266,-12.341],[-58.366,-10.591],[-41.816,-9.591],[-25.366,-8.091],[-23.066,-7.191],[-21.816,-5.041],[-20.167,0.609],[-18.316,6.159],[-16.917,8.959],[-15.816,11.809],[-15.316,14.809],[-14.766,17.758],[-13.566,20.609],[-12.466,23.459],[-12.116,25.659],[-11.417,27.659],[-9.116,29.359],[-6.116,30.008],[13.034,34.959],[32.134,40.409],[36.333,40.359],[39.484,37.209],[45.884,29.909],[52.333,22.559],[55.333,18.309],[58.884,14.659],[60.534,13.309],[61.234,11.559],[60.534,10.258],[59.184,9.258],[52.884,3.758],[46.284,-3.291],[39.333,-10.041]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[312.366,242.692],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.233,-0.333],[-0.367,-0.167],[-0.681,0.017],[-0.133,-0.242],[0,0],[-3.7,-5.833],[-0.6,-1],[-3.1,-6.2],[-1.633,-2.833],[-2.8,-4],[-3.567,-4.867],[0,0],[-0.575,0.155],[-0.495,-0.275],[-0.667,-0.067],[-1.2,0.067],[-1.333,0.267],[-4.333,0.467],[-4.933,0.467],[-0.5,0.2],[-0.233,0.7],[0.067,0.312],[-0.582,2.755],[-0.2,1.867],[0.067,3.8],[-0.4,1.767],[-0.592,1.641],[-0.125,-0.084],[-0.088,0.262],[-0.2,0.5],[0.381,0.406],[0,0],[0,0],[0,0],[0.825,0.668],[4.567,3.3],[13.1,12.367],[0.933,0.767],[1.627,1.027],[0.058,0.211],[0,0],[3.467,9.667],[1.3,2.733],[0.359,0.425],[1.133,0],[2,-0.5],[2.4,-0.8],[7.633,-2.367],[0,0],[0.167,-0.733]],"o":[[0.2,0.333],[0.353,0.151],[0.1,0.258],[0,0],[4.867,8.867],[2.467,3.733],[2,3.233],[3.367,6.633],[1.933,3.333],[1.567,2.2],[0,0],[0.691,0.921],[0.105,0.391],[0.4,0.2],[1.9,0.233],[1.133,-0.1],[3.067,-0.533],[2.467,-0.233],[1.1,-0.133],[0.9,-0.367],[0.133,-0.321],[1.151,-1.245],[0.4,-1.767],[0.067,-0.967],[-0.067,-2.933],[0.208,-0.892],[0.175,0.116],[0.079,-0.338],[0.467,-0.967],[-0.353,-0.294],[0,0],[0,0],[0,0],[-0.909,-0.799],[-1.8,-1.433],[-14.9,-10.7],[-2.633,-2.5],[-1.807,-1.573],[-0.042,-0.189],[0,0],[-5.367,-17.9],[-1.567,-4.433],[-0.275,-0.675],[-0.133,-0.667],[-1.633,0],[-1.133,0.267],[-4.467,1.5],[0,0],[-1.233,0.333],[-0.067,0.367]],"v":[[-77.766,-84.159],[-76.917,-83.409],[-75.367,-83.208],[-75.016,-82.458],[-27.516,2.492],[-14.667,24.542],[-10.066,31.642],[-2.417,45.792],[5.083,59.991],[12.184,70.991],[19.883,81.591],[32.034,98.042],[33.934,99.191],[34.833,100.191],[36.434,100.591],[41.084,100.841],[44.784,100.292],[55.883,98.792],[66.984,97.741],[69.383,97.241],[71.084,95.641],[71.184,94.691],[73.784,88.691],[74.684,83.241],[74.684,76.091],[75.184,69.042],[76.383,65.241],[76.833,65.542],[77.083,64.641],[78.083,62.441],[76.983,61.392],[72.734,56.741],[71.734,55.441],[71.434,54.841],[68.834,52.642],[59.284,45.542],[17.284,10.941],[11.934,6.042],[6.784,2.142],[6.633,1.542],[-7.816,-46.159],[-21.066,-87.508],[-25.367,-98.258],[-26.316,-99.909],[-28.217,-100.909],[-33.667,-100.159],[-38.967,-98.559],[-57.117,-92.758],[-75.917,-86.809],[-78.016,-85.208]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[180.816,281.359],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4"}],"ip":13,"op":14,"st":13,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"13 Outlines","parent":26,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[246.029,280.975,0]},"a":{"k":[246.029,280.975,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.333,0.433],[3.933,0.4],[7.633,0.467],[2.233,0.267],[2.267,0.333],[4.533,0.1],[3.233,0.3],[0,0],[0.5,-0.533],[-0.033,-0.5],[-0.2,-0.333],[0,-0.1],[-0.733,-2],[-0.867,-2.233],[0,-3.067],[0.167,-3.533],[-0.733,-6.333],[0,0],[-0.5,-3.567],[-1.033,-4.733],[-1.067,-0.2],[0,0],[-0.067,-0.2],[-0.233,-0.2],[-0.433,-0.1],[-0.4,0.2],[-0.133,0.433],[-0.033,0.233],[-0.233,0.033],[-0.5,0.133],[-3.7,4.633],[-0.267,0.5],[-4.633,4.2],[-0.5,0.4],[-10.7,14.033],[-0.433,0.5],[0,0],[-1.4,2.633],[0.567,0.567],[0.433,-0.1],[0,0]],"o":[[-1.9,-0.6],[-15.267,-1.6],[-6.133,-0.367],[-4.567,-0.7],[-4.467,-0.667],[-2.167,-0.267],[0,0],[-1.267,-0.133],[-0.3,0.3],[0,0.4],[-0.033,0.1],[-0.1,1.433],[0.433,1.1],[0.667,2.133],[0.033,1.767],[-0.033,3.267],[0,0],[0.833,7.233],[0.833,6.033],[0.467,2.033],[0,0],[-0.033,0.4],[0.1,0.2],[0.233,0.233],[0.433,0.067],[0.4,-0.233],[0.033,-0.067],[0.2,0],[0.533,-0.067],[3.467,-4.3],[0.633,-1.367],[2.4,-4.467],[0.533,-0.467],[6.133,-7.967],[0.533,-0.7],[0,0],[3.2,-5.067],[0.7,-1.3],[-0.333,-0.333],[0,0],[-0.033,-0.8]],"v":[[47.933,-53.867],[39.183,-55.367],[4.833,-58.467],[-7.717,-59.417],[-17.967,-60.967],[-31.467,-62.117],[-39.567,-62.967],[-48.617,-63.767],[-51.267,-63.167],[-51.667,-61.967],[-51.367,-60.867],[-51.417,-60.567],[-50.467,-55.417],[-48.517,-50.417],[-47.517,-42.617],[-47.717,-34.667],[-46.667,-20.267],[-41.267,25.533],[-39.267,41.733],[-36.467,57.883],[-34.167,61.233],[-34.167,61.833],[-34.117,62.733],[-33.617,63.333],[-32.617,63.833],[-31.367,63.633],[-30.567,62.633],[-30.467,62.183],[-29.817,62.133],[-28.267,61.833],[-17.517,48.433],[-16.167,45.633],[-5.617,32.633],[-4.067,31.333],[21.183,-1.667],[22.633,-3.467],[44.033,-37.217],[50.933,-48.767],[51.133,-51.567],[49.983,-51.917],[49.983,-52.017]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[337.767,397.817],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2.1,3.7],[2.7,4.4],[0.933,1.133],[1.367,1.3],[0,0],[0.6,0.4],[1.967,0.733],[1.8,0.567],[2.333,0.3],[3.1,-0.067],[5.433,-0.267],[1.5,-0.167],[0,0],[5.433,-0.7],[0,0],[0.967,0],[0.367,-0.067],[0.113,-0.069],[0,0],[-0.067,-0.667],[-0.367,-1.467],[-0.067,-0.433],[-0.067,-1.867],[-0.1,-0.867],[-0.467,-2.367],[-1.233,-10.5],[-1.667,-4.6],[-0.833,-0.6],[-1.149,-0.217],[-0.825,-0.109],[-12.1,2.367],[-4.017,0.651],[-2.113,0.5],[-5.633,1.567],[-0.6,0.133],[-8.5,0.433],[-0.333,0.133],[0.033,0.567],[0.1,0.171],[0,0.414],[0.4,0.933]],"o":[[-1.233,-2.167],[-1.033,-1.733],[-0.733,-0.933],[0,0],[-1,-1],[-1.033,-0.733],[-3.167,-1.267],[-2.833,-0.9],[-1.933,-0.2],[-4.367,0.1],[-3,0.133],[0,0],[-0.9,0.133],[0,0],[-2.933,0.3],[-1.733,0],[-0.187,0.031],[0,0],[-0.433,0],[0.033,0.967],[0.467,1.967],[0.167,1.033],[0.1,2.033],[0.033,0.3],[0.4,2.067],[0.867,7.667],[0.567,1.667],[0.618,0.449],[0.542,-0.143],[7.033,0.667],[5.217,-1.016],[1.954,-0.433],[8.1,-1.933],[4.367,-1.233],[7.233,-1.767],[0.767,-0.067],[0.633,-0.333],[0,-0.195],[0.133,-0.286],[0,-0.533],[-1.333,-3.133]],"v":[[53.659,1.025],[47.758,-8.825],[44.809,-13.125],[41.659,-16.475],[32.559,-25.325],[30.159,-27.425],[25.659,-29.625],[18.208,-32.375],[10.458,-34.175],[2.909,-34.375],[-11.792,-33.825],[-18.542,-33.375],[-24.341,-32.525],[-33.841,-31.275],[-49.292,-29.475],[-55.142,-29.025],[-58.292,-28.925],[-58.742,-28.775],[-58.792,-28.775],[-59.341,-27.775],[-58.742,-24.125],[-57.941,-20.525],[-57.591,-16.175],[-57.292,-11.825],[-56.542,-7.825],[-54.091,11.025],[-50.292,29.425],[-48.191,32.825],[-45.542,33.825],[-43.492,33.775],[-14.792,31.225],[-0.941,28.725],[5.159,27.325],[25.758,22.075],[33.208,20.025],[56.809,16.725],[58.458,16.425],[59.358,15.075],[59.208,14.525],[59.409,13.475],[58.809,11.275]],"c":true}},"nm":"Path 1"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[-1.109,0.159],[0.936,-0.234],[0.383,-0.073]],"o":[[-0.631,-0.067],[-0.384,0.094],[1.225,-0.175]],"v":[[3.059,28.125],[0.708,28.375],[-0.441,28.625]],"c":true}},"nm":"Path 2"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[319.491,134.675],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.267,0.6],[3.367,0.633],[0,0],[0.533,0.367],[0.467,0.733],[3.888,4.478],[0.113,0.272],[0.333,0.2],[0.337,0.036],[0.261,0.295],[0.016,0.015],[0.72,-0.137],[0.004,-0.043],[0.498,-0.167],[2.967,-0.867],[1.7,-0.5],[2.033,-0.933],[0.267,-0.567],[-0.165,-0.488],[0.101,-0.224],[0.167,-0.3],[0.533,-0.967],[0,0],[0,0],[0,0],[0.4,-0.533],[0.9,-1.533],[0.067,-0.333],[-0.251,-0.377],[0.103,-0.127],[-0.067,-0.433],[-1.733,-0.133],[-8.1,-0.333],[-4.033,-0.733],[-0.433,-0.4],[-0.3,-1],[-0.8,-2.9],[-0.6,-1.333],[-0.633,-1.233],[-0.2,-0.8],[-0.167,-1.367],[-0.2,-0.667],[-0.633,-1.3],[-0.167,-0.7],[-0.133,-1],[-0.333,-0.5],[-1.033,-0.4],[-1.3,-0.2],[-8.067,-2.567],[-3.8,-0.8],[-0.9,0.367],[-1.167,1.733],[-3,3.1],[-1.267,1.733],[-1.3,1.933],[-1.167,0.833],[-0.267,0.3],[0.1,0.6],[0.433,0.4],[0.667,0.433],[2.6,2.667],[1.467,1.533],[2.033,1.8]],"o":[[-1.3,-0.633],[0,0],[-1.3,-0.2],[-0.533,-0.333],[-3.912,-5.089],[0.047,-0.261],[-0.133,-0.367],[-0.296,-0.197],[-0.239,-0.305],[-0.017,-0.019],[-0.713,0.13],[0.004,0.057],[-0.269,0.067],[-3.067,1.133],[-3.433,0.9],[-3,0.833],[-1,0.467],[-0.199,0.445],[-0.099,0.176],[-0.567,1.267],[-0.267,0.5],[0,0],[0,0],[0,0],[-0.067,0.167],[-0.433,0.567],[-0.367,0.667],[-0.118,0.59],[-0.097,0.107],[-0.3,0.4],[0.2,1.033],[2.933,0.333],[6.933,0.267],[1.1,0.2],[0.533,0.433],[0.3,0.867],[0.633,2.367],[0.3,0.633],[0.533,1.1],[0.167,0.633],[0.167,1.3],[0.167,0.6],[0.567,1.2],[0.1,0.467],[0.133,0.833],[0.5,0.733],[0.7,0.233],[4.7,0.733],[8.933,2.833],[1.9,0.333],[0.933,-0.367],[1.267,-1.767],[3.033,-3.167],[0.7,-0.9],[1.2,-1.6],[0.833,-0.6],[0.567,-0.567],[-0.033,-0.467],[-0.233,-0.233],[-1.6,-1],[-2.933,-3.167],[-2.6,-2.7],[-1.967,-1.7]],"v":[[34.484,-13.492],[27.484,-15.391],[-5.216,-20.992],[-7.966,-21.841],[-9.466,-23.441],[-21.167,-37.791],[-21.266,-38.591],[-21.966,-39.441],[-22.917,-39.791],[-23.667,-40.691],[-23.716,-40.742],[-25.866,-40.341],[-25.866,-40.191],[-27.016,-39.841],[-36.066,-36.841],[-43.766,-34.742],[-51.316,-32.091],[-53.216,-30.541],[-53.266,-29.141],[-53.566,-28.541],[-54.667,-26.191],[-55.866,-23.992],[-56.366,-22.992],[-56.966,-22.091],[-57.466,-21.091],[-58.166,-20.041],[-60.166,-16.891],[-60.816,-15.391],[-60.616,-13.941],[-60.916,-13.591],[-61.266,-12.341],[-58.366,-10.591],[-41.816,-9.591],[-25.366,-8.091],[-23.066,-7.191],[-21.816,-5.041],[-20.167,0.609],[-18.316,6.159],[-16.917,8.959],[-15.816,11.809],[-15.316,14.809],[-14.766,17.758],[-13.566,20.609],[-12.466,23.459],[-12.116,25.659],[-11.417,27.659],[-9.116,29.359],[-6.116,30.008],[13.034,34.959],[32.134,40.409],[36.333,40.359],[39.484,37.209],[45.884,29.909],[52.333,22.559],[55.333,18.309],[58.884,14.659],[60.534,13.309],[61.234,11.559],[60.534,10.258],[59.184,9.258],[52.884,3.758],[46.284,-3.291],[39.333,-10.041]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[312.366,242.692],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.233,-0.333],[-0.367,-0.167],[-0.681,0.017],[-0.133,-0.242],[0,0],[-3.7,-5.833],[-0.6,-1],[-3.1,-6.2],[-1.633,-2.833],[-2.8,-4],[-3.567,-4.867],[0,0],[-0.575,0.155],[-0.495,-0.275],[-0.667,-0.067],[-1.2,0.067],[-1.333,0.267],[-4.333,0.467],[-4.933,0.467],[-0.5,0.2],[-0.233,0.7],[0.067,0.312],[-0.582,2.755],[-0.2,1.867],[0.067,3.8],[-0.4,1.767],[-0.592,1.641],[-0.125,-0.084],[-0.088,0.262],[-0.2,0.5],[0.381,0.406],[0,0],[0,0],[0,0],[0.825,0.668],[4.567,3.3],[13.1,12.367],[0.933,0.767],[1.627,1.027],[0.058,0.211],[0,0],[3.467,9.667],[1.3,2.733],[0.359,0.425],[1.133,0],[2,-0.5],[2.4,-0.8],[7.633,-2.367],[0,0],[0.167,-0.733]],"o":[[0.2,0.333],[0.353,0.151],[0.1,0.258],[0,0],[4.867,8.867],[2.467,3.733],[2,3.233],[3.367,6.633],[1.933,3.333],[1.567,2.2],[0,0],[0.691,0.921],[0.105,0.391],[0.4,0.2],[1.9,0.233],[1.133,-0.1],[3.067,-0.533],[2.467,-0.233],[1.1,-0.133],[0.9,-0.367],[0.133,-0.321],[1.151,-1.245],[0.4,-1.767],[0.067,-0.967],[-0.067,-2.933],[0.208,-0.892],[0.175,0.116],[0.079,-0.338],[0.467,-0.967],[-0.353,-0.294],[0,0],[0,0],[0,0],[-0.909,-0.799],[-1.8,-1.433],[-14.9,-10.7],[-2.633,-2.5],[-1.807,-1.573],[-0.042,-0.189],[0,0],[-5.367,-17.9],[-1.567,-4.433],[-0.275,-0.675],[-0.133,-0.667],[-1.633,0],[-1.133,0.267],[-4.467,1.5],[0,0],[-1.233,0.333],[-0.067,0.367]],"v":[[-77.766,-84.159],[-76.917,-83.409],[-75.367,-83.208],[-75.016,-82.458],[-27.516,2.492],[-14.667,24.542],[-10.066,31.642],[-2.417,45.792],[5.083,59.991],[12.184,70.991],[19.883,81.591],[32.034,98.042],[33.934,99.191],[34.833,100.191],[36.434,100.591],[41.084,100.841],[44.784,100.292],[55.883,98.792],[66.984,97.741],[69.383,97.241],[71.084,95.641],[71.184,94.691],[73.784,88.691],[74.684,83.241],[74.684,76.091],[75.184,69.042],[76.383,65.241],[76.833,65.542],[77.083,64.641],[78.083,62.441],[76.983,61.392],[72.734,56.741],[71.734,55.441],[71.434,54.841],[68.834,52.642],[59.284,45.542],[17.284,10.941],[11.934,6.042],[6.784,2.142],[6.633,1.542],[-7.816,-46.159],[-21.066,-87.508],[-25.367,-98.258],[-26.316,-99.909],[-28.217,-100.909],[-33.667,-100.159],[-38.967,-98.559],[-57.117,-92.758],[-75.917,-86.809],[-78.016,-85.208]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[180.816,281.359],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4"}],"ip":14,"op":15,"st":14,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"14 Outlines","parent":26,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[249.752,296.877,0]},"a":{"k":[249.752,296.877,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.7,0.8],[2.733,0.2],[2.433,-0.367],[0.333,-0.067],[0.133,0.033],[1.8,-0.333],[17.467,-3.667],[8.9,-1.2],[0.733,-0.233],[0.7,-0.767],[-0.3,-1.667],[-0.633,-0.667],[0.233,-0.933],[0,0],[0.267,-2.467],[0,0],[0.1,-2.5],[0,0],[-0.267,-0.567],[-1.1,-0.333],[-0.1,-0.033],[-1.167,-1.433],[-11.167,-14.933],[-1.1,-2.3],[-0.067,-0.133],[-0.633,-0.533],[-0.867,-0.167],[-0.8,0.267],[-0.567,0.7],[0,0],[-1.233,1.233],[-3.233,3.6],[0,0],[-1.567,2.167],[-1.933,3.4],[-1.133,1.567],[-2.6,3],[0,0],[-0.433,0.967],[0.733,1.067],[0.267,0.233],[0.067,2.533],[0.367,3.667],[0,0],[0.3,1.533],[0.233,1.533],[0.067,1.733],[0.1,0.6]],"o":[[-1.133,-1.3],[-2.267,-0.2],[-0.367,0.067],[-0.133,-0.033],[-0.967,-0.233],[-6.167,1.067],[-14.8,3.1],[-1.533,0.2],[-1.233,0.367],[-1.033,1.133],[0.167,1.1],[-0.3,0.533],[0,0],[-0.7,2.7],[0,0],[-0.033,0.5],[0,0],[0,1.267],[0.4,0.967],[0.1,0.033],[0.467,1.033],[9.967,12.6],[3,4.067],[0.733,1.6],[0.533,0.967],[0.667,0.567],[0.9,0.2],[0.833,-0.3],[0,0],[1.033,-0.467],[2.167,-2.167],[0,0],[2.867,-3.133],[1.167,-1.6],[1.967,-3.4],[1.1,-1.533],[0,0],[1.167,-1.3],[0.6,-1.6],[-0.2,-0.3],[0.2,-2.133],[-0.067,-2.067],[0,0],[-0.433,-4.367],[-0.667,-3.067],[-0.233,-1.7],[-0.033,-1.9],[-0.2,-1.4]],"v":[[46.7,-60.025],[40.9,-62.275],[33.85,-62.025],[32.8,-61.825],[32.4,-61.925],[28.25,-61.775],[-7.2,-54.675],[-42.75,-48.225],[-46.15,-47.575],[-49.05,-45.875],[-50.15,-41.675],[-48.95,-39.025],[-49.75,-36.825],[-51.4,-30.825],[-52.85,-23.075],[-53.45,-17.075],[-53.65,-12.575],[-53.75,-3.025],[-53.35,-0.275],[-51.1,1.675],[-50.8,1.775],[-48.35,5.475],[-16.65,46.775],[-10.5,56.325],[-9.3,58.925],[-7.55,61.175],[-5.25,62.275],[-2.7,62.175],[-0.6,60.675],[-0.55,60.625],[2.85,58.075],[10.95,49.425],[17.65,41.975],[24.3,34.025],[28.95,26.525],[33.6,19.075],[39.15,12.275],[50.75,-0.975],[53.15,-4.375],[52.95,-8.375],[52.25,-9.175],[52.45,-16.175],[51.8,-24.775],[51.15,-32.075],[50.05,-40.925],[48.7,-47.825],[48.25,-52.975],[48.05,-56.725]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[345.45,431.075],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2.1,3.7],[2.7,4.4],[0.933,1.133],[1.367,1.3],[0,0],[0.6,0.4],[1.967,0.733],[1.8,0.567],[2.333,0.3],[3.1,-0.067],[5.433,-0.267],[1.5,-0.167],[0,0],[5.433,-0.7],[0,0],[0.967,0],[0.367,-0.067],[0.113,-0.069],[0,0],[-0.067,-0.667],[-0.367,-1.467],[-0.067,-0.433],[-0.067,-1.867],[-0.1,-0.867],[-0.467,-2.367],[-1.233,-10.5],[-1.667,-4.6],[-0.833,-0.6],[-1.149,-0.217],[-0.825,-0.109],[-12.1,2.367],[-4.017,0.651],[-2.113,0.5],[-5.633,1.567],[-0.6,0.133],[-8.5,0.433],[-0.333,0.133],[0.033,0.567],[0.1,0.171],[0,0.414],[0.4,0.933]],"o":[[-1.233,-2.167],[-1.033,-1.733],[-0.733,-0.933],[0,0],[-1,-1],[-1.033,-0.733],[-3.167,-1.267],[-2.833,-0.9],[-1.933,-0.2],[-4.367,0.1],[-3,0.133],[0,0],[-0.9,0.133],[0,0],[-2.933,0.3],[-1.733,0],[-0.187,0.031],[0,0],[-0.433,0],[0.033,0.967],[0.467,1.967],[0.167,1.033],[0.1,2.033],[0.033,0.3],[0.4,2.067],[0.867,7.667],[0.567,1.667],[0.618,0.449],[0.542,-0.143],[7.033,0.667],[5.217,-1.016],[1.954,-0.433],[8.1,-1.933],[4.367,-1.233],[7.233,-1.767],[0.767,-0.067],[0.633,-0.333],[0,-0.195],[0.133,-0.286],[0,-0.533],[-1.333,-3.133]],"v":[[53.659,1.025],[47.758,-8.825],[44.809,-13.125],[41.659,-16.475],[32.559,-25.325],[30.159,-27.425],[25.659,-29.625],[18.208,-32.375],[10.458,-34.175],[2.909,-34.375],[-11.792,-33.825],[-18.542,-33.375],[-24.341,-32.525],[-33.841,-31.275],[-49.292,-29.475],[-55.142,-29.025],[-58.292,-28.925],[-58.742,-28.775],[-58.792,-28.775],[-59.341,-27.775],[-58.742,-24.125],[-57.941,-20.525],[-57.591,-16.175],[-57.292,-11.825],[-56.542,-7.825],[-54.091,11.025],[-50.292,29.425],[-48.191,32.825],[-45.542,33.825],[-43.492,33.775],[-14.792,31.225],[-0.941,28.725],[5.159,27.325],[25.758,22.075],[33.208,20.025],[56.809,16.725],[58.458,16.425],[59.358,15.075],[59.208,14.525],[59.409,13.475],[58.809,11.275]],"c":true}},"nm":"Path 1"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[-1.109,0.159],[0.936,-0.234],[0.383,-0.073]],"o":[[-0.631,-0.067],[-0.384,0.094],[1.225,-0.175]],"v":[[3.059,28.125],[0.708,28.375],[-0.441,28.625]],"c":true}},"nm":"Path 2"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[319.491,134.675],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2.7,0.733],[3.233,0.4],[0,0],[0.987,0.818],[2,2.033],[1.1,0.933],[1.067,0.9],[0.933,1.433],[0.233,0.167],[0.222,0.059],[0.123,0.037],[0.8,-0.267],[2.2,-0.767],[0.967,-0.433],[0,0],[2.767,-1.067],[0.671,-0.279],[0.255,-0.071],[0.367,-0.533],[0.067,-0.333],[0.267,-0.9],[1.267,-2.767],[0,0],[0.467,-1.033],[0.033,-0.667],[-0.466,-0.384],[-0.06,-0.225],[-1,0],[0,0],[-5.167,-0.433],[-0.158,0.012],[-0.316,-0.857],[0,0],[-1.567,-3.467],[-0.633,-0.2],[-0.392,0.19],[-0.452,-0.209],[-2.6,-0.667],[0,0],[-2.367,-0.767],[-2,-0.7],[-1.197,-0.197],[-0.232,-0.087],[-0.533,0.3],[-0.165,0.199],[-0.134,0.181],[-0.097,0.161],[0,0],[-1.133,1.867],[0,0],[-0.081,0.223],[-0.177,0.257],[0.1,0.6],[0.833,0.967],[1.333,1.767],[0,0],[0.8,0.7],[0.222,0.157],[0.009,0.017],[0.867,0.7],[0.8,0.867],[0.433,0.367]],"o":[[-1.667,-0.433],[0,0],[-0.179,-0.682],[-1.067,-0.9],[-2,-2],[-2.2,-1.7],[-1.9,-1.567],[-0.633,-0.867],[-0.211,-0.141],[-0.111,-0.063],[-0.433,-0.1],[-2.033,0.633],[-1.233,0.4],[0,0],[-1.733,0.867],[-3.862,1.487],[-0.211,-0.038],[-0.433,0.133],[-0.267,0.367],[-0.033,0.067],[-0.767,3.2],[0,0],[-0.2,0.533],[-0.367,0.933],[-0.066,0.883],[-0.06,0.209],[0.167,0.5],[0,0],[10.333,-0.133],[0.209,0.012],[0.151,0.509],[0,0],[3.333,8.567],[0.5,1.133],[0.408,0.157],[0.315,0.191],[1.233,0.533],[0,0],[4.8,1.267],[1.033,0.333],[1.569,0.503],[0.135,0.179],[0.467,0.267],[0.202,-0.101],[0.166,-0.119],[0.103,-0.139],[0,0],[2.467,-3.533],[0,0],[0.152,-0.244],[0.256,-0.143],[0.367,-0.5],[-0.1,-0.467],[-0.2,-0.233],[0,0],[-0.567,-0.7],[-0.245,-0.176],[0.009,-0.016],[-0.2,-0.433],[-0.467,-0.367],[-0.867,-0.867],[-1.7,-1.4]],"v":[[32.308,-15.959],[24.958,-17.209],[-0.542,-20.308],[-2.292,-22.558],[-6.892,-26.959],[-11.542,-31.359],[-16.442,-35.258],[-20.692,-39.758],[-21.992,-41.308],[-22.642,-41.609],[-22.992,-41.758],[-24.842,-41.508],[-31.192,-39.408],[-34.492,-38.158],[-36.842,-37.008],[-43.592,-34.109],[-50.392,-31.459],[-51.092,-31.408],[-52.292,-30.408],[-52.792,-29.359],[-53.242,-27.908],[-56.292,-18.959],[-57.792,-15.158],[-58.792,-12.808],[-59.392,-10.408],[-58.792,-8.508],[-58.792,-7.859],[-57.042,-7.109],[-46.192,-7.258],[-22.942,-6.808],[-22.392,-6.808],[-21.692,-4.758],[-16.692,8.291],[-9.342,26.342],[-7.642,28.342],[-6.442,28.291],[-5.292,28.891],[0.458,30.692],[18.758,35.541],[29.508,38.592],[34.058,40.141],[38.208,41.192],[38.758,41.592],[40.258,41.541],[40.808,41.092],[41.258,40.641],[41.558,40.192],[48.708,30.041],[54.108,21.942],[57.958,15.141],[58.308,14.442],[58.958,13.842],[59.358,12.192],[57.958,10.041],[55.658,7.041],[47.108,-4.709],[45.058,-6.808],[44.358,-7.308],[44.358,-7.359],[42.758,-9.058],[40.858,-10.908],[38.908,-12.758]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[307.792,241.109],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-0.067,-0.2],[-0.333,-0.3],[0,0],[-0.267,-0.067],[-0.091,-0.025],[-0.294,-0.555],[-2.7,-5.733],[-3.9,-8.667],[-2.133,-4.3],[-5.067,-8.633],[-6.333,-10.2],[0,0],[-9.133,-11.9],[-4.1,-6.4],[-0.7,-0.267],[-0.567,0.233],[-0.084,0.078],[-2.38,0.321],[-1.5,0.333],[-1.7,0.433],[-4.567,-0.1],[-3.4,-0.167],[-2.067,0.533],[-0.433,0.4],[0.2,0.7],[1.1,0.133],[0.177,-0.009],[-0.273,1],[-0.033,0.1],[-0.167,1.067],[0,0],[-0.145,0.067],[-0.167,0.633],[0.233,0.567],[1.233,0.867],[18.5,15.067],[0,0],[0.705,-0.399],[2.091,7.399],[0,0],[1.5,6.7],[0.4,1.8],[0.7,2.233],[3,4.767],[0.413,-0.124],[0.306,-0.112],[1.733,-0.667],[0.867,-0.233],[0.867,-0.233],[2.133,-0.667],[0,0],[1.767,-0.633],[1.8,-0.6],[1.961,-0.359],[0.753,-0.157],[0.167,-0.1],[0,0],[0,0],[0.067,-0.633]],"o":[[0,0.433],[0.1,0.233],[0,0],[0.2,0.133],[0.109,0.042],[6.339,11.979],[3.9,7.467],[1.467,3.1],[3.333,7.433],[3.567,7.167],[3.033,5.167],[0,0],[3.9,5.967],[8.8,11.533],[0.833,1.3],[0.533,0.2],[0.116,-0.055],[1.853,0.721],[1.067,-0.133],[0.833,-0.2],[3.933,-0.833],[1.7,0.067],[2.933,0.033],[0.9,-0.233],[0.667,-0.6],[-0.2,-0.8],[-0.123,-0.009],[0.36,-1.933],[0.367,-1.233],[0.233,-0.833],[0,0],[0.155,-0.033],[0.533,-0.233],[0.167,-0.633],[-0.4,-0.867],[-18.667,-14.4],[0,0],[-1.228,-0.965],[-0.976,-3.734],[0,0],[-3.8,-13.2],[-0.733,-3.567],[-0.7,-3.067],[-1.733,-5.367],[-0.421,-0.691],[-0.194,-0.079],[-0.967,0.233],[-1.833,0.667],[-1.8,0.433],[-1.1,0.267],[0,0],[-2.967,0.933],[-3.567,1.4],[-2.372,0.841],[-0.547,-0.391],[-0.2,0],[0,0],[0,0],[-0.2,0.367],[0,0]],"v":[[-81.758,-85.148],[-81.659,-84.198],[-81.008,-83.398],[-80.359,-82.698],[-79.659,-82.398],[-79.359,-82.298],[-69.409,-63.498],[-59.508,-43.698],[-51.459,-26.048],[-43.258,-8.448],[-30.309,15.252],[-16.258,38.302],[-10.508,47.402],[9.042,74.202],[28.391,101.102],[30.691,103.452],[32.341,103.401],[32.641,103.202],[38.992,103.802],[42.842,103.102],[46.641,102.151],[59.391,101.052],[67.042,101.401],[74.541,100.651],[76.541,99.702],[77.242,97.751],[75.291,96.352],[74.842,96.352],[75.791,91.952],[76.391,89.952],[76.992,87.102],[80.092,68.001],[80.541,67.852],[81.592,66.552],[81.492,64.751],[79.041,62.152],[23.292,17.952],[5.691,3.552],[2.792,2.702],[-1.809,-13.998],[-9.909,-42.098],[-17.859,-71.948],[-19.559,-79.998],[-21.659,-87.948],[-28.758,-103.148],[-30.008,-103.998],[-30.758,-103.948],[-34.809,-102.598],[-38.859,-101.248],[-42.859,-100.248],[-47.709,-98.848],[-56.159,-96.148],[-63.258,-93.798],[-71.309,-90.798],[-77.809,-88.998],[-79.758,-89.348],[-80.309,-89.198],[-80.809,-88.848],[-81.359,-88.198],[-81.758,-86.698]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[182.258,280.648],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4"}],"ip":15,"op":16,"st":15,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"15 Outlines","parent":26,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[260.525,307.662,0]},"a":{"k":[260.525,307.662,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.2,0.6],[0.233,0.567],[0.6,0.267],[0.6,-0.033],[1.567,-0.633],[5.6,-1.8],[2.067,-0.767],[0,0],[0.367,-0.333],[0.333,-0.6],[0.067,-0.9],[0.033,-3.6],[0,0],[0.567,-1.8],[0.033,-0.133],[-0.033,-1.267],[0.3,-1.5],[0.033,-0.133],[0.1,-0.2],[-1.4,-1.467],[-2.2,-1.567],[-2.533,-1.733],[-6.567,-7.333],[-7.3,-8.333],[-5.633,-5.2],[0,0],[0,0],[-1.3,-0.8],[-0.5,-0.333],[-0.033,0.033],[-0.133,0.9],[0,0.233],[-3.2,4.533],[0,0],[-5.3,7.7],[-1.033,1.8],[-0.767,2.533],[0.1,0.4],[-0.233,0.067],[-0.5,0.667],[0,0.767],[0.4,0.767],[0,0],[0.833,2.1],[0.733,2.367],[0.333,1.167],[0.533,1.367],[1.167,2.467],[0,0],[-0.1,0.1]],"o":[[0.167,-0.633],[-0.233,-0.5],[-0.533,-0.267],[-0.7,0.033],[-3.267,1.433],[-6.9,2.233],[0,0],[-0.7,0.3],[-0.533,0.033],[-0.267,0.467],[-0.267,2.567],[0,0],[0,3.5],[-0.533,1.733],[-0.1,0.633],[-0.033,0.767],[0,0.1],[-0.167,0.133],[-0.5,1.1],[1.3,1.333],[1.233,0.9],[5.5,3.9],[3.7,4.1],[3.567,3.767],[0,0],[0,0],[0.933,0.433],[0.367,0.2],[0.067,-0.033],[0.7,-0.433],[0.033,-0.233],[1.933,-3.133],[0,0],[14.2,-20.467],[2.2,-3.2],[1.667,-2.9],[0.167,-0.7],[0.233,-0.033],[0.767,-0.233],[0.533,-0.667],[-0.033,-0.667],[0,0],[-0.533,-0.833],[-1.967,-4.967],[-0.667,-2.367],[-0.6,-2.133],[-0.367,-0.933],[0,0],[0.133,-0.1],[0.467,-0.433]],"v":[[41.575,-67.758],[41.475,-69.558],[40.225,-70.708],[38.525,-71.058],[35.125,-70.058],[21.825,-65.208],[8.375,-60.708],[-55.075,-34.508],[-56.675,-33.558],[-57.975,-32.608],[-58.475,-30.558],[-58.925,-21.308],[-58.925,-12.058],[-59.775,-4.108],[-60.625,-1.309],[-60.725,1.542],[-61.225,4.941],[-61.275,5.292],[-61.675,5.792],[-60.325,9.642],[-55.075,13.992],[-49.425,17.941],[-31.325,34.792],[-14.825,53.441],[-1.025,66.891],[-0.525,67.141],[2.325,68.442],[5.675,70.292],[6.975,71.091],[7.125,70.992],[8.375,68.992],[8.425,68.292],[16.125,56.792],[20.925,49.892],[50.175,7.642],[55.025,0.142],[58.675,-8.008],[58.775,-9.659],[59.475,-9.808],[61.375,-11.159],[62.175,-13.308],[61.525,-15.458],[60.225,-17.508],[58.175,-21.909],[54.125,-32.909],[52.625,-38.208],[50.925,-43.458],[48.625,-48.558],[40.225,-65.909],[40.575,-66.208]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[358.375,443.958],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2.1,3.7],[2.7,4.4],[0.933,1.133],[1.367,1.3],[0,0],[0.6,0.4],[1.967,0.733],[1.8,0.567],[2.333,0.3],[3.1,-0.067],[5.433,-0.267],[1.5,-0.167],[0,0],[5.433,-0.7],[0,0],[0.967,0],[0.367,-0.067],[0.113,-0.069],[0,0],[-0.067,-0.667],[-0.367,-1.467],[-0.067,-0.433],[-0.067,-1.867],[-0.1,-0.867],[-0.467,-2.367],[-1.233,-10.5],[-1.667,-4.6],[-0.833,-0.6],[-1.149,-0.217],[-0.825,-0.109],[-12.1,2.367],[-4.017,0.651],[-2.113,0.5],[-5.633,1.567],[-0.6,0.133],[-8.5,0.433],[-0.333,0.133],[0.033,0.567],[0.1,0.171],[0,0.414],[0.4,0.933]],"o":[[-1.233,-2.167],[-1.033,-1.733],[-0.733,-0.933],[0,0],[-1,-1],[-1.033,-0.733],[-3.167,-1.267],[-2.833,-0.9],[-1.933,-0.2],[-4.367,0.1],[-3,0.133],[0,0],[-0.9,0.133],[0,0],[-2.933,0.3],[-1.733,0],[-0.187,0.031],[0,0],[-0.433,0],[0.033,0.967],[0.467,1.967],[0.167,1.033],[0.1,2.033],[0.033,0.3],[0.4,2.067],[0.867,7.667],[0.567,1.667],[0.618,0.449],[0.542,-0.143],[7.033,0.667],[5.217,-1.016],[1.954,-0.433],[8.1,-1.933],[4.367,-1.233],[7.233,-1.767],[0.767,-0.067],[0.633,-0.333],[0,-0.195],[0.133,-0.286],[0,-0.533],[-1.333,-3.133]],"v":[[53.659,1.025],[47.758,-8.825],[44.809,-13.125],[41.659,-16.475],[32.559,-25.325],[30.159,-27.425],[25.659,-29.625],[18.208,-32.375],[10.458,-34.175],[2.909,-34.375],[-11.792,-33.825],[-18.542,-33.375],[-24.341,-32.525],[-33.841,-31.275],[-49.292,-29.475],[-55.142,-29.025],[-58.292,-28.925],[-58.742,-28.775],[-58.792,-28.775],[-59.341,-27.775],[-58.742,-24.125],[-57.941,-20.525],[-57.591,-16.175],[-57.292,-11.825],[-56.542,-7.825],[-54.091,11.025],[-50.292,29.425],[-48.191,32.825],[-45.542,33.825],[-43.492,33.775],[-14.792,31.225],[-0.941,28.725],[5.159,27.325],[25.758,22.075],[33.208,20.025],[56.809,16.725],[58.458,16.425],[59.358,15.075],[59.208,14.525],[59.409,13.475],[58.809,11.275]],"c":true}},"nm":"Path 1"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[-1.109,0.159],[0.936,-0.234],[0.383,-0.073]],"o":[[-0.631,-0.067],[-0.384,0.094],[1.225,-0.175]],"v":[[3.059,28.125],[0.708,28.375],[-0.441,28.625]],"c":true}},"nm":"Path 2"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[319.491,134.675],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2.7,0.733],[3.233,0.4],[0,0],[0.987,0.818],[2,2.033],[1.1,0.933],[1.067,0.9],[0.933,1.433],[0.233,0.167],[0.222,0.059],[0.123,0.037],[0.8,-0.267],[2.2,-0.767],[0.967,-0.433],[0,0],[2.767,-1.067],[0.671,-0.279],[0.255,-0.071],[0.367,-0.533],[0.067,-0.333],[0.267,-0.9],[1.267,-2.767],[0,0],[0.467,-1.033],[0.033,-0.667],[-0.466,-0.384],[-0.06,-0.225],[-1,0],[0,0],[-5.167,-0.433],[-0.158,0.012],[-0.316,-0.857],[0,0],[-1.567,-3.467],[-0.633,-0.2],[-0.392,0.19],[-0.452,-0.209],[-2.6,-0.667],[0,0],[-2.367,-0.767],[-2,-0.7],[-1.197,-0.197],[-0.232,-0.087],[-0.533,0.3],[-0.165,0.199],[-0.134,0.181],[-0.097,0.161],[0,0],[-1.133,1.867],[0,0],[-0.081,0.223],[-0.177,0.257],[0.1,0.6],[0.833,0.967],[1.333,1.767],[0,0],[0.8,0.7],[0.222,0.157],[0.009,0.017],[0.867,0.7],[0.8,0.867],[0.433,0.367]],"o":[[-1.667,-0.433],[0,0],[-0.179,-0.682],[-1.067,-0.9],[-2,-2],[-2.2,-1.7],[-1.9,-1.567],[-0.633,-0.867],[-0.211,-0.141],[-0.111,-0.063],[-0.433,-0.1],[-2.033,0.633],[-1.233,0.4],[0,0],[-1.733,0.867],[-3.862,1.487],[-0.211,-0.038],[-0.433,0.133],[-0.267,0.367],[-0.033,0.067],[-0.767,3.2],[0,0],[-0.2,0.533],[-0.367,0.933],[-0.066,0.883],[-0.06,0.209],[0.167,0.5],[0,0],[10.333,-0.133],[0.209,0.012],[0.151,0.509],[0,0],[3.333,8.567],[0.5,1.133],[0.408,0.157],[0.315,0.191],[1.233,0.533],[0,0],[4.8,1.267],[1.033,0.333],[1.569,0.503],[0.135,0.179],[0.467,0.267],[0.202,-0.101],[0.166,-0.119],[0.103,-0.139],[0,0],[2.467,-3.533],[0,0],[0.152,-0.244],[0.256,-0.143],[0.367,-0.5],[-0.1,-0.467],[-0.2,-0.233],[0,0],[-0.567,-0.7],[-0.245,-0.176],[0.009,-0.016],[-0.2,-0.433],[-0.467,-0.367],[-0.867,-0.867],[-1.7,-1.4]],"v":[[32.308,-15.959],[24.958,-17.209],[-0.542,-20.308],[-2.292,-22.558],[-6.892,-26.959],[-11.542,-31.359],[-16.442,-35.258],[-20.692,-39.758],[-21.992,-41.308],[-22.642,-41.609],[-22.992,-41.758],[-24.842,-41.508],[-31.192,-39.408],[-34.492,-38.158],[-36.842,-37.008],[-43.592,-34.109],[-50.392,-31.459],[-51.092,-31.408],[-52.292,-30.408],[-52.792,-29.359],[-53.242,-27.908],[-56.292,-18.959],[-57.792,-15.158],[-58.792,-12.808],[-59.392,-10.408],[-58.792,-8.508],[-58.792,-7.859],[-57.042,-7.109],[-46.192,-7.258],[-22.942,-6.808],[-22.392,-6.808],[-21.692,-4.758],[-16.692,8.291],[-9.342,26.342],[-7.642,28.342],[-6.442,28.291],[-5.292,28.891],[0.458,30.692],[18.758,35.541],[29.508,38.592],[34.058,40.141],[38.208,41.192],[38.758,41.592],[40.258,41.541],[40.808,41.092],[41.258,40.641],[41.558,40.192],[48.708,30.041],[54.108,21.942],[57.958,15.141],[58.308,14.442],[58.958,13.842],[59.358,12.192],[57.958,10.041],[55.658,7.041],[47.108,-4.709],[45.058,-6.808],[44.358,-7.308],[44.358,-7.359],[42.758,-9.058],[40.858,-10.908],[38.908,-12.758]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[307.792,241.109],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-0.067,-0.2],[-0.333,-0.3],[0,0],[-0.267,-0.067],[-0.091,-0.025],[-0.294,-0.555],[-2.7,-5.733],[-3.9,-8.667],[-2.133,-4.3],[-5.067,-8.633],[-6.333,-10.2],[0,0],[-9.133,-11.9],[-4.1,-6.4],[-0.7,-0.267],[-0.567,0.233],[-0.084,0.078],[-2.38,0.321],[-1.5,0.333],[-1.7,0.433],[-4.567,-0.1],[-3.4,-0.167],[-2.067,0.533],[-0.433,0.4],[0.2,0.7],[1.1,0.133],[0.177,-0.009],[-0.273,1],[-0.033,0.1],[-0.167,1.067],[0,0],[-0.145,0.067],[-0.167,0.633],[0.233,0.567],[1.233,0.867],[18.5,15.067],[0,0],[0.705,-0.399],[2.091,7.399],[0,0],[1.5,6.7],[0.4,1.8],[0.7,2.233],[3,4.767],[0.413,-0.124],[0.306,-0.112],[1.733,-0.667],[0.867,-0.233],[0.867,-0.233],[2.133,-0.667],[0,0],[1.767,-0.633],[1.8,-0.6],[1.961,-0.359],[0.753,-0.157],[0.167,-0.1],[0,0],[0,0],[0.067,-0.633]],"o":[[0,0.433],[0.1,0.233],[0,0],[0.2,0.133],[0.109,0.042],[6.339,11.979],[3.9,7.467],[1.467,3.1],[3.333,7.433],[3.567,7.167],[3.033,5.167],[0,0],[3.9,5.967],[8.8,11.533],[0.833,1.3],[0.533,0.2],[0.116,-0.055],[1.853,0.721],[1.067,-0.133],[0.833,-0.2],[3.933,-0.833],[1.7,0.067],[2.933,0.033],[0.9,-0.233],[0.667,-0.6],[-0.2,-0.8],[-0.123,-0.009],[0.36,-1.933],[0.367,-1.233],[0.233,-0.833],[0,0],[0.155,-0.033],[0.533,-0.233],[0.167,-0.633],[-0.4,-0.867],[-18.667,-14.4],[0,0],[-1.228,-0.965],[-0.976,-3.734],[0,0],[-3.8,-13.2],[-0.733,-3.567],[-0.7,-3.067],[-1.733,-5.367],[-0.421,-0.691],[-0.194,-0.079],[-0.967,0.233],[-1.833,0.667],[-1.8,0.433],[-1.1,0.267],[0,0],[-2.967,0.933],[-3.567,1.4],[-2.372,0.841],[-0.547,-0.391],[-0.2,0],[0,0],[0,0],[-0.2,0.367],[0,0]],"v":[[-81.758,-85.148],[-81.659,-84.198],[-81.008,-83.398],[-80.359,-82.698],[-79.659,-82.398],[-79.359,-82.298],[-69.409,-63.498],[-59.508,-43.698],[-51.459,-26.048],[-43.258,-8.448],[-30.309,15.252],[-16.258,38.302],[-10.508,47.402],[9.042,74.202],[28.391,101.102],[30.691,103.452],[32.341,103.401],[32.641,103.202],[38.992,103.802],[42.842,103.102],[46.641,102.151],[59.391,101.052],[67.042,101.401],[74.541,100.651],[76.541,99.702],[77.242,97.751],[75.291,96.352],[74.842,96.352],[75.791,91.952],[76.391,89.952],[76.992,87.102],[80.092,68.001],[80.541,67.852],[81.592,66.552],[81.492,64.751],[79.041,62.152],[23.292,17.952],[5.691,3.552],[2.792,2.702],[-1.809,-13.998],[-9.909,-42.098],[-17.859,-71.948],[-19.559,-79.998],[-21.659,-87.948],[-28.758,-103.148],[-30.008,-103.998],[-30.758,-103.948],[-34.809,-102.598],[-38.859,-101.248],[-42.859,-100.248],[-47.709,-98.848],[-56.159,-96.148],[-63.258,-93.798],[-71.309,-90.798],[-77.809,-88.998],[-79.758,-89.348],[-80.309,-89.198],[-80.809,-88.848],[-81.359,-88.198],[-81.758,-86.698]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[182.258,280.648],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4"}],"ip":16,"op":17,"st":16,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":4,"nm":"16 Outlines","parent":26,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[260.525,307.502,0]},"a":{"k":[260.525,307.502,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.2,0.6],[0.233,0.567],[0.6,0.267],[0.6,-0.033],[1.567,-0.633],[5.6,-1.8],[2.067,-0.767],[0,0],[0.367,-0.333],[0.333,-0.6],[0.067,-0.9],[0.033,-3.6],[0,0],[0.567,-1.8],[0.033,-0.133],[-0.033,-1.267],[0.3,-1.5],[0.033,-0.133],[0.1,-0.2],[-1.4,-1.467],[-2.2,-1.567],[-2.533,-1.733],[-6.567,-7.333],[-7.3,-8.333],[-5.633,-5.2],[0,0],[0,0],[-1.3,-0.8],[-0.5,-0.333],[-0.033,0.033],[-0.133,0.9],[0,0.233],[-3.2,4.533],[0,0],[-5.3,7.7],[-1.033,1.8],[-0.767,2.533],[0.1,0.4],[-0.233,0.067],[-0.5,0.667],[0,0.767],[0.4,0.767],[0,0],[0.833,2.1],[0.733,2.367],[0.333,1.167],[0.533,1.367],[1.167,2.467],[0,0],[-0.1,0.1]],"o":[[0.167,-0.633],[-0.233,-0.5],[-0.533,-0.267],[-0.7,0.033],[-3.267,1.433],[-6.9,2.233],[0,0],[-0.7,0.3],[-0.533,0.033],[-0.267,0.467],[-0.267,2.567],[0,0],[0,3.5],[-0.533,1.733],[-0.1,0.633],[-0.033,0.767],[0,0.1],[-0.167,0.133],[-0.5,1.1],[1.3,1.333],[1.233,0.9],[5.5,3.9],[3.7,4.1],[3.567,3.767],[0,0],[0,0],[0.933,0.433],[0.367,0.2],[0.067,-0.033],[0.7,-0.433],[0.033,-0.233],[1.933,-3.133],[0,0],[14.2,-20.467],[2.2,-3.2],[1.667,-2.9],[0.167,-0.7],[0.233,-0.033],[0.767,-0.233],[0.533,-0.667],[-0.033,-0.667],[0,0],[-0.533,-0.833],[-1.967,-4.967],[-0.667,-2.367],[-0.6,-2.133],[-0.367,-0.933],[0,0],[0.133,-0.1],[0.467,-0.433]],"v":[[41.575,-67.758],[41.475,-69.558],[40.225,-70.708],[38.525,-71.058],[35.125,-70.058],[21.825,-65.208],[8.375,-60.708],[-55.075,-34.508],[-56.675,-33.558],[-57.975,-32.608],[-58.475,-30.558],[-58.925,-21.308],[-58.925,-12.058],[-59.775,-4.108],[-60.625,-1.309],[-60.725,1.542],[-61.225,4.941],[-61.275,5.292],[-61.675,5.792],[-60.325,9.642],[-55.075,13.992],[-49.425,17.941],[-31.325,34.792],[-14.825,53.441],[-1.025,66.891],[-0.525,67.141],[2.325,68.442],[5.675,70.292],[6.975,71.091],[7.125,70.992],[8.375,68.992],[8.425,68.292],[16.125,56.792],[20.925,49.892],[50.175,7.642],[55.025,0.142],[58.675,-8.008],[58.775,-9.659],[59.475,-9.808],[61.375,-11.159],[62.175,-13.308],[61.525,-15.458],[60.225,-17.508],[58.175,-21.909],[54.125,-32.909],[52.625,-38.208],[50.925,-43.458],[48.625,-48.558],[40.225,-65.909],[40.575,-66.208]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[358.375,443.958],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.233,0.533],[1.933,0.5],[7.2,-0.3],[9.567,-1.633],[10.967,-2.367],[0.267,-0.133],[0.467,-0.233],[0.033,-1.033],[-0.667,-3.933],[0,0],[-1.133,-3.933],[-0.833,-5.067],[-0.2,-0.367],[-0.367,-0.2],[0,0],[-4.467,0.9],[-11.333,2.9],[-2,0.4],[10.767,7.133],[5.233,2.367]],"o":[[-2.4,-1],[-4.467,-1.1],[-7.9,0.367],[-6.333,1.067],[-0.4,0.1],[-0.467,-0.467],[-0.633,0.267],[-0.2,2.2],[0,0],[0.167,0.8],[1.333,4.6],[0.2,1.1],[0.267,0.467],[0,0],[8.967,-1.367],[5.667,-1.167],[2.133,-0.5],[-6.133,-17.467],[-2.7,-1.8],[-2.933,-1.367]],"v":[[18.125,-30.975],[11.625,-33.225],[-5.875,-34.425],[-32.075,-31.425],[-58.025,-26.275],[-59.025,-25.925],[-60.425,-26.275],[-61.425,-24.325],[-60.725,-15.125],[-56.775,9.925],[-54.825,17.025],[-51.575,31.525],[-50.975,33.725],[-50.025,34.725],[9.775,25.875],[29.925,22.475],[55.425,16.375],[61.625,15.025],[36.275,-21.875],[24.375,-28.125]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[318.725,134.475],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.233,0.033],[0.167,0.067],[0,0],[3.267,0.967],[1.3,0.267],[0.367,0.033],[0,0],[5.333,4.5],[0,0],[2.6,1.6],[0.3,0.033],[0.567,-0.1],[0.567,-0.5],[3.867,-2.433],[0.267,-0.167],[1.833,-1.333],[0,0],[0.033,-0.1],[0.133,-0.133],[0.067,-0.467],[0,-0.533],[0.3,-1.1],[0,-2.467],[0.167,-1.7],[0.133,-0.667],[0,0],[0.3,-2.1],[-0.067,-0.333],[-0.633,-0.2],[-0.467,0.467],[-0.1,0.367],[-1.167,0.033],[-9.967,0.167],[-1.767,-0.2],[-0.267,0],[0,0],[-0.567,-0.633],[-4.067,-5.133],[0,0],[-0.4,-0.1],[-0.167,-0.067],[-0.8,-0.267],[0,0],[-1.067,-0.333],[0,0],[-0.167,0],[-0.733,0.4],[0,0],[-4.333,2.7],[-1.933,0.867],[-0.2,0.4],[0.2,0.433],[0.167,0.133],[0.2,0.2],[0.067,0.167],[0,0],[0,1.4],[0.167,1.1],[0.1,0.633],[0.133,3.6],[0,0],[0.133,0.967],[0,0],[0.067,0.567],[0.033,0.2],[-0.033,0.333],[0.267,0.7],[0,0],[0,0],[0.967,1.3],[0.2,0.133],[0.6,0.233],[0,0]],"o":[[-0.133,-0.033],[0,0],[-2.033,-1],[-2.9,-0.833],[-0.433,-0.1],[0,0],[-4.367,-4.4],[0,0],[-5.233,-4.2],[-0.467,-0.233],[-0.267,-0.267],[-0.367,0.1],[-2.3,1.933],[-6.133,3.9],[-0.733,0.467],[0,0],[-0.167,0.133],[-0.233,0.033],[-0.267,0.233],[-0.033,0.233],[-0.067,0.567],[-0.233,1.033],[-0.033,1.767],[-0.133,1.4],[0,0],[-0.333,1.533],[-0.067,0.967],[0.167,0.733],[0.567,0.233],[0.167,-0.167],[0.733,0.067],[9.867,-0.333],[3.533,-0.067],[0.3,0.033],[0,0],[0.5,0.267],[2.233,2.367],[0,0],[0.367,0.067],[0.067,0.1],[0.5,0.267],[0,0],[0.533,0.133],[0,0],[0.233,0.033],[0.333,0.2],[0,0],[0.233,-0.133],[2.733,-1.7],[0.867,-0.433],[0.2,-0.367],[-0.1,-0.233],[-0.033,-0.267],[0,-0.167],[0,0],[-0.133,-0.367],[-0.033,-0.767],[-0.233,-1.233],[-0.233,-1.367],[0,0],[0,-1.267],[0,0],[-0.133,-1.133],[-0.033,-0.233],[0.033,-0.267],[0.067,-0.7],[0,0],[0,0],[-0.1,-0.8],[-0.333,-0.4],[-0.167,-0.133],[0,0],[-0.333,-0.133]],"v":[[39.759,-12.125],[39.309,-12.275],[37.358,-13.175],[29.409,-16.125],[23.108,-17.775],[21.909,-17.975],[21.708,-18.175],[7.159,-31.525],[0.259,-37.125],[-11.491,-45.825],[-12.642,-46.225],[-13.892,-46.475],[-15.292,-45.575],[-24.542,-39.025],[-34.141,-32.925],[-37.991,-30.225],[-48.891,-22.525],[-49.191,-22.175],[-49.741,-21.925],[-50.241,-20.875],[-50.291,-19.725],[-50.841,-17.225],[-51.191,-11.975],[-51.491,-6.775],[-51.891,-3.675],[-52.441,-1.275],[-53.391,4.175],[-53.391,6.125],[-52.191,7.525],[-50.641,7.175],[-50.241,6.375],[-47.391,6.425],[-17.642,5.675],[-9.691,5.875],[-8.841,5.925],[2.909,24.425],[4.509,25.775],[13.958,37.025],[19.009,43.475],[20.159,43.725],[20.509,43.975],[22.458,44.775],[24.159,45.175],[26.559,45.875],[29.059,46.325],[29.659,46.375],[31.259,46.075],[37.809,42.425],[44.659,38.175],[51.659,34.325],[53.259,33.075],[53.259,31.875],[52.858,31.325],[52.509,30.625],[52.409,30.125],[51.759,28.675],[51.559,26.025],[51.259,23.225],[50.759,20.425],[50.208,12.975],[50.009,8.225],[49.809,4.875],[49.208,1.975],[48.909,-0.575],[48.809,-1.225],[48.909,-2.125],[48.608,-4.225],[48.309,-5.025],[48.159,-5.775],[46.559,-8.925],[45.759,-9.725],[44.608,-10.275],[40.608,-11.875]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[285.441,231.575],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-0.067,-0.2],[-0.333,-0.3],[0,0],[-0.267,-0.067],[-0.091,-0.025],[-0.294,-0.555],[-2.7,-5.733],[-3.9,-8.667],[-2.133,-4.3],[-5.067,-8.633],[-6.333,-10.2],[0,0],[-9.133,-11.9],[-4.1,-6.4],[-0.7,-0.267],[-0.567,0.233],[-0.084,0.078],[-2.38,0.321],[-1.5,0.333],[-1.7,0.433],[-4.567,-0.1],[-3.4,-0.167],[-2.067,0.533],[-0.433,0.4],[0.2,0.7],[1.1,0.133],[0.177,-0.009],[-0.273,1],[-0.033,0.1],[-0.167,1.067],[0,0],[-0.145,0.067],[-0.167,0.633],[0.233,0.567],[1.233,0.867],[18.5,15.067],[0,0],[0.705,-0.399],[2.091,7.399],[0,0],[1.5,6.7],[0.4,1.8],[0.7,2.233],[3,4.767],[0.413,-0.124],[0.306,-0.112],[1.733,-0.667],[0.867,-0.233],[0.867,-0.233],[2.133,-0.667],[0,0],[1.767,-0.633],[1.8,-0.6],[1.961,-0.359],[0.753,-0.157],[0.167,-0.1],[0,0],[0,0],[0.067,-0.633]],"o":[[0,0.433],[0.1,0.233],[0,0],[0.2,0.133],[0.109,0.042],[6.339,11.979],[3.9,7.467],[1.467,3.1],[3.333,7.433],[3.567,7.167],[3.033,5.167],[0,0],[3.9,5.967],[8.8,11.533],[0.833,1.3],[0.533,0.2],[0.116,-0.055],[1.853,0.721],[1.067,-0.133],[0.833,-0.2],[3.933,-0.833],[1.7,0.067],[2.933,0.033],[0.9,-0.233],[0.667,-0.6],[-0.2,-0.8],[-0.123,-0.009],[0.36,-1.933],[0.367,-1.233],[0.233,-0.833],[0,0],[0.155,-0.033],[0.533,-0.233],[0.167,-0.633],[-0.4,-0.867],[-18.667,-14.4],[0,0],[-1.228,-0.965],[-0.976,-3.734],[0,0],[-3.8,-13.2],[-0.733,-3.567],[-0.7,-3.067],[-1.733,-5.367],[-0.421,-0.691],[-0.194,-0.079],[-0.967,0.233],[-1.833,0.667],[-1.8,0.433],[-1.1,0.267],[0,0],[-2.967,0.933],[-3.567,1.4],[-2.372,0.841],[-0.547,-0.391],[-0.2,0],[0,0],[0,0],[-0.2,0.367],[0,0]],"v":[[-81.758,-85.148],[-81.659,-84.198],[-81.008,-83.398],[-80.359,-82.698],[-79.659,-82.398],[-79.359,-82.298],[-69.409,-63.498],[-59.508,-43.698],[-51.459,-26.048],[-43.258,-8.448],[-30.309,15.252],[-16.258,38.302],[-10.508,47.402],[9.042,74.202],[28.391,101.102],[30.691,103.452],[32.341,103.401],[32.641,103.202],[38.992,103.802],[42.842,103.102],[46.641,102.151],[59.391,101.052],[67.042,101.401],[74.541,100.651],[76.541,99.702],[77.242,97.751],[75.291,96.352],[74.842,96.352],[75.791,91.952],[76.391,89.952],[76.992,87.102],[80.092,68.001],[80.541,67.852],[81.592,66.552],[81.492,64.751],[79.041,62.152],[23.292,17.952],[5.691,3.552],[2.792,2.702],[-1.809,-13.998],[-9.909,-42.098],[-17.859,-71.948],[-19.559,-79.998],[-21.659,-87.948],[-28.758,-103.148],[-30.008,-103.998],[-30.758,-103.948],[-34.809,-102.598],[-38.859,-101.248],[-42.859,-100.248],[-47.709,-98.848],[-56.159,-96.148],[-63.258,-93.798],[-71.309,-90.798],[-77.809,-88.998],[-79.758,-89.348],[-80.309,-89.198],[-80.809,-88.848],[-81.359,-88.198],[-81.758,-86.698]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[182.258,280.648],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4"}],"ip":17,"op":18,"st":17,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":4,"nm":"17 Outlines","parent":26,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[265.307,312.178,0]},"a":{"k":[265.307,312.178,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.267,0.4],[2,-0.733],[0,0],[4.033,-1.967],[1.333,-0.667],[1.667,-0.7],[2.933,-1],[1.433,-0.633],[4,-1.967],[1.9,-0.5],[0.467,-0.3],[-0.2,-0.967],[-0.1,-0.167],[-0.033,-0.2],[0.2,-1.133],[0,0],[0.033,-0.467],[0.033,-2.167],[0.267,-1.467],[0.033,-1.033],[0,0],[0.067,-0.467],[0.3,-1.267],[-0.233,-0.5],[0.033,-0.4],[-0.267,-0.5],[-1.167,-0.8],[-5.167,-5.433],[-5.767,-6.467],[-14.233,-10.533],[-0.367,-0.2],[-0.033,-0.133],[-0.5,-0.233],[-1.567,1.967],[-2.033,3.033],[-1.933,3.4],[0,0],[-0.133,0.333],[-0.267,0.1],[-0.267,0.533],[0.067,0.567],[0.7,1.333],[2.533,5.3],[1.667,3.967],[2,6.533],[0.3,0.633],[0.233,0.333],[-0.033,0.233]],"o":[[-0.667,-0.933],[0,0],[-7.5,2.8],[-2.633,1.333],[-2.367,1.167],[-1.067,0.433],[-2.533,0.9],[-0.467,0.2],[-2.7,1.333],[-1.4,0.367],[-1.067,0.7],[0.033,0.167],[-0.033,0.167],[0,0.6],[0,0],[-0.233,2.5],[-0.067,1.1],[-0.067,0.733],[-0.3,1.533],[0,0],[0.033,0.7],[-0.1,0.633],[-0.067,0.7],[-0.233,0.267],[-0.067,0.533],[0.333,0.633],[4.433,3.233],[2.967,3.133],[11.6,12.5],[0.433,0.333],[0.033,0.1],[0.2,0.6],[1.233,0.667],[3.867,-4.533],[1.3,-1.867],[0,0],[0.233,-0.367],[0.267,0],[0.467,-0.2],[0.267,-0.467],[-0.067,-0.667],[-1.2,-2.2],[-4.133,-8.667],[-2.767,-6.7],[-0.4,-1.333],[-0.167,-0.4],[0.1,-0.2],[0.1,-0.533]],"v":[[40.45,-74.317],[36.45,-74.617],[-1.75,-60.167],[-19.05,-53.017],[-25,-50.017],[-31.05,-47.217],[-37.05,-45.067],[-43,-42.767],[-49.7,-39.517],[-56.6,-36.767],[-59.4,-35.767],[-60.7,-33.267],[-60.5,-32.767],[-60.5,-32.217],[-60.8,-29.617],[-62.45,-19.067],[-62.85,-14.617],[-63,-9.717],[-63.5,-6.417],[-64,-2.567],[-63.95,-0.767],[-64,0.983],[-64.6,3.833],[-64.35,5.633],[-64.75,6.633],[-64.45,8.183],[-62.2,10.333],[-47.8,23.333],[-34.7,37.733],[4.05,72.283],[5.25,73.083],[5.35,73.433],[6.4,74.683],[10.6,72.733],[19.45,61.383],[24.3,53.483],[62,-11.317],[62.55,-12.367],[63.35,-12.517],[64.45,-13.617],[64.75,-15.167],[63.6,-18.167],[58,-29.417],[49.3,-48.367],[42.15,-68.217],[41.1,-71.167],[40.5,-72.267],[40.7,-72.917]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[361.8,449.467],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.233,0.533],[1.933,0.5],[7.2,-0.3],[9.567,-1.633],[10.967,-2.367],[0.267,-0.133],[0.467,-0.233],[0.033,-1.033],[-0.667,-3.933],[0,0],[-1.133,-3.933],[-0.833,-5.067],[-0.2,-0.367],[-0.367,-0.2],[0,0],[-4.467,0.9],[-11.333,2.9],[-2,0.4],[10.767,7.133],[5.233,2.367]],"o":[[-2.4,-1],[-4.467,-1.1],[-7.9,0.367],[-6.333,1.067],[-0.4,0.1],[-0.467,-0.467],[-0.633,0.267],[-0.2,2.2],[0,0],[0.167,0.8],[1.333,4.6],[0.2,1.1],[0.267,0.467],[0,0],[8.967,-1.367],[5.667,-1.167],[2.133,-0.5],[-6.133,-17.467],[-2.7,-1.8],[-2.933,-1.367]],"v":[[18.125,-30.975],[11.625,-33.225],[-5.875,-34.425],[-32.075,-31.425],[-58.025,-26.275],[-59.025,-25.925],[-60.425,-26.275],[-61.425,-24.325],[-60.725,-15.125],[-56.775,9.925],[-54.825,17.025],[-51.575,31.525],[-50.975,33.725],[-50.025,34.725],[9.775,25.875],[29.925,22.475],[55.425,16.375],[61.625,15.025],[36.275,-21.875],[24.375,-28.125]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[318.725,134.475],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0.5,1.567],[0.567,1.333],[0.038,0.067],[0.347,0.821],[1.5,0.8],[2.5,1.6],[8.8,6.833],[0,0],[1.6,0.933],[0.667,0.1],[0.431,-0.287],[0.028,0.076],[0.367,0.233],[0.433,0],[0.933,-0.433],[3.067,-1.8],[0.801,-0.484],[0.451,-0.355],[4.933,-3.267],[0,0],[0.248,-0.887],[0.151,-0.948],[0.2,-0.767],[0.467,-1.033],[0,0],[0.887,-3.649],[0,0],[-0.103,-0.003],[-0.007,-0.017],[-0.333,-0.267],[-0.333,0],[-0.167,0.333],[0,0],[0,0],[-2.1,0.1],[-2.8,0.367],[-4.567,0.833],[-0.203,0.062],[-0.191,-0.315],[-0.5,-0.733],[-7.667,-8.367],[-1.257,-0.403],[-1.741,0.904],[-0.017,0.239],[-0.557,0.391],[-0.467,0.267],[-3.5,1.5],[-1.237,0.581],[-1.592,0.961],[-0.167,0.4],[0.2,0.833],[0.337,3.189]],"o":[[-1.1,-4.7],[-0.667,-2.067],[-0.029,-0.066],[0.381,-0.846],[-0.433,-0.867],[-3,-1.733],[-5.333,-3.4],[0,0],[-2.433,-1.933],[-0.867,-0.533],[-0.669,-0.087],[-0.005,-0.057],[-0.133,-0.367],[-0.4,-0.2],[-0.633,0],[-1.633,0.767],[-0.299,0.183],[-0.849,0.745],[-2.067,1.633],[0,0],[-0.219,0.88],[-0.149,0.719],[-0.267,1.767],[-0.233,1],[0,0],[-0.813,3.218],[0,0],[0.13,0.031],[0.027,0.017],[0.067,0.233],[0.3,0.2],[0.4,0],[0,0],[0,0],[4.233,-0.133],[3.533,-0.2],[3.033,-0.367],[0.231,-0.038],[0.142,0.285],[4.8,7.333],[6.4,9.4],[1.51,1.663],[1.659,-0.763],[0.083,-0.228],[0.476,-0.275],[1.767,-1.2],[1.067,-0.633],[1.029,-0.452],[1.408,-0.839],[0.767,-0.5],[0.133,-0.367],[-0.829,-3.345],[0,0]],"v":[[49.609,4.575],[47.208,-4.825],[45.359,-9.925],[45.259,-10.125],[45.309,-12.625],[42.409,-15.125],[34.159,-20.125],[12.958,-35.475],[5.208,-41.425],[-0.841,-45.725],[-3.141,-46.675],[-4.792,-46.375],[-4.841,-46.575],[-5.591,-47.475],[-6.841,-47.775],[-9.191,-47.125],[-16.241,-43.275],[-17.891,-42.275],[-19.841,-40.625],[-30.341,-33.275],[-47.441,-22.175],[-48.141,-19.525],[-48.591,-17.025],[-49.291,-13.225],[-50.341,-10.175],[-50.891,-9.125],[-53.441,1.175],[-55.341,8.725],[-54.991,8.775],[-54.941,8.825],[-54.341,9.575],[-53.391,9.875],[-52.541,9.375],[-52.241,8.675],[-35.841,8.175],[-26.341,7.825],[-16.841,6.975],[-5.441,5.175],[-4.792,5.025],[-4.292,5.925],[3.659,18.025],[24.759,44.675],[28.909,47.775],[34.009,45.275],[34.159,44.575],[35.708,43.575],[39.059,41.375],[45.909,38.175],[49.309,36.625],[53.809,33.925],[55.208,32.575],[55.109,30.775],[53.359,20.975]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[278.541,231.875],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.1,-0.5],[-0.767,-1.133],[-1.433,-3.433],[-2.2,-5.833],[-5.067,-8.567],[-1.133,-1.9],[-0.6,-1.233],[-0.867,-2.5],[-0.933,-2.867],[-6.333,-11.267],[-8.333,-13],[0,0],[-0.733,-0.4],[-0.567,0.1],[-0.059,0.017],[-0.281,-0.022],[-2.033,0.2],[-2.3,0.267],[-2.9,0.033],[-1.467,0.133],[-3.3,0.533],[-1.7,0.033],[0,0],[-0.467,0.133],[-0.419,0.448],[-0.098,0.005],[-0.567,1.867],[0.1,9.9],[0.967,1.9],[2.433,2.133],[3.633,2.6],[6.033,4.233],[0,0],[12.841,11.761],[0.205,0.679],[0,0],[8.033,25.167],[0.533,0.167],[0.333,-0.233],[0,0],[0.031,0.011],[0.733,-0.133],[1,-0.433],[0.333,-0.1],[2.5,-0.267],[0.933,-0.2],[1.367,-0.433],[0.633,-0.133],[1.533,-0.333],[7.633,-2.8],[0.199,-0.077],[0.441,-0.179],[0.2,-0.5]],"o":[[0.133,0.6],[1.567,2.333],[0.1,0.267],[3.6,9.4],[0.567,0.967],[0.967,1.733],[0.833,1.733],[0.5,1.433],[3.367,9.767],[3.833,6.8],[0,0],[0.767,1.233],[0.533,0.267],[0.074,-0.017],[0.252,0.045],[1.433,0.133],[1.167,-0.133],[1.367,-0.1],[2.833,0],[1.167,-0.1],[2.8,-0.467],[0,0],[0.6,-0.033],[0.781,-0.185],[0.102,0.005],[1.1,-0.067],[3.167,-9.3],[-0.067,-3.667],[-0.867,-1.7],[-2.567,-2.2],[-0.367,-0.3],[0,0],[-13.693,-10.039],[0.005,-0.488],[0,0],[-6.833,-25],[-0.333,-1],[-0.333,-0.1],[0,0],[-0.035,0.011],[-0.433,-0.167],[-0.667,0.133],[-1.3,0.533],[-1.433,0.5],[-3.1,0.333],[-0.833,0.167],[-1.6,0.5],[-3.067,0.633],[-4.067,0.8],[-0.235,0.089],[-0.459,-0.146],[-0.4,0.2],[-0.167,0.467]],"v":[[-78.8,-89.017],[-77.45,-86.417],[-72.95,-77.767],[-69.5,-68.616],[-56.5,-41.667],[-53.95,-37.366],[-51.6,-32.917],[-49.05,-26.566],[-46.9,-20.116],[-32.35,11.434],[-14.1,41.133],[24.75,101.633],[27,104.083],[28.65,104.333],[28.85,104.284],[29.65,104.383],[34.85,104.284],[40.05,103.683],[46.45,103.483],[52.9,103.284],[59.6,102.333],[66.35,101.583],[68,101.583],[69.6,101.333],[71.4,100.383],[71.7,100.383],[74.2,97.483],[78.8,68.683],[77.25,60.333],[72.3,54.583],[63,47.383],[53.4,40.583],[46.5,35.583],[6.7,2.884],[6.4,1.134],[-1.3,-27.417],[-23.6,-102.667],[-24.9,-104.417],[-25.9,-104.216],[-25.95,-104.216],[-26.05,-104.216],[-27.8,-104.267],[-30.3,-103.417],[-32.75,-102.466],[-38.65,-101.316],[-44.7,-100.517],[-48,-99.616],[-51.35,-98.667],[-58.25,-97.216],[-75.8,-91.816],[-76.45,-91.566],[-77.8,-91.517],[-78.7,-90.466]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[182.9,281.917],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4"}],"ip":18,"op":19,"st":18,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":4,"nm":"18 Outlines","parent":26,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[265.307,312.882,0]},"a":{"k":[265.307,312.882,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.267,0.4],[2,-0.733],[0,0],[4.033,-1.967],[1.333,-0.667],[1.667,-0.7],[2.933,-1],[1.433,-0.633],[4,-1.967],[1.9,-0.5],[0.467,-0.3],[-0.2,-0.967],[-0.1,-0.167],[-0.033,-0.2],[0.2,-1.133],[0,0],[0.033,-0.467],[0.033,-2.167],[0.267,-1.467],[0.033,-1.033],[0,0],[0.067,-0.467],[0.3,-1.267],[-0.233,-0.5],[0.033,-0.4],[-0.267,-0.5],[-1.167,-0.8],[-5.167,-5.433],[-5.767,-6.467],[-14.233,-10.533],[-0.367,-0.2],[-0.033,-0.133],[-0.5,-0.233],[-1.567,1.967],[-2.033,3.033],[-1.933,3.4],[0,0],[-0.133,0.333],[-0.267,0.1],[-0.267,0.533],[0.067,0.567],[0.7,1.333],[2.533,5.3],[1.667,3.967],[2,6.533],[0.3,0.633],[0.233,0.333],[-0.033,0.233]],"o":[[-0.667,-0.933],[0,0],[-7.5,2.8],[-2.633,1.333],[-2.367,1.167],[-1.067,0.433],[-2.533,0.9],[-0.467,0.2],[-2.7,1.333],[-1.4,0.367],[-1.067,0.7],[0.033,0.167],[-0.033,0.167],[0,0.6],[0,0],[-0.233,2.5],[-0.067,1.1],[-0.067,0.733],[-0.3,1.533],[0,0],[0.033,0.7],[-0.1,0.633],[-0.067,0.7],[-0.233,0.267],[-0.067,0.533],[0.333,0.633],[4.433,3.233],[2.967,3.133],[11.6,12.5],[0.433,0.333],[0.033,0.1],[0.2,0.6],[1.233,0.667],[3.867,-4.533],[1.3,-1.867],[0,0],[0.233,-0.367],[0.267,0],[0.467,-0.2],[0.267,-0.467],[-0.067,-0.667],[-1.2,-2.2],[-4.133,-8.667],[-2.767,-6.7],[-0.4,-1.333],[-0.167,-0.4],[0.1,-0.2],[0.1,-0.533]],"v":[[40.45,-74.317],[36.45,-74.617],[-1.75,-60.167],[-19.05,-53.017],[-25,-50.017],[-31.05,-47.217],[-37.05,-45.067],[-43,-42.767],[-49.7,-39.517],[-56.6,-36.767],[-59.4,-35.767],[-60.7,-33.267],[-60.5,-32.767],[-60.5,-32.217],[-60.8,-29.617],[-62.45,-19.067],[-62.85,-14.617],[-63,-9.717],[-63.5,-6.417],[-64,-2.567],[-63.95,-0.767],[-64,0.983],[-64.6,3.833],[-64.35,5.633],[-64.75,6.633],[-64.45,8.183],[-62.2,10.333],[-47.8,23.333],[-34.7,37.733],[4.05,72.283],[5.25,73.083],[5.35,73.433],[6.4,74.683],[10.6,72.733],[19.45,61.383],[24.3,53.483],[62,-11.317],[62.55,-12.367],[63.35,-12.517],[64.45,-13.617],[64.75,-15.167],[63.6,-18.167],[58,-29.417],[49.3,-48.367],[42.15,-68.217],[41.1,-71.167],[40.5,-72.267],[40.7,-72.917]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[361.8,449.467],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2.067,3.367],[0,0],[0.7,0.767],[1.2,1],[1.667,1.133],[0.5,0.433],[0.667,0.5],[3.3,1.167],[0,0],[0.506,0.11],[0,0],[0.967,0.167],[7.4,-0.933],[5.5,-0.833],[5.433,-1.033],[6.281,-1.569],[0.083,0.096],[0.267,0],[0,0],[0.067,-0.433],[-0.067,-0.267],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.033,-0.119],[0.085,-0.171],[-0.033,-0.3],[-0.6,-3.5],[-0.133,-1.633],[-0.1,-2.833],[-0.6,-4.6],[-0.6,-2.667],[-0.833,-2.967],[-0.267,-1.5],[0,0],[-0.198,-0.165],[-0.576,0],[-0.533,0.267],[-6.6,2],[-32.3,5.133],[-0.235,0.117],[0,0],[-0.5,0.067],[-0.133,0.567],[0.133,0.533],[1.533,3.233]],"o":[[0,0],[-1.267,-1.967],[-0.5,-0.533],[-2.033,-1.7],[-2.333,-1.6],[-1.2,-1.2],[-1.367,-1.1],[0,0],[-0.194,-0.19],[0,0],[-2.2,-0.533],[-4.733,-0.833],[-2.967,0.367],[-9.3,1.433],[-7.719,1.397],[-0.051,-0.104],[-0.267,-0.267],[0,0],[-0.467,0],[-0.033,0.167],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.247],[-0.115,0.062],[-0.133,0.233],[0.1,2],[0.633,3.833],[0.133,1.4],[0.1,2.333],[0.567,4.533],[0.2,0.867],[0.633,2.333],[0,0],[0.102,0.435],[0.157,0.4],[0.333,-0.033],[3.067,-1.533],[31.8,-9.367],[0.331,-0.049],[0,0],[0.3,0.567],[0.5,-0.067],[0.1,-0.433],[-0.6,-2.9],[-1.1,-2.333]],"v":[[54.867,-7.809],[50.167,-15.408],[47.216,-19.508],[44.667,-21.809],[39.117,-26.059],[34.867,-29.109],[32.066,-31.658],[25.066,-35.059],[21.716,-36.258],[20.667,-36.709],[17.767,-37.408],[13.017,-38.459],[-5.184,-38.309],[-17.883,-36.508],[-39.983,-32.809],[-60.983,-28.359],[-61.183,-28.658],[-61.983,-29.059],[-62.133,-29.008],[-62.933,-28.359],[-62.883,-27.709],[-62.683,-27.109],[-62.483,-26.809],[-62.383,-26.209],[-62.333,-24.109],[-62.233,-23.609],[-62.233,-23.158],[-62.183,-22.609],[-62.483,-22.258],[-62.633,-21.459],[-61.583,-13.209],[-60.433,-5.008],[-60.083,1.342],[-59.034,11.742],[-57.284,22.541],[-55.733,28.291],[-54.383,34.041],[-53.633,37.791],[-53.184,38.691],[-52.083,39.291],[-50.784,38.842],[-36.284,33.541],[59.867,11.791],[60.716,11.541],[60.716,11.592],[61.917,12.342],[62.867,11.391],[62.816,9.941],[59.617,0.742]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[315.383,140.409],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0.5,1.567],[0.567,1.333],[0.038,0.067],[0.347,0.821],[1.5,0.8],[2.5,1.6],[8.8,6.833],[0,0],[1.6,0.933],[0.667,0.1],[0.431,-0.287],[0.028,0.076],[0.367,0.233],[0.433,0],[0.933,-0.433],[3.067,-1.8],[0.801,-0.484],[0.451,-0.355],[4.933,-3.267],[0,0],[0.248,-0.887],[0.151,-0.948],[0.2,-0.767],[0.467,-1.033],[0,0],[0.887,-3.649],[0,0],[-0.103,-0.003],[-0.007,-0.017],[-0.333,-0.267],[-0.333,0],[-0.167,0.333],[0,0],[0,0],[-2.1,0.1],[-2.8,0.367],[-4.567,0.833],[-0.203,0.062],[-0.191,-0.315],[-0.5,-0.733],[-7.667,-8.367],[-1.257,-0.403],[-1.741,0.904],[-0.017,0.239],[-0.557,0.391],[-0.467,0.267],[-3.5,1.5],[-1.237,0.581],[-1.592,0.961],[-0.167,0.4],[0.2,0.833],[0.337,3.189]],"o":[[-1.1,-4.7],[-0.667,-2.067],[-0.029,-0.066],[0.381,-0.846],[-0.433,-0.867],[-3,-1.733],[-5.333,-3.4],[0,0],[-2.433,-1.933],[-0.867,-0.533],[-0.669,-0.087],[-0.005,-0.057],[-0.133,-0.367],[-0.4,-0.2],[-0.633,0],[-1.633,0.767],[-0.299,0.183],[-0.849,0.745],[-2.067,1.633],[0,0],[-0.219,0.88],[-0.149,0.719],[-0.267,1.767],[-0.233,1],[0,0],[-0.813,3.218],[0,0],[0.13,0.031],[0.027,0.017],[0.067,0.233],[0.3,0.2],[0.4,0],[0,0],[0,0],[4.233,-0.133],[3.533,-0.2],[3.033,-0.367],[0.231,-0.038],[0.142,0.285],[4.8,7.333],[6.4,9.4],[1.51,1.663],[1.659,-0.763],[0.083,-0.228],[0.476,-0.275],[1.767,-1.2],[1.067,-0.633],[1.029,-0.452],[1.408,-0.839],[0.767,-0.5],[0.133,-0.367],[-0.829,-3.345],[0,0]],"v":[[49.609,4.575],[47.208,-4.825],[45.359,-9.925],[45.259,-10.125],[45.309,-12.625],[42.409,-15.125],[34.159,-20.125],[12.958,-35.475],[5.208,-41.425],[-0.841,-45.725],[-3.141,-46.675],[-4.792,-46.375],[-4.841,-46.575],[-5.591,-47.475],[-6.841,-47.775],[-9.191,-47.125],[-16.241,-43.275],[-17.891,-42.275],[-19.841,-40.625],[-30.341,-33.275],[-47.441,-22.175],[-48.141,-19.525],[-48.591,-17.025],[-49.291,-13.225],[-50.341,-10.175],[-50.891,-9.125],[-53.441,1.175],[-55.341,8.725],[-54.991,8.775],[-54.941,8.825],[-54.341,9.575],[-53.391,9.875],[-52.541,9.375],[-52.241,8.675],[-35.841,8.175],[-26.341,7.825],[-16.841,6.975],[-5.441,5.175],[-4.792,5.025],[-4.292,5.925],[3.659,18.025],[24.759,44.675],[28.909,47.775],[34.009,45.275],[34.159,44.575],[35.708,43.575],[39.059,41.375],[45.909,38.175],[49.309,36.625],[53.809,33.925],[55.208,32.575],[55.109,30.775],[53.359,20.975]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[278.541,231.875],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.1,-0.5],[-0.767,-1.133],[-1.433,-3.433],[-2.2,-5.833],[-5.067,-8.567],[-1.133,-1.9],[-0.6,-1.233],[-0.867,-2.5],[-0.933,-2.867],[-6.333,-11.267],[-8.333,-13],[0,0],[-0.733,-0.4],[-0.567,0.1],[-0.059,0.017],[-0.281,-0.022],[-2.033,0.2],[-2.3,0.267],[-2.9,0.033],[-1.467,0.133],[-3.3,0.533],[-1.7,0.033],[0,0],[-0.467,0.133],[-0.419,0.448],[-0.098,0.005],[-0.567,1.867],[0.1,9.9],[0.967,1.9],[2.433,2.133],[3.633,2.6],[6.033,4.233],[0,0],[12.841,11.761],[0.205,0.679],[0,0],[8.033,25.167],[0.533,0.167],[0.333,-0.233],[0,0],[0.031,0.011],[0.733,-0.133],[1,-0.433],[0.333,-0.1],[2.5,-0.267],[0.933,-0.2],[1.367,-0.433],[0.633,-0.133],[1.533,-0.333],[7.633,-2.8],[0.199,-0.077],[0.441,-0.179],[0.2,-0.5]],"o":[[0.133,0.6],[1.567,2.333],[0.1,0.267],[3.6,9.4],[0.567,0.967],[0.967,1.733],[0.833,1.733],[0.5,1.433],[3.367,9.767],[3.833,6.8],[0,0],[0.767,1.233],[0.533,0.267],[0.074,-0.017],[0.252,0.045],[1.433,0.133],[1.167,-0.133],[1.367,-0.1],[2.833,0],[1.167,-0.1],[2.8,-0.467],[0,0],[0.6,-0.033],[0.781,-0.185],[0.102,0.005],[1.1,-0.067],[3.167,-9.3],[-0.067,-3.667],[-0.867,-1.7],[-2.567,-2.2],[-0.367,-0.3],[0,0],[-13.693,-10.039],[0.005,-0.488],[0,0],[-6.833,-25],[-0.333,-1],[-0.333,-0.1],[0,0],[-0.035,0.011],[-0.433,-0.167],[-0.667,0.133],[-1.3,0.533],[-1.433,0.5],[-3.1,0.333],[-0.833,0.167],[-1.6,0.5],[-3.067,0.633],[-4.067,0.8],[-0.235,0.089],[-0.459,-0.146],[-0.4,0.2],[-0.167,0.467]],"v":[[-78.8,-89.017],[-77.45,-86.417],[-72.95,-77.767],[-69.5,-68.616],[-56.5,-41.667],[-53.95,-37.366],[-51.6,-32.917],[-49.05,-26.566],[-46.9,-20.116],[-32.35,11.434],[-14.1,41.133],[24.75,101.633],[27,104.083],[28.65,104.333],[28.85,104.284],[29.65,104.383],[34.85,104.284],[40.05,103.683],[46.45,103.483],[52.9,103.284],[59.6,102.333],[66.35,101.583],[68,101.583],[69.6,101.333],[71.4,100.383],[71.7,100.383],[74.2,97.483],[78.8,68.683],[77.25,60.333],[72.3,54.583],[63,47.383],[53.4,40.583],[46.5,35.583],[6.7,2.884],[6.4,1.134],[-1.3,-27.417],[-23.6,-102.667],[-24.9,-104.417],[-25.9,-104.216],[-25.95,-104.216],[-26.05,-104.216],[-27.8,-104.267],[-30.3,-103.417],[-32.75,-102.466],[-38.65,-101.316],[-44.7,-100.517],[-48,-99.616],[-51.35,-98.667],[-58.25,-97.216],[-75.8,-91.816],[-76.45,-91.566],[-77.8,-91.517],[-78.7,-90.466]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[182.9,281.917],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4"}],"ip":19,"op":20,"st":19,"bm":0,"sr":1},{"ddd":0,"ind":20,"ty":4,"nm":"19 Outlines","parent":26,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[252.585,295.634,0]},"a":{"k":[252.585,295.634,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[8.533,6.5],[3.667,3.267],[3.8,5.233],[3.3,4.867],[1.8,1.967],[0.467,0.533],[0.5,0.7],[0.967,1.8],[0.667,0.733],[1.233,0.1],[0.5,-0.867],[0.6,-0.367],[4,-1.033],[2.667,-0.433],[0,0],[0.333,-0.3],[0,0],[0.4,-0.433],[-0.133,-1.033],[-0.433,-1.167],[-1.3,-8.2],[-0.8,-3.1],[-0.7,-2.667],[-0.433,-3.667],[-0.433,-9.7],[-0.4,-0.933],[-0.633,-0.533],[-0.167,-0.067],[-0.867,-0.667],[0,0],[-4.553,-4.079],[-2.933,-3.2],[-4.167,-5.367],[0,0],[-0.633,-0.4],[-0.177,-0.097],[-0.921,-0.217],[-0.519,0.203],[-0.375,-0.079],[-0.733,0.333],[-0.533,0.6],[-0.7,1.8],[-4.1,6.533],[-1.933,2.8],[-0.633,0.967],[-2.533,4.2],[-0.433,0.867],[-0.233,1.267],[0,0],[-0.482,0.418],[-0.033,0.9],[0.133,0.567],[0,0.033],[0.133,0.567],[0.6,1.2],[0.433,2.833],[0.133,0.6],[0,0],[1,2.567],[0.467,1],[0.6,0.367],[0.431,0.109],[0.25,0.161]],"o":[[-7.5,-5.667],[-5.967,-5.233],[-0.533,-0.733],[-2.333,-3.433],[-0.967,-1],[-0.8,-0.9],[-0.267,-0.433],[-0.767,-1.4],[-0.933,-0.967],[-1.2,-0.167],[-0.5,0.233],[-3.8,2.1],[-1.833,0.5],[0,0],[-0.9,0.167],[0,0],[-0.667,0.033],[-0.467,0.533],[0.1,0.667],[1.8,4.8],[1.567,10.067],[0.333,1.333],[0.4,1.833],[1.1,10.2],[0.167,2.3],[0.367,0.833],[0.1,0.1],[0.4,0.5],[0,0],[2.681,2.588],[6,5.4],[2.6,2.833],[0,0],[1.133,1.4],[0.19,0.137],[0.979,1.283],[0.548,0.137],[0.325,0.221],[0.733,0.133],[0.7,-0.3],[0.733,-0.867],[4.733,-11.7],[1.1,-1.767],[2.467,-3.567],[1.333,-2.033],[1,-1.667],[0.667,-1.433],[0,0],[0.551,-0.149],[0.767,-0.7],[0.033,-0.367],[-0.2,-0.9],[-0.067,-1.167],[-0.1,-0.433],[-0.8,-1.667],[-0.633,-4.033],[0,0],[-0.667,-2.233],[-0.3,-0.8],[-0.667,-1.167],[-0.435,-0.291],[-0.217,-0.139],[-4.167,-2.633]],"v":[[31.55,-29.733],[14.8,-43.133],[0.15,-58.833],[-5.6,-67.233],[-11.8,-75.333],[-13.95,-77.633],[-15.9,-80.033],[-17.75,-83.383],[-19.9,-86.583],[-23.15,-88.183],[-25.7,-87.133],[-27.35,-86.233],[-39.05,-81.533],[-45.8,-80.133],[-59.4,-77.633],[-61.25,-76.933],[-61.4,-76.783],[-63,-76.083],[-63.5,-73.733],[-62.7,-70.983],[-58.05,-51.483],[-54.5,-31.733],[-52.95,-25.733],[-51.7,-17.483],[-49.4,12.367],[-48.55,17.217],[-47.05,19.267],[-46.65,19.517],[-44.75,21.267],[-34.45,29.067],[-23.6,39.067],[-10.2,51.967],[-0.05,64.267],[14.2,82.567],[16.85,85.267],[17.4,85.617],[20.25,87.867],[21.85,87.767],[22.9,88.217],[25.1,87.917],[26.95,86.567],[29.1,82.567],[42.35,55.217],[46.9,48.367],[51.55,41.567],[57.35,32.217],[59.5,28.417],[60.85,24.367],[60.85,24.317],[62.4,23.467],[63.6,21.067],[63.45,19.667],[63.15,18.267],[62.85,15.667],[61.8,13.217],[59.95,6.467],[58.8,-0.483],[58.15,-2.783],[55.65,-9.983],[54.5,-12.683],[52.6,-14.983],[51.3,-15.583],[50.6,-16.033]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[327.8,401.633],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2.067,3.367],[0,0],[0.7,0.767],[1.2,1],[1.667,1.133],[0.5,0.433],[0.667,0.5],[3.3,1.167],[0,0],[0.506,0.11],[0,0],[0.967,0.167],[7.4,-0.933],[5.5,-0.833],[5.433,-1.033],[6.281,-1.569],[0.083,0.096],[0.267,0],[0,0],[0.067,-0.433],[-0.067,-0.267],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.033,-0.119],[0.085,-0.171],[-0.033,-0.3],[-0.6,-3.5],[-0.133,-1.633],[-0.1,-2.833],[-0.6,-4.6],[-0.6,-2.667],[-0.833,-2.967],[-0.267,-1.5],[0,0],[-0.198,-0.165],[-0.576,0],[-0.533,0.267],[-6.6,2],[-32.3,5.133],[-0.235,0.117],[0,0],[-0.5,0.067],[-0.133,0.567],[0.133,0.533],[1.533,3.233]],"o":[[0,0],[-1.267,-1.967],[-0.5,-0.533],[-2.033,-1.7],[-2.333,-1.6],[-1.2,-1.2],[-1.367,-1.1],[0,0],[-0.194,-0.19],[0,0],[-2.2,-0.533],[-4.733,-0.833],[-2.967,0.367],[-9.3,1.433],[-7.719,1.397],[-0.051,-0.104],[-0.267,-0.267],[0,0],[-0.467,0],[-0.033,0.167],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.247],[-0.115,0.062],[-0.133,0.233],[0.1,2],[0.633,3.833],[0.133,1.4],[0.1,2.333],[0.567,4.533],[0.2,0.867],[0.633,2.333],[0,0],[0.102,0.435],[0.157,0.4],[0.333,-0.033],[3.067,-1.533],[31.8,-9.367],[0.331,-0.049],[0,0],[0.3,0.567],[0.5,-0.067],[0.1,-0.433],[-0.6,-2.9],[-1.1,-2.333]],"v":[[54.867,-7.809],[50.167,-15.408],[47.216,-19.508],[44.667,-21.809],[39.117,-26.059],[34.867,-29.109],[32.066,-31.658],[25.066,-35.059],[21.716,-36.258],[20.667,-36.709],[17.767,-37.408],[13.017,-38.459],[-5.184,-38.309],[-17.883,-36.508],[-39.983,-32.809],[-60.983,-28.359],[-61.183,-28.658],[-61.983,-29.059],[-62.133,-29.008],[-62.933,-28.359],[-62.883,-27.709],[-62.683,-27.109],[-62.483,-26.809],[-62.383,-26.209],[-62.333,-24.109],[-62.233,-23.609],[-62.233,-23.158],[-62.183,-22.609],[-62.483,-22.258],[-62.633,-21.459],[-61.583,-13.209],[-60.433,-5.008],[-60.083,1.342],[-59.034,11.742],[-57.284,22.541],[-55.733,28.291],[-54.383,34.041],[-53.633,37.791],[-53.184,38.691],[-52.083,39.291],[-50.784,38.842],[-36.284,33.541],[59.867,11.791],[60.716,11.541],[60.716,11.592],[61.917,12.342],[62.867,11.391],[62.816,9.941],[59.617,0.742]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[315.383,140.409],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.233,1.633],[0.133,0.367],[0.467,0.367],[0.033,-0.033],[0.1,0.133],[2.233,1.267],[3.433,1.6],[2.267,1.2],[0,0],[3.167,1.867],[0,0],[3.067,1.367],[0,0],[0.2,0.1],[0.267,-0.1],[0.1,-0.067],[0.1,-0.067],[2.367,-1],[5.867,-3.033],[1.233,-0.4],[0.1,-0.3],[-0.2,-0.267],[-0.3,-0.067],[1.733,-4.967],[0.367,-1.3],[-0.033,-5.633],[0.033,-0.267],[-0.233,-0.3],[-0.067,-0.033],[-0.633,-0.033],[-0.267,0.5],[-0.5,-0.067],[-15.8,-1.1],[0,0],[-0.1,-0.033],[-0.5,-0.467],[0,0],[-0.833,-0.633],[-1.8,-1.167],[-2.567,-1.6],[-8.533,-4.8],[-0.5,-0.233],[-0.467,-0.233],[-0.933,0.267],[-1.033,0.367],[-1.933,1.567],[-1.333,1.333],[-0.333,0.467],[-0.133,0.133],[-0.233,0.533],[-0.133,0.3],[-0.133,0.467],[-0.333,0.933],[-0.1,0.3],[0.2,1.2],[0.2,1.1],[0.5,4.667],[0.533,2.3],[1,3.267]],"o":[[-0.133,-1],[-0.2,-0.733],[0,0.033],[-0.067,-0.167],[-1.1,-1.6],[-0.7,-0.4],[-1.167,-0.533],[0,0],[-4.233,-2.2],[0,0],[-1.2,-0.633],[0,0],[0.1,-0.267],[-0.067,-0.033],[-0.133,0.067],[-0.133,0.067],[-1.567,0.767],[-12.133,5.267],[-2.6,1.333],[-0.633,0.2],[-0.1,0.267],[0.167,0.233],[-1.2,2.667],[-1.367,4.233],[-1.367,5.3],[-0.3,0.033],[0,0.133],[0.067,0.067],[0.133,1.033],[0.5,0.067],[0.4,0.1],[8.4,1.3],[0,0],[0.1,0],[0.067,0.333],[0,0],[1.6,1.4],[1.267,0.967],[4,2.6],[4.167,2.6],[0.667,0.367],[0.2,0.433],[0.533,0.233],[1.067,-0.233],[1.933,-1.367],[0.867,-0.967],[0.733,-0.867],[0.1,-0.167],[0.233,-0.433],[0.167,-0.3],[0.1,-0.333],[0.833,-1.833],[0.133,-0.367],[-0.067,-1],[-0.467,-2.133],[-0.333,-1.833],[-0.433,-4.167],[-0.2,-0.833],[-0.767,-2.533]],"v":[[47.7,-13.675],[47.3,-15.725],[46.3,-17.375],[46.25,-17.275],[46,-17.725],[41,-22.025],[34.8,-25.025],[29.65,-27.625],[22.55,-31.375],[11.45,-37.475],[5.6,-40.925],[-0.8,-43.925],[-5.35,-45.925],[-5.5,-46.475],[-6,-46.375],[-6.35,-46.175],[-6.7,-45.975],[-12.6,-43.325],[-39.6,-30.875],[-45.35,-28.275],[-46.45,-27.525],[-46.3,-26.725],[-45.6,-26.275],[-50,-14.825],[-52.6,-6.525],[-54.6,9.875],[-55.1,10.325],[-54.75,10.975],[-54.55,11.125],[-53.4,12.725],[-52.25,12.075],[-50.9,12.325],[-14.6,15.925],[-9.6,16.275],[-9.3,16.325],[-8.45,17.525],[-4.8,20.725],[-1.15,23.775],[3.45,26.975],[13.3,33.275],[32.35,44.375],[34.1,45.275],[35.1,46.275],[37.3,46.225],[40.45,45.325],[46.25,40.925],[49.55,37.475],[51.15,35.475],[51.5,35.025],[52.2,33.575],[52.65,32.675],[53,31.475],[54.75,27.325],[55.1,26.325],[54.7,23.025],[53.7,18.175],[52.45,8.425],[51,-1.275],[49.2,-7.425]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[277.15,238.225],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.533,-0.267],[5.833,-0.5],[5.967,-1.267],[2.6,-0.633],[0,0],[0.152,0.035],[3.167,-1.267],[0.433,-1],[-0.6,-1.233],[-1.067,-1.5],[-1.133,-3.033],[-1.167,-3.567],[-3.2,-6.3],[-1.2,-2.833],[-1.033,-2.7],[-0.767,-1.6],[-1.733,-3],[0,0],[-2.228,-5.683],[-0.727,-1.603],[-0.121,-0.883],[-0.116,-0.299],[-0.179,-0.972],[-0.533,-2.067],[-1.4,-3.333],[-1.167,-2.4],[-0.467,-1.033],[-2.067,-10.533],[-0.865,-4.358],[0,-0.069],[0,-1.033],[-0.1,-0.474],[0.067,-0.087],[0,-0.7],[-0.367,-0.567],[-1.533,-0.133],[-0.254,0.009],[-0.014,-0.153],[-0.181,0.048],[-0.615,0.193],[-0.657,-0.131],[-0.267,0.033],[-0.6,0.333],[-0.514,0.149],[-1.833,0.442],[-0.063,0.017],[-1.995,0.359],[0,0],[-1.9,0.167],[-0.884,0.178],[-0.058,0.01],[-0.061,0.022],[0,0],[-2.273,0.412],[0,0],[0,0],[-0.071,0.421],[0.067,0.433],[0.036,0.202],[-0.049,0.362],[0,0],[-0.102,0.305],[0,0],[-0.012,0.089],[-0.009,0.033],[-0.291,1.213],[-0.161,0.666],[-0.367,2.633],[-1.167,3.633],[-0.267,1.867],[-0.1,0.3],[-0.132,0.36],[0,0],[0.4,1],[1.6,1.467],[2.4,2.267],[3.6,1.933],[0.357,-0.027],[1.949,4.642],[1.881,3.179],[-0.028,0.478],[-0.003,2.362],[0,0],[0,0.867],[0.467,1.867],[2.244,5.71],[0,0],[-0.074,0.939],[-0.067,4.867],[0,0],[-0.019,2.153],[0.552,4.91],[0.3,0.233],[0.045,0.017],[0.014,0.083],[0.6,0.433],[0.567,-0.3],[0.032,-0.018],[0,0],[2.7,-0.5]],"o":[[-3.367,0.6],[-10.4,1],[-3.033,0.667],[0,0],[-0.115,-0.032],[-1.767,-0.333],[-1.967,0.767],[-0.4,0.9],[0.233,0.5],[1.4,1.9],[0.667,1.767],[1.4,3.833],[3.633,7.2],[0.567,1.367],[0.967,2.433],[1,2.067],[0,0],[5.872,12.783],[3.406,8.697],[0.179,0.917],[0.051,0.434],[0.055,0.861],[0.167,0.833],[1.967,7.167],[0.6,1.433],[1.333,2.8],[2.833,6.467],[1.601,8.209],[-0.133,0.665],[-0.1,0.5],[0,0.959],[-0.066,0.079],[-0.433,0.533],[-0.033,0.733],[0.7,0.967],[0.146,0.009],[0.019,0.147],[0.186,-0.052],[0.652,-0.173],[0.343,0.435],[0.367,0.1],[0.367,-0.067],[0.319,-0.151],[1.001,0.275],[0.07,-0.017],[3.639,-0.007],[0,0],[1,-0.2],[1.883,-0.189],[0.075,0.01],[0.072,-0.011],[0,0],[1.793,-0.255],[0,0],[0,0],[0.396,-0.379],[0.033,-0.233],[-0.064,-0.298],[0.084,-0.371],[0,0],[0.065,-0.261],[0,0],[0.021,-0.078],[0.024,-0.034],[0.442,-1.154],[0.405,-1.067],[0.1,-0.433],[0.3,-1.9],[1.2,-3.667],[0.3,-1.867],[0.101,-0.407],[0,0],[0.267,-2.167],[-0.367,-0.967],[-4.733,-4.667],[-4.233,-4.033],[-0.509,-0.294],[-1.251,-2.658],[-2.453,-5.854],[0.105,-1.322],[0.063,-1.338],[0,0],[0.333,-1.733],[0,-0.933],[-1.456,-6.023],[0,0],[0.159,-1.327],[0.2,-2.433],[0,0],[0.048,-3.847],[0.685,-6.623],[-0.067,-0.667],[-0.021,-0.016],[0.014,-0.084],[-0.133,-0.667],[-0.633,-0.467],[-0.035,0.015],[0,0],[-1.9,0.067],[-3.033,0.633]],"v":[[6.867,-110.842],[-6.934,-109.191],[-31.484,-105.792],[-39.934,-103.842],[-54.034,-100.441],[-54.434,-100.542],[-61.833,-99.142],[-65.434,-96.492],[-65.133,-93.292],[-63.184,-90.292],[-59.383,-82.892],[-56.633,-74.892],[-49.734,-59.691],[-42.484,-44.642],[-40.084,-38.542],[-37.484,-32.492],[-33.383,-24.892],[-33.034,-24.242],[-20.883,3.458],[-14.684,18.908],[-14.234,21.608],[-13.984,22.708],[-13.633,25.458],[-12.584,29.808],[-7.534,45.558],[-4.883,51.308],[-2.184,57.058],[5.166,82.558],[8.867,101.408],[8.666,102.508],[8.516,104.808],[8.666,106.958],[8.466,107.208],[7.816,109.058],[8.316,111.008],[11.666,112.658],[12.266,112.658],[12.316,113.108],[12.867,112.958],[14.766,112.408],[16.266,113.258],[17.216,113.358],[18.666,112.758],[19.916,112.308],[24.166,112.058],[24.367,112.008],[32.816,111.458],[37.766,110.308],[42.117,109.758],[46.266,109.208],[46.466,109.208],[46.666,109.158],[47.016,109.108],[53.117,108.108],[55.666,107.608],[56.016,105.708],[56.716,104.508],[56.666,103.508],[56.516,102.758],[56.716,101.658],[56.617,101.708],[56.867,100.858],[56.916,100.808],[56.966,100.558],[57.016,100.458],[58.117,96.908],[58.966,94.308],[59.666,89.708],[61.867,81.408],[64.066,73.108],[64.666,69.858],[65.016,68.708],[65.566,64.408],[65.367,59.658],[62.416,56.008],[51.716,45.608],[39.966,36.658],[38.666,36.258],[33.867,25.308],[27.367,11.758],[27.566,9.059],[27.666,3.508],[29.266,-4.492],[29.766,-8.392],[29.066,-12.592],[23.516,-30.191],[22.766,-32.941],[23.117,-36.342],[23.516,-47.292],[24.117,-83.242],[24.216,-92.242],[24.416,-109.542],[23.867,-110.892],[23.766,-110.941],[23.766,-111.191],[22.666,-112.842],[20.867,-113.092],[20.766,-113.042],[20.617,-113.042],[13.716,-112.191]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[179.434,285.992],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4"}],"ip":20,"op":21,"st":20,"bm":0,"sr":1},{"ddd":0,"ind":21,"ty":4,"nm":"20 Outlines","parent":26,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[260.75,267.475,0]},"a":{"k":[260.75,267.475,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.567,0.533],[3.967,5.333],[3.3,5.033],[0,0],[1.033,1.933],[0.967,1.733],[2.107,2.526],[0.244,0.457],[0.989,-0.058],[0.089,0.094],[0.667,0.2],[0.4,-0.167],[0.133,-0.4],[-0.365,-0.807],[2.025,-0.095],[1.867,0],[4.933,0.6],[1.1,-0.033],[0.667,-0.5],[0.155,-0.292],[0.15,-0.277],[-0.267,-0.8],[-0.633,-0.633],[-0.967,-0.833],[-1.7,-2.467],[-2.567,-4.133],[-2.433,-3.7],[-1.1,-1.933],[-1.733,-4.033],[-1.967,-5.033],[-0.767,-2.233],[-0.6,-3.067],[-0.333,-3.5],[-0.3,-4.033],[-0.467,-0.733],[-0.089,-0.109],[0,-0.414],[-0.7,-0.467],[-0.867,-0.2],[-2.1,-0.333],[-1.067,-0.267],[-1.933,-0.7],[-0.633,-0.367],[-0.7,-0.467],[-0.4,-0.2],[-1.033,-0.367],[-1.433,-1.133],[-0.967,-0.267],[-0.867,0.933],[-0.084,0.141],[-0.118,0.055],[-1.4,0.867],[-0.7,0.367],[-0.767,0.4],[-2.567,1.8],[0,0],[-2.6,1],[-0.367,0.233],[-0.317,0.686],[-0.374,0.145],[-0.2,0.567],[1.633,1.367]],"o":[[-6.467,-6],[-1.4,-1.867],[0,0],[-2.033,-3.1],[-1.8,-3.533],[-1.627,-2.841],[0.177,-0.509],[-0.411,-0.758],[-0.077,-0.073],[-0.733,-0.8],[-0.467,-0.1],[-0.433,0.167],[-0.131,0.426],[-1.341,0.271],[-6.467,0.233],[-5.267,0.067],[-2.2,-0.333],[-1.167,0],[-0.278,0.208],[-0.183,0.189],[-0.4,0.767],[0.233,0.667],[0.233,0.267],[1.667,1.5],[0.2,0.333],[0.767,1.267],[2.033,3.067],[1.7,3],[0.967,2.2],[1.7,4.4],[1.233,3.7],[0.5,2.5],[0.2,2.033],[0.133,1.567],[0.078,0.125],[-0.267,0.353],[0,0.7],[0.467,0.333],[0.833,0.2],[1.867,0.3],[1.133,0.3],[1.4,0.533],[0.233,0.133],[0.567,0.4],[0.467,0.2],[0.667,0.3],[1.233,1],[1.533,0.367],[0.116,-0.125],[0.115,-0.045],[0.8,-0.4],[1.467,-0.933],[1.6,-0.767],[1.167,-0.567],[0,0],[4.433,-2.967],[1.533,-0.567],[0.783,-0.481],[0.393,0.011],[0.6,-0.233],[0.4,-1.133],[-11.033,-9.7]],"v":[[38.409,13.716],[22.758,-3.284],[15.708,-13.634],[4.809,-30.633],[0.208,-38.184],[-3.941,-46.083],[-9.542,-54.133],[-9.642,-55.583],[-11.742,-56.633],[-11.992,-56.883],[-14.091,-58.383],[-15.392,-58.284],[-16.242,-57.434],[-15.892,-55.583],[-20.941,-55.034],[-33.441,-54.684],[-48.742,-55.483],[-53.691,-55.934],[-56.441,-55.184],[-57.091,-54.434],[-57.591,-53.733],[-57.791,-51.383],[-56.492,-49.434],[-54.691,-47.784],[-49.642,-41.833],[-45.492,-35.133],[-40.691,-27.684],[-35.992,-20.184],[-30.841,-9.634],[-26.441,1.216],[-22.742,11.167],[-19.992,21.316],[-18.742,30.316],[-17.992,39.417],[-17.091,42.866],[-16.841,43.216],[-17.242,44.366],[-16.191,46.116],[-14.191,46.917],[-9.792,47.716],[-5.392,48.566],[-0.792,50.066],[2.258,51.417],[3.659,52.316],[5.108,53.216],[7.358,54.066],[10.508,56.216],[13.809,58.116],[17.409,57.267],[17.708,56.866],[18.059,56.716],[21.358,54.816],[24.608,52.866],[28.159,51.116],[33.758,47.566],[40.258,43.116],[50.809,37.167],[53.659,35.966],[55.309,34.216],[56.458,34.017],[57.659,32.816],[55.809,29.066]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[308.091,359.684],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[11.767,4.133],[5.733,0.9],[1.367,0.2],[2.133,-0.033],[7.9,-2.3],[10.433,-4.267],[12,-5.4],[0.3,-0.2],[0.5,-0.367],[0.033,-1.033],[-0.419,-2.735],[-0.112,-2.911],[-0.433,-4.667],[-0.533,-9.067],[0,-1.967],[0.9,-3.667],[-0.167,-0.833],[-0.5,-0.433],[-0.075,-0.105],[-0.7,0.1],[-0.6,0.4],[-2.3,1.8],[-4.9,2.7],[-12.169,6.045],[0,0],[-4.867,2.133],[-12.4,6.033],[-2.2,0.933]],"o":[[-2.933,-1.067],[-3.2,-0.567],[-2.6,-0.333],[-4.867,0.133],[-8.633,2.567],[-6.933,2.833],[-0.433,0.2],[-0.5,-0.333],[-0.7,0.433],[-0.185,1.799],[-0.212,2.355],[0.067,1.5],[0.367,4.5],[0.167,2.433],[-0.067,4.1],[-0.4,1.6],[0.133,0.667],[0.059,0.128],[0.333,0.467],[0.567,-0.1],[1.2,-0.867],[2.367,-1.767],[11.898,-6.555],[0,0],[9.8,-3.833],[6.2,-2.733],[2.333,-1.1],[-6.733,-15.8]],"v":[[39.617,-44.409],[26.617,-47.359],[19.767,-48.508],[12.667,-48.959],[-6.483,-45.309],[-35.083,-35.059],[-63.483,-22.709],[-64.583,-22.109],[-66.083,-22.059],[-67.183,-19.859],[-66.833,-13.059],[-66.983,-5.159],[-66.233,4.091],[-64.883,24.441],[-64.633,31.041],[-66.083,42.691],[-66.433,46.341],[-65.483,47.992],[-65.283,48.341],[-63.733,48.891],[-61.983,48.141],[-56.733,44.141],[-45.833,37.441],[-9.733,18.541],[10.667,10.641],[32.667,1.691],[60.567,-11.459],[67.367,-14.508]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[298.533,165.959],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.233,1.633],[0.133,0.367],[0.467,0.367],[0.033,-0.033],[0.1,0.133],[2.233,1.267],[3.433,1.6],[2.267,1.2],[0,0],[3.167,1.867],[0,0],[3.067,1.367],[0,0],[0.2,0.1],[0.267,-0.1],[0.1,-0.067],[0.1,-0.067],[2.367,-1],[5.867,-3.033],[1.233,-0.4],[0.1,-0.3],[-0.2,-0.267],[-0.3,-0.067],[1.733,-4.967],[0.367,-1.3],[-0.033,-5.633],[0.033,-0.267],[-0.233,-0.3],[-0.067,-0.033],[-0.633,-0.033],[-0.267,0.5],[-0.5,-0.067],[-15.8,-1.1],[0,0],[-0.1,-0.033],[-0.5,-0.467],[0,0],[-0.833,-0.633],[-1.8,-1.167],[-2.567,-1.6],[-8.533,-4.8],[-0.5,-0.233],[-0.467,-0.233],[-0.933,0.267],[-1.033,0.367],[-1.933,1.567],[-1.333,1.333],[-0.333,0.467],[-0.133,0.133],[-0.233,0.533],[-0.133,0.3],[-0.133,0.467],[-0.333,0.933],[-0.1,0.3],[0.2,1.2],[0.2,1.1],[0.5,4.667],[0.533,2.3],[1,3.267]],"o":[[-0.133,-1],[-0.2,-0.733],[0,0.033],[-0.067,-0.167],[-1.1,-1.6],[-0.7,-0.4],[-1.167,-0.533],[0,0],[-4.233,-2.2],[0,0],[-1.2,-0.633],[0,0],[0.1,-0.267],[-0.067,-0.033],[-0.133,0.067],[-0.133,0.067],[-1.567,0.767],[-12.133,5.267],[-2.6,1.333],[-0.633,0.2],[-0.1,0.267],[0.167,0.233],[-1.2,2.667],[-1.367,4.233],[-1.367,5.3],[-0.3,0.033],[0,0.133],[0.067,0.067],[0.133,1.033],[0.5,0.067],[0.4,0.1],[8.4,1.3],[0,0],[0.1,0],[0.067,0.333],[0,0],[1.6,1.4],[1.267,0.967],[4,2.6],[4.167,2.6],[0.667,0.367],[0.2,0.433],[0.533,0.233],[1.067,-0.233],[1.933,-1.367],[0.867,-0.967],[0.733,-0.867],[0.1,-0.167],[0.233,-0.433],[0.167,-0.3],[0.1,-0.333],[0.833,-1.833],[0.133,-0.367],[-0.067,-1],[-0.467,-2.133],[-0.333,-1.833],[-0.433,-4.167],[-0.2,-0.833],[-0.767,-2.533]],"v":[[47.7,-13.675],[47.3,-15.725],[46.3,-17.375],[46.25,-17.275],[46,-17.725],[41,-22.025],[34.8,-25.025],[29.65,-27.625],[22.55,-31.375],[11.45,-37.475],[5.6,-40.925],[-0.8,-43.925],[-5.35,-45.925],[-5.5,-46.475],[-6,-46.375],[-6.35,-46.175],[-6.7,-45.975],[-12.6,-43.325],[-39.6,-30.875],[-45.35,-28.275],[-46.45,-27.525],[-46.3,-26.725],[-45.6,-26.275],[-50,-14.825],[-52.6,-6.525],[-54.6,9.875],[-55.1,10.325],[-54.75,10.975],[-54.55,11.125],[-53.4,12.725],[-52.25,12.075],[-50.9,12.325],[-14.6,15.925],[-9.6,16.275],[-9.3,16.325],[-8.45,17.525],[-4.8,20.725],[-1.15,23.775],[3.45,26.975],[13.3,33.275],[32.35,44.375],[34.1,45.275],[35.1,46.275],[37.3,46.225],[40.45,45.325],[46.25,40.925],[49.55,37.475],[51.15,35.475],[51.5,35.025],[52.2,33.575],[52.65,32.675],[53,31.475],[54.75,27.325],[55.1,26.325],[54.7,23.025],[53.7,18.175],[52.45,8.425],[51,-1.275],[49.2,-7.425]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[277.15,238.225],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0.067],[0,0],[0,0],[12.2,-3.067],[0.067,-3.367],[0,0],[-0.067,-0.267],[0,0],[0.267,-0.067],[-0.033,-0.4],[-1.633,-9],[-0.133,-1.033],[-2.067,-11.467],[-1.733,-18.167],[0,0],[-0.067,-2.267],[-0.033,-4.467],[-0.167,-2.2],[-0.4,-2.967],[-3.333,-20.6],[-0.333,-0.433],[-2,0],[0,0],[-0.333,0.4],[-0.033,0.067],[-0.833,1.3],[-0.533,1.867],[-0.133,3.6],[4,18.567],[0.067,0.2],[0.067,0.467],[0,0],[1.567,3.933],[0.167,0.5],[0.1,0.633],[-0.067,1.933],[-0.6,3.233],[-0.367,2.367],[0,2.6],[0.733,0.233],[0.133,0],[0.133,0.367],[0.033,0.2],[0.067,0.433],[0.467,0.9],[0.567,1.867],[0.767,2.833],[0,0],[0.9,2.033],[-0.033,0.167],[0,0],[-2.167,7.733],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.067],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1]],"o":[[0,0],[0,0],[-12.733,-0.933],[0.033,1.467],[0,0],[0.033,0.267],[0,0],[-0.333,-0.1],[0.067,0.333],[0.967,8.4],[0.133,1],[0.333,2.533],[3.2,17.433],[0,0],[0.267,2.733],[0.033,1.367],[0,3.6],[0.2,2.9],[2.6,21.667],[0.2,1.1],[0.667,0.833],[0,0],[0.967,0],[0.067,-0.067],[0.633,-0.467],[2,-3.4],[0.533,-1.767],[0.5,-18.767],[-0.067,-0.267],[-0.033,-0.333],[0,0],[-1.167,-5],[-0.4,-0.967],[-0.333,-0.833],[-0.2,-0.967],[0.267,-7.333],[1.067,-4.667],[0.4,-2.533],[-0.067,-1.433],[-0.133,-0.033],[-0.033,-0.267],[-0.2,-0.533],[-0.067,-0.9],[-0.133,-0.6],[-0.633,-1.367],[-0.167,-0.533],[0,0],[-0.567,-1.667],[0.033,-0.167],[0,0],[1,-4.267],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.033]],"v":[[27.425,-110.458],[27.375,-110.458],[0.375,-113.408],[-37.025,-110.208],[-37.075,-102.958],[-37.075,-100.358],[-36.925,-99.558],[-35.475,-91.158],[-36.375,-91.208],[-36.225,-90.108],[-32.325,-64.008],[-31.925,-60.958],[-28.325,-39.958],[-20.925,13.442],[-21.175,13.442],[-20.675,20.941],[-20.575,29.691],[-20.325,38.392],[-19.425,47.191],[-10.525,110.591],[-9.725,112.892],[-5.725,114.142],[27.475,114.341],[29.425,113.742],[29.575,113.542],[31.775,110.892],[35.575,102.992],[36.575,94.941],[31.325,38.941],[31.125,38.242],[30.975,37.042],[30.025,32.492],[25.925,19.092],[25.075,16.892],[24.425,14.692],[24.225,10.342],[25.525,-5.508],[27.675,-16.058],[28.275,-23.758],[27.075,-26.258],[26.675,-26.308],[26.425,-27.258],[26.075,-28.358],[25.875,-30.358],[24.975,-32.608],[23.175,-37.458],[21.775,-42.508],[20.875,-45.458],[18.675,-51.008],[18.775,-51.508],[22.675,-68.658],[27.425,-86.658],[27.425,-86.958],[27.425,-87.258],[27.425,-87.558],[27.425,-87.858],[27.425,-88.158],[27.425,-88.458],[27.425,-88.758],[27.425,-89.058],[27.425,-89.358],[27.425,-89.658],[27.425,-89.958],[27.425,-90.258],[27.425,-90.558],[27.425,-90.858],[27.425,-91.158],[27.425,-91.458],[27.425,-91.758],[27.425,-92.058],[27.425,-92.358],[27.425,-92.658],[27.425,-92.958],[27.425,-93.258],[27.425,-93.558],[27.425,-93.858],[27.425,-94.158],[27.425,-94.458],[27.425,-94.758],[27.425,-95.058],[27.425,-95.358],[27.425,-95.658],[27.425,-95.958],[27.425,-96.258],[27.425,-96.558],[27.425,-96.858],[27.425,-97.158],[27.425,-97.458],[27.425,-97.758],[27.425,-98.058],[27.425,-98.358],[27.425,-98.658],[27.425,-98.958],[27.425,-99.258],[27.425,-99.558],[27.425,-99.808],[27.425,-100.108],[27.425,-100.408],[27.425,-100.708],[27.425,-101.008],[27.425,-101.308],[27.425,-101.608],[27.425,-101.908],[27.425,-102.208],[27.425,-102.508],[27.425,-102.808],[27.425,-103.108],[27.425,-103.408],[27.425,-103.708],[27.425,-104.008],[27.425,-104.308],[27.425,-104.608],[27.425,-104.908],[27.425,-105.208],[27.425,-105.508],[27.425,-105.808],[27.425,-106.108],[27.425,-106.408],[27.425,-106.708],[27.425,-107.008],[27.425,-107.308],[27.425,-107.608],[27.425,-107.908],[27.425,-108.208],[27.425,-108.508],[27.425,-108.808],[27.425,-109.108],[27.425,-109.408],[27.425,-109.708],[27.425,-110.008],[27.425,-110.308]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[192.675,286.159],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4"}],"ip":21,"op":22,"st":21,"bm":0,"sr":1},{"ddd":0,"ind":22,"ty":4,"nm":"21 Outlines","parent":26,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[258.801,287.08,0]},"a":{"k":[258.801,287.08,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-2.1,-0.233],[-2.467,-1.1],[-0.5,-0.033],[-0.4,0.267],[-0.633,-0.2],[-1,1.133],[0.467,1.333],[0.367,0.533],[0.2,0.333],[0.767,1.567],[0.433,0.933],[4.733,7.233],[1.567,2.767],[4.567,9.9],[2.233,4.133],[0,0.033],[-0.033,0.1],[0.133,0.133],[0,0],[0.633,0.867],[0.033,0.133],[0,0],[0.067,0.1],[0,0],[0,0],[0,0],[0,0],[0.3,0.067],[0.1,-0.033],[0.1,-0.033],[0,0],[13.2,-1.8],[3.967,0.1],[0.667,-0.3],[0.333,-0.433],[-0.067,-0.467],[-0.2,-0.233],[-0.533,-0.667],[-2.333,-2.3],[-1.033,-1.3],[-2.033,-3.3],[-5.8,-17.667],[-0.733,-1.633],[-0.4,-0.367],[0,-0.1],[-0.033,-0.133],[-0.167,-0.3],[0,0],[-0.167,-0.367],[-0.033,-0.2],[0,0],[-0.133,-0.533],[-0.167,-0.133],[0,0],[-0.133,0],[0,0],[-0.967,0],[-1.133,0.2],[-1.067,0.4],[-0.367,0.1],[-4.933,-0.067]],"o":[[3.4,0.367],[1,0.5],[0.667,0.033],[0.567,0.3],[2.067,0.633],[0.833,-0.9],[-0.133,-0.467],[-0.433,-0.6],[-0.7,-1.033],[-0.867,-1.867],[-2.2,-4.833],[-5.867,-9],[-2.233,-3.933],[-2.8,-6.067],[0.033,0],[0.067,-0.1],[-0.133,-0.233],[0,0],[-0.167,-0.167],[-0.233,-0.4],[0,0],[-0.067,-0.1],[0,0],[0,0],[0,0],[0,0],[-0.1,-0.1],[-0.1,0],[-0.067,0],[0,0],[-6.367,0.8],[-3.6,-0.1],[-1.3,-0.067],[-0.5,0.233],[-0.333,0.467],[0.067,0.267],[0,0.433],[0.833,0.933],[2.033,2],[1.6,1.9],[9.467,15.333],[1.2,3.733],[0.333,0.7],[-0.033,0.067],[-0.033,0.333],[0,0.167],[0,0],[0.067,0.2],[0.133,0.367],[0,0],[0,0.267],[0.233,0.467],[0,0],[0.133,0.033],[0,0],[0.467,0.333],[1.767,0.133],[0.7,-0.1],[1.433,-0.5],[2.6,-0.8],[4.233,0.033]],"v":[[29.275,43.783],[38.075,45.983],[40.325,46.783],[41.925,46.433],[43.725,47.183],[48.325,46.433],[48.875,43.083],[48.125,41.583],[47.175,40.183],[44.975,36.283],[43.025,32.083],[32.625,13.983],[21.475,-3.667],[11.275,-24.417],[3.725,-39.717],[3.775,-39.767],[3.925,-40.066],[3.525,-40.617],[2.775,-41.417],[1.575,-42.967],[1.175,-43.767],[1.075,-44.367],[0.875,-44.667],[0.725,-44.667],[0.675,-45.017],[0.025,-47.117],[-0.275,-47.566],[-0.875,-47.816],[-1.175,-47.767],[-1.425,-47.717],[-3.975,-47.417],[-33.325,-43.517],[-44.675,-43.816],[-47.625,-43.467],[-48.875,-42.467],[-49.275,-41.066],[-48.875,-40.316],[-48.075,-38.667],[-43.325,-33.816],[-38.725,-28.867],[-33.275,-21.066],[-10.375,28.433],[-7.475,36.483],[-6.375,38.083],[-6.425,38.333],[-6.425,39.033],[-6.175,39.733],[-6.075,40.583],[-5.725,41.433],[-5.475,42.283],[-5.375,43.233],[-5.175,44.433],[-4.575,45.333],[-3.825,45.633],[-3.425,45.683],[-3.375,45.733],[-1.225,46.233],[3.125,46.133],[5.775,45.383],[8.475,44.483],[19.775,43.383]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[296.425,348.567],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.067,2.5],[4.433,7.5],[6.867,5.167],[8.2,3.433],[9.333,2.667],[6.433,1.033],[6.927,-0.544],[0.023,0.025],[0.123,-0.009],[0.589,0.189],[0,0],[0.069,-0.161],[0.518,0],[1,-0.667],[0.2,-3.4],[-0.2,-2.6],[-0.2,-2.933],[0.067,-4.933],[0,0],[-0.399,0.162],[-2.567,0],[-3.433,-0.267],[-4.767,-0.933],[-7.567,-6.4],[-1.3,-2.633],[-0.27,-0.861],[-12.591,0.642],[-0.933,0.867]],"o":[[-0.067,-7.833],[-4.1,-6.9],[-5.933,-4.467],[-6.167,-2.567],[-9.367,-2.633],[-8.206,-1.311],[-0.01,-0.008],[-0.144,0.025],[-0.811,0.055],[0,0],[-0.064,0.106],[-0.415,-0.067],[-1.433,-0.067],[-1.633,1.1],[-0.067,1.8],[0.1,1.433],[0.133,2.433],[0,0],[0.335,-0.238],[1.033,-0.467],[7.567,0.233],[6.133,0.433],[12.3,2.467],[3,2.467],[0.363,0.739],[14.775,1.909],[2.267,-0.067],[1.1,-1.033]],"v":[[62.3,30.326],[55.55,7.326],[39.1,-10.774],[17.9,-22.624],[-5.35,-30.474],[-29.05,-35.974],[-51.75,-37.124],[-51.8,-37.174],[-52.2,-37.124],[-54.3,-37.324],[-54.3,-37.274],[-54.5,-36.874],[-55.9,-36.974],[-59.55,-36.074],[-62.3,-29.324],[-62.1,-22.724],[-61.65,-16.174],[-61.55,-5.124],[-61.65,10.276],[-60.55,9.676],[-55.15,8.976],[-38.65,9.726],[-22.3,11.776],[7.5,25.076],[13.95,32.726],[14.9,35.126],[55.95,37.026],[60.75,35.626]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[275.35,211.824],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.047,0.006],[0,0],[9.967,-0.4],[0.312,-0.133],[0.172,-0.902],[0.533,-1.5],[0.067,-0.4],[0.2,-0.333],[1.3,-0.733],[0.351,-0.185],[0.036,-0.033],[0.933,-0.667],[0,0],[0.767,-0.3],[0.257,-0.252],[10.534,1.466],[5.8,1.567],[0.333,-0.1],[0.125,-0.123],[0.145,-0.111],[0.367,-1.067],[0.2,-5.067],[0,-2.933],[0.867,-6.233],[-0.1,-0.4],[-0.533,-0.2],[-0.407,0.115],[-3.012,-0.251],[-17.467,-0.933],[-0.4,0.2],[-0.053,0.055],[-0.277,-0.028],[-0.169,0.003],[-2.372,0.424],[-1.505,0.406],[-2.133,0.333],[0,0],[-0.715,0.117],[-4.445,1.331],[-3.989,5.513],[-0.467,1],[-0.567,1.5],[0,0],[-0.3,1],[0.333,4.133],[0.917,4.317],[0.045,0.367],[0.708,0.224],[0.087,0.031],[0.147,-0.039]],"o":[[0,0],[-10.4,-0.567],[-0.488,0],[-0.128,0.731],[-0.533,2.6],[-0.567,1.5],[-0.233,1.467],[-0.333,0.567],[-0.349,0.181],[-0.031,0.033],[-0.433,0.4],[0,0],[-1.267,0.9],[-0.609,0.248],[-3.133,-0.434],[-9.033,-1.267],[-0.667,-0.2],[-0.175,0.043],[-0.122,0.055],[-0.5,0.5],[-1.8,4.6],[-0.033,0.6],[0,5.967],[-0.133,0.8],[0.133,0.767],[0.359,0.148],[1.321,0.449],[10.7,0.833],[0.7,0.067],[0.08,-0.045],[0.223,0.039],[0.164,0.003],[2.161,-0.376],[1.062,-0.261],[1.033,-0.233],[0,0],[0.785,-0.117],[5.855,-1.235],[6.644,-5.354],[1.1,-1.533],[0.333,-0.6],[0,0],[0.633,-1.567],[0.9,-3.167],[-0.217,-2.383],[0.312,-0.233],[-0.025,-0.543],[-0.08,-0.069],[-0.186,-0.072],[-0.053,0.006]],"v":[[55.509,-34.608],[50.059,-35.008],[19.509,-35.258],[18.309,-35.058],[17.858,-32.608],[16.259,-26.458],[15.309,-23.608],[14.659,-20.908],[12.208,-18.958],[11.159,-18.408],[11.059,-18.308],[9.009,-16.708],[-3.892,-7.658],[-6.941,-5.858],[-8.241,-5.108],[-28.741,-7.958],[-50.991,-12.208],[-52.491,-12.358],[-52.941,-12.108],[-53.341,-11.858],[-54.641,-9.508],[-57.641,4.992],[-57.691,10.292],[-58.991,28.592],[-59.041,30.392],[-58.041,31.842],[-56.891,31.892],[-50.391,32.942],[-8.142,35.592],[-6.491,35.392],[-6.292,35.242],[-5.542,35.342],[-5.042,35.342],[1.759,34.142],[5.608,33.142],[10.358,32.292],[14.659,31.642],[16.909,31.292],[32.358,27.442],[48.309,11.142],[50.659,7.342],[52.009,4.192],[56.559,-7.508],[57.958,-11.358],[58.809,-22.308],[57.108,-32.358],[57.509,-33.258],[56.409,-34.408],[56.159,-34.558],[55.659,-34.608]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[277.391,266.508],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[6.267,0],[0.233,0],[0.1,0.033],[0.2,0.033],[0,0],[0.3,-0.033],[0.167,-0.1],[0.033,-0.067],[0.167,0],[0,0],[0.533,-0.2],[0.333,-0.3],[0.033,-0.1],[0.1,-0.067],[0.1,-0.367],[0,-1.133],[0,0],[0,0],[-0.533,-12.4],[0,0],[0,-0.067],[-0.2,-6.033],[0,-1.233],[0.067,-1.333],[-0.067,-0.367],[0,0],[0,0],[0,0],[0,-0.067],[0,0],[-0.1,-0.7],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.033,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[-0.033,-0.1],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.033,-0.1],[0.033,-0.1],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.033,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.067],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[-0.033,-0.1],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.033,-0.1],[0,0],[0,0],[-0.033,-0.1],[0,-0.067],[-0.233,-0.233],[-0.1,-0.1],[-0.1,-0.1],[-0.167,-0.1],[-0.233,-0.067],[-0.2,-0.033],[-0.2,0.033],[-0.2,0.067],[-0.033,0.033],[-1.933,-0.033],[-0.667,-0.1],[-1.167,-0.033],[-3.2,-0.267],[-1.6,0],[-2.833,0.133],[-1.433,-0.033],[-0.467,0.133],[-0.267,0.233],[-0.5,0.2],[0,0],[0,0],[-0.267,0.5],[-0.133,1.733],[1.1,9.567],[0.2,0.7],[0.233,0.6],[0,0],[0,0],[0.2,1.667],[-0.067,2.967],[-0.2,3.767],[-0.333,2.1],[-0.967,4.233],[0,0],[0.167,0.033],[1.6,0.033],[2.8,0.033],[0,0],[0.8,0.033]],"o":[[-0.233,0],[-0.1,-0.033],[-0.2,-0.033],[0,0],[-0.3,0.033],[-0.167,0.1],[-0.067,0.067],[-0.167,-0.033],[0,0],[-0.233,-0.033],[-0.6,0.233],[-0.1,0.1],[-0.1,0.033],[-0.3,0.2],[0.067,0.9],[0,0],[0,0],[-0.3,9.9],[0,0],[0.033,0.067],[0.7,3.167],[0.1,3.3],[0,1.5],[0.033,0.267],[0,0],[0,0],[0,0],[0,0.033],[0,0],[0.067,0.833],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.033,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0.033,0.1],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.033,0.1],[-0.033,0.1],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.033,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.067],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0.033,0.1],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.033,0.1],[0,0],[0,0],[0.033,0.067],[0,0.067],[0.033,0.267],[0.1,0.1],[0.1,0.1],[0.167,0.1],[0.233,0.067],[0.2,0.033],[0.2,-0.033],[0.2,-0.067],[0.033,0],[1.633,0.133],[0.5,0.233],[0.533,0.1],[1.167,0.033],[2.733,0.2],[1.3,0.033],[2.7,-0.133],[0.933,0],[0.433,-0.133],[0.6,0.067],[0,0],[0,0],[0.3,-0.333],[0.367,-0.767],[0.667,-9.833],[-0.133,-1.467],[-0.067,-0.233],[0,0],[0,0],[-0.867,-4.3],[-0.233,-2.333],[0.033,-1.567],[0.267,-4.2],[0.133,-0.767],[0,0],[-0.167,-0.067],[-1.6,-0.033],[-2.8,-0.033],[0,0],[-0.8,-0.033],[-6.233,0]],"v":[[-17.908,-113.242],[-18.609,-113.242],[-18.908,-113.341],[-19.508,-113.441],[-19.508,-113.341],[-20.408,-113.242],[-20.908,-112.941],[-21.059,-112.742],[-21.559,-112.792],[-21.559,-112.691],[-22.708,-112.441],[-24.109,-111.642],[-24.309,-111.341],[-24.609,-111.191],[-25.208,-110.341],[-25.109,-107.292],[-25.059,-102.142],[-24.158,-96.091],[-23.809,-62.642],[-23.809,-62.341],[-23.758,-62.142],[-22.408,-48.341],[-22.258,-41.542],[-22.359,-37.292],[-22.208,-36.341],[-22.008,-28.941],[-22.158,-27.542],[-22.158,-27.492],[-22.158,-27.341],[-21.958,-23.691],[-21.708,-21.392],[-21.708,-21.242],[-21.708,-20.941],[-21.708,-20.642],[-21.708,-20.341],[-21.708,-20.042],[-21.708,-19.742],[-21.708,-19.441],[-21.708,-19.142],[-21.708,-18.841],[-21.708,-18.591],[-21.708,-18.292],[-21.708,-17.992],[-21.708,-17.691],[-21.708,-17.392],[-21.708,-17.091],[-21.708,-16.792],[-21.708,-16.492],[-21.708,-16.191],[-21.708,-15.892],[-21.708,-15.591],[-21.708,-15.292],[-21.708,-14.992],[-21.708,-14.691],[-21.708,-14.392],[-21.708,-14.091],[-21.708,-13.792],[-21.708,-13.492],[-21.708,-13.191],[-21.708,-12.892],[-21.708,-12.591],[-21.708,-12.292],[-21.708,-11.992],[-21.708,-11.691],[-21.708,-11.392],[-21.708,-11.091],[-21.708,-10.792],[-21.708,-10.492],[-21.708,-10.191],[-21.708,-9.892],[-21.708,-9.591],[-21.708,-9.292],[-21.708,-8.992],[-21.708,-8.691],[-21.708,-8.392],[-21.708,-8.091],[-21.708,-7.792],[-21.708,-7.492],[-21.708,-7.191],[-21.708,-6.892],[-21.708,-6.591],[-21.708,-6.292],[-21.708,-5.992],[-21.708,-5.691],[-21.708,-5.392],[-21.708,-5.091],[-21.708,-4.792],[-21.708,-4.492],[-21.708,-4.191],[-21.708,-3.892],[-21.708,-3.591],[-21.708,-3.292],[-21.708,-2.992],[-21.708,-2.691],[-21.708,-2.392],[-21.708,-2.091],[-21.708,-1.792],[-21.708,-1.492],[-21.708,-1.191],[-21.708,-0.892],[-21.708,-0.591],[-21.708,-0.292],[-21.708,0.008],[-21.708,0.309],[-21.708,0.608],[-21.708,0.909],[-21.708,1.208],[-21.708,1.508],[-21.708,1.809],[-21.708,2.109],[-21.708,2.409],[-21.708,2.708],[-21.708,3.008],[-21.708,3.309],[-21.708,3.608],[-21.708,3.909],[-21.708,4.208],[-21.708,4.508],[-21.708,4.809],[-21.708,5.108],[-21.708,5.409],[-21.708,5.709],[-21.708,6.008],[-21.708,6.309],[-21.708,6.608],[-21.708,6.909],[-21.708,7.208],[-21.708,7.508],[-21.708,7.809],[-21.708,8.108],[-21.708,8.409],[-21.708,8.708],[-21.708,9.008],[-21.708,9.309],[-21.708,9.608],[-21.708,9.909],[-21.708,10.208],[-21.708,10.508],[-21.708,10.809],[-21.708,11.109],[-21.708,11.409],[-21.708,11.708],[-21.708,12.008],[-21.708,12.309],[-21.708,12.608],[-21.708,12.909],[-21.708,13.208],[-21.708,13.508],[-21.708,13.809],[-21.708,14.108],[-21.708,14.409],[-21.708,14.708],[-21.708,15.008],[-21.708,15.309],[-21.708,15.608],[-21.708,15.908],[-21.708,16.208],[-21.708,16.508],[-21.708,16.809],[-21.708,17.108],[-21.708,17.408],[-21.708,17.708],[-21.708,18.008],[-21.708,18.309],[-21.708,18.608],[-21.708,18.908],[-21.708,19.208],[-21.708,19.508],[-21.708,19.809],[-21.708,20.108],[-21.708,20.408],[-21.708,20.708],[-21.708,21.008],[-21.708,21.309],[-21.708,21.608],[-21.708,21.908],[-21.708,22.158],[-21.708,22.458],[-21.708,22.758],[-21.708,23.059],[-21.708,23.358],[-21.708,23.658],[-21.708,23.958],[-21.708,24.258],[-21.708,24.559],[-21.708,24.858],[-21.708,25.158],[-21.708,25.458],[-21.708,25.758],[-21.708,26.059],[-21.708,26.358],[-21.708,26.658],[-21.708,26.958],[-21.708,27.258],[-21.708,27.559],[-21.708,27.858],[-21.708,28.158],[-21.708,28.458],[-21.708,28.758],[-21.708,29.059],[-21.708,29.358],[-21.708,29.658],[-21.708,29.958],[-21.708,30.258],[-21.708,30.559],[-21.708,30.858],[-21.708,31.158],[-21.708,31.458],[-21.708,31.758],[-21.708,32.059],[-21.708,32.358],[-21.708,32.658],[-21.708,32.958],[-21.708,33.258],[-21.708,33.559],[-21.708,33.858],[-21.708,34.158],[-21.708,34.458],[-21.609,34.758],[-21.609,35.059],[-21.609,35.358],[-21.609,35.658],[-21.609,35.958],[-21.609,36.258],[-21.609,36.559],[-21.609,36.858],[-21.609,37.158],[-21.609,37.458],[-21.609,37.758],[-21.609,38.059],[-21.609,38.358],[-21.609,38.658],[-21.609,38.958],[-21.609,39.258],[-21.609,39.559],[-21.609,39.858],[-21.609,40.158],[-21.609,40.458],[-21.609,40.758],[-21.609,41.059],[-21.609,41.358],[-21.609,41.658],[-21.609,41.958],[-21.609,42.258],[-21.508,42.559],[-21.508,42.858],[-21.508,43.158],[-21.508,43.458],[-21.508,43.758],[-21.508,44.059],[-21.508,44.358],[-21.508,44.658],[-21.508,44.958],[-21.508,45.258],[-21.508,45.559],[-21.508,45.858],[-21.508,46.158],[-21.508,46.458],[-21.508,46.758],[-21.508,47.059],[-21.508,47.358],[-21.508,47.658],[-21.508,47.958],[-21.508,48.258],[-21.508,48.559],[-21.508,48.858],[-21.508,49.158],[-21.408,49.458],[-21.508,49.758],[-21.508,50.059],[-21.508,50.358],[-21.508,50.658],[-21.508,50.958],[-21.508,51.258],[-21.508,51.559],[-21.408,51.858],[-21.408,52.158],[-21.408,52.458],[-21.408,52.758],[-21.408,53.059],[-21.408,53.358],[-21.408,53.658],[-21.408,53.958],[-21.408,54.258],[-21.408,54.559],[-21.408,54.858],[-21.408,55.158],[-21.408,55.458],[-21.408,55.758],[-21.408,56.059],[-21.408,56.358],[-21.408,56.658],[-21.408,56.958],[-21.408,57.258],[-21.408,57.559],[-21.408,57.858],[-21.408,58.158],[-21.408,58.458],[-21.408,58.758],[-21.408,59.059],[-21.408,59.358],[-21.408,59.658],[-21.408,59.958],[-21.408,60.258],[-21.408,60.559],[-21.408,60.858],[-21.408,61.158],[-21.408,61.458],[-21.408,61.758],[-21.408,62.059],[-21.408,62.358],[-21.408,62.658],[-21.408,62.958],[-21.408,63.208],[-21.408,63.508],[-21.408,63.809],[-21.408,64.108],[-21.408,64.408],[-21.408,64.708],[-21.408,65.008],[-21.408,65.309],[-21.408,65.608],[-21.408,65.908],[-21.408,66.208],[-21.408,66.508],[-21.408,66.809],[-21.408,67.108],[-21.408,67.408],[-21.408,67.708],[-21.408,68.008],[-21.408,68.309],[-21.408,68.608],[-21.408,68.908],[-21.408,69.208],[-21.408,69.508],[-21.408,69.809],[-21.408,70.108],[-21.408,70.408],[-21.408,70.708],[-21.408,71.008],[-21.408,71.309],[-21.408,71.608],[-21.408,71.908],[-21.408,72.208],[-21.408,72.508],[-21.408,72.809],[-21.408,73.108],[-21.408,73.408],[-21.408,73.708],[-21.408,74.008],[-21.408,74.309],[-21.408,74.608],[-21.408,74.908],[-21.408,75.208],[-21.408,75.508],[-21.408,75.809],[-21.408,76.108],[-21.408,76.408],[-21.408,76.708],[-21.408,77.008],[-21.408,77.309],[-21.408,77.608],[-21.408,77.908],[-21.408,78.208],[-21.408,78.508],[-21.408,78.809],[-21.408,79.108],[-21.408,79.408],[-21.408,79.708],[-21.408,80.008],[-21.408,80.309],[-21.408,80.608],[-21.408,80.908],[-21.408,81.208],[-21.408,81.508],[-21.408,81.809],[-21.408,82.108],[-21.408,82.408],[-21.408,82.708],[-21.408,83.008],[-21.408,83.309],[-21.408,83.608],[-21.408,83.908],[-21.408,84.208],[-21.408,84.508],[-21.408,84.809],[-21.408,85.108],[-21.408,85.408],[-21.408,85.708],[-21.408,86.008],[-21.408,86.309],[-21.408,86.608],[-21.408,86.908],[-21.408,87.208],[-21.408,87.508],[-21.408,87.809],[-21.408,88.108],[-21.408,88.408],[-21.408,88.708],[-21.408,89.008],[-21.408,89.309],[-21.408,89.608],[-21.408,89.908],[-21.408,90.208],[-21.408,90.508],[-21.408,90.809],[-21.408,91.108],[-21.408,91.408],[-21.408,91.708],[-21.408,92.008],[-21.408,92.309],[-21.408,92.608],[-21.408,92.908],[-21.408,93.208],[-21.408,93.508],[-21.408,93.809],[-21.408,94.108],[-21.408,94.408],[-21.408,94.708],[-21.408,95.008],[-21.408,95.309],[-21.408,95.608],[-21.408,95.908],[-21.408,96.208],[-21.408,96.508],[-21.408,96.809],[-21.408,97.108],[-21.408,97.408],[-21.408,97.708],[-21.408,98.008],[-21.408,98.309],[-21.408,98.608],[-21.408,98.908],[-21.408,99.208],[-21.408,99.508],[-21.408,99.809],[-21.408,100.108],[-21.408,100.408],[-21.408,100.708],[-21.408,101.008],[-21.408,101.309],[-21.408,101.608],[-21.408,101.908],[-21.408,102.208],[-21.408,102.508],[-21.408,102.809],[-21.408,103.108],[-21.408,103.408],[-21.408,103.708],[-21.408,103.958],[-21.408,104.258],[-21.408,104.559],[-21.408,104.858],[-21.408,105.158],[-21.309,105.458],[-21.309,105.758],[-21.309,106.059],[-21.309,106.358],[-21.309,106.658],[-21.309,106.958],[-21.309,107.258],[-21.309,107.559],[-21.309,107.858],[-21.309,108.158],[-21.309,108.458],[-21.309,108.758],[-21.208,109.059],[-21.208,109.358],[-21.208,109.658],[-21.109,109.908],[-21.109,110.108],[-20.708,110.858],[-20.408,111.158],[-20.109,111.458],[-19.609,111.758],[-18.908,111.958],[-18.309,112.059],[-17.708,111.958],[-17.109,111.758],[-17.008,111.708],[-11.658,111.958],[-9.908,112.458],[-7.359,112.658],[-0.809,113.108],[5.691,113.408],[11.891,113.258],[18.092,113.108],[20.191,112.908],[21.242,112.358],[22.891,112.158],[22.941,112.158],[22.941,110.608],[23.792,109.358],[24.542,105.608],[23.891,76.508],[23.391,73.258],[22.941,72.008],[22.941,-41.941],[21.891,-46.941],[20.292,-55.892],[20.042,-63.841],[20.391,-71.841],[21.292,-81.292],[22.941,-88.792],[22.941,-112.691],[22.441,-112.841],[17.641,-112.941],[9.242,-113.042],[3.242,-113.142],[0.842,-113.242]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[197.258,287.092],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4"}],"ip":22,"op":23,"st":22,"bm":0,"sr":1},{"ddd":0,"ind":23,"ty":4,"nm":"22 Outlines","parent":26,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[260.943,287.113,0]},"a":{"k":[260.943,287.113,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.267,2.2],[3,4.633],[1.133,2.4],[1.167,2.767],[0.7,1.2],[0.7,1.133],[1.267,2.467],[0,0],[0.9,1.133],[0.267,0.367],[0.243,0.439],[-0.007,0.161],[0.3,0.3],[0.149,0.101],[0.5,0.2],[0.367,0.067],[1.233,-0.733],[3.8,-0.467],[0,0],[2.3,0],[0.167,-0.2],[0.336,0.037],[3.3,0.533],[0,0],[0.433,-0.067],[0.167,-0.667],[-0.167,-0.433],[-0.016,-0.045],[0.086,-0.015],[0,0],[-0.176,-0.632],[-0.433,-0.633],[0,-0.433],[-2.411,-4.853],[-0.767,-1.2],[-1.767,-2.367],[-1.733,-3.2],[-1.033,-2.067],[-1.067,-2.9],[-0.767,-2.233],[-1.333,-2.933],[0,0],[-0.933,-1.733],[-1.5,-2],[-0.097,-0.083],[-0.049,-0.171],[-0.6,-0.067],[-1.367,0.133],[-1.567,0.233],[-4.233,-0.2],[-4.9,-0.5],[-4.467,-0.8],[-0.167,0.2],[0.367,0.3],[0.061,0.035],[0.965,2.027],[1.333,2.233],[0.3,0.5],[2.133,4.5]],"o":[[-0.733,-1.233],[-2.333,-3.6],[-0.267,-0.533],[-0.867,-2],[-1.467,-2.233],[-0.5,-0.833],[0,0],[-1.633,-3.233],[-0.6,-0.733],[-0.391,-0.495],[0.059,-0.139],[0.033,-0.367],[-0.118,-0.133],[-0.1,-0.267],[-0.733,-0.433],[-0.6,-0.1],[-1.767,0.933],[0,0],[-2.6,0.267],[-0.533,0],[-0.331,-0.029],[-1.433,-0.167],[0,0],[-0.867,-0.133],[-0.8,0.133],[-0.1,0.333],[0.017,0.055],[-0.114,0.019],[0,0],[0.191,0.435],[0.167,0.367],[0.167,0.5],[2.955,4.38],[2.167,4.4],[0.767,1.233],[1,1.5],[2.233,4.067],[1.733,3.433],[0.433,1.1],[0.6,1.5],[0,0],[1.533,3.367],[1.467,2.8],[0.103,0.117],[-0.083,0.129],[0.033,0.333],[1,0.1],[0.8,-0.067],[3.4,-0.4],[2.733,0.133],[9.067,0.933],[0.6,0.067],[0.233,-0.367],[-0.039,-0.031],[-0.369,-1.773],[-0.7,-1.467],[-2.1,-3.533],[-1.033,-1.9],[-2,-4.167]],"v":[[30.884,12.041],[25.284,3.241],[20.083,-5.759],[17.934,-10.708],[15.583,-15.508],[12.333,-20.559],[9.684,-25.508],[4.034,-36.909],[0.233,-43.458],[-1.066,-45.108],[-2.017,-46.508],[-1.917,-46.958],[-2.316,-47.958],[-2.716,-48.309],[-3.616,-49.008],[-5.267,-49.758],[-8.017,-48.809],[-16.366,-46.708],[-24.316,-45.659],[-31.667,-45.258],[-32.716,-44.958],[-33.716,-45.059],[-40.816,-46.108],[-46.016,-47.008],[-47.966,-47.108],[-49.416,-45.909],[-49.316,-44.758],[-49.266,-44.608],[-49.566,-44.559],[-49.766,-44.559],[-49.216,-42.958],[-48.316,-41.458],[-48.066,-40.059],[-40.017,-26.208],[-35.616,-17.809],[-31.816,-12.409],[-27.716,-5.358],[-22.816,3.841],[-18.616,13.341],[-16.816,18.341],[-13.917,24.991],[-11.267,30.841],[-7.566,38.491],[-3.116,45.691],[-2.816,45.991],[-2.866,46.441],[-1.917,47.041],[1.634,46.991],[5.184,46.541],[16.634,46.241],[28.083,47.191],[48.384,49.791],[49.534,49.591],[49.333,48.591],[49.184,48.491],[47.184,42.791],[44.134,37.241],[40.534,31.191],[35.784,21.591]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[300.166,350.759],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-0.3,0.167],[-0.067,0.067],[0.033,0.367],[0,0],[0,0.2],[3.8,5.833],[2.267,2.8],[1.5,1.533],[2.167,1.4],[0.567,0.333],[1,0.733],[5.967,2.033],[2.433,0.533],[0.867,0.133],[0.833,0.2],[2.2,0.233],[2.133,0],[0.933,0.1],[3.6,0.3],[8.667,-0.433],[0.133,-0.033],[0.4,-0.1],[0,0],[0.367,-0.2],[0.233,-0.133],[0,0],[0,0],[0,0],[0,-0.267],[-0.033,-0.2],[0.367,-0.1],[0.733,-0.833],[0.267,-1.033],[0,-2.233],[0,-3],[-0.167,-1.367],[-0.667,-3.533],[0,-2.133],[0,0],[0.2,-0.3],[0,0],[-3.233,-0.467],[0,0],[-1.767,-0.1],[-2.067,-0.033],[-2.467,-0.333],[-4.633,-2.3],[-3.767,-3.467],[-0.467,-0.867],[0,-0.867],[-0.233,-0.5],[-1.033,0]],"o":[[0.733,-0.033],[0.1,-0.067],[0,-0.3],[0,0],[-0.033,-0.233],[-1.333,-8.767],[-0.967,-1.5],[-2.3,-2.8],[-2.233,-2.267],[-0.567,-0.367],[-0.967,-0.767],[-4.633,-3.267],[-2.7,-0.933],[-0.733,-0.167],[-1.167,-0.367],[-2.667,-0.7],[-1.067,-0.1],[-0.933,-0.167],[-1.933,-0.2],[-13.067,-0.967],[-0.167,0],[-0.467,-0.067],[0,0],[-0.267,-0.1],[-0.4,0.2],[0,0],[0,0],[0,0],[-0.067,0.133],[0,0.267],[-0.367,0.033],[-1,0.333],[-0.7,0.8],[-0.2,0.7],[0,0.467],[-0.033,2.067],[0.167,1.8],[0.167,1.533],[0,0],[-0.067,0.767],[0,0],[3.167,0.1],[0,0],[2,0.033],[3.733,-0.067],[3.4,0],[4.8,0.633],[4.4,2.2],[1.4,1.4],[0.5,0.9],[0.267,0.5],[0.667,0.1],[0,0]],"v":[[60.667,31.991],[62.216,31.691],[62.466,31.491],[62.417,30.491],[62.266,27.142],[62.216,26.491],[54.516,4.591],[49.667,-1.858],[43.966,-8.358],[37.366,-13.858],[35.667,-14.909],[32.716,-17.159],[16.816,-25.108],[9.116,-27.309],[6.716,-27.759],[3.716,-28.608],[-3.583,-30.009],[-8.384,-30.159],[-11.184,-30.559],[-19.484,-31.309],[-52.083,-32.108],[-52.533,-32.059],[-53.833,-32.009],[-53.883,-31.909],[-54.833,-31.759],[-55.783,-31.259],[-56.283,-31.009],[-56.734,-30.559],[-56.934,-30.108],[-57.033,-29.509],[-56.984,-28.809],[-58.083,-28.608],[-60.684,-26.858],[-62.133,-24.108],[-62.434,-19.708],[-62.434,-14.509],[-62.234,-9.358],[-60.984,-1.358],[-60.734,4.142],[-60.734,8.491],[-61.133,10.091],[-61.133,10.142],[-51.533,10.991],[-36.984,11.292],[-31.333,11.491],[-22.633,11.441],[-13.833,11.941],[0.316,16.341],[12.566,24.841],[15.366,28.241],[16.116,30.892],[16.866,32.392],[19.417,32.542]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[275.083,206.009],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.3,-0.3],[0.035,-0.035],[0,0],[5.633,-0.567],[0.793,-0.099],[0,0],[0.433,0.067],[0,0],[0.208,-0.131],[0.167,0.067],[0,0],[0.067,-0.067],[0,0],[0.067,-0.167],[0,0],[0,0],[0.015,-0.027],[0.067,-0.833],[0.8,-3.267],[0,0],[0.6,-1.233],[1.067,-0.867],[1.233,-0.633],[0.4,-0.267],[0,0],[1.233,-0.5],[0.7,-0.267],[0.169,-0.068],[0.261,-0.028],[8.2,0.567],[4.633,0.3],[0.9,0.367],[0.2,0],[0.236,-0.181],[0,0],[0,0],[0.267,-0.067],[-0.1,-0.333],[-0.567,-0.233],[-0.033,-0.167],[0,0],[0.053,0.096],[0.267,0.1],[0.233,-0.133],[0,-0.733],[-0.633,-8.2],[-0.033,-4.167],[-0.133,-0.167],[-0.623,0.035],[-0.244,-0.092],[-0.136,0.006],[-0.273,-0.065],[0,0],[-2.567,-0.133],[0,0],[-0.249,0.103],[-2.011,0.057],[-2.967,0.2],[-2.6,0.267],[-3.867,0.767],[-1.467,0.533],[-3.033,1.633],[-0.1,0.133],[-0.036,0.142],[-2.403,1.721],[-2.8,2.367],[-0.767,0.767],[-1.067,1.267],[-1.367,2.233],[-1.933,5.767],[-0.467,2.633],[0.339,2.563],[0,0],[0,0.143],[0.05,0.113],[0.051,0.746],[0,0],[0.067,0.267],[0,0],[0,0],[0.011,-0.093],[0,0],[0,0.033],[0,0],[0.1,-0.1],[0,0],[0,0],[0,0],[0.334,0.073],[0,0],[0.233,0]],"o":[[-0.032,0.031],[0,0],[-11.367,0],[-0.773,0.068],[0,0],[-0.2,-0.267],[0,0],[-0.225,-0.065],[0,-0.033],[0,0],[-0.1,-0.067],[0,0],[-0.033,0.1],[0,0],[0,0],[-0.018,0.039],[-0.167,0.267],[-0.067,1.667],[0,0],[-0.233,0.867],[-0.9,1.667],[-0.667,0.567],[-1.6,0.8],[0,0],[-0.8,0.467],[-1.4,0.567],[-0.231,0.065],[-0.205,0.005],[-5.7,0.233],[-9.267,-0.767],[-2.3,-0.133],[-0.633,-0.233],[-0.397,-0.047],[0,0],[0,0],[-0.333,-0.1],[-0.4,0.2],[0.067,0.2],[0.267,0.067],[0,0],[-0.047,-0.137],[-0.167,-0.233],[-0.267,-0.067],[-0.3,0.2],[0.1,3.033],[0.533,7.067],[0,0.433],[0.177,0.235],[0.156,0.241],[0.164,0.073],[0.16,0.102],[0,0],[1.633,0.267],[0,0],[0.451,0.036],[1.656,0.157],[1.2,-0.067],[6.3,-0.533],[4.967,-0.567],[2.467,-0.5],[1.367,-0.467],[0.633,-0.4],[0.097,-0.125],[2.23,-0.813],[1.433,-1.033],[1.067,-0.9],[0.567,-0.567],[3.433,-4.067],[1.733,-2.867],[1.467,-4.3],[0.572,-3.07],[0,0],[0.067,-0.123],[0.017,-0.121],[0.051,-0.754],[0,0],[0.033,-0.2],[0,0],[0,0],[-0.022,0.141],[0,0],[-0.067,0.067],[0,0],[-0.133,-0.033],[0,0],[0,0],[0,0],[-0.066,-0.194],[0,0],[-0.4,-0.267],[-0.333,0]],"v":[[56.006,-34.629],[55.906,-34.529],[45.056,-34.529],[19.556,-33.678],[17.206,-33.428],[17.006,-34.029],[16.056,-34.529],[16.056,-34.478],[15.406,-34.379],[15.156,-34.529],[15.206,-34.428],[14.956,-34.428],[14.756,-34.228],[14.605,-33.828],[14.355,-32.529],[14.355,-31.629],[14.306,-31.529],[13.956,-29.879],[12.656,-22.478],[12.056,-20.428],[10.806,-17.279],[7.855,-13.478],[5.006,-11.678],[2.006,-10.078],[-0.544,-8.328],[-3.594,-6.879],[-6.744,-5.629],[-7.344,-5.428],[-8.044,-5.379],[-28.894,-5.879],[-49.744,-7.478],[-54.544,-8.228],[-55.794,-8.578],[-56.744,-8.379],[-56.844,-8.379],[-57.744,-8.728],[-58.644,-8.779],[-59.094,-7.978],[-58.144,-7.328],[-57.694,-6.978],[-57.994,-3.978],[-58.144,-4.328],[-58.794,-4.828],[-59.544,-4.728],[-59.994,-3.328],[-58.894,13.522],[-58.044,30.371],[-57.844,31.272],[-56.644,31.572],[-56.044,32.072],[-55.594,32.172],[-54.944,32.422],[-51.194,33.272],[-44.894,33.871],[-27.994,34.971],[-26.944,34.871],[-21.444,35.022],[-15.194,34.621],[-1.844,33.422],[11.406,31.422],[17.306,29.871],[23.906,26.721],[25.006,25.922],[25.206,25.522],[32.156,21.721],[38.506,16.621],[41.256,14.121],[43.706,11.371],[50.906,1.922],[56.406,-11.029],[59.306,-21.428],[59.656,-29.879],[59.855,-31.078],[59.956,-31.478],[59.906,-31.828],[59.906,-34.078],[59.855,-34.178],[59.806,-34.879],[59.706,-35.029],[59.556,-34.879],[59.506,-34.529],[59.406,-34.728],[59.306,-34.678],[59.206,-34.728],[58.855,-34.629],[58.806,-34.478],[58.806,-34.328],[58.756,-34.078],[58.156,-34.478],[57.906,-34.678],[56.956,-35.078]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[277.644,271.928],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[6.267,0],[0.233,0],[0.1,0.033],[0.2,0.033],[0,0],[0.3,-0.033],[0.167,-0.1],[0.033,-0.067],[0.167,0],[0,0],[0.533,-0.2],[0.333,-0.3],[0.033,-0.1],[0.1,-0.067],[0.1,-0.367],[0,-1.133],[0,0],[0,0],[-0.533,-12.4],[0,0],[0,-0.067],[-0.2,-6.033],[0,-1.233],[0.067,-1.333],[-0.067,-0.367],[0,0],[0,0],[0,0],[0,-0.067],[0,0],[-0.1,-0.7],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.033,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[-0.033,-0.1],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.033,-0.1],[0.033,-0.1],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.033,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.067],[0,-0.1],[0,-0.1],[0,-0.1],[0,-0.1],[-0.033,-0.1],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.033,-0.1],[0,0],[0,0],[-0.033,-0.1],[0,-0.067],[-0.233,-0.233],[-0.1,-0.1],[-0.1,-0.1],[-0.167,-0.1],[-0.233,-0.067],[-0.2,-0.033],[-0.2,0.033],[-0.2,0.067],[-0.033,0.033],[-1.933,-0.033],[-0.667,-0.1],[-1.167,-0.033],[-3.2,-0.267],[-1.6,0],[-2.833,0.133],[-1.433,-0.033],[-0.467,0.133],[-0.267,0.233],[-0.5,0.2],[0,0],[0,0],[-0.267,0.5],[-0.133,1.733],[1.1,9.567],[0.2,0.7],[0.233,0.6],[0,0],[0,0],[0.2,1.667],[-0.067,2.967],[-0.2,3.767],[-0.333,2.1],[-0.967,4.233],[0,0],[0.167,0.033],[1.6,0.033],[2.8,0.033],[0,0],[0.8,0.033]],"o":[[-0.233,0],[-0.1,-0.033],[-0.2,-0.033],[0,0],[-0.3,0.033],[-0.167,0.1],[-0.067,0.067],[-0.167,-0.033],[0,0],[-0.233,-0.033],[-0.6,0.233],[-0.1,0.1],[-0.1,0.033],[-0.3,0.2],[0.067,0.9],[0,0],[0,0],[-0.3,9.9],[0,0],[0.033,0.067],[0.7,3.167],[0.1,3.3],[0,1.5],[0.033,0.267],[0,0],[0,0],[0,0],[0,0.033],[0,0],[0.067,0.833],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.033,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0.033,0.1],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.033,0.1],[-0.033,0.1],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.033,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.067],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0,0.1],[0.033,0.1],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.033,0.1],[0,0],[0,0],[0.033,0.067],[0,0.067],[0.033,0.267],[0.1,0.1],[0.1,0.1],[0.167,0.1],[0.233,0.067],[0.2,0.033],[0.2,-0.033],[0.2,-0.067],[0.033,0],[1.633,0.133],[0.5,0.233],[0.533,0.1],[1.167,0.033],[2.733,0.2],[1.3,0.033],[2.7,-0.133],[0.933,0],[0.433,-0.133],[0.6,0.067],[0,0],[0,0],[0.3,-0.333],[0.367,-0.767],[0.667,-9.833],[-0.133,-1.467],[-0.067,-0.233],[0,0],[0,0],[-0.867,-4.3],[-0.233,-2.333],[0.033,-1.567],[0.267,-4.2],[0.133,-0.767],[0,0],[-0.167,-0.067],[-1.6,-0.033],[-2.8,-0.033],[0,0],[-0.8,-0.033],[-6.233,0]],"v":[[-17.908,-113.242],[-18.609,-113.242],[-18.908,-113.341],[-19.508,-113.441],[-19.508,-113.341],[-20.408,-113.242],[-20.908,-112.941],[-21.059,-112.742],[-21.559,-112.792],[-21.559,-112.691],[-22.708,-112.441],[-24.109,-111.642],[-24.309,-111.341],[-24.609,-111.191],[-25.208,-110.341],[-25.109,-107.292],[-25.059,-102.142],[-24.158,-96.091],[-23.809,-62.642],[-23.809,-62.341],[-23.758,-62.142],[-22.408,-48.341],[-22.258,-41.542],[-22.359,-37.292],[-22.208,-36.341],[-22.008,-28.941],[-22.158,-27.542],[-22.158,-27.492],[-22.158,-27.341],[-21.958,-23.691],[-21.708,-21.392],[-21.708,-21.242],[-21.708,-20.941],[-21.708,-20.642],[-21.708,-20.341],[-21.708,-20.042],[-21.708,-19.742],[-21.708,-19.441],[-21.708,-19.142],[-21.708,-18.841],[-21.708,-18.591],[-21.708,-18.292],[-21.708,-17.992],[-21.708,-17.691],[-21.708,-17.392],[-21.708,-17.091],[-21.708,-16.792],[-21.708,-16.492],[-21.708,-16.191],[-21.708,-15.892],[-21.708,-15.591],[-21.708,-15.292],[-21.708,-14.992],[-21.708,-14.691],[-21.708,-14.392],[-21.708,-14.091],[-21.708,-13.792],[-21.708,-13.492],[-21.708,-13.191],[-21.708,-12.892],[-21.708,-12.591],[-21.708,-12.292],[-21.708,-11.992],[-21.708,-11.691],[-21.708,-11.392],[-21.708,-11.091],[-21.708,-10.792],[-21.708,-10.492],[-21.708,-10.191],[-21.708,-9.892],[-21.708,-9.591],[-21.708,-9.292],[-21.708,-8.992],[-21.708,-8.691],[-21.708,-8.392],[-21.708,-8.091],[-21.708,-7.792],[-21.708,-7.492],[-21.708,-7.191],[-21.708,-6.892],[-21.708,-6.591],[-21.708,-6.292],[-21.708,-5.992],[-21.708,-5.691],[-21.708,-5.392],[-21.708,-5.091],[-21.708,-4.792],[-21.708,-4.492],[-21.708,-4.191],[-21.708,-3.892],[-21.708,-3.591],[-21.708,-3.292],[-21.708,-2.992],[-21.708,-2.691],[-21.708,-2.392],[-21.708,-2.091],[-21.708,-1.792],[-21.708,-1.492],[-21.708,-1.191],[-21.708,-0.892],[-21.708,-0.591],[-21.708,-0.292],[-21.708,0.008],[-21.708,0.309],[-21.708,0.608],[-21.708,0.909],[-21.708,1.208],[-21.708,1.508],[-21.708,1.809],[-21.708,2.109],[-21.708,2.409],[-21.708,2.708],[-21.708,3.008],[-21.708,3.309],[-21.708,3.608],[-21.708,3.909],[-21.708,4.208],[-21.708,4.508],[-21.708,4.809],[-21.708,5.108],[-21.708,5.409],[-21.708,5.709],[-21.708,6.008],[-21.708,6.309],[-21.708,6.608],[-21.708,6.909],[-21.708,7.208],[-21.708,7.508],[-21.708,7.809],[-21.708,8.108],[-21.708,8.409],[-21.708,8.708],[-21.708,9.008],[-21.708,9.309],[-21.708,9.608],[-21.708,9.909],[-21.708,10.208],[-21.708,10.508],[-21.708,10.809],[-21.708,11.109],[-21.708,11.409],[-21.708,11.708],[-21.708,12.008],[-21.708,12.309],[-21.708,12.608],[-21.708,12.909],[-21.708,13.208],[-21.708,13.508],[-21.708,13.809],[-21.708,14.108],[-21.708,14.409],[-21.708,14.708],[-21.708,15.008],[-21.708,15.309],[-21.708,15.608],[-21.708,15.908],[-21.708,16.208],[-21.708,16.508],[-21.708,16.809],[-21.708,17.108],[-21.708,17.408],[-21.708,17.708],[-21.708,18.008],[-21.708,18.309],[-21.708,18.608],[-21.708,18.908],[-21.708,19.208],[-21.708,19.508],[-21.708,19.809],[-21.708,20.108],[-21.708,20.408],[-21.708,20.708],[-21.708,21.008],[-21.708,21.309],[-21.708,21.608],[-21.708,21.908],[-21.708,22.158],[-21.708,22.458],[-21.708,22.758],[-21.708,23.059],[-21.708,23.358],[-21.708,23.658],[-21.708,23.958],[-21.708,24.258],[-21.708,24.559],[-21.708,24.858],[-21.708,25.158],[-21.708,25.458],[-21.708,25.758],[-21.708,26.059],[-21.708,26.358],[-21.708,26.658],[-21.708,26.958],[-21.708,27.258],[-21.708,27.559],[-21.708,27.858],[-21.708,28.158],[-21.708,28.458],[-21.708,28.758],[-21.708,29.059],[-21.708,29.358],[-21.708,29.658],[-21.708,29.958],[-21.708,30.258],[-21.708,30.559],[-21.708,30.858],[-21.708,31.158],[-21.708,31.458],[-21.708,31.758],[-21.708,32.059],[-21.708,32.358],[-21.708,32.658],[-21.708,32.958],[-21.708,33.258],[-21.708,33.559],[-21.708,33.858],[-21.708,34.158],[-21.708,34.458],[-21.609,34.758],[-21.609,35.059],[-21.609,35.358],[-21.609,35.658],[-21.609,35.958],[-21.609,36.258],[-21.609,36.559],[-21.609,36.858],[-21.609,37.158],[-21.609,37.458],[-21.609,37.758],[-21.609,38.059],[-21.609,38.358],[-21.609,38.658],[-21.609,38.958],[-21.609,39.258],[-21.609,39.559],[-21.609,39.858],[-21.609,40.158],[-21.609,40.458],[-21.609,40.758],[-21.609,41.059],[-21.609,41.358],[-21.609,41.658],[-21.609,41.958],[-21.609,42.258],[-21.508,42.559],[-21.508,42.858],[-21.508,43.158],[-21.508,43.458],[-21.508,43.758],[-21.508,44.059],[-21.508,44.358],[-21.508,44.658],[-21.508,44.958],[-21.508,45.258],[-21.508,45.559],[-21.508,45.858],[-21.508,46.158],[-21.508,46.458],[-21.508,46.758],[-21.508,47.059],[-21.508,47.358],[-21.508,47.658],[-21.508,47.958],[-21.508,48.258],[-21.508,48.559],[-21.508,48.858],[-21.508,49.158],[-21.408,49.458],[-21.508,49.758],[-21.508,50.059],[-21.508,50.358],[-21.508,50.658],[-21.508,50.958],[-21.508,51.258],[-21.508,51.559],[-21.408,51.858],[-21.408,52.158],[-21.408,52.458],[-21.408,52.758],[-21.408,53.059],[-21.408,53.358],[-21.408,53.658],[-21.408,53.958],[-21.408,54.258],[-21.408,54.559],[-21.408,54.858],[-21.408,55.158],[-21.408,55.458],[-21.408,55.758],[-21.408,56.059],[-21.408,56.358],[-21.408,56.658],[-21.408,56.958],[-21.408,57.258],[-21.408,57.559],[-21.408,57.858],[-21.408,58.158],[-21.408,58.458],[-21.408,58.758],[-21.408,59.059],[-21.408,59.358],[-21.408,59.658],[-21.408,59.958],[-21.408,60.258],[-21.408,60.559],[-21.408,60.858],[-21.408,61.158],[-21.408,61.458],[-21.408,61.758],[-21.408,62.059],[-21.408,62.358],[-21.408,62.658],[-21.408,62.958],[-21.408,63.208],[-21.408,63.508],[-21.408,63.809],[-21.408,64.108],[-21.408,64.408],[-21.408,64.708],[-21.408,65.008],[-21.408,65.309],[-21.408,65.608],[-21.408,65.908],[-21.408,66.208],[-21.408,66.508],[-21.408,66.809],[-21.408,67.108],[-21.408,67.408],[-21.408,67.708],[-21.408,68.008],[-21.408,68.309],[-21.408,68.608],[-21.408,68.908],[-21.408,69.208],[-21.408,69.508],[-21.408,69.809],[-21.408,70.108],[-21.408,70.408],[-21.408,70.708],[-21.408,71.008],[-21.408,71.309],[-21.408,71.608],[-21.408,71.908],[-21.408,72.208],[-21.408,72.508],[-21.408,72.809],[-21.408,73.108],[-21.408,73.408],[-21.408,73.708],[-21.408,74.008],[-21.408,74.309],[-21.408,74.608],[-21.408,74.908],[-21.408,75.208],[-21.408,75.508],[-21.408,75.809],[-21.408,76.108],[-21.408,76.408],[-21.408,76.708],[-21.408,77.008],[-21.408,77.309],[-21.408,77.608],[-21.408,77.908],[-21.408,78.208],[-21.408,78.508],[-21.408,78.809],[-21.408,79.108],[-21.408,79.408],[-21.408,79.708],[-21.408,80.008],[-21.408,80.309],[-21.408,80.608],[-21.408,80.908],[-21.408,81.208],[-21.408,81.508],[-21.408,81.809],[-21.408,82.108],[-21.408,82.408],[-21.408,82.708],[-21.408,83.008],[-21.408,83.309],[-21.408,83.608],[-21.408,83.908],[-21.408,84.208],[-21.408,84.508],[-21.408,84.809],[-21.408,85.108],[-21.408,85.408],[-21.408,85.708],[-21.408,86.008],[-21.408,86.309],[-21.408,86.608],[-21.408,86.908],[-21.408,87.208],[-21.408,87.508],[-21.408,87.809],[-21.408,88.108],[-21.408,88.408],[-21.408,88.708],[-21.408,89.008],[-21.408,89.309],[-21.408,89.608],[-21.408,89.908],[-21.408,90.208],[-21.408,90.508],[-21.408,90.809],[-21.408,91.108],[-21.408,91.408],[-21.408,91.708],[-21.408,92.008],[-21.408,92.309],[-21.408,92.608],[-21.408,92.908],[-21.408,93.208],[-21.408,93.508],[-21.408,93.809],[-21.408,94.108],[-21.408,94.408],[-21.408,94.708],[-21.408,95.008],[-21.408,95.309],[-21.408,95.608],[-21.408,95.908],[-21.408,96.208],[-21.408,96.508],[-21.408,96.809],[-21.408,97.108],[-21.408,97.408],[-21.408,97.708],[-21.408,98.008],[-21.408,98.309],[-21.408,98.608],[-21.408,98.908],[-21.408,99.208],[-21.408,99.508],[-21.408,99.809],[-21.408,100.108],[-21.408,100.408],[-21.408,100.708],[-21.408,101.008],[-21.408,101.309],[-21.408,101.608],[-21.408,101.908],[-21.408,102.208],[-21.408,102.508],[-21.408,102.809],[-21.408,103.108],[-21.408,103.408],[-21.408,103.708],[-21.408,103.958],[-21.408,104.258],[-21.408,104.559],[-21.408,104.858],[-21.408,105.158],[-21.309,105.458],[-21.309,105.758],[-21.309,106.059],[-21.309,106.358],[-21.309,106.658],[-21.309,106.958],[-21.309,107.258],[-21.309,107.559],[-21.309,107.858],[-21.309,108.158],[-21.309,108.458],[-21.309,108.758],[-21.208,109.059],[-21.208,109.358],[-21.208,109.658],[-21.109,109.908],[-21.109,110.108],[-20.708,110.858],[-20.408,111.158],[-20.109,111.458],[-19.609,111.758],[-18.908,111.958],[-18.309,112.059],[-17.708,111.958],[-17.109,111.758],[-17.008,111.708],[-11.658,111.958],[-9.908,112.458],[-7.359,112.658],[-0.809,113.108],[5.691,113.408],[11.891,113.258],[18.092,113.108],[20.191,112.908],[21.242,112.358],[22.891,112.158],[22.941,112.158],[22.941,110.608],[23.792,109.358],[24.542,105.608],[23.891,76.508],[23.391,73.258],[22.941,72.008],[22.941,-41.941],[21.891,-46.941],[20.292,-55.892],[20.042,-63.841],[20.391,-71.841],[21.292,-81.292],[22.941,-88.792],[22.941,-112.691],[22.441,-112.841],[17.641,-112.941],[9.242,-113.042],[3.242,-113.142],[0.842,-113.242]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[197.258,287.092],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4"}],"ip":23,"op":24,"st":23,"bm":0,"sr":1},{"ddd":0,"ind":24,"ty":4,"nm":"R Outlines 2","parent":26,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[16.617,0],[0,0],[0,0],[0,0],[0,-15.408]],"o":[[0,0],[0,0],[0,0],[16.617,0],[0,15.408]],"v":[[12.609,-132.33],[-27.876,-132.33],[-27.876,-184.598],[12.609,-184.598],[41.311,-158.615]],"c":true}},"nm":"R"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"R"}],"ip":24,"op":95,"st":24,"bm":0,"sr":1},{"ddd":0,"ind":25,"ty":4,"nm":"R Outlines","parent":26,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,27.795],[37.766,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[23.566,-9.064],[0,-37.463],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[46.447,-99.097],[86.932,-158.917],[19.558,-226.593],[-75.007,-226.593],[-75.007,0],[-27.876,0],[-27.876,-93.054],[-0.684,-93.054],[47.958,0],[99.923,0]],"c":true}},"nm":"R"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"R"}],"ip":24,"op":95,"st":24,"bm":0,"sr":1},{"ddd":0,"ind":26,"ty":1,"nm":"ResizerTemp","parent":27,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[26.6,35.7,0]},"a":{"k":[250,300,0]},"s":{"k":[10.5,10.5,100]}},"ao":0,"sw":500,"sh":600,"sc":"#ffffff","ip":0,"op":34,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":27,"ty":1,"nm":"White Solid 48","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[40,50,0]},"a":{"k":[28,35,0]},"s":{"k":[142.857,142.857,100]}},"ao":0,"sw":56,"sh":70,"sc":"#ffffff","ip":0,"op":34,"st":0,"bm":0,"sr":1}],"v":"4.4.26","ddd":0,"ip":0,"op":34,"fr":25,"w":80,"h":100} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Mobilo/S.json b/ohos/flutter_lottie/assets/Mobilo/S.json new file mode 100644 index 0000000000000000000000000000000000000000..8069d8af5da54ddee70374ba6acbb5170f11f1d2 --- /dev/null +++ b/ohos/flutter_lottie/assets/Mobilo/S.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"S Outlines","parent":16,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-0.015,-0.015,0]},"a":{"k":[-0.14,-118.547,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":0,"s":[{"i":[[-38.37,0],[0,41.693],[0,41.089],[-13.596,0],[-11.179,-12.689],[0,0],[27.493,0],[0,-44.11],[0,-42.297],[18.732,0],[7.855,18.43],[0,0]],"o":[[41.693,0],[0,-82.782],[0,-14.804],[13.293,0],[0,0],[-16.013,-19.034],[-35.651,0],[0,76.437],[0,14.502],[-21.451,0],[0,0],[13.898,28.4]],"v":[[3.486,3.021],[80.225,-63.446],[-24.914,-167.075],[-0.14,-188.525],[37.324,-168.887],[68.443,-197.891],[-0.14,-229.614],[-70.837,-164.053],[34.605,-63.748],[3.788,-40.485],[-42.437,-70.697],[-80.505,-46.829]],"c":true}],"e":[{"i":[[-38.37,0],[0,41.693],[0,41.089],[-13.596,0],[-11.179,-12.689],[0,0],[27.493,0],[0,-44.11],[0,-42.297],[18.732,0],[5.736,18.721],[0,0]],"o":[[41.693,0],[0,-82.782],[0,-14.804],[13.293,0],[0,0],[-16.013,-19.034],[-35.651,0],[0,76.437],[0,14.502],[-21.451,0],[0,0],[8.77,30.377]],"v":[[4.445,2.22],[80.974,-63.485],[-23.626,-166.391],[0.07,-184.531],[40.553,-155.037],[71.961,-183.305],[-0.574,-228.34],[-68.668,-165.669],[35.84,-64.063],[6.916,-42.902],[-42.382,-76.977],[-83.022,-60.364]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":18,"s":[{"i":[[-38.37,0],[0,41.693],[0,41.089],[-13.596,0],[-11.179,-12.689],[0,0],[27.493,0],[0,-44.11],[0,-42.297],[18.732,0],[5.736,18.721],[0,0]],"o":[[41.693,0],[0,-82.782],[0,-14.804],[13.293,0],[0,0],[-16.013,-19.034],[-35.651,0],[0,76.437],[0,14.502],[-21.451,0],[0,0],[8.77,30.377]],"v":[[4.445,2.22],[80.974,-63.485],[-23.626,-166.391],[0.07,-184.531],[40.553,-155.037],[71.961,-183.305],[-0.574,-228.34],[-68.668,-165.669],[35.84,-64.063],[6.916,-42.902],[-42.382,-76.977],[-83.022,-60.364]],"c":true}],"e":[{"i":[[-38.37,0],[0,41.693],[0,41.089],[-13.596,0],[-11.179,-12.689],[0,0],[27.493,0],[0,-44.11],[0,-42.297],[18.732,0],[7.855,18.43],[0,0]],"o":[[41.693,0],[0,-82.782],[0,-14.804],[13.293,0],[0,0],[-16.013,-19.034],[-35.651,0],[0,76.437],[0,14.502],[-21.451,0],[0,0],[13.898,28.4]],"v":[[3.486,3.021],[80.225,-63.446],[-24.914,-167.075],[-0.14,-188.525],[36.083,-169.409],[65.982,-200.185],[-0.14,-229.614],[-70.837,-164.053],[34.605,-63.748],[3.788,-40.485],[-40.235,-67.908],[-79.035,-45.053]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":23,"s":[{"i":[[-38.37,0],[0,41.693],[0,41.089],[-13.596,0],[-11.179,-12.689],[0,0],[27.493,0],[0,-44.11],[0,-42.297],[18.732,0],[7.855,18.43],[0,0]],"o":[[41.693,0],[0,-82.782],[0,-14.804],[13.293,0],[0,0],[-16.013,-19.034],[-35.651,0],[0,76.437],[0,14.502],[-21.451,0],[0,0],[13.898,28.4]],"v":[[3.486,3.021],[80.225,-63.446],[-24.914,-167.075],[-0.14,-188.525],[36.083,-169.409],[65.982,-200.185],[-0.14,-229.614],[-70.837,-164.053],[34.605,-63.748],[3.788,-40.485],[-40.235,-67.908],[-79.035,-45.053]],"c":true}],"e":[{"i":[[-38.37,0],[0,41.693],[0,41.089],[-13.596,0],[-11.179,-12.689],[0,0],[27.493,0],[0,-44.11],[0,-42.297],[18.732,0],[7.855,18.43],[0,0]],"o":[[41.693,0],[0,-82.782],[0,-14.804],[13.293,0],[0,0],[-16.013,-19.034],[-35.651,0],[0,76.437],[0,14.502],[-21.451,0],[0,0],[13.898,28.4]],"v":[[3.486,3.021],[80.225,-63.446],[-24.914,-167.075],[-0.14,-188.525],[37.324,-168.887],[68.443,-197.891],[-0.14,-229.614],[-70.837,-164.053],[34.605,-63.748],[3.788,-40.485],[-42.437,-70.697],[-80.505,-46.829]],"c":true}]},{"t":25}]},"nm":"S"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"S"}],"ip":18,"op":37,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"S Start","parent":17,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,280,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[44,0],"e":[44,44]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":3,"s":[44,44],"e":[44,55]},{"t":6}]},"p":{"k":[0,0]},"r":{"k":0},"nm":"Rectangle Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1"}],"ip":0,"op":6,"st":-10,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":3,"nm":"S Half 1 Position","parent":16,"ks":{"o":{"k":0},"r":{"k":180},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[2.868,0.533,0],"e":[2.745,0.434,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":1,"s":[2.745,0.434,0],"e":[0.27,1.349,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[0.27,1.349,0],"e":[-0.674,1.77,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[-0.674,1.77,0],"e":[5.017,2.831,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[5.017,2.831,0],"e":[2.272,3.682,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[2.272,3.682,0],"e":[8.681,3.135,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[8.681,3.135,0],"e":[6.073,3.007,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[6.073,3.007,0],"e":[0.473,2.975,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[0.473,2.975,0],"e":[0,3.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[0,3.5,0],"e":[0,3.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":25}]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"ip":0,"op":37,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":1,"nm":"Medium Gray-Royal Blue Solid 2","parent":2,"td":1,"ks":{"o":{"k":100},"r":{"k":-50.4},"p":{"k":[20.589,-2.274,0]},"a":{"k":[250,300,0]},"s":{"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[157.548,213.516],[336.805,88.815],[509.326,416.135],[262.263,309.846],[198.954,266.992]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[157.548,213.516],[336.805,88.815],[509.326,416.135],[259.326,305.009],[183.593,291.306]],"c":true}]},{"t":17}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"sw":500,"sh":600,"sc":"#416eb0","ip":6,"op":18,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"S Half 1","parent":2,"tt":1,"ks":{"o":{"k":100},"r":{"k":-69},"p":{"k":[17.35,6.501,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":0,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-13.144,38.707],[-10.555,31.766],[-16.109,48.597]],"o":[[-48.755,63.436],[31.77,-0.948],[14.063,-41.41],[14.357,-43.209],[31.244,-94.254]],"v":[[-78.079,-55.425],[-47.532,57.637],[0.264,-17.385],[33.263,-118.602],[75.014,-241.424]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-25.391,22.5],[-19.169,24.293],[-26.423,53.905]],"o":[[-48.755,63.436],[31.77,-0.948],[21.921,-23.805],[19.169,-24.293],[60.34,-61.93]],"v":[[-78.079,-55.425],[-47.532,57.637],[-0.504,-17.877],[62.417,-86.985],[127.519,-189.919]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-25.391,22.5],[-19.169,24.293],[-26.423,53.905]],"o":[[-48.755,63.436],[31.77,-0.948],[21.921,-23.805],[19.169,-24.293],[60.34,-61.93]],"v":[[-78.079,-55.425],[-47.532,57.637],[-0.504,-17.877],[62.417,-86.985],[127.519,-189.919]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-28.036,19],[-21.372,20.816],[-31.166,51.686]],"o":[[-48.755,63.436],[31.77,-0.948],[23.912,-19.215],[21.865,-20.878],[66.623,-54.949]],"v":[[-78.079,-55.425],[-47.532,57.637],[-0.67,-17.983],[66.006,-72.265],[141.011,-169.751]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-28.036,19],[-21.372,20.816],[-31.166,51.686]],"o":[[-48.755,63.436],[31.77,-0.948],[23.912,-19.215],[21.865,-20.878],[66.623,-54.949]],"v":[[-78.079,-55.425],[-47.532,57.637],[-0.67,-17.983],[66.006,-72.265],[141.011,-169.751]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-30.68,15.501],[-23.576,17.34],[-35.908,49.466]],"o":[[-48.755,63.436],[31.77,-0.948],[25.902,-14.625],[24.562,-17.463],[72.907,-47.969]],"v":[[-78.079,-55.425],[-47.532,57.637],[-0.836,-18.089],[69.376,-57.995],[154.504,-149.582]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-30.68,15.501],[-23.576,17.34],[-35.908,49.466]],"o":[[-48.755,63.436],[31.77,-0.948],[25.902,-14.625],[24.562,-17.463],[72.907,-47.969]],"v":[[-78.079,-55.425],[-47.532,57.637],[-0.836,-18.089],[69.376,-57.995],[154.504,-149.582]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-33.325,12.001],[-25.779,13.863],[-40.65,47.247]],"o":[[-48.755,63.436],[31.77,-0.948],[27.893,-10.035],[27.258,-14.048],[79.19,-40.988]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.002,-18.196],[71.735,-45.003],[167.996,-129.414]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-33.325,12.001],[-25.779,13.863],[-40.65,47.247]],"o":[[-48.755,63.436],[31.77,-0.948],[27.893,-10.035],[27.258,-14.048],[79.19,-40.988]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.002,-18.196],[71.735,-45.003],[167.996,-129.414]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-35.969,8.501],[-27.983,10.387],[-44.889,39.683]],"o":[[-48.755,63.436],[31.77,-0.948],[29.191,-6.456],[29.954,-10.633],[85.474,-34.008]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.168,-18.302],[72.787,-36.619],[177.949,-107.754]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-35.969,8.501],[-27.983,10.387],[-44.889,39.683]],"o":[[-48.755,63.436],[31.77,-0.948],[29.191,-6.456],[29.954,-10.633],[85.474,-34.008]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.168,-18.302],[72.787,-36.619],[177.949,-107.754]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-38.614,5.001],[-30.186,6.91],[-49.129,32.119]],"o":[[-48.755,63.436],[31.77,-0.948],[30.49,-2.877],[32.651,-7.218],[91.757,-27.027]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.334,-18.408],[73.244,-29.181],[185.674,-86.278]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-38.614,5.001],[-30.186,6.91],[-49.129,32.119]],"o":[[-48.755,63.436],[31.77,-0.948],[30.49,-2.877],[32.651,-7.218],[91.757,-27.027]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.334,-18.408],[73.244,-29.181],[185.674,-86.278]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-40.022,3.137],[-31.359,5.059],[-39.276,16.342]],"o":[[-48.755,63.436],[31.77,-0.948],[31.341,-2.075],[34.087,-5.4],[95.103,-23.31]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.422,-18.465],[73.789,-25.635],[186.799,-62.683]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":12,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-40.022,3.137],[-31.359,5.059],[-39.276,16.342]],"o":[[-48.755,63.436],[31.77,-0.948],[31.341,-2.075],[34.087,-5.4],[95.103,-23.31]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.422,-18.465],[73.789,-25.635],[186.799,-62.683]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-40.825,2.076],[-32.028,4.004],[-33.662,7.354]],"o":[[-48.755,63.436],[31.77,-0.948],[31.825,-1.618],[34.905,-4.364],[97.01,-21.192]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.472,-18.497],[74.099,-23.615],[186.309,-43.065]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":13,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-40.825,2.076],[-32.028,4.004],[-33.662,7.354]],"o":[[-48.755,63.436],[31.77,-0.948],[31.825,-1.618],[34.905,-4.364],[97.01,-21.192]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.472,-18.497],[74.099,-23.615],[186.309,-43.065]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-32.208,9.824],[-32.062,2.748],[-32.911,-10.4]],"o":[[-48.755,63.436],[31.77,-0.948],[23.275,-8.874],[32.309,-2.288],[68.544,0.717]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.499,-15.347],[71.936,-32.429],[171.633,-21.674]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-32.208,9.824],[-32.062,2.748],[-32.911,-10.4]],"o":[[-48.755,63.436],[31.77,-0.948],[23.275,-8.874],[32.309,-2.288],[68.544,0.717]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.499,-15.347],[71.936,-32.429],[171.633,-21.674]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-23.591,17.571],[-32.096,1.493],[-19.175,-32.366]],"o":[[-48.755,63.436],[31.77,-0.948],[18.917,-15.79],[29.713,-0.213],[40.079,22.626]],"v":[[-78.079,-55.425],[-47.532,57.637],[-2.363,-16.111],[64.163,-55.885],[139.726,-0.265]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-23.591,17.571],[-32.096,1.493],[-19.175,-32.366]],"o":[[-48.755,63.436],[31.77,-0.948],[18.917,-15.79],[29.713,-0.213],[40.079,22.626]],"v":[[-78.079,-55.425],[-47.532,57.637],[-2.363,-16.111],[64.163,-55.885],[139.726,-0.265]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-6.089,21.355],[-43.828,2.289],[2.522,-42.41]],"o":[[-48.755,63.436],[31.77,-0.948],[10.807,-35.811],[37.463,5.632],[11.613,44.535]],"v":[[-78.079,-55.425],[-47.532,57.637],[-2.594,-6.627],[60.245,-67.029],[105.525,18.412]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-6.089,21.355],[-43.828,2.289],[2.522,-42.41]],"o":[[-48.755,63.436],[31.77,-0.948],[10.807,-35.811],[37.463,5.632],[11.613,44.535]],"v":[[-78.079,-55.425],[-47.532,57.637],[-2.594,-6.627],[60.245,-67.029],[105.525,18.412]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-4.64,34.278],[-29.264,-0.902],[27.265,-54.028]],"o":[[-48.755,63.436],[31.77,-0.948],[-1.337,-65.69],[33.671,2.352],[-16.852,66.444]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.001,-7.715],[51.792,-83.071],[78.094,20.372]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":17,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-4.64,34.278],[-29.264,-0.902],[27.265,-54.028]],"o":[[-48.755,63.436],[31.77,-0.948],[-1.337,-65.69],[33.671,2.352],[-16.852,66.444]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.001,-7.715],[51.792,-83.071],[78.094,20.372]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-35.73,0.479],[43.214,-42.137]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[45.935,-0.616],[-71.095,69.322]],"v":[[-78.079,-55.425],[-47.532,57.637],[-0.944,-2.493],[42.192,-93.986],[66.863,24.003]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":18,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-35.73,0.479],[43.214,-42.137]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[45.935,-0.616],[-71.095,69.322]],"v":[[-78.079,-55.425],[-47.532,57.637],[-0.944,-2.493],[42.192,-93.986],[66.863,24.003]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-0.449,40.875],[-39.993,2.038],[37.355,-43.128]],"o":[[-48.755,63.436],[31.77,-0.948],[0.642,-58.448],[45.879,-2.338],[-65.01,75.058]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.897,-2.638],[40.415,-94.559],[76.21,15.125]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":22,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-0.449,40.875],[-39.993,2.038],[37.355,-43.128]],"o":[[-48.755,63.436],[31.77,-0.948],[0.642,-58.448],[45.879,-2.338],[-65.01,75.058]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.897,-2.638],[40.415,-94.559],[76.21,15.125]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-0.449,40.875],[-39.993,2.038],[37.355,-43.128]],"o":[[-48.755,63.436],[31.77,-0.948],[0.642,-58.448],[45.879,-2.338],[-65.01,75.058]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.604,-2.747],[41.025,-92.919],[74.271,18.515]],"c":false}]},{"t":25}]},"nm":"Path 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[0.835]},"o":{"x":[0.333],"y":[0]},"n":["0p667_0p835_0p333_0"],"t":0,"s":[50],"e":[55.073]},{"i":{"x":[0.667],"y":[-1.227]},"o":{"x":[0.333],"y":[2.227]},"n":["0p667_-1p227_0p333_2p227"],"t":1,"s":[55.073],"e":[56.573]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0.25]},"n":["0p667_1_0p333_0p25"],"t":5,"s":[56.573],"e":[100]},{"t":18}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":43},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":6,"op":18,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":1,"nm":"Medium Gray-Royal Blue Solid 2","parent":2,"td":1,"ks":{"o":{"k":100},"r":{"k":-50.4},"p":{"k":[20.589,-2.274,0]},"a":{"k":[250,300,0]},"s":{"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[157.549,213.516],[-8.291,213.727],[164.23,541.048],[267.359,303.802],[203.111,254.296]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[157.548,213.516],[6.827,343.576],[275.689,530.99],[268.39,303.776],[192.657,290.073]],"c":true}]},{"t":17}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"sw":500,"sh":600,"sc":"#416eb0","ip":6,"op":18,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"S Half 2","parent":16,"tt":1,"ks":{"o":{"k":100},"r":{"k":-69},"p":{"k":[17.35,6.501,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":0,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-13.144,38.707],[-10.555,31.766],[-16.109,48.597]],"o":[[-48.755,63.436],[31.77,-0.948],[14.063,-41.41],[14.357,-43.209],[31.244,-94.254]],"v":[[-78.079,-55.425],[-47.532,57.637],[0.264,-17.385],[33.263,-118.602],[75.014,-241.424]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-25.391,22.5],[-19.169,24.293],[-26.423,53.905]],"o":[[-48.755,63.436],[31.77,-0.948],[21.921,-23.805],[19.169,-24.293],[60.34,-61.93]],"v":[[-78.079,-55.425],[-47.532,57.637],[-0.504,-17.877],[62.417,-86.985],[127.519,-189.919]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-25.391,22.5],[-19.169,24.293],[-26.423,53.905]],"o":[[-48.755,63.436],[31.77,-0.948],[21.921,-23.805],[19.169,-24.293],[60.34,-61.93]],"v":[[-78.079,-55.425],[-47.532,57.637],[-0.504,-17.877],[62.417,-86.985],[127.519,-189.919]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-28.036,19],[-21.372,20.816],[-31.166,51.686]],"o":[[-48.755,63.436],[31.77,-0.948],[23.912,-19.215],[21.865,-20.878],[66.623,-54.949]],"v":[[-78.079,-55.425],[-47.532,57.637],[-0.67,-17.983],[66.006,-72.265],[141.011,-169.751]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-28.036,19],[-21.372,20.816],[-31.166,51.686]],"o":[[-48.755,63.436],[31.77,-0.948],[23.912,-19.215],[21.865,-20.878],[66.623,-54.949]],"v":[[-78.079,-55.425],[-47.532,57.637],[-0.67,-17.983],[66.006,-72.265],[141.011,-169.751]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-30.68,15.501],[-23.576,17.34],[-35.908,49.466]],"o":[[-48.755,63.436],[31.77,-0.948],[25.902,-14.625],[24.562,-17.463],[72.907,-47.969]],"v":[[-78.079,-55.425],[-47.532,57.637],[-0.836,-18.089],[69.376,-57.995],[154.504,-149.582]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-30.68,15.501],[-23.576,17.34],[-35.908,49.466]],"o":[[-48.755,63.436],[31.77,-0.948],[25.902,-14.625],[24.562,-17.463],[72.907,-47.969]],"v":[[-78.079,-55.425],[-47.532,57.637],[-0.836,-18.089],[69.376,-57.995],[154.504,-149.582]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-33.325,12.001],[-25.779,13.863],[-40.65,47.247]],"o":[[-48.755,63.436],[31.77,-0.948],[27.893,-10.035],[27.258,-14.048],[79.19,-40.988]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.002,-18.196],[71.735,-45.003],[167.996,-129.414]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-33.325,12.001],[-25.779,13.863],[-40.65,47.247]],"o":[[-48.755,63.436],[31.77,-0.948],[27.893,-10.035],[27.258,-14.048],[79.19,-40.988]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.002,-18.196],[71.735,-45.003],[167.996,-129.414]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-35.969,8.501],[-27.983,10.387],[-44.889,39.683]],"o":[[-48.755,63.436],[31.77,-0.948],[29.191,-6.456],[29.954,-10.633],[85.474,-34.008]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.168,-18.302],[72.787,-36.619],[177.949,-107.754]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-35.969,8.501],[-27.983,10.387],[-44.889,39.683]],"o":[[-48.755,63.436],[31.77,-0.948],[29.191,-6.456],[29.954,-10.633],[85.474,-34.008]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.168,-18.302],[72.787,-36.619],[177.949,-107.754]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-38.614,5.001],[-30.186,6.91],[-49.129,32.119]],"o":[[-48.755,63.436],[31.77,-0.948],[30.49,-2.877],[32.651,-7.218],[91.757,-27.027]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.334,-18.408],[73.244,-29.181],[185.674,-86.278]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-38.614,5.001],[-30.186,6.91],[-49.129,32.119]],"o":[[-48.755,63.436],[31.77,-0.948],[30.49,-2.877],[32.651,-7.218],[91.757,-27.027]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.334,-18.408],[73.244,-29.181],[185.674,-86.278]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-40.022,3.137],[-31.359,5.059],[-39.276,16.342]],"o":[[-48.755,63.436],[31.77,-0.948],[31.341,-2.075],[34.087,-5.4],[95.103,-23.31]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.422,-18.465],[73.789,-25.635],[186.799,-62.683]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":12,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-40.022,3.137],[-31.359,5.059],[-39.276,16.342]],"o":[[-48.755,63.436],[31.77,-0.948],[31.341,-2.075],[34.087,-5.4],[95.103,-23.31]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.422,-18.465],[73.789,-25.635],[186.799,-62.683]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-40.825,2.076],[-32.028,4.004],[-33.662,7.354]],"o":[[-48.755,63.436],[31.77,-0.948],[31.825,-1.618],[34.905,-4.364],[97.01,-21.192]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.472,-18.497],[74.099,-23.615],[186.309,-43.065]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":13,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-40.825,2.076],[-32.028,4.004],[-33.662,7.354]],"o":[[-48.755,63.436],[31.77,-0.948],[31.825,-1.618],[34.905,-4.364],[97.01,-21.192]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.472,-18.497],[74.099,-23.615],[186.309,-43.065]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-32.208,9.824],[-32.062,2.748],[-32.911,-10.4]],"o":[[-48.755,63.436],[31.77,-0.948],[23.275,-8.874],[32.309,-2.288],[68.544,0.717]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.499,-15.347],[71.936,-32.429],[171.633,-21.674]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-32.208,9.824],[-32.062,2.748],[-32.911,-10.4]],"o":[[-48.755,63.436],[31.77,-0.948],[23.275,-8.874],[32.309,-2.288],[68.544,0.717]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.499,-15.347],[71.936,-32.429],[171.633,-21.674]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-23.591,17.571],[-32.096,1.493],[-14.855,-21.353]],"o":[[-48.755,63.436],[31.77,-0.948],[18.917,-15.79],[29.713,-0.213],[40.079,22.626]],"v":[[-78.079,-55.425],[-47.532,57.637],[-2.363,-16.111],[65.145,-49.966],[139.726,-0.265]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-23.591,17.571],[-32.096,1.493],[-14.855,-21.353]],"o":[[-48.755,63.436],[31.77,-0.948],[18.917,-15.79],[29.713,-0.213],[40.079,22.626]],"v":[[-78.079,-55.425],[-47.532,57.637],[-2.363,-16.111],[65.145,-49.966],[139.726,-0.265]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-14.974,25.319],[-34.761,-0.676],[0.212,-31.999]],"o":[[-48.755,63.436],[31.77,-0.948],[10.782,-35.831],[37.463,5.632],[11.613,44.535]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.492,-8.678],[58.69,-65.586],[108.233,10.247]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-14.974,25.319],[-34.761,-0.676],[0.212,-31.999]],"o":[[-48.755,63.436],[31.77,-0.948],[10.782,-35.831],[37.463,5.632],[11.613,44.535]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.492,-8.678],[58.69,-65.586],[108.233,10.247]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-6.357,33.067],[-32.163,-1.018],[18.882,-47.646]],"o":[[-48.755,63.436],[31.77,-0.948],[-0.623,-55.054],[33.671,2.352],[-16.852,66.444]],"v":[[-78.079,-55.425],[-47.532,57.637],[-0.009,-7.043],[48.978,-75.477],[78.055,14.987]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":17,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-6.357,33.067],[-32.163,-1.018],[18.882,-47.646]],"o":[[-48.755,63.436],[31.77,-0.948],[-0.623,-55.054],[33.671,2.352],[-16.852,66.444]],"v":[[-78.079,-55.425],[-47.532,57.637],[-0.009,-7.043],[48.978,-75.477],[78.055,14.987]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.197,-2.274],[20.4,-39.774]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[40.224,2.841],[-45.317,88.353]],"v":[[-78.079,-55.425],[-47.532,57.637],[-0.919,-3.052],[49.064,-78.565],[66.993,16.341]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":18,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.197,-2.274],[20.4,-39.774]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[40.224,2.841],[-45.317,88.353]],"v":[[-78.079,-55.425],[-47.532,57.637],[-0.919,-3.052],[49.064,-78.565],[66.993,16.341]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.234,0.724],[13.367,-36.444]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[44.758,-1.109],[-33.684,93.197]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.313,-2.322],[43.863,-82.38],[81.942,4.044]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":22,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.234,0.724],[13.367,-36.444]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[44.758,-1.109],[-33.684,93.197]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.313,-2.322],[43.863,-82.38],[81.942,4.044]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.244,1.473],[16.5,-33.767]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[45.891,-2.097],[-43.595,89.216]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.604,-2.747],[42.562,-83.333],[79.285,8.556]],"c":false}]},{"t":25}]},"nm":"Path 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[0.809]},"o":{"x":[0.333],"y":[0]},"n":["0p667_0p809_0p333_0"],"t":0,"s":[50],"e":[54.381]},{"i":{"x":[0.667],"y":[-1.092]},"o":{"x":[0.333],"y":[2.092]},"n":["0p667_-1p092_0p333_2p092"],"t":1,"s":[54.381],"e":[55.981]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0.247]},"n":["0p667_1_0p333_0p247"],"t":5,"s":[55.981],"e":[100]},{"t":18}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":43},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":6,"op":18,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":1,"nm":"Medium Gray-Royal Blue Solid 2","parent":2,"td":1,"ks":{"o":{"k":100},"r":{"k":-50.4},"p":{"k":[20.589,-2.274,0]},"a":{"k":[250,300,0]},"s":{"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[157.549,213.516],[-8.291,213.727],[164.23,541.048],[267.359,303.802],[203.111,254.296]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[157.549,213.516],[-8.291,213.727],[164.23,541.048],[257.128,321.693],[211.558,245.538]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[157.549,213.516],[-8.291,213.727],[164.23,541.048],[257.128,321.693],[211.558,245.538]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[157.548,213.516],[45.318,288.083],[217.839,615.403],[276.718,310.734],[192.657,290.073]],"c":true}]},{"t":17}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"sw":500,"sh":600,"sc":"#416eb0","ip":0,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Sleeve","parent":16,"tt":1,"ks":{"o":{"k":100},"r":{"k":-69},"p":{"k":[17.35,6.501,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":0,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-13.144,38.707],[-10.555,31.766],[-16.109,48.597]],"o":[[-48.755,63.436],[31.77,-0.948],[14.063,-41.41],[14.357,-43.209],[31.244,-94.254]],"v":[[-78.079,-55.425],[-47.532,57.637],[0.264,-17.385],[33.263,-118.602],[75.014,-241.424]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-18.052,32.212],[-14.007,28.771],[-20.242,50.724]],"o":[[-48.755,63.436],[31.77,-0.948],[17.212,-34.356],[16.285,-35.629],[42.903,-81.301]],"v":[[-78.079,-55.425],[-47.532,57.637],[-0.044,-17.582],[22.249,-65.945],[86.755,-200.764]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-18.052,32.212],[-14.007,28.771],[-20.242,50.724]],"o":[[-48.755,63.436],[31.77,-0.948],[17.212,-34.356],[16.285,-35.629],[42.903,-81.301]],"v":[[-78.079,-55.425],[-47.532,57.637],[-0.044,-17.582],[22.249,-65.945],[86.755,-200.764]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-20.371,29.143],[-15.638,27.355],[-22.196,51.729]],"o":[[-48.755,63.436],[31.77,-0.948],[18.7,-31.021],[17.197,-32.046],[48.414,-75.178]],"v":[[-78.079,-55.425],[-47.532,57.637],[-0.19,-17.675],[32.119,-72.427],[107.38,-212.916]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-20.371,29.143],[-15.638,27.355],[-22.196,51.729]],"o":[[-48.755,63.436],[31.77,-0.948],[18.7,-31.021],[17.197,-32.046],[48.414,-75.178]],"v":[[-78.079,-55.425],[-47.532,57.637],[-0.19,-17.675],[32.119,-72.427],[107.38,-212.916]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-22.831,25.888],[-17.368,25.855],[-24.267,52.795]],"o":[[-48.755,63.436],[31.77,-0.948],[20.278,-27.486],[18.163,-28.247],[54.257,-68.687]],"v":[[-78.079,-55.425],[-47.532,57.637],[-0.344,-17.774],[33.167,-62.907],[119.831,-209.409]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-22.831,25.888],[-17.368,25.855],[-24.267,52.795]],"o":[[-48.755,63.436],[31.77,-0.948],[20.278,-27.486],[18.163,-28.247],[54.257,-68.687]],"v":[[-78.079,-55.425],[-47.532,57.637],[-0.344,-17.774],[33.167,-62.907],[119.831,-209.409]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-25.391,22.5],[-19.169,24.293],[-26.423,53.905]],"o":[[-48.755,63.436],[31.77,-0.948],[21.921,-23.805],[19.169,-24.293],[60.34,-61.93]],"v":[[-78.079,-55.425],[-47.532,57.637],[-0.504,-17.877],[50.413,-73.563],[126.066,-191.293]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-25.391,22.5],[-19.169,24.293],[-26.423,53.905]],"o":[[-48.755,63.436],[31.77,-0.948],[21.921,-23.805],[19.169,-24.293],[60.34,-61.93]],"v":[[-78.079,-55.425],[-47.532,57.637],[-0.504,-17.877],[50.413,-73.563],[126.066,-191.293]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-28.036,19],[-21.372,20.816],[-31.166,51.686]],"o":[[-48.755,63.436],[31.77,-0.948],[23.912,-19.215],[21.865,-20.878],[66.623,-54.949]],"v":[[-78.079,-55.425],[-47.532,57.637],[-0.67,-17.983],[46.23,-58.224],[124.489,-176.552]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-28.036,19],[-21.372,20.816],[-31.166,51.686]],"o":[[-48.755,63.436],[31.77,-0.948],[23.912,-19.215],[21.865,-20.878],[66.623,-54.949]],"v":[[-78.079,-55.425],[-47.532,57.637],[-0.67,-17.983],[46.23,-58.224],[124.489,-176.552]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-30.68,15.501],[-23.576,17.34],[-35.908,49.466]],"o":[[-48.755,63.436],[31.77,-0.948],[25.902,-14.625],[24.562,-17.463],[72.907,-47.969]],"v":[[-78.079,-55.425],[-47.532,57.637],[-0.836,-18.089],[46.646,-45.01],[141.12,-155.509]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-30.68,15.501],[-23.576,17.34],[-35.908,49.466]],"o":[[-48.755,63.436],[31.77,-0.948],[25.902,-14.625],[24.562,-17.463],[72.907,-47.969]],"v":[[-78.079,-55.425],[-47.532,57.637],[-0.836,-18.089],[46.646,-45.01],[141.12,-155.509]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-33.325,12.001],[-25.779,13.863],[-40.65,47.247]],"o":[[-48.755,63.436],[31.77,-0.948],[27.893,-10.035],[27.258,-14.048],[79.19,-40.988]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.002,-18.196],[71.735,-45.003],[145.792,-143.314]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-33.325,12.001],[-25.779,13.863],[-40.65,47.247]],"o":[[-48.755,63.436],[31.77,-0.948],[27.893,-10.035],[27.258,-14.048],[79.19,-40.988]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.002,-18.196],[71.735,-45.003],[145.792,-143.314]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-35.969,8.501],[-27.983,10.387],[-44.889,39.683]],"o":[[-48.755,63.436],[31.77,-0.948],[29.191,-6.456],[29.954,-10.633],[85.474,-34.008]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.168,-18.302],[72.787,-36.619],[164.915,-118.354]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-35.969,8.501],[-27.983,10.387],[-44.889,39.683]],"o":[[-48.755,63.436],[31.77,-0.948],[29.191,-6.456],[29.954,-10.633],[85.474,-34.008]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.168,-18.302],[72.787,-36.619],[164.915,-118.354]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-38.614,5.001],[-30.186,6.91],[-49.128,32.119]],"o":[[-48.755,63.436],[31.77,-0.948],[30.49,-2.877],[32.651,-7.218],[91.757,-27.027]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.334,-18.408],[73.244,-29.181],[178.267,-90.417]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-38.614,5.001],[-30.186,6.91],[-49.128,32.119]],"o":[[-48.755,63.436],[31.77,-0.948],[30.49,-2.877],[32.651,-7.218],[91.757,-27.027]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.334,-18.408],[73.244,-29.181],[178.267,-90.417]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-40.022,3.137],[-31.359,5.059],[-39.276,16.342]],"o":[[-48.755,63.436],[31.77,-0.948],[31.341,-2.075],[34.087,-5.4],[95.103,-23.31]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.422,-18.465],[73.789,-25.635],[180.476,-65.557]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":12,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-40.022,3.137],[-31.359,5.059],[-39.276,16.342]],"o":[[-48.755,63.436],[31.77,-0.948],[31.341,-2.075],[34.087,-5.4],[95.103,-23.31]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.422,-18.465],[73.789,-25.635],[180.476,-65.557]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-40.825,2.076],[-32.028,4.004],[-33.662,7.354]],"o":[[-48.755,63.436],[31.77,-0.948],[31.825,-1.618],[34.905,-4.364],[97.01,-21.192]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.472,-18.497],[74.099,-23.615],[181.179,-45.767]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":13,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-40.825,2.076],[-32.028,4.004],[-33.662,7.354]],"o":[[-48.755,63.436],[31.77,-0.948],[31.825,-1.618],[34.905,-4.364],[97.01,-21.192]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.472,-18.497],[74.099,-23.615],[181.179,-45.767]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-32.208,9.824],[-32.062,2.748],[-32.911,-10.4]],"o":[[-48.755,63.436],[31.77,-0.948],[23.275,-8.874],[32.309,-2.288],[68.544,0.717]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.499,-15.347],[71.936,-32.429],[167.809,-25.441]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-32.208,9.824],[-32.062,2.748],[-32.911,-10.4]],"o":[[-48.755,63.436],[31.77,-0.948],[23.275,-8.874],[32.309,-2.288],[68.544,0.717]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.499,-15.347],[71.936,-32.429],[167.809,-25.441]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-23.591,17.571],[-32.096,1.493],[-14.855,-21.353]],"o":[[-48.755,63.436],[31.77,-0.948],[18.917,-15.79],[29.713,-0.213],[40.079,22.626]],"v":[[-78.079,-55.425],[-47.532,57.637],[-2.363,-16.111],[65.145,-49.966],[139.773,-4.765]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-23.591,17.571],[-32.096,1.493],[-14.855,-21.353]],"o":[[-48.755,63.436],[31.77,-0.948],[18.917,-15.79],[29.713,-0.213],[40.079,22.626]],"v":[[-78.079,-55.425],[-47.532,57.637],[-2.363,-16.111],[65.145,-49.966],[139.773,-4.765]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-14.974,25.319],[-34.761,-0.676],[0.212,-31.999]],"o":[[-48.755,63.436],[31.77,-0.948],[10.782,-35.831],[37.463,5.632],[11.613,44.535]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.492,-8.678],[58.69,-65.586],[109.927,6.294]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-14.974,25.319],[-34.761,-0.676],[0.212,-31.999]],"o":[[-48.755,63.436],[31.77,-0.948],[10.782,-35.831],[37.463,5.632],[11.613,44.535]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.492,-8.678],[58.69,-65.586],[109.927,6.294]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-6.357,33.067],[-32.163,-1.018],[18.882,-47.646]],"o":[[-48.755,63.436],[31.77,-0.948],[-0.623,-55.054],[33.671,2.352],[-16.852,66.444]],"v":[[-88.083,-45.182],[-47.532,57.637],[-0.009,-7.043],[48.978,-75.477],[82.081,12.915]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":17,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-6.357,33.067],[-32.163,-1.018],[18.882,-47.646]],"o":[[-48.755,63.436],[31.77,-0.948],[-0.623,-55.054],[33.671,2.352],[-16.852,66.444]],"v":[[-88.083,-45.182],[-47.532,57.637],[-0.009,-7.043],[48.978,-75.477],[82.081,12.915]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.197,-2.274],[20.4,-39.774]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[40.224,2.841],[-45.317,88.353]],"v":[[-88.528,-42.016],[-47.532,57.637],[-0.919,-3.052],[49.064,-78.565],[72.144,13.774]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":18,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.197,-2.274],[20.4,-39.774]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[40.224,2.841],[-45.317,88.353]],"v":[[-88.528,-42.016],[-47.532,57.637],[-0.919,-3.052],[49.064,-78.565],[72.144,13.774]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.204,-1.73],[22.911,-37.624]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[41.047,2.124],[-43.206,89.232]],"v":[[-88.023,-40.472],[-47.532,57.637],[-0.991,-2.919],[48.12,-79.258],[72.28,14.439]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.204,-1.73],[22.911,-37.624]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[41.047,2.124],[-43.206,89.232]],"v":[[-88.023,-40.472],[-47.532,57.637],[-0.991,-2.919],[48.12,-79.258],[72.28,14.439]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.216,-0.775],[25.971,-33.848]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[42.491,0.866],[-39.5,90.775]],"v":[[-87.137,-37.763],[-47.532,57.637],[-1.116,-2.687],[46.463,-80.473],[73.652,10.85]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.216,-0.775],[25.971,-33.848]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[42.491,0.866],[-39.5,90.775]],"v":[[-87.137,-37.763],[-47.532,57.637],[-1.116,-2.687],[46.463,-80.473],[73.652,10.85]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.227,0.18],[18.43,-35.503]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[43.935,-0.392],[-35.795,92.318]],"v":[[-84.958,-44.422],[-47.532,57.637],[-1.241,-2.454],[44.807,-81.688],[77.192,8.098]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":21,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.227,0.18],[18.43,-35.503]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[43.935,-0.392],[-35.795,92.318]],"v":[[-84.958,-44.422],[-47.532,57.637],[-1.241,-2.454],[44.807,-81.688],[77.192,8.098]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.234,0.724],[16.27,-36.178]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[44.758,-1.109],[-33.684,93.197]],"v":[[-93.365,-39.106],[-47.532,57.637],[-1.313,-2.322],[43.863,-82.38],[80.535,4.564]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":22,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.234,0.724],[16.27,-36.178]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[44.758,-1.109],[-33.684,93.197]],"v":[[-93.365,-39.106],[-47.532,57.637],[-1.313,-2.322],[43.863,-82.38],[80.535,4.564]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.237,0.918],[14.814,-33.525]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[39.578,2.006],[-36.253,92.165]],"v":[[-86.619,-43.804],[-47.532,57.637],[-1.388,-2.432],[43.526,-82.627],[85.368,-0.902]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.237,0.918],[14.814,-33.525]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[39.578,2.006],[-36.253,92.165]],"v":[[-86.619,-43.804],[-47.532,57.637],[-1.388,-2.432],[43.526,-82.627],[85.368,-0.902]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.241,1.272],[15.171,-34.19]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[45.586,-1.831],[-40.931,90.286]],"v":[[-86.326,-45.002],[-47.532,57.637],[-1.526,-2.632],[42.912,-83.077],[85.719,-9.595]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":24,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.241,1.272],[15.171,-34.19]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[45.586,-1.831],[-40.931,90.286]],"v":[[-86.326,-45.002],[-47.532,57.637],[-1.526,-2.632],[42.912,-83.077],[85.719,-9.595]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.244,1.473],[16.5,-33.767]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[45.891,-2.097],[-43.595,89.216]],"v":[[-87.207,-40.139],[-47.532,57.637],[-1.604,-2.747],[42.562,-83.333],[79.952,4.016]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":25,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.244,1.473],[16.5,-33.767]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[45.891,-2.097],[-43.595,89.216]],"v":[[-87.207,-40.139],[-47.532,57.637],[-1.604,-2.747],[42.562,-83.333],[79.952,4.016]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.244,1.473],[24.943,-36.221]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[45.891,-2.097],[-56.318,81.782]],"v":[[-89.574,-43.515],[-47.532,57.637],[-1.604,-2.747],[42.562,-83.333],[80.132,4.483]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":26,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.244,1.473],[24.943,-36.221]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[45.891,-2.097],[-56.318,81.782]],"v":[[-89.574,-43.515],[-47.532,57.637],[-1.604,-2.747],[42.562,-83.333],[80.132,4.483]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.244,1.473],[22.952,-38.269]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[45.891,-2.097],[-51.062,84.942]],"v":[[-84.043,-47.245],[-47.532,57.637],[-1.604,-2.747],[42.562,-83.333],[80.275,4.16]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p833_1_0p167_0p167","t":27,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.244,1.473],[22.952,-38.269]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[45.891,-2.097],[-51.062,84.942]],"v":[[-84.043,-47.245],[-47.532,57.637],[-1.604,-2.747],[42.562,-83.333],[80.275,4.16]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.27,0.688],[20.961,-40.316]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[34.923,-0.744],[-45.805,88.101]],"v":[[-84.623,-38.988],[-47.532,57.637],[-1.604,-2.747],[42.562,-83.333],[79.719,4.105]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":28,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.27,0.688],[20.961,-40.316]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[34.923,-0.744],[-45.805,88.101]],"v":[[-84.623,-38.988],[-47.532,57.637],[-1.604,-2.747],[42.562,-83.333],[79.719,4.105]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.198,2.258],[20.961,-40.316]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[30.113,-2.112],[-45.805,88.101]],"v":[[-84.623,-38.988],[-47.532,57.637],[-1.604,-2.747],[42.562,-83.333],[82.487,-1.242]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":29,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.198,2.258],[20.961,-40.316]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[30.113,-2.112],[-45.805,88.101]],"v":[[-84.623,-38.988],[-47.532,57.637],[-1.604,-2.747],[42.562,-83.333],[82.487,-1.242]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.244,1.473],[20.961,-40.316]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[45.891,-2.097],[-45.805,88.101]],"v":[[-84.623,-38.988],[-47.532,57.637],[-1.604,-2.747],[42.562,-83.333],[85.938,-8.993]],"c":false}]},{"t":30}]},"nm":"Path 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[0.809]},"o":{"x":[0.333],"y":[0]},"n":["0p667_0p809_0p333_0"],"t":0,"s":[50],"e":[54.381]},{"i":{"x":[0.667],"y":[-1.092]},"o":{"x":[0.333],"y":[2.092]},"n":["0p667_-1p092_0p333_2p092"],"t":1,"s":[54.381],"e":[55.981]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0.247]},"n":["0p667_1_0p333_0p247"],"t":5,"s":[55.981],"e":[100]},{"t":18}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":30},"lc":3,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":4,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":1,"nm":"Medium Gray-Royal Blue Solid 2","parent":2,"td":1,"ks":{"o":{"k":100},"r":{"k":-50.4},"p":{"k":[20.589,-2.274,0]},"a":{"k":[250,300,0]},"s":{"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[157.549,213.516],[-8.291,213.727],[164.23,541.048],[267.359,303.802],[203.111,254.296]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[157.549,213.516],[-8.291,213.727],[164.23,541.048],[257.128,321.693],[211.558,245.538]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[157.549,213.516],[-8.291,213.727],[164.23,541.048],[257.128,321.693],[211.558,245.538]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[157.548,213.516],[45.318,288.083],[217.839,615.403],[276.718,310.734],[192.657,290.073]],"c":true}]},{"t":17}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"sw":500,"sh":600,"sc":"#416eb0","ip":0,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"Arm","parent":16,"tt":1,"ks":{"o":{"k":100},"r":{"k":-69},"p":{"k":[17.35,6.501,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":0,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-13.144,38.707],[-10.555,31.766],[-16.109,48.597]],"o":[[-48.755,63.436],[31.77,-0.948],[14.063,-41.41],[14.357,-43.209],[31.244,-94.254]],"v":[[-78.079,-55.425],[-47.532,57.637],[0.264,-17.385],[33.263,-118.602],[75.014,-241.424]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-22.831,25.888],[-17.368,25.855],[-24.267,52.795]],"o":[[-48.755,63.436],[31.77,-0.948],[20.278,-27.486],[18.163,-28.247],[54.257,-68.687]],"v":[[-78.079,-55.425],[-47.532,57.637],[-0.344,-17.774],[57.999,-93.642],[144.664,-240.143]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-22.831,25.888],[-17.368,25.855],[-24.267,52.795]],"o":[[-48.755,63.436],[31.77,-0.948],[20.278,-27.486],[18.163,-28.247],[54.257,-68.687]],"v":[[-78.079,-55.425],[-47.532,57.637],[-0.344,-17.774],[57.999,-93.642],[144.664,-240.143]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-25.391,22.5],[-19.169,24.293],[-26.423,53.905]],"o":[[-48.755,63.436],[31.77,-0.948],[21.921,-23.805],[19.169,-24.293],[60.34,-61.93]],"v":[[-78.079,-55.425],[-47.532,57.637],[-0.504,-17.877],[64.538,-87.044],[140.19,-204.774]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-25.391,22.5],[-19.169,24.293],[-26.423,53.905]],"o":[[-48.755,63.436],[31.77,-0.948],[21.921,-23.805],[19.169,-24.293],[60.34,-61.93]],"v":[[-78.079,-55.425],[-47.532,57.637],[-0.504,-17.877],[64.538,-87.044],[140.19,-204.774]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-28.036,19],[-21.372,20.816],[-31.166,51.686]],"o":[[-48.755,63.436],[31.77,-0.948],[23.912,-19.215],[21.865,-20.878],[66.623,-54.949]],"v":[[-78.079,-55.425],[-47.532,57.637],[-0.67,-17.983],[67.981,-78.458],[146.24,-196.786]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-28.036,19],[-21.372,20.816],[-31.166,51.686]],"o":[[-48.755,63.436],[31.77,-0.948],[23.912,-19.215],[21.865,-20.878],[66.623,-54.949]],"v":[[-78.079,-55.425],[-47.532,57.637],[-0.67,-17.983],[67.981,-78.458],[146.24,-196.786]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-30.68,15.501],[-23.576,17.34],[-35.908,49.466]],"o":[[-48.755,63.436],[31.77,-0.948],[25.902,-14.625],[24.562,-17.463],[72.907,-47.969]],"v":[[-78.079,-55.425],[-47.532,57.637],[-0.836,-18.089],[70.468,-62.611],[164.942,-173.11]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-30.68,15.501],[-23.576,17.34],[-35.908,49.466]],"o":[[-48.755,63.436],[31.77,-0.948],[25.902,-14.625],[24.562,-17.463],[72.907,-47.969]],"v":[[-78.079,-55.425],[-47.532,57.637],[-0.836,-18.089],[70.468,-62.611],[164.942,-173.11]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-33.325,12.001],[-25.779,13.863],[-40.65,47.247]],"o":[[-48.755,63.436],[31.77,-0.948],[27.893,-10.035],[27.258,-14.048],[79.19,-40.988]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.002,-18.196],[71.735,-45.003],[172.591,-155.315]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-33.325,12.001],[-25.779,13.863],[-40.65,47.247]],"o":[[-48.755,63.436],[31.77,-0.948],[27.893,-10.035],[27.258,-14.048],[79.19,-40.988]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.002,-18.196],[71.735,-45.003],[172.591,-155.315]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-35.969,8.501],[-27.982,10.387],[-44.889,39.683]],"o":[[-48.755,63.436],[31.77,-0.948],[29.191,-6.456],[29.954,-10.633],[85.474,-34.008]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.168,-18.302],[72.787,-36.619],[183.962,-130.005]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-35.969,8.501],[-27.982,10.387],[-44.889,39.683]],"o":[[-48.755,63.436],[31.77,-0.948],[29.191,-6.456],[29.954,-10.633],[85.474,-34.008]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.168,-18.302],[72.787,-36.619],[183.962,-130.005]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-38.614,5.001],[-30.186,6.91],[-49.129,32.119]],"o":[[-48.755,63.436],[31.77,-0.948],[30.49,-2.877],[32.651,-7.218],[91.757,-27.027]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.334,-18.408],[73.244,-29.181],[200.206,-102.864]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-38.614,5.001],[-30.186,6.91],[-49.129,32.119]],"o":[[-48.755,63.436],[31.77,-0.948],[30.49,-2.877],[32.651,-7.218],[91.757,-27.027]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.334,-18.408],[73.244,-29.181],[200.206,-102.864]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-40.022,3.137],[-31.359,5.059],[-39.276,16.342]],"o":[[-48.755,63.436],[31.77,-0.948],[31.341,-2.075],[34.087,-5.4],[95.103,-23.31]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.422,-18.465],[73.789,-25.635],[205.57,-75.974]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":12,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-40.022,3.137],[-31.359,5.059],[-39.276,16.342]],"o":[[-48.755,63.436],[31.77,-0.948],[31.341,-2.075],[34.087,-5.4],[95.103,-23.31]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.422,-18.465],[73.789,-25.635],[205.57,-75.974]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-40.825,2.076],[-32.028,4.004],[-33.662,7.354]],"o":[[-48.755,63.436],[31.77,-0.948],[31.825,-1.618],[34.905,-4.364],[97.01,-21.192]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.472,-18.497],[74.099,-23.615],[204.569,-51.598]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":13,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-40.825,2.076],[-32.028,4.004],[-33.662,7.354]],"o":[[-48.755,63.436],[31.77,-0.948],[31.825,-1.618],[34.905,-4.364],[97.01,-21.192]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.472,-18.497],[74.099,-23.615],[204.569,-51.598]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-32.208,9.824],[-32.062,2.748],[-32.911,-10.4]],"o":[[-48.755,63.436],[31.77,-0.948],[23.275,-8.874],[32.309,-2.288],[68.544,0.717]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.499,-15.347],[71.936,-32.429],[191.128,-23.098]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-32.208,9.824],[-32.062,2.748],[-32.911,-10.4]],"o":[[-48.755,63.436],[31.77,-0.948],[23.275,-8.874],[32.309,-2.288],[68.544,0.717]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.499,-15.347],[71.936,-32.429],[191.128,-23.098]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-23.591,17.571],[-32.096,1.493],[-14.855,-21.353]],"o":[[-48.755,63.436],[31.77,-0.948],[18.917,-15.79],[29.713,-0.213],[40.079,22.626]],"v":[[-78.079,-55.425],[-47.532,57.637],[-2.363,-16.111],[65.145,-49.966],[154.616,10.39]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-23.591,17.571],[-32.096,1.493],[-14.855,-21.353]],"o":[[-48.755,63.436],[31.77,-0.948],[18.917,-15.79],[29.713,-0.213],[40.079,22.626]],"v":[[-78.079,-55.425],[-47.532,57.637],[-2.363,-16.111],[65.145,-49.966],[154.616,10.39]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-14.974,25.319],[-34.761,-0.676],[0.212,-31.999]],"o":[[-48.755,63.436],[31.77,-0.948],[10.782,-35.831],[37.463,5.632],[11.613,44.535]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.492,-8.678],[58.69,-65.586],[112.615,30.274]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-14.974,25.319],[-34.761,-0.676],[0.212,-31.999]],"o":[[-48.755,63.436],[31.77,-0.948],[10.782,-35.831],[37.463,5.632],[11.613,44.535]],"v":[[-78.079,-55.425],[-47.532,57.637],[-1.492,-8.678],[58.69,-65.586],[112.615,30.274]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[-6.357,33.067],[-32.163,-1.018],[18.882,-47.646]],"o":[[-48.755,63.436],[31.77,-0.948],[-0.623,-55.054],[33.671,2.352],[-16.852,66.444]],"v":[[-88.083,-45.182],[-47.532,57.637],[-0.009,-7.043],[48.978,-75.477],[74.889,33.324]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":17,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[-6.357,33.067],[-32.163,-1.018],[18.882,-47.646]],"o":[[-48.755,63.436],[31.77,-0.948],[-0.623,-55.054],[33.671,2.352],[-16.852,66.444]],"v":[[-88.083,-45.182],[-47.532,57.637],[-0.009,-7.043],[48.978,-75.477],[74.889,33.324]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.197,-2.274],[20.4,-39.774]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[40.224,2.841],[-45.317,88.353]],"v":[[-88.528,-42.016],[-47.532,57.637],[-0.919,-3.052],[49.064,-78.565],[61.953,33.91]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":18,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.197,-2.274],[20.4,-39.774]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[40.224,2.841],[-45.317,88.353]],"v":[[-88.528,-42.016],[-47.532,57.637],[-0.919,-3.052],[49.064,-78.565],[61.953,33.91]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.216,-0.775],[27.318,-33.851]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[42.491,0.866],[-39.5,90.775]],"v":[[-87.137,-37.763],[-47.532,57.637],[-1.116,-2.687],[46.463,-80.473],[61.989,26.058]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.216,-0.775],[27.318,-33.851]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[42.491,0.866],[-39.5,90.775]],"v":[[-87.137,-37.763],[-47.532,57.637],[-1.116,-2.687],[46.463,-80.473],[61.989,26.058]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.227,0.18],[18.43,-35.503]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[43.935,-0.392],[-35.795,92.318]],"v":[[-84.958,-44.422],[-47.532,57.637],[-1.241,-2.454],[44.807,-81.688],[69.881,19.744]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":21,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.227,0.18],[18.43,-35.503]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[43.935,-0.392],[-35.795,92.318]],"v":[[-84.958,-44.422],[-47.532,57.637],[-1.241,-2.454],[44.807,-81.688],[69.881,19.744]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.234,0.724],[13.367,-36.444]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[44.758,-1.109],[-33.684,93.197]],"v":[[-93.365,-39.106],[-47.532,57.637],[-1.313,-2.322],[43.863,-82.38],[73.577,16.736]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":22,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.234,0.724],[13.367,-36.444]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[44.758,-1.109],[-33.684,93.197]],"v":[[-93.365,-39.106],[-47.532,57.637],[-1.313,-2.322],[43.863,-82.38],[73.577,16.736]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.237,0.918],[14.814,-33.525]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[45.051,-1.365],[-36.253,92.165]],"v":[[-86.619,-43.804],[-47.532,57.637],[-1.388,-2.432],[43.526,-82.627],[77.429,18.217]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.237,0.918],[14.814,-33.525]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[45.051,-1.365],[-36.253,92.165]],"v":[[-86.619,-43.804],[-47.532,57.637],[-1.388,-2.432],[43.526,-82.627],[77.429,18.217]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.241,1.272],[15.888,-33.679]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[45.586,-1.831],[-40.931,90.286]],"v":[[-86.326,-45.002],[-47.532,57.637],[-1.526,-2.632],[42.912,-83.077],[75.08,16.832]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":24,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.241,1.272],[15.888,-33.679]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[45.586,-1.831],[-40.931,90.286]],"v":[[-86.326,-45.002],[-47.532,57.637],[-1.526,-2.632],[42.912,-83.077],[75.08,16.832]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.244,1.473],[16.5,-33.767]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[45.891,-2.097],[-43.595,89.216]],"v":[[-87.207,-40.139],[-47.532,57.637],[-1.604,-2.747],[42.562,-83.333],[73.609,16.091]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":25,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.244,1.473],[16.5,-33.767]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[45.891,-2.097],[-43.595,89.216]],"v":[[-87.207,-40.139],[-47.532,57.637],[-1.604,-2.747],[42.562,-83.333],[73.609,16.091]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.244,1.473],[24.943,-36.221]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[45.891,-2.097],[-56.318,81.782]],"v":[[-89.574,-43.515],[-47.532,57.637],[-1.604,-2.747],[42.562,-83.333],[72.119,16.395]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":26,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.244,1.473],[24.943,-36.221]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[45.891,-2.097],[-56.318,81.782]],"v":[[-89.574,-43.515],[-47.532,57.637],[-1.604,-2.747],[42.562,-83.333],[72.119,16.395]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.244,1.473],[22.952,-38.269]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[45.891,-2.097],[-51.062,84.942]],"v":[[-84.043,-47.245],[-47.532,57.637],[-1.604,-2.747],[42.562,-83.333],[72.477,17.329]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p833_1_0p167_0p167","t":27,"s":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.244,1.473],[22.952,-38.269]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[45.891,-2.097],[-51.062,84.942]],"v":[[-84.043,-47.245],[-47.532,57.637],[-1.604,-2.747],[42.562,-83.333],[72.477,17.329]],"c":false}],"e":[{"i":[[46.121,-60.008],[-24.32,0.726],[2.26,40.815],[-32.244,1.473],[20.961,-40.316]],"o":[[-48.755,63.436],[31.77,-0.948],[-3.247,-58.639],[45.891,-2.097],[-45.805,88.101]],"v":[[-84.623,-38.988],[-47.532,57.637],[-1.604,-2.747],[42.562,-83.333],[72.835,18.263]],"c":false}]},{"t":28}]},"nm":"Path 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[0.809]},"o":{"x":[0.333],"y":[0]},"n":["0p667_0p809_0p333_0"],"t":0,"s":[50],"e":[54.381]},{"i":{"x":[0.667],"y":[-1.092]},"o":{"x":[0.333],"y":[2.092]},"n":["0p667_-1p092_0p333_2p092"],"t":1,"s":[54.381],"e":[55.981]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0.247]},"n":["0p667_1_0p333_0p247"],"t":5,"s":[55.981],"e":[100]},{"t":18}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":24},"lc":3,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":3,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":3,"nm":"FootNull","parent":17,"ks":{"o":{"k":0},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[-90],"e":[-87.8]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[-87.8],"e":[-87.5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6,"s":[-87.5],"e":[-78.6]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":7,"s":[-78.6],"e":[-62.9]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[-62.9],"e":[-46.2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9,"s":[-46.2],"e":[-29.2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[-29.2],"e":[-8.4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":11,"s":[-8.4],"e":[16.3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[16.3],"e":[44.8]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":13,"s":[44.8],"e":[83.4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":14,"s":[83.4],"e":[142.6]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[142.6],"e":[193]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[193],"e":[226]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":17,"s":[226],"e":[250.8]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[250.8],"e":[248.8]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":19,"s":[248.8],"e":[246.1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[246.1],"e":[242.4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":21,"s":[242.4],"e":[238.7]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":22,"s":[238.7],"e":[295.267]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24,"s":[295.267],"e":[306.4]},{"t":25}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":1,"s":[228.125,273,0],"e":[228.125,265.125,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[228.125,265.125,0],"e":[228.125,258,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[228.125,258,0],"e":[228.125,256.125,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[228.125,256.125,0],"e":[228.125,254.25,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[228.125,254.25,0],"e":[228.125,248.25,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[228.125,248.25,0],"e":[238.375,233.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[238.375,233.5,0],"e":[261.25,219.75,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[261.25,219.75,0],"e":[295.75,216.875,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[295.75,216.875,0],"e":[330.875,232.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[330.875,232.375,0],"e":[360.875,268.25,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[360.875,268.25,0],"e":[370.375,317.625,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[370.375,317.625,0],"e":[358.25,372.25,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[358.25,372.25,0],"e":[327.75,410.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[327.75,410.375,0],"e":[265,431,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[265,431,0],"e":[204.25,401.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[204.25,401.5,0],"e":[178.375,360.25,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[178.375,360.25,0],"e":[164.75,335.125,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[164.75,335.125,0],"e":[165.75,338.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[165.75,338.375,0],"e":[167.875,343.625,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[167.875,343.625,0],"e":[170,349.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[170,349.5,0],"e":[173.25,358.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[173.25,358.5,0],"e":[163.917,359.882,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[163.917,359.882,0],"e":[176.334,378.626,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[176.334,378.626,0],"e":[190,398.125,0],"to":[0,0,0],"ti":[0,0,0]},{"t":25}]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"ip":0,"op":37,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":3,"nm":"HandNull","parent":17,"ks":{"o":{"k":0},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[-270],"e":[-269.9]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[-269.9],"e":[-270]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[-270],"e":[-269.9]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[-269.9],"e":[-269.8]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6,"s":[-269.8],"e":[-257.9]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":7,"s":[-257.9],"e":[-242.1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[-242.1],"e":[-225.9]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9,"s":[-225.9],"e":[-207.9]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[-207.9],"e":[-188.3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":11,"s":[-188.3],"e":[-163]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[-163],"e":[-134.6]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":13,"s":[-134.6],"e":[-96.4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":14,"s":[-96.4],"e":[-42.3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[-42.3],"e":[8.3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[8.3],"e":[41.6]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":17,"s":[41.6],"e":[50.9]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[50.9],"e":[50.1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":19,"s":[50.1],"e":[48.2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[48.2],"e":[45.3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":21,"s":[45.3],"e":[44.6]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":22,"s":[44.6],"e":[43.3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":23,"s":[43.3],"e":[45.1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24,"s":[45.1],"e":[46.8]},{"t":25}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[270.875,280.75,0],"e":[272,287.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":1,"s":[272,287.375,0],"e":[272,295,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[272,295,0],"e":[272,302.125,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[272,302.125,0],"e":[272,303.875,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[272,303.875,0],"e":[272,305,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[272,305,0],"e":[271,310.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[271,310.375,0],"e":[262.062,326.125,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[262.062,326.125,0],"e":[240,340.438,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[240,340.438,0],"e":[206.188,343.625,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[206.188,343.625,0],"e":[171.25,329.562,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[171.25,329.562,0],"e":[141.75,294.875,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[141.75,294.875,0],"e":[131.75,246.75,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[131.75,246.75,0],"e":[143.125,192.75,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[143.125,192.75,0],"e":[177.875,152.25,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[177.875,152.25,0],"e":[237.75,137.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[237.75,137.5,0],"e":[295.25,159.125,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[295.25,159.125,0],"e":[321.438,202.75,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[321.438,202.75,0],"e":[325.25,220.75,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[325.25,220.75,0],"e":[323.875,218.625,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[323.875,218.625,0],"e":[321.5,212.875,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[321.5,212.875,0],"e":[318.25,206.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[318.25,206.375,0],"e":[316.125,201,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[316.125,201,0],"e":[314.5,198.875,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[314.5,198.875,0],"e":[316.5,200.875,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[316.5,200.875,0],"e":[318.375,202.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":25}]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"ip":0,"op":37,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"Hand","parent":12,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":6,"s":[92.5],"e":[57.5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0.333]},"n":["0p833_0p833_0p333_0p333"],"t":8,"s":[57.5],"e":[57.5]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_1_0p167_0p167"],"t":18,"s":[57.5],"e":[109.3]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":20,"s":[109.3],"e":[88.8]},{"t":23}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":1,"s":[-49.086,22.028,0],"e":[16.619,21.966,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":5,"s":[16.619,21.966,0],"e":[21.014,21.528,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":8,"s":[21.014,21.528,0],"e":[16.619,21.966,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":22,"s":[16.619,21.966,0],"e":[-55.711,22.372,0],"to":[0,0,0],"ti":[0,0,0]},{"t":25}]},"a":{"k":[-1.077,24.664,0]},"s":{"k":[80,80,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":2,"s":[{"i":[[0.916,5.582],[-0.007,6.497]],"o":[[-1.375,-8.375],[0.007,-6.731]],"v":[[-18.375,0.375],[-17.876,-22.4]],"c":false}],"e":[{"i":[[0.916,5.582],[4.63,7.763]],"o":[[-1.375,-8.375],[-3.448,-5.781]],"v":[[-18.375,0.375],[-26.713,-20.596]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":6,"s":[{"i":[[0.916,5.582],[4.63,7.763]],"o":[[-1.375,-8.375],[-3.448,-5.781]],"v":[[-18.375,0.375],[-26.713,-20.596]],"c":false}],"e":[{"i":[[0.916,5.582],[-1.023,6.899]],"o":[[-1.375,-8.375],[0.987,-6.659]],"v":[[-18.375,0.375],[-22.067,-24.193]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":9,"s":[{"i":[[0.916,5.582],[-1.023,6.899]],"o":[[-1.375,-8.375],[0.987,-6.659]],"v":[[-18.375,0.375],[-22.067,-24.193]],"c":false}],"e":[{"i":[[0.916,5.582],[-1.023,6.899]],"o":[[-1.375,-8.375],[0.987,-6.659]],"v":[[-18.375,0.375],[-22.067,-24.193]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":19,"s":[{"i":[[0.916,5.582],[-1.023,6.899]],"o":[[-1.375,-8.375],[0.987,-6.659]],"v":[[-18.375,0.375],[-22.067,-24.193]],"c":false}],"e":[{"i":[[0.916,5.582],[3,7.625]],"o":[[-1.375,-8.375],[-2.465,-6.264]],"v":[[-18.375,0.375],[-24.5,-21.125]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":22,"s":[{"i":[[0.916,5.582],[3,7.625]],"o":[[-1.375,-8.375],[-2.465,-6.264]],"v":[[-18.375,0.375],[-24.5,-21.125]],"c":false}],"e":[{"i":[[0.916,5.582],[-0.007,6.497]],"o":[[-1.375,-8.375],[0.007,-6.731]],"v":[[-18.375,0.375],[-17.876,-22.4]],"c":false}]},{"t":25}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":12.5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 5"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":2,"s":[{"i":[[0.208,5.653],[-0.834,7.548]],"o":[[-0.354,-9.588],[0.74,-6.691]],"v":[[-7.375,-9.625],[-6.621,-33.005]],"c":false}],"e":[{"i":[[0.916,5.582],[2.825,9.71]],"o":[[-1.375,-8.375],[-1.88,-6.463]],"v":[[-7.375,-9.625],[-13.123,-34.54]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":6,"s":[{"i":[[0.916,5.582],[2.825,9.71]],"o":[[-1.375,-8.375],[-1.88,-6.463]],"v":[[-7.375,-9.625],[-13.123,-34.54]],"c":false}],"e":[{"i":[[0.916,5.582],[-1.611,7.514]],"o":[[-1.375,-8.375],[1.411,-6.582]],"v":[[-7.375,-9.625],[-6.312,-35.508]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":9,"s":[{"i":[[0.916,5.582],[-1.611,7.514]],"o":[[-1.375,-8.375],[1.411,-6.582]],"v":[[-7.375,-9.625],[-6.312,-35.508]],"c":false}],"e":[{"i":[[0.916,5.582],[-1.611,7.514]],"o":[[-1.375,-8.375],[1.411,-6.582]],"v":[[-7.375,-9.625],[-6.312,-35.508]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":19,"s":[{"i":[[0.916,5.582],[-1.611,7.514]],"o":[[-1.375,-8.375],[1.411,-6.582]],"v":[[-7.375,-9.625],[-6.312,-35.508]],"c":false}],"e":[{"i":[[0.916,5.582],[1.75,9.375]],"o":[[-1.375,-8.375],[-1.235,-6.617]],"v":[[-7.375,-9.625],[-11.25,-34.458]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":22,"s":[{"i":[[0.916,5.582],[1.75,9.375]],"o":[[-1.375,-8.375],[-1.235,-6.617]],"v":[[-7.375,-9.625],[-11.25,-34.458]],"c":false}],"e":[{"i":[[0.208,5.653],[-0.834,7.548]],"o":[[-0.354,-9.588],[0.74,-6.691]],"v":[[-7.375,-9.625],[-6.621,-33.005]],"c":false}]},{"t":25}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":12.5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 4"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":2,"s":[{"i":[[-0.676,5.616],[-0.471,9.931]],"o":[[1.356,-11.255],[0.319,-6.724]],"v":[[2.875,-9.625],[5.327,-37.978]],"c":false}],"e":[{"i":[[-0.818,5.597],[-1.75,10.625]],"o":[[1.625,-11.125],[1.094,-6.642]],"v":[[2.875,-9.625],[7.485,-37.258]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":6,"s":[{"i":[[-0.818,5.597],[-1.75,10.625]],"o":[[1.625,-11.125],[1.094,-6.642]],"v":[[2.875,-9.625],[7.485,-37.258]],"c":false}],"e":[{"i":[[-0.818,5.597],[-4.699,6.193]],"o":[[1.625,-11.125],[4.069,-5.363]],"v":[[2.875,-9.625],[11.793,-36.668]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":9,"s":[{"i":[[-0.818,5.597],[-4.699,6.193]],"o":[[1.625,-11.125],[4.069,-5.363]],"v":[[2.875,-9.625],[11.793,-36.668]],"c":false}],"e":[{"i":[[-0.818,5.597],[-4.699,6.193]],"o":[[1.625,-11.125],[4.069,-5.363]],"v":[[2.875,-9.625],[11.793,-36.668]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":19,"s":[{"i":[[-0.818,5.597],[-4.699,6.193]],"o":[[1.625,-11.125],[4.069,-5.363]],"v":[[2.875,-9.625],[11.793,-36.668]],"c":false}],"e":[{"i":[[-0.818,5.597],[-1.75,10.625]],"o":[[1.625,-11.125],[1.094,-6.642]],"v":[[2.875,-9.625],[6.25,-37.625]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":22,"s":[{"i":[[-0.818,5.597],[-1.75,10.625]],"o":[[1.625,-11.125],[1.094,-6.642]],"v":[[2.875,-9.625],[6.25,-37.625]],"c":false}],"e":[{"i":[[-0.676,5.616],[-0.471,9.931]],"o":[[1.356,-11.255],[0.319,-6.724]],"v":[[2.875,-9.625],[5.327,-37.978]],"c":false}]},{"t":25}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":12.5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":2,"s":[{"i":[[-1.009,5.566],[-0.253,8.059]],"o":[[2.002,-11.047],[0.211,-6.728]],"v":[[12.625,-4.375],[15.845,-31.258]],"c":false}],"e":[{"i":[[-1.753,5.379],[-3.312,6.486]],"o":[[3.625,-11.125],[3.061,-5.995]],"v":[[12.625,-4.375],[24.858,-29.926]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":6,"s":[{"i":[[-1.753,5.379],[-3.312,6.486]],"o":[[3.625,-11.125],[3.061,-5.995]],"v":[[12.625,-4.375],[24.858,-29.926]],"c":false}],"e":[{"i":[[-1.753,5.379],[-8.159,4.511]],"o":[[3.625,-11.125],[5.891,-3.257]],"v":[[12.625,-4.375],[28.863,-25.658]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":9,"s":[{"i":[[-1.753,5.379],[-8.159,4.511]],"o":[[3.625,-11.125],[5.891,-3.257]],"v":[[12.625,-4.375],[28.863,-25.658]],"c":false}],"e":[{"i":[[-1.753,5.379],[-8.159,4.511]],"o":[[3.625,-11.125],[5.891,-3.257]],"v":[[12.625,-4.375],[28.863,-25.658]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":19,"s":[{"i":[[-1.753,5.379],[-8.159,4.511]],"o":[[3.625,-11.125],[5.891,-3.257]],"v":[[12.625,-4.375],[28.863,-25.658]],"c":false}],"e":[{"i":[[-1.753,5.379],[-3.5,9.375]],"o":[[3.625,-11.125],[2.354,-6.306]],"v":[[12.625,-4.375],[21.75,-30.375]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":22,"s":[{"i":[[-1.753,5.379],[-3.5,9.375]],"o":[[3.625,-11.125],[2.354,-6.306]],"v":[[12.625,-4.375],[21.75,-30.375]],"c":false}],"e":[{"i":[[-1.009,5.566],[-0.253,8.059]],"o":[[2.002,-11.047],[0.211,-6.728]],"v":[[12.625,-4.375],[15.845,-31.258]],"c":false}]},{"t":25}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":12.5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":2,"s":[{"i":[[-1.138,5.541],[0.866,4.868]],"o":[[1.715,-8.348],[-1.179,-6.627]],"v":[[18.625,5.375],[18.43,-12.578]],"c":false}],"e":[{"i":[[-2.657,4.994],[-3.5,0.875]],"o":[[3.125,-5.875],[6.53,-1.633]],"v":[[18.625,5.375],[34.174,-0.63]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":6,"s":[{"i":[[-2.657,4.994],[-3.5,0.875]],"o":[[3.125,-5.875],[6.53,-1.633]],"v":[[18.625,5.375],[34.174,-0.63]],"c":false}],"e":[{"i":[[-2.657,4.994],[-5.543,-1.777]],"o":[[3.125,-5.875],[6.41,2.054]],"v":[[18.625,5.375],[33.485,-0.678]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":9,"s":[{"i":[[-2.657,4.994],[-5.543,-1.777]],"o":[[3.125,-5.875],[6.41,2.054]],"v":[[18.625,5.375],[33.485,-0.678]],"c":false}],"e":[{"i":[[-2.657,4.994],[-5.543,-1.777]],"o":[[3.125,-5.875],[6.41,2.054]],"v":[[18.625,5.375],[33.485,-0.678]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":19,"s":[{"i":[[-2.657,4.994],[-5.543,-1.777]],"o":[[3.125,-5.875],[6.41,2.054]],"v":[[18.625,5.375],[33.485,-0.678]],"c":false}],"e":[{"i":[[-2.657,4.994],[-3.5,0.875]],"o":[[3.125,-5.875],[6.53,-1.633]],"v":[[18.625,5.375],[31.5,-3.875]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":22,"s":[{"i":[[-2.657,4.994],[-3.5,0.875]],"o":[[3.125,-5.875],[6.53,-1.633]],"v":[[18.625,5.375],[31.5,-3.875]],"c":false}],"e":[{"i":[[-1.138,5.541],[0.866,4.868]],"o":[[1.715,-8.348],[-1.179,-6.627]],"v":[[18.625,5.375],[18.43,-12.578]],"c":false}]},{"t":25}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":12.5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[50,50]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":3,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"Shoe","parent":11,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.185],"y":[0.185]},"n":["0p833_0p833_0p185_0p185"],"t":1,"s":[350.1],"e":[350.1]},{"i":{"x":[0.575],"y":[0.154]},"o":{"x":[0.185],"y":[0]},"n":["0p575_0p154_0p185_0"],"t":2,"s":[350.1],"e":[331.62]},{"i":{"x":[0.703],"y":[1]},"o":{"x":[0.341],"y":[0.257]},"n":["0p703_1_0p341_0p257"],"t":4,"s":[331.62],"e":[282.9]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":6,"s":[282.9],"e":[253.486]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":9,"s":[253.486],"e":[250.2]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":13,"s":[250.2],"e":[291.6]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p833_0p333_0"],"t":20,"s":[291.6],"e":[304.262]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":22,"s":[304.262],"e":[278.8]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":27,"s":[278.8],"e":[282.9]},{"t":30}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":1,"s":[-58.434,14.26,0],"e":[-46.134,13.06,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[-46.134,13.06,0],"e":[-29.953,12.11,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[-29.953,12.11,0],"e":[-10.778,12.16,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[-10.778,12.16,0],"e":[3.894,17.21,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[3.894,17.21,0],"e":[12.566,22.26,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[12.566,22.26,0],"e":[12.566,22.26,0],"to":[0,0,0],"ti":[0,0,0]},{"t":25}]},"a":{"k":[-81.625,145.258,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2.438,-0.094],[18.125,6.562],[0,0],[0,0],[0,0],[0.125,2.75],[-28.875,0.141]],"o":[[-1.812,0.016],[-3.625,-0.062],[0,0],[0,0],[0,0],[13.875,5],[2.75,0]],"v":[[42,-0.406],[-12.125,-6.312],[-33.812,-6.312],[-33.812,3],[-12.875,3],[-12.875,-3],[41.875,2.938]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-64.375,169.25],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-49.375,150.25],[-50.75,153.875]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":3},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-53.75,148.25],[-55.375,152]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":3},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.437,-1.972],[-4.357,1.829]],"o":[[-0.704,3.175],[7.423,-3.117]],"v":[[-66.757,143.065],[-60.694,150.987]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":3},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[9.29,1.227],[11.384,7.629],[3.25,7.375],[0,0],[-5.745,-0.037],[-3.125,0.016]],"o":[[-13.25,-1.75],[1.009,9.754],[-5,8.25],[0,0],[30.63,6.713],[7.125,-2.234]],"v":[[35.5,5.125],[-7.634,-9.879],[-30.125,-4.25],[-33.75,14.375],[-13.63,14.412],[37.5,19.984]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-63,150.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1"}],"ip":3,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"Sock","parent":11,"ks":{"o":{"k":100},"r":{"k":121.3},"p":{"k":[7.884,95.787,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[-4.741,-10.62],[-8.5,-10.5]],"o":[[6.25,14],[8.5,10.5]],"v":[[-71.802,35.423],[-46,63.5]],"c":false}],"e":[{"i":[[-4.741,-10.62],[-8.5,-10.5]],"o":[[6.25,14],[8.5,10.5]],"v":[[-71,23.5],[-46,63.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[-4.741,-10.62],[-8.5,-10.5]],"o":[[6.25,14],[8.5,10.5]],"v":[[-71,23.5],[-46,63.5]],"c":false}],"e":[{"i":[[-5.571,-10.057],[-7.689,-10.78]],"o":[[9.042,16.528],[7.767,10.952]],"v":[[-71.35,23.936],[-46,63.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[-5.571,-10.057],[-7.689,-10.78]],"o":[[9.042,16.528],[7.767,10.952]],"v":[[-71.35,23.936],[-46,63.5]],"c":false}],"e":[{"i":[[-5.987,-9.776],[-7.283,-10.919]],"o":[[11.843,16.458],[7.401,11.178]],"v":[[-71.525,24.154],[-46,63.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[-5.987,-9.776],[-7.283,-10.919]],"o":[[11.843,16.458],[7.401,11.178]],"v":[[-71.525,24.154],[-46,63.5]],"c":false}],"e":[{"i":[[-6.402,-9.495],[-6.878,-11.059]],"o":[[12.471,15.313],[7.034,11.404]],"v":[[-71.7,24.372],[-46,63.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[-6.402,-9.495],[-6.878,-11.059]],"o":[[12.471,15.313],[7.034,11.404]],"v":[[-71.7,24.372],[-46,63.5]],"c":false}],"e":[{"i":[[-6.817,-9.213],[-6.472,-11.199]],"o":[[12.754,13.049],[6.668,11.63]],"v":[[-71.874,24.59],[-46,63.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[-6.817,-9.213],[-6.472,-11.199]],"o":[[12.754,13.049],[6.668,11.63]],"v":[[-71.874,24.59],[-46,63.5]],"c":false}],"e":[{"i":[[-7.232,-8.932],[-6.067,-11.339]],"o":[[12.377,12.821],[6.301,11.856]],"v":[[-72.049,24.808],[-46,63.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[-7.232,-8.932],[-6.067,-11.339]],"o":[[12.377,12.821],[6.301,11.856]],"v":[[-72.049,24.808],[-46,63.5]],"c":false}],"e":[{"i":[[-7.648,-8.651],[-5.661,-11.479]],"o":[[11.225,12.698],[5.935,12.082]],"v":[[-72.224,25.026],[-46,63.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[-7.648,-8.651],[-5.661,-11.479]],"o":[[11.225,12.698],[5.935,12.082]],"v":[[-72.224,25.026],[-46,63.5]],"c":false}],"e":[{"i":[[-7.571,-8.784],[-5.256,-11.619]],"o":[[10.215,11.851],[5.568,12.308]],"v":[[-72.399,25.244],[-46,63.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[-7.571,-8.784],[-5.256,-11.619]],"o":[[10.215,11.851],[5.568,12.308]],"v":[[-72.399,25.244],[-46,63.5]],"c":false}],"e":[{"i":[[-6.712,-9.482],[-8.5,-10.5]],"o":[[9.651,13.633],[8.5,10.5]],"v":[[-71,23.5],[-46,63.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[-6.712,-9.482],[-8.5,-10.5]],"o":[[9.651,13.633],[8.5,10.5]],"v":[[-71,23.5],[-46,63.5]],"c":false}],"e":[{"i":[[-6.214,-9.828],[-8.5,-10.5]],"o":[[8.689,13.742],[8.5,10.5]],"v":[[-71,23.5],[-46,63.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[-6.214,-9.828],[-8.5,-10.5]],"o":[[8.689,13.742],[8.5,10.5]],"v":[[-71,23.5],[-46,63.5]],"c":false}],"e":[{"i":[[-5.461,-10.268],[-8.5,-10.5]],"o":[[7.232,13.599],[8.5,10.5]],"v":[[-71,23.5],[-46,63.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[-5.461,-10.268],[-8.5,-10.5]],"o":[[7.232,13.599],[8.5,10.5]],"v":[[-71,23.5],[-46,63.5]],"c":false}],"e":[{"i":[[-4.741,-10.62],[-8.5,-10.5]],"o":[[6.25,14],[8.5,10.5]],"v":[[-71,23.5],[-46,63.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[-4.741,-10.62],[-8.5,-10.5]],"o":[[6.25,14],[8.5,10.5]],"v":[[-71,23.5],[-46,63.5]],"c":false}],"e":[{"i":[[-4.188,-10.85],[-8.5,-10.5]],"o":[[5.5,14.25],[8.5,10.5]],"v":[[-71,23.5],[-46,63.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[-4.188,-10.85],[-8.5,-10.5]],"o":[[5.5,14.25],[8.5,10.5]],"v":[[-71,23.5],[-46,63.5]],"c":false}],"e":[{"i":[[-10.631,-4.715],[-20.345,-3.918]],"o":[[20.511,9.097],[13.266,2.554]],"v":[[-76.944,26.698],[-32.347,45.082]],"c":false}]},{"t":23}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":20},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":5,"op":23,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":3,"nm":"Rotation Null","parent":17,"ks":{"o":{"k":0},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[-129.6],"e":[-130.533]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":1,"s":[-130.533],"e":[-133.367]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[-133.367],"e":[-137.2]},{"i":{"x":[0.649],"y":[0.642]},"o":{"x":[0.302],"y":[0]},"n":["0p649_0p642_0p302_0"],"t":3,"s":[-137.2],"e":[-142.503]},{"i":{"x":[0.688],"y":[0.683]},"o":{"x":[0.342],"y":[0.309]},"n":["0p688_0p683_0p342_0p309"],"t":4,"s":[-142.503],"e":[-148.487]},{"i":{"x":[0.797],"y":[0.804]},"o":{"x":[0.431],"y":[0.442]},"n":["0p797_0p804_0p431_0p442"],"t":5,"s":[-148.487],"e":[-154.4]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":6,"s":[-154.4],"e":[3]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":18,"s":[3],"e":[-1]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":23,"s":[-1],"e":[0]},{"t":25}]},"p":{"k":[249.875,281.469,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"ip":0,"op":37,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":1,"nm":"ResizerTemp","parent":18,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[26.6,35.7,0]},"a":{"k":[250,300,0]},"s":{"k":[10.5,10.5,100]}},"ao":0,"sw":500,"sh":600,"sc":"#ffffff","ip":0,"op":37,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":1,"nm":"White Solid 49","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[40,50,0]},"a":{"k":[28,35,0]},"s":{"k":[142.857,142.857,100]}},"ao":0,"sw":56,"sh":70,"sc":"#ffffff","ip":0,"op":37,"st":0,"bm":0,"sr":1}],"v":"4.4.26","ddd":0,"ip":0,"op":37,"fr":25,"w":80,"h":100} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Mobilo/T.json b/ohos/flutter_lottie/assets/Mobilo/T.json new file mode 100644 index 0000000000000000000000000000000000000000..e753a7e5775ce6527f05560b976015ab709697fb --- /dev/null +++ b/ohos/flutter_lottie/assets/Mobilo/T.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":3,"nm":"Null 3","parent":22,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":2,"s":[77.8,77.8,100],"e":[110.9,110.9,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":3,"s":[110.9,110.9,100],"e":[100,100,100]},{"t":5}]}},"ao":0,"ip":0,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":1,"nm":"Turquoise Solid 1","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[54,-55,0]},"a":{"k":[304,358,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":10,"s":[100,100,100],"e":[110.9,110.9,100]},{"t":15}]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"f","pt":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,0],[0.83,8.468],[-0.188,-1.923],[-1.225,-8.691],[0.267,1.891]],"o":[[-1.188,-8.425],[-0.187,-1.904],[0.856,8.735],[0.268,1.904],[0,0]],"v":[[301.063,338.408],[298.043,313.068],[295.043,313.068],[298.17,339.205],[301.063,338.408]],"c":true}],"e":[{"i":[[0,0],[0.83,8.468],[-0.188,-1.923],[-1.225,-8.691],[0.267,1.891]],"o":[[-1.188,-8.425],[-0.187,-1.904],[0.856,8.735],[0.268,1.904],[0,0]],"v":[[301.063,338.408],[296.043,299.568],[293.043,299.568],[298.17,339.205],[301.063,338.408]],"c":true}]},{"t":14}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"sw":500,"sh":600,"sc":"#25cc8c","ip":10,"op":15,"st":-2,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":1,"nm":"Turquoise Solid 1","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[54,-55,0]},"a":{"k":[304,358,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":10,"s":[100,100,100],"e":[110.9,110.9,100]},{"t":15}]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"f","pt":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,0],[-1.729,4.057],[0.755,-1.772],[1.413,-4.454],[-0.583,1.837]],"o":[[1.333,-4.204],[0.749,-1.756],[-1.832,4.298],[-0.585,1.845],[0,0]],"v":[[314.996,338.834],[319.574,326.437],[316.983,324.923],[312.103,338.037],[314.996,338.834]],"c":true}],"e":[{"i":[[0,0],[-1.729,4.057],[0.755,-1.772],[1.413,-4.454],[-0.583,1.837]],"o":[[1.333,-4.204],[0.749,-1.756],[-1.832,4.298],[-0.585,1.845],[0,0]],"v":[[314.996,338.834],[323.574,313.437],[320.983,311.923],[312.103,338.037],[314.996,338.834]],"c":true}]},{"t":14}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 2"}],"sw":500,"sh":600,"sc":"#25cc8c","ip":10,"op":15,"st":-2,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":1,"nm":"Turquoise Solid 1","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[54,-55,0]},"a":{"k":[304,358,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":10,"s":[100,100,100],"e":[110.9,110.9,100]},{"t":15}]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"f","pt":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,0],[-1.128,0.866],[0.445,0.762],[0.647,-0.496],[1.054,-1.66],[-1.033,1.627]],"o":[[0.76,-1.196],[0.642,-0.492],[-0.369,-0.632],[-1.556,1.194],[-1.038,1.635],[0,0]],"v":[[324.322,343.228],[327.162,340.073],[327.7,338.021],[325.648,337.483],[321.731,341.714],[324.322,343.228]],"c":true}],"e":[{"i":[[0,0],[-1.128,0.866],[0.445,0.762],[0.647,-0.496],[1.054,-1.66],[-1.033,1.627]],"o":[[0.76,-1.196],[0.642,-0.492],[-0.369,-0.632],[-1.556,1.194],[-1.038,1.635],[0,0]],"v":[[324.322,343.228],[331.662,333.073],[331.2,330.021],[329.148,330.983],[321.731,341.714],[324.322,343.228]],"c":true}]},{"t":14}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 3"}],"sw":500,"sh":600,"sc":"#25cc8c","ip":10,"op":15,"st":-2,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":1,"nm":"White Solid 6","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,-113,0]},"a":{"k":[250,300,0]},"s":{"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"f","pt":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[-1.454,-2.729],[-3.886,1.591],[-0.431,1.503],[0.871,1.309],[3.206,-0.946]],"o":[[1.643,3.082],[1.447,-0.593],[0.433,-1.511],[-1.851,-2.783],[-4.121,1.216]],"v":[[179.637,302.159],[189.222,306.147],[192.415,302.929],[191.455,298.462],[182.741,295.027]],"c":true}],"e":[{"i":[[-0.697,-1.308],[-1.863,0.763],[-0.207,0.721],[0.417,0.628],[1.537,-0.453]],"o":[[0.788,1.478],[0.694,-0.284],[0.208,-0.724],[-0.887,-1.334],[-1.976,0.583]],"v":[[197.197,310.508],[201.792,312.42],[203.323,310.878],[202.862,308.736],[198.685,307.09]],"c":true}]},{"t":10}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"sw":500,"sh":600,"sc":"#ffffff","ip":8,"op":10,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":1,"nm":"White Solid 6","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,-113,0]},"a":{"k":[250,300,0]},"s":{"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"f","pt":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[-4.593,-1.022],[-1.755,1.806],[2.618,2.423],[6.077,0.799],[2.363,-0.842]],"o":[[2.459,0.547],[2.486,-2.558],[-4.499,-4.163],[-2.487,-0.327],[-15.378,5.479]],"v":[[227.404,298.046],[234.553,297.05],[232.453,287.711],[215.815,280.598],[208.373,281.005]],"c":true}],"e":[{"i":[[-4.593,-1.022],[-1.755,1.806],[2.618,2.423],[6.077,0.799],[2.363,-0.842]],"o":[[2.459,0.547],[2.486,-2.558],[-4.499,-4.163],[-2.487,-0.327],[-15.378,5.479]],"v":[[240.404,302.046],[247.553,301.05],[245.453,291.711],[223.315,283.098],[215.873,283.505]],"c":true}]},{"t":10}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 2"}],"sw":500,"sh":600,"sc":"#ffffff","ip":8,"op":10,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":1,"nm":"White Solid 6","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,-113,0]},"a":{"k":[250,300,0]},"s":{"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"f","pt":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[2.396,-2.493],[0.271,-0.73],[-1.888,3.144],[0.644,1.124]],"o":[[-0.465,0.484],[-2.099,5.658],[0.667,-1.11],[-1.845,-3.221]],"v":[[181.182,256.932],[180.061,258.751],[190.18,262.069],[189.932,258.373]],"c":true}],"e":[{"i":[[0.812,-0.845],[0.092,-0.248],[-0.64,1.066],[0.218,0.381]],"o":[[-0.158,0.164],[-0.712,1.918],[0.226,-0.376],[-0.625,-1.092]],"v":[[195.812,265.345],[195.432,265.961],[198.862,267.086],[198.778,265.834]],"c":true}]},{"t":10}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 3"}],"sw":500,"sh":600,"sc":"#ffffff","ip":8,"op":10,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":1,"nm":"White Solid 6","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,-113,0]},"a":{"k":[250,300,0]},"s":{"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"f","pt":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[-1.667,0.479],[-1.159,-0.275],[-4.38,-1.746],[-0.176,-3.375],[2.036,1.97]],"o":[[1.806,-0.519],[4.548,1.081],[3.139,1.251],[-0.039,0.423],[-2.156,-2.087]],"v":[[210.764,231.781],[216.548,231.7],[230.24,235.248],[236.887,242.147],[210.449,235.406]],"c":true}],"e":[{"i":[[-1.097,0.315],[-0.763,-0.181],[-2.883,-1.149],[-0.116,-2.221],[1.34,1.297]],"o":[[1.189,-0.342],[2.993,0.711],[2.066,0.824],[-0.026,0.278],[-1.419,-1.374]],"v":[[220.306,237.036],[224.113,236.983],[239.625,242.818],[244,247.359],[220.099,239.422]],"c":true}]},{"t":10}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 4"}],"sw":500,"sh":600,"sc":"#ffffff","ip":8,"op":10,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 4","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[-90.5,-136.662,0],"e":[-90.5,-141.662,0],"to":[0,-0.83333331346512,0],"ti":[0,0.83333331346512,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[-90.5,-141.662,0],"e":[-90.5,-141.662,0],"to":[0,0,0],"ti":[0,0,0]},{"t":40}]},"a":{"k":[-78.5,-9.5,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[-3.314,0],[-1.75,-3.838],[3.314,0],[1.655,2.871]],"o":[[3.314,0],[1.375,3.015],[-3.314,0],[-2.5,-4.338]],"v":[[1.5,-1.5],[9,6.25],[8,19.5],[-0.5,10]],"c":true}],"e":[{"i":[[-4.28,0],[0,-4.28],[4.28,0],[0,4.28]],"o":[[4.28,0],[0,4.28],[-4.28,0],[0,-4.28]],"v":[[0,-7.75],[7.75,0],[0,7.75],[-7.75,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[-4.28,0],[0,-4.28],[4.28,0],[0,4.28]],"o":[[4.28,0],[0,4.28],[-4.28,0],[0,-4.28]],"v":[[0,-7.75],[7.75,0],[0,7.75],[-7.75,0]],"c":true}],"e":[{"i":[[-3.314,0],[0,-3.314],[3.314,0],[0,3.314]],"o":[[3.314,0],[0,3.314],[-3.314,0],[0,-3.314]],"v":[[-0.188,-6],[5.812,0],[-0.188,6],[-6.188,0]],"c":true}]},{"t":8}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-77,8],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[0,9.5],[0,-14],[0,0],[-1.5,4]],"o":[[0,-9.5],[0,14],[0,0],[1.5,-4]],"v":[[-83,-26.5],[-84.75,-10.25],[-80,4],[-75,0.5]],"c":true}],"e":[{"i":[[0,9.5],[0,-14],[0,0],[-1.5,4]],"o":[[0,-9.5],[0,14],[0,0],[1.5,-4]],"v":[[-74.5,-51.5],[-90.75,-48],[-81.5,-1.5],[-75,-5.75]],"c":true}]},{"t":6}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":4,"op":8,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Shape Layer 3","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,-113,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":9,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[59.847,88.792],[60.347,81.667]],"c":false}],"h":1},{"t":13,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[64.875,82.625],[65.375,75.5]],"c":false}],"h":1},{"t":15,"s":[{"i":[[1.265,3.857],[0,0]],"o":[[-1.708,-5.208],[0,0]],"v":[[43.708,83.208],[44.208,73.583]],"c":false}],"h":1},{"t":17,"s":[{"i":[[5.042,0.292],[0,0]],"o":[[-5.042,-0.292],[0,0]],"v":[[56.708,80.625],[49.042,78.5]],"c":false}],"h":1},{"t":18,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[52.031,79.508],[52.91,64.971]],"c":false}],"h":1},{"t":19,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[51.865,53.008],[52.743,44.471]],"c":false}],"h":1},{"t":21,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[52.24,56.095],[53.118,49.924]],"c":false}],"h":1},{"t":22,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[51.668,-27.742],[52.716,-61.529]],"c":false}],"h":1}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":9,"s":[{"i":[[0,0],[-0.625,2.875]],"o":[[0,0],[0.625,-2.875]],"v":[[60.75,85.75],[62.25,74.75]],"c":false}],"h":1},{"t":11,"s":[{"i":[[0,0],[-0.625,2.875]],"o":[[0,0],[0.625,-2.875]],"v":[[61.5,83.75],[62.25,76.125]],"c":false}],"h":1},{"t":13,"s":[{"i":[[0,0],[-0.625,2.875]],"o":[[0,0],[0.625,-2.875]],"v":[[58.625,83.75],[59.375,76.125]],"c":false}],"h":1},{"t":15,"s":[{"i":[[0.458,5.5],[-1.708,3.042]],"o":[[-0.458,-5.5],[1.441,-2.565]],"v":[[37.292,82.833],[38.708,70.125]],"c":false}],"h":1},{"t":17,"s":[{"i":[[0,0],[0.458,3.042]],"o":[[0,0],[-0.438,-2.909]],"v":[[44.292,77.75],[39.542,76.125]],"c":false}],"h":1},{"t":18,"s":[{"i":[[0,0],[-1.56,2.495]],"o":[[0,0],[1.56,-2.495]],"v":[[44.936,77.788],[46.287,64.515]],"c":false}],"h":1},{"t":19,"s":[{"i":[[0,0],[-1.56,2.495]],"o":[[0,0],[1.56,-2.495]],"v":[[44.769,51.288],[45.953,45.515]],"c":false}],"h":1},{"t":21,"s":[{"i":[[0,0],[-1.56,1.803]],"o":[[0,0],[1.56,-1.803]],"v":[[45.144,54.851],[46.328,50.678]],"c":false}],"h":1},{"t":22,"s":[{"i":[[0,0],[-1.56,2.495]],"o":[[0,0],[1.56,-2.495]],"v":[[44.534,-10.962],[45.318,-65.485]],"c":false}],"h":1}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":9,"s":[{"i":[[0.585,-0.026],[-0.212,-0.539],[-0.764,0.155],[0,0]],"o":[[-0.585,0.026],[0.212,0.539],[0.764,-0.155],[0,0]],"v":[[64.182,91.25],[63.321,93.51],[64.443,95.406],[64.993,92.783]],"c":true}],"h":1},{"t":13,"s":[{"i":[[0.585,-0.026],[-0.212,-0.539],[-0.764,0.155],[0,0]],"o":[[-0.585,0.026],[0.212,0.539],[0.764,-0.155],[0,0]],"v":[[61.932,88],[61.071,90.26],[63.068,91.906],[62.743,89.533]],"c":true}],"h":1},{"t":15,"s":[{"i":[[0.585,-0.026],[-0.212,-0.539],[-0.764,0.155],[0,0]],"o":[[-0.585,0.026],[0.212,0.539],[0.764,-0.155],[0,0]],"v":[[44.076,89.164],[42.188,91.092],[49.664,90.243],[46.428,89.367]],"c":true}],"h":1},{"t":17,"s":[{"i":[[0.26,-0.012],[-0.094,-0.24],[-0.34,0.069],[0,0]],"o":[[-0.26,0.012],[0.094,0.24],[0.34,-0.069],[0,0]],"v":[[48.167,83.52],[47.326,84.378],[50.653,84],[49.213,83.61]],"c":true}],"h":1},{"t":19,"s":[{"i":[[0.26,-0.012],[-0.094,-0.24],[-0.34,0.069],[0,0]],"o":[[-0.26,0.012],[0.094,0.24],[0.34,-0.069],[0,0]],"v":[[47.995,57.07],[48.525,58.76],[50.482,57.55],[49.042,57.16]],"c":true}],"h":1},{"t":21,"s":[{"i":[[0.26,-0.008],[-0.094,-0.173],[-0.34,0.05],[0,0]],"o":[[-0.26,0.008],[0.094,0.173],[0.34,-0.05],[0,0]],"v":[[48.381,58.997],[48.91,60.219],[50.867,59.344],[49.427,59.063]],"c":true}],"h":1},{"t":22,"s":[{"i":[[0.26,-0.012],[-0.094,-0.24],[-0.34,0.069],[0,0]],"o":[[-0.26,0.012],[0.094,0.24],[0.34,-0.069],[0,0]],"v":[[51.309,-12.52],[51.839,-10.831],[53.795,-12.04],[52.356,-12.43]],"c":true}],"h":1}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[97.348,100.189],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":9,"op":23,"st":7,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"Shape Layer 2","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,-113,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-2.547,-0.106],[0,0]],"o":[[0,0],[2.547,0.106],[0,0]],"v":[[59.375,80.5],[61.453,87.394],[65.125,80.125]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":2,"op":9,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"CHAR Body LEFT 2","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,-113,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":2,"s":[{"i":[[0,0],[0,0],[-0.422,10.398],[0,0],[7.926,2.015],[0,0],[0.922,-11.031]],"o":[[0,0],[0,0],[0.422,-10.398],[0,0],[-7.267,-1.847],[0,0],[-0.922,11.031]],"v":[[23.085,112.267],[67.741,112.216],[66.745,93.463],[70.839,74.075],[53.407,67.985],[28.502,65.05],[24.089,88.636]],"c":true}],"h":1},{"t":9,"s":[{"i":[[0,0],[0,0],[-0.422,10.398],[0,0],[8.093,-1.485],[0,0],[3.078,-13.636]],"o":[[0,0],[0,0],[0.422,-10.398],[0,0],[-7.375,1.353],[0,0],[-2.437,10.798]],"v":[[23.085,112.267],[67.741,112.216],[64.411,85.963],[73.339,51.908],[55.741,53.152],[35.835,58.883],[30.422,83.803]],"c":true}],"h":1},{"t":11,"s":[{"i":[[0,0],[0,0],[-0.422,10.398],[0,0],[7.759,-2.485],[0,0],[3.078,-13.636]],"o":[[0,0],[0,0],[0.422,-10.398],[0,0],[-7.141,2.287],[0,0],[-2.437,10.798]],"v":[[23.085,112.267],[67.741,112.216],[66.078,84.963],[70.839,56.575],[56.407,57.485],[35.335,62.217],[28.089,84.303]],"c":true}],"h":1},{"t":14,"s":[{"i":[[0,0],[0,0],[-0.422,10.398],[0,0],[8.593,-0.319],[0,0],[0.922,-11.031]],"o":[[0,0],[0,0],[0.422,-10.398],[0,0],[-7.493,0.278],[0,0],[-0.922,11.031]],"v":[[23.085,112.267],[67.741,112.216],[66.745,93.463],[71.672,65.075],[53.074,62.985],[28.502,65.05],[24.089,88.636]],"c":true}],"h":1},{"t":15,"s":[{"i":[[0,0],[0,0],[-0.422,10.398],[0,0],[10.426,-0.652],[0,0],[0.922,-11.031]],"o":[[0,0],[0,0],[0.422,-10.398],[0,0],[-7.483,0.468],[0,0],[-0.922,11.031]],"v":[[23.085,112.267],[67.741,112.216],[57.245,90.629],[59.672,72.408],[43.407,64.652],[27.335,61.217],[23.089,83.969]],"c":true}],"h":1},{"t":16,"s":[{"i":[[0,0],[0,0],[-0.422,10.398],[0,0],[11.426,3.848],[0,0],[0.922,-11.031]],"o":[[0,0],[0,0],[0.422,-10.398],[0,0],[-7.106,-2.393],[0,0],[-0.922,11.031]],"v":[[23.085,112.267],[67.741,112.216],[57.245,90.629],[57.672,74.908],[42.407,65.902],[31.835,60.217],[25.589,82.469]],"c":true}],"h":1},{"t":18,"s":[{"i":[[0,0],[0,0],[-1.402,10.312],[0,0],[7.926,2.015],[0,0],[2.578,-12.136]],"o":[[0,0],[0,0],[1.422,-10.463],[0,0],[-7.267,-1.847],[0,0],[-2.242,10.556]],"v":[[22.585,92.267],[66.241,99.883],[68.245,80.463],[72.005,62.408],[54.907,56.152],[31.335,49.05],[26.256,72.136]],"c":true}],"h":1},{"t":19,"s":[{"i":[[0,0],[0,0],[-1.402,10.312],[0,0],[7.593,2.348],[0,0],[2.578,-12.136]],"o":[[0,0],[0,0],[1.422,-10.463],[0,0],[-7.163,-2.215],[0,0],[-2.242,10.556]],"v":[[25.418,79.434],[69.408,87.716],[71.078,70.463],[74.505,50.242],[56.574,43.985],[33.835,37.55],[30.422,53.969]],"c":true}],"h":1},{"t":21,"s":[{"i":[[0,0],[0,0],[-1.402,10.312],[0,0],[7.593,2.348],[0,0],[2.578,-12.136]],"o":[[0,0],[0,0],[1.422,-10.463],[0,0],[-7.163,-2.215],[0,0],[-2.242,10.556]],"v":[[25.326,82.684],[69.316,90.966],[73.361,72.838],[73.913,55.617],[55.982,49.36],[33.243,42.925],[28.205,59.094]],"c":true}],"h":1},{"t":22,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[22.957,30.608],[79.375,30.8],[79.541,-26.758],[79.345,-110.567],[51.519,-110.828],[22.972,-110.32],[22.941,14.075]],"c":true}],"h":1},{"t":23,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[22.957,30.608],[79.375,30.8],[79.541,-26.758],[79.293,-80.4],[51.503,-80.662],[22.955,-80.737],[22.941,14.075]],"c":true}],"h":1}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0.667,-0.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1"}],"ip":2,"op":23,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"legs LEFT 2","parent":11,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,0,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":2,"s":[{"i":[[0,0],[-7.474,0.247],[-0.933,0.35],[0,0]],"o":[[0,0],[6.535,-0.216],[2,-0.75],[0,0]],"v":[[69.208,110.875],[84.368,110.486],[136.875,109.583],[139.125,106.583]],"c":false}],"h":1},{"t":9,"s":[{"i":[[0,0],[-7.467,0.397],[-0.926,0.369],[0,0]],"o":[[0,0],[6.529,-0.347],[1.984,-0.79],[0,0]],"v":[[69.208,110.875],[92.912,110.102],[133.557,108.14],[134.246,101.096]],"c":false}],"h":1},{"t":13,"s":[{"i":[[0,0],[-7.474,0.247],[-0.933,0.35],[0,0]],"o":[[0,0],[6.535,-0.216],[2,-0.75],[0,0]],"v":[[69.208,110.875],[104.534,98.486],[129.875,109.667],[132.125,106.667]],"c":false}],"h":1},{"t":15,"s":[{"i":[[0,0],[-1.966,0.153],[-0.933,0.35],[0,0]],"o":[[0,0],[8.632,5.014],[2,-0.75],[0,0]],"v":[[55.042,110.833],[87.201,100.986],[112.042,113.5],[114.292,110.5]],"c":false}],"h":1},{"t":18,"s":[{"i":[[0,0],[-1.132,-1.347],[-0.933,0.35],[0,0]],"o":[[0,0],[1.132,1.347],[2,-0.75],[0,0]],"v":[[50.708,96.167],[57.201,110.486],[76.875,111.167],[81.292,113.5]],"c":false}],"h":1},{"t":19,"s":[{"i":[[0,0],[-1.132,-1.347],[-0.986,-0.146],[0,0]],"o":[[0,0],[1.132,1.347],[0.292,0.667],[0,0]],"v":[[51.542,85.167],[66.368,98.819],[83.042,114.833],[83.458,117.167]],"c":false}],"h":1},{"t":21,"s":[{"i":[[0,0],[-1.132,-1.347],[-0.986,-0.146],[0,0]],"o":[[0,0],[1.132,1.347],[0.292,0.667],[0,0]],"v":[[52.792,88.917],[64.118,101.319],[83.042,114.833],[83.458,117.167]],"c":false}],"h":1},{"t":22,"s":[{"i":[[0,0],[0.034,-10.847],[-0.958,-4.5],[0,0]],"o":[[0,0],[-0.034,10.847],[0.958,4.5],[0,0]],"v":[[59.708,-39],[59.868,-7.347],[62.042,47.5],[65.292,62.5]],"c":false}],"h":1},{"t":23,"s":[{"i":[[0,0],[0.034,-10.847],[-0.958,-4.5],[0,0]],"o":[[0,0],[-0.034,10.847],[0.958,4.5],[0,0]],"v":[[51.667,-114.583],[58.652,-135.681],[62.167,-96.333],[60,-89]],"c":false}],"h":1},{"t":24,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[56.667,-109.333],[59.235,-114.597],[60.667,-118],[59.167,-121]],"c":false}],"h":1}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":4},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":2,"s":[{"i":[[-1.767,0],[-4.219,4.167],[-0.356,0],[0,0]],"o":[[0.937,0],[4.614,13.333],[0.757,0],[0,0]],"v":[[66.934,110.833],[84.219,90.5],[110.571,108.333],[114.333,109.667]],"c":false}],"h":1},{"t":9,"s":[{"i":[[-1.767,0],[-4.219,4.167],[-0.356,0],[0,0]],"o":[[0.937,0],[4.614,13.333],[0.757,0],[0,0]],"v":[[66.934,110.833],[95.053,86.333],[111.904,109.667],[116.167,99.833]],"c":false}],"h":1},{"t":13,"s":[{"i":[[-1.767,0],[-4.219,4.167],[-0.356,0],[0,0]],"o":[[0.937,0],[4.614,13.333],[0.757,0],[0,0]],"v":[[66.934,110.833],[84.219,90.5],[110.238,110.333],[115.333,110.167]],"c":false}],"h":1},{"t":15,"s":[{"i":[[-1.767,0],[-4.219,4.167],[-0.356,0],[0,0]],"o":[[0.937,0],[4.614,13.333],[0.757,0],[0,0]],"v":[[39.601,111],[66.219,89.667],[76.071,110.667],[80.667,110.167]],"c":false}],"h":1},{"t":17,"s":[{"i":[[-1.767,0],[1.614,-0.833],[-0.356,0],[0,0]],"o":[[0.937,0],[-2.494,1.288],[0.757,0],[0,0]],"v":[[43.101,93.833],[36.386,85.167],[37.571,111],[31.833,113.667]],"c":false}],"h":1},{"t":19,"s":[{"i":[[-1.767,0],[1.447,-4.5],[-0.356,0],[0,0]],"o":[[0.937,0],[-0.859,2.672],[0.757,0],[0,0]],"v":[[40.101,84.5],[36.553,96],[34.571,111.333],[30.833,113.667]],"c":false}],"h":1},{"t":21,"s":[{"i":[[-1.767,0],[1.447,-4.5],[-0.356,0],[0,0]],"o":[[0.937,0],[-0.859,2.672],[0.757,0],[0,0]],"v":[[39.601,87.25],[32.553,97],[34.571,111.333],[30.833,113.667]],"c":false}],"h":1},{"t":22,"s":[{"i":[[-1.767,0],[0.281,-13.333],[-0.262,-6.5],[0,0]],"o":[[0.937,0],[-0.059,2.806],[0.262,6.5],[0,0]],"v":[[43.434,-37.167],[44.719,2.667],[43.238,64.333],[47,84.5]],"c":false}],"h":1},{"t":23,"s":[{"i":[[0,0],[-3.208,-12.945],[-0.262,-6.5],[0,0]],"o":[[0,0],[1.239,5],[0.262,6.5],[0,0]],"v":[[38.642,-114.333],[43.928,-128.333],[46.529,-94.75],[49.292,-88.167]],"c":false}],"h":1},{"t":24,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[43.642,-109.083],[45.261,-114.083],[49.696,-123.083],[47.792,-128.833]],"c":false}],"h":1}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":4},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":2,"op":25,"st":2,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"DEPTH R","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,-13,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":18,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[22.226,-8.271],[27.832,-1.557],[33.439,5.158],[73.024,11.271],[80.709,-23.409],[79.06,-26.812],[73.561,-38.158],[43.368,-37.446]],"c":true}],"h":1},{"t":19,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[24.476,-20.771],[27.082,-17.682],[29.689,-14.592],[73.274,-7.479],[78.959,-43.159],[78.232,-44.889],[75.811,-50.658],[69.118,-14.113]],"c":true}],"h":1},{"t":20,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[24.476,-20.771],[27.707,-16.057],[30.939,-11.342],[74.524,-4.229],[80.459,-38.909],[79.386,-41.62],[75.811,-50.658],[69.118,-14.113]],"c":true}],"h":1},{"t":21,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.226,-17.021],[28.207,-13.619],[31.189,-10.217],[74.524,-3.354],[80.084,-34.034],[79.011,-36.745],[75.436,-45.783],[69.118,-14.113]],"c":true}],"h":1},{"t":22,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[23.225,-59],[52.091,-59],[80.963,-59],[81.176,-89.123],[64.901,-89.123],[55.334,-89.123],[23.438,-89.123],[23.438,-82.347]],"c":true}],"h":1},{"t":23,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[22.05,-171.255],[51.665,-171.316],[81.287,-171.377],[81.494,-213.419],[65.219,-213.419],[55.306,-213.391],[22.256,-213.297],[22.256,-197.354]],"c":true}],"h":1},{"i":{"x":0.833,"y":0.833},"o":{"x":0.5,"y":0},"n":"0p833_0p833_0p5_0","t":24,"s":[{"i":[[0,0],[-10.834,0.351],[0,0],[0,0],[0,0],[11.333,-0.215],[0,0],[0,0]],"o":[[0,0],[10.834,-0.351],[0,0],[0,0],[0,0],[-11.333,0.215],[0,0],[0,0]],"v":[[22.05,-166.255],[51.333,-164.649],[81.287,-166.377],[81.494,-208.419],[65.219,-208.419],[51.5,-207.715],[22.256,-208.297],[22.256,-192.354]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[22.05,-171.255],[51.665,-171.316],[81.287,-171.377],[81.494,-213.419],[65.219,-213.419],[55.306,-213.391],[22.256,-213.297],[22.256,-197.354]],"c":true}]},{"t":25}]},"nm":"T"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"T"}],"ip":18,"op":25,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"face left","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,-113,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":2,"s":[{"i":[[2.625,0.361],[-0.154,-1.119],[-1.25,-0.174],[-0.154,1.599]],"o":[[-1.939,-0.267],[0.154,1.119],[1.601,0.222],[0.146,-1.517]],"v":[[-72.75,59.665],[-74.596,59.869],[-73.375,61.694],[-70.337,60.569]],"c":true}],"h":1},{"t":4,"s":[{"i":[[2.625,0.695],[-0.154,-2.154],[-1.25,-0.334],[-0.154,3.077]],"o":[[-1.939,-0.513],[0.154,2.154],[1.601,0.428],[0.146,-2.919]],"v":[[-72.75,58.93],[-74.596,59.325],[-73.375,62.834],[-70.337,60.671]],"c":true}],"h":1},{"t":6,"s":[{"i":[[2.625,0.695],[-0.154,-2.154],[-1.25,-0.334],[-0.154,3.077]],"o":[[-1.939,-0.513],[0.154,2.154],[1.601,0.428],[0.146,-2.919]],"v":[[-71.75,48.93],[-73.596,49.325],[-72.375,52.834],[-69.337,50.671]],"c":true}],"h":1},{"t":7,"s":[{"i":[[2,-0.154],[-0.154,-2.154],[-1.818,0.727],[-0.154,3.077]],"o":[[-2,0.154],[0.154,2.154],[1.538,-0.615],[0.146,-2.919]],"v":[[-70.75,47.305],[-72.596,50.075],[-71,54.959],[-69.212,49.921]],"c":true}],"h":1},{"t":8,"s":[{"i":[[2,-0.154],[-0.154,-2.154],[-1.818,0.727],[-0.154,3.077]],"o":[[-2,0.154],[0.154,2.154],[1.538,-0.615],[0.146,-2.919]],"v":[[-71,47.055],[-72.846,49.825],[-71.5,58.959],[-69.462,49.671]],"c":true}],"h":1},{"t":9,"s":[{"i":[[0.162,-0.729],[-1.984,-0.839],[0.388,0.905],[2.778,1.323]],"o":[[-0.162,0.729],[1.984,0.839],[-0.328,-0.766],[-2.636,-1.256]],"v":[[-27.574,57.624],[-25.331,59.383],[-21.97,60.169],[-25.433,58.33]],"c":true}],"h":1},{"t":10,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-15.125,72.055],[-39.221,59.45],[-13.875,73.334],[-18.962,69.171]],"c":true}],"h":1},{"t":11,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-14.933,71.386],[-16.038,71.429],[-15.3,72.637],[-14.034,71.585]],"c":true}],"h":1},{"t":13,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-14.933,71.386],[-16.038,71.429],[-16.3,78.887],[-14.034,71.585]],"c":true}],"h":1},{"t":14,"s":[{"i":[[0.138,0.734],[2.155,-0.008],[-0.712,-0.68],[-3.075,-0.125]],"o":[[-0.138,-0.734],[-2.155,0.008],[0.603,0.576],[2.918,0.118]],"v":[[-55.013,74.267],[-57.767,73.531],[-61.165,74.13],[-57.258,74.459]],"c":true}],"h":1},{"t":15,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-59.25,62.18],[-59.846,62.7],[-59,63.834],[-57.837,62.671]],"c":true}],"h":1}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":2,"s":[{"i":[[0,0],[-1.182,5.194]],"o":[[0,0],[0.388,-1.706]],"v":[[-61.417,47.746],[-67.818,47.806]],"c":false}],"h":1},{"t":4,"s":[{"i":[[0,0],[-0.118,1.746]],"o":[[0,0],[0.118,-1.746]],"v":[[-68.292,55.121],[-65.068,40.806]],"c":false}],"h":1},{"t":6,"s":[{"i":[[0,0],[0,1.75]],"o":[[0,0],[0,-1.75]],"v":[[-67,42.25],[-64.75,27.75]],"c":false}],"h":1},{"t":7,"s":[{"i":[[0,0],[0,1.75]],"o":[[0,0],[0,-1.75]],"v":[[-67,42],[-64.75,27.5]],"c":false}],"h":1},{"t":8,"s":[{"i":[[0,0],[0.25,2.75]],"o":[[0,0],[-0.158,-1.743]],"v":[[-66.75,41.75],[-65,27.25]],"c":false}],"h":1},{"t":9,"s":[{"i":[[0,0],[0,1.75]],"o":[[0,0],[0,-1.75]],"v":[[-7.625,57.5],[-56.875,32.5]],"c":false}],"h":1},{"t":10,"s":[{"i":[[0,0],[0,1.75]],"o":[[0,0],[0,-1.75]],"v":[[-6.875,63.25],[-26.125,46.625]],"c":false}],"h":1},{"t":11,"s":[{"i":[[0,0],[-0.16,1.743]],"o":[[0,0],[0.16,-1.743]],"v":[[-10.667,65.949],[-7.001,56.119]],"c":false}],"h":1},{"t":14,"s":[{"i":[[0,0],[-0.688,-1.609]],"o":[[0,0],[0.688,1.609]],"v":[[-73.307,82.223],[-18.194,85.849]],"c":false}],"h":1},{"t":15,"s":[{"i":[[0,0],[0,1.75]],"o":[[0,0],[0,-1.75]],"v":[[-56.5,59],[-55.625,55.875]],"c":false}],"h":1}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":2,"s":[{"i":[[0,0],[-5.431,3.65]],"o":[[0,0],[-0.685,2.71]],"v":[[-79.961,46.718],[-72.319,48.1]],"c":false}],"h":1},{"t":4,"s":[{"i":[[0,0],[0.685,-2.71]],"o":[[0,0],[-0.685,2.71]],"v":[[-74.211,53.718],[-71.819,40.6]],"c":false}],"h":1},{"t":6,"s":[{"i":[[0,0],[0.5,-2.75]],"o":[[0,0],[-0.5,2.75]],"v":[[-73,41.25],[-71.5,28]],"c":false}],"h":1},{"t":7,"s":[{"i":[[0,0],[0.5,-2.75]],"o":[[0,0],[-0.5,2.75]],"v":[[-73,41],[-71.5,27.75]],"c":false}],"h":1},{"t":8,"s":[{"i":[[0.25,7],[-0.436,-2.761]],"o":[[-0.25,-7],[0.75,4.75]],"v":[[-73.25,40.75],[-71.75,27.5]],"c":false}],"h":1},{"t":9,"s":[{"i":[[0,0],[1.625,2.625]],"o":[[0,0],[-1.471,-2.377]],"v":[[-15.625,73.875],[-40.625,62.125]],"c":false}],"h":1},{"t":10,"s":[{"i":[[0,0],[0.5,-2.75]],"o":[[0,0],[-0.5,2.75]],"v":[[-16.375,63.375],[-36.25,45.75]],"c":false}],"h":1},{"t":11,"s":[{"i":[[0,0],[0.75,-2.693]],"o":[[0,0],[-0.75,2.693]],"v":[[-16.133,65.32],[-16.551,54.863]],"c":false}],"h":1},{"t":14,"s":[{"i":[[0,0],[-2.526,-1.775]],"o":[[0,0],[2.287,1.607]],"v":[[-72.388,64.022],[-44.782,64.998]],"c":false}],"h":1},{"t":15,"s":[{"i":[[0,0],[0.875,-0.375]],"o":[[0,0],[-2.122,1.819]],"v":[[-61.75,58.375],[-64.125,56]],"c":false}],"h":1}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":2,"op":17,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"CHAR Body LEFT","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,-113,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":2,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-88.961,79.682],[-42.934,84.907],[-40.448,63.004],[-37.872,40.318],[-54.539,38.426],[-83.899,35.093],[-86.145,54.877]],"c":true}],"h":1},{"t":4,"s":[{"i":[[0,0],[0,0],[-2.704,10.299],[0,0],[0,0],[0,0],[7.058,-10.21]],"o":[[0,0],[0,0],[3.355,-12.777],[0,0],[0,0],[0,0],[-7.174,10.378]],"v":[[-87.461,78.432],[-44.184,85.407],[-48.771,63.027],[-44.122,35.568],[-57.349,32.137],[-80.649,26.093],[-84.993,48.372]],"c":true}],"h":1},{"t":6,"s":[{"i":[[0,0],[0,0],[-1.386,10.558],[0,0],[0,0],[0,0],[2.826,-13.622]],"o":[[0,0],[0,0],[2.105,-16.027],[0,0],[0,0],[0,0],[-2.563,12.353]],"v":[[-86.461,74.682],[-43.184,81.657],[-43.771,52.027],[-38.622,23.818],[-54.112,21.655],[-81.399,17.843],[-83.743,42.372]],"c":true}],"h":1},{"t":8,"s":[{"i":[[0,0],[0,0],[-1.386,10.558],[0,0],[0,0],[0,0],[2.826,-13.622]],"o":[[0,0],[0,0],[2.105,-16.027],[0,0],[0,0],[0,0],[-2.563,12.353]],"v":[[-86.461,74.682],[-43.184,81.657],[-40.771,52.527],[-40.622,27.068],[-54.862,23.405],[-82.899,21.843],[-87.993,42.372]],"c":true}],"h":1},{"t":9,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[14.344,6.557],[0,0],[2.911,-9.115]],"o":[[0,0],[0,0],[0,0],[0,0],[-14.344,-6.557],[0,0],[-2.911,9.115]],"v":[[-74.248,63.12],[-14.098,86.447],[-9.496,68.152],[-2.836,46.38],[-27.323,31.557],[-67.485,13.553],[-72.005,39.885]],"c":true}],"h":1},{"t":10,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-51.44,71.971],[-30.6025,80.659],[-9.765,89.347],[-3.591,71.183],[4.107,52.279],[-38.068,30.653],[-44.999,51.318]],"c":true}],"h":1},{"t":14,"s":[{"i":[[0,0],[0,0],[0,0],[-0.934,7.736],[0,0],[0,0],[-0.823,-7.184]],"o":[[0,0],[0,0],[0,0],[0.934,-7.736],[0,0],[0,0],[0.823,7.184]],"v":[[-77.426,90.711],[-54.426,89.673],[-31.426,88.635],[-20.35,67.236],[-27.394,58.325],[-76.348,60.494],[-83.177,76.556]],"c":true}],"h":1},{"t":15,"s":[{"i":[[0,0],[0,0],[0,0],[-0.934,7.736],[0,0],[0,0],[0.718,-7.195]],"o":[[0,0],[0,0],[0,0],[0.934,-7.736],[0,0],[0,0],[-0.718,7.195]],"v":[[-88.077,83.608],[-63.1265,87.1215],[-38.176,90.635],[-29.85,71.486],[-37.394,59.325],[-80.62,54.305],[-90.698,68.555]],"c":true}],"h":1},{"t":17,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-80.497,8.274],[-25.073,8.75],[-24.873,-21.158],[-24.667,-52.136],[-44.736,-52.309],[-80.091,-52.612],[-80.271,-25.597]],"c":true}],"h":1}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0.667,-0.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1"}],"ip":2,"op":19,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"legs LEFT","parent":15,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,0,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":2,"s":[{"i":[[0,0],[-0.247,-7.474],[-0.35,-0.933],[0,0]],"o":[[0,0],[0.216,6.535],[0.75,2],[0,0]],"v":[[-59.625,82.125],[-59.236,97.284],[-58.375,111.125],[-55.375,113.375]],"c":false}],"h":1},{"t":4,"s":[{"i":[[0,0],[-0.253,-7.576],[0,0],[0,0]],"o":[[0,0],[0.215,6.418],[0,0],[0,0]],"v":[[-59.625,82.125],[-58.392,97.782],[-58.542,112.125],[-55.542,112.375]],"c":false}],"h":1},{"t":6,"s":[{"i":[[0,0],[-0.253,-7.576],[0,0],[0,0]],"o":[[0,0],[0.215,6.418],[0,0],[0,0]],"v":[[-59.458,76.958],[-59.225,96.282],[-58.542,112.125],[-55.542,112.375]],"c":false}],"h":1},{"t":9,"s":[{"i":[[0,0],[-0.775,-3.615],[0,0],[0,0]],"o":[[0,0],[0.215,6.418],[0,0],[0,0]],"v":[[-30.458,77.625],[-17.225,80.615],[-51.066,107.829],[-48.684,109.671]],"c":false}],"h":1},{"t":10,"s":[{"i":[[0,0],[-0.775,-3.615],[0,0],[0,0]],"o":[[0,0],[0.215,6.418],[0,0],[0,0]],"v":[[-22.125,83.625],[2.442,97.282],[-1.732,112.162],[0.649,114.004]],"c":false}],"h":1},{"t":14,"s":[{"i":[[0,0],[-12.775,-8.282],[0,0],[0,0]],"o":[[0,0],[9.225,9.051],[0,0],[0,0]],"v":[[-42.458,86.958],[-20.225,98.615],[0.268,109.162],[2.649,111.004]],"c":false}],"h":1},{"t":15,"s":[{"i":[[0,0],[-0.058,-0.885],[0,0],[0,0]],"o":[[0,0],[0.058,0.885],[0,0],[0,0]],"v":[[-57.958,89.458],[-45.392,102.115],[-55.208,112.167],[-52.208,112.417]],"c":false}],"h":1},{"t":17,"s":[{"i":[[0,0],[-0.058,-0.885],[0,0],[0,0]],"o":[[0,0],[0.058,0.885],[0,0],[0,0]],"v":[[-48.958,-9.875],[-48.392,27.449],[-49.208,45.167],[-47.542,50.083]],"c":false}],"h":1},{"t":19,"s":[{"i":[[0,0],[-3.6,-2.218],[0,0],[0,0]],"o":[[0,0],[3.6,2.218],[0,0],[0,0]],"v":[[-49.5,-114.708],[-44.6,-122.218],[-46.083,-99.833],[-45.083,-93.417]],"c":false}],"h":1},{"t":20,"s":[{"i":[[0,0],[-0.973,4.115],[0,0],[0,0]],"o":[[0,0],[0.933,-3.949],[0,0],[0,0]],"v":[[-48.5,-102.208],[-47.433,-104.885],[-46.417,-108.333],[-46.917,-112.083]],"c":false}],"h":1}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":4},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":2,"s":[{"i":[[0,-1.75],[0,-7.713],[0,-0.352],[0,0]],"o":[[0,0.928],[0,6.833],[0,0.75],[0,0]],"v":[[-66.5,81.75],[-66.5,98.7],[-66.5,112.25],[-69,113.5]],"c":false}],"h":1},{"t":4,"s":[{"i":[[0,-1.75],[0,-7.485],[0,-0.366],[0,0]],"o":[[0,0.897],[0,7.12],[0,0.75],[0,0]],"v":[[-66.5,81.75],[-68.5,98.09],[-66,112.25],[-69,112.667]],"c":false}],"h":1},{"t":6,"s":[{"i":[[0,-1.75],[0,-7.485],[0,-0.366],[0,0]],"o":[[0,0.897],[0,7.12],[0,0.75],[0,0]],"v":[[-67.333,76.75],[-66.5,96.59],[-66,112.25],[-69,112.667]],"c":false}],"h":1},{"t":9,"s":[{"i":[[0,-1.75],[4.167,-7.744],[0,-0.366],[0,0]],"o":[[0,0.897],[-4.167,7.744],[0,0.75],[0,0]],"v":[[-39.833,72.583],[-52.333,91.59],[-63.333,109.417],[-69,112.667]],"c":false}],"h":1},{"t":11,"s":[{"i":[[0,-1.75],[4.333,-4.256],[0,-0.366],[0,0]],"o":[[0,0.897],[-6.273,6.162],[0,0.75],[0,0]],"v":[[-31.5,79.917],[-42.333,93.923],[-60,105.417],[-64,110]],"c":false}],"h":1},{"t":14,"s":[{"i":[[0,-1.75],[4.167,-7.744],[0,-0.366],[0,0]],"o":[[0,0.897],[-4.167,7.744],[0,0.75],[0,0]],"v":[[-61.833,89.25],[-46.333,96.256],[-63.333,109.417],[-70.333,112]],"c":false}],"h":1},{"t":15,"s":[{"i":[[0,-1.75],[0.5,-2.244],[0,-0.366],[0,0]],"o":[[0,0.897],[-0.5,2.244],[0,0.75],[0,0]],"v":[[-67.167,87.75],[-84.833,94.423],[-73.667,110.917],[-76.667,111.333]],"c":false}],"h":1},{"t":17,"s":[{"i":[[0,-1.75],[0.5,-2.244],[0,-0.366],[0,0]],"o":[[0,0.897],[-0.5,2.244],[0,0.75],[0,0]],"v":[[-56.5,-10.583],[-60.167,40.09],[-57.333,75.25],[-60,84.667]],"c":false}],"h":1},{"t":19,"s":[{"i":[[0,-1.75],[-3.042,-4.577],[0,-0.366],[0,0]],"o":[[0,0.897],[3.042,4.577],[0,0.75],[0,0]],"v":[[-61.042,-115.583],[-57.542,-125.91],[-54.542,-108.083],[-56.208,-96.333]],"c":false}],"h":1},{"t":20,"s":[{"i":[[0,-1.75],[0,0],[0,-0.366],[0,0]],"o":[[0,0.897],[0,0],[0,0.75],[0,0]],"v":[[-60.042,-103.083],[-58.708,-109.077],[-56.375,-119.417],[-58.542,-124.333]],"c":false}],"h":1}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":4},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":2,"op":21,"st":2,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":4,"nm":"DEPTH L","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,-13,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":3,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-89.722,-19.664],[-75.25,-8.22],[-30.403,-3.34],[-28.748,-28.87],[-27.375,-50.035],[-36.667,-61.68]],"c":true}],"h":1},{"t":4,"s":[{"i":[[0,0],[0,0],[0,0],[-6.588,11.261],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[5.688,-9.723],[0,0],[0,0]],"v":[[-87.722,-21.664],[-78,-13.72],[-36.153,-5.84],[-36.412,-34.761],[-33.875,-53.285],[-42.667,-65.68]],"c":true}],"h":1},{"t":6,"s":[{"i":[[0,0],[0,0],[0,0],[-1.639,9.503],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[1.748,-10.13],[0,0],[0,0]],"v":[[-87.222,-26.164],[-81,-20.47],[-36.903,-12.84],[-35.998,-41.87],[-28.625,-65.785],[-37.917,-77.43]],"c":true}],"h":1},{"t":8,"s":[{"i":[[0,0],[0,0],[0,0],[-0.519,9.629],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0.748,-13.88],[0,0],[0,0]],"v":[[-87.222,-26.164],[-81,-20.47],[-36.903,-12.84],[-33.248,-41.62],[-31.875,-63.785],[-40.417,-75.68]],"c":true}],"h":1},{"t":9,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-64.722,-87.164],[-69.25,-86.72],[-88.653,-29.34],[-18.748,-9.62],[-12.625,-11.535],[-48.417,-43.93]],"c":true}],"h":1},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-37.222,-69.914],[-41.75,-69.47],[-63.153,-25.84],[-18.998,-10.62],[-12.625,-11.535],[-48.667,-30.68]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-37.222,-69.914],[-48.25,-64.97],[-63.153,-25.84],[-25.998,-8.12],[-12.625,-11.535],[-48.667,-30.68]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-37.222,-69.914],[-48.25,-64.97],[-63.153,-25.84],[-25.998,-8.12],[-12.625,-11.535],[-48.667,-30.68]],"c":true}],"e":[{"i":[[-1.543,-0.911],[-1.387,0.745],[0,0],[0,0],[0,0],[-0.221,-0.843]],"o":[[2.125,1.255],[1.387,-0.745],[0,0],[0,0],[0,0],[0.585,2.232]],"v":[[-50.625,-8.005],[18.363,-12.505],[1.863,-41.5],[-39.158,-43.137],[-73.375,-14.25],[-63.032,-10.845]],"c":true}]},{"t":14,"s":[{"i":[[-1.543,-0.911],[-1.387,0.745],[0,0],[0,0],[0,0],[-0.221,-0.843]],"o":[[2.125,1.255],[1.387,-0.745],[0,0],[0,0],[0,0],[0.585,2.232]],"v":[[-50.625,-8.005],[18.363,-12.505],[1.863,-41.5],[-39.158,-43.137],[-73.375,-14.25],[-63.032,-10.845]],"c":true}],"h":1},{"t":15,"s":[{"i":[[-1.543,-0.911],[-1.387,0.745],[0,0],[0,0],[0,0],[-0.221,-0.843]],"o":[[2.125,1.255],[1.387,-0.745],[0,0],[0,0],[0,0],[0.585,2.232]],"v":[[-85.125,-8.505],[-40.637,-3.005],[-32.137,-17],[-63.158,-17.137],[-88.875,-17.25],[-88.532,-15.845]],"c":true}],"h":1},{"t":17,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-80.512,-59.63],[-22.775,-59.63],[-22.887,-120.125],[-54.454,-120.125],[-80.625,-120.125],[-80.625,-112.391]],"c":true}],"h":1},{"t":19,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-80.587,-161.13],[-21.1,-161.255],[-21.025,-214],[-54.342,-213.875],[-80.512,-213.875],[-80.512,-206.141]],"c":true}],"h":1},{"t":20,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-80.587,-148.63],[-21.1,-148.755],[-21.025,-201.5],[-54.342,-201.375],[-80.512,-201.375],[-80.512,-193.641]],"c":true}],"h":1},{"t":21,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-80.587,-161.13],[-21.1,-161.255],[-21.025,-214],[-54.342,-213.875],[-80.512,-213.875],[-80.512,-206.141]],"c":true}],"h":1},{"t":23,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-80.408,-171.213],[-20.92,-171.338],[-21.05,-213.047],[-54.367,-212.922],[-80.537,-212.922],[-80.512,-206.141]],"c":true}],"h":1}]},"nm":"T 2"},{"ty":"tr","p":{"k":[-55.562,-42.877],"ix":2},"a":{"k":[-55.562,-42.877],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"},{"ty":"tr","p":{"k":[-55.562,-42.877],"ix":2},"a":{"k":[-55.562,-42.877],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"T"}],"ip":3,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":4,"nm":"T main body 2","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,-113,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[22.333,102.312],[22.333,113.5],[-22.333,113.5],[-22.333,102.312]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[22.667,62.312],[22.333,113.5],[-22.333,113.5],[-22,62.312]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[22.667,62.312],[22.333,113.5],[-22.333,113.5],[-22,62.312]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[22.591,-23.742],[22.333,113.5],[-22.333,113.5],[-22.076,-23.742]],"c":true}]},{"i":{"x":0.1,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p1_1_0p167_0p167","t":12,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[22.591,-23.742],[22.333,113.5],[-22.333,113.5],[-22.076,-23.742]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[22.333,-112.688],[22.333,113.5],[-22.333,113.5],[-22.333,-112.688]],"c":true}]},{"t":16}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0.667,-0.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1"}],"ip":2,"op":25,"st":2,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":4,"nm":"T main body 4","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,-113,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.1,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p1_1_0p167_0p167","t":4,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[22.333,102.312],[22.333,113.5],[-22.333,113.5],[-22.333,102.312]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[22.333,-112.688],[22.333,113.5],[-22.333,113.5],[-22.333,-112.688]],"c":true}]},{"t":17}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0.667,-0.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1"}],"ip":4,"op":25,"st":4,"bm":0,"sr":1},{"ddd":0,"ind":20,"ty":4,"nm":"T main body 3","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,-113,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.1,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p1_1_0p167_0p167","t":2,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[22.333,102.312],[22.333,113.5],[-22.333,113.5],[-22.333,102.312]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[22.333,-112.688],[22.333,113.5],[-22.333,113.5],[-22.333,-112.688]],"c":true}]},{"t":15}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0.667,-0.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1"}],"ip":2,"op":25,"st":2,"bm":0,"sr":1},{"ddd":0,"ind":21,"ty":4,"nm":"T Outlines","parent":22,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[81.56,-226.593],[-80.681,-226.593],[-80.681,-184.598],[-22.975,-184.598],[-22.975,0],[23.854,0],[23.854,-184.598],[81.56,-184.598]],"c":true}},"nm":"T"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"T"}],"ip":25,"op":30,"st":25,"bm":0,"sr":1},{"ddd":0,"ind":22,"ty":1,"nm":"ResizerTemp","parent":23,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[26.6,35.7,0]},"a":{"k":[250,300,0]},"s":{"k":[10.5,10.5,100]}},"ao":0,"sw":500,"sh":600,"sc":"#ffffff","ip":0,"op":30,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":23,"ty":1,"nm":"White Solid 50","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[40,50,0]},"a":{"k":[28,35,0]},"s":{"k":[142.857,142.857,100]}},"ao":0,"sw":56,"sh":70,"sc":"#ffffff","ip":0,"op":30,"st":0,"bm":0,"sr":1}],"v":"4.4.26","ddd":0,"ip":0,"op":30,"fr":25,"w":80,"h":100} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Mobilo/U.json b/ohos/flutter_lottie/assets/Mobilo/U.json new file mode 100644 index 0000000000000000000000000000000000000000..be3057e490726ee3b4a65b28d0fb0965e54932da --- /dev/null +++ b/ohos/flutter_lottie/assets/Mobilo/U.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":3,"nm":"Drift","parent":23,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"ip":0,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"U Front","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":12,"s":[0,154.432,0],"e":[0,100,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":23.6,"s":[0,100,0],"e":[0,100,0],"to":[0,0,0],"ti":[0,0,0]},{"t":25}]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[-27.391,0],[0,42.668],[0,0],[0,0],[0,0],[10.734,0],[0,24.17],[0,0],[0,0],[0,0]],"o":[[24.359,0],[0,0],[0,0],[0,0],[0,25.064],[-14.766,0],[0,0],[0,0],[0,0],[0,43.872]],"v":[[-8.359,5.334],[36.246,-76.608],[36.243,-217.702],[18.239,-221.52],[18.299,-84.938],[-1.234,-38.976],[-21.709,-81.563],[-21.459,-231.749],[-45.913,-238.562],[-46.12,-73.437]],"c":true}],"e":[{"i":[[-37.641,0],[0,42.668],[0,0],[0,0],[0,0],[14.984,0],[0,24.17],[0,0],[0,0],[0,0]],"o":[[38.615,0],[0,0],[0,0],[0,0],[0,25.064],[-21.266,0],[0,0],[0,0],[0,0],[0,48.38]],"v":[[-10.109,4.49],[55.433,-76.608],[55.43,-218.014],[28.677,-222.02],[28.736,-84.938],[-1.234,-38.976],[-31.272,-81.563],[-31.022,-231.359],[-67.538,-237.484],[-67.62,-73.437]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[-37.641,0],[0,42.668],[0,0],[0,0],[0,0],[14.984,0],[0,24.17],[0,0],[0,0],[0,0]],"o":[[38.615,0],[0,0],[0,0],[0,0],[0,25.064],[-21.266,0],[0,0],[0,0],[0,0],[0,48.38]],"v":[[-10.109,4.49],[55.433,-76.608],[55.43,-218.014],[28.677,-222.02],[28.736,-84.938],[-1.234,-38.976],[-31.272,-81.563],[-31.022,-231.359],[-67.538,-237.484],[-67.62,-73.437]],"c":true}],"e":[{"i":[[-44.641,0],[0,41.498],[0,0],[0,0],[0,0],[21.734,0],[0,24.17],[0,0],[0,0],[0,0]],"o":[[51.609,0],[0,0],[0,0],[0,0],[0,25.064],[-24.874,0],[0,0],[0,0],[0,0],[0,38.577]],"v":[[-11.859,3.646],[67.496,-76.608],[67.493,-218.139],[35.489,-222.458],[35.549,-84.938],[-1.234,-38.976],[-38.459,-81.563],[-38.209,-230.343],[-80.163,-236.343],[-80.23,-69.187]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[-44.641,0],[0,41.498],[0,0],[0,0],[0,0],[21.734,0],[0,24.17],[0,0],[0,0],[0,0]],"o":[[51.609,0],[0,0],[0,0],[0,0],[0,25.064],[-24.874,0],[0,0],[0,0],[0,0],[0,38.577]],"v":[[-11.859,3.646],[67.496,-76.608],[67.493,-218.139],[35.489,-222.458],[35.549,-84.938],[-1.234,-38.976],[-38.459,-81.563],[-38.209,-230.343],[-80.163,-236.343],[-80.23,-69.187]],"c":true}],"e":[{"i":[[-50.141,0],[0,41.967],[0,0],[0,0],[0,0],[24.547,0],[0,24.17],[0,0],[0,0],[0,0]],"o":[[52.24,0],[0,0],[0,0],[0,0],[0,25.511],[-24.32,0],[0,0],[0,0],[0,0],[0,41.71]],"v":[[-8.109,3.209],[76.995,-76.006],[76.991,-219.616],[39.051,-222.999],[39.14,-84.62],[-1.922,-38.978],[-41.397,-81.558],[-41.022,-229.968],[-87.351,-233.906],[-87.341,-71.624]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[-50.141,0],[0,41.967],[0,0],[0,0],[0,0],[24.547,0],[0,24.17],[0,0],[0,0],[0,0]],"o":[[52.24,0],[0,0],[0,0],[0,0],[0,25.511],[-24.32,0],[0,0],[0,0],[0,0],[0,41.71]],"v":[[-8.109,3.209],[76.995,-76.006],[76.991,-219.616],[39.051,-222.999],[39.14,-84.62],[-1.922,-38.978],[-41.397,-81.558],[-41.022,-229.968],[-87.351,-233.906],[-87.341,-71.624]],"c":true}],"e":[{"i":[[-55.641,0],[0,42.435],[0,0],[0,0],[0,0],[27.359,0],[0,24.17],[0,0],[0,0],[0,0]],"o":[[52.872,0],[0,0],[0,0],[0,0],[0,25.958],[-23.766,0],[0,0],[0,0],[0,0],[0,44.843]],"v":[[-4.359,2.771],[82.494,-75.405],[82.489,-221.186],[41.613,-223.697],[41.732,-84.303],[-2.609,-38.979],[-44.334,-81.553],[-43.834,-229.843],[-90.913,-232.843],[-90.827,-74.062]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[-55.641,0],[0,42.435],[0,0],[0,0],[0,0],[27.359,0],[0,24.17],[0,0],[0,0],[0,0]],"o":[[52.872,0],[0,0],[0,0],[0,0],[0,25.958],[-23.766,0],[0,0],[0,0],[0,0],[0,44.843]],"v":[[-4.359,2.771],[82.494,-75.405],[82.489,-221.186],[41.613,-223.697],[41.732,-84.303],[-2.609,-38.979],[-44.334,-81.553],[-43.834,-229.843],[-90.913,-232.843],[-90.827,-74.062]],"c":true}],"e":[{"i":[[-54.949,0],[0,42.552],[0,0],[0,0],[0,0],[27.091,0],[0,24.17],[0,0],[0,0],[0,0]],"o":[[54.865,0],[0,0],[0,0],[0,0],[0,25.511],[-24.32,0],[0,0],[0,0],[0,0],[0,44.357]],"v":[[-3.109,2.834],[89.745,-74.756],[89.741,-223.928],[44.114,-225.421],[44.203,-83.62],[-1.797,-38.978],[-44.897,-81.558],[-44.522,-228.531],[-93.413,-230.046],[-93.473,-73.749]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[-54.949,0],[0,42.552],[0,0],[0,0],[0,0],[27.091,0],[0,24.17],[0,0],[0,0],[0,0]],"o":[[54.865,0],[0,0],[0,0],[0,0],[0,25.511],[-24.32,0],[0,0],[0,0],[0,0],[0,44.357]],"v":[[-3.109,2.834],[89.745,-74.756],[89.741,-223.928],[44.114,-225.421],[44.203,-83.62],[-1.797,-38.978],[-44.897,-81.558],[-44.522,-228.531],[-93.413,-230.046],[-93.473,-73.749]],"c":true}],"e":[{"i":[[-54.256,0],[0,42.668],[0,0],[0,0],[0,0],[26.822,0],[0,24.17],[0,0],[0,0],[0,0]],"o":[[56.859,0],[0,0],[0,0],[0,0],[0,25.064],[-24.874,0],[0,0],[0,0],[0,0],[0,43.872]],"v":[[-1.859,2.896],[91.496,-74.108],[91.493,-224.546],[44.739,-225.02],[44.799,-82.938],[-0.984,-38.976],[-45.459,-81.563],[-45.209,-228.093],[-93.913,-228.374],[-93.87,-73.437]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[-54.256,0],[0,42.668],[0,0],[0,0],[0,0],[26.822,0],[0,24.17],[0,0],[0,0],[0,0]],"o":[[56.859,0],[0,0],[0,0],[0,0],[0,25.064],[-24.874,0],[0,0],[0,0],[0,0],[0,43.872]],"v":[[-1.859,2.896],[91.496,-74.108],[91.493,-224.546],[44.739,-225.02],[44.799,-82.938],[-0.984,-38.976],[-45.459,-81.563],[-45.209,-228.093],[-93.913,-228.374],[-93.87,-73.437]],"c":true}],"e":[{"i":[[-52.872,0],[0,42.902],[0,0],[0,0],[0,0],[26.285,0],[0,24.17],[0,0],[0,0],[0,0]],"o":[[52.872,0],[0,0],[0,0],[0,0],[0,24.17],[-25.983,0],[0,0],[0,0],[0,0],[0,42.902]],"v":[[0.641,3.021],[93.997,-72.812],[93.997,-226.593],[46.866,-226.593],[46.866,-81.573],[0.641,-38.974],[-45.584,-81.573],[-45.584,-226.593],[-92.413,-226.593],[-92.413,-72.812]],"c":true}]},{"t":25}]},"nm":"U"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"U"}],"ip":13,"op":25,"st":-3,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"U back extrude 02","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0.988,-154.364,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[0,0],[0,-25],[9.5,-4.5],[0,0],[-0.5,3],[0,0],[0,0]],"o":[[0,0],[0,25],[-9.5,4.5],[0,0],[0.5,-3],[0,0],[0,0]],"v":[[-6.25,-67],[-6,72],[-29,116],[1.75,128],[24.25,88.5],[21.75,-61.5],[18.25,-67]],"c":true}],"e":[{"i":[[0,0],[0,-25],[9.5,-4.5],[0,0],[-0.5,3],[0,0],[0,0]],"o":[[0,0],[0,25],[-9.5,4.5],[0,0],[0.5,-3],[0,0],[0,0]],"v":[[4.717,-67.505],[4.75,71.25],[-18.25,115.25],[12.5,127.25],[35,87.75],[32.5,-62.25],[29.217,-67.505]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0,0],[0,-25],[9.5,-4.5],[0,0],[-0.5,3],[0,0],[0,0]],"o":[[0,0],[0,25],[-9.5,4.5],[0,0],[0.5,-3],[0,0],[0,0]],"v":[[4.717,-67.505],[4.75,71.25],[-18.25,115.25],[12.5,127.25],[35,87.75],[32.5,-62.25],[29.217,-67.505]],"c":true}],"e":[{"i":[[0,0],[0,-25],[18.625,-2.609],[0,0],[-0.5,3],[0,0],[0,0]],"o":[[0,0],[0,25.479],[-9.698,3.471],[0,0],[0.5,-3],[0,0],[0,0]],"v":[[13.483,-67.825],[13.625,70.775],[-18.375,115.075],[21.375,126.775],[43.875,87.275],[37.975,-62.525],[34.133,-67.925]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0,0],[0,-25],[18.625,-2.609],[0,0],[-0.5,3],[0,0],[0,0]],"o":[[0,0],[0,25.479],[-9.698,3.471],[0,0],[0.5,-3],[0,0],[0,0]],"v":[[13.483,-67.825],[13.625,70.775],[-18.375,115.075],[21.375,126.775],[43.875,87.275],[37.975,-62.525],[34.133,-67.925]],"c":true}],"e":[{"i":[[0,0],[0,-25],[27.75,-0.719],[0,0],[-0.5,3],[0,0],[0,0]],"o":[[0,0],[0,25.959],[-9.897,2.443],[0,0],[0.5,-3],[0,0],[0,0]],"v":[[22.25,-68.488],[22.5,70.3],[-18.5,114.9],[30.25,126.3],[52.75,86.8],[43.45,-62.8],[39.05,-68.688]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,-25],[27.75,-0.719],[0,0],[-0.5,3],[0,0],[0,0]],"o":[[0,0],[0,25.959],[-9.897,2.443],[0,0],[0.5,-3],[0,0],[0,0]],"v":[[22.25,-68.488],[22.5,70.3],[-18.5,114.9],[30.25,126.3],[52.75,86.8],[43.45,-62.8],[39.05,-68.688]],"c":true}],"e":[{"i":[[0,0],[0,-25],[34.25,0.487],[0,0],[-0.5,3],[0,0],[0,0]],"o":[[0,0],[0,26.438],[-10.095,1.414],[0,0],[0.5,-3],[0,0],[0,0]],"v":[[28,-69.253],[28.25,69.617],[-20.083,114.517],[36,125.617],[58.5,86.117],[45.8,-63.283],[40.95,-69.316]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[0,0],[0,-25],[34.25,0.487],[0,0],[-0.5,3],[0,0],[0,0]],"o":[[0,0],[0,26.438],[-10.095,1.414],[0,0],[0.5,-3],[0,0],[0,0]],"v":[[28,-69.253],[28.25,69.617],[-20.083,114.517],[36,125.617],[58.5,86.117],[45.8,-63.283],[40.95,-69.316]],"c":true}],"e":[{"i":[[0,0],[0,-25],[40.75,1.692],[0,0],[-0.5,3],[0,0],[0,0]],"o":[[0,0],[0,26.918],[-10.294,0.385],[0,0],[0.5,-3],[0,0],[0,0]],"v":[[33.75,-69.337],[34,68.933],[-21.667,114.133],[41.75,124.933],[64.25,85.433],[48.15,-63.767],[42.85,-69.619]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,-25],[40.75,1.692],[0,0],[-0.5,3],[0,0],[0,0]],"o":[[0,0],[0,26.918],[-10.294,0.385],[0,0],[0.5,-3],[0,0],[0,0]],"v":[[33.75,-69.337],[34,68.933],[-21.667,114.133],[41.75,124.933],[64.25,85.433],[48.15,-63.767],[42.85,-69.619]],"c":true}],"e":[{"i":[[0,0],[0,-25],[47.25,2.897],[0,0],[-0.5,3],[0,0],[0,0]],"o":[[0,0],[0,27.397],[-10.492,-0.643],[0,0],[0.5,-3],[0,0],[0,0]],"v":[[39.5,-70.268],[39.75,68.25],[-23.25,113.75],[47.5,124.25],[70,84.75],[50.5,-64.25],[43.625,-70.781]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[0,0],[0,-25],[47.25,2.897],[0,0],[-0.5,3],[0,0],[0,0]],"o":[[0,0],[0,27.397],[-10.492,-0.643],[0,0],[0.5,-3],[0,0],[0,0]],"v":[[39.5,-70.268],[39.75,68.25],[-23.25,113.75],[47.5,124.25],[70,84.75],[50.5,-64.25],[43.625,-70.781]],"c":true}],"e":[{"i":[[0,0],[-0.326,-24.996],[46,6.818],[0,0],[-0.5,3],[0,0],[0,0]],"o":[[0,0],[0.375,28.068],[-10.357,-1.548],[0,0],[0.5,-3],[0,0],[0,0]],"v":[[42.625,-70.696],[42.875,67.812],[-21,113.688],[39.75,129.938],[73.125,84.312],[53.625,-64.688],[46.106,-70.827]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[0,0],[-0.326,-24.996],[46,6.818],[0,0],[-0.5,3],[0,0],[0,0]],"o":[[0,0],[0.375,28.068],[-10.357,-1.548],[0,0],[0.5,-3],[0,0],[0,0]],"v":[[42.625,-70.696],[42.875,67.812],[-21,113.688],[39.75,129.938],[73.125,84.312],[53.625,-64.688],[46.106,-70.827]],"c":true}],"e":[{"i":[[0,0],[-0.489,-24.994],[45.375,8.778],[0,0],[-0.5,3],[0,0],[0,0]],"o":[[0,0],[0.562,28.403],[-10.289,-2.001],[0,0],[0.5,-3],[0,0],[0,0]],"v":[[44.188,-70.911],[44.437,67.594],[-19.875,113.656],[35.875,132.781],[74.688,84.094],[55.187,-64.906],[46.014,-71.072]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[0,0],[-0.489,-24.994],[45.375,8.778],[0,0],[-0.5,3],[0,0],[0,0]],"o":[[0,0],[0.562,28.403],[-10.289,-2.001],[0,0],[0.5,-3],[0,0],[0,0]],"v":[[44.188,-70.911],[44.437,67.594],[-19.875,113.656],[35.875,132.781],[74.688,84.094],[55.187,-64.906],[46.014,-71.072]],"c":true}],"e":[{"i":[[0,0],[-0.652,-24.991],[44.75,10.739],[0,0],[-0.5,3],[0,0],[0,0]],"o":[[0,0],[0.75,28.739],[-10.222,-2.453],[0,0],[0.5,-3],[0,0],[0,0]],"v":[[45.75,-71.125],[46,67.375],[-18.75,113.625],[32,135.625],[76.25,83.875],[56.75,-65.125],[51,-71.625]],"c":true}]},{"t":23}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":13,"op":24,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"U back extrude 01","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-38.803,-116.864,0]},"a":{"k":[-39.667,22.625,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[0,0],[0,-38.5],[-15.245,-11.116],[-19,-0.25],[0,17],[0.5,3],[0,0]],"o":[[0,0],[0,38.5],[12,8.75],[2.549,0.034],[0,-17],[-0.5,-3],[0,0]],"v":[[-73.125,-98.5],[-72.5,63],[-49.5,134.5],[-6.5,144.75],[-31.5,98.5],[-38,-85],[-45.5,-99]],"c":true}],"e":[{"i":[[0,0],[0,-38.5],[-11.125,-10.5],[-35.625,0.5],[0,17],[0.5,3],[0,0]],"o":[[0,0],[0,28.75],[10.863,10.253],[2.549,-0.036],[0,-17],[-0.5,-3],[0,0]],"v":[[-92.417,-97.229],[-92.542,60.583],[-72.292,123.833],[-10.042,144.333],[-51.042,98.583],[-57.542,-84.917],[-67.792,-97.792]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0,0],[0,-38.5],[-11.125,-10.5],[-35.625,0.5],[0,17],[0.5,3],[0,0]],"o":[[0,0],[0,28.75],[10.863,10.253],[2.549,-0.036],[0,-17],[-0.5,-3],[0,0]],"v":[[-92.417,-97.229],[-92.542,60.583],[-72.292,123.833],[-10.042,144.333],[-51.042,98.583],[-57.542,-84.917],[-67.792,-97.792]],"c":true}],"e":[{"i":[[0,0],[0,-38.5],[-11.125,-10.5],[-35.625,0.5],[0,17],[0.5,3],[0,0]],"o":[[0,0],[0,28.75],[10.863,10.253],[2.549,-0.036],[0,-17],[-0.5,-3],[0,0]],"v":[[-100.167,-95.292],[-100.292,61.583],[-77.792,119.083],[-12.792,142.833],[-58.792,99.583],[-65.292,-83.917],[-79.417,-96.792]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0,0],[0,-38.5],[-11.125,-10.5],[-35.625,0.5],[0,17],[0.5,3],[0,0]],"o":[[0,0],[0,28.75],[10.863,10.253],[2.549,-0.036],[0,-17],[-0.5,-3],[0,0]],"v":[[-100.167,-95.292],[-100.292,61.583],[-77.792,119.083],[-12.792,142.833],[-58.792,99.583],[-65.292,-83.917],[-79.417,-96.792]],"c":true}],"e":[{"i":[[0,0],[0,-38.5],[-10.604,-9.498],[-36.604,-0.373],[0,17],[0.5,3],[0,0]],"o":[[0,0],[0,36.973],[10.075,9.038],[2.549,0.024],[0,-17],[-0.5,-3],[0,0]],"v":[[-101.917,-93.479],[-100.917,57.833],[-78.792,117.583],[-9.792,142.458],[-59.417,101.583],[-65.917,-81.917],[-86.792,-94.167]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,-38.5],[-10.604,-9.498],[-36.604,-0.373],[0,17],[0.5,3],[0,0]],"o":[[0,0],[0,36.973],[10.075,9.038],[2.549,0.024],[0,-17],[-0.5,-3],[0,0]],"v":[[-101.917,-93.479],[-100.917,57.833],[-78.792,117.583],[-9.792,142.458],[-59.417,101.583],[-65.917,-81.917],[-86.792,-94.167]],"c":true}],"e":[{"i":[[0,0],[0,-38.5],[-10.083,-8.495],[-37.583,-1.245],[0,17],[0.5,3],[0,0]],"o":[[0,0],[0,40.005],[9.286,7.824],[2.548,0.084],[0,-17],[-0.5,-3],[0,0]],"v":[[-101.417,-91.167],[-101.542,54.083],[-79.792,116.083],[-8.792,142.583],[-60.042,103.583],[-66.542,-79.917],[-90.667,-93.354]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[0,0],[0,-38.5],[-10.083,-8.495],[-37.583,-1.245],[0,17],[0.5,3],[0,0]],"o":[[0,0],[0,40.005],[9.286,7.824],[2.548,0.084],[0,-17],[-0.5,-3],[0,0]],"v":[[-101.417,-91.167],[-101.542,54.083],[-79.792,116.083],[-8.792,142.583],[-60.042,103.583],[-66.542,-79.917],[-90.667,-93.354]],"c":true}],"e":[{"i":[[0,0],[0,-38.5],[-9.958,-8.762],[-38.583,-1.403],[0,17],[0.5,3],[0,0]],"o":[[0,0],[0,40.238],[9.112,8.006],[2.548,0.092],[0,-17],[-0.5,-3],[0,0]],"v":[[-100.083,-90.229],[-100.167,54.25],[-78.667,115.625],[-7.375,142.557],[-60.042,103.583],[-66.542,-79.917],[-90.896,-91]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,-38.5],[-9.958,-8.762],[-38.583,-1.403],[0,17],[0.5,3],[0,0]],"o":[[0,0],[0,40.238],[9.112,8.006],[2.548,0.092],[0,-17],[-0.5,-3],[0,0]],"v":[[-100.083,-90.229],[-100.167,54.25],[-78.667,115.625],[-7.375,142.557],[-60.042,103.583],[-66.542,-79.917],[-90.896,-91]],"c":true}],"e":[{"i":[[0,0],[0,-38.5],[-9.833,-9.028],[-39.583,-1.56],[0,17],[0.5,3],[0,0]],"o":[[0,0],[0,40.472],[8.939,8.188],[2.547,0.099],[0,-17],[-0.5,-3],[0,0]],"v":[[-98.75,-88.842],[-98.792,54.417],[-77.542,115.167],[-5.958,142.532],[-60.042,103.583],[-66.542,-79.917],[-93.75,-90.064]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[0,0],[0,-38.5],[-9.833,-9.028],[-39.583,-1.56],[0,17],[0.5,3],[0,0]],"o":[[0,0],[0,40.472],[8.939,8.188],[2.547,0.099],[0,-17],[-0.5,-3],[0,0]],"v":[[-98.75,-88.842],[-98.792,54.417],[-77.542,115.167],[-5.958,142.532],[-60.042,103.583],[-66.542,-79.917],[-93.75,-90.064]],"c":true}],"e":[{"i":[[0,0],[0,-38.5],[-9.333,-10.095],[-43.583,-2.189],[0,17],[0.5,3],[0,0]],"o":[[0,0],[0,41.405],[8.243,8.916],[2.546,0.128],[0,-17],[-0.5,-3],[0,0]],"v":[[-93.417,-86.417],[-93.292,55.083],[-73.042,113.333],[-0.292,142.428],[-60.042,103.583],[-66.542,-79.917],[-92.042,-86.417]],"c":true}]},{"t":23}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":13,"op":24,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Glass lines 6","parent":0,"ks":{"o":{"k":56},"r":{"k":0},"p":{"k":[0,0,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[-0.858,9.023],[-0.167,1.204],[-1.534,-0.267],[-0.237,-14.397],[-0.059,-6.056]],"o":[[0.302,-3.174],[0.408,-2.935],[1.981,0.345],[0.218,13.204],[0.059,6.056]],"v":[[-4.359,114.109],[-3.393,106.481],[-0.582,101.715],[2.174,123.856],[2.858,203.689]],"c":false}],"e":[{"i":[[-1.587,9.023],[-0.31,1.204],[-2.838,-0.267],[-0.439,-14.397],[-0.109,-6.056]],"o":[[0.558,-3.174],[0.755,-2.935],[3.666,0.345],[0.403,13.204],[0.109,6.056]],"v":[[-5.989,113.8],[-4.203,106.172],[0.998,101.406],[6.097,123.547],[7.362,203.38]],"c":false}]},{"t":4,"s":[{"i":[[-1.587,9.023],[-0.31,1.204],[-2.838,-0.267],[-0.439,-14.397],[-0.109,-6.056]],"o":[[0.558,-3.174],[0.755,-2.935],[3.666,0.345],[0.403,13.204],[0.109,6.056]],"v":[[-5.989,113.8],[-4.203,106.172],[0.998,101.406],[6.097,123.547],[7.362,203.38]],"c":false}],"h":1},{"t":5,"s":[{"i":[[-1.65,8.222],[-0.464,1.073],[-4.252,-0.238],[-0.658,-12.83],[-0.164,-5.397]],"o":[[0.961,-4.791],[1.131,-2.616],[5.492,0.308],[0.603,11.768],[0.164,5.397]],"v":[[-36.461,116.791],[-33.036,106.993],[-23.742,102.245],[-16.103,121.978],[-14.458,200.126]],"c":false}],"h":1},{"t":7,"s":[{"i":[[-0.436,12.119],[-1.106,8.31],[-11,-0.218],[-0.75,-18.718],[-0.25,-7.87]],"o":[[0.556,-15.459],[1.5,-11.273],[10.75,0.213],[0.724,18.069],[0.25,7.87]],"v":[[-58.556,190.459],[-53.806,108.445],[-36.556,82.921],[-20.306,108.445],[-19.056,197.898]],"c":false}],"h":1},{"t":9,"s":[{"i":[[-9.407,10.555],[-1.576,-5.643],[-0.415,-9.838],[-0.75,-19.686],[-0.25,-8.277]],"o":[[5.75,-6.452],[1,3.579],[0.5,11.856],[0.724,19.003],[0.25,8.277]],"v":[[-71.25,68.952],[-58,72.755],[-56.25,94.678],[-55.5,129.127],[-54.25,188.696]],"c":false}],"h":1},{"t":11,"s":[{"i":[[-12.246,5.934],[-0.958,-5.869],[-0.415,-10.037],[0.247,-20.094],[-0.25,-8.444]],"o":[[9.75,-4.724],[1.75,10.726],[0.5,12.096],[-0.25,20.312],[0.25,8.444]],"v":[[-53,3.224],[-40.25,25.438],[-37.5,72.68],[-37,114.901],[-37,165.437]],"c":false}],"h":1},{"t":12,"s":[{"i":[[-9.585,9.994],[-0.625,-4.516],[-0.415,-10.453],[0.5,-26.145],[-0.25,-8.794]],"o":[[4.625,-4.822],[1.55,11.198],[0.5,12.597],[-0.405,21.151],[0.25,8.794]],"v":[[-49.625,-57.678],[-38.5,-57.457],[-38,-10.138],[-40,85.221],[-40.25,146.387]],"c":false}],"h":1}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":1.2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":3,"s":[{"i":[[-0.111,4.762],[-0.131,4.045],[-0.142,2.945],[-0.259,3.024],[-1.315,-3.978]],"o":[[0.127,-5.452],[0.193,-5.945],[0.235,-4.882],[0.32,-3.737],[1.535,4.643]],"v":[[-0.626,213.577],[-0.193,170.695],[-0.11,139.882],[0.26,118.664],[4.628,116.04]],"c":false}],"h":1},{"t":4,"s":[{"i":[[-0.245,4.052],[-0.368,3.433],[-2.946,-0.113],[-0.123,-2.476],[0.123,-4.165]],"o":[[0.245,-4.052],[0.368,-3.433],[2.946,0.113],[0.123,2.476],[-0.123,4.165]],"v":[[-3.251,209.786],[-2.443,131.222],[1.265,124.779],[4.197,131.196],[4.878,209.702]],"c":false}],"h":1},{"t":5,"s":[{"i":[[-0.655,10.503],[-0.982,8.898],[-7.856,-0.292],[-0.327,-6.418],[0.327,-10.794]],"o":[[0.655,-10.503],[0.982,-8.898],[7.856,0.292],[0.327,6.418],[-0.327,10.794]],"v":[[-7.342,199.834],[-2.268,118.323],[7.621,101.625],[15.441,118.254],[17.673,199.207]],"c":false}],"h":1},{"t":7,"s":[{"i":[[-1,15.314],[-1.5,12.975],[-12,-0.425],[-0.5,-9.359],[0.5,-15.74]],"o":[[1,-15.314],[1.5,-12.975],[12,0.425],[0.5,9.359],[-0.5,15.74]],"v":[[-7.556,197.473],[0.695,103.765],[16.945,79.092],[31.945,103.34],[32.944,197.26]],"c":false}],"h":1},{"t":9,"s":[{"i":[[-1,16.106],[-1.5,13.646],[-12,-0.447],[-0.5,-9.843],[0.5,-16.554]],"o":[[1,-16.106],[1.5,-13.646],[12,0.447],[0.5,9.843],[-0.5,16.554]],"v":[[-42.75,188.394],[-34.5,85.73],[-18.25,59.781],[-3,85.282],[-0.75,190.196]],"c":false}],"h":1},{"t":11,"s":[{"i":[[-1,16.432],[-1.5,13.921],[-11.946,-1.136],[-0.5,-10.042],[0.5,-16.888]],"o":[[1,-16.432],[1.5,-13.921],[12,1.141],[0.5,10.042],[-0.5,16.888]],"v":[[-29.25,165.318],[-25.25,39.359],[-10.75,-0.58],[-1,44.608],[-1.75,165.405]],"c":false}],"h":1},{"t":12,"s":[{"i":[[-1,17.113],[-0.369,14.564],[-0.799,11.393],[-5.25,0.475],[-0.999,-9.604]],"o":[[1,-17.113],[0.5,-19.727],[0.5,-7.13],[4.508,-0.408],[0.714,6.862]],"v":[[-31.5,145.887],[-30.75,18.932],[-30,-37.16],[-23.001,-62.592],[-16.251,-49.646]],"c":false}],"h":1}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":1.2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-0.25,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"}],"ip":12,"op":13,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Glass lines 5","parent":0,"ks":{"o":{"k":56},"r":{"k":0},"p":{"k":[0,0,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[-0.858,9.023],[-0.167,1.204],[-1.534,-0.267],[-0.237,-14.397],[-0.059,-6.056]],"o":[[0.302,-3.174],[0.408,-2.935],[1.981,0.345],[0.218,13.204],[0.059,6.056]],"v":[[-4.359,114.109],[-3.393,106.481],[-0.582,101.715],[2.174,123.856],[2.858,203.689]],"c":false}],"e":[{"i":[[-1.587,9.023],[-0.31,1.204],[-2.838,-0.267],[-0.439,-14.397],[-0.109,-6.056]],"o":[[0.558,-3.174],[0.755,-2.935],[3.666,0.345],[0.403,13.204],[0.109,6.056]],"v":[[-5.989,113.8],[-4.203,106.172],[0.998,101.406],[6.097,123.547],[7.362,203.38]],"c":false}]},{"t":4,"s":[{"i":[[-1.587,9.023],[-0.31,1.204],[-2.838,-0.267],[-0.439,-14.397],[-0.109,-6.056]],"o":[[0.558,-3.174],[0.755,-2.935],[3.666,0.345],[0.403,13.204],[0.109,6.056]],"v":[[-5.989,113.8],[-4.203,106.172],[0.998,101.406],[6.097,123.547],[7.362,203.38]],"c":false}],"h":1},{"t":5,"s":[{"i":[[-1.65,8.222],[-0.464,1.073],[-4.252,-0.238],[-0.658,-12.83],[-0.164,-5.397]],"o":[[0.961,-4.791],[1.131,-2.616],[5.492,0.308],[0.603,11.768],[0.164,5.397]],"v":[[-36.461,116.791],[-33.036,106.993],[-23.742,102.245],[-16.103,121.978],[-14.458,200.126]],"c":false}],"h":1},{"t":7,"s":[{"i":[[-0.436,12.119],[-1.106,8.31],[-11,-0.218],[-0.75,-18.718],[-0.25,-7.87]],"o":[[0.556,-15.459],[1.5,-11.273],[10.75,0.213],[0.724,18.069],[0.25,7.87]],"v":[[-58.556,190.459],[-53.806,108.445],[-36.556,82.921],[-20.306,108.445],[-19.056,197.898]],"c":false}],"h":1},{"t":9,"s":[{"i":[[-9.407,10.555],[-1.576,-5.643],[-0.415,-9.838],[-0.75,-19.686],[-0.25,-8.277]],"o":[[5.75,-6.452],[1,3.579],[0.5,11.856],[0.724,19.003],[0.25,8.277]],"v":[[-71.25,68.952],[-58,72.755],[-56.25,94.678],[-55.5,129.127],[-54.25,188.696]],"c":false}],"h":1},{"t":11,"s":[{"i":[[-12.246,5.934],[-0.958,-5.869],[-0.415,-10.037],[0.247,-20.094],[-0.25,-8.444]],"o":[[9.75,-4.724],[1.75,10.726],[0.5,12.096],[-0.25,20.312],[0.25,8.444]],"v":[[-53,3.224],[-40.25,25.438],[-37.5,72.68],[-37,114.901],[-37,165.437]],"c":false}],"h":1},{"t":12,"s":[{"i":[[-9.585,9.994],[-0.625,-4.516],[-0.415,-10.453],[0.5,-26.145],[-0.25,-8.794]],"o":[[4.625,-4.822],[1.55,11.198],[0.5,12.597],[-0.405,21.151],[0.25,8.794]],"v":[[-49.625,-57.678],[-38.5,-57.457],[-38,-10.138],[-40,85.221],[-40.25,146.387]],"c":false}],"h":1}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":1.2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":3,"s":[{"i":[[-0.111,4.762],[-0.131,4.045],[-0.142,2.945],[-0.259,3.024],[-1.315,-3.978]],"o":[[0.127,-5.452],[0.193,-5.945],[0.235,-4.882],[0.32,-3.737],[1.535,4.643]],"v":[[-0.626,213.577],[-0.193,170.695],[-0.11,139.882],[0.26,118.664],[4.628,116.04]],"c":false}],"h":1},{"t":4,"s":[{"i":[[-0.245,4.052],[-0.368,3.433],[-2.946,-0.113],[-0.123,-2.476],[0.123,-4.165]],"o":[[0.245,-4.052],[0.368,-3.433],[2.946,0.113],[0.123,2.476],[-0.123,4.165]],"v":[[-3.251,209.786],[-2.443,131.222],[1.265,124.779],[4.197,131.196],[4.878,209.702]],"c":false}],"h":1},{"t":5,"s":[{"i":[[-0.655,10.503],[-0.982,8.898],[-7.856,-0.292],[-0.327,-6.418],[0.327,-10.794]],"o":[[0.655,-10.503],[0.982,-8.898],[7.856,0.292],[0.327,6.418],[-0.327,10.794]],"v":[[-7.342,199.834],[-2.268,118.323],[7.621,101.625],[15.441,118.254],[17.673,199.207]],"c":false}],"h":1},{"t":7,"s":[{"i":[[-1,15.314],[-1.5,12.975],[-12,-0.425],[-0.5,-9.359],[0.5,-15.74]],"o":[[1,-15.314],[1.5,-12.975],[12,0.425],[0.5,9.359],[-0.5,15.74]],"v":[[-7.556,197.473],[0.695,103.765],[16.945,79.092],[31.945,103.34],[32.944,197.26]],"c":false}],"h":1},{"t":9,"s":[{"i":[[-1,16.106],[-1.5,13.646],[-12,-0.447],[-0.5,-9.843],[0.5,-16.554]],"o":[[1,-16.106],[1.5,-13.646],[12,0.447],[0.5,9.843],[-0.5,16.554]],"v":[[-42.75,188.394],[-34.5,85.73],[-18.25,59.781],[-3,85.282],[-0.75,190.196]],"c":false}],"h":1},{"t":11,"s":[{"i":[[-1,16.432],[-1.5,13.921],[-11.946,-1.136],[-0.5,-10.042],[0.5,-16.888]],"o":[[1,-16.432],[1.5,-13.921],[12,1.141],[0.5,10.042],[-0.5,16.888]],"v":[[-29.25,165.318],[-25.25,39.359],[-10.75,-0.58],[-1,44.608],[-1.75,165.405]],"c":false}],"h":1},{"t":12,"s":[{"i":[[-1,17.113],[-0.369,14.564],[-0.799,11.393],[-5.25,0.475],[-0.999,-9.604]],"o":[[1,-17.113],[0.5,-19.727],[0.5,-7.13],[4.508,-0.408],[0.714,6.862]],"v":[[-31.5,145.887],[-30.75,18.932],[-30,-37.16],[-23.001,-62.592],[-16.251,-49.646]],"c":false}],"h":1}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":1.2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-0.25,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[5.247,-0.154],[0.563,-0.356],[0.652,-1.8],[0.176,-3.25],[0.463,-6.019]],"o":[[-0.714,0.021],[-1.221,0.771],[-1.259,3.475],[-0.309,5.71],[-0.286,3.722]],"v":[[6.836,124.029],[4.926,124.612],[2.164,128.653],[0.354,140.079],[-5.511,203.974]],"c":false}],"e":[{"i":[[8.5,-0.25],[0.912,-0.576],[1.056,-2.915],[0.285,-5.265],[0.75,-9.75]],"o":[[-1.156,0.034],[-1.977,1.249],[-2.039,5.629],[-0.5,9.25],[-0.464,6.029]],"v":[[360.75,41.25],[357.656,42.194],[353.182,48.742],[350.25,67.25],[340.75,170.75]],"c":false}]},{"t":5,"s":[{"i":[[8.5,-0.25],[0.912,-0.576],[1.056,-2.915],[0.285,-5.265],[0.75,-9.75]],"o":[[-1.156,0.034],[-1.977,1.249],[-2.039,5.629],[-0.5,9.25],[-0.464,6.029]],"v":[[360.75,41.25],[357.656,42.194],[353.182,48.742],[350.25,67.25],[340.75,170.75]],"c":false}],"h":1},{"t":7,"s":[{"i":[[7.556,2.344],[0.912,-0.49],[1.056,-2.481],[0.285,-4.48],[0.75,-8.295]],"o":[[-1.104,-0.343],[-1.977,1.062],[-2.039,4.789],[-0.5,7.87],[-0.464,5.129]],"v":[[64.944,81.156],[59.1,81.209],[54.627,86.779],[51.694,102.526],[41.694,197.085]],"c":false}],"h":1},{"t":9,"s":[{"i":[[0,7.609],[0.763,8.343],[11.582,-0.045],[0.648,-6.379],[1.25,-17.896]],"o":[[0,-31.989],[-0.206,-2.25],[-12.421,0.048],[-3,29.528],[-0.377,5.4]],"v":[[51.75,188.509],[43.987,77.636],[31.168,60.3],[16,81.73],[8.75,190.302]],"c":false}],"h":1},{"t":11,"s":[{"i":[[0,7.763],[0.763,8.512],[11.582,-0.046],[0.648,-6.508],[1.25,-18.258]],"o":[[0,-32.636],[-0.206,-2.296],[-12.421,0.049],[-3,30.125],[-0.377,5.509]],"v":[[0.25,101.248],[-1.013,53.938],[-13.832,36.251],[-29,58.114],[-35.75,155.109]],"c":false}],"h":1},{"t":12,"s":[{"i":[[0,8.504],[0.763,9.324],[11.582,-0.05],[0.648,-7.13],[1.25,-20]],"o":[[0,-35.75],[-0.206,-2.515],[-12.421,0.054],[-3,33],[-0.377,6.035]],"v":[[389.75,86.75],[388.487,34.926],[375.668,15.55],[360.5,39.5],[353.75,145.75]],"c":false}],"h":1}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":1.2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,-0.25],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":11,"op":12,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Glass lines 4","parent":0,"ks":{"o":{"k":56},"r":{"k":0},"p":{"k":[0,0,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[-0.858,9.023],[-0.167,1.204],[-1.534,-0.267],[-0.237,-14.397],[-0.059,-6.056]],"o":[[0.302,-3.174],[0.408,-2.935],[1.981,0.345],[0.218,13.204],[0.059,6.056]],"v":[[-4.359,114.109],[-3.393,106.481],[-0.582,101.715],[2.174,123.856],[2.858,203.689]],"c":false}],"e":[{"i":[[-1.587,9.023],[-0.31,1.204],[-2.838,-0.267],[-0.439,-14.397],[-0.109,-6.056]],"o":[[0.558,-3.174],[0.755,-2.935],[3.666,0.345],[0.403,13.204],[0.109,6.056]],"v":[[-5.989,113.8],[-4.203,106.172],[0.998,101.406],[6.097,123.547],[7.362,203.38]],"c":false}]},{"t":4,"s":[{"i":[[-1.587,9.023],[-0.31,1.204],[-2.838,-0.267],[-0.439,-14.397],[-0.109,-6.056]],"o":[[0.558,-3.174],[0.755,-2.935],[3.666,0.345],[0.403,13.204],[0.109,6.056]],"v":[[-5.989,113.8],[-4.203,106.172],[0.998,101.406],[6.097,123.547],[7.362,203.38]],"c":false}],"h":1},{"t":5,"s":[{"i":[[-1.65,8.222],[-0.464,1.073],[-4.252,-0.238],[-0.658,-12.83],[-0.164,-5.397]],"o":[[0.961,-4.791],[1.131,-2.616],[5.492,0.308],[0.603,11.768],[0.164,5.397]],"v":[[-36.461,116.791],[-33.036,106.993],[-23.742,102.245],[-16.103,121.978],[-14.458,200.126]],"c":false}],"h":1},{"t":7,"s":[{"i":[[-0.436,12.119],[-1.106,8.31],[-11,-0.218],[-0.75,-18.718],[-0.25,-7.87]],"o":[[0.556,-15.459],[1.5,-11.273],[10.75,0.213],[0.724,18.069],[0.25,7.87]],"v":[[-58.556,190.459],[-53.806,108.445],[-36.556,82.921],[-20.306,108.445],[-19.056,197.898]],"c":false}],"h":1},{"t":9,"s":[{"i":[[-9.407,10.555],[-1.576,-5.643],[-0.415,-9.838],[-0.75,-19.686],[-0.25,-8.277]],"o":[[5.75,-6.452],[1,3.579],[0.5,11.856],[0.724,19.003],[0.25,8.277]],"v":[[-71.25,68.952],[-58,72.755],[-56.25,94.678],[-55.5,129.127],[-54.25,188.696]],"c":false}],"h":1},{"t":11,"s":[{"i":[[-12.246,5.934],[-0.958,-5.869],[-0.415,-10.037],[0.247,-20.094],[-0.25,-8.444]],"o":[[9.75,-4.724],[1.75,10.726],[0.5,12.096],[-0.25,20.312],[0.25,8.444]],"v":[[-53,3.224],[-40.25,25.438],[-37.5,72.68],[-37,114.901],[-37,165.437]],"c":false}],"h":1},{"t":12,"s":[{"i":[[-9.585,9.994],[-0.625,-4.516],[-0.415,-10.453],[0.5,-26.145],[-0.25,-8.794]],"o":[[4.625,-4.822],[1.55,11.198],[0.5,12.597],[-0.405,21.151],[0.25,8.794]],"v":[[-49.625,-57.678],[-38.5,-57.457],[-38,-10.138],[-40,85.221],[-40.25,146.387]],"c":false}],"h":1}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":1.2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":3,"s":[{"i":[[-0.111,4.762],[-0.131,4.045],[-0.142,2.945],[-0.259,3.024],[-1.315,-3.978]],"o":[[0.127,-5.452],[0.193,-5.945],[0.235,-4.882],[0.32,-3.737],[1.535,4.643]],"v":[[-0.626,213.577],[-0.193,170.695],[-0.11,139.882],[0.26,118.664],[4.628,116.04]],"c":false}],"h":1},{"t":4,"s":[{"i":[[-0.245,4.052],[-0.368,3.433],[-2.946,-0.113],[-0.123,-2.476],[0.123,-4.165]],"o":[[0.245,-4.052],[0.368,-3.433],[2.946,0.113],[0.123,2.476],[-0.123,4.165]],"v":[[-3.251,209.786],[-2.443,131.222],[1.265,124.779],[4.197,131.196],[4.878,209.702]],"c":false}],"h":1},{"t":5,"s":[{"i":[[-0.655,10.503],[-0.982,8.898],[-7.856,-0.292],[-0.327,-6.418],[0.327,-10.794]],"o":[[0.655,-10.503],[0.982,-8.898],[7.856,0.292],[0.327,6.418],[-0.327,10.794]],"v":[[-7.342,199.834],[-2.268,118.323],[7.621,101.625],[15.441,118.254],[17.673,199.207]],"c":false}],"h":1},{"t":7,"s":[{"i":[[-1,15.314],[-1.5,12.975],[-12,-0.425],[-0.5,-9.359],[0.5,-15.74]],"o":[[1,-15.314],[1.5,-12.975],[12,0.425],[0.5,9.359],[-0.5,15.74]],"v":[[-7.556,197.473],[0.695,103.765],[16.945,79.092],[31.945,103.34],[32.944,197.26]],"c":false}],"h":1},{"t":9,"s":[{"i":[[-1,16.106],[-1.5,13.646],[-12,-0.447],[-0.5,-9.843],[0.5,-16.554]],"o":[[1,-16.106],[1.5,-13.646],[12,0.447],[0.5,9.843],[-0.5,16.554]],"v":[[-42.75,188.394],[-34.5,85.73],[-18.25,59.781],[-3,85.282],[-0.75,190.196]],"c":false}],"h":1},{"t":11,"s":[{"i":[[-1,16.432],[-1.5,13.921],[-11.946,-1.136],[-0.5,-10.042],[0.5,-16.888]],"o":[[1,-16.432],[1.5,-13.921],[12,1.141],[0.5,10.042],[-0.5,16.888]],"v":[[-29.25,165.318],[-25.25,39.359],[-10.75,-0.58],[-1,44.608],[-1.75,165.405]],"c":false}],"h":1},{"t":12,"s":[{"i":[[-1,17.113],[-0.369,14.564],[-0.799,11.393],[-5.25,0.475],[-0.999,-9.604]],"o":[[1,-17.113],[0.5,-19.727],[0.5,-7.13],[4.508,-0.408],[0.714,6.862]],"v":[[-31.5,145.887],[-30.75,18.932],[-30,-37.16],[-23.001,-62.592],[-16.251,-49.646]],"c":false}],"h":1}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":1.2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-0.25,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[5.247,-0.154],[0.563,-0.356],[0.652,-1.8],[0.176,-3.25],[0.463,-6.019]],"o":[[-0.714,0.021],[-1.221,0.771],[-1.259,3.475],[-0.309,5.71],[-0.286,3.722]],"v":[[6.836,124.029],[4.926,124.612],[2.164,128.653],[0.354,140.079],[-5.511,203.974]],"c":false}],"e":[{"i":[[8.5,-0.25],[0.912,-0.576],[1.056,-2.915],[0.285,-5.265],[0.75,-9.75]],"o":[[-1.156,0.034],[-1.977,1.249],[-2.039,5.629],[-0.5,9.25],[-0.464,6.029]],"v":[[360.75,41.25],[357.656,42.194],[353.182,48.742],[350.25,67.25],[340.75,170.75]],"c":false}]},{"t":5,"s":[{"i":[[8.5,-0.25],[0.912,-0.576],[1.056,-2.915],[0.285,-5.265],[0.75,-9.75]],"o":[[-1.156,0.034],[-1.977,1.249],[-2.039,5.629],[-0.5,9.25],[-0.464,6.029]],"v":[[360.75,41.25],[357.656,42.194],[353.182,48.742],[350.25,67.25],[340.75,170.75]],"c":false}],"h":1},{"t":7,"s":[{"i":[[7.556,2.344],[0.912,-0.49],[1.056,-2.481],[0.285,-4.48],[0.75,-8.295]],"o":[[-1.104,-0.343],[-1.977,1.062],[-2.039,4.789],[-0.5,7.87],[-0.464,5.129]],"v":[[64.944,81.156],[59.1,81.209],[54.627,86.779],[51.694,102.526],[41.694,197.085]],"c":false}],"h":1},{"t":9,"s":[{"i":[[0,7.609],[0.763,8.343],[11.582,-0.045],[0.648,-6.379],[1.25,-17.896]],"o":[[0,-31.989],[-0.206,-2.25],[-12.421,0.048],[-3,29.528],[-0.377,5.4]],"v":[[51.75,188.509],[43.987,77.636],[31.168,60.3],[16,81.73],[8.75,190.302]],"c":false}],"h":1},{"t":11,"s":[{"i":[[0,7.763],[0.763,8.512],[11.582,-0.046],[0.648,-6.508],[1.25,-18.258]],"o":[[0,-32.636],[-0.206,-2.296],[-12.421,0.049],[-3,30.125],[-0.377,5.509]],"v":[[0.25,101.248],[-1.013,53.938],[-13.832,36.251],[-29,58.114],[-35.75,155.109]],"c":false}],"h":1},{"t":12,"s":[{"i":[[0,8.504],[0.763,9.324],[11.582,-0.05],[0.648,-7.13],[1.25,-20]],"o":[[0,-35.75],[-0.206,-2.515],[-12.421,0.054],[-3,33],[-0.377,6.035]],"v":[[389.75,86.75],[388.487,34.926],[375.668,15.55],[360.5,39.5],[353.75,145.75]],"c":false}],"h":1}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":1.2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,-0.25],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":9,"op":11,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Glass lines 3","parent":0,"ks":{"o":{"k":56},"r":{"k":0},"p":{"k":[0,0,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[-0.858,9.023],[-0.167,1.204],[-1.534,-0.267],[-0.237,-14.397],[-0.059,-6.056]],"o":[[0.302,-3.174],[0.408,-2.935],[1.981,0.345],[0.218,13.204],[0.059,6.056]],"v":[[-4.359,114.109],[-3.393,106.481],[-0.582,101.715],[2.174,123.856],[2.858,203.689]],"c":false}],"e":[{"i":[[-1.587,9.023],[-0.31,1.204],[-2.838,-0.267],[-0.439,-14.397],[-0.109,-6.056]],"o":[[0.558,-3.174],[0.755,-2.935],[3.666,0.345],[0.403,13.204],[0.109,6.056]],"v":[[-5.989,113.8],[-4.203,106.172],[0.998,101.406],[6.097,123.547],[7.362,203.38]],"c":false}]},{"t":4,"s":[{"i":[[-1.587,9.023],[-0.31,1.204],[-2.838,-0.267],[-0.439,-14.397],[-0.109,-6.056]],"o":[[0.558,-3.174],[0.755,-2.935],[3.666,0.345],[0.403,13.204],[0.109,6.056]],"v":[[-5.989,113.8],[-4.203,106.172],[0.998,101.406],[6.097,123.547],[7.362,203.38]],"c":false}],"h":1},{"t":5,"s":[{"i":[[-1.65,8.222],[-0.464,1.073],[-4.252,-0.238],[-0.658,-12.83],[-0.164,-5.397]],"o":[[0.961,-4.791],[1.131,-2.616],[5.492,0.308],[0.603,11.768],[0.164,5.397]],"v":[[-36.461,116.791],[-33.036,106.993],[-23.742,102.245],[-16.103,121.978],[-14.458,200.126]],"c":false}],"h":1},{"t":7,"s":[{"i":[[-0.436,12.119],[-1.106,8.31],[-11,-0.218],[-0.75,-18.718],[-0.25,-7.87]],"o":[[0.556,-15.459],[1.5,-11.273],[10.75,0.213],[0.724,18.069],[0.25,7.87]],"v":[[-58.556,190.459],[-53.806,108.445],[-36.556,82.921],[-20.306,108.445],[-19.056,197.898]],"c":false}],"h":1},{"t":9,"s":[{"i":[[-9.407,10.555],[-1.576,-5.643],[-0.415,-9.838],[-0.75,-19.686],[-0.25,-8.277]],"o":[[5.75,-6.452],[1,3.579],[0.5,11.856],[0.724,19.003],[0.25,8.277]],"v":[[-71.25,68.952],[-58,72.755],[-56.25,94.678],[-55.5,129.127],[-54.25,188.696]],"c":false}],"h":1},{"t":11,"s":[{"i":[[-12.246,5.934],[-0.958,-5.869],[-0.415,-10.037],[0.247,-20.094],[-0.25,-8.444]],"o":[[9.75,-4.724],[1.75,10.726],[0.5,12.096],[-0.25,20.312],[0.25,8.444]],"v":[[-53,3.224],[-40.25,25.438],[-37.5,72.68],[-37,114.901],[-37,165.437]],"c":false}],"h":1},{"t":12,"s":[{"i":[[-9.585,9.994],[-0.625,-4.516],[-0.415,-10.453],[0.5,-26.145],[-0.25,-8.794]],"o":[[4.625,-4.822],[1.55,11.198],[0.5,12.597],[-0.405,21.151],[0.25,8.794]],"v":[[-49.625,-57.678],[-38.5,-57.457],[-38,-10.138],[-40,85.221],[-40.25,146.387]],"c":false}],"h":1}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":1.2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":3,"s":[{"i":[[-0.111,4.762],[-0.131,4.045],[-0.142,2.945],[-0.259,3.024],[-1.315,-3.978]],"o":[[0.127,-5.452],[0.193,-5.945],[0.235,-4.882],[0.32,-3.737],[1.535,4.643]],"v":[[-0.626,213.577],[-0.193,170.695],[-0.11,139.882],[0.26,118.664],[4.628,116.04]],"c":false}],"h":1},{"t":4,"s":[{"i":[[-0.245,4.052],[-0.368,3.433],[-2.946,-0.113],[-0.123,-2.476],[0.123,-4.165]],"o":[[0.245,-4.052],[0.368,-3.433],[2.946,0.113],[0.123,2.476],[-0.123,4.165]],"v":[[-3.251,209.786],[-2.443,131.222],[1.265,124.779],[4.197,131.196],[4.878,209.702]],"c":false}],"h":1},{"t":5,"s":[{"i":[[-0.655,10.503],[-0.982,8.898],[-7.856,-0.292],[-0.327,-6.418],[0.327,-10.794]],"o":[[0.655,-10.503],[0.982,-8.898],[7.856,0.292],[0.327,6.418],[-0.327,10.794]],"v":[[-7.342,199.834],[-2.268,118.323],[7.621,101.625],[15.441,118.254],[17.673,199.207]],"c":false}],"h":1},{"t":7,"s":[{"i":[[-1,15.314],[-1.5,12.975],[-12,-0.425],[-0.5,-9.359],[0.5,-15.74]],"o":[[1,-15.314],[1.5,-12.975],[12,0.425],[0.5,9.359],[-0.5,15.74]],"v":[[-7.556,197.473],[0.695,103.765],[16.945,79.092],[31.945,103.34],[32.944,197.26]],"c":false}],"h":1},{"t":9,"s":[{"i":[[-1,16.106],[-1.5,13.646],[-12,-0.447],[-0.5,-9.843],[0.5,-16.554]],"o":[[1,-16.106],[1.5,-13.646],[12,0.447],[0.5,9.843],[-0.5,16.554]],"v":[[-42.75,188.394],[-34.5,85.73],[-18.25,59.781],[-3,85.282],[-0.75,190.196]],"c":false}],"h":1},{"t":11,"s":[{"i":[[-1,16.432],[-1.5,13.921],[-11.946,-1.136],[-0.5,-10.042],[0.5,-16.888]],"o":[[1,-16.432],[1.5,-13.921],[12,1.141],[0.5,10.042],[-0.5,16.888]],"v":[[-29.25,165.318],[-25.25,39.359],[-10.75,-0.58],[-1,44.608],[-1.75,165.405]],"c":false}],"h":1},{"t":12,"s":[{"i":[[-1,17.113],[-0.369,14.564],[-0.799,11.393],[-5.25,0.475],[-0.999,-9.604]],"o":[[1,-17.113],[0.5,-19.727],[0.5,-7.13],[4.508,-0.408],[0.714,6.862]],"v":[[-31.5,145.887],[-30.75,18.932],[-30,-37.16],[-23.001,-62.592],[-16.251,-49.646]],"c":false}],"h":1}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":1.2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-0.25,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[5.247,-0.154],[0.563,-0.356],[0.652,-1.8],[0.176,-3.25],[0.463,-6.019]],"o":[[-0.714,0.021],[-1.221,0.771],[-1.259,3.475],[-0.309,5.71],[-0.286,3.722]],"v":[[6.836,124.029],[4.926,124.612],[2.164,128.653],[0.354,140.079],[-5.511,203.974]],"c":false}],"e":[{"i":[[8.5,-0.25],[0.912,-0.576],[1.056,-2.915],[0.285,-5.265],[0.75,-9.75]],"o":[[-1.156,0.034],[-1.977,1.249],[-2.039,5.629],[-0.5,9.25],[-0.464,6.029]],"v":[[360.75,41.25],[357.656,42.194],[353.182,48.742],[350.25,67.25],[340.75,170.75]],"c":false}]},{"t":5,"s":[{"i":[[8.5,-0.25],[0.912,-0.576],[1.056,-2.915],[0.285,-5.265],[0.75,-9.75]],"o":[[-1.156,0.034],[-1.977,1.249],[-2.039,5.629],[-0.5,9.25],[-0.464,6.029]],"v":[[360.75,41.25],[357.656,42.194],[353.182,48.742],[350.25,67.25],[340.75,170.75]],"c":false}],"h":1},{"t":7,"s":[{"i":[[7.556,2.344],[0.912,-0.49],[1.056,-2.481],[0.285,-4.48],[0.75,-8.295]],"o":[[-1.104,-0.343],[-1.977,1.062],[-2.039,4.789],[-0.5,7.87],[-0.464,5.129]],"v":[[64.944,81.156],[59.1,81.209],[54.627,86.779],[51.694,102.526],[41.694,197.085]],"c":false}],"h":1},{"t":9,"s":[{"i":[[0,7.609],[0.763,8.343],[11.582,-0.045],[0.648,-6.379],[1.25,-17.896]],"o":[[0,-31.989],[-0.206,-2.25],[-12.421,0.048],[-3,29.528],[-0.377,5.4]],"v":[[51.75,188.509],[43.987,77.636],[31.168,60.3],[16,81.73],[8.75,190.302]],"c":false}],"h":1},{"t":11,"s":[{"i":[[0,7.763],[0.763,8.512],[11.582,-0.046],[0.648,-6.508],[1.25,-18.258]],"o":[[0,-32.636],[-0.206,-2.296],[-12.421,0.049],[-3,30.125],[-0.377,5.509]],"v":[[0.25,101.248],[-1.013,53.938],[-13.832,36.251],[-29,58.114],[-35.75,155.109]],"c":false}],"h":1},{"t":12,"s":[{"i":[[0,8.504],[0.763,9.324],[11.582,-0.05],[0.648,-7.13],[1.25,-20]],"o":[[0,-35.75],[-0.206,-2.515],[-12.421,0.054],[-3,33],[-0.377,6.035]],"v":[[389.75,86.75],[388.487,34.926],[375.668,15.55],[360.5,39.5],[353.75,145.75]],"c":false}],"h":1}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":1.2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,-0.25],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":7,"op":9,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Glass lines 2","parent":0,"ks":{"o":{"k":56},"r":{"k":0},"p":{"k":[0,0,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-1.65,8.222],[-0.464,1.073],[-4.252,-0.238],[-0.658,-12.83],[-0.164,-5.397]],"o":[[0.961,-4.791],[1.131,-2.616],[5.492,0.308],[0.603,11.768],[0.164,5.397]],"v":[[-36.461,116.791],[-33.036,106.993],[-23.742,102.245],[-16.103,121.978],[-14.458,200.126]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":1.2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.655,10.503],[-0.982,8.898],[-7.856,-0.292],[-0.327,-6.418],[0.327,-10.794]],"o":[[0.655,-10.503],[0.982,-8.898],[7.856,0.292],[0.327,6.418],[-0.327,10.794]],"v":[[-7.342,199.834],[-2.268,118.323],[7.621,101.625],[15.441,118.254],[17.673,199.207]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":1.2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-0.25,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"}],"ip":5,"op":7,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Glass lines","parent":0,"ks":{"o":{"k":56},"r":{"k":0},"p":{"k":[0,0,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-1.587,9.023],[-0.31,1.204],[-2.838,-0.267],[-0.439,-14.397],[-0.109,-6.056]],"o":[[0.558,-3.174],[0.755,-2.935],[3.666,0.345],[0.403,13.204],[0.109,6.056]],"v":[[-5.989,113.8],[-4.203,106.172],[0.998,101.406],[6.097,123.547],[7.362,203.38]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":1.2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.245,4.052],[-0.368,3.433],[-2.946,-0.113],[-0.123,-2.476],[0.123,-4.165]],"o":[[0.245,-4.052],[0.368,-3.433],[2.946,0.113],[0.123,2.476],[-0.123,4.165]],"v":[[-3.251,209.786],[-2.443,131.222],[1.265,124.779],[4.197,131.196],[4.878,209.702]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":1.2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-0.25,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"}],"ip":3,"op":5,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"Outline","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[1.374,-32.401,0]},"a":{"k":[1.374,-32.401,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":3,"s":[{"i":[[3.4,-0.029],[0,-0.314],[-4.372,0.011],[0.095,0.322]],"o":[[-3.644,0.031],[0,0.314],[3.886,-0.01],[-0.101,-0.342]],"v":[[0.473,106.154],[-4.625,106.483],[0.494,106.864],[5.655,106.481]],"c":true}],"h":1},{"t":4,"s":[{"i":[[4.998,-0.124],[0,-1.36],[-6.426,0.046],[0.14,1.397]],"o":[[-5.356,0.132],[0,1.36],[5.712,-0.041],[-0.149,-1.483]],"v":[[-0.006,107.874],[-7.5,109.303],[0.024,110.954],[7.61,109.293]],"c":true}],"h":1},{"t":5,"s":[{"i":[[21.617,-0.336],[0,-3.693],[-27.794,0.126],[0.606,3.795]],"o":[[-23.163,0.36],[0,3.693],[24.705,-0.112],[-0.643,-4.029]],"v":[[-1.09,68.836],[-33.5,72.719],[-0.957,77.202],[31.85,72.691]],"c":true}],"h":1},{"t":7,"s":[{"i":[[37.691,-0.585],[0,-6.439],[-48.461,0.22],[1.057,6.616]],"o":[[-40.386,0.627],[0,6.439],[43.075,-0.195],[-1.122,-7.024]],"v":[[-2.49,28.085],[-59,36.165],[-2.041,44.28],[54.943,36.116]],"c":true}],"h":1},{"t":9,"s":[{"i":[[42,-0.75],[0,-8.25],[-54.002,0.281],[1.177,8.477]],"o":[[-45.004,0.804],[0,8.25],[48,-0.25],[-1.25,-9]],"v":[[0,2.25],[-63.25,11],[0.5,23],[64,13.5]],"c":true}],"h":1},{"t":11,"s":[{"i":[[18.284,-0.327],[0,-3.591],[-23.508,0.122],[0.513,3.69]],"o":[[-19.592,0.35],[0,3.591],[20.896,-0.109],[-0.544,-3.918]],"v":[[-17.624,-37.599],[-45.158,-33.79],[-17.406,-28.566],[10.237,-32.701]],"c":true}],"h":1},{"t":12,"s":[{"i":[[7.444,-0.161],[0,-1.771],[-9.571,0.06],[0.209,1.82]],"o":[[-7.977,0.173],[0,1.771],[8.508,-0.054],[-0.222,-1.932]],"v":[[-33.539,-85.764],[-44.75,-83.886],[-33.451,-81.31],[-22.196,-83.35]],"c":true}],"h":1}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[0.8],"e":[1.2]},{"t":9}]},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":3,"s":[{"i":[[0,0],[-0.025,-2.715],[-1.322,-0.707],[-1.625,0],[-1.085,0.437],[0,1.86],[0.01,0.639]],"o":[[0,0],[0.022,2.406],[0.74,0.137],[1.625,0],[1.102,-0.444],[0,-2.179],[-0.01,-0.649]],"v":[[-6.292,83.755],[-5.429,209.219],[-3.459,212.613],[-0.299,213.031],[3.053,212.47],[5.202,209.672],[6.686,83.63]],"c":false}],"h":1},{"t":4,"s":[{"i":[[0,0],[0.107,-4.589],[-2.658,0],[-2.748,0],[-2.009,0],[-0.112,4.464],[0.018,1.093]],"o":[[0,0],[-0.121,5.195],[2.658,0],[2.748,0],[2.009,0],[0.092,-3.683],[-0.018,-1.109]],"v":[[-11.254,75.487],[-9.129,204.595],[-4.901,209.91],[-0.35,209.93],[5.107,209.879],[8.845,205.36],[10.946,75.272]],"c":false}],"h":1},{"t":5,"s":[{"i":[[0,0],[0.233,-10.02],[-5.803,0],[-5.999,0],[-4.386,0],[-0.244,9.746],[0.066,3.078]],"o":[[0,0],[-0.264,11.342],[5.803,0],[5.999,0],[4.386,0],[0.201,-8.041],[-0.067,-3.126]],"v":[[-40.261,29.844],[-34.486,188.276],[-25.254,199.881],[-0.853,200.062],[23.48,199.95],[31.642,190.082],[41.994,29.241]],"c":false}],"h":1},{"t":7,"s":[{"i":[[0,0],[0.388,-16.702],[-9.672,0],[-10,0],[-7.31,0],[-0.406,16.245],[0.114,5.357]],"o":[[0,0],[-0.44,18.905],[9.672,0],[10,0],[7.31,0],[0.335,-13.404],[-0.116,-5.439]],"v":[[-70.42,-14.517],[-60.31,178.208],[-44.922,197.552],[-4.25,197.75],[43.81,197.25],[57.415,180.802],[72.703,-15.566]],"c":false}],"h":1},{"t":9,"s":[{"i":[[0,0],[0.442,-18.995],[-11,0],[-10,0],[-9,0],[-0.5,20],[0.123,7.017]],"o":[[0,0],[-0.5,21.5],[11,0],[10,0],[9,0],[0.413,-16.502],[-0.125,-7.125]],"v":[[-75.625,-32.25],[-69,166.5],[-51.5,188.5],[-7,190],[48,189],[64.75,168.75],[78.625,-33.625]],"c":false}],"h":1},{"t":11,"s":[{"i":[[0,0],[0.207,-8.886],[-5.136,-0.328],[-8.365,-0.011],[-4.207,0.17],[-0.234,9.357],[0.058,2.639]],"o":[[0,0],[-0.234,10.058],[4.954,0.316],[4.678,0.006],[4.154,-0.168],[0.193,-7.72],[-0.059,-2.68]],"v":[[-54.457,-91.92],[-49.782,151.517],[-40.454,164.934],[-20.76,165.386],[2.721,165.168],[13.307,151.819],[17.824,-92.437]],"c":false}],"h":1},{"t":12,"s":[{"i":[[0,0],[0.091,-3.914],[-4.522,-0.953],[-2.061,0],[-1.835,0.269],[0,5.554],[0.027,1.223]],"o":[[0,0],[-0.103,4.431],[1.979,0.417],[2.061,0],[4.224,-0.618],[0,-3.402],[-0.027,-1.242]],"v":[[-50.114,-96.993],[-49.209,135.732],[-43.353,145.828],[-35.808,146.379],[-27.974,145.868],[-20.773,137.508],[-16.62,-97.233]],"c":false}],"h":1}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":0.8},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":3,"s":[{"i":[[2.651,0],[-0.042,-1.092],[-3.07,0.076],[-0.062,1.547]],"o":[[-3.933,0],[0.042,1.092],[2.776,-0.068],[0.042,-1.047]],"v":[[0.155,82.375],[-6.302,83.732],[0.176,84.943],[6.676,83.641]],"c":true}],"h":1},{"t":4,"s":[{"i":[[4.534,0],[-0.072,-1.868],[-5.252,0.129],[-0.106,2.646]],"o":[[-6.728,0],[0.072,1.868],[4.749,-0.117],[0.072,-1.791]],"v":[[-0.226,73.501],[-11.272,75.448],[-0.19,77.394],[10.928,75.292]],"c":true}],"h":1},{"t":5,"s":[{"i":[[16.8,0],[-0.267,-5.265],[-19.461,0.364],[-0.394,7.455]],"o":[[-24.93,0],[0.267,5.265],[17.597,-0.329],[0.267,-5.045]],"v":[[0.6,24.25],[-40.328,29.734],[0.733,35.218],[41.927,29.295]],"c":true}],"h":1},{"t":7,"s":[{"i":[[29.231,0],[-0.464,-9.161],[-33.861,0.633],[-0.685,12.971]],"o":[[-43.378,0],[0.464,9.161],[30.62,-0.573],[0.464,-8.779]],"v":[[0.678,-24.25],[-70.536,-14.708],[0.91,-5.165],[72.587,-15.471]],"c":true}],"h":1},{"t":9,"s":[{"i":[[31.504,0],[-0.5,-12],[-36.494,0.829],[-0.739,16.991]],"o":[[-46.75,0],[0.5,12],[33,-0.75],[0.5,-11.5]],"v":[[1,-45],[-75.75,-32.5],[1.25,-20],[78.5,-33.5]],"c":true}],"h":1},{"t":11,"s":[{"i":[[14.763,0],[-0.234,-4.513],[-17.101,0.312],[-0.346,6.39]],"o":[[-21.907,0],[0.234,4.513],[15.464,-0.282],[0.234,-4.325]],"v":[[-18.551,-96.715],[-54.516,-92.014],[-18.434,-87.313],[17.766,-92.39]],"c":true}],"h":1},{"t":12,"s":[{"i":[[6.841,0],[-0.109,-2.091],[-7.924,0.145],[-0.16,2.961]],"o":[[-10.151,0],[0.109,2.091],[7.166,-0.131],[0.109,-2.004]],"v":[[-33.476,-99.215],[-50.141,-97.037],[-33.422,-94.858],[-16.647,-97.211]],"c":true}],"h":1}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":1.2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":2,"op":13,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"Fill 01 mask","parent":0,"td":1,"ks":{"o":{"k":100,"x":"var $bm_rt;\n$bm_rt = comp('U').layer('Liquid main fill').transform.opacity;"},"r":{"k":0,"x":"var $bm_rt;\n$bm_rt = comp('U').layer('Liquid main fill').transform.rotation;"},"p":{"k":[0,0,0]},"a":{"k":[0,0,0],"x":"var $bm_rt;\n$bm_rt = comp('U').layer('Liquid main fill').transform.anchorPoint;"},"s":{"k":[100,100,100],"x":"var $bm_rt;\n$bm_rt = comp('U').layer('Liquid main fill').transform.scale;"}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":3,"s":[{"i":[[1.447,-0.024],[-0.014,-0.603],[-0.096,-1.359],[-2.938,0.026],[-0.088,1.415],[-0.024,0.341]],"o":[[-2.33,0.039],[0.027,1.129],[0.101,1.439],[2.648,-0.024],[0.054,-0.861],[0.043,-0.611]],"v":[[0.073,108.616],[-3.611,109.286],[-2.904,203.827],[0.257,205.599],[3.073,203.517],[4.152,109.173]],"c":true}],"h":1},{"t":4,"s":[{"i":[[2.698,-0.045],[-0.027,-1.125],[-0.202,-2.87],[-6.207,0.055],[-0.186,2.989],[-0.044,0.635]],"o":[[-4.344,0.073],[0.05,2.104],[0.214,3.039],[5.594,-0.05],[0.113,-1.818],[0.079,-1.139]],"v":[[-0.436,113.35],[-7.305,114.599],[-6.614,196.338],[0.063,200.082],[6.012,195.684],[7.171,114.389]],"c":true}],"h":1},{"t":5,"s":[{"i":[[11.717,-0.196],[-0.115,-4.887],[-0.866,-12.278],[-26.556,0.236],[-0.797,12.788],[-0.192,2.758]],"o":[[-18.869,0.315],[0.216,9.14],[0.917,13.004],[23.932,-0.213],[0.485,-7.777],[0.345,-4.947]],"v":[[-2.381,80.435],[-32.216,85.86],[-27.451,168.246],[1.118,184.264],[26.567,165.447],[30.655,84.947]],"c":true}],"h":1},{"t":7,"s":[{"i":[[20.882,0.035],[-0.207,-6.008],[-1.542,-14.436],[-47.323,0.277],[-1.421,15.036],[-0.092,3.25]],"o":[[-17.374,-0.029],[0.375,10.869],[1.634,15.289],[42.647,-0.25],[0.864,-9.144],[0.169,-5.983]],"v":[[-3.882,55.215],[-54.375,61.006],[-45.884,158.461],[2.353,177],[45.921,155.464],[53.206,61.108]],"c":true}],"h":1},{"t":9,"s":[{"i":[[24.644,-0.733],[-0.23,-8.7],[-0.813,-15.572],[-52.601,0.51],[-2.215,20.141],[-0.102,3.489]],"o":[[-18.1,0.538],[0.309,11.672],[0.831,15.924],[49.463,-0.48],[1.078,-9.805],[0.188,-6.424]],"v":[[-3.644,34.233],[-61.27,41.45],[-55.581,144.326],[1.037,165.48],[52.965,142.109],[58.812,41.56]],"c":true}],"h":1},{"t":11,"s":[{"i":[[11.432,-0.072],[-0.204,-6.364],[-0.375,-15.194],[-21.752,0.531],[-0.735,16.334],[0.102,3.404]],"o":[[-8.376,0.053],[0.365,11.384],[0.384,15.537],[22.842,-0.557],[0.43,-9.57],[-0.163,-5.471]],"v":[[-18.807,-21.428],[-45.046,-15.511],[-42.396,127.329],[-17.748,147.969],[7.985,127.416],[10.163,-16.404]],"c":true}],"h":1},{"t":12,"s":[{"i":[[4.582,-0.029],[0.001,-2.552],[-0.15,-6.09],[-8.718,0.213],[-0.294,6.547],[0.041,1.364]],"o":[[-3.357,0.021],[-0.002,4.95],[0.154,6.227],[9.155,-0.223],[0.173,-3.836],[-0.065,-2.193]],"v":[[-34.419,-79.145],[-45.311,-76.45],[-44.645,125.55],[-34.641,134.947],[-24.203,125.085],[-22.683,-76.807]],"c":true}],"h":1}],"x":"var $bm_rt;\n$bm_rt = comp('U').layer('Liquid main fill').content('Shape 1').content('Path 1').path;"},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.02,0.64,1,1]},"o":{"k":100,"x":"var $bm_rt;\n$bm_rt = comp('U').layer('Liquid main fill').content('Shape 1').content('Fill 1').opacity;"},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,1],"ix":2},"a":{"k":[0,0],"x":"var $bm_rt;\n$bm_rt = comp('U').layer('Liquid main fill').content('Shape 1').transform.anchorPoint;","ix":1},"s":{"k":[100,100],"x":"var $bm_rt;\n$bm_rt = comp('U').layer('Liquid main fill').content('Shape 1').transform.scale;","ix":3},"r":{"k":0,"x":"var $bm_rt;\n$bm_rt = comp('U').layer('Liquid main fill').content('Shape 1').transform.rotation;","ix":6},"o":{"k":100,"x":"var $bm_rt;\n$bm_rt = comp('U').layer('Liquid main fill').content('Shape 1').transform.opacity;","ix":7},"sk":{"k":0,"x":"var $bm_rt;\n$bm_rt = comp('U').layer('Liquid main fill').content('Shape 1').transform.skew;","ix":4},"sa":{"k":0,"x":"var $bm_rt;\n$bm_rt = comp('U').layer('Liquid main fill').content('Shape 1').transform.skewAxis;","ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":2,"op":13,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"Top shade","parent":0,"tt":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,0,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":3,"s":[{"i":[[5.765,-0.045],[0.27,-1.423],[-6.131,0],[-0.038,1.225]],"o":[[-5.265,0.041],[-0.23,1.212],[6.174,0],[0.048,-1.57]],"v":[[1.211,107.545],[-8.981,109.164],[1.403,110.736],[12.854,109.21]],"c":true}],"h":1},{"t":4,"s":[{"i":[[5.765,-0.045],[0.27,-1.423],[-6.131,0],[-0.038,1.225]],"o":[[-5.265,0.041],[-0.23,1.212],[6.174,0],[0.048,-1.57]],"v":[[1.211,113.545],[-8.981,115.164],[1.403,116.736],[12.854,115.21]],"c":true}],"h":1},{"t":5,"s":[{"i":[[16.936,-0.133],[0.792,-4.181],[-18.011,0],[-0.11,3.599]],"o":[[-15.469,0.122],[-0.674,3.559],[18.137,0],[0.141,-4.613]],"v":[[-2.593,80.863],[-32.536,85.619],[-2.031,90.236],[31.609,85.752]],"c":true}],"h":1},{"t":7,"s":[{"i":[[28.408,-0.224],[1.329,-7.013],[-30.211,0],[-0.185,6.037]],"o":[[-25.947,0.204],[-1.131,5.97],[30.421,0],[0.237,-7.737]],"v":[[-4.105,54.036],[-54.329,62.013],[-4,68.5],[53.263,62.237]],"c":true}],"h":1},{"t":9,"s":[{"i":[[31.75,-0.25],[0.75,-6.75],[-33.765,0],[0,6.75]],"o":[[-28.999,0.228],[-0.75,6.75],[34,0],[0,-7.004]],"v":[[-4,35],[-61.25,41.75],[-5,49],[59,42]],"c":true}],"h":1},{"t":11,"s":[{"i":[[15.088,-0.119],[0.63,-5.116],[-16.045,0.02],[-0.25,4.555]],"o":[[-13.781,0.109],[-0.606,4.924],[17.413,-0.022],[0.182,-3.324]],"v":[[-18.438,-21.131],[-45.894,-15.674],[-17.663,-11.228],[11.25,-16.805]],"c":true}],"h":1},{"t":12,"s":[{"i":[[6.967,-0.042],[0.291,-1.827],[-7.409,0.007],[-0.115,1.627]],"o":[[-6.363,0.039],[-0.28,1.758],[8.04,-0.008],[0.084,-1.187]],"v":[[-33.543,-78.708],[-46.22,-76.758],[-33.185,-75.171],[-19.834,-77.162]],"c":true}],"h":1}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":2,"op":24,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"Bubble","parent":21,"ks":{"o":{"k":10},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[-0.625,-13.375,0],"e":[-10.625,-49.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[-10.625,-49.375,0],"e":[-13.625,-96.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[-13.625,-96.375,0],"e":[-54.625,-205.375,0],"to":[0,0,0],"ti":[0,0,0]},{"t":13}]},"a":{"k":[12.75,119.75,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":6,"s":[-26,-26,100],"e":[63,63,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":7,"s":[63,63,100],"e":[58,58,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":12,"s":[58,58,100],"e":[-12,-12,100]},{"t":13}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[5.5,5.5]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":1},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[12.75,119.75],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":6,"op":13,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"Bubble","parent":21,"ks":{"o":{"k":16},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[-60.625,62.625,0],"e":[-18.625,-9.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[-18.625,-9.375,0],"e":[-49.625,-74.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[-49.625,-74.375,0],"e":[-137.625,-138.375,0],"to":[0,0,0],"ti":[0,0,0]},{"t":13}]},"a":{"k":[12.75,119.75,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":6,"s":[-49,-49,100],"e":[40,40,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":7,"s":[40,40,100],"e":[40,40,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":12,"s":[40,40,100],"e":[-35,-35,100]},{"t":13}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[5.5,5.5]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[12.75,119.75],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":7,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"Bubble","parent":21,"ks":{"o":{"k":16},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[-60.625,-6.375,0],"e":[-34.625,-9.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[-34.625,-9.375,0],"e":[-49.625,-143.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[-49.625,-143.375,0],"e":[-137.625,-207.375,0],"to":[0,0,0],"ti":[0,0,0]},{"t":13}]},"a":{"k":[12.75,119.75,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":6,"s":[-49,-49,100],"e":[40,40,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":7,"s":[40,40,100],"e":[40,40,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":12,"s":[40,40,100],"e":[-35,-35,100]},{"t":13}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[5.5,5.5]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[12.75,119.75],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":7,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"Bubble","parent":21,"ks":{"o":{"k":16},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[11.375,-6.375,0],"e":[37.375,-9.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[37.375,-9.375,0],"e":[22.375,-143.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[22.375,-143.375,0],"e":[-65.625,-207.375,0],"to":[0,0,0],"ti":[0,0,0]},{"t":13}]},"a":{"k":[12.75,119.75,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":6,"s":[-49,-49,100],"e":[40,40,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":7,"s":[40,40,100],"e":[40,40,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":12,"s":[40,40,100],"e":[-35,-35,100]},{"t":13}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[5.5,5.5]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[12.75,119.75],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":7,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":4,"nm":"Bubble","parent":21,"ks":{"o":{"k":16},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[11.375,-6.375,0],"e":[37.375,-28.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[37.375,-28.375,0],"e":[22.375,-88.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[22.375,-88.375,0],"e":[-65.625,-207.375,0],"to":[0,0,0],"ti":[0,0,0]},{"t":13}]},"a":{"k":[12.75,119.75,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":6,"s":[-49,-49,100],"e":[40,40,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":7,"s":[40,40,100],"e":[40,40,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":12,"s":[40,40,100],"e":[-35,-35,100]},{"t":13}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[5.5,5.5]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[12.75,119.75],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":7,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":4,"nm":"Bubble","parent":21,"ks":{"o":{"k":16},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[-38.625,-33.375,0],"e":[-12.625,-55.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[-12.625,-55.375,0],"e":[-27.625,-115.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[-27.625,-115.375,0],"e":[-115.625,-234.375,0],"to":[0,0,0],"ti":[0,0,0]},{"t":13}]},"a":{"k":[12.75,119.75,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":6,"s":[-49,-49,100],"e":[40,40,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":7,"s":[40,40,100],"e":[40,40,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":12,"s":[40,40,100],"e":[-35,-35,100]},{"t":13}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[5.5,5.5]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[12.75,119.75],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":7,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":4,"nm":"Bubble","parent":21,"ks":{"o":{"k":69},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[-38.625,10.625,0],"e":[-12.625,-11.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[-12.625,-11.375,0],"e":[-27.625,-71.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[-27.625,-71.375,0],"e":[-115.625,-190.375,0],"to":[0,0,0],"ti":[0,0,0]},{"t":13}]},"a":{"k":[12.75,119.75,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":6,"s":[-26,-26,100],"e":[63,63,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":7,"s":[63,63,100],"e":[63,63,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":12,"s":[63,63,100],"e":[-12,-12,100]},{"t":13}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[5.5,5.5]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":1},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[12.75,119.75],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":7,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":20,"ty":4,"nm":"Bubble","parent":21,"ks":{"o":{"k":16},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[2.375,-11.375,0],"e":[13.375,-30.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[13.375,-30.375,0],"e":[13.375,-65.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[13.375,-65.375,0],"e":[-74.625,-212.375,0],"to":[0,0,0],"ti":[0,0,0]},{"t":13}]},"a":{"k":[12.75,119.75,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":6,"s":[-26,-26,100],"e":[63,63,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":7,"s":[63,63,100],"e":[63,63,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":12,"s":[63,63,100],"e":[-12,-12,100]},{"t":13}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[5.5,5.5]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":1},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[12.75,119.75],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":6,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":21,"ty":3,"nm":"Bottom track","parent":0,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[{"t":3,"s":[-0.25,206.625,0],"h":1},{"t":4,"s":[-0.25,206.625,0],"h":1},{"t":5,"s":[-0.625,201,0],"h":1},{"t":7,"s":[-0.625,185.125,0],"h":1},{"t":9,"s":[-0.625,178,0],"h":1},{"t":11,"s":[-0.625,166.25,0],"h":1},{"t":13,"s":[-35.625,135.75,0],"h":1}]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"ip":0,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":22,"ty":4,"nm":"Liquid main fill","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,0,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":3,"s":[{"i":[[1.447,-0.024],[-0.014,-0.603],[-0.096,-1.359],[-2.938,0.026],[-0.088,1.415],[-0.024,0.341]],"o":[[-2.33,0.039],[0.027,1.129],[0.101,1.439],[2.648,-0.024],[0.054,-0.861],[0.043,-0.611]],"v":[[0.073,108.616],[-3.611,109.286],[-2.904,203.827],[0.257,205.599],[3.073,203.517],[4.152,109.173]],"c":true}],"h":1},{"t":4,"s":[{"i":[[2.698,-0.045],[-0.027,-1.125],[-0.202,-2.87],[-6.207,0.055],[-0.186,2.989],[-0.044,0.635]],"o":[[-4.344,0.073],[0.05,2.104],[0.214,3.039],[5.594,-0.05],[0.113,-1.818],[0.079,-1.139]],"v":[[-0.436,113.35],[-7.305,114.599],[-6.614,196.338],[0.063,200.082],[6.012,195.684],[7.171,114.389]],"c":true}],"h":1},{"t":5,"s":[{"i":[[11.717,-0.196],[-0.115,-4.887],[-0.866,-12.278],[-26.556,0.236],[-0.797,12.788],[-0.192,2.758]],"o":[[-18.869,0.315],[0.216,9.14],[0.917,13.004],[23.932,-0.213],[0.485,-7.777],[0.345,-4.947]],"v":[[-2.381,80.435],[-32.216,85.86],[-27.451,168.246],[1.118,184.264],[26.567,165.447],[30.655,84.947]],"c":true}],"h":1},{"t":7,"s":[{"i":[[20.882,0.035],[-0.207,-6.008],[-1.542,-14.436],[-47.323,0.277],[-1.421,15.036],[-0.092,3.25]],"o":[[-17.374,-0.029],[0.375,10.869],[1.634,15.289],[42.647,-0.25],[0.864,-9.144],[0.169,-5.983]],"v":[[-3.882,55.215],[-54.375,61.006],[-45.884,158.461],[2.353,177],[45.921,155.464],[53.206,61.108]],"c":true}],"h":1},{"t":9,"s":[{"i":[[24.644,-0.733],[-0.23,-8.7],[-0.813,-15.572],[-52.601,0.51],[-2.215,20.141],[-0.102,3.489]],"o":[[-18.1,0.538],[0.309,11.672],[0.831,15.924],[49.463,-0.48],[1.078,-9.805],[0.188,-6.424]],"v":[[-3.644,34.233],[-61.27,41.45],[-55.581,144.326],[1.037,165.48],[52.965,142.109],[58.812,41.56]],"c":true}],"h":1},{"t":11,"s":[{"i":[[11.432,-0.072],[-0.204,-6.364],[-0.375,-15.194],[-21.752,0.531],[-0.735,16.334],[0.102,3.404]],"o":[[-8.376,0.053],[0.365,11.384],[0.384,15.537],[22.842,-0.557],[0.43,-9.57],[-0.163,-5.471]],"v":[[-18.807,-21.428],[-45.046,-15.511],[-42.396,127.329],[-17.748,147.969],[7.985,127.416],[10.163,-16.404]],"c":true}],"h":1},{"t":12,"s":[{"i":[[4.582,-0.029],[0.001,-2.552],[-0.15,-6.09],[-8.718,0.213],[-0.294,6.547],[0.041,1.364]],"o":[[-3.357,0.021],[-0.002,4.95],[0.154,6.227],[9.155,-0.223],[0.173,-3.836],[-0.065,-2.193]],"v":[[-34.419,-79.145],[-45.311,-76.45],[-44.645,125.55],[-34.641,134.947],[-24.203,125.085],[-22.683,-76.807]],"c":true}],"h":1}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,1],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":2,"op":13,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":23,"ty":1,"nm":"ResizerTemp","parent":24,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[26.6,35.7,0]},"a":{"k":[250,300,0]},"s":{"k":[10.5,10.5,100]}},"ao":0,"sw":500,"sh":600,"sc":"#ffffff","ip":0,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":24,"ty":1,"nm":"White Solid 56","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[40,50,0]},"a":{"k":[28,35,0]},"s":{"k":[142.857,142.857,100]}},"ao":0,"sw":56,"sh":70,"sc":"#ffffff","ip":0,"op":25,"st":0,"bm":0,"sr":1}],"v":"4.4.26","ddd":0,"ip":0,"op":25,"fr":25,"w":80,"h":100} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Mobilo/V.json b/ohos/flutter_lottie/assets/Mobilo/V.json new file mode 100644 index 0000000000000000000000000000000000000000..417f4a1860bf88062d39efac852ad16918f01661 --- /dev/null +++ b/ohos/flutter_lottie/assets/Mobilo/V.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 53","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[40,50,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[],"ip":0,"op":34,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"V Outlines 2","parent":70,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[56.47,-226.593],[0.879,-54.987],[-54.712,-226.593],[-107.281,-226.593],[-25.406,0],[27.466,0],[109.039,-226.593]],"c":true}},"nm":"V"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"V"}],"ip":25,"op":34,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 52","parent":70,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[326,423.25,0]},"a":{"k":[0,0,0]},"s":{"k":[120,120,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[25.4,25.4]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[57.2,-81.3],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":24,"op":25,"st":21,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 51","parent":70,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[299.5,354.25,0]},"a":{"k":[0,0,0]},"s":{"k":[120,120,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[86.25,-39.583],[63.75,-28.958],[67.292,-19.375],[91.042,-28.75]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[25.4,25.4]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[75.213,-33.326],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":24,"op":25,"st":21,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 50","parent":70,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[325.5,422.25,0]},"a":{"k":[0,0,0]},"s":{"k":[120,120,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[25.4,25.4]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[57.2,-81.3],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":23,"op":24,"st":21,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 49","parent":70,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[299.5,354.25,0]},"a":{"k":[0,0,0]},"s":{"k":[120,120,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[82.292,-50.417],[58.958,-41.458],[67.292,-19.375],[91.042,-28.75]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[25.4,25.4]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[70.883,-45.33],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":23,"op":24,"st":21,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 48","parent":70,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[323.25,416.5,0]},"a":{"k":[0,0,0]},"s":{"k":[120,120,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[25.4,25.4]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[57.2,-81.3],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":20,"op":23,"st":18,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 47","parent":70,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[299.5,354.25,0]},"a":{"k":[0,0,0]},"s":{"k":[120,120,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[68.75,-87.292],[45.625,-76.875],[65,-26.875],[87.917,-35.833]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[25.4,25.4]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[57.2,-81.3],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":20,"op":23,"st":18,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Shape Layer 46","parent":70,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[309,377.25,0]},"a":{"k":[0,0,0]},"s":{"k":[120,120,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[25.4,25.4]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[57.2,-81.3],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":18,"op":20,"st":16,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"Shape Layer 45","parent":70,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[299.5,354.25,0]},"a":{"k":[0,0,0]},"s":{"k":[120,120,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[68.75,-87.292],[45.625,-76.875],[52.917,-57.5],[76.875,-66.875]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[25.4,25.4]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[57.2,-81.3],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":18,"op":20,"st":16,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"Shape Layer 44","parent":70,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,299,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[139.75,35.5],[97.5,68],[100.75,72.25],[142.75,40.75]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":26,"op":28,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"Shape Layer 43","parent":70,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,299,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[130.5,39.25],[100,63.5],[107,70.5],[137.25,47.25]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":24,"op":26,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"Shape Layer 42","parent":70,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,299,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[110.25,29],[99.75,45.25],[115.75,55.75],[126.5,39.75]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":22,"op":24,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"Shape Layer 40","parent":70,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[323.75,368.5,0]},"a":{"k":[0,0,0]},"s":{"k":[61,61,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[25.4,25.4]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[57.2,-81.3],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":20,"op":22,"st":18,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"Shape Layer 39","parent":70,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[264.5,343.5,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[86.75,-43],[82.5,-35.75],[87,-21.75],[101.25,-27.5],[95.25,-40.75]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":20,"op":22,"st":2,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"Shape Layer 36","parent":70,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[309.25,324,0]},"a":{"k":[0,0,0]},"s":{"k":[61,61,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[25.4,25.4]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[57.2,-81.3],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":18,"op":20,"st":16,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":4,"nm":"Shape Layer 38","parent":70,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,299,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[82.75,-55.75],[78.75,-47],[87,-21.75],[101.25,-27.5],[91.75,-52.75]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":18,"op":20,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":4,"nm":"Shape Layer 35","parent":70,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[299,295.5,0]},"a":{"k":[0,0,0]},"s":{"k":[61,61,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[25.4,25.4]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[57.2,-81.3],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":16,"op":18,"st":16,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":4,"nm":"Shape Layer 34","parent":70,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,299,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[81.25,-79.75],[56.5,-79.75],[71.75,-57.75]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":14,"op":16,"st":4,"bm":0,"sr":1},{"ddd":0,"ind":20,"ty":4,"nm":"Shape Layer 33","parent":70,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,299,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[25.4,25.4]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[57.2,-81.3],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":12,"op":14,"st":12,"bm":0,"sr":1},{"ddd":0,"ind":21,"ty":4,"nm":"Shape Layer 32","parent":70,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,299,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[48.5,-102.5],[34.5,-101.5],[37.5,-61],[52,-62.5]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":10,"op":12,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":22,"ty":4,"nm":"Shape Layer 31","parent":70,"ks":{"o":{"k":100},"r":{"k":-37},"p":{"k":[196.5,252,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-146.691,12.454],[-152.143,27.441],[-141.408,40.066]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[6.493,-1.429],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100.864,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":22,"op":24,"st":-3,"bm":0,"sr":1},{"ddd":0,"ind":23,"ty":4,"nm":"Shape Layer 30","parent":70,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,299,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-156,43.5],[-159.25,47.25],[-138.75,65.25],[-136.25,62.25]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":22,"op":24,"st":-3,"bm":0,"sr":1},{"ddd":0,"ind":24,"ty":4,"nm":"Shape Layer 27","parent":70,"ks":{"o":{"k":100},"r":{"k":-37},"p":{"k":[196.5,252,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-129.167,1.044],[-146.928,22.953],[-123.122,43.007]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[6.493,-1.429],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100.864,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":20,"op":22,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":25,"ty":4,"nm":"Shape Layer 29","parent":70,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,299,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-141.25,16.75],[-152.5,28],[-123,57.5],[-111.75,45.25]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":20,"op":22,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":26,"ty":4,"nm":"Shape Layer 26","parent":70,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,299,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-126.5,4.25],[-148.25,24.75],[-126.5,46.5]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":18,"op":20,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":27,"ty":4,"nm":"Shape Layer 24","parent":70,"ks":{"o":{"k":100},"r":{"k":-2},"p":{"k":[145.5,323.75,0]},"a":{"k":[-110,18,0]},"s":{"k":[221.068,87.733,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"k":[20.093,47.469]},"p":{"k":[0,0]},"r":{"k":0},"nm":"Rectangle Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-110.204,18.234],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1"}],"ip":18,"op":20,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":28,"ty":4,"nm":"Shape Layer 23","parent":70,"ks":{"o":{"k":100},"r":{"k":6},"p":{"k":[142.5,315.25,0]},"a":{"k":[-110,18,0]},"s":{"k":[85.701,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"k":[20.093,47.469]},"p":{"k":[0,0]},"r":{"k":0},"nm":"Rectangle Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-110.204,18.234],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1"}],"ip":16,"op":18,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":29,"ty":4,"nm":"Shape Layer 21","parent":70,"ks":{"o":{"k":100},"r":{"k":83},"p":{"k":[150,309.5,0]},"a":{"k":[-132,0,0]},"s":{"k":[58,58,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-130.628,-35.538],[-171.425,-1.946],[-132.378,33.73],[-97.169,-1.514]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":14,"op":16,"st":4,"bm":0,"sr":1},{"ddd":0,"ind":30,"ty":4,"nm":"Shape Layer 20","parent":70,"ks":{"o":{"k":100},"r":{"k":43},"p":{"k":[170,299.5,0]},"a":{"k":[-132,0,0]},"s":{"k":[79,79,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-136.213,-37.514],[-166.021,18.167],[-102.82,17.886]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":12,"op":14,"st":4,"bm":0,"sr":1},{"ddd":0,"ind":31,"ty":4,"nm":"Shape Layer 19","parent":70,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,299,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[31.633,31.633]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-65.857,-15.51],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":10,"op":12,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":32,"ty":4,"nm":"Shape Layer 18","parent":70,"ks":{"o":{"k":100},"r":{"k":-28},"p":{"k":[207,278,0]},"a":{"k":[-132,0,0]},"s":{"k":[63,63,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-133.231,-38.257],[-164.791,16.872],[-102.66,16.949]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 2"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":8,"op":10,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":33,"ty":4,"nm":"Shape Layer 17","parent":70,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,292.5,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[37.275,37.275]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[4.638,88.138],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":16,"op":18,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":34,"ty":4,"nm":"Shape Layer 16","parent":70,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[244.75,288.75,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[37.275,37.275]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[4.638,88.138],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":16,"op":18,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":35,"ty":4,"nm":"Shape Layer 14","parent":70,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[0],"e":[22]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[22],"e":[22]},{"t":12,"s":[22],"h":1},{"t":14,"s":[50],"h":1}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[269,326,0],"e":[268,336.5,0],"to":[-0.16666667163372,1.75,0],"ti":[0.45833334326744,-4.04166650772095,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[268,336.5,0],"e":[266.25,350.25,0],"to":[-0.45833334326744,4.04166650772095,0],"ti":[0.41666665673256,-4.41666650772095,0]},{"t":12,"s":[266.25,350.25,0],"h":1},{"t":14,"s":[265.5,363,0],"h":1},{"t":27,"s":[975.5,603,0],"h":1}]},"a":{"k":[-22,-166,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":12,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-19.124,-196.049],[-52.605,-160.105],[-5.181,-148.285]],"c":true}],"h":1},{"t":14,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-17.74,-198.477],[-49.803,-146.331],[-16.693,-141.954]],"c":true}],"h":1}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":12,"op":16,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":36,"ty":4,"nm":"Shape Layer 13","parent":70,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[0],"e":[22]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[22],"e":[22]},{"t":12,"s":[22],"h":1},{"t":14,"s":[50],"h":1}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[269,326,0],"e":[268,336.5,0],"to":[-0.16666667163372,1.75,0],"ti":[1.29166662693024,-3.5,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[268,336.5,0],"e":[261.25,347,0],"to":[-1.29166662693024,3.5,0],"ti":[1.25,-3.875,0]},{"t":12,"s":[261.25,347,0],"h":1},{"t":14,"s":[260.5,359.75,0],"h":1},{"t":27,"s":[970.5,599.75,0],"h":1}]},"a":{"k":[-22,-166,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":12,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-19.124,-196.049],[-52.605,-160.105],[-5.181,-148.285],[-13.142,-194.634]],"c":true}],"h":1},{"t":14,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-17.671,-199.726],[-49.505,-149.019],[-12.009,-145.203],[-12.134,-199.336]],"c":true}],"h":1}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":12,"op":16,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":37,"ty":4,"nm":"Shape Layer 11","parent":70,"ks":{"o":{"k":100},"r":{"k":[{"t":8,"s":[0],"h":1},{"t":10,"s":[22],"h":1}]},"p":{"k":[{"t":8,"s":[269,326,0],"h":1},{"t":10,"s":[268,336.5,0],"h":1},{"t":27,"s":[978,576.5,0],"h":1}]},"a":{"k":[-22,-166,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-3.5,-184],[-32.149,-190.248],[-51.75,-168],[-36.25,-142.25],[-3.75,-150.75]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":8,"op":12,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":38,"ty":4,"nm":"Shape Layer 10","parent":70,"ks":{"o":{"k":100},"r":{"k":[{"t":8,"s":[0],"h":1},{"t":10,"s":[22],"h":1}]},"p":{"k":[{"t":8,"s":[259,327.5,0],"h":1},{"t":10,"s":[259.5,335,0],"h":1},{"t":27,"s":[969.5,575,0],"h":1}]},"a":{"k":[-22,-166,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-21.5,-192],[-32.149,-190.248],[-51.75,-168],[-36.25,-142.25],[-24.948,-143.302],[-3.75,-150.75]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":8,"op":12,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":39,"ty":4,"nm":"Shape Layer 9","parent":70,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,299,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[30,-50],[8,-36],[18.5,-17],[32.5,-27.5]],"c":true}],"e":[{"i":[[-6,11],[0,0],[0,0],[-29.287,-3.004]],"o":[[-52.5,-16],[0,0],[0,0],[10.5,-14.5]],"v":[[77,-47.5],[1.5,-28.5],[13.5,-12],[63.5,-27]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[-6,11],[0,0],[0,0],[-29.287,-3.004]],"o":[[-52.5,-16],[0,0],[0,0],[10.5,-14.5]],"v":[[77,-47.5],[1.5,-28.5],[13.5,-12],[63.5,-27]],"c":true}],"e":[{"i":[[-10,9],[0,0],[0,0],[-6.5,-68]],"o":[[-39,-77],[0,0],[0,0],[12.5,-12.5]],"v":[[123.5,-10],[14,-42.5],[24.5,-21],[89.5,18.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[-10,9],[0,0],[0,0],[-6.5,-68]],"o":[[-39,-77],[0,0],[0,0],[12.5,-12.5]],"v":[[123.5,-10],[14,-42.5],[24.5,-21],[89.5,18.5]],"c":true}],"e":[{"i":[[-22.5,-6.5],[106,17],[6,-9.25],[75.5,-77.5]],"o":[[6.5,-9.5],[-7,12.5],[13.076,3.051],[15.75,5]],"v":[[94.75,83.75],[57.5,-50.5],[45.25,-28],[49.5,70.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[-22.5,-6.5],[106,17],[6,-9.25],[75.5,-77.5]],"o":[[6.5,-9.5],[-7,12.5],[13.076,3.051],[15.75,5]],"v":[[94.75,83.75],[57.5,-50.5],[45.25,-28],[49.5,70.5]],"c":true}],"e":[{"i":[[-22.75,-0.25],[53,43.5],[7.25,-1.5],[78.75,-33.25]],"o":[[36.75,-12],[-15,4],[22.25,30.5],[20.25,0.25]],"v":[[71.25,98.5],[96.5,-37],[66.25,-25],[-9.75,98.75]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[-22.75,-0.25],[53,43.5],[7.25,-1.5],[78.75,-33.25]],"o":[[36.75,-12],[-15,4],[22.25,30.5],[20.25,0.25]],"v":[[71.25,98.5],[96.5,-37],[66.25,-25],[-9.75,98.75]],"c":true}],"e":[{"i":[[-22.75,-0.25],[30.5,83.5],[10.75,-2],[99.75,-42.25]],"o":[[-0.25,0.5],[-12.5,2],[1.183,17.808],[20.25,0.25]],"v":[[48.75,101.5],[100.5,-1.5],[72.25,3],[-25.25,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[-22.75,-0.25],[30.5,83.5],[10.75,-2],[99.75,-42.25]],"o":[[-0.25,0.5],[-12.5,2],[1.183,17.808],[20.25,0.25]],"v":[[48.75,101.5],[100.5,-1.5],[72.25,3],[-25.25,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[12.885,32.385],[11.365,-1.385],[34.212,-37.75]],"o":[[1.827,-5.808],[-13.654,1.154],[-24.866,35.346],[20.25,0.25]],"v":[[33.019,100.346],[88.115,41.115],[52.866,37.154],[-24.712,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[-22.75,-0.25],[12.885,32.385],[11.365,-1.385],[34.212,-37.75]],"o":[[1.827,-5.808],[-13.654,1.154],[-24.866,35.346],[20.25,0.25]],"v":[[33.019,100.346],[88.115,41.115],[52.866,37.154],[-24.712,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[-15.619,28.427],[11.404,9.22],[22.635,-56.75]],"o":[[5.981,-18.423],[-19.119,-13.073],[-12.596,18.72],[20.25,0.25]],"v":[[28.558,100.72],[42.119,66.573],[5.596,38.78],[-23.635,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.358,"y":0},"n":"0p833_0p833_0p358_0","t":17,"s":[{"i":[[-22.75,-0.25],[-15.619,28.427],[11.404,9.22],[22.635,-56.75]],"o":[[5.981,-18.423],[-19.119,-13.073],[-12.596,18.72],[20.25,0.25]],"v":[[28.558,100.72],[42.119,66.573],[5.596,38.78],[-23.635,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[-37.619,34.427],[10.404,8.72],[18.635,-68.25]],"o":[[4.442,-24.22],[-14.619,-18.573],[-38.596,32.22],[20.25,0.25]],"v":[[28.558,100.72],[99.619,-25.427],[68.096,-57.22],[-23.635,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[-22.75,-0.25],[-37.619,34.427],[10.404,8.72],[18.635,-68.25]],"o":[[4.442,-24.22],[-14.619,-18.573],[-38.596,32.22],[20.25,0.25]],"v":[[28.558,100.72],[99.619,-25.427],[68.096,-57.22],[-23.635,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[8.191,45.213],[17.327,-0.89],[12.692,-122.25]],"o":[[4.846,-74.11],[-20.309,-1.287],[-0.673,58.61],[20.25,0.25]],"v":[[28.154,100.61],[78.809,-93.713],[31.173,-90.61],[-22.692,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[-22.75,-0.25],[8.191,45.213],[17.327,-0.89],[12.692,-122.25]],"o":[[4.846,-74.11],[-20.309,-1.287],[-0.673,58.61],[20.25,0.25]],"v":[[28.154,100.61],[78.809,-93.713],[31.173,-90.61],[-22.692,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[-28.5,55],[14.75,2],[11.827,-29.85]],"o":[[13.25,-40.5],[-20,-3.5],[-7.659,14.196],[20.25,0.25]],"v":[[27.75,100.5],[117.5,-121],[69.75,-126],[-21.75,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[-22.75,-0.25],[-28.5,55],[14.75,2],[11.827,-29.85]],"o":[[13.25,-40.5],[-20,-3.5],[-7.659,14.196],[20.25,0.25]],"v":[[27.75,100.5],[117.5,-121],[69.75,-126],[-21.75,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[0,0],[0,0],[11.827,-29.85]],"o":[[13.25,-40.5],[0,0],[0,0],[20.25,0.25]],"v":[[27.75,100.5],[102,-126],[53.75,-127.5],[-21.75,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26,"s":[{"i":[[-22.75,-0.25],[0,0],[0,0],[11.827,-29.85]],"o":[[13.25,-40.5],[0,0],[0,0],[20.25,0.25]],"v":[[27.75,100.5],[102,-126],[53.75,-127.5],[-21.75,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[0,0],[0,0],[11.827,-29.85]],"o":[[13.25,-40.5],[0,0],[0,0],[20.25,0.25]],"v":[[27.75,100.5],[109.5,-125.5],[57.75,-127.5],[-17.25,99.75]],"c":true}]},{"t":27}]},"nm":" "},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":23,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":40,"ty":4,"nm":"Shape Layer 7","parent":70,"td":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,299,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[30,-50],[8,-36],[18.5,-17],[32.5,-27.5]],"c":true}],"e":[{"i":[[-6,11],[0,0],[0,0],[-29.287,-3.004]],"o":[[-52.5,-16],[0,0],[0,0],[10.5,-14.5]],"v":[[77,-47.5],[1.5,-28.5],[13.5,-12],[63.5,-27]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[-6,11],[0,0],[0,0],[-29.287,-3.004]],"o":[[-52.5,-16],[0,0],[0,0],[10.5,-14.5]],"v":[[77,-47.5],[1.5,-28.5],[13.5,-12],[63.5,-27]],"c":true}],"e":[{"i":[[-10,9],[0,0],[0,0],[-6.5,-68]],"o":[[-39,-77],[0,0],[0,0],[12.5,-12.5]],"v":[[123.5,-10],[14,-42.5],[24.5,-21],[89.5,18.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[-10,9],[0,0],[0,0],[-6.5,-68]],"o":[[-39,-77],[0,0],[0,0],[12.5,-12.5]],"v":[[123.5,-10],[14,-42.5],[24.5,-21],[89.5,18.5]],"c":true}],"e":[{"i":[[-22.5,-6.5],[106,17],[6,-9.25],[75.5,-77.5]],"o":[[6.5,-9.5],[-7,12.5],[13.076,3.051],[15.75,5]],"v":[[94.75,83.75],[57.5,-50.5],[45.25,-28],[49.5,70.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[-22.5,-6.5],[106,17],[6,-9.25],[75.5,-77.5]],"o":[[6.5,-9.5],[-7,12.5],[13.076,3.051],[15.75,5]],"v":[[94.75,83.75],[57.5,-50.5],[45.25,-28],[49.5,70.5]],"c":true}],"e":[{"i":[[-22.75,-0.25],[53,43.5],[7.25,-1.5],[78.75,-33.25]],"o":[[36.75,-12],[-15,4],[22.25,30.5],[20.25,0.25]],"v":[[71.25,98.5],[96.5,-37],[66.25,-25],[-9.75,98.75]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[-22.75,-0.25],[53,43.5],[7.25,-1.5],[78.75,-33.25]],"o":[[36.75,-12],[-15,4],[22.25,30.5],[20.25,0.25]],"v":[[71.25,98.5],[96.5,-37],[66.25,-25],[-9.75,98.75]],"c":true}],"e":[{"i":[[-22.75,-0.25],[30.5,83.5],[10.75,-2],[99.75,-42.25]],"o":[[-0.25,0.5],[-12.5,2],[1.183,17.808],[20.25,0.25]],"v":[[48.75,101.5],[100.5,-1.5],[72.25,3],[-25.25,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[-22.75,-0.25],[30.5,83.5],[10.75,-2],[99.75,-42.25]],"o":[[-0.25,0.5],[-12.5,2],[1.183,17.808],[20.25,0.25]],"v":[[48.75,101.5],[100.5,-1.5],[72.25,3],[-25.25,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[12.885,32.385],[11.365,-1.385],[34.212,-37.75]],"o":[[1.827,-5.808],[-13.654,1.154],[-24.866,35.346],[20.25,0.25]],"v":[[33.019,100.346],[88.115,41.115],[52.866,37.154],[-24.712,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[-22.75,-0.25],[12.885,32.385],[11.365,-1.385],[34.212,-37.75]],"o":[[1.827,-5.808],[-13.654,1.154],[-24.866,35.346],[20.25,0.25]],"v":[[33.019,100.346],[88.115,41.115],[52.866,37.154],[-24.712,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[-15.619,28.427],[11.404,9.22],[22.635,-56.75]],"o":[[5.981,-18.423],[-19.119,-13.073],[-12.596,18.72],[20.25,0.25]],"v":[[28.558,100.72],[42.119,66.573],[5.596,38.78],[-23.635,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.358,"y":0},"n":"0p833_0p833_0p358_0","t":17,"s":[{"i":[[-22.75,-0.25],[-15.619,28.427],[11.404,9.22],[22.635,-56.75]],"o":[[5.981,-18.423],[-19.119,-13.073],[-12.596,18.72],[20.25,0.25]],"v":[[28.558,100.72],[42.119,66.573],[5.596,38.78],[-23.635,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[-37.619,34.427],[10.404,8.72],[18.635,-68.25]],"o":[[4.442,-24.22],[-14.619,-18.573],[-38.596,32.22],[20.25,0.25]],"v":[[28.558,100.72],[99.619,-25.427],[68.096,-57.22],[-23.635,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[-22.75,-0.25],[-37.619,34.427],[10.404,8.72],[18.635,-68.25]],"o":[[4.442,-24.22],[-14.619,-18.573],[-38.596,32.22],[20.25,0.25]],"v":[[28.558,100.72],[99.619,-25.427],[68.096,-57.22],[-23.635,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[8.191,45.213],[17.327,-0.89],[12.692,-122.25]],"o":[[4.846,-74.11],[-20.309,-1.287],[-0.673,58.61],[20.25,0.25]],"v":[[28.154,100.61],[78.809,-93.713],[31.173,-90.61],[-22.692,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[-22.75,-0.25],[8.191,45.213],[17.327,-0.89],[12.692,-122.25]],"o":[[4.846,-74.11],[-20.309,-1.287],[-0.673,58.61],[20.25,0.25]],"v":[[28.154,100.61],[78.809,-93.713],[31.173,-90.61],[-22.692,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[-28.5,55],[14.75,2],[11.827,-29.85]],"o":[[13.25,-40.5],[-20,-3.5],[-7.659,14.196],[20.25,0.25]],"v":[[27.75,100.5],[117.5,-121],[69.75,-126],[-21.75,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[-22.75,-0.25],[-28.5,55],[14.75,2],[11.827,-29.85]],"o":[[13.25,-40.5],[-20,-3.5],[-7.659,14.196],[20.25,0.25]],"v":[[27.75,100.5],[117.5,-121],[69.75,-126],[-21.75,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[0,0],[0,0],[11.827,-29.85]],"o":[[13.25,-40.5],[0,0],[0,0],[20.25,0.25]],"v":[[27.75,100.5],[102,-126],[53.75,-127.5],[-21.75,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26,"s":[{"i":[[-22.75,-0.25],[0,0],[0,0],[11.827,-29.85]],"o":[[13.25,-40.5],[0,0],[0,0],[20.25,0.25]],"v":[[27.75,100.5],[102,-126],[53.75,-127.5],[-21.75,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[0,0],[0,0],[11.827,-29.85]],"o":[[13.25,-40.5],[0,0],[0,0],[20.25,0.25]],"v":[[27.75,100.5],[109.5,-125.5],[61.25,-127],[-21.75,100.25]],"c":true}]},{"t":27}]},"nm":" "},{"ty":"fl","fillEnabled":true,"c":{"k":[0.95,0.22,0.07,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":17,"op":23,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":41,"ty":4,"nm":"Shape Layer 6","parent":70,"tt":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[217.5,238,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[0,0],[0,0],[0,0],[3.373,11.868]],"o":[[0,0],[0,0],[0,0],[-6.75,-23.75]],"v":[[39.75,97.25],[-8,136.5],[-6,167],[22.25,166.25]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0.071,12.338]],"o":[[0,0],[0,0],[0,0],[-0.25,-43.5]],"v":[[61.5,63.5],[19,59.5],[-6,167],[30.5,166.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[0,0],[0,0],[0,0],[0.071,12.338]],"o":[[0,0],[0,0],[0,0],[-0.25,-43.5]],"v":[[61.5,63.5],[19,59.5],[-6,167],[30.5,166.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[-2.753,12.027]],"o":[[0,0],[0,0],[0,0],[28.5,-124.5]],"v":[[127.75,13.75],[80.5,-10.75],[-6,167],[49.25,169.75]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[0,0],[0,0],[0,0],[-2.753,12.027]],"o":[[0,0],[0,0],[0,0],[28.5,-124.5]],"v":[[127.75,13.75],[80.5,-10.75],[-6,167],[49.25,169.75]],"c":true}],"e":[{"i":[[8.75,48.25],[0,0],[0,0],[-1.09,12.29]],"o":[[0.892,-14.724],[0,0],[0,0],[10.75,-121.25]],"v":[[106.25,-40.25],[62,-40.75],[-6,167],[64.75,169.75]],"c":true}]},{"t":22}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":17,"op":23,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":42,"ty":4,"nm":"Shape Layer 8","parent":70,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,299,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[30,-50],[8,-36],[18.5,-17],[32.5,-27.5]],"c":true}],"e":[{"i":[[-6,11],[0,0],[0,0],[-29.287,-3.004]],"o":[[-52.5,-16],[0,0],[0,0],[10.5,-14.5]],"v":[[77,-47.5],[1.5,-28.5],[13.5,-12],[63.5,-27]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[-6,11],[0,0],[0,0],[-29.287,-3.004]],"o":[[-52.5,-16],[0,0],[0,0],[10.5,-14.5]],"v":[[77,-47.5],[1.5,-28.5],[13.5,-12],[63.5,-27]],"c":true}],"e":[{"i":[[-10,9],[0,0],[0,0],[-6.5,-68]],"o":[[-39,-77],[0,0],[0,0],[12.5,-12.5]],"v":[[123.5,-10],[14,-42.5],[24.5,-21],[89.5,18.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[-10,9],[0,0],[0,0],[-6.5,-68]],"o":[[-39,-77],[0,0],[0,0],[12.5,-12.5]],"v":[[123.5,-10],[14,-42.5],[24.5,-21],[89.5,18.5]],"c":true}],"e":[{"i":[[-22.5,-6.5],[106,17],[6,-9.25],[75.5,-77.5]],"o":[[6.5,-9.5],[-7,12.5],[13.076,3.051],[15.75,5]],"v":[[94.75,83.75],[57.5,-50.5],[45.25,-28],[49.5,70.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[-22.5,-6.5],[106,17],[6,-9.25],[75.5,-77.5]],"o":[[6.5,-9.5],[-7,12.5],[13.076,3.051],[15.75,5]],"v":[[94.75,83.75],[57.5,-50.5],[45.25,-28],[49.5,70.5]],"c":true}],"e":[{"i":[[-22.75,-0.25],[53,43.5],[7.25,-1.5],[78.75,-33.25]],"o":[[36.75,-12],[-15,4],[22.25,30.5],[20.25,0.25]],"v":[[71.25,98.5],[96.5,-37],[66.25,-25],[-9.75,98.75]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[-22.75,-0.25],[53,43.5],[7.25,-1.5],[78.75,-33.25]],"o":[[36.75,-12],[-15,4],[22.25,30.5],[20.25,0.25]],"v":[[71.25,98.5],[96.5,-37],[66.25,-25],[-9.75,98.75]],"c":true}],"e":[{"i":[[-22.75,-0.25],[30.5,83.5],[10.75,-2],[99.75,-42.25]],"o":[[-0.25,0.5],[-12.5,2],[1.183,17.808],[20.25,0.25]],"v":[[48.75,101.5],[100.5,-1.5],[72.25,3],[-25.25,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[-22.75,-0.25],[30.5,83.5],[10.75,-2],[99.75,-42.25]],"o":[[-0.25,0.5],[-12.5,2],[1.183,17.808],[20.25,0.25]],"v":[[48.75,101.5],[100.5,-1.5],[72.25,3],[-25.25,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[12.885,32.385],[11.365,-1.385],[34.212,-37.75]],"o":[[1.827,-5.808],[-13.654,1.154],[-24.866,35.346],[20.25,0.25]],"v":[[33.019,100.346],[88.115,41.115],[52.866,37.154],[-24.712,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[-22.75,-0.25],[12.885,32.385],[11.365,-1.385],[34.212,-37.75]],"o":[[1.827,-5.808],[-13.654,1.154],[-24.866,35.346],[20.25,0.25]],"v":[[33.019,100.346],[88.115,41.115],[52.866,37.154],[-24.712,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[-15.619,28.427],[11.404,9.22],[22.635,-56.75]],"o":[[5.981,-18.423],[-19.119,-13.073],[-12.596,18.72],[20.25,0.25]],"v":[[28.558,100.72],[42.119,66.573],[5.596,38.78],[-23.635,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.358,"y":0},"n":"0p833_0p833_0p358_0","t":17,"s":[{"i":[[-22.75,-0.25],[-15.619,28.427],[11.404,9.22],[22.635,-56.75]],"o":[[5.981,-18.423],[-19.119,-13.073],[-12.596,18.72],[20.25,0.25]],"v":[[28.558,100.72],[42.119,66.573],[5.596,38.78],[-23.635,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[-37.619,34.427],[10.404,8.72],[18.635,-68.25]],"o":[[4.442,-24.22],[-14.619,-18.573],[-38.596,32.22],[20.25,0.25]],"v":[[28.558,100.72],[99.619,-25.427],[68.096,-57.22],[-23.635,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[-22.75,-0.25],[-37.619,34.427],[10.404,8.72],[18.635,-68.25]],"o":[[4.442,-24.22],[-14.619,-18.573],[-38.596,32.22],[20.25,0.25]],"v":[[28.558,100.72],[99.619,-25.427],[68.096,-57.22],[-23.635,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[8.191,45.213],[17.327,-0.89],[12.692,-122.25]],"o":[[4.846,-74.11],[-20.309,-1.287],[-0.673,58.61],[20.25,0.25]],"v":[[28.154,100.61],[78.809,-93.713],[31.173,-90.61],[-22.692,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[-22.75,-0.25],[8.191,45.213],[17.327,-0.89],[12.692,-122.25]],"o":[[4.846,-74.11],[-20.309,-1.287],[-0.673,58.61],[20.25,0.25]],"v":[[28.154,100.61],[78.809,-93.713],[31.173,-90.61],[-22.692,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[-28.5,55],[14.75,2],[11.827,-29.85]],"o":[[13.25,-40.5],[-20,-3.5],[-7.659,14.196],[20.25,0.25]],"v":[[27.75,100.5],[117.5,-121],[69.75,-126],[-21.75,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[-22.75,-0.25],[-28.5,55],[14.75,2],[11.827,-29.85]],"o":[[13.25,-40.5],[-20,-3.5],[-7.659,14.196],[20.25,0.25]],"v":[[27.75,100.5],[117.5,-121],[69.75,-126],[-21.75,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[0,0],[0,0],[11.827,-29.85]],"o":[[13.25,-40.5],[0,0],[0,0],[20.25,0.25]],"v":[[27.75,100.5],[102,-126],[53.75,-127.5],[-21.75,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26,"s":[{"i":[[-22.75,-0.25],[0,0],[0,0],[11.827,-29.85]],"o":[[13.25,-40.5],[0,0],[0,0],[20.25,0.25]],"v":[[27.75,100.5],[102,-126],[53.75,-127.5],[-21.75,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[0,0],[0,0],[11.827,-29.85]],"o":[[13.25,-40.5],[0,0],[0,0],[20.25,0.25]],"v":[[27.75,100.5],[109.5,-125.5],[61.25,-127],[-21.75,100.25]],"c":true}]},{"t":27}]},"nm":" "},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":17,"op":23,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":43,"ty":4,"nm":"Shape Layer 1","parent":70,"td":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,299,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[30,-50],[8,-36],[18.5,-17],[32.5,-27.5]],"c":true}],"e":[{"i":[[-6,11],[0,0],[0,0],[-29.287,-3.004]],"o":[[-52.5,-16],[0,0],[0,0],[10.5,-14.5]],"v":[[77,-47.5],[1.5,-28.5],[13.5,-12],[63.5,-27]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[-6,11],[0,0],[0,0],[-29.287,-3.004]],"o":[[-52.5,-16],[0,0],[0,0],[10.5,-14.5]],"v":[[77,-47.5],[1.5,-28.5],[13.5,-12],[63.5,-27]],"c":true}],"e":[{"i":[[-10,9],[0,0],[0,0],[-6.5,-68]],"o":[[-39,-77],[0,0],[0,0],[12.5,-12.5]],"v":[[123.5,-10],[14,-42.5],[24.5,-21],[89.5,18.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[-10,9],[0,0],[0,0],[-6.5,-68]],"o":[[-39,-77],[0,0],[0,0],[12.5,-12.5]],"v":[[123.5,-10],[14,-42.5],[24.5,-21],[89.5,18.5]],"c":true}],"e":[{"i":[[-22.5,-6.5],[106,17],[6,-9.25],[75.5,-77.5]],"o":[[6.5,-9.5],[-7,12.5],[13.076,3.051],[15.75,5]],"v":[[94.75,83.75],[57.5,-50.5],[45.25,-28],[49.5,70.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[-22.5,-6.5],[106,17],[6,-9.25],[75.5,-77.5]],"o":[[6.5,-9.5],[-7,12.5],[13.076,3.051],[15.75,5]],"v":[[94.75,83.75],[57.5,-50.5],[45.25,-28],[49.5,70.5]],"c":true}],"e":[{"i":[[-22.75,-0.25],[53,43.5],[7.25,-1.5],[78.75,-33.25]],"o":[[36.75,-12],[-15,4],[22.25,30.5],[20.25,0.25]],"v":[[71.25,98.5],[96.5,-37],[66.25,-25],[-9.75,98.75]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[-22.75,-0.25],[53,43.5],[7.25,-1.5],[78.75,-33.25]],"o":[[36.75,-12],[-15,4],[22.25,30.5],[20.25,0.25]],"v":[[71.25,98.5],[96.5,-37],[66.25,-25],[-9.75,98.75]],"c":true}],"e":[{"i":[[-22.75,-0.25],[30.5,83.5],[10.75,-2],[99.75,-42.25]],"o":[[-0.25,0.5],[-12.5,2],[1.183,17.808],[20.25,0.25]],"v":[[48.75,101.5],[100.5,-1.5],[72.25,3],[-25.25,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[-22.75,-0.25],[30.5,83.5],[10.75,-2],[99.75,-42.25]],"o":[[-0.25,0.5],[-12.5,2],[1.183,17.808],[20.25,0.25]],"v":[[48.75,101.5],[100.5,-1.5],[72.25,3],[-25.25,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[12.885,32.385],[11.365,-1.385],[34.212,-37.75]],"o":[[1.827,-5.808],[-13.654,1.154],[-24.866,35.346],[20.25,0.25]],"v":[[33.019,100.346],[88.115,41.115],[52.866,37.154],[-24.712,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[-22.75,-0.25],[12.885,32.385],[11.365,-1.385],[34.212,-37.75]],"o":[[1.827,-5.808],[-13.654,1.154],[-24.866,35.346],[20.25,0.25]],"v":[[33.019,100.346],[88.115,41.115],[52.866,37.154],[-24.712,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[-15.619,28.427],[11.404,9.22],[22.635,-56.75]],"o":[[5.981,-18.423],[-19.119,-13.073],[-12.596,18.72],[20.25,0.25]],"v":[[28.558,100.72],[42.119,66.573],[5.596,38.78],[-23.635,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.358,"y":0},"n":"0p833_0p833_0p358_0","t":17,"s":[{"i":[[-22.75,-0.25],[-15.619,28.427],[11.404,9.22],[22.635,-56.75]],"o":[[5.981,-18.423],[-19.119,-13.073],[-12.596,18.72],[20.25,0.25]],"v":[[28.558,100.72],[42.119,66.573],[5.596,38.78],[-23.635,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[-37.619,34.427],[10.404,8.72],[18.635,-68.25]],"o":[[4.442,-24.22],[-14.619,-18.573],[-38.596,32.22],[20.25,0.25]],"v":[[28.558,100.72],[99.619,-25.427],[68.096,-57.22],[-23.635,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[-22.75,-0.25],[-37.619,34.427],[10.404,8.72],[18.635,-68.25]],"o":[[4.442,-24.22],[-14.619,-18.573],[-38.596,32.22],[20.25,0.25]],"v":[[28.558,100.72],[99.619,-25.427],[68.096,-57.22],[-23.635,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[8.191,45.213],[17.327,-0.89],[12.692,-122.25]],"o":[[4.846,-74.11],[-20.309,-1.287],[-0.673,58.61],[20.25,0.25]],"v":[[28.154,100.61],[78.809,-93.713],[31.173,-90.61],[-22.692,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[-22.75,-0.25],[8.191,45.213],[17.327,-0.89],[12.692,-122.25]],"o":[[4.846,-74.11],[-20.309,-1.287],[-0.673,58.61],[20.25,0.25]],"v":[[28.154,100.61],[78.809,-93.713],[31.173,-90.61],[-22.692,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[-28.5,55],[14.75,2],[11.827,-29.85]],"o":[[13.25,-40.5],[-20,-3.5],[-7.659,14.196],[20.25,0.25]],"v":[[27.75,100.5],[117.5,-121],[69.75,-126],[-21.75,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[-22.75,-0.25],[-28.5,55],[14.75,2],[11.827,-29.85]],"o":[[13.25,-40.5],[-20,-3.5],[-7.659,14.196],[20.25,0.25]],"v":[[27.75,100.5],[117.5,-121],[69.75,-126],[-21.75,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[0,0],[0,0],[11.827,-29.85]],"o":[[13.25,-40.5],[0,0],[0,0],[20.25,0.25]],"v":[[27.75,100.5],[102,-126],[53.75,-127.5],[-21.75,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26,"s":[{"i":[[-22.75,-0.25],[0,0],[0,0],[11.827,-29.85]],"o":[[13.25,-40.5],[0,0],[0,0],[20.25,0.25]],"v":[[27.75,100.5],[102,-126],[53.75,-127.5],[-21.75,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[0,0],[0,0],[11.827,-29.85]],"o":[[13.25,-40.5],[0,0],[0,0],[20.25,0.25]],"v":[[27.75,100.5],[109.5,-125.5],[61.25,-127],[-21.75,100.25]],"c":true}]},{"t":27}]},"nm":" "},{"ty":"fl","fillEnabled":true,"c":{"k":[0.95,0.22,0.07,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":8,"op":15,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":44,"ty":4,"nm":"Shape Layer 2","parent":70,"tt":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,299,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[0,0],[12,-16],[0,0],[0,0]],"o":[[0,0],[-3.482,4.643],[0,0],[0,0]],"v":[[57.5,-26.25],[8.75,-18.5],[18,-3.75],[53.5,-12]],"c":true}],"e":[{"i":[[1.25,13.5],[20.125,-15.875],[0,0],[0,0]],"o":[[-1.209,-13.06],[-4.557,3.594],[0,0],[0,0]],"v":[[77.125,-14],[17.375,-28.875],[19.25,-17.5],[60.25,20]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[1.25,13.5],[20.125,-15.875],[0,0],[0,0]],"o":[[-1.209,-13.06],[-4.557,3.594],[0,0],[0,0]],"v":[[77.125,-14],[17.375,-28.875],[19.25,-17.5],[60.25,20]],"c":true}],"e":[{"i":[[2.5,27],[12,-16],[0,0],[0,0]],"o":[[-2.418,-26.119],[-3.482,4.643],[0,0],[0,0]],"v":[[96.75,-1.75],[48,-41.75],[43.5,-28.25],[61,55.75]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[2.5,27],[12,-16],[0,0],[0,0]],"o":[[-2.418,-26.119],[-3.482,4.643],[0,0],[0,0]],"v":[[96.75,-1.75],[48,-41.75],[43.5,-28.25],[61,55.75]],"c":true}],"e":[{"i":[[-12.383,5.521],[40.25,42.375],[0,0],[32.25,-24.75]],"o":[[30,-13.375],[-1.998,-2.104],[0,0],[5.706,13.725]],"v":[[69,101.625],[79,-32.875],[63.5,-28.125],[-16.375,101]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[-12.383,5.521],[40.25,42.375],[0,0],[32.25,-24.75]],"o":[[30,-13.375],[-1.998,-2.104],[0,0],[5.706,13.725]],"v":[[69,101.625],[79,-32.875],[63.5,-28.125],[-16.375,101]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[64.5,-49.5]],"o":[[0,0],[0,0],[0,0],[11.413,27.451]],"v":[[116.75,93.5],[114,-4],[78.5,1.5],[28.75,108]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[0,0],[0,0],[0,0],[64.5,-49.5]],"o":[[0,0],[0,0],[0,0],[11.413,27.451]],"v":[[116.75,93.5],[114,-4],[78.5,1.5],[28.75,108]],"c":true}],"e":[{"i":[[0,0],[0,0],[-2.565,-6.477],[26.25,-23]],"o":[[0,0],[0,0],[10,25.25],[11.413,27.451]],"v":[[116.75,93.5],[107.25,34.25],[81.25,38.25],[13.75,112.5]],"c":true}]},{"t":14}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":8,"op":15,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":45,"ty":4,"nm":"Shape Layer 4","parent":70,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,299,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[30,-50],[8,-36],[18.5,-17],[32.5,-27.5]],"c":true}],"e":[{"i":[[-6,11],[0,0],[0,0],[-29.287,-3.004]],"o":[[-52.5,-16],[0,0],[0,0],[10.5,-14.5]],"v":[[77,-47.5],[1.5,-28.5],[13.5,-12],[63.5,-27]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[-6,11],[0,0],[0,0],[-29.287,-3.004]],"o":[[-52.5,-16],[0,0],[0,0],[10.5,-14.5]],"v":[[77,-47.5],[1.5,-28.5],[13.5,-12],[63.5,-27]],"c":true}],"e":[{"i":[[-10,9],[0,0],[0,0],[-6.5,-68]],"o":[[-39,-77],[0,0],[0,0],[12.5,-12.5]],"v":[[123.5,-10],[14,-42.5],[24.5,-21],[89.5,18.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[-10,9],[0,0],[0,0],[-6.5,-68]],"o":[[-39,-77],[0,0],[0,0],[12.5,-12.5]],"v":[[123.5,-10],[14,-42.5],[24.5,-21],[89.5,18.5]],"c":true}],"e":[{"i":[[-22.5,-6.5],[106,17],[6,-9.25],[75.5,-77.5]],"o":[[6.5,-9.5],[-7,12.5],[13.076,3.051],[15.75,5]],"v":[[94.75,83.75],[57.5,-50.5],[45.25,-28],[49.5,70.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[-22.5,-6.5],[106,17],[6,-9.25],[75.5,-77.5]],"o":[[6.5,-9.5],[-7,12.5],[13.076,3.051],[15.75,5]],"v":[[94.75,83.75],[57.5,-50.5],[45.25,-28],[49.5,70.5]],"c":true}],"e":[{"i":[[-22.75,-0.25],[53,43.5],[7.25,-1.5],[78.75,-33.25]],"o":[[36.75,-12],[-15,4],[22.25,30.5],[20.25,0.25]],"v":[[71.25,98.5],[96.5,-37],[66.25,-25],[-9.75,98.75]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[-22.75,-0.25],[53,43.5],[7.25,-1.5],[78.75,-33.25]],"o":[[36.75,-12],[-15,4],[22.25,30.5],[20.25,0.25]],"v":[[71.25,98.5],[96.5,-37],[66.25,-25],[-9.75,98.75]],"c":true}],"e":[{"i":[[-22.75,-0.25],[30.5,83.5],[10.75,-2],[99.75,-42.25]],"o":[[-0.25,0.5],[-12.5,2],[1.183,17.808],[20.25,0.25]],"v":[[48.75,101.5],[100.5,-1.5],[72.25,3],[-25.25,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[-22.75,-0.25],[30.5,83.5],[10.75,-2],[99.75,-42.25]],"o":[[-0.25,0.5],[-12.5,2],[1.183,17.808],[20.25,0.25]],"v":[[48.75,101.5],[100.5,-1.5],[72.25,3],[-25.25,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[12.885,32.385],[11.365,-1.385],[34.212,-37.75]],"o":[[1.827,-5.808],[-13.654,1.154],[-24.866,35.346],[20.25,0.25]],"v":[[33.019,100.346],[88.115,41.115],[52.866,37.154],[-24.712,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[-22.75,-0.25],[12.885,32.385],[11.365,-1.385],[34.212,-37.75]],"o":[[1.827,-5.808],[-13.654,1.154],[-24.866,35.346],[20.25,0.25]],"v":[[33.019,100.346],[88.115,41.115],[52.866,37.154],[-24.712,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[-15.619,28.427],[11.404,9.22],[22.635,-56.75]],"o":[[5.981,-18.423],[-19.119,-13.073],[-12.596,18.72],[20.25,0.25]],"v":[[28.558,100.72],[42.119,66.573],[5.596,38.78],[-23.635,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.358,"y":0},"n":"0p833_0p833_0p358_0","t":17,"s":[{"i":[[-22.75,-0.25],[-15.619,28.427],[11.404,9.22],[22.635,-56.75]],"o":[[5.981,-18.423],[-19.119,-13.073],[-12.596,18.72],[20.25,0.25]],"v":[[28.558,100.72],[42.119,66.573],[5.596,38.78],[-23.635,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[-37.619,34.427],[10.404,8.72],[18.635,-68.25]],"o":[[4.442,-24.22],[-14.619,-18.573],[-38.596,32.22],[20.25,0.25]],"v":[[28.558,100.72],[99.619,-25.427],[68.096,-57.22],[-23.635,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[-22.75,-0.25],[-37.619,34.427],[10.404,8.72],[18.635,-68.25]],"o":[[4.442,-24.22],[-14.619,-18.573],[-38.596,32.22],[20.25,0.25]],"v":[[28.558,100.72],[99.619,-25.427],[68.096,-57.22],[-23.635,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[8.191,45.213],[17.327,-0.89],[12.692,-122.25]],"o":[[4.846,-74.11],[-20.309,-1.287],[-0.673,58.61],[20.25,0.25]],"v":[[28.154,100.61],[78.809,-93.713],[31.173,-90.61],[-22.692,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[-22.75,-0.25],[8.191,45.213],[17.327,-0.89],[12.692,-122.25]],"o":[[4.846,-74.11],[-20.309,-1.287],[-0.673,58.61],[20.25,0.25]],"v":[[28.154,100.61],[78.809,-93.713],[31.173,-90.61],[-22.692,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[-28.5,55],[14.75,2],[11.827,-29.85]],"o":[[13.25,-40.5],[-20,-3.5],[-7.659,14.196],[20.25,0.25]],"v":[[27.75,100.5],[117.5,-121],[69.75,-126],[-21.75,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[-22.75,-0.25],[-28.5,55],[14.75,2],[11.827,-29.85]],"o":[[13.25,-40.5],[-20,-3.5],[-7.659,14.196],[20.25,0.25]],"v":[[27.75,100.5],[117.5,-121],[69.75,-126],[-21.75,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[0,0],[0,0],[11.827,-29.85]],"o":[[13.25,-40.5],[0,0],[0,0],[20.25,0.25]],"v":[[27.75,100.5],[102,-126],[53.75,-127.5],[-21.75,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26,"s":[{"i":[[-22.75,-0.25],[0,0],[0,0],[11.827,-29.85]],"o":[[13.25,-40.5],[0,0],[0,0],[20.25,0.25]],"v":[[27.75,100.5],[102,-126],[53.75,-127.5],[-21.75,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[0,0],[0,0],[11.827,-29.85]],"o":[[13.25,-40.5],[0,0],[0,0],[20.25,0.25]],"v":[[27.75,100.5],[109.5,-125.5],[61.25,-127],[-21.75,100.25]],"c":true}]},{"t":27}]},"nm":" "},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":12,"op":17,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":46,"ty":4,"nm":"Shape Layer 3","parent":70,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,299,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[30,-50],[8,-36],[18.5,-17],[32.5,-27.5]],"c":true}],"e":[{"i":[[-6,11],[0,0],[0,0],[-29.287,-3.004]],"o":[[-52.5,-16],[0,0],[0,0],[10.5,-14.5]],"v":[[77,-47.5],[1.5,-28.5],[13.5,-12],[63.5,-27]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[-6,11],[0,0],[0,0],[-29.287,-3.004]],"o":[[-52.5,-16],[0,0],[0,0],[10.5,-14.5]],"v":[[77,-47.5],[1.5,-28.5],[13.5,-12],[63.5,-27]],"c":true}],"e":[{"i":[[-10,9],[0,0],[0,0],[-6.5,-68]],"o":[[-39,-77],[0,0],[0,0],[12.5,-12.5]],"v":[[123.5,-10],[14,-42.5],[24.5,-21],[89.5,18.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[-10,9],[0,0],[0,0],[-6.5,-68]],"o":[[-39,-77],[0,0],[0,0],[12.5,-12.5]],"v":[[123.5,-10],[14,-42.5],[24.5,-21],[89.5,18.5]],"c":true}],"e":[{"i":[[-22.5,-6.5],[106,17],[6,-9.25],[75.5,-77.5]],"o":[[6.5,-9.5],[-7,12.5],[13.076,3.051],[15.75,5]],"v":[[94.75,83.75],[57.5,-50.5],[45.25,-28],[49.5,70.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[-22.5,-6.5],[106,17],[6,-9.25],[75.5,-77.5]],"o":[[6.5,-9.5],[-7,12.5],[13.076,3.051],[15.75,5]],"v":[[94.75,83.75],[57.5,-50.5],[45.25,-28],[49.5,70.5]],"c":true}],"e":[{"i":[[-22.75,-0.25],[53,43.5],[7.25,-1.5],[78.75,-33.25]],"o":[[36.75,-12],[-15,4],[22.25,30.5],[20.25,0.25]],"v":[[71.25,98.5],[96.5,-37],[66.25,-25],[-9.75,98.75]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[-22.75,-0.25],[53,43.5],[7.25,-1.5],[78.75,-33.25]],"o":[[36.75,-12],[-15,4],[22.25,30.5],[20.25,0.25]],"v":[[71.25,98.5],[96.5,-37],[66.25,-25],[-9.75,98.75]],"c":true}],"e":[{"i":[[-22.75,-0.25],[30.5,83.5],[10.75,-2],[99.75,-42.25]],"o":[[-0.25,0.5],[-12.5,2],[1.183,17.808],[20.25,0.25]],"v":[[48.75,101.5],[100.5,-1.5],[72.25,3],[-25.25,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[-22.75,-0.25],[30.5,83.5],[10.75,-2],[99.75,-42.25]],"o":[[-0.25,0.5],[-12.5,2],[1.183,17.808],[20.25,0.25]],"v":[[48.75,101.5],[100.5,-1.5],[72.25,3],[-25.25,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[12.885,32.385],[11.365,-1.385],[34.212,-37.75]],"o":[[1.827,-5.808],[-13.654,1.154],[-24.866,35.346],[20.25,0.25]],"v":[[33.019,100.346],[88.115,41.115],[52.866,37.154],[-24.712,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[-22.75,-0.25],[12.885,32.385],[11.365,-1.385],[34.212,-37.75]],"o":[[1.827,-5.808],[-13.654,1.154],[-24.866,35.346],[20.25,0.25]],"v":[[33.019,100.346],[88.115,41.115],[52.866,37.154],[-24.712,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[-15.619,28.427],[11.404,9.22],[22.635,-56.75]],"o":[[5.981,-18.423],[-19.119,-13.073],[-12.596,18.72],[20.25,0.25]],"v":[[28.558,100.72],[42.119,66.573],[5.596,38.78],[-23.635,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.358,"y":0},"n":"0p833_0p833_0p358_0","t":17,"s":[{"i":[[-22.75,-0.25],[-15.619,28.427],[11.404,9.22],[22.635,-56.75]],"o":[[5.981,-18.423],[-19.119,-13.073],[-12.596,18.72],[20.25,0.25]],"v":[[28.558,100.72],[42.119,66.573],[5.596,38.78],[-23.635,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[-37.619,34.427],[10.404,8.72],[18.635,-68.25]],"o":[[4.442,-24.22],[-14.619,-18.573],[-38.596,32.22],[20.25,0.25]],"v":[[28.558,100.72],[99.619,-25.427],[68.096,-57.22],[-23.635,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[-22.75,-0.25],[-37.619,34.427],[10.404,8.72],[18.635,-68.25]],"o":[[4.442,-24.22],[-14.619,-18.573],[-38.596,32.22],[20.25,0.25]],"v":[[28.558,100.72],[99.619,-25.427],[68.096,-57.22],[-23.635,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[8.191,45.213],[17.327,-0.89],[12.692,-122.25]],"o":[[4.846,-74.11],[-20.309,-1.287],[-0.673,58.61],[20.25,0.25]],"v":[[28.154,100.61],[78.809,-93.713],[31.173,-90.61],[-22.692,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[-22.75,-0.25],[8.191,45.213],[17.327,-0.89],[12.692,-122.25]],"o":[[4.846,-74.11],[-20.309,-1.287],[-0.673,58.61],[20.25,0.25]],"v":[[28.154,100.61],[78.809,-93.713],[31.173,-90.61],[-22.692,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[-28.5,55],[14.75,2],[11.827,-29.85]],"o":[[13.25,-40.5],[-20,-3.5],[-7.659,14.196],[20.25,0.25]],"v":[[27.75,100.5],[117.5,-121],[69.75,-126],[-21.75,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[-22.75,-0.25],[-28.5,55],[14.75,2],[11.827,-29.85]],"o":[[13.25,-40.5],[-20,-3.5],[-7.659,14.196],[20.25,0.25]],"v":[[27.75,100.5],[117.5,-121],[69.75,-126],[-21.75,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[0,0],[0,0],[11.827,-29.85]],"o":[[13.25,-40.5],[0,0],[0,0],[20.25,0.25]],"v":[[27.75,100.5],[102,-126],[53.75,-127.5],[-21.75,100.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26,"s":[{"i":[[-22.75,-0.25],[0,0],[0,0],[11.827,-29.85]],"o":[[13.25,-40.5],[0,0],[0,0],[20.25,0.25]],"v":[[27.75,100.5],[102,-126],[53.75,-127.5],[-21.75,100.25]],"c":true}],"e":[{"i":[[-22.75,-0.25],[0,0],[0,0],[11.827,-29.85]],"o":[[13.25,-40.5],[0,0],[0,0],[20.25,0.25]],"v":[[27.75,100.5],[109.5,-125.5],[61.25,-127],[-21.75,100.25]],"c":true}]},{"t":27}]},"nm":" "},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":7,"op":12,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":47,"ty":4,"nm":"shape10","parent":70,"td":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,299,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":14,"s":[{"i":[[12.941,-15.599],[0,0],[0,0],[83.75,8]],"o":[[79.441,7.901],[0,0],[0,0],[-4.25,4.5]],"v":[[-69.441,34.099],[-25.775,99.99],[28.103,100.338],[-44.25,7]],"c":true}],"e":[{"i":[[8.691,-16.849],[0,0],[0,0],[72.75,-17.75]],"o":[[56.191,5.151],[0,0],[0,0],[-3.25,7.25]],"v":[[-52.691,34.349],[-25.775,99.99],[28.103,100.338],[-38.25,1.25]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":16,"s":[{"i":[[8.691,-16.849],[0,0],[0,0],[72.75,-17.75]],"o":[[56.191,5.151],[0,0],[0,0],[-3.25,7.25]],"v":[[-52.691,34.349],[-25.775,99.99],[28.103,100.338],[-38.25,1.25]],"c":true}],"e":[{"i":[[12.941,-15.599],[0,0],[0,0],[52.75,84]],"o":[[24.941,75.901],[0,0],[0,0],[-4.25,4.5]],"v":[[-19.941,-18.401],[-25.775,99.99],[28.103,100.338],[1.75,-49.5]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":18,"s":[{"i":[[12.941,-15.599],[0,0],[0,0],[52.75,84]],"o":[[24.941,75.901],[0,0],[0,0],[-4.25,4.5]],"v":[[-19.941,-18.401],[-25.775,99.99],[28.103,100.338],[1.75,-49.5]],"c":true}],"e":[{"i":[[17.441,9.401],[0,0],[0,0],[-15.75,109.5]],"o":[[-43.059,97.901],[0,0],[0,0],[-9.25,-6]],"v":[[-74.441,-110.401],[-25.775,99.99],[28.103,100.338],[-31.25,-80]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":21,"s":[{"i":[[17.441,9.401],[0,0],[0,0],[-15.75,109.5]],"o":[[-43.059,97.901],[0,0],[0,0],[-9.25,-6]],"v":[[-74.441,-110.401],[-25.775,99.99],[28.103,100.338],[-31.25,-80]],"c":true}],"e":[{"i":[[19.441,0.401],[0,0],[0,0],[40.75,84.5]],"o":[[47.941,91.401],[0,0],[0,0],[-8.75,0]],"v":[[-117.941,-123.901],[-25.775,99.99],[21.103,99.838],[-66.75,-125]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":24,"s":[{"i":[[19.441,0.401],[0,0],[0,0],[40.75,84.5]],"o":[[47.941,91.401],[0,0],[0,0],[-8.75,0]],"v":[[-117.941,-123.901],[-25.775,99.99],[21.103,99.838],[-66.75,-125]],"c":true}],"e":[{"i":[[19.941,-1.099],[0,0],[0,0],[15.75,91.5]],"o":[[23.441,98.401],[0,0],[0,0],[-8.75,0]],"v":[[-95.441,-125.401],[-25.775,99.99],[21.103,99.838],[-48.25,-126]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":26,"s":[{"i":[[19.941,-1.099],[0,0],[0,0],[15.75,91.5]],"o":[[23.441,98.401],[0,0],[0,0],[-8.75,0]],"v":[[-95.441,-125.401],[-25.775,99.99],[21.103,99.838],[-48.25,-126]],"c":true}],"e":[{"i":[[19.941,-1.099],[0,0],[0,0],[29.25,82.5]],"o":[[31.441,93.901],[0,0],[0,0],[-8.75,0]],"v":[[-105.441,-125.401],[-25.775,99.99],[21.103,99.838],[-59.25,-126]],"c":true}]},{"t":27}]},"nm":" "},{"ty":"fl","fillEnabled":true,"c":{"k":[0.95,0.06,0.06,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":14,"op":22,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":48,"ty":4,"nm":"shape09","parent":70,"tt":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,299,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[38.5,-6.5],[0,0],[0,0],[-16.641,120.05]],"o":[[-38.049,6.424],[0,0],[0,0],[14,-101]],"v":[[-47,6],[-131,8],[-133,113],[35,136]],"c":true}],"e":[{"i":[[43.75,11.375],[2.625,-4.125],[0,0],[-12.48,90.038]],"o":[[-29.912,7.443],[13.625,6.25],[0,0],[10.5,-75.75]],"v":[[-34.375,-9.375],[-102.875,1],[-99,111.625],[36,136.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[43.75,11.375],[2.625,-4.125],[0,0],[-12.48,90.038]],"o":[[-29.912,7.443],[13.625,6.25],[0,0],[10.5,-75.75]],"v":[[-34.375,-9.375],[-102.875,1],[-99,111.625],[36,136.5]],"c":true}],"e":[{"i":[[49,29.25],[5.25,-8.25],[0,0],[-8.32,60.025]],"o":[[-21.775,8.462],[85.25,2],[0,0],[7,-50.5]],"v":[[-21.75,-24.75],[-61.75,34.5],[-12.5,110.75],[36,141.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[49,29.25],[5.25,-8.25],[0,0],[-8.32,60.025]],"o":[[-21.775,8.462],[85.25,2],[0,0],[7,-50.5]],"v":[[-21.75,-24.75],[-61.75,34.5],[-12.5,110.75],[36,141.5]],"c":true}],"e":[{"i":[[54.25,47.125],[7.875,-12.375],[0,0],[-4.16,30.013]],"o":[[-13.637,9.481],[69.875,13.5],[0,0],[3.5,-25.25]],"v":[[-9.125,-40.125],[-43.125,-2.25],[-4.75,109.125],[30.5,143]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[54.25,47.125],[7.875,-12.375],[0,0],[-4.16,30.013]],"o":[[-13.637,9.481],[69.875,13.5],[0,0],[3.5,-25.25]],"v":[[-9.125,-40.125],[-43.125,-2.25],[-4.75,109.125],[30.5,143]],"c":true}],"e":[{"i":[[59.5,65],[10.5,-16.5],[0,0],[0,0]],"o":[[-5.5,10.5],[54.5,25],[0,0],[0,0]],"v":[[3.5,-55.5],[-18.5,-20],[3,107.5],[25,144.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[59.5,65],[10.5,-16.5],[0,0],[0,0]],"o":[[-5.5,10.5],[54.5,25],[0,0],[0,0]],"v":[[3.5,-55.5],[-18.5,-20],[3,107.5],[25,144.5]],"c":true}],"e":[{"i":[[59.5,65],[17.5,-7.833],[0,0],[0,0]],"o":[[-9.5,0.833],[29.667,53.833],[0,0],[0,0]],"v":[[-2.5,-64.5],[-25,-48.833],[11.167,106.5],[34.333,129.167]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[59.5,65],[17.5,-7.833],[0,0],[0,0]],"o":[[-9.5,0.833],[29.667,53.833],[0,0],[0,0]],"v":[[-2.5,-64.5],[-25,-48.833],[11.167,106.5],[34.333,129.167]],"c":true}],"e":[{"i":[[59.5,65],[24.5,0.833],[0,0],[0,0]],"o":[[-13.5,-8.833],[-14,81.917],[0,0],[0,0]],"v":[[0.5,-60],[-34,-84.917],[21.333,105],[43.667,113.833]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[59.5,65],[24.5,0.833],[0,0],[0,0]],"o":[[-13.5,-8.833],[-14,81.917],[0,0],[0,0]],"v":[[0.5,-60],[-34,-84.917],[21.333,105],[43.667,113.833]],"c":true}],"e":[{"i":[[59.5,65],[31.5,9.5],[0,0],[0,0]],"o":[[-17.5,-18.5],[-20,111.5],[0,0],[0,0]],"v":[[3.5,-55.5],[-40.5,-97.5],[40,99],[53,98.5]],"c":true}]},{"t":21}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":14,"op":22,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":49,"ty":4,"nm":"shape08","parent":70,"td":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,299,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":14,"s":[{"i":[[12.941,-15.599],[0,0],[0,0],[83.75,8]],"o":[[79.441,7.901],[0,0],[0,0],[-4.25,4.5]],"v":[[-69.441,34.099],[-25.775,99.99],[28.103,100.338],[-44.25,7]],"c":true}],"e":[{"i":[[8.691,-16.849],[0,0],[0,0],[72.75,-17.75]],"o":[[56.191,5.151],[0,0],[0,0],[-3.25,7.25]],"v":[[-52.691,34.349],[-25.775,99.99],[28.103,100.338],[-38.25,1.25]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":16,"s":[{"i":[[8.691,-16.849],[0,0],[0,0],[72.75,-17.75]],"o":[[56.191,5.151],[0,0],[0,0],[-3.25,7.25]],"v":[[-52.691,34.349],[-25.775,99.99],[28.103,100.338],[-38.25,1.25]],"c":true}],"e":[{"i":[[12.941,-15.599],[0,0],[0,0],[52.75,84]],"o":[[24.941,75.901],[0,0],[0,0],[-4.25,4.5]],"v":[[-19.941,-18.401],[-25.775,99.99],[28.103,100.338],[1.75,-49.5]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":18,"s":[{"i":[[12.941,-15.599],[0,0],[0,0],[52.75,84]],"o":[[24.941,75.901],[0,0],[0,0],[-4.25,4.5]],"v":[[-19.941,-18.401],[-25.775,99.99],[28.103,100.338],[1.75,-49.5]],"c":true}],"e":[{"i":[[17.441,9.401],[0,0],[0,0],[-15.75,109.5]],"o":[[-43.059,97.901],[0,0],[0,0],[-9.25,-6]],"v":[[-74.441,-110.401],[-25.775,99.99],[28.103,100.338],[-31.25,-80]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":21,"s":[{"i":[[17.441,9.401],[0,0],[0,0],[-15.75,109.5]],"o":[[-43.059,97.901],[0,0],[0,0],[-9.25,-6]],"v":[[-74.441,-110.401],[-25.775,99.99],[28.103,100.338],[-31.25,-80]],"c":true}],"e":[{"i":[[19.441,0.401],[0,0],[0,0],[40.75,84.5]],"o":[[47.941,91.401],[0,0],[0,0],[-8.75,0]],"v":[[-117.941,-123.901],[-25.775,99.99],[21.103,99.838],[-66.75,-125]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":24,"s":[{"i":[[19.441,0.401],[0,0],[0,0],[40.75,84.5]],"o":[[47.941,91.401],[0,0],[0,0],[-8.75,0]],"v":[[-117.941,-123.901],[-25.775,99.99],[21.103,99.838],[-66.75,-125]],"c":true}],"e":[{"i":[[19.941,-1.099],[0,0],[0,0],[15.75,91.5]],"o":[[23.441,98.401],[0,0],[0,0],[-8.75,0]],"v":[[-95.441,-125.401],[-25.775,99.99],[21.103,99.838],[-48.25,-126]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":26,"s":[{"i":[[19.941,-1.099],[0,0],[0,0],[15.75,91.5]],"o":[[23.441,98.401],[0,0],[0,0],[-8.75,0]],"v":[[-95.441,-125.401],[-25.775,99.99],[21.103,99.838],[-48.25,-126]],"c":true}],"e":[{"i":[[19.941,-1.099],[0,0],[0,0],[29.25,82.5]],"o":[[31.441,93.901],[0,0],[0,0],[-8.75,0]],"v":[[-105.441,-125.401],[-25.775,99.99],[21.103,99.838],[-59.25,-126]],"c":true}]},{"t":27}]},"nm":" "},{"ty":"fl","fillEnabled":true,"c":{"k":[0.95,0.06,0.06,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":14,"op":16,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":50,"ty":4,"nm":"shape07","parent":70,"tt":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,299,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[57.25,-20.75],[0.122,-1.298],[-13,1.75],[0,0]],"o":[[84.25,18.75],[12.319,-0.042],[15.5,-74],[0,0]],"v":[[-52.25,4.75],[14.181,102.542],[34.5,103.5],[15.5,-1.5]],"c":true}],"e":[{"i":[[57.25,-20.75],[0.122,-1.298],[-13,1.75],[0,0]],"o":[[84.25,18.75],[12.32,-0.042],[15.5,-74],[0,0]],"v":[[-29.25,-16.75],[32.681,103.042],[51.5,102.5],[15.5,-1.5]],"c":true}]},{"t":16}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":14,"op":16,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":51,"ty":4,"nm":"shape06","parent":70,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,299,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":14,"s":[{"i":[[12.941,-15.599],[0,0],[0,0],[83.75,8]],"o":[[79.441,7.901],[0,0],[0,0],[-4.25,4.5]],"v":[[-69.441,34.099],[-25.775,99.99],[28.103,100.338],[-44.25,7]],"c":true}],"e":[{"i":[[8.691,-16.849],[0,0],[0,0],[72.75,-17.75]],"o":[[56.191,5.151],[0,0],[0,0],[-3.25,7.25]],"v":[[-52.691,34.349],[-25.775,99.99],[28.103,100.338],[-38.25,1.25]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":16,"s":[{"i":[[8.691,-16.849],[0,0],[0,0],[72.75,-17.75]],"o":[[56.191,5.151],[0,0],[0,0],[-3.25,7.25]],"v":[[-52.691,34.349],[-25.775,99.99],[28.103,100.338],[-38.25,1.25]],"c":true}],"e":[{"i":[[12.941,-15.599],[0,0],[0,0],[52.75,84]],"o":[[24.941,75.901],[0,0],[0,0],[-4.25,4.5]],"v":[[-19.941,-18.401],[-25.775,99.99],[28.103,100.338],[1.75,-49.5]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":18,"s":[{"i":[[12.941,-15.599],[0,0],[0,0],[52.75,84]],"o":[[24.941,75.901],[0,0],[0,0],[-4.25,4.5]],"v":[[-19.941,-18.401],[-25.775,99.99],[28.103,100.338],[1.75,-49.5]],"c":true}],"e":[{"i":[[17.441,9.401],[0,0],[0,0],[-15.75,109.5]],"o":[[-43.059,97.901],[0,0],[0,0],[-9.25,-6]],"v":[[-74.441,-110.401],[-25.775,99.99],[28.103,100.338],[-31.25,-80]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":21,"s":[{"i":[[17.441,9.401],[0,0],[0,0],[-15.75,109.5]],"o":[[-43.059,97.901],[0,0],[0,0],[-9.25,-6]],"v":[[-74.441,-110.401],[-25.775,99.99],[28.103,100.338],[-31.25,-80]],"c":true}],"e":[{"i":[[19.441,0.401],[0,0],[0,0],[40.75,84.5]],"o":[[47.941,91.401],[0,0],[0,0],[-8.75,0]],"v":[[-117.941,-123.901],[-25.775,99.99],[21.103,99.838],[-66.75,-125]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":24,"s":[{"i":[[19.441,0.401],[0,0],[0,0],[40.75,84.5]],"o":[[47.941,91.401],[0,0],[0,0],[-8.75,0]],"v":[[-117.941,-123.901],[-25.775,99.99],[21.103,99.838],[-66.75,-125]],"c":true}],"e":[{"i":[[19.941,-1.099],[0,0],[0,0],[15.75,91.5]],"o":[[23.441,98.401],[0,0],[0,0],[-8.75,0]],"v":[[-95.441,-125.401],[-25.775,99.99],[21.103,99.838],[-48.25,-126]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":26,"s":[{"i":[[19.941,-1.099],[0,0],[0,0],[15.75,91.5]],"o":[[23.441,98.401],[0,0],[0,0],[-8.75,0]],"v":[[-95.441,-125.401],[-25.775,99.99],[21.103,99.838],[-48.25,-126]],"c":true}],"e":[{"i":[[18.941,-0.599],[0,0],[0,0],[29.25,82.5]],"o":[[31.441,93.901],[0,0],[0,0],[-8.75,0]],"v":[[-106.941,-126.401],[-25.775,99.99],[18.103,100.338],[-54.75,-126.5]],"c":true}]},{"t":27}]},"nm":" "},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":14,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":52,"ty":4,"nm":"shape05","parent":70,"td":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,299,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-12.5,-74],[-17.625,-54.526],[-19.028,-49.194],[-20.566,-43.349],[-21.426,-40.08],[-22.222,-37.058],[-22.5,-36],[-12,-19.5],[4,-38.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-13.5,-42],[-8,9]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[6,-7],[-13.5,-57.5]],"v":[[-64.5,-94],[-66.294,-73.501],[-66.785,-67.888],[-67.323,-61.736],[-67.624,-58.295],[-67.903,-55.113],[-68,-54],[-12,-19.5],[4,-38.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-13.5,-42],[-8,9]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[6,-7],[-13.5,-57.5]],"v":[[-64.5,-94],[-66.294,-73.501],[-66.785,-67.888],[-67.323,-61.736],[-67.624,-58.295],[-67.903,-55.113],[-68,-54],[-12,-19.5],[4,-38.5]],"c":true}],"e":[{"i":[[0,0],[0.096,-40.549],[-2.021,-0.85],[-2.833,-1.624],[-2.332,-1.397],[-2.083,-1.237],[-1.117,-0.655],[-12.75,-45.75],[-8,9]],"o":[[0,0],[1.613,0.124],[2.149,0.904],[1.926,1.104],[1.802,1.08],[1.041,0.618],[1.5,-25.5],[6,-7],[-13.5,-57.5]],"v":[[-63.75,-95.75],[-105.242,-52.451],[-99.839,-50.968],[-92.424,-47.15],[-86.056,-43.39],[-80.237,-39.911],[-77,-38],[-12.75,-21.25],[3.5,-40.75]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[0,0],[0.096,-40.549],[-2.021,-0.85],[-2.833,-1.624],[-2.332,-1.397],[-2.083,-1.237],[-1.117,-0.655],[-12.75,-45.75],[-8,9]],"o":[[0,0],[1.613,0.124],[2.149,0.904],[1.926,1.104],[1.802,1.08],[1.041,0.618],[1.5,-25.5],[6,-7],[-13.5,-57.5]],"v":[[-63.75,-95.75],[-105.242,-52.451],[-99.839,-50.968],[-92.424,-47.15],[-86.056,-43.39],[-80.237,-39.911],[-77,-38],[-12.75,-21.25],[3.5,-40.75]],"c":true}],"e":[{"i":[[0,0],[0.191,-81.099],[-3.562,0.054],[-3.916,0.177],[-2.622,0.087],[-1.959,0.009],[-0.955,-0.016],[-12,-49.5],[-8,9]],"o":[[0,0],[3.226,0.249],[3.787,-0.057],[2.662,-0.12],[2.026,-0.067],[0.979,-0.005],[3,-51],[6,-7],[-13.5,-57.5]],"v":[[-63,-97.5],[-124.691,-21.401],[-114.455,-21.156],[-102.836,-21.565],[-94.89,-21.893],[-88.903,-22.016],[-86,-22],[-13.5,-23],[3,-43]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,0],[0.191,-81.099],[-3.562,0.054],[-3.916,0.177],[-2.622,0.087],[-1.959,0.009],[-0.955,-0.016],[-12,-49.5],[-8,9]],"o":[[0,0],[3.226,0.249],[3.787,-0.057],[2.662,-0.12],[2.026,-0.067],[0.979,-0.005],[3,-51],[6,-7],[-13.5,-57.5]],"v":[[-63,-97.5],[-124.691,-21.401],[-114.455,-21.156],[-102.836,-21.565],[-94.89,-21.893],[-88.903,-22.016],[-86,-22],[-13.5,-23],[3,-43]],"c":true}],"e":[{"i":[[33,-28.5],[-22.859,-29.275],[-15.044,-4.898],[0,0],[0,0],[20.03,19.035],[-6,12],[0,0],[0,0]],"o":[[-20.814,17.976],[12.453,15.948],[15.993,5.207],[0,0],[0,0],[-9.259,-8.799],[11.595,-23.191],[0,0],[0,0]],"v":[[-126.5,-74.5],[-129.191,2.599],[-83.889,32.306],[-55.025,38.24],[-21.397,9.838],[-78.761,-18.699],[-88,-47.5],[-51.5,-63.5],[-37,-90.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[33,-28.5],[-22.859,-29.275],[-15.044,-4.898],[0,0],[0,0],[20.03,19.035],[-6,12],[0,0],[0,0]],"o":[[-20.814,17.976],[12.453,15.948],[15.993,5.207],[0,0],[0,0],[-9.259,-8.799],[11.595,-23.191],[0,0],[0,0]],"v":[[-126.5,-74.5],[-129.191,2.599],[-83.889,32.306],[-55.025,38.24],[-21.397,9.838],[-78.761,-18.699],[-88,-47.5],[-51.5,-63.5],[-37,-90.5]],"c":true}],"e":[{"i":[[8,-21.5],[-25.059,-13.849],[-18.487,-9.276],[0,0],[0,0],[20.03,19.034],[17.75,3],[0,0],[0,0]],"o":[[-9.591,25.776],[14.478,8.001],[31.018,15.564],[0,0],[0,0],[-9.989,-16.801],[-38.467,-6.501],[0,0],[0,0]],"v":[[-124.75,-46.75],[-100.441,21.599],[-38.513,45.276],[-25.775,99.99],[28.103,100.338],[9.739,27.051],[-63.75,-7.5],[-88.5,-57.75],[-115.5,-66.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[8,-21.5],[-25.059,-13.849],[-18.487,-9.276],[0,0],[0,0],[20.03,19.034],[17.75,3],[0,0],[0,0]],"o":[[-9.591,25.776],[14.478,8.001],[31.018,15.564],[0,0],[0,0],[-9.989,-16.801],[-38.467,-6.501],[0,0],[0,0]],"v":[[-124.75,-46.75],[-100.441,21.599],[-38.513,45.276],[-25.775,99.99],[28.103,100.338],[9.739,27.051],[-63.75,-7.5],[-88.5,-57.75],[-115.5,-66.25]],"c":true}],"e":[{"i":[[0,0],[-25.059,-11.599],[-16.783,-11.221],[0,0],[0,0],[18.761,21.449],[17.953,1.33],[16,5.25],[0,0]],"o":[[0,0],[33.441,9.401],[25.013,16.724],[0,0],[0,0],[-11.193,-12.797],[-20.25,-1.5],[-9.058,-2.972],[0,0]],"v":[[-112.75,12.75],[-80.441,34.599],[-34.513,48.276],[-25.775,99.99],[28.103,100.338],[12.239,31.551],[-35.25,6.5],[-68.5,2.25],[-79,-2.25]],"c":true}]},{"t":13}]},"nm":" "},{"ty":"fl","fillEnabled":true,"c":{"k":[0.95,0.22,0.07,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":12,"op":14,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":53,"ty":4,"nm":"shape04","parent":70,"tt":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,299,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[48.906,11.54],[0,0],[0,0],[-16.641,120.05]],"o":[[-44.5,-10.5],[0,0],[0,0],[14,-101]],"v":[[-89.5,-14.5],[-138,-58],[-133,113],[-14,119]],"c":true}],"e":[{"i":[[38.408,-23.277],[0,0],[0,0],[-16.641,120.05]],"o":[[-33,20],[0,0],[0,0],[14,-101]],"v":[[-45,6],[-131,8],[-133,113],[11,132]],"c":true}]},{"t":13}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":12,"op":14,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":54,"ty":4,"nm":"shape03","parent":70,"td":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,299,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-12.5,-74],[-17.625,-54.526],[-19.028,-49.194],[-20.566,-43.349],[-21.426,-40.08],[-22.222,-37.058],[-22.5,-36],[-12,-19.5],[4,-38.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-13.5,-42],[-8,9]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[6,-7],[-13.5,-57.5]],"v":[[-64.5,-94],[-66.294,-73.501],[-66.785,-67.888],[-67.323,-61.736],[-67.624,-58.295],[-67.903,-55.113],[-68,-54],[-12,-19.5],[4,-38.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-13.5,-42],[-8,9]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[6,-7],[-13.5,-57.5]],"v":[[-64.5,-94],[-66.294,-73.501],[-66.785,-67.888],[-67.323,-61.736],[-67.624,-58.295],[-67.903,-55.113],[-68,-54],[-12,-19.5],[4,-38.5]],"c":true}],"e":[{"i":[[0,0],[0.096,-40.549],[-2.021,-0.85],[-2.833,-1.624],[-2.332,-1.397],[-2.083,-1.237],[-1.117,-0.655],[-12.75,-45.75],[-8,9]],"o":[[0,0],[1.613,0.124],[2.149,0.904],[1.926,1.104],[1.802,1.08],[1.041,0.618],[1.5,-25.5],[6,-7],[-13.5,-57.5]],"v":[[-63.75,-95.75],[-105.242,-52.451],[-99.839,-50.968],[-92.424,-47.15],[-86.056,-43.39],[-80.237,-39.911],[-77,-38],[-12.75,-21.25],[3.5,-40.75]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[0,0],[0.096,-40.549],[-2.021,-0.85],[-2.833,-1.624],[-2.332,-1.397],[-2.083,-1.237],[-1.117,-0.655],[-12.75,-45.75],[-8,9]],"o":[[0,0],[1.613,0.124],[2.149,0.904],[1.926,1.104],[1.802,1.08],[1.041,0.618],[1.5,-25.5],[6,-7],[-13.5,-57.5]],"v":[[-63.75,-95.75],[-105.242,-52.451],[-99.839,-50.968],[-92.424,-47.15],[-86.056,-43.39],[-80.237,-39.911],[-77,-38],[-12.75,-21.25],[3.5,-40.75]],"c":true}],"e":[{"i":[[0,0],[0.191,-81.099],[-3.562,0.054],[-3.916,0.177],[-2.622,0.087],[-1.959,0.009],[-0.955,-0.016],[-12,-49.5],[-8,9]],"o":[[0,0],[3.226,0.249],[3.787,-0.057],[2.662,-0.12],[2.026,-0.067],[0.979,-0.005],[3,-51],[6,-7],[-13.5,-57.5]],"v":[[-63,-97.5],[-124.691,-21.401],[-114.455,-21.156],[-102.836,-21.565],[-94.89,-21.893],[-88.903,-22.016],[-86,-22],[-13.5,-23],[3,-43]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,0],[0.191,-81.099],[-3.562,0.054],[-3.916,0.177],[-2.622,0.087],[-1.959,0.009],[-0.955,-0.016],[-12,-49.5],[-8,9]],"o":[[0,0],[3.226,0.249],[3.787,-0.057],[2.662,-0.12],[2.026,-0.067],[0.979,-0.005],[3,-51],[6,-7],[-13.5,-57.5]],"v":[[-63,-97.5],[-124.691,-21.401],[-114.455,-21.156],[-102.836,-21.565],[-94.89,-21.893],[-88.903,-22.016],[-86,-22],[-13.5,-23],[3,-43]],"c":true}],"e":[{"i":[[33,-28.5],[-22.859,-29.275],[-15.044,-4.898],[0,0],[0,0],[20.03,19.035],[-6,12],[0,0],[0,0]],"o":[[-20.814,17.976],[12.453,15.948],[15.993,5.207],[0,0],[0,0],[-9.259,-8.799],[11.595,-23.191],[0,0],[0,0]],"v":[[-126.5,-74.5],[-129.191,2.599],[-83.889,32.306],[-55.025,38.24],[-21.397,9.838],[-78.761,-18.699],[-88,-47.5],[-51.5,-63.5],[-37,-90.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[33,-28.5],[-22.859,-29.275],[-15.044,-4.898],[0,0],[0,0],[20.03,19.035],[-6,12],[0,0],[0,0]],"o":[[-20.814,17.976],[12.453,15.948],[15.993,5.207],[0,0],[0,0],[-9.259,-8.799],[11.595,-23.191],[0,0],[0,0]],"v":[[-126.5,-74.5],[-129.191,2.599],[-83.889,32.306],[-55.025,38.24],[-21.397,9.838],[-78.761,-18.699],[-88,-47.5],[-51.5,-63.5],[-37,-90.5]],"c":true}],"e":[{"i":[[8,-21.5],[-25.059,-13.849],[-18.487,-9.276],[0,0],[0,0],[20.03,19.034],[17.75,3],[0,0],[0,0]],"o":[[-9.591,25.776],[14.478,8.001],[31.018,15.564],[0,0],[0,0],[-9.989,-16.801],[-38.467,-6.501],[0,0],[0,0]],"v":[[-124.75,-46.75],[-100.441,21.599],[-38.513,45.276],[-25.775,99.99],[28.103,100.338],[9.739,27.051],[-63.75,-7.5],[-88.5,-57.75],[-115.5,-66.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[8,-21.5],[-25.059,-13.849],[-18.487,-9.276],[0,0],[0,0],[20.03,19.034],[17.75,3],[0,0],[0,0]],"o":[[-9.591,25.776],[14.478,8.001],[31.018,15.564],[0,0],[0,0],[-9.989,-16.801],[-38.467,-6.501],[0,0],[0,0]],"v":[[-124.75,-46.75],[-100.441,21.599],[-38.513,45.276],[-25.775,99.99],[28.103,100.338],[9.739,27.051],[-63.75,-7.5],[-88.5,-57.75],[-115.5,-66.25]],"c":true}],"e":[{"i":[[0,0],[-25.059,-11.599],[-16.783,-11.221],[0,0],[0,0],[18.761,21.449],[17.953,1.33],[16,5.25],[0,0]],"o":[[0,0],[33.441,9.401],[25.013,16.724],[0,0],[0,0],[-11.193,-12.797],[-20.25,-1.5],[-9.058,-2.972],[0,0]],"v":[[-112.75,12.75],[-80.441,34.599],[-34.513,48.276],[-25.775,99.99],[28.103,100.338],[12.239,31.551],[-35.25,6.5],[-68.5,2.25],[-79,-2.25]],"c":true}]},{"t":13}]},"nm":" "},{"ty":"fl","fillEnabled":true,"c":{"k":[0.95,0.22,0.07,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":8,"op":14,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":55,"ty":4,"nm":"shape02","parent":70,"tt":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,299,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[0,0],[0.01,-0.117],[2.33,-20.383],[0,0]],"o":[[0,0],[-0.619,7.096],[17.25,-22],[0,0]],"v":[[-66.5,-117.75],[-67.074,-110.482],[-71.25,-70.25],[-11,-77]],"c":true}],"e":[{"i":[[0,0],[0.001,-0.101],[-13.875,-7.375],[-8.5,1]],"o":[[0,0],[5.85,3.527],[-1.25,-44],[-18.875,-9.5]],"v":[[-95.625,-114.75],[-110.197,-50.72],[-83.625,-36.375],[-26.25,-86.75]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[0,0],[0.001,-0.101],[-13.875,-7.375],[-8.5,1]],"o":[[0,0],[5.85,3.527],[-1.25,-44],[-18.875,-9.5]],"v":[[-95.625,-114.75],[-110.197,-50.72],[-83.625,-36.375],[-26.25,-86.75]],"c":true}],"e":[{"i":[[0,0],[-0.007,-0.085],[-13,1.75],[-10.25,4]],"o":[[0,0],[12.319,-0.042],[-19.75,-66],[-37.75,-19]],"v":[[-128.75,-105.75],[-135.319,-16.458],[-84.5,-19],[-47.5,-97.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,0],[-0.007,-0.085],[-13,1.75],[-10.25,4]],"o":[[0,0],[12.319,-0.042],[-19.75,-66],[-37.75,-19]],"v":[[-128.75,-105.75],[-135.319,-16.458],[-84.5,-19],[-47.5,-97.5]],"c":true}],"e":[{"i":[[0,0],[-0.023,-0.271],[-13,1.75],[-4.5,36.5]],"o":[[0,0],[12.319,-0.042],[-116,-34],[-45,8]],"v":[[-170.75,-11.75],[-63.319,58.042],[-14,9.5],[-102,-94.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[0,0],[-0.023,-0.271],[-13,1.75],[-4.5,36.5]],"o":[[0,0],[12.319,-0.042],[-116,-34],[-45,8]],"v":[[-170.75,-11.75],[-63.319,58.042],[-14,9.5],[-102,-94.5]],"c":true}],"e":[{"i":[[57.25,-20.75],[0.375,-1.413],[-13,1.75],[0,0]],"o":[[76.75,41.25],[12.32,-0.042],[15.5,-74],[0,0]],"v":[[-71.25,-11.25],[-28.82,102.542],[34.5,103.5],[15.5,-1.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[57.25,-20.75],[0.375,-1.413],[-13,1.75],[0,0]],"o":[[76.75,41.25],[12.32,-0.042],[15.5,-74],[0,0]],"v":[[-71.25,-11.25],[-28.82,102.542],[34.5,103.5],[15.5,-1.5]],"c":true}],"e":[{"i":[[57.25,-20.75],[0.122,-1.298],[-13,1.75],[0,0]],"o":[[47.142,7.572],[12.32,-0.042],[15.5,-74],[0,0]],"v":[[-52.25,4.75],[-2.819,103.042],[34.5,103.5],[15.5,-1.5]],"c":true}]},{"t":13}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":8,"op":14,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":56,"ty":4,"nm":"shape01","parent":70,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,299,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-12.5,-74],[-17.625,-54.526],[-19.028,-49.194],[-20.566,-43.349],[-21.426,-40.08],[-22.222,-37.058],[-22.5,-36],[-12,-19.5],[4,-38.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-13.5,-42],[-8,9]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[6,-7],[-13.5,-57.5]],"v":[[-64.5,-94],[-66.294,-73.501],[-66.785,-67.888],[-67.323,-61.736],[-67.624,-58.295],[-67.903,-55.113],[-68,-54],[-12,-19.5],[4,-38.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-13.5,-42],[-8,9]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[6,-7],[-13.5,-57.5]],"v":[[-64.5,-94],[-66.294,-73.501],[-66.785,-67.888],[-67.323,-61.736],[-67.624,-58.295],[-67.903,-55.113],[-68,-54],[-12,-19.5],[4,-38.5]],"c":true}],"e":[{"i":[[0,0],[0.096,-40.549],[-2.021,-0.85],[-2.833,-1.624],[-2.332,-1.397],[-2.083,-1.237],[-1.117,-0.655],[-12.75,-45.75],[-8,9]],"o":[[0,0],[1.613,0.124],[2.149,0.904],[1.926,1.104],[1.802,1.08],[1.041,0.618],[1.5,-25.5],[6,-7],[-13.5,-57.5]],"v":[[-63.75,-95.75],[-105.242,-52.451],[-99.839,-50.968],[-92.424,-47.15],[-86.056,-43.39],[-80.237,-39.911],[-77,-38],[-12.75,-21.25],[3.5,-40.75]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[0,0],[0.096,-40.549],[-2.021,-0.85],[-2.833,-1.624],[-2.332,-1.397],[-2.083,-1.237],[-1.117,-0.655],[-12.75,-45.75],[-8,9]],"o":[[0,0],[1.613,0.124],[2.149,0.904],[1.926,1.104],[1.802,1.08],[1.041,0.618],[1.5,-25.5],[6,-7],[-13.5,-57.5]],"v":[[-63.75,-95.75],[-105.242,-52.451],[-99.839,-50.968],[-92.424,-47.15],[-86.056,-43.39],[-80.237,-39.911],[-77,-38],[-12.75,-21.25],[3.5,-40.75]],"c":true}],"e":[{"i":[[0,0],[0.191,-81.099],[-3.562,0.054],[-3.916,0.177],[-2.622,0.087],[-1.959,0.009],[-0.955,-0.016],[-12,-49.5],[-8,9]],"o":[[0,0],[3.226,0.249],[3.787,-0.057],[2.662,-0.12],[2.026,-0.067],[0.979,-0.005],[3,-51],[6,-7],[-13.5,-57.5]],"v":[[-63,-97.5],[-124.691,-21.401],[-114.455,-21.156],[-102.836,-21.565],[-94.89,-21.893],[-88.903,-22.016],[-86,-22],[-13.5,-23],[3,-43]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,0],[0.191,-81.099],[-3.562,0.054],[-3.916,0.177],[-2.622,0.087],[-1.959,0.009],[-0.955,-0.016],[-12,-49.5],[-8,9]],"o":[[0,0],[3.226,0.249],[3.787,-0.057],[2.662,-0.12],[2.026,-0.067],[0.979,-0.005],[3,-51],[6,-7],[-13.5,-57.5]],"v":[[-63,-97.5],[-124.691,-21.401],[-114.455,-21.156],[-102.836,-21.565],[-94.89,-21.893],[-88.903,-22.016],[-86,-22],[-13.5,-23],[3,-43]],"c":true}],"e":[{"i":[[33,-28.5],[-22.859,-29.275],[-15.044,-4.898],[0,0],[0,0],[20.03,19.035],[-6,12],[0,0],[0,0]],"o":[[-20.814,17.976],[12.453,15.948],[15.993,5.207],[0,0],[0,0],[-9.259,-8.799],[11.595,-23.191],[0,0],[0,0]],"v":[[-126.5,-74.5],[-129.191,2.599],[-83.889,32.306],[-55.025,38.24],[-21.397,9.838],[-78.761,-18.699],[-88,-47.5],[-51.5,-63.5],[-37,-90.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[33,-28.5],[-22.859,-29.275],[-15.044,-4.898],[0,0],[0,0],[20.03,19.035],[-6,12],[0,0],[0,0]],"o":[[-20.814,17.976],[12.453,15.948],[15.993,5.207],[0,0],[0,0],[-9.259,-8.799],[11.595,-23.191],[0,0],[0,0]],"v":[[-126.5,-74.5],[-129.191,2.599],[-83.889,32.306],[-55.025,38.24],[-21.397,9.838],[-78.761,-18.699],[-88,-47.5],[-51.5,-63.5],[-37,-90.5]],"c":true}],"e":[{"i":[[8,-21.5],[-25.059,-13.849],[-18.487,-9.276],[0,0],[0,0],[20.03,19.034],[17.75,3],[0,0],[0,0]],"o":[[-9.591,25.776],[14.478,8.001],[31.018,15.564],[0,0],[0,0],[-9.989,-16.801],[-38.467,-6.501],[0,0],[0,0]],"v":[[-124.75,-46.75],[-100.441,21.599],[-38.513,45.276],[-25.775,99.99],[28.103,100.338],[9.739,27.051],[-63.75,-7.5],[-88.5,-57.75],[-115.5,-66.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[8,-21.5],[-25.059,-13.849],[-18.487,-9.276],[0,0],[0,0],[20.03,19.034],[17.75,3],[0,0],[0,0]],"o":[[-9.591,25.776],[14.478,8.001],[31.018,15.564],[0,0],[0,0],[-9.989,-16.801],[-38.467,-6.501],[0,0],[0,0]],"v":[[-124.75,-46.75],[-100.441,21.599],[-38.513,45.276],[-25.775,99.99],[28.103,100.338],[9.739,27.051],[-63.75,-7.5],[-88.5,-57.75],[-115.5,-66.25]],"c":true}],"e":[{"i":[[0,0],[-25.059,-11.599],[-16.783,-11.221],[0,0],[0,0],[18.761,21.449],[17.953,1.33],[16,5.25],[0,0]],"o":[[0,0],[33.441,9.401],[25.013,16.724],[0,0],[0,0],[-11.193,-12.797],[-20.25,-1.5],[-9.058,-2.972],[0,0]],"v":[[-112.75,12.75],[-80.441,34.599],[-34.513,48.276],[-25.775,99.99],[28.103,100.338],[12.239,31.551],[-35.25,6.5],[-68.5,2.25],[-79,-2.25]],"c":true}]},{"t":13}]},"nm":" "},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":7,"op":14,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":57,"ty":4,"nm":"intro 16","parent":70,"td":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[240,97.5,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"k":[84.759,84.147]},"p":{"k":[0,0]},"r":{"k":0},"nm":"Rectangle Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 2"},{"ty":"tr","p":{"k":[15.713,198.74],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1"}],"ip":7,"op":8,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":58,"ty":4,"nm":"intro 12","parent":70,"tt":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,299,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5,-64],[-58,-47.5],[-50,51.5],[5.5,59]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":7,"op":8,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":59,"ty":4,"nm":"intro 11","parent":70,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[240,97.5,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"k":[84.759,84.147]},"p":{"k":[0,0]},"r":{"k":0},"nm":"Rectangle Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 2"},{"ty":"tr","p":{"k":[15.713,198.74],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1"}],"ip":7,"op":8,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":60,"ty":4,"nm":"intro 15","parent":70,"td":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[240,97.5,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[15,163.333],[-29.167,191.667],[-29.167,240],[14.167,267.5],[56.667,242.5],[56.667,190.833]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":6,"op":7,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":61,"ty":4,"nm":"intro 9","parent":70,"tt":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,299,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[37.5,-75],[-63.5,-25.5],[69,52],[77,67]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":6,"op":7,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":62,"ty":4,"nm":"intro 8","parent":70,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[240,97.5,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[15,163.333],[-29.167,191.667],[-29.167,240],[14.167,267.5],[56.667,242.5],[56.667,190.833]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":6,"op":7,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":63,"ty":4,"nm":"intro 14","parent":70,"td":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[240,97.5,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.833,214.167],[-15,251.667],[13.333,288.333],[45.833,252.5]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[0,0],"e":[-4.1,-88],"to":[-0.68333333730698,-14.6666669845581],"ti":[0.68333333730698,14.6666669845581]},{"t":5}],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":4,"s":[100,100],"e":[127.8,127.8]},{"t":5}],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":4,"op":6,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":64,"ty":4,"nm":"intro 6","parent":70,"tt":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[227,184.5,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[27.75,96.5],[-18,97],[-18.5,205.5],[27.75,201]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":4,"op":6,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":65,"ty":4,"nm":"intro 5","parent":70,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[240,97.5,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.833,214.167],[-15,251.667],[13.333,288.333],[45.833,252.5]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[0,0],"e":[-4.1,-88],"to":[-0.68333333730698,-14.6666669845581],"ti":[0.68333333730698,14.6666669845581]},{"t":5}],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":4,"s":[100,100],"e":[127.8,127.8]},{"t":5}],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":4,"op":6,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":66,"ty":4,"nm":"intro 4","parent":70,"td":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[240,97.5,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[13.333,268.929],[3.571,297.024],[23.333,296.31]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.95,0.22,0.07,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[0,0],"e":[-4,-165],"to":[-0.66666668653488,-27.5],"ti":[0.66666668653488,27.5]},{"t":3}],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":2,"s":[100,100],"e":[151.2,151.2]},{"t":3}],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":2,"op":4,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":67,"ty":4,"nm":"intro 3","parent":70,"tt":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,299,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[5.25,62.25],[-14,100],[1.25,102.25]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[3.75,37.75],[-17.75,84.25],[17,85.75]],"c":true}]},{"t":3}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":2,"op":4,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":68,"ty":4,"nm":"intro 2","parent":70,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[240,97.5,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[15,269.722],[3.611,297.5],[25.278,296.111]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[0,0],"e":[-6.7,-155],"to":[-1.11666667461395,-25.8333339691162],"ti":[1.11666667461395,25.8333339691162]},{"t":3}],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":2,"s":[100,100],"e":[147.5,147.5]},{"t":3}],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":2,"op":4,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":69,"ty":4,"nm":"intro","parent":70,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[258.25,340.5,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[20.852,20.852]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-3.574,51.426],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":1,"op":2,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":70,"ty":1,"nm":"ResizerTemp","parent":71,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[26.6,35.7,0]},"a":{"k":[250,300,0]},"s":{"k":[10.5,10.5,100]}},"ao":0,"sw":500,"sh":600,"sc":"#ffffff","ip":0,"op":34,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":71,"ty":1,"nm":"White Solid 51","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[40,50,0]},"a":{"k":[28,35,0]},"s":{"k":[142.857,142.857,100]}},"ao":0,"sw":56,"sh":70,"sc":"#ffffff","ip":0,"op":34,"st":0,"bm":0,"sr":1}],"v":"4.4.26","ddd":0,"ip":0,"op":34,"fr":25,"w":80,"h":100} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Mobilo/W.json b/ohos/flutter_lottie/assets/Mobilo/W.json new file mode 100644 index 0000000000000000000000000000000000000000..7f246d6f7a66238ab1d11e5d9614863f767fba08 --- /dev/null +++ b/ohos/flutter_lottie/assets/Mobilo/W.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"splashy 25","parent":48,"ks":{"o":{"k":100},"r":{"k":-32},"p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":15,"s":[328.905,392.523,0],"e":[386.905,316.523,0],"to":[0,0,0],"ti":[0,0,0]},{"t":34}]},"a":{"k":[-136,-191,0]},"s":{"k":[49,49,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[20,20]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"tr","p":{"k":[-136,-191],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[4],"e":[0]},{"t":26}]},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"}],"ip":15,"op":26,"st":15,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"splashy 24","parent":48,"ks":{"o":{"k":100},"r":{"k":-32},"p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":15,"s":[338.905,383.523,0],"e":[358.905,283.523,0],"to":[0,0,0],"ti":[0,0,0]},{"t":28}]},"a":{"k":[-136,-191,0]},"s":{"k":[38,38,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[20,20]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"tr","p":{"k":[-136,-191],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[5],"e":[0]},{"t":26}]},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"}],"ip":15,"op":26,"st":15,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"splashy 23","parent":48,"ks":{"o":{"k":100},"r":{"k":-32},"p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":15,"s":[315.905,383.523,0],"e":[305.905,263.523,0],"to":[0,0,0],"ti":[0,0,0]},{"t":32}]},"a":{"k":[-136,-191,0]},"s":{"k":[38,38,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[20,20]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"tr","p":{"k":[-136,-191],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[5],"e":[0]},{"t":26}]},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"}],"ip":15,"op":26,"st":15,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"splashy 22","parent":48,"ks":{"o":{"k":100},"r":{"k":-32},"p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":15,"s":[298.905,393.523,0],"e":[248.905,338.523,0],"to":[0,0,0],"ti":[0,0,0]},{"t":32}]},"a":{"k":[-136,-191,0]},"s":{"k":[38,38,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[20,20]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"tr","p":{"k":[-136,-191],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[5],"e":[0]},{"t":25}]},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"}],"ip":15,"op":26,"st":15,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"splashy 20","parent":48,"ks":{"o":{"k":100},"r":{"k":-32},"p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":12,"s":[168.905,392.523,0],"e":[136.905,266.523,0],"to":[0,0,0],"ti":[0,0,0]},{"t":31}]},"a":{"k":[-136,-191,0]},"s":{"k":[49,49,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[20,20]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"tr","p":{"k":[-136,-191],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[4],"e":[0]},{"t":26}]},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"}],"ip":12,"op":26,"st":12,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"splashy 21","parent":48,"ks":{"o":{"k":100},"r":{"k":-32},"p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":12,"s":[188.905,383.523,0],"e":[198.905,313.523,0],"to":[0,0,0],"ti":[0,0,0]},{"t":25}]},"a":{"k":[-136,-191,0]},"s":{"k":[38,38,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[20,20]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"tr","p":{"k":[-136,-191],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[0]},{"t":25}]},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"}],"ip":12,"op":26,"st":12,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"splashy 19","parent":48,"ks":{"o":{"k":100},"r":{"k":-32},"p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":12,"s":[155.905,393.523,0],"e":[95.905,323.523,0],"to":[0,0,0],"ti":[0,0,0]},{"t":29}]},"a":{"k":[-136,-191,0]},"s":{"k":[38,38,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[20,20]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"tr","p":{"k":[-136,-191],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[0]},{"t":25}]},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"}],"ip":12,"op":26,"st":12,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"splashy 18","parent":48,"ks":{"o":{"k":100},"r":{"k":-32},"p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":12,"s":[198.905,393.523,0],"e":[228.905,278.523,0],"to":[0,0,0],"ti":[0,0,0]},{"t":29}]},"a":{"k":[-136,-191,0]},"s":{"k":[38,38,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[20,20]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"tr","p":{"k":[-136,-191],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[0]},{"t":22}]},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"}],"ip":12,"op":26,"st":12,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"W4","parent":48,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[52.023,-9.593],[46.423,-4.165],[44.149,0],[98.229,0],[101.571,-9.593]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[111.523,-226.593],[68.923,-66.165],[44.149,0],[98.229,0],[161.071,-226.593]],"c":true}]},{"t":25}]},"nm":"W"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"W"}],"ip":17,"op":35,"st":13,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"W3","parent":48,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[93.923,-4.165],[90.011,-8.593],[42.88,-8.593],[44.247,-3.543],[44.149,0],[98.229,0]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[90.719,-20.551],[73.756,-62.693],[26.625,-62.693],[32.576,-41.001],[44.149,0],[98.229,0]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[90.719,-20.551],[73.756,-62.693],[26.625,-62.693],[32.576,-41.001],[44.149,0],[98.229,0]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[68.923,-66.165],[24.511,-226.593],[-22.62,-226.593],[1.247,-162.543],[44.149,0],[98.229,0]],"c":true}]},{"t":22}]},"nm":"W"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"W"}],"ip":16,"op":35,"st":12,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"triggerw5","parent":48,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p4_1_0p167_0p167"],"t":5,"s":[90],"e":[0]},{"t":12}]},"p":{"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p5_1_0p167_0p167","t":5,"s":[245,231,0],"e":[295,151,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.82,"y":0},"n":"0p833_0p833_0p82_0","t":10,"s":[295,151,0],"e":[295,400,0],"to":[0,0,0],"ti":[0,0,0]},{"t":15}]},"a":{"k":[-98,101,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[27,7.5],[27,19.5],[-27,19.5],[-27,7.5]],"c":true}],"e":[{"i":[[0,0],[26.737,-48.144],[8.679,1.916],[0,0]],"o":[[0,0],[-7.932,-1.966],[25.124,-50.497],[0,0]],"v":[[28.062,-24.977],[25.259,51.977],[-26.22,44.269],[-25.938,-24.977]],"c":true}]},{"i":{"x":0.18,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p18_1_0p167_0p167","t":8,"s":[{"i":[[0,0],[26.737,-48.144],[8.679,1.916],[0,0]],"o":[[0,0],[-7.932,-1.966],[25.124,-50.497],[0,0]],"v":[[28.062,-24.977],[25.259,51.977],[-26.22,44.269],[-25.938,-24.977]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[27,7.5],[27,19.5],[-27,19.5],[-27,7.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.82,"y":0},"n":"0p833_0p833_0p82_0","t":11,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[27,7.5],[27,19.5],[-27,19.5],[-27,7.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[27,-80.5],[27,19.5],[-27,19.5],[-27,-80.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[27,-80.5],[27,19.5],[-27,19.5],[-27,-80.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[27,7.5],[27,19.5],[-27,19.5],[-27,7.5]],"c":true}]},{"t":15}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,81.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1"}],"ip":5,"op":16,"st":10,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"Shape Layer 8","parent":48,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[0],"e":[458]},{"t":17}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[352.5,138.5,0],"e":[480.5,179.5,0],"to":[0,0,0],"ti":[-86.5,-155.5,0]},{"t":17}]},"a":{"k":[-115.5,-145.5,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":14,"s":[41,41,100],"e":[19,19,100]},{"t":17}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"k":[19,19]},"p":{"k":[0,0]},"r":{"k":0},"nm":"Rectangle Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-115.5,-145.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1"}],"ip":8,"op":18,"st":4,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"Shape Layer 7","parent":48,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[0],"e":[-547]},{"t":18}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[344.5,154.5,0],"e":[435.5,248.5,0],"to":[0,0,0],"ti":[-19.5,-184.5,0]},{"t":18}]},"a":{"k":[-115.5,-145.5,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":11,"s":[73,73,100],"e":[19,19,100]},{"t":18}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"k":[19,19]},"p":{"k":[0,0]},"r":{"k":0},"nm":"Rectangle Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-115.5,-145.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1"}],"ip":8,"op":19,"st":4,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"Shape Layer 6","parent":48,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.14],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p14_1_0p167_0p167"],"t":7,"s":[0],"e":[458]},{"t":16}]},"p":{"k":[{"i":{"x":0.6,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p6_1_0p167_0p167","t":7,"s":[377.5,178.5,0],"e":[420.5,50.5,0],"to":[0,0,0],"ti":[-16.7630443572998,-0.22299768030643,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.4,"y":0},"n":"0p833_0p833_0p4_0","t":16,"s":[420.5,50.5,0],"e":[442.5,125.5,0],"to":[9.51230716705322,0.12654159963131,0],"ti":[0,-1.66666662693024,0]},{"t":21}]},"a":{"k":[-115.5,-145.5,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":15,"s":[26,26,100],"e":[9,9,100]},{"t":21}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"k":[19,19]},"p":{"k":[0,0]},"r":{"k":0},"nm":"Rectangle Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-115.5,-145.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1"}],"ip":7,"op":22,"st":3,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"splashy 8","parent":48,"ks":{"o":{"k":100},"r":{"k":-32},"p":{"k":[{"i":{"x":0.3,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p3_1_0p167_0p167","t":7,"s":[389.905,175.523,0],"e":[372.905,55.523,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.7,"y":0},"n":"0p833_0p833_0p7_0","t":16,"s":[372.905,55.523,0],"e":[372.905,165.523,0],"to":[0,0,0],"ti":[0,0,0]},{"t":20}]},"a":{"k":[-136,-191,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.7,0.7,0.7],"y":[0,0,0.7]},"n":["0p833_0p833_0p7_0","0p833_0p833_0p7_0","0p833_0p833_0p7_0p7"],"t":16,"s":[59,59,100],"e":[25,25,100]},{"t":20}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[10,10]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-136,-191],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":9,"op":21,"st":7,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"splashy 7","parent":48,"ks":{"o":{"k":100},"r":{"k":-32},"p":{"k":[{"i":{"x":0.3,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p3_1_0p167_0p167","t":7,"s":[329.905,200.523,0],"e":[327.905,35.523,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.7,"y":0},"n":"0p833_0p833_0p7_0","t":15,"s":[327.905,35.523,0],"e":[327.905,185.523,0],"to":[0,0,0],"ti":[0,0,0]},{"t":20}]},"a":{"k":[-136,-191,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.7,0.7,0.7],"y":[0,0,0.7]},"n":["0p833_0p833_0p7_0","0p833_0p833_0p7_0","0p833_0p833_0p7_0p7"],"t":15,"s":[127,127,100],"e":[25,25,100]},{"t":20}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[10,10]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-136,-191],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":9,"op":21,"st":7,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":4,"nm":"splashy 6","parent":48,"ks":{"o":{"k":100},"r":{"k":-32},"p":{"k":[{"i":{"x":0.3,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p3_1_0p167_0p167","t":6,"s":[387.905,175.523,0],"e":[397.905,25.523,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.7,"y":0},"n":"0p833_0p833_0p7_0","t":13,"s":[397.905,25.523,0],"e":[387.905,145.523,0],"to":[0,0,0],"ti":[0,0,0]},{"t":18}]},"a":{"k":[-136,-191,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.7,0.7,0.7],"y":[0,0,0.7]},"n":["0p833_0p833_0p7_0","0p833_0p833_0p7_0","0p833_0p833_0p7_0p7"],"t":13,"s":[100,100,100],"e":[25,25,100]},{"t":18}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[10,10]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-136,-191],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":6,"op":19,"st":6,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":4,"nm":"splashy 11","parent":48,"ks":{"o":{"k":100},"r":{"k":-32},"p":{"k":[{"i":{"x":0.735,"y":0.877},"o":{"x":0.167,"y":0.167},"n":"0p735_0p877_0p167_0p167","t":7,"s":[339.905,170.523,0],"e":[326.554,146.057,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.086,"y":1},"o":{"x":0.095,"y":0.268},"n":"0p086_1_0p095_0p268","t":8,"s":[326.554,146.057,0],"e":[406.905,125.523,0],"to":[0,0,0],"ti":[0,0,0]},{"t":26}]},"a":{"k":[-136,-191,0]},"s":{"k":[42,42,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[20,20]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"tr","p":{"k":[-136,-191],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":7,"s":[2],"e":[0]},{"t":23}]},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"}],"ip":8,"op":26,"st":7,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":4,"nm":"splashy 10","parent":48,"ks":{"o":{"k":100},"r":{"k":-32},"p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":7,"s":[359.905,160.523,0],"e":[347.905,35.523,0],"to":[0,0,0],"ti":[0,0,0]},{"t":24}]},"a":{"k":[-136,-191,0]},"s":{"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[20,20]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"tr","p":{"k":[-136,-191],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":7,"s":[2],"e":[0]},{"t":22}]},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"}],"ip":8,"op":24,"st":7,"bm":0,"sr":1},{"ddd":0,"ind":20,"ty":4,"nm":"splashy 9","parent":48,"ks":{"o":{"k":100},"r":{"k":-32},"p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":5,"s":[319.905,160.523,0],"e":[297.905,55.523,0],"to":[0,0,0],"ti":[0,0,0]},{"t":22}]},"a":{"k":[-136,-191,0]},"s":{"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[20,20]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"tr","p":{"k":[-136,-191],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[2],"e":[0]},{"t":20}]},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"}],"ip":6,"op":22,"st":5,"bm":0,"sr":1},{"ddd":0,"ind":21,"ty":4,"nm":"triggerw1","parent":48,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p4_1_0p167_0p167"],"t":1,"s":[-90],"e":[0]},{"t":9}]},"p":{"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p5_1_0p167_0p167","t":1,"s":[256,231,0],"e":[206,151,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.82,"y":0},"n":"0p833_0p833_0p82_0","t":7,"s":[206,151,0],"e":[206,400,0],"to":[0,0,0],"ti":[0,0,0]},{"t":12}]},"a":{"k":[-44,101,0]},"s":{"k":[96.179,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":1,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[27,7.5],[27,19.5],[-27,19.5],[-27,7.5]],"c":true}],"e":[{"i":[[0,0],[-28.825,-39.96],[6.1,-7.552],[0,0]],"o":[[0,0],[-8.964,11.488],[-50.664,-45.539],[0,0]],"v":[[27,7.5],[34.321,66.469],[-9.552,88.031],[-27,7.5]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p833_1_0p167_0p167","t":4,"s":[{"i":[[0,0],[-28.825,-39.96],[6.1,-7.552],[0,0]],"o":[[0,0],[-8.964,11.488],[-50.664,-45.539],[0,0]],"v":[[27,7.5],[34.321,66.469],[-9.552,88.031],[-27,7.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[27,7.5],[27,19.5],[-27,19.5],[-27,7.5]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.82,"y":0},"n":"0p833_1_0p82_0","t":6,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[27,7.5],[27,19.5],[-27,19.5],[-27,7.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[27,7.5],[27,19.5],[-27,19.5],[-27,7.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.82,"y":0},"n":"0p833_0p833_0p82_0","t":7,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[27,7.5],[27,19.5],[-27,19.5],[-27,7.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[27,-80.5],[27,19.5],[-27,19.5],[-27,-80.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[27,-80.5],[27,19.5],[-27,19.5],[-27,-80.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[27,7.5],[27,19.5],[-27,19.5],[-27,7.5]],"c":true}]},{"t":12}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,81.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1"}],"ip":1,"op":13,"st":4,"bm":0,"sr":1},{"ddd":0,"ind":22,"ty":4,"nm":"triggerw7","parent":48,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p4_1_0p167_0p167"],"t":5,"s":[90],"e":[0]},{"t":11}]},"p":{"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p5_1_0p167_0p167","t":5,"s":[245,231,0],"e":[295,151,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.82,"y":0},"n":"0p833_0p833_0p82_0","t":9,"s":[295,151,0],"e":[295,400,0],"to":[0,0,0],"ti":[0,0,0]},{"t":14}]},"a":{"k":[-98,101,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-44,89],[-44,101],[-98,101],[-98,89]],"c":true}],"e":[{"i":[[0,0],[16.144,-15.344],[4.34,0.958],[0,0]],"o":[[0,0],[-3.966,-0.983],[12.529,-18.324],[0,0]],"v":[[-45.513,75.137],[-44.48,118.258],[-91.342,111.437],[-94.261,75.958]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[0,0],[16.144,-15.344],[4.34,0.958],[0,0]],"o":[[0,0],[-3.966,-0.983],[12.529,-18.324],[0,0]],"v":[[-45.513,75.137],[-44.48,118.258],[-91.342,111.437],[-94.261,75.958]],"c":true}],"e":[{"i":[[0,0],[32.189,-28.823],[8.679,1.916],[0,0]],"o":[[0,0],[-7.932,-1.966],[26.664,-50.209],[0,0]],"v":[[-57.025,55.274],[-47.867,134.59],[-93.108,128.051],[-104.748,56.541]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0,0],[32.189,-28.823],[8.679,1.916],[0,0]],"o":[[0,0],[-7.932,-1.966],[26.664,-50.209],[0,0]],"v":[[-57.025,55.274],[-47.867,134.59],[-93.108,128.051],[-104.748,56.541]],"c":true}],"e":[{"i":[[0,0],[30.938,-41.176],[2.735,0.604],[0,0]],"o":[[0,0],[-2.5,-0.62],[32.999,-39.206],[0,0]],"v":[[-43.147,68.969],[-50.931,145.832],[-97.787,133.218],[-89.887,65.826]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[0,0],[30.938,-41.176],[2.735,0.604],[0,0]],"o":[[0,0],[-2.5,-0.62],[32.999,-39.206],[0,0]],"v":[[-43.147,68.969],[-50.931,145.832],[-97.787,133.218],[-89.887,65.826]],"c":true}],"e":[{"i":[[0,0],[2.344,-2.292],[0.404,0.089],[0,0]],"o":[[0,0],[-0.369,-0.092],[2.21,-1.327],[0,0]],"v":[[-45.024,90.274],[-51.924,124.525],[-95.548,117.875],[-89.678,87.555]],"c":true}]},{"i":{"x":0.18,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p18_1_0p167_0p167","t":9,"s":[{"i":[[0,0],[2.344,-2.292],[0.404,0.089],[0,0]],"o":[[0,0],[-0.369,-0.092],[2.21,-1.327],[0,0]],"v":[[-45.024,90.274],[-51.924,124.525],[-95.548,117.875],[-89.678,87.555]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-44,89],[-46.605,112.1],[-96.715,108.959],[-92.04,87.786]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.82,"y":0},"n":"0p833_0p833_0p82_0","t":10,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-44,89],[-46.605,112.1],[-96.715,108.959],[-92.04,87.786]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-44,1],[-44,101],[-98,101],[-98,1]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-44,1],[-44,101],[-98,101],[-98,1]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-44,-20],[-44,101],[-98,101],[-98,-20]],"c":true}]},{"t":14}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"}],"ip":5,"op":15,"st":10,"bm":0,"sr":1},{"ddd":0,"ind":23,"ty":4,"nm":"triggerw6","parent":48,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p4_1_0p167_0p167"],"t":1,"s":[-90],"e":[0]},{"t":8}]},"p":{"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p5_1_0p167_0p167","t":1,"s":[256,231,0],"e":[206,151,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.82,"y":0},"n":"0p833_0p833_0p82_0","t":6,"s":[206,151,0],"e":[206,400,0],"to":[0,0,0],"ti":[0,0,0]},{"t":11}]},"a":{"k":[-44,101,0]},"s":{"k":[96.179,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":1,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[27,7.5],[27,19.5],[-27,19.5],[-27,7.5]],"c":true}],"e":[{"i":[[0,0],[-10.909,-19.171],[1.915,-1.622],[0,0]],"o":[[0,0],[-0.097,0.58],[-15.659,-16.607],[0,0]],"v":[[22.276,4.999],[26.197,38.177],[-21.398,46.941],[-26.1,3.704]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[0,0],[-10.909,-19.171],[1.915,-1.622],[0,0]],"o":[[0,0],[-0.097,0.58],[-15.659,-16.607],[0,0]],"v":[[22.276,4.999],[26.197,38.177],[-21.398,46.941],[-26.1,3.704]],"c":true}],"e":[{"i":[[0,0],[-18.417,-29.053],[3.83,-3.243],[0,0]],"o":[[0,0],[-0.193,1.16],[-36.356,-36.891],[0,0]],"v":[[26.286,6.773],[25.393,56.854],[-15.796,74.382],[-14.275,0.069]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[0,0],[-18.417,-29.053],[3.83,-3.243],[0,0]],"o":[[0,0],[-0.193,1.16],[-36.356,-36.891],[0,0]],"v":[[26.286,6.773],[25.393,56.854],[-15.796,74.382],[-14.275,0.069]],"c":true}],"e":[{"i":[[0,0],[-20.186,-31.419],[1.676,-1.419],[0,0]],"o":[[0,0],[-0.085,0.507],[-38.134,-21.59],[0,0]],"v":[[31.648,7.632],[28.94,60.336],[-16.327,79.132],[-18.476,4.683]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p833_1_0p167_0p167","t":4,"s":[{"i":[[0,0],[-20.186,-31.419],[1.676,-1.419],[0,0]],"o":[[0,0],[-0.085,0.507],[-38.134,-21.59],[0,0]],"v":[[31.648,7.632],[28.94,60.336],[-16.327,79.132],[-18.476,4.683]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[27,7.5],[27,19.5],[-26.677,29.936],[-20.167,6.155]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.82,"y":0},"n":"0p833_1_0p82_0","t":5,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[27,7.5],[27,19.5],[-26.677,29.936],[-20.167,6.155]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[27,7.5],[27,19.5],[-27,19.5],[-27,7.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.82,"y":0},"n":"0p833_0p833_0p82_0","t":6,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[27,7.5],[27,19.5],[-27,19.5],[-27,7.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[27,-80.5],[27,19.5],[-27,19.5],[-27,-80.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[27,-80.5],[27,19.5],[-27,19.5],[-27,-80.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[27.364,-98.5],[27,19.5],[-27,19.5],[-26.636,-98.5]],"c":true}]},{"t":11}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,81.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1"}],"ip":1,"op":12,"st":4,"bm":0,"sr":1},{"ddd":0,"ind":24,"ty":4,"nm":"W2","parent":48,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":13,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-38.989,-12.186],[-89.62,-12.093],[-90.23,-11.665],[-95.734,0],[-41.654,0],[-40.253,-5.043]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[24.511,-226.593],[-22.62,-226.593],[-66.73,-66.165],[-95.734,0],[-41.654,0],[1.247,-162.543]],"c":true}]},{"t":22}]},"nm":"W"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"W"}],"ip":14,"op":35,"st":10,"bm":0,"sr":1},{"ddd":0,"ind":25,"ty":4,"nm":"W1","parent":48,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-48.028,-10.593],[-97.878,-10.593],[-95.734,0],[-41.654,0],[-49.039,-11.286]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-63.166,-64.197],[-113.016,-64.197],[-95.734,0],[-41.654,0],[-50.258,-24.935]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":13,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-63.166,-64.197],[-113.016,-64.197],[-95.734,0],[-41.654,0],[-50.258,-24.935]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-109.028,-226.593],[-158.878,-226.593],[-95.734,0],[-41.654,0],[-66.039,-66.286]],"c":true}]},{"t":21}]},"nm":"W"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"W"}],"ip":13,"op":35,"st":9,"bm":0,"sr":1},{"ddd":0,"ind":26,"ty":4,"nm":"Shape Layer 2","parent":48,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[0],"e":[458]},{"t":14}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[142.5,138.5,0],"e":[10.5,179.5,0],"to":[0,0,0],"ti":[56.5,-175.5,0]},{"t":14}]},"a":{"k":[-115.5,-145.5,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":11,"s":[41,41,100],"e":[19,19,100]},{"t":14}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"k":[19,19]},"p":{"k":[0,0]},"r":{"k":0},"nm":"Rectangle Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-115.5,-145.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1"}],"ip":5,"op":15,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":27,"ty":4,"nm":"Shape Layer 1","parent":48,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[0],"e":[-547]},{"t":15}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[134.5,154.5,0],"e":[15.5,248.5,0],"to":[0,0,0],"ti":[41.5,-190.5,0]},{"t":15}]},"a":{"k":[-115.5,-145.5,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8,"s":[73,73,100],"e":[19,19,100]},{"t":15}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"k":[19,19]},"p":{"k":[0,0]},"r":{"k":0},"nm":"Rectangle Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-115.5,-145.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1"}],"ip":5,"op":16,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":28,"ty":4,"nm":"Shape Layer 4","parent":48,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.14],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p14_1_0p167_0p167"],"t":4,"s":[0],"e":[458]},{"t":13}]},"p":{"k":[{"i":{"x":0.6,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p6_1_0p167_0p167","t":4,"s":[167.5,178.5,0],"e":[100.5,50.5,0],"to":[0,0,0],"ti":[23.2369556427002,-1.22299766540527,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.4,"y":0},"n":"0p833_0p833_0p4_0","t":13,"s":[100.5,50.5,0],"e":[91.5,128.5,0],"to":[-9.5,0.5,0],"ti":[0,-1.66666662693024,0]},{"t":18}]},"a":{"k":[-115.5,-145.5,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":12,"s":[26,26,100],"e":[9,9,100]},{"t":18}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"k":[19,19]},"p":{"k":[0,0]},"r":{"k":0},"nm":"Rectangle Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-115.5,-145.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1"}],"ip":4,"op":19,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":29,"ty":4,"nm":"Shape Layer 3","parent":48,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.14],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p14_1_0p167_0p167"],"t":4,"s":[0],"e":[458]},{"t":13}]},"p":{"k":[{"i":{"x":0.14,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p14_1_0p167_0p167","t":4,"s":[167.5,178.5,0],"e":[40.5,80.5,0],"to":[0,0,0],"ti":[72.5,-11.5,0]},{"t":13}]},"a":{"k":[-115.5,-145.5,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":6,"s":[26,26,100],"e":[9,9,100]},{"t":11}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"k":[19,19]},"p":{"k":[0,0]},"r":{"k":0},"nm":"Rectangle Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-115.5,-145.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1"}],"ip":4,"op":11,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":30,"ty":4,"nm":"splashy 4","parent":48,"ks":{"o":{"k":100},"r":{"k":-32},"p":{"k":[{"i":{"x":0.3,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p3_1_0p167_0p167","t":4,"s":[179.905,175.523,0],"e":[162.905,25.523,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.7,"y":0},"n":"0p833_0p833_0p7_0","t":13,"s":[162.905,25.523,0],"e":[162.905,165.523,0],"to":[0,0,0],"ti":[0,0,0]},{"t":17}]},"a":{"k":[-136,-191,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.7,0.7,0.7],"y":[0,0,0.7]},"n":["0p833_0p833_0p7_0","0p833_0p833_0p7_0","0p833_0p833_0p7_0p7"],"t":13,"s":[59,59,100],"e":[25,25,100]},{"t":17}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[10,10]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-136,-191],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":6,"op":18,"st":4,"bm":0,"sr":1},{"ddd":0,"ind":31,"ty":4,"nm":"splashy 5","parent":48,"ks":{"o":{"k":100},"r":{"k":-32},"p":{"k":[{"i":{"x":0.3,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p3_1_0p167_0p167","t":4,"s":[169.905,200.523,0],"e":[147.905,35.523,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.7,"y":0},"n":"0p833_0p833_0p7_0","t":12,"s":[147.905,35.523,0],"e":[147.905,185.523,0],"to":[0,0,0],"ti":[0,0,0]},{"t":17}]},"a":{"k":[-136,-191,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.7,0.7,0.7],"y":[0,0,0.7]},"n":["0p833_0p833_0p7_0","0p833_0p833_0p7_0","0p833_0p833_0p7_0p7"],"t":12,"s":[127,127,100],"e":[25,25,100]},{"t":17}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[10,10]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-136,-191],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":6,"op":18,"st":4,"bm":0,"sr":1},{"ddd":0,"ind":32,"ty":4,"nm":"splashy 3","parent":48,"ks":{"o":{"k":100},"r":{"k":-32},"p":{"k":[{"i":{"x":0.3,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p3_1_0p167_0p167","t":3,"s":[167.905,195.523,0],"e":[177.905,45.523,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.7,"y":0},"n":"0p833_0p833_0p7_0","t":10,"s":[177.905,45.523,0],"e":[167.905,165.523,0],"to":[0,0,0],"ti":[0,0,0]},{"t":15}]},"a":{"k":[-136,-191,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.7,0.7,0.7],"y":[0,0,0.7]},"n":["0p833_0p833_0p7_0","0p833_0p833_0p7_0","0p833_0p833_0p7_0p7"],"t":10,"s":[100,100,100],"e":[25,25,100]},{"t":15}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[10,10]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-136,-191],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":3,"op":16,"st":3,"bm":0,"sr":1},{"ddd":0,"ind":33,"ty":4,"nm":"splashy 14","parent":48,"ks":{"o":{"k":100},"r":{"k":-32},"p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":4,"s":[189.905,170.523,0],"e":[176.905,105.523,0],"to":[0,0,0],"ti":[0,0,0]},{"t":23}]},"a":{"k":[-136,-191,0]},"s":{"k":[67,67,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[20,20]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"tr","p":{"k":[-136,-191],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[2],"e":[0]},{"t":20}]},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"}],"ip":6,"op":23,"st":4,"bm":0,"sr":1},{"ddd":0,"ind":34,"ty":4,"nm":"splashy 13","parent":48,"ks":{"o":{"k":100},"r":{"k":-32},"p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":4,"s":[169.905,190.523,0],"e":[157.905,65.523,0],"to":[0,0,0],"ti":[0,0,0]},{"t":21}]},"a":{"k":[-136,-191,0]},"s":{"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[20,20]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"tr","p":{"k":[-136,-191],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[2],"e":[0]},{"t":19}]},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"}],"ip":6,"op":21,"st":4,"bm":0,"sr":1},{"ddd":0,"ind":35,"ty":4,"nm":"splashy 12","parent":48,"ks":{"o":{"k":100},"r":{"k":-32},"p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":2,"s":[199.905,160.523,0],"e":[217.905,35.523,0],"to":[0,0,0],"ti":[0,0,0]},{"t":19}]},"a":{"k":[-136,-191,0]},"s":{"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[20,20]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"tr","p":{"k":[-136,-191],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[2],"e":[0]},{"t":17}]},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"}],"ip":3,"op":19,"st":2,"bm":0,"sr":1},{"ddd":0,"ind":36,"ty":4,"nm":"splashy 17","parent":48,"ks":{"o":{"k":100},"r":{"k":-32},"p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":5,"s":[257.905,171.523,0],"e":[258.905,51.523,0],"to":[0,0,0],"ti":[0,0,0]},{"t":24}]},"a":{"k":[-136,-191,0]},"s":{"k":[39,39,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[20,20]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"tr","p":{"k":[-136,-191],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[2],"e":[0]},{"t":21}]},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"}],"ip":5,"op":24,"st":5,"bm":0,"sr":1},{"ddd":0,"ind":37,"ty":4,"nm":"splashy 16","parent":48,"ks":{"o":{"k":100},"r":{"k":-32},"p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":5,"s":[225.905,183.523,0],"e":[223.905,111.523,0],"to":[0,0,0],"ti":[0,0,0]},{"t":22}]},"a":{"k":[-136,-191,0]},"s":{"k":[28,28,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[20,20]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"tr","p":{"k":[-136,-191],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"w":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[2],"e":[0]},{"t":20}]},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"}],"ip":5,"op":22,"st":5,"bm":0,"sr":1},{"ddd":0,"ind":38,"ty":4,"nm":"splashy 15","parent":48,"ks":{"o":{"k":100},"r":{"k":-32},"p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":3,"s":[269.905,160.523,0],"e":[273.905,69.523,0],"to":[0,0,0],"ti":[0,0,0]},{"t":20}]},"a":{"k":[-136,-191,0]},"s":{"k":[28,28,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[20,20]},"p":{"k":[0,0]},"nm":"Ellipse Path 1"},{"ty":"tr","p":{"k":[-136,-191],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[2],"e":[0]},{"t":18}]},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"}],"ip":3,"op":20,"st":3,"bm":0,"sr":1},{"ddd":0,"ind":39,"ty":4,"nm":"Shape Layer 12","parent":48,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[0],"e":[431]},{"t":27}]},"p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":15,"s":[289.5,383.5,0],"e":[252.54,372.604,0],"to":[0,0,0],"ti":[0,0,0]},{"t":36}]},"a":{"k":[-115.5,-145.5,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":15,"s":[67,67,100],"e":[7,7,100]},{"t":25}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"k":[19,19]},"p":{"k":[0,0]},"r":{"k":0},"nm":"Rectangle Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-115.5,-145.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1"}],"ip":15,"op":26,"st":11,"bm":0,"sr":1},{"ddd":0,"ind":40,"ty":4,"nm":"Shape Layer 13","parent":48,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[-160],"e":[431]},{"t":27}]},"p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":15,"s":[345.5,388.5,0],"e":[404.5,318.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":49}]},"a":{"k":[-115.5,-145.5,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":15,"s":[59,59,100],"e":[7,7,100]},{"t":25}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"k":[19,19]},"p":{"k":[0,0]},"r":{"k":0},"nm":"Rectangle Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-115.5,-145.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1"}],"ip":15,"op":26,"st":11,"bm":0,"sr":1},{"ddd":0,"ind":41,"ty":4,"nm":"Shape Layer 11","parent":48,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[29],"e":[431]},{"t":27}]},"p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":15,"s":[356.5,386.5,0],"e":[424.5,358.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":47}]},"a":{"k":[-115.5,-145.5,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":15,"s":[42,42,100],"e":[7,7,100]},{"t":25}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"k":[19,19]},"p":{"k":[0,0]},"r":{"k":0},"nm":"Rectangle Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-115.5,-145.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1"}],"ip":15,"op":26,"st":11,"bm":0,"sr":1},{"ddd":0,"ind":42,"ty":4,"nm":"Shape Layer 10","parent":48,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[29],"e":[378]},{"t":24}]},"p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":12,"s":[148.5,381.5,0],"e":[104.5,348.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":37}]},"a":{"k":[-115.5,-145.5,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":12,"s":[42,42,100],"e":[7,7,100]},{"t":22}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"k":[19,19]},"p":{"k":[0,0]},"r":{"k":0},"nm":"Rectangle Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-115.5,-145.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1"}],"ip":12,"op":23,"st":8,"bm":0,"sr":1},{"ddd":0,"ind":43,"ty":4,"nm":"Shape Layer 9","parent":48,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[0],"e":[-547]},{"t":24}]},"p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":12,"s":[140.5,393.5,0],"e":[84.5,378.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":37}]},"a":{"k":[-115.5,-145.5,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":12,"s":[73,73,100],"e":[7,7,100]},{"t":22}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"k":[19,19]},"p":{"k":[0,0]},"r":{"k":0},"nm":"Rectangle Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-115.5,-145.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1"}],"ip":12,"op":23,"st":8,"bm":0,"sr":1},{"ddd":0,"ind":44,"ty":4,"nm":"W Outlines 9","parent":48,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":15,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[52.023,-9.593],[46.423,-4.165],[44.149,0],[98.229,0],[101.571,-9.593]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[111.523,-226.593],[68.923,-66.165],[44.149,0],[98.229,0],[161.071,-226.593]],"c":true}]},{"t":24}]},"nm":"W"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"W"}],"ip":17,"op":25,"st":12,"bm":0,"sr":1},{"ddd":0,"ind":45,"ty":4,"nm":"W Outlines 8","parent":48,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[93.923,-4.165],[90.011,-8.593],[42.88,-8.593],[44.247,-3.543],[44.149,0],[98.229,0]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[90.719,-20.551],[73.756,-62.693],[26.625,-62.693],[32.576,-41.001],[44.149,0],[98.229,0]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":15,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[90.719,-20.551],[73.756,-62.693],[26.625,-62.693],[32.576,-41.001],[44.149,0],[98.229,0]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[68.923,-66.165],[24.511,-226.593],[-22.62,-226.593],[1.247,-162.543],[44.149,0],[98.229,0]],"c":true}]},{"t":21}]},"nm":"W"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"W"}],"ip":16,"op":25,"st":11,"bm":0,"sr":1},{"ddd":0,"ind":46,"ty":4,"nm":"W Outlines 7","parent":48,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":12,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-38.989,-12.186],[-89.62,-12.093],[-90.23,-11.665],[-95.734,0],[-41.654,0],[-40.253,-5.043]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[24.511,-226.593],[-22.62,-226.593],[-66.73,-66.165],[-95.734,0],[-41.654,0],[1.247,-162.543]],"c":true}]},{"t":21}]},"nm":"W"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"W"}],"ip":14,"op":25,"st":9,"bm":0,"sr":1},{"ddd":0,"ind":47,"ty":4,"nm":"W Outlines 6","parent":48,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-48.028,-10.593],[-97.878,-10.593],[-95.734,0],[-41.654,0],[-49.039,-11.286]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-63.166,-64.197],[-113.016,-64.197],[-95.734,0],[-41.654,0],[-50.258,-24.935]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":12,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-63.166,-64.197],[-113.016,-64.197],[-95.734,0],[-41.654,0],[-50.258,-24.935]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-109.028,-226.593],[-158.878,-226.593],[-95.734,0],[-41.654,0],[-66.039,-66.286]],"c":true}]},{"t":20}]},"nm":"W"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"W"}],"ip":13,"op":25,"st":8,"bm":0,"sr":1},{"ddd":0,"ind":48,"ty":1,"nm":"ResizerTemp","parent":49,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[26.6,35.7,0]},"a":{"k":[250,300,0]},"s":{"k":[10.5,10.5,100]}},"ao":0,"sw":500,"sh":600,"sc":"#ffffff","ip":0,"op":35,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":49,"ty":1,"nm":"White Solid 52","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[40,50,0]},"a":{"k":[28,35,0]},"s":{"k":[142.857,142.857,100]}},"ao":0,"sw":56,"sh":70,"sc":"#ffffff","ip":0,"op":35,"st":0,"bm":0,"sr":1}],"v":"4.4.26","ddd":0,"ip":0,"op":35,"fr":25,"w":80,"h":100} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Mobilo/X.json b/ohos/flutter_lottie/assets/Mobilo/X.json new file mode 100644 index 0000000000000000000000000000000000000000..94840c8b62278eab0e58e7806379a5b4b10e7603 --- /dev/null +++ b/ohos/flutter_lottie/assets/Mobilo/X.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"\rx bar 2","parent":7,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.05,"y":1},"o":{"x":0.95,"y":0},"n":"0p05_1_0p95_0","t":15,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[27.177,100],[26.374,-16.979],[26.298,-55.688],[26.479,-126.686],[-27.601,-126.686],[-27.33,-16.74],[-27.254,22.104],[-27.206,100]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[104.427,100],[25.874,-16.62],[0.798,-55.594],[-44.521,-126.593],[-98.601,-126.593],[-24.58,-16.62],[0.496,22.052],[50.044,100]],"c":true}]},{"t":25}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":15,"op":29,"st":4,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"\rx bar 1 final","parent":7,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.784,-116.62],[100.106,-226.593],[46.026,-226.593],[0.707,-155.594],[-24.671,-116.62],[-102.921,0],[-48.841,0],[0.405,-77.948]],"c":true}},"nm":"X"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"X"}],"ip":25,"op":29,"st":-5,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"X \rbar 1","parent":7,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.05,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p05_1_0p167_0p167","t":6,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[26.449,119.561],[26.772,111],[-27.308,111],[-27.377,116.528],[-27.255,119.56],[-27.505,128.62],[26.575,128.62],[26.571,122.565]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[26.471,-16.979],[26.794,-126.936],[-27.287,-126.936],[-27.355,-55.938],[-27.234,-16.99],[-27.484,99.375],[26.596,99.375],[26.593,21.604]],"c":true}]},{"i":{"x":0.05,"y":1},"o":{"x":0.95,"y":0},"n":"0p05_1_0p95_0","t":15,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[26.471,-16.979],[26.794,-126.936],[-27.287,-126.936],[-27.355,-55.938],[-27.234,-16.99],[-27.484,99.375],[26.596,99.375],[26.593,21.604]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.721,-16.995],[100.044,-126.968],[45.963,-126.968],[0.645,-55.969],[-24.734,-16.995],[-102.984,99.625],[-48.904,99.625],[0.343,21.677]],"c":true}]},{"t":25}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":6,"op":25,"st":4,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"\raccent","parent":7,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.95,"y":0},"n":"0p833_0p833_0p95_0","t":17,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[27.177,100],[26.374,-16.979],[26.298,-55.688],[26.479,-126.686],[-27.601,-126.686],[-27.33,-16.74],[-27.254,22.104],[-27.206,100]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[65.802,100],[26.124,-16.8],[28.548,-55.641],[39.979,-126.279],[-63.101,-126.64],[-25.955,-16.68],[-20.879,22.078],[-41.081,100]],"c":true}]},{"i":{"x":0.05,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p05_1_0p167_0p167","t":21,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[65.802,100],[26.124,-16.8],[28.548,-55.641],[39.979,-126.279],[-63.101,-126.64],[-25.955,-16.68],[-20.879,22.078],[-41.081,100]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[104.427,100],[25.874,-16.62],[0.798,-55.594],[-44.521,-126.593],[-98.601,-126.593],[-24.58,-16.62],[0.496,22.052],[50.044,100]],"c":true}]},{"t":25}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":17,"op":25,"st":6,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"\rcolor 2","parent":7,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.05,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p05_1_0p167_0p167","t":3,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[26.449,119.561],[26.772,111],[-27.308,111],[-27.377,116.528],[-27.255,119.56],[-27.505,128.62],[26.575,128.62],[26.571,122.565]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[26.471,-16.979],[26.794,-126.936],[-27.287,-126.936],[-27.355,-55.938],[-27.234,-16.99],[-27.484,99.375],[26.596,99.375],[26.593,21.604]],"c":true}]},{"t":14}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":3,"op":15,"st":3,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"\rcolor 1","parent":7,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.05,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p05_1_0p167_0p167","t":0,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[26.449,119.561],[26.772,111],[-27.308,111],[-27.377,116.528],[-27.255,119.56],[-27.505,128.62],[26.575,128.62],[26.571,122.565]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[26.471,-16.979],[26.794,-126.936],[-27.287,-126.936],[-27.355,-55.938],[-27.234,-16.99],[-27.484,99.375],[26.596,99.375],[26.593,21.604]],"c":true}]},{"t":11}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":1,"op":15,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"X Outlines","parent":7,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[104.336,0],[25.784,-116.62],[100.106,-226.593],[46.026,-226.593],[0.707,-155.594],[-44.611,-226.593],[-98.692,-226.593],[-24.671,-116.62],[-102.921,0],[-48.841,0],[0.405,-77.948],[49.953,0]],"c":true}},"nm":"X"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"X"}],"ip":25,"op":29,"st":25,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":1,"nm":"ResizerTemp","parent":8,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[26.6,35.7,0]},"a":{"k":[250,300,0]},"s":{"k":[10.5,10.5,100]}},"ao":0,"sw":500,"sh":600,"sc":"#ffffff","ip":0,"op":29,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":1,"nm":"White Solid 53","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[40,50,0]},"a":{"k":[28,35,0]},"s":{"k":[142.857,142.857,100]}},"ao":0,"sw":56,"sh":70,"sc":"#ffffff","ip":0,"op":29,"st":0,"bm":0,"sr":1}],"v":"4.4.26","ddd":0,"ip":0,"op":29,"fr":25,"w":80,"h":100} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Mobilo/Y.json b/ohos/flutter_lottie/assets/Mobilo/Y.json new file mode 100644 index 0000000000000000000000000000000000000000..ada4599fd504450305dca1685424bace3d64230b --- /dev/null +++ b/ohos/flutter_lottie/assets/Mobilo/Y.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":3,"nm":"scale","parent":43,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[250,401,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"ip":0,"op":26,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 25","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"t":5,"s":[84.125,-11.5,0],"h":1},{"t":8,"s":[50.125,-12,0],"h":1},{"t":9,"s":[16.875,-11.5,0],"h":1},{"t":10,"s":[16.875,-11.5,0],"h":1},{"t":11,"s":[-0.625,-11.75,0],"h":1},{"t":13,"s":[3.875,-23.75,0],"h":1},{"t":15,"s":[8.625,-32.875,0],"h":1},{"t":16,"s":[6.25,-30.75,0],"h":1}]},"a":{"k":[-72.75,-110.5,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-4.142],[4.142,0],[0,4.142],[-4.142,0]],"o":[[0,4.142],[-4.142,0],[0,-4.142],[4.142,0]],"v":[[-65.25,-110.5],[-72.75,-103],[-80.25,-110.5],[-72.75,-118]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":21,"op":24,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 20","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"t":5,"s":[84.125,-11.5,0],"h":1},{"t":8,"s":[50.125,-12,0],"h":1},{"t":9,"s":[16.875,-11.5,0],"h":1},{"t":10,"s":[16.875,-11.5,0],"h":1},{"t":11,"s":[-0.625,-11.75,0],"h":1},{"t":13,"s":[3.875,-23.75,0],"h":1},{"t":15,"s":[8.625,-32.875,0],"h":1},{"t":16,"s":[6.25,-30.75,0],"h":1}]},"a":{"k":[-72.75,-110.5,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-4.142],[4.142,0],[0,4.142],[-4.142,0]],"o":[[0,4.142],[-4.142,0],[0,-4.142],[4.142,0]],"v":[[-65.25,-110.5],[-72.75,-103],[-80.25,-110.5],[-72.75,-118]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":6,"op":21,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 26","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"t":5,"s":[-82.5,-14.5,0],"h":1},{"t":8,"s":[-7.5,-18,0],"h":1},{"t":9,"s":[54.25,-82,0],"h":1},{"t":11,"s":[19.5,-83.25,0],"h":1},{"t":13,"s":[26.75,-94.25,0],"h":1},{"t":15,"s":[8.75,-101.75,0],"h":1},{"t":16,"s":[12.25,-103,0],"h":1},{"t":19,"s":[12.625,-103.625,0],"h":1}]},"a":{"k":[-73.25,-110.25,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-5.178],[5.178,0],[0,5.178],[-5.178,0]],"o":[[0,5.178],[-5.178,0],[0,-5.178],[5.178,0]],"v":[[-64.125,-110.75],[-73.5,-101.375],[-82.875,-110.75],[-73.5,-120.125]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":21,"op":24,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 19","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"t":5,"s":[-82.5,-14.5,0],"h":1},{"t":8,"s":[-7.5,-18,0],"h":1},{"t":9,"s":[54.25,-82,0],"h":1},{"t":11,"s":[19.5,-83.25,0],"h":1},{"t":13,"s":[26.75,-94.25,0],"h":1},{"t":15,"s":[8.75,-101.75,0],"h":1},{"t":16,"s":[12.25,-103,0],"h":1},{"t":19,"s":[12.625,-103.625,0],"h":1}]},"a":{"k":[-73.25,-110.25,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-5.178],[5.178,0],[0,5.178],[-5.178,0]],"o":[[0,5.178],[-5.178,0],[0,-5.178],[5.178,0]],"v":[[-64.125,-110.75],[-73.5,-101.375],[-82.875,-110.75],[-73.5,-120.125]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":6,"op":21,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 27","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"t":6,"s":[-135,-10,0],"h":1},{"t":7,"s":[-132.25,-10,0],"h":1},{"t":8,"s":[60.5,-37,0],"h":1},{"t":9,"s":[46.25,-142.25,0],"h":1},{"t":10,"s":[46.25,-142.25,0],"h":1},{"t":11,"s":[58.25,-153.5,0],"h":1},{"t":13,"s":[64.5,-142.25,0],"h":1},{"t":15,"s":[42.125,-139.25,0],"h":1},{"t":16,"s":[51.125,-151.5,0],"h":1},{"t":17,"s":[50.625,-160.25,0],"h":1},{"t":19,"s":[51,-159.75,0],"h":1}]},"a":{"k":[-73.5,-110.5,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-3.59],[3.59,0],[0,3.59],[-3.59,0]],"o":[[0,3.59],[-3.59,0],[0,-3.59],[3.59,0]],"v":[[-67,-110.75],[-73.5,-104.25],[-80,-110.75],[-73.5,-117.25]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":21,"op":24,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 18","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"t":6,"s":[-135,-10,0],"h":1},{"t":7,"s":[-132.25,-10,0],"h":1},{"t":8,"s":[60.5,-37,0],"h":1},{"t":9,"s":[46.25,-142.25,0],"h":1},{"t":10,"s":[46.25,-142.25,0],"h":1},{"t":11,"s":[58.25,-153.5,0],"h":1},{"t":13,"s":[64.5,-142.25,0],"h":1},{"t":15,"s":[42.125,-139.25,0],"h":1},{"t":16,"s":[51.125,-151.5,0],"h":1},{"t":17,"s":[50.625,-160.25,0],"h":1},{"t":19,"s":[51,-159.75,0],"h":1}]},"a":{"k":[-73.5,-110.5,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-3.59],[3.59,0],[0,3.59],[-3.59,0]],"o":[[0,3.59],[-3.59,0],[0,-3.59],[3.59,0]],"v":[[-67,-110.75],[-73.5,-104.25],[-80,-110.75],[-73.5,-117.25]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":6,"op":21,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 28","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"t":5,"s":[-75.25,-52.5,0],"h":1},{"t":6,"s":[-79.25,-50,0],"h":1},{"t":7,"s":[-79.25,-49.5,0],"h":1},{"t":8,"s":[34.5,-93.5,0],"h":1},{"t":9,"s":[45.25,-102.5,0],"h":1},{"t":10,"s":[45.25,-102.5,0],"h":1},{"t":11,"s":[-0.5,-93.25,0],"h":1},{"t":13,"s":[27.25,-131.5,0],"h":1},{"t":15,"s":[42.625,-191.875,0],"h":1},{"t":16,"s":[48.875,-206,0],"h":1},{"t":17,"s":[46.875,-212.25,0],"h":1},{"t":18,"s":[46.188,-212.5,0],"h":1}]},"a":{"k":[-72.75,-110.25,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-3.59],[3.59,0],[0,3.59],[-3.59,0]],"o":[[0,3.59],[-3.59,0],[0,-3.59],[3.59,0]],"v":[[-66.5,-110.5],[-73,-104],[-79.5,-110.5],[-73,-117]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":21,"op":24,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 17","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"t":5,"s":[-75.25,-52.5,0],"h":1},{"t":6,"s":[-79.25,-50,0],"h":1},{"t":7,"s":[-79.25,-49.5,0],"h":1},{"t":8,"s":[34.5,-93.5,0],"h":1},{"t":9,"s":[45.25,-102.5,0],"h":1},{"t":10,"s":[45.25,-102.5,0],"h":1},{"t":11,"s":[-0.5,-93.25,0],"h":1},{"t":13,"s":[27.25,-131.5,0],"h":1},{"t":15,"s":[42.625,-191.875,0],"h":1},{"t":16,"s":[48.875,-206,0],"h":1},{"t":17,"s":[46.875,-212.25,0],"h":1},{"t":18,"s":[46.188,-212.5,0],"h":1}]},"a":{"k":[-72.75,-110.25,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-3.59],[3.59,0],[0,3.59],[-3.59,0]],"o":[[0,3.59],[-3.59,0],[0,-3.59],[3.59,0]],"v":[[-66.5,-110.5],[-73,-104],[-79.5,-110.5],[-73,-117]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":6,"op":21,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Shape Layer 29","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"t":6,"s":[55.25,-54.5,0],"h":1},{"t":8,"s":[-31,-123.25,0],"h":1},{"t":9,"s":[2.25,-181.5,0],"h":1},{"t":11,"s":[-10.25,-172.5,0],"h":1},{"t":12,"s":[-10.25,-171.5,0],"h":1},{"t":13,"s":[-19.25,-158.75,0],"h":1},{"t":14,"s":[-20,-158,0],"h":1},{"t":15,"s":[-23.25,-153.25,0],"h":1},{"t":16,"s":[-29.5,-153.75,0],"h":1},{"t":17,"s":[-34,-138.75,0],"h":1},{"t":18,"s":[-38.75,-138.25,0],"h":1},{"t":19,"s":[-38.25,-138.75,0],"h":1},{"t":20,"s":[-38,-144.5,0],"h":1}]},"a":{"k":[-73.5,-111,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.024,-6.075],[6.075,0.024],[-0.024,6.075],[-6.075,-0.024]],"o":[[-0.024,6.075],[-6.075,-0.024],[0.024,-6.075],[6.075,0.024]],"v":[[-62.25,-110.707],[-73.293,-99.75],[-84.25,-110.793],[-73.207,-121.75]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":21,"op":24,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"Shape Layer 16","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"t":6,"s":[55.25,-54.5,0],"h":1},{"t":8,"s":[-31,-123.25,0],"h":1},{"t":9,"s":[2.25,-181.5,0],"h":1},{"t":11,"s":[-10.25,-172.5,0],"h":1},{"t":12,"s":[-10.25,-171.5,0],"h":1},{"t":13,"s":[-19.25,-158.75,0],"h":1},{"t":14,"s":[-20,-158,0],"h":1},{"t":15,"s":[-23.25,-153.25,0],"h":1},{"t":16,"s":[-29.5,-153.75,0],"h":1},{"t":17,"s":[-34,-138.75,0],"h":1},{"t":18,"s":[-38.75,-138.25,0],"h":1},{"t":19,"s":[-38.25,-138.75,0],"h":1},{"t":20,"s":[-38,-144.5,0],"h":1}]},"a":{"k":[-73.5,-111,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.024,-6.075],[6.075,0.024],[-0.024,6.075],[-6.075,-0.024]],"o":[[-0.024,6.075],[-6.075,-0.024],[0.024,-6.075],[6.075,0.024]],"v":[[-62.25,-110.707],[-73.293,-99.75],[-84.25,-110.793],[-73.207,-121.75]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":6,"op":21,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"Ball_final Blue","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[-95.5,-17.5,0],"e":[-87,-17.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[-87,-17.5,0],"e":[-82.498,-17.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[-82.498,-17.5,0],"e":[-81,-17.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":5,"s":[-81,-17.5,0],"h":1},{"t":6,"s":[-78.5,-17.5,0],"h":1},{"t":7,"s":[-77,-17.5,0],"h":1},{"t":8,"s":[-68.25,-17.25,0],"h":1},{"t":9,"s":[-66.75,-86.5,0],"h":1},{"t":10,"s":[-66.75,-90.5,0],"h":1},{"t":11,"s":[-65.75,-299.5,0],"h":1},{"t":12,"s":[-65.75,-304.5,0],"h":1},{"t":13,"s":[-65.75,-317.5,0],"h":1},{"t":14,"s":[-65.75,-325.5,0],"h":1},{"t":15,"s":[-65.75,-328,0],"h":1},{"t":16,"s":[-65.75,-327.5,0],"h":1},{"t":18,"s":[-65.75,-324,0],"h":1},{"t":19,"s":[-65.75,-322,0],"h":1},{"t":20,"s":[-67,-231.5,0],"h":1},{"t":21,"s":[-66.5,-226.5,0],"h":1},{"t":22,"s":[-72,-213,0],"h":1}]},"a":{"k":[-73,-110.5,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-8.284],[8.284,0],[0,8.284],[-8.284,0]],"o":[[0,8.284],[-8.284,0],[0,-8.284],[8.284,0]],"v":[[-58.25,-110.75],[-73.25,-95.75],[-88.25,-110.75],[-73.25,-125.75]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":21,"op":24,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"Ball_final","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[-95.5,-17.5,0],"e":[-87,-17.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[-87,-17.5,0],"e":[-82.498,-17.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[-82.498,-17.5,0],"e":[-81,-17.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":5,"s":[-81,-17.5,0],"h":1},{"t":6,"s":[-78.5,-17.5,0],"h":1},{"t":7,"s":[-77,-17.5,0],"h":1},{"t":8,"s":[-68.25,-17.25,0],"h":1},{"t":9,"s":[-66.75,-86.5,0],"h":1},{"t":10,"s":[-66.75,-90.5,0],"h":1},{"t":11,"s":[-65.75,-299.5,0],"h":1},{"t":12,"s":[-65.75,-304.5,0],"h":1},{"t":13,"s":[-65.75,-317.5,0],"h":1},{"t":14,"s":[-65.75,-325.5,0],"h":1},{"t":15,"s":[-65.75,-328,0],"h":1},{"t":16,"s":[-65.75,-327.5,0],"h":1},{"t":18,"s":[-65.75,-324,0],"h":1},{"t":19,"s":[-65.75,-322,0],"h":1},{"t":20,"s":[-67,-231.5,0],"h":1},{"t":21,"s":[-67.5,-226.5,0],"h":1},{"t":22,"s":[-72,-213,0],"h":1}]},"a":{"k":[-73,-110.5,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-8.284],[8.284,0],[0,8.284],[-8.284,0]],"o":[[0,8.284],[-8.284,0],[0,-8.284],[8.284,0]],"v":[[-58.25,-110.75],[-73.25,-95.75],[-88.25,-110.75],[-73.25,-125.75]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":2,"op":21,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"Shape Layer 30","parent":0,"ks":{"o":{"k":100},"r":{"k":[{"t":3,"s":[77],"h":1},{"t":6,"s":[30],"h":1},{"t":8,"s":[87],"h":1},{"t":9,"s":[57],"h":1},{"t":10,"s":[57],"h":1},{"t":11,"s":[-34],"h":1},{"t":13,"s":[-22],"h":1},{"t":15,"s":[-2],"h":1},{"t":17,"s":[24],"h":1},{"t":20,"s":[15],"h":1},{"t":22,"s":[0],"h":1}]},"p":{"k":[{"t":3,"s":[83.375,-8.75,0],"h":1},{"t":6,"s":[42.5,-8.25,0],"h":1},{"t":8,"s":[-11.75,-133.75,0],"h":1},{"t":9,"s":[-35.25,-138.75,0],"h":1},{"t":10,"s":[-33.75,-139.5,0],"h":1},{"t":11,"s":[-51,-154.25,0],"h":1},{"t":13,"s":[-41.75,-202.25,0],"h":1},{"t":15,"s":[-53.5,-190.375,0],"h":1},{"t":16,"s":[-54.25,-190.375,0],"h":1},{"t":17,"s":[-67.75,-197.75,0],"h":1},{"t":20,"s":[-93,-228.25,0],"h":1},{"t":21,"s":[-94,-228.25,0],"h":1},{"t":22,"s":[-93,-222,0],"h":1}]},"a":{"k":[-20.375,-85.375,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-25.75,-88.562],[-20.25,-79.5],[-14.5,-88.625]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":21,"op":24,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"Shape Layer 10","parent":0,"ks":{"o":{"k":100},"r":{"k":[{"t":3,"s":[77],"h":1},{"t":6,"s":[30],"h":1},{"t":8,"s":[87],"h":1},{"t":9,"s":[57],"h":1},{"t":10,"s":[57],"h":1},{"t":11,"s":[-34],"h":1},{"t":13,"s":[-22],"h":1},{"t":15,"s":[-2],"h":1},{"t":17,"s":[24],"h":1},{"t":20,"s":[15],"h":1},{"t":22,"s":[0],"h":1}]},"p":{"k":[{"t":3,"s":[83.375,-8.75,0],"h":1},{"t":6,"s":[42.5,-8.25,0],"h":1},{"t":8,"s":[-11.75,-133.75,0],"h":1},{"t":9,"s":[-35.25,-138.75,0],"h":1},{"t":10,"s":[-33.75,-139.5,0],"h":1},{"t":11,"s":[-51,-154.25,0],"h":1},{"t":13,"s":[-41.75,-202.25,0],"h":1},{"t":15,"s":[-53.5,-190.375,0],"h":1},{"t":16,"s":[-54.25,-190.375,0],"h":1},{"t":17,"s":[-67.75,-197.75,0],"h":1},{"t":20,"s":[-93,-228.25,0],"h":1},{"t":21,"s":[-94,-228.25,0],"h":1},{"t":22,"s":[-93,-222,0],"h":1}]},"a":{"k":[-20.375,-85.375,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-25.75,-88.562],[-20.25,-79.5],[-14.5,-88.625]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":3,"op":21,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"Shape Layer 31","parent":0,"ks":{"o":{"k":100},"r":{"k":[{"t":6,"s":[-101],"h":1},{"t":7,"s":[-93],"h":1},{"t":8,"s":[75],"h":1},{"t":9,"s":[24],"h":1},{"t":10,"s":[24],"h":1},{"t":11,"s":[8.944],"h":1},{"t":13,"s":[4.944],"h":1},{"t":15,"s":[-4.056],"h":1},{"t":16,"s":[0],"h":1}]},"p":{"k":[{"t":6,"s":[-106.5,-10.5,0],"h":1},{"t":7,"s":[-106,-10.5,0],"h":1},{"t":8,"s":[-30.75,-7.5,0],"h":1},{"t":9,"s":[-2.75,-12.5,0],"h":1},{"t":10,"s":[-2.75,-12.5,0],"h":1},{"t":11,"s":[-4.75,-32.5,0],"h":1},{"t":13,"s":[2.75,-50.5,0],"h":1},{"t":15,"s":[6.875,-66.875,0],"h":1},{"t":16,"s":[6,-57,0],"h":1}]},"a":{"k":[-6.75,-80.25,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[1.905,-97.975],[-13.93,-79.785],[-5.286,-71.437]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":21,"op":24,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"Shape Layer 14","parent":0,"ks":{"o":{"k":100},"r":{"k":[{"t":6,"s":[-101],"h":1},{"t":7,"s":[-93],"h":1},{"t":8,"s":[75],"h":1},{"t":9,"s":[24],"h":1},{"t":10,"s":[24],"h":1},{"t":11,"s":[8.944],"h":1},{"t":13,"s":[4.944],"h":1},{"t":15,"s":[-4.056],"h":1},{"t":16,"s":[0],"h":1}]},"p":{"k":[{"t":6,"s":[-106.5,-10.5,0],"h":1},{"t":7,"s":[-106,-10.5,0],"h":1},{"t":8,"s":[-30.75,-7.5,0],"h":1},{"t":9,"s":[-2.75,-12.5,0],"h":1},{"t":10,"s":[-2.75,-12.5,0],"h":1},{"t":11,"s":[-4.75,-32.5,0],"h":1},{"t":13,"s":[2.75,-50.5,0],"h":1},{"t":15,"s":[6.875,-66.875,0],"h":1},{"t":16,"s":[6,-57,0],"h":1}]},"a":{"k":[-6.75,-80.25,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[1.905,-97.975],[-13.93,-79.785],[-5.286,-71.437]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":6,"op":21,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":4,"nm":"Shape Layer 32","parent":0,"ks":{"o":{"k":100},"r":{"k":[{"t":3,"s":[-217],"h":1},{"t":6,"s":[-103],"h":1},{"t":8,"s":[-79],"h":1},{"t":9,"s":[-148],"h":1},{"t":11,"s":[-144],"h":1},{"t":13,"s":[-20],"h":1},{"t":15,"s":[-4],"h":1},{"t":19,"s":[0],"h":1}]},"p":{"k":[{"t":3,"s":[31.875,-10.5,0],"h":1},{"t":6,"s":[-10.875,-11.25,0],"h":1},{"t":8,"s":[-22.125,-62.25,0],"h":1},{"t":9,"s":[22.375,-33.75,0],"h":1},{"t":11,"s":[17.625,-57.5,0],"h":1},{"t":13,"s":[17.125,-76.25,0],"h":1},{"t":15,"s":[19.375,-85.75,0],"h":1},{"t":19,"s":[17.875,-84.5,0],"h":1}]},"a":{"k":[8,-93.5,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[0.655,-98.45],[11.945,-80.785],[12.527,-98.374]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":21,"op":24,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":4,"nm":"Shape Layer 22","parent":0,"ks":{"o":{"k":100},"r":{"k":[{"t":3,"s":[-217],"h":1},{"t":6,"s":[-103],"h":1},{"t":8,"s":[-79],"h":1},{"t":9,"s":[-148],"h":1},{"t":11,"s":[-144],"h":1},{"t":13,"s":[-20],"h":1},{"t":15,"s":[-4],"h":1},{"t":19,"s":[0],"h":1}]},"p":{"k":[{"t":3,"s":[31.875,-10.5,0],"h":1},{"t":6,"s":[-10.875,-11.25,0],"h":1},{"t":8,"s":[-22.125,-62.25,0],"h":1},{"t":9,"s":[22.375,-33.75,0],"h":1},{"t":11,"s":[17.625,-57.5,0],"h":1},{"t":13,"s":[17.125,-76.25,0],"h":1},{"t":15,"s":[19.375,-85.75,0],"h":1},{"t":19,"s":[17.875,-84.5,0],"h":1}]},"a":{"k":[8,-93.5,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[0.655,-98.45],[11.945,-80.785],[12.527,-98.374]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":3,"op":21,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":4,"nm":"Shape Layer 33","parent":0,"ks":{"o":{"k":100},"r":{"k":[{"t":5,"s":[88],"h":1},{"t":8,"s":[129],"h":1},{"t":9,"s":[101],"h":1},{"t":10,"s":[101],"h":1},{"t":11,"s":[101],"h":1},{"t":13,"s":[56],"h":1},{"t":15,"s":[81],"h":1},{"t":16,"s":[124],"h":1}]},"p":{"k":[{"t":5,"s":[86.875,-29.375,0],"h":1},{"t":8,"s":[26.125,-109.875,0],"h":1},{"t":9,"s":[17.875,-126.125,0],"h":1},{"t":10,"s":[17.875,-126.125,0],"h":1},{"t":11,"s":[12.125,-103.375,0],"h":1},{"t":13,"s":[0.125,-93.625,0],"h":1},{"t":15,"s":[-25.375,-67,0],"h":1},{"t":16,"s":[-16.125,-72.125,0],"h":1}]},"a":{"k":[3.5,-89.125,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[2.405,-98.35],[-5.055,-79.535],[9.839,-88.312]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":21,"op":24,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":20,"ty":4,"nm":"Shape Layer 21","parent":0,"ks":{"o":{"k":100},"r":{"k":[{"t":5,"s":[88],"h":1},{"t":8,"s":[129],"h":1},{"t":9,"s":[101],"h":1},{"t":10,"s":[101],"h":1},{"t":11,"s":[101],"h":1},{"t":13,"s":[56],"h":1},{"t":15,"s":[81],"h":1},{"t":16,"s":[124],"h":1}]},"p":{"k":[{"t":5,"s":[86.875,-29.375,0],"h":1},{"t":8,"s":[26.125,-109.875,0],"h":1},{"t":9,"s":[17.875,-126.125,0],"h":1},{"t":10,"s":[17.875,-126.125,0],"h":1},{"t":11,"s":[12.125,-103.375,0],"h":1},{"t":13,"s":[0.125,-93.625,0],"h":1},{"t":15,"s":[-25.375,-67,0],"h":1},{"t":16,"s":[-16.125,-72.125,0],"h":1}]},"a":{"k":[3.5,-89.125,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[2.405,-98.35],[-5.055,-79.535],[9.839,-88.312]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":6,"op":21,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":21,"ty":4,"nm":"Shape Layer 34","parent":0,"ks":{"o":{"k":100},"r":{"k":[{"t":5,"s":[-89],"h":1},{"t":6,"s":[-65],"h":1},{"t":8,"s":[-26],"h":1},{"t":9,"s":[-38],"h":1},{"t":11,"s":[2],"h":1},{"t":13,"s":[-170],"h":1},{"t":15,"s":[-13],"h":1},{"t":16,"s":[0],"h":1}]},"p":{"k":[{"t":5,"s":[105.375,-13.75,0],"h":1},{"t":6,"s":[44.875,-78.75,0],"h":1},{"t":8,"s":[42.625,-79.25,0],"h":1},{"t":9,"s":[53.875,-121,0],"h":1},{"t":11,"s":[34.625,-144.5,0],"h":1},{"t":13,"s":[24.875,-114,0],"h":1},{"t":15,"s":[20,-118.75,0],"h":1},{"t":16,"s":[24.125,-119.25,0],"h":1}]},"a":{"k":[-7.5,-86.75,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[6.155,-100.1],[-16.305,-85.785],[-7.161,-80.062]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":21,"op":24,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":22,"ty":4,"nm":"Shape Layer 13","parent":0,"ks":{"o":{"k":100},"r":{"k":[{"t":5,"s":[-89],"h":1},{"t":6,"s":[-65],"h":1},{"t":8,"s":[-26],"h":1},{"t":9,"s":[-38],"h":1},{"t":11,"s":[2],"h":1},{"t":13,"s":[-170],"h":1},{"t":15,"s":[-13],"h":1},{"t":16,"s":[0],"h":1}]},"p":{"k":[{"t":5,"s":[105.375,-13.75,0],"h":1},{"t":6,"s":[44.875,-78.75,0],"h":1},{"t":8,"s":[42.625,-79.25,0],"h":1},{"t":9,"s":[53.875,-121,0],"h":1},{"t":11,"s":[34.625,-144.5,0],"h":1},{"t":13,"s":[24.875,-114,0],"h":1},{"t":15,"s":[20,-118.75,0],"h":1},{"t":16,"s":[24.125,-119.25,0],"h":1}]},"a":{"k":[-7.5,-86.75,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[6.155,-100.1],[-16.305,-85.785],[-7.161,-80.062]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":5,"op":21,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":23,"ty":4,"nm":"Shape Layer 35","parent":0,"ks":{"o":{"k":100},"r":{"k":[{"t":5,"s":[233],"h":1},{"t":8,"s":[264],"h":1},{"t":9,"s":[-31],"h":1},{"t":10,"s":[-31],"h":1},{"t":11,"s":[-28],"h":1},{"t":13,"s":[-17],"h":1},{"t":15,"s":[-8],"h":1},{"t":16,"s":[0],"h":1}]},"p":{"k":[{"t":5,"s":[120.25,-34.75,0],"h":1},{"t":8,"s":[92,-41.5,0],"h":1},{"t":9,"s":[38,-18.5,0],"h":1},{"t":10,"s":[38,-18.5,0],"h":1},{"t":11,"s":[26.25,-18.5,0],"h":1},{"t":13,"s":[22.75,-16.25,0],"h":1},{"t":15,"s":[21.75,-13.125,0],"h":1},{"t":16,"s":[14.5,-11.75,0],"h":1}]},"a":{"k":[-5.5,-74,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[2.53,-98.225],[-21.879,-65.561],[2.589,-65.437]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":21,"op":24,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":24,"ty":4,"nm":"Shape Layer 12","parent":0,"ks":{"o":{"k":100},"r":{"k":[{"t":5,"s":[233],"h":1},{"t":8,"s":[264],"h":1},{"t":9,"s":[-31],"h":1},{"t":10,"s":[-31],"h":1},{"t":11,"s":[-28],"h":1},{"t":13,"s":[-17],"h":1},{"t":15,"s":[-8],"h":1},{"t":16,"s":[0],"h":1}]},"p":{"k":[{"t":5,"s":[120.25,-34.75,0],"h":1},{"t":8,"s":[92,-41.5,0],"h":1},{"t":9,"s":[38,-18.5,0],"h":1},{"t":10,"s":[38,-18.5,0],"h":1},{"t":11,"s":[26.25,-18.5,0],"h":1},{"t":13,"s":[22.75,-16.25,0],"h":1},{"t":15,"s":[21.75,-13.125,0],"h":1},{"t":16,"s":[14.5,-11.75,0],"h":1}]},"a":{"k":[-5.5,-74,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[2.53,-98.225],[-21.879,-65.561],[2.589,-65.437]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":6,"op":21,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":25,"ty":4,"nm":"Shape Layer 36","parent":0,"ks":{"o":{"k":100},"r":{"k":[{"t":6,"s":[-126],"h":1},{"t":8,"s":[-23],"h":1},{"t":9,"s":[-32],"h":1},{"t":10,"s":[-32],"h":1},{"t":11,"s":[-28],"h":1},{"t":13,"s":[-28],"h":1},{"t":15,"s":[-14],"h":1},{"t":16,"s":[-9],"h":1},{"t":17,"s":[2],"h":1},{"t":18,"s":[0],"h":1},{"t":20,"s":[0],"h":1}]},"p":{"k":[{"t":6,"s":[-38.5,-32.5,0],"h":1},{"t":8,"s":[13,-28.5,0],"h":1},{"t":9,"s":[14.5,-68.25,0],"h":1},{"t":10,"s":[14.5,-68.25,0],"h":1},{"t":11,"s":[23.75,-170.25,0],"h":1},{"t":13,"s":[8.75,-182,0],"h":1},{"t":15,"s":[-3.75,-169,0],"h":1},{"t":16,"s":[-9,-162,0],"h":1},{"t":17,"s":[-11.75,-157,0],"h":1},{"t":18,"s":[-15,-153.5,0],"h":1},{"t":20,"s":[-15,-153.5,0],"h":1}]},"a":{"k":[-15,-52.5,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-25.125,-88.5],[-21.5,-33.25],[-1.25,-46.25]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":21,"op":24,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":26,"ty":4,"nm":"Shape Layer 9","parent":0,"ks":{"o":{"k":100},"r":{"k":[{"t":6,"s":[-126],"h":1},{"t":8,"s":[-23],"h":1},{"t":9,"s":[-32],"h":1},{"t":10,"s":[-32],"h":1},{"t":11,"s":[-28],"h":1},{"t":13,"s":[-28],"h":1},{"t":15,"s":[-14],"h":1},{"t":16,"s":[-9],"h":1},{"t":17,"s":[2],"h":1},{"t":18,"s":[0],"h":1},{"t":20,"s":[0],"h":1}]},"p":{"k":[{"t":6,"s":[-38.5,-32.5,0],"h":1},{"t":8,"s":[13,-28.5,0],"h":1},{"t":9,"s":[14.5,-68.25,0],"h":1},{"t":10,"s":[14.5,-68.25,0],"h":1},{"t":11,"s":[23.75,-170.25,0],"h":1},{"t":13,"s":[8.75,-182,0],"h":1},{"t":15,"s":[-3.75,-169,0],"h":1},{"t":16,"s":[-9,-162,0],"h":1},{"t":17,"s":[-11.75,-157,0],"h":1},{"t":18,"s":[-15,-153.5,0],"h":1},{"t":20,"s":[-15,-153.5,0],"h":1}]},"a":{"k":[-15,-52.5,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-25.125,-88.5],[-21.5,-33.25],[-1.25,-46.25]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":6,"op":21,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":27,"ty":4,"nm":"02","parent":0,"ks":{"o":{"k":100},"r":{"k":[{"t":1,"s":[56],"h":1},{"t":3,"s":[86],"h":1},{"t":4,"s":[82],"h":1},{"t":6,"s":[42],"h":1},{"t":7,"s":[41],"h":1},{"t":8,"s":[21],"h":1},{"t":9,"s":[18],"h":1},{"t":11,"s":[36.325],"h":1},{"t":12,"s":[9.325],"h":1},{"t":13,"s":[11.325],"h":1},{"t":14,"s":[14.326],"h":1},{"t":15,"s":[12.325],"h":1},{"t":16,"s":[-7],"h":1},{"t":17,"s":[-6],"h":1},{"t":18,"s":[-3],"h":1}]},"p":{"k":[{"t":1,"s":[23.75,-4.5,0],"h":1},{"t":3,"s":[41,-24.25,0],"h":1},{"t":4,"s":[41,-23,0],"h":1},{"t":6,"s":[11.25,-85.75,0],"h":1},{"t":8,"s":[66.75,-154,0],"h":1},{"t":9,"s":[62.75,-169.25,0],"h":1},{"t":11,"s":[85.25,-177,0],"h":1},{"t":12,"s":[102.75,-240,0],"h":1},{"t":13,"s":[102.75,-241.5,0],"h":1},{"t":14,"s":[102.75,-244.25,0],"h":1},{"t":15,"s":[103.75,-246.75,0],"h":1},{"t":16,"s":[98.75,-226,0],"h":1},{"t":18,"s":[99.25,-225.25,0],"h":1}]},"a":{"k":[20.449,-88.562,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-25.197,-91.554],[-5,-50.875],[22,-89.125]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":21,"op":24,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":28,"ty":4,"nm":"01","parent":0,"ks":{"o":{"k":100},"r":{"k":[{"t":1,"s":[56],"h":1},{"t":3,"s":[86],"h":1},{"t":4,"s":[82],"h":1},{"t":6,"s":[42],"h":1},{"t":7,"s":[41],"h":1},{"t":8,"s":[21],"h":1},{"t":9,"s":[18],"h":1},{"t":11,"s":[36.325],"h":1},{"t":12,"s":[9.325],"h":1},{"t":13,"s":[11.325],"h":1},{"t":14,"s":[14.326],"h":1},{"t":15,"s":[12.325],"h":1},{"t":16,"s":[-7],"h":1},{"t":17,"s":[-6],"h":1},{"t":18,"s":[-3],"h":1}]},"p":{"k":[{"t":1,"s":[23.75,-4.5,0],"h":1},{"t":3,"s":[41,-24.25,0],"h":1},{"t":4,"s":[41,-23,0],"h":1},{"t":6,"s":[11.25,-85.75,0],"h":1},{"t":8,"s":[66.75,-154,0],"h":1},{"t":9,"s":[62.75,-169.25,0],"h":1},{"t":11,"s":[85.25,-177,0],"h":1},{"t":12,"s":[102.75,-240,0],"h":1},{"t":13,"s":[102.75,-241.5,0],"h":1},{"t":14,"s":[102.75,-244.25,0],"h":1},{"t":15,"s":[103.75,-246.75,0],"h":1},{"t":16,"s":[98.75,-226,0],"h":1},{"t":18,"s":[99.25,-225.25,0],"h":1}]},"a":{"k":[20.449,-88.562,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-25.197,-91.554],[-5,-50.875],[22,-89.125]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":1,"op":21,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":29,"ty":4,"nm":"Shape Layer 37","parent":0,"ks":{"o":{"k":100},"r":{"k":[{"t":6,"s":[10],"h":1},{"t":7,"s":[6],"h":1},{"t":8,"s":[-2],"h":1},{"t":11,"s":[-25],"h":1},{"t":13,"s":[-14],"h":1},{"t":15,"s":[-23],"h":1},{"t":16,"s":[0],"h":1},{"t":19,"s":[-7],"h":1}]},"p":{"k":[{"t":6,"s":[93.875,-37.999,0],"h":1},{"t":7,"s":[94,-38,0],"h":1},{"t":8,"s":[68.75,-4.5,0],"h":1},{"t":9,"s":[40,-42,0],"h":1},{"t":10,"s":[40,-42,0],"h":1},{"t":11,"s":[2.25,-53.25,0],"h":1},{"t":13,"s":[-5.25,-58.5,0],"h":1},{"t":15,"s":[-6.375,-70.375,0],"h":1},{"t":16,"s":[-6,-75.125,0],"h":1},{"t":17,"s":[-7,-76.625,0],"h":1},{"t":19,"s":[-4.625,-76.5,0],"h":1}]},"a":{"k":[26.75,27.25,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[34.134,0.088],[16.414,9.522],[26.191,28.177],[43.912,18.743]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":21,"op":24,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":30,"ty":4,"nm":"Shape Layer 5","parent":0,"ks":{"o":{"k":100},"r":{"k":[{"t":6,"s":[10],"h":1},{"t":7,"s":[6],"h":1},{"t":8,"s":[-2],"h":1},{"t":11,"s":[-25],"h":1},{"t":13,"s":[-14],"h":1},{"t":15,"s":[-23],"h":1},{"t":16,"s":[0],"h":1},{"t":19,"s":[-7],"h":1}]},"p":{"k":[{"t":6,"s":[93.875,-37.999,0],"h":1},{"t":7,"s":[94,-38,0],"h":1},{"t":8,"s":[68.75,-4.5,0],"h":1},{"t":9,"s":[40,-42,0],"h":1},{"t":10,"s":[40,-42,0],"h":1},{"t":11,"s":[2.25,-53.25,0],"h":1},{"t":13,"s":[-5.25,-58.5,0],"h":1},{"t":15,"s":[-6.375,-70.375,0],"h":1},{"t":16,"s":[-6,-75.125,0],"h":1},{"t":17,"s":[-7,-76.625,0],"h":1},{"t":19,"s":[-4.625,-76.5,0],"h":1}]},"a":{"k":[26.75,27.25,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[34.134,0.088],[16.414,9.522],[26.191,28.177],[43.912,18.743]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":6,"op":21,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":31,"ty":4,"nm":"Shape Layer 38","parent":0,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6,"s":[-106],"e":[-110]},{"t":7,"s":[-110],"h":1},{"t":8,"s":[-54],"h":1},{"t":11,"s":[-34],"h":1},{"t":13,"s":[-3],"h":1},{"t":15,"s":[-19],"h":1},{"t":16,"s":[-26],"h":1},{"t":19,"s":[-11],"h":1},{"t":20,"s":[-8],"h":1},{"t":21,"s":[0],"h":1}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[-56.875,-58.875,0],"e":[-56.875,-58.375,0],"to":[0,0,0],"ti":[0,0,0]},{"t":7,"s":[-56.875,-58.375,0],"h":1},{"t":8,"s":[42.875,-115.875,0],"h":1},{"t":9,"s":[36.875,-126.625,0],"h":1},{"t":10,"s":[36.875,-126.625,0],"h":1},{"t":11,"s":[22.375,-123.375,0],"h":1},{"t":13,"s":[44.875,-125.875,0],"h":1},{"t":15,"s":[24.875,-175.375,0],"h":1},{"t":16,"s":[24.875,-184.875,0],"h":1},{"t":17,"s":[24.375,-179.375,0],"h":1},{"t":19,"s":[21.375,-174.625,0],"h":1},{"t":20,"s":[20.625,-173.625,0],"h":1},{"t":21,"s":[20.125,-172.375,0],"h":1}]},"a":{"k":[71.875,54.625,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[82.103,45.304],[75.941,41.263],[61.268,63.712],[67.43,67.752]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":21,"op":24,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":32,"ty":4,"nm":"Shape Layer 6","parent":0,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6,"s":[-106],"e":[-110]},{"t":7,"s":[-110],"h":1},{"t":8,"s":[-54],"h":1},{"t":11,"s":[-34],"h":1},{"t":13,"s":[-3],"h":1},{"t":15,"s":[-19],"h":1},{"t":16,"s":[-26],"h":1},{"t":19,"s":[-11],"h":1},{"t":20,"s":[-8],"h":1},{"t":21,"s":[0],"h":1}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[-56.875,-58.875,0],"e":[-56.875,-58.375,0],"to":[0,0,0],"ti":[0,0,0]},{"t":7,"s":[-56.875,-58.375,0],"h":1},{"t":8,"s":[42.875,-115.875,0],"h":1},{"t":9,"s":[36.875,-126.625,0],"h":1},{"t":10,"s":[36.875,-126.625,0],"h":1},{"t":11,"s":[22.375,-123.375,0],"h":1},{"t":13,"s":[44.875,-125.875,0],"h":1},{"t":15,"s":[24.875,-175.375,0],"h":1},{"t":16,"s":[24.875,-184.875,0],"h":1},{"t":17,"s":[24.375,-179.375,0],"h":1},{"t":19,"s":[21.375,-174.625,0],"h":1},{"t":20,"s":[20.625,-173.625,0],"h":1},{"t":21,"s":[20.125,-172.375,0],"h":1}]},"a":{"k":[71.875,54.625,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[82.103,45.304],[75.941,41.263],[61.268,63.712],[67.43,67.752]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":6,"op":21,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":33,"ty":4,"nm":"Shape Layer 4","parent":0,"ks":{"o":{"k":100},"r":{"k":[{"t":6,"s":[2.5],"h":1},{"t":7,"s":[-1],"h":1},{"t":8,"s":[-3],"h":1},{"t":9,"s":[-19],"h":1},{"t":10,"s":[-10],"h":1},{"t":11,"s":[-14],"h":1},{"t":13,"s":[10],"h":1},{"t":15,"s":[-7],"h":1},{"t":16,"s":[0],"h":1}]},"p":{"k":[{"t":6,"s":[77.125,-54.875,0],"h":1},{"t":7,"s":[76.625,-54.75,0],"h":1},{"t":8,"s":[75.875,-66.25,0],"h":1},{"t":9,"s":[58.625,-17,0],"h":1},{"t":10,"s":[58.125,-17.5,0],"h":1},{"t":11,"s":[37.625,-37.5,0],"h":1},{"t":13,"s":[15.75,-47,0],"h":1},{"t":15,"s":[18.625,-52.125,0],"h":1},{"t":16,"s":[19.125,-53.5,0],"h":1}]},"a":{"k":[49.375,38.25,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[53.722,25.672],[45.694,25.594],[45.618,51.422],[53.647,51.5]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":6,"op":24,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":34,"ty":4,"nm":"Shape Layer 3","parent":0,"ks":{"o":{"k":100},"r":{"k":[{"t":6,"s":[90],"h":1},{"t":9,"s":[51],"h":1},{"t":10,"s":[51],"h":1},{"t":11,"s":[-11],"h":1},{"t":13,"s":[-3],"h":1},{"t":15,"s":[5],"h":1},{"t":16,"s":[0],"h":1}]},"p":{"k":[{"t":6,"s":[99.25,-20.5,0],"h":1},{"t":8,"s":[91.5,-20.5,0],"h":1},{"t":9,"s":[-40.25,-16.5,0],"h":1},{"t":10,"s":[-38.5,-16.5,0],"h":1},{"t":11,"s":[-27.75,-4,0],"h":1},{"t":13,"s":[-23.75,-4,0],"h":1},{"t":15,"s":[-21.625,-4.375,0],"h":1},{"t":16,"s":[-20,-3.5,0],"h":1}]},"a":{"k":[42.25,65.25,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[59.228,5.577],[41.81,5.488],[41.644,65.279],[59.062,65.368]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":6,"op":24,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":35,"ty":4,"nm":"Shape Layer 39","parent":0,"ks":{"o":{"k":100},"r":{"k":[{"t":6,"s":[-47],"h":1},{"t":8,"s":[-21],"h":1},{"t":9,"s":[16],"h":1},{"t":10,"s":[16],"h":1},{"t":11,"s":[26],"h":1},{"t":13,"s":[5],"h":1},{"t":15,"s":[94],"h":1},{"t":17,"s":[-81],"h":1},{"t":20,"s":[41],"h":1},{"t":21,"s":[37],"h":1},{"t":22,"s":[11],"h":1}]},"p":{"k":[{"t":6,"s":[11.229,-3.423,0],"h":1},{"t":8,"s":[20.979,-126.673,0],"h":1},{"t":9,"s":[11.229,-153.923,0],"h":1},{"t":10,"s":[11.229,-153.923,0],"h":1},{"t":11,"s":[-12.521,-189.173,0],"h":1},{"t":12,"s":[-12.521,-188.673,0],"h":1},{"t":13,"s":[-26.771,-202.673,0],"h":1},{"t":15,"s":[-50.396,-205.173,0],"h":1},{"t":16,"s":[-53.146,-205.173,0],"h":1},{"t":17,"s":[-49.271,-208.048,0],"h":1},{"t":20,"s":[-47.021,-219.923,0],"h":1},{"t":21,"s":[-47.646,-219.673,0],"h":1},{"t":22,"s":[-49.771,-212.548,0],"h":1}]},"a":{"k":[38.979,-31.548,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[35.93,9.389],[31,13.999],[39.777,23.377],[44.707,18.766]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,-54.181],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"}],"ip":21,"op":24,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":36,"ty":4,"nm":"Shape Layer 23","parent":0,"ks":{"o":{"k":100},"r":{"k":[{"t":6,"s":[-47],"h":1},{"t":8,"s":[-21],"h":1},{"t":9,"s":[16],"h":1},{"t":10,"s":[16],"h":1},{"t":11,"s":[26],"h":1},{"t":13,"s":[5],"h":1},{"t":15,"s":[94],"h":1},{"t":17,"s":[-81],"h":1},{"t":20,"s":[41],"h":1},{"t":21,"s":[37],"h":1},{"t":22,"s":[11],"h":1}]},"p":{"k":[{"t":6,"s":[11.229,-3.423,0],"h":1},{"t":8,"s":[20.979,-126.673,0],"h":1},{"t":9,"s":[11.229,-153.923,0],"h":1},{"t":10,"s":[11.229,-153.923,0],"h":1},{"t":11,"s":[-12.521,-189.173,0],"h":1},{"t":12,"s":[-12.521,-188.673,0],"h":1},{"t":13,"s":[-26.771,-202.673,0],"h":1},{"t":15,"s":[-50.396,-205.173,0],"h":1},{"t":16,"s":[-53.146,-205.173,0],"h":1},{"t":17,"s":[-49.271,-208.048,0],"h":1},{"t":20,"s":[-47.021,-219.923,0],"h":1},{"t":21,"s":[-47.646,-219.673,0],"h":1},{"t":22,"s":[-49.771,-212.548,0],"h":1}]},"a":{"k":[38.979,-31.548,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[35.93,9.389],[31,13.999],[39.777,23.377],[44.707,18.766]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.32,0.5,1]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,-54.181],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2"}],"ip":6,"op":21,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":37,"ty":4,"nm":"Shape Layer 40","parent":0,"ks":{"o":{"k":100},"r":{"k":[{"t":5,"s":[-29],"h":1},{"t":8,"s":[-25],"h":1},{"t":9,"s":[10],"h":1},{"t":10,"s":[10],"h":1},{"t":11,"s":[30],"h":1},{"t":13,"s":[30],"h":1},{"t":17,"s":[12],"h":1}]},"p":{"k":[{"t":5,"s":[59.75,-26.5,0],"h":1},{"t":8,"s":[53.5,-59.75,0],"h":1},{"t":9,"s":[-15.5,-63.75,0],"h":1},{"t":10,"s":[-15.5,-63.75,0],"h":1},{"t":11,"s":[-33.75,-143.25,0],"h":1},{"t":13,"s":[-39.5,-139.5,0],"h":1},{"t":14,"s":[-40,-139,0],"h":1},{"t":15,"s":[-43.25,-136,0],"h":1},{"t":16,"s":[-48.75,-134.25,0],"h":1},{"t":17,"s":[-35.25,-168,0],"h":1},{"t":18,"s":[-41.5,-167.5,0],"h":1},{"t":20,"s":[-42.625,-172.125,0],"h":1},{"t":21,"s":[-42.625,-172.625,0],"h":1}]},"a":{"k":[48,9.5,0]},"s":{"k":[100,106.123,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[60.5,0.666],[37.322,1.33],[37.143,21.748],[60.321,21.084]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":21,"op":24,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":38,"ty":4,"nm":"Shape Layer 8","parent":0,"ks":{"o":{"k":100},"r":{"k":[{"t":5,"s":[-29],"h":1},{"t":8,"s":[-25],"h":1},{"t":9,"s":[10],"h":1},{"t":10,"s":[10],"h":1},{"t":11,"s":[30],"h":1},{"t":13,"s":[30],"h":1},{"t":17,"s":[12],"h":1}]},"p":{"k":[{"t":5,"s":[59.75,-26.5,0],"h":1},{"t":8,"s":[53.5,-59.75,0],"h":1},{"t":9,"s":[-15.5,-63.75,0],"h":1},{"t":10,"s":[-15.5,-63.75,0],"h":1},{"t":11,"s":[-33.75,-143.25,0],"h":1},{"t":13,"s":[-39.5,-139.5,0],"h":1},{"t":14,"s":[-40,-139,0],"h":1},{"t":15,"s":[-43.25,-136,0],"h":1},{"t":16,"s":[-48.75,-134.25,0],"h":1},{"t":17,"s":[-35.25,-168,0],"h":1},{"t":18,"s":[-41.5,-167.5,0],"h":1},{"t":20,"s":[-42.625,-172.125,0],"h":1},{"t":21,"s":[-42.625,-172.625,0],"h":1}]},"a":{"k":[48,9.5,0]},"s":{"k":[100,106.123,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[60.5,0.666],[37.322,1.33],[37.143,21.748],[60.321,21.084]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":6,"op":21,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":39,"ty":4,"nm":"Shape Layer 2","parent":0,"ks":{"o":{"k":100},"r":{"k":[{"t":6,"s":[-37],"h":1},{"t":7,"s":[-34],"h":1},{"t":8,"s":[-65],"h":1},{"t":9,"s":[-58],"h":1},{"t":10,"s":[-60],"h":1},{"t":11,"s":[-12],"h":1},{"t":13,"s":[-23],"h":1},{"t":15,"s":[13],"h":1},{"t":16,"s":[13],"h":1},{"t":17,"s":[0],"h":1},{"t":18,"s":[0],"h":1}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[-108.25,-19.5,0],"e":[-108.25,-19.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":7,"s":[-108.25,-19.5,0],"e":[-26.5,-16.75,0],"to":[0,0,0],"ti":[0,0,0]},{"t":8,"s":[-26.5,-16.75,0],"h":1},{"t":9,"s":[22,-77.75,0],"h":1},{"t":10,"s":[22,-77.75,0],"h":1},{"t":11,"s":[34.75,-102.75,0],"h":1},{"t":13,"s":[31.5,-138.5,0],"h":1},{"t":15,"s":[30.75,-152.5,0],"h":1},{"t":16,"s":[30,-167.25,0],"h":1},{"t":17,"s":[33.5,-170.25,0],"h":1},{"t":19,"s":[33.75,-170,0],"h":1}]},"a":{"k":[35.25,30.5,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[64.5,0.098],[36.676,0.041],[36.425,29.402],[64.249,29.459]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0.25,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"}],"ip":6,"op":24,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":40,"ty":4,"nm":"Shape Layer 7","parent":0,"ks":{"o":{"k":100},"r":{"k":[{"t":3,"s":[-168],"h":1},{"t":4,"s":[-167],"h":1},{"t":5,"s":[-169],"h":1},{"t":6,"s":[-36],"h":1},{"t":8,"s":[-29],"h":1},{"t":9,"s":[-37],"h":1},{"t":10,"s":[-38],"h":1},{"t":11,"s":[-21],"h":1},{"t":13,"s":[-23],"h":1},{"t":15,"s":[-22],"h":1},{"t":17,"s":[1],"h":1},{"t":20,"s":[4],"h":1}]},"p":{"k":[{"t":3,"s":[49.75,-3,0],"h":1},{"t":4,"s":[49.75,-3,0],"h":1},{"t":6,"s":[21.25,-94.5,0],"h":1},{"t":8,"s":[-33.5,-106.75,0],"h":1},{"t":9,"s":[-27,-195,0],"h":1},{"t":10,"s":[-27,-194.75,0],"h":1},{"t":11,"s":[-30.25,-206.75,0],"h":1},{"t":13,"s":[-31.25,-201.75,0],"h":1},{"t":15,"s":[-37.125,-200.5,0],"h":1},{"t":16,"s":[-40.625,-197.25,0],"h":1},{"t":17,"s":[-37.75,-209.625,0],"h":1},{"t":20,"s":[-39.625,-214.625,0],"h":1},{"t":22,"s":[-38.625,-213.125,0],"h":1}]},"a":{"k":[4.339,-44.799,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[12.235,-30.643],[1.959,-43.363],[-29.824,-17.706],[-19.548,-4.986]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":3,"op":24,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":41,"ty":4,"nm":"Shape Layer 24","parent":0,"ks":{"o":{"k":100},"r":{"k":[{"t":3,"s":[-147],"h":1},{"t":6,"s":[-104],"h":1},{"t":8,"s":[-77],"h":1},{"t":9,"s":[-30],"h":1},{"t":10,"s":[-30],"h":1},{"t":11,"s":[-21.697],"h":1},{"t":13,"s":[-15],"h":1},{"t":15,"s":[-8],"h":1},{"t":17,"s":[0],"h":1},{"t":19,"s":[0],"h":1}]},"p":{"k":[{"t":3,"s":[16.5,-5,0],"h":1},{"t":6,"s":[26.5,-3.25,0],"h":1},{"t":8,"s":[12,-47.5,0],"h":1},{"t":9,"s":[-46.25,-91,0],"h":1},{"t":10,"s":[-45.5,-91,0],"h":1},{"t":11,"s":[-44,-96.5,0],"h":1},{"t":13,"s":[-46,-102.75,0],"h":1},{"t":15,"s":[-41.75,-110,0],"h":1},{"t":16,"s":[-33.75,-116,0],"h":1},{"t":17,"s":[-31,-122.75,0],"h":1},{"t":19,"s":[-30.5,-123,0],"h":1}]},"a":{"k":[-32.5,-21,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[45.687,-42.846],[31.934,-63.724],[-32.687,-21.154],[-18.934,-0.276]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":3,"op":24,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":42,"ty":4,"nm":"Y Outlines","parent":43,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[103.725,-226.593],[50.853,-226.593],[1.003,-148.041],[-48.546,-226.593],[-102.022,-226.593],[-22.563,-106.348],[-22.563,0],[24.568,0],[24.568,-107.254]],"c":true}},"nm":"Y 2"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"}],"ip":24,"op":29,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":43,"ty":1,"nm":"ResizerTemp","parent":44,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[26.6,35.7,0]},"a":{"k":[250,300,0]},"s":{"k":[10.5,10.5,100]}},"ao":0,"sw":500,"sh":600,"sc":"#ffffff","ip":0,"op":29,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":44,"ty":1,"nm":"White Solid 54","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[40,50,0]},"a":{"k":[28,35,0]},"s":{"k":[142.857,142.857,100]}},"ao":0,"sw":56,"sh":70,"sc":"#ffffff","ip":0,"op":29,"st":0,"bm":0,"sr":1}],"v":"4.4.26","ddd":0,"ip":0,"op":29,"fr":25,"w":80,"h":100} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Mobilo/Z.json b/ohos/flutter_lottie/assets/Mobilo/Z.json new file mode 100644 index 0000000000000000000000000000000000000000..0a0c919282cce4931adfc60ee7b9e981ae80429d --- /dev/null +++ b/ohos/flutter_lottie/assets/Mobilo/Z.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"TOP DROP 3","parent":5,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[250,300,0],"e":[250,301.5,0],"to":[0,0.25,0],"ti":[0,-0.25,0]},{"t":16}]},"a":{"k":[0,0,0]},"s":{"k":[-100,-100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[-0.059,0.043],[0,0],[0,0],[-0.002,-0.011]],"o":[[0.059,-0.043],[0,0],[0,0],[0.002,0.011]],"v":[[-7.059,-5.094],[-7.047,-5.213],[-7.179,-5.259],[-7.145,-5.139]],"c":true}],"e":[{"i":[[1.775,-1.735],[0,0],[0,0],[0.055,0.464]],"o":[[-1.775,1.735],[0,0],[0,0],[-0.055,-0.464]],"v":[[-14.267,-17.754],[-14.647,-12.913],[-10.679,-11.061],[-11.707,-15.931]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":1,"s":[{"i":[[1.775,-1.735],[0,0],[0,0],[0.055,0.464]],"o":[[-1.775,1.735],[0,0],[0,0],[-0.055,-0.464]],"v":[[-14.267,-17.754],[-14.647,-12.913],[-10.679,-11.061],[-11.707,-15.931]],"c":true}],"e":[{"i":[[3.034,-0.979],[0,0],[0,0],[-0.233,0.683]],"o":[[-3.034,0.979],[0,0],[0,0],[0.233,-0.683]],"v":[[-16.131,-32.36],[-19.6,-25.997],[-16.431,-20.294],[-14.483,-27.816]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[3.034,-0.979],[0,0],[0,0],[-0.233,0.683]],"o":[[-3.034,0.979],[0,0],[0,0],[0.233,-0.683]],"v":[[-16.131,-32.36],[-19.6,-25.997],[-16.431,-20.294],[-14.483,-27.816]],"c":true}],"e":[{"i":[[3.69,5.366],[0,0],[0,0],[-1.471,-0.056]],"o":[[-3.69,-5.366],[0,0],[0,0],[1.471,0.056]],"v":[[2.373,-54.406],[-8.993,-52.293],[-11.891,-44.664],[-4.87,-49.795]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[3.69,5.366],[0,0],[0,0],[-1.471,-0.056]],"o":[[-3.69,-5.366],[0,0],[0,0],[1.471,0.056]],"v":[[2.373,-54.406],[-8.993,-52.293],[-11.891,-44.664],[-4.87,-49.795]],"c":true}],"e":[{"i":[[-4.558,6.16],[0,0],[0,0],[-1.828,-2.392]],"o":[[4.558,-6.16],[0,0],[0,0],[1.828,2.392]],"v":[[40.098,-49.901],[28.836,-63.081],[14.084,-64.682],[25.709,-57.057]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[-4.558,6.16],[0,0],[0,0],[-1.828,-2.392]],"o":[[4.558,-6.16],[0,0],[0,0],[1.828,2.392]],"v":[[40.098,-49.901],[28.836,-63.081],[14.084,-64.682],[25.709,-57.057]],"c":true}],"e":[{"i":[[-8.571,-2.748],[0,0],[0,0],[1.111,-2.397]],"o":[[8.571,2.748],[0,0],[0,0],[-1.111,2.397]],"v":[[46.598,-20.183],[51.985,-34.535],[47.19,-48.45],[44.423,-35.941]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[-8.571,-2.748],[0,0],[0,0],[1.111,-2.397]],"o":[[8.571,2.748],[0,0],[0,0],[-1.111,2.397]],"v":[[46.598,-20.183],[51.985,-34.535],[47.19,-48.45],[44.423,-35.941]],"c":true}],"e":[{"i":[[-9.879,-3.02],[0,0],[0,0],[1.175,-2.804]],"o":[[9.879,3.02],[0,0],[0,0],[-1.175,2.804]],"v":[[34.379,19.48],[44.973,5.219],[45.471,-12.835],[36.796,3.736]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[-9.879,-3.02],[0,0],[0,0],[1.175,-2.804]],"o":[[9.879,3.02],[0,0],[0,0],[-1.175,2.804]],"v":[[34.379,19.48],[44.973,5.219],[45.471,-12.835],[36.796,3.736]],"c":true}],"e":[{"i":[[0.146,-5.048],[-6.063,0.777],[0,0],[2.653,0.635]],"o":[[-0.158,5.45],[5.37,-0.688],[0.538,0.269],[-2.653,-0.635]],"v":[[14.479,28.298],[20.597,33.612],[32.645,22.718],[18.903,24.635]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0.146,-5.048],[-6.063,0.777],[0,0],[2.653,0.635]],"o":[[-0.158,5.45],[5.37,-0.688],[0.538,0.269],[-2.653,-0.635]],"v":[[14.479,28.298],[20.597,33.612],[32.645,22.718],[18.903,24.635]],"c":true}],"e":[{"i":[[0.058,-0.035],[0,0],[0,0],[0.005,0.026]],"o":[[-0.058,0.035],[0,0],[0,0],[-0.005,-0.026]],"v":[[-11.567,-3.255],[-11.531,-3.105],[-11.442,-3.027],[-11.484,-3.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[0.058,-0.035],[0,0],[0,0],[0.005,0.026]],"o":[[-0.058,0.035],[0,0],[0,0],[-0.005,-0.026]],"v":[[-11.567,-3.255],[-11.531,-3.105],[-11.442,-3.027],[-11.484,-3.144]],"c":true}],"e":[{"i":[[9.184,-4.82],[0,0],[0,0],[0.312,4.078]],"o":[[-9.184,4.82],[0,0],[0,0],[-0.312,-4.078]],"v":[[-47.917,-53.54],[-44.918,-30.345],[-33.027,-17.517],[-37.37,-35.874]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[9.184,-4.82],[0,0],[0,0],[0.312,4.078]],"o":[[-9.184,4.82],[0,0],[0,0],[-0.312,-4.078]],"v":[[-47.917,-53.54],[-44.918,-30.345],[-33.027,-17.517],[-37.37,-35.874]],"c":true}],"e":[{"i":[[15.061,-4.613],[0,0],[0,0],[-1.056,6.558]],"o":[[-15.061,4.613],[0,0],[0,0],[1.056,-6.558]],"v":[[-57.55,-116.79],[-60.935,-88.168],[-55.478,-66.837],[-45.818,-92.837]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[15.061,-4.613],[0,0],[0,0],[-1.056,6.558]],"o":[[-15.061,4.613],[0,0],[0,0],[1.056,-6.558]],"v":[[-57.55,-116.79],[-60.935,-88.168],[-55.478,-66.837],[-45.818,-92.837]],"c":true}],"e":[{"i":[[14.875,0.201],[0,0],[0,0],[-2.833,6.438]],"o":[[-14.875,-0.201],[0,0],[0,0],[2.833,-6.438]],"v":[[-36.875,-202.799],[-51.514,-165.174],[-47.264,-136],[-38.056,-167.387]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[14.875,0.201],[0,0],[0,0],[-2.833,6.438]],"o":[[-14.875,-0.201],[0,0],[0,0],[2.833,-6.438]],"v":[[-36.875,-202.799],[-51.514,-165.174],[-47.264,-136],[-38.056,-167.387]],"c":true}],"e":[{"i":[[5.541,11.84],[9.535,-2.397],[0,0],[-7.107,0.354]],"o":[[-5.541,-11.84],[-9.206,2.314],[0,0],[7.107,-0.354]],"v":[[22.067,-216.659],[-7.101,-221.041],[-29.656,-203.658],[-3.919,-209.548]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[5.541,11.84],[9.535,-2.397],[0,0],[-7.107,0.354]],"o":[[-5.541,-11.84],[-9.206,2.314],[0,0],[7.107,-0.354]],"v":[[22.067,-216.659],[-7.101,-221.041],[-29.656,-203.658],[-3.919,-209.548]],"c":true}],"e":[{"i":[[0.754,7.59],[0,0],[0,0],[-3.592,-2.242]],"o":[[-0.754,-7.59],[0,0],[0,0],[3.592,2.242]],"v":[[42.528,-196.897],[28.502,-205.508],[14.622,-208.184],[28.933,-198.944]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[0.754,7.59],[0,0],[0,0],[-3.592,-2.242]],"o":[[-0.754,-7.59],[0,0],[0,0],[3.592,2.242]],"v":[[42.528,-196.897],[28.502,-205.508],[14.622,-208.184],[28.933,-198.944]],"c":true}],"e":[{"i":[[-1.738,4.244],[0,0],[0,0],[-1.194,-2.256]],"o":[[1.738,-4.244],[0,0],[0,0],[1.194,2.256]],"v":[[58.544,-160.52],[53.841,-169.253],[47.554,-174.798],[52.226,-165.648]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[-1.738,4.244],[0,0],[0,0],[-1.194,-2.256]],"o":[[1.738,-4.244],[0,0],[0,0],[1.194,2.256]],"v":[[58.544,-160.52],[53.841,-169.253],[47.554,-174.798],[52.226,-165.648]],"c":true}],"e":[{"i":[[-3.56,3.124],[0,0],[0,0],[-0.024,-1.478]],"o":[[3.56,-3.124],[0,0],[0,0],[0.024,1.478]],"v":[[63.801,-139.819],[63.637,-145.534],[60.548,-148.879],[60.488,-142.869]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[-3.56,3.124],[0,0],[0,0],[-0.024,-1.478]],"o":[[3.56,-3.124],[0,0],[0,0],[0.024,1.478]],"v":[[63.801,-139.819],[63.637,-145.534],[60.548,-148.879],[60.488,-142.869]],"c":true}],"e":[{"i":[[-4.057,2.444],[0,0],[0,0],[0.239,-1.459]],"o":[[4.057,-2.444],[0,0],[0,0],[-0.239,1.459]],"v":[[65.328,-130.785],[66.179,-136.439],[63.732,-140.279],[62.608,-134.374]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[-4.057,2.444],[0,0],[0,0],[0.239,-1.459]],"o":[[4.057,-2.444],[0,0],[0,0],[-0.239,1.459]],"v":[[65.328,-130.785],[66.179,-136.439],[63.732,-140.279],[62.608,-134.374]],"c":true}],"e":[{"i":[[1.771,0.98099999999999],[0.79675,-1.87975],[0,0],[-1.68225,1.38925]],"o":[[-1.771,-0.98099999999999],[-0.79674999999999,1.87975],[0,0],[1.68225,-1.38925]],"v":[[75.208,-137.288],[71.40075,-134.75475],[70.25,-130.75],[74.05725,-133.28325]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[1.771,0.98099999999999],[0.79675,-1.87975],[0,0],[-1.68225,1.38925]],"o":[[-1.771,-0.98099999999999],[-0.79674999999999,1.87975],[0,0],[1.68225,-1.38925]],"v":[[75.208,-137.288],[71.40075,-134.75475],[70.25,-130.75],[74.05725,-133.28325]],"c":true}],"e":[{"i":[[1.81,1.95750000000001],[1.39637499999999,-1.84787499999999],[0,0],[-2.233,0.97762499999999]],"o":[[-1.53649999999999,-1.52349999999998],[-1.39637500000001,1.84787499999999],[0,0],[2.23299999999999,-0.97762499999999]],"v":[[81.88,-141.703],[77.166625,-139.911625],[74.758,-135.835],[79.6765,-137.300875]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[1.81,1.95750000000001],[1.39637499999999,-1.84787499999999],[0,0],[-2.233,0.97762499999999]],"o":[[-1.53649999999999,-1.52349999999998],[-1.39637500000001,1.84787499999999],[0,0],[2.23299999999999,-0.97762499999999]],"v":[[81.88,-141.703],[77.166625,-139.911625],[74.758,-135.835],[79.6765,-137.300875]],"c":true}],"e":[{"i":[[1.52900000000001,2.4205],[1.64987499999999,-1.49837500000001],[0,0],[-2.30125000000001,0.46712500000001]],"o":[[-1.0765,-1.7045],[-1.64987500000001,1.49837500000001],[0,0],[2.30125,-0.46712500000001]],"v":[[89.192,-145.341],[84.546625,-144.474875],[81.516,-141.052],[86.50075,-141.381125]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[1.52900000000001,2.4205],[1.64987499999999,-1.49837500000001],[0,0],[-2.30125000000001,0.46712500000001]],"o":[[-1.0765,-1.7045],[-1.64987500000001,1.49837500000001],[0,0],[2.30125,-0.46712500000001]],"v":[[89.192,-145.341],[84.546625,-144.474875],[81.516,-141.052],[86.50075,-141.381125]],"c":true}],"e":[{"i":[[0.6335,2.78400000000002],[2.06425,-0.82000000000002],[0,0],[-2.334125,-0.36599999999999]],"o":[[-0.446,-1.96000000000001],[-2.06425,0.81999999999999],[0,0],[2.334125,0.36599999999999]],"v":[[96.947,-146.181],[92.261,-146.991],[88.244,-144.861],[93.070625,-143.433]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[0.6335,2.78400000000002],[2.06425,-0.82000000000002],[0,0],[-2.334125,-0.36599999999999]],"o":[[-0.446,-1.96000000000001],[-2.06425,0.81999999999999],[0,0],[2.334125,0.36599999999999]],"v":[[96.947,-146.181],[92.261,-146.991],[88.244,-144.861],[93.070625,-143.433]],"c":true}],"e":[{"i":[[-0.1465,2.37300000000002],[1.87150000000001,-0.12125],[0,0],[-1.80912500000001,-0.88974999999999]],"o":[[0.10299999999999,-1.67100000000002],[-1.8715,0.12125],[0,0],[1.80912500000001,0.88975000000002]],"v":[[105.742,-143.867],[102.12775,-145.71325],[98.359,-145.053],[101.940625,-142.68025]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[-0.1465,2.37300000000002],[1.87150000000001,-0.12125],[0,0],[-1.80912500000001,-0.88974999999999]],"o":[[0.10299999999999,-1.67100000000002],[-1.8715,0.12125],[0,0],[1.80912500000001,0.88975000000002]],"v":[[105.742,-143.867],[102.12775,-145.71325],[98.359,-145.053],[101.940625,-142.68025]],"c":true}],"e":[{"i":[[-0.7085,1.77249999999998],[1.28800000000001,0.25999999999999],[0,0],[-0.986125,-1.01512499999998]],"o":[[0.49900000000001,-1.24799999999999],[-1.288,-0.26000000000002],[0,0],[0.986125,1.01512500000001]],"v":[[111.141,-139.577],[109.18875,-141.657],[106.488,-141.865],[108.283125,-139.391625]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[-0.7085,1.77249999999998],[1.28800000000001,0.25999999999999],[0,0],[-0.986125,-1.01512499999998]],"o":[[0.49900000000001,-1.24799999999999],[-1.288,-0.26000000000002],[0,0],[0.986125,1.01512500000001]],"v":[[111.141,-139.577],[109.18875,-141.657],[106.488,-141.865],[108.283125,-139.391625]],"c":true}],"e":[{"i":[[-0.98350000000001,0.97],[0.512125,0.51075],[0,0],[-0.093125,-0.92400000000001]],"o":[[0.69250000000001,-0.68300000000002],[-0.512125,-0.51075],[0,0],[0.093125,0.92400000000001]],"v":[[114.49,-134.509],[114.331375,-136.38425],[113.134,-137.235],[113.074375,-135.1445]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[-0.98350000000001,0.97],[0.512125,0.51075],[0,0],[-0.093125,-0.92400000000001]],"o":[[0.69250000000001,-0.68300000000002],[-0.512125,-0.51075],[0,0],[0.093125,0.92400000000001]],"v":[[114.49,-134.509],[114.331375,-136.38425],[113.134,-137.235],[113.074375,-135.1445]],"c":true}],"e":[{"i":[[-0.93900000000001,0.149],[0.0485,0.49549999999999],[0,0],[0.3515,-0.559]],"o":[[0.661,-0.10499999999999],[-0.0485,-0.49549999999999],[0,0],[-0.3515,0.559]],"v":[[115.455,-129.251],[116.18425,-130.37325],[115.922,-131.338],[114.98425,-130.18275]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[-0.93900000000001,0.149],[0.0485,0.49549999999999],[0,0],[0.3515,-0.559]],"o":[[0.661,-0.10499999999999],[-0.0485,-0.49549999999999],[0,0],[-0.3515,0.559]],"v":[[115.455,-129.251],[116.18425,-130.37325],[115.922,-131.338],[114.98425,-130.18275]],"c":true}],"e":[{"i":[[-0.014,-0.01249999999999],[0.00075,-0.04225],[0,0],[0.00525,0.04762499999998]],"o":[[0.01000000000001,0.00900000000001],[-0.00075,0.04225],[0,0],[-0.00525,-0.04762500000001]],"v":[[113.605,-128.928],[113.616,-128.83225],[113.612,-128.75],[113.598,-128.848375]],"c":true}]},{"t":25}]},"nm":"Path 1"},{"ind":1,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[64.812,-131.938],[64.812,-131.938]],"c":true}],"e":[{"i":[[3.62,3.915],[0,0]],"o":[[-3.073,-3.047],[0,0]],"v":[[81.88,-141.703],[74.758,-135.835]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[3.62,3.915],[0,0]],"o":[[-3.073,-3.047],[0,0]],"v":[[81.88,-141.703],[74.758,-135.835]],"c":true}],"e":[{"i":[[3.058,4.841],[0,0]],"o":[[-2.153,-3.409],[0,0]],"v":[[89.192,-145.341],[81.516,-141.052]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.714,"s":[{"i":[[3.058,4.841],[0,0]],"o":[[-2.153,-3.409],[0,0]],"v":[[89.192,-145.341],[81.516,-141.052]],"c":true}],"e":[{"i":[[1.267,5.568],[0,0]],"o":[[-0.892,-3.92],[0,0]],"v":[[96.947,-146.181],[88.244,-144.861]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.571,"s":[{"i":[[1.267,5.568],[0,0]],"o":[[-0.892,-3.92],[0,0]],"v":[[96.947,-146.181],[88.244,-144.861]],"c":true}],"e":[{"i":[[-0.293,4.746],[0,0]],"o":[[0.206,-3.342],[0,0]],"v":[[105.742,-143.867],[98.359,-145.053]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19.429,"s":[{"i":[[-0.293,4.746],[0,0]],"o":[[0.206,-3.342],[0,0]],"v":[[105.742,-143.867],[98.359,-145.053]],"c":true}],"e":[{"i":[[-1.417,3.545],[0,0]],"o":[[0.998,-2.496],[0,0]],"v":[[111.141,-139.577],[106.488,-141.865]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.286,"s":[{"i":[[-1.417,3.545],[0,0]],"o":[[0.998,-2.496],[0,0]],"v":[[111.141,-139.577],[106.488,-141.865]],"c":true}],"e":[{"i":[[-1.967,1.94],[0,0]],"o":[[1.385,-1.366],[0,0]],"v":[[114.49,-134.509],[113.134,-137.235]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21.143,"s":[{"i":[[-1.967,1.94],[0,0]],"o":[[1.385,-1.366],[0,0]],"v":[[114.49,-134.509],[113.134,-137.235]],"c":true}],"e":[{"i":[[0.023,0.093],[0,0]],"o":[[0.023,-0.095],[0,0]],"v":[[116.477,-129.03],[116.377,-129.067]],"c":true}]},{"t":22}]},"nm":"Path 2"},{"ind":2,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0.039,-0.017],[0,0]],"o":[[-0.039,0.017],[0,0]],"v":[[64.914,-128.716],[64.928,-128.636]],"c":true}],"e":[{"i":[[2.358,-1.023],[0,0]],"o":[[-2.358,1.023],[0,0]],"v":[[64.164,-135.488],[65.023,-130.607]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[2.358,-1.023],[0,0]],"o":[[-2.358,1.023],[0,0]],"v":[[64.164,-135.488],[65.023,-130.607]],"c":true}],"e":[{"i":[[1.509,-2.081],[0,0]],"o":[[-1.509,2.081],[0,0]],"v":[[58.616,-143.419],[61.84,-139.655]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[1.509,-2.081],[0,0]],"o":[[-1.509,2.081],[0,0]],"v":[[58.616,-143.419],[61.84,-139.655]],"c":true}],"e":[{"i":[[0.413,-2.579],[0,0]],"o":[[-0.413,2.579],[0,0]],"v":[[52.696,-145.814],[56.876,-143.49]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0.413,-2.579],[0,0]],"o":[[-0.413,2.579],[0,0]],"v":[[52.696,-145.814],[56.876,-143.49]],"c":true}],"e":[{"i":[[-0.238,-3.327],[0,0]],"o":[[0.238,3.327],[0,0]],"v":[[46.105,-146.431],[53,-146.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[-0.238,-3.327],[0,0]],"o":[[0.238,3.327],[0,0]],"v":[[46.105,-146.431],[53,-146.25]],"c":true}],"e":[{"i":[[-0.855,-3.323],[0,0]],"o":[[0.855,3.323],[0,0]],"v":[[39.239,-144.884],[45.066,-145.83]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[-0.855,-3.323],[0,0]],"o":[[0.855,3.323],[0,0]],"v":[[39.239,-144.884],[45.066,-145.83]],"c":true}],"e":[{"i":[[-1.751,-2.755],[0,0]],"o":[[1.751,2.755],[0,0]],"v":[[36.046,-141.985],[40.276,-144.482]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[-1.751,-2.755],[0,0]],"o":[[1.751,2.755],[0,0]],"v":[[36.046,-141.985],[40.276,-144.482]],"c":true}],"e":[{"i":[[-1.433,-1.619],[0,0]],"o":[[1.433,1.619],[0,0]],"v":[[32.508,-138.246],[34.209,-140.562]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[-1.433,-1.619],[0,0]],"o":[[1.433,1.619],[0,0]],"v":[[32.508,-138.246],[34.209,-140.562]],"c":true}],"e":[{"i":[[-1.514,-0.844],[0,0]],"o":[[1.514,0.844],[0,0]],"v":[[32.049,-134.594],[32.5,-136.875]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[-1.514,-0.844],[0,0]],"o":[[1.514,0.844],[0,0]],"v":[[32.049,-134.594],[32.5,-136.875]],"c":true}],"e":[{"i":[[0.133,-0.014],[0,0]],"o":[[-0.133,0.014],[0,0]],"v":[[30.998,-131.915],[30.966,-131.991]],"c":true}]},{"t":24}]},"nm":"Path 3"},{"ind":3,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0.039,-0.017],[0,0]],"o":[[-0.039,0.017],[0,0]],"v":[[64.914,-128.716],[64.928,-128.636]],"c":true}],"e":[{"i":[[2.461,-1.762],[0,0]],"o":[[-2.09,1.496],[0,0]],"v":[[62.914,-134.613],[65.273,-129.857]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[2.461,-1.762],[0,0]],"o":[[-2.09,1.496],[0,0]],"v":[[62.914,-134.613],[65.273,-129.857]],"c":true}],"e":[{"i":[[2.287,-1.25],[0,0]],"o":[[-3.741,2.044],[0,0]],"v":[[58.366,-142.044],[61.215,-138.03]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[2.287,-1.25],[0,0]],"o":[[-3.741,2.044],[0,0]],"v":[[58.366,-142.044],[61.215,-138.03]],"c":true}],"e":[{"i":[[2.429,-2.061],[0,0]],"o":[[-1.992,1.689],[0,0]],"v":[[54.321,-147.439],[58.251,-144.115]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[2.429,-2.061],[0,0]],"o":[[-1.992,1.689],[0,0]],"v":[[54.321,-147.439],[58.251,-144.115]],"c":true}],"e":[{"i":[[-0.238,-3.327],[0,0]],"o":[[0.238,3.327],[0,0]],"v":[[46.98,-148.431],[52.875,-147.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[-0.238,-3.327],[0,0]],"o":[[0.238,3.327],[0,0]],"v":[[46.98,-148.431],[52.875,-147.5]],"c":true}],"e":[{"i":[[-0.855,-3.323],[0,0]],"o":[[0.855,3.323],[0,0]],"v":[[38.739,-147.259],[44.066,-148.08]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[-0.855,-3.323],[0,0]],"o":[[0.855,3.323],[0,0]],"v":[[38.739,-147.259],[44.066,-148.08]],"c":true}],"e":[{"i":[[-1.751,-2.755],[0,0]],"o":[[1.751,2.755],[0,0]],"v":[[34.046,-142.735],[38.401,-146.732]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[-1.751,-2.755],[0,0]],"o":[[1.751,2.755],[0,0]],"v":[[34.046,-142.735],[38.401,-146.732]],"c":true}],"e":[{"i":[[-1.433,-1.619],[0,0]],"o":[[1.433,1.619],[0,0]],"v":[[33.133,-137.621],[34.209,-140.562]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[-1.433,-1.619],[0,0]],"o":[[1.433,1.619],[0,0]],"v":[[33.133,-137.621],[34.209,-140.562]],"c":true}],"e":[{"i":[[-1.514,-0.844],[0,0]],"o":[[1.514,0.844],[0,0]],"v":[[31.674,-133.219],[32.5,-136.875]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[-1.514,-0.844],[0,0]],"o":[[1.514,0.844],[0,0]],"v":[[31.674,-133.219],[32.5,-136.875]],"c":true}],"e":[{"i":[[0.133,-0.014],[0,0]],"o":[[-0.133,0.014],[0,0]],"v":[[30.998,-131.915],[30.966,-131.991]],"c":true}]},{"t":25}]},"nm":"Path 4"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"}],"ip":0,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"TOP DROP 2","parent":5,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[250,300,0],"e":[250,301.5,0],"to":[0,0.25,0],"ti":[0,-0.25,0]},{"t":16}]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[-0.059,0.043],[0,0],[0,0],[-0.002,-0.011]],"o":[[0.059,-0.043],[0,0],[0,0],[0.002,0.011]],"v":[[-7.059,-5.094],[-7.047,-5.213],[-7.179,-5.259],[-7.145,-5.139]],"c":true}],"e":[{"i":[[1.775,-1.735],[0,0],[0,0],[0.055,0.464]],"o":[[-1.775,1.735],[0,0],[0,0],[-0.055,-0.464]],"v":[[-14.267,-17.754],[-14.647,-12.913],[-10.679,-11.061],[-11.707,-15.931]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":1,"s":[{"i":[[1.775,-1.735],[0,0],[0,0],[0.055,0.464]],"o":[[-1.775,1.735],[0,0],[0,0],[-0.055,-0.464]],"v":[[-14.267,-17.754],[-14.647,-12.913],[-10.679,-11.061],[-11.707,-15.931]],"c":true}],"e":[{"i":[[3.034,-0.979],[0,0],[0,0],[-0.233,0.683]],"o":[[-3.034,0.979],[0,0],[0,0],[0.233,-0.683]],"v":[[-16.131,-32.36],[-19.6,-25.997],[-16.431,-20.294],[-14.483,-27.816]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[3.034,-0.979],[0,0],[0,0],[-0.233,0.683]],"o":[[-3.034,0.979],[0,0],[0,0],[0.233,-0.683]],"v":[[-16.131,-32.36],[-19.6,-25.997],[-16.431,-20.294],[-14.483,-27.816]],"c":true}],"e":[{"i":[[3.69,5.366],[0,0],[0,0],[-1.471,-0.056]],"o":[[-3.69,-5.366],[0,0],[0,0],[1.471,0.056]],"v":[[2.373,-54.406],[-8.993,-52.293],[-11.891,-44.664],[-4.87,-49.795]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[3.69,5.366],[0,0],[0,0],[-1.471,-0.056]],"o":[[-3.69,-5.366],[0,0],[0,0],[1.471,0.056]],"v":[[2.373,-54.406],[-8.993,-52.293],[-11.891,-44.664],[-4.87,-49.795]],"c":true}],"e":[{"i":[[-4.558,6.16],[0,0],[0,0],[-1.828,-2.392]],"o":[[4.558,-6.16],[0,0],[0,0],[1.828,2.392]],"v":[[40.098,-49.901],[28.836,-63.081],[14.084,-64.682],[25.709,-57.057]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[-4.558,6.16],[0,0],[0,0],[-1.828,-2.392]],"o":[[4.558,-6.16],[0,0],[0,0],[1.828,2.392]],"v":[[40.098,-49.901],[28.836,-63.081],[14.084,-64.682],[25.709,-57.057]],"c":true}],"e":[{"i":[[-8.571,-2.748],[0,0],[0,0],[1.111,-2.397]],"o":[[8.571,2.748],[0,0],[0,0],[-1.111,2.397]],"v":[[46.598,-20.183],[51.985,-34.535],[47.19,-48.45],[44.423,-35.941]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[-8.571,-2.748],[0,0],[0,0],[1.111,-2.397]],"o":[[8.571,2.748],[0,0],[0,0],[-1.111,2.397]],"v":[[46.598,-20.183],[51.985,-34.535],[47.19,-48.45],[44.423,-35.941]],"c":true}],"e":[{"i":[[-9.879,-3.02],[0,0],[0,0],[1.175,-2.804]],"o":[[9.879,3.02],[0,0],[0,0],[-1.175,2.804]],"v":[[34.379,19.48],[44.973,5.219],[45.471,-12.835],[36.796,3.736]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[-9.879,-3.02],[0,0],[0,0],[1.175,-2.804]],"o":[[9.879,3.02],[0,0],[0,0],[-1.175,2.804]],"v":[[34.379,19.48],[44.973,5.219],[45.471,-12.835],[36.796,3.736]],"c":true}],"e":[{"i":[[0.146,-5.048],[-6.063,0.777],[0,0],[2.653,0.635]],"o":[[-0.158,5.45],[5.37,-0.688],[0.538,0.269],[-2.653,-0.635]],"v":[[14.479,28.298],[20.597,33.612],[32.645,22.718],[18.903,24.635]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0.146,-5.048],[-6.063,0.777],[0,0],[2.653,0.635]],"o":[[-0.158,5.45],[5.37,-0.688],[0.538,0.269],[-2.653,-0.635]],"v":[[14.479,28.298],[20.597,33.612],[32.645,22.718],[18.903,24.635]],"c":true}],"e":[{"i":[[0.058,-0.035],[0,0],[0,0],[0.005,0.026]],"o":[[-0.058,0.035],[0,0],[0,0],[-0.005,-0.026]],"v":[[-11.567,-3.255],[-11.531,-3.105],[-11.442,-3.027],[-11.484,-3.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[0.058,-0.035],[0,0],[0,0],[0.005,0.026]],"o":[[-0.058,0.035],[0,0],[0,0],[-0.005,-0.026]],"v":[[-11.567,-3.255],[-11.531,-3.105],[-11.442,-3.027],[-11.484,-3.144]],"c":true}],"e":[{"i":[[9.184,-4.82],[0,0],[0,0],[0.312,4.078]],"o":[[-9.184,4.82],[0,0],[0,0],[-0.312,-4.078]],"v":[[-47.917,-53.54],[-44.918,-30.345],[-33.027,-17.517],[-37.37,-35.874]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[9.184,-4.82],[0,0],[0,0],[0.312,4.078]],"o":[[-9.184,4.82],[0,0],[0,0],[-0.312,-4.078]],"v":[[-47.917,-53.54],[-44.918,-30.345],[-33.027,-17.517],[-37.37,-35.874]],"c":true}],"e":[{"i":[[15.061,-4.613],[0,0],[0,0],[-1.056,6.558]],"o":[[-15.061,4.613],[0,0],[0,0],[1.056,-6.558]],"v":[[-57.55,-116.79],[-60.935,-88.168],[-55.478,-66.837],[-45.818,-92.837]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[15.061,-4.613],[0,0],[0,0],[-1.056,6.558]],"o":[[-15.061,4.613],[0,0],[0,0],[1.056,-6.558]],"v":[[-57.55,-116.79],[-60.935,-88.168],[-55.478,-66.837],[-45.818,-92.837]],"c":true}],"e":[{"i":[[14.875,0.201],[0,0],[0,0],[-2.833,6.438]],"o":[[-14.875,-0.201],[0,0],[0,0],[2.833,-6.438]],"v":[[-36.875,-202.799],[-51.514,-165.174],[-47.264,-136],[-38.056,-167.387]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[14.875,0.201],[0,0],[0,0],[-2.833,6.438]],"o":[[-14.875,-0.201],[0,0],[0,0],[2.833,-6.438]],"v":[[-36.875,-202.799],[-51.514,-165.174],[-47.264,-136],[-38.056,-167.387]],"c":true}],"e":[{"i":[[5.541,11.84],[9.535,-2.397],[0,0],[-7.107,0.354]],"o":[[-5.541,-11.84],[-9.206,2.314],[0,0],[7.107,-0.354]],"v":[[22.067,-216.659],[-7.101,-221.041],[-29.656,-203.658],[-3.919,-209.548]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[5.541,11.84],[9.535,-2.397],[0,0],[-7.107,0.354]],"o":[[-5.541,-11.84],[-9.206,2.314],[0,0],[7.107,-0.354]],"v":[[22.067,-216.659],[-7.101,-221.041],[-29.656,-203.658],[-3.919,-209.548]],"c":true}],"e":[{"i":[[0.754,7.59],[0,0],[0,0],[-3.592,-2.242]],"o":[[-0.754,-7.59],[0,0],[0,0],[3.592,2.242]],"v":[[42.528,-196.897],[28.502,-205.508],[14.622,-208.184],[28.933,-198.944]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[0.754,7.59],[0,0],[0,0],[-3.592,-2.242]],"o":[[-0.754,-7.59],[0,0],[0,0],[3.592,2.242]],"v":[[42.528,-196.897],[28.502,-205.508],[14.622,-208.184],[28.933,-198.944]],"c":true}],"e":[{"i":[[-1.738,4.244],[0,0],[0,0],[-1.194,-2.256]],"o":[[1.738,-4.244],[0,0],[0,0],[1.194,2.256]],"v":[[58.544,-160.52],[53.841,-169.253],[47.554,-174.798],[52.226,-165.648]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[-1.738,4.244],[0,0],[0,0],[-1.194,-2.256]],"o":[[1.738,-4.244],[0,0],[0,0],[1.194,2.256]],"v":[[58.544,-160.52],[53.841,-169.253],[47.554,-174.798],[52.226,-165.648]],"c":true}],"e":[{"i":[[-3.56,3.124],[0,0],[0,0],[-0.024,-1.478]],"o":[[3.56,-3.124],[0,0],[0,0],[0.024,1.478]],"v":[[63.801,-139.819],[63.637,-145.534],[60.548,-148.879],[60.488,-142.869]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[-3.56,3.124],[0,0],[0,0],[-0.024,-1.478]],"o":[[3.56,-3.124],[0,0],[0,0],[0.024,1.478]],"v":[[63.801,-139.819],[63.637,-145.534],[60.548,-148.879],[60.488,-142.869]],"c":true}],"e":[{"i":[[-4.057,2.444],[0,0],[0,0],[0.239,-1.459]],"o":[[4.057,-2.444],[0,0],[0,0],[-0.239,1.459]],"v":[[65.328,-130.785],[66.179,-136.439],[63.732,-140.279],[62.608,-134.374]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[-4.057,2.444],[0,0],[0,0],[0.239,-1.459]],"o":[[4.057,-2.444],[0,0],[0,0],[-0.239,1.459]],"v":[[65.328,-130.785],[66.179,-136.439],[63.732,-140.279],[62.608,-134.374]],"c":true}],"e":[{"i":[[1.771,0.98099999999999],[0.79675,-1.87975],[0,0],[-1.68225,1.38925]],"o":[[-1.771,-0.98099999999999],[-0.79674999999999,1.87975],[0,0],[1.68225,-1.38925]],"v":[[75.208,-137.288],[71.40075,-134.75475],[70.25,-130.75],[74.05725,-133.28325]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[1.771,0.98099999999999],[0.79675,-1.87975],[0,0],[-1.68225,1.38925]],"o":[[-1.771,-0.98099999999999],[-0.79674999999999,1.87975],[0,0],[1.68225,-1.38925]],"v":[[75.208,-137.288],[71.40075,-134.75475],[70.25,-130.75],[74.05725,-133.28325]],"c":true}],"e":[{"i":[[1.81,1.95750000000001],[1.39637499999999,-1.84787499999999],[0,0],[-2.233,0.97762499999999]],"o":[[-1.53649999999999,-1.52349999999998],[-1.39637500000001,1.84787499999999],[0,0],[2.23299999999999,-0.97762499999999]],"v":[[81.88,-141.703],[77.166625,-139.911625],[74.758,-135.835],[79.6765,-137.300875]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[1.81,1.95750000000001],[1.39637499999999,-1.84787499999999],[0,0],[-2.233,0.97762499999999]],"o":[[-1.53649999999999,-1.52349999999998],[-1.39637500000001,1.84787499999999],[0,0],[2.23299999999999,-0.97762499999999]],"v":[[81.88,-141.703],[77.166625,-139.911625],[74.758,-135.835],[79.6765,-137.300875]],"c":true}],"e":[{"i":[[1.52900000000001,2.4205],[1.64987499999999,-1.49837500000001],[0,0],[-2.30125000000001,0.46712500000001]],"o":[[-1.0765,-1.7045],[-1.64987500000001,1.49837500000001],[0,0],[2.30125,-0.46712500000001]],"v":[[89.192,-145.341],[84.546625,-144.474875],[81.516,-141.052],[86.50075,-141.381125]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[1.52900000000001,2.4205],[1.64987499999999,-1.49837500000001],[0,0],[-2.30125000000001,0.46712500000001]],"o":[[-1.0765,-1.7045],[-1.64987500000001,1.49837500000001],[0,0],[2.30125,-0.46712500000001]],"v":[[89.192,-145.341],[84.546625,-144.474875],[81.516,-141.052],[86.50075,-141.381125]],"c":true}],"e":[{"i":[[0.6335,2.78400000000002],[2.06425,-0.82000000000002],[0,0],[-2.334125,-0.36599999999999]],"o":[[-0.446,-1.96000000000001],[-2.06425,0.81999999999999],[0,0],[2.334125,0.36599999999999]],"v":[[96.947,-146.181],[92.261,-146.991],[88.244,-144.861],[93.070625,-143.433]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[0.6335,2.78400000000002],[2.06425,-0.82000000000002],[0,0],[-2.334125,-0.36599999999999]],"o":[[-0.446,-1.96000000000001],[-2.06425,0.81999999999999],[0,0],[2.334125,0.36599999999999]],"v":[[96.947,-146.181],[92.261,-146.991],[88.244,-144.861],[93.070625,-143.433]],"c":true}],"e":[{"i":[[-0.1465,2.37300000000002],[1.87150000000001,-0.12125],[0,0],[-1.80912500000001,-0.88974999999999]],"o":[[0.10299999999999,-1.67100000000002],[-1.8715,0.12125],[0,0],[1.80912500000001,0.88975000000002]],"v":[[105.742,-143.867],[102.12775,-145.71325],[98.359,-145.053],[101.940625,-142.68025]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[-0.1465,2.37300000000002],[1.87150000000001,-0.12125],[0,0],[-1.80912500000001,-0.88974999999999]],"o":[[0.10299999999999,-1.67100000000002],[-1.8715,0.12125],[0,0],[1.80912500000001,0.88975000000002]],"v":[[105.742,-143.867],[102.12775,-145.71325],[98.359,-145.053],[101.940625,-142.68025]],"c":true}],"e":[{"i":[[-0.7085,1.77249999999998],[1.28800000000001,0.25999999999999],[0,0],[-0.986125,-1.01512499999998]],"o":[[0.49900000000001,-1.24799999999999],[-1.288,-0.26000000000002],[0,0],[0.986125,1.01512500000001]],"v":[[111.141,-139.577],[109.18875,-141.657],[106.488,-141.865],[108.283125,-139.391625]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[-0.7085,1.77249999999998],[1.28800000000001,0.25999999999999],[0,0],[-0.986125,-1.01512499999998]],"o":[[0.49900000000001,-1.24799999999999],[-1.288,-0.26000000000002],[0,0],[0.986125,1.01512500000001]],"v":[[111.141,-139.577],[109.18875,-141.657],[106.488,-141.865],[108.283125,-139.391625]],"c":true}],"e":[{"i":[[-0.98350000000001,0.97],[0.512125,0.51075],[0,0],[-0.093125,-0.92400000000001]],"o":[[0.69250000000001,-0.68300000000002],[-0.512125,-0.51075],[0,0],[0.093125,0.92400000000001]],"v":[[114.49,-134.509],[114.331375,-136.38425],[113.134,-137.235],[113.074375,-135.1445]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[-0.98350000000001,0.97],[0.512125,0.51075],[0,0],[-0.093125,-0.92400000000001]],"o":[[0.69250000000001,-0.68300000000002],[-0.512125,-0.51075],[0,0],[0.093125,0.92400000000001]],"v":[[114.49,-134.509],[114.331375,-136.38425],[113.134,-137.235],[113.074375,-135.1445]],"c":true}],"e":[{"i":[[-0.93900000000001,0.149],[0.0485,0.49549999999999],[0,0],[0.3515,-0.559]],"o":[[0.661,-0.10499999999999],[-0.0485,-0.49549999999999],[0,0],[-0.3515,0.559]],"v":[[115.455,-129.251],[116.18425,-130.37325],[115.922,-131.338],[114.98425,-130.18275]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[-0.93900000000001,0.149],[0.0485,0.49549999999999],[0,0],[0.3515,-0.559]],"o":[[0.661,-0.10499999999999],[-0.0485,-0.49549999999999],[0,0],[-0.3515,0.559]],"v":[[115.455,-129.251],[116.18425,-130.37325],[115.922,-131.338],[114.98425,-130.18275]],"c":true}],"e":[{"i":[[-0.014,-0.01249999999999],[0.00075,-0.04225],[0,0],[0.00525,0.04762499999998]],"o":[[0.01000000000001,0.00900000000001],[-0.00075,0.04225],[0,0],[-0.00525,-0.04762500000001]],"v":[[113.605,-128.928],[113.616,-128.83225],[113.612,-128.75],[113.598,-128.848375]],"c":true}]},{"t":25}]},"nm":"Path 1"},{"ind":1,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[64.812,-131.938],[64.812,-131.938]],"c":true}],"e":[{"i":[[3.62,3.915],[0,0]],"o":[[-3.073,-3.047],[0,0]],"v":[[81.88,-141.703],[74.758,-135.835]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[3.62,3.915],[0,0]],"o":[[-3.073,-3.047],[0,0]],"v":[[81.88,-141.703],[74.758,-135.835]],"c":true}],"e":[{"i":[[3.058,4.841],[0,0]],"o":[[-2.153,-3.409],[0,0]],"v":[[89.192,-145.341],[81.516,-141.052]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.714,"s":[{"i":[[3.058,4.841],[0,0]],"o":[[-2.153,-3.409],[0,0]],"v":[[89.192,-145.341],[81.516,-141.052]],"c":true}],"e":[{"i":[[1.267,5.568],[0,0]],"o":[[-0.892,-3.92],[0,0]],"v":[[96.947,-146.181],[88.244,-144.861]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.571,"s":[{"i":[[1.267,5.568],[0,0]],"o":[[-0.892,-3.92],[0,0]],"v":[[96.947,-146.181],[88.244,-144.861]],"c":true}],"e":[{"i":[[-0.293,4.746],[0,0]],"o":[[0.206,-3.342],[0,0]],"v":[[105.742,-143.867],[98.359,-145.053]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19.429,"s":[{"i":[[-0.293,4.746],[0,0]],"o":[[0.206,-3.342],[0,0]],"v":[[105.742,-143.867],[98.359,-145.053]],"c":true}],"e":[{"i":[[-1.417,3.545],[0,0]],"o":[[0.998,-2.496],[0,0]],"v":[[111.141,-139.577],[106.488,-141.865]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.286,"s":[{"i":[[-1.417,3.545],[0,0]],"o":[[0.998,-2.496],[0,0]],"v":[[111.141,-139.577],[106.488,-141.865]],"c":true}],"e":[{"i":[[-1.967,1.94],[0,0]],"o":[[1.385,-1.366],[0,0]],"v":[[114.49,-134.509],[113.134,-137.235]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21.143,"s":[{"i":[[-1.967,1.94],[0,0]],"o":[[1.385,-1.366],[0,0]],"v":[[114.49,-134.509],[113.134,-137.235]],"c":true}],"e":[{"i":[[0.023,0.093],[0,0]],"o":[[0.023,-0.095],[0,0]],"v":[[116.477,-129.03],[116.377,-129.067]],"c":true}]},{"t":22}]},"nm":"Path 2"},{"ind":2,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0.039,-0.017],[0,0]],"o":[[-0.039,0.017],[0,0]],"v":[[64.914,-128.716],[64.928,-128.636]],"c":true}],"e":[{"i":[[2.358,-1.023],[0,0]],"o":[[-2.358,1.023],[0,0]],"v":[[64.164,-135.488],[65.023,-130.607]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[2.358,-1.023],[0,0]],"o":[[-2.358,1.023],[0,0]],"v":[[64.164,-135.488],[65.023,-130.607]],"c":true}],"e":[{"i":[[1.509,-2.081],[0,0]],"o":[[-1.509,2.081],[0,0]],"v":[[58.616,-143.419],[61.84,-139.655]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[1.509,-2.081],[0,0]],"o":[[-1.509,2.081],[0,0]],"v":[[58.616,-143.419],[61.84,-139.655]],"c":true}],"e":[{"i":[[0.413,-2.579],[0,0]],"o":[[-0.413,2.579],[0,0]],"v":[[52.696,-145.814],[56.876,-143.49]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0.413,-2.579],[0,0]],"o":[[-0.413,2.579],[0,0]],"v":[[52.696,-145.814],[56.876,-143.49]],"c":true}],"e":[{"i":[[-0.238,-3.327],[0,0]],"o":[[0.238,3.327],[0,0]],"v":[[46.105,-146.431],[53,-146.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[-0.238,-3.327],[0,0]],"o":[[0.238,3.327],[0,0]],"v":[[46.105,-146.431],[53,-146.25]],"c":true}],"e":[{"i":[[-0.855,-3.323],[0,0]],"o":[[0.855,3.323],[0,0]],"v":[[39.239,-144.884],[45.066,-145.83]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[-0.855,-3.323],[0,0]],"o":[[0.855,3.323],[0,0]],"v":[[39.239,-144.884],[45.066,-145.83]],"c":true}],"e":[{"i":[[-1.751,-2.755],[0,0]],"o":[[1.751,2.755],[0,0]],"v":[[36.046,-141.985],[40.276,-144.482]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[-1.751,-2.755],[0,0]],"o":[[1.751,2.755],[0,0]],"v":[[36.046,-141.985],[40.276,-144.482]],"c":true}],"e":[{"i":[[-1.433,-1.619],[0,0]],"o":[[1.433,1.619],[0,0]],"v":[[32.508,-138.246],[34.209,-140.562]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[-1.433,-1.619],[0,0]],"o":[[1.433,1.619],[0,0]],"v":[[32.508,-138.246],[34.209,-140.562]],"c":true}],"e":[{"i":[[-1.514,-0.844],[0,0]],"o":[[1.514,0.844],[0,0]],"v":[[32.049,-134.594],[32.5,-136.875]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[-1.514,-0.844],[0,0]],"o":[[1.514,0.844],[0,0]],"v":[[32.049,-134.594],[32.5,-136.875]],"c":true}],"e":[{"i":[[0.133,-0.014],[0,0]],"o":[[-0.133,0.014],[0,0]],"v":[[30.998,-131.915],[30.966,-131.991]],"c":true}]},{"t":24}]},"nm":"Path 3"},{"ind":3,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0.039,-0.017],[0,0]],"o":[[-0.039,0.017],[0,0]],"v":[[64.914,-128.716],[64.928,-128.636]],"c":true}],"e":[{"i":[[2.461,-1.762],[0,0]],"o":[[-2.09,1.496],[0,0]],"v":[[62.914,-134.613],[65.273,-129.857]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[2.461,-1.762],[0,0]],"o":[[-2.09,1.496],[0,0]],"v":[[62.914,-134.613],[65.273,-129.857]],"c":true}],"e":[{"i":[[2.287,-1.25],[0,0]],"o":[[-3.741,2.044],[0,0]],"v":[[58.366,-142.044],[61.215,-138.03]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[2.287,-1.25],[0,0]],"o":[[-3.741,2.044],[0,0]],"v":[[58.366,-142.044],[61.215,-138.03]],"c":true}],"e":[{"i":[[2.429,-2.061],[0,0]],"o":[[-1.992,1.689],[0,0]],"v":[[54.321,-147.439],[58.251,-144.115]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[2.429,-2.061],[0,0]],"o":[[-1.992,1.689],[0,0]],"v":[[54.321,-147.439],[58.251,-144.115]],"c":true}],"e":[{"i":[[-0.238,-3.327],[0,0]],"o":[[0.238,3.327],[0,0]],"v":[[46.98,-148.431],[52.875,-147.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[-0.238,-3.327],[0,0]],"o":[[0.238,3.327],[0,0]],"v":[[46.98,-148.431],[52.875,-147.5]],"c":true}],"e":[{"i":[[-0.855,-3.323],[0,0]],"o":[[0.855,3.323],[0,0]],"v":[[38.739,-147.259],[44.066,-148.08]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[-0.855,-3.323],[0,0]],"o":[[0.855,3.323],[0,0]],"v":[[38.739,-147.259],[44.066,-148.08]],"c":true}],"e":[{"i":[[-1.751,-2.755],[0,0]],"o":[[1.751,2.755],[0,0]],"v":[[34.046,-142.735],[38.401,-146.732]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[-1.751,-2.755],[0,0]],"o":[[1.751,2.755],[0,0]],"v":[[34.046,-142.735],[38.401,-146.732]],"c":true}],"e":[{"i":[[-1.433,-1.619],[0,0]],"o":[[1.433,1.619],[0,0]],"v":[[33.133,-137.621],[34.209,-140.562]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[-1.433,-1.619],[0,0]],"o":[[1.433,1.619],[0,0]],"v":[[33.133,-137.621],[34.209,-140.562]],"c":true}],"e":[{"i":[[-1.514,-0.844],[0,0]],"o":[[1.514,0.844],[0,0]],"v":[[31.674,-133.219],[32.5,-136.875]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[-1.514,-0.844],[0,0]],"o":[[1.514,0.844],[0,0]],"v":[[31.674,-133.219],[32.5,-136.875]],"c":true}],"e":[{"i":[[0.133,-0.014],[0,0]],"o":[[-0.133,0.014],[0,0]],"v":[[30.998,-131.915],[30.966,-131.991]],"c":true}]},{"t":25}]},"nm":"Path 4"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"}],"ip":0,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Z Dark Blue 2","parent":5,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,-0.002],[0,-0.001],[-0.001,0],[-0.001,0],[-0.001,0],[-0.001,0.001],[0,0.002],[0,0.001],[0.001,0.001],[0.001,0],[0,0],[0.001,-0.002]],"o":[[0,0.001],[0,0.001],[0.001,0.001],[0.001,0],[0.002,0],[0.001,-0.001],[0,-0.001],[0,-0.001],[-0.001,-0.001],[-0.002,0],[0,0],[-0.001,0.002]],"v":[[-6.989,-102.841],[-6.988,-102.839],[-6.987,-102.837],[-6.985,-102.835],[-6.98,-102.835],[-6.976,-102.837],[-6.974,-102.842],[-6.974,-102.844],[-6.975,-102.847],[-6.979,-102.849],[-6.984,-102.849],[-6.988,-102.846]],"c":true}],"e":[{"i":[[0.525,2.62],[0.556,1.007],[0.734,0.608],[1.276,0.382],[1.835,-0.399],[1.446,-1.892],[0.076,-2.352],[-0.161,-1.023],[-0.726,-1.059],[-1.706,-0.343],[0,0],[-1.056,2.117]],"o":[[-0.178,-0.889],[-0.584,-1.06],[-1.026,-0.85],[-1.799,-0.539],[-2.327,0.505],[-1.429,1.87],[-0.032,0.985],[0.21,1.333],[0.984,1.435],[2.638,0.53],[0,0],[1.193,-2.391]],"v":[[3.106,-104.97],[1.947,-107.943],[-0.1,-110.594],[-3.314,-112.592],[-9.854,-113.003],[-15.307,-109.423],[-17.552,-103.374],[-17.382,-100.319],[-16.03,-96.635],[-10.59,-92.816],[-4.104,-92.816],[1.887,-97.277]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2.92,"s":[{"i":[[0.525,2.62],[0.556,1.007],[0.734,0.608],[1.276,0.382],[1.835,-0.399],[1.446,-1.892],[0.076,-2.352],[-0.161,-1.023],[-0.726,-1.059],[-1.706,-0.343],[0,0],[-1.056,2.117]],"o":[[-0.178,-0.889],[-0.584,-1.06],[-1.026,-0.85],[-1.799,-0.539],[-2.327,0.505],[-1.429,1.87],[-0.032,0.985],[0.21,1.333],[0.984,1.435],[2.638,0.53],[0,0],[1.193,-2.391]],"v":[[3.106,-104.97],[1.947,-107.943],[-0.1,-110.594],[-3.314,-112.592],[-9.854,-113.003],[-15.307,-109.423],[-17.552,-103.374],[-17.382,-100.319],[-16.03,-96.635],[-10.59,-92.816],[-4.104,-92.816],[1.887,-97.277]],"c":true}],"e":[{"i":[[1.118,5.577],[1.183,2.144],[1.563,1.294],[2.717,0.813],[3.906,-0.848],[3.077,-4.026],[0.162,-5.007],[-0.343,-2.178],[-1.546,-2.254],[-3.631,-0.73],[0,0],[-2.248,4.506]],"o":[[-0.379,-1.892],[-1.244,-2.256],[-2.184,-1.808],[-3.83,-1.147],[-4.952,1.076],[-3.042,3.98],[-0.068,2.097],[0.447,2.837],[2.095,3.054],[5.616,1.129],[0,0],[2.54,-5.089]],"v":[[14.507,-107.37],[12.039,-113.697],[7.682,-119.34],[0.841,-123.593],[-13.078,-124.468],[-24.685,-116.848],[-29.462,-103.973],[-29.1,-97.469],[-26.224,-89.628],[-14.645,-81.5],[-0.839,-81.5],[11.911,-90.995]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[1.118,5.577],[1.183,2.144],[1.563,1.294],[2.717,0.813],[3.906,-0.848],[3.077,-4.026],[0.162,-5.007],[-0.343,-2.178],[-1.546,-2.254],[-3.631,-0.73],[0,0],[-2.248,4.506]],"o":[[-0.379,-1.892],[-1.244,-2.256],[-2.184,-1.808],[-3.83,-1.147],[-4.952,1.076],[-3.042,3.98],[-0.068,2.097],[0.447,2.837],[2.095,3.054],[5.616,1.129],[0,0],[2.54,-5.089]],"v":[[14.507,-107.37],[12.039,-113.697],[7.682,-119.34],[0.841,-123.593],[-13.078,-124.468],[-24.685,-116.848],[-29.462,-103.973],[-29.1,-97.469],[-26.224,-89.628],[-14.645,-81.5],[-0.839,-81.5],[11.911,-90.995]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[13.953,-4.407],[0.106,-4.829],[0,0],[0,0],[0,0],[0,0],[-13.286,16.5],[-0.143,9.495]],"o":[[0,0],[0,0],[0,0],[0,0],[-15.297,4.843],[-0.297,13.598],[0,0],[0,0],[0,0],[0,0],[4.714,-7.25],[0.607,-15.255]],"v":[[14.757,-99.745],[15.322,-129.794],[15.932,-162.215],[15.841,-177.593],[-11.453,-177.593],[-28.56,-147.848],[-28.337,-130.848],[-28.794,-83.331],[-29.474,-12.628],[-29.645,-43.75],[8.536,-46.75],[15.036,-69.245]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4.76,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[13.953,-4.407],[0.106,-4.829],[0,0],[0,0],[0,0],[0,0],[-13.286,16.5],[-0.143,9.495]],"o":[[0,0],[0,0],[0,0],[0,0],[-15.297,4.843],[-0.297,13.598],[0,0],[0,0],[0,0],[0,0],[4.714,-7.25],[0.607,-15.255]],"v":[[14.757,-99.745],[15.322,-129.794],[15.932,-162.215],[15.841,-177.593],[-11.453,-177.593],[-28.56,-147.848],[-28.337,-130.848],[-28.794,-83.331],[-29.474,-12.628],[-29.645,-43.75],[8.536,-46.75],[15.036,-69.245]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[9.703,-14.157],[0.106,-4.829],[0,0],[0,0],[0,0],[0,0],[-9.643,19.75],[-0.143,9.495]],"o":[[0,0],[0,0],[0,0],[0,0],[-4.547,7.843],[-0.297,13.598],[0,0],[0,0],[0,0],[0,0],[2.857,-7.25],[0.607,-15.255]],"v":[[14.879,-60.495],[15.342,-126.74],[15.841,-198.215],[14.591,-235.843],[-23.453,-224.593],[-28.655,-199.598],[-28.419,-180.848],[-28.843,-113.234],[-29.474,-12.628],[-29.698,5.75],[11.036,-8.75],[15.143,-31.745]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5.68,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[9.703,-14.157],[0.106,-4.829],[0,0],[0,0],[0,0],[0,0],[-9.643,19.75],[-0.143,9.495]],"o":[[0,0],[0,0],[0,0],[0,0],[-4.547,7.843],[-0.297,13.598],[0,0],[0,0],[0,0],[0,0],[2.857,-7.25],[0.607,-15.255]],"v":[[14.879,-60.495],[15.342,-126.74],[15.841,-198.215],[14.591,-235.843],[-23.453,-224.593],[-28.655,-199.598],[-28.419,-180.848],[-28.843,-113.234],[-29.474,-12.628],[-29.698,5.75],[11.036,-8.75],[15.143,-31.745]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[9.703,-14.157],[0.106,-4.829],[0,0],[0,0],[0,0],[0,0],[-9.643,19.75],[-0.143,9.495]],"o":[[0,0],[0,0],[0,0],[0,0],[-4.547,7.843],[-0.297,13.598],[0,0],[0,0],[0,0],[0,0],[2.857,-7.25],[0.607,-15.255]],"v":[[14.879,-60.495],[15.342,-126.74],[15.841,-198.215],[15.091,-237.343],[-24.203,-229.093],[-28.703,-206.348],[-28.419,-180.848],[-28.843,-113.234],[-29.474,-12.628],[-29.724,7.25],[11.143,-7],[15.143,-31.745]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6.6,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[9.703,-14.157],[0.106,-4.829],[0,0],[0,0],[0,0],[0,0],[-9.643,19.75],[-0.143,9.495]],"o":[[0,0],[0,0],[0,0],[0,0],[-4.547,7.843],[-0.297,13.598],[0,0],[0,0],[0,0],[0,0],[2.857,-7.25],[0.607,-15.255]],"v":[[14.879,-60.495],[15.342,-126.74],[15.841,-198.215],[15.091,-237.343],[-24.203,-229.093],[-28.703,-206.348],[-28.419,-180.848],[-28.843,-113.234],[-29.474,-12.628],[-29.724,7.25],[11.143,-7],[15.143,-31.745]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[5.203,-26.157],[-1.998,-4.397],[0,0],[0,0],[0,0],[0,0],[-4.143,30.75],[4.857,7.745]],"o":[[0,0],[0,0],[0,0],[0,0],[-2.297,12.343],[2.203,4.848],[0,0],[0,0],[0,0],[0,0],[0.857,-8.5],[0.607,-15.255]],"v":[[13.629,-61.995],[15.775,-127.879],[18.091,-198.965],[19.341,-240.093],[-33.453,-222.593],[-32.703,-200.598],[-25.459,-188.848],[-27.676,-118.019],[-30.974,-12.628],[-31.724,10],[17.143,-10.5],[13.143,-31.745]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7.52,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[5.203,-26.157],[-1.998,-4.397],[0,0],[0,0],[0,0],[0,0],[-4.143,30.75],[4.857,7.745]],"o":[[0,0],[0,0],[0,0],[0,0],[-2.297,12.343],[2.203,4.848],[0,0],[0,0],[0,0],[0,0],[0.857,-8.5],[0.607,-15.255]],"v":[[13.629,-61.995],[15.775,-127.879],[18.091,-198.965],[19.341,-240.093],[-33.453,-222.593],[-32.703,-200.598],[-25.459,-188.848],[-27.676,-118.019],[-30.974,-12.628],[-31.724,10],[17.143,-10.5],[13.143,-31.745]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[17.203,-37.907],[-7.547,-8.152],[0,0],[0,0],[0,0],[0,0],[-18.143,55],[9.107,7.745]],"o":[[0,0],[0,0],[0,0],[0,0],[-11.797,20.593],[11.953,-5.652],[0,0],[0,0],[0,0],[0,0],[2.357,-18],[-4.393,4.745]],"v":[[11.129,-55.245],[17.243,-123.895],[23.841,-197.965],[28.591,-240.343],[-41.703,-224.093],[-39.453,-167.348],[-21.459,-177.348],[-27.494,-113.352],[-36.474,-18.128],[-39.224,10.5],[30.643,-22],[18.893,-61.245]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8.44,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[17.203,-37.907],[-7.547,-8.152],[0,0],[0,0],[0,0],[0,0],[-18.143,55],[9.107,7.745]],"o":[[0,0],[0,0],[0,0],[0,0],[-11.797,20.593],[11.953,-5.652],[0,0],[0,0],[0,0],[0,0],[2.357,-18],[-4.393,4.745]],"v":[[11.129,-55.245],[17.243,-123.895],[23.841,-197.965],[28.591,-240.343],[-41.703,-224.093],[-39.453,-167.348],[-21.459,-177.348],[-27.494,-113.352],[-36.474,-18.128],[-39.224,10.5],[30.643,-22],[18.893,-61.245]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[58.703,-52.407],[-7.547,-8.152],[0,0],[0,0],[0,0],[0,0],[-58.143,56.5],[9.107,7.745]],"o":[[0,0],[0,0],[0,0],[0,0],[6.703,9.093],[26.953,-25.652],[0,0],[0,0],[0,0],[0,0],[-7.643,-8.5],[-26.893,24.245]],"v":[[-2.871,-17.745],[18.155,-112.37],[40.841,-214.465],[45.591,-237.843],[-93.703,-223.593],[-69.953,-195.348],[-3.459,-214.848],[-21.15,-135.377],[-47.474,-17.128],[-53.224,9],[84.143,-12],[57.893,-38.745]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9.36,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[58.703,-52.407],[-7.547,-8.152],[0,0],[0,0],[0,0],[0,0],[-58.143,56.5],[9.107,7.745]],"o":[[0,0],[0,0],[0,0],[0,0],[6.703,9.093],[26.953,-25.652],[0,0],[0,0],[0,0],[0,0],[-7.643,-8.5],[-26.893,24.245]],"v":[[-2.871,-17.745],[18.155,-112.37],[40.841,-214.465],[45.591,-237.843],[-93.703,-223.593],[-69.953,-195.348],[-3.459,-214.848],[-21.15,-135.377],[-47.474,-17.128],[-53.224,9],[84.143,-12],[57.893,-38.745]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[36.703,67.093],[8.953,-4.652],[0,0],[0,0],[0,0],[0,0],[-47.143,-75.5],[-7.393,4.745]],"o":[[0,0],[0,0],[0,0],[0,0],[-7.797,4.093],[43.453,77.348],[0,0],[0,0],[0,0],[0,0],[11.857,-7],[-39.893,-74.755]],"v":[[-16.871,-12.245],[19.066,-107.11],[57.841,-209.465],[67.591,-232.343],[-55.203,-328.593],[-88.953,-308.848],[14.041,-217.348],[-16.11,-138.48],[-60.974,-21.128],[-71.724,3],[54.143,106.5],[85.893,87.755]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10.28,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[36.703,67.093],[8.953,-4.652],[0,0],[0,0],[0,0],[0,0],[-47.143,-75.5],[-7.393,4.745]],"o":[[0,0],[0,0],[0,0],[0,0],[-7.797,4.093],[43.453,77.348],[0,0],[0,0],[0,0],[0,0],[11.857,-7],[-39.893,-74.755]],"v":[[-16.871,-12.245],[19.066,-107.11],[57.841,-209.465],[67.591,-232.343],[-55.203,-328.593],[-88.953,-308.848],[14.041,-217.348],[-16.11,-138.48],[-60.974,-21.128],[-71.724,3],[54.143,106.5],[85.893,87.755]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[-27.297,84.593],[8.953,4.348],[0,0],[0,0],[0,0],[0,0],[45.857,-104.5],[-11.393,-7.255]],"o":[[0,0],[0,0],[0,0],[0,0],[-9.797,-4.407],[-40.047,121.848],[0,0],[0,0],[0,0],[0,0],[10.357,6],[58.107,-116.255]],"v":[[-25.371,-16.245],[19.946,-106.3],[68.841,-203.465],[83.091,-231.343],[2.797,-357.593],[-34.953,-373.848],[26.041,-215.348],[-12.35,-139.695],[-69.474,-27.128],[-82.224,0],[-15.857,143],[19.393,162.755]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11.2,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-27.297,84.593],[8.953,4.348],[0,0],[0,0],[0,0],[0,0],[45.857,-104.5],[-11.393,-7.255]],"o":[[0,0],[0,0],[0,0],[0,0],[-9.797,-4.407],[-40.047,121.848],[0,0],[0,0],[0,0],[0,0],[10.357,6],[58.107,-116.255]],"v":[[-25.371,-16.245],[19.946,-106.3],[68.841,-203.465],[83.091,-231.343],[2.797,-357.593],[-34.953,-373.848],[26.041,-215.348],[-12.35,-139.695],[-69.474,-27.128],[-82.224,0],[-15.857,143],[19.393,162.755]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[-35.797,93.593],[8.953,4.348],[0,0],[0,0],[0,0],[0,0],[41.857,-111.5],[-10.893,-6.255]],"o":[[0,0],[0,0],[0,0],[0,0],[-10.297,-5.407],[-46.047,117.348],[0,0],[0,0],[0,0],[0,0],[9.857,5],[56.607,-128.255]],"v":[[-30.371,-21.245],[21.199,-108.895],[76.841,-203.465],[86.591,-225.343],[2.297,-348.093],[-34.953,-366.848],[31.041,-208.348],[-13.379,-133.097],[-79.474,-21.128],[-87.224,-1],[-13.857,136.5],[20.893,157.755]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12.12,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-35.797,93.593],[8.953,4.348],[0,0],[0,0],[0,0],[0,0],[41.857,-111.5],[-10.893,-6.255]],"o":[[0,0],[0,0],[0,0],[0,0],[-10.297,-5.407],[-46.047,117.348],[0,0],[0,0],[0,0],[0,0],[9.857,5],[56.607,-128.255]],"v":[[-30.371,-21.245],[21.199,-108.895],[76.841,-203.465],[86.591,-225.343],[2.297,-348.093],[-34.953,-366.848],[31.041,-208.348],[-13.379,-133.097],[-79.474,-21.128],[-87.224,-1],[-13.857,136.5],[20.893,157.755]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[-2.297,93.093],[9.453,1.348],[0,0],[0,0],[0,0],[0,0],[9.357,-108],[-10.893,-2.255]],"o":[[0,0],[0,0],[0,0],[0,0],[-9.797,-0.907],[-10.547,111.348],[0,0],[0,0],[0,0],[0,0],[10.357,1.5],[15.107,-123.755]],"v":[[-29.371,-26.745],[25.07,-112.136],[82.341,-201.965],[86.591,-224.843],[-24.703,-329.593],[-66.453,-332.848],[30.041,-201.848],[-18.384,-124.24],[-81.474,-23.128],[-85.724,-1.5],[18.643,120.5],[60.393,126.255]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13.04,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-2.297,93.093],[9.453,1.348],[0,0],[0,0],[0,0],[0,0],[9.357,-108],[-10.893,-2.255]],"o":[[0,0],[0,0],[0,0],[0,0],[-9.797,-0.907],[-10.547,111.348],[0,0],[0,0],[0,0],[0,0],[10.357,1.5],[15.107,-123.755]],"v":[[-29.371,-26.745],[25.07,-112.136],[82.341,-201.965],[86.591,-224.843],[-24.703,-329.593],[-66.453,-332.848],[30.041,-201.848],[-18.384,-124.24],[-81.474,-23.128],[-85.724,-1.5],[18.643,120.5],[60.393,126.255]],"c":true}],"e":[{"i":[[0,0],[-17.711,26.852],[0,0],[0,0],[58.203,58.843],[7.703,-7.402],[0,0],[15.008,-22.705],[0,0],[0,0],[-67.143,-69.5],[-7.893,8.745]],"o":[[0,0],[19.11,-28.972],[0,0],[0,0],[-11.297,10.093],[74.953,69.348],[0,0],[-22.331,33.785],[0,0],[0,0],[6.607,-6.5],[-53.893,-60.505]],"v":[[-23.371,-34.239],[33.262,-111.8],[86.091,-202.215],[85.841,-227.343],[-68.203,-283.843],[-97.953,-254.348],[27.041,-194.348],[-12.482,-124.232],[-84.974,-24.878],[-86.224,-1],[72.138,68.5],[103.883,41.76]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13.96,"s":[{"i":[[0,0],[-17.711,26.852],[0,0],[0,0],[58.203,58.843],[7.703,-7.402],[0,0],[15.008,-22.705],[0,0],[0,0],[-67.143,-69.5],[-7.893,8.745]],"o":[[0,0],[19.11,-28.972],[0,0],[0,0],[-11.297,10.093],[74.953,69.348],[0,0],[-22.331,33.785],[0,0],[0,0],[6.607,-6.5],[-53.893,-60.505]],"v":[[-23.371,-34.239],[33.262,-111.8],[86.091,-202.215],[85.841,-227.343],[-68.203,-283.843],[-97.953,-254.348],[27.041,-194.348],[-12.482,-124.232],[-84.974,-24.878],[-86.224,-1],[72.138,68.5],[103.883,41.76]],"c":true}],"e":[{"i":[[0,0],[-16.011,24.868],[0,0],[0,0],[65.203,-42.907],[-6.297,-10.902],[0,0],[13.157,-17.917],[0,0],[0,0],[-71.143,49.25],[8.107,10.245]],"o":[[0,0],[18.718,-29.072],[0,0],[0,0],[4.953,10.343],[40.203,-23.902],[0,0],[-24.459,33.308],[0,0],[0,0],[-7.643,-12.75],[-26.643,18.495]],"v":[[-14.621,-42.245],[38.588,-113.249],[89.341,-203.715],[86.339,-228.588],[-68.703,-190.343],[-47.453,-154.098],[27.041,-180.598],[-6.575,-123.004],[-85.474,-27.378],[-86.474,-3.5],[84.143,-35.25],[62.643,-69.245]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14.88,"s":[{"i":[[0,0],[-16.011,24.868],[0,0],[0,0],[65.203,-42.907],[-6.297,-10.902],[0,0],[13.157,-17.917],[0,0],[0,0],[-71.143,49.25],[8.107,10.245]],"o":[[0,0],[18.718,-29.072],[0,0],[0,0],[4.953,10.343],[40.203,-23.902],[0,0],[-24.459,33.308],[0,0],[0,0],[-7.643,-12.75],[-26.643,18.495]],"v":[[-14.621,-42.245],[38.588,-113.249],[89.341,-203.715],[86.339,-228.588],[-68.703,-190.343],[-47.453,-154.098],[27.041,-180.598],[-6.575,-123.004],[-85.474,-27.378],[-86.474,-3.5],[84.143,-35.25],[62.643,-69.245]],"c":true}],"e":[{"i":[[0,0],[-16.259,24.612],[0,0],[0,0],[58.453,-61.157],[-8.547,-7.902],[0,0],[14.556,-20.516],[0,0],[0,0],[-60.393,66.25],[10.107,9.745]],"o":[[0,0],[17.655,-26.726],[0,0],[0,0],[8.453,8.093],[26.953,-25.402],[0,0],[-22.46,31.657],[0,0],[0,0],[-9.143,-9.75],[-19.393,23.995]],"v":[[-15.371,-47.245],[35.256,-119.825],[86.341,-201.215],[86.841,-227.593],[-66.453,-176.343],[-37.953,-148.098],[24.541,-181.848],[-17.173,-118.957],[-86.474,-25.378],[-85.474,-1.5],[71.893,-53.25],[42.393,-81.245]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15.8,"s":[{"i":[[0,0],[-16.259,24.612],[0,0],[0,0],[58.453,-61.157],[-8.547,-7.902],[0,0],[14.556,-20.516],[0,0],[0,0],[-60.393,66.25],[10.107,9.745]],"o":[[0,0],[17.655,-26.726],[0,0],[0,0],[8.453,8.093],[26.953,-25.402],[0,0],[-22.46,31.657],[0,0],[0,0],[-9.143,-9.75],[-19.393,23.995]],"v":[[-15.371,-47.245],[35.256,-119.825],[86.341,-201.215],[86.841,-227.593],[-66.453,-176.343],[-37.953,-148.098],[24.541,-181.848],[-17.173,-118.957],[-86.474,-25.378],[-85.474,-1.5],[71.893,-53.25],[42.393,-81.245]],"c":true}],"e":[{"i":[[0,0],[-16.95,24.847],[0,0],[0,0],[62.203,-52.407],[-6.047,-8.652],[0,0],[16.541,-26.058],[0,0],[0,0],[-65.672,57.268],[8.357,10.745]],"o":[[0,0],[18.288,-26.809],[0,0],[0,0],[6.203,9.593],[25.203,-22.652],[0,0],[-20.283,31.953],[0,0],[0,0],[-6.893,-10.25],[-26.143,20.745]],"v":[[-21.363,-49.75],[24.478,-120.805],[85.837,-199.716],[87.336,-224.59],[-77.444,-188.851],[-54.196,-153.859],[17.046,-183.858],[-28.675,-118.473],[-86.474,-25.378],[-86.476,1],[68.653,-49.76],[43.651,-81.505]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.72,"s":[{"i":[[0,0],[-16.95,24.847],[0,0],[0,0],[62.203,-52.407],[-6.047,-8.652],[0,0],[16.541,-26.058],[0,0],[0,0],[-65.672,57.268],[8.357,10.745]],"o":[[0,0],[18.288,-26.809],[0,0],[0,0],[6.203,9.593],[25.203,-22.652],[0,0],[-20.283,31.953],[0,0],[0,0],[-6.893,-10.25],[-26.143,20.745]],"v":[[-21.363,-49.75],[24.478,-120.805],[85.837,-199.716],[87.336,-224.59],[-77.444,-188.851],[-54.196,-153.859],[17.046,-183.858],[-28.675,-118.473],[-86.474,-25.378],[-86.476,1],[68.653,-49.76],[43.651,-81.505]],"c":true}],"e":[{"i":[[0,0],[-17.431,25.569],[0,0],[0,0],[61.781,-2.962],[-0.047,-10.152],[0,0],[17.355,-28.109],[0,0],[0,0],[-77.643,0.5],[1.177,14.467]],"o":[[0,0],[18.807,-27.588],[0,0],[0,0],[0.203,12.843],[68.953,1.348],[0,0],[-20.282,32.85],[0,0],[0,0],[0.107,-12.5],[-48.143,-0.255]],"v":[[-28.363,-45.26],[16.424,-119.986],[83.834,-198.221],[86.832,-223.092],[-86.186,-232.101],[-89.441,-188.364],[17.55,-188.612],[-32.973,-122.431],[-88.981,-22.385],[-84.987,5.004],[80.666,-9.515],[77.408,-48.268]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.64,"s":[{"i":[[0,0],[-17.431,25.569],[0,0],[0,0],[61.781,-2.962],[-0.047,-10.152],[0,0],[17.355,-28.109],[0,0],[0,0],[-77.643,0.5],[1.177,14.467]],"o":[[0,0],[18.807,-27.588],[0,0],[0,0],[0.203,12.843],[68.953,1.348],[0,0],[-20.282,32.85],[0,0],[0,0],[0.107,-12.5],[-48.143,-0.255]],"v":[[-28.363,-45.26],[16.424,-119.986],[83.834,-198.221],[86.832,-223.092],[-86.186,-232.101],[-89.441,-188.364],[17.55,-188.612],[-32.973,-122.431],[-88.981,-22.385],[-84.987,5.004],[80.666,-9.515],[77.408,-48.268]],"c":true}],"e":[{"i":[[0,0],[-17.511,25.809],[0,0],[0,0],[50.774,29.269],[3.453,-9.902],[0,0],[15.951,-24.564],[0,0],[0,0],[-80.643,-40.25],[-6.143,12.995]],"o":[[0,0],[18.893,-27.847],[0,0],[0,0],[-5.297,13.343],[70.703,33.098],[0,0],[-21.275,32.762],[0,0],[0,0],[7.107,-13],[-60.393,-31.505]],"v":[[-24.369,-41.249],[23.155,-115.19],[85.836,-199.216],[86.836,-224.592],[-81.2,-255.847],[-97.949,-216.603],[22.043,-187.854],[-25.585,-119.961],[-86.474,-25.378],[-85.478,1.502],[82.648,30.246],[99.394,-5.753]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.56,"s":[{"i":[[0,0],[-17.511,25.809],[0,0],[0,0],[50.774,29.269],[3.453,-9.902],[0,0],[15.951,-24.564],[0,0],[0,0],[-80.643,-40.25],[-6.143,12.995]],"o":[[0,0],[18.893,-27.847],[0,0],[0,0],[-5.297,13.343],[70.703,33.098],[0,0],[-21.275,32.762],[0,0],[0,0],[7.107,-13],[-60.393,-31.505]],"v":[[-24.369,-41.249],[23.155,-115.19],[85.836,-199.216],[86.836,-224.592],[-81.2,-255.847],[-97.949,-216.603],[22.043,-187.854],[-25.585,-119.961],[-86.474,-25.378],[-85.478,1.502],[82.648,30.246],[99.394,-5.753]],"c":true}],"e":[{"i":[[0,0],[-17.511,25.809],[0,0],[0,0],[61.016,26.042],[2.203,-9.902],[0,0],[14.874,-21.734],[0,0],[0,0],[-88.117,-36.506],[-3.893,11.995]],"o":[[0,0],[18.893,-27.847],[0,0],[0,0],[-4.047,12.843],[71.169,24.538],[0,0],[-22.131,32.339],[0,0],[0,0],[5.827,-14.268],[-48.297,-24.623]],"v":[[-21.876,-38.243],[33.154,-114.665],[87.84,-200.711],[86.341,-226.593],[-80.963,-244.593],[-92.714,-204.093],[26.534,-185.093],[-16.089,-118.886],[-86.474,-25.378],[-86.474,0],[83.631,30.995],[100.379,-7.745]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19.48,"s":[{"i":[[0,0],[-17.511,25.809],[0,0],[0,0],[61.016,26.042],[2.203,-9.902],[0,0],[14.874,-21.734],[0,0],[0,0],[-88.117,-36.506],[-3.893,11.995]],"o":[[0,0],[18.893,-27.847],[0,0],[0,0],[-4.047,12.843],[71.169,24.538],[0,0],[-22.131,32.339],[0,0],[0,0],[5.827,-14.268],[-48.297,-24.623]],"v":[[-21.876,-38.243],[33.154,-114.665],[87.84,-200.711],[86.341,-226.593],[-80.963,-244.593],[-92.714,-204.093],[26.534,-185.093],[-16.089,-118.886],[-86.474,-25.378],[-86.474,0],[83.631,30.995],[100.379,-7.745]],"c":true}],"e":[{"i":[[0,0],[-17.19,25.288],[0,0],[0,0],[71.797,-26.682],[-3.047,-12.402],[0,0],[14.572,-21.198],[0,0],[0,0],[-71.4,23.529],[4.607,15.745]],"o":[[0,0],[18.547,-27.285],[0,0],[0,0],[2.703,12.343],[37.703,-10.402],[0,0],[-21.683,31.542],[0,0],[0,0],[-4.643,-16],[-47.893,14.745]],"v":[[-19.874,-42.493],[33.197,-118.354],[86.335,-198.715],[85.839,-225.594],[-80.711,-204.342],[-68.459,-165.594],[23.786,-181.594],[-19.428,-118.999],[-86.474,-25.378],[-86.474,0],[82.384,-17.501],[71.884,-57.493]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.4,"s":[{"i":[[0,0],[-17.19,25.288],[0,0],[0,0],[71.797,-26.682],[-3.047,-12.402],[0,0],[14.572,-21.198],[0,0],[0,0],[-71.4,23.529],[4.607,15.745]],"o":[[0,0],[18.547,-27.285],[0,0],[0,0],[2.703,12.343],[37.703,-10.402],[0,0],[-21.683,31.542],[0,0],[0,0],[-4.643,-16],[-47.893,14.745]],"v":[[-19.874,-42.493],[33.197,-118.354],[86.335,-198.715],[85.839,-225.594],[-80.711,-204.342],[-68.459,-165.594],[23.786,-181.594],[-19.428,-118.999],[-86.474,-25.378],[-86.474,0],[82.384,-17.501],[71.884,-57.493]],"c":true}],"e":[{"i":[[0,0],[-17.19,25.288],[0,0],[0,0],[95.299,-25.872],[-3.047,-12.402],[0,0],[14.572,-21.198],[0,0],[0,0],[-54.393,19.575],[4.607,15.745]],"o":[[0,0],[18.547,-27.285],[0,0],[0,0],[2.703,12.343],[37.203,-11.402],[0,0],[-21.683,31.542],[0,0],[0,0],[-4.643,-16],[-31.264,9.098]],"v":[[-20.871,-43.495],[23.683,-112.878],[86.337,-199.715],[86.335,-224.093],[-83.705,-208.599],[-73.703,-168.605],[21.29,-183.1],[-23.424,-120.509],[-86.474,-25.378],[-86.476,1],[80.391,-18.509],[68.389,-58.504]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21.32,"s":[{"i":[[0,0],[-17.19,25.288],[0,0],[0,0],[95.299,-25.872],[-3.047,-12.402],[0,0],[14.572,-21.198],[0,0],[0,0],[-54.393,19.575],[4.607,15.745]],"o":[[0,0],[18.547,-27.285],[0,0],[0,0],[2.703,12.343],[37.203,-11.402],[0,0],[-21.683,31.542],[0,0],[0,0],[-4.643,-16],[-31.264,9.098]],"v":[[-20.871,-43.495],[23.683,-112.878],[86.337,-199.715],[86.335,-224.093],[-83.705,-208.599],[-73.703,-168.605],[21.29,-183.1],[-23.424,-120.509],[-86.474,-25.378],[-86.476,1],[80.391,-18.509],[68.389,-58.504]],"c":true}],"e":[{"i":[[0,0],[-17.511,25.769],[0,0],[0,0],[68.538,-13.689],[-1.547,-13.402],[0,0],[14.572,-21.332],[0,0],[0,0],[-74.887,-9.47],[-2.393,16.745]],"o":[[0,0],[18.893,-27.804],[0,0],[0,0],[-1.547,13.843],[34.953,-3.402],[0,0],[-21.683,31.741],[0,0],[0,0],[1.607,-18.5],[-37.643,-5.505]],"v":[[-25.869,-41.503],[18.645,-111.331],[86.336,-199.215],[85.835,-224.094],[-83.951,-217.851],[-80.95,-177.108],[20.292,-185.103],[-26.926,-120.616],[-86.474,-25.378],[-86.48,2.5],[81.896,5.987],[85.643,-34.509]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22.24,"s":[{"i":[[0,0],[-17.511,25.769],[0,0],[0,0],[68.538,-13.689],[-1.547,-13.402],[0,0],[14.572,-21.332],[0,0],[0,0],[-74.887,-9.47],[-2.393,16.745]],"o":[[0,0],[18.893,-27.804],[0,0],[0,0],[-1.547,13.843],[34.953,-3.402],[0,0],[-21.683,31.741],[0,0],[0,0],[1.607,-18.5],[-37.643,-5.505]],"v":[[-25.869,-41.503],[18.645,-111.331],[86.336,-199.215],[85.835,-224.094],[-83.951,-217.851],[-80.95,-177.108],[20.292,-185.103],[-26.926,-120.616],[-86.474,-25.378],[-86.48,2.5],[81.896,5.987],[85.643,-34.509]],"c":true}],"e":[{"i":[[0,0],[-17.511,25.769],[0,0],[0,0],[57.031,7.277],[2.203,-13.152],[0,0],[14.572,-21.332],[0,0],[0,0],[-64.884,-14.442],[-2.393,16.745]],"o":[[0,0],[18.893,-27.804],[0,0],[0,0],[-1.547,13.843],[38.43,5.47],[0,0],[-21.683,31.741],[0,0],[0,0],[1.607,-18.5],[-34.291,-9.856]],"v":[[-24.874,-39.5],[29.661,-117.803],[86.839,-200.213],[86.337,-225.093],[-84.958,-233.848],[-90.458,-192.103],[21.791,-184.599],[-21.425,-120.852],[-86.474,-25.378],[-86.975,0.499],[84.387,13.491],[90.386,-27.502]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23.16,"s":[{"i":[[0,0],[-17.511,25.769],[0,0],[0,0],[57.031,7.277],[2.203,-13.152],[0,0],[14.572,-21.332],[0,0],[0,0],[-64.884,-14.442],[-2.393,16.745]],"o":[[0,0],[18.893,-27.804],[0,0],[0,0],[-1.547,13.843],[38.43,5.47],[0,0],[-21.683,31.741],[0,0],[0,0],[1.607,-18.5],[-34.291,-9.856]],"v":[[-24.874,-39.5],[29.661,-117.803],[86.839,-200.213],[86.337,-225.093],[-84.958,-233.848],[-90.458,-192.103],[21.791,-184.599],[-21.425,-120.852],[-86.474,-25.378],[-86.975,0.499],[84.387,13.491],[90.386,-27.502]],"c":true}],"e":[{"i":[[0,0],[-17.511,25.769],[0,0],[0,0],[57.271,5.778],[2.203,-13.152],[0,0],[14.572,-21.332],[0,0],[0,0],[-47.637,-6.226],[-1.393,17.995]],"o":[[0,0],[18.893,-27.804],[0,0],[0,0],[-0.797,13.093],[29.918,4.203],[0,0],[-21.683,31.741],[0,0],[0,0],[1.607,-18.5],[-36.393,-7.005]],"v":[[-22.871,-40.495],[29.661,-117.803],[86.837,-199.713],[86.839,-225.592],[-83.708,-228.346],[-86.955,-186.848],[22.291,-184.598],[-21.426,-120.602],[-86.474,-25.378],[-86.474,0],[86.889,4.247],[90.388,-37.748]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[0,0],[-17.511,25.769],[0,0],[0,0],[57.271,5.778],[2.203,-13.152],[0,0],[14.572,-21.332],[0,0],[0,0],[-47.637,-6.226],[-1.393,17.995]],"o":[[0,0],[18.893,-27.804],[0,0],[0,0],[-0.797,13.093],[29.918,4.203],[0,0],[-21.683,31.741],[0,0],[0,0],[1.607,-18.5],[-36.393,-7.005]],"v":[[-22.871,-40.495],[29.661,-117.803],[86.837,-199.713],[86.839,-225.592],[-83.708,-228.346],[-86.955,-186.848],[22.291,-184.598],[-21.426,-120.602],[-86.474,-25.378],[-86.474,0],[86.889,4.247],[90.388,-37.748]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-22.121,-41.995],[30.05,-118.582],[86.341,-201.215],[86.341,-226.593],[-83.453,-226.593],[-83.453,-184.598],[22.291,-184.598],[-21.426,-120.602],[-86.474,-25.378],[-86.474,0],[86.643,0],[86.643,-41.995]],"c":true}]},{"t":25}]},"nm":"Z"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.01,0.24,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":-0.145,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Z"}],"ip":0,"op":29,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Z Orange","parent":5,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-1,"s":[{"i":[[-0.005,-0.023],[-0.005,-0.009],[-0.007,-0.005],[-0.011,-0.003],[-0.016,0.004],[-0.013,0.017],[-0.001,0.021],[0.001,0.009],[0.006,0.009],[0.015,0.003],[0,0],[0.009,-0.019]],"o":[[0.002,0.008],[0.005,0.009],[0.009,0.008],[0.016,0.005],[0.021,-0.004],[0.013,-0.017],[0,-0.009],[-0.002,-0.012],[-0.009,-0.013],[-0.023,-0.005],[0,0],[-0.011,0.021]],"v":[[-7.087,-102.825],[-7.076,-102.799],[-7.058,-102.775],[-7.03,-102.757],[-6.972,-102.754],[-6.923,-102.785],[-6.903,-102.839],[-6.905,-102.866],[-6.917,-102.899],[-6.965,-102.933],[-7.023,-102.933],[-7.076,-102.893]],"c":true}],"e":[{"i":[[-0.001,-0.006],[-0.001,-0.002],[-0.002,-0.001],[-0.003,-0.001],[-0.004,0.001],[-0.003,0.004],[0,0.005],[0,0.002],[0.002,0.002],[0.004,0.001],[0,0],[0.002,-0.005]],"o":[[0,0.002],[0.001,0.002],[0.002,0.002],[0.004,0.001],[0.005,-0.001],[0.003,-0.004],[0,-0.002],[0,-0.003],[-0.002,-0.003],[-0.006,-0.001],[0,0],[-0.003,0.005]],"v":[[-6.999,-102.839],[-6.996,-102.832],[-6.992,-102.826],[-6.984,-102.822],[-6.97,-102.821],[-6.957,-102.829],[-6.952,-102.843],[-6.953,-102.85],[-6.956,-102.858],[-6.968,-102.866],[-6.983,-102.866],[-6.996,-102.856]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[-0.001,-0.006],[-0.001,-0.002],[-0.002,-0.001],[-0.003,-0.001],[-0.004,0.001],[-0.003,0.004],[0,0.005],[0,0.002],[0.002,0.002],[0.004,0.001],[0,0],[0.002,-0.005]],"o":[[0,0.002],[0.001,0.002],[0.002,0.002],[0.004,0.001],[0.005,-0.001],[0.003,-0.004],[0,-0.002],[0,-0.003],[-0.002,-0.003],[-0.006,-0.001],[0,0],[-0.003,0.005]],"v":[[-6.999,-102.839],[-6.996,-102.832],[-6.992,-102.826],[-6.984,-102.822],[-6.97,-102.821],[-6.957,-102.829],[-6.952,-102.843],[-6.953,-102.85],[-6.956,-102.858],[-6.968,-102.866],[-6.983,-102.866],[-6.996,-102.856]],"c":true}],"e":[{"i":[[0.79,3.941],[0.836,1.515],[1.105,0.915],[1.92,0.575],[2.76,-0.6],[2.175,-2.845],[0.115,-3.538],[-0.243,-1.539],[-1.092,-1.593],[-2.565,-0.516],[0,0],[-1.589,3.184]],"o":[[-0.268,-1.337],[-0.879,-1.594],[-1.544,-1.278],[-2.706,-0.81],[-3.499,0.76],[-2.15,2.813],[-0.048,1.482],[0.316,2.005],[1.48,2.158],[3.968,0.798],[0,0],[1.794,-3.596]],"v":[[8.21,-106.042],[6.466,-110.513],[3.388,-114.5],[-1.446,-117.506],[-11.282,-118.124],[-19.484,-112.739],[-22.859,-103.642],[-22.604,-99.046],[-20.571,-93.505],[-12.389,-87.762],[-2.633,-87.762],[6.376,-94.471]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[0.79,3.941],[0.836,1.515],[1.105,0.915],[1.92,0.575],[2.76,-0.6],[2.175,-2.845],[0.115,-3.538],[-0.243,-1.539],[-1.092,-1.593],[-2.565,-0.516],[0,0],[-1.589,3.184]],"o":[[-0.268,-1.337],[-0.879,-1.594],[-1.544,-1.278],[-2.706,-0.81],[-3.499,0.76],[-2.15,2.813],[-0.048,1.482],[0.316,2.005],[1.48,2.158],[3.968,0.798],[0,0],[1.794,-3.596]],"v":[[8.21,-106.042],[6.466,-110.513],[3.388,-114.5],[-1.446,-117.506],[-11.282,-118.124],[-19.484,-112.739],[-22.859,-103.642],[-22.604,-99.046],[-20.571,-93.505],[-12.389,-87.762],[-2.633,-87.762],[6.376,-94.471]],"c":true}],"e":[{"i":[[1.118,5.577],[1.183,2.144],[1.563,1.294],[2.717,0.813],[3.906,-0.848],[3.077,-4.026],[0.162,-5.007],[-0.343,-2.178],[-1.546,-2.254],[-3.631,-0.73],[0,0],[-2.248,4.506]],"o":[[-0.379,-1.892],[-1.244,-2.256],[-2.184,-1.808],[-3.83,-1.147],[-4.952,1.076],[-3.042,3.98],[-0.068,2.097],[0.447,2.837],[2.095,3.054],[5.616,1.129],[0,0],[2.54,-5.089]],"v":[[14.507,-107.37],[12.039,-113.697],[7.682,-119.34],[0.841,-123.593],[-13.078,-124.468],[-24.685,-116.848],[-29.462,-103.973],[-29.1,-97.469],[-26.224,-89.628],[-14.645,-81.5],[-0.839,-81.5],[11.911,-90.995]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3.04,"s":[{"i":[[1.118,5.577],[1.183,2.144],[1.563,1.294],[2.717,0.813],[3.906,-0.848],[3.077,-4.026],[0.162,-5.007],[-0.343,-2.178],[-1.546,-2.254],[-3.631,-0.73],[0,0],[-2.248,4.506]],"o":[[-0.379,-1.892],[-1.244,-2.256],[-2.184,-1.808],[-3.83,-1.147],[-4.952,1.076],[-3.042,3.98],[-0.068,2.097],[0.447,2.837],[2.095,3.054],[5.616,1.129],[0,0],[2.54,-5.089]],"v":[[14.507,-107.37],[12.039,-113.697],[7.682,-119.34],[0.841,-123.593],[-13.078,-124.468],[-24.685,-116.848],[-29.462,-103.973],[-29.1,-97.469],[-26.224,-89.628],[-14.645,-81.5],[-0.839,-81.5],[11.911,-90.995]],"c":true}],"e":[{"i":[[0.57,2.427],[0.603,0.933],[0.121,0.877],[1.386,0.354],[8.831,-2.196],[1.622,-3.769],[0.083,-2.179],[-0.175,-0.948],[-0.789,-0.981],[-1.852,-0.318],[-6.508,6.893],[-1.217,5.928]],"o":[[-0.193,-0.823],[-0.635,-0.982],[-0.723,-5.255],[-1.954,-0.499],[-10.019,2.491],[-1.698,7.413],[-0.035,0.913],[0.228,1.235],[1.069,1.329],[2.865,0.491],[2.309,-3.029],[1.593,-8.588]],"v":[[14.63,-103.342],[13.147,-118.648],[11.723,-126.972],[10.188,-138.659],[-10.282,-139.04],[-26.583,-122.871],[-28.911,-114.857],[-28.95,-92.176],[-26.316,-73.301],[-21.992,-68.691],[5.253,-73.143],[13.442,-83.474]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[0.57,2.427],[0.603,0.933],[0.121,0.877],[1.386,0.354],[8.831,-2.196],[1.622,-3.769],[0.083,-2.179],[-0.175,-0.948],[-0.789,-0.981],[-1.852,-0.318],[-6.508,6.893],[-1.217,5.928]],"o":[[-0.193,-0.823],[-0.635,-0.982],[-0.723,-5.255],[-1.954,-0.499],[-10.019,2.491],[-1.698,7.413],[-0.035,0.913],[0.228,1.235],[1.069,1.329],[2.865,0.491],[2.309,-3.029],[1.593,-8.588]],"v":[[14.63,-103.342],[13.147,-118.648],[11.723,-126.972],[10.188,-138.659],[-10.282,-139.04],[-26.583,-122.871],[-28.911,-114.857],[-28.95,-92.176],[-26.316,-73.301],[-21.992,-68.691],[5.253,-73.143],[13.442,-83.474]],"c":true}],"e":[{"i":[[0.285,1.423],[0.302,0.547],[0.399,0.33],[0.693,0.207],[9.265,-8.374],[0.864,-4.624],[0.041,-1.277],[-0.088,-0.556],[-0.394,-0.575],[-0.926,-0.186],[-12.187,9.865],[-0.68,9.518]],"o":[[-0.097,-0.483],[-0.317,-0.575],[-0.557,-0.461],[-0.977,-0.292],[-11.633,7.04],[-0.998,11.144],[-0.017,0.535],[0.114,0.724],[0.534,0.779],[1.433,0.288],[2.583,-2.626],[1.1,-12.662]],"v":[[14.754,-82.065],[14.494,-124.16],[13.782,-169.277],[15.39,-203.442],[-17.367,-196.54],[-27.619,-167.814],[-28.665,-148.992],[-28.897,-101.889],[-28.954,-30.772],[-28.552,-19.13],[7.187,-27.615],[14.085,-47.044]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[0.285,1.423],[0.302,0.547],[0.399,0.33],[0.693,0.207],[9.265,-8.374],[0.864,-4.624],[0.041,-1.277],[-0.088,-0.556],[-0.394,-0.575],[-0.926,-0.186],[-12.187,9.865],[-0.68,9.518]],"o":[[-0.097,-0.483],[-0.317,-0.575],[-0.557,-0.461],[-0.977,-0.292],[-11.633,7.04],[-0.998,11.144],[-0.017,0.535],[0.114,0.724],[0.534,0.779],[1.433,0.288],[2.583,-2.626],[1.1,-12.662]],"v":[[14.754,-82.065],[14.494,-124.16],[13.782,-169.277],[15.39,-203.442],[-17.367,-196.54],[-27.619,-167.814],[-28.665,-148.992],[-28.897,-101.889],[-28.954,-30.772],[-28.552,-19.13],[7.187,-27.615],[14.085,-47.044]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[9.703,-14.157],[0.106,-4.829],[0,0],[0,0],[0,0],[0,0],[-9.643,19.75],[-0.143,9.495]],"o":[[0,0],[0,0],[0,0],[0,0],[-4.547,7.843],[-0.297,13.598],[0,0],[0,0],[0,0],[0,0],[2.857,-7.25],[0.607,-15.255]],"v":[[14.879,-60.495],[15.342,-126.74],[15.841,-198.215],[14.591,-235.843],[-23.453,-224.593],[-28.655,-199.598],[-28.419,-180.848],[-28.843,-113.234],[-29.474,-12.628],[-29.698,5.75],[11.036,-8.75],[15.143,-31.745]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[9.703,-14.157],[0.106,-4.829],[0,0],[0,0],[0,0],[0,0],[-9.643,19.75],[-0.143,9.495]],"o":[[0,0],[0,0],[0,0],[0,0],[-4.547,7.843],[-0.297,13.598],[0,0],[0,0],[0,0],[0,0],[2.857,-7.25],[0.607,-15.255]],"v":[[14.879,-60.495],[15.342,-126.74],[15.841,-198.215],[14.591,-235.843],[-23.453,-224.593],[-28.655,-199.598],[-28.419,-180.848],[-28.843,-113.234],[-29.474,-12.628],[-29.698,5.75],[11.036,-8.75],[15.143,-31.745]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[9.703,-14.157],[0.106,-4.829],[0,0],[0,0],[0,0],[0,0],[-9.643,19.75],[-0.143,9.495]],"o":[[0,0],[0,0],[0,0],[0,0],[-4.547,7.843],[-0.297,13.598],[0,0],[0,0],[0,0],[0,0],[2.857,-7.25],[0.607,-15.255]],"v":[[14.879,-60.495],[15.342,-126.74],[15.841,-198.215],[15.091,-237.343],[-24.203,-229.093],[-28.703,-206.348],[-28.419,-180.848],[-28.843,-113.234],[-29.474,-12.628],[-29.724,7.25],[11.143,-7],[15.143,-31.745]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6.8,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[9.703,-14.157],[0.106,-4.829],[0,0],[0,0],[0,0],[0,0],[-9.643,19.75],[-0.143,9.495]],"o":[[0,0],[0,0],[0,0],[0,0],[-4.547,7.843],[-0.297,13.598],[0,0],[0,0],[0,0],[0,0],[2.857,-7.25],[0.607,-15.255]],"v":[[14.879,-60.495],[15.342,-126.74],[15.841,-198.215],[15.091,-237.343],[-24.203,-229.093],[-28.703,-206.348],[-28.419,-180.848],[-28.843,-113.234],[-29.474,-12.628],[-29.724,7.25],[11.143,-7],[15.143,-31.745]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[5.203,-26.157],[-1.998,-4.397],[0,0],[0,0],[0,0],[0,0],[-4.143,30.75],[4.857,7.745]],"o":[[0,0],[0,0],[0,0],[0,0],[-2.297,12.343],[2.203,4.848],[0,0],[0,0],[0,0],[0,0],[0.857,-8.5],[0.607,-15.255]],"v":[[13.629,-61.995],[15.775,-127.879],[18.091,-198.965],[19.341,-240.093],[-33.453,-222.593],[-32.703,-200.598],[-25.459,-188.848],[-27.676,-118.019],[-30.974,-12.628],[-31.724,10],[17.143,-10.5],[13.143,-31.745]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7.76,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[5.203,-26.157],[-1.998,-4.397],[0,0],[0,0],[0,0],[0,0],[-4.143,30.75],[4.857,7.745]],"o":[[0,0],[0,0],[0,0],[0,0],[-2.297,12.343],[2.203,4.848],[0,0],[0,0],[0,0],[0,0],[0.857,-8.5],[0.607,-15.255]],"v":[[13.629,-61.995],[15.775,-127.879],[18.091,-198.965],[19.341,-240.093],[-33.453,-222.593],[-32.703,-200.598],[-25.459,-188.848],[-27.676,-118.019],[-30.974,-12.628],[-31.724,10],[17.143,-10.5],[13.143,-31.745]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[17.203,-37.907],[-7.547,-8.152],[0,0],[0,0],[0,0],[0,0],[-18.143,55],[9.107,7.745]],"o":[[0,0],[0,0],[0,0],[0,0],[-11.797,20.593],[11.953,-5.652],[0,0],[0,0],[0,0],[0,0],[2.357,-18],[-4.393,4.745]],"v":[[11.129,-55.245],[17.243,-123.895],[23.841,-197.965],[28.591,-240.343],[-41.703,-224.093],[-39.453,-167.348],[-21.459,-177.348],[-27.494,-113.352],[-36.474,-18.128],[-39.224,10.5],[30.643,-22],[18.893,-61.245]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8.72,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[17.203,-37.907],[-7.547,-8.152],[0,0],[0,0],[0,0],[0,0],[-18.143,55],[9.107,7.745]],"o":[[0,0],[0,0],[0,0],[0,0],[-11.797,20.593],[11.953,-5.652],[0,0],[0,0],[0,0],[0,0],[2.357,-18],[-4.393,4.745]],"v":[[11.129,-55.245],[17.243,-123.895],[23.841,-197.965],[28.591,-240.343],[-41.703,-224.093],[-39.453,-167.348],[-21.459,-177.348],[-27.494,-113.352],[-36.474,-18.128],[-39.224,10.5],[30.643,-22],[18.893,-61.245]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[58.703,-52.407],[-7.547,-8.152],[0,0],[0,0],[0,0],[0,0],[-58.143,56.5],[9.107,7.745]],"o":[[0,0],[0,0],[0,0],[0,0],[6.703,9.093],[26.953,-25.652],[0,0],[0,0],[0,0],[0,0],[-7.643,-8.5],[-26.893,24.245]],"v":[[-2.871,-17.745],[18.155,-112.37],[40.841,-214.465],[45.591,-237.843],[-93.703,-223.593],[-69.953,-195.348],[-3.459,-214.848],[-21.15,-135.377],[-47.474,-17.128],[-53.224,9],[84.143,-12],[57.893,-38.745]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9.68,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[58.703,-52.407],[-7.547,-8.152],[0,0],[0,0],[0,0],[0,0],[-58.143,56.5],[9.107,7.745]],"o":[[0,0],[0,0],[0,0],[0,0],[6.703,9.093],[26.953,-25.652],[0,0],[0,0],[0,0],[0,0],[-7.643,-8.5],[-26.893,24.245]],"v":[[-2.871,-17.745],[18.155,-112.37],[40.841,-214.465],[45.591,-237.843],[-93.703,-223.593],[-69.953,-195.348],[-3.459,-214.848],[-21.15,-135.377],[-47.474,-17.128],[-53.224,9],[84.143,-12],[57.893,-38.745]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[36.703,67.093],[8.953,-4.652],[0,0],[0,0],[0,0],[0,0],[-47.143,-75.5],[-7.393,4.745]],"o":[[0,0],[0,0],[0,0],[0,0],[-7.797,4.093],[43.453,77.348],[0,0],[0,0],[0,0],[0,0],[11.857,-7],[-39.893,-74.755]],"v":[[-16.871,-12.245],[19.066,-107.11],[57.841,-209.465],[67.591,-232.343],[-55.203,-328.593],[-88.953,-308.848],[14.041,-217.348],[-16.11,-138.48],[-60.974,-21.128],[-71.724,3],[54.143,106.5],[85.893,87.755]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10.64,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[36.703,67.093],[8.953,-4.652],[0,0],[0,0],[0,0],[0,0],[-47.143,-75.5],[-7.393,4.745]],"o":[[0,0],[0,0],[0,0],[0,0],[-7.797,4.093],[43.453,77.348],[0,0],[0,0],[0,0],[0,0],[11.857,-7],[-39.893,-74.755]],"v":[[-16.871,-12.245],[19.066,-107.11],[57.841,-209.465],[67.591,-232.343],[-55.203,-328.593],[-88.953,-308.848],[14.041,-217.348],[-16.11,-138.48],[-60.974,-21.128],[-71.724,3],[54.143,106.5],[85.893,87.755]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[-27.297,84.593],[8.953,4.348],[0,0],[0,0],[0,0],[0,0],[45.857,-104.5],[-11.393,-7.255]],"o":[[0,0],[0,0],[0,0],[0,0],[-9.797,-4.407],[-40.047,121.848],[0,0],[0,0],[0,0],[0,0],[10.357,6],[58.107,-116.255]],"v":[[-25.371,-16.245],[19.946,-106.3],[68.841,-203.465],[83.091,-231.343],[2.797,-357.593],[-34.953,-373.848],[26.041,-215.348],[-12.35,-139.695],[-69.474,-27.128],[-82.224,0],[-15.857,143],[19.393,162.755]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11.6,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-27.297,84.593],[8.953,4.348],[0,0],[0,0],[0,0],[0,0],[45.857,-104.5],[-11.393,-7.255]],"o":[[0,0],[0,0],[0,0],[0,0],[-9.797,-4.407],[-40.047,121.848],[0,0],[0,0],[0,0],[0,0],[10.357,6],[58.107,-116.255]],"v":[[-25.371,-16.245],[19.946,-106.3],[68.841,-203.465],[83.091,-231.343],[2.797,-357.593],[-34.953,-373.848],[26.041,-215.348],[-12.35,-139.695],[-69.474,-27.128],[-82.224,0],[-15.857,143],[19.393,162.755]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[-35.797,93.593],[8.953,4.348],[0,0],[0,0],[0,0],[0,0],[41.857,-111.5],[-10.893,-6.255]],"o":[[0,0],[0,0],[0,0],[0,0],[-10.297,-5.407],[-46.047,117.348],[0,0],[0,0],[0,0],[0,0],[9.857,5],[56.607,-128.255]],"v":[[-30.371,-21.245],[21.199,-108.895],[76.841,-203.465],[86.591,-225.343],[2.297,-348.093],[-34.953,-366.848],[31.041,-208.348],[-13.379,-133.097],[-79.474,-21.128],[-87.224,-1],[-13.857,136.5],[20.893,157.755]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12.56,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-35.797,93.593],[8.953,4.348],[0,0],[0,0],[0,0],[0,0],[41.857,-111.5],[-10.893,-6.255]],"o":[[0,0],[0,0],[0,0],[0,0],[-10.297,-5.407],[-46.047,117.348],[0,0],[0,0],[0,0],[0,0],[9.857,5],[56.607,-128.255]],"v":[[-30.371,-21.245],[21.199,-108.895],[76.841,-203.465],[86.591,-225.343],[2.297,-348.093],[-34.953,-366.848],[31.041,-208.348],[-13.379,-133.097],[-79.474,-21.128],[-87.224,-1],[-13.857,136.5],[20.893,157.755]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[-2.297,93.093],[9.453,1.348],[0,0],[0,0],[0,0],[0,0],[9.357,-108],[-10.893,-2.255]],"o":[[0,0],[0,0],[0,0],[0,0],[-9.797,-0.907],[-10.547,111.348],[0,0],[0,0],[0,0],[0,0],[10.357,1.5],[15.107,-123.755]],"v":[[-29.371,-26.745],[25.07,-112.136],[82.341,-201.965],[86.591,-224.843],[-24.703,-329.593],[-66.453,-332.848],[30.041,-201.848],[-18.384,-124.24],[-81.474,-23.128],[-85.724,-1.5],[18.643,120.5],[60.393,126.255]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13.52,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-2.297,93.093],[9.453,1.348],[0,0],[0,0],[0,0],[0,0],[9.357,-108],[-10.893,-2.255]],"o":[[0,0],[0,0],[0,0],[0,0],[-9.797,-0.907],[-10.547,111.348],[0,0],[0,0],[0,0],[0,0],[10.357,1.5],[15.107,-123.755]],"v":[[-29.371,-26.745],[25.07,-112.136],[82.341,-201.965],[86.591,-224.843],[-24.703,-329.593],[-66.453,-332.848],[30.041,-201.848],[-18.384,-124.24],[-81.474,-23.128],[-85.724,-1.5],[18.643,120.5],[60.393,126.255]],"c":true}],"e":[{"i":[[0,0],[-17.711,26.852],[0,0],[0,0],[58.203,58.843],[7.703,-7.402],[0,0],[15.008,-22.705],[0,0],[0,0],[-67.143,-69.5],[-7.893,8.745]],"o":[[0,0],[19.11,-28.972],[0,0],[0,0],[-11.297,10.093],[74.953,69.348],[0,0],[-22.331,33.785],[0,0],[0,0],[6.607,-6.5],[-53.893,-60.505]],"v":[[-23.371,-34.239],[33.262,-111.8],[86.091,-202.215],[85.841,-227.343],[-68.203,-283.843],[-97.953,-254.348],[27.041,-194.348],[-12.482,-124.232],[-84.974,-24.878],[-86.224,-1],[72.138,68.5],[103.883,41.76]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14.48,"s":[{"i":[[0,0],[-17.711,26.852],[0,0],[0,0],[58.203,58.843],[7.703,-7.402],[0,0],[15.008,-22.705],[0,0],[0,0],[-67.143,-69.5],[-7.893,8.745]],"o":[[0,0],[19.11,-28.972],[0,0],[0,0],[-11.297,10.093],[74.953,69.348],[0,0],[-22.331,33.785],[0,0],[0,0],[6.607,-6.5],[-53.893,-60.505]],"v":[[-23.371,-34.239],[33.262,-111.8],[86.091,-202.215],[85.841,-227.343],[-68.203,-283.843],[-97.953,-254.348],[27.041,-194.348],[-12.482,-124.232],[-84.974,-24.878],[-86.224,-1],[72.138,68.5],[103.883,41.76]],"c":true}],"e":[{"i":[[0,0],[-16.011,24.868],[0,0],[0,0],[65.203,-42.907],[-6.297,-10.902],[0,0],[13.157,-17.917],[0,0],[0,0],[-71.143,49.25],[8.107,10.245]],"o":[[0,0],[18.718,-29.072],[0,0],[0,0],[4.953,10.343],[40.203,-23.902],[0,0],[-24.459,33.308],[0,0],[0,0],[-7.643,-12.75],[-26.643,18.495]],"v":[[-14.621,-42.245],[38.588,-113.249],[89.341,-203.715],[86.339,-228.588],[-68.703,-190.343],[-47.453,-154.098],[27.041,-180.598],[-6.575,-123.004],[-85.474,-27.378],[-86.474,-3.5],[84.143,-35.25],[62.643,-69.245]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15.44,"s":[{"i":[[0,0],[-16.011,24.868],[0,0],[0,0],[65.203,-42.907],[-6.297,-10.902],[0,0],[13.157,-17.917],[0,0],[0,0],[-71.143,49.25],[8.107,10.245]],"o":[[0,0],[18.718,-29.072],[0,0],[0,0],[4.953,10.343],[40.203,-23.902],[0,0],[-24.459,33.308],[0,0],[0,0],[-7.643,-12.75],[-26.643,18.495]],"v":[[-14.621,-42.245],[38.588,-113.249],[89.341,-203.715],[86.339,-228.588],[-68.703,-190.343],[-47.453,-154.098],[27.041,-180.598],[-6.575,-123.004],[-85.474,-27.378],[-86.474,-3.5],[84.143,-35.25],[62.643,-69.245]],"c":true}],"e":[{"i":[[0,0],[-16.259,24.612],[0,0],[0,0],[58.453,-61.157],[-8.547,-7.902],[0,0],[14.556,-20.516],[0,0],[0,0],[-60.393,66.25],[10.107,9.745]],"o":[[0,0],[17.655,-26.726],[0,0],[0,0],[8.453,8.093],[26.953,-25.402],[0,0],[-22.46,31.657],[0,0],[0,0],[-9.143,-9.75],[-19.393,23.995]],"v":[[-15.371,-47.245],[35.256,-119.825],[86.341,-201.215],[86.841,-227.593],[-66.453,-176.343],[-37.953,-148.098],[24.541,-181.848],[-17.173,-118.957],[-86.474,-25.378],[-85.474,-1.5],[71.893,-53.25],[42.393,-81.245]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.4,"s":[{"i":[[0,0],[-16.259,24.612],[0,0],[0,0],[58.453,-61.157],[-8.547,-7.902],[0,0],[14.556,-20.516],[0,0],[0,0],[-60.393,66.25],[10.107,9.745]],"o":[[0,0],[17.655,-26.726],[0,0],[0,0],[8.453,8.093],[26.953,-25.402],[0,0],[-22.46,31.657],[0,0],[0,0],[-9.143,-9.75],[-19.393,23.995]],"v":[[-15.371,-47.245],[35.256,-119.825],[86.341,-201.215],[86.841,-227.593],[-66.453,-176.343],[-37.953,-148.098],[24.541,-181.848],[-17.173,-118.957],[-86.474,-25.378],[-85.474,-1.5],[71.893,-53.25],[42.393,-81.245]],"c":true}],"e":[{"i":[[0,0],[-16.95,24.847],[0,0],[0,0],[62.203,-52.407],[-6.047,-8.652],[0,0],[16.541,-26.058],[0,0],[0,0],[-65.672,57.268],[8.357,10.745]],"o":[[0,0],[18.288,-26.809],[0,0],[0,0],[6.203,9.593],[25.203,-22.652],[0,0],[-20.283,31.953],[0,0],[0,0],[-6.893,-10.25],[-26.143,20.745]],"v":[[-21.363,-49.75],[24.478,-120.805],[85.837,-199.716],[87.336,-224.59],[-77.444,-188.851],[-54.196,-153.859],[17.046,-183.858],[-28.675,-118.473],[-86.474,-25.378],[-86.476,1],[68.653,-49.76],[43.651,-81.505]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.36,"s":[{"i":[[0,0],[-16.95,24.847],[0,0],[0,0],[62.203,-52.407],[-6.047,-8.652],[0,0],[16.541,-26.058],[0,0],[0,0],[-65.672,57.268],[8.357,10.745]],"o":[[0,0],[18.288,-26.809],[0,0],[0,0],[6.203,9.593],[25.203,-22.652],[0,0],[-20.283,31.953],[0,0],[0,0],[-6.893,-10.25],[-26.143,20.745]],"v":[[-21.363,-49.75],[24.478,-120.805],[85.837,-199.716],[87.336,-224.59],[-77.444,-188.851],[-54.196,-153.859],[17.046,-183.858],[-28.675,-118.473],[-86.474,-25.378],[-86.476,1],[68.653,-49.76],[43.651,-81.505]],"c":true}],"e":[{"i":[[0,0],[-17.431,25.569],[0,0],[0,0],[61.781,-2.962],[-0.047,-10.152],[0,0],[17.355,-28.109],[0,0],[0,0],[-77.643,0.5],[1.177,14.467]],"o":[[0,0],[18.807,-27.588],[0,0],[0,0],[0.203,12.843],[68.953,1.348],[0,0],[-20.282,32.85],[0,0],[0,0],[0.107,-12.5],[-48.143,-0.255]],"v":[[-28.363,-45.26],[16.424,-119.986],[83.834,-198.221],[86.832,-223.092],[-86.186,-232.101],[-89.441,-188.364],[17.55,-188.612],[-32.973,-122.431],[-88.981,-22.385],[-84.987,5.004],[80.666,-9.515],[77.408,-48.268]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.32,"s":[{"i":[[0,0],[-17.431,25.569],[0,0],[0,0],[61.781,-2.962],[-0.047,-10.152],[0,0],[17.355,-28.109],[0,0],[0,0],[-77.643,0.5],[1.177,14.467]],"o":[[0,0],[18.807,-27.588],[0,0],[0,0],[0.203,12.843],[68.953,1.348],[0,0],[-20.282,32.85],[0,0],[0,0],[0.107,-12.5],[-48.143,-0.255]],"v":[[-28.363,-45.26],[16.424,-119.986],[83.834,-198.221],[86.832,-223.092],[-86.186,-232.101],[-89.441,-188.364],[17.55,-188.612],[-32.973,-122.431],[-88.981,-22.385],[-84.987,5.004],[80.666,-9.515],[77.408,-48.268]],"c":true}],"e":[{"i":[[0,0],[-17.511,25.809],[0,0],[0,0],[50.774,29.269],[3.453,-9.902],[0,0],[15.951,-24.564],[0,0],[0,0],[-80.643,-40.25],[-6.143,12.995]],"o":[[0,0],[18.893,-27.847],[0,0],[0,0],[-5.297,13.343],[70.703,33.098],[0,0],[-21.275,32.762],[0,0],[0,0],[7.107,-13],[-60.393,-31.505]],"v":[[-24.369,-41.249],[23.155,-115.19],[85.836,-199.216],[86.836,-224.592],[-81.2,-255.847],[-97.949,-216.603],[22.043,-187.854],[-25.585,-119.961],[-86.474,-25.378],[-85.478,1.502],[82.648,30.246],[99.394,-5.753]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19.28,"s":[{"i":[[0,0],[-17.511,25.809],[0,0],[0,0],[50.774,29.269],[3.453,-9.902],[0,0],[15.951,-24.564],[0,0],[0,0],[-80.643,-40.25],[-6.143,12.995]],"o":[[0,0],[18.893,-27.847],[0,0],[0,0],[-5.297,13.343],[70.703,33.098],[0,0],[-21.275,32.762],[0,0],[0,0],[7.107,-13],[-60.393,-31.505]],"v":[[-24.369,-41.249],[23.155,-115.19],[85.836,-199.216],[86.836,-224.592],[-81.2,-255.847],[-97.949,-216.603],[22.043,-187.854],[-25.585,-119.961],[-86.474,-25.378],[-85.478,1.502],[82.648,30.246],[99.394,-5.753]],"c":true}],"e":[{"i":[[0,0],[-17.511,25.809],[0,0],[0,0],[58.453,26.849],[2.515,-9.902],[0,0],[15.143,-22.442],[0,0],[0,0],[-86.246,-37.443],[-4.456,12.246]],"o":[[0,0],[18.893,-27.847],[0,0],[0,0],[-4.36,12.968],[66.524,21.723],[0,0],[-21.917,32.445],[0,0],[0,0],[6.148,-13.951],[-51.324,-26.345]],"v":[[-22.5,-38.995],[30.651,-114.796],[87.338,-200.337],[86.465,-226.092],[-81.522,-243.909],[-94.524,-200.723],[25.41,-185.784],[-18.465,-119.155],[-86.474,-25.378],[-86.225,0.376],[85.385,20.808],[100.133,-18.747]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[0,0],[-17.511,25.809],[0,0],[0,0],[58.453,26.849],[2.515,-9.902],[0,0],[15.143,-22.442],[0,0],[0,0],[-86.246,-37.443],[-4.456,12.246]],"o":[[0,0],[18.893,-27.847],[0,0],[0,0],[-4.36,12.968],[66.524,21.723],[0,0],[-21.917,32.445],[0,0],[0,0],[6.148,-13.951],[-51.324,-26.345]],"v":[[-22.5,-38.995],[30.651,-114.796],[87.338,-200.337],[86.465,-226.092],[-81.522,-243.909],[-94.524,-200.723],[25.41,-185.784],[-18.465,-119.155],[-86.474,-25.378],[-86.225,0.376],[85.385,20.808],[100.133,-18.747]],"c":true}],"e":[{"i":[[0,0],[-17.19,25.288],[0,0],[0,0],[71.797,-26.682],[-3.047,-12.402],[0,0],[14.572,-21.198],[0,0],[0,0],[-71.4,23.529],[4.607,15.745]],"o":[[0,0],[18.547,-27.285],[0,0],[0,0],[2.703,12.343],[37.703,-10.402],[0,0],[-21.683,31.542],[0,0],[0,0],[-4.643,-16],[-47.893,14.745]],"v":[[-19.874,-42.493],[33.197,-118.354],[86.335,-198.715],[85.839,-225.594],[-80.711,-204.342],[-68.459,-165.594],[23.786,-181.594],[-19.428,-118.999],[-86.474,-25.378],[-86.474,0],[82.384,-17.501],[71.884,-57.493]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21.2,"s":[{"i":[[0,0],[-17.19,25.288],[0,0],[0,0],[71.797,-26.682],[-3.047,-12.402],[0,0],[14.572,-21.198],[0,0],[0,0],[-71.4,23.529],[4.607,15.745]],"o":[[0,0],[18.547,-27.285],[0,0],[0,0],[2.703,12.343],[37.703,-10.402],[0,0],[-21.683,31.542],[0,0],[0,0],[-4.643,-16],[-47.893,14.745]],"v":[[-19.874,-42.493],[33.197,-118.354],[86.335,-198.715],[85.839,-225.594],[-80.711,-204.342],[-68.459,-165.594],[23.786,-181.594],[-19.428,-118.999],[-86.474,-25.378],[-86.474,0],[82.384,-17.501],[71.884,-57.493]],"c":true}],"e":[{"i":[[0,0],[-17.19,25.288],[0,0],[0,0],[95.299,-25.872],[-3.047,-12.402],[0,0],[14.572,-21.198],[0,0],[0,0],[-54.393,19.575],[4.607,15.745]],"o":[[0,0],[18.547,-27.285],[0,0],[0,0],[2.703,12.343],[37.203,-11.402],[0,0],[-21.683,31.542],[0,0],[0,0],[-4.643,-16],[-31.264,9.098]],"v":[[-20.871,-43.495],[23.683,-112.878],[86.337,-199.715],[86.335,-224.093],[-83.705,-208.599],[-73.703,-168.605],[21.29,-183.1],[-23.424,-120.509],[-86.474,-25.378],[-86.476,1],[80.391,-18.509],[68.389,-58.504]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22.16,"s":[{"i":[[0,0],[-17.19,25.288],[0,0],[0,0],[95.299,-25.872],[-3.047,-12.402],[0,0],[14.572,-21.198],[0,0],[0,0],[-54.393,19.575],[4.607,15.745]],"o":[[0,0],[18.547,-27.285],[0,0],[0,0],[2.703,12.343],[37.203,-11.402],[0,0],[-21.683,31.542],[0,0],[0,0],[-4.643,-16],[-31.264,9.098]],"v":[[-20.871,-43.495],[23.683,-112.878],[86.337,-199.715],[86.335,-224.093],[-83.705,-208.599],[-73.703,-168.605],[21.29,-183.1],[-23.424,-120.509],[-86.474,-25.378],[-86.476,1],[80.391,-18.509],[68.389,-58.504]],"c":true}],"e":[{"i":[[0,0],[-17.511,25.769],[0,0],[0,0],[68.538,-13.689],[-1.547,-13.402],[0,0],[14.572,-21.332],[0,0],[0,0],[-74.887,-9.47],[-2.393,16.745]],"o":[[0,0],[18.893,-27.804],[0,0],[0,0],[-1.547,13.843],[34.953,-3.402],[0,0],[-21.683,31.741],[0,0],[0,0],[1.607,-18.5],[-37.643,-5.505]],"v":[[-25.869,-41.503],[18.645,-111.331],[86.336,-199.215],[85.835,-224.094],[-83.951,-217.851],[-80.95,-177.108],[20.292,-185.103],[-22.926,-118.116],[-86.474,-25.378],[-86.48,2.5],[81.896,5.987],[85.643,-34.509]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[0,0],[-17.511,25.769],[0,0],[0,0],[68.538,-13.689],[-1.547,-13.402],[0,0],[14.572,-21.332],[0,0],[0,0],[-74.887,-9.47],[-2.393,16.745]],"o":[[0,0],[18.893,-27.804],[0,0],[0,0],[-1.547,13.843],[34.953,-3.402],[0,0],[-21.683,31.741],[0,0],[0,0],[1.607,-18.5],[-37.643,-5.505]],"v":[[-25.869,-41.503],[18.645,-111.331],[86.336,-199.215],[85.835,-224.094],[-83.951,-217.851],[-80.95,-177.108],[20.292,-185.103],[-22.926,-118.116],[-86.474,-25.378],[-86.48,2.5],[81.896,5.987],[85.643,-34.509]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-22.121,-41.995],[30.05,-118.582],[86.341,-201.215],[86.341,-226.593],[-83.453,-226.593],[-83.453,-184.598],[22.291,-184.598],[-21.426,-120.602],[-86.474,-25.378],[-86.474,0],[86.643,0],[86.643,-41.995]],"c":true}]},{"t":24}]},"nm":"Z"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.86,0.86,0.86,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Z"}],"ip":0,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Z Light Blue","parent":5,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[-0.001,-0.006],[-0.001,-0.002],[-0.002,-0.001],[-0.003,-0.001],[-0.004,0.001],[-0.003,0.004],[0,0.005],[0,0.002],[0.002,0.002],[0.004,0.001],[0,0],[0.002,-0.005]],"o":[[0,0.002],[0.001,0.002],[0.002,0.002],[0.004,0.001],[0.005,-0.001],[0.003,-0.004],[0,-0.002],[0,-0.003],[-0.002,-0.003],[-0.006,-0.001],[0,0],[-0.003,0.005]],"v":[[-6.999,-102.839],[-6.996,-102.832],[-6.992,-102.827],[-6.984,-102.822],[-6.97,-102.821],[-6.957,-102.829],[-6.952,-102.843],[-6.953,-102.85],[-6.956,-102.858],[-6.968,-102.866],[-6.983,-102.866],[-6.996,-102.856]],"c":true}],"e":[{"i":[[0.977,4.878],[1.034,1.875],[1.367,1.132],[2.376,0.711],[3.417,-0.742],[2.692,-3.522],[0.142,-4.38],[-0.3,-1.905],[-1.352,-1.972],[-3.176,-0.638],[0,0],[-1.967,3.941]],"o":[[-0.332,-1.655],[-1.088,-1.973],[-1.911,-1.582],[-3.35,-1.003],[-4.332,0.941],[-2.661,3.481],[-0.059,1.834],[0.391,2.482],[1.832,2.671],[4.912,0.987],[0,0],[2.221,-4.452]],"v":[[11.794,-106.803],[9.636,-112.337],[5.825,-117.272],[-0.159,-120.993],[-12.333,-121.758],[-22.486,-115.093],[-26.665,-103.831],[-26.348,-98.143],[-23.832,-91.285],[-13.705,-84.175],[-1.628,-84.175],[9.524,-92.48]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[0.977,4.878],[1.034,1.875],[1.367,1.132],[2.376,0.711],[3.417,-0.742],[2.692,-3.522],[0.142,-4.38],[-0.3,-1.905],[-1.352,-1.972],[-3.176,-0.638],[0,0],[-1.967,3.941]],"o":[[-0.332,-1.655],[-1.088,-1.973],[-1.911,-1.582],[-3.35,-1.003],[-4.332,0.941],[-2.661,3.481],[-0.059,1.834],[0.391,2.482],[1.832,2.671],[4.912,0.987],[0,0],[2.221,-4.452]],"v":[[11.794,-106.803],[9.636,-112.337],[5.825,-117.272],[-0.159,-120.993],[-12.333,-121.758],[-22.486,-115.093],[-26.665,-103.831],[-26.348,-98.143],[-23.832,-91.285],[-13.705,-84.175],[-1.628,-84.175],[9.524,-92.48]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[13.953,-4.407],[0.106,-4.829],[0,0],[0,0],[0,0],[0,0],[-13.286,16.5],[-0.143,9.495]],"o":[[0,0],[0,0],[0,0],[0,0],[-15.297,4.843],[-0.297,13.598],[0,0],[0,0],[0,0],[0,0],[4.714,-7.25],[0.607,-15.255]],"v":[[14.757,-99.745],[15.322,-129.794],[15.994,-129.965],[15.933,-147.343],[-11.391,-145.343],[-28.499,-115.598],[-28.337,-130.848],[-28.794,-83.331],[-29.478,-59.378],[-29.509,-62],[8.569,-72.5],[15.069,-94.995]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[13.953,-4.407],[0.106,-4.829],[0,0],[0,0],[0,0],[0,0],[-13.286,16.5],[-0.143,9.495]],"o":[[0,0],[0,0],[0,0],[0,0],[-15.297,4.843],[-0.297,13.598],[0,0],[0,0],[0,0],[0,0],[4.714,-7.25],[0.607,-15.255]],"v":[[14.757,-99.745],[15.322,-129.794],[15.994,-129.965],[15.933,-147.343],[-11.391,-145.343],[-28.499,-115.598],[-28.337,-130.848],[-28.794,-83.331],[-29.478,-59.378],[-29.509,-62],[8.569,-72.5],[15.069,-94.995]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[13.953,-4.407],[0.106,-4.829],[0,0],[0,0],[0,0],[0,0],[-13.286,16.5],[-0.143,9.495]],"o":[[0,0],[0,0],[0,0],[0,0],[-15.297,4.843],[-0.297,13.598],[0,0],[0,0],[0,0],[0,0],[4.714,-7.25],[0.607,-15.255]],"v":[[14.757,-99.745],[15.322,-129.794],[15.872,-188.715],[15.811,-206.093],[-11.513,-204.093],[-28.621,-174.348],[-28.337,-130.848],[-28.794,-83.331],[-29.474,-12.628],[-29.504,-15.25],[8.573,-25.75],[15.073,-48.245]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[13.953,-4.407],[0.106,-4.829],[0,0],[0,0],[0,0],[0,0],[-13.286,16.5],[-0.143,9.495]],"o":[[0,0],[0,0],[0,0],[0,0],[-15.297,4.843],[-0.297,13.598],[0,0],[0,0],[0,0],[0,0],[4.714,-7.25],[0.607,-15.255]],"v":[[14.757,-99.745],[15.322,-129.794],[15.872,-188.715],[15.811,-206.093],[-11.513,-204.093],[-28.621,-174.348],[-28.337,-130.848],[-28.794,-83.331],[-29.474,-12.628],[-29.504,-15.25],[8.573,-25.75],[15.073,-48.245]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[9.703,-14.157],[0.106,-4.829],[0,0],[0,0],[0,0],[0,0],[-9.643,19.75],[-0.143,9.495]],"o":[[0,0],[0,0],[0,0],[0,0],[-4.547,7.843],[-0.297,13.598],[0,0],[0,0],[0,0],[0,0],[2.857,-7.25],[0.607,-15.255]],"v":[[14.879,-60.495],[15.342,-126.74],[15.841,-198.215],[14.591,-235.843],[-23.453,-224.593],[-28.655,-199.598],[-28.419,-180.848],[-28.843,-113.234],[-29.474,-12.628],[-29.698,5.75],[11.036,-8.75],[15.143,-31.745]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[9.703,-14.157],[0.106,-4.829],[0,0],[0,0],[0,0],[0,0],[-9.643,19.75],[-0.143,9.495]],"o":[[0,0],[0,0],[0,0],[0,0],[-4.547,7.843],[-0.297,13.598],[0,0],[0,0],[0,0],[0,0],[2.857,-7.25],[0.607,-15.255]],"v":[[14.879,-60.495],[15.342,-126.74],[15.841,-198.215],[14.591,-235.843],[-23.453,-224.593],[-28.655,-199.598],[-28.419,-180.848],[-28.843,-113.234],[-29.474,-12.628],[-29.698,5.75],[11.036,-8.75],[15.143,-31.745]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[9.703,-14.157],[0.106,-4.829],[0,0],[0,0],[0,0],[0,0],[-9.643,19.75],[-0.143,9.495]],"o":[[0,0],[0,0],[0,0],[0,0],[-4.547,7.843],[-0.297,13.598],[0,0],[0,0],[0,0],[0,0],[2.857,-7.25],[0.607,-15.255]],"v":[[14.879,-60.495],[15.342,-126.74],[15.841,-198.215],[15.091,-237.343],[-24.203,-229.093],[-28.703,-206.348],[-28.419,-180.848],[-28.843,-113.234],[-29.474,-12.628],[-29.724,7.25],[11.143,-7],[15.143,-31.745]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[9.703,-14.157],[0.106,-4.829],[0,0],[0,0],[0,0],[0,0],[-9.643,19.75],[-0.143,9.495]],"o":[[0,0],[0,0],[0,0],[0,0],[-4.547,7.843],[-0.297,13.598],[0,0],[0,0],[0,0],[0,0],[2.857,-7.25],[0.607,-15.255]],"v":[[14.879,-60.495],[15.342,-126.74],[15.841,-198.215],[15.091,-237.343],[-24.203,-229.093],[-28.703,-206.348],[-28.419,-180.848],[-28.843,-113.234],[-29.474,-12.628],[-29.724,7.25],[11.143,-7],[15.143,-31.745]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[5.203,-26.157],[-1.998,-4.397],[0,0],[0,0],[0,0],[0,0],[-4.143,30.75],[4.857,7.745]],"o":[[0,0],[0,0],[0,0],[0,0],[-2.297,12.343],[2.203,4.848],[0,0],[0,0],[0,0],[0,0],[0.857,-8.5],[0.607,-15.255]],"v":[[13.629,-61.995],[15.775,-127.879],[18.091,-198.965],[19.341,-240.093],[-33.453,-222.593],[-32.703,-200.598],[-25.459,-188.848],[-27.676,-118.019],[-30.974,-12.628],[-31.724,10],[17.143,-10.5],[13.143,-31.745]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[5.203,-26.157],[-1.998,-4.397],[0,0],[0,0],[0,0],[0,0],[-4.143,30.75],[4.857,7.745]],"o":[[0,0],[0,0],[0,0],[0,0],[-2.297,12.343],[2.203,4.848],[0,0],[0,0],[0,0],[0,0],[0.857,-8.5],[0.607,-15.255]],"v":[[13.629,-61.995],[15.775,-127.879],[18.091,-198.965],[19.341,-240.093],[-33.453,-222.593],[-32.703,-200.598],[-25.459,-188.848],[-27.676,-118.019],[-30.974,-12.628],[-31.724,10],[17.143,-10.5],[13.143,-31.745]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[17.203,-37.907],[-7.547,-8.152],[0,0],[0,0],[0,0],[0,0],[-18.143,55],[9.107,7.745]],"o":[[0,0],[0,0],[0,0],[0,0],[-11.797,20.593],[11.953,-5.652],[0,0],[0,0],[0,0],[0,0],[2.357,-18],[-4.393,4.745]],"v":[[11.129,-55.245],[17.243,-123.895],[23.841,-197.965],[28.591,-240.343],[-41.703,-224.093],[-39.453,-167.348],[-21.459,-177.348],[-27.494,-113.352],[-36.474,-18.128],[-39.224,10.5],[30.643,-22],[18.893,-61.245]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[17.203,-37.907],[-7.547,-8.152],[0,0],[0,0],[0,0],[0,0],[-18.143,55],[9.107,7.745]],"o":[[0,0],[0,0],[0,0],[0,0],[-11.797,20.593],[11.953,-5.652],[0,0],[0,0],[0,0],[0,0],[2.357,-18],[-4.393,4.745]],"v":[[11.129,-55.245],[17.243,-123.895],[23.841,-197.965],[28.591,-240.343],[-41.703,-224.093],[-39.453,-167.348],[-21.459,-177.348],[-27.494,-113.352],[-36.474,-18.128],[-39.224,10.5],[30.643,-22],[18.893,-61.245]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[58.703,-52.407],[-7.547,-8.152],[0,0],[0,0],[0,0],[0,0],[-58.143,56.5],[9.107,7.745]],"o":[[0,0],[0,0],[0,0],[0,0],[6.703,9.093],[26.953,-25.652],[0,0],[0,0],[0,0],[0,0],[-7.643,-8.5],[-26.893,24.245]],"v":[[-2.871,-17.745],[18.155,-112.37],[40.841,-214.465],[45.591,-237.843],[-93.703,-223.593],[-69.953,-195.348],[-3.459,-214.848],[-21.15,-135.377],[-47.474,-17.128],[-53.224,9],[84.143,-12],[57.893,-38.745]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[58.703,-52.407],[-7.547,-8.152],[0,0],[0,0],[0,0],[0,0],[-58.143,56.5],[9.107,7.745]],"o":[[0,0],[0,0],[0,0],[0,0],[6.703,9.093],[26.953,-25.652],[0,0],[0,0],[0,0],[0,0],[-7.643,-8.5],[-26.893,24.245]],"v":[[-2.871,-17.745],[18.155,-112.37],[40.841,-214.465],[45.591,-237.843],[-93.703,-223.593],[-69.953,-195.348],[-3.459,-214.848],[-21.15,-135.377],[-47.474,-17.128],[-53.224,9],[84.143,-12],[57.893,-38.745]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[36.703,67.093],[8.953,-4.652],[0,0],[0,0],[0,0],[0,0],[-47.143,-75.5],[-7.393,4.745]],"o":[[0,0],[0,0],[0,0],[0,0],[-7.797,4.093],[43.453,77.348],[0,0],[0,0],[0,0],[0,0],[11.857,-7],[-39.893,-74.755]],"v":[[-16.871,-12.245],[19.066,-107.11],[57.841,-209.465],[67.591,-232.343],[-55.203,-328.593],[-88.953,-308.848],[14.041,-217.348],[-16.11,-138.48],[-60.974,-21.128],[-71.724,3],[54.143,106.5],[85.893,87.755]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[36.703,67.093],[8.953,-4.652],[0,0],[0,0],[0,0],[0,0],[-47.143,-75.5],[-7.393,4.745]],"o":[[0,0],[0,0],[0,0],[0,0],[-7.797,4.093],[43.453,77.348],[0,0],[0,0],[0,0],[0,0],[11.857,-7],[-39.893,-74.755]],"v":[[-16.871,-12.245],[19.066,-107.11],[57.841,-209.465],[67.591,-232.343],[-55.203,-328.593],[-88.953,-308.848],[14.041,-217.348],[-16.11,-138.48],[-60.974,-21.128],[-71.724,3],[54.143,106.5],[85.893,87.755]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[-27.297,84.593],[8.953,4.348],[0,0],[0,0],[0,0],[0,0],[45.857,-104.5],[-11.393,-7.255]],"o":[[0,0],[0,0],[0,0],[0,0],[-9.797,-4.407],[-40.047,121.848],[0,0],[0,0],[0,0],[0,0],[10.357,6],[58.107,-116.255]],"v":[[-25.371,-16.245],[19.946,-106.3],[68.841,-203.465],[83.091,-231.343],[2.797,-357.593],[-34.953,-373.848],[26.041,-215.348],[-12.35,-139.695],[-69.474,-27.128],[-82.224,0],[-15.857,143],[19.393,162.755]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-27.297,84.593],[8.953,4.348],[0,0],[0,0],[0,0],[0,0],[45.857,-104.5],[-11.393,-7.255]],"o":[[0,0],[0,0],[0,0],[0,0],[-9.797,-4.407],[-40.047,121.848],[0,0],[0,0],[0,0],[0,0],[10.357,6],[58.107,-116.255]],"v":[[-25.371,-16.245],[19.946,-106.3],[68.841,-203.465],[83.091,-231.343],[2.797,-357.593],[-34.953,-373.848],[26.041,-215.348],[-12.35,-139.695],[-69.474,-27.128],[-82.224,0],[-15.857,143],[19.393,162.755]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[-35.797,93.593],[8.953,4.348],[0,0],[0,0],[0,0],[0,0],[41.857,-111.5],[-10.893,-6.255]],"o":[[0,0],[0,0],[0,0],[0,0],[-10.297,-5.407],[-46.047,117.348],[0,0],[0,0],[0,0],[0,0],[9.857,5],[56.607,-128.255]],"v":[[-30.371,-21.245],[21.199,-108.895],[76.841,-203.465],[86.591,-225.343],[2.297,-348.093],[-34.953,-366.848],[31.041,-208.348],[-13.379,-133.097],[-79.474,-21.128],[-87.224,-1],[-13.857,136.5],[20.893,157.755]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-35.797,93.593],[8.953,4.348],[0,0],[0,0],[0,0],[0,0],[41.857,-111.5],[-10.893,-6.255]],"o":[[0,0],[0,0],[0,0],[0,0],[-10.297,-5.407],[-46.047,117.348],[0,0],[0,0],[0,0],[0,0],[9.857,5],[56.607,-128.255]],"v":[[-30.371,-21.245],[21.199,-108.895],[76.841,-203.465],[86.591,-225.343],[2.297,-348.093],[-34.953,-366.848],[31.041,-208.348],[-13.379,-133.097],[-79.474,-21.128],[-87.224,-1],[-13.857,136.5],[20.893,157.755]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[-2.297,93.093],[9.453,1.348],[0,0],[0,0],[0,0],[0,0],[9.357,-108],[-10.893,-2.255]],"o":[[0,0],[0,0],[0,0],[0,0],[-9.797,-0.907],[-10.547,111.348],[0,0],[0,0],[0,0],[0,0],[10.357,1.5],[15.107,-123.755]],"v":[[-29.371,-26.745],[25.07,-112.136],[82.341,-201.965],[86.591,-224.843],[-24.703,-329.593],[-66.453,-332.848],[30.041,-201.848],[-18.384,-124.24],[-81.474,-23.128],[-85.724,-1.5],[18.643,120.5],[60.393,126.255]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-2.297,93.093],[9.453,1.348],[0,0],[0,0],[0,0],[0,0],[9.357,-108],[-10.893,-2.255]],"o":[[0,0],[0,0],[0,0],[0,0],[-9.797,-0.907],[-10.547,111.348],[0,0],[0,0],[0,0],[0,0],[10.357,1.5],[15.107,-123.755]],"v":[[-29.371,-26.745],[25.07,-112.136],[82.341,-201.965],[86.591,-224.843],[-24.703,-329.593],[-66.453,-332.848],[30.041,-201.848],[-18.384,-124.24],[-81.474,-23.128],[-85.724,-1.5],[18.643,120.5],[60.393,126.255]],"c":true}],"e":[{"i":[[0,0],[-17.711,26.852],[0,0],[0,0],[58.703,51.843],[7.703,-7.402],[0,0],[15.008,-22.705],[0,0],[0,0],[-71.638,-55.5],[-7.893,8.745]],"o":[[0,0],[19.11,-28.972],[0,0],[0,0],[-8.297,14.343],[51.953,44.348],[0,0],[-22.331,33.785],[0,0],[0,0],[6.362,-16],[-52.883,-44.76]],"v":[[-23.371,-34.239],[33.262,-111.8],[86.091,-202.215],[85.841,-227.343],[-63.203,-269.343],[-82.453,-233.848],[27.041,-194.348],[-12.482,-124.232],[-84.974,-24.878],[-86.224,-1],[68.138,42.5],[86.383,7.26]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0,0],[-17.711,26.852],[0,0],[0,0],[58.703,51.843],[7.703,-7.402],[0,0],[15.008,-22.705],[0,0],[0,0],[-71.638,-55.5],[-7.893,8.745]],"o":[[0,0],[19.11,-28.972],[0,0],[0,0],[-8.297,14.343],[51.953,44.348],[0,0],[-22.331,33.785],[0,0],[0,0],[6.362,-16],[-52.883,-44.76]],"v":[[-23.371,-34.239],[33.262,-111.8],[86.091,-202.215],[85.841,-227.343],[-63.203,-269.343],[-82.453,-233.848],[27.041,-194.348],[-12.482,-124.232],[-84.974,-24.878],[-86.224,-1],[68.138,42.5],[86.383,7.26]],"c":true}],"e":[{"i":[[0,0],[-16.011,24.868],[0,0],[0,0],[65.203,-42.907],[-6.297,-10.902],[0,0],[13.157,-17.917],[0,0],[0,0],[-71.143,49.25],[8.107,10.245]],"o":[[0,0],[18.718,-29.072],[0,0],[0,0],[4.953,10.343],[40.203,-23.902],[0,0],[-24.459,33.308],[0,0],[0,0],[-7.643,-12.75],[-26.643,18.495]],"v":[[-14.621,-42.245],[38.588,-113.249],[89.341,-203.715],[86.339,-228.588],[-68.703,-190.343],[-47.453,-154.098],[27.041,-180.598],[-6.575,-123.004],[-85.474,-27.378],[-86.474,-3.5],[84.143,-35.25],[62.643,-69.245]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[-16.011,24.868],[0,0],[0,0],[65.203,-42.907],[-6.297,-10.902],[0,0],[13.157,-17.917],[0,0],[0,0],[-71.143,49.25],[8.107,10.245]],"o":[[0,0],[18.718,-29.072],[0,0],[0,0],[4.953,10.343],[40.203,-23.902],[0,0],[-24.459,33.308],[0,0],[0,0],[-7.643,-12.75],[-26.643,18.495]],"v":[[-14.621,-42.245],[38.588,-113.249],[89.341,-203.715],[86.339,-228.588],[-68.703,-190.343],[-47.453,-154.098],[27.041,-180.598],[-6.575,-123.004],[-85.474,-27.378],[-86.474,-3.5],[84.143,-35.25],[62.643,-69.245]],"c":true}],"e":[{"i":[[0,0],[-16.259,24.612],[0,0],[0,0],[58.453,-61.157],[-8.547,-7.902],[0,0],[14.556,-20.516],[0,0],[0,0],[-60.393,66.25],[10.107,9.745]],"o":[[0,0],[17.655,-26.726],[0,0],[0,0],[8.453,8.093],[26.953,-25.402],[0,0],[-22.46,31.657],[0,0],[0,0],[-9.143,-9.75],[-19.393,23.995]],"v":[[-15.371,-47.245],[35.256,-119.825],[86.341,-201.215],[86.841,-227.593],[-66.453,-176.343],[-37.953,-148.098],[24.541,-181.848],[-17.173,-118.957],[-86.474,-25.378],[-85.474,-1.5],[71.893,-53.25],[42.393,-81.245]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[0,0],[-16.259,24.612],[0,0],[0,0],[58.453,-61.157],[-8.547,-7.902],[0,0],[14.556,-20.516],[0,0],[0,0],[-60.393,66.25],[10.107,9.745]],"o":[[0,0],[17.655,-26.726],[0,0],[0,0],[8.453,8.093],[26.953,-25.402],[0,0],[-22.46,31.657],[0,0],[0,0],[-9.143,-9.75],[-19.393,23.995]],"v":[[-15.371,-47.245],[35.256,-119.825],[86.341,-201.215],[86.841,-227.593],[-66.453,-176.343],[-37.953,-148.098],[24.541,-181.848],[-17.173,-118.957],[-86.474,-25.378],[-85.474,-1.5],[71.893,-53.25],[42.393,-81.245]],"c":true}],"e":[{"i":[[0,0],[-16.95,24.847],[0,0],[0,0],[62.203,-52.407],[-6.047,-8.652],[0,0],[16.541,-26.058],[0,0],[0,0],[-65.672,57.268],[8.357,10.745]],"o":[[0,0],[18.288,-26.809],[0,0],[0,0],[6.203,9.593],[25.203,-22.652],[0,0],[-20.283,31.953],[0,0],[0,0],[-6.893,-10.25],[-26.143,20.745]],"v":[[-21.363,-49.75],[24.478,-120.805],[85.837,-199.716],[87.336,-224.59],[-77.444,-188.851],[-54.196,-153.859],[17.046,-183.858],[-28.675,-118.473],[-86.474,-25.378],[-86.476,1],[68.653,-49.76],[43.651,-81.505]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[-16.95,24.847],[0,0],[0,0],[62.203,-52.407],[-6.047,-8.652],[0,0],[16.541,-26.058],[0,0],[0,0],[-65.672,57.268],[8.357,10.745]],"o":[[0,0],[18.288,-26.809],[0,0],[0,0],[6.203,9.593],[25.203,-22.652],[0,0],[-20.283,31.953],[0,0],[0,0],[-6.893,-10.25],[-26.143,20.745]],"v":[[-21.363,-49.75],[24.478,-120.805],[85.837,-199.716],[87.336,-224.59],[-77.444,-188.851],[-54.196,-153.859],[17.046,-183.858],[-28.675,-118.473],[-86.474,-25.378],[-86.476,1],[68.653,-49.76],[43.651,-81.505]],"c":true}],"e":[{"i":[[0,0],[-17.431,25.569],[0,0],[0,0],[61.781,-2.962],[-0.047,-10.152],[0,0],[17.355,-28.109],[0,0],[0,0],[-77.643,0.5],[1.177,14.467]],"o":[[0,0],[18.807,-27.588],[0,0],[0,0],[0.203,12.843],[68.953,1.348],[0,0],[-20.282,32.85],[0,0],[0,0],[0.107,-12.5],[-47.908,-5.732]],"v":[[-28.363,-45.26],[16.424,-119.986],[83.834,-198.221],[86.832,-223.092],[-86.186,-232.101],[-89.441,-188.364],[17.55,-188.612],[-32.973,-122.431],[-88.981,-22.385],[-84.987,5.004],[81.666,0.485],[80.408,-39.268]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[0,0],[-17.431,25.569],[0,0],[0,0],[61.781,-2.962],[-0.047,-10.152],[0,0],[17.355,-28.109],[0,0],[0,0],[-77.643,0.5],[1.177,14.467]],"o":[[0,0],[18.807,-27.588],[0,0],[0,0],[0.203,12.843],[68.953,1.348],[0,0],[-20.282,32.85],[0,0],[0,0],[0.107,-12.5],[-47.908,-5.732]],"v":[[-28.363,-45.26],[16.424,-119.986],[83.834,-198.221],[86.832,-223.092],[-86.186,-232.101],[-89.441,-188.364],[17.55,-188.612],[-32.973,-122.431],[-88.981,-22.385],[-84.987,5.004],[81.666,0.485],[80.408,-39.268]],"c":true}],"e":[{"i":[[0,0],[-17.511,25.809],[0,0],[0,0],[50.774,29.269],[3.453,-9.902],[0,0],[15.951,-24.564],[0,0],[0,0],[-80.643,-40.25],[-6.143,12.995]],"o":[[0,0],[18.893,-27.847],[0,0],[0,0],[-5.297,13.343],[70.703,33.098],[0,0],[-21.275,32.762],[0,0],[0,0],[7.107,-13],[-60.393,-31.505]],"v":[[-24.369,-41.249],[23.155,-115.19],[85.836,-199.216],[86.836,-224.592],[-81.2,-255.847],[-97.949,-216.603],[22.043,-187.854],[-25.585,-119.961],[-86.474,-25.378],[-85.478,1.502],[82.648,30.246],[99.394,-5.753]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[0,0],[-17.511,25.809],[0,0],[0,0],[50.774,29.269],[3.453,-9.902],[0,0],[15.951,-24.564],[0,0],[0,0],[-80.643,-40.25],[-6.143,12.995]],"o":[[0,0],[18.893,-27.847],[0,0],[0,0],[-5.297,13.343],[70.703,33.098],[0,0],[-21.275,32.762],[0,0],[0,0],[7.107,-13],[-60.393,-31.505]],"v":[[-24.369,-41.249],[23.155,-115.19],[85.836,-199.216],[86.836,-224.592],[-81.2,-255.847],[-97.949,-216.603],[22.043,-187.854],[-25.585,-119.961],[-86.474,-25.378],[-85.478,1.502],[82.648,30.246],[99.394,-5.753]],"c":true}],"e":[{"i":[[0,0],[-17.511,25.809],[0,0],[0,0],[52.963,-5.407],[-5.286,-13.907],[0,0],[14.874,-21.734],[0,0],[0,0],[-92.631,-25.995],[-0.879,12.245]],"o":[[0,0],[18.893,-27.847],[0,0],[0,0],[3.963,13.593],[64.714,-4.907],[0,0],[-22.131,32.339],[0,0],[0,0],[3.869,-16.495],[-48.879,-14.255]],"v":[[-21.876,-38.243],[33.154,-114.665],[87.84,-200.711],[86.341,-226.593],[-82.963,-223.593],[-73.714,-183.593],[26.534,-185.093],[-16.089,-118.886],[-86.474,-25.378],[-86.474,0],[80.631,9.495],[87.379,-32.245]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[0,0],[-17.511,25.809],[0,0],[0,0],[52.963,-5.407],[-5.286,-13.907],[0,0],[14.874,-21.734],[0,0],[0,0],[-92.631,-25.995],[-0.879,12.245]],"o":[[0,0],[18.893,-27.847],[0,0],[0,0],[3.963,13.593],[64.714,-4.907],[0,0],[-22.131,32.339],[0,0],[0,0],[3.869,-16.495],[-48.879,-14.255]],"v":[[-21.876,-38.243],[33.154,-114.665],[87.84,-200.711],[86.341,-226.593],[-82.963,-223.593],[-73.714,-183.593],[26.534,-185.093],[-16.089,-118.886],[-86.474,-25.378],[-86.474,0],[80.631,9.495],[87.379,-32.245]],"c":true}],"e":[{"i":[[0,0],[-17.19,25.288],[0,0],[0,0],[71.797,-26.682],[-3.047,-12.402],[0,0],[14.572,-21.198],[0,0],[0,0],[-71.4,23.529],[4.607,15.745]],"o":[[0,0],[18.547,-27.285],[0,0],[0,0],[2.703,12.343],[37.703,-10.402],[0,0],[-21.683,31.542],[0,0],[0,0],[-4.643,-16],[-47.893,14.745]],"v":[[-19.874,-42.493],[33.197,-118.354],[86.335,-198.715],[85.839,-225.594],[-80.711,-204.342],[-68.459,-165.594],[23.786,-181.594],[-19.428,-118.999],[-86.474,-25.378],[-86.474,0],[82.384,-17.501],[71.884,-57.493]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[0,0],[-17.19,25.288],[0,0],[0,0],[71.797,-26.682],[-3.047,-12.402],[0,0],[14.572,-21.198],[0,0],[0,0],[-71.4,23.529],[4.607,15.745]],"o":[[0,0],[18.547,-27.285],[0,0],[0,0],[2.703,12.343],[37.703,-10.402],[0,0],[-21.683,31.542],[0,0],[0,0],[-4.643,-16],[-47.893,14.745]],"v":[[-19.874,-42.493],[33.197,-118.354],[86.335,-198.715],[85.839,-225.594],[-80.711,-204.342],[-68.459,-165.594],[23.786,-181.594],[-19.428,-118.999],[-86.474,-25.378],[-86.474,0],[82.384,-17.501],[71.884,-57.493]],"c":true}],"e":[{"i":[[0,0],[-17.19,25.288],[0,0],[0,0],[95.299,-25.872],[-3.047,-12.402],[0,0],[14.572,-21.198],[0,0],[0,0],[-53.891,7.009],[4.607,15.745]],"o":[[0,0],[18.547,-27.285],[0,0],[0,0],[2.703,12.343],[37.203,-11.402],[0,0],[-21.683,31.542],[0,0],[0,0],[-4.643,-16],[-29.389,-0.996]],"v":[[-20.871,-43.495],[23.683,-112.878],[86.337,-199.715],[86.335,-224.093],[-83.705,-208.599],[-73.703,-168.605],[21.29,-183.1],[-23.424,-120.509],[-86.474,-25.378],[-86.476,1],[83.891,-6.509],[79.389,-42.004]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[0,0],[-17.19,25.288],[0,0],[0,0],[95.299,-25.872],[-3.047,-12.402],[0,0],[14.572,-21.198],[0,0],[0,0],[-53.891,7.009],[4.607,15.745]],"o":[[0,0],[18.547,-27.285],[0,0],[0,0],[2.703,12.343],[37.203,-11.402],[0,0],[-21.683,31.542],[0,0],[0,0],[-4.643,-16],[-29.389,-0.996]],"v":[[-20.871,-43.495],[23.683,-112.878],[86.337,-199.715],[86.335,-224.093],[-83.705,-208.599],[-73.703,-168.605],[21.29,-183.1],[-23.424,-120.509],[-86.474,-25.378],[-86.476,1],[83.891,-6.509],[79.389,-42.004]],"c":true}],"e":[{"i":[[0,0],[-17.511,25.769],[0,0],[0,0],[68.538,-13.689],[-1.547,-13.402],[0,0],[14.572,-21.332],[0,0],[0,0],[-74.887,-9.47],[-2.393,16.745]],"o":[[0,0],[18.893,-27.804],[0,0],[0,0],[-1.547,13.843],[34.953,-3.402],[0,0],[-21.683,31.741],[0,0],[0,0],[1.607,-18.5],[-37.643,-5.505]],"v":[[-25.869,-41.503],[18.645,-111.331],[86.336,-199.215],[85.835,-224.094],[-83.951,-217.851],[-80.95,-177.108],[20.292,-185.103],[-21.426,-119.116],[-86.474,-25.378],[-86.48,2.5],[81.896,5.987],[85.643,-34.509]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[0,0],[-17.511,25.769],[0,0],[0,0],[68.538,-13.689],[-1.547,-13.402],[0,0],[14.572,-21.332],[0,0],[0,0],[-74.887,-9.47],[-2.393,16.745]],"o":[[0,0],[18.893,-27.804],[0,0],[0,0],[-1.547,13.843],[34.953,-3.402],[0,0],[-21.683,31.741],[0,0],[0,0],[1.607,-18.5],[-37.643,-5.505]],"v":[[-25.869,-41.503],[18.645,-111.331],[86.336,-199.215],[85.835,-224.094],[-83.951,-217.851],[-80.95,-177.108],[20.292,-185.103],[-21.426,-119.116],[-86.474,-25.378],[-86.48,2.5],[81.896,5.987],[85.643,-34.509]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-22.121,-41.995],[30.05,-118.582],[86.341,-201.215],[86.341,-226.593],[-83.453,-226.593],[-83.453,-184.598],[22.291,-184.598],[-21.426,-120.602],[-86.474,-25.378],[-86.474,0],[86.643,0],[86.643,-41.995]],"c":true}]},{"t":25}]},"nm":"Z"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.15,0.8,0.55,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Z"}],"ip":0,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":1,"nm":"ResizerTemp","parent":6,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[26.6,35.7,0]},"a":{"k":[250,300,0]},"s":{"k":[10.5,10.5,100]}},"ao":0,"sw":500,"sh":600,"sc":"#ffffff","ip":0,"op":29,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":1,"nm":"White Solid 55","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[40,50,0]},"a":{"k":[28,35,0]},"s":{"k":[142.857,142.857,100]}},"ao":0,"sw":56,"sh":70,"sc":"#ffffff","ip":0,"op":29,"st":0,"bm":0,"sr":1}],"v":"4.4.26","ddd":0,"ip":0,"op":29,"fr":25,"w":80,"h":100} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/1669133489622.json b/ohos/flutter_lottie/assets/Tests/1669133489622.json new file mode 100644 index 0000000000000000000000000000000000000000..dd3a78d1c56616354154ce3c857e39ac7a0b347a --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/1669133489622.json @@ -0,0 +1 @@ +{"v":"5.5.7","fr":30,"ip":0,"op":150,"w":2400,"h":1300,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"small 10","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":75,"s":[100],"__fnct":[null]},{"t":150.000006109625,"s":[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":[2055,435,0],"to":[15.333,102,0],"ti":[-15.333,-102,0],"bezierData":{"segmentLength":773.595501538294,"points":[{"partialLength":0,"point":[2055,435,0]},{"partialLength":2.139205972229817,"point":[2055.3180004419655,437.1154379949631,0]},{"partialLength":2.262964491640155,"point":[2055.654398653063,439.3532593761271,0]},{"partialLength":2.385039221670752,"point":[2056.008944323507,441.71179906340757,0]},{"partialLength":2.505430162321995,"point":[2056.381387143514,444.1893919767204,0]},{"partialLength":2.6241373135934793,"point":[2056.7714768033006,446.784373035981,0]},{"partialLength":2.7411606754852644,"point":[2057.1789629930818,449.49507716110503,0]},{"partialLength":2.8565002479972224,"point":[2057.6035954030726,452.3198392720081,0]},{"partialLength":2.9701560311300397,"point":[2058.0451237234915,455.256994288606,0]},{"partialLength":3.0821280248827474,"point":[2058.5032976445523,458.30487713081425,0]},{"partialLength":3.1924162292561036,"point":[2058.9778668564722,461.4618227185486,0]},{"partialLength":3.301020644249234,"point":[2059.4685810494657,464.7261659717244,0]},{"partialLength":3.4079412698632914,"point":[2059.9751899137505,468.09624181025765,0]},{"partialLength":3.5131781060972798,"point":[2060.497443139541,471.57038515406384,0]},{"partialLength":3.6167311529514206,"point":[2061.035090417053,475.1469309230584,0]},{"partialLength":3.7186004104262045,"point":[2061.5878814365037,478.8242140371573,0]},{"partialLength":3.818785878520942,"point":[2062.155565888108,482.60056941627585,0]},{"partialLength":3.9172875572362145,"point":[2062.7378934620824,486.4743319803299,0]},{"partialLength":4.014105446571412,"point":[2063.3346138486418,490.4438366492349,0]},{"partialLength":4.109239546527265,"point":[2063.945476738003,494.50741834290676,0]},{"partialLength":4.202689857103116,"point":[2064.5702318203817,498.6634119812608,0]},{"partialLength":4.294456378299539,"point":[2065.208628785994,502.91015248421303,0]},{"partialLength":4.384539110116026,"point":[2065.8604173250556,507.2459747716788,0]},{"partialLength":4.472938052552733,"point":[2066.5253471277824,511.66921376357374,0]},{"partialLength":4.559653205609827,"point":[2067.20316788439,516.1782043798137,0]},{"partialLength":4.644684569286936,"point":[2067.893629285095,520.7712815403139,0]},{"partialLength":4.728032143584711,"point":[2068.5964810201126,525.4467801649905,0]},{"partialLength":4.809695928502487,"point":[2069.311472779659,530.2030351737588,0]},{"partialLength":4.88967592404049,"point":[2070.0383542539507,535.0383814865345,0]},{"partialLength":4.967972130198447,"point":[2070.7768751332014,539.951154023233,0]},{"partialLength":5.044584546977732,"point":[2071.526785107631,544.9396877037706,0]},{"partialLength":5.119513174376001,"point":[2072.287833867451,550.0023174480622,0]},{"partialLength":5.192758012395283,"point":[2073.0597711028795,555.1373781760238,0]},{"partialLength":5.264319061034674,"point":[2073.842346504133,560.343204807571,0]},{"partialLength":5.334196320294331,"point":[2074.6353097614265,565.6181322626195,0]},{"partialLength":5.402389790174188,"point":[2075.4384105649756,570.9604954610849,0]},{"partialLength":5.468899470674221,"point":[2076.2513986049967,576.3686293228826,0]},{"partialLength":5.533725361794588,"point":[2077.0740235717058,581.8408687679284,0]},{"partialLength":5.596867463535039,"point":[2077.906035155318,587.3755487161379,0]},{"partialLength":5.658325775896431,"point":[2078.7471830460513,592.9710040874271,0]},{"partialLength":5.718100298876827,"point":[2079.597216934118,598.6255698017109,0]},{"partialLength":5.776191032478883,"point":[2080.455886509738,604.3375807789057,0]},{"partialLength":5.8325979766998985,"point":[2081.3229414631237,610.1053719389264,0]},{"partialLength":5.887321131542258,"point":[2082.198131484494,615.9272782016893,0]},{"partialLength":5.940360497004229,"point":[2083.0812062640625,621.8016344871097,0]},{"partialLength":5.991716073086666,"point":[2083.9719154920467,627.7267757151033,0]},{"partialLength":6.041387859789298,"point":[2084.8700088586615,633.7010368055857,0]},{"partialLength":6.089375857112037,"point":[2085.775236054123,639.7227526784724,0]},{"partialLength":6.135680065055106,"point":[2086.6873467686473,645.7902582536791,0]},{"partialLength":6.180300483618663,"point":[2087.60609069245,651.9018884511217,0]},{"partialLength":6.2232371128025274,"point":[2088.5312175157483,658.0559781907158,0]},{"partialLength":6.264489952605913,"point":[2089.462476928755,664.2508623923766,0]},{"partialLength":6.304059003030618,"point":[2090.3996186216905,670.4848759760202,0]},{"partialLength":6.341944264074483,"point":[2091.342392284766,676.7563538615619,0]},{"partialLength":6.378145735739488,"point":[2092.290547608201,683.0636309689177,0]},{"partialLength":6.412663418024147,"point":[2093.2438342822093,689.4050422180028,0]},{"partialLength":6.445497310929271,"point":[2094.2020019970078,695.778922528733,0]},{"partialLength":6.476647414454769,"point":[2095.164800442812,702.1836068210241,0]},{"partialLength":6.506113728600372,"point":[2096.1319793098382,708.6174300147916,0]},{"partialLength":6.53389625336635,"point":[2097.103288288302,715.0787270299512,0]},{"partialLength":6.559994988752319,"point":[2098.078477068419,721.5658327864184,0]},{"partialLength":6.584409934759023,"point":[2099.057295340406,728.077082204109,0]},{"partialLength":6.6071410913851105,"point":[2100.0394927944776,734.6108102029383,0]},{"partialLength":6.62818845863254,"point":[2101.0248191208516,741.1653517028225,0]},{"partialLength":6.6475520364991505,"point":[2102.013024009741,747.7390416236766,0]},{"partialLength":6.665231824987238,"point":[2103.003857151365,754.330214885417,0]},{"partialLength":6.68122782409435,"point":[2103.997068235937,760.9372064079586,0]},{"partialLength":6.695540033822375,"point":[2104.992406953674,767.5583511112173,0]},{"partialLength":6.70816845417046,"point":[2105.9896229947926,774.1919839151087,0]},{"partialLength":6.719113085138717,"point":[2106.9884660495068,780.8364397395485,0]},{"partialLength":6.728373926727504,"point":[2107.988685808034,787.4900535044524,0]},{"partialLength":6.735950978936373,"point":[2108.9900319605895,794.1511601297359,0]},{"partialLength":6.74184424176575,"point":[2109.9922541973897,800.8180945353149,0]},{"partialLength":6.7460537152145115,"point":[2110.995102208649,807.4891916411044,0]},{"partialLength":6.748579399284908,"point":[2111.998325684586,814.162786367021,0]},{"partialLength":6.74942129397417,"point":[2113.001674315414,820.8372136329792,0]},{"partialLength":6.748579399284503,"point":[2114.0048977913507,827.5108083588955,0]},{"partialLength":6.746053715214805,"point":[2115.0077458026103,834.1819054646852,0]},{"partialLength":6.741844241765525,"point":[2116.0099680394105,840.848839870264,0]},{"partialLength":6.735950978936485,"point":[2117.011314191966,847.5099464955476,0]},{"partialLength":6.728373926727504,"point":[2118.0115339504932,854.1635602604515,0]},{"partialLength":6.719113085138784,"point":[2119.010377005208,860.8080160848913,0]},{"partialLength":6.708168454170393,"point":[2120.007593046326,867.4416488887827,0]},{"partialLength":6.695540033822488,"point":[2121.002931764063,874.0627935920415,0]},{"partialLength":6.681227824094417,"point":[2121.9961428486354,880.6697851145831,0]},{"partialLength":6.665231824986878,"point":[2122.9869759902585,887.2609583763233,0]},{"partialLength":6.6475520364992855,"point":[2123.975180879149,893.8346482971774,0]},{"partialLength":6.628188458632405,"point":[2124.960507205522,900.3891897970616,0]},{"partialLength":6.607141091385403,"point":[2125.942704659594,906.9229177958911,0]},{"partialLength":6.584409934758797,"point":[2126.921522931581,913.4341672135815,0]},{"partialLength":6.5599949887525435,"point":[2127.896711711698,919.9212729700489,0]},{"partialLength":6.533896253366125,"point":[2128.8680206901618,926.3825699852083,0]},{"partialLength":6.506113728600485,"point":[2129.835199557188,932.8163931789759,0]},{"partialLength":6.476647414454882,"point":[2130.7979980029922,939.2210774712671,0]},{"partialLength":6.4454973109291585,"point":[2131.7561657177907,945.5949577819972,0]},{"partialLength":6.412663418024102,"point":[2132.7094523917995,951.9363690310822,0]},{"partialLength":6.378145735739532,"point":[2133.657607715234,958.2436461384381,0]},{"partialLength":6.341944264074843,"point":[2134.6003813783104,964.51512402398,0]},{"partialLength":6.30405900303019,"point":[2135.5375230712443,970.7491376076234,0]},{"partialLength":6.26448995260616,"point":[2136.468782484252,976.9440218092843,0]},{"partialLength":6.223237112802348,"point":[2137.39390930755,983.0981115488783,0]},{"partialLength":6.1803004836184385,"point":[2138.3126532313527,989.2097417463207,0]},{"partialLength":6.135680065055331,"point":[2139.224763945877,995.2772473215276,0]},{"partialLength":6.08937585711215,"point":[2140.1299911413385,1001.2989631944145,0]},{"partialLength":6.041387859789186,"point":[2141.0280845079533,1007.2732242848967,0]},{"partialLength":5.991716073086666,"point":[2141.9187937359375,1013.1983655128903,0]},{"partialLength":5.940360497004341,"point":[2142.801868515506,1019.0727217983108,0]},{"partialLength":5.887321131541966,"point":[2143.677058536876,1024.8946280610735,0]},{"partialLength":5.832597976700146,"point":[2144.5441134902626,1030.6624192210943,0]},{"partialLength":5.7761910324786365,"point":[2145.4027830658815,1036.374430198289,0]},{"partialLength":5.718100298877188,"point":[2146.252816953949,1042.028995912573,0]},{"partialLength":5.658325775896251,"point":[2147.093964844682,1047.624451283862,0]},{"partialLength":5.596867463535039,"point":[2147.9259764282942,1053.1591312320716,0]},{"partialLength":5.5337253617946995,"point":[2148.7486013950033,1058.6313706771175,0]},{"partialLength":5.468899470674221,"point":[2149.5615894350244,1064.0395045389153,0]},{"partialLength":5.402389790174255,"point":[2150.364690238574,1069.3818677373806,0]},{"partialLength":5.334196320294083,"point":[2151.1576534958667,1074.656795192429,0]},{"partialLength":5.264319061034628,"point":[2151.9402288971205,1079.862621823976,0]},{"partialLength":5.192758012395283,"point":[2152.712166132549,1084.9976825519377,0]},{"partialLength":5.119513174376137,"point":[2153.47321489237,1090.0603122962293,0]},{"partialLength":5.044584546977529,"point":[2154.223124866798,1095.0488459767669,0]},{"partialLength":4.96797213019892,"point":[2154.9616457460497,1099.9616185134657,0]},{"partialLength":4.88967592404031,"point":[2155.688527220341,1104.7969648262413,0]},{"partialLength":4.8096959285024425,"point":[2156.403518979888,1109.5532198350095,0]},{"partialLength":4.728032143584531,"point":[2157.106370714905,1114.228718459686,0]},{"partialLength":4.644684569287341,"point":[2157.7968321156104,1118.8217956201865,0]},{"partialLength":4.559653205609591,"point":[2158.4746528722176,1123.3307862364263,0]},{"partialLength":4.472938052552564,"point":[2159.1395826749444,1127.754025228321,0]},{"partialLength":4.384539110116083,"point":[2159.791371214006,1132.089847515787,0]},{"partialLength":4.294456378299539,"point":[2160.4297681796183,1136.3365880187391,0]},{"partialLength":4.202689857103229,"point":[2161.054523261997,1140.4925816570933,0]},{"partialLength":4.109239546527152,"point":[2161.6653861513582,1144.556163350765,0]},{"partialLength":4.014105446571828,"point":[2162.2621065379185,1148.5256680196703,0]},{"partialLength":3.917287557236023,"point":[2162.844434111892,1152.3994305837243,0]},{"partialLength":3.8187858785209534,"point":[2163.4121185634967,1156.1757859628428,0]},{"partialLength":3.718600410426148,"point":[2163.9649095829473,1159.8530690769417,0]},{"partialLength":3.6167311529515893,"point":[2164.5025568604597,1163.4296148459364,0]},{"partialLength":3.513178106097055,"point":[2165.02481008625,1166.9037581897423,0]},{"partialLength":3.4079412698629308,"point":[2165.531418950534,1170.2738340282754,0]},{"partialLength":3.30102064424965,"point":[2166.022133143528,1173.5381772814515,0]},{"partialLength":3.192416229255912,"point":[2166.4967023554473,1176.6951228691858,0]},{"partialLength":3.082128024882646,"point":[2166.9548762765085,1179.7430057113938,0]},{"partialLength":2.9701560311299717,"point":[2167.396404596927,1182.6801607279917,0]},{"partialLength":2.856500247997583,"point":[2167.8210370069187,1185.504922838895,0]},{"partialLength":2.7411606754852644,"point":[2168.2285231967,1188.215626964019,0]},{"partialLength":2.624137313593412,"point":[2168.618612856486,1190.8106080232797,0]},{"partialLength":2.5054301623218826,"point":[2168.991055676493,1193.2882009365924,0]},{"partialLength":2.385039221670988,"point":[2169.3456013469377,1195.646740623873,0]},{"partialLength":2.262964491640256,"point":[2169.6819995580345,1197.8845620050372,0]},{"partialLength":2.1392059722295365,"point":[2170,1200,0]}]}},{"t":150.000006109625,"s":[2170,1200,0]}],"ix":2},"a":{"a":0,"k":[16,-40,0],"ix":1},"s":{"a":0,"k":[125.00000000000001,120.37037037037037,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[8,8],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false,"_render":true},{"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,"_render":true},{"ty":"tr","p":{"a":0,"k":[16,-40],"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","_render":true}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false,"_render":true}],"ip":0,"op":900.000036657751,"st":0,"bm":0,"completed":true},{"ddd":0,"ind":2,"ty":4,"nm":"small 9","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":175,"s":[100]},{"t":250.000010182709,"s":[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":96,"s":[154.99999999999997,694.9999999999999,0],"to":[96.667,-28.667,0],"ti":[-96.667,28.667,0],"bezierData":{"segmentLength":756.2076434420202,"points":[{"partialLength":0,"point":[154.99999999999997,694.9999999999999,0]},{"partialLength":2.091132856437544,"point":[157.00483343485647,694.4054585617854,0]},{"partialLength":2.2121093251018213,"point":[159.12565085797874,693.7765220594392,0]},{"partialLength":2.3314398554171825,"point":[161.3608742559211,693.1136584530173,0]},{"partialLength":2.4491244473833746,"point":[163.7089256152377,692.4173357025758,0]},{"partialLength":2.565163101000442,"point":[166.16822692248277,691.6880217681711,0]},{"partialLength":2.679555816268326,"point":[168.7372001642105,690.9261846098594,0]},{"partialLength":2.792302593187171,"point":[171.41426732697505,690.1322921876966,0]},{"partialLength":2.9034034317566966,"point":[174.19785039733074,689.3068124617398,0]},{"partialLength":3.0128583319772795,"point":[177.0863713618317,688.4502133920442,0]},{"partialLength":3.1206672938485767,"point":[180.0782522070322,687.5629629386667,0]},{"partialLength":3.22683031737073,"point":[183.17191491948634,686.6455290616632,0]},{"partialLength":3.3313474025436873,"point":[186.36578148574839,685.6983797210901,0]},{"partialLength":3.4342185493676696,"point":[189.6582738923726,684.7219828770031,0]},{"partialLength":3.535443757842218,"point":[193.04781412591305,683.7168064894591,0]},{"partialLength":3.6350230279677818,"point":[196.53282417292405,682.6833185185139,0]},{"partialLength":3.732956359744087,"point":[200.11172601995978,681.621986924224,0]},{"partialLength":3.829243753171253,"point":[203.78294165357445,680.5332796666454,0]},{"partialLength":3.9238852082492603,"point":[207.54489306032224,679.4176647058342,0]},{"partialLength":4.016880724978115,"point":[211.39600222675742,678.2756100018469,0]},{"partialLength":4.108230303357659,"point":[215.33469113943409,677.1075835147396,0]},{"partialLength":4.197933943388204,"point":[219.35938178490656,675.9140532045685,0]},{"partialLength":4.285991645069453,"point":[223.46849614972902,674.69548703139,0]},{"partialLength":4.3724034084015715,"point":[227.66045622045561,673.45235295526,0]},{"partialLength":4.457169233384479,"point":[231.93368398364058,672.185118936235,0]},{"partialLength":4.54028912001824,"point":[236.28660142583814,670.894252934371,0]},{"partialLength":4.621763068302854,"point":[240.71763053360255,669.5802229097244,0]},{"partialLength":4.701591078238276,"point":[245.2251932934879,668.2434968223511,0]},{"partialLength":4.779773149824415,"point":[249.80771169204849,666.8845426323078,0]},{"partialLength":4.856309283061436,"point":[254.46360771583835,665.5038282996501,0]},{"partialLength":4.931199477949295,"point":[259.191303351412,664.1018217844351,0]},{"partialLength":5.004443734488105,"point":[263.98922058532344,662.6789910467179,0]},{"partialLength":5.076042052677435,"point":[268.8557814041268,661.2358040465555,0]},{"partialLength":5.145994432517774,"point":[273.7894077943765,659.7727287440041,0]},{"partialLength":5.21430087400898,"point":[278.78852174262664,658.2902330991196,0]},{"partialLength":5.280961377150833,"point":[283.8515452354314,656.7887850719585,0]},{"partialLength":5.34597594194366,"point":[288.976900259345,655.2688526225766,0]},{"partialLength":5.40934456838729,"point":[294.1630088009217,653.7309037110305,0]},{"partialLength":5.4710672564815885,"point":[299.4082928467156,652.1754062973762,0]},{"partialLength":5.531144006226743,"point":[304.711174383281,650.6028283416704,0]},{"partialLength":5.589574817622923,"point":[310.07007539717205,649.0136378039683,0]},{"partialLength":5.646359690669711,"point":[315.4834178749431,647.4083026443274,0]},{"partialLength":5.7014986253673605,"point":[320.9496238031481,645.7872908228028,0]},{"partialLength":5.754991621715888,"point":[326.4671151683415,644.1510702994514,0]},{"partialLength":5.806838679715138,"point":[332.0343139570773,642.5001090343291,0]},{"partialLength":5.857039799365341,"point":[337.64964215590993,640.8348749874922,0]},{"partialLength":5.905594980666147,"point":[343.31152175139334,639.155836118997,0]},{"partialLength":5.952504223617992,"point":[349.018374730082,637.4634603888995,0]},{"partialLength":5.9977675282205265,"point":[354.76862307852986,635.758215757256,0]},{"partialLength":6.041384894474036,"point":[360.5606887832914,634.0405701841229,0]},{"partialLength":6.083356322378051,"point":[366.39299383092066,632.3109916295566,0]},{"partialLength":6.12368181193309,"point":[372.2639602079717,630.5699480536125,0]},{"partialLength":6.162361363139019,"point":[378.1720099009991,628.8179074163477,0]},{"partialLength":6.199394975995549,"point":[384.1155648965567,627.0553376778178,0]},{"partialLength":6.234782650503065,"point":[390.093047181199,625.2827067980795,0]},{"partialLength":6.268524386661464,"point":[396.10287874148,623.5004827371883,0]},{"partialLength":6.300620184470403,"point":[402.14348156395397,621.7091334552013,0]},{"partialLength":6.331070043930335,"point":[408.21327763517513,619.9091269121742,0]},{"partialLength":6.359873965041034,"point":[414.31068894169766,618.1009310681634,0]},{"partialLength":6.387031947802641,"point":[420.4341374700758,616.2850138832249,0]},{"partialLength":6.41254399221498,"point":[426.58204520686377,614.4618433174151,0]},{"partialLength":6.436410098278239,"point":[432.75283413861587,612.6318873307903,0]},{"partialLength":6.458630265992131,"point":[438.94492625188593,610.7956138834061,0]},{"partialLength":6.479204495356933,"point":[445.15674353322856,608.9534909353197,0]},{"partialLength":6.4981327863725875,"point":[451.3867079691978,607.1059864465866,0]},{"partialLength":6.515415139039041,"point":[457.63324154634796,605.2535683772635,0]},{"partialLength":6.53105155335629,"point":[463.894766251233,603.3967046874059,0]},{"partialLength":6.545042029324297,"point":[470.16970407040736,601.5358633370707,0]},{"partialLength":6.557386566943221,"point":[476.4564769904252,599.6715122863139,0]},{"partialLength":6.56808516621289,"point":[482.7535069978406,597.8041194951916,0]},{"partialLength":6.577137827133466,"point":[489.059216079208,595.9341529237603,0]},{"partialLength":6.584544549704774,"point":[495.3720262210814,594.0620805320758,0]},{"partialLength":6.5903053339269375,"point":[501.69035941001516,592.1883702801948,0]},{"partialLength":6.594420179799787,"point":[508.01263763256316,590.3134901281728,0]},{"partialLength":6.59688908732357,"point":[514.33728287528,588.4379080360671,0]},{"partialLength":6.597712056498333,"point":[520.6627171247198,586.5620919639329,0]},{"partialLength":6.596889087323776,"point":[526.9873623674368,584.6865098718268,0]},{"partialLength":6.594420179799722,"point":[533.3096405899848,582.8116297198051,0]},{"partialLength":6.5903053339270246,"point":[539.6279737789187,580.937919467924,0]},{"partialLength":6.584544549704688,"point":[545.940783920792,579.0658470762396,0]},{"partialLength":6.577137827133444,"point":[552.2464930021594,577.1958805048082,0]},{"partialLength":6.568085166212857,"point":[558.5435230095748,575.328487713686,0]},{"partialLength":6.557386566943221,"point":[564.8302959295926,573.4641366629291,0]},{"partialLength":6.545042029324351,"point":[571.105233748767,571.603295312594,0]},{"partialLength":6.531051553356248,"point":[577.3667584536521,569.7464316227367,0]},{"partialLength":6.515415139038974,"point":[583.6132920308021,567.8940135534133,0]},{"partialLength":6.498132786372696,"point":[589.8432564667714,566.0465090646802,0]},{"partialLength":6.479204495356889,"point":[596.055073748114,564.2043861165936,0]},{"partialLength":6.45863026599222,"point":[602.2471658613842,562.3681126692098,0]},{"partialLength":6.436410098278195,"point":[608.4179547931362,560.5381566825848,0]},{"partialLength":6.412543992214839,"point":[614.5658625299241,558.7149861167751,0]},{"partialLength":6.387031947802641,"point":[620.6893110583022,556.8990689318366,0]},{"partialLength":6.359873965041067,"point":[626.7867223648248,555.0908730878257,0]},{"partialLength":6.331070043930445,"point":[632.856518436046,553.2908665447986,0]},{"partialLength":6.300620184470435,"point":[638.89712125852,551.4995172628114,0]},{"partialLength":6.268524386661345,"point":[644.906952818801,549.7172932019205,0]},{"partialLength":6.234782650503097,"point":[650.8844351034433,547.9446623221821,0]},{"partialLength":6.19939497599568,"point":[656.827990099001,546.1820925836523,0]},{"partialLength":6.1623613631389205,"point":[662.7360397920282,544.4300519463873,0]},{"partialLength":6.12368181193308,"point":[668.6070061690793,542.6890083704434,0]},{"partialLength":6.0833563223781475,"point":[674.4393112167086,540.9594298158768,0]},{"partialLength":6.041384894473949,"point":[680.2313769214701,539.2417842427437,0]},{"partialLength":5.9977675282204395,"point":[685.9816252699179,537.5365396111004,0]},{"partialLength":5.952504223617992,"point":[691.6884782486065,535.8441638810029,0]},{"partialLength":5.905594980666169,"point":[697.35035784409,534.1651250125078,0]},{"partialLength":5.8570397993654275,"point":[702.9656860429227,532.4998909656708,0]},{"partialLength":5.806838679715138,"point":[708.5328848316585,530.8489297005485,0]},{"partialLength":5.754991621715834,"point":[714.0503761968519,529.2127091771971,0]},{"partialLength":5.7014986253673285,"point":[719.5165821250569,527.5916973556726,0]},{"partialLength":5.646359690669884,"point":[724.929924602828,525.9863621960315,0]},{"partialLength":5.589574817622804,"point":[730.288825616719,524.3971716583296,0]},{"partialLength":5.531144006226862,"point":[735.5917071532845,522.8245937026236,0]},{"partialLength":5.471067256481643,"point":[740.8369911990784,521.2690962889693,0]},{"partialLength":5.409344568387127,"point":[746.023099740655,519.7311473774232,0]},{"partialLength":5.3459759419437045,"point":[751.1484547645687,518.2112149280415,0]},{"partialLength":5.280961377150756,"point":[756.2114782573733,516.7097669008803,0]},{"partialLength":5.2143008740090115,"point":[761.2105922056235,515.2272712559957,0]},{"partialLength":5.145994432517752,"point":[766.1442185958731,513.7641959534442,0]},{"partialLength":5.076042052677479,"point":[771.0107794146766,512.321008953282,0]},{"partialLength":5.004443734487964,"point":[775.8086966485879,510.89817821556494,0]},{"partialLength":4.931199477949431,"point":[780.5363922841616,509.49617170034963,0]},{"partialLength":4.856309283061573,"point":[785.1922883079517,508.1154573676922,0]},{"partialLength":4.779773149824299,"point":[789.7748067065121,506.75650317764877,0]},{"partialLength":4.701591078238309,"point":[794.2823694663975,505.4197770902756,0]},{"partialLength":4.621763068302793,"point":[798.7133985741618,504.1057470656288,0]},{"partialLength":4.5402891200182784,"point":[803.0663160163595,502.8148810637649,0]},{"partialLength":4.4571692333844135,"point":[807.3395437795443,501.5476470447398,0]},{"partialLength":4.372403408401582,"point":[811.531503850271,500.30451296860986,0]},{"partialLength":4.285991645069431,"point":[815.6406182150934,499.08594679543125,0]},{"partialLength":4.19793394338827,"point":[819.6653088605659,497.8924164852602,0]},{"partialLength":4.108230303357647,"point":[823.6039977732426,496.7243899981529,0]},{"partialLength":4.01688072497811,"point":[827.4551069396778,495.58233529416566,0]},{"partialLength":3.9238852082492555,"point":[831.2170583464256,494.4667203333546,0]},{"partialLength":3.8292437531711765,"point":[834.8882739800401,493.3780130757759,0]},{"partialLength":3.732956359744278,"point":[838.4671758270761,492.31668148148594,0]},{"partialLength":3.635023027967613,"point":[841.9521858740869,491.28319351054085,0]},{"partialLength":3.535443757842305,"point":[845.3417261076274,490.27801712299674,0]},{"partialLength":3.4342185493676207,"point":[848.6342185142516,489.30162027891,0]},{"partialLength":3.331347402543627,"point":[851.8280850805136,488.3544709383367,0]},{"partialLength":3.2268303173708226,"point":[854.9217477929678,487.4370370613332,0]},{"partialLength":3.1206672938485274,"point":[857.9136286381682,486.5497866079556,0]},{"partialLength":3.0128583319771924,"point":[860.8021496026691,485.69318753826013,0]},{"partialLength":2.9034034317567774,"point":[863.5857326730248,484.867707812303,0]},{"partialLength":2.792302593187128,"point":[866.2627998357895,484.07381539014057,0]},{"partialLength":2.6795558162684396,"point":[868.8317730775173,483.3119782318288,0]},{"partialLength":2.5651631010003713,"point":[871.2910743847623,482.5826642974242,0]},{"partialLength":2.449124447383277,"point":[873.6391257440788,481.88634154698275,0]},{"partialLength":2.331439855417319,"point":[875.8743491420213,481.22347794056077,0]},{"partialLength":2.2121093251018698,"point":[877.9951665651436,480.59454143821443,0]},{"partialLength":2.0911328564374734,"point":[880,480,0]}]}},{"t":246.000010019785,"s":[880,480,0]}],"ix":2},"a":{"a":0,"k":[16,-40,0],"ix":1},"s":{"a":0,"k":[125.00000000000001,120.37037037037037,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[8,8],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false,"_render":true},{"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,"_render":true},{"ty":"tr","p":{"a":0,"k":[16,-40],"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","_render":true}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false,"_render":true}],"ip":96.0000039101602,"op":996.000040567912,"st":96.0000039101602,"bm":0,"completed":true},{"ddd":0,"ind":3,"ty":4,"nm":"small 8","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":67,"s":[100],"__fnct":[null]},{"t":142.000005783779,"s":[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":8,"s":[1170,290,0],"to":[7.333,89.333,0],"ti":[-7.333,-89.333,0],"bezierData":{"segmentLength":672.2536723590606,"points":[{"partialLength":0,"point":[1170,290,0]},{"partialLength":1.8589614832484338,"point":[1170.1520837364785,291.8527299677233,0]},{"partialLength":1.9665077587837851,"point":[1170.3129665451313,293.8126456514293,0]},{"partialLength":2.072590819686459,"point":[1170.4825287106908,295.87828874205735,0]},{"partialLength":2.177210665956049,"point":[1170.6606505178888,298.0482009305464,0]},{"partialLength":2.280367297592626,"point":[1170.8472122514586,300.3209239078354,0]},{"partialLength":2.382060714596079,"point":[1171.042094196132,302.6949993648633,0]},{"partialLength":2.482290916966335,"point":[1171.245176636641,305.16896899256903,0]},{"partialLength":2.581057904703873,"point":[1171.4563398577186,307.7413744818919,0]},{"partialLength":2.6783616778081165,"point":[1171.6754641440966,310.41075752377077,0]},{"partialLength":2.7742022362792262,"point":[1171.9024297805074,313.1756598091446,0]},{"partialLength":2.8685795801172898,"point":[1172.1371170516838,316.03462302895235,0]},{"partialLength":2.9614937093222453,"point":[1172.3794062423574,318.9861888741332,0]},{"partialLength":3.0529446238941045,"point":[1172.6291776372611,322.028899035626,0]},{"partialLength":3.142932323832827,"point":[1172.886311521127,325.1612952043699,0]},{"partialLength":3.2314568091383133,"point":[1173.1506881786872,328.3819190713037,0]},{"partialLength":3.3185180798109,"point":[1173.4221878946746,331.6893123273666,0]},{"partialLength":3.4041161358502077,"point":[1173.7006909538209,335.0820166634976,0]},{"partialLength":3.4882509772562895,"point":[1173.9860776408584,338.5585737706355,0]},{"partialLength":3.5709226040294446,"point":[1174.2782282405199,342.1175253397196,0]},{"partialLength":3.6521310161693132,"point":[1174.5770230375376,345.7574130616886,0]},{"partialLength":3.7318762136761574,"point":[1174.8823423166439,349.4767786274818,0]},{"partialLength":3.8101581965498816,"point":[1175.194066362571,353.2741637280381,0]},{"partialLength":3.8869769647903336,"point":[1175.512075460051,357.14811005429647,0]},{"partialLength":3.9623325183977,"point":[1175.8362498938166,361.0971592971959,0]},{"partialLength":4.036224857371886,"point":[1176.1664699485996,365.1198531476754,0]},{"partialLength":4.1086539817131165,"point":[1176.502615909133,369.2147332966742,0]},{"partialLength":4.179619891420938,"point":[1176.8445680601487,373.38034143513096,0]},{"partialLength":4.249122586495746,"point":[1177.192206686379,377.6152192539849,0]},{"partialLength":4.317162066937219,"point":[1177.5454120725558,381.9179084441748,0]},{"partialLength":4.383738332746109,"point":[1177.9040645034133,386.2869506966402,0]},{"partialLength":4.448851383921138,"point":[1178.2680442636813,390.7208877023195,0]},{"partialLength":4.512501220463374,"point":[1178.6372316380935,395.21826115215197,0]},{"partialLength":4.574687842372424,"point":[1179.0115069113822,399.7776127370766,0]},{"partialLength":4.635411249648457,"point":[1179.39075036828,404.3974841480325,0]},{"partialLength":4.694671442291039,"point":[1179.7748422935178,409.0764170759585,0]},{"partialLength":4.752468420300753,"point":[1180.1636629718296,413.81295321179374,0]},{"partialLength":4.808802183677146,"point":[1180.5570926879466,418.60563424647717,0]},{"partialLength":4.8636727324204845,"point":[1180.9550117266015,423.45300187094784,0]},{"partialLength":4.917080066530669,"point":[1181.357300372527,428.35359777614474,0]},{"partialLength":4.969024186007384,"point":[1181.7638389104545,433.30596365300664,0]},{"partialLength":5.019505090851548,"point":[1182.1745076251177,438.30864119247303,0]},{"partialLength":5.0685227810619775,"point":[1182.5891868012473,443.3601720854825,0]},{"partialLength":5.1160772566398,"point":[1183.0077567235771,448.4590980229744,0]},{"partialLength":5.162168517584037,"point":[1183.4300976768384,453.60396069588745,0]},{"partialLength":5.20679656389531,"point":[1183.856089945764,458.7933017951608,0]},{"partialLength":5.249961395573166,"point":[1184.285613815086,464.02566301173323,0]},{"partialLength":5.2916630126182085,"point":[1184.718549569537,469.29958603654404,0]},{"partialLength":5.331901415029965,"point":[1185.1547774938488,474.61361256053215,0]},{"partialLength":5.370676602808588,"point":[1185.594177872754,479.96628427463656,0]},{"partialLength":5.407988575954302,"point":[1186.0366309909857,485.3561428697965,0]},{"partialLength":5.443837334466202,"point":[1186.482017133275,490.78173003695036,0]},{"partialLength":5.478222878345665,"point":[1186.9302165843549,496.24158746703785,0]},{"partialLength":5.511145207591372,"point":[1187.3811096289573,501.7342568509974,0]},{"partialLength":5.5426043222044505,"point":[1187.8345765518154,507.25827987976845,0]},{"partialLength":5.572600222184018,"point":[1188.2904976376603,512.8121982442898,0]},{"partialLength":5.60113290753047,"point":[1188.7487531712247,518.3945536355004,0]},{"partialLength":5.628202378244011,"point":[1189.2092234372417,524.0038877443395,0]},{"partialLength":5.65380863432406,"point":[1189.6717887204427,529.6387422617458,0]},{"partialLength":5.677951675771311,"point":[1190.1363293055608,535.2976588786587,0]},{"partialLength":5.700631502585069,"point":[1190.6027254773276,540.9791792860168,0]},{"partialLength":5.721848114766031,"point":[1191.070857520476,546.6818451747595,0]},{"partialLength":5.741601512313236,"point":[1191.5406057197372,552.4041982358252,0]},{"partialLength":5.759891695228094,"point":[1192.0118503598455,558.1447801601537,0]},{"partialLength":5.776718663509008,"point":[1192.4844717255312,563.9021326386833,0]},{"partialLength":5.792082417157559,"point":[1192.9583501015284,569.6747973623536,0]},{"partialLength":5.80598295617222,"point":[1193.4333657725679,575.4613160221031,0]},{"partialLength":5.8184202805541965,"point":[1193.9093990233828,581.2602303088712,0]},{"partialLength":5.829394390302736,"point":[1194.3863301387053,587.0700819135966,0]},{"partialLength":5.838905285418308,"point":[1194.8640394032677,592.8894125272185,0]},{"partialLength":5.8469529659006705,"point":[1195.3424071018023,598.7167638406759,0]},{"partialLength":5.853537431749857,"point":[1195.8213135190417,604.5506775449077,0]},{"partialLength":5.858658682966042,"point":[1196.3006389397178,610.3896953308531,0]},{"partialLength":5.862316719548656,"point":[1196.7802636485626,616.2323588894508,0]},{"partialLength":5.864511541498643,"point":[1197.2600679303098,622.0772099116401,0]},{"partialLength":5.865243148815192,"point":[1197.7399320696902,627.92279008836,0]},{"partialLength":5.864511541498529,"point":[1198.2197363514374,633.7676411105492,0]},{"partialLength":5.862316719548675,"point":[1198.6993610602824,639.6103046691469,0]},{"partialLength":5.858658682966023,"point":[1199.1786864809583,645.4493224550923,0]},{"partialLength":5.853537431749857,"point":[1199.6575928981977,651.2832361593241,0]},{"partialLength":5.8469529659006705,"point":[1200.1359605967323,657.1105874727815,0]},{"partialLength":5.838905285418308,"point":[1200.6136698612947,662.9299180864034,0]},{"partialLength":5.8293943903028484,"point":[1201.0906009766172,668.7397696911289,0]},{"partialLength":5.818420280554083,"point":[1201.5666342274321,674.5386839778969,0]},{"partialLength":5.805982956172351,"point":[1202.0416498984719,680.3252026376465,0]},{"partialLength":5.792082417157181,"point":[1202.5155282744686,686.0978673613165,0]},{"partialLength":5.776718663509386,"point":[1202.9881496401547,691.8552198398464,0]},{"partialLength":5.759891695227831,"point":[1203.4593942802626,697.5958017641747,0]},{"partialLength":5.741601512313499,"point":[1203.9291424795242,703.3181548252406,0]},{"partialLength":5.7218481147658995,"point":[1204.3972745226724,709.0208207139832,0]},{"partialLength":5.7006315025852015,"point":[1204.8636706944394,714.7023411213414,0]},{"partialLength":5.677951675771179,"point":[1205.3282112795573,720.3612577382542,0]},{"partialLength":5.6538086343241725,"point":[1205.7907765627583,725.9961122556606,0]},{"partialLength":5.628202378243898,"point":[1206.2512468287753,731.6054463644996,0]},{"partialLength":5.60113290753062,"point":[1206.7095023623401,737.1878017557103,0]},{"partialLength":5.572600222183887,"point":[1207.1654234481848,742.7417201202315,0]},{"partialLength":5.542604322204489,"point":[1207.6188903710427,748.2657431490027,0]},{"partialLength":5.511145207591503,"point":[1208.0697834156454,753.7584125329623,0]},{"partialLength":5.478222878345534,"point":[1208.517982866725,759.2182699630497,0]},{"partialLength":5.443837334466372,"point":[1208.9633690090143,764.6438571302037,0]},{"partialLength":5.4079885759540565,"point":[1209.4058221272458,770.0337157253634,0]},{"partialLength":5.370676602808475,"point":[1209.845222506151,775.3863874394677,0]},{"partialLength":5.331901415030097,"point":[1210.281450430463,780.700413963456,0]},{"partialLength":5.291663012618152,"point":[1210.714386184914,785.9743369882667,0]},{"partialLength":5.249961395573354,"point":[1211.1439100542361,791.2066982048393,0]},{"partialLength":5.206796563895348,"point":[1211.5699023231616,796.3960393041127,0]},{"partialLength":5.162168517583924,"point":[1211.9922432764229,801.5409019770257,0]},{"partialLength":5.116077256639668,"point":[1212.4108131987525,806.6398279145175,0]},{"partialLength":5.068522781062053,"point":[1212.8254923748823,811.691358807527,0]},{"partialLength":5.019505090851398,"point":[1213.236161089545,816.6940363469932,0]},{"partialLength":4.969024186007666,"point":[1213.6426996274731,821.6464022238554,0]},{"partialLength":4.917080066530575,"point":[1214.0449882733983,826.5469981290522,0]},{"partialLength":4.863672732420445,"point":[1214.4429073120534,831.3943657535228,0]},{"partialLength":4.808802183677109,"point":[1214.8363370281706,836.1870467882062,0]},{"partialLength":4.75246842030079,"point":[1215.2251577064822,840.9235829240415,0]},{"partialLength":4.694671442291076,"point":[1215.6092496317206,845.6025158519675,0]},{"partialLength":4.635411249648363,"point":[1215.9884930886178,850.2223872629233,0]},{"partialLength":4.574687842372349,"point":[1216.3627683619063,854.7817388478479,0]},{"partialLength":4.512501220463524,"point":[1216.731955736319,859.2791122976805,0]},{"partialLength":4.4488513839212125,"point":[1217.0959354965871,863.7130493033599,0]},{"partialLength":4.383738332745751,"point":[1217.4545879274438,868.082091555825,0]},{"partialLength":4.317162066937671,"point":[1217.8077933136212,872.3847807460153,0]},{"partialLength":4.249122586495576,"point":[1218.1554319398515,876.619658564869,0]},{"partialLength":4.179619891420994,"point":[1218.4973840908672,880.7852667033259,0]},{"partialLength":4.108653981712871,"point":[1218.8335300514004,884.8801468523244,0]},{"partialLength":4.036224857372131,"point":[1219.1637501061837,888.9028407028042,0]},{"partialLength":3.9623325183976243,"point":[1219.487924539949,892.8518899457035,0]},{"partialLength":3.8869769647902768,"point":[1219.805933637429,896.7258362719618,0]},{"partialLength":3.8101581965498816,"point":[1220.1176576833561,900.5232213725182,0]},{"partialLength":3.7318762136761388,"point":[1220.4229769624621,904.2425869383113,0]},{"partialLength":3.6521310161693696,"point":[1220.72177175948,907.8824746602804,0]},{"partialLength":3.5709226040294064,"point":[1221.0139223591416,911.4414262293644,0]},{"partialLength":3.488250977256478,"point":[1221.2993090461794,914.9179833365025,0]},{"partialLength":3.4041161358501695,"point":[1221.5778121053258,918.3106876726334,0]},{"partialLength":3.318518079810863,"point":[1221.8493118213128,921.6180809286964,0]},{"partialLength":3.231456809138332,"point":[1222.1136884788732,924.8387047956302,0]},{"partialLength":3.142932323832827,"point":[1222.370822362739,927.971100964374,0]},{"partialLength":3.0529446238940294,"point":[1222.6205937576426,931.0138111258668,0]},{"partialLength":2.9614937093220752,"point":[1222.8628829483162,933.9653769710475,0]},{"partialLength":2.868579580117573,"point":[1223.0975702194926,936.8243401908555,0]},{"partialLength":2.77420223627917,"point":[1223.3245358559034,939.5892424762293,0]},{"partialLength":2.6783616778080215,"point":[1223.5436601422816,942.258625518108,0]},{"partialLength":2.5810579047036843,"point":[1223.754823363359,944.8310310074307,0]},{"partialLength":2.482290916966562,"point":[1223.957905803868,947.3050006351367,0]},{"partialLength":2.3820607145960224,"point":[1224.1527877485414,949.6790760921646,0]},{"partialLength":2.280367297592683,"point":[1224.3393494821112,951.9517990694536,0]},{"partialLength":2.177210665956011,"point":[1224.5174712893095,954.1217112579426,0]},{"partialLength":2.072590819686497,"point":[1224.6870334548687,956.1873543485707,0]},{"partialLength":1.9665077587838604,"point":[1224.8479162635217,958.1472700322768,0]},{"partialLength":1.8589614832483585,"point":[1225,960,0]}]}},{"t":158.000006435472,"s":[1225,960,0]}],"ix":2},"a":{"a":0,"k":[16,-40,0],"ix":1},"s":{"a":0,"k":[125.00000000000001,120.37037037037037,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[8,8],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false,"_render":true},{"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,"_render":true},{"ty":"tr","p":{"a":0,"k":[16,-40],"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","_render":true}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false,"_render":true}],"ip":8.00000032584668,"op":908.000036983598,"st":8.00000032584668,"bm":0,"completed":true},{"ddd":0,"ind":4,"ty":4,"nm":"small 11","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":195,"s":[100]},{"t":270.000010997325,"s":[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":120,"s":[2464.9999999999995,1360,0],"to":[-93.333,-30.667,0],"ti":[93.333,30.667,0],"bezierData":{"segmentLength":736.8174807918593,"points":[{"partialLength":0,"point":[2464.9999999999995,1360,0]},{"partialLength":2.037501287403366,"point":[2463.0643116795327,1359.3639793854138,0]},{"partialLength":2.1553762526571463,"point":[2461.0166382946045,1358.6911640324565,0]},{"partialLength":2.2716474768869985,"point":[2458.8585034515345,1357.9820545498135,0]},{"partialLength":2.38631496009424,"point":[2456.591430756641,1357.2371515461698,0]},{"partialLength":2.49937870227653,"point":[2454.216943816244,1356.456955630211,0]},{"partialLength":2.6108387034365688,"point":[2451.736566236662,1355.6419674106223,0]},{"partialLength":2.720694963572675,"point":[2449.151821624214,1354.7926874960885,0]},{"partialLength":2.8289474826833945,"point":[2446.4642335852204,1353.9096164952964,0]},{"partialLength":2.9355962607707156,"point":[2443.6753257260007,1352.9932550169303,0]},{"partialLength":3.0406412978351325,"point":[2440.786621652873,1352.044103669676,0]},{"partialLength":3.1440825938756913,"point":[2437.7996449721563,1351.0626630622176,0]},{"partialLength":3.2459201488926075,"point":[2434.71591929017,1350.0494338032418,0]},{"partialLength":3.3461539628850008,"point":[2431.5369682132336,1349.0049165014336,0]},{"partialLength":3.4447840358534383,"point":[2428.264315347667,1347.9296117654778,0]},{"partialLength":3.5418103677988535,"point":[2424.899484299788,1346.8240202040602,0]},{"partialLength":3.637232958720519,"point":[2421.443998675916,1345.688642425866,0]},{"partialLength":3.731051808616772,"point":[2417.899382082372,1344.5239790395804,0]},{"partialLength":3.8232669174919294,"point":[2414.267158125472,1343.3305306538884,0]},{"partialLength":3.913878285340447,"point":[2410.5488504115383,1342.1087978774765,0]},{"partialLength":4.002885912166416,"point":[2406.7459825468886,1340.8592813190287,0]},{"partialLength":4.090289797968403,"point":[2402.8600781378423,1339.582481587231,0]},{"partialLength":4.176089942746184,"point":[2398.8926607907188,1338.278899290769,0]},{"partialLength":4.26028634649983,"point":[2394.8452541118377,1336.9490350383276,0]},{"partialLength":4.342879009231137,"point":[2390.7193817075167,1335.5933894385917,0]},{"partialLength":4.4238679309372255,"point":[2386.5165671840764,1334.212463100247,0]},{"partialLength":4.50325311161932,"point":[2382.2383341478358,1332.8067566319799,0]},{"partialLength":4.58103455127856,"point":[2377.8862062051135,1331.3767706424737,0]},{"partialLength":4.6572122499127975,"point":[2373.4617069622295,1329.9230057404152,0]},{"partialLength":4.73178620752483,"point":[2368.9663600255017,1328.4459625344887,0]},{"partialLength":4.804756424110489,"point":[2364.4016890012513,1326.9461416333809,0]},{"partialLength":4.876122899675448,"point":[2359.7692174957947,1325.4240436457756,0]},{"partialLength":4.945885634213312,"point":[2355.070469115454,1323.880169180359,0]},{"partialLength":5.014044627728611,"point":[2350.3069674665476,1322.3150188458167,0]},{"partialLength":5.0805998802209045,"point":[2345.4802361553934,1320.7290932508329,0]},{"partialLength":5.145551391687757,"point":[2340.591798788312,1319.122893004094,0]},{"partialLength":5.208899162131463,"point":[2335.6431789716225,1317.496918714285,0]},{"partialLength":5.270643191551736,"point":[2330.635900311643,1315.851670990091,0]},{"partialLength":5.330783479948358,"point":[2325.571486414693,1314.187650440197,0]},{"partialLength":5.3893200273186705,"point":[2320.4514608870936,1312.5053576732898,0]},{"partialLength":5.446252833669285,"point":[2315.2773473351604,1310.8052932980524,0]},{"partialLength":5.501581898991073,"point":[2310.050669365217,1309.0879579231726,0]},{"partialLength":5.555307223293091,"point":[2304.7729505835787,1307.3538521573337,0]},{"partialLength":5.607428806569229,"point":[2299.4457145965666,1305.6034766092223,0]},{"partialLength":5.657946648821423,"point":[2294.0704850105003,1303.8373318875229,0]},{"partialLength":5.706860750050763,"point":[2288.6487854316974,1302.0559186009218,0]},{"partialLength":5.7541711102554345,"point":[2283.1821394664785,1300.2597373581032,0]},{"partialLength":5.799877729435665,"point":[2277.672070721163,1298.449288767753,0]},{"partialLength":5.843980607594258,"point":[2272.120102802068,1296.6250734385565,0]},{"partialLength":5.8864797447264605,"point":[2266.5277593155147,1294.787591979199,0]},{"partialLength":5.927375140834795,"point":[2260.896563867823,1292.9373449983664,0]},{"partialLength":5.9666667959223485,"point":[2255.2280400653085,1291.0748331047423,0]},{"partialLength":6.004354709981578,"point":[2249.523711514295,1289.2005569070143,0]},{"partialLength":6.040438883021174,"point":[2243.7851018210977,1287.3150170138654,0]},{"partialLength":6.074919315033237,"point":[2238.013734592039,1285.4187140339832,0]},{"partialLength":6.107796006024159,"point":[2232.2111334334354,1283.5121485760515,0]},{"partialLength":6.1390689559904175,"point":[2226.3788219516073,1281.5958212487556,0]},{"partialLength":6.168738164931297,"point":[2220.518323752875,1279.6702326607817,0]},{"partialLength":6.196803632849958,"point":[2214.631162443556,1277.7358834208144,0]},{"partialLength":6.223265359744534,"point":[2208.71886162997,1275.7932741375398,0]},{"partialLength":6.2481233456143705,"point":[2202.782944918437,1273.8429054196422,0]},{"partialLength":6.271377590460484,"point":[2196.8249359152755,1271.885277875808,0]},{"partialLength":6.293028094284159,"point":[2190.846358226804,1269.920892114721,0]},{"partialLength":6.313074857081667,"point":[2184.8487354593435,1267.9502487450686,0]},{"partialLength":6.331517878857743,"point":[2178.833591219211,1265.973848375534,0]},{"partialLength":6.348357159606858,"point":[2172.8024491127285,1263.9921916148046,0]},{"partialLength":6.363592699335766,"point":[2166.756832746212,1262.0057790715637,0]},{"partialLength":6.3772244980378545,"point":[2160.6982657259828,1260.015111354498,0]},{"partialLength":6.389252555717221,"point":[2154.6282716583596,1258.0206890722923,0]},{"partialLength":6.399676872372715,"point":[2148.5483741496614,1256.023012833632,0]},{"partialLength":6.408497448003617,"point":[2142.460096806208,1254.0225832472024,0]},{"partialLength":6.415714282611511,"point":[2136.364963234318,1252.019900921689,0]},{"partialLength":6.421327376194742,"point":[2130.264497040311,1250.015466465777,0]},{"partialLength":6.4253367287557515,"point":[2124.160221830505,1248.0097804881511,0]},{"partialLength":6.427742340290304,"point":[2118.0536612112214,1246.003343597498,0]},{"partialLength":6.428544210802778,"point":[2111.9463387887777,1243.996656402502,0]},{"partialLength":6.427742340290375,"point":[2105.839778169494,1241.9902195118486,0]},{"partialLength":6.425336728755177,"point":[2099.7355029596883,1239.9845335342231,0]},{"partialLength":6.421327376194813,"point":[2093.6350367656814,1237.980099078311,0]},{"partialLength":6.415714282611511,"point":[2087.5399031937914,1235.9774167527976,0]},{"partialLength":6.4084974480040495,"point":[2081.4516258503377,1233.976987166368,0]},{"partialLength":6.399676872372715,"point":[2075.3717283416395,1231.9793109277077,0]},{"partialLength":6.389252555716789,"point":[2069.301734274017,1229.984888645502,0]},{"partialLength":6.3772244980378545,"point":[2063.2431672537878,1227.9942209284363,0]},{"partialLength":6.363592699335191,"point":[2057.1975508872715,1226.0078083851959,0]},{"partialLength":6.348357159607864,"point":[2051.166408780788,1224.026151624466,0]},{"partialLength":6.33151787885724,"point":[2045.151264540656,1222.0497512549316,0]},{"partialLength":6.313074857082025,"point":[2039.1536417731952,1220.0791078852787,0]},{"partialLength":6.293028094283731,"point":[2033.175064084724,1218.1147221241924,0]},{"partialLength":6.271377590461059,"point":[2027.2170550815622,1216.1570945803578,0]},{"partialLength":6.248123345614515,"point":[2021.2811383700289,1214.2067258624604,0]},{"partialLength":6.223265359744245,"point":[2015.3688375564432,1212.2641165791854,0]},{"partialLength":6.1968036328495995,"point":[2009.4816762471246,1210.3297673392185,0]},{"partialLength":6.168738164932016,"point":[2003.6211780483916,1208.4041787512444,0]},{"partialLength":6.139068955989412,"point":[1997.7888665665644,1206.487851423949,0]},{"partialLength":6.1077960060242305,"point":[1991.986265407961,1204.581285966017,0]},{"partialLength":6.074919315034028,"point":[1986.2148981789014,1202.6849829861344,0]},{"partialLength":6.040438883020097,"point":[1980.476288485705,1200.7994430929862,0]},{"partialLength":6.004354709982654,"point":[1974.7719599346906,1198.9251668952575,0]},{"partialLength":5.966666795921342,"point":[1969.1034361321772,1197.0626550016339,0]},{"partialLength":5.9273751408358,"point":[1963.4722406844844,1195.2124080208007,0]},{"partialLength":5.886479744726676,"point":[1957.879897197931,1193.3749265614433,0]},{"partialLength":5.8439806075933225,"point":[1952.3279292788368,1191.550711232247,0]},{"partialLength":5.799877729436313,"point":[1946.8178605335206,1189.7402626418968,0]},{"partialLength":5.754171110255148,"point":[1941.3512145683019,1187.9440813990784,0]},{"partialLength":5.706860750050688,"point":[1935.9295149894992,1186.162668112477,0]},{"partialLength":5.657946648821785,"point":[1930.5542854034325,1184.3965233907777,0]},{"partialLength":5.607428806569013,"point":[1925.2270494164206,1182.6461478426663,0]},{"partialLength":5.555307223292588,"point":[1919.9493306347829,1180.9120420768277,0]},{"partialLength":5.5015818989922955,"point":[1914.7226526648383,1179.1947067019473,0]},{"partialLength":5.446252833667775,"point":[1909.5485391129064,1177.4946423267106,0]},{"partialLength":5.389320027319677,"point":[1904.428513585306,1175.812349559803,0]},{"partialLength":5.330783479947926,"point":[1899.3640996883564,1174.148329009909,0]},{"partialLength":5.270643191551806,"point":[1894.356821028377,1172.5030812857149,0]},{"partialLength":5.208899162131392,"point":[1889.4082012116874,1170.877106995906,0]},{"partialLength":5.145551391688261,"point":[1884.5197638446057,1169.270906749167,0]},{"partialLength":5.080599880220834,"point":[1879.6930325334515,1167.6849811541833,0]},{"partialLength":5.0140446277288975,"point":[1874.9295308845446,1166.1198308196408,0]},{"partialLength":4.945885634213312,"point":[1870.2307825042042,1164.5759563542242,0]},{"partialLength":4.876122899674443,"point":[1865.5983109987485,1163.0538583666194,0]},{"partialLength":4.804756424111063,"point":[1861.0336399744976,1161.554037465511,0]},{"partialLength":4.731786207524039,"point":[1856.5382930377705,1160.076994259585,0]},{"partialLength":4.657212249913301,"point":[1852.113793794886,1158.6232293575263,0]},{"partialLength":4.581034551278489,"point":[1847.7616658521638,1157.1932433680204,0]},{"partialLength":4.503253111619965,"point":[1843.4834328159227,1155.7875368997525,0]},{"partialLength":4.423867930936868,"point":[1839.2806182924826,1154.4066105614083,0]},{"partialLength":4.34287900923085,"point":[1835.1547458881619,1153.0509649616727,0]},{"partialLength":4.260286346500549,"point":[1831.10733920928,1151.721100709231,0]},{"partialLength":4.1760899427462554,"point":[1827.1399218621566,1150.4175184127687,0]},{"partialLength":4.090289797968187,"point":[1823.2540174531105,1149.140718680971,0]},{"partialLength":4.002885912166274,"point":[1819.4511495884608,1147.8912021225237,0]},{"partialLength":3.9138782853405885,"point":[1815.732841874527,1146.6694693461113,0]},{"partialLength":3.823266917490923,"point":[1812.100617917628,1145.4760209604199,0]},{"partialLength":3.73105180861742,"point":[1808.5560013240831,1144.3113575741343,0]},{"partialLength":3.6372329587200865,"point":[1805.1005157002116,1143.17597979594,0]},{"partialLength":3.5418103677990693,"point":[1801.7356846523326,1142.0703882345224,0]},{"partialLength":3.444784035853654,"point":[1798.4630317867657,1140.9950834985666,0]},{"partialLength":3.346153962884856,"point":[1795.2840807098296,1139.9505661967582,0]},{"partialLength":3.2459201488926785,"point":[1792.2003550278432,1138.9373369377822,0]},{"partialLength":3.1440825938755497,"point":[1789.2133783471268,1137.9558963303243,0]},{"partialLength":3.0406412978354194,"point":[1786.3246742739987,1137.0067449830697,0]},{"partialLength":2.935596260771434,"point":[1783.5357664147782,1136.0903835047034,0]},{"partialLength":2.8289474826834655,"point":[1780.8481783757848,1135.207312503911,0]},{"partialLength":2.720694963571598,"point":[1778.2634337633376,1134.358032589378,0]},{"partialLength":2.610838703436137,"point":[1775.783056183756,1133.5430443697892,0]},{"partialLength":2.4993787022769616,"point":[1773.4085692433587,1132.7628484538304,0]},{"partialLength":2.3863149600940243,"point":[1771.1414965484653,1132.0179454501867,0]},{"partialLength":2.2716474768872144,"point":[1768.983361705395,1131.3088359675437,0]},{"partialLength":2.155376252657362,"point":[1766.9356883204666,1130.6360206145864,0]},{"partialLength":2.037501287403437,"point":[1764.9999999999998,1130,0]}]}},{"t":270.000010997325,"s":[1764.9999999999998,1130,0]}],"ix":2},"a":{"a":0,"k":[16,-40,0],"ix":1},"s":{"a":0,"k":[125.00000000000001,120.37037037037037,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[8,8],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false,"_render":true},{"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,"_render":true},{"ty":"tr","p":{"a":0,"k":[16,-40],"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","_render":true}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false,"_render":true}],"ip":120.0000048877,"op":1020.00004154545,"st":120.0000048877,"bm":0,"completed":true},{"ddd":0,"ind":5,"ty":4,"nm":"small 7","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":75,"s":[100],"__fnct":[null]},{"t":150.000006109625,"s":[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":[2464.9999999999995,1360,0],"to":[-93.333,-30.667,0],"ti":[93.333,30.667,0],"bezierData":{"segmentLength":736.8174807918593,"points":[{"partialLength":0,"point":[2464.9999999999995,1360,0]},{"partialLength":2.037501287403366,"point":[2463.0643116795327,1359.3639793854138,0]},{"partialLength":2.1553762526571463,"point":[2461.0166382946045,1358.6911640324565,0]},{"partialLength":2.2716474768869985,"point":[2458.8585034515345,1357.9820545498135,0]},{"partialLength":2.38631496009424,"point":[2456.591430756641,1357.2371515461698,0]},{"partialLength":2.49937870227653,"point":[2454.216943816244,1356.456955630211,0]},{"partialLength":2.6108387034365688,"point":[2451.736566236662,1355.6419674106223,0]},{"partialLength":2.720694963572675,"point":[2449.151821624214,1354.7926874960885,0]},{"partialLength":2.8289474826833945,"point":[2446.4642335852204,1353.9096164952964,0]},{"partialLength":2.9355962607707156,"point":[2443.6753257260007,1352.9932550169303,0]},{"partialLength":3.0406412978351325,"point":[2440.786621652873,1352.044103669676,0]},{"partialLength":3.1440825938756913,"point":[2437.7996449721563,1351.0626630622176,0]},{"partialLength":3.2459201488926075,"point":[2434.71591929017,1350.0494338032418,0]},{"partialLength":3.3461539628850008,"point":[2431.5369682132336,1349.0049165014336,0]},{"partialLength":3.4447840358534383,"point":[2428.264315347667,1347.9296117654778,0]},{"partialLength":3.5418103677988535,"point":[2424.899484299788,1346.8240202040602,0]},{"partialLength":3.637232958720519,"point":[2421.443998675916,1345.688642425866,0]},{"partialLength":3.731051808616772,"point":[2417.899382082372,1344.5239790395804,0]},{"partialLength":3.8232669174919294,"point":[2414.267158125472,1343.3305306538884,0]},{"partialLength":3.913878285340447,"point":[2410.5488504115383,1342.1087978774765,0]},{"partialLength":4.002885912166416,"point":[2406.7459825468886,1340.8592813190287,0]},{"partialLength":4.090289797968403,"point":[2402.8600781378423,1339.582481587231,0]},{"partialLength":4.176089942746184,"point":[2398.8926607907188,1338.278899290769,0]},{"partialLength":4.26028634649983,"point":[2394.8452541118377,1336.9490350383276,0]},{"partialLength":4.342879009231137,"point":[2390.7193817075167,1335.5933894385917,0]},{"partialLength":4.4238679309372255,"point":[2386.5165671840764,1334.212463100247,0]},{"partialLength":4.50325311161932,"point":[2382.2383341478358,1332.8067566319799,0]},{"partialLength":4.58103455127856,"point":[2377.8862062051135,1331.3767706424737,0]},{"partialLength":4.6572122499127975,"point":[2373.4617069622295,1329.9230057404152,0]},{"partialLength":4.73178620752483,"point":[2368.9663600255017,1328.4459625344887,0]},{"partialLength":4.804756424110489,"point":[2364.4016890012513,1326.9461416333809,0]},{"partialLength":4.876122899675448,"point":[2359.7692174957947,1325.4240436457756,0]},{"partialLength":4.945885634213312,"point":[2355.070469115454,1323.880169180359,0]},{"partialLength":5.014044627728611,"point":[2350.3069674665476,1322.3150188458167,0]},{"partialLength":5.0805998802209045,"point":[2345.4802361553934,1320.7290932508329,0]},{"partialLength":5.145551391687757,"point":[2340.591798788312,1319.122893004094,0]},{"partialLength":5.208899162131463,"point":[2335.6431789716225,1317.496918714285,0]},{"partialLength":5.270643191551736,"point":[2330.635900311643,1315.851670990091,0]},{"partialLength":5.330783479948358,"point":[2325.571486414693,1314.187650440197,0]},{"partialLength":5.3893200273186705,"point":[2320.4514608870936,1312.5053576732898,0]},{"partialLength":5.446252833669285,"point":[2315.2773473351604,1310.8052932980524,0]},{"partialLength":5.501581898991073,"point":[2310.050669365217,1309.0879579231726,0]},{"partialLength":5.555307223293091,"point":[2304.7729505835787,1307.3538521573337,0]},{"partialLength":5.607428806569229,"point":[2299.4457145965666,1305.6034766092223,0]},{"partialLength":5.657946648821423,"point":[2294.0704850105003,1303.8373318875229,0]},{"partialLength":5.706860750050763,"point":[2288.6487854316974,1302.0559186009218,0]},{"partialLength":5.7541711102554345,"point":[2283.1821394664785,1300.2597373581032,0]},{"partialLength":5.799877729435665,"point":[2277.672070721163,1298.449288767753,0]},{"partialLength":5.843980607594258,"point":[2272.120102802068,1296.6250734385565,0]},{"partialLength":5.8864797447264605,"point":[2266.5277593155147,1294.787591979199,0]},{"partialLength":5.927375140834795,"point":[2260.896563867823,1292.9373449983664,0]},{"partialLength":5.9666667959223485,"point":[2255.2280400653085,1291.0748331047423,0]},{"partialLength":6.004354709981578,"point":[2249.523711514295,1289.2005569070143,0]},{"partialLength":6.040438883021174,"point":[2243.7851018210977,1287.3150170138654,0]},{"partialLength":6.074919315033237,"point":[2238.013734592039,1285.4187140339832,0]},{"partialLength":6.107796006024159,"point":[2232.2111334334354,1283.5121485760515,0]},{"partialLength":6.1390689559904175,"point":[2226.3788219516073,1281.5958212487556,0]},{"partialLength":6.168738164931297,"point":[2220.518323752875,1279.6702326607817,0]},{"partialLength":6.196803632849958,"point":[2214.631162443556,1277.7358834208144,0]},{"partialLength":6.223265359744534,"point":[2208.71886162997,1275.7932741375398,0]},{"partialLength":6.2481233456143705,"point":[2202.782944918437,1273.8429054196422,0]},{"partialLength":6.271377590460484,"point":[2196.8249359152755,1271.885277875808,0]},{"partialLength":6.293028094284159,"point":[2190.846358226804,1269.920892114721,0]},{"partialLength":6.313074857081667,"point":[2184.8487354593435,1267.9502487450686,0]},{"partialLength":6.331517878857743,"point":[2178.833591219211,1265.973848375534,0]},{"partialLength":6.348357159606858,"point":[2172.8024491127285,1263.9921916148046,0]},{"partialLength":6.363592699335766,"point":[2166.756832746212,1262.0057790715637,0]},{"partialLength":6.3772244980378545,"point":[2160.6982657259828,1260.015111354498,0]},{"partialLength":6.389252555717221,"point":[2154.6282716583596,1258.0206890722923,0]},{"partialLength":6.399676872372715,"point":[2148.5483741496614,1256.023012833632,0]},{"partialLength":6.408497448003617,"point":[2142.460096806208,1254.0225832472024,0]},{"partialLength":6.415714282611511,"point":[2136.364963234318,1252.019900921689,0]},{"partialLength":6.421327376194742,"point":[2130.264497040311,1250.015466465777,0]},{"partialLength":6.4253367287557515,"point":[2124.160221830505,1248.0097804881511,0]},{"partialLength":6.427742340290304,"point":[2118.0536612112214,1246.003343597498,0]},{"partialLength":6.428544210802778,"point":[2111.9463387887777,1243.996656402502,0]},{"partialLength":6.427742340290375,"point":[2105.839778169494,1241.9902195118486,0]},{"partialLength":6.425336728755177,"point":[2099.7355029596883,1239.9845335342231,0]},{"partialLength":6.421327376194813,"point":[2093.6350367656814,1237.980099078311,0]},{"partialLength":6.415714282611511,"point":[2087.5399031937914,1235.9774167527976,0]},{"partialLength":6.4084974480040495,"point":[2081.4516258503377,1233.976987166368,0]},{"partialLength":6.399676872372715,"point":[2075.3717283416395,1231.9793109277077,0]},{"partialLength":6.389252555716789,"point":[2069.301734274017,1229.984888645502,0]},{"partialLength":6.3772244980378545,"point":[2063.2431672537878,1227.9942209284363,0]},{"partialLength":6.363592699335191,"point":[2057.1975508872715,1226.0078083851959,0]},{"partialLength":6.348357159607864,"point":[2051.166408780788,1224.026151624466,0]},{"partialLength":6.33151787885724,"point":[2045.151264540656,1222.0497512549316,0]},{"partialLength":6.313074857082025,"point":[2039.1536417731952,1220.0791078852787,0]},{"partialLength":6.293028094283731,"point":[2033.175064084724,1218.1147221241924,0]},{"partialLength":6.271377590461059,"point":[2027.2170550815622,1216.1570945803578,0]},{"partialLength":6.248123345614515,"point":[2021.2811383700289,1214.2067258624604,0]},{"partialLength":6.223265359744245,"point":[2015.3688375564432,1212.2641165791854,0]},{"partialLength":6.1968036328495995,"point":[2009.4816762471246,1210.3297673392185,0]},{"partialLength":6.168738164932016,"point":[2003.6211780483916,1208.4041787512444,0]},{"partialLength":6.139068955989412,"point":[1997.7888665665644,1206.487851423949,0]},{"partialLength":6.1077960060242305,"point":[1991.986265407961,1204.581285966017,0]},{"partialLength":6.074919315034028,"point":[1986.2148981789014,1202.6849829861344,0]},{"partialLength":6.040438883020097,"point":[1980.476288485705,1200.7994430929862,0]},{"partialLength":6.004354709982654,"point":[1974.7719599346906,1198.9251668952575,0]},{"partialLength":5.966666795921342,"point":[1969.1034361321772,1197.0626550016339,0]},{"partialLength":5.9273751408358,"point":[1963.4722406844844,1195.2124080208007,0]},{"partialLength":5.886479744726676,"point":[1957.879897197931,1193.3749265614433,0]},{"partialLength":5.8439806075933225,"point":[1952.3279292788368,1191.550711232247,0]},{"partialLength":5.799877729436313,"point":[1946.8178605335206,1189.7402626418968,0]},{"partialLength":5.754171110255148,"point":[1941.3512145683019,1187.9440813990784,0]},{"partialLength":5.706860750050688,"point":[1935.9295149894992,1186.162668112477,0]},{"partialLength":5.657946648821785,"point":[1930.5542854034325,1184.3965233907777,0]},{"partialLength":5.607428806569013,"point":[1925.2270494164206,1182.6461478426663,0]},{"partialLength":5.555307223292588,"point":[1919.9493306347829,1180.9120420768277,0]},{"partialLength":5.5015818989922955,"point":[1914.7226526648383,1179.1947067019473,0]},{"partialLength":5.446252833667775,"point":[1909.5485391129064,1177.4946423267106,0]},{"partialLength":5.389320027319677,"point":[1904.428513585306,1175.812349559803,0]},{"partialLength":5.330783479947926,"point":[1899.3640996883564,1174.148329009909,0]},{"partialLength":5.270643191551806,"point":[1894.356821028377,1172.5030812857149,0]},{"partialLength":5.208899162131392,"point":[1889.4082012116874,1170.877106995906,0]},{"partialLength":5.145551391688261,"point":[1884.5197638446057,1169.270906749167,0]},{"partialLength":5.080599880220834,"point":[1879.6930325334515,1167.6849811541833,0]},{"partialLength":5.0140446277288975,"point":[1874.9295308845446,1166.1198308196408,0]},{"partialLength":4.945885634213312,"point":[1870.2307825042042,1164.5759563542242,0]},{"partialLength":4.876122899674443,"point":[1865.5983109987485,1163.0538583666194,0]},{"partialLength":4.804756424111063,"point":[1861.0336399744976,1161.554037465511,0]},{"partialLength":4.731786207524039,"point":[1856.5382930377705,1160.076994259585,0]},{"partialLength":4.657212249913301,"point":[1852.113793794886,1158.6232293575263,0]},{"partialLength":4.581034551278489,"point":[1847.7616658521638,1157.1932433680204,0]},{"partialLength":4.503253111619965,"point":[1843.4834328159227,1155.7875368997525,0]},{"partialLength":4.423867930936868,"point":[1839.2806182924826,1154.4066105614083,0]},{"partialLength":4.34287900923085,"point":[1835.1547458881619,1153.0509649616727,0]},{"partialLength":4.260286346500549,"point":[1831.10733920928,1151.721100709231,0]},{"partialLength":4.1760899427462554,"point":[1827.1399218621566,1150.4175184127687,0]},{"partialLength":4.090289797968187,"point":[1823.2540174531105,1149.140718680971,0]},{"partialLength":4.002885912166274,"point":[1819.4511495884608,1147.8912021225237,0]},{"partialLength":3.9138782853405885,"point":[1815.732841874527,1146.6694693461113,0]},{"partialLength":3.823266917490923,"point":[1812.100617917628,1145.4760209604199,0]},{"partialLength":3.73105180861742,"point":[1808.5560013240831,1144.3113575741343,0]},{"partialLength":3.6372329587200865,"point":[1805.1005157002116,1143.17597979594,0]},{"partialLength":3.5418103677990693,"point":[1801.7356846523326,1142.0703882345224,0]},{"partialLength":3.444784035853654,"point":[1798.4630317867657,1140.9950834985666,0]},{"partialLength":3.346153962884856,"point":[1795.2840807098296,1139.9505661967582,0]},{"partialLength":3.2459201488926785,"point":[1792.2003550278432,1138.9373369377822,0]},{"partialLength":3.1440825938755497,"point":[1789.2133783471268,1137.9558963303243,0]},{"partialLength":3.0406412978354194,"point":[1786.3246742739987,1137.0067449830697,0]},{"partialLength":2.935596260771434,"point":[1783.5357664147782,1136.0903835047034,0]},{"partialLength":2.8289474826834655,"point":[1780.8481783757848,1135.207312503911,0]},{"partialLength":2.720694963571598,"point":[1778.2634337633376,1134.358032589378,0]},{"partialLength":2.610838703436137,"point":[1775.783056183756,1133.5430443697892,0]},{"partialLength":2.4993787022769616,"point":[1773.4085692433587,1132.7628484538304,0]},{"partialLength":2.3863149600940243,"point":[1771.1414965484653,1132.0179454501867,0]},{"partialLength":2.2716474768872144,"point":[1768.983361705395,1131.3088359675437,0]},{"partialLength":2.155376252657362,"point":[1766.9356883204666,1130.6360206145864,0]},{"partialLength":2.037501287403437,"point":[1764.9999999999998,1130,0]}]}},{"t":150.000006109625,"s":[1764.9999999999998,1130,0]}],"ix":2},"a":{"a":0,"k":[16,-40,0],"ix":1},"s":{"a":0,"k":[125.00000000000001,120.37037037037037,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[8,8],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false,"_render":true},{"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,"_render":true},{"ty":"tr","p":{"a":0,"k":[16,-40],"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","_render":true}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false,"_render":true}],"ip":0,"op":900.000036657751,"st":0,"bm":0,"completed":true},{"ddd":0,"ind":6,"ty":4,"nm":"small 6","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":93,"s":[100],"__fnct":[null]},{"t":168.00000684278,"s":[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":26,"s":[-5,-20,0],"to":[47.333,50.667,0],"ti":[-47.333,-50.667,0],"bezierData":{"segmentLength":520.0240379064994,"points":[{"partialLength":0,"point":[-5,-20,0]},{"partialLength":1.438011568604404,"point":[-4.018332736085109,-18.949187621695504,0]},{"partialLength":1.521204108285354,"point":[-2.979872915211209,-17.837583762627542,0]},{"partialLength":1.6032647766786077,"point":[-1.88539322522808,-16.666015517772493,0]},{"partialLength":1.6841935737840745,"point":[-0.7356663539855062,-15.435309982106737,0]},{"partialLength":1.7639904996016897,"point":[0.4685350106667297,-14.146294250606648,0]},{"partialLength":1.8426555541313987,"point":[1.7264381808788456,-12.799795418248594,0]},{"partialLength":1.9201887373731643,"point":[3.0372704688010614,-11.396640580008938,0]},{"partialLength":1.996590049326916,"point":[4.40025918658359,-9.937656830864077,0]},{"partialLength":2.0718594899926557,"point":[5.814631646376653,-8.423671265790372,0]},{"partialLength":2.1459970593703415,"point":[7.279615160330465,-6.855510979764197,0]},{"partialLength":2.219002757459956,"point":[8.794437040595245,-5.234003067761925,0]},{"partialLength":2.2908765842614747,"point":[10.35832459932121,-3.559974624759936,0]},{"partialLength":2.361618539774895,"point":[11.97050514865858,-1.8342527457345932,0]},{"partialLength":2.431228624000185,"point":[13.63020600075757,-0.05766452566227698,0]},{"partialLength":2.49970683693734,"point":[15.336654467768394,1.7689629404806388,0]},{"partialLength":2.5670531785863644,"point":[17.089077861841282,3.6448025577177883,0]},{"partialLength":2.6332676489472218,"point":[18.88670349512644,5.56902723107279,0]},{"partialLength":2.6983502480199184,"point":[20.728758679774085,7.540809865569273,0]},{"partialLength":2.762300975804449,"point":[22.61447072793444,9.55932336623086,0]},{"partialLength":2.825119832300809,"point":[24.543066951757723,11.62374063808118,0]},{"partialLength":2.88680681750898,"point":[26.513774663394145,13.733234586143858,0]},{"partialLength":2.947361931428987,"point":[28.525821174993936,15.886978115442535,0]},{"partialLength":3.0067851740607776,"point":[30.5784337987073,18.084144131000812,0]},{"partialLength":3.0650765454043767,"point":[32.67083984668445,20.323905537842325,0]},{"partialLength":3.1222360454598124,"point":[34.80226663107563,22.60543524099072,0]},{"partialLength":3.1782636742270083,"point":[36.97194146403103,24.927906145469592,0]},{"partialLength":3.23315943170603,"point":[39.179091657700894,27.29049115630259,0]},{"partialLength":3.2869233178968327,"point":[41.42294452423542,29.692363178513332,0]},{"partialLength":3.3395553327994114,"point":[43.70272737578481,32.13269511712544,0]},{"partialLength":3.3910554764138183,"point":[46.017667524499316,34.610659877162554,0]},{"partialLength":3.441423748739984,"point":[48.36699228252914,37.125430363648285,0]},{"partialLength":3.490660149777962,"point":[50.74992896202451,39.676179481606276,0]},{"partialLength":3.538764679527691,"point":[53.165704875135624,42.262080136060135,0]},{"partialLength":3.5857373379892246,"point":[55.61354733401271,44.8823052320335,0]},{"partialLength":3.6315781251625303,"point":[58.09268365080598,47.53602767454999,0]},{"partialLength":3.676287041047643,"point":[60.60234113766567,50.22242036863326,0]},{"partialLength":3.7198640856445007,"point":[63.14174710674198,52.94065621930689,0]},{"partialLength":3.7623092589531586,"point":[65.71012887018513,55.68990813159454,0]},{"partialLength":3.8036225609735737,"point":[68.30671374014534,58.469349010519814,0]},{"partialLength":3.843803991705778,"point":[70.93072902877282,61.27815176110636,0]},{"partialLength":3.882853551149752,"point":[73.5814020482178,64.11548928837777,0]},{"partialLength":3.9207712393055028,"point":[76.25796011063048,66.98053449735771,0]},{"partialLength":3.9575570561730746,"point":[78.95963052816111,69.87246029306982,0]},{"partialLength":3.9932110017523543,"point":[81.68564061295989,72.79043958053768,0]},{"partialLength":4.027733076043414,"point":[84.43521767717702,75.73364526478491,0]},{"partialLength":4.061123279046272,"point":[87.20758903296273,78.70125025083519,0]},{"partialLength":4.093381610760887,"point":[90.00198199246724,81.6924274437121,0]},{"partialLength":4.124508071187269,"point":[92.81762386784077,84.70634974843928,0]},{"partialLength":4.154502660325469,"point":[95.65374197123356,87.74219007004038,0]},{"partialLength":4.183365378175395,"point":[98.50956361479578,90.79912131353902,0]},{"partialLength":4.211096224737046,"point":[101.38431611067766,93.87631638395875,0]},{"partialLength":4.237695200010554,"point":[104.27722677102943,96.97294818632331,0]},{"partialLength":4.263162303995757,"point":[107.18752290800128,100.08818962565624,0]},{"partialLength":4.287497536692814,"point":[110.11443183374351,103.22121360698122,0]},{"partialLength":4.310700898101617,"point":[113.05718086040628,106.3711930353219,0]},{"partialLength":4.332772388222113,"point":[116.01499730013977,109.53730081570181,0]},{"partialLength":4.353712007054455,"point":[118.98710846509425,112.71870985314466,0]},{"partialLength":4.3735197545984885,"point":[121.9727416674199,115.91459305267401,0]},{"partialLength":4.392195630854387,"point":[124.97112421926698,119.12412331931355,0]},{"partialLength":4.409739635821988,"point":[127.9814834327857,122.34647355808687,0]},{"partialLength":4.426151769501424,"point":[131.00304662012627,125.58081667401765,0]},{"partialLength":4.441432031892503,"point":[134.03504109343885,128.82632557212943,0]},{"partialLength":4.455580422995502,"point":[137.0766941648738,132.0821731574459,0]},{"partialLength":4.468596942810088,"point":[140.12723314658115,135.34753233499063,0]},{"partialLength":4.480481591336654,"point":[143.18588535071132,138.62157600978733,0]},{"partialLength":4.491234368574804,"point":[146.25187808941433,141.90347708685957,0]},{"partialLength":4.500855274524815,"point":[149.32443867484054,145.19240847123098,0]},{"partialLength":4.509344309186549,"point":[152.4027944191401,148.48754306792517,0]},{"partialLength":4.516701472560044,"point":[155.48617263446323,151.78805378196577,0]},{"partialLength":4.522926764645364,"point":[158.57380063296017,155.09311351837647,0]},{"partialLength":4.528020185442444,"point":[161.66490572678117,158.40189518218085,0]},{"partialLength":4.531981734951266,"point":[164.75871522807643,161.71357167840253,0]},{"partialLength":4.534811413171753,"point":[167.85445644899602,165.02731591206512,0]},{"partialLength":4.536509220104199,"point":[170.95135670169037,168.34230078819232,0]},{"partialLength":4.537075155748329,"point":[174.04864329830963,171.6576992118077,0]},{"partialLength":4.536509220104158,"point":[177.14554355100398,174.97268408793485,0]},{"partialLength":4.534811413171813,"point":[180.24128477192363,178.28642832159747,0]},{"partialLength":4.531981734951246,"point":[183.33509427321889,181.59810481781912,0]},{"partialLength":4.528020185442385,"point":[186.42619936703983,184.90688648162347,0]},{"partialLength":4.522926764645384,"point":[189.51382736553677,188.2119462180342,0]},{"partialLength":4.516701472560065,"point":[192.5972055808599,191.51245693207483,0]},{"partialLength":4.5093443091865675,"point":[195.6755613251595,194.80759152876902,0]},{"partialLength":4.500855274524794,"point":[198.7481219105857,198.0965229131404,0]},{"partialLength":4.491234368574823,"point":[201.81411464928874,201.37842399021264,0]},{"partialLength":4.480481591336573,"point":[204.87276685341885,204.65246766500928,0]},{"partialLength":4.468596942810209,"point":[207.92330583512626,207.91782684255412,0]},{"partialLength":4.455580422995422,"point":[210.96495890656115,211.17367442787054,0]},{"partialLength":4.441432031892583,"point":[213.9969533798738,214.41918332598237,0]},{"partialLength":4.426151769501344,"point":[217.0185165672143,217.6535264419131,0]},{"partialLength":4.409739635822048,"point":[220.02887578073307,220.87587668068645,0]},{"partialLength":4.392195630854338,"point":[223.02725833258012,224.08540694732596,0]},{"partialLength":4.373519754598549,"point":[226.0128915349058,227.28129014685535,0]},{"partialLength":4.3537120070544235,"point":[228.98500269986027,230.46269918429817,0]},{"partialLength":4.332772388222124,"point":[231.94281913959375,233.62880696467812,0]},{"partialLength":4.310700898101526,"point":[234.88556816625646,236.77878639301872,0]},{"partialLength":4.287497536692834,"point":[237.8124770919987,239.91181037434373,0]},{"partialLength":4.263162303995827,"point":[240.7227732289706,243.0270518136767,0]},{"partialLength":4.237695200010564,"point":[243.61568388932238,246.12368361604126,0]},{"partialLength":4.211096224737066,"point":[246.49043638520428,249.200878686461,0]},{"partialLength":4.183365378175395,"point":[249.3462580287665,252.25780992995965,0]},{"partialLength":4.1545026603253685,"point":[252.18237613215922,255.29365025156068,0]},{"partialLength":4.124508071187309,"point":[254.99801800753278,258.3075725562879,0]},{"partialLength":4.093381610760917,"point":[257.7924109670373,261.2987497491648,0]},{"partialLength":4.061123279046272,"point":[260.564782322823,264.2663547352151,0]},{"partialLength":4.027733076043414,"point":[263.31435938704016,267.2095604194623,0]},{"partialLength":3.993211001752345,"point":[266.0403694718389,270.1275397069302,0]},{"partialLength":3.9575570561730222,"point":[268.74203988936955,273.0194655026422,0]},{"partialLength":3.9207712393054943,"point":[271.4185979517822,275.88451071162217,0]},{"partialLength":3.8828535511498323,"point":[274.06927097122724,278.72184823889364,0]},{"partialLength":3.8438039917057636,"point":[276.6932862598547,281.5306509894802,0]},{"partialLength":3.8036225609736043,"point":[279.2898711298149,284.3100918684055,0]},{"partialLength":3.7623092589531173,"point":[281.85825289325805,287.0593437806931,0]},{"partialLength":3.719864085644467,"point":[284.3976588623343,289.77757963136673,0]},{"partialLength":3.6762870410476873,"point":[286.90731634919405,292.46397232545,0]},{"partialLength":3.6315781251625445,"point":[289.38645266598735,295.1176947679665,0]},{"partialLength":3.5857373379891992,"point":[291.8342951248644,297.73791986393985,0]},{"partialLength":3.538764679527651,"point":[294.2500710379755,300.3238205183937,0]},{"partialLength":3.4906601497779426,"point":[296.63300771747083,302.8745696363517,0]},{"partialLength":3.441423748739992,"point":[298.9823324755007,305.3893401228374,0]},{"partialLength":3.3910554764138094,"point":[301.29727262421517,307.8673048828745,0]},{"partialLength":3.3395553327995047,"point":[303.57705547576467,310.30763682148665,0]},{"partialLength":3.2869233178968114,"point":[305.82090834229916,312.7095088436974,0]},{"partialLength":3.2331594317060044,"point":[308.02805853596897,315.0720938545304,0]},{"partialLength":3.1782636742270047,"point":[310.1977333689244,317.39456475900926,0]},{"partialLength":3.122236045459864,"point":[312.32916015331557,319.6760944621577,0]},{"partialLength":3.0650765454043336,"point":[314.4215662012927,321.9158558689992,0]},{"partialLength":3.006785174060745,"point":[316.47417882500605,324.11302188455744,0]},{"partialLength":2.9473619314289787,"point":[318.48622533660586,326.2667654138561,0]},{"partialLength":2.8868068175090014,"point":[320.45693304824226,328.3762593619188,0]},{"partialLength":2.8251198323008513,"point":[322.3855292720656,330.44067663376916,0]},{"partialLength":2.7623009758044197,"point":[324.2712413202259,332.45919013443074,0]},{"partialLength":2.6983502480199477,"point":[326.1132965048736,334.43097276892723,0]},{"partialLength":2.6332676489472444,"point":[327.91092213815875,336.35519744228225,0]},{"partialLength":2.567053178586356,"point":[329.66334553223163,338.2310370595194,0]},{"partialLength":2.499706836937329,"point":[331.36979399924246,340.0576645256623,0]},{"partialLength":2.431228624000175,"point":[333.02949485134144,341.8342527457346,0]},{"partialLength":2.3616185397749025,"point":[334.6416754006788,343.55997462475995,0]},{"partialLength":2.2908765842614063,"point":[336.2055629594047,345.23400306776193,0]},{"partialLength":2.2190027574600113,"point":[337.7203848396696,346.8555109797642,0]},{"partialLength":2.145997059370309,"point":[339.18536835362335,348.42367126579035,0]},{"partialLength":2.0718594899927063,"point":[340.5997408134164,349.9376568308641,0]},{"partialLength":1.9965900493268272,"point":[341.9627295311989,351.3966405800089,0]},{"partialLength":1.9201887373732212,"point":[343.27356181912114,352.7997954182486,0]},{"partialLength":1.8426555541313574,"point":[344.53146498933324,354.1462942506066,0]},{"partialLength":1.7639904996017168,"point":[345.7356663539855,355.43530998210673,0]},{"partialLength":1.6841935737841025,"point":[346.8853932252281,356.6660155177725,0]},{"partialLength":1.6032647766786121,"point":[347.9798729152112,357.83758376262756,0]},{"partialLength":1.5212041082853165,"point":[349.0183327360851,358.9491876216955,0]},{"partialLength":1.438011568604423,"point":[350,360,0]}]}},{"t":176.000007168627,"s":[350,360,0]}],"ix":2},"a":{"a":0,"k":[16,-40,0],"ix":1},"s":{"a":0,"k":[125.00000000000001,120.37037037037037,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[8,8],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false,"_render":true},{"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,"_render":true},{"ty":"tr","p":{"a":0,"k":[16,-40],"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","_render":true}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false,"_render":true}],"ip":26.0000010590017,"op":926.000037716753,"st":26.0000010590017,"bm":0,"completed":true},{"ddd":0,"ind":7,"ty":4,"nm":"small 5","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":192,"s":[100]},{"t":267.000010875133,"s":[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":140,"s":[1540,910,0],"to":[79.333,-2.667,0],"ti":[-79.333,2.667,0],"bezierData":{"segmentLength":595.3360395611115,"points":[{"partialLength":0,"point":[1540,910,0]},{"partialLength":1.6462635534851462,"point":[1541.6453340858643,909.9446878546194,0]},{"partialLength":1.741504648193965,"point":[1543.3858555165152,909.8861764102168,0]},{"partialLength":1.8354499456958941,"point":[1545.220269226037,909.8245091946701,0]},{"partialLength":1.9280994459917888,"point":[1547.1472801485152,909.7597297358576,0]},{"partialLength":2.0194531490802836,"point":[1549.1655932180333,909.6918815616566,0]},{"partialLength":2.1095110549626885,"point":[1551.2739133686769,909.6210081999452,0]},{"partialLength":2.1982731636369603,"point":[1553.470945534529,909.5471531786009,0]},{"partialLength":2.285739475105542,"point":[1555.7553946496753,909.4703600255021,0]},{"partialLength":2.371909989367549,"point":[1558.1259656482007,909.3906722685265,0]},{"partialLength":2.45678470642182,"point":[1560.5813634641888,909.3081334355517,0]},{"partialLength":2.5403636262692473,"point":[1563.1202930317243,909.2227870544557,0]},{"partialLength":2.622646748910735,"point":[1565.7414592848925,909.1346766531165,0]},{"partialLength":2.703634074344009,"point":[1568.4435671577767,909.0438457594116,0]},{"partialLength":2.7833256025713253,"point":[1571.2253215844623,908.9503379012192,0]},{"partialLength":2.8617213335910985,"point":[1574.0854274990334,908.8541966064168,0]},{"partialLength":2.9388212674046765,"point":[1577.022589835575,908.7554654028826,0]},{"partialLength":3.0146254040109177,"point":[1580.0355135281714,908.6541878184944,0]},{"partialLength":3.089133743409846,"point":[1583.1229035109066,908.5504073811295,0]},{"partialLength":3.1623462856023243,"point":[1586.2834647178656,908.4441676186664,0]},{"partialLength":3.23426303058815,"point":[1589.5159020831334,908.3355120589827,0]},{"partialLength":3.3048839783666306,"point":[1592.818920540794,908.2244842299563,0]},{"partialLength":3.3742091289389005,"point":[1596.1912250249325,908.1111276594651,0]},{"partialLength":3.442238482303143,"point":[1599.6315204696325,907.9954858753869,0]},{"partialLength":3.5089720384611707,"point":[1603.1385118089793,907.8776024055995,0]},{"partialLength":3.5744097974114064,"point":[1606.7109039770564,907.7575207779805,0]},{"partialLength":3.638551759155852,"point":[1610.3474019079497,907.6352845204085,0]},{"partialLength":3.7013979236927455,"point":[1614.046710535743,907.5109371607605,0]},{"partialLength":3.7629482910231755,"point":[1617.8075347945212,907.3845222269148,0]},{"partialLength":3.823202861145131,"point":[1621.6285796183674,907.2560832467487,0]},{"partialLength":3.8821616340626433,"point":[1625.5085499413688,907.1256637481414,0]},{"partialLength":3.9398246097710277,"point":[1629.4461506976074,906.9933072589691,0]},{"partialLength":3.9961917882733884,"point":[1633.440086821169,906.8590573071107,0]},{"partialLength":4.051263169569077,"point":[1637.4890632461381,906.7229574204437,0]},{"partialLength":4.1050387536573965,"point":[1641.591784906599,906.5850511268462,0]},{"partialLength":4.15751854053905,"point":[1645.7469567366365,906.4453819541958,0]},{"partialLength":4.208702530213567,"point":[1649.953283670335,906.3039934303703,0]},{"partialLength":4.2585907226807125,"point":[1654.2094706417784,906.1609290832478,0]},{"partialLength":4.307183117941422,"point":[1658.5142225850518,906.0162324407056,0]},{"partialLength":4.354479715995426,"point":[1662.8662444342401,905.8699470306224,0]},{"partialLength":4.4004805168416405,"point":[1667.264241123427,905.722116380875,0]},{"partialLength":4.44518552048227,"point":[1671.7069175866982,905.5727840193426,0]},{"partialLength":4.488594726913992,"point":[1676.1929787581364,905.4219934739016,0]},{"partialLength":4.530708136140805,"point":[1680.7211295718282,905.269788272431,0]},{"partialLength":4.571525748159828,"point":[1685.2900749618573,905.1162119428079,0]},{"partialLength":4.611047562971241,"point":[1689.8985198623075,904.9613080129106,0]},{"partialLength":4.649273580576431,"point":[1694.545169207264,904.8051200106169,0]},{"partialLength":4.686203800974713,"point":[1699.2287279308116,904.6476914638043,0]},{"partialLength":4.7218382241654036,"point":[1703.947900967034,904.4890659003509,0]},{"partialLength":4.756176850149858,"point":[1708.7013932500165,904.3292868481344,0]},{"partialLength":4.789219678927846,"point":[1713.4879097138441,904.1683978350331,0]},{"partialLength":4.820966710496898,"point":[1718.3061552925994,904.0064423889243,0]},{"partialLength":4.851417944861289,"point":[1723.1548349203692,903.8434640376862,0]},{"partialLength":4.880573382016741,"point":[1728.032653531236,903.6795063091963,0]},{"partialLength":4.908433021967304,"point":[1732.9383160592865,903.514612731333,0]},{"partialLength":4.934996864708935,"point":[1737.8705274386032,903.3488268319735,0]},{"partialLength":4.960264910244772,"point":[1742.8279926032717,903.182192138996,0]},{"partialLength":4.984237158573467,"point":[1747.8094164873764,903.0147521802785,0]},{"partialLength":5.0069136096945766,"point":[1752.8135040250013,902.8465504836985,0]},{"partialLength":5.028294263609905,"point":[1757.838960150232,902.677630577134,0]},{"partialLength":5.048379120317405,"point":[1762.8844897971521,902.508035988463,0]},{"partialLength":5.067168179818456,"point":[1767.9487978998468,902.3378102455631,0]},{"partialLength":5.084661442111914,"point":[1773.0305893923999,902.166996876312,0]},{"partialLength":5.100858907199351,"point":[1778.1285692088968,901.9956394085882,0]},{"partialLength":5.115760575078301,"point":[1783.2414422834206,901.8237813702689,0]},{"partialLength":5.129366445752361,"point":[1788.367913550058,901.6514662892325,0]},{"partialLength":5.1416765192174925,"point":[1793.5066879428912,901.4787376933562,0]},{"partialLength":5.1526907954770484,"point":[1798.6564703960064,901.3056391105183,0]},{"partialLength":5.16240927452947,"point":[1803.815965843488,901.1322140685967,0]},{"partialLength":5.170831956374305,"point":[1808.9838792194196,900.9585060954688,0]},{"partialLength":5.177958841012445,"point":[1814.1589154578862,900.7845587190128,0]},{"partialLength":5.183789928443892,"point":[1819.3397794929726,900.6104154671067,0]},{"partialLength":5.188325218668435,"point":[1824.5251762587634,900.436119867628,0]},{"partialLength":5.191564711684935,"point":[1829.713810689342,900.2617154484544,0]},{"partialLength":5.19350840749654,"point":[1834.9043877187949,900.0872457374645,0]},{"partialLength":5.194156306099212,"point":[1840.0956122812047,899.9127542625354,0]},{"partialLength":5.193508407496321,"point":[1845.2861893106574,899.7382845515452,0]},{"partialLength":5.19156471168515,"point":[1850.4748237412362,899.563880132372,0]},{"partialLength":5.188325218668212,"point":[1855.6602205070267,899.3895845328932,0]},{"partialLength":5.183789928444123,"point":[1860.8410845421133,899.215441280987,0]},{"partialLength":5.177958841012441,"point":[1866.01612078058,899.0414939045311,0]},{"partialLength":5.170831956374532,"point":[1871.1840341565119,898.8677859314032,0]},{"partialLength":5.162409274529011,"point":[1876.343529603993,898.6943608894817,0]},{"partialLength":5.152690795477053,"point":[1881.4933120571081,898.5212623066437,0]},{"partialLength":5.141676519217939,"point":[1886.6320864499419,898.3485337107676,0]},{"partialLength":5.129366445751919,"point":[1891.7585577165787,898.1762186297309,0]},{"partialLength":5.115760575078979,"point":[1896.8714307911032,898.0043605914117,0]},{"partialLength":5.100858907198904,"point":[1901.9694106075997,897.8330031236876,0]},{"partialLength":5.084661442112357,"point":[1907.0512021001532,897.6621897544369,0]},{"partialLength":5.067168179818229,"point":[1912.1155102028476,897.491964011537,0]},{"partialLength":5.048379120317409,"point":[1917.1610398497678,897.3223694228659,0]},{"partialLength":5.0282942636096815,"point":[1922.1864959749983,897.1534495163013,0]},{"partialLength":5.006913609695024,"point":[1927.1905835126236,896.9852478197215,0]},{"partialLength":4.984237158573244,"point":[1932.172007396728,896.8178078610039,0]},{"partialLength":4.960264910244768,"point":[1937.1294725613966,896.6511731680265,0]},{"partialLength":4.934996864708935,"point":[1942.0616839407132,896.485387268667,0]},{"partialLength":4.908433021966857,"point":[1946.9673464687633,896.3204936908035,0]},{"partialLength":4.880573382017419,"point":[1951.8451650796308,896.1565359623137,0]},{"partialLength":4.851417944860835,"point":[1956.6938447074,895.9935576110756,0]},{"partialLength":4.820966710497348,"point":[1961.5120902861559,895.8316021649669,0]},{"partialLength":4.7892196789271715,"point":[1966.2986067499828,895.6707131518654,0]},{"partialLength":4.756176850149631,"point":[1971.052099032965,895.5109340996489,0]},{"partialLength":4.721838224165854,"point":[1975.771272069188,895.3523085361956,0]},{"partialLength":4.686203800974713,"point":[1980.4548307927355,895.194879989383,0]},{"partialLength":4.649273580576655,"point":[1985.1014801376923,895.0386919870894,0]},{"partialLength":4.611047562971249,"point":[1989.7099250381425,894.8837880571919,0]},{"partialLength":4.571525748159828,"point":[1994.2788704281716,894.7302117275688,0]},{"partialLength":4.530708136140355,"point":[1998.807021241863,894.5780065260981,0]},{"partialLength":4.488594726914434,"point":[2003.2930824133016,894.4272159806574,0]},{"partialLength":4.445185520481827,"point":[2007.7357588765724,894.2778836191246,0]},{"partialLength":4.400480516842084,"point":[2012.1337555657597,894.1300529693776,0]},{"partialLength":4.354479715995207,"point":[2016.4857774149477,893.9837675592942,0]},{"partialLength":4.307183117941415,"point":[2020.7905293582212,893.8390709167522,0]},{"partialLength":4.258590722680943,"point":[2025.0467163296648,893.6960065696296,0]},{"partialLength":4.20870253021334,"point":[2029.253043263363,893.5546180458041,0]},{"partialLength":4.15751854053905,"point":[2033.4082150934005,893.4149488731537,0]},{"partialLength":4.10503875365718,"point":[2037.5109367538612,893.2770425795559,0]},{"partialLength":4.051263169568847,"point":[2041.5599131788301,893.140942692889,0]},{"partialLength":3.9961917882736118,"point":[2045.5538493023919,893.0066927410306,0]},{"partialLength":3.939824609771475,"point":[2049.491450058631,892.8743362518586,0]},{"partialLength":3.882161634061973,"point":[2053.3714203816317,892.7439167532509,0]},{"partialLength":3.823202861146252,"point":[2057.192465205479,892.6154777730853,0]},{"partialLength":3.762948291022498,"point":[2060.9532894642566,892.4890628392395,0]},{"partialLength":3.701397923692965,"point":[2064.65259809205,892.3647154795917,0]},{"partialLength":3.638551759155409,"point":[2068.289096022943,892.2424792220194,0]},{"partialLength":3.5744097974120765,"point":[2071.8614881910207,892.1223975944007,0]},{"partialLength":3.5089720384607275,"point":[2075.368479530367,892.004514124613,0]},{"partialLength":3.4422384823031464,"point":[2078.808774975067,891.8888723405347,0]},{"partialLength":3.3742091289384457,"point":[2082.181079459205,891.7755157700435,0]},{"partialLength":3.3048839783666306,"point":[2085.4840979168657,891.6644879410171,0]},{"partialLength":3.23426303058815,"point":[2088.7165352821335,891.5558323813334,0]},{"partialLength":3.1623462856025477,"point":[2091.8770964890928,891.4495926188704,0]},{"partialLength":3.089133743410293,"point":[2094.9644864718284,891.3458121815057,0]},{"partialLength":3.0146254040109253,"point":[2097.977410164425,891.2445345971173,0]},{"partialLength":2.938821267404449,"point":[2100.914572500966,891.145803393583,0]},{"partialLength":2.8617213335913223,"point":[2103.7746784155374,891.0496620987808,0]},{"partialLength":2.7833256025715527,"point":[2106.5564328422233,890.9561542405884,0]},{"partialLength":2.703634074343786,"point":[2109.2585407151073,890.8653233468834,0]},{"partialLength":2.622646748910284,"point":[2111.879706968275,890.7772129455441,0]},{"partialLength":2.5403636262696985,"point":[2114.418636535811,890.6918665644482,0]},{"partialLength":2.4567847064215966,"point":[2116.874034351799,890.6093277314733,0]},{"partialLength":2.371909989367318,"point":[2119.244605350324,890.5296399744977,0]},{"partialLength":2.28573947510555,"point":[2121.5290544654704,890.4528468213988,0]},{"partialLength":2.1982731636376305,"point":[2123.726086631323,890.3789918000548,0]},{"partialLength":2.1095110549622342,"point":[2125.834406781966,890.3081184383434,0]},{"partialLength":2.019453149080738,"point":[2127.852719851485,890.2402702641424,0]},{"partialLength":1.9280994459913419,"point":[2129.7797307739625,890.1754908053297,0]},{"partialLength":1.8354499456963447,"point":[2131.614144483485,890.1138235897831,0]},{"partialLength":1.7415046481939613,"point":[2133.3546659141357,890.0553121453806,0]},{"partialLength":1.6462635534846954,"point":[2134.9999999999995,889.9999999999999,0]}]}},{"t":290.000011811942,"s":[2134.9999999999995,889.9999999999999,0]}],"ix":2},"a":{"a":0,"k":[16,-40,0],"ix":1},"s":{"a":0,"k":[125.00000000000001,120.37037037037037,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[8,8],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false,"_render":true},{"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,"_render":true},{"ty":"tr","p":{"a":0,"k":[16,-40],"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","_render":true}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false,"_render":true}],"ip":140.000005702317,"op":1040.00004236007,"st":140.000005702317,"bm":0,"completed":true},{"ddd":0,"ind":8,"ty":4,"nm":"small 4","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":66,"s":[100],"__fnct":[null]},{"t":141.000005743048,"s":[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":9,"s":[45,814.9999999999999,0],"to":[44.667,70,0],"ti":[-44.667,-70,0],"bezierData":{"segmentLength":622.7760432131333,"points":[{"partialLength":0,"point":[45,814.9999999999999,0]},{"partialLength":1.7221526935797709,"point":[45.92637484918903,816.4517711730138,0]},{"partialLength":1.8217831920017318,"point":[46.90634215642382,817.9875309444009,0]},{"partialLength":1.920058173438311,"point":[47.9391727726153,819.6061366121423,0]},{"partialLength":2.016977637889965,"point":[49.024137548674425,821.3064454742198,0]},{"partialLength":2.11254158535619,"point":[50.16050733551213,823.0873148286144,0]},{"partialLength":2.2067500158372644,"point":[51.34755298403937,824.9476019733074,0]},{"partialLength":2.29960292933248,"point":[52.58454534516705,826.8861642062797,0]},{"partialLength":2.3911003258435857,"point":[53.87075526980615,828.9018588255137,0]},{"partialLength":2.4812422053686323,"point":[55.20545360886761,830.99354312899,0]},{"partialLength":2.5700285679084782,"point":[56.58791121326235,833.16007441469,0]},{"partialLength":2.6574594134630285,"point":[58.01739893390134,835.400309980595,0]},{"partialLength":2.7435347420325504,"point":[59.4931876216955,837.7131071246866,0]},{"partialLength":2.828254553616291,"point":[61.014548127555784,840.0973231449457,0]},{"partialLength":2.9116188482149896,"point":[62.58075130239312,842.5518153393538,0]},{"partialLength":2.993627625828191,"point":[64.19106799711847,845.075441005892,0]},{"partialLength":3.0742808864565396,"point":[65.84476906264275,847.6670574425423,0]},{"partialLength":3.1535786300989863,"point":[67.54112534987692,850.3255219472852,0]},{"partialLength":3.2315208567562035,"point":[69.27940770973191,853.0496918181022,0]},{"partialLength":3.308107566428388,"point":[71.05888699311869,855.838424352975,0]},{"partialLength":3.3833387591151394,"point":[72.87883405094819,858.6905768498848,0]},{"partialLength":3.457214434816456,"point":[74.73851973413133,861.6050066068127,0]},{"partialLength":3.529734593532441,"point":[76.63721489357907,864.5805709217401,0]},{"partialLength":3.600899235263283,"point":[78.57419038020235,867.6161270926485,0]},{"partialLength":3.6707083600085992,"point":[80.54871704491212,870.7105324175191,0]},{"partialLength":3.739161967768571,"point":[82.56006573861931,873.862644194333,0]},{"partialLength":3.806260058543294,"point":[84.60750731223486,877.0713197210719,0]},{"partialLength":3.872002632332503,"point":[86.69031261666973,880.3354162957166,0]},{"partialLength":3.9363896891368375,"point":[88.80775250283484,883.6537912162493,0]},{"partialLength":3.999421228954858,"point":[90.95909782164112,887.0253017806499,0]},{"partialLength":4.061097251788728,"point":[93.14361942399958,890.4488052869012,0]},{"partialLength":4.12141775763654,"point":[95.36058816082108,893.9231590329838,0]},{"partialLength":4.180382746499138,"point":[97.60927488301662,897.447220316879,0]},{"partialLength":4.237992218376474,"point":[99.88895044149713,901.0198464365683,0]},{"partialLength":4.294246173268461,"point":[102.19888568717353,904.639894690033,0]},{"partialLength":4.349144611174914,"point":[104.53835147095677,908.3062223752542,0]},{"partialLength":4.40268753209632,"point":[106.90661864375781,912.0176867902135,0]},{"partialLength":4.454874936032088,"point":[109.30295805648758,915.7731452328919,0]},{"partialLength":4.505706822982591,"point":[111.726640560057,919.5714550012709,0]},{"partialLength":4.555183192948158,"point":[114.17693700537707,923.4114733933322,0]},{"partialLength":4.603304045927576,"point":[116.65311824335865,927.2920577070563,0]},{"partialLength":4.650069381922639,"point":[119.15445512491274,931.2120652404255,0]},{"partialLength":4.695479200931184,"point":[121.68021850095026,935.1703532914199,0]},{"partialLength":4.739533502955469,"point":[124.2296792223822,939.165779158022,0]},{"partialLength":4.782232287993804,"point":[126.80210814011946,943.1972001382125,0]},{"partialLength":4.823575556046985,"point":[129.39677610507297,947.2634735299728,0]},{"partialLength":4.863563307114719,"point":[132.01295396815368,951.3634566312842,0]},{"partialLength":4.902195541197129,"point":[134.64991258027257,955.496006740128,0]},{"partialLength":4.93947225829414,"point":[137.3069227923405,959.6599811544855,0]},{"partialLength":4.9753934584059705,"point":[139.9832554552685,963.8542371723382,0]},{"partialLength":5.009959141532704,"point":[142.6781814199675,968.0776320916677,0]},{"partialLength":5.043169307673192,"point":[145.39097153734835,972.3290232104544,0]},{"partialLength":5.0750239568294555,"point":[148.12089665832212,976.6072678266806,0]},{"partialLength":5.1055230889992504,"point":[150.86722763379964,980.9112232383267,0]},{"partialLength":5.134666704184631,"point":[153.62923531469198,985.2397467433748,0]},{"partialLength":5.162454802384212,"point":[156.40619055190996,989.5916956398058,0]},{"partialLength":5.188887383598375,"point":[159.19736419636456,993.965927225601,0]},{"partialLength":5.2139644478275,"point":[162.00202709896678,998.361298798742,0]},{"partialLength":5.237685995070939,"point":[164.81945011062746,1002.7766676572098,0]},{"partialLength":5.260052025329453,"point":[167.64890408225762,1007.2108910989862,0]},{"partialLength":5.281062538602103,"point":[170.48965986476813,1011.6628264220518,0]},{"partialLength":5.300717534889969,"point":[173.3409883090701,1016.1313309243886,0]},{"partialLength":5.319017014191672,"point":[176.2021602660742,1020.6152619039772,0]},{"partialLength":5.335960976509213,"point":[179.07244658669163,1025.1134766588,0]},{"partialLength":5.351549421839996,"point":[181.9511181218332,1029.6248324868368,0]},{"partialLength":5.365782350186894,"point":[184.83744572240988,1034.1481866860706,0]},{"partialLength":5.3786597615471745,"point":[187.7307002393326,1038.6823965544813,0]},{"partialLength":5.390181655922772,"point":[190.6301525235123,1043.226319390051,0]},{"partialLength":5.400348033312965,"point":[193.53507342585996,1047.7788124907609,0]},{"partialLength":5.409158893717661,"point":[196.44473379728646,1052.338733154592,0]},{"partialLength":5.416614237137145,"point":[199.3584044887028,1056.9049386795261,0]},{"partialLength":5.422714063571178,"point":[202.27535635101992,1061.4762863635442,0]},{"partialLength":5.427458373020128,"point":[205.19486023514872,1066.051633504628,0]},{"partialLength":5.430847165482877,"point":[208.11618699200017,1070.6298374007577,0]},{"partialLength":5.432880440961532,"point":[211.0386074724852,1075.2097553499161,0]},{"partialLength":5.4335581994539695,"point":[213.9613925275148,1079.7902446500837,0]},{"partialLength":5.432880440961532,"point":[216.88381300799983,1084.3701625992421,0]},{"partialLength":5.430847165483261,"point":[219.80513976485128,1088.9483664953723,0]},{"partialLength":5.427458373019729,"point":[222.72464364898005,1093.5237136364556,0]},{"partialLength":5.4227140635713695,"point":[225.64159551129717,1098.0950613204739,0]},{"partialLength":5.416614237137161,"point":[228.55526620271354,1102.661266845408,0]},{"partialLength":5.409158893717454,"point":[231.46492657414,1107.221187509239,0]},{"partialLength":5.400348033312965,"point":[234.36984747648768,1111.7736806099488,0]},{"partialLength":5.390181655922787,"point":[237.2692997606674,1116.3176034455184,0]},{"partialLength":5.378659761547558,"point":[240.16255427759012,1120.8518133139296,0]},{"partialLength":5.365782350186303,"point":[243.04888187816678,1125.3751675131628,0]},{"partialLength":5.351549421840587,"point":[245.92755341330837,1129.8865233412002,0]},{"partialLength":5.335960976508799,"point":[248.79783973392574,1134.3847380960226,0]},{"partialLength":5.319017014192021,"point":[251.65901169092996,1138.8686690756115,0]},{"partialLength":5.300717534889731,"point":[254.51034013523184,1143.337173577948,0]},{"partialLength":5.281062538602214,"point":[257.3510959177424,1147.7891089010138,0]},{"partialLength":5.260052025329246,"point":[260.1805498893725,1152.22333234279,0]},{"partialLength":5.237685995071051,"point":[262.9979729010332,1156.6387012012578,0]},{"partialLength":5.213964447827597,"point":[265.80263580363544,1161.034072774399,0]},{"partialLength":5.188887383598279,"point":[268.59380944809004,1165.408304360194,0]},{"partialLength":5.162454802384278,"point":[271.37076468530796,1169.7602532566252,0]},{"partialLength":5.134666704184535,"point":[274.1327723662003,1174.0887767616732,0]},{"partialLength":5.1055230889994725,"point":[276.8791033416779,1178.3927321733195,0]},{"partialLength":5.075023956829184,"point":[279.6090284626517,1182.6709767895454,0]},{"partialLength":5.0431693076733835,"point":[282.3218185800325,1186.9223679083323,0]},{"partialLength":5.009959141532416,"point":[285.0167445447315,1191.1457628276614,0]},{"partialLength":4.97539345840594,"point":[287.6930772076595,1195.3400188455141,0]},{"partialLength":4.939472258294428,"point":[290.3500874197274,1199.503993259872,0]},{"partialLength":4.902195541196952,"point":[292.9870460318463,1203.6365433687156,0]},{"partialLength":4.8635633071148945,"point":[295.603223894927,1207.7365264700272,0]},{"partialLength":4.823575556046905,"point":[298.19789185988054,1211.8027998617874,0]},{"partialLength":4.78223228799398,"point":[300.77032077761777,1215.834220841978,0]},{"partialLength":4.739533502955063,"point":[303.31978149904967,1219.8296467085797,0]},{"partialLength":4.695479200931686,"point":[305.8455448750872,1223.7879347595747,0]},{"partialLength":4.650069381922255,"point":[308.3468817566413,1227.7079422929435,0]},{"partialLength":4.603304045927629,"point":[310.823062994623,1231.5885266066675,0]},{"partialLength":4.555183192948009,"point":[313.27335943994296,1235.4285449987287,0]},{"partialLength":4.50570682298271,"point":[315.69704194351243,1239.2268547671079,0]},{"partialLength":4.454874936032064,"point":[318.09338135624216,1242.9823132097863,0]},{"partialLength":4.402687532096416,"point":[320.4616485290432,1246.6937776247457,0]},{"partialLength":4.349144611174937,"point":[322.8011143128265,1250.360105309967,0]},{"partialLength":4.294246173268335,"point":[325.1110495585028,1253.9801535634315,0]},{"partialLength":4.237992218376348,"point":[327.3907251169833,1257.5527796831207,0]},{"partialLength":4.180382746499361,"point":[329.6394118391789,1261.076840967016,0]},{"partialLength":4.121417757636421,"point":[331.85638057600033,1264.5511947130985,0]},{"partialLength":4.061097251788544,"point":[334.0409021783588,1267.9746982193496,0]},{"partialLength":3.9994212289556055,"point":[336.1922474971652,1271.346208783751,0]},{"partialLength":3.936389689136496,"point":[338.30968738333024,1274.6645837042834,0]},{"partialLength":3.872002632332319,"point":[340.3924926877651,1277.928680278928,0]},{"partialLength":3.8062600585434057,"point":[342.4399342613807,1281.1373558056669,0]},{"partialLength":3.7391619677686667,"point":[344.4512829550879,1284.289467582481,0]},{"partialLength":3.6707083600084878,"point":[346.42580961979763,1287.3838729073514,0]},{"partialLength":3.6008992352630917,"point":[348.3627851064209,1290.4194290782596,0]},{"partialLength":3.5297345935326403,"point":[350.26148026586867,1293.3949933931872,0]},{"partialLength":3.4572144348163376,"point":[352.1211659490518,1296.309423150115,0]},{"partialLength":3.3833387591150745,"point":[353.9411130068813,1299.1615756470246,0]},{"partialLength":3.308107566428476,"point":[355.7205922902681,1301.9503081818975,0]},{"partialLength":3.2315208567565064,"point":[357.4588746501231,1304.674478052715,0]},{"partialLength":3.1535786300990747,"point":[359.15523093735726,1307.332942557458,0]},{"partialLength":3.0742808864562448,"point":[360.80893200288153,1309.9245589941079,0]},{"partialLength":2.993627625828402,"point":[362.4192486976069,1312.4481846606463,0]},{"partialLength":2.9116188482148826,"point":[363.98545187244423,1314.9026768550543,0]},{"partialLength":2.828254553616578,"point":[365.5068123783045,1317.2868928753137,0]},{"partialLength":2.7435347420320597,"point":[366.98260106609865,1319.5996900194048,0]},{"partialLength":2.6574594134633394,"point":[368.4120887867377,1321.83992558531,0]},{"partialLength":2.57002856790816,"point":[369.79454639113237,1324.0064568710097,0]},{"partialLength":2.48124220536882,"point":[371.1292447301938,1326.0981411744863,0]},{"partialLength":2.3911003258431256,"point":[372.41545465483296,1328.1138357937198,0]},{"partialLength":2.2996029293329707,"point":[373.65244701596066,1330.0523980266926,0]},{"partialLength":2.206750015837245,"point":[374.83949266448786,1331.9126851713856,0]},{"partialLength":2.1125415853561824,"point":[375.97586245132555,1333.6935545257802,0]},{"partialLength":2.0169776378897657,"point":[377.06082722738466,1335.3938633878574,0]},{"partialLength":1.9200581734386177,"point":[378.0936578435762,1337.0124690555992,0]},{"partialLength":1.821783192001548,"point":[379.073625150811,1338.5482288269861,0]},{"partialLength":1.722152693579763,"point":[380,1340,0]}]}},{"t":159.000006476203,"s":[380,1340,0]}],"ix":2},"a":{"a":0,"k":[16,-40,0],"ix":1},"s":{"a":0,"k":[125.00000000000001,120.37037037037037,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[8,8],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false,"_render":true},{"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,"_render":true},{"ty":"tr","p":{"a":0,"k":[16,-40],"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","_render":true}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false,"_render":true}],"ip":9.00000036657752,"op":909.000037024329,"st":9.00000036657752,"bm":0,"completed":true},{"ddd":0,"ind":9,"ty":4,"nm":"small 12","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":195,"s":[100]},{"t":270.000010997325,"s":[0]}],"ix":11},"r":{"a":0,"k":60,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":136,"s":[1355,785,0],"to":[-83.333,36,0],"ti":[83.333,-36,0],"bezierData":{"segmentLength":680.8267033541246,"points":[{"partialLength":0,"point":[1355,785,0]},{"partialLength":1.882669356215561,"point":[1353.2717075613925,785.746625174693,0]},{"partialLength":1.9915870877440687,"point":[1351.4434284295196,786.536444485692,0]},{"partialLength":2.09902294537435,"point":[1349.516522967555,787.3688702576733,0]},{"partialLength":2.2049769291058476,"point":[1347.4923515386727,788.243314815313,0]},{"partialLength":2.309449038939392,"point":[1345.372274506046,789.1591904832874,0]},{"partialLength":2.412439274874652,"point":[1343.157652232849,790.1159095862726,0]},{"partialLength":2.513947636911428,"point":[1340.8498450822547,791.1128844489439,0]},{"partialLength":2.6139741250498134,"point":[1338.4502134174375,792.1495273959785,0]},{"partialLength":2.712518739289891,"point":[1335.9601176015708,793.225250752052,0]},{"partialLength":2.809581479631168,"point":[1333.3809179978289,794.3394668418407,0]},{"partialLength":2.9051623460748512,"point":[1330.7139749693845,795.4915879900204,0]},{"partialLength":2.9992613386199403,"point":[1327.9606488794116,796.6810265212673,0]},{"partialLength":3.091878457266823,"point":[1325.1223000910838,797.9071947602579,0]},{"partialLength":3.1830137020151392,"point":[1322.200288967575,799.1695050316678,0]},{"partialLength":3.272667072865112,"point":[1319.1959758720589,800.4673696601732,0]},{"partialLength":3.3608385698172496,"point":[1316.1107211677086,801.8002009704505,0]},{"partialLength":3.4475281928701462,"point":[1312.9458852176986,803.1674112871754,0]},{"partialLength":3.532735942025624,"point":[1309.7028283852017,804.5684129350241,0]},{"partialLength":3.616461817282176,"point":[1306.3829110333922,806.002618238673,0]},{"partialLength":3.6987058186402018,"point":[1302.987493525444,807.4694395227979,0]},{"partialLength":3.7794679461001817,"point":[1299.5179362245306,808.9682891120751,0]},{"partialLength":3.858748199661934,"point":[1295.9755994938253,810.4985793311807,0]},{"partialLength":3.93654657932525,"point":[1292.3618436965019,812.0597225047907,0]},{"partialLength":4.012863085090056,"point":[1288.6780291957343,813.6511309575812,0]},{"partialLength":4.087697716956889,"point":[1284.925516354696,815.2722170142285,0]},{"partialLength":4.161050474924867,"point":[1281.1056655365608,816.9223929994085,0]},{"partialLength":4.232921358995034,"point":[1277.219837104502,818.6010712377972,0]},{"partialLength":4.303310369166363,"point":[1273.2693914216939,820.3076640540711,0]},{"partialLength":4.372217505440073,"point":[1269.255688851309,822.0415837729056,0]},{"partialLength":4.43964276781438,"point":[1265.1800897565229,823.8022427189779,0]},{"partialLength":4.50558615629126,"point":[1261.0439545005074,825.589053216963,0]},{"partialLength":4.57004767086911,"point":[1256.8486434464376,827.4014275915378,0]},{"partialLength":4.633027311549013,"point":[1252.5955169574863,829.238778167378,0]},{"partialLength":4.694525078330613,"point":[1248.2859353968274,831.1005172691599,0]},{"partialLength":4.754540971213685,"point":[1243.9212591276346,832.9860572215593,0]},{"partialLength":4.813074990198292,"point":[1239.5028485130817,834.8948103492527,0]},{"partialLength":4.870127135284876,"point":[1235.0320639163422,836.8261889769159,0]},{"partialLength":4.925697406473024,"point":[1230.5102657005896,838.779605429225,0]},{"partialLength":4.979785803762422,"point":[1225.9388142289984,840.7544720308566,0]},{"partialLength":5.032392327154736,"point":[1221.3190698647404,842.7502011064861,0]},{"partialLength":5.083516976646721,"point":[1216.652392970992,844.7662049807903,0]},{"partialLength":5.1331597522418315,"point":[1211.9401439109247,846.8018959784446,0]},{"partialLength":5.181320653937821,"point":[1207.1836830477134,848.8566864241257,0]},{"partialLength":5.2279996817365335,"point":[1202.3843707445305,850.9299886425093,0]},{"partialLength":5.273196835635481,"point":[1197.5435673645513,853.0212149582719,0]},{"partialLength":5.3169121156371535,"point":[1192.6626332709482,855.1297776960891,0]},{"partialLength":5.359145521739733,"point":[1187.7429288268956,857.2550891806375,0]},{"partialLength":5.3998970539448266,"point":[1182.7858143955664,859.3965617365926,0]},{"partialLength":5.439166712250873,"point":[1177.792650340135,861.5536076886311,0]},{"partialLength":5.4769544966585695,"point":[1172.7647970237751,863.7256393614292,0]},{"partialLength":5.5132604071684375,"point":[1167.7036148096597,865.9120690796623,0]},{"partialLength":5.54808444377923,"point":[1162.6104640609635,868.1123091680073,0]},{"partialLength":5.581426606492265,"point":[1157.4867051408592,870.3257719511394,0]},{"partialLength":5.613286895306778,"point":[1152.333698412521,872.5518697537358,0]},{"partialLength":5.643665310223116,"point":[1147.1528042391221,874.7900149004716,0]},{"partialLength":5.672561851240824,"point":[1141.9453829838367,877.0396197160235,0]},{"partialLength":5.699976518360094,"point":[1136.7127950098384,879.3000965250673,0]},{"partialLength":5.725909311581268,"point":[1131.4564006803007,881.5708576522793,0]},{"partialLength":5.7503602309043025,"point":[1126.1775603583972,883.8513154223358,0]},{"partialLength":5.773329276328182,"point":[1120.8776344073021,886.1408821599125,0]},{"partialLength":5.794816447854593,"point":[1115.5579831901885,888.4389701896857,0]},{"partialLength":5.81482174548243,"point":[1110.2199670702298,890.7449918363311,0]},{"partialLength":5.8333451692114435,"point":[1104.8649464106009,893.0583594245257,0]},{"partialLength":5.850386719042865,"point":[1099.494281574474,895.3784852789446,0]},{"partialLength":5.865946394975092,"point":[1094.109332925024,897.7047817242649,0]},{"partialLength":5.880024197009861,"point":[1088.7114608254237,900.0366610851619,0]},{"partialLength":5.892620125145582,"point":[1083.3020256388475,902.3735356863122,0]},{"partialLength":5.903734179383101,"point":[1077.8823877284685,904.7148178523912,0]},{"partialLength":5.913366359722588,"point":[1072.4539074574607,907.059919908076,0]},{"partialLength":5.921516666163201,"point":[1067.0179451889978,909.4082541780421,0]},{"partialLength":5.928185098705927,"point":[1061.5758612862533,911.7592329869656,0]},{"partialLength":5.933371657350187,"point":[1056.129016112401,914.112268659523,0]},{"partialLength":5.937076342096364,"point":[1050.6787700306138,916.4667735203897,0]},{"partialLength":5.9392991529433,"point":[1045.226483404067,918.8221598942426,0]},{"partialLength":5.940040089892824,"point":[1039.773516595933,921.1778401057574,0]},{"partialLength":5.939299152943717,"point":[1034.3212299693857,923.5332264796103,0]},{"partialLength":5.937076342095991,"point":[1028.870983887599,925.8877313404771,0]},{"partialLength":5.933371657350201,"point":[1023.4241387137466,928.2407670130343,0]},{"partialLength":5.928185098706018,"point":[1017.9820548110021,930.591745821958,0]},{"partialLength":5.9215166661633045,"point":[1012.5460925425391,932.9400800919241,0]},{"partialLength":5.913366359722392,"point":[1007.1176122715314,935.2851821476087,0]},{"partialLength":5.903734179383237,"point":[1001.6979743611524,937.6264643136881,0]},{"partialLength":5.892620125145596,"point":[996.288539174576,939.9633389148381,0]},{"partialLength":5.880024197009488,"point":[990.8906670749761,942.2952182757352,0]},{"partialLength":5.865946394975314,"point":[985.505718425526,944.6215147210553,0]},{"partialLength":5.850386719042851,"point":[980.1350535893991,946.9416405754744,0]},{"partialLength":5.8333451692115625,"point":[974.78003292977,949.2550081636688,0]},{"partialLength":5.814821745482147,"point":[969.4420168098118,951.5610298103145,0]},{"partialLength":5.794816447854652,"point":[964.122365592698,953.8591178400876,0]},{"partialLength":5.77332927632845,"point":[958.8224396416026,956.1486845776642,0]},{"partialLength":5.7503602309040485,"point":[953.5435993196993,958.4291423477206,0]},{"partialLength":5.725909311581268,"point":[948.2872049901616,960.6999034749326,0]},{"partialLength":5.699976518360184,"point":[943.0546170161633,962.9603802839766,0]},{"partialLength":5.672561851240824,"point":[937.8471957608779,965.2099850995285,0]},{"partialLength":5.643665310223012,"point":[932.6663015874791,967.4481302462643,0]},{"partialLength":5.61328689530685,"point":[927.5132948591407,969.6742280488604,0]},{"partialLength":5.581426606492236,"point":[922.3895359390366,971.8876908319929,0]},{"partialLength":5.5480844437795565,"point":[917.29638519034,974.0879309203377,0]},{"partialLength":5.513260407168274,"point":[912.2352029762247,976.2743606385709,0]},{"partialLength":5.4769544966586885,"point":[907.2073496598647,978.4463923113688,0]},{"partialLength":5.439166712250768,"point":[902.2141856044334,980.6034382634073,0]},{"partialLength":5.399897053944544,"point":[897.2570711731046,982.7449108193628,0]},{"partialLength":5.359145521740046,"point":[892.3373667290517,984.8702223039111,0]},{"partialLength":5.316912115636945,"point":[887.4564326354488,986.9787850417283,0]},{"partialLength":5.273196835635809,"point":[882.6156292554691,989.0700113574907,0]},{"partialLength":5.227999681736011,"point":[877.8163169522868,991.1433135758743,0]},{"partialLength":5.181320653938193,"point":[873.0598560890751,993.1981040215553,0]},{"partialLength":5.133159752241713,"point":[868.347607029008,995.2337950192098,0]},{"partialLength":5.083516976647258,"point":[863.6809301352589,997.2497988935138,0]},{"partialLength":5.032392327153991,"point":[859.0611857710019,999.2455279691435,0]},{"partialLength":4.979785803762703,"point":[854.4897342994102,1001.2203945707748,0]},{"partialLength":4.925697406472905,"point":[849.9679360836578,1003.1738110230841,0]},{"partialLength":4.870127135284831,"point":[845.4971514869183,1005.1051896507472,0]},{"partialLength":4.81307499019844,"point":[841.0787408723653,1007.0139427784407,0]},{"partialLength":4.754540971213626,"point":[836.7140646031726,1008.8994827308402,0]},{"partialLength":4.694525078330627,"point":[832.4044830425136,1010.7612218326219,0]},{"partialLength":4.6330273115491165,"point":[828.1513565535622,1012.5985724084621,0]},{"partialLength":4.57004767086911,"point":[823.9560454994923,1014.4109467830369,0]},{"partialLength":4.505586156291097,"point":[819.8199102434771,1016.1977572810221,0]},{"partialLength":4.439642767814603,"point":[815.7443111486906,1017.9584162270942,0]},{"partialLength":4.372217505439687,"point":[811.7306085783064,1019.692335945929,0]},{"partialLength":4.303310369166526,"point":[807.780162895498,1021.3989287622028,0]},{"partialLength":4.2329213589948695,"point":[803.8943344634395,1023.0776070005916,0]},{"partialLength":4.161050474925134,"point":[800.074483645304,1024.7277829857715,0]},{"partialLength":4.087697716956784,"point":[796.3219708042657,1026.3488690424188,0]},{"partialLength":4.01286308509007,"point":[792.638156303498,1027.940277495209,0]},{"partialLength":3.936546579325445,"point":[789.0244005061745,1029.5014206688193,0]},{"partialLength":3.8587481996618296,"point":[785.4820637754693,1031.0317108879249,0]},{"partialLength":3.7794679461002407,"point":[782.0125064745557,1032.530560477202,0]},{"partialLength":3.698705818640351,"point":[778.6170889666074,1033.997381761327,0]},{"partialLength":3.6164618172820715,"point":[775.2971716147981,1035.431587064976,0]},{"partialLength":3.5327359420252966,"point":[772.0541147823017,1036.8325887128249,0]},{"partialLength":3.4475281928702506,"point":[768.8892788322916,1038.1997990295497,0]},{"partialLength":3.3608385698169956,"point":[765.8040241279415,1039.532630339827,0]},{"partialLength":3.2726670728652616,"point":[762.7997110324252,1040.8304949683325,0]},{"partialLength":3.1830137020151392,"point":[759.8776999089164,1042.0928052397423,0]},{"partialLength":3.091878457266733,"point":[757.0393511205887,1043.3189734787327,0]},{"partialLength":2.999261338620149,"point":[754.2860250306155,1044.5084120099796,0]},{"partialLength":2.9051623460749414,"point":[751.6190820021711,1045.6605331581595,0]},{"partialLength":2.8095814796314955,"point":[749.0398823984287,1046.774749247948,0]},{"partialLength":2.7125187392897416,"point":[746.5497865825622,1047.8504726040214,0]},{"partialLength":2.613974125049709,"point":[744.1501549177451,1048.887115551056,0]},{"partialLength":2.5139476369112055,"point":[741.8423477671512,1049.8840904137276,0]},{"partialLength":2.4124392748745023,"point":[739.6277254939541,1050.8408095167126,0]},{"partialLength":2.309449038939437,"point":[737.5076484613276,1051.756685184687,0]},{"partialLength":2.204976929105907,"point":[735.4834770324452,1052.6311297423267,0]},{"partialLength":2.099022945374186,"point":[733.5565715704807,1053.4635555143082,0]},{"partialLength":1.991587087744128,"point":[731.7282924386077,1054.253374825307,0]},{"partialLength":1.8826693562157697,"point":[730,1055,0]}]}},{"t":286.000011649019,"s":[730,1055,0]}],"ix":2},"a":{"a":0,"k":[16,-40,0],"ix":1},"s":{"a":0,"k":[125.00000000000001,120.37037037037037,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[8,8],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false,"_render":true},{"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,"_render":true},{"ty":"tr","p":{"a":0,"k":[16,-40],"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","_render":true}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false,"_render":true}],"ip":136.000005539394,"op":1036.00004219714,"st":136.000005539394,"bm":0,"completed":true},{"ddd":0,"ind":10,"ty":4,"nm":"small 3","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":86,"s":[100],"__fnct":[null]},{"t":161.000006557664,"s":[0]}],"ix":11},"r":{"a":0,"k":60,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":27,"s":[1355,785,0],"to":[-83.333,36,0],"ti":[83.333,-36,0],"bezierData":{"segmentLength":680.8267033541246,"points":[{"partialLength":0,"point":[1355,785,0]},{"partialLength":1.882669356215561,"point":[1353.2717075613925,785.746625174693,0]},{"partialLength":1.9915870877440687,"point":[1351.4434284295196,786.536444485692,0]},{"partialLength":2.09902294537435,"point":[1349.516522967555,787.3688702576733,0]},{"partialLength":2.2049769291058476,"point":[1347.4923515386727,788.243314815313,0]},{"partialLength":2.309449038939392,"point":[1345.372274506046,789.1591904832874,0]},{"partialLength":2.412439274874652,"point":[1343.157652232849,790.1159095862726,0]},{"partialLength":2.513947636911428,"point":[1340.8498450822547,791.1128844489439,0]},{"partialLength":2.6139741250498134,"point":[1338.4502134174375,792.1495273959785,0]},{"partialLength":2.712518739289891,"point":[1335.9601176015708,793.225250752052,0]},{"partialLength":2.809581479631168,"point":[1333.3809179978289,794.3394668418407,0]},{"partialLength":2.9051623460748512,"point":[1330.7139749693845,795.4915879900204,0]},{"partialLength":2.9992613386199403,"point":[1327.9606488794116,796.6810265212673,0]},{"partialLength":3.091878457266823,"point":[1325.1223000910838,797.9071947602579,0]},{"partialLength":3.1830137020151392,"point":[1322.200288967575,799.1695050316678,0]},{"partialLength":3.272667072865112,"point":[1319.1959758720589,800.4673696601732,0]},{"partialLength":3.3608385698172496,"point":[1316.1107211677086,801.8002009704505,0]},{"partialLength":3.4475281928701462,"point":[1312.9458852176986,803.1674112871754,0]},{"partialLength":3.532735942025624,"point":[1309.7028283852017,804.5684129350241,0]},{"partialLength":3.616461817282176,"point":[1306.3829110333922,806.002618238673,0]},{"partialLength":3.6987058186402018,"point":[1302.987493525444,807.4694395227979,0]},{"partialLength":3.7794679461001817,"point":[1299.5179362245306,808.9682891120751,0]},{"partialLength":3.858748199661934,"point":[1295.9755994938253,810.4985793311807,0]},{"partialLength":3.93654657932525,"point":[1292.3618436965019,812.0597225047907,0]},{"partialLength":4.012863085090056,"point":[1288.6780291957343,813.6511309575812,0]},{"partialLength":4.087697716956889,"point":[1284.925516354696,815.2722170142285,0]},{"partialLength":4.161050474924867,"point":[1281.1056655365608,816.9223929994085,0]},{"partialLength":4.232921358995034,"point":[1277.219837104502,818.6010712377972,0]},{"partialLength":4.303310369166363,"point":[1273.2693914216939,820.3076640540711,0]},{"partialLength":4.372217505440073,"point":[1269.255688851309,822.0415837729056,0]},{"partialLength":4.43964276781438,"point":[1265.1800897565229,823.8022427189779,0]},{"partialLength":4.50558615629126,"point":[1261.0439545005074,825.589053216963,0]},{"partialLength":4.57004767086911,"point":[1256.8486434464376,827.4014275915378,0]},{"partialLength":4.633027311549013,"point":[1252.5955169574863,829.238778167378,0]},{"partialLength":4.694525078330613,"point":[1248.2859353968274,831.1005172691599,0]},{"partialLength":4.754540971213685,"point":[1243.9212591276346,832.9860572215593,0]},{"partialLength":4.813074990198292,"point":[1239.5028485130817,834.8948103492527,0]},{"partialLength":4.870127135284876,"point":[1235.0320639163422,836.8261889769159,0]},{"partialLength":4.925697406473024,"point":[1230.5102657005896,838.779605429225,0]},{"partialLength":4.979785803762422,"point":[1225.9388142289984,840.7544720308566,0]},{"partialLength":5.032392327154736,"point":[1221.3190698647404,842.7502011064861,0]},{"partialLength":5.083516976646721,"point":[1216.652392970992,844.7662049807903,0]},{"partialLength":5.1331597522418315,"point":[1211.9401439109247,846.8018959784446,0]},{"partialLength":5.181320653937821,"point":[1207.1836830477134,848.8566864241257,0]},{"partialLength":5.2279996817365335,"point":[1202.3843707445305,850.9299886425093,0]},{"partialLength":5.273196835635481,"point":[1197.5435673645513,853.0212149582719,0]},{"partialLength":5.3169121156371535,"point":[1192.6626332709482,855.1297776960891,0]},{"partialLength":5.359145521739733,"point":[1187.7429288268956,857.2550891806375,0]},{"partialLength":5.3998970539448266,"point":[1182.7858143955664,859.3965617365926,0]},{"partialLength":5.439166712250873,"point":[1177.792650340135,861.5536076886311,0]},{"partialLength":5.4769544966585695,"point":[1172.7647970237751,863.7256393614292,0]},{"partialLength":5.5132604071684375,"point":[1167.7036148096597,865.9120690796623,0]},{"partialLength":5.54808444377923,"point":[1162.6104640609635,868.1123091680073,0]},{"partialLength":5.581426606492265,"point":[1157.4867051408592,870.3257719511394,0]},{"partialLength":5.613286895306778,"point":[1152.333698412521,872.5518697537358,0]},{"partialLength":5.643665310223116,"point":[1147.1528042391221,874.7900149004716,0]},{"partialLength":5.672561851240824,"point":[1141.9453829838367,877.0396197160235,0]},{"partialLength":5.699976518360094,"point":[1136.7127950098384,879.3000965250673,0]},{"partialLength":5.725909311581268,"point":[1131.4564006803007,881.5708576522793,0]},{"partialLength":5.7503602309043025,"point":[1126.1775603583972,883.8513154223358,0]},{"partialLength":5.773329276328182,"point":[1120.8776344073021,886.1408821599125,0]},{"partialLength":5.794816447854593,"point":[1115.5579831901885,888.4389701896857,0]},{"partialLength":5.81482174548243,"point":[1110.2199670702298,890.7449918363311,0]},{"partialLength":5.8333451692114435,"point":[1104.8649464106009,893.0583594245257,0]},{"partialLength":5.850386719042865,"point":[1099.494281574474,895.3784852789446,0]},{"partialLength":5.865946394975092,"point":[1094.109332925024,897.7047817242649,0]},{"partialLength":5.880024197009861,"point":[1088.7114608254237,900.0366610851619,0]},{"partialLength":5.892620125145582,"point":[1083.3020256388475,902.3735356863122,0]},{"partialLength":5.903734179383101,"point":[1077.8823877284685,904.7148178523912,0]},{"partialLength":5.913366359722588,"point":[1072.4539074574607,907.059919908076,0]},{"partialLength":5.921516666163201,"point":[1067.0179451889978,909.4082541780421,0]},{"partialLength":5.928185098705927,"point":[1061.5758612862533,911.7592329869656,0]},{"partialLength":5.933371657350187,"point":[1056.129016112401,914.112268659523,0]},{"partialLength":5.937076342096364,"point":[1050.6787700306138,916.4667735203897,0]},{"partialLength":5.9392991529433,"point":[1045.226483404067,918.8221598942426,0]},{"partialLength":5.940040089892824,"point":[1039.773516595933,921.1778401057574,0]},{"partialLength":5.939299152943717,"point":[1034.3212299693857,923.5332264796103,0]},{"partialLength":5.937076342095991,"point":[1028.870983887599,925.8877313404771,0]},{"partialLength":5.933371657350201,"point":[1023.4241387137466,928.2407670130343,0]},{"partialLength":5.928185098706018,"point":[1017.9820548110021,930.591745821958,0]},{"partialLength":5.9215166661633045,"point":[1012.5460925425391,932.9400800919241,0]},{"partialLength":5.913366359722392,"point":[1007.1176122715314,935.2851821476087,0]},{"partialLength":5.903734179383237,"point":[1001.6979743611524,937.6264643136881,0]},{"partialLength":5.892620125145596,"point":[996.288539174576,939.9633389148381,0]},{"partialLength":5.880024197009488,"point":[990.8906670749761,942.2952182757352,0]},{"partialLength":5.865946394975314,"point":[985.505718425526,944.6215147210553,0]},{"partialLength":5.850386719042851,"point":[980.1350535893991,946.9416405754744,0]},{"partialLength":5.8333451692115625,"point":[974.78003292977,949.2550081636688,0]},{"partialLength":5.814821745482147,"point":[969.4420168098118,951.5610298103145,0]},{"partialLength":5.794816447854652,"point":[964.122365592698,953.8591178400876,0]},{"partialLength":5.77332927632845,"point":[958.8224396416026,956.1486845776642,0]},{"partialLength":5.7503602309040485,"point":[953.5435993196993,958.4291423477206,0]},{"partialLength":5.725909311581268,"point":[948.2872049901616,960.6999034749326,0]},{"partialLength":5.699976518360184,"point":[943.0546170161633,962.9603802839766,0]},{"partialLength":5.672561851240824,"point":[937.8471957608779,965.2099850995285,0]},{"partialLength":5.643665310223012,"point":[932.6663015874791,967.4481302462643,0]},{"partialLength":5.61328689530685,"point":[927.5132948591407,969.6742280488604,0]},{"partialLength":5.581426606492236,"point":[922.3895359390366,971.8876908319929,0]},{"partialLength":5.5480844437795565,"point":[917.29638519034,974.0879309203377,0]},{"partialLength":5.513260407168274,"point":[912.2352029762247,976.2743606385709,0]},{"partialLength":5.4769544966586885,"point":[907.2073496598647,978.4463923113688,0]},{"partialLength":5.439166712250768,"point":[902.2141856044334,980.6034382634073,0]},{"partialLength":5.399897053944544,"point":[897.2570711731046,982.7449108193628,0]},{"partialLength":5.359145521740046,"point":[892.3373667290517,984.8702223039111,0]},{"partialLength":5.316912115636945,"point":[887.4564326354488,986.9787850417283,0]},{"partialLength":5.273196835635809,"point":[882.6156292554691,989.0700113574907,0]},{"partialLength":5.227999681736011,"point":[877.8163169522868,991.1433135758743,0]},{"partialLength":5.181320653938193,"point":[873.0598560890751,993.1981040215553,0]},{"partialLength":5.133159752241713,"point":[868.347607029008,995.2337950192098,0]},{"partialLength":5.083516976647258,"point":[863.6809301352589,997.2497988935138,0]},{"partialLength":5.032392327153991,"point":[859.0611857710019,999.2455279691435,0]},{"partialLength":4.979785803762703,"point":[854.4897342994102,1001.2203945707748,0]},{"partialLength":4.925697406472905,"point":[849.9679360836578,1003.1738110230841,0]},{"partialLength":4.870127135284831,"point":[845.4971514869183,1005.1051896507472,0]},{"partialLength":4.81307499019844,"point":[841.0787408723653,1007.0139427784407,0]},{"partialLength":4.754540971213626,"point":[836.7140646031726,1008.8994827308402,0]},{"partialLength":4.694525078330627,"point":[832.4044830425136,1010.7612218326219,0]},{"partialLength":4.6330273115491165,"point":[828.1513565535622,1012.5985724084621,0]},{"partialLength":4.57004767086911,"point":[823.9560454994923,1014.4109467830369,0]},{"partialLength":4.505586156291097,"point":[819.8199102434771,1016.1977572810221,0]},{"partialLength":4.439642767814603,"point":[815.7443111486906,1017.9584162270942,0]},{"partialLength":4.372217505439687,"point":[811.7306085783064,1019.692335945929,0]},{"partialLength":4.303310369166526,"point":[807.780162895498,1021.3989287622028,0]},{"partialLength":4.2329213589948695,"point":[803.8943344634395,1023.0776070005916,0]},{"partialLength":4.161050474925134,"point":[800.074483645304,1024.7277829857715,0]},{"partialLength":4.087697716956784,"point":[796.3219708042657,1026.3488690424188,0]},{"partialLength":4.01286308509007,"point":[792.638156303498,1027.940277495209,0]},{"partialLength":3.936546579325445,"point":[789.0244005061745,1029.5014206688193,0]},{"partialLength":3.8587481996618296,"point":[785.4820637754693,1031.0317108879249,0]},{"partialLength":3.7794679461002407,"point":[782.0125064745557,1032.530560477202,0]},{"partialLength":3.698705818640351,"point":[778.6170889666074,1033.997381761327,0]},{"partialLength":3.6164618172820715,"point":[775.2971716147981,1035.431587064976,0]},{"partialLength":3.5327359420252966,"point":[772.0541147823017,1036.8325887128249,0]},{"partialLength":3.4475281928702506,"point":[768.8892788322916,1038.1997990295497,0]},{"partialLength":3.3608385698169956,"point":[765.8040241279415,1039.532630339827,0]},{"partialLength":3.2726670728652616,"point":[762.7997110324252,1040.8304949683325,0]},{"partialLength":3.1830137020151392,"point":[759.8776999089164,1042.0928052397423,0]},{"partialLength":3.091878457266733,"point":[757.0393511205887,1043.3189734787327,0]},{"partialLength":2.999261338620149,"point":[754.2860250306155,1044.5084120099796,0]},{"partialLength":2.9051623460749414,"point":[751.6190820021711,1045.6605331581595,0]},{"partialLength":2.8095814796314955,"point":[749.0398823984287,1046.774749247948,0]},{"partialLength":2.7125187392897416,"point":[746.5497865825622,1047.8504726040214,0]},{"partialLength":2.613974125049709,"point":[744.1501549177451,1048.887115551056,0]},{"partialLength":2.5139476369112055,"point":[741.8423477671512,1049.8840904137276,0]},{"partialLength":2.4124392748745023,"point":[739.6277254939541,1050.8408095167126,0]},{"partialLength":2.309449038939437,"point":[737.5076484613276,1051.756685184687,0]},{"partialLength":2.204976929105907,"point":[735.4834770324452,1052.6311297423267,0]},{"partialLength":2.099022945374186,"point":[733.5565715704807,1053.4635555143082,0]},{"partialLength":1.991587087744128,"point":[731.7282924386077,1054.253374825307,0]},{"partialLength":1.8826693562157697,"point":[730,1055,0]}]}},{"t":177.000007209358,"s":[730,1055,0]}],"ix":2},"a":{"a":0,"k":[16,-40,0],"ix":1},"s":{"a":0,"k":[125.00000000000001,120.37037037037037,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[8,8],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false,"_render":true},{"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,"_render":true},{"ty":"tr","p":{"a":0,"k":[16,-40],"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","_render":true}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false,"_render":true}],"ip":27.0000010997325,"op":927.000037757484,"st":27.0000010997325,"bm":0,"completed":true},{"ddd":0,"ind":11,"ty":4,"nm":"small 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":57,"s":[100],"__fnct":[null]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":70,"s":[100],"__fnct":[null]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":132,"s":[0],"__fnct":[null]},{"t":145.000005905971,"s":[0]}],"ix":11},"r":{"a":0,"k":30,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":0,"s":[675,775,0],"to":[47.333,-66,0],"ti":[-47.333,66,0],"bezierData":{"segmentLength":609.1387362499543,"points":[{"partialLength":0,"point":[675,775,0]},{"partialLength":1.6844343721197306,"point":[675.9816672639149,773.6311871797297,0]},{"partialLength":1.7818834964079866,"point":[677.0201270847888,772.1831851095649,0]},{"partialLength":1.8780067822708704,"point":[678.114606774772,770.6570711942658,0]},{"partialLength":1.9728042297080262,"point":[679.2643336460145,769.0539228385928,0]},{"partialLength":2.0662758387196725,"point":[680.4685350106666,767.3748174473066,0]},{"partialLength":2.1584216093057935,"point":[681.7264381808789,765.6208324251675,0]},{"partialLength":2.2492415414662554,"point":[683.0372704688009,763.7930451769357,0]},{"partialLength":2.338735635200747,"point":[684.4002591865834,761.8925331073725,0]},{"partialLength":2.4269038905101685,"point":[685.8146316463767,759.9203736212377,0]},{"partialLength":2.5137463073932835,"point":[687.2796151603304,757.877644123292,0]},{"partialLength":2.5992628858510516,"point":[688.7944370405952,755.765422018296,0]},{"partialLength":2.6834536258834136,"point":[690.3583245993211,753.5847847110097,0]},{"partialLength":2.7663185274897057,"point":[691.9705051486587,751.3368096061942,0]},{"partialLength":2.847857590670503,"point":[693.6302060007577,749.0225741086093,0]},{"partialLength":2.9280708154254342,"point":[695.3366544677683,746.643155623016,0]},{"partialLength":3.006958201755091,"point":[697.0890778618414,744.1996315541745,0]},{"partialLength":3.08451974965873,"point":[698.8867034951267,741.6930793068454,0]},{"partialLength":3.160755459136559,"point":[700.7287586797739,739.1245762857891,0]},{"partialLength":3.2356653301890685,"point":[702.6144707279344,736.4951998957662,0]},{"partialLength":3.3092493628156987,"point":[704.5430669517577,733.806027541537,0]},{"partialLength":3.38150755701641,"point":[706.5137746633941,731.0581366278623,0]},{"partialLength":3.4524399127919794,"point":[708.5258211749939,728.252604559502,0]},{"partialLength":3.5220464301413763,"point":[710.5784337987072,725.390508741217,0]},{"partialLength":3.590327109065352,"point":[712.6708398466845,722.4729265777677,0]},{"partialLength":3.6572819495633895,"point":[714.8022666310757,719.5009354739145,0]},{"partialLength":3.722910951635794,"point":[716.9719414640311,716.4756128344181,0]},{"partialLength":3.787214115282787,"point":[719.179091657701,713.3980360640385,0]},{"partialLength":3.8501914405036164,"point":[721.4229445242355,710.2692825675367,0]},{"partialLength":3.9118429272990585,"point":[723.7027273757847,707.0904297496727,0]},{"partialLength":3.97216857566876,"point":[726.0176675244994,703.8625550152075,0]},{"partialLength":4.031168385612835,"point":[728.366992282529,700.5867357689008,0]},{"partialLength":4.0888423571309165,"point":[730.7499289620245,697.2640494155139,0]},{"partialLength":4.145190490223465,"point":[733.1657048751357,693.895573359807,0]},{"partialLength":4.200212784890255,"point":[735.6135473340127,690.4823850065404,0]},{"partialLength":4.253909241131656,"point":[738.092683650806,687.0255617604745,0]},{"partialLength":4.306279858946903,"point":[740.6023411376656,683.5261810263701,0]},{"partialLength":4.357324638336786,"point":[743.1417471067421,679.9853202089874,0]},{"partialLength":4.407043579300752,"point":[745.7101288701851,676.404056713087,0]},{"partialLength":4.455436681838774,"point":[748.3067137401455,672.7834679434299,0]},{"partialLength":4.502503945951734,"point":[750.9307290287727,669.1246313047752,0]},{"partialLength":4.548245371638553,"point":[753.5814020482179,665.4286242018848,0]},{"partialLength":4.592660958899927,"point":[756.2579601106304,661.696524039518,0]},{"partialLength":4.635750707735119,"point":[758.959630528161,657.9294082224363,0]},{"partialLength":4.677514618145145,"point":[761.6856406129599,654.1283541553996,0]},{"partialLength":4.717952690129263,"point":[764.4352176771771,650.2944392431684,0]},{"partialLength":4.757064923687476,"point":[767.2075890329627,646.4287408905034,0]},{"partialLength":4.794851318820205,"point":[770.0019819924673,642.532336502165,0]},{"partialLength":4.831311875527291,"point":[772.8176238678408,638.6063034829133,0]},{"partialLength":4.866446593808392,"point":[775.6537419712334,634.6517192375093,0]},{"partialLength":4.900255473663941,"point":[778.5095636147959,630.6696611707134,0]},{"partialLength":4.932738515093927,"point":[781.3843161106774,626.6612066872855,0]},{"partialLength":4.963895718097903,"point":[784.2772267710295,622.627433191987,0]},{"partialLength":4.993727082676482,"point":[787.1875229080011,618.5694180895774,0]},{"partialLength":5.022232608829303,"point":[790.1144318337438,614.488238784818,0]},{"partialLength":5.049412296556082,"point":[793.0571808604064,610.3849726824689,0]},{"partialLength":5.075266145857496,"point":[796.0149973001397,606.2606971872902,0]},{"partialLength":5.099794156733056,"point":[798.9871084650943,602.1164897040431,0]},{"partialLength":5.1229963291829455,"point":[801.9727416674199,597.9534276374877,0]},{"partialLength":5.144872663207059,"point":[804.9711242192669,593.7725883923846,0]},{"partialLength":5.165423158805675,"point":[807.9814834327857,589.575049373494,0]},{"partialLength":5.184647815978448,"point":[811.0030466201264,585.3618879855767,0]},{"partialLength":5.202546634725552,"point":[814.0350410934388,581.1341816333927,0]},{"partialLength":5.2191196150467745,"point":[817.0766941648739,576.8930077217032,0]},{"partialLength":5.234366756942538,"point":[820.1272331465811,572.6394436552679,0]},{"partialLength":5.2482880604124205,"point":[823.1858853507115,568.374566838848,0]},{"partialLength":5.260883525456618,"point":[826.2518780894144,564.0994546772033,0]},{"partialLength":5.272153152075147,"point":[829.3244386748405,559.8151845750947,0]},{"partialLength":5.282096940268018,"point":[832.40279441914,555.5228339372825,0]},{"partialLength":5.29071489003502,"point":[835.4861726344633,551.2234801685274,0]},{"partialLength":5.298007001376445,"point":[838.5738006329601,546.9182006735896,0]},{"partialLength":5.303973274292201,"point":[841.6649057267812,542.6080728572297,0]},{"partialLength":5.308613708782006,"point":[844.7587152280763,538.2941741242082,0]},{"partialLength":5.311928304846658,"point":[847.854456448996,533.9775818792851,0]},{"partialLength":5.31391706248486,"point":[850.9513567016905,529.659373527222,0]},{"partialLength":5.314579981697932,"point":[854.0486432983096,525.340626472778,0]},{"partialLength":5.313917062484887,"point":[857.145543551004,521.0224181207147,0]},{"partialLength":5.311928304846407,"point":[860.2412847719236,516.7058258757919,0]},{"partialLength":5.308613708782165,"point":[863.3350942732188,512.3919271427703,0]},{"partialLength":5.303973274292134,"point":[866.4261993670398,508.0817993264104,0]},{"partialLength":5.298007001376577,"point":[869.5138273655368,503.77651983147257,0]},{"partialLength":5.29071489003498,"point":[872.5972055808598,499.4771660627174,0]},{"partialLength":5.282096940268038,"point":[875.6755613251595,495.18481542490525,0]},{"partialLength":5.272153152075074,"point":[878.7481219105857,490.9005453227968,0]},{"partialLength":5.260883525456751,"point":[881.8141146492889,486.62543316115216,0]},{"partialLength":5.248288060412294,"point":[884.8727668534187,482.36055634473206,0]},{"partialLength":5.23436675694267,"point":[887.9233058351263,478.1069922782968,0]},{"partialLength":5.219119615046755,"point":[890.9649589065612,473.8658183666072,0]},{"partialLength":5.202546634725479,"point":[893.9969533798737,469.63811201442337,0]},{"partialLength":5.184647815978448,"point":[897.0185165672144,465.424950626506,0]},{"partialLength":5.1654231588054955,"point":[900.028875780733,461.2274116076155,0]},{"partialLength":5.144872663207264,"point":[903.0272583325801,457.0465723625122,0]},{"partialLength":5.122996329182899,"point":[906.0128915349057,452.88351029595685,0]},{"partialLength":5.099794156733169,"point":[908.9850026998604,448.7393028127097,0]},{"partialLength":5.075266145857423,"point":[911.9428191395938,444.61502731753126,0]},{"partialLength":5.0494122965561745,"point":[914.8855681662565,440.511761215182,0]},{"partialLength":5.0222326088291975,"point":[917.8124770919987,436.43058191042246,0]},{"partialLength":4.9937270826764495,"point":[920.7227732289707,432.3725668080131,0]},{"partialLength":4.963895718097961,"point":[923.6156838893223,428.3387933127143,0]},{"partialLength":4.932738515093915,"point":[926.4904363852044,424.3303388292867,0]},{"partialLength":4.900255473663974,"point":[929.3462580287664,420.34828076249056,0]},{"partialLength":4.866446593808411,"point":[932.1823761321592,416.3936965170866,0]},{"partialLength":4.831311875527218,"point":[934.9980180075328,412.4676634978351,0]},{"partialLength":4.794851318820231,"point":[937.7924109670373,408.57125910949657,0]},{"partialLength":4.757064923687496,"point":[940.564782322823,404.7055607568316,0]},{"partialLength":4.717952690129198,"point":[943.3143593870401,400.8716458446004,0]},{"partialLength":4.677514618145079,"point":[946.0403694718389,397.07059177756366,0]},{"partialLength":4.635750707735324,"point":[948.7420398893696,393.3034759604819,0]},{"partialLength":4.5926609588997165,"point":[951.4185979517822,389.5713757981154,0]},{"partialLength":4.548245371638559,"point":[954.0692709712272,385.8753686952248,0]},{"partialLength":4.502503945951748,"point":[956.6932862598547,382.2165320565704,0]},{"partialLength":4.455436681838918,"point":[959.2898711298149,378.59594328691287,0]},{"partialLength":4.407043579300818,"point":[961.858252893258,375.01467979101244,0]},{"partialLength":4.357324638336608,"point":[964.3976588623343,371.4738189736299,0]},{"partialLength":4.306279858946969,"point":[966.907316349194,367.97443823952545,0]},{"partialLength":4.253909241131451,"point":[969.3864526659872,364.5176149934597,0]},{"partialLength":4.200212784890433,"point":[971.8342951248644,361.104426640193,0]},{"partialLength":4.145190490223471,"point":[974.2500710379754,357.735950584486,0]},{"partialLength":4.088842357130851,"point":[976.6330077174707,354.4132642310991,0]},{"partialLength":4.031168385612803,"point":[978.9823324755007,351.1374449847927,0]},{"partialLength":3.9721685756686997,"point":[981.2972726242151,347.9095702503273,0]},{"partialLength":3.9118429272991184,"point":[983.5770554757646,344.73071743246345,0]},{"partialLength":3.8501914405037545,"point":[985.8209083422992,341.6019639359615,0]},{"partialLength":3.7872141152826484,"point":[988.028058535969,338.524387165582,0]},{"partialLength":3.7229109516358663,"point":[990.1977333689243,335.4990645260855,0]},{"partialLength":3.657281949563456,"point":[992.3291601533156,332.5270734222323,0]},{"partialLength":3.590327109065286,"point":[994.4215662012928,329.609491258783,0]},{"partialLength":3.5220464301413097,"point":[996.474178825006,326.74739544049805,0]},{"partialLength":3.452439912791887,"point":[998.4862253366058,323.94186337213785,0]},{"partialLength":3.381507557016661,"point":[1000.4569330482423,321.1939724584629,0]},{"partialLength":3.30924936281554,"point":[1002.3855292720655,318.5048001042338,0]},{"partialLength":3.235665330189161,"point":[1004.271241320226,315.8754237142108,0]},{"partialLength":3.1607554591367317,"point":[1006.1132965048737,313.30692069315455,0]},{"partialLength":3.084519749658597,"point":[1007.9109221381588,310.8003684458255,0]},{"partialLength":3.0069582017549124,"point":[1009.6633455322316,308.35684437698404,0]},{"partialLength":2.928070815425613,"point":[1011.3697939992425,305.9774258913907,0]},{"partialLength":2.847857590670477,"point":[1013.0294948513415,303.66319039380596,0]},{"partialLength":2.766318527489758,"point":[1014.6416754006789,301.4152152889902,0]},{"partialLength":2.6834536258831623,"point":[1016.2055629594047,299.2345779817041,0]},{"partialLength":2.5992628858512563,"point":[1017.7203848396696,297.1223558767079,0]},{"partialLength":2.513746307393396,"point":[1019.1853683536234,295.0796263787622,0]},{"partialLength":2.4269038905099234,"point":[1020.5997408134164,293.10746689262743,0]},{"partialLength":2.3387356352008855,"point":[1021.9627295311989,291.20695482306405,0]},{"partialLength":2.2492415414661107,"point":[1023.2735618191211,289.37916757483265,0]},{"partialLength":2.1584216093057735,"point":[1024.5314649893332,287.6251825526935,0]},{"partialLength":2.0662758387198052,"point":[1025.7356663539856,285.94607716140723,0]},{"partialLength":1.9728042297079136,"point":[1026.885393225228,284.34292880573435,0]},{"partialLength":1.878006782270963,"point":[1027.9798729152112,282.8168148904351,0]},{"partialLength":1.7818834964079866,"point":[1029.018332736085,281.36881282027025,0]},{"partialLength":1.6844343721197306,"point":[1030,280,0]}]}},{"t":150.000006109625,"s":[1030,280,0]}],"ix":2},"a":{"a":0,"k":[16,-40,0],"ix":1},"s":{"a":0,"k":[125.00000000000001,120.37037037037037,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[8,8],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false,"_render":true},{"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,"_render":true},{"ty":"tr","p":{"a":0,"k":[16,-40],"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","_render":true}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false,"_render":true}],"ip":0,"op":900.000036657751,"st":0,"bm":0,"completed":true},{"ddd":0,"ind":12,"ty":4,"nm":"small 13","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":181,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":193,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":256,"s":[0]},{"t":268.000010915864,"s":[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":116,"s":[2050,709.9999999999999,0],"to":[-48.667,70,0],"ti":[48.667,-70,0],"bezierData":{"segmentLength":639.4137940334064,"points":[{"partialLength":0,"point":[2050,709.9999999999999,0]},{"partialLength":1.7681609234787057,"point":[2048.9906667980677,711.4517711730138,0]},{"partialLength":1.8704530919260227,"point":[2047.9229417896106,712.9875309444009,0]},{"partialLength":1.9713535301900558,"point":[2046.7976194209766,714.6061366121423,0]},{"partialLength":2.070862238271341,"point":[2045.6154941385134,716.3064454742199,0]},{"partialLength":2.1689792161700567,"point":[2044.377360388567,718.0873148286144,0]},{"partialLength":2.2657044638851174,"point":[2043.0840126174865,719.9476019733073,0]},{"partialLength":2.36103798141851,"point":[2041.7362452716166,721.8861642062799,0]},{"partialLength":2.454979768767835,"point":[2040.3348527973071,723.9018588255137,0]},{"partialLength":2.5475298259346935,"point":[2038.8806296409043,725.9935431289899,0]},{"partialLength":2.638688152918803,"point":[2037.3743702487554,728.16007441469,0]},{"partialLength":2.7284547497200435,"point":[2035.8168690672073,730.4003099805951,0]},{"partialLength":2.816829616337818,"point":[2034.2089205426082,732.7131071246865,0]},{"partialLength":2.90381275277316,"point":[2032.5513191213045,735.0973231449456,0]},{"partialLength":2.989404159025344,"point":[2030.844859249644,737.5518153393538,0]},{"partialLength":3.073603835094586,"point":[2029.0903353739736,740.075441005892,0]},{"partialLength":3.1564117809810366,"point":[2027.2885419406412,742.6670574425423,0]},{"partialLength":3.237827996684519,"point":[2025.4402733959928,745.3255219472851,0]},{"partialLength":3.3178524822052426,"point":[2023.5463241863763,748.0496918181024,0]},{"partialLength":3.3964852375423282,"point":[2021.6074887581397,750.838424352975,0]},{"partialLength":3.4737262626969843,"point":[2019.6245615576297,753.6905768498848,0]},{"partialLength":3.549575557668612,"point":[2017.5983370311935,756.6050066068127,0]},{"partialLength":3.6240331224572304,"point":[2015.5296096251786,759.5805709217402,0]},{"partialLength":3.697098957063005,"point":[2013.4191737859321,762.6161270926486,0]},{"partialLength":3.7687730614857116,"point":[2011.2678239598013,765.7105324175192,0]},{"partialLength":3.8390554357254785,"point":[2009.0763545931331,768.862644194333,0]},{"partialLength":3.9079460797821595,"point":[2006.8455601322758,772.0713197210719,0]},{"partialLength":3.975444993656325,"point":[2004.5762350235752,775.3354162957168,0]},{"partialLength":4.041552177346957,"point":[2002.26917371338,778.6537912162491,0]},{"partialLength":4.106267630855145,"point":[1999.9251706480359,782.0253017806499,0]},{"partialLength":4.169591354180249,"point":[1997.5450202738919,785.4488052869015,0]},{"partialLength":4.2315233473221605,"point":[1995.1295170372937,788.9231590329838,0]},{"partialLength":4.292063610280967,"point":[1992.67945538459,792.447220316879,0]},{"partialLength":4.351212143057219,"point":[1990.1956297621273,796.0198464365683,0]},{"partialLength":4.408968945650136,"point":[1987.6788346162532,799.6398946900329,0]},{"partialLength":4.465334018060518,"point":[1985.1298643933146,803.3062223752543,0]},{"partialLength":4.520307360287544,"point":[1982.5495135396588,807.0176867902134,0]},{"partialLength":4.57388897233222,"point":[1979.9385765016327,810.7731452328919,0]},{"partialLength":4.626078854193115,"point":[1977.2978477255845,814.5714550012709,0]},{"partialLength":4.676877005871587,"point":[1974.6281216578614,818.4114733933324,0]},{"partialLength":4.726283427366828,"point":[1971.9301927448093,822.2920577070563,0]},{"partialLength":4.774298118679168,"point":[1969.2048554327775,826.2120652404254,0]},{"partialLength":4.820921079808757,"point":[1966.4529041681112,830.1703532914199,0]},{"partialLength":4.866152310755166,"point":[1963.6751333971595,834.1657791580221,0]},{"partialLength":4.9099918115183625,"point":[1960.8723375662687,838.1972001382125,0]},{"partialLength":4.952439582099042,"point":[1958.0453111217862,842.2634735299728,0]},{"partialLength":4.99349562249681,"point":[1955.1948485100588,846.3634566312842,0]},{"partialLength":5.033159932711203,"point":[1952.3217441774345,850.496006740128,0]},{"partialLength":5.071432512742965,"point":[1949.4267925702602,854.6599811544856,0]},{"partialLength":5.108313362591426,"point":[1946.5107881348833,858.8542371723382,0]},{"partialLength":5.143802482257167,"point":[1943.574525317652,863.0776320916679,0]},{"partialLength":5.177899871739877,"point":[1940.6187985649112,867.3290232104544,0]},{"partialLength":5.210605531039647,"point":[1937.6444023230106,871.6072678266805,0]},{"partialLength":5.2419194601565,"point":[1934.6521310382957,875.9112232383267,0]},{"partialLength":5.2718416590901125,"point":[1931.6427791571155,880.2397467433749,0]},{"partialLength":5.300372127841312,"point":[1928.6171411258154,884.591695639806,0]},{"partialLength":5.327510866408654,"point":[1925.576011390744,888.965927225601,0]},{"partialLength":5.353257874793867,"point":[1922.5201843982481,893.361298798742,0]},{"partialLength":5.3776131529958136,"point":[1919.450454594675,897.7766676572099,0]},{"partialLength":5.400576701014738,"point":[1916.367616426372,902.2108910989862,0]},{"partialLength":5.422148518850751,"point":[1913.2724643396862,906.6628264220518,0]},{"partialLength":5.442328606503761,"point":[1910.1657927809654,911.1313309243886,0]},{"partialLength":5.461116963974134,"point":[1907.0483961965554,915.6152619039773,0]},{"partialLength":5.478513591260653,"point":[1903.921069032806,920.1134766587998,0]},{"partialLength":5.494518488365594,"point":[1900.7846057360614,924.624832486837,0]},{"partialLength":5.50913165528592,"point":[1897.6398007526723,929.1481866860706,0]},{"partialLength":5.522353092024702,"point":[1894.4874485289827,933.6823965544814,0]},{"partialLength":5.534182798579518,"point":[1891.328343511342,938.226319390051,0]},{"partialLength":5.544620774952146,"point":[1888.1632801460964,942.778812490761,0]},{"partialLength":5.553667021141119,"point":[1884.9930528795942,947.3387331545923,0]},{"partialLength":5.561321537147532,"point":[1881.8184561581816,951.9049386795263,0]},{"partialLength":5.5675843229711095,"point":[1878.640284428206,956.4762863635444,0]},{"partialLength":5.572455378611347,"point":[1875.4593321360155,961.0516335046281,0]},{"partialLength":5.575934704068782,"point":[1872.276393727956,965.6298374007579,0]},{"partialLength":5.5780222993429955,"point":[1869.092263650377,970.2097553499163,0]},{"partialLength":5.578718164434904,"point":[1865.907736349623,974.7902446500839,0]},{"partialLength":5.578022299343068,"point":[1862.7236062720435,979.3701625992421,0]},{"partialLength":5.5759347040688025,"point":[1859.5406678639845,983.9483664953723,0]},{"partialLength":5.572455378611384,"point":[1856.3597155717937,988.5237136364558,0]},{"partialLength":5.567584322970886,"point":[1853.1815438418184,993.0950613204739,0]},{"partialLength":5.561321537147589,"point":[1850.006947120406,997.661266845408,0]},{"partialLength":5.553667021141062,"point":[1846.8367198539036,1002.2211875092391,0]},{"partialLength":5.54462077495196,"point":[1843.671656488658,1006.7736806099489,0]},{"partialLength":5.534182798579927,"point":[1840.512551471017,1011.3176034455188,0]},{"partialLength":5.522353092024407,"point":[1837.3601992473282,1015.8518133139297,0]},{"partialLength":5.509131655286252,"point":[1834.2153942639382,1020.3751675131631,0]},{"partialLength":5.494518488365112,"point":[1831.0789309671943,1024.8865233412002,0]},{"partialLength":5.47851359126095,"point":[1827.9516038034442,1029.3847380960226,0]},{"partialLength":5.461116963973988,"point":[1824.834207219035,1033.8686690756117,0]},{"partialLength":5.442328606503704,"point":[1821.727535660314,1038.3371735779483,0]},{"partialLength":5.422148518850714,"point":[1818.6323835736284,1042.789108901014,0]},{"partialLength":5.400576701014774,"point":[1815.5495454053253,1047.2233323427902,0]},{"partialLength":5.3776131529958136,"point":[1812.479815601752,1051.638701201258,0]},{"partialLength":5.353257874793774,"point":[1809.4239886092562,1056.034072774399,0]},{"partialLength":5.3275108664091,"point":[1806.3828588741844,1060.4083043601943,0]},{"partialLength":5.300372127841089,"point":[1803.3572208428845,1064.7602532566252,0]},{"partialLength":5.2718416590900565,"point":[1800.347868961704,1069.0887767616732,0]},{"partialLength":5.24191946015652,"point":[1797.3555976769896,1073.3927321733197,0]},{"partialLength":5.210605531039719,"point":[1794.3812014350885,1077.6709767895456,0]},{"partialLength":5.177899871739896,"point":[1791.4254746823483,1081.9223679083325,0]},{"partialLength":5.143802482257183,"point":[1788.4892118651162,1086.1457628276617,0]},{"partialLength":5.10831336259126,"point":[1785.5732074297398,1090.3400188455144,0]},{"partialLength":5.071432512742965,"point":[1782.6782558225655,1094.503993259872,0]},{"partialLength":5.03315993271139,"point":[1779.8051514899412,1098.636543368716,0]},{"partialLength":4.99349562249655,"point":[1776.9546888782143,1102.7365264700275,0]},{"partialLength":4.952439582098949,"point":[1774.1276624337318,1106.8027998617877,0]},{"partialLength":4.909991811518585,"point":[1771.3248666028408,1110.834220841978,0]},{"partialLength":4.866152310755332,"point":[1768.5470958318886,1114.8296467085802,0]},{"partialLength":4.820921079808368,"point":[1765.795144567223,1118.7879347595747,0]},{"partialLength":4.7742981186794635,"point":[1763.0698072551904,1122.7079422929437,0]},{"partialLength":4.726283427366848,"point":[1760.3718783421389,1126.588526606668,0]},{"partialLength":4.67687700587166,"point":[1757.7021522744153,1130.4285449987292,0]},{"partialLength":4.626078854193022,"point":[1755.061423498367,1134.226854767108,0]},{"partialLength":4.573888972332054,"point":[1752.4504864603414,1137.9823132097868,0]},{"partialLength":4.520307360287507,"point":[1749.8701356066858,1141.693777624746,0]},{"partialLength":4.465334018060648,"point":[1747.321165383747,1145.3601053099674,0]},{"partialLength":4.408968945650338,"point":[1744.8043702378723,1148.9801535634317,0]},{"partialLength":4.351212143056996,"point":[1742.3205446154097,1152.552779683121,0]},{"partialLength":4.292063610281284,"point":[1739.8704829627059,1156.0768409670163,0]},{"partialLength":4.231523347321994,"point":[1737.4549797261081,1159.5511947130988,0]},{"partialLength":4.169591354180062,"point":[1735.0748293519641,1162.97469821935,0]},{"partialLength":4.106267630855072,"point":[1732.7308262866204,1166.346208783751,0]},{"partialLength":4.041552177346993,"point":[1730.423764976425,1169.6645837042834,0]},{"partialLength":3.975444993656289,"point":[1728.1544398677247,1172.9286802789284,0]},{"partialLength":3.9079460797823256,"point":[1725.9236454068669,1176.137355805667,0]},{"partialLength":3.8390554357255353,"point":[1723.732176040199,1179.2894675824812,0]},{"partialLength":3.7687730614854313,"point":[1721.580826214068,1182.3838729073514,0]},{"partialLength":3.6970989570632646,"point":[1719.4703903748211,1185.4194290782598,0]},{"partialLength":3.6240331224570075,"point":[1717.4016629688065,1188.3949933931872,0]},{"partialLength":3.549575557668835,"point":[1715.37543844237,1191.3094231501152,0]},{"partialLength":3.4737262626970775,"point":[1713.3925112418601,1194.161575647025,0]},{"partialLength":3.396485237542645,"point":[1711.4536758136232,1196.950308181898,0]},{"partialLength":3.3178524822047595,"point":[1709.5597266040074,1199.6744780527151,0]},{"partialLength":3.2378279966845755,"point":[1707.7114580593593,1202.3329425574582,0]},{"partialLength":3.1564117809808865,"point":[1705.9096646260266,1204.924558994108,0]},{"partialLength":3.073603835094586,"point":[1704.1551407503562,1207.4481846606463,0]},{"partialLength":2.989404159025474,"point":[1702.4486808786955,1209.9026768550546,0]},{"partialLength":2.9038127527732533,"point":[1700.7910794573918,1212.2868928753137,0]},{"partialLength":2.8168296163378543,"point":[1699.1831309327924,1214.599690019405,0]},{"partialLength":2.728454749719784,"point":[1697.6256297512448,1216.83992558531,0]},{"partialLength":2.6386881529187463,"point":[1696.1193703590957,1219.00645687101,0]},{"partialLength":2.5475298259349164,"point":[1694.6651472026927,1221.0981411744863,0]},{"partialLength":2.4549797687678714,"point":[1693.263754728383,1223.11383579372,0]},{"partialLength":2.3610379814180478,"point":[1691.9159873825142,1225.0523980266928,0]},{"partialLength":2.2657044638856,"point":[1690.622639611433,1226.9126851713859,0]},{"partialLength":2.1689792161698906,"point":[1689.384505861487,1228.6935545257804,0]},{"partialLength":2.0708622382713204,"point":[1688.2023805790234,1230.3938633878577,0]},{"partialLength":1.971353530190206,"point":[1687.0770582103896,1232.0124690555995,0]},{"partialLength":1.870453091925706,"point":[1686.0093332019328,1233.5482288269864,0]},{"partialLength":1.7681609234789653,"point":[1685,1235.0000000000002,0]}]}},{"t":266.000010834402,"s":[1685,1235.0000000000002,0]}],"ix":2},"a":{"a":0,"k":[16,-40,0],"ix":1},"s":{"a":0,"k":[125.00000000000001,120.37037037037037,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[8,8],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false,"_render":true},{"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,"_render":true},{"ty":"tr","p":{"a":0,"k":[16,-40],"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","_render":true}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false,"_render":true}],"ip":116.000004724777,"op":1016.00004138253,"st":116.000004724777,"bm":0,"completed":true},{"ddd":0,"ind":13,"ty":4,"nm":"small","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":85,"s":[100],"__fnct":[null]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":97,"s":[100],"__fnct":[null]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":160,"s":[0]},{"t":172.000007005704,"s":[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":20,"s":[2050,709.9999999999999,0],"to":[-48.667,70,0],"ti":[48.667,-70,0],"bezierData":{"segmentLength":639.4137940334064,"points":[{"partialLength":0,"point":[2050,709.9999999999999,0]},{"partialLength":1.7681609234787057,"point":[2048.9906667980677,711.4517711730138,0]},{"partialLength":1.8704530919260227,"point":[2047.9229417896106,712.9875309444009,0]},{"partialLength":1.9713535301900558,"point":[2046.7976194209766,714.6061366121423,0]},{"partialLength":2.070862238271341,"point":[2045.6154941385134,716.3064454742199,0]},{"partialLength":2.1689792161700567,"point":[2044.377360388567,718.0873148286144,0]},{"partialLength":2.2657044638851174,"point":[2043.0840126174865,719.9476019733073,0]},{"partialLength":2.36103798141851,"point":[2041.7362452716166,721.8861642062799,0]},{"partialLength":2.454979768767835,"point":[2040.3348527973071,723.9018588255137,0]},{"partialLength":2.5475298259346935,"point":[2038.8806296409043,725.9935431289899,0]},{"partialLength":2.638688152918803,"point":[2037.3743702487554,728.16007441469,0]},{"partialLength":2.7284547497200435,"point":[2035.8168690672073,730.4003099805951,0]},{"partialLength":2.816829616337818,"point":[2034.2089205426082,732.7131071246865,0]},{"partialLength":2.90381275277316,"point":[2032.5513191213045,735.0973231449456,0]},{"partialLength":2.989404159025344,"point":[2030.844859249644,737.5518153393538,0]},{"partialLength":3.073603835094586,"point":[2029.0903353739736,740.075441005892,0]},{"partialLength":3.1564117809810366,"point":[2027.2885419406412,742.6670574425423,0]},{"partialLength":3.237827996684519,"point":[2025.4402733959928,745.3255219472851,0]},{"partialLength":3.3178524822052426,"point":[2023.5463241863763,748.0496918181024,0]},{"partialLength":3.3964852375423282,"point":[2021.6074887581397,750.838424352975,0]},{"partialLength":3.4737262626969843,"point":[2019.6245615576297,753.6905768498848,0]},{"partialLength":3.549575557668612,"point":[2017.5983370311935,756.6050066068127,0]},{"partialLength":3.6240331224572304,"point":[2015.5296096251786,759.5805709217402,0]},{"partialLength":3.697098957063005,"point":[2013.4191737859321,762.6161270926486,0]},{"partialLength":3.7687730614857116,"point":[2011.2678239598013,765.7105324175192,0]},{"partialLength":3.8390554357254785,"point":[2009.0763545931331,768.862644194333,0]},{"partialLength":3.9079460797821595,"point":[2006.8455601322758,772.0713197210719,0]},{"partialLength":3.975444993656325,"point":[2004.5762350235752,775.3354162957168,0]},{"partialLength":4.041552177346957,"point":[2002.26917371338,778.6537912162491,0]},{"partialLength":4.106267630855145,"point":[1999.9251706480359,782.0253017806499,0]},{"partialLength":4.169591354180249,"point":[1997.5450202738919,785.4488052869015,0]},{"partialLength":4.2315233473221605,"point":[1995.1295170372937,788.9231590329838,0]},{"partialLength":4.292063610280967,"point":[1992.67945538459,792.447220316879,0]},{"partialLength":4.351212143057219,"point":[1990.1956297621273,796.0198464365683,0]},{"partialLength":4.408968945650136,"point":[1987.6788346162532,799.6398946900329,0]},{"partialLength":4.465334018060518,"point":[1985.1298643933146,803.3062223752543,0]},{"partialLength":4.520307360287544,"point":[1982.5495135396588,807.0176867902134,0]},{"partialLength":4.57388897233222,"point":[1979.9385765016327,810.7731452328919,0]},{"partialLength":4.626078854193115,"point":[1977.2978477255845,814.5714550012709,0]},{"partialLength":4.676877005871587,"point":[1974.6281216578614,818.4114733933324,0]},{"partialLength":4.726283427366828,"point":[1971.9301927448093,822.2920577070563,0]},{"partialLength":4.774298118679168,"point":[1969.2048554327775,826.2120652404254,0]},{"partialLength":4.820921079808757,"point":[1966.4529041681112,830.1703532914199,0]},{"partialLength":4.866152310755166,"point":[1963.6751333971595,834.1657791580221,0]},{"partialLength":4.9099918115183625,"point":[1960.8723375662687,838.1972001382125,0]},{"partialLength":4.952439582099042,"point":[1958.0453111217862,842.2634735299728,0]},{"partialLength":4.99349562249681,"point":[1955.1948485100588,846.3634566312842,0]},{"partialLength":5.033159932711203,"point":[1952.3217441774345,850.496006740128,0]},{"partialLength":5.071432512742965,"point":[1949.4267925702602,854.6599811544856,0]},{"partialLength":5.108313362591426,"point":[1946.5107881348833,858.8542371723382,0]},{"partialLength":5.143802482257167,"point":[1943.574525317652,863.0776320916679,0]},{"partialLength":5.177899871739877,"point":[1940.6187985649112,867.3290232104544,0]},{"partialLength":5.210605531039647,"point":[1937.6444023230106,871.6072678266805,0]},{"partialLength":5.2419194601565,"point":[1934.6521310382957,875.9112232383267,0]},{"partialLength":5.2718416590901125,"point":[1931.6427791571155,880.2397467433749,0]},{"partialLength":5.300372127841312,"point":[1928.6171411258154,884.591695639806,0]},{"partialLength":5.327510866408654,"point":[1925.576011390744,888.965927225601,0]},{"partialLength":5.353257874793867,"point":[1922.5201843982481,893.361298798742,0]},{"partialLength":5.3776131529958136,"point":[1919.450454594675,897.7766676572099,0]},{"partialLength":5.400576701014738,"point":[1916.367616426372,902.2108910989862,0]},{"partialLength":5.422148518850751,"point":[1913.2724643396862,906.6628264220518,0]},{"partialLength":5.442328606503761,"point":[1910.1657927809654,911.1313309243886,0]},{"partialLength":5.461116963974134,"point":[1907.0483961965554,915.6152619039773,0]},{"partialLength":5.478513591260653,"point":[1903.921069032806,920.1134766587998,0]},{"partialLength":5.494518488365594,"point":[1900.7846057360614,924.624832486837,0]},{"partialLength":5.50913165528592,"point":[1897.6398007526723,929.1481866860706,0]},{"partialLength":5.522353092024702,"point":[1894.4874485289827,933.6823965544814,0]},{"partialLength":5.534182798579518,"point":[1891.328343511342,938.226319390051,0]},{"partialLength":5.544620774952146,"point":[1888.1632801460964,942.778812490761,0]},{"partialLength":5.553667021141119,"point":[1884.9930528795942,947.3387331545923,0]},{"partialLength":5.561321537147532,"point":[1881.8184561581816,951.9049386795263,0]},{"partialLength":5.5675843229711095,"point":[1878.640284428206,956.4762863635444,0]},{"partialLength":5.572455378611347,"point":[1875.4593321360155,961.0516335046281,0]},{"partialLength":5.575934704068782,"point":[1872.276393727956,965.6298374007579,0]},{"partialLength":5.5780222993429955,"point":[1869.092263650377,970.2097553499163,0]},{"partialLength":5.578718164434904,"point":[1865.907736349623,974.7902446500839,0]},{"partialLength":5.578022299343068,"point":[1862.7236062720435,979.3701625992421,0]},{"partialLength":5.5759347040688025,"point":[1859.5406678639845,983.9483664953723,0]},{"partialLength":5.572455378611384,"point":[1856.3597155717937,988.5237136364558,0]},{"partialLength":5.567584322970886,"point":[1853.1815438418184,993.0950613204739,0]},{"partialLength":5.561321537147589,"point":[1850.006947120406,997.661266845408,0]},{"partialLength":5.553667021141062,"point":[1846.8367198539036,1002.2211875092391,0]},{"partialLength":5.54462077495196,"point":[1843.671656488658,1006.7736806099489,0]},{"partialLength":5.534182798579927,"point":[1840.512551471017,1011.3176034455188,0]},{"partialLength":5.522353092024407,"point":[1837.3601992473282,1015.8518133139297,0]},{"partialLength":5.509131655286252,"point":[1834.2153942639382,1020.3751675131631,0]},{"partialLength":5.494518488365112,"point":[1831.0789309671943,1024.8865233412002,0]},{"partialLength":5.47851359126095,"point":[1827.9516038034442,1029.3847380960226,0]},{"partialLength":5.461116963973988,"point":[1824.834207219035,1033.8686690756117,0]},{"partialLength":5.442328606503704,"point":[1821.727535660314,1038.3371735779483,0]},{"partialLength":5.422148518850714,"point":[1818.6323835736284,1042.789108901014,0]},{"partialLength":5.400576701014774,"point":[1815.5495454053253,1047.2233323427902,0]},{"partialLength":5.3776131529958136,"point":[1812.479815601752,1051.638701201258,0]},{"partialLength":5.353257874793774,"point":[1809.4239886092562,1056.034072774399,0]},{"partialLength":5.3275108664091,"point":[1806.3828588741844,1060.4083043601943,0]},{"partialLength":5.300372127841089,"point":[1803.3572208428845,1064.7602532566252,0]},{"partialLength":5.2718416590900565,"point":[1800.347868961704,1069.0887767616732,0]},{"partialLength":5.24191946015652,"point":[1797.3555976769896,1073.3927321733197,0]},{"partialLength":5.210605531039719,"point":[1794.3812014350885,1077.6709767895456,0]},{"partialLength":5.177899871739896,"point":[1791.4254746823483,1081.9223679083325,0]},{"partialLength":5.143802482257183,"point":[1788.4892118651162,1086.1457628276617,0]},{"partialLength":5.10831336259126,"point":[1785.5732074297398,1090.3400188455144,0]},{"partialLength":5.071432512742965,"point":[1782.6782558225655,1094.503993259872,0]},{"partialLength":5.03315993271139,"point":[1779.8051514899412,1098.636543368716,0]},{"partialLength":4.99349562249655,"point":[1776.9546888782143,1102.7365264700275,0]},{"partialLength":4.952439582098949,"point":[1774.1276624337318,1106.8027998617877,0]},{"partialLength":4.909991811518585,"point":[1771.3248666028408,1110.834220841978,0]},{"partialLength":4.866152310755332,"point":[1768.5470958318886,1114.8296467085802,0]},{"partialLength":4.820921079808368,"point":[1765.795144567223,1118.7879347595747,0]},{"partialLength":4.7742981186794635,"point":[1763.0698072551904,1122.7079422929437,0]},{"partialLength":4.726283427366848,"point":[1760.3718783421389,1126.588526606668,0]},{"partialLength":4.67687700587166,"point":[1757.7021522744153,1130.4285449987292,0]},{"partialLength":4.626078854193022,"point":[1755.061423498367,1134.226854767108,0]},{"partialLength":4.573888972332054,"point":[1752.4504864603414,1137.9823132097868,0]},{"partialLength":4.520307360287507,"point":[1749.8701356066858,1141.693777624746,0]},{"partialLength":4.465334018060648,"point":[1747.321165383747,1145.3601053099674,0]},{"partialLength":4.408968945650338,"point":[1744.8043702378723,1148.9801535634317,0]},{"partialLength":4.351212143056996,"point":[1742.3205446154097,1152.552779683121,0]},{"partialLength":4.292063610281284,"point":[1739.8704829627059,1156.0768409670163,0]},{"partialLength":4.231523347321994,"point":[1737.4549797261081,1159.5511947130988,0]},{"partialLength":4.169591354180062,"point":[1735.0748293519641,1162.97469821935,0]},{"partialLength":4.106267630855072,"point":[1732.7308262866204,1166.346208783751,0]},{"partialLength":4.041552177346993,"point":[1730.423764976425,1169.6645837042834,0]},{"partialLength":3.975444993656289,"point":[1728.1544398677247,1172.9286802789284,0]},{"partialLength":3.9079460797823256,"point":[1725.9236454068669,1176.137355805667,0]},{"partialLength":3.8390554357255353,"point":[1723.732176040199,1179.2894675824812,0]},{"partialLength":3.7687730614854313,"point":[1721.580826214068,1182.3838729073514,0]},{"partialLength":3.6970989570632646,"point":[1719.4703903748211,1185.4194290782598,0]},{"partialLength":3.6240331224570075,"point":[1717.4016629688065,1188.3949933931872,0]},{"partialLength":3.549575557668835,"point":[1715.37543844237,1191.3094231501152,0]},{"partialLength":3.4737262626970775,"point":[1713.3925112418601,1194.161575647025,0]},{"partialLength":3.396485237542645,"point":[1711.4536758136232,1196.950308181898,0]},{"partialLength":3.3178524822047595,"point":[1709.5597266040074,1199.6744780527151,0]},{"partialLength":3.2378279966845755,"point":[1707.7114580593593,1202.3329425574582,0]},{"partialLength":3.1564117809808865,"point":[1705.9096646260266,1204.924558994108,0]},{"partialLength":3.073603835094586,"point":[1704.1551407503562,1207.4481846606463,0]},{"partialLength":2.989404159025474,"point":[1702.4486808786955,1209.9026768550546,0]},{"partialLength":2.9038127527732533,"point":[1700.7910794573918,1212.2868928753137,0]},{"partialLength":2.8168296163378543,"point":[1699.1831309327924,1214.599690019405,0]},{"partialLength":2.728454749719784,"point":[1697.6256297512448,1216.83992558531,0]},{"partialLength":2.6386881529187463,"point":[1696.1193703590957,1219.00645687101,0]},{"partialLength":2.5475298259349164,"point":[1694.6651472026927,1221.0981411744863,0]},{"partialLength":2.4549797687678714,"point":[1693.263754728383,1223.11383579372,0]},{"partialLength":2.3610379814180478,"point":[1691.9159873825142,1225.0523980266928,0]},{"partialLength":2.2657044638856,"point":[1690.622639611433,1226.9126851713859,0]},{"partialLength":2.1689792161698906,"point":[1689.384505861487,1228.6935545257804,0]},{"partialLength":2.0708622382713204,"point":[1688.2023805790234,1230.3938633878577,0]},{"partialLength":1.971353530190206,"point":[1687.0770582103896,1232.0124690555995,0]},{"partialLength":1.870453091925706,"point":[1686.0093332019328,1233.5482288269864,0]},{"partialLength":1.7681609234789653,"point":[1685,1235.0000000000002,0]}]}},{"t":170.000006924242,"s":[1685,1235.0000000000002,0]}],"ix":2},"a":{"a":0,"k":[16,-40,0],"ix":1},"s":{"a":0,"k":[125.00000000000001,120.37037037037037,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[8,8],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false,"_render":true},{"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,"_render":true},{"ty":"tr","p":{"a":0,"k":[16,-40],"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","_render":true}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false,"_render":true}],"ip":20.0000008146167,"op":920.000037472368,"st":20.0000008146167,"bm":0,"completed":true},{"ddd":0,"ind":14,"ty":4,"nm":"medium 3","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":87,"s":[100],"__fnct":[null]},{"t":154.000006272549,"s":[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":28,"s":[-95,765,0],"to":[73.333,30,0],"ti":[-73.333,-30,0],"bezierData":{"segmentLength":594.2432162002711,"points":[{"partialLength":0,"point":[-95,765,0]},{"partialLength":1.6432418576213952,"point":[-93.47910344325139,765.6221876455775,0]},{"partialLength":1.7383081135838092,"point":[-91.87021856443376,766.2803704047434,0]},{"partialLength":1.8320809510978426,"point":[-90.17454248357518,766.9740585480612,0]},{"partialLength":1.9245603701634277,"point":[-88.39327232070386,767.7027623460943,0]},{"partialLength":2.015746370780543,"point":[-86.52760519584795,768.4659920694063,0]},{"partialLength":2.1056389529491826,"point":[-84.5787382290356,769.2632579885603,0]},{"partialLength":2.1942381166693847,"point":[-82.5478685402949,770.0940703741198,0]},{"partialLength":2.2815438619412847,"point":[-80.43619324965408,770.9579394966488,0]},{"partialLength":2.3675561887645284,"point":[-78.24490947714126,771.8543756267101,0]},{"partialLength":2.4522750971393203,"point":[-75.97521434278462,772.7828890348671,0]},{"partialLength":2.5357005870657767,"point":[-73.62830496661222,773.7429899916835,0]},{"partialLength":2.617832658543686,"point":[-71.20537846865233,774.7341887677228,0]},{"partialLength":2.6986713115731598,"point":[-68.70763196893301,775.7559956335482,0]},{"partialLength":2.778216546154133,"point":[-66.13626258748246,776.8079208597231,0]},{"partialLength":2.8564683622866522,"point":[-63.4924674443288,777.889474716811,0]},{"partialLength":2.9334267599706774,"point":[-60.77744365950021,779.0001674753753,0]},{"partialLength":3.009091739206339,"point":[-57.9923883530248,780.1395094059795,0]},{"partialLength":3.083463299993317,"point":[-55.13849864493073,781.3070107791866,0]},{"partialLength":3.1565414423321227,"point":[-52.216971655246184,782.5021818655608,0]},{"partialLength":3.2283261662222205,"point":[-49.22900450399929,783.7245329356649,0]},{"partialLength":3.2988174716639507,"point":[-46.175794311218226,784.9735742600626,0]},{"partialLength":3.368015358657256,"point":[-43.05853819693108,786.2488161093173,0]},{"partialLength":3.4359198272019946,"point":[-39.87843328116606,787.5497687539923,0]},{"partialLength":3.502530877298269,"point":[-36.6366766839513,788.8759424646511,0]},{"partialLength":3.5678485089461343,"point":[-33.334465525314926,790.226847511857,0]},{"partialLength":3.631872722145535,"point":[-29.97299692528512,791.6019941661738,0]},{"partialLength":3.6946035168963776,"point":[-26.55346800389003,793.0008926981644,0]},{"partialLength":3.756040893198841,"point":[-23.07707588115779,794.4230533783926,0]},{"partialLength":3.8161848510526735,"point":[-19.545017677116533,795.8679864774214,0]},{"partialLength":3.8750353904583137,"point":[-15.958490511794475,797.3352022658149,0]},{"partialLength":3.9325925114151983,"point":[-12.318691505219693,798.8242110141358,0]},{"partialLength":3.988856213923827,"point":[-8.626817777420378,800.3345229929481,0]},{"partialLength":4.043826497983891,"point":[-4.884066448424681,801.865648472815,0]},{"partialLength":4.097503363595488,"point":[-1.091634638260742,803.4170977242999,0]},{"partialLength":4.149886810758558,"point":[2.749280533043283,804.988381017966,0]},{"partialLength":4.20097683947326,"point":[6.637481945459268,806.5790086243771,0]},{"partialLength":4.250773449739492,"point":[10.571772478959026,808.1884908140967,0]},{"partialLength":4.299276641557114,"point":[14.55095501351445,809.8163378576876,0]},{"partialLength":4.346486414926436,"point":[18.5738324290973,811.462060025714,0]},{"partialLength":4.392402769847088,"point":[22.639207605679548,813.1251675887385,0]},{"partialLength":4.437025706319549,"point":[26.745883423232932,814.8051708173255,0]},{"partialLength":4.480355224343143,"point":[30.892662761729394,816.5015799820371,0]},{"partialLength":4.52239132391866,"point":[35.07834850114075,818.213905353438,0]},{"partialLength":4.5631340050455025,"point":[39.30174352143883,819.941657202091,0]},{"partialLength":4.602583267723918,"point":[43.561650702595486,821.6843457985598,0]},{"partialLength":4.640739111953874,"point":[47.85687292458259,823.4414814134076,0]},{"partialLength":4.67760153773523,"point":[52.18621306737195,825.2125743171977,0]},{"partialLength":4.713170545068288,"point":[56.54847401093548,826.9971347804938,0]},{"partialLength":4.7474461339528595,"point":[60.94245863524501,828.7946730738593,0]},{"partialLength":4.7804283043889475,"point":[65.36696982027235,830.6046994678577,0]},{"partialLength":4.81211705637636,"point":[69.82081044598935,832.4267242330519,0]},{"partialLength":4.842512389915628,"point":[74.30278339236791,834.2602576400061,0]},{"partialLength":4.87161430500603,"point":[78.81169153937984,836.1048099592828,0]},{"partialLength":4.899422801648424,"point":[83.34633776699701,837.9598914614464,0]},{"partialLength":4.925937879842005,"point":[87.9055249551913,839.8250124170596,0]},{"partialLength":4.951159539587155,"point":[92.48805598393446,841.699683096686,0]},{"partialLength":4.975087780884035,"point":[97.09273373319843,843.5834137708895,0]},{"partialLength":4.997722603732192,"point":[101.71836108295503,845.4757147102328,0]},{"partialLength":5.019064008132042,"point":[106.3637409131761,847.3760961852797,0]},{"partialLength":5.039111994083368,"point":[111.0276761038335,849.2840684665937,0]},{"partialLength":5.057866561586279,"point":[115.70896953489914,851.199141824738,0]},{"partialLength":5.075327710640506,"point":[120.40642408634474,853.120826530276,0]},{"partialLength":5.091495441246616,"point":[125.11884263814227,855.0486328537716,0]},{"partialLength":5.106369753403779,"point":[129.84502807026348,856.9820710657872,0]},{"partialLength":5.119950647113002,"point":[134.5837832626803,858.9206514368875,0]},{"partialLength":5.1322381223733,"point":[139.33391109536456,860.8638842376348,0]},{"partialLength":5.143232179185405,"point":[144.09421444828808,862.8112797385933,0]},{"partialLength":5.152932817548932,"point":[148.86349620142272,864.7623482103261,0]},{"partialLength":5.161340037463965,"point":[153.6405592347403,866.7165999233966,0]},{"partialLength":5.168453838930568,"point":[158.42420642821276,868.6735451483682,0]},{"partialLength":5.174274221948796,"point":[163.21324066181188,870.6326941558048,0]},{"partialLength":5.178801186518437,"point":[168.0064648155096,872.5935572162691,0]},{"partialLength":5.182034732639453,"point":[172.80268176927757,874.5556446003247,0]},{"partialLength":5.183974860312374,"point":[177.60069440308786,876.5184665785356,0]},{"partialLength":5.184621569536466,"point":[182.3993055969122,878.4815334214644,0]},{"partialLength":5.183974860312306,"point":[187.19731823072246,880.4443553996751,0]},{"partialLength":5.182034732639565,"point":[191.99353518449047,882.406442783731,0]},{"partialLength":5.178801186518367,"point":[196.78675933818815,884.3673058441952,0]},{"partialLength":5.174274221948752,"point":[201.57579357178727,886.3264548516316,0]},{"partialLength":5.168453838930584,"point":[206.3594407652597,888.2834000766034,0]},{"partialLength":5.161340037463965,"point":[211.13650379857728,890.2376517896739,0]},{"partialLength":5.152932817548942,"point":[215.90578555171197,892.1887202614066,0]},{"partialLength":5.143232179185439,"point":[220.66608890463544,894.1361157623653,0]},{"partialLength":5.1322381223733435,"point":[225.4162167373197,896.0793485631127,0]},{"partialLength":5.119950647112872,"point":[230.15497192973652,898.0179289342127,0]},{"partialLength":5.106369753403961,"point":[234.8811573618578,899.9513671462287,0]},{"partialLength":5.09149544124646,"point":[239.5935759136553,901.8791734697239,0]},{"partialLength":5.075327710640606,"point":[244.2910304651009,903.8008581752621,0]},{"partialLength":5.057866561586266,"point":[248.97232389616653,905.7159315334064,0]},{"partialLength":5.0391119940833375,"point":[253.63625908682394,907.6239038147203,0]},{"partialLength":5.019064008132002,"point":[258.281638917045,909.5242852897672,0]},{"partialLength":4.997722603732288,"point":[262.9072662668016,911.4165862291106,0]},{"partialLength":4.975087780883922,"point":[267.51194401606557,913.3003169033138,0]},{"partialLength":4.951159539587212,"point":[272.09447504480875,915.1749875829404,0]},{"partialLength":4.925937879841965,"point":[276.653662233003,917.0401085385536,0]},{"partialLength":4.899422801648407,"point":[281.1883084606202,918.8951900407171,0]},{"partialLength":4.871614305006173,"point":[285.69721660763213,920.7397423599941,0]},{"partialLength":4.842512389915594,"point":[290.17918955401075,922.5732757669481,0]},{"partialLength":4.812117056376365,"point":[294.6330301797277,924.3953005321424,0]},{"partialLength":4.780428304388842,"point":[299.057541364755,926.2053269261406,0]},{"partialLength":4.747446133952784,"point":[303.4515259890645,928.002865219506,0]},{"partialLength":4.7131705450683175,"point":[307.81378693262803,929.7874256828022,0]},{"partialLength":4.677601537735316,"point":[312.1431270754174,931.5585185865925,0]},{"partialLength":4.640739111953926,"point":[316.43834929740456,933.3156542014403,0]},{"partialLength":4.602583267723895,"point":[320.69825647856123,935.058342797909,0]},{"partialLength":4.5631340050455,"point":[324.92165149885926,936.7860946465621,0]},{"partialLength":4.522391323918544,"point":[329.1073372382706,938.4984200179628,0]},{"partialLength":4.480355224343268,"point":[333.25411657676705,940.1948291826748,0]},{"partialLength":4.437025706319509,"point":[337.3607923943205,941.8748324112614,0]},{"partialLength":4.392402769847194,"point":[341.42616757090275,943.5379399742862,0]},{"partialLength":4.346486414926362,"point":[345.44904498648566,945.1836621423123,0]},{"partialLength":4.299276641557105,"point":[349.428227521041,946.8115091859034,0]},{"partialLength":4.250773449739427,"point":[353.3625180545407,948.4209913756229,0]},{"partialLength":4.200976839473308,"point":[357.25071946695675,950.011618982034,0]},{"partialLength":4.1498868107585825,"point":[361.09163463826076,951.5829022757002,0]},{"partialLength":4.0975033635953295,"point":[364.8840664484246,953.1343515271849,0]},{"partialLength":4.043826497983916,"point":[368.62681777742034,954.6654770070518,0]},{"partialLength":3.98885621392387,"point":[372.3186915052197,956.1757889858641,0]},{"partialLength":3.9325925114151836,"point":[375.9584905117944,957.6647977341851,0]},{"partialLength":3.8750353904583448,"point":[379.54501767711656,959.1320135225785,0]},{"partialLength":3.8161848510528222,"point":[383.07707588115784,960.5769466216076,0]},{"partialLength":3.756040893198755,"point":[386.55346800389003,961.9991073018357,0]},{"partialLength":3.6946035168963975,"point":[389.97299692528514,963.3980058338263,0]},{"partialLength":3.6318727221454954,"point":[393.33446552531495,964.773152488143,0]},{"partialLength":3.567848508946197,"point":[396.63667668395135,966.124057535349,0]},{"partialLength":3.5025308772982164,"point":[399.87843328116605,967.4502312460078,0]},{"partialLength":3.4359198272019453,"point":[403.05853819693107,968.7511838906827,0]},{"partialLength":3.368015358657269,"point":[406.1757943112182,970.0264257399374,0]},{"partialLength":3.298817471663878,"point":[409.2290045039993,971.2754670643349,0]},{"partialLength":3.2283261662223066,"point":[412.2169716552462,972.4978181344392,0]},{"partialLength":3.1565414423319775,"point":[415.1384986449307,973.6929892208132,0]},{"partialLength":3.0834632999935416,"point":[417.9923883530248,974.8604905940207,0]},{"partialLength":3.009091739206286,"point":[420.77744365950025,975.9998325246247,0]},{"partialLength":2.933426759970714,"point":[423.49246744432884,977.1105252831891,0]},{"partialLength":2.8564683622866722,"point":[426.1362625874825,978.192079140277,0]},{"partialLength":2.7782165461540806,"point":[428.707631968933,979.2440043664519,0]},{"partialLength":2.698671311573169,"point":[431.2053784686524,980.2658112322772,0]},{"partialLength":2.617832658543508,"point":[433.6283049666122,981.2570100083162,0]},{"partialLength":2.5357005870659024,"point":[435.9752143427846,982.2171109651329,0]},{"partialLength":2.4522750971393332,"point":[438.2449094771413,983.1456243732899,0]},{"partialLength":2.367556188764515,"point":[440.4361932496541,984.0420605033512,0]},{"partialLength":2.2815438619411292,"point":[442.54786854029487,984.9059296258798,0]},{"partialLength":2.19423811666954,"point":[444.5787382290356,985.7367420114397,0]},{"partialLength":2.105638952949186,"point":[446.5276051958479,986.5340079305938,0]},{"partialLength":2.0157463707806094,"point":[448.3932723207039,987.2972376539058,0]},{"partialLength":1.924560370163349,"point":[450.1745424835751,988.0259414519389,0]},{"partialLength":1.8320809510978822,"point":[451.87021856443374,988.7196295952567,0]},{"partialLength":1.7383081135838354,"point":[453.4791034432514,989.3778123544226,0]},{"partialLength":1.643241857621339,"point":[455,990,0]}]}},{"t":155.000006313279,"s":[455,990,0]}],"ix":2},"a":{"a":0,"k":[-104,-32,0],"ix":1},"s":{"a":0,"k":[125.00000000000001,120.37037037037037,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[16,16],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false,"_render":true},{"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,"_render":true},{"ty":"tr","p":{"a":0,"k":[-104,-32],"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","_render":true}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false,"_render":true}],"ip":28.0000011404634,"op":928.000037798215,"st":28.0000011404634,"bm":0,"completed":true},{"ddd":0,"ind":15,"ty":4,"nm":"medium 4","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":175,"s":[100]},{"t":244.000009938324,"s":[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":116,"s":[1070,635,0],"to":[-82,47.333,0],"ti":[82,-47.333,0],"bezierData":{"segmentLength":710.1056259460404,"points":[{"partialLength":0,"point":[1070,635,0]},{"partialLength":1.9636364788039584,"point":[1068.299353768755,635.9816672639148,0]},{"partialLength":2.0772380906125574,"point":[1066.5003208937019,637.0201270847888,0]},{"partialLength":2.189294102261044,"point":[1064.6042399686332,638.114606774772,0]},{"partialLength":2.2998045137488035,"point":[1062.6124495873426,639.2643336460146,0]},{"partialLength":2.4087693250757325,"point":[1060.5262883436235,640.4685350106669,0]},{"partialLength":2.5161885362425473,"point":[1058.3470948312688,641.726438180879,0]},{"partialLength":2.6220621472485304,"point":[1056.076207644072,643.0372704688009,0]},{"partialLength":2.726390158093929,"point":[1053.7149653758265,644.4002591865835,0]},{"partialLength":2.8291725687787563,"point":[1051.2647066203256,645.8146316463766,0]},{"partialLength":2.930409379302503,"point":[1048.726769971363,647.2796151603304,0]},{"partialLength":3.030100589666089,"point":[1046.1024940227314,648.7944370405952,0]},{"partialLength":3.128246199869173,"point":[1043.3932173682242,650.3583245993212,0]},{"partialLength":3.2248462099110466,"point":[1040.6002786016352,651.9705051486586,0]},{"partialLength":3.3199006197928034,"point":[1037.725016316757,653.6302060007577,0]},{"partialLength":3.4134094295135395,"point":[1034.7687691073836,655.3366544677684,0]},{"partialLength":3.5053726390737587,"point":[1031.732875567308,657.0890778618412,0]},{"partialLength":3.5957902484735156,"point":[1028.6186742903233,658.8867034951265,0]},{"partialLength":3.6846622577124677,"point":[1025.4275038702228,660.728758679774,0]},{"partialLength":3.7719886667905747,"point":[1022.1607029008004,662.6144707279344,0]},{"partialLength":3.8577694757080847,"point":[1018.8196099758491,664.5430669517576,0]},{"partialLength":3.9420046844651253,"point":[1015.405563689162,666.5137746633941,0]},{"partialLength":4.024694293061229,"point":[1011.9199026345328,668.5258211749939,0]},{"partialLength":4.105838301496944,"point":[1008.3639654057545,670.5784337987072,0]},{"partialLength":4.185436709771834,"point":[1004.7390905966205,672.6708398466844,0]},{"partialLength":4.263489517886136,"point":[1001.0466168009241,674.8022666310757,0]},{"partialLength":4.339996725839653,"point":[997.2878826124587,676.9719414640311,0]},{"partialLength":4.414958333632424,"point":[993.4642266250177,679.179091657701,0]},{"partialLength":4.488374341264678,"point":[989.5769874323943,681.4229445242356,0]},{"partialLength":4.560244748736746,"point":[985.627503628381,683.7027273757848,0]},{"partialLength":4.630569556046947,"point":[981.6171138067729,686.0176675244994,0]},{"partialLength":4.699348763197536,"point":[977.5471565613616,688.3669922825289,0]},{"partialLength":4.766582370187003,"point":[973.4189704859415,690.7499289620245,0]},{"partialLength":4.832270377015734,"point":[969.2338941743055,693.1657048751355,0]},{"partialLength":4.896412783684055,"point":[964.993266220247,695.6135473340128,0]},{"partialLength":4.9590095901915,"point":[960.6984252175592,698.092683650806,0]},{"partialLength":5.020060796538382,"point":[956.3507097600356,700.6023411376657,0]},{"partialLength":5.079566402724513,"point":[951.9514584414693,703.1417471067421,0]},{"partialLength":5.137526408749936,"point":[947.5020098556537,705.710128870185,0]},{"partialLength":5.193940814614712,"point":[943.0037025963824,708.3067137401455,0]},{"partialLength":5.248809620319029,"point":[938.4578752574479,710.9307290287727,0]},{"partialLength":5.302132825862122,"point":[933.8658664326447,713.5814020482178,0]},{"partialLength":5.353910431245418,"point":[929.2290147157647,716.2579601106304,0]},{"partialLength":5.404142436467108,"point":[924.5486587006026,718.959630528161,0]},{"partialLength":5.452828841528497,"point":[919.8261369809511,721.6856406129599,0]},{"partialLength":5.499969646429373,"point":[915.0627881506033,724.435217677177,0]},{"partialLength":5.54556485116943,"point":[910.2599508033528,727.2075890329628,0]},{"partialLength":5.58961445574872,"point":[905.4189635329928,730.0019819924672,0]},{"partialLength":5.632118460167486,"point":[900.5411649333167,732.8176238678408,0]},{"partialLength":5.673076864425639,"point":[895.6278935981176,735.6537419712334,0]},{"partialLength":5.712489668522676,"point":[890.6804881211893,738.5095636147958,0]},{"partialLength":5.750356872459693,"point":[885.7002870963245,741.3843161106777,0]},{"partialLength":5.786678476235086,"point":[880.6886291173174,744.2772267710295,0]},{"partialLength":5.821454479850992,"point":[875.6468527779599,747.1875229080011,0]},{"partialLength":5.854684883305377,"point":[870.5762966720467,750.1144318337437,0]},{"partialLength":5.886369686599243,"point":[865.4782993933704,753.0571808604062,0]},{"partialLength":5.916508889732658,"point":[860.3541995357244,756.0149973001397,0]},{"partialLength":5.945102492705319,"point":[855.205335692902,758.9871084650943,0]},{"partialLength":5.972150495516932,"point":[850.033046458697,761.9727416674199,0]},{"partialLength":5.997652898168299,"point":[844.838670426902,764.9711242192669,0]},{"partialLength":6.02160970065883,"point":[839.6235461913108,767.9814834327857,0]},{"partialLength":6.044020902988666,"point":[834.3890123457165,771.0030466201264,0]},{"partialLength":6.06488650515807,"point":[829.1364074839121,774.0350410934387,0]},{"partialLength":6.0842065071663045,"point":[823.8670701996919,777.076694164874,0]},{"partialLength":6.1019809090142445,"point":[818.5823390868479,780.1272331465809,0]},{"partialLength":6.118209710701257,"point":[813.2835527391749,783.1858853507115,0]},{"partialLength":6.132892912227918,"point":[807.9720497504647,786.2518780894144,0]},{"partialLength":6.146030513593633,"point":[802.6491687145116,789.3244386748405,0]},{"partialLength":6.15762251479861,"point":[797.3162482251088,792.4027944191402,0]},{"partialLength":6.167668915843016,"point":[791.9746268760493,795.4861726344632,0]},{"partialLength":6.17616971672705,"point":[786.6256432611265,798.5738006329602,0]},{"partialLength":6.1831249174499225,"point":[781.2706359741338,801.6649057267812,0]},{"partialLength":6.188534518012311,"point":[775.9109436088646,804.7587152280764,0]},{"partialLength":6.192398518414086,"point":[770.5479047591119,807.854456448996,0]},{"partialLength":6.1947169186548425,"point":[765.1828580186697,810.9513567016903,0]},{"partialLength":6.195489718735535,"point":[759.8171419813303,814.0486432983096,0]},{"partialLength":6.194716918654998,"point":[754.452095240888,817.145543551004,0]},{"partialLength":6.192398518414044,"point":[749.0890563911354,820.2412847719237,0]},{"partialLength":6.188534518012311,"point":[743.7293640258662,823.3350942732189,0]},{"partialLength":6.1831249174499225,"point":[738.3743567388735,826.4261993670399,0]},{"partialLength":6.1761697167268945,"point":[733.0253731239508,829.5138273655368,0]},{"partialLength":6.167668915843016,"point":[727.6837517748913,832.5972055808598,0]},{"partialLength":6.1576225147987085,"point":[722.3508312854884,835.6755613251595,0]},{"partialLength":6.14603051359369,"point":[717.0279502495353,838.7481219105857,0]},{"partialLength":6.132892912227778,"point":[711.7164472608254,841.8141146492887,0]},{"partialLength":6.118209710701423,"point":[706.4176609131518,844.8727668534189,0]},{"partialLength":6.101980909014176,"point":[701.1329298003083,847.9233058351263,0]},{"partialLength":6.084206507166372,"point":[695.8635925160877,850.964958906561,0]},{"partialLength":6.064886505157945,"point":[690.6109876542836,853.9969533798737,0]},{"partialLength":6.0440209029887075,"point":[685.3764538086892,857.0185165672143,0]},{"partialLength":6.02160970065883,"point":[680.161329573098,860.0288757807331,0]},{"partialLength":5.997652898168299,"point":[674.966953541303,863.0272583325801,0]},{"partialLength":5.97215049551703,"point":[669.7946643070978,866.0128915349057,0]},{"partialLength":5.94510249270522,"point":[664.6458004642756,868.9850026998603,0]},{"partialLength":5.916508889732559,"point":[659.5217006066297,871.9428191395938,0]},{"partialLength":5.8863696865993,"point":[654.4237033279534,874.8855681662565,0]},{"partialLength":5.8546848833054606,"point":[649.35314722204,877.8124770919987,0]},{"partialLength":5.82145447985067,"point":[644.311370882683,880.7227732289707,0]},{"partialLength":5.78667847623562,"point":[639.2997129036753,883.6156838893224,0]},{"partialLength":5.750356872459439,"point":[634.3195118788107,886.4904363852042,0]},{"partialLength":5.712489668522816,"point":[629.3721064018822,889.3462580287664,0]},{"partialLength":5.6730768644254,"point":[624.4588350666834,892.1823761321592,0]},{"partialLength":5.632118460167583,"point":[619.5810364670072,894.9980180075328,0]},{"partialLength":5.589614455748678,"point":[614.7400491966473,897.7924109670373,0]},{"partialLength":5.5455648511694715,"point":[609.9372118493967,900.564782322823,0]},{"partialLength":5.4999696464293315,"point":[605.173863019049,903.3143593870402,0]},{"partialLength":5.452828841528482,"point":[600.4513412993974,906.0403694718389,0]},{"partialLength":5.404142436467304,"point":[595.770985284235,908.7420398893695,0]},{"partialLength":5.353910431245081,"point":[591.1341335673555,911.4185979517822,0]},{"partialLength":5.302132825862403,"point":[586.5421247425519,914.0692709712271,0]},{"partialLength":5.248809620318904,"point":[581.9962974036177,916.6932862598546,0]},{"partialLength":5.193940814614796,"point":[577.4979901443462,919.2898711298149,0]},{"partialLength":5.137526408750107,"point":[573.0485415585306,921.8582528932582,0]},{"partialLength":5.079566402724399,"point":[568.6492902399643,924.3976588623343,0]},{"partialLength":5.020060796538226,"point":[564.3015747824408,926.9073163491939,0]},{"partialLength":4.959009590191614,"point":[560.006733779753,929.3864526659873,0]},{"partialLength":4.89641278368404,"point":[555.7661058256944,931.8342951248644,0]},{"partialLength":4.832270377015734,"point":[551.5810295140584,934.2500710379754,0]},{"partialLength":4.7665823701869465,"point":[547.4528434386383,936.6330077174708,0]},{"partialLength":4.699348763197509,"point":[543.3828861932273,938.9823324755007,0]},{"partialLength":4.630569556047128,"point":[539.3724963716188,941.2972726242151,0]},{"partialLength":4.560244748736424,"point":[535.4230125676061,943.5770554757646,0]},{"partialLength":4.4883743412648185,"point":[531.5357733749825,945.8209083422992,0]},{"partialLength":4.414958333632523,"point":[527.7121173875413,948.028058535969,0]},{"partialLength":4.339996725839596,"point":[523.9533831990759,950.1977333689243,0]},{"partialLength":4.263489517886038,"point":[520.2609094033796,952.3291601533156,0]},{"partialLength":4.185436709771932,"point":[516.6360345942455,954.4215662012928,0]},{"partialLength":4.105838301496789,"point":[513.0800973654673,956.474178825006,0]},{"partialLength":4.024694293061327,"point":[509.594436310838,958.4862253366058,0]},{"partialLength":3.9420046844651253,"point":[506.18039002415094,960.4569330482423,0]},{"partialLength":3.857769475708191,"point":[502.83929709919954,962.3855292720656,0]},{"partialLength":3.771988666790567,"point":[499.57249612977705,964.2712413202258,0]},{"partialLength":3.6846622577123354,"point":[496.3813257096769,966.1132965048736,0]},{"partialLength":3.595790248473353,"point":[493.2671244326923,967.9109221381586,0]},{"partialLength":3.505372639073971,"point":[490.2312308926165,969.6633455322317,0]},{"partialLength":3.4134094295135395,"point":[487.274983683243,971.3697939992425,0]},{"partialLength":3.319900619792754,"point":[484.399721398365,973.0294948513415,0]},{"partialLength":3.2248462099111945,"point":[481.6067826317758,974.6416754006789,0]},{"partialLength":3.1282461998689612,"point":[478.8975059772687,976.2055629594047,0]},{"partialLength":3.030100589666195,"point":[476.2732300286371,977.7203848396696,0]},{"partialLength":2.930409379302692,"point":[473.7352933796742,979.1853683536233,0]},{"partialLength":2.829172568778616,"point":[471.2850346241735,980.5997408134165,0]},{"partialLength":2.7263901580938152,"point":[468.9237923559281,981.9627295311989,0]},{"partialLength":2.622062147248455,"point":[466.6529051687315,983.2735618191211,0]},{"partialLength":2.5161885362425966,"point":[464.47371165637674,984.5314649893332,0]},{"partialLength":2.4087693250758804,"point":[462.3875504126575,985.7356663539855,0]},{"partialLength":2.2998045137488035,"point":[460.3957600313668,986.8853932252281,0]},{"partialLength":2.189294102260938,"point":[458.49967910629823,987.9798729152112,0]},{"partialLength":2.077238090612754,"point":[456.70064623124483,989.0183327360852,0]},{"partialLength":1.96363647880386,"point":[455,990,0]}]}},{"t":243.000009897593,"s":[455,990,0]}],"ix":2},"a":{"a":0,"k":[-104,-32,0],"ix":1},"s":{"a":0,"k":[125.00000000000001,120.37037037037037,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[16,16],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false,"_render":true},{"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,"_render":true},{"ty":"tr","p":{"a":0,"k":[-104,-32],"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","_render":true}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false,"_render":true}],"ip":116.000004724777,"op":1016.00004138253,"st":116.000004724777,"bm":0,"completed":true},{"ddd":0,"ind":16,"ty":4,"nm":"medium 5","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":228,"s":[100]},{"t":297.000012097058,"s":[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":169,"s":[1070,635,0],"to":[-66,-56,0],"ti":[66,56,0]},{"t":296.000012056327,"s":[574.9999999999999,214.99999999999997,0]}],"ix":2},"a":{"a":0,"k":[-104,-32,0],"ix":1},"s":{"a":0,"k":[125.00000000000001,120.37037037037037,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[16,16],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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":[-104,-32],"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":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":169.000006883511,"op":1069.00004354126,"st":169.000006883511,"bm":0,"completed":true},{"ddd":0,"ind":17,"ty":4,"nm":"medium 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":149,"s":[100],"__fnct":[null]},{"t":218.000008879322,"s":[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":90,"s":[1070,635,0],"to":[-82,47.333,0],"ti":[82,-47.333,0],"bezierData":{"segmentLength":710.1056259460404,"points":[{"partialLength":0,"point":[1070,635,0]},{"partialLength":1.9636364788039584,"point":[1068.299353768755,635.9816672639148,0]},{"partialLength":2.0772380906125574,"point":[1066.5003208937019,637.0201270847888,0]},{"partialLength":2.189294102261044,"point":[1064.6042399686332,638.114606774772,0]},{"partialLength":2.2998045137488035,"point":[1062.6124495873426,639.2643336460146,0]},{"partialLength":2.4087693250757325,"point":[1060.5262883436235,640.4685350106669,0]},{"partialLength":2.5161885362425473,"point":[1058.3470948312688,641.726438180879,0]},{"partialLength":2.6220621472485304,"point":[1056.076207644072,643.0372704688009,0]},{"partialLength":2.726390158093929,"point":[1053.7149653758265,644.4002591865835,0]},{"partialLength":2.8291725687787563,"point":[1051.2647066203256,645.8146316463766,0]},{"partialLength":2.930409379302503,"point":[1048.726769971363,647.2796151603304,0]},{"partialLength":3.030100589666089,"point":[1046.1024940227314,648.7944370405952,0]},{"partialLength":3.128246199869173,"point":[1043.3932173682242,650.3583245993212,0]},{"partialLength":3.2248462099110466,"point":[1040.6002786016352,651.9705051486586,0]},{"partialLength":3.3199006197928034,"point":[1037.725016316757,653.6302060007577,0]},{"partialLength":3.4134094295135395,"point":[1034.7687691073836,655.3366544677684,0]},{"partialLength":3.5053726390737587,"point":[1031.732875567308,657.0890778618412,0]},{"partialLength":3.5957902484735156,"point":[1028.6186742903233,658.8867034951265,0]},{"partialLength":3.6846622577124677,"point":[1025.4275038702228,660.728758679774,0]},{"partialLength":3.7719886667905747,"point":[1022.1607029008004,662.6144707279344,0]},{"partialLength":3.8577694757080847,"point":[1018.8196099758491,664.5430669517576,0]},{"partialLength":3.9420046844651253,"point":[1015.405563689162,666.5137746633941,0]},{"partialLength":4.024694293061229,"point":[1011.9199026345328,668.5258211749939,0]},{"partialLength":4.105838301496944,"point":[1008.3639654057545,670.5784337987072,0]},{"partialLength":4.185436709771834,"point":[1004.7390905966205,672.6708398466844,0]},{"partialLength":4.263489517886136,"point":[1001.0466168009241,674.8022666310757,0]},{"partialLength":4.339996725839653,"point":[997.2878826124587,676.9719414640311,0]},{"partialLength":4.414958333632424,"point":[993.4642266250177,679.179091657701,0]},{"partialLength":4.488374341264678,"point":[989.5769874323943,681.4229445242356,0]},{"partialLength":4.560244748736746,"point":[985.627503628381,683.7027273757848,0]},{"partialLength":4.630569556046947,"point":[981.6171138067729,686.0176675244994,0]},{"partialLength":4.699348763197536,"point":[977.5471565613616,688.3669922825289,0]},{"partialLength":4.766582370187003,"point":[973.4189704859415,690.7499289620245,0]},{"partialLength":4.832270377015734,"point":[969.2338941743055,693.1657048751355,0]},{"partialLength":4.896412783684055,"point":[964.993266220247,695.6135473340128,0]},{"partialLength":4.9590095901915,"point":[960.6984252175592,698.092683650806,0]},{"partialLength":5.020060796538382,"point":[956.3507097600356,700.6023411376657,0]},{"partialLength":5.079566402724513,"point":[951.9514584414693,703.1417471067421,0]},{"partialLength":5.137526408749936,"point":[947.5020098556537,705.710128870185,0]},{"partialLength":5.193940814614712,"point":[943.0037025963824,708.3067137401455,0]},{"partialLength":5.248809620319029,"point":[938.4578752574479,710.9307290287727,0]},{"partialLength":5.302132825862122,"point":[933.8658664326447,713.5814020482178,0]},{"partialLength":5.353910431245418,"point":[929.2290147157647,716.2579601106304,0]},{"partialLength":5.404142436467108,"point":[924.5486587006026,718.959630528161,0]},{"partialLength":5.452828841528497,"point":[919.8261369809511,721.6856406129599,0]},{"partialLength":5.499969646429373,"point":[915.0627881506033,724.435217677177,0]},{"partialLength":5.54556485116943,"point":[910.2599508033528,727.2075890329628,0]},{"partialLength":5.58961445574872,"point":[905.4189635329928,730.0019819924672,0]},{"partialLength":5.632118460167486,"point":[900.5411649333167,732.8176238678408,0]},{"partialLength":5.673076864425639,"point":[895.6278935981176,735.6537419712334,0]},{"partialLength":5.712489668522676,"point":[890.6804881211893,738.5095636147958,0]},{"partialLength":5.750356872459693,"point":[885.7002870963245,741.3843161106777,0]},{"partialLength":5.786678476235086,"point":[880.6886291173174,744.2772267710295,0]},{"partialLength":5.821454479850992,"point":[875.6468527779599,747.1875229080011,0]},{"partialLength":5.854684883305377,"point":[870.5762966720467,750.1144318337437,0]},{"partialLength":5.886369686599243,"point":[865.4782993933704,753.0571808604062,0]},{"partialLength":5.916508889732658,"point":[860.3541995357244,756.0149973001397,0]},{"partialLength":5.945102492705319,"point":[855.205335692902,758.9871084650943,0]},{"partialLength":5.972150495516932,"point":[850.033046458697,761.9727416674199,0]},{"partialLength":5.997652898168299,"point":[844.838670426902,764.9711242192669,0]},{"partialLength":6.02160970065883,"point":[839.6235461913108,767.9814834327857,0]},{"partialLength":6.044020902988666,"point":[834.3890123457165,771.0030466201264,0]},{"partialLength":6.06488650515807,"point":[829.1364074839121,774.0350410934387,0]},{"partialLength":6.0842065071663045,"point":[823.8670701996919,777.076694164874,0]},{"partialLength":6.1019809090142445,"point":[818.5823390868479,780.1272331465809,0]},{"partialLength":6.118209710701257,"point":[813.2835527391749,783.1858853507115,0]},{"partialLength":6.132892912227918,"point":[807.9720497504647,786.2518780894144,0]},{"partialLength":6.146030513593633,"point":[802.6491687145116,789.3244386748405,0]},{"partialLength":6.15762251479861,"point":[797.3162482251088,792.4027944191402,0]},{"partialLength":6.167668915843016,"point":[791.9746268760493,795.4861726344632,0]},{"partialLength":6.17616971672705,"point":[786.6256432611265,798.5738006329602,0]},{"partialLength":6.1831249174499225,"point":[781.2706359741338,801.6649057267812,0]},{"partialLength":6.188534518012311,"point":[775.9109436088646,804.7587152280764,0]},{"partialLength":6.192398518414086,"point":[770.5479047591119,807.854456448996,0]},{"partialLength":6.1947169186548425,"point":[765.1828580186697,810.9513567016903,0]},{"partialLength":6.195489718735535,"point":[759.8171419813303,814.0486432983096,0]},{"partialLength":6.194716918654998,"point":[754.452095240888,817.145543551004,0]},{"partialLength":6.192398518414044,"point":[749.0890563911354,820.2412847719237,0]},{"partialLength":6.188534518012311,"point":[743.7293640258662,823.3350942732189,0]},{"partialLength":6.1831249174499225,"point":[738.3743567388735,826.4261993670399,0]},{"partialLength":6.1761697167268945,"point":[733.0253731239508,829.5138273655368,0]},{"partialLength":6.167668915843016,"point":[727.6837517748913,832.5972055808598,0]},{"partialLength":6.1576225147987085,"point":[722.3508312854884,835.6755613251595,0]},{"partialLength":6.14603051359369,"point":[717.0279502495353,838.7481219105857,0]},{"partialLength":6.132892912227778,"point":[711.7164472608254,841.8141146492887,0]},{"partialLength":6.118209710701423,"point":[706.4176609131518,844.8727668534189,0]},{"partialLength":6.101980909014176,"point":[701.1329298003083,847.9233058351263,0]},{"partialLength":6.084206507166372,"point":[695.8635925160877,850.964958906561,0]},{"partialLength":6.064886505157945,"point":[690.6109876542836,853.9969533798737,0]},{"partialLength":6.0440209029887075,"point":[685.3764538086892,857.0185165672143,0]},{"partialLength":6.02160970065883,"point":[680.161329573098,860.0288757807331,0]},{"partialLength":5.997652898168299,"point":[674.966953541303,863.0272583325801,0]},{"partialLength":5.97215049551703,"point":[669.7946643070978,866.0128915349057,0]},{"partialLength":5.94510249270522,"point":[664.6458004642756,868.9850026998603,0]},{"partialLength":5.916508889732559,"point":[659.5217006066297,871.9428191395938,0]},{"partialLength":5.8863696865993,"point":[654.4237033279534,874.8855681662565,0]},{"partialLength":5.8546848833054606,"point":[649.35314722204,877.8124770919987,0]},{"partialLength":5.82145447985067,"point":[644.311370882683,880.7227732289707,0]},{"partialLength":5.78667847623562,"point":[639.2997129036753,883.6156838893224,0]},{"partialLength":5.750356872459439,"point":[634.3195118788107,886.4904363852042,0]},{"partialLength":5.712489668522816,"point":[629.3721064018822,889.3462580287664,0]},{"partialLength":5.6730768644254,"point":[624.4588350666834,892.1823761321592,0]},{"partialLength":5.632118460167583,"point":[619.5810364670072,894.9980180075328,0]},{"partialLength":5.589614455748678,"point":[614.7400491966473,897.7924109670373,0]},{"partialLength":5.5455648511694715,"point":[609.9372118493967,900.564782322823,0]},{"partialLength":5.4999696464293315,"point":[605.173863019049,903.3143593870402,0]},{"partialLength":5.452828841528482,"point":[600.4513412993974,906.0403694718389,0]},{"partialLength":5.404142436467304,"point":[595.770985284235,908.7420398893695,0]},{"partialLength":5.353910431245081,"point":[591.1341335673555,911.4185979517822,0]},{"partialLength":5.302132825862403,"point":[586.5421247425519,914.0692709712271,0]},{"partialLength":5.248809620318904,"point":[581.9962974036177,916.6932862598546,0]},{"partialLength":5.193940814614796,"point":[577.4979901443462,919.2898711298149,0]},{"partialLength":5.137526408750107,"point":[573.0485415585306,921.8582528932582,0]},{"partialLength":5.079566402724399,"point":[568.6492902399643,924.3976588623343,0]},{"partialLength":5.020060796538226,"point":[564.3015747824408,926.9073163491939,0]},{"partialLength":4.959009590191614,"point":[560.006733779753,929.3864526659873,0]},{"partialLength":4.89641278368404,"point":[555.7661058256944,931.8342951248644,0]},{"partialLength":4.832270377015734,"point":[551.5810295140584,934.2500710379754,0]},{"partialLength":4.7665823701869465,"point":[547.4528434386383,936.6330077174708,0]},{"partialLength":4.699348763197509,"point":[543.3828861932273,938.9823324755007,0]},{"partialLength":4.630569556047128,"point":[539.3724963716188,941.2972726242151,0]},{"partialLength":4.560244748736424,"point":[535.4230125676061,943.5770554757646,0]},{"partialLength":4.4883743412648185,"point":[531.5357733749825,945.8209083422992,0]},{"partialLength":4.414958333632523,"point":[527.7121173875413,948.028058535969,0]},{"partialLength":4.339996725839596,"point":[523.9533831990759,950.1977333689243,0]},{"partialLength":4.263489517886038,"point":[520.2609094033796,952.3291601533156,0]},{"partialLength":4.185436709771932,"point":[516.6360345942455,954.4215662012928,0]},{"partialLength":4.105838301496789,"point":[513.0800973654673,956.474178825006,0]},{"partialLength":4.024694293061327,"point":[509.594436310838,958.4862253366058,0]},{"partialLength":3.9420046844651253,"point":[506.18039002415094,960.4569330482423,0]},{"partialLength":3.857769475708191,"point":[502.83929709919954,962.3855292720656,0]},{"partialLength":3.771988666790567,"point":[499.57249612977705,964.2712413202258,0]},{"partialLength":3.6846622577123354,"point":[496.3813257096769,966.1132965048736,0]},{"partialLength":3.595790248473353,"point":[493.2671244326923,967.9109221381586,0]},{"partialLength":3.505372639073971,"point":[490.2312308926165,969.6633455322317,0]},{"partialLength":3.4134094295135395,"point":[487.274983683243,971.3697939992425,0]},{"partialLength":3.319900619792754,"point":[484.399721398365,973.0294948513415,0]},{"partialLength":3.2248462099111945,"point":[481.6067826317758,974.6416754006789,0]},{"partialLength":3.1282461998689612,"point":[478.8975059772687,976.2055629594047,0]},{"partialLength":3.030100589666195,"point":[476.2732300286371,977.7203848396696,0]},{"partialLength":2.930409379302692,"point":[473.7352933796742,979.1853683536233,0]},{"partialLength":2.829172568778616,"point":[471.2850346241735,980.5997408134165,0]},{"partialLength":2.7263901580938152,"point":[468.9237923559281,981.9627295311989,0]},{"partialLength":2.622062147248455,"point":[466.6529051687315,983.2735618191211,0]},{"partialLength":2.5161885362425966,"point":[464.47371165637674,984.5314649893332,0]},{"partialLength":2.4087693250758804,"point":[462.3875504126575,985.7356663539855,0]},{"partialLength":2.2998045137488035,"point":[460.3957600313668,986.8853932252281,0]},{"partialLength":2.189294102260938,"point":[458.49967910629823,987.9798729152112,0]},{"partialLength":2.077238090612754,"point":[456.70064623124483,989.0183327360852,0]},{"partialLength":1.96363647880386,"point":[455,990,0]}]}},{"t":217.000008838591,"s":[455,990,0]}],"ix":2},"a":{"a":0,"k":[-104,-32,0],"ix":1},"s":{"a":0,"k":[125.00000000000001,120.37037037037037,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[16,16],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false,"_render":true},{"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,"_render":true},{"ty":"tr","p":{"a":0,"k":[-104,-32],"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","_render":true}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false,"_render":true}],"ip":90.0000036657751,"op":990.000040323527,"st":90.0000036657751,"bm":0,"completed":true},{"ddd":0,"ind":18,"ty":4,"nm":"medium","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":67,"s":[100],"__fnct":[null]},{"t":188.000007657397,"s":[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":8,"s":[872.845,748.8049999999998,0],"to":null,"ti":null},{"t":188.000007657397,"s":[872.845,113.805,0]}],"ix":2},"a":{"a":0,"k":[-104,-32,0],"ix":1},"s":{"a":0,"k":[125.00000000000001,120.37037037037037,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[16,16],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false,"_render":true},{"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,"_render":true},{"ty":"tr","p":{"a":0,"k":[-104,-32],"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","_render":true}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false,"_render":true}],"ip":8.00000032584668,"op":908.000036983598,"st":8.00000032584668,"bm":0,"completed":true},{"ddd":0,"ind":20,"ty":4,"nm":"large 3","parent":10,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":67,"s":[100],"__fnct":[null]},{"t":176.000007168627,"s":[0]}],"ix":11},"r":{"a":0,"k":-60,"ix":10},"p":{"a":0,"k":[-215.033,-177.295,0],"ix":2},"a":{"a":0,"k":[-190,-54,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[20,20],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false,"_render":true},{"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,"_render":true},{"ty":"tr","p":{"a":0,"k":[-190,-54],"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","_render":true}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false,"_render":true}],"ip":0,"op":900.000036657751,"st":0,"bm":0,"completed":true},{"ddd":0,"ind":21,"ty":4,"nm":"large 6","parent":6,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":94,"s":[100],"__fnct":[null]},{"t":165.000006720588,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[939.162,-107.788,0],"ix":2},"a":{"a":0,"k":[-190,-54,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[20,20],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false,"_render":true},{"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,"_render":true},{"ty":"tr","p":{"a":0,"k":[-190,-54],"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","_render":true}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false,"_render":true}],"ip":61.0000024845809,"op":961.000039142332,"st":61.0000024845809,"bm":0,"completed":true},{"ddd":0,"ind":22,"ty":4,"nm":"large 2","parent":6,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":128,"s":[100],"__fnct":[null]},{"t":249.000010141978,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[939.162,-107.788,0],"ix":2},"a":{"a":0,"k":[-190,-54,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[20,20],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false,"_render":true},{"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,"_render":true},{"ty":"tr","p":{"a":0,"k":[-190,-54],"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","_render":true}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false,"_render":true}],"ip":61.0000024845809,"op":961.000039142332,"st":61.0000024845809,"bm":0,"completed":true},{"ddd":0,"ind":23,"ty":4,"nm":"large 5","parent":18,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":67,"s":[100],"__fnct":[null]},{"t":188.000007657397,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[819.724,114.956,0],"ix":2},"a":{"a":0,"k":[-190,-54,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[20,20],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false,"_render":true},{"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,"_render":true},{"ty":"tr","p":{"a":0,"k":[-190,-54],"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","_render":true}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false,"_render":true}],"ip":0,"op":900.000036657751,"st":0,"bm":0,"completed":true},{"ddd":0,"ind":24,"ty":4,"nm":"large","parent":18,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":67,"s":[100],"__fnct":[null]},{"t":188.000007657397,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[819.724,114.956,0],"ix":2},"a":{"a":0,"k":[-190,-54,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[20,20],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false,"_render":true},{"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,"_render":true},{"ty":"tr","p":{"a":0,"k":[-190,-54],"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","_render":true}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false,"_render":true}],"ip":0,"op":900.000036657751,"st":0,"bm":0,"completed":true}],"markers":[],"__complete":true} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/2FrameAnimation.json b/ohos/flutter_lottie/assets/Tests/2FrameAnimation.json new file mode 100644 index 0000000000000000000000000000000000000000..254c0c27205d6dbd340e504d43e5c1a028d8106b --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/2FrameAnimation.json @@ -0,0 +1 @@ +{"v":"5.4.4","fr":30.0000305175781,"ip":0,"op":2.00000203450521,"w":200,"h":200,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","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":0,"s":[100,100,0],"e":[220,218,0],"to":[20,19.667,0],"ti":[-20,-19.667,0]},{"t":1.0000010172526}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[73.287,73.287],"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":"fl","c":{"a":0,"k":[1,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":[-61.356,-58.856],"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":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":2.00000203450521,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/2ParentsMatte.json b/ohos/flutter_lottie/assets/Tests/2ParentsMatte.json new file mode 100644 index 0000000000000000000000000000000000000000..8f3e943efa23bf4265f64ee9bad67161401d1ffc --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/2ParentsMatte.json @@ -0,0 +1 @@ +{"v":"5.3.4","fr":30.0000305175781,"ip":0,"op":30.0000305175781,"w":300,"h":300,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":3,"nm":"Null 2","sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[153,210,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ip":0,"op":30.0000305175781,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":3,"nm":"Null 1","parent":1,"sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-83,-150,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ip":0,"op":30.0000305175781,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 2","parent":2,"td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[150,150,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[100,100],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":30.0000305175781,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 1","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[150,150,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[200,200],"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":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Rectangle 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-29.0000295003255,"op":30.0000305175781,"st":-29.0000295003255,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/Airbnb.zip b/ohos/flutter_lottie/assets/Tests/Airbnb.zip new file mode 100644 index 0000000000000000000000000000000000000000..f210a0107bb9b49a3da467a11a5fd8c74a1e695d Binary files /dev/null and b/ohos/flutter_lottie/assets/Tests/Airbnb.zip differ diff --git a/ohos/flutter_lottie/assets/Tests/Airbnb400.zip b/ohos/flutter_lottie/assets/Tests/Airbnb400.zip new file mode 100644 index 0000000000000000000000000000000000000000..24021ad2f0612d6a28adf12cb2efb676af5b854f Binary files /dev/null and b/ohos/flutter_lottie/assets/Tests/Airbnb400.zip differ diff --git a/ohos/flutter_lottie/assets/Tests/Airbnb800.zip b/ohos/flutter_lottie/assets/Tests/Airbnb800.zip new file mode 100644 index 0000000000000000000000000000000000000000..97105b5ae51b00fec3fc5776bbc92306360c6bf3 Binary files /dev/null and b/ohos/flutter_lottie/assets/Tests/Airbnb800.zip differ diff --git a/ohos/flutter_lottie/assets/Tests/AnimatedShadow.json b/ohos/flutter_lottie/assets/Tests/AnimatedShadow.json new file mode 100644 index 0000000000000000000000000000000000000000..ec86bb81ddb1bda9bdc5f492f1a1e5a1ca5aac8f --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/AnimatedShadow.json @@ -0,0 +1 @@ +{"v":"5.7.7","fr":29.9700012207031,"ip":0,"op":181.000007372281,"w":375,"h":375,"nm":"Square","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.5,187.5,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"ef":[{"ty":25,"nm":"Drop Shadow2","np":8,"mn":"ADBE Drop Shadow","ix":1,"en":1,"ef":[{"ty":2,"nm":"Shadow Color","mn":"ADBE Drop Shadow-0001","ix":1,"v":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0,0,0,1]},{"t":151.000006150356,"s":[0,0.371857702732,1,1]}],"ix":1}},{"ty":0,"nm":"Opacity","mn":"ADBE Drop Shadow-0002","ix":2,"v":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":0,"s":[127.5]},{"t":151.000006150356,"s":[127.5]}],"ix":2}},{"ty":0,"nm":"Direction","mn":"ADBE Drop Shadow-0003","ix":3,"v":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"t":151.000006150356,"s":[360]}],"ix":3}},{"ty":0,"nm":"Distance","mn":"ADBE Drop Shadow-0004","ix":4,"v":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[10]},{"t":151.000006150356,"s":[15]}],"ix":4}},{"ty":0,"nm":"Softness","mn":"ADBE Drop Shadow-0005","ix":5,"v":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[20]},{"t":151.000006150356,"s":[50]}],"ix":5}},{"ty":7,"nm":"Shadow Only","mn":"ADBE Drop Shadow-0006","ix":6,"v":{"a":0,"k":0,"ix":6}}]}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[217.641,217.641],"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":"fl","c":{"a":0,"k":[1,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":[-4.68,-1.68],"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":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":184.000007494474,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/BeyondBounds.json b/ohos/flutter_lottie/assets/Tests/BeyondBounds.json new file mode 100644 index 0000000000000000000000000000000000000000..6f8593fb28fd44a9fb2fba42dc111aed2f5b33af --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/BeyondBounds.json @@ -0,0 +1 @@ +{"v":"5.8.2","fr":23.9759979248047,"ip":0,"op":71.9999937681822,"w":400,"h":400,"nm":"BeyondBounds","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200,200,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[510.547,510.547],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,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":[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":"Ellipse 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":71.9999937681822,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/BoxPosition.json b/ohos/flutter_lottie/assets/Tests/BoxPosition.json new file mode 100644 index 0000000000000000000000000000000000000000..631b67db5b69233f0f2d27ec5d9feddbb6cb75a4 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/BoxPosition.json @@ -0,0 +1 @@ +{"v":"5.10.2","fr":29.9700012207031,"ip":0,"op":180.00000733155,"w":1920,"h":1080,"nm":"Box Position","ddd":0,"assets":[],"fonts":{"list":[{"fName":"Helvetica","fFamily":"Helvetica","fStyle":"Regular","ascent":71.8994140625}]},"layers":[{"ddd":0,"ind":1,"ty":5,"nm":"Blue","sr":1,"ks":{"o":{"a":0,"k":50,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1000,150,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"t":{"d":{"k":[{"s":{"sz":[284,459],"ps":[-123,-186.5],"s":119,"f":"Helvetica","t":"123\u0003ABC\u0003D","ca":0,"j":2,"tr":0,"lh":89,"ls":0,"fc":[0.184,0,1]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":180.00000733155,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":2,"ty":5,"nm":"Black","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1000,150,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"t":{"d":{"k":[{"s":{"sz":[284,369],"ps":[-122,-95.560302734375],"s":119,"f":"Helvetica","t":"ABC\u0003D\u0003E","ca":0,"j":2,"tr":0,"lh":89,"ls":0,"fc":[0,0,0]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":180.00000733155,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1016,68,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[32.289,107.146,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[885.37,241.53],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"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,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":[13.837,159.727],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,144.052],"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":0,"op":180.00000733155,"st":0,"ct":1,"bm":0}],"markers":[],"chars":[{"ch":"A","size":119,"style":"Regular","w":66.7,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[21.973,-29.395],[33.545,-61.084],[44.434,-29.395]],"c":true},"ix":2},"nm":"A","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[1.465,0],[11.426,0],[19.189,-21.484],[47.559,-21.484],[54.834,0],[65.479,0],[39.453,-71.729],[28.467,-71.729]],"c":true},"ix":2},"nm":"A","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"A","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"},{"ch":"B","size":119,"style":"Regular","w":66.7,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-2.171,-0.911],[0,-4.688],[3.618,-1.79],[4.144,0]],"o":[[0,0],[0,0],[4.276,0],[3.848,1.628],[0,4.655],[-2.303,1.14],[0,0]],"v":[[16.895,-41.406],[16.895,-63.623],[34.41,-63.623],[44.081,-62.256],[49.854,-52.783],[44.426,-43.115],[34.756,-41.406]],"c":true},"ix":2},"nm":"B","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-2.498,-1.009],[0,-5.208],[1.61,-2.18],[6.013,0]],"o":[[0,0],[0,0],[4.108,0],[4.699,1.888],[0,3.093],[-2.563,3.451],[0,0]],"v":[[16.895,-8.301],[16.895,-33.545],[36.364,-33.545],[46.272,-32.031],[53.32,-21.387],[50.905,-13.477],[38.04,-8.301]],"c":true},"ix":2},"nm":"B","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-4.356,5.599],[0,4.623],[3.223,3.125],[3.678,1.4],[-1.335,1.53],[0,4.525],[2.097,2.962],[8.453,0],[0,0]],"o":[[0,0],[9.498,0],[2.914,-3.743],[0,-5.501],[-1.823,-1.758],[2.506,-1.27],[2.571,-2.897],[0,-3.873],[-3.572,-5.013],[0,0],[0,0]],"v":[[7.373,0],[37.883,0],[58.665,-8.398],[63.037,-20.947],[58.203,-33.887],[49.951,-38.623],[55.713,-42.822],[59.57,-53.955],[56.425,-64.209],[38.387,-71.729],[7.373,-71.729]],"c":true},"ix":2},"nm":"B","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"B","np":6,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"},{"ch":"C","size":119,"style":"Regular","w":72.22,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.976,0],[5.984,-7.361],[0,-10.586],[-7.368,-6.677],[-8.237,0],[-5.631,6.152],[-0.837,7.552],[0,0],[1.95,-2.897],[7.035,0],[3.853,5.229],[0,8.406],[-4.268,4.968],[-6.937,0],[-3.149,-2.702],[-1.055,-4.622],[0,0],[4.955,4.785]],"o":[[-10.521,0],[-5.534,6.776],[0,13.942],[5.598,5.049],[9.557,0],[4.697,-5.11],[0,0],[-0.96,4.72],[-3.677,5.502],[-7.642,0],[-3.854,-5.229],[0,-10.262],[4.268,-4.968],[5.69,0],[3.149,2.702],[0,0],[-0.547,-6.087],[-4.955,-4.785]],"v":[[37.453,-73.682],[12.695,-62.64],[4.395,-36.597],[15.447,-5.669],[36.201,1.904],[58.984,-7.324],[67.285,-26.318],[57.812,-26.318],[53.448,-14.893],[37.379,-6.641],[20.135,-14.484],[14.355,-34.936],[20.757,-57.782],[37.564,-65.234],[50.823,-61.182],[57.129,-50.195],[66.602,-50.195],[58.349,-66.504]],"c":true},"ix":2},"nm":"C","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"C","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"},{"ch":"\u0003","size":119,"style":"Regular","w":0,"fFamily":"Helvetica"},{"ch":"D","size":119,"style":"Regular","w":72.22,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-3.454,-4.915],[0,-8.887],[0.478,-2.702],[1.878,-2.897],[3.692,-1.27],[3.214,0]],"o":[[0,0],[0,0],[7.671,0],[3.453,4.916],[0,2.312],[-0.828,4.525],[-2.356,3.613],[-2.069,0.684],[0,0]],"v":[[17.871,-8.301],[17.871,-63.379],[34.725,-63.379],[51.411,-56.006],[56.592,-35.303],[55.875,-27.783],[51.817,-16.65],[42.746,-9.326],[34.821,-8.301]],"c":true},"ix":2},"nm":"D","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-4.979,10.873],[0,7.617],[4.786,6.316],[9.734,0],[0,0]],"o":[[0,0],[12.142,0],[2.827,-6.152],[0,-9.863],[-5.365,-6.998],[0,0],[0,0]],"v":[[8.057,0],[36.63,0],[62.312,-16.309],[66.553,-36.963],[59.373,-61.23],[36.726,-71.729],[8.057,-71.729]],"c":true},"ix":2},"nm":"D","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"D","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"},{"ch":"E","size":119,"style":"Regular","w":66.7,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[8.545,0],[61.328,0],[61.328,-8.545],[18.018,-8.545],[18.018,-32.861],[57.373,-32.861],[57.373,-41.162],[18.018,-41.162],[18.018,-62.939],[60.596,-62.939],[60.596,-71.729],[8.545,-71.729]],"c":true},"ix":2},"nm":"E","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"E","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"},{"ch":"1","size":119,"style":"Regular","w":48.24,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[2.506,-1.448],[6.348,-0.618],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[-1.237,5.404],[-2.507,1.449],[0,0],[0,0]],"v":[[26.025,-49.512],[26.025,0],[35.4,0],[35.4,-69.629],[28.467,-69.629],[22.852,-59.351],[9.57,-56.25],[9.57,-49.512]],"c":true},"ix":2},"nm":"1","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"},{"ch":"2","size":119,"style":"Regular","w":55.62,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.325,-6.022],[0,0],[0,0],[0,0],[-3.255,2.832],[-3.191,1.758],[0,0],[-2.279,2.312],[0,5.599],[3.694,4.33],[8.008,0],[3.809,-6.77],[0.098,-6.087],[0,0],[-1.237,2.449],[-6.023,0],[-2.441,-2.397],[0,-4.077],[2.669,-2.707],[4.199,-2.441],[0,0],[2.164,-4.459]],"o":[[0,0],[0,0],[0,0],[0.846,-3.45],[1.823,-1.595],[0,0],[5.891,-3.288],[3.938,-3.971],[0,-5.305],[-3.695,-4.329],[-9.636,0],[-2.148,3.841],[0,0],[0.13,-4.341],[2.311,-4.57],[4.069,0],[2.441,2.397],[0,3.49],[-1.693,1.729],[0,0],[-6.283,3.646],[-2.165,4.46]],"v":[[3.125,0],[51.123,0],[51.123,-8.301],[12.939,-8.301],[19.092,-17.725],[26.611,-22.754],[33.301,-26.465],[45.557,-34.863],[51.465,-49.219],[45.923,-63.672],[28.369,-70.166],[8.203,-60.01],[4.834,-45.117],[13.77,-45.117],[15.82,-55.302],[28.32,-62.158],[38.086,-58.562],[41.748,-48.851],[37.744,-39.556],[28.906,-33.301],[19.531,-27.881],[6.86,-15.723]],"c":true},"ix":2},"nm":"2","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"2","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"},{"ch":"3","size":119,"style":"Regular","w":55.62,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-8.269,0],[-4.395,4.199],[0,6.673],[2.067,2.881],[3.678,1.009],[-1.433,1.66],[0,4.297],[3.906,3.174],[7.129,0],[3.58,-6.51],[0,-5.208],[0,0],[-1.237,2.148],[-5.859,0],[-2.474,-1.888],[0,-3.483],[3.711,-1.823],[3.288,0],[0.618,0.033],[0.911,0.098],[0,0],[-0.603,0.017],[-0.586,0],[-2.946,-1.92],[0,-4.817],[2.799,-2.473],[4.622,0],[2.278,3.679],[0.391,4.525],[0,0],[-3.728,-4.541]],"o":[[8.073,0],[4.395,-4.199],[0,-4.166],[-2.068,-2.881],[2.278,-0.944],[2.311,-2.669],[0,-6.022],[-3.906,-3.174],[-9.017,0],[-2.084,3.646],[0,0],[0.163,-3.971],[2.246,-3.906],[3.288,0],[2.473,1.888],[0,4.688],[-2.116,1.042],[-0.716,0],[-0.619,-0.032],[0,0],[0.618,-0.032],[0.602,-0.016],[5.241,0],[2.946,1.921],[0,3.906],[-2.8,2.474],[-5.957,0],[-1.302,-2.051],[0,0],[0,6.511],[3.727,4.541]],"v":[[25.977,1.904],[44.678,-4.395],[51.27,-20.703],[48.169,-31.274],[39.551,-37.109],[45.117,-41.016],[48.584,-51.465],[42.725,-65.259],[26.172,-70.02],[7.275,-60.254],[4.15,-46.973],[12.842,-46.973],[14.941,-56.152],[27.1,-62.012],[35.742,-59.18],[39.453,-51.123],[33.887,-41.357],[25.781,-39.795],[23.779,-39.844],[21.484,-40.039],[21.484,-32.275],[23.315,-32.349],[25.098,-32.373],[37.378,-29.492],[41.797,-19.385],[37.598,-9.814],[26.465,-6.104],[14.111,-11.621],[11.572,-21.484],[2.393,-21.484],[7.983,-4.907]],"c":true},"ix":2},"nm":"3","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"3","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/CheckSwitch.json b/ohos/flutter_lottie/assets/Tests/CheckSwitch.json new file mode 100644 index 0000000000000000000000000000000000000000..34acd29076cb35f31c9c2f72f8ec01995d045fa9 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/CheckSwitch.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Checkmark Outlines 2","parent":3,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[14.403,24.469,0]},"a":{"k":[17,13,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[12,-8],[-4.001,8],[-12,0]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0_1_0p167_0"],"t":94,"s":[100],"e":[0]},{"t":121}],"ix":1},"e":{"k":[{"i":{"x":[0],"y":[0]},"o":{"x":[0.167],"y":[0.167]},"n":["0_0_0p167_0p167"],"t":94,"s":[100],"e":[100]},{"t":121}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":94,"s":[0.76,0.76,0.76,1],"e":[0,0.65,0.6,1]},{"t":121}]},"o":{"k":100},"w":{"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[17,13],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"mn":"ADBE Vector Group"}],"ip":94,"op":151,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"X Outlines","parent":3,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.52],"y":[0]},"n":["0_1_0p52_0"],"t":15,"s":[0],"e":[-90]},{"t":56}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.5,"y":0},"n":"0p833_0p833_0p5_0","t":88,"s":[15.346,24.665,0],"e":[2.449,24.665,0],"to":[0,0,0],"ti":[0,0,0]},{"t":94}]},"a":{"k":[11.313,11.759,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[7.391,7.84],[-7.493,-7.049]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":22,"s":[0,0.65,0.6,1],"e":[0.76,0.76,0.76,1]},{"t":36}]},"o":{"k":100},"w":{"k":3},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[11.364,11.364],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0_1_0p167_0p167"],"t":25,"s":[50],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":46,"s":[0],"e":[0]},{"i":{"x":[0.801],"y":[0.738]},"o":{"x":[0.5],"y":[0]},"n":["0p801_0p738_0p5_0"],"t":86,"s":[0],"e":[43.795]},{"i":{"x":[0.708],"y":[0.786]},"o":{"x":[0.376],"y":[0.437]},"n":["0p708_0p786_0p376_0p437"],"t":94,"s":[43.795],"e":[50]},{"t":95}],"ix":1},"e":{"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0_1_0p167_0p167"],"t":25,"s":[50],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":46,"s":[100],"e":[100]},{"i":{"x":[0.801],"y":[0.743]},"o":{"x":[0.5],"y":[0]},"n":["0p801_0p743_0p5_0"],"t":86,"s":[100],"e":[55.405]},{"i":{"x":[0.708],"y":[0.755]},"o":{"x":[0.376],"y":[0.501]},"n":["0p708_0p755_0p376_0p501"],"t":94,"s":[55.405],"e":[50]},{"t":95}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":95,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Checkmark Outlines","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[10.359,11.571,0]},"a":{"k":[17,13,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.52,"y":0},"n":"0_1_0p52_0","t":19,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[12,-8],[-4.001,8],[-12,0]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[9.332,-8],[-6.669,8],[-14.668,0]],"c":false}]},{"t":35}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.52],"y":[0]},"n":["0_1_0p52_0"],"t":19,"s":[0],"e":[3.4]},{"i":{"x":[0],"y":[0]},"o":{"x":[0.167],"y":[0.167]},"n":["0_0_0p167_0p167"],"t":35,"s":[3.4],"e":[3.4]},{"i":{"x":[0.731],"y":[0.776]},"o":{"x":[0.5],"y":[0]},"n":["0p731_0p776_0p5_0"],"t":86,"s":[3.4],"e":[31.013]},{"i":{"x":[0.756],"y":[-0.33]},"o":{"x":[0.414],"y":[2.535]},"n":["0p756_-0p33_0p414_2p535"],"t":94,"s":[31.013],"e":[31.482]},{"t":95}],"ix":1},"e":{"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.52],"y":[0]},"n":["0_1_0p52_0"],"t":19,"s":[100],"e":[65.2]},{"i":{"x":[0],"y":[0]},"o":{"x":[0.167],"y":[0.167]},"n":["0_0_0p167_0p167"],"t":35,"s":[65.2],"e":[65.2]},{"i":{"x":[0.731],"y":[0.794]},"o":{"x":[0.5],"y":[0]},"n":["0p731_0p794_0p5_0"],"t":88,"s":[65.2],"e":[38.107]},{"i":{"x":[0.756],"y":[0.887]},"o":{"x":[0.414],"y":[0.216]},"n":["0p756_0p887_0p414_0p216"],"t":94,"s":[38.107],"e":[31.482]},{"t":95}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":22,"s":[0,0.65,0.6,1],"e":[0.76,0.76,0.76,1]},{"t":36}]},"o":{"k":100},"w":{"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[17,13],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":95,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"White BG Outlines","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.52,"y":0},"n":"0_1_0p52_0","t":15,"s":[70.347,49.429,0],"e":[49.428,49.429,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":0},"o":{"x":0.167,"y":0.167},"n":"0_0_0p167_0p167","t":56,"s":[49.428,49.429,0],"e":[49.428,49.429,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.18,"y":1},"o":{"x":0.5,"y":0},"n":"0p18_1_0p5_0","t":86,"s":[49.428,49.429,0],"e":[70.347,49.429,0],"to":[0,0,0],"ti":[0,0,0]},{"t":106}]},"a":{"k":[24.25,24.25,0]},"s":{"k":[99.867,99.925,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-17.673,0],[0,17.673],[17.673,0],[0,-17.673]],"o":[[17.673,0],[0,-17.673],[-17.673,0],[0,17.673]],"v":[[8.544,32.018],[40.544,0.018],[8.544,-31.982],[-23.456,0.018]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[7.125,24.25],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[93,93],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":150,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Switch Outline Outlines","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[58.858,49.696,0]},"a":{"k":[42,34,0]},"s":{"k":[99.867,99.925,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,17.677],[-17.652,0],[0,0],[0,-17.677],[17.652,0],[0,0]],"o":[[0,-17.673],[0,0],[17.671,0],[0,17.673],[0,0],[-17.671,0]],"v":[[-50.46,-0.154],[-18.463,-32.154],[1.544,-32.154],[33.54,-0.154],[1.544,31.846],[-18.463,31.846]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tr","p":{"k":[42,34],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":1,"mn":"ADBE Vector Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":22,"s":[0,0.65,0.6,1],"e":[0.76,0.76,0.76,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":36,"s":[0.76,0.76,0.76,1],"e":[0.76,0.76,0.76,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":93,"s":[0.76,0.76,0.76,1],"e":[0,0.65,0.6,1]},{"t":106}]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":150,"st":0,"bm":0,"sr":1}],"v":"4.5.0","ddd":0,"ip":0,"op":150,"fr":60,"w":100,"h":100} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/DefaultLineJoinCap.json b/ohos/flutter_lottie/assets/Tests/DefaultLineJoinCap.json new file mode 100644 index 0000000000000000000000000000000000000000..7e3e40996efc856d5808ce143f272edead495eaa --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/DefaultLineJoinCap.json @@ -0,0 +1,5855 @@ +{ + "v": "5.7.5", + "fr": 100, + "ip": 0, + "op": 93, + "w": 360, + "h": 360, + "nm": "Comp 1", + "ddd": 0, + "assets": [ + { + "id": "2", + "layers": [ + { + "ddd": 0, + "ind": 6, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 10180, + 10173 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 8, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 6 + }, + { + "ddd": 0, + "ind": 7, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 8 + }, + { + "ddd": 0, + "refId": "1", + "w": 20000, + "h": 20000, + "ind": 9, + "ty": 0, + "nm": "Shape Layer 6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 0, + "ix": 2 + }, + "r": { + "a": 0, + "k": -45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 10000, + 10000 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 120, + 120 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "hd": false, + "parent": 7 + } + ] + }, + { + "id": "1", + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 10000, + 10000 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 1 + }, + { + "ddd": 0, + "ind": 2, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 3 + }, + { + "ddd": 0, + "ind": 4, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 2 + }, + "r": { + "a": 0, + "k": -45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 2 + }, + { + "ddd": 0, + "ind": 5, + "ty": 4, + "nm": "Path", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "hd": false, + "parent": 4, + "shapes": [ + { + "ty": "gr", + "hd": false, + "it": [ + { + "ty": "sh", + "hd": false, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": false, + "v": [ + [ + -35.5, + 2.5 + ], + [ + -11, + 27.5 + ], + [ + 41, + -22 + ] + ], + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ] + } + } + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 1, + 1, + 1 + ], + "ix": 2 + }, + "o": { + "a": 0, + "k": 100, + "ix": 2 + }, + "w": { + "a": 0, + "k": 6, + "ix": 2 + }, + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 0, + "k": 0, + "ix": 2 + }, + "e": { + "a": 0, + "k": 100, + "ix": 2 + }, + "o": { + "a": 0, + "k": 0, + "ix": 2 + }, + "m": 1, + "hd": false + }, + { + "ty": "tr", + "hd": false, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "o": { + "a": 0, + "k": 100, + "ix": 2 + }, + "sk": { + "a": 0, + "k": 0, + "ix": 2 + }, + "sa": { + "a": 0, + "k": 0, + "ix": 2 + } + } + ] + } + ], + "ip": 0, + "op": 93, + "st": 0, + "bm": 0 + } + ] + }, + { + "id": "4", + "layers": [ + { + "ddd": 0, + "ind": 23, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 10179.326, + 10179.326 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 25, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 23 + }, + { + "ddd": 0, + "ind": 24, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 25 + }, + { + "ddd": 0, + "refId": "3", + "w": 20000, + "h": 20000, + "ind": 26, + "ty": 0, + "nm": "Shape Layer 5", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 0, + "ix": 2 + }, + "r": { + "a": 0, + "k": -45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 10011, + 9992 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 19, + 19 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "hd": false, + "parent": 24 + } + ] + }, + { + "id": "3", + "layers": [ + { + "ddd": 0, + "ind": 14, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 10000, + 10000 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 16, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 14 + }, + { + "ddd": 0, + "ind": 15, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 16 + }, + { + "ddd": 0, + "ind": 17, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 2 + }, + "r": { + "a": 0, + "k": -45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 15 + }, + { + "ddd": 0, + "ind": 18, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 11.674, + -7.326 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 17 + }, + { + "ddd": 0, + "ind": 20, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 18 + }, + { + "ddd": 0, + "ind": 19, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 20 + }, + { + "ddd": 0, + "ind": 21, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 2 + }, + "r": { + "a": 0, + "k": -45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 19 + }, + { + "ddd": 0, + "ind": 22, + "ty": 4, + "nm": "Ellipse Path 1-1", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "hd": false, + "parent": 21, + "shapes": [ + { + "ty": "gr", + "hd": false, + "it": [ + { + "ty": "el", + "hd": false, + "d": 1, + "s": { + "a": 0, + "k": [ + 149.348, + 149.348 + ], + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + } + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.1569, + 0.7059000000000001, + 0.3882 + ], + "ix": 2 + }, + "o": { + "a": 0, + "k": 100, + "ix": 2 + }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 0, + "k": 0, + "ix": 2 + }, + "e": { + "a": 0, + "k": 100, + "ix": 2 + }, + "o": { + "a": 0, + "k": 0, + "ix": 2 + }, + "m": 1, + "hd": false + }, + { + "ty": "tr", + "hd": false, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "o": { + "a": 0, + "k": 100, + "ix": 2 + }, + "sk": { + "a": 0, + "k": 0, + "ix": 2 + }, + "sa": { + "a": 0, + "k": 0, + "ix": 2 + } + } + ] + } + ], + "ip": 0, + "op": 93, + "st": 0, + "bm": 0 + } + ] + }, + { + "id": "5", + "layers": [ + { + "ddd": 0, + "ind": 31, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 10168.326, + 10187.326 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 33, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 31 + }, + { + "ddd": 0, + "ind": 32, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 33 + }, + { + "ddd": 0, + "ind": 34, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 2 + }, + "r": { + "a": 0, + "k": -45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 32 + }, + { + "ddd": 0, + "ind": 35, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 34 + }, + { + "ddd": 0, + "ind": 37, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 35 + }, + { + "ddd": 0, + "ind": 36, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 37 + }, + { + "ddd": 0, + "ind": 38, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 2 + }, + "r": { + "a": 0, + "k": -45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 36 + }, + { + "ddd": 0, + "ind": 39, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 11.674, + -7.326 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 38 + }, + { + "ddd": 0, + "ind": 41, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 39 + }, + { + "ddd": 0, + "ind": 40, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 41 + }, + { + "ddd": 0, + "ind": 42, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 2 + }, + "r": { + "a": 0, + "k": -45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 40 + }, + { + "ddd": 0, + "ind": 43, + "ty": 4, + "nm": "Ellipse Path 1-2", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "hd": false, + "parent": 42, + "shapes": [ + { + "ty": "gr", + "hd": false, + "it": [ + { + "ty": "el", + "hd": false, + "d": 1, + "s": { + "a": 0, + "k": [ + 149.348, + 149.348 + ], + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + } + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.1569, + 0.7059000000000001, + 0.3882 + ], + "ix": 2 + }, + "o": { + "a": 0, + "k": 100, + "ix": 2 + }, + "w": { + "a": 0, + "k": 6, + "ix": 2 + }, + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 0, + "k": 0, + "ix": 2 + }, + "e": { + "a": 0, + "k": 0, + "ix": 2 + }, + "o": { + "a": 0, + "k": 0, + "ix": 2 + }, + "m": 1, + "hd": false + }, + { + "ty": "tr", + "hd": false, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "o": { + "a": 0, + "k": 100, + "ix": 2 + }, + "sk": { + "a": 0, + "k": 0, + "ix": 2 + }, + "sa": { + "a": 0, + "k": 0, + "ix": 2 + } + } + ] + } + ], + "ip": 0, + "op": 93, + "st": 0, + "bm": 0 + } + ] + }, + { + "id": "6", + "layers": [ + { + "ddd": 0, + "ind": 48, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 10168.326, + 10187.326 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 50, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 48 + }, + { + "ddd": 0, + "ind": 49, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 50 + }, + { + "ddd": 0, + "ind": 51, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 2 + }, + "r": { + "a": 0, + "k": -45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 49 + }, + { + "ddd": 0, + "ind": 52, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 51 + }, + { + "ddd": 0, + "ind": 54, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 52 + }, + { + "ddd": 0, + "ind": 53, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 54 + }, + { + "ddd": 0, + "ind": 55, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 2 + }, + "r": { + "a": 0, + "k": -45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 53 + }, + { + "ddd": 0, + "ind": 56, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 11.674, + -7.326 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 55 + }, + { + "ddd": 0, + "ind": 58, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 56 + }, + { + "ddd": 0, + "ind": 57, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 58 + }, + { + "ddd": 0, + "ind": 59, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 2 + }, + "r": { + "a": 0, + "k": -45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 57 + }, + { + "ddd": 0, + "ind": 60, + "ty": 4, + "nm": "Ellipse Path 1-3", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "hd": false, + "parent": 59, + "shapes": [ + { + "ty": "gr", + "hd": false, + "it": [ + { + "ty": "el", + "hd": false, + "d": 1, + "s": { + "a": 0, + "k": [ + 149.348, + 149.348 + ], + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + } + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.7922, + 0.8118, + 0.8235 + ], + "ix": 2 + }, + "o": { + "a": 0, + "k": 100, + "ix": 2 + }, + "w": { + "a": 0, + "k": 6, + "ix": 2 + }, + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 0, + "k": 3, + "ix": 2 + }, + "e": { + "a": 0, + "k": 0, + "ix": 2 + }, + "o": { + "a": 0, + "k": 0, + "ix": 2 + }, + "m": 1, + "hd": false + }, + { + "ty": "tr", + "hd": false, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "o": { + "a": 0, + "k": 100, + "ix": 2 + }, + "sk": { + "a": 0, + "k": 0, + "ix": 2 + }, + "sa": { + "a": 0, + "k": 0, + "ix": 2 + } + } + ] + } + ], + "ip": 0, + "op": 93, + "st": 0, + "bm": 0 + } + ] + }, + { + "id": "7", + "layers": [ + { + "ddd": 0, + "ind": 65, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 10168.326, + 10187.326 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 67, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 65 + }, + { + "ddd": 0, + "ind": 66, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 67 + }, + { + "ddd": 0, + "ind": 68, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 2 + }, + "r": { + "a": 0, + "k": -45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 66 + }, + { + "ddd": 0, + "ind": 69, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 68 + }, + { + "ddd": 0, + "ind": 71, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 69 + }, + { + "ddd": 0, + "ind": 70, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 71 + }, + { + "ddd": 0, + "ind": 72, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 2 + }, + "r": { + "a": 0, + "k": -45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 70 + }, + { + "ddd": 0, + "ind": 73, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 11.674, + -7.326 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 72 + }, + { + "ddd": 0, + "ind": 75, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 73 + }, + { + "ddd": 0, + "ind": 74, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 75 + }, + { + "ddd": 0, + "ind": 76, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 2 + }, + "r": { + "a": 0, + "k": -45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 74 + }, + { + "ddd": 0, + "ind": 77, + "ty": 4, + "nm": "Ellipse Path 1-4", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "hd": false, + "parent": 76, + "shapes": [ + { + "ty": "gr", + "hd": false, + "it": [ + { + "ty": "el", + "hd": false, + "d": 1, + "s": { + "a": 0, + "k": [ + 149.348, + 149.348 + ], + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + } + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.7922, + 0.8118, + 0.8235 + ], + "ix": 2 + }, + "o": { + "a": 0, + "k": 100, + "ix": 2 + }, + "w": { + "a": 0, + "k": 6, + "ix": 2 + }, + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 0, + "k": 3, + "ix": 2 + }, + "e": { + "a": 0, + "k": 0, + "ix": 2 + }, + "o": { + "a": 0, + "k": 0, + "ix": 2 + }, + "m": 1, + "hd": false + }, + { + "ty": "tr", + "hd": false, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "o": { + "a": 0, + "k": 100, + "ix": 2 + }, + "sk": { + "a": 0, + "k": 0, + "ix": 2 + }, + "sa": { + "a": 0, + "k": 0, + "ix": 2 + } + } + ] + } + ], + "ip": 0, + "op": 93, + "st": 0, + "bm": 0 + } + ] + }, + { + "id": "8", + "layers": [ + { + "ddd": 0, + "ind": 82, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 10168.326, + 10187.326 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 84, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 82 + }, + { + "ddd": 0, + "ind": 83, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 84 + }, + { + "ddd": 0, + "ind": 85, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 2 + }, + "r": { + "a": 0, + "k": -45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 83 + }, + { + "ddd": 0, + "ind": 86, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 85 + }, + { + "ddd": 0, + "ind": 88, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 86 + }, + { + "ddd": 0, + "ind": 87, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 88 + }, + { + "ddd": 0, + "ind": 89, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 2 + }, + "r": { + "a": 0, + "k": -45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 87 + }, + { + "ddd": 0, + "ind": 90, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 11.674, + -7.326 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 89 + }, + { + "ddd": 0, + "ind": 92, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 90 + }, + { + "ddd": 0, + "ind": 91, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 92 + }, + { + "ddd": 0, + "ind": 93, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 2 + }, + "r": { + "a": 0, + "k": -45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 91 + }, + { + "ddd": 0, + "ind": 94, + "ty": 4, + "nm": "Ellipse Path 1-5", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "hd": false, + "parent": 93, + "shapes": [ + { + "ty": "gr", + "hd": false, + "it": [ + { + "ty": "el", + "hd": false, + "d": 1, + "s": { + "a": 0, + "k": [ + 149.348, + 149.348 + ], + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + } + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.7922, + 0.8118, + 0.8235 + ], + "ix": 2 + }, + "o": { + "a": 0, + "k": 100, + "ix": 2 + }, + "w": { + "a": 0, + "k": 6, + "ix": 2 + }, + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "t": 0, + "s": [ + 3 + ], + "i": { + "x": [ + 1 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0 + ], + "y": [ + 0 + ] + } + }, + { + "t": 33, + "s": [ + 71.171 + ], + "i": { + "x": [ + 1 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0 + ], + "y": [ + 0 + ] + } + }, + { + "t": 67, + "s": [ + 90.083 + ], + "i": { + "x": [ + 1 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0 + ], + "y": [ + 0 + ] + } + }, + { + "t": 93, + "s": [ + 100 + ], + "i": { + "x": [ + 1 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0 + ], + "y": [ + 0 + ] + } + } + ], + "ix": 2 + }, + "e": { + "a": 1, + "k": [ + { + "t": 0, + "s": [ + 0 + ], + "i": { + "x": [ + 1 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0 + ], + "y": [ + 0 + ] + } + }, + { + "t": 93, + "s": [ + 100 + ], + "i": { + "x": [ + 1 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0 + ], + "y": [ + 0 + ] + } + } + ], + "ix": 2 + }, + "o": { + "a": 0, + "k": 0, + "ix": 2 + }, + "m": 1, + "hd": false + }, + { + "ty": "tr", + "hd": false, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "o": { + "a": 0, + "k": 100, + "ix": 2 + }, + "sk": { + "a": 0, + "k": 0, + "ix": 2 + }, + "sa": { + "a": 0, + "k": 0, + "ix": 2 + } + } + ] + } + ], + "ip": 0, + "op": 93, + "st": 0, + "bm": 0 + } + ] + } + ], + "layers": [ + { + "ddd": 0, + "ind": 10, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 12, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 10 + }, + { + "ddd": 0, + "ind": 11, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 12 + }, + { + "ddd": 0, + "refId": "2", + "w": 20000, + "h": 20000, + "ind": 13, + "ty": 0, + "nm": "Shape Layer 6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 0, + "ix": 2 + }, + "r": { + "a": 0, + "k": -45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 10000, + 10000 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "hd": false, + "parent": 11 + }, + { + "ddd": 0, + "ind": 27, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 29, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 27 + }, + { + "ddd": 0, + "ind": 28, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 29 + }, + { + "ddd": 0, + "refId": "4", + "w": 20000, + "h": 20000, + "ind": 30, + "ty": 0, + "nm": "Shape Layer 5", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 0, + "ix": 2 + }, + "r": { + "a": 0, + "k": -45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 10000, + 10000 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "hd": false, + "parent": 28 + }, + { + "ddd": 0, + "ind": 44, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 46, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 44 + }, + { + "ddd": 0, + "ind": 45, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 46 + }, + { + "ddd": 0, + "refId": "5", + "w": 20000, + "h": 20000, + "ind": 47, + "ty": 0, + "nm": "Shape Layer 4", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 0, + "ix": 2 + }, + "r": { + "a": 0, + "k": -45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 10000, + 10000 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "hd": false, + "parent": 45 + }, + { + "ddd": 0, + "ind": 61, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 63, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 61 + }, + { + "ddd": 0, + "ind": 62, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 63 + }, + { + "ddd": 0, + "refId": "6", + "w": 20000, + "h": 20000, + "ind": 64, + "ty": 0, + "nm": "Shape Layer 3", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 0, + "ix": 2 + }, + "r": { + "a": 0, + "k": -45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 10000, + 10000 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "hd": false, + "parent": 62 + }, + { + "ddd": 0, + "ind": 78, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 80, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 78 + }, + { + "ddd": 0, + "ind": 79, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 80 + }, + { + "ddd": 0, + "refId": "7", + "w": 20000, + "h": 20000, + "ind": 81, + "ty": 0, + "nm": "Shape Layer 2", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 0, + "ix": 2 + }, + "r": { + "a": 0, + "k": -45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 10000, + 10000 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "hd": false, + "parent": 79 + }, + { + "ddd": 0, + "ind": 95, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 97, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 95 + }, + { + "ddd": 0, + "ind": 96, + "ty": 3, + "nm": "", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 1, + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "parent": 97 + }, + { + "ddd": 0, + "refId": "8", + "w": 20000, + "h": 20000, + "ind": 98, + "ty": 0, + "nm": "Shape Layer 1", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "t": -1, + "s": [ + 0 + ], + "i": { + "x": [ + 1 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0 + ], + "y": [ + 0 + ] + } + }, + { + "t": 0, + "s": [ + 100 + ], + "i": { + "x": [ + 1 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0 + ], + "y": [ + 0 + ] + } + }, + { + "t": 800, + "s": [ + 100 + ], + "i": { + "x": [ + 1 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0 + ], + "y": [ + 0 + ] + } + }, + { + "t": 801, + "s": [ + 0 + ], + "i": { + "x": [ + 1 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0 + ], + "y": [ + 0 + ] + } + } + ], + "ix": 2 + }, + "r": { + "a": 0, + "k": -45, + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 10000, + 10000 + ], + "ix": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 2 + } + }, + "ao": 0, + "ip": 0, + "op": 93, + "st": 0, + "bm": 0, + "hd": false, + "parent": 96 + } + ], + "markers": [] +} diff --git a/ohos/flutter_lottie/assets/Tests/DifferentPointsCount.json b/ohos/flutter_lottie/assets/Tests/DifferentPointsCount.json new file mode 100644 index 0000000000000000000000000000000000000000..b2afbf360d3c83bf05f7264a97e9b4f43d314d8c --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/DifferentPointsCount.json @@ -0,0 +1 @@ +{"v":"5.1.4","fr":30,"ip":0,"op":153,"w":1080,"h":1080,"nm":"Web screeen 2","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":3,"nm":"Null 17","sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[500,500,100],"ix":6}},"ao":0,"ip":0,"op":181,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 4","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1.324,1.324,0],"ix":2},"a":{"a":0,"k":[341.824,952.324,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":0,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[393.867,900.696],[378.494,915.654]],"c":true}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[399.527,895.156],[378.494,915.654]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":39,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[399.527,895.156],[378.494,915.654]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[395.119,899.547],[378.494,915.654]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":78,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[395.119,899.547],[378.494,915.654]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[389.502,905.13],[378.494,915.654]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":118,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[389.502,905.13],[378.494,915.654]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[393.836,900.728],[378.494,915.654]],"c":true}]},{"t":152}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.858823529412,0.243137254902,0.243137254902,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":12.5,"ix":5},"lc":1,"lj":1,"ml":10,"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,"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":0,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[305.154,988.994],[289.647,1004.619]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[305.154,988.994],[294.256,1000.027]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":39,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[305.154,988.994],[294.256,1000.027]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[305.154,988.994],[283.596,1010.567]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":78,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[305.154,988.994],[283.596,1010.567]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[305.154,988.994],[291.527,1002.498]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":118,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[305.154,988.994],[291.527,1002.498]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[305.154,988.994],[289.661,1004.603]],"c":false}]},{"t":152}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.858823529412,0.243137254902,0.243137254902,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":12.5,"ix":5},"lc":1,"lj":1,"ml":10,"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,"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":"Group 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":0,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[297.799,908.277],[305.154,915.654]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[276.99,887.485],[305.154,915.654]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":39,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[276.99,887.485],[305.154,915.654]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[289.594,900.082],[305.154,915.654]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":78,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[289.594,900.082],[305.154,915.654]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[295.999,906.477],[305.154,915.654]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":118,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[295.999,906.477],[305.154,915.654]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[297.786,908.264],[305.154,915.654]],"c":false}]},{"t":152}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.858823529412,0.243137254902,0.243137254902,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":12.5,"ix":5},"lc":1,"lj":1,"ml":10,"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,"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":0,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[378.494,988.994],[389.061,999.558]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[378.494,988.994],[393.86,1004.359]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":39,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[378.494,988.994],[393.86,1004.359]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[378.494,988.994],[388.661,999.158]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":78,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[378.494,988.994],[388.661,999.158]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[378.494,988.994],[396.463,1006.957]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":118,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[378.494,988.994],[396.463,1006.957]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[378.494,988.994],[389.115,999.612]],"c":false}]},{"t":152}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.858823529412,0.243137254902,0.243137254902,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":12.5,"ix":5},"lc":1,"lj":1,"ml":10,"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,"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":"Group 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":181,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Layer 3","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1.324,1.324,0],"ix":2},"a":{"a":0,"k":[341.824,952.324,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":0,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[342.071,883.769],[341.824,900.465]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[342.085,878.969],[341.824,900.465]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":39,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[342.085,878.969],[341.824,900.465]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[342.071,870.168],[341.824,900.465]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":78,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[342.071,870.168],[341.824,900.465]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[342.042,880.568],[341.824,900.465]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":118,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[342.042,880.568],[341.824,900.465]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[342.071,883.745],[341.824,900.465]],"c":false}]},{"t":152}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.858823529412,0.243137254902,0.243137254902,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":12.5,"ix":5},"lc":1,"lj":1,"ml":10,"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,"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":0,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[341.824,1004.183],[342.071,1033.278]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[341.824,1004.183],[342.085,1027.279]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":39,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[341.824,1004.183],[342.085,1027.279]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[341.824,1004.183],[342.071,1020.078]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":78,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[341.824,1004.183],[342.071,1020.078]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[341.824,1004.183],[342.042,1029.279]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":118,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[341.824,1004.183],[342.042,1029.279]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[341.824,1004.183],[342.071,1033.25]],"c":false}]},{"t":152}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.858823529412,0.243137254902,0.243137254902,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":12.5,"ix":5},"lc":1,"lj":1,"ml":10,"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,"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":"Group 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":0,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[272.869,952.523],[289.965,952.324]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[266.069,952.561],[289.965,952.324]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":39,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[266.069,952.561],[289.965,952.324]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[269.269,952.523],[289.965,952.324]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":78,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[269.269,952.523],[289.965,952.324]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[261.669,952.445],[289.965,952.324]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":118,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[261.669,952.445],[289.965,952.324]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[272.788,952.522],[289.965,952.324]],"c":false}]},{"t":152}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.858823529412,0.243137254902,0.243137254902,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":12.5,"ix":5},"lc":1,"lj":1,"ml":10,"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,"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":0,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[393.683,952.324],[413.58,952.523]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[393.683,952.324],[407.58,952.561]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":39,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[393.683,952.324],[407.58,952.561]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[393.683,952.324],[418.78,952.523]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":78,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[393.683,952.324],[418.78,952.523]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[393.683,952.324],[410.38,952.445]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":118,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[393.683,952.324],[410.38,952.445]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[393.683,952.324],[413.557,952.522]],"c":false}]},{"t":152}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.858823529412,0.243137254902,0.243137254902,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":12.5,"ix":5},"lc":1,"lj":1,"ml":10,"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,"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":"Group 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":181,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Layer 2","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1.324,1.324,0],"ix":2},"a":{"a":0,"k":[341.824,952.324,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,20.122],[20.122,0],[0,-20.122],[-20.122,0]],"o":[[0,-20.122],[-20.122,0],[0,20.122],[20.122,0]],"v":[[378.258,952.324],[341.824,915.89],[305.391,952.324],[341.824,988.757]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.858823529412,0.243137254902,0.243137254902,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":12.5,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":181,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/DynamicGradient.json b/ohos/flutter_lottie/assets/Tests/DynamicGradient.json new file mode 100644 index 0000000000000000000000000000000000000000..133c20cfdad58d8e28c737e7f46b392685a9fd94 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/DynamicGradient.json @@ -0,0 +1 @@ +{"v":"5.4.4","fr":30.0000305175781,"ip":0,"op":300.000305175781,"w":800,"h":400,"nm":"DyanamicGradient","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Radial","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[836,202,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[250,250],"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":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":45,"ix":10},"g":{"p":2,"k":{"a":0,"k":[0,1,1,1,1,0,0,0],"ix":8}},"s":{"a":0,"k":[0,0],"ix":4},"e":{"a":0,"k":[300,0],"ix":5},"t":2,"h":{"a":0,"k":0,"ix":6},"a":{"a":0,"k":0,"ix":7},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":13},"bm":0,"nm":"Gradient Stroke","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"bm":0,"g":{"p":2,"k":{"a":0,"k":[0,1,1,1,1,0,0,0],"ix":9}},"s":{"a":0,"k":[0,0],"ix":5},"e":{"a":0,"k":[101,0],"ix":6},"t":2,"h":{"a":0,"k":0,"ix":7},"a":{"a":0,"k":0,"ix":8},"nm":"Gradient Fill","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-218,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":"Rectangle","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300.000305175781,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Linear","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[400,202,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[250,250],"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":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":45,"ix":10},"g":{"p":2,"k":{"a":0,"k":[0,1,1,1,1,0,0,0],"ix":8}},"s":{"a":0,"k":[0,0],"ix":4},"e":{"a":0,"k":[100,0],"ix":5},"t":1,"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":13},"bm":0,"nm":"Gradient Stroke","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"bm":0,"g":{"p":2,"k":{"a":0,"k":[0,1,1,1,1,0,0,0],"ix":9}},"s":{"a":0,"k":[-75,0],"ix":5},"e":{"a":0,"k":[75,0],"ix":6},"t":1,"nm":"Gradient Fill","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-218,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":"Rectangle","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300.000305175781,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/DynamicText.json b/ohos/flutter_lottie/assets/Tests/DynamicText.json new file mode 100644 index 0000000000000000000000000000000000000000..fad053c83f1eecde061298fe453bc4c525718b8a --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/DynamicText.json @@ -0,0 +1,2 @@ +{"v":"4.8.0","fr":29.9700012207031,"ip":0,"op":61.0000024845809,"w":150,"h":150,"nm":"Name", + "ddd":0,"assets":[],"fonts":{"list":[{"origin":0,"fPath":"","fClass":"","fFamily":"Comic Neue","fWeight":"","fStyle":"Regular","fName":"ComicNeue","ascent":69.6990966796875}]},"layers":[{"ddd":0,"ind":1,"ty":5,"nm":"NAME","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[10.5,15,0],"e":[10.5,147,0],"to":[0,22,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[10.5,147,0],"e":[10.5,15,0],"to":[0,0,0],"ti":[0,22,0]},{"t":30.0000012219251}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[100,100,100],"e":[196,196,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":15,"s":[196,196,100],"e":[100,100,100]},{"t":30.0000012219251}]}},"ao":0,"t":{"d":{"k":[{"s":{"s":14,"f":"ComicNeue","t":"NAME","j":0,"tr":0,"lh":16.8,"ls":0,"fc":[0.92,0,0]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0]}},"a":[{"s":{"t":0,"xe":{"a":0,"k":0},"ne":{"a":0,"k":0},"a":{"a":0,"k":100},"b":1,"rn":0,"sh":1,"r":1},"a":{"fc":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[1,0,0,1],"e":[0,1,0,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[0,1,0,1],"e":[0,0,1,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[0,0,1,1],"e":[0,1,0,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":45,"s":[0,1,0,1],"e":[1,0,0,1]},{"t":60.0000024438501}]},"t":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[0],"e":[20]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":45,"s":[20],"e":[0]},{"t":60.0000024438501}]}}}]},"ip":0,"op":61.0000024845809,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/EditedColor.json b/ohos/flutter_lottie/assets/Tests/EditedColor.json new file mode 100644 index 0000000000000000000000000000000000000000..a277eefeafa5b3cd5e9b32d0718b947cba903e0e --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/EditedColor.json @@ -0,0 +1,17675 @@ +{ + "tgs": 1, + "v": "5.5.2", + "fr": 60, + "ip": 0, + "op": 90, + "w": 512, + "h": 512, + "nm": "C-06", + "ddd": 0, + "assets": [], + "comps": [], + "layers": [ + { + "ddd": 0, + "ind": 18, + "ty": 4, + "nm": "_browL 2", + "parent": 34, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.34 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + 6.472 + ] + }, + { + "i": { + "x": [ + 0.34 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 45, + "s": [ + -36.36 + ] + }, + { + "t": 90, + "s": [ + 6.472 + ] + } + ] + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.34, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 0, + "s": [ + -10.782, + 30.893, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.34, + "y": 0.34 + }, + "o": { + "x": 0.66, + "y": 0.66 + }, + "t": 34, + "s": [ + -9.115, + -15.218, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 56, + "s": [ + -9.115, + -15.218, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "t": 90, + "s": [ + -10.782, + 30.893, + 0 + ] + } + ] + }, + "a": { + "a": 0, + "k": [ + 157.251, + 141.328, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 114.136, + 114.136, + 100 + ] + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.34, + "y": 1 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + -1.952, + -1.433 + ], + [ + 0.73, + -0.995 + ], + [ + 1.952, + 1.433 + ], + [ + -0.73, + 0.995 + ] + ], + "o": [ + [ + 1.952, + 1.433 + ], + [ + -0.73, + 0.995 + ], + [ + -1.952, + -1.433 + ], + [ + 0.73, + -0.995 + ] + ], + "v": [ + [ + 168.009, + 26.247 + ], + [ + 170.221, + 30.643 + ], + [ + 165.365, + 29.849 + ], + [ + 163.153, + 25.454 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.34, + "y": 1 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 45, + "s": [ + { + "i": [ + [ + -6.111, + -4.487 + ], + [ + 2.287, + -3.115 + ], + [ + 6.111, + 4.487 + ], + [ + -2.287, + 3.115 + ] + ], + "o": [ + [ + 6.111, + 4.487 + ], + [ + -2.287, + 3.115 + ], + [ + -6.111, + -4.487 + ], + [ + 2.287, + -3.115 + ] + ], + "v": [ + [ + 170.828, + 22.408 + ], + [ + 177.753, + 36.173 + ], + [ + 162.546, + 33.688 + ], + [ + 155.621, + 19.924 + ] + ], + "c": true + } + ] + }, + { + "t": 90, + "s": [ + { + "i": [ + [ + -1.952, + -1.433 + ], + [ + 0.73, + -0.995 + ], + [ + 1.952, + 1.433 + ], + [ + -0.73, + 0.995 + ] + ], + "o": [ + [ + 1.952, + 1.433 + ], + [ + -0.73, + 0.995 + ], + [ + -1.952, + -1.433 + ], + [ + 0.73, + -0.995 + ] + ], + "v": [ + [ + 168.009, + 26.247 + ], + [ + 170.221, + 30.643 + ], + [ + 165.365, + 29.849 + ], + [ + 163.153, + 25.454 + ] + ], + "c": true + } + ] + } + ] + }, + "nm": "Path 1", + "hd": false + } + ], + "nm": "Group 1", + "bm": 0, + "hd": false + } + ], + "ip": 11, + "op": 79, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 19, + "ty": 4, + "nm": "_browR 2", + "parent": 34, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.34 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + 40.642 + ] + }, + { + "i": { + "x": [ + 0.34 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 45, + "s": [ + 3.397 + ] + }, + { + "t": 90, + "s": [ + 40.642 + ] + } + ] + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.34, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 0, + "s": [ + 54.926, + 63.721, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.34, + "y": 0.34 + }, + "o": { + "x": 0.66, + "y": 0.66 + }, + "t": 34, + "s": [ + 88.259, + 19.277, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 55, + "s": [ + 88.259, + 19.277, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "t": 90, + "s": [ + 54.926, + 63.721, + 0 + ] + } + ] + }, + "a": { + "a": 0, + "k": [ + 219.22, + 121.476, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 114.136, + 114.136, + 100 + ] + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.34, + "y": 1 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + -3.056, + -2.244 + ], + [ + 1.144, + -1.557 + ], + [ + 3.056, + 2.244 + ], + [ + -1.144, + 1.557 + ] + ], + "o": [ + [ + 3.056, + 2.244 + ], + [ + -1.144, + 1.557 + ], + [ + -3.056, + -2.244 + ], + [ + 1.144, + -1.557 + ] + ], + "v": [ + [ + 168.758, + 25.228 + ], + [ + 172.22, + 32.111 + ], + [ + 164.617, + 30.868 + ], + [ + 161.154, + 23.986 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 1 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 45, + "s": [ + { + "i": [ + [ + -6.111, + -4.487 + ], + [ + 2.287, + -3.115 + ], + [ + 6.111, + 4.487 + ], + [ + -2.287, + 3.115 + ] + ], + "o": [ + [ + 6.111, + 4.487 + ], + [ + -2.287, + 3.115 + ], + [ + -6.111, + -4.487 + ], + [ + 2.287, + -3.115 + ] + ], + "v": [ + [ + 170.828, + 22.408 + ], + [ + 177.753, + 36.173 + ], + [ + 162.546, + 33.688 + ], + [ + 155.621, + 19.924 + ] + ], + "c": true + } + ] + }, + { + "t": 90, + "s": [ + { + "i": [ + [ + -3.056, + -2.244 + ], + [ + 1.144, + -1.557 + ], + [ + 3.056, + 2.244 + ], + [ + -1.144, + 1.557 + ] + ], + "o": [ + [ + 3.056, + 2.244 + ], + [ + -1.144, + 1.557 + ], + [ + -3.056, + -2.244 + ], + [ + 1.144, + -1.557 + ] + ], + "v": [ + [ + 168.758, + 25.228 + ], + [ + 172.22, + 32.111 + ], + [ + 164.617, + 30.868 + ], + [ + 161.154, + 23.986 + ] + ], + "c": true + } + ] + } + ] + }, + "nm": "Path 1", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0, + 0.27058823529411763, + 0.2549019607843137 + ] + }, + "o": { + "a": 0, + "k": 100 + }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 16.875, + "s": [ + 166.985, + 28.073 + ], + "to": [ + 0, + 0 + ], + "ti": [ + 0, + 0 + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 22.5, + "s": [ + 166.985, + 23.023 + ], + "to": [ + 0, + 0 + ], + "ti": [ + 0, + 0 + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 28.125, + "s": [ + 169.831, + 12.41 + ], + "to": [ + 0, + 0 + ], + "ti": [ + 0, + 0 + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 33.75, + "s": [ + 166.985, + 23.023 + ], + "to": [ + 0, + 0 + ], + "ti": [ + 0, + 0 + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 39.375, + "s": [ + 169.831, + 12.41 + ], + "to": [ + 0, + 0 + ], + "ti": [ + 0, + 0 + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 45, + "s": [ + 166.985, + 23.023 + ], + "to": [ + 0, + 0 + ], + "ti": [ + 0, + 0 + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 50.625, + "s": [ + 169.831, + 12.41 + ], + "to": [ + 0, + 0 + ], + "ti": [ + 0, + 0 + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 56.25, + "s": [ + 166.985, + 23.023 + ], + "to": [ + 0, + 0 + ], + "ti": [ + 0, + 0 + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 61.875, + "s": [ + 169.831, + 12.41 + ], + "to": [ + 0, + 0 + ], + "ti": [ + 0, + 0 + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 72, + "s": [ + 167.627, + 28.417 + ], + "to": [ + 0, + 0 + ], + "ti": [ + 0, + 0 + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 77.625, + "s": [ + 166.985, + 23.023 + ], + "to": [ + 0, + 0 + ], + "ti": [ + 0, + 0 + ] + }, + { + "t": 82.125, + "s": [ + 166.985, + 28.073 + ] + } + ] + }, + "a": { + "a": 0, + "k": [ + 166.985, + 28.073 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ] + }, + "r": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100 + }, + "sk": { + "a": 0, + "k": 0 + }, + "sa": { + "a": 0, + "k": 0 + }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "bm": 0, + "hd": false + } + ], + "ip": 15, + "op": 73, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 20, + "ty": 3, + "nm": "face", + "parent": 34, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 0 + }, + "r": { + "a": 0, + "k": 19.55 + }, + "p": { + "a": 0, + "k": [ + 5, + -107, + 0 + ] + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ] + } + }, + "ao": 0, + "ip": 0, + "op": 90, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 21, + "ty": 3, + "nm": "scale", + "parent": 22, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 0 + }, + "r": { + "a": 0, + "k": 0 + }, + "p": { + "a": 0, + "k": [ + 3, + -152, + 0 + ] + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 95, + 95, + 100 + ] + } + }, + "ao": 0, + "ip": 0, + "op": 90, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 22, + "ty": 3, + "nm": "bodypos", + "parent": 17, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 0 + }, + "r": { + "a": 0, + "k": 0 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.34, + "y": 1 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 0, + "s": [ + 54, + 154, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.34, + "y": 1 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 45, + "s": [ + -34.158, + 210, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "t": 90, + "s": [ + 54, + 154, + 0 + ] + } + ] + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ] + } + }, + "ao": 0, + "ip": 0, + "op": 90, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 23, + "ty": 3, + "nm": "legs", + "parent": 34, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 0 + }, + "r": { + "a": 0, + "k": 23.971 + }, + "p": { + "a": 0, + "k": [ + 51.889, + 47.444, + 0 + ] + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ] + } + }, + "ao": 0, + "ip": 0, + "op": 90, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 24, + "ty": 4, + "nm": "leg R2", + "parent": 23, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.34 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + -23.971 + ] + }, + { + "i": { + "x": [ + 0.34 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 45, + "s": [ + -72.821 + ] + }, + { + "t": 90, + "s": [ + -23.971 + ] + } + ] + }, + "p": { + "a": 0, + "k": [ + 50.901, + 45.476, + 0 + ] + }, + "a": { + "a": 0, + "k": [ + 79.924, + 109.678, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ] + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 12.18, + 5.256 + ], + [ + 1.247, + -9.915 + ], + [ + -9.309, + -0.964 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -12.036, + -5.193 + ], + [ + -1.247, + 9.915 + ], + [ + 9.309, + 0.964 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -5.372, + 27.434 + ], + [ + -19.027, + 7.74 + ], + [ + -45.998, + 19.568 + ], + [ + -31.087, + 35.572 + ], + [ + -18.798, + 46.797 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 5.625, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 9.191, + 8.369 + ], + [ + 2.006, + -9.789 + ], + [ + -7.08, + -6.12 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -9.692, + -8.825 + ], + [ + -2.006, + 9.789 + ], + [ + 7.656, + 6.618 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -5.372, + 27.434 + ], + [ + -16.39, + 6.905 + ], + [ + -42.128, + 10.474 + ], + [ + -30.831, + 32.652 + ], + [ + -18.798, + 46.797 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 11.25, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 12.18, + 5.256 + ], + [ + 1.247, + -9.915 + ], + [ + -9.309, + -0.964 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -12.036, + -5.193 + ], + [ + -1.247, + 9.915 + ], + [ + 9.309, + 0.964 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -5.372, + 27.434 + ], + [ + -19.027, + 7.74 + ], + [ + -45.998, + 19.568 + ], + [ + -31.087, + 35.572 + ], + [ + -18.798, + 46.797 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 16.875, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 9.191, + 8.369 + ], + [ + 2.006, + -9.789 + ], + [ + -7.08, + -6.12 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -9.692, + -8.825 + ], + [ + -2.006, + 9.789 + ], + [ + 7.656, + 6.618 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -5.372, + 27.434 + ], + [ + -16.39, + 6.905 + ], + [ + -42.128, + 10.474 + ], + [ + -30.831, + 32.652 + ], + [ + -18.798, + 46.797 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 22.5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 12.18, + 5.256 + ], + [ + 1.247, + -9.915 + ], + [ + -9.309, + -0.964 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -12.036, + -5.193 + ], + [ + -1.247, + 9.915 + ], + [ + 9.309, + 0.964 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -5.372, + 27.434 + ], + [ + -19.027, + 7.74 + ], + [ + -45.998, + 19.568 + ], + [ + -31.087, + 35.572 + ], + [ + -18.798, + 46.797 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 28.125, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 9.191, + 8.369 + ], + [ + 2.006, + -9.789 + ], + [ + -7.08, + -6.12 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -9.692, + -8.825 + ], + [ + -2.006, + 9.789 + ], + [ + 7.656, + 6.618 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -5.372, + 27.434 + ], + [ + -16.39, + 6.905 + ], + [ + -42.128, + 10.474 + ], + [ + -30.831, + 32.652 + ], + [ + -18.798, + 46.797 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 33.75, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 12.18, + 5.256 + ], + [ + 1.247, + -9.915 + ], + [ + -9.309, + -0.964 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -12.036, + -5.193 + ], + [ + -1.247, + 9.915 + ], + [ + 9.309, + 0.964 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -5.372, + 27.434 + ], + [ + -19.027, + 7.74 + ], + [ + -45.998, + 19.568 + ], + [ + -31.087, + 35.572 + ], + [ + -18.798, + 46.797 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 39.375, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 9.191, + 8.369 + ], + [ + 2.006, + -9.789 + ], + [ + -7.08, + -6.12 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -9.692, + -8.825 + ], + [ + -2.006, + 9.789 + ], + [ + 7.656, + 6.618 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -3.605, + 25.746 + ], + [ + -16.39, + 6.905 + ], + [ + -42.128, + 10.474 + ], + [ + -30.831, + 32.652 + ], + [ + -17.031, + 45.11 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 45, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 12.18, + 5.256 + ], + [ + 1.247, + -9.915 + ], + [ + -9.309, + -0.964 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -12.036, + -5.193 + ], + [ + -1.247, + 9.915 + ], + [ + 9.309, + 0.964 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -1.03, + 23.567 + ], + [ + -19.027, + 7.74 + ], + [ + -45.998, + 19.568 + ], + [ + -31.087, + 35.572 + ], + [ + -14.456, + 42.931 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 50.625, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 9.191, + 8.369 + ], + [ + 2.006, + -9.789 + ], + [ + -7.08, + -6.12 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -9.692, + -8.825 + ], + [ + -2.006, + 9.789 + ], + [ + 7.656, + 6.618 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -1.434, + 23.992 + ], + [ + -16.39, + 6.905 + ], + [ + -42.128, + 10.474 + ], + [ + -30.831, + 32.652 + ], + [ + -14.86, + 43.356 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 56.25, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 12.18, + 5.256 + ], + [ + 1.247, + -9.915 + ], + [ + -9.309, + -0.964 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -12.036, + -5.193 + ], + [ + -1.247, + 9.915 + ], + [ + 9.309, + 0.964 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -1.428, + 23.922 + ], + [ + -19.027, + 7.74 + ], + [ + -45.998, + 19.568 + ], + [ + -31.087, + 35.572 + ], + [ + -14.854, + 43.286 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 61.875, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 9.191, + 8.369 + ], + [ + 2.006, + -9.789 + ], + [ + -7.08, + -6.12 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -9.692, + -8.825 + ], + [ + -2.006, + 9.789 + ], + [ + 7.656, + 6.618 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -3.815, + 25.946 + ], + [ + -16.39, + 6.905 + ], + [ + -42.128, + 10.474 + ], + [ + -30.831, + 32.652 + ], + [ + -17.24, + 45.31 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 67.5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 12.18, + 5.256 + ], + [ + 1.247, + -9.915 + ], + [ + -9.309, + -0.964 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -12.036, + -5.193 + ], + [ + -1.247, + 9.915 + ], + [ + 9.309, + 0.964 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -5.372, + 27.434 + ], + [ + -19.027, + 7.74 + ], + [ + -45.998, + 19.568 + ], + [ + -31.087, + 35.572 + ], + [ + -18.798, + 46.797 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 73.125, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 9.191, + 8.369 + ], + [ + 2.006, + -9.789 + ], + [ + -7.08, + -6.12 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -9.692, + -8.825 + ], + [ + -2.006, + 9.789 + ], + [ + 7.656, + 6.618 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -5.372, + 27.434 + ], + [ + -16.39, + 6.905 + ], + [ + -42.128, + 10.474 + ], + [ + -30.831, + 32.652 + ], + [ + -18.798, + 46.797 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 78.75, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 12.18, + 5.256 + ], + [ + 1.247, + -9.915 + ], + [ + -9.309, + -0.964 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -12.036, + -5.193 + ], + [ + -1.247, + 9.915 + ], + [ + 9.309, + 0.964 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -5.372, + 27.434 + ], + [ + -19.027, + 7.74 + ], + [ + -45.998, + 19.568 + ], + [ + -31.087, + 35.572 + ], + [ + -18.798, + 46.797 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 84.375, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 9.191, + 8.369 + ], + [ + 2.006, + -9.789 + ], + [ + -7.08, + -6.12 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -9.692, + -8.825 + ], + [ + -2.006, + 9.789 + ], + [ + 7.656, + 6.618 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -5.372, + 27.434 + ], + [ + -16.39, + 6.905 + ], + [ + -42.128, + 10.474 + ], + [ + -30.831, + 32.652 + ], + [ + -18.798, + 46.797 + ] + ], + "c": false + } + ] + }, + { + "t": 90, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 12.18, + 5.256 + ], + [ + 1.247, + -9.915 + ], + [ + -9.309, + -0.964 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -12.036, + -5.193 + ], + [ + -1.247, + 9.915 + ], + [ + 9.309, + 0.964 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -5.372, + 27.434 + ], + [ + -19.027, + 7.74 + ], + [ + -45.998, + 19.568 + ], + [ + -31.087, + 35.572 + ], + [ + -18.798, + 46.797 + ] + ], + "c": false + } + ] + } + ] + }, + "nm": "Path 1", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0, + 0.27058823529411763, + 0.2549019607843137 + ] + }, + "o": { + "a": 0, + "k": 100 + }, + "w": { + "a": 0, + "k": 6 + }, + "lc": 2, + "lj": 2, + "bm": 0, + "nm": "Stroke 1", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0, + 0.6980392156862745, + 0.5058823529411764 + ] + }, + "o": { + "a": 0, + "k": 100 + }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + -9.183, + 36.723 + ] + }, + "a": { + "a": 0, + "k": [ + -9.183, + 36.723 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ] + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.667 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.34 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.333 + ], + "y": [ + 0 + ] + }, + "t": 22, + "s": [ + 21.168 + ] + }, + { + "i": { + "x": [ + 0.667 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 44, + "s": [ + -31.324 + ] + }, + { + "i": { + "x": [ + 0.667 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.333 + ], + "y": [ + 0 + ] + }, + "t": 63, + "s": [ + -62.682 + ] + }, + { + "t": 90, + "s": [ + 0 + ] + } + ] + }, + "o": { + "a": 0, + "k": 100 + }, + "sk": { + "a": 0, + "k": 0 + }, + "sa": { + "a": 0, + "k": 0 + }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "bm": 0, + "hd": false + } + ], + "ip": 0, + "op": 90, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 25, + "ty": 4, + "nm": "leg L2", + "parent": 23, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.34 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + -23.971 + ] + }, + { + "i": { + "x": [ + 0.34 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 45, + "s": [ + -86.086 + ] + }, + { + "t": 90, + "s": [ + -23.971 + ] + } + ] + }, + "p": { + "a": 0, + "k": [ + -95.149, + 19.852, + 0 + ] + }, + "a": { + "a": 0, + "k": [ + -43.118, + 26.927, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ] + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 20.194, + -8.675 + ], + [ + -16.761, + -1.865 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -14.312, + 6.148 + ], + [ + 12.309, + 1.37 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -134.918, + -40.783 + ], + [ + -166.395, + -54.545 + ], + [ + -160.625, + -28.129 + ], + [ + -146.201, + -19.879 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 5.625, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 17.578, + 4.932 + ], + [ + -13.807, + -8.515 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -14.929, + -4.188 + ], + [ + 9.259, + 5.71 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -134.918, + -40.783 + ], + [ + -157.583, + -60.275 + ], + [ + -163.865, + -34.664 + ], + [ + -146.201, + -19.879 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 11.25, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 20.194, + -8.675 + ], + [ + -16.761, + -1.865 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -14.312, + 6.148 + ], + [ + 12.309, + 1.37 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -134.918, + -40.783 + ], + [ + -166.395, + -54.545 + ], + [ + -160.625, + -28.129 + ], + [ + -146.201, + -19.879 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 16.875, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 17.578, + 4.932 + ], + [ + -13.807, + -8.515 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -14.929, + -4.188 + ], + [ + 9.259, + 5.71 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -134.918, + -40.783 + ], + [ + -157.583, + -60.275 + ], + [ + -163.865, + -34.664 + ], + [ + -146.201, + -19.879 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 22.5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 20.194, + -8.675 + ], + [ + -16.761, + -1.865 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -14.312, + 6.148 + ], + [ + 12.309, + 1.37 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -134.918, + -40.783 + ], + [ + -166.395, + -54.545 + ], + [ + -160.625, + -28.129 + ], + [ + -146.201, + -19.879 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 28.125, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 17.578, + 4.932 + ], + [ + -13.807, + -8.515 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -14.929, + -4.188 + ], + [ + 9.259, + 5.71 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -134.918, + -40.783 + ], + [ + -157.583, + -60.275 + ], + [ + -163.865, + -34.664 + ], + [ + -146.201, + -19.879 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 33.75, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 20.194, + -8.675 + ], + [ + -16.761, + -1.865 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -14.312, + 6.148 + ], + [ + 12.309, + 1.37 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -134.918, + -40.783 + ], + [ + -166.395, + -54.545 + ], + [ + -160.625, + -28.129 + ], + [ + -146.201, + -19.879 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 39.375, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 17.578, + 4.932 + ], + [ + -13.807, + -8.515 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -14.929, + -4.188 + ], + [ + 9.259, + 5.71 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -134.918, + -40.783 + ], + [ + -157.583, + -60.275 + ], + [ + -163.865, + -34.664 + ], + [ + -146.201, + -19.879 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 45, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 20.194, + -8.675 + ], + [ + -16.761, + -1.865 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -14.312, + 6.148 + ], + [ + 12.309, + 1.37 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -134.918, + -40.783 + ], + [ + -166.395, + -54.545 + ], + [ + -160.625, + -28.129 + ], + [ + -146.201, + -19.879 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 50.625, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 17.578, + 4.932 + ], + [ + -13.807, + -8.515 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -14.929, + -4.188 + ], + [ + 9.259, + 5.71 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -134.918, + -40.783 + ], + [ + -157.583, + -60.275 + ], + [ + -163.865, + -34.664 + ], + [ + -146.201, + -19.879 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 56.25, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 20.194, + -8.675 + ], + [ + -16.761, + -1.865 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -14.312, + 6.148 + ], + [ + 12.309, + 1.37 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -134.918, + -40.783 + ], + [ + -166.395, + -54.545 + ], + [ + -160.625, + -28.129 + ], + [ + -146.201, + -19.879 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 61.875, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 17.578, + 4.932 + ], + [ + -13.807, + -8.515 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -14.929, + -4.188 + ], + [ + 9.259, + 5.71 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -134.918, + -40.783 + ], + [ + -157.583, + -60.275 + ], + [ + -163.865, + -34.664 + ], + [ + -146.201, + -19.879 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 67.5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 20.194, + -8.675 + ], + [ + -16.761, + -1.865 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -14.312, + 6.148 + ], + [ + 12.309, + 1.37 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -134.918, + -40.783 + ], + [ + -166.395, + -54.545 + ], + [ + -160.625, + -28.129 + ], + [ + -146.201, + -19.879 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 73.125, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 17.578, + 4.932 + ], + [ + -13.807, + -8.515 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -14.929, + -4.188 + ], + [ + 9.259, + 5.71 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -134.918, + -40.783 + ], + [ + -157.583, + -60.275 + ], + [ + -163.865, + -34.664 + ], + [ + -146.201, + -19.879 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 78.75, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 20.194, + -8.675 + ], + [ + -16.761, + -1.865 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -14.312, + 6.148 + ], + [ + 12.309, + 1.37 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -134.918, + -40.783 + ], + [ + -166.395, + -54.545 + ], + [ + -160.625, + -28.129 + ], + [ + -146.201, + -19.879 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 84.375, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 17.578, + 4.932 + ], + [ + -13.807, + -8.515 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -14.929, + -4.188 + ], + [ + 9.259, + 5.71 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -134.918, + -40.783 + ], + [ + -157.583, + -60.275 + ], + [ + -163.865, + -34.664 + ], + [ + -146.201, + -19.879 + ] + ], + "c": false + } + ] + }, + { + "t": 90, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 20.194, + -8.675 + ], + [ + -16.761, + -1.865 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -14.312, + 6.148 + ], + [ + 12.309, + 1.37 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -134.918, + -40.783 + ], + [ + -166.395, + -54.545 + ], + [ + -160.625, + -28.129 + ], + [ + -146.201, + -19.879 + ] + ], + "c": false + } + ] + } + ] + }, + "nm": "Path 1", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0, + 0.27058823529411763, + 0.2549019607843137 + ] + }, + "o": { + "a": 0, + "k": 100 + }, + "w": { + "a": 0, + "k": 6 + }, + "lc": 2, + "lj": 2, + "bm": 0, + "nm": "Stroke 1", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 14, + "s": [ + 0, + 0.6980392156862745, + 0.5058823529411764 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 19, + "s": [ + 0, + 0.6980392156862745, + 0.5058823529411764 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 68, + "s": [ + 0, + 0.6980392156862745, + 0.5058823529411764 + ] + }, + { + "t": 77, + "s": [ + 0, + 0.6980392156862745, + 0.5058823529411764 + ] + } + ] + }, + "o": { + "a": 0, + "k": 100 + }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + -138.302, + -27.188 + ] + }, + "a": { + "a": 0, + "k": [ + -138.302, + -27.188 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ] + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.667 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.34 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.333 + ], + "y": [ + 0 + ] + }, + "t": 24, + "s": [ + 24.168 + ] + }, + { + "i": { + "x": [ + 0.667 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 45, + "s": [ + -31.324 + ] + }, + { + "i": { + "x": [ + 0.667 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.333 + ], + "y": [ + 0 + ] + }, + "t": 68, + "s": [ + -62.682 + ] + }, + { + "t": 90, + "s": [ + 0 + ] + } + ] + }, + "o": { + "a": 0, + "k": 100 + }, + "sk": { + "a": 0, + "k": 0 + }, + "sa": { + "a": 0, + "k": 0 + }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "bm": 0, + "hd": false + } + ], + "ip": 0, + "op": 90, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 26, + "ty": 4, + "nm": "arm R2", + "parent": 23, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.34 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + -23.971 + ] + }, + { + "i": { + "x": [ + 0.34 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 45, + "s": [ + -85.778 + ] + }, + { + "t": 90, + "s": [ + -23.971 + ] + } + ] + }, + "p": { + "a": 0, + "k": [ + 20.428, + 3.447, + 0 + ] + }, + "a": { + "a": 0, + "k": [ + 69.155, + 58.894, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ] + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 15.322, + -0.002 + ], + [ + -3.888, + -7.911 + ], + [ + -6.175, + -9.075 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -10.751, + 0.002 + ], + [ + 3.888, + 7.911 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 53.363, + -61.795 + ], + [ + 33.581, + -79.711 + ], + [ + 19.631, + -62.958 + ], + [ + 43.415, + -48.532 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 5.625, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 15.322, + -0.002 + ], + [ + -3.888, + -7.911 + ], + [ + -8.905, + -6.614 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -10.751, + 0.002 + ], + [ + 3.888, + 7.911 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 53.363, + -61.795 + ], + [ + 28.328, + -71.457 + ], + [ + 14.378, + -54.703 + ], + [ + 43.415, + -48.532 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 11.25, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 15.322, + -0.002 + ], + [ + -3.888, + -7.911 + ], + [ + -6.175, + -9.075 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -10.751, + 0.002 + ], + [ + 3.888, + 7.911 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 53.363, + -61.795 + ], + [ + 33.581, + -79.711 + ], + [ + 19.631, + -62.958 + ], + [ + 43.415, + -48.532 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 16.875, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 15.322, + -0.002 + ], + [ + -3.888, + -7.911 + ], + [ + -8.905, + -6.614 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -10.751, + 0.002 + ], + [ + 3.888, + 7.911 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 53.363, + -61.795 + ], + [ + 28.328, + -71.457 + ], + [ + 14.378, + -54.703 + ], + [ + 43.415, + -48.532 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 22.5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 15.322, + -0.002 + ], + [ + -3.888, + -7.911 + ], + [ + -6.175, + -9.075 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -10.751, + 0.002 + ], + [ + 3.888, + 7.911 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 53.363, + -61.795 + ], + [ + 33.581, + -79.711 + ], + [ + 19.631, + -62.958 + ], + [ + 43.415, + -48.532 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 28.125, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 15.322, + -0.002 + ], + [ + -3.888, + -7.911 + ], + [ + -8.905, + -6.614 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -10.751, + 0.002 + ], + [ + 3.888, + 7.911 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 53.363, + -61.795 + ], + [ + 28.328, + -71.457 + ], + [ + 14.378, + -54.703 + ], + [ + 43.415, + -48.532 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 33.75, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 15.322, + -0.002 + ], + [ + -3.888, + -7.911 + ], + [ + -6.175, + -9.075 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -10.751, + 0.002 + ], + [ + 3.888, + 7.911 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 53.363, + -61.795 + ], + [ + 33.581, + -79.711 + ], + [ + 19.631, + -62.958 + ], + [ + 43.415, + -48.532 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 39.375, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 15.322, + -0.002 + ], + [ + -3.888, + -7.911 + ], + [ + -8.905, + -6.614 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -10.751, + 0.002 + ], + [ + 3.888, + 7.911 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 53.363, + -61.795 + ], + [ + 28.328, + -71.457 + ], + [ + 14.378, + -54.703 + ], + [ + 43.415, + -48.532 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 45, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 15.322, + -0.002 + ], + [ + -3.888, + -7.911 + ], + [ + -6.175, + -9.075 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -10.751, + 0.002 + ], + [ + 3.888, + 7.911 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 53.363, + -61.795 + ], + [ + 33.581, + -79.711 + ], + [ + 19.631, + -62.958 + ], + [ + 43.415, + -48.532 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 50.625, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 15.322, + -0.002 + ], + [ + -3.888, + -7.911 + ], + [ + -8.905, + -6.614 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -10.751, + 0.002 + ], + [ + 3.888, + 7.911 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 53.363, + -61.795 + ], + [ + 28.328, + -71.457 + ], + [ + 14.378, + -54.703 + ], + [ + 43.415, + -48.532 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 56.25, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 15.322, + -0.002 + ], + [ + -3.888, + -7.911 + ], + [ + -6.175, + -9.075 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -10.751, + 0.002 + ], + [ + 3.888, + 7.911 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 53.363, + -61.795 + ], + [ + 33.581, + -79.711 + ], + [ + 19.631, + -62.958 + ], + [ + 43.415, + -48.532 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 61.875, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 15.322, + -0.002 + ], + [ + -3.888, + -7.911 + ], + [ + -8.905, + -6.614 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -10.751, + 0.002 + ], + [ + 3.888, + 7.911 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 53.363, + -61.795 + ], + [ + 28.328, + -71.457 + ], + [ + 14.378, + -54.703 + ], + [ + 43.415, + -48.532 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 67.5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 15.322, + -0.002 + ], + [ + -3.888, + -7.911 + ], + [ + -6.175, + -9.075 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -10.751, + 0.002 + ], + [ + 3.888, + 7.911 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 53.363, + -61.795 + ], + [ + 33.581, + -79.711 + ], + [ + 19.631, + -62.958 + ], + [ + 43.415, + -48.532 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 73.125, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 15.322, + -0.002 + ], + [ + -3.888, + -7.911 + ], + [ + -8.905, + -6.614 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -10.751, + 0.002 + ], + [ + 3.888, + 7.911 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 53.363, + -61.795 + ], + [ + 28.328, + -71.457 + ], + [ + 14.378, + -54.703 + ], + [ + 43.415, + -48.532 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 78.75, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 15.322, + -0.002 + ], + [ + -3.888, + -7.911 + ], + [ + -6.175, + -9.075 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -10.751, + 0.002 + ], + [ + 3.888, + 7.911 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 53.363, + -61.795 + ], + [ + 33.581, + -79.711 + ], + [ + 19.631, + -62.958 + ], + [ + 43.415, + -48.532 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 84.375, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 15.322, + -0.002 + ], + [ + -3.888, + -7.911 + ], + [ + -8.905, + -6.614 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -10.751, + 0.002 + ], + [ + 3.888, + 7.911 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 53.363, + -61.795 + ], + [ + 28.328, + -71.457 + ], + [ + 14.378, + -54.703 + ], + [ + 43.415, + -48.532 + ] + ], + "c": false + } + ] + }, + { + "t": 90, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 15.322, + -0.002 + ], + [ + -3.888, + -7.911 + ], + [ + -6.175, + -9.075 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -10.751, + 0.002 + ], + [ + 3.888, + 7.911 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 53.363, + -61.795 + ], + [ + 33.581, + -79.711 + ], + [ + 19.631, + -62.958 + ], + [ + 43.415, + -48.532 + ] + ], + "c": false + } + ] + } + ] + }, + "nm": "Path 1", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0, + 0.27058823529411763, + 0.2549019607843137 + ] + }, + "o": { + "a": 0, + "k": 100 + }, + "w": { + "a": 0, + "k": 6 + }, + "lc": 2, + "lj": 2, + "bm": 0, + "nm": "Stroke 1", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 49.393, + -53.797 + ] + }, + "a": { + "a": 0, + "k": [ + 49.393, + -53.797 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ] + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.667 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.34 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.333 + ], + "y": [ + 0 + ] + }, + "t": 21, + "s": [ + 34.15 + ] + }, + { + "i": { + "x": [ + 0.667 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 45, + "s": [ + -6.827 + ] + }, + { + "i": { + "x": [ + 0.667 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.333 + ], + "y": [ + 0 + ] + }, + "t": 64, + "s": [ + -26.648 + ] + }, + { + "t": 90, + "s": [ + 0 + ] + } + ] + }, + "o": { + "a": 0, + "k": 100 + }, + "sk": { + "a": 0, + "k": 0 + }, + "sa": { + "a": 0, + "k": 0 + }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "bm": 0, + "hd": false + } + ], + "ip": 0, + "op": 90, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 27, + "ty": 4, + "nm": "armL2", + "parent": 23, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.34 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + -17.571 + ] + }, + { + "i": { + "x": [ + 0.34 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 45, + "s": [ + -57.751 + ] + }, + { + "t": 90, + "s": [ + -17.571 + ] + } + ] + }, + "p": { + "a": 0, + "k": [ + -27.631, + 5.516, + 0 + ] + }, + "a": { + "a": 0, + "k": [ + 24.171, + 39.48, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ] + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -13.764, + -4.511 + ], + [ + 10.08, + 1.125 + ], + [ + 8.408, + -3.394 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 13.764, + 4.511 + ], + [ + -10.08, + -1.125 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -90.001, + -104.508 + ], + [ + -65.103, + -112.682 + ], + [ + -66.814, + -91.213 + ], + [ + -88.648, + -91.427 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 5.625, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -11.05, + -9.364 + ], + [ + 8.913, + 4.84 + ], + [ + 7.875, + -1.417 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 11.05, + 9.364 + ], + [ + -8.913, + -4.84 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -90.001, + -104.508 + ], + [ + -62.087, + -104.235 + ], + [ + -71.76, + -84.993 + ], + [ + -88.648, + -91.427 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 11.25, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -13.764, + -4.511 + ], + [ + 10.08, + 1.125 + ], + [ + 8.408, + -3.394 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 13.764, + 4.511 + ], + [ + -10.08, + -1.125 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -90.001, + -104.508 + ], + [ + -65.103, + -112.682 + ], + [ + -66.814, + -91.213 + ], + [ + -88.648, + -91.427 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 16.875, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -11.05, + -9.364 + ], + [ + 8.913, + 4.84 + ], + [ + 7.875, + -1.417 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 11.05, + 9.364 + ], + [ + -8.913, + -4.84 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -90.001, + -104.508 + ], + [ + -62.087, + -104.235 + ], + [ + -71.76, + -84.993 + ], + [ + -88.648, + -91.427 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 22.5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -13.764, + -4.511 + ], + [ + 10.08, + 1.125 + ], + [ + 8.408, + -3.394 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 13.764, + 4.511 + ], + [ + -10.08, + -1.125 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -90.001, + -104.508 + ], + [ + -65.103, + -112.682 + ], + [ + -66.814, + -91.213 + ], + [ + -88.648, + -91.427 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 28.125, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -11.05, + -9.364 + ], + [ + 8.913, + 4.84 + ], + [ + 7.875, + -1.417 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 11.05, + 9.364 + ], + [ + -8.913, + -4.84 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -90.001, + -104.508 + ], + [ + -62.087, + -104.235 + ], + [ + -71.76, + -84.993 + ], + [ + -88.648, + -91.427 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 33.75, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -13.764, + -4.511 + ], + [ + 10.08, + 1.125 + ], + [ + 8.408, + -3.394 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 13.764, + 4.511 + ], + [ + -10.08, + -1.125 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -90.001, + -104.508 + ], + [ + -65.103, + -112.682 + ], + [ + -66.814, + -91.213 + ], + [ + -88.648, + -91.427 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 39.375, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -11.05, + -9.364 + ], + [ + 8.913, + 4.84 + ], + [ + 7.875, + -1.417 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 11.05, + 9.364 + ], + [ + -8.913, + -4.84 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -90.001, + -104.508 + ], + [ + -62.087, + -104.235 + ], + [ + -71.76, + -84.993 + ], + [ + -88.648, + -91.427 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 45, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -13.764, + -4.511 + ], + [ + 10.08, + 1.125 + ], + [ + 8.408, + -3.394 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 13.764, + 4.511 + ], + [ + -10.08, + -1.125 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -90.001, + -104.508 + ], + [ + -65.103, + -112.682 + ], + [ + -66.814, + -91.213 + ], + [ + -88.648, + -91.427 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 50.625, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -11.05, + -9.364 + ], + [ + 8.913, + 4.84 + ], + [ + 7.875, + -1.417 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 11.05, + 9.364 + ], + [ + -8.913, + -4.84 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -90.001, + -104.508 + ], + [ + -62.087, + -104.235 + ], + [ + -71.76, + -84.993 + ], + [ + -88.648, + -91.427 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 56.25, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -13.764, + -4.511 + ], + [ + 10.08, + 1.125 + ], + [ + 8.408, + -3.394 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 13.764, + 4.511 + ], + [ + -10.08, + -1.125 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -90.001, + -104.508 + ], + [ + -65.103, + -112.682 + ], + [ + -66.814, + -91.213 + ], + [ + -88.648, + -91.427 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 61.875, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -11.05, + -9.364 + ], + [ + 8.913, + 4.84 + ], + [ + 7.875, + -1.417 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 11.05, + 9.364 + ], + [ + -8.913, + -4.84 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -90.001, + -104.508 + ], + [ + -62.087, + -104.235 + ], + [ + -71.76, + -84.993 + ], + [ + -88.648, + -91.427 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 67.5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -13.764, + -4.511 + ], + [ + 10.08, + 1.125 + ], + [ + 8.408, + -3.394 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 13.764, + 4.511 + ], + [ + -10.08, + -1.125 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -90.001, + -104.508 + ], + [ + -65.103, + -112.682 + ], + [ + -66.814, + -91.213 + ], + [ + -88.648, + -91.427 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 73.125, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -11.05, + -9.364 + ], + [ + 8.913, + 4.84 + ], + [ + 7.875, + -1.417 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 11.05, + 9.364 + ], + [ + -8.913, + -4.84 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -90.001, + -104.508 + ], + [ + -62.087, + -104.235 + ], + [ + -71.76, + -84.993 + ], + [ + -88.648, + -91.427 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 78.75, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -13.764, + -4.511 + ], + [ + 10.08, + 1.125 + ], + [ + 8.408, + -3.394 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 13.764, + 4.511 + ], + [ + -10.08, + -1.125 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -90.001, + -104.508 + ], + [ + -65.103, + -112.682 + ], + [ + -66.814, + -91.213 + ], + [ + -88.648, + -91.427 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 84.375, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -11.05, + -9.364 + ], + [ + 8.913, + 4.84 + ], + [ + 7.875, + -1.417 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 11.05, + 9.364 + ], + [ + -8.913, + -4.84 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -90.001, + -104.508 + ], + [ + -62.087, + -104.235 + ], + [ + -71.76, + -84.993 + ], + [ + -88.648, + -91.427 + ] + ], + "c": false + } + ] + }, + { + "t": 90, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -13.764, + -4.511 + ], + [ + 10.08, + 1.125 + ], + [ + 8.408, + -3.394 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 13.764, + 4.511 + ], + [ + -10.08, + -1.125 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -90.001, + -104.508 + ], + [ + -65.103, + -112.682 + ], + [ + -66.814, + -91.213 + ], + [ + -88.648, + -91.427 + ] + ], + "c": false + } + ] + } + ] + }, + "nm": "Path 1", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0, + 0.27058823529411763, + 0.2549019607843137 + ] + }, + "o": { + "a": 0, + "k": 100 + }, + "w": { + "a": 0, + "k": 6 + }, + "lc": 2, + "lj": 2, + "bm": 0, + "nm": "Stroke 1", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0, + 0.6980392156862745, + 0.5058823529411764 + ] + }, + "o": { + "a": 0, + "k": 100 + }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + -85.362, + -90.211 + ] + }, + "a": { + "a": 0, + "k": [ + -90.71, + -98.738 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ] + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.667 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.34 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.333 + ], + "y": [ + 0 + ] + }, + "t": 21, + "s": [ + -3.261 + ] + }, + { + "i": { + "x": [ + 0.34 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 45, + "s": [ + 122.299 + ] + }, + { + "i": { + "x": [ + 0.34 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 60, + "s": [ + 101.305 + ] + }, + { + "t": 90, + "s": [ + 0 + ] + } + ] + }, + "o": { + "a": 0, + "k": 100 + }, + "sk": { + "a": 0, + "k": 0 + }, + "sa": { + "a": 0, + "k": 0 + }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "bm": 0, + "hd": false + } + ], + "ip": 0, + "op": 90, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 28, + "ty": 4, + "nm": "cheek R1", + "parent": 20, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 30 + }, + "r": { + "a": 0, + "k": -58.859 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.34, + "y": 1 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 0, + "s": [ + 88.48, + -1.384, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.34, + "y": 1 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 45, + "s": [ + 69.469, + 80.717, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "t": 90, + "s": [ + 88.48, + -1.384, + 0 + ] + } + ] + }, + "a": { + "a": 0, + "k": [ + 121.514, + -58.319, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ] + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0.292, + -0.201 + ], + [ + 1.842, + 1.166 + ], + [ + -0.215, + 4.781 + ], + [ + -1.007, + 1.007 + ] + ], + "o": [ + [ + -0.304, + -0.315 + ], + [ + -6.022, + -3.813 + ], + [ + 0.248, + -5.52 + ], + [ + 0.621, + 0.283 + ] + ], + "v": [ + [ + 120.101, + -43.507 + ], + [ + 115.781, + -43.555 + ], + [ + 110.665, + -60.368 + ], + [ + 118.164, + -67.736 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 30, + "s": [ + { + "i": [ + [ + 13.721, + -9.71 + ], + [ + 4.821, + 1.734 + ], + [ + -3.072, + 8.816 + ], + [ + -4.635, + 1.388 + ] + ], + "o": [ + [ + -2.978, + 1.798 + ], + [ + -8.159, + -2.945 + ], + [ + 1.811, + -5.221 + ], + [ + 15.238, + -4.851 + ] + ], + "v": [ + [ + 130.557, + -44.478 + ], + [ + 116.539, + -42.373 + ], + [ + 107.325, + -63.663 + ], + [ + 117.676, + -74.304 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 60, + "s": [ + { + "i": [ + [ + 13.721, + -9.71 + ], + [ + 4.821, + 1.734 + ], + [ + -3.072, + 8.816 + ], + [ + -4.635, + 1.388 + ] + ], + "o": [ + [ + -2.978, + 1.798 + ], + [ + -8.159, + -2.945 + ], + [ + 1.811, + -5.221 + ], + [ + 15.238, + -4.851 + ] + ], + "v": [ + [ + 130.557, + -44.478 + ], + [ + 116.539, + -42.373 + ], + [ + 107.325, + -63.663 + ], + [ + 117.676, + -74.304 + ] + ], + "c": true + } + ] + }, + { + "t": 90, + "s": [ + { + "i": [ + [ + 0.292, + -0.201 + ], + [ + 1.842, + 1.166 + ], + [ + -0.215, + 4.781 + ], + [ + -1.007, + 1.007 + ] + ], + "o": [ + [ + -0.304, + -0.315 + ], + [ + -6.022, + -3.813 + ], + [ + 0.248, + -5.52 + ], + [ + 0.621, + 0.283 + ] + ], + "v": [ + [ + 120.101, + -43.507 + ], + [ + 115.781, + -43.555 + ], + [ + 110.665, + -60.368 + ], + [ + 118.164, + -67.736 + ] + ], + "c": true + } + ] + } + ] + }, + "nm": "Path 1", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0, + 0.27058823529411763, + 0.2549019607843137 + ] + }, + "o": { + "a": 0, + "k": 100 + }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ] + }, + "r": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100 + }, + "sk": { + "a": 0, + "k": 0 + }, + "sa": { + "a": 0, + "k": 0 + }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "bm": 0, + "hd": false + } + ], + "ip": 0, + "op": 90, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 29, + "ty": 4, + "nm": "eye1", + "parent": 20, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.34 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + 23.959 + ] + }, + { + "i": { + "x": [ + 0.34 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 45, + "s": [ + -19.55 + ] + }, + { + "t": 90, + "s": [ + 23.959 + ] + } + ] + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.34, + "y": 1 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 0, + "s": [ + 63.129, + 69.903, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.34, + "y": 1 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 45, + "s": [ + 53.954, + 71.232, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "t": 90, + "s": [ + 63.129, + 69.903, + 0 + ] + } + ] + }, + "a": { + "a": 0, + "k": [ + 32.908, + 9.798, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 90.909, + 90.909, + 100 + ] + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 11, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -3.746, + -3.118 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 23.692, + 19.721 + ] + ], + "v": [ + [ + -124.478, + -29.326 + ], + [ + -113.632, + -25.982 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 19, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -5.256, + -6.811 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 20.969, + 22.024 + ] + ], + "v": [ + [ + -115.432, + -37.443 + ], + [ + -100.968, + -32.051 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 23, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -4.438, + -7.276 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 19.154, + 23.56 + ] + ], + "v": [ + [ + -115.017, + -47.31 + ], + [ + -102.281, + -40.824 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.34, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 29, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -4.919, + -9.972 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 13.637, + 27.645 + ] + ], + "v": [ + [ + -110.776, + -63.674 + ], + [ + -95.709, + -55.516 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 45, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -9.538, + -16.112 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 15.703, + 26.527 + ] + ], + "v": [ + [ + -115.579, + -72.024 + ], + [ + -95.716, + -59.13 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 61, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -4.919, + -9.972 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 13.637, + 27.645 + ] + ], + "v": [ + [ + -110.776, + -63.674 + ], + [ + -95.709, + -55.516 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 67, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -4.438, + -7.276 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 19.154, + 23.56 + ] + ], + "v": [ + [ + -115.017, + -47.31 + ], + [ + -102.281, + -40.824 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 71, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -5.256, + -6.811 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 20.969, + 22.024 + ] + ], + "v": [ + [ + -115.432, + -37.443 + ], + [ + -100.968, + -32.051 + ] + ], + "c": false + } + ] + }, + { + "t": 79, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -3.746, + -3.118 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 23.692, + 19.721 + ] + ], + "v": [ + [ + -124.478, + -29.326 + ], + [ + -113.632, + -25.982 + ] + ], + "c": false + } + ] + } + ] + }, + "nm": "Path 1", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0, + 0.27058823529411763, + 0.2549019607843137 + ] + }, + "o": { + "a": 0, + "k": 100 + }, + "w": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.34 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.333 + ], + "y": [ + 0 + ] + }, + "t": 11, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 29, + "s": [ + 10 + ] + }, + { + "i": { + "x": [ + 0.34 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 45, + "s": [ + 10 + ] + }, + { + "i": { + "x": [ + 0.667 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 61, + "s": [ + 10 + ] + }, + { + "t": 79, + "s": [ + 0 + ] + } + ] + }, + "lc": 2, + "lj": 2, + "bm": 0, + "nm": "Stroke 1", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + -107.119, + -68.519 + ] + }, + "a": { + "a": 0, + "k": [ + -107.119, + -68.519 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ] + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.34 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + -42.832 + ] + }, + { + "i": { + "x": [ + 0.34 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 45, + "s": [ + 0 + ] + }, + { + "t": 90, + "s": [ + -42.832 + ] + } + ] + }, + "o": { + "a": 0, + "k": 100 + }, + "sk": { + "a": 0, + "k": 0 + }, + "sa": { + "a": 0, + "k": 0 + }, + "nm": "Transform" + } + ], + "nm": "Shape 1", + "bm": 0, + "hd": false + } + ], + "ip": 0, + "op": 90, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 30, + "ty": 4, + "nm": "eye2", + "parent": 20, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.34 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + 39.178 + ] + }, + { + "i": { + "x": [ + 0.34 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 45, + "s": [ + -19.55 + ] + }, + { + "t": 90, + "s": [ + 39.178 + ] + } + ] + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.34, + "y": 1 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 0, + "s": [ + 142.999, + 64.164, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.34, + "y": 1 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 45, + "s": [ + 133.824, + 65.492, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "t": 90, + "s": [ + 142.999, + 64.164, + 0 + ] + } + ] + }, + "a": { + "a": 0, + "k": [ + 117.813, + 33.248, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 90.909, + 90.909, + 100 + ] + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -6.437, + -6.377 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 21.899, + 21.695 + ] + ], + "v": [ + [ + -21.013, + -27.672 + ], + [ + -10.237, + -20.991 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 11, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -6.437, + -6.377 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 21.899, + 21.695 + ] + ], + "v": [ + [ + -24.658, + -23.785 + ], + [ + -13.882, + -17.104 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.34, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 19, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -12.069, + -13.581 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 20.477, + 23.042 + ] + ], + "v": [ + [ + -26.545, + -24.251 + ], + [ + 1.626, + -12.629 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 28, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -14.753, + -16.782 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 20.352, + 23.152 + ] + ], + "v": [ + [ + -19.89, + -28.636 + ], + [ + 27.072, + -14.879 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.34, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 45, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -14.753, + -16.782 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 20.352, + 23.152 + ] + ], + "v": [ + [ + -19.89, + -28.636 + ], + [ + 27.072, + -14.879 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 62, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -14.753, + -16.782 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 20.352, + 23.152 + ] + ], + "v": [ + [ + -19.89, + -28.636 + ], + [ + 27.072, + -14.879 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 71, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -12.069, + -13.581 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 20.477, + 23.042 + ] + ], + "v": [ + [ + -26.545, + -24.251 + ], + [ + 1.626, + -12.629 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 79, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -6.437, + -6.377 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 21.899, + 21.695 + ] + ], + "v": [ + [ + -24.658, + -23.785 + ], + [ + -13.882, + -17.104 + ] + ], + "c": false + } + ] + }, + { + "t": 90, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -6.437, + -6.377 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 21.899, + 21.695 + ] + ], + "v": [ + [ + -21.013, + -27.672 + ], + [ + -10.237, + -20.991 + ] + ], + "c": false + } + ] + } + ] + }, + "nm": "Path 1", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0, + 0.27058823529411763, + 0.2549019607843137 + ] + }, + "o": { + "a": 0, + "k": 100 + }, + "w": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 0, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.34 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 11, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 28, + "s": [ + 10 + ] + }, + { + "i": { + "x": [ + 0.34 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 45, + "s": [ + 10 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 62, + "s": [ + 10 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 79, + "s": [ + 0 + ] + }, + { + "t": 90, + "s": [ + 0 + ] + } + ] + }, + "lc": 2, + "lj": 2, + "bm": 0, + "nm": "Stroke 1", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 0, + "s": [ + 3.175, + 2.759 + ], + "to": [ + 0, + 0 + ], + "ti": [ + 0, + 0 + ] + }, + { + "i": { + "x": 0.34, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 13, + "s": [ + 3.175, + 2.759 + ], + "to": [ + 0, + 0 + ], + "ti": [ + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 45, + "s": [ + 3.175, + -25.241 + ], + "to": [ + 0, + 0 + ], + "ti": [ + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 77, + "s": [ + 3.175, + 2.759 + ], + "to": [ + 0, + 0 + ], + "ti": [ + 0, + 0 + ] + }, + { + "t": 90, + "s": [ + 3.175, + 2.759 + ] + } + ] + }, + "a": { + "a": 0, + "k": [ + 3.175, + -25.241 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ] + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.34 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + -54.31 + ] + }, + { + "i": { + "x": [ + 0.34 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 45, + "s": [ + 0 + ] + }, + { + "t": 90, + "s": [ + -54.31 + ] + } + ] + }, + "o": { + "a": 0, + "k": 100 + }, + "sk": { + "a": 0, + "k": 0 + }, + "sa": { + "a": 0, + "k": 0 + }, + "nm": "Transform" + } + ], + "nm": "Shape 1", + "bm": 0, + "hd": false + } + ], + "ip": 0, + "op": 90, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 31, + "ty": 4, + "nm": "mouth2", + "parent": 20, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.34 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + -19.55 + ] + }, + { + "i": { + "x": [ + 0.34 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 45, + "s": [ + -55.478 + ] + }, + { + "t": 90, + "s": [ + -19.55 + ] + } + ] + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.34, + "y": 1 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 0, + "s": [ + 125.331, + 118.072, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.34, + "y": 1 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 45, + "s": [ + 115.319, + 117.3, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "t": 90, + "s": [ + 125.331, + 118.072, + 0 + ] + } + ] + }, + "a": { + "a": 0, + "k": [ + 83.596, + 46.205, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ] + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + -12.257, + -11.178 + ], + [ + 11.584, + 2.197 + ], + [ + 3.506, + 6.863 + ], + [ + -8.292, + -1.837 + ] + ], + "o": [ + [ + -35.59, + 2.988 + ], + [ + -28.621, + -5.427 + ], + [ + 19.374, + -3.762 + ], + [ + 7.293, + 1.615 + ] + ], + "v": [ + [ + 62.618, + -95.572 + ], + [ + -3.167, + -98.113 + ], + [ + -42.901, + -119.238 + ], + [ + 11.332, + -117.532 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.34, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 21, + "s": [ + { + "i": [ + [ + -3.069, + -17.099 + ], + [ + 23.76, + 6.669 + ], + [ + -12.334, + 6.091 + ], + [ + -12.991, + -2.995 + ] + ], + "o": [ + [ + 0.838, + 19.21 + ], + [ + -31.436, + -7.807 + ], + [ + 7.291, + -3.371 + ], + [ + 13.251, + 3.065 + ] + ], + "v": [ + [ + 60.509, + -106.851 + ], + [ + -5.748, + -90.627 + ], + [ + -28.104, + -123.969 + ], + [ + 8.22, + -114.132 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 45, + "s": [ + { + "i": [ + [ + -14.462, + -17.885 + ], + [ + 41.72, + 13.267 + ], + [ + -22.378, + 2.624 + ], + [ + -19.922, + -4.704 + ] + ], + "o": [ + [ + 9.009, + 15.046 + ], + [ + -35.588, + -11.317 + ], + [ + 18.874, + -1.256 + ], + [ + 22.039, + 5.203 + ] + ], + "v": [ + [ + 56.532, + -115.155 + ], + [ + -8.643, + -82.253 + ], + [ + -20.668, + -133.888 + ], + [ + 10.218, + -117.27 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.34, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 69, + "s": [ + { + "i": [ + [ + -3.069, + -17.099 + ], + [ + 23.76, + 6.669 + ], + [ + -12.334, + 6.091 + ], + [ + -12.991, + -2.995 + ] + ], + "o": [ + [ + 0.838, + 19.21 + ], + [ + -31.436, + -7.807 + ], + [ + 7.291, + -3.371 + ], + [ + 13.251, + 3.065 + ] + ], + "v": [ + [ + 60.509, + -106.851 + ], + [ + -5.748, + -90.627 + ], + [ + -28.104, + -123.969 + ], + [ + 8.22, + -114.132 + ] + ], + "c": true + } + ] + }, + { + "t": 90, + "s": [ + { + "i": [ + [ + -12.257, + -11.178 + ], + [ + 11.584, + 2.197 + ], + [ + 3.506, + 6.863 + ], + [ + -8.292, + -1.837 + ] + ], + "o": [ + [ + -35.59, + 2.988 + ], + [ + -28.621, + -5.427 + ], + [ + 19.374, + -3.762 + ], + [ + 7.293, + 1.615 + ] + ], + "v": [ + [ + 62.618, + -95.572 + ], + [ + -3.167, + -98.113 + ], + [ + -42.901, + -119.238 + ], + [ + 11.332, + -117.532 + ] + ], + "c": true + } + ] + } + ] + }, + "nm": "Path 1", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0, + 0.27058823529411763, + 0.2549019607843137 + ] + }, + "o": { + "a": 0, + "k": 100 + }, + "w": { + "a": 0, + "k": 6 + }, + "lc": 2, + "lj": 2, + "bm": 0, + "nm": "Stroke 1", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ] + }, + "r": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100 + }, + "sk": { + "a": 0, + "k": 0 + }, + "sa": { + "a": 0, + "k": 0 + }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "bm": 0, + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 37.086, + -109.446 + ], + [ + 37.068, + -109.42 + ], + [ + 32.168, + -102.744 + ], + [ + 26.14, + -94.518 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.34, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 21, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 34.332, + -108.856 + ], + [ + 34.882, + -114.212 + ], + [ + 32.811, + -102.652 + ], + [ + 30.146, + -90.586 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 45, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 32.131, + -117.786 + ], + [ + 32.163, + -117.53 + ], + [ + 33.759, + -102.517 + ], + [ + 36.054, + -84.786 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.34, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 69, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 34.332, + -108.856 + ], + [ + 34.882, + -114.212 + ], + [ + 32.811, + -102.652 + ], + [ + 30.146, + -90.586 + ] + ], + "c": false + } + ] + }, + { + "t": 90, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 37.086, + -109.446 + ], + [ + 37.068, + -109.42 + ], + [ + 32.168, + -102.744 + ], + [ + 26.14, + -94.518 + ] + ], + "c": false + } + ] + } + ] + }, + "nm": "Path 1", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.749019622803, + 0.78823530674, + 0.847058832645, + 1 + ] + }, + "o": { + "a": 0, + "k": 100 + }, + "w": { + "a": 0, + "k": 4 + }, + "lc": 2, + "lj": 2, + "bm": 0, + "nm": "Stroke 1", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ] + }, + "r": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100 + }, + "sk": { + "a": 0, + "k": 0 + }, + "sa": { + "a": 0, + "k": 0 + }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "bm": 0, + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -2.517, + -99.567 + ], + [ + 5.908, + -110.499 + ], + [ + 10.879, + -116.949 + ], + [ + 11.048, + -117.175 + ], + [ + 11.332, + -117.532 + ], + [ + 11.332, + -117.532 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.34, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 21, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -5.377, + -91.04 + ], + [ + 5.573, + -110.445 + ], + [ + 7.697, + -113.532 + ], + [ + 7.866, + -113.759 + ], + [ + 8.15, + -114.116 + ], + [ + 8.15, + -114.116 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 45, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -7.847, + -83.632 + ], + [ + 7.748, + -111.828 + ], + [ + 9.765, + -116.687 + ], + [ + 9.934, + -116.913 + ], + [ + 10.218, + -117.27 + ], + [ + 10.218, + -117.27 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.34, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 69, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -5.377, + -91.04 + ], + [ + 5.573, + -110.445 + ], + [ + 7.697, + -113.532 + ], + [ + 7.866, + -113.759 + ], + [ + 8.15, + -114.116 + ], + [ + 8.15, + -114.116 + ] + ], + "c": false + } + ] + }, + { + "t": 90, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -2.517, + -99.567 + ], + [ + 5.908, + -110.499 + ], + [ + 10.879, + -116.949 + ], + [ + 11.048, + -117.175 + ], + [ + 11.332, + -117.532 + ], + [ + 11.332, + -117.532 + ] + ], + "c": false + } + ] + } + ] + }, + "nm": "Path 1", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.749019622803, + 0.78823530674, + 0.847058832645, + 1 + ] + }, + "o": { + "a": 0, + "k": 100 + }, + "w": { + "a": 0, + "k": 4 + }, + "lc": 2, + "lj": 2, + "bm": 0, + "nm": "Stroke 1", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ] + }, + "r": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100 + }, + "sk": { + "a": 0, + "k": 0 + }, + "sa": { + "a": 0, + "k": 0 + }, + "nm": "Transform" + } + ], + "nm": "Group 3", + "bm": 0, + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -28.205, + -105.851 + ], + [ + -15.665, + -120.753 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.34, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 21, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -28.361, + -102.971 + ], + [ + -12.336, + -120.935 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 45, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -30.332, + -98.223 + ], + [ + -5.197, + -124.895 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.34, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 69, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -28.361, + -102.971 + ], + [ + -12.336, + -120.935 + ] + ], + "c": false + } + ] + }, + { + "t": 90, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -28.205, + -105.851 + ], + [ + -15.665, + -120.753 + ] + ], + "c": false + } + ] + } + ] + }, + "nm": "Path 1", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.749019622803, + 0.78823530674, + 0.847058832645, + 1 + ] + }, + "o": { + "a": 0, + "k": 100 + }, + "w": { + "a": 0, + "k": 4 + }, + "lc": 2, + "lj": 2, + "bm": 0, + "nm": "Stroke 1", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ] + }, + "r": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100 + }, + "sk": { + "a": 0, + "k": 0 + }, + "sa": { + "a": 0, + "k": 0 + }, + "nm": "Transform" + } + ], + "nm": "Group 4", + "bm": 0, + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + -12.257, + -11.178 + ], + [ + 11.584, + 2.197 + ], + [ + 3.506, + 6.863 + ], + [ + -8.292, + -1.837 + ] + ], + "o": [ + [ + -35.59, + 2.988 + ], + [ + -28.621, + -5.427 + ], + [ + 19.374, + -3.762 + ], + [ + 7.293, + 1.615 + ] + ], + "v": [ + [ + 62.618, + -95.572 + ], + [ + -3.167, + -98.113 + ], + [ + -42.901, + -119.238 + ], + [ + 11.332, + -117.532 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.34, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 21, + "s": [ + { + "i": [ + [ + -3.555, + -16.815 + ], + [ + 23.76, + 6.669 + ], + [ + -12.334, + 6.091 + ], + [ + -12.991, + -2.995 + ] + ], + "o": [ + [ + 1.357, + 19.428 + ], + [ + -31.436, + -7.807 + ], + [ + 7.794, + -3.29 + ], + [ + 13.251, + 3.065 + ] + ], + "v": [ + [ + 60.509, + -106.851 + ], + [ + -5.748, + -90.627 + ], + [ + -28.104, + -123.969 + ], + [ + 8.22, + -114.132 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 45, + "s": [ + { + "i": [ + [ + -14.462, + -17.885 + ], + [ + 41.72, + 13.267 + ], + [ + -22.378, + 2.624 + ], + [ + -19.922, + -4.704 + ] + ], + "o": [ + [ + 9.009, + 15.046 + ], + [ + -35.588, + -11.317 + ], + [ + 18.874, + -1.256 + ], + [ + 22.039, + 5.203 + ] + ], + "v": [ + [ + 56.532, + -115.155 + ], + [ + -8.643, + -82.253 + ], + [ + -20.668, + -133.888 + ], + [ + 10.218, + -117.27 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.34, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 69, + "s": [ + { + "i": [ + [ + -3.555, + -16.815 + ], + [ + 23.76, + 6.669 + ], + [ + -12.334, + 6.091 + ], + [ + -12.991, + -2.995 + ] + ], + "o": [ + [ + 1.357, + 19.428 + ], + [ + -31.436, + -7.807 + ], + [ + 7.794, + -3.29 + ], + [ + 13.251, + 3.065 + ] + ], + "v": [ + [ + 60.509, + -106.851 + ], + [ + -5.748, + -90.627 + ], + [ + -28.104, + -123.969 + ], + [ + 8.22, + -114.132 + ] + ], + "c": true + } + ] + }, + { + "t": 90, + "s": [ + { + "i": [ + [ + -12.257, + -11.178 + ], + [ + 11.584, + 2.197 + ], + [ + 3.506, + 6.863 + ], + [ + -8.292, + -1.837 + ] + ], + "o": [ + [ + -35.59, + 2.988 + ], + [ + -28.621, + -5.427 + ], + [ + 19.374, + -3.762 + ], + [ + 7.293, + 1.615 + ] + ], + "v": [ + [ + 62.618, + -95.572 + ], + [ + -3.167, + -98.113 + ], + [ + -42.901, + -119.238 + ], + [ + 11.332, + -117.532 + ] + ], + "c": true + } + ] + } + ] + }, + "nm": "Path 1", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.960784316063, + 0.960784316063, + 0.960784316063, + 1 + ] + }, + "o": { + "a": 0, + "k": 100 + }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ] + }, + "r": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100 + }, + "sk": { + "a": 0, + "k": 0 + }, + "sa": { + "a": 0, + "k": 0 + }, + "nm": "Transform" + } + ], + "nm": "Group 5", + "bm": 0, + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 10.73, + -106.533 + ] + }, + "a": { + "a": 0, + "k": [ + 10.73, + -106.533 + ] + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.667, + 0.667 + ], + "y": [ + 1, + 1 + ] + }, + "o": { + "x": [ + 0.333, + 0.333 + ], + "y": [ + 0, + 0 + ] + }, + "t": 5.625, + "s": [ + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.667, + 0.667 + ], + "y": [ + 1, + 1 + ] + }, + "o": { + "x": [ + 0.333, + 0.333 + ], + "y": [ + 0, + 0 + ] + }, + "t": 11.25, + "s": [ + 90, + 95 + ] + }, + { + "i": { + "x": [ + 0.667, + 0.667 + ], + "y": [ + 1, + 1 + ] + }, + "o": { + "x": [ + 0.333, + 0.333 + ], + "y": [ + 0, + 0 + ] + }, + "t": 16.875, + "s": [ + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.667, + 0.667 + ], + "y": [ + 1, + 1 + ] + }, + "o": { + "x": [ + 0.333, + 0.333 + ], + "y": [ + 0, + 0 + ] + }, + "t": 22.5, + "s": [ + 90, + 95 + ] + }, + { + "i": { + "x": [ + 0.667, + 0.667 + ], + "y": [ + 1, + 1 + ] + }, + "o": { + "x": [ + 0.333, + 0.333 + ], + "y": [ + 0, + 0 + ] + }, + "t": 28.125, + "s": [ + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.667, + 0.667 + ], + "y": [ + 1, + 1 + ] + }, + "o": { + "x": [ + 0.333, + 0.333 + ], + "y": [ + 0, + 0 + ] + }, + "t": 33.75, + "s": [ + 90, + 95 + ] + }, + { + "i": { + "x": [ + 0.667, + 0.667 + ], + "y": [ + 1, + 1 + ] + }, + "o": { + "x": [ + 0.333, + 0.333 + ], + "y": [ + 0, + 0 + ] + }, + "t": 39.375, + "s": [ + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.667, + 0.667 + ], + "y": [ + 1, + 1 + ] + }, + "o": { + "x": [ + 0.333, + 0.333 + ], + "y": [ + 0, + 0 + ] + }, + "t": 45, + "s": [ + 90, + 95 + ] + }, + { + "i": { + "x": [ + 0.667, + 0.667 + ], + "y": [ + 1, + 1 + ] + }, + "o": { + "x": [ + 0.333, + 0.333 + ], + "y": [ + 0, + 0 + ] + }, + "t": 50.625, + "s": [ + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.667, + 0.667 + ], + "y": [ + 1, + 1 + ] + }, + "o": { + "x": [ + 0.333, + 0.333 + ], + "y": [ + 0, + 0 + ] + }, + "t": 56.25, + "s": [ + 90, + 95 + ] + }, + { + "i": { + "x": [ + 0.667, + 0.667 + ], + "y": [ + 1, + 1 + ] + }, + "o": { + "x": [ + 0.333, + 0.333 + ], + "y": [ + 0, + 0 + ] + }, + "t": 61.875, + "s": [ + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.667, + 0.667 + ], + "y": [ + 1, + 1 + ] + }, + "o": { + "x": [ + 0.333, + 0.333 + ], + "y": [ + 0, + 0 + ] + }, + "t": 67.5, + "s": [ + 90, + 95 + ] + }, + { + "i": { + "x": [ + 0.667, + 0.667 + ], + "y": [ + 1, + 1 + ] + }, + "o": { + "x": [ + 0.333, + 0.333 + ], + "y": [ + 0, + 0 + ] + }, + "t": 73.125, + "s": [ + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.667, + 0.667 + ], + "y": [ + 1, + 1 + ] + }, + "o": { + "x": [ + 0.333, + 0.333 + ], + "y": [ + 0, + 0 + ] + }, + "t": 78.75, + "s": [ + 90, + 95 + ] + }, + { + "i": { + "x": [ + 0.667, + 0.667 + ], + "y": [ + 1, + 1 + ] + }, + "o": { + "x": [ + 0.333, + 0.333 + ], + "y": [ + 0, + 0 + ] + }, + "t": 84.375, + "s": [ + 100, + 100 + ] + }, + { + "t": 90, + "s": [ + 90, + 95 + ] + } + ] + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.34 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.567 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.34 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 45, + "s": [ + 44 + ] + }, + { + "t": 90, + "s": [ + 0 + ] + } + ] + }, + "o": { + "a": 0, + "k": 100 + }, + "sk": { + "a": 0, + "k": 0 + }, + "sa": { + "a": 0, + "k": 0 + }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "bm": 0, + "hd": false + } + ], + "ip": 0, + "op": 90, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 32, + "ty": 4, + "nm": "line+FX1", + "parent": 34, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100 + }, + "r": { + "a": 0, + "k": 0 + }, + "p": { + "a": 0, + "k": [ + -26.678, + 16.242, + 0 + ] + }, + "a": { + "a": 0, + "k": [ + -26.678, + 16.242, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ] + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0.731, + -3.939 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 108.228, + 23.975 + ], + [ + 107.251, + 30.365 + ] + ], + "c": false + } + }, + "nm": "Path 1", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 1, + 1, + 1, + 1 + ] + }, + "o": { + "a": 0, + "k": 100 + }, + "w": { + "a": 0, + "k": 6 + }, + "lc": 2, + "lj": 2, + "bm": 0, + "nm": "Stroke 1", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ] + }, + "r": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100 + }, + "sk": { + "a": 0, + "k": 0 + }, + "sa": { + "a": 0, + "k": 0 + }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "bm": 0, + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 1.85, + -3.748 + ] + ], + "o": [ + [ + -1.697, + 6.179 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 104.939, + 40.428 + ], + [ + 98.962, + 56.919 + ] + ], + "c": false + } + }, + "nm": "Path 1", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 1, + 1, + 1, + 1 + ] + }, + "o": { + "a": 0, + "k": 100 + }, + "w": { + "a": 0, + "k": 6 + }, + "lc": 2, + "lj": 2, + "bm": 0, + "nm": "Stroke 1", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ] + }, + "r": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100 + }, + "sk": { + "a": 0, + "k": 0 + }, + "sa": { + "a": 0, + "k": 0 + }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "bm": 0, + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ks": { + "a": 0, + "k": { + "i": [ + [ + -0.417, + 32.053 + ], + [ + -71.909, + 32.053 + ], + [ + -31.162, + -47.946 + ], + [ + 40.686, + -52.587 + ], + [ + 66.088, + 36.239 + ] + ], + "o": [ + [ + 0.484, + -37.145 + ], + [ + 71.909, + -32.053 + ], + [ + 28.079, + 43.202 + ], + [ + -43.133, + 55.749 + ], + [ + -55.018, + -30.169 + ] + ], + "v": [ + [ + -173.517, + 18.336 + ], + [ + -84.893, + -107.089 + ], + [ + 98.798, + -61.799 + ], + [ + 89.895, + 97.152 + ], + [ + -105.996, + 134.418 + ] + ], + "c": true + } + }, + "nm": "Path 1", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0, + 0.27058823529411763, + 0.2549019607843137 + ] + }, + "o": { + "a": 0, + "k": 100 + }, + "w": { + "a": 0, + "k": 6 + }, + "lc": 2, + "lj": 2, + "bm": 0, + "nm": "Stroke 1", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ] + }, + "r": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100 + }, + "sk": { + "a": 0, + "k": 0 + }, + "sa": { + "a": 0, + "k": 0 + }, + "nm": "Transform" + } + ], + "nm": "Group 3", + "bm": 0, + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ks": { + "a": 0, + "k": { + "i": [ + [ + -37.775, + -36.681 + ], + [ + 27.198, + -28.996 + ], + [ + 37.775, + 36.681 + ], + [ + -27.198, + 28.996 + ] + ], + "o": [ + [ + 37.775, + 36.681 + ], + [ + -27.198, + 28.996 + ], + [ + -37.775, + -36.681 + ], + [ + 27.198, + -28.996 + ] + ], + "v": [ + [ + 78.212, + -82.75 + ], + [ + 102.688, + 32.687 + ], + [ + -14.956, + 18.773 + ], + [ + -34.106, + -100.146 + ] + ], + "c": true + } + }, + "nm": "Path 1", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0, + 0.5058823529411764, + 0.32941176470588235 + ] + }, + "o": { + "a": 0, + "k": 100 + }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ] + }, + "r": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 30 + }, + "sk": { + "a": 0, + "k": 0 + }, + "sa": { + "a": 0, + "k": 0 + }, + "nm": "Transform" + } + ], + "nm": "Group 4", + "bm": 0, + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ks": { + "a": 0, + "k": { + "i": [ + [ + -0.018, + 0.009 + ], + [ + 64.842, + 35.552 + ], + [ + -0.417, + 32.057 + ], + [ + -43.571, + 32.265 + ], + [ + 0, + 0 + ], + [ + -12.991, + -77.627 + ], + [ + -66.263, + 69.471 + ] + ], + "o": [ + [ + -43.9, + 53.283 + ], + [ + -55.023, + -30.169 + ], + [ + 0.391, + -30.449 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 19.834, + 118.518 + ], + [ + 0.018, + -0.009 + ] + ], + "v": [ + [ + 87.407, + 100.267 + ], + [ + -105.992, + 134.419 + ], + [ + -173.516, + 18.332 + ], + [ + -118.572, + -87.657 + ], + [ + -118.563, + -87.657 + ], + [ + -146.883, + 21.99 + ], + [ + 87.362, + 100.303 + ] + ], + "c": true + } + }, + "nm": "Path 1", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0, + 0.27058823529411763, + 0.2549019607843137 + ] + }, + "o": { + "a": 0, + "k": 100 + }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ] + }, + "r": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 30 + }, + "sk": { + "a": 0, + "k": 0 + }, + "sa": { + "a": 0, + "k": 0 + }, + "nm": "Transform" + } + ], + "nm": "Group 5", + "bm": 0, + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ks": { + "a": 0, + "k": { + "i": [ + [ + 40.686, + -52.588 + ], + [ + 57.447, + 12.302 + ], + [ + 0, + 0 + ], + [ + -34.241, + 77.572 + ], + [ + 42.575, + 22.803 + ], + [ + 14.311, + -1.427 + ], + [ + -28, + -43.077 + ] + ], + "o": [ + [ + -34.534, + 44.639 + ], + [ + 0, + 0 + ], + [ + 56.124, + 4.625 + ], + [ + 34.241, + -77.581 + ], + [ + -42.168, + -22.585 + ], + [ + 66.538, + -18.571 + ], + [ + 28.08, + 43.203 + ] + ], + "v": [ + [ + 89.892, + 97.151 + ], + [ + -64.552, + 149.775 + ], + [ + -64.525, + 149.775 + ], + [ + 97.225, + 63.805 + ], + [ + 47.99, + -95.538 + ], + [ + -62.643, + -115.089 + ], + [ + 98.797, + -61.801 + ] + ], + "c": true + } + }, + "nm": "Path 1", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0, + 0.5058823529411764, + 0.32941176470588235 + ] + }, + "o": { + "a": 0, + "k": 100 + }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ] + }, + "r": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100 + }, + "sk": { + "a": 0, + "k": 0 + }, + "sa": { + "a": 0, + "k": 0 + }, + "nm": "Transform" + } + ], + "nm": "Group 6", + "bm": 0, + "hd": false + } + ], + "ip": 0, + "op": 90, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 33, + "ty": 3, + "nm": "squash1", + "parent": 21, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 0 + }, + "r": { + "a": 0, + "k": 0 + }, + "p": { + "a": 0, + "k": [ + -7.778, + 151.111, + 0 + ] + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ] + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.667, + 0.667, + 0.667 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.333, + 0.333, + 0.333 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 0, + "s": [ + 102, + 98, + 100 + ] + }, + { + "i": { + "x": [ + 0.667, + 0.667, + 0.667 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.333, + 0.333, + 0.333 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 5.625, + "s": [ + 98, + 102, + 100 + ] + }, + { + "i": { + "x": [ + 0.667, + 0.667, + 0.667 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.333, + 0.333, + 0.333 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 11.25, + "s": [ + 102, + 98, + 100 + ] + }, + { + "i": { + "x": [ + 0.667, + 0.667, + 0.667 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.333, + 0.333, + 0.333 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 16.875, + "s": [ + 98, + 102, + 100 + ] + }, + { + "i": { + "x": [ + 0.667, + 0.667, + 0.667 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.333, + 0.333, + 0.333 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 22.5, + "s": [ + 102, + 98, + 100 + ] + }, + { + "i": { + "x": [ + 0.667, + 0.667, + 0.667 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.333, + 0.333, + 0.333 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 28.125, + "s": [ + 98, + 102, + 100 + ] + }, + { + "i": { + "x": [ + 0.667, + 0.667, + 0.667 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.333, + 0.333, + 0.333 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 33.75, + "s": [ + 102, + 98, + 100 + ] + }, + { + "i": { + "x": [ + 0.667, + 0.667, + 0.667 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.333, + 0.333, + 0.333 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 39.375, + "s": [ + 98, + 102, + 100 + ] + }, + { + "i": { + "x": [ + 0.667, + 0.667, + 0.667 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.333, + 0.333, + 0.333 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 45, + "s": [ + 102, + 98, + 100 + ] + }, + { + "i": { + "x": [ + 0.667, + 0.667, + 0.667 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.333, + 0.333, + 0.333 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 50.625, + "s": [ + 98, + 102, + 100 + ] + }, + { + "i": { + "x": [ + 0.667, + 0.667, + 0.667 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.333, + 0.333, + 0.333 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 56.25, + "s": [ + 102, + 98, + 100 + ] + }, + { + "i": { + "x": [ + 0.667, + 0.667, + 0.667 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.333, + 0.333, + 0.333 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 61.875, + "s": [ + 98, + 102, + 100 + ] + }, + { + "i": { + "x": [ + 0.667, + 0.667, + 0.667 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.333, + 0.333, + 0.333 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 67.5, + "s": [ + 102, + 98, + 100 + ] + }, + { + "i": { + "x": [ + 0.667, + 0.667, + 0.667 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.333, + 0.333, + 0.333 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 73.125, + "s": [ + 98, + 102, + 100 + ] + }, + { + "i": { + "x": [ + 0.667, + 0.667, + 0.667 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.333, + 0.333, + 0.333 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 78.75, + "s": [ + 102, + 98, + 100 + ] + }, + { + "i": { + "x": [ + 0.667, + 0.667, + 0.667 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.333, + 0.333, + 0.333 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 84.375, + "s": [ + 98, + 102, + 100 + ] + }, + { + "t": 90, + "s": [ + 102, + 98, + 100 + ] + } + ] + } + }, + "ao": 0, + "ip": 0, + "op": 90, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 34, + "ty": 4, + "nm": "form1", + "parent": 33, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100 + }, + "r": { + "a": 0, + "k": 0 + }, + "p": { + "a": 0, + "k": [ + 5.877, + -1.157, + 0 + ] + }, + "a": { + "a": 0, + "k": [ + -28.9, + 151.954, + 0 + ] + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.34, + 0.34, + 0.34 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.333, + 0.333, + 0.333 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 0, + "s": [ + 102, + 98, + 100 + ] + }, + { + "i": { + "x": [ + 0.667, + 0.667, + 0.667 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.66, + 0.66, + 0.66 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 15, + "s": [ + 94, + 106, + 100 + ] + }, + { + "i": { + "x": [ + 0.667, + 0.667, + 0.667 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.333, + 0.333, + 0.333 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 30, + "s": [ + 105, + 90, + 100 + ] + }, + { + "i": { + "x": [ + 0.34, + 0.34, + 0.34 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.333, + 0.333, + 0.333 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 45, + "s": [ + 102, + 98, + 100 + ] + }, + { + "i": { + "x": [ + 0.667, + 0.667, + 0.667 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.66, + 0.66, + 0.66 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 59, + "s": [ + 94, + 105, + 100 + ] + }, + { + "i": { + "x": [ + 0.667, + 0.667, + 0.667 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.333, + 0.333, + 0.333 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 75, + "s": [ + 105, + 90, + 100 + ] + }, + { + "t": 90, + "s": [ + 102, + 98, + 100 + ] + } + ] + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ks": { + "a": 0, + "k": { + "i": [ + [ + -0.417, + 32.053 + ], + [ + -71.909, + 32.053 + ], + [ + -31.162, + -47.946 + ], + [ + 40.686, + -52.587 + ], + [ + 66.088, + 36.239 + ] + ], + "o": [ + [ + 0.484, + -37.145 + ], + [ + 71.909, + -32.053 + ], + [ + 28.079, + 43.202 + ], + [ + -43.133, + 55.749 + ], + [ + -55.018, + -30.169 + ] + ], + "v": [ + [ + -173.517, + 18.336 + ], + [ + -84.893, + -107.089 + ], + [ + 98.798, + -61.799 + ], + [ + 89.895, + 97.152 + ], + [ + -105.996, + 134.418 + ] + ], + "c": true + } + }, + "nm": "Path 1", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0, + 0.6980392156862745, + 0.5058823529411764 + ] + }, + "o": { + "a": 0, + "k": 100 + }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ] + }, + "r": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100 + }, + "sk": { + "a": 0, + "k": 0 + }, + "sa": { + "a": 0, + "k": 0 + }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "bm": 0, + "hd": false + } + ], + "ip": 0, + "op": 90, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 35, + "ty": 4, + "nm": "_browR", + "parent": 34, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.34 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + 40.642 + ] + }, + { + "i": { + "x": [ + 0.34 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 45, + "s": [ + 3.397 + ] + }, + { + "t": 90, + "s": [ + 40.642 + ] + } + ] + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.34, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 0, + "s": [ + 54.926, + 63.721, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.34, + "y": 0.34 + }, + "o": { + "x": 0.66, + "y": 0.66 + }, + "t": 34, + "s": [ + 88.259, + 19.277, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 55, + "s": [ + 88.259, + 19.277, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "t": 90, + "s": [ + 54.926, + 63.721, + 0 + ] + } + ] + }, + "a": { + "a": 0, + "k": [ + 219.22, + 121.476, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 114.136, + 114.136, + 100 + ] + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.34, + "y": 1 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + -3.056, + -2.244 + ], + [ + 1.144, + -1.557 + ], + [ + 3.056, + 2.244 + ], + [ + -1.144, + 1.557 + ] + ], + "o": [ + [ + 3.056, + 2.244 + ], + [ + -1.144, + 1.557 + ], + [ + -3.056, + -2.244 + ], + [ + 1.144, + -1.557 + ] + ], + "v": [ + [ + 168.758, + 25.228 + ], + [ + 172.22, + 32.111 + ], + [ + 164.617, + 30.868 + ], + [ + 161.154, + 23.986 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 1 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 45, + "s": [ + { + "i": [ + [ + -6.111, + -4.487 + ], + [ + 2.287, + -3.115 + ], + [ + 6.111, + 4.487 + ], + [ + -2.287, + 3.115 + ] + ], + "o": [ + [ + 6.111, + 4.487 + ], + [ + -2.287, + 3.115 + ], + [ + -6.111, + -4.487 + ], + [ + 2.287, + -3.115 + ] + ], + "v": [ + [ + 170.828, + 22.408 + ], + [ + 177.753, + 36.173 + ], + [ + 162.546, + 33.688 + ], + [ + 155.621, + 19.924 + ] + ], + "c": true + } + ] + }, + { + "t": 90, + "s": [ + { + "i": [ + [ + -3.056, + -2.244 + ], + [ + 1.144, + -1.557 + ], + [ + 3.056, + 2.244 + ], + [ + -1.144, + 1.557 + ] + ], + "o": [ + [ + 3.056, + 2.244 + ], + [ + -1.144, + 1.557 + ], + [ + -3.056, + -2.244 + ], + [ + 1.144, + -1.557 + ] + ], + "v": [ + [ + 168.758, + 25.228 + ], + [ + 172.22, + 32.111 + ], + [ + 164.617, + 30.868 + ], + [ + 161.154, + 23.986 + ] + ], + "c": true + } + ] + } + ] + }, + "nm": "Path 1", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0, + 0.27058823529411763, + 0.2549019607843137 + ] + }, + "o": { + "a": 0, + "k": 100 + }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ] + }, + "r": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100 + }, + "sk": { + "a": 0, + "k": 0 + }, + "sa": { + "a": 0, + "k": 0 + }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "bm": 0, + "hd": false + } + ], + "ip": 0, + "op": 15, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 36, + "ty": 4, + "nm": "_browR 3", + "parent": 34, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.34 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + 40.642 + ] + }, + { + "i": { + "x": [ + 0.34 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 45, + "s": [ + 3.397 + ] + }, + { + "t": 90, + "s": [ + 40.642 + ] + } + ] + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.34, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 0, + "s": [ + 54.926, + 63.721, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.34, + "y": 0.34 + }, + "o": { + "x": 0.66, + "y": 0.66 + }, + "t": 34, + "s": [ + 88.259, + 19.277, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 55, + "s": [ + 88.259, + 19.277, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "t": 90, + "s": [ + 54.926, + 63.721, + 0 + ] + } + ] + }, + "a": { + "a": 0, + "k": [ + 219.22, + 121.476, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 114.136, + 114.136, + 100 + ] + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.34, + "y": 1 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + -3.056, + -2.244 + ], + [ + 1.144, + -1.557 + ], + [ + 3.056, + 2.244 + ], + [ + -1.144, + 1.557 + ] + ], + "o": [ + [ + 3.056, + 2.244 + ], + [ + -1.144, + 1.557 + ], + [ + -3.056, + -2.244 + ], + [ + 1.144, + -1.557 + ] + ], + "v": [ + [ + 168.758, + 25.228 + ], + [ + 172.22, + 32.111 + ], + [ + 164.617, + 30.868 + ], + [ + 161.154, + 23.986 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 1 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 45, + "s": [ + { + "i": [ + [ + -6.111, + -4.487 + ], + [ + 2.287, + -3.115 + ], + [ + 6.111, + 4.487 + ], + [ + -2.287, + 3.115 + ] + ], + "o": [ + [ + 6.111, + 4.487 + ], + [ + -2.287, + 3.115 + ], + [ + -6.111, + -4.487 + ], + [ + 2.287, + -3.115 + ] + ], + "v": [ + [ + 170.828, + 22.408 + ], + [ + 177.753, + 36.173 + ], + [ + 162.546, + 33.688 + ], + [ + 155.621, + 19.924 + ] + ], + "c": true + } + ] + }, + { + "t": 90, + "s": [ + { + "i": [ + [ + -3.056, + -2.244 + ], + [ + 1.144, + -1.557 + ], + [ + 3.056, + 2.244 + ], + [ + -1.144, + 1.557 + ] + ], + "o": [ + [ + 3.056, + 2.244 + ], + [ + -1.144, + 1.557 + ], + [ + -3.056, + -2.244 + ], + [ + 1.144, + -1.557 + ] + ], + "v": [ + [ + 168.758, + 25.228 + ], + [ + 172.22, + 32.111 + ], + [ + 164.617, + 30.868 + ], + [ + 161.154, + 23.986 + ] + ], + "c": true + } + ] + } + ] + }, + "nm": "Path 1", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0, + 0.27058823529411763, + 0.2549019607843137 + ] + }, + "o": { + "a": 0, + "k": 100 + }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ] + }, + "r": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100 + }, + "sk": { + "a": 0, + "k": 0 + }, + "sa": { + "a": 0, + "k": 0 + }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "bm": 0, + "hd": false + } + ], + "ip": 73, + "op": 180, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 37, + "ty": 4, + "nm": "green1", + "parent": 34, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.34 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.34 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 45, + "s": [ + -39.16 + ] + }, + { + "t": 90, + "s": [ + 0 + ] + } + ] + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.34, + "y": 1 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 0, + "s": [ + -52.109, + 12.033, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.34, + "y": 1 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 45, + "s": [ + -36.654, + -6.148, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "t": 90, + "s": [ + -52.109, + 12.033, + 0 + ] + } + ] + }, + "a": { + "a": 0, + "k": [ + -52.109, + 12.033, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ] + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -29.416, + 25.863 + ], + [ + -4.184, + 12.025 + ], + [ + -3.797, + 0.131 + ], + [ + 155.057, + -27.302 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 19.845, + -17.448 + ], + [ + 1.395, + -4.008 + ], + [ + 13.009, + -0.448 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 59.417, + -31.134 + ], + [ + 166.966, + -60.466 + ], + [ + 189.786, + -105.22 + ], + [ + 197.269, + -115.25 + ], + [ + 59.878, + -3.343 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 13, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -35.295, + 16.985 + ], + [ + -7.268, + 10.453 + ], + [ + -3.692, + -0.897 + ], + [ + 155.057, + -27.302 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 23.811, + -11.459 + ], + [ + 2.423, + -3.484 + ], + [ + 12.649, + 3.072 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 59.417, + -31.134 + ], + [ + 169.946, + -55.321 + ], + [ + 203.977, + -92.276 + ], + [ + 213.884, + -99.92 + ], + [ + 59.878, + -3.343 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.34, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 28, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -29.416, + 25.863 + ], + [ + -4.184, + 12.025 + ], + [ + -3.797, + 0.131 + ], + [ + 155.057, + -27.302 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 19.845, + -17.448 + ], + [ + 1.395, + -4.008 + ], + [ + 13.009, + -0.448 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 59.417, + -31.134 + ], + [ + 166.966, + -60.466 + ], + [ + 189.786, + -105.22 + ], + [ + 197.269, + -115.25 + ], + [ + 59.878, + -3.343 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.33, + "y": 0 + }, + "t": 40, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -11.799, + 37.35 + ], + [ + 5.52, + 11.473 + ], + [ + -2.598, + 2.772 + ], + [ + 167.056, + -64.191 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 7.96, + -25.198 + ], + [ + -1.84, + -3.824 + ], + [ + 8.902, + -9.497 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 59.417, + -31.134 + ], + [ + 149.777, + -81.065 + ], + [ + 140.374, + -127.689 + ], + [ + 138.599, + -140.076 + ], + [ + 59.878, + -3.343 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0 + }, + "t": 54, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -22.143, + 32.31 + ], + [ + -1.095, + 12.685 + ], + [ + -3.648, + 1.062 + ], + [ + 156.126, + -53.377 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 14.938, + -21.797 + ], + [ + 0.365, + -4.228 + ], + [ + 12.498, + -3.637 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 59.417, + -31.134 + ], + [ + 155.951, + -78.511 + ], + [ + 167.049, + -127.506 + ], + [ + 171.832, + -139.07 + ], + [ + 59.878, + -3.343 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.34, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 66, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -11.799, + 37.35 + ], + [ + 5.52, + 11.473 + ], + [ + -2.598, + 2.772 + ], + [ + 167.056, + -64.191 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 7.96, + -25.198 + ], + [ + -1.84, + -3.824 + ], + [ + 8.902, + -9.497 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 59.417, + -31.134 + ], + [ + 149.777, + -81.065 + ], + [ + 140.374, + -127.689 + ], + [ + 138.599, + -140.076 + ], + [ + 59.878, + -3.343 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.833, + "y": 1 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 90, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -29.416, + 25.863 + ], + [ + -4.184, + 12.025 + ], + [ + -3.797, + 0.131 + ], + [ + 155.057, + -27.302 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 19.845, + -17.448 + ], + [ + 1.395, + -4.008 + ], + [ + 13.009, + -0.448 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 59.417, + -31.134 + ], + [ + 166.966, + -60.466 + ], + [ + 189.786, + -105.22 + ], + [ + 197.269, + -115.25 + ], + [ + 59.878, + -3.343 + ] + ], + "c": false + } + ] + }, + { + "t": 100, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -22.143, + 32.31 + ], + [ + -1.095, + 12.685 + ], + [ + -3.648, + 1.062 + ], + [ + 156.126, + -53.377 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 14.938, + -21.797 + ], + [ + 0.365, + -4.228 + ], + [ + 12.498, + -3.637 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 59.417, + -31.134 + ], + [ + 155.951, + -78.511 + ], + [ + 167.049, + -127.506 + ], + [ + 171.832, + -139.07 + ], + [ + 59.878, + -3.343 + ] + ], + "c": false + } + ] + } + ] + }, + "nm": "Path 1", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0, + 0.447058826685, + 0.435294121504, + 1 + ] + }, + "o": { + "a": 0, + "k": 100 + }, + "w": { + "a": 0, + "k": 6 + }, + "lc": 2, + "lj": 2, + "bm": 0, + "nm": "Stroke 1", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ] + }, + "r": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100 + }, + "sk": { + "a": 0, + "k": 0 + }, + "sa": { + "a": 0, + "k": 0 + }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "bm": 0, + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 155.183, + -26.203 + ], + [ + 0, + 0 + ], + [ + 10.318, + 9.608 + ], + [ + -1.021, + 0.42 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 148.018, + -24.402 + ], + [ + 0.775, + -0.649 + ], + [ + 11.968, + -4.924 + ] + ], + "v": [ + [ + 59.88, + -3.342 + ], + [ + 58.888, + -12.455 + ], + [ + 194.591, + -113.647 + ], + [ + 197.271, + -115.249 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 13, + "s": [ + { + "i": [ + [ + 155.183, + -26.203 + ], + [ + 0, + 0 + ], + [ + 7.349, + 12.032 + ], + [ + -1.097, + 0.13 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 148.018, + -24.402 + ], + [ + 0.921, + -0.416 + ], + [ + 12.852, + -1.519 + ] + ], + "v": [ + [ + 59.88, + -3.342 + ], + [ + 58.888, + -12.455 + ], + [ + 210.874, + -99.097 + ], + [ + 213.887, + -99.918 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.34, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 28, + "s": [ + { + "i": [ + [ + 155.183, + -26.203 + ], + [ + 0, + 0 + ], + [ + 10.318, + 9.608 + ], + [ + -1.021, + 0.42 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 148.018, + -24.402 + ], + [ + 0.775, + -0.649 + ], + [ + 11.968, + -4.924 + ] + ], + "v": [ + [ + 59.88, + -3.342 + ], + [ + 58.888, + -12.455 + ], + [ + 194.591, + -113.647 + ], + [ + 197.271, + -115.249 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.33, + "y": 0 + }, + "t": 40, + "s": [ + { + "i": [ + [ + 167.053, + -64.192 + ], + [ + 0, + 0 + ], + [ + 18.085, + 0.219 + ], + [ + -0.427, + 1.018 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 139.243, + -40.835 + ], + [ + 0.092, + -1.007 + ], + [ + 5.006, + -11.934 + ] + ], + "v": [ + [ + 59.88, + -3.342 + ], + [ + 58.888, + -12.455 + ], + [ + 137.833, + -137.051 + ], + [ + 138.601, + -140.077 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0 + }, + "t": 54, + "s": [ + { + "i": [ + [ + 156.12, + -53.376 + ], + [ + 0, + 0 + ], + [ + 12.366, + 6.772 + ], + [ + -0.889, + 0.655 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 137.927, + -41.005 + ], + [ + 0.592, + -0.82 + ], + [ + 10.387, + -7.719 + ] + ], + "v": [ + [ + 59.88, + -3.342 + ], + [ + 58.888, + -12.455 + ], + [ + 169.632, + -136.857 + ], + [ + 171.835, + -139.07 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.34, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 66, + "s": [ + { + "i": [ + [ + 167.053, + -64.192 + ], + [ + 0, + 0 + ], + [ + 18.085, + 0.219 + ], + [ + -0.427, + 1.018 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 139.243, + -40.835 + ], + [ + 0.092, + -1.007 + ], + [ + 5.006, + -11.934 + ] + ], + "v": [ + [ + 59.88, + -3.342 + ], + [ + 58.888, + -12.455 + ], + [ + 137.833, + -137.051 + ], + [ + 138.601, + -140.077 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 1 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 90, + "s": [ + { + "i": [ + [ + 155.183, + -26.203 + ], + [ + 0, + 0 + ], + [ + 10.318, + 9.608 + ], + [ + -1.021, + 0.42 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 148.018, + -24.402 + ], + [ + 0.775, + -0.649 + ], + [ + 11.968, + -4.924 + ] + ], + "v": [ + [ + 59.88, + -3.342 + ], + [ + 58.888, + -12.455 + ], + [ + 194.591, + -113.647 + ], + [ + 197.271, + -115.249 + ] + ], + "c": true + } + ] + }, + { + "t": 100, + "s": [ + { + "i": [ + [ + 156.12, + -53.376 + ], + [ + 0, + 0 + ], + [ + 12.366, + 6.772 + ], + [ + -0.889, + 0.655 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 137.927, + -41.005 + ], + [ + 0.592, + -0.82 + ], + [ + 10.387, + -7.719 + ] + ], + "v": [ + [ + 59.88, + -3.342 + ], + [ + 58.888, + -12.455 + ], + [ + 169.632, + -136.857 + ], + [ + 171.835, + -139.07 + ] + ], + "c": true + } + ] + } + ] + }, + "nm": "Path 1", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.262745112181, + 1, + 0.980392158031, + 1 + ] + }, + "o": { + "a": 0, + "k": 100 + }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ] + }, + "r": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100 + }, + "sk": { + "a": 0, + "k": 0 + }, + "sa": { + "a": 0, + "k": 0 + }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "bm": 0, + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -29.416, + 25.863 + ], + [ + -14.011, + 5.757 + ], + [ + 155.057, + -27.302 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 26.46, + -23.264 + ], + [ + 11.973, + -4.919 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 59.417, + -31.134 + ], + [ + 166.966, + -60.466 + ], + [ + 197.269, + -115.25 + ], + [ + 59.878, + -3.343 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 13, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -35.295, + 16.985 + ], + [ + -15.044, + 1.77 + ], + [ + 155.057, + -27.302 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 31.748, + -15.278 + ], + [ + 12.856, + -1.513 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 59.417, + -31.134 + ], + [ + 169.946, + -55.321 + ], + [ + 213.884, + -99.92 + ], + [ + 59.878, + -3.343 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.34, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 28, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -29.416, + 25.863 + ], + [ + -14.011, + 5.757 + ], + [ + 155.057, + -27.302 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 26.46, + -23.264 + ], + [ + 11.973, + -4.919 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 59.417, + -31.134 + ], + [ + 166.966, + -60.466 + ], + [ + 197.269, + -115.25 + ], + [ + 59.878, + -3.343 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.33, + "y": 0 + }, + "t": 40, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -11.799, + 37.35 + ], + [ + -5.866, + 13.966 + ], + [ + 166.786, + -63.845 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 10.613, + -33.597 + ], + [ + 5.013, + -11.934 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 59.417, + -31.134 + ], + [ + 149.777, + -81.065 + ], + [ + 138.599, + -140.076 + ], + [ + 59.878, + -3.343 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0 + }, + "t": 54, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -22.143, + 32.31 + ], + [ + -12.163, + 9.029 + ], + [ + 156.126, + -53.377 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 19.918, + -29.063 + ], + [ + 10.393, + -7.716 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 59.417, + -31.134 + ], + [ + 155.951, + -78.511 + ], + [ + 171.832, + -139.07 + ], + [ + 59.878, + -3.343 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.34, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 66, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -11.799, + 37.35 + ], + [ + -5.866, + 13.966 + ], + [ + 166.786, + -63.845 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 10.613, + -33.597 + ], + [ + 5.013, + -11.934 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 59.417, + -31.134 + ], + [ + 149.777, + -81.065 + ], + [ + 138.599, + -140.076 + ], + [ + 59.878, + -3.343 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.833, + "y": 1 + }, + "o": { + "x": 0.66, + "y": 0 + }, + "t": 90, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -29.416, + 25.863 + ], + [ + -14.011, + 5.757 + ], + [ + 155.057, + -27.302 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 26.46, + -23.264 + ], + [ + 11.973, + -4.919 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 59.417, + -31.134 + ], + [ + 166.966, + -60.466 + ], + [ + 197.269, + -115.25 + ], + [ + 59.878, + -3.343 + ] + ], + "c": false + } + ] + }, + { + "t": 100, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -22.143, + 32.31 + ], + [ + -12.163, + 9.029 + ], + [ + 156.126, + -53.377 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 19.918, + -29.063 + ], + [ + 10.393, + -7.716 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 59.417, + -31.134 + ], + [ + 155.951, + -78.511 + ], + [ + 171.832, + -139.07 + ], + [ + 59.878, + -3.343 + ] + ], + "c": false + } + ] + } + ] + }, + "nm": "Path 1", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.113725490868, + 0.839215695858, + 0.839215695858, + 1 + ] + }, + "o": { + "a": 0, + "k": 100 + }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ] + }, + "r": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100 + }, + "sk": { + "a": 0, + "k": 0 + }, + "sa": { + "a": 0, + "k": 0 + }, + "nm": "Transform" + } + ], + "nm": "Group 3", + "bm": 0, + "hd": false + } + ], + "ip": 0, + "op": 90, + "st": -20, + "bm": 0 + }, + { + "ddd": 0, + "ind": 38, + "ty": 4, + "nm": "shade", + "parent": 21, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 20 + }, + "r": { + "a": 0, + "k": 0 + }, + "p": { + "a": 0, + "k": [ + -13.502, + 151.813, + 0 + ] + }, + "a": { + "a": 0, + "k": [ + -50.413, + 146.823, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 100.656, + 168.115, + 100 + ] + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + -6.365 + ], + [ + 65.501, + 0 + ], + [ + 0, + 6.365 + ], + [ + -65.501, + 0 + ] + ], + "o": [ + [ + 0, + 6.365 + ], + [ + -65.501, + 0 + ], + [ + 0, + -6.365 + ], + [ + 65.501, + 0 + ] + ], + "v": [ + [ + 68.187, + 146.823 + ], + [ + -50.413, + 158.349 + ], + [ + -169.014, + 146.823 + ], + [ + -50.413, + 135.297 + ] + ], + "c": true + } + }, + "nm": "Path 1", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0, + 0.27058823529411763, + 0.2549019607843137 + ] + }, + "o": { + "a": 0, + "k": 100 + }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ] + }, + "r": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100 + }, + "sk": { + "a": 0, + "k": 0 + }, + "sa": { + "a": 0, + "k": 0 + }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "bm": 0, + "hd": false + } + ], + "ip": 0, + "op": 90, + "st": 0, + "bm": 0 + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/EllipseDirection.json b/ohos/flutter_lottie/assets/Tests/EllipseDirection.json new file mode 100644 index 0000000000000000000000000000000000000000..ef69cee20aa03bdf55507ce70a1f6b5b1d06bf0e --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/EllipseDirection.json @@ -0,0 +1 @@ +{"v":"4.11.1","fr":60,"ip":0,"op":180,"w":300,"h":300,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[150,150,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[275,275],"ix":2},"p":{"a":0,"k":[-73,44],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"d":3,"ty":"el","s":{"a":0,"k":[275,275],"ix":2},"p":{"a":0,"k":[215,44],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[1,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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":0,"k":50,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":4,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"tr","p":{"a":0,"k":[-71.274,-44.274],"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":"Ellipse 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/EmbeddedFont.zip b/ohos/flutter_lottie/assets/Tests/EmbeddedFont.zip new file mode 100644 index 0000000000000000000000000000000000000000..74ffd4bbe73cf0ee313200c328a9bc6e268413ec Binary files /dev/null and b/ohos/flutter_lottie/assets/Tests/EmbeddedFont.zip differ diff --git a/ohos/flutter_lottie/assets/Tests/EndFrame.json b/ohos/flutter_lottie/assets/Tests/EndFrame.json new file mode 100644 index 0000000000000000000000000000000000000000..c7e6d880dceb8d01fe747e6d2d5040372c9b2ebe --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/EndFrame.json @@ -0,0 +1 @@ +{"v":"4.11.1","fr":60,"ip":0,"op":60,"w":300,"h":300,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"First","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[100,150,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"rc","d":1,"s":{"a":0,"k":[100,100],"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":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false}],"ip":0,"op":30,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Second","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200,150,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"rc","d":1,"s":{"a":0,"k":[100,100],"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":"fl","c":{"a":0,"k":[0,0,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false}],"ip":30,"op":60,"st":30,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/Fill.json b/ohos/flutter_lottie/assets/Tests/Fill.json new file mode 100644 index 0000000000000000000000000000000000000000..8c715183a55b8fb1428d2d111259652f857e0c75 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/Fill.json @@ -0,0 +1 @@ +{"v":"4.5.8","fr":60,"ip":0,"op":484,"w":100,"h":100,"ddd":0,"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Path 4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":363,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[31.582,-31.042],[31.582,31.042],[-31.582,31.042],[-31.582,-31.042]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[39.618,-38.941],[39.618,38.941],[-39.618,38.941],[-39.618,-38.941]],"c":true}]},{"t":483}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":363,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[31.029,0.267],[0.267,31.029],[-31.029,-0.267],[-0.267,-31.029]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[84.6,0.729],[0.729,84.6],[-84.6,-0.729],[-0.729,-84.6]],"c":true}]},{"t":483}]},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":363,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[9.763,-9.596],[9.763,9.596],[-9.763,9.596],[-9.763,-9.596]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[60.154,-59.126],[60.154,59.126],[-60.154,59.126],[-60.154,-59.126]],"c":true}]},{"t":483}]},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0.82,0.757,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[1.007,-0.668],"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":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"tr","p":{"a":0,"k":[1,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":1,"mn":"ADBE Vector Group"}],"ip":363,"op":484,"st":339,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Path 3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":242,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[31.582,-31.042],[31.582,31.042],[-31.582,31.042],[-31.582,-31.042]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[52.911,-52.007],[52.911,52.007],[-52.911,52.007],[-52.911,-52.007]],"c":true}]},{"t":362}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":242,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[9.763,-9.596],[-9.763,-9.596],[-9.763,9.596],[9.763,9.596]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[71.079,-69.864],[-71.079,-69.864],[-71.079,69.864],[71.079,69.864]],"c":true}]},{"t":362}]},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0.82,0.757,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[1.007,-0.668],"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,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"tr","p":{"a":0,"k":[1,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":1,"mn":"ADBE Vector Group"}],"ip":242,"op":363,"st":218,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Path 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":121,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.78,-24.779],[15.78,26.114],[-17.794,26.114],[-17.794,-24.779]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.78,-67.636],[15.78,68.971],[-17.794,68.971],[-17.794,-67.636]],"c":true}]},{"t":241}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":121,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[47.007,-13.171],[47.007,13.171],[-47.007,13.171],[-47.007,-13.171]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[47.007,-46.204],[47.007,46.204],[-47.007,46.204],[-47.007,-46.204]],"c":true}]},{"t":241}]},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0.82,0.757,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[1.007,-0.668],"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,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"tr","p":{"a":0,"k":[1,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":1,"mn":"ADBE Vector Group"}],"ip":121,"op":242,"st":97,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Path","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-1.005,-36.081],[-35.83,35.178],[36.5,35.714]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[0,0.82,0.757,1],"e":[1,0.353,0.373,1]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":34,"s":[1,0.353,0.373,1],"e":[1,0.353,0.373,1]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":82,"s":[1,0.353,0.373,1],"e":[0,0.82,0.757,1]},{"t":120}]},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":34,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[0],"e":[100]},{"t":82}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[1,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,"mn":"ADBE Vector Group"}],"ip":0,"op":121,"st":-24,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":1,"nm":"bg","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[50,50,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"sw":100,"sh":100,"sc":"#ffffff","ip":0,"op":484,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/FillBlur.json b/ohos/flutter_lottie/assets/Tests/FillBlur.json new file mode 100644 index 0000000000000000000000000000000000000000..dcb21e1474fcd4b0e97e1c053ecbaf81222a77ee --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/FillBlur.json @@ -0,0 +1 @@ +{"v":"5.7.7","fr":29.9700012207031,"ip":0,"op":121.000004928431,"w":400,"h":400,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200,200,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"ef":[{"ty":29,"nm":"Gaussian Blur2","np":5,"mn":"ADBE Gaussian Blur 2","ix":1,"en":1,"ef":[{"ty":0,"nm":"Blurriness","mn":"ADBE Gaussian Blur 2-0001","ix":1,"v":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"t":24.00000097754,"s":[120.7]}],"ix":1}},{"ty":7,"nm":"Blur Dimensions","mn":"ADBE Gaussian Blur 2-0002","ix":2,"v":{"a":0,"k":1,"ix":2}},{"ty":7,"nm":"Repeat Edge Pixels","mn":"ADBE Gaussian Blur 2-0003","ix":3,"v":{"a":0,"k":0,"ix":3}}]},{"ty":5,"nm":"Bulge","np":9,"mn":"ADBE Bulge","ix":2,"en":1,"ef":[{"ty":0,"nm":"Horizontal Radius","mn":"ADBE Bulge-0001","ix":1,"v":{"a":0,"k":50,"ix":1}},{"ty":0,"nm":"Vertical Radius","mn":"ADBE Bulge-0002","ix":2,"v":{"a":0,"k":50,"ix":2}},{"ty":3,"nm":"Bulge Center","mn":"ADBE Bulge-0003","ix":3,"v":{"a":0,"k":[200,200],"ix":3}},{"ty":0,"nm":"Bulge Height","mn":"ADBE Bulge-0004","ix":4,"v":{"a":0,"k":1,"ix":4}},{"ty":0,"nm":"Taper Radius","mn":"ADBE Bulge-0005","ix":5,"v":{"a":0,"k":0,"ix":5}},{"ty":7,"nm":"Antialiasing (Best Qual Only)","mn":"ADBE Bulge-0006","ix":6,"v":{"a":0,"k":1,"ix":6}},{"ty":7,"nm":"Pinning","mn":"ADBE Bulge-0007","ix":7,"v":{"a":0,"k":0,"ix":7}}]}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[274.975,274.975],"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":"tr","p":{"a":0,"k":[-4.513,7.487],"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":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,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}],"ip":0,"op":121.000004928431,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/Font_Text_Justification_Translate_Scale_Rotation_Test.json b/ohos/flutter_lottie/assets/Tests/Font_Text_Justification_Translate_Scale_Rotation_Test.json new file mode 100644 index 0000000000000000000000000000000000000000..2a9f4731d33a18a54f073470cb5dd4ef21cf12ac --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/Font_Text_Justification_Translate_Scale_Rotation_Test.json @@ -0,0 +1 @@ +{"v":"5.3.4","fr":30,"ip":0,"op":150,"w":300,"h":300,"nm":"LottieFontTest","ddd":0,"assets":[],"fonts":{"list":[{"origin":0,"fPath":"","fClass":"","fFamily":"Arial","fWeight":"","fStyle":"Regular","fName":"ArialMT","ascent":71.5988159179688}]},"layers":[{"ddd":0,"ind":1,"ty":5,"nm":"Right","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[360]},{"t":149}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[150,250,0],"e":[100,250,0],"to":[-8.33333301544189,0,0],"ti":[8.33333301544189,0,0]},{"t":149}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[100,100,100],"e":[200,200,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":75,"s":[200,200,100],"e":[100,100,100]},{"t":149}],"ix":6}},"ao":0,"t":{"d":{"k":[{"s":{"s":40,"f":"ArialMT","t":"Right","j":1,"tr":0,"lh":48,"ls":0,"fc":[0,0,0]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":5,"nm":"Center","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[360]},{"t":149}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[150,150,0],"e":[100,150,0],"to":[-8.33333301544189,0,0],"ti":[8.33333301544189,0,0]},{"t":149}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[100,100,100],"e":[200,200,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":75,"s":[200,200,100],"e":[100,100,100]},{"t":149}],"ix":6}},"ao":0,"t":{"d":{"k":[{"s":{"s":40,"f":"ArialMT","t":"Center","j":2,"tr":0,"lh":48,"ls":0,"fc":[0,0,0]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":5,"nm":"Left","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[360]},{"t":149}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[150,50,0],"e":[100,50,0],"to":[-8.33333301544189,0,0],"ti":[8.33333301544189,0,0]},{"t":149}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[100,100,100],"e":[200,200,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":75,"s":[200,200,100],"e":[100,100,100]},{"t":149}],"ix":6}},"ao":0,"t":{"d":{"k":[{"s":{"s":40,"f":"ArialMT","t":"Left","j":0,"tr":0,"lh":48,"ls":0,"fc":[0,0,0]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":1,"nm":"Cyan Solid 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[150,150,0],"ix":2},"a":{"a":0,"k":[2,150,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"sw":4,"sh":300,"sc":"#00ffe6","ip":0,"op":150,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/Frame.json b/ohos/flutter_lottie/assets/Tests/Frame.json new file mode 100644 index 0000000000000000000000000000000000000000..95b081cb66b0a7eaa06f13be0c41954664b33bb3 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/Frame.json @@ -0,0 +1 @@ +{"v":"4.11.1","fr":29.9700012207031,"ip":0,"op":61,"w":300,"h":150,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[150,75,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[76.445,76.445],"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":"fl","c":{"a":1,"k":[{"t":0,"s":[0.928262987324,0,0,1],"h":1},{"t":17,"s":[0.03852634877,0,1,1],"h":1},{"t":51,"s":[0.03852634877,1,0,1],"h":1}],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-59.777,-4.777],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":61,"st":0,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/Framerate.json b/ohos/flutter_lottie/assets/Tests/Framerate.json new file mode 100644 index 0000000000000000000000000000000000000000..9c80f6072cc6aab341380c567c24a130158bd808 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/Framerate.json @@ -0,0 +1 @@ +{"v":"5.9.6","fr":3,"ip":0,"op":3,"w":200,"h":200,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","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":0,"s":[30,30,0],"to":[21.667,21.667,0],"ti":[-21.667,-21.667,0]},{"t":2,"s":[160,160,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[58.742,58.742],"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":"fl","c":{"a":0,"k":[1,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":[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":"Rectangle 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3,"st":0,"ct":1,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/GradientFill.json b/ohos/flutter_lottie/assets/Tests/GradientFill.json new file mode 100644 index 0000000000000000000000000000000000000000..1c35e4d11cd9fb68c34c4bd95df53dcb2cb20bf6 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/GradientFill.json @@ -0,0 +1 @@ +{"v":"4.6.0","fr":60,"ip":0,"op":900,"w":100,"h":100,"ddd":0,"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.868,-34.868],[15.868,17.368],[-36.368,17.368],[-36.368,-34.868]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[41.368,-9.868],[41.368,42.368],[-10.868,42.368],[-10.868,-9.868]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"tr","p":{"a":0,"k":[-1.5,-2],"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":2,"mn":"ADBE Vector Group"},{"ty":"gf","o":{"a":0,"k":100},"r":2,"g":{"p":3,"k":{"a":0,"k":[0,0.232,0,1,0.5,0.616,0,0.5,1,1,0,0]}},"s":{"a":0,"k":[-2,-54]},"e":{"a":0,"k":[98,8]},"t":2,"h":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":722,"s":[0],"e":[100]},{"t":899}]},"a":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":722,"s":[0],"e":[222]},{"t":899}]},"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill"}],"ip":722,"op":906,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.868,-34.868],[15.868,17.368],[-36.368,17.368],[-36.368,-34.868]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[41.368,-9.868],[41.368,42.368],[-10.868,42.368],[-10.868,-9.868]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"tr","p":{"a":0,"k":[-1.5,-2],"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":2,"mn":"ADBE Vector Group"},{"ty":"gf","o":{"a":0,"k":100},"r":2,"g":{"p":3,"k":{"a":0,"k":[0,0.232,0,1,0.5,0.616,0,0.5,1,1,0,0]}},"s":{"a":0,"k":[-2,-54]},"e":{"a":0,"k":[98,8]},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill"}],"ip":600,"op":722,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.868,-34.868],[15.868,17.368],[-36.368,17.368],[-36.368,-34.868]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[41.368,-9.868],[41.368,42.368],[-10.868,42.368],[-10.868,-9.868]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"tr","p":{"a":0,"k":[-1.5,-2],"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":2,"mn":"ADBE Vector Group"},{"ty":"gf","o":{"a":0,"k":100},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.232,0,1,0.5,0.616,0,0.5,1,1,0,0]}},"s":{"a":0,"k":[-2,-54]},"e":{"a":0,"k":[98,8]},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill"}],"ip":477,"op":600,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[52.236,52.236]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"tr","p":{"a":0,"k":[-1.5,-2],"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":1,"mn":"ADBE Vector Group"},{"ty":"gf","o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":242,"s":[100],"e":[0]},{"t":477}]},"r":1,"g":{"p":7,"k":{"a":0,"k":[0,0.965,0,1,0.155,0.511,0,1,0.311,0.056,0,1,0.52,0.528,0.328,0.5,0.73,1,0.656,0,0.865,0.577,0.828,0,1,0.153,1,0]}},"s":{"a":0,"k":[-9,-34]},"e":{"a":0,"k":[38,3]},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill"}],"ip":242,"op":477,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[52.236,52.236]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"tr","p":{"a":0,"k":[-1.5,-2],"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":1,"mn":"ADBE Vector Group"},{"ty":"gf","o":{"a":0,"k":100},"r":1,"g":{"p":3,"k":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[0,1,1,1,0.5,0.5,0.5,0.5,1,0,0,0],"e":[0,0.232,0,1,0.5,0.616,0,0.5,1,1,0,0]},{"t":242}]}},"s":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[0,0],"e":[-2,-54],"to":[-0.33333334326744,-9],"ti":[0.33333334326744,9]},{"t":242}]},"e":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[-17,8],"e":[98,8],"to":[19.1666660308838,0],"ti":[-19.1666660308838,0]},{"t":242}]},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill"}],"ip":0,"op":242,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":1,"nm":"White Solid 3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[50,50,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"sw":100,"sh":100,"sc":"#ffffff","ip":0,"op":1102,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/GradientFillBlur.json b/ohos/flutter_lottie/assets/Tests/GradientFillBlur.json new file mode 100644 index 0000000000000000000000000000000000000000..6d9dd78c260d0e3f96014f551330568f14746dfc --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/GradientFillBlur.json @@ -0,0 +1 @@ +{"v":"5.7.7","fr":29.9700012207031,"ip":0,"op":121.000004928431,"w":400,"h":400,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200,200,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"ef":[{"ty":29,"nm":"Gaussian Blur2","np":5,"mn":"ADBE Gaussian Blur 2","ix":1,"en":1,"ef":[{"ty":0,"nm":"Blurriness","mn":"ADBE Gaussian Blur 2-0001","ix":1,"v":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"t":24.00000097754,"s":[120.7]}],"ix":1}},{"ty":7,"nm":"Blur Dimensions","mn":"ADBE Gaussian Blur 2-0002","ix":2,"v":{"a":0,"k":1,"ix":2}},{"ty":7,"nm":"Repeat Edge Pixels","mn":"ADBE Gaussian Blur 2-0003","ix":3,"v":{"a":0,"k":0,"ix":3}}]},{"ty":5,"nm":"Bulge","np":9,"mn":"ADBE Bulge","ix":2,"en":1,"ef":[{"ty":0,"nm":"Horizontal Radius","mn":"ADBE Bulge-0001","ix":1,"v":{"a":0,"k":50,"ix":1}},{"ty":0,"nm":"Vertical Radius","mn":"ADBE Bulge-0002","ix":2,"v":{"a":0,"k":50,"ix":2}},{"ty":3,"nm":"Bulge Center","mn":"ADBE Bulge-0003","ix":3,"v":{"a":0,"k":[200,200],"ix":3}},{"ty":0,"nm":"Bulge Height","mn":"ADBE Bulge-0004","ix":4,"v":{"a":0,"k":1,"ix":4}},{"ty":0,"nm":"Taper Radius","mn":"ADBE Bulge-0005","ix":5,"v":{"a":0,"k":0,"ix":5}},{"ty":7,"nm":"Antialiasing (Best Qual Only)","mn":"ADBE Bulge-0006","ix":6,"v":{"a":0,"k":1,"ix":6}},{"ty":7,"nm":"Pinning","mn":"ADBE Bulge-0007","ix":7,"v":{"a":0,"k":0,"ix":7}}]}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[274.975,274.975],"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":"tr","p":{"a":0,"k":[-4.513,7.487],"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":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"bm":0,"g":{"p":3,"k":{"a":0,"k":[0,1,0,0,0.5,0.505,0,0.5,1,0.009,0,1],"ix":9}},"s":{"a":0,"k":[-125,0],"ix":5},"e":{"a":0,"k":[100,0],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false}],"ip":0,"op":121.000004928431,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/GradientOneColor.json b/ohos/flutter_lottie/assets/Tests/GradientOneColor.json new file mode 100644 index 0000000000000000000000000000000000000000..3cc184b10bc359feeffbbe2be913c26290188a0b --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/GradientOneColor.json @@ -0,0 +1,3512 @@ +{ + "ip": 0, + "fr": 60, + "v": "5.1.20", + "assets": [], + "layers": [ + { + "ty": 4, + "nm": "green 8", + "ip": 0, + "st": 0, + "ind": 9, + "hix": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "t": 0, + "s": [ + 100 + ], + "e": [ + 100 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 30, + "s": [ + 100 + ], + "e": [ + 10 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 54 + } + ] + }, + "or": { + "a": 0, + "k": [ + 0, + 0, + 0 + ] + }, + "a": { + "a": 0, + "k": [ + 16, + 16, + 0 + ] + }, + "p": { + "s": true, + "x": { + "a": 1, + "k": [ + { + "t": 0, + "s": [ + 234.21300023825074 + ], + "e": [ + 123.52599994262695 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 30, + "s": [ + 123.52599994262695 + ], + "e": [ + 45 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 54 + } + ] + }, + "y": { + "a": 1, + "k": [ + { + "t": 0, + "s": [ + 206.171 + ], + "e": [ + 214.621 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 30, + "s": [ + 214.621 + ], + "e": [ + 223 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 54 + } + ] + } + }, + "rx": { + "a": 0, + "k": 0 + }, + "ry": { + "a": 0, + "k": 0 + }, + "rz": { + "a": 0, + "k": 0 + }, + "s": { + "a": 1, + "k": [ + { + "t": 0, + "s": [ + 42.199999999999996, + 43.1 + ], + "e": [ + 94, + 85.2 + ], + "i": { + "x": [ + 0.515, + 0.515 + ], + "y": [ + 0.955, + 0.955 + ] + }, + "o": { + "x": [ + 0.455, + 0.455 + ], + "y": [ + 0.03, + 0.03 + ] + } + }, + { + "t": 30, + "s": [ + 94, + 85.2 + ], + "e": [ + 20, + 20 + ], + "i": { + "x": [ + 0.515, + 0.515 + ], + "y": [ + 0.955, + 0.955 + ] + }, + "o": { + "x": [ + 0.455, + 0.455 + ], + "y": [ + 0.03, + 0.03 + ] + } + }, + { + "t": 54 + } + ] + } + }, + "shapes": [ + { + "ty": "gr", + "nm": "green 8 shape group", + "it": [ + { + "ty": "rc", + "s": { + "a": 0, + "k": [ + 32, + 32 + ] + }, + "r": { + "a": 0, + "k": 16 + }, + "p": { + "a": 0, + "k": [ + 16, + 16 + ] + } + }, + { + "ty": "st", + "o": { + "a": 0, + "k": 0 + }, + "w": { + "a": 0, + "k": 0 + }, + "c": { + "a": 0, + "k": [ + 0, + 0, + 0, + 0 + ] + }, + "lc": 3, + "lj": 1, + "ml": 1 + }, + { + "ty": "fl", + "o": { + "a": 0, + "k": 100 + }, + "r": 1, + "c": { + "a": 0, + "k": [ + 0.08627450980392157, + 0.7333333333333333, + 0.34509803921568627, + 1 + ] + } + }, + { + "ty": "tr", + "o": { + "a": 0, + "k": 80 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ] + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "r": { + "a": 0, + "k": 0 + } + } + ] + } + ], + "op": 54 + }, + { + "ty": 4, + "nm": "green 7", + "ip": 0, + "st": 0, + "ind": 8, + "hix": 2, + "ks": { + "o": { + "a": 1, + "k": [ + { + "t": 0, + "s": [ + 100 + ], + "e": [ + 100 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 30, + "s": [ + 100 + ], + "e": [ + 10 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 54 + } + ] + }, + "or": { + "a": 0, + "k": [ + 0, + 0, + 0 + ] + }, + "a": { + "a": 0, + "k": [ + 16, + 16, + 0 + ] + }, + "p": { + "s": true, + "x": { + "a": 1, + "k": [ + { + "t": 0, + "s": [ + 235.56899997961426 + ], + "e": [ + 134.6009997606678 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 30, + "s": [ + 134.6009997606678 + ], + "e": [ + 55 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 54 + } + ] + }, + "y": { + "a": 1, + "k": [ + { + "t": 0, + "s": [ + 185.29000024243163 + ], + "e": [ + 112.08699998152161 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 30, + "s": [ + 112.08699998152161 + ], + "e": [ + 58 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 54 + } + ] + } + }, + "rx": { + "a": 0, + "k": 0 + }, + "ry": { + "a": 0, + "k": 0 + }, + "rz": { + "a": 0, + "k": 0 + }, + "s": { + "a": 1, + "k": [ + { + "t": 0, + "s": [ + 33.4, + 33.1 + ], + "e": [ + 70.1, + 69.19999999999999 + ], + "i": { + "x": [ + 0.515, + 0.515 + ], + "y": [ + 0.955, + 0.955 + ] + }, + "o": { + "x": [ + 0.455, + 0.455 + ], + "y": [ + 0.03, + 0.03 + ] + } + }, + { + "t": 30, + "s": [ + 70.1, + 69.19999999999999 + ], + "e": [ + 20, + 20 + ], + "i": { + "x": [ + 0.515, + 0.515 + ], + "y": [ + 0.955, + 0.955 + ] + }, + "o": { + "x": [ + 0.455, + 0.455 + ], + "y": [ + 0.03, + 0.03 + ] + } + }, + { + "t": 54 + } + ] + } + }, + "shapes": [ + { + "ty": "gr", + "nm": "green 7 shape group", + "it": [ + { + "ty": "rc", + "s": { + "a": 0, + "k": [ + 32, + 32 + ] + }, + "r": { + "a": 0, + "k": 16 + }, + "p": { + "a": 0, + "k": [ + 16, + 16 + ] + } + }, + { + "ty": "st", + "o": { + "a": 0, + "k": 0 + }, + "w": { + "a": 0, + "k": 0 + }, + "c": { + "a": 0, + "k": [ + 0, + 0, + 0, + 0 + ] + }, + "lc": 3, + "lj": 1, + "ml": 1 + }, + { + "ty": "fl", + "o": { + "a": 0, + "k": 100 + }, + "r": 1, + "c": { + "a": 0, + "k": [ + 0.08627450980392157, + 0.7333333333333333, + 0.34509803921568627, + 1 + ] + } + }, + { + "ty": "tr", + "o": { + "a": 0, + "k": 80 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ] + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "r": { + "a": 0, + "k": 0 + } + } + ] + } + ], + "op": 54 + }, + { + "ty": 4, + "nm": "green 6", + "ip": 0, + "st": 0, + "ind": 7, + "hix": 3, + "ks": { + "o": { + "a": 1, + "k": [ + { + "t": 0, + "s": [ + 100 + ], + "e": [ + 100 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 30, + "s": [ + 100 + ], + "e": [ + 10 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 54 + } + ] + }, + "or": { + "a": 0, + "k": [ + 0, + 0, + 0 + ] + }, + "a": { + "a": 0, + "k": [ + 16, + 16, + 0 + ] + }, + "p": { + "s": true, + "x": { + "a": 1, + "k": [ + { + "t": 0, + "s": [ + 218.97400004492187 + ], + "e": [ + 177 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 30, + "s": [ + 177 + ], + "e": [ + 155 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 54 + } + ] + }, + "y": { + "a": 1, + "k": [ + { + "t": 0, + "s": [ + 187.5699999493408 + ], + "e": [ + 112 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 30, + "s": [ + 112 + ], + "e": [ + 54 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 54 + } + ] + } + }, + "rx": { + "a": 0, + "k": 0 + }, + "ry": { + "a": 0, + "k": 0 + }, + "rz": { + "a": 0, + "k": 0 + }, + "s": { + "a": 1, + "k": [ + { + "t": 0, + "s": [ + 18.4, + 16.6 + ], + "e": [ + 48.5, + 45.1 + ], + "i": { + "x": [ + 0.515, + 0.515 + ], + "y": [ + 0.955, + 0.955 + ] + }, + "o": { + "x": [ + 0.455, + 0.455 + ], + "y": [ + 0.03, + 0.03 + ] + } + }, + { + "t": 30, + "s": [ + 48.5, + 45.1 + ], + "e": [ + 20, + 20 + ], + "i": { + "x": [ + 0.515, + 0.515 + ], + "y": [ + 0.955, + 0.955 + ] + }, + "o": { + "x": [ + 0.455, + 0.455 + ], + "y": [ + 0.03, + 0.03 + ] + } + }, + { + "t": 54 + } + ] + } + }, + "shapes": [ + { + "ty": "gr", + "nm": "green 6 shape group", + "it": [ + { + "ty": "rc", + "s": { + "a": 0, + "k": [ + 32, + 32 + ] + }, + "r": { + "a": 0, + "k": 16 + }, + "p": { + "a": 0, + "k": [ + 16, + 16 + ] + } + }, + { + "ty": "st", + "o": { + "a": 0, + "k": 0 + }, + "w": { + "a": 0, + "k": 0 + }, + "c": { + "a": 0, + "k": [ + 0, + 0, + 0, + 0 + ] + }, + "lc": 3, + "lj": 1, + "ml": 1 + }, + { + "ty": "fl", + "o": { + "a": 0, + "k": 100 + }, + "r": 1, + "c": { + "a": 0, + "k": [ + 0.08627450980392157, + 0.7333333333333333, + 0.34509803921568627, + 1 + ] + } + }, + { + "ty": "tr", + "o": { + "a": 0, + "k": 80 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ] + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "r": { + "a": 0, + "k": 0 + } + } + ] + } + ], + "op": 54 + }, + { + "ty": 4, + "nm": "green 5", + "ip": 0, + "st": 0, + "ind": 6, + "hix": 4, + "ks": { + "o": { + "a": 1, + "k": [ + { + "t": 0, + "s": [ + 100 + ], + "e": [ + 100 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 30, + "s": [ + 100 + ], + "e": [ + 10 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 54 + } + ] + }, + "or": { + "a": 0, + "k": [ + 0, + 0, + 0 + ] + }, + "a": { + "a": 0, + "k": [ + 16, + 16, + 0 + ] + }, + "p": { + "s": true, + "x": { + "a": 1, + "k": [ + { + "t": 0, + "s": [ + 250.430005859375 + ], + "e": [ + 216.1059940761566 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 30, + "s": [ + 216.1059940761566 + ], + "e": [ + 226 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 54 + } + ] + }, + "y": { + "a": 1, + "k": [ + { + "t": 0, + "s": [ + 175.18500561523436 + ], + "e": [ + 79.881 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 30, + "s": [ + 79.881 + ], + "e": [ + 19 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 54 + } + ] + } + }, + "rx": { + "a": 0, + "k": 0 + }, + "ry": { + "a": 0, + "k": 0 + }, + "rz": { + "a": 0, + "k": 0 + }, + "s": { + "a": 1, + "k": [ + { + "t": 0, + "s": [ + 31.1, + 32.2 + ], + "e": [ + 110.00000000000001, + 101.49999999999999 + ], + "i": { + "x": [ + 0.515, + 0.515 + ], + "y": [ + 0.955, + 0.955 + ] + }, + "o": { + "x": [ + 0.455, + 0.455 + ], + "y": [ + 0.03, + 0.03 + ] + } + }, + { + "t": 30, + "s": [ + 110.00000000000001, + 101.49999999999999 + ], + "e": [ + 20, + 20 + ], + "i": { + "x": [ + 0.515, + 0.515 + ], + "y": [ + 0.955, + 0.955 + ] + }, + "o": { + "x": [ + 0.455, + 0.455 + ], + "y": [ + 0.03, + 0.03 + ] + } + }, + { + "t": 54 + } + ] + } + }, + "shapes": [ + { + "ty": "gr", + "nm": "green 5 shape group", + "it": [ + { + "ty": "rc", + "s": { + "a": 0, + "k": [ + 32, + 32 + ] + }, + "r": { + "a": 0, + "k": 16 + }, + "p": { + "a": 0, + "k": [ + 16, + 16 + ] + } + }, + { + "ty": "st", + "o": { + "a": 0, + "k": 0 + }, + "w": { + "a": 0, + "k": 0 + }, + "c": { + "a": 0, + "k": [ + 0, + 0, + 0, + 0 + ] + }, + "lc": 3, + "lj": 1, + "ml": 1 + }, + { + "ty": "fl", + "o": { + "a": 0, + "k": 100 + }, + "r": 1, + "c": { + "a": 0, + "k": [ + 0.08627450980392157, + 0.7333333333333333, + 0.34509803921568627, + 1 + ] + } + }, + { + "ty": "tr", + "o": { + "a": 0, + "k": 80 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ] + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "r": { + "a": 0, + "k": 0 + } + } + ] + } + ], + "op": 54 + }, + { + "ty": 4, + "nm": "green 4", + "ip": 0, + "st": 0, + "ind": 5, + "hix": 5, + "ks": { + "o": { + "a": 1, + "k": [ + { + "t": 0, + "s": [ + 100 + ], + "e": [ + 100 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 30, + "s": [ + 100 + ], + "e": [ + 10 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 54 + } + ] + }, + "or": { + "a": 0, + "k": [ + 0, + 0, + 0 + ] + }, + "a": { + "a": 0, + "k": [ + 16, + 16, + 0 + ] + }, + "p": { + "s": true, + "x": { + "a": 1, + "k": [ + { + "t": 0, + "s": [ + 265.430005859375 + ], + "e": [ + 351.626000358223 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 30, + "s": [ + 351.626000358223 + ], + "e": [ + 391 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 54 + } + ] + }, + "y": { + "a": 1, + "k": [ + { + "t": 0, + "s": [ + 190.33700561523438 + ], + "e": [ + 112.2920000322342 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 30, + "s": [ + 112.2920000322342 + ], + "e": [ + 39 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 54 + } + ] + } + }, + "rx": { + "a": 0, + "k": 0 + }, + "ry": { + "a": 0, + "k": 0 + }, + "rz": { + "a": 0, + "k": 0 + }, + "s": { + "a": 1, + "k": [ + { + "t": 0, + "s": [ + 31.1, + 32.2 + ], + "e": [ + 66.60000000000001, + 67.60000000000001 + ], + "i": { + "x": [ + 0.515, + 0.515 + ], + "y": [ + 0.955, + 0.955 + ] + }, + "o": { + "x": [ + 0.455, + 0.455 + ], + "y": [ + 0.03, + 0.03 + ] + } + }, + { + "t": 30, + "s": [ + 66.60000000000001, + 67.60000000000001 + ], + "e": [ + 20, + 20 + ], + "i": { + "x": [ + 0.515, + 0.515 + ], + "y": [ + 0.955, + 0.955 + ] + }, + "o": { + "x": [ + 0.455, + 0.455 + ], + "y": [ + 0.03, + 0.03 + ] + } + }, + { + "t": 54 + } + ] + } + }, + "shapes": [ + { + "ty": "gr", + "nm": "green 4 shape group", + "it": [ + { + "ty": "rc", + "s": { + "a": 0, + "k": [ + 32, + 32 + ] + }, + "r": { + "a": 0, + "k": 16 + }, + "p": { + "a": 0, + "k": [ + 16, + 16 + ] + } + }, + { + "ty": "st", + "o": { + "a": 0, + "k": 0 + }, + "w": { + "a": 0, + "k": 0 + }, + "c": { + "a": 0, + "k": [ + 0, + 0, + 0, + 0 + ] + }, + "lc": 3, + "lj": 1, + "ml": 1 + }, + { + "ty": "fl", + "o": { + "a": 0, + "k": 100 + }, + "r": 1, + "c": { + "a": 0, + "k": [ + 0.08627450980392157, + 0.7333333333333333, + 0.34509803921568627, + 1 + ] + } + }, + { + "ty": "tr", + "o": { + "a": 0, + "k": 80 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ] + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "r": { + "a": 0, + "k": 0 + } + } + ] + } + ], + "op": 54 + }, + { + "ty": 4, + "nm": "green 3", + "ip": 0, + "st": 0, + "ind": 4, + "hix": 6, + "ks": { + "o": { + "a": 1, + "k": [ + { + "t": 0, + "s": [ + 100 + ], + "e": [ + 100 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 30, + "s": [ + 100 + ], + "e": [ + 10 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 54 + } + ] + }, + "or": { + "a": 0, + "k": [ + 0, + 0, + 0 + ] + }, + "a": { + "a": 0, + "k": [ + 16, + 16, + 0 + ] + }, + "p": { + "s": true, + "x": { + "a": 1, + "k": [ + { + "t": 0, + "s": [ + 255.406005859375 + ], + "e": [ + 415.2460001816664 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 30, + "s": [ + 415.2460001816664 + ], + "e": [ + 507 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 54 + } + ] + }, + "y": { + "a": 1, + "k": [ + { + "t": 0, + "s": [ + 204.42999267578125 + ], + "e": [ + 167.71600031269836 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 30, + "s": [ + 167.71600031269836 + ], + "e": [ + 138 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 54 + } + ] + } + }, + "rx": { + "a": 0, + "k": 0 + }, + "ry": { + "a": 0, + "k": 0 + }, + "rz": { + "a": 0, + "k": 0 + }, + "s": { + "a": 1, + "k": [ + { + "t": 0, + "s": [ + 31.1, + 32.2 + ], + "e": [ + 98.7, + 101.2 + ], + "i": { + "x": [ + 0.515, + 0.515 + ], + "y": [ + 0.955, + 0.955 + ] + }, + "o": { + "x": [ + 0.455, + 0.455 + ], + "y": [ + 0.03, + 0.03 + ] + } + }, + { + "t": 30, + "s": [ + 98.7, + 101.2 + ], + "e": [ + 20, + 20 + ], + "i": { + "x": [ + 0.515, + 0.515 + ], + "y": [ + 0.955, + 0.955 + ] + }, + "o": { + "x": [ + 0.455, + 0.455 + ], + "y": [ + 0.03, + 0.03 + ] + } + }, + { + "t": 54 + } + ] + } + }, + "shapes": [ + { + "ty": "gr", + "nm": "green 3 shape group", + "it": [ + { + "ty": "rc", + "s": { + "a": 0, + "k": [ + 32, + 32 + ] + }, + "r": { + "a": 0, + "k": 16 + }, + "p": { + "a": 0, + "k": [ + 16, + 16 + ] + } + }, + { + "ty": "st", + "o": { + "a": 0, + "k": 0 + }, + "w": { + "a": 0, + "k": 0 + }, + "c": { + "a": 0, + "k": [ + 0, + 0, + 0, + 0 + ] + }, + "lc": 3, + "lj": 1, + "ml": 1 + }, + { + "ty": "fl", + "o": { + "a": 0, + "k": 100 + }, + "r": 1, + "c": { + "a": 0, + "k": [ + 0.08627450980392157, + 0.7333333333333333, + 0.34509803921568627, + 1 + ] + } + }, + { + "ty": "tr", + "o": { + "a": 0, + "k": 80 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ] + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "r": { + "a": 0, + "k": 0 + } + } + ] + } + ], + "op": 54 + }, + { + "ty": 4, + "nm": "green 2", + "ip": 0, + "st": 0, + "ind": 3, + "hix": 7, + "ks": { + "o": { + "a": 1, + "k": [ + { + "t": 0, + "s": [ + 100 + ], + "e": [ + 100 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 30, + "s": [ + 100 + ], + "e": [ + 10 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 54 + } + ] + }, + "or": { + "a": 0, + "k": [ + 0, + 0, + 0 + ] + }, + "a": { + "a": 0, + "k": [ + 16, + 16, + 0 + ] + }, + "p": { + "s": true, + "x": { + "a": 1, + "k": [ + { + "t": 0, + "s": [ + 272.2339609375 + ], + "e": [ + 377.57400018166635 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 30, + "s": [ + 377.57400018166635 + ], + "e": [ + 492 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 54 + } + ] + }, + "y": { + "a": 1, + "k": [ + { + "t": 0, + "s": [ + 204.92999267578122 + ], + "e": [ + 250.87499994016264 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 30, + "s": [ + 250.87499994016264 + ], + "e": [ + 313 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 54 + } + ] + } + }, + "rx": { + "a": 0, + "k": 0 + }, + "ry": { + "a": 0, + "k": 0 + }, + "rz": { + "a": 0, + "k": 0 + }, + "s": { + "a": 1, + "k": [ + { + "t": 0, + "s": [ + 31.1, + 32.2 + ], + "e": [ + 98.7, + 101.2 + ], + "i": { + "x": [ + 0.515, + 0.515 + ], + "y": [ + 0.955, + 0.955 + ] + }, + "o": { + "x": [ + 0.455, + 0.455 + ], + "y": [ + 0.03, + 0.03 + ] + } + }, + { + "t": 30, + "s": [ + 98.7, + 101.2 + ], + "e": [ + 20, + 20 + ], + "i": { + "x": [ + 0.515, + 0.515 + ], + "y": [ + 0.955, + 0.955 + ] + }, + "o": { + "x": [ + 0.455, + 0.455 + ], + "y": [ + 0.03, + 0.03 + ] + } + }, + { + "t": 54 + } + ] + } + }, + "shapes": [ + { + "ty": "gr", + "nm": "green 2 shape group", + "it": [ + { + "ty": "rc", + "s": { + "a": 0, + "k": [ + 32, + 32 + ] + }, + "r": { + "a": 0, + "k": 16 + }, + "p": { + "a": 0, + "k": [ + 16, + 16 + ] + } + }, + { + "ty": "st", + "o": { + "a": 0, + "k": 0 + }, + "w": { + "a": 0, + "k": 0 + }, + "c": { + "a": 0, + "k": [ + 0, + 0, + 0, + 0 + ] + }, + "lc": 3, + "lj": 1, + "ml": 1 + }, + { + "ty": "fl", + "o": { + "a": 0, + "k": 100 + }, + "r": 1, + "c": { + "a": 0, + "k": [ + 0.08627450980392157, + 0.7333333333333333, + 0.34509803921568627, + 1 + ] + } + }, + { + "ty": "tr", + "o": { + "a": 0, + "k": 80 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ] + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "r": { + "a": 0, + "k": 0 + } + } + ] + } + ], + "op": 54 + }, + { + "ty": 4, + "nm": "green 1", + "ip": 0, + "st": 0, + "ind": 2, + "hix": 8, + "ks": { + "o": { + "a": 1, + "k": [ + { + "t": 0, + "s": [ + 100 + ], + "e": [ + 100 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 30, + "s": [ + 100 + ], + "e": [ + 10 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 54 + } + ] + }, + "or": { + "a": 0, + "k": [ + 0, + 0, + 0 + ] + }, + "a": { + "a": 0, + "k": [ + 16, + 16, + 0 + ] + }, + "p": { + "s": true, + "x": { + "a": 1, + "k": [ + { + "t": 0, + "s": [ + 260.3820056861648 + ], + "e": [ + 275.84599947170256 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 30, + "s": [ + 275.84599947170256 + ], + "e": [ + 312 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 54 + } + ] + }, + "y": { + "a": 1, + "k": [ + { + "t": 0, + "s": [ + 217.5999999508667 + ], + "e": [ + 278.77799964866637 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 30, + "s": [ + 278.77799964866637 + ], + "e": [ + 338 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 54 + } + ] + } + }, + "rx": { + "a": 0, + "k": 0 + }, + "ry": { + "a": 0, + "k": 0 + }, + "rz": { + "a": 0, + "k": 0 + }, + "s": { + "a": 1, + "k": [ + { + "t": 0, + "s": [ + 31.1, + 32.2 + ], + "e": [ + 125.89999999999999, + 120 + ], + "i": { + "x": [ + 0.515, + 0.515 + ], + "y": [ + 0.955, + 0.955 + ] + }, + "o": { + "x": [ + 0.455, + 0.455 + ], + "y": [ + 0.03, + 0.03 + ] + } + }, + { + "t": 30, + "s": [ + 125.89999999999999, + 120 + ], + "e": [ + 20, + 20 + ], + "i": { + "x": [ + 0.515, + 0.515 + ], + "y": [ + 0.955, + 0.955 + ] + }, + "o": { + "x": [ + 0.455, + 0.455 + ], + "y": [ + 0.03, + 0.03 + ] + } + }, + { + "t": 54 + } + ] + } + }, + "shapes": [ + { + "ty": "gr", + "nm": "green 1 shape group", + "it": [ + { + "ty": "rc", + "s": { + "a": 0, + "k": [ + 32, + 32 + ] + }, + "r": { + "a": 0, + "k": 16 + }, + "p": { + "a": 0, + "k": [ + 16, + 16 + ] + } + }, + { + "ty": "st", + "o": { + "a": 0, + "k": 0 + }, + "w": { + "a": 0, + "k": 0 + }, + "c": { + "a": 0, + "k": [ + 0, + 0, + 0, + 0 + ] + }, + "lc": 3, + "lj": 1, + "ml": 1 + }, + { + "ty": "fl", + "o": { + "a": 0, + "k": 100 + }, + "r": 1, + "c": { + "a": 0, + "k": [ + 0.08627450980392157, + 0.7333333333333333, + 0.34509803921568627, + 1 + ] + } + }, + { + "ty": "tr", + "o": { + "a": 0, + "k": 80 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ] + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "r": { + "a": 0, + "k": 0 + } + } + ] + } + ], + "op": 54 + }, + { + "ty": 4, + "nm": "Bubble 8", + "ip": 0, + "st": 0, + "ind": 1, + "hix": 9, + "ks": { + "o": { + "a": 1, + "k": [ + { + "t": 0, + "s": [ + 100 + ], + "e": [ + 100 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 36, + "s": [ + 100 + ], + "e": [ + 10 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 54 + } + ] + }, + "or": { + "a": 0, + "k": [ + 0, + 0, + 0 + ] + }, + "a": { + "a": 0, + "k": [ + 24, + 24, + 0 + ] + }, + "p": { + "s": true, + "x": { + "a": 1, + "k": [ + { + "t": 0, + "s": [ + 234.206 + ], + "e": [ + 123.72100050822067 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 30, + "s": [ + 123.72100050822067 + ], + "e": [ + 45.316 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 54 + } + ] + }, + "y": { + "a": 1, + "k": [ + { + "t": 0, + "s": [ + 206.706 + ], + "e": [ + 214.88900052166747 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 30, + "s": [ + 214.88900052166747 + ], + "e": [ + 223.5 + ], + "i": { + "x": [ + 0.515 + ], + "y": [ + 0.955 + ] + }, + "o": { + "x": [ + 0.455 + ], + "y": [ + 0.03 + ] + } + }, + { + "t": 54 + } + ] + } + }, + "rx": { + "a": 0, + "k": 0 + }, + "ry": { + "a": 0, + "k": 0 + }, + "rz": { + "a": 0, + "k": 0 + }, + "s": { + "a": 1, + "k": [ + { + "t": 0, + "s": [ + 30, + 30 + ], + "e": [ + 67.80000000000001, + 61.6 + ], + "i": { + "x": [ + 0.515, + 0.515 + ], + "y": [ + 0.955, + 0.955 + ] + }, + "o": { + "x": [ + 0.455, + 0.455 + ], + "y": [ + 0.03, + 0.03 + ] + } + }, + { + "t": 30, + "s": [ + 67.80000000000001, + 61.6 + ], + "e": [ + 20, + 20 + ], + "i": { + "x": [ + 0.515, + 0.515 + ], + "y": [ + 0.955, + 0.955 + ] + }, + "o": { + "x": [ + 0.455, + 0.455 + ], + "y": [ + 0.03, + 0.03 + ] + } + }, + { + "t": 54 + } + ] + } + }, + "shapes": [ + { + "ty": "gr", + "nm": "Bubble 8 shape group", + "it": [ + { + "ty": "rc", + "s": { + "a": 0, + "k": [ + 47, + 47 + ] + }, + "r": { + "a": 0, + "k": 23 + }, + "p": { + "a": 0, + "k": [ + 24, + 24 + ] + } + }, + { + "ty": "st", + "o": { + "a": 0, + "k": 100 + }, + "c": { + "a": 0, + "k": [ + 0.9176470588235294, + 0.9725490196078431, + 0.9764705882352941, + 1 + ] + }, + "lc": 3, + "lj": 1, + "ml": 1, + "w": { + "a": 0, + "k": 1 + } + }, + { + "ty": "gf", + "o": { + "a": 0, + "k": 100 + }, + "r": 1, + "g": { + "p": 1, + "k": { + "a": 0, + "k": [ + 1, + 0.47843137254901963, + 0.7803921568627451, + 0.047058823529411764 + ] + } + }, + "t": 1, + "s": { + "a": 0, + "k": [ + 24, + 0 + ] + }, + "e": { + "a": 0, + "k": [ + 24, + 48 + ] + } + }, + { + "ty": "tr", + "o": { + "a": 0, + "k": 40 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ] + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "r": { + "a": 0, + "k": 0 + } + } + ] + } + ], + "op": 54 + } + ], + "op": 54, + "w": 540, + "h": 360 +} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/GradientOpacityInterpolation.json b/ohos/flutter_lottie/assets/Tests/GradientOpacityInterpolation.json new file mode 100644 index 0000000000000000000000000000000000000000..c01b97c141bafe28b28e0d166155c20887c43351 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/GradientOpacityInterpolation.json @@ -0,0 +1,87 @@ +{ + "v": "5.7.1", + "fr": 60, + "ip": 0, + "op": 65, + "w": 1056, + "h": 1056, + "nm": "Animation", + "ddd": 0, + "assets": [], + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 4, + "nm": "Shape Layer 3", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [528, 531, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [147.368, 147.368, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "d": 1, + "ty": "el", + "s": { "a": 0, "k": [415, 415], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "nm": "Ellipse Path 1", + "mn": "ADBE Vector Shape - Ellipse", + "hd": false + }, + { + "ty": "gf", + "o": { "a": 0, "k": 55, "ix": 10 }, + "r": 1, + "bm": 0, + "g": { + "p": 3, + "k": { + "a": 0, + "k": [0, 0.969, 0.514, 0.745, 0.116, 0.984, 0.537, 0.373, 1, 1, 0.559, 0, 0.607, 0, 0.776, 0.5, 0.945, 1], + "ix": 9 + } + }, + "s": { "a": 0, "k": [-206.344, -144.451], "ix": 5 }, + "e": { "a": 0, "k": [173.147, 192.356], "ix": 6 }, + "t": 1, + "nm": "Gradient Fill 9", + "mn": "ADBE Vector Graphic - G-Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [1.141, 0.406], "ix": 2 }, + "a": { "a": 0, "k": [-5, -39], "ix": 1 }, + "s": { "a": 0, "k": [105.082, 105.082], "ix": 3 }, + "r": { "a": 0, "k": -5.052, "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": 9, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": -6, + "op": 69, + "st": 1.2, + "bm": 0 + } + ], + "markers": [] +} diff --git a/ohos/flutter_lottie/assets/Tests/GradientStrokeBlur.json b/ohos/flutter_lottie/assets/Tests/GradientStrokeBlur.json new file mode 100644 index 0000000000000000000000000000000000000000..d379012a28ab66bb92835724ae02f4f8fd6e8002 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/GradientStrokeBlur.json @@ -0,0 +1 @@ +{"v":"5.7.7","fr":29.9700012207031,"ip":0,"op":121.000004928431,"w":400,"h":400,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200,200,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"ef":[{"ty":29,"nm":"Gaussian Blur2","np":5,"mn":"ADBE Gaussian Blur 2","ix":1,"en":1,"ef":[{"ty":0,"nm":"Blurriness","mn":"ADBE Gaussian Blur 2-0001","ix":1,"v":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"t":24.00000097754,"s":[120.7]}],"ix":1}},{"ty":7,"nm":"Blur Dimensions","mn":"ADBE Gaussian Blur 2-0002","ix":2,"v":{"a":0,"k":1,"ix":2}},{"ty":7,"nm":"Repeat Edge Pixels","mn":"ADBE Gaussian Blur 2-0003","ix":3,"v":{"a":0,"k":0,"ix":3}}]},{"ty":5,"nm":"Bulge","np":9,"mn":"ADBE Bulge","ix":2,"en":1,"ef":[{"ty":0,"nm":"Horizontal Radius","mn":"ADBE Bulge-0001","ix":1,"v":{"a":0,"k":50,"ix":1}},{"ty":0,"nm":"Vertical Radius","mn":"ADBE Bulge-0002","ix":2,"v":{"a":0,"k":50,"ix":2}},{"ty":3,"nm":"Bulge Center","mn":"ADBE Bulge-0003","ix":3,"v":{"a":0,"k":[200,200],"ix":3}},{"ty":0,"nm":"Bulge Height","mn":"ADBE Bulge-0004","ix":4,"v":{"a":0,"k":1,"ix":4}},{"ty":0,"nm":"Taper Radius","mn":"ADBE Bulge-0005","ix":5,"v":{"a":0,"k":0,"ix":5}},{"ty":7,"nm":"Antialiasing (Best Qual Only)","mn":"ADBE Bulge-0006","ix":6,"v":{"a":0,"k":1,"ix":6}},{"ty":7,"nm":"Pinning","mn":"ADBE Bulge-0007","ix":7,"v":{"a":0,"k":0,"ix":7}}]}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[274.975,274.975],"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":"tr","p":{"a":0,"k":[-4.513,7.487],"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":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":41,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0,0.01,0,1,0.5,0.496,0,0.5,1,0.982,0,0],"ix":8}},"s":{"a":0,"k":[-45,0],"ix":4},"e":{"a":0,"k":[100,0],"ix":5},"t":1,"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":13},"bm":0,"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-Stroke","hd":false}],"ip":0,"op":121.000004928431,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/Heart.json b/ohos/flutter_lottie/assets/Tests/Heart.json new file mode 100644 index 0000000000000000000000000000000000000000..43edfe5b639ccb4e2585367fe75f6ce56aaece5b --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/Heart.json @@ -0,0 +1 @@ +{"v":"5.8.1","fr":60,"ip":0,"op":32400,"w":400,"h":400,"nm":"Comp 1","ddd":0,"assets":[{"id":"image_0","w":400,"h":400,"u":"","p":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAGQCAYAAACAvzbMAAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJHpUWHRDcmVhdG9yAAAImXNMyU9KVXBMK0ktUnBNS0tNLikGAEF6Bs5qehXFAAAgAElEQVR4nO3debwkZX3v8e+vurq6zzAsyk5EweUGJUZWZREdXNhlSdwlioZo9Eo0gsYkXnNvNsONcb9qjEZUDJEQBVQMiygRBBRQCEhMQBCVxQEFZuZ0VXVV/e4ffUa2Yeacma56qrs/79eLf2Cmnu8wp59vP/XUIgEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgCZY6ABYP5eWa9myLVQU26jT2UJVtbmiaDPleU9R1JcUa/T36Op0Cg2HhaRccbxaZqtUlmvU6dytNL1H0mqTqqB/IEw1lyJJy9Xvb62y3EadzmZy31xFsVxSom43Vlk+8DMrFaqqgZIkV1WtURStUlnerzi+W/Pz95u0OugfCOtFgbSEj/4uttXc3BMl7ayq2kHS4+W+o8y2lPs2MttC0uYyWy73rkbl0dEDH8ZKUimpkLRGow/fakl3y+weud8j99sk3aYoul1mN2swuMtGvx5YEpdizc1tL/cnqap2kvR4mT1eZlvLfWtJ20havvDPZnrg5zXSAz+zpaShzAq5r5a0Su73y+xuud8nszs0+nm9Q9JPNBjcImmljX4vAqNAAnBpuebmdpf7birLvWT2RJk9VdJOkuYajJJLukPSDZJuVVVdJekGDYc/4JsfHsyl5ep2nyZpd0XRvpKeIGl3STtKShqMMi/pDrnfKPcfqdO5Rmb/qcHgeht9aUKDKJAG+Gab7aCieKbM9lNZ7iOzvWS2dehcj8r9HpldJferVZaXqSy/Y9LdoWOhOS49Vr3efnJ/pqT9Je3d+p9Z92sURddK+pbi+Du2Zs2doWNNOwqkJh7HBymKDlYUrZD7fmp2ZTFuqyVdrij6uoriQhsOrwkdCOPny5btJfcVKssXyOxASVuEzrQJUpl9R9Ilki5Uml7G/t/4USBj4lKkXu9QSS+S9AJJTwkcqU7Xyv08VdVXrCi+HToMNp7H8QGKoqNkdqikvULnqdEtkr4m6cvKsovY9xsPCmQTeb//HJm9WFV1pKQnhs4TwLUy+6Kq6ouW59eHDoMN8yR5uqLoOLkfI2kvmUk+U3vSP1YUnavh8Cwrin8PHWaSUSAbwfv9XVUUL1Gn80pJzwidpzWq6iJJn9NweIZJw9Bx8ACXYiXJS2T2WkkvDJ2nRa6V+xdkdqZl2c2hw0waCmQJfG7uQJXliTI7XqNLErFut8rss5JOszS9JXSYWeb9/q6SXiP3V0vaNXSeFivl/nl1Op+wweCy0GEmBQWyCN7pvFhxfJKk54TOMmGGkk5TVX3UhsPvhw4zS7zb3UNR9EZJr5XUDZ1nwlyqovigleVZoYO0HQWyHt7vHy/prXLfO3SWibX2/Lr7mYrj99r8/HdDR5pmvmzZvqqqt8j9VTO4tzFu35PZByxNPxs6SFtRIOvgSfJSmb1T7nvK+F80NmZSVZ0h6W8sz68LHWeaeLf7DJmdLLPfCZ1lCn1f7qdanv9z6CBtw+z4IN7vv0Du75Z0UOgsU+uBb8UfVxT9lQ0GPw0daZL53NzjVFV/Kun3WXHU7lKZ/R9L04tCB2kLCkSS93pPUlX9uaLolaGzzBSz1aqq9yjPT7XRM5GwSC5FiuN3qNP5E0mbh84zU8y+IPd3WZbdFDpKaDNfIJ4kf6Qo+nNJCd/egvkvub/T8vxLoYNMAu/1jpZ0qsx242c2ELOhqup/W57/degoIc1sgXgcr1Cn8wGZPYMPYUuY/bPM3s5prXVzaUf1+++X+8tCZ8EC92sVRX9oafqN0FFCmLkCcSnS3Nx7VVV/GDoL1uk+VdUpNhx+MnSQNvFu93XqdN4r98eEzoJ1+oCy7ORZe97WTBWId7v7KYo+qdFjqNFWZlJRnKMkeZPNz98eOk5IvmzZjsrzjyuOj2al3HrXqyxfb0VxeeggTYlCB2iKJ8k7FEWXy4zyaDt3qdM5RmV5g8/NvTx0nFB8bu4Vqqrr1elQHpPhNxTH3/Y4fnvoIE2Z+hWIS1uq1/u0pONCZ8FG+6Sy7A2zcnpg4cnOfy/pxNBZsJHcz1aen2DSfaGj1GmqC8S73Weq0/kXuT8+dBZsgtENiN+XdLzl+Q2h49TJk2R3SacrivZg1THhzH6isnypDYdXhI5Sl6k9heX9/gkyu5LymALuktkeMvuez829InScuvjc3Cs1enwG5TEN3HdWFF3u/f5rQkepy1QWiCfJX0r6NI8hmTpduf+TJ8l7QgcZN0+Sv5H752XGgw+nz2meJFN5v8jUzbDe758u91eFzoGaRdG5GgxealIWOsqmcKmrXu8sSUeHzoKamX3e0vT40DHGaWoKxKWu+v2vyf35obOgIe7XqdM5clJvPPS5uZ1VVV8WLyWbHWZfV5oeYVIeOso4TEWBuLSF+v2Leez6DDK7R2V5mA2HV4WOshTe7e4ts/NltnXoLGiY2dVK0+eZdH/oKJtq4vdAXHqser0rJFEes8h9a0XR5R7Hh4SOslgex4eo07mc8phZe6vbvdKlbUIH2VQTXSAubaNe70qZPZWrVmZarDg+fxJuOvQkebk6nfPlzmb5rBrdKLub+v0rJr1EJrZAFm4QvExmT6Y8IHepqs7wbvd1oaM8Gu92XyezM0LnQAuM5qwnKUm+7dJWoeNsrIncA3EpUa93jcx2pzywDm+2LPt/oUM8mPd6b5LUqkxogdFNsjcoz/c0aRg6zlJN5gokSS6hPLAeH/Fe742hQ6y1kIXywCO5S1G0u/r9S0JH2RgTVyA+N3e2zPajPLABH/Vu9/dCh/Bu90RJHw2dAy3mLrnv73Nz54SOslQTVSDe7X5E7seEzoEJEUWf8H4/2E2lPjf3SkXRP4QaHxPG/Wjvdj8cOsZSTMweiPd6JymKPqRqJh7IinExk4bDI60sz2tyWO90Dle3ex4rZSyJmRTHJ9nq1R8JHWUxJqJAPI4PVqdzcegcmGBVtZ8Nh1c2MZR3u89SFE3tE1hRs9EL1Q62ovhm6Cgb0voCcWl7zc39SFW1LHQWTDCzeUm7W5reWucw3u/vIukHcp+rcxxMObN5pekTTbordJT1af8eSK93HuWBTea+TNI3XartZ8mlZXL/BuWBTea+TEny1dAxNqTVBeLd7gdltlfoHJgS7k/Q3NwFtR1/bu4iSbvUdnzMFrO9fbPNPhA6xvq0tkA8jg9Tp/MHbEJirNwP9CT51NgPmySfkvv+4z4uZlxRvMXj+NDQMR5NK/dAfJttNtfq1T+T++ahs2AKmUnub7Us++A4Due93ltl9n6+7KAWZvdryy13srvuWhM6ysO1s0CS5ByZ8YId1Gd0pctBVhSXbsphPI6frTj+FuWBWrmfa3neunvgWlcgniQvltm/hM6BGdDp3Kf5+V1N+uXG/HaXHqNly25VWW4x7mjAI7i/1PK8VXNjqwrEt912uVatukPuy0NnwYwwu8zS9Nkb81u9379U7geOOxKwTmZrlKY7mLQ6dJS12rWJfu+9H5dEeaBJB3q//+dL/U3e7/+FJMoDTdpM3e7HQod4sNasQLzb3U+dzuWcS0bjOh0pz1dYUSzqiagex89Rklyisqw7GfBQZlJZNvZUhQ1pT4EkyY2Kot0oEARhdo/SdCeT8vX9MpcSJcntvI4WQYzeH3Kj5fnTQkeRWnIKy/v9EykPBLa1kuT0Df6qJDldUUR5IIzR+0Oe6t3u74aOIrVgBbLwdsGVkriSBeFF0UtsMDhrXf/J5+ZerKpq1VUwmFn3Kcu2Df0Ww/ArkCR5l8woD7RDWX7Gt932ERdy+DbbbK6q+kyISMAjmG2pJHlX8BghB/fHPGZLDQYr5d4NmQP4FXfJ7IuWZb/9kH/d631R7sfJgi/agRGzoZYt28Z+8Yv7Q0UIuwKZn3835YFWMZPMfss7ncPX/ivvdA6XGeWBdnHvas2ad4eMEOwT4VtttZUGg5WS4lAZgPVYaVm2nSR5r/dzmW3LRR5ooeHCXsh9IQYPtwKZn3+7zCgPtNW2Pjf3Zp+be7MkygNt1VW///ZQgwdZgbjUV6+3UmbL+WACwCZZvbAKSZseOMwKpNv9PcoDAMZiubrdE0MMHGYF0u/fIvddQowNAFPH7FZL012bHrbxFcjC27V2aXpcAJhiu3gcH9L0oM2fworjt3DqCgDGyH00tzas0VNYLu2kXu9nTY4JADMjy3Yy6Y6mhmt2BZIkr+ZmLACogdlojm1yyCYH837/P+X+602OCQAzw+w/LU2f2tRwja1AvNvdUxLlAQD12c273Wc0NVhzp7DMXt7YWAAwq8xe0dhQTQ3kvd7Nkp7Y1HgAMKNusix7ShMDNbICWVhSUR4AUL8ne5L8ZhMDNXMKy+zoRsYBAEhSI3NuU3sgh3H5LgA0xOywRoapewCXtlWvd6dCv7wKAGaFWak03dGklXUOU/+kniQrZEZ5AEBzOkqS59Q9SP0Tu9mK2scAADyU+4q6h2hiZXAAD08EgAa5S1F0YN3D1LoH4tJ26vVul9SpcxwAwCMUCw9XrG0fpN4VSKezr8woDwBomlmsXm/fOoeou0D24vQVAATgLrnvVecQde+B7MH9HwAQwGju3bPOIeotELPdWYEAQADuktnT6hyitgJxaXtJT67r+ACADXqyS9vVdfD6ViBx/D/E1VcAEFK8MBfXor4CMWP1AQCh1TgX11cgnc6Tajs2AGBxut3a5uI6N9F3YQMdAAIyk4pi17oOX1+BuO/MJbwAENDoSqzH1XX4Olcg29d4bADA4tQ2F9dSIC4tl7RDHccGACyB2fYLc/LY1bMC6fe3kbRFLccGACye+5bq97eu49D1FEhZbq0G3nYIANigSGX52HoOXIdOZ6tajgsAWLqa5uR6CmQ4XM4VWADQAmbScFjLlkJdV2HVsmEDANgoE7SJ3u0u4yZCAGgBd6nXm6vj0PUUiHu/luMCAJauLCeoQKRuTccFACxdLXNyXQXCY9wBoD1qmZPrKZAo4hIsAGiLmubkegqkqqpajgsAWLqqKus4bF2nsCgQAGiPWuZkCgQAph8FAgDYKBNVIEVNxwUALFVV1TIn11MgZlktxwUALF2nU8ucXNfDFDMepggALWAmVdUEFYiU13RcAMBSlWUtc3I9BdLr5TxMEQBawF3qdCaoQMpyvpbjAgCWzqyWObmuR5lQIADQFjXNyfUUSFFQIADQFjXNyXVdxjuo5bgAgKWbqBVIp7NK3EwIAG0wXJiTx66eAhkM7pe0ppZjAwAWz2y15ucnqEBG5XFfTccGACyWe21f6GspEJNKSffXcWwAwJLcbxP2MEWJFQgAtEFtc3F9BeJ+T23HBgAsTo1zcX0FYraytmMDABanxrm4zgK5u7ZjAwAWZ0ILhBUIAITmPoEFUpa3804QAAjITCqKO+o6fH0FEkV38kh3AAjIXTKbwAKpqjtrOzYAYHGi6K7aDl3XgZXnt4vHmQBASKsX5uJa1FYgNrp55ad1HR8AsEE/tRqfClLnneiS9JOajw8AeHS31XnwegvE/TauxAKAAEZzb61f4utegdzKlVgAEIC75H5LnUPUWyBl+d+sQAAgADOpLG+qc4h6CySKbmIFAgABuI/m4BrVWyDD4U2S0lrHAACsy0DD4c11DlBrgZh0r6Qf1TkGAGCdfrQwB9em7k10yf1G9kEAoEFmo7m3ZvUXSBRdzz4IADRoNOdeX/cw9RdIVd3ACgQAGjSac2+oe5j6C0RiBQIATWpoBVL70sClSL3eTyXtWPdYAABJ0u3Ksp1NquocpPYViEmV3L9X9zgAAK3dQL+m7vKQmjmFJUnXNDQOAMy20emrRr60N1MgcXxVI+MAABqbcxu5PMql7dTr3S6p08R4ADDDCmXZTiatrHugRlYgJv1c7tc1MRYAzLjrmigPqbk9EMnsCu4HAYAajebYy5sarrkCcf/3xsYCgFnV4Fzb2JLApe0X9kGaKy0AmC3Vwv7HXU0M1thkbtJdMuN+EACoi9nVTZWH1PRqoKq+3uh4ADBLquriJodrukDOYyMdAGpgNppjmxyyycFcipUkd8ps6ybHBYAZcLeybAeTyqYGbHQFYlIh6UJWIQAwRqPnX13QZHlIIa6IKstzGx8TAKZdWX656SEbXwq4tLl6vZWSek2PDQBTKlWWbWvS6iYHbXwFYtIqSRfwkikAGAN3KYouaLo8pFA39ZmdxT4IAIzBaP/jX4IMHWJQl5YvnMbqhxgfAKbIYOH01ZqmBw6yAjFptdzPZRUCAJtgtPo4J0R5SCGfS1WWnwk2NgBMi7L8bKihgy0BXDL1endK2i5UBgCYcHcuPDwxyFVJwVYgJrncT+M0FgBshNHpq9NClYcUcAUiSS49Sb3eTSEzAMDEyrInm3RzqOGDvpvDpJtl9q2QGQBgIpldErI8pDa83Mn9vZzGAoAlGJ2++rvgMUIHkCTv9X4maafQOQBgIpj9zNL0caFjhF+BSNJw+CFWIQCwCGZSnn8wdAypLSsQHrAIAIsV5MGJ69KKFYhJqxRFnwidAwBaL4r+vg3lIbVkBSJJPjf3a6qqn4bOAQCt1un8ms3P3x46htSSFYgk2WDwM7mfzl4IAKzD6J3nn2tLeUgtWoFIkku7qN+/hXeFAMDDmElpuotJPw4dZa3WrEAkyaRbVVVfYBUCAA8yWn2c0abykFq2ApFYhQDAI7Rw9SG1bAUiLaxCyvIfWYUAgEblUZafalt5SC1cgUiSS9uq1/t56BwA0ApZtp1JK0PHeLjWrUAkyaSViqJTQ+cAgOCi6NQ2lofU0hWIJLmUKEl+LrMtQ2cBgCDc71Oeb2dSHjrKurRyBSJJJuWKolPYCwEwk8ykKDqlreUhtXgFspYnyY2Kot24KgvAzBhdtnuj5fnTQkdZn9auQH7F/bWhIwBA49xPCB1hQ1pfIDYcXqGy5OZCALNhdNnuP9tw+J3QUTZkImZll7ZSv3+n3HncO4DpZpYpTXcw6d7QUTak9SsQSTLpXg2Hb2IVAmCqmUnD4RsnoTykCVmBrOVJcoXMnhU6BwDUwv0Ky/P9Q8dYrMkqkH7/CXK/NXQOABg7d6nTeYINBreFjrJYE3EKay1L0x8rik4OnQMAxmpUHidPUnlIE7YCWcv7/e/KfZ/QOQBgLMyusjTdN3SMpZqoFcivmP02NxYCmAruozltAk1kgdhgcJvcX89VWQAmmpnk/vpJO3W11kTPwJ4k5ymKDmc1AmDijL4An2dpemToKBtrsgtEWq5e7yeStgqdBQCWxOyXStOdTVoTOsrGmshTWGuZtFpleayiif5jAJg1USQVxXGTXB7ShBeIJFlRXCL3v2Q/BMBEGO17/IUVxSWho2yqqZl1vd//ptyfGzoHAKyX2SWWpitCxxiH6SkQaQv1+7fI/bGhswDAOsXxL7VmzS4m3R86yjhM/CmstUy6X0VxFKeyALRWVR05LeUhTVGBSJIVxeVyPyl0DgB4iNEX25NsMLg8dJRxmsqv654kn1YUncD9IQCCG72e9jOW5yeEjjJuU1kgkuS93tWS9gqdA8DMu8aybO/QIeowvQUiPVbLlv2XynLr0FkAzKgo+oUGg6eY9IvQUeowVXsgD2bSLzQcviB0DgAzrCieP63lIU1xgUiSDYffl/vLuFMdQKNGNwu+zIbD74eOUqepn1ktz8+U9M7QOQDMELN3Lsw9U21q90Aeznu9j8vsDVyZBaA2o5XH31uW/X7oKE2YmQKRJF+27KuqqiMoEQBjZyZF0ddsfv6I0FGaMlMFIkmeJFfLjMt7AYyX+zWW51N5ue6jmb0CkZar3/8Pue8SOguAKWH2Y6Xp001aFTpKk6Z+E/3hTFots+dKui90FgBT4V5Jz5218pBmsECkX71T/SCZFaGzAJhgZoXcn2tp+uPQUUKYyQKRJMvz/1BRHMzTewFsFDOpKFZYnl8XOkooM1sgkmRFcamGw6NC5wAwYcyk4fBFVhSXhY4S0kwXiCRZWX5VUfTy0DkATBCzV1pZfiV0jNBmvkAkyQaDL8jsd0PnADABqupEGwzOCB2jDSiQBZam/yiJl1EBWJ+TbDj8VOgQbUGBPIhl2UckvS10DgCtdMrCHIEFFMjDWJa9X+48fBHAA9z/2LLs70LHaBsKZB0sz0+V+5+EzgGgBdz/1PL8b0LHaCMK5FFYnr9HUfTHoXMACMj9nZbnfx06RltxF90GeK93iqS/DZ0DQMOi6B02GPDZXw8KZBG813ubJM5/ArPjZMuy94UO0XYUyCJ5r/cWSR8InQNA7d5mWfb+0CEmAQWyBN7rvVnSh0PnAFCbP7As4zO+SBTIEnmv9/ty/xgPYQSmzhstyz4eOsQkYRbcCJ4kxyuKPsercYEpMPoy+GpL08+FjjJpKJCN5J3OsYrjL4XOAWATjL4EHmd5fnboKJOIAtkEHscvVBxfwEoEmFBZdqhJF4SOMam4kXATWFFcqKJ4tszy0FkALIFZrrI8iPLYNBTIJrKiuExlub9m8H3IwIRarSg6wIri0tBBJh2nsMbEk+SpMrtY0g6hswB4VHfJ/WDL8xtDB5kGrEDGxPL8RkXRPpJ+GDoLgHX6oaJoH8pjfFiBjJlLmytJLpTZs0JnAaDRZbpl+V0Nh883TjWPFSuQMTNplfL8QJmxOQe0w4UaDg+gPMaPAqmBSaWl6aEy+wJ3rAMBuZ9paXqISUXoKNOIAqmRpenL5f7R0DmAmeMuRdHHLM9fFjrKNKNAamZZ9j/l/lesRICGmElV9Vc2GLwpdJRpx6zWEO/1/kDSB0PnAGbAWyzLPhQ6xCygQBrkSfJSmX0hdA5garm/3PKcz1hDKJCGeRwfrDj+qtznQmcBpoZZqqI40ori4tBRZgkFEoAnydNldoHMduBBjMAmu0vuL7Q8/4/QQWYNBRKISzsu3HC4e+gswAT7gTqdF9r8/O2hg8wiCiQgl5ap3/+a3J8TOgswgS5Rlh1h0nzoILOKy3gDMmne0vS5MjuTy3yBRTKTzM60LFtBeYRFgbSApenLVJbvC50DmAhl+X5LU24QbAEKpCVsODxZ0imhcwAt9w4bDt8WOgRGOG/SMp4kr5DZP4XOAbSO+6ssz/lstAgF0kIexysUx1+R+2ahswDBmc2rKI6yovhG6Ch4KAqkpRbecHi+pJ1DZwGCMfuJquowy/MfhI6CR2IPpKUsz29Ulu2pqvpO6CxAEO5Xqdvdi/JoLwqkxUy6R8Phfoqic7jMFzPDTIqic5Tn+9mqVXeHjoNHR4G0nElug8GxKsuPhM4CNKIsP2KDwbEmlaGjYP0okAlhw+FJcv8jViKYau5/ZMPhSaFjYHGYjSYMl/liarkfb3n++dAxsHgUyATyOD5o4TLfLUJnATaZ2SoVxdFWFN8MHQVLwymsCWRF8S257y33/w6dBdhEN8l9b8pjMrECmWAuba5e71xJK0JnAZasqr6l4fAok+4PHQUbhxXIBDNplWXZwTLjvDEmi9kZNhw+h/KYbBTIFLA0PV7u7+EKLbSemeT+fy1NXxk6CjYdM84U8V7vzTL7MK/JRSuN3uNxkg0G3NM0JSiQKeNJcoykf5VZJ3QW4FfcXWbHWpadGzoKxocCmULe7e6jTuc8SduyGkFwZveoLI+04fDK0FEwXuyBTCEbDq+S2Z6qqutCZ8HMu15me1Ie04kVyBRzKVG/f47cDwudBTPpfGXZcSYNQgdBPViBTDGTckvTwyV9InQWzJxPWpYdRnlMNwpkBliWvUFl+b9C58CMcP8zy7LfCx0D9eMU1gzxfv81cj8tdA5MMbPXWZp+OnQMNIMCmTEex89THJ/L+9YxZvMqy2OsKC4KHQTNoUBmkCfJbjI7T9KuobNgKvxY7kfw6tnZQ4HMKJe2Uq/3FUkHhs6CCeZ+ufL8SJN+GToKmscm+owy6V7LsmfL7EyeoYUlG/3MnGV5fgDlMbsokBlnafoyFcXfUiJYkrJ8n2XZS0LHQFjMGpAkea93ksw+xKNPsF6jp+n+oWXZB0JHQXgUCH7Fk+RYSWfxIEask7tL+m3L8y+FjoJ2oEDwEN7t7qsoOk/SNqGzoEXMfqGyPIJnWuHB2APBQ9hw+F1F0R6SeBAj1rpeZntQHng4ViBYJ5d66vXOlsSDGGfbBcqyY3mmFdaFFQjWyaTMsuxwSf8QOguC+aRl2aGUBx4NBYL1six7vcry3aFzoEFmUlnyQERsEKewsCje758g6dNc5jsDeCAiFokCwaJ5HB+iTudsSXOhs6AW2cIDEc8PHQSTgQLBkniS/Iai6N/k/muhs2CMzG5XVR1uec7Vd1g09kCwJJbn1yuO95T71aGzYEzcr1Ec70F5YKlYgWCjuBRrbu5LqqqjQmfBJoiir2ow+C2T8tBRMHlYgWCjmFTYYPAiRdHH2FifQKO/s4/bYHAU5YGNRYFgk9hg8CZV1btC58ASVdW7LcveGDoGJhunsDAWvG99gnCZLsaEAsHYeBy/UJ3OuZL6obNgnXKV5VFWFBeGDoLpQIFgrDxJflNR9G+SdmRvpCVG7/C4U1V1mA2H14aOg+lBgWDsfLPNttdweL7MnhE6CyS5X6c8P8ykO0JHwXShQFALlxL1+1+W+yGhs8w0swuVpkeblIaOgunDVViohUm5pemhMjstdJaZZfZZS9NDKA/UhQJBrSxNXyv398hY7DZm9DTdUy1NXxM6CqYbn2o0wnu9k2T2ITbWGxBFb7XB4IOhY2D6USBojCfJcTL7YugcU839xZbn/xo6BmYDBYJGeRwfoDj+N7lvHjrLVDFbpaI4wori0tBRMDvYA0GjrCi+Lfd9ZHYr+yJjYnab3PehPNA0PsEIwqXHqts9X1G0T+gsE839avV6h9qqVfeEjoLZQ4EgGJfihXtFDgudZSKZna80fZFJw9BRMJs4hX+/5oAAAAPiSURBVIVgTCosTQ+X2Wc4nbUEZmvv8TiM8kBIFAiCszQ9QUVxKiWyCGZSUfwt93igDSgQtIIVxTtl9rbQOVrP7GQrineEjgFI7IGgZTxJXiGzfwqdo5Xcj7c8/3zoGMBaFAhax+P4BYrjr8i9FzpLK5jlKoojrSguCh0FeDBOYaF1rCguUlk+S9LPQ2dpgZWKov0oD7QRBYJWsuHwWkXR3pJ+GDpLQP+lKNrb5ue/FzoIsC6cwkKrubS5kuR8me0fOktjzKSqulJ5fohJ94eOAzwaViBoNZNWKc8PlHRe6CyNcf+a8vwAygNtR4Gg9Uxyy7Ij5f7Zqb5XZPTu8s9Zlh1hUhU6DrAhFAgmhuX5a1QUfzeVJTK6QfB9luevDh0FWCwKBBPFiuIUmf1x6Bw1+FMripNDhwCWYgq/ymEWeL9/oqR/mPg3HI5eP/sGGw4/EToKsFQUCCaWJ8kxks6e2FNao/I7zvL87NBRgI0xoZ88YMTj+NmK4/Plvix0liUxG6goDreiuCR0FGBjsQeCiWZFcamqatLuWl+pTudZlAcmHSsQTAWfm3ucqupimT2l1fsiUXSzpOfZYHBb6CjApqJAMDVc2lJJcrHM9gqdZZ3K8nsqiueb9MvQUYBx4BQWpoZJ9ynP95PZN0JneQSzb6oo9qc8ME0oEEwVk4aWps+TdE6Lrs4619L0YJOy0EGAcaJAMJUsy45VVf1j2BAmmX3asuyYoDmAmlAgmFqW57+rsgzz6JPRo0neb2n6uuYHB5pBgWCqWVGcoqr6X40PXFV/ZkXBO94x1Vpzkhiok/d6b5b04YaGe4tl2YcaGgsIhgLBzPAkeZXMTl94bPr4BxidKvsdS9PTx39woH0oEMwU73QOVxzX83KqojjSynJ2XnyFmUeBYOZ4HB+kOL5I7slYDmg2VFG8wIri38dyPGBCsImOmWNF8S1F0QGSVo3hcKsVRQdSHphFrEAws7zX+3W5f1NmO2zkIX4u9xWW5zeONRgwIViBYGZZlv1Qnc4zZfajpf1Gk8xuVRTtS3lglrECwcxzaWvF8TcUx09f1NVZVXWD+v0VtmrV3fWnAwC0mkvLPEm+7b2er/effv9KlzYLnRcA0CIuRd7rfX09BXKxS3HonACAlvJe75x1lMe5oXMBACaA9/uf9X5/7Wkr7iwHACyex/EXfW7u7NA5AAATxqXHe7//hNA5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMNv+P+6G1dr60B8IAAAAAElFTkSuQmCC","e":1}],"layers":[{"ddd":0,"ind":1,"ty":2,"nm":"Heart","refId":"image_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200,200,0],"ix":2,"l":2},"a":{"a":0,"k":[200,200,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"ip":0,"op":32400,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":1,"nm":"Blue Solid 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200,200,0],"ix":2,"l":2},"a":{"a":0,"k":[600,600,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"sw":1200,"sh":1200,"sc":"#0600ff","ip":0,"op":32400,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/InterpolateBetweenOpacityStops.json b/ohos/flutter_lottie/assets/Tests/InterpolateBetweenOpacityStops.json new file mode 100644 index 0000000000000000000000000000000000000000..a049e734e462131abb435b719c7ebc339bc0bceb --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/InterpolateBetweenOpacityStops.json @@ -0,0 +1,1038 @@ +{ + "v": "5.7.4", + "fr": 60, + "ip": 0, + "op": 540, + "w": 750, + "h": 672, + "nm": "app_morning_background", + "ddd": 0, + "assets": [], + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 4, + "nm": "City state 2", + "td": 1, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 375, + 336, + 0 + ], + "ix": 2, + "l": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1, + "l": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6, + "l": 2 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { + "a": 0, + "k": [ + 375, + 336 + ], + "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": "tr", + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 200, + 200 + ], + "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": "City state", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 540, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 4, + "nm": "Ellipse 3", + "tt": 2, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 375, + 699, + 0 + ], + "ix": 2, + "l": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1, + "l": 2 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.52, + 0.52, + 0.52 + ], + "y": [ + 0.979, + 0.984, + 1 + ] + }, + "o": { + "x": [ + 0.48, + 0.48, + 0.48 + ], + "y": [ + 0.021, + 0.016, + 0 + ] + }, + "t": 0, + "s": [ + 100, + 66, + 100 + ], + "e": [ + 173, + 147, + 100 + ] + }, + { + "i": { + "x": [ + 0.52, + 0.52, + 0.52 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.48, + 0.48, + 0.48 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 289, + "s": [ + 173, + 147, + 100 + ], + "e": [ + 199, + 169.092, + 100 + ] + }, + { + "i": { + "x": [ + 0.52, + 0.52, + 0.52 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.48, + 0.48, + 0.48 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 300, + "s": [ + 199, + 169.092, + 100 + ], + "e": [ + 100, + 66, + 100 + ] + }, + { + "t": 540 + } + ], + "ix": 6, + "l": 2 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "d": 1, + "ty": "el", + "s": { + "a": 0, + "k": [ + 363, + 363 + ], + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 3 + }, + "nm": "Ellipse Path 1", + "mn": "ADBE Vector Shape - Ellipse", + "hd": false + }, + { + "ty": "gf", + "o": { + "a": 0, + "k": 100, + "ix": 10 + }, + "r": 1, + "bm": 0, + "g": { + "p": 5, + "k": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 0, + "s": [ + 0, + 0.956, + 0.474, + 0.442, + 0.265, + 0.89, + 0.468, + 0.367, + 0.529, + 0.824, + 0.461, + 0.292, + 0.765, + 0.878, + 0.614, + 0.397, + 1, + 0.931, + 0.766, + 0.502, + 0, + 1, + 0.256, + 0.665, + 0.513, + 0.33, + 0.756, + 0.165, + 1, + 0 + ], + "e": [ + 0.001, + 1, + 0.798, + 0.325, + 0.293, + 0.988, + 0.775, + 0.278, + 0.584, + 0.975, + 0.752, + 0.23, + 0.79, + 0.988, + 0.844, + 0.437, + 0.996, + 1, + 0.936, + 0.643, + 0, + 1, + 0.302, + 0.635, + 0.604, + 0.27, + 0.802, + 0.135, + 1, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 247, + "s": [ + 0.001, + 1, + 0.798, + 0.325, + 0.293, + 0.988, + 0.775, + 0.278, + 0.584, + 0.975, + 0.752, + 0.23, + 0.79, + 0.988, + 0.844, + 0.437, + 0.996, + 1, + 0.936, + 0.643, + 0, + 1, + 0.302, + 0.635, + 0.604, + 0.27, + 0.802, + 0.135, + 1, + 0 + ], + "e": [ + 0, + 0.902, + 0.669, + 0.18, + 0.265, + 0.94, + 0.643, + 0.283, + 0.529, + 0.979, + 0.616, + 0.387, + 0.765, + 0.949, + 0.577, + 0.331, + 1, + 0.919, + 0.537, + 0.275, + 0, + 1, + 0.264, + 0.665, + 0.527, + 0.33, + 0.764, + 0.165, + 1, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 301, + "s": [ + 0, + 0.902, + 0.669, + 0.18, + 0.265, + 0.94, + 0.643, + 0.283, + 0.529, + 0.979, + 0.616, + 0.387, + 0.765, + 0.949, + 0.577, + 0.331, + 1, + 0.919, + 0.537, + 0.275, + 0, + 1, + 0.264, + 0.665, + 0.527, + 0.33, + 0.764, + 0.165, + 1, + 0 + ], + "e": [ + 0, + 0.956, + 0.474, + 0.442, + 0.265, + 0.89, + 0.468, + 0.367, + 0.529, + 0.824, + 0.461, + 0.292, + 0.765, + 0.878, + 0.614, + 0.397, + 1, + 0.931, + 0.766, + 0.502, + 0, + 1, + 0.256, + 0.665, + 0.513, + 0.33, + 0.756, + 0.165, + 1, + 0 + ] + }, + { + "t": 540 + } + ], + "ix": 9 + } + }, + "s": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 5 + }, + "e": { + "a": 0, + "k": [ + 181.5, + 0 + ], + "ix": 6 + }, + "t": 2, + "h": { + "a": 0, + "k": 0, + "ix": 7 + }, + "a": { + "a": 0, + "k": 0, + "ix": 8 + }, + "nm": "Gradient Fill 1", + "mn": "ADBE Vector Graphic - G-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": [ + 200, + 200 + ], + "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": "Ellipse 3", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 540, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 4, + "nm": "Shape Layer 1", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 375, + 336, + 0 + ], + "ix": 2, + "l": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1, + "l": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6, + "l": 2 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { + "a": 0, + "k": [ + 750, + 672 + ], + "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": "gf", + "o": { + "a": 0, + "k": 100, + "ix": 10 + }, + "r": 1, + "bm": 0, + "g": { + "p": 5, + "k": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 0, + "s": [ + 0, + 0.971, + 0.408, + 0, + 0.377, + 0.956, + 0.515, + 0, + 0.755, + 0.942, + 0.621, + 0, + 0.877, + 0.971, + 0.671, + 0, + 1, + 1, + 0.72, + 0 + ], + "e": [ + 0, + 0.966, + 0.445, + 0, + 0.362, + 0.951, + 0.51, + 0, + 0.725, + 0.936, + 0.576, + 0, + 0.862, + 0.967, + 0.628, + 0, + 1, + 0.998, + 0.68, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 49, + "s": [ + 0, + 0.966, + 0.445, + 0, + 0.362, + 0.951, + 0.51, + 0, + 0.725, + 0.936, + 0.576, + 0, + 0.862, + 0.967, + 0.628, + 0, + 1, + 0.998, + 0.68, + 0 + ], + "e": [ + 0, + 0.946, + 0.606, + 0, + 0.275, + 0.928, + 0.492, + 0, + 0.55, + 0.91, + 0.378, + 0, + 0.775, + 0.948, + 0.442, + 0, + 1, + 0.987, + 0.507, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 260.375, + "s": [ + 0, + 0.946, + 0.606, + 0, + 0.275, + 0.928, + 0.492, + 0, + 0.55, + 0.91, + 0.378, + 0, + 0.775, + 0.948, + 0.442, + 0, + 1, + 0.987, + 0.507, + 0 + ], + "e": [ + 0, + 0.971, + 0.408, + 0, + 0.383, + 0.956, + 0.515, + 0, + 0.766, + 0.942, + 0.621, + 0, + 0.883, + 0.971, + 0.671, + 0, + 1, + 1, + 0.72, + 0 + ] + }, + { + "t": 540 + } + ], + "ix": 9 + } + }, + "s": { + "a": 0, + "k": [ + -2.047, + 331.848 + ], + "ix": 5 + }, + "e": { + "a": 0, + "k": [ + 3.137, + -336.078 + ], + "ix": 6 + }, + "t": 1, + "nm": "Gradient Fill 1", + "mn": "ADBE Vector Graphic - G-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": "Rectangle 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 540, + "st": 0, + "bm": 0 + } + ], + "markers": [] +} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/InterpolatorLoopBack.json b/ohos/flutter_lottie/assets/Tests/InterpolatorLoopBack.json new file mode 100644 index 0000000000000000000000000000000000000000..b9e70fc0144fe19e86740582c778047210814ed3 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/InterpolatorLoopBack.json @@ -0,0 +1,1533 @@ +{ + "v": "5.1.16", + "fr": 60, + "ip": 218, + "op": 343, + "w": 1080, + "h": 1080, + "nm": "EVA - 01_Highlighting_02", + "ddd": 0, + "assets": [], + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 4, + "nm": "Antennae - 3", + "parent": 137, + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 1 + ], + "y": [ + 0 + ] + }, + "n": [ + "0_1_1_0" + ], + "t": 168.43, + "s": [ + 0 + ], + "e": [ + 100 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.163 + ], + "y": [ + 0 + ] + }, + "n": [ + "0p833_1_0p163_0" + ], + "t": 169.293, + "s": [ + 100 + ], + "e": [ + 100 + ] + }, + { + "i": { + "x": [ + 0 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 1 + ], + "y": [ + 0 + ] + }, + "n": [ + "0_1_1_0" + ], + "t": 199.428, + "s": [ + 100 + ], + "e": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "n": [ + "0p833_1_0p167_0" + ], + "t": 200.289, + "s": [ + 0 + ], + "e": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.378 + ], + "y": [ + 0 + ] + }, + "n": [ + "0p833_1_0p378_0" + ], + "t": 231.289, + "s": [ + 0 + ], + "e": [ + 0 + ] + }, + { + "i": { + "x": [ + -0.122 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 1 + ], + "y": [ + 0 + ] + }, + "n": [ + "-0p122_1_1_0" + ], + "t": 231.43, + "s": [ + 0 + ], + "e": [ + 100 + ] + }, + { + "i": { + "x": [ + 0 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.163 + ], + "y": [ + 0 + ] + }, + "n": [ + "0_1_0p163_0" + ], + "t": 232.146, + "s": [ + 100 + ], + "e": [ + 100 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.163 + ], + "y": [ + 0 + ] + }, + "n": [ + "0p833_1_0p163_0" + ], + "t": 232.293, + "s": [ + 100 + ], + "e": [ + 100 + ] + }, + { + "i": { + "x": [ + 0 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 1 + ], + "y": [ + 0 + ] + }, + "n": [ + "0_1_1_0" + ], + "t": 262.428, + "s": [ + 100 + ], + "e": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "n": [ + "0p833_1_0p167_0" + ], + "t": 263.289, + "s": [ + 0 + ], + "e": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.326 + ], + "y": [ + 0 + ] + }, + "n": [ + "0p833_1_0p326_0" + ], + "t": 294.289, + "s": [ + 0 + ], + "e": [ + 0 + ] + }, + { + "i": { + "x": [ + 0 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 1 + ], + "y": [ + 0 + ] + }, + "n": [ + "0_1_1_0" + ], + "t": 294.43, + "s": [ + 0 + ], + "e": [ + 100 + ] + }, + { + "i": { + "x": [ + 0 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.163 + ], + "y": [ + 0 + ] + }, + "n": [ + "0_1_0p163_0" + ], + "t": 295.146, + "s": [ + 100 + ], + "e": [ + 100 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.163 + ], + "y": [ + 0 + ] + }, + "n": [ + "0p833_1_0p163_0" + ], + "t": 295.293, + "s": [ + 100 + ], + "e": [ + 100 + ] + }, + { + "i": { + "x": [ + 0 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 1 + ], + "y": [ + 0 + ] + }, + "n": [ + "0_1_1_0" + ], + "t": 325.428, + "s": [ + 100 + ], + "e": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "n": [ + "0p833_1_0p167_0" + ], + "t": 326.289, + "s": [ + 0 + ], + "e": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.326 + ], + "y": [ + 0 + ] + }, + "n": [ + "0p833_1_0p326_0" + ], + "t": 357.289, + "s": [ + 0 + ], + "e": [ + 100 + ] + }, + { + "t": 358.146484375 + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.32, + "y": 1 + }, + "o": { + "x": 0.68, + "y": 0 + }, + "n": "0p32_1_0p68_0", + "t": 168, + "s": [ + -130.609, + 326.483, + 0 + ], + "e": [ + 204.013, + -184.873, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.32, + "y": 1 + }, + "o": { + "x": 0.68, + "y": 0 + }, + "n": "0p32_1_0p68_0", + "t": 199.428, + "s": [ + 204.013, + -184.873, + 0 + ], + "e": [ + -130.609, + 326.483, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.68, + "y": 0.68 + }, + "n": "0p833_0p833_0p68_0p68", + "t": 230.857, + "s": [ + -130.609, + 326.483, + 0 + ], + "e": [ + -130.609, + 326.483, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.32, + "y": 1 + }, + "o": { + "x": 0.68, + "y": 0 + }, + "n": "0p32_1_0p68_0", + "t": 231, + "s": [ + -130.609, + 326.483, + 0 + ], + "e": [ + 204.013, + -184.873, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.32, + "y": 1 + }, + "o": { + "x": 0.68, + "y": 0 + }, + "n": "0p32_1_0p68_0", + "t": 262.428, + "s": [ + 204.013, + -184.873, + 0 + ], + "e": [ + -130.609, + 326.483, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.68, + "y": 0.68 + }, + "n": "0p833_0p833_0p68_0p68", + "t": 293.857, + "s": [ + -130.609, + 326.483, + 0 + ], + "e": [ + -130.609, + 326.483, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.32, + "y": 1 + }, + "o": { + "x": 0.68, + "y": 0 + }, + "n": "0p32_1_0p68_0", + "t": 294, + "s": [ + -130.609, + 326.483, + 0 + ], + "e": [ + 204.013, + -184.873, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.32, + "y": 1 + }, + "o": { + "x": 0.68, + "y": 0 + }, + "n": "0p32_1_0p68_0", + "t": 325.428, + "s": [ + 204.013, + -184.873, + 0 + ], + "e": [ + -130.609, + 326.483, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "t": 356.857421875 + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 154.113, + -226.331, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 183, + 183, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ef": [ + { + "ty": 5, + "nm": "Warp Time", + "np": 7, + "mn": "ADBE Echo", + "ix": 1, + "en": 1, + "ef": [ + { + "ty": 0, + "nm": "Echo Time (seconds)", + "mn": "ADBE Echo-0001", + "ix": 1, + "v": { + "a": 0, + "k": -0.001, + "ix": 1 + } + }, + { + "ty": 0, + "nm": "Number Of Echoes", + "mn": "ADBE Echo-0002", + "ix": 2, + "v": { + "a": 0, + "k": 25, + "ix": 2 + } + }, + { + "ty": 0, + "nm": "Starting Intensity", + "mn": "ADBE Echo-0003", + "ix": 3, + "v": { + "a": 0, + "k": 1, + "ix": 3 + } + }, + { + "ty": 0, + "nm": "Decay", + "mn": "ADBE Echo-0004", + "ix": 4, + "v": { + "a": 0, + "k": 1, + "ix": 4 + } + }, + { + "ty": 7, + "nm": "Echo Operator", + "mn": "ADBE Echo-0005", + "ix": 5, + "v": { + "a": 0, + "k": 2, + "ix": 5 + } + } + ] + } + ], + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 5.822, + -8.033 + ], + [ + 8.033, + 5.822 + ], + [ + -5.822, + 8.033 + ], + [ + -8.033, + -5.822 + ] + ], + "o": [ + [ + -5.822, + 8.033 + ], + [ + -8.033, + -5.822 + ], + [ + 5.822, + -8.033 + ], + [ + 8.033, + 5.822 + ] + ], + "v": [ + [ + 168.658, + -215.789 + ], + [ + 143.571, + -211.786 + ], + [ + 139.568, + -236.874 + ], + [ + 164.656, + -240.876 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.176470592618, + 0.168627455831, + 0.321568638086, + 1 + ], + "ix": 4 + }, + "o": { + "a": 0, + "k": 100, + "ix": 5 + }, + "r": 1, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 154.047, + -226.399 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 154.047, + -226.399 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167", + "0p833_0p833_0p167_0p167" + ], + "t": 168, + "s": [ + 100, + 100 + ], + "e": [ + 250, + 250 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167", + "0p833_0p833_0p167_0p167" + ], + "t": 183.713, + "s": [ + 250, + 250 + ], + "e": [ + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167", + "0p833_0p833_0p167_0p167" + ], + "t": 199.428, + "s": [ + 100, + 100 + ], + "e": [ + 35, + 35 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167", + "0p833_0p833_0p167_0p167" + ], + "t": 215.143, + "s": [ + 35, + 35 + ], + "e": [ + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167", + "0p833_0p833_0p167_0p167" + ], + "t": 230.857, + "s": [ + 100, + 100 + ], + "e": [ + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167", + "0p833_0p833_0p167_0p167" + ], + "t": 231, + "s": [ + 100, + 100 + ], + "e": [ + 250, + 250 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167", + "0p833_0p833_0p167_0p167" + ], + "t": 246.713, + "s": [ + 250, + 250 + ], + "e": [ + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167", + "0p833_0p833_0p167_0p167" + ], + "t": 262.428, + "s": [ + 100, + 100 + ], + "e": [ + 35, + 35 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167", + "0p833_0p833_0p167_0p167" + ], + "t": 278.143, + "s": [ + 35, + 35 + ], + "e": [ + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167", + "0p833_0p833_0p167_0p167" + ], + "t": 293.857, + "s": [ + 100, + 100 + ], + "e": [ + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167", + "0p833_0p833_0p167_0p167" + ], + "t": 294, + "s": [ + 100, + 100 + ], + "e": [ + 250, + 250 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167", + "0p833_0p833_0p167_0p167" + ], + "t": 309.713, + "s": [ + 250, + 250 + ], + "e": [ + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167", + "0p833_0p833_0p167_0p167" + ], + "t": 325.428, + "s": [ + 100, + 100 + ], + "e": [ + 35, + 35 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167", + "0p833_0p833_0p167_0p167" + ], + "t": 341.143, + "s": [ + 35, + 35 + ], + "e": [ + 100, + 100 + ] + }, + { + "t": 356.857421875 + } + ], + "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": 2, + "cix": 2, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": -50, + "op": 685, + "st": -50, + "bm": 0 + } + ], + "markers": [ + { + "tm": 218, + "cm": "1", + "dr": 0 + }, + { + "tm": 290, + "cm": "", + "dr": 0 + }, + { + "tm": 341, + "cm": "2", + "dr": 0 + }, + { + "tm": 404, + "cm": "", + "dr": 0 + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/KeyframeTypes.json b/ohos/flutter_lottie/assets/Tests/KeyframeTypes.json new file mode 100644 index 0000000000000000000000000000000000000000..5d229ea4fe00be1b4237f0886ca72f268408ef0b --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/KeyframeTypes.json @@ -0,0 +1 @@ +{"v":"4.5.7","fr":60,"ip":0,"op":483,"w":100,"h":100,"ddd":0,"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Ball 6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0.221},"p":{"a":1,"k":[{"t":402,"s":[24.628,23.603,0],"h":1},{"t":415,"s":[73.628,23.603,0],"h":1},{"t":435,"s":[73.628,75.603,0],"h":1},{"t":455,"s":[24.628,75.603,0],"h":1},{"t":475,"s":[24.628,23.603,0],"h":1}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[22.068,22.068]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0,0.82,0.76,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"}],"ip":402,"op":483,"st":378,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Ball 5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0.221},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.433},"o":{"x":0.69,"y":0},"n":"0p833_0p433_0p69_0","t":321,"s":[24.628,23.603,0],"e":[73.628,23.603,0],"to":[0,0,0],"ti":[-8.16666698455811,-8.66666698455811,0]},{"i":{"x":0.833,"y":0.872},"o":{"x":0.167,"y":0.126},"n":"0p833_0p872_0p167_0p126","t":353.617,"s":[73.628,23.603,0],"e":[73.628,75.603,0],"to":[8.16666698455811,8.66666698455811,0],"ti":[8.16666698455811,-8.66666698455811,0]},{"i":{"x":0.833,"y":0.876},"o":{"x":0.167,"y":0.125},"n":"0p833_0p876_0p167_0p125","t":361.484,"s":[73.628,75.603,0],"e":[24.628,75.603,0],"to":[-8.16666698455811,8.66666698455811,0],"ti":[8.16666698455811,8.66666698455811,0]},{"i":{"x":0.31,"y":1},"o":{"x":0.167,"y":0.547},"n":"0p31_1_0p167_0p547","t":368.826,"s":[24.628,75.603,0],"e":[24.628,23.603,0],"to":[-8.16666698455811,-8.66666698455811,0],"ti":[0,0,0]},{"t":402}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[22.068,22.068]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0,0.82,0.76,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"}],"ip":321,"op":402,"st":217,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Ball 4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0.221},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.826},"o":{"x":0.167,"y":0.167},"n":"0p833_0p826_0p167_0p167","t":241,"s":[24.628,23.603,0],"e":[73.628,23.603,0],"to":[0,0,0],"ti":[-8.16666698455811,-8.66666698455811,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.16},"n":"0p833_0p837_0p167_0p16","t":261,"s":[73.628,23.603,0],"e":[73.628,75.603,0],"to":[8.16666698455811,8.66666698455811,0],"ti":[8.16666698455811,-8.66666698455811,0]},{"i":{"x":0.833,"y":0.831},"o":{"x":0.167,"y":0.171},"n":"0p833_0p831_0p167_0p171","t":281,"s":[73.628,75.603,0],"e":[24.628,75.603,0],"to":[-8.16666698455811,8.66666698455811,0],"ti":[8.16666698455811,8.66666698455811,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.165},"n":"0p833_0p833_0p167_0p165","t":301,"s":[24.628,75.603,0],"e":[24.628,23.603,0],"to":[-8.16666698455811,-8.66666698455811,0],"ti":[0,0,0]},{"t":321}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[22.068,22.068]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0,0.82,0.76,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"}],"ip":241,"op":321,"st":177,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Ball 3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0.221},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":161,"s":[24.628,23.603,0],"e":[73.628,23.603,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":181,"s":[73.628,23.603,0],"e":[73.628,75.603,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":201,"s":[73.628,75.603,0],"e":[24.628,75.603,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":221,"s":[24.628,75.603,0],"e":[24.628,23.603,0],"to":[0,0,0],"ti":[0,0,0]},{"t":241}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[22.068,22.068]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0,0.82,0.76,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"}],"ip":161,"op":241,"st":97,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Ball 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0.221},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":81,"s":[24.628,23.603,0],"e":[73.628,23.603,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":101,"s":[73.628,23.603,0],"e":[73.628,75.603,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":121,"s":[73.628,75.603,0],"e":[24.628,75.603,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":141,"s":[24.628,75.603,0],"e":[24.628,23.603,0],"to":[0,0,0],"ti":[0,0,0]},{"t":161}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[22.068,22.068]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0,0.82,0.76,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"}],"ip":81,"op":161,"st":17,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Ball","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0.221},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[24.628,23.603,0],"e":[73.628,23.603,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[73.628,23.603,0],"e":[73.628,75.603,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[73.628,75.603,0],"e":[24.628,75.603,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":60,"s":[24.628,75.603,0],"e":[24.628,23.603,0],"to":[0,0,0],"ti":[0,0,0]},{"t":80}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[22.068,22.068]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0,0.82,0.76,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":81,"st":-24,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":1,"nm":"bg","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[50,50,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"sw":100,"sh":100,"sc":"#ffffff","ip":0,"op":483,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/LargeComposition.json b/ohos/flutter_lottie/assets/Tests/LargeComposition.json new file mode 100644 index 0000000000000000000000000000000000000000..6c07daa2b098d59d8c1a71e182391250fb8ee5c5 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/LargeComposition.json @@ -0,0 +1 @@ +{"v":"5.8.1","fr":25,"ip":0,"op":2,"w":2000,"h":4000,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1000,2000,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[1554.562,597.062],"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":"fl","c":{"a":0,"k":[0.220496237278,1,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":[1.281,-21.469],"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 2","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[1780.188,3801.75],"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":"fl","c":{"a":0,"k":[0,0.116727701823,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":[2.094,12.875],"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":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":2,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":1,"nm":"Red Solid 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1000,2000,0],"ix":2,"l":2},"a":{"a":0,"k":[1000,2000,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"sw":2000,"sh":4000,"sc":"#ff0000","ip":0,"op":2,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/Laugh4.json b/ohos/flutter_lottie/assets/Tests/Laugh4.json new file mode 100644 index 0000000000000000000000000000000000000000..6078604feeb4161fc672f593874471ba33910aaa --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/Laugh4.json @@ -0,0 +1 @@ +{"assets":[{"id":"comp_9","layers":[{"ddd":0,"ind":0,"ty":0,"nm":"Laugh_02","refId":"comp_10","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[360]},{"t":73}]},"p":{"k":[100,100,0]},"a":{"k":[100,100,0]},"s":{"k":[100,100,100]}},"ao":0,"w":200,"h":200,"ip":0,"op":74,"st":0,"bm":0,"sr":1}]},{"id":"comp_10","layers":[{"ddd":0,"ind":0,"ty":0,"nm":"Laugh_01","refId":"comp_11","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[142,127,0],"e":[142,69,0],"to":[0,-9.66666698455811,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":32,"s":[142,69,0],"e":[142,127,0],"to":[0,0,0],"ti":[0,-9.66666698455811,0]},{"t":73}]},"a":{"k":[10,10,0]},"s":{"k":[139,139,100]}},"ao":0,"w":20,"h":20,"ip":0,"op":74,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":0,"nm":"Laugh_01","refId":"comp_11","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[61,127,0],"e":[61,69,0],"to":[0,-9.66666698455811,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":32,"s":[61,69,0],"e":[61,127,0],"to":[0,0,0],"ti":[0,-9.66666698455811,0]},{"t":73}]},"a":{"k":[10,10,0]},"s":{"k":[139,139,100]}},"ao":0,"w":20,"h":20,"ip":0,"op":74,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":0,"nm":"Laugh_01","refId":"comp_11","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[100,127,0],"e":[100,69,0],"to":[0,-9.66666698455811,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":32,"s":[100,69,0],"e":[100,127,0],"to":[0,0,0],"ti":[0,-9.66666698455811,0]},{"t":73}]},"a":{"k":[10,10,0]},"s":{"k":[139,139,100]}},"ao":0,"w":20,"h":20,"ip":0,"op":74,"st":0,"bm":0,"sr":1}]},{"id":"comp_11","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Left Eye Closed","parent":10,"ks":{"o":{"k":[{"t":0,"s":[0],"h":1},{"t":11,"s":[100],"h":1},{"t":15,"s":[0],"h":1}]},"r":{"k":0},"p":{"k":[60.625,62.5,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[10.725,-11.55],[18.975,-11.55]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0.34,0.35,0.36,1]},"o":{"k":100},"w":{"k":4},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":23,"st":-7,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Right Eye Closed","parent":10,"ks":{"o":{"k":[{"t":0,"s":[0],"h":1},{"t":11,"s":[100],"h":1},{"t":15,"s":[0],"h":1}]},"r":{"k":0},"p":{"k":[60.625,62.5,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-20.275,-11.375],[-12.025,-11.375]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0.34,0.35,0.36,1]},"o":{"k":100},"w":{"k":4},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":23,"st":-7,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Left Eye","parent":10,"ks":{"o":{"k":[{"t":0,"s":[100],"h":1},{"t":11,"s":[0],"h":1},{"t":15,"s":[100],"h":1}]},"r":{"k":0},"p":{"k":[58.375,57.5,0]},"a":{"k":[44,42,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-2.857,0],[0,2.812],[2.857,0],[0,-2.812]],"o":[[2.857,0],[0,-2.812],[-2.857,0],[0,2.812]],"v":[[134.14,553.727],[139.312,548.636],[134.14,543.545],[128.968,548.636]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.34,0.35,0.36,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[-73,-513],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":23,"st":-7,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Right Eye","parent":10,"ks":{"o":{"k":[{"t":0,"s":[100],"h":1},{"t":11,"s":[0],"h":1},{"t":15,"s":[100],"h":1}]},"r":{"k":0},"p":{"k":[58.375,57.5,0]},"a":{"k":[44,42,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-2.857,0],[0,2.812],[2.857,0],[0,-2.812]],"o":[[2.857,0],[0,-2.812],[-2.857,0],[0,2.812]],"v":[[103.107,553.727],[108.279,548.636],[103.107,543.545],[97.935,548.636]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.34,0.35,0.36,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[-73,-513],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":23,"st":-7,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Left Eye Closed","parent":10,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[61.625,62.5,0]},"a":{"k":[43,42,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[3.879,-5.091],[-3.879,0.129],[3.879,5.091]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0.34,0.35,0.36,1]},"o":{"k":100},"w":{"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[55.601,30.545],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":23,"op":143,"st":23,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Right Eye Closed","parent":10,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[59.625,62.5,0]},"a":{"k":[43,42,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-3.879,-5.091],[3.879,0.129],[-3.879,5.091]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0.34,0.35,0.36,1]},"o":{"k":100},"w":{"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[29.74,30.545],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"mn":"ADBE Vector Group"}],"ip":23,"op":143,"st":23,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"MouthMatte","parent":10,"td":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[60.625,62.5,0]},"a":{"k":[43,42,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0.559,-2.467],[10.659,0],[2.23,9.83],[-2.568,0]],"o":[[2.567,0],[-2.231,9.83],[-10.659,0],[-0.56,-2.467],[0,0]],"v":[[191.52,205.036],[195.416,209.852],[173.611,227.028],[151.805,209.852],[155.701,205.036]],"c":true}},"nm":"Path 4","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.34,0.35,0.36,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[-131,-161],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":143,"st":-7,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Tongue","parent":8,"tt":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[60.625,62.5,0]},"a":{"k":[43,42,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-11.195],[11.374,0],[0,11.195],[-11.374,0]],"o":[[0,11.195],[-11.374,0],[0,-11.195],[11.374,0]],"v":[[194.205,236.082],[173.611,256.353],[153.017,236.082],[173.611,215.812]],"c":true}},"nm":"Path 4","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,0.96,0.9,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[-131,-161],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":143,"st":-7,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":3,"nm":"TONGUE_C","parent":12,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[{"i":{"x":0.61,"y":1},"o":{"x":1,"y":0},"n":"0p61_1_1_0","t":18,"s":[49.375,47.5,0],"e":[49.375,35.7,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.61,"y":1},"o":{"x":0.39,"y":0},"n":"0p61_1_0p39_0","t":22,"s":[49.375,35.7,0],"e":[49.375,50.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.61,"y":1},"o":{"x":0.39,"y":0},"n":"0p61_1_0p39_0","t":28,"s":[49.375,50.5,0],"e":[49.375,35.7,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.61,"y":1},"o":{"x":0.39,"y":0},"n":"0p61_1_0p39_0","t":33,"s":[49.375,35.7,0],"e":[49.375,50.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.61,"y":1},"o":{"x":0.39,"y":0},"n":"0p61_1_0p39_0","t":38,"s":[49.375,50.5,0],"e":[49.375,35.7,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.61,"y":1},"o":{"x":0.39,"y":0},"n":"0p61_1_0p39_0","t":44,"s":[49.375,35.7,0],"e":[49.375,49.7,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.39,"y":0},"n":"0_1_0p39_0","t":56,"s":[49.375,49.7,0],"e":[49.375,47.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":75}]},"a":{"k":[60,60,0]},"s":{"k":[100,100,100]}},"ao":0,"ip":0,"op":143,"st":-10,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Mouth","parent":10,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[60.625,62.5,0]},"a":{"k":[43,42,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0.559,-2.467],[10.659,0],[2.23,9.83],[-2.568,0]],"o":[[2.567,0],[-2.231,9.83],[-10.659,0],[-0.56,-2.467],[0,0]],"v":[[191.52,205.036],[195.416,209.852],[173.611,227.028],[151.805,209.852],[155.701,205.036]],"c":true}},"nm":"Path 4","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.34,0.35,0.36,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[-131,-161],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":143,"st":-7,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":3,"nm":"FACE_C","parent":12,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[{"i":{"x":0.61,"y":1},"o":{"x":1,"y":0},"n":"0p61_1_1_0","t":17,"s":[49.375,47.5,0],"e":[49.375,34.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.61,"y":1},"o":{"x":0.39,"y":0},"n":"0p61_1_0p39_0","t":22,"s":[49.375,34.5,0],"e":[49.375,50.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.61,"y":1},"o":{"x":0.39,"y":0},"n":"0p61_1_0p39_0","t":27,"s":[49.375,50.5,0],"e":[49.375,34.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.61,"y":1},"o":{"x":0.39,"y":0},"n":"0p61_1_0p39_0","t":32,"s":[49.375,34.5,0],"e":[49.375,50.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.61,"y":1},"o":{"x":0.39,"y":0},"n":"0p61_1_0p39_0","t":38,"s":[49.375,50.5,0],"e":[49.375,34.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.61,"y":1},"o":{"x":0.39,"y":0},"n":"0p61_1_0p39_0","t":43,"s":[49.375,34.5,0],"e":[49.375,50.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.39,"y":0},"n":"0_1_0p39_0","t":54,"s":[49.375,50.5,0],"e":[49.375,47.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":72}]},"a":{"k":[60,60,0]},"s":{"k":[100,100,100]}},"ao":0,"ip":0,"op":143,"st":-10,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"Head","parent":12,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.61,"y":1},"o":{"x":1,"y":0},"n":"0p61_1_1_0","t":16,"s":[50,50,0],"e":[50,43,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.61,"y":1},"o":{"x":0.39,"y":0},"n":"0p61_1_0p39_0","t":21,"s":[50,43,0],"e":[50,52,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.61,"y":1},"o":{"x":0.39,"y":0},"n":"0p61_1_0p39_0","t":26,"s":[50,52,0],"e":[50,43,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.61,"y":1},"o":{"x":0.39,"y":0},"n":"0p61_1_0p39_0","t":31,"s":[50,43,0],"e":[50,52,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.61,"y":1},"o":{"x":0.39,"y":0},"n":"0p61_1_0p39_0","t":37,"s":[50,52,0],"e":[50,43,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.61,"y":1},"o":{"x":0.39,"y":0},"n":"0p61_1_0p39_0","t":42,"s":[50,43,0],"e":[50,52,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.39,"y":0},"n":"0_1_0p39_0","t":53,"s":[50,52,0],"e":[50,50,0],"to":[0,0,0],"ti":[0,0,0]},{"t":71}]},"a":{"k":[43,42,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-23.566,0],[0,23.196],[23.566,0],[0,-23.196]],"o":[[23.566,0],[0,-23.196],[-23.566,0],[0,23.196]],"v":[[173.67,245],[216.341,203],[173.67,161],[131,203]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,0.82,0.42,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[-131,-161],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":143,"st":-12,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":1,"nm":"White Solid 1","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[10,10,0]},"a":{"k":[50,50,0]},"s":{"k":[20,20,100]}},"ao":0,"sw":100,"sh":100,"sc":"#ffffff","ip":0,"op":143,"st":0,"bm":0,"sr":1}]}],"layers":[{"ddd":0,"ind":0,"ty":0,"nm":"Laugh_03","refId":"comp_9","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[100,100,0]},"a":{"k":[100,100,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":0,"s":[100,100,100],"e":[165,165,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":35,"s":[165,165,100],"e":[100,100,100]},{"t":73}]}},"ao":0,"w":200,"h":200,"ip":0,"op":74,"st":0,"bm":0,"sr":1}],"v":"4.5.0","ddd":0,"ip":0,"op":74,"fr":30,"w":200,"h":200} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/LoopPlayOnce.json b/ohos/flutter_lottie/assets/Tests/LoopPlayOnce.json new file mode 100644 index 0000000000000000000000000000000000000000..c361e18b44aa6edb3f4134eb9f4548d716820068 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/LoopPlayOnce.json @@ -0,0 +1 @@ +{"assets":[],"v":"4.3.1","ddd":0,"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"A2","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":186,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":190.822,"s":[0],"e":[-90]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":198,"s":[-90],"e":[-90]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":199.133,"s":[-90],"e":[-180]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":204,"s":[-180],"e":[-180]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":213,"s":[-180],"e":[-270]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":215,"s":[-270],"e":[-270]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":218.777,"s":[-270],"e":[-360]},{"t":221.04296875}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.329,"y":0},"n":"0p833_0p833_0p329_0","t":186,"s":[65.486,48.686,0],"e":[67.952,48.686,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":190.822,"s":[67.952,48.686,0],"e":[73.934,43.296,0],"to":[3.2987060546875,0,0],"ti":[0,2.97662353515625,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":196.939,"s":[73.934,43.296,0],"e":[73.934,41.53,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":197.713,"s":[73.934,41.53,0],"e":[73.934,36.065,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":201,"s":[73.934,36.065,0],"e":[67.922,30.675,0],"to":[0,-2.9715576171875,0],"ti":[3.3204345703125,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":204,"s":[67.922,30.675,0],"e":[31.93,30.675,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":213,"s":[31.93,30.675,0],"e":[25.934,36.065,0],"to":[-3.31396484375,0,0],"ti":[0,-2.9765625,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":214.244,"s":[25.934,36.065,0],"e":[25.934,61.285,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":218.777,"s":[25.934,61.285,0],"e":[31.916,66.675,0],"to":[0,2.97161865234375,0],"ti":[-3.30386352539062,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":220.818,"s":[31.916,66.675,0],"e":[46.676,66.675,0],"to":[0,0,0],"ti":[-6.52834367752075,0,0]},{"i":{"x":0.24,"y":1},"o":{"x":0.167,"y":0.477},"n":"0p24_1_0p167_0p477","t":224.068,"s":[46.676,66.675,0],"e":[54.52,66.675,0],"to":[4.28971433639526,0,0],"ti":[0,0,0]},{"t":248}]},"a":{"k":[31.521,43.417,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-2.416,-4.761],[2.416,0.071],[-2.273,4.761]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.28,0.28,0.28,1]},"o":{"k":100},"w":{"k":4},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[29.105,43.417],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Bottom Arrow"}],"bounds":{"l":24,"t":36,"b":51,"r":34},"ip":186,"op":1200,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":3,"nm":"C","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":79,"s":[57.801,49.347,0],"e":[62.201,49.347,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.36,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p36_1_0p167_0p167","t":85,"s":[62.201,49.347,0],"e":[53.801,49.347,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.36,"y":1},"o":{"x":0.64,"y":0},"n":"0p36_1_0p64_0","t":92,"s":[53.801,49.347,0],"e":[59.001,49.347,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.36,"y":1},"o":{"x":0.64,"y":0},"n":"0p36_1_0p64_0","t":105,"s":[59.001,49.347,0],"e":[57.801,49.347,0],"to":[0,0,0],"ti":[0,0,0]},{"t":123}]},"a":{"k":[60,60,0]},"s":{"k":[10,10,100]}},"ip":0,"op":186,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"A3","parent":1,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":60,"s":[0],"e":[-180]},{"t":66}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.51,"y":0},"n":"0p833_0p833_0p51_0","t":46,"s":[-42.372,-126.716,0],"e":[-122.111,-126.716,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":54,"s":[-122.111,-126.716,0],"e":[-251.164,-126.716,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":59,"s":[-251.164,-126.716,0],"e":[-301.751,-127.488,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":60,"s":[-301.751,-127.488,0],"e":[-391.843,-37.397,0],"to":[-49.7561645507812,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":63,"s":[-391.843,-37.397,0],"e":[-342.203,43.139,0],"to":[0,33.3444900512695,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":65,"s":[-342.203,43.139,0],"e":[-260.663,52.741,0],"to":[0,0,0],"ti":[-24.8243389129639,-0.02913675457239,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":66,"s":[-260.663,52.741,0],"e":[-96.313,52.971,0],"to":[42.5602226257324,0.04995366558433,0],"ti":[-54.0673141479492,-0.09492725133896,0]},{"i":{"x":0.568,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p568_1_0p167_0p167","t":70,"s":[-96.313,52.971,0],"e":[138.007,53.467,0],"to":[126.198516845703,0.22156970202923,0],"ti":[0,0,0]},{"t":80}]},"a":{"k":[26.689,43.417,0]},"s":{"k":[1000,1000,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[2.416,4.761],[-2.416,-0.071],[2.273,-4.761]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.28,0.28,0.28,1]},"o":{"k":100},"w":{"k":4},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[29.105,43.417],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Bottom Arrow"}],"bounds":{"l":24,"t":36,"b":51,"r":34},"ip":0,"op":186,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"LO1","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-18.007,66.533,0]},"a":{"k":[26,26,0]},"s":{"k":[1000,1000,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0,0],[0,4.976],[0,0],[-4.976,0],[0,0],[0,0],[0,0],[0,-2.972],[0,0],[3.299,0],[0,0]],"o":[[0,0],[-4.976,0],[0,0],[0,-4.976],[0,0],[0,0],[0,0],[3.32,0],[0,0],[0,2.977],[0,0],[0,0]],"v":[[14.473,0.019],[-28.403,0.09],[-37.412,-8.919],[-37.412,-8.919],[-28.403,-17.928],[-10.144,-17.999],[-5.865,-17.999],[18.01,-17.999],[24.022,-12.61],[24.022,12.611],[18.04,18.001],[14.088,18.001]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.28,0.28,0.28,1]},"o":{"k":100},"w":{"k":4},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.49],"y":[1]},"o":{"x":[0.51],"y":[0]},"n":["0p49_1_0p51_0"],"t":46,"s":[60.01],"e":[0]},{"t":83}],"ix":1},"e":{"k":[{"i":{"x":[0.49],"y":[1]},"o":{"x":[0.51],"y":[0]},"n":["0p49_1_0p51_0"],"t":46,"s":[100],"e":[25.3]},{"t":83}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 1"},{"ty":"tr","p":{"k":[26,24.656],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3"}],"bounds":{"l":-14,"t":4,"b":45,"r":53},"ip":0,"op":186,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"LO2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[50,50,0]},"a":{"k":[26,26,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,2.972],[0,0],[-3.314,0],[0,0],[0,0],[0,0],[0,-2.972],[0,0],[0,0],[3.299,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[-3.304,0],[0,0],[0,-2.977],[0,0],[0,0],[0,0],[3.32,0],[0,0],[0,0],[0,2.977],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[19.033,18.019],[4.586,18.019],[-18.018,18.019],[-24,12.629],[-24,-12.591],[-18.004,-17.981],[-13.894,-17.981],[-5.887,-17.981],[17.988,-17.981],[24,-12.591],[24,-7.126],[24,-5.36],[18.018,0.03],[14.065,0.03],[-1.77,0.019],[-9.597,0.019],[-15.124,0.019],[-35.687,-0.037]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.28,0.28,0.28,1]},"o":{"k":100},"w":{"k":4},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.538],"y":[0]},"n":["0p833_0p833_0p538_0"],"t":186,"s":[74.2],"e":[11.375]},{"i":{"x":[0.24],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p24_1_0p167_0p167"],"t":224.068,"s":[11.375],"e":[8.2]},{"t":248}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.538],"y":[0]},"n":["0p833_0p833_0p538_0"],"t":186,"s":[95.6],"e":[45.72]},{"i":{"x":[0.24],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p24_1_0p167_0p167"],"t":224.068,"s":[45.72],"e":[43.22]},{"t":248}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 1"},{"ty":"tr","p":{"k":[26,24.656],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3"}],"bounds":{"l":-12,"t":4,"b":45,"r":52},"ip":186,"op":1207,"st":7,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"A5","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":212.734,"s":[-90],"e":[-90]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":218.021,"s":[-90],"e":[-180]},{"t":220.2890625}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":208.201,"s":[64.156,66.677,0],"e":[68.109,66.677,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":209.652,"s":[68.109,66.677,0],"e":[74.091,61.287,0],"to":[3.2987060546875,0,0],"ti":[0,2.97662353515625,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":211.223,"s":[74.091,61.287,0],"e":[74.091,36.066,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":218.021,"s":[74.091,36.066,0],"e":[68.078,30.677,0],"to":[0,-2.97161865234375,0],"ti":[3.3204345703125,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":220,"s":[68.078,30.677,0],"e":[62.281,30.677,0],"to":[0,0,0],"ti":[5.45185279846191,-0.00000202649062,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":222,"s":[62.281,30.677,0],"e":[53.581,30.677,0],"to":[-4.76431894302368,0.00000177092954,0],"ti":[5.45185279846191,-0.00000202649062,0]},{"i":{"x":0.24,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p24_1_0p167_0p167","t":225,"s":[53.581,30.677,0],"e":[47.553,30.677,0],"to":[-4.76431894302368,0.00000177092954,0],"ti":[0,0,0]},{"t":248}]},"a":{"k":[31.521,43.417,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-2.416,-4.761],[2.416,0.071],[-2.273,4.761]]}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.24],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p24_1_0p167_0p167"],"t":212.734,"s":[50],"e":[0]},{"t":238}],"ix":1},"e":{"k":[{"i":{"x":[0.24],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p24_1_0p167_0p167"],"t":212.734,"s":[50],"e":[100]},{"t":238}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.28,0.28,0.28,1]},"o":{"k":100},"w":{"k":4},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[29.105,43.417],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Bottom Arrow"}],"bounds":{"l":24,"t":36,"b":51,"r":34},"ip":210,"op":1200,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"LO4","ks":{"o":{"k":[{"t":181,"s":[100],"h":1},{"t":208.201171875,"s":[0],"h":1}]},"r":{"k":0},"p":{"k":[50,50,0]},"a":{"k":[26,26,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,2.972],[0,0],[-3.314,0],[0,0],[0,0],[0,0],[0,-2.972],[0,0],[3.299,0]],"o":[[0,0],[0,0],[-3.304,0],[0,0],[0,-2.977],[0,0],[0,0],[0,0],[3.32,0],[0,0],[0,2.977],[0,0]],"v":[[14.034,18.044],[4.555,18.044],[-18.049,18.044],[-24.031,12.654],[-24.031,-12.566],[-18.035,-17.956],[-13.925,-17.956],[-5.919,-17.956],[17.957,-17.956],[23.969,-12.566],[23.969,12.654],[17.987,18.044]]}},"nm":"Path 2"},{"ty":"st","fillEnabled":true,"c":{"k":[0.28,0.28,0.28,1]},"o":{"k":100},"w":{"k":4},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[26,24.656],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4"},{"ty":"tm","s":{"k":[{"i":{"x":[0.582],"y":[0.771]},"o":{"x":[0.33],"y":[0]},"n":["0p582_0p771_0p33_0"],"t":181,"s":[76],"e":[0]},{"t":208}],"ix":1},"e":{"k":[{"i":{"x":[0.582],"y":[0.683]},"o":{"x":[0.33],"y":[0]},"n":["0p582_0p683_0p33_0"],"t":181,"s":[91],"e":[23]},{"t":208}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-1,"t":4,"b":45,"r":52},"ip":181,"op":410,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"LO3","ks":{"o":{"k":[{"t":181,"s":[0],"h":1},{"t":208.201171875,"s":[100],"h":1}]},"r":{"k":0},"p":{"k":[50,50,0]},"a":{"k":[26,26,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0,0],[-3.314,0],[0,0],[0,0],[0,0],[0,-2.972],[0,0],[3.299,0],[0,0],[0,0],[0,0],[0,2.972],[0,0]],"o":[[0,0],[0,-2.977],[0,0],[0,0],[0,0],[3.32,0],[0,0],[0,2.977],[0,0],[0,0],[0,0],[-3.304,0],[0,0],[0,0]],"v":[[-24.08,-7.902],[-24.08,-12.606],[-18.084,-17.996],[-13.974,-17.996],[-5.967,-17.996],[17.908,-17.996],[23.92,-12.606],[23.92,12.614],[17.938,18.004],[13.985,18.004],[4.506,18.004],[-18.098,18.004],[-24.08,12.614],[-24.08,-2.402]]}},"nm":"Path 2"},{"ty":"st","fillEnabled":true,"c":{"k":[0.28,0.28,0.28,1]},"o":{"k":100},"w":{"k":4},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[26,24.656],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4"},{"ty":"tm","s":{"k":[{"i":{"x":[0.695],"y":[0.691]},"o":{"x":[0.148],"y":[0.091]},"n":["0p695_0p691_0p148_0p091"],"t":208,"s":[63.3],"e":[33.93]},{"i":{"x":[0.779],"y":[0.717]},"o":{"x":[0.429],"y":[0.576]},"n":["0p779_0p717_0p429_0p576"],"t":220,"s":[33.93],"e":[30.243]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":222,"s":[30.243],"e":[23.055]},{"i":{"x":[0.24],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p24_1_0p167_0p167"],"t":225,"s":[23.055],"e":[20.05]},{"t":248}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":208,"s":[87],"e":[65]},{"i":{"x":[0.24],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p24_1_0p167_0p167"],"t":225,"s":[65],"e":[63.25]},{"t":248}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-1,"t":4,"b":45,"r":52},"ip":181,"op":406,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"A4","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":58.326,"s":[180],"e":[90]},{"t":62.306640625}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.439,"y":0},"n":"0p833_0p833_0p439_0","t":44,"s":[54.545,66.636,0],"e":[64.024,66.636,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56.182,"s":[64.024,66.636,0],"e":[67.977,66.636,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":58.148,"s":[67.977,66.636,0],"e":[73.959,61.246,0],"to":[3.2987060546875,0,0],"ti":[0,2.97662353515625,0]},{"i":{"x":0.485,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p485_1_0p167_0p167","t":61.768,"s":[73.959,61.246,0],"e":[73.959,36.025,0],"to":[0,0,0],"ti":[0,0,0]},{"t":78}]},"a":{"k":[26.689,43.417,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[2.416,4.761],[-2.416,-0.071],[2.273,-4.761]]}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.67],"y":[0]},"n":["0p833_0p833_0p67_0"],"t":44,"s":[0],"e":[50]},{"t":67.876953125}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.67],"y":[0]},"n":["0p833_0p833_0p67_0"],"t":44,"s":[100],"e":[50]},{"t":67.876953125}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.28,0.28,0.28,1]},"o":{"k":100},"w":{"k":4},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[29.105,43.417],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Bottom Arrow"}],"bounds":{"l":24,"t":36,"b":51,"r":34},"ip":0,"op":68,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"LO5","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[50,50,0]},"a":{"k":[26,26,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0,0],[0,-2.972],[0,0],[3.299,0],[0,0],[0,0],[0,0],[0,2.972],[0,0],[-3.314,0],[0,0]],"o":[[0,0],[3.32,0],[0,0],[0,2.977],[0,0],[0,0],[0,0],[-3.304,0],[0,0],[0,-2.977],[0,0],[0,0]],"v":[[-5.889,-18.001],[17.986,-18.001],[23.998,-12.611],[23.998,12.609],[18.016,17.999],[14.064,17.999],[4.585,17.999],[-18.02,17.999],[-24.002,12.609],[-24.002,-12.611],[-18.006,-18.001],[-13.895,-18.001]]}},"nm":"Path 2"},{"ty":"st","fillEnabled":true,"c":{"k":[0.28,0.28,0.28,1]},"o":{"k":100},"w":{"k":4},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[26,24.656],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4"},{"ty":"tm","s":{"k":[{"i":{"x":[0.49],"y":[1]},"o":{"x":[0.51],"y":[0]},"n":["0p49_1_0p51_0"],"t":44,"s":[53.8],"e":[22]},{"t":80.611328125}],"ix":1},"e":{"k":[{"i":{"x":[0.49],"y":[1]},"o":{"x":[0.51],"y":[0]},"n":["0p49_1_0p51_0"],"t":44,"s":[100],"e":[38.6]},{"t":80.611328125}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-1,"t":4,"b":45,"r":52},"ip":0,"op":181,"st":0,"bm":0,"sr":1}],"ip":0,"op":300,"fr":60,"w":100,"h":100} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/Marker.json b/ohos/flutter_lottie/assets/Tests/Marker.json new file mode 100644 index 0000000000000000000000000000000000000000..e264f81c7bc952b3eab57aeb49955298ffd76255 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/Marker.json @@ -0,0 +1 @@ +{"v":"5.3.4","fr":29.9700012207031,"ip":0,"op":61.0000024845809,"w":200,"h":200,"nm":"Marker","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[100,100,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[51.816,51.816],"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":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[-67.092,-65.592],"e":[67.092,65.592],"to":[22.3639335632324,21.8639335632324],"ti":[-22.3639335632324,-21.8639335632324]},{"t":60.0000024438501}],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":61.0000024845809,"st":0,"bm":0}],"markers":[{"tm":14.0000005702317,"cm":"Marker A","dr":30.0000012219251},{"tm":33.0000013441176,"cm":"Marker B\r","dr":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/MaskA.json b/ohos/flutter_lottie/assets/Tests/MaskA.json new file mode 100644 index 0000000000000000000000000000000000000000..b61ece38ef4ef1386932af680a0eb6dc901401a4 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/MaskA.json @@ -0,0 +1 @@ +{"v":"5.3.4","fr":30.0000305175781,"ip":0,"op":30.0000305175781,"w":300,"h":300,"nm":"Comp 1","ddd":0,"assets":[],"fonts":{"list":[{"fName":"Helvetica","fFamily":"Helvetica","fStyle":"Regular","ascent":71.8994140625}]},"layers":[{"ddd":0,"ind":1,"ty":5,"nm":"A","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[127,175.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"t":{"d":{"k":[{"s":{"s":128,"f":"Helvetica","t":"A","j":2,"tr":0,"lh":153.6,"ls":0,"fc":[0.922,0.922,0.922]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":30.0000305175781,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 1","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[150,150,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[185.137,185.137],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":20,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.568,-12.432],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":30.0000305175781,"st":0,"bm":0}],"markers":[],"chars":[{"ch":"A","size":128,"style":"Regular","w":66.7,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[22.143,-29.395],[33.618,-61.084],[44.662,-29.395]],"c":true},"ix":2},"nm":"A","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[1.538,0],[11.499,0],[19.278,-21.484],[47.419,-21.484],[54.907,0],[65.552,0],[39.518,-71.729],[28.549,-71.729]],"c":true},"ix":2},"nm":"A","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"A","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/MaskInv.json b/ohos/flutter_lottie/assets/Tests/MaskInv.json new file mode 100644 index 0000000000000000000000000000000000000000..9b5786f6cdd917cc300ddfafcd78df807a0c0b9b --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/MaskInv.json @@ -0,0 +1,222 @@ +{ + "v": "4.11.1", + "fr": 29.9700012207031, + "ip": 0, + "op": 900.000036657751, + "w": 400, + "h": 400, + "nm": "MaskInv", + "ddd": 0, + "assets": [], + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 1, + "nm": "Background", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "hasMask": true, + "masksProperties": [ + { + "inv": false, + "mode": "a", + "pt": { + "a": 0, + "k": { + "i": [ + [ + 50.031, + 0 + ], + [ + 0, + -50.031 + ], + [ + -50.031, + 0 + ], + [ + 0, + 50.031 + ] + ], + "o": [ + [ + -50.031, + 0 + ], + [ + 0, + 50.031 + ], + [ + 50.031, + 0 + ], + [ + 0, + -50.031 + ] + ], + "v": [ + [ + 150.59, + 88 + ], + [ + 60, + 178.59 + ], + [ + 150.59, + 269.18 + ], + [ + 241.18, + 178.59 + ] + ], + "c": true + }, + "ix": 1 + }, + "o": { + "a": 0, + "k": 100, + "ix": 3 + }, + "x": { + "a": 0, + "k": 0, + "ix": 4 + }, + "nm": "Mask 2" + }, + { + "inv": false, + "mode": "s", + "pt": { + "a": 0, + "k": { + "i": [ + [ + 55.912, + 0 + ], + [ + 0, + -55.912 + ], + [ + -55.912, + 0 + ], + [ + 0, + 55.912 + ] + ], + "o": [ + [ + -55.912, + 0 + ], + [ + 0, + 55.912 + ], + [ + 55.912, + 0 + ], + [ + 0, + -55.912 + ] + ], + "v": [ + [ + 221.238, + 126 + ], + [ + 120, + 227.238 + ], + [ + 221.238, + 328.477 + ], + [ + 322.477, + 227.238 + ] + ], + "c": true + }, + "ix": 1 + }, + "o": { + "a": 0, + "k": 100, + "ix": 3 + }, + "x": { + "a": 0, + "k": 0, + "ix": 4 + }, + "nm": "Mask 1" + } + ], + "sw": 400, + "sh": 400, + "sc": "#ff0000", + "ip": 0, + "op": 900.000036657751, + "st": 0, + "bm": 0 + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/MaskNone.json b/ohos/flutter_lottie/assets/Tests/MaskNone.json new file mode 100644 index 0000000000000000000000000000000000000000..69a3fa098044de43f049d5626bb5af77d08b04f4 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/MaskNone.json @@ -0,0 +1 @@ +{"v":"5.5.8","fr":29.9700012207031,"ip":0,"op":208.000008472014,"w":400,"h":400,"nm":"None","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200,200,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"n","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-24,-26],[-24,239.516],[241.516,239.516],[241.516,-26]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[265.516,265.516],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":20,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[1,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":[12.758,18.758],"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":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":208.000008472014,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/Masks.json b/ohos/flutter_lottie/assets/Tests/Masks.json new file mode 100644 index 0000000000000000000000000000000000000000..c7daa761f45c57420f3934d961407b5bbdd8b3d1 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/Masks.json @@ -0,0 +1 @@ +{"v":"5.3.4","fr":29.9700012207031,"ip":0,"op":61.0000024845809,"w":200,"h":300,"nm":"Mask","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[205.5,320.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":true,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-79,-78],[-79,-38],[-39,-38],[-39,-78]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 2"},{"inv":true,"mode":"s","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-113,-110.622],[-113,-56],[-61,-56.878],[-61,-111.5]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[50,50],"ix":2},"p":{"a":0,"k":[-83,-72],"ix":3},"r":{"a":0,"k":0,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[15.658,5.658],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":61.0000024845809,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[205.5,251.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-79,-78],[-79,-38],[-39,-38],[-39,-78]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 2"},{"inv":true,"mode":"s","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-113,-110.622],[-113,-56],[-61,-56.878],[-61,-111.5]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[50,50],"ix":2},"p":{"a":0,"k":[-83,-72],"ix":3},"r":{"a":0,"k":0,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[15.658,5.658],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":61.0000024845809,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[205.5,192.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":true,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-79,-78],[-79,-38],[-39,-38],[-39,-78]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 2"},{"inv":false,"mode":"s","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-113,-110.622],[-113,-56],[-61,-56.878],[-61,-111.5]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[50,50],"ix":2},"p":{"a":0,"k":[-83,-72],"ix":3},"r":{"a":0,"k":0,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[15.658,5.658],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":61.0000024845809,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 8","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[108.5,319.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":true,"mode":"s","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-113,-110.622],[-113,-56],[-61,-56.878],[-61,-111.5]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"},{"inv":true,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-79,-78],[-79,-38],[-39,-38],[-39,-78]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 2"}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[50,50],"ix":2},"p":{"a":0,"k":[-83,-72],"ix":3},"r":{"a":0,"k":0,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[15.658,5.658],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":61.0000024845809,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 7","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[108.5,258.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"s","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-113,-110.622],[-113,-56],[-61,-56.878],[-61,-111.5]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"},{"inv":true,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-79,-78],[-79,-38],[-39,-38],[-39,-78]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 2"}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[50,50],"ix":2},"p":{"a":0,"k":[-83,-72],"ix":3},"r":{"a":0,"k":0,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[15.658,5.658],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":61.0000024845809,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[108.5,190.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":true,"mode":"s","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-113,-110.622],[-113,-56],[-61,-56.878],[-61,-111.5]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"},{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-79,-78],[-79,-38],[-39,-38],[-39,-78]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 2"}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[50,50],"ix":2},"p":{"a":0,"k":[-83,-72],"ix":3},"r":{"a":0,"k":0,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[15.658,5.658],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":61.0000024845809,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[108.5,105.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"s","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-113,-110.622],[-113,-56],[-61,-56.878],[-61,-111.5]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"},{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-78.75,-78],[-78.75,-38],[-38.75,-38],[-38.75,-78]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 2"}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[50,50],"ix":2},"p":{"a":0,"k":[-83,-72],"ix":3},"r":{"a":0,"k":0,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[15.658,5.658],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":61.0000024845809,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 1","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},"n":"0p833_0p833_0p167_0p167","t":0,"s":[176.5,105.5,0],"e":[235,105.5,0],"to":[9.75,0,0],"ti":[-9.75,0,0]},{"t":60.0000024438501}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-79,-78],[-79,-38],[-39,-38],[-39,-78]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 2"},{"inv":false,"mode":"s","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-113,-110.622],[-113,-56],[-61,-56.878],[-61,-111.5]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[50,50],"ix":2},"p":{"a":0,"k":[-83,-72],"ix":3},"r":{"a":0,"k":0,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[15.658,5.658],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":61.0000024845809,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/MatteTimeStretchLine.json b/ohos/flutter_lottie/assets/Tests/MatteTimeStretchLine.json new file mode 100644 index 0000000000000000000000000000000000000000..0d25e6cfac434357c083486c7925025b13c85a5d --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/MatteTimeStretchLine.json @@ -0,0 +1 @@ +{"v":"4.11.1","fr":60,"ip":0,"op":59,"w":1000,"h":676,"nm":"Line","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Trim path example","td":1,"sr":0.03333333333333,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[500,338,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-475,-13],[470,-13]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"t":58}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":6,"ix":5},"lc":1,"lj":1,"ml":4,"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":60,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 1","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[500,338,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[1022.215,711.266],"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":"fl","c":{"a":0,"k":[0.101462427775,0.614355588427,0.825045955882,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[2.107,2.633],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1800,"st":0,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/MatteTimeStretchScan.json b/ohos/flutter_lottie/assets/Tests/MatteTimeStretchScan.json new file mode 100644 index 0000000000000000000000000000000000000000..07f6e0c3f002afd95a00070331e1f1327fc9546b --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/MatteTimeStretchScan.json @@ -0,0 +1 @@ +{"v":"4.11.1","fr":50,"ip":0,"op":100,"w":128,"h":128,"nm":"Scan","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"scanner","sr":0.5,"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.333,"y":0},"n":"0p833_0p833_0p333_0","t":0,"s":[62,-47,0],"e":[62,69,0],"to":[0,19.3333339691162,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":50,"s":[62,69,0],"e":[62,-47,0],"to":[0,0,0],"ti":[0,19.3333339691162,0]},{"t":99.5}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[400,400,100],"ix":6}},"ao":0,"shapes":[{"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":[[-14.5,12.75],[15.5,12.75],[15.5,13.75],[-14.5,13.75]],"c":true},"ix":2},"nm":"Mask 27","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.600000023842,0.800000011921,0.20000000298,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false}],"ip":0,"op":100,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"mask","td":1,"sr":0.5,"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.333,"y":0},"n":"0p833_0p833_0p333_0","t":0,"s":[64,-36.333,0],"e":[64,78.333,0],"to":[-2.18910287230756e-7,19.1111106872559,0],"ti":[0,0.16666667163372,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":50,"s":[64,78.333,0],"e":[64,-37.333,0],"to":[0,-0.16666667163372,0],"ti":[-2.18910287230756e-7,19.2777786254883,0]},{"t":99.5}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[67.99,132.25],"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.6,0.8,0.2,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.678431372549,0.678431372549,0.678431372549,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,-16.542],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":100,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"doc-full","tt":1,"sr":0.5,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[62,69,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[400,400,100],"ix":6}},"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":[[-4.5,5.75],[5.5,5.75],[5.5,6.75],[-4.5,6.75]],"c":true},"ix":2},"nm":"Mask 21","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-4.5,2.75],[5.5,2.75],[5.5,3.75],[-4.5,3.75]],"c":true},"ix":2},"nm":"Mask 22","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-4.5,-0.25],[5.5,-0.25],[5.5,0.75],[-4.5,0.75]],"c":true},"ix":2},"nm":"Mask 23","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-4.5,-3.25],[5.5,-3.25],[5.5,-2.25],[-4.5,-2.25]],"c":true},"ix":2},"nm":"Mask 24","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-4.5,-9.25],[0.5,-9.25],[0.5,-8.25],[-4.5,-8.25]],"c":true},"ix":2},"nm":"Mask 25","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.839215695858,0.839215695858,0.839215695858,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0.5,-1.25],"ix":2},"a":{"a":0,"k":[0.5,-1.25],"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":6,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[-0.276,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0.277],[0,0],[0,0],[0,0]],"v":[[-6.5,9.75],[-6.5,-12.25],[1.5,-12.25],[1.5,-6.75],[2,-6.25],[7.5,-6.25],[7.5,9.75]],"c":true},"ix":2},"nm":"Mask 18","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[2.5,-11.551],[6.837,-7.25],[2.5,-7.25]],"c":true},"ix":2},"nm":"Mask 19","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0.095,0.093],[0,0],[0,0],[0,0],[0.01,0.008],[0.049,0.021],[0.066,0],[0,0],[0,-0.277],[0,0],[-0.276,0],[0,0],[0,0.277],[0,0]],"o":[[0,0],[0,0],[0,0],[-0.009,-0.009],[-0.039,-0.033],[-0.06,-0.025],[0,0],[-0.276,0],[0,0],[0,0.277],[0,0],[0.276,0],[0,0],[0,-0.133]],"v":[[8.352,-7.156],[2.354,-13.103],[2.353,-13.104],[2.352,-13.105],[2.32,-13.126],[2.191,-13.212],[2,-13.25],[-7,-13.25],[-7.5,-12.75],[-7.5,10.25],[-7,10.75],[8,10.75],[8.5,10.25],[8.5,-6.802]],"c":true},"ix":2},"nm":"Mask 20","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.521568655968,0.521568655968,0.521568655968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0.5,-1.25],"ix":2},"a":{"a":0,"k":[0.5,-1.25],"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 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":100,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"doc-dotted","sr":0.5,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[62,69,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[400,400,100],"ix":6}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0.132,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[-0.094,-0.093],[0,0],[0,0],[0,0],[0,0]],"v":[[1.5,-9.75],[2.5,-9.75],[2.5,-11.594],[3.182,-12.281],[2.352,-13.105],[2,-13.25],[0.5,-13.25],[0.5,-12.25],[1.5,-12.25]],"c":true},"ix":2},"nm":"Mask 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-0.094,-0.094],[-0.132,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0.133],[0.094,0.093],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[2.5,-8.25],[1.5,-8.25],[1.5,-6.688],[1.648,-6.363],[2,-6.25],[2.005,-6.25],[3.505,-6.234],[3.495,-7.219],[2.5,-7.193]],"c":true},"ix":2},"nm":"Mask 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.5,7.25],[-6.5,7.25],[-6.5,4.25],[-7.5,4.25]],"c":true},"ix":2},"nm":"Mask 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.5,2.75],[-6.5,2.75],[-6.5,-0.25],[-7.5,-0.25]],"c":true},"ix":2},"nm":"Mask 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.5,-2.25],[-6.5,-2.25],[-6.5,-5.25],[-7.5,-5.25]],"c":true},"ix":2},"nm":"Mask 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.5,-6.75],[-6.5,-6.75],[-6.5,-9.75],[-7.5,-9.75]],"c":true},"ix":2},"nm":"Mask 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-0.276,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0.277],[0,0],[0,0],[0,0],[0,0]],"v":[[-6.5,8.75],[-7.5,8.75],[-7.5,10.25],[-7,10.75],[-5.5,10.75],[-5.5,9.75],[-6.5,9.75]],"c":true},"ix":2},"nm":"Mask 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.5,10.75],[5,10.75],[5,9.75],[1.5,9.75]],"c":true},"ix":2},"nm":"Mask 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-4,10.75],[-0.5,10.75],[-0.5,9.75],[-4,9.75]],"c":true},"ix":2},"nm":"Mask 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0.277],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0.276,0],[0,0],[0,0],[0,0]],"v":[[7.5,9.75],[6.5,9.75],[6.5,10.75],[8,10.75],[8.5,10.25],[8.5,8.75],[7.5,8.75]],"c":true},"ix":2},"nm":"Mask 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.5,7.25],[8.5,7.25],[8.5,4.75],[7.5,4.75]],"c":true},"ix":2},"nm":"Mask 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":11,"ty":"sh","ix":12,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.5,-1.25],[8.5,-1.25],[8.5,-3.75],[7.5,-3.75]],"c":true},"ix":2},"nm":"Mask 12","mn":"ADBE Vector Shape - Group","hd":false},{"ind":12,"ty":"sh","ix":13,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.5,3.25],[8.5,3.25],[8.5,0.25],[7.5,0.25]],"c":true},"ix":2},"nm":"Mask 13","mn":"ADBE Vector Shape - Group","hd":false},{"ind":13,"ty":"sh","ix":14,"ks":{"a":0,"k":{"i":[[0.095,0.093],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.133]],"v":[[8.352,-7.156],[7.287,-8.213],[6.583,-7.503],[6.85,-7.238],[4.995,-7.219],[5.005,-6.219],[7.5,-6.245],[7.5,-5.25],[8.5,-5.25],[8.5,-6.802]],"c":true},"ix":2},"nm":"Mask 14","mn":"ADBE Vector Shape - Group","hd":false},{"ind":14,"ty":"sh","ix":15,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-4,-12.25],[-1,-12.25],[-1,-13.25],[-4,-13.25]],"c":true},"ix":2},"nm":"Mask 15","mn":"ADBE Vector Shape - Group","hd":false},{"ind":15,"ty":"sh","ix":16,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[6.26,-9.23],[4.208,-11.264],[3.505,-10.555],[5.557,-8.52]],"c":true},"ix":2},"nm":"Mask 16","mn":"ADBE Vector Shape - Group","hd":false},{"ind":16,"ty":"sh","ix":17,"ks":{"a":0,"k":{"i":[[-0.276,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.277]],"v":[[-7,-13.25],[-5.5,-13.25],[-5.5,-12.25],[-6.5,-12.25],[-6.5,-11.25],[-7.5,-11.25],[-7.5,-12.75]],"c":true},"ix":2},"nm":"Mask 17","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.678431391716,0.678431391716,0.678431391716,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false}],"ip":0,"op":100,"st":0,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/MiterLimit.json b/ohos/flutter_lottie/assets/Tests/MiterLimit.json new file mode 100644 index 0000000000000000000000000000000000000000..a3d42583d159f936eef55336f5bb5827e688a937 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/MiterLimit.json @@ -0,0 +1 @@ +{"v":"4.11.1","fr":60,"ip":0,"op":180,"w":300,"h":300,"nm":"miter","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[150,150,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0]],"o":[[0,0]],"v":[[80,153]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.928262987324,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0]],"o":[[0,0]],"v":[[105,78]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":13,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.928262987324,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-63.432,-124.568],[37.568,62.568],[-61.568,61.568]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":13,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0,0,0,1,0.5,0,0,0.5,1,0,0,0,0,0.5,0.5,0.375,1,0.25],"ix":8}},"s":{"a":0,"k":[0,0],"ix":4},"e":{"a":0,"k":[100,0],"ix":5},"t":1,"lc":1,"lj":1,"ml":4,"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"st","c":{"a":0,"k":[1,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":13,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[3.568,12.568],"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,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/Multiline.json b/ohos/flutter_lottie/assets/Tests/Multiline.json new file mode 100644 index 0000000000000000000000000000000000000000..29c79e5aa6fa2178c83d32f900af5a93a5b57279 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/Multiline.json @@ -0,0 +1 @@ +{"v":"5.9.6","fr":29.9700012207031,"ip":0,"op":180.00000733155,"w":1920,"h":1080,"nm":"Multiline 2","ddd":0,"assets":[],"fonts":{"list":[{"fName":"Helvetica","fFamily":"Helvetica","fStyle":"Regular","ascent":71.8994140625}]},"layers":[{"ddd":0,"ind":1,"ty":5,"nm":"Point","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[44,724,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"t":{"d":{"k":[{"s":{"s":60,"f":"Helvetica","t":"Point","ca":0,"j":0,"tr":0,"lh":89,"ls":0,"fc":[0,0,0]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":180.00000733155,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":2,"ty":5,"nm":"Paragraph","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[44,208,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"t":{"d":{"k":[{"s":{"s":60,"f":"Helvetica","t":"Paragraph","ca":0,"j":0,"tr":0,"lh":89,"ls":0,"fc":[0,0,0]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":180.00000733155,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":3,"ty":5,"nm":"ABC & DEF 6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[424,663,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"t":{"d":{"k":[{"s":{"s":119,"f":"Helvetica","t":"ABC\u0003D\rE","ca":0,"j":0,"tr":0,"lh":89,"ls":0,"fc":[0,0,0]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":180.00000733155,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[544,580,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[32.289,84.371,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[885.37,241.53],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"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,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":[13.837,159.727],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,144.052],"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":0,"op":180.00000733155,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":5,"ty":5,"nm":"ABC & DEF 5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1151,663,0],"ix":2,"l":2},"a":{"a":0,"k":[133,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"t":{"d":{"k":[{"s":{"s":119,"f":"Helvetica","t":"ABC\u0003D\rE","ca":0,"j":2,"tr":0,"lh":89,"ls":0,"fc":[0,0,0]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":180.00000733155,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1016,580,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[32.289,84.371,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[885.37,241.53],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"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,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":[13.837,159.727],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,144.052],"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":0,"op":180.00000733155,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":7,"ty":5,"nm":"ABC & DEF 4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1751,663,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"t":{"d":{"k":[{"s":{"s":119,"f":"Helvetica","t":"ABC\u0003D\rE","ca":0,"j":1,"tr":0,"lh":89,"ls":0,"fc":[0,0,0]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":180.00000733155,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1616,580,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[32.289,84.371,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[885.37,241.53],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"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,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":[13.837,159.727],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,144.052],"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":0,"op":180.00000733155,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":9,"ty":5,"nm":"ABC & DEF 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1751,151,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"t":{"d":{"k":[{"s":{"sz":[266,339],"ps":[-266,-85.560302734375],"s":119,"f":"Helvetica","t":"ABC\u0003D\rE","ca":0,"j":1,"tr":0,"lh":89,"ls":0,"fc":[0,0,0]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":180.00000733155,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Shape Layer 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1616,68,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[32.289,84.371,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[885.37,241.53],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"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,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":[13.837,159.727],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,144.052],"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":0,"op":180.00000733155,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":11,"ty":5,"nm":"ABC & DEF 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1151,151,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"t":{"d":{"k":[{"s":{"sz":[266,339],"ps":[-266,-85.560302734375],"s":119,"f":"Helvetica","t":"ABC\u0003D\rE","ca":0,"j":2,"tr":0,"lh":89,"ls":0,"fc":[0,0,0]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":180.00000733155,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Shape Layer 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1016,68,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[32.289,84.371,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[885.37,241.53],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"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,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":[13.837,159.727],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,144.052],"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":0,"op":180.00000733155,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":13,"ty":5,"nm":"ABC & DEF","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[682,151,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"t":{"d":{"k":[{"s":{"sz":[266,339],"ps":[-266,-85.560302734375],"s":119,"f":"Helvetica","t":"ABC\u0003D\rE","ca":0,"j":0,"tr":0,"lh":89,"ls":0,"fc":[0,0,0]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":180.00000733155,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[544,68,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[32.289,84.371,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[885.37,241.53],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"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,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":[13.837,159.727],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,144.052],"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":0,"op":180.00000733155,"st":0,"ct":1,"bm":0}],"markers":[],"chars":[{"ch":"A","size":119,"style":"Regular","w":66.7,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[21.973,-29.395],[33.545,-61.084],[44.434,-29.395]],"c":true},"ix":2},"nm":"A","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[1.465,0],[11.426,0],[19.189,-21.484],[47.559,-21.484],[54.834,0],[65.479,0],[39.453,-71.729],[28.467,-71.729]],"c":true},"ix":2},"nm":"A","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"A","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"},{"ch":"B","size":119,"style":"Regular","w":66.7,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-2.171,-0.911],[0,-4.688],[3.618,-1.79],[4.144,0]],"o":[[0,0],[0,0],[4.276,0],[3.848,1.628],[0,4.655],[-2.303,1.14],[0,0]],"v":[[16.895,-41.406],[16.895,-63.623],[34.41,-63.623],[44.081,-62.256],[49.854,-52.783],[44.426,-43.115],[34.756,-41.406]],"c":true},"ix":2},"nm":"B","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-2.498,-1.009],[0,-5.208],[1.61,-2.18],[6.013,0]],"o":[[0,0],[0,0],[4.108,0],[4.699,1.888],[0,3.093],[-2.563,3.451],[0,0]],"v":[[16.895,-8.301],[16.895,-33.545],[36.364,-33.545],[46.272,-32.031],[53.32,-21.387],[50.905,-13.477],[38.04,-8.301]],"c":true},"ix":2},"nm":"B","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-4.356,5.599],[0,4.623],[3.223,3.125],[3.678,1.4],[-1.335,1.53],[0,4.525],[2.097,2.962],[8.453,0],[0,0]],"o":[[0,0],[9.498,0],[2.914,-3.743],[0,-5.501],[-1.823,-1.758],[2.506,-1.27],[2.571,-2.897],[0,-3.873],[-3.572,-5.013],[0,0],[0,0]],"v":[[7.373,0],[37.883,0],[58.665,-8.398],[63.037,-20.947],[58.203,-33.887],[49.951,-38.623],[55.713,-42.822],[59.57,-53.955],[56.425,-64.209],[38.387,-71.729],[7.373,-71.729]],"c":true},"ix":2},"nm":"B","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"B","np":6,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"},{"ch":"C","size":119,"style":"Regular","w":72.22,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.976,0],[5.984,-7.361],[0,-10.586],[-7.368,-6.677],[-8.237,0],[-5.631,6.152],[-0.837,7.552],[0,0],[1.95,-2.897],[7.035,0],[3.853,5.229],[0,8.406],[-4.268,4.968],[-6.937,0],[-3.149,-2.702],[-1.055,-4.622],[0,0],[4.955,4.785]],"o":[[-10.521,0],[-5.534,6.776],[0,13.942],[5.598,5.049],[9.557,0],[4.697,-5.11],[0,0],[-0.96,4.72],[-3.677,5.502],[-7.642,0],[-3.854,-5.229],[0,-10.262],[4.268,-4.968],[5.69,0],[3.149,2.702],[0,0],[-0.547,-6.087],[-4.955,-4.785]],"v":[[37.453,-73.682],[12.695,-62.64],[4.395,-36.597],[15.447,-5.669],[36.201,1.904],[58.984,-7.324],[67.285,-26.318],[57.812,-26.318],[53.448,-14.893],[37.379,-6.641],[20.135,-14.484],[14.355,-34.936],[20.757,-57.782],[37.564,-65.234],[50.823,-61.182],[57.129,-50.195],[66.602,-50.195],[58.349,-66.504]],"c":true},"ix":2},"nm":"C","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"C","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"},{"ch":"\u0003","size":119,"style":"Regular","w":0,"fFamily":"Helvetica"},{"ch":"D","size":119,"style":"Regular","w":72.22,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-3.454,-4.915],[0,-8.887],[0.478,-2.702],[1.878,-2.897],[3.692,-1.27],[3.214,0]],"o":[[0,0],[0,0],[7.671,0],[3.453,4.916],[0,2.312],[-0.828,4.525],[-2.356,3.613],[-2.069,0.684],[0,0]],"v":[[17.871,-8.301],[17.871,-63.379],[34.725,-63.379],[51.411,-56.006],[56.592,-35.303],[55.875,-27.783],[51.817,-16.65],[42.746,-9.326],[34.821,-8.301]],"c":true},"ix":2},"nm":"D","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-4.979,10.873],[0,7.617],[4.786,6.316],[9.734,0],[0,0]],"o":[[0,0],[12.142,0],[2.827,-6.152],[0,-9.863],[-5.365,-6.998],[0,0],[0,0]],"v":[[8.057,0],[36.63,0],[62.312,-16.309],[66.553,-36.963],[59.373,-61.23],[36.726,-71.729],[8.057,-71.729]],"c":true},"ix":2},"nm":"D","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"D","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"},{"ch":"\r","size":119,"style":"Regular","w":0,"fFamily":"Helvetica"},{"ch":"E","size":119,"style":"Regular","w":66.7,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[8.545,0],[61.328,0],[61.328,-8.545],[18.018,-8.545],[18.018,-32.861],[57.373,-32.861],[57.373,-41.162],[18.018,-41.162],[18.018,-62.939],[60.596,-62.939],[60.596,-71.729],[8.545,-71.729]],"c":true},"ix":2},"nm":"E","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"E","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"},{"ch":"P","size":60,"style":"Regular","w":66.7,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[-3.482,4.15],[0,5.599],[3.902,3.597],[6.345,0],[0,0]],"o":[[0,0],[0,0],[0,0],[7.175,0],[3.481,-4.15],[0,-6.51],[-3.902,-3.596],[0,0],[0,0]],"v":[[8.545,0],[18.262,0],[18.262,-30.322],[40.659,-30.322],[56.643,-36.548],[61.865,-51.172],[56.013,-66.333],[40.643,-71.729],[8.545,-71.729]],"c":true},"ix":2},"nm":"P","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,-5.273],[2.699,-1.855],[4.33,0],[0,0],[0,0],[0,0],[-2.133,-1.009]],"o":[[0,4.688],[-2.699,1.855],[0,0],[0,0],[0,0],[3.716,0],[3.878,1.888]],"v":[[52.051,-51.123],[48.003,-41.309],[37.459,-38.525],[18.262,-38.525],[18.262,-63.379],[37.459,-63.379],[46.233,-61.865]],"c":true},"ix":2},"nm":"P","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"P","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"},{"ch":"a","size":60,"style":"Regular","w":55.62,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,2.533],[-2.718,1.527],[-3.184,0.423],[0,0],[-1.689,0.458],[-1.073,0.686],[0,0],[4.883,-2.373],[3.092,0],[1.855,1.462]],"o":[[0,-3.345],[1.604,-0.909],[0,0],[1.624,-0.195],[1.689,-0.457],[0,0],[0,5.396],[-2.898,1.43],[-2.539,0],[-1.855,-1.462]],"v":[[13.184,-13.897],[17.261,-21.204],[24.443,-23.203],[29.755,-23.885],[34.725,-24.863],[38.867,-26.578],[38.867,-19.509],[31.543,-7.858],[22.559,-5.713],[15.967,-7.905]],"c":true},"ix":2},"nm":"a","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[3.027,-2.666],[0,-4.844],[-3.076,-2.942],[-4.851,0],[-3.353,1.724],[-1.791,2.344],[-0.716,-1.139],[-3.027,0],[-0.716,0.098],[-1.367,0.391],[0,0],[0.488,-0.049],[0.391,0],[0.374,0.552],[0,0.912],[0,0],[3.804,2.344],[6.145,0],[4.015,-2.53],[0.163,-6.464],[0,0],[-1.072,1.375],[-4.581,0],[-2.128,-1.356],[0,-3.006],[0.39,-0.784],[2.018,-0.259]],"o":[[-4.916,0.618],[-3.027,2.666],[0,4.422],[3.076,2.942],[4.036,0],[3.352,-1.725],[0.293,2.083],[1.367,2.148],[1.237,0],[0.716,-0.098],[0,0],[-0.554,0.098],[-0.488,0.049],[-1.205,0],[-0.375,-0.552],[0,0],[0,-4.948],[-3.837,-2.344],[-5.299,0],[-4.015,2.53],[0,0],[0.325,-2.715],[1.917,-2.486],[3.963,0],[2.128,1.357],[0,1.471],[-0.684,1.43],[0,0]],"v":[[20.459,-29.893],[8.545,-24.966],[4.004,-13.702],[8.618,-2.656],[20.508,1.758],[31.592,-0.829],[39.307,-6.932],[40.82,-2.099],[47.412,1.123],[50.342,0.977],[53.467,0.244],[53.467,-6.249],[51.904,-6.03],[50.586,-5.957],[48.218,-6.786],[47.656,-8.982],[47.656,-39.111],[41.95,-50.049],[26.978,-53.564],[13.005,-49.77],[6.738,-36.279],[14.941,-36.279],[17.036,-42.413],[26.783,-46.143],[35.919,-44.109],[39.111,-37.565],[38.526,-34.183],[34.473,-31.648]],"c":true},"ix":2},"nm":"a","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"a","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"},{"ch":"r","size":60,"style":"Regular","w":33.3,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-2.377,2.849],[-4.427,0],[-0.439,-0.032],[-0.521,-0.098],[0,0],[0.391,0.033],[0.163,0],[2.669,-2.522],[0.684,-1.758],[0,0],[0,0]],"o":[[0,0],[0,0],[0,-3.711],[2.376,-2.848],[0.52,0],[0.439,0.033],[0,0],[-0.945,-0.098],[-0.391,-0.032],[-3.484,0],[-2.67,2.523],[0,0],[0,0],[0,0]],"v":[[6.689,0],[15.479,0],[15.479,-30.078],[19.043,-39.917],[29.248,-44.189],[30.688,-44.141],[32.129,-43.945],[32.129,-53.223],[30.127,-53.418],[29.297,-53.467],[20.068,-49.683],[15.039,-43.262],[15.039,-52.295],[6.689,-52.295]],"c":true},"ix":2},"nm":"r","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"r","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"},{"ch":"g","size":60,"style":"Regular","w":55.62,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.086,0],[4.264,-4.915],[0,-8.756],[-4.231,-4.02],[-5.642,0],[-2.464,1.302],[-1.751,2.67],[1.231,-2.8],[6.702,0],[1.974,1.953],[0.42,2.344],[0,0],[-3.828,-2.523],[-5.613,0],[-3.634,7.096],[0,6.641],[0,0],[0,0],[0,0],[1.653,1.14]],"o":[[-6.031,0],[-4.264,4.916],[0,9.277],[4.231,4.021],[4.053,0],[2.464,-1.302],[0.098,7.195],[-2.072,4.752],[-4.241,0],[-1.263,-1.27],[0,0],[0.455,5.371],[3.828,2.522],[10.089,0],[1.946,-3.841],[0,0],[0,0],[0,0],[-1.719,-2.18],[-3.049,-2.018]],"v":[[24.817,-53.223],[9.374,-45.85],[2.979,-25.342],[9.325,-5.396],[24.136,0.635],[33.912,-1.318],[40.234,-7.275],[38.535,7.715],[25.375,14.844],[16.051,11.914],[13.525,6.494],[4.59,6.494],[11.015,18.335],[25.177,22.119],[45.762,11.475],[48.682,-4.248],[48.682,-51.807],[40.576,-51.807],[40.576,-45.215],[35.518,-50.195]],"c":true},"ix":2},"nm":"g","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,-6.477],[1.425,-3.223],[6.282,0],[2.38,3.076],[0,5.892],[-1.199,3.093],[-6.154,0],[-2.656,-3.125]],"o":[[0,4.297],[-2.559,5.697],[-4.016,0],[-2.38,-3.076],[0,-5.013],[2.267,-5.794],[4.113,0],[2.655,3.125]],"v":[[40.576,-26.367],[38.438,-15.088],[25.177,-6.543],[15.582,-11.157],[12.012,-24.609],[13.809,-36.768],[26.44,-45.459],[36.593,-40.771]],"c":true},"ix":2},"nm":"g","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"g","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"},{"ch":"p","size":60,"style":"Regular","w":55.62,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.115,0],[2.286,5.404],[0,4.037],[-1.208,3.255],[-6.108,0],[-2.287,-5.762],[0,-4.166],[2.727,-3.434]],"o":[[-6.076,0],[-1.208,-2.832],[0,-5.013],[2.254,-6.087],[6.075,0],[1.208,2.995],[0,6.836],[-2.728,3.435]],"v":[[28.516,-5.908],[15.973,-14.014],[14.16,-24.316],[15.973,-36.719],[28.516,-45.85],[41.058,-37.207],[42.871,-26.465],[38.78,-11.06]],"c":true},"ix":2},"nm":"p","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-1.569,-0.977],[-3.954,0],[-3.791,3.092],[0,11.394],[4.144,4.541],[5.94,0],[2.969,-1.953],[1.762,-2.376],[0,0],[0,0]],"o":[[0,0],[0,0],[1.928,2.377],[2.679,1.725],[5.032,0],[5.98,-4.883],[0,-8.43],[-4.145,-4.541],[-4.015,0],[-2.089,1.302],[0,0],[0,0],[0,0]],"v":[[5.713,20.85],[14.502,20.85],[14.502,-5.859],[19.747,-0.83],[29.698,1.758],[42.934,-2.881],[51.904,-27.295],[45.687,-46.753],[30.56,-53.564],[20.084,-50.635],[14.307,-45.117],[14.307,-52.051],[5.713,-52.051]],"c":true},"ix":2},"nm":"p","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"p","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"},{"ch":"h","size":60,"style":"Regular","w":55.62,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-2.962,2.507],[-3.646,0],[-1.595,-2.864],[0,-3.841],[0,0],[0,0],[0,0],[1.465,2.898],[7.584,0],[2.832,-1.855],[2.083,-2.637],[0,0],[0,0]],"o":[[0,0],[0,0],[0,-6.966],[2.962,-2.506],[4.395,0],[0.977,1.791],[0,0],[0,0],[0,0],[0,-5.143],[-2.702,-5.305],[-4.232,0],[-1.66,1.074],[0,0],[0,0],[0,0]],"v":[[6.445,0],[15.234,0],[15.234,-27.734],[19.678,-41.943],[29.59,-45.703],[38.574,-41.406],[40.039,-32.959],[40.039,0],[49.072,0],[49.072,-33.545],[46.875,-45.605],[31.445,-53.564],[20.85,-50.781],[15.234,-45.215],[15.234,-71.973],[6.445,-71.973]],"c":true},"ix":2},"nm":"h","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"h","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"},{"ch":"o","size":60,"style":"Regular","w":55.62,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.761,0],[2.414,3.706],[0,5.56],[-2.414,4.097],[-5.312,0],[-2.446,-4.812],[0,-4.877],[2.141,-4.405]],"o":[[-5.247,0],[-2.414,-3.706],[0,-5.787],[2.414,-4.097],[5.987,0],[1.545,3.056],[0,5.397],[-2.141,4.405]],"v":[[27.026,-5.713],[15.535,-11.272],[11.914,-25.172],[15.535,-39.997],[27.122,-46.143],[39.772,-38.924],[42.09,-27.025],[38.879,-12.321]],"c":true},"ix":2},"nm":"o","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[6.691,0],[4.428,-5.203],[0,-8.781],[-4.202,-4.862],[-7.144,0],[-4.073,5.496],[0,8.424],[4.622,4.488]],"o":[[-7.467,0],[-4.428,5.204],[0,8.196],[4.202,4.862],[8.566,0],[4.073,-5.496],[0,-8.716],[-4.623,-4.488]],"v":[[27.366,-53.809],[9.523,-46.003],[2.881,-25.025],[9.184,-5.437],[26.202,1.855],[45.16,-6.389],[51.27,-27.27],[44.336,-47.076]],"c":true},"ix":2},"nm":"o","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"o","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"},{"ch":"i","size":60,"style":"Regular","w":22.22,"data":{"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":[[6.445,0],[15.381,0],[15.381,-52.051],[6.445,-52.051]],"c":true},"ix":2},"nm":"i","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[6.445,-61.768],[15.381,-61.768],[15.381,-71.729],[6.445,-71.729]],"c":true},"ix":2},"nm":"i","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"i","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"},{"ch":"n","size":60,"style":"Regular","w":55.62,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-0.439,1.839],[-1.465,1.726],[-2.409,0.716],[-2.084,0],[-1.562,-3.255],[0,-3.19],[0,0],[0,0],[0,0],[1.432,2.832],[7.422,0],[2.766,-1.334],[2.473,-3.059],[0,0],[0,0]],"o":[[0,0],[0,0],[0,-3.418],[0.439,-1.839],[1.823,-2.148],[1.334,-0.423],[4.102,0],[0.944,1.953],[0,0],[0,0],[0,0],[0,-5.273],[-2.605,-5.176],[-3.386,0],[-2.767,1.335],[0,0],[0,0],[0,0]],"v":[[6.445,0],[15.234,0],[15.234,-27.393],[15.894,-35.278],[18.75,-40.625],[25.098,-44.922],[30.225,-45.557],[38.721,-40.674],[40.137,-32.959],[40.137,0],[49.072,0],[49.072,-33.545],[46.924,-45.703],[31.885,-53.467],[22.656,-51.465],[14.795,-44.873],[14.795,-52.295],[6.445,-52.295]],"c":true},"ix":2},"nm":"n","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"n","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"},{"ch":"t","size":60,"style":"Regular","w":27.78,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[-1.465,-2.1],[-4.102,0],[-1.091,0.13],[-1.009,0.293],[0,0],[0.488,-0.021],[0.423,0],[0.684,0.359],[0,1.823],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,3.353],[1.465,2.1],[1.27,0],[1.09,-0.13],[0,0],[-0.652,0.087],[-0.488,0.021],[-1.595,0],[-1.237,-0.618],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[8.203,-52.295],[1.123,-52.295],[1.123,-45.117],[8.203,-45.117],[8.203,-10.498],[10.4,-2.319],[18.75,0.83],[22.29,0.635],[25.439,0],[25.439,-6.982],[23.73,-6.819],[22.363,-6.787],[18.945,-7.324],[17.09,-10.986],[17.09,-45.117],[25.439,-45.117],[25.439,-52.295],[17.09,-52.295],[17.09,-66.895],[8.203,-66.895]],"c":true},"ix":2},"nm":"t","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"t","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/OpacityStops.json b/ohos/flutter_lottie/assets/Tests/OpacityStops.json new file mode 100644 index 0000000000000000000000000000000000000000..ef5a8f775c73963a548b18545911907b91e2a3c9 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/OpacityStops.json @@ -0,0 +1,494 @@ +{ + "tgs": 1, + "v": "5.5.2", + "fr": 60, + "ip": 0, + "op": 180, + "w": 512, + "h": 512, + "nm": "02_ricl_klass - 3:00", + "ddd": 0, + "assets": [], + "layers": [ + { + "ddd": 0, + "ind": 6, + "ty": 4, + "parent": 5, + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": -105, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": -104, + "s": [ + 100 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 34, + "s": [ + 100 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 35, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 75, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 76, + "s": [ + 100 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 214, + "s": [ + 100 + ] + }, + { + "t": 215, + "s": [ + 0 + ] + } + ] + }, + "p": { + "a": 0, + "k": [ + 0, + -0.031, + 0 + ] + }, + "a": { + "a": 0, + "k": [ + -87, + -18.182, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 50, + 33, + 100 + ] + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 213, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 571.25, + -298.22 + ], + [ + -192.5, + -267.902 + ], + [ + -182.875, + 510.152 + ], + [ + 575.125, + 547.848 + ] + ], + "c": true + } + ] + }, + { + "t": 214, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 122.25, + -242.159 + ], + [ + -192.5, + -267.902 + ], + [ + -181.875, + 178.333 + ], + [ + 175.125, + 141.788 + ] + ], + "c": true + } + ] + } + ] + }, + "hd": false + }, + { + "ty": "gf", + "o": { + "a": 0, + "k": 100 + }, + "r": 1, + "bm": 0, + "g": { + "p": 5, + "k": { + "a": 0, + "k": [ + 0.832, + 0.275, + 0.89, + 0.086, + + 0.86, + 0.275, + 0.89, + 0.086, + + 0.887, + 0.275, + 0.89, + 0.086, + + 0.944, + 0.275, + 0.89, + 0.086, + + 1, + 0.275, + 0.89, + 0.086, + + 0.65, + 0, + + 0.785, + 0.5, + + 0.84, + 1, + + 0.862, + 1, + + 0.885, + 1, + + 0.896, + 0.5, + + 0.908, + 0 + ] + } + }, + "s": { + "a": 0, + "k": [ + 457.898, + -71.143 + ] + }, + "e": { + "a": 0, + "k": [ + -182.411, + -47.941 + ] + }, + "t": 2, + "h": { + "a": 0, + "k": 0 + }, + "a": { + "a": 0, + "k": 97.679 + }, + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ] + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ] + }, + "r": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100 + }, + "sk": { + "a": 0, + "k": 0 + }, + "sa": { + "a": 0, + "k": 0 + } + } + ], + "bm": 0, + "hd": false + } + ], + "ip": 0, + "op": 180, + "st": -120, + "bm": 0 + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/OverlapShapeWithOpacity.json b/ohos/flutter_lottie/assets/Tests/OverlapShapeWithOpacity.json new file mode 100644 index 0000000000000000000000000000000000000000..4711d7c0a1a0c12d73a0c0f8fdcf5ab2425792a1 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/OverlapShapeWithOpacity.json @@ -0,0 +1 @@ +{"v":"5.5.7","fr":60,"ip":0,"op":120,"w":750,"h":750,"nm":"overlap-opacity-test-root","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"red","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[400,355,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[300,300],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":0,"ix":4},"nm":"長方形パス 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"塗り 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-92,103.941],"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":"トランスフォーム"}],"nm":"長方形 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"blue","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[335,400,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[300,300],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":0,"ix":4},"nm":"長方形パス 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"塗り 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[121,-92.02],"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":"トランスフォーム"}],"nm":"長方形 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"overlap-opacity-test","refId":"comp_0","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":60,"s":[0]},{"t":120,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[375,375,0],"ix":2},"a":{"a":0,"k":[375,375,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":750,"h":750,"ip":0,"op":120,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/Parenting.json b/ohos/flutter_lottie/assets/Tests/Parenting.json new file mode 100644 index 0000000000000000000000000000000000000000..bfd2dbfbdedb467d6173d8cba83d93af1ae4cf01 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/Parenting.json @@ -0,0 +1 @@ +{"v":"4.5.7","fr":60,"ip":0,"op":122,"w":100,"h":100,"ddd":0,"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Ball 3","parent":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[38.44,92.25,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[43.12,43.12,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[22.068,22.068]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0,0.82,0.76,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":122,"st":-83,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":1,"nm":"Null 1","ks":{"o":{"a":0,"k":0},"r":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0_1_0p167_0p167"],"t":61,"s":[0],"e":[40]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[1],"y":[0]},"n":["0p833_0p833_1_0"],"t":91,"s":[40],"e":[0]},{"t":121}]},"p":{"a":0,"k":[50,17.75,0]},"a":{"a":0,"k":[60,60,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"sw":120,"sh":120,"sc":"#ffffff","ip":61,"op":122,"st":-59,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":3,"nm":"Middle","ks":{"o":{"a":0,"k":0},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":0,"s":[49.904,50,0],"e":[51.404,50,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":3,"s":[51.404,50,0],"e":[49.904,50,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[49.904,50,0],"e":[49.904,50,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":61,"s":[49.904,50,0],"e":[48.404,50,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":63,"s":[48.404,50,0],"e":[49.904,50,0],"to":[0,0,0],"ti":[0,0,0]},{"t":73}]},"a":{"a":0,"k":[60,60,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"ip":0,"op":122,"st":-59,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":3,"nm":"MidLeft","parent":2,"ks":{"o":{"a":0,"k":0},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":0,"s":[49.268,60,0],"e":[49.268,60,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0.333},"n":"0p833_0p833_0p333_0p333","t":3,"s":[49.268,60,0],"e":[49.268,60,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[49.268,60,0],"e":[49.268,60,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":61,"s":[49.268,60,0],"e":[47.018,60,0],"to":[-0.375,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":64,"s":[47.018,60,0],"e":[49.268,60,0],"to":[0,0,0],"ti":[-0.375,0,0]},{"t":73}]},"a":{"a":0,"k":[60,60,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"ip":0,"op":122,"st":-59,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Ball 2","parent":3,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[60,60,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[43.12,43.12,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[22.068,22.068]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0,0.82,0.76,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":122,"st":-83,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":3,"nm":"RIghtLeft","parent":2,"ks":{"o":{"a":0,"k":0},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":0,"s":[70.732,60,0],"e":[73.482,60,0],"to":[0.45833334326744,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":3,"s":[73.482,60,0],"e":[70.732,60,0],"to":[0,0,0],"ti":[0.45833334326744,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[70.732,60,0],"e":[70.732,60,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":61,"s":[70.732,60,0],"e":[70.732,60,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":64,"s":[70.732,60,0],"e":[70.732,60,0],"to":[0,0,0],"ti":[0,0,0]},{"t":73}]},"a":{"a":0,"k":[60,60,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"ip":0,"op":122,"st":-59,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Ball 4","parent":5,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[60,60,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[43.12,43.12,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[22.068,22.068]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0,0.82,0.76,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":122,"st":-83,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":3,"nm":"Mid","parent":2,"ks":{"o":{"a":0,"k":0},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":0,"s":[60,60,0],"e":[61.5,60,0],"to":[0.25,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":3,"s":[61.5,60,0],"e":[60,60,0],"to":[0,0,0],"ti":[0.25,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[60,60,0],"e":[60,60,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":61,"s":[60,60,0],"e":[59.5,60,0],"to":[-0.08333333581686,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":64,"s":[59.5,60,0],"e":[60,60,0],"to":[0,0,0],"ti":[-0.08333333581686,0,0]},{"t":73}]},"a":{"a":0,"k":[60,60,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"ip":0,"op":122,"st":-59,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Ball","parent":7,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[60,60,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[43.12,43.12,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[22.068,22.068]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0,0.82,0.76,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":122,"st":-83,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Ball 5","parent":10,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[81.367,92.25,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[43.12,43.12,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[22.068,22.068]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0,0.82,0.76,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":122,"st":-83,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":1,"nm":"Null 1","ks":{"o":{"a":0,"k":0},"r":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0_1_0p167_0p167"],"t":0,"s":[0],"e":[-40]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[1],"y":[0]},"n":["0p833_0p833_1_0"],"t":30,"s":[-40],"e":[0]},{"t":61}]},"p":{"a":0,"k":[50,17.75,0]},"a":{"a":0,"k":[60,60,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"sw":120,"sh":120,"sc":"#ffffff","ip":0,"op":61,"st":-59,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":1,"nm":"White Solid 1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[50,50,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"sw":100,"sh":100,"sc":"#ffffff","ip":0,"op":122,"st":-59,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/PrecompBlur.json b/ohos/flutter_lottie/assets/Tests/PrecompBlur.json new file mode 100644 index 0000000000000000000000000000000000000000..ab41c540500a5ecd41653818b2fe3e443107aec2 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/PrecompBlur.json @@ -0,0 +1 @@ +{"v":"5.7.7","fr":29.9700012207031,"ip":0,"op":178.000007250089,"w":375,"h":375,"nm":"LottieLogoPrecomp","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":1,"nm":"MASTER","sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[214.457,347.822,0],"ix":2,"l":2},"a":{"a":0,"k":[60,60,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"sw":120,"sh":120,"sc":"#ffffff","ip":11.9880004882813,"op":178.821007283529,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"S5-Y 4","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-89.1,"ix":10},"p":{"a":0,"k":[53.205,131.606,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,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]],"o":[[0,0],[0,0]],"v":[[142.038,29.278],[131.282,21.807]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":75.924,"s":[87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":78.921,"s":[50.633]},{"t":82.9170033772786,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":75.924,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":78.921,"s":[75.856]},{"t":82.9170033772786,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"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":75.9240030924479,"op":83.9160034179687,"st":39.9600016276042,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"S4-Y 4","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-89.1,"ix":10},"p":{"a":0,"k":[53.205,131.606,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,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]],"o":[[0,0],[0,0]],"v":[[142.183,-5.112],[130.029,5.016]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":75.924,"s":[87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":78.921,"s":[43.833]},{"t":82.9170033772786,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":75.924,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":78.921,"s":[66.356]},{"t":82.9170033772786,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"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":75.9240030924479,"op":83.9160034179687,"st":39.9600016276042,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"S3-Y 4","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-89.1,"ix":10},"p":{"a":0,"k":[53.205,131.606,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,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]],"o":[[0,0],[0,0]],"v":[[147.699,13.025],[133.195,13.21]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":75.924,"s":[87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":78.921,"s":[42.133]},{"t":82.9170033772786,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":75.924,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":78.921,"s":[66.356]},{"t":82.9170033772786,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"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":75.9240030924479,"op":83.9160034179687,"st":39.9600016276042,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"S5-Y 3","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":97.9,"ix":10},"p":{"a":0,"k":[58.205,-39.394,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,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]],"o":[[0,0],[0,0]],"v":[[145.677,22.22],[134.922,14.749]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":74.925,"s":[87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":77.922,"s":[50.633]},{"t":81.9180033365885,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":74.925,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":77.922,"s":[75.856]},{"t":81.9180033365885,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"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":74.9250030517578,"op":82.9170033772786,"st":38.9610015869141,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"S4-Y 3","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":97.9,"ix":10},"p":{"a":0,"k":[58.205,-39.394,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,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]],"o":[[0,0],[0,0]],"v":[[144.429,-5.397],[132.275,4.731]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":74.925,"s":[87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":77.922,"s":[43.833]},{"t":81.9180033365885,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":74.925,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":77.922,"s":[66.356]},{"t":81.9180033365885,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"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":74.9250030517578,"op":82.9170033772786,"st":38.9610015869141,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"S3-Y 3","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":97.9,"ix":10},"p":{"a":0,"k":[58.205,-39.394,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,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]],"o":[[0,0],[0,0]],"v":[[149.624,8.244],[136.648,10.156]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":74.925,"s":[87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":77.922,"s":[42.133]},{"t":81.9180033365885,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":74.925,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":77.922,"s":[66.356]},{"t":81.9180033365885,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"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":74.9250030517578,"op":82.9170033772786,"st":38.9610015869141,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"S13","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[25.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,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]],"o":[[0,0],[0,0]],"v":[[128,3.65],[78.25,3.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":84.915,"s":[87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":89.91,"s":[21.233]},{"t":93.9060038248698,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":84.915,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":89.91,"s":[66.356]},{"t":93.9060038248698,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":2,"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":84.9150034586589,"op":94.9050038655599,"st":48.9510019938151,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"S12","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[25.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,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]],"o":[[0,0],[0,0]],"v":[[119.25,-20.05],[63.5,-20.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":83.916,"s":[87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":86.913,"s":[21.233]},{"t":90.9090037027995,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":83.916,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":86.913,"s":[66.356]},{"t":90.9090037027995,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":2,"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":83.9160034179687,"op":93.9060038248698,"st":47.952001953125,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"S11","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[25.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,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]],"o":[[0,0],[0,0]],"v":[[119.5,-45.05],[82.75,-44.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":79.92,"s":[87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":82.917,"s":[21.233]},{"t":86.9130035400391,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":79.92,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":82.917,"s":[66.356]},{"t":86.9130035400391,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":2,"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":79.9200032552083,"op":89.9100036621094,"st":43.9560017903646,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"S5-Y 2","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[25.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,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]],"o":[[0,0],[0,0]],"v":[[169.5,18.073],[137.481,11.365]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":96.903,"s":[87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":99.9,"s":[50.633]},{"t":106.893004353841,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":96.903,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":99.9,"s":[75.856]},{"t":106.893004353841,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"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":96.9030039469401,"op":106.893004353841,"st":60.9390024820963,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"S4-Y 2","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[25.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,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]],"o":[[0,0],[0,0]],"v":[[156.45,-23.05],[132,2.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":96.903,"s":[87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":99.9,"s":[43.833]},{"t":106.893004353841,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":96.903,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":99.9,"s":[66.356]},{"t":106.893004353841,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"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":96.9030039469401,"op":106.893004353841,"st":60.9390024820963,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"S3-Y 2","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[25.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,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]],"o":[[0,0],[0,0]],"v":[[166.731,-7.927],[136.731,7.115]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":96.903,"s":[87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":99.9,"s":[42.133]},{"t":106.893004353841,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":96.903,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":99.9,"s":[66.356]},{"t":106.893004353841,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"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":96.9030039469401,"op":106.893004353841,"st":60.9390024820963,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"S6-Y","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[25.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,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]],"o":[[0,0],[0,0]],"v":[[-87.5,20.95],[-48.75,54.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":53.946,"s":[87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":56.943,"s":[43.933]},{"t":63.9360026041667,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":53.946,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":56.943,"s":[70.456]},{"t":63.9360026041667,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"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":53.9460021972656,"op":63.9360026041667,"st":17.9820007324219,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"S5-Y","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[25.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,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]],"o":[[0,0],[0,0]],"v":[[-94.5,37.073],[-48.769,55.365]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":53.946,"s":[87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":56.943,"s":[50.633]},{"t":63.9360026041667,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":53.946,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":56.943,"s":[75.856]},{"t":63.9360026041667,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"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":53.9460021972656,"op":63.9360026041667,"st":17.9820007324219,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"S4-Y","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[25.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,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]],"o":[[0,0],[0,0]],"v":[[7.45,21.95],[-32.75,55.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":53.946,"s":[87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":56.943,"s":[43.833]},{"t":63.9360026041667,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":53.946,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":56.943,"s":[66.356]},{"t":63.9360026041667,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"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":53.9460021972656,"op":63.9360026041667,"st":17.9820007324219,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"S3-Y","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[25.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,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]],"o":[[0,0],[0,0]],"v":[[16.231,39.073],[-32.769,57.365]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":53.946,"s":[87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":56.943,"s":[42.133]},{"t":63.9360026041667,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":53.946,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":56.943,"s":[66.356]},{"t":63.9360026041667,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"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":53.9460021972656,"op":63.9360026041667,"st":17.9820007324219,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"S8","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[25.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,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.148,14.256],[10.476,0],[0,0]],"o":[[0,0],[-8.551,-8.263],[-21.454,0],[0,0]],"v":[[-3,35.95],[-1.352,-6.756],[-32.046,-20.579],[-42.25,4.25]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":64.935,"s":[87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":69.93,"s":[21.233]},{"t":74.9250030517578,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":64.935,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":69.93,"s":[66.356]},{"t":74.9250030517578,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":2,"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":64.9350026448568,"op":74.9250030517578,"st":28.971001180013,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"S7","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[25.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,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":[[27,1.45],[31.046,-1.421],[0,0]],"o":[[-27,-1.45],[-26.426,1.21],[0,0]],"v":[[34.5,-13.05],[-35.046,-35.579],[-62.25,-5.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":64.935,"s":[87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":69.93,"s":[21.233]},{"t":74.9250030517578,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":64.935,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":69.93,"s":[66.356]},{"t":74.9250030517578,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":2,"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":64.9350026448568,"op":74.9250030517578,"st":28.971001180013,"bm":0},{"ddd":0,"ind":20,"ty":4,"nm":"S2-Y","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[25.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,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],[1.9,-10.768],[1,-19]],"o":[[0,0],[-3.167,17.951],[-1,19]],"v":[[-67.25,-105.5],[-72.333,-84.201],[-76.5,-37.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":28.971,"s":[87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":32.967,"s":[25.333]},{"t":35.9640014648437,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":28.971,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":32.967,"s":[69.056]},{"t":35.9640014648437,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":2,"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":29.9700012207031,"op":36.9630015055339,"st":-6.99300028483073,"bm":0},{"ddd":0,"ind":21,"ty":4,"nm":"S1-Y","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[25.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,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],[1.9,-10.768],[1,-19]],"o":[[0,0],[-3.167,17.951],[-1,19]],"v":[[-67.125,-112],[-75.458,-89.951],[-80.375,-39.25]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":28.971,"s":[87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":32.967,"s":[37.533]},{"t":35.9640014648437,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":28.971,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":32.967,"s":[66.356]},{"t":35.9640014648437,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":2,"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":29.9700012207031,"op":36.9630015055339,"st":-6.99300028483073,"bm":0},{"ddd":0,"ind":22,"ty":4,"nm":"Dot1","parent":1,"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.823,"y":0},"t":-2.997,"s":[295.771,108.994,0],"to":[0,0,0],"ti":[0,0,0]},{"t":15.9840006510417,"s":[35.771,108.994,0]}],"ix":2,"l":2},"a":{"a":0,"k":[196.791,266.504,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[9.4,9.4],"ix":2},"p":{"a":0,"k":[0.8,-0.5],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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":[196,267],"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":"Ellipse 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-4.99500020345052,"op":16.9830006917318,"st":-35.9640014648437,"bm":0},{"ddd":0,"ind":23,"ty":4,"nm":"L-B","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[39.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[250,250,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],[25.671,-4.167],[1.456,6.902],[-8.481,1.863],[-47.562,13.01],[-0.501,0.133],[-71.423,-2.315]],"o":[[0,0],[-8.224,1.335],[-1.456,-6.903],[23.817,-5.233],[0.16,-0.044],[0.501,-0.133],[0,0]],"v":[[-8.837,-58.229],[-35.834,33.662],[-51.688,23.148],[-41.174,7.293],[51.797,44.178],[53.188,43.741],[140.394,43.672]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.477999985218,0.528999984264,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9.194,"ix":5},"lc":2,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[166.029,270.643],"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":"Group 8","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.703],"y":[0.821]},"o":{"x":[0.167],"y":[0.167]},"t":17.982,"s":[80]},{"i":{"x":[0.263],"y":[1]},"o":{"x":[0.037],"y":[0.168]},"t":22.977,"s":[50]},{"t":54.9450022379557,"s":[30]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.337],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":17.982,"s":[81]},{"t":28.971001180013,"s":[73.4]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":17.9820007324219,"op":178.821007283529,"st":7.99200032552083,"bm":0},{"ddd":0,"ind":24,"ty":4,"nm":"L-Y","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[39.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[250,250,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],[25.671,-4.167],[1.456,6.902],[-8.481,1.863],[-47.562,13.01],[-0.501,0.133],[-71.423,-2.315]],"o":[[0,0],[-8.224,1.335],[-1.456,-6.903],[23.817,-5.233],[0.16,-0.044],[0.501,-0.133],[0,0]],"v":[[-8.837,-58.229],[-35.834,33.662],[-51.688,23.148],[-41.174,7.293],[51.797,44.178],[53.188,43.741],[140.394,43.672]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":8.4,"ix":5},"lc":2,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[166.029,270.643],"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":"Group 8","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.703],"y":[0.857]},"o":{"x":[0.167],"y":[0.167]},"t":15.984,"s":[80]},{"i":{"x":[0.938],"y":[1]},"o":{"x":[0.333],"y":[0.202]},"t":19.98,"s":[50]},{"t":27.9720011393229,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.337],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":15.984,"s":[81]},{"t":26.9730010986328,"s":[73.4]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":15.9840006510417,"op":178.821007283529,"st":7.99200032552083,"bm":0},{"ddd":0,"ind":25,"ty":1,"nm":"N","parent":1,"sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.26,"y":1},"o":{"x":0.167,"y":0.167},"t":27.972,"s":[-33.667,8.182,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.74,"y":0},"t":39.96,"s":[-33.667,-72.818,0],"to":[0,0,0],"ti":[0,0,0]},{"t":53.9460021972656,"s":[-33.667,102.057,0]}],"ix":2,"l":2},"a":{"a":0,"k":[60,60,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"sw":120,"sh":120,"sc":"#ffffff","ip":27.9720011393229,"op":53.9460021972656,"st":0,"bm":0},{"ddd":0,"ind":26,"ty":4,"nm":"Dot-Y","parent":25,"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":27.972,"s":[39.875,60,0],"to":[6.583,0,0],"ti":[-6.583,0,0]},{"t":53.9460021972656,"s":[79.375,60,0]}],"ix":2,"l":2},"a":{"a":0,"k":[196.791,266.504,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[9.4,9.4],"ix":2},"p":{"a":0,"k":[0.8,-0.5],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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":[196,267],"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":"Ellipse 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":27.9720011393229,"op":53.9460021972656,"st":3.99600016276042,"bm":0},{"ddd":0,"ind":27,"ty":4,"nm":"T1a-B","parent":37,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2,"l":2},"a":{"a":0,"k":[250,250,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.5,9.501],[-0.048,5.655],[0.054,0.06],[0.946,1.486],[-9.967,8.05],[-40.546,0]],"o":[[0.031,-0.594],[0.076,-8.978],[-1.161,-1.3],[-5.939,-9.327],[24.677,-19.929],[0,0]],"v":[[-30.72,63.761],[-30.741,45.192],[-37.397,27.014],[-40.698,22.661],[-37.873,-7.117],[49.506,11.559]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":0,"k":24.9,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.673],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":69.93,"s":[24.9]},{"t":83.9160034179687,"s":[89.1]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9.194,"ix":5},"lc":2,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[227.677,234.375],"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":"Group 9","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":69.9300028483073,"op":178.821007283529,"st":16.9830006917318,"bm":0},{"ddd":0,"ind":28,"ty":4,"nm":"T2a-B","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[39.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[250,250,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]],"o":[[0,0],[0,0]],"v":[[1.681,-29.992],[-1.681,29.992]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.06],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":74.925,"s":[50]},{"t":84.9150034586589,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.06],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":74.925,"s":[50]},{"t":84.9150034586589,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.477999985218,0.528999984264,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9.194,"ix":5},"lc":3,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[277.698,247.258],"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":"Group 7","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":74.9250030517578,"op":178.821007283529,"st":14.9850006103516,"bm":0},{"ddd":0,"ind":29,"ty":4,"nm":"T1a-Y 2","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":55.944,"s":[39.043,48.678,0],"to":[0,0,0],"ti":[0,0,0]},{"t":63.9360026041667,"s":[39.043,45.678,0]}],"ix":2,"l":2},"a":{"a":0,"k":[250,250,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.5,9.501],[-0.048,5.655],[0.054,0.06],[0.946,1.486],[-9.967,8.05],[-40.546,0]],"o":[[0.031,-0.594],[0.076,-8.978],[-1.161,-1.3],[-5.939,-9.327],[24.677,-19.929],[0,0]],"v":[[-30.72,63.761],[-30.741,45.192],[-37.397,27.014],[-40.698,22.661],[-37.873,-7.117],[49.506,11.559]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.301],"y":[0]},"t":53.946,"s":[0]},{"t":69.9300028483073,"s":[24.9]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.301],"y":[0]},"t":53.946,"s":[0]},{"t":77.9220031738281,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.477999985218,0.528999984264,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":8.4,"ix":5},"lc":2,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[227.677,234.375],"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":"Group 9","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":58.9410024007161,"op":178.821007283529,"st":11.9880004882813,"bm":0},{"ddd":0,"ind":30,"ty":4,"nm":"O-B","parent":1,"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":30.969,"s":[-62.792,73.057,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.638,"y":1},"o":{"x":0.167,"y":0.198},"t":35.222,"s":[-53.792,7.557,0],"to":[0,0,0],"ti":[-19.156,1.738,0]},{"i":{"x":0.795,"y":1},"o":{"x":0.523,"y":0},"t":43.956,"s":[-33.667,-72.818,0],"to":[16.208,-1.471,0],"ti":[0,0,0]},{"i":{"x":0.348,"y":1},"o":{"x":0.18,"y":0},"t":53.946,"s":[-14.167,102.182,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.27,"y":1},"o":{"x":0.693,"y":0},"t":62.937,"s":[-14.167,59.182,0],"to":[0,0,0],"ti":[0,0,0]},{"t":72.9270029703776,"s":[-14.167,62.182,0]}],"ix":2,"l":2},"a":{"a":0,"k":[196.791,266.504,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"t":53.946,"s":[3,3]},{"t":60.9390024820963,"s":[44.6,44.6]}],"ix":2},"p":{"a":0,"k":[0.8,-0.5],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.477999985218,0.528999984264,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9.194,"ix":5},"lc":2,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[196,267],"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":"Ellipse 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":53.946,"s":[0]},{"i":{"x":[0.432],"y":[1]},"o":{"x":[0.167],"y":[1.124]},"t":62.937,"s":[30]},{"t":90.9090037027995,"s":[39.9]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":53.946,"s":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":62.937,"s":[88]},{"t":90.9090037027995,"s":[88]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":53.9460021972656,"op":178.821007283529,"st":3.99600016276042,"bm":0},{"ddd":0,"ind":31,"ty":4,"nm":"O-Y","parent":1,"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":30.969,"s":[-62.792,73.057,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.638,"y":1},"o":{"x":0.167,"y":0.198},"t":35.222,"s":[-53.792,7.557,0],"to":[0,0,0],"ti":[-19.156,1.738,0]},{"i":{"x":0.795,"y":1},"o":{"x":0.523,"y":0},"t":43.956,"s":[-33.667,-72.818,0],"to":[16.208,-1.471,0],"ti":[0,0,0]},{"i":{"x":0.348,"y":1},"o":{"x":0.18,"y":0},"t":53.946,"s":[-14.167,102.182,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.27,"y":1},"o":{"x":0.693,"y":0},"t":62.937,"s":[-14.167,59.182,0],"to":[0,0,0],"ti":[0,0,0]},{"t":72.9270029703776,"s":[-14.167,62.182,0]}],"ix":2,"l":2},"a":{"a":0,"k":[196.791,266.504,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"t":53.946,"s":[3,3]},{"t":60.9390024820963,"s":[44.6,44.6]}],"ix":2},"p":{"a":0,"k":[0.8,-0.5],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":8.8,"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":[196,267],"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":"Ellipse 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":53.9460021972656,"op":178.821007283529,"st":3.99600016276042,"bm":0},{"ddd":0,"ind":32,"ty":4,"nm":"T1b-B","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[39.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[250,250,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]],"o":[[0,0],[0,0]],"v":[[1.768,-25.966],[-1.768,25.966]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.21],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":80.919,"s":[11.7]},{"t":87.9120035807292,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9.194,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[242.756,265.581],"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":"Group 10","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":80.9190032958984,"op":178.821007283529,"st":25.9740010579427,"bm":0},{"ddd":0,"ind":33,"ty":4,"nm":"T1b-Y","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[39.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[250,250,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]],"o":[[0,0],[0,0]],"v":[[1.768,-25.966],[-1.768,25.966]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":69.93,"s":[0]},{"t":74.9250030517578,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":69.93,"s":[11.7]},{"t":74.9250030517578,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.477999985218,0.528999984264,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":8.4,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[242.756,265.581],"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":"Group 10","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":69.9300028483073,"op":160.839006551107,"st":14.9850006103516,"bm":0},{"ddd":0,"ind":34,"ty":4,"nm":"T2b-B","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[39.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[250,250,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]],"o":[[0,0],[0,0]],"v":[[246.65,213.814],[340.956,213.628]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":81.918,"s":[29]},{"t":90.9090037027995,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":81.918,"s":[41.1]},{"t":90.9090037027995,"s":[66.5]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.477999985218,0.528999984264,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9.194,"ix":5},"lc":2,"lj":1,"ml":10,"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":"Group 5","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":81.9180033365885,"op":178.821007283529,"st":-16.9830006917318,"bm":0},{"ddd":0,"ind":35,"ty":4,"nm":"T2a-Y","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[39.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[250,250,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]],"o":[[0,0],[0,0]],"v":[[1.681,-29.992],[-1.681,29.992]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.06],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":71.928,"s":[50]},{"t":81.9180033365885,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.06],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":71.928,"s":[50]},{"t":81.9180033365885,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9.194,"ix":5},"lc":3,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[277.698,247.258],"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":"Group 7","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":71.9280029296875,"op":88.9110036214193,"st":11.9880004882813,"bm":0},{"ddd":0,"ind":36,"ty":4,"nm":"T2b-Y","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[39.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[250,250,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]],"o":[[0,0],[0,0]],"v":[[246.65,213.814],[340.956,213.628]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":75.924,"s":[29]},{"t":84.9150034586589,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":75.924,"s":[41.1]},{"t":84.9150034586589,"s":[66.5]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9.194,"ix":5},"lc":2,"lj":1,"ml":10,"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":"Group 5","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":75.9240030924479,"op":91.9080037434896,"st":-22.9770009358724,"bm":0},{"ddd":0,"ind":37,"ty":4,"nm":"T1a-Y","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":55.944,"s":[39.043,48.678,0],"to":[0,0,0],"ti":[0,0,0]},{"t":63.9360026041667,"s":[39.043,45.678,0]}],"ix":2,"l":2},"a":{"a":0,"k":[250,250,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.5,9.501],[-0.048,5.655],[0.054,0.06],[0.946,1.486],[-9.967,8.05],[-40.546,0]],"o":[[0.031,-0.594],[0.076,-8.978],[-1.161,-1.3],[-5.939,-9.327],[24.677,-19.929],[0,0]],"v":[[-30.72,63.761],[-30.741,45.192],[-37.397,27.014],[-40.698,22.661],[-37.873,-7.117],[49.506,11.559]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.301],"y":[0]},"t":53.946,"s":[0]},{"t":69.9300028483073,"s":[24.9]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.301],"y":[0]},"t":53.946,"s":[0]},{"t":73.9260030110677,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":8.4,"ix":5},"lc":2,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[227.677,234.375],"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":"Group 9","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":58.9410024007161,"op":155.844006347656,"st":11.9880004882813,"bm":0},{"ddd":0,"ind":38,"ty":4,"nm":"E1-B","parent":39,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[344.672,214.842,0],"ix":2,"l":2},"a":{"a":0,"k":[344.672,214.842,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]],"o":[[0,0],[0,0]],"v":[[-13.664,-0.145],[62.163,0.29]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9.562,"ix":5},"lc":2,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[344.672,214.842],"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":"Group 2","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":83.916,"s":[0]},{"t":92.9070037841797,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":83.916,"s":[0]},{"t":92.9070037841797,"s":[37.5]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":83.9160034179687,"op":178.821007283529,"st":83.9160034179687,"bm":0},{"ddd":0,"ind":39,"ty":4,"nm":"E1-Y","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.12,"y":1},"o":{"x":0.167,"y":0.167},"t":78.921,"s":[113.715,9.146,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.12,"y":1},"o":{"x":0.167,"y":0},"t":87.912,"s":[137.715,9.146,0],"to":[0,0,0],"ti":[0,0,0]},{"t":91.9080037434896,"s":[133.715,9.146,0]}],"ix":2,"l":2},"a":{"a":0,"k":[344.672,214.842,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]],"o":[[0,0],[0,0]],"v":[[-13.664,-0.145],[62.163,0.29]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.477999985218,0.528999984264,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":8.4,"ix":5},"lc":2,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[344.672,214.842],"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":"Group 2","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":78.921,"s":[0]},{"t":87.9120035807292,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":78.921,"s":[0]},{"t":87.9120035807292,"s":[37.5]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":78.9210032145182,"op":93.9060038248698,"st":78.9210032145182,"bm":0},{"ddd":0,"ind":40,"ty":4,"nm":"E2-B","parent":41,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[332.05,237.932,0],"ix":2,"l":2},"a":{"a":0,"k":[332.05,237.932,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]],"o":[[0,0],[0,0]],"v":[[-26.67,-0.283],[99.171,0.066]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":85.914,"s":[0]},{"t":94.9050038655599,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":85.914,"s":[0]},{"t":94.9050038655599,"s":[43]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9.562,"ix":5},"lc":2,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[331.664,238.14],"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":"Group 3","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":85.914003499349,"op":178.821007283529,"st":85.914003499349,"bm":0},{"ddd":0,"ind":41,"ty":4,"nm":"E2-Y","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.12,"y":1},"o":{"x":0.167,"y":0.167},"t":82.917,"s":[109.092,33.61,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.12,"y":0.12},"o":{"x":0.167,"y":0.167},"t":91.908,"s":[121.092,33.61,0],"to":[0,0,0],"ti":[0,0,0]},{"t":95.90400390625,"s":[121.092,33.61,0]}],"ix":2,"l":2},"a":{"a":0,"k":[332.05,237.932,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]],"o":[[0,0],[0,0]],"v":[[-26.67,-0.283],[99.171,0.066]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":82.917,"s":[0]},{"t":91.9080037434896,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":82.917,"s":[0]},{"t":91.9080037434896,"s":[43]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.477999985218,0.528999984264,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":8.4,"ix":5},"lc":2,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[331.664,238.14],"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":"Group 3","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":82.9170033772786,"op":95.90400390625,"st":82.9170033772786,"bm":0},{"ddd":0,"ind":42,"ty":4,"nm":"I-B","parent":43,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[303.802,282.182,0],"ix":2,"l":2},"a":{"a":0,"k":[303.802,282.182,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]],"o":[[0,0],[0,0]],"v":[[0.859,-21.143],[-4.359,70.392]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":80.919,"s":[0]},{"t":90.9090037027995,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":80.919,"s":[0]},{"t":90.9090037027995,"s":[45.7]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9.194,"ix":5},"lc":3,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[304.135,282.409],"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":"Group 6","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":80.9190032958984,"op":178.821007283529,"st":17.9820007324219,"bm":0},{"ddd":0,"ind":43,"ty":4,"nm":"I-Y","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.12,"y":1},"o":{"x":0.167,"y":0.167},"t":77.922,"s":[93.594,62.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.12,"y":1},"o":{"x":0.167,"y":0},"t":87.912,"s":[92.626,82.829,0],"to":[0,0,0],"ti":[0,0,0]},{"t":91.9080037434896,"s":[92.844,77.861,0]}],"ix":2,"l":2},"a":{"a":0,"k":[303.802,282.182,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]],"o":[[0,0],[0,0]],"v":[[0.859,-21.143],[-4.359,70.392]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":77.922,"s":[0]},{"t":87.9120035807292,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":77.922,"s":[0]},{"t":87.9120035807292,"s":[45.7]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.477999985218,0.528999984264,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":8.4,"ix":5},"lc":3,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[304.135,282.409],"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":"Group 6","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":77.9220031738281,"op":92.9070037841797,"st":14.9850006103516,"bm":0},{"ddd":0,"ind":44,"ty":4,"nm":"E3-B","parent":45,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[345.189,261.801,0],"ix":2,"l":2},"a":{"a":0,"k":[345.124,261.801,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]],"o":[[0,0],[0,0]],"v":[[-13.664,-0.145],[75.663,0.29]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":91.908,"s":[0]},{"t":96.9030039469401,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":91.908,"s":[0]},{"t":96.9030039469401,"s":[31.6]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 2","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9.562,"ix":5},"lc":2,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[344.674,261.877],"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":"Group 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":91.9080037434896,"op":178.821007283529,"st":28.971001180013,"bm":0},{"ddd":0,"ind":45,"ty":4,"nm":"E3-Y","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":83.916,"s":[119.167,57.479,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":91.908,"s":[137.167,57.479,0],"to":[0,0,0],"ti":[0,0,0]},{"t":95.90400390625,"s":[134.167,57.479,0]}],"ix":2,"l":2},"a":{"a":0,"k":[345.124,261.801,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]],"o":[[0,0],[0,0]],"v":[[-13.664,-0.145],[75.663,0.29]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":83.916,"s":[0]},{"t":91.9080037434896,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":83.916,"s":[0]},{"t":91.9080037434896,"s":[31.6]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 2","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.477999985218,0.528999984264,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9.562,"ix":5},"lc":2,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[344.674,261.877],"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":"Group 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":83.9160034179687,"op":101.898004150391,"st":20.9790008544922,"bm":0},{"ddd":0,"ind":46,"ty":4,"nm":"Dot-Y","parent":47,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0,"y":0.812},"o":{"x":0,"y":0},"t":95.904,"s":[43.263,59.75,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.708,"y":1},"o":{"x":0.39,"y":0.707},"t":107.892,"s":[62.513,59.75,0],"to":[0,0,0],"ti":[0,0,0]},{"t":114.885004679362,"s":[63.763,59.75,0]}],"ix":2,"l":2},"a":{"a":0,"k":[196.791,266.504,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[9.2,9.2],"ix":2},"p":{"a":0,"k":[0.8,-0.5],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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":[196,267],"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":"Ellipse 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":95.90400390625,"op":181.818007405599,"st":64.9350026448568,"bm":0},{"ddd":0,"ind":47,"ty":1,"nm":"Bncr","parent":1,"sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.18,"y":1},"o":{"x":0.167,"y":0.167},"t":95.904,"s":[164.782,57.473,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.82,"y":0},"t":98.901,"s":[164.782,55.473,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.18,"y":1},"o":{"x":0.167,"y":0.167},"t":101.898,"s":[164.782,57.473,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.82,"y":0},"t":104.895,"s":[164.782,56.909,0],"to":[0,0,0],"ti":[0,0,0]},{"t":107.892004394531,"s":[164.782,57.473,0]}],"ix":2,"l":2},"a":{"a":0,"k":[60,60,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"sw":120,"sh":120,"sc":"#ffffff","ip":95.90400390625,"op":181.818007405599,"st":14.9850006103516,"bm":0},{"ddd":0,"ind":48,"ty":4,"nm":"BG","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.5,333.5,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[375,667],"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":"fl","c":{"a":0,"k":[0,0.819999992847,0.757000029087,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":"Rectangle 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":178.821007283529,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"LottieLogo1","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.5,187.5,0],"ix":2,"l":2},"a":{"a":0,"k":[187.5,333.5,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"ef":[{"ty":29,"nm":"Gaussian Blur","np":5,"mn":"ADBE Gaussian Blur 2","ix":1,"en":1,"ef":[{"ty":0,"nm":"Blurriness","mn":"ADBE Gaussian Blur 2-0001","ix":1,"v":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":96,"s":[0]},{"t":119.000004846969,"s":[19.8]}],"ix":1}},{"ty":7,"nm":"Blur Dimensions","mn":"ADBE Gaussian Blur 2-0002","ix":2,"v":{"a":0,"k":1,"ix":2}},{"ty":7,"nm":"Repeat Edge Pixels","mn":"ADBE Gaussian Blur 2-0003","ix":3,"v":{"a":0,"k":0,"ix":3}}]}],"w":375,"h":667,"ip":0,"op":178.000007250089,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/PrecompBlurDecimapPrecompSize.json b/ohos/flutter_lottie/assets/Tests/PrecompBlurDecimapPrecompSize.json new file mode 100644 index 0000000000000000000000000000000000000000..4052e178d823bebdbef5cd1bca3212d8d9759f9d --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/PrecompBlurDecimapPrecompSize.json @@ -0,0 +1 @@ +{"v":"5.7.7","fr":29.9700012207031,"ip":0,"op":178.000007250089,"w":375,"h":375,"nm":"LottieLogoPrecomp","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":1,"nm":"MASTER","sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[214.457,347.822,0],"ix":2,"l":2},"a":{"a":0,"k":[60,60,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"sw":120,"sh":120,"sc":"#ffffff","ip":11.9880004882813,"op":178.821007283529,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"S5-Y 4","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-89.1,"ix":10},"p":{"a":0,"k":[53.205,131.606,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,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]],"o":[[0,0],[0,0]],"v":[[142.038,29.278],[131.282,21.807]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":75.924,"s":[87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":78.921,"s":[50.633]},{"t":82.9170033772786,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":75.924,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":78.921,"s":[75.856]},{"t":82.9170033772786,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"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":75.9240030924479,"op":83.9160034179687,"st":39.9600016276042,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"S4-Y 4","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-89.1,"ix":10},"p":{"a":0,"k":[53.205,131.606,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,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]],"o":[[0,0],[0,0]],"v":[[142.183,-5.112],[130.029,5.016]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":75.924,"s":[87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":78.921,"s":[43.833]},{"t":82.9170033772786,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":75.924,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":78.921,"s":[66.356]},{"t":82.9170033772786,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"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":75.9240030924479,"op":83.9160034179687,"st":39.9600016276042,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"S3-Y 4","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-89.1,"ix":10},"p":{"a":0,"k":[53.205,131.606,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,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]],"o":[[0,0],[0,0]],"v":[[147.699,13.025],[133.195,13.21]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":75.924,"s":[87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":78.921,"s":[42.133]},{"t":82.9170033772786,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":75.924,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":78.921,"s":[66.356]},{"t":82.9170033772786,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"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":75.9240030924479,"op":83.9160034179687,"st":39.9600016276042,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"S5-Y 3","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":97.9,"ix":10},"p":{"a":0,"k":[58.205,-39.394,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,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]],"o":[[0,0],[0,0]],"v":[[145.677,22.22],[134.922,14.749]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":74.925,"s":[87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":77.922,"s":[50.633]},{"t":81.9180033365885,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":74.925,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":77.922,"s":[75.856]},{"t":81.9180033365885,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"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":74.9250030517578,"op":82.9170033772786,"st":38.9610015869141,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"S4-Y 3","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":97.9,"ix":10},"p":{"a":0,"k":[58.205,-39.394,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,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]],"o":[[0,0],[0,0]],"v":[[144.429,-5.397],[132.275,4.731]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":74.925,"s":[87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":77.922,"s":[43.833]},{"t":81.9180033365885,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":74.925,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":77.922,"s":[66.356]},{"t":81.9180033365885,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"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":74.9250030517578,"op":82.9170033772786,"st":38.9610015869141,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"S3-Y 3","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":97.9,"ix":10},"p":{"a":0,"k":[58.205,-39.394,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,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]],"o":[[0,0],[0,0]],"v":[[149.624,8.244],[136.648,10.156]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":74.925,"s":[87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":77.922,"s":[42.133]},{"t":81.9180033365885,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":74.925,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":77.922,"s":[66.356]},{"t":81.9180033365885,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"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":74.9250030517578,"op":82.9170033772786,"st":38.9610015869141,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"S13","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[25.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,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]],"o":[[0,0],[0,0]],"v":[[128,3.65],[78.25,3.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":84.915,"s":[87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":89.91,"s":[21.233]},{"t":93.9060038248698,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":84.915,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":89.91,"s":[66.356]},{"t":93.9060038248698,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":2,"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":84.9150034586589,"op":94.9050038655599,"st":48.9510019938151,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"S12","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[25.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,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]],"o":[[0,0],[0,0]],"v":[[119.25,-20.05],[63.5,-20.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":83.916,"s":[87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":86.913,"s":[21.233]},{"t":90.9090037027995,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":83.916,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":86.913,"s":[66.356]},{"t":90.9090037027995,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":2,"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":83.9160034179687,"op":93.9060038248698,"st":47.952001953125,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"S11","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[25.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,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]],"o":[[0,0],[0,0]],"v":[[119.5,-45.05],[82.75,-44.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":79.92,"s":[87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":82.917,"s":[21.233]},{"t":86.9130035400391,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":79.92,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":82.917,"s":[66.356]},{"t":86.9130035400391,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":2,"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":79.9200032552083,"op":89.9100036621094,"st":43.9560017903646,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"S5-Y 2","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[25.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,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]],"o":[[0,0],[0,0]],"v":[[169.5,18.073],[137.481,11.365]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":96.903,"s":[87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":99.9,"s":[50.633]},{"t":106.893004353841,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":96.903,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":99.9,"s":[75.856]},{"t":106.893004353841,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"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":96.9030039469401,"op":106.893004353841,"st":60.9390024820963,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"S4-Y 2","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[25.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,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]],"o":[[0,0],[0,0]],"v":[[156.45,-23.05],[132,2.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":96.903,"s":[87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":99.9,"s":[43.833]},{"t":106.893004353841,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":96.903,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":99.9,"s":[66.356]},{"t":106.893004353841,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"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":96.9030039469401,"op":106.893004353841,"st":60.9390024820963,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"S3-Y 2","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[25.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,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]],"o":[[0,0],[0,0]],"v":[[166.731,-7.927],[136.731,7.115]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":96.903,"s":[87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":99.9,"s":[42.133]},{"t":106.893004353841,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":96.903,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":99.9,"s":[66.356]},{"t":106.893004353841,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"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":96.9030039469401,"op":106.893004353841,"st":60.9390024820963,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"S6-Y","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[25.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,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]],"o":[[0,0],[0,0]],"v":[[-87.5,20.95],[-48.75,54.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":53.946,"s":[87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":56.943,"s":[43.933]},{"t":63.9360026041667,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":53.946,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":56.943,"s":[70.456]},{"t":63.9360026041667,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"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":53.9460021972656,"op":63.9360026041667,"st":17.9820007324219,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"S5-Y","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[25.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,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]],"o":[[0,0],[0,0]],"v":[[-94.5,37.073],[-48.769,55.365]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":53.946,"s":[87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":56.943,"s":[50.633]},{"t":63.9360026041667,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":53.946,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":56.943,"s":[75.856]},{"t":63.9360026041667,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"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":53.9460021972656,"op":63.9360026041667,"st":17.9820007324219,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"S4-Y","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[25.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,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]],"o":[[0,0],[0,0]],"v":[[7.45,21.95],[-32.75,55.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":53.946,"s":[87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":56.943,"s":[43.833]},{"t":63.9360026041667,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":53.946,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":56.943,"s":[66.356]},{"t":63.9360026041667,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"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":53.9460021972656,"op":63.9360026041667,"st":17.9820007324219,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"S3-Y","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[25.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,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]],"o":[[0,0],[0,0]],"v":[[16.231,39.073],[-32.769,57.365]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":53.946,"s":[87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":56.943,"s":[42.133]},{"t":63.9360026041667,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":53.946,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":56.943,"s":[66.356]},{"t":63.9360026041667,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"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":53.9460021972656,"op":63.9360026041667,"st":17.9820007324219,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"S8","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[25.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,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.148,14.256],[10.476,0],[0,0]],"o":[[0,0],[-8.551,-8.263],[-21.454,0],[0,0]],"v":[[-3,35.95],[-1.352,-6.756],[-32.046,-20.579],[-42.25,4.25]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":64.935,"s":[87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":69.93,"s":[21.233]},{"t":74.9250030517578,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":64.935,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":69.93,"s":[66.356]},{"t":74.9250030517578,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":2,"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":64.9350026448568,"op":74.9250030517578,"st":28.971001180013,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"S7","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[25.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,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":[[27,1.45],[31.046,-1.421],[0,0]],"o":[[-27,-1.45],[-26.426,1.21],[0,0]],"v":[[34.5,-13.05],[-35.046,-35.579],[-62.25,-5.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":64.935,"s":[87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":69.93,"s":[21.233]},{"t":74.9250030517578,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":64.935,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":69.93,"s":[66.356]},{"t":74.9250030517578,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":2,"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":64.9350026448568,"op":74.9250030517578,"st":28.971001180013,"bm":0},{"ddd":0,"ind":20,"ty":4,"nm":"S2-Y","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[25.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,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],[1.9,-10.768],[1,-19]],"o":[[0,0],[-3.167,17.951],[-1,19]],"v":[[-67.25,-105.5],[-72.333,-84.201],[-76.5,-37.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":28.971,"s":[87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":32.967,"s":[25.333]},{"t":35.9640014648437,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":28.971,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":32.967,"s":[69.056]},{"t":35.9640014648437,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":2,"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":29.9700012207031,"op":36.9630015055339,"st":-6.99300028483073,"bm":0},{"ddd":0,"ind":21,"ty":4,"nm":"S1-Y","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[25.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,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],[1.9,-10.768],[1,-19]],"o":[[0,0],[-3.167,17.951],[-1,19]],"v":[[-67.125,-112],[-75.458,-89.951],[-80.375,-39.25]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":28.971,"s":[87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":32.967,"s":[37.533]},{"t":35.9640014648437,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":28.971,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":32.967,"s":[66.356]},{"t":35.9640014648437,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":2,"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":29.9700012207031,"op":36.9630015055339,"st":-6.99300028483073,"bm":0},{"ddd":0,"ind":22,"ty":4,"nm":"Dot1","parent":1,"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.823,"y":0},"t":-2.997,"s":[295.771,108.994,0],"to":[0,0,0],"ti":[0,0,0]},{"t":15.9840006510417,"s":[35.771,108.994,0]}],"ix":2,"l":2},"a":{"a":0,"k":[196.791,266.504,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[9.4,9.4],"ix":2},"p":{"a":0,"k":[0.8,-0.5],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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":[196,267],"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":"Ellipse 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-4.99500020345052,"op":16.9830006917318,"st":-35.9640014648437,"bm":0},{"ddd":0,"ind":23,"ty":4,"nm":"L-B","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[39.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[250,250,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],[25.671,-4.167],[1.456,6.902],[-8.481,1.863],[-47.562,13.01],[-0.501,0.133],[-71.423,-2.315]],"o":[[0,0],[-8.224,1.335],[-1.456,-6.903],[23.817,-5.233],[0.16,-0.044],[0.501,-0.133],[0,0]],"v":[[-8.837,-58.229],[-35.834,33.662],[-51.688,23.148],[-41.174,7.293],[51.797,44.178],[53.188,43.741],[140.394,43.672]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.477999985218,0.528999984264,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9.194,"ix":5},"lc":2,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[166.029,270.643],"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":"Group 8","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.703],"y":[0.821]},"o":{"x":[0.167],"y":[0.167]},"t":17.982,"s":[80]},{"i":{"x":[0.263],"y":[1]},"o":{"x":[0.037],"y":[0.168]},"t":22.977,"s":[50]},{"t":54.9450022379557,"s":[30]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.337],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":17.982,"s":[81]},{"t":28.971001180013,"s":[73.4]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":17.9820007324219,"op":178.821007283529,"st":7.99200032552083,"bm":0},{"ddd":0,"ind":24,"ty":4,"nm":"L-Y","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[39.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[250,250,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],[25.671,-4.167],[1.456,6.902],[-8.481,1.863],[-47.562,13.01],[-0.501,0.133],[-71.423,-2.315]],"o":[[0,0],[-8.224,1.335],[-1.456,-6.903],[23.817,-5.233],[0.16,-0.044],[0.501,-0.133],[0,0]],"v":[[-8.837,-58.229],[-35.834,33.662],[-51.688,23.148],[-41.174,7.293],[51.797,44.178],[53.188,43.741],[140.394,43.672]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":8.4,"ix":5},"lc":2,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[166.029,270.643],"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":"Group 8","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.703],"y":[0.857]},"o":{"x":[0.167],"y":[0.167]},"t":15.984,"s":[80]},{"i":{"x":[0.938],"y":[1]},"o":{"x":[0.333],"y":[0.202]},"t":19.98,"s":[50]},{"t":27.9720011393229,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.337],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":15.984,"s":[81]},{"t":26.9730010986328,"s":[73.4]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":15.9840006510417,"op":178.821007283529,"st":7.99200032552083,"bm":0},{"ddd":0,"ind":25,"ty":1,"nm":"N","parent":1,"sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.26,"y":1},"o":{"x":0.167,"y":0.167},"t":27.972,"s":[-33.667,8.182,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.74,"y":0},"t":39.96,"s":[-33.667,-72.818,0],"to":[0,0,0],"ti":[0,0,0]},{"t":53.9460021972656,"s":[-33.667,102.057,0]}],"ix":2,"l":2},"a":{"a":0,"k":[60,60,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"sw":120,"sh":120,"sc":"#ffffff","ip":27.9720011393229,"op":53.9460021972656,"st":0,"bm":0},{"ddd":0,"ind":26,"ty":4,"nm":"Dot-Y","parent":25,"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":27.972,"s":[39.875,60,0],"to":[6.583,0,0],"ti":[-6.583,0,0]},{"t":53.9460021972656,"s":[79.375,60,0]}],"ix":2,"l":2},"a":{"a":0,"k":[196.791,266.504,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[9.4,9.4],"ix":2},"p":{"a":0,"k":[0.8,-0.5],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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":[196,267],"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":"Ellipse 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":27.9720011393229,"op":53.9460021972656,"st":3.99600016276042,"bm":0},{"ddd":0,"ind":27,"ty":4,"nm":"T1a-B","parent":37,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2,"l":2},"a":{"a":0,"k":[250,250,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.5,9.501],[-0.048,5.655],[0.054,0.06],[0.946,1.486],[-9.967,8.05],[-40.546,0]],"o":[[0.031,-0.594],[0.076,-8.978],[-1.161,-1.3],[-5.939,-9.327],[24.677,-19.929],[0,0]],"v":[[-30.72,63.761],[-30.741,45.192],[-37.397,27.014],[-40.698,22.661],[-37.873,-7.117],[49.506,11.559]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":0,"k":24.9,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.673],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":69.93,"s":[24.9]},{"t":83.9160034179687,"s":[89.1]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9.194,"ix":5},"lc":2,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[227.677,234.375],"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":"Group 9","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":69.9300028483073,"op":178.821007283529,"st":16.9830006917318,"bm":0},{"ddd":0,"ind":28,"ty":4,"nm":"T2a-B","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[39.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[250,250,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]],"o":[[0,0],[0,0]],"v":[[1.681,-29.992],[-1.681,29.992]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.06],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":74.925,"s":[50]},{"t":84.9150034586589,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.06],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":74.925,"s":[50]},{"t":84.9150034586589,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.477999985218,0.528999984264,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9.194,"ix":5},"lc":3,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[277.698,247.258],"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":"Group 7","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":74.9250030517578,"op":178.821007283529,"st":14.9850006103516,"bm":0},{"ddd":0,"ind":29,"ty":4,"nm":"T1a-Y 2","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":55.944,"s":[39.043,48.678,0],"to":[0,0,0],"ti":[0,0,0]},{"t":63.9360026041667,"s":[39.043,45.678,0]}],"ix":2,"l":2},"a":{"a":0,"k":[250,250,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.5,9.501],[-0.048,5.655],[0.054,0.06],[0.946,1.486],[-9.967,8.05],[-40.546,0]],"o":[[0.031,-0.594],[0.076,-8.978],[-1.161,-1.3],[-5.939,-9.327],[24.677,-19.929],[0,0]],"v":[[-30.72,63.761],[-30.741,45.192],[-37.397,27.014],[-40.698,22.661],[-37.873,-7.117],[49.506,11.559]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.301],"y":[0]},"t":53.946,"s":[0]},{"t":69.9300028483073,"s":[24.9]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.301],"y":[0]},"t":53.946,"s":[0]},{"t":77.9220031738281,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.477999985218,0.528999984264,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":8.4,"ix":5},"lc":2,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[227.677,234.375],"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":"Group 9","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":58.9410024007161,"op":178.821007283529,"st":11.9880004882813,"bm":0},{"ddd":0,"ind":30,"ty":4,"nm":"O-B","parent":1,"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":30.969,"s":[-62.792,73.057,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.638,"y":1},"o":{"x":0.167,"y":0.198},"t":35.222,"s":[-53.792,7.557,0],"to":[0,0,0],"ti":[-19.156,1.738,0]},{"i":{"x":0.795,"y":1},"o":{"x":0.523,"y":0},"t":43.956,"s":[-33.667,-72.818,0],"to":[16.208,-1.471,0],"ti":[0,0,0]},{"i":{"x":0.348,"y":1},"o":{"x":0.18,"y":0},"t":53.946,"s":[-14.167,102.182,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.27,"y":1},"o":{"x":0.693,"y":0},"t":62.937,"s":[-14.167,59.182,0],"to":[0,0,0],"ti":[0,0,0]},{"t":72.9270029703776,"s":[-14.167,62.182,0]}],"ix":2,"l":2},"a":{"a":0,"k":[196.791,266.504,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"t":53.946,"s":[3,3]},{"t":60.9390024820963,"s":[44.6,44.6]}],"ix":2},"p":{"a":0,"k":[0.8,-0.5],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.477999985218,0.528999984264,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9.194,"ix":5},"lc":2,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[196,267],"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":"Ellipse 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":53.946,"s":[0]},{"i":{"x":[0.432],"y":[1]},"o":{"x":[0.167],"y":[1.124]},"t":62.937,"s":[30]},{"t":90.9090037027995,"s":[39.9]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":53.946,"s":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":62.937,"s":[88]},{"t":90.9090037027995,"s":[88]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":53.9460021972656,"op":178.821007283529,"st":3.99600016276042,"bm":0},{"ddd":0,"ind":31,"ty":4,"nm":"O-Y","parent":1,"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":30.969,"s":[-62.792,73.057,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.638,"y":1},"o":{"x":0.167,"y":0.198},"t":35.222,"s":[-53.792,7.557,0],"to":[0,0,0],"ti":[-19.156,1.738,0]},{"i":{"x":0.795,"y":1},"o":{"x":0.523,"y":0},"t":43.956,"s":[-33.667,-72.818,0],"to":[16.208,-1.471,0],"ti":[0,0,0]},{"i":{"x":0.348,"y":1},"o":{"x":0.18,"y":0},"t":53.946,"s":[-14.167,102.182,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.27,"y":1},"o":{"x":0.693,"y":0},"t":62.937,"s":[-14.167,59.182,0],"to":[0,0,0],"ti":[0,0,0]},{"t":72.9270029703776,"s":[-14.167,62.182,0]}],"ix":2,"l":2},"a":{"a":0,"k":[196.791,266.504,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"t":53.946,"s":[3,3]},{"t":60.9390024820963,"s":[44.6,44.6]}],"ix":2},"p":{"a":0,"k":[0.8,-0.5],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":8.8,"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":[196,267],"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":"Ellipse 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":53.9460021972656,"op":178.821007283529,"st":3.99600016276042,"bm":0},{"ddd":0,"ind":32,"ty":4,"nm":"T1b-B","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[39.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[250,250,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]],"o":[[0,0],[0,0]],"v":[[1.768,-25.966],[-1.768,25.966]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.21],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":80.919,"s":[11.7]},{"t":87.9120035807292,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9.194,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[242.756,265.581],"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":"Group 10","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":80.9190032958984,"op":178.821007283529,"st":25.9740010579427,"bm":0},{"ddd":0,"ind":33,"ty":4,"nm":"T1b-Y","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[39.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[250,250,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]],"o":[[0,0],[0,0]],"v":[[1.768,-25.966],[-1.768,25.966]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":69.93,"s":[0]},{"t":74.9250030517578,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":69.93,"s":[11.7]},{"t":74.9250030517578,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.477999985218,0.528999984264,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":8.4,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[242.756,265.581],"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":"Group 10","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":69.9300028483073,"op":160.839006551107,"st":14.9850006103516,"bm":0},{"ddd":0,"ind":34,"ty":4,"nm":"T2b-B","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[39.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[250,250,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]],"o":[[0,0],[0,0]],"v":[[246.65,213.814],[340.956,213.628]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":81.918,"s":[29]},{"t":90.9090037027995,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":81.918,"s":[41.1]},{"t":90.9090037027995,"s":[66.5]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.477999985218,0.528999984264,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9.194,"ix":5},"lc":2,"lj":1,"ml":10,"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":"Group 5","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":81.9180033365885,"op":178.821007283529,"st":-16.9830006917318,"bm":0},{"ddd":0,"ind":35,"ty":4,"nm":"T2a-Y","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[39.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[250,250,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]],"o":[[0,0],[0,0]],"v":[[1.681,-29.992],[-1.681,29.992]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.06],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":71.928,"s":[50]},{"t":81.9180033365885,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.06],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":71.928,"s":[50]},{"t":81.9180033365885,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9.194,"ix":5},"lc":3,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[277.698,247.258],"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":"Group 7","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":71.9280029296875,"op":88.9110036214193,"st":11.9880004882813,"bm":0},{"ddd":0,"ind":36,"ty":4,"nm":"T2b-Y","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[39.043,45.678,0],"ix":2,"l":2},"a":{"a":0,"k":[250,250,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]],"o":[[0,0],[0,0]],"v":[[246.65,213.814],[340.956,213.628]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":75.924,"s":[29]},{"t":84.9150034586589,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":75.924,"s":[41.1]},{"t":84.9150034586589,"s":[66.5]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9.194,"ix":5},"lc":2,"lj":1,"ml":10,"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":"Group 5","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":75.9240030924479,"op":91.9080037434896,"st":-22.9770009358724,"bm":0},{"ddd":0,"ind":37,"ty":4,"nm":"T1a-Y","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":55.944,"s":[39.043,48.678,0],"to":[0,0,0],"ti":[0,0,0]},{"t":63.9360026041667,"s":[39.043,45.678,0]}],"ix":2,"l":2},"a":{"a":0,"k":[250,250,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.5,9.501],[-0.048,5.655],[0.054,0.06],[0.946,1.486],[-9.967,8.05],[-40.546,0]],"o":[[0.031,-0.594],[0.076,-8.978],[-1.161,-1.3],[-5.939,-9.327],[24.677,-19.929],[0,0]],"v":[[-30.72,63.761],[-30.741,45.192],[-37.397,27.014],[-40.698,22.661],[-37.873,-7.117],[49.506,11.559]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.301],"y":[0]},"t":53.946,"s":[0]},{"t":69.9300028483073,"s":[24.9]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.301],"y":[0]},"t":53.946,"s":[0]},{"t":73.9260030110677,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":8.4,"ix":5},"lc":2,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[227.677,234.375],"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":"Group 9","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":58.9410024007161,"op":155.844006347656,"st":11.9880004882813,"bm":0},{"ddd":0,"ind":38,"ty":4,"nm":"E1-B","parent":39,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[344.672,214.842,0],"ix":2,"l":2},"a":{"a":0,"k":[344.672,214.842,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]],"o":[[0,0],[0,0]],"v":[[-13.664,-0.145],[62.163,0.29]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9.562,"ix":5},"lc":2,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[344.672,214.842],"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":"Group 2","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":83.916,"s":[0]},{"t":92.9070037841797,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":83.916,"s":[0]},{"t":92.9070037841797,"s":[37.5]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":83.9160034179687,"op":178.821007283529,"st":83.9160034179687,"bm":0},{"ddd":0,"ind":39,"ty":4,"nm":"E1-Y","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.12,"y":1},"o":{"x":0.167,"y":0.167},"t":78.921,"s":[113.715,9.146,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.12,"y":1},"o":{"x":0.167,"y":0},"t":87.912,"s":[137.715,9.146,0],"to":[0,0,0],"ti":[0,0,0]},{"t":91.9080037434896,"s":[133.715,9.146,0]}],"ix":2,"l":2},"a":{"a":0,"k":[344.672,214.842,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]],"o":[[0,0],[0,0]],"v":[[-13.664,-0.145],[62.163,0.29]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.477999985218,0.528999984264,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":8.4,"ix":5},"lc":2,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[344.672,214.842],"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":"Group 2","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":78.921,"s":[0]},{"t":87.9120035807292,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":78.921,"s":[0]},{"t":87.9120035807292,"s":[37.5]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":78.9210032145182,"op":93.9060038248698,"st":78.9210032145182,"bm":0},{"ddd":0,"ind":40,"ty":4,"nm":"E2-B","parent":41,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[332.05,237.932,0],"ix":2,"l":2},"a":{"a":0,"k":[332.05,237.932,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]],"o":[[0,0],[0,0]],"v":[[-26.67,-0.283],[99.171,0.066]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":85.914,"s":[0]},{"t":94.9050038655599,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":85.914,"s":[0]},{"t":94.9050038655599,"s":[43]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9.562,"ix":5},"lc":2,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[331.664,238.14],"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":"Group 3","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":85.914003499349,"op":178.821007283529,"st":85.914003499349,"bm":0},{"ddd":0,"ind":41,"ty":4,"nm":"E2-Y","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.12,"y":1},"o":{"x":0.167,"y":0.167},"t":82.917,"s":[109.092,33.61,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.12,"y":0.12},"o":{"x":0.167,"y":0.167},"t":91.908,"s":[121.092,33.61,0],"to":[0,0,0],"ti":[0,0,0]},{"t":95.90400390625,"s":[121.092,33.61,0]}],"ix":2,"l":2},"a":{"a":0,"k":[332.05,237.932,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]],"o":[[0,0],[0,0]],"v":[[-26.67,-0.283],[99.171,0.066]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":82.917,"s":[0]},{"t":91.9080037434896,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":82.917,"s":[0]},{"t":91.9080037434896,"s":[43]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.477999985218,0.528999984264,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":8.4,"ix":5},"lc":2,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[331.664,238.14],"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":"Group 3","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":82.9170033772786,"op":95.90400390625,"st":82.9170033772786,"bm":0},{"ddd":0,"ind":42,"ty":4,"nm":"I-B","parent":43,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[303.802,282.182,0],"ix":2,"l":2},"a":{"a":0,"k":[303.802,282.182,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]],"o":[[0,0],[0,0]],"v":[[0.859,-21.143],[-4.359,70.392]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":80.919,"s":[0]},{"t":90.9090037027995,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":80.919,"s":[0]},{"t":90.9090037027995,"s":[45.7]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9.194,"ix":5},"lc":3,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[304.135,282.409],"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":"Group 6","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":80.9190032958984,"op":178.821007283529,"st":17.9820007324219,"bm":0},{"ddd":0,"ind":43,"ty":4,"nm":"I-Y","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.12,"y":1},"o":{"x":0.167,"y":0.167},"t":77.922,"s":[93.594,62.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.12,"y":1},"o":{"x":0.167,"y":0},"t":87.912,"s":[92.626,82.829,0],"to":[0,0,0],"ti":[0,0,0]},{"t":91.9080037434896,"s":[92.844,77.861,0]}],"ix":2,"l":2},"a":{"a":0,"k":[303.802,282.182,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]],"o":[[0,0],[0,0]],"v":[[0.859,-21.143],[-4.359,70.392]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":77.922,"s":[0]},{"t":87.9120035807292,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":77.922,"s":[0]},{"t":87.9120035807292,"s":[45.7]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.477999985218,0.528999984264,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":8.4,"ix":5},"lc":3,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[304.135,282.409],"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":"Group 6","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":77.9220031738281,"op":92.9070037841797,"st":14.9850006103516,"bm":0},{"ddd":0,"ind":44,"ty":4,"nm":"E3-B","parent":45,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[345.189,261.801,0],"ix":2,"l":2},"a":{"a":0,"k":[345.124,261.801,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]],"o":[[0,0],[0,0]],"v":[[-13.664,-0.145],[75.663,0.29]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":91.908,"s":[0]},{"t":96.9030039469401,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":91.908,"s":[0]},{"t":96.9030039469401,"s":[31.6]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 2","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9.562,"ix":5},"lc":2,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[344.674,261.877],"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":"Group 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":91.9080037434896,"op":178.821007283529,"st":28.971001180013,"bm":0},{"ddd":0,"ind":45,"ty":4,"nm":"E3-Y","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":83.916,"s":[119.167,57.479,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":91.908,"s":[137.167,57.479,0],"to":[0,0,0],"ti":[0,0,0]},{"t":95.90400390625,"s":[134.167,57.479,0]}],"ix":2,"l":2},"a":{"a":0,"k":[345.124,261.801,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]],"o":[[0,0],[0,0]],"v":[[-13.664,-0.145],[75.663,0.29]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":83.916,"s":[0]},{"t":91.9080037434896,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":83.916,"s":[0]},{"t":91.9080037434896,"s":[31.6]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 2","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.477999985218,0.528999984264,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9.562,"ix":5},"lc":2,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[344.674,261.877],"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":"Group 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":83.9160034179687,"op":101.898004150391,"st":20.9790008544922,"bm":0},{"ddd":0,"ind":46,"ty":4,"nm":"Dot-Y","parent":47,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0,"y":0.812},"o":{"x":0,"y":0},"t":95.904,"s":[43.263,59.75,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.708,"y":1},"o":{"x":0.39,"y":0.707},"t":107.892,"s":[62.513,59.75,0],"to":[0,0,0],"ti":[0,0,0]},{"t":114.885004679362,"s":[63.763,59.75,0]}],"ix":2,"l":2},"a":{"a":0,"k":[196.791,266.504,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[9.2,9.2],"ix":2},"p":{"a":0,"k":[0.8,-0.5],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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":[196,267],"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":"Ellipse 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":95.90400390625,"op":181.818007405599,"st":64.9350026448568,"bm":0},{"ddd":0,"ind":47,"ty":1,"nm":"Bncr","parent":1,"sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.18,"y":1},"o":{"x":0.167,"y":0.167},"t":95.904,"s":[164.782,57.473,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.82,"y":0},"t":98.901,"s":[164.782,55.473,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.18,"y":1},"o":{"x":0.167,"y":0.167},"t":101.898,"s":[164.782,57.473,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.82,"y":0},"t":104.895,"s":[164.782,56.909,0],"to":[0,0,0],"ti":[0,0,0]},{"t":107.892004394531,"s":[164.782,57.473,0]}],"ix":2,"l":2},"a":{"a":0,"k":[60,60,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"sw":120,"sh":120,"sc":"#ffffff","ip":95.90400390625,"op":181.818007405599,"st":14.9850006103516,"bm":0},{"ddd":0,"ind":48,"ty":4,"nm":"BG","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.5,333.5,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[375,667],"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":"fl","c":{"a":0,"k":[0,0.819999992847,0.757000029087,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":"Rectangle 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":178.821007283529,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"LottieLogo1","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.5,187.5,0],"ix":2,"l":2},"a":{"a":0,"k":[187.5,333.5,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"ef":[{"ty":29,"nm":"Gaussian Blur","np":5,"mn":"ADBE Gaussian Blur 2","ix":1,"en":1,"ef":[{"ty":0,"nm":"Blurriness","mn":"ADBE Gaussian Blur 2-0001","ix":1,"v":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":96,"s":[0]},{"t":119.000004846969,"s":[19.8]}],"ix":1}},{"ty":7,"nm":"Blur Dimensions","mn":"ADBE Gaussian Blur 2-0002","ix":2,"v":{"a":0,"k":1,"ix":2}},{"ty":7,"nm":"Repeat Edge Pixels","mn":"ADBE Gaussian Blur 2-0003","ix":3,"v":{"a":0,"k":0,"ix":3}}]}],"w":375.0,"h":667.0,"ip":0,"op":178.000007250089,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/Precomps.json b/ohos/flutter_lottie/assets/Tests/Precomps.json new file mode 100644 index 0000000000000000000000000000000000000000..1da91b8300d0a3404c5e8e33b5d858a858e5a825 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/Precomps.json @@ -0,0 +1 @@ +{"v":"4.5.8","fr":60,"ip":0,"op":607,"w":300,"h":300,"ddd":0,"assets":[{"id":"comp_10","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Polystar","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":160,"s":[0],"e":[90]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":180,"s":[90],"e":[180]},{"t":200}]},"p":{"a":1,"k":[{"i":{"x":0.1,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p1_1_0p167_0p167","t":160,"s":[50,75.603,0],"e":[50,25.603,0],"to":[0,-8.33333301544189,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.9,"y":0},"n":"0p833_0p833_0p9_0","t":180,"s":[50,25.603,0],"e":[50,75.603,0],"to":[0,0,0],"ti":[0,-8.33333301544189,0]},{"t":200}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":1,"d":1,"pt":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":160,"s":[8],"e":[5]},{"t":199}],"ix":3},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":160,"s":[0,0],"e":[0,0],"to":[0,0],"ti":[0,0]},{"t":199}],"ix":4},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":160,"s":[0],"e":[90]},{"t":199}],"ix":5},"ir":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":160,"s":[13.086],"e":[8.086]},{"t":199}],"ix":6},"is":{"a":0,"k":0,"ix":8},"or":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":160,"s":[25.218],"e":[18.618]},{"t":199}],"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star"},{"ty":"fl","c":{"a":0,"k":[0,0.82,0.757,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[0.224,-0.387],"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":"Polystar 2","np":3,"mn":"ADBE Vector Group"}],"ip":160,"op":200,"st":136,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Polygon","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.1,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p1_1_0p167_0p167","t":120,"s":[50,75.603,0],"e":[50,25.603,0],"to":[0,-8.33333301544189,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.9,"y":0},"n":"0p833_0p833_0p9_0","t":140,"s":[50,25.603,0],"e":[50,75.603,0],"to":[0,0,0],"ti":[0,-8.33333301544189,0]},{"t":160}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":2,"d":1,"pt":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":120,"s":[3],"e":[5]},{"t":160}],"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":120,"s":[0],"e":[270]},{"t":160}],"ix":5},"or":{"a":0,"k":18.024,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star"},{"ty":"fl","c":{"a":0,"k":[0,0.82,0.757,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[0,0.71],"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":"Polystar 1","np":2,"mn":"ADBE Vector Group"}],"ip":120,"op":160,"st":96,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Path","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":80,"s":[0],"e":[90]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[90],"e":[180]},{"t":120}]},"p":{"a":1,"k":[{"i":{"x":0.1,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p1_1_0p167_0p167","t":80,"s":[50,75.603,0],"e":[50,25.603,0],"to":[0,-8.33333301544189,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.9,"y":0},"n":"0p833_0p833_0p9_0","t":100,"s":[50,25.603,0],"e":[50,75.603,0],"to":[0,0,0],"ti":[0,-8.33333301544189,0]},{"t":120}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-0.223,-15.138],[-14.732,14.549],[15.402,14.772]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0.82,0.757,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[1,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,"mn":"ADBE Vector Group"}],"ip":80,"op":120,"st":56,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Rect","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,75.603,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":1,"k":[{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0_1_0p167_0p167","0_1_0p167_0p167"],"t":40,"s":[20,20],"e":[39,39]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[1,1],"y":[0,0]},"n":["0p833_0p833_1_0","0p833_0p833_1_0"],"t":60,"s":[39,39],"e":[20,20]},{"t":80}]},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":40,"s":[0,0],"e":[0,-100],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":1,"y":0},"n":"0p833_0p833_1_0","t":60,"s":[0,-100],"e":[0,0],"to":[0,0],"ti":[0,0]},{"t":80}]},"r":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0_1_0p167_0p167"],"t":40,"s":[34],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[1],"y":[0]},"n":["0p833_0p833_1_0"],"t":60,"s":[0],"e":[34]},{"t":80}]},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0,0.82,0.757,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Rectangle 1","np":3,"mn":"ADBE Vector Group"}],"ip":40,"op":80,"st":16,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Elipse","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0.221},"p":{"a":0,"k":[50,75.603,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":1,"k":[{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0_1_0p167_0p167","0_1_0p167_0p167"],"t":0,"s":[22.068,22.068],"e":[47.068,47.068]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[1,1],"y":[0,0]},"n":["0p833_0p833_1_0","0p833_0p833_1_0"],"t":20,"s":[47.068,47.068],"e":[22.068,22.068]},{"t":40}]},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":0,"s":[0,0],"e":[0,-98],"to":[0,-16.3333339691162],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":1,"y":0},"n":"0p833_0p833_1_0","t":20,"s":[0,-98],"e":[0,0],"to":[0,0],"ti":[0,-16.3333339691162]},{"t":40}]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0,0.82,0.757,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":40,"st":-24,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":1,"nm":"bg","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[50,50,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"sw":100,"sh":100,"sc":"#ffffff","ip":0,"op":200,"st":0,"bm":0,"sr":1}]},{"id":"comp_11","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Ball 3","parent":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[38.44,92.25,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[43.12,43.12,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[22.068,22.068]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0,0.82,0.757,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":122,"st":-83,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":1,"nm":"Null 1","ks":{"o":{"a":0,"k":0},"r":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0_1_0p167_0p167"],"t":61,"s":[0],"e":[40]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[1],"y":[0]},"n":["0p833_0p833_1_0"],"t":91,"s":[40],"e":[0]},{"t":121}]},"p":{"a":0,"k":[50,17.75,0]},"a":{"a":0,"k":[60,60,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"sw":120,"sh":120,"sc":"#ffffff","ip":61,"op":122,"st":-59,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":3,"nm":"Middle","ks":{"o":{"a":0,"k":0},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":0,"s":[49.904,50,0],"e":[51.404,50,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":3,"s":[51.404,50,0],"e":[49.904,50,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[49.904,50,0],"e":[49.904,50,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":61,"s":[49.904,50,0],"e":[48.404,50,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":63,"s":[48.404,50,0],"e":[49.904,50,0],"to":[0,0,0],"ti":[0,0,0]},{"t":73}]},"a":{"a":0,"k":[60,60,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"ip":0,"op":122,"st":-59,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":3,"nm":"MidLeft","parent":2,"ks":{"o":{"a":0,"k":0},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":0,"s":[49.268,60,0],"e":[49.268,60,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0.333},"n":"0p833_0p833_0p333_0p333","t":3,"s":[49.268,60,0],"e":[49.268,60,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[49.268,60,0],"e":[49.268,60,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":61,"s":[49.268,60,0],"e":[47.018,60,0],"to":[-0.375,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":64,"s":[47.018,60,0],"e":[49.268,60,0],"to":[0,0,0],"ti":[-0.375,0,0]},{"t":73}]},"a":{"a":0,"k":[60,60,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"ip":0,"op":122,"st":-59,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Ball 2","parent":3,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[60,60,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[43.12,43.12,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[22.068,22.068]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0,0.82,0.757,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":122,"st":-83,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":3,"nm":"RIghtLeft","parent":2,"ks":{"o":{"a":0,"k":0},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":0,"s":[70.732,60,0],"e":[73.482,60,0],"to":[0.45833334326744,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":3,"s":[73.482,60,0],"e":[70.732,60,0],"to":[0,0,0],"ti":[0.45833334326744,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[70.732,60,0],"e":[70.732,60,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":61,"s":[70.732,60,0],"e":[70.732,60,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":64,"s":[70.732,60,0],"e":[70.732,60,0],"to":[0,0,0],"ti":[0,0,0]},{"t":73}]},"a":{"a":0,"k":[60,60,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"ip":0,"op":122,"st":-59,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Ball 4","parent":5,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[60,60,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[43.12,43.12,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[22.068,22.068]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0,0.82,0.757,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":122,"st":-83,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":3,"nm":"Mid","parent":2,"ks":{"o":{"a":0,"k":0},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":0,"s":[60,60,0],"e":[61.5,60,0],"to":[0.25,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":3,"s":[61.5,60,0],"e":[60,60,0],"to":[0,0,0],"ti":[0.25,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[60,60,0],"e":[60,60,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":61,"s":[60,60,0],"e":[59.5,60,0],"to":[-0.08333333581686,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":64,"s":[59.5,60,0],"e":[60,60,0],"to":[0,0,0],"ti":[-0.08333333581686,0,0]},{"t":73}]},"a":{"a":0,"k":[60,60,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"ip":0,"op":122,"st":-59,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Ball","parent":7,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[60,60,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[43.12,43.12,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[22.068,22.068]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0,0.82,0.757,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":122,"st":-83,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Ball 5","parent":10,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[81.367,92.25,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[43.12,43.12,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[22.068,22.068]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0,0.82,0.757,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":122,"st":-83,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":1,"nm":"Null 1","ks":{"o":{"a":0,"k":0},"r":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0_1_0p167_0p167"],"t":0,"s":[0],"e":[-40]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[1],"y":[0]},"n":["0p833_0p833_1_0"],"t":30,"s":[-40],"e":[0]},{"t":61}]},"p":{"a":0,"k":[50,17.75,0]},"a":{"a":0,"k":[60,60,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"sw":120,"sh":120,"sc":"#ffffff","ip":0,"op":61,"st":-59,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":1,"nm":"White Solid 1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[50,50,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"sw":100,"sh":100,"sc":"#ffffff","ip":0,"op":122,"st":-59,"bm":0,"sr":1}]},{"id":"comp_12","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.5,-53.75],[-0.5,61]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.133,0.816,0.757,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":2,"mn":"ADBE Vector Group"}],"ip":0,"op":119,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 3","td":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[55.75,111.25]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-28.375,-0.625],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":119,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Elipse 2","tt":2,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.16],"y":[1]},"o":{"x":[0.84],"y":[0]},"n":["0p16_1_0p84_0"],"t":0,"s":[0.221],"e":[180.11]},{"i":{"x":[0.16],"y":[1]},"o":{"x":[0.84],"y":[0]},"n":["0p16_1_0p84_0"],"t":59,"s":[180.11],"e":[0.221]},{"t":118}]},"p":{"a":1,"k":[{"i":{"x":0.16,"y":1},"o":{"x":0.84,"y":0},"n":"0p16_1_0p84_0","t":0,"s":[11.5,50,0],"e":[88.25,50,0],"to":[12.7916669845581,0,0],"ti":[0,0,0]},{"i":{"x":0.16,"y":1},"o":{"x":0.84,"y":0},"n":"0p16_1_0p84_0","t":59,"s":[88.25,50,0],"e":[11.5,50,0],"to":[0,0,0],"ti":[12.7916669845581,0,0]},{"t":118}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[22.383,22.383]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.133,0.816,0.757,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Rectangle 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":119,"st":-24,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 1","td":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[55.75,111.25]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-28.375,-0.625],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":119,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Elipse","tt":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0.221},"p":{"a":1,"k":[{"i":{"x":0.16,"y":1},"o":{"x":0.84,"y":0},"n":"0p16_1_0p84_0","t":0,"s":[11.5,50,0],"e":[88.25,50,0],"to":[12.7916669845581,0,0],"ti":[0,0,0]},{"i":{"x":0.16,"y":1},"o":{"x":0.84,"y":0},"n":"0p16_1_0p84_0","t":59,"s":[88.25,50,0],"e":[11.5,50,0],"to":[0,0,0],"ti":[12.7916669845581,0,0]},{"t":118}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[22.068,22.068]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.133,0.816,0.757,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":119,"st":-24,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":1,"nm":"bg","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[50,50,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"sw":100,"sh":100,"sc":"#ffffff","ip":0,"op":119,"st":0,"bm":0,"sr":1}]},{"id":"comp_13","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Ball 6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0.221},"p":{"a":1,"k":[{"t":402,"s":[24.628,23.603,0],"h":1},{"t":415,"s":[73.628,23.603,0],"h":1},{"t":435,"s":[73.628,75.603,0],"h":1},{"t":455,"s":[24.628,75.603,0],"h":1},{"t":475,"s":[24.628,23.603,0],"h":1}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[22.068,22.068]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0,0.82,0.757,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"}],"ip":402,"op":483,"st":378,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Ball 5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0.221},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.433},"o":{"x":0.69,"y":0},"n":"0p833_0p433_0p69_0","t":321,"s":[24.628,23.603,0],"e":[73.628,23.603,0],"to":[0,0,0],"ti":[-8.16666698455811,-8.66666698455811,0]},{"i":{"x":0.833,"y":0.872},"o":{"x":0.167,"y":0.126},"n":"0p833_0p872_0p167_0p126","t":353.617,"s":[73.628,23.603,0],"e":[73.628,75.603,0],"to":[8.16666698455811,8.66666698455811,0],"ti":[8.16666698455811,-8.66666698455811,0]},{"i":{"x":0.833,"y":0.876},"o":{"x":0.167,"y":0.125},"n":"0p833_0p876_0p167_0p125","t":361.484,"s":[73.628,75.603,0],"e":[24.628,75.603,0],"to":[-8.16666698455811,8.66666698455811,0],"ti":[8.16666698455811,8.66666698455811,0]},{"i":{"x":0.31,"y":1},"o":{"x":0.167,"y":0.547},"n":"0p31_1_0p167_0p547","t":368.826,"s":[24.628,75.603,0],"e":[24.628,23.603,0],"to":[-8.16666698455811,-8.66666698455811,0],"ti":[0,0,0]},{"t":402}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[22.068,22.068]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0,0.82,0.757,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"}],"ip":321,"op":402,"st":217,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Ball 4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0.221},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.826},"o":{"x":0.167,"y":0.167},"n":"0p833_0p826_0p167_0p167","t":241,"s":[24.628,23.603,0],"e":[73.628,23.603,0],"to":[0,0,0],"ti":[-8.16666698455811,-8.66666698455811,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.16},"n":"0p833_0p837_0p167_0p16","t":261,"s":[73.628,23.603,0],"e":[73.628,75.603,0],"to":[8.16666698455811,8.66666698455811,0],"ti":[8.16666698455811,-8.66666698455811,0]},{"i":{"x":0.833,"y":0.831},"o":{"x":0.167,"y":0.171},"n":"0p833_0p831_0p167_0p171","t":281,"s":[73.628,75.603,0],"e":[24.628,75.603,0],"to":[-8.16666698455811,8.66666698455811,0],"ti":[8.16666698455811,8.66666698455811,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.165},"n":"0p833_0p833_0p167_0p165","t":301,"s":[24.628,75.603,0],"e":[24.628,23.603,0],"to":[-8.16666698455811,-8.66666698455811,0],"ti":[0,0,0]},{"t":321}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[22.068,22.068]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0,0.82,0.757,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"}],"ip":241,"op":321,"st":177,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Ball 3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0.221},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":161,"s":[24.628,23.603,0],"e":[73.628,23.603,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":181,"s":[73.628,23.603,0],"e":[73.628,75.603,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":201,"s":[73.628,75.603,0],"e":[24.628,75.603,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":221,"s":[24.628,75.603,0],"e":[24.628,23.603,0],"to":[0,0,0],"ti":[0,0,0]},{"t":241}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[22.068,22.068]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0,0.82,0.757,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"}],"ip":161,"op":241,"st":97,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Ball 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0.221},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":81,"s":[24.628,23.603,0],"e":[73.628,23.603,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":101,"s":[73.628,23.603,0],"e":[73.628,75.603,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":121,"s":[73.628,75.603,0],"e":[24.628,75.603,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":141,"s":[24.628,75.603,0],"e":[24.628,23.603,0],"to":[0,0,0],"ti":[0,0,0]},{"t":161}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[22.068,22.068]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0,0.82,0.757,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"}],"ip":81,"op":161,"st":17,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Ball","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0.221},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[24.628,23.603,0],"e":[73.628,23.603,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[73.628,23.603,0],"e":[73.628,75.603,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[73.628,75.603,0],"e":[24.628,75.603,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":60,"s":[24.628,75.603,0],"e":[24.628,23.603,0],"to":[0,0,0],"ti":[0,0,0]},{"t":80}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[22.068,22.068]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0,0.82,0.757,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":81,"st":-24,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":1,"nm":"bg","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[50,50,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"sw":100,"sh":100,"sc":"#ffffff","ip":0,"op":483,"st":0,"bm":0,"sr":1}]},{"id":"comp_14","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Elipse 3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0.221},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[58.068,58.068]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0,0.82,0.757,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Ellipse 3","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[22.068,22.068]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0,0.82,0.757,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":394,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":424,"s":[0],"e":[100]},{"t":454}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":394,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":424,"s":[100],"e":[100]},{"t":454}],"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":394,"s":[0],"e":[180]},{"t":454}],"ix":3},"m":1,"ix":3,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":394,"op":454,"st":370,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Elipse 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0.221},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-20.465,0],[0,-6.094],[20.465,0],[0,6.094]],"o":[[20.465,0],[0,6.094],[-20.465,0],[0,-6.094]],"v":[[0,-11.034],[37.055,0],[0,11.034],[-37.055,0]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[-9.369,0],[0,-14.791],[9.369,0],[0,14.791]],"o":[[9.369,0],[0,14.791],[-9.369,0],[0,-14.791]],"v":[[0,-26.782],[16.964,0],[0,26.782],[-16.964,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":300,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":346.5,"s":[0],"e":[100]},{"t":393}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":300,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":346.5,"s":[100],"e":[100]},{"t":393}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":2,"ix":3,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0,0.82,0.757,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Ellipse 3","np":4,"mn":"ADBE Vector Group"}],"ip":300,"op":394,"st":276,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Polystar","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":1,"d":1,"pt":{"a":0,"k":5,"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"r":{"a":0,"k":0,"ix":5},"ir":{"a":0,"k":8.086,"ix":6},"is":{"a":0,"k":0,"ix":8},"or":{"a":0,"k":18.618,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star"},{"ty":"st","c":{"a":0,"k":[0,0.82,0.757,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":240,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":270,"s":[0],"e":[100]},{"t":300}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":240,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":270,"s":[100],"e":[100]},{"t":300}],"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":240,"s":[25],"e":[205]},{"t":300}],"ix":3},"m":1,"ix":3,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"tr","p":{"a":0,"k":[0.224,-0.387],"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":"Polystar 2","np":3,"mn":"ADBE Vector Group"}],"ip":240,"op":300,"st":216,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Polygon","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":2,"d":1,"pt":{"a":0,"k":5,"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"r":{"a":0,"k":0,"ix":5},"or":{"a":0,"k":18.024,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star"},{"ty":"st","c":{"a":0,"k":[0,0.82,0.757,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":180,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":210,"s":[0],"e":[100]},{"t":240}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":180,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":210,"s":[100],"e":[100]},{"t":240}],"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":180,"s":[194],"e":[374]},{"t":240}],"ix":3},"m":1,"ix":3,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"tr","p":{"a":0,"k":[0,0.71],"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":"Polystar 1","np":3,"mn":"ADBE Vector Group"}],"ip":180,"op":240,"st":156,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Path","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-0.223,-15.138],[-14.732,14.549],[15.402,14.772]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0.82,0.757,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":120,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":149,"s":[0],"e":[0]},{"t":180}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":120,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":149,"s":[100],"e":[0]},{"t":180}],"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":120,"s":[336],"e":[156]},{"t":180}],"ix":3},"m":1,"ix":3,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"tr","p":{"a":0,"k":[1,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,"mn":"ADBE Vector Group"}],"ip":120,"op":180,"st":96,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Rect","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[30,30]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"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":"Rectangle 1","np":1,"mn":"ADBE Vector Group"},{"ty":"st","c":{"a":0,"k":[0,0.82,0.757,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":60,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":90,"s":[0],"e":[100]},{"t":120}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":60,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":90,"s":[100],"e":[100]},{"t":120}],"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":60,"s":[144],"e":[324]},{"t":120}],"ix":3},"m":1,"ix":3,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":60,"op":120,"st":36,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Elipse","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0.221},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[22.068,22.068]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0,0.82,0.757,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[0],"e":[100]},{"t":60}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[100],"e":[100]},{"t":60}],"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[180]},{"t":60}],"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":60,"st":-24,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":1,"nm":"bg","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[50,50,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"sw":100,"sh":100,"sc":"#ffffff","ip":0,"op":454,"st":0,"bm":0,"sr":1}]}],"layers":[{"ddd":0,"ind":0,"ty":0,"nm":"Test_ShapeTypes","parent":1,"refId":"comp_10","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[-131,50,0]},"a":{"a":0,"k":[50,50,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":100,"h":100,"ip":524,"op":607,"st":524,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":0,"nm":"Test_ShapeTypes","refId":"comp_10","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":524,"s":[203,240,0],"e":[203,71,0],"to":[0,-28.1666660308838,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":545,"s":[203,71,0],"e":[203,240,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":565,"s":[203,240,0],"e":[203,71,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":586,"s":[203,71,0],"e":[203,240,0],"to":[0,0,0],"ti":[0,-28.1666660308838,0]},{"t":606}]},"a":{"a":0,"k":[14,50,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":100,"h":100,"ip":524,"op":607,"st":524,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":0,"nm":"Test_Parenting","refId":"comp_11","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[150,150,0]},"a":{"a":0,"k":[50,50,0]},"s":{"a":0,"k":[100,-100,100]}},"ao":0,"w":100,"h":100,"ip":402,"op":524,"st":402,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":0,"nm":"Test_TrackMattes","refId":"comp_12","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":90},"p":{"a":0,"k":[150,150,0]},"a":{"a":1,"k":[{"i":{"x":0.16,"y":1},"o":{"x":0.84,"y":0},"n":"0p16_1_0p84_0","t":283,"s":[124,50,0],"e":[-26.8,50,0],"to":[-25.1333332061768,0,0],"ti":[0,0,0]},{"i":{"x":0.16,"y":1},"o":{"x":0.84,"y":0},"n":"0p16_1_0p84_0","t":339,"s":[-26.8,50,0],"e":[124,50,0],"to":[0,0,0],"ti":[-25.1333332061768,0,0]},{"t":401}]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":100,"h":100,"ip":283,"op":402,"st":283,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":0,"nm":"Test_KeyframeTypes","refId":"comp_13","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":212,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":239,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":243,"s":[100],"e":[0]},{"t":274}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[150,150,0]},"a":{"a":0,"k":[50,50,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":100,"h":100,"ip":200,"op":283,"st":-129,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":0,"nm":"Test_TrimPaths","refId":"comp_14","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[150,150,0]},"a":{"a":0,"k":[50,50,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":79,"s":[300,300,100],"e":[402,402,100]},{"t":199}]}},"ao":0,"w":100,"h":100,"ip":79,"op":200,"st":79,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":0,"nm":"Test_KeyframeTypes","refId":"comp_13","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[0,0,0],"e":[200,0,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[200,0,0],"e":[200,200,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[200,200,0],"e":[0,200,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":60,"s":[0,200,0],"e":[0,0,0],"to":[0,0,0],"ti":[0,0,0]},{"t":78}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":100,"h":100,"ip":0,"op":79,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":1,"nm":"White Solid 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[150,150,0]},"a":{"a":0,"k":[150,150,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"sw":300,"sh":300,"sc":"#ffffff","ip":0,"op":607,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/RGB.json b/ohos/flutter_lottie/assets/Tests/RGB.json new file mode 100644 index 0000000000000000000000000000000000000000..28f20c84bc56663ed9f24e5b79089f9e312685af --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/RGB.json @@ -0,0 +1,179 @@ +{ + "v": "4.11.1", + "fr": 30, + "ip": 0, + "op": 3, + "w": 300, + "h": 300, + "nm": "Comp 1", + "ddd": 0, + "assets": [], + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 4, + "nm": "n", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 150, + 150, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "rc", + "d": 1, + "s": { + "a": 0, + "k": [ + 300, + 300 + ], + "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": "fl", + "c": { + "a": 1, + "k": [ + { + "t": 0, + "s": [ + 0.928262987324, + 0, + 0, + 1 + ], + "h": 1 + }, + { + "t": 1, + "s": [ + 0, + 1, + 0, + 1 + ], + "h": 1 + }, + { + "t": 2, + "s": [ + 0, + 0, + 1, + 1 + ], + "h": 1 + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167" + ], + "t": 30, + "s": [ + 0, + 1, + 0, + 1 + ], + "e": [ + 0, + 0, + 1, + 1 + ] + }, + { + "t": 60 + } + ], + "ix": 4 + }, + "o": { + "a": 0, + "k": 100, + "ix": 5 + }, + "r": 1, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + } + ], + "ip": 0, + "op": 3, + "st": 0, + "bm": 0 + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/RGBMarker.json b/ohos/flutter_lottie/assets/Tests/RGBMarker.json new file mode 100644 index 0000000000000000000000000000000000000000..7e00a4558f6d1ff0f3cedc9f10326cda3b404e9c --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/RGBMarker.json @@ -0,0 +1 @@ +{"v":"5.5.8","fr":29.9700012207031,"ip":0,"op":181.000007372281,"w":400,"h":400,"nm":"Marker","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200,200,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[350,350],"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":"fl","c":{"a":1,"k":[{"t":0,"s":[1,0,0,1],"h":1},{"t":60,"s":[0,1,0,1],"h":1},{"t":120.0000048877,"s":[0,0,1,1],"h":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":"Rectangle 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":181.000007372281,"st":0,"bm":0}],"markers":[{"tm":0,"cm":"Red Section","dr":0},{"tm":60.0000024438501,"cm":"Green Section","dr":0},{"tm":120.0000048877,"cm":"Blue Section","dr":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/Rect1.json b/ohos/flutter_lottie/assets/Tests/Rect1.json new file mode 100644 index 0000000000000000000000000000000000000000..132ceca0f825cd5136e0fc9c36df6a00a43424c8 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/Rect1.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 1","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[100,100,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[85.714,85.714],"e":[52.714,52.714]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":16,"s":[52.714,52.714],"e":[85.714,85.714]},{"t":35}]},"p":{"k":[0,0]},"r":{"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"st","c":{"k":[0,0,0,1]},"o":{"k":100},"w":{"k":14},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[3.198,1.099],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":36,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":1,"nm":"White Solid 1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[45,45,0]},"a":{"k":[100,100,0]},"s":{"k":[45,45,100]}},"ao":0,"sw":200,"sh":200,"sc":"#ffffff","ip":0,"op":36,"st":0,"bm":0,"sr":1}],"v":"4.5.4","ddd":0,"ip":0,"op":36,"fr":60,"w":90,"h":90} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/Rect3.json b/ohos/flutter_lottie/assets/Tests/Rect3.json new file mode 100644 index 0000000000000000000000000000000000000000..55f65cbafdfbe684600db77d493f7a1a2721efa6 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/Rect3.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 1","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[100,100,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"k":[{"i":{"x":[0.1,0.1],"y":[1,1]},"o":{"x":[0.9,0.9],"y":[0,0]},"n":["0p1_1_0p9_0","0p1_1_0p9_0"],"t":0,"s":[85.714,85.714],"e":[52.714,52.714]},{"i":{"x":[0.1,0.1],"y":[1,1]},"o":{"x":[0.9,0.9],"y":[0,0]},"n":["0p1_1_0p9_0","0p1_1_0p9_0"],"t":16,"s":[52.714,52.714],"e":[85.714,85.714]},{"t":35}]},"p":{"k":[0,0]},"r":{"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"st","c":{"k":[0,0,0,1]},"o":{"k":100},"w":{"k":14},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[2.198,1.099],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":273,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":1,"nm":"White Solid 1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[45,45,0]},"a":{"k":[100,100,0]},"s":{"k":[45,45,100]}},"ao":0,"sw":200,"sh":200,"sc":"#ffffff","ip":0,"op":36,"st":0,"bm":0,"sr":1}],"v":"4.5.4","ddd":0,"ip":0,"op":36,"fr":60,"w":90,"h":90} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/Rect4.json b/ohos/flutter_lottie/assets/Tests/Rect4.json new file mode 100644 index 0000000000000000000000000000000000000000..6c6218e5f5f86b7ec8152009fa57a0f1061cc3ea --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/Rect4.json @@ -0,0 +1 @@ +{ "assets": [], "layers": [ { "ddd": 0, "ind": 0, "ty": 4, "nm": "Shape Layer 1", "ks": { "o": { "k": 100 }, "r": { "k": 0 }, "p": { "k": [ 100, 100, 0 ] }, "a": { "k": [ 0, 0, 0 ] }, "s": { "k": [ 100, 100, 100 ] } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ty": "rc", "d": 1, "s": { "k": [ { "i": { "x": [ 0.12, 0.12 ], "y": [ 0.12, 1 ] }, "o": { "x": [ 0.88, 0.88 ], "y": [ 0.88, 0 ] }, "n": [ "0p12_0p12_0p88_0p88", "0p12_1_0p88_0" ], "t": 0, "s": [ 85.714, 85.714 ], "e": [ 85.714, 154.714 ] }, { "i": { "x": [ 0.12, 0.12 ], "y": [ 0.12, 1 ] }, "o": { "x": [ 0.88, 0.88 ], "y": [ 0.88, 0 ] }, "n": [ "0p12_0p12_0p88_0p88", "0p12_1_0p88_0" ], "t": 16, "s": [ 85.714, 154.714 ], "e": [ 85.714, 85.714 ] }, { "t": 35 } ] }, "p": { "k": [ 0, 0 ] }, "r": { "k": 0 }, "nm": "Rectangle Path 1", "mn": "ADBE Vector Shape - Rect" }, { "ty": "st", "c": { "k": [ 0, 0, 0, 1 ] }, "o": { "k": 100 }, "w": { "k": 14 }, "lc": 1, "lj": 1, "ml": 4, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke" }, { "ty": "tr", "p": { "k": [ 2.198, 1.099 ], "ix": 2 }, "a": { "k": [ 0, 0 ], "ix": 1 }, "s": { "k": [ 100, 100 ], "ix": 3 }, "r": { "k": 0, "ix": 6 }, "o": { "k": 100, "ix": 7 }, "sk": { "k": 0, "ix": 4 }, "sa": { "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Rectangle 1", "np": 2, "mn": "ADBE Vector Group" } ], "ip": 0, "op": 36, "st": 0, "bm": 0, "sr": 1 } ], "v": "4.5.4", "ddd": 0, "ip": 0, "op": 36, "fr": 60, "w": 200, "h": 200 } \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/Rect5.json b/ohos/flutter_lottie/assets/Tests/Rect5.json new file mode 100644 index 0000000000000000000000000000000000000000..332526cc911081f3ce7e5b1d7c2c15e9b75b2a3a --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/Rect5.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 1","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[100,100,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"k":[{"i":{"x":[0.27,0.27],"y":[1,0.27]},"o":{"x":[0.73,0.73],"y":[0,0.73]},"n":["0p27_1_0p73_0","0p27_0p27_0p73_0p73"],"t":0,"s":[85.714,85.714],"e":[172.714,85.714]},{"i":{"x":[0.27,0.27],"y":[1,0.27]},"o":{"x":[0.73,0.73],"y":[0,0.73]},"n":["0p27_1_0p73_0","0p27_0p27_0p73_0p73"],"t":16,"s":[172.714,85.714],"e":[85.714,85.714]},{"t":35}]},"p":{"k":[0,0]},"r":{"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"st","c":{"k":[0,0,0,1]},"o":{"k":100},"w":{"k":14},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[2.198,1.099],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":36,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":1,"nm":"White Solid 1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[45,45,0]},"a":{"k":[100,100,0]},"s":{"k":[45,45,100]}},"ao":0,"sw":200,"sh":200,"sc":"#ffffff","ip":0,"op":36,"st":0,"bm":0,"sr":1}],"v":"4.5.4","ddd":0,"ip":0,"op":36,"fr":60,"w":90,"h":90} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/Rect6.json b/ohos/flutter_lottie/assets/Tests/Rect6.json new file mode 100644 index 0000000000000000000000000000000000000000..892ef66c3d0e3a86b11f1f0cef52e4b802ffce8f --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/Rect6.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 1","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[100,100,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"k":[{"i":{"x":[0.27,0.27],"y":[1,0.27]},"o":{"x":[0.73,0.73],"y":[0,0.73]},"n":["0p27_1_0p73_0","0p27_0p27_0p73_0p73"],"t":0,"s":[85.714,85.714],"e":[172.714,85.714]},{"i":{"x":[0.27,0.27],"y":[0.27,1]},"o":{"x":[0.73,0.73],"y":[0.73,0]},"n":["0p27_0p27_0p73_0p73","0p27_1_0p73_0"],"t":16,"s":[172.714,85.714],"e":[172.714,163.714]},{"i":{"x":[0.27,0.27],"y":[1,1]},"o":{"x":[0.73,0.73],"y":[0,0]},"n":["0p27_1_0p73_0","0p27_1_0p73_0"],"t":35,"s":[172.714,163.714],"e":[85.714,85.714]},{"t":62}]},"p":{"k":[0,0]},"r":{"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"st","c":{"k":[0,0,0,1]},"o":{"k":100},"w":{"k":14},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[2.198,1.099],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":63,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":1,"nm":"White Solid 1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[45,45,0]},"a":{"k":[100,100,0]},"s":{"k":[45,45,100]}},"ao":0,"sw":200,"sh":200,"sc":"#ffffff","ip":0,"op":64,"st":0,"bm":0,"sr":1}],"v":"4.5.4","ddd":0,"ip":0,"op":63,"fr":60,"w":90,"h":90} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/Rect7.json b/ohos/flutter_lottie/assets/Tests/Rect7.json new file mode 100644 index 0000000000000000000000000000000000000000..6b73af956ecaf43708e6f96cfa9e03b3f00a7851 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/Rect7.json @@ -0,0 +1 @@ +{ "assets": [], "layers": [ { "ddd": 0, "ind": 0, "ty": 4, "nm": "Shape Layer 4", "parent": 3, "ks": { "o": { "k": 100 }, "r": { "k": 0 }, "p": { "k": [ { "i": { "x": 0, "y": 1 }, "o": { "x": 0.167, "y": 0.167 }, "n": "0_1_0p167_0p167", "t": 35, "s": [ 111.714, 91, 0 ], "e": [ 99.714, 100, 0 ], "to": [ 0, 0, 0 ], "ti": [ 0, 0, 0 ] }, { "t": 62 } ] }, "a": { "k": [ 0, 0, 0 ] }, "s": { "k": [ 100, 100, 100 ] } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ty": "rc", "d": 1, "s": { "k": [ { "i": { "x": [ 0, 0 ], "y": [ 1, 1 ] }, "o": { "x": [ 0.167, 0.167 ], "y": [ 0.167, 0.167 ] }, "n": [ "0_1_0p167_0p167", "0_1_0p167_0p167" ], "t": 35, "s": [ 109.714, 103.714 ], "e": [ 85.714, 85.714 ] }, { "t": 62 } ] }, "p": { "k": [ 0, 0 ] }, "r": { "k": 0 }, "nm": "Rectangle Path 1", "mn": "ADBE Vector Shape - Rect" }, { "ty": "st", "c": { "k": [ 0, 0, 0, 1 ] }, "o": { "k": 100 }, "w": { "k": 14 }, "lc": 1, "lj": 1, "ml": 4, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke" }, { "ty": "tr", "p": { "k": [ 0.198, 1.099 ], "ix": 2 }, "a": { "k": [ 0, 0 ], "ix": 1 }, "s": { "k": [ 100, 100 ], "ix": 3 }, "r": { "k": 0, "ix": 6 }, "o": { "k": 100, "ix": 7 }, "sk": { "k": 0, "ix": 4 }, "sa": { "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Rectangle 1", "np": 2, "mn": "ADBE Vector Group" } ], "ip": 35, "op": 63, "st": 0, "bm": 0, "sr": 1 }, { "ddd": 0, "ind": 1, "ty": 4, "nm": "Shape Layer 3", "parent": 3, "ks": { "o": { "k": 100 }, "r": { "k": 0 }, "p": { "k": [ { "i": { "x": 0, "y": 1 }, "o": { "x": 0.167, "y": 0.167 }, "n": "0_1_0p167_0p167", "t": 16, "s": [ 111.714, 100, 0 ], "e": [ 111.714, 91, 0 ], "to": [ 0, 0, 0 ], "ti": [ 0, 0, 0 ] }, { "t": 35 } ] }, "a": { "k": [ 0, 0, 0 ] }, "s": { "k": [ 100, 100, 100 ] } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ty": "rc", "d": 1, "s": { "k": [ { "i": { "x": [ 0, 0 ], "y": [ 0, 1 ] }, "o": { "x": [ 0.167, 0.167 ], "y": [ 0.167, 0.167 ] }, "n": [ "0_0_0p167_0p167", "0_1_0p167_0p167" ], "t": 16, "s": [ 109.714, 85.714 ], "e": [ 109.714, 103.714 ] }, { "t": 35 } ] }, "p": { "k": [ 0, 0 ] }, "r": { "k": 0 }, "nm": "Rectangle Path 1", "mn": "ADBE Vector Shape - Rect" }, { "ty": "st", "c": { "k": [ 0, 0, 0, 1 ] }, "o": { "k": 100 }, "w": { "k": 14 }, "lc": 1, "lj": 1, "ml": 4, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke" }, { "ty": "tr", "p": { "k": [ 0.198, 1.099 ], "ix": 2 }, "a": { "k": [ 0, 0 ], "ix": 1 }, "s": { "k": [ 100, 100 ], "ix": 3 }, "r": { "k": 0, "ix": 6 }, "o": { "k": 100, "ix": 7 }, "sk": { "k": 0, "ix": 4 }, "sa": { "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Rectangle 1", "np": 2, "mn": "ADBE Vector Group" } ], "ip": 16, "op": 35, "st": 0, "bm": 0, "sr": 1 }, { "ddd": 0, "ind": 2, "ty": 4, "nm": "Shape Layer 2", "parent": 3, "ks": { "o": { "k": 100 }, "r": { "k": 0 }, "p": { "k": [ { "i": { "x": 0, "y": 1 }, "o": { "x": 0.167, "y": 0.167 }, "n": "0_1_0p167_0p167", "t": 0, "s": [ 99.714, 100, 0 ], "e": [ 111.714, 100, 0 ], "to": [ 0, 0, 0 ], "ti": [ 0, 0, 0 ] }, { "t": 16 } ] }, "a": { "k": [ 0, 0, 0 ] }, "s": { "k": [ 100, 100, 100 ] } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ty": "rc", "d": 1, "s": { "k": [ { "i": { "x": [ 0, 0 ], "y": [ 1, 0 ] }, "o": { "x": [ 0.167, 0.167 ], "y": [ 0.167, 0.167 ] }, "n": [ "0_1_0p167_0p167", "0_0_0p167_0p167" ], "t": 0, "s": [ 85.714, 85.714 ], "e": [ 109.714, 85.714 ] }, { "t": 16 } ] }, "p": { "k": [ 0, 0 ] }, "r": { "k": 0 }, "nm": "Rectangle Path 1", "mn": "ADBE Vector Shape - Rect" }, { "ty": "st", "c": { "k": [ 0, 0, 0, 1 ] }, "o": { "k": 100 }, "w": { "k": 14 }, "lc": 1, "lj": 1, "ml": 4, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke" }, { "ty": "tr", "p": { "k": [ 0.198, 1.099 ], "ix": 2 }, "a": { "k": [ 0, 0 ], "ix": 1 }, "s": { "k": [ 100, 100 ], "ix": 3 }, "r": { "k": 0, "ix": 6 }, "o": { "k": 100, "ix": 7 }, "sk": { "k": 0, "ix": 4 }, "sa": { "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Rectangle 1", "np": 2, "mn": "ADBE Vector Group" } ], "ip": 0, "op": 16, "st": 0, "bm": 0, "sr": 1 }, { "ddd": 0, "ind": 3, "ty": 1, "nm": "White Solid 1", "ks": { "o": { "k": 100 }, "r": { "k": 0 }, "p": { "k": [ 45, 45, 0 ] }, "a": { "k": [ 100, 100, 0 ] }, "s": { "k": [ 45, 45, 100 ] } }, "ao": 0, "sw": 200, "sh": 200, "sc": "#ffffff", "ip": 0, "op": 63, "st": 0, "bm": 0, "sr": 1 } ], "v": "4.5.4", "ddd": 0, "ip": 0, "op": 63, "fr": 60, "w": 90, "h": 90 } \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/Rect8.json b/ohos/flutter_lottie/assets/Tests/Rect8.json new file mode 100644 index 0000000000000000000000000000000000000000..5c89a839afcabf1177895869572214cdf9113511 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/Rect8.json @@ -0,0 +1 @@ +{ "assets": [], "layers": [ { "ddd": 0, "ind": 0, "ty": 3, "nm": "MAIN BOX POSITION", "parent": 2, "ks": { "o": { "k": 0 }, "r": { "k": 0 }, "p": { "k": [ { "i": { "x": 0.667, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p667_1_0p333_0", "t": 0, "s": [ 38.675, 23.477, 0 ], "e": [ 38.675, 56.177, 0 ], "to": [ 0, 0, 0 ], "ti": [ 0, 0, 0 ] }, { "i": { "x": 0.667, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p667_1_0p333_0", "t": 16, "s": [ 38.675, 56.177, 0 ], "e": [ 38.675, 54.327, 0 ], "to": [ 0, 0, 0 ], "ti": [ 0, 0, 0 ] }, { "i": { "x": 0.667, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p667_1_0p333_0", "t": 23, "s": [ 38.675, 54.327, 0 ], "e": [ 38.675, 54.927, 0 ], "to": [ 0, 0, 0 ], "ti": [ 0, 0, 0 ] }, { "i": { "x": 0.667, "y": 0.667 }, "o": { "x": 0.333, "y": 0.333 }, "n": "0p667_0p667_0p333_0p333", "t": 33, "s": [ 38.675, 54.927, 0 ], "e": [ 38.675, 54.927, 0 ], "to": [ 0, 0, 0 ], "ti": [ 0, 0, 0 ] }, { "i": { "x": 0.667, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p667_1_0p333_0", "t": 46, "s": [ 38.675, 54.927, 0 ], "e": [ 38.675, 66.027, 0 ], "to": [ 0, 0, 0 ], "ti": [ 0, 0, 0 ] }, { "i": { "x": 0.667, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "n": "0p667_1_0p333_0", "t": 61, "s": [ 38.675, 66.027, 0 ], "e": [ 38.675, 53.027, 0 ], "to": [ 0, 0, 0 ], "ti": [ 0, 0, 0 ] }, { "i": { "x": 0.667, "y": 1 }, "o": { "x": 0.167, "y": 0.167 }, "n": "0p667_1_0p167_0p167", "t": 70, "s": [ 38.675, 53.027, 0 ], "e": [ 38.675, 55.927, 0 ], "to": [ 0, 0, 0 ], "ti": [ 0, 0, 0 ] }, { "i": { "x": 0.667, "y": 1 }, "o": { "x": 0.167, "y": 0.167 }, "n": "0p667_1_0p167_0p167", "t": 81, "s": [ 38.675, 55.927, 0 ], "e": [ 38.675, 55.477, 0 ], "to": [ 0, 0, 0 ], "ti": [ 0, 0, 0 ] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.333, "y": 0.333 }, "n": "0p833_0p833_0p333_0p333", "t": 94, "s": [ 38.675, 55.477, 0 ], "e": [ 38.675, 55.477, 0 ], "to": [ 0, 0, 0 ], "ti": [ 0, 0, 0 ] }, { "i": { "x": 0.667, "y": 1 }, "o": { "x": 0.167, "y": 0.167 }, "n": "0p667_1_0p167_0p167", "t": 118, "s": [ 38.675, 55.477, 0 ], "e": [ 38.675, 50.252, 0 ], "to": [ 0, 0, 0 ], "ti": [ 0, 0, 0 ] }, { "i": { "x": 0.667, "y": 1 }, "o": { "x": 0.167, "y": 0.167 }, "n": "0p667_1_0p167_0p167", "t": 129, "s": [ 38.675, 50.252, 0 ], "e": [ 18.141, 74.318, 0 ], "to": [ 0, 0, 0 ], "ti": [ 0, 0, 0 ] }, { "t": 141 } ] }, "a": { "k": [ 60, 60, 0 ] }, "s": { "k": [ 10, 10, 100 ] } }, "ao": 0, "ip": 0, "op": 163, "st": -7, "bm": 0, "sr": 1 }, { "ddd": 0, "ind": 1, "ty": 4, "nm": "MAIN BOX 12", "parent": 0, "ks": { "o": { "k": 100 }, "r": { "k": 0 }, "p": { "k": [ 60, 76, 0 ] }, "a": { "k": [ -322.967, 107.138, 0 ] }, "s": { "k": [ 206, 206, 100 ] } }, "ao": 0, "shapes": [ { "ty": "gr", "it": [ { "ty": "rc", "d": 1, "s": { "k": [ { "i": { "x": [ 0.667, 0.667 ], "y": [ 1, 1 ] }, "o": { "x": [ 0.333, 0.333 ], "y": [ 0, 0 ] }, "n": [ "0p667_1_0p333_0", "0p667_1_0p333_0" ], "t": -0.015, "s": [ 0, 0 ], "e": [ 187.466, 206.343 ] }, { "i": { "x": [ 0.667, 0.667 ], "y": [ 0.667, 1 ] }, "o": { "x": [ 0.333, 0.333 ], "y": [ 0.333, 0 ] }, "n": [ "0p667_0p667_0p333_0p333", "0p667_1_0p333_0" ], "t": 16.001, "s": [ 187.466, 206.343 ], "e": [ 187.466, 188.143 ] }, { "i": { "x": [ 0.667, 0.667 ], "y": [ 1, 1 ] }, "o": { "x": [ 0.333, 0.333 ], "y": [ 0, 0 ] }, "n": [ "0p667_1_0p333_0", "0p667_1_0p333_0" ], "t": 23.001, "s": [ 187.466, 188.143 ], "e": [ 187.466, 194.243 ] }, { "i": { "x": [ 0.667, 0.667 ], "y": [ 1, 1 ] }, "o": { "x": [ 0.333, 0.333 ], "y": [ 0, 0 ] }, "n": [ "0p667_1_0p333_0", "0p667_1_0p333_0" ], "t": 33.001, "s": [ 187.466, 194.243 ], "e": [ 187.466, 194.243 ] }, { "i": { "x": [ 0.667, 0.667 ], "y": [ 1, 1 ] }, "o": { "x": [ 0.333, 0.333 ], "y": [ 0, 0 ] }, "n": [ "0p667_1_0p333_0", "0p667_1_0p333_0" ], "t": 46.001, "s": [ 187.466, 194.243 ], "e": [ 216.366, 86.843 ] }, { "i": { "x": [ 0.667, 0.667 ], "y": [ 1, 1 ] }, "o": { "x": [ 0.333, 0.333 ], "y": [ 0, 0 ] }, "n": [ "0p667_1_0p333_0", "0p667_1_0p333_0" ], "t": 61.001, "s": [ 216.366, 86.843 ], "e": [ 147.766, 212.543 ] }, { "i": { "x": [ 0.667, 0.667 ], "y": [ 0.667, 1 ] }, "o": { "x": [ 0.167, 0.167 ], "y": [ 0.167, 0.167 ] }, "n": [ "0p667_0p667_0p167_0p167", "0p667_1_0p167_0p167" ], "t": 70.001, "s": [ 147.766, 212.543 ], "e": [ 147.766, 184.043 ] }, { "i": { "x": [ 0.667, 0.667 ], "y": [ 0.667, 1 ] }, "o": { "x": [ 0.167, 0.167 ], "y": [ 0.167, 0.167 ] }, "n": [ "0p667_0p667_0p167_0p167", "0p667_1_0p167_0p167" ], "t": 81.001, "s": [ 147.766, 184.043 ], "e": [ 147.766, 188.543 ] }, { "i": { "x": [ 0.833, 0.833 ], "y": [ 0.833, 0.833 ] }, "o": { "x": [ 0.333, 0.333 ], "y": [ 0.333, 0.333 ] }, "n": [ "0p833_0p833_0p333_0p333", "0p833_0p833_0p333_0p333" ], "t": 94.001, "s": [ 147.766, 188.543 ], "e": [ 147.766, 188.543 ] }, { "i": { "x": [ 0.667, 0.667 ], "y": [ 0.667, 1 ] }, "o": { "x": [ 0.167, 0.167 ], "y": [ 0.167, 0.167 ] }, "n": [ "0p667_0p667_0p167_0p167", "0p667_1_0p167_0p167" ], "t": 118.001, "s": [ 147.766, 188.543 ], "e": [ 147.766, 239.043 ] }, { "i": { "x": [ 0.667, 0.667 ], "y": [ 1, 1 ] }, "o": { "x": [ 0.167, 0.167 ], "y": [ 0.167, 0.167 ] }, "n": [ "0p667_1_0p167_0p167", "0p667_1_0p167_0p167" ], "t": 129.001, "s": [ 147.766, 239.043 ], "e": [ 5, 5 ] }, { "t": 141.000609984985 } ] }, "p": { "k": [ 0, 0 ] }, "r": { "k": [ { "i": { "x": [ 0.667 ], "y": [ 1 ] }, "o": { "x": [ 0.333 ], "y": [ 0 ] }, "n": [ "0p667_1_0p333_0" ], "t": 61.001, "s": [ 10 ], "e": [ 0.3 ] }, { "i": { "x": [ 0.667 ], "y": [ 0.667 ] }, "o": { "x": [ 0.167 ], "y": [ 0.167 ] }, "n": [ "0p667_0p667_0p167_0p167" ], "t": 70.001, "s": [ 0.3 ], "e": [ 0.3 ] }, { "i": { "x": [ 0.667 ], "y": [ 0.667 ] }, "o": { "x": [ 0.167 ], "y": [ 0.167 ] }, "n": [ "0p667_0p667_0p167_0p167" ], "t": 81.001, "s": [ 0.3 ], "e": [ 0.3 ] }, { "i": { "x": [ 0.833 ], "y": [ 0.833 ] }, "o": { "x": [ 0.333 ], "y": [ 0.333 ] }, "n": [ "0p833_0p833_0p333_0p333" ], "t": 94.001, "s": [ 0.3 ], "e": [ 0.3 ] }, { "i": { "x": [ 0.667 ], "y": [ 0.667 ] }, "o": { "x": [ 0.167 ], "y": [ 0.167 ] }, "n": [ "0p667_0p667_0p167_0p167" ], "t": 118.001, "s": [ 0.3 ], "e": [ 0.3 ] }, { "i": { "x": [ 0.667 ], "y": [ 1 ] }, "o": { "x": [ 0.167 ], "y": [ 0.167 ] }, "n": [ "0p667_1_0p167_0p167" ], "t": 129.001, "s": [ 0.3 ], "e": [ 15.3 ] }, { "t": 141.000609984985 } ] }, "nm": "Rectangle Path 1", "mn": "ADBE Vector Shape - Rect" }, { "ty": "st", "c": { "k": [ 0.1, 0.65, 0.6, 1 ] }, "o": { "k": 100 }, "w": { "k": 10 }, "lc": 1, "lj": 1, "ml": 4, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke" }, { "ty": "fl", "c": { "k": [ 1, 1, 1, 1 ] }, "o": { "k": 100 }, "nm": "Fill 1", "mn": "ADBE Vector Graphic - Fill" }, { "ty": "tr", "p": { "k": [ -322.967, 7.271 ], "ix": 2 }, "a": { "k": [ 0, 0 ], "ix": 1 }, "s": { "k": [ 100, 100 ], "ix": 3 }, "r": { "k": 0, "ix": 6 }, "o": { "k": 100, "ix": 7 }, "sk": { "k": 0, "ix": 4 }, "sa": { "k": 0, "ix": 5 }, "nm": "Transform" } ], "nm": "Rectangle 1", "np": 3, "mn": "ADBE Vector Group" } ], "ip": 0, "op": 141, "st": -22.015015015015, "bm": 0, "sr": 1 }, { "ddd": 0, "ind": 2, "ty": 1, "nm": "White Solid 2", "ks": { "o": { "k": 100 }, "r": { "k": 0 }, "p": { "k": [ 45, 45, 0 ] }, "a": { "k": [ 35, 35, 0 ] }, "s": { "k": [ 128.571, 128.571, 100 ] } }, "ao": 0, "sw": 70, "sh": 70, "sc": "#ffffff", "ip": 0, "op": 163, "st": 0, "bm": 0, "sr": 1 } ], "v": "4.5.4", "ddd": 0, "ip": 0, "op": 163, "fr": 60, "w": 90, "h": 90 } \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/Rect9.json b/ohos/flutter_lottie/assets/Tests/Rect9.json new file mode 100644 index 0000000000000000000000000000000000000000..e449c7ec24b01511dcbbfe5dc644a7152c756b65 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/Rect9.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 2","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[100,100,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":0,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[42.857,-42.857],[42.857,42.857],[-42.857,42.857],[-42.857,-42.857]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[42.857,-75],[42.857,75],[-42.857,75],[-42.857,-75]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":16,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[42.857,-75],[42.857,75],[-42.857,75],[-42.857,-75]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[74,-75],[74,75],[-74,75],[-74,-75]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":35,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[74,-75],[74,75],[-74,75],[-74,-75]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[42.857,-42.857],[42.857,42.857],[-42.857,42.857],[-42.857,-42.857]],"c":true}]},{"t":48}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"k":[0,0,0,1]},"o":{"k":100},"w":{"k":14},"lc":1,"lj":1,"ml":4,"nm":"Stroke 2","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":49,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":1,"nm":"White Solid 3","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[45,45,0]},"a":{"k":[100,100,0]},"s":{"k":[45,45,100]}},"ao":0,"sw":200,"sh":200,"sc":"#ffffff","ip":0,"op":49,"st":0,"bm":0,"sr":1}],"v":"4.5.4","ddd":0,"ip":0,"op":49,"fr":60,"w":90,"h":90} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/Remap.json b/ohos/flutter_lottie/assets/Tests/Remap.json new file mode 100644 index 0000000000000000000000000000000000000000..31c485d3a4fd9f07daaa31b1f9fbf97132f6d900 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/Remap.json @@ -0,0 +1 @@ +{"v":"4.7.0","fr":60,"ip":0,"op":120,"w":150,"h":150,"nm":"Comp 1","ddd":0,"assets":[{"id":"comp_4","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[75,75,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[27.748,27.748]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.132077,0,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[-53.626,-53.126],"e":[56.983,58.853],"to":[18.4348964691162,18.6630859375],"ti":[-18.4348964691162,-18.6630859375]},{"t":119}],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":120,"st":0,"bm":0,"sr":1}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Shape Comp","refId":"comp_4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[75,75,0]},"a":{"a":0,"k":[75,75,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"tm":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":60,"s":[2],"e":[0]},{"t":120}]},"w":150,"h":150,"ip":0,"op":120,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/Repeater.json b/ohos/flutter_lottie/assets/Tests/Repeater.json new file mode 100644 index 0000000000000000000000000000000000000000..70d6e512d4aed6101fd565836e868b990ceb2dab --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/Repeater.json @@ -0,0 +1 @@ +{"v":"4.7.0","fr":60,"ip":0,"op":120,"w":300,"h":300,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[49,48,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"rc","d":1,"s":{"a":0,"k":[65.734,65.734]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle ","mn":"ADBE Vector Shape - Rect"},{"ty":"rp","c":{"a":0,"k":2,"ix":1},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[1]},{"t":119}],"ix":2},"m":1,"ix":2,"tr":{"ty":"tr","p":{"a":0,"k":[0,100],"ix":2},"a":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[0,0],"e":[0,53],"to":[0,8.83333301544189],"ti":[0,-8.83333301544189]},{"t":119}],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[89]},{"t":119}],"ix":4},"so":{"a":0,"k":100,"ix":5},"eo":{"a":0,"k":100,"ix":6},"nm":"Transform"},"nm":"Vertical Repeater","mn":"ADBE Vector Filter - Repeater"},{"ty":"fl","c":{"a":0,"k":[1,0,0,1]},"o":{"a":0,"k":50},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill"},{"ty":"fl","c":{"a":0,"k":[0.132077,0,1,1]},"o":{"a":0,"k":50},"r":1,"nm":"Fill","mn":"ADBE Vector Graphic - Fill"},{"ty":"rp","c":{"a":0,"k":2,"ix":1},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[1]},{"t":119}],"ix":2},"m":1,"ix":5,"tr":{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[100,0],"e":[141,0],"to":[6.83333349227905,0],"ti":[-6.83333349227905,0]},{"t":119}],"ix":2},"a":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[0,0],"e":[67,0],"to":[11.1666669845581,0],"ti":[-11.1666669845581,0]},{"t":119}],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[45]},{"t":119}],"ix":4},"so":{"a":0,"k":100,"ix":5},"eo":{"a":0,"k":100,"ix":6},"nm":"Transform"},"nm":"Horizontal Repeater","mn":"ADBE Vector Filter - Repeater"}],"ip":0,"op":120,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/ReversedStar.json b/ohos/flutter_lottie/assets/Tests/ReversedStar.json new file mode 100644 index 0000000000000000000000000000000000000000..0f85c27830572b9c5cf3672818c7707f4f7557c2 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/ReversedStar.json @@ -0,0 +1,288 @@ +{ + "v": "5.8.2", + "fr": 24, + "ip": 0, + "op": 94, + "w": 150, + "h": 150, + "nm": "Anim_load", + "ddd": 0, + "assets": [], + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 4, + "nm": "LF03", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": -19, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 75, + 76.005, + 0 + ], + "ix": 2, + "l": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1, + "l": 2 + }, + "s": { + "a": 0, + "k": [ + 19.986, + 19.986, + 100 + ], + "ix": 6, + "l": 2 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "sr", + "sy": 1, + "d": 3, + "pt": { + "a": 0, + "k": 14, + "ix": 3 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 4 + }, + "r": { + "a": 0, + "k": 0, + "ix": 5 + }, + "ir": { + "a": 0, + "k": 91.612, + "ix": 6 + }, + "is": { + "a": 0, + "k": 0, + "ix": 8 + }, + "or": { + "a": 0, + "k": 113.225, + "ix": 7 + }, + "os": { + "a": 0, + "k": 0, + "ix": 9 + }, + "ix": 1, + "nm": "Polystar Path 1", + "mn": "ADBE Vector Shape - Star", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.937254905701, + 0.89411765337, + 0.850980401039, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 30, + "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": [ + -1.979, + -0.604 + ], + "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": "Polystar 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.667 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.333 + ], + "y": [ + 0 + ] + }, + "t": -0.127, + "s": [ + 100 + ] + }, + { + "t": 32, + "s": [ + 0 + ] + } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.333 + ], + "y": [ + 0 + ] + }, + "t": 36, + "s": [ + 100 + ] + }, + { + "t": 68, + "s": [ + 0 + ] + } + ], + "ix": 2 + }, + "o": { + "a": 0, + "k": -43, + "ix": 3 + }, + "m": 1, + "ix": 2, + "nm": "Trim Paths 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 94, + "st": 18, + "bm": 0 + } + ], + "markers": [] +} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/RoundedCorners.json b/ohos/flutter_lottie/assets/Tests/RoundedCorners.json new file mode 100644 index 0000000000000000000000000000000000000000..599bebb09dd3112d64322343c6058348dfa9a3d2 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/RoundedCorners.json @@ -0,0 +1,390 @@ +{ + "v": "5.8.1", + "fr": 29.9700012207031, + "ip": 0, + "op": 900.000036657751, + "w": 1000, + "h": 1000, + "nm": "Rounded Corners", + "ddd": 0, + "assets": [], + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 4, + "nm": "Shape Layer 1", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 500, + 500, + 0 + ], + "ix": 2, + "l": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1, + "l": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6, + "l": 2 + } + }, + "ao": 0, + "shapes": [ + { + "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": [ + [ + -75, + -475 + ], + [ + -75, + -75 + ], + [ + -475, + -75 + ], + [ + -475, + -475 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "rc", + "d": 1, + "s": { + "a": 0, + "k": [ + 400, + 400 + ], + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 275, + -275 + ], + "ix": 3 + }, + "r": { + "a": 0, + "k": 0, + "ix": 4 + }, + "nm": "Rectangle Path 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "sr", + "sy": 1, + "d": 1, + "pt": { + "a": 0, + "k": 5, + "ix": 3 + }, + "p": { + "a": 0, + "k": [ + 275, + 275 + ], + "ix": 4 + }, + "r": { + "a": 0, + "k": 0, + "ix": 5 + }, + "ir": { + "a": 0, + "k": 107, + "ix": 6 + }, + "is": { + "a": 0, + "k": 0, + "ix": 8 + }, + "or": { + "a": 0, + "k": 275, + "ix": 7 + }, + "os": { + "a": 0, + "k": 0, + "ix": 9 + }, + "ix": 3, + "nm": "Polystar Path 1", + "mn": "ADBE Vector Shape - Star", + "hd": false + }, + { + "ind": 3, + "ty": "sh", + "ix": 4, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -275, + 0 + ], + [ + -212.107, + 188.435 + ], + [ + -13.459, + 190.02 + ], + [ + -173.237, + 308.065 + ], + [ + -113.359, + 497.48 + ], + [ + -275, + 382 + ], + [ + -436.641, + 497.48 + ], + [ + -376.763, + 308.065 + ], + [ + -536.541, + 190.02 + ], + [ + -337.893, + 188.435 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 2", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "rd", + "nm": "Round Corners 1", + "r": { + "a": 0, + "k": 136, + "ix": 1 + }, + "ix": 5, + "mn": "ADBE Vector Filter - RC", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 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 + } + ], + "ip": 0, + "op": 900.000036657751, + "st": 0, + "bm": 0 + } + ], + "markers": [] +} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/RoundedWithAlreadyRoundedCorners.json b/ohos/flutter_lottie/assets/Tests/RoundedWithAlreadyRoundedCorners.json new file mode 100644 index 0000000000000000000000000000000000000000..46dfd0781a9855254a721b64fde744fe308a78e5 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/RoundedWithAlreadyRoundedCorners.json @@ -0,0 +1,386 @@ +{ + "v": "5.9.1", + "fr": 60, + "ip": 0, + "op": 56, + "w": 1080, + "h": 1080, + "nm": "Warning", + "ddd": 0, + "assets": [ + { + "id": "comp_0", + "nm": "Warning_2", + "fr": 60, + "layers": [ + { + "ddd": 0, + "ind": 3, + "ty": 4, + "nm": "CERCHIO contorni", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 24.5, + 24.5, + 0 + ], + "ix": 2, + "l": 2 + }, + "a": { + "a": 0, + "k": [ + 29.5, + 29.5, + 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": [ + [ + -12.15, + 0 + ], + [ + 0, + -12.15 + ], + [ + 12.15, + 0 + ], + [ + 0, + 12.15 + ] + ], + "o": [ + [ + 12.15, + 0 + ], + [ + 0, + 12.15 + ], + [ + -12.15, + 0 + ], + [ + 0, + -12.15 + ] + ], + "v": [ + [ + 0, + -22 + ], + [ + 22, + 0 + ], + [ + 0, + 22 + ], + [ + -22, + 0 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracciato 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.956862804936, + 0.290196078431, + 0.239215701234, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 3, + "ix": 5 + }, + "lc": 2, + "lj": 2, + "bm": 0, + "nm": "Traccia 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 29.5, + 29.5 + ], + "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": "Gruppo 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 0, + "s": [ + 0 + ] + }, + { + "t": 36, + "s": [ + 0 + ] + } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 0, + "s": [ + 0 + ] + }, + { + "t": 36, + "s": [ + 100 + ] + } + ], + "ix": 2 + }, + "o": { + "a": 0, + "k": 0, + "ix": 3 + }, + "m": 1, + "ix": 2, + "nm": "Taglia tracciati 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + }, + { + "ty": "rd", + "nm": "Angoli arrotondati 1", + "r": { + "a": 0, + "k": 10, + "ix": 1 + }, + "ix": 3, + "mn": "ADBE Vector Filter - RC", + "hd": false + } + ], + "ip": 0, + "op": 57, + "st": 0, + "bm": 0 + } + ] + } + ], + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 0, + "nm": "Warning_2", + "refId": "comp_0", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 530, + 530, + 0 + ], + "ix": 2, + "l": 2 + }, + "a": { + "a": 0, + "k": [ + 24, + 24, + 0 + ], + "ix": 1, + "l": 2 + }, + "s": { + "a": 0, + "k": [ + 2000, + 2000, + 100 + ], + "ix": 6, + "l": 2 + } + }, + "ao": 0, + "w": 48, + "h": 48, + "ip": 0, + "op": 57, + "st": 0, + "bm": 0 + } + ], + "markers": [] +} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/Scale0.json b/ohos/flutter_lottie/assets/Tests/Scale0.json new file mode 100644 index 0000000000000000000000000000000000000000..6814c365eb159b2a9979250d9a7fe1d7cfcf5db2 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/Scale0.json @@ -0,0 +1 @@ +{"v":"5.4.4","fr":30.0000305175781,"ip":0,"op":300.000305175781,"w":400,"h":400,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200,200,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":25,"s":[100,100,100],"e":[0,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":40,"s":[0,100,100],"e":[0,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":142,"s":[0,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":154,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":166,"s":[100,0,100],"e":[100,0,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":267,"s":[100,0,100],"e":[100,100,100]},{"t":276.000280761719}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[350,350],"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":[1,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":25,"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":"Rectangle 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300.000305175781,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/ShapeTypes.json b/ohos/flutter_lottie/assets/Tests/ShapeTypes.json new file mode 100644 index 0000000000000000000000000000000000000000..d487e9feeb9bb3280ebee77d100c5a85e704f7f7 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/ShapeTypes.json @@ -0,0 +1 @@ +{"v":"4.5.7","fr":60,"ip":0,"op":200,"w":100,"h":100,"ddd":0,"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Polystar","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":160,"s":[0],"e":[90]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":180,"s":[90],"e":[180]},{"t":200}]},"p":{"a":1,"k":[{"i":{"x":0.1,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p1_1_0p167_0p167","t":160,"s":[50,75.603,0],"e":[50,25.603,0],"to":[0,-8.33333301544189,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.9,"y":0},"n":"0p833_0p833_0p9_0","t":180,"s":[50,25.603,0],"e":[50,75.603,0],"to":[0,0,0],"ti":[0,-8.33333301544189,0]},{"t":200}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":1,"d":1,"pt":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":160,"s":[8],"e":[5]},{"t":199}],"ix":3},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":160,"s":[0,0],"e":[0,0],"to":[0,0],"ti":[0,0]},{"t":199}],"ix":4},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":160,"s":[0],"e":[90]},{"t":199}],"ix":5},"ir":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":160,"s":[13.086],"e":[8.086]},{"t":199}],"ix":6},"is":{"a":0,"k":0,"ix":8},"or":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":160,"s":[25.218],"e":[18.618]},{"t":199}],"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star"},{"ty":"fl","c":{"a":0,"k":[0,0.82,0.76,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[0.224,-0.387],"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":"Polystar 2","np":3,"mn":"ADBE Vector Group"}],"ip":160,"op":200,"st":136,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Polygon","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.1,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p1_1_0p167_0p167","t":120,"s":[50,75.603,0],"e":[50,25.603,0],"to":[0,-8.33333301544189,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.9,"y":0},"n":"0p833_0p833_0p9_0","t":140,"s":[50,25.603,0],"e":[50,75.603,0],"to":[0,0,0],"ti":[0,-8.33333301544189,0]},{"t":160}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":2,"d":1,"pt":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":120,"s":[3],"e":[5]},{"t":160}],"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":120,"s":[0],"e":[270]},{"t":160}],"ix":5},"or":{"a":0,"k":18.024,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star"},{"ty":"fl","c":{"a":0,"k":[0,0.82,0.76,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[0,0.71],"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":"Polystar 1","np":2,"mn":"ADBE Vector Group"}],"ip":120,"op":160,"st":96,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Path","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":80,"s":[0],"e":[90]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[90],"e":[180]},{"t":120}]},"p":{"a":1,"k":[{"i":{"x":0.1,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p1_1_0p167_0p167","t":80,"s":[50,75.603,0],"e":[50,25.603,0],"to":[0,-8.33333301544189,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.9,"y":0},"n":"0p833_0p833_0p9_0","t":100,"s":[50,25.603,0],"e":[50,75.603,0],"to":[0,0,0],"ti":[0,-8.33333301544189,0]},{"t":120}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-0.223,-15.138],[-14.732,14.549],[15.402,14.772]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0.82,0.76,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[1,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,"mn":"ADBE Vector Group"}],"ip":80,"op":120,"st":56,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Rect","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,75.603,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":1,"k":[{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0_1_0p167_0p167","0_1_0p167_0p167"],"t":40,"s":[20,20],"e":[39,39]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[1,1],"y":[0,0]},"n":["0p833_0p833_1_0","0p833_0p833_1_0"],"t":60,"s":[39,39],"e":[20,20]},{"t":80}]},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":40,"s":[0,0],"e":[0,-100],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":1,"y":0},"n":"0p833_0p833_1_0","t":60,"s":[0,-100],"e":[0,0],"to":[0,0],"ti":[0,0]},{"t":80}]},"r":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0_1_0p167_0p167"],"t":40,"s":[34],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[1],"y":[0]},"n":["0p833_0p833_1_0"],"t":60,"s":[0],"e":[34]},{"t":80}]},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0,0.82,0.76,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Rectangle 1","np":3,"mn":"ADBE Vector Group"}],"ip":40,"op":80,"st":16,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Elipse","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0.221},"p":{"a":0,"k":[50,75.603,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":1,"k":[{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0_1_0p167_0p167","0_1_0p167_0p167"],"t":0,"s":[22.068,22.068],"e":[47.068,47.068]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[1,1],"y":[0,0]},"n":["0p833_0p833_1_0","0p833_0p833_1_0"],"t":20,"s":[47.068,47.068],"e":[22.068,22.068]},{"t":40}]},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":0,"s":[0,0],"e":[0,-98],"to":[0,-16.3333339691162],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":1,"y":0},"n":"0p833_0p833_1_0","t":20,"s":[0,-98],"e":[0,0],"to":[0,0],"ti":[0,-16.3333339691162]},{"t":40}]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0,0.82,0.76,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":40,"st":-24,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":1,"nm":"bg","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[50,50,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"sw":100,"sh":100,"sc":"#ffffff","ip":0,"op":200,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/Shapes.json b/ohos/flutter_lottie/assets/Tests/Shapes.json new file mode 100644 index 0000000000000000000000000000000000000000..4549a3313455c7ded0ff5f6c430d79a3458858ba --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/Shapes.json @@ -0,0 +1 @@ +{"v":"4.11.1","fr":29.9700012207031,"ip":0,"op":61.0000024845809,"w":150,"h":250,"nm":"Shapes","ddd":0,"assets":[{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","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},"n":"0p833_0p833_0p167_0p167","t":0,"s":[195,25,0],"e":[304,25,0],"to":[18.1666660308838,0,0],"ti":[-18.1666660308838,0,0]},{"t":60.0000024438501}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[32.832,32.832],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":20,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.928262987324,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-174.584,2.416],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":61.0000024845809,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Circle 1","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[75,180,0],"ix":2},"a":{"a":0,"k":[75,25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":150,"h":50,"ip":0,"op":61.0000024845809,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"Circle 2","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[75,226,0],"ix":2},"a":{"a":0,"k":[75,25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":150,"h":50,"ip":0,"op":61.0000024845809,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[75,82,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[25.836,25.836],"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":"fl","c":{"a":0,"k":[0.928262987324,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"rp","c":{"a":0,"k":2,"ix":1},"o":{"a":0,"k":0,"ix":2},"m":1,"ix":3,"tr":{"ty":"tr","p":{"a":0,"k":[30,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":4},"so":{"a":0,"k":100,"ix":5},"eo":{"a":0,"k":100,"ix":6},"nm":"Transform"},"nm":"Repeater 1","mn":"ADBE Vector Filter - Repeater","hd":false},{"ty":"tr","p":{"a":0,"k":[-15.082,-0.082],"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":"Repeater Shape","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[38.172,38.172],"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,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":6,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.928262987324,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-46.414,-42.414],"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","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"sr","sy":1,"d":1,"pt":{"a":0,"k":5,"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"r":{"a":0,"k":0,"ix":5},"ir":{"a":0,"k":11,"ix":6},"is":{"a":0,"k":0,"ix":8},"or":{"a":0,"k":28.99,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"fl","c":{"a":0,"k":[0.928262987324,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[35,43],"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":"Star","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"sr","sy":2,"d":1,"pt":{"a":0,"k":5,"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"r":{"a":0,"k":0,"ix":5},"or":{"a":0,"k":25.324,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"fl","c":{"a":0,"k":[0.928262987324,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-42,47],"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":"Polygon","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[42.203,42.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.928262987324,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[40.602,-43.398],"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":"Ellipse","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":61.0000024845809,"st":0,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/Skew.json b/ohos/flutter_lottie/assets/Tests/Skew.json new file mode 100644 index 0000000000000000000000000000000000000000..323792dc34cc8888dfc1ccebc2f0a212b8b4d7ae --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/Skew.json @@ -0,0 +1 @@ +{"v":"5.3.4","fr":29.9700012207031,"ip":0,"op":61.0000024845809,"w":200,"h":200,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[100,100,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[50,50],"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":"rc","d":1,"s":{"a":0,"k":[50,50],"ix":2},"p":{"a":0,"k":[98,0],"ix":3},"r":{"a":0,"k":0,"ix":4},"nm":"Rectangle Path 2","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"rc","d":1,"s":{"a":0,"k":[50,50],"ix":2},"p":{"a":0,"k":[98,97],"ix":3},"r":{"a":0,"k":0,"ix":4},"nm":"Rectangle Path 3","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-47.551,-73.523],"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":45,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":61.0000024845809,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/SolidLayerTransform.json b/ohos/flutter_lottie/assets/Tests/SolidLayerTransform.json new file mode 100644 index 0000000000000000000000000000000000000000..71a796263dad4316805f97175cfbae244ba3d468 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/SolidLayerTransform.json @@ -0,0 +1 @@ +{"v":"4.11.1","fr":29.9700012207031,"ip":0,"op":61.0000024845809,"w":300,"h":300,"nm":"SolidRotation","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":1,"nm":"Cyan Solid 1","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[100],"e":[50]},{"t":60.0000024438501}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[180]},{"t":60.0000024438501}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[150,150,0],"e":[275,275,0],"to":[20.8333339691162,20.8333339691162,0],"ti":[-20.8333339691162,-20.8333339691162,0]},{"t":60.0000024438501}],"ix":2},"a":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[150,150,0],"e":[50,50,0],"to":[-16.6666660308838,-16.6666660308838,0],"ti":[16.6666660308838,16.6666660308838,0]},{"t":60.0000024438501}],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[100,100,100],"e":[50,50,100]},{"t":60.0000024438501}],"ix":6}},"ao":0,"sw":100,"sh":100,"sc":"#00ffff","ip":0,"op":61.0000024845809,"st":0,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/SplitDimensions.json b/ohos/flutter_lottie/assets/Tests/SplitDimensions.json new file mode 100644 index 0000000000000000000000000000000000000000..15fc6e25da4f51882cf37cb2c218362ea0b028d8 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/SplitDimensions.json @@ -0,0 +1 @@ +{"v":"4.5.7","fr":60,"ip":0,"op":97,"w":100,"h":100,"ddd":0,"assets":[],"layers":[{"ddd":0,"ind":0,"ty":1,"nm":"Ctrler","ks":{"o":{"a":0,"k":0},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,55,0]},"a":{"a":0,"k":[60,60,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"sw":120,"sh":120,"sc":"#ffffff","ip":0,"op":97,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":3,"nm":"Bounce","parent":0,"ks":{"o":{"a":0,"k":0},"r":{"a":0,"k":0},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":7,"s":[26],"e":[95]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":42,"s":[95],"e":[95]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":53,"s":[95],"e":[26]},{"t":93}]},"y":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[98.5],"e":[98.5]},{"i":{"x":[0.15],"y":[1]},"o":{"x":[0],"y":[0]},"n":["0p15_1_0_0"],"t":7,"s":[98.5],"e":[0]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.85],"y":[0]},"n":["1_1_0p85_0"],"t":24,"s":[0],"e":[98.5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":42,"s":[98.5],"e":[98.5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":46,"s":[98.5],"e":[98.5]},{"i":{"x":[0.15],"y":[1]},"o":{"x":[0],"y":[0]},"n":["0p15_1_0_0"],"t":53,"s":[98.5],"e":[0]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.85],"y":[0]},"n":["1_1_0p85_0"],"t":73,"s":[0],"e":[98.5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":93,"s":[98.5],"e":[98.5]},{"t":97}]}},"a":{"a":0,"k":[60,60,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"ip":0,"op":97,"st":-24,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Ball","parent":1,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[5]},{"i":{"x":[0],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0_1_0p167_0p167"],"t":7,"s":[5],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[1],"y":[0]},"n":["0p833_0p833_1_0"],"t":24,"s":[0],"e":[-5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[-5],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":43,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":50,"s":[0],"e":[-5]},{"i":{"x":[0],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0_1_0p167_0p167"],"t":55,"s":[-5],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[1],"y":[0]},"n":["0p833_0p833_1_0"],"t":73,"s":[0],"e":[15]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":91,"s":[15],"e":[0]},{"t":94}]},"p":{"a":0,"k":[60,71.034,0]},"a":{"a":0,"k":[0,11.034,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p833_0p833_0p333_0","0p833_0p833_0p333_0","0p833_0p833_0p333_0p333"],"t":0,"s":[111.5,55.8,100],"e":[100,160,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p667_0p667_0p167_0p167","0p667_1_0p167_0p167","0p667_0p667_0p167_0p167"],"t":7,"s":[100,160,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0.333,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333"],"t":16,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0.333,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333"],"t":24,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"n":["0p833_0p833_0p333_0p333","0p833_0p833_0p333_0","0p833_0p833_0p333_0p333"],"t":28,"s":[100,100,100],"e":[100,160,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_0p667_0p167_0p167"],"t":42,"s":[100,160,100],"e":[111.5,55.8,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p833_0p833_0p333_0","0p833_0p833_0p333_0","0p833_0p833_0p333_0p333"],"t":46,"s":[111.5,55.8,100],"e":[100,160,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p667_0p667_0p167_0p167","0p667_1_0p167_0p167","0p667_0p667_0p167_0p167"],"t":53,"s":[100,160,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0.333,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333"],"t":62,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0.333,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333"],"t":73,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"n":["0p833_0p833_0p333_0p333","0p833_0p833_0p333_0","0p833_0p833_0p333_0p333"],"t":78,"s":[100,100,100],"e":[100,160,100]},{"i":{"x":[0,0,0],"y":[1,1,0]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0_1_0p167_0p167","0_1_0p167_0p167","0_0_0p167_0p167"],"t":93,"s":[100,160,100],"e":[111.5,55.8,100]},{"t":97}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[22.068,22.068]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0,0.82,0.76,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":97,"st":-24,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":1,"nm":"White Solid 1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[50,50,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"sw":100,"sh":100,"sc":"#ffffff","ip":0,"op":97,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/SplitPathTransform.json b/ohos/flutter_lottie/assets/Tests/SplitPathTransform.json new file mode 100644 index 0000000000000000000000000000000000000000..2cf1f4a3158c9623a4770929a94f6ca5e8ea2695 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/SplitPathTransform.json @@ -0,0 +1 @@ +{"v":"5.7.4","fr":60,"ip":0,"op":63,"w":400,"h":400,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.984],"y":[0.777]},"o":{"x":[0.411],"y":[0.047]},"t":0,"s":[200]},{"t":62,"s":[460]}],"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.926],"y":[0.943]},"o":{"x":[0.028],"y":[1.152]},"t":0,"s":[200]},{"t":62,"s":[460]}],"ix":4}},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[119.332,119.332],"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":"fl","c":{"a":0,"k":[1,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":[-130.404,-126.932],"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":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":63,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/Squares.json b/ohos/flutter_lottie/assets/Tests/Squares.json new file mode 100644 index 0000000000000000000000000000000000000000..a78bac409173d8fb64bd0ac5bbc268c1eb7b4817 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/Squares.json @@ -0,0 +1 @@ +{"v":"4.11.1","fr":29.9700012207031,"ip":0,"op":61.0000024845809,"w":600,"h":300,"nm":"Squares","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[300,150,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[50,50],"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":[1,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":11,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-40,-40],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[360]},{"t":60.0000024438501}],"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","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"Group 1","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[50,50],"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":[1,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":11,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[40,-40],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[360]},{"t":60.0000024438501}],"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","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"Group 2","np":1,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":61.0000024845809,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[300,150,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[50,50],"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":[1,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":11,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-40,40],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[360]},{"t":60.0000024438501}],"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","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"Group 1","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[50,50],"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":[1,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":11,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[40,40],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[360]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":60,"s":[360],"e":[720]},{"t":150.000006109625}],"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","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"Group 2","np":1,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":61.0000024845809,"st":0,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/StarSkew.json b/ohos/flutter_lottie/assets/Tests/StarSkew.json new file mode 100644 index 0000000000000000000000000000000000000000..14092c2b668fbff05666d95303a66d1fa51a4379 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/StarSkew.json @@ -0,0 +1 @@ +{"v":"5.3.4","fr":29.9700012207031,"ip":0,"op":61.0000024845809,"w":200,"h":200,"nm":"Comp 2","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[100,100,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":1,"d":1,"pt":{"a":0,"k":5,"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"r":{"a":0,"k":0,"ix":5},"ir":{"a":0,"k":17,"ix":6},"is":{"a":0,"k":0,"ix":8},"or":{"a":0,"k":58,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"rc","d":1,"s":{"a":0,"k":[4,4],"ix":2},"p":{"a":0,"k":[57,-20],"ix":3},"r":{"a":0,"k":0,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":54.5,"ix":4},"sa":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[360]},{"t":60.0000024438501}],"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":61.0000024845809,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/StartEndFrame.json b/ohos/flutter_lottie/assets/Tests/StartEndFrame.json new file mode 100644 index 0000000000000000000000000000000000000000..02cbe2c7398705c59796fffad616c07d369d53ec --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/StartEndFrame.json @@ -0,0 +1 @@ +{"v":"4.11.1","fr":60,"ip":61,"op":119,"w":300,"h":300,"nm":"Move","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[150,150,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[67.637,61.285],"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":"fl","c":{"a":0,"k":[0.928262987324,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[-115.346,-117.271],"e":[116.564,118.85],"to":[38.6516914367676,39.353515625],"ti":[-38.6516914367676,-39.353515625]},{"t":179}],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":1,"nm":"Cyan Solid 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[150,150,0],"ix":2},"a":{"a":0,"k":[150,150,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"sw":300,"sh":300,"sc":"#00ffff","ip":0,"op":180,"st":0,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/StaticShadow.json b/ohos/flutter_lottie/assets/Tests/StaticShadow.json new file mode 100644 index 0000000000000000000000000000000000000000..e842acdf53c4d1a50ced024f2786e17bfcc51dc7 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/StaticShadow.json @@ -0,0 +1 @@ +{"v":"5.7.7","fr":29.9700012207031,"ip":0,"op":181.000007372281,"w":375,"h":375,"nm":"Square","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.5,187.5,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"ef":[{"ty":25,"nm":"Drop Shadow2","np":8,"mn":"ADBE Drop Shadow","ix":1,"en":1,"ef":[{"ty":2,"nm":"Shadow Color","mn":"ADBE Drop Shadow-0001","ix":1,"v":{"a":0,"k":[0,1,0.609851837158,1],"ix":1}},{"ty":0,"nm":"Opacity","mn":"ADBE Drop Shadow-0002","ix":2,"v":{"a":0,"k":127.5,"ix":2}},{"ty":0,"nm":"Direction","mn":"ADBE Drop Shadow-0003","ix":3,"v":{"a":0,"k":0,"ix":3}},{"ty":0,"nm":"Distance","mn":"ADBE Drop Shadow-0004","ix":4,"v":{"a":0,"k":10,"ix":4}},{"ty":0,"nm":"Softness","mn":"ADBE Drop Shadow-0005","ix":5,"v":{"a":0,"k":20,"ix":5}},{"ty":7,"nm":"Shadow Only","mn":"ADBE Drop Shadow-0006","ix":6,"v":{"a":0,"k":0,"ix":6}}]}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[217.641,217.641],"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":"fl","c":{"a":0,"k":[1,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":[-4.68,-1.68],"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":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":184.000007494474,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/Stroke.json b/ohos/flutter_lottie/assets/Tests/Stroke.json new file mode 100644 index 0000000000000000000000000000000000000000..5237b32d199fa0b8d6756b7e32534665084c4352 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/Stroke.json @@ -0,0 +1 @@ +{"v":"4.5.7","fr":60,"ip":0,"op":604,"w":100,"h":100,"ddd":0,"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Path 4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-33.5,0.107],[41.107,0.107]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0.82,0.76,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":6},"lc":2,"lj":2,"d":[{"n":"d","nm":"dash","v":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":363,"s":[10],"e":[45.6]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":483,"s":[45.6],"e":[10]},{"t":603}]}},{"n":"g","nm":"gap","v":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":363,"s":[10],"e":[49.3]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":483,"s":[49.3],"e":[10]},{"t":603}]}},{"n":"o","nm":"offset","v":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":363,"s":[1],"e":[-202.7]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":483,"s":[-202.7],"e":[1]},{"t":603}]}}],"nm":"Stroke 2","mn":"ADBE Vector Graphic - Stroke"},{"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 4","np":2,"mn":"ADBE Vector Group"}],"ip":363,"op":604,"st":339,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Path 3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-16.089,-16.688],[20.125,-16.688]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[1,0.35,0.37,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":242,"s":[15],"e":[2]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":302,"s":[2],"e":[15]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":362,"s":[15],"e":[20]},{"t":363}]},"lc":1,"lj":2,"nm":"Stroke 2","mn":"ADBE Vector Graphic - Stroke"},{"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 3","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-16.089,0.054],[20.125,0.054]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[1,0.35,0.37,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":242,"s":[15],"e":[2]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":302,"s":[2],"e":[15]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":362,"s":[15],"e":[20]},{"t":363}]},"lc":2,"lj":2,"nm":"Stroke 2","mn":"ADBE Vector Graphic - Stroke"},{"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 4","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-16.089,16.795],[20.125,16.795]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[1,0.35,0.37,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":242,"s":[15],"e":[2]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":302,"s":[2],"e":[15]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":362,"s":[15],"e":[20]},{"t":363}]},"lc":3,"lj":2,"nm":"Stroke 2","mn":"ADBE Vector Graphic - Stroke"},{"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,"mn":"ADBE Vector Group"}],"ip":242,"op":363,"st":218,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Path 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[33.574,33]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"st","c":{"a":0,"k":[0,0.82,0.76,1]},"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":121,"s":[100],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":181,"s":[0],"e":[100]},{"t":241}]},"w":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":121,"s":[10],"e":[38]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":181,"s":[38],"e":[10]},{"t":241}]},"lc":2,"lj":2,"nm":"Stroke 2","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[1.007,-0.668],"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":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"tr","p":{"a":0,"k":[1,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":1,"mn":"ADBE Vector Group"}],"ip":121,"op":242,"st":97,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Path","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-0.223,-15.138],[-14.732,14.549],[15.402,14.772]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[0,0.82,0.76,1],"e":[1,0.35,0.37,1]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":60,"s":[1,0.35,0.37,1],"e":[0,0.82,0.76,1]},{"t":120}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[24],"e":[2]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":60,"s":[2],"e":[24]},{"t":120}]},"lc":1,"lj":1,"ml":4,"nm":"Stroke 2","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[1,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,"mn":"ADBE Vector Group"}],"ip":0,"op":121,"st":-24,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":1,"nm":"bg","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[50,50,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"sw":100,"sh":100,"sc":"#ffffff","ip":0,"op":604,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/StrokeBlur.json b/ohos/flutter_lottie/assets/Tests/StrokeBlur.json new file mode 100644 index 0000000000000000000000000000000000000000..90a40aff28dafb66940b80414ee0736a855b03ed --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/StrokeBlur.json @@ -0,0 +1 @@ +{"v":"5.7.7","fr":29.9700012207031,"ip":0,"op":121.000004928431,"w":400,"h":400,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200,200,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"ef":[{"ty":29,"nm":"Gaussian Blur2","np":5,"mn":"ADBE Gaussian Blur 2","ix":1,"en":1,"ef":[{"ty":0,"nm":"Blurriness","mn":"ADBE Gaussian Blur 2-0001","ix":1,"v":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"t":24.00000097754,"s":[120.7]}],"ix":1}},{"ty":7,"nm":"Blur Dimensions","mn":"ADBE Gaussian Blur 2-0002","ix":2,"v":{"a":0,"k":1,"ix":2}},{"ty":7,"nm":"Repeat Edge Pixels","mn":"ADBE Gaussian Blur 2-0003","ix":3,"v":{"a":0,"k":0,"ix":3}}]},{"ty":5,"nm":"Bulge","np":9,"mn":"ADBE Bulge","ix":2,"en":1,"ef":[{"ty":0,"nm":"Horizontal Radius","mn":"ADBE Bulge-0001","ix":1,"v":{"a":0,"k":50,"ix":1}},{"ty":0,"nm":"Vertical Radius","mn":"ADBE Bulge-0002","ix":2,"v":{"a":0,"k":50,"ix":2}},{"ty":3,"nm":"Bulge Center","mn":"ADBE Bulge-0003","ix":3,"v":{"a":0,"k":[200,200],"ix":3}},{"ty":0,"nm":"Bulge Height","mn":"ADBE Bulge-0004","ix":4,"v":{"a":0,"k":1,"ix":4}},{"ty":0,"nm":"Taper Radius","mn":"ADBE Bulge-0005","ix":5,"v":{"a":0,"k":0,"ix":5}},{"ty":7,"nm":"Antialiasing (Best Qual Only)","mn":"ADBE Bulge-0006","ix":6,"v":{"a":0,"k":1,"ix":6}},{"ty":7,"nm":"Pinning","mn":"ADBE Bulge-0007","ix":7,"v":{"a":0,"k":0,"ix":7}}]}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[274.975,274.975],"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":"tr","p":{"a":0,"k":[-4.513,7.487],"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":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":46,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false}],"ip":0,"op":121.000004928431,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/TelegramAlphaCompat.json b/ohos/flutter_lottie/assets/Tests/TelegramAlphaCompat.json new file mode 100644 index 0000000000000000000000000000000000000000..fd96baad41a24d2e1c56a8af5d34d2ab337c845c --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/TelegramAlphaCompat.json @@ -0,0 +1,185 @@ +{ + "v": "5.5.7", + "meta": { + "g": "LottieFiles AE 0.1.14", + "a": "", + "k": "", + "d": "", + "tc": "" + }, + "fr": 60, + "ip": 0, + "op": 180, + "w": 300, + "h": 300, + "nm": " Square", + "ddd": 0, + "assets": [], + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 4, + "nm": "Shape Layer 1", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 150, + 150, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { + "a": 0, + "k": [ + 182.992, + 182.992 + ], + "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": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0, + 0, + 255 + ], + "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": [ + -8.504, + 1.496 + ], + "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": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 180, + "st": 0, + "bm": 0 + } + ], + "markers": [] +} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/Text.json b/ohos/flutter_lottie/assets/Tests/Text.json new file mode 100644 index 0000000000000000000000000000000000000000..5e1c4b4209f5db7ac6fbaf6a1ee26c353cca4e7d --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/Text.json @@ -0,0 +1 @@ +{"v":"5.4.4","fr":30.0000305175781,"ip":0,"op":91.000092569987,"w":300,"h":300,"nm":"Comp 1","ddd":0,"assets":[],"fonts":{"list":[{"fName":"Helvetica","fFamily":"Helvetica","fStyle":"Regular","ascent":76.8994140625}]},"layers":[{"ddd":0,"ind":1,"ty":5,"nm":"Text","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[156,199,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"t":{"d":{"k":[{"s":{"s":120,"f":"Helvetica","t":"ABC","j":2,"tr":0,"lh":144,"ls":0,"fc":[0,0,1],"sc":[1,0,0.115],"sw":5,"of":true},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":91.000092569987,"st":0,"bm":0}],"markers":[],"chars":[{"ch":"A","size":120,"style":"Regular","w":66.7,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[22.143,-29.395],[33.618,-61.084],[44.662,-29.395]],"c":true},"ix":2},"nm":"A","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[1.538,0],[11.499,0],[19.278,-21.484],[47.419,-21.484],[54.907,0],[65.552,0],[39.518,-71.729],[28.549,-71.729]],"c":true},"ix":2},"nm":"A","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"A","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"},{"ch":"B","size":120,"style":"Regular","w":66.7,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-2.171,-0.911],[0,-4.688],[3.618,-1.79],[4.144,0]],"o":[[0,0],[0,0],[4.276,0],[3.848,1.628],[0,4.655],[-2.303,1.14],[0,0]],"v":[[16.895,-41.406],[16.895,-63.623],[34.41,-63.623],[44.081,-62.256],[49.854,-52.783],[44.426,-43.115],[34.756,-41.406]],"c":true},"ix":2},"nm":"B","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-2.498,-1.009],[0,-5.208],[1.61,-2.18],[6.013,0]],"o":[[0,0],[0,0],[4.108,0],[4.699,1.888],[0,3.093],[-2.563,3.451],[0,0]],"v":[[16.895,-8.301],[16.895,-33.545],[36.364,-33.545],[46.272,-32.031],[53.32,-21.387],[50.905,-13.477],[38.04,-8.301]],"c":true},"ix":2},"nm":"B","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-4.356,5.599],[0,4.623],[3.223,3.125],[3.678,1.4],[-1.335,1.53],[0,4.525],[2.097,2.962],[8.453,0],[0,0]],"o":[[0,0],[9.498,0],[2.914,-3.743],[0,-5.501],[-1.823,-1.758],[2.506,-1.27],[2.571,-2.897],[0,-3.873],[-3.572,-5.013],[0,0],[0,0]],"v":[[7.373,0],[37.883,0],[58.665,-8.398],[63.037,-20.947],[58.203,-33.887],[49.951,-38.623],[55.713,-42.822],[59.57,-53.955],[56.425,-64.209],[38.387,-71.729],[7.373,-71.729]],"c":true},"ix":2},"nm":"B","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"B","np":6,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"},{"ch":"C","size":120,"style":"Regular","w":72.22,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.976,0],[5.984,-7.361],[0,-10.586],[-7.368,-6.677],[-8.237,0],[-5.631,6.152],[-0.837,7.552],[0,0],[1.95,-2.897],[7.035,0],[3.853,5.229],[0,8.406],[-4.268,4.968],[-6.937,0],[-3.149,-2.702],[-1.055,-4.622],[0,0],[4.955,4.785]],"o":[[-10.521,0],[-5.534,6.776],[0,13.942],[5.598,5.049],[9.557,0],[4.697,-5.11],[0,0],[-0.96,4.72],[-3.677,5.502],[-7.642,0],[-3.854,-5.229],[0,-10.262],[4.268,-4.968],[5.69,0],[3.149,2.702],[0,0],[-0.547,-6.087],[-4.955,-4.785]],"v":[[37.453,-73.682],[12.695,-62.64],[4.395,-36.597],[15.447,-5.669],[36.201,1.904],[58.984,-7.324],[67.285,-26.318],[57.812,-26.318],[53.448,-14.893],[37.379,-6.641],[20.135,-14.484],[14.355,-34.936],[20.757,-57.782],[37.564,-65.234],[50.823,-61.182],[57.129,-50.195],[66.602,-50.195],[58.349,-66.504]],"c":true},"ix":2},"nm":"C","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"C","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/TextBaseline.json b/ohos/flutter_lottie/assets/Tests/TextBaseline.json new file mode 100644 index 0000000000000000000000000000000000000000..75444df6061beeb049a8f58f126e61b000a688b2 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/TextBaseline.json @@ -0,0 +1 @@ +{"v":"4.8.0","fr":30,"ip":0,"op":120,"w":200,"h":200,"nm":"text_test","ddd":0,"assets":[],"fonts":{"list":[{"fName":"ArialMT","fFamily":"Arial","fStyle":"Regular","ascent":61.5988159179688}]},"layers":[{"ddd":0,"ind":1,"ty":5,"nm":"M 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[111,130,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"t":{"d":{"k":[{"s":{"s":100,"f":"ArialMT","t":"M","j":0,"tr":10,"lh":120,"ls":10,"fc":[0.27,0.03,0.89]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":120,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":5,"nm":"M","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[3,130,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"t":{"d":{"k":[{"s":{"s":100,"f":"ArialMT","t":"M","j":0,"tr":10,"lh":120,"ls":0,"fc":[0.27,0.03,0.89]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":120,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":1,"nm":"Yellow Solid 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[98,94.5,0],"ix":2},"a":{"a":0,"k":[75,75,0],"ix":1},"s":{"a":0,"k":[122,49,100],"ix":6}},"ao":0,"sw":150,"sh":150,"sc":"#f3ce1a","ip":0,"op":120,"st":0,"bm":0}],"markers":[],"chars":[{"ch":"M","size":100,"style":"Regular","w":83.3,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.813,-2.604],[1.563,4.72],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.726,5.046],[-0.716,-2.344],[0,0],[0,0],[0,0],[0,0]],"v":[[16.553,0],[16.553,-60.938],[37.256,0],[45.801,0],[66.602,-59.912],[66.602,0],[75.732,0],[75.732,-71.582],[62.988,-71.582],[45.85,-21.777],[42.041,-10.303],[38.623,-20.898],[21.68,-71.582],[7.422,-71.582],[7.422,0]],"c":true},"ix":2},"nm":"M","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"M","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Arial"}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/TextWithPsCenter.json b/ohos/flutter_lottie/assets/Tests/TextWithPsCenter.json new file mode 100644 index 0000000000000000000000000000000000000000..284d5ba7e8646b7d963e275cd758e27c19532c74 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/TextWithPsCenter.json @@ -0,0 +1,2039 @@ +{ + "v": "5.9.2", + "fr": 24, + "ip": 0, + "op": 41, + "w": 1080, + "h": 1080, + "nm": "CenterAlignedNoScale", + "ddd": 0, + "assets": [], + "fonts": { + "list": [ + { + "fName": "MaisonNeue-Book", + "fFamily": "Maison Neue", + "fStyle": "Book", + "ascent": 72.9995727539062 + } + ] + }, + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 5, + "nm": "CENTER ALIGNED", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 2, + "l": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1, + "l": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6, + "l": 2 + } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "sz": [ + 1080, + 100 + ], + "ps": [ + -540, + 0 + ], + "s": 118, + "f": "MaisonNeue-Book", + "t": "CENTER ALIGNED", + "ca": 0, + "j": 2, + "tr": 100, + "lh": 27.5, + "ls": 0, + "fc": [ + 0.379, + 0.379, + 0.379 + ] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { + "g": 1, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + } + }, + "a": [] + }, + "ip": 0, + "op": 180, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 4, + "nm": "BackgroundLayer", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 892.749, + 380.408, + 0 + ], + "ix": 2, + "l": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1, + "l": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6, + "l": 2 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { + "a": 0, + "k": [ + 1920, + 1920 + ], + "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": "fl", + "c": { + "a": 0, + "k": [ + 0.996078431373, + 0.83137254902, + 0.749019607843, + 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": "Rectangle 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 180, + "st": 0, + "bm": 0 + } + ], + "markers": [], + "chars": [ + { + "ch": "C", + "size": 118, + "style": "Book", + "w": 64.5, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + -18.027, + 0 + ], + [ + -1.309, + 16.415 + ], + [ + 0, + 0 + ], + [ + 10.876, + 0 + ], + [ + 0, + 18.027 + ], + [ + -13.193, + 0 + ], + [ + -2.014, + -11.783 + ], + [ + 0, + 0 + ], + [ + 14.502, + 0 + ], + [ + 0, + -22.055 + ] + ], + "o": [ + [ + 15.61, + 0 + ], + [ + 0, + 0 + ], + [ + -1.309, + 12.891 + ], + [ + -13.293, + 0 + ], + [ + 0, + -17.825 + ], + [ + 10.272, + 0 + ], + [ + 0, + 0 + ], + [ + -2.014, + -15.005 + ], + [ + -17.825, + 0 + ], + [ + 0, + 22.357 + ] + ], + "v": [ + [ + 34.241, + 1.511 + ], + [ + 61.432, + -24.976 + ], + [ + 52.872, + -26.083 + ], + [ + 34.241, + -6.345 + ], + [ + 12.891, + -35.248 + ], + [ + 34.241, + -64.151 + ], + [ + 52.972, + -46.024 + ], + [ + 61.23, + -47.433 + ], + [ + 34.241, + -72.006 + ], + [ + 4.532, + -35.248 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "C", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "C", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Maison Neue" + }, + { + "ch": "E", + "size": 118, + "style": "Book", + "w": 56.1, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 8.661, + 0 + ], + [ + 50.958, + 0 + ], + [ + 50.958, + -7.855 + ], + [ + 16.919, + -7.855 + ], + [ + 16.919, + -32.629 + ], + [ + 48.138, + -32.629 + ], + [ + 48.138, + -40.082 + ], + [ + 16.919, + -40.082 + ], + [ + 16.919, + -62.64 + ], + [ + 50.958, + -62.64 + ], + [ + 50.958, + -70.496 + ], + [ + 8.661, + -70.496 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "E", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "E", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Maison Neue" + }, + { + "ch": "N", + "size": 118, + "style": "Book", + "w": 67.2, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 8.661, + 0 + ], + [ + 16.919, + 0 + ], + [ + 16.919, + -57.504 + ], + [ + 17.12, + -57.504 + ], + [ + 49.146, + 0 + ], + [ + 59.015, + 0 + ], + [ + 59.015, + -70.496 + ], + [ + 50.656, + -70.496 + ], + [ + 50.656, + -12.991 + ], + [ + 50.455, + -12.991 + ], + [ + 18.43, + -70.496 + ], + [ + 8.661, + -70.496 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "N", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "N", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Maison Neue" + }, + { + "ch": "T", + "size": 118, + "style": "Book", + "w": 58.9, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 25.479, + 0 + ], + [ + 33.838, + 0 + ], + [ + 33.838, + -62.64 + ], + [ + 55.792, + -62.64 + ], + [ + 55.792, + -70.496 + ], + [ + 3.525, + -70.496 + ], + [ + 3.525, + -62.64 + ], + [ + 25.479, + -62.64 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "T", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "T", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Maison Neue" + }, + { + "ch": "R", + "size": 118, + "style": "Book", + "w": 60.9, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 11.179 + ], + [ + 14.703, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 11.078, + -1.813 + ], + [ + 0, + -12.991 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 40.182, + -29.205 + ], + [ + 57.806, + -49.649 + ], + [ + 34.341, + -70.496 + ], + [ + 8.661, + -70.496 + ], + [ + 8.661, + 0 + ], + [ + 16.919, + 0 + ], + [ + 16.919, + -28.601 + ], + [ + 31.018, + -28.601 + ], + [ + 45.923, + 0 + ], + [ + 55.692, + 0 + ], + [ + 40.182, + -29.004 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "R", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -8.56 + ], + [ + 10.373, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 10.474, + 0 + ], + [ + 0, + 8.661 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 16.919, + -36.456 + ], + [ + 16.919, + -62.64 + ], + [ + 33.636, + -62.64 + ], + [ + 49.448, + -49.649 + ], + [ + 33.636, + -36.456 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "R", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "R", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Maison Neue" + }, + { + "ch": " ", + "size": 118, + "style": "Book", + "w": 27, + "data": {}, + "fFamily": "Maison Neue" + }, + { + "ch": "A", + "size": 118, + "style": "Book", + "w": 61.3, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 50.656, + 0 + ], + [ + 59.216, + 0 + ], + [ + 33.939, + -70.496 + ], + [ + 25.882, + -70.496 + ], + [ + 0.504, + 0 + ], + [ + 9.064, + 0 + ], + [ + 13.998, + -14.2 + ], + [ + 45.721, + -14.2 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "A", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 16.617, + -21.451 + ], + [ + 29.81, + -59.116 + ], + [ + 30.011, + -59.116 + ], + [ + 43.204, + -21.451 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "A", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "A", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Maison Neue" + }, + { + "ch": "L", + "size": 118, + "style": "Book", + "w": 51.9, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 8.661, + 0 + ], + [ + 48.743, + 0 + ], + [ + 48.743, + -7.855 + ], + [ + 16.919, + -7.855 + ], + [ + 16.919, + -70.496 + ], + [ + 8.661, + -70.496 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "L", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "L", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Maison Neue" + }, + { + "ch": "I", + "size": 118, + "style": "Book", + "w": 25.4, + "data": { + "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": [ + [ + 8.661, + 0 + ], + [ + 16.919, + 0 + ], + [ + 16.919, + -70.496 + ], + [ + 8.661, + -70.496 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "I", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "I", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Maison Neue" + }, + { + "ch": "G", + "size": 118, + "style": "Book", + "w": 65.3, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + -18.027, + 0 + ], + [ + 0, + 17.825 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 12.085, + 0 + ], + [ + 0, + 17.825 + ], + [ + -13.193, + 0 + ], + [ + -2.014, + -11.078 + ], + [ + 0, + 0 + ], + [ + 14.099, + 0 + ], + [ + 0, + -22.357 + ] + ], + "o": [ + [ + 16.516, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0.302, + 12.79 + ], + [ + -13.193, + 0 + ], + [ + 0, + -17.825 + ], + [ + 9.97, + 0 + ], + [ + 0, + 0 + ], + [ + -2.115, + -14.099 + ], + [ + -18.027, + 0 + ], + [ + 0, + 22.357 + ] + ], + "v": [ + [ + 34.241, + 1.511 + ], + [ + 61.23, + -27.695 + ], + [ + 61.23, + -34.845 + ], + [ + 35.147, + -34.845 + ], + [ + 35.147, + -26.99 + ], + [ + 53.073, + -26.99 + ], + [ + 34.241, + -6.345 + ], + [ + 12.891, + -35.248 + ], + [ + 34.241, + -64.151 + ], + [ + 52.771, + -47.232 + ], + [ + 61.029, + -48.743 + ], + [ + 34.241, + -72.006 + ], + [ + 4.532, + -35.248 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "G", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "G", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Maison Neue" + }, + { + "ch": "D", + "size": 118, + "style": "Book", + "w": 65.1, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 24.875 + ], + [ + 17.825, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 18.43, + 0 + ], + [ + 0, + -22.256 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 8.661, + 0 + ], + [ + 30.011, + 0 + ], + [ + 61.029, + -35.349 + ], + [ + 30.615, + -70.496 + ], + [ + 8.661, + -70.496 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "D", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -18.027 + ], + [ + 14.301, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 13.696, + 0 + ], + [ + 0, + 19.94 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 16.919, + -7.855 + ], + [ + 16.919, + -62.64 + ], + [ + 30.112, + -62.64 + ], + [ + 52.67, + -35.349 + ], + [ + 29.507, + -7.855 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "D", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "D", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Maison Neue" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/TextWithPsLeft.json b/ohos/flutter_lottie/assets/Tests/TextWithPsLeft.json new file mode 100644 index 0000000000000000000000000000000000000000..23f2a0b629cb4682c1525b7391f0863bea9c79b6 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/TextWithPsLeft.json @@ -0,0 +1,1626 @@ +{ + "v": "5.9.3", + "fr": 60, + "ip": 0, + "op": 100, + "w": 375, + "h": 625, + "nm": "[TEST2]", + "ddd": 0, + "assets":[], + "fonts": { + "list": [ + { + "fName": "MaisonNeue-Book", + "fFamily": "Maison Neue", + "fStyle": "Book", + "ascent": 72.9995727539062 + } + ] + }, + "layers": [ + { + "ddd": 0, + "ind": 22, + "ty": 5, + "nm": "test", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "s": true, + "x": { + "a": 0, + "k": 0.0, + "ix": 3 + }, + "y": { + "a": 0, + "k": 0.0, + "ix": 4 + } + }, + "a": { + "a": 0, + "k": [ + -106.775, + -150.686, + 0 + ], + "ix": 1, + "l": 2 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6, + "l": 2 + } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "sz": [ + 255, + 45 + ], + "ps": [ + -100.0, + 200.0 + ], + "s": 36, + "f": "MaisonNeue-Book", + "t": "LEFT ALIGNED", + "ca": 0, + "j": 0, + "tr": 0, + "lh": 43.2000007629395, + "ls": 0, + "fc": [ + 0, + 0, + 0 + ] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { + "g": 1, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + } + }, + "a": [] + }, + "ip": 0, + "op": 100, + "st": 0, + "ct": 1, + "bm": 0 + } + ], + "markers": [], + "chars": [ + { + "ch": "L", + "size": 118, + "style": "Book", + "w": 51.9, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 8.661, + 0 + ], + [ + 48.743, + 0 + ], + [ + 48.743, + -7.855 + ], + [ + 16.919, + -7.855 + ], + [ + 16.919, + -70.496 + ], + [ + 8.661, + -70.496 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "L", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "L", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Maison Neue" + }, + { + "ch": "E", + "size": 118, + "style": "Book", + "w": 56.1, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 8.661, + 0 + ], + [ + 50.958, + 0 + ], + [ + 50.958, + -7.855 + ], + [ + 16.919, + -7.855 + ], + [ + 16.919, + -32.629 + ], + [ + 48.138, + -32.629 + ], + [ + 48.138, + -40.082 + ], + [ + 16.919, + -40.082 + ], + [ + 16.919, + -62.64 + ], + [ + 50.958, + -62.64 + ], + [ + 50.958, + -70.496 + ], + [ + 8.661, + -70.496 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "E", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "E", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Maison Neue" + }, + { + "ch": "F", + "size": 118, + "style": "Book", + "w": 55.2, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 8.661, + 0 + ], + [ + 16.919, + 0 + ], + [ + 16.919, + -30.011 + ], + [ + 48.239, + -30.011 + ], + [ + 48.239, + -37.463 + ], + [ + 16.919, + -37.463 + ], + [ + 16.919, + -62.64 + ], + [ + 51.059, + -62.64 + ], + [ + 51.059, + -70.496 + ], + [ + 8.661, + -70.496 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "F", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "F", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Maison Neue" + }, + { + "ch": "T", + "size": 118, + "style": "Book", + "w": 58.9, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 25.479, + 0 + ], + [ + 33.838, + 0 + ], + [ + 33.838, + -62.64 + ], + [ + 55.792, + -62.64 + ], + [ + 55.792, + -70.496 + ], + [ + 3.525, + -70.496 + ], + [ + 3.525, + -62.64 + ], + [ + 25.479, + -62.64 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "T", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "T", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Maison Neue" + }, + { + "ch": " ", + "size": 118, + "style": "Book", + "w": 27, + "data": {}, + "fFamily": "Maison Neue" + }, + { + "ch": "A", + "size": 118, + "style": "Book", + "w": 61.3, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 50.656, + 0 + ], + [ + 59.216, + 0 + ], + [ + 33.939, + -70.496 + ], + [ + 25.882, + -70.496 + ], + [ + 0.504, + 0 + ], + [ + 9.064, + 0 + ], + [ + 13.998, + -14.2 + ], + [ + 45.721, + -14.2 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "A", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 16.617, + -21.451 + ], + [ + 29.81, + -59.116 + ], + [ + 30.011, + -59.116 + ], + [ + 43.204, + -21.451 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "A", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "A", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Maison Neue" + }, + { + "ch": "I", + "size": 118, + "style": "Book", + "w": 25.4, + "data": { + "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": [ + [ + 8.661, + 0 + ], + [ + 16.919, + 0 + ], + [ + 16.919, + -70.496 + ], + [ + 8.661, + -70.496 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "I", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "I", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Maison Neue" + }, + { + "ch": "G", + "size": 118, + "style": "Book", + "w": 65.3, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + -18.027, + 0 + ], + [ + 0, + 17.825 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 12.085, + 0 + ], + [ + 0, + 17.825 + ], + [ + -13.193, + 0 + ], + [ + -2.014, + -11.078 + ], + [ + 0, + 0 + ], + [ + 14.099, + 0 + ], + [ + 0, + -22.357 + ] + ], + "o": [ + [ + 16.516, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0.302, + 12.79 + ], + [ + -13.193, + 0 + ], + [ + 0, + -17.825 + ], + [ + 9.97, + 0 + ], + [ + 0, + 0 + ], + [ + -2.115, + -14.099 + ], + [ + -18.027, + 0 + ], + [ + 0, + 22.357 + ] + ], + "v": [ + [ + 34.241, + 1.511 + ], + [ + 61.23, + -27.695 + ], + [ + 61.23, + -34.845 + ], + [ + 35.147, + -34.845 + ], + [ + 35.147, + -26.99 + ], + [ + 53.073, + -26.99 + ], + [ + 34.241, + -6.345 + ], + [ + 12.891, + -35.248 + ], + [ + 34.241, + -64.151 + ], + [ + 52.771, + -47.232 + ], + [ + 61.029, + -48.743 + ], + [ + 34.241, + -72.006 + ], + [ + 4.532, + -35.248 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "G", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "G", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Maison Neue" + }, + { + "ch": "N", + "size": 118, + "style": "Book", + "w": 67.2, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 8.661, + 0 + ], + [ + 16.919, + 0 + ], + [ + 16.919, + -57.504 + ], + [ + 17.12, + -57.504 + ], + [ + 49.146, + 0 + ], + [ + 59.015, + 0 + ], + [ + 59.015, + -70.496 + ], + [ + 50.656, + -70.496 + ], + [ + 50.656, + -12.991 + ], + [ + 50.455, + -12.991 + ], + [ + 18.43, + -70.496 + ], + [ + 8.661, + -70.496 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "N", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "N", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Maison Neue" + }, + { + "ch": "D", + "size": 118, + "style": "Book", + "w": 65.1, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 24.875 + ], + [ + 17.825, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 18.43, + 0 + ], + [ + 0, + -22.256 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 8.661, + 0 + ], + [ + 30.011, + 0 + ], + [ + 61.029, + -35.349 + ], + [ + 30.615, + -70.496 + ], + [ + 8.661, + -70.496 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "D", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -18.027 + ], + [ + 14.301, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 13.696, + 0 + ], + [ + 0, + 19.94 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 16.919, + -7.855 + ], + [ + 16.919, + -62.64 + ], + [ + 30.112, + -62.64 + ], + [ + 52.67, + -35.349 + ], + [ + 29.507, + -7.855 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "D", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "D", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Maison Neue" + }, + { + "ch": "\r", + "size": 118, + "style": "Book", + "w": 0, + "fFamily": "Maison Neue" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/Text_Justification_Translate_Scale_Rotation_Text.json b/ohos/flutter_lottie/assets/Tests/Text_Justification_Translate_Scale_Rotation_Text.json new file mode 100644 index 0000000000000000000000000000000000000000..ec3c0806646e6f02837f45238c7125322c727e94 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/Text_Justification_Translate_Scale_Rotation_Text.json @@ -0,0 +1 @@ +{"v":"5.3.4","fr":30,"ip":0,"op":150,"w":1080,"h":640,"nm":"Text","ddd":0,"assets":[],"fonts":{"list":[{"fName":"ArialMT","fFamily":"Arial","fStyle":"Regular","ascent":71.5988159179688}]},"layers":[{"ddd":0,"ind":1,"ty":5,"nm":"right","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[360]},{"t":149}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[540,400,0],"e":[640,400,0],"to":[16.6666660308838,0,0],"ti":[-16.6666660308838,0,0]},{"t":149}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[100,100,100],"e":[200,200,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":75,"s":[200,200,100],"e":[100,100,100]},{"t":149}],"ix":6}},"ao":0,"t":{"d":{"k":[{"s":{"s":40,"f":"ArialMT","t":"right","j":1,"tr":0,"lh":48,"ls":0,"fc":[0,0,0]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":5,"nm":"left","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[360]},{"t":149}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[540,240,0],"e":[640,240,0],"to":[16.6666660308838,0,0],"ti":[-16.6666660308838,0,0]},{"t":149}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[100,100,100],"e":[200,200,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":75,"s":[200,200,100],"e":[100,100,100]},{"t":149}],"ix":6}},"ao":0,"t":{"d":{"k":[{"s":{"s":40,"f":"ArialMT","t":"left","j":0,"tr":0,"lh":48,"ls":0,"fc":[0,0,0]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":5,"nm":"center","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[360]},{"t":149}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[540,320,0],"e":[640,320,0],"to":[16.6666660308838,0,0],"ti":[-16.6666660308838,0,0]},{"t":149}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[100,100,100],"e":[200,200,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":75,"s":[200,200,100],"e":[100,100,100]},{"t":149}],"ix":6}},"ao":0,"t":{"d":{"k":[{"s":{"s":40,"f":"ArialMT","t":"center","j":2,"tr":0,"lh":48,"ls":0,"fc":[0,0,0]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":150,"st":0,"bm":0}],"markers":[],"chars":[{"ch":"c","size":40,"style":"Regular","w":50,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.311,-2.116],[3.45,0],[2.669,3.158],[0,6.966],[-2.767,3.174],[-4.427,0],[-2.068,-1.758],[-0.814,-3.483],[0,0],[3.58,2.849],[5.631,0],[3.792,-2.1],[1.855,-4.199],[0,-5.598],[-4.314,-4.639],[-7.097,0],[-3.89,3.369],[-0.945,5.957],[0,0]],"o":[[-2.312,2.116],[-4.297,0],[-2.67,-3.157],[0,-6.868],[2.766,-3.174],[2.93,0],[2.067,1.758],[0,0],[-1.009,-5.241],[-3.581,-2.848],[-4.46,0],[-3.793,2.1],[-1.855,4.199],[0,8.659],[4.313,4.639],[5.664,0],[3.889,-3.369],[0,0],[-0.619,4.395]],"v":[[36.035,-9.229],[27.393,-6.055],[16.943,-10.791],[12.939,-25.977],[17.09,-41.04],[27.881,-45.801],[35.376,-43.164],[39.697,-35.303],[48.242,-36.621],[41.357,-48.755],[27.539,-53.027],[15.161,-49.878],[6.689,-40.43],[3.906,-25.732],[10.376,-5.786],[27.49,1.172],[41.821,-3.882],[49.072,-17.871],[40.43,-18.994]],"c":true},"ix":2},"nm":"c","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"c","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Arial"},{"ch":"e","size":40,"style":"Regular","w":55.62,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.278,-1.692],[3.223,0],[2.897,3.027],[0.325,5.697],[0,0],[0,0.521],[4.395,4.72],[6.934,0],[4.492,-4.817],[0,-8.723],[-4.443,-4.671],[-7.585,0],[-3.874,2.93],[-1.433,5.306],[0,0]],"o":[[-2.279,1.693],[-4.33,0],[-2.898,-3.027],[0,0],[0.032,-1.041],[0,-8.561],[-4.395,-4.72],[-7.162,0],[-4.492,4.818],[0,8.431],[4.443,4.671],[6.022,0],[3.873,-2.93],[0,0],[-1.335,3.711]],"v":[[36.67,-8.594],[28.418,-6.055],[17.578,-10.596],[12.744,-23.682],[51.416,-23.682],[51.465,-26.025],[44.873,-45.947],[27.881,-53.027],[10.4,-45.801],[3.662,-25.488],[10.327,-5.835],[28.369,1.172],[43.213,-3.223],[51.172,-15.576],[42.09,-16.699]],"c":true},"ix":2},"nm":"e","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-2.751,2.702],[-4.037,0],[-2.8,-3.385],[-0.391,-4.362],[0,0]],"o":[[2.75,-2.702],[4.459,0],[1.823,2.181],[0,0],[0.293,-4.524]],"v":[[17.798,-41.748],[27.979,-45.801],[38.867,-40.723],[42.188,-30.908],[13.232,-30.908]],"c":true},"ix":2},"nm":"e","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"e","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Arial"},{"ch":"n","size":40,"style":"Regular","w":55.62,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-2.718,2.377],[-3.744,0],[-1.742,-1.057],[-0.684,-1.774],[0,-3.58],[0,0],[0,0],[0,0],[0.325,1.628],[1.302,1.823],[2.62,1.123],[3.125,0],[3.809,-5.696],[0,0],[0,0],[0,0]],"o":[[0,0],[0,-6.641],[2.718,-2.376],[2.344,0],[1.741,1.058],[0.684,1.775],[0,0],[0,0],[0,0],[0,-4.069],[-0.521,-2.506],[-1.302,-1.823],[-2.621,-1.123],[-7.195,0],[0,0],[0,0],[0,0],[0,0]],"v":[[15.381,0],[15.381,-28.32],[19.458,-41.846],[29.15,-45.41],[35.278,-43.823],[38.916,-39.575],[39.941,-31.543],[39.941,0],[48.73,0],[48.73,-31.885],[48.242,-40.43],[45.508,-46.924],[39.624,-51.343],[31.006,-53.027],[14.502,-44.482],[14.502,-51.855],[6.592,-51.855],[6.592,0]],"c":true},"ix":2},"nm":"n","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"n","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Arial"},{"ch":"t","size":40,"style":"Regular","w":27.78,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.977,0],[0.7,0.423],[0.309,0.716],[0,2.507],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.716,-1.643],[-1.758,-1.009],[-3.191,0],[-2.474,0.52],[0,0]],"o":[[-1.302,0],[-0.7,-0.423],[-0.31,-0.716],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,5.273],[0.716,1.644],[1.758,1.009],[1.953,0],[0,0],[-1.595,0.228]],"v":[[21.924,-7.52],[18.921,-8.154],[17.407,-9.863],[16.943,-14.697],[16.943,-45.02],[25.781,-45.02],[25.781,-51.855],[16.943,-51.855],[16.943,-69.971],[8.203,-64.697],[8.203,-51.855],[1.758,-51.855],[1.758,-45.02],[8.203,-45.02],[8.203,-15.186],[9.277,-4.81],[12.988,-0.83],[20.41,0.684],[27.051,-0.098],[25.781,-7.861]],"c":true},"ix":2},"nm":"t","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"t","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Arial"},{"ch":"r","size":40,"style":"Regular","w":33.3,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.977,3.125],[-1.53,1.156],[-1.921,0],[-2.148,-1.27],[0,0],[2.962,0],[1.709,-1.172],[2.018,-3.678],[0,0],[0,0],[0,0]],"o":[[0,0],[0,-3.711],[0.651,-2.051],[1.53,-1.155],[2.148,0],[0,0],[-3.06,-1.888],[-2.051,0],[-1.709,1.172],[0,0],[0,0],[0,0],[0,0]],"v":[[15.283,0],[15.283,-27.148],[16.748,-37.402],[20.02,-42.212],[25.195,-43.945],[31.641,-42.041],[34.668,-50.195],[25.635,-53.027],[19.995,-51.27],[14.404,-43.994],[14.404,-51.855],[6.494,-51.855],[6.494,0]],"c":true},"ix":2},"nm":"r","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"r","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Arial"},{"ch":"l","size":40,"style":"Regular","w":22.22,"data":{"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":[[15.186,0],[15.186,-71.582],[6.396,-71.582],[6.396,0]],"c":true},"ix":2},"nm":"l","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"l","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Arial"},{"ch":"f","size":40,"style":"Regular","w":25.98,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.107,1.14],[-2.67,0],[-1.823,-0.325],[0,0],[2.473,0],[2.132,-1.416],[0.846,-2.278],[0,-3.483],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,-3.125],[1.106,-1.139],[1.627,0],[0,0],[-2.995,-0.586],[-3.841,0],[-2.132,1.416],[-0.619,1.693],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[17.432,0],[17.432,-45.02],[27.539,-45.02],[27.539,-51.855],[17.432,-51.855],[17.432,-56.641],[19.092,-63.037],[24.756,-64.746],[29.932,-64.258],[31.25,-71.924],[23.047,-72.803],[14.087,-70.679],[9.619,-65.137],[8.691,-57.373],[8.691,-51.855],[0.928,-51.855],[0.928,-45.02],[8.691,-45.02],[8.691,0]],"c":true},"ix":2},"nm":"f","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"f","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Arial"},{"ch":"i","size":40,"style":"Regular","w":22.22,"data":{"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":[[15.43,-61.475],[15.43,-71.582],[6.641,-71.582],[6.641,-61.475]],"c":true},"ix":2},"nm":"i","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.43,0],[15.43,-51.855],[6.641,-51.855],[6.641,0]],"c":true},"ix":2},"nm":"i","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"i","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Arial"},{"ch":"g","size":40,"style":"Regular","w":55.62,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.809,-2.783],[-6.185,0],[-3.564,1.953],[-1.644,3.369],[0,8.073],[0,0],[0,0],[0,0],[6.12,0],[3.401,-2.278],[1.79,-4.182],[0,-4.948],[-3.906,-5.143],[-7.129,0],[-3.841,4.525],[0.455,-1.791],[2.213,-1.628],[4.069,0],[2.18,1.627],[0.358,2.637],[0,0]],"o":[[3.809,2.783],[5.208,0],[3.564,-1.953],[1.643,-3.369],[0,0],[0,0],[0,0],[-3.972,-4.948],[-4.59,0],[-3.402,2.279],[-1.791,4.183],[0,7.195],[3.906,5.144],[5.729,0],[0.032,5.73],[-0.781,2.93],[-2.214,1.627],[-3.777,0],[-1.628,-1.205],[0,0],[-0.13,5.598]],"v":[[10.498,16.87],[25.488,21.045],[38.647,18.115],[46.46,10.132],[48.926,-7.031],[48.926,-51.855],[40.82,-51.855],[40.82,-45.605],[25.684,-53.027],[13.696,-49.609],[5.908,-39.917],[3.223,-26.221],[9.082,-7.715],[25.635,0],[39.99,-6.787],[39.355,4.492],[34.863,11.328],[25.439,13.77],[16.504,11.328],[13.525,5.566],[4.98,4.297]],"c":true},"ix":2},"nm":"g","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-2.734,3.174],[-3.906,0],[-2.816,-3.223],[0,-6.348],[2.734,-3.108],[4.036,0],[2.702,3.125],[0,6.804]],"o":[[2.734,-3.174],[3.971,0],[2.815,3.223],[0,6.641],[-2.734,3.109],[-4.07,0],[-2.702,-3.125],[0,-6.25]],"v":[[16.357,-40.991],[26.318,-45.752],[36.499,-40.918],[40.723,-26.562],[36.621,-11.938],[26.465,-7.275],[16.309,-11.963],[12.256,-26.855]],"c":true},"ix":2},"nm":"g","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"g","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Arial"},{"ch":"h","size":40,"style":"Regular","w":55.62,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.977,2.312],[-2.295,1.351],[-2.605,0],[-1.904,-2.002],[0,-4.395],[0,0],[0,0],[0,0],[1.221,2.67],[2.832,1.514],[3.841,0],[4.102,-4.752],[0,0],[0,0],[0,0]],"o":[[0,0],[0,-4.069],[0.977,-2.311],[2.295,-1.35],[3.483,0],[1.904,2.002],[0,0],[0,0],[0,0],[0,-5.078],[-1.221,-2.669],[-2.832,-1.514],[-6.25,0],[0,0],[0,0],[0,0],[0,0]],"v":[[15.381,0],[15.381,-28.369],[16.846,-37.939],[21.753,-43.433],[29.102,-45.459],[37.183,-42.456],[40.039,-32.861],[40.039,0],[48.828,0],[48.828,-32.861],[46.997,-44.482],[40.918,-50.757],[30.908,-53.027],[15.381,-45.898],[15.381,-71.582],[6.592,-71.582],[6.592,0]],"c":true},"ix":2},"nm":"h","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"h","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Arial"}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/TgsWithoutOpacity.json b/ohos/flutter_lottie/assets/Tests/TgsWithoutOpacity.json new file mode 100644 index 0000000000000000000000000000000000000000..bdfa4f3cb6e8d3f7129a22393ba8c86dc9665b8a --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/TgsWithoutOpacity.json @@ -0,0 +1 @@ +{"tgs":1,"v":"5.5.2","fr":30,"ip":0,"op":15,"w":512,"h":512,"nm":"Comp 1","ddd":0,"assets":[{"id":"_","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"5 (1) Outlines","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[250,250,0]},"a":{"a":0,"k":[640,360,0]},"s":{"a":0,"k":[50,50,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-5.373,1.294],[-1.551,1.103],[-0.661,-1.761]],"o":[[1.916,-0.297],[0,0.967],[2.234,5.958]],"v":[[22.859,32.974],[28.059,30.875],[-24.378,33.049]],"c":true}},"nm":"Path 1","hd":false},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[9.573,10.371],[10.071,6.694],[5.085,6.496],[3.149,1.8],[-0.146,11.39],[-7.981,0],[4.123,2.092],[6.344,0.252],[1.162,9.468],[-9.73,8.595],[-16.186,3.011],[-5.722,-0.664],[2.903,-1.389],[-6.608,2.467],[-4.293,3.203],[-8.446,1.689],[9.994,0],[-10.392,-14.527],[6.125,8.75],[1.11,-0.826],[1.162,0.879],[-1.725,-0.229],[-1.615,-14.538],[-0.243,0.907],[-4.023,-2.329],[-5.171,-1.049],[1.033,-18.585],[14.799,-15.805]],"o":[[-8.616,-9.335],[-7.215,-4.797],[-2.354,-3.007],[-8.11,-6.082],[12.811,0.184],[7.985,0],[-5.743,-2.913],[-8.679,-0.345],[-1.758,-14.332],[9.778,-8.637],[3.046,-0.566],[-3.995,-0.464],[5.618,-2.689],[5.912,-2.206],[4.151,-3.096],[5.727,-1.321],[13.669,0],[19.291,26.967],[-2.954,-4.22],[-0.329,-1.454],[1.732,0.179],[-3.505,1.593],[0.857,-0.277],[2.064,1.238],[4.773,2.763],[16.631,3.375],[-1.192,21.452],[-5.342,5.705]],"v":[[-8.441,87.576],[-42.591,66.326],[-65.941,48.775],[-73.041,32.674],[-76.941,-16.026],[-38.341,-21.826],[-34.041,-30.426],[-61.441,-27.826],[-78.141,-37.826],[-61.666,-51.576],[-50.391,-67.301],[-43.278,-56.826],[-28.241,-63.125],[-10.241,-70.026],[4.809,-68.776],[10.359,-96.625],[17.059,-63.826],[61.859,-46.826],[22.409,-35.076],[40.596,-35.225],[38.359,-38.725],[43.546,-38.112],[20.159,-32.826],[21.809,-34.6],[29.659,-25.426],[42.984,-22.5],[62.559,-3.526],[40.21,56.775]],"c":true}},"nm":"Path 2","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.910000011968,0.870999983245,0.795999983245,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[643.94,302.825]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 3","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,1.694],[-2.667,0],[-1.594,-10.037]],"o":[[0.5,-5.064],[-11.444,0],[1.267,-1.494]],"v":[[71.55,-197.656],[91.25,-246.656],[68.15,-191.456]],"c":true}},"nm":"Path 1","hd":false},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-1.134],[-0.287,0.431]],"o":[[0,-3.56],[-5.517,8.888]],"v":[[75.05,-166.056],[67.95,-188.556]],"c":true}},"nm":"Path 2","hd":false},{"ind":2,"ty":"sh","ks":{"a":0,"k":{"i":[[0.749,3.389],[0,14.936],[0.062,22.881],[-5.468,6.439],[-0.668,0.266],[-6.525,-0.204],[-0.759,0.848],[4.142,0],[-0.703,-3.18],[0.365,-0.128],[6.685,-6.816],[-5.99,5.695],[4.274,1.781],[6.51,3.875],[0.762,-1.513],[-4.793,-5.789],[-2.005,2.177],[-7.301,-27.419]],"o":[[1.124,-5.619],[0,-5.944],[-0.033,-12.306],[0.553,-0.651],[11.482,-4.58],[2.114,0.065],[3.528,-3.939],[-2.239,0],[-2.645,-5.765],[-9.401,3.76],[-17.051,17.385],[-3.073,2.922],[-0.905,-0.377],[2.484,1.478],[-2.974,5.902],[1.082,1.306],[-4.663,25.327],[1.749,0.802]],"v":[[84.55,-139.256],[133.05,-153.256],[82.8,-161.306],[97.65,-176.656],[102.25,-188.589],[119.387,-183.343],[140.95,-192.256],[139.55,-230.656],[140.05,-206.156],[129.65,-247.356],[128.363,-198.556],[116.679,-245.16],[93.925,-210.731],[102.125,-245.518],[85.811,-208.936],[79.012,-195.118],[92.05,-202.756],[83.05,-135.375]],"c":true}},"nm":"Path 3","hd":false},{"ind":3,"ty":"sh","ks":{"a":0,"k":{"i":[[-7.365,1.773],[-1.527,1.148],[2.35,2.115]],"o":[[1.939,-0.252],[0,-2.067],[5.313,6.642]],"v":[[185.85,-90.856],[191.05,-92.956],[138.75,-90.656]],"c":true}},"nm":"Path 4","hd":false},{"ind":4,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.233,1.566],[-2.741,1.096],[-0.403,-0.941],[0,5.209],[0.762,-0.938],[-0.314,0.471],[-16.184,12.514],[-12.114,6.209],[-6.431,8.738],[4.659,-2.002],[2.841,-0.49],[0,0.049],[-2.444,4.074],[0.875,-0.256],[0.578,5.642],[0.498,-0.456],[-13.552,11.352],[-17.251,17.233],[19.6,7.35],[2.443,-1.411],[18.248,-8.068],[9.185,-8.097],[2.201,-12.535],[-1.698,-0.502],[-7.787,5.69],[-14.536,7.634],[0,9.582],[0.728,-1.563],[-1.583,8.988],[-9.533,0],[-8.861,29.114],[4.346,0],[0,-1.329],[-2.655,-2.654],[-2.55,-9.855],[2.74,-1.363],[-4.262,2.906],[-11.01,5.665],[-10.696,0.619],[-16.601,-13.999],[-2.489,-1.939],[-1.263,-0.717],[1.663,-0.677],[-20.92,4.724],[0,0.43],[1.358,0.672],[-1.561,-5.992],[-1.632,-7.59],[-0.987,-30.606],[-12.317,-51.274],[-0.499,48.711],[0.562,20.19],[7.931,0],[-2.75,-2.852],[0.731,-1.254],[2.121,-6.665],[0.233,-0.049],[3.843,-3.639],[-0.227,0.553],[1.522,-1.142],[3.409,0],[3.128,0.199],[13.348,-23.075],[0.953,-9.03],[3.619,-3.092],[2.586,-2.608],[-3.096,2.211],[-6.478,-5.481],[-3.229,-3.855],[-0.825,0.3],[4.313,2.588],[-6.008,-2.462],[-1.989,-3.147],[4.873,-4.873],[-0.324,-0.204],[2.397,-12.615],[24.351,-18.775],[26.284,16.506],[5.887,30.176],[10.724,-27.909],[29.619,-23.854],[22.823,-19.516],[15.624,-26.368],[-33.691,51.413],[-4.02,38.743],[-1.358,22.036],[5.299,4.291],[0.452,-5.767],[5.825,-28.676],[6.36,-7.628],[12.774,-5.444],[3.289,-12.229],[16.698,-12.105],[14.863,-10.328],[12.271,-24.763],[10.116,-20.244],[-2.897,-0.966],[-4.919,11.595],[-4.751,-3.959],[2.751,-1.785],[7.825,-28.767],[3.732,-5.188],[7.603,0],[3.047,3.824],[7.296,0.875]],"o":[[0.577,-3.897],[-0.162,1.008],[0.659,0],[-1.138,-0.521],[0.086,0.431],[8.32,-16.641],[9.86,-7.625],[9.298,-4.766],[-2.031,2.759],[-5.409,2.325],[-2.025,0.349],[0,3.452],[-0.792,-0.388],[0,-4.205],[0.054,0.53],[17.832,-5.383],[18.101,-15.16],[6.047,-6.04],[-2.014,-0.755],[-16.965,9.795],[-10.997,4.864],[-9.479,8.356],[-0.598,3.403],[-20.753,-6.127],[13.254,-9.277],[6.499,-3.412],[-1.406,1.037],[12.033,4.012],[0.501,-2.849],[16.952,0],[1.859,-6.108],[-2.091,0],[-1.546,-15.46],[9.474,9.474],[-1.512,-5.844],[2.998,-1.492],[8.73,-5.953],[9.773,-5.029],[22.891,-1.327],[2.224,1.875],[3.111,2.424],[-2.221,-1.262],[8.857,-3.605],[-2.329,0.526],[-1.235,-0.878],[-1.576,5.255],[1.943,7.457],[6.447,29.968],[1.725,53.454],[-38.203,-36.09],[0.215,-21.027],[-0.116,-4.179],[10.735,0],[-2.409,-2.53],[-2.569,4.403],[0.974,-3.061],[-1.393,0.291],[-8.474,8.024],[-1.408,3.44],[-4.499,4.499],[-2.902,0],[-11.784,-0.753],[-5.559,9.61],[3.886,4.508],[-3.726,0.153],[-0.623,4.037],[0.946,-0.676],[3.565,3.12],[2.117,2.529],[6.697,-2.435],[3.764,2.509],[3.554,1.457],[20.839,32.984],[-9.279,9.279],[9.549,6.001],[-5.693,29.966],[-27.392,21.12],[-26.26,-16.491],[-6.712,28.865],[-13.656,35.542],[-23.363,18.817],[-24.421,20.882],[-2.937,-71.686],[21.866,-33.367],[2.278,-21.953],[0.511,-8.283],[0.261,0.213],[-2.289,29.137],[-2.043,10.058],[-7.079,8.49],[-12.141,5.172],[-5.025,18.687],[-14.696,10.656],[-24.169,16.795],[-9.785,19.746],[-4.197,8.398],[-14.027,-4.676],[2.471,-5.825],[-0.649,-0.864],[-24.571,15.935],[-1.804,6.632],[-3.399,4.727],[0.556,-6.283],[1.706,2.141],[0.233,-1.566]],"v":[[-281.55,288.644],[-274.512,258.419],[-274.15,261.344],[-253.95,223.644],[-256.8,224.269],[-248.35,211.244],[-195.812,164.794],[-163.55,142.344],[-129.137,126.432],[-160.15,136.444],[-177.562,147.781],[-245.95,146.344],[-185.45,133.244],[-187.95,133.044],[-150.298,115.733],[-154.45,119.244],[-110.343,86.906],[-57.612,44.887],[13.65,-74.131],[-11.65,-59.056],[-64.612,-33.124],[-96.665,-16.371],[-113.427,13.677],[-112.963,44.982],[-123.65,-4.656],[-85.624,-31.508],[-23.95,-62.756],[-27.15,-58.856],[2.55,-94.956],[8.05,-130.656],[31.35,-134.669],[39.15,-184.656],[27.15,-169.856],[88.65,-289.356],[80.961,-257.93],[97.756,-257.55],[104.525,-264.831],[121.179,-279.49],[151.699,-286.261],[208.05,-270.556],[211.95,-261.706],[218.05,-261.656],[238.135,-253.852],[230.638,-293.344],[242.05,-280.856],[238.162,-283.181],[251.237,-245.294],[256.734,-222.675],[266.118,-132.093],[282.25,18.844],[240.732,-124.906],[248.187,-185.93],[232.85,-242.656],[242.05,-170.256],[225.35,-224.081],[229.4,-197.956],[213.037,-231.618],[219.554,-194.304],[188.438,-239.431],[194.65,-218.956],[174.35,-250.656],[178.837,-225.243],[151.502,-247.641],[154.15,-216.256],[154.55,-204.856],[145.083,-200.715],[165.263,-196.231],[174.55,-223.656],[179.938,-208.594],[184.3,-214.506],[180.05,-189.156],[202.079,-190.271],[228.482,-170.175],[185.475,-158.206],[223.425,-144.118],[226.9,-118.156],[186.55,-48.656],[122.412,-55.419],[83.35,-119.156],[64.8,-35.156],[1.456,53.925],[-70.683,107.845],[-120.95,174.644],[10.336,36.326],[42.5,-72.743],[47.45,-138.656],[54.338,-203.294],[42.758,-121.165],[34.05,-33.656],[23.15,3.344],[3.8,11.028],[-14.95,38.244],[-36.517,74.951],[-82.15,104.344],[-123.95,160.244],[-160.123,216.513],[-180.35,278.044],[-169.137,195],[-118.35,123.644],[-196.087,196.12],[-245.85,259.844],[-250.095,290.181],[-267.95,293.344],[-262.191,256.516],[-282.25,293.344]],"c":true}},"nm":"Path 5","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.843137264252,0.843137264252,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[480.95,426.656]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 20","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[1.4,2.199],[0.498,-0.322],[-2.713,0]],"o":[[-1.014,-1.943],[7.073,-4.577],[-1.399,-2.201]],"v":[[6.831,13.308],[-11.031,-15.33],[11.031,19.908]],"c":true}},"nm":"Path 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.340999977261,0.325,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[1086.269,700.093]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 31","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-1.965,-1.934],[2.828,-9.9],[2.176,-0.87]],"o":[[6.252,6.145],[2.01,-4.688],[2.189,-0.876]],"v":[[343.258,211.736],[369.057,246.736],[330.671,199.895]],"c":true}},"nm":"Path 1","hd":false},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[-8.742,5.464],[9.938,12.201],[-8.831,3.434],[-2.235,-2.783],[-4.745,-6.548],[-8.169,-11.175]],"o":[[-17.12,10.271],[-6.04,-7.417],[-2.633,1.024],[5.044,6.277],[8.197,11.31],[6.104,8.35]],"v":[[168.258,127.036],[87.758,67.436],[46.482,-15.201],[65.026,20.17],[82.029,37.355],[98.69,74.783]],"c":true}},"nm":"Path 2","hd":false},{"ind":2,"ty":"sh","ks":{"a":0,"k":{"i":[[-3.738,0],[-3.327,0],[-28.548,-27.098],[2.162,0],[3.104,0.548],[1.611,0],[5.404,2.162],[-0.901,0.901],[-1.447,-3.773]],"o":[[3.129,0],[7.379,0],[-1.785,-1.262],[19.98,0],[-3.997,-0.8],[-3.831,0],[-1.303,-0.326],[-8.371,7.174],[-0.191,20.893]],"v":[[54.157,-177.464],[59.357,-166.464],[65.164,-171.635],[58.057,-182.464],[85.557,-129.264],[84.857,-148.464],[79.057,-129.764],[67.458,-148.964],[83.646,-128.064]],"c":true}},"nm":"Path 3","hd":false},{"ind":3,"ty":"sh","ks":{"a":0,"k":{"i":[[0.417,-5.836],[1.338,-2.45],[-4.034,0]],"o":[[0.405,2.75],[-1.874,0],[-1.138,0]],"v":[[37.857,-102.264],[36.458,-94.464],[34.258,-146.464]],"c":true}},"nm":"Path 4","hd":false},{"ind":4,"ty":"sh","ks":{"a":0,"k":{"i":[[1,-3.333],[2.613,0],[5.986,-0.454],[5.899,1.053],[7.938,-0.949],[-12.314,4.141],[0.459,0.612]],"o":[[-2.536,2.028],[-2.001,0],[-5.94,0.449],[-8.298,-1.482],[12.51,-1.495],[4.181,-1.407],[-1,3.333]],"v":[[5.758,-146.264],[3.258,-126.464],[-2.956,-133.076],[-20.729,-132.984],[-48.742,-144.302],[-10.029,-138.04],[8.758,-156.264]],"c":true}},"nm":"Path 5","hd":false},{"ind":5,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.104,0],[-6.247,0]],"o":[[-2.066,0],[2.457,0]],"v":[[4.557,-46.464],[3.258,-78.464]],"c":true}},"nm":"Path 6","hd":false},{"ind":6,"ty":"sh","ks":{"a":0,"k":{"i":[[0.536,3.471],[-7.017,14.66],[-9.15,-4.043],[-3.853,14.84],[1.955,-0.309],[0.633,-2.532],[0,-25.945]],"o":[[-5.739,-13.393],[-3.674,7.677],[-17.378,-7.678],[1.232,-4.739],[7.328,-1.466],[-6.6,26.389],[-1.931,2.271]],"v":[[-1.443,0.736],[-14.443,-56.177],[-4.029,7.348],[-17.87,-57.572],[1.557,-110.264],[-5.164,-69.717],[2.258,2.536]],"c":true}},"nm":"Path 7","hd":false},{"ind":7,"ty":"sh","ks":{"a":0,"k":{"i":[[13.192,-10.898],[0,-5.973],[-3.359,5.472],[7.315,-5.542]],"o":[[4.578,-4.131],[0,-4.952],[-1.43,2.329],[-0.216,0.163]],"v":[[-53.943,-180.664],[-7.742,-178.464],[-15.781,-199.887],[1.596,-160.627]],"c":true}},"nm":"Path 8","hd":false},{"ind":8,"ty":"sh","ks":{"a":0,"k":{"i":[[1.277,0],[-0.77,-3.989],[-8.637,-1.418],[0.347,1.041],[5.997,0.034]],"o":[[1.093,0],[0.518,2.691],[1.13,0.186],[1.611,3.221],[-6.408,-0.038]],"v":[[-23.742,-281.464],[-12.854,-288.252],[-17.331,-272.502],[-10.542,-281.264],[-15.268,-261.576]],"c":true}},"nm":"Path 9","hd":false},{"ind":9,"ty":"sh","ks":{"a":0,"k":{"i":[[2.047,-3.326],[0,1.139]],"o":[[-1.267,1.583],[0,-9.546]],"v":[[-97.242,-178.364],[-115.742,-179.364]],"c":true}},"nm":"Path 10","hd":false},{"ind":10,"ty":"sh","ks":{"a":0,"k":{"i":[[0.494,1.293],[-9.256,11.777]],"o":[[-5.457,5.456],[4.804,-6.113]],"v":[[-106.143,-138.564],[-145.143,-137.964]],"c":true}},"nm":"Path 11","hd":false},{"ind":11,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[9.832,-4.448],[-9.182,5.509]],"o":[[-8.394,5.036],[9.05,-4.093],[0,0]],"v":[[-131.742,-19.964],[-144.193,5.098],[-131.742,-25.964]],"c":true}},"nm":"Path 12","hd":false},{"ind":12,"ty":"sh","ks":{"a":0,"k":{"i":[[-3.724,3.458],[2.434,0],[4.257,-2.194],[-5.14,0.285],[5.485,-0.117],[1.167,-4.362],[1.642,-1.388]],"o":[[-1.443,1.339],[-1.778,0],[-1.707,4.263],[-0.554,1.138],[1.103,-2.496],[-0.93,1.964],[0,-6.399]],"v":[[-138.143,7.836],[-145.643,18.536],[-153.992,14.532],[-148.843,20.499],[-200.943,34.635],[-188.885,24.008],[-192.742,29.036]],"c":true}},"nm":"Path 13","hd":false},{"ind":13,"ty":"sh","ks":{"a":0,"k":{"i":[[1.807,-17.32],[15.405,-12.504],[7.549,14.005],[-9.13,7.736]],"o":[[-4.784,18.498],[-9.488,7.701],[-7.307,-13.554],[5.942,-5.035]],"v":[[-150.443,37.836],[-166.305,83.042],[-203.766,86.296],[-186.57,45.29]],"c":true}},"nm":"Path 14","hd":false},{"ind":14,"ty":"sh","ks":{"a":0,"k":{"i":[[0.907,-1.644],[3.242,0],[-1.98,1.979]],"o":[[-1.143,2.032],[-0.187,0],[-0.757,0.757]],"v":[[-141.943,-19.164],[-149.742,0.536],[-141.843,-28.764]],"c":true}},"nm":"Path 15","hd":false},{"ind":15,"ty":"sh","ks":{"a":0,"k":{"i":[[0.744,-0.054],[10.16,6.405],[0,-6.866]],"o":[[-29.66,2.696],[5.3,3.342],[0,-0.633]],"v":[[-143.742,-60.664],[-151.742,-90.877],[-131.742,-52.964]],"c":true}},"nm":"Path 16","hd":false},{"ind":16,"ty":"sh","ks":{"a":0,"k":{"i":[[-3.952,1.451],[-0.9,-1.036],[4.942,-1.007]],"o":[[1.6,-1.333],[3.069,3.531],[-1.606,-1.897]],"v":[[-153.742,-189.564],[-135.557,-223.146],[-157.26,-184.543]],"c":true}},"nm":"Path 17","hd":false},{"ind":17,"ty":"sh","ks":{"a":0,"k":{"i":[[-7.562,6.672],[11.239,4.443],[4.752,-5.953]],"o":[[2.842,-4.909],[6.447,2.549],[-3.416,4.279]],"v":[[-144.542,-266.464],[-139.755,-289.427],[-128.476,-259.826]],"c":true}},"nm":"Path 18","hd":false},{"ind":18,"ty":"sh","ks":{"a":0,"k":{"i":[[-15.844,3.168],[-0.685,-3.837],[-3.219,-1.035],[4.2,-3.928]],"o":[[0.204,0],[1.525,6.707],[5.885,8.307],[0.452,-11.354]],"v":[[-123.443,-222.464],[-140.542,-183.564],[-121.318,-185.964],[-145.042,-170.964]],"c":true}},"nm":"Path 19","hd":false},{"ind":19,"ty":"sh","ks":{"a":0,"k":{"i":[[-3.069,-3.069],[3.898,-4.944]],"o":[[3.714,3.714],[-1.587,2.012]],"v":[[-105.242,-218.364],[-102.68,-188.114]],"c":true}},"nm":"Path 20","hd":false},{"ind":20,"ty":"sh","ks":{"a":0,"k":{"i":[[-5.311,10.29],[7.327,-13.783]],"o":[[5.42,-10.553],[-3.892,7.32]],"v":[[-38.143,121.336],[-18.404,125.048]],"c":true}},"nm":"Path 21","hd":false},{"ind":21,"ty":"sh","ks":{"a":0,"k":{"i":[[13.793,-6.513],[-9.141,7.994]],"o":[[-10.564,4.899],[11.661,-10.199]],"v":[[-132.443,278.336],[-145.242,260.336]],"c":true}},"nm":"Path 22","hd":false},{"ind":22,"ty":"sh","ks":{"a":0,"k":{"i":[[-19.653,0],[9.722,-5.914]],"o":[[9.053,0],[-13.099,7.967]],"v":[[-142.542,181.536],[-135.229,201.061]],"c":true}},"nm":"Path 23","hd":false},{"ind":23,"ty":"sh","ks":{"a":0,"k":{"i":[[-6.668,7.779],[10.396,-8.519]],"o":[[7.827,-9.102],[-6.712,5.5]],"v":[[-148.542,112.036],[-130.762,126.821]],"c":true}},"nm":"Path 24","hd":false},{"ind":24,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[1.658,-1.222],[-5.836,2.188],[-6.823,-0.33]],"o":[[-1.658,1.22],[1.536,-0.507],[-2.984,1.085],[0,0]],"v":[[-246.042,69.836],[-251.018,73.499],[-248.842,50.736],[-242.643,66.036]],"c":true}},"nm":"Path 25","hd":false},{"ind":25,"ty":"sh","ks":{"a":0,"k":{"i":[[0.95,-0.949],[-1.55,-2.571],[-5.944,0]],"o":[[-1.293,1.294],[-2.591,-4.295],[-0.065,0]],"v":[[-255.143,134.135],[-263.031,145.211],[-255.042,126.536]],"c":true}},"nm":"Path 26","hd":false},{"ind":26,"ty":"sh","ks":{"a":0,"k":{"i":[[2.074,-2.323],[0.709,-4.197],[-2.459,0]],"o":[[-2.358,3.536],[0.149,-2.516],[3.14,0]],"v":[[-273.143,257.436],[-277.742,269.036],[-271.943,233.536]],"c":true}},"nm":"Path 27","hd":false},{"ind":27,"ty":"sh","ks":{"a":0,"k":{"i":[[0.731,-1.096],[3.778,-5.667],[-3.209,3.491],[-8.941,0]],"o":[[-4.027,5.638],[-2.039,1.36],[10.863,21.476],[1.763,0]],"v":[[-351.143,186.436],[-352.943,205.135],[-359.792,180.174],[-348.443,173.536]],"c":true}},"nm":"Path 28","hd":false},{"ind":28,"ty":"sh","ks":{"a":0,"k":{"i":[[5.677,7.595],[68.915,44.836],[26.719,39.461],[-7.955,2.651],[-9.804,-2.781],[0.389,-0.291],[9.363,-14.044],[4.704,2.138],[-12.761,0],[0.641,-0.018],[7.481,4.63],[17.201,7.95],[-2.031,36.548],[0.536,0],[-0.234,5.848],[2.686,-3.134],[-0.193,1.984],[13.501,0],[4.086,5.67],[15.534,-9.732],[0,3.065],[1.594,0.047],[14.853,-6.356],[3.755,-0.603],[12.355,2.48],[2.235,-4.327],[19.19,-23.519],[0,0.124],[25.922,-24.159],[22.955,-42.9],[-7.571,-38.902],[-17.529,10.642],[-6.028,13.542],[-5.406,0.772],[-1.076,-1.222],[-7.038,0],[0.592,-3.389],[-10.976,7.348],[3.473,3.157],[0.987,-4.033],[-6.049,6.301],[-3.347,5.577],[-3.907,1.31],[-0.121,7.213],[0.522,18.248],[16.121,14.585],[-0.003,2.013],[2.037,7.472],[-9.096,5.198],[-1.897,-1.686],[-0.663,0.332],[-2.35,0.321],[-28.086,8.225],[-2.517,3.62],[0.311,-0.192],[-1.973,-0.617],[-5.261,1.122],[-7.669,1.917],[0.513,-3.407],[0,2.052],[7.016,3.322],[1.247,10.778],[-1.328,2.087],[0,-15.82],[3.83,0],[-1.426,-5.48],[-0.202,-3.386],[-1.909,-4.969],[9.012,-10.21],[9.74,11.134],[2.58,0.117],[28.15,6.251],[4.97,-45.287],[-40.265,-3.027],[24.497,60.452],[-7.715,27.131],[-22.743,7.873],[9.614,11.976],[14.798,-0.317],[4.759,0.812],[3.419,1.709],[0.382,29.724],[6.622,11.511],[3.159,5.755],[3.14,6.389],[17.27,-4.701],[0.338,0.011],[3.447,1.376],[7.011,-6.109],[3.572,-3.802],[0.409,-0.534],[2.502,11.512],[-1.785,1.991],[-5.715,-0.784],[-13.009,-6.264],[-2.603,-5.594],[-17.695,-3.774],[-6.957,-3.268],[-7.334,-8.862],[-5.314,2.428],[-2.786,-11.987],[-1.532,-11.904],[-19.976,-40.158],[-18.448,0.788],[-28.915,0],[-27.289,-1.618],[11.209,30.693],[0.35,-1.983],[0,3.054],[4.574,0],[2.058,1.2],[0.059,-1.477],[21.043,19.14],[0,17.569],[-5.607,-4.187],[3.077,-16.929],[-0.849,0.566],[16.357,-14.87],[0.524,0.523]],"o":[[-39.327,-76.782],[-39.694,-25.825],[-1.263,-1.865],[10.154,-3.385],[-2.861,-0.811],[-11.234,14.982],[1.395,-1.287],[11.46,5.209],[1.959,0],[11.76,11.664],[-16.148,-9.995],[-27.092,-12.522],[0,0.852],[-5.592,0],[0,3.503],[-0.735,0.629],[0.472,-4.889],[-3.032,0],[-9.097,-12.623],[-4.722,-3.187],[0,0.313],[-15.855,-0.467],[-3.807,1.629],[-13.077,2.099],[5.647,1.134],[63.546,15.506],[1.094,-0.593],[0,38.994],[-35.775,33.342],[-17.236,32.212],[3.043,15.64],[11.796,-7.162],[1.347,-3.027],[1.879,-0.353],[14.364,16.317],[0.992,3.278],[14.314,0],[1.9,-1.273],[3.427,4.112],[7.863,0],[-1.008,1.051],[1.021,-1.587],[8.746,-2.935],[0.309,-18.26],[-0.616,-21.441],[-0.391,-0.354],[0.013,-7.832],[-10.955,-40.198],[0.824,-0.514],[1.783,2.675],[2.649,-1.324],[1.48,-0.202],[4.525,-1.325],[1.76,-2.532],[-2.123,1.061],[4.948,1.551],[8.845,-1.887],[-1.728,2.983],[4.165,-3.358],[-9.48,5.183],[-5.016,-2.376],[-0.319,-2.752],[13.37,-21.012],[0,-1.836],[8.91,0],[0.695,2.674],[0.311,5.225],[4.351,11.33],[-14.275,16.174],[10.224,11.687],[-27.241,-1.239],[-2.419,45.333],[-5.315,48.433],[29.994,2.256],[-9.236,-22.793],[8.513,-29.942],[20.503,-7.098],[-10.344,-12.886],[-4.707,0.1],[-5.314,-0.907],[25.577,12.788],[-0.168,-13.071],[-3.308,-5.752],[-3.639,-6.63],[-8.424,-17.145],[-2.691,0.732],[-1.735,-0.057],[-9.444,-3.769],[-4.571,3.984],[-2.73,2.904],[6.51,-8.483],[-0.661,-3.042],[1.481,-1.651],[18.096,2.485],[-11.508,-5.542],[7.656,16.448],[7.993,1.705],[10.984,5.16],[4.167,5.035],[-17.617,-9.973],[2.717,11.694],[5.423,42.157],[8.638,17.364],[28.886,-1.234],[27.356,0],[26.811,1.591],[-0.526,1.942],[-1.603,-2.521],[0,-6.154],[-0.255,0],[1.138,0.758],[2.223,-30.384],[-11.673,-10.619],[0,1.29],[12.537,9.365],[1.679,-8.398],[-3.336,3.592],[11.808,-23.308],[3.385,3.385]],"v":[[412.557,252.236],[220.428,93.936],[120.677,-0.629],[89.282,-59.439],[126.224,-19.416],[99.758,-42.365],[248.957,64.135],[208.758,27.336],[246.258,55.536],[245.032,44.598],[231.134,30.631],[180.079,5.126],[91.258,-83.764],[97.758,-64.464],[82.357,-102.364],[90.857,-85.764],[86.807,-121.704],[82.157,-160.464],[43.023,-217.201],[-9.018,-280.527],[-5.742,-294.564],[-67.188,-304.146],[-115.609,-299.179],[-127.645,-290.292],[-144.888,-295.338],[-185.248,-220.765],[-243.631,-45.318],[-224.742,-54.664],[-297.867,53.08],[-378.865,159.008],[-423.068,285.913],[-385.243,305.892],[-379.295,295.64],[-374.443,273.736],[-371.977,304.354],[-350.842,295.536],[-350.242,305.536],[-285.268,306.378],[-276.143,284.736],[-278.943,305.536],[-245.11,304.456],[-258.643,280.336],[-232.951,304.706],[-226.303,254.068],[-227.368,199.346],[-235.38,135.848],[-224.279,126.853],[-230.544,104.617],[-213.842,97.635],[-204.742,41.135],[-207.943,108.198],[-203.867,95.686],[-184.602,118.413],[-160.857,103.705],[-157.742,86.036],[-133.648,98.98],[-116.174,102.981],[-98.742,88.736],[-102.104,98.323],[-86.742,68.635],[-81.049,51.813],[-89.9,41.979],[-83.341,15.465],[-62.742,42.236],[-81.042,27.536],[-65.989,49.198],[-68.784,62.132],[-62.687,79.968],[-59.547,110.141],[-102.979,99.76],[-137.554,100.987],[-208.542,121.536],[-206.357,255.684],[-148.492,303.026],[-57.669,261.966],[-114.874,180.71],[-12.742,154.436],[2.195,113.411],[-32.641,105.87],[-46.843,107.036],[-51.893,99.336],[-0.052,74.79],[-10.71,33.336],[-23.32,18.225],[-29.361,-2.41],[-61.83,-10.291],[-75.143,-1.464],[-92.679,-11.159],[-115.589,-12.449],[-122.18,3.036],[-130.63,3.549],[-114.961,-30.863],[-130.573,-51.512],[-77.101,-23.987],[-22.956,-50.751],[-28.997,-8.581],[19.558,23.265],[41.693,26.249],[68.657,57.475],[105.445,93.461],[101.733,118.851],[110.354,154.224],[118.784,295.349],[158.023,305.847],[244.905,305.536],[326.887,306.61],[356.857,275.036],[355.544,280.924],[347.258,258.036],[384.758,305.536],[383.157,277.936],[387.157,289.836],[339.861,207.429],[288.258,156.635],[350.194,185.859],[396.057,247.036],[358.457,191.036],[414.282,283.411],[412.157,290.836]],"c":true}},"nm":"Path 29","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.760784327984,0.296521216631,0.274479031563,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[716.742,414.465]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 33","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[5.677,7.595],[-0.504,0.457],[-0.306,3.084],[1.852,1.852]],"o":[[-3.849,-7.514],[1.392,-2.75],[4.708,0],[3.384,3.385]],"v":[[-2.567,-17.235],[-0.841,13.94],[1.708,5.19],[-2.966,21.365]],"c":true}},"nm":"Path 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.383999992819,0.172999991623,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[1131.867,683.936]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 38","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.888,1.371],[13.002,0],[-12.057,0.407]],"o":[[2.178,-9.983],[6.478,0],[0.888,-1.37]],"v":[[130.598,-134.253],[103.098,-180.853],[127.935,-130.141]],"c":true}},"nm":"Path 1","hd":false},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.817,1.904],[1.195,0],[1.407,-3.818],[-13.588,8.998]],"o":[[0.912,-3.39],[-4.215,0],[-0.327,0.885],[0.816,-1.904]],"v":[[-161.902,-116.653],[-152.702,-161.853],[-168.652,-136.103],[-164.352,-110.941]],"c":true}},"nm":"Path 2","hd":false},{"ind":2,"ty":"sh","ks":{"a":0,"k":{"i":[[2.859,2.708],[-24.217,25.689],[-11.968,9.922],[-0.964,6.915],[0,22.618],[-5.437,2.177],[-23.066,19.214],[-18.662,24.077],[0,25.824],[8.72,-5.394],[4.948,-15.671],[4.884,-7.327],[-0.672,7.833],[-13.713,9.214],[-6.815,44.532],[-2.84,10.385],[-3.541,7.362],[-9.409,19.858],[-9.095,14.515],[9.496,1.906],[-21.335,9.727],[-15.546,0.245],[-10.911,-2.294],[-5.454,-0.581],[1.557,1.01],[-1.992,-3.073],[-6.045,-8.695],[-12.373,-14.518],[-1.361,-24.911],[-8.459,-21.177],[-41.095,-18.96],[6.318,-38.633],[41.845,49.326],[-57.038,-35.752],[-31.581,-27.561],[-10.655,-25.827],[12.204,0],[4.135,7.184],[8.661,11.062],[15.169,7.974],[0,-0.343],[-3.609,-3.38],[-13.169,-15.786],[-6.904,-31.204],[5.249,4.362],[-0.188,0.562],[-1.792,-6.159],[0,0],[0,0],[-7.401,16.149],[-1.405,0],[4.635,-25.013],[17.388,-4.082]],"o":[[7.21,-34.681],[10.667,-11.317],[4.813,-3.99],[-0.729,5.23],[0,9.134],[27.748,-11.109],[23.415,-19.504],[14.312,-18.465],[0,6.592],[-13.463,8.328],[-3.211,10.168],[-7.258,10.885],[1.542,-17.939],[31.452,-21.133],[1.492,-9.756],[2.192,-8.015],[9.534,-19.823],[7.335,-15.482],[0.632,-1.008],[18.478,3.709],[14.153,-6.453],[11.08,-0.175],[5.906,1.242],[1.355,0.144],[1.447,0.939],[5.739,8.853],[10.892,15.663],[15.293,17.943],[1.184,21.684],[16.722,41.863],[26.939,12.43],[-42.96,-48.086],[15.688,71.642],[35.412,22.196],[20.807,18.161],[1.906,4.621],[-3.269,0],[-7.02,-12.198],[-10.334,-13.198],[-6.18,-3.249],[0,4.654],[14.979,14.035],[20.757,24.884],[-9.233,2.391],[-1.604,-1.334],[-2.16,5.617],[0,0],[0,0],[2.514,-17.68],[1.534,-3.349],[-32.596,0],[-3.847,20.755],[-7.396,1.736]],"v":[[-473.402,302.947],[-424.702,211.147],[-390.211,179.208],[-365.753,157.897],[-455.802,151.047],[-364.537,139.748],[-286.003,89.947],[-220.577,23.209],[-176.802,-55.053],[-262.618,-15.828],[-296.491,20.184],[-295.702,61.985],[-321.378,28.684],[-290.302,-10.053],[-186.802,-87.903],[-186.38,-117.22],[-175.525,-140.672],[-147.669,-200.42],[-123.284,-245.628],[-96.947,-295.727],[-71.652,-297.42],[-30.503,-304.553],[2.698,-302.853],[25.198,-294.853],[40.848,-296.353],[50.598,-273.153],[69.497,-247.353],[103.979,-202.925],[138.073,-140.666],[138.198,-89.953],[222.348,2.147],[296.698,64.547],[145.398,-44.153],[302.997,115.247],[409.116,185.018],[461.237,253.286],[461.198,291.147],[437.678,237.525],[413.857,203.08],[379.698,172.547],[336.198,156.247],[357.067,175.973],[400.832,219.774],[439.198,305.147],[424.297,298.547],[403.398,268.147],[412.198,305.147],[-243.581,305.147],[-411.503,305.147],[-394.809,254.076],[-371.302,205.147],[-432.737,284.157],[-447.439,305.147]],"c":true}},"nm":"Path 3","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.282000014361,0.136999990426,0.109999997008,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[668.802,414.853]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 39","bm":0,"hd":false}],"ip":0,"op":3,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"4 (1) Outlines","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[250,250,0]},"a":{"a":0,"k":[640,360,0]},"s":{"a":0,"k":[50,50,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-14.693,3.988],[-1.338,2.007],[10.117,9.866],[4.21,-5.522]],"o":[[1.985,-0.662],[4.386,-6.139],[-6.572,-6.409],[-14.076,18.459]],"v":[[15.351,39.185],[26.151,34.285],[29.702,11.935],[-21.386,11.51]],"c":true}},"nm":"Path 1","hd":false},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[22.943,13.929],[0.162,-0.141],[-0.659,-0.893],[0,-0.713],[-0.511,-0.65],[0.828,0],[-0.138,-0.934],[2.007,-1.505],[-1.287,-2.255],[-0.177,2.45],[0.35,-1.542],[-4.586,2.592],[-10.584,6.106],[18.974,-8.929],[5.535,-3.321],[-0.196,-8.218],[-0.027,0.013],[3.348,0.67],[-12.521,19.319],[-7.11,4.266],[-0.708,0.339],[-6.918,10.378],[-0.336,0],[-7.599,2.171],[-9.168,12.652],[-2.905,0],[-0.036,0.335],[9.295,-0.93],[-0.77,-0.457],[4.036,-1.73],[-7.65,-4.657],[-2.26,-1.13],[-1.694,1.016],[1.176,1.764],[-3.436,-1.581],[4.089,-17.974]],"o":[[-2.696,-1.798],[0.616,0.923],[0.393,-0.281],[0.622,0.549],[-1.555,1.555],[0.528,0.8],[-4.162,-2.379],[1.113,2.346],[-6.956,0],[1.075,0.341],[2.084,-3.979],[6.547,-3.701],[7.131,-4.114],[5.447,-2.335],[1.338,-0.802],[-0.025,-1.044],[-7.251,0.927],[-22.598,-4.52],[7.325,14.932],[-6.642,5.313],[10.952,-5.24],[-4.888,9.077],[6.227,0],[3.853,-1.651],[-1.926,23.292],[0.769,0],[-1.055,9.633],[0.73,0.517],[-4.185,0.386],[12.938,-6.469],[1.39,0.833],[0.459,0.23],[-6.01,4.007],[1.983,3.303],[14.354,6.603],[-4.022,17.677]],"v":[[-1.749,74.486],[-27.399,59.598],[-25.486,62.323],[-44.449,48.285],[-42.749,50.086],[-62.149,31.486],[-61.149,34.086],[-74.849,0.586],[-71.249,7.486],[-73.874,-19.203],[-72.786,-16.378],[-70.386,-35.277],[-33.049,-37.714],[-30.949,-52.414],[-22.712,-43.927],[-41.386,-48.014],[-27.549,-45.414],[-52.724,-44.089],[-59.749,-76.014],[-45.549,-78.914],[-22.368,-76.534],[-15.449,-88.414],[11.551,-83.514],[21.351,-82.214],[49.851,-74.014],[58.952,-72.514],[76.901,-51.315],[57.751,-44.164],[60.001,-42.703],[45.351,-45.115],[31.551,-51.014],[39.626,-52.152],[29.651,-50.115],[40.051,-36.514],[63.851,-34.014],[71.183,-5.112]],"c":true}},"nm":"Path 2","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.898000021542,0.862999949736,0.791999966491,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[635.449,243.515]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 4","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-1.5,0.533],[-2.779,19.412],[6.693,4.016],[0.964,0],[5.836,0],[0.414,-1.038],[-3.109,-3.151]],"o":[[16.433,-6.32],[1.083,-7.567],[0.364,0.222],[-8.625,0],[-3.255,0],[-1.792,4.495],[1.5,-0.533]],"v":[[60.848,-223.669],[82.967,-242.552],[77.648,-280.169],[73.248,-233.569],[66.048,-257.069],[65.665,-236.444],[56.348,-222.069]],"c":true}},"nm":"Path 1","hd":false},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[-15.519,8.277],[16.159,-9.117]],"o":[[32.792,-16.396],[-31.992,18.05]],"v":[[121.848,-112.669],[87.693,-138.388]],"c":true}},"nm":"Path 2","hd":false},{"ind":2,"ty":"sh","ks":{"a":0,"k":{"i":[[-1.864,3.727],[-9.808,26.14],[17.23,0],[-1.92,6.806],[-1.215,5.842],[6.616,-1.02],[-0.27,4.999],[0.839,-1.268],[4.546,-9.993],[6.304,-18.461],[-4.048,0.398]],"o":[[12.724,-24.828],[4.753,-12.668],[9.761,0],[1.621,-5.747],[1.515,-7.28],[1.185,-3.556],[0.158,-2.92],[-6.065,9.163],[-8.103,17.808],[-2.592,7.591],[5.172,-0.509]],"v":[[-74.652,-52.069],[-40.115,-128.395],[-38.952,-162.069],[-23.934,-188.922],[-19.876,-206.44],[-22.752,-209.169],[-14.502,-220.337],[-29.727,-206.213],[-44.341,-176.222],[-69.008,-123.078],[-84.489,-37.022]],"c":true}},"nm":"Path 3","hd":false},{"ind":3,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.465,2.093],[5.036,4.317],[-21.721,-8.689]],"o":[[1.848,-7.392],[6.757,5.793],[1.716,0.429]],"v":[[-196.852,227.931],[-177.302,168.031],[-201.952,246.231]],"c":true}},"nm":"Path 4","hd":false},{"ind":4,"ty":"sh","ks":{"a":0,"k":{"i":[[0.36,1.44],[-25.838,54.613],[-19.937,27.961],[5.304,29.188],[-12.34,29.75],[-16.463,28.844],[-17.774,30.064],[-1.346,12.387],[-6.236,-2.494],[-2.91,1.288],[-4.047,2.283],[-21.59,2.436],[-32.974,-14.239],[4.684,0.386],[-3.151,-28.935],[-3.32,-29.592],[6.183,-3.364],[-5.814,0],[-7.197,-5.204],[5.91,0],[-1.588,-1.588],[-0.493,2.367],[22.786,27.212],[3.315,-21.075],[2.288,0],[0.424,-2.513],[0.569,0],[24.368,9.863],[2.794,2.196],[-11.66,-3.406],[-4.103,0.127],[0.561,-0.244],[-2.873,2.93],[4.837,13.127],[-1.378,0.424],[-0.67,-0.56],[21.937,-6.696],[-14.228,4.819],[-2.49,-2.705],[-7.007,-2.346],[-4.979,-10.29],[20.969,-10.62],[9.557,27.74],[-11.25,8.688],[3.881,-1.191],[-12.024,5.831],[0.191,-8.016],[-0.953,-0.715],[9.148,9.713],[-10.397,-17.134],[-1.887,1.156],[-1.397,-2.562],[3.84,12.802],[3.571,-0.143],[-1.897,4.4],[0.455,-25.106],[7.615,-26.606],[12.801,-20.669],[0,-13.702],[-5.245,15.23],[-2.206,25.339],[-1.695,49.24],[12.726,-66.857],[9.435,-8.504],[6.836,-3.846],[10.698,-24.709],[9.819,-20.837],[6.619,-16.303],[-10.43,-6.705],[-1.653,7.852],[2.932,16.131],[3.899,-6.785],[5.038,-19.56],[0.688,-20.857],[2.913,-1.908]],"o":[[-19.221,-61.158],[14.662,-30.99],[16.03,-22.479],[-5.519,-30.367],[12.769,-30.781],[17.388,-30.469],[6.7,-11.333],[-0.443,4.077],[4.587,1.376],[4.567,-2.023],[15.442,-8.711],[39.503,-4.457],[-1.898,-0.819],[38.366,3.159],[3.225,29.601],[0.766,6.83],[-23.155,12.595],[3.916,0],[-7.644,-5.528],[0.146,0],[-1.369,-1.369],[-2.613,9.145],[-2.794,-3.336],[0.811,-0.964],[-2.744,0],[0.348,-2.063],[-14.294,0],[3.844,1.555],[0.187,10.349],[5.227,1.527],[2.8,-0.087],[1.918,-3.628],[-10.731,0],[0.106,0.317],[0.674,-0.202],[12.952,10.825],[-6.228,1.901],[0,-4.544],[5.166,5.61],[10.481,3.51],[13.293,27.469],[-30.41,15.402],[-3.786,-10.988],[-1.033,0.798],[12.497,-3.835],[-1.638,-2.472],[-0.035,1.465],[-7.024,-8.195],[-6.341,-6.734],[19.713,1.344],[-2.452,1.502],[-6.895,-12.64],[2.146,5.006],[1.68,0],[-10.267,23.807],[-0.501,27.708],[-6.666,23.288],[-6.823,11.015],[0,-16.648],[8.342,-24.217],[4.279,-49.175],[-30.167,62.359],[-2.2,11.557],[-5.13,4.624],[-27.223,15.314],[-9.034,20.869],[-7.503,15.925],[-3.684,9.072],[-9.355,-5.457],[3.539,-16.814],[1.421,7.815],[-10.133,17.632],[-5.217,20.253],[-0.189,5.736],[-1.934,1.268]],"v":[[-214.652,327.731],[-178.395,144.225],[-127.266,54.432],[-97.095,-14.855],[-92.254,-99.357],[-42.434,-186.358],[4.716,-280.473],[36.798,-323.219],[23.048,-291.469],[35.89,-301.116],[52.948,-303.869],[89.748,-324.14],[179.098,-291.444],[170.31,-328.931],[210.78,-186.859],[221.223,-98.135],[227.69,-23.547],[174.748,-278.069],[178.81,-207.531],[160.548,-266.069],[159.348,-247.169],[153.548,-265.069],[132.161,-236.959],[123.498,-259.631],[117.148,-279.069],[115.36,-258.756],[107.348,-282.069],[91.273,-240.231],[86.748,-260.569],[98.536,-231.905],[112.048,-238.969],[114.86,-229.231],[122.048,-239.069],[152.048,-223.669],[151.848,-213.269],[157.985,-224.444],[164.083,-191.851],[140.748,-197.969],[128.985,-193.169],[147.948,-183.269],[175.651,-171.648],[115.379,-77.334],[26.259,-134.77],[29.473,-181.623],[39.748,-180.669],[77.048,-190.269],[57.785,-195.569],[71.348,-193.869],[30.12,-191.461],[44.823,-218.156],[50.886,-259.756],[46.098,-244.031],[49.348,-282.769],[30.548,-218.069],[28.07,-260.347],[21.979,-183.351],[8.701,-101.487],[-18.883,-33.708],[-46.252,8.531],[-29.646,-39.242],[-16.506,-115.47],[3.248,-262.569],[-29.143,-55.197],[-42.116,-17.106],[-57.502,-11.002],[-84.129,56.221],[-122.211,112.543],[-142.715,161.352],[-173.252,256.431],[-169.596,203.782],[-152.727,147.406],[-169.885,175.113],[-191.977,233.223],[-199.913,294.824],[-200.252,328.931]],"c":true}},"nm":"Path 5","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.843137264252,0.843137264252,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[536.252,391.069]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 24","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[5.239,-1.905],[-0.374,-1.439],[9.18,9.887]],"o":[[-1.765,0.441],[-3.391,-13.041],[3.253,3.117]],"v":[[256.848,284.168],[254.293,298.811],[255.148,244.668]],"c":true}},"nm":"Path 1","hd":false},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0.45,0],[3.262,-6.57],[7.835,7.835]],"o":[[2.261,0],[4.435,-8.931],[1.65,1.65]],"v":[[160.348,236.368],[149.995,305.345],[160.048,208.568]],"c":true}},"nm":"Path 2","hd":false},{"ind":2,"ty":"sh","ks":{"a":0,"k":{"i":[[17.329,-34.657],[2.965,0],[1.006,5.759],[17.656,27.267],[7.589,35.398],[1.602,19.727],[6.136,13.806],[-4.904,-29.566],[-8.128,-14.425],[-6.252,-10.468],[-3.053,-10.807],[-9.523,-12.147]],"o":[[-1.175,2.116],[5.905,0],[-5.795,-33.148],[-19.85,-30.654],[-4.141,-19.317],[-1.191,-14.645],[12.593,27.705],[2.673,16.114],[6.109,10.844],[5.99,10.028],[4.305,15.236],[20.465,26.102]],"v":[[147.648,147.168],[140.748,159.368],[147.738,107.72],[88.441,18.452],[51.048,-82.632],[40.07,-141.664],[37.548,-189.132],[51.813,-97.177],[63.738,-44.533],[87.636,-19.24],[93.601,13.434],[117.609,51.389]],"c":true}},"nm":"Path 3","hd":false},{"ind":3,"ty":"sh","ks":{"a":0,"k":{"i":[[0.364,-2.733],[-5.467,1.562]],"o":[[-5.229,6.517],[0.47,-0.144]],"v":[[-7.652,-73.932],[-15.952,-115.432]],"c":true}},"nm":"Path 4","hd":false},{"ind":4,"ty":"sh","ks":{"a":0,"k":{"i":[[-12.817,0.986],[-3.433,1.933],[6.28,-2.563],[-5.896,-5.896],[4.951,-3.712],[-0.514,0.091],[-10.65,10.65],[-3.289,-5.997]],"o":[[3.433,-1.933],[-4.992,0],[-1.38,0.565],[-7.136,-9.513],[2.199,-2.199],[16.593,-2.928],[-6.068,6.068],[8.263,15.065]],"v":[[-150.952,-49.832],[-140.652,-55.632],[-167.494,-36.046],[-196.852,-23.332],[-203.152,-21.332],[-214.902,-25.157],[-179.052,-97.332],[-206.913,-33.805]],"c":true}},"nm":"Path 5","hd":false},{"ind":5,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-6.792,0.358],[-0.49,-3.237]],"o":[[2.181,-5.947],[5.477,0],[0,0]],"v":[[-142.352,-66.632],[-126.352,-108.632],[-143.964,-59.882]],"c":true}},"nm":"Path 6","hd":false},{"ind":6,"ty":"sh","ks":{"a":0,"k":{"i":[[0.762,-3.363],[23.517,-15.621],[7.899,20.003],[-7.808,5.776]],"o":[[-6.792,26.037],[-11.992,7.965],[-4.29,-10.864],[3.54,-2.62]],"v":[[-157.652,-13.332],[-177.914,28.802],[-214.52,31.573],[-198.805,-4.952]],"c":true}},"nm":"Path 7","hd":false},{"ind":7,"ty":"sh","ks":{"a":0,"k":{"i":[[0.127,5.148],[11.263,6.952],[-5.811,-8.302],[15.913,9.793],[0.609,-0.272],[6.04,10.245],[-41.746,35.224],[-16.89,-24.471],[1.284,0],[4.183,7.668],[20.886,29.847],[19.146,47.21],[8.483,5.09],[1.875,-2.812],[-4.155,0],[-6.032,-6.5],[-10.02,-25.024],[14.772,-10.216],[16.322,10.883],[-1.769,-1.745],[-6.101,4.068],[-5.321,-6.479],[-5.96,-10.198],[-4.344,-2.39],[6.107,9.485],[13.674,17.552],[1.862,1.654],[4.854,3.079],[-10.427,-0.869],[-3.013,0.67],[0.11,-2.21],[1.025,-0.057],[2.43,3.027],[0,9.267],[8.286,-24.859],[6.105,14.014],[27.998,-2.223],[21.839,-32.522],[34.149,-2.527],[-2.785,-17.11],[18.605,1.766],[-37.556,26.803],[5.404,36.59],[22.909,-30.922],[7.186,-29.839],[-6.56,-12.913],[1.032,-2.093],[10.915,0],[-0.399,2.568],[-4.924,-56.275],[20.91,-45.637],[0,0.812],[1.818,9.923],[0.918,11.632],[1.39,29.171],[5.261,0.334],[-14.41,0],[-2.074,-6.458],[-19.633,1.376],[-5.843,12.663],[-10.601,6.892],[-0.676,8.656],[-0.998,12.417],[-4.295,0],[-0.277,-6.146],[-9.083,-18.604],[-22.319,4.33],[-4.654,-0.657],[-7.216,0.52],[0.294,0.786],[2.864,14.973],[-0.609,33.901],[10.695,-0.281],[10.283,2.459],[-5.51,-25.488],[25.859,-21.512],[16.414,0],[-0.695,3.041],[-0.222,3.084],[0.313,5.462],[4.129,1.35],[-5.549,-4.018],[-22.798,13.62],[-9.457,19.4],[3.283,0.441],[-13.639,0],[6.779,3.207],[4.344,-9.931],[-12.582,0.67],[3.639,9.035],[-22.241,-14.285],[0,2.395],[-4.939,5.488],[-5.342,-7.712],[-10.497,-22.237],[-1.823,-14.36],[-3.39,-3.213],[4.421,11.291],[13.884,6.941],[0.262,-2.816],[19.563,-50.378],[-0.128,19.321],[-1.021,-2.742]],"o":[[-0.295,-10.749],[10.484,6.47],[-9.426,-15.081],[4.368,2.184],[14.284,-6.365],[-19.484,-33.051],[-38.786,33.244],[1.665,2.412],[-9.275,0],[-17.463,-32.011],[-29.109,-41.598],[-4.067,-10.029],[3.35,1.675],[3.058,-3.058],[8.411,0],[18.147,19.558],[5.581,13.939],[14.481,-10.014],[0.898,2.321],[0,-14.149],[-8.525,10.23],[7.462,9.084],[2.804,4.798],[-10.383,-5.711],[-12.049,-18.713],[4.464,5.73],[-4.771,-4.24],[8.089,4.046],[-10.39,-1.298],[4.219,-0.843],[0,-1.114],[12.834,9.131],[-5.46,-6.799],[0,24.275],[5.179,-15.539],[-11.74,-26.945],[33.995,16.215],[-22.527,33.547],[15.199,3.032],[3.739,22.968],[-27.453,-2.607],[-23.761,5.992],[-12.755,35.919],[-18.299,24.698],[3.812,-9.139],[1.579,3.106],[-4.082,8.286],[-2.698,0],[-13.069,54.412],[4.144,47.363],[2.342,0.003],[0,-9.492],[-2.107,-11.504],[-2.292,-29.059],[-0.414,-8.695],[0,-13.4],[-12.751,0],[4.668,14.541],[14.42,-1.01],[4.318,13.341],[8.212,-5.339],[0.899,-11.494],[0.216,-2.697],[9.268,0],[0.879,19.489],[11.472,23.497],[5.522,-1.071],[5.855,0.827],[7.725,-0.556],[-5.536,-14.8],[-5.602,-29.301],[-12.818,-0.077],[-8.813,0.232],[-11.644,-2.785],[-1.101,-5.505],[-9.26,7.703],[-0.145,0],[0.823,-3.603],[1.806,-5.184],[-2.121,-3.95],[2.813,-15.379],[23.256,16.836],[18.716,-11.182],[1.374,-2.819],[10.379,1.393],[-8.709,0],[-9.995,-4.727],[-2.861,6.535],[13.422,-0.713],[8.653,21.485],[3.622,2.325],[0,-5.662],[-6.082,6.082],[13.966,20.165],[6.16,13.051],[0.576,4.533],[-8.629,-8.629],[-5.313,-13.572],[6.82,2.046],[-4.954,53.272],[11.384,0],[-0.286,2.925],[3.38,0]],"v":[[278.248,256.368],[271.048,207.854],[274.548,243.368],[254.548,161.868],[270.304,206.173],[215.826,85.8],[150.048,-65.632],[195.803,55.656],[246.548,148.368],[211.653,88.541],[150.982,-2.011],[76.38,-132.542],[52.548,-210.132],[71.048,-157.832],[51.848,-225.632],[81.067,-197.069],[125.156,-131.302],[134.824,-35.744],[144.548,-122.132],[148.548,-116.032],[81.748,-221.232],[108.935,-176.718],[129.482,-148.252],[141.723,-124.019],[119.978,-156.838],[80.811,-211.957],[66.367,-216.963],[55.449,-235.132],[72.848,-212.732],[44.548,-264.432],[75.449,-222.332],[68.923,-233.294],[56.076,-258.629],[29.548,-292.232],[48.199,-221.132],[29.653,-281.424],[-24.754,-299.629],[2.473,-210.601],[-94.974,-186.958],[-31.173,-142.812],[-70.545,-111.322],[-117.138,-182.133],[-191.546,-199.356],[-231.089,-92.096],[-256.256,-16.459],[-223.764,-27.65],[-231.734,-8.978],[-261.652,34.368],[-259.681,-2.241],[-279.664,163.477],[-280.569,308.368],[-242.452,307.868],[-253.936,276.182],[-255.495,240.333],[-264.429,153.476],[-267.063,55.724],[-217.052,-22.632],[-216.011,43.106],[-192.035,65.103],[-154.152,37.868],[-112.643,51.531],[-88.98,3.7],[-93.034,-26.853],[-79.952,-63.632],[-69.12,-18.009],[-60.314,35.544],[-21.233,50.654],[-7.019,46.232],[10.038,56.773],[-1.06,33.9],[-4.835,-8.004],[-35.452,-82.632],[-72.785,-73.364],[-94.014,-78.66],[-126.252,-62.132],[-136.255,-113.196],[-152.452,-50.632],[-144.675,-89.811],[-141.229,-104.125],[-138.989,-120.094],[-148.364,-128.044],[-108.398,-103.776],[-53.006,-105.07],[-13.196,-142.86],[1.319,-183.947],[17.648,-99.632],[6.281,-135.042],[-34.973,-106.005],[-25.794,-62.036],[-21.208,-104.858],[2.266,-44.674],[44.548,-35.032],[33.748,-58.232],[84.104,19.859],[122.93,82.831],[136.16,123.741],[137.048,148.269],[122.215,91.521],[94.848,43.568],[92.252,145.908],[68.648,308.368],[275.348,299.868],[276.449,308.368]],"c":true}},"nm":"Path 8","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.702000038297,0.4,0.395999983245,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[718.452,411.631]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 39","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-8.605,0],[1.94,-0.776],[2.321,1.794]],"o":[[-0.556,0],[-10.122,3.893],[5.996,4.633]],"v":[[49.619,-298.695],[35.818,-319.294],[43.494,-304.07]],"c":true}},"nm":"Path 1","hd":false},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-0.458],[4.73,7.178],[10.957,12.862],[-1.64,-3.092],[-5.297,-7.908],[-5.164,-1.6],[0.841,1.716]],"o":[[0,-9.692],[-9.878,-14.993],[1.036,1.215],[4.004,7.547],[2.936,4.381],[1.215,-1.501],[3.308,3.911]],"v":[[111.419,-232.294],[82.536,-278.99],[49.906,-327.406],[50.523,-313.94],[70.518,-290.695],[89.557,-253.07],[90.119,-257.894]],"c":true}},"nm":"Path 2","hd":false},{"ind":2,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.884,1.542],[-7.287,12.335],[-0.858,8.04],[3.359,-6.168],[4.677,-5.011]],"o":[[5.719,-13.344],[4.285,-7.254],[-0.448,4.196],[-4.866,8.934],[0.883,-1.542]],"v":[[-131.781,-236.695],[-113.281,-273.495],[-91.057,-307.781],[-119.381,-267.945],[-134.432,-232.07]],"c":true}},"nm":"Path 3","hd":false},{"ind":3,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.119,2.996],[2.08,-2.377],[-5.485,5.485]],"o":[[-0.212,2.386],[-3.257,3.723],[0.814,-2.871]],"v":[[8.018,-232.294],[6.018,-247.245],[6.619,-223.495]],"c":true}},"nm":"Path 4","hd":false},{"ind":4,"ty":"sh","ks":{"a":0,"k":{"i":[[0.883,9.721],[-0.831,2.389],[1.28,7.399],[-0.088,-6.592]],"o":[[-1.086,-11.405],[2.144,-6.164],[-1.378,6.44],[0.043,3.243]],"v":[[-43.381,-226.695],[-39.081,-227.945],[-44.281,-260.195],[-45.438,-240.834]],"c":true}},"nm":"Path 5","hd":false},{"ind":5,"ty":"sh","ks":{"a":0,"k":{"i":[[-2.514,1.536],[-2.853,3.057]],"o":[[6.974,-4.882],[-3.982,3.983]],"v":[[34.318,-212.594],[34.018,-243.594]],"c":true}},"nm":"Path 6","hd":false},{"ind":6,"ty":"sh","ks":{"a":0,"k":{"i":[[-13.529,3.382],[12.728,12.728],[1.769,1.769],[5.563,5.563]],"o":[[10.868,-2.717],[2.072,1.913],[-2.996,-2.996],[4.762,4.763]],"v":[[-80.581,-210.195],[-69.781,-239.294],[-80.281,-214.094],[-77.982,-235.394]],"c":true}},"nm":"Path 7","hd":false},{"ind":7,"ty":"sh","ks":{"a":0,"k":{"i":[[0,12.654],[0.883,0.725]],"o":[[0,-2.264],[-7.844,-6.436]],"v":[[48.419,-206.495],[42.307,-230.544]],"c":true}},"nm":"Path 8","hd":false},{"ind":8,"ty":"sh","ks":{"a":0,"k":{"i":[[0.469,3.473],[0,9.082],[5.046,-1.892]],"o":[[0,-11.08],[0,4.795],[1.201,-3.194]],"v":[[60.919,-176.995],[48.419,-202.995],[59.818,-166.995]],"c":true}},"nm":"Path 9","hd":false},{"ind":9,"ty":"sh","ks":{"a":0,"k":{"i":[[-7.925,6.34],[0.673,-0.899]],"o":[[6.001,-5.144],[-2.428,2.428]],"v":[[52.219,-167.894],[8.719,-179.294]],"c":true}},"nm":"Path 10","hd":false},{"ind":10,"ty":"sh","ks":{"a":0,"k":{"i":[[-7.407,4.321],[1.131,0.435],[0.321,1.503]],"o":[[0.861,-0.43],[-5.149,-2.288],[1.513,7.083]],"v":[[-70.881,-167.495],[-47.781,-176.195],[-89.156,-172.557]],"c":true}},"nm":"Path 11","hd":false},{"ind":11,"ty":"sh","ks":{"a":0,"k":{"i":[[2.234,-2.914],[1.443,0],[0.204,-9.59]],"o":[[2.635,-3.36],[-8.537,0],[-0.076,3.579]],"v":[[-157.881,-158.095],[-139.881,-195.695],[-164.469,-153.258]],"c":true}},"nm":"Path 12","hd":false},{"ind":12,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.553,2.17],[2.192,9.865],[1.417,-2.368],[-0.74,-13.681]],"o":[[7.528,-7.529],[0.255,1.661],[-6.77,11.309],[1.847,-0.83]],"v":[[-183.881,-139.495],[-147.781,-204.394],[-163.481,-178.695],[-187.481,-134.995]],"c":true}},"nm":"Path 13","hd":false},{"ind":13,"ty":"sh","ks":{"a":0,"k":{"i":[[0.624,-1.441],[26.729,22.665],[6.547,-5.305]],"o":[[4.898,-10.55],[-6.431,-5.453],[-11.529,9.341]],"v":[[-32.081,-100.895],[1.119,-113.795],[-37.281,-115.345]],"c":true}},"nm":"Path 14","hd":false},{"ind":14,"ty":"sh","ks":{"a":0,"k":{"i":[[1.522,3.769],[5.108,10.218],[-7.904,-13.175]],"o":[[-1.702,-11.491],[5.328,10.657],[2.123,1.17]],"v":[[106.919,-86.395],[101.507,-128.445],[106.018,-82.495]],"c":true}},"nm":"Path 15","hd":false},{"ind":15,"ty":"sh","ks":{"a":0,"k":{"i":[[1.032,-2.151],[-4.032,1.055],[-6.81,-3.973]],"o":[[2.709,-6.008],[-3.848,1.007],[0.178,0.103]],"v":[[-211.881,-90.395],[-189.556,-133.657],[-218.331,-76.907]],"c":true}},"nm":"Path 16","hd":false},{"ind":16,"ty":"sh","ks":{"a":0,"k":{"i":[[1.483,13.353],[-2.699,-0.362],[4.741,-4.008],[-14.393,0]],"o":[[-0.402,-4.827],[8.466,1.136],[13.121,0.613],[2.361,0]],"v":[[79.119,-67.895],[62.188,-148.01],[30.719,-81.895],[65.318,-100.695]],"c":true}},"nm":"Path 17","hd":false},{"ind":17,"ty":"sh","ks":{"a":0,"k":{"i":[[0.233,1.567],[3.146,0],[-7.644,0]],"o":[[-0.504,-2.72],[-2.279,0],[-0.234,-1.567]],"v":[[51.219,-43.395],[45.318,-79.695],[51.919,-38.695]],"c":true}},"nm":"Path 18","hd":false},{"ind":18,"ty":"sh","ks":{"a":0,"k":{"i":[[-2.106,7.897],[5.125,12.963]],"o":[[2.28,-12.161],[0.857,2.167]],"v":[[-78.982,-28.395],[-65.844,-71.858]],"c":true}},"nm":"Path 19","hd":false},{"ind":19,"ty":"sh","ks":{"a":0,"k":{"i":[[-3.321,7.22],[8.79,8.79],[-1.4,-1.4],[3.833,3.833],[-11.078,-7.385],[-0.586,-3.806],[2.564,0.961],[1.219,2.089],[1.209,0],[1.473,-4.445],[1.681,-11.52]],"o":[[2.463,-5.172],[0.821,0.958],[-3.932,-3.932],[-3.921,-5.881],[-15.181,-17.711],[-0.204,-1.085],[-2.091,-0.784],[-0.133,-0.2],[0.351,0],[-3.675,11.089],[-0.932,6.387]],"v":[[-202.081,-27.395],[-155.881,-136.295],[-167.081,-110.895],[-157.981,-139.395],[-194.381,-82.095],[-154.281,-141.395],[-152.981,-149.295],[-165.081,-142.795],[-166.581,-154.695],[-194.031,-98.945],[-201.248,-64.478]],"c":true}},"nm":"Path 20","hd":false},{"ind":20,"ty":"sh","ks":{"a":0,"k":{"i":[[0.681,8.18],[3.312,0],[-0.839,-2.52]],"o":[[-0.38,-2.995],[-3.384,0],[-2.555,-7.666]],"v":[[-10.781,-2.095],[-19.081,-27.695],[-25.169,-8.307]],"c":true}},"nm":"Path 21","hd":false},{"ind":21,"ty":"sh","ks":{"a":0,"k":{"i":[[0.968,-0.968],[-6.453,-4.219],[-0.297,-1.953],[-0.848,0.262],[0.098,0],[5.246,14.081],[-0.509,0.509],[5.444,-10.407],[0,-7.946]],"o":[[0.597,-0.448],[0.703,1.846],[-6.583,-6.582],[4.339,-1.339],[-7.755,0],[-1.387,-3.722],[-8.084,8.084],[-4.365,8.345],[0,-6.263]],"v":[[-142.281,14.605],[-137.482,6.905],[-135.982,12.605],[-102.031,-0.995],[-79.781,-19.695],[-146.344,3.617],[-118.182,-61.395],[-136.581,-20.195],[-154.581,9.905]],"c":true}},"nm":"Path 22","hd":false},{"ind":22,"ty":"sh","ks":{"a":0,"k":{"i":[[-1.247,-2.561],[22.241,-21.461]],"o":[[-1.243,-2.487],[-10.198,9.841]],"v":[[158.619,63.605],[127.581,7.018]],"c":true}},"nm":"Path 23","hd":false},{"ind":23,"ty":"sh","ks":{"a":0,"k":{"i":[[-24.111,18.37],[10.981,28.617],[3.691,-7.19]],"o":[[17.881,-13.736],[-2.607,-6.795],[-11.856,23.091]],"v":[[-124.381,69.505],[-96.37,19.024],[-148.192,43.445]],"c":true}},"nm":"Path 24","hd":false},{"ind":24,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.967,1.786],[1.479,0.084],[0,-5.852]],"o":[[0,-4.624],[-4.564,-0.26],[1.7,-1.08]],"v":[[-257.581,80.805],[-219.869,21.83],[-261.581,85.105]],"c":true}},"nm":"Path 25","hd":false},{"ind":25,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-10.083],[-1.837,-9.971],[1.229,1.21]],"o":[[0,-6.787],[0.071,0.389],[-6.558,11.792]],"v":[[-129.581,105.305],[-84.068,83.455],[-93.281,73.805]],"c":true}},"nm":"Path 26","hd":false},{"ind":26,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.717,3.568],[-1.692,-1.692],[0,-2.6],[1.956,4.303]],"o":[[-0.638,0.638],[-1.9,-1.9],[0,-9.422],[2.216,0.967]],"v":[[-201.481,102.005],[-181.981,53.605],[-206.193,91.66],[-205.881,105.905]],"c":true}},"nm":"Path 27","hd":false},{"ind":27,"ty":"sh","ks":{"a":0,"k":{"i":[[-8.625,5.128],[7.515,-5.082]],"o":[[10.492,-6.295],[-11.495,7.773]],"v":[[-73.781,108.305],[-89.682,93.605]],"c":true}},"nm":"Path 28","hd":false},{"ind":28,"ty":"sh","ks":{"a":0,"k":{"i":[[0,2.692],[23.012,-4.709]],"o":[[0,-1.301],[-22.528,4.609]],"v":[[31.419,113.305],[30.763,98.599]],"c":true}},"nm":"Path 29","hd":false},{"ind":29,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.021,-2.286],[0.737,0],[4.27,-2.563],[1.733,1.851],[-1.562,0]],"o":[[-0.052,-4.604],[-1.145,0],[-2.126,-1.424],[-1.25,5.749],[0.544,0]],"v":[[-201.681,144.305],[-192.581,94.805],[-199.581,113.805],[-205.369,108.893],[-201.981,164.305]],"c":true}},"nm":"Path 30","hd":false},{"ind":30,"ty":"sh","ks":{"a":0,"k":{"i":[[0.421,3.239],[9.859,2.594],[-3.837,0]],"o":[[-0.538,-8.072],[5.408,1.423],[0.354,-3.228]],"v":[[198.018,169.605],[184.706,125.568],[198.119,179.305]],"c":true}},"nm":"Path 31","hd":false},{"ind":31,"ty":"sh","ks":{"a":0,"k":{"i":[[-8.179,8.18],[18.169,-6.751]],"o":[[7.705,-7.705],[-13.829,5.138]],"v":[[-80.581,186.305],[-88.044,168.7]],"c":true}},"nm":"Path 32","hd":false},{"ind":32,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.564,3.33],[-0.619,1.07],[-1.898,-3.323]],"o":[[0,-1.557],[-1.396,2.413],[3.038,-1.003]],"v":[[206.419,187.005],[210.68,159.867],[201.018,193.505]],"c":true}},"nm":"Path 33","hd":false},{"ind":33,"ty":"sh","ks":{"a":0,"k":{"i":[[-9.788,9.063],[10.05,-14.558]],"o":[[11.436,-11.437],[-7.648,11.076]],"v":[[-68.682,257.305],[-84.263,244.355]],"c":true}},"nm":"Path 34","hd":false},{"ind":34,"ty":"sh","ks":{"a":0,"k":{"i":[[3.691,4.304],[15.561,7.78],[-3.186,-16.233]],"o":[[-10.621,-12.746],[12.248,7.537],[-0.643,-3.277]],"v":[[335.518,258.905],[315.419,197.805],[334.819,277.983]],"c":true}},"nm":"Path 35","hd":false},{"ind":35,"ty":"sh","ks":{"a":0,"k":{"i":[[0,6.894],[-3.568,11.892],[0.755,-10.571]],"o":[[0.791,-12.646],[-3.093,10.31],[-0.232,3.256]],"v":[[214.518,329.605],[218.708,281.109],[214.937,315.237]],"c":true}},"nm":"Path 36","hd":false},{"ind":36,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.055,-0.163],[3.777,6.296],[-1.862,0],[0.754,1.945],[-0.789,-2.892],[0.861,25.819],[-1.562,0.976],[-2.603,2.002],[1.1,-1.736],[-2.547,1.733],[-0.111,-1.486],[1.81,1.81],[0.993,0],[-3.088,5.325],[6.742,0],[-1.236,2.119],[-2.852,3.803],[0.523,-1.925],[-0.254,3.085],[-9.912,19.814],[-14.817,25.847],[-18.635,31.857],[4.274,22.795],[-0.065,-9.632],[-4.262,3.934],[-1.899,2.231],[-1.772,-1.985],[5.062,1.687],[-21.137,3.228],[-20.431,-1.038],[2.015,0.549],[-13.655,-3.277],[3.66,8.985],[0.812,-1.334],[-0.934,0.133],[-0.131,0.426],[13.876,-13.876],[1.256,-1.256],[4.905,-4.904],[1.583,1.127],[-0.905,-3.15],[0,6.129],[-0.887,-0.742],[0.146,-0.251],[-3.872,-0.484],[0.314,1.436],[-5.919,0],[-0.804,-1.012],[-12.36,-15.808],[1.465,-6.23],[-12.878,12.878],[8.398,-22.796],[0.258,0.637],[19.633,-13.907],[0.536,6.819],[10.826,19.003],[11.576,11.851],[6.33,0],[3.025,-3.024],[3.713,1.856],[-2.334,-6.311],[-9.219,-18.622],[-19.305,-28.594],[-18.239,-26.947],[-4.625,0],[2.616,4.116],[11.412,15.368],[9.669,19.186],[3.176,23.288],[-2.287,-15.078],[-5.03,-7.015],[-18.992,-31.246],[-10.396,-34.59],[11.525,0],[0.215,1.234],[16.406,0],[0,0],[-4.397,48.263],[4.021,0],[-1.463,-1.434],[9.388,14.129],[-3.379,10.136],[-2.375,1.088],[-8.438,26.844],[15.761,24.784],[3.868,5.8],[5.071,0.215],[8.851,5.997],[4.275,0],[0.4,-2.183],[-0.99,-9.718],[0.949,-5.9],[-2.746,-2.059],[-1.787,5.646],[0.127,0.163],[0.704,-9.335],[-0.882,-4.41],[-0.257,5.364],[-10.245,0.467],[-13.989,0.222],[-3.725,-10.202],[-5.936,-12.119],[-3.614,-14.478],[0,-10.647],[-0.573,-0.094],[6.833,-0.464],[6.195,6.131],[-9.072,-11.34],[1.176,-3.705],[0.582,1.14],[42.79,-6.476],[9.191,-3.191],[-12.877,-20.432],[-13.721,-23.955],[6.226,-25.043],[-16.487,-17.245],[22.968,-0.077],[10.16,10.16],[-0.094,0.004],[0,17.249],[1.93,10.132],[0.828,8.559],[0,5.112],[1.235,-9.58],[-0.04,4.218],[3.76,14.692],[-14.366,6.85],[-4.463,0],[8.689,2.207],[5.891,36.204],[0.336,14.885],[2.739,19.862],[-7.591,8.206],[-9.587,4.794],[-0.49,4.32],[-0.657,0],[-2.431,1.119],[1.288,-3.019],[2.008,-11.987],[0.862,-10.966],[-0.075,-1.188],[0,-1.971],[-0.285,-5.167],[-0.842,-15.634],[-2.299,-25.509],[3.765,-17.375],[-3.142,1.989],[-1.455,0.97],[-2.332,-4.716],[13.455,1.984],[3.548,4.177],[7.136,8.029],[0.465,-0.696],[4.301,-0.021],[-2.952,16.415]],"o":[[-3.617,-7.233],[1.214,1.942],[0.325,0],[1.143,2.949],[-5.462,-30.039],[-0.072,-1.284],[4.852,-2.427],[-0.441,1.996],[-0.075,0],[0.864,1.189],[1.415,-2.823],[-1.164,-1.164],[2.499,0],[3.333,-5.745],[0.714,0],[2.857,-4.762],[-0.207,1.985],[-1.064,0.623],[1.82,-22.104],[13.27,-26.525],[18.372,-32.049],[10.775,-18.42],[1.307,7.84],[-0.003,-0.353],[0.476,-2.868],[2.162,1.548],[12.513,3.129],[16.158,6.925],[18.143,-2.771],[-2.444,-0.124],[12.894,3.517],[0.88,0.211],[5.42,13.305],[3.741,-5.611],[-0.787,0.113],[-7.293,26.74],[3.554,-2.665],[-3.85,3.849],[-1.9,-0.449],[4.543,-0.252],[-2.593,-11.381],[1.054,0.474],[1.096,-3.165],[-3.84,6.632],[-2.035,-0.17],[1.127,5.143],[-1.346,0],[12.23,15.38],[4.251,5.437],[3.624,-18.12],[-12.569,12.568],[-0.264,0.527],[5.978,17.936],[2.499,-1.77],[-1.72,-21.862],[-8.271,-14.519],[-5.335,-5.461],[-6.704,0],[-3.451,2.301],[1.369,0.822],[7.233,19.558],[15.27,30.846],[18.425,27.29],[6.334,9.358],[1.617,0],[-10.26,-16.144],[-12.836,-17.287],[-11.644,-23.103],[2.231,16.355],[1.389,9.157],[21.272,29.665],[18.766,30.876],[3.865,12.859],[-1.207,0],[2.903,16.553],[0,0],[17.751,-45.122],[0.912,-10.012],[1.922,0],[-4.99,-16.386],[-5.122,-7.708],[-1.058,2.644],[-24.313,11.143],[-4.104,13.055],[-6.959,-10.944],[-1.302,-2.118],[-10.404,-0.44],[-3.031,-2.053],[-1.65,1.475],[0.253,1.772],[0.608,5.971],[-0.905,5.637],[1.086,1.086],[0.826,-2.609],[6.012,7.718],[-0.415,5.495],[-0.254,-1.173],[15.266,1.235],[11.175,-0.509],[-0.683,10.877],[5.084,13.925],[6.831,13.951],[2.192,8.781],[0,7.609],[-1.529,-0.251],[-8.121,0.551],[1.735,21.496],[1.043,3.761],[-1.298,0.519],[4.739,53.979],[-9.613,1.455],[-22.432,7.79],[14.698,23.318],[13.031,22.752],[-5.837,23.479],[-22.968,0.09],[-14.468,0.047],[-5.651,-6.458],[11.6,-0.426],[0,-0.438],[-1.379,-7.242],[-0.567,-5.859],[-0.556,9.445],[-0.784,6.08],[0.145,-15.364],[-3.903,-15.25],[16.98,-8.097],[9.562,0],[-24.049,-6.108],[-2.412,-14.821],[-0.449,-19.9],[-1.458,-10.565],[8.93,-9.653],[-26.45,13.225],[-0.08,0.708],[1.902,-1.881],[5.552,3.887],[0.297,-0.695],[-1.944,11.598],[-0.148,1.881],[-0.051,-0.814],[0,4.109],[0.845,15.327],[1.382,25.684],[1.599,17.746],[-0.66,3.044],[-14.951,9.465],[-4.884,2.984],[-13.472,0],[-6.898,-1.018],[-6.338,-7.461],[-2.392,-2.392],[-2.962,4.43],[-13.475,0.063],[-0.063,0.9]],"v":[[-339.781,343.305],[-342.781,316.305],[-339.381,333.305],[-340.294,286.905],[-343.381,300.805],[-325.681,212.105],[-327.581,222.805],[-322.369,202.706],[-324.681,208.305],[-316.344,185.792],[-314.881,189.805],[-308.881,172.706],[-314.581,184.305],[-268.437,92.501],[-222.681,7.305],[-217.381,18.905],[-222.956,-1.145],[-224.051,4.72],[-228.892,-38.489],[-210.574,-102.906],[-164.906,-180.488],[-114.85,-279.031],[-87.881,-334.394],[-78.537,-312.5],[-85.044,-297.044],[-81.482,-304.695],[-75.581,-299.394],[-83.281,-336.195],[-65.229,-330.846],[-14.243,-342.208],[-24.081,-340.594],[17.721,-339.039],[48.856,-336.383],[5.919,-338.695],[41.419,-321.644],[53.919,-333.294],[142.119,-186.995],[111.118,-231.094],[135.018,-194.995],[129.794,-197.357],[136.119,-181.195],[115.419,-214.094],[118.331,-212.269],[110.818,-216.82],[133.719,-176.794],[114.784,-198.472],[138.219,-170.695],[141.669,-176.057],[176.494,-126.983],[203.219,-89.195],[142.719,-185.294],[211.119,-75.295],[205.719,-85.395],[195.619,0.205],[195.729,-54.072],[176.319,-115.195],[146.981,-154.382],[112.719,-189.695],[134.018,-116.895],[113.419,-174.195],[127.594,-121.983],[151.318,-63.695],[204.918,24.305],[262.668,104.855],[307.418,184.305],[276.06,121.011],[243.73,73.604],[204.382,19.28],[211.93,-36.12],[199.851,9.883],[222.111,41.793],[284.178,131.742],[328.906,230.93],[337.319,344.305],[335.719,335.805],[235.4,344.305],[129.518,344.305],[150.956,200.331],[155.318,79.305],[161.619,84.805],[134.919,40.405],[94.719,-22.095],[106.994,1.768],[41.756,-50.432],[29.018,-35.195],[27.018,-78.495],[-21.445,-53.739],[-53.93,-72.338],[-84.419,-97.595],[-87.495,-92.108],[-78.381,-84.795],[-81.144,-65.858],[-89.281,-25.095],[-75.719,-82.245],[-63.081,-74.495],[-59.982,-50.695],[-65.381,-26.195],[-58.081,-48.195],[-14.881,-35.695],[25.419,-46.695],[29.819,-15.295],[52.833,16.164],[56.266,61.547],[72.419,90.805],[52.581,80.943],[27.719,90.605],[6.517,87.005],[61.119,90.705],[60.919,101.906],[56.518,94.805],[-9.737,136.518],[-37.781,144.305],[-52.044,170.068],[-1.581,236.305],[-4.852,301.85],[8.919,343.805],[-59.984,344.074],[-145.482,343.805],[-100.682,332.305],[-69.581,314.206],[-89.482,326.917],[-79.651,301.167],[-90.482,282.505],[-81.42,308.378],[-101.169,327.255],[-94.703,299.279],[-96.982,276.206],[-68.281,312.305],[-92.277,274.258],[-149.093,256.993],[-143.31,210.807],[-155.306,150.043],[-155.361,105.208],[-137.256,104.042],[-156.269,13.58],[-170.981,36.305],[-164.481,31.805],[-167.181,56.305],[-175.037,63.362],[-167.15,99.362],[-166.981,110.306],[-176.581,109.105],[-166.334,119.437],[-167.781,165.98],[-159.581,242.305],[-164.181,292.305],[-165.656,344.018],[-189.581,315.805],[-180.481,344.305],[-223.231,344.305],[-237.781,341.706],[-242.281,306.305],[-239.581,342.905],[-270.649,344.282],[-337.881,335.805]],"c":true}},"nm":"Path 37","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.760784327984,0.298039227724,0.274509817362,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[657.582,375.695]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 46","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.229,1.725],[0,4.404],[-7.861,0.408]],"o":[[-1.495,-10.964],[0,6.249],[0.229,-1.725]],"v":[[138.166,-184.943],[112.865,-216.343],[137.479,-179.768]],"c":true}},"nm":"Path 1","hd":false},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[-1.721,1.746],[1.443,0],[6.741,-3.481]],"o":[[2.635,-3.36],[-14.245,0],[1.72,-1.745]],"v":[[-155.434,-158.943],[-137.435,-196.543],[-160.596,-153.706]],"c":true}},"nm":"Path 2","hd":false},{"ind":2,"ty":"sh","ks":{"a":0,"k":{"i":[[-5.11,10.521],[7.106,7.105],[0.894,-3.793],[0.235,-8.359]],"o":[[4.676,-9.483],[-11.152,-11.152],[-1.925,8.17],[0.008,-0.27]],"v":[[-193.034,-49.743],[-155.534,-140.243],[-190.534,-88.343],[-194.782,-61.077]],"c":true}},"nm":"Path 3","hd":false},{"ind":3,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.083,11.873],[17.265,25.847],[12.542,0],[-3.327,-7.86],[-18.207,-24.495]],"o":[[0.142,-30.645],[-6.739,-10.09],[-2.647,0],[11.849,28.005],[2.018,-11.733]],"v":[[192.166,-47.043],[166.666,-126.243],[115.166,-190.543],[147.099,-92.51],[190.365,-11.343]],"c":true}},"nm":"Path 4","hd":false},{"ind":4,"ty":"sh","ks":{"a":0,"k":{"i":[[1.858,3.717],[-3.353,21.812],[-12.11,26.458],[-18.484,30.399],[5.939,35.523],[-33.244,58.139],[-20.721,32.313],[0.664,24.254],[-9.973,0.192],[-15.575,0.937],[-12.369,-2.773],[2.596,2.5],[-2.348,-5.367],[-9.245,-14.384],[-14.223,-27.614],[8.009,-65.549],[-8.6,-20.015],[-15.464,-22.379],[-7.516,-65.857],[9.216,-8.393],[4.134,0],[0,0],[67.025,0.08],[40.624,0.148]],"o":[[-12.347,-20.578],[4.426,-28.801],[14.817,-32.373],[18.271,-30.05],[-11.797,-70.567],[19.022,-33.267],[13.436,-20.954],[11.221,1.42],[12.921,-0.249],[12.64,-0.76],[1.97,0.441],[2.777,2.676],[6.71,15.327],[16.842,26.206],[27.971,54.308],[-2.7,22.105],[10.698,24.896],[36.939,53.451],[1.447,12.678],[-3.004,2.735],[0,0],[-67.025,0],[-40.625,-0.048],[-3.796,-0.014]],"v":[[-337.434,342.757],[-336.171,258.307],[-310.113,176.129],[-259.843,81.251],[-223.434,-3.043],[-159.634,-186.043],[-107.402,-288.28],[-86.334,-337.543],[-67.234,-329.043],[-21.54,-342.696],[17.084,-340.674],[54.422,-336.775],[57.396,-318.153],[90.346,-274.263],[142.326,-195.013],[213.958,-32.993],[208.404,18.107],[259.147,88.592],[340.866,270.857],[340.565,343.457],[314.741,343.457],[32.145,343.457],[-168.93,343.364],[-290.804,343.116]],"c":true}},"nm":"Path 5","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.255000005984,0.113999998803,0.086000001197,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[655.134,376.544]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 47","bm":0,"hd":false}],"ip":3,"op":6,"st":3,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"3 (1) Outlines","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[250,250,0]},"a":{"a":0,"k":[640,360,0]},"s":{"a":0,"k":[50,50,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-5.548,0.693],[27.74,-4.135],[-1.172,0.113],[14.331,-3.276],[0.07,0.62],[-1.271,-5.508],[1.391,0.349]],"o":[[23.536,-2.652],[1.144,0.225],[-14.817,1.434],[0.295,-0.564],[-7.678,7.678],[-1.034,-0.976],[0,8.829]],"v":[[9.608,43.4],[9.608,11.3],[15.383,12.6],[-25.229,19.475],[-24.892,17.7],[-20.254,35.688],[-23.892,33.7]],"c":true}},"nm":"Path 1","hd":false},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[13.303,1.9],[3.054,4.581],[1.348,1.349],[6.796,12.232],[0.794,3.256],[-0.115,0],[-12.148,4.364],[19.686,-8.29],[8.621,-4.849],[-1.973,-6.577],[-2.514,0.112],[10.376,-1.435],[-4.256,0.276],[-11.564,20.688],[-0.677,0.176],[-6.584,0.356],[-1.293,0.202],[-5.672,13.236],[4.799,12.653],[-1.952,-1.171],[-1.292,2.457],[1.414,-3.458],[3.199,0.01],[-0.817,-0.343],[5.834,-0.729],[9.01,-7.509],[-4.399,-3.558],[-8.501,0],[4.083,-4.658]],"o":[[-5.666,-1.214],[-1.055,-1.845],[-11.974,-8.981],[-1.503,-2.706],[-1.436,-5.887],[10.809,-1.201],[10.031,-3.603],[3.363,-0.745],[4.532,-2.548],[0.927,2.473],[-10.371,3.277],[4.215,-0.583],[-16.659,0.626],[-0.066,0.119],[8.618,-2.247],[3.222,-0.174],[11.299,-1.757],[-2.529,5.903],[0.537,1.415],[4.244,2.68],[1.61,3.751],[-2.96,1.311],[0.717,0.516],[-5.733,5.057],[4.207,0],[-8.724,7.27],[10.181,8.233],[11.349,0],[-6.853,7.82]],"v":[[-1.892,75.3],[-25.492,63.8],[-43.292,52.8],[-70.042,21.25],[-76.281,5.111],[-72.693,-32.9],[-37.693,-33.3],[-35.392,-49.3],[-25.342,-41.388],[-43.693,-45.8],[-29.392,-43.5],[-60.411,-41.57],[-47.392,-42.7],[-68.592,-62.5],[-65.292,-71.5],[-53.104,-60.625],[-50.055,-67.913],[10.408,-77.2],[46.796,-70.187],[48.108,-59.5],[55.908,-66.5],[72.508,-44.6],[63.27,-42.65],[65.57,-41.362],[43.008,-41.9],[27.333,-49.612],[31.608,-36.25],[68.807,-33],[47.807,35.1]],"c":true}},"nm":"Path 2","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.902000038297,0.866999966491,0.8,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[637.892,241]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 4","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.27,-0.832],[-9.441,29.327],[-4.613,0],[0.846,-5.766],[9.597,-6.292]],"o":[[8.154,-29.354],[2.26,-7.02],[2.457,0],[-1.737,11.841],[-5.312,3.482]],"v":[[-28.628,75.509],[6.172,-10.916],[26.172,-77.291],[18.172,15.709],[6.172,73.809]],"c":true}},"nm":"Path 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929000016755,0.757000014361,0.705999995213,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[495.829,305.291]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 16","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.219,3.614],[3.121,0],[0.313,-0.347]],"o":[[-0.043,-2.44],[-5.393,0],[0.419,-3.586]],"v":[[113.193,-91.371],[110.193,-115.171],[112.893,-80.571]],"c":true}},"nm":"Path 1","hd":false},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.939,1.702],[-6.439,45.554],[-3.038,32.272],[-2.59,1.177],[2.48,-10.778],[5.477,-20.353],[9.48,-22.73],[6.732,0],[-25.77,17.18],[3.259,-12.312],[-8.41,1.294],[6.022,7.433],[1.848,-0.821],[13.33,-0.953],[0.578,-0.979],[3.966,2.204],[-1.138,-0.575],[-18.666,0],[-2.735,0.574],[-5.513,2.125],[-4.867,0],[-3.696,2.512],[-8.493,3.146],[0.734,0.441],[-3.038,1.396],[-15.087,-1.496],[-7.564,-6.438],[7.686,3.034],[5.856,3.46],[3.591,0.764],[11.618,-3.758],[-10.479,-1.537],[-8.822,-16.204],[0.444,-1.23],[-9.096,1.924],[-2.373,-6.835],[-2.277,-31.233],[-3.319,-37.006],[5.662,-3.404],[1.28,10.816],[9.885,29.655],[-0.259,-0.053],[16.965,-28.41],[5.4,-2.721],[1.472,2.088],[7.958,0],[3.721,1.313],[1.954,-2.121],[14.081,-5.921],[6.911,6.911],[1.606,-3.79],[3.736,-0.456],[7.421,-3.673],[0.559,-0.352],[0.836,-1.346],[0.65,-0.028],[3.167,-6.111],[13.733,1.973],[0.415,-8.352],[6.049,-25.139],[8.376,-21.149],[9.037,0]],"o":[[18.398,-42.457],[4.535,-32.084],[0.653,-6.937],[-8.983,4.083],[-4.717,20.501],[-6.408,23.811],[-2.379,5.703],[-15.421,0],[-10.063,5.489],[-1.622,6.129],[0.116,-0.023],[-2.01,0.329],[0.315,0.559],[-0.605,0.962],[-0.705,0],[-0.313,1.283],[7.818,-12.508],[-2.714,0],[6.094,-1.279],[6.305,-2.43],[4.423,0],[7.629,-5.185],[-0.855,0.336],[-10.209,-6.005],[13.882,-6.377],[8.862,0.878],[3.473,2.957],[-3.992,-1.576],[-3.194,-1.887],[-11.872,-2.525],[10.112,2.97],[19.144,2.808],[5.748,-7.047],[3.398,-9.397],[8.597,-1.818],[10.317,29.72],[2.701,37.039],[0.915,10.199],[-7.905,4.751],[-3.746,-31.66],[0,1.343],[-16.318,-3.343],[-2.957,4.951],[-2.366,1.192],[-2.429,-3.446],[-2.346,0],[-0.575,-0.192],[-10.434,11.327],[-26.403,11.102],[-5.139,-2.975],[-5.461,12.893],[-2.045,0.249],[-10.528,5.211],[-1.297,0.817],[-1.072,-5.716],[0.68,-0.029],[-0.547,-8.072],[-0.4,-0.057],[-1.282,25.763],[-5.333,22.167],[-4.553,11.495],[0.261,-1.897]],"v":[[-114.307,189.429],[-80.869,62.229],[-71.807,-34.671],[-64.595,-103.008],[-77.882,-36.421],[-94.563,24.485],[-117.463,94.404],[-148.907,161.829],[-104.707,-17.771],[-127.707,46.029],[-135.907,119.629],[-94.007,-5.658],[-99.794,-3.933],[-82.932,-63.083],[-84.707,-60.171],[-70.044,-115.958],[-68.807,-113.171],[-28.007,-176.171],[-43.095,-139.233],[-28.907,-152.371],[-17.807,-148.171],[-3.207,-166.171],[25.193,-173.771],[-11.807,-166.671],[4.893,-187.171],[50.518,-193.333],[85.631,-184.333],[92.743,-154.246],[79.055,-170.746],[66.41,-174.504],[26.693,-174.971],[58.469,-172.083],[91.393,-147.771],[116.786,-139.578],[106.98,-177.946],[126.593,-145.671],[144.09,-52.063],[149.354,59.233],[158.665,147.762],[123.368,24.817],[115.193,-78.171],[111.781,-56.108],[86.269,-106.256],[82.593,-75.871],[61.193,-80.671],[51.393,-120.171],[48.893,-102.471],[40.955,-121.651],[32.336,-80.689],[14.293,-126.671],[10.393,-83.971],[3.471,-95.626],[-2.507,-71.171],[-13.245,-90.408],[-16.307,-84.671],[-17.094,-132.192],[-34.307,-67.671],[-38.262,-122.779],[-41.236,-27.449],[-52.47,49.035],[-73.544,113.655],[-116.107,194.829]],"c":true}},"nm":"Path 2","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.843137264252,0.843137264252,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[600.807,240.171]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 17","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[4.211,2.246],[0,8.555],[-1.17,0.549],[-8.899,0.427]],"o":[[-6.232,-3.561],[-1.261,8.829],[7.949,-3.732],[17.989,-0.863]],"v":[[-18.57,14.887],[-33.47,3.087],[-8.67,2.688],[16.743,-16.269]],"c":true}},"nm":"Path 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929000016755,0.757000014361,0.705999995213,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[537.37,465.713]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 22","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[4.273,4.272],[-0.102,2.399],[-2.605,4.341],[0.062,-1.167]],"o":[[-1.009,-1.346],[0.252,-5.912],[5.341,-9.348],[-0.167,3.132]],"v":[[-6.063,25.788],[3.474,6.851],[-8.163,-20.712],[10.706,5.544]],"c":true}},"nm":"Path 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929000016755,0.757000014361,0.705999995213,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[563.763,678.612]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 24","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[5.311,8.261],[-0.401,4.572],[3.917,7.534],[-1.143,-8.577]],"o":[[-1.881,-3.292],[0.753,-8.588],[8.005,2.532],[0.605,4.547]],"v":[[-7.514,19.819],[3.974,0.552],[-9.014,-28.081],[8.791,-4.188]],"c":true}},"nm":"Path 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929000016755,0.757000014361,0.705999995213,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[576.914,685.081]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 25","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.408,1.959],[6.078,6.077],[-0.628,1.136]],"o":[[0.907,-9.676],[-0.681,-0.682],[0.409,-1.958]],"v":[[-24.357,85.8],[-14.457,19.3],[-25.582,91.675]],"c":true}},"nm":"Path 1","hd":false},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[-2.967,11.354],[-21.991,58.669],[-10.85,22.413],[-6,0],[1.695,-7.751],[4.588,-19.906],[7.875,-24.204],[1.835,-11.453],[-3.985,-2.99],[6,12.481],[1.171,-8.956],[1.304,-14.348],[12.16,-1.49]],"o":[[-3.085,-62.988],[8.734,-23.3],[3.18,-6.57],[-4.902,0],[-4.118,18.833],[-5.658,24.548],[-3.59,11.035],[-0.899,5.606],[-13.829,-8.298],[2.844,5.917],[-1.88,14.393],[-1.184,13.031],[-9.58,1.174]],"v":[[-44.957,149.3],[-12.262,-34.501],[17.686,-102.893],[48.043,-161.5],[43.882,-93.749],[18.594,-40.172],[3.592,31.45],[-4.233,64.678],[-10.758,124.901],[-12.495,54.125],[-23.134,103.729],[-25.658,146.678],[-33.751,161.5]],"c":true}},"nm":"Path 2","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929000016755,0.757000014361,0.705999995213,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[411.657,558.5]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 26","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[1.73,2.769],[-3.574,-3.573]],"o":[[-2.342,-3.806],[4.928,4.928]],"v":[[-6.643,6.502],[4.057,-5.698]],"c":true}},"nm":"Path 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.689999988032,0.4,0.395999983245,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[714.143,268.498]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 27","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[6.137,3.727],[-0.576,3.825],[5.906,2.226],[0.23,-2.147],[2.573,6.433],[-0.603,5.511],[-1.565,7.085],[-8.656,-6.074],[1.609,-7.95]],"o":[[-4.839,-3.226],[0.751,-4.989],[0.206,0.077],[-0.543,5.063],[-1.973,-5.261],[0.847,-7.749],[1.549,-7.013],[6.686,4.693],[-0.995,4.91]],"v":[[-3.482,25.141],[6.167,5.591],[-4.31,-21.488],[5.417,3.641],[-16.182,23.641],[-5.583,3.942],[-16.682,-20.284],[3.016,-24],[16.638,6.949]],"c":true}},"nm":"Path 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.689999988032,0.4,0.395999983245,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[571.583,681.959]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 28","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.797,7.485],[0.819,17.269],[2.456,2.596],[-1.015,-12.175],[-7.796,-17.681]],"o":[[0,-16.924],[-0.305,-6.442],[7.461,9.328],[1.568,18.825],[-7.201,1.87]],"v":[[-1.937,47.401],[-8.658,-4.5],[-6.937,-54.2],[1.88,-0.899],[8.963,54.201]],"c":true}},"nm":"Path 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.689999988032,0.4,0.395999983245,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[466.937,665.8]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 29","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-1.212,1.684],[-1.822,0.481],[7.686,0],[3.324,0],[3.788,0],[1.866,3.11]],"o":[[0,-9.504],[9.327,-2.467],[-2.272,0],[-3.788,0],[3.476,0],[1.721,1.283]],"v":[[-77.252,-299.627],[-66.948,-298.812],[-73.377,-326.152],[-75.752,-317.227],[-78.752,-327.227],[-81.652,-299.027]],"c":true}},"nm":"Path 1","hd":false},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[-5.423,-2.034],[0.3,4.025],[0,3.599],[1.731,-0.742],[-8.918,0]],"o":[[-1.155,-0.445],[-0.601,-8.067],[0,9.093],[18.303,-6.101],[4.973,0]],"v":[[58.348,-295.827],[51.748,-314.227],[59.748,-332.327],[32.748,-333.027],[46.648,-301.227]],"c":true}},"nm":"Path 2","hd":false},{"ind":2,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.732,-2.44],[0.437,18.283],[-7.276,-10.348]],"o":[[-8.173,-18.39],[-8.067,11.23],[5.771,8.206]],"v":[[99.048,-259.027],[57.548,-325.727],[76.287,-291.931]],"c":true}},"nm":"Path 3","hd":false},{"ind":3,"ty":"sh","ks":{"a":0,"k":{"i":[[-2.988,5.228],[-1.516,7.466],[-3.59,3.762],[1.397,-8.476],[0.048,-2.503]],"o":[[6.619,-8.274],[1.263,-6.223],[-7.821,8.194],[-0.53,3.216],[-0.007,0.38]],"v":[[-39.752,-208.327],[-33.461,-218.546],[-37.352,-247.952],[-35.233,-215.49],[-44.146,-212.452]],"c":true}},"nm":"Path 4","hd":false},{"ind":4,"ty":"sh","ks":{"a":0,"k":{"i":[[0.167,3.682],[0.375,2.3],[-4.277,-3.074]],"o":[[-0.375,-2.3],[0.689,1.481],[3.226,2.319]],"v":[[-61.052,-212.227],[-62.177,-219.127],[-78.377,-207.265]],"c":true}},"nm":"Path 5","hd":false},{"ind":5,"ty":"sh","ks":{"a":0,"k":{"i":[[0.192,1.375],[1.312,3.166],[3.324,-1.662],[3.592,0],[1.505,-1.505],[-2.842,-2.98],[0.443,-1.551]],"o":[[-1.494,-3.734],[0.6,1.447],[-2.591,1.555],[-0.571,0],[-5.168,3.445],[0.558,0.585],[-0.192,-1.375]],"v":[[52.348,-210.627],[46.848,-220.527],[44.748,-233.727],[42.248,-221.227],[38.248,-229.027],[38.898,-208.677],[52.923,-206.502]],"c":true}},"nm":"Path 6","hd":false},{"ind":6,"ty":"sh","ks":{"a":0,"k":{"i":[[0,10.308],[0.177,3.04],[-1.276,0],[1.976,0],[0.138,-0.883],[3.222,-0.322]],"o":[[0,-2.694],[0.853,1.876],[1.296,0],[-1.162,0],[-1.279,-1.338],[-8.353,1.927]],"v":[[120.748,-202.627],[117.848,-211.727],[123.848,-200.227],[117.548,-216.227],[116.548,-210.727],[112.748,-216.027]],"c":true}},"nm":"Path 7","hd":false},{"ind":7,"ty":"sh","ks":{"a":0,"k":{"i":[[0.222,2.711],[-1.46,1.46],[4.718,-2.831]],"o":[[0,-5.004],[-5.491,4.392],[0.822,-2.555]],"v":[[99.748,-193.727],[92.348,-231.127],[98.848,-185.827]],"c":true}},"nm":"Path 8","hd":false},{"ind":8,"ty":"sh","ks":{"a":0,"k":{"i":[[-3.461,5.439],[-2.868,4.403],[6.175,0],[1.857,-1.989],[3.613,-2.352],[5.46,-6.006]],"o":[[1.496,-2.992],[2.207,-3.391],[-1.437,0],[-3.52,3.77],[-8.206,5.339],[-0.698,0.853]],"v":[[46.248,-167.227],[65.863,-170.912],[59.548,-191.227],[63.852,-176.683],[56.882,-173.149],[15.748,-175.727]],"c":true}},"nm":"Path 9","hd":false},{"ind":9,"ty":"sh","ks":{"a":0,"k":{"i":[[0.071,0.034],[0.89,0.89],[-2.787,-9.388]],"o":[[6.752,3.177],[-3.649,-3.65],[-0.448,-1.513]],"v":[[-82.652,-168.327],[-39.952,-175.327],[-88.515,-167.427]],"c":true}},"nm":"Path 10","hd":false},{"ind":10,"ty":"sh","ks":{"a":0,"k":{"i":[[-7.696,1.847],[2.115,16.738],[5.642,-6.986],[-4.282,-0.38]],"o":[[7.288,-1.657],[-1.097,-8.675],[-3.064,3.794],[4.617,0.409]],"v":[[-20.752,-101.527],[15.242,-107.015],[-36.377,-112.577],[-28.452,-97.427]],"c":true}},"nm":"Path 11","hd":false},{"ind":11,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.608,3.761],[0.811,-0.811],[-1.17,-3.902]],"o":[[-0.003,0.016],[-3.63,3.63],[-0.735,-2.101]],"v":[[-98.852,-79.227],[-95.852,-110.927],[-106.652,-57.827]],"c":true}},"nm":"Path 12","hd":false},{"ind":12,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.116,1.523],[-0.939,2.208],[-3.188,0.726]],"o":[[-0.602,-8.124],[-2.238,5.259],[0.116,-1.524]],"v":[[58.148,-37.927],[50.098,-81.49],[57.8,-33.356]],"c":true}},"nm":"Path 13","hd":false},{"ind":13,"ty":"sh","ks":{"a":0,"k":{"i":[[-1.979,5.936],[-9.257,23.712],[0.402,7.564],[7.535,-10.04],[-3.221,0.943],[1.706,1.876],[8.39,8.39],[-0.521,-10.062],[-1.493,1.502],[0.874,-0.836],[0.529,0.68],[-1.901,-3.042],[-0.08,0.13],[1.245,-4.025],[0.754,-1.262],[5.778,-7.11],[0.408,1.217],[-0.54,-2.105],[0,0.636],[0.819,-3.786]],"o":[[5.725,-24.81],[2.829,-7.247],[-0.611,-11.5],[5.097,-6.143],[-1.359,0.398],[-6.769,-6.77],[4.282,4.758],[1.312,-1.661],[-0.613,0],[-0.372,-0.779],[-1.203,4.643],[0.077,0.124],[-0.21,4.257],[0.152,0.398],[-3.769,6.314],[-0.433,-1.208],[-0.29,2.154],[0.197,-0.591],[0,3.225],[-0.941,4.349]],"v":[[-183.852,-22.427],[-159.808,-92.977],[-150.252,-119.027],[-163.452,-118.727],[-141.19,-159.202],[-152.652,-143.327],[-130.952,-195.227],[-168.261,-113.483],[-164.052,-118.227],[-168.565,-106.927],[-169.915,-109.115],[-177.927,-75.827],[-176.452,-79.727],[-179.052,-67.727],[-180.277,-72.315],[-181.665,-54.777],[-182.927,-58.415],[-182.552,-52.027],[-178.252,-53.727],[-185.756,-41.538]],"c":true}},"nm":"Path 14","hd":false},{"ind":14,"ty":"sh","ks":{"a":0,"k":{"i":[[1.097,2.641],[2.375,28.022],[-2.935,1.748],[-2.312,0]],"o":[[-2.781,-27.814],[-0.842,-9.939],[-10.476,6.24],[1.365,-2.159]],"v":[[117.548,-22.427],[107.848,-105.927],[99.173,-182.707],[117.148,-15.227]],"c":true}},"nm":"Path 15","hd":false},{"ind":15,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.089,0],[-3.427,1.386],[-3.89,1.246],[-3.995,8.482],[-7.64,5.02],[0.96,-3.65],[-1.48,0.592],[1.396,2.095],[1.299,0.066],[-2.163,0],[0.383,-5.022],[0.291,-0.255],[-7.643,6.051],[0,-0.783],[4.311,3.657],[0.698,-8.377],[-0.366,-1.971],[0.633,-4.288],[8.296,-11.562],[7.842,-3.04],[-4.44,8.879],[1.178,-2.711]],"o":[[1.466,0],[4.467,-1.808],[13.807,-4.425],[5.671,-12.042],[9.041,-5.941],[-0.702,2.671],[1.028,-0.386],[-0.801,-1.201],[0.7,-4.436],[6.924,0],[0.698,0.169],[1.533,-2.299],[1.724,-1.364],[0,-5.844],[-2.683,-2.276],[0.245,-2.938],[0.821,4.422],[-2.043,13.832],[-4.915,6.849],[-3.975,1.541],[-1.672,2.438],[0.165,1.323]],"v":[[-125.252,11.273],[-109.752,0.373],[-94.352,-2.527],[-81.502,-15.377],[-67.977,-85.402],[-64.971,-52.983],[-72.652,-17.927],[-62.477,-23.64],[-69.452,-23.127],[-56.252,-76.227],[-53.152,-49.227],[-42.552,-47.527],[-48.221,-70.565],[-31.252,-62.927],[-64.29,-86.355],[-81.177,-96.702],[-72.152,-83.627],[-74.652,-67.727],[-84.446,-15.433],[-104.052,-2.627],[-129.952,-0.227],[-134.227,7.498]],"c":true}},"nm":"Path 16","hd":false},{"ind":16,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.932,4.323],[-6.747,12.674],[-3.088,8.133],[1.283,-1.776],[0,6.595],[1.583,-0.576],[1.931,-10.564],[0,-20.222]],"o":[[8.16,-11.708],[4.085,-7.674],[1.202,-3.165],[2.772,-3.834],[0,-2.417],[-11.242,4.091],[-3.721,20.372],[2.935,0.857]],"v":[[-190.452,94.773],[-167.716,58.332],[-156.752,34.835],[-155.089,14.736],[-148.252,9.473],[-175.011,6.591],[-190.621,33.014],[-196.252,99.973]],"c":true}},"nm":"Path 17","hd":false},{"ind":17,"ty":"sh","ks":{"a":0,"k":{"i":[[0,1.982],[0.015,13.982],[-0.844,-8.603]],"o":[[1.758,-11.331],[-0.457,8.721],[0.367,3.743]],"v":[[-215.152,196.073],[-220.552,152.273],[-221.502,180.085]],"c":true}},"nm":"Path 18","hd":false},{"ind":18,"ty":"sh","ks":{"a":0,"k":{"i":[[0,6.632],[-2.956,20.7],[-0.116,0.194],[1.197,0],[0.023,0.205],[-1.782,1.692],[-1.027,2.899],[-0.165,-2.317],[-0.637,0.398],[0,0.335],[-4.379,11.219],[-10.468,22.008],[-1.722,19.534],[5.982,5.982],[-1.023,-2.94],[4.802,10.71],[-0.051,-2.016],[-15.764,41.509],[-14.943,29.099],[10.247,3.843],[-11.975,1.903],[-11.956,1.238],[0.222,-0.596],[0,0.045],[-2.031,-0.382],[-0.135,-0.099],[-2.295,-3.739],[-3.021,-4.244],[-7.437,-13.718],[2.231,-2.23],[-1.295,9.068],[-8.533,-13.139],[-15.401,-15.073],[-0.096,0.168],[-8.16,-11.52],[2.966,0],[1.017,0],[0.38,1.901],[-4.758,-16.326],[-3.946,-3.229],[4.759,8.761],[1.181,25.813],[11.214,19.347],[9.578,2.642],[0.406,-1.16],[4.076,2.446],[-1.822,-7.625],[-6.86,-3.773],[-0.058,0.311],[-24.096,-41.793],[-10.819,-20.518],[-10.159,-3.386],[1.916,4.103],[8.65,21.337],[-10.309,-24.583],[-6.914,-2.346],[1.228,0],[-0.658,-6.406],[-0.334,-26.95],[-1.531,0],[7.232,14.769],[8.565,7.119],[0.613,-4.001],[14.44,-3.055],[3.084,5.117],[-0.815,5.628],[-0.55,14.068],[1.17,12.676],[0.206,-0.471],[0.454,-13.487],[2.028,-15.185],[8.913,-4.921],[9.42,0],[-4.515,33.539],[-2.16,22.116],[-5.72,6.696],[-0.341,-0.195],[0.36,2.631],[5.624,10.533],[1.527,16.698],[14.91,14.565],[7.23,6.254],[4.079,2.72],[-2.721,-7.894],[-10.092,-15.285],[19.203,-19.683],[4.102,9.352],[10.639,19.408],[7.682,0],[-0.083,-0.858],[12.601,7.606],[3.422,5.782],[-0.292,6.429],[-6.857,-6.857],[-13.697,-16.032],[-0.594,14.542],[-8.916,8.523],[3.093,1.257],[0.001,-0.004],[-0.378,17.427],[0.373,0.319],[-1.379,0.402],[2.665,0],[0.037,2.811],[1.212,-1.67],[7.576,-4.869],[0,18.258],[-3.796,1.963],[0,-19.366],[0.263,0.661],[-1.017,-4.38],[-8.196,-11.799],[4.37,-21.853],[-2.491,0.54],[0,-1.805],[-3.697,-3.025],[5.023,4.165],[8.246,-0.088],[11.036,27.564],[-1.078,13.521],[0.128,8.774],[6.083,6.502],[1.335,-5.457],[4.558,-16.147],[7.351,-8.908],[15.342,6.127],[3.959,-0.201],[5.827,-4.178],[6.015,19.683],[1.229,-1.009],[-5.493,2.631],[-8.487,1.13],[-3.572,0],[3.015,3.015],[3.75,-2.899],[11.093,-11.444],[-0.461,-0.921],[5.597,-10.573],[-9.181,-6.311],[1.851,2.221],[-0.063,-11.86],[0.025,-17.816],[-1.384,-25.786],[9.426,1.211],[1.118,1.105],[6.335,1.979],[1.108,-0.893],[5.156,0],[3.357,5.599]],"o":[[0,-21.366],[-0.091,2.14],[1.125,-1.87],[1.099,0],[-1.113,-10.01],[1.23,-1.166],[0.029,2.322],[1.198,-3.882],[-0.822,0.493],[0,-11.597],[8.858,-22.693],[8.039,-16.903],[0.749,-8.499],[2.464,3.285],[-4.403,-12.657],[0.761,1.694],[-0.04,-48.72],[11.611,-30.569],[2.616,-5.096],[11.196,4.478],[10.713,-1.702],[5.102,-0.528],[0.592,-1.589],[0,-4.446],[3.027,0.569],[4.654,3.427],[2.738,4.463],[9.006,12.647],[7.102,13.099],[4.332,-2.888],[-2.097,12.58],[11.703,18.02],[0.786,0.769],[5.804,14.252],[-1.456,-1.819],[7.309,0],[0.47,0],[3.129,16.821],[2.154,7.387],[-8.307,-6.461],[-12.471,-22.952],[-1.017,-22.191],[-5.144,-8.874],[-0.579,1.083],[-3.128,0.625],[4.476,3.581],[1.723,7.213],[1.087,0.598],[15.246,42.033],[11.55,20.034],[6.807,12.907],[-0.3,-0.1],[-9.798,-20.984],[9.223,22.751],[5.038,12.014],[-2.144,-0.728],[1.93,0],[2.756,26.817],[-2.332,-0.898],[-6.597,0],[-4.703,-9.604],[0.729,0.606],[-2.468,16.079],[-8.369,1.77],[-2.972,-4.929],[2.014,-13.935],[0.495,-12.691],[-0.092,-0.996],[-5.461,12.481],[-0.513,15.339],[-1.587,11.882],[-8.152,4.502],[13.933,-31.222],[2.961,-21.993],[0.764,-7.812],[2.68,-3.139],[7.876,4.491],[-1.618,-11.828],[-7.854,-14.709],[-1.727,-18.903],[-8.425,-8.231],[-4.12,-3.564],[3.228,1.845],[6.035,17.504],[9.246,14.003],[5.75,-5.894],[-8.921,-20.337],[-5.924,-10.806],[-1.578,0],[-13.714,-5.465],[-6.841,-4.128],[-2.971,-5.021],[0.101,-2.225],[10.373,13.831],[-3.302,-14.231],[0.463,-11.358],[-1.18,1.128],[0.123,0.05],[2.562,-17.617],[-0.026,1.218],[1.404,-0.307],[1.59,1.807],[-0.721,-2.723],[0.444,1.126],[-5.295,7.291],[-3.79,2.435],[0,17.562],[23.335,-12.068],[0,-6.196],[1.612,4.043],[3.343,14.397],[12.936,18.625],[0.777,-2.46],[0.893,0],[0,-1.982],[-6.547,-4.911],[-8.529,-7.072],[-25.582,0.273],[-5.07,-12.664],[0.73,-9.159],[-0.128,-8.769],[0.884,0.945],[-3.899,15.93],[-3.181,11.268],[-9.943,12.05],[-4.544,-1.816],[-6.81,0.345],[-11.741,8.418],[0.331,1.083],[2.041,-1.677],[7.663,-3.669],[13.058,-1.739],[-1.698,0],[-0.909,-0.909],[-15.079,11.659],[-5.225,5.392],[2.636,5.272],[-3.579,6.761],[-4.712,-3.239],[7.483,7.483],[0.095,17.746],[-0.036,26.082],[-9.429,0],[-0.634,-0.081],[-3.368,-3.331],[-0.752,-0.235],[-3.391,2.729],[-8.836,0],[-3.174,-5.294]],"v":[[-285.252,310.373],[-283.552,246.273],[-281.804,259.773],[-276.252,221.773],[-280.714,233.111],[-269.165,200.135],[-267.452,185.273],[-267.052,192.273],[-261.252,168.273],[-267.252,181.973],[-250.212,136.981],[-219.735,70.073],[-203.052,21.973],[-202.652,-25.927],[-206.027,-8.94],[-198.54,-55.339],[-198.052,-46.727],[-145.771,-183.564],[-108.535,-275.754],[-78.352,-335.027],[-61.858,-328.825],[-29.729,-340.696],[29.582,-334.524],[8.748,-340.327],[40.468,-331.858],[58.448,-334.027],[59.256,-320.446],[68.812,-308.272],[94.473,-270.839],[167.448,-125.527],[125.848,-200.427],[139.581,-166.944],[174.211,-104.052],[176.548,-107.727],[195.148,-56.727],[184.548,-84.227],[196.848,-7.227],[201.448,-25.327],[195.816,23.093],[215.348,58.873],[192.578,19.624],[180.675,-46.35],[162.748,-109.227],[126.461,-161.702],[124.985,-158.339],[112.848,-191.627],[122.987,-141.836],[135.748,-97.777],[136.848,-102.727],[192.898,26.823],[227.36,86.898],[261.648,160.573],[248.72,124.489],[216.973,61.773],[255.009,134.909],[277.31,205.284],[273.748,195.773],[285.671,263.614],[287.848,344.773],[278.848,336.773],[265.248,338.706],[263.968,296.906],[261.039,330.988],[249.484,344.773],[190.173,343.605],[195.386,309.135],[199.452,267.106],[199.263,228.479],[194.989,209.532],[195.81,263.784],[191.548,309.573],[182.064,344.773],[135.948,344.773],[151.004,241.929],[159.463,176.041],[163.636,133.998],[184.386,202.611],[193.134,167.073],[180.742,134.604],[164.023,92.939],[155.935,14.185],[124.655,8.325],[118.848,-10.727],[131.048,54.773],[157.298,102.473],[186.9,190.68],[168.498,133.223],[137.798,74.279],[97.648,-5.227],[97.848,1.773],[59.842,-16.046],[36.773,-30.339],[30.273,-64.352],[43.147,-83.527],[53.048,-24.727],[46.636,-70.341],[54.772,-96.602],[69.348,-103.252],[73.373,-92.415],[67.185,-145.727],[64.248,-125.427],[68.423,-126.49],[64.648,-115.227],[63.511,-123.527],[49.572,-96.727],[29.948,-79.227],[-26.252,-60.627],[12.998,-65.652],[24.748,-47.027],[32.548,-38.74],[34.048,-24.027],[55.141,12.056],[62.448,79.273],[67.348,74.773],[77.748,93.273],[69.148,106.673],[65.748,89.073],[54.898,89.385],[7.498,75.473],[-4.535,32.856],[-0.785,13.017],[-11.174,-24.687],[-24.602,7.473],[-22.702,45.773],[-41.451,83.857],[-74.665,87.661],[-88.652,79.873],[-114.194,97.096],[-148.239,94.161],[-145.658,79.629],[-124.252,75.573],[-100.052,58.573],[-91.252,69.273],[-89.552,20.173],[-131.623,33.299],[-148.64,79.685],[-153.427,44.073],[-188.952,105.773],[-210.927,171.385],[-197.552,132.173],[-194.114,215.461],[-196.677,268.523],[-188.552,344.773],[-217.89,344.773],[-231.952,344.773],[-235.477,325.198],[-240.185,344.773],[-265.752,344.773],[-285.252,341.346]],"c":true}},"nm":"Path 19","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.689999988032,0.4,0.395999983245,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[650.252,375.227]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 30","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[1.73,2.769],[-3.574,-3.573]],"o":[[-2.342,-3.806],[4.928,4.928]],"v":[[-6.643,6.502],[4.057,-5.698]],"c":true}},"nm":"Path 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.635000011968,0.224000010771,0.169000004787,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[714.143,268.498]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 32","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[6.137,3.727],[-0.576,3.825],[5.906,2.226],[0.23,-2.147],[2.573,6.433],[-0.603,5.511],[-1.565,7.085],[-8.656,-6.074],[1.609,-7.95]],"o":[[-4.839,-3.226],[0.751,-4.989],[0.206,0.077],[-0.543,5.063],[-1.973,-5.261],[0.847,-7.749],[1.549,-7.013],[6.686,4.693],[-0.995,4.91]],"v":[[-3.482,25.141],[6.167,5.591],[-4.31,-21.488],[5.417,3.641],[-16.182,23.641],[-5.583,3.942],[-16.682,-20.284],[3.016,-24],[16.638,6.949]],"c":true}},"nm":"Path 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.635000011968,0.224000010771,0.169000004787,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[571.583,681.959]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 33","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-6.153,6.712],[0,-0.608],[2.048,-0.682]],"o":[[0.179,-0.214],[0,9.052],[6,-1.714]],"v":[[51.781,-323.624],[60.581,-332.524],[33.581,-333.224]],"c":true}},"nm":"Path 1","hd":false},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[-1.213,1.684],[-1.822,0.482],[7.474,0],[1.212,2.021]],"o":[[0,-9.504],[9.328,-2.467],[9.09,0],[1.721,1.284]],"v":[[-76.419,-299.824],[-66.115,-299.009],[-72.419,-326.424],[-80.819,-299.224]],"c":true}},"nm":"Path 2","hd":false},{"ind":2,"ty":"sh","ks":{"a":0,"k":{"i":[[-2.479,-0.93],[1.899,2.787],[-0.355,0.629]],"o":[[-1.767,-0.68],[0.232,0.342],[-3.383,5.984]],"v":[[59.18,-296.024],[53.419,-311.824],[45.106,-309.149]],"c":true}},"nm":"Path 3","hd":false},{"ind":3,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.732,-2.44],[0.437,18.283],[-7.277,-10.348]],"o":[[-8.173,-18.389],[-8.067,11.231],[5.77,8.207]],"v":[[99.881,-259.224],[58.381,-325.924],[77.12,-292.128]],"c":true}},"nm":"Path 4","hd":false},{"ind":4,"ty":"sh","ks":{"a":0,"k":{"i":[[-2.988,5.229],[-1.515,7.466],[-3.591,3.762],[1.397,-8.477],[0.048,-2.503]],"o":[[6.618,-8.273],[1.264,-6.222],[-7.822,8.194],[-0.529,3.215],[-0.007,0.38]],"v":[[-38.919,-208.524],[-32.629,-218.743],[-36.519,-248.149],[-34.401,-215.686],[-43.313,-212.649]],"c":true}},"nm":"Path 5","hd":false},{"ind":5,"ty":"sh","ks":{"a":0,"k":{"i":[[0.167,3.682],[0.375,2.3],[-4.278,-3.075]],"o":[[-0.375,-2.3],[0.688,1.481],[3.225,2.318]],"v":[[-60.219,-212.424],[-61.344,-219.324],[-77.544,-207.461]],"c":true}},"nm":"Path 6","hd":false},{"ind":6,"ty":"sh","ks":{"a":0,"k":{"i":[[0.193,1.375],[1.313,3.166],[3.324,-1.662],[3.592,0],[1.505,-1.505],[-2.843,-2.979],[0.443,-1.55]],"o":[[-1.493,-3.734],[0.601,1.448],[-2.591,1.555],[-0.571,0],[-5.168,3.446],[0.558,0.585],[-0.192,-1.375]],"v":[[53.18,-210.824],[47.68,-220.724],[45.581,-233.924],[43.081,-221.424],[39.081,-229.224],[39.731,-208.874],[53.756,-206.699]],"c":true}},"nm":"Path 7","hd":false},{"ind":7,"ty":"sh","ks":{"a":0,"k":{"i":[[0,8.856],[0.196,3.053],[-1.275,0],[1.976,0],[0.138,-0.883],[3.194,-0.319]],"o":[[0,-2.726],[0.854,1.876],[1.297,0],[-1.162,0],[-1.264,-1.342],[-8.482,2.036]],"v":[[121.581,-202.724],[118.68,-211.924],[124.68,-200.424],[118.381,-216.424],[117.381,-210.924],[113.581,-216.224]],"c":true}},"nm":"Path 8","hd":false},{"ind":8,"ty":"sh","ks":{"a":0,"k":{"i":[[-3.461,5.439],[7.417,1.854],[2.501,-2.751]],"o":[[-1.52,3.039],[-3.08,0],[-0.698,0.854]],"v":[[47.081,-167.424],[57.881,-173.524],[16.581,-175.924]],"c":true}},"nm":"Path 9","hd":false},{"ind":9,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.327,1.651],[4.037,4.037],[-2.754,-7.475]],"o":[[-3.692,7.383],[-3.581,-3.581],[1.54,-0.149]],"v":[[-84.819,-170.224],[-39.119,-175.524],[-87.619,-167.524]],"c":true}},"nm":"Path 10","hd":false},{"ind":10,"ty":"sh","ks":{"a":0,"k":{"i":[[-7.696,1.847],[2.115,16.737],[5.642,-6.986],[-4.283,-0.379]],"o":[[7.288,-1.656],[-1.097,-8.676],[-3.065,3.795],[4.617,0.41]],"v":[[-19.919,-101.724],[16.075,-107.211],[-35.544,-112.774],[-27.619,-97.624]],"c":true}},"nm":"Path 11","hd":false},{"ind":11,"ty":"sh","ks":{"a":0,"k":{"i":[[1.867,-5.499],[-0.881,8.236],[0.316,-0.316],[-1.262,-2.524]],"o":[[2.565,-7.952],[0.184,-1.725],[-3.079,3.079],[1.06,1.516]],"v":[[-100.419,-70.524],[-94.769,-95.574],[-95.019,-111.124],[-105.819,-58.224]],"c":true}},"nm":"Path 12","hd":false},{"ind":12,"ty":"sh","ks":{"a":0,"k":{"i":[[1.4,2.696],[1.797,0],[-1.848,0]],"o":[[-0.348,-2.523],[-4.969,0],[2.334,-0.437]],"v":[[58.081,-44.124],[53.081,-81.424],[56.68,-39.424]],"c":true}},"nm":"Path 13","hd":false},{"ind":13,"ty":"sh","ks":{"a":0,"k":{"i":[[0.743,2.773],[2.707,-0.285],[-5.101,-6.615]],"o":[[-0.32,-3.101],[-1.701,0.179],[0.821,-2.625]],"v":[[114.18,-47.824],[107.893,-97.224],[114.062,-39.728]],"c":true}},"nm":"Path 14","hd":false},{"ind":14,"ty":"sh","ks":{"a":0,"k":{"i":[[-5.576,0],[-5.58,0],[0.383,-5.022],[0.291,-0.254],[-7.643,6.05],[0,-0.782],[4.311,3.657],[-1.846,-8.042],[7.307,-2.772],[-0.805,0.98],[1.934,-10.747]],"o":[[5.97,0],[6.924,0],[0.698,0.17],[1.533,-2.299],[1.724,-1.365],[0,-5.844],[-1.742,-1.477],[-0.306,-1.331],[0.984,-0.374],[9.437,8.611],[-1.512,8.404]],"v":[[-65.419,-39.424],[-55.419,-76.424],[-52.319,-49.424],[-41.719,-47.724],[-47.388,-70.761],[-30.419,-63.124],[-63.457,-86.552],[-80.319,-96.836],[-71.032,-82.011],[-66.119,-86.624],[-63.107,-55.449]],"c":true}},"nm":"Path 15","hd":false},{"ind":15,"ty":"sh","ks":{"a":0,"k":{"i":[[1.001,3.901],[3.748,0],[0.593,-1.222]],"o":[[-0.345,-0.977],[-5.807,0],[0.783,-3.875]],"v":[[50.581,-40.824],[45.481,-75.424],[50.906,-29.161]],"c":true}},"nm":"Path 16","hd":false},{"ind":16,"ty":"sh","ks":{"a":0,"k":{"i":[[-1.979,5.937],[-9.257,23.712],[0.402,7.564],[7.535,-10.04],[-3.221,0.943],[1.705,1.876],[8.39,8.39],[-0.521,-10.062],[-1.494,1.502],[0.874,-0.835],[0.529,0.68],[-1.901,-3.042],[-0.08,0.131],[1.245,-4.025],[0.753,-1.261],[5.71,-4.391],[0.44,1.264],[-0.54,-2.105],[0,0.636],[0.819,-3.785]],"o":[[5.725,-24.81],[2.829,-7.247],[-0.611,-11.5],[5.097,-6.142],[-1.36,0.398],[-6.77,-6.769],[4.282,4.758],[1.312,-1.66],[-0.613,0],[-0.372,-0.779],[-1.203,4.644],[0.077,0.124],[-0.21,4.257],[0.157,0.4],[-2.947,4.935],[-0.401,-1.277],[-0.29,2.153],[0.197,-0.59],[0,3.226],[-0.941,4.349]],"v":[[-183.019,-22.624],[-158.975,-93.174],[-149.419,-119.224],[-162.619,-118.924],[-140.357,-159.399],[-151.819,-143.524],[-130.119,-195.424],[-167.428,-113.68],[-163.219,-118.424],[-167.732,-107.124],[-169.082,-109.312],[-177.094,-76.024],[-175.619,-79.924],[-178.219,-67.924],[-179.444,-72.511],[-180.832,-54.799],[-182.094,-58.611],[-181.719,-52.224],[-177.419,-53.924],[-184.923,-41.735]],"c":true}},"nm":"Path 17","hd":false},{"ind":17,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.333,1.9],[11.827,0],[3.319,-4.794]],"o":[[0,-7.256],[4.96,0],[0.333,-1.9]],"v":[[199.581,-14.124],[185.381,-84.424],[198.581,-8.424]],"c":true}},"nm":"Path 18","hd":false},{"ind":18,"ty":"sh","ks":{"a":0,"k":{"i":[[0.923,2.425],[2.8,0],[0.297,0.655],[0.525,-3.679]],"o":[[-0.726,-2.32],[-11.792,0],[-0.314,-0.692],[-0.077,-2.575]],"v":[[-3.219,-4.124],[-11.019,-25.424],[-13.119,-8.324],[-1.719,3.376]],"c":true}},"nm":"Path 19","hd":false},{"ind":19,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.09,0],[-3.427,1.387],[-3.89,1.246],[-3.949,8.939],[9.245,9.646],[8.144,-7.231],[-2.748,5.496],[1.177,-2.711]],"o":[[1.466,0],[4.467,-1.808],[13.997,-4.485],[4.351,-9.852],[5.403,5.638],[-6.644,5.898],[-1.672,2.439],[0.165,1.323]],"v":[[-124.419,11.076],[-108.919,0.176],[-93.519,-2.724],[-80.669,-15.874],[-70.782,-77.474],[-89.419,-8.624],[-129.119,-0.424],[-133.394,7.301]],"c":true}},"nm":"Path 20","hd":false},{"ind":20,"ty":"sh","ks":{"a":0,"k":{"i":[[-3.27,-1.963],[-1.968,-1.352],[0,7.218]],"o":[[3.884,2.588],[-3.22,-2.213],[0,9.762]],"v":[[31.481,95.477],[54.281,89.688],[14.581,92.176]],"c":true}},"nm":"Path 21","hd":false},{"ind":21,"ty":"sh","ks":{"a":0,"k":{"i":[[0,5.571],[-4.027,1.867],[-11.959,-0.664],[17.652,-9.331],[7.743,-2.799],[4.148,-1.661]],"o":[[0,-3.864],[11.947,-5.54],[-18.623,-3.938],[-7.692,4.065],[-5.867,2.119],[-2.457,0.866]],"v":[[-121.419,106.977],[-99.369,89.576],[-70.919,88.477],[-98.135,86.355],[-121.791,104.219],[-138.919,104.977]],"c":true}},"nm":"Path 22","hd":false},{"ind":22,"ty":"sh","ks":{"a":0,"k":{"i":[[0,2.056],[21.473,3.233]],"o":[[0,-0.74],[-26.713,-4.023]],"v":[[-73.419,113.876],[-73.832,96.889]],"c":true}},"nm":"Path 23","hd":false},{"ind":23,"ty":"sh","ks":{"a":0,"k":{"i":[[-13.694,6.194],[8.03,-2.114]],"o":[[12.198,-6.099],[-13.249,3.487]],"v":[[44.881,115.376],[35.837,102.789]],"c":true}},"nm":"Path 24","hd":false},{"ind":24,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-13.692],[7.263,14.849],[12.686,23.753],[0.111,20.31],[5.775,19.415],[18.357,26.295],[-0.78,0],[4.414,0],[-9.585,-5.271],[-0.053,0.315],[-27.927,-45.947],[-9.211,-18.291]],"o":[[0,-17],[-11.938,-24.4],[-9.392,-17.587],[-0.109,-19.987],[-9.292,-31.239],[0.279,1.388],[-3.736,0],[3.5,0],[1.082,0.595],[17.934,46.841],[10.62,17.473],[7.894,15.678]],"v":[[263.581,159.376],[239.01,102.087],[199.888,31.221],[181.311,-20.705],[176.462,-79.343],[126.581,-162.924],[127.881,-155.424],[119.481,-167.424],[136.581,-97.974],[137.68,-102.924],[202.281,40.977],[231.756,94.438]],"c":true}},"nm":"Path 25","hd":false},{"ind":25,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.363,1.3],[-2.643,-1.206],[-0.649,0.37],[-7.524,0],[2.901,-8.127],[1.672,-2.079]],"o":[[0.029,-0.276],[1.599,0.73],[1.57,-0.895],[-8.01,0],[-2.392,6.704],[0.363,-1.299]],"v":[[-208.119,164.376],[-196.949,131.983],[-193.912,153.421],[-178.219,90.576],[-202.707,137.451],[-209.207,168.276]],"c":true}},"nm":"Path 26","hd":false},{"ind":26,"ty":"sh","ks":{"a":0,"k":{"i":[[-10.139,10.528],[8.466,-8.281]],"o":[[10.571,-10.572],[-10.103,9.882]],"v":[[-67.619,187.477],[-82.719,172.576]],"c":true}},"nm":"Path 27","hd":false},{"ind":27,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.7,1.166],[0.545,3.034],[0.002,7.876],[-5.486,1.959]],"o":[[0.615,-2.284],[-1.389,-7.729],[-0.235,4.615],[0.7,-1.167]],"v":[[-214.019,191.776],[-219.101,176.554],[-219.719,152.076],[-216.119,195.276]],"c":true}},"nm":"Path 28","hd":false},{"ind":28,"ty":"sh","ks":{"a":0,"k":{"i":[[-13.252,11.637],[10.715,-4.669]],"o":[[9.337,-7.954],[-13.918,6.065]],"v":[[-60.219,262.176],[-72.177,242.926]],"c":true}},"nm":"Path 29","hd":false},{"ind":29,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.122,0.548],[1.658,18.432],[0,-21.14]],"o":[[3.531,-18.158],[-2.533,21.542],[-0.135,-1.365]],"v":[[196.081,304.576],[199.081,248.076],[193.68,314.376]],"c":true}},"nm":"Path 30","hd":false},{"ind":30,"ty":"sh","ks":{"a":0,"k":{"i":[[0.849,3.129],[0.369,16.86],[0.602,1.547],[-0.972,0],[4.191,0],[-9.571,-9.572]],"o":[[0.756,-16.631],[-0.141,-6.423],[-0.405,-1.041],[1.278,0],[-7.3,0],[2.316,-1.471]],"v":[[-187.519,323.076],[-191.895,271.229],[-188.107,233.813],[-186.319,248.576],[-189.919,218.576],[-189.719,329.977]],"c":true}},"nm":"Path 31","hd":false},{"ind":31,"ty":"sh","ks":{"a":0,"k":{"i":[[0,6.545],[-2.957,20.7],[-0.117,0.195],[1.005,0],[-0.273,-0.273],[4.633,8.831],[-0.22,-1.486],[-0.821,0.513],[2.858,-2.143],[-2.513,7.072],[-8.695,19.069],[-5.263,11.921],[-4.918,15.981],[2.651,-2.651],[2.907,2.544],[-1.023,-2.94],[4.737,12.056],[-0.036,-2.375],[-7.218,-4.812],[-3.237,8.108],[6.53,2.449],[-12.001,1.93],[-11.982,1.23],[0.221,-0.596],[0,0.046],[-1.243,-0.159],[4.702,3.022],[-2.833,-5.731],[-6.446,-9.504],[-14.292,-29.204],[3.72,-3.72],[-1.295,9.068],[-8.672,-16.879],[1.673,-4.683],[0,5.786],[-3.196,-8.044],[-2.332,-14.67],[-3.544,-18.344],[-7.703,-14.06],[-8.031,-17.216],[-4.494,-13.256],[-3.224,-1.247],[1.132,0],[0.156,-10.42],[16.239,8.002],[5.33,14.654],[2.896,-2.579],[4.44,0.003],[4.536,4.812],[3.661,6.323],[0.743,-0.81],[6.513,-0.998],[12.322,0],[-1.61,0],[-14.233,40.154],[9.521,20.183],[7.275,30.137],[17.595,5.615],[-5.13,8.875],[-5.911,-12.89],[-8.265,-12.746],[20.937,0],[3.875,7.209],[5.582,-1.288],[-0.131,-1.588],[7.621,4.976],[3.954,6.674],[0.564,4.324],[-11.33,10.173],[-10.51,0],[-0.119,-0.772],[-0.337,15.503],[0.373,0.319],[-1.379,0.402],[2.665,0],[0.037,2.811],[1.212,-1.669],[7.576,-4.868],[0,18.259],[-3.796,1.963],[0,-19.366],[0.263,0.661],[-1.017,-4.379],[-8.195,-11.798],[4.37,-21.852],[-2.49,0.54],[0,-1.804],[-3.697,-3.026],[11.532,0],[0.681,-1.552],[0,-7.587],[6.618,-8.885],[18.828,-2.143],[11.463,-5.579],[-11.328,-15.672],[-5.093,-25.497],[3.744,-13.439],[-2.398,-9.418],[0,-4.514],[7.002,12.724],[-3.876,2.492],[8.631,12.583],[19.362,-1.948],[-1.492,32.94],[-27.271,0.454],[-0.913,7.025],[-10.888,4.938],[-9.168,5.439],[-10.735,0],[3.015,3.014],[3.75,-2.9],[11.093,-11.444],[-0.461,-0.921],[2.372,-5.535],[1.795,-0.719],[0.041,-3.08],[0,3.471],[-1.006,-5.721],[-0.172,-8.49],[-2.403,-17.267],[3.432,-24.225],[1.283,-9.205],[0,-11.323],[1.014,1.345],[-1.725,7.436],[0,-13.772],[1.203,0.488],[1.869,1.869],[-0.694,-3.429],[0,0],[2.212,1.811],[6.67,0],[1.612,-0.577],[-5.136,2.369],[6.429,0],[4.166,7.594]],"o":[[0,-21.365],[-0.091,2.14],[1.113,-1.851],[-0.255,0],[-8.162,-8.161],[0.737,1.405],[1.007,-3.96],[-3.129,1.877],[3.796,-2.197],[7.027,-19.778],[5.806,-12.734],[7.348,-16.642],[-0.9,2.879],[2.638,-2.638],[2.464,3.286],[-4.662,-13.401],[0.806,2.051],[0.091,-15.2],[-4.578,-3.052],[2.249,-5.635],[11.222,4.489],[10.725,-1.723],[5.103,-0.523],[0.592,-1.589],[0,-4.053],[-2.155,-0.277],[5.667,3.642],[5.014,10.147],[18.35,27.054],[3.877,7.922],[4.332,-2.888],[-2.503,15.026],[3.405,6.624],[2.44,-5.858],[-0.528,7.904],[5.474,13.779],[3.251,20.441],[3.021,15.644],[9.13,16.663],[5.921,12.691],[1.615,4.763],[-2.031,-0.786],[9.679,0],[-0.17,11.353],[-12.613,-6.216],[0.581,1.509],[-3.564,3.172],[-7.507,-0.005],[-4.127,-4.376],[-0.069,-0.129],[-3.054,3.325],[-12.275,1.882],[4.737,-10.615],[15.766,0],[8.644,-24.39],[-13.507,-28.632],[-4.634,-19.196],[-2.019,-0.644],[-7.642,13.221],[6.422,14.006],[2.037,3.143],[4.386,0],[-5.214,-9.698],[0.07,1.593],[-10.516,5.945],[-6.601,-4.31],[-1.958,-3.304],[-2.412,-18.528],[6.995,-6.28],[-0.152,0],[-2.537,-15.218],[-0.026,1.218],[1.404,-0.307],[1.589,1.807],[-0.721,-2.722],[0.444,1.126],[-5.295,7.292],[-3.79,2.436],[0,17.562],[23.335,-12.068],[0,-6.196],[1.612,4.043],[3.342,14.397],[12.937,18.625],[0.776,-2.46],[0.894,0],[0,-1.981],[-5.998,-4.499],[-1.484,0],[12.187,-1.115],[0,3.747],[-11.916,15.998],[-12.583,1.432],[-18.416,8.964],[14.678,20.307],[2.842,14.229],[-2.491,8.94],[1.257,4.933],[0,-5.474],[-3.442,-6.255],[15.326,-9.852],[-10.543,-15.369],[-47.249,4.755],[0.791,-17.478],[-9.511,-3.68],[2.032,-15.633],[9.611,-4.358],[27.078,-16.061],[-1.698,0],[-0.909,-0.91],[-15.079,11.659],[-5.225,5.392],[0.93,1.86],[-0.205,0.718],[0.209,-0.084],[-0.077,5.793],[0,3.208],[1.452,8.261],[0.354,17.514],[3.349,24.068],[-1.309,9.232],[-1.723,12.359],[0,10.374],[-5.184,-6.875],[-3.372,14.541],[0,0.042],[-1.55,-0.628],[0.368,0.402],[0,0],[-2.84,0],[-2.651,-2.171],[-3.909,0],[7.574,-2.713],[-5.442,2.51],[-12.242,0],[-3.06,-5.577]],"v":[[-284.419,310.176],[-282.719,246.076],[-280.971,259.576],[-275.319,221.576],[-281.119,240.176],[-266.685,186.2],[-265.819,192.076],[-260.419,168.076],[-265.519,182.176],[-250.844,140.764],[-224.958,83.134],[-207.344,46.707],[-205.219,1.477],[-201.919,21.376],[-201.819,-26.124],[-205.194,-9.137],[-197.732,-56.524],[-197.219,-46.924],[-151.169,-162.649],[-119.142,-250.527],[-77.519,-335.224],[-61.012,-329.04],[-28.91,-340.896],[30.415,-334.721],[9.581,-340.524],[41.981,-331.924],[57.981,-334.224],[60.965,-319.074],[83.783,-290.008],[127.516,-202.72],[168.281,-125.724],[126.68,-200.624],[146.68,-156.124],[176.081,-104.724],[168.581,-124.024],[188.581,-81.424],[200.18,-39.224],[195.156,20.201],[222.822,68.047],[248.618,118.973],[264.118,157.792],[278.146,205.1],[274.581,195.576],[289.125,326.855],[271.281,344.576],[264.68,303.076],[262.581,344.576],[231.037,344.576],[193.034,344.117],[191.781,324.076],[188.581,342.551],[175.631,344.576],[136.781,344.576],[164.581,133.576],[193.287,188.472],[172.881,120.576],[162.461,31.014],[136.143,8.862],[121.278,-1.242],[136.883,67.147],[160.831,105.826],[187.18,190.576],[138.631,74.082],[98.018,-3.657],[98.318,1.113],[53.381,-22.224],[37.606,-30.536],[31.599,-56.638],[45.331,-84.424],[69.981,-103.424],[73.881,-93.124],[68.018,-145.924],[65.081,-125.624],[69.256,-126.687],[65.481,-115.424],[64.344,-123.724],[50.405,-96.924],[30.781,-79.424],[-25.419,-60.824],[13.831,-65.849],[25.581,-47.224],[33.381,-38.937],[34.881,-24.224],[55.973,11.859],[63.281,79.076],[68.18,74.576],[78.581,93.076],[69.981,106.477],[61.581,83.576],[54.481,92.076],[62.581,106.076],[62.581,128.477],[-2.859,138.741],[-42.369,148.126],[-39.519,179.276],[11.781,249.876],[2.781,296.176],[-4.269,329.088],[6.581,343.576],[-136.315,342.787],[-70.494,331.651],[-65.919,291.076],[-101.099,277.984],[-134.058,217.969],[-139.919,103.977],[-144.544,89.051],[-133.301,81.117],[-107.008,63.535],[-90.419,69.076],[-88.719,19.977],[-130.79,33.103],[-147.807,79.488],[-152.594,43.876],[-173.719,83.876],[-168.241,75.832],[-158.649,106.143],[-166.419,113.176],[-158.493,129.758],[-158.659,156.948],[-154.344,208.639],[-151.406,281.508],[-156.834,308.799],[-154.419,343.176],[-171.419,338.576],[-177.263,304.633],[-173.419,344.276],[-185.419,344.576],[-186.619,329.076],[-187.319,344.576],[-215.678,344.576],[-232.419,344.576],[-235.019,328.576],[-236.419,340.576],[-242.641,344.576],[-266.641,344.576],[-284.419,339.201]],"c":true}},"nm":"Path 32","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.760784327984,0.298039227724,0.274509817362,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[649.419,375.423]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 34","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.509,2.257],[-7.452,23.182],[-0.213,0.331],[1.699,-5.955],[-3.135,-3.135]],"o":[[11.818,-21.011],[1.369,-4.449],[-3.3,5.145],[-1.249,4.379],[1.691,0.79]],"v":[[-185.451,-55.546],[-157.851,-127.046],[-172.413,-115.883],[-179.351,-95.846],[-188.751,-53.346]],"c":true}},"nm":"Path 1","hd":false},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0.203,2.486],[14.543,25.876],[-0.75,14.25],[-13.762,1.717]],"o":[[3.932,-29.878],[-6.529,-11.617],[0,17.711],[1.614,-1.695]],"v":[[169.949,-25.046],[150.719,-108.668],[112.449,-166.046],[167.832,-18.775]],"c":true}},"nm":"Path 2","hd":false},{"ind":2,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.167,16.066],[-19.843,48.425],[-10.289,22.2],[-4.17,13.979],[0.98,13.81],[-26.239,60.382],[-11.167,26.029],[6.799,2.55],[-4.427,-0.146],[-3.782,1.631],[-18.18,-1.942],[-14.04,-2.642],[-6.618,-4.559],[-3.344,-4.553],[-32.875,-62.851],[10.37,-45.138],[-4.77,-14.088],[-9.569,-18.262],[-10.415,-33.817],[-3.643,-32.981],[9.391,-6.689],[6.153,0],[0,0],[0,0],[0,0]],"o":[[0.531,-52.043],[9.286,-22.661],[6.13,-13.227],[3.622,-12.143],[-4.881,-68.784],[11.307,-26.019],[2.606,-6.072],[3.857,1.543],[4.365,0.143],[17.037,-7.344],[15.085,1.612],[3.655,0.688],[5.678,3.912],[41.896,57.06],[20.497,39.188],[-3.529,15.36],[6.538,19.309],[16.434,31.36],[9.762,31.696],[1.261,11.424],[-5.284,3.766],[0,0],[0,0],[0,0],[0.167,-16.066]],"v":[[-292.251,295.954],[-262.327,148.431],[-232.53,81.327],[-212.851,40.454],[-212.839,7.761],[-154.851,-179.846],[-123.929,-259.024],[-85.651,-335.646],[-76.001,-325.408],[-56.51,-336.309],[-0.448,-342.213],[40.649,-329.046],[49.849,-334.646],[51.957,-321.065],[155.003,-136.743],[191.108,-4.697],[190.849,26.555],[223.03,83.377],[263.449,180.154],[283.652,276.66],[283.359,344.154],[250.717,344.154],[177.017,344.154],[-22.167,344.154],[-292.751,344.154]],"c":true}},"nm":"Path 3","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.255000005984,0.113999998803,0.090000002992,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[657.551,375.845]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 35","bm":0,"hd":false}],"ip":6,"op":9,"st":6,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"2 (1) Outlines","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[250,250,0]},"a":{"a":0,"k":[640,360,0]},"s":{"a":0,"k":[50,50,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-9.019,2.142],[-2.479,1.189],[0.87,-0.528],[-0.19,0.379],[-0.737,-0.223],[9.039,-1.008],[0,-0.759],[2.374,0.329],[7.773,0],[-1.24,1.041],[-5.836,-7.504]],"o":[[2.722,-0.477],[-0.797,-0.545],[0,2.24],[0.179,0.827],[2.437,-10.836],[1.904,0.172],[0,4.456],[-8.786,-1.218],[0.035,-1.617],[0.632,5.697],[6.18,7.948]],"v":[[13.099,25.102],[20.898,22.602],[18.398,22.577],[26.536,14.927],[27.911,16.502],[8.898,4.002],[27.398,10.302],[4.712,4.782],[-19.502,8.702],[-17.589,4.715],[-17.852,17.902]],"c":true}},"nm":"Path 1","hd":false},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[7.066,4.543],[8.278,11.038],[-0.825,-0.218],[-2.07,-1.035],[2.684,13.684],[-5.752,3.866],[-1.074,0.068],[-1.651,-0.176],[-3.26,0.158],[-5.977,-0.077],[-3.05,0.535],[-5.849,4.341],[-1.865,0.406],[-0.255,-0.308],[-3.306,-2.283],[-4.354,-0.715],[-1.248,0.066],[-3.047,0],[0.174,0.688],[-2.573,-1.154],[0.035,-9.787],[2.202,-7.493],[16.182,-13.258]],"o":[[-11.239,-7.024],[0.85,-0.067],[1.325,-1.892],[-11.165,-7.443],[-1.249,-6.365],[1.333,-0.896],[1.744,-0.111],[2.946,0.313],[6.164,-0.299],[3.958,0.051],[8.376,-1.466],[-1.976,1.467],[0.498,-0.108],[1.988,2.415],[5.704,3.939],[-0.93,-0.153],[1.506,-0.08],[-0.293,-0.646],[3.468,0],[8.802,3.947],[-0.027,7.579],[-5.935,20.194],[-5.303,4.344]],"v":[[1.398,55.702],[-36.401,36.102],[-33.89,36.327],[-42.502,32.302],[-67.202,-1.098],[-66.602,-46.298],[-58.202,-45.298],[-53.202,-42.698],[-46.477,-45.148],[-28.952,-47.535],[-15.565,-44.978],[-6.64,-52.211],[5.986,-48.186],[10.148,-59.936],[12.898,-47.498],[21.349,-46.348],[27.198,-49.248],[33.798,-46.298],[33.099,-48.298],[63.551,-44.464],[67.846,-32.905],[61.398,-7.298],[31.798,36.302]],"c":true}},"nm":"Path 2","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.894000004787,0.862999949736,0.795999983245,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[635.602,271.298]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 6","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-4.526,-0.125],[3.357,10.065],[3.621,0.35],[1.503,-6.015]],"o":[[4.17,0.116],[-0.731,-2.194],[-3.9,-0.376],[-3.455,13.828]],"v":[[24.192,-29.367],[44.054,-38.417],[19.522,-46.408],[-4.845,-40.478]],"c":true}},"nm":"Path 1","hd":false},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,2.978],[-1.598,3.652],[-2.473,9.426],[-0.693,16.999],[6.898,34.577],[2.934,37.782],[-3.566,35.658],[-3.763,-42.525],[-2.94,-20.816],[9.941,-7.136],[3.695,-7.174],[4.08,-1.523],[4.821,-13.512],[1.591,0],[-3.531,5.166],[-4.494,-0.716],[-0.368,-0.114],[-11.4,6.568],[-1.206,2.219],[0.683,0.683],[-0.125,10.584],[1.855,25.465],[-3.692,-0.738],[-0.505,-0.997],[-4.093,3.637],[-2.675,0],[-6.143,0.747],[-7.47,-1.275],[-4.722,0],[-0.13,-0.764],[0.92,-0.151],[-15.897,0.289],[-9.548,-9.426],[5.278,1.077],[3.3,2.732],[6.407,-2.426],[-2.824,-1.724],[-7.334,-5.701],[-1.506,-0.546],[-2.306,-0.779],[-0.187,0.078],[-9.037,2.842],[-0.005,-13.612],[2.819,-27.224],[1.853,-15.377],[-1.134,-1.21],[0.266,9.897],[1.434,38.868],[0.683,14.902],[5.65,12.526],[1.622,-9.694],[8.863,-6.106],[-8.058,8.058],[0.918,-2.999],[3.394,-11.127],[0.463,1.487],[-0.395,-4.229],[3.107,14.439],[-3.305,-5.274],[1.012,2.484],[3.404,1.216],[13.135,6.131],[0.527,-1.653],[2.086,-2.086],[-10.654,3.309],[-4.581,1.489],[-4.984,0],[-4.068,0],[-7.44,-0.938],[-9.248,2.407],[9.174,-17.528],[20.337,9.205],[12.432,12.907],[1.838,10.022],[-4.926,3.695],[-5.358,0.792],[1.646,-1.646],[3.366,1.626],[-0.87,1.509],[1.112,3.875],[-3.239,1.694],[-5.45,-4.67],[-1.871,0.686],[-4.332,-3.425],[-0.123,0.2],[1.162,3.021],[0.495,7.263],[6.204,2.327],[7.375,0],[3.409,0],[1.034,-3.188],[2.467,2.598],[-0.031,-2.659],[-0.651,-20.828],[-2.377,-42.004],[1.46,-46.46],[2.87,-12.774],[2.259,-5.584]],"o":[[0,-3.917],[3.906,-8.924],[4.325,-16.493],[1.437,-35.288],[-7.418,-37.179],[-2.823,-36.366],[-4.173,41.734],[1.856,20.959],[1.45,10.268],[5.364,4.991],[-2.031,3.944],[-12.933,4.828],[-0.929,2.602],[-1.421,0],[2.379,-3.48],[7.017,1.118],[4.354,1.349],[1.421,-0.819],[0.571,-1.049],[-5.903,-5.902],[0.302,-25.537],[-0.541,-7.425],[-0.447,0.994],[-3.459,0],[30.765,-27.343],[5.76,0],[9.668,-1.174],[1.794,0.306],[-5.537,0],[-0.182,-1.067],[-4.621,-22.922],[11.723,-0.213],[3.199,3.158],[-2.932,-0.598],[-4.83,-4],[1.268,-0.48],[9.426,5.752],[3.365,2.615],[0.688,0.249],[3.084,1.042],[10.518,-3.506],[30.45,-9.576],[0.009,27.337],[-1.595,15.405],[-0.544,4.516],[-6.527,-6.526],[-1.046,-38.878],[-0.55,-14.908],[-0.65,-14.2],[-3.673,-8.143],[-1.614,9.649],[2.578,-1.776],[-2.721,2.721],[-3.335,10.899],[-1.309,-0.242],[-5.019,0.528],[-29.793,6.747],[-1.985,6.209],[0.03,-2.671],[-5.028,0.229],[-15.382,-4.395],[-3.404,-1.589],[-0.041,0.132],[-5.879,5.879],[5.492,-1.705],[5.2,-1.69],[4.608,0],[4.726,0],[9.622,1.214],[-2.749,19.452],[-9.813,18.75],[-16.455,-7.448],[-6.973,-7.239],[-1.271,-6.929],[1.566,-1.174],[0.586,-0.087],[4.258,-4.258],[-5.838,-2.821],[-3.554,6.16],[-1.119,-3.898],[16.498,-8.625],[1.807,-0.839],[2.878,4.389],[0.869,0.687],[1.588,-2.591],[-2.458,-6.393],[-0.498,-7.301],[0.977,0.36],[-3.518,0],[-1.892,0],[-0.218,-3.662],[0.389,0.411],[0.247,20.837],[1.315,42.062],[2.629,46.434],[-0.41,13.027],[-1.331,5.925],[-0.582,1.441]],"v":[[-79.808,264.034],[-69.908,245.233],[-60.27,217.667],[-53.589,167.206],[-62.991,64.65],[-77.313,-47.505],[-82.708,-160.966],[-80.028,-33.262],[-72.069,28.996],[-72.008,67.534],[-63.258,94.216],[-85.608,102.833],[-109.77,124.72],[-117.508,154.733],[-116.989,86.609],[-102.926,79.618],[-98.308,84.983],[-86.608,87.633],[-75.746,70.508],[-89.908,74.034],[-84.954,1.948],[-87.442,-74.458],[-82.895,-189.253],[-82.808,-186.266],[-54.943,-239.669],[-63.508,-205.266],[-47.158,-217.407],[-36.108,-211.566],[-23.408,-218.266],[-19.958,-232.979],[-26.308,-233.066],[18.204,-257.824],[69.455,-248.766],[76.155,-217.391],[67.095,-234.38],[35.158,-239.948],[61.533,-233.432],[74.242,-212.372],[80.292,-215.966],[87.13,-213.417],[101.692,-202.667],[90.07,-247.018],[119.294,-78.665],[117.085,3.232],[111.588,49.383],[104.592,92.434],[100.13,33.602],[97.749,-83.06],[95.692,-127.766],[93.921,-177.346],[90.192,-173.966],[91.229,-127.378],[73.854,-191.703],[65.792,-166.066],[60.867,-130.828],[58.208,-133.422],[56.192,-108.267],[37.992,-166.766],[29.466,-128.534],[27.992,-136.266],[16.892,-119.566],[5.678,-177.102],[7.054,-126.591],[-1.408,-133.966],[18.692,-101.266],[25.246,-114.755],[34.192,-98.267],[39.192,-106.267],[63.194,-95.664],[90.392,-98.466],[73.966,-35.918],[10.292,4.233],[-40.322,-30.479],[-51.715,-53.167],[-52.508,-99.966],[-23.033,-95.754],[5.292,-97.966],[-14.246,-128.003],[-8.108,-106.242],[-52.336,-110.301],[-38.758,-135.633],[-32,-117.667],[-26.483,-119.953],[-24.908,-106.966],[-13.408,-108.267],[-24.958,-128.284],[-27.656,-147.518],[-34.408,-194.667],[-51.808,-124.266],[-48.708,-181.266],[-54.208,-159.766],[-56.504,-175.138],[-57.782,-146.852],[-56.377,-84.349],[-50.49,41.797],[-50.172,181.823],[-53.681,220.949],[-59.264,238.687]],"c":true}},"nm":"Path 2","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.843137264252,0.843137264252,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[618.808,322.266]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 26","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-2.645,3.879],[1.554,-0.084],[-0.796,-5.223],[1.676,-1.55]],"o":[[3.337,-4.718],[6.701,-0.362],[0.238,1.562],[-0.855,0.791]],"v":[[-1.719,14.731],[-7.557,-16.569],[4.906,4.056],[5.88,16.931]],"c":true}},"nm":"Path 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929000016755,0.757000014361,0.705999995213,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[570.119,703.069]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 28","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.444,-0.174],[3.22,3.898],[-0.163,-1.466],[-0.434,0.444],[-0.31,-0.309]],"o":[[10.146,-3.382],[-1.166,-1.412],[0.616,-0.098],[1.196,3.489],[-0.982,-1.309]],"v":[[-25.915,-226.549],[-26.877,-258.261],[-34.215,-248.149],[-32.64,-248.962],[-37.015,-231.349]],"c":true}},"nm":"Path 1","hd":false},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0.65,2.257],[-6.328,1.406],[4.899,-1.195],[-7.688,0]],"o":[[1.37,-9.57],[5.735,-1.274],[-4.389,1.071],[1.984,-0.344]],"v":[[74.685,-132.849],[91.735,-134.074],[78.585,-143.449],[72.685,-128.949]],"c":true}},"nm":"Path 2","hd":false},{"ind":2,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.316,2.842],[-2.16,3.757],[-9.971,9.971],[-1.967,-2.95]],"o":[[2.717,-5.433],[-0.17,0.295],[-3.577,3.577],[2.017,-1.825]],"v":[[-36.115,-133.649],[-22.427,-138.774],[-30.715,-155.849],[-39.615,-126.649]],"c":true}},"nm":"Path 3","hd":false},{"ind":3,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.686,-5.886],[-0.337,0.246],[-4.052,-4.39]],"o":[[-0.361,-3.013],[-4.774,3.462],[2.09,2.264]],"v":[[17.685,-137.249],[13.71,-164.837],[16.86,-125.624]],"c":true}},"nm":"Path 4","hd":false},{"ind":4,"ty":"sh","ks":{"a":0,"k":{"i":[[-4.773,-1.432],[-1.503,2.049],[0.788,-4.695]],"o":[[2.29,0.52],[1.33,-1.944],[-1.534,9.131]],"v":[[80.885,-95.15],[91.885,-98.349],[50.993,-104.108]],"c":true}},"nm":"Path 5","hd":false},{"ind":5,"ty":"sh","ks":{"a":0,"k":{"i":[[-2.345,3.811],[2.797,1.697],[1.927,-3.211]],"o":[[-1.001,1.752],[-2.171,-1.319],[-1.155,1.797]],"v":[[-24.715,-95.049],[-2.815,-100.911],[-42.815,-101.949]],"c":true}},"nm":"Path 6","hd":false},{"ind":6,"ty":"sh","ks":{"a":0,"k":{"i":[[0.713,4.038],[1.421,0.528],[0.567,0],[-3.006,1.074],[0.833,-0.267],[5.141,6.347],[-0.93,-1.79]],"o":[[-1.213,-0.922],[-1.702,-4.256],[2.662,0],[-0.833,0.267],[7.075,4.582],[-5.205,-6.425],[0.889,1.712]],"v":[[18.985,-31.449],[15.035,-33.624],[21.785,-32.949],[39.685,-33.049],[37.185,-32.249],[45.842,-37.207],[5.86,-35.362]],"c":true}},"nm":"Path 7","hd":false},{"ind":7,"ty":"sh","ks":{"a":0,"k":{"i":[[0.874,13.404],[2.716,0.822],[-0.308,-2.984],[-0.79,-8.557]],"o":[[1.382,-3.844],[-3.1,3.543],[0.84,8.114],[-1.225,-13.278]],"v":[[104.185,-54.849],[102.185,-61.849],[101.422,-40.049],[104.096,-14.27]],"c":true}},"nm":"Path 8","hd":false},{"ind":8,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.7,1.334],[2.869,1.682],[-2.477,0]],"o":[[0.803,-4.417],[-6.29,-3.688],[0.7,-1.333]],"v":[[70.285,19.051],[72.66,-14.424],[68.185,23.051]],"c":true}},"nm":"Path 9","hd":false},{"ind":9,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.263,1.659],[-2.672,0],[-4.317,0],[0.361,4.074],[2.731,-6.952],[7.006,0],[3.245,-0.041],[0.534,-0.78]],"o":[[0,0.547],[3.26,0],[-7.983,0],[0.003,0.027],[-0.901,2.294],[-3.792,0],[-4.593,0.058],[0.262,-1.658]],"v":[[-15.315,33.85],[-12.815,21.051],[-1.815,28.051],[-9.799,2.638],[-14.065,-11.275],[-15.915,19.051],[-18.864,-6.155],[-16.102,38.826]],"c":true}},"nm":"Path 10","hd":false},{"ind":10,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.426,2.565],[8.857,8.857],[-0.273,-4.355],[-2.857,-6.784]],"o":[[-0.874,-12.231],[1.34,1.341],[0.5,7.961],[1.924,0.915]],"v":[[-27.115,45.051],[-32.815,-11.749],[-32.034,18.651],[-30.64,47.526]],"c":true}},"nm":"Path 11","hd":false},{"ind":11,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.014,3.167],[6.125,4.763],[-0.01,-1.126],[5.348,-5.348]],"o":[[0,-7.381],[-1.159,-0.949],[0.069,7.647],[3.872,-2.581]],"v":[[-38.215,108.951],[-37.915,52.951],[-39.375,95.091],[-38.815,150.85]],"c":true}},"nm":"Path 12","hd":false},{"ind":12,"ty":"sh","ks":{"a":0,"k":{"i":[[-7.434,9.087],[-7.444,4.824],[0.126,-0.319],[-0.031,0],[5.83,-10.766],[-1.152,-7.052]],"o":[[5.843,-6.905],[1.311,-0.85],[1.077,-2.726],[-13.475,0],[-3.416,6.307],[0.38,2.326]],"v":[[-93.215,161.35],[-70.621,144.426],[-53.502,136.488],[-56.215,99.051],[-98.561,121.306],[-106.381,151.292]],"c":true}},"nm":"Path 13","hd":false},{"ind":13,"ty":"sh","ks":{"a":0,"k":{"i":[[0,7.129],[-1.778,3.746],[-2.946,12.586],[2.147,-0.477],[15.337,-1.193],[2.068,5.002],[-0.947,-1.98],[1.891,2.837],[0.62,0.28],[-0.131,6.059],[-0.715,10.955],[0.868,-0.026],[3.693,-0.878],[-0.136,0],[-1.332,0.517],[-5.751,0.371],[-3.412,-1.493],[-0.674,-1.619],[-0.187,4.872],[0.626,14.982],[5.801,9.668],[-0.385,-1.732],[-0.276,15.821],[-3.667,9.921],[-0.291,-1.24],[0.418,2.697],[0.551,-0.145],[-6.413,15.662],[-7.633,8.211],[3.003,0],[-24.101,0.284],[0,4.001],[0.881,0],[-0.056,-2.114],[-1.46,-1.88],[-4.822,0],[-0.634,-1.585],[-0.317,1.375],[0.294,4.411],[-1.325,-0.397],[-3.605,5.408],[-2.25,6.25],[-3.596,-8.085],[-1.298,-18.75],[-0.064,-26.654],[0.159,10.814],[-3.881,9.703],[6.472,0],[0.047,0.725],[-2.786,-15.722],[-0.641,-15.727],[4.899,-6.815],[0.071,9.889],[-1.424,15.119],[6.521,8.98],[1.042,-8.648],[1.369,-15.803],[3.187,-29.739],[-2.757,-17.871],[1.615,-1.615],[0.482,1.561],[0.064,12.492],[1.483,31.133],[4.495,11.012],[3.946,3.657],[0.455,0.526],[-2.297,15.966],[2.919,-17.313],[-0.963,1.475],[-3.662,-10.69],[-2.42,-15.786],[7.408,-8.617],[9.052,-1.12],[4.732,14.423],[1.345,10.652],[-2.438,10.421],[1.499,-1.498],[-1.34,-8.886],[1.943,-9.581],[2.063,-4.821],[5.655,-7.321],[12.099,2.773],[-2.138,2.139],[2.726,-12.601],[4.001,-8.141]],"o":[[0,-3.369],[5.564,-11.725],[1.821,-7.783],[-13.688,2.738],[-5.65,0.44],[-2.392,-5.785],[-1.446,-3.024],[-0.066,-0.099],[-6.157,-2.775],[0.252,-11.652],[-0.111,1.696],[-3.774,0.115],[-1.92,0.457],[-1.082,0],[5.514,-2.142],[5.89,-0.378],[-0.974,1.472],[4.012,3.343],[0.575,-14.985],[-0.451,-10.787],[-0.202,-0.353],[-3.467,-15.6],[0.181,-10.36],[0.909,0.784],[0.81,-2.628],[-0.39,0.429],[-1.91,-17.184],[4.25,-10.381],[-0.656,0.705],[20.526,0],[7.602,-0.09],[0,7.383],[17.592,0],[0.073,2.776],[5.263,6.779],[3.384,0],[-0.217,-0.543],[0.929,-4.025],[-0.165,-2.48],[-1.148,-0.43],[1.787,-1.787],[-1.866,5.184],[7.675,17.259],[1.842,26.584],[-0.144,-10.814],[-0.159,-10.91],[-3.272,6.543],[-2.075,0],[1.085,16.858],[2.737,15.442],[0.371,9.095],[-8.439,11.736],[-0.107,-15.175],[0.915,-9.708],[4.341,5.977],[-1.896,15.747],[-2.586,29.864],[-1.911,17.836],[0.896,5.804],[-3.939,5.909],[-3.662,-11.841],[-0.161,-31.136],[-0.582,-12.206],[-2.349,-5.758],[-2.869,-2.659],[-9.523,-10.987],[-7.777,15.503],[-1.821,-2.919],[-7.137,10.943],[5.449,15.906],[1.664,10.858],[-5.888,6.85],[-16.339,2.023],[-3.653,-11.136],[-1.696,-13.45],[1.529,-6.527],[-8.486,7.834],[1.432,9.501],[-1.053,5.195],[-3.577,8.359],[-7.359,9.529],[-1.302,-0.298],[-7.424,7.424],[-1.907,8.815],[-0.054,0.109]],"v":[[-75.315,267.25],[-65.915,250.351],[-53.543,213.448],[-47.915,155.25],[-86.115,191.051],[-108.315,177.051],[-99.752,173.689],[-107.565,160.526],[-110.224,163.057],[-113.815,118.051],[-109.377,83.701],[-127.015,83.451],[-139.315,83.951],[-148.815,92.051],[-142.332,83.15],[-124.741,81.285],[-88.465,75.314],[-88.915,79.951],[-79.016,11.354],[-79.031,-33.508],[-82.215,-75.65],[-83.74,-63.874],[-83.901,-112.984],[-84.002,-150.124],[-82.203,-147.087],[-81.615,-155.074],[-83.027,-154.212],[-68.665,-213.052],[-51.32,-241.192],[-35.115,-261.949],[35.441,-274.289],[96.685,-263.849],[76.985,-263.949],[80.479,-247.655],[83.135,-232.136],[90.585,-231.949],[92.91,-223.561],[96.185,-229.549],[94.123,-238.974],[93.885,-259.749],[112.385,-235.349],[97.047,-258.587],[130.158,-209.324],[142.545,-153.803],[143.285,-73.449],[142.852,-105.892],[141.485,-146.649],[139.085,-64.949],[137.17,-77.497],[140.271,-31.679],[141.181,17.135],[144.998,70.451],[129.182,54.63],[133.396,8.161],[134.887,-39.337],[130.547,5.725],[125.785,53.051],[113.466,141.72],[113.472,198.112],[132.185,260.851],[111.523,228.175],[106.459,192.981],[110.39,100.518],[107.094,57.634],[101.685,50.5],[88.242,45.284],[88.785,-20.449],[81.485,37.451],[74.998,14.439],[87.277,61.993],[108.039,101.035],[104.094,159.69],[68.285,171.151],[47.185,152.451],[37.472,118.926],[44.378,95.189],[29.085,52.35],[19.573,100.368],[21.235,118.201],[15.185,134.051],[1.685,164.75],[-19.487,169.371],[-39.415,161.75],[-44.21,219.872],[-52.342,245.319]],"c":true}},"nm":"Path 14","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.690196096897,0.40000000596,0.396078437567,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[611.315,320.949]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 32","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.444,-0.174],[0.939,-2.817],[1.776,-0.999],[2.393,2.393]],"o":[[10.853,-3.618],[0.306,-0.917],[1.794,-1.009],[-0.982,-1.309]],"v":[[-20.907,-288.706],[-22.708,-312.306],[-22.907,-320.306],[-32.008,-293.506]],"c":true}},"nm":"Path 1","hd":false},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0.277,1.963],[7.145,0],[3.982,0],[0.625,1.468],[-0.922,-0.864],[-1.333,0],[-0.634,-1.585]],"o":[[0,-1.23],[-3.576,0],[-0.441,-1.532],[-1.02,-0.638],[3.071,2.881],[3.384,0],[1.461,-0.496]],"v":[[99.693,-289.406],[96.693,-303.106],[90.292,-295.106],[88.693,-299.606],[89.193,-291.106],[95.593,-294.106],[97.917,-285.718]],"c":true}},"nm":"Path 2","hd":false},{"ind":2,"ty":"sh","ks":{"a":0,"k":{"i":[[0.65,2.257],[-6.328,1.406],[4.899,-1.195],[-7.688,0]],"o":[[1.37,-9.57],[5.735,-1.274],[-4.389,1.071],[1.984,-0.344]],"v":[[79.693,-195.006],[96.742,-196.231],[83.593,-205.606],[77.693,-191.106]],"c":true}},"nm":"Path 3","hd":false},{"ind":3,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.316,2.842],[-2.16,3.757],[-9.971,9.971],[-1.967,-2.95]],"o":[[2.717,-5.433],[-0.17,0.295],[-3.577,3.577],[2.017,-1.825]],"v":[[-31.107,-195.806],[-17.419,-200.931],[-25.708,-218.006],[-34.607,-188.806]],"c":true}},"nm":"Path 4","hd":false},{"ind":4,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.686,-5.886],[-0.337,0.246],[-4.052,-4.39]],"o":[[-0.361,-3.013],[-4.774,3.462],[2.09,2.264]],"v":[[22.693,-199.406],[18.718,-226.994],[21.867,-187.781]],"c":true}},"nm":"Path 5","hd":false},{"ind":5,"ty":"sh","ks":{"a":0,"k":{"i":[[-2.342,-0.703],[-2.602,2.847],[2.129,-3.718]],"o":[[3.919,0.423],[0.945,-2.909],[-4.247,7.414]],"v":[[85.893,-157.306],[95.674,-160.943],[55.938,-166.585]],"c":true}},"nm":"Path 6","hd":false},{"ind":6,"ty":"sh","ks":{"a":0,"k":{"i":[[-1.402,2.279],[2.797,1.697],[2.575,-2.233]],"o":[[-1.001,1.752],[-2.917,-1.771],[-8.44,7.319]],"v":[[-19.708,-157.206],[2.193,-163.068],[-32.87,-165.631]],"c":true}},"nm":"Path 7","hd":false},{"ind":7,"ty":"sh","ks":{"a":0,"k":{"i":[[0.713,4.038],[1.421,0.528],[0.567,0],[-3.006,1.074],[0.833,-0.267],[5.141,6.347],[-0.93,-1.79]],"o":[[-1.213,-0.922],[-1.702,-4.256],[2.662,0],[-0.833,0.267],[7.075,4.582],[-5.205,-6.425],[0.889,1.712]],"v":[[23.992,-93.606],[20.042,-95.781],[26.792,-95.106],[44.693,-95.206],[42.193,-94.406],[50.849,-99.364],[10.867,-97.519]],"c":true}},"nm":"Path 8","hd":false},{"ind":8,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.7,1.334],[2.869,1.682],[-2.477,0]],"o":[[0.803,-4.417],[-6.29,-3.688],[0.7,-1.333]],"v":[[75.292,-43.106],[77.667,-76.581],[73.193,-39.106]],"c":true}},"nm":"Path 9","hd":false},{"ind":9,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.254,1.646],[-2.672,0],[-4.317,0],[0.361,4.074],[2.731,-6.952],[7.781,-3.606],[1.958,1.957],[-0.465,0.643]],"o":[[0,0.547],[3.26,0],[-7.983,0],[0.003,0.027],[-2.194,5.585],[-5.833,2.704],[0.58,0.58],[0.255,-1.645]],"v":[[-10.307,-28.306],[-7.807,-41.106],[3.193,-34.106],[-4.792,-59.519],[-9.057,-73.431],[-10.083,-43.622],[-13.807,-66.906],[-11.07,-23.369]],"c":true}},"nm":"Path 10","hd":false},{"ind":10,"ty":"sh","ks":{"a":0,"k":{"i":[[-2.339,5.457],[1.153,0]],"o":[[1.368,-3.647],[-4.234,0]],"v":[[-21.708,-15.406],[-26.607,-63.106]],"c":true}},"nm":"Path 11","hd":false},{"ind":11,"ty":"sh","ks":{"a":0,"k":{"i":[[0.342,1.73],[2.557,-2.558],[-0.474,-15.874]],"o":[[-0.811,-2.841],[-18.704,18.704],[-0.341,-1.73]],"v":[[47.193,19.394],[34.093,-9.806],[48.218,24.582]],"c":true}},"nm":"Path 12","hd":false},{"ind":12,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.014,3.167],[6.125,4.763],[-0.01,-1.126],[5.348,-5.348]],"o":[[0,-7.381],[-1.159,-0.949],[0.069,7.647],[3.872,-2.581]],"v":[[-33.208,46.794],[-32.907,-9.206],[-34.367,32.934],[-33.807,88.694]],"c":true}},"nm":"Path 13","hd":false},{"ind":13,"ty":"sh","ks":{"a":0,"k":{"i":[[-7.434,9.087],[-7.444,4.824],[0.126,-0.319],[-0.031,0],[5.83,-10.766],[-1.152,-7.052]],"o":[[5.843,-6.905],[1.311,-0.85],[1.077,-2.726],[-13.475,0],[-3.416,6.307],[0.38,2.326]],"v":[[-88.208,99.194],[-65.614,82.269],[-48.495,74.332],[-51.208,36.894],[-93.554,59.149],[-101.373,89.135]],"c":true}},"nm":"Path 14","hd":false},{"ind":14,"ty":"sh","ks":{"a":0,"k":{"i":[[-1.184,2.456],[0.481,9.838],[0,-1.725]],"o":[[6.642,-6.642],[-0.565,-11.585],[2.016,0.79]],"v":[[-56.508,109.894],[-41.307,97.194],[-61.307,112.394]],"c":true}},"nm":"Path 15","hd":false},{"ind":15,"ty":"sh","ks":{"a":0,"k":{"i":[[-5.151,10.875],[9.135,-11.696]],"o":[[4.646,-10.619],[-9.063,11.603]],"v":[[98.593,134.294],[81.393,120.194]],"c":true}},"nm":"Path 16","hd":false},{"ind":16,"ty":"sh","ks":{"a":0,"k":{"i":[[-1.118,2.123],[-5.153,5.794],[7.943,15.168],[3.117,4.45],[4.85,-4.85],[-2.842,-8.526]],"o":[[4.413,-5.883],[5.569,-6.261],[-3.539,-6.759],[1.574,2.248],[-3.343,3.343],[0.64,-2.302]],"v":[[-36.407,158.594],[-31.636,136.537],[-18.682,118.857],[-32.307,111.394],[-34.407,99.594],[-39.044,165.232]],"c":true}},"nm":"Path 17","hd":false},{"ind":17,"ty":"sh","ks":{"a":0,"k":{"i":[[-8.056,6.95],[7.669,-6.895]],"o":[[9.094,-7.795],[-9.853,8.86]],"v":[[-16.307,207.194],[-32.107,192.894]],"c":true}},"nm":"Path 18","hd":false},{"ind":18,"ty":"sh","ks":{"a":0,"k":{"i":[[-10.923,10.349],[10.937,-5.818]],"o":[[9.09,-8.747],[-13.283,7.065]],"v":[[-8.508,283.894],[-20.651,266.324]],"c":true}},"nm":"Path 19","hd":false},{"ind":19,"ty":"sh","ks":{"a":0,"k":{"i":[[0,1.003],[2.885,14.246],[3.935,11.624],[1.268,23.059],[0.311,19.11],[2.017,13.022],[-21.371,16.101],[2.821,0],[-1.3,0.509],[-5.784,0.38],[-3.394,-1.486],[-0.674,-1.619],[-0.187,4.872],[0.626,14.982],[5.801,9.668],[-0.385,-1.732],[-0.276,15.821],[-3.623,10.016],[-0.195,-1.339],[0.418,2.693],[0.551,-0.145],[-5.59,15.018],[-7.539,8.612],[-2.873,3.512],[-2.109,2.163],[-2.197,0.758],[-15.286,0.322],[0,4.062],[0.881,0],[-2.402,-1.287],[-2.858,-0.817],[-3.695,5.542],[-2.25,6.25],[-3.47,-5.684],[-3.227,-16.422],[-0.289,-15.451],[0,-57.876],[0.025,32.223],[0.244,21.784],[-2.586,4.311],[0.264,-11.642],[1.433,-9.916],[-0.449,-15.357],[5.649,-1.819],[0.388,5.524],[6.466,9.21],[0.505,-5.051],[1.529,-10.477],[0.761,-24.09],[-4.518,-18.512],[0.55,-0.55],[0.828,6.456],[-2.249,22.086],[1.847,23.418],[8.632,6.111],[2.219,1.686],[1.619,2.527],[1.171,3.231],[0.673,-1.218],[-0.287,0.439],[-3.512,-9.701],[-4.168,-5.848],[-2.776,-5.861],[2.133,-14.44],[5.802,-6.053],[0.371,-0.741],[-1.245,-1.263],[2.308,-4.087],[14.083,-1.258],[1.561,-15.58],[-5.408,-5.971],[6.264,-40.71],[5.777,-6.754],[9.887,0],[0,0],[5.183,7.29],[12.233,3.481],[0.775,18.329],[5.587,19.379],[4.261,16.644],[-1.21,14.926],[-0.365,0.879],[-0.915,-1.913],[1.891,2.837],[0.621,0.282],[1.875,0],[2.945,-3.115],[2.624,-3.465],[-0.782,-4.802],[-2.824,-9.308],[-0.089,-5.239],[0.387,-3.027],[-0.282,-1.171],[-0.313,-11.414],[-1.413,-11.904],[0,-32.175]],"o":[[0,-15.095],[-2.432,-12.009],[-7.291,-21.535],[-1.051,-19.13],[-0.199,-12.216],[-3.586,-23.145],[-6.435,-0.431],[-1.116,0],[5.538,-2.169],[5.855,-0.384],[-0.974,1.472],[4.012,3.343],[0.575,-14.985],[-0.451,-10.787],[-0.202,-0.353],[-3.467,-15.6],[0.183,-10.447],[1.004,0.685],[0.81,-2.623],[-0.39,0.429],[-1.809,-16.274],[3.971,-10.672],[3.051,-3.486],[2.183,-2.668],[-1.82,1.866],[14.496,-5.002],[8.069,-0.169],[0,7.383],[2.187,0],[4.085,2.188],[-1.034,-0.444],[1.787,-1.787],[-1.903,5.289],[8.769,14.357],[2.984,15.186],[1.085,57.879],[0,-31.684],[-0.017,-21.785],[-0.056,-4.978],[-6.393,9.59],[-0.261,11.498],[-2.117,14.658],[0.265,9.071],[-11.28,3.633],[-0.73,-10.4],[2.462,3.508],[-1.053,10.551],[-3.469,23.787],[-0.606,19.185],[1.067,4.372],[-4.408,6.612],[-2.885,-22.497],[2.393,-23.488],[-0.885,-11.218],[-2.321,-1.642],[-2.881,1.784],[-0.162,-3.452],[-1.011,0.966],[-2.344,-1.173],[-6.811,10.442],[2.441,6.741],[3.904,5.478],[6.348,13.404],[-1.331,9.012],[-1.873,1.953],[-0.115,0.161],[2.838,2.88],[-8.137,14.413],[-9.843,0.879],[-0.915,9.139],[25.779,28.462],[-1.306,8.494],[-4.791,5.602],[0,0],[0.455,-8.714],[-7.498,-10.547],[-16.509,-4.697],[-0.806,-19.032],[-4.75,-16.475],[-3.685,-14.392],[0.109,-1.341],[1.061,-2.561],[-1.446,-3.024],[-0.067,-0.101],[-4.933,-2.237],[-1.169,0],[-2.557,2.705],[-3.217,4.251],[1.562,9.602],[1.459,4.809],[0.097,5.723],[0.178,-1.391],[2.68,11.139],[0.332,12.072],[3.797,32.007],[0,0.914]],"v":[[-122.307,336.194],[-116.271,299.732],[-127.919,263.094],[-141.921,195.493],[-144.101,137.744],[-144.433,108.815],[-132.007,21.894],[-143.807,29.894],[-137.294,20.977],[-119.619,19.037],[-83.458,13.157],[-83.907,17.794],[-74.008,-50.803],[-74.023,-95.665],[-77.208,-137.806],[-78.732,-126.031],[-78.893,-175.141],[-78.995,-212.293],[-77.195,-209.256],[-76.607,-217.231],[-78.019,-216.369],[-65.041,-271.256],[-48.227,-301.519],[-37.907,-311.006],[-30.495,-323.856],[-8.727,-327.87],[38.062,-336.725],[101.693,-326.006],[81.992,-326.106],[93.411,-317.287],[98.992,-321.906],[117.393,-297.506],[102.055,-320.744],[127.469,-285.98],[144.292,-240.106],[148.007,-195.023],[150.218,-21.231],[147.693,-118.606],[147.448,-183.961],[146.693,-209.106],[146.505,-153.195],[141.977,-122.573],[145.794,-78.709],[147.729,12.869],[132.893,-5.506],[134.88,-42.068],[131.292,-10.106],[128.055,21.631],[117.093,93.594],[122.093,150.119],[137.193,198.694],[111.271,145.169],[114.792,79.431],[113.093,8.894],[104.792,-12.906],[97.443,-17.831],[90.693,-18.944],[88.693,-28.968],[86.167,-25.693],[80.005,-47.718],[91.32,-3.384],[98.625,15.569],[112.219,29.712],[111.193,85.494],[104.362,101.126],[94.292,103.794],[106.89,105.086],[106.768,138.714],[53.437,153.287],[-13.607,167.694],[10.255,198.076],[50.43,297.407],[43.292,332.244],[28.593,336.894],[-12.208,336.894],[-20.057,309.444],[-48.808,296.894],[-81.75,267.148],[-84.307,212.894],[-99.313,163.744],[-102.09,121.728],[-104.019,112.756],[-94.744,111.532],[-102.557,98.369],[-105.218,100.907],[-109.307,56.894],[-112.607,82.894],[-121.407,78.869],[-120.454,99.223],[-113.607,127.894],[-108.713,142.73],[-115.132,151.806],[-108.749,165.509],[-107.733,202.03],[-105.027,237.837],[-90.307,336.294]],"c":true}},"nm":"Path 20","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.760784327984,0.298039227724,0.274509817362,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[606.307,383.106]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 43","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[2.941,8.432],[0.289,9.238],[3.855,14.077],[0.924,36.924],[-0.45,26.518],[-7.931,12.277],[-15.065,1.778],[-1.676,24.246],[1.503,34.309],[-8.996,36.51],[-7.883,14.282],[-6.097,6.077],[-4.469,4.583],[0.028,-0.01],[-14.797,0.703],[-13.684,-4.841],[-4.173,-1.216],[-1.607,-0.964],[-1.413,-2.385],[-6.679,-12.681],[-1.714,-20.733],[-0.709,-49.916],[-1.525,-16.28],[-5.255,-5.441],[-5.93,-1.502],[-5.002,-23.032],[-0.244,-23.973],[8.333,-37.653],[-2.004,-19.122],[3.499,-4.475],[3.824,-0.049],[44.477,-0.001],[29.796,0]],"o":[[0,-9.438],[-0.455,-14.527],[-9.81,-35.821],[-0.655,-26.158],[0.235,-13.825],[8.944,-13.843],[27.417,-3.235],[2.371,-34.309],[-1.634,-37.311],[3.87,-15.707],[4.147,-7.514],[5.437,-5.419],[-2.714,2.784],[13.998,-4.83],[14.619,-0.695],[4.124,1.459],[2.52,0.735],[1.376,0.688],[7.153,12.065],[9.761,18.533],[4.116,49.791],[0.233,16.36],[0.668,7.135],[3.668,3.796],[19.76,5.003],[5.163,23.771],[0.383,37.783],[-4.165,18.819],[0.658,6.281],[-2.868,3.668],[-44.473,0.584],[-29.796,0.001],[-10.41,0]],"v":[[-160.178,334.447],[-154.852,306.881],[-167.178,261.747],[-181.206,156.102],[-183.837,77.676],[-177.653,28.972],[-140.293,19.096],[-112.513,-26.487],[-113.12,-130.409],[-107.524,-240.374],[-92.047,-286.137],[-77.37,-306.072],[-64.365,-323.603],[-42.597,-327.617],[2.021,-336.453],[46.01,-328.442],[58.322,-323.403],[66.622,-327.453],[72.963,-312.729],[97.734,-278.522],[113.526,-218.156],[115.52,-67.482],[117.255,-18.497],[122.223,15.535],[144.837,24.977],[180.422,48.048],[182.505,119.546],[159.221,237.647],[158.701,292.055],[164.794,335.428],[141.141,336.889],[7.693,337.147],[-81.696,337.147]],"c":true}},"nm":"Path 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.255000005984,0.109999997008,0.081999999402,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[640.178,382.852]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 44","bm":0,"hd":false}],"ip":9,"op":12,"st":9,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"1 (1) Outlines","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[250,250,0]},"a":{"a":0,"k":[640,360,0]},"s":{"a":0,"k":[50,50,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.17,0.283],[6.279,-4.673]],"o":[[1.633,2.449],[-4.129,3.073]],"v":[[4.55,-1.085],[4.012,-11.128]],"c":true}},"nm":"Path 1","hd":false},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[-2.116,1.225],[0,2.376],[0.147,0.551],[0,-1.334],[1.254,0],[1.584,0.361]],"o":[[2.557,-1.461],[0,-0.332],[-0.651,-2.441],[0,-1.31],[-1.282,-1.039],[0,3.849]],"v":[[-4.05,19.015],[-13.95,14.615],[-4.125,16.752],[-18.95,13.915],[-14.65,19.015],[-18.95,16.915]],"c":true}},"nm":"Path 2","hd":false},{"ind":2,"ty":"sh","ks":{"a":0,"k":{"i":[[-7.921,5.003],[0.631,-0.168],[0,0.326],[0.719,-0.025],[-0.984,0.985],[-0.078,0.045],[-2.965,0.662]],"o":[[1.587,-1.01],[1.946,-0.597],[-0.582,-0.432],[0.89,-1.073],[-0.703,-1.094],[2.464,-1.417],[-16.91,0.393]],"v":[[26.05,21.015],[20.55,21.015],[31.05,19.015],[29.1,18.403],[31.912,15.315],[17.763,17.115],[27.55,14.115]],"c":true}},"nm":"Path 3","hd":false},{"ind":3,"ty":"sh","ks":{"a":0,"k":{"i":[[0,1.769],[4.358,2.985],[6.619,17.652],[0,1.111],[-0.965,-0.265],[0.03,1.415],[-3.966,5.328],[-1.481,0.034],[-1.065,0],[-0.38,-0.95],[0.969,0.106],[1.29,1.518],[-9.396,2.771],[-4.929,1.553],[-2.697,13.556],[-1.4,-7.752],[-2.565,1.368],[-3.42,-7.074],[-1.465,-1.002],[-6.526,-1.172],[-2.775,-0.246],[1.177,0.741],[2.05,-8.116],[18.212,-15.546]],"o":[[0,-0.978],[-15.228,-10.428],[0.277,0.83],[1.002,0.043],[1.561,-2.862],[-0.131,-6.354],[-0.154,0.206],[2.583,-0.06],[0.896,0],[-0.906,0.331],[0.542,-0.941],[6.335,7.452],[5.6,-1.651],[8.978,-2.828],[7.063,7.262],[-0.571,-8.521],[-2.608,1.391],[1.021,2.112],[6.202,4.237],[1.553,0.279],[-0.258,-0.023],[5.247,3.304],[-5.655,22.393],[-2.828,2.414]],"v":[[5.05,60.115],[-32.216,38.965],[-65.75,-0.885],[-69.95,-10.485],[-67,-10.023],[-71.533,-15.802],[-68.331,-38.044],[-48.35,-31.985],[-34.15,-33.985],[-21.075,-39.873],[-23.887,-39.535],[-16.213,-49.485],[-6.85,-43.185],[7.3,-54.485],[29.35,-61.885],[30.75,-42.485],[37.662,-47.26],[32.725,-42.535],[39.098,-39.366],[54.175,-35.71],[61.75,-33.185],[67.05,-34.885],[67.624,-19.831],[40.406,37.29]],"c":true}},"nm":"Path 4","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.902000038297,0.862999949736,0.795999983245,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[634.95,357.984]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 5","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.884,0.5],[8.001,1.051],[-0.853,-1.92]],"o":[[-7.579,-3.954],[3.644,0.479],[-0.883,-0.5]],"v":[[54.642,-215.508],[27.601,-218.197],[57.292,-214.008]],"c":true}},"nm":"Path 1","hd":false},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[-2.023,1.264],[0,-2.791]],"o":[[1.267,-0.845],[0,3.833]],"v":[[8.642,-11.708],[-4.358,-14.609]],"c":true}},"nm":"Path 2","hd":false},{"ind":2,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.318,0.072],[0.458,1.742],[0,-0.768]],"o":[[0.585,-0.123],[-0.358,-1.355],[0,3.537]],"v":[[37.542,-11.208],[44.48,-15.471],[28.642,-11.908]],"c":true}},"nm":"Path 3","hd":false},{"ind":3,"ty":"sh","ks":{"a":0,"k":{"i":[[-8.727,0],[-0.582,4.342],[0.842,-0.841],[2.081,-7.358],[4.36,-2.925],[0,-2.488],[2.467,2.171]],"o":[[7.653,0],[0.248,-1.846],[-4.812,4.813],[-1.347,4.767],[-0.935,0.627],[0,-3.969],[4.345,3.825]],"v":[[-96.858,89.292],[-89.983,58.929],[-88.758,34.391],[-94.227,65.016],[-99.558,75.692],[-110.358,77.292],[-105.162,85.744]],"c":true}},"nm":"Path 4","hd":false},{"ind":4,"ty":"sh","ks":{"a":0,"k":{"i":[[2.723,4.457],[-2.744,3.682],[-5.689,17.521],[11.323,37.621],[2.566,34.825],[-1.797,20.434],[4.351,2.677],[0.352,-12.359],[-6.907,-28.551],[-3.633,-16.261],[-0.459,-1.938],[0.006,-3.584],[7.841,-1.481],[3.654,-19.57],[-0.042,-10.035],[3.225,-7.222],[0.261,2.934],[-0.017,11.483],[-1.462,8.462],[-3.088,7.077],[-1.35,27.498],[-5.257,44.212],[-8.208,15.963],[-3.195,-4.794],[1.73,-3.586],[-4.62,-2.133],[-7.298,-2.613],[-7.034,20.09],[-15.116,4.575],[-0.164,-0.246],[4.249,-0.945],[-0.133,14.566],[-0.398,3.748],[4.02,-0.786],[6.114,1.072],[0.588,4.254],[-6.095,3.809],[-5.325,1.985],[-3.642,3.642],[0.45,0.533],[-1.564,-1.217],[-9.425,-5.671],[-0.588,-3.395],[2.397,-1.171],[1.545,-5.253],[-2.059,-0.996],[-4.957,-11.593],[8.897,-3.999],[7.071,2.749],[-0.829,-2.271],[-8.397,3.033],[-9.752,-6.355],[-1.891,-0.576],[1.212,7.188],[2.754,4.112],[-3.642,14.204],[-0.032,-0.051],[-1.527,-10.041],[-1.668,-17.846],[0.893,-40.955],[6.113,-26.842],[5.131,-14.738],[2.453,0],[-1.594,8.395],[1.056,27.681],[-1.012,0.29],[1.769,0.46],[1.521,5.42],[4.371,4.371],[2.305,-0.056],[2.481,0],[0.169,-5.187],[-0.039,1.512],[0,-4.772],[1.275,-0.906],[-2.378,-0.727],[-2.099,-1.872],[2.499,-7.889],[19.677,-11.718],[14.924,9.623],[7.462,16.167],[-5.497,12.804],[-9.892,-2.306],[-8.06,2.827],[-2.001,3.841],[0.024,1.306],[0.681,0.271],[-7.52,0.222],[-4.614,3.194],[-6.481,3.654],[-0.873,2.578],[4.201,1.768],[2.637,-0.879],[0.492,2.372],[2.307,1.731],[-0.551,-0.385],[1.196,0.518],[1.498,1.397],[3.13,0],[-1.503,-2.492],[-2.468,-10.828],[15.778,12.207],[2.85,-1.71],[2.759,0],[1.491,0.863],[0.459,-3.406],[7.668,1.089],[2.637,3.469],[3.589,6.079],[4.002,0.5],[1.16,-2.087],[5.237,0.97],[0.365,-2.757],[0.809,1.47],[3.593,-0.754],[0.525,-6.995],[-6.394,-34.467],[6.511,-35.047],[12.17,-15.927],[6.609,-3.539]],"o":[[0.55,0.827],[10.908,-14.634],[12.373,-38.109],[-9.869,-32.792],[-1.511,-20.508],[0.642,-7.302],[0.164,0.113],[-0.827,29.052],[3.879,16.034],[0.378,1.688],[0.84,3.549],[-0.013,8.637],[-17.791,3.361],[-1.846,9.887],[0.032,7.616],[1.246,-2.79],[-1.018,-11.429],[0.012,-8.601],[1.448,-8.376],[11.306,-25.907],[2.184,-44.46],[2.105,-17.701],[1.215,-2.363],[2.782,4.636],[-1.619,3.355],[5.717,2.078],[7.977,2.856],[4.535,-12.954],[1.948,-0.59],[-2.203,-3.305],[-7.995,1.778],[0.228,-24.978],[0.783,-7.373],[-6.94,1.356],[-3.48,-0.61],[-0.834,-6.033],[4.827,-3.017],[5.303,-1.977],[-0.586,-0.392],[2.105,-5.49],[7.825,6.086],[2.84,1.709],[0.252,1.448],[-4.208,2.055],[-0.636,1.483],[12.692,6.141],[1.674,3.918],[-8.38,3.765],[0.117,0.047],[3.902,10.706],[7.207,-2.603],[1.807,1.178],[7.172,2.186],[-0.827,-4.904],[-7.295,-10.89],[0.016,-0.064],[5.554,8.64],[2.696,17.729],[3.814,40.815],[-0.603,27.695],[-3.447,15.132],[-1.549,4.449],[1.737,0],[5.148,-27.124],[-0.325,-8.516],[-1.709,0.49],[-5.52,-1.434],[-1.827,-6.515],[-4.868,-4.868],[-3.736,0.092],[-4.47,0],[-1.568,-0.314],[-0.157,6.143],[0,2.934],[-4.283,3.039],[4.656,1.423],[6.747,6.02],[-7.02,22.162],[-17.091,10.177],[-14.762,-9.519],[-5.258,-11.391],[4.247,-9.892],[8.216,1.915],[3.729,-1.307],[0.9,-1.73],[-0.034,-1.911],[8.259,3.29],[9.094,-0.269],[0.925,-0.641],[2.326,-1.31],[1.929,-5.698],[-4.056,-1.708],[-3.891,1.111],[-0.63,-3.038],[-1.225,-0.919],[0.185,0.129],[-2.178,-0.941],[-1.912,-1.782],[-2.333,0],[6.151,10.195],[1.599,7.013],[-1.687,-1.305],[-2.794,1.796],[-2.59,0],[1.401,0.811],[-0.564,4.18],[-5.428,-0.772],[-3.956,-5.206],[-1.994,-3.378],[-2.662,0],[2.388,-3.582],[0.648,0.12],[-0.32,2.415],[-1.049,-1.905],[-3.32,0.695],[-2.657,35.395],[6.449,34.771],[-3.611,19.434],[-4.514,5.908],[-3.478,1.863]],"v":[[-119.758,269.391],[-87.427,236.911],[-62.095,188.275],[-66.358,70.592],[-91.358,-25.208],[-88.884,-86.919],[-79.258,-154.108],[-93.485,-70.701],[-89.658,18.954],[-72.557,65.463],[-73.283,70.729],[-67.621,83.38],[-84.383,92.548],[-115.948,116.916],[-118.227,146.876],[-118.294,175.132],[-121.16,153.971],[-122.987,119.566],[-122.021,92.795],[-114.758,76.391],[-103.87,-15.031],[-97.431,-149.214],[-83.934,-199.923],[-50.958,-239.908],[-52.064,-209.746],[-68.658,-179.208],[-46.108,-192.858],[-32.717,-187.606],[-13.689,-211.333],[19.342,-218.483],[-7.817,-215.849],[-32.473,-217.678],[43.7,-236.678],[-0.155,-238.311],[-32.283,-228.065],[-43.058,-242.608],[-35.858,-253.308],[-20.058,-261.008],[1.18,-266.971],[-0.373,-268.358],[42.992,-266.983],[76.642,-255.708],[91.117,-245.258],[79.32,-227.46],[48.442,-235.308],[66.615,-227.398],[79.281,-205.255],[82.72,-189.115],[73.842,-206.208],[76.286,-190.052],[84.842,-186.208],[98.492,-185.458],[107.642,-178.708],[111.742,-183.608],[103.33,-199.483],[96.117,-233.546],[103.929,-223.646],[113.142,-196.208],[119.06,-142.855],[122.59,-19.123],[109.355,63.092],[95.042,107.792],[80.142,147.292],[99.096,63.186],[107.268,-18.506],[92.946,-156.323],[94.718,-91.695],[83.179,-116.896],[78.142,-148.608],[62.524,-110.005],[62.742,-140.708],[55.542,-90.508],[43.754,-94.945],[57.642,-77.908],[45.03,-78.533],[58.542,-66.083],[83.45,-66.275],[75.28,-21.458],[31.742,25.192],[-15.054,12.592],[-48.869,-20.752],[-59.358,-62.508],[-44.458,-66.408],[-18.896,-67.396],[-8.445,-73.383],[-14.058,-77.223],[-8.454,-95.647],[3.254,-75.557],[21.03,-94.721],[36.642,-88.292],[42.642,-101.208],[46.329,-144.808],[40.042,-132.008],[30.72,-148.191],[30.061,-160.683],[25.642,-160.308],[23.192,-157.596],[19.336,-162.838],[10.542,-175.708],[22.053,-152.093],[33.042,-125.608],[24.642,-103.708],[10.642,-130.208],[11.742,-118.708],[6.405,-127.445],[10.518,-100.701],[3.109,-89.304],[-1.179,-95.21],[-10.427,-116.195],[-24.558,-137.708],[-21.458,-117.508],[-43.58,-158.482],[-44.702,-120.344],[-55.209,-93.551],[-56.676,-118.993],[-69.129,-13.6],[-58.869,86.287],[-54.768,192.928],[-77.501,249.895],[-94.714,265.765]],"c":true}},"nm":"Path 5","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.843137264252,0.843137264252,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[622.358,388.708]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 26","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[3.176,1.059],[4.062,19.645],[-3.249,-1.083],[-0.395,-3.769],[-4.599,-11.221],[-15.94,-15.381]],"o":[[-22.003,-6.601],[-0.851,-4.11],[3.622,1.449],[1.276,12.126],[8.324,20.304],[-3.336,0.087]],"v":[[14.775,58.398],[-21.216,0.027],[-21.826,-58.402],[-20.034,-31.302],[-9.872,3.488],[25.075,59.398]],"c":true}},"nm":"Path 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929000016755,0.752999997606,0.705999995213,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[719.025,605.602]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 27","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,1.248],[-8.706,-0.216],[-1.304,-1.112],[-4.977,-6.733]],"o":[[0,0.391],[-0.974,-0.024],[6.245,5.327],[-2.245,0.038]],"v":[[3.803,18.189],[-12.197,-18.874],[3.18,3.585],[20.903,19.089]],"c":true}},"nm":"Path 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929000016755,0.752999997606,0.705999995213,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[311.197,700.91]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 31","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.078,1.152],[2.922,2.922],[-0.187,0]],"o":[[-0.287,-5.169],[2.444,2.445],[-0.544,-0.981]],"v":[[-0.761,13.4],[-1.461,-16.6],[-0.062,16.6]],"c":true}},"nm":"Path 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.658999992819,0.451000019148,0.411999990426,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[766.661,303.4]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 32","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.124,-1.901],[2.718,9.975],[4.33,-8.5]],"o":[[-0.598,-10.765],[2.597,9.531],[0.159,-0.31]],"v":[[-2.351,12.854],[-3.086,-22.544],[-1.244,22.544]],"c":true}},"nm":"Path 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.658999992819,0.451000019148,0.411999990426,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[770.851,357.445]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 33","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[9.038,3.013],[-7.374,0]],"o":[[-12.585,-2.517],[-1.318,0]],"v":[[1.774,11.643],[2.274,-14.656]],"c":true}},"nm":"Path 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.658999992819,0.451000019148,0.411999990426,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[744.026,452.656]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 34","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[1.392,7.653],[-3.721,2.03],[-0.069,-2.753]],"o":[[-0.682,-2.556],[3.292,-2.194],[0.064,2.54]],"v":[[3.406,10.671],[-3.994,-16.129],[7.65,6.391]],"c":true}},"nm":"Path 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.658999992819,0.451000019148,0.411999990426,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[718.094,577.629]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 35","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[6.928,-4.264],[-0.732,-1.132],[-1.084,6.993],[0.149,18.108],[2.937,18.968],[-3.681,9.081],[-0.347,-1.738],[-0.876,-6.31],[-1.254,-13.214]],"o":[[-1.348,0.809],[-4.035,-6.237],[2.779,-17.925],[-0.159,-19.196],[-1.495,-9.652],[0.331,-0.816],[1.232,6.185],[1.78,12.822],[0.829,8.748]],"v":[[100.395,-15.193],[89.582,35.845],[95.572,2.47],[97.901,-52.27],[92.933,-109.956],[85.533,-151.755],[91.332,-132.001],[94.183,-114.043],[100.196,-78.693]],"c":true}},"nm":"Path 1","hd":false},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[1.646,-11.196],[-1.006,-11.67],[-3.834,7.434],[0.342,3.693],[-1.996,6.288],[-4.044,2.425],[-0.173,1.648],[6.206,0],[0.401,1.495],[3.98,6.168],[8.522,11.364],[0,3.347],[-1.469,1.563],[2.977,2.975],[0,1.795],[-2.955,0],[-13.056,-3.036],[2.393,4.784],[1.656,-0.926],[-1.184,2.808],[-2.756,0],[-1.556,-1.698],[-0.023,3.51],[-7.47,0],[-0.324,-5.046]],"o":[[-13.887,0],[-1.713,11.653],[-0.028,-0.327],[1.627,-3.155],[-0.601,-6.488],[0.576,2.744],[0.71,-1.519],[-2.034,4.065],[-1.646,0],[-1.964,-7.324],[-8.197,-12.702],[-0.254,-0.254],[0,-2.054],[2.271,-2.416],[-0.863,-0.864],[0,-3.749],[-7.828,0],[-5.262,-1.223],[-1.916,0.028],[3.764,1.107],[1.148,-2.726],[1.987,0],[4.412,4.811],[0.01,-1.403],[2.377,0],[0,0]],"v":[[64.895,-28.592],[44.125,2.323],[44.595,38.207],[53.077,55.988],[48.449,30.234],[48.996,10.908],[60.295,56.908],[61.621,52.158],[51.196,105.408],[50.44,91.578],[37.439,73.811],[26.696,29.108],[7.295,34.507],[18.699,29.263],[23.395,12.108],[12.295,18.108],[31.295,4.408],[42.845,49.382],[38.895,2.507],[33.537,3.937],[49.824,-21.685],[59.595,-44.592],[57.395,-31.492],[66.11,-40.924],[64.295,-65.592],[68.496,-28.592]],"c":true}},"nm":"Path 2","hd":false},{"ind":2,"ty":"sh","ks":{"a":0,"k":{"i":[[0.054,-0.174],[1.519,0],[-0.963,2.201]],"o":[[0.299,-0.956],[0.256,0],[0.533,-1.215]],"v":[[47.795,120.107],[43.196,133.407],[48.545,110.081]],"c":true}},"nm":"Path 3","hd":false},{"ind":3,"ty":"sh","ks":{"a":0,"k":{"i":[[8.331,-1.515],[2.244,-1.347],[-1.789,4.065]],"o":[[-3.639,0.519],[4.105,-2.463],[2.805,-6.376]],"v":[[6.895,-110.892],[3.395,-103.193],[-2.367,-129.18]],"c":true}},"nm":"Path 4","hd":false},{"ind":4,"ty":"sh","ks":{"a":0,"k":{"i":[[2.183,0],[0.398,9.924],[-3.018,-4.075]],"o":[[-5.365,1.444],[0,1.574],[-0.986,1.674]],"v":[[-0.004,38.408],[-18.705,44.207],[4.751,35.897]],"c":true}},"nm":"Path 5","hd":false},{"ind":5,"ty":"sh","ks":{"a":0,"k":{"i":[[1.07,6.168],[-0.238,3.275],[0.291,-0.29],[-0.385,1.19],[7.909,-4.929]],"o":[[-0.746,-3.224],[-0.531,1.175],[1.172,-1.171],[-0.786,2.43],[-5.24,3.266]],"v":[[-24.405,-105.592],[-25.168,-115.34],[-20.205,-110.793],[-20.986,-119.141],[-16.236,-98.605]],"c":true}},"nm":"Path 6","hd":false},{"ind":6,"ty":"sh","ks":{"a":0,"k":{"i":[[-10.453,0],[1.027,-1.028]],"o":[[0.607,0],[-1.384,1.038]],"v":[[-8.605,-159.592],[-7.105,-143.992]],"c":true}},"nm":"Path 7","hd":false},{"ind":7,"ty":"sh","ks":{"a":0,"k":{"i":[[-1.355,-0.001],[-15.922,-0.974],[-0.555,0.726],[0.983,-2.07],[6.476,-0.737],[7.023,1.767],[-2.847,1.151]],"o":[[16.163,2.211],[-0.676,-1.925],[2.244,-2.935],[-2.644,5.572],[-6.758,0.768],[-1.018,-0.255],[1.355,0.001]],"v":[[13.895,-76.193],[61.496,-76.492],[59.558,-86.331],[63.043,-73.559],[46.02,-66.762],[27.696,-67.293],[9.829,-76.197]],"c":true}},"nm":"Path 8","hd":false},{"ind":8,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.287,2.139],[-3.157,3.508],[2.209,-5.133]],"o":[[0.332,-4.036],[-1.347,1.346],[0.166,-2.154]],"v":[[20.795,-98.592],[23.395,-118.092],[20.295,-92.092]],"c":true}},"nm":"Path 9","hd":false},{"ind":9,"ty":"sh","ks":{"a":0,"k":{"i":[[-3.731,2.073],[2.461,-2.111]],"o":[[-0.529,0.353],[-2.228,1.908]],"v":[[28.595,-101.193],[31.496,-90.367]],"c":true}},"nm":"Path 10","hd":false},{"ind":10,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.124,0.154],[-0.633,0.8],[-2.933,-6.953],[1.42,-0.929],[-0.186,0]],"o":[[0.633,-0.801],[2.874,7.24],[1.929,4.571],[1.542,-1.008],[-2.862,0]],"v":[[32.196,-125.492],[34.095,-127.892],[43.849,-121.755],[41.876,-117.482],[31.295,-116.592]],"c":true}},"nm":"Path 11","hd":false},{"ind":11,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.676,0.176],[-5.45,0.355],[-0.385,-2.121],[0.105,-4.6],[-1.052,-5.564],[5.842,0],[1.336,0.802],[5.803,5.957]],"o":[[5.842,-1.063],[1.532,1.504],[-0.409,1.638],[-0.128,5.654],[0.464,2.454],[-2.84,0],[-4.516,-2.71],[-1.834,-1.882]],"v":[[42.196,-224.892],[56.295,-243.456],[59.17,-238.017],[55.624,-235.558],[55.441,-217.832],[56.395,-199.592],[54.04,-205.982],[44.742,-204.155]],"c":true}},"nm":"Path 12","hd":false},{"ind":12,"ty":"sh","ks":{"a":0,"k":{"i":[[0.453,0.777],[2.814,2.926],[-1.916,2.529],[-0.364,-0.509],[0,-0.115]],"o":[[-1.787,-2.382],[-1.953,-2.032],[3.315,-4.375],[2.331,3.258],[0,1.545]],"v":[[-41.305,34.207],[-55.448,27.621],[-61.392,9.895],[-53.846,24.88],[-34.705,34.408]],"c":true}},"nm":"Path 13","hd":false},{"ind":13,"ty":"sh","ks":{"a":0,"k":{"i":[[0.415,-2.147],[0.267,-1.333],[6.115,3.345],[0.745,0.446],[0.163,-0.046],[-0.441,0.047]],"o":[[-0.266,1.333],[-0.644,-20.797],[-2.562,-1.401],[1.368,0.87],[4.461,-1.274],[1.313,-0.141]],"v":[[-67.605,53.908],[-68.405,57.908],[-86.008,58.289],[-80.705,34.908],[-81.742,51.882],[-76.129,38.845]],"c":true}},"nm":"Path 14","hd":false},{"ind":14,"ty":"sh","ks":{"a":0,"k":{"i":[[0.746,-4.845],[1.925,0.744],[-1.033,4.079]],"o":[[-0.141,2.344],[-3.224,-3.224],[0.68,4.848]],"v":[[-73.905,25.408],[-77.004,27.807],[-75.004,9.908]],"c":true}},"nm":"Path 15","hd":false},{"ind":15,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.628,-1.836],[0,0.082],[-0.224,-3.588]],"o":[[0.063,0.221],[0,1.744],[0,5.668]],"v":[[-78.705,-2.793],[-81.705,-7.693],[-71.705,2.207]],"c":true}},"nm":"Path 16","hd":false},{"ind":16,"ty":"sh","ks":{"a":0,"k":{"i":[[0,16.526],[-7.787,0],[-1.52,-2.06],[-3.718,-0.639],[-0.349,-1.167]],"o":[[0,2.56],[1.54,0],[1.999,2.708],[2.984,0.512],[1.126,3.753]],"v":[[-90.705,-74.892],[-93.305,-89.592],[-91.455,-79.693],[-78.705,-76.193],[-46.055,-73.342]],"c":true}},"nm":"Path 17","hd":false},{"ind":17,"ty":"sh","ks":{"a":0,"k":{"i":[[-4.44,5.123],[0.648,-7.432],[-0.785,-0.248]],"o":[[-3.792,5.418],[0.106,-1.988],[1.992,0.629]],"v":[[-88.605,69.707],[-94.405,83.908],[-96.492,60.557]],"c":true}},"nm":"Path 18","hd":false},{"ind":18,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.65,0.949],[-1.558,-0.473],[1.439,-6.254],[1.352,-2.867],[1.702,4.107],[0.254,-1.165]],"o":[[2.131,-2.537],[7.75,2.354],[0.352,3.2],[-2.498,3.44],[0.674,0.018],[0.651,-0.95]],"v":[[-85.205,-211.492],[-79.001,-238.849],[-70.605,-214.193],[-72.105,-205.092],[-78.405,-206.092],[-87.155,-208.642]],"c":true}},"nm":"Path 19","hd":false},{"ind":19,"ty":"sh","ks":{"a":0,"k":{"i":[[0.889,-0.548],[-0.963,0.408],[1.712,0]],"o":[[0.963,-0.408],[-2.039,-0.209],[-9.427,0]],"v":[[-77.605,-253.892],[-74.716,-255.115],[-84.004,-243.592]],"c":true}},"nm":"Path 20","hd":false},{"ind":20,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.24,0.313],[0.719,-0.492],[0.512,0.43]],"o":[[3.845,-4.525],[0.179,-0.123],[-3.465,-2.913]],"v":[[-65.504,-124.693],[-60.73,-116.693],[-79.293,-118.177]],"c":true}},"nm":"Path 21","hd":false},{"ind":21,"ty":"sh","ks":{"a":0,"k":{"i":[[0.275,-1.123],[1.443,-1.066],[-6.347,0]],"o":[[-0.224,1.867],[-1.982,0],[1.886,0]],"v":[[-53.805,-96.992],[-56.305,-92.592],[-53.405,-111.592]],"c":true}},"nm":"Path 22","hd":false},{"ind":22,"ty":"sh","ks":{"a":0,"k":{"i":[[-2.311,5.394],[1.457,0.668]],"o":[[0.45,-1.199],[-5.09,-2.332]],"v":[[-58.305,-130.892],[-47.504,-111.055]],"c":true}},"nm":"Path 23","hd":false},{"ind":23,"ty":"sh","ks":{"a":0,"k":{"i":[[0.777,0],[-3.471,0.184]],"o":[[-2.016,0],[1.828,-0.097]],"v":[[-101.705,83.408],[-106.705,64.492]],"c":true}},"nm":"Path 24","hd":false},{"ind":24,"ty":"sh","ks":{"a":0,"k":{"i":[[1.454,1.513],[4.006,16.353],[0.623,-1.091],[0.067,0.349],[1.103,10.53],[0.739,11.952],[1.336,18.444],[-6.967,9.981],[0.257,-1.268],[-1.553,6.976],[2.886,-2.888],[0.087,0.695],[3.208,9.556],[3.102,1.008],[0,0.199],[4.163,6.34],[5.677,4.772],[11.085,3.608],[18.523,-37.049],[2.94,-3.987],[3.574,-1.925],[0,0.83],[2.831,-10.264],[1.082,-12.638],[0.764,-18.215],[-1.579,-0.956],[0.027,-0.012],[0.018,-3.016],[3.71,-17.571],[0.228,7.405],[-0.273,-18.228],[-2.283,-5.945],[-2.188,-8.9],[-0.704,-9.077],[-0.38,-0.38],[-0.499,-3.246],[-3.858,-6.287],[-3.082,-8.266],[-8.243,-3.79],[-6.476,14.333],[3.025,6.442],[0.262,7.191],[-1.382,4.679],[-7.238,0],[-1.505,-4.188],[-0.261,-2.857],[4.757,-9.753],[-2.412,-10.771],[-28.858,16.225],[-44.862,-5.61],[2.796,4.698],[4.653,14.344],[-4.941,9.395],[-6.353,6.353],[0.323,0.685],[3.185,1.102],[0.728,-0.983],[-1.057,2.729],[-4.49,12.042],[-3.203,7.832],[-5.279,4.827],[-0.976,-2.495],[-7.715,-2.055],[0.142,0.075],[-7.492,-7.407]],"o":[[-10.019,-10.854],[0.015,1.344],[-0.643,1.125],[-1.965,-10.342],[-1.238,-11.83],[-1.139,-18.458],[-0.82,-11.319],[-0.533,0.763],[1.64,-8.078],[-0.94,4.222],[0.159,-0.182],[-1.241,-9.975],[-1.947,-5.8],[-0.058,-0.019],[0,-7.201],[-4.084,-6.221],[-8.997,-7.561],[-37.316,-12.144],[-1.336,2.338],[-2.441,3.309],[1.236,-0.666],[0,9.158],[-3.376,12.24],[-1.555,18.171],[-0.088,2.097],[-3.189,-1.93],[-3.308,1.525],[-0.105,17.943],[1.539,-7.288],[-0.73,19.163],[0.076,5.09],[2.576,6.704],[2.168,8.818],[0.987,-0.269],[2.475,2.475],[1.29,8.388],[4.363,7.109],[3.529,9.467],[22.475,10.332],[2.739,-6.065],[-2.121,-4.518],[-0.161,-4.44],[1.251,-4.235],[4.321,0],[0.965,2.688],[1.21,13.258],[-3.74,7.666],[4.607,20.568],[-10.743,38.076],[-4.95,-0.413],[-7.723,-12.981],[-2.927,-9.024],[7.625,-14.497],[5.456,-5.455],[-1.039,-2.207],[-0.971,0.743],[0.605,-0.152],[4.638,-11.984],[3.018,-8.095],[2.74,-6.7],[-0.041,0.038],[2.569,6.562],[3.9,1.039],[8.274,4.412],[-1.432,-1.534]],"v":[[145.496,86.307],[121.496,64.908],[121.045,70.807],[116.295,53.608],[112.041,22.766],[107.916,-12.542],[105.69,-68.001],[104.588,-115.578],[105.622,-109.197],[103.744,-135.484],[102.996,-117.992],[99.795,-137.592],[93.681,-167.044],[78.295,-207.53],[85.295,-197.693],[66.769,-230.375],[52.295,-247.793],[19.282,-267.163],[-98.305,-233.392],[-113.038,-219.448],[-125.609,-199.833],[-113.705,-214.293],[-129.716,-178.699],[-135.869,-141.44],[-138.668,-86.803],[-140.12,-60.758],[-141.184,-111.616],[-142.248,-72.23],[-142.301,-15.148],[-143.205,-40.092],[-144.805,17.908],[-147.512,49.704],[-133.725,68.516],[-132.649,96.977],[-99.105,88.706],[-96.268,103.904],[-90.151,122.62],[-78.173,143.569],[-67.114,165.643],[-30.504,130.407],[-25.205,109.641],[-33.655,98.908],[-28.523,87.038],[-16.804,54.408],[-4.504,88.408],[-0.804,97.706],[-3.342,106.857],[-8.205,123.057],[36.095,165.506],[88.196,279.307],[65.63,248.508],[46.895,207.107],[42.595,169.108],[63.395,172.706],[51.545,156.631],[49.095,144.569],[46.545,147.157],[53.892,124.43],[67.429,88.352],[77.145,64.483],[86.858,38.01],[93.508,66.264],[104.496,77.307],[122.582,73.682],[149.795,90.908]],"c":true}},"nm":"Path 25","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.690196096897,0.40000000596,0.396078437567,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[658.705,388.593]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 36","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.034,1.866],[-1.525,9.666],[-0.537,-0.504],[1.803,-2.886],[2.422,-3.114],[1.192,0],[-0.182,-3.063],[-8.403,3.055],[-5.891,5.534],[1.82,-0.641],[0.003,-5.687]],"o":[[-0.366,-9.155],[-0.012,0.968],[2.946,2.774],[1.981,-3.466],[0.472,-0.606],[-1.142,0],[-1.981,0.224],[2.882,-1.201],[1.562,-1.468],[-6.459,2.423],[-0.067,-1.866]],"v":[[-9.353,12.533],[1.247,-12.867],[1.66,-6.768],[1.847,-14.167],[10.134,2.02],[6.147,-8.367],[7.147,17.633],[-4.153,9.333],[2.272,12.739],[1.046,-4.768],[-9.153,18.133]],"c":true}},"nm":"Path 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.658999992819,0.451000019148,0.411999990426,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[986.553,702.367]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 37","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.786,2.237],[-2.443,0],[-2.699,-5.117],[-5.622,0],[-2.981,2.98],[2.733,-2.915],[0.308,0.082],[-0.291,-0.264],[0,-5.532],[0,2.379],[-4.548,-4.938],[0,0]],"o":[[0.672,-8.062],[3.745,0],[3.271,6.2],[-1.501,0],[-5.088,3.392],[-0.782,0.834],[-3.967,-1.058],[3.932,3.566],[0,-6.56],[0,5.36],[0,0],[0.208,-2.373]],"v":[[-20.278,43.5],[-32.778,-51.5],[-15.716,-15.725],[5.522,17.5],[-23.478,-41.2],[10.927,22.368],[7.259,17.55],[16.382,28.165],[35.222,50.6],[11.222,27.3],[31.522,51.5],[-20.978,51.5]],"c":true}},"nm":"Path 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.658999992819,0.451000019148,0.411999990426,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[852.778,668.5]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 38","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[5.123,0],[4.713,1.401],[3.49,2.246],[-4.451,10.728],[7.233,-2.701],[0.749,-9.557],[0,-22.712],[-1.734,-1.545],[-2.711,-0.638],[-2.153,-1.537],[-12.517,6.448],[-0.994,5.631],[-2.886,0],[-1.084,-1.019],[-6.531,-0.005],[0,0],[2.709,2.962]],"o":[[0.879,2.831],[-1.994,-0.593],[-8.407,-5.411],[-7.903,0],[-7.129,2.663],[-1.774,22.637],[0,2.384],[3.853,3.434],[1.934,0.456],[10.655,7.606],[4.585,-2.362],[0.376,-2.137],[0.769,0],[4.415,4.148],[0,0],[0,-3.61],[-3.068,-3.353]],"v":[[8.659,-54.609],[16.473,-21.806],[0.192,-37.262],[-7.354,-54.609],[-34.98,-54.609],[-40.096,-45.562],[-40.096,23.257],[-40.096,39.559],[-27.764,37.212],[-18.589,44.306],[10.531,51.284],[24.762,39.194],[20.811,26.306],[26.874,36.681],[39.4,41.305],[39.4,-28.515],[39.4,-54.379]],"c":true}},"nm":"Path 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.773000021542,0.404000016755,0.136999990426,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[640.189,515.694]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 39","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.078,1.152],[2.922,2.922],[-0.187,0]],"o":[[-0.287,-5.169],[2.444,2.445],[-0.544,-0.981]],"v":[[-0.761,13.4],[-1.461,-16.6],[-0.062,16.6]],"c":true}},"nm":"Path 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.635000011968,0.224000010771,0.169000004787,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[766.661,303.4]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 40","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.124,-1.901],[2.718,9.975],[4.33,-8.5]],"o":[[-0.598,-10.765],[2.597,9.531],[0.159,-0.31]],"v":[[-2.351,12.854],[-3.086,-22.544],[-1.244,22.544]],"c":true}},"nm":"Path 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.635000011968,0.224000010771,0.169000004787,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[770.851,357.445]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 41","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.043,-1.768],[-2.692,6.997],[5.858,-4.603]],"o":[[0.249,-7.291],[-2.599,6.755],[0.362,-0.285]],"v":[[-2.306,7.01],[-0.709,-17.766],[-2.457,17.767]],"c":true}},"nm":"Path 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.635000011968,0.224000010771,0.169000004787,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[457.006,539.49]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 42","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.005,3.28],[5.556,3.003],[-0.872,-8.354]],"o":[[-0.07,-4.526],[9.687,5.236],[-0.198,-3.273]],"v":[[-0.076,5.162],[-4.844,-14.993],[0.228,14.992]],"c":true}},"nm":"Path 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.635000011968,0.224000010771,0.169000004787,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[454.277,589.637]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 43","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.034,1.866],[-1.525,9.666],[-0.537,-0.504],[1.803,-2.886],[2.422,-3.114],[1.192,0],[-0.182,-3.063],[-8.403,3.055],[-6.588,4.278],[1.228,-0.527],[0.003,-5.163]],"o":[[-0.366,-9.155],[-0.012,0.968],[2.946,2.774],[1.981,-3.466],[0.472,-0.606],[-1.142,0],[-1.981,0.224],[3.177,-1.324],[2.767,-1.796],[-6.308,1.802],[-0.067,-1.866]],"v":[[-9.353,12.533],[1.247,-12.867],[1.66,-6.768],[1.847,-14.167],[10.134,2.02],[6.147,-8.367],[7.147,17.633],[-4.153,9.333],[1.947,13.432],[0.947,-4.667],[-9.153,18.133]],"c":true}},"nm":"Path 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.635000011968,0.224000010771,0.169000004787,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[986.553,702.367]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 44","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0.969],[2.075,3.621],[-0.716,3.222],[-2.977,-5.023]],"o":[[0,-4.067],[-2.767,-4.828],[-1.477,6.645],[2.015,3.4]],"v":[[5.368,16.26],[-5.282,-1.589],[-19.332,-25.44],[-8.307,-1.421]],"c":true}},"nm":"Path 1","hd":false},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.786,2.237],[-0.366,-0.05],[-0.594,1.634],[-1.782,1.782],[4.507,-4.805],[0.308,0.082],[-0.291,-0.263],[0,-5.531],[0,2.379],[-4.548,-4.938],[0,0]],"o":[[0.664,-7.574],[1.973,0.267],[1.247,-2.909],[-6.683,6.684],[-0.782,0.834],[-3.967,-1.058],[3.932,3.567],[0,-6.56],[0,5.36],[0,0],[0.208,-2.373]],"v":[[-21.132,43.461],[-34.001,-51.411],[-20.332,-27.839],[-24.232,-41.24],[10.073,22.328],[6.405,17.51],[15.528,28.125],[34.368,50.56],[10.368,27.26],[30.668,51.461],[-21.832,51.461]],"c":true}},"nm":"Path 2","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.635000011968,0.224000010771,0.169000004787,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[853.632,668.539]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 45","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,4.23],[0.112,0.011],[0.8,-2.151]],"o":[[0,-1.483],[-2.182,-0.224],[-1.088,2.925]],"v":[[-45.9,-271.117],[-37.911,-280.638],[-48.796,-273.883]],"c":true}},"nm":"Path 1","hd":false},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[-1.606,2.444],[7.733,0],[3.387,0],[0.771,1.69],[1.154,-5.306]],"o":[[1.794,-2.773],[-2.662,0],[-1.201,0],[1.787,6.238],[0.509,-2.341]],"v":[[-35.3,-230.617],[-37.8,-254.117],[-41.5,-238.117],[-46.9,-246.417],[-50.35,-234.167]],"c":true}},"nm":"Path 2","hd":false},{"ind":2,"ty":"sh","ks":{"a":0,"k":{"i":[[0,6.417],[5.974,6.336],[-0.018,6.315],[-1.454,-6.448],[-2.118,-1.397],[-2.046,-1.228]],"o":[[0,-6.33],[-8.359,16.611],[-7.612,2.404],[0.239,1.061],[2.49,1.643],[-0.851,-0.511]],"v":[[94.1,-227.016],[90.7,-239.917],[82.1,-252.117],[80.7,-237.316],[82.752,-226.264],[90.844,-231.505]],"c":true}},"nm":"Path 3","hd":false},{"ind":3,"ty":"sh","ks":{"a":0,"k":{"i":[[0.184,2.597],[0.784,2.529],[-1.928,1.446]],"o":[[-0.017,-2.671],[-9.547,0],[-0.016,-2.603]],"v":[[29.4,-177.316],[28.2,-185.117],[29.7,-169.517]],"c":true}},"nm":"Path 4","hd":false},{"ind":4,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-0.801],[7.922,11.873],[2.679,6.751]],"o":[[0,-4.627],[-2.939,-4.405],[-4.285,4.522]],"v":[[69.1,-143.017],[80.207,-149.143],[70.9,-153.417]],"c":true}},"nm":"Path 5","hd":false},{"ind":5,"ty":"sh","ks":{"a":0,"k":{"i":[[0.125,1.033],[1.347,1.936],[-2.425,-2.039],[0.006,-0.004]],"o":[[-0.512,-2.356],[-0.763,0.092],[-0.428,-0.36],[-0.125,-1.033]],"v":[[-24.3,-145.316],[-27.088,-151.755],[-42.489,-143.702],[-23.925,-142.217]],"c":true}},"nm":"Path 6","hd":false},{"ind":6,"ty":"sh","ks":{"a":0,"k":{"i":[[1.408,1.628],[-0.28,0.747],[-5.09,-2.333]],"o":[[-1.224,-1.574],[-2.312,5.394],[1.141,-1.265]],"v":[[-11.1,-140.917],[-21.5,-156.417],[-10.7,-136.579]],"c":true}},"nm":"Path 7","hd":false},{"ind":7,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.3,0.9],[1.75,7.753],[2.813,-6.395],[4.105,-2.463]],"o":[[0,-5.966],[-0.052,-0.232],[-1.789,4.064],[0.3,-0.9]],"v":[[41.1,-131.417],[43.546,-145.699],[34.438,-154.703],[40.2,-128.717]],"c":true}},"nm":"Path 8","hd":false},{"ind":8,"ty":"sh","ks":{"a":0,"k":{"i":[[-4.326,10.505],[-1.035,3.199],[1.172,-1.172],[-0.531,1.175]],"o":[[3.023,-7.32],[-0.386,1.19],[0.291,-0.29],[-2.347,5.192]],"v":[[21.1,-125.217],[15.819,-144.664],[16.6,-136.316],[11.637,-140.865]],"c":true}},"nm":"Path 9","hd":false},{"ind":9,"ty":"sh","ks":{"a":0,"k":{"i":[[0,6.595],[1.117,2.183],[0.489,-6.583]],"o":[[0.517,-2.551],[-4.396,4.885],[2.576,-6.039]],"v":[[61.1,-136.517],[60.2,-143.617],[57.1,-117.617]],"c":true}},"nm":"Path 10","hd":false},{"ind":10,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.224,1.867],[1.886,0],[-1.982,0]],"o":[[0.275,-1.122],[-6.347,0],[1.442,-1.066]],"v":[[-17,-122.517],[-16.6,-137.117],[-19.5,-118.117]],"c":true}},"nm":"Path 11","hd":false},{"ind":11,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.067,1.175],[0.47,-0.313],[-2.227,1.909]],"o":[[0.428,2.569],[-3.732,2.073],[0.067,-1.175]],"v":[[68.5,-119.417],[65.4,-126.717],[68.3,-115.892]],"c":true}},"nm":"Path 12","hd":false},{"ind":12,"ty":"sh","ks":{"a":0,"k":{"i":[[-7.244,2.359],[0.687,1.443],[-0.312,0.171],[-4.314,-2.104]],"o":[[-0.854,0.285],[-0.193,-0.404],[-6.566,3.595],[7.195,3.509]],"v":[[-18.4,-94.217],[-9.35,-98.88],[-48.517,-103.569],[-44.8,-93.617]],"c":true}},"nm":"Path 13","hd":false},{"ind":13,"ty":"sh","ks":{"a":0,"k":{"i":[[-6.852,6.852],[-4.253,7.688],[2.128,-2.784],[-0.676,-1.924],[7.014,-0.353],[7.324,-2.961]],"o":[[5.04,-5.041],[0.959,-1.734],[-0.555,0.725],[-7.051,-0.43],[-8.021,0.405],[2.184,-0.883]],"v":[[77.8,-91.217],[99.874,-98.15],[96.363,-111.854],[98.3,-102.017],[77.355,-100.608],[46.633,-101.721]],"c":true}},"nm":"Path 14","hd":false},{"ind":14,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.004,0.336],[5.651,0],[-0.219,-2.562],[-5.764,-4.23]],"o":[[0.101,-5.214],[-1.499,0],[0.738,8.577],[0.493,0.361]],"v":[[137.9,-65.517],[130.9,-138.117],[134.173,-95.975],[135.823,-41.772]],"c":true}},"nm":"Path 15","hd":false},{"ind":15,"ty":"sh","ks":{"a":0,"k":{"i":[[0,3.3],[0,1.99]],"o":[[-0.24,-3.833],[0,2.787]],"v":[[-34.9,-23.316],[-44.9,-33.217]],"c":true}},"nm":"Path 16","hd":false},{"ind":16,"ty":"sh","ks":{"a":0,"k":{"i":[[0,4.077],[1.88,2.588],[3.127,-4.127],[0.274,0.693],[-5.029,-3.195]],"o":[[0,0.071],[-0.512,-0.706],[1.193,-1.574],[2.303,5.829],[0.767,0.487]],"v":[[2.1,8.883],[-17.042,-0.644],[-24.588,-15.63],[-23.438,-5.642],[-14.588,4.158]],"c":true}},"nm":"Path 17","hd":false},{"ind":17,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-33.118,-2.301],[2.326,0],[0.007,-0.99],[4.367,2.098],[2.016,0],[12.308,0],[-10.306,0]],"o":[[0,-18.124],[-0.302,-4.718],[-7.447,0],[-0.024,3.659],[-3.648,-1.755],[-8.232,0],[14.199,0],[0,0]],"v":[[82.1,18.983],[105.3,-54.117],[101.1,-91.117],[102.914,-66.449],[95.168,-56.148],[96.4,-70.117],[71.2,-22.117],[81.3,21.883]],"c":true}},"nm":"Path 18","hd":false},{"ind":18,"ty":"sh","ks":{"a":0,"k":{"i":[[-3.453,3.766],[-1.773,-2.395],[0,1.388]],"o":[[1.73,-2.248],[-2.922,-3.945],[0.172,4.299]],"v":[[24.2,21.683],[41.555,10.372],[18.1,18.683]],"c":true}},"nm":"Path 19","hd":false},{"ind":19,"ty":"sh","ks":{"a":0,"k":{"i":[[-2.117,2.944],[0.028,-12.471],[6.744,-8.258],[0.302,-0.291],[0,-1.864]],"o":[[5.765,-4.804],[5.963,-13.182],[-0.03,-0.213],[-1.018,0.977],[2.949,0.944]],"v":[[-42.3,29.283],[-31.6,32.383],[-45.4,27.083],[-46.637,22.583],[-49.9,32.283]],"c":true}},"nm":"Path 20","hd":false},{"ind":20,"ty":"sh","ks":{"a":0,"k":{"i":[[-1.365,1.579],[0,1.064],[0,-4.453]],"o":[[1.414,-1.414],[0,-3.239],[0.435,1.779]],"v":[[-144.2,50.783],[-128.2,50.483],[-146.9,50.483]],"c":true}},"nm":"Path 21","hd":false},{"ind":21,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.562,3.373],[0.085,0.047],[2.15,2.123],[2.262,0.714],[0.146,-2.51]],"o":[[0.061,-0.265],[-2.18,-1.211],[-1.423,-1.405],[-0.743,-0.235],[0.296,-3.406]],"v":[[-56.4,48.183],[-51.1,42.908],[-57.75,42.983],[-59.688,35.033],[-57.6,58.383]],"c":true}},"nm":"Path 22","hd":false},{"ind":22,"ty":"sh","ks":{"a":0,"k":{"i":[[0,4.421],[0.66,-0.035]],"o":[[0,-1.73],[-5.466,0.29]],"v":[[-63.9,56.483],[-69.9,38.968]],"c":true}},"nm":"Path 23","hd":false},{"ind":23,"ty":"sh","ks":{"a":0,"k":{"i":[[0.245,1.5],[-1.483,7.336],[-2.57,5.141],[0.71,-1.519],[0.56,4.837],[0.422,-8.377],[6.811,5.723],[2.287,10.081],[-6.464,0],[0,-3.749],[-1.233,-1.232],[2.272,-2.416],[0,-2.055],[-1.025,-1.025],[-8.152,-12.641],[-2.335,-6.41],[-1.264,0]],"o":[[0,-7.351],[1.345,-6.652],[-0.173,1.648],[-2.746,1.647],[1.002,8.657],[-0.538,10.674],[-7.519,-6.319],[-0.607,-2.675],[-2.955,0],[0,2.46],[2.976,2.976],[-1.468,1.563],[0,4.324],[8.491,11.321],[3.65,5.66],[0.672,1.844],[0.978,-1.033]],"v":[[89.1,76.083],[95.457,51.59],[98.425,26.633],[97.1,31.383],[85.581,-6.41],[89,23.783],[77.95,23.021],[67.2,6.258],[68.1,-21.117],[49.1,-7.417],[60.2,-13.417],[55.503,3.738],[44.1,8.983],[63.5,3.583],[74.244,48.286],[86.722,64.441],[88,79.883]],"c":true}},"nm":"Path 24","hd":false},{"ind":24,"ty":"sh","ks":{"a":0,"k":{"i":[[0,1.704],[2.195,0],[-0.671,-3.337],[-4.001,-1.876],[-2.791,-2.09]],"o":[[0,-5.412],[-2.123,0],[0.806,4.017],[2.188,1.026],[3.023,2.263]],"v":[[38.1,77.783],[20,28.883],[8.341,54.514],[15.5,58.883],[25.1,64.683]],"c":true}},"nm":"Path 25","hd":false},{"ind":25,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.467,0.733],[-1.094,2.501],[0.254,0]],"o":[[1.183,-5.129],[-0.8,1.828],[0.466,-0.733]],"v":[[81.4,105.683],[85.35,84.558],[80,107.883]],"c":true}},"nm":"Path 26","hd":false},{"ind":26,"ty":"sh","ks":{"a":0,"k":{"i":[[0.826,3.021],[0.978,0],[0.522,-0.911]],"o":[[-0.62,-3.613],[-5.152,0],[0.495,-3.043]],"v":[[-123.8,121.483],[-125.8,81.883],[-123.304,130.58]],"c":true}},"nm":"Path 27","hd":false},{"ind":27,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.7,0.933],[-3.188,-0.426],[5.055,11.971],[-3.954,0]],"o":[[0.727,-3.779],[-17.108,-1.341],[1.192,2.824],[0.7,-0.933]],"v":[[-46.2,142.784],[-35.4,139.284],[-49.405,118.683],[-48.3,145.583]],"c":true}},"nm":"Path 28","hd":false},{"ind":28,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.014,2.06],[-0.334,1.667],[9.706,4.16],[-0.621,-0.265],[-4.316,-0.591],[-3.791,0.038],[-0.955,-0.283]],"o":[[0.333,-1.666],[-11.254,6.181],[0.724,0.31],[3.613,1.538],[3.882,0.532],[2.152,-0.022],[1.452,-1.259]],"v":[[71.8,144.983],[72.8,139.983],[43.8,137.534],[44.8,142.383],[54.6,144.284],[67.308,145.789],[69.6,149.961]],"c":true}},"nm":"Path 29","hd":false},{"ind":29,"ty":"sh","ks":{"a":0,"k":{"i":[[1.013,-1.013],[1.976,5.683],[0.625,-3.592]],"o":[[3.431,-3.051],[0.463,1.11],[-0.397,2.285]],"v":[[-71.1,146.883],[-56.5,133.383],[-77.75,149.57]],"c":true}},"nm":"Path 30","hd":false},{"ind":30,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[4.342,-6.203],[0.434,-1.132],[-3.854,0.345]],"o":[[3.488,-3.746],[2.022,-2.889],[-0.008,0.023],[0,0]],"v":[[-155.8,160.683],[-155.487,148.183],[-154.278,154.131],[-158.825,162.795]],"c":true}},"nm":"Path 31","hd":false},{"ind":31,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.877,2.981],[5.671,-13.068]],"o":[[3.588,-11.96],[-4.32,9.956]],"v":[[71.5,176.183],[57.3,167.67]],"c":true}},"nm":"Path 32","hd":false},{"ind":32,"ty":"sh","ks":{"a":0,"k":{"i":[[-3.214,2.775],[0.35,8.022],[1.062,-9.25]],"o":[[5.677,-4.902],[-1.842,9.12],[4.094,0.597]],"v":[[-41.5,175.383],[-49.3,150.383],[-54.2,177.883]],"c":true}},"nm":"Path 33","hd":false},{"ind":33,"ty":"sh","ks":{"a":0,"k":{"i":[[-10.031,9.119],[11.392,-12.29]],"o":[[10.442,-9.361],[-9.485,10.234]],"v":[[-42.9,255.383],[-57.376,238.396]],"c":true}},"nm":"Path 34","hd":false},{"ind":34,"ty":"sh","ks":{"a":0,"k":{"i":[[0.415,-0.255],[-0.513,1.293],[-1.038,-1.062],[-1.525,6.402],[0.594,26.066],[0.064,-0.284],[-0.915,4.411],[-0.016,-0.356],[-0.511,7.024],[-6.768,0],[-0.297,-1.78],[-4.295,3.647],[-8.761,-1.062],[-5.966,7.1],[0.547,-0.792],[1.48,-1.48],[-0.919,-2.572],[-2.641,6.766],[-0.096,13.888],[-0.834,21.888],[1.55,-7.343],[-0.102,17.91],[-3.377,1.556],[-3.189,-1.93],[-0.093,2.179],[-1.636,19.107],[-2.946,11.391],[-2.66,6.053],[0,5.088],[1.973,-1.062],[-2.796,3.792],[-1.26,2.205],[-37.436,-13.777],[-8.393,-6.899],[-4.166,-6.444],[0,-8.32],[0.235,0.076],[-2.019,-5.983],[-1.264,-10.03],[0.668,-0.763],[-0.939,4.223],[1.641,-8.077],[-0.533,0.763],[-0.761,-10.823],[-1.258,-21.268],[-1.141,-12.004],[1.254,-2.195],[0.016,1.345],[-10.229,-11.485],[8.207,4.377],[0.441,0],[3.441,3.93],[1.602,0],[1.137,-1.793],[2.531,6.413],[-1.776,4.199],[7.559,-1.946],[2.097,-5.754],[4.628,-11.941],[0.479,-0.12],[-0.972,0.743],[-1.039,-2.207],[5.456,-5.455],[7.058,-12.835],[-6.473,0],[-2.796,2.948],[-4.185,0],[-2.276,1.241],[1.326,-4.832],[1.701,-3.814],[-0.303,0.304],[3.123,3.933],[3.252,8.885],[-1.17,2.62],[15.365,-3.067],[4.932,-11.737],[17.591,-12.958],[4.281,0],[0,0],[0,0],[6.137,5.912],[0.947,6.06],[-8.18,5.547],[1.187,2.958],[-1.235,3.607],[0.54,2.482],[0.545,9.25],[-3.868,9.993],[-7.628,6.581],[0.836,1.241],[-0.304,4.729],[-5.475,2.895],[-3.294,0.322],[-12.496,1.184],[-2.842,-3.237],[-2.523,1.262],[4.793,4.793],[3.286,-0.936],[2.401,-11.71],[3.796,-0.158],[3.058,0],[15.846,14.049],[1.124,-2.95],[-3.572,-4.85],[0.64,-2.884],[0,-1.411],[-2.021,-3.949],[0.293,-4.98],[-0.478,-14.234],[0.913,-9.894],[-2.178,-8.656],[5.963,1.582],[3.588,-3.505],[0.433,-5.906]],"o":[[0.88,-1.098],[1.02,1.081],[-2.158,-0.617],[6.099,-25.603],[-0.016,-0.659],[0.866,-3.857],[0.137,-0.662],[-0.317,-7.016],[0.376,-5.165],[-1.821,0],[-0.148,-5.784],[6.721,-5.706],[10.151,1.229],[-0.201,0.239],[-1.917,2.774],[-0.836,0.836],[-2.605,-7.288],[4.983,-12.768],[0.131,-19.227],[0.231,7.507],[3.707,-17.559],[0.02,-3.416],[0.026,-0.013],[-1.369,-0.828],[0.818,-19.153],[1.003,-11.712],[1.659,-6.415],[2.121,-4.824],[0,0.312],[4.034,-2.172],[2.768,-3.752],[18.612,-37.223],[10.255,3.775],[5.88,4.833],[4.953,7.662],[0,0.891],[3.146,1.022],[3.241,9.605],[0.259,2.058],[2.887,-2.888],[-1.552,6.976],[0.258,-1.268],[-6.525,9.347],[1.494,21.242],[0.711,12.031],[0.536,5.649],[0.623,-1.09],[3.902,16.072],[-7.376,-7.346],[1.672,0.892],[-5.081,-0.001],[-2.494,-2.849],[-4.214,0],[-2.417,3.812],[-2.047,-5.185],[0.032,-0.076],[-5.079,1.309],[-4.388,12.033],[-0.752,1.937],[0.728,-0.982],[3.184,1.103],[0.322,0.684],[-5.965,5.966],[-1.226,2.23],[-1.092,0],[9.797,-10.328],[4.894,0],[3.799,-2.533],[-1.748,6.376],[-4.3,9.641],[-7.601,7.601],[-5.887,-7.41],[-1.445,-3.946],[-6.579,14.733],[-10.352,2.066],[-4.896,11.651],[-3.477,2.562],[0,0],[0,0],[-9.405,0],[-4.611,-4.441],[-1.211,-7.74],[-3.07,-0.133],[-1.85,-4.607],[0.85,-2.482],[-1.971,-9.058],[-0.629,-10.682],[7.146,-18.462],[0,0.001],[-2.765,-4.103],[0.295,-4.577],[3.751,-1.983],[12.469,-1.219],[4.126,-0.392],[0.428,0.488],[5.302,-2.828],[-0.639,-0.639],[-11.862,3.381],[-1.578,7.702],[-3.697,0.155],[-7.252,0],[-1.868,-1.657],[-2.653,6.964],[1.657,2.251],[-0.897,4.036],[0,4.786],[2.402,4.692],[-0.836,14.208],[0.335,9.978],[-0.772,8.367],[-6.292,0.438],[-4.058,-1.077],[-6.976,6.815],[-0.216,2.952]],"v":[[-186.6,304.784],[-184.512,301.195],[-181.425,304.409],[-169.475,239.159],[-166.004,164.169],[-167.6,160.483],[-162.5,149.083],[-164.2,138.183],[-163.288,116.308],[-151.4,58.883],[-160.9,75.183],[-148.119,50.483],[-129.4,47.883],[-117.387,42.846],[-118.9,48.883],[-125.6,51.058],[-125.423,72.965],[-115.3,46.833],[-107.254,-0.136],[-106.4,-65.617],[-105.496,-40.673],[-105.443,-97.754],[-104.379,-137.139],[-103.315,-86.283],[-101.983,-109.51],[-99.064,-166.964],[-93.629,-201.626],[-87.319,-220.285],[-76.9,-239.816],[-88.805,-225.357],[-76.233,-244.971],[-61.5,-258.917],[58.584,-292.107],[89.1,-273.316],[103.6,-255.862],[122.1,-223.216],[115.1,-233.053],[130.486,-192.569],[136.6,-163.117],[139.8,-143.517],[140.548,-161.009],[142.426,-134.721],[141.393,-141.101],[142.025,-96.229],[145.555,-32.365],[149.349,3.215],[157.85,45.284],[158.3,39.383],[186.6,65.383],[159.387,48.158],[146.634,52.43],[132.129,47.006],[126.6,25.883],[127.8,46.883],[115.025,43.795],[122.383,26.017],[124.05,11.87],[104.23,62.891],[90.739,98.848],[83.35,121.634],[85.9,119.045],[88.35,131.108],[100.2,147.183],[80,142.872],[86.1,186.884],[81.5,146.483],[92,165.883],[92.2,147.383],[103.872,176.006],[87.275,189.683],[125.7,253.583],[93.219,235.572],[79.745,210.874],[72.663,187.834],[18.1,200.784],[-31.222,225.364],[32.007,305.883],[8.973,305.883],[-22.262,305.883],[-55.797,305.883],[-99.697,304.367],[-105.096,273.422],[-104.6,246.883],[-120.551,245.214],[-111.5,235.183],[-115.29,221.4],[-119.011,193.696],[-113.9,163.383],[-98.767,157.687],[-110.881,149.883],[-112.313,135.42],[-111.563,127.208],[-98.938,132.636],[-66.674,109.515],[-59.989,109.779],[-57.4,126.883],[-62.3,63.183],[-95.227,71.282],[-113.346,88.983],[-117.806,155.747],[-121.7,138.883],[-134.019,140.983],[-150.525,130.508],[-138.112,155.295],[-130.754,166.057],[-142.9,171.784],[-130.3,180.721],[-131.064,202.346],[-131.974,244.44],[-130.801,275.198],[-134.7,299.883],[-151.021,295.162],[-168.6,295.383],[-169.486,305.123]],"c":true}},"nm":"Path 35","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.760784327984,0.298039227724,0.274509817362,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[621.9,414.117]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 46","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.795,2.384],[2.684,2.684],[-1.305,-1.543],[0.529,1.463],[1.68,-1.196],[-3.616,1.292]],"o":[[1.618,-3.235],[3.838,3.838],[-0.396,-1.504],[-2.28,-1.353],[-1.167,0.83],[0.018,-0.006]],"v":[[-23.371,13.05],[20.328,-14.55],[13.641,-0.338],[12.254,-4.788],[-7.685,6.085],[-13.822,14.337]],"c":true}},"nm":"Path 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.635000011968,0.224000010771,0.169000004787,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[422.972,705.45]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 47","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[3.558,7.484],[-14.465,4.42],[-0.806,-1.613],[-1.165,0.679],[0.354,2.681],[-0.031,0.163],[0.284,-3.928],[-1.97,4.539],[-2.516,-2.516],[0.234,-2.793],[1.869,1.814],[0.021,-1.153],[-3.675,-3.341],[0.448,0],[-1.169,0.659],[0.637,0.681],[-1.686,0.937],[-0.065,0.689],[-10.957,2.643],[7.716,11.292],[1.37,-0.723],[-0.596,-0.596],[0.404,-0.819],[4.965,-3.721],[9.502,-4.208],[11.325,-0.015],[-5.208,5.208],[0,-1.387]],"o":[[-5.209,-5.626],[4.052,-1.237],[-0.767,-1.534],[0.221,-0.148],[-0.379,-2.864],[-0.735,3.875],[-0.111,-4.933],[1.038,-2.39],[1.592,1.592],[-0.05,-2.472],[-0.825,-0.802],[-0.089,4.793],[0.005,0.005],[1.008,0],[-0.319,0.18],[0.158,1.003],[0.659,-0.366],[-0.545,16.637],[6.922,-1.67],[-1.317,0.818],[0,-1.135],[-0.319,-0.32],[-2.845,5.773],[-8.366,6.27],[-9.893,4.382],[0.569,-0.001],[-1.805,2.105],[0,1.526]],"v":[[-57.503,26.958],[-66.778,-12.18],[-61.291,5.883],[-47.303,14.559],[-44.59,-24.829],[-50.219,-14.385],[-51.203,-2.342],[-50.588,-19.79],[-38.003,-29.642],[-39.203,-12.342],[-40.053,-27.079],[-43.309,-15.755],[-37.978,1.383],[-38.703,-5.842],[-31.928,8.07],[-36.503,3.858],[-31.753,12.958],[-31.403,8.658],[0.989,28.413],[73.527,-10.553],[69.497,-8.242],[76.397,-14.242],[75.297,-3.042],[59.145,12.033],[32.297,27.958],[2.734,32.158],[-23.203,24.458],[-18.503,31.158]],"c":true}},"nm":"Path 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.635000011968,0.224000010771,0.169000004787,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[367.503,687.842]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 48","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-1.465,8.299],[-2.718,0.777],[-2.951,0.307],[-8.731,-10.644],[4.158,-3.323],[2.926,0]],"o":[[0,-3.462],[4.835,-1.611],[4.32,-0.448],[3.01,3.669],[-2.267,1.81],[-6.071,0]],"v":[[-16.472,13.272],[-3.773,-14.329],[5.857,6.345],[14.927,-7.728],[13.528,18.372],[-2.583,18.372]],"c":true}},"nm":"Path 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.255000005984,0.109999997008,0.086000001197,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[993.472,701.628]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 49","bm":0,"hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[4.384,13.44],[1.497,8.044],[-6.474,1.232],[-9.945,5.967],[-0.574,5.303],[-5.554,-5.554],[-0.59,-3.957],[-3.242,-6.011],[-15.465,5.191],[-18.232,16.95],[-0.924,19.713],[1.194,9.535],[0.21,1.927],[0.178,2.982],[-0.464,3.294],[-7.563,24.07],[-8.507,4.368],[-6.085,24.247],[-1.029,29.73],[-46.087,54.488],[-45.529,-30.602],[-7.121,-44.39],[-7.306,-59.784],[-7.158,-7.699],[-5.965,-15.524],[-3.554,-24.094],[0.697,-7.338],[-1.528,-7.196],[-7.487,-15.02],[-9.934,-12.921],[0,-7.92],[0.113,4.605],[0.547,6.291],[6.36,-5.244],[-1.323,0.488],[10.434,-0.016]],"o":[[-4.832,-6.526],[-0.8,-4.304],[1.752,-0.334],[3.246,-2.164],[0.268,-2.487],[2.446,2.445],[1.025,6.884],[7.153,13.262],[23.541,-7.901],[14.746,-13.71],[0.445,-9.518],[-0.303,-2.423],[-0.22,-2.016],[-0.22,-3.703],[3.471,-24.622],[2.557,-8.136],[16.408,-8.425],[7.29,-29.05],[2.316,-66.946],[32.362,-38.263],[37.434,25.162],[9.528,59.378],[1.214,9.934],[9.194,9.89],[9.492,24.7],[0.931,6.313],[-0.692,7.289],[3.505,16.51],[7.263,14.57],[4.782,6.219],[0,-0.338],[-0.138,-5.645],[-7.201,3.995],[-1.297,1.071],[-10.222,3.775],[-13.135,0.02]],"v":[[-285.124,304.801],[-296.677,281.581],[-291.202,260.572],[-270.124,293.001],[-274.274,265.287],[-260.824,248.801],[-260.992,270.109],[-253.924,288.051],[-224.724,305.501],[-154.099,270.338],[-137.09,208.696],[-136.28,177.89],[-137.424,170.401],[-140.928,165.334],[-138.034,156.362],[-129.612,80.338],[-112.632,51.518],[-84.439,41.016],[-75.482,-48.418],[-37.361,-249.229],[103.926,-279.999],[171.149,-164.984],[185.493,15.382],[193.894,55.057],[221.095,76.986],[226.876,152.251],[228.325,168.25],[229.17,190.365],[249.131,239.198],[274.588,282.851],[297.676,309.601],[-155.056,309.446],[-154.824,290.601],[-176.982,303.325],[-182.022,309.776],[-219.327,310.594]],"c":true}},"nm":"Path 1","hd":false},{"ty":"fl","c":{"a":0,"k":[0.255000005984,0.109999997008,0.086000001197,1]},"o":{"a":0,"k":100},"r":1,"bm":0,"nm":"Fill 1","hd":false},{"ty":"tr","p":{"a":0,"k":[590.324,409.399]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Group 50","bm":0,"hd":false}],"ip":12,"op":15,"st":12,"bm":0}]}],"layers":[{"ind":1,"ty":0,"refId":"_","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"k":[256,256,0]},"a":{"k":[256,256,0]}},"w":512,"h":512,"op":15},{"ind":2,"ty":4,"tt":1,"sr":1,"ks":{"o":{"k":50},"p":{"k":[256,256,0]}},"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"k":[514,514]},"p":{"k":[0,0]},"r":{"k":0}},{"ty":"st","c":{"k":[1,1,1,1]},"w":{"k":2},"lc":1,"lj":1,"ml":4},{"ty":"gf","r":1,"g":{"p":10,"k":{"k":[0.167,0.906,0.0,0.0,0.167,1.0,0.549,0.0,0.333,1.0,0.549,0.0,0.333,1.0,0.937,0.0,0.5,1.0,0.937,0.0,0.5,0.0,0.506,0.122,0.667,0.0,0.506,0.122,0.667,0.0,0.267,1.0,0.833,0.0,0.267,1.0,0.833,0.463,0.0,0.537]}},"s":{"k":[0,-256]},"e":{"k":[0,256]},"t":1},{"ty":"tr"}],"np":3,"cix":2}],"op":15,"bm":8},{"ind":3,"ty":0,"refId":"_","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"k":[256,256,0]},"a":{"k":[256,256,0]}},"w":512,"h":512,"op":15}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/Thumb.json b/ohos/flutter_lottie/assets/Tests/Thumb.json new file mode 100644 index 0000000000000000000000000000000000000000..50e3db71b9b1323f54b555a6ee9a0f824701b32a --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/Thumb.json @@ -0,0 +1 @@ +{"v":"5.9.6","fr":29.9700012207031,"ip":0,"op":190.000007738859,"w":24,"h":24,"nm":"Thumb","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[12,12,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":1,"d":1,"pt":{"a":0,"k":5,"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"r":{"a":0,"k":0,"ix":5},"ir":{"a":0,"k":5,"ix":6},"is":{"a":0,"k":0,"ix":8},"or":{"a":0,"k":12,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.922702133656,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"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,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":[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":"Polystar 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":190.000007738859,"st":0,"ct":1,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/TimeRemapAndStartOffset.json b/ohos/flutter_lottie/assets/Tests/TimeRemapAndStartOffset.json new file mode 100644 index 0000000000000000000000000000000000000000..2a1dca68a5eca64b42c2a9b7d3e1859d880b468b --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/TimeRemapAndStartOffset.json @@ -0,0 +1 @@ +{"v":"5.5.8","fr":29.9700012207031,"ip":0,"op":150.000006109625,"w":750,"h":1334,"nm":"s3 - fishconvo 2","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Fish – Red","refId":"comp_1","sr":0.5,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[256,128,0],"ix":2},"a":{"a":0,"k":[256,128,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":512,"h":256,"ip":0,"op":75.0000030548126,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"Fish – Red","refId":"comp_1","sr":0.5,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[256,128,0],"ix":2},"a":{"a":0,"k":[256,128,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":512,"h":256,"ip":75.0000030548126,"op":150.000006109625,"st":75.0000030548126,"bm":0},{"ddd":0,"ind":3,"ty":0,"nm":"Fish – Red","refId":"comp_1","sr":0.5,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[256,128,0],"ix":2},"a":{"a":0,"k":[256,128,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":512,"h":256,"ip":150.000006109625,"op":225.000009164438,"st":150.000006109625,"bm":0},{"ddd":0,"ind":4,"ty":0,"nm":"Fish – Red","refId":"comp_1","sr":0.5,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[256,128,0],"ix":2},"a":{"a":0,"k":[256,128,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":512,"h":256,"ip":225.000009164438,"op":300.00001221925,"st":225.000009164438,"bm":0},{"ddd":0,"ind":5,"ty":0,"nm":"Fish – Red","refId":"comp_1","sr":0.5,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[256,128,0],"ix":2},"a":{"a":0,"k":[256,128,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":512,"h":256,"ip":300.00001221925,"op":375.000015274063,"st":300.00001221925,"bm":0},{"ddd":0,"ind":6,"ty":0,"nm":"Fish – Red","refId":"comp_1","sr":0.5,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[256,128,0],"ix":2},"a":{"a":0,"k":[256,128,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":512,"h":256,"ip":375.000015274063,"op":450.000018328876,"st":375.000015274063,"bm":0},{"ddd":0,"ind":7,"ty":0,"nm":"Fish – Red","refId":"comp_1","sr":0.5,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[256,128,0],"ix":2},"a":{"a":0,"k":[256,128,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":512,"h":256,"ip":450.000018328876,"op":525.000021383688,"st":450.000018328876,"bm":0},{"ddd":0,"ind":8,"ty":0,"nm":"Fish – Red","refId":"comp_1","sr":0.5,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[256,128,0],"ix":2},"a":{"a":0,"k":[256,128,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":512,"h":256,"ip":525.000021383688,"op":600.000024438501,"st":525.000021383688,"bm":0},{"ddd":0,"ind":9,"ty":0,"nm":"Fish – Red","refId":"comp_1","sr":0.5,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[256,128,0],"ix":2},"a":{"a":0,"k":[256,128,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":512,"h":256,"ip":600.000024438501,"op":675.000027493314,"st":600.000024438501,"bm":0},{"ddd":0,"ind":10,"ty":0,"nm":"Fish – Red","refId":"comp_1","sr":0.5,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[256,128,0],"ix":2},"a":{"a":0,"k":[256,128,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":512,"h":256,"ip":675.000027493314,"op":750.000030548126,"st":675.000027493314,"bm":0},{"ddd":0,"ind":11,"ty":0,"nm":"Fish – Red","refId":"comp_1","sr":0.5,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[256,128,0],"ix":2},"a":{"a":0,"k":[256,128,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":512,"h":256,"ip":750.000030548126,"op":825.000033602939,"st":750.000030548126,"bm":0},{"ddd":0,"ind":12,"ty":0,"nm":"Fish – Red","refId":"comp_1","sr":0.5,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[256,128,0],"ix":2},"a":{"a":0,"k":[256,128,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":512,"h":256,"ip":825.000033602939,"op":900.000036657751,"st":825.000033602939,"bm":0},{"ddd":0,"ind":13,"ty":0,"nm":"Fish – Red","refId":"comp_1","sr":0.5,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[256,128,0],"ix":2},"a":{"a":0,"k":[256,128,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":512,"h":256,"ip":900.000036657751,"op":975.000039712564,"st":900.000036657751,"bm":0},{"ddd":0,"ind":14,"ty":0,"nm":"Fish – Red","refId":"comp_1","sr":0.5,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[256,128,0],"ix":2},"a":{"a":0,"k":[256,128,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":512,"h":256,"ip":975.000039712564,"op":1050.00004276738,"st":975.000039712564,"bm":0},{"ddd":0,"ind":15,"ty":0,"nm":"Fish – Red","refId":"comp_1","sr":0.5,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[256,128,0],"ix":2},"a":{"a":0,"k":[256,128,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":512,"h":256,"ip":1050.00004276738,"op":1125.00004582219,"st":1050.00004276738,"bm":0},{"ddd":0,"ind":16,"ty":0,"nm":"Fish – Red","refId":"comp_1","sr":0.5,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[256,128,0],"ix":2},"a":{"a":0,"k":[256,128,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":512,"h":256,"ip":1125.00004582219,"op":1200.000048877,"st":1125.00004582219,"bm":0},{"ddd":0,"ind":17,"ty":0,"nm":"Fish – Red","refId":"comp_1","sr":0.5,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[256,128,0],"ix":2},"a":{"a":0,"k":[256,128,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":512,"h":256,"ip":1200.000048877,"op":1275.00005193181,"st":1200.000048877,"bm":0},{"ddd":0,"ind":18,"ty":0,"nm":"Fish – Red","refId":"comp_1","sr":0.5,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[256,128,0],"ix":2},"a":{"a":0,"k":[256,128,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":512,"h":256,"ip":1275.00005193181,"op":1350.00005498663,"st":1275.00005193181,"bm":0},{"ddd":0,"ind":19,"ty":0,"nm":"Fish – Red","refId":"comp_1","sr":0.5,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[256,128,0],"ix":2},"a":{"a":0,"k":[256,128,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":512,"h":256,"ip":1350.00005498663,"op":1425.00005804144,"st":1350.00005498663,"bm":0},{"ddd":0,"ind":20,"ty":0,"nm":"Fish – Red","refId":"comp_1","sr":0.5,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[256,128,0],"ix":2},"a":{"a":0,"k":[256,128,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":512,"h":256,"ip":1425.00005804144,"op":1500.00006109625,"st":1425.00005804144,"bm":0},{"ddd":0,"ind":21,"ty":0,"nm":"Fish – Red","refId":"comp_1","sr":0.5,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[256,128,0],"ix":2},"a":{"a":0,"k":[256,128,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":512,"h":256,"ip":1500.00006109625,"op":1575.00006415107,"st":1500.00006109625,"bm":0},{"ddd":0,"ind":22,"ty":0,"nm":"Fish – Red","refId":"comp_1","sr":0.5,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[256,128,0],"ix":2},"a":{"a":0,"k":[256,128,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":512,"h":256,"ip":1575.00006415107,"op":1650.00006720588,"st":1575.00006415107,"bm":0},{"ddd":0,"ind":23,"ty":0,"nm":"Fish – Red","refId":"comp_1","sr":0.5,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[256,128,0],"ix":2},"a":{"a":0,"k":[256,128,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":512,"h":256,"ip":1650.00006720588,"op":1725.00007026069,"st":1650.00006720588,"bm":0},{"ddd":0,"ind":24,"ty":0,"nm":"Fish – Red","refId":"comp_1","sr":0.5,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[256,128,0],"ix":2},"a":{"a":0,"k":[256,128,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":512,"h":256,"ip":1725.00007026069,"op":1800.0000733155,"st":1725.00007026069,"bm":0}]},{"id":"comp_1","layers":[{"ddd":0,"ind":2,"ty":4,"nm":"Eye – Center 3","parent":4,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[25.125,-1,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":26,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":29,"s":[100,20,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":32,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":95,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":98,"s":[100,20,100]},{"t":101.000004113814,"s":[100,100,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.143,0],[0,4.142],[-4.143,0],[0,-4.143]],"o":[[-4.143,0],[0,-4.143],[4.143,0],[0,4.142]],"v":[[0,7.5],[-7.502,0],[0,-7.5],[7.502,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298039227724,0.156862750649,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":[-5,1.25],"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":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":165.000006720588,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Eye – Outer 2","parent":4,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[19.938,0.375,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[127.841,127.841,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-6.074,0],[0,6.075],[6.075,0],[0,-6.076]],"o":[[6.075,0],[0,-6.076],[-6.074,0],[0,6.075]],"v":[[-0.001,11],[11,0],[-0.001,-11],[-11,0]],"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":[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":166.000006761319,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Body 2","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":0,"s":[270.25,149.5,0],"to":[25.119,33.542,0],"ti":[14.938,20.863,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":75,"s":[318,123.75,0],"to":[-23.531,-32.865,0],"ti":[-16.59,-26.147,0]},{"t":148.000006028164,"s":[270.25,149.5,0]}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[200,200,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-35.067,0],[0,0],[37.417,0],[3.485,3.788]],"o":[[3.485,-3.788],[37.417,0],[0,0],[-35.067,0],[0,0]],"v":[[-78.824,-0.389],[-5.177,-38.396],[67.574,0],[-5.177,38.708],[-78.824,0.389]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298039227724,0.156862750649,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":[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":169.000006883511,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Tail 2","parent":4,"sr":3,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-67.625,0.25,0],"ix":2},"a":{"a":0,"k":[28.801,0.389,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":0,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[1,0.333,0.333],"y":[0,0,0]},"t":15,"s":[60,100,100]},{"i":{"x":[0,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":30,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[1,0.333,0.333],"y":[0,0,0]},"t":45,"s":[60,100,100]},{"i":{"x":[0,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":60,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[1,0.333,0.333],"y":[0,0,0]},"t":75,"s":[60,100,100]},{"i":{"x":[0,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":90,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[1,0.333,0.333],"y":[0,0,0]},"t":105,"s":[60,100,100]},{"i":{"x":[0,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":120,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[1,0.333,0.333],"y":[0,0,0]},"t":135,"s":[60,100,100]},{"i":{"x":[0,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":150,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[1,0.333,0.333],"y":[0,0,0]},"t":165,"s":[60,100,100]},{"i":{"x":[0,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":180,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[1,0.333,0.333],"y":[0,0,0]},"t":195,"s":[60,100,100]},{"i":{"x":[0,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":210,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[1,0.333,0.333],"y":[0,0,0]},"t":225,"s":[60,100,100]},{"i":{"x":[0,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":240,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[1,0.333,0.333],"y":[0,0,0]},"t":255,"s":[60,100,100]},{"i":{"x":[0,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":270,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[1,0.333,0.333],"y":[0,0,0]},"t":285,"s":[60,100,100]},{"i":{"x":[0,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":300,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[1,0.333,0.333],"y":[0,0,0]},"t":315,"s":[60,100,100]},{"i":{"x":[0,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":330,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[1,0.333,0.333],"y":[0,0,0]},"t":345,"s":[60,100,100]},{"i":{"x":[0,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":360,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[1,0.333,0.333],"y":[0,0,0]},"t":375,"s":[60,100,100]},{"i":{"x":[0,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":390,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[1,0.333,0.333],"y":[0,0,0]},"t":405,"s":[60,100,100]},{"i":{"x":[0,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":420,"s":[100,100,100]},{"t":435.000017717913,"s":[60,100,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[10.923,-3.237],[-0.077,-0.109],[0,0]],"o":[[0,0],[0.173,-0.237],[11.048,4.141],[0,0]],"v":[[20.622,0.39],[-17.122,29.876],[-17.122,-29.876],[20.622,-0.389]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298039227724,0.156862750649,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":[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":450.000018328876,"st":0,"bm":0}]},{"id":"comp_2","layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Fish – Blue","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[256,128,0],"ix":2},"a":{"a":0,"k":[256,128,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":512,"h":256,"ip":0,"op":150.000006109625,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"Fish – Blue","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[256,128,0],"ix":2},"a":{"a":0,"k":[256,128,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":512,"h":256,"ip":150.000006109625,"op":300.00001221925,"st":150.000006109625,"bm":0},{"ddd":0,"ind":3,"ty":0,"nm":"Fish – Blue","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[256,128,0],"ix":2},"a":{"a":0,"k":[256,128,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":512,"h":256,"ip":300.00001221925,"op":450.000018328876,"st":300.00001221925,"bm":0},{"ddd":0,"ind":4,"ty":0,"nm":"Fish – Blue","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[256,128,0],"ix":2},"a":{"a":0,"k":[256,128,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":512,"h":256,"ip":450.000018328876,"op":600.000024438501,"st":450.000018328876,"bm":0},{"ddd":0,"ind":5,"ty":0,"nm":"Fish – Blue","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[256,128,0],"ix":2},"a":{"a":0,"k":[256,128,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":512,"h":256,"ip":600.000024438501,"op":750.000030548126,"st":600.000024438501,"bm":0},{"ddd":0,"ind":6,"ty":0,"nm":"Fish – Blue","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[256,128,0],"ix":2},"a":{"a":0,"k":[256,128,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":512,"h":256,"ip":750.000030548126,"op":900.000036657752,"st":750.000030548126,"bm":0},{"ddd":0,"ind":7,"ty":0,"nm":"Fish – Blue","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[256,128,0],"ix":2},"a":{"a":0,"k":[256,128,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":512,"h":256,"ip":900.000036657751,"op":1050.00004276738,"st":900.000036657751,"bm":0},{"ddd":0,"ind":8,"ty":0,"nm":"Fish – Blue","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[256,128,0],"ix":2},"a":{"a":0,"k":[256,128,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":512,"h":256,"ip":1050.00004276738,"op":1200.000048877,"st":1050.00004276738,"bm":0},{"ddd":0,"ind":9,"ty":0,"nm":"Fish – Blue","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[256,128,0],"ix":2},"a":{"a":0,"k":[256,128,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":512,"h":256,"ip":1200.000048877,"op":1350.00005498663,"st":1200.000048877,"bm":0},{"ddd":0,"ind":10,"ty":0,"nm":"Fish – Blue","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[256,128,0],"ix":2},"a":{"a":0,"k":[256,128,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":512,"h":256,"ip":1350.00005498663,"op":1500.00006109625,"st":1350.00005498663,"bm":0},{"ddd":0,"ind":11,"ty":0,"nm":"Fish – Blue","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[256,128,0],"ix":2},"a":{"a":0,"k":[256,128,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":512,"h":256,"ip":1500.00006109625,"op":1650.00006720588,"st":1500.00006109625,"bm":0},{"ddd":0,"ind":12,"ty":0,"nm":"Fish – Blue","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[256,128,0],"ix":2},"a":{"a":0,"k":[256,128,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":512,"h":256,"ip":1650.00006720588,"op":1800.0000733155,"st":1650.00006720588,"bm":0}]},{"id":"comp_3","layers":[{"ddd":0,"ind":2,"ty":4,"nm":"Eye – Center 3","parent":4,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[19.963,0.394,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":26,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":29,"s":[100,20,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":32,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":95,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":98,"s":[100,20,100]},{"t":101.000004113814,"s":[100,100,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.143,0],[0,4.142],[-4.143,0],[0,-4.143]],"o":[[-4.143,0],[0,-4.143],[4.143,0],[0,4.142]],"v":[[0,7.5],[-7.502,0],[0,-7.5],[7.502,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298039227724,0.156862750649,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":[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":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":165.000006720588,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Eye – Outer 2","parent":4,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[20.783,-5.884,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-6.074,0],[0,6.075],[6.075,0],[0,-6.076]],"o":[[6.075,0],[0,-6.076],[-6.074,0],[0,6.075]],"v":[[-0.001,11],[11,0],[-0.001,-11],[-11,0]],"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":[-0.819,6.278],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[130.677,130.677],"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":166.000006761319,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Body 2","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":0,"s":[270.25,149.5,0],"to":[25.119,33.542,0],"ti":[14.938,20.863,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":75,"s":[318,123.75,0],"to":[-23.531,-32.865,0],"ti":[-16.59,-26.147,0]},{"t":148.000006028164,"s":[270.25,149.5,0]}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[200,200,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-35.067,0],[0,0],[37.417,0],[3.485,3.788]],"o":[[3.485,-3.788],[37.417,0],[0,0],[-35.067,0],[0,0]],"v":[[-77.574,-0.389],[-5.177,-38.083],[67.574,0],[-5.177,39.333],[-77.574,0.389]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298039227724,0.156862750649,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":[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":169.000006883511,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Tail 2","parent":4,"sr":3,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-67.824,0.389,0],"ix":2},"a":{"a":0,"k":[28.801,0.389,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":0,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[1,0.333,0.333],"y":[0,0,0]},"t":15,"s":[60,100,100]},{"i":{"x":[0,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":30,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[1,0.333,0.333],"y":[0,0,0]},"t":45,"s":[60,100,100]},{"i":{"x":[0,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":60,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[1,0.333,0.333],"y":[0,0,0]},"t":75,"s":[60,100,100]},{"i":{"x":[0,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":90,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[1,0.333,0.333],"y":[0,0,0]},"t":105,"s":[60,100,100]},{"i":{"x":[0,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":120,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[1,0.333,0.333],"y":[0,0,0]},"t":135,"s":[60,100,100]},{"i":{"x":[0,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":150,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[1,0.333,0.333],"y":[0,0,0]},"t":165,"s":[60,100,100]},{"i":{"x":[0,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":180,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[1,0.333,0.333],"y":[0,0,0]},"t":195,"s":[60,100,100]},{"i":{"x":[0,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":210,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[1,0.333,0.333],"y":[0,0,0]},"t":225,"s":[60,100,100]},{"i":{"x":[0,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":240,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[1,0.333,0.333],"y":[0,0,0]},"t":255,"s":[60,100,100]},{"i":{"x":[0,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":270,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[1,0.333,0.333],"y":[0,0,0]},"t":285,"s":[60,100,100]},{"i":{"x":[0,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":300,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[1,0.333,0.333],"y":[0,0,0]},"t":315,"s":[60,100,100]},{"i":{"x":[0,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":330,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[1,0.333,0.333],"y":[0,0,0]},"t":345,"s":[60,100,100]},{"i":{"x":[0,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":360,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[1,0.333,0.333],"y":[0,0,0]},"t":375,"s":[60,100,100]},{"i":{"x":[0,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":390,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[1,0.333,0.333],"y":[0,0,0]},"t":405,"s":[60,100,100]},{"i":{"x":[0,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":420,"s":[100,100,100]},{"t":435.000017717913,"s":[60,100,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[11.247,-5.626],[-0.003,0.126],[0,0]],"o":[[0,0],[-0.253,-0.251],[13.247,4.501],[0,0]],"v":[[22.59,0.39],[-16.872,31.126],[-16.872,-29.876],[22.591,-0.389]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298039227724,0.156862750649,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":[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":450.000018328876,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Looping – Fish – Red","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":30,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":35,"s":[6]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":40,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":45,"s":[6]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":50,"s":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":65,"s":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":85,"s":[-16]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":112,"s":[-16]},{"t":132.00000537647,"s":[0]}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.084,"y":0.819},"o":{"x":0.409,"y":0},"t":-31,"s":[-105,869,0],"to":[220.982,-7.782,0],"ti":[635.313,183.564,0]},{"t":0,"s":[561.004,583.857,0],"h":1},{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":65,"s":[561.004,583.857,0],"to":[-10.813,10.436,0],"ti":[0,0,0]},{"i":{"x":0,"y":0},"o":{"x":0.167,"y":0.167},"t":90,"s":[533.004,610.857,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":112,"s":[533.004,610.857,0],"to":[0,0,0],"ti":[10.813,-10.436,0]},{"t":132.00000537647,"s":[561.004,583.857,0]}],"ix":2},"a":{"a":0,"k":[256,128,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":-20,"s":[65,65,100]},{"t":-8.00000032584668,"s":[-65,65,100]}],"ix":6}},"ao":0,"w":512,"h":256,"ip":0,"op":1059.00004313395,"st":-739.000030100087,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"Looping – Fish – Blue","refId":"comp_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":20,"s":[-12]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":45,"s":[-12]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":65,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":92,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":99,"s":[-6]},{"t":106.000004317469,"s":[0]}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.084,"y":0.836},"o":{"x":0.409,"y":0},"t":-34,"s":[1011,667,0],"to":[-133.83,-17.855,0],"ti":[-821.575,-111.519,0]},{"t":-4,"s":[246.806,702.142,0],"h":1},{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":0,"s":[246.806,702.142,0],"to":[11.762,1.214,0],"ti":[0,0,0]},{"i":{"x":0,"y":0},"o":{"x":0.333,"y":0.333},"t":20,"s":[294.806,668.142,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":45,"s":[294.806,668.142,0],"to":[0,0,0],"ti":[22.425,-12.519,0]},{"t":65.0000026475043,"s":[246.806,702.142,0],"h":1}],"ix":2},"a":{"a":0,"k":[256,128,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":-24,"s":[-75,75,100]},{"t":-12.00000048877,"s":[75,75,100]}],"ix":6}},"ao":0,"w":512,"h":256,"ip":0,"op":1059.00004313395,"st":-739.000030100087,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Bubbles 11","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[343.5,719,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[200,200,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[24,24],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":93,"s":[87.25,-51],"to":[6.667,-60],"ti":[-6.667,60]},{"t":136.000005539394,"s":[127.25,-411]}],"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":"Ellipse 5","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[15,15],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":89,"s":[74.75,-50.5],"to":[0,-60],"ti":[0,60]},{"t":132.00000537647,"s":[74.75,-410.5]}],"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":"Ellipse 4","np":3,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[19,19],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":81,"s":[94.752,-52.5],"to":[0,-63.333],"ti":[0,63.333]},{"t":126.000005132085,"s":[94.752,-432.5]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[81.746,81.746],"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":"Ellipse 3","np":3,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[17.875,17.875],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":76,"s":[67.815,-55.813],"to":[1.416,-9.833],"ti":[0.749,63.667]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":81,"s":[76.313,-114.812],"to":[-0.749,-63.667],"ti":[2.166,53.834]},{"t":123.000005009893,"s":[63.319,-437.814]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[142.652,142.652],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":75,"s":[0]},{"t":81.0000032991976,"s":[100]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 2","np":3,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[17.875,17.875],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":76,"s":[90.312,-52.813],"to":[0,-6.833],"ti":[-2.333,62.667]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":81,"s":[90.312,-93.812],"to":[2.333,-62.667],"ti":[-2.333,55.833]},{"t":123.000005009893,"s":[104.312,-428.812]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[98.602,98.602],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":75,"s":[0]},{"t":81.0000032991976,"s":[100]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false}],"ip":75.0000030548126,"op":150.000006109625,"st":26.0000010590017,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Bubbles 10","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[189.5,792,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[200,200,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[24,24],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":29,"s":[87.25,-51],"to":[6.667,-60],"ti":[-6.667,60]},{"t":72.0000029326201,"s":[127.25,-411]}],"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":"Ellipse 5","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[15,15],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":25,"s":[74.75,-50.5],"to":[0,-60],"ti":[0,60]},{"t":68.0000027696968,"s":[74.75,-410.5]}],"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":"Ellipse 4","np":3,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[19,19],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":17,"s":[94.752,-52.5],"to":[0,-63.333],"ti":[0,63.333]},{"t":62.0000025253118,"s":[94.752,-432.5]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[81.746,81.746],"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":"Ellipse 3","np":3,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[17.875,17.875],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":12,"s":[67.815,-55.813],"to":[1.416,-9.833],"ti":[0.749,63.667]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":17,"s":[76.313,-114.812],"to":[-0.749,-63.667],"ti":[2.166,53.834]},{"t":59.0000024031193,"s":[63.319,-437.814]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[142.652,142.652],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":11,"s":[0]},{"t":17.0000006924242,"s":[100]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 2","np":3,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[17.875,17.875],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":12,"s":[90.312,-52.813],"to":[0,-6.833],"ti":[-2.333,62.667]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":17,"s":[90.312,-93.812],"to":[2.333,-62.667],"ti":[-2.333,55.833]},{"t":59.0000024031193,"s":[104.312,-428.812]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[98.602,98.602],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":11,"s":[0]},{"t":17.0000006924242,"s":[100]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false}],"ip":11.0000004480392,"op":88.0000035843135,"st":-38.0000015477717,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/TimeStretch.json b/ohos/flutter_lottie/assets/Tests/TimeStretch.json new file mode 100644 index 0000000000000000000000000000000000000000..2cbcabe25da68e3fbf77f1158956b2ebe4c85833 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/TimeStretch.json @@ -0,0 +1 @@ +{"v":"4.8.0","fr":29.9700012207031,"ip":0,"op":180.00000733155,"w":470,"h":470,"nm":"Work Area 2","ddd":0,"assets":[{"id":"comp_59","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[235,235,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[97.961,97.961]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.132077,0,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[-162.02,-164.02],"e":[167.762,175.637],"to":[54.9635429382324,56.609375],"ti":[-54.9635429382324,-56.609375]},{"t":179.000007290819}],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":180.00000733155,"st":0,"bm":0,"sr":1}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Work Area","refId":"comp_59","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[235,235,0]},"a":{"a":0,"k":[235,235,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":470,"h":470,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":0.5}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/TimeStretchAndStartOffset.json b/ohos/flutter_lottie/assets/Tests/TimeStretchAndStartOffset.json new file mode 100644 index 0000000000000000000000000000000000000000..fc127c3cc489bdcb0053a73cb3ad7d98c76a38a7 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/TimeStretchAndStartOffset.json @@ -0,0 +1 @@ +{"v":"5.5.8","fr":60,"ip":0,"op":166,"w":828,"h":1215,"nm":"Залитые дуги 10 + opacity","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Sinie 2","td":1,"sr":1.53474205216067,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[413.199,607.88,0],"ix":2},"a":{"a":0,"k":[168.949,195.88,0],"ix":1},"s":{"a":0,"k":[207.219,207.219,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[11.998,6.913],[13.844,0.193],[-28.149,-0.401]],"o":[[-11.991,-6.921],[14.447,24.162],[-7.102,-11.886]],"v":[[5.137,-8.915],[-34.263,-19.764],[34.265,19.754]],"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],[-14.745,-25.464],[0.311,-0.18],[0.113,0],[14.745,25.466],[-0.31,0.179],[-0.114,0]],"o":[[29.425,0.007],[0.178,0.311],[-0.098,0.056],[-29.427,-0.005],[-0.179,-0.31],[0.099,-0.057],[0,0]],"v":[[-35.4,-21.063],[35.964,20.09],[35.725,20.977],[35.403,21.063],[-35.963,-20.09],[-35.725,-20.976],[-35.401,-21.063]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.894117706897,0,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":[132.535,174.966],"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":"Group 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":48,"op":166,"st":-37.8760708166762,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Krug siniy 2","tt":1,"sr":0.98917079207921,"ks":{"o":{"a":0,"k":50,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[412.455,610.955,0],"ix":2},"a":{"a":0,"k":[135.603,464.717,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[0.252,0.252,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":55,"s":[0,0,100]},{"t":111.000102732441,"s":[79.385,79.385,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,105.185],[105.185,0],[0,-105.185],[-105.186,0]],"o":[[0,-105.185],[-105.186,0],[0,105.185],[105.185,0]],"v":[[190.455,0],[0,-190.455],[-190.455,0],[0,190.456]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,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":[135.603,464.717],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[174.179,174.179],"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":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":48,"op":166,"st":25.2165841584158,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/TimeStretchMask.json b/ohos/flutter_lottie/assets/Tests/TimeStretchMask.json new file mode 100644 index 0000000000000000000000000000000000000000..f71e035b02b950499df533a911df1e8c5cfc8fbf --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/TimeStretchMask.json @@ -0,0 +1 @@ +{"v":"4.11.1","fr":29.9700012207031,"ip":0,"op":23.0000009368092,"w":750,"h":1370,"nm":"Time Stretch Mask","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Ribbon Back - Static","sr":0.5,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":291,"ix":3},"y":{"a":0,"k":325,"ix":4}},"a":{"a":0,"k":[291,315,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-14.39,-885.557],[-14.39,-8.709],[427.953,-8.709],[427.953,-885.557]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-10.961,-858.665],[-11.961,2.184],[430.381,2.184],[431.381,-858.665]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":1,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-10.961,-858.665],[-11.961,2.184],[430.381,2.184],[431.381,-858.665]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.675,-777.986],[-0.675,98.862],[441.667,98.862],[441.667,-777.986]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.675,-777.986],[-0.675,98.862],[441.667,98.862],[441.667,-777.986]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[9.61,-681.557],[9.61,195.291],[451.953,195.291],[451.953,-681.557]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[9.61,-681.557],[9.61,195.291],[451.953,195.291],[451.953,-681.557]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[42.646,-422.165],[42.646,418.684],[484.988,418.684],[484.988,-422.165]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[42.646,-422.165],[42.646,418.684],[484.988,418.684],[484.988,-422.165]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[44.526,-387.241],[44.526,447.608],[486.868,447.608],[486.868,-387.241]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[44.526,-387.241],[44.526,447.608],[486.868,447.608],[486.868,-387.241]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[56.164,-316.468],[56.164,531.58],[498.506,531.58],[498.506,-316.468]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[56.164,-316.468],[56.164,531.58],[498.506,531.58],[498.506,-316.468]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[60.044,-294.044],[58.044,556.404],[500.386,556.404],[502.386,-294.044]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[60.044,-294.044],[58.044,556.404],[500.386,556.404],[502.386,-294.044]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[63.923,-255.62],[63.923,621.228],[506.265,621.228],[506.265,-255.62]],"c":true}]},{"t":21.0000008553475}],"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.812,24.809],[0,0],[0,0],[-4.832,-16.006]],"o":[[-4.688,-20.191],[0,0],[0,0],[4.832,16.006]],"v":[[2.643,283.405],[-260.622,-580.905],[-73.869,-579.905],[181.622,275.208]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.282348991843,0.498031975241,0.482345999923,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[280.545,315.285],"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":"Group 2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":23.0000009368092,"st":-52.0000021180034,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/TimeStretchPrecomp.json b/ohos/flutter_lottie/assets/Tests/TimeStretchPrecomp.json new file mode 100644 index 0000000000000000000000000000000000000000..d013cc0f71bd4a47328cc36243981f85d4293eba --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/TimeStretchPrecomp.json @@ -0,0 +1 @@ +{"v":"4.11.1","fr":29.9700012207031,"ip":0,"op":30.0000012219251,"w":470,"h":470,"nm":"Time Stretch Precomp","ddd":0,"assets":[{"id":"comp_6","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[235,235,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[97.961,97.961],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.132076996448,0,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[-160.73,-164.113],"e":[162.559,166.215],"to":[53.8815116882324,55.0546875],"ti":[-53.8815116882324,-55.0546875]},{"t":60.0000024438501}],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180.00000733155,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Time Stretch Shape Child","refId":"comp_6","sr":0.5,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[235,235,0],"ix":2},"a":{"a":0,"k":[235,235,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":470,"h":470,"ip":0,"op":90.0000036657751,"st":0,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/TimeStretchPrecomp2.json b/ohos/flutter_lottie/assets/Tests/TimeStretchPrecomp2.json new file mode 100644 index 0000000000000000000000000000000000000000..a000bbe27c7781a495559b89e39d8f787cefe47d --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/TimeStretchPrecomp2.json @@ -0,0 +1,497 @@ +{ + "v": "5.7.3", + "fr": 25, + "ip": 0, + "op": 200, + "w": 720, + "h": 720, + "nm": "2222", + "ddd": 0, + "assets": [ + { + "id": "comp_0", + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 4, + "nm": "形状图层 14", + "sr": 2, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 604.375, + 402, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + -372, + 42, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 101.874, + 100, + 100 + ], + "ix": 6 + } + }, + "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 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -51.35, + -640 + ], + [ + -51.35, + 640 + ], + [ + -51.4, + 640 + ], + [ + -51.4, + -640 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 34, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 51.4, + -640 + ], + [ + 51.4, + 640 + ], + [ + -51.4, + 640 + ], + [ + -51.4, + -640 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 62, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 51.4, + -640 + ], + [ + 51.4, + 640 + ], + [ + -51.4, + 640 + ], + [ + -51.4, + -640 + ] + ], + "c": true + } + ] + }, + { + "t": 100, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 51.4, + -640 + ], + [ + 51.4, + 640 + ], + [ + 51.1, + 640 + ], + [ + 51.1, + -640 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "路径 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.96862745285, + 0.960784316063, + 0.172549024224, + 1 + ], + "ix": 4 + }, + "o": { + "a": 0, + "k": 100, + "ix": 5 + }, + "r": 1, + "bm": 0, + "nm": "EditableColor#2", + "mn": "ADBE Vector Graphic - Fill", + "hd": false, + "ln": "2" + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + -310, + 42 + ], + "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": "变换" + } + ], + "nm": "矩形 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 100, + "st": 0, + "bm": 0 + } + ] + } + ], + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 0, + "nm": "测试2", + "refId": "comp_0", + "sr": 2, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 360, + 360, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 360, + 360, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 720, + "h": 720, + "ip": 0, + "op": 200, + "st": 0, + "bm": 0 + } + ], + "markers": [] +} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/TrackMattes.json b/ohos/flutter_lottie/assets/Tests/TrackMattes.json new file mode 100644 index 0000000000000000000000000000000000000000..2d1b8f72994b5e4fd3a8588dd49b78126580cca6 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/TrackMattes.json @@ -0,0 +1 @@ +{"v":"4.5.8","fr":60,"ip":0,"op":119,"w":100,"h":100,"ddd":0,"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.5,-53.75],[-0.5,61]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.133,0.816,0.757,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":2,"mn":"ADBE Vector Group"}],"ip":0,"op":119,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 3","td":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[55.75,111.25]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-28.375,-0.625],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":119,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Elipse 2","tt":2,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.16],"y":[1]},"o":{"x":[0.84],"y":[0]},"n":["0p16_1_0p84_0"],"t":0,"s":[0.221],"e":[180.11]},{"i":{"x":[0.16],"y":[1]},"o":{"x":[0.84],"y":[0]},"n":["0p16_1_0p84_0"],"t":59,"s":[180.11],"e":[0.221]},{"t":118}]},"p":{"a":1,"k":[{"i":{"x":0.16,"y":1},"o":{"x":0.84,"y":0},"n":"0p16_1_0p84_0","t":0,"s":[11.5,50,0],"e":[88.25,50,0],"to":[12.7916669845581,0,0],"ti":[0,0,0]},{"i":{"x":0.16,"y":1},"o":{"x":0.84,"y":0},"n":"0p16_1_0p84_0","t":59,"s":[88.25,50,0],"e":[11.5,50,0],"to":[0,0,0],"ti":[12.7916669845581,0,0]},{"t":118}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[22.383,22.383]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.133,0.816,0.757,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Rectangle 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":119,"st":-24,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 1","td":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[55.75,111.25]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-28.375,-0.625],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":119,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Elipse","tt":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0.221},"p":{"a":1,"k":[{"i":{"x":0.16,"y":1},"o":{"x":0.84,"y":0},"n":"0p16_1_0p84_0","t":0,"s":[11.5,50,0],"e":[88.25,50,0],"to":[12.7916669845581,0,0],"ti":[0,0,0]},{"i":{"x":0.16,"y":1},"o":{"x":0.84,"y":0},"n":"0p16_1_0p84_0","t":59,"s":[88.25,50,0],"e":[11.5,50,0],"to":[0,0,0],"ti":[12.7916669845581,0,0]},{"t":118}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[22.068,22.068]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.133,0.816,0.757,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":119,"st":-24,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":1,"nm":"bg","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[50,50,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"sw":100,"sh":100,"sc":"#ffffff","ip":0,"op":119,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/TransformWithoutEndValues.json b/ohos/flutter_lottie/assets/Tests/TransformWithoutEndValues.json new file mode 100644 index 0000000000000000000000000000000000000000..e2f4909cbdb08740cc60f3a77a38deea26753031 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/TransformWithoutEndValues.json @@ -0,0 +1,251 @@ +{ + "v": "4.8.0", + "fr": 30, + "ip": 0, + "op": 31, + "w": 1024, + "h": 768, + "nm": "new_json", + "ddd": 0, + "assets": [], + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 4, + "nm": "Shape Layer 2", + "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 + }, + "n": "0p833_0p833_0p167_0p167", + "t": 0, + "s": [ + 594, + 474, + 0 + ], + "to": [ + 25.5, + 25.8333339691162, + 0 + ], + "ti": [ + -25.5, + -25.8333339691162, + 0 + ] + }, + { + "t": 24, + "s": [ + 747, + 629, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "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": [ + [ + -8.5, + -23.5 + ], + [ + -8.5, + 23.5 + ], + [ + -59.5, + 23.5 + ], + [ + -59.5, + -23.5 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 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": [ + 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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 248, + "st": 0, + "bm": 0 + } + ], + "markers": [] +} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/TrimPathWrapAround.json b/ohos/flutter_lottie/assets/Tests/TrimPathWrapAround.json new file mode 100644 index 0000000000000000000000000000000000000000..9ad2b3a2da141962417be31bcf6d8f0174aefd77 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/TrimPathWrapAround.json @@ -0,0 +1,4841 @@ +{ + "v": "5.4.4", + "fr": 25, + "ip": 36, + "op": 65, + "w": 100, + "h": 100, + "nm": "识别错误", + "ddd": 0, + "assets": [], + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 3, + "nm": "空 1", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 0, + "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": 40, + "s": [ + 50, + 50, + 0 + ], + "e": [ + 55, + 50, + 0 + ], + "to": [ + 0.833, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 41, + "s": [ + 55, + 50, + 0 + ], + "e": [ + 50, + 50, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 42, + "s": [ + 50, + 50, + 0 + ], + "e": [ + 55, + 50, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 43, + "s": [ + 55, + 50, + 0 + ], + "e": [ + 50, + 50, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 44, + "s": [ + 50, + 50, + 0 + ], + "e": [ + 55, + 50, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 45, + "s": [ + 55, + 50, + 0 + ], + "e": [ + 50, + 50, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 46, + "s": [ + 50, + 50, + 0 + ], + "e": [ + 55, + 50, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47, + "s": [ + 55, + 50, + 0 + ], + "e": [ + 50, + 50, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 48, + "s": [ + 50, + 50, + 0 + ], + "e": [ + 55, + 50, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 49, + "s": [ + 55, + 50, + 0 + ], + "e": [ + 50, + 50, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0.833, + 0, + 0 + ] + }, + { + "t": 50 + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 75, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 4, + "nm": "形状图层 11", + "parent": 1, + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 36, + "s": [ + 50 + ], + "e": [ + 100 + ] + }, + { + "t": 40 + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 0, + -0.75, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + -0.419, + -430.75, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { + "a": 0, + "k": [ + 62, + 62 + ], + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 3 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.727 + ] + }, + "t": 36, + "s": [ + 8 + ], + "e": [ + 95 + ] + }, + { + "t": 41 + } + ], + "ix": 4 + }, + "nm": "矩形路径 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 1, + 1, + 1, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 80, + "ix": 4 + }, + "w": { + "a": 0, + "k": 4, + "ix": 5 + }, + "lc": 2, + "lj": 2, + "bm": 0, + "d": [ + { + "n": "d", + "nm": "虚线", + "v": { + "a": 0, + "k": 258, + "ix": 1 + } + }, + { + "n": "o", + "nm": "偏移", + "v": { + "a": 0, + "k": 0, + "ix": 7 + } + } + ], + "nm": "描边 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + -0.213, + -430.963 + ], + "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": "变换" + } + ], + "nm": "矩形 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 0, + "k": 0, + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 36, + "s": [ + 11 + ], + "e": [ + 100 + ] + }, + { + "t": 41 + } + ], + "ix": 2 + }, + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.333 + ], + "y": [ + 0 + ] + }, + "t": 36, + "s": [ + 241 + ], + "e": [ + 241 + ] + }, + { + "t": 41 + } + ], + "ix": 3 + }, + "m": 2, + "ix": 2, + "nm": "修剪路径 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": -6, + "op": 72, + "st": -9, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 4, + "nm": "形状图层 10", + "parent": 1, + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 36, + "s": [ + 50 + ], + "e": [ + 100 + ] + }, + { + "t": 40 + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 0, + -0.75, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + -0.419, + -430.75, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { + "a": 0, + "k": [ + 62, + 62 + ], + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 3 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.307 + ] + }, + "t": 36, + "s": [ + 8 + ], + "e": [ + 214 + ] + }, + { + "t": 41 + } + ], + "ix": 4 + }, + "nm": "矩形路径 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 1, + 1, + 1, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 80, + "ix": 4 + }, + "w": { + "a": 0, + "k": 4, + "ix": 5 + }, + "lc": 2, + "lj": 2, + "bm": 0, + "d": [ + { + "n": "d", + "nm": "虚线", + "v": { + "a": 0, + "k": 258, + "ix": 1 + } + }, + { + "n": "o", + "nm": "偏移", + "v": { + "a": 0, + "k": 0, + "ix": 7 + } + } + ], + "nm": "描边 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + -0.213, + -430.963 + ], + "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": "变换" + } + ], + "nm": "矩形 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 0, + "k": 0, + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 36, + "s": [ + 11 + ], + "e": [ + 99 + ] + }, + { + "t": 41 + } + ], + "ix": 2 + }, + "o": { + "a": 0, + "k": 150, + "ix": 3 + }, + "m": 2, + "ix": 2, + "nm": "修剪路径 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": -7, + "op": 37, + "st": -9, + "bm": 0 + }, + { + "ddd": 0, + "ind": 4, + "ty": 4, + "nm": "形状图层 9", + "parent": 1, + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 36, + "s": [ + 50 + ], + "e": [ + 100 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 40, + "s": [ + 100 + ], + "e": [ + 0 + ] + }, + { + "t": 41 + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 0, + -0.75, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + -0.419, + -430.75, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { + "a": 0, + "k": [ + 62, + 62 + ], + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 3 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 1.711 + ] + }, + "t": 36, + "s": [ + 8 + ], + "e": [ + 45 + ] + }, + { + "t": 41 + } + ], + "ix": 4 + }, + "nm": "矩形路径 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 1, + 1, + 1, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 80, + "ix": 4 + }, + "w": { + "a": 0, + "k": 4, + "ix": 5 + }, + "lc": 2, + "lj": 2, + "bm": 0, + "d": [ + { + "n": "d", + "nm": "虚线", + "v": { + "a": 0, + "k": 258, + "ix": 1 + } + }, + { + "n": "o", + "nm": "偏移", + "v": { + "a": 0, + "k": 0, + "ix": 7 + } + } + ], + "nm": "描边 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + -0.213, + -430.963 + ], + "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": "变换" + } + ], + "nm": "矩形 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 0, + "k": 0, + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 36, + "s": [ + 11 + ], + "e": [ + 100 + ] + }, + { + "t": 41 + } + ], + "ix": 2 + }, + "o": { + "a": 0, + "k": 60, + "ix": 3 + }, + "m": 2, + "ix": 2, + "nm": "修剪路径 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": -7, + "op": 72, + "st": -9, + "bm": 0 + }, + { + "ddd": 0, + "ind": 5, + "ty": 4, + "nm": "形状图层 2", + "parent": 1, + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 36, + "s": [ + 50 + ], + "e": [ + 100 + ] + }, + { + "t": 40 + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 0, + -0.75, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + -0.419, + -430.75, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { + "a": 0, + "k": [ + 62, + 62 + ], + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 3 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.212 + ] + }, + "t": 36, + "s": [ + 8 + ], + "e": [ + 306 + ] + }, + { + "t": 41 + } + ], + "ix": 4 + }, + "nm": "矩形路径 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 1, + 1, + 1, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 80, + "ix": 4 + }, + "w": { + "a": 0, + "k": 4, + "ix": 5 + }, + "lc": 2, + "lj": 2, + "bm": 0, + "d": [ + { + "n": "d", + "nm": "虚线", + "v": { + "a": 0, + "k": 258, + "ix": 1 + } + }, + { + "n": "o", + "nm": "偏移", + "v": { + "a": 0, + "k": 0, + "ix": 7 + } + } + ], + "nm": "描边 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + -0.213, + -430.963 + ], + "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": "变换" + } + ], + "nm": "矩形 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 0, + "k": 0, + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 36, + "s": [ + 11 + ], + "e": [ + 99 + ] + }, + { + "t": 41 + } + ], + "ix": 2 + }, + "o": { + "a": 0, + "k": -28, + "ix": 3 + }, + "m": 2, + "ix": 2, + "nm": "修剪路径 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": -6, + "op": 37, + "st": -9, + "bm": 0 + }, + { + "ddd": 0, + "ind": 6, + "ty": 4, + "nm": "形状图层 7", + "parent": 1, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 1.769, + 424.75, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "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": [ + [ + -1.75, + -418.562 + ], + [ + -1.906, + -444.312 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "路径 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": [ + [ + -1.75, + -406.062 + ], + [ + -1.906, + -409.938 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "路径 2", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 1, + 1, + 1, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 90, + "ix": 4 + }, + "w": { + "a": 0, + "k": 4, + "ix": 5 + }, + "lc": 2, + "lj": 2, + "bm": 0, + "d": [ + { + "n": "d", + "nm": "虚线", + "v": { + "a": 0, + "k": 88, + "ix": 1 + } + }, + { + "n": "o", + "nm": "偏移", + "v": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.667 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.333 + ], + "y": [ + 0 + ] + }, + "t": 40, + "s": [ + 98 + ], + "e": [ + 22 + ] + }, + { + "t": 42 + } + ], + "ix": 7 + } + } + ], + "nm": "描边 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": "变换" + } + ], + "nm": "形状 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": -18, + "op": 85, + "st": 10, + "bm": 0 + }, + { + "ddd": 0, + "ind": 7, + "ty": 4, + "nm": "嘴", + "parent": 1, + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 39, + "s": [ + 100 + ], + "e": [ + 0 + ] + }, + { + "t": 41 + } + ], + "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": [ + -0.25, + 11.813, + 0 + ], + "e": [ + 6.75, + 11.813, + 0 + ], + "to": [ + 1.167, + 0, + 0 + ], + "ti": [ + -1.167, + 0, + 0 + ] + }, + { + "i": { + "x": 0.667, + "y": 0.667 + }, + "o": { + "x": 0.333, + "y": 0.333 + }, + "t": 10, + "s": [ + 6.75, + 11.813, + 0 + ], + "e": [ + 6.75, + 11.813, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 12, + "s": [ + 6.75, + 11.813, + 0 + ], + "e": [ + -8.25, + 11.813, + 0 + ], + "to": [ + -2.5, + 0, + 0 + ], + "ti": [ + 2.5, + 0, + 0 + ] + }, + { + "i": { + "x": 0.667, + "y": 0.667 + }, + "o": { + "x": 0.333, + "y": 0.333 + }, + "t": 24, + "s": [ + -8.25, + 11.813, + 0 + ], + "e": [ + -8.25, + 11.813, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 26, + "s": [ + -8.25, + 11.813, + 0 + ], + "e": [ + -0.25, + 11.813, + 0 + ], + "to": [ + 1.333, + 0, + 0 + ], + "ti": [ + -1.333, + 0, + 0 + ] + }, + { + "t": 36 + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + -0.25, + 11.813, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + -8.5, + -0.062 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 8.5, + 0.062 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -12.5, + 10 + ], + [ + 0.438, + 14.812 + ], + [ + 11.812, + 10.062 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "路径 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 1, + 1, + 1, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 4, + "ix": 5 + }, + "lc": 2, + "lj": 2, + "bm": 0, + "nm": "描边 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": "变换" + } + ], + "nm": "形状 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 75, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 8, + "ty": 4, + "nm": "鼻子", + "parent": 1, + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 39, + "s": [ + 100 + ], + "e": [ + 0 + ] + }, + { + "t": 41 + } + ], + "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": [ + -3.031, + -8.312, + 0 + ], + "e": [ + 9.969, + -8.312, + 0 + ], + "to": [ + 2.167, + 0, + 0 + ], + "ti": [ + -2.167, + 0, + 0 + ] + }, + { + "i": { + "x": 0.667, + "y": 0.667 + }, + "o": { + "x": 0.333, + "y": 0.333 + }, + "t": 10, + "s": [ + 9.969, + -8.312, + 0 + ], + "e": [ + 9.969, + -8.312, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 12, + "s": [ + 9.969, + -8.312, + 0 + ], + "e": [ + -15.031, + -8.312, + 0 + ], + "to": [ + -4.167, + 0, + 0 + ], + "ti": [ + 4.167, + 0, + 0 + ] + }, + { + "i": { + "x": 0.667, + "y": 0.667 + }, + "o": { + "x": 0.333, + "y": 0.333 + }, + "t": 24, + "s": [ + -15.031, + -8.312, + 0 + ], + "e": [ + -15.031, + -8.312, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 26, + "s": [ + -15.031, + -8.312, + 0 + ], + "e": [ + -3.031, + -8.312, + 0 + ], + "to": [ + 2, + 0, + 0 + ], + "ti": [ + -2, + 0, + 0 + ] + }, + { + "t": 36 + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + -3.031, + -8.312, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + -5.043 + ], + [ + 1.32, + -0.328 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 1.059 + ], + [ + -1.371, + 0.341 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 0, + -17.141 + ], + [ + 0, + -1.395 + ], + [ + -2.07, + 1.016 + ], + [ + -5.125, + 1.375 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "路径 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 1, + 1, + 1, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 4, + "ix": 5 + }, + "lc": 2, + "lj": 2, + "bm": 0, + "nm": "描边 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": "变换" + } + ], + "nm": "形状 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 75, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 9, + "ty": 4, + "nm": "左眼 2", + "parent": 1, + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 39, + "s": [ + 100 + ], + "e": [ + 0 + ] + }, + { + "t": 41 + } + ], + "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": [ + 15.438, + -10.344, + 0 + ], + "e": [ + 22.438, + -10.344, + 0 + ], + "to": [ + 1.167, + 0, + 0 + ], + "ti": [ + -1.167, + 0, + 0 + ] + }, + { + "i": { + "x": 0.667, + "y": 0.667 + }, + "o": { + "x": 0.333, + "y": 0.333 + }, + "t": 10, + "s": [ + 22.438, + -10.344, + 0 + ], + "e": [ + 22.438, + -10.344, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 12, + "s": [ + 22.438, + -10.344, + 0 + ], + "e": [ + 7.438, + -10.344, + 0 + ], + "to": [ + -2.5, + 0, + 0 + ], + "ti": [ + 2.5, + 0, + 0 + ] + }, + { + "i": { + "x": 0.667, + "y": 0.667 + }, + "o": { + "x": 0.333, + "y": 0.333 + }, + "t": 24, + "s": [ + 7.438, + -10.344, + 0 + ], + "e": [ + 7.438, + -10.344, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 26, + "s": [ + 7.438, + -10.344, + 0 + ], + "e": [ + 15.438, + -10.344, + 0 + ], + "to": [ + 1.333, + 0, + 0 + ], + "ti": [ + -1.333, + 0, + 0 + ] + }, + { + "t": 36 + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + -15.5, + -10.344, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "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 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -15.5, + -13.406 + ], + [ + -15.5, + -7.125 + ] + ], + "c": false + } + ], + "e": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -15.5, + -13.406 + ], + [ + -15.5, + -7.125 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 2, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -15.5, + -13.406 + ], + [ + -15.5, + -7.125 + ] + ], + "c": false + } + ], + "e": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -15.5, + -10.516 + ], + [ + -15.5, + -10.133 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -15.5, + -10.516 + ], + [ + -15.5, + -10.133 + ] + ], + "c": false + } + ], + "e": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -15.5, + -13.406 + ], + [ + -15.5, + -7.125 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 8, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -15.5, + -13.406 + ], + [ + -15.5, + -7.125 + ] + ], + "c": false + } + ], + "e": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -15.5, + -13.406 + ], + [ + -15.5, + -7.125 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 16, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -15.5, + -13.406 + ], + [ + -15.5, + -7.125 + ] + ], + "c": false + } + ], + "e": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -15.5, + -10.516 + ], + [ + -15.5, + -10.133 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 18, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -15.5, + -10.516 + ], + [ + -15.5, + -10.133 + ] + ], + "c": false + } + ], + "e": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -15.5, + -13.406 + ], + [ + -15.5, + -7.125 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 20, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -15.5, + -13.406 + ], + [ + -15.5, + -7.125 + ] + ], + "c": false + } + ], + "e": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -15.5, + -13.406 + ], + [ + -15.5, + -7.125 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 26, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -15.5, + -13.406 + ], + [ + -15.5, + -7.125 + ] + ], + "c": false + } + ], + "e": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -15.5, + -11.055 + ], + [ + -15.499, + -8.93 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 29, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -15.5, + -11.055 + ], + [ + -15.499, + -8.93 + ] + ], + "c": false + } + ], + "e": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -15.5, + -13.406 + ], + [ + -15.5, + -7.125 + ] + ], + "c": false + } + ] + }, + { + "t": 32 + } + ], + "ix": 2 + }, + "nm": "路径 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 1, + 1, + 1, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 4, + "ix": 5 + }, + "lc": 2, + "lj": 2, + "bm": 0, + "nm": "描边 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": "变换" + } + ], + "nm": "形状 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 75, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 10, + "ty": 4, + "nm": "左眼", + "parent": 1, + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 39, + "s": [ + 100 + ], + "e": [ + 0 + ] + }, + { + "t": 41 + } + ], + "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": [ + -15.5, + -10.344, + 0 + ], + "e": [ + -6.5, + -10.344, + 0 + ], + "to": [ + 1.5, + 0, + 0 + ], + "ti": [ + -1.5, + 0, + 0 + ] + }, + { + "i": { + "x": 0.667, + "y": 0.667 + }, + "o": { + "x": 0.333, + "y": 0.333 + }, + "t": 10, + "s": [ + -6.5, + -10.344, + 0 + ], + "e": [ + -6.5, + -10.344, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 12, + "s": [ + -6.5, + -10.344, + 0 + ], + "e": [ + -21.5, + -10.344, + 0 + ], + "to": [ + -2.5, + 0, + 0 + ], + "ti": [ + 2.5, + 0, + 0 + ] + }, + { + "i": { + "x": 0.667, + "y": 0.667 + }, + "o": { + "x": 0.333, + "y": 0.333 + }, + "t": 24, + "s": [ + -21.5, + -10.344, + 0 + ], + "e": [ + -21.5, + -10.344, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 26, + "s": [ + -21.5, + -10.344, + 0 + ], + "e": [ + -15.5, + -10.344, + 0 + ], + "to": [ + 1, + 0, + 0 + ], + "ti": [ + -1, + 0, + 0 + ] + }, + { + "t": 36 + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + -15.5, + -10.344, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "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 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -15.5, + -13.406 + ], + [ + -15.5, + -7.125 + ] + ], + "c": false + } + ], + "e": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -15.5, + -13.406 + ], + [ + -15.5, + -7.125 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 2, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -15.5, + -13.406 + ], + [ + -15.5, + -7.125 + ] + ], + "c": false + } + ], + "e": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -15.5, + -10.516 + ], + [ + -15.5, + -10.133 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -15.5, + -10.516 + ], + [ + -15.5, + -10.133 + ] + ], + "c": false + } + ], + "e": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -15.5, + -13.406 + ], + [ + -15.5, + -7.125 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 8, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -15.5, + -13.406 + ], + [ + -15.5, + -7.125 + ] + ], + "c": false + } + ], + "e": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -15.5, + -13.406 + ], + [ + -15.5, + -7.125 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 16, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -15.5, + -13.406 + ], + [ + -15.5, + -7.125 + ] + ], + "c": false + } + ], + "e": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -15.5, + -10.516 + ], + [ + -15.5, + -10.133 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 18, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -15.5, + -10.516 + ], + [ + -15.5, + -10.133 + ] + ], + "c": false + } + ], + "e": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -15.5, + -13.406 + ], + [ + -15.5, + -7.125 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 20, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -15.5, + -13.406 + ], + [ + -15.5, + -7.125 + ] + ], + "c": false + } + ], + "e": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -15.5, + -13.406 + ], + [ + -15.5, + -7.125 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 26, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -15.5, + -13.406 + ], + [ + -15.5, + -7.125 + ] + ], + "c": false + } + ], + "e": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -15.5, + -11.025 + ], + [ + -15.499, + -8.93 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 29, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -15.5, + -11.025 + ], + [ + -15.499, + -8.93 + ] + ], + "c": false + } + ], + "e": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -15.5, + -13.406 + ], + [ + -15.5, + -7.125 + ] + ], + "c": false + } + ] + }, + { + "t": 32 + } + ], + "ix": 2 + }, + "nm": "路径 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 1, + 1, + 1, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 4, + "ix": 5 + }, + "lc": 2, + "lj": 2, + "bm": 0, + "nm": "描边 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": "变换" + } + ], + "nm": "形状 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 75, + "st": 0, + "bm": 0 + } + ], + "markers": [] +} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/TrimPaths.json b/ohos/flutter_lottie/assets/Tests/TrimPaths.json new file mode 100644 index 0000000000000000000000000000000000000000..6cc8d49fcd333f6759e5ba30966ccdf76260c236 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/TrimPaths.json @@ -0,0 +1 @@ +{"v":"4.5.7","fr":60,"ip":0,"op":454,"w":100,"h":100,"ddd":0,"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Elipse 3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0.221},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[58.068,58.068]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0,0.82,0.76,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Ellipse 3","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[22.068,22.068]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0,0.82,0.76,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":394,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":424,"s":[0],"e":[100]},{"t":454}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":394,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":424,"s":[100],"e":[100]},{"t":454}],"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":394,"s":[0],"e":[180]},{"t":454}],"ix":3},"m":1,"ix":3,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":394,"op":454,"st":370,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Elipse 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0.221},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-20.465,0],[0,-6.094],[20.465,0],[0,6.094]],"o":[[20.465,0],[0,6.094],[-20.465,0],[0,-6.094]],"v":[[0,-11.034],[37.055,0],[0,11.034],[-37.055,0]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[-9.369,0],[0,-14.791],[9.369,0],[0,14.791]],"o":[[9.369,0],[0,14.791],[-9.369,0],[0,-14.791]],"v":[[0,-26.782],[16.964,0],[0,26.782],[-16.964,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":300,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":346.5,"s":[0],"e":[100]},{"t":393}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":300,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":346.5,"s":[100],"e":[100]},{"t":393}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":2,"ix":3,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0,0.82,0.76,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Ellipse 3","np":4,"mn":"ADBE Vector Group"}],"ip":300,"op":394,"st":276,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Polystar","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":1,"d":1,"pt":{"a":0,"k":5,"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"r":{"a":0,"k":0,"ix":5},"ir":{"a":0,"k":8.086,"ix":6},"is":{"a":0,"k":0,"ix":8},"or":{"a":0,"k":18.618,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star"},{"ty":"st","c":{"a":0,"k":[0,0.82,0.76,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":240,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":270,"s":[0],"e":[100]},{"t":300}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":240,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":270,"s":[100],"e":[100]},{"t":300}],"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":240,"s":[25],"e":[205]},{"t":300}],"ix":3},"m":1,"ix":3,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"tr","p":{"a":0,"k":[0.224,-0.387],"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":"Polystar 2","np":3,"mn":"ADBE Vector Group"}],"ip":240,"op":300,"st":216,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Polygon","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":2,"d":1,"pt":{"a":0,"k":5,"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"r":{"a":0,"k":0,"ix":5},"or":{"a":0,"k":18.024,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star"},{"ty":"st","c":{"a":0,"k":[0,0.82,0.76,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":180,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":210,"s":[0],"e":[100]},{"t":240}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":180,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":210,"s":[100],"e":[100]},{"t":240}],"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":180,"s":[194],"e":[374]},{"t":240}],"ix":3},"m":1,"ix":3,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"tr","p":{"a":0,"k":[0,0.71],"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":"Polystar 1","np":3,"mn":"ADBE Vector Group"}],"ip":180,"op":240,"st":156,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Path","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-0.223,-15.138],[-14.732,14.549],[15.402,14.772]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0.82,0.76,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":120,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":149,"s":[0],"e":[0]},{"t":180}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":120,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":149,"s":[100],"e":[0]},{"t":180}],"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":120,"s":[336],"e":[156]},{"t":180}],"ix":3},"m":1,"ix":3,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"tr","p":{"a":0,"k":[1,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,"mn":"ADBE Vector Group"}],"ip":120,"op":180,"st":96,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Rect","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[30,30]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"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":"Rectangle 1","np":1,"mn":"ADBE Vector Group"},{"ty":"st","c":{"a":0,"k":[0,0.82,0.76,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":60,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":90,"s":[0],"e":[100]},{"t":120}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":60,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":90,"s":[100],"e":[100]},{"t":120}],"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":60,"s":[144],"e":[324]},{"t":120}],"ix":3},"m":1,"ix":3,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":60,"op":120,"st":36,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Elipse","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0.221},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[56,56,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[22.068,22.068]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0,0.82,0.76,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[0],"e":[100]},{"t":60}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[100],"e":[100]},{"t":60}],"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[180]},{"t":60}],"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":60,"st":-24,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":1,"nm":"bg","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[50,50,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"sw":100,"sh":100,"sc":"#ffffff","ip":0,"op":454,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/TrimPathsInsideAndOutsideGroup.json b/ohos/flutter_lottie/assets/Tests/TrimPathsInsideAndOutsideGroup.json new file mode 100644 index 0000000000000000000000000000000000000000..189fdd053388a5dad823ba12433cd28a8bbc67f3 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/TrimPathsInsideAndOutsideGroup.json @@ -0,0 +1 @@ +{"v":"5.3.4","fr":29.9700012207031,"ip":0,"op":61.0000024845809,"w":80,"h":80,"nm":"Shapes","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"shapes","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[40,40,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[20,20],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[0],"e":[50]},{"t":27.0000010997325}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.894117647059,0.278431372549,0.274509803922,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"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":"Ellipse","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[60,60],"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":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[0],"e":[50]},{"t":27.0000010997325}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.894117647059,0.278431372549,0.274509803922,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,-0.062],"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","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"sr","sy":1,"d":1,"pt":{"a":0,"k":5,"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"r":{"a":0,"k":0,"ix":5},"ir":{"a":0,"k":10,"ix":6},"is":{"a":0,"k":0,"ix":8},"or":{"a":0,"k":25,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[0],"e":[50]},{"t":27.0000010997325}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.894117647059,0.278431372549,0.274509803922,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,-0.062],"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":"Polystar","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"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":[[35,-35],[35,35],[-35,35],[-35,-35]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[50]},{"t":15.0000006109625}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.162837296724,0.110633164644,0.730024516582,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,-0.062],"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","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p833_0p333_0"],"t":12,"s":[0],"e":[100]},{"t":27.0000010997325}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":5,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":60.0000024438501,"st":-30.0000012219251,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/WeAccept.json b/ohos/flutter_lottie/assets/Tests/WeAccept.json new file mode 100644 index 0000000000000000000000000000000000000000..e4b08ff433ecc78144411a9288743588b736c195 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/WeAccept.json @@ -0,0 +1 @@ +{"assets":[{"id":"image_0","w":400,"h":211,"u":"images/","p":"img_0.png"}],"layers":[{"ddd":0,"ind":0,"ty":2,"nm":"weaccept.jpg","cl":"jpg","refId":"image_0","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":31,"s":[100],"e":[25]},{"t":60.0000024438501}]},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[90]},{"t":60.0000024438501}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[0,0,0],"e":[200,400,0],"to":[33.3333320617676,66.6666641235352,0],"ti":[-33.3333320617676,-66.6666641235352,0]},{"t":60.0000024438501}]},"a":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[0,0,0],"e":[35,270,0],"to":[5.83333349227905,45,0],"ti":[-5.83333349227905,-45,0]},{"t":60.0000024438501}]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[100,100,100],"e":[150,150,100]},{"t":60.0000024438501}]}},"ao":0,"ip":0,"op":61.0000024845809,"st":0,"bm":0,"sr":1}],"v":"4.5.0","ddd":0,"ip":0,"op":61.0000024845809,"fr":29.9700012207031,"w":600,"h":600} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/WeAcceptInlineImage.json b/ohos/flutter_lottie/assets/Tests/WeAcceptInlineImage.json new file mode 100644 index 0000000000000000000000000000000000000000..9388293e6983a30f1960a2298608629298f87cb7 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/WeAcceptInlineImage.json @@ -0,0 +1 @@ +{"assets":[{"id":"image_0","w":400,"h":211,"u":"","p":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAADTCAYAAACvBEW6AAAgAElEQVR4nNy9WY9l2XXn99vDGe8YQ0bkUEUWRVKcJXWrmxSlBnowYEP2mwH7wQYM94PRX6M+lL6AAT/ZFtpCa2BLZFWxipVjjHc6w578sPc5cSOYlVFislQl7sTNe+OO55y99xr+67/WEj/87jeCMQZjDSAoq5L5fMF0MaMsSn7x4QccHR+hs4yXr17x/MUL+r5HSIH3nmbT4T3oTFFVFQFB07Y4F1CZJiAJIRAC4D0gQAgQEoQgd7zVsPLtPh/6DKkkWiqEEBAC3gfwPh638+R5Tq413nm6tsViEenzohBUVYXSGmsdQkmyPKN3lt1uRzmdEELAEuJ3S5BCIpRECokqBH3f03c9hIBSCqUUIoD3nnjhQIT0e9y+9+Oj32zY4IGAjHdkAYQQ6CAQCIJzaK0RSuK9p3eWEAJCKzKtaf2bJ1DKN09Q8P6tjt+/5eeH9fNr1zf9nUmFsQZn4nlrIRFSEHyIvy1EWt8BRJxbpRVaaaSSKKWw1mL6HmMM3ntEeo+SKn7uSxzj+ae/714HhcA5hzMWbw34veMVEnx/86cQv3ZzziGEQCmF1vrWvRCCJtPc/sVhpHV/z/q+b/7vW3898fOfNf94H3/Dh3geRLnX9z3WGGT6xOvOXUBaF+ks9p5HxM91au98w3DWN4+FePP5v93uf/uh57MZ1jmstXjvscGz3W6x3lHXNcvlkq7rMM5xeHhIlmc8f/6C7W5HnueEUmCdRcko+HwAJSWBgJISF+IpDhfyyz/l2yPP83jezgKghERJhVRxZkWArm1pux25zJnNZmRZRtd1NLuG1jasrq5uvlCAyHLKac18scCNGyHgoxYl+ICzFgK43kTBIwVKZei0sfAeIcDZt9Sw9459gRD/DAEIIc6hUqOQ9EmpQtowUiLuUSC3vv+f4bDO4pzDuziTXgpk2FvD4mZFByAQonIRDghRCfsAxOslhw8lA+E+AfHPadxVhqNiTY+H8x2EvhACsiy9z5F0MEIKpJQIIfiS9es4Rskl9lb0aDhEwzMaxoKQFMXwns9SIAJAyZtfECE+FwRBfNUk5euHni8WdF2HS8Jh1zRstxtsiJZDNa1xbXxc1zVVXSOE5Oz8jK7rkJWm73sCg7YXaK3BB7TWBBcIwUdLefBAYJyR8CVfpa5rkVJSVRUHBwc8ODpiPl9QZDkAJ0dHNE3L6vqaq6srdpstIXjyLCPLchrbslpds93tcN7TdC1d29BcrDGlQeVZXExKJktM3iwuAa03o/IVQoDz+ABSCJRQ+OCHt34x447lNTwZ93hAKZmUyd570/EH/zl291dEAPymI8/zaEkjCN5H73HP65DI8RRFMhujgBwUbhSegxUehBw/G5LH+bs0hvMa10jSAHc9hUFBeOduXQ8hBEpICINV/+bfezv/8/MNkayEKPz3zmtAVob9sac47iqQ4bm7HojI9jGFG7kwGiVfFQ36GUNPJhO897iuQytFVZV47/CAUpLtdktdT8jyDGstWZ7x8NFD8qLg+fNnGOlwzmGdI3iPGIShiorEB4sPAkkgyaQ0vhr6VWmFUpo8y8mzKOx3ux0XuzO22x3b9ZoHx8d885u/R5EXrFdrXrx4wcX5Obtmx+HRIVVV0huDkBLjLNfX11yurmnblm69jotFClAKMk2e5+g8RytFXdajQDLGRGXsPZnOoiL+gkdIVjKQFnVI1mLa0MHGza5khPqIx+qcp3cdQb0lhvgVH4MCsQm6GKANvyck972IQWE4HwaHDoFAyGgQBBHw3uFcwAeP4ndLgQxjX/Dte6/D4wFaMkmRSCnHG+Mac18NBSvSHO4hKD74aBDvy3chxj9viX1xs79+bc14dectYu9v8dVXIPP5HGMMXdfhgyfLMqbTKcY7pBDYriOEG6zXOU+ZZSyXC6QUvHj6MuK71uJDQDJYFxKtNcYFhPckHR3jC3FXEW22L/cCKSkJ3rJrtjhvWF1fY0zP6uqagOeXH37AZDLh0ekp7733Hk8ePebrX3+XBw+O2KzXPHv2Cu0zQhAoFEcHx3zj0Xts24arqyt++fHHGGtp+w7T9dAZehwuM1ilUAuJTni4QIPwuODABnxwI8b6mUO83fULw1wIccvq8d7hfcBbi1KKTOSoTCGkwFqLNQZjDHlVvPH75T0CIHzFIZy2bbHW4kyEOLVUSClHj9ENcIyMwkWEqJQHq9S7KCxFEAhJfM9gWX+1ZcNvdex7IoNyEELgmgaUJstzpFLR+wC8i+tP3RPD+KcYAoEURMg2ueKv9b4/S9jvK9MB5oK455xjcDlEem1QVIJw7/b+shEc9dOf/PH7AM47nPMgBTrLEAKMsZRVhUkBxLquUVrTdR1KKY6Pj9lumxhkSwtCDBMuhphISLhhClCPPx0vmnxLH/StL6CXWGtwfUfX99gUc8gyjRSKw4NDnHNcnJ/z6a8+5eWLF/SmZzGbc3p6ynJ5yPLggCzLxmtQVTVlWZJlGQeHBywWC4qyRAqBcQ7vLME7nLXYfkPvHEJIsixDZxolo9D1CTL5Is/feYcQMViKEMgUHA7WRVjT+zGYJ2TEd53zdKYn9D1C61sQxN2blPdYkG+pQN7WQvN7iOrr7p2xGGvwzkWSg5RIpZBpo9s051IKZFIuQsbXpBgsyHjtUlg1yZP4/H1B3i963Hf+MlnBIa2Fuxa34B8Xx7kbFxmNyXT9oiIelHCMDSa37rW3+2b/vmO7iVHy2vshMCOHmB9ExKU30QN5WwNIAGHwzm5f3s+1sr9sBfL9737r/aIoyLIMYyzWuZFB4r1jOp9BCAglyfMcpRUI0FpTFEV0y73HWoeUApGYJTcMguTyDQtx+OVh4Y4W8G94e8tRFRWBgHcWgsc5gzEdxvQ4Z3GmR2tJWZaA5+rqkqdPf8XHH/+Sjz76gK89fA8lNGVWUugCHNjeIoOkziseHDxgXs+YlVOmRU2dVxQyRweF9opemAjk2gDOI4NEIZGI9P8geMToRou9CxDe0gOJCiSyS4QQiEGBuMg+0Wk+XWKjuBBjWta5tIEkwYfPvGVav3n65FdbgZyenFBVFWWek+c5WZaNSjGEgLV2D4JRyMSui7ESiQ/+BiJkXyjsK5Uvb7ytAlHyBtt/3dhnJb12qOFaDqzD+BktI8vPO/9mBXIfS+ktFYgIN/CVTB6Isw7b90m5DAbzP2Ie9yAtwt757f0mQSASTPqm/fOleyBfe+fR+5PJhKIs6bqOvu+iJZxnCARZkUfPQym6vkdIyWI+J8syNpsN89kSYxN2nzSo9x7nB7ZOckmJuHGMOd1oDfklY3xK6rg4lCIMrI+0WFSicHZ9R9s2eOepipIsy+m6jsurK/76b/+Wpx8/RWvFcrmgKAuEEMzncx4/eULbtiilKPKcsqqo65q6qqkndYQKtSUApm2xTUtnTdyYiQrq7gQf78qb34oCQaDEHQViHd55isRSMwMbKcVIIuOIcT4/65Zl2ZsP4CuuQP7gRz9iOp1SliV5liXvMCoOay0uQb1SKZQacPx9Gqu/PWcjWecNQvWfcLytAtHqzecwBMvj21/z3kRWIcVQXYix1yzLklFr3nwC96yf34YCiT8TPUoAu69AfhMPMkFVcdxWHuPrw8P7aPBftgL5T//Hf3z/5z//OXlRcHp6yseffMx8PicvC7RWbLY7jo+P2Ww3IASLxSIKRa05OTnlH/7r31OWFacPH3J1dcn19Yrlcomxjqura/KiiB5LltN3HVlekOc5dT3Bh0CmFSrLUJlGaYWQkdXig7/FYgmJVnrrXwgEZ+PiTq/DsDnvXzwApot8bmd6govUywgz+BSDgATA4YPD2p4QAnmeUVcVmS/p+57Ly0vWqzVKKMqioG9bnj99xsnRMbO6ptQ5wVoyJIfzBaeHxxwfHPLg4RHzagoeml2LNxbb9iiVURVl9OxCOooInKJURp4XFEWJ9eaWlXf3dp+ADUQiQaZ0FILJEgzW3WIdRbKBGhd3gNGlVyoqOwIEY8DGeIGUCmss3kUrXEk13mTypIS+geuctSMbcKQ/3jOHX7QC+bM//VOmkylFnpPlOYv5nAcPTlgs5pRlifeBXbOjLEqm0ylt09L3PVJK2jYaY9ZaQvAxn0aAsRaBoCgKpJK0ux2ubUHFeJhzfk/5hr394PDe44MfIZ63VkKJFThAcnfvB0/UO3eTAyIi0iCVjPtv33q+s/72qd+vHQPEqRRCqRjz8AFrDX3bJQ/2Df+iC3SL9bRv1Ay/v6+wh+e99wit3nz+3qOVju+VkjzLadsW13WosrzJH9v3KoQAKREqyrPX3objkTLeRCQPpMmOMs35hHAlL8WH5BFFxSYR4/r9sob6D//u37x/enrK2fk5lxcXZHnBZDpNVvQCIQWL5QLrY0JdludY5yjLkrIs2K63SCmo6wl937PbNTG3IgS6riPLclyCuPquQydWi/eebrslS0yjmwm/UQSIFI9JuPIQ6BVSJqtPEtyAQ4pxId3Q/+6/usEFpJJkeU5Z18znMw4OD3lwfMyD4wdMp1Om9ZQiy2M8IgScsyPxYDk9wljLrtuyXW9puxZjDM7GzZ7pjKqqmC/mVGUVBW2yYI217HzDcrnk8ZMnnJycILWm63qazZbtek0xqVFakZcFeZZhnKVpdoQQKIqC3nZvPr97BGxWpPmwDtP3+L2EuSjwbtMOg0hztSd44wYa5jBRte9ulHQsg2EwsnKkGBXG6xKxvmwF8pN//WPmiznz6RQpJdbEJNKqrFgsFpyengJweXlJ3/dMphOkUnRdj9Ya5xxSScqipCiiURbXr0QImM1mKKURWiEHuNDFoL3pO6TWMWC7B//evU5vM0Ky4D/TAh/fuKfYh1cEiPDmIOb+Mb72WG9Z2HcgvRCNkzd5uEFwGwJ6jQH1ums1rhs1Zua89j4kxliM50VUous6XN8jEzw7xnX21+LnnZt73jLsrdc+5mb+vqyhfvC933//D370I375y1/yySef8PjJYyb1hK7vmM2m5GVJXU+AQFmWEW6xJsFaMfu66zom02mEtbZbpJToLMOYHp0XaQKi5TWZTlFKxUBU25CXFSSXHxGpokordILRVNLicST1OwbcYpxm0PpRj6RFKO6dGyB9nRQj9CCVQEmZ5GVIbJCYSOa8S5nTIQk3cB6M64GAVPEYrDN07Y7tboOWkU2Ra02eKco8oyhyMiXJlaLpWoQDhWQ5XfDk0RMenpwidUbTdBhj6ZoWax2ZzlA6I7iAdR5vPag3b+D7BKxUcXMIHxMdRdLHEjG67fsLd/i2Qc3LwI03QYAgxvhX/LwcrSjvHN6mpLwEifhBgIm7VE4+VybuF61AvvnN36OqorKo65oizxBC0pueZtdwcHDAwcGSoiwo8ni7urqi225YHh7hvWeIMcYM5g7Tm0TZ7sjyfFy3A2kizwt0lt0o7TDkG8QDkyKt1d+C8LhPgQysqODvCskB+rlnfaW5vJsXsncA43eR0AYxsNh8QArGtfK6m5NihMaH3xnjFemafqUVyD1jVKmD57H3mADhHgjxix76gw8+4Dvf+Q5Hx8f88uNfAjCdTtjstnRdTzmp4sVTKrrj3o2ZtdYasiwb0/rn8znz+Zyu69B5Qdf1+AA60/TW45PVbK1FSocsyij7k8UqRVQMQzkPKSXb3RbhiJCSHyCZfbjqphbDra0QPh8+ODBljI2bum2bWI4ibdKhhAV+SByLm0IqjZSCXbcjI6OuaqqqSrkk0Pc93ns+/vhjQvBM6xqtFcF5nPdMJhMODw+5NOuYcAn0pscaT1mUfOtb3+Jr777LJ8+fcnl5xeX6ms1mQzGpmUwm9CbGZtQ9IYb7Rtu2KKnIVVTaSvtYcqON1OyqKFOuyHiZ9/ZJfBD/HpLlBsw7jM9573FJaYzQlBRx7pQYabE32cevwYW/pKGTBxBCYLFYcHRwiDE9r1694uWLlzx/8YLpdMqTx4+x1mFMT5ZnnJ2dIaUcvY6Y5xO9s7IsRnpznuVkmcYYy2azwVpDCBLnHbZryatq72huoFkxlFRxX2wq3WBgSClx+wJxzxF507grtF8Lq0bMCUQ0Bn0YEAUw5s0/4EW4ZXwIQAxVJH4LAvzLHoPxIBLbKIQBXRmu4ZfL4lPvfe3x+9ZavvGNb3C9WrHerDl9+BClNSHEGIR1jrZtyFPZgbZt0ZnGOY/pDNfXVyAEk8kksnOAejIBAX1vmEymyKS5s7zAGIO1LtWPsmNSlpCpRpDW6CyWExmy3H2IFvJNBmiES5SQexYGn8/t2Bve2pTtHSdESoGSAq0kSkmaZof3Ll4L4s0HT/AueT8KlCAIh/UG5y1IKIqMqi6ZTCrWm2vOz17hg+P46IDj4wO0FDS7DScnp8zrKc5aNtcrml1DJjV5UZDrjMfvvMPx0TF5UbDb7lit1jjnyYqCqqox/u0grAHb1SIp8BBzdUSCmNS+N0AqsSBI9zHoLkKMZUohI811z9qMWcV+Lwh7oxwihJWO8TMgmS/bA/nhD36Ad57ddsv19TVd26KUZlJPmM/nCCnZ7Xb0fVQc0+mMk5MTCPCLn/+cr339axR5gdYZeZ5TFAV5nqES0zF4HyEsEemhEA0uKSSegNbR49m3ovepwp+rGsAbxn0eyMDCCyn+sg8VRRn/+TyQu2Oc17s09UGZhDCmmb/JA/EjdLp3XPtf9xWHsMQ9N+58rwg3xhwB0F9uoqU+Ojri008/5Q/+8A84OFhycXmBd46DgyV933N2eQEBemOYAHU9YbvdxuJ/ApyzKK3ZbjfMZjOWy2UqvhfzA7rOUJYlxu3GDNTBClFKEZLloLVORdbi68554Ob9w8axNrKBQqKRSh1jCiEkIRfgxqFNPv8bxvjONFF+mLAQkH4QhiLqeSEisTbdI6C30bo2LmZ0FzLDOotIeP9iOuXlyxesLq+4urpECcG3vvUt5tMZZVmi65qmaWhNx2w6o5bx+XXbcH5xgWx3TCYT3nnnHQD+/oNf0K1WWO84ODx86wVQFAU+BJx1GGNQLm44nWVkeY7pBgV1AzWJUXiAsz4RGtL1UWpU8D4p+QGKihTvPYs5ENk3IWDTHOx7IlLcJ56++NE0TSSV6JzrqytePH8BQF1V5HnObD7j+vo6ea9tZCbO55ycPOBb3/4WBNjtdlhnqcqKsirH4pkSSdM2SGlQWkWIOOQRnhWCyXRC27QxbpSC2beIIv9Ya+k3GLeEc4ozwp5AvqcW2t0SJneF+ZtLvYX7i2U6IMkTG8Io6Pflxj/nMV77QbilPSHC/bLtn2Kon/7kj99fXV+zPDhgu93ikkWktI5VZU0sX7JrGqbTKQcHS5qmoWnbhFdG/vt6vaEoCg6Pj6MQSQI/L0uqqma7a2h2O46OH0Sh5QNCSpaLBZPplOlsSj2pY25JckEHz0SnCp5aR6aQSK9BQCca7q2RXLzwOVgqSorRiiB5Gn5I8rOGAXCUDNTem3iJEJLWGWJ6ZIJsCFhnadsdq/U152dnBCKE1fcdH374Cz786EO0Vjx55zHNrufo4IgHxw/I8xxjLfiAyjKqsuR6s2G72eJCYLlcMp3NaI2lT/TGIO0bz+8+C12kwpfCR9Gk0jXTKQZiun4EDCNrJJ2/igl1rjfpkkf4SqtkPQ9VTNNrQ4E8pVQkIyToMjAwTG5KXexDEveyyL5gD+RPfvITjo+POTo8JM8yvPNjdd2madhs1ux2MZmWEOi7nq7tmM/nfP/73+Ply1dcXFywXq8oypLZdEZR5Exn0VORMuYYVWVJWZVIISMJIwXfY7xjzwPZ+wdvX434Pg9EIhILa28+RSSwyFTF4U1j//iGcxiMBCklzt43fzcG3Wtv4raFvs++8t6PFQO+sh7IXmzjdbebatXh1meG50T+xZc7etNQf/DD777f9ZGaao1lNp+xXq/ojYn0zCyjyAu2zY7ZdMrh0TGbzYb1Zo0QgkxlZHnG5eUVZVFw+vAhhICxMUFteRA33mq9oes6Hj95h7quk4cBDx89Yj6fMZvNmEwmFPkNPixEnBOtVMzQ1gohosDzKeirpdqLf/BrFut9k6iVGuEAlESKCJ1plTwiOSSGCULwEbbzBucs1lnKcgoMFUajqHXB4YPFBYfwxHNNWGbXtFxuLnnx9Dkfffgh/+pf/wllUWK9o2s7siLn8PCQclIjEHznB9/j1atXvDo/5/jBMe+8+y5ZltG0UWh58Wae/H0CtuujJ5mpjDzLyFVckD55JEM14HETJsEx0BFt14+OnlY3ZbqHuMfw2VHp7OUFxPnytwUAUakNGd9fBQUSQmC72bJZrwGYTGK8S2vNdD7DWstqdU2WxbnbbNacn5+TZTk//vGPU/zDMqknseVBCGR5znK5ZL1eEwgoranKMlZv8B6daWbTKcaYEZUJoyq/OecvWoGM3mSiFkcjOM2PlHj3+dffXaKElBJj/QiHvdagvk8G3319Hx71sTTTV1qB3PP66LHv4/PJ+ELw5SuQP/njH77/8tmnzGYTTh8cs9tsCNaA82gheHzyiPXVNe26odu15CJnklWEPjAvZzR+h/OGIBwXl2csDxcIFTi7fMXBwYLFwZzL6wu2zYaHj08p65zediwO5pw8PIatRdhArjTTskYBrusp84yT42MEjkxJpAoUmWYyLZhOa+pJTlXnXF++xHUNMoe8UPSmQQhPlmmsaRNPPNws0ltLRCC2LToIcIJ5PeP09F2KvMZYRVktQObIrELoDC80jlip1ie/w1iD9xZB6uWhFVIn2rEUtN7QBYPPJLLOyOYVqi5psLxYX/J//5//F0dHS/7VH/0RD44O2V5esTm/oERzslhy8fKcP/ruD8iLmr/5//4L56s1T568i66nvDq/JGApioq8KCHE0hpBRDZZTI70EWaWPlGm0r2KDC7nLEUZCzv2pse7uOkyrfEETNthrUEGT55pZHC4viMTnllVokqJ0IEgLA6Dw+Gw+ODwpLItEpACFzzGWJwxKZeBGysh9WBJT0YSA4JMKUQQ0UNxUSiIlJsnEfi3BLlEAI1EUSCcJBgJTpEJQa5y/of//t+SazDdBd7vEKHj/OxTXr14QfA9ry6eY31HUWZUkxyhAtb3hOAwtkdpzWI5p65rXp2/4uzsnKIsqesZXd+jxBWXF09ptpc4u6XZXSHomVQ5IhiqMiM4gzMGJQJ1UVJkOd46umZHPSsRqUBjCI6B5eB99JRgKFaY4i4yAyTBC7wDoW92w+vu5ai9whgLiYw6i7OWWIb9s2m2+2PwDFxqHxGTBP3b3Xy6ORfzj6wFY6Dvoe8pAGkM0lqUtWTek4dAKQSllJjOoJORmqtszEsyOIx3eAm6LAgEjHdopSCV9MmLAtHZuK2IBBshXFqVFoJFKhlbH8kMpCSQQ5DgdCykqNwbXZDb+SMDfHxjMXtrCMYSXNwfIiSiT4LdtVQoER+LkKCvod+Rv50z87rbvQZ4rL+U4Z1js1lzfXWFsYY8r2L5DgFZllGUBc462gRdEQJZpllWy7Ea7+p6FQWQziiL6JIXRcFkUlPXNVmmY00oGbPar66vkX3g6PCI6WyKD568iD03NrsNV1dXTCbTGMiNCcAYb7DGUpRFpEhKwatXr9hdbTHbDjJFNSnRKgb8rX2zhaaz6GlMyhgUzfKY8CikwJieXdOk8x1c9Zh8pKSKMNYQ6AtxIpyPGdwDVj00DWrbhq6LWelDlm2eZ0zzKX/xF3/BBz//gD//8z/nhz/8Ic+ePeOTX33KZrPl9PSUy8tLTk4e8NM//Sn/z9/9NR999BEHD0/54Q9/yN/+7C+5vroEZ6kXSyaTSSqM6SjLnF3zZgtRJCvfJUEwBGyHzV5VJc55tBRRKdtY4qVpTHx/lY2LzYcwll+QUqKFxgSRPBOdBIqLbB4Rg+5eciMAkjDw1tFjUm2xQQAOCV6pfPoQr/qCYeDdbocgsrEmkwmiVngfyHVLVZU8/YeXhBBompamaSDEApJKZii149XLM5bLJWU14fHjx+RZwWKxoCwrnPNsrj11Xccge5az3TY0TUPfWVarNV1nEYIbWDdVCsi0Zjabcbm6JM9zyuS9BB+NGms8UnqkHGKEntjyxo/wspQSx5shqH/u427PlbuPY7JmrEDhnMUmB08KidAC70NEH0aPIowwt3evg1j3VXBMA4gCX425bLH+i/ztMA3HGEkAPCHIuA/xiCCQ8tdrbO0f6dsegfpvf/yH77tmx9F8Ri4FzXpF6DuEdxRKcrhcxKZBweNtH+tE9S1SBuazCSoTTOsaZ3ouz89YzhcUmaZrW+qyRCtNu9sRnGM+nVDmBbbv8MaiBHznO9/jyTuPmS/nGNvTtDuyLOPBgyOePHlCVRYcHR9xdHBIXVVIiPkPCb5apozg3hq6rgVivknXdrfdvs+4D87igqesaoqqpGk6NtstzsbM6ButHTFuEVw04pOwG8qfDPTi/ViA3ksO8ykRyyXLcCjONi8mXF1f8/TZU84vzinynEePHrFcHiToQjCdTKjrmoP5gtl8xuZqxeX5ObOyoqhzBNCnBDeZmDkuVcwdg62D23vnGkiRQxB4Gxl3udQx2dE6+q5Hp+zgTMfMYxdcLAhJ9OqyrMI78DaAFzEmJhQq3WQQZEqTKx29ihCJh5kUaCkThJCqMu9h2yHEvBFnzAh37he0i5N3fy2kzzOiPlMM1Q0AlIqQxcnpku12y3ZzTds2WGNZr9es11ussZR1yWK+YDadkWkFRIy/73vOz15RVTV939O1Lc7EMjVaaaqqYjqbUBWa+WzJfL4kz6PhU1Y1RV4ihGQ+n1PVFULAbrdlvVkRvGW+nPPw9AGrzXrs8Kf2IcJEJhko4oPiiUYCCaZVONwbdsftUiY+ZUjfHv8UHTl+83E3jnY3RqKLMkKuxLyTobTJEOsTBLIsT9nhMcHWmJglDyCSgTrEQQPRPQ5DcMMnjZQUiJA6xQCjJzrSBI4AACAASURBVCNCz1uNu/MxkIjSPpIpxnnzfHzbIAvetpaY+m/+9I/fF0Lw4OSEoigxxoIA46Lmns7mI4PGGMO22WGtZTKZcHBwwGq3pq6iNXVxecHy4AClNVfXKwC2ux1XV1cgJIvFnBBgtVqR5RnvvvMuP/3xn3J5dcnTp0/JMs3jR49ZLpcEGFuAShnjD5Hp0tF2bazb1XUY0zGZxFpFESYJuKYH55M7+mYFkkmJd46ymqC1ZrXa0jQNWmUp8zhZ2oSYL6FjQF/IOBlDcclhZqK1PAT9I156lw0miK0+TW9YFBO+9rV3mU2m/OIXH/DBz39Bnud8/etf5513nnB+eclisWCbzvvkSbw+Z5cXPH/2nONHRxweHlCUBZvNhqbZUeQ5Ukma3Q49tAz9jJpZWmWxUKKJMatCZ9Ez6A29MXhrGQgfIUQis0r5DUVZINVtD2RMekvXwgc/kg7gppy3SK/H4jHDgr8zRRBpOsGPNO7IaRBjcPltIazhOAUDXTU+NyiQ//0//i+cnp6iVWC327G6jv1gXjx/xfX1NdebFU2zG4PhRSrVQyDmQ+mYJ+VcpEv3veHs7Iynz57x/Nlzuuaa1XrFxfk5L16+pG3aMUfo8PCAk5NTDg6W1PUkegxuKGkSsM5xeHyEEIKmaWOJjVGgwUByGdbfeN3EDdXaid9tBQK/DtEMa9B7j8xjO4IwGFgDqWYvNpZl2Ugb1iLOoWvb2L5iOH0xrMQwIuXRfk2lSmQWvWh0MlSi/S/CPbW+7j2511z/OPkE4hoetki4eZDOTdybK3evAvmffvpH75fBczStUabDtVvy4MF2FMJTaEkuQWvwpmW3vUbiODqcsZjXXJ6fsZjU5FJgdjsen55Sac31xQXCWS5evWR3fY30nkwA1qCD52ix4N1HD/nk5XOePX+KcT1HD444OXkAMnBxcc6rly8wfcduu2W33mK6HhlAC4kKMQfhen0dFZ4xEKCuapCC3lm0zva8xNdvkbzKQSmm0xlZUdBso3KSXqaCgj2CQIFkWlYsJzXzqqbOMgqdkU+qVKE1QithH+NNNaGG/JYsBeWB0SMpsxypFfP5nOliynaz4eNffYKzjuOTB5RFSbPdRry/N2yuVzw+esA7D05ZvTrnYn1JrjLKvIitVlM2c8xl0UmIDIHSX/dEtKxwxoP1KJVRSBVhpL7HWwvOxlI9IuHeIebvZEWOzjMIOQINQRKCwLvUzdAn1zkZIiJdG+9MjIsEjwge42O/6cioGVx8FWstDT3DA+A8wcUS80KIkZVn7ymlcf/wqSruoECi5ahkLHHzL//lD9BakmWxI+fR4RHz+YxJPePgYMmLly9Yra7Zbbf4NO/WmlGhOGsxpiekviC277m6uuL66ortZkOza2h2PdfXG64ur2nbHucCfdfRNC3GRAu1npQcHi5ZHszIMsWuWXF5ecbB8XGshu0s1qS+PD42YsrzqLwEjAm6UqkUdorecJDhDbvjn78C2U9c3I/LjEoEGddiYgiK5BH75AELIcl0NsYMtJD0XY9rWiDEYrAiwkfRKvJJcSRPb0hNSJB3CCl3J8UhhHjLltV+r6T8IOv2YK2oQG4MtIG/N9zuq6V1rwL5H//tT96H6NKuViuariPPM1wg3hOzZXWexzjJromVZ1MPjG2zi3EKrfHO8c47kSV0db0izzIuLq9w1uFCrI0lpWKxWFBVsRPf3//iQ+bzOcdHR3jnWK/XSCk5PDjg5OSEIi8oy1hOu6orppMpk3oSLeCioJrWdF3clM47ZvMFk7rGGEezXiPUwFJ4/Rbpu44QQhS2BLpdR9e1MRPYWx4dPaQuayZ1GSvp1iU6y24gFnlTpl5wU4NrYH3EviIDxrpHhZSRJutbw2q1wjnHfD5nUtY0bcvl+SXPnj7l+OiY+XzO4mBJCNC0HV3XEaTg6OiID59/zHa7RUjBgwcPqKqSy8tLrtfXCb4YzI1w+/SHBSDzGGxNLYgzIgTok+ASaf6Vjtav8z71BSGWMg/Z+L0hMBa2hCEL3Y2LNfhUGsbdFNhzo9chYjUCdVOJQA0VkuHGVU8bRiYqqHtrDyS83gORIeUneT799FN+9nd/w8/+68+4OL/AOc+knvHg5ASZikwO5zNklA/U3rqepNdSS1tikymIStCZjqqqmNQ109ksJicKwXa3pW1arO1pmh1d28bYRxaLeNaTmvlszvnlNUIIyqKIUEuaYK0ziqKga7uROjtAXIQ9q1zdXha/awrk7thXIiEEzPB3Ko80VPf1ienJAAP6m8Tlvje4lB8lEulj6Gcu9gg7ke6cPA8R0w0CKRfKEyHxt1Ug8UdvbnfHHoQ3zu3e+95agfxvf/aH7xfOUsqA224oJBxNK2SwFCIQvGFaaMpCo4KlbdbkMjCfVQTTol2gkBC6DtvueHLyAO09m6tLFnWFMBblHYWUFEKQCYFyFtvsEMZQHi4oiiwyuYJnuZjx6NEpB8sFRZ5zMF+wWMyZTaaURRmrxgpJJjVlUVLNqhhsJVaMdTYG9J3zNF3HWOrks2IgtiMIQd/H3AodNIRATcHx8pAf/f53WUym1Dri+JkA4QKu77C9oQkuLbSYxT5SUBOGGunGKQksJYLtVe7BY/H42Eb36hJPYLaYxTIov/qEttnx8OEp88kM4T3zqqbbbNmcX3I8W6CnNe1mh2l7DuZLpvWEdtuwXq1xvY1wW9j3PIaYyGCLFFjr0YHYRtdZTNehTEcmwbYNVSbJM4kMDvCopDy6dof1OlFv43cGEca/RYqZoCVCCbwIWBwOT1AhUUjVSAvVUt2iTSdDLs5TgpLjRol9GYL3BP22pRxc2u/REg1DL3gZodMHJ3OqqiTLonEQfODs/BU/+9nf89d//V+YTGq6tmG33dI0O5y1eG8xXU/fdTER0FnyLKeuKoo8h+DpmpbddkPTGLTOyLKC+XzB0dExVVlT1xWnpw8jQy7ThGCxzuBcD8KT55q6Lllv27TuBHkeC3fmeay71XVtnOfRQA2jcifqa7z43fdAXnd/44mQ4B5i8q9IMjntY2studYIF69dJhSm77GDAiHV7koeBzLceCAJeo8LV6aLGuvsBSFTDOQtSQz7CuSWbzGcv9yzHW/+ySQP3NsqkP/5z/7F+1IpilRzp55OYsn25AqbECLnPRVS3O4ahBBU9STVUdI469jstmy3W46OjjHWcHl1xXQyQemMrutiEtV8hnOOly9fslqtmc1mvFivsNby4PiE73//ezx5HHtovHjxgqvLK5RUEfO1nq5t2W62NE1kgmmtuVidp3yT6BGdnZ+z3WwoyyqyuTbbvSv96/fFtCbLC7yJG+FgfsDR4RHvvfN1fvTDH1GXJQRwtsd5j5QhuaSRGeMyGXNU9vIfYqXeHmNNZGX5WM58SAwbLSACtcojnIDDOEO/ixZjmcfy4B9++BFd27FcLKnKkrZpWS6XLJcHPH/xnMfffo/NZhsrCHjPZBoD7tbbyCBKPPdw1wMZ10XspKhFZBpJZyPs4aPyiRBIICvyaL0mL8F6T9dZnJMEIUZWGim+IZVIOQ1utH734YSxgKXQiV8f80RuFP4+XiuSgkoB4iTInfeo4i2LgTFAbK/3QOpJLOW9WV9GL9e6yNKRUVgPQnm327Fer1FKx/4hRYQ2u66jazuuVysuLy/ZbrcQYgWAuq5TXThF33dj2femaQg4Foslzhqm0ynHx0ccHh5RVjmmN1xdX3F5ccnDR+/E2OR2ixCxgnZVVex2DVdnZ1STabyMyfuL3amHmnMaG363YyB3Fcfdx2GvX1FICkRJhUyxzhjH0hGS5SaIbhJJZ6iVIJLHQarNNcRSrPMJUZKJUZgqXIvoQQf3dkH0mzI3A0SdNOBgLI7e0P7tBil5awXyv/74++8r75iWBQfTCcEaXLujyDU6eKqyoFIS07fo4Gm2G2yzY1aX+L7F7xomeUa/2XBQV9jdlvNnT3mwmHN6cEC7XjEvC0olkdagnKOUAu0dq7MzXmyueXTygO9865vUZc6Hv/g5P/vbv8Eby5PHjzB9z2RSc3hwxGK5IMsKjHM0Tctu11BMCiaTKYJIyVsslqk/x1WiPiaLww/smpTRnnpYI6BbrTg9eci//3f/nsNqxjff+wZPDk/pdg3nT18wrWpmk5rlbM7R0QFSCLq+pSgKrrodpo+FDV1KnozKJEIFZVmSD93s9kq1DLCXC4bATZzC4mm6lqbraEzLw4cPWTcbrs4vyYuchw9OyLSibxqKLOPZ2Tnf+ea3mVY1n3zwMc5YHp08JBA4e/kKISWuN3gCeZYTgKbpYga5kBgnKMqSSgu6tkW0a4pMscwhx1MFyyQTlDJQKcgESNuBtWSAyDW5BiU9wfUY2+GdIciobI3tQAu8DPTOxNeEJ0iBVwLlFbbrcMZGhUIsLa+koq7r6MVZF/vJOzcGDUMIBGvRdRkVVmJopRdTU7O9937GTciht0bc/DcB/2hAffe777Ferzh79YyLizPOz85Zra9pm57dbovpO169fIGzhkxrmt0O03cE79ls1izm81iNV2cE72iblrbZ4YxBEHAjhkdSBJtUDUJiTM/V1WX0yFRcM3mecXBwwPJgyXQ2ZbXZUlUVSknW6xXNbhc9kbomLwvOnz9nMpsyn88JwcdAe0qCbdsdMjX8+iwFclMLa/Ci9wgPAoZyQ3FP3RhHA119SCbdr7I8/K21futEyM87PnP+UWPAeTitkRDifazMTSyqKhBkQtLsGlxvKIqS4GPH0hAczgeCgKrK0XmsJej66PGFpFx8EDEGaCzB9ORFlgypO4mHST6wd/1uFRwdoOLBYGPfcxcknHJsQXFTP2xIBk0Kbi+RN+qUgS4vUrVz/8b9o/7Tf/dv3o9HKOh7w2q7jWUU8ixhzPGCNsYQvKezlizLODo6Js9zRJApE3cddV6qhVSUJSF4Lq+ukTL227ihFEaLXGeak29+k6OjI7q+41ef/IrtZsvJ6Slf+9rXYnZ6PaUoCkIQYxFGKSV1VTOfL5BF1KbWudFatYnG2zQNRVECQ5w2rvobGp8jyzNs33N4cMw77zyhWUUacaliZ8FZPWG5WIIIrNdrXp295Pnz51yvrgBoCdzqh53WwFC9OM+HAHvM5nV7+L8U4lZxtCGSQkIZnHUEFysF922EQ+qy4vT0lNl0irWWVkLbteRlzLdZb9c0TUteFUwmE1bbdQzou0TpVYmJk+lYXbn3sXeHNVhrKEVgNpvxYD5lvpgTTJfaG6eWtmkxC6XRWmKiGomsIBsFUyBEC04pjLMRPxYxkBtEmgwpkXmOcom3njaIDzEgjNjrBZEglyAitHBT2kPeQFjidrZxSJvwPgtKjEHkVP2AITM5btyf/ORfcLA8YLmMTL/gSQxAh3MOpVVKiEsGgB16pCustfRdj0lNtQZDQcpU8kVGOue+UeGcTa0DDH1v6Lodvelp24a+j4y+qqo4PDzg9PQheRkZW2VZ0rYtFxeXrFcrtNYcHhwymS9omobr6xUCyLLYYRIhkqf6egG+34kPYtzmVh/wRBWOuQe3A9NwW2AP8zUok+H1/fvxdwcBJm97rF/UEGIIAg0QbDyGIG7q9UkZm1xJKcmkomsjfK20wlsT1yHR08gyKKsKNVRg9i5541lMMhZZ+v74u1IyKov9Mx0eD2Wh4Ca+GNJ+GRR2ZMneeBvAnoy5DfHuZ+ULBHZEJsQtBTI8vu/660ldoiWIVBm36iJzR+cZVgjo+1jAcGA/VdEqnCDoPWQKtk3DXMGiKlCZonOSfr3i2eUFs+mcTEU8PCaVCYpc47O4gbpcI9otzS5CTUcHxzw+fUA9mcasZRHd+7aLsQ2RZ8yKA3yI+GLR5qxWK0DQZz1aG04ePMD0lo8++miPCrzXp9rHjOjgHNI6cAFhHKVQhLzioJxyWM1xhcW0Hdvtlk8//YSXL1/Si548z3l0/ISDw0PU1Vksb2JiHkrbdVhjR2GhdRYbBDl3q5HSUEtLiKHX+MgHxAtHbxuCDVy/2jCppjSTDqeh/rBG1znvPnrC4mhJe6W5uLygKitm7/4ezrhIiS403/raN9nudlyIC843VzjjU45KhsPHOniZwMuY4+ODoZCGWSU5ncYg7KzNaXY7djuDsyDyKISC1oDivO3i9fQeYwL9IF+8JwseKzx97wlBUFQVRuc434KUZEWJaE3MAE4utbGWYB3WB4xUqbS+QGY5Xkah7ROzTCgRy+ankjtjDoSUiPB5c0Tu1hoaSkfE+8m0jrRoseCdd56w27asVyuaXbRIL8/P6bqWECJhYLeL8KqSGimit6cUSJWhVRYhkAQPW+OSBxBZP845nLO0HTStRCnNw0eneBeLkoYQY3Xr6x3T2ZTZbIbMNXVdMZ+/y2IxZ7FY8MtffsT19SWbzZonT95ht9vEBGB8ophHppHSkvAZtagGuTEoyVg4cbg20Uvzfug8eSPM9pXEfrzhdYpiKNty9/l92OmL9lBStxpcCJHpJ0IkdqQ9mmsdC6iS+tuMWAGIFGQPydiQAnQmybIY33BOoBTRixlqhyHH5GMnoucyKpC9axRzecKY5D22Q4BofA3XPHX7lIlhBXuGMoxxxNFpHIOJIa7xtwwh6hBiXZ46NXrSZYk1FitFtOAHSKbIybOcqVI47+n7ns12S5XFwoh1HesD+QCiLPFtj7WOg+Uyvt86hHWx37rWKUiluMpjf/G8KDk6OqKsp1xdXnJ2fk2eZ5w+fjf2SM5lLPOeR4+i66LAVlksgFgUBV3Xsds21HVNCILVasWrV+fJ1ZOJhaJugtspXgFQFgXHR8f0YkKWZ3S7lqvra9aXV7H21y7GbOYnC2bTKU7FSTUmlmQYrNDpZBox04TTv3r16qYfxt4CCem/aCEMRQfjOQoB1t5Yc9tmg3axM+T52Tl/9Vd/RbPe8O1v/z460ywXS64314Dgva9/HSEEn756Rtd1PHnyBKU1je9pdrvYXlanPBRjyKbz6B677kapASHEhMfZdIoAnF3jlEdXdbTEVY4PnkZGGMI4j8kMKnlYVsnUsjiLSVc+1nsSUtJ0ET/WmcYLi8qigBq6OEK0tobWsEOinJCSkBSxTHELbOzX4qUkSHmrF8TnUR/3jUcPH0ZPmw6lNHU5oWlbrs439Kbn/NWrWECx62naZozR9b0l73umk1k8n5A8464ntKTcEIdPEMNAtHCpRawx0evarCdYZ9Eq5t5AjP3Udc3BwRJV5tR1zXy2oJ7UfO973+Xo6IiPPvqYZ8+e8fTTp0xnUx6WNVdXV+y2DUprlFRJqSRhfWth7qlT79HcLlg6wHyemCMxxP8Ga3gw2AYYa1AK1sb4Wrwe4df6nX9WwPuLHoO3GkIAF5MuCbHZmfcBOXqpN5Z7+sgYexi85NFITQbBQJ1/3Yj7LNz+m73z3rsOUkr83jUeUJRbHoW4+SZx5zvHc0SMkJYf2ui+xdCds9H90Sr2mEhcdo+IbqxQ9KIn8xFnK4uaEAKX3TUBRa0lXkfBR7vDGktd10znU2b6CXmmMdaQeShzTShiRdPeGIzpUa1CdS3eGFohMLuG4AOqmpCVOc+fPwMEIYu0XeUiq6HpLX3XMUklJuoaurZDCpUusqLtWkDSti3bbZMou2a0VLMsQ7cdPsCD2ZLj2YKzs4bVy3N25xuurq/IdMbhfME3vvUedV2zclvOL855+uo5l5cXuEwnBk6L1ip1XJSY3tC0LdvtZoRbhpIcMYk99lxXMowYrNICkUclJzJPsJaimrJdrbjo1+irM4KAa7ND5hpfaB7MH1KWJQ2a3W5HvZzy7sMnrDYrnv7qKY9+713aXcvl+hrbWyweiYq5HTgMsay4Fj1CWbLQI0MLzRYn4EArtDRUORAEWaHJM4kVAWc9M2kJImCUwGtJ42NNrbXzWGPo8wIdoPUw8WCFwgWF8wptwJIy0omMNDmCR8RaSwOLJDV18tbF3hRisAWjy+O8j9UBho037O77xkjzuvEA0xMA9KZDKoHpd0NYkrZtadsdAN/7znfo+471esNmE5uwbTabVIakw9mQFEdsgTz0Tsl17Mq5alcxwD3g2VKm1L8IEfXGRCaXD+RZn2jOkjwTeKupsliq5Hp1yfX1JbPZnMePHzGbzTg+PuQv//I/I8Q0xeEyttstxnQEnXKEpLp11uP9nsMwegEq5giNnRDFjXcxKI79KswAi8VijH0MymO4H6dgT1D+UymN8bdvpGt8wpO8z2h0WmPivLsUDwlDeDpa80olBTHUZ1MCKSNl3zkTE9G9Q4pUM4xUSyzAUChxPOO9KgvDfYT7I5yr9hTHUP05SwbfwK4av2oExNO1DUOCb4h7Sch0nm/XT0TneT72+PZ+yNWQFENlULGL+HbfR0+hLCmKkrIoqasaSWTrZHnOer3G+egrNU2DD7EG1NCZTSmNJwr63tqxUVVZlngkq9U1qjcsFzET/eXLl3z8/Iy8yMnqOXVVoatJzPit6mTdhNiD3Q+1myqMNbGHxpN3KIuai4sLPv30GWevXuG6FiclKivQmSbPYx5E13dcXl7x/Plzuq5nUU557+A9Th+coLXGaMfTT5/y//7df+b8/Jx8HllSV80udgfsOrouYuDAGAy9aT9KZBIFAWkx+ZCSubjt7iO4SZSzlqwoCL3n5dkrthcrTk9PmZeTmAneZ0wmEyazCUJKVus1ZVnx6PFjnj9/jrORQjqdTmmbhp3tUkKZRivFtt3gVeyIF8JesDNYrPP0PmZa5AkiUnmGUhKX6K55kUMIKBET1BSR5uhMbHUssgJTGXxaqIGI67oQBcnIuUrNy7TWZCIGX401o2AKYcB/Yw7FKGiGwGwqERPk7V7sb4uh/+qTX7FYLGiaKzbrNVJoVtcrNuuO2WzGB//w80SZ7ckyzcHB0Rgrqaqas1fnEZpKnpLWOlYHCPHYussuJR+6BJuoVI06KkElVYoBMnrvQ0b61fUVVpUpJjZLgjlCu2VZslwe8O1v/z6r1TXb7ZYsi/WzVqsV1jrquqYZGnLcQOHxsg56NcWkJIKqrsYyOd55pNI4141xjgGmjdMRFcl2u73J6UkxhehJxbU2eCG3vPPPiI98EeM2rX5vpAvRpdp/KqQYntx/b8odGcgEKrYjLooCYSVdl9FbM753VAt7OnJs+Zt+8673Za0dPZAhJjE2ZvM+Jt3eif8NPzLYUDeXMREFAggx1Ah7SwUyPViOJRcCIKRC5xl1PYkbo499rAkC3zt0kGRIpPWUZY6xHZM8Iy8KbLMjq2ukFKxfnkXtqTLquqYsSiCwaztc21IqyWQ+Q2QZVVXjhYwJWM7TrNfs/Jrtdsvh0QnT6ZRicRAFObG0+3SeemOcPY3H2e6ip5PnkT7rHNPpFCHi4jW9JXjP+v/n7U1+Lcuy877fbk53+/u6aDMiMrKpyqSrIy3LUlECZaqxKNKWAAsGBxwYsAHPDA8MmDP+PZZsS4AFeSKYHogiVWKViqysrMo2uozm9bc97d7bg7XPfS+SqaoiKPMAL19GxGvv2Wfvtb71NauNHJZB7OuHaUG5WVOvNqi2Yz6eMjgquDE9ZDga4rzn2bNnfPL8EZ999hkfnX5GbnPGoz0G0zE//uwTgROVwlojA+C4EXjvGY2G8abFwX3wu49X8WHvF4/zDt96lO/QWSY0wqoEa7GZIdSOja959OKZDG+1Z6SmuKYTYdlwRN01hM4zn8z45je+xdOT5xRZzmwyo9yWVCspFCR73kogj3YE5DXRtGhabGjAO1xZowMk8XDBS6tsMWgfGAT5ep0Sem+b5ASryFVKqxSXXlMkGQuvUa0Xi5mgKbuAb2qMTaUCjyyRNJF4gKZu6LqWLE13yv5+o9ph8gra/gSKs6XumhjxFwuk6nfOL/05vv/4k4/Z39+jrpbUVcV4NKNtG5RSFEXO408+pWkaLi8XKK05PDgkhMDp6TllWXL3zhs0TRsP6IAxiUQQxJnBfD6mrmvKqpLNIuoECAofYLVaY63BmgytEwbFmDwv8E4YVY8efS5U6Tt3SbOM4KVoQxkGg4K3337IF198wfGrU7quwxjpWOq6wXt3xYz60stwdYDEg95YBoMheM9ytcJ5gaO1SXcdfX8g9IeIMQKTXR+I951/novR6uXlZfw+VxYj19/+f792M4H+z1yRBJQm1DUtEJQ4SfS7sWL3IVL7W02SpAyHIh9onWQJNd0lffyBxAOb3UbvvUL7sBtg7w6Br+jE+oOjH6QrpSSMT131Hq9/huJaoxjhsv4XfP1X/otcdjwek6WpDEYBrcXDKS9EoCeWCCnGJAQvNMIQfGyFO0IQTLWsai4vF4wnU0ajEduqIUkSTs4upPIGyqpicbnAec9sNmd/f4/LxYLNZo1XYtZH59mWW4Z7h7z19tukkznT6ZRkPKOuKl6cX7BerVksl7Rdx9hamqZmW25jBzIk+EDTNOR5TtdJhzSbzVBKMRisWa6WrJZrmqrEDgSjTtOMe/fuMbwntNt2WbNYLPjpRx/x4U8+5Nn5S7Is492H7zKdTLmol3zwwQeiNi4KiqJAKUXdNLSNZKkkacJ4PBHst20kntdJxaMUGGXgWp5Cr3wN3uOilUc2HMYEQk0+HGLawLYuefT0Ed57HkwFWluv18xmM44OD2XuEjzf/va3ePH/vMLanLF2XFxewArZAONC1gPJpzBdifcd3ssg1AWH6xx1LUW+CkTKqwiovBZsu8d6WxQmBLBSZRfRE2q1FdJB4oRFF7yPrBXBwxOb7jYPkE0nS7Md7TpNU5pI5Oj/vY98FQXxlYtvX175vmLrbRz+Atf7771HlmUcHz9lqRSDQcFmE1heLjk9PeXg4ICqrggBjLUSZwsQNJsIbXZdG12h1a7zCPF1nh5O2G5LAtKZXxfcB+/Jc4GM66ahrCq8ExKDMVL5jsdjFpeXrFdrrLXkecFsNufmzVscmyDYNQAAIABJREFUHR5xcnLKndt3SGzGy5cvgYb5fM5qteb09JR0OAGuOo8/Y1ig5OdMjCHLxFSQ1Qq8x2hDkaU7p+B+riYuylcBYgLh1bsBu4tD4X5/uY7n/6UeHvBnu49rh4cIASUbx+nXWWbxg+OnKJQW65g8LxgOB7S+w3vP5VKcNXRk3QUM3kfQSfkdYPv6LOOKCdV3dn0S65WTRfQzu4a8XjEQw7WCQH1lh3X9Y/4il/mff/sf/Z5JC7RN0SYlywqpCqM7a6INg7wgMwarNc1mS7PdMs5zJkXB/sERTdWQZwVv3H2DzKa4puNgNudwb59mu6Vcrjj+4gt8XTMtcrpyS7m4IFVgg0FvStLgOBqN2JuNGFmFcw1duaRqKly9wXtFkVhmk0NuHhxxY/82B9N9RokiTzJGg0HEMwO3b91iMBrw6NFnHN7YJ0k0X7x8xquTFwynBcNJjlMt6Sih2sC2bnnv7a/xX/+jf8T+YExZbvns0af84Id/zB9/9KeQacI4Ix0XDGZTFusNz548pypr/srXvkWuEtbLDZvVBo9mPJ4yms8Zjqd0KBbrDU3dURRDUpVQVTUmKHKd0SrwGLyEZsibssKc6DyDvEBbS9DSoXQmQKJxynO+OscOB0xv7RESRUgVaZGBFUfg41eveOvhQ05eHrNardibzFA2Yb1YU9UtCsPQKGwXYDBEZwXjsiJLh7zTdSRlw7ww2BBYYmmCotVDOp1Rh0DZes4TWGhFHRQbAr71dJ0n7SR34fZ0ytwaCu0oXAV+S9bWpLplkgS6BEKoQTUY68E4ulDSqgaTBtbbNa1uCFkgJB6nWlpqWushl589UcI58V0rWRBtg0dYg71GyHtQGKxNMSYFZXAeUteR6ZTWK5kNpTll3eCaitFozP/0P/4PPLh7j/fffJP33n6XB/fe5P4bbzA/vIE2htHAsr8/oxhkLJcXnJ4eow3M51OG40KCpqwmSSzgqOqS7XZN3ZR433L69Avq1RrdBTKtSZTBBsHclfPgHV1dic7EgLWKEETtrlUQ23YSBvmIYTHCd4HFxYr1ck21rXj44CFNVZOnooTfrld0TUOWGHzXUVUBrQzWRL2DF7t+pR3GAL6lKBK067g8P2FzeUmiPLnSuLrE4WlqsdcRMWQMW+taurYlSSxpkpDnGWmSyAEfLX2apsHpnNaBax3eidt1D6xceyJ223XAIk62GagEfo6S+7U0x694M8EjJNwIBWmPVgEdapRvCVmGtgbfKhptKfKUqm0YdVumuSdVc4bJgLE2ZM4wcR0Drxg2NXnTME8z0rqhqRyJC7Qqx7uAS4Zkwyk2S2kC1G1L6wKttnib0AGl8+gkofESHe1RUnSi8Y0jOE8+KvAKuiDaKp3Yq/0ieFxEzYNW4vygpXNBxT+3HcoFLKJxsUqJQWRkpV0no6jdf67Onqs4q688jcJOSQ3iiaRHgkn3iWRtxBD9LgdDvpTMNyqSxDIaj3cnprHiDdU5x3q1ws5yJpMJzspJ29SixHbesTpf4UqZL4xVIQmEuXRIaPFkSl0DkRtfVzVfvHjOcrWkGA55++23efHqJYlNODw6ZLFcsN5soqDPsN1uuXvjHm3bMp/NcZ3j808+5sMPP+Tk5SuqquY73/kOl5eXvFpf0jQNL1684OTkFKM1D+4/oHMd69UaHzz37rzBwd1baK05XV6yXC7ZbDaCcUf3YHOtgqldzY6GTl8sv96INm2kUXuH8LRE4BOi3ubTTz9lMBjyzltvRbGY3AvnHOPxGOc80+mUdVPStp14iY2GbC9qFNHx2HmCvar6tFZYRIkbIuS2WxFfxqev/7jXoLo+X6RpGlkv1oj1TKJpdE0bwmtx2n177b3kGPSdzc5M1l/7OZRUVc45EvRrg9z+4SBA18/2oiPwFXvmCgb4eVXYs6dPZe7gK/laShT3w+GQGzduEOo1SZIwm8052N+n7aSqbuqO1WrJeDyOlbVAQUoJGzBEGDOfz3dzD1n38TUjssuQrkvbXicTqKtKkiSB/cMDYWFNxlibxPW22K29tm2ZTGSwPp/PWSwWbLfPARlw176K90k6h0AnXV6kRlfxeeyV6JINJjoWFHTX1sx1PP0KphG2Vc+66hMWZZ6TULpYJfd0oS9dV17C8f929+wvSQHftnhrAYk4qCLUaE0cbOuUPM8obIHWmnEOo+GQxDjSJqXbbkjSBBvCFYtLXa1D39OeVf+bXsG5eB+dD0Kci8lGHwQqondk3nV0sUvptSs2Sf4M0+0/ePVd31fsQT/rsj3kF7+GvCeeWiEavkWucW4tKhRSRfTCMtdGtSO7h9JEBWPZU1tHI4o8FyGgcwItOUfTNCwvLphOJyidxAcnYTweEYoC5T2LtqWrKqr1CktAZXIqOkRBm5uatm0posHcdDrl/Fzw5zzLoogx4ejoBovFgifPnoGCYlCwWq1Yllt0Jq66lWtZrFa03jGaTCgGA06WC5qolD4/PeNiuSDPMqbjCaHu2FYbXNsxHY65f/cNpjcOODs9Zb1Ysry4pHHt1dCL1xH2QAxVQgJg+q7yCo4XV9Ye2kIpYWooqay8TThfXvDhhx9i43Ayj9BRXTeSad517M3nbNqKxWLBRI+ZT2YsVitxjw2dKLa7eIj5EDcIsa4ndLEiFCt3H5wE1cREOE0vvuoZOeKY2+LBK7oqPjRWk2YJBQqtAk0r2PIQR8dVkE+PoQQfwAVS3YsU42tiNGDAKZzzJOrqANG6zxcRpMU1LbWWEC+TpLJuQjQzDDsAgitU+89ex8ev5BmolpydnbHcbCUgazCWQqbZUpYlXecYDkV0GgIsLy45PT5mMhzI+ecCidboIKwzgUNgvVpeQRwxaEgRSGLHv425EyFA54U2bq0hSWVGtlxcysdbi7Uy15BoXGECbjZrgncYrSkGBffv32M0HHB8fMLZ2RmTYSH57k2Hd0LzDCFQNZ1Up0SX5SCuTw6FNwnKpBid0NXdbiCgI+yzU1XHvxNCWQCVEGjoQkfbQNd0kAjMqAL0fgzRWCaiSbKxuthF7hhT/5EQLnn2rm6/il++73qcDwi3N2a9NC1jm3B/OifPc3KTSmBeKl8g1y15rrEaui5wezJhPdScVgJDLYOhqR3b0KBoWePJjaPLYq6QQggsgFce3zZYrdF9NEX8vbWWva3aLq72lsjO8lbIQckvdIBckXeuDhCurI9+zmWv423y9a7ffMiynM51MkgHDNIdSBaH2+VCgNphoQA+4qHBe9I0weQ527KESvIOep+lVdWy3WxRnQUUOsj7osiFkdPEXONMstJF4W3ByIlPIx3AZrNhNBoxm8/I8ozziwsuLi+Zz+eUZUlR5Ny8eYuLhRwIaZoynoxZvFjQx3+WZYk2msPDQ6r1hpcvX7HZbLg4v+CykRmL5KDMSG3K2dkZdw5vMJtNGc1njMdjzk7P+Ozzz3l1enw1NL82EDNo0izDBOjaDqc9Oshm6/vVe+3yfeUdH9LrN1lphVWG84tzPvn4Y8qyJDGG9957j7ZpWW82KCvY9WQyoW0a2irs8ufPz8+xIi2QqrxfSHF3VUqLdxKCuSrfH3Ly7zoOR1RQqH7jj1+rD4LsguhL2r7Z1dGWwVoCHcqkaKfRUT8StDjWWheADmWsPAT9ARLtGnwIEvJl+6TD3u4hIRBoWgfRGJIswySxKo7mlq8xuX7G9fTpU9IkpSsvef78OSfnl5KFvnfIaDzmrTduxvwPGeqfn19weXlBXQsTsOtcJAnEQ85orDU4F5Xn/UPftlKhGun8jJXZwmIlAlsXguhklCLPcrJc5m4vT46p6pqLy0uCFz3UfD5nNBpBgDzPWC5XHB+fMJtNuXv3De7cvYv3gaqu6FYt3jmsiVoPLWugcx1d15EniayD666xu2GsIBQ9CcRHX7HreHwfkZxm4qadpgllVVG3tSAXkY56Pddi9wREejaA45op4V/21au5Xceq3DAoBgyHop+6c+sOg8GQwkqHpZ1YyaRW7rlKU6aTKUXtqeqatNFs1mvcVpifRZHL3DHOV1yQZ153Du8M5TU35RCLn12hHlXqxhisUhId0OuivkSn/pnXNeRAuqTe3eHnf6rVcRinkOIvxIMjICega7tddKhUGFoS+ToxHMvznOFgKKKxNJXs4ehx47zHFwVZmu1S2ipkMGqtbCg352K10AZHmlic61icnaIGA0ajEfujASFAqzwZniwzTKcTiskeeZZTlxP29ja8On7FYrHANjLIms6m2MTiQuDi4oIkS9nf32M0HPL58THFYMB8PqdaL1icnnJ8ec5luWZTlZxeXrA+veDV8TF7e3NevXgBnePerTt4pCuYDEbcv3mbyWxKkqR0wXN6esqzp084PzlFdY48TSkbyQ1IlKEoChIt/H98IMlzSl8SeqdOJfzw/qZCxHD7KEwQjx4XY2OVohgMqKuK07MzUaSnGffu3Wc0HEnH56VNHmY5VT5gVW4ZFQUH0zmL03OsERzZKxV9coIIVHXMOghRtyBuDrQhWsZEGmAbH3wdq0ylhGormechZh9AHRq5j0a6i0RDkhgy5elCtNUGvJaOoFKajkCDocGxjRhfCAYVtNijOFAm7MxHjOoV0f4KEuw6nLH4zglc6GOTo9hFlfZiuvDaEyMb5N3btxgOhuT6Fm+9eZ+qbWX9FmOBlMo1l4sF263oQixB5oWZWKx/8cWLSEyIueUelO/nG56bh4e0bUNZ1TIT8B6cQ5sgKc4xW8REkokP8vmuaWi0ZjQssEbTVCWbzVbgMe9wXRtZfNs4tHcsF5e8NDr6smnefvgmn3zymFJ5fGhpG3F+sFZj0pw0ziuU1uA0mA6CqHUElw843eyKihDCVyJLdQ2ZyhkMCmyRMEgzTC3wbFvLOolBxfFexnzx3cNwNezu3//HCBK7usvxKyuFDtFKZZe0JHOp1gVwHQUOU27YZ0JTVtwIlwx8Q+oCrWswvqbQA4pEBMGX6wUjH8iVodUNE6vYJDVjXbLu1jSDPVznaOMz45TBK09JoPMtSnksXvr94GkjY9Hh6GLRnlgrBVmcK4nTgadtfgGjxr47jDBxQKO1j53wz2cxWrM7QIQwHKItcYgV2ma1FghDSS65gh033doEnSbkRSHGY9GaINlpCYJQ/fqBle2dKFXE9KAoisiyceLyGgRn1MYwGo122PFq27HWa9I60HWOsdc0xYDxMOPhwyOObhzx2WefcXxywnq9Is0ybhzd4NmL5zHoxwnMNRiw3mxYbzYRx77J4vwiZi7ULJdLnj9/TruWh/Hf/tEfYaxl7+YR09kUELbN3Vu3uX37Ns9fvmCxWPD0+Rc8e/aMs6XkkiilXruBRVFQDAaENqpx/ZXPTvABr/pcimuciRDRX6V20ExvZ6AjLbCtGjm4A2yqNT/5yU948803+dY3vsnefM7ZxQXOCX2zP7iLYsB0NmU0HtEqoVmGOGxDqZ23l7EGL1ZZWGNxyuFakSiJd5VGeMBqtxnHPKpd3kGfUtgFqchckArHRGqjiYEUO1dUI9CkDz2DJ5CQyAHmPV3fhUkLJGdZhE1l1hAN/1BR+CZVrlj1h10H0z8gP+86OJAZwzCJNGEv3mTnq5KLiwtOvnjC5cWF+I9lKWmSRV2H0GyFfdR7oMWuLoT4d3JQ9OyaEGEt0QjJhtJHz+4guMje2m63bDYbDm/fwEbIoqfRbrdbybGPrgaSwZ7RdY7lcimzl1ycH959910WiwUvjo85PTtjVZY0TUDFOWHfqRktqXIqyNru8fc+R6dnlvVBaf0iNhF6CUE2tx5qtEkikJ2TtEnlIwSOqLd1hLB2kMrV//6lXjp6TKnolkADb9x5g29985dYrpZUixcC0yWyltJIVijyBAisygqdGIY6xWUZVmfM5nNGpeTGvOwUVVUSqobgPUl05/ZaOrNUsdvIVfx5QmTydV1Hco32q2OeD0oYj3342i9yXWe+9W4Uv8hllRUB2O4AiRWjRzaS3sPF6Cu78hBAxVY8QBy2hh0Gp7UmTRJCUdB2HVVd7wZzYgshP7CxAr8QAtYYguswKjApCmyekXqPCQ7f1viyo3UdTdOh2i1VuSFNU6r9fZQSA7P79+8zmox58uQJi9UKFIxGI8aTCevNBu89t27d4uaNGzx+8pgXL15wePMtsukYrOX58Uu+ePmC1jtQSjDvdsn7d9/nzXffxjsZBu/v7zMZjOjKmudnJzx+/JhHjx5RuXr3wqqIo+Zo9mf7zMZjmrZls23IQ7Qv94pWa7zymGtVsOphJKQt1TbBmLiQ44LuBWnbTUOaWbJoE3Jxcc73vvc99qYzHj58SKINJs1wVYUJimkxorENdVly++CIz0+exA1ftlMbE9gKG7AKmnaD1pBr6HxAKdnYjAoYpdg4ydOwO3M4yZf2pofDHGKDrQg6CFNE9bkLgawpZbOLSJ+P8IcJFheiYlcJ5NV1LaWLVhlKo3Uimpl4GIUQ2SpeZjPGJhLR7DyubsB7bJLFTS0aXNInOrwOaakg3djq8pym3LLxW9brNYv1iu1my/lqw3K5Yj7IGEcn67IsOT0VxluWFeLEq2M8dCQVqBDpx84Ruo6qFAGnQQqT3r8reE9oG0Z5tnuuUMQuS6GD+DdtNyuyNKMoCqaTEVVZUVYlTV2iVR6png5jNcrKPXauo6lLtusVd27eYZhZ0TMER3sWWK838nqh0DYV3ZeSOY0NCmsM2nkcnlkai6Tw2rvd/2SZfD/nQdEIw8dB18nbJJsLUcPFiNmezh1bmSzLpHDorWCcwtHtgsT+gonifyZQSYVeV3GljwnOk3hFmqbMgLdvHvFX3n6Ts9NTHlVfMMg9g0xEnqMiYTgYoJWnqmqy2RitFKVT1HVNZwxpWlBPNWWZ87SqWC4dlwvxOjNphtaKZeXZbODVUoLJtv1LmiQEa2gQOMt3fkdz70XAJhJsumu03//QtStZdwPw/iC5cgj/WZfV+koKj+o3rhCxUHaW2kYpus7R1vVOHdknxvUPngse13U73yJrLVVZstluZMCbiXio53tndc365JzZbEYSsVGvxOdHJQnbcstoKDYMeTCEkKKHI4bDEdlgQJomMghfrsiLnHv37nH//n222y3HJydUVcU7X3uXtm1Zrlc413Hn7l3eeecdnr94zvLVKZsqCg27lo8++oiTp0+5d+8edev5+IuP+e4vf5f333+f0Xwq+RpIYt+LFy/YbrecnZ1xdnZG5WoMGqstjW8wGIaDIVYbbt26xWQ45PjkhC1rsiwjtQmu61C+3s2crt3OaytcKuhePNcvkiRNxC47I+LqCePxmJfPvuCTTz7h6++8y3w+xyYJeZKxqStCkBmOruTezOdzPnkpQrQQrsRgNnoYaa1pt7z2fa9TILXRhO5qxKPjodgTZvqhp9YKG6NCie65XdQGOSemjtGgV2A0fW0j738mFRlhvZuxjt/fX33MlZWGQxnxaGqdQEJ0AacUxgbBeCNk9/Ou7XaLD4Gm3XB6dsrZxQUEKAZjptMZe8NC1sDpGc479vb2ODo6YrPeslguydI8Ph+9MaCO7x0+eGazWTwABeNuo2ZiWzU0TUuRF2zLkrIscZ0jSTPyoqAoBmhjuNgs8V46/dzmoKCpxUMsS1O6WKgNB0PatmW9WVOVFXkhP9f5+QW9cn1vb48auc+rqo2zmYZOKRJU7DojKyze7zQxsQKWylVfWx8oWCxKQS0sZGmyMwf0oSa0MqPxPoATFqZy/fYjM5fRaCTsTBfZaa0ntB73H7xj/3EvOXDFfqQrHQVQbiNasVpx4+iIYjBgmCUkacowE/ZaXW6EPToa4YOn3raiB3ONMFFjrMTt27fJ8xxjZRabFlMhxJSOolhxunkROzop6NMk7Rkr0e35ymjR2CuUoUd76l8Extq1dyEeIBHm/QXGTeZ//e/+8e+5IMOwfpDTRoZUVVdMpzNQUJYVZVVhbcIoUgbrupbF4IUmOSgG5EVB17WSLaEU8705s5jRsVqtaNuWi/NzVqsVs+kUn6bUTUNTV8IXTyxdXVOXW5RzGK0ojGEwHDFILJ6Adi02MRRpQofl4GBfrMuXSzbbLbPZjGIw4OLigk8/+5SbN24yGA44OTllMBCB5Ecff4Q3GqXFmqVZrLlxdIPvfuc/5fvf/z5/8sH3+dvf/Tv8nb/3d6VVzDOcc3zy8SfUdUWRZTx58pg/+NEP8FoxiZnqeLH1mOZDxsWAr7/5FpPBkHq5od2UjNMcE8DXLeNiwGWzZjKe4J2jakqstiQ22VmipFkq+L1SJPE1b7ZiD3Pz6AaT8R7jyYTNakXTNNw4OBQTyRevuHP7Nvfu3mVxIYPfvdmMtmmot2V8rVPK0HJ6egYWrLbki0vu37vHm0YEetOBJTEapw1WQWYTssRgQktoG5yDwiqs97RbT1c7UuPJEkti5Dg0KsJgKohjKYLvJyFgGocFjAITIHgpT53zKOdIkgxLHEi6TjYXL/qI0DQ0XSuRyU6G1apn/hArtFY6OLSF4DHakmcZCqjLCpMotLZ0/YOjFV3bYkLDYFDwzhtH6BA4ffEIFRw3Dvc4mE958OA+D964Q6gqhkXGbDxmMhqSW4sOYtxSJFbcXINH+0CeJMzGI/ZnE+aTCbPxGKMMmbV0dcPi4pzNeo0GEmsFxgnQVCWJTTja32c4KNiu11RlSZ4mmMxitd6p9vdmM4xRVOU2bjIN5WZL1zZkaRrz3AsR5T7/gsP5jLap2FQVrm0pu47NegNGRJGr1QprDL7aoLxjkih8U2K7kht7U/a7LUXnKDrPRMNBkXNrPOb2ZMKt0ZijYcbhIGOiFHknBpOFd8yt4XCQoFSGr0vcZgltzUB7hqlhYCDTgYPJkGmRMi5yCqNkDbQNmkAiLIErTUdPQOhjAF6DZdRrBVD/b9bK2tRKoHaz896V48NrI52hc1hrGPmWt+/e4h/+1W+gupoHD28xGY9IU4ELnRPXcGMSBqMxdd1SVg1d5xkNhuzNDxikGV1VU63X1NtzUlczTgzTRJMDeWgZJCn7g5zJaEyhYVuV1KsFZddggkNZjTVSciZJsiv4fJx5is+ZQJrGGEbDocDqdY0yhjzL6CKUTpxxC73zipXVizuJ80kVP+YKCdEyRO9jl0Kk0wFgDd7biFv6XQXa51qEIF+8GBRUZbXD2/qsg+Dlm15cXIo9RXxbbzaUZRkhh7DrnK7f4P4XCJEH7XTfivXMD/Ee0npDMt4X5gF9SI0sosPDQ7Is449/8H1evHxBEplIddNQFAXvvvs1nj17xvnzJZvlkr/563+ft99+m3/5z/8lTx4/5jf+1m/w3V/9VR49fcI3v/lNPnn8OT/5yU+4c+cOaZryR//6D/jg4w8YDAcMhyOKVNyAfdViE8ve3h4HBwe0kZvdNI3ATkrTRLuHtm0ZjcYiunIdqUlJsnTH1ul/f2tFHNRzvkEq1dOzM24e3GNvPme7WvPk2WMSNA8ePIDO8Uf/9t9ycHBImiaS7RHA2qWou6NGIssyiiKnNS4+UFpsJkILCtIgs602CDGicyby+hupiBPZ7JTSGOtElGYNdesotw22SPsbTG983RMsQvAk7AhMxM5Z5gD9aLNnWClpzQ19boYozq1JrtaOFhqsrKsIoPfrKX7hXbxw/Bx+Ti378M2H5EXOsoAkTRiNR2y3JW3nODk5gWjpkWeF0HrR1HXNZiNdw2y2x3q14vJyKf5wXuYfTd1QNw2nJ+fSSUaWVp/e2CfkgQSBaZugtKZrpfu3xkIQw8meneeDZzQeSXeBoqxKtNJxDiNaouViiU2szEWyjB/84Ad85zu/jG4d5+fnFJM5w9GQy5en4rE2FEujYAxJkjIZ5DLs36zwXrRGvVtFnuckicTpVlXFdrshTTNMZoTJ1nU7pboQLhTVsibPMsZFJgPgUgqh6WjAaDyK2jLhYElsb0ruHKHucMG9Zn/S7yM7hlJca1/2itppgOLK+FmXVP9ht8aA3e9aFAU9TfHK0v7KXTm4EO+tx+O4nt+RZpl0V34b17M4ZIdOxxma6JcmkwnOOeYxOrDtPG3XUsXCPU+kGPL9HqrULgzL93PpyPbrA9eCvwpb+zm//M/9EKuN2XUwKr6hRchlQqCsq7iBGbQzwsTxkXpnJLNAaY1vW7o4IEvSdHfKu06s4ZXWZHlG23ViDhe/Z58ZrJEqNOn/rosuwdUW7d1uFtMpyYd2zZrGV4wO78qL5byYC2pNXdWgFXvzOW+99RZPHj+maVuhk3YdaZpycHDAy5cvmR0ecXlyytnLY9ptyeXpGX/zV/8G/+Af/APqqubGzZt87999j9PlggcPH9J5x7/6f3+fjz//KUM7ZDyZycZYN5gQOJhMGY/H3JwfMJlMePboMSDVdTEYghKb/LYTdttwMuLk9AR8YDqZEJAWWQciNg9JTDhs2zYyiBSuabk4PcOqIYdHR9y5c4eLiwvW67V4hynD+ekZH/7oRzx48ID5bA5AbgxtktHWDap1DAZDxqMJq3YdrUUsw2LAyHckWhPKUmZd0fOIkNB1LVUWqOqacSc0zUAUJUYmVOIDyoCJ0Z4uVkeplw7XdgHnwPc2Kbz+poOTJeaFx55pRUpAq0AbZDbmvKe1RYRL4hAdFRlg/RKV6VLwMt8LncCs2hisNuJOvGNiXYPO4qtvNUyGA0Y3DhgOh+RFxvn5OeuqYeMbtDNx8/LYyIrJBznDNKEbDfj0089ZrzcsFyvKSuY93osPW9u1pMkA1QvKXEdwXkK4lMZ3HVkxJMkSjJUs9dZ1keGj8W0NVvIm6qah3KxRwXOwN8dqWC6WbMuSutxIZ+c7qu2WLM+ZTycMi5znRvP5px8zObrJzZtHvFysGQ0G3L17mxcvnjMdDKjbmkw1zEZD3pwXeJ8SNg5rE27M9oVabxMxiUSMVNvWEULDy5fHpElKklgRQdY1dd0Qm0mGJmHVIUkJAAAgAElEQVRoRgzzlM5aKi9W6LMUJrlmuVyLDANDAeSpogqKlXNULSz8VVRCv8F/2Zvrq4rTL1+7wjmyr3ysxL0SggvaCSzUQJLDoFAMB5qWDq8hxFmy76KppJM1Z5IcjSHRV/RbrTRFmpIZg4lmjd4putZTOS+z1FrmGgbNTHUcDQxZkxCahqqKcz0ckO2OQKFha3TPgPWexFqatt1ZOpk0xcU/Y8wu8XCHQ8MVnPWL0Hj756Z/cTWISZc2aONpuy02sTEYyeHaLvoZxRvUNLRNs1OsChtEWFZd1zKZTqmritZ3EacfoZWiiTeWnkVA/15+dmFmhJjJrSDLyNKMJJUAniZGbbbRY8omEoCklaaqK1rXYZOEG0c3CD7w+NkTLi4u0FZcaHWsZtaLiunhAR988COMsfzDv/Hr/OZv/ibTYsjjx4959fIlaZrxzjvvcHZ+xu///u/z5MkT3rr7Fvfv32OtPScnJ1yenGGtYW+2x2g0oiy3HB8fk1thFWVZJrbrVUUXlbkgVMa6rhkMBsymU5brNVVd45FqNMnSnU4FJYQF71ykMSouLi94+fIFd27c4r333+P55094+fIFs8GY/f19Pv30U4wxFMMh49EIa8XIblOVu+TF4XBItakptyUEgc3ykMfvNxJxoU4jSyyhc9J5ZFlGiyaxlrZzrNcrqrZDK0m7y/KMdVULJKANwYQdiyzQoZSn41oH3S/ea8+3dLp6522VRHaXix/XXlvlvcOxdDi97sLIwRFfb+/FZl42e83PNsIQr6mjoyN0IxBB04inU2ITZrMpQ51Q1xWbzZbtdktZrthuNmw2ZXRiyEgSSzGQlDrvws4zqu06BkOBd9frza6L0MpENs8AnQgRICi1I6j0DgNnZ2eocR7dfwPrtfhbFUXBbDpjMply/OrVzpuqbeSZ67pOrP8HBb/0/vt89NFHbNZrbt26TRmEbm/ywNnpaczwqEl8kEIi+F3OS5ZlPHr8eKdVsomlyHPRORnDcDhks5H5pzgKXzEP+07aGDFf9d6T5TmTgTj14luqqiKNZpoE2VO0TlFaU7Weum2++jC4NrO73oFc//c/n9dWPxvo++Irn6+WmCzau+IKL1YiB651AVrbCAvFpMP486VeOvTgFK0Rua5zDhNJBW3TglLkeYEbOYZVTfCBbdsQurALWAshCASnJRcHd03BHrs+ayWF1LUtwTlM7I6uvTCxkwivPYM/67L+amwen+CIb8W3Hle0xtJFgzAi/qWtkTS/ePJ3Xbv7odtWFsB0OqUqy0jRk1NZG0Ma261e56BcAC86AuU9NlJhQ4TQVCJ54oUthN8e3W7r6MNjnaMuamyakKYpoetbvpbJdMJ+ecDl5SUnp6cyWM4L5vM57eKSuq5JguZX//O/zm//4/+WLM/44Id/QtO03Lx9iyzL+Dc//D5/8K//NcV4yN/+jf+SyWhMCJ7lj3+K2TSMsYzyETeGogtZLEva5YZbD+4LS0IFVtsNJ8tLlk0Jo4ykKDi5OEYFGI9G5FnGxeUlHodCk6cZWSF+Sm3XScusFJWrsFoL2cAOeXVyTJ6k3Llzh8QrPvrop2w3G4o8Z1QMWF4uOH7xEnPrlsyvUGw3G8aDIWd1w2AwZOtKlpcLXNdhtSbTstD2RlO6tkV7UX7jFRaFTQypStDeYG1CozuSNKNUMqAPxkrBUUsB4OPaypTGGSvKYu057tkaIUSnXqnm+8Nkx7IKPQwBWrco3dEZ2LpeyBYPiNBbiUdIKGZTy8fI9+raTiCxNKXvNb5cbvUsrHfeesh8b87mpGaz3tBs1zTbNVgZVq6XK4H+QmCYJhjv6SrFqqmpNyu8FSuXTCsR3CqBJrs4t+m8JihFniTY0YiAMOzSYkCWZZRVzaJZ0rRi2ZOahMlwSFXXNFWFNx378xnpRJIpFxfnjAYFh4eHTCYTsuQOs+mEl69est0IgcO7jtXiktQaZuMZ3/72t/jpo6c8ffqEmw/e4vT0lKdfPObu7RtcvnxG5xvGpmUQSvzlKVVZYQPYkeXW4U3KsmS72dK1JR0diXLYXITA+5PBLprAB0+mEwormgaFwnTgfUdKxzBNmAzkoFkvNyw3K+azGS2O1oNWgnrUpsOplgCvGTl+1dX/+5fhq/7P/V2/Ujz0nUfPDIl0SuNpVUcLNKqho6JTNaguHhyyRtFWKPlxP+466VwSLd2Zjzk5vYAy5SqSNjWa1CrS1JL4QKsCSQg4Bc5AmsLaObyqWbuS0EBri123YaLQuqe0q/h7G2N2kJY1BmUMoeviM/EVbcaOkfWVL+lrlzXa7LqVvr0SZXQ8hQaSQKcQbrE3TroTrVBOkSQmJpxptmUp1bFztG1DXVVsE5mjmIj/bbYbtnGIm6QJ1hp0q2MSmBPSZ3zgtdby4jmHq2vxzwni9hqsYK12PCYvCiHeaS126khbj4LWie/O3bt36bqWzx89oixL9g8O0FpxcLDPBz/8E/7ud3+N3/3d32XqLf/iX/wLzl4dc3R0xGw245/803/Kh48+5Zfef593vv41Ouf4/NPP+Pjjj1mfXTAcDjnY25PhfSZWL9PpVIK1xmMuLy9ZrBZcXFxwtpYZxGggavxtUzIbycfWdU1dVQAUecFoNKK7hvP2h21A7EbSNEPZdHeQVlXFaCTalrPnLzk+OWH/nXcJQfLcJ+Mxk9lMdA2DAV3XkYYNw8GQmpqzszPcRir+NE2pqoqmKQWTDdKi28SS6QwKqaguTxdAwBoJ9spjUbBtOzabjVTHQfQfPniUBqMDPpHOzDainFU+4JSLti39bC/QeZlf9BtOCFcYt1IeV7q4IYQ4Z1FX+0C46koUYvMe4mbTdQ6b/Pw2/eLygs12w/mzT3HOkaVWmISJVMrFaEQf8CN56Iauk7haYwzn52JXLgylyHjUEnsqHlvi0prlhXREset2XuYbfSaMVJDJ1ZzPyQykqbtYoeYM6oEkPlYl6414dN2+fZvDoyOc9zx9+nQHVffEl7ZtGQwGHB0d8eLFi/gxgfFoTNuIaLLNWmajIbdu3WLardlut+wlgfF4wmB2l81mw+XiktVqRVVWbMsti8WCznXcvHETcQZodhuSMQblpesoigKtDXkqg11rEDdrbXZ2HCgILgo/jYlso4Q8Eafn65kiX3b23eVtxI1yNxj+ha/XKa792uo7EI+OyIm+VoSDUgbv5NARCUMir7tyO8jde3d1wPWUpyRammjpOJer7W4fFw2XkIDqxEp8dmPxTbM7kMz1A0RLsdJbmnRdF53XE5rYuewO1t3vF/5cXYhN0kRw3PjC9hu9ifkOWZpK9GjrdhkSfdZCR4dRmrQoSBKhjnWtVAY2DlZ7mb6xwhbpP9eHQFVWmCyXVjOEyB4QqqZBtANGy1CprUtqrQjDgjwx0gVFw71BFOkZYyjriqqsCAoR2PXDeu/Z3z/g3v37fPLxxyxXS5xzrC9WEOCb7/8Sd2/e5g//73/Fk88f8eb9+8xmM/7p//G/s1wu+Xu/8ff52te+xr//0Z/yox/9KSfHJzx98Yxfe+ubYqQ3n5MkEoW72WxQnSdVYti4Wq44XV6y2qxoLUz3prjM8uL4hATL/t4e1iYcv3pFUzeMixGT6ZThaMiz58/lsEgkDc11DhWkkqnKEq9hPp+jjWGxWDLJCqbTKW5bcX5+zunJKVmakiYJp0nKbD5jPt9jPBzhO0dWC4TlE89wMERdyuGbpylbY+iiF5c2CqMNSQzHCl6Ye9Z5rA4ELfnSXpt47xWqTclTYa/VXSdRyb4P0IqLPIm6CO/BaXGhRe4tIez0E7hm94CaEJsJFecn6qr4kaQ1sVcJJtBFxbeKOiTnA86LY2zwnmCuHqCv4r2/evmCwWDAdrWkKAqGRU5iFE5ZgU83m5hZ7eO8SjMdj8jTjHbe8PDBm3RtS1kJRFjXjUBSXijzVatp4qDTGEPTdtRlSdOIx5xOUlzbCPSYJrSd2AhpFEWekg4TCLIWCIEiz4W+27as1yIC3pvPefvhQ4L3rNexY4oiQ+8dT58+ZX7zNg/u3+f7H/6Uoii4eXTARx99xMh4LI75YMDDuzd4I90X81HTkec5aTukHaQ00+HuoGuaRkLjmoYkTXZ/38cTA9G9t6G0hRyo/SCsq1GhRVvIBinGN+jgRJmOwgeNVh6XGpKhIjNXsoDrdueyH4ZdeFX/MdcH6tdJQ1+2fvK7tRD6oRxYifE1uSUZJmTDFF+W17BXOTi0UmKpEwJ5lklB7EK8xwFlwfggRrQR2lJB4VRkLBqNweCtZlhqateSBAfaMy0shRmgC01VGapVIfPHTjztXJRY9K8HQJ7nO9i0P5SbeOhc5cFclw/8OSAsoX8JI0YrjemVsj3vWwlc1bp6hy0aY+QhV4LN28SSZTkEIoVN4zpHMRiw2Wx2EFaaChPKGjk9l4sFZjDcUcV67ygffHSdVRgreQJd21KbmlA35HmL04LHPn/yhJs3bzGZThkUA5z3bDdb0IrEWpaXQkP84uVLRqMh3/n2t6mqis8ffc5gOMTMUparFY8fPeaf/JP/je5sya/8yq8wn075wz/8QxKb8Du/8zs0ieIP/s2/4Uc/+ZBPPvmYEAJ/9Vf+M949uoe1CZkVDy8bzd822y1NXXN6dsbFxSXbZoNSislkwt7enNPVgtVmxUFRMJlMqOqaxXKJw3EwOmA8mZDnGdvtVvJYEoEA2ugq6LxjtV5hM8GTq6rCO8ckE7V9NxZn3qcvHlEU+e4gPTg6ZG9vj6IoKMuKJM6OfCJaAKVVJEKIPmY6m4nQDyMdYhvYbDZsN5dUVcUkHcv9Rry9mraVjSXLSJKEbS0OrJ4IgbmrB7zXkih/ZeKn4sOkvZhsx0aC3k/SR8aWSDnUlXnfTqdirg6DEGi7mJiHHIw7NpaPivWfE8h2+/Zt9vf2cYfSMSocL1++kgOhrPBNc9URaY3rPGW55fJyyXq9ZjgYUdc1682WzXpDXUvQkLUiPHMqi47LLsLE0fk6zciylOVqg/OeNHL8q3pDVVWSCloUDA7ngGKxuKDrOqbTGUUum7JzHcvVkvnenDfuvUHnHI8fP6JthCnYdR2uESHoZr1mPJnw/nvvc3xyzNnZGaPxmLA+p42OynmeMR2LniRr1zgvaESaqpgZZHYVtTCJOqqqpm2bONBNIoFG1tBms6VMohNFvRW4JwpZdXC7DinEDlL2HDBGk2UpWimst7vDqe/UrzOzvjz7+PN1H/HqOw8tJonXWVhVvey/OiEQXSOuXofUZjLvqhqBjZQ4cvTMLq/0bi325I/dcxEUBwcHrNdrVlWJQmF1fzBczY3aKCLsevV5JBX04sJ+7tTTe3d/bluZTf6ip8VXXOZ/+e3/5vdcE8U5jaNrXPTmBxU0dd3iXUCbhDwfkuYFKEPnZJBpE+HQN534LnWuo25rmrYmBIdRnjQ1aDpcV2NwEFraao3rKqhLpqllYBTNZkW93ZJZSzYYYawlG05wAWrvZZBmxTgs+A6aFttV6PKS1XKNaism+zc5OrpJ5+D585fcPtqnKSusb9mfjFldXtJVFYdHt6i2FT/66U/plGOE5v33v85v/Pqv41zL//l//XPa0PFb/9Vv8qd/8u/58A+/x+mjx1TPj3nv1hv86rd+mXFQ5N4yzgoGWcEyzliyLKPuWj748Yccn59SNzWd67h9eJO37z3g7Pkrnj9/zFE64a2vH3J0NOFP/t33yYG7k1uMbc47D9/ikw9+yjZsGY+HLFVJVW9gPMCOcjoMWIOtWzbLC3KbMZ9OuThfMByOePOtr/Hs+UuaKrDclNy7fw8HvDp+zt27d5nPx5yevmJoc2zj2Gw7jLOEi6c8fPiQdw8TltUalQg7prEaZzTGOGxumAxnzGZ71K6hI9AFyVv3vqOuS+rtmrYqKRKNCY5UOQZWM8oMhQXrG1RXMVKBUVeStCV5V6O1I6Ojja1+o0AZUDZBJRalU7zSOKfpHMyzhLSrKWspMtZdTRdqWu9pXEtqpNLOrSJPLUHVtG1J0A0kHZaMQZaTUKNdDVbmIpmH1KT89//F32CqDOXnzzj/9CnnL1b4ZcfNwZBboxmhqRmnGbnWuO2W9fkZ9XJJrhT74yHHzx5z/vILthenDBPDjfmIvVHOKNUMU0XqIMcxSg3TIiEzSNWtOnILna/Zmw0xiaIsF3jVkaSAdWSFIctTmmpDW2442JuiQsdmdcnDB2/wS++9y+npK+pqw517t7n/4C6rasVys2DblTx98ZTVxYa3332XlycnLFdL7t+4CXVDu12RBI81LWW55qgu+e53fpmjuiIpa9IskGrNWCWoriVVnlGWkOlAaCps6BhlCblVZAYSHCZ0GN+iXIsNjkzDxDnmGuZZyl4iXVauNMokJCZB5znapnTW0GlFrQK1d5S+oXItB7llUK/wVUvSidFZgqcO4kzQeItPc9J8jNcJTdUJ7Oc9ViV02uOVwmmD0wqUJ2iPpkHj8BG29Y2DpiPz8M6bD/i173yL08sN89GALBtgbYrVV5RyHbVPVb0F5UkyQ1YkmMygEwWJQqWagR1ilI3nkyFJDUlmMYkW0atWWO0xXqHbBlU60rJj4hMOTMHp5iW2WdC1DbSO1reEUKOGGYPxgNI7au+kA88zlBPike4cioCzX5IuByAo6ewD6M6jO4/y8WdQMgPVWmNQcQbyZw5l1c/Td6fVjganFGkq9MjUp8wnI5qmYbvdUG5L2dgRK3ClNcuL8x3nu9eR9ErjEDxJWtC2LU20rU6jx5ZQgD3tdkvXtfLiJnbnQCmsLaSjsZYuZptvy1KwwjhIfPLkKavVkuAa1us1TmkGRcFmseHtd97hxx98wtOPP+Gtv/7r/NZv/RaPfvhj/tk/+2ecnZ3y7W9/h8ePHvH48WM++/AnTKcT/vpf+2sMhkOWmzVpmvL2O29Tbksulwsm4wnTvTmffPwJP/nkI7TWTEZjsjwnHeRMpzPWmzXHJ8doFHfv3uXGjRE//OEP6XvGEALvvfce3mguNuckhbDfuvZ6cqET/jlXGofF4hKtFZmVdMLNZsM3vvEN/vh7/46LiwsuLi74+te/znJ5xo9//GO+9a3/hMPDA56dnJLnGUmZkKYJejiMlV8nLqpJtKlRSMZ7rIAEwxYcPDaQeO9omnYHTwjbp3xthtNrBv4/2t4kxrIsve/7neFOb4h4MQ85Zw1d1VXdXU32wO7mIApaWNAASxYogoYsCYYIeKOVF9bChrSzDVsWYC0MAZJXNuklAXlhiRRlEYTU1WKD1cWuoWvIrMrKjMyYI950p3OOF9+5N6KKze6mSb5GdqKqXsR7775zz/m+//cftNaRIy+LsrEW2zpaLSwh48V8ULmI2cdK8Mp2Wv44J1VdkgRUZCZ2XUs3IBTWnZhYik+Z/Pe2bTHJlRapX/39L4DXX39ddDZPH8tsIh1ILswTT900FOO87wDniwV1XZMmCSsrq2RZxt7eHpPJGq1rRRwYK2VrE/Ii5/Enp/KdKrmndISXUmtJk5RJFNq2umGsV2hCzOgJ8rmMFjM9me14sjQDBdPZjAcPHvCVr3+NJ0+e8OjRI+7dv8+XXvsSzjnefOv7ka21zqNHj5hM1jg7O+Pg4ID19XUupmdRXyL5O8YKGmCdDMTj6BTdGoy50okBUcMUhWZWZjVayXoR2CzQaMkFaZqrzG8FGMw1wd+1FMAIZ5u4b6i2U79LlHSSONr2io9xfU/zzl91MpHqqvyVPeP1R78WrrNar88GuOpklNJ91HLwod8vu+fAteF+hJ27+WWXb69K6TY6E9DuNbQG76+sSZJEOp+01dHbD3Ce8WgspCK1BBrqzhIofuZun+z3dXX97z/GIxDvv25UIt+JvW4b8Yd/QDjdf+gFA/2pJf9dwqbMyNDUVjaQcklbi2zfBo/qTdYE224GBc47TJoznc5wzpEmCTZJUShp5WMb1rWGIQTaRpLO0iwlTVOyopBIXW0py5Ly9FQGR8WA8XiF42eyIbmm4vz8nNWNTZI05fDwQ9Y3Nvi5n/t5/s+PH7GyssLBwQG/9mu/xvvvv8/P/rmf56WXPsf/85u/yXK5ZHdvl62tLYYjOTAHgwHPPfcc+9s3+Oijj2Wg5RzNouXg2VNm8zk7OztUbcPq6irj1RVa5zg7OQUC93bv8urnX+Gjw7c5eHbBmh2Tpin37t7nzu27/O53/gMAg6ygqiqoZSfVHoJzYm9uDCG0GGWo64azszM21zPm8wXHx8e8+uqr3L17h+n0ko8++oiXXn6Z8XjMo0eP2N/f5s7duxTTGQRIpjNSmzBanZCmGW27kIFblz9uoluvFTJFB1eKc6+IB7XSOO+iiGxBVdWR9ioDw7iGoyBR8hGSrEArKILFJVIN1k1N1jhwDtNFvMab2AcV889lIXoftUdGoVQbB+1xcWsNHjHuU9A2DU1kdXnt8bXDG3+1SXVvsFvmAc7Pz2U2MZ9FVpcMu7UB7RTHz44w0XhyXAxJViZR95BglKFIc1aGY/JMyASX00suzi+omxLlA5MkF6Esck8lXpGlBV6L7b9KUi4vL5mpCl1o2gDzxYJlWQGBtCgokoRqvsAqxaCIYr625eDgCXVdMRqNOJtdcn5+xguf+xyvfemLHJ8e89FHH4MKXF5esra9xWg04PTwmDxPWd9Yl9cN4jmXWUWWZqShlmueykZple392cRjDJIgBBdtNBodK+ukv65t26Iq+Zl2GXF4oyNEpGhdi3atHBDxG9FAUEoOEKWxWhO0FJNZkjDMAqFpWLSdNDQO0hEvvdq7CNFH4auLh9O17/rT+99n1sO1/y4HnsBUro1wGbLmhGDUmYUK9dhHQXDbtmIbJL+kh7N8CJjodUac13o8xgT5nCEhzw3OFVShkdlv5WhVy0pakGpF40G5lqYOOC+x1cE5lE57gpSK1xCl4t8/3qvkD98XIa7UWJx1T/jDf8uTBVO84jR/dhA1d8Ixbuqapm0IkQWllbCfFHJBgmsj//mKJZClGWUbaCKtMrEW0CyXy97bxUZr+Cbyo9tSAoKSoQzuW+dkg4h46WI6Fbx2JBL+ra0tvPecHFW9zL8LvHrn7bf5wqtf4ZVXXqGqKn7jN36Dhw8f8ou/+It88ae+zFtvvQUgrr17NxkOhzSzJasrK+zevEGWSc70bCbdyPHJMQ8/+oi2abh39y7Oe2yWsjIe40Lon3v39l1u37lDCIE3vvcGK0XGKBuxv7/P1772dY6Pjnj33XfZHG3SpJ7FYt5/h4JtOrmlFDgcqckY5HKwufj5Olfh+/fv8+TJAR89eZ9333mHz3/+RVZXVzk5OWFzc6uvYNRTYZOsrIwZDAbAov/+tNZRbS5uu9aKA6tzjvPzs1hVW8nqjk7NBDBGsN5Wuz7/4nrxEbjShfQeX7GFSGijuV4LiLFbR829upejSyxglJLBuJMqyVgRtPoyerN5HweNLsbLSrXXO+HGCX1XoXU3SlPXYgUxkgApPZzgvaMoZGOYlKuxChaOvTHS6SyXS6qqoiiK6FwtBU6Xyue8WK+sjtaFkBCHnjqRwLUQf1+Inkk2JuG1EcMOwHw+ZxBZkmXs+tJEcm6yQhI8//W//k2+/FNfZntri8V8ztNnT7lz9y5f//rXOT465vjZMevr68zncyaTCdWs5OOPP+b+8/dZXV2lqc/Js4wsESFwhnTCKo+HBUlkh6lPKa27YbZg7ldCvo4F5aKnmVBPNSpW7taJWaO1Bu8NiTZADY0UIR7ZdxIrcFEbxMojz+X+10EkEKLWF50GbYtrPS7OJow1EFy/nq5teFf/3O+X154THzIkFzacDvpTa7qfE2uD0ookSfFeDo+mbsTCvmnw0fSzSAu5E6JsgeiU0Ll92Ri1W8R1Xqs4A9UNdd2g2msdnNKgRIAbnAhtdZb2h0enU+nX+E/UhYS+4wif+QNgOxFQb8n8mSd0ZmbdUKxryboDZDmfxgm/QBZygCgpKOKsoq5rGaT7ILTf2HZTFDSLiuFwyGgwRBvDcllSliVKC5V0EQdBqbE44/GaCBlUsukUiSzwaNJYewkgai4vcd4zHsjwMQSxtxan1IwXXhAb6/fff5+8yDk5OWE6nfKlL32JL3/5yzx59pTvfve7rK5NuH37Nrc2tgW6mTh29/bIBgXPnj7jg4cP5LWNqIFRiu3dHQajEYeHh4yGA4bDIcenJ1ycnbM6WeWVl16m9Y7/+O3XqUrHzd09Ep/xxVe+zOb6Jt/+998mNZY8zVCUWB9QDjJjCI0nOI8PCdoJez14z3A4IATPcrFgb28PqxIePHjAzW99izt37nD47AlvvPU9dnc3uHvnLufnxxwdHbG9u4/OFZlNMEqRpxmDPMe6OAxt6phGKAe/SRKUkcXqnKOIwjofJIQoIFWhTiyWQH3Z9pVex1G3JJjE0rYppwsxeQydgh1haOWR077UPgqlJAOiVy0pYWFpY2Pioxdle0T2OsZPo6WTdV7o5Z8tNK+YOz+sAwnYJGFtbY31zTURTtqc2WxGksjPTUajnkIdaodODFmaM0oHku8QK8/5pVBd62XJKJc1URQFaS1CxybeYz5uBl6Lo+qydayt5KykJWdnZzTeYwZj8iZwcDYlcZ7N0Zj5aMzx8TGuqTEBVkZDhoOC737v93nw4Qesrk9YWRlzenzMxtqE5+/d46de+xL/72/9DoNByqycMXIFu7vbzGaXHB09Y2tb7IDSLCWzUhhkQbReKrVxA5EkRWFIRe1NYvHO47zrvZhsIgVI27YoJ1EEOhhsKp0rJrI/iZCUN+DFAaNE0k2lcIoUdqNJdEoVM90HiSakKbO2pnRIBQ/C+vMekHTNoDKB2LrDol8QnzlAPr2HfuohppIirra6uDa4j4WIUnLQBSV5KkpjkxRtEkySYqL4unUt1mZ4hOKObuUgcZL/gQqRdQaZFheIGo3k94hmxJ6eY3JcPzwAACAASURBVNsa0zZY50RX0wJGHMU7m6rrom1UFBt20NyPPD66xqg7F65BWMREwj5QJP7E9QOkrxp/yOEC19xhrZWTtmmo64qmrnCtXJDlckG5mEdOsijBfaSctdHrKU3EA6ppxGpEe1FrVmUpc5E8JdNGsMEglght2zBOR30lMxgM8OR475lXFfP5grYKmBii0zQtx8cn5EXB7q273Lt3jw/ee8TTp88YDVu++tWvcm99hw8/+JA3332LtbU11jbWefXVVxnplMVizs3tXYy1fP/tt/nwww8ZDockScKzZ8+o64bbd27LwVeWwqBYLETfUdesrU24/9xzbGxs8P6HH/Lk+IDn7z5P0zRsb+1w584dHj58yOnZGc+/8AIffvghekUYPkWSYrRm2UpegkQNO6yyNF6qEa0NVSmMl8m6BHWdnp6xv7/Hq6++ynfeeJ0HHz7gzu07GGs5OzujGI4ZjcesrU2YzaZQ01fUbdT0dButrBW5IbrZ2PbODmV0i+1cmjvatPee4WAQZw++x027jVxojbqvGOmhgC7vxGCTCHn5q+pWKq6rjAQXb2C5ubtwK6E8a63FNqZpBAqNNvM9MhEPkC5RsbvHuntkb3eXzc1Nho3oc1x30HX5EF2BE11Sre0YL0Ioefb0GYFAHa0psixjPF5hPB6R2ISkludWTSO6gDQny1JqH8Q7q0vwzHLxkGta8iLH+cDFxQV1LX5mg+EAc2Zw0c1X5oNjvvKVr/Dhgwc8ePCAn/7pn0Zby6NHn7Czu8M3v/lNLk6mnByfkAQ4Ozvj9u5t7t67y1tvv8VgOJA5WAygSpKExAk8pVLxIrFezD9RAk11bsreeerIvhIhYcx58ZHtKU6A+FSU2B4lM694gFrbDaSFhWlMje6+2F5r0c3lpFjI8pwiGEJYUoUrO/ar3TD0Plx9cttnDpD+72vY1mdZSlp1AmtDStp7S32WRkwQ/YuJXWSSyJ80TWgaobfbtovCkMI7eCVakfiakr4sgWLWJqSpHM5eJzRNwrASFmvWBnEL1394oNcdHlcHSbyE14d9P+JxrWzjUxBWCJj/7lf/1j800WupC0/R6spLphuGXrX61w+QwMpo2FcWVVXTtjVKCc1uUBSUi0V0SnWRaimLqyxLFsslZR2VxqjesiBJEogLp2wbtFI4LVWDi7RNrFSzGLE2cDpaAqQFxhiqRqJyq1Kwa62Eez5fllRlybJuyPKcsmz4/vff4vmdG3zjG99geXbJwdMDtDHcuHGDL3zpi0xWVwVjtgl729vMZzPeeudtDp4esLt/g2VVcnp+BgqG47HMQpqGwXCI1oq6qggB7t65w439Gxw8fsxHDx+yNlplY2OLRCf8/Dd/gSIf8Hvf+T2C9+Sp5ujwGUo1WAJFnmAD1KWEyKS2wNU1RZ5RtzUqKFZWVtHIYG91ZcLKygrz2ZTNzS3W11Y5PT7j6OgZ6+tr7O7scHx8TFu3bG1skAzHIhw8fMDW5hY3U1HLhjh0buLBHbx0GwQx/BsWRaQXiz15UFJN1U1L1dSMxuMeYlRx0287rUBTkw+HGK16Q0WPAucke8QJZGFDNIsLXnJqCBDXa93IplCFuPHH12ojDpwlYtLXNpXQfa2IqwIIsO7ELkZ1ka2J5E+YpiZJLP/Zn/s6w+GQxdkpi/mcVomgsigSjNHsbeywOl5hZTimyAvwsJgtOD055fT4lOnFJVmSszJaYTwcszpeYXW8Sp7maDTDvEBbgQ+T1LKyusrqZFXCwhqBzwZFjoneWFoL5m+Q6hKtub23LwLepiHNMxKtSYuMPEvZ3t/FuZaLy3OMNWxtbuDahqpcsrO9xfr6GucXp5RNTVktUC4wGg+pmorzs1PG44LlYsG2NXzh1VdZ6VTPqdjTWCxJtC7x3ezJWtCqN/BL0hSbiBlkH/OsY6xx9LwLCEQlJpsuml0qyYRxDh8cKohdhwqiGfN1TdWILkhrjSV2pb6lDR7a6OIMUvjg+xlD6BIzVdzwP3vgdMIQ8a3v6edFgFdevs9/8rXXWC4XaCVwciw/ZKPWYuypjMEYi7EJ2tjIPY+xBlqjtUULLzXCVgjkH6HqgECbEHNxgpAnFD4W7Zp0kFPEgtxXJWXTQguNvApJlgkBWsWCJ1yJdEUr/hlTxc8geNdOIikO4xnRzVJskiT9oXCVp+DRQX/6sLiG88HVjOTy4qxnKaRZCknMbYjDojRicInREXnwVHVNuZTIxbKJmceNKGqzNCPLB4SFuHkWeRH55AKB+TwV3Ddmi1xEjQleuNlaFaRpSpeYNru8xFrLeJihlIiqzs7O+PDBA+7eucP+/g3SVGAK5xzvvvsut27d4muvfp7DwyPSJKGqazY3N1FK8dZbb/PBBx+AUXz1q1/lwYNHnJ6eipfV2hrTaKtureX8/IzPfe4lPnn8CVmec+/ePZxz/P4bb3A4PeQvfOsv8NGTh9y+fYef+Zlv8Prr3+by8pLJZMIHD96R9ER3jjUWk2WEUOJ9hU2uLKvTNMUsxTpmdXWVOm15cnDA2so6L7zwAo8ffYJrWyaTCc8/9xy/8+8lSOtLX3yV9957j7pqefHFF9nc3OT4+Jhp66iqUu4UZEAu33dkX4Vo3SDJTyzLkrKsqBuZv+ioI/Lxxm/bVrK8Q4isnKuhpDaadCCsJlfV1NR9wk/XKndOCZor2BR1ZdneNjLUxQomnaaZVOFli29bVC7FDXT4tKKJXZVONL65as0/+wjA+vo6K+MxdSV6nPH2XmQEypzDNFCWItqbTqcsFot+4x+PxxRFwcb6uqQ/NgIDSyUaK++y7mcCSouH2Gg4xAWFMZcMkjRCQIHhaAiRTZakKZO1NZyTQ3rS1tRVRWtUX/k3TcPR0REvv/wy3/uDN/neG2+ws7vDzs4OB0+ecHBwwHPPvcDTp085PLtgOBxydHSM844XX3yR3/qt32J3Z62fb6huMBwZSDIfM1EXJrkvXFP8a6UwSRJRByvdQpxDdN9jYy3KOYGauj1Gqf41fSNsLWstIQvQOqoQJNK3rgk+621HjDGkaJqkQUf9z7WGRa63DAjQPy7s4kcU5uJ6EWc+7VWHohT9uuzW6nA87gV+TdviYlSBj2SiVGe9L1bn5quuz5npan763ysZ6PJ5dzbWybKMqRO3iaR0ojXqoKbPzjpUN+H749KwfvjD/KP/6u/+Q200OoaQWBMxyThoSWxyjXb7h/31Eyu0TKO1VN61BE4ZLYE289ksfmkxNL51PZPKB8/O3g0ALi7E6qNtncAB2uCdY9k0FIOCOghlc7i6ysrKCioxWGNponumzkeMRiOINMvGOREbIaZzy8WMwWDIsq6ZzmaYJGO5XHDjxh0ePXrEwXsPuHXrFtura6xN1iibmo2NDV548QVCCMzOLvjo4UOOnj5jvDJmdW0ih4UP2DTl+PSU/Zs3GI/HHB0fMRyNKKsKay2DYsDPfO3rPPjwAf/3v/yXrE0mvPL8ywyLgqqq+Tt/629z+PSQ73z7dbY21jg9Pebg4EPu3LpBamqUb8hTzShLqMqGpq7QwTDIJDAoy3OqqmY2m3L3zn2UUjz+5AmvvvoqZ6eSlf7S516krCoOnxwwGo2oqgW3bt3i/OiMe3fusLq9zeHTZ6jLAzbW1nlxIoXFcDCgbmoWXswp09RStw2z6YLpbMb52RllXUkX0rQsygXL6DCaZGKHElSIg1LdL2JtjVSmVgSKTdPQNrUMV50MOHUIoEzcYERkiDbCqPKOtm0wNidJLd4meO+Y1gLnBSXBPr71aK2iDTw0QTyAQoSylMlpFkuSVDqLKmaKqLpkOBjyV77xGrt7e2wMC7I0Y1Y1HB4eslhcslyWtMuG5bKUgabSYkEzHDMcjhgUA9bXN/po2CzN0NEjLEkSJqsTkpWCOrSkowErGxN0ZjF5QlLkBKuovWNeLtDWMhyPyIqcYligreFyesFKMaKZz8U6XRuqtmZUFKzvbnF5ccH+7RvMZhK4VlUl1XLJbHrJ/t4eaWI5PT/mxRef4/T8jJOTQwZ5QVUu0Eazvb3Fs2dPcM5xf3WV1770GuNWoJYkF9SgyAYy/4oFY1d9J2lCMRzQtA02kZmXil1J611MmwzgWkkLDR5lJL5aRwHxfD7rIU+Bw71kpUSyRW4TWmdEvBuCDMt9i/Eek2iGCVRNkJhXLZ2KAEICwUgl3VXg11lG0gkQf64XvyoVO5Dn+Ks/+xXOz8+xJs72rMUmydUfm2CsZbFc4nxAxVwRE+1ouhRM76Wal8YkDtGDZEIrrXoDy6ZtcG2NCxL7K3bxDcuqxLgWpQ1J8FQu4KolSwfKg80zcfM2SbTQSUmznABUdY1ObR+brI2NQmh6iM8amV11OSF0Eb9GwsPsdHp5jSssZ1PHaw58WtUZO9RYdciJaZPoiltLJejbpoe9fH/gXOlATAybJ84tqqokTRO2t7dpmhrXCnW39WLS2PGthcEhsw/vPYtW2CA37r0ISjH3nvPzc5RLGAwGJCjm85nkJ8TNo/OaCvEziQuqeEStZ6vcvHmTvJLY22w4oChyLi8vmU6ntE3DYDDEbHb54MJOWiwWWGt57bXXCN7zB3/wfbIsZ3tri+ADR4eH/PW//td56623ePPNN9nf2+fGjX1u3brFbDbjZ198vg/b0lpzeHTE+fl5ZEKFeEPpqHwdUKuCo6Mjlq1U+E5rUiOkBDlEZqysjFnOSt599132d/c4ePJEfLE2NlidrHJ6esqdOzejB9IWBwcHmI1Ndnd34JNVWbiJwS8CVVXSNC0usuAaL/BT5zkmqmdhd3grvjvSbUS8FcnDlsIyKrZbRVXKXCgosYEPMSM+tZbEe0LQUrU1Mc7V+U/h0QK5enHlvUYz7+uqP50Ci+FQLDqOjo5YLpY0SRFV2YVc88tSbr48l1lbIiaLKCVCyKbp12zHALJWip8QAnmeS0EUUxKXpZiDKiNV+2R1glKKspL7CiVdivdBBG7eszqZUJ2fcXZ2irdKMl7ygrW1CXVVsbqywrOjI+7evcujjx+xtrbO4eEht27eZFHKfbSzK6aIzz454vDZM7JiIK/TEWhiwWesISNFZ75XssOVXgzo9482UqYh+tm5qzybzu7GLRZxHhJpoVF35IjrJVJiRZyncOr6tCLEDjmut6BQPkb+ek3QAa2FlaSCwFvXx71/Gg/n/I/876bbgPtWQnoipZWgPK4jKnd/Pv3/0F0a1Y8ZJD1U9tTg5I7QWmETG61KDLp2tIEoj0gJWqBthybt9HTI++lilK9fmZ9sOgJ2vDrhU1dVcTWJVCraAncfvAPIBMOTkm0pJ3MhFhpNLa26CjIQy6zAK01d0jYtru1adjlFMdLKJ1YG3ctlyWw2o2pcnMlcMWq6RdfZUbdty3bTMBqPwUomdVmWYputtAT3NLUcRDjKUoa93cG2XC758MMHNG3D9vYtYS/Na/b390kHOU3TcnRyjPPiq59OVmmTVLKxp5KNPdncILGW9a1NPvroI0xi2dnZAaWxieWXfumXODw85Hu//waJMdy5fZv1tXWGWUFTVvz0F7/EwcEBJ0dPIbRcXhzh3JKNtQLcHOPnjIsBq0PL2vqIyeoE08z5+NklKmhUOgLEWr1up1xcXHDv/j2a0vH222/zxVde5fz8nMNnz/j8K69w8+Yt/uN3vsN0Kuy57fVNnj57ynD3mJs3b2L3b8S2v5ZD3hqyPMPZiG37GusdhlRoulUdQ5pkLmEjDdd7KT7KquxN2yRYLCVLErHmTizL5VxSCrVCY7DKEIxBe02rFLUXivcCUaYrLRi45IxofKv6hau6oeD1IeGfcLcQUkhN27TijDAaAYE0lRvSpCk6Ho5pkkQhrI3ML0/qHXYp9N0OBup854KxzF2JS5BK0wdcGwhaU+QZk2FO0zic9jRnF9SLiiTNGI6HoGE0HrI8mbFqU6ZKMW0d49GQ1eGQIk9RDCh9S12X7O3tcH5xzvpkhYPHj7h94ybVYkGSQ+uWbGyuYOwd2mXNo08esizn2ERmmc5fsdeMNmAV6BYfWq7C5ozMsiLU2UaoxsSMEOc9jZPOo6tixaI/kKS2/65SFy1WWi9qbqMJRpPEORkEmYVFdlWuEjlI8LQBWhwGT6M8TjsKDcHLDM35q/iwoP4kBh5XD/djfomNUGVn6umD2JcobSXbJs75QpwvCLtQ0YfkxG7EaFHI+6DQ8fMr5UhbYTkWITC2htU8ZZkmpEtJC3F1jR0M8MaI3VFQ5EWBiaQPacoCIVyruLqh+w/DdT/7+Zqy7FPaOgaBvobJdR1IJwbrhundc6vFLA7eYyqaE7pdcKL8XI1KdaOh1jXeqL6aSKJVyfn5OfPpLLKwHHVVUzdtzAGXCsR2eb9FIcplJafr8fExxlpGO9uC4ZZBrKVjVdq2rVgY4wVq6HJICJRlyeX5Oefn52Q3nmd3dxd1uWQwGFB7ybeYRxJAZoRB4cua5VKEcoHAnTt3ODo85P3336dcLtnb26VpWlCeb37zm+zs7PDP//k/x6D4whe+wOa6uAAfHx3z0ssv0TQN5+fnHB8fM5vNsNawubFJmpRcXF4yHAyZTCasTFZZm0wYqIHkQBxOe49/yafIKbKCsizR2rCxvs57H77HxeUle3t7XJyfUFcV9+/d483vfY+nT5+yu7vL/voOWmnOzy/Y3Nzixo0bomEoH/a8/s4B1hgTWSFSQWZZTlkLp73z6Op0GU1H+47MGoWSRMWy7NdWnudoLZ2hp4pqYeg6VqF7K1rbolvXM0lQ1wKCHJ/itqtrz/lh5oh/3EdXPOSrKwJLjCS/Q6ka7x1pUfSwbueEGqLmpG0axisrJEkasW+JO/Xe92u69hWgZE7UMYpiNW+tJQRx2i1y6WKyyNIKAba2tng6la5zsVxSDAZkk1WKoviUJ9ViuWSyvoaealZWVjg5OZG1f3nB7sa+FF3asLuzS3mn5uDggKpxTKdTxisrAL0OCBA7+hjXUMRAr66I7Wme8XFdG9KhCeAjJVdEwuK4KxqRJM4vwcWOTda3iap7H+gRCRXXofeimtDao/yVzYboRSR2WftI8b723v4U6ou+w/qjHt3765GceJG6a9kbO/Z1UGRJdfM+rsYF2hhsMDgFOh4k8ar35IU8L8jzHDtvoHI9M1JrLbbvwcksMpEs3+Db/nX669K9j58gFN2KK63HuSumlYot1mcFQd2FuM7Isuqa2NB52kbUx3W5FMHM3m7Et2WoZbWK3YRUXDotWCwWlMZING0He6krNth12l5P2QsZwQeqEIQfn66wubnJynjIuTtnuSx7xlfHLOs+h0IOn6oSj6rpdAbA9vY2PpnhIxx2enrC6dlZ9PNPaV0rXU4lm+D6+jrLuuLx0wNOT064ffs2WZIynU65f/cet27d4h//z/+Y4+Nj/vwv/Dn29/fJE7HxsErzpVe/yBtv/h6uLrm8POXk+Cnj1ZSN9VWq5ZLFvGayWrC2NmAwShmknkQF1oaWUaaYL2WYOp/PyTPNZDKhraEqS9Ynm+zv7PPmm9/j537u55lNz3lycMD9uzd58cUXefzkY05OTsidZW0yYbZY8OTRJ9y5MyZPM5anS9IsYzo9x3vP0smm1lRzFsslKRkOxOqEIDb83uMVkdboaFzLaLyCNlKILOYLZtMprWvJUonSzRJD24j7bmhbYdoYQ24MGEPpJOUw0VpU6lrog21XjUaYrNvErm7I/x92DT/ksbqyIgFOrdDGyyjoWxmnFEVO2woDpoPo+qILIRJgLXk8ZJblknqxiP5KKSZNGWkZdi8XS5q2QaNxbcOskk49tRmp1oyKnEQp0R4ESZbcXd8gmcqg/PL4mMlkggnCXksTS2UU9VIyeZ4dPmNne5uH73/Ijb1dpufnDIsc5zfEJkcZhqMxe/s73Lp9g4OnR6J3sSnGxAE6V2BECIrOm06YPVf7Q4iMIiLrLsSbV7QfmqYNVE1FUzdo30ZCSAdJRWv+4EmsxEY4rUiUkpTASN4I8Xt2Ssc158AH0uDQwZHFJMHCimlDFb/PPyVks38Ym/zoJ1zjlYc4e/F0gVaKoLQcHlpfoTq660ACSnm0ChgdUEYOTe3AeaFT5QQJz2sh9Y7cKIaJJbeGBRH67ViHIdDlP6ENOknxddN/R9cPrJ/05rGing14b34oVVcosLr3a5ET9xpC5pp+0YTIcBD7dWnby6qUoXZV4p3HGBUH9bK4TNAURU5ixAJlOp1LMFUrVdqyruMBF/MWmkaw5UqYJiub60xnMy4eP8Z7z3jvnrCRfODy4oKmlfeXmNBfEwm7qqJa2HF2dspsJodIWYpg6+jshMvplCTLyLMMasdsOmMxnVKVFS5S6T7++GPatuXmzVsCfdmEn/n616nLiv/ln/wTLk5PeeGFF7h54wZra+s8fvSItbU1vvKVr/D48ScxQ2HJcrHAO8+gGJCkCU2tWV1dZXUM45UVCSNCKkpJL5wwXx4CXYSnZjgcURuZUaRpyu3bt/n2d/4DLx9/nkFRcHJ8zN3b+7z22mtMZxKkdX5+xvr6Gk3TcHh0yHRj0osyu9TGtm3RJm7SHSMnMlGyJJPh+jV2iXcxRCdN8c5H/r605J1gtVs/vW9WI6240hGfTaysu7oV1a8xOGuxSgRrqpvJXZvf9Rx31Slu/+TbRZrJ5/NKwoHqIOsOlcZCKOsPkK646Qqv1okuwsRiSaF6DURna97NBDqXBJsmvXJZa42LUappIpW5NVZ8lwjkRc7u7i4XFxeUZcnFxQUmeiZN8hwfPEm1kM4ly6ibho2NdRHq+sD0csrhs2eMV1ZIC+kkRqMRe3t71I38zOXZCa1z0S02ej4hkFvnONDDM7GI9MH3M9TOZbmfh0a03EWvJtM2kgHvPW3bCNwUCTdJmvQaoW49dt5QNu43uomUUrrXk4dSkrCRWOl4TECKjj/NAQj0YXp/1MNf20u7DSh0NORIEkFdzUC6tcu1DqTruEFhYlegXXSISGzM+ogxtUEICEmSYFUNEB0aXH8wiHuxie7Osu+F61U64Se+d2xV1VcDyFipe64OEd/hznT+L7JZdV9ZG6EqH+3grU16E762banLaG3s5eYLXmJMpYAMhM7BMjJ0rLUMBkPCsowUUQmfCir0C6i7CG3bsixLsiyjRYRxTb7K5sYmWZZRVqV0GU2LT3WsnALLsmQ2m4v5XQmhFObYcrnk6OiIs7Mzlo0Mr9fW1kisZX58xmw2xzUN1hra1osPmII79+6yvblFnufs7+yCUvzmv/rXvP3WW/zd/+JvU1UVm5ubYkKnJKvdKM3b33+LJIOPP3pAWc65c+cG49WEqqrIM83a6hq0Z6TWkydQVSVt1TIepGxurPDs6SFVXUUoSBbcoCjQkSY5HA4ZF2Pe+8EP+OY3vsZ8Pufg4ICXXnqJvd09ylIyJI4Pj2hXxiRJyiePHrG5ucXWeExd14zHY7mGusuLkWrGBuH2ywGhMVn2qe40jevp/Pxc4JwIQ6ysrERWnmwqrq6jIaJsSpLs5mmrmiYEdKBz/cRHJ2bXOoQb7+O84xqEdY1S+ZOPAv/oh4mVt1KaPMsohis450kSmcUVw9V+nqejUt+amD4XPOWyxAXJjy+bBp1Y0nitFsuStlmQ5zl5kqC9ZODUzkuXkWZkNsNag5uXhLLCZmL9EVpPaBwmwP72Dh8fHnBycoJOYHdnmzRN8D5jOBygtWZ3V3Q/29vbPHr0MZOVFY6PT3j69AnFICfBs1jOGWQj9vZ2WZQ1eZ5xfnokyaFRbd62LjKr5Ptt2qaHppSWzJrQOqGsOoexBtdeDc+770OoyQlVOcV6S9O2VHWFBDGJ7XhiLa6VWZwAKuJvpkwAb1AhUDURVfCSZKq8Q3up2gESo8BHq61re2Kg3yv/RI8uAO2PeoTe9LQjAwlduY1FcZLYHra6+vvTv6NvSrq5dFBYLSmfmTFUwePrirYqISRYIDGG1IJyUeBp5f5zysi9qMRrrbwM1y5EB/pehyR/9OfT3WnTzRiyXLK78zwnz+TvLMtI0rR3w1WKfm6S53mk8Qobq22jI2tZUi6Xora1ombNs5xiMGA8GrG6siIttzFxDnDB2fm5qHXzDG2MZImUJU3E8dI0oygKCc3JpAJ88uQJw8GAvb09AE5PTlmWS2l9naeur7qgEN9zXVUslkuqshTDwNGI8Vg8odroDrq6usrO9k4/2+nU1tZaVlcnjEajPvHtxv4NRuNRzPpY59d//df4F//Xv+C/+Qf/gBACm5ubPHf/OYG27t3ni1/8Im+/8w6DoVCOP/jgA+q65vnnn2djcxMfPEVeMJlM+s5OoBFhqOV5xng0Qmuoq1pyPJSibZt4eCf94X/37l0eP3nMeDxmOBxycHBAlmVMJhPJdUgzDp4+xbUSzPX06VPOz88Yj0b9a4tVjWR9dKLSpmmo6io6AlzZlfQeOdZG1fWYLBOue5qmjEajXp1+eXlJx8xK4/vWRobT84Wk2nWttVY6+qiJx5BUvv7anOMaZNVXRD9y7f9Ej/FYTC4BjDUMhyMmkwnjsRgkdpochZhN+o5tFP3jxHE4emPVFcZairxAax0zvxPG4zGrq6vkRY73gcViyXyxoG0asTvJMpz3LMuynwcICaTk8vKSra0tNjc3aVsJykqTpF+3Whu2t8WGZ29vj+nlJVtb2zSxEJrN5z2cO59JiuHW1iarqzJLSdO0Ny5V0Sm5itqfqqqpm0aYSCrOgIxUys61fWhR016tlaZtQUGSyProCo7ebLAj19A52151q/0cRV9HQ+jhoW4Ac3083lmr/1k9xCfwj/7jomhR3j+A6tmtn47hVdfW65XXYP9vuu5f6X68IPu27MedOWn3O6VTk5/rUmJ7JpuXDrHrgq+GVn/809T8g7/zy/9wfWdbcNq44EGJHUKgj9Qsy6XQCCHaG2SkacJsMRWDMN8KuyKqUOsQKHDiGwAAIABJREFUqJ0jG45Yto5F6wg2JRmtoPMhSx84X1T4IDGejYfGe+ZlycVsQeNasiKXUPkQMN6TBChCoAiKpGzwF1PWbq9x8OQB0+WC4dCy9B7vSrCGql7w9jvfZzgasihLDk9OqJzifDrjk6NzSQObPqNdnrM6GHL3/i3a0mHShGYBBM3KeIs/+N47OG258/yLzGYzDo5P2FhZYWdnl0mh2JkM2d1cY2NlwD/7Z/8bv/1v/hW/9Dd+mbWNCc8uzvnKN77OIniWwbF77z6L4LloGtRwyK//H/87N+/e5v7zN5ktppSzI1bHQzbyBF9V3BhNYNli5g2FMxQKRihUu8CU5zy4bLm5u09SWgqVkTFilI65de8+KEvr5zw+eMzawPLi8/c4fHrArRv7kOf84IMHnFxc8tznX6YwgaMnn7A3ztnb28c2U+qgsUE2AUVGYXK0HqFCRqoMWVIwGA3JB0OCUizKJU0rehGlYFkuMRoGg5wiT1AqoHFoFXBtTVXOqcIYnYzIh2skg1WULcDmmHxIMVqhItB4T+mF498qQZEDDhU8NrV4V6F8S6ICvnG4UnJJholl2Ujh4DQE3aEFAm/ooKAV5bNSGb4FNcoJSlEtzrGDjL/z1/4Gg9V1qWyTApWnVG2LdyllDbX3mCTB2BSvRPGbpjnWJAQfXyMohtmQycqEBMtiOqctG4b5gMVyyeX5FBUMg3yEDoo0ybDacnp8igqwOh6zvjrBNTVnx0c0VcmgyBjmGbP5GZ6GZbukbpY8OztE4di/fZMiscyXc5RzJGnGs4OntJEddzGbs7G1zdDVXD47YmU8IVOa6eWCtZVVnNYcHD4jzRPm1ZJ8PmNnZ4tt7WjqJZolvl0yLob4piKzklZZLxZY5RkWOUbJjNSoQKICVoMhENqGtlrSVEt0pLkmaUKe5xgrVGdtNW1bUzcl4NHaYywYG4CGtl3StEuWqafRFU2oqUNJg9B1g84wOmHpxFq+xhCCo4kSN2cCQQVskFGx1/aq1NeKhMgCUxqiQafVBhMCr3zhBf78L/wUx/NLxq3GBIVyCuVAe4UJGovGYgh1jCRwAdpAkI0O5QImQBFqVF0SmgrViv26AhoXaFpPi8YkOV4bytrRBi9aIu9YViVNa2mcEIKW8zneeTKtKJ2hnc85bxQGC2mB1gkq1ATXkKslhfXUlWjzCIEszTCJCD7b4FFG47Www0K8b1SEjSUqXmGNteA9rhEPna7SlcrQ4mLFkCapUDo7miLCzBqNR/EkDtFxsqbx0fPKjoQZEPFVYe+YyOiKp3DEsgVTzfvDsKquoA0I8flXxnfGCP63bBpGwxFtkgjVMhE8dT6b4VrJtHB9TrrBhRAr4xHT6YyHD5+RJBILuzaZsKxjnkj06//40SNR2CvxCsqLgv29PTIFy8WCwVDz6qtfoGwa/un/+k/5nd/5d/yVv/yX+amvfZXf/je/zV/8y3+Vpm1J04Kd3V20keH7wcFTfuM3fiN2HRsUhcwalJf3rKJ7sbWiB8C1XK8TtNYx3U1SDzfSTfKioKnaWFHWVFXFzs4O29vbfPLJJ7z25dcYDAY8efKEGy+8wHA4ZHZyyXw2QxXiGNAbzMXqp4MfgrJg5YaSHAqBKgM+JtMp8rwQM8041NRKx0NE42NFqpUUJcPhEIB5nZN0rsvhKjPExuJSN7oflPsIlfYVne7YSw4XvbL6TshLVfaTP65mft1DKaLrqkVFrzYT/7bB0poWmyUxv8YTmoCP1wMlbKw0jXkursE1V3GvTdNibUuWpUD3uaVLk/hnQ11VXF5eCgsrky7TJnKd2qaJgjWpItMsZTwek0zPmE1nnJ2eSfJkdG1YLIVdqLWlqkoGxYCz8zP2V0fM53MpFo3FBcXZ+TmLxYLJZMJicUmR5ww8kZ4ssdPCcBIIs+tSO/V7B8d0hJXPPnqMH9Wr2LtrL1Yn16hcPwaLF6aabLZK62hf4mlD993/mMjJP+Hj6q1ekzlAT4vV2nwKTu3m0zInM6hQXWuYrzC1KyX61Yyluz+vK+yvZ6coJfuwWEd185n4nvr3eP19h/7n+7n3tfX/k/Qj1lqDi2KnqrqKre2hhfQqZcvEYJ4uOKhpGpKkY1XJh29qeXdJnIUsy2VvdNi1ZHUjoTs+z3FVTe+hb4R14b1AT0L16wZPnjaKDH0UnWVZxkVZMR6PKY0Ex+tE4ZqWWSNWB8NoldENOJeVRPAOh0MuLi7AQFrkJNkAh6GqakIA3UJdlhg8K6MB4BmNBgzskNPTE9xiztpkjW/9/DdZ2dzkf/of/wd+67f/Df/l3/t73Njf57vfe5Nf/pVfZmVljQcPHxJaz82bNxlmQ05OTvjkvfe5fHbIl74uynHHEqMcJnFYq9A2kFsLmQavqGs5dCsNSgeaPJCsF6iPl1yen3Lr7k0mkxXOTyus1bRNjdWaycqYu3du88a3fxfvPLu7uzx5csCrX/kad27d4s2jNzk5PcWsr8psyQv+3Il7r1hx9DCSTRJskAG77/IhtGYwHBCi9qNtRKFf1hUuKFoPLsjA02iLzQwDbfGVHFwECG0rmeZxSK8ApQ3KGPHY8kEUzF5Sc4wWfD34q3kdRPKh4jMQwQ9/XIcJOv+hHgmON7ExBhNhLJ2KPbcJBtPKMNxYIwme8UYUw0AZoPZO1o2wXXy8vkQygdXRjTfanwTfzRJF2Xx5ccHJyTGDvMD7QJEX1NES3nuPTeSAytOMtbU1ipNDzk5PeXpwwPpkgkFRZDll05IVhWTCO8f6+oD3P3ifemgo64aLy0tsmmBMQVWWWKO5d+c204sTgnOM9aXcm03cupRGW0PjWnygt2dvO7PC+H1B3NTiWiJAx6YNQGo6uNXROnGaFuYQEm0spS/dFAQC+tr/jDFxP/Bx34oHWnedzZ/tAdI5RPvrZx6gVYjrV8fDUh46+mEpLd5huq5iPDOgvHxSJd59pidDiSuDVfHaBZn1GALK2H7/VEqBd7i2gaBJjEbRort5ofxwf7i7iDiJM7C7ohn/MR42hNAzYQC5GaPKmmsnFEg1Wjl5bpd1bJMrWm5H55OLJsySjmMuKWaC3VpjKQYD0iyjms0jA8PRNAprXY/rdZUOXN2YHd7esQjqao4ferDynLqpo62GOKCORmOOj44kHyJJccuaqq5p4tB8OMyZT0uOjo7wzlEUhfDzY0e2tbUVeeqO6XTGyckRWmteeOEF7ty5Q9PU/Nd//+/z+29+j7/5N/8mX/7yl3nvBz9gd2+XVz7/ef7Dt/8jibXUlbSnRVHw+uuv8/q3X+db3/oWhiOxdvHSJXUbdpqlMntyNU2Txs/d9l9+N5BOtbAo8qKQqt5LVnPbNkwmEy6nJ+zt7fHttuTJkye89NLLHB4ecnR0xKuvfoH3336fs9MzhqmRfOWYf61iQdC5jvroeYTSOB1vX6MxKom6CNXb5reRjit+T1GV3HabXlyoUUyX55Lo1zbtlVrZ+94sVUfct2PtyUblCUb1FZbWuvduEzW4w6N/ohFIr224fljGXaDzqIKrpLkOUO+e1zZtxJaFXaVCfG5H2FgI7RsfYv68zDmaeM1av+gzItq2BR+iyaCjriqKXLLr67JiUMg944OnLuveMqgslyitGQ4HZLnMtI4OD/Gf+xxt1JdM1iYoFKfn5wAkacLKeIWylFnL+cU5WZYyGuf9+srynL29XYqiII9K+Na7aG0UtWFNzP+IVubamGg94vp7tvteu2smmLwUAkmW9YdPpwsJ4er6X+lIAlp7ICrN45+usu61Erpj4fGnzrj6oY9PNR49B+wzhf9nqvquSAexBHE6zs9VPECudB+KgI9rUJIeiSanV/IEpTt3YAtNQ5eZniYJGhf3ZY8K14slYf2lSUYVxxSdDunqOT/+AlrvxGcFhP7X0e9Uly43Lftf1lFpnWt7uq8xVuzbG90fJForibmtl/EDypvy3eYQxWXWWtLxCnVdsVgsaaR9iRfwynTtqrLrWmWHMeLJr5xneTmDUYEGmmVFSBxgaWIH8sw5nG/JshyCJLAdn8+5nM2wKgdqgk7Z3ruFszMuLy/BlyRasTrKyfOMul7w8P1HnB894xvf+Bm++PLnePb0Gf/ov/3vef/99/mlX/kV/tpf+0/53W9/m8n6On/xZ3+ON773BtOLc+7cvUviNeX0kvc+esST999nrOBz+/u8+967JEnKcJDE9LLIfIv8b2UVJjVQh+gX1NHwWsbjnJWR6GjqZokPDeOVsWxc8xm721s8fHDA5z73Erubu7zzzjt885vfYn//Jj94+13+0l/6S+zu7fLeD37AbC7srSXLCEnpfk0ABCVhSUEZtJNIW0DyQTrYSClQBp0kKGtJ85yWaNvuPdZHA804eBcJt8URqOtA5T21F9O5NtJGvVLSkWg5vEIQDnxQGmUUpjPdi+8n0TbSZk3ckH+01cRVB3IVVXCdD9+tdd1tfnHYa+OBVUdNUBrhJBO7h9C6nqkoUI0mz/JeaEmQDdjE6hEv/9w2DcY5VDQDHY9GUp3XUZSJHFqtazHa0AbJxnFWNpMiy9EBpmcXLGdzVtbESfrGzg4hBE7PzpleXnI5nbK1s8385AlpDvO64eJyijaFQFMejp4esLezRZZYqoOnlMsljTEobWiDvFcdEoxWuEbem7UJThuh5KJofcB5uXc72EV8ceWPURalHUEFvLJ4FQg6oIIiaI/TNm6skaSAw+uA1S1OC1VaaNTX7JKMwXiDV3/2J4iPB1zw16p3JbMDpVS/nxKh+us1vkJYYldMXjmNtBLWmBQrYv6pgydRSiQlzqG8wwJ1fL3EWvIsI20cFR6rAkUmmTyaLiQkxBy6gPfCBCvyDLNcxu7Y/0SHxvWHRUW1dmTNdJVB9+8htl36iueuVYFNOtz6qnoSmpomBKlA6qpisjYB5BDuEuPaVszRfAisDkay2OIBATJ7Eew4ZblcxipExc01fOqDaiNsFqcketOpRFgfWNqmIc/FzbRuawJS3c1mM46OjmnLJUWSUwIb6xuMRiNOnpxR1zWj4YjBcIC1hkcfP6JqFqysrHJrd4v9/X1+8O67/Nqv/Trvvfcev/qrv8pPfe2rHB4esrW1TTEoePzkMefnF9y4cYO1tTWGScEbv//7fPfff4fJZMK9m7d5+PAhSmkGgwHDseg86tpHPnfFslwyyuVg6XzBuuTFEKAocobDIdPplPOzMzY2Nhit5szncxZVFe0zRB398ssv83vf/T0uLi65f/8ev/XvfhdjNM8//zzvvvMui4W4zc7rRc8TJ2LUxhiMMlcHSFdxazF663DsbvNNkjTOD678drobm0CvjrXGsqgNivYK/45FQt1IVowucqnYTNcBSZfsVexOVdehaLT3ErGqFI1TvV/Xj3pcFShXHUhQkdLYzYS4wuedkvVrIq1ZbL6uoK++atYiiBwUA7kvvO9p3N3h7L0jzdP4HDm0ykCEzYSSreJsyVv5LIvFgtl8LhqHIpHIgroCxINsOBgyGg2ZzqY8fvyYL9+9w+NOIzUeM14Z8/jxY84vLkU4G2cOVVUxn89J7IzJZEJeDJjNjrF2jdFoCFkmzDLE38lFg0NjElrnWC4WgATQ6chK01pdCy66dr29I3jb//sOJgSBSlWjcKrFeykylYsHiPZ4LxC3ODC0hNb3v0M6kBBZeupTr/tn9eg6pIDHR0t4HZlisj47jUwXOBU/M0Q49xr8RDcfkj03GLmfurlS53TdHVgocUoAITblRUHWOBbzuXQkxqAiQtEhSx1d14dAcE5mbubKcfv6AXK9mPqjHjZJEhbxy7fW0uKiWEx+aZZldF43PfSgJbNDJwnL2TkCMRE9rwRCCkCW59c2EaIBo/yzi7hwE2cVcliFeJCltG1OF3+p40ksVWbXFksnMzApVVtxOp1BXpCMx0xnU86XdQ/JFHmOWwpWnmYpznuq2RSA2aIBEto2cHx0xsXpKaPRiN0VOfjefucPePbsGcNxwf379xnmCR+89w5v/N53ePDwPX75V/5zRqurHB6fEEIgKXIup1MOHzxgNBqytblOcA1PDp7y6OEHaFdz69Y+ubZ8/P67DG9uQppysSyZTqcoLxnWgySRIKR489ggw9PMB0Id0K5lNTdsTIYcHDQslpcURcJgkFKWMzKvKWdTXnrheXQIPP/88/zb3/m3vPPOO/ziL/4i2+tbfPLwE55//nmsNVSl5KQs1KJvZQVGvJqBKK0wsdoxSHdysbggiYNfQPKqE43zgaptcSalCdGiJCgqr1h6jVIWkxVSUXqHswafWDlAWkcdWmrXkvqAR6ONFcaOtvFnABVwLmCMDM2999FAT+CBH2d0B5+dgXAFScTBZ2cSeAV1CeotbgIKnUr3oVDUbS3QmZLrZIwm0VZmQq2jbmpsXP/WWumcQhkD1UTR7JqIBsRApcvzC3mtNKUqJfmwriqJdW5bFuVSYp1DAiGwOhyxvrrGBwePefDue7zy2pfJtOH06Jjcpmysb8hwvKo4Oj4iMSkuyBzDA7P/j7b36rUtu+78fnOuvPPJ5+ZciVUkJZJNSRbaUrdBUZTcD23ZjUYL8kfQV9EX8KsFQYYB68HdggwZlGi4SBZJkcUKvDmde9LOe68cph/GXPvcKhKSSLkXcOrUPWmHtdacY4x/Wi0JA5/DvW2KNGIxHRNGEb1uh8DzpACsayoAx0O5HkWSMJ7NZWylHbqdDkZpHNfDczx0U+M0jcXWZQPQTol2K5pSCAeO7WyUclGUoDTUNY4LbY6GaUSZLSYFNY7T4FIiXpsKXdeg6g2duqpraKmq/5UOY00xjWo2G5axXTNKRNOqaaCuMXb01DptyDha0gEbLUr7jWzEaIulWMKBaTVwBhrRvThoi13I9RSFAVGWsXYUgTG4joOHQZuaoqlQ2mC42CwaIxY1GxPMX6UDcV3v57j0ijafvB2nWKS+sbbCdS3YhuNQlGLdXbf88FyCe6JORBR1ZdZrvZQ818f3sKwcOcFihV1sEu9a/EO6Grmp5PHl8+t4iICILo1pyONMMIYtl6IomC/m7Af7G1W2W4iVimeT/agqsP9fWd3EYrkgs6K/NE24f/8BH3zwXd59711uXL/Oer3iw3+4z/Pnz+m4Ln/4h3/IzpVbLFdLcQD2PKJ+T0RiWcbNmzeFdZPnfP/73+f4+Jgvv/kFAF48fsqVK1eo+zlZmnJycsKrV6/oBJpbt26x1R/gNQ1NEdsr6sKuo13UtXYYDkebkzkcDul2u8RJgusbyrLkzTff5cH9B5JnAjx69Ijf/+bvc+3qVZ49e8Zv/vZv4bguVSUdS0Gxma+CunAnUFZJrSUIyFNSROR5vtlApLgQMakpKwl0sqK5ohQabmbjXx3XE32I42y6C/mwynUuDBmxI9WfW8gb2SQULrWx8bQ0Yp1iBLND/3NB1Atguz3aLsqxHWDdXMQ5a8fBQaED2WAkoqASTyZHo61tt0QclGSZjAYjXwqyVrszni2om1rIKhvCCFZl7JEXuWgw7Ei5JQo0TbPBLjcmk41gbL1ulyzLODo64vT0lOFQ/K+iKGLn0iWuXr0KjsPLly/54pt3QEGhxG4+XibM5jN2Lx2gtGJ8PuHw0qWNJkQlossyWjAdxwa/rZZL8qKg2+sS+L69Ttp0xnpDfGjXkbYoLYqYVuMg76jaaMxallC7qTfqAgtoP9qOs/Vcw9gEyxqqqoH/uvvHBptrtN6MS5XVW7S4YLu2bS6q1zov1fy85mPzPWXD8z73NbjAiVrbHGGlCnHJcRwcI/epuiB2faY4MlgWVuuibKwr7+sbSLvR/SOHqxTESYzrumyNtiTDIRFgr/WPaumzSkmrJPGUcrNt7+2RrFbETY0fBHaO3+B7PlEUEa/XYletFev1Gq01w+GATrfLYjFnfj4lDEMAZrM5eZ5tmBUg1tTz+YI8z+n1uvT7A+q63kSo6n5A1w24tNMnTVPm4ymRF7C7tcN8MiPoBAjNr5SoXMdSHjxPDPLWDet1Qp4kvHn7DtH+FT799FN+8KMfkWUpX/nyF+h0Ik5PXzEen7Nar7h6/RpXDi+xtTViUcJ7936dsBNxdnrG+YvnRFHE3s42p8evaMqSp8+eoV3De196B1PVTCdT3K6DcmDeG/CjB494+Ml9MZ2sS95/9JIrO0Nu3b7Fjf0ttHbwoiGVSinjJY4T0nF9mrRi1O+y1fWYrE/xA4g6Pp6nuHftNj/96Kecvzpm1JMx1+//3rf4L3/9N+RFwa1rN/mrv/orDq9c4jd/8zf5P/63v2AwGHB+fk6W59S1jAjyKsd1hUUXdSKKRlNZ25WmaegNBzY3W85hVpSss5wGjdfpUTbg93xm4ynLZYzrBVRexDxOmOcLkjQRkzjl0DgOBSWZlFREgwGzxVI2jjCk2x+yqmpms4TCQLerCINQlNHWQiQrapzGsRGz//QCcLFhqM0C1/6eCGOFfqwsycQPA7R26PgdmqZhupyJuM+O6Mqi4Pz8nMD16A/6NGVNmoloVWuN8QMuxHAOh4eHrNYrsjQT9qLdlIuiIIoi9vf2mE5nLOIVnucxHA7RjsNqubS+bDmDwYDFWoLMwsGAThCyOxR7mvf/7u/5oz/6I47HE5Llmltv9PlwMuHO3Tucnp3y6YNH3L17l2V+wjpJMXXF6fExewe77O/tUecrFtMxu52IPM8xStEfDBmvJ5RNSVKWoF1u3blnKc8iGvZ9D8cRI0HH5TNFX0ONdhW+4+KIMkR89KqSqm5olAaLKWkvkHMQr0myAtdxCDpdaqVJ8pIo8kXQWKQ/ZxfvOoY14LnSBeW5JPX5vii1y6K+gMg2uSAW62ovCzsqakkR9krZiGSbtRSxgeuCncLU4r+CdhxqpaloKA0Y7aDtdWpscZQbhyYIcZSD0ilFmtM0Na7j4gYuq9mcBslSyYuSqihpGgfHCez4UZ5ikedkWY5jakb9DnkuNkGhA3EBNCV1XZLlhn6/j+N6VFXFwpIqHNfd2OZXVv5QboxnL+6HTXNui1h38w1zMcfVSgsTy87c2htq06m0M2IUy9lsYzDX7pDtKCuzN03d1PiuT7/fwxgsEF/jOC7D4UBUzkW5ofC22QmdTkSadiy1ts3wyO2mJkyRxr54H7GCT1OZ4Wd2Htk+h6qqxNrd9Tf5A0VRkM3XKD9ge3ub2XzOhz/8Cffv30elEri0t7fH8+fPWaYr9vb2uXHzBnVV49oFwxQC4k2nUx4+fEhtau7du4fv+5ydn3P66hWdKCLqDUjTlGSxpKoFc6qrmpcvX3B0dMTJyQkG6DhyETbpkjiJqW5c5tatWxzu7LBcLVnEC6qqxHcdO6O/YE64rkcnimga6RB73R6TyYSrV69Sp+KhZTA8ffKEN+++w/7+PovFgt2dXfqDAXmWEdqKEaRDIE9F42PNNo0d63iOjLA6nlT+SZLYTqUd+Ujlv1wuWK9WzJYrtHYIO3IzqCQlSRJq09Dr9+l1etKtGiXZExYr861auVVgt+4F8/WavMgxWlS1aAEqFeoXVm+/6uFYmiR29CIq/ILcXLjEZllKUpb4ni+2/55P0zSs1zH7O7ugFLGzFDfiuhY9hr1PiqLAdYRWbkxDlqTUdUMUBAwGA+qypNvrYuqGPM9I8pwszcSIVOsNq82zHU9gvduCQDC1yWTKhx9+yMHtW3z66afsXb/Kl770JX72+BH37t3j0aefbLJoFBcZ42mabijCSZKQqQDXcTcspzZR0XOdzxStrSWRMKvkOjeWuytW/NbYVBuM0Wib/9Fo20VpbTceeV2r9Ro/8PG8EZ7niTOF9cPzfZ9VLaNv7Vj/p9Jad1SCpdWW6isVuhgRmobXgqT+8UMA8M990XbnCmsQ2U5oXsMMWrX5YDCQjdfiTHVZb/AMpZTFjiwIb1pMpdnor8IwkmmMVY63DgN5Jo7gje5u/MkkiEuwabduffNCsiK7GEXbDk1ZmntpPddaz7vKbn7q893IZ96Ui27FbcHDpm42wEx7EYj4rwUR5W0BGXFtOrL6s3kdrX2xBNAYyjynsvRY3/cpy5Ikjjcc5H6nY0OZHAu+JhvLkDCMiCKpfGorrBNLErMxsitL8SUKHBfXQB6npGlC7gZoR5OW4pVVlqVYaAcdPN8H16EpchwMdZ4wPnrOo48/ZPHiCZFuGG0P2Bv2+OEH3yXwAzo7I8IoBC/ADx2UckjRbB3u8LOnTzg/PaPb6/Lm7XsMBgOOXjzj6MVzHA0HB3toByYPJ5zEY1oPoeVyyffOnvJqfUbWdel0uzjaJVmtGGcJi9Was/sPODbwHtfw/YAq6BBXUBtD6PgELnR8hwmGLF/jekqAxKbi8sEejx79jLffuEdepRKtGvX46KOP+cq7X+PS3iFH41Peeftttra2JMjKEyGpMXJ+TC4Lp7EXtHI9G6mprG5BURQVSZrJmMKRsWNWNhRFzquzqbDaHLHsGK/FBqNuNMrvEoWaUinOF3OKsqQTRhxubZGsE8bnY/IkpSwrlvFKCosowg9CvKJkuU5x1eessmFj+KgdfREA8Sserg2AapxWqGjEWqcWJllpqovYXkdGf37gizeTUozHY6JOxGA4JEtTS2mWVMQsy0jyNaenp5yfn0tsgOcJnmhJEFEgtj2OkiIoz9uwNllksrwgsuxFx47VHKUJtCNMJ6U5evqca/fusZovePrkKV/72leFGee5RL0BqyQj7HaoG0OVpJimZnx6zLXLh/iupsoTchrC4RCnFk2GH3UwjSFyg0138brIrTZS5HnSfmBoxEnX4pltOVo2F3ngDRY/sHoY0zSUtipWroOqQ8t8y8mBwnJ1lcUaPNfF80RnRiXXRdmUNtkvIAhcnLyiqaH+JRhaF+wq+8kWJ0ortOeBdjBa/BEaLR/GSCjWIrYyBQPG0uA/E4+gt2Vhb4xgRXlJnmcUiURPeGgqBY2WFM7GVFR7LDKrAAAgAElEQVQ04ISieSsaC6TLGCvEgdojamqoFKNeSLrKbACfAS0jf4VDbaRL6XQ6hGEoTtlWoNoWXxcjs89SkdusEFcpawhmxL/H4bOztpZlICOr9g28+JlutysAYllIC6QUYRjQeBLpuFotUZbRVZXlxg7ddYTyW5aVNafzGQ4H1HVF0lan9UXame8HQme0ymPZrR2KXISKlR9sXmhRFKSlpKdlpYzEWkGXp2Qspj2PJk25du0qZ2fnLBdLxuOx2GQfHuIWBbPplIH1Kao8l/F4jF6t2T/YpxP1yIuC0+fPefz4CaPhgC998Yt4jub999/n7OSYS4eH3L17mzzPef78KbP5jCiK8DyPyXRCkiRordnd28XZ3sF1JG9Ea43T7xFFEavJKQ8fPCSfnnHnzh0OOzIeqLPUmrGJvxiThLPTU27dMAyHQzqdDv1+n+9+9/+xm3FIFEbcuHGDx48ekyQpnU7E8sVy87NPnjzh8oHM6FvKtovc4DTCJ29xiLquyfKMRbLYsKeapiEv5NzNVwlJErO9d4nx+TmLeMF4PGGxTvBcl2s3b3JwcEDdpFRVTbKO5f33Qg4PDjZeYI1dHNKqErPMNCWKZFwW+C6lMZ9TLtva0DLFZFn61Y/Wc0lpR0TNNspTWSzOdR36g8HF1+xC2rIUFQg+5ohr6smrY+bzmTg61zVxNuPk9JTz01PqpqYTRiiliVcrlqsVnSDk4GCfrcGIsiop82LjHdbSjPM8ZxPRait0ZZlpQRCQpilPnzxhf3+f6XTKg4cPuXnrJh/+5EOGwyHj8ZhRtC0LXRyT5znHr465dOkSBwc7zGYzVCbja12KX5UXSaHgaW+zcXxmE2lZklpvyDCff19/oU5EtQpsoX8HtjJuR0OiN/MpbSHpWbJBVV3M6zeux1pTFw3GNTiBCI+9xpBWNeZCo/zPPtoJzGbz0BfuyyAP3xq+1o2A+et1bIsQF8cJaIm8ViYrbhJ2A2mahsZxRV9lLDOtEpeHBkXTCP7UsjAln0gKN9PIxMjzxBUhMMKSC0MhmVSF0IOxztiOFkeJoijo9XoEQSCO5J+jvb9Oaact0l4r1lwBpRvha9f15g+07c5GJfwawKjszdLqNVpAzHFtiE1dbTJGwiAUdldds1pLip92HAJfALPFYr4Bt/v9AcYYWYDmkr3QjrxkvuqgdU1RtNbshirNyWpDHniousHTDtoo6qqkqSqqRqrDuhH7ZNM+f0eD4xBPzvFNyXY3YBR6qHVDpBu0IznPVy4dkiQJaVky3N5mdOkaYRgwnq44PZvx4OkDbt++zXtvvcV8teL9v/s7PvroI9575y3+1Ve/yipe8uTJY56fvqQ36tM/2OL09JRPp895dXaEaxb4RUGdNyRlSZmKHYRyfZoyZffyIUdHR9w/ekXuejRXLxP4Ab6vqJVDU2QErpzkxXKK4xj29nfo6YjAdcjThCrLGQ2HOK7Lm2++xfvvv8+zx08JPWG6reNYXHeLHNN41m1YNvu+tkBd6ziL/LvIMuqmZhEvZWFxPaq6YZ1mrNYx66ygaiAua5ZZzjKzgLrrU6AYLxPS+hStMy5fuszhtWskZcnxi1fMVisO9w7lwo669AcjgsEQ1/M5m80oigrlufR6A2br5S+3CvyShyyKF1RT5TqSyaFcuW9UbRcHB7VZYixZpmkYDoYsV0smZ2OOjl7y+NFjXrx4QRJL113UazqdDr7vUeUVz89fsF6tN2ysne1tgnlAkRUkSUyWZhKDa00qtSOKZnvTUuUF2kAviPBQnK6XNEXFRx/+lN/4jd+g0JqT42PufuFthlsjklVKUYpZpudLxklZ5CwWKeOzE964e4Pd7S3CSYzraJTjUpYFWgsBQhZiIXdopTfgbDsjb1BCaGiM4Bt2k9kIhAOfuiqpWplCS3GuSqoSCAPqHMqmltwPYyhNg4pCQs+FIkcVirwQhlNLMhDig4Is35gzytTCQ6l/flv6mSnO6x2ILVCUe7GBGm0QZYSCCoyp6Q0GG43FptCyVu7GGOrWs8dIWqFpDAUejQtG+RgEDqgN4DkEvYjGTSnmS9bpGpQQRkyrrXMMuA6ha6hdhael7mn3DmVTIx3XRWlNkiWYprGA+8WO2ry2mbcv3fyCTcTVn4uhFDdRaYmaxuDZwKDmtZMD2HATaUkd1yFQCs/3xcoizUiSeOPH5GhNURQslkvSNMFx3A0DR1UyR26TtOq6luzvQlq59Tre6FFcO/eXzsRsZngGKHWx4VpLRWNo0/qKoqA0AqLXlTCB6qoC12F+PtksFI4jIJfjuDLbAxvEc8Bod5eqqpjOptRVzTqVUdx7773HtWvXODs759vf/jZVHPOtb32Lr375iyilGT8bU1Ulw5HMcB8/fsx3v/tdPn3yAKUUQVjgui69sM/O7i69cEhVVZyOZ5yfn8v75zisE8Onnz6lnI65desWV0YjtNYUZfaZNlNrLZbupZAZwjBiNp9x58qbpGnK7du3+c53vsNHH33E7/zO7xCGIa+OXrG7u0sn6kgcsa0Oq6rCeNbjzGQEfkCj/Q2wXJYlRVkKdlY30vmlgoe1JIqf/PjHshDu7LO9tcU6Kzg/H3N2diZstfic5XLJlYNLdKyrsuu49Hs9giDk5PQcxzoJ7+7uktU1s/mMPE03NEetbCSoLXoMNtzK/Mu6D2AjXNWvF08bsF3ZXIvUAukOoaW9rxZLppMJTx4/4eXLFxy/fEWSJlT2PcIWTX7H0NM9ut0enU6XXrcro0K7cPmuKxup51t79RlxHLNaLGgaw+HVS9ZZV/RCRlmV+aBPUYScrlcSA7CGV69e0b9ySBD4PHnyhL3dPV7EL6ibmslkzHA4IrIz9+FwwHodk+cZ/X4Pf11aVpH32v3o0pTFRdfQdg5cjDxad+Jqk1D5mm5DKfzQvwCp7Rhuo5yuahFMOg5RR57XerUmjmO0o+l2u9RGKP1tzMPmb2uNMgrHtZ1Oy/K0buI/h2v8M46NxY1u7Ug0apP4LX+wFT+3m0oQhuTZBdNU28rfsYux0w1QSgSqSZKwWq5YLleUSUrdNKwmU4mNKEXHs7e1zXAwRDXCskztlKZlerVOvW2ao1aSBivnS1HZrhUleIl2xN59o9Oy7+HrmLZ9U2U3bTeQFgNpO4wLlXm9wRuaupHkQPPzG0jbghZZQbyOyXKh0RZFwXgyYTIek6QpcbwWfjhyneRFTryOJX1Na0bdweZvetajqtvtWuqiIklS2s2s9dYRAEgEdxpwlRb1a1GSxinxakUTRES9Hst0JRoHU9mMkJzVaglpCp0O292OBOxUOaoq8GjwVE1dFZRpyuHBPtvbW8yM4f7DR9w/OqPT6XD15j0u37zDwZVtHj58yEc/+BENhm9+85t84xvfwG1qPvr4I3zfY2t7i2RR8uTJY3746GMWVcLdX3+Xg8MD7sQv6Ha7jAb7bG1t0Rsc0jQ191+e8/TpUx6dnDLyA46B4+MVR0drguCMkddhOBzS6xg8V+Mg1PN4vQYFQ7fPaLjD5cMDJufn3FVvM51OOTyQyv7xw0f8h//pP9Drdjk6esndW9c5ODigmD/b6EDEmSARVwF7gXaQi8wggq2qFlV03Qiuk+UVWVGQlhLBmpUVw+EQtMt4tmCdFSR5gRd22NoagRmhHYfZcilBSNvbKK3J4ozxdEZRlswWC5wgRDsuw9GIsqzIlwvyokD7kp9ulNqsCaJYbqwFxD8dy/mPHe3C57QeTxWUlYwQirzA7/pUZUme5czjOWVWsFwtefHsOc+fP+Ojn/zUJg0qup0OW6Mtdnf36Ha6+L7HYDui2+nQ7XbpdCK2hiNGoxGudsjynE8/+oggCOiEHUCyWx4/fsyL589ZLJdo3yGKIvq9vvjNaQeNIvB8aAyjwYDpdEroBzx/9oxumfHuu1/g6bNn3Lx5k063Rxh1OD0/wfcDRr6L57psb22JZ9uLF+zsbG8WRQF1Kyol2pyacjOOaRfSi1wYA0pvCr3Shoa164fWirrR5FVFXha2MpYNJMsz8kxiF9qOpaoqFknMbD7DGCPMQD9A2wXT8zxcz1iQvY0j9uw1Wl9QxjW/Gjb2WgeCtVJphY3yUi86E23EvyptA9Nq8S2LwhDtOOSWzh4vCsF+jWGxSjg9GXNyekK6WFFVNeOjY7nOq5qo0+Fge5ft7W26YUR3sM2qbEOj2hGzskWVuB+7jsL3wCsg8DyyBvG+qirppF0ZrbYCV6fVI1XVpiv5LDlADmPE68ttF4PP0Oyai+jalr62UT+CBNLbam88HjMZj5lOpwIKpgnT6ZT5TBLvok6HNE0IrNlbUzdMZ1Pm8zmO47Dq9CjLasPi2d/fEx3E1vaG21yWBXVd2l32Qh+w2dE9l8bzhOWUJKzXMY4r7Xg9ltFLYdXxpiiI4wSyHDpyU7Y7ttbKAkyKwUAicnPX4R9+9A88nM452N/nS1/+Mr7n0R3ucnjpkG9/5//igw8+YG8w5D/9pz/mq++8w6OHD4nnU65du8aT54/Isoz1ekWRF7z99tt86ctf5vKdG1RVycHZz8AY0lgy2GsgijrcunWLnZ0dLi2WzGYznjx9iu8/ID6fSALjckmv12N7exs/8HGUuM9OZzOapqa7G7G9vc3BwSGz2Yw8zxmPx1y6dIPhYMjkdMJoOCQIQ2azOXtf+3V2d3aYjB9tQqKCIIQ0EeJDnkt140Wb/BetNWUh56W0hoZV1ZAmCafTBYvFku2DK/iex3g6YblY4kVdOp0OvcGI/f0Djo+Xcs5qQ7fbJRh5jEYjDncP8DyPn/70Y1arFWmS0OvL63UcB1zJi0mKTNpy2xGY18PQXmMQ/qrHpnCyM/pGIa/Z6jBEByIhT+v1mqMXL3nx4gWPHz7i+fPnhH7A1StXOdw/IAgCAt9nNBoxHAzwfZ+tvS47O7sM+n2b5FlYfYPM1+/cuSO0eFfyb6IgJEkT0iTF831enZzQ63Y3OENLz6zqakNvzrIc1xhWqxXnTxPeeOMe3X6PJEkYDof0+wOePH0kZBVX2ylASBLHvHp1RL/fI7Cgtu/74nCN2XR/7QhLCtRm03HUdYPjaDvOvggb2/CUjCZNUtIsteNqsUYyRjz0slTwnDTLNq7gaZKyXq9Zr9cY4O179zadi+d5eG5D7jiY0jL37AbSrhVtlS4zoV/2UJ/7r9qM6l53Ith0QLbI1o5D5AlDMghDsixjtVxxPj7nk+fP6Pd7dAKxJDp7dczJyQnZck1jGtZTwRirJCWOYz5pJHr7rXtvcOPGjU3nZayjQNNolCNDq9bt2HUVnofkoOcSc9s6h2zw4de6o9qe67aj/Dk1umn3AYVLlrEbhUzSFJXGolhUiv5oyHI+py4SATkz8aryg5AgDJjN50wnE14u5mitOc2WPHr0iHg+YzgYcLjVQ5IrDJqC03jKyfNTtOfhRA593aMoCqZNjvY0g90tmqYhzXPG0ynKd2nqhstv3OKTjz/mfL1mZ3eXQRCRzOfoAoajEZNxyqpIIOjhb/XppQ1Hk3PSOGYVJwx6fU5OTvA7Ia5RHL84Yj1bQNRBlQ1ZN2CRpThbQ268+wWcyZLJeMzzyZTJeMyreMX21jbX3niLKAq5snOJvf09kvMVP/vOD/jJ+3/Lf/wf/j3/7ve/RVGWPH78EzkpQcb//p//gs6ox3K9oBfCv/2dr3P38DKu61GNl8RxwqLsUFYlRR5T1B6mXlAUCk/X7EWa3VAzD12u+nu8va14eTRmfH5OsppwelxyyexxY2fAi9Bl8fwZxY2lKOY7Q549e8ne1h5VVtHF4frOIYvllK987df4X/78f+Xv73/AtTv3+On9hzSez5Xbd3j84/8bApfeVsSLly9geYYfunRoWM1e0RRrDg8PCRBQ29MdQs8hMzWL+YJXkwmL5YIc8Ec91mWMKWRhGY067Ay2GAwH1FnJ+cNP6fdW3L6+x97Vq7iuw7PjUz59/gGeCtnb2+XGzW3mM83J0TmTV48xnk8URmwNAjxdMjlaCLaiDEWRoYy2ALJi0AuYLYX2ra0CVxkrTm2jQYMUpcBvSuqmxq0MujFklcKvFV4Q0ACVrvBcF6VL0mKBl8u4dOR0yfOUh598zJPHj1C1wV0sGBQFX7lxgytXrrC/v89gZxutFJVWwnrpdYWqPuyjtENayKgGP6Csa0rA9X387S2pVhuh8a4cw+UvvMXem3c4Pz+n+OtvM5/Pmc9XdDp9Apul4eGSpDWdIMR3HdJ5ymDQ5+TFGf/w9x/yP/7xn+DhkUxPuLN/wGr/EiYrcEcDwqgDpuT69VuU8xnVImN7f58sS3k2PaXTiRg6PnVeMNwKOD8fY7Sm1+uR1ZoqN2RKkZQ5pRMxWy7ETdo0FEVNGIT4TkCWpCRKY0xI6fhUZUWcFuR5RVw0VJXm9HxJkRfkqbDeHKNRuocOehhj+O5Pj+j1e/QGO7jhCCgwzRK/WaJUiW9yikbj1RkmT6m9Ln7oUmEo8oqm1Zna4Yq+4GLIIil6atBQugZVQuoI3lFpMI5PoxrCvKapGnQraHR9AjfEDXrSqZcu8+mMD14ecf/+fX7y4gXjyRjNAsd1SZIVy+WSYSfk1s2bXLl9SGMM22+HNHVDt9fBdV1+/OQBP/jgA37ww7/n6tlj/t2Xvs521OWYhvl4TN8N8B2fOk2oUhhFXdZhh09mMZVJwBsABl300calVjPyIsXzFL1+yKLJqbKSsCuu05uNxVUoLeJM0xgB+h2NW+e5FTXJW9am2VHXG6aJQrqQLM2YzefEScLJyQknJyfMqhLHcVhkK6bTKb5sWbSpdaapcR2H4XBInucktqXz0YRhxJ2btymKgngyZzweky3XrFcrVkksnlP3fyZcedeVeFQ3wfWEqTCdTtnkB9QNtW6zIsSquLS21xsA1D4v0zS2F5MgFux+fXxyzPSTR8xmMwJLV33zjTep6orh4VVu375Nkyt+/OMf8+gnD1jHa/70T/+Uy1cu8/LlEY1p6Pd7fO973+fx88e8++67nM3PGQyHDHsdtrd3wMBiMSebzMmylGBbMlM8FwI/EI8gDFrJhbheLXEsv380GqF0ZLNMpDprMZKWu5/nxYZHP5lMGHSijXBtOByyNpVVxxe8ePGCr33ttwA4PT3lypUrmwoJIhGmWUZWi3kkScJ8MafrYheEwgqi5A4cDAZyrjIRuZWF2PW72t0IzHzPxyiHftXnC18UO3vjiWR40O+zHgw5Ox5zcnJM35Wkx16vSxSGFMj4crVaso5jPM+TCs0KT7Wl27Y43r/0aCt713XlsZQYIxrEQfjs/Iw0TXnx4gUff/wJVSq2Jb2oIyOiToeqknPhuS7RcCCj2TgmSRKC9YrhaMRg0LceYGLTrrToRFxPHtezpBGJfRWKcifqsH9wgOO61LVcC9ptzSWFhl1Un8Ugmqbh/PycZ0+f8c4X3iHNNa9evZJslbJmOp2JIDKPxassTVmv1uTd3qaybpqGoi4oipKw28dxNJVBtAmlPE5RCxnG8UKKPBerEXud5kXOYrliMhkTWzeBrJLnH5eCm6ZVZRcwq+ewHYW2t65uZE3Kz8+Zzef44VwYjr5c70EQCAszkQJig3uo9m7/1a+NjXli0xAnkqWiKzZSBM91qe31fHR8wvn4nIf3X/Lpzz7l4atz0c0NBNfzrCDQ932uX7/Ol955i69//V9xa29f0kcb6cbqWvCj7RtX2BqN+O7HP+Hk5IS//Mu/5OrVq1y6eonR1hZVlpLn+cU6nl2IAV8nKzZNTV1rtPfZZMdWSGua1/DEtrui9Qu+eO/ctMxxPA+jFWVTg+dQlxVJWVCaWnQcVcUqjVmshVq4XC05n01ZxGtePTkXW3XHoGqNHwaYWDEdr5kv5sSrFVEnwhl0cB0XxwS4KqTnSEym5/sbFkkQhnS9YBNnOuj3OVsvCAJJe6uqCreRVqylDrcq+cYGGVW1zCOrWrqZrChBObh+iEFTVoaqBnAwxiHPKlCaVVkzTwoaL2D/6nUO93bpdrsUnize0yTnv/z1f+aH3/sxSin+8N/8Pn/wB3/ALHvMaj5lEEU8ePiID773Pnfu3OV3/tvf4oMPPsA4hsFgQDdwcEzJerlmtVxCluNqTTZfIrYc1uq8yS2t2qY/GoVnNF5tCNGE/T7bYcTUnzMeTyiLYsPiWcQF48mYJEtw3Z6o78MRjisbymhrRJ2tGQ4HjIYDHj9+xDe/+d/T6UQ8f/6M3/7t32bYH5AmCcpsSbpfafOtK0lCK6qayXRO4ggVUOfC3HNMDXVN1FSoqqKqCtwyJysKojCi1/Ho90N2RxGjYYSnXartLmEjMcLrdSIhSyh2gyF1VFGvCpaTFaEO8Xtd6hqM4+J7LmHQ4LkxUSAbZ1WUOFrh2c2zaSp+MdXffOZzpTwaVVIrFymZXIzSNErT4GCMQinHUoJlZONqB6VragWr1UrMLFdLsrJAuQ6dfo+d3T32rl9lOp3jOEqux/WCYjIlCHzCTgfPddnyXYaOlhTMQkgJSksORpkXTGdi9RGGgcSSYgh8F8+LcDGsb1yn0+1wcnpMmmU4voCnpVUTR45H4AegNKZuCDyP6WTCp598wttvv02/2yNerfFdD1NL3HMYhmRpxqDfJ09TFvMZca9Pr9fDdRyauiEvK/Ispyj7YKyhYpazsjTj0ijirKJSKau4wGgXrQ2rJCOOE6aLBcfHx6x0RFXXZLbYy40dFdpxk3ZctPZw3EA4o7W1V7IbiOr5rIqCYj3DzVZ0IqGkesaOrRyoHbt42jRCpVoW5y9/aIDGYKqapqroOZqqqqmahiJrmBlJcz0rCrIs5W+/8/9SViXpMmO2mLEiwet7DHY1W1shO7OYW7fucu3N2xwcHjI83JX7tKlZrVbihed7mHVJXVTcPDjg4F//a25fucL9+/f5P//ibynzlzie5uq1q4gTeonviX6IJMdrzU5rUJ5IMloiRBjoz5gptmO+FqvabBbqcx8W2nBBZPlKacksttVpg4BRlREL7lUcs1otmS8WzOdzlosFWZqys7ODUopFkZCmCevFnFevXlHPV8wXc27duCE5440h6nfo9uUER40jNLAwlPhcpeh2OwyjLnVVE2eSC+1oTZIkGKUkXc3angB0og6LVSqCIcsTb00Za7tzF5XoKjxXohqLvBBwVQlYFw4GVHXNzs4Ot27fZuf6bQmeWi4Zj8/58cP7fPLpp3z44CHdbo/f+zff5Hd/93cZ+X0+/PBDti5Llfrtb3+b2WzGV77yVeq65vvf/wDXdQh7IZ1OB8cRw0LihKYxDHs9Op0O59ZKQCkr4GvYZBsLCCxzyCIvWC2XOI6w1brdHlmWE1dSbXieR4WkJk6nUwbdPbZ3tvE9j6gjmRL9fh/P9bh54wZvvPEmL1+8IIljLl+6zJMHH29wn8rSnj3Po1iX1mbftSSEitVqRW5KwiiiRhIp67qR7iRLZKMPPLa3t7l85Sq+74vVtOfjazFv07VoKE5PXkrXY2f0SS3V2MHBAXu7e4xPpsJCW0vno8OOZYxF9Ho9SqVI05SmwVr8Oxez9v8fwrA3uhfLv1eOKIlDaxS6mJ0QxwmO43D58mVGgxGO61DkBaenpxyfnAohxLJdjFJoPWArEozqfDbGcz3W6zVJHGNMQ78/wPUcsixjuVzgui79fk+wsizdPC+U4mD/QH4/XjOfz+XGt8/V9z2iSMgWy1IW3iiKyPKcR4+FTvzW25fZ2d3h5PwUx3Ho9S7wlNZuZWUxh16vtwGzHYsNxfGavCgorGI9znOiqAOuD8awWCxYr9dUDWR5zul4Kq81y2Wa4fWEGVmVYuOvhMmkrUus40on5Xu+0Phtx4LNEOltb5OmKeuksJ5jwgIMlNw7kXchOaCViqgLuvU/efyCIkSq94qqrHBVSNMUpEnCcrnkZLrg1fErfnZywng8QQURdVNTrAuWiwVxlotfGcKW+8Y3vsH169fZuX4JrTSzImY6mZIVmfjMNfJ+VGnGfDFHGRmBXr9+XbzvGs3HH3/CfD4j6kRs9XuWhl9Zny6D53s4zmclHlUlRKnIZom0TNt2mlHX9YUTyUb/1zLtLnBzVwcejuuB75DVFctUWDeNkXa5NoY4jpkvZeOYTKeMJ2NmsxlpmjIY7OE4LoUP9ALcns+w22Un7OP5Hl/84pfEzLAfEXXE0RPAtdGrjt/w6uiIMy9kNp1S56WEOoU+k8kUv9+xbJ7Cgnw+nhfhOGbj11WbeqN8L8qSBkVtDFlZUVsLAKVdiqKmyEpRxDouNIqsSKBuGM/mPHn+nKPFksV8ztGTR7w6esX3fvJD3n7nbf74P/57vvrVr9KPBiwXC+bxkr3dHqv5Ez7++GMwhrfuXiWLJyyXS3ZGHVzPJa9y6iJhMZUKW2USJFS6Hn7sE/qdCxBSQUMthO26AmqpOo3GVwpdN1CmKA0dBSYKaAojMbKmIQS0q0jSmLwqGA6HNHVJp9dhuVrQ6UbEWcJwMOTGtSt8+9t/x/37P+P2nVs8+PjHrJZLrl66TOB51EUlSXaO6BOqxkBtSAuZU9eepMk1Npwry1KpXhX0R0O2d3dE0BjJQhs4opXQdSPvg5HXqXvbdKKIrGkYZw3TfI1rDIEWN9fe7h51XTOu59QrRVXlqGSFA0RVTup6hK5LpktcBTUGBxFNva7LMLQVld58BaBSAaColE+japRyAYcGF4ODdjxQDkUhuhjHlXMSeD6e1qzimDTPwHNxwoB1U5EtV5xbEonrBTRZSifqcvnKZe7cvsuVy1fo9/viP7c4R2nNarlglWUoDG5UosqMxXzBoN+11jFakgizFKqSOk9ZxzGdoEu316Xb77FOY2oFtZGcDEpF4DZ0o4iszlnFCVr7+Nrh7PSU777/Prdufoub12/w4uVzsizn0pUDFvMFGqiKkl63S5HlJOtYTBBBVNMoPNdluYwpihvDhbcAACAASURBVILCGNI0JylKtFPbkZtDnsYs50vmq5T5fM7RZCwml4FP0TSUsZA+mloyUBwHXOOidYGDS+SFeKoh0giRwChqXVObkrqqiOucxgOnE1C5UOUNNRW+jd+mykCLe61RF7mGWsmV8Hks3Xzu82e+YaymomogrzB5SZEtyLOMxTJhPB7z6OSMx48f8+MXLzg7W/Lul9+RUXq6Ji/X9D3F1cM9vvj2VW7fucO7l/dROmd9/ESIQaFHJwjwPPAb8Kw1kDEeqg5IV2uyZSJx3VXJb3396wz7PX70038gidf0o8COIAsapdAYQt8ncAQ/R8na2DSl3BPG24wlW5t819r1a60tg9amdKqLEdemA/HsrD8MQxHc2VmpURDHCXkp7J2z8ZjUBo9sbW1xcHhIGASgQvq9Ht5WnyAI8UP5915vSBR1hIkVRTg9yXUoc+FEB6VUjHG+QCvFTnfAyekJ41encr6q0noyCVjuZnIBLuqGMArRWlsxlrvpPIqypCjrdruU37cVjTGCd2S5zETbSnW4vcNiNuXZs2f8zd/8DYsHj6iqiv1Rn8uXL/Nnf/Zn3Lt3l72rV5nP5zy+/4TJZELP7aC15sGD+xwcHIAxPH36lMlkTL/fpzfqk6SSzex5Ja5WEnhvPYySOGFezNge7dlqz2JNFNaosM2YrjCmwfcDBoMhphL6bGMaMTFUYn+ulKITibV4mqakacr29rb9XZ/JZMzW1og4jgnCkCjqsF6v+eTTT/jGN34Px3V59vQp165fw3XcTbyx67qgIM9yoWDnFXVd0Q0CfM8jjuWx8iInCEN2D/Y4PDxktLVFEATC6qhF0a61RlWS167qWizgg1AsK8qCfr+HtuaIaV6yWq0I/AjP99jZ3sHRDtP1WtwMLI7VOtuGjdB2S9NY23nnF5ePv+TR2MdpGsF7tKW4l0iK24Y+6rgsl0tOxxPKsiS0DLlbd+4R+D47u3tcu3aNfcsua2/Yy9cPWcdrTk9OLKsJut0uVSlRwf2u+Jf5dqYeBL715xKX2tz+XBiFhEFIXrUzf0uxjtcY+/zLoiRTkhha5AUffPABX//627zzzjsYY5hMJ9xsrgNsMtu73S7n5+ckacLGpqSuMNa2Pssy0jSlBIqyJE2EMeUGhXhoZTmr1YrpdMliuSBNUouF+eIkkSR4nkc38AjDEL/TIYxCvDC4UHkrhae0xGQrycPJ1jFplpHMEhztyOi9qanzXBhfylC7rugtpO1AqbaKhl+iB7HryWvXRN2IpX1ZQiNWImVVkqQJa3t9KiAK4ejoiNFoxLWrV9jd3eNwa8SlS4dcuXqZ3Z0djh88JIwinL64eYMEhjW6zUIxpGlKncp5DcMIlWekZUlTN5xMTjg8OOSt6i2ePHlKXhQEvmhrmkbikcMgwPMUeWGsmSzCHqtrGssiaOqG2qkJ/MAmshbSSZfFBjvasMxe70BqO9OKel2wuIKrhKKVVQXj2ZTJbEacp3T7XfYODtjf22d3b5fRaMTIE5l+0ZG0tVw5kv9cygsIgg7adWnEthHP1zhuQLeWhXSdGfwgQHU67O3u0XF9Vqs1s+WCre1tiDwJd+p30UpRpzlpkqIdiXyttSyyVWEo8pKyajBWcdkArmMJAlVFmSaoLCMwoFHkZUWzmkAc0z0seeP6AaMrO+zt7vJrb7/B3V//daZHT3FUzLOP3uf4+ASN5upWn9X0nJ/+4LuEYcrxwyPOZzMcrdk/OBDqZBETBAG9wYggCCV4p6pQtd0mkpx8vWYaJzIqcEXkpF2Fdj2Ukrllkues8pKiKiDw8AMlvktNheMpvFLR7XXYGg2I10tOzk6omorDK7fob/Upk4TJbMzx6TFfeO8LDB1QNPQ6IdvDAWenp/T7XVytef7sKf/du9dl5JBOyOOMfJVSZiVF2VDkDWWjUNqnwGWZVSzqDHxF2B+xtb3Fzu4+Qa9HUjXMkwXJWmiXWZxRVSV5krNcLinyHK00l+7c2Pib+b4YXda10FlNU0OVU5YZyjT0vAbcmlUa4zc1nueyLhS9IKAxhvV6TV5VeFrTOA5VXb1237d9eOu00H5HAw4YbX9CY1AyMEdTZHID+a5P4AUYS7xYJUtWqxWu71HFMas8ZbZeMc9l47777nvcvXuXy9duEkUhW6Nd+v0+VV6zWMwpMzEaXEznpFlGWhvcwYjIFxPLoC5woghT5FRVjdJi7BhYGq0GUq1ZJQlFnqNcF+27xMlCOj4/EHv5QrRSgePSDSPiOMPXDsNhh5OTEx7cv8+b9+6xu73Dw/sPWC2WhEGIMoZu1MEtcoosI08ztEFcHspq42GlqCiKhMKKkdN4yWKW4yjxvWsKg4pj+kAQRnha4fsBTr9LWVXc7RuCIKQ36DEYDukO+3SiCDewJpZGCo7Gjrk9A1lmWJqcRbVEDUZUZUmS1WjUpnp2qhqTZniBZM5XltbtGiHdOEgyxuflIG3J8XMSVNuBuICuGpyiRhc1gZafdZsKVRZEVcFBFNC/fBl15QrdTp/RaMilnX1GoyEd10PVUD874uz5K/zdDkSa0FEUZU4+X2AwjDp9Bv0+yWpJWNXkRUKdFxR1Sl2V1CahpmA9S+n3ewwHfXZ3RsxmU/Iyw9WeQAQKXN8jcBwyKpRWZFpt5lmScil2+E5jIxWsDb/ruBe3zesdCBYbMeC28bJhKB5NcRILfxmEZbCOAcP29g7Xrl7l8tWrdLtdyVxoGp4+fUmR5ywdRNC0s8fW9jaj/ggn8EXcl6as8wzH0fQC2eG8OCfLMw4ODjg9PeXs+RHr9ZquJ/PyKIoYDofEtYDJodeh2+0xPxsznU7QfsTBwQGv5hPLt24s31u2y7bS0Nafq6kFJ6msIK61qpfsDM17773Hn/zPf8LV7W3Mes389Ijl0UuSJGY+m5NUJUHgc35yzgcffEAZ5wyHQ9JkRq/f5+6dO+RFwcq6/4ZRRyrRMLROl4Z4HZOsZESYr1NW6zVuVQlLydN4vo8fSHa75ykBqZEUuni+kAU2CEVhbbBsIMNoNGJnZ4fHj19wnrxgtVrxa1/5bzg4OGB2fkZe5EynU/r9PgN/hziJGQ4GXLp0iaIQpwClYDqZsrX9JWm5M9HmLKZTuWCUJ7bVyFy0LEvm8zmVEu+tvf0DRqMhWrtMZzPms4XVRch5rQtJP/MdcXjVaPzA53vf+54odoOAXq+3scMZ9LpsbW2hlWKxWFBkmRWKia9XVVd4vofJBSz27dy+sYIxiQT4FzopAnlRYBDn4TAKhdKeJKxWa87Oz1BBh/F4zOnpKUmSMBgMuHPnLl/84he5ffs2jheyWq0Yn59TFgWD7pB+r0/hijI57EghNOh1bVVYkqUZRVZhGkOv1yPPclQjeSNtJ1GXJYvlgipX5EWxqa43+Teu0OAl294jCsVhYVrI+zPY2WU2nXF+dk6W5RzYyNskjtnZ3sZxXEajIavT0w0DTx5EAqXKSrQEjifGh3VT25wgmRTQiP5DN+KI0O/35V7Mbcx1N6KsKt44uEQQhHT6IiD2Ql+yV0xlrWD6xHFMulrJxlCbzfy+LEt6vW3iOIYsRWuHKJKRjFtbNpuqNoC5ELB+6d6D134bsMwkm1mS5KJhEZdgIRDs7OxwdbTNcDgk8MXKKXRk0qNaWxwtXl0GYy2eUsFGeoIpFlnB8fExVZaxtbXFaGuLeL0mX4jrgbI+XJcvX+L09Ix1sSYMIyle81zEia+r0rUkf7ZZJe0G2XYppjEbEL3F/bRdX1ogvWVhtSMsDLhaadI02TDcDLCYzzkbj8nyzM59nQ3VS2klCtWjlwJuvzrnypUrPFoIeLtz8y5Pnz5l0N/l1u1b7B1Kq3bv3bcBqBZzXO1C0eCUBhUJxnKwv89g0Mczmp3dXZL7P2Mxn9Pd3dqIiZI4IV6vaaxxWFM3hFGP5TqhagxB2KHnaJIsgzQVD6OqQjuG9dkZZZLQK1OWSUEnKnn71i2uX73LD37wA3Z0Rn78kB++/xStNH1PWVPAGY8eP2KVpTLrLWsG/T772zsMRx5uuE+32+XVeML52Sn+9g7hoEOuffwoZJaWHAx3yJKK3KuIXYe0Sqm7HY5nKc8/+amA7J4d9QQue3u77O/v0O12uf/xT/E8n51+nyYIWOcp2tV0ox5gOPADltMJw0GPfs/jfF6Slxkvj18yXy8wDmzv77Bzvs3J2TG9wZDpdMrdW7f4yc42kzjl5csXfP1rX+PP//zPyddfp0hTmqL6/yh70yC7zvvM7/e+Zz9333oFwMa+ECApAaBISpSsxbFkK87EiuWRLUUZZ+yU/SGOaz5kcSpTcVKpTDyTqdgux+OpLBPXpDyWaMsaiZJsbRRlSlzFBSR2oNHove/tu5579nPy4T19QSUzk3FXoZpgAai+957znv/yPL+H6XCCyBWGZpKokVpk2grrXejnK60q5WqNVDfZ9wJGXsjVq1e5cm0Nz4PT51e4cPkie0OPkydPEmTKDPbK628oSm9tkePHj7N+9y7dvS7tcok4idF2h0i5Tbviqm631sDzfTJ/itA0sjimt7dPtdJRaJA4xtY0ohySKCJO1QOlVNKIopTCsEtOWmCxVSufhFPIcrRMJ88TkmmxcI1DTAE11yUJAiLPwzQMLLPEeDRG6AatZptbG5tMg4AwSTEdhyOnznDpiSdZWDlKlMPU81k+9BCr99bpbe7S3b2mZJuGRaNeJzQzhsMBhxYX0Q2dsmnRfmgZPY25d+8ed+/dwbQsaraJXanhOi6j0YjhcEScZFi2SxBFhGlCKkCYOsIycEolKrUqw90hEkGlrD53meaYhkbgq4ySq2+/zdrqPWrNGnPtDtevXadWrVEtlxkNBmRxTKVUwdR0vNEYWxpKMh8pkkQQjAimAza7XbWjzCW2Dq5mYds2ua8MvCMvQADzlZK6n0XC4nyL7m6XxcUSwTRFFxnlShnP8+j3+5RKJab5FN/zsTUTdBj0dvC9KQ27RHneQo4Edqbh6DaZNAmCWOUOZTGWbaELScV2sU314PdTld1uCkEI/9opZ/7up4yuQZxClmAARgrJaArTkKGnDH8yg7Lt8FBdoZ1KpoMhJCVLiRa8IGA8nbK+u89wOCSXajwXNlRY2FJnQRXWmSqsjBza7Ta1UontoYc2UJMKXSRolk4Wh0zDgIkHjqExTSUhGW7JQTckeaxenMwz0iihVnIZDEK80RDXcZgiyOKYyXDI3MKiwiJFEQjQNZ04UoSBSkU9wL1ogmXbGLoxW7jruo4uCrxykqhcc89XaoLxeEQQBBimwXAwJBNjSq5LJmBjfZ3hSGUqP3zuLEGgUtPmOnNcv3mTLz7zZer1BoZucOTocfr9Po25FqdOneI9p0/RbDZpCZ1T58/jRT0WFxfJpwpfPdjrsbW1pSSIBeLB930Schw3R6ZKKUBWBGG5rmrBCo17migfhSbVaK1SsojjhF6vR38QYOuCpfkmFy5c5OFz5yg5itZbq9VYW7vP7o2baiE8HhBFIftDxcpqdNqF69tRnCbTxjIt7LLG9vY2mmly6vQper7KQcktdZN+6dm/4OzZs4wnMevr62S5xsLiIppm8vrrr6MHIyrVCkJXru5yrUy9UWc8mbC/v883vvEcTz11kZo1x3g8xhWqWs8CNUsGpcZx3ZJyjqPy5ae+X7CmVFU815lD11SmeKmkFq+VSoWb61v0B31a7Ta2bdPr9VS1IgSNRp1YhoxHY/pjH98PCGPVSehGwaGSGmmSsDfqsrmxwb31LQaDmCNHFnj88mWscoO333mHe5uKfbWx16O/3ydMM/r7+1TaNW7fvs3+zg5pmjIpVCOtep00TRkM+ky8CTXLUJEAeYGwSRMs2yIyTHLAQc3mRZb9mE5d/JsqzpzZ9UVhGzEMtUSMYm2Wqa7rOqLonJOi0o7DUDmHd3cVxkeohMZyuUS9UcdxHEajEd7E50tf+hJbW3scO3aM8dCjWqtRdstcv3GDQTKmXK6wu7XF7u4uh4odkiNhYXGRCxcewfM8glGfwA+QaYwQUHIVBTtPJKPxeOYSt22VBzMajUjTBEPNjpUSsfBPJXFCZqlgoSSJ2NraxHJVQFJ3f1f5SaRkMvGwCrTRjGWlK3hjmqZkccx2d5vxeDyThWZZkTFRjMbH3SG29eDgGYxGbGxu0IsjWq0GH3v8Sfb29nArJZrNFrdv3yYKQ8pVl/WNDUq2qZBJnsr2LumG6nSznM2NDYSszvxdURSTZer+kPlBJZ09UA+JgwpaIP4GOPd/1dcBCSNJlaM7R3VmoD6bVlXtAPd6A3q9Hnsjj+3tbXYGY1rNJu35JbI8YxiM6XZ7XH3zbaW6ytW51SqXWVpe5qGlOZYPLdOuF0FkmYHneYRFCKCiLhzY2lRbcBA7oDx84kFXcXDZ5/m7Rrj8mEs/iqKZj+Yg5VGlSioDYVrktBy8n7plWOSJynsIggB/7OFPPAJPtWaaEGRxwm53j9gPOHf+Yc6dPoNl29SqVa7t7NP1u3iHHuLUqVO8+NwL9I8c5ol/99MMBgOe+ea3OXbsOFu2wRe+9m3qf/kdHn3kUeakjvblb/BTZ1s89thjVAwLcpWsRZ7TareJtrYUSM1xMGyLKI6ZpBAEIXmYKOSGZpEJnTgNFB8rU4tzQ8sxdTCygCwJKWcBi8suTz12iRMnTtCotkjihI3tdWrxFCccwWCHMhGWltELRphpRse1FQq9UsKyTJxqhXKlXGRfS4axQJYaJIbBIMnY8iM21jd4+84at27eYn1rzDv3tukPA8bjCYZTptPeRRoWa7fvYGQJjfoI03HI84xaJgidMelOj63tbQLbxJxbZkLOWnfASrtOsz2HlaeYlkmwu48hBLVqmXLJIWNMmqf0R33CNGIwGdJut6nWK0RJhB5HmIaGZei0GjXyLGVvd5cTjz1CyXXY2dzixIkTZOMEUxogDEQuSRJBkkAkJXkqiFCso3KYY+kauzsDVle3aM4f4ic+8ghOc54wjPj+lRus3t3grbUtVgNYOHmKb798BQydpz/8YZ7/9jexyz6tUpXWfIv1nW0GewPOrFRoNdv0POWdsQlptUxquk4QxJiZpFQuYQuhApzynCTw0fIAmYGUWeFILyikBWoDAbnI1C/AioZkCWhEGICJhaULJiJFi3x0MkqGhnAcdbNFEVmaE0UpUz+iPT/HO++8w+bWlnqfK3W8scfq+uvcvnOHq7dWFdvNqRImgqGfcO3uFUYjj5s3bxJUTBYXFjE1wWg0onT9thpj+B6nTp3i4tmT2LZD1dDINYsojIkSgW6XaZbrdDe38TyP4XRCTo40dZI4J1MKA2SmHqA6Ate0qTilYqQYU3Jckthn9c5dmq0G9WoN0zAJvCkl2yCYTjE0jTzNyArfg7oecrIkJQyVa5k4Q2YF8ypMCrFNSp6AgY6lW4ymATs7O2wmiib8yKXHuHz5Mn/xjXeYnz+ON/H44aubrK7dUUFipmRvbxfH0Fg+dAiLDMd2sIjJsgmLnQ529Thi6z5WmmGmGUkQIpC4pokutQK6qnYjMZCAyggnRyf/m6XdFs8bHdDSHBml4EdEoQq3mkynxEmKbVnYpRJIjYnvs++H/OD1N5nYZZ544kned+Y8o+GQF15+nTffehMZJ+xs77DX96hVHWIh6Q49TAMObQ1o1W9z5swZzizUaLc7nG266EaVLBiTJDEkINIEkWcIocZNWX7gjUvRioPe0iQmIPMimuFdLyqOY5VhIwWBH+C4DqVSidFoVGDxNaV8y1LypNgUFswvHcPASlOiOCLNDtzjWUFnlPhhQKfTYW5xnvm5ec6cO4vrumxubXH37l3ubu+zsrLCY5cuMb8wzxe/830WFhZ4+ukP8JWvfIXp1jbv+8xnePL9T/AHf/AHvP6951hcXODxoyd58cUXee6559jZ3ubk4RWOHDmC67q0hSDKUtXC+lNc16XkVhRTan+gVFwIbMcmeBceWj0tD8KE1DIojqacP3+ehcsXabdarMwtqaS1KKfX7ZIUElTLsul0OkyKTkwWGeGaqRLXkoJWaTuq80hytWOZDIdcvHiJO9vbPPu1Z7l6f4P1jXVurnmAyldau98ly8G2DSzbZmtrC3SDAy1IHEVEqVKRjYNpIZGeMBhEPP2+swRBQHdng53tbeZLajRgpKpVL1s2gRlglEpKfw+kecJgMFCQSKEqjiiKGI/HmKZFrmmEQUin3aHZbNLtdnFd1ZHs7Oxw4cIFNdONYkLPIwwC8lyBNU3DQEhBFCdqf6JphEVK5OFDhzl2+mEa9QavXHmbF198kdSpcPHiJe6PPObm5/ijP/ojfuM3/jO+/LWv8bnPfY7nv/VXBOMxueNy9uxZrFMneenFF+n1lJqpZBromkYSBoxG41mCXV7EBQhNU5W1LHKd8we51KIw/kmpQJNpkQEhZrdOTiFuQUOS8iALXv0Z5aYOwhBR8JgmwVgpbTxPmQijKb1ejyRJCtpCwAsvvMC1O2t0ez1WTp7l0Ucf5VvPvcB3v/tdhGayvrFBlgk6nTab+x7Xrl3D0jTq9Rq9zXWazSZlqei5L3/3Wxw/cYJL506zuLSEkSWqw41VpbixualiiLWMarWCK0sI38eWCpQnPFUlk+c4tk273SJJEkZhMKs8uwXLznVdSiUXP/BxLH1mMJuFcxUSTikkSZYV+H8lnfeDg0jZAryXKzOaBuzu7nJztYsALn7scS6cP8/VvU3+7JlnwDlFvV7nu9/7Lht724X8F6IcOnU1pk2ThNX1NSaTmFZJ0YmT4vNopqEyDhY04iTJEFJiGNpMaSmFRBM5UmoIZBH2lf/NdyFFFZLnOUkcE4QBge8z9f0imlkpArMsZWdnh26vx8tvXuWxxx5l4ZH30N3r8vz3vsfu7i7X79xnOp2ytbqNaYLr6LTabdxanYXplJ3eDjfvbnEHuHbtLucPVTh1+hTpQwssLi5SlpIoCklStYt+N4sLKPZSGUKojlrl16trOktT8vwBZDSKVNSCFJIgDHAcFeQ38SYzFauWarOMEyklQlPXgo6nNMV5GJP4IYkfItIcU0iQOp3FZTXyqCjkdHdrh6tXr9Lt9Wg1mxy69D4evXSJypEzTPMpd6YBXd0kaM/TL9Wg3uL13pBjuoN9/DTZ9Vu0Hn6Mpz/xM+iLh/jB77/Gt7/zHTaOHOWRRx7hxJEVTMtic2ebwPdJzQIPkBVE36Klkrn6HsQZGTqaYSH1HD3JkFKxpCwNnjh/jsuXL7GgqaWXFfhMR130VJLHI4JylbsTn4phslBvcvP+OpEfokmDOM+YTpVaxnRr1JsttFKNKM9JpMLcP/KRj/KjK1f43//0y3z/+efxpCCOs4NTCSLA1CDKCRIIPF+dXroOUmCYLtMoIUxTNXiNU8aBAuWVGi7jUPL623cw/BG1WhPHqSGkjUhzxiOfuVaT0DeJpMR1LHJUpTUYD+gP9lnotJFS4AdThIR5bY4kjYkCnyPLS1QqZfb2diDLVP729R+p+XYulKpF6OjSQGH/U8JEHdJBmhBFKbfub5EkMa3mHA+fOc94EvJnf/4v6U9CLr/nMr/+9/4LSqUSb/3qr9Fb26JmuCw32pQMh6MLyxztVNnaHjHe2uHUXJ2/9fFP8PXFDn/2hT9l4+4Gnbajuos0YzKckLoOjUYdkQlGUw9jNMJ1HdI8J40i8iRVfhChpM4q53mm5FQdCDkqPw7KgGtAs+Iy9X0CGSOSmDhLsfOYNPBI/QmxNyEMI7zYJ4oS4iQnDBNu3r5NnKaYpsX21jaDka9w9FaZ1kqTl15+g/u37/PXr76BruscOXGaRnuB9sISjXoDEfvEcUx3a5PmkSOEmcRPM+7fu0e2usdyzWJ76DPsDzlx4gSHWg2EEPjjEd5kgt/fI4hCrGaFcrVKEozxo1DlTQhwbVup3JIcyzKZb8/he1M2tsYEQUizZhAFIfvdHlpHUnZLhEFIVnIouyWEP8U2TRzLxtB0JAKRK4xHEsWM92NGw4hxrIynwrKQWkoUQxTAYHfAaDTi0LnTfPjDH2bbyPhnX/86u3rKxz/xM/yHv/oPeeaZL7Lzte8Q1Q1GoQdxDFlIqpU4NN/m4Z/8Sc54Y5577jlu3ryFHXv0MAn8gONiRLvdwinVEI5OMg0J8hhDGGiWDpGCGmqJRNMEeiZAgibU7Tmbdop/zfeD/y5MiDog01ydl15APB0TeR6hgLJbJrBsxlFEz08ZJZKHnvgQJx9/H29sbvNH//yLxEaJkydPsDeF3d0xmWaQ6haa4XBre0xHa/Azn/w0jfk5vvf893jhhW+zMRgyvjXm7uQmt965zYULF3j/6eMIvUUWD8iTFEGOlKBpAqkJMqlc+xpg6hq2YWBqhZM/TZTKsHiGxHE8G1cdmHB1QxmH8yI6XNM10jAly9N3PaRy5P5+XzmAp1Omnqf2DUk8I5o6jlMwmCR37tzmlVdeYXV1FV3XWFxa5OjRY+zu7LKxv4ElzJmm/P79dR577FE+9vnPszA/z+rduzOc+EMrD1GrVbFsBQ6bn59HSMEbb77J62+8gWkYNBr1Ql0iCINASUuTuEBXl9GkxtRTrueDLGjTNGdRjLqm4zg2C4VfZTKZMBqNZ+ymHOXGvLu6yv3791V8qOOo6ipWvKggUNG6pVKJTkdV61JKHNdlaWmJdrvNq6++yu/8zv/ESy+9yJmzZ2g2mwAsrCzznscvAfCBD36Q9z7xhCqBo4gjx49z6dJl9Hodip+DXIW8oOvkxbxZSo27d+6wurpKFEc0mg1s2yKOI3TDoNVqoenKh5CmCaVyGVsqh/94NGZjc5N6vU6lWlUzzfQgOEaNG+YXFjBNi263y3g85tDyIcajEfv7+4UqqkKtXqdSqcwyk8fjsdLz+6rivH9/Tcl0w5CNzU3efvttNjZ61Gt1Ll68yPHjxxkMFKcoyzL+0T/6h3z/r/+aBWwc+gAAIABJREFUNEn4yle+ohbpxVdeVMmVchnbsXFt2Or6DIcBvg9hqOa1ZhF8pDKyFfsnjKIipQ50XXXPeZbNVCfiQQHN7NzIczo1WF6qsrCwQLVaxdALp7xUKrdKRSE8nMKfUK6UaTQa1Go1HNedpT0O+n2uXbtGkiQ8/r7HuXjxvQihxlJvvvkmFy5c4LOf/SWEEHT3upw+fRrLtmi1WnzkIx8hCALefucd+v2BghXWytRqLlM/5P79NV579TV++MMfcvXqVQaDAYahqMWu61IulzEtJZs9+FwMQ8mBD+6NAyVSuVKmUq4gKDqEIjxsMBgw8Tx03SgipFOV75NTvN/OzHMVxwc8NcW1ezCx0Mgy5Vvo9/tKeRbHfPKTn+RDH/oJXnnlFb7whS8wNzfHb/3Wf81//z/8A6Io4o//+I9pt1p85jOfgSTh3KOP8qlf/EWm4wk3rl4ljmM+9alP8Zu/+Zt88IPvJ45j1rZ2SdKE4RBFxQgCQLnn07RIV5Ua2oGBVZPvUhjJf/Nu7Me6jgdPk4O/oToQ1QlGBQFD07Qi4EsRJSzbot1p8/73f4AvfvGL/N7v/h7vec97+MM//EM++tGPMZ1OOXnyFI8+8igCwdGVFZaWlrh28xqv/+h1Dh0+xH/327/Nr/zdX+H8hfMIYGNrxNt3Bvzotde4ffs2g0F/dvjnxd73IBP93a/5IMFSK5AuytukRpzAA8qCEGhS7f7yLKfkFtk0B56UIs3w4IGaZil6NPWVgSVVQEKZ5ehITE0nlyn37qxScUs02y1MqTHX7qhKbOqRRQnaldvs7+0xvd/j6KVLfOKhs7yjV7nyp19FN3QWam0MA3ZvvUp85Q4fP3eWp6pL6NfWaW2NOPmxjzEajZjuD7lx8wbeZEKappw4cZI4Ttga9GbjKdM0yR0H0zLxCjksVg2pmxjkxYeponAdS1Itu2yu3mKpXWeBGNMxMCceo+42eaYhPI/93T6u5VKrNjENB8etMpr47A8VmLBT7aBZVYxSi9xwiclotxcwq3Wuvv4Gv/b3/0fm5ub4+//4n3Ls+DH+3n/zW+xs/zVnLj3Fz/7sz3L99n/OY+97P9HY4+1r1wmHQy5dvsSTT3+Ahx8+w9prVxn0++z095lMPPw0ISEhiyLGgYeupTTqDVzLhkxHwyAJM6IoxjEcsniKJoWSiFYq1GpVon6fIA+5d/8eQRjQmetQb9TZ3d1VnCuhxqCmYdDptFldvcvOzjadTpssyxj0+xwuGYRRWDiODUyz8LIECVEUkxvK4W+0WtQXFhiOp7z+0kukfkKjXUZLMv7yX36VP/8XX6JcKmH7EU+dOM21b36HdPU+1XjKV//gn3Aog0oDGq6BvXmNF7/4f3LvyhWWtJCl5Tpv3x2oQskA24ZaSYdkSpypLlPkymVMnpFnKZoA09CJZSEj1Q8WqIVRU4CCZClncqek4Ro5RjKF6QCBjm0YpDrYGhgiRy9cy5oQGLqFaVpM8glTPyCMI+I0wS2yPk6fOEWjUuPqjVVef/lVRAoXH30vP//5/5hqtcrXv/sCnh8yt7TM9l6Pt+7d55P/wWc4evYCm1tbBPtdHjr9MFFnjtdefY1CxU4WTHFrE4I4R5qOyiTP1YgtiiJEJNE0XaUKui4101XhbqMhruOSypg0TpAIpSYrUCwij2aI9CgIkIaag+dZRhxGKhdCFqNL1LjV933iICAMAixZQ1gueZFNPwpDgkhHWg1KdYennvwg6+v3+b+f+xK+7/P0f/Rpfvnv/DKV88e5NZnw5tWrXH37VT77d/8OP/3v/ST/xz//X3nk4lk+9MEneeYL/xfIjJdefZ6nLp/h+Okj/K1PfYJmp8T3vvVNRsMpVQN2/ITJqIfrKDVjnkMkMjSZoRnF0jxXbYcoDIWSB1inWUHx//McERRO9CwnSxLSMELPQkTiEymAAXqtgeWWGe4nTCYT/um/+DJvXrnNT/zUv89/+9u/Tae5wD/+B7/PYLfL//Y//xP++Htf5bX1Nd7/iZ+hWqly67d/h+9890UOHT7LiSPn+eQn/jZp7PLVsc/a2hrDNObtrod+7S7nL5S5pKsfTEiVBXIQn4uuRvsyUV44Q9eYhR9m6h4o6C6QK2m4ZqtiNElUFIBbctnv72PpllJeSkkmHjxEszRDl5pSZ1Ac0IZpghDkRVJh7k3o9/uUq1WOHTuOXikz6XbZ2dtTWubU5bHHltmQkjdefx137jC/8Olf4PbWkCtXrjCZTJjrdJBC8PC5c/zCL/w8c3Nz3P/RGywsLHD6IaW8WPcCVlZWuHvtJt/61rd44gNPoWmSMAgwqxVKJcXQSv2QNElnWvCDXGItz8ijiCRNComZqW7qpgMCfG+K1WhQrVSVKmJ9m9u3b1Mud1hZWaHRaCinsSYxTaV4qFar6IaBbVuFyslEyxS6453X3+B3f/d/4djRo/zKr/4qn//c57i5end2Qa6trfG1r32N6e4uN27cIPNDwuGw+AAzVlZWWFpc5IpZ4/7aGvE77zAZTzBNk6WlJUplV8EVgzHHjx+nLmOq1arKciiVGO9sIBAz9UuSJLiu0pH3+n0Aunt77O/vs7y8TLlc5t69e4xGQxzHUeOoMGD50DIvv/wye3t7HDp0CF3TlPfBhcFggIy8WYVl2zZWqjT/CckMZxDHMWEUqYKhMc/i4iJabjCdTrl48RwLCwvc29zBdV2iW7f5yEc+gih8H717z2MaBkQp/cGArfubTCYTWq02YRiwspLheR6ZplGrVTGFwXgyYRpEysGsK2WRSAvFiabMZMoTUnQd4scKyQcHRlFFTaceaRSzP84J9ViZ9UxVye3s7KLrBv64q1Q+htoZbG9ucvfOXbrdLo7tcOrUKWq1OoN+n2eeeYbBOKLRaHLm0eN86ud+jsNnzvP1r3+dwWCgcPimxdraGrs3bhDFEYcOHQIhuL67xenTpznSfJy1e2sIx2A8GuHIjHq9xtzcHKZpqrCx27eJ+9tYls3c8UPMz8/TrjoK4TGN2N3bIwojKpUKmqbYcCJW14tlWbiOQ+TvMi3wRWmWkcYKEQTg+z4yUSPcgwC5OFLU3HgWlGSovYgUs0A6x3FZWjrM4cNH+OEPf4Dv+zz88MN8/OM/xcpH30+Spty+fZujR49i6DrkGcPRkO2tbZj69Ho9dnd2MVyXNJhg2RZxkrB69y6eN+HixYvEU48rV65g7A/xA4hTRU4oOxU07YFTetZtzH4d4Dj+Jh3Ij3/lPFBhSU3JX70C8lir1ciyjK29Le7fv8+NG3f4pc/+Ep/7td+gWqvy/PPP4/s+RzrK8Z/lOaOe4qHV6zU6nY5iAtZrDPoDqs0Sp06d4tbp00oUMNlmdz/g5q11zpw9SyYf7D2kFAVmXSPXNLQsBXHg7dCUMi5/19ROPGASHygONV0riCTKla7MoipD5QAoeuBEz7IM3R9MSI0QTYKZ5dhZROyNIQmwyOnUbNJgQLdnoBsZclRm4k0YRSF5nlNzBGmUUXMrdOZKpHLM8dOLZGcOIT56QY0VAJEqE18W7jF562s4iU8SxNy4GjEejyiVLRzXIAsOcev2Lb77ja+rZZHj0sgE5nAMwqMiBQuVMr00xjBNkv0uHanhSljv76CRoouAyWRKp/MwF+aWiPYDHGlhTjVeuneHnZ0dKpUm+mJGq9NBSsnt7gaXXY3YiAm1AN2JSHKla68327iVHM/b5/jZc2xubvLMs1+gMlfhpz/xMyxULPqrt7mwuMR/+flf5r+6fpM7L7zE9pvvgDT5y7/46qx+KS0u8ZGf+iSnzz3G888/T9p9E228wxGxzdxCTts1abct5soOhmmy0DxOo9Gg1a5jWzZ+PGXc38LMFOJZ5Cm2oVNiisgDFpqC9ftKafTij77Pk09dZuXkUbIpLLcOYyUOduqSmjqjvo/mONi1Gnd6Ay599N9Bs3N6w22qy03CaYxwDeIoJ/RjMjOiMx0zzsaMMrXX6ToOwXCLslVi+fRDtEpN6o0Gc+Umruuy3Owo30Nssbl5n4tzOvPzDUq2qfT+J8+wv7+P7wd43gR/PFDpiqGHDCPqaUzTVdLUpAAL1h0HbJ0gDLjv+4hoipZrYBgYWkKU+QiRUy1DEIW4hsYwtkhSHzRBhsZ8llCrlrHxyNIMNw2ZW3LJM42d3TGWBg91lPRUahJdt0kSCAOP4X6f1fEG9yabNNwKJ0+dRHgRd6/foq65XF44zKgUsL29zUqzDf0hsmSzfOIY4uwxUiF5q2ay9As/y8brt/jdLz+L5U3Z2B1w+vgF5tpHKAUeTa2EN9ri6XOP4k92yCdD3JpkYbnGzngVaimt+nGazRaHVpaZn5tDiozhcMho1CP2fSxHo9vbplaqYzsW03TCYtNmPLG4desW64ZK9vM0iadJwr1dvNGE6UTJ9Pe7Y/qTAZXFJq4IyfweTZmwZU5I9BFjzUI3NcIwwo+n1GtV5ubmyDS4efdNQn3KxQ+9h6c++BO022389TUajQannTbh27e5fO48H/nQh/mrP/sLbrzyI+abbX749b9i9ZVXOFyqstOfcOnwcc7W5/A8jzs9j53tberjmIVYMvJUp2hKcGJwDIXUcaRAxCFVSxl681RD01xSkTKNIlwRICzoqnMTWUhwswNp1sGOOQGyBNtUzvmQkMzQEGlA2TUYhS5mWaMURFS0GocrLe7du8f9628z2dvjVz7/ad73xPvI/B7jaMD8Yo25pSpv3Rzz1tY1xPYaHS3j+it/xcKHPsSh+YitrXs0q49j6Wt01/bJp5scnTMR0xr72wGRt800hOdf+AHz7zlOp9PBspR/RkYGVcshFgHD4RBNjAn9AXMlh15ZY81LlTnZMcmiCK1Y17pSYKRF/EWaIk0dGQUs1mvq35WSqmUwDn1EkmEIg2kYofvTKUmxoQ+jkDCMFDUUZdaTmlqWjMdjAIxqDdtSJijLtiHKsCwTo9DJk8uZVjjPMqq1mpqxhVPyICQv5mzSNNENnb3ePiAUeM91qVgOWZ6xv73H1PNo1upKZWEaCiteOI5zUJz8Ah+dohW5EEnhms2J44ThcEi71UaPA3r7+wgBKysrgM7tW7doLS0Vs9x3KXiEQAhJVmSdjCdjnCSm3Wmzs7PD17/xdVZX73Hs+DG+9uyzVKtVXn7lVd7//vdTKZf56U/8NF/66rNsb22B0BCWRR7F6NUqn/vs51heXubZZ5/l+eefp7qxxtT30Q2ddqXNYrVOtVrFgtks+wCvrN7XB6qYLJMzFP5BtaTrOgbM2P+ep5IeHduhu9dFJipHAgHjyRipqZZ3OFRO95WVFcXDMZRIICv8NQfa8FKpVMyAVQJiGCp5cmSrjmAqpnhTj6k1otVqEQ7GuI6LXpBgI2/E/fV1wumY0XAErobvBxiGrgyTrZZiHpkGvh9w40aviFVWHgNREEIPptIzpVAu1XhWHFRkD3JsDqqz2VeSEmbq+tFcDZJ3zbCFiWWOiVJVlfnFjiWO41lllqYPvhuWQZZmlB2l4rMigWVbLFWa6vftFrdu3WTV0KnV6rz3vRd55ZVXePmVV2i32jP9/Z233oLhkIWPfgw/CNjc2uQDH/gA7135eVbv3eP29deQmmRvd1cRbsMxS0tLtMw2tXoN13HY7/fxxn2Vw1Eoa4xcK9RRBecOOYsrtm0bXSgIaRzHAAU5wSAKI4aDIaaprr84Umy6PMsLQ63akypTpro+p77POAiVSTFXBIHHHn8fSZzw1ltXaDYbNOfm1WfsqP1R+egCn/q5T3H92jtcv3Gd+U4L23G4e28NTcAHLj/GsWPHkEIQhQp5I4pdhq7p1KoKtS/UEEURCtIUzbCwTGvmg1AId7UjEQV5QfzbpB0Xl80Dn4W6ptKCyKvel2x2Hfb7ffa6e2i6zkMrK2iaxt07d5kKk9OnT7PS7HD58mVeeu0NnnnmGax4ytLSAsPhkGeeeYZbt27xxBNP8Mgjj+A4NpbeYX19QxGwQ6U4W1pqIVLl7rdta5YSaZomWaau/4OEWaPIBVGOdJXlO8usFw/uiaxYnh+81iRN1VSh2KnkAEky+zt5roCleqVWwzB0NJljBiagEgnjTLl1R+FU/T6OGfT7GElGu92mVDNxLAthaZimgW65s7FBFhdzNmBtfZ0kiYmDafF0i5BSYGrq5m/UG2RpStl21JgKyXAwIPNDfN9X2O5SCc0w8LwJSZwV0ZU6k/FEKUKKC9kyTfQoRRcSlGcOz/OY63Twg4B+fx/TtZibm2MynOJPpxiuy/5kjMwEca4YYKJAYfhBQBon+N6UeOpTX1xivbvFaK/HhVOnefLJJ4mTjNFozGDU5eoL36TRmePxk8sc/qWf4969e2zudZmbm2O3P6BSLvPeh1rs3/wR11/4AfnuDnnk42hQqldo1BssNBSdljAmDAMsR2Uox2mOSDIyNIRmIrUUkUnybDI7UCUCx7JxLCBUe467q3cZjoaUqhXCJCaLMhook2d/MGB5ZZn5ToftzR3SJOHEiRNsbm7ODrZcimKJpmHbFlVydCnJopw4jiiHKUM/wZ96eNoAs6IeajEBE2/CWpTQarU43OlQbdbRqg5+EBA7JtValVims8AwrciKDguT3mQ8wjKNmWEqTdUsV5MHQWc5TnHjikwBMxMhFZE3hyxX8lyZC3QEGkLRV3O10xBJQsl0CPMMI4OSrUjPI0fH9xPIEjSRQ56QRgHB1COIPdJQ+UMcQ6MXBpSCgMWTZzh84TzZRC1VbbOkuqW5ZaIoYjuM0SYTPn3hMS6Vazz32qu8+b0fsHT4MKVSiZYjOX7+Ev/JJz8GwPZ4lyNnT3LnndfpXXsb3ZuwvLyMGE0Z+T1018DOdaSW0a7Wac81CcKAgSYYawYEPpATJxNMqSnClxRYBU7fMRSV17Y0lQToTQmCgJJUEb1RHOP7AY26VRQiHtVqDT1XPqw4ipXPJsvRDR3HMAlMkyjNkTlYUlKxbX704ktq1FirUyqVqDSa3L99m/devMTS0hLlrR6//tm/zZKW8nu///vcun2dURDSBJ5+8jKf/8VPs7iwiJ3H7PR3CbvbTLY2GG7cY7Kzx8J8rbhOFUxT5Al5nqJrEse2IErJ5AMznZwVYBpSprN5TvavUl8BoEZsKZIESQLECKIUgjhDN0yyHExNjcTG/X121tfpb6go4OsvvagezLUfcuXwYZ784If55Z/+OI0k4U/+5E/YH/epOybDbfWQ+InLF/lPf/3XeN/lS9y/v8Zz3/wmt177EfvXriOCkIams1ypU3dLmKYaQ9oFnDLPUgRFAJxQmZt2IX6RgKkbSGL1krMfp33FxaiyeDoQRxFTz6NULs8ENCnKPHwA1ZQSdFl0BJoGQqpQIz/wmfpqmS0sHdd1kaY1y6mI45jJxMPzpiwtLhWMIlWp5Foxayx+PsuylH9AKwKh8gSpaVi6mtXNtSvsdbuEE5UnMh6NmU59TNOiVqsrE5/jYNo2WZqS5KqSLZfKBH6AbikkhWOr+b/jg+8ohLPivwjGkwlJr0scJ7hlRaEdjiaYhqrCptMpmvYgy1jXdfSCmBr4PuVyucBHDEmShDNnzzD/0Anm5+e5v77F/PwCUaLYUSmK199ZXObRRx4B08LzPOJccZW29/YU7r3Vot5oYO6pCtFAqBusXFbGSVd1UI7jKAc5udqJSN6leMmIinz4g0rbcRxKJQlhRp7DW2+9xebmJpePPoKh60ReSBAEVKplsizl6NFjHDt+jBvXbtLr9lhaWmJ7e7t4KGvohqEUaSIjTRJMSzmDS4YgSUxaZRMh+gwHPoNBH1PahVNYUw7lgtZLELCwuEDDsZRju9nAcRz606HqehPVPmdZhu/77O/vMxgMmJ+fV3kISUoUhYB6mB2oRkzLVDVTqhXGqexB7nbRkR2cDAcz8DxX8sZyuUypZKvrPMlniirLtjCKG6pcLmPbNuFIzBIgFSTUolqtsnVLPWyPLh3m2LFjpEbEXnePwFdsprU33+TcuXPous7169eZOg6dTpunP/A0Dx15iJMPn6O/36em6SwsLDAcjrh69Sq716+qjJmNe2R5zslTh1lZWSEzlP9lGvvsdfewzGrhgFf5Mo6l1IeTvT3CKCIsclE0qWNZJqmmTJeqq8uRQl1H/nSK502xCqe66n518lw5/EejEc1mU0mki72bUXhyZNGdlktloiwv4hgc8jxnpVRR3bLU8adT9vb2eP7557l+4yadTofF8x/gqaee4uMf/ziHjxzh1q1rxEnM0nyblZUVupv3CcOQna0NVu/eZXNzk93dPTxvoqYjea7OH0srqMkhmqbP5vSzB4cs/As5hTJPIsW/BSvtYG+Q/fia/cAzV6qXEQKCWMlb67U6586dw661EMDe2Md1XHLT4e7du9zf7vLoY49i2zYrKysM3xnhui6HDh/i+PETPP74JUrlEl/96lf54Ys/ZHN1la3NTUQU4boORqbu8Xano4yVlqLmHgA0Qd0bkaEEFZosuoVMYtkWpj4lTFAVvhBoEtIM0iQvdjrabK85nU6p1mozerR6aBS+k0J5p+dSIAwd09TIBZi+rRYpWabyNqSKb9SkRGgqtS2NYsKpT57nhGkCmQZ5ppaXUkOXgoPM6SONFWWDL4x5WaR073mi5LSWrcifSbEr8cZjxsMRBiioGwJTNyg5LlmSECUxmpBUymXCICCKPQV1K/6cKXVMqZHkCaHvo5WqeJMJsedhmiaB7zMcDon9RP2blkl/6oOlg2UhTANREFGFEOrnihOi8YTJfh8jyTncatOoVBhvb6P17pMJQdlxmC+VMWyLJInxRlvESUyu6QQ7u1QaDRqWxdTbpkSKU3bp7nWptWvEUUQWpxiGwNLANgSWZgIWlmWrg0/TyYWqoFNyMgwKSbsa62VKReeaFhXHRTBBAOvbW9zf2ODD73maUq1COA3p9nvIskOaZZiaZGluDpFn7Gxv8ninRa1WAZmgGzqubaMFEj+PCEMQWYYkxzEMckPnkHBxgxR9mhAGMcF4TKhruKUa5XKJSJN43pTVjTX2JwNqppKCGnmObVvk+gFqXF0PB2E2jm1hdtrUKuXCIJYQhvoDaS45sSapHBgLUbGqseoziAAyEJpBmiTINEPPH3QmTRMOtZtUrIhQZORZgkGKqeWYMscywLV1dC3HMgQlWyeyDUSuMzUkri4o6ZJmvU449bm7sU69mEXHtoVllbEchxPHKkTk2EnKYrPG3u4eo71t5ioVHjlxjGC8SXb/Lo5u0Ft9k9tvX0VKyXy1wma/x6VHT7G4sMDKiaPU6zUilICkO9jHlgZLC4douC7RcIQ3nZInAdFoTDAcqfgATSfVdaXZz3JULQ2uYVKxbcaTAWmaYhXqJSl10jQjjhJEkYOSprlSCPohZaGpe1w3yfNMObuzHC3N0LIcwog4TclihbpfPqJoy2Ga0plrc/rYCmmaMhpPGO5ssnrln/Han/8Jx08e56GVhzjsmlTqFaQIWXv5eTbur+L7PqPuLjs7O4y7e2TelKqMKDdNRv4ES6/gmpZKN80URJI8JQ59HN1RCqqDBXpeLIELFtr/R4eV8//6rkOWkkg10ohzSHSTWOiESBzNQGoG4dhjZ3uHcrnGkYUFFtpzSmSQwdbWFmkuOD9/kr3ePre//y3yHE6XdYyVw2R5TqtZp6MLbr7wfb77xQ26uzt4nsfK4hJurULNVCO5dKIo34uWgW3pSC1Fy3NElmFIiTAMZJ4TGwauZRJmCQmgiZyy41CyR8QTlSIqi1Hewcs9KEJzVJFwANTVNG02utJ1fdZISCnRDdPEMk1sW9Eio7CstORZTBSZeEV+B0X+QIYkThIsTcNxbJWyB2qsosTzSE1DSDUbVVkVys0opCAXmYLYZWq2vrO1paIbs6yYgxsqijFWM1vdNAvUt4HrugzGo9lsr1wqs9/31IxaC2cqkDRNCWNFoM1LlZmWXdd0PF8FH5nSKhQgqj2vaCUcx8Y0TAzdKBDsOmmiOjK7mmPoBlXbJgxVupjv+5x7+GE2NjYYDIeEYYhdUi2f1CQVp8Jur0+708awHaSUHD92TGUkeB7NZpPM66o5smZgWiaObSsVkDQAVV2p904xiGZphUVOxQGJOMsykiTFMJRmHyYUqwA2NtYBcN0SE2NEr9vDrqns8o2NDWzbplKusLW5ReXICkuLS2j5RuFelUUeuNqJHby/wpCYho4pFAOqVCphGjGTMGZra4tWJ+fI4cMKhZHniChSN26u8srTSOWLuFUV7ZrpOqLweFhCdWO2ZTGeTFTxUoyxKGbgoNpuqZtk2UEEaozMlG5dpEJJFYsbI8+KdMfCROY4JrVaHfJdFSFcVFdSqpvlYE8wGg4J2200qeG6LsgE07KQnvLbzM/N09tXIWK7u7scPlJmbm6eaq1FuVymUq6zvbON65So1eoszC8QxREC5VVav3pDFVFF0NbKygpLy8u0KxV6vR7Hj63gOA52WflewjwpOtpUdfdSXadR5EOeq73kcETg+wghqZdKZFnKdBIy9aeEuZJl27ZNs9lkuretXjuKymrZFgiV8xGGIZkWq/1DEClsfEGXNaRBWDDAskKZR3FQZ8WBJqWk3++rTPsDFEyqOszxWHmy5ubm6fW6vHP1KhsbGwhDkOcZQqqu2hsPlKx0OmY8GhNOPMX4kgJTM9DiHF3TMEwDx7EhN1QscBwRxwm2drC3YKZAOjgm/2Y0LLUzkMXnJguaaBiG6Lo+yz7a3tlWqjTNxPen1BotPG/K1vYuKysrLC8v47ou48mEwA94yHEZDAbEcczq6j36g54ynB45okagrovv+xhF5o9RqFGrpbLyfxnq5zrAss+IHMV9GQbJjInlFmzBwWT04LMqJkUCZvfVgQfwgGBxQHkQMJvMxHGiRlgpqovIAmWMGY7HKmWtiIY0CvNQFqhldS6V/lkDqqUy4yjCYc+HAAAgAElEQVRSO4MkQeqaWhoX2ylVMScKJaBJdKEhNdAMnayoRLtrXfQigzryQwTQqNWJPR9vPMFuNknjBE1IbNMkS1OmEw80ia5pmKbJZDJR4wvAQGIKDT9JmY4nyj0r1YFkmibxeIQmBBWrwmi/T5jDKIxoU8ZwSuiWhSxMWIZhEAcTkiBExjHxZILbcGmXXPrTiFazhd/dxc1TzJJDGAbkoYclMkwpMNOcI40S9XodP1TBOnaeI8IxSTChWXYYJ0oGqUkN07RwbEehmIXKMZC6RDcMNEONEIMkJUky0kT5qXWpEeZAkpHHCaZh4hiWutAlJCncWV1lu7dHKsEul/B3tsjynGq9xmB3l6rr0mk1WL+3SvSeBZrNOll3Dd3QmAZTpR/ThHK55hmkCZqWYQpBHY1MGAjDJpEGkpDJJGY6GdPr7uE4Dm7ZoWLVqVYr1C1VaBh5puapIqVcKs8W8nmu5KNRkfUuUAdEmmVEUTg77EWeERs6phRkIifJBJEAQwjUJFioSizNyGK1LzKEQOQZaZpjpDE2Kel0ClGKnoOtSwxNIIseT2o5w9E+o3ELWfge0shHpjGOFJRNnWqkAnsmU5/x5gZevUXZsRkGHpHICAyd+uFFnJLD2r01vGmXequGY5tMPY9HHzutAoUKF7BASbIn4wnViiRv2IySCC/OsKRFmmUqN1zXEZbJdK9f8MAktXKFsm3g7XXJgxDDNNEFmJrElzl5khBHKWQppmlTcZRpczLxmExSxuMJqeNCXuR8xylS5JimDX6iMCGmRNcMJBFhEKPllhI3pCmmEGhmgVO31GJ30t1ludWgWq8wHk+YeENy36csc6x6GW97jVIQMI184qCLU1W71CBVJuJg0FUGviTCJMR0MqTUkblyVBtWFdNU/DKDDLQcmQvyTCMVqRrV5FnRpeYzcUmWC7Ic5cj+sa9irHVwsL4rJwap/k5uWmCYZLpBGITYjk2lWqGSV3AcGylydJlg6jmxP+DsycNUXclotMvWdA/LsmiVbXqhx4Ju06yWMWxTiU3ss9i2zXgy5O7qKjVLUNEt4iLQq14rqfAwTVdih9yaBVwd/Nx5HEGSILMMkSbF/apTti3KtqVUjnmm8D3FU1RqzICLM+GJUPnupmXN/p+uaSRSkhWZ9Ppcp6NmlEn0/xD2Xj2SZNmd5+8KE27uHh4qZVWxu5rdQw45Ay4Ww/kICyz2hd91F9jX2Xdyhhxgh6KqZXWJzAzlysSV+3CuWUT2PGw2HJ0VERkRbnbt3nP+5y9KW6KKIKWkgRm9aA2MNUSl8cHjnS9shLQoP1NKkMTUa6Y4iAsn5BJyj5/wPhC9ePHsLi7wIbC/E8w7jRNdt8JnxcPjo8Db5eJoLVBG3/eYWhTVq5XkmCQrmF8Tg1Rmzi5YtfPCENrtdngkWW7drGmahqFgmSgEMzQyRLRlkD4lqV77fuB3v/8dr5Nhe3GBGSPtqiVHy2p1BUpxd3eHj5G2bRm943Q8sbnc8eHDByYvTqExC6Np1a0I3vP6zeulm9DaUNmmMFuEBeV9mUXYamGBxMXnBoxWix5jZkvZkqkxE4++/158tJxztKsVtlSgNzc3fDg8cnGxZXex43e//x1PT08yc4gl8KjvqeoKpeTazAyPTF7Enev1miEm8jRxsd1KpziM/OEPf+Drr3/OdruVjqJtMWVtrct85XB8lI9bSwgdKcmB0Q8DXbda1NQhBIa+X5S/3ntRmxfn4BTnIenMwpI3P3dsFPYRSowGfZB8GDWNBA+VRrD0cu1ymj3EBAuOh4PoUeJUomot2+2WhgtW3Yr0sBctRRS7eFPVi6Pp4XBAW83bt2+5vb4EpTgfngSOY00/DKy7jov1mv3TnmEY2e12fPnlF7jJLVVgLIessYYqWe7v72ByouMonl7Jae7u7nnaP3F9dc00TQvJBMBEYTKREillXr9+jfff8/QkHXu/2SzrSBsDpCU9cDm8C5wxuQmtW6JPxa03EnNGqUgo3TLGiNgxCfR2dXXF+/fvOZxO9H3P6vaWnBNT9CVp0tFUEsG6PxwW0z6NRSmo9UrMM4Nn6HsuNjeiy9CJlAXKVVphrBVmXnGlnV1qy9+WDfH/98/LLyszAzOr2pWgMqeSmVRV1TJ3a1ohH4Qg+9Fud8FutyMEj3OO1aojxcTu4p24LXtxQDa1FLxVXUvSaYqsdzvSJKrwy25dAvKiIA0h4r0jeNmnYkQO//iMVGRhkwj5qK6LKPJztoAuXcvS5Zf7771fSCyUj80sWMlEX7Uc90+kMFGvWja7Cz7efeJ0PslmmmThrLoWpRXH44l116FSZn//SH21o60b/Dgx9QNVt5VTTFu22wtinAe8z0FOEXDOM44jehpo24bryyvcOPLj0x956p+4XG/486+/Zjid+fabbxiHgZ9//TXXu0v645nJS5C9nyaqumIKkeF0prKGTbuiH05s2m4JejlFh9Ka2+sblFL0d0dudlf8w8cH/vlffs/f/PkvAENVNdJBZXh9+4o/Pu0Z+x6lHri9ucUPZ7zVbOqaYf+EUYbg5by8uLwlIcOoShmMbcgJ2kYMGDNIGNRcCZFJ7rxURfKEg9YZYxVaW2yty0YmsyOTM43RZFciSocB7xw6Qw6ROE6s65auhsHJKfLDh5/4tH/kyy++5I/f/J7t5Y4QI7///R/46f4n/uav/op12xDdxN3dRy62W9rkWXUdr96+4ng4cDr15BSojaaPgel4JI0jV7dvaZWiKqZ63bphfXnJ2jke7g2Hx0cqpUjrVcmiBqUy2ijqyvDuzWsJHDvuF+fl25srnFszlIzwnBLWKDbrTuZL5x6roakF5nMu4KNCFatzYR9F+gHqpuJ0cthKoLTBeRRwsTK48554km46BSBlbl+94r/+t/9OUIDRXN5c8+rtGwatCTHiBs/QD0QTeHV9w/mHR66aivrVJcMw8PTTH7lqKzZ1TZ8c2uwAxXEvVjn1diXBYNcNXQzox0vWCmLwDN7TXey4qCxhGHg8Hrl+dYtyjjxNmJxpOyGB9MdHog988fpVMZsc8H2P1plNZbneblEx8Onuo0AdyhBSoFk1oOBwPBPCxDR5mnrFX/7FJfunIz9WP/Hll1/y8Ol7zueBphLXXTOMvH79hvHhiZwV6/WWpt5zOo5Udc2mrvA+MEwjKUYqA20j9M/vf/9rXr99wxdffAF43GlipUFXmev3l8QYGILDu4axBElF3fL2zQXnQYSs3jm8d6QS5aqyotvU5CAF7RSloNW2MKyMImfF6dxLkam0qO3RNM2KBsX+6AotXNaM0ppcDLJMFBJKhSJjcNZCShLdmxMhJ5KGylSoIPOVuq7JKnEaTiQjosKYA2MaMGv5ObWqEN+MzOXmAvrAxa7lQgvE51LAe0fdKK6uN2y6VkgfcSU5SDFK4WE1MQ5USop4FSPkTK0lmTI7S9aSLttazeMogVVXmw0NcIgSTT3/8SGTh4G6kuISymyyHCDGGHQsjMmqYt0lzv2EPR3ERyYHx5hHjoeDREgW/3erFCllQgyYrBdMfPaS0caIf1BhcxgjFMBxGhZePoDVBassLBmR3wubqD/3qCSCpt3FhSxYY7jc7Xj3+g2rTiT1337zDavtmrquuHsUt1Zx1lRUpeJrKws5sw1bLi8v+fDhA3Vds51dbItUPxT/l9M0Mg7S5cwH3IzVz/zpFBNucuJU6RwhBJIV1k9VG7R+gT3O+pksbAVJ9ZKDI+e8/P9cxcf47OkPkF8kgqFYKqg847f5RSWV86KLyPnZlVi42xqcsJFShu/+8B2//OUvsYWxUTc1bnJUtiLlxHrdEYvX1dXVlVSYxVp/Tj+rCl2wqirGJOui73ussaw3a5xzDF7cjOu6YXe549T3jNMozsfeYy7EbqUt3mWZSNO0VJWwqWZDNxCrlSllspaH+ZmBJrYdtuSR69JSkzM6hcUPbYaDqlpwf+ccFri5ueBqV8vw2EDwwkSxlWVyE+MIrEQnMmuQXKELz13AkIQUEkqFX6+ko+2N4e7+Dr++4N27t2hTKMg5L52T0E4ls6FbtYuHm/ceRZbZ3MWWi90OyvUcyrqzKT+vX+clnzwlYpDvq7LkYiy6jqYFBZOTzt3nORfEsN1umT7eSQqpkhyPWDaJFCOVFXJN3/eL8trmWYVd1h6xrOs5ue65ZM9ZRJhNI1EN+/0epQWLb6p20aaAIBXWGHSWTmXKwsi7urqS3A0vnVgqHahKsibGs8IEA0HWo3iezV35c2c+2z9RCgwUxepfPz+Txf5dfnd5D3EOiolia6BUWYNWUv4ioQzpZ33JswYjhAB6dgqXdatM0aVo6QKaZisFq1FCn82yL7kgNjLRO2GToVA6oYFUZjHy/sQl28S525a1kfKf5KC8fC0NlfzM+bKo0mXN9y6V/SSEsMxDg/eLDgfATjFg6opsoO/P4iy6atjkLakYp0Em+YCylspYKm1QxTtr2B9plcE0KxprqWyNSZCDktN7HlCmhEajVYYENilSljczDSNhnOi6jl98/TVv37zhcP/Ihx9/4hdff837N2857Pf8+P0PvP3yPVYbko/kmBiHSTDYqhWOd8zoBLW2dE1LHvrSQu7Y7XZiAT+ObNqOtA2M3/8kNyIoVDYYjITRZIXKMmPw3jFNA0N/ppt6QliB1qQciXaz2Ano2SsA0Fl8moxVywYvCzmWBZtKZdHKQVJWbFKiu8i6HCC5DMFSRkWPiRMmTlRhhOiJWkwDCQkVEybByta0Vc2ZkSTPEv/9n/9f/rf/438nG01UMmx13mNSJAwDr29vMMD93Ue+/vpnoMH5CasU2kDTiCOv8gE/tvgoG9vxfGC73dKtGsa2Zhom0jTRNS3b3SWtNkzTyPnxiTxNdDmwbmtSY4lBoXWiqSqsbUg5lfjUgCZLSmOAnNRzl1Z8fZrKEGtL0xiMtkJFTBrl5dolo8k2MYUgcy1tiW6kWxvevLnlsgns9wesrUjJEzwY07A/j5xGUBs4DBPJVkRjidoQtSFlLfMWF0nJo2vD0Y9UxnBxcUGnNX480d//xNgadl1TDhArhvFWiohUSeb903GiacRjaXITOkaapqbVCqLidCeQ4oVteTo98vjxE9M0smtXfPGLX+KnUaAlXWCn4GgrS9vKbGLKHo0i6ITTkdE5XDYY02Abi9GW4CPT5Ikh4VzgdOrp+4GUMpWt8S5AVsuhEUPCIe7RSWUiqbzHRKZkrWS5PrM9klae8/EBrRWrWmGUplKB0QkyQKH119bS6oqVlmiCrETkFnwR7TkvthsF2WhVwHtN7xFxJ+X65kRIohXKMZCSUOFzKagyZV2HjLIyg005E3IkJWiZxeiJRCJEj6proQGbjDUKbfJz/IUBo8s/yhCzZBMpI5k0WI22Fl0ZGcLb4hJMJwVPwZt1CpgQqEKZ9+6fIEu2eUoKm7OwL8vh6DGS0Gky2WeC8wQnM5A58yQpcRG2gFXyMVNeScv1mJlquhwyc54IiN27KXY2Uvw/C3ht8J6mack54p3HB09d1ZjVimlyyykOM6VLsNTJTYKDa4UPHmxdsrVnLYUonJum+KkkESiaeUMsx6DWhsvLS077A4fDAbu54M2bN6xsza+//ZZvv/2Wd2/fcXN9g5sk08IYw3rdMU4Tx4cDKWdSFpO3E1nM4aYzQ9+zXotb6Wq1kqHcODKOk7CkNluq+mGpmAQXfs6TMFpT1+J06+Y2uihydVG4zjxxlKR8KVUog9qUDm2uFAKLqV+iDPAypq6XAyTnTCzfL6EKr71AgGmupMorpkJXzEUV/fy5GYNlPy4H+Dfffkss32uaxDdou93y4cfv2O/3vHv7ju12y+Pj40Ldi0Es9I2x1LVkauuEdJhhlIrWe/rzGdWsREOR1cLU2paM89PpzHDa473ncDhSVzUqSl78er3iWaMhmqRkMkmJyMtoQ1LSDefyQEhlXBfmz3NlOFdOszbBGhimRFXJRZVrmaTStuKgoNMoGpSJZV4RMzTGME6jzPbKZqW1XrqwKQlm3a1a9n7P8XREKegub1l3a0KM/Pjjj6RuLdeyE1hA1SW7ZBFoCjV5cCKctXM1rMTx9Xg8sr24oGtb2nbFUQsUIhqVNecsoi8KNp283G9jNClF9k9PMqRvV6y7jqxcUdZLVsx2e8H9/cMyRws+SHT0uRckYlMxOUdVtcs1SCktTrTy2MwpePF5r8gyp5v3gnnDURqcd/Rn2aRWhWUZed5njDbYRtiHp/N56QaWZ4vi4ZRFy+O9Qzkrh0wK+BDEE6+kEUrHpJbvM3ccWitc8FTaopsKTaZEp8hBA2zrNUd3BC2bZg6yD85eUM/q+HIAFHrwrD+hFISfdQBaOhJBNyJZKSjFdCrTezlUNG3TknKiKgFZVhWTUDW7fWRyVWECwESI0sHEGBcE6H9+UfQw5e/xebaljRH27Dw/yXJI1sUVY37GZAYE9jwOcmr7icP5tLSryXv6YaBtGoyRqmumg0UfGM89xMTrm1s2dStNlo/EYRKc0idAY2wtRnfzyZWTOP8mwSiruqbbbtk0Ld8eDnz3hz/Qn868vrrmr//qr/in//aPfPeHP7C7vOT1q1f8+PEDYz9Iaw7UjeguXHEPncqwdZx6xn4gdyvIEjd5LuFI4zjSOlnUr3e3bA3YpElTJPuEyQqrNJUWGb81Bp8DiYRPnpA9lSmahbJgVOmZtZpV4cXtch7gIdUZKhZ6aQKVMXVXvmaGuKLYCuQCDaSC7caIih4bBkwYpAMJniFKy6+SgphIPmCVpqnqsiDlof30cM+nh3swmmGaOPdnvvjiC6bzmadPn7h5+443t7f0+484NxWDzUyYHMZqlDZC22sb8maD8xpi4FQFnvoT2juhrWrB6NXkqBJYbam7NU4jORNu4vT0RK0SKidqC8GNuBJ6U1UVldGELFWf0QqVpNIVGq6isoa6suRUc+gfCDEQkiEkz5QCLkeCVuQKolG4nJhSwJNIQ+aHD9/z7qrm7Zs3okdiZIpwOI/cTw7TQLI15xBJtiFVDVQtqu6oQsLWHbpEHvSpQq+uMOPA4eRAH7m9vaUlMZ0OjN//Qewmtju6zYYqBprWoSqx/n54OtG2LZe15N7XSmJFHz78xE8//cS2bTj1PcFqmqbll1//mczEppFpGnHB0Y89ugRMueOe8/lIP/aMw8hx6kkW6lWNagw5aKYxEINsAk27QhtLjI4QZqscg1IG0AUOi3S7tWzAWRFTZpocbnJEVZOQgznlSCwK4kiEBElFMhFbwXq9QWuxez8U49B1c1No07KBRqVIMRN72ZhzkN3cRA3RQlTopCAIZN51Fq8SqAqvYYpgSExWk5PCFhPIlzYdUuAkslLUJHTypMkTBFmnAtZA11iuL3ekDyecUTQW8BDjCMmRwkiYBjmUDBAbjBVrlcZYGlORi/aEpNHRoDAQlZC/FAKBFbhahtPPBaPO0Ja0zYpA1BGdNVGJq3JOmYQnK+lQDAWpSFEgt5QwOaP/9IU0SibLrvR8QCsxyC1BXPO1kqjwsBCLUiHxWKuxq9WqzC0mbFEzhhhwfiJnYfpUVY2KEjwizCBPzEr4+ykRQ1ysAFQlFWFVAkmOh6OEzufiN2SesTZtDFWlGU4niJEv3n/BebXhdDrx8CD88V/84hf80z/+E/0w8PbtW7TRjKeRpiy4i4stfT8QppcVjC6++MKoMsbI381zh1TXMjO5rBRNMwvVpmUWsswWZiWvEaWrsCg8JiVhmFlpMV4yPea5DyhSikjDPJ/yooqdWxerbOFYp3Jj8sKcSKWrmFkz8WUHkiIpCV4dgkdRl4poKjOQivmPUooQA7/73W/52e0XaK34+PEjv/rlr1i1LU9PT9y8/4Lrm2uGxyTZzMUDKYdYhgm6dDcV682aKcq9H3NcNANtI8E4dVWXilPeS1PXtJVhrEam4bjAeUqJk6lsWr5cK9EMzXOf+VIWuJbZ08daS0pz55WXTWLufpav1aZUi/K9Y4anfeRcD2y3W/ww0TRPDCd4eHhgHyKbjeGYElNx/J2HiNYa8otWPoTAOIxcXV6yahqe9k8cj0eatuH65obtZss4iuA22lrWXs7U04Rp2kX5Lu8lE8IkxVyUa1PXDRfbi0V4673DKplBrdoVdd0Qogh+bZkf+bK+q0r8rObNYJwmdLne3gdUFhw/lTmEsL3kGeq6jujWVJXFOw9kNptNycgZn/3AimeezOnmipWlSo0lP16V36frVlir8d7j3YTRmo8fP1I3Ne16zaptsbaS7qV8f+bOFCvOEiphoyWbooZWiANtsbJJxeYmBtn8bGXxPrzojOYZkhRoNxc7UNAHx+k8kIHKwlev3/DmzRvCVPNwf8+xrIGUkPvzgsWU4fmZjAllpUvSWosVEJQuQ7qXKH9BoYrXnUB1Sxeg9OLdppXoamxZzzpKgaoyZJVF75RZPPGEISZ7ksxCnjUdz6/yO+c8T3iWh0zCoyw6yCxxzlvyQRxEqrpmGke8c0IT3+4uZBjnR5puhSWKV9EgkazeCdTwzBEWTBKVMNrg+gFvK5SRTcOiUVqRlKGtGsbUl9M0i1hp3kSzbLCKzPFwQMXMzc01u8tr9h8/8vGPP/C7+3t+9ee/5Orqkg8fP/Lhpw+ClWrDOAzLw51zxrtA8B6tDW3TkCvFppsXpS2bjBwOm82Gd90Nl7sdf//rHyBk/CD5ziplrDKiji825SmmUi0kRjcxTAPaO2xtWTViVpaiDK4oMJbR0oHMQ0Kt5CBSzPDdjDVWZaaXAOGtJ1Sh6sbnAyh5VPKY6IWKGR0peqkCQ6BStQzhnEMjm6wp6yKljDaGX//2t/ztX/+vrLdbfvzxJ0KKfPH+ncRynk90bcuklWxUjShOxYBN1O85J7Q2rNqGi1CRfOBsEtvkyY8nTmNP7TNt09C1GxpjUdpSVRZFwmYwSSplqyXZLsaInTfnnJmmEV0WcmUNzkna2vyAzDCGKbbVtjaoCCYaMPJ7hhyRKQpgDWoGp41GFXaNNtCsaprtFevNiePxyN3DgbPWXF5e8tPpiX6E3gV6F3AhE7JGa4syFZRESmKFG8VTqqt3pNDDlLDec7leE4LDkNDDGTX2pCdLsBW67dB1zfv/+O9JKXE+7Lm7uye6iYvtBV+9uuJXX73jfD4WMWvP8Xjk0/G+ODgIKWS72+JjoC5Gd3E8SRhX7ggpwnTEpUDyk1jA5EhA9CZ2gf3AOZi8iDOrusZai5s8uklYU9Gt1vTngXw8EXxAIUSGqQxy57nDLN5MJEjgwoStdmir8NFhq5rVqsaYTLfuOD3ci3Yha5JPmJlKrzS1qoheYKgKs6ybhGg7kkpMcQ8pysxMgdVK5nxGEwuMHkNctsmcxSgwxFhIDLbQZzU6BSbv2V2seHdzxZdvX/N471kZjVEJS8IlUEQqq2gqja8riTsAiJHsJYyJOqF9wlS1PO/JFPjNoIVBhFKK2pehtSqDCCPFKwX2ysWKRBnZ7LGp0JAF2pV0yEiOEa0E3o3W4BFmH4XFKCaFIrN4ySX4E4cWeaZKp6G1LnZKrRjiaglYc9OEc56LixY7Y+LDMBCKF5GbJs59z/l8Fh+XVDY99Tl/2BYsuq5rKLGnIGwAF4UVstlu5AZGwUuNErqZ7ItyGnbdGj+MPD09USOn53q9JoTA/f0db9+85XTu+fTpI7ubK5q6ZjyfqGpJYRvHkb4v1VHbSgawKb8XmWmceBxPpCSzi6vLK7abDa9fvyb+23d4J1V3CL5sUnrB/ryTbIRcEu5mP6QmeLECqetCOyx4ZhblvS5teYqzMpRl0K5VcQNV4NzMGCr6hYVB8lwxzJ3NzNHOLz4fZrfcMqwPMWJTJd/vxcKwxvDx40dubq7ZbDZ8+6//xjROvHnzlt/+5jecTueFXTGz6WZrkfLola7BFKW+OLe2JnF1eUVwiU+fPhFUZr1Zs9lsJEOkaQSaCG5hc8wPsveOxlRLel5MiWkcSTkXn5926VCW0ra8r3ngN3fMVdDFcqEUOS+cla21mFQ6zxaMgbZtpCNed6y6jqo6cj7DVBft0H1iHOF4PHI+nwnjIJz+ed1XtVSQm1ag0SFycbFjvbkCxTIP2Gw2cjCWbmUKGWM07SrQrlr+n//yX3jz9i23V1e0bcsQAofjganv5R4Ui+2YRHn+5s0btNYMo3iM1VXpIkokafBhmYnNbK1MhiqhdU1VyT2ORT9QVW0pwlgKxlyYXsfTkbbdLAy8w+FAPp9lc7HSBTLPDPLcfcv2lJEyNwbx1NJKy4xHl3XTNjRty/svWtzkOI8Dh8OBkEtQWSOMSaNkIzNzRf8n85BZfyY6hfIclXU8wzGqkFtUYTXOnWrO8PHunlVTQyN6NaVkFjYbejb1uii009IOq4KwzA64PoSFfSXft3Q5MWCqeikWn00cnxlbYZI9Jxf2mHTjeVnjpjyPqkC5c0eWmSGv59kolA5iYQym5QB6ydScn6Q/OTuW9/ac3KiIiXKQ+AXGonzcWIuNUaNNQ11vCcEQYiKGCZU7KgtXuxse7h/ZbNfU1QqfAlJPTqxWGj/teXw4UbUik6+paFt5YIM/EoJUi7P7rs5B6HLaYUzEuch6veacksSbVrUYMrY1V91rXD/y8PBAu2q5uNzRPx3ZbDa8v7xhvz8wuMz+NNJrS+o68cdSns225XK9Ygw9zaZmoyuUatCnicff/4Hf95FXV5dc3HScgZsOqrCHh+941bbsLlvi3nPabTmejpxiZlUbtloU4tUwsGpqIsh8QGkSgeBlkRprBJ6qajJq1rc+w1tzwWEOUplk0FqG4lklUswiIw/CQBkm0YHgR6Y0MaWRKUzUCaxPnG3mTOJJa1ZG45JhAmpqYaS4kf/xj/+E9gMrk+B4Tz0dINTsf9zz1/+uJb15yzef3rPvPac3a45VZGUPoog3htW6xXhF7wZwTzRqZHjfUgcAACAASURBVKNuqLQl1BWT1RyPDxw/TVw2itfv3hLDKGE0jWbTrXDOyj1yjvPxAPoCZSzaisNyu+rKwxc5HI9iQVMbTDnIvHOMY6mhlIZhTXKec+iZkqEyNW3V0nnxwPI0JK9ophE/OF4BX7y/4a92N3SPsG4St7XluyAVuf2Lv+HHyXHMJ2IT+V/aC27HxOnwxPfff4/fXnHVdOTpgeAVHwyc3CiVY4pcvvuCVduyP+1ZX12TNRJ3MI7s/T2xP2LbFSs8Vchc9ZnuYaSpPLfbLeG1QEV9nEgx0Y8O/2JmVsdEjpFqdITB0Y8ZsmI6C4yYXaLCkqeMcoqr7RuBGFmhcsM0Ro6HEXLFZXPJ9PgJ6yxBS/TF3keeXADb8OH+iavbLVevX9PeXnHMnjonjscD7tRzc3nJQ3yCWkmQRkykIDM8HWSdV6pj/zBSpxVXl7ds9IocwY8T50dH93qLaRtMK4LfGIU8IYeAYhh6OYDqQvs2gveEJJ31RXyFmxz4Aec8pEAKEHzEO7jc3ZLTI3k4EZPCVjWd0jTThA8nDhiuXn9Fe/rITwfPfzTwbt0QPvyW62ri/OUvadYTOVlGRkyCNHqG0TGMnlS1uNCTXCSRaGshAagIyUVULTHSupZ4Xa8lsGucJJju+upacBgt82W0zIEU0nl5N5FI6BzAZGylyIoFHTFOY2NNpYJ0kmkipomsFaapcLHmOHpS+4pjTPx4OjEqGMs2VFUa7xNNbYkqc+zP1E2DG0aJv8aXblUz9BM6Zd7e3HLenzjeP2JFZarQM348jJ+xBp6exIvGFIVufIFTi5lWtVC/hCM/SfWnq+VrZnpmThmdxVvHqlxYFj1N3SynXkyp+BbJyeeKxNaWE98VqGPmOs/49/y/eZOeK5Svv/5ahtDHvSywkqQ2DiOn40ne+4uTdznxUbRNi9YnFM95HKkoaqdp5HyusDEtp/WM3aeUSpehFtba56e8VNJAad+lq0hFHTyzhWbl78tK4U+rhrmieOnIK9clLp+f6YvjOHI8HsVbqW1lbqFLlrzWrNdrLrbbBRY01rCu1mXWIH44xiqMNagUqOuavZP7v7vcLSrxGAUGdZNjd3lZKsdU8HSW39H1QgWe6YJzdQYsldw8h5ozDFJKn+G6871+cUGe/01ZJ/P9aZuKbSVJk13XFSbXVCo9UQAEL0rhWcPjShaIUoqmbalWq9KdikPtXoknVNLQ/9BDBb/4xZ+LriYGri52YrXRdZILfz4TY8IKDY83b26xJdP+fD6TG9G2XKzFkWAYxWNp6s845zgche1ls2K1avn4cGScJvI4itC0dCJVVdG0DcdxWqru+WBOWaBkaRJE51OWC7aqCEVn0XVymK9WHXVTc3l5yVUt2ej3d046hvk+RVlzemb06OdKeVmn5TnVSmMrC0psa5SSNbWyK7HlCIVJ5QNtO+8N0uFLt5XKcDdSmdWy7pfnY+nWZeYgM8bliXvR2cufYRioYxKN0HVD1604nI74EHBeWJeq7Geq7EvzDHPOSFmezDKPWKr9LDOTVBJUkxGIv6rrxVdqZpXNKoCX28NL9tTy3/O7mb+wABfzh158mOeMo+fnJ+fn779cJ8m5JfPMMhMWpCjb5z9TmaXNEJjNs63vvNknMcryRcDkxmeLbaUUymq6dUdGoKp23S0tWUppsbu2jSySWDbDhSKbZmmO/NxpHJnqZhkqpbIgKW94nCa0VouATRsj/OrSmocUpWsq5mvzYjFKuObdaiUwxCAPmApROP22YszQByuaB9PizApfrxhjxGiL3VxQ7c8oPUAcSS4SXSDU5fQfBzrvqKp6MT00Rmh2s9WH/p9Sa/JCQQQW23uKloMQIERUiOgYFvquWg6XQuRKhZ2UI2keWKYESobbvsxeCnJKBvph4OOnT2UDXfPw+Mj7d9fYdUsfPPVmzdWbd1LpVR6TLaYWRkeKVoZuwZCNJ8cVyUw0ypEqCYDS2hBD4OHxgWHoJZr29oZVu0JpxTCMGCcQmFBBp2WziCGQiyjw5UH8LAQrWoM0kw3KJqLV80vJu03I4ZHK5jH/e601TW3l58dE3/fQBCarCI1iiplzcPRu4Exk1ax4mAbMeCZFR58jIXlGEs4qRp3x45kcJpTVPD08kJXny/dvefX2dRHQiaEoVcX28opUd+z3TxwPR0II/PyVJOYN44B2ExUNpjI0phZBYdNQW0uTMwcf8E4GvdqW+Z/zpHEiDBPeO2KQ7POUhLrhcyLkzJQi3mcGH3E5YnUiFCZcZY3E/yL5Ed5NmBi5vb2lqiu2263EPG81F5XoNobhzNP+CR1T8c2S4kEXGIXZYgbRZQQyPic8mcpqjG3Q1ATfF/ukEpeqCkW2FD5LQREkRvnlIJicCRRdVdk0X4oas4KQYvlvuR5pXkNZ1ogmMhwPbI3n1W7N23e3YuHz6SMuRCbv8SmTjbiRayUsNVuKzejk55e9vxhJxqUYXNbxDPVpKb5rI3tm9EHed6YYgs4QrWwLYmQ453Dw/HlkkP58WsgrLwN5JV6EKS1fM5MaXiaBzEVqjEmsgcqzRYGBVyvx+LPFZb3ve5QS+vowjNi+72WD8YKXxiDDaO/kVVnBLh8fH9FKc3l7JYyM4ukyV97aSiRYyKnYmFeiEXEeYw2NrdBGqGzO+aWymw8nciIEMeM2xpJUxk2iiDXWil05M4siFp6/JQaxOkhZ8dKrZ07tO55OHI5HOJ+kAzn7ZRFOk/j/zBu7UqJ5mCaHzpmm+DydTkfyWSxDnHe0sS1fK/nhwpipS/qXFQ56fHmbXijNX7BU5p1dhvBJ6Khe7kEsXja6dGQvO5NnUWJaPrbMQkonOHP0pbLRkBMxRz5+/Mhf/uVf0jQNP/zwAz//2b+nXa14fHzi9vaGV69eiVdVd5BDMZ2lmjSVLGCUrJEouqFZ2a91xW53Ifc1SHrf/nDg06dPvH79mt3FbpkBBRPKARAYvCN48UHKOS8dLVCchvNn3cgscEplEDq/x8zns6Gc5brZqlrWc0yRSUexHPHiIr25qcrMR9La5nmgeFqZ0n3J3G5yE8f9XmzSm0bcbB+PeOepm4au6xinkcfHJ169fc319TWhwDIpC4ONJn/mbjoMI85NTFGupWqMMKXyzBxKmPL1xhhUXYSJJa9hnjvOCnLctLwHeR+yWcYQcCkxTSV4ST/nZUh0QYFUrZUgNyVWHBcXVnJArFTfavQ0dcPV1SVKKR4fHpbD3HuPKfdu1nXE0jHMc5qZTjsXXLY1JVsjEMq6yXn2fzOMw/iie/mcaqq1IgziMceL52rpxssMJpXi9GUV/pIxNkwDoclc39xwdXm1+KxprZizL+ZnjkxhpgoT7uROy/eGQjDKebFwSjlhFjRCvNu00qRCK0xJ5kY5C0OPDFnNkgl5drN+yexcto0XaMTLGen8ibz8HnMHE6O4DXy2M6X5IJHZy4xmgBwgbdtxPg9om6jrSlI8jQhVh2HEim2EnICzxUVdnGjlgJAfIFBDoh96SSMzqgSYyOloir1JLu6Woh59HuoYWwYz2aCUX2CGShvcOBK9lzdbVdSVJivFOA5CAbQVoy9t7RzrmrRYTISIi5GY56jTjFEKqxSV0kzjWDaQwNPTnn4/0nUrtiHx4/HMv353xzlZBrthqLaE9Y6hqPlc0nTrHU1zoqIXodLoyKuINpp21Yg9RrGrmKESpRSxCH3m6/vyJs+tvMw2iwWDT+AjynlwHj15TAyST+w92QV0CESfwCcJJvBzNZWLeCpCrSS7ueSrzJWJyQIZfPz0if/0n/8ztq748acfCZXGrFt+fLyj2W14dXlF2zS0lYFxxARbVKudVHxWkdKJSUXOSWGrtAiXrLFcFuuJx6dHxnHgt7/9HSkl6qqWQJtahs9dJ0FZ/vF+KSKc99RlMPlsUSKbUwjPVMwZJgshELImlmoylYeGzJL7UFeVrMUU8QnGEJiCZ0CRcsJPgZhFNzDayJnEMQV6lekqQ321Y/3qlmbXcs6Jh2PPlAKma7C0bKee/cNAaxu6V1c8nI58+uE7LrYd71+/4dXNa5yb0GiatiXXiU021N2uDCdHXMj4lMhEqhRwwZG9VPWruiIrRRpH/DhSFeue/tzz+PBA1axR00R2juw80UWCi/JchIRXEJRmzEL3PYeAVxFrM9Fkmsqybhvauuw9KTD0ns2mYdU2NE1Ft16T0bRdix6ki19tLkjKsD0PmJhJypEJqLIRpiQK7tE7qlAz5ciUJFAOKrQFVRtqGpmZaC12LvilAJthVFkDM4Moi3I6y17jgwcUScvGm8jP60FJGFbKeanMUy6oRUrEDGul8DmiE6wqofonl8jGoqqaoAxeaXySdVcMd2jrhu16w+MwyiFTft+QAirphT0pRoayP1ZVRSqebHOE7AIHzcDUQhjJy2E1E7QEDyu06Sg/M+ZELF3Xy9f8sZCivHct7DMXPM+AFC86t+ffYZEiZIptFQuxZhpFiFpvNqILW606OaFDFH59EjVqHAd88LhxENXres04jZzPZz59+sTF1Y43b95gjVl85LVSWC2YfyrVY7tqpR1KAonhxSZeKSXVYfn4knMRY9FcPJ+eM6QRi3ZgqQZ4dluN6EKj/bwDORwP0umUis2ViNW6aXja7/n2m2+IJOqmERff7VbYQlm8d5pG6JJNU5cqSzyxZogoeE+owlIlP7fjy+1ZDo9lXpPTvM8teG1MJbO6vFLpQJj9beKLDrEwPEIMS6sccihMHJZqEIqSO0WUlgP+090num5F2zbc3d0xjgPr9ZpP9x/wXqrguqmxRUS5rgWuTKzIGYIu84lVS4iBrKYldxkQC/ZXr8jAw/09d3d3kr/dtLx+85q6qsmVYORN3XAYzgtcOl/DRZVe2CSzb9n8ucUBOgRiMGXdzGp1OTTn+xDz7CyqxU5HF5aOUeisOPf9kukNn3cwANdXV7x+8xpjX0kg2Q8fuL+/L1V+v1TOKSW2FxcEBafTiW+//ZaLix3/6W//VtyV0Z9do20nkbfjdOZ8PnM6nz6b+czv3xhLjIG+H9jvn6hSpm4ahr7ndDzSRCW0+4LVz500BeqYMfWcZHjr/OxsLRBK2zaE2NF1DSHERQtlL9fM7KGcRfx3fX3NypfZUhSNSdO0C7tOZiuziy/MivWmaZasnrCs8Yi1iRQ9pnRBTd0scN7QC2lks9mUytkvhcqiEQGyjwv7br5/85yMUsDN3nugPuvecxYPruBFOKu1Lk4VIyDefXMHknR6tngvM6Z2Je4ACgmeSzEJxVmVolDJz3vek0yB+jMogd1mVtOMR2WVl9lU6bmWPSKlXEYBcXmpMnuKf/JaPlY0K6pAWME/zyFf1JekyPJsLOujwGZVZQhunn2rZ7hSG+yqW4k9Rxa6qi70utk+esakm7ZBac1pEM68KZYMTduSU1qGaaqqpCI3ViqDeR6QpHXOZUgWZ1M0HzEJjBVH3f58giTYW2UtbhzlGsoJhW1qEfOFAEHjk1RvSQmEockYMlZBpeB4OFBXNbbrWF9dsb5e8fqrP2M0a/7Hb37Dv333CU+L2l6jttfU02tqI1GQYfRAxFYrunpNnCKjm+iPEr3bdR3UN8uCnul2qPkGCF4Kz4dHKvjrMng7a4gZFUR1q3xA+4DyHhUjyXt08CjnUd6TfSL7RHKZ5EulQZaKKqUF9/RBso+VNYTJo3LEaMPdwz1VU4squqn5dHhgc7HBriqwipwkOjZqh4qJyhQzyRjIMUEwWBSrukF1id4H6noj7srDAEpxUQ5hN02czicOhz3f//AD7WrF69evqHWFc/KAtW37WZCNKfYPL21Z5gHw3OXNn4sxkkIWsWMZ/JqM5J8rDTozzJ1LJdbko84c48R9FlhFGcljD1GqVIwha0NCE7NC2VrS62rDenvBdufox4n+4YnH/YHx/ERlweqEJnB7taPWip8+3fGPf//3fPnFV2Ie2HZkAjkXYoWtyFrTbjuSgailk9MIBdiUHIvpJJYpyntCL1R7QkCVUCUTPLbg/AkIyOY1hcTgI6GtiDnjk2dKCZc8xlqRW9tM11QQazZdyziMjAXSrqwlBE/bXuC859Op54uv/oxuc8HoAoObREysjbysRWVh6xljZO4RIsfziTZ4XI64nDBJKP05WVLUNDGgsHLAG43FUqf6s+LxJUtihmIWm40YQEvCYFYUv4e8dB0+iT9WLvOBCKVqT5JlHh0a2DSWikQ/nBmGgSllvFL0ITJmRVIWXQgxWltxqlCGbrWS5zgmpihWIvOhKwSimTYciNGAkc66tmLhUs2ITTmd0qxEn/E1jYg1YoHSyh6aQiQFceYN5RVf/H35WJaANXTZF1Jcuo75ANFaVO0zkSnnvJCAQhRjVOckj6SuBbryzhXNiDZ43CLvn4e2cw7Cbrsps4q8eBBl8qJKvby+khwEH0ubk9CVJMgpFOf+LIpba7CV2Hs578RSZJpotSie61ogsxkLbwpt7/BiqG5KgJTMLxzO+WUzzvols2JmLohnf7fu2LUrttst1m65ub3h17//yH/9h3/g8fEJlC7c9JZqvRaztkGyCELBnusirkp+YBwHTqcT3bFjffn5PEKnZxhLaSUVRhlIzWyY51kG+FIlLsyhBXOdD5y4KNKf1a5lSBefg3LmA0ohPysmGezNHj2ZREySXTDbpnerFYfDkdvbV8+spDgQYmAy4sTrvWxswySdUA7Vota3tsIkQ9etaRpPCL5UozXrtdC6Ly+vuL+/4/Hxgf78FqXeYIwq6uByQJQHRrBvK5Td8uDNepRnrr9aBqUpf67Wn2//TF7IOhOmOSlPhpHOweFwoI1ioHh1M7MLZw8iXViFLHOyw+HA9aToh375nZWCcZR5w2olFu05JXYXO7pVxw8f7/jNb37D4+OjFGCrdQEyZ7dkI1qNGEs3Jky4HKXLdG4i+MB0OrLZbhfFdfTloC1FnTViQpldKOSJcr+GgfP5DO3lsgHPlbkt73OupGcdjveB8Tyhy6A3+MB2K2FfDw8PwsAxzSI0lE5bqmStyvsq4t6YEkp7wl7ez7zmYypZFSEQjKGzYvkefFg68jnnZ9W2nM6StTFvyNbK7GT2RhsPw4vn/vlZmrv/mYX1vGe+0FMBMYkAcWajOlcsWkpRKHtfLL5lRsKYSpGTyaID8R5vJkGYysEHzzBQSpEcgrhiWHEAqIsjcp6KTifP3coz3F0ux/PvWzrjl+SSed/4bO/4k31kCfjLz5YuzwdyyTlXcdm3yHlh0aWi5pf1k2mqih4RnBqtscfjgaZpuby9hRj5+IfvRNBXVfzqV/+Oh7uPBB84nY68ffOWqBLf//A9utBpP3z8KJvvelt42vIgzLx+yiamcxkSTxNuckvHopM8pE/3D1hrud5d8fD4wA/99/zZz35GJvO0f2JyDm0NLgapKlQmBEdWBtu2JIT1tW0qGTh7x+VmTTo33F7fCF14s2V19Z7vPn3iH37ze/75wx3Xb7/k/scfOU0TdrXi9NNEQHGxveD29Vvuzg5tKqypaJqOtRJq6DRMPHx65FH9kTdv3gg+Wlfl8JU0vXEs4T+2ehZcghieOV9EXoZu3UFdEXwshmkiPByjp9GKGD2+JESmLPks4xQ4nQZ6FTGVlQVaWVyMHM9nqTgAP00yA9EVIXo+fPrIN7/+Ne+/+pLT0PNnP/uSp/0D5+Merd6hkxQO1doxuYkpnAu0IUaU3skCr5JU9ndPj7x6pbi5vmG32y1Qi5scMaVimCj59d//8D110/D+/Xt2uwtyzvTe0a3XkoZZYoKbtsVosd2YbURSzpyOR5R+DhEL3kNjid6XPJqeEDKEZ5pq0zYi9EsB3VQMwdOfPU0NV7ctjTU8PZ6JHlaNYehHxn6isS0Gw+HxgFWGqjVi9d5P7B8PPD0cmPqJqm1w3pOV4vL6WgakMXK53fLT99/zf/+f/xd/93d/x/v3XzG5CYzYYo8lZ0Fb8XYyRtypdVYErWUNaIWpKj5890dqDev1Gp8TMXq0NTRtTXSBympoayY3ch5HTuMIVc32+oa7nDj1I6fgOA2D4PfdFmsVTS3mgMEotquWuw8fGSbYbaBtGt6/f8fj0567uzveGMtqvWE6jPiYMfUK03TYuqbynk5v5Hkv9y2HQFtXvH33jnN/5u7hjmbVstpsSGSGaRLeapkNCIySliq4HwYOx6PAo2WeQlZolUlZNryUMlc3N/R9z7EXMk0gg9Yy5+oHXBCoVAUvLgVJan1TV0wnx62CV7eXNDpRK7FxOR6PRGOp1hsOJ8+QFFlbgjLUgLU1TVVjEcr1arUq7rgQRolqPp+FhbjZXVCbmrotmUCVWd6j0ZqQpLCMJeI7qxLJMIsNo8BOaRjJZFq0OIRniF462jh3XUqcd+d5T9YKXRJllTE8PD2xPzoqC1gjbE81WzspVu2KsRTw11dXjMNIfzqz2W7YbdeyL1jL1e5CHHqNES8sUEIfBdrViu12w34SdkjOmcenR/ydk01wJSyQvu9lllGYHLpyZViuFtuTWR1bzv3P8OWZTZPNTDsVjLuqK9bdWhw7+/55uFNOc4UMdkwwDM6xP0gSnO3WNE3LaewZhoGL9SVd1/HqL/6izA1EmPa7n/5lcZFt21a6Llg8s5qmKR1TZus93xe22Izfukmy13WpGFPBh1NObLdbNpvNwjaaU+Benv4zj3tu11Vdl8pFqhytzaL6TCnhp2lJhCTn5fDxXoaNUaVlWP8ZA2npxV6yOjRTida96sRGen/YC5ympHK3hes+d5j+vEcphU9N0fmUUJkSOfrzn/2cVbeishU+CHulaVpWXUfX95zPJ6rKkrPMkPq+F/1JK8FdbSPfVyF48Fw9CZpklorJvFDJy7qT33d2T1BKqlNb8mayl+o+pGfq56wkb1pE8FWybJSSPJAQIqop9+2FHuXc96jTxP6w57vHE3f3d+wfH0t37WmKrxrANI14H7DGslqt+OHHH/j217/m8tVrNuuN4OilUpfZ3jPlOMVIKvOeWJyf4yRxBQnJC5HUw+fZz2kvlkPRJYbiSZZTXggLd8f9c+WpFFoJC0gcci0hjMxWJKXRZ93VtCs5xA992QhttejB6rrGuXHphKq6pmqEsVhVlWSen8/L3CqnzPncC5PTGNq2Yb3ZUFW1OOkWdCHzvA5n6BxkkK6zwbmJYZTZiFZSyVeqYs6yTy+6jXnPUXxOxAi+zNq0xlpQs2dWIzO/Wcw4rz3vw+IvlZI8VwKzyix2chOn85nhdF6SI2UmKDTxetXKRhubUvE/uwnLMyndrlYatEBYcwczz07mPTT4wBiFUZdixGjN5OeZaJkJFnZijLNW5pnJGGPgeUb/fJ2WOU9OMh+ERX4w/yrz7zE/S/NQ3zZtW4Jp5KJ1Xcdud8l0OrF/2rO72PHVV1/x8HRP8IG6k9zunLMYx3UraRNNJaEwjeCWqTx8M0H6JQwxPzAhRqzVVFqLut0Lzt7WNSEEnh4fiyWFQhkxJktKFJYqeoaDkwAmW1HXDdpYng5PDKczqy9e8ermmuuLFd/8278xpcxxmPjNxycgcx/hoCsSIyiPVQGVPa1GMO9k6eqKi90F4zRyPJ4xVU2dOpT26KTwY8AAfXnItpstqyI0y4XBMLMx5kU8W8DLnChjujXDMMhQXhus1fRDIDqhkg79sdxIESAFFxmcY/ABFzNTFl6+DzOum4pYrBilaWlJY4GDjuczP338wJ/9h/+AqSyH+we2F1sqpTApUyuNSRnf97i+Z5US577nsX8Sim6WjmBdy2H7tN9LZLCtcN4LJXVyxXizaIWKH5mI7/b052u2mw1VbejWa/rzWaqgsgl77yFLROjLOZyxljCOuGlaojX7FHAkklGoyghlMgSygxQiptbUtkKHgJsCyYCtLdhE7yZiVS3OqEkpktIoW6GUZETsTyfO48hjL5X47/ZnTqcT/nhimDy310JnHUPm7ulImDzaaOqq5vbqhn/512/49b/8K1999RXrr3+B8yNea9quIySFzR6CR4UgyVbeQ0kgTM4Rp5Gq4NQxBsYgeo8lqEzLczWlwOBHzsHjomcKFdEkAlqq1ZDQylAZQ1XcCjqr2UfxyfLTQA6wquDqcseqbYuIV1QHSlv+P8berLmSJLvz+7l7rHfFlsil1mZ3VzU5bHJsRjQbk9nMg0ymr6mPoQc96EnTGpNmyKHIZjd7q6qsyhXAXWP1TQ/HI4DqJ8GsLBMFJHBvhIf7Of/zX6Iy9OPA/nhmdzhwvz9CmWGMHDZ5YtaVmaZYiEnr6+++k1nEIAmi3bmBEKjygugcLoaZLCEwLKh8gsQE/s2M+I4Ng9gS9UNPZsSsNStzdGbQ3hCdlWcgjZ9DlKyS4Oxs8z56h/UOj0FnUFnQQ0u53lAZ6bJ99GT1CouisY6Yl1AUhFHWtMlygbC8iC3HYWQ0yaA1y7HjSAyBpmko6xqt5NpEHqHDaR/UE9lBKZR47Mr1Jiafq4COUncE5+g7sVxSVjQ3o7NYL+/Neo/1LrHMpv8gxsDorMRqI4aizMSCxGp0iWk1dUfpnkxQnZ4LOC8U5PT/M2F8kE45NVfhRVGgjeF4OnB7e0teZhwOB2IjqvCAHCA6FwqrGgY5WH6E/YXHxK/whCUDKb9X8P08ZXS3rXDX81wiH/uuF6gM5vRC1CNOPQ4DRV6IyCiZyYFkt19dX/Ps5obdx7e8ffcOmzKVt5sNwzhy+v4HTqcTbK7BGLF7P5+JZ2HDLLoTx6NkjYyjUNdQwqDxzmGdvNa1UjhnOZ8bTqcT1zfXEGUTnMRRMT4q+Keqbab8liVd20kHkiov7wN2HOV3D0MyjSxSTeVnbn1Mm61SCueYF6WbKYKSKzI9TLnRtG3Dd9+95j/++39PURS0Xcv1zbVAQt6lasXJILHvUaHjcDiwOwktWOdiPz8mu/l+FIx6uRTFuh1tqsLHpCTiAQAAIABJREFUuWCoqooQAofDgbZtaTuZs+TkslGlBMoyzRGmbHGZyTxel8wY+jSXyBL0QZoBzTz4qfNKM6giuQprP+ADRCOYr7OOvg9cIBV8VYsQUqWKTEztFG/fvCXLM7L2wP3DA3dNz9D3xKal74XC2bYtdhipqkq8jaKw3/JEXd4f9rOjQ2+lg3CpiFpXzDj7XOmlh3VaI3Vdo7WIvZ7qPsQ7Tf593w047ylyeb8DorCeCjXnnBxsxSR4lXyXLMsYR8v5dGK0cLOBi+0FAHd3d5TLYu5uvfeczic+fPjA7rDjeDiiKzHPXK/XbDYbAFnPIcyO15MfWlmW8/xiGARhWK5WclgHcSqwShFDkTYtEeYSmXVOsrkJJV26isQqUyoN7hMUlIo2O4pj8KS0FwotYigpCNr8M5RK4UnaUC0XoJjTUTOTMQbRDimkZXXOY0mFoUp55mkJuuS60HUdWZ5Rewnmm5wTAmkTn0i8WliCET2v5UiUDjQ+6kCctSKu9n6+bhMx52na6TQDmhwppu71ybRofi+TUWkI8YnGRj/Zy+Njl+fDnLMSQyBrGhlyF1PyXiNBTC4NOWXxyk1brVbkVSHGg97NUNV8Y54MeKaXxxPxzkTDnCiEAKfDgaqsyLQ44LbnhsViwaKuKfKch8MB7z15LdGisRcWhoshMSwMo/fQdVLpak2RZWTA/v6eb7/9htPxiC+Xgsc/27D7/ge+vd9ziorKDOhsJHR79h9eE998h3OOw+nA4XjkzffvuL+/59T1Es+pcjF2jRJAMzGFYgwpf92iUPPCm4b+hIh/MuSd/gsmwxuD18nGBWFOuGDTwvCgM1QmGhpJFFR4pfHa4ILo+n1M7CWEmeIjKDPN5CZlrmIIlm++/YZ+HKnqmuFw5mK54pyVuG5g1IGhtRxOAhXsmoZ+8LTZkhgjD41nv7/Hu56iKLlhpK7reXMoimJWmoekDZny4NtWshOmYbv3nrzI58NADkL3I6bVtLZI62Y6NEMIaGPoKk2Hog2BTnt6D9Yki+88xzrJtmG05BFWGWzyitpb7Bj5cLaSCLhcEYl0HproiUqjM8W/vnktm+B45nA48KYVooc/nenalu92HwnB8+mLl7x88QLbDpzPDeuypK4XfPbyJVWeM7YnxvYkmRnO4fKpSs7Ae7QTR9lMaXIjjr1ZiPRJF+OVp+96VJlBFLNSiLT9WTLSz9L5VNtLFkox9JbT6YT1Mlj3Tg7kRVaQA0WMZM5RFQY3dnSNZMNv1gtJl+x7zqcTl8+vuLu/R2dn7h921E1H24+0/UjTD/zuD79luVry2Sef8mXxEy43G3Qo6I8nzl3DxeUlo7V054YqL8iVRoeIch6sGC1mxiRHApsEeOL0HVMXKmSFkRBEFlAUBaOVLrcfJBzOx8A4WY8kGyAXRA8jmpRcfDm0+F47LyjlxcJgRw9uJIwCF5ZlgakXuAidF01IUEbEFIiewvc9wToeTicJaAtQZEZSUbXEBkvXbRO09Gf7YtriVdrsZy1IJNnjy/f3XS/yisisGQneE0YLanLtftRBRaYZSFKiRzncRidOw9PX//9+6NQtTS4bo7UpkycXQsb53AgXHCV89PsHHnY7Dnd3HI9ilfz27Vua7syXX3xJtazlghnN5eUlOi2APMtk7uG9WDdkOknjnxwsTEwK+TdGaw6HHWM9pmAoR9e1lGXBZnNLVVV8uL+XlrUqKKsKdTzS9Z2obpHBYoyR0YpfffCBrm15+/Ytv/rVr1ivRMdxTg6jgxt4/fo1H+/uWCwWxLQxtW3Lhw8fcG/fSqTqccfpdGJIbpl5IcPPyRdLpRa7bVsJEKoqYZk4gVyman5i7MQo8a2TQH0W67jEp84yqbydm782sc9m+u98OD9W3UqlQgapYhRJfeshLxL/ea4wAgZ4/fo19/f3LJZL9vuzYNdZRtt2tHiBme7v8N6zyFIyXn/i7u6O33z7lvfvD6xXik8++YSizvj48WOyutFcXV1ydXVFCIHTSajOJl2D5UJiSid3TztaSPz7PPkCTevDWjsLC0N81EZMayykDfDHDJU/Z2KpNNBsGF2kKgyXlysuLy5YNBDjkWMLRUFinIS52gZ5kN+8eSPCStdyPBx536UD5HiiaR3nTvIjTOq43blFKcXzL77g088+o28bWXe9uB5Um2XSCQTytBGGEDFpjjMVFpOORVIxC3o3zAl/Wmtcb5NNxUR59vP3T9V513UCY6TDOsszilKEnGHSCqXqXilYrWC1XgNqVrJvU+foR8/79++5GiNNI9324XDgj39qaceWf/yHj/zkL37N1z/7imfPbqiyQhiQqwXH45Gx7YRm6hxTts7kCqyT7cmk03DOEfR0L8oZv1cK8qwgZELI8V7g3LIosUHmk8Mo3maiq/KpYJFZ6yNDSc6Cosx5fnWTukNP33cSxlZVeCVw1pToOVk+KYR9dz43WOdYr9YUeQEhSmyBl7nGjECEMDOpnnYHSoY9j6wolZ7rqRBPKILQ101Sqcf5NUzPxKOuZnJhTqzNpKkjColJ5sBydOnpAFFpTpQ+FzpvwKe9YnIIj1Gy7Y0xsgZ9QOXyGjIxjvO4tMCPH+/Y7XY8vBfB1Ns33wtUlQnF7eYoVhcvnj8X2EKJrF9yp/Us+smMeA6Nfkwnqly0aXCZpf9yk2FTLKQdJd/CWREmrdcrwX27nuV2I5oTBU3bYr1DaQndWcRIaNp0wcWs0WjN+Xjk9tnnhBB4d38gt5Y763n97h2t8ywuLvFhj2bEdyfOuw/E3b3AA+cjtm3ph8Dd/UfuDi11VXO9vSLPS7QX6+vD4cCLFy9YLJezH9iUZzAtPDk85BCRTsTh/dSSesgMpihwzVk2FCLaKIILKY/ZEeKQDkCPDQEbIqOXsB6inyt00sMzc73ndlY6t0oZPnz8KJvB9TVhHKmyAqMNQzfQ4Nnvz/TvHvDesV5V3N/f84f9yP39PX+8O3Ju4dmyYlVsqReRoizQ2tC1ssl6L5qT0Vqur68T7KJYLpfp/uc45+W99iodxtlsjZMn6KrvexmyJxLDdPjEGAnJcueoYTSBIVfYmBG15Lb4QSrQXBfgAwVwtdrwyeWVuEa7kawOHOKZXsN5lK67NTmhzCDPaPC8PewoipxiOHM6HflgZbhZ5BoWilUlD92xGeh/eMdKG376s5/ys5/+nNvbW6IfaZqGfmx5+Pie5+ULiqLADY4q12DF70w2h7TZeIcfRlwqKIJ39ENH2zVYExm85djL0HaZlZBrKDJs8NiuxXvHqU0xzF684qIP5CanNBnOWqK1uL5n6D0Ez3pdsqhrVosF1g7o4KkXNfvDgfO5QTs4nk7YQ8/79x8YnWR7/PzfXPLu3Y7dPbx+N+DDb3h1fsVnz1+K1UvbMvS95OLkBSrl8vhhxLY9p0yxXK5mluK0VqYDbuilK5ChdpIYJDjGWUfTtERgjI5+GOjtMNOIXfDkRT2bfI7WMoxWrMhzKT4/f/WSXMHD7o6+bdmshOHXOsfxfJas9ODxQdhdGhI76SwGiWQM44AfLPWipi4qihTj7azAhhPs+CgiTlG3CQaaqOnz1/0jvK/T91grxJnoZSygk7i6H87SiTmZjQx+ZLCjXCNriSqXfSnGZM0uyAQB+SQkSF1JcWKTKHZ63iYx4TwDSZIElQSOcx7I+XAQqObhgd1+z4cPH3j77i23N9f88pe/JCsM79+9Z7ff8dXPv+LTzz6VAelCLrjJ83kD9d5Ly2X0VCvLAaIfPfGNMWhj2Gw2nM/n+fScVMezMj3Emc0x0YKHYZwFMufzGZc2m6lCv7654auvvhLFeS7K4MN+z2KxYPAwDuOP8n0jQq0dhgGsdDYmXbTf/+Ff+c2//Ibv3ja8eLnlf/ibf8erV68ITvISzlEgl6os06ERZxW8VP1xPjyUeqxEQuKxOyvQwkSLniqtp+I65xwOlSqNOFfKE4wolbtUrcw8+LnEmD9CEGvpc3Nmv9/z4sULxtHO1Z+wzGTDO+52OGv59psdDw87PoacxWLJJ598Qt/36EzTDwP/929+z81NxXq9IcRA1/T4ELi6uuT6+mrOSwGh1BZ5gUnkAudEKFkWxePQDmFjaa1nOOvPIdDHqjtgZwFnyqcIKsGv4pm2XC9o2wbnRdW8Xq+TKadOehjZw9umx1rwq4DJc0Ji4XRdh7UjY5dyQVTBYrHgcr1OgrCSvutwnWySF7fXfP3113z62acMw8Anrz7hcDzw3fffcDqduLLXaK0ZBitwX5xYiUmrEOLsCDwMA9aP5FY8iLquIxR61nl0fY+jT9VnCkoa2gQ5FGw2Gx7u7+drN+Hbk2rdWUvfD0QkW3y72SSG1UhpNOvNmn/49T/ysIPlMs1adjt2+x0Xlxfc3t7yd7/4O46HAw/3D+weHjjcS+f+LqrkDiyZKjjxFpu80/q+T92WT/kyBUUx2dd4huS8MAzDfG+noqLr2gSje8lrLwo8jyp3PaeJRoq6oG1bmStay2gl7VUboYNfX19zbhoedndCTtCLmUIuxoFrJgU4WsTBox3pe+kIf/vb37Db7QnW8uzmGZ+8eElZlcndwJNlReosJ00HTJCVUkqcEmKyWnnagYRHIe30vqy1xMRs1UZmw+M4ikrfSdKkDdLZj+nAUaZ4wp5Kuo+pA9FS0E6Fp1Z6drGe8nQmFtTMwuIRUo5AdvjhO9qm5YcffmC/3yc4aOT5q+f83X/4Ow7HA6vVig/vP6CLgq8//zm//OUvubi4IBI5do5+kCH6er1mtZFZg8Vx7I9EHcgWGcoZ2q6jGWRIxbIkN1Jt9a1lt9+lG6bQlabpjxy+e0Dh+OzTF2gNx4ePbKuCQ5Hx8eOO1aLmUA7CXuFEWeYU/kw4N3y2XfDv/uYv+faH1/z+n/4RXRQ44L999x3f9z3t5oZWaVbmklBVaDLevfnA6nTm5uaGhwH+n3/4F/7X/+2/4hFB6Ng3/JtyoK9G+vZIk7VUrFFDz2K1lBuuoa5yrLXCyEqtYO4jBI9xiVLpfaJbQn86Qn+C9kB/eEChqLShG61kO8SI9QY3OsbBYK3BugLvwfmBLCtoO8Wm3hBsycMxojDoUJG7jjIvMVEM+gpyrBv50+u3/Mf/6X8hrP6Rf33/R158dkHTFDQfvud//8//B0Sp5OrtBf/y3Q5dBG6rmuNDwzCOvLh6hfIrzpvn7FrHohdPogtjuHn1ik+eXciwe+iZ7LgZXYJaoMyWrBY1KhSEQYqHIso8aPSeqi6o6hvevHsvAtCiojkcaZqAokZFOJ8sy1wO3KrPaNuRNhTkcUlTii3HIT7wMQwoB834A6YZKKqa5XiiCB1/XP2U0/HIGYcuNVutcKMlDweMMawWW15dP0edcri4IZYieF3XW/l6VQscVYnd+c3tNbe3t5h1zsXVkmxVcLm65vJ6Sdf3hK7FdR3roiDbH7Emn+dHPgS8IbHqHOe2w3tFsJG83FLVmvP5TLQZl/kNizBgz2+I44AdRCAYs0Qv9bJJx1Lz0B7YXD8jVCUfTh2r9Zq8WjKOI7//1/8XpRTP6g3lOZKpwO32GlNVnO6PPPzg0UD92Q3/9Z9/x0WV8/Lrn7E0GlcWnD+cwSuer29ZmxXj8kaG8vs9zd2J+3fvefnqJc9fXgtU4jyrasmyrtHG4PWAdS3WZknzYenaNrGN3AwpEaHrBmxvMdGQkTOMI+WFJhhxBzDrjOtsKxDbcSRkNe88dKbkg1F8VIpY5JgisjlHXtyu+e23v+Hu7g6ynKpecOg1J9tzpzIe+kivPc4FzCBd9WW5ZGWW/OntA7/61a/4P//Lr7lcwi/+6idcfvIlZV4ydiND8JTLJdVmRVGWxLLApRlMhBmqrnJBX3ACuenRob2jtAKlDl1PtFY6gzS0t8HRjiKzaP0giEO0aBPIiQQdUGREHD1LBqc4OU22voLDnrYP4kQweIJXaJUR7IDKI1WEvrformWTGdrRk5scvENHITyNznJoR8qyJvv9735P2wpHuyxLPvvsMzabDUorFincpyxLLi4uKMqCm2c3KKVmkdfcdgV+5Gk1BaRkWS4ndiNY8CIZNTbHI8fTicukyp1T3pIVSHM+s98f0pDVoJRO/PfHSmPoB8bgk/J5Kdh/EF+rruv43e9+h1eRzXqNcQ1v3rzh3bsHac9SN2O7XrxjUpXbNCnedN9yPBxm58oMWK83rBLmebICXy2uJD9jmsVkWTbjlyBss6hEJEZEBEdEkuUN3jnatiVzI/Wihu2W0+lM25zo+w6SSaSfFelPFKhpRjK1mkSSfX5k8tCZvuZTRVHkotcQ7yXRrkyGjzFGLi4v+OVf/5Ku29O2LXfHHReXNcdGOpO6XtF2Hd9++y2r5ZKvPr3CaM3NuqauKxa+4/LyQggNeUbozwmekJyJ3nmGfqAcxd3ApMpo6j6VUqKpcMKAKYqCIs/JspK6rhj6QOi6OXnPVGZeg1NXNntpZSkGNYNgYbTisLBcLqnremZcTR3bn88WlVL85Msv+clPfkLRC52aWsz/FqVct1UlJJO8zFkuVyw3i2TPIhXv5AW2MFrsQUzGMPSc+oGzPrO+fibwRFoLk2+XdOx6drd1qaKcus3JpDSmytyYR9JBCAHvAs5aml5ErRMTbpoZTUr1iXZeFDlZnqGDnn+Gc54qg7LUPL+95dmzZywzgX5yL8mF33wjZpm5MWJxkYRoMfmq/fRnP2W72bBNz4cfpMMPqfIWbdGIMS1FnjNpvrKEaDjnoO/xPqZB+qPFSZZl5KvV7D48DAMsi/nrjzYiHjd35nGeSUzpokVRUK9WFHlB08kwX0VBSxa12O27RFNvepn/dN0G5xx/84tnfPnFF3z25ReUZcnD/T0RWF5shJWWy+uc0ImJXTWtr3nWGRPcncgnPHGbCE+6B+LUqTze7/njUeQxr+anhqQhhjQbZGJnyx5oLSrN11RCAib25DBIHtOU06S1mudsIQSy3/z+d1SVCL9evHrFT3/xNdvNhv1+z26/o96sxehsuUQryRMnz+i9ozDCGiBEgvMifuoHcpOhciWy/wgmgPIRP1gG54lFAS5QKJMywxUmCflUCqEfBhFuvXr1asbH267jeDxIZSVXC9d1lNqQ5SXWdvQqZ7O9Yag3fLNrqNZLzPVLhuNr/vDmI/cPR7IsJ1cprF5FbHQ0xz13H94T37yRMCRvuNhu+J//x78Sg8EscHl5yaLMOe4fOB0P2EEw+rIoWC2XkOZB6U7Om5pKB8hksiasLGGbaKIsFudREbyPojM4n/EhBdbEgPVKON4+zTiiJF9M60Zp8QJyzs60vOnQQElWOEBZVTRdx/39vbT70XDet2SXV0SvKIqar77+Sw6HD9zd3fHt+7dcXF7T+R1Ray6ePcMS+dA/MCr49uE9ZVWyWD1je3HDlgqdCW9ftAQthTEUmUbh6azFOkc3nsh7xdJcyoMUI9F7lI6J4WHpvafvGnKjKSuF0pDlGjVEXLTYOIKS6x2ZDCml21E6w2iJas1yRT9GzgPcj5FS1ywWBb0qODaKVhv6lJg5mIgNEZQGY/irv/0bfvrTv4DdB47HI94IM2VZrOn6juubK9nIk21NVuYCwfQC5RkiOs8hLzAogg2E0WP9QHCBytp5IGoTZDeZU85MPe9nqCKSDDKNfN0VlcTIJOO8URms8vTB0wXPoT2zXC7IStkACx1xYeScyADXiX69yEs5uBxkMeD8iB1ajIbNesnNzSUvX96SB0EQYivBbNX2mqZp6eyA1TnFOqcqKyojyuZn27XMtRJ8HTLFMPTEOKJUjosQhpHRi2NzkRfJFysT771TQxyGGeLOjNzXSVVchRI/OuIAalTohdiNhNgxWofTUTQQXui8RPGPMijc0BIW4t+VlxVVXRGTu7TppWPvbCtKcUZCHHFAVimuXlzw+c8+5Wr5C16+fEleFrx7947j6ch6vaZe1JRlgS4LEUKadIAkd9zJKmTe+yeY1ovlOqNLNvjuR0XO/L0+JJLARD6Y7H3kDAkqjeozg+0dvU1u3WiUng6etE8ET0YKCVQ5MUp8c13XNOdmjgMIMV0rFB6Zd2fXN9fcPpPqYntxQV1VTNkCbdOyWq1YLhdUZTXz01V6ExKcNL15SWmbOPpGPbpbFkVBvahpu5aHh720/nXNdrth//0PspEanaxOHONySZ0S3JaLRQqscZxPZ3b7PcMo2oi8KAins/DykRwOrXQa6mp613P6+BHnnOCzhz3GCC2yS541ZVVineV4OvHu3Vuq45G6qri9vuX2+S1/tZYMca1G7u7u+PjNb7n7eEcRArfPb7l5dpPyFFJVlARu/onvlXQAE39cDhYmu+ooFWd/7jkeDhw/vOdwOJD7kSzPGYc+Yf2k2ZBJXQaPg3IQxluMjKOb7Zon5ezT2rooCozWfPx4R9f35HnOMAxs1hsO+wOHwwPOCYPnfJZZyeQpZhLdsq5rPv/8c7TWvPvht6jjmVX0LBYLVguheR+HKEFEiZ47veZZvZ+yz3VdzdYkwzBg3SDMIC+Oovd3dwz9wHLtZo+sp95f1tlZF2S0iC1jZPbIcjZpB7THWQQe6TsGF2ibFmsXcwf2+DxLBae04t/+23/LF198TvP9H/n+9fcM0VHVNVerK7pUyGSZoRtEBe6nwiHpIKpcFOlVojJrmxyUExNpGEfyifX1Z5vEVICAStY/zHBgtHF2RZ34//PAa2L9pPnhdN+8d5hMLGD8KLqVMpf1X2nJ7nbKJ9Gi7AE+MNOsq6pCj+maI1bp681WlOdtNzPt6rpmXRXy/VpLYmMQW5vsCdtKKTG9dM5JRlA2UpWV+IIpk9azOD8EnwSHRmYLk1OCR7qS4kkY2TCIR9nQ99hcHH6tTwFrUVhYeS6dW5blDP3A6XSU61OIh1uV9Bh2tI+aHGPIDWy3W1n/xrDMMsZB9obT+Uxd11xcXFAmh4VFXSW6fppphkBMouC0I6Rb9uhG4JwTUWSysJ8QjemehkTdfaotm90M5i5TkByTnC26rhcK7qT5U0+GoyRtndazm/ow9LN4N9hx7kCMkX09+Ih3nuw//Kf/xKJezA/wrpEAIWc0+WpJzHNMXZPXCzFBtJaqFHl+3/dkiKwf5Bf40eKyEaUjymSEcQA0eVBUKsNjxBKzl+wCEYyV+BB4eHhgv9tTlmJ1cLHd0id7aUkdi3NFP29mShHGkUEZlM5piyXfHTr+8x/fMgwD94c9wzDwm9ffczcqlmsRSalhEEqjH6mMYlkVbFdLrs0Lbm6uqddX4osTFYWJZBpyPNEO1IXh5fVznj9/TnX1gjwzjH2Xuo9aLMsJxOAh2TkThWyjfMo2SE6aox0Zz2fu33/g48ePGNezqBdgU7BQ2ghnRk2iRQsLMM6HiDKGqGRDSqbe+CgywsemGUj+SrvDjuPpyKrc8sPdD6iYk5uaY+foOsvx3PGwOxGC4tx0RJWBMvzp9XdoY/iLL7+ibVsWr244N2c+2J78dMDEJSEGRjyDybmqMiyaLEYCCmeUwCtjT+cGcrdEG0NZiZNBPzR0Q4MLowwug8fZATt26LIEE4nK4bUlGE8/OIlENpKKmAWd7PAjbvQMGkLIsEZ6sPc+xzeBB+s5nRyt0Ywxl4daZQS8DDbRaJWTa01hMoLJWBYFlTIsFxU3q5oh0+x8Q1nlhMyhhkCxEPU8TlGvFkQXZSCfCVEgJ8eZAtsKa8b2R1FdTwFLyaRwIgEMvWRTxxjn4i0k+KXve04orNPYoIgYnJLcba8CLrF1nPf4VnylqlwybKocbm62ZMeOYVBkSn5HHwKZivR+JNiOshAIK4YRokXh0HiWdY6mwGIIWUnMCyJI3kjTkuWGqijobE/vHHl0EDNKBd4IddTqAHlFiEIWGG3AY7FBEkVjhDFB1iqCyXNQkWEcadqGtj2z8hvyvKQyisENDH2gPVtGG9CmmJXZwVmMQoLfA2zLjKUGPVrUODI4h+s6TN2zvbigKDNWq5rKC30/lAbnByzgGIlFJFtmlLrk7uGO3WlPURdsLy+oFxVKRUwmljEgW6Qipv3AoxIjairAH8k1j67lwQsqIYdDovU+MVcVCFsTUSTzZqbU0qDEoThkhs5ajm1LN1qCkv1aBRF262QymmWy5kxmMAaGXuyfHsXQMW0foi9RSZaRff7554kqJ13AtIAnnnWe5TL0TpiXHa3Yo+dZwmOzBM6pOVfBWks0kGWitOwHGQRpo7m+viLGyPFhx8ePd6zKnKIq5pOw67uZf22yjOPhMCtn60o25zGTrI5zc54VkpmafKcU33zzLd++lXyLdhwYreWuceS5iH28k81EK03XtWRZxsuXL/nrX/6S6+6BxWJB23sOhwNNVGLZksv1+fzzzynLkpvNVswR6wsisnGjBMcmsYomTF9a19QRpAcipkq06w8yc7m7o2kaPrmWOcvh7j37/T7toYHglXR8Eg6OUsmMLZ0MRktFOyYWmTgA+LkTmT6ccxRFTtt27HZ7bi9u+PWvfy3vsZTXPdmHaKP55NNPhfseZKbw9v1+9uaa/JWIcG563r17R71ayGsrNFVds1QFeQjirZ8eFh8kBIwYOQwHQgxstqt5A+26jt4NKODq6iph4uIA6yZrmwR7OitdlEnsvonpNit0SfklyANrreVw2DP0I33XYdfL5EOmedKCMHUgfcp211qxXC6wUURhp9NZvNqWMrtz6RoXRTHj8XmR4we5zwViE1QliufYCKtKBYcPedKBqPm1C29fopNLBZOj6pTeNwwDwzji1MRYlNccSOl/XgSLs8GnHeegLqUU20XOxcUlYy9zNUMS7oVEB0/WFldXwlybNANivJdzsVxSVSUPrRaBsRGsvT+L24BbiUPxOIgSOydZeBDQOuX9OI/KmVmZPjHDvHMknCPh9yHNgtLMJLkgT5R5YwyMkWHo6XvENRnxA3On4+yAYYxcV3EXAAAgAElEQVSSeNoAy9WS1WpF39+lSlvEk6fDQV7P5RWXFxe49wei1gTnxBLFIwynpLuw2pFlOVeXVyxXS7IiJXRGWCyWiZ6dqrwnPcfEtnqqY+LHTcEMHMQQZ9W9SwmZ85wzfTxlKk4/c/p9wyBaqN56QjZ9/+QBKNo2bYTdtyjElbxv+jlTaBJ/x/l5l/m2VprMRjgN8hCuLy5lkXpH27TQdiwvtpJAGCOqKCSYyTm80VhgYUTkMomgQJSSfgR8oK6KWVxofKRIJ3LmQVlHF9x0/oiJYSlvwGRmtnieBHMTpXXqRibV92q1wlIyDANtvuBDH3i3P8qGSaAsK1gpotbEUTQTC2PIY8QR8GPPerXki88/o7qXis0GMYdcl6VAKDUsF0vKuKauKuq8EkGZErglWe7j7YgdBfPMFKRwQxRSeURv8dZKepz3FEQKIqUxqLqmrhbCb+9GfFQExG3TEUXgoyJRi4JVIxIQybHQokJ3yRZbKwmJQWYhmZbo0H4cyYqCtm/YHw/88id/jfEZwcKi2tD3ljdvPxDCSJFXbNdi3/LuYU9mDLfPn3F3d0c7tpAp3t01KGVAaZrzQD+IRcRhtWC8UXizQEVF6UKyZCnxytP1QsX0oefQj1zagWfPbqkWK7phJIwtRLHJsM7hg8V5sCHicQQjB7qykzmdVGneT7YxGUYbtDYMvqOPhlwXHHTJcVRkIScWOXHQEDO0yTGmkPsYAgZDFjO2yzWLosLUC0yEMQycz2dM9BQaemXRxuPDQD80BAP90NLbgTouIMsYg+fUD8QsR5clqqyhHPHdgPFiYzOmdW6S0E7gykTGSHuFT8yqMZlpCpxXEKOaBW8hKNwYsb3DdpZCZxQqQ2vRANVKUSyX3JQ1JZKfI72hPLveyEGrdQQ824sVi2VJDBbvRkG/tWZZCLPSD2fGtqNrzlJUerm3DweDMgZFoCorKApsTKl7WSbuts5RBAU6h8KIN1Y6QFR65jOtpaMOHu0cNgT6sQcVqaoSdIUPit4pRq/xRhN1jouOaFO3rxQ5YoLorUCBN2XNpl5iDx8kJbOoOQcP/UAVxcyzVArXdmAyonYQZACd5yW6rKAoGfqeerOgirXsNzFgckNRZqDEOVlpPcPACvG2IsSUqhh/fG6k+Qhay746zfeSLsbGxzAt0ZdoxP5EMbGNYxSniqA0Vmsa5zj1A71sybJPJ5zb42cy1DiM6FXNarnEDY+yiOkAmUICpSBN9kKCZwViJkOUyblWG81iUbNarXm4v8f7QF1XjMnraGIUzG6RKYQvJHxaSqKIUpL052PkdD5zaJpZaXt1ecV3338jedEmIzOZWAdvNlRlxcmeWC4kn8MnTv65Oc9q1jzL6dqOPMvBy+Bdp2yPGmGPtXYQPUhRcDweOXUjeV5QlKJPWCwW7Ha7WXMwjKN4bBULbp7dsOtlpnO5KSiLEnfaYZ2jMAIjWTGhIksZCRN2XKQuJKbksWluJErYKVXNcblZobVm7MRCxjrL/d09x8Oeuq5p2z6VDCQgSs0ccjmxmKuEqbqfPn9anYgQy+OcpSzFUblrW1CigQFhaJ1OJ3744Qeurms2mw2/+cMPlGXFfrejqiouLy5lVnM8slqtybOc1XqFsQvapqXvGvoeKttzfX2Nut5KQFUQWnO5EpO9rhcvqQojGTBh5PLyitVqQdlVqEaJOngYxAFZSWqdRUnlmmBMbdLcwwvkM+lklJaOSQbp8mRNRYj3EmFaFgXdMBlAPPlIVaNSKkGqFWb3ISmkxVF4lQvsa5ZCw+V8xtoR40RQu1gsJBN9DOIgOwjkVJuKPM9YLhbSgd5LB+ZtUmmnIbrzflbfT0KziXk4uUNPD7YY9E2eSElLlXQkqi4lZ14/Ri4vl0tWZU3XdT+mnimBKKbvA+ZoYXEOGHFKLGR8GvrX9YLj8cTpdGK9XrNcLWeG0N39PTp6Li4uULEWFqKCsixmEZ2zEnBljMFEyXoPIaBiUuZn+kcbaEgMTGMMdVXheo9XUrRmWUaWHLbd1CGmpD+lprAkeT7KspTZm11IB5MX1HXFOi+kINVaogUm/64UxVAWkBdFUs9Ll5bnOYMdac4NWZFzeXVFVuS0bUu1WmJSQTc/t0+eyx91Hyr11hM7S+tkdSLQlPceHyeG55Oc9Gl2NjG0fryY8d5h/TRnC8ybNen7gxSlNh12VV3P0JsIwNPsTSkI06xuyjvKC549fyELNETQwkgwWU5eVESlKKpa4mCdZ7FYsr24FBHPMLBZXdD3PU3fyqLOxMtePO49h/0epRTrqqIuCrq2E3qlztg3DwDs93ue3z5PLWVH27bc399zeXlBXhRi3rbbcTgcZrvqLMtYLBdkeYbtWw6dIS9LxgGOLmKXF5Dn+NLzYYiYvgEMeSmVQrBCT2s6UfRiMharDSeds7xYkec1Tduw0MIGyY3YTq8220QBBK9y6kKESrlRuKEnz0XfcG7OAsmkRMIpKTEqMCpholFx+PCeh90OOw64YeD+sCPGyGpzKXRBKx3T5DpsiLigIMqQuV4Knx+tOO5PtF1HZGJgyS8KCroEbUWleDjsePnJp9ztdxSm4Hp7xR//+Cf+9m//lu3Flk8/+4zf/fa/8eWXX1LEyKrI+PzZDf/0z79mCIrLyws0Ht+fub245fLygruHe9pdQ1at0QvDu+hoH8784F4TQqQMEiX8yWBouxbjAy9ffsX57g7WJd8+3HHiT/zNX/6cxsHDQSimPiiUlmwZbTJh+8WY5hSwWqwYh4G2G3HOgskIPoiwylmyRYnJjKRXosEUoCM2Knpt0EUh9gxlSTuOuNxAWXLYfyRfr6muLvBFhss0Y1D0fiQWGdnFBmsty7Lg+2++5dR1XF5ektULzqczo3Pc392BEi+wosoZnGV3OojtTUp5LMtqdh0ehwGtJaL2eDyyXC7Z1HWad3SzYahKh0yeZaxzya84Do3Y7sRI7D2uGRmOHZnOuLheYe3I27dvWGwtf/mTr3ixXPPmzRvO+sxms6VJBoir9Ybj8cjudKRcLtheXqK1Sg4RlqZryEzG79++5/rqmtAPvFiXXJbPOR2PDE3PuiyIaXi7vrhGZxkfTh37/Z68rHn27BkoxW7X8fxiifaSUNr34jxcVRUxUc3HpqGuKgqt6IYBHX0SjAb2xz1eX0jHHj0e6NqGbuil+o4QleZ4aokFtJ0Uc1+8uuT55Q3eB5aZwPE9GpOX5GtJQt25QJkVLDKBENohUugKb8EOkeXqEh8+EpXkQGZlzqbY4oOnG1ryWJCXOUYn9CFEAgGNHMCTH+AwiPuCTpt0Uh2LOHC0okkq8pk4oHOxnG+6jqoqGZ0nzdrxPjKmTCFvCnRe4Izh4/EoSEkUJ95cG/Fd0xPhx2NMARF2Dw+g1Nz91lVF0zaSW28MRinGbmT0cohnkzrZJHbMnEWRHlDvHKv1ms12OytgTynYJ88yTqeTDFOSdUnQyW5gENdRFcUiuEgVo1IKa0eidcQo6mTXOLpecOMQ4/yAGJNxOp5om2bOaoZHCtzTYTqpCnHuyWkcHs9i9Wd/UclRbLFYPIajZBPDIKBKUaqexgE5AlLWeJBOpSxrlnmO93qufqZOaUwZIjFGMTSMMkGf9QaT6lNH3Fw9pP5iUo0mTF1NbeOMmT7+ezSzu+ykaZjuW+p5fvSm57ojsZz6rhPK9Diy2+1mZe52u2W9XvOnP/0Ja0e+++411XLFX/7ia86jdFCdFU+k1bONqIKdIzMpZc95YrDsveeYMthrIofDgUNdUeQFL64uMcZwd3fHzc012hjevn3HxbLg008/49WrVyLwio/uwhOWPEOlSaQ5Y6Dzu1VzJfe0GpsqwPjk/v947vH0U6kYLy+vWK/XKDUQvKcPPd57tosNbdPwxz/+lovLSzaXV6KtODcJ81fs93tubl4ImyqqubqfkuLyPEcNel7XotB/zI2x4zg7E9uUU/F04BpjwA49w/jYlYTpXqd5ZlEU9P1A3zfzehfbfCnw2rZBa0OelyyXSxrr+PjxI+ezCGqbpkkOugP7w4GFHbm8uqRO+pfFYkFzPrN7eODcNFT1gnpRozNh4+0edqzXa5l7oLi/v+Ph4UE0Ht6T+QuZc6TOo8xEcIwVllUWAzYTer+ErTEfolpp2kGsmDzSwY0u2ZwkV968rKhKjc0zQhiF+J7YTEopirJg6Ac6L7ED1WZDiJH+fi/rz2xnuqN6MsuY/ihSLhBK2GGi90pwqlNQlvMalEZYCrsYJeZ7QiamWY8My6UjkbX6ONuY1vzj33+cyDnvLVrNw243GTk+WePxyZ+PxMPUuyg1W8yHENCZRJNP3zt3SOkHZHZ0aGUwWS4paGiMMokyKFYhZS6GhFN0rRsdKmqMzmh9J7Td3MgL9uK974IjEhi6FqM1dZZRLxagpMKKg51fvHOOru1QSqVB4yP9b7/fczqf0+ESHoc+6c8s04zWEzEM1tKNAY/CKS03bM4aSEOjWRqYLnhWYAOM0UBeQ7FKWdWX1PWC3WDJMkOhhTQQrOgtRlWCzqkMEEt0nqFtxDlLcz7hvCPTk1VyJPhkCBg8Kmk4VAwYZ8ljwIeI9l7oiyBsKzQx/V7JOBbHTTSYTDbBkBnJTkfyn136exRinMxHZM4tdilKNCGjHdkfj1g7UBU5+/0HtIa6LvBhZFEY/vWH7/nkZoPqPH/x+Wc8u33Gb/7wDa9ff8/FesOrlzfU9ZLdbofKMtYXWz6kbBNXLLHec7YR6g0ozX3X8XDfYEzP28PA7+8aauM4dyMqaO7PHeOfvof1FZflki7scDGnHy0+OGLMoMjROiU7OoE+/XRNoyIosZuOBkgK3Yg4l2odQAuDMSQI0JpA0IGYR2yM+Cw9KZliyBRNDBRGU1biKjD2gWNz5NTueXh4oA4FV4srquWSe3ePtQ1ZMOgQ8INFxYAdnMyByhKlxJMJHyHBSn3fSQGWi2XJBE/16WB+HKqn4KAEb0UiY9/ghg43DuL6qoAYUOmZXqw3+AiDV2TVimK5xeuCkQxVrhi1ZLJkZU0fIw99T68U5XbL4uqKttkjvgaGLCvZZBUvr16wdoEsz1ishNW1u7jg4WHHeRhhdAyDQE5dP6LNQLZYUS63mCAGpNFrTFYwYOgHUVkXZUGZ53PMM3nB0DVgHVGlg9WI0j5trZxGgcRHDWOwkpUz9qJ5UEo6WFMQTS4GjThGXTBkEhyHucHqMz4a1HqFW67Y7w+8P3V8bHrC9hrhNGph5qW/TRupqbL5EJBhTUwRzR48xChhaSooULJGY/D4tAlHnQ4FL6SJYF3ysns0VJU1EJmsjoKX4CzxHRQShBREGqWNzFayDCI01tKHiFXJcg1hVRkkCTOayBxwlQ7VyfzUeyFhPP1QOhWvSl5jtlqtxS7YSLB9nmczy8NZ+5j5a5NlRCWc/cmvqq5rEcmopET30r3kKRs5JNdc/4TPPPQSlpOZjGEYxBcHxWa7Yblczgyv3X4/O+/OTq3G8FiFRrI8x59FVT0MA23n5pNYNm89f/60dJg+G8eR6D1lUXJ1dYW5En6/EKaZWStTHnNRCl8+RBF76Uy40sLyMMKcGXp4olmYMHjvA3hRusaUjPY0Q3miak6KahLvf8pnnqoXo8USQYeAT7qA4MIsNgNhYU16ENJVMCabu5txtOz3ew6HAy9fvuTDnUQZD+PIu7dvOZ3PhCB5Blobjscji+SmW9cVz1++4quvfs5//+//TNd1mLKgLFc8WMFRt9fi+fTP//IvQhstSvIsY5mlmUHf8/btW754ecXbt2+5qEvKquLjx4/80z//M199+oIsyxhSOz+OY+p6zY8erNIUqRxIWO6M0Uq1NGXP/xgHjxCmSko6GCku1VRmyf9T0kVUVU0eRJPRtq3odGJG0zT87MtP6dqWu/1OcmKC+DWZquTTTz/jkOy+M52htUFHYcUEKxnZyyiW3XkyE3xU5Iv6PMaYMtLFIM8nksQsMgxh3lxCCDjcfOiAGH4K41Bhijyx0A6st1c8v72liOILtz+e+eH779l3PdvtlirXNOm9DsPA5aJku9nwvF5wfXPDcrRiihkHqqpivRVvrIdTw+Fw4OHcAnB7u04dqpV1Uy84nc80bU+IErrUnM9E71nFJSbIwRNHscAppo0ySgaODkKNVTFg7YhzKs0a1aybkZRRhTHZfCB7o5OQjtmccMq9EBmDzDre7fd8//p79sczRV7Qpn1j8ov70ZwiMZHmZ5yEBsQJJXnMbZncoSdkYBqeZ7nMk6YkypicPFT6+swmDH5e885Ljvqk7YkxoidWVUImZJOPtOeWcRSK7/Tx2IHEeUucWGGTsanSGmsdy8Xk4/U475YZmfzAbHX9TFLQrJMJl9boMDK4ju7ccnl5RZ+iMrVWFEVBZgpwUm2by4opZS84ixljsigXet7qcjufmMP0xtONlpNOhqJN20gyXjrxfPRzIA4xzkK2aROUzQFUphjdiA8Z3dDSt1ailtUEYU2tXfzR5QszDJKBKdDViny5JVteEsORzmvGzlEsNzLjGc5kGWR1LVG4sRLYJrb0ztEOHVVZUeSZqE2JjEMvArIoinLvHHGUYWRIufC5EyFZH0RcaLTBRYfzwo2RBDGFmyAukwacMdkuI5WFdU4iTce0wUwOoEp45CYNm6fENucdh9ORh4ePPH95g/37jncffqAqAl1/5nj/nlUFP315Kz/n+MA5WD67uOZ5lRNMxJwPbM/vifaAqraoaHkYG5y11HFLlVVcLJfkShGTeaZXCl+WRK3ox4F3UdP2HcXVNcvlkvvdnubDA8+ub7i+vsEfG2zIZJ5hFcaZ1M0ZwWWDRnsRNgUfcDHio8ergNfJ7l1FUJ5MO/JUOQWl5OoqDXgMngyPimJwF4OiDIovrl7x/PKWxbmkbVtCHKhKze32GfE2UheeD80Hzl0PXjH2Ehmcryqq5yWH+3vG0VLkRuZGqctw04GY1+J8MI6wWs3dxjQ8l3A1iAmWmajhWYKdKUD5KMLC4OlTSmWjPL0O7NuGsiyISed1ePOWt/3IX33xEz795FNWz1/w+vVrvnvzlqbr0WWFLgpOfcf9wx6Vl5z7htvNJV9+8XO+rBeURUFxbKiqmv/yD/+X0D21YbVesdxe8PLZKzYXyYsrL7m/v+fQ9aJgDxCtpU+Rt8vbS7Ja5gRZLYF0zoo7BTrZqoDoOZyT+200BJciBEqUCqkvcBgiuRamF0oRXIQMOpXRRMWgI5kP/KlpKZyjXCggk+TGduT1wwPv9yfxybu8og9pmBwiykS0DpJIqga0HiTxcBLwEVE6ERHS/uKszDhMmm8oJmPDdPCrlJ0zWUBNRWV4tC0SeDIw2a+IDEG6EZ+G4yrqVP8kxmoqlI59S2tF/iJnlyLGqZd6cpikAkSnNafVE0t6OWHmA1IbjXLC/Mvoe7HLdoLj66JA51nKC/cYo6mqZPbmH1ton1hLxkjYlM4ktyAv8mS1LG6Vq+USIvhGcsgNJD5/PxsOKqVozme6tpNcbHiMuXyC8T31kXk8GLTkGEeh23adHHSZyfA44lRB8OM/px6kKErRIxwOvHv3jn6/pygKttsLURJ3OYf9gfO4F7ZQckrFiBnippJEwqZp5PuLSjq25Diq081RLuUbzMZosmC0n/j/wpCYDuNJuyCLyD/S6SanWi/Y5sTmGkc5cH2inU9uvsBsbUIk5QtIm922bXIKELXubrfj658/5+WLFxzf/oHlasVms+H29hbtI1orrm9foZTiNFpW6xVfff21sIOyknNz5pCV7Pc7OufpGahqMRs0WrNYLnFdy+l8QiXH3NPpiJoWbeq28jyXjlg9QgXTIvfhMfPgqTI3+JQFHUWhG1TKotFxpuLrhA/LtU4/Vz1W83N1yePs5OHhgb7r6F//kY8f7/h4L84Gn99+Jh3neODy8pLt1ZYYIu6csjh86uSOJ5k3GXkgy6IQmCPpYBZllAMlDci1lmAxo3ViKz3O2LKUuaO0eMwZY8iVw/mCPFlwCGwi7B6BhEWP0VnHbvfA/XcfgN/x7g9/4rPPPufzy5q///t/oB8sv/j6a9ZXVzw8PNC0aT2vaoEotSLLM9qm4d3bt/j3d5RVJYP485luEOZhvdmyWq2oN1sWiwUuymFXL2q88/RtI+wvoF7UrDdr1pu1zDYA17VJOCh04ehk9umTF5hJvnnRy3Ooy4rZFSPIGpWvi91JWZViiz5TUqHvez58/IhSUC5kttKmzflgBTY0dT13odLxzY9TWi/MlflT+3Oj9ZPnOeKd5KTHyYFcPWp9Qoh4Kx0R6fVPnQBpHjK5CUyaEeusrH0tg+7H1zTtbuqxowiSjWTj4/fIVhCf7KDMh1pI+4Z0ILKvTRlD8/eqR5ZeIJA1+6MMXbSRnAorJmlEWFQL3OhkGFcXBC/2yWMY0EaRm5ysruTBSXlYMWVTq2hSnoVkULtOMXrHwmj+P9LerMeyJbvv+0XEns6YJzNrvlOzB5GEuymIAvSkZ+tZ/qJ+9YthwRAkwxAkE5RFmezu27fq1pzDGfYYox9W7JNZFNndADdQyNtZXZnn7BM7Yq31n6qmYWhbumGgqKUFtNbJ5hDFR7/M7faUM7YTIjyS6kw4TSihDU/OErRnsiNumgQoNEpYB8zYx3wX55snK8JF+dspQDd5fFTUVUPUFafBsT92OJ/QRUXykW50dJMHI9G5l1p+ktFazOBSYug7ST1znr4T8NJkIaHOlIl5QyPbr6gMtKtClKEhEwAE+8gYhjEUZTaWTIIx+eydM9nEOIXzwlD5IJLVFAX7SFGq97wYnHOUlcHaAaUT49RTFIo/+el30L7n8vKSn+w2PLl+Qo3m9uaGu73Yg+uqxkfPz3YVq/UlbTKcTiVPn15zf3/P96cRZx2nw4H37z9j+5bF19+gS02yCb0s2e5WfDr1WDvxoRtYoWlDYrSOz4cWp0uMLkHXaC3ajuiV5DcHhUrZ1SDIBhJ8wBEIIRFMzIr8eaQHRgVKNXuQCTBURYkQrn2k9JHoBI/CKi6s4j/+r/8bAP2v/47j8cg4jHgf+G29pT2diE8N3377LS+/+5rlckGshG5c1aWMbL2DKGmV3elAU4nxZpW5910vxqRt22KMZrvZSnWaJMq2y+unylXhbE+j5xGW6qT7quW+uAQugNcFUUfMdsUYIrd9x7u25Si3g+Prj/y/7z7yVQntAF+/2qGWS47jxH0/YJPCFBUfPt/y9sORYrT8zX/7W5rbPcfjEX1zL0SXiwU+GJxXDEPPh5uD6DuWS7YXW6IpWCwayqVYxrSnI67rqcuSVV3SZ7NHbTRt13K63wuw7yYSieuVHBApZ6NUWrAPWeUJk2nLMUpGjI6SRhqQCOCoDFElRqWwxuCXJWNT8zmKPZIrGsAwxIgLmlQtqNYXpFIzxsSoxcOqCBk/04CyKDWh1IQuKkKKpJBlDZm8k4IUMilbsCjKfOjknSgmSBHn8v40F3l5tz7HHeSQuqQyBpK/p5UU9OIFB8LjSoDkD0n+R2KwQhx4wEIV6VEZneYt4jz2Jdsx6axEV49PnnOxNZu3FmVZCivDGPwwsD8c6fs+K06rs5tjnV10i1K8+60VDGS5Wkk2QT/ishrbmIdcXTtNZyuGGAKmLs/AzDiNlIgCFUV2Xq0kGzn78Vtrmez0xU2doyNm7EDYJ3M1Hs4tY1Qirnt8fXHjEG8kqopnz57x9ddf0+fK5vXrH/j+++8JSWzqr9dyP0Ku4lW+P8MgSnlxPK3pMgWzrGqKsshttspKXMHReHSKC+4hr2gGzoAz5iPdVzy/3zm9ba4aZmxEZueP3ufjkimPv1KShf14fr5YLpmybmWe8V9dXVH84hd8++23bLzl7v6O/f2R9+/f8+P7T2zWa1bX17SnltH0vHr1ClsuKQrDz3/yU0IINJ/29P3A7ruf8e/+3f/Bm8937Pd7dCGW5JJVDqvVkpubG96r9xIJ6z339y2vS4kWfrFenjtdwbXmpLoHNsvc6ovyPOXQmzz3/Qcqxy+70i9ZNWeGSb5ub29lnjxNbLdbXr54JR1OF+RAmSb+6q/+iv/wn/4vcWW+3vLi+QuefvOcy6urjLmAc15oqVVJXdUs6oqUYOqkwh6GgUUjuSpz9VpVFff394JfFAXFnGET49l1OfkZsnlIMjTGUCihg57alnEY+Xwn7srzZEgHmDzcefjJ8xW/+tUvSQlev34tYtRafnc/dgwOhmHkeDoSh56mabh4+pSqqnh3uj3jDM1iQbVccjgcuLm54d27D0wJdrs1q4sLEtAOA947ikocs7+6/DmbzYa6MNlFIfN9FJmO7YUwkFlaKRmps3VOZszrwXoBl9M5yC2r1r3gSC5vgHVTi6OFE+W9Q2jDhdGM44TXgbqu8SoxTiPzvvx4TWTYDJBpiowdOa9D4Ex6mEO/ozYknUgm5c0nF4jenzvtuQOGdJ48MDO38h5xnsYY+X1f/rv8Y9PsFRfPrhH/w3r/x655b+IRy5GH/fJ8eOSrSH/7GuqaqMCOI7VKbOuGaBKuO3GyI0MIBD0nD0og0PwBpt9MrIuC7njPdDpRPdmxurjAlbLZxWaF0ob10zX1zuEPLV1/gHJLuSx5khTOjIxpIo2Jaek4Di1lBdvrNaebW1hokksoVaL1UgKiek/dNPzXjyfs8prv256P3jJc1YQqEZiwWNZJgN8qJwAGI/oPX8jXelmJ6vx+5P1f/x3pd7/hv/3N33D00sLXFzuOpxt8KOQg2W1omoZT6hnv9xyLUczmmop2mnApsrm+5tSeOJ6OVLnljjGI+6o2lFWJj462bVkNnilM2JSISnM/dIxuEs+o4KjLQmwiklgpey3W87bwxDpxy4qwaPj44S2fJpkXF4ViakeggLKR6qHU2BBI6cRysaAoJm5u7vi7t7/lX//rf43fLrhTjio1HD4d+RdP/tyIoOcAACAASURBVJxtueXf/d//O/v9nqPtqOuap6++EyzFlFw8e8FOFXy8PTH4e/m5429pmoY/udiyefmEN/dHjl89JR2ONMPA6voVu1XDsXf4PZBu+WaxpLeBH96+pw+KvYV4e4f+7idM959pmoa1UgzDiXGQuazNQTuRwGQcI9CFiNO1xA9TM409XU8uhhbEVNBb2YR9PnCqOkKhqKyjUIouSjGz3O3YTxP7+05EgU9fYoyhrUuhao89YfeEsFwwxRZVWjCGTzdH/u63v2H112949fIVl9diKDlOJ5pmwVd/+i1Pr14wTQPj0AvHPykmZYjNgmqzwWmNSpExeL769us8ipDs8xQ8pjAk5+mHnp8WK26nEeUTygY+HfIIqFrjBotWDUvTYFIJXhOLSAjgcjX9i199xerZU94az93dHYcioEtN63ru7Ynu48j1VcHTZstC1eA6bj7f8rv7G9F1WBFk6vUCW0ZsYzD1iu23lxSm4G9//IGblPj+3XuOx0hVwm63JA4t97+74XC44+r6iovLS5qm5vLpU54YEZceT0eOw0hRFdT1DmLkZAOnE9SmoSwv8L7FxshCVzSrBpe00MV9jtBdNnRdy9EFogokE3FY9mVJ0JJMOMSRwlWAwUSDH6SzWVFyMSdlrkQgSSy4/TTy47//SP/ZMj6V9FFTr1g1C4pGbOSHqSOEkcl2JOtJAYwpMZlkoYKXkZ9/CHSTiNqI8j5XP4myrmlipGt7htFRabHlD1OkUQ3H+EE63mJN13XcHyOLxQJTPWd/e8uHzwGlSlCGmIAiEFQiJkdKcLnY0fc9Tkc88HZ/oLne8uyb5/zNf3/DcLrn6eWG081n6kXD8diy3W7pnKWuNMX9/b1wzqPQzRabNYvFUqwwklhJnNqWYZxwpaMIkj2uc7rYcBooypJ3H9/z+vVr4rrm5cuXXLx8xuXlJS74nAAnM+6ilNyBeVZ4d3vH6XTCzhqQfAKSOwqZi0dc1mpoY2Rmn9W25JNyrsTPjIiZifBlA/I/XM45Uttyf38nytmsSt9sNmw2G/ZZiV4XAoa3bSukgkrAzMPhINiPE1qgR14rmYkmzDPhfIcYhL2ZAa7H7eBcHTyuJGN8lJGthEWkVDq3kwlJmROHWTkQ9aN2VL6hc7aAHDxnwRJSwdzf3+f5umF/v+fz58+8/uEHutN/I8XEp/17NusNl7sd2hiJwCwKiuWCqqops+DoeJSqM1Sin1k+fcrV1RUf9keMMbx89VIEYuWaQ4wUhTDOjq3FaE2zWrO72DF6xzj+jraNvH33ju2mylGkYh8ek4hIy0LYcT7THmeNzN//uOfZdJwxtL933//QAvmr/+evaBYNFzlauCukcKp6xTAN+PUm2+tIV2TdgE2WfoycjiesH5gyA+bJRcX+cMOvfvUrvvr6FbvdJc52pJRYLMXF9cmTJyKg9O5s4z4Dqd57FInKGAFlAdtKDPJcaRaPWIMpiUV633ccjyemMZ5ZZpeXO16+fMmTp+KY0HUdbdvS92JDfxh69gfL9RqGwfPm7o7r3/yW5fGEMYanT5/yzTff8PXuGVVdoxbSUR2SxVpHX8iYbXG9QyvNse/ZH/YYbdisN3jnub+/pwwSRT0MPd47yro++6H1XS8W+CoSMm6n8+c5Y33neXxOHHSInk1r6VRm/HDGunhUhc+415fXl9+Y10zwEphWZfHfqT3hvef2/XtZQoUSHcmmEY1MBUVZEEKBzXklxhjqRSPYUCZOmDwdyhOhh1eQu4p5AvF4/T7Wmp+x4hTP2PE8ubA5tTHOv4CH7mduIs4EgAfIND8j5tyFPOwX8YzFVWVJ1/cU/+d/+PcSZ3m542K7xRGZ3MTkHX3fsz+dmOxEVNLqqUIW2939nSy4tqNpGt7d3fDu3TuKyw1/9md/yp+mv2CzEhsSDaCkEqcsqauKqSrRk+auP9H5CZuC+FJllpa3MkoyiXyAeFIBuqqoioohSBSvV1qYJy7ggkjyZ9DUGJ3pB/wDG4XcwafVis/lwDoa2Pe42yPNFFltShqv6HpH0xhWShGmiW6QDOKwTFRVTbEu8EoYH3byTMGKOZ9RFEXDZFuiygeIDzglUbwqBVCJWBqikvFcNIoYIWmxCdBGnbPVScKiigq5S0mToiZpw7HtObV9BsEkcwQSGIPR4n4roK1UnYWRgyhGuP34iaasuFhtaNuW7XLF9e4S7o545/jFdz/l+vqacl2LA2orM3mHIvQjhwhWaaiWxDhwGiduDre4uyN1/SOs1uiq4fnXG7RS3LQDnT1xmnpZ/D4QVaREsV2v2RjN3c0N/uZEdzzRXH91tioJLhIfMUlSVPK5+4gLUbIlEsQ85xX2TpCR1XzAPJo1S+Ry/GI96PzXZWa3PF9tWSwXXHjHMPSUPlBVJZerNWp9yV7JAhvdKGB4WQEVvW/p7UCXf3oBNIWm6w7c3X3m2YsrFosSZ/NIFEVTNyyXK5RSjH0nIr7CoOPDSFi0LXmUoDXWBybrRYGcFKaQalNhCDHRlEXOEJcCAw3Pnj7h66+/4euvvyZM95xOR443e47HnmGyMj6ePDhY1ZrRR54tFP/8Fz/nZRLw+5vnT7i8vMT2oLVhTHIgTJ/fc9ofOEwdMQZW6yVFAXVluNiuxQ7ncodG0V5tGIf2TMMFUNVsa1Kh05K+7VBJ1qpYikuH6KMhxUhl5LPzKRKdxyoj2JcuSCqKm29UKEyOpNWcqduPxpVnosYXq0F81eZRc1WVkoeE5KJro6HN5pbB0qsTxUrC7epVmS1kIirlcdkUcEWiqktMUclnFt1DATnv7zOxQyu8zeSQ7MY7h0vNx0hZysHtQiIkRSpKUlEyhcCh77HB5sWOjCfS7GMlBorz+J/5jIEcHFVQ1yJzMFqo0ymls41LXdfc73uKt2/f8uLFC7YXF8KG6nuOp1N2PZUN6eLiAl0WKKXByI2/ub3l48dPXKwlke9ZTiwrL4VVEaPMdVfbtVAOc/egy+KcMldlO4ayLCl8IUp4n5PXwsTQ91RJ+N06s2q893khPTBw5vzokIGueRXMJ+fvu9qstHXO8ebHN4Q3b6SyLSPvP7yHRsA/rYSf3h8lencwk9BSS896vWF9saYsS2xwkoqnpVJuKmE0qNwlBSBon43Scj6GjpIAM18ZbNM51XGeo0vVnPKM8yFl7Hg8kmn358Wef7iA6Zk2CA9qaJBchOPxhFbiqOq95+nTp3z33XfYwdIsGkbXMo4D++FIiIEq6ziGGOidOBlvNluqhdi3DHe33Nze8m5/T98Hnv7kJWVZwVIoqndHqXS9z3kstQjRpnFkHEaq5UJa8uVJ8kU2a2JMaDegx1Fm3lkr8PiPdKCIE0J6yJUWHcjjWW7KB6nOHH7P77v+7f/yb9msN+yip21bbkaJXd6xwmjNB9vR9z13BymoPA4StNNR8IcgmTrf/fwbvnr1FUGHcwLncrVCISybpmnOOJqMSgL9MLBdr0hAVYqD7TgMhBjwzsr90rP1uxcHifiIsZYTLKdpwhjDxW7J1ZNnXF1dsVmv8d7x6eMH0Vvt26w/ikxWNunVUg6Hqox89fwr/uW//Je8SJJmuK4yG6rMmEPukKy1OCfqcIUoz6uqEt2S1nkzKqmzff2Tq51slCkyTZbBTeeObLla8d46YSmdw9EeAcAxEfyDL9RDdS57hnMelzUxSsmoKWp97kS+mOefcbFHDyGgUna7mL+dYH/Y8+bNG5RWdFHA/SnkzIxjkmTHSud7vqJZLFg2BSOgoqdxDXVhxK14lLiLhysfEPmP89lt2YccJHceQABQGKG4zy4F82RnHCcOh0O+Hw+40oyRKCPMxzCG8+9VSgqwkLGPujZnDHez2Zyx8RB8du2A4pf/4i/YbDdc7i6zvkH86MtKAmSsc6zXK6xzHA9HFssF/+zb7/j519/wu6++xhfCPqov1rx6+YrqcsPHTx/5dNwT7cTV9pUUw3Php0U9XlQFRVWQliWEEu8VQ3TgDV4lsSfXhrEdUMpQZ5vkYcpmcQFiMvQhcbKR3gY8Gq2MfCBxBqRzat/fY1+RrSwmb1luVgzO8re//Q31h/e8ePECFT03+3tiJUr7rcp6l2DFXdX2WGdpe892a9leOhbNgmhk7FbWiqouMCrKjc4BMikFYgrZJC3iCo1LChdhUtkdWKVzKTzLVxRil5CStLXeG5zTnLzjvh3OC/zB3VNUJDpltUjeRFXmYczX1Pa4fqDRBbhAf39k//Ezh9+95uLigpBGTqcTY7LsLnasr64oCOjgqD04ZUgxYWPCx4qyvuD6SYFeP2GaRv7m9e+EPlyL9Y01CVRktS5ZLgqK0TBpTYdiaFsxp/SByhgKXZCCjCILU1EWjdjjUCI1fWIMIz4qbFTYJCwkItgYcwqd5CLocx71zDYRzn7kyyJj7kCK/PVf/fIvBPsKjuPxyPuDFBDFQbzgds+u+Pw5UA6a7aIiZBr6dGHg6SWTtvzJT3/K17/4lt3FBa3r2e/3LNYVz19cMbQr6rpmuRSPqNVqLaSLQoqaupaEvkILqy9FiYD1PmCdpS4XJFMRCNjosJkN5LO7gfOerhM84HK34+pyR1NXHA8H3r19y+HmgwgfvYxcCQkCLBeai92OXYqcTicWRrGuCqppwnrxhQt+YpwqYgx0Q0d/OsI4UJO4zFGu2yplCyN5DhvtWNojhVcU3qPrDYUqREEf3DlxtFot2Gw2LGuD94i7bgroYgaOI0klbDbWJBN1PAanA6NLdKNjTMgoONsUSXcmz5JG/+MHx/z1XISqTHboubu7411diSrcyV6VSjmMrBKpw8REjIn15YrlYsH2YsV2u+VisyJGAwtNWZQP+1He22MSz6yYIiEJicB5jwtz4cz5NScFShlSCvgkSS2TLglJcZgmPp/ac39NejgohM0jIFhKj6jAWkMQg8tEIyLybhDrnouLHOAlhJBUlywWJcWf/fmfEUOkKEtWqyVlWZ1zCFJKfPr08Zz/ezwduUxXvHr1isVmgzEFbz5/wE4injptTmzWNQqJ9zRFkee5QQKUksxQ5rml4mGkMM95Ky9YSVloSlfS+RNVXWNUcZ4DO+/wIWWHUFHNi3f97LfF2WzvD12r1Yr1ZsPd3R2n45Hr9iCb8F7z+dMnivUGpTUnVUslURXnim+aLE2zoG1bPnz+IDoRI9G3L756ypPrawpdipo9M9NUpuc+nmXKwnkQJD0kzOVqI7e2Kreus1rZO8fxNND3D1X0LCySNfPwc4wW+mAMUmGQfdtOpyNt21Fn3c+7d295/foNN7/5DU3TsL1c4qxFL8qzVmQYBlpn0UrRe0gpMjrZ0EKekTZNDQrW6zXHQ0vXRVZLR1FnUD/TjI3WbLdbdFIE7xlOJ9GzjIHT6cTtbcVisWAbZSMyPOhhivTAvpI86RkPE/dRZz2gBbPJXXDMGNnc/YVHCt1/6Hrx4gVN08A0sNWaKUffjqcDwzDw/v5H9ocD+9NeqsBScAizLlkuFlxua548eYIC7vd7xiBZFqoU52djpBK92G5ZrVfi1DBN4karNc47SrKdRB6OqxyfW5YVLufK6Fzhk4KIVpOkQHrv6fuOcZiwS8spO+eejkfu7u4x0RMjLPQDLlAW4mi9XCxYG51zsRXOibZJcjgqUop0XYu1jtMg7rchz8nnjmO73p6tLwCKLLQjfZnXnbI+J2ST1lSIz1ZVVqRkCWfmz5e6oJTyqDonG85jHp91WHZO/1MyeiH7Vv0PzhTqy91iPkBiDoQrGzG9XCwWvHjxgp/9/GeM48jh9kBZVuhaCpqT6wUnnUTntt/vub29ZXNY8N1337Hbrs/YXYpzxyC/McXcPT/Sd7nM5poZpvLKHmm8Yjp7qwkjMWBtoO8HTsMjL4pz25IPDzLLSz0clEpJ5pDLtOiiKFBlyTAMbFYb5vwVEJeERdNQeBVxOKnUSoWuhP/bDa3oL1LEe0thDFe7CzYrAYDUNKGCxxSKIhm6vuXN6x/YjtmFViVMjCSbk+WCLHJlkPl78lhvsSbhS0UwikkFyih2ECokxmnCmAqFliyIAEEVYDTWW06D5ZQKTl4xBo3SlbhKyp3N23Nusf9ehOO8QHwMjNPIDz9+IMbId0jq196e6LqO59/9BIBTlHFbXYqtcaez+Isth8OBTzcfOHYtpoQXL57jg8dOkZ9895yUHui3s3BQ+NqRSSucAkvCEnEEfAqZeptk1g+krDT1SeOiYQqGwRtuTyc6K7z3R9M7eS6Cg2BQBEqT89gjpOBF2KRh6gaic1yuN5gIx9s9C1PyfHctlg9HccVdVAuqAKq3VAEuioayKHj29AkhBLpxEhqkER+d265lGkZ++Sf/jE+fPtGGlt3lJTQC3B/7A3oYcO6C7XoNysgh3g9M40QRwVrH7d2By0vNqilAlzgXiV4YSjFGrCoISmFVwiqPTZoQFZOPjAkoSnRZYkqpQFW22hF1ejqbD56/zuBiXi//5b/+F5RSrDrBAkct0c3285Gbmxtu/C1VVbG5qmQDK6QoqbYLOUh3K5KynDopcpwKaG2Ypp5f//r/48WTr88UWCm2PMMwyucVJFvFI0XSMAwMg4DOKIllvbk70LtIKmoKCnS0uDjJAZIUzkuKpXApAnd3t1KIOYuznqqSRRNCwnuLqUqa1Yp6s8DUYlM+pkAXA3dDT7e/ZxxH7jpFe2ppFpcSRW0CzcWSl5e1PG8IffbDxzfZgkjS7koDWkeMzgc4kvtjCdQkNk2F8hVRJaKb0CqikicGSwzCHEpa5+zvSF0tMabARcUYHW0Qp+WBgiEZpqgwFIgOo0SrAknleBCP5hOEf+hKQQo2o8gixZJvvvmGv/zLv6RrO+7f3FLmUZ7zjvvxSNu2HF0r0dBhoOtaVtsFT6+fc3FxdaYdN0Ului+5YXIAZAx49rXzOVHRx5gdtjVaZScOJZ9bjBqnS5yCFtGH7K2lhYwFpocOxIAy0ok7H6iyjkQ/OlTlIJZJynqzpW07cb22lu2lUNMP7ZGyKCgeKl2Zldpxoh8GYkwsl0ueXMtGopWW2R5isDhZCbr/+PEju90li+UyK0GlciC4s88VKWGUptRlDlXJJ51zgupnZpacgOHcURwOB54sZvt0lzM7KjEFHCeZBxfLs/VwUZizq/AXTKTfcy0XS6paktqWyyXfXawlh+NWcte7rsv3RrjdycuMdqpFAGinW5lRVxXfXHzF9nrN9fUTLq8lsW1WTEv4i0Gnh7ZZ9rEHdkVM8VxNzK3HeSQ1azlIj7qVwNAPD1X0I1LRXN3Nzq5aS6sbEddiMDLCyer3RbYNb60T9+XvvmOylq+/ecZ6vUbVWpS/UTZIsxRb/NtePHyOnXiW6YXM8ffjwO3tLbfDQVrg8oKXr14RK8/r1wb/eRLWzmk8z6KHYeDUzsI5AZXn5Lm5a5XOb6Iju9gWjx78+SGM8XxPtNEYbc5O0F9gTX/EdXd3J55v7QGtNPXVVjqm2EgE737k1auvWG3XDMOAxXNxcYFZlkzWMmLFEqIsWa3XpFKxXCzppp7XP7zm+fVXlGXJ7mLHxeUltu84HCrqMueYeysjQCfWHV3XA9KNkZIwGK1FNytMZShDzqjJ62jOzlguV9R1Q9/3MoIzhqYuJCs+JKyXe7deCF293iwwpuB4e0PXWabliLUTxvsc/FaKh1dmfSktc3ZlpHoeRiEViIGkoixEeGuUzNrlADEEJ8rw3k8ZIzEUpqAP4u6gsy/enMh3dnbIWofNspIOw8roxQZZ93PFLWsnv7ZHh8QZR/kD/1uAbI+fLNM44e/vcFk3NehBNCRFQSpEqR8qcTy+LMQLrrXSmW12a37yk59QVZrPnz4jUd4VKk359z7sw+dJRJjtTFLG8r4cPwNni5MZ4ROtnD+nCRpjSOELgdgZL5LcnCp/++H+hJk5qhTr9YqPnz7hvMdaqCqZqMTDPRQFxU///Bei4NQa6lo2N++lzWkaWCwIb95kBa7jzY8/cnd3J5S1pqFZ1uwPd4xebEnKvmJRlSyqghQV4+nEomnQRcHQngjZRHC5XhDZ0YeWH969wXoHWtEPAuIzWbQ2+Ah2svSDp2kWhHLBjz++4d3xxO7ikh9/vGEKmmQaphiJVqwwmqqUasWKr85MEZ4ZDoKVwDJq3vzd9/zPf/GX/Jt/82/gh99yeXlJrKWt+3B/wHlP45QYvx1FgTuWMs45Jdl4F+uGb7/5hmdfPaEoCvrxwDhN1HWRxwgSfVmRrTZsznqPmikEbBDblbIq0YUkJ4bgWS3X9H1Pl8GuoSjpg+ZTa7m5OfDj5xOZwEHICx4gRY/WYJLoscOUKbAaYvAEr9luNoz9wPt373n+7TPu7+74+dPnfPvtt/z5n/5PVGVJ0ygWiyUuOdrTCRVFD3Tfnvjw4QM6lUzHI+3+gJ0sVBVTXZNKw1VR8uvvf8eiKPjqm1dcXe74fPzAT3cXvFga3r9/j7pcUlYFUz+yWDa83G75/Pkzx8FzWRa8fP5CwPdTL6MJUxEKmILoZlaXkpviphZfFARV4mLEKwVas77YoQAbhOmktDgooBIherQRnn8yYh5HXZNi5OZw5MmTJzTPd4QYOL25Q+uEXUWKq5Kf/Mk3bPsec1qzWi3RxlBOEzY4EonD2HEcj+jScPXkmlN3oj/1lE1Fs2j47ptvuNzt+PTuE69evWJ3uSN5j7XCyjkcj6K8Lo2ESHl3HndZO509sZYX15hp4naYaLuOk09MNmADNMs1727vGMaJU++z3U6JVuBsNmwM8qivV1nwd3WFMYb7KetOxl50WLstR6PZvHhO13YcS8X2Zz/Hdie6w0DE45zleHcLKBaVZgwjVTOrfj1Z7ivD+xghgo5Z1+ADgewkMMe2xkhezmfBHnm0Uhdi1jo56UpONtL5wKhLotIc3MSnPrB9/hKlwJkib9CZwZcJKnM3lzLVVaxzyGwtSfBbNAvUcom1kxiCrlZcXl5SlRXPlk/YbDb8+OkdNzc3XF1dM00Trz+/kXEklu32gvVmyfF4JEVxhl6vV1LkzfbvSbreiPwJKRGIWO8kBx0yKcaAmtMHE2VRY3TkrvekpFDbSz7/+CPff/rMCEznwyNXVFEYaFHNGIo6HzRzYTtTgE/HExtdsFmviSHw7NmO/X5P3TQi/XCOYj5xvPdU+XCbJsk+MMZgx0lwkBw4s9/v2e/34m20XIo5WVlysd2yXC2pqlrU4F5e3DSOMn9POVErL475lPTOn7na80wTyJ4xIqu3+YR0ztO7TlgCSg6baRSb96IUH25fFOdTNKWE4fdfQz+QUmJ3sePbb78lBofWioNriSHws5//jI8fP6Fax/biAv3iKVppDqmVGe3lVzIXVoHVanXWo5RlyXK1xNuWWV06zzofXGERG4o8q7bWERAsR2uFUsXZG6oMUql55MEPIXA6Hf/Au8vXTFl81JXN/3V/2NOeTrzUL9hutyyXC+qmxo2SRXF/37JarbDRcnd3h+tFODkEwcQOg/RFc5Xfz11nXVAUUnXXVUXT1Mxql7nKqqoKNUDXdQyjPaurq6qiyF5fq9VKqugko0ZrHdM4MkXE4qE9CbiXq05Rqnu8Fwzgn3q9//Ce1XL1hTODAqpanAbWaX22WS+KgqjEYyzGyGazoR06tNbUueAylXh8jeNE10q65uz9NU3CYDJGxqSjcxRGneffs1uz1hrvnIghg7AQZ71ISuBzdneMkX4Y5GCEvN6yHkhJRnhZJRYLxeVaPKxSUTBOE30/MIwjLy+vsHbCWse7d+8YvKfvB5pSCovQt0zWQpSRop8GwW4m+YyNziMSHc+blZCgZC3M7rLzgRh45DytFHYQAsAcTavUA17qQ8Do+qxxmv9umoQZVT40+/n3Pvr9MyvpD1xazZqtzEirJDelvrigKiva6XjWq61WK3RZcnt7y83NDSnBxTMJmZrpsGUlUctKKayVOGTmviLNJKk5nvlhX/z7MoSzPiULE1MqMYV4ld3d3TFO7h98PypLBEDyQtL5551fxReMti986EI4GyzOX4tDpqU676nKEqVVnrWK3XJMia5t6YdBaLjLAh0bsW1flVQJ1usVq81G6LDBM7YTuiqlWiJRKoXO4xlxpXVYNzHZETuNRC/BUyl7x2hAK1F06qIiqQmnhZP8yXqGpBjKis9ty8FBUVRiAnk+qDwpzMHzggw89oLJtxJQjMoTSs3yesfLn3xLSGKhMvXZLmHZYFYNTbVkvV7hp4Gu64jBUG6W6MLjY0c/DfjYs9JLlsslq1XDer3m/q7HmPlAUNm3XwEaRSL6SPBROjPniMqfNwmFxrucWVwZpnHkGMFG+GwDPx4tXj0AajwsxXPuiYEzJThkhtLMBRRDNBi9QxWGZrXEZzFm13a5ChzFmTNYhrZjPEkVq6qKVb1geyFRtof2SEyWCqEx98eR1jm2VWS11CzxmKmlyZuhRlOvt9zrguPhSO9GGblEh6oKNBXHaeDt7Y0cRCkRTUlsCglDCRCt474TsdSUFE4ZxgDOR2wQsDDOZI3zR34meuYnRz6TeV1EBVGDMxFXJJbPd1w/fUpt1+LXVEZcUTBeKFIq8Kri/l4S21bLNcErDv1E1IHtdktVgGlqSo1ktCtF8Ak7WNzozwepzmC1te78wDrnKAsxC50DyrTRZ8PFaRqxqaabAp0NxKQJKCafmLx8/sdTi3s0wYhRnq+ylAPx+tIIYF6t0FpxchP90DFFB0aRSkPXW3738QPhP/8nzP2eabJUhUS7vtjIc26QYm+dRzrBy/sK+SCYhX/p/HnMLEhP5zy9F32UTVF0XdkYcbJCi1aAiLyEvuszPbtZNbgQsEnhtaFzcBotXSxQyw1B1fNRIJ91zn9PKv4x50c2kQ1nYDtly3NMIdnujeZkO/bjkdFNMI4cxiNeeZarJeiITw7nEzUFRVFTFFryP5xkzM+0YrHhSfgoiPah3gAAIABJREFUQPbknLDpyL5uchPICKqwtGxk6C1+tUIVJe/uWn53c0+bIY9klHBzcwFrjMZo8S2eKb3zejvvIUqdhbnng3020X003jJFQfHp06fMy/c0iwVlWTBlHMR7n60W5B/UVcXu8pKL3Y5pEo+oMif5oSQAZxgGcc20Jb72LFjia0cRivx646OZpiQRhhDOgTExzswBuU2zZ1MIQTaqfhSVdoocDntirJmVt1qpnDk+J/f9YSV6WYoSVzqGFWxE16LXJZvNmo/7I5eXlyyDqGPfv3/H8XhCbeXf/O71D9zv97hgefbsGdsrUbA3C7F7aRqh/xZKePEpZxvPbrxSdbqzYvqxUVkkopQkHc7Gm845DvsD9/f3jDNy/nuuWcVutCElYdzMhblSwhga+p5pHAnes287vvn664dOIFfeKgijalnW4s7ciMndcbAMvVS5zrksSpL3aK1ld3nFar1CaemgbO5QJj9RlAWvXr3K3a1U7dOYc1+KQjycPt+wXq8p6zKPF+S+VyY7nmaMAHJipAt4H8lsjd9/c/6I68XLlzx7+pTarUHBXRozzRHJeg/hi/m1aExyoZASV1dXNE0jKZwkfKZJznz9OQUzeAFMU5KOYhxH+bytw9pZGxXOJNMQBAtK1Nkde86d4Ix9KBTTlDeOUhhvRsmmuKhLmrrh+fMdzjlsPzEMI13u5Oq6ZrlYst5Inoeaek6nlrTfE8X9BWN6Gl9KDIOEnYsrQ1mI3mGxwOica5Ftz0XLIJsiCaZRMU4jkxXXWqdSZlkKdjOLYlUuwmfTwdzEnN+rCxk/tUK1DXrFYrHIm+7sNaXOm/XsIfWHrnl05oLPivJRArHaE33Xczoesc6dna1VMhTGcHGxY7lc0tsWkz9jpR6ef6IcYOe8EFTutPJ0Jk9o5oTCMy6qvsRJZubZnMx6e3vDIatXxfhRnQlExhgpYrRMI+bXI756YsJojKyT2XPL+yAUePLelEWFtaqlC3/3/i1d1xOSWK/XywUhBEYvAp7eecqywNeKalmidwsaFijnqFYrNl5lytxEDGLXHhVEO9HbidWywcSUE+MSKYqtRoieED1+GFEhYIxC+UDywsAij3dsiEw+cLKW/Tiy9xJytU+Rz3YiVpd4UyDK7JQBddFdGFMQnSgxH52vJPIDrmAsYTKJk/KclMeYSFgU6GJJeXnBetVg+gF71/Ljxx/57ad3pJRYXmwogPvDO0L0rLcrnj3f8OTZhtWqICEYxmIhIJWOwqoJQdyGvRXhlxstyQUKFNqUJDMDXDIWMaakG3pOviJoxd4Hfri948djSw9EVeT3lTuPzLaYHzRNpMgbR3ooRqQDQeFJ3LcnumnEq8ShPZGM5KibqsRbi+t7JjuI6WJu6cdhYJos//lv/1pGBwhLxGPBKJYXmu31mmZjqBvoppFuOAie050YraVpGhZfrYgGpigH6pAUTdWgTUOKgWKzplitCAr6vudkZWM9YZimibpeELN4bQpgYyIpha7qh6AhOHegD6NEeRh1kodXp7k7lL9KSoDN/WmPLhSVO1A3DW6hiCYyhEGSCYcOVRpMWeDyGKdqGoL1DOPE1e5aHrxocva55LZY5Uke6losciY75QNAZ7C8O4ssXbYqCeFhEw5eQOWgDVGXBCX2+B5FVIYQHc5lc9PcLWit0EhhsGxks9dUTP3A4VbAeJpaRrNN7uinCZxnWRiuNysWWggjhRK67roU2x+TZLO93ohSO0yWRgl9OsXIlGSDszHiXMLmsdPkPJ0LjNkkNSiYIviYCx9TySGSx1oqMxpLpdHaYEPAhcDos6ux1fQRQlmh6iWBzMpU8wBVKuqo/kBlOe8WSjHbI81ffQhM40TXdXzob6irmrQyuJSIyhIXsjHvh3uUSdRFSdUYtIk415Os2NGUZYnN72mu9q2zWC+RDy54YV/Fh6jqiDy7IcasUIeirBmU4e5w5OOhxQLJzB2LvHeNMPHOcbfnbSChlM4/P1EU4vo9g/NVJVhTs1hQ9z1F+qJ/p/j48aMENyGbQr1c5BssJ9bl02thWhTFOW7WFIYlAqaOn/Y4J/43KUFVy8IbJhlP6WxfPHcRNivNZ4XluTXPG9Ocf60jmXEj7I+2FcUvhfhLjcOIc55yWcqyCHNGRGYdKelI/tAUPIQA3jMOg2A7+z0Ao3ZY5+h85HA8MHw6cHd3mzd1oZze3t5i25bd7oJXr17x8uVLFo2A6glhWRg15x/LAxPnDz48AIUgs1ZlIOnMpEgpz6sd0zgxeqlcjoeem5vP9H34fW/riwdA2C2zL9SDFYJSiu12LRXpYsF6vWZ4/ZZxHPn48aO8/iTz9WHq8SFQI5VU7xzjODz4emlNU1UUzYqqqkil/O67do9znsPQZqW2bDS11iyWSz6dToyT+FylFEm6PFfmi0WTqawigPROCpWUEgOiki3LEp8TC50P5w4lzaOUP+ou/eOXd45hGJjGVh7asjrz+OfueblaovPGnxD2Yig8bfZLknm1jHQ8UnANfU8IgdXu4tyBzLPnabJnBpPke4ecdyJjTpejDyC7uZ7VxyOWB2X68XQCOCvfQXQYVVWd//ft7S1d1zFNI8aYM514LESXsz8eOBw7ni8arq6uef70KcvlEqOCuNqmTrzusr6pVjLyMXmti/YGVJCpwaxWH4N0VC4abHYTiCkR9cwCytMHLUaiKj7YeJAS5MS/uXu3NtJ1PaMvzqFIxhRCEpi7jrlteczI+gPniDyjCV1qyuxEXhQFMXeKVVVhCvGNGseR3vWQAeZxHFlvl1mDJJu0z/o6U1UyCiY7TOdE0cnaM74z59zM4yTUA2vzrH/KeGvf5+nISbJW5IGP8GgHnAkC8r6lo5G9V7qfRJLgM62J0ZMSZxf25WJBW9doa+V+T/IcFhcXFxK6kiR8xVSVvNBKQqWuXz4HoFyKkMalCIXGVBU2j5xCnIFLf37TxEihZM5PDHgnFu2jtzgrFN/JThACJoFRYveBFxwkBqHN9sPEODkOfc/gHGm1YgqRg5uwhSaZMs8oBYwyusgt2kPIi1Sb8yT8S9rnylQck2Y6tHz84Ufib7+nKEv6NKK04vOp43g4oDppYf2pZwqBIx2HuzuevlhysWu42DXUC0VMI5OVvJRKmTyWSKgsDMrBxCi0+M2YhEsQQh7VEVEpmx4qxanv8THgiJy6lg/3B267gNcIwBFnmsCXW+X8LjVJxhZqTkmbH0L5P622W3RZUNQVZV1zOw4MdsTe31NWFetGeOUh0wh9zJHBWkDUJ9+9kpGUE7O4ciEFw3E40nYtY+xIIXHoeyY3UlRLikWNTpqirvl0dyMZ1jlPJmjF4Cwmc/5vpwGqEoqC3jvGGDGFIeqC6AoObcc4DJxGsXkwi5K6WRBrKYT8PON9dF8ED0kzJJK7D0GlZiW6Tgmd4GK9Fv8j1VMWRu5fTGgVKRWsmwXLegExEZQlKc2iasAkVEjoKPRnN3hiFSU5cPSYymBy3v2MgYzDyFzyzBiIy5z8uQiz7gEwN1ozjo6IJiTohpE2OxVM1nG/7zLTZrY4j5ByBZoizjqGwcpGYUQRX5oFJhYUIaCiojIlfYKLsuSryx1fVYaiKEmuZ71Z4AZLiIFaiwAYG6iUoWiEXKA90lYEhXKa5A3JG6GoBuhVYoiJKc3qfyWGiEBSmjAKJlTGeSStiFHhgzwrFifuyN7TDokheeq6pmgWRG0gyuj8DJznsfjjTIzfd81A9mwpBILFHo+iA+oXgamb2J8OHPsjo5eDuGw068WGxaJAlQrnJehOZ28tosM7BGeKiG4sf7Zutq7PmEiKMSMfKo8DU877kLGTQnG7P/DmbUcfoJi3hHPL8mjDSwlUzm2PEdGXyXoAib2eoQAS5/CvmA+ah7Ukh0/xy1/+kmkacVlHEbW0X2ZRsVqumJLH+3Dmcx/bTsKTUsJOE1fLJWoccXbKlZqAoWVOJ5xPy+TnXGf7xY1KMT3iJs+uqTEzRiI22TP3P3hPWRRMYcJZlxWt6az7EMGSKE+Tl2rH/IFVsl6vKauSvu959/Yt0w8/sFwuGbQlxcT9OLG/v6ey4H1gf/sJ7wPLZ2u+/fZb/uRnkouw2Wyl8tV5hpgzmwmyELTPmoyUUHpWzCtUmRMDs0I8pAcsxBjDOPY5kEbR9R3H41FCsPSjzfAPXWrGVv7+txXWWbqupR/EmmWaxH1YLxas1ysqLQwTgZMS2kW00dSrFcvlku+PP7Jardg1FygFvW3F/v0o46rLp09yJLAY+oVcNU0uMo0jvZWq2xhzZlIN44i3YgHzZN0AUmkOw8AweTH1zJXg8f7AlCM7FVAV4rUWcpVI+KPu0D96hTyrFksLJbnaCUytqeuGMr8O7zyFKUhK3kuRs9vrQrqIcRop+oLgApOdaOqGxWLB9JiFZSc58DNQbjPuMeObc9ztXJRoLYcTiEh0HEfGpDBG5y74oZCYK1ajHhiR1loIgbIUt+miKOQzcI6UvZL6w0R7gpM+0bYt+yykHLs92+2WzcIwWcumWQrmEDyLZsF6scLaia4fzqO3cyXNAxPr4fuz/kn+fmYlzS62Rhfn5yDFiMvPUyjCw/uZIJisoC7KL9f/+euMIvFHPUDz2Com8RabMr318+fPvHv/jr0aGMaBpMlkhAUxJaq6YLVcURTCfHNO6NmN0WLHjxxEailKzjMuHMKZjQgzG4ova9/08Lrmf3s6Hs/AuVI8AJ0Pb+T8ZqX5yB0InDHX+b8fWFiw3x/wPrBarCSTPu9dZVVRVxXFxdc/ERpYlNloAuwk89i6qalDFrcBRmk2ux0hSMKasYq7wycSEJRCVSUqKxiXqxXL1YqyrpmcI0wCji7LBh0Sg09oGzE60R73NPWOEjgeFaSaar3CuY79p0+8ffuWulnz9ctv+Y2LfHz/nk9R4VTDOkzUgJwUabZjBTRFUf2+lQHA53ff8/J6y13c85u771nULTf+xPFwI4rzkwiv/KEnkditG7569pTL50J7vNw9PwugwuDQRrNUldgjB0kBNLog1YnoYAwOFyPUMt8tvYwlfDCSg25WALQxCYC62XB7e8sPx5a3Hw68uR1QQF1JhG+VSwyXwfSopfxwWTB3VYsJ2tWTS4o00HJPqRVOl1hVsF4dOB7/O1/zr/h1f8dxuuXbtcL88wuOhyPWjWx2F9iwFG+mxQVGa6xtOdJRlyumaWJ/uMdZi02iUYi+RLNgaAPD4FGhYbNowNQE7yFYxnHgg9O8PQUud08Zx4njpzuaZU3ZCMYxbp7xegwE63EsCcYTpwhTjwJaL9TIyQfQGr3c0hmDnSRvoc5CAp1k4/fSROAzvyLoQDCRpHt8mnBxJQcPYvpXFo7NukAjpAHrS/b7PetlYLfecJMSzoMPCV2uqKuSpqmZxpGh6+mtZbQDi90SFz3BOF799BUheH5894avnjzlw5vfsr3ILq9uIEZL2US69o7j/sTl5Y6bj0c+fPjIk90zmqLm46cbpmlicf2Cm9tbTpSExY5Px5bhNLD3iUkrMBJitGoUVbWABCFYRqdJKHwcqKs1aRPwKlCphqoqsK6kO3Scesdyq9msNX/xq3/G5vYT1k4cx5K27Vhev2StNcFaTtNEU1Wk1YKeKN3Abkl/POJjkGp79FSVptA1bdtyf7OnrmvWmwWkxDR5YrJ4n3DOUi3FTHJK0tl2SqMoUIVYFn3UAze3txxPgVRB3ZSSZVQMIjPoJERr4eRALyMg3Ke8D0iBkjJKP+cFqTwi1GGBJhFINE1N2Ci+v3/Nf3wL/dCxMgFTFJITXwfZVItSAtAYaYoaGwM2ij2ITTLS83ld+tsu03EjOIMKJfiAd+B9IlETU8BL6wFKurfRBSYHt6sXvH37lr/eW26BoDQhgEli21MbGVWHQgwybZZMFMGQVAl1IhIoBtkQl7FED4G9dShdEDdL3nc9T5QimYI4jVxdPyHpyPF0FCW60QZVKKq6yjS5LHaLUg0FIMWs4cgAnijDA0VRMgw9XddhncMUBU3d5KxxHk7UGDODVOJrp2limsacMPiQOPfYuTcECbkpi4eM9pAjIquykCTFf+KQe7lcMY4T796/l9/x8QdhRPiepq4pjWA6F9stFxcXPLvecnl1SbMR9byEzIsGwpgCnVuexGN/mnjGP+Y/M5tCP/peimJXLliQcN17Z89ZGLO6NAF/JAaYNSkVKPVFOlnIWE6IE7PP/6JpOJ6O/N2vf80y7bHTxGIp6uV2sJxOJ7QWjMg76Yz61uXRm0MpTTLhzOv3zuGRyniy+YEsVO6uhGllojDE5hGBKTVNU6PJ5nVjrmBdHpHONMJcks1eRWhZQzp3oGebin9aA8L/z9qbNVmSXPl9P19iu0suVQV09zQwA5EUx4Yi32QmE/UlxBeZSV9W73qhyagZkSNwsDWArqrMm3nvjdVXPRyPyKyeQVeRYMAa1ShUZeaN8HA/5/y3+7t7mrbBXeX7tW3Lfr9DkRjGkermRp5bTlgoc3n5OY21DL3kZzR19aLfCJ5h6IlBiq2+78lKzA5vbm64XK+cTo+cL2fqquHp6Znr9UrbtRht+PjwwLLMfPPNX/APg+Al8xw3LHKaZnxelcgAkm8dYyQX3VFGnB8O+04YPKWrCSHJu+yqFxcApTgejnz77bf85E48kWJhwU0rA65oUdZYzFTW6ryIzmplMykluI3PiXlemOYJ5x12mgsrSG15Hqii0yIDkiFkTFGeF4X2aXrCuUjbiDbH16LFGgszSkw3/+uv1bNPUSYFCC5wPB4xWssBYmSsV9UVVcmq18XjanXJIIs7hDGvXBHIxOhe3vfw4i69Jr4qY0lJ4mnJeWOrxsI0/fjxI9frlRC2I1E6u/xlC78McbZLa7X5YsE6qkpFSyRtyorrAdisNbog7VVTy8OmREgioShJRXJ4iU8NMYj/vso0dcUwZhET5Uy733M8HMoB8AIUZxniCoNhWZjmWRZ6iBgrKYfrgVXXFSGnQi+duL29ZVcSwVaxYcrQNDVh+vwC+LFL1xXzPOKUQlUGjIRe7Svx9d8XUPhte+Tu/o43tzu6tiNaR4wJZeWwM5XFGiv2IKnMFwvekShzzCAjFZXYWB0hJwJZbN6BkEQctLjA7Bzn68Qwjozjwry4rZOVx/f5KW6Mka7r0EpYKrrcE18OexUVyVu8PlIfv+I3s+L//Lt/oG7FWmL0I7vdjv4SeHx8pImSI9BlR9d1fPP2XgRSBWRUZX1MbhS7GydFxFyYdVoLoBusIiaFH9wGOPrCOdfakAqeNvSDjChXkkR6bd0gtnKaRGWEXihZJ2z//MkT5AsPFjEV3GF3O+nCW+kQj0iEqjOGsJJAjMySo/OolOmqGppOANQYi9YnMPQD3nve3r/l/s1bnp6eOZ2eUMpw/+YGsipsvUj0S3lfhAY8WU9EYduOqusYn67048CwJOYyKhunkaBfVkguIK1SMjOXiFx553ed3Yz7lJJgpnlZcL6A+koEvD5GySaxhmXyhCxW/NPTWexwSuHppoW+v+LnhQw0bY1WBlNVspEyyEGXAt5HfvGL/3479JZlYYmhbKQC1i6+RDorAYsrndFJCUPJe8arlw6jrtl1HaOumeMkLMP1Gb961i94yJddL9jJGvGaORwO/PSnP2Xoe9qi21oPBtFvrUVkEZUWkomIbSsJZitfjySRvTFEQhFsOrewOCmYbCP5JjHLmDIUIsLsAsFHPnw4iS4tRYymcHf/Sy5hma23xGiz6ZWk+JXR3bzMQglGGINZyf21kk+uSgcgORErQ0M2dMsPN6p1vmutxbhI2zTsdzuUUuyL585aeSsQCT6FvxyjLJCV255kBquULowK2fTGRbLFD4eDnPaVZHZXyAk4Bl9+zh+vMD63VkKQSunnP/s5//bf/i+oh7+SGZ8RsHbfiENqHcDail0j9vWp0uXkrkoFYotTZQaEXpfJG0spvZ438gJC6ZXjXS552cOWkSH21gvTtLAsr/+cfO3P0cxCEAsYY8Qk0xQlqvepbPyyWTm3sN/vyTnz61//mqqZsdYwBhkFDJfA09MzB1NzPBxodtKBrToGrYsVtX/xQHPOkQqWU1nBwyjz/Vy62L7vWUZhdMQQiCEJq2pemGdPrtInjJE1kHF9RWV56S2l0BgJvkHlrcr7c65lEU+05ngUNbQVG++beo8xhj9e+6L90GhAeBvF0r+yxODR2jB5MSeN0bMsM1prsUppW7quZRgF42lGuxVewzjiFwGFY5IM9qY68PXXXzNcRz58+CDdx7LgSjCVcwJqF9VYEYIlMGt3b0u1vBPMLvTSnZDouhZdgH2tW6q6oq72nE6nrfuX9MCJa2FtzUEwmq6SnBgVE2PZUKu63jpy01QEH7b1r5TGGIsr68CXqraqqpJ6lwkxMLurFGTqRT8WEf3Usiyrua6MaULEISNU2+7Z7XecB/dnPf9tB1HCSjMpczwe+ebrrzlfLlg/vcIY1bbvrTqKFXhf/11ptWE2McayKZepT5TDQSjbQmtXBRekfG1fPNHGaZGDZllYXXrlW6mCf3zhKfnqFVGw4XdaywRIxmuCRXVlj5/nGdrCljRts7VnbrUQMBqlpZrMVqONwlYaFS06yixvhajS0yzma+XQ2AQzWTYorVdKwEsHswYhgeQxKFNLmJT3LC7h3cJ17JmGK1/d36OVHDxtXdNWlpRh8ZGsPmdUwmfLDZciQcHXP/+W//F//p9QD98KJTlOLMtCW7XSXQ2L4EQVMkro5NC9XqayMLTwrnPpQMqlVaEhlhZDJ43JhhwzOSaWnHA54wFPxqfMHALDsjBME/04C0DoxZ5ivVJCfHG+4ACpKktVbO7X9jkjz6Kzd9jc8ThkVPuG8O4v+f7hgV45cBlvK7po8THQ64qfNy327h57U9O+fYtT0gLqHIk+kksVlYKXp6stbVuT61YyLLQloZhd4OKmTXm9blBqHeGFUO5loTnzapygVhAQamBnFNpqGdeodURYvtaWA1OWw/ayfNkLtlpp5xjxIRDRUgmGEqnslq2EyTmjc8YWqwqVFX5cqOoKlRSVthg0la4LA0xzOl9p2h33XSuxrEE2knFc+PD9A4fDDc6NXKcFVTXsbm7Z3d3x1C/84fGRS1bMWfQgnoSPsYzKZaQalrCJxeTdlILGxyCjocXhvBcySp0LC03s0ZUyuLBw6T0foufpcuGGKAeTgsU5GlsDiqZq6NqORokKPbaBpq6ZvUMphzKWGDXKNJiKksVi+cOjdGMuCG1UGWkdXUyEkElVJ5tYCYNaylqZQsDFyFreWrT87CkJ+00pamNR/NMHyKaR+IL6Yj2gUoxQ7HXe/eQdSmvSZAo+/QKE5xAhiyi0KtZOKyM0pnUkJCOqhlTikCM5h41QkCjdX1F9ByXPd/CZ6+S5DtKxdbuOjGS4y5SnkHBYx1A/PuMXndTLO1YZizUGqzUprup4GOeZ7rBHKc0yz3RtLeFgq04gbzL19LLJ5BfvnU0RHiSDeq26fF0XfnSpHL0X19rM1qoBm8jPFf+rXKwKtkyAUoksSyAEz7hIkFNVVeIjU0nLrJ3c0LVSCcuP36DPjbBQiuA9+/2en/3sZ6iWMuoJYvEyy1xZ1Y6UMrWJWGOJVja+pin21YVu9zqbXYqB9OL7VWb4Lz5gnrDEjdIcQmCJUTCHa8+1OASsMbWvTXdXGufnrpClOqkqcdF0+aUK9KWLa5qGaRzR2nB//4bT6SS6jJQ5e9HfLM+eEGBMGecW5iUzjCMK4b2r4t2Dd0DGal1YaYbdriNVLdM04yLFr0rWglISIdA0DV65Ih4rgGettmAw9WrLzwX3yBkaq8V/rTBbVqyJXJS2n71DP37VdU1KibEfpKM6CjZzGQeenp7pbm9FqQ+yEZe/IxT0CWPNpi5e6bdVSeMLIbC4RUxIreUyXRjHBQpuNC8LxxvF6eFEjJqf//zn3L95w/l85vH0SMqZy/Uq4wtTb1R6EK3N2tlqJe+f6EfkZ0jIPb7bVeXA9vTXHp2MCBQzZcyZCAGWBfp+YK5kRl5VNTkt2/fw3pMHGdOuh7tfO45SVIkrbwUNJb458e7dkcU5xmkSp+BZutexODQc7u6lilfCDl2xQO9lg44RqkpsVJqmpklm28hXNf+fd8nQeNVKpCBat+PxhmEYiMm9GvXIXiTfX9anMSU/aJMavOwJIQQsL07Da7GyFk1KyfgXwCchLo3jtLl95Jw57A/iCTeN4laxNUzqi4qk139Cpkpmmyqo8ns5SyduCs7ofGZX3lPrYqDSlQS6aHF5VEqygBfvaPYd2pQwngLyJiegocqJpm4+jRZdKwkl/k++uGXGKC/LMs+FzllMxLQlkoTXnTI5Btw8o4jc3xwlV6S27G5vscYynJ9wPqDrBhfz55w8PnsLlTXihGsU7WFPHjt0XUZVXcs0yMPSrTxcnSU6d0kLwQeqpthNe/G8WbOLKffRLaJ/cUu5N6V6deUF6Z2A5PNSDpAQ6IeB0/XK5XIhNYcS0POCf8jLBFl/kgDyJ6+UktDumgY3h43S65yDlDns9oQI1mq64x1J18yuANJNQ7YVyno0cHPYcXtz4NgmWptJzklinsponcpIQdGUw98nRWcsC5rkPHPIJQdCkgJjctsIULqONTArUVVm46e/5l2KxbX89qHSHKwiGwEsl+jJMUhnqxNrKszLXSojlKy/aIGsRUywhhCkKlzHEmJAmjhUgt+FcRRBZdMwhMjl9MTNzS3TPJMjpJDwIdLUDdpYzs892Souw4zVMIwL0S+CIY0Osubp6YqxDW9++hV3776iD5E/np55do7YNHz8w+9F4W4UY1Evg3S+yzLT1oJZ5Sw2Lz4UI1wd0QYqvZOwtujpx4CKgaaxmFoEk7tDzX2M3DcB2zTMTmi1qhIBb5VEsEsScoxRht3uQC5g6/P1yuxE4Kl1hW4OGCOxJOdCAAAgAElEQVRFqMeT7A5SRTKKQGROAUeFaiqaVjGsXnBWE5JnXOn/SmHrimYWHZnNigpNrS2BkqznPGTzyRDin4BFfvR6oR0Xe48oXXzT1CilsXXDao2ODtL9pSz/EIV2ndg6y+2dRIO2zEsvtGjvmb1nCYI3+SSZJwHpuPrFMfQ9l3ERwWzd0FrLsiYxBv/pZ8ri5vs5CkFWRTSO6M6sMlhtXg4QLXoBFxMUclOIYJUmaYN13hXW0+oQmzcwzTmHViVJzxpMfAGT1kpnXwl/fZpm5mVGoTZ20nqCbpvmK6VlWgU669zwFQ4QU8JUhpvbG1gW2q7j/u1bpvEl7Stb8XDa6/bH79BnOhCjTRHUlA3fe+Zphii5J01VRnO2OHLmCmMSObcEG1ApE7KE/rx4+CfK7d+cUv3i5F7EXHyMVoX3XO7LUgzUAtMouQ/DMNO1x+JfI19xfUbl8X9mebA9r5UpIrdEoQtDJMYXjQ+Iu8BawVlr0KUV1kqha8VuvyueWJ6mrjGmxRhLXbotVULIKm2prJXMAaU3Dv3sRTgn916zzJIrE6OITdec+5zAe8l/UBTsQ+XCvnn5bJW14jWkAGIxAE288i75s671/tS3t8I4rGuUCuzNoWAxuViUrEWVHDAhiltyVdU4L/Y7dV2xOOn6xnHiu+++Y3d3xIfAcd+Jdsoqzs9n+r6n7wem+cT/8K//Nb/4Z/+MeZ758EfBPaqqxpU89kOxD3nNsstS9ktMbekQ16LGWjAlA8dWsiamWeO9bMZN09Adb1BK8fHh9zjvcWROT0+E5weMtbBqvGwjFPYQ8c7RNS31Tb11WPMsoxarNXXzooBfXMT7wHW64r1nGEculwvXUdy2bdvQNC3LddxIE77sIT5EbCVFbduawhotFkEF6F0nK38uS3OLQFYrhksZBwrWZkuHoZR4osWY0NqgdSpYRyp4huSaqzJ1Wac6k3NlHLoW4asWpFinaLtZRfXDwDiLC+6uE9PWaRFdkPevXoqyp37R9WkLIj/fq+5lZTPGyMvECLbPYetKFpJuGqpuRyxBMNZabm9vOT2dJPZ1fyhzVcOqko0xYvetnFzWstM7UrEuDtlLUJQx+CxjqRVMfXp64unpidu7OyKaiGaeJ86XC65877aqUSmwa2uhTF4vPJ/PLM5TNy1VK0FS+gvGOJ+9wosDaig51DHOvH37lrEXuwybDCF4UjHrywjzZpkuW0stlEeD1ggYXIRBy7IwjGJWqJQl58TiI/PiGWIgaViA8zjydBYBXlCGw/0tqu0Yp4nZecFJUpI5pa4JPmA+s0numh0fP37kn/38ZyIULSrlpETvYxrN5CeG8wPffvst7dxTj2fe+RE/DtzuYXoG4+D+3vCXjeHbSvFVawBPxGCVoVZSxqimdKoxk1zkm2++5en0xJISbXvEZMc0O3ofee4XchbShgKON0fmYWIp6uOua5j6hbarsFozTwspQVMbITKkzLHStAYG78BN2H1Du2tIHpyfyFnGqGbzucrbswbQtRRI1kBKkWQthCCGASVUzTnH0g+soq3L5UxMMkIgOH7/2xM/+elX/Pwvvubj44n+chZb7cdHUGIB1O32VHXNx4cT//Cb3zIMI3XdoKuWiCFmjUqa8TLyu9/9kd/85vd8/HDif/vf/w+MtVxmz+n0zJTB24o/nB/41a9+RX0rXmGn68B5HlBWujY3TtJFlOo0+IKbWWgaTbXrqOuGtzd3/D//z98zAW/fWlS2jOMM1cLt7R3t/sDl/SO+g9E5wlUSR99++xeQE8fjnRRJ14HucODN/VuGYeD08YStKlS75/7+HYtSPD098fEiyY6T98xz4LH3KGBwkcsSWLJ4wg3DxPX9lTfvdswhEMrUIpEwVpGzULzvjSJnTYWmUpoKJULbQv3OWfQuMalPRqGvDT5+7KqsFfuclGjqmtyygeBNUwtdOctsIKtMVhG0QVtQxrJcelJSaFvL7ym1iTi9c1zmgNaKoCsWAr2ToLxA2Wut4de/+S2ny8ibN3d89fVXpBgFr85xIw9sRVWhHwrjy5L8ICOpV8yvlBI2l4ZBQXKBxhju7u4I84KuM/vdDr8szE50MUuE6zjwV3/1V0zTxO++O/H1uz12S/qbxs2nfq1GQxBVKYjPizZiWLgyjmKMPD48CFbgV/fMyLwIO4AssZvrJi8eNbYEkoh1gy/ztWEQSwprLYfDgbqRxLm2ZGyElGQU5BwppsJy+TwL6XOX1hqMpaosdVXjKzGdixgBxlcQtygwiYVRlmSumUvrslU8qG0OH0PElU7Dl0pDlSp5WaTryEZGSf0wCCNpXjbvndVHSPCVTyuKLy0wUorbM11zSIwWRXxMifP5AqWK9l70CSFE2q6lU4r2YLm5yXTZiBda2xKTzGxtZbm/v5cKrGRirE2RBrIxnB5P0nEq6RinJZQ8jJnv//iELRv06oe2tsy62PevH1a0NK8/mWIzW359M/L2X9soFXgxStz+9qs//iOXc45hHJiHnspW6KYTbGf2LIvjq7d3jOPA+XxGa1nTHz5+ZPGBN2/eAJm7uztu7u44nU68//Ce6/VKRjCAcRz5wx/+wLv7O7799ls+fPjAv//3/56b457/9d/9u2Kw53FO7EyWxfH4+Mjz8/Om5ckplfHxOm/RoNL286dMMTsE2wgeljN47/j48JGQy19RCmsKm81WZeY+Yq3i9vaW+7t71HApWE6h9JdsbJ2LmWEvGekrKWZ3EN1I3/dcLxexL0KSIrXRjON1wyted1DWWva7Fy3VSyewanzW4KfyFNU2nPz0SFiJF3zuqPinrz+5Pso7mYvGa3VEll/FvWNLDi2/Un6GFRMLQcSuyzLT9yPDOLIsUpj7LCPBx8sDzi0cDjvu7u65ub3FB88wLcUnK/6T3caXj+heDXdXXMNadCHZ5G1uXs4ArXnz5g1P5z9yvQ5YCnVstR9pW4nq1DmTQ6Sr6iJskb9cWYtVctrLel03T5m1omQ0oZUGJfqQylal9Qyb+VdVV6QU6efA5TpwvUgr+7ZrOR72WBOZpolD14h7qQ+4ZWZx4n2DqQREnv88mp5VkvLVmIrGVgRboRT4oDClktFKYZCRnC6fO5f8jioGdIzF/VaSxEIMBC8snWGamOeZfpEDJGVVshzKOM/CdRhKsFNPSInKWnSZk0el8UnYWaVmJqPJX/hKhCig//qMTKlEVBBM5nEayF3L7c2OplLcs/Av3uz49qsbmqbGGE/dNOyqgwCVUTCMY5WE5qlbac+VJuuEN4YlLkwFDJy0RtuaMVsel8CTS0ILVp4PDvRRC4ukLFyhEqqido9YUyq+dcy4LXbJjKnjQpUMNnlMCoQc0Gu+h8qskWL5BwfJF28mqph6zgs04tckI7nIPE8Yc8v+0Ilh5OWJc3/l9PTAEuF4PJK1pbs5oJuGx/OF33/4yLws7PdHgrY8PTxR1zXj7PkPf/sf+fDdbzkc7vhXf/M3/It//tf833/7t3KIZYVzgdM48YfTiYdxIncdubFMOdK7mTEhDghabySCWF4PZYqlWCOWJXNOLHNgepowQN3J/aysuPF61XLtr4QMdbdjdzzS7PekrsMrRTIWDDwNPTdWE8hc5hE1O4mIPh7RWnNZPOM48eF65TJMjOXnGkNgnBxDFLLBMs+lq4cUPIqMrS05FduW/GqcqfSGtVWpBM9lhc1KZvkJdC7/6DVl8KUwzkq0WV8EM2/0ve20KiP3IuZDS0EVE/7VPy7IyCrmYo5Rvs4q1lx8wLnAEDX9lDgPjnkKogMLmWmZcMvCOM20u46b2ztub/c0tcYaQ46KeRZG7GuLGPkZV5L754+RmNfDV+5PbSvaumEMot+LGbSRSeBlEEPRd+/ecXp85OnisDmlTUm9WvcK+i4VsFuNvQrLaDNMLK63knUg7Kvk/FaZGCu++H6QYCKZ6fcyQ1tV0MD1euX8fMbNM13Xic+RFkrm4XAQsRsvbr75pVf77M35kiuvPGvW6oaNyx2ifFZVcIf19+NWFTpRkq9VUhYnXe/FeHHNRxHV/eqyKZ2Lc3LPrmHieu25XM5CuW1amrZF14JL+KS2iuWTn/sLW5CYItYYlNLbM9Vao5Mnxszz0zNraEzKma7r+MV/9wv+5l+8oa4rxvEkM3F7kHdoEnvxKo4oJVVn8B6QZEpjDWlOGz999+4r0Sa4l3S1la1SK5hjxGhD07ZYY7b5b2U1SsXNxZQomiKtXqpQqb7ZGFm8eklz6UT0enCoHxwcX7h8KlttjD8Q07sYApWS/++3v/0td3d3ZBTPzxK21HUdOgqe1B1uiTHy8PDAx4ePjNPEGqXqvOf5+Znb21sup0e+++47jk3Nv/k3/4Zv/+IbfvWrX3G5XlnmmT4pnFskRvl6BUSP0JtYlOhzqRbV5kKtkK4jZzlTdLlvsraF0aQz3OxqqhvBQmxx3R6CxTvPruuA4rW1LDRKcoGqupL77QPjMOIWEQPmsl6rVmFtxXfffSdYR/Gzm8r45jIJmwjVlswTV+z3pfJWQN1YjH7dYKrNR04kAgoV8nZYrt0GQvwiIwUfCBi8Nivrlfm8peLqN7Vuy/nV/pBixGixDnnZyIvQuRTmWqkSoiXShlQcJlat1Ieny/bvS8F3vHNMs7hPvPvJT7m9u2O3P5AKE0swnhdq8dYpvF7ba3DcZ668WrYUXGaNTa6UK+O2UFytA0MfuV6vvH3zhtubG54uD9gwLyJmqmqMtkQXWMq4RaylF+q6oq4E+PTLKgBMWNS2eJeygNfKTGymTanS7EZL1FrLv5fAqks/MkwzjbHc3N7StS3BOxojbXPyjhQ9KZryJhjQBokIyDQ/dne+4FIhgY/bP9nJ506LJ2UlNtUxFuzDE5aZMC1E50jeYbNHpRUcFyZZmBfmqdAR5wnnHKOX+zoHAfuW0uZ+eD6xLAs+RuqmoTse6bqOpKryDLRUNSFuHQhIrvPKSvrRBVK4W2urvy2UIHTNj3PgcU6ch5EmRGrluL3t+PmdYDVTDkAgxzLuszVkw+JgWWbeHd7QL1GylxV4a4lVQyhdz7mueLxeOEVNPOzpp8TDPPEwOa6twjtP27W0TYMvbT1J1lFVGbTSG7PPWoUt+galZQRiQ8Amj84BnYAcBHAv/LzXmQjwqoP5whNE1n9dxpN5w7ratmO32/N0Gqm7irR4yfROgTksLFHRmh1vvv6K0+mRX3/3Pd+fTjhkg+0vZxntjDN/+P4DaZm5v3/DX377FxhT8+HDQwmSSjifuC6O5+cz75+eGVwgNS2prnFqZIyeKYgiGy2sGsr4rm0k8lWVSn419QtZqvCdVdzf3cNO3mVjbGEcybYpOobEuCz040RVNhlX1Mk3leV5HEgxo9sa7xIfrxemhydijHy49CilWEyFz3BaZMw1eLG/7P1EH2d8itRWgqqSptjCZPTqEpszSmXsOo4jo9FUSjBZg8ZmhUZhsrgpq5w3qrv+gfDjy+nd6xv0soa2QjJFtBFdWizkjowmK01CSXWvJfkvkwsbS3Ji+mFiGke+e5YgteAi0+RxxfqltpbuZsf92zfc3t7S1lbiEGbxwjMxYOJMjFocGtYf9xVp6ItqzJRAI8wrJfevMoaamspambLUBmUCMcHpdGK327FrO44N2GVZaZTVhvZvHjhacntXewnxsZIKFKQSWHMc7MptL7YU87wQo1BSm7qR6rrYlfT9wMPjo3DlR6lkD/s9h8ORptaFPy50uWUcy/e0WwZCoZZvc8U/51pdLaXK9xu/esskQEnVOUsWt5uvEj2ahM4biRt7KoTAHApfe3KSez2IUGpykXleGL0wLlwQj7BpkgXT1PWmuq+rmjmkArqvHUg5PtYF8qUgCJQM5Jf7ZYzBWAOLZDqsnv9NI+OLFetwznF7e4tbHIuTzsVWrYCjSWa19/f3ohjur0XAZ6mqmmNd0XUdf/vdH3j//j29bTnsD3jv+PDhIw/9xDJncpNoiwhV7oX8zN4nurZGKyVOu0r0FXW1ZmzrkiGzdh+ra+mLXf1aqcE/PjjyF5qJPZ4eZbOYRqytSLUI8KpKolyntuN67ZkWVxTUkXGcoGq4f3OP1oqPHz/y29/+hmvf46PoKfpRskQE6M389N07fvGLX/Du5ohbFhbnNmrzqtg/nR7p+7HgbrDMC8GuBV35fEpLVblGr0JhBUU2gSaQjXRVx0NL23UEGzZsc1kWpknGP9K96KKgF0fskDPDMnE5XxiMZppG9rsjd3d3aC2q5cdnyX/RrbgbLDpujspCEhHtz+X0gHMRUmEL1uJuYEuxo6IQKnTRMymdX2F6kvuTdNr8z7ZjoqwBrcWEUaXXG+vaqn7++W+d7Sdf+0U0qFQoE5iXojuX+O4X4XTJQfGOaZq5Xq88Pz8zDD3LXDQr08Q4DsQQ2e1a3tzfc//mnsoUFqwquqpWhIlz9EU3Yoru7B/95Ly2KPmTV8xgtehzlCKlF91Y07RkP5FiFKeJBMMgjuAasXSxXd2gYmYZxG02pSQnuBIlba0NyQdmHzZveolDBPJq9a3RSUYMK6C0gvNuWYQjDcVm2vH8/MTT6YQxVqygb2443tyWF1BiYK1yjMOAKiE6ziX8Iv44ObPZoxTviP/qq9aC6eiMBLCUUYlUOeLaGULETxND3+MmCQkK2ksbmSM4T1wW3CIdxjLPLEvAuWUTA159KliIZ3EOt9I+raWyhq7tZM7c7eSAjF5MLClRl9s6LvhHwZ8+9xZIUao+ORRfDN0g2gO5vqHe39AeDnT7FlMZqkp0Al3bsCyg56Ys1AaVxRa8qXcobckYkrGouiG3FYGF0WqS1TwS+eAdzyHTAd+dR95frvIM95Yaicwdx5HL+Yw1mkASJ+MYMa8OjLqpaYuyNxdhmsy6Iyqn0oFk4HVFtv6qPvmNV9vJj96/6+UqNNXLRUZTbScjGDeRUua3v/vPoBR1I4Fctqm4ub+h2t1w++ae//jLX/Kb737H94+PzPPE7BKX65WpFG6tsnzzzTf87OuvqKqG/ioj3+gczvecR3GD/ni58ny54pWmaTtC3eBSYg4eF4N0HeuML6xCNMU8LVS1obKarDK+zMu11mL+lyoZtyB29NZItMG1lzFz3TSyCSfHtR+gPxFDZCQyjRNPyyRUfG1JV831OokXlxJnhbEUUHPJmZhSYgyR3s+YeWbyEV06D8FvoKorTAx47+i00HJtBFSmyqBzwibpToyqUFljUKU3l2yXDThX5X//gNr65X3Iqz+zdiCsWiQxhJyLr19MaRsrSSRt2MbPS7Em6oeBp/OZx9OJ6/VKb+9En+Mzybbs9hVv7u95++6em5sbdCqjJD+jcqQykGOEMJPDREq7H4yv1PZTf1GNlAFTfOxARIkpUdVirqpGWJxMINByeI7TSFPG4fbmeHyZoZKpq5qqqUBRLBv8y/+f8sYdV4heI0Xheo+DJKwti5yw0yRfzxQXThlpqcL3vjLNM8fDcTP769p2y14/HA7k0PP4+MixkY1LWvmXU341r6Oof/9rL2NX58yXLUUpVUYkZsMGXOms3DTLRlqHjQGTYiT4Ne+kUPS8/N40SaW5hMQ8T0zzywGSc+Z4d5BZ+a6jbRpsUS7n4pGlynP4pEX98uZjA8fWjm3V3mglpIC+v3K9Xlmco0svFgvOrQaXLwd0DAEX5q2qUkpx7XtR/JYuStUV0zTRDxPjNEkxYC1uckzTxMOpJ3tgV3O8uSGPIkwbp5EcwO4sxmaW0YvorhwgSqtN1AcQc9zOhBXv2DaFV1jID0dVL4OML+Nh5SzmcX6a0NpQBcEclv5C31/ph4G3b99ye3cnFb5zwubzgf/8y1/yd3/3//H09MQ4DOIhNS0Mw4jS4gBwexAa7OnxJMFVBedYhgGlNVOQNXQaR5bFYY5Hul2Hr2rBn5bw0onrH2yUSok62Ue61Tl6rfRXf7KlTBWsp21atNEsy8I4OQ77A7v9Xt6P/sLlemH6+IEYInSN4BFKbTqix8cHvv/+UQ777ghK8fD4ID9nLR0oRovA8FnYYe1BdCdGiS5prYtijIxjYndTlQyd9OpR5ZfHrBVKTgiUel1YvXr+my/al2OHL8//Zd1sKym/MCOXLRzPlamNMDfDan0TwqZfmeeZaRTn8v565XqZmLqGEONW0f/k/pY3b95w2MnY9O39W/phYLqMJb9l1YuEF2z69Rn3yYr+ws9axpLwEqCltSR7aq1YZrG4kVw3K5qfLMWoXZQjVmlL8rPGkMmSUREClTGg5ORz0TOPM/d3d+z3O/phwKdMoy1eG8K8EJwn+rUlGzncHAH5u9fnK6enJ1wKNPsdc3D8y5/cUuFQyyP73Y63+1t2TWCYPcwT51QxZQvffM11DpyGR+xux8wksbXmx8dYn5OJfMwWt78hhpnnp0eW60dM4UQvy8TwLG6Xl+GByY8EW/JOYoOKChev9GPPqRcl+aQ6Rh/47mnh6fTMnA8s80I/jkwTpKCo7Z7bnYCztZ4E/6ESp9tJwPXsPNYHPuSAUYFcWsiYlzKTLdzuzzRga9dyvVxomobvHz/SdTK2ej4P7FSg8gN1G7CNJ990QmK4/5bz+cwxwjiPxBD59e++J5uGv/7rv+Z0Gfn7//SfuH/zLft3X3N4c0/Wil99eM8v/3DiMSXu7u74zWngYVa8P4tg0JgOukhKivky4seJaXI01rLbd2S/EEOiBUjQxpljaxHZyRW9PFMpRVNZalOR9xUX75lyB23GpXtSshjbABkfXTlEXCkMVhqoWMgnf6VtGsYlEXKmIqBU5KY16PnKzf4NOWfe3vwEpRTTwxN6HJivDrziZ9/8S25ubohoTqcT/QwhGn7/eOJ3v/0dzy4wTY7TEBgGx5wVVXtHvduR6oYQISbFH/1IfhqJq81Lrkg+MSyBEBWuajHNjrapyVlhvUfnjOv35NBQ+ycxztSBKZQu2k/YBuq6QtfyeXcZtK5oG0PbWtyxIuRMow7knHl/fuY6Tdj7Hbv7g4h2c+Zo3/G7B8+Bd0x+Er2WMfz1V/+ccV54/8eefvCMviizlwVtLN23f4m/XDg9PfKb379nSYUI0QrO0ZgGnTRWG5q6pQZyyNjccL+raXPBOKL04FUGg6EqI0wN2LrBW8sUAnMMRO1pc0YFj0l1sQjSxXSzExytgP1GCa04FrA96WIkq0oEsOlQyhIy+JgxGZZpYDw/ouJCXBYMidooXIxMYxEGhwKYJ820RE7nmaenZx6fz/TXnmnRBNOQz8/c7OCrmyNv7lt+cjC0xmGiQ0VFPPfslCJaRXCRrCqMBj9rTh8mHr/6BR/bhJtOst8lKayizsTCokjWoo0tu0EEEsEIK7PqoeojtI6q7nBp4jmcqNweYzOMmUbJpCsuYkHTHHYcVCRq+6J0F25/JiixHkkF0JyjnKa1kYopKE+mZHrMs8TPrt4zRc8xTaOwfypbKMCOa9/z9PwkYkHnUFoLaNyJzqSuVv1Hs6ky67phLhQbaQdl/rzapH/Wx+QLrhUcky7HbdoDa63M5De33JIlnpJQdUOQx7HMzPPEOEqX1mfBf6ZRDuDztd/YGXXdoOtqoyGu2Ee15iprBQlRYxdTtf8WH3Lj0mfx0xLDTIW1oKKo70MM1LXgIGvuSNM0fHz/HTlndt2epm4YXSp6FV+ykndcrhfOfqGpG87ns3SZTjqOqbBOQLj/Kautesul0xOGSt6YflvVp4vzsxYGy6q10YWB8yX1lSoCgU/yoEGqyC/o8VcPsZskCv2axO3tDeon0ikOsQfYNEr9ILP/9x8eeTydeBykA52TdAdNVQvLpW42PUmMgZCk60xKxsChsBlXTG71CDPGFG80oZHeFE8mGW0CSlFZAVabpuF4aCVPpoyamsYWqr7Mzq99z67bUXc1OSWsFfffXDeiQwqenBMhF7U0q9eY3J/Hh0cRy3onQtviqeeCzOAvjw9bCqkx0FZChlCVFfxi+cEaff2AXv2+KvQq/cka0NJ9bH8+b2Orl1JcbROFdQGkdf3l9Fk23mu8RGmFNmwal9VlIoTIUiYUYyHPzF5ovFlbsSY6PXM6PXIdhDxU1RVt23J/29B2Le92e25ubji0IuxWSu5fpKwBRH83jZ5hGAB48/a+dAyvVeivf/rPE0VUWePWlryaEtthktAb1wnMmmT52mttnmcJlFptJHwIxdYjbwcDqTyUqtrohyEE6VQy+BjwxedqnEb6YWCZ5+KBrxjHkXkWa/b+KkI5paApoO1+tyOlxG5XczwesZXmermyeFGyJyc2J8s0CiMgZ4gBmwJG/XlhMQBtGmmZse5K6h+Jw4mcEoMf6IeBKlvcNOHGnjDPuMJmya4i5cwwXpnnmfPsmKaF8zKLEnfwZZQjn1dyMAy11eVXISbsOtE/1FraxfhKeJRS+nwL9dlrjQh+eUFDDOhKAGmdNW4RKxqxzTbMbuJ5mFjmhcu0iPfP3kDd4JaJYfGouubdN3/BhOWX379nSonbuzv+cL3w2E9cQsD7nkVbpjmgsimURyXeY1EOZKPFViVHCSvLAXL52EZDU1dSMEQJzLElEtQohfqCcYTQ4v/xaAOVxXYkyxGdsmB+KNGQJAVJKU79ldvbGxaVWYLH68x+v6exsm4fHyfO/cjztef5+YkPp2eJO3145Hw+c56EeZjrmspW2EpRWdAEckziwBwFhM0r3xZwxRhx8U5Yc3WFrStMJZWkMP4CbWsZxkCMItxNyWGswlZgK0VMHmM1Vb0rlveCWaYieBM/J/F1mt2C82K1optGOlwdEI9Mx/V6EcNU50iITf3z4jcKbSbjk5iqzlGMQ89jQBtEAW8VuYDCxorr6zgvqJQwWvQbK0KlcwGBC54h8haFVRpj9ebXlFlQSgLGFBGtkghlWX3iynirHCBRwFsiioT6rFfUD521rRFWYN/3DMPAw3naMN9lkcyeZVlwBbTUAHoAACAASURBVP84X66M4yi/Dj0pRCpjaWspJO7u38ivpZhuS7BeymETD3sfyEUEvDjPOM3UVcvt3T3h/asRJlIobaJLPj/EssaUIskW0kQiJbFlUeWQjiEKIytGFucF86tlhGqXZdlOU/GoKoB3ObmNloyL1c1zKop0SR2smK+RZV7EsXUp7pxKFcqrsLDWubox4sxqjKUpXjzrD384iMI3+KWoaotuIOmNoRNCwFihn26bw595CR6v8SEwDAPLNJFTYvaB/tqDl+z3cblKpV6Un34WQP/0LCydJQjls+895/MzT73MPHVd7KiLyV1tNU1Tc9h1cg9KII0tlTmvN/v/wnntn/p8P5yTeu+pmoInRAg+lM5xwgcJtHk6nXh8PHG/k0rj6fmZh4cHHp57cs5U3UGEYs7x3e++Y0iRn8wzH4eBvr8SKxkdXBd5bsmI/TMlTIuUSFpRraODXAzpioDBGKgqXfAED0XkvuoAZNP/PAtPFWHVhnHJ/O+L7+2vf/UrfvrTnxJtFmwvBQ6HA63d4dzC83TldDrx+PRE3w+cLlceHh95HsZNQ6S1IuuXLIgQ5PAAMFhxac0v2FtKBXgtWpo1vbGqqi2obWUCucJsWrkkq1O10WVde0+327HfNWhtCGH9moambTBa6JrjNPH09MQckuivKsEuq7pGeU8suo1hFFfikGQ9m1A0JlY6g1jwCxeF32KsuOWqWnBTl4TtmFg7ixeMTgqcVWH+qR+TNkUlraSAsGWEFfNL3ga86Bk23UUu+qEy489Quo/1f/34JdW9bMoyAhPm6fPzM09PJ4ZJ2JJLwTjGqcgaivfdh48PRXeTMMZS1bJv1nWDLVMXay31qzyhVYMWY0LVxesLNpZoZaXzt1WFczJeXu/TDzGwz12fCCzzeh9VSX0VZq33onfJpTMm521t2ev1uonjQojip691iWeV02c9yXK5oauXyzwvTG6hnwb6ccSFgC6OjW5wXK7XbRzl3EKOibrE07ZdR11VWK24Keyf4D3TPBFSIinF4hwxie2CGwd0ihytYXILbXBYyUz87E36sauNAyHPqOnM8vye0J8ARdQWN/S4SXQbcxLwOJRxV/TC6X6K0vaNi+PazzxdB4ZpwsVINmCLCaPRirrS7FvDrtMcOrErV1n0NTrmrR1dH6L6L04X+6cvKWxfVOjeeVSoSwWXyMWaJMZEUhVJWXqfebgOfHwYuV6v2Kri8eGByUe8rcl6wC0L/vZrfr/IaMOPC+/PA+PosIeGrGp5hhF0UpJZnhQ6Gfk9ZVDGyeaZ4nbIGQ2NhbqqqLQWp+iCmuosmRtafUmDjlSe6+KF7esUqzp01uik0VnS+lbJWFSaqBS/+fCemUxvE+fnZ56WUUZPUYudt9J8/PjA0/PTNsoYx5GkJM2wlpg4AbiRl08lebZKiQdaNlmSLYs3UXQRT8Alj64MurbY2qIrcXpIseSdaAh+IIQJraFpYLdvqOsaY2TtdN2eGAPDLCxLa2R0vBZwQx9YpoX5PDItjqrb0+0PpKrCLY5d1wmeYmbyHEjBQYooqQHwTQGYtRgKohRZFbkWYn2+UmlD8GgvljQ6eUwCozQKeaYKRYVgdlU5RGyW2IdaSf5OrUs+kSojyZK7obJGkzDKkHXCZEVMoQR66XL/VXl/M1EpcjaQfpyEU+rhF/KJNkzTxMePHzmdTgy5K04FYvsyDD3jOOLmSRI2V8G1FWFlW9eb7slaS12L+LYxBmOkb0pJ1qVEQhhAfmbnAhnN4faWutpxLsLV1fJ9FYqua/1LOpB1AiVWVGUqYITWq0CMM5WM9VdD1y1pNmfs8/Pzxp+WClgQeF0qtbHvpd0sQhNx2ZR0tOfnJ5ZRZr7zvHrUI+OscaS/XtGFVz7PU3kIHcZaulZU501O7LodVWVkQyrZu6sP/apadk5A0K7tWJZFNo//BhU6BVid50n8hc4XmQViZINwghm4LGrroJQ8sIltBjqNE6dLz+V8pl88ZGiaVlxaC3Nt3zV03Y6uMVhj0UgCX2XrF3yiqNrXh2Xt5wOjvvTSxSoEwIWIck6qsrKApDvcSwrhODJVEWMs//GXvxTB2PGGeZmpuyOH/Z7LMPPw8EhKzVYtjuPIOA7iFmvr4rtliu+PLwvQbPddRjHi1WVY1dJQWV3wmHK4Kk3WEuS0/vnVPfrzj1e+z4qzAJ8eJp+5hr7nwRiC8lyvV06T0LLdHOn7Hp/hfL5I9oeRyFfIVAXrWCMasi6Hxhp9WrCMZYobtgEyEg5hzcvRkhVSifJbKy1YSdnMrLGoJGK5/aFiv9tT17YwJcWXrm0bYU/N05bl3XYd8zxxOp04T3JPdUBMU+/esN/v6XOUUUbOhbElX7cq6ZZZFd+n8nk/6XIVW1WbyvRiZRbKaFIVyr6FULqMcoDIuFfLiFIpbC7vglYYY8vIU2/Fg9aKlF6e7YqRqCQbaSijcJDuVeXV2kRwyM+/XwK2rgeJUjCOkgZ5Oj3yoX9xoIgxlijmiDaGWmv2u664XYjjR9vUxZx2XzBlsX5qtZaApjK+jkns4+eC1Shk36hrRGgcFc/nM86lbbrxOsu8LH4+d4SseUzOOdlv1v2/HPq2OF3HuH4mJWShst7t5Xop/O/S4hV+fTQeW1kBlb0vSWUiElrbl8fHR6a5L6yDwFwOimEYGfseFwK1tC3iIFtVHPcHbvZH9p1Eat62FXVlyUrAHFPX+CmStaHZ7eifB7kF3lNrxX1t8DnhgkMlhbPVn7g1X3YJnVUxzQunp2fi81nEVNkwDCMxCNjokJdpQVxs/Vl0HR/DUGjMA8siwr+6qWmbqlQchqqq2bcVTVOVilRyTwTvqGSBxfiJxb1EDFtw4XMf4bOXUjLrXO3cMzLGsmRsUkTnsFXDzc0t/RL5u7//By4/veP29pZRNeS2Ju/viGok74/o4z3eP3FaPKfzldFUolVZAqOypHoH2aKz2F54n3FLIOYoGEYWRpDOmhgy2mSMkRegUpmqsrSVpbEWFT2mFBQhR7KHnByqFofez3521JYUub5Pq3hUOhCFzgqVtWAqWZ6PdCCa9+dnTkNPF8VR4DmKxYSbI84tuKgJPkAJ5rJNXewzMj5n6qYqm9qnNt6Uuf2oE6oAAN57xkm+TyZjG2GmmRIxKnkUnpwiRoGuDPgJRcCajDEJH2YSAYzQ35/7GaUVx/t7dl2HaSpG73jue7FEqe5Q1tA1jYxT2k5iZpNHG0tY4x4QBzarM7U1KCNiz6FdO7yyQaS0mQxCxipNyAmTIlpBay3GFK+8lDGlUFzbRJtlfF4rORwqpLCoNRiTqRRARK3guonkFAselktnEgUrzYHZzSiV0XXEAF4XvKQcVHyBCkCq+nUByR54OmUeH09cfKEzrzYgrZX9VK+YjdwXo7J4yVUyOmxrjbWZpCUatiqHkypF/OvvHXzENi1dtyOomZAUkwsMiyeEV0aNr8ZRsvY/fzWNOA2sZA1bNvqYxAh2tT4KPtBYQ9u2hBAYRyeFimQLVOSyuaSiT4jaYL1kOqwum2urJmlkCee8qBK1xLY65zifL/TX6ycqamMNu65jfzhwezzSdTtM+TvH41GcalOkrmsaXzONknLXtS3pJCyXXE5w4SaXjeO/QQeyqrTFiXYg9L10TVFLK7pIB7IgFdkUE+M4sTx5xmnkwQ9CGABsVdEWVfd6ar9581NpBVUqXZXkY1hrqZRiXES1mlMSvcerDkSWwJ9/gIAqPjcvG26IRQSqpEMwWtO0Ldfrhb/9f/+B8fnA3/yrv9nue86SkpdKRyEwRuLx8YTWihBSwagq2qYFZUgpY0yFGtXmo6aV/UcLPReA2xiNVaU6LUBrCguvMYyU5I6smqHPrgCFVJ2fbFQvo6zPXQ8fPxJipHE9GRi16HtiWDEZ0bnUjRiRNrW8R2te9fHmsN17XYBmcW0tmddKQlnFZl+6WR8kP6Rq5FCSalBinWNZK6t/3apUz4rNT8kYTYy7bWb97t077t4IY+fh8SPn8xmlNIfDEdvdkVJkZxrqumEJkX4YcBZ2ux3RLdt77L1HFefkjGA0TrWseTEZWM1Zow+kBG9ujwJEl/HHauy5JnNWBSMkyaG7abDWA5cXXGMdobzgesXr7HXRvf6n7PmvA94KJ6+Egr0Eg31uAclUSEgXa/E1jolhGPjJz35e/lR5b7NEPRgKmzAH6qpi19ZlpLmuY8GOq13ZdwsDUUXJ9whBSCXYhhA87U5zPB4ZXOZ6uTJPvoi20wa2qx/ciy+ZYYkzsyelUGjNcvDHIAWSLrT3EpRcsm8iLnjReH14/+HFqDBLFGldi+LXWqkivRc78lWl6JxnniaWZabaVfT9leenZ8ZxlKrCaBEbKkX2ga5tuTnI6KNrWpq6pik0xsYopmXmeRoYp5E5RnExRfP++/c47+j7AR0DX719y75p8I1FxSAbuT1iS3CR8+L82+26DXj/nN3JNRpye8fZKf6v//D33IYL3geWbJjnmba+IcbAGGVcNZaFb5eanBtUnWTT0/IwDm3Nfr/j2MkIozGKeZmxCg77HbU1BWSbyUqx627FbDAIBWU1NJPgpFComAf2y4VrL4eMNhq9uuR9wbXapYtnkFBjxxQZJ+lClmnich348OGByctc/sN1Zvy7X9JfL9ze3nJlxjQH7O7I7557+nFitjX9EkUJbC2qakgpM/pELn5plQ4QM42tqQow651EjVptaW3pkBRUWtNVkvbWWYPRiqXQBk1O2Mpiq1S6l0RYpkLy+NPXOgJV+QfZ6mrNCamILqGUwVrNXABJW9XElBnmhcPhyK4zjMOIj5Gq69jVe3leqirAbBLm1BRkXbct+8OBeRzY7/foDPM0EYMXsa4xaAXOGsZR8KScM1klIFFZzfGwRyXp2rwP+HmirSqOt2LQeD6fCc6hFUwzkBzNrqGuatr9juPhgLIVy7Lw3fcfmKeZkCKm3lE3jbActQVt8VHhZ0dSirrtUEY2p0rrQs/11JWhTYacI0pFbFuRrN7IHxRsqqktttDVl74HJU65SivsGqqEQlU1eVkkVrkWQo2hCF6DJzpP0zby/WLAaAGbtTHkKF54S3m+1sgoxhQbl72p2HUtSz+jpxGXEGfJZkdlDFnVqCQ2RQpFMrzQyUHsc3P+/2l7sydLkuvM7+dbrDe32hoEmkYCBtJMEjgmGmgm0+Po/3/Qy9BkwxlxSDaA7q4tM+8Smy96OMfjZoEcdNlwdIHu7O6qyrw3Itz9nO98C8FasXPqxPolpcQwDPzlX/4Zd3d3xPYgXW2l3eekbh1SZAUr3mKOQo4ruQgJoPUO03hiXJUgIZ1Zzg6zQipZmIop8+7tNyTf8/T5mdNlIXQDJq/MqTDPkxSkCkdL1LWTsX8WCluKkaZrAcO6bbRdRwie0+MTG46ua2mdsLD6VgrXaZr2uAqh8cq1WZaFYRwJBZ6fn/HfffedLDBdWM6Ki67X1qVx/kVFIQ9Jtbde15VyEuuOeZ71BLP1nCfnQt93DMPIzeGGcRzpNENdWFyNCHKs3ZldQyczgaen086ycc6p75Hgwl3X0Wwrl8tl14TUqjYXGXrvtizuT28wXq3mp2ni8emJOIsJXHKih3j8dKaUwmqk8ls1M8UjNOVhGDAYnJXsk671NHo4hhBksOccRulxMUkr3Kpt/nFK++fy3ksoTVGIKyXw7kpD3AHb8uLvX/Mq14P0j/raJgRC0zCMA845pnkiAZdLJKZHhr7ZQ8TWdcVME8YaTueL8tF7oR1Xe5EsP89q1b9nPFeGxx+15ykJ40r+/bqIU4o7/g4Gr298t9W/Tje/+ir8j7zevH4jpI8sOopUGjUXlQPE4Fk0jtjp3MpgsPKB90LJW7GAl4GzVRhNuvaU0p4hY62l63vatsNgaDSvfts2+r5n6PvrvTBGGY5yKYah5fb+Huc8W04cjyedHQnMEUIguHZndDnnmH+iwb2ONb60RH/Jbsvq/ST/XeZeVv+wdRJ55urcwcgMo3q6dcMAxuAqM86oV5uT728VbrTk/ed/UVjr8/xS0mP2vxetsOV7bFskGtmw0fdZChQyYgF19f4K3gtrblHnW3YCH875fYZTdG1QIGch0WZjMFkgNYOQAIxVuLzOcPTr0Fc72CIZItUBXDtxGxrZj3Qjp4jdyDSLZczXvF5239d594t7XF5+rYws6YjaVt5fqodT4+nalrZYpmnCPz49anqV22lyGOHHFwrLZdr1IPVBKsr1jjGxuUguGVvAtw2tDxIzigyx3r16zeFw4G68kQp0S6QtsaaJvG6UtOGUwmmtoekHifOcZqwPFAzOexoLNkcOZFLfYkwmpY0POQmLxqi5Xi67cO1rqJq5vWHZzjwtK/F55nQ+yYnbyEMXF7nwycoCyUaGlsY6rDUcDqNW0BnvPEOArg2MwRKcgVxolGMtm4jkrIjWoOw88xpbW0y1Oy/7gX0V0KE2zV83AN4/ox76RaG2+tWAGKWVQtf15AKPp1kOkAzTUmgfbphdK1qcdcGWmXbLnKcLH88z29BJxbgJ799p9GWDfJ68bZiUFE+Q9+NNEaaOTZgkvmONFd+14AxO2BPkFGmtvNOgB5Kj2roLtLCmf+8BUoe4fwRn6L/f3d7LhrImcpPJtiUEj3edbDYmk5YEJDq1fd809AznpON2MhcpHmwWMoBAODBvZ7k2Wai9bQhaaLVgCp01XNYFlwoPDwPjMHJ8fmaeF5pcsMZJaqdzjMOI960OrdUZusihhG8J3oETS5NsJJq0liS5Ujnrx+eLXQVrCs5AUEcE2bELbZF8ixQT1hpar1brKob1Sql1aB4N9tqBGMN92+6WSEXnJMGbK4VU3WlNkTmCM1nvWKKQKPgdXrIl4Ytc3w6B4u+MOOWaTbyqSItU66nVxL9xJwCUwh6HvENWFfrSYsUYs4sA27bF27zTX4spFKvNmK0+9AKzSYCWwziHcV7mXsZwaOWAWNJKipsISLVwct7hfMu6rKS1kGMmG7GCeTpPPJ6/7tk3xkp3pIejxFO8RGZeUqq1LlNUqm37nQ1skD/fti2DFcsi//nTZ2XLWKwV2GBnYBfEuMuI542wI64LrX4zYYTIfKIPLaEJ0hIZy+0wMo4jYz8AsERha0W9SDdt4HQ+sarVe1TzuFIKPnhq7kN1Xg0hyNykCTw+fpYWK2WKvV5M4d+bn+w+ZGEINVIU7l8OpDBGrIwxEIpYXbcCTY0c5H31UpcEI2ya3lf1slQqEmrjpD1NmVUzoqN6Sfn+Xu/ONc2vHhj1/V9VyFx1FFz9fX7qVRDYsT4kIlCUB2XJK+u2YYzMfCRrQrIYZLYlPmBbEqVtNqKIFcIEbG6pYLPCboVSDFF/FlGpq3xZYVb2m/cQFLZq25ZWhVQ2vVA8qyqXOsPQafj/z80HwN7NFhX6GYNsznEh5YxVpbDY6th9lmFKVfj6vRuu27JkYEvA2qoQhrCCCo26Mgfv9xyZpmlovLij7iwja8nqcD0OA76Rzv1yvrDFiGtb+q4XJ2NrKdo5J8wuQswl43z3Jz//LkrbixiHMRLHBFL4ZJspNu/PrOTPaGHkxVfPawci7Cr5Ci+ehdpp7B1IjXQVBwBD3osseUPs70u+yt+qceJLDzSjM4/aQVSzSmMM/XhDKeDQwsrIPrDpBuuLFH/iECD/rTpXt23LWoJcJT0wyZpfU5SWnhOmssj22V7NM7F7V2W1I1K2O0YL+azw2LaKp5bBiW7rcmH+ShtAYaoVnWdK95dy/oItV4vt2lmKYDyJ1MDI+6/zj5wz3dAJ6WIcx+sf5kqDc8apI6/wgr3ze9JghRqMga3RCkUHta0Tnceh6QhNwGzq/qo0YNO0OHW/tc5RtiPT6STGXN7zfD4zLQvFOSZVuYrrasZTGC0MTSB4iLcH/mFupEXXDdnoAWjVLTKmP92jxwJYT9N2jIdbbv1KAYKaOHZWsEOcCCFNEBO6EXkIZt2Igz74nU14A13J2BwJXhbuFhPL5cI0beRUMK7BqWEZIJ1ZklwRWVieJggGaqxgnFq06D76dQdIVaaKBT96gOjyt3JuiYjJczyeOE6ruOX4DhcCT0vCmMyaNFbVZFyUUKzFAvOsq1cqy4ARKCuuOkzUYaUBinh6OecoTjaMwUuUcN+1dG1LY2uHlEkmUdZZt4K9VtZ0Qd0O/p1amZobUi1jKhRS8yPWi3hBhRLx1tFkDZXaBLLDTgxaSDXesCyRlkLTdNyMI3GDtEUNHcqkzbDOmXUtAt/ZQjAG6y3gGNuWPgRBAjDEaebV3R2HfhCq6GWiQ3RKT+uZtBVM43FWIhMoEtAV/ID3nXTxpbAVMT/dsmyECvHvs6Br58GX/6SHv1VWlHdQNAWwUDhgicaTakKg5nIAFNVkGHPtOJxumlY3Khu361xKu2xrjXg6lUzrJZtE6KXShci7y2QShWYHdA0JX4q4CmjtsSyz/FwvwpTZSvTysk7kBBczaocWBImxjoLosl4SWgwVji3X0KXg8WppVBRNyApB5yKQe7aaBuq82BX5gHFecFtjKNsFi8E7I36ESj4RanJmuawaUCceg9l61pg4L+vXEMj291/zSxrf7sLp/U6Xl6Jl2dezokxl2xQeHWiawPL0KBYm9wfGccR/++23OzYtLbkseK84XVy2XSlZWRAglbu1lqd4olqflJJxyMYdmoa+67h/cyMX3MiH8PrnijpvXi4XTeKT2UjRFC9D4XK57JThUjI19rSUwk3T8bNvvuH+SfQa8zzvF0uvw1dtsNXbpW1bbm5veOil4/KhIabE4AVzzsiGmI1EapokF16qR6HrOed2//7KVxd1vcR6Pj09sSQjHdnNvcyANEe5vHivtVW0zkFMewdiHbJZK776NSV4PUDWdVWPHU2re3Fp7u7u6PuB4/F5/56ScFdYkgQVRZJ0ekaZH4j9RNSZh1zv6vFVGWeC/wrmrANtI0P8bA0pRhFUhSCiUi/0x1yK2OTL//cDsyiWe8XAy7+a6fzPftUrbK0lBE+0V91M2zoseZ9ZpJQpxQpJpBvpupbHz0fWZWFdpeLLSZ65WvA0OhNsQsA7T9e08vmUadW2hnEc6JpWdEkvdDA5Z+ZFzKS2qB3w0NM0DRGrUK6wHWORTSEr1Cvea5aU/3SBtQvojJTGLjmyybtDhPPaZeVGVN8K5zhrMc6St6hkg+vsw5qrkJItYZ2w1KTDqD9YKvjgvTLPXnQSL597LSZMXe+mzkPRuUSNL5DuKTmwMWphmTifz7K2QkvTBLLuMcFJ4Rcns3cKSe126noUXQ8yvNbuxRSFpSuaUK5r2Tmv8xPVARnRqxhrNYHTYMjKrMtCElA3glgZeKbsCYZf24DXbjXrM1UPFLl8LzuQWpTqLDkmUE1So35ZS8o7KUcQlL5XW2aJPK0OMiYLbNCMB3yQvHCM2Q+KKhKbL1HWcL5miTRNQ9s2NF3Lu3fvxJrksrCkRWCimFjnRarinDmMI2cj1Me6eW854ptAmcXMsaREsJZGIZi2bRjfvuFdG3j/4f3VdK6etunfDpv/VwskbpgiXUMbHKMT3r5vPCkZGhVTFSOfs1hpMYcs7fZRH+rGgveW3opFfKMbqteb5DB4HKZpOQw3dP0BYyx5E5ryyyF6BIhXkzTZMKrtvIAK9a+ffHh0h40x4r0y4+QX9mr7MI50fcfj0yNtPxJsyzmtpDUyZxn8ZlcwWKS00wPD1nbIiOI2iZ8RBoKV0ak1Yt9SbGEthWRF84GVLib4etgi3H4tjU2R3sDojuLqA6ufyerhEf+dMNa17vqj66ZVdGM8qSRcNthsMDlhU6ENAjVR5FnMOXNZJxoj9hTWtszzgi2WvCW2JWkn5qF4rJWNJHSyufRtS9d1WIzAZrkQnOXt23eiQzpfZG2FhnXbYI34XAi+xRpP3DLbmvDF4X0HVqz44yaluLjNOjAOjKWowrnoYGrvQP6VwaR0ehUJcNZgsiFb6TQHW7NlzJ7/k5KwyELjWDR5sFJrqlq6bvhd4xUtuJpkykt2Iucs4pcgkLI1WmBQkK40IJoamejYorYwivl3COEi5ShaFgvFFoI1FG953gT6k9C4RMbSNi0utAqhK5xEVWBL1kwVqAal2VeIK2FkLibjf4yV9Ezjgsw/fBB/FxE+MXQtGEO0anKar/Hd9S/qUKHIPGeaF85T/GqCvzViiEjOOy335d5YNVGlwn+GXfzpjdkPr+rnC/Ie53nGv3r1avc9qXnoghEKCyhFoSU2qmLOm3wzpzOGJorHkUXelMuCEXZdT9d2O2NrUQ8dE/PuNJtSZlAs8fL8xPF4InWdDo8cd7d3PC2PVN97SaEzJORnjOPIvZPK7Nk9K8vlGp4ksah/Wmi455nvGDtq5SKzj7Hv9f3q8NPIDXXJ7Z2CsxbvUP1C3skI9SHz3ku2dCkk39H3PTFn5ulCKvGLzyatcKaUuOcjXHHSa+39dcfHXqDtGPyLX9EupOjsS6CMfuglE/u07kyMAgJ3KY5c6YHipa104phJJSGzY1VbWwdZjDezKVgrwUdiqX59H+j3TDntrBuyPCdV4Or191aPNls/S/yfJNX/770M+/NUSmEp4tPWNZau6ylJuuRpEhPNrpN8lxgLz0/PhGZUhlXaF2fVIISmgVYgohAa+X6qtSIVvO948+YNf/j97zkfTxxuDpIUuW17NO3NQX7eskWenp54vogQsb+91/eRZeO1Tj6Lkeoyb0rr/ikdbkUKzfU5NAptF0Urgg+719S6rNdZl/7Meqv3eQXXwqZt2r1DMXpACJQlP7gUiXU2FWI06sy7f1Ou6/bL20aB6xxUZwkFmVU1qke5HW5Z15XzLDT9NQshwHSFpjRY+n0di8nptVrfu2H9YVeGk9l/wei6xtROxurzL4dl3wy6vySJ735xeGS196mHKwotrevKsnztDoDi3mWHvf/4APm3b/uVBrwWdQAAIABJREFUxZqS+udpDlRlZc7zjB8PB6x1eCcfjiItZQiiMH36/JF1W9m2sjOJfCMCQ+sydx9FUALs8beHtqOzhrLMHD++Fxpk51mWM5dVlOymk4p79S2/e/8jjYPbu1u+//57nHd0N695fHzEHu6Zni8s3YGja3jVBLpxoFnP+DTzl08nvnET342Rjx8/8rgJJHBqOuZ5JkYvD5KK9zqjFEo1kWy7wrLM9G9uef3uwN3zhZwSB+dZ00rbNEDZ2TMuquAPwZZfdVr9GLBmoxSha85GSvwmNFhnGUNH0/fCqIgzjbX0g2Mxlm1LLIsMY5dsWMpGzJCKwa6FloaH0ODazBYnpnlmswVsJmqlvGP36TrPAsR6pcDztmLoyAphdTjmLXKkw7/7BU/W8F8/fuTtr/6MN8f3fPzPn5m3lbaTzC6bgJS00wJbIMXCndlYN+hGoWGf4yJwRBvE3iN4YppIWwILvYFQVvrQ4rsDIT1DMXSmweNYzhdO58zo4f7hlvk84byj941ErhYpcOIqG/nQG6YEJom9TWMMrfckH0gpkovqBCrbrbJPdAGdfd1wBAKNVp7lnOQKns7vwRgemlYy2hm4++aO20PL6XTiP//Df+PP/uxnON/w6vY1w+GO4/OJz08nhnHkuz/8nnfv3jHct/z44488Px+5uTlwuDkABjcv9H3Pu/vXpJT4/fffkUvh1z//Oa9fv+b4L//CTYx0fUuwhrPNrMHwcXR8XhP58h4fDtzeHnhzuON4nDmdnjj/4RmD4Zs//5V0R6orWJUNRGiw1hE3iamdc8RYy4jaxScRO2YiaYkECk1wHKZI0zYw3jBPM7chE+OZbdpwKXHnDaEPSmV3nLHKNMzisRTkglcD14cm7JsaRjoNEbUJFBTaTmKjdXi8pqTzgRZnWzqNl8hWpiLRF0zOpIrwJqcsLiM5I8oSDNrtPLj3pJS4NRubjeQVylLIz8I+SsOBZC1tV+i9pWvhzmzM4UAaVubLcYfW6jo0OWNz0s9dZyaqt2irV5kM52u08Rwt61rIm4UcOBDBwdjNnE4nPJnWWf4wrfxumflusKQlE9SRvFhxF87q+ZV3sXVmzYnb21umywWzRLJJlNPEw/093djz6dMnbjpPEwLPlxXfjfTjA5ffv+fGd3zzi1/w/vs/0N+M+B5Mm7mkR2iWOkSXZlaoarIBpk0cIa1TD6yqDJUjViCjtTCoHfukFgw1T3sYRAn7+PS4n2RNI95GW9xYF83eyOouqq6/8pnl4XmpI3g5F7DO7hDD3e0dXdtxKpbz6US+RDbAdD1d17PZsD9AKLugKli99yxl3av8EDxt05ByputaHcKnfUOuOLhUGoJVf7xIAFUIHq/dVOX+W2eZ53mvxGpXs0XNxzCWP06EuvLtr3YLYi9zxXmNboA5Zyw/wTTTkySpunWv+PXA6dueru+YJtE5jMPINE9sG9zcOPouyEwjCTbl0apSh8JdLoSQMM4JnVsf3JTTi+qvDiPRbs3vVdA4jtI56gY/jCPDCK2R52U5nrX60jJ4rzbN3h3U1652t5Zsg2zQ1lHFYaWU/ecIXP7TA5S260SbofkYKauf2Cq23d98846+H1hjFKbbRdynjc4LX716JZGuF2EZPjw8iCO1ujm80aCq0+nM8/MT3nv+4i/+gp8/PHA8HjVHQ6JlvVZ+koWt6ZLK5qkODaXI+3OrdBgfP34UU9SmV92C16AjtUtRV8rqo5RLxqQ6V/iSoGBVr/WS+VTzc8Qx2GllLfORbYs0NYJYnw1bPcGM2vUoDJoVcsKK55MPSj5JX2ZdvNSiyHu4vpeX0Ni/7nr2NoqdbGMMzmt1r7PLHI3qZhoKhUUdNXDiIGE3nWHpDKHruj3CNqoPVv25xhjG8bDPbqv2BtDuwnyhIrfWUuxVM1U7X6MMLpaFdZW9M6Wv7LyV7FAFgVVrBAocxLhn8OzdSS7EEsm58PgoLN2U5Dzw6hrchEC4vcXf3tzqUE+xSlM0SCqyZoEQXg6HyTXvVyzae6+VfpKF2/c9fa+DvBhp1NZ727Z9GLWt227PXpIeWJar6OxF+7RO664mrqZu3nlslk3lrm8onScbSzofmdKJbVsxcdNNW2Y3ETUNy2I1YJ3FeIeJC6aIZ0+ng/8URQEevOeyyabrdQGFUoddQk98aB92ynC13/DO72ywTjegehhaa7GLJaa44/3XxVAPcmG9OGNUS5LFS8eCt+AMUBfcHx0g5Y82xaIuRvMaabcoB7WxxCKdyEPTc+da8vOZQ3HQjrjzwpDh29vXWKJ8vqKCsXhlvGEMFvlMS9xkphECOSXWdcN52fBSKUpnRnRCweOKEYp4UlFgEbXr7TDSth15WTmfz8o+E9qnfblRWGFKLWWTqqtkUoK4XjBloxhZtFaH8rJoM1up4URSabus0IiyvFKFSvT6WZ1tYbPyfjLLZtjSxnE+8e6VdA55EVpummestQx9TwieV8OBx8fPxHUhOEvbq47EO7xvef1wy9PTE6fzCVMK79695e27t5Rt5cPHD9iYxDm3k6S/tC5s60pJaafEWivMwLZtaX2m8Y5pkg3t8XQRjYspuOygbFxtbQw5oTRTdX9NRTgatrJ3LAWBT4P3dF7mWpDJthCnTWY5QVhJRguepN5uXd+RrQzyK93fWqebmt9twnPRe6vW9S4IS/HpeNprh+u9Nzt/YrdQsXLXRMB4tbhx1lDKC/GhqUxS2bBvNAMmeShWnJ9TTqQo76so/T0VdUS4QJhnmm2jSwnrDCmJ8FVICwXvxQg0+MDt7e0OV+2SgXKNl85a3Ah92UKSrJZcJDBsUU986zzr6cx5mjlNm/j5/HT9I+QTnU/nnMgvi4Ii5JqUa9S1xTn1wdpEXHk+n7m9vRXiSxKmbIyRmDzDMOC7rpPDYLN6g40oNrcFu5ide301gbumgjnNNwboOzk0hnHYB2oxRu7u73h6fBKbE1AjLskOqSZdUlVtrOum1Yq4UoYQWJ9Ou/eS00Gz914Wg24o3gcOB8ebN284u14S8xZhceUSpCW3fscud/CSFwIhK4yYZmtYlOYqqnd1hFXbZ5Ou7psAb3/+9ouKQTIIqrNupuu6a2WEIXthN0gVmaiSXfPi/VTGSs0BL6XgEnsl4670p695gvbrXnFza65CImm9paP03uODJ4SG+1s5TOfpqIIqwYbTKrqIxmlyGpaubWGZYV2xbWCeZ7bljyNky96pBS8usikVjscTXRdo/BXKqJXt09MTN91w5cxboWfun8GWqm+VQX/R8J1SSD7KovVKU31xf0oxGHedef2pV9eJY0KDaITaIB1mrbKNMRKwVGRxoZReF6TyPp6OSmCozBujbKmBYRj48OFHnp+fCa3jl7/8JW9e37GtKx9/+JFlnhlDqwmGDZdpkmurxVjTNOR53jcA7z1tEKaP8yvrstKMN6IbiJrRnSLGeJyTmefpMuOtOh3UTUYJIsZcu42q+WpjJ5uSl9ChbUt4X3N9wp6WKMNUQROMNQQTrh0MZq+KvXfsUxFjVKBrudKzX/yasVibhckisMF1ZqZFgqs3VWcV1XEaHUJj6rNUZxF6KKliniw6mWjFdmfwKvSzAvVV9kp9Vret7lnCLnTO0XU9g7LhKkuz9rv7HpGzzmS0A7FWQrT0euc6x83VycKwLuJJeJmQuvGr3IRrB6IhdUZZLvra1HKoPsvOOlLKMsvS39n3PXEd973pfL5w9lFnvkZUqSjLxzu50N56+WalCMOqJFAnS2ctNgSK99gcaZrmyiLKsnHXjT7FK5ugtk5XUZKlKI1wzwzZq0U5EWunY+x18ckBItTQEfGfGVLk3hXi2HKxGfu88OmSeJyO0oI10gmsao2xAoVMnw1rKZrP7GicZS2igqaAVcy2brRWobCyt4FiQ11b+3rQ1sFZjaPMuew3qpSiEcIRCYGW22yMqlaNZGJ4g5ivJWhsoXXQe0MOMteIUdgfX74UotKvqUBGOo41QbaBbNUyGoNfIpxn+ljYYmGbI3823HCbV5g37CoZyiUn2DZMlINg8I7ONxzjRfIZvKMUh/GO1ciDnWOUahvkMLSWIL2bRGQ6g00wajpiSon1cqGsG3nbaKtnkBGTRZkziYq9VpzJQKropwGXF0yyuHXClA1HK75ZOWNLYVOBVjLyPDVJrb6NHqiqQK+61JuDQKFjmiVzvO3o+g5nPTk3PD+upIIEBHlPTEVgs5yZpgsf33+g6zr6ViCk0DR0XcCSmE9P/Pj733F3f8+ff/st3377LbDx+8fPzMvEeDPSGU/TNWBgXWbiMuMoqhWB8gjbKuyn2La0jcc2HpcSS7F0Xcu6Wc7LzDwl5rRQNtEZWGvpk8XjyaZVrYDYcJTidLM0lCzphn3bcptkQyVksnOsdFQBYbUtKUbyOoqXKAdJQvT7Zlqy6lAomoQn+UPGWrLOuNa4KWVZ4VukGyzoAF+fb4dSu8sVkjQI0aYU8chC1+h+6OiBaYzBb4tCdUrPLwbpNWV/uB1GgSCJrCVhHNyZwsHI2rt4p7MdgUy9F+i1Hh4ppmshhZJQXlQuxoj7hMlFHYUzlLTr7KP3ZGs5rfBpmnk6zzqtA8xPC6Ux+nMLkIsKrq+wWUV3qkjWOieQ3Lbt3bsxhrYT116DZVkmtqiBUrW1rFS8GhhVswAq+8QoVlp9+o2TB6wfmv0U3jTu0hhD3/e0bcunT592NpRzbvflATQjoP6zfK3K9hTjfgrnF+wq6iEShG5bglNesuSIhNBw4xyv/Ih1junpsodlWZv3g9IUsZOotFZjLaEJNGuzC4eMM6yVd68zjMZ7FUP1+39HK+Kra6jZs77jFrUlFg75Ti/eu5YXeO5ehRkVbomg0+ng0/tA04qT7lIWShHH0z/1qtdaDu9yfZgQjv1VZ1N09rFxe3tLimdOxyNN06pQs/4ZI3BJ10laXZ72LtIYQ9Tv5fy1wLfO7lWuVEJFrqN33N+9lcpdWR3bIkyUPrS8ef2GpJ1MFfYZUwWjQjmvV08fDTGSM3LfUk6KeUMxWWEEWXTJfLmQ//vXT8gjJYrjgUHsX+Im+gsxAmzkeXSOeJlYt5WYRBV+OAhzqul6rHUYrfCenj7x/PzMr779lr/+q7/m9TevuJwvvH//kePxKBRK7+l6cftddFGDzGV6C0yyLlNKTJO4ZLdOrITqvDErDD0Mg7zPbWWeJs5KIvHj7Yt1DiBanqSfExXGVQ+6kUFEaK0ctF3Xf3G9aoXt1Vl6W7fdX89Zu6+1yrqq+4LzQufdUt5z1bd1k05EarYvZhxoVW/VxLE+1PWe1o1aYLvygipldW6k+12Sg0SRLH1fDm+CQN3DIJspOrtbJ4me7Tpxq1WYdg+C00Jm2wSB2TunUuc/ijJYKEWKmZIVHC3XIhM9EIVJF7mcLzw9PXGZJrnQ9Tr8xOvaaZl9sbzsKl9+rf+8KjoSvOO4rJzPF7yrWh45pncHElPQXAVZ3NsaWaaZZZqJ60qOcupaK6FSAskXspr92WYQ/ve6Cv1WD5aYxO7ZGDEctNbusbn1jW7bxrbF/ZQT/UhHjBufJ3H8rTihyRq2pIPDCuWYvNIGi+k9fgn4RTY72znuSidMh+ORbVnIWyY3BucaNiOUWbdkfM40wKC2y+sk1hHOOUzSn2eVCGBqnkEjVXVX8dwKbYkAqFKDpSX88vCQmYmIubJK5bSvwSKOudX3pzFSD7UmkV1hDGAbcSJ1CU67EKx2HrqQ9d9rw2qdGMgVZboU42jajsPQ4yykbeX4+JnGJnrveX86E3JhcIFsknQ6XrnsRpLz4rrgvZXKWAuPy7oAhaER51JbxIKi0WG23SK2QBsa+qblpkl7IeFD2K02AoU2eFaFSG2pA/PaqanvkIFqNuAc9E4qxxJn4rZJF2LF+dQpD7+UQjRWF64uIv16nSHJlWy9ZexaBruxmAyhkOLEdPpASonu8Oe4kDFWgtaqOaK1jiZ4un6Q71oiJiXWWYqsNgT+4hff8H/+7d+J2/F85OnTBx4fP3E6PWPiStMGHSYXctooJdE1MuvIKbKcTrRBDvi4rmzzTGlFv9B5aLGs8ySIgdgdc9tYZms5u8K6ZuYyUVJhTkE3ajEHnUuhpIJxGZMTwYgDxA2BbQPTRqyxrLnbK//ClT5fB82HvqNmStRNthJqmqYh1ILAQCmayEmWe+zEldaUSiIpXyBbBnD1Ac/7mSJf1YrKG3lG9q6lboJWLYK8kj6szllN0llnEgQkT3gSzibaUKCDQ+fph8C2NWCk24yVelvSPhgH0cQZ86KwNC+NDWXYlAATIyXLX+RE1m6r+J7pfOLDtPLDeeK86pp2rT6iX5Jw/vhl3XXm8yUcaPZfezlUt6ZGAYsRJUtimi7cjLKH1wNSckQSfoeTgC2WXQwk6tmVmslsdbhlKeS86ea/sZmgdNnITXsjGQJJFtLxeOT169fiGbOuGvl43rnOu1y+FJw1OogLzPNEPJ44Xy7A1U3z6viJBrh4ztORYRi5u+slse04M08zwRhSanj1Sqxa3PYkeN+O9VmyvW7+xprrILJtabwwqZxWrBZVUZd6I67DMFAzthf/e3kDTTQ7dkrtLJzH58JWXjwAtUp4OTA0X95wX3QG5D3Op68KxKkQQ608dhWp94zjSPCebd04nc68vu8wwPF45Ob2dn9ftgrGnGDD86oY+33POV6IRbqsy5RpGxj6ZndxrlqZXcmbpQKVey2sJe8842HEdYbz+axMk0TjqgJELnil2FM7xxdFmDHsg3u2Ip5QMYIHV9yuvxBW3teFPb59+5bXr18zbuJ2kHzD+XxmmR9JSXHlXEipRjevWGNpNP/h0+fPGhcq12+aZ5xz/PrXv+a3v/0tB+P54Ycf+H+/+0cJa1NYweXC3d3dPi+QuYQEdPVdz2m+7J19xbFjZSzqvRXorz5XunY0Z364Gcm58E8/fCYWCfuyRg6amvgneq8r3OG9JxSJmLZBLFNKlLlH3VxikmKyIg3DMEBhh2yFASmU737oKfMZ0KHyC3SiPq95jSJu1K5jv90KzdQN+bpe9Gv9bfvA3ezwmnnRCYSgs1EjeieH2J4EI0jENCvZRS14jDeaaS4H4Fmf0xivBWKNj66wfp3Z1ewh2c9q1yzkHvHie9GB1GsePDkX5mVmmhZiUjajc9Jh/9TaNy87kOv1qeazxpodtq0LrSIUTveZGiFhMOStUEdc87Lgj09PcjFCUK+eKBz7LVJiYuzFA6UNoqdIm/yad47GB7Z1o6q/Hx8fmeaJoR+U6ywY6Ply3mGOrus4n8+cTifO5zMmSMrV0Iop2fl8EUFhEvZJMT3OfWbZ4vXQWjdsWfA5MbQNpI0SE723vB1bziZRpo0lFRpv6e9aTPvA+Xzmu/PE6YcfSd3A3d0tIRfu+p7Be4KBbZoIBnLcmNeFc64qcamcimLnRa90UcZVdTSuTAv0QPn86fP+7xjIMbPFjS1uSPRl9fI3ULLoJXIiWIMLgqH2wZBcoDWJsq7YCKW1DM7Td4NaG8jDVQ+fmOsGqZx3U9iWmWXdxCbDe+K28eH0GTs2/MuPv6M0hrc/e8d/+n/+nvtXdxzGAzktQnBIMjTFGIw3YB3WB+blgjGZvG1QCve3QaCKnLBkgfi2jVzE+K9ve+lS54XjNDPYmZubG2G/bRFKYQyBad14fnzE397Stq2404J81mkipk0WVhE1es3K2skB3jL0AWcycTkTlzM0Dd3tg0JmSkFtu7of6dWSAyFHsc8Z2obGW258R1pmPn/8wLKsjCHQW8fZGJwPDOMg0FaSCrTv5P3GZeLh/oF5nvjw4Qd+8Yuf83/9x//Ir3/9a9Z14x/+778npcT9YSQY+MOHz+S0MQ4dxciGuiURmnVdw3C4pe1ajlGSQqfzWfI/gidvK08f3rNNF94cRoZx1AwfqMFkwRVsEGW0tZa+/YZtXflwiTw9PfL8/EmonsOBm65liSs3wdI7w6HxjCbwMI48zT/w9PSZbhxEY6V0/2jBJBHAlpK5PD8LzKdRrnU2YK3F5MSWI5WFVYo4CIMoxo2x+GCJUTtza8XJ1kBMWenfaS8IghMX31wy6yaQ36Hv5Rrq4VRQ41jnZVPMdXimGysyd6mkmbGXfTHqLDTTYhvLJa18ujwTs9s7Y6d081qo1BnuDm0X1drBDhWsit6kZSalKEzL1rMUKST+20eBOv9wvPB+kqweSTV1FIX9r4WskQPSXbsLgHVeaHqnKNAmxaB3O0oE0B1usNby/Cz6oa5teXx6EibdTceyrBzGEdaCs7J27u/v8TkJLTO7/OL0043CGP0BYuVcT9XgRdRujOH0pEaIQeirVShTeekhBJbnhePxSDVMFFZJwE6W+4cHqc5IEhCvPjXVT2aaJ6rl+bquzPNMq2p177wMu19gezW1sC+Cuy7ZMPQDN148bG6dsH3OwDIv2JRYt3WvmkBvhlYH1hbFzl8oSU3ti41a2SsFsoiYaa8kqmL7j16GWi1ZTM054FpR7XYPVrDSCrBYHVQ673D64NpSF4TVNDT2SmPHhYvg9/s1Uj+hGCOHw4Gbmxs+fP+MMRIS8+OPPwruOl3oGvFMcsj8attWmcFEcSnACtusuqoW/d5JF2yFPCtzxWs8K1qx9WO/byhOSRgpJXwIDMNA3/e7yjkrBFJAq/6I9ezGeeLEfVXbCinE7qy5lDNRZyzZNDKzEWmxxMDCNWI0SAV/PIpQzCEd9fF4Emi2SMzB8O7nTNPEPM1A0QxpqRiWZWU8HPjnf/4noPCb3/wNf/fb3/L27Vs+f/7Msqzc3Nzw+PjI05M4MWxblFnDOEqn8elRNTWNBK31A+fzeZ+TtE0rkbdG72lKrMvCHKRTbfS+7DCGFaynWpY0uk5vnBZKTZZY6ix+aGsSYssS1FLGuZ0dOPQDxbA/F3UjKxr+ZZ3YguxmoHqf6w5aitmdIKpbbCWb5GL2TtlaiZeoe1KdPWaTtWDL6u+mv0Zdt/YLRKBqQYytc8Yr2+tqwqo/Q5EGw9XgUX/jtZP/Nxa2/FKFithJNcbUvaN+eiED7AiMHsAkId4sy7pHyi7LwqTeV/uyVij/JxCslxsO+1vTN1+KeFwVqmOvMERLziQrriRd15FSpOj+j3Osmzwbt3d30uGmbeOyyia6TBexVseosVvWBDVpxZJCFfEF/WvHM/VhNPow55x5enoCxCKjDoK2KJTRd9+8wzVBhkfrC2prqS0sXD4/U4V/8yIHUd/3GH0YMyoYM4hSmohpHXhDzoZ0mbn1jhAdJ7fStZZLU/hwPHM8PpFzT5pmtmnCxIjLGeJGQQwhfd3UHTinVgt7ByKtucEopbSAQgmirUl786Etid5QfXhf6ONkaC689WwNoRQyhdbK12jAuMIgAXKUolTwvLG6iHfitBr1wYhGaK0rBZc2TFLbCWuwuRDzRkor0WZc33Caz7x+/YotLlymM6/ubkQPNItVR7GQySw5sm0rs7bdZl2V1OCFNFC0CteBsynii9VZJ8mNSfKrXZEEwvtBbP4D4gpcSmHJCesd3eHA0PdkhT9yTFAS1ghbRbRCVtIchYwnv24dXgQmdESSlcMjb5mYJYLZeiFBnHyjs7VVTRyzkiyyzFmKZFVkK9bkbT9gfMCqDsj6AGYhJjUzrIFP88TT4yPLdKYNnl/+xZ/zf/zd3/Lnv/gZnz8/crmcGMdRNvN15XI8Ml/OWC9demi93KMSCU1gHMT9dHOe5XLGxohNkaEVmrgHScKLkW2emSjYUmhvxh1+9mohUIBUZKMY1Y6m6xvS2DJNRYqI44nz+QJpZllWSgOdyXRKXmlCS/ANKXdf2G8Uo4eSRvHu8G554fhaspgIGhleGIRGVfQwL7tbcMFaL5BZXTruqumwxeCtMK5MQW1QZJcsxWKKskh1rpj1153OIMWmXd2wXRXqSuJl9Si2SP5J9WRbnZpQWkc0Sraph0LZl/d+kFThpHQllYlVR/xS8KZcKFkLsii5IFsubGS20PNxmnl/mZksZO9lflsU7WD9ihPkCvHVGZ+MBApBYwAKleq/ErcIodUcpkaJEOwwWIqCBBjAp5RYNhH2nc9n1nnCWCute9dSUtxP3FoN1AMipbS3pU2rFV2MwjxS9tI0TULz1ZO7MpKa0IiCfL5IxbEtu6bEOYfHkpPZOfS5mH2uMh4O3Dbdzpyq1YEcKHIjuyA3cEBunmCHFg6W7e4O0z9TgOkif7bOZCo+ieHqHmotzpWdFWWM2YevSaG5OqPJueyaC3nvXhhfXBkiV7ovmtdtMVoxVXwzU3YMO+dM0AXV1mvvLNFHokaFFmMxdoEoD3xBYJ2aVlcXr7OW4uSgK0inINDhiW/evePThw8cT0fe3X/D5Xxhnia5xk244qfVS8ga5uO6V36l1LxvOTycMxCLVsLyoNaWvmuFHtu2QYRxoJx9MGZ9MWgNLMtVCCX32ckzkRPeOaKqd3OWQ86+YNmQt726yzmTin6t9EqjXV4RZl7U3xe3bT/vJTuhaA6Mo40J50SZ/sNxfuFdJLY267pyenri+PyMs/Cb3/xv/Ie/+Q0P9w98+PCR8+W82/wfj8cdRnBWMPadcLJuvLq95dWrB7p2FE+5mGjblnEcd0VwLmIJ75wDa6Vi1TjnPujhbpTtVGnmmKsy2Tl8O6rzrZpEfn7k+fmZ4/QMHNXfrqOzsk4aL0K5wkEP+DoDECil7hV1mB5j2jUmL+d6IXhNsiyiUUgKsKuOwyhckxXxMLuOxIgpJw6SwWRVilc9h+L7Re+zDNKL+tz5fSYl+xR78qeXgQl+t7l3lGwxQbtgX3UqcozJ2qr745ef7dqBXAfoUGnI8nR5nWEJNDtj8iYuGaGTyOFL1u70uM9MXpqsft3rimjU913vfQhWn3dxiE6qF7I20HUt2yLdu7PCdrUxoraI5FLwxycxIVyXhXVeiLrAo5Xv5ZV1AAARs0lEQVRB87bOeOeh8TRtS3Ae3zu6Rnj7Nsugp0bO1razUoPHcdznHRi4v7vHGMPlcuHDhw+gmcomXwOPQIJ8lnUVIz5rxdsmiwPk6XTi7OVh9MNbpeZmcoyYIvoNb2QjeRg0pnJN9G3h3shiemUy7+LMf3FQto0+eGwWxom3KE30qsuQh6EOoagjOeWTs+O4dRi4u8qiqthK8eO6CVOMdAZGBETWSEWFFYgsmywQgQ5+fZHwHo/DWk/ykqcQnWE2hgWYkAyniL5PHTAWK/OIZMCaBCaTSuabN69pgicuC8+Pn/mvf/+fOH9+Jr26ZT2dZAOqc58Ca23H1eAtBYkfFaGhPIQUCGouaZFUOquQls2Z1gcOreRlhLLIBkLG6eZRnXeDNeLyW7JUrSVjDHhnyN4BHksv8bllw+SCxeCKJZAlZ2HbcA46A8Yb6dK2xLzOAr1oQp/1Oux3Ant4I/fwMk9sKe6BZY9afRWNRk3bQFTNx+V8YVs1MGydoRT+5n/9X/j5z76h9VZ8k0ribuzIKXJ6/MT56Ym8bXgDpmTRQuUEjVzfb372jsPhQIlwOZ9YLjPbuuJKoQsNizMS/GM1WKrrBAq7CBHhfJllk8qFrlgCqhj3WhUvZw07MvR9Q3A9951jHDznu54Pz47PLbzpRm66QJOtsm9aQmggWYq1NErRfzlQTilTlGFn9C+nz7+rVHctLJL+WZMyNlUtStGWouyQWz1ApL0VKx+LPNc7IUghL6ebd84ZlxUhUOdf59UEtUjn7LRz8bpgumwUiPIUW9hMNU1rCARs8ZhciSk7tLAfEvumbeyL/UJ+b3W+LSWzbIl1i6S4UXLC6SzF1gJju/DxfOZpFZZhKo6CxRu53l+hBNE9S+cvpuo+NB8ECbqb10Wtltg7xqZp2E7iFu6s5TJNhHWh7ax2/hF/Op32UHfvD+Qk9CyLVNLjMGo1DnUfrEBaKezMg2SvFV1NYnPOMU2TqjPrsNLsFdvLE/La7slcYVkXLpcLTdOwbis5qVV7KUzThXOQA2LQQbSwhNirimKEATWEgXXd8MUyAMn3gjX6liY0PLcidru9FWGinMoN1ga1X0CxTfPyreqFNrtbbB0avtSqVKVrpe3V1tVgdkaG0b7aqnVEcWCLk4VWxBlArBTk2jRJLSi802rfSyytKrkTK2ZLyrCwJFNUid8orMh+jwLwy1/9ir4TB97T6cR3333H27evefPmDYfDgelyBKSdlsCisncuOWfFUAtxV7OK3YpVQkHTSJ5DVH+ovusYxwNjPwhtN06aB3FVA4YQVF3NXrHWwXfJace7a156vT9GcQyZKZUrJq2VoA+BYFpiiJTVsG2rcPmtw5WkXlGq9zEi3pOOesOoa/LnJXE8HonpIrOHcg8GTscjp+MRiyRp3owHHl498ItvfwFIwfTmzRva4ERNfD6Ts2Q7xG1jWVfOpxOL22ju77m/u2cYBx4e7lmWlXmSBMQYI8/HZy6XC8F7gm+UhVUk06YVQePJQNw2uY7rSiqip2pKBAaa0IquIYQvfNwa39G1LW4YuL/faB4l2fDBiI0Qq0B1TjfUStW/ohJ5Z6PFGNUyRZeOvXb0+2zACcvH5KzFVrWXF/dbUwOeVExYFePFCLOu+B0g1mdC/fIwOJexmmi4pTpE15+/68Fk3RcdzjsjfnVe6X4GxYs1W91pwWHM9Wfur1IPkZezEPbPUzuPytwrJe8ZL8EK/BmMrKNJu/Xj8cjlspCSHCAlZ1BWY9y2rzpArofZ/sb2Oa11jrKurMtGCJm+ketQ9+fqg2WtZVtlb2lav99n33f91V7CGMkmLuqgZC23BxEORa3YcpZgIYnk3Agq+d9pfi8Mw2KUKf8wDNzc3DBNE58+fdpDXMbDyHmepSVTiMU6GdKHkPE+4LInzTMxZdquwzsR59Xve5o3erwwg5yT3StbrMk4Z+iCg7Qw2oztPSBpXK2F+0PPo+vo24aHIeKM2YPkrW/EfkUUP7r92731rMeB917awZTV10ahLjVQ3LZN8F19wHQWuN9M+XqFB4uxOIVkbDGKwsqysjg6W7A4EbZZg9kSOVuCdbhkyVEyxtPeMQkFN1m3z2UgCWXaBx4ON+R15eFww+dPn5g+P/G//+3f8mociW3PexUXrnGlbBFri8BpKI5qNYGQorOQejAKtbUYL6wvoA2Bm2HkMI70XiBPUhKBm4ZOGWMIbUusalgDwTvFjyEtYseR9DkFj8mNbBgmKkvOYkuEXOjr+k+Zxm10ocU0gRHDUjIXL1keW4wSWxsLxXvQg+R8uRBTZCoRYyyftsLTdGGJZzlwnmYxDs2JYRx583DPzc0N9zcDb96+ofVi9XJ7GEXXMk88Pz4yT7IG5suFZV04n47M04S/a3j96oFffPtzbm5vBMqhsnwMTfCiUbIGSmbsWqbzibguWAoHpWV7jECDClXEnEhLZLMOfMZmh7cNY59lfjn0NE0gKIpgnaWEBmNuaIjcrZKwua2bJI1aT1TW5k4TRQ54g0bTWrPDRpXKXRXg9ZWBmq9eUHsP1SGUorER6ttWCy8ZbSNQLOpTVuwOGXlrKUY6I6nUEzZmeW6KfJ96gDUEKAZH0tmHFMKdHgBOM9ejgFtEPE0REotLdndEQD9HXdsVwpK948vOQ4gCaS82jXa+QtYQi5+UM1uKfD6duKyQrSARbEUQF+chXmrOwU+dH/v7KlzTJEuWLmNdFrYE1iasE5PYatp4OIw8PT3poF3nQGvkvML9fcS/fv1KvqEOKg3iVzR0HW3XskziYVWHLjWNC/W9cXyZblUrkSoaPBwO+0YqFYlg2zlntnUTxlXKmBy1tXW0bcdYJGLy8rzs7qPiheW0ApYTclZefdOqb5eRzdvYIq6eOmz3XirbXIIoaY2IfG79LQbDGCZ978IUszrQrcwH3TH3brUeJFbcxwRuqv/NKCvK1lS4+rq2upirqrOqYOtATvBK9CCUA8waWTDWOFyWeN9k2L2ycjHa9XmcTaC0YmeMmE/aoAInzTNxkkNeq5zgPfM8c1Ti2Pff/8AyzxgSyzIzrzMpJ3ITNLFNVMXrdtmhR6cMsVIKcVmJW2Ypq1o9tHR9R6sVcnV5TkXsLEJQiwwjPHur5nTWyKDRaeVWFtRZQOZl1ZqhwhfZXr2WKBCCZ4uRvEn1Js9CoOgG8ur2QcgZl8g0TUxRnicTRBf043thpHVGOtNjcVwuF7a80DSZVzdvubu7owmiqfnZuzdyT7YFgzgyvH79mqHxPB+PrNNZ5zdZrvFZqvVpnigUxvHAmzdvePv2LcMw8PEPP0hqI4KVt63h1SvHJSUeHx9pWlnwddbgfcBaR9kSW7Pu1Pe0CkRE3HaXBwyqe+poOhH8sUHKca+uu7aVyrgs+6G+J1umpPoA9sq26jdqZkT1vPPKIKzmh3U/qaytqhu5asSqnbsVe3Td0CskZIshK66fX84cdEM2CqlbH0jJqmAXqnnaS6YesLsnVxr+Pvfl+vuqIv8KR9X3pEXlC1eJ+mvXzqOiNvWQLLtOZl1XiLM8p3lThpUkVM7TRFLtR73G6Of82tf1k1y/hexGNW6i+sUpCoLA4Mu6cvfmFY9PT3KYe4/dQAmH8ry9ev2aaZpIKQptb450fc84DnvcrA+eNhyEIjjPrNtKQdufJrCtkm5iGqm6Y9rwwXE4DJqp7jg+PfP0/My2SP5BjInHx8+gVdPlGBW+grxC37VcTidiPmH9inGFaC4keyvU4Oj54ePM2/IB5za23HCcF4z3PDw80PRiQeC6jrvmFWsue55A6zucPqy/mi5c+oVX3UBLwY4PnHOhKYnmMNC28pmSPjgKLuGLtNLRJKyThLO6McgsSDINQpABPmi6mt6gpMZ2TVB3y4xYSwdLKIE1CVyRl5WmazkYx7Iu+GQwIbBtsuE9dY3YtJeV0hmsCWxtJ9qBXLhp5funspJDpk+JZUk0Zua2abjpHZ6Vpi28f/8dr24s373/J+56z2k+cfx80bkDhEYT3lLEbkKiuKuw5at7jLH8/vlR6NHGUjK0Bm7HgbetDJ17OzE4Q9Ms5Fy4fTuqIG/COvA4yrbBmmhKwhfPOs2cteMtxdC0HdnLIdLOCzZuPNmNmApT2dRnTvNmMvjQg1+YSyGUZ9ruhtcls4aVh7Jy3i58NpbUFj6lxHTZ2C7QhIn45mfc3L3mrpF7e5shPLzDGJkB/vwuqG2ImhnmielRRX7mjjffvMLMFygtTSmcLjPrsrBcFubzxHp74B//8Q9Mp2f+6q//it/+h9/w9u0bWDcu50duhwPTZeJ0ubDGxKoH/nJZ6JuO9Tzz0N/wvHzEritmPdN6Tzs6/vD9E2PX4bqGRCcsywStsdw0I69uX9EfhGZ7enpink/ctEILHgzc3N5w/jDRb5Y2tNhlZTbCVBtsx4xhdrOosDd1DKjPdxYijQs6k3DyF0BRQWkumfZwz7IupGkWBqG1uBBEja22JiEEfBbDVYuYrEYKl2VlK6INaf2V7VSp9lJxR6zJGJvwTlwddvPFYgidQKWu1EJEWVadwG1rFsNHixSWxt9gveU5Jba249CbffAcN8moeXlAHQ6H/bqIX5jOHGZx+pgvJykQi0LZ7Z3MPi6JD+8/8F9+90gMnlIs05ZwweFsoVw+0phEVIi3Zs5bNCZ3Kxgje0hjLevxLI7W6ozhgxTSYtduaFqB7Ldice2AWy+cni+8ezXz7esDv/vdBx7uWnzfs8aJ0HlmN+LXddUKoWWZZ06ns3rEJ+0SVqkA1eZ93VY21UwYYDyIVQMFZVsZbLJ4KzTYx4+fwBims4gD5XQTRoboREQXsrp5ZwbEGFnJLMtC27Zs27pbiFf9wpol0fD5WYwbu6Go+FCiQfvDQQZ6RbMGknRPJSoLJSW1SGHvjIwxO4sKtebo2uGrT/r/kVcIylCztaWVSgfFHVMRWmQxDslUuOYWxxgJOKyNe0WjzSDGll1QVXRheG9pWrA20ius6Jzj+++/58ff/zOzWpGfz2fSJAv4zZvxCnFaS1KdRlK891XXEuNGbFq2dRUeedFY36ZwaHoO44GxE3vuwcMwDoQgViKn46NUdsWIn5TmM3gbCCmx/jsTB0su4K58/Lb19H3PwcK2tf9fedeuGzcMBIdvvXyBoxRpgwCBU/j/P8hFAB+Cs03pdHwqxZI6u4hxiOE03uqaK0SJy+XO7AzCSpiSjwQO+8TB2YKwEr5ze3sLAIj2ociyx3J7k0WniMDymBKkDOCcvBvarsM4jvQOY8RyOuF4PGKydsOPOOe4u7tD0zT48f0bbn7e4OsX8g/JMUEbDfv0VP7rCC+JubSMKUmR30be5mcA2odtkRiqGIWUGrvdDqq9ops445gmC4i83QrbtkNryNs8uhOW5UjJTQgYSQdldlRVL8sCay10Z970fuxkyQnQe6K98/MAXMUJXwut1fk2Xyern4HXa9n/PCYknpDFS6trXWmszzi4Vd6jTrFzwTdV4Vzzj/fwzuGwLDSflNetzUNS/bJ8J+bcyWDFa6PkUeccDUULDsEZJKM2rnMOjw8z9vv9m9b2krDWQggB76uobTyzvDgwzRPGzyOuP9E8VIwBWlNb/f5+f1EH7U3BGBkopZyJDsrYdkhcTkN7v+iHgSoFrTH0PVg5KJUkSmq8SPDi/WLoe2hjACbgvEIsB6ku8hgpcGLhKA+pFITy0EFvNxBf6ZWlKlM+IsSAtu1oWK1tiYzQdeiHHvk0UDIRdIAOnSly3TQgFzMBpXVVRmlIJrwx8Fxjbhy8CNDK0A0hJJgEmEgQlWH0W3FgzUAwDdFzM8q3QTprMVBLlUv9rus7dgLNKsACJ4JB4miKerFSAsvhFxWrxycwd8IgDa57ibYnyZfD70coRW0JUXTChCCpddM0mCYqnDgjIH2a582AaJ4m5PxSG4qSVJH0eJbo/jUqqSSXgqnKbORMAqZnL4iimyQ41mpZcKlp0QcOKQkjYaUtrJSCNhqmqDNXw62/xdXuCgAgyiGaIrWMp3mCtfZ/PMKrkSszsrS5QqT9z0tB+gepF40zi63rdAAAAABJRU5ErkJggg=="}],"layers":[{"ddd":0,"ind":0,"ty":2,"nm":"weaccept.jpg","cl":"jpg","refId":"image_0","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":31,"s":[100],"e":[25]},{"t":60.0000024438501}]},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[90]},{"t":60.0000024438501}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[0,0,0],"e":[200,400,0],"to":[33.3333320617676,66.6666641235352,0],"ti":[-33.3333320617676,-66.6666641235352,0]},{"t":60.0000024438501}]},"a":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[0,0,0],"e":[35,270,0],"to":[5.83333349227905,45,0],"ti":[-5.83333349227905,-45,0]},{"t":60.0000024438501}]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[100,100,100],"e":[150,150,100]},{"t":60.0000024438501}]}},"ao":0,"ip":0,"op":61.0000024845809,"st":0,"bm":0,"sr":1}],"v":"4.5.0","ddd":0,"ip":0,"op":61.0000024845809,"fr":29.9700012207031,"w":600,"h":600} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/ZipInlineImage.zip b/ohos/flutter_lottie/assets/Tests/ZipInlineImage.zip new file mode 100644 index 0000000000000000000000000000000000000000..145e91fa37aeeeb07efd096a6a1e8a0aafc18813 Binary files /dev/null and b/ohos/flutter_lottie/assets/Tests/ZipInlineImage.zip differ diff --git a/ohos/flutter_lottie/assets/Tests/adrock.json b/ohos/flutter_lottie/assets/Tests/adrock.json new file mode 100644 index 0000000000000000000000000000000000000000..e721bf9cc2d225d804415befc4b019306444e806 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/adrock.json @@ -0,0 +1 @@ +{"assets":[{"id":"comp_2","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"humo 30","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":105,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":106.369,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[523,264.5,0],"e":[525,246.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":105,"s":[0,0,100],"e":[67,67,100]},{"t":109.10546875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":1,"ty":4,"nm":"humo 29","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":105,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":106.369,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[225,202.5,0],"e":[227,184.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":105,"s":[0,0,100],"e":[67,67,100]},{"t":109.10546875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":2,"ty":4,"nm":"humo 28","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":103.632,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":105,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[231,284.5,0],"e":[233,266.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":103.632,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":107.737,"s":[100,100,100],"e":[82.418,73.77,100]},{"t":113.2109375}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":3,"ty":4,"nm":"humo 27","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":105,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":106.369,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[451,324.5,0],"e":[453,306.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":105,"s":[0,0,100],"e":[67,67,100]},{"t":109.10546875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":4,"ty":4,"nm":"humo 26","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":105,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":106.369,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[265,262.5,0],"e":[267,244.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":105,"s":[0,0,100],"e":[67,67,100]},{"t":109.10546875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":5,"ty":4,"nm":"humo 25","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":103.632,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":105,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[345,186.5,0],"e":[341,182.5,0],"to":[-0.66666668653488,-0.66666668653488,0],"ti":[0.66666668653488,0.66666668653488,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":103.632,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":107.737,"s":[100,100,100],"e":[82.418,73.77,100]},{"t":113.2109375}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":6,"ty":4,"nm":"humo 24","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":105,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":106.369,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[425,548.5,0],"e":[427,530.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":105,"s":[0,0,100],"e":[67,67,100]},{"t":109.10546875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":7,"ty":4,"nm":"humo 23","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":105,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":106.369,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[239,486.5,0],"e":[241,468.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":105,"s":[0,0,100],"e":[67,67,100]},{"t":109.10546875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":8,"ty":4,"nm":"humo 22","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":103.632,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":105,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[427,256.5,0],"e":[429,238.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":103.632,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":107.737,"s":[100,100,100],"e":[82.418,73.77,100]},{"t":113.2109375}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":9,"ty":4,"nm":"humo 21","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":103.632,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":105,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[529,472.5,0],"e":[531,454.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":103.632,"s":[0,0,100],"e":[100,100,100]},{"t":107.7373046875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":10,"ty":4,"nm":"humo 20","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":103.632,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":105,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[329,528.5,0],"e":[331,510.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":103.632,"s":[0,0,100],"e":[100,100,100]},{"t":107.7373046875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":11,"ty":4,"nm":"humo 19","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":103.632,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":105,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[183,536.5,0],"e":[185,518.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":103.632,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":107.737,"s":[100,100,100],"e":[90.698,85.965,100]},{"t":113.2109375}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":12,"ty":4,"nm":"humo 18","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":105,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":106.369,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[429,438.5,0],"e":[431,420.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":105,"s":[0,0,100],"e":[67,67,100]},{"t":109.10546875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":13,"ty":4,"nm":"humo 17","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":105,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":106.369,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[217,418.5,0],"e":[219,400.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":105,"s":[0,0,100],"e":[67,67,100]},{"t":109.10546875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":14,"ty":4,"nm":"humo 16","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":103.632,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":105,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[351,424.5,0],"e":[353,406.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":103.632,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":107.737,"s":[100,100,100],"e":[82.418,73.77,100]},{"t":113.2109375}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":15,"ty":4,"nm":"humo 15","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":103.632,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":105,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[457,348.5,0],"e":[459,330.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":103.632,"s":[0,0,100],"e":[100,100,100]},{"t":107.7373046875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":16,"ty":4,"nm":"humo 14","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":103.632,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":105,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[341,342.5,0],"e":[343,324.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":103.632,"s":[0,0,100],"e":[100,100,100]},{"t":107.7373046875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":17,"ty":4,"nm":"humo 13","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":103.632,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":105,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[199,384.5,0],"e":[201,366.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":103.632,"s":[0,0,100],"e":[100,100,100]},{"t":107.7373046875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":18,"ty":4,"nm":"humo 12","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":105,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":106.369,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[429,774.5,0],"e":[431,756.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":105,"s":[0,0,100],"e":[67,67,100]},{"t":109.10546875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":19,"ty":4,"nm":"humo 11","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":105,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":106.369,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[243,712.5,0],"e":[245,694.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":105,"s":[0,0,100],"e":[67,67,100]},{"t":109.10546875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":20,"ty":4,"nm":"humo 10","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":103.632,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":105,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[523,812.5,0],"e":[525,794.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":103.632,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":107.737,"s":[100,100,100],"e":[82.418,73.77,100]},{"t":113.2109375}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":21,"ty":4,"nm":"humo 9","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":103.632,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":105,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[527,716.5,0],"e":[529,698.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":103.632,"s":[0,0,100],"e":[100,100,100]},{"t":107.7373046875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":22,"ty":4,"nm":"humo 8","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":103.632,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":105,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[333,754.5,0],"e":[335,736.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":103.632,"s":[0,0,100],"e":[100,100,100]},{"t":107.7373046875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":23,"ty":4,"nm":"humo 7","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":103.632,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":105,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[187,762.5,0],"e":[189,744.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":103.632,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":107.737,"s":[100,100,100],"e":[90.698,85.965,100]},{"t":113.2109375}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":24,"ty":4,"nm":"humo 4","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":105,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":106.369,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[433,664.5,0],"e":[435,646.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":105,"s":[0,0,100],"e":[67,67,100]},{"t":109.10546875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":25,"ty":4,"nm":"humo 2","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":105,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":106.369,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[221,644.5,0],"e":[223,626.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":105,"s":[0,0,100],"e":[67,67,100]},{"t":109.10546875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":26,"ty":4,"nm":"humo 6","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":103.632,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":105,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[605,640.5,0],"e":[607,622.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":103.632,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":107.737,"s":[100,100,100],"e":[82.418,73.77,100]},{"t":113.2109375}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":27,"ty":4,"nm":"humo 5","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":103.632,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":105,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[527,610.5,0],"e":[529,592.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":103.632,"s":[0,0,100],"e":[100,100,100]},{"t":107.7373046875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":28,"ty":4,"nm":"humo 3","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":103.632,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":105,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[335,610.5,0],"e":[337,592.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":103.632,"s":[0,0,100],"e":[100,100,100]},{"t":107.7373046875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":29,"ty":4,"nm":"humo","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":103.632,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":105,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[127,628.5,0],"e":[129,610.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":103.632,"s":[0,0,100],"e":[100,100,100]},{"t":107.7373046875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0}]}],"v":"4.0.3","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 2","parent":2,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[347.285,1375.72,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-349,-456.5],[351,-456.5]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[255,228,100,255]},"o":{"k":100},"w":{"k":12},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Shape 1"}],"bounds":{"l":-355,"t":-463,"b":-450,"r":357},"ip":339,"op":392,"st":0},{"ddd":0,"ind":1,"ty":0,"nm":"Humo","refId":"comp_2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[345,456.5,0]},"a":{"k":[345,456.5,0]},"s":{"k":[100,100,100]}},"w":690,"h":913,"ip":95,"op":133,"st":0},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 2 Outlines","parent":3,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":339,"s":[35.965,-1024.97,0],"e":[35.965,-104.97,0],"to":[0,153.33332824707,0],"ti":[0,-153.33332824707,0]},{"t":359}]},"a":{"k":[345.25,456.75,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-345,456.5],[345,456.5],[345,-456.5],[-345,-456.5]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[118,196,181,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[345.25,456.75]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":914,"r":691},"ip":332,"op":392,"st":332},{"ddd":0,"ind":3,"ty":3,"nm":"Null 1","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[{"i":{"x":0.043,"y":1},"o":{"x":0.333,"y":0},"n":"0p043_1_0p333_0","t":32,"s":[361,-177.5,0],"e":[361,662.5,0],"to":[0,140,0],"ti":[0,-140,0]},{"i":{"x":0.043,"y":0.043},"o":{"x":0.167,"y":0.167},"n":"0p043_0p043_0p167_0p167","t":46.526,"s":[361,662.5,0],"e":[361,662.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.043,"y":1},"o":{"x":0.167,"y":0},"n":"0p043_1_0p167_0","t":328,"s":[361,662.5,0],"e":[355,612.5,0],"to":[-1,-8.33333301544189,0],"ti":[1,8.33333301544189,0]},{"i":{"x":0.043,"y":0.043},"o":{"x":0.167,"y":0.167},"n":"0p043_0p043_0p167_0p167","t":338,"s":[355,612.5,0],"e":[355,612.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.043,"y":1},"o":{"x":0.167,"y":0},"n":"0p043_1_0p167_0","t":339,"s":[355,612.5,0],"e":[361,662.5,0],"to":[1,8.33333301544189,0],"ti":[-1,-8.33333301544189,0]},{"t":348}]},"a":{"k":[50,46,0]},"s":{"k":[100,100,100]}},"ip":0,"op":392,"st":0},{"ddd":0,"ind":4,"ty":4,"nm":"BrazoAdelante 2","parent":27,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":90,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":328,"s":[5],"e":[-163]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":338,"s":[-163],"e":[-163]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":339,"s":[-163],"e":[-163.5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":341,"s":[-163.5],"e":[-202]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":344,"s":[-202],"e":[-202]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":345,"s":[-202],"e":[-346]},{"t":350}]},"p":{"k":[235.426,251.527,0]},"a":{"k":[-94,-12,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":35,"s":[{"i":[[0,0],[2.088,-42.839],[-20.814,11.559]],"o":[[0,0],[-1.849,37.935],[2.623,-1.457]],"v":[[-93,-10.5],[-167.825,45.886],[-28.313,60.039]]}],"e":[{"i":[[0,0],[25.902,-66.596],[1.588,-3.414]],"o":[[0,0],[-5.399,13.881],[-1.265,2.72]],"v":[[-93,-10.5],[-158.187,44.722],[-184.017,118.691]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":47.368,"s":[{"i":[[0,0],[25.902,-66.596],[1.588,-3.414]],"o":[[0,0],[-5.399,13.881],[-1.265,2.72]],"v":[[-93,-10.5],[-158.187,44.722],[-184.017,118.691]]}],"e":[{"i":[[0,0],[25.902,-66.596],[1.588,-3.414]],"o":[[0,0],[-5.399,13.881],[-1.265,2.72]],"v":[[-93,-10.5],[-158.187,44.722],[-184.017,118.691]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":52.421,"s":[{"i":[[0,0],[25.902,-66.596],[1.588,-3.414]],"o":[[0,0],[-5.399,13.881],[-1.265,2.72]],"v":[[-93,-10.5],[-158.187,44.722],[-184.017,118.691]]}],"e":[{"i":[[0,0],[33.826,-39.59],[13.228,-27.467]],"o":[[0,0],[-17.895,20.944],[-7.869,16.339]],"v":[[-93,-10.5],[-174.997,53.289],[-163.246,156.646]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":59.158,"s":[{"i":[[0,0],[33.826,-39.59],[13.228,-27.467]],"o":[[0,0],[-17.895,20.944],[-7.869,16.339]],"v":[[-93,-10.5],[-174.997,53.289],[-163.246,156.646]]}],"e":[{"i":[[0,0],[33.826,-39.59],[13.228,-27.467]],"o":[[0,0],[-17.895,20.944],[-7.869,16.339]],"v":[[-93,-10.5],[-174.997,53.289],[-163.246,156.646]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":90,"s":[{"i":[[0,0],[33.826,-39.59],[13.228,-27.467]],"o":[[0,0],[-17.895,20.944],[-7.869,16.339]],"v":[[-93,-10.5],[-174.997,53.289],[-163.246,156.646]]}],"e":[{"i":[[0,0],[17.611,-12.584],[14.326,-11.334]],"o":[[0,0],[-19.275,13.772],[-14.223,11.252]],"v":[[-93,-10.5],[-169.269,33.714],[-236.666,77.948]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":97,"s":[{"i":[[0,0],[17.611,-12.584],[14.326,-11.334]],"o":[[0,0],[-19.275,13.772],[-14.223,11.252]],"v":[[-93,-10.5],[-169.269,33.714],[-236.666,77.948]]}],"e":[{"i":[[0,0],[17.611,-12.584],[14.326,-11.334]],"o":[[0,0],[-19.275,13.772],[-14.223,11.252]],"v":[[-93,-10.5],[-169.269,33.714],[-236.666,77.948]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":169,"s":[{"i":[[0,0],[17.611,-12.584],[14.326,-11.334]],"o":[[0,0],[-19.275,13.772],[-14.223,11.252]],"v":[[-93,-10.5],[-169.269,33.714],[-236.666,77.948]]}],"e":[{"i":[[0,0],[5.31,-8.35],[13.228,-27.467]],"o":[[-17.809,18.663],[-9.313,14.644],[-7.869,16.339]],"v":[[-93,-10.5],[-136.793,52.616],[-171.067,119.824]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":175,"s":[{"i":[[0,0],[5.31,-8.35],[13.228,-27.467]],"o":[[-17.809,18.663],[-9.313,14.644],[-7.869,16.339]],"v":[[-93,-10.5],[-136.793,52.616],[-171.067,119.824]]}],"e":[{"i":[[0,0],[5.31,-8.35],[13.228,-27.467]],"o":[[-17.809,18.663],[-9.313,14.644],[-7.869,16.339]],"v":[[-93,-10.5],[-136.793,52.616],[-171.067,119.824]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":328,"s":[{"i":[[0,0],[5.31,-8.35],[13.228,-27.467]],"o":[[-17.809,18.663],[-9.313,14.644],[-7.869,16.339]],"v":[[-93,-10.5],[-136.793,52.616],[-171.067,119.824]]}],"e":[{"i":[[0,0],[14.872,-14.281],[18.052,-11.681]],"o":[[-17.809,18.663],[-12.518,12.02],[-15.226,9.852]],"v":[[-93,-10.5],[-161.947,71.782],[-228.46,141.132]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":338,"s":[{"i":[[0,0],[14.872,-14.281],[18.052,-11.681]],"o":[[-17.809,18.663],[-12.518,12.02],[-15.226,9.852]],"v":[[-93,-10.5],[-161.947,71.782],[-228.46,141.132]]}],"e":[{"i":[[0,0],[14.872,-14.281],[18.052,-11.681]],"o":[[-17.809,18.663],[-12.518,12.02],[-15.226,9.852]],"v":[[-93,-10.5],[-161.947,71.782],[-228.46,141.132]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":339,"s":[{"i":[[0,0],[14.872,-14.281],[18.052,-11.681]],"o":[[-17.809,18.663],[-12.518,12.02],[-15.226,9.852]],"v":[[-93,-10.5],[-161.947,71.782],[-228.46,141.132]]}],"e":[{"i":[[0,0],[11.432,1.897],[18.052,-11.681]],"o":[[-8.408,-1.194],[-17.12,-2.841],[-15.226,9.852]],"v":[[-93,-10.5],[-116.02,-64.757],[-183.276,0.183]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":344,"s":[{"i":[[0,0],[11.432,1.897],[18.052,-11.681]],"o":[[-8.408,-1.194],[-17.12,-2.841],[-15.226,9.852]],"v":[[-93,-10.5],[-116.02,-64.757],[-183.276,0.183]]}],"e":[{"i":[[0,0],[5.31,-8.35],[13.228,-27.467]],"o":[[-17.809,18.663],[-9.313,14.644],[-7.869,16.339]],"v":[[-93,-10.5],[-136.793,52.616],[-171.067,119.824]]}]},{"t":350}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[228,229,225,255]},"o":{"k":100},"w":{"k":18},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Shape 1"}],"bounds":{"l":-247,"t":-74,"b":167,"r":-19},"ip":0,"op":392,"st":0},{"ddd":0,"ind":5,"ty":4,"nm":"BrazoAdelante","parent":27,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":34.072,"s":[-11],"e":[-11]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":90,"s":[-11],"e":[-11]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":328,"s":[-11],"e":[173]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":338,"s":[173],"e":[173]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":339,"s":[173],"e":[179.5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":341,"s":[179.5],"e":[218]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":344,"s":[218],"e":[218]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":345,"s":[218],"e":[362]},{"t":350}]},"p":{"k":[53.426,251.527,0]},"a":{"k":[-94,-12,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":35,"s":[{"i":[[0,0],[2.088,-42.839],[-20.814,11.559]],"o":[[0,0],[-1.849,37.935],[2.623,-1.457]],"v":[[-93,-10.5],[-167.825,45.886],[-28.313,60.039]]}],"e":[{"i":[[0,0],[22.386,-50.058],[9.396,-23.317]],"o":[[0,0],[-14.653,32.765],[-1.121,2.783]],"v":[[-93,-10.5],[-163.19,32.525],[-193.548,113.492]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":47.368,"s":[{"i":[[0,0],[22.386,-50.058],[9.396,-23.317]],"o":[[0,0],[-14.653,32.765],[-1.121,2.783]],"v":[[-93,-10.5],[-163.19,32.525],[-193.548,113.492]]}],"e":[{"i":[[0,0],[28.408,-60.074],[5.656,-25.043]],"o":[[0,0],[-12.798,27.065],[-0.286,0.288]],"v":[[-93,-10.5],[-158.827,41.523],[-186.077,116.982]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":52.421,"s":[{"i":[[0,0],[28.408,-60.074],[5.656,-25.043]],"o":[[0,0],[-12.798,27.065],[-0.286,0.288]],"v":[[-93,-10.5],[-158.827,41.523],[-186.077,116.982]]}],"e":[{"i":[[0,0],[12.063,-17.913],[15.145,-10.969]],"o":[[0,0],[-8.475,12.585],[-8.359,6.054]],"v":[[-93,-10.5],[-173.905,45.723],[-179.026,151.461]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":59.158,"s":[{"i":[[0,0],[12.063,-17.913],[15.145,-10.969]],"o":[[0,0],[-8.475,12.585],[-8.359,6.054]],"v":[[-93,-10.5],[-173.905,45.723],[-179.026,151.461]]}],"e":[{"i":[[0,0],[12.063,-17.913],[15.145,-10.969]],"o":[[0,0],[-8.475,12.585],[-8.359,6.054]],"v":[[-93,-10.5],[-173.905,45.723],[-179.026,151.461]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":90,"s":[{"i":[[0,0],[12.063,-17.913],[15.145,-10.969]],"o":[[0,0],[-8.475,12.585],[-8.359,6.054]],"v":[[-93,-10.5],[-173.905,45.723],[-179.026,151.461]]}],"e":[{"i":[[0,0],[11.914,6.454],[4.094,11.817]],"o":[[0,0],[-21.73,-11.772],[-3.379,-9.752]],"v":[[-93,-10.5],[-174.944,-1.34],[-230.056,-73.408]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":97,"s":[{"i":[[0,0],[11.914,6.454],[4.094,11.817]],"o":[[0,0],[-21.73,-11.772],[-3.379,-9.752]],"v":[[-93,-10.5],[-174.944,-1.34],[-230.056,-73.408]]}],"e":[{"i":[[0,0],[7.545,-12.008],[3.492,-27.011]],"o":[[0,0],[-11.176,17.785],[-2.106,16.292]],"v":[[-93,-10.5],[-153.946,37.378],[-185.435,126.785]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":104,"s":[{"i":[[0,0],[7.545,-12.008],[3.492,-27.011]],"o":[[0,0],[-11.176,17.785],[-2.106,16.292]],"v":[[-93,-10.5],[-153.946,37.378],[-185.435,126.785]]}],"e":[{"i":[[0,0],[13.744,-16.082],[13.881,-28.048]],"o":[[0,0],[-13.647,15.968],[-7.286,14.723]],"v":[[-93,-10.5],[-151.165,44.031],[-199.615,115.879]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":107,"s":[{"i":[[0,0],[13.744,-16.082],[13.881,-28.048]],"o":[[0,0],[-13.647,15.968],[-7.286,14.723]],"v":[[-93,-10.5],[-151.165,44.031],[-199.615,115.879]]}],"e":[{"i":[[0,0],[13.744,-16.082],[13.881,-28.048]],"o":[[0,0],[-13.647,15.968],[-7.286,14.723]],"v":[[-93,-10.5],[-151.165,44.031],[-199.615,115.879]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":169,"s":[{"i":[[0,0],[13.744,-16.082],[13.881,-28.048]],"o":[[0,0],[-13.647,15.968],[-7.286,14.723]],"v":[[-93,-10.5],[-151.165,44.031],[-199.615,115.879]]}],"e":[{"i":[[0,0],[11.405,-17.818],[5.483,-21.531]],"o":[[0,0],[-9.622,15.031],[-4.054,15.92]],"v":[[-93,-10.5],[-140.912,54.174],[-182.435,137.555]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":175,"s":[{"i":[[0,0],[11.405,-17.818],[5.483,-21.531]],"o":[[0,0],[-9.622,15.031],[-4.054,15.92]],"v":[[-93,-10.5],[-140.912,54.174],[-182.435,137.555]]}],"e":[{"i":[[0,0],[11.405,-17.818],[5.483,-21.531]],"o":[[0,0],[-9.622,15.031],[-4.054,15.92]],"v":[[-93,-10.5],[-140.912,54.174],[-182.435,137.555]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":328,"s":[{"i":[[0,0],[11.405,-17.818],[5.483,-21.531]],"o":[[0,0],[-9.622,15.031],[-4.054,15.92]],"v":[[-93,-10.5],[-140.912,54.174],[-182.435,137.555]]}],"e":[{"i":[[0,0],[11.405,-17.818],[5.483,-21.531]],"o":[[0,0],[-9.622,15.031],[-4.054,15.92]],"v":[[-93,-10.5],[-154.772,68.592],[-198.489,169.839]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":338,"s":[{"i":[[0,0],[11.405,-17.818],[5.483,-21.531]],"o":[[0,0],[-9.622,15.031],[-4.054,15.92]],"v":[[-93,-10.5],[-154.772,68.592],[-198.489,169.839]]}],"e":[{"i":[[0,0],[11.405,-17.818],[5.483,-21.531]],"o":[[0,0],[-9.622,15.031],[-4.054,15.92]],"v":[[-93,-10.5],[-154.772,68.592],[-198.489,169.839]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":339,"s":[{"i":[[0,0],[11.405,-17.818],[5.483,-21.531]],"o":[[0,0],[-9.622,15.031],[-4.054,15.92]],"v":[[-93,-10.5],[-154.772,68.592],[-198.489,169.839]]}],"e":[{"i":[[0,0],[11.405,-17.818],[9.026,-19.807]],"o":[[0,0],[-9.622,15.031],[-6.812,14.949]],"v":[[-93,-10.5],[-143.839,-36.861],[-163.562,33.076]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":344,"s":[{"i":[[0,0],[11.405,-17.818],[9.026,-19.807]],"o":[[0,0],[-9.622,15.031],[-6.812,14.949]],"v":[[-93,-10.5],[-143.839,-36.861],[-163.562,33.076]]}],"e":[{"i":[[0,0],[11.405,-17.818],[5.483,-21.531]],"o":[[0,0],[-9.622,15.031],[-4.054,15.92]],"v":[[-93,-10.5],[-140.912,54.174],[-182.435,137.555]]}]},{"t":350}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"w":{"k":18},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Shape 1"}],"bounds":{"l":-240,"t":-84,"b":180,"r":-19},"ip":0,"op":392,"st":0},{"ddd":0,"ind":6,"ty":4,"nm":"pierna2","parent":3,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":180,"s":[21],"e":[21]},{"t":320}]},"p":{"k":[104,36,0]},"a":{"k":[-54,200,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":35,"s":[{"i":[[0,0],[0.557,-14.911],[0,0],[0.492,-6.629]],"o":[[0,0],[-0.552,14.762],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-38.513,351.227],[-31.492,382.129]]}],"e":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-119.725,334.334]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":44,"s":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-119.725,334.334]]}],"e":[{"i":[[0,0],[5.152,-10.933],[0,0],[3.901,1.373]],"o":[[0,0],[-5.975,12.679],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-99.78,262.123],[-93.336,341.966],[-119.725,334.334]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":49.895,"s":[{"i":[[0,0],[5.152,-10.933],[0,0],[3.901,1.373]],"o":[[0,0],[-5.975,12.679],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-99.78,262.123],[-93.336,341.966],[-119.725,334.334]]}],"e":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-119.725,334.334]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":58.315,"s":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-119.725,334.334]]}],"e":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-119.725,334.334]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":90,"s":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-119.725,334.334]]}],"e":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-88.86,272.741],[-93.336,341.966],[-119.725,334.334]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":95,"s":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-88.86,272.741],[-93.336,341.966],[-119.725,334.334]]}],"e":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-119.725,334.334]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":98,"s":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-119.725,334.334]]}],"e":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-119.725,334.334]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":180,"s":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-119.725,334.334]]}],"e":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-119.725,334.334]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":320,"s":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-119.725,334.334]]}],"e":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-94.744,276.909],[-93.336,341.966],[-119.725,334.334]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":327,"s":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-94.744,276.909],[-93.336,341.966],[-119.725,334.334]]}],"e":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-94.744,276.909],[-93.336,341.966],[-119.725,334.334]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":328,"s":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-94.744,276.909],[-93.336,341.966],[-119.725,334.334]]}],"e":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-114.539,359.89]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":338,"s":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-114.539,359.89]]}],"e":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-114.539,359.89]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":345,"s":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-114.539,359.89]]}],"e":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-94.744,276.909],[-93.336,341.966],[-119.725,334.334]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":349,"s":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-94.744,276.909],[-93.336,341.966],[-119.725,334.334]]}],"e":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-119.725,334.334]]}]},{"t":353}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"w":{"k":24},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[2,2]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Shape 1"}],"bounds":{"l":-130,"t":200,"b":397,"r":-17},"ip":0,"op":392,"st":0},{"ddd":0,"ind":7,"ty":4,"nm":"pierna1","parent":3,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":180,"s":[-22],"e":[-22]},{"t":320}]},"p":{"k":[-36,36,0]},"a":{"k":[-54,200,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":35,"s":[{"i":[[0,0],[0.557,-14.911],[0,0],[0.492,-6.629]],"o":[[0,0],[-0.552,14.762],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-38.513,351.227],[-31.492,382.129]]}],"e":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-131.038,332.202]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":44,"s":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-131.038,332.202]]}],"e":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-100.81,263.421],[-100.691,342.284],[-131.038,332.202]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":49.895,"s":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-100.81,263.421],[-100.691,342.284],[-131.038,332.202]]}],"e":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-131.038,332.202]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":58.315,"s":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-131.038,332.202]]}],"e":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-131.038,332.202]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":90,"s":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-131.038,332.202]]}],"e":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-91.538,267.167],[-100.691,342.284],[-131.038,332.202]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":95,"s":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-91.538,267.167],[-100.691,342.284],[-131.038,332.202]]}],"e":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-131.038,332.202]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":98,"s":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-131.038,332.202]]}],"e":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-131.038,332.202]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":180,"s":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-131.038,332.202]]}],"e":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-131.038,332.202]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":320,"s":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-131.038,332.202]]}],"e":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-94.891,270.126],[-100.691,342.284],[-131.038,332.202]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":327,"s":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-94.891,270.126],[-100.691,342.284],[-131.038,332.202]]}],"e":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-94.891,270.126],[-100.691,342.284],[-131.038,332.202]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":328,"s":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-94.891,270.126],[-100.691,342.284],[-131.038,332.202]]}],"e":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-115.922,364.195]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":338,"s":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-115.922,364.195]]}],"e":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-115.922,364.195]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":345,"s":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-115.922,364.195]]}],"e":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-94.891,270.126],[-100.691,342.284],[-131.038,332.202]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":349,"s":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-94.891,270.126],[-100.691,342.284],[-131.038,332.202]]}],"e":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-131.038,332.202]]}]},{"t":353}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"w":{"k":24},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[2,2]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Shape 1"}],"bounds":{"l":-142,"t":200,"b":397,"r":-17},"ip":0,"op":392,"st":0},{"ddd":0,"ind":8,"ty":4,"nm":"soga2","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0.192]},"n":["0p833_1_0p167_0p192"],"t":195,"s":[0],"e":[4]},{"i":{"x":[0.833],"y":[0.771]},"o":{"x":[0.167],"y":[0]},"n":["0p833_0p771_0p167_0"],"t":207,"s":[4],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[-0.333]},"n":["0p833_1_0p167_-0p333"],"t":218,"s":[0],"e":[4]},{"i":{"x":[0.833],"y":[0.646]},"o":{"x":[0.167],"y":[0]},"n":["0p833_0p646_0p167_0"],"t":234,"s":[4],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[-0.479]},"n":["0p833_1_0p167_-0p479"],"t":251,"s":[0],"e":[4]},{"i":{"x":[0.833],"y":[0.521]},"o":{"x":[0.167],"y":[0]},"n":["0p833_0p521_0p167_0"],"t":274,"s":[4],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[-0.604]},"n":["0p833_1_0p167_-0p604"],"t":297,"s":[0],"e":[4]},{"i":{"x":[0.833],"y":[0.396]},"o":{"x":[0.167],"y":[0]},"n":["0p833_0p396_0p167_0"],"t":326,"s":[4],"e":[0]},{"t":355}]},"p":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":339,"s":[349,-9.5,0],"e":[349,1020.5,0],"to":[0,171.66667175293,0],"ti":[0,-171.66667175293,0]},{"t":359}]},"a":{"k":[4,-470,0]},"s":{"k":[{"i":{"x":[0.71,0.667,0.667],"y":[2.818,0.683,0.667]},"o":{"x":[0.327,0.333,0.333],"y":[0,0,0.333]},"n":["0p71_2p818_0p327_0","0p667_0p683_0p333_0","0p667_0p667_0p333_0p333"],"t":178,"s":[100,100,100],"e":[100,103.032,100]},{"i":{"x":[0.684,0.667,0.667],"y":[0.571,1,0.667]},"o":{"x":[0.35,0.333,0.333],"y":[0.244,0.037,0.333]},"n":["0p684_0p571_0p35_0p244","0p667_1_0p333_0p037","0p667_0p667_0p333_0p333"],"t":187,"s":[100,103.032,100],"e":[100,105.926,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,-0.011,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_1_0p333_-0p011","0p667_0p667_0p333_0p333"],"t":188,"s":[100,105.926,100],"e":[100,100,100]},{"t":195}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.907},"o":{"x":0.167,"y":0.093},"n":"0p833_0p907_0p167_0p093","t":178,"s":[{"i":[[-66,-112],[-2.006,-3.838]],"o":[[30.057,51.005],[0.404,-27.052]],"v":[[27.056,-684.284],[-128.296,-591.5]]}],"e":[{"i":[[-66,-112],[51.478,27.937]],"o":[[30.161,51.182],[-47.833,-97.428]],"v":[[28.059,-572.924],[-107.292,-348.374]]}]},{"i":{"x":0.833,"y":0.907},"o":{"x":0.167,"y":0.093},"n":"0p833_0p907_0p167_0p093","t":181.6,"s":[{"i":[[-66,-112],[51.478,27.937]],"o":[[30.161,51.182],[-47.833,-97.428]],"v":[[28.059,-572.924],[-107.292,-348.374]]}],"e":[{"i":[[-66,-112],[49.042,10.909]],"o":[[30.192,51.235],[-19.237,-36.215]],"v":[[28.361,-539.406],[-73.543,-206.356]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.093},"n":"0p667_1_0p167_0p093","t":185.2,"s":[{"i":[[-66,-112],[49.042,10.909]],"o":[[30.192,51.235],[-19.237,-36.215]],"v":[[28.361,-539.406],[-73.543,-206.356]]}],"e":[{"i":[[-66,-112],[-24.911,-56.32]],"o":[[30.258,51.347],[41.26,93.283]],"v":[[31.287,-883.879],[45.12,-247.626]]}]},{"t":196}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[255,228,100,255]},"o":{"k":100},"w":{"k":12},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-2,-468]},"a":{"k":[38,-468]},"s":{"k":[100,100]},"r":{"k":-0.315},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Shape 1"}],"bounds":{"l":-175,"t":-901,"b":-199,"r":22},"ip":178,"op":392,"st":178},{"ddd":0,"ind":9,"ty":4,"nm":"soga1","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0.192]},"n":["0p833_1_0p167_0p192"],"t":17,"s":[0],"e":[4]},{"i":{"x":[0.833],"y":[0.771]},"o":{"x":[0.167],"y":[0]},"n":["0p833_0p771_0p167_0"],"t":29,"s":[4],"e":[0]},{"t":40}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":43,"s":[349,-9.5,0],"e":[349,-669.5,0],"to":[0,-110,0],"ti":[0,110,0]},{"t":48}]},"a":{"k":[4,-470,0]},"s":{"k":[{"i":{"x":[0.71,0.667,0.667],"y":[2.818,0.683,0.667]},"o":{"x":[0.327,0.333,0.333],"y":[0,0,0.333]},"n":["0p71_2p818_0p327_0","0p667_0p683_0p333_0","0p667_0p667_0p333_0p333"],"t":0,"s":[100,100,100],"e":[100,103.032,100]},{"i":{"x":[0.684,0.667,0.667],"y":[0.571,1,0.667]},"o":{"x":[0.35,0.333,0.333],"y":[0.244,0.037,0.333]},"n":["0p684_0p571_0p35_0p244","0p667_1_0p333_0p037","0p667_0p667_0p333_0p333"],"t":9,"s":[100,103.032,100],"e":[100,105.926,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,-0.011,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_1_0p333_-0p011","0p667_0p667_0p333_0p333"],"t":10,"s":[100,105.926,100],"e":[100,100,100]},{"t":17}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[-66,-112],[-2.006,-3.838]],"o":[[30.057,51.005],[0.404,-27.052]],"v":[[27.056,-684.284],[-128.296,-591.5]]}],"e":[{"i":[[-66,-112],[51.478,27.937]],"o":[[30.161,51.182],[-47.833,-97.428]],"v":[[28.059,-572.924],[-107.292,-348.374]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[-66,-112],[51.478,27.937]],"o":[[30.161,51.182],[-47.833,-97.428]],"v":[[28.059,-572.924],[-107.292,-348.374]]}],"e":[{"i":[[-66,-112],[49.042,10.909]],"o":[[30.192,51.235],[-19.237,-36.215]],"v":[[28.361,-539.406],[-73.543,-206.356]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":4,"s":[{"i":[[-66,-112],[49.042,10.909]],"o":[[30.192,51.235],[-19.237,-36.215]],"v":[[28.361,-539.406],[-73.543,-206.356]]}],"e":[{"i":[[-66,-112],[-24.911,-56.32]],"o":[[30.258,51.347],[41.26,93.283]],"v":[[29,-468.5],[42.834,167.753]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":10,"s":[{"i":[[-66,-112],[-24.911,-56.32]],"o":[[30.258,51.347],[41.26,93.283]],"v":[[29,-468.5],[42.834,167.753]]}],"e":[{"i":[[-66,-112],[25.688,-48.885]],"o":[[30.051,50.995],[-47.447,90.293]],"v":[[29,-468.5],[30.901,155.478]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":17,"s":[{"i":[[-66,-112],[25.688,-48.885]],"o":[[30.051,50.995],[-47.447,90.293]],"v":[[29,-468.5],[30.901,155.478]]}],"e":[{"i":[[-6.865,-129.819],[-5.015,-61.4]],"o":[[3.001,56.753],[6.182,104.767]],"v":[[29,-468.5],[61.711,168.533]]}]},{"t":26}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[255,228,100,255]},"o":{"k":100},"w":{"k":12},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-2,-468]},"a":{"k":[38,-468]},"s":{"k":[100,100]},"r":{"k":-0.315},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Shape 1"}],"bounds":{"l":-175,"t":-727,"b":184,"r":32},"ip":0,"op":392,"st":0},{"ddd":0,"ind":10,"ty":4,"nm":"cinturon Outlines","parent":27,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52.421,"s":[154.614,381.64,0],"e":[148.614,381.64,0],"to":[-1,0,0],"ti":[1,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56.632,"s":[148.614,381.64,0],"e":[148.614,381.64,0],"to":[0,0,0],"ti":[0,0,0]},{"t":203}]},"a":{"k":[135.816,27.219,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[4.458,8.019],[0.102,0.508],[3.178,-0.133],[9.962,-2.038],[4.699,-0.091],[6.772,-0.032],[0.677,2.124],[-2.913,6.244],[0.065,0.573],[0.251,0.011],[0.084,-0.093],[-2.252,-8.338],[-7.826,0],[-7.885,0.457]],"o":[[-0.292,-0.526],[-3.07,0.221],[13.784,3.005],[-4.635,0.948],[-6.77,0.131],[-2.291,0.01],[-2.119,-6.64],[-0.095,-0.563],[-0.251,-0.011],[-0.076,0.095],[-5.833,6.396],[7.184,0.206],[8.919,0],[2.335,-8.201]],"v":[[24.428,-12.627],[23.844,-14.182],[14.462,-13.655],[16.284,10.388],[2.053,10.882],[-18.254,11.35],[-23.076,7.679],[-21.827,-12.163],[-22.06,-13.868],[-22.82,-13.898],[-23.052,-13.615],[-24.426,13.862],[-1.922,14.182],[23.272,13.47]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[181,181,180,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[151.502,36.84]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-4.833,5.006],[1.889,7.582],[34.937,-5.227],[-7.975,2.094],[0,0],[2.817,-4.753],[16.837,-2.105],[1,1.5],[-0.227,1.042],[1.21,-0.129],[2.468,-9.213]],"o":[[-0.976,-9.147],[-8.65,4.552],[0.229,0.429],[3.165,-0.831],[0.704,4.996],[-3.149,5.313],[-8,1],[-2.819,-4.229],[-1.189,0.14],[3.754,8.906],[54.014,-4.622]],"v":[[43.011,0.704],[38.654,-24.579],[-29.598,-4.914],[0.877,-7.783],[36.877,-18.283],[37.86,0.24],[-18.123,17.217],[-35.623,17.217],[-38.985,-3.654],[-42.58,-3.249],[-43.011,24.579]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[181,181,180,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[228.371,24.973]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[26.523,6.306],[3.97,6.178],[-1.151,7.37],[-0.038,0.157],[1.094,0.417],[0.322,-6.619],[-70.153,-3.009],[0.09,4.544]],"o":[[-6.778,-1.612],[-4.227,-6.578],[0.026,-0.169],[-1.23,-0.443],[-1.302,4.488],[9.167,2.953],[-0.964,-4.231],[-1.201,17.219]],"v":[[-29.223,8.969],[-49.223,-1.031],[-50.044,-25.192],[-49.944,-25.676],[-53.436,-26.969],[-58.22,5.169],[58.22,23.114],[56.478,9.751]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[181,181,180,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[58.469,27.219]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-0.069,0.392],[20.132,6.372],[0.081,-2.018],[-4.347,1.326]],"o":[[-41.001,-3.228],[-0.252,1.618],[33.803,7.328],[0.049,-0.398]],"v":[[46.578,7.281],[-45.964,-9.792],[-46.578,-4.19],[46.399,8.466]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[181,181,180,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[64.022,14.551]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Group 4"}],"bounds":{"l":0,"t":0,"b":52,"r":272},"ip":0,"op":392,"st":0},{"ddd":0,"ind":11,"ty":4,"nm":"sombra2 Outlines","parent":27,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56.632,"s":[226.199,246.234,0],"e":[226.199,246.234,0],"to":[0,0,0],"ti":[0,0,0]},{"t":203}]},"a":{"k":[67.207,242.402,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[11.581,37.177],[7.499,22.499],[-14.999,47.998],[111.021,5.799],[-21.635,-29.988],[1.671,-20.697],[4.63,-12.66],[6.476,-13.375],[0,-7.762],[-7.046,-10.276],[-4.879,-13.197],[-2.096,-15.063],[5.352,-25.547],[11.103,-14.442],[-1.791,2.641]],"o":[[-11.463,-36.799],[-8.527,-25.58],[15.435,-49.389],[34.592,12.743],[11.975,16.597],[-1.09,13.497],[-5.106,13.961],[-3.427,7.08],[0,12.5],[7.933,11.572],[5.269,14.255],[3.624,26.035],[-3.629,17.319],[7.561,-1.883],[29.499,-43.499]],"v":[[55.26,85.7],[13.845,-13.113],[48.343,-91.109],[-66.957,-242.152],[21.136,-180.517],[38.974,-122.972],[29.083,-83.669],[8.727,-43.706],[-7.773,-10.706],[18.382,33.065],[38.028,69.576],[49.306,113.537],[44.09,191.066],[22.97,242.152],[37.458,235.373]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[228,229,225,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[67.207,242.402]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":485,"r":130},"ip":0,"op":392,"st":0},{"ddd":0,"ind":12,"ty":4,"nm":"sombra1 Outlines","parent":27,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52.421,"s":[53.95,252.823,0],"e":[45.95,252.823,0],"to":[-1.33333337306976,0,0],"ti":[1.33333337306976,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56.632,"s":[45.95,252.823,0],"e":[45.95,252.823,0],"to":[0,0,0],"ti":[0,0,0]},{"t":203}]},"a":{"k":[43.227,239.454,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[7.54,7.922],[2.986,8.339],[0.489,12.039],[-10.286,25.557],[-2.708,6.188],[-0.303,0.908],[3.837,23.364],[5.189,-35.029],[-20.452,-33.608],[-29.116,-2.506],[4.179,1.251]],"o":[[-6.143,-6.454],[-4.047,-11.306],[-1.131,-27.837],[2.523,-6.269],[-0.148,-0.737],[7.694,-23.107],[-7.57,34.982],[-5.548,37.452],[3.686,6.057],[-4.266,-1.02],[-10.283,-3.078]],"v":[[-2.251,107.236],[-15.458,84.581],[-22.895,49.483],[-5.434,-31.254],[2.443,-49.926],[2.639,-52.4],[6.436,-124.928],[-36.413,-14.484],[-16.217,113.112],[41.96,124.928],[26.044,122.628]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[228,229,225,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[44.243,353.729]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-6.857,-9.273],[-4.454,46.763],[-28.129,22.408],[-15.079,-39.2]],"o":[[-0.273,-6.831],[4,-42],[-65.14,28.707],[10.583,27.511]],"v":[[12.412,103.204],[-15.338,-4.796],[41.791,-103.204],[-26.712,44.802]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[228,229,225,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[42.041,103.454]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Group 2"}],"bounds":{"l":5,"t":0,"b":479,"r":87},"ip":0,"op":392,"st":0},{"ddd":0,"ind":13,"ty":4,"nm":"nariz Outlines","parent":27,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52.421,"s":[171.093,181.694,0],"e":[155.093,181.694,0],"to":[-2.66666674613953,0,0],"ti":[2.66666674613953,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56.632,"s":[155.093,181.694,0],"e":[155.093,181.694,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":203,"s":[155.093,181.694,0],"e":[155.093,165.694,0],"to":[0,-2.66666674613953,0],"ti":[0,2.66666674613953,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":209,"s":[155.093,165.694,0],"e":[155.093,165.694,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.762},"o":{"x":0.333,"y":0},"n":"0p833_0p762_0p333_0","t":245,"s":[155.093,165.694,0],"e":[155.093,181.694,0],"to":[0,2.66666674613953,0],"ti":[0,-2.66666674613953,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":251,"s":[155.093,181.694,0],"e":[155.093,181.694,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":300,"s":[155.093,181.694,0],"e":[155.093,165.694,0],"to":[0,-2.66666674613953,0],"ti":[0,2.66666674613953,0]},{"t":306}]},"a":{"k":[12.25,20.917,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-5.333,-20.667],[-12,20.667],[12,20.084],[8.397,0.917],[4.667,-18.92]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[228,229,225,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[12.25,20.917]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":42,"r":25},"ip":0,"op":392,"st":0},{"ddd":0,"ind":15,"ty":4,"nm":"boca 2 Outlines","parent":27,"ks":{"o":{"k":100},"r":{"k":180},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52.421,"s":[171.791,213.118,0],"e":[155.791,213.118,0],"to":[-2.66666674613953,0,0],"ti":[2.66666674613953,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56.632,"s":[155.791,213.118,0],"e":[155.791,213.118,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":203,"s":[155.791,213.118,0],"e":[155.791,196.618,0],"to":[0,-2.75,0],"ti":[0,2.75,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":209,"s":[155.791,196.618,0],"e":[155.791,196.618,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.77},"o":{"x":0.333,"y":0},"n":"0p833_0p77_0p333_0","t":245,"s":[155.791,196.618,0],"e":[155.791,213.118,0],"to":[0,2.75,0],"ti":[0,-2.75,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":251,"s":[155.791,213.118,0],"e":[155.791,213.118,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":300,"s":[155.791,213.118,0],"e":[155.791,196.618,0],"to":[0,-2.75,0],"ti":[0,2.75,0]},{"t":306}]},"a":{"k":[9.584,2.955,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-1.821,-0.618],[-4.666,1.712],[1.82,-0.668],[4.255,1.445]],"o":[[4.712,1.6],[1.8,-0.66],[-4.209,1.544],[-1.838,-0.624]],"v":[[-7.513,1.105],[7.534,0.855],[6.737,-2.037],[-6.716,-1.787]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[188,188,166,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[9.584,2.956]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Group 1"}],"bounds":{"l":1,"t":0,"b":6,"r":19},"ip":170,"op":392,"st":0},{"ddd":0,"ind":16,"ty":4,"nm":"boca Outlines","parent":27,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52.421,"s":[171.791,213.118,0],"e":[155.791,213.118,0],"to":[-2.66666674613953,0,0],"ti":[2.66666674613953,0,0]},{"t":56.6318359375}]},"a":{"k":[9.584,2.955,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-1.821,-0.618],[-4.666,1.712],[1.82,-0.668],[4.255,1.445]],"o":[[4.712,1.6],[1.8,-0.66],[-4.209,1.544],[-1.838,-0.624]],"v":[[-7.513,1.105],[7.534,0.855],[6.737,-2.037],[-6.716,-1.787]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[188,188,166,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[9.584,2.956]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Group 1"}],"bounds":{"l":1,"t":0,"b":6,"r":19},"ip":0,"op":169,"st":0},{"ddd":0,"ind":17,"ty":4,"nm":"lineas Outlines","parent":27,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52.421,"s":[167.676,176.027,0],"e":[159.676,176.027,0],"to":[-1.33333337306976,0,0],"ti":[1.33333337306976,0,0]},{"t":56.6318359375}]},"a":{"k":[56.5,168.25,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[-0.178,-0.379],[-0.277,-0.737],[-0.329,-1.044],[-0.315,-1.306],[-0.269,-1.515],[-0.209,-1.663],[-0.137,-1.754],[-0.089,-1.784],[-0.015,-1.759],[0.072,-1.675],[0.153,-1.532],[0.238,-1.328],[0.281,-1.064],[0.299,-0.734],[0.229,-0.353],[0,0],[-0.163,0.383],[-0.145,0.749],[-0.097,1.063],[-0.047,1.316],[-0.022,1.508],[0.012,1.648],[0.04,1.73],[0.095,1.756],[0.101,1.727],[0.102,1.645],[0.14,1.505],[0.125,1.314],[0.143,1.065],[0.138,0.755],[0.087,0.409]],"o":[[0,0],[0.179,0.378],[0.299,0.733],[0.334,1.041],[0.325,1.304],[0.288,1.51],[0.214,1.663],[0.138,1.753],[0.069,1.785],[0.018,1.759],[-0.059,1.676],[-0.153,1.533],[-0.215,1.33],[-0.273,1.065],[-0.3,0.738],[-0.257,0.334],[0,0],[0.137,-0.391],[0.136,-0.754],[0.083,-1.065],[0.046,-1.315],[-0.011,-1.509],[-0.038,-1.647],[-0.047,-1.729],[-0.053,-1.757],[-0.107,-1.728],[-0.135,-1.642],[-0.143,-1.505],[-0.151,-1.311],[-0.155,-1.062],[-0.128,-0.761],[-0.078,-0.411]],"v":[[-2.857,-28],[-2.584,-27.419],[-1.855,-25.754],[-0.903,-23.085],[0.097,-19.553],[1.022,-15.314],[1.797,-10.542],[2.377,-5.407],[2.733,-0.088],[2.839,5.243],[2.702,10.409],[2.331,15.235],[1.735,19.541],[0.955,23.146],[0.059,25.856],[-0.797,27.487],[-1.19,28],[-0.941,27.413],[-0.514,25.687],[-0.175,22.945],[0.021,19.362],[0.095,15.111],[0.06,10.362],[-0.058,5.283],[-0.262,0.041],[-0.509,-5.199],[-0.824,-10.271],[-1.189,-15.011],[-1.591,-19.252],[-2.017,-22.833],[-2.425,-25.589],[-2.737,-27.369]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[228,229,225,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[65.107,308.25]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[-0.768,-1.855],[-0.504,-1.302],[-0.286,-0.728],[-0.272,-0.819],[-0.564,-1.903],[-0.496,-2.102],[-0.252,-1.082],[-0.127,-0.548],[-0.098,-0.558],[-0.374,-2.274],[-0.111,-1.143],[-0.108,-1.13],[-0.082,-1.109],[-0.034,-1.08],[-0.013,-1.978],[0.13,-1.723],[0.286,-1.385],[0.179,-0.989],[0,0],[-0.023,2.004],[-0.049,1.385],[0.037,1.704],[0.031,1.946],[0.131,2.119],[0.122,1.086],[0.117,1.11],[0.123,1.123],[0.206,1.116],[0.328,2.208],[0.365,2.098],[0.468,1.887],[0.341,1.674],[0.343,1.354],[0.226,0.977]],"o":[[0,0],[0.38,0.929],[0.256,0.649],[0.28,0.732],[0.526,1.644],[0.62,1.892],[0.245,1.052],[0.126,0.542],[0.119,0.549],[0.368,2.239],[0.199,1.135],[0.109,1.143],[0.113,1.13],[0.072,1.109],[0.06,2.162],[-0.099,1.983],[-0.128,1.723],[-0.224,1.389],[-0.367,1.978],[0,0],[0.017,-1.002],[0.09,-1.381],[-0.061,-1.706],[-0.162,-1.946],[-0.083,-1.06],[-0.143,-1.086],[-0.122,-1.109],[-0.126,-1.121],[-0.334,-2.243],[-0.306,-2.213],[-0.419,-2.084],[-0.431,-1.899],[-0.321,-1.675],[-0.34,-1.354],[-0.442,-1.959]],"v":[[-5.551,-36],[-4.317,-33.094],[-2.963,-29.738],[-2.149,-27.669],[-1.376,-25.32],[0.285,-19.988],[1.841,-13.96],[2.586,-10.757],[2.966,-9.123],[3.254,-7.455],[4.369,-0.668],[4.762,2.762],[5.087,6.174],[5.379,9.534],[5.475,12.827],[5.551,19.058],[5.179,24.636],[4.681,29.322],[4.053,32.904],[3.449,36],[3.459,32.839],[3.536,29.239],[3.458,24.582],[3.311,19.088],[2.837,12.973],[2.594,9.748],[2.203,6.453],[1.834,3.104],[1.399,-0.262],[0.404,-6.957],[-0.738,-13.417],[-1.879,-19.447],[-3.019,-24.829],[-4.051,-29.392],[-4.882,-32.914]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[228,229,225,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[49.801,36.25]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[1.538,7.677],[29.495,3.814],[-31.333,-2],[-20.77,5.833]],"o":[[-25.462,12.677],[8.322,3.066],[19.959,1.273],[2,-5]],"v":[[53.75,-9.417],[-56.25,-5.583],[-0.25,7.751],[54.25,3.583]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[228,229,225,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[56.5,234.833]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Group 3"}],"bounds":{"l":0,"t":0,"b":337,"r":112},"ip":0,"op":392,"st":0},{"ddd":0,"ind":18,"ty":4,"nm":"ceja2 Outlines","parent":25,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":98,"s":[0],"e":[21]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[21],"e":[21]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":169,"s":[21],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":172,"s":[4],"e":[4]},{"t":203}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":54.947,"s":[36.186,48.205,0],"e":[31.186,38.205,0],"to":[-0.83333331346512,-1.66666662693024,0],"ti":[0.83333331346512,1.66666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":58.315,"s":[31.186,38.205,0],"e":[31.186,38.205,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":98,"s":[31.186,38.205,0],"e":[43.686,45.205,0],"to":[2.08333325386047,1.16666662693024,0],"ti":[-2.08333325386047,-1.16666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":100,"s":[43.686,45.205,0],"e":[43.686,45.205,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":169,"s":[43.686,45.205,0],"e":[42.186,55.205,0],"to":[-0.25,1.66666662693024,0],"ti":[0.25,-1.66666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":172,"s":[42.186,55.205,0],"e":[42.186,55.205,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":203,"s":[42.186,55.205,0],"e":[37.186,36.205,0],"to":[-0.83333331346512,-3.16666674613953,0],"ti":[0.83333331346512,3.16666674613953,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":209,"s":[37.186,36.205,0],"e":[37.186,36.205,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":245,"s":[37.186,36.205,0],"e":[37.186,40.205,0],"to":[0,0.66666668653488,0],"ti":[0,-0.66666668653488,0]},{"t":252}]},"a":{"k":[10.864,3.231,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-1.926,0.183],[-5.777,1.019],[1.892,-0.334],[5.577,-0.529]],"o":[[5.843,-0.554],[1.903,-0.335],[-5.513,0.971],[-1.909,0.181]],"v":[[-8.688,2.798],[8.711,0.245],[7.913,-2.648],[-8.688,-0.202]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[45,45,40,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[10.864,3.232]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":7,"r":21},"ip":0,"op":392,"st":0},{"ddd":0,"ind":19,"ty":4,"nm":"ceja1 Outlines","parent":25,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":98,"s":[0],"e":[-23]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[-23],"e":[-23]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":169,"s":[-23],"e":[-3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":172,"s":[-3],"e":[-3]},{"t":203}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":54.947,"s":[157.81,49.205,0],"e":[156.31,56.205,0],"to":[-0.25,1.16666662693024,0],"ti":[0.25,-1.16666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":58.315,"s":[156.31,56.205,0],"e":[156.31,56.205,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":98,"s":[156.31,56.205,0],"e":[147.31,44.705,0],"to":[-1.5,-1.91666662693024,0],"ti":[1.5,1.91666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":100,"s":[147.31,44.705,0],"e":[147.31,44.705,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":169,"s":[147.31,44.705,0],"e":[150.31,53.205,0],"to":[0.5,1.41666662693024,0],"ti":[-0.5,-1.41666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":172,"s":[150.31,53.205,0],"e":[150.31,53.205,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":203,"s":[150.31,53.205,0],"e":[153.31,34.705,0],"to":[0.5,-3.08333325386047,0],"ti":[-0.5,3.08333325386047,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":209,"s":[153.31,34.705,0],"e":[153.31,34.705,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":245,"s":[153.31,34.705,0],"e":[153.31,38.705,0],"to":[0,0.66666668653488,0],"ti":[0,-0.66666668653488,0]},{"t":252}]},"a":{"k":[10.864,3.231,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[1.909,0.181],[5.513,0.971],[-1.903,-0.335],[-5.843,-0.554]],"o":[[-5.577,-0.529],[-1.892,-0.334],[5.777,1.019],[1.926,0.183]],"v":[[8.688,-0.202],[-7.913,-2.648],[-8.711,0.245],[8.688,2.798]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[45,45,40,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[10.864,3.232]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Group 1"}],"bounds":{"l":1,"t":0,"b":7,"r":21},"ip":0,"op":392,"st":0},{"ddd":0,"ind":20,"ty":4,"nm":"ppdos 5 Outlines","parent":25,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":350,"s":[98.363,52.265,0],"e":[98.363,53.265,0],"to":[0,0.16666667163372,0],"ti":[0,1.16666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":351,"s":[98.363,53.265,0],"e":[98.363,45.265,0],"to":[0,-1.16666662693024,0],"ti":[0,1.08333337306976,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":353,"s":[98.363,45.265,0],"e":[98.363,46.765,0],"to":[0,-1.08333337306976,0],"ti":[0,-0.25,0]},{"t":354}]},"a":{"k":[70.798,11.321,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[14,2.667]],"o":[[-13.333,3.333],[0,0]],"v":[[18.417,-1.667],[-18.417,-1.167]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[45,45,40,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[119.516,20.726]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[-14,2.667]],"o":[[13.333,3.333],[0,0]],"v":[[-18.417,-2],[18.417,-0.667]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[45,45,40,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[21.515,20.226]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[-7.597,2.757],[-4.408,0.408],[-3.243,-2.494],[2.285,-4.019],[2.034,0.148],[3.471,0.067],[6.927,-0.841]],"o":[[-3.754,-7.91],[4.248,-1.542],[4.195,-0.389],[3.189,2.454],[-1.197,2.108],[-3.464,-0.251],[-6.962,-0.136],[0,0]],"v":[[-18.246,9.821],[-9.816,-7.281],[3.449,-9.432],[15.595,-5.19],[19.715,7.596],[13.923,9.05],[3.492,8.834],[-17.413,9.39]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 2"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[119.345,10.072]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-3.472,0.067],[7.597,2.757],[4.408,0.408],[3.243,-2.494],[-2.285,-4.019],[-2.034,0.148]],"o":[[3.754,-7.91],[-4.248,-1.542],[-4.195,-0.389],[-3.189,2.454],[1.197,2.108],[3.464,-0.251]],"v":[[18.246,9.788],[9.816,-7.314],[-3.449,-9.466],[-15.595,-5.223],[-19.715,7.563],[-13.923,9.017]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[22.25,10.105]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Group 4"}],"bounds":{"l":1,"t":0,"b":22,"r":140},"ip":350,"op":354,"st":134},{"ddd":0,"ind":21,"ty":4,"nm":"ppdos 4 Outlines","parent":25,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":300,"s":[98.363,52.265,0],"e":[98.363,53.265,0],"to":[0,0.16666667163372,0],"ti":[0,1.16666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":301,"s":[98.363,53.265,0],"e":[98.363,45.265,0],"to":[0,-1.16666662693024,0],"ti":[0,1.08333337306976,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":303,"s":[98.363,45.265,0],"e":[98.363,46.765,0],"to":[0,-1.08333337306976,0],"ti":[0,-0.25,0]},{"t":304}]},"a":{"k":[70.798,11.321,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[14,2.667]],"o":[[-13.333,3.333],[0,0]],"v":[[18.417,-1.667],[-18.417,-1.167]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[45,45,40,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[119.516,20.726]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[-14,2.667]],"o":[[13.333,3.333],[0,0]],"v":[[-18.417,-2],[18.417,-0.667]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[45,45,40,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[21.515,20.226]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[-7.597,2.757],[-4.408,0.408],[-3.243,-2.494],[2.285,-4.019],[2.034,0.148],[3.471,0.067],[6.927,-0.841]],"o":[[-3.754,-7.91],[4.248,-1.542],[4.195,-0.389],[3.189,2.454],[-1.197,2.108],[-3.464,-0.251],[-6.962,-0.136],[0,0]],"v":[[-18.246,9.821],[-9.816,-7.281],[3.449,-9.432],[15.595,-5.19],[19.715,7.596],[13.923,9.05],[3.492,8.834],[-17.413,9.39]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 2"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[119.345,10.072]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-3.472,0.067],[7.597,2.757],[4.408,0.408],[3.243,-2.494],[-2.285,-4.019],[-2.034,0.148]],"o":[[3.754,-7.91],[-4.248,-1.542],[-4.195,-0.389],[-3.189,2.454],[1.197,2.108],[3.464,-0.251]],"v":[[18.246,9.788],[9.816,-7.314],[-3.449,-9.466],[-15.595,-5.223],[-19.715,7.563],[-13.923,9.017]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[22.25,10.105]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Group 4"}],"bounds":{"l":1,"t":0,"b":22,"r":140},"ip":300,"op":304,"st":84},{"ddd":0,"ind":22,"ty":4,"nm":"ppdos 3 Outlines","parent":25,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":245,"s":[98.363,52.265,0],"e":[98.363,53.265,0],"to":[0,0.16666667163372,0],"ti":[0,1.16666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":246,"s":[98.363,53.265,0],"e":[98.363,45.265,0],"to":[0,-1.16666662693024,0],"ti":[0,1.08333337306976,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":248,"s":[98.363,45.265,0],"e":[98.363,46.765,0],"to":[0,-1.08333337306976,0],"ti":[0,-0.25,0]},{"t":249}]},"a":{"k":[70.798,11.321,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[14,2.667]],"o":[[-13.333,3.333],[0,0]],"v":[[18.417,-1.667],[-18.417,-1.167]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[45,45,40,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[119.516,20.726]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[-14,2.667]],"o":[[13.333,3.333],[0,0]],"v":[[-18.417,-2],[18.417,-0.667]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[45,45,40,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[21.515,20.226]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[-7.597,2.757],[-4.408,0.408],[-3.243,-2.494],[2.285,-4.019],[2.034,0.148],[3.471,0.067],[6.927,-0.841]],"o":[[-3.754,-7.91],[4.248,-1.542],[4.195,-0.389],[3.189,2.454],[-1.197,2.108],[-3.464,-0.251],[-6.962,-0.136],[0,0]],"v":[[-18.246,9.821],[-9.816,-7.281],[3.449,-9.432],[15.595,-5.19],[19.715,7.596],[13.923,9.05],[3.492,8.834],[-17.413,9.39]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 2"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[119.345,10.072]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-3.472,0.067],[7.597,2.757],[4.408,0.408],[3.243,-2.494],[-2.285,-4.019],[-2.034,0.148]],"o":[[3.754,-7.91],[-4.248,-1.542],[-4.195,-0.389],[-3.189,2.454],[1.197,2.108],[3.464,-0.251]],"v":[[18.246,9.788],[9.816,-7.314],[-3.449,-9.466],[-15.595,-5.223],[-19.715,7.563],[-13.923,9.017]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[22.25,10.105]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Group 4"}],"bounds":{"l":1,"t":0,"b":22,"r":140},"ip":245,"op":249,"st":29},{"ddd":0,"ind":23,"ty":4,"nm":"ppdos Outlines","parent":25,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":53.544,"s":[98.363,53.265,0],"e":[98.363,67.265,0],"to":[0,2.33333325386047,0],"ti":[0,-2.33333325386047,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":54.947,"s":[98.363,67.265,0],"e":[98.363,67.265,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56.913,"s":[98.363,67.265,0],"e":[98.363,59.265,0],"to":[0,-1.33333337306976,0],"ti":[0,1.33333337306976,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":58.315,"s":[98.363,59.265,0],"e":[98.363,59.265,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":98,"s":[98.363,59.265,0],"e":[98.363,49.265,0],"to":[0,-1.66666662693024,0],"ti":[0,1.66666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":100,"s":[98.363,49.265,0],"e":[98.363,49.265,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":129,"s":[98.363,49.265,0],"e":[98.363,67.265,0],"to":[0,3,0],"ti":[0,-1.66666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":130.403,"s":[98.363,67.265,0],"e":[98.363,59.265,0],"to":[0,1.66666662693024,0],"ti":[0,3,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":134,"s":[98.363,59.265,0],"e":[98.363,49.265,0],"to":[0,-3,0],"ti":[0,1.66666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":136,"s":[98.363,49.265,0],"e":[98.363,49.265,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":165,"s":[98.363,49.265,0],"e":[98.363,67.265,0],"to":[0,3,0],"ti":[0,-1.66666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":166.403,"s":[98.363,67.265,0],"e":[98.363,59.265,0],"to":[0,1.66666662693024,0],"ti":[0,2.16666674613953,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":170,"s":[98.363,59.265,0],"e":[98.363,54.265,0],"to":[0,-2.16666674613953,0],"ti":[0,0.83333331346512,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":172,"s":[98.363,54.265,0],"e":[98.363,54.265,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":198,"s":[98.363,54.265,0],"e":[98.363,67.265,0],"to":[0,2.16666674613953,0],"ti":[0,-0.83333331346512,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":199.403,"s":[98.363,67.265,0],"e":[98.363,59.265,0],"to":[0,0.83333331346512,0],"ti":[0,3.41666674613953,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":203,"s":[98.363,59.265,0],"e":[98.363,46.765,0],"to":[0,-3.41666674613953,0],"ti":[0,2.08333325386047,0]},{"t":205}]},"a":{"k":[70.798,11.321,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[14,2.667]],"o":[[-13.333,3.333],[0,0]],"v":[[18.417,-1.667],[-18.417,-1.167]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[45,45,40,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[119.516,20.726]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[-14,2.667]],"o":[[13.333,3.333],[0,0]],"v":[[-18.417,-2],[18.417,-0.667]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[45,45,40,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[21.515,20.226]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[-7.597,2.757],[-4.408,0.408],[-3.243,-2.494],[2.285,-4.019],[2.034,0.148],[3.471,0.067],[6.927,-0.841]],"o":[[-3.754,-7.91],[4.248,-1.542],[4.195,-0.389],[3.189,2.454],[-1.197,2.108],[-3.464,-0.251],[-6.962,-0.136],[0,0]],"v":[[-18.246,9.821],[-9.816,-7.281],[3.449,-9.432],[15.595,-5.19],[19.715,7.596],[13.923,9.05],[3.492,8.834],[-17.413,9.39]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 2"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[119.345,10.072]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-3.472,0.067],[7.597,2.757],[4.408,0.408],[3.243,-2.494],[-2.285,-4.019],[-2.034,0.148]],"o":[[3.754,-7.91],[-4.248,-1.542],[-4.195,-0.389],[-3.189,2.454],[1.197,2.108],[3.464,-0.251]],"v":[[18.246,9.788],[9.816,-7.314],[-3.449,-9.466],[-15.595,-5.223],[-19.715,7.563],[-13.923,9.017]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[22.25,10.105]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Group 4"}],"bounds":{"l":1,"t":0,"b":22,"r":140},"ip":0,"op":208,"st":0},{"ddd":0,"ind":24,"ty":4,"nm":"ojos Outlines","parent":25,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":203,"s":[96.998,69.17,0],"e":[96.998,50.67,0],"to":[0,-3.08333325386047,0],"ti":[0,3.08333325386047,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":209,"s":[96.998,50.67,0],"e":[96.998,50.67,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":245,"s":[96.998,50.67,0],"e":[96.998,56.67,0],"to":[0,1,0],"ti":[0,-1,0]},{"t":251}]},"a":{"k":[54.75,7.583,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-4.05],[2.255,0],[0,4.05],[-2.255,0]],"o":[[0,4.05],[-2.255,0],[0,-4.05],[2.255,0]],"v":[[4.084,0],[0.001,7.333],[-4.084,0],[0.001,-7.333]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[45,45,40,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[105.166,7.583]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-4.05],[2.347,0],[0,4.05],[-2.347,0]],"o":[[0,4.05],[-2.347,0],[0,-4.05],[2.347,0]],"v":[[4.25,0],[0,7.333],[-4.25,0],[0,-7.333]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[45,45,40,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[4.5,7.583]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Group 2"}],"bounds":{"l":0,"t":0,"b":15,"r":110},"ip":0,"op":392,"st":0},{"ddd":0,"ind":25,"ty":4,"nm":"cara Outlines","parent":27,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52.421,"s":[170.301,131.511,0],"e":[154.301,131.511,0],"to":[-2.66666674613953,0,0],"ti":[2.66666674613953,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56.632,"s":[154.301,131.511,0],"e":[154.301,131.511,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":203,"s":[154.301,131.511,0],"e":[154.301,113.011,0],"to":[0,-3.08333325386047,0],"ti":[0,3.08333325386047,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":209,"s":[154.301,113.011,0],"e":[154.301,113.011,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.795},"o":{"x":0.167,"y":0},"n":"0p833_0p795_0p167_0","t":245,"s":[154.301,113.011,0],"e":[154.301,131.511,0],"to":[0,3.08333325386047,0],"ti":[0,-3.08333325386047,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":251,"s":[154.301,131.511,0],"e":[154.301,131.511,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":300,"s":[154.301,131.511,0],"e":[154.301,113.011,0],"to":[0,-3.08333325386047,0],"ti":[0,3.08333325386047,0]},{"t":306}]},"a":{"k":[96.872,47.987,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[4.26,23.649],[27.288,-4.915],[7.148,-11.997],[-0.901,-1.213],[-21.667,-2.667],[0.859,-17.168],[11.413,-6.272],[14.407,3.502],[4.936,3.643],[0.478,-0.363],[-18.438,3.321]],"o":[[-4.259,-23.65],[-16.14,2.907],[0.997,1.131],[15.294,-12.521],[16.012,1.971],[-0.673,13.46],[-12.872,7.074],[-6.406,-1.558],[-0.455,0.399],[10.827,11.445],[27.289,-4.915]],"v":[[46.587,-8.899],[-10.535,-42.821],[-46.943,-18.628],[-46.943,-18.628],[10.684,-35.816],[41.024,-1.479],[21.017,31.517],[-22.983,37.517],[-42.02,28.833],[-42.02,28.833],[4.891,42.822]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[214,185,127,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[142.647,47.986]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[13.484,5.205],[5.549,11.207],[-22.328,-4.021],[-10.734,7.643]],"o":[[-9.166,-3.537],[2.948,18.724],[15.124,2.724],[-18.322,3.073]],"v":[[-8.854,7.057],[-41.135,-19.952],[0.688,19.028],[41.135,10.651]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[214,185,127,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[45.518,71.78]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-3.793,-5.121],[-0.311,0.291],[17.302,3.116],[7.033,-20.317],[-10.618,2.939],[-14.023,-8.9]],"o":[[0.303,-0.296],[-6.721,-13.26],[-25.017,-4.506],[7.104,-9.639],[15.537,-4.3],[5.266,3.341]],"v":[[45.805,14.068],[46.729,13.189],[8.884,-13.641],[-46.73,14.565],[-15.112,-3.503],[32.056,1.171]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[214,185,127,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[52.748,18.806]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-4.26,-23.649],[-27.289,4.915],[4.261,23.65],[27.288,-4.915]],"o":[[4.26,23.649],[27.288,-4.915],[-4.259,-23.65],[-27.288,4.915]],"v":[[-49.409,8.899],[7.714,42.822],[49.409,-8.899],[-7.714,-42.821]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[139.825,47.987]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Group 4"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[4.26,-23.649],[27.289,4.915],[-4.261,23.65],[-27.288,-4.915]],"o":[[-4.26,23.649],[-27.288,-4.915],[4.259,-23.65],[27.288,4.915]],"v":[[49.41,8.899],[-7.714,42.822],[-49.409,-8.899],[7.714,-42.821]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[53.919,47.987]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Group 5"}],"bounds":{"l":3,"t":4,"b":92,"r":190},"ip":0,"op":392,"st":0},{"ddd":0,"ind":26,"ty":3,"nm":"Null 2","parent":3,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":320,"s":[28,14,0],"e":[28,24,0],"to":[0,1.66666662693024,0],"ti":[0,-1.66666662693024,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":327,"s":[28,24,0],"e":[28,24,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":328,"s":[28,24,0],"e":[28,10,0],"to":[0,-2.33333325386047,0],"ti":[0,0.66666668653488,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":338,"s":[28,10,0],"e":[28,20,0],"to":[0,-0.66666668653488,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":349,"s":[28,20,0],"e":[28,10,0],"to":[0,0,0],"ti":[0,1.66666662693024,0]},{"t":352}]},"a":{"k":[47.458,43.75,0]},"s":{"k":[118,96,100]}},"ip":0,"op":392,"st":0},{"ddd":0,"ind":27,"ty":4,"nm":"cuerpo Outlines","parent":26,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":170,"s":[0],"e":[0]},{"t":185}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":44,"s":[47.855,-150.191,0],"e":[47.855,-127.274,0],"to":[0,3.81944441795349,0],"ti":[0,-3.81944441795349,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":48.211,"s":[47.855,-127.274,0],"e":[47.855,-127.274,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":51.579,"s":[47.855,-127.274,0],"e":[47.855,-152.274,0],"to":[0,-4.16666650772095,0],"ti":[0,3.81944441795349,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.38},"n":"0p667_1_0p167_0p38","t":56.632,"s":[47.855,-152.274,0],"e":[47.855,-150.191,0],"to":[0,-3.81944441795349,0],"ti":[0,-0.34722220897675,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":60,"s":[47.855,-150.191,0],"e":[47.855,-150.191,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":90,"s":[47.855,-150.191,0],"e":[47.855,-138.733,0],"to":[0,1.90972220897675,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":95,"s":[47.855,-138.733,0],"e":[47.855,-150.191,0],"to":[0,0,0],"ti":[0,1.90972220897675,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":99,"s":[47.855,-150.191,0],"e":[47.855,-150.191,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":170,"s":[47.855,-150.191,0],"e":[47.855,-150.191,0],"to":[0,0,0],"ti":[0,0,0]},{"t":185}]},"a":{"k":[143.895,251.344,0]},"s":{"k":[84.746,104.167,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,39.257],[17.501,45.498],[-110.998,-2.883],[15.67,-50.146],[-8.527,-25.58],[-11.463,-36.799],[29.499,-43.499],[11.804,19.397],[-5.548,37.452]],"o":[[0,-22.499],[-18.803,-48.88],[115.494,3],[-14.999,47.997],[7.5,22.499],[11.581,37.177],[-13.447,19.83],[-20.451,-33.609],[6,-40.498]],"v":[[-89.342,-21.722],[-124.842,-89.719],[0.654,-248.211],[123.648,-95.218],[89.149,-17.222],[130.564,81.591],[114.146,231.264],[-112.147,229.866],[-132.342,102.27]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[143.895,251.344]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Group 1"}],"bounds":{"l":9,"t":3,"b":497,"r":283},"ip":0,"op":392,"st":0},{"ddd":0,"ind":28,"ty":1,"nm":"Medium Gray-Cyan Solid 1","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":34,"s":[21],"e":[100]},{"t":49}]},"r":{"k":0},"p":{"k":[339,808.5,0]},"a":{"k":[327,796.5,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":32,"s":[69,69,100],"e":[53,53,100]},{"t":49}]}},"hasMask":true,"masksProperties":[{"cl":true,"inv":false,"mode":"a","pt":{"k":{"i":[[125.369,0],[0,-28.719],[-125.369,0],[0,28.719]],"o":[[-125.369,0],[0,28.719],[125.369,0],[0,-28.719]],"v":[[331,748],[104,800],[331,852],[558,800]]}},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"sw":690,"sh":913,"sc":"#5eac9d","ip":0,"op":392,"st":0},{"ddd":0,"ind":29,"ty":4,"nm":"Layer 1 Outlines","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[345,456.5,0]},"a":{"k":[345.25,456.75,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-345,456.5],[345,456.5],[345,-456.5],[-345,-456.5]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[118,196,181,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[345.25,456.75]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100},"sk":{"k":0},"sa":{"k":0}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":914,"r":691},"ip":0,"op":1801,"st":0}],"ip":0,"op":392,"fr":30,"w":690,"h":913} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/adrock_converted.json b/ohos/flutter_lottie/assets/Tests/adrock_converted.json new file mode 100644 index 0000000000000000000000000000000000000000..437d26d532a9171d550c79ca55e98e2d50623032 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/adrock_converted.json @@ -0,0 +1 @@ +{"assets":[{"id":"comp_2","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"humo 30","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":105,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":106.369,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":113.211,"s":[100]},{"t":121.4208984375,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":110.474,"s":[523,264.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375,"s":[525,246.5,0]}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":105,"s":[0,0,100]},{"t":109.10546875,"s":[67,67,100]}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":1,"ty":4,"nm":"humo 29","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":105,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":106.369,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":113.211,"s":[100]},{"t":121.4208984375,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":110.474,"s":[225,202.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375,"s":[227,184.5,0]}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":105,"s":[0,0,100]},{"t":109.10546875,"s":[67,67,100]}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":2,"ty":4,"nm":"humo 28","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":103.632,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":105,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":113.211,"s":[100]},{"t":121.4208984375,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":110.474,"s":[231,284.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375,"s":[233,266.5,0]}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":103.632,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":107.737,"s":[100,100,100]},{"t":113.2109375,"s":[82.418,73.77,100]}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":3,"ty":4,"nm":"humo 27","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":105,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":106.369,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":113.211,"s":[100]},{"t":121.4208984375,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":110.474,"s":[451,324.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375,"s":[453,306.5,0]}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":105,"s":[0,0,100]},{"t":109.10546875,"s":[67,67,100]}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":4,"ty":4,"nm":"humo 26","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":105,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":106.369,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":113.211,"s":[100]},{"t":121.4208984375,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":110.474,"s":[265,262.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375,"s":[267,244.5,0]}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":105,"s":[0,0,100]},{"t":109.10546875,"s":[67,67,100]}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":5,"ty":4,"nm":"humo 25","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":103.632,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":105,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":113.211,"s":[100]},{"t":121.4208984375,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":110.474,"s":[345,186.5,0],"to":[-0.66666668653488,-0.66666668653488,0],"ti":[0.66666668653488,0.66666668653488,0]},{"t":129.6318359375,"s":[341,182.5,0]}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":103.632,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":107.737,"s":[100,100,100]},{"t":113.2109375,"s":[82.418,73.77,100]}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":6,"ty":4,"nm":"humo 24","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":105,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":106.369,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":113.211,"s":[100]},{"t":121.4208984375,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":110.474,"s":[425,548.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375,"s":[427,530.5,0]}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":105,"s":[0,0,100]},{"t":109.10546875,"s":[67,67,100]}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":7,"ty":4,"nm":"humo 23","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":105,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":106.369,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":113.211,"s":[100]},{"t":121.4208984375,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":110.474,"s":[239,486.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375,"s":[241,468.5,0]}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":105,"s":[0,0,100]},{"t":109.10546875,"s":[67,67,100]}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":8,"ty":4,"nm":"humo 22","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":103.632,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":105,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":113.211,"s":[100]},{"t":121.4208984375,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":110.474,"s":[427,256.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375,"s":[429,238.5,0]}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":103.632,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":107.737,"s":[100,100,100]},{"t":113.2109375,"s":[82.418,73.77,100]}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":9,"ty":4,"nm":"humo 21","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":103.632,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":105,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":113.211,"s":[100]},{"t":121.4208984375,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":110.474,"s":[529,472.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375,"s":[531,454.5,0]}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":103.632,"s":[0,0,100]},{"t":107.7373046875,"s":[100,100,100]}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":10,"ty":4,"nm":"humo 20","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":103.632,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":105,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":113.211,"s":[100]},{"t":121.4208984375,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":110.474,"s":[329,528.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375,"s":[331,510.5,0]}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":103.632,"s":[0,0,100]},{"t":107.7373046875,"s":[100,100,100]}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":11,"ty":4,"nm":"humo 19","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":103.632,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":105,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":113.211,"s":[100]},{"t":121.4208984375,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":110.474,"s":[183,536.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375,"s":[185,518.5,0]}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":103.632,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":107.737,"s":[100,100,100]},{"t":113.2109375,"s":[90.698,85.965,100]}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":12,"ty":4,"nm":"humo 18","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":105,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":106.369,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":113.211,"s":[100]},{"t":121.4208984375,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":110.474,"s":[429,438.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375,"s":[431,420.5,0]}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":105,"s":[0,0,100]},{"t":109.10546875,"s":[67,67,100]}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":13,"ty":4,"nm":"humo 17","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":105,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":106.369,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":113.211,"s":[100]},{"t":121.4208984375,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":110.474,"s":[217,418.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375,"s":[219,400.5,0]}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":105,"s":[0,0,100]},{"t":109.10546875,"s":[67,67,100]}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":14,"ty":4,"nm":"humo 16","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":103.632,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":105,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":113.211,"s":[100]},{"t":121.4208984375,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":110.474,"s":[351,424.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375,"s":[353,406.5,0]}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":103.632,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":107.737,"s":[100,100,100]},{"t":113.2109375,"s":[82.418,73.77,100]}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":15,"ty":4,"nm":"humo 15","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":103.632,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":105,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":113.211,"s":[100]},{"t":121.4208984375,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":110.474,"s":[457,348.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375,"s":[459,330.5,0]}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":103.632,"s":[0,0,100]},{"t":107.7373046875,"s":[100,100,100]}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":16,"ty":4,"nm":"humo 14","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":103.632,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":105,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":113.211,"s":[100]},{"t":121.4208984375,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":110.474,"s":[341,342.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375,"s":[343,324.5,0]}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":103.632,"s":[0,0,100]},{"t":107.7373046875,"s":[100,100,100]}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":17,"ty":4,"nm":"humo 13","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":103.632,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":105,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":113.211,"s":[100]},{"t":121.4208984375,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":110.474,"s":[199,384.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375,"s":[201,366.5,0]}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":103.632,"s":[0,0,100]},{"t":107.7373046875,"s":[100,100,100]}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":18,"ty":4,"nm":"humo 12","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":105,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":106.369,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":113.211,"s":[100]},{"t":121.4208984375,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":110.474,"s":[429,774.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375,"s":[431,756.5,0]}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":105,"s":[0,0,100]},{"t":109.10546875,"s":[67,67,100]}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":19,"ty":4,"nm":"humo 11","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":105,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":106.369,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":113.211,"s":[100]},{"t":121.4208984375,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":110.474,"s":[243,712.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375,"s":[245,694.5,0]}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":105,"s":[0,0,100]},{"t":109.10546875,"s":[67,67,100]}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":20,"ty":4,"nm":"humo 10","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":103.632,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":105,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":113.211,"s":[100]},{"t":121.4208984375,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":110.474,"s":[523,812.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375,"s":[525,794.5,0]}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":103.632,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":107.737,"s":[100,100,100]},{"t":113.2109375,"s":[82.418,73.77,100]}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":21,"ty":4,"nm":"humo 9","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":103.632,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":105,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":113.211,"s":[100]},{"t":121.4208984375,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":110.474,"s":[527,716.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375,"s":[529,698.5,0]}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":103.632,"s":[0,0,100]},{"t":107.7373046875,"s":[100,100,100]}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":22,"ty":4,"nm":"humo 8","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":103.632,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":105,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":113.211,"s":[100]},{"t":121.4208984375,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":110.474,"s":[333,754.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375,"s":[335,736.5,0]}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":103.632,"s":[0,0,100]},{"t":107.7373046875,"s":[100,100,100]}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":23,"ty":4,"nm":"humo 7","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":103.632,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":105,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":113.211,"s":[100]},{"t":121.4208984375,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":110.474,"s":[187,762.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375,"s":[189,744.5,0]}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":103.632,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":107.737,"s":[100,100,100]},{"t":113.2109375,"s":[90.698,85.965,100]}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":24,"ty":4,"nm":"humo 4","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":105,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":106.369,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":113.211,"s":[100]},{"t":121.4208984375,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":110.474,"s":[433,664.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375,"s":[435,646.5,0]}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":105,"s":[0,0,100]},{"t":109.10546875,"s":[67,67,100]}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":25,"ty":4,"nm":"humo 2","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":105,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":106.369,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":113.211,"s":[100]},{"t":121.4208984375,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":110.474,"s":[221,644.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375,"s":[223,626.5,0]}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":105,"s":[0,0,100]},{"t":109.10546875,"s":[67,67,100]}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":26,"ty":4,"nm":"humo 6","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":103.632,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":105,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":113.211,"s":[100]},{"t":121.4208984375,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":110.474,"s":[605,640.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375,"s":[607,622.5,0]}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":103.632,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":107.737,"s":[100,100,100]},{"t":113.2109375,"s":[82.418,73.77,100]}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":27,"ty":4,"nm":"humo 5","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":103.632,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":105,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":113.211,"s":[100]},{"t":121.4208984375,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":110.474,"s":[527,610.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375,"s":[529,592.5,0]}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":103.632,"s":[0,0,100]},{"t":107.7373046875,"s":[100,100,100]}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":28,"ty":4,"nm":"humo 3","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":103.632,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":105,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":113.211,"s":[100]},{"t":121.4208984375,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":110.474,"s":[335,610.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375,"s":[337,592.5,0]}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":103.632,"s":[0,0,100]},{"t":107.7373046875,"s":[100,100,100]}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":29,"ty":4,"nm":"humo","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":103.632,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":105,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":113.211,"s":[100]},{"t":121.4208984375,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":110.474,"s":[127,628.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375,"s":[129,610.5,0]}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":103.632,"s":[0,0,100]},{"t":107.7373046875,"s":[100,100,100]}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0}]}],"v":"4.0.3","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 2","parent":2,"ks":{"p":{"k":[347.285,1375.72,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-349,-456.5],[351,-456.5]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[255,228,100,255]},"o":{"k":100},"w":{"k":12},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr"}],"nm":"Shape 1"}],"bounds":{"l":-355,"t":-463,"b":-450,"r":357},"ip":339,"op":392,"st":0},{"ddd":0,"ind":1,"ty":0,"nm":"Humo","refId":"comp_2","ks":{"p":{"k":[345,456.5,0]},"a":{"k":[345,456.5,0]}},"w":690,"h":913,"ip":95,"op":133,"st":0},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 2 Outlines","parent":3,"ks":{"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":339,"s":[35.965,-1024.97,0],"to":[0,153.33332824707,0],"ti":[0,-153.33332824707,0]},{"t":359,"s":[35.965,-104.97,0]}]},"a":{"k":[345.25,456.75,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-345,456.5],[345,456.5],[345,-456.5],[-345,-456.5]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[118,196,181,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[345.25,456.75]}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":914,"r":691},"ip":332,"op":392,"st":332},{"ddd":0,"ind":3,"ty":3,"nm":"Null 1","ks":{"o":{"k":0},"p":{"k":[{"i":{"x":0.043,"y":1},"o":{"x":0.333,"y":0},"t":32,"s":[361,-177.5,0],"to":[0,140,0],"ti":[0,-140,0]},{"i":{"x":0.043,"y":0.043},"o":{"x":0.167,"y":0.167},"t":46.526,"s":[361,662.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.043,"y":1},"o":{"x":0.167,"y":0},"t":328,"s":[361,662.5,0],"to":[-1,-8.33333301544189,0],"ti":[1,8.33333301544189,0]},{"i":{"x":0.043,"y":0.043},"o":{"x":0.167,"y":0.167},"t":338,"s":[355,612.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.043,"y":1},"o":{"x":0.167,"y":0},"t":339,"s":[355,612.5,0],"to":[1,8.33333301544189,0],"ti":[-1,-8.33333301544189,0]},{"t":348,"s":[361,662.5,0]}]},"a":{"k":[50,46,0]}},"ip":0,"op":392,"st":0},{"ddd":0,"ind":4,"ty":4,"nm":"BrazoAdelante 2","parent":27,"ks":{"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":35,"s":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":90,"s":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":328,"s":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":338,"s":[-163]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":339,"s":[-163]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":341,"s":[-163.5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":344,"s":[-202]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":345,"s":[-202]},{"t":350,"s":[-346]}]},"p":{"k":[235.426,251.527,0]},"a":{"k":[-94,-12,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":35,"s":[{"i":[[0,0],[2.088,-42.839],[-20.814,11.559]],"o":[[0,0],[-1.849,37.935],[2.623,-1.457]],"v":[[-93,-10.5],[-167.825,45.886],[-28.313,60.039]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":47.368,"s":[{"i":[[0,0],[25.902,-66.596],[1.588,-3.414]],"o":[[0,0],[-5.399,13.881],[-1.265,2.72]],"v":[[-93,-10.5],[-158.187,44.722],[-184.017,118.691]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":52.421,"s":[{"i":[[0,0],[25.902,-66.596],[1.588,-3.414]],"o":[[0,0],[-5.399,13.881],[-1.265,2.72]],"v":[[-93,-10.5],[-158.187,44.722],[-184.017,118.691]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":59.158,"s":[{"i":[[0,0],[33.826,-39.59],[13.228,-27.467]],"o":[[0,0],[-17.895,20.944],[-7.869,16.339]],"v":[[-93,-10.5],[-174.997,53.289],[-163.246,156.646]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":90,"s":[{"i":[[0,0],[33.826,-39.59],[13.228,-27.467]],"o":[[0,0],[-17.895,20.944],[-7.869,16.339]],"v":[[-93,-10.5],[-174.997,53.289],[-163.246,156.646]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":97,"s":[{"i":[[0,0],[17.611,-12.584],[14.326,-11.334]],"o":[[0,0],[-19.275,13.772],[-14.223,11.252]],"v":[[-93,-10.5],[-169.269,33.714],[-236.666,77.948]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":169,"s":[{"i":[[0,0],[17.611,-12.584],[14.326,-11.334]],"o":[[0,0],[-19.275,13.772],[-14.223,11.252]],"v":[[-93,-10.5],[-169.269,33.714],[-236.666,77.948]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":175,"s":[{"i":[[0,0],[5.31,-8.35],[13.228,-27.467]],"o":[[-17.809,18.663],[-9.313,14.644],[-7.869,16.339]],"v":[[-93,-10.5],[-136.793,52.616],[-171.067,119.824]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":328,"s":[{"i":[[0,0],[5.31,-8.35],[13.228,-27.467]],"o":[[-17.809,18.663],[-9.313,14.644],[-7.869,16.339]],"v":[[-93,-10.5],[-136.793,52.616],[-171.067,119.824]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":338,"s":[{"i":[[0,0],[14.872,-14.281],[18.052,-11.681]],"o":[[-17.809,18.663],[-12.518,12.02],[-15.226,9.852]],"v":[[-93,-10.5],[-161.947,71.782],[-228.46,141.132]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":339,"s":[{"i":[[0,0],[14.872,-14.281],[18.052,-11.681]],"o":[[-17.809,18.663],[-12.518,12.02],[-15.226,9.852]],"v":[[-93,-10.5],[-161.947,71.782],[-228.46,141.132]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":344,"s":[{"i":[[0,0],[11.432,1.897],[18.052,-11.681]],"o":[[-8.408,-1.194],[-17.12,-2.841],[-15.226,9.852]],"v":[[-93,-10.5],[-116.02,-64.757],[-183.276,0.183]]}]},{"t":350,"s":[{"i":[[0,0],[5.31,-8.35],[13.228,-27.467]],"o":[[-17.809,18.663],[-9.313,14.644],[-7.869,16.339]],"v":[[-93,-10.5],[-136.793,52.616],[-171.067,119.824]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[228,229,225,255]},"o":{"k":100},"w":{"k":18},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr"}],"nm":"Shape 1"}],"bounds":{"l":-247,"t":-74,"b":167,"r":-19},"ip":0,"op":392,"st":0},{"ddd":0,"ind":5,"ty":4,"nm":"BrazoAdelante","parent":27,"ks":{"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":34.072,"s":[-11]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":90,"s":[-11]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":328,"s":[-11]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":338,"s":[173]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":339,"s":[173]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":341,"s":[179.5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":344,"s":[218]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":345,"s":[218]},{"t":350,"s":[362]}]},"p":{"k":[53.426,251.527,0]},"a":{"k":[-94,-12,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":35,"s":[{"i":[[0,0],[2.088,-42.839],[-20.814,11.559]],"o":[[0,0],[-1.849,37.935],[2.623,-1.457]],"v":[[-93,-10.5],[-167.825,45.886],[-28.313,60.039]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":47.368,"s":[{"i":[[0,0],[22.386,-50.058],[9.396,-23.317]],"o":[[0,0],[-14.653,32.765],[-1.121,2.783]],"v":[[-93,-10.5],[-163.19,32.525],[-193.548,113.492]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":52.421,"s":[{"i":[[0,0],[28.408,-60.074],[5.656,-25.043]],"o":[[0,0],[-12.798,27.065],[-0.286,0.288]],"v":[[-93,-10.5],[-158.827,41.523],[-186.077,116.982]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":59.158,"s":[{"i":[[0,0],[12.063,-17.913],[15.145,-10.969]],"o":[[0,0],[-8.475,12.585],[-8.359,6.054]],"v":[[-93,-10.5],[-173.905,45.723],[-179.026,151.461]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":90,"s":[{"i":[[0,0],[12.063,-17.913],[15.145,-10.969]],"o":[[0,0],[-8.475,12.585],[-8.359,6.054]],"v":[[-93,-10.5],[-173.905,45.723],[-179.026,151.461]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":97,"s":[{"i":[[0,0],[11.914,6.454],[4.094,11.817]],"o":[[0,0],[-21.73,-11.772],[-3.379,-9.752]],"v":[[-93,-10.5],[-174.944,-1.34],[-230.056,-73.408]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":104,"s":[{"i":[[0,0],[7.545,-12.008],[3.492,-27.011]],"o":[[0,0],[-11.176,17.785],[-2.106,16.292]],"v":[[-93,-10.5],[-153.946,37.378],[-185.435,126.785]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":107,"s":[{"i":[[0,0],[13.744,-16.082],[13.881,-28.048]],"o":[[0,0],[-13.647,15.968],[-7.286,14.723]],"v":[[-93,-10.5],[-151.165,44.031],[-199.615,115.879]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":169,"s":[{"i":[[0,0],[13.744,-16.082],[13.881,-28.048]],"o":[[0,0],[-13.647,15.968],[-7.286,14.723]],"v":[[-93,-10.5],[-151.165,44.031],[-199.615,115.879]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":175,"s":[{"i":[[0,0],[11.405,-17.818],[5.483,-21.531]],"o":[[0,0],[-9.622,15.031],[-4.054,15.92]],"v":[[-93,-10.5],[-140.912,54.174],[-182.435,137.555]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":328,"s":[{"i":[[0,0],[11.405,-17.818],[5.483,-21.531]],"o":[[0,0],[-9.622,15.031],[-4.054,15.92]],"v":[[-93,-10.5],[-140.912,54.174],[-182.435,137.555]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":338,"s":[{"i":[[0,0],[11.405,-17.818],[5.483,-21.531]],"o":[[0,0],[-9.622,15.031],[-4.054,15.92]],"v":[[-93,-10.5],[-154.772,68.592],[-198.489,169.839]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":339,"s":[{"i":[[0,0],[11.405,-17.818],[5.483,-21.531]],"o":[[0,0],[-9.622,15.031],[-4.054,15.92]],"v":[[-93,-10.5],[-154.772,68.592],[-198.489,169.839]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":344,"s":[{"i":[[0,0],[11.405,-17.818],[9.026,-19.807]],"o":[[0,0],[-9.622,15.031],[-6.812,14.949]],"v":[[-93,-10.5],[-143.839,-36.861],[-163.562,33.076]]}]},{"t":350,"s":[{"i":[[0,0],[11.405,-17.818],[5.483,-21.531]],"o":[[0,0],[-9.622,15.031],[-4.054,15.92]],"v":[[-93,-10.5],[-140.912,54.174],[-182.435,137.555]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"w":{"k":18},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr"}],"nm":"Shape 1"}],"bounds":{"l":-240,"t":-84,"b":180,"r":-19},"ip":0,"op":392,"st":0},{"ddd":0,"ind":6,"ty":4,"nm":"pierna2","parent":3,"ks":{"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":180,"s":[21]},{"t":320,"s":[21]}]},"p":{"k":[104,36,0]},"a":{"k":[-54,200,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":35,"s":[{"i":[[0,0],[0.557,-14.911],[0,0],[0.492,-6.629]],"o":[[0,0],[-0.552,14.762],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-38.513,351.227],[-31.492,382.129]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":44,"s":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-119.725,334.334]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":49.895,"s":[{"i":[[0,0],[5.152,-10.933],[0,0],[3.901,1.373]],"o":[[0,0],[-5.975,12.679],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-99.78,262.123],[-93.336,341.966],[-119.725,334.334]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":58.315,"s":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-119.725,334.334]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":90,"s":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-119.725,334.334]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":95,"s":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-88.86,272.741],[-93.336,341.966],[-119.725,334.334]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":98,"s":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-119.725,334.334]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":180,"s":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-119.725,334.334]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":320,"s":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-119.725,334.334]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":327,"s":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-94.744,276.909],[-93.336,341.966],[-119.725,334.334]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":328,"s":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-94.744,276.909],[-93.336,341.966],[-119.725,334.334]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":338,"s":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-114.539,359.89]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":345,"s":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-114.539,359.89]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":349,"s":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-94.744,276.909],[-93.336,341.966],[-119.725,334.334]]}]},{"t":353,"s":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-119.725,334.334]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"w":{"k":24},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[2,2]}}],"nm":"Shape 1"}],"bounds":{"l":-130,"t":200,"b":397,"r":-17},"ip":0,"op":392,"st":0},{"ddd":0,"ind":7,"ty":4,"nm":"pierna1","parent":3,"ks":{"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":180,"s":[-22]},{"t":320,"s":[-22]}]},"p":{"k":[-36,36,0]},"a":{"k":[-54,200,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":35,"s":[{"i":[[0,0],[0.557,-14.911],[0,0],[0.492,-6.629]],"o":[[0,0],[-0.552,14.762],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-38.513,351.227],[-31.492,382.129]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":44,"s":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-131.038,332.202]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":49.895,"s":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-100.81,263.421],[-100.691,342.284],[-131.038,332.202]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":58.315,"s":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-131.038,332.202]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":90,"s":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-131.038,332.202]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":95,"s":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-91.538,267.167],[-100.691,342.284],[-131.038,332.202]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":98,"s":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-131.038,332.202]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":180,"s":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-131.038,332.202]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":320,"s":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-131.038,332.202]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":327,"s":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-94.891,270.126],[-100.691,342.284],[-131.038,332.202]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":328,"s":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-94.891,270.126],[-100.691,342.284],[-131.038,332.202]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":338,"s":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-115.922,364.195]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":345,"s":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-115.922,364.195]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":349,"s":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-94.891,270.126],[-100.691,342.284],[-131.038,332.202]]}]},{"t":353,"s":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-131.038,332.202]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"w":{"k":24},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[2,2]}}],"nm":"Shape 1"}],"bounds":{"l":-142,"t":200,"b":397,"r":-17},"ip":0,"op":392,"st":0},{"ddd":0,"ind":8,"ty":4,"nm":"soga2","ks":{"r":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0.192]},"t":195,"s":[0]},{"i":{"x":[0.833],"y":[0.771]},"o":{"x":[0.167],"y":[0]},"t":207,"s":[4]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[-0.333]},"t":218,"s":[0]},{"i":{"x":[0.833],"y":[0.646]},"o":{"x":[0.167],"y":[0]},"t":234,"s":[4]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[-0.479]},"t":251,"s":[0]},{"i":{"x":[0.833],"y":[0.521]},"o":{"x":[0.167],"y":[0]},"t":274,"s":[4]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[-0.604]},"t":297,"s":[0]},{"i":{"x":[0.833],"y":[0.396]},"o":{"x":[0.167],"y":[0]},"t":326,"s":[4]},{"t":355,"s":[0]}]},"p":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":339,"s":[349,-9.5,0],"to":[0,171.66667175293,0],"ti":[0,-171.66667175293,0]},{"t":359,"s":[349,1020.5,0]}]},"a":{"k":[4,-470,0]},"s":{"k":[{"i":{"x":[0.71,0.667,0.667],"y":[2.818,0.683,0.667]},"o":{"x":[0.327,0.333,0.333],"y":[0,0,0.333]},"t":178,"s":[100,100,100]},{"i":{"x":[0.684,0.667,0.667],"y":[0.571,1,0.667]},"o":{"x":[0.35,0.333,0.333],"y":[0.244,0.037,0.333]},"t":187,"s":[100,103.032,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,-0.011,0.333]},"t":188,"s":[100,105.926,100]},{"t":195,"s":[100,100,100]}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.907},"o":{"x":0.167,"y":0.093},"t":178,"s":[{"i":[[-66,-112],[-2.006,-3.838]],"o":[[30.057,51.005],[0.404,-27.052]],"v":[[27.056,-684.284],[-128.296,-591.5]]}]},{"i":{"x":0.833,"y":0.907},"o":{"x":0.167,"y":0.093},"t":181.6,"s":[{"i":[[-66,-112],[51.478,27.937]],"o":[[30.161,51.182],[-47.833,-97.428]],"v":[[28.059,-572.924],[-107.292,-348.374]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.093},"t":185.2,"s":[{"i":[[-66,-112],[49.042,10.909]],"o":[[30.192,51.235],[-19.237,-36.215]],"v":[[28.361,-539.406],[-73.543,-206.356]]}]},{"t":196,"s":[{"i":[[-66,-112],[-24.911,-56.32]],"o":[[30.258,51.347],[41.26,93.283]],"v":[[31.287,-883.879],[45.12,-247.626]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[255,228,100,255]},"o":{"k":100},"w":{"k":12},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-2,-468]},"a":{"k":[38,-468]},"r":{"k":-0.315}}],"nm":"Shape 1"}],"bounds":{"l":-175,"t":-901,"b":-199,"r":22},"ip":178,"op":392,"st":178},{"ddd":0,"ind":9,"ty":4,"nm":"soga1","ks":{"r":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0.192]},"t":17,"s":[0]},{"i":{"x":[0.833],"y":[0.771]},"o":{"x":[0.167],"y":[0]},"t":29,"s":[4]},{"t":40,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":43,"s":[349,-9.5,0],"to":[0,-110,0],"ti":[0,110,0]},{"t":48,"s":[349,-669.5,0]}]},"a":{"k":[4,-470,0]},"s":{"k":[{"i":{"x":[0.71,0.667,0.667],"y":[2.818,0.683,0.667]},"o":{"x":[0.327,0.333,0.333],"y":[0,0,0.333]},"t":0,"s":[100,100,100]},{"i":{"x":[0.684,0.667,0.667],"y":[0.571,1,0.667]},"o":{"x":[0.35,0.333,0.333],"y":[0.244,0.037,0.333]},"t":9,"s":[100,103.032,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,-0.011,0.333]},"t":10,"s":[100,105.926,100]},{"t":17,"s":[100,100,100]}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[{"i":[[-66,-112],[-2.006,-3.838]],"o":[[30.057,51.005],[0.404,-27.052]],"v":[[27.056,-684.284],[-128.296,-591.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":2,"s":[{"i":[[-66,-112],[51.478,27.937]],"o":[[30.161,51.182],[-47.833,-97.428]],"v":[[28.059,-572.924],[-107.292,-348.374]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":4,"s":[{"i":[[-66,-112],[49.042,10.909]],"o":[[30.192,51.235],[-19.237,-36.215]],"v":[[28.361,-539.406],[-73.543,-206.356]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":10,"s":[{"i":[[-66,-112],[-24.911,-56.32]],"o":[[30.258,51.347],[41.26,93.283]],"v":[[29,-468.5],[42.834,167.753]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":17,"s":[{"i":[[-66,-112],[25.688,-48.885]],"o":[[30.051,50.995],[-47.447,90.293]],"v":[[29,-468.5],[30.901,155.478]]}]},{"t":26,"s":[{"i":[[-6.865,-129.819],[-5.015,-61.4]],"o":[[3.001,56.753],[6.182,104.767]],"v":[[29,-468.5],[61.711,168.533]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[255,228,100,255]},"o":{"k":100},"w":{"k":12},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-2,-468]},"a":{"k":[38,-468]},"r":{"k":-0.315}}],"nm":"Shape 1"}],"bounds":{"l":-175,"t":-727,"b":184,"r":32},"ip":0,"op":392,"st":0},{"ddd":0,"ind":10,"ty":4,"nm":"cinturon Outlines","parent":27,"ks":{"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":52.421,"s":[154.614,381.64,0],"to":[-1,0,0],"ti":[1,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":56.632,"s":[148.614,381.64,0],"to":[0,0,0],"ti":[0,0,0]},{"t":203,"s":[148.614,381.64,0]}]},"a":{"k":[135.816,27.219,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[4.458,8.019],[0.102,0.508],[3.178,-0.133],[9.962,-2.038],[4.699,-0.091],[6.772,-0.032],[0.677,2.124],[-2.913,6.244],[0.065,0.573],[0.251,0.011],[0.084,-0.093],[-2.252,-8.338],[-7.826,0],[-7.885,0.457]],"o":[[-0.292,-0.526],[-3.07,0.221],[13.784,3.005],[-4.635,0.948],[-6.77,0.131],[-2.291,0.01],[-2.119,-6.64],[-0.095,-0.563],[-0.251,-0.011],[-0.076,0.095],[-5.833,6.396],[7.184,0.206],[8.919,0],[2.335,-8.201]],"v":[[24.428,-12.627],[23.844,-14.182],[14.462,-13.655],[16.284,10.388],[2.053,10.882],[-18.254,11.35],[-23.076,7.679],[-21.827,-12.163],[-22.06,-13.868],[-22.82,-13.898],[-23.052,-13.615],[-24.426,13.862],[-1.922,14.182],[23.272,13.47]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[181,181,180,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[151.502,36.84]}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-4.833,5.006],[1.889,7.582],[34.937,-5.227],[-7.975,2.094],[0,0],[2.817,-4.753],[16.837,-2.105],[1,1.5],[-0.227,1.042],[1.21,-0.129],[2.468,-9.213]],"o":[[-0.976,-9.147],[-8.65,4.552],[0.229,0.429],[3.165,-0.831],[0.704,4.996],[-3.149,5.313],[-8,1],[-2.819,-4.229],[-1.189,0.14],[3.754,8.906],[54.014,-4.622]],"v":[[43.011,0.704],[38.654,-24.579],[-29.598,-4.914],[0.877,-7.783],[36.877,-18.283],[37.86,0.24],[-18.123,17.217],[-35.623,17.217],[-38.985,-3.654],[-42.58,-3.249],[-43.011,24.579]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[181,181,180,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[228.371,24.973]}}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[26.523,6.306],[3.97,6.178],[-1.151,7.37],[-0.038,0.157],[1.094,0.417],[0.322,-6.619],[-70.153,-3.009],[0.09,4.544]],"o":[[-6.778,-1.612],[-4.227,-6.578],[0.026,-0.169],[-1.23,-0.443],[-1.302,4.488],[9.167,2.953],[-0.964,-4.231],[-1.201,17.219]],"v":[[-29.223,8.969],[-49.223,-1.031],[-50.044,-25.192],[-49.944,-25.676],[-53.436,-26.969],[-58.22,5.169],[58.22,23.114],[56.478,9.751]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[181,181,180,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[58.469,27.219]}}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-0.069,0.392],[20.132,6.372],[0.081,-2.018],[-4.347,1.326]],"o":[[-41.001,-3.228],[-0.252,1.618],[33.803,7.328],[0.049,-0.398]],"v":[[46.578,7.281],[-45.964,-9.792],[-46.578,-4.19],[46.399,8.466]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[181,181,180,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[64.022,14.551]}}],"nm":"Group 4"}],"bounds":{"l":0,"t":0,"b":52,"r":272},"ip":0,"op":392,"st":0},{"ddd":0,"ind":11,"ty":4,"nm":"sombra2 Outlines","parent":27,"ks":{"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":56.632,"s":[226.199,246.234,0],"to":[0,0,0],"ti":[0,0,0]},{"t":203,"s":[226.199,246.234,0]}]},"a":{"k":[67.207,242.402,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[11.581,37.177],[7.499,22.499],[-14.999,47.998],[111.021,5.799],[-21.635,-29.988],[1.671,-20.697],[4.63,-12.66],[6.476,-13.375],[0,-7.762],[-7.046,-10.276],[-4.879,-13.197],[-2.096,-15.063],[5.352,-25.547],[11.103,-14.442],[-1.791,2.641]],"o":[[-11.463,-36.799],[-8.527,-25.58],[15.435,-49.389],[34.592,12.743],[11.975,16.597],[-1.09,13.497],[-5.106,13.961],[-3.427,7.08],[0,12.5],[7.933,11.572],[5.269,14.255],[3.624,26.035],[-3.629,17.319],[7.561,-1.883],[29.499,-43.499]],"v":[[55.26,85.7],[13.845,-13.113],[48.343,-91.109],[-66.957,-242.152],[21.136,-180.517],[38.974,-122.972],[29.083,-83.669],[8.727,-43.706],[-7.773,-10.706],[18.382,33.065],[38.028,69.576],[49.306,113.537],[44.09,191.066],[22.97,242.152],[37.458,235.373]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[228,229,225,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[67.207,242.402]}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":485,"r":130},"ip":0,"op":392,"st":0},{"ddd":0,"ind":12,"ty":4,"nm":"sombra1 Outlines","parent":27,"ks":{"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":52.421,"s":[53.95,252.823,0],"to":[-1.33333337306976,0,0],"ti":[1.33333337306976,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":56.632,"s":[45.95,252.823,0],"to":[0,0,0],"ti":[0,0,0]},{"t":203,"s":[45.95,252.823,0]}]},"a":{"k":[43.227,239.454,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[7.54,7.922],[2.986,8.339],[0.489,12.039],[-10.286,25.557],[-2.708,6.188],[-0.303,0.908],[3.837,23.364],[5.189,-35.029],[-20.452,-33.608],[-29.116,-2.506],[4.179,1.251]],"o":[[-6.143,-6.454],[-4.047,-11.306],[-1.131,-27.837],[2.523,-6.269],[-0.148,-0.737],[7.694,-23.107],[-7.57,34.982],[-5.548,37.452],[3.686,6.057],[-4.266,-1.02],[-10.283,-3.078]],"v":[[-2.251,107.236],[-15.458,84.581],[-22.895,49.483],[-5.434,-31.254],[2.443,-49.926],[2.639,-52.4],[6.436,-124.928],[-36.413,-14.484],[-16.217,113.112],[41.96,124.928],[26.044,122.628]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[228,229,225,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[44.243,353.729]}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-6.857,-9.273],[-4.454,46.763],[-28.129,22.408],[-15.079,-39.2]],"o":[[-0.273,-6.831],[4,-42],[-65.14,28.707],[10.583,27.511]],"v":[[12.412,103.204],[-15.338,-4.796],[41.791,-103.204],[-26.712,44.802]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[228,229,225,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[42.041,103.454]}}],"nm":"Group 2"}],"bounds":{"l":5,"t":0,"b":479,"r":87},"ip":0,"op":392,"st":0},{"ddd":0,"ind":13,"ty":4,"nm":"nariz Outlines","parent":27,"ks":{"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":52.421,"s":[171.093,181.694,0],"to":[-2.66666674613953,0,0],"ti":[2.66666674613953,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":56.632,"s":[155.093,181.694,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":203,"s":[155.093,181.694,0],"to":[0,-2.66666674613953,0],"ti":[0,2.66666674613953,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":209,"s":[155.093,165.694,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.762},"o":{"x":0.333,"y":0},"t":245,"s":[155.093,165.694,0],"to":[0,2.66666674613953,0],"ti":[0,-2.66666674613953,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":251,"s":[155.093,181.694,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":300,"s":[155.093,181.694,0],"to":[0,-2.66666674613953,0],"ti":[0,2.66666674613953,0]},{"t":306,"s":[155.093,165.694,0]}]},"a":{"k":[12.25,20.917,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-5.333,-20.667],[-12,20.667],[12,20.084],[8.397,0.917],[4.667,-18.92]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[228,229,225,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[12.25,20.917]}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":42,"r":25},"ip":0,"op":392,"st":0},{"ddd":0,"ind":15,"ty":4,"nm":"boca 2 Outlines","parent":27,"ks":{"r":{"k":180},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":52.421,"s":[171.791,213.118,0],"to":[-2.66666674613953,0,0],"ti":[2.66666674613953,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":56.632,"s":[155.791,213.118,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":203,"s":[155.791,213.118,0],"to":[0,-2.75,0],"ti":[0,2.75,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":209,"s":[155.791,196.618,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.77},"o":{"x":0.333,"y":0},"t":245,"s":[155.791,196.618,0],"to":[0,2.75,0],"ti":[0,-2.75,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":251,"s":[155.791,213.118,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":300,"s":[155.791,213.118,0],"to":[0,-2.75,0],"ti":[0,2.75,0]},{"t":306,"s":[155.791,196.618,0]}]},"a":{"k":[9.584,2.955,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-1.821,-0.618],[-4.666,1.712],[1.82,-0.668],[4.255,1.445]],"o":[[4.712,1.6],[1.8,-0.66],[-4.209,1.544],[-1.838,-0.624]],"v":[[-7.513,1.105],[7.534,0.855],[6.737,-2.037],[-6.716,-1.787]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[188,188,166,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[9.584,2.956]}}],"nm":"Group 1"}],"bounds":{"l":1,"t":0,"b":6,"r":19},"ip":170,"op":392,"st":0},{"ddd":0,"ind":16,"ty":4,"nm":"boca Outlines","parent":27,"ks":{"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":52.421,"s":[171.791,213.118,0],"to":[-2.66666674613953,0,0],"ti":[2.66666674613953,0,0]},{"t":56.6318359375,"s":[155.791,213.118,0]}]},"a":{"k":[9.584,2.955,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-1.821,-0.618],[-4.666,1.712],[1.82,-0.668],[4.255,1.445]],"o":[[4.712,1.6],[1.8,-0.66],[-4.209,1.544],[-1.838,-0.624]],"v":[[-7.513,1.105],[7.534,0.855],[6.737,-2.037],[-6.716,-1.787]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[188,188,166,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[9.584,2.956]}}],"nm":"Group 1"}],"bounds":{"l":1,"t":0,"b":6,"r":19},"ip":0,"op":169,"st":0},{"ddd":0,"ind":17,"ty":4,"nm":"lineas Outlines","parent":27,"ks":{"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":52.421,"s":[167.676,176.027,0],"to":[-1.33333337306976,0,0],"ti":[1.33333337306976,0,0]},{"t":56.6318359375,"s":[159.676,176.027,0]}]},"a":{"k":[56.5,168.25,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[-0.178,-0.379],[-0.277,-0.737],[-0.329,-1.044],[-0.315,-1.306],[-0.269,-1.515],[-0.209,-1.663],[-0.137,-1.754],[-0.089,-1.784],[-0.015,-1.759],[0.072,-1.675],[0.153,-1.532],[0.238,-1.328],[0.281,-1.064],[0.299,-0.734],[0.229,-0.353],[0,0],[-0.163,0.383],[-0.145,0.749],[-0.097,1.063],[-0.047,1.316],[-0.022,1.508],[0.012,1.648],[0.04,1.73],[0.095,1.756],[0.101,1.727],[0.102,1.645],[0.14,1.505],[0.125,1.314],[0.143,1.065],[0.138,0.755],[0.087,0.409]],"o":[[0,0],[0.179,0.378],[0.299,0.733],[0.334,1.041],[0.325,1.304],[0.288,1.51],[0.214,1.663],[0.138,1.753],[0.069,1.785],[0.018,1.759],[-0.059,1.676],[-0.153,1.533],[-0.215,1.33],[-0.273,1.065],[-0.3,0.738],[-0.257,0.334],[0,0],[0.137,-0.391],[0.136,-0.754],[0.083,-1.065],[0.046,-1.315],[-0.011,-1.509],[-0.038,-1.647],[-0.047,-1.729],[-0.053,-1.757],[-0.107,-1.728],[-0.135,-1.642],[-0.143,-1.505],[-0.151,-1.311],[-0.155,-1.062],[-0.128,-0.761],[-0.078,-0.411]],"v":[[-2.857,-28],[-2.584,-27.419],[-1.855,-25.754],[-0.903,-23.085],[0.097,-19.553],[1.022,-15.314],[1.797,-10.542],[2.377,-5.407],[2.733,-0.088],[2.839,5.243],[2.702,10.409],[2.331,15.235],[1.735,19.541],[0.955,23.146],[0.059,25.856],[-0.797,27.487],[-1.19,28],[-0.941,27.413],[-0.514,25.687],[-0.175,22.945],[0.021,19.362],[0.095,15.111],[0.06,10.362],[-0.058,5.283],[-0.262,0.041],[-0.509,-5.199],[-0.824,-10.271],[-1.189,-15.011],[-1.591,-19.252],[-2.017,-22.833],[-2.425,-25.589],[-2.737,-27.369]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[228,229,225,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[65.107,308.25]}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[-0.768,-1.855],[-0.504,-1.302],[-0.286,-0.728],[-0.272,-0.819],[-0.564,-1.903],[-0.496,-2.102],[-0.252,-1.082],[-0.127,-0.548],[-0.098,-0.558],[-0.374,-2.274],[-0.111,-1.143],[-0.108,-1.13],[-0.082,-1.109],[-0.034,-1.08],[-0.013,-1.978],[0.13,-1.723],[0.286,-1.385],[0.179,-0.989],[0,0],[-0.023,2.004],[-0.049,1.385],[0.037,1.704],[0.031,1.946],[0.131,2.119],[0.122,1.086],[0.117,1.11],[0.123,1.123],[0.206,1.116],[0.328,2.208],[0.365,2.098],[0.468,1.887],[0.341,1.674],[0.343,1.354],[0.226,0.977]],"o":[[0,0],[0.38,0.929],[0.256,0.649],[0.28,0.732],[0.526,1.644],[0.62,1.892],[0.245,1.052],[0.126,0.542],[0.119,0.549],[0.368,2.239],[0.199,1.135],[0.109,1.143],[0.113,1.13],[0.072,1.109],[0.06,2.162],[-0.099,1.983],[-0.128,1.723],[-0.224,1.389],[-0.367,1.978],[0,0],[0.017,-1.002],[0.09,-1.381],[-0.061,-1.706],[-0.162,-1.946],[-0.083,-1.06],[-0.143,-1.086],[-0.122,-1.109],[-0.126,-1.121],[-0.334,-2.243],[-0.306,-2.213],[-0.419,-2.084],[-0.431,-1.899],[-0.321,-1.675],[-0.34,-1.354],[-0.442,-1.959]],"v":[[-5.551,-36],[-4.317,-33.094],[-2.963,-29.738],[-2.149,-27.669],[-1.376,-25.32],[0.285,-19.988],[1.841,-13.96],[2.586,-10.757],[2.966,-9.123],[3.254,-7.455],[4.369,-0.668],[4.762,2.762],[5.087,6.174],[5.379,9.534],[5.475,12.827],[5.551,19.058],[5.179,24.636],[4.681,29.322],[4.053,32.904],[3.449,36],[3.459,32.839],[3.536,29.239],[3.458,24.582],[3.311,19.088],[2.837,12.973],[2.594,9.748],[2.203,6.453],[1.834,3.104],[1.399,-0.262],[0.404,-6.957],[-0.738,-13.417],[-1.879,-19.447],[-3.019,-24.829],[-4.051,-29.392],[-4.882,-32.914]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[228,229,225,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[49.801,36.25]}}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[1.538,7.677],[29.495,3.814],[-31.333,-2],[-20.77,5.833]],"o":[[-25.462,12.677],[8.322,3.066],[19.959,1.273],[2,-5]],"v":[[53.75,-9.417],[-56.25,-5.583],[-0.25,7.751],[54.25,3.583]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[228,229,225,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[56.5,234.833]}}],"nm":"Group 3"}],"bounds":{"l":0,"t":0,"b":337,"r":112},"ip":0,"op":392,"st":0},{"ddd":0,"ind":18,"ty":4,"nm":"ceja2 Outlines","parent":25,"ks":{"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":98,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":100,"s":[21]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":169,"s":[21]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":172,"s":[4]},{"t":203,"s":[4]}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":54.947,"s":[36.186,48.205,0],"to":[-0.83333331346512,-1.66666662693024,0],"ti":[0.83333331346512,1.66666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":58.315,"s":[31.186,38.205,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":98,"s":[31.186,38.205,0],"to":[2.08333325386047,1.16666662693024,0],"ti":[-2.08333325386047,-1.16666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":100,"s":[43.686,45.205,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":169,"s":[43.686,45.205,0],"to":[-0.25,1.66666662693024,0],"ti":[0.25,-1.66666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":172,"s":[42.186,55.205,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":203,"s":[42.186,55.205,0],"to":[-0.83333331346512,-3.16666674613953,0],"ti":[0.83333331346512,3.16666674613953,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":209,"s":[37.186,36.205,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":245,"s":[37.186,36.205,0],"to":[0,0.66666668653488,0],"ti":[0,-0.66666668653488,0]},{"t":252,"s":[37.186,40.205,0]}]},"a":{"k":[10.864,3.231,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-1.926,0.183],[-5.777,1.019],[1.892,-0.334],[5.577,-0.529]],"o":[[5.843,-0.554],[1.903,-0.335],[-5.513,0.971],[-1.909,0.181]],"v":[[-8.688,2.798],[8.711,0.245],[7.913,-2.648],[-8.688,-0.202]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[45,45,40,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[10.864,3.232]}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":7,"r":21},"ip":0,"op":392,"st":0},{"ddd":0,"ind":19,"ty":4,"nm":"ceja1 Outlines","parent":25,"ks":{"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":98,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":100,"s":[-23]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":169,"s":[-23]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":172,"s":[-3]},{"t":203,"s":[-3]}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":54.947,"s":[157.81,49.205,0],"to":[-0.25,1.16666662693024,0],"ti":[0.25,-1.16666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":58.315,"s":[156.31,56.205,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":98,"s":[156.31,56.205,0],"to":[-1.5,-1.91666662693024,0],"ti":[1.5,1.91666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":100,"s":[147.31,44.705,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":169,"s":[147.31,44.705,0],"to":[0.5,1.41666662693024,0],"ti":[-0.5,-1.41666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":172,"s":[150.31,53.205,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":203,"s":[150.31,53.205,0],"to":[0.5,-3.08333325386047,0],"ti":[-0.5,3.08333325386047,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":209,"s":[153.31,34.705,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":245,"s":[153.31,34.705,0],"to":[0,0.66666668653488,0],"ti":[0,-0.66666668653488,0]},{"t":252,"s":[153.31,38.705,0]}]},"a":{"k":[10.864,3.231,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[1.909,0.181],[5.513,0.971],[-1.903,-0.335],[-5.843,-0.554]],"o":[[-5.577,-0.529],[-1.892,-0.334],[5.777,1.019],[1.926,0.183]],"v":[[8.688,-0.202],[-7.913,-2.648],[-8.711,0.245],[8.688,2.798]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[45,45,40,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[10.864,3.232]}}],"nm":"Group 1"}],"bounds":{"l":1,"t":0,"b":7,"r":21},"ip":0,"op":392,"st":0},{"ddd":0,"ind":20,"ty":4,"nm":"ppdos 5 Outlines","parent":25,"ks":{"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":350,"s":[98.363,52.265,0],"to":[0,0.16666667163372,0],"ti":[0,1.16666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":351,"s":[98.363,53.265,0],"to":[0,-1.16666662693024,0],"ti":[0,1.08333337306976,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":353,"s":[98.363,45.265,0],"to":[0,-1.08333337306976,0],"ti":[0,-0.25,0]},{"t":354,"s":[98.363,46.765,0]}]},"a":{"k":[70.798,11.321,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[14,2.667]],"o":[[-13.333,3.333],[0,0]],"v":[[18.417,-1.667],[-18.417,-1.167]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[45,45,40,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[119.516,20.726]}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[-14,2.667]],"o":[[13.333,3.333],[0,0]],"v":[[-18.417,-2],[18.417,-0.667]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[45,45,40,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[21.515,20.226]}}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[-7.597,2.757],[-4.408,0.408],[-3.243,-2.494],[2.285,-4.019],[2.034,0.148],[3.471,0.067],[6.927,-0.841]],"o":[[-3.754,-7.91],[4.248,-1.542],[4.195,-0.389],[3.189,2.454],[-1.197,2.108],[-3.464,-0.251],[-6.962,-0.136],[0,0]],"v":[[-18.246,9.821],[-9.816,-7.281],[3.449,-9.432],[15.595,-5.19],[19.715,7.596],[13.923,9.05],[3.492,8.834],[-17.413,9.39]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 2"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[119.345,10.072]}}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-3.472,0.067],[7.597,2.757],[4.408,0.408],[3.243,-2.494],[-2.285,-4.019],[-2.034,0.148]],"o":[[3.754,-7.91],[-4.248,-1.542],[-4.195,-0.389],[-3.189,2.454],[1.197,2.108],[3.464,-0.251]],"v":[[18.246,9.788],[9.816,-7.314],[-3.449,-9.466],[-15.595,-5.223],[-19.715,7.563],[-13.923,9.017]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[22.25,10.105]}}],"nm":"Group 4"}],"bounds":{"l":1,"t":0,"b":22,"r":140},"ip":350,"op":354,"st":134},{"ddd":0,"ind":21,"ty":4,"nm":"ppdos 4 Outlines","parent":25,"ks":{"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":300,"s":[98.363,52.265,0],"to":[0,0.16666667163372,0],"ti":[0,1.16666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":301,"s":[98.363,53.265,0],"to":[0,-1.16666662693024,0],"ti":[0,1.08333337306976,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":303,"s":[98.363,45.265,0],"to":[0,-1.08333337306976,0],"ti":[0,-0.25,0]},{"t":304,"s":[98.363,46.765,0]}]},"a":{"k":[70.798,11.321,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[14,2.667]],"o":[[-13.333,3.333],[0,0]],"v":[[18.417,-1.667],[-18.417,-1.167]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[45,45,40,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[119.516,20.726]}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[-14,2.667]],"o":[[13.333,3.333],[0,0]],"v":[[-18.417,-2],[18.417,-0.667]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[45,45,40,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[21.515,20.226]}}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[-7.597,2.757],[-4.408,0.408],[-3.243,-2.494],[2.285,-4.019],[2.034,0.148],[3.471,0.067],[6.927,-0.841]],"o":[[-3.754,-7.91],[4.248,-1.542],[4.195,-0.389],[3.189,2.454],[-1.197,2.108],[-3.464,-0.251],[-6.962,-0.136],[0,0]],"v":[[-18.246,9.821],[-9.816,-7.281],[3.449,-9.432],[15.595,-5.19],[19.715,7.596],[13.923,9.05],[3.492,8.834],[-17.413,9.39]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 2"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[119.345,10.072]}}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-3.472,0.067],[7.597,2.757],[4.408,0.408],[3.243,-2.494],[-2.285,-4.019],[-2.034,0.148]],"o":[[3.754,-7.91],[-4.248,-1.542],[-4.195,-0.389],[-3.189,2.454],[1.197,2.108],[3.464,-0.251]],"v":[[18.246,9.788],[9.816,-7.314],[-3.449,-9.466],[-15.595,-5.223],[-19.715,7.563],[-13.923,9.017]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[22.25,10.105]}}],"nm":"Group 4"}],"bounds":{"l":1,"t":0,"b":22,"r":140},"ip":300,"op":304,"st":84},{"ddd":0,"ind":22,"ty":4,"nm":"ppdos 3 Outlines","parent":25,"ks":{"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":245,"s":[98.363,52.265,0],"to":[0,0.16666667163372,0],"ti":[0,1.16666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":246,"s":[98.363,53.265,0],"to":[0,-1.16666662693024,0],"ti":[0,1.08333337306976,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":248,"s":[98.363,45.265,0],"to":[0,-1.08333337306976,0],"ti":[0,-0.25,0]},{"t":249,"s":[98.363,46.765,0]}]},"a":{"k":[70.798,11.321,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[14,2.667]],"o":[[-13.333,3.333],[0,0]],"v":[[18.417,-1.667],[-18.417,-1.167]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[45,45,40,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[119.516,20.726]}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[-14,2.667]],"o":[[13.333,3.333],[0,0]],"v":[[-18.417,-2],[18.417,-0.667]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[45,45,40,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[21.515,20.226]}}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[-7.597,2.757],[-4.408,0.408],[-3.243,-2.494],[2.285,-4.019],[2.034,0.148],[3.471,0.067],[6.927,-0.841]],"o":[[-3.754,-7.91],[4.248,-1.542],[4.195,-0.389],[3.189,2.454],[-1.197,2.108],[-3.464,-0.251],[-6.962,-0.136],[0,0]],"v":[[-18.246,9.821],[-9.816,-7.281],[3.449,-9.432],[15.595,-5.19],[19.715,7.596],[13.923,9.05],[3.492,8.834],[-17.413,9.39]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 2"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[119.345,10.072]}}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-3.472,0.067],[7.597,2.757],[4.408,0.408],[3.243,-2.494],[-2.285,-4.019],[-2.034,0.148]],"o":[[3.754,-7.91],[-4.248,-1.542],[-4.195,-0.389],[-3.189,2.454],[1.197,2.108],[3.464,-0.251]],"v":[[18.246,9.788],[9.816,-7.314],[-3.449,-9.466],[-15.595,-5.223],[-19.715,7.563],[-13.923,9.017]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[22.25,10.105]}}],"nm":"Group 4"}],"bounds":{"l":1,"t":0,"b":22,"r":140},"ip":245,"op":249,"st":29},{"ddd":0,"ind":23,"ty":4,"nm":"ppdos Outlines","parent":25,"ks":{"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":53.544,"s":[98.363,53.265,0],"to":[0,2.33333325386047,0],"ti":[0,-2.33333325386047,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":54.947,"s":[98.363,67.265,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":56.913,"s":[98.363,67.265,0],"to":[0,-1.33333337306976,0],"ti":[0,1.33333337306976,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":58.315,"s":[98.363,59.265,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":98,"s":[98.363,59.265,0],"to":[0,-1.66666662693024,0],"ti":[0,1.66666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":100,"s":[98.363,49.265,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":129,"s":[98.363,49.265,0],"to":[0,3,0],"ti":[0,-1.66666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":130.403,"s":[98.363,67.265,0],"to":[0,1.66666662693024,0],"ti":[0,3,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":134,"s":[98.363,59.265,0],"to":[0,-3,0],"ti":[0,1.66666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":136,"s":[98.363,49.265,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":165,"s":[98.363,49.265,0],"to":[0,3,0],"ti":[0,-1.66666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":166.403,"s":[98.363,67.265,0],"to":[0,1.66666662693024,0],"ti":[0,2.16666674613953,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":170,"s":[98.363,59.265,0],"to":[0,-2.16666674613953,0],"ti":[0,0.83333331346512,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":172,"s":[98.363,54.265,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":198,"s":[98.363,54.265,0],"to":[0,2.16666674613953,0],"ti":[0,-0.83333331346512,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":199.403,"s":[98.363,67.265,0],"to":[0,0.83333331346512,0],"ti":[0,3.41666674613953,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":203,"s":[98.363,59.265,0],"to":[0,-3.41666674613953,0],"ti":[0,2.08333325386047,0]},{"t":205,"s":[98.363,46.765,0]}]},"a":{"k":[70.798,11.321,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[14,2.667]],"o":[[-13.333,3.333],[0,0]],"v":[[18.417,-1.667],[-18.417,-1.167]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[45,45,40,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[119.516,20.726]}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[-14,2.667]],"o":[[13.333,3.333],[0,0]],"v":[[-18.417,-2],[18.417,-0.667]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[45,45,40,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[21.515,20.226]}}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[-7.597,2.757],[-4.408,0.408],[-3.243,-2.494],[2.285,-4.019],[2.034,0.148],[3.471,0.067],[6.927,-0.841]],"o":[[-3.754,-7.91],[4.248,-1.542],[4.195,-0.389],[3.189,2.454],[-1.197,2.108],[-3.464,-0.251],[-6.962,-0.136],[0,0]],"v":[[-18.246,9.821],[-9.816,-7.281],[3.449,-9.432],[15.595,-5.19],[19.715,7.596],[13.923,9.05],[3.492,8.834],[-17.413,9.39]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 2"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[119.345,10.072]}}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-3.472,0.067],[7.597,2.757],[4.408,0.408],[3.243,-2.494],[-2.285,-4.019],[-2.034,0.148]],"o":[[3.754,-7.91],[-4.248,-1.542],[-4.195,-0.389],[-3.189,2.454],[1.197,2.108],[3.464,-0.251]],"v":[[18.246,9.788],[9.816,-7.314],[-3.449,-9.466],[-15.595,-5.223],[-19.715,7.563],[-13.923,9.017]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[22.25,10.105]}}],"nm":"Group 4"}],"bounds":{"l":1,"t":0,"b":22,"r":140},"ip":0,"op":208,"st":0},{"ddd":0,"ind":24,"ty":4,"nm":"ojos Outlines","parent":25,"ks":{"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":203,"s":[96.998,69.17,0],"to":[0,-3.08333325386047,0],"ti":[0,3.08333325386047,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":209,"s":[96.998,50.67,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":245,"s":[96.998,50.67,0],"to":[0,1,0],"ti":[0,-1,0]},{"t":251,"s":[96.998,56.67,0]}]},"a":{"k":[54.75,7.583,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-4.05],[2.255,0],[0,4.05],[-2.255,0]],"o":[[0,4.05],[-2.255,0],[0,-4.05],[2.255,0]],"v":[[4.084,0],[0.001,7.333],[-4.084,0],[0.001,-7.333]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[45,45,40,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[105.166,7.583]}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-4.05],[2.347,0],[0,4.05],[-2.347,0]],"o":[[0,4.05],[-2.347,0],[0,-4.05],[2.347,0]],"v":[[4.25,0],[0,7.333],[-4.25,0],[0,-7.333]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[45,45,40,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[4.5,7.583]}}],"nm":"Group 2"}],"bounds":{"l":0,"t":0,"b":15,"r":110},"ip":0,"op":392,"st":0},{"ddd":0,"ind":25,"ty":4,"nm":"cara Outlines","parent":27,"ks":{"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":52.421,"s":[170.301,131.511,0],"to":[-2.66666674613953,0,0],"ti":[2.66666674613953,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":56.632,"s":[154.301,131.511,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":203,"s":[154.301,131.511,0],"to":[0,-3.08333325386047,0],"ti":[0,3.08333325386047,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":209,"s":[154.301,113.011,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.795},"o":{"x":0.167,"y":0},"t":245,"s":[154.301,113.011,0],"to":[0,3.08333325386047,0],"ti":[0,-3.08333325386047,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":251,"s":[154.301,131.511,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":300,"s":[154.301,131.511,0],"to":[0,-3.08333325386047,0],"ti":[0,3.08333325386047,0]},{"t":306,"s":[154.301,113.011,0]}]},"a":{"k":[96.872,47.987,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[4.26,23.649],[27.288,-4.915],[7.148,-11.997],[-0.901,-1.213],[-21.667,-2.667],[0.859,-17.168],[11.413,-6.272],[14.407,3.502],[4.936,3.643],[0.478,-0.363],[-18.438,3.321]],"o":[[-4.259,-23.65],[-16.14,2.907],[0.997,1.131],[15.294,-12.521],[16.012,1.971],[-0.673,13.46],[-12.872,7.074],[-6.406,-1.558],[-0.455,0.399],[10.827,11.445],[27.289,-4.915]],"v":[[46.587,-8.899],[-10.535,-42.821],[-46.943,-18.628],[-46.943,-18.628],[10.684,-35.816],[41.024,-1.479],[21.017,31.517],[-22.983,37.517],[-42.02,28.833],[-42.02,28.833],[4.891,42.822]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[214,185,127,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[142.647,47.986]}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[13.484,5.205],[5.549,11.207],[-22.328,-4.021],[-10.734,7.643]],"o":[[-9.166,-3.537],[2.948,18.724],[15.124,2.724],[-18.322,3.073]],"v":[[-8.854,7.057],[-41.135,-19.952],[0.688,19.028],[41.135,10.651]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[214,185,127,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[45.518,71.78]}}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-3.793,-5.121],[-0.311,0.291],[17.302,3.116],[7.033,-20.317],[-10.618,2.939],[-14.023,-8.9]],"o":[[0.303,-0.296],[-6.721,-13.26],[-25.017,-4.506],[7.104,-9.639],[15.537,-4.3],[5.266,3.341]],"v":[[45.805,14.068],[46.729,13.189],[8.884,-13.641],[-46.73,14.565],[-15.112,-3.503],[32.056,1.171]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[214,185,127,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[52.748,18.806]}}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-4.26,-23.649],[-27.289,4.915],[4.261,23.65],[27.288,-4.915]],"o":[[4.26,23.649],[27.288,-4.915],[-4.259,-23.65],[-27.288,4.915]],"v":[[-49.409,8.899],[7.714,42.822],[49.409,-8.899],[-7.714,-42.821]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[139.825,47.987]}}],"nm":"Group 4"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[4.26,-23.649],[27.289,4.915],[-4.261,23.65],[-27.288,-4.915]],"o":[[-4.26,23.649],[-27.288,-4.915],[4.259,-23.65],[27.288,4.915]],"v":[[49.41,8.899],[-7.714,42.822],[-49.409,-8.899],[7.714,-42.821]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[53.919,47.987]}}],"nm":"Group 5"}],"bounds":{"l":3,"t":4,"b":92,"r":190},"ip":0,"op":392,"st":0},{"ddd":0,"ind":26,"ty":3,"nm":"Null 2","parent":3,"ks":{"o":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":320,"s":[28,14,0],"to":[0,1.66666662693024,0],"ti":[0,-1.66666662693024,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":327,"s":[28,24,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":328,"s":[28,24,0],"to":[0,-2.33333325386047,0],"ti":[0,0.66666668653488,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":338,"s":[28,10,0],"to":[0,-0.66666668653488,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":349,"s":[28,20,0],"to":[0,0,0],"ti":[0,1.66666662693024,0]},{"t":352,"s":[28,10,0]}]},"a":{"k":[47.458,43.75,0]},"s":{"k":[118,96,100]}},"ip":0,"op":392,"st":0},{"ddd":0,"ind":27,"ty":4,"nm":"cuerpo Outlines","parent":26,"ks":{"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":170,"s":[0]},{"t":185,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":44,"s":[47.855,-150.191,0],"to":[0,3.81944441795349,0],"ti":[0,-3.81944441795349,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"t":48.211,"s":[47.855,-127.274,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":51.579,"s":[47.855,-127.274,0],"to":[0,-4.16666650772095,0],"ti":[0,3.81944441795349,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.38},"t":56.632,"s":[47.855,-152.274,0],"to":[0,-3.81944441795349,0],"ti":[0,-0.34722220897675,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"t":60,"s":[47.855,-150.191,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":90,"s":[47.855,-150.191,0],"to":[0,1.90972220897675,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":95,"s":[47.855,-138.733,0],"to":[0,0,0],"ti":[0,1.90972220897675,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"t":99,"s":[47.855,-150.191,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"t":170,"s":[47.855,-150.191,0],"to":[0,0,0],"ti":[0,0,0]},{"t":185,"s":[47.855,-150.191,0]}]},"a":{"k":[143.895,251.344,0]},"s":{"k":[84.746,104.167,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,39.257],[17.501,45.498],[-110.998,-2.883],[15.67,-50.146],[-8.527,-25.58],[-11.463,-36.799],[29.499,-43.499],[11.804,19.397],[-5.548,37.452]],"o":[[0,-22.499],[-18.803,-48.88],[115.494,3],[-14.999,47.997],[7.5,22.499],[11.581,37.177],[-13.447,19.83],[-20.451,-33.609],[6,-40.498]],"v":[[-89.342,-21.722],[-124.842,-89.719],[0.654,-248.211],[123.648,-95.218],[89.149,-17.222],[130.564,81.591],[114.146,231.264],[-112.147,229.866],[-132.342,102.27]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[143.895,251.344]}}],"nm":"Group 1"}],"bounds":{"l":9,"t":3,"b":497,"r":283},"ip":0,"op":392,"st":0},{"ddd":0,"ind":28,"ty":1,"nm":"Medium Gray-Cyan Solid 1","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":34,"s":[21]},{"t":49,"s":[100]}]},"p":{"k":[339,808.5,0]},"a":{"k":[327,796.5,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":32,"s":[69,69,100]},{"t":49,"s":[53,53,100]}]}},"hasMask":true,"masksProperties":[{"cl":true,"inv":false,"mode":"a","pt":{"k":{"i":[[125.369,0],[0,-28.719],[-125.369,0],[0,28.719]],"o":[[-125.369,0],[0,28.719],[125.369,0],[0,-28.719]],"v":[[331,748],[104,800],[331,852],[558,800]]}},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"sw":690,"sh":913,"sc":"#5eac9d","ip":0,"op":392,"st":0},{"ddd":0,"ind":29,"ty":4,"nm":"Layer 1 Outlines","ks":{"p":{"k":[345,456.5,0]},"a":{"k":[345.25,456.75,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-345,456.5],[345,456.5],[345,-456.5],[-345,-456.5]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[118,196,181,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[345.25,456.75]}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":914,"r":691},"ip":0,"op":1801,"st":0}],"ip":0,"op":392,"fr":30,"w":690,"h":913} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/anim_jpg.zip b/ohos/flutter_lottie/assets/Tests/anim_jpg.zip new file mode 100644 index 0000000000000000000000000000000000000000..941637c4bdd70c691572dc20b4db589ceb3eed75 Binary files /dev/null and b/ohos/flutter_lottie/assets/Tests/anim_jpg.zip differ diff --git a/ohos/flutter_lottie/assets/Tests/august_view_pulse.zip b/ohos/flutter_lottie/assets/Tests/august_view_pulse.zip new file mode 100644 index 0000000000000000000000000000000000000000..8c70ce427b54c6d03e954738ffb5501fe2150563 Binary files /dev/null and b/ohos/flutter_lottie/assets/Tests/august_view_pulse.zip differ diff --git a/ohos/flutter_lottie/assets/Tests/bm.json b/ohos/flutter_lottie/assets/Tests/bm.json new file mode 100644 index 0000000000000000000000000000000000000000..03428f234d2bb73a4aaa429c595cf89bb5854fdb --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/bm.json @@ -0,0 +1 @@ +{"assets":[{"id":"comp_34","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"triangulo5","parent":5,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":59,"s":[100],"e":[0]},{"t":61}]},"r":{"k":[{"i":{"x":[0.833],"y":[0.887]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p887_0p167_0p167"],"t":23,"s":[0],"e":[199]},{"i":{"x":[0.833],"y":[1.167]},"o":{"x":[0.167],"y":[0.597]},"n":["0p833_1p167_0p167_0p597"],"t":29,"s":[199],"e":[224]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0.048]},"n":["0p833_1_0p167_0p048"],"t":33,"s":[224],"e":[-360]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":60,"s":[-360],"e":[-360]},{"t":68}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45,"s":[120.738,24.875,0],"e":[121.407,-5.924,0],"to":[0.11111907660961,0.38958746194839,0],"ti":[0.06987758725882,0.37998399138451,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":47,"s":[121.407,-5.924,0],"e":[116.481,-38.435,0],"to":[-0.92860811948776,-5.04963350296021,0],"ti":[-0.50151252746582,0.6655296087265,0]},{"t":63}]},"a":{"k":[120.738,24.875,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[7.5,6.163],[-7.5,6.163],[0,-6.163]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[120.682,23.143]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 4"}],"bounds":{"l":113,"t":16,"b":30,"r":129},"ip":48,"op":6363,"st":-2586},{"ddd":0,"ind":1,"ty":4,"nm":"triangulo4","parent":5,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":59,"s":[100],"e":[0]},{"t":61}]},"r":{"k":[{"i":{"x":[0.833],"y":[0.887]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p887_0p167_0p167"],"t":23,"s":[0],"e":[199]},{"i":{"x":[0.833],"y":[1.167]},"o":{"x":[0.167],"y":[0.597]},"n":["0p833_1p167_0p167_0p597"],"t":29,"s":[199],"e":[224]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0.048]},"n":["0p833_1_0p167_0p048"],"t":33,"s":[224],"e":[-360]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":60,"s":[-360],"e":[-360]},{"t":68}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45,"s":[120.738,24.875,0],"e":[121.407,-5.924,0],"to":[0.11111907660961,0.38958746194839,0],"ti":[0.06987758725882,0.37998399138451,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":47,"s":[121.407,-5.924,0],"e":[121.407,-5.924,0],"to":[-0.92860811948776,-5.04963350296021,0],"ti":[0.06987758725882,0.37998399138451,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":50,"s":[121.407,-5.924,0],"e":[119.861,-29.627,0],"to":[-0.92860811948776,-5.04963350296021,0],"ti":[-0.50151252746582,0.6655296087265,0]},{"t":67}]},"a":{"k":[120.738,24.875,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[7.5,6.163],[-7.5,6.163],[0,-6.163]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[88,214,112,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[120.682,23.143]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 4"}],"bounds":{"l":113,"t":16,"b":30,"r":129},"ip":18,"op":48,"st":-2586},{"ddd":0,"ind":2,"ty":4,"nm":"triangulo3","parent":7,"ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":58,"s":[100],"e":[0]},{"t":61}]},"r":{"k":[{"i":{"x":[0.833],"y":[0.887]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p887_0p167_0p167"],"t":22,"s":[0],"e":[-199]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.597]},"n":["0p833_0p833_0p167_0p597"],"t":28,"s":[-199],"e":[-224]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[-0.044]},"n":["0p667_1_0p167_-0p044"],"t":32,"s":[-224],"e":[418]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":59,"s":[418],"e":[360]},{"t":67}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":45,"s":[119.238,153.375,0],"e":[139.238,173.875,0],"to":[3.33333325386047,3.41666674613953,0],"ti":[-3.33333325386047,-3.41666674613953,0]},{"t":67}]},"a":{"k":[119.238,153.375,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[1.891,5.808],[-6.034,-3.266],[6.034,-5.808]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[119.326,153.992]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 2"}],"bounds":{"l":113,"t":148,"b":160,"r":126},"ip":22,"op":6363,"st":-2586},{"ddd":0,"ind":3,"ty":4,"nm":"triangulo2","parent":12,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.887]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p887_0p167_0p167"],"t":16,"s":[0],"e":[199]},{"i":{"x":[0.833],"y":[1.167]},"o":{"x":[0.167],"y":[0.597]},"n":["0p833_1p167_0p167_0p597"],"t":22,"s":[199],"e":[224]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0.048]},"n":["0p833_1_0p167_0p048"],"t":26,"s":[224],"e":[-360]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":53,"s":[-360],"e":[-360]},{"t":61}]},"p":{"k":[26.738,154.875,0]},"a":{"k":[26.738,154.875,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-6.008,3.076],[2.087,-5.846],[6.008,5.846]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[26.354,154.298]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":20,"t":148,"b":161,"r":33},"ip":16,"op":47,"st":-2588},{"ddd":0,"ind":4,"ty":4,"nm":"barraCyan 4","parent":9,"ks":{"o":{"k":100},"r":{"k":-37},"p":{"k":[128.738,163.375,0]},"a":{"k":[120.738,163.375,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":47,"s":[{"i":[[0,0],[0,-24.222],[-0.005,-21.899],[0,25.733]],"o":[[0,-24.722],[0,15],[0.006,25.233],[0,0]],"v":[[-15.848,-95.301],[17.605,-95.301],[16.72,59.892],[-16.726,59.892]]}],"e":[{"i":[[0,0],[-1.165,-20.558],[-0.181,0.25],[2.028,16.779]],"o":[[-1.515,-19.735],[0.081,1.428],[-0.62,17.449],[0,0]],"v":[[-13.617,-20.996],[19.836,-20.996],[19.402,-20.102],[-12.546,-19.599]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":51,"s":[{"i":[[0,0],[-1.165,-20.558],[-0.181,0.25],[2.028,16.779]],"o":[[-1.515,-19.735],[0.081,1.428],[-0.62,17.449],[0,0]],"v":[[-13.617,-20.996],[19.836,-20.996],[19.402,-20.102],[-12.546,-19.599]]}],"e":[{"i":[[0,0],[-0.511,-0.224],[-0.181,0.085],[-1.838,0.671]],"o":[[1.744,-0.554],[0.279,0.478],[-0.586,0.834],[0,0]],"v":[[-13.617,-21.236],[19.836,-21.236],[19.402,-20.931],[-12.546,-20.76]]}]},{"t":54}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[120.225,90.181]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 6"}],"bounds":{"l":103,"t":-24,"b":170,"r":141},"ip":47,"op":54,"st":-2589},{"ddd":0,"ind":5,"ty":4,"nm":"barraCyan 2","parent":9,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[-37],"e":[11]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":25,"s":[11],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":29,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":37,"s":[0],"e":[16]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":42,"s":[16],"e":[-37]},{"t":47}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[122.811,150.897,0],"e":[120.738,163.375,0],"to":[-0.34558996558189,2.07966637611389,0],"ti":[0.17892329394817,-2.41299962997437,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[120.738,163.375,0],"e":[121.738,165.375,0],"to":[-0.17892329394817,2.41299962997437,0],"ti":[-0.16666667163372,-0.33333334326744,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[121.738,165.375,0],"e":[121.738,165.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37,"s":[121.738,165.375,0],"e":[128.738,163.375,0],"to":[1.16666662693024,-0.33333334326744,0],"ti":[-1.16666662693024,0.33333334326744,0]},{"t":47}]},"a":{"k":[120.738,163.375,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,-24.222],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0,-24.722],[0,15],[0,0],[0.006,25.233],[0,0]],"v":[[-15.809,-79.669],[17.644,-79.669],[16.72,-31.165],[16.72,59.892],[-16.726,59.892]]}],"e":[{"i":[[0,0],[0,-24.222],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0,-24.722],[0,15],[0,0],[0.006,25.233],[0,0]],"v":[[-16.726,-60.903],[16.726,-60.903],[16.72,-31.165],[16.72,59.892],[-16.726,59.892]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[{"i":[[0,0],[0,-24.222],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0,-24.722],[0,15],[0,0],[0.006,25.233],[0,0]],"v":[[-16.726,-60.903],[16.726,-60.903],[16.72,-31.165],[16.72,59.892],[-16.726,59.892]]}],"e":[{"i":[[0,0],[0,-24.222],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0,-24.722],[0,15],[0,0],[0.006,25.233],[0,0]],"v":[[-16.726,-60.903],[16.726,-60.903],[16.72,-31.165],[16.72,59.892],[-16.726,59.892]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45,"s":[{"i":[[0,0],[0,-24.222],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0,-24.722],[0,15],[0,0],[0.006,25.233],[0,0]],"v":[[-16.726,-60.903],[16.726,-60.903],[16.72,-31.165],[16.72,59.892],[-16.726,59.892]]}],"e":[{"i":[[0,0],[0,-24.222],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0,-24.722],[0,15],[0,0],[0.006,25.233],[0,0]],"v":[[-15.848,-95.301],[17.605,-95.301],[16.72,-31.165],[16.72,59.892],[-16.726,59.892]]}]},{"t":47}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[120.225,90.181]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 6"}],"bounds":{"l":103,"t":-24,"b":170,"r":138},"ip":18,"op":47,"st":-2589},{"ddd":0,"ind":6,"ty":4,"nm":"barraCyan 3","parent":9,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[-37],"e":[11]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":25,"s":[11],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":29,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":37,"s":[0],"e":[16]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":42,"s":[16],"e":[-36]},{"t":47}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[122.811,150.897,0],"e":[120.738,163.375,0],"to":[-0.34558996558189,2.07966637611389,0],"ti":[0.17892329394817,-2.41299962997437,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[120.738,163.375,0],"e":[121.738,165.375,0],"to":[-0.17892329394817,2.41299962997437,0],"ti":[1,-0.33333334326744,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[121.738,165.375,0],"e":[114.738,165.375,0],"to":[-1,0.33333334326744,0],"ti":[-1.16666662693024,0.33333334326744,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37,"s":[114.738,165.375,0],"e":[128.738,163.375,0],"to":[1.16666662693024,-0.33333334326744,0],"ti":[-2.33333325386047,0.33333334326744,0]},{"t":47}]},"a":{"k":[120.738,163.375,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,-24.222],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0,-24.722],[0,15],[0,0],[0.006,25.233],[0,0]],"v":[[-15.809,-79.669],[17.644,-79.669],[16.72,-31.165],[16.72,59.892],[-16.726,59.892]]}],"e":[{"i":[[0,0],[0,-24.222],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0,-24.722],[0,15],[0,0],[0.006,25.233],[0,0]],"v":[[-16.726,-60.903],[16.726,-60.903],[16.72,-31.165],[16.72,59.892],[-16.726,59.892]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[{"i":[[0,0],[0,-24.222],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0,-24.722],[0,15],[0,0],[0.006,25.233],[0,0]],"v":[[-16.726,-60.903],[16.726,-60.903],[16.72,-31.165],[16.72,59.892],[-16.726,59.892]]}],"e":[{"i":[[0,0],[0.267,-1.019],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0.184,-0.972],[-0.269,1.028],[0,0],[0.006,25.233],[0,0]],"v":[[-16.726,4.097],[-6.274,15.097],[16.72,33.835],[16.72,50.892],[-16.726,50.892]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37,"s":[{"i":[[0,0],[0.267,-1.019],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0.184,-0.972],[-0.269,1.028],[0,0],[0.006,25.233],[0,0]],"v":[[-16.726,4.097],[-6.274,15.097],[16.72,33.835],[16.72,50.892],[-16.726,50.892]]}],"e":[{"i":[[0,0],[0.267,-1.019],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0.184,-0.972],[-0.269,1.028],[0,0],[0.006,25.233],[0,0]],"v":[[-18.528,7.704],[-8.075,18.704],[16.72,33.835],[16.72,50.892],[-16.726,50.892]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[{"i":[[0,0],[0.267,-1.019],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0.184,-0.972],[-0.269,1.028],[0,0],[0.006,25.233],[0,0]],"v":[[-18.528,7.704],[-8.075,18.704],[16.72,33.835],[16.72,50.892],[-16.726,50.892]]}],"e":[{"i":[[0,0],[0.267,-1.019],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0.184,-0.972],[-0.269,1.028],[0,0],[0.006,25.233],[0,0]],"v":[[-21.008,12.51],[-10.555,23.51],[16.72,33.835],[16.72,50.892],[-16.726,50.892]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39,"s":[{"i":[[0,0],[0.267,-1.019],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0.184,-0.972],[-0.269,1.028],[0,0],[0.006,25.233],[0,0]],"v":[[-21.008,12.51],[-10.555,23.51],[16.72,33.835],[16.72,50.892],[-16.726,50.892]]}],"e":[{"i":[[0,0],[0.267,-1.019],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0.184,-0.972],[-0.269,1.028],[0,0],[0.006,25.233],[0,0]],"v":[[-18.437,21.71],[-11.117,29.183],[16.72,33.835],[17.311,57.384],[-18.024,58.211]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[{"i":[[0,0],[0.267,-1.019],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0.184,-0.972],[-0.269,1.028],[0,0],[0.006,25.233],[0,0]],"v":[[-18.437,21.71],[-11.117,29.183],[16.72,33.835],[17.311,57.384],[-18.024,58.211]]}],"e":[{"i":[[0,0],[0.267,-1.019],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0.184,-0.972],[-0.269,1.028],[0,0],[0.006,25.233],[0,0]],"v":[[-17.928,26.209],[-10.607,33.682],[16.72,33.835],[17.311,57.384],[-18.024,58.211]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41,"s":[{"i":[[0,0],[0.267,-1.019],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0.184,-0.972],[-0.269,1.028],[0,0],[0.006,25.233],[0,0]],"v":[[-17.928,26.209],[-10.607,33.682],[16.72,33.835],[17.311,57.384],[-18.024,58.211]]}],"e":[{"i":[[0,0],[0.267,-1.019],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0.184,-0.972],[-0.269,1.028],[0,0],[0.006,25.233],[0,0]],"v":[[-20.328,30.538],[-10.123,37.184],[16.72,33.835],[17.311,57.384],[-18.024,58.211]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[{"i":[[0,0],[0.267,-1.019],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0.184,-0.972],[-0.269,1.028],[0,0],[0.006,25.233],[0,0]],"v":[[-20.328,30.538],[-10.123,37.184],[16.72,33.835],[17.311,57.384],[-18.024,58.211]]}],"e":[{"i":[[0,0],[0.267,-1.019],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0.184,-0.972],[-0.269,1.028],[0,0],[0.006,25.233],[0,0]],"v":[[-19.615,22.43],[-9.411,29.076],[16.72,33.835],[17.311,57.384],[-18.024,58.211]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":43,"s":[{"i":[[0,0],[0.267,-1.019],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0.184,-0.972],[-0.269,1.028],[0,0],[0.006,25.233],[0,0]],"v":[[-19.615,22.43],[-9.411,29.076],[16.72,33.835],[17.311,57.384],[-18.024,58.211]]}],"e":[{"i":[[0,0],[0.267,-1.019],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0.184,-0.972],[-0.269,1.028],[0,0],[0.006,25.233],[0,0]],"v":[[-19.273,6.402],[-9.114,19.568],[16.72,33.835],[17.311,57.384],[-19.644,59.58]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":44,"s":[{"i":[[0,0],[0.267,-1.019],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0.184,-0.972],[-0.269,1.028],[0,0],[0.006,25.233],[0,0]],"v":[[-19.273,6.402],[-9.114,19.568],[16.72,33.835],[17.311,57.384],[-19.644,59.58]]}],"e":[{"i":[[0,0],[0.267,-1.019],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0.184,-0.972],[-0.269,1.028],[0,0],[0.006,25.233],[0,0]],"v":[[-18.729,-20.392],[-8.832,-6.262],[16.72,33.835],[17.311,57.384],[-19.823,56.423]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45,"s":[{"i":[[0,0],[0.267,-1.019],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0.184,-0.972],[-0.269,1.028],[0,0],[0.006,25.233],[0,0]],"v":[[-18.729,-20.392],[-8.832,-6.262],[16.72,33.835],[17.311,57.384],[-19.823,56.423]]}],"e":[{"i":[[0,0],[0.267,-1.019],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0.184,-0.972],[-0.269,1.028],[0,0],[0.006,25.233],[0,0]],"v":[[-18.092,-62.223],[-8.832,-6.262],[16.72,33.835],[17.311,57.384],[-19.823,56.423]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":46,"s":[{"i":[[0,0],[0.267,-1.019],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0.184,-0.972],[-0.269,1.028],[0,0],[0.006,25.233],[0,0]],"v":[[-18.092,-62.223],[-8.832,-6.262],[16.72,33.835],[17.311,57.384],[-19.823,56.423]]}],"e":[{"i":[[0,0],[0.267,-1.019],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0.184,-0.972],[-0.269,1.028],[0,0],[0.006,25.233],[0,0]],"v":[[-12.906,-56.601],[-8.832,-6.262],[16.72,33.835],[17.311,57.384],[-12.106,50.905]]}]},{"t":47}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[190,82,54,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[120.225,90.181]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 6"}],"bounds":{"l":99,"t":-8,"b":170,"r":138},"ip":37,"op":47,"st":-2589},{"ddd":0,"ind":7,"ty":4,"nm":"barraCyan","parent":9,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[-37],"e":[11]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":25,"s":[11],"e":[0]},{"t":29}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[122.811,150.897,0],"e":[120.738,163.375,0],"to":[-0.34558996558189,2.07966637611389,0],"ti":[0.17892329394817,-2.41299962997437,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[120.738,163.375,0],"e":[121.738,165.375,0],"to":[-0.17892329394817,2.41299962997437,0],"ti":[-0.16666667163372,-0.33333334326744,0]},{"t":29}]},"a":{"k":[120.738,163.375,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[-0.031,-1.031],[0,0],[0.864,-19.12],[0,25.733]],"o":[[0.451,-1.765],[0.196,6.553],[0,0],[-1.139,25.207],[0,0]],"v":[[-13.829,28.898],[17.416,27.724],[17.493,42.165],[16.911,59.478],[-14.328,60.652]]}],"e":[{"i":[[0,0],[-0.031,-1.031],[0,0],[0.864,-19.12],[3.391,31.039]],"o":[[0.451,-1.765],[0.196,6.553],[0,0],[-1.139,25.207],[0,0]],"v":[[-16.859,28.738],[16.933,27.872],[17.01,42.313],[16.428,59.626],[-17.358,60.493]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[0,0],[-0.031,-1.031],[0,0],[0.864,-19.12],[3.391,31.039]],"o":[[0.451,-1.765],[0.196,6.553],[0,0],[-1.139,25.207],[0,0]],"v":[[-16.859,28.738],[16.933,27.872],[17.01,42.313],[16.428,59.626],[-17.358,60.493]]}],"e":[{"i":[[0,0],[-0.031,-1.031],[0,0],[0.13,-19.139],[2.242,26.243]],"o":[[0.451,-1.765],[0.196,6.553],[0,0],[-0.207,30.53],[0,0]],"v":[[-16.862,-66.961],[16.45,28.019],[16.527,42.461],[15.945,59.774],[-19.341,59.144]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[0,0],[-0.031,-1.031],[0,0],[0.13,-19.139],[2.242,26.243]],"o":[[0.451,-1.765],[0.196,6.553],[0,0],[-0.207,30.53],[0,0]],"v":[[-16.862,-66.961],[16.45,28.019],[16.527,42.461],[15.945,59.774],[-19.341,59.144]]}],"e":[{"i":[[0,0],[-0.031,-1.031],[0,0],[0.276,-19.136],[1.793,26.141]],"o":[[0.451,-1.765],[0.196,6.553],[0,0],[-0.393,29.466],[0,0]],"v":[[-17.854,-25.63],[15.967,28.167],[16.044,42.608],[15.462,59.921],[-19.456,59.417]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[0,0],[-0.031,-1.031],[0,0],[0.276,-19.136],[1.793,26.141]],"o":[[0.451,-1.765],[0.196,6.553],[0,0],[-0.393,29.466],[0,0]],"v":[[-17.854,-25.63],[15.967,28.167],[16.044,42.608],[15.462,59.921],[-19.456,59.417]]}],"e":[{"i":[[0,0],[-0.031,-1.031],[0,0],[0.423,-19.132],[1.345,26.039]],"o":[[0.451,-1.765],[0.196,6.553],[0,0],[-0.579,28.401],[0,0]],"v":[[-18.599,-2.553],[15.484,28.315],[15.561,42.756],[14.979,60.069],[-19.571,59.691]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[0,0],[-0.031,-1.031],[0,0],[0.423,-19.132],[1.345,26.039]],"o":[[0.451,-1.765],[0.196,6.553],[0,0],[-0.579,28.401],[0,0]],"v":[[-18.599,-2.553],[15.484,28.315],[15.561,42.756],[14.979,60.069],[-19.571,59.691]]}],"e":[{"i":[[0,0],[-0.031,-1.031],[0,0],[0.57,-19.128],[0.897,25.937]],"o":[[0.451,-1.765],[0.196,6.553],[0,0],[-0.766,27.336],[0,0]],"v":[[-18.759,12.982],[15.001,28.463],[15.078,42.904],[14.496,60.217],[-19.686,59.965]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[0,0],[-0.031,-1.031],[0,0],[0.57,-19.128],[0.897,25.937]],"o":[[0.451,-1.765],[0.196,6.553],[0,0],[-0.766,27.336],[0,0]],"v":[[-18.759,12.982],[15.001,28.463],[15.078,42.904],[14.496,60.217],[-19.686,59.965]]}],"e":[{"i":[[0,0],[-0.031,-1.031],[0,0],[0.864,-19.12],[0,25.733]],"o":[[0.451,-1.765],[0.196,6.553],[0,0],[-1.139,25.207],[0,0]],"v":[[-18.722,27.095],[14.035,28.758],[14.112,43.199],[13.53,60.512],[-19.917,60.512]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[{"i":[[0,0],[-0.031,-1.031],[0,0],[0.864,-19.12],[0,25.733]],"o":[[0.451,-1.765],[0.196,6.553],[0,0],[-1.139,25.207],[0,0]],"v":[[-18.722,27.095],[14.035,28.758],[14.112,43.199],[13.53,60.512],[-19.917,60.512]]}],"e":[{"i":[[0,0],[-0.031,-1.031],[0,0],[0.864,-19.12],[-0.032,20.578]],"o":[[0.451,-1.765],[0.196,6.553],[0,0],[-1.139,25.207],[0,0]],"v":[[-19.47,23.552],[14.035,28.758],[14.112,43.199],[13.53,60.512],[-19.792,61.262]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26,"s":[{"i":[[0,0],[-0.031,-1.031],[0,0],[0.864,-19.12],[-0.032,20.578]],"o":[[0.451,-1.765],[0.196,6.553],[0,0],[-1.139,25.207],[0,0]],"v":[[-19.47,23.552],[14.035,28.758],[14.112,43.199],[13.53,60.512],[-19.792,61.262]]}],"e":[{"i":[[0,0],[-0.031,-1.031],[0,0],[0.864,-19.12],[-0.063,15.423]],"o":[[0.451,-1.765],[0.196,6.553],[0,0],[-1.139,25.207],[0,0]],"v":[[-20.621,18.367],[14.035,28.758],[14.112,43.199],[13.53,60.512],[-19.667,62.012]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[{"i":[[0,0],[-0.031,-1.031],[0,0],[0.864,-19.12],[-0.063,15.423]],"o":[[0.451,-1.765],[0.196,6.553],[0,0],[-1.139,25.207],[0,0]],"v":[[-20.621,18.367],[14.035,28.758],[14.112,43.199],[13.53,60.512],[-19.667,62.012]]}],"e":[{"i":[[0,0],[-0.031,-1.031],[0,0],[0.265,-19.138],[-0.108,1.519]],"o":[[1.983,1.346],[0.196,6.553],[0,0],[-0.564,0.2],[0,0]],"v":[[-21.356,11.363],[-11.807,22.24],[14.112,43.199],[-12.947,72.046],[-22.646,60.659]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28,"s":[{"i":[[0,0],[-0.031,-1.031],[0,0],[0.265,-19.138],[-0.108,1.519]],"o":[[1.983,1.346],[0.196,6.553],[0,0],[-0.564,0.2],[0,0]],"v":[[-21.356,11.363],[-11.807,22.24],[14.112,43.199],[-12.947,72.046],[-22.646,60.659]]}],"e":[{"i":[[0,0],[-0.741,-0.717],[0,0],[0.454,-6.921],[0.124,0.613]],"o":[[2.375,1.867],[1.672,1.617],[0,0],[-0.073,1.113],[0,0]],"v":[[-21.668,6.258],[-13.465,16.008],[14.112,43.199],[-13.22,71.012],[-22.917,60.012]]}]},{"t":29}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[190,82,54,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[120.225,90.181]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 6"}],"bounds":{"l":97,"t":23,"b":172,"r":138},"ip":18,"op":37,"st":-2589},{"ddd":0,"ind":8,"ty":4,"nm":"triangulo1","parent":12,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.887]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p887_0p167_0p167"],"t":15,"s":[0],"e":[-199]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.597]},"n":["0p833_0p833_0p167_0p597"],"t":21,"s":[-199],"e":[-224]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[-0.044]},"n":["0p833_1_0p167_-0p044"],"t":25,"s":[-224],"e":[418]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":52,"s":[418],"e":[360]},{"t":60}]},"p":{"k":[26.238,26.875,0]},"a":{"k":[26.238,26.875,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[2.191,5.865],[-5.995,-2.975],[5.995,-5.865]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[91,89,130,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[25.795,27.684]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 3"}],"bounds":{"l":19,"t":21,"b":34,"r":32},"ip":15,"op":47,"st":-2589},{"ddd":0,"ind":9,"ty":4,"nm":"barraRosa","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[36],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":19,"s":[0],"e":[-11]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":22,"s":[-11],"e":[0]},{"t":25}]},"p":{"k":[72.555,95.069,0]},"a":{"k":[24.738,23.375,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[5.6,7.908],[-13.997,-19.768],[0,0],[-12.659,-17.87],[14.87,21.001]],"o":[[-14.286,-20.176],[8.668,12.242],[0,0],[14.586,20.589],[-12.387,-17.493]],"v":[[-56.744,-53.746],[-29.442,-73.078],[-12.262,-48.805],[43.138,23.996],[15.841,43.324]]}],"e":[{"i":[[5.6,7.908],[-13.997,-19.768],[0,0],[-12.659,-17.87],[14.87,21.001]],"o":[[-14.286,-20.176],[8.668,12.242],[0,0],[14.586,20.589],[-12.387,-17.493]],"v":[[-56.744,-53.746],[-29.442,-73.078],[-12.262,-48.805],[56.138,43.996],[28.841,63.324]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[5.6,7.908],[-13.997,-19.768],[0,0],[-12.659,-17.87],[14.87,21.001]],"o":[[-14.286,-20.176],[8.668,12.242],[0,0],[14.586,20.589],[-12.387,-17.493]],"v":[[-56.744,-53.746],[-29.442,-73.078],[-12.262,-48.805],[56.138,43.996],[28.841,63.324]]}],"e":[{"i":[[5.6,7.908],[-13.997,-19.768],[0,0],[-12.659,-17.87],[14.87,21.001]],"o":[[-14.286,-20.176],[8.668,12.242],[0,0],[14.586,20.589],[-12.387,-17.493]],"v":[[-59.201,-52.025],[-31.9,-71.357],[-14.72,-47.084],[58.901,50.796],[31.604,70.124]]}]},{"t":22}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[73.737,91.375]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 5"}],"bounds":{"l":10,"t":9,"b":171,"r":137},"ip":15,"op":47,"st":-2589},{"ddd":0,"ind":10,"ty":4,"nm":"barraRosa 2","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[36],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":19,"s":[0],"e":[-11]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":22,"s":[-11],"e":[0]},{"t":25}]},"p":{"k":[72.555,95.069,0]},"a":{"k":[24.738,23.375,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[6.968,11.877],[-13.997,-19.768],[0,0],[-9.763,-19.603],[4.079,4.513]],"o":[[-12.509,-21.323],[8.668,12.242],[0,0],[0.536,1.076],[-14.372,-15.902]],"v":[[-53.793,-47.954],[-32.762,-68.58],[-15.582,-44.307],[33.141,51.458],[19.133,53.914]]}],"e":[{"i":[[6.512,10.554],[-13.997,-19.768],[0,0],[-10.728,-19.025],[0.351,-1.222]],"o":[[-13.101,-20.941],[8.668,12.242],[0,0],[-0.004,-0.594],[-16.897,-20.327]],"v":[[-54.979,-44.036],[-31.656,-70.079],[-14.475,-45.806],[-1.179,18.451],[4.039,34.617]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[6.512,10.554],[-13.997,-19.768],[0,0],[-10.728,-19.025],[0.351,-1.222]],"o":[[-13.101,-20.941],[8.668,12.242],[0,0],[-0.004,-0.594],[-16.897,-20.327]],"v":[[-54.979,-44.036],[-31.656,-70.079],[-14.475,-45.806],[-1.179,18.451],[4.039,34.617]]}],"e":[{"i":[[6.056,9.231],[-13.997,-19.768],[0,0],[-11.694,-18.448],[0.392,-1.415]],"o":[[-13.694,-20.558],[8.668,12.242],[0,0],[-0.154,-0.517],[-8.555,-13.16]],"v":[[-57.5,-49.644],[-30.549,-71.579],[-13.369,-47.306],[-20.158,-4.261],[-17.345,8.254]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[6.056,9.231],[-13.997,-19.768],[0,0],[-11.694,-18.448],[0.392,-1.415]],"o":[[-13.694,-20.558],[8.668,12.242],[0,0],[-0.154,-0.517],[-8.555,-13.16]],"v":[[-57.5,-49.644],[-30.549,-71.579],[-13.369,-47.306],[-20.158,-4.261],[-17.345,8.254]]}],"e":[{"i":[[5.944,8.075],[-13.997,-19.768],[0,0],[-11.694,-18.448],[0.392,-1.415]],"o":[[-13.694,-20.558],[8.668,12.242],[0,0],[-0.154,-0.517],[-4.71,-4.823]],"v":[[-58,-48.144],[-30.549,-71.579],[-13.369,-47.306],[-29.158,-15.261],[-29.345,-5.746]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[5.944,8.075],[-13.997,-19.768],[0,0],[-11.694,-18.448],[0.392,-1.415]],"o":[[-13.694,-20.558],[8.668,12.242],[0,0],[-0.154,-0.517],[-4.71,-4.823]],"v":[[-58,-48.144],[-30.549,-71.579],[-13.369,-47.306],[-29.158,-15.261],[-29.345,-5.746]]}],"e":[{"i":[[5.944,8.075],[-13.997,-19.768],[0,0],[-11.694,-18.448],[0.392,-1.415]],"o":[[-13.694,-20.558],[8.668,12.242],[0,0],[-0.154,-0.517],[-4.71,-4.823]],"v":[[-59.529,-47.741],[-30.549,-71.579],[-13.369,-47.306],[-32.862,-20.008],[-33.049,-10.493]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[5.944,8.075],[-13.997,-19.768],[0,0],[-11.694,-18.448],[0.392,-1.415]],"o":[[-13.694,-20.558],[8.668,12.242],[0,0],[-0.154,-0.517],[-4.71,-4.823]],"v":[[-59.529,-47.741],[-30.549,-71.579],[-13.369,-47.306],[-32.862,-20.008],[-33.049,-10.493]]}],"e":[{"i":[[5.944,8.075],[-13.997,-19.768],[0,0],[-11.694,-18.448],[0.392,-1.415]],"o":[[-13.694,-20.558],[8.668,12.242],[0,0],[-0.154,-0.517],[-4.71,-4.823]],"v":[[-59.529,-47.741],[-30.549,-71.579],[-13.369,-47.306],[-34.208,-25.222],[-35.706,-13.355]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[5.944,8.075],[-13.997,-19.768],[0,0],[-11.694,-18.448],[0.392,-1.415]],"o":[[-13.694,-20.558],[8.668,12.242],[0,0],[-0.154,-0.517],[-4.71,-4.823]],"v":[[-59.529,-47.741],[-30.549,-71.579],[-13.369,-47.306],[-34.208,-25.222],[-35.706,-13.355]]}],"e":[{"i":[[3.263,3.726],[-13.997,-19.768],[0,0],[-11.694,-18.448],[0.392,-1.415]],"o":[[-13.694,-20.558],[8.668,12.242],[0,0],[-0.154,-0.517],[-5.343,-9.365]],"v":[[-60.687,-44.4],[-38.06,-64.38],[-20.88,-40.107],[-36.594,-31.289],[-39.932,-15.195]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[3.263,3.726],[-13.997,-19.768],[0,0],[-11.694,-18.448],[0.392,-1.415]],"o":[[-13.694,-20.558],[8.668,12.242],[0,0],[-0.154,-0.517],[-5.343,-9.365]],"v":[[-60.687,-44.4],[-38.06,-64.38],[-20.88,-40.107],[-36.594,-31.289],[-39.932,-15.195]]}],"e":[{"i":[[3.263,3.726],[-13.997,-19.768],[0,0],[-11.694,-18.448],[0.392,-1.415]],"o":[[-13.694,-20.558],[8.668,12.242],[0,0],[-0.154,-0.517],[-5.343,-9.365]],"v":[[-60.687,-44.4],[-38.06,-64.38],[-20.88,-40.107],[-33.682,-30.41],[-37.021,-14.316]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[3.263,3.726],[-13.997,-19.768],[0,0],[-11.694,-18.448],[0.392,-1.415]],"o":[[-13.694,-20.558],[8.668,12.242],[0,0],[-0.154,-0.517],[-5.343,-9.365]],"v":[[-60.687,-44.4],[-38.06,-64.38],[-20.88,-40.107],[-33.682,-30.41],[-37.021,-14.316]]}],"e":[{"i":[[3.263,3.726],[-13.997,-19.768],[0,0],[-11.694,-18.448],[0.392,-1.415]],"o":[[-13.549,-13.763],[8.668,12.242],[0,0],[-0.154,-0.517],[-3.751,-3.123]],"v":[[-60.252,-43.371],[-38.06,-64.38],[-20.88,-40.107],[-30.318,-28.191],[-33.656,-12.097]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[3.263,3.726],[-13.997,-19.768],[0,0],[-11.694,-18.448],[0.392,-1.415]],"o":[[-13.549,-13.763],[8.668,12.242],[0,0],[-0.154,-0.517],[-3.751,-3.123]],"v":[[-60.252,-43.371],[-38.06,-64.38],[-20.88,-40.107],[-30.318,-28.191],[-33.656,-12.097]]}],"e":[{"i":[[3.263,3.726],[-13.997,-19.768],[0,0],[-11.694,-18.448],[0.392,-1.415]],"o":[[-13.694,-20.558],[8.668,12.242],[0,0],[-0.154,-0.517],[-4.154,-4.652]],"v":[[-58.127,-41.271],[-38.06,-64.38],[-20.88,-40.107],[-30.818,-28.191],[-29.656,-3.097]]}]},{"t":25}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[77,74,133,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[73.737,91.375]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 5"}],"bounds":{"l":8,"t":11,"b":147,"r":107},"ip":16,"op":34,"st":-2589},{"ddd":0,"ind":11,"ty":4,"nm":"barraVioleta 2","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[1.208]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_1p208_0p167_0p167"],"t":34,"s":[0],"e":[16]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.054]},"n":["0p833_0p833_0p167_0p054"],"t":41,"s":[16],"e":[-37]},{"t":47}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41,"s":[74.055,88.569,0],"e":[67.055,92.569,0],"to":[-1.16666662693024,0.66666668653488,0],"ti":[1.16666662693024,-0.66666668653488,0]},{"t":47}]},"a":{"k":[26.238,16.875,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,-24.222],[0,0],[-0.073,-1.464],[0.184,1.233]],"o":[[0,-24.722],[0,15],[0,0],[0.237,4.733],[0,0]],"v":[[-16.726,-60.903],[16.726,-60.903],[16.72,-31.165],[16.72,-6.108],[-16.726,-52.608]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[77,74,133,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[27.225,91.181]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 7"}],"bounds":{"l":10,"t":11,"b":86,"r":44},"ip":34,"op":47,"st":-2592},{"ddd":0,"ind":12,"ty":4,"nm":"000","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[1.208]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_1p208_0p167_0p167"],"t":34,"s":[0],"e":[16]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.054]},"n":["0p833_0p833_0p167_0p054"],"t":41,"s":[16],"e":[-37]},{"t":47}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41,"s":[74.055,88.569,0],"e":[67.055,92.569,0],"to":[-1.16666662693024,0.66666668653488,0],"ti":[1.16666662693024,-0.66666668653488,0]},{"t":47}]},"a":{"k":[26.238,16.875,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,-24.222],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0,-24.722],[0,15],[0,0],[0.006,25.233],[0,0]],"v":[[-16.726,-60.903],[16.726,-60.903],[16.72,-31.165],[16.72,59.892],[-16.726,59.892]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[91,89,130,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[27.225,91.181]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 7"}],"bounds":{"l":10,"t":11,"b":171,"r":44},"ip":11,"op":47,"st":-2592},{"ddd":0,"ind":13,"ty":4,"nm":"Noriginal 4","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":58,"s":[-35],"e":[-35]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":60,"s":[-35],"e":[-35]},{"i":{"x":[0.833],"y":[0.743]},"o":{"x":[0.167],"y":[0.146]},"n":["0p833_0p743_0p167_0p146"],"t":61,"s":[-35],"e":[0]},{"t":68}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":58,"s":[107.41,157.475,0],"e":[107.41,157.475,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":60,"s":[107.41,157.475,0],"e":[107.41,157.475,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":61,"s":[107.41,157.475,0],"e":[107.41,157.475,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.929},"o":{"x":0.167,"y":0.071},"n":"0p833_0p929_0p167_0p071","t":65,"s":[107.41,157.475,0],"e":[73.41,154.975,0],"to":[-5.66666650772095,-0.41666665673256,0],"ti":[5.66666650772095,0.41666665673256,0]},{"t":68}]},"a":{"k":[1227.727,70.648,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":54,"s":[{"i":[[0.085,0.235],[0.614,-1.539],[-0.09,-0.823],[3.213,0.858],[0,0],[-0.203,-0.883],[3.169,1.153],[-0.647,0.66],[-3.596,-1.064],[0,0]],"o":[[-0.597,-1.661],[0.432,0.374],[0.085,0.774],[-1.441,-0.385],[0,0],[0.214,0.93],[-1.073,-0.39],[0.856,-0.874],[1.68,0.497],[0,0]],"v":[[-68.861,-5.781],[-35.415,-5.781],[-36.626,-5.362],[-67.794,-5.279],[-40.738,-6.179],[-36.468,-5.543],[-69.136,-5.4],[-68.703,-6.156],[-37.4,-6.156],[-69.367,-5.305]]}],"e":[{"i":[[0.633,18.52],[0.614,-25.507],[0.283,-13.631],[3.213,14.211],[0,0],[0.03,-14.628],[0.099,19.372],[0.534,78.628],[-8.267,-15.991],[0,0]],"o":[[-0.94,-27.507],[0.614,20.493],[-0.386,18.628],[-1.44,-6.372],[0,0],[-0.044,21.628],[-0.098,-19.372],[-0.098,-14.507],[3.099,5.993],[0,0]],"v":[[-68.195,-67.872],[-34.749,-67.872],[-36.267,73.749],[-68.212,72.749],[-35.698,-10.975],[-36.108,70.749],[-69.554,70.749],[-68.037,-74.091],[-36.734,-74.091],[-68.302,13.546]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":58,"s":[{"i":[[0.633,18.52],[0.614,-25.507],[0.283,-13.631],[3.213,14.211],[0,0],[0.03,-14.628],[0.099,19.372],[0.534,78.628],[-8.267,-15.991],[0,0]],"o":[[-0.94,-27.507],[0.614,20.493],[-0.386,18.628],[-1.44,-6.372],[0,0],[-0.044,21.628],[-0.098,-19.372],[-0.098,-14.507],[3.099,5.993],[0,0]],"v":[[-68.195,-67.872],[-34.749,-67.872],[-36.267,73.749],[-68.212,72.749],[-35.698,-10.975],[-36.108,70.749],[-69.554,70.749],[-68.037,-74.091],[-36.734,-74.091],[-68.302,13.546]]}],"e":[{"i":[[0.633,18.52],[0.614,-25.507],[0.283,-13.631],[3.213,14.211],[0,0],[0.03,-14.628],[0.098,19.372],[0.534,78.628],[-8.268,-15.991],[0,0]],"o":[[-0.94,-27.507],[0.614,20.493],[-0.386,18.628],[-1.44,-6.372],[0,0],[-0.044,21.628],[-0.098,-19.372],[-0.098,-14.507],[3.099,5.993],[0,0]],"v":[[-69.302,-61.933],[-35.856,-61.933],[-35.856,67.932],[-67.802,66.932],[-35.698,-10.975],[-35.698,64.932],[-69.144,64.932],[-69.144,-68.151],[-37.841,-68.151],[-68.302,13.546]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":60,"s":[{"i":[[0.633,18.52],[0.614,-25.507],[0.283,-13.631],[3.213,14.211],[0,0],[0.03,-14.628],[0.098,19.372],[0.534,78.628],[-8.268,-15.991],[0,0]],"o":[[-0.94,-27.507],[0.614,20.493],[-0.386,18.628],[-1.44,-6.372],[0,0],[-0.044,21.628],[-0.098,-19.372],[-0.098,-14.507],[3.099,5.993],[0,0]],"v":[[-69.302,-61.933],[-35.856,-61.933],[-35.856,67.932],[-67.802,66.932],[-35.698,-10.975],[-35.698,64.932],[-69.144,64.932],[-69.144,-68.151],[-37.841,-68.151],[-68.302,13.546]]}],"e":[{"i":[[0.633,18.52],[0.614,-25.507],[0.283,-13.631],[3.213,14.211],[0,0],[0.03,-14.628],[0.099,19.372],[0.534,78.628],[-8.267,-15.991],[0,0]],"o":[[-0.94,-27.507],[0.614,20.493],[-0.386,18.628],[-1.44,-6.372],[0,0],[-0.044,21.628],[-0.098,-19.372],[-0.098,-14.507],[3.099,5.993],[0,0]],"v":[[-69.302,-61.933],[-35.856,-61.933],[-35.856,67.932],[-67.802,66.932],[-35.698,-10.975],[-35.698,64.932],[-69.144,64.932],[-69.144,-68.151],[-37.841,-68.151],[-68.302,13.546]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":61,"s":[{"i":[[0.633,18.52],[0.614,-25.507],[0.283,-13.631],[3.213,14.211],[0,0],[0.03,-14.628],[0.099,19.372],[0.534,78.628],[-8.267,-15.991],[0,0]],"o":[[-0.94,-27.507],[0.614,20.493],[-0.386,18.628],[-1.44,-6.372],[0,0],[-0.044,21.628],[-0.098,-19.372],[-0.098,-14.507],[3.099,5.993],[0,0]],"v":[[-69.302,-61.933],[-35.856,-61.933],[-35.856,67.932],[-67.802,66.932],[-35.698,-10.975],[-35.698,64.932],[-69.144,64.932],[-69.144,-68.151],[-37.841,-68.151],[-68.302,13.546]]}],"e":[{"i":[[0.633,18.52],[0.614,-25.507],[0.283,-13.631],[3.213,14.211],[0,0],[0.03,-14.628],[0.099,19.372],[0.534,78.628],[-8.267,-15.991],[0,0]],"o":[[-0.94,-27.507],[0.614,20.493],[-0.386,18.628],[-1.44,-6.372],[0,0],[-0.044,21.628],[-0.098,-19.372],[-0.098,-14.507],[3.099,5.993],[0,0]],"v":[[-69.302,-61.933],[-35.856,-61.933],[-35.856,67.932],[-67.802,66.932],[-35.698,-10.975],[-35.698,64.932],[-69.144,64.932],[-69.144,-68.151],[-37.841,-68.151],[-68.302,13.546]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":65,"s":[{"i":[[0.633,18.52],[0.614,-25.507],[0.283,-13.631],[3.213,14.211],[0,0],[0.03,-14.628],[0.099,19.372],[0.534,78.628],[-8.267,-15.991],[0,0]],"o":[[-0.94,-27.507],[0.614,20.493],[-0.386,18.628],[-1.44,-6.372],[0,0],[-0.044,21.628],[-0.098,-19.372],[-0.098,-14.507],[3.099,5.993],[0,0]],"v":[[-69.302,-61.933],[-35.856,-61.933],[-35.856,67.932],[-67.802,66.932],[-35.698,-10.975],[-35.698,64.932],[-69.144,64.932],[-69.144,-68.151],[-37.841,-68.151],[-68.302,13.546]]}],"e":[{"i":[[0.633,18.52],[0.614,-25.507],[0.283,-13.631],[3.213,14.211],[0,0],[0.03,-14.628],[0.098,19.372],[0.534,78.628],[-8.268,-15.991],[0,0]],"o":[[-0.94,-27.507],[0.614,20.493],[-0.386,18.628],[-1.44,-6.372],[0,0],[-0.044,21.628],[-0.098,-19.372],[-0.098,-14.507],[3.099,5.993],[0,0]],"v":[[22.698,-61.933],[56.144,-61.933],[56.144,67.932],[24.198,66.932],[-35.698,-10.975],[-35.698,64.932],[-69.144,64.932],[-69.144,-68.151],[-37.841,-68.151],[21.698,13.546]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":68,"s":[{"i":[[0.633,18.52],[0.614,-25.507],[0.283,-13.631],[3.213,14.211],[0,0],[0.03,-14.628],[0.098,19.372],[0.534,78.628],[-8.268,-15.991],[0,0]],"o":[[-0.94,-27.507],[0.614,20.493],[-0.386,18.628],[-1.44,-6.372],[0,0],[-0.044,21.628],[-0.098,-19.372],[-0.098,-14.507],[3.099,5.993],[0,0]],"v":[[22.698,-61.933],[56.144,-61.933],[56.144,67.932],[24.198,66.932],[-35.698,-10.975],[-35.698,64.932],[-69.144,64.932],[-69.144,-68.151],[-37.841,-68.151],[21.698,13.546]]}],"e":[{"i":[[0.059,19.493],[-0.636,-11.007],[-1.366,-13.565],[6.06,9.128],[0,0],[0.956,-16.372],[0.652,14.128],[0.402,24.993],[-8.151,-10.132],[0,0]],"o":[[-0.066,-13.757],[0.614,20.493],[0.364,17.878],[-6.44,-7.372],[0,0],[0.081,9.816],[-0.098,-21.372],[0.027,-5.132],[3.609,4.485],[0,0]],"v":[[35.698,-74.933],[69.144,-74.933],[69.144,74.932],[34.698,73.932],[-35.698,-18.975],[-35.698,74.932],[-69.144,74.932],[-69.144,-74.933],[-37.841,-74.933],[35.698,21.546]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":71,"s":[{"i":[[0.059,19.493],[-0.636,-11.007],[-1.366,-13.565],[6.06,9.128],[0,0],[0.956,-16.372],[0.652,14.128],[0.402,24.993],[-8.151,-10.132],[0,0]],"o":[[-0.066,-13.757],[0.614,20.493],[0.364,17.878],[-6.44,-7.372],[0,0],[0.081,9.816],[-0.098,-21.372],[0.027,-5.132],[3.609,4.485],[0,0]],"v":[[35.698,-74.933],[69.144,-74.933],[69.144,74.932],[34.698,73.932],[-35.698,-18.975],[-35.698,74.932],[-69.144,74.932],[-69.144,-74.933],[-37.841,-74.933],[35.698,21.546]]}],"e":[{"i":[[0.059,19.493],[0.114,0.493],[-1.366,-13.565],[0.06,0.628],[0,0],[0.956,-16.372],[-0.098,0.128],[0.402,24.993],[-0.646,-0.807],[0,0]],"o":[[0.559,0.493],[0.614,20.493],[0.114,0.128],[-0.344,-6.523],[0,0],[0.456,-0.872],[-0.098,-21.372],[0.402,-0.007],[3.599,4.493],[0,0]],"v":[[35.698,-74.933],[69.144,-74.933],[69.144,74.932],[34.698,74.932],[-35.698,-18.975],[-35.698,74.932],[-69.144,74.932],[-69.144,-74.933],[-37.841,-74.933],[35.698,21.546]]}]},{"t":75}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[1282.059,78.613]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 2"}],"bounds":{"l":1212,"t":-10,"b":165,"r":1352},"ip":54,"op":75,"st":27},{"ddd":0,"ind":14,"ty":4,"nm":"Noriginal 2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[132.41,164.975,0]},"a":{"k":[1286.727,80.648,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":1,"s":[{"i":[[0.059,19.493],[0.114,0.493],[-1.366,-13.565],[0.059,0.628],[0,0],[0.956,-16.372],[-0.098,0.128],[0.402,24.993],[-0.646,-0.807],[0,0]],"o":[[0.559,0.493],[0.614,20.493],[0.114,0.128],[-0.344,-6.523],[0,0],[0.456,-0.872],[-0.098,-21.372],[0.402,-0.007],[3.599,4.493],[0,0]],"v":[[35.698,-74.933],[69.144,-74.933],[69.144,74.932],[37.198,73.932],[-35.698,-18.975],[-35.698,74.932],[-69.144,74.932],[-69.144,-74.933],[-37.841,-74.933],[35.698,21.546]]}],"e":[{"i":[[0.059,19.493],[0.114,0.493],[-1.366,-13.565],[19.81,-6.997],[0,0],[0.956,-16.372],[-0.098,0.128],[0.402,24.993],[-14.651,5.743],[0,0]],"o":[[16.934,7.243],[0.614,20.493],[0.114,0.128],[-0.344,-6.523],[0,0],[-18.294,-12.497],[-0.098,-21.372],[0.402,-0.007],[-0.151,-0.132],[0,0]],"v":[[35.698,-74.933],[69.144,-74.933],[69.144,74.932],[37.198,73.932],[-35.698,-18.975],[-35.698,74.932],[-69.144,74.932],[-69.144,-74.933],[-37.841,-74.933],[35.698,21.546]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":3,"s":[{"i":[[0.059,19.493],[0.114,0.493],[-1.366,-13.565],[19.81,-6.997],[0,0],[0.956,-16.372],[-0.098,0.128],[0.402,24.993],[-14.651,5.743],[0,0]],"o":[[16.934,7.243],[0.614,20.493],[0.114,0.128],[-0.344,-6.523],[0,0],[-18.294,-12.497],[-0.098,-21.372],[0.402,-0.007],[-0.151,-0.132],[0,0]],"v":[[35.698,-74.933],[69.144,-74.933],[69.144,74.932],[37.198,73.932],[-35.698,-18.975],[-35.698,74.932],[-69.144,74.932],[-69.144,-74.933],[-37.841,-74.933],[35.698,21.546]]}],"e":[{"i":[[0.059,19.493],[0.114,0.493],[-1.366,-13.565],[19.81,-6.997],[0,0],[0.956,-16.372],[-0.098,0.128],[0.402,24.993],[-14.651,5.743],[0,0]],"o":[[16.934,7.243],[0.614,20.493],[0.114,0.128],[-0.344,-6.523],[0,0],[-18.294,-12.497],[-0.098,-21.372],[0.402,-0.007],[-0.151,-0.132],[0,0]],"v":[[35.698,-74.933],[69.144,-74.933],[69.144,74.932],[37.198,73.932],[-35.698,-18.975],[-35.698,74.932],[-69.144,74.932],[-69.144,-74.933],[-37.841,-74.933],[35.698,21.546]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":4,"s":[{"i":[[0.059,19.493],[0.114,0.493],[-1.366,-13.565],[19.81,-6.997],[0,0],[0.956,-16.372],[-0.098,0.128],[0.402,24.993],[-14.651,5.743],[0,0]],"o":[[16.934,7.243],[0.614,20.493],[0.114,0.128],[-0.344,-6.523],[0,0],[-18.294,-12.497],[-0.098,-21.372],[0.402,-0.007],[-0.151,-0.132],[0,0]],"v":[[35.698,-74.933],[69.144,-74.933],[69.144,74.932],[37.198,73.932],[-35.698,-18.975],[-35.698,74.932],[-69.144,74.932],[-69.144,-74.933],[-37.841,-74.933],[35.698,21.546]]}],"e":[{"i":[[0.633,18.52],[0.614,-25.507],[0.283,-13.631],[3.213,14.211],[0,0],[0.03,-14.628],[0.098,19.372],[0.534,78.628],[-8.268,-15.991],[0,0]],"o":[[-0.94,-27.507],[0.614,20.493],[-0.386,18.628],[-1.44,-6.372],[0,0],[-0.044,21.628],[-0.098,-19.372],[-0.098,-14.507],[3.099,5.993],[0,0]],"v":[[22.698,-61.933],[56.144,-61.933],[56.144,67.932],[24.198,66.932],[-35.698,-10.975],[-35.698,64.932],[-69.144,64.932],[-69.144,-68.151],[-37.841,-68.151],[21.698,13.546]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":7,"s":[{"i":[[0.633,18.52],[0.614,-25.507],[0.283,-13.631],[3.213,14.211],[0,0],[0.03,-14.628],[0.098,19.372],[0.534,78.628],[-8.268,-15.991],[0,0]],"o":[[-0.94,-27.507],[0.614,20.493],[-0.386,18.628],[-1.44,-6.372],[0,0],[-0.044,21.628],[-0.098,-19.372],[-0.098,-14.507],[3.099,5.993],[0,0]],"v":[[22.698,-61.933],[56.144,-61.933],[56.144,67.932],[24.198,66.932],[-35.698,-10.975],[-35.698,64.932],[-69.144,64.932],[-69.144,-68.151],[-37.841,-68.151],[21.698,13.546]]}],"e":[{"i":[[0.633,18.52],[0.614,-25.507],[0.283,-13.631],[3.213,14.211],[0,0],[0.03,-14.628],[0.098,19.372],[0.534,78.628],[-8.268,-15.991],[0,0]],"o":[[-0.94,-27.507],[0.614,20.493],[-0.386,18.628],[-1.44,-6.372],[0,0],[-0.044,21.628],[-0.098,-19.372],[-0.098,-14.507],[3.099,5.993],[0,0]],"v":[[-69.302,-61.933],[-35.856,-61.933],[-35.856,67.932],[-67.802,66.932],[-35.698,-10.975],[-35.698,64.932],[-69.144,64.932],[-69.144,-68.151],[-37.841,-68.151],[-68.302,13.546]]}]},{"t":11}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[1282.059,78.613]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 2"}],"bounds":{"l":1212,"t":-4,"b":159,"r":1352},"ip":1,"op":11,"st":-16},{"ddd":0,"ind":15,"ty":4,"nm":"Noriginal 3","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[132.41,164.975,0]},"a":{"k":[1286.727,80.648,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[35.698,-74.933],[69.144,-74.933],[69.144,74.933],[35.698,74.933],[-35.698,-18.975],[-35.698,74.933],[-69.144,74.933],[-69.144,-74.933],[-37.841,-74.933],[35.698,21.546]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[1282.059,78.613]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 2"}],"bounds":{"l":1212,"t":3,"b":154,"r":1352},"ip":75,"op":718,"st":75},{"ddd":0,"ind":16,"ty":4,"nm":"Noriginal","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[132.41,164.975,0]},"a":{"k":[1286.727,80.648,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[35.698,-74.933],[69.144,-74.933],[69.144,74.933],[35.698,74.933],[-35.698,-18.975],[-35.698,74.933],[-69.144,74.933],[-69.144,-74.933],[-37.841,-74.933],[35.698,21.546]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[1282.059,78.613]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 2"}],"bounds":{"l":1212,"t":3,"b":154,"r":1352},"ip":0,"op":1,"st":0}]},{"id":"comp_35","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"I 6","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[100.151,90.87,0],"e":[100.151,70.87,0],"to":[0,-0.83333331346512,0],"ti":[-0.13116805255413,-0.56839483976364,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":32,"s":[100.151,70.87,0],"e":[100.151,118.37,0],"to":[0.25,1.08333337306976,0],"ti":[-0.17946662008762,-1.17957735061646,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":41,"s":[100.151,118.37,0],"e":[100.151,118.37,0],"to":[0.02186059206724,0.14368276298046,0],"ti":[-0.17946662008762,-1.17957735061646,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":56,"s":[100.151,118.37,0],"e":[100.151,78.87,0],"to":[0.02186059206724,0.14368276298046,0],"ti":[0,0.83333331346512,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":64,"s":[100.151,78.87,0],"e":[100.151,118.37,0],"to":[0,-0.83333331346512,0],"ti":[-0.17946662008762,-1.17957735061646,0]},{"t":72}]},"a":{"k":[16.974,152.148,0]},"s":{"k":[100,179.277,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.322,137.738],[3.572,151.028],[3.697,150.903],[3.447,137.738]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.822,134.778],[3.572,151.028],[10.322,152.528],[10.822,135.028]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":27,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.822,134.778],[3.572,151.028],[10.322,152.528],[10.822,135.028]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.041,136.278],[4.041,150.278],[18.447,152.028],[18.572,135.403]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":29,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.041,136.278],[4.041,150.278],[18.447,152.028],[18.572,135.403]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[17.416,137.028],[16.416,151.028],[25.322,152.153],[25.072,136.028]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":31,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[17.416,137.028],[16.416,151.028],[25.322,152.153],[25.072,136.028]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.541,137.359],[15.916,152.012],[32.197,150.403],[32.447,137.653]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":33,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.541,137.359],[15.916,152.012],[32.197,150.403],[32.447,137.653]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[18.916,137.778],[19.541,151.028],[32.447,147.903],[32.447,139.653]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":35,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[18.916,137.778],[19.541,151.028],[32.447,147.903],[32.447,139.653]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[21.207,137.049],[21.707,151.82],[32.447,147.903],[32.447,139.653]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":37,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[21.207,137.049],[21.707,151.82],[32.447,147.903],[32.447,139.653]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[26.499,136.32],[26.874,152.611],[32.447,147.903],[32.447,139.653]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":39,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[26.499,136.32],[26.874,152.611],[32.447,147.903],[32.447,139.653]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[30.02,136.669],[30.145,152.159],[32.447,147.903],[32.447,140.403]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":40,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[30.02,136.669],[30.145,152.159],[32.447,147.903],[32.447,140.403]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[32.541,141.278],[32.416,148.028],[32.447,147.903],[32.447,141.153]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":41,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[32.541,141.278],[32.416,148.028],[32.447,147.903],[32.447,141.153]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[32.541,141.278],[32.416,148.028],[32.447,147.903],[32.447,141.153]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":56,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[32.541,141.278],[32.416,148.028],[32.447,147.903],[32.447,141.153]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[24.791,137.812],[24.791,152.37],[35.447,148.681],[34.822,140.284]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":58,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[24.791,137.812],[24.791,152.37],[35.447,148.681],[34.822,140.284]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.285,136.019],[15.262,152.278],[29.065,148.392],[28.365,138.98]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":60,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.285,136.019],[15.262,152.278],[29.065,148.392],[28.365,138.98]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[13.182,135.976],[12.622,153.468],[24.007,148.864],[23.307,140.857]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p833_1_0p167_0p167","t":62,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[13.182,135.976],[12.622,153.468],[24.007,148.864],[23.307,140.857]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.98,137.051],[5.33,149.571],[26.322,149.138],[24.86,137.091]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":64,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.98,137.051],[5.33,149.571],[26.322,149.138],[24.86,137.091]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.87,136.938],[1.413,147.291],[19.847,149.115],[19.856,135.728]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p833_1_0p167_0p167","t":66,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.87,136.938],[1.413,147.291],[19.847,149.115],[19.856,135.728]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.273,135.946],[4.483,146.205],[20.142,149.605],[20.34,134.129]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":67,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.273,135.946],[4.483,146.205],[20.142,149.605],[20.34,134.129]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.747,136.666],[-0.725,147.897],[1.07,150.085],[0.803,135.684]]}]},{"t":69}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[215,179,29,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[24,143]},"a":{"k":[24,143]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":41,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":57,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":69,"s":[100],"e":[0]},{"t":70}]}}],"nm":"Shape 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.474,8.134],[-12.651,8.384],[-12.651,-5.674],[-13.474,-5.924]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-6.671,8.176],[16.599,7.759],[16.474,-6.884],[-6.671,-8.592]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":27,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-6.671,8.176],[16.599,7.759],[16.474,-6.884],[-6.671,-8.592]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.318,8.219],[16.474,6.884],[16.724,-6.884],[1.318,-8.549]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":29,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.318,8.219],[16.474,6.884],[16.724,-6.884],[1.318,-8.549]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[8.193,8.594],[15.474,6.134],[15.474,-4.259],[8.193,-8.174]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":31,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[8.193,8.594],[15.474,6.134],[15.474,-4.259],[8.193,-8.174]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-4.888,6.372],[-0.813,7.631],[0.687,-6.25],[-3.826,-6.005]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":32,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-4.888,6.372],[-0.813,7.631],[0.687,-6.25],[-3.826,-6.005]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-12.47,6.085],[-1.099,8.353],[-0.099,-6.306],[-12.345,-6.933]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":33,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-12.47,6.085],[-1.099,8.353],[-0.099,-6.306],[-12.345,-6.933]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-12.655,4.185],[3.051,7.604],[2.632,-5.896],[-12.16,-4.246]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":35,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-12.655,4.185],[3.051,7.604],[2.632,-5.896],[-12.16,-4.246]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.511,5.918],[4.983,7.906],[4.704,-6.684],[-13.119,-5.209]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":37,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.511,5.918],[4.983,7.906],[4.704,-6.684],[-13.119,-5.209]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-14.439,6.41],[7.2,8.405],[6.865,-7.008],[-14.161,-6.19]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":38,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-14.439,6.41],[7.2,8.405],[6.865,-7.008],[-14.161,-6.19]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-15.367,6.901],[9.916,8.208],[9.776,-7.471],[-15.202,-7.171]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":39,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-15.367,6.901],[9.916,8.208],[9.776,-7.471],[-15.202,-7.171]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-6.884],[-16.724,-6.884]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":41,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-6.884],[-16.724,-6.884]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-8.384],[-16.724,-8.384]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":44,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-8.384],[-16.724,-8.384]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-8.384],[-16.724,-8.384]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":53,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-8.384],[-16.724,-8.384]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-6.153],[-16.724,-6.153]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":56,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-6.153],[-16.724,-6.153]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-15.474,8.384],[7.974,8.663],[7.974,-5.874],[-15.474,-6.153]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":58,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-15.474,8.384],[7.974,8.663],[7.974,-5.874],[-15.474,-6.153]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-14.971,6.802],[3.793,8.66],[3.918,-6.545],[-14.13,-5.409]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p833_1_0p167_0p167","t":59,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-14.971,6.802],[3.793,8.66],[3.918,-6.545],[-14.13,-5.409]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-14.468,5.219],[-1.638,8.657],[-1.638,-7.635],[-12.787,-4.666]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":60,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-14.468,5.219],[-1.638,8.657],[-1.638,-7.635],[-12.787,-4.666]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.924,5.665],[-2.749,9.138],[-2.738,-7.669],[-12.243,-4.221]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":61,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.924,5.665],[-2.749,9.138],[-2.738,-7.669],[-12.243,-4.221]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.225,6.238],[-4.176,9.756],[-3.616,-7.713],[-11.544,-3.648]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p833_1_0p167_0p167","t":62,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.225,6.238],[-4.176,9.756],[-3.616,-7.713],[-11.544,-3.648]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-12.508,5.234],[-11.44,5.676],[-10.791,-6.641],[-12.184,-4.522]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":64,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-12.508,5.234],[-11.44,5.676],[-10.791,-6.641],[-12.184,-4.522]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[2.771,5.192],[8.32,3.615],[7.293,-5.681],[2.248,-7.892]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p833_1_0p167_0p167","t":66,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[2.771,5.192],[8.32,3.615],[7.293,-5.681],[2.248,-7.892]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.055,5.857],[15.419,2],[15.024,-5.653],[3.16,-9.535]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":67,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.055,5.857],[15.419,2],[15.024,-5.653],[3.16,-9.535]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-15.953,6.209],[13.033,6.435],[12.702,-7.736],[-16.181,-8.004]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":69,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-15.953,6.209],[13.033,6.435],[12.702,-7.736],[-16.181,-8.004]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-6.884],[-16.724,-6.884]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":72,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-6.884],[-16.724,-6.884]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-8.384],[-16.724,-8.384]]}]},{"t":74}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[16.974,143.662]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[28.166,141.696],[28.041,131.713],[32.822,130.611],[32.822,140.595]]}},"nm":"Path 1"},{"ty":"tr","p":{"k":[0,0]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":0}}],"nm":"Group 2"},{"ty":"gr","it":[{"ty":"tr","p":{"k":[0,0]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 3"}],"bounds":{"l":-1,"t":130,"b":154,"r":36},"ip":25,"op":73,"st":18},{"ddd":0,"ind":2,"ty":4,"nm":"I 4","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":21,"s":[100.151,141.62,0],"e":[100.151,121.62,0],"to":[0,-0.83333331346512,0],"ti":[-0.13116805255413,-0.56839483976364,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":28,"s":[100.151,121.62,0],"e":[100.151,161.62,0],"to":[0.25,1.08333337306976,0],"ti":[0.48588955402374,1.08973503112793,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":37,"s":[100.151,161.62,0],"e":[100.151,161.62,0],"to":[-0.10313940793276,-0.23131723701954,0],"ti":[0.02984272688627,-0.11984493583441,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":56,"s":[100.151,161.62,0],"e":[100.151,121.62,0],"to":[-0.01183218508959,0.0475166849792,0],"ti":[-0.13116805255413,-0.56839483976364,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":63,"s":[100.151,121.62,0],"e":[100.151,161.62,0],"to":[0.25,1.08333337306976,0],"ti":[0.48588955402374,1.08973503112793,0]},{"t":73}]},"a":{"k":[16.974,152.148,0]},"s":{"k":[100,258.277,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":21,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.322,137.738],[3.572,151.028],[3.697,150.903],[3.447,137.738]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.822,134.778],[3.572,151.028],[10.322,152.528],[10.822,135.028]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":23,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.822,134.778],[3.572,151.028],[10.322,152.528],[10.822,135.028]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.041,136.278],[4.041,150.278],[18.447,152.028],[18.572,135.403]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.041,136.278],[4.041,150.278],[18.447,152.028],[18.572,135.403]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[17.416,137.028],[16.416,151.028],[25.322,152.153],[25.072,136.028]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":27,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[17.416,137.028],[16.416,151.028],[25.322,152.153],[25.072,136.028]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.541,137.359],[15.916,152.012],[32.197,150.403],[32.447,137.653]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":29,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.541,137.359],[15.916,152.012],[32.197,150.403],[32.447,137.653]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[18.916,137.778],[19.541,151.028],[32.447,147.903],[32.447,139.653]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":31,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[18.916,137.778],[19.541,151.028],[32.447,147.903],[32.447,139.653]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[21.207,137.049],[21.707,151.82],[32.447,147.903],[32.447,139.653]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":33,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[21.207,137.049],[21.707,151.82],[32.447,147.903],[32.447,139.653]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[26.499,136.32],[26.874,152.611],[32.447,147.903],[32.447,139.653]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":35,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[26.499,136.32],[26.874,152.611],[32.447,147.903],[32.447,139.653]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[30.02,136.669],[30.145,152.159],[32.447,147.903],[32.447,140.403]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":36,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[30.02,136.669],[30.145,152.159],[32.447,147.903],[32.447,140.403]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[32.541,141.278],[32.416,148.028],[32.447,147.903],[32.447,141.153]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":37,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[32.541,141.278],[32.416,148.028],[32.447,147.903],[32.447,141.153]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[32.541,141.278],[32.416,148.028],[32.447,147.903],[32.447,141.153]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":56,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[32.541,141.278],[32.416,148.028],[32.447,147.903],[32.447,141.153]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[24.385,135.262],[24.322,152.093],[30.072,149.043],[29.822,136.674]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":58,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[24.385,135.262],[24.322,152.093],[30.072,149.043],[29.822,136.674]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.01,135.262],[14.947,152.093],[30.072,149.043],[29.822,136.674]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":60,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.01,135.262],[14.947,152.093],[30.072,149.043],[29.822,136.674]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[10.01,135.262],[9.947,152.093],[30.822,149.721],[29.572,136.286]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":62,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[10.01,135.262],[9.947,152.093],[30.822,149.721],[29.572,136.286]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[2.26,135.31],[2.197,151.899],[29.822,151.27],[29.572,135.318]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":64,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[2.26,135.31],[2.197,151.899],[29.822,151.27],[29.572,135.318]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[2.26,137.44],[2.447,148.415],[20.322,152.238],[20.822,135.415]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":66,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[2.26,137.44],[2.447,148.415],[20.322,152.238],[20.822,135.415]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[2.26,137.44],[2.447,148.415],[16.572,152.044],[17.072,135.222]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":67,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[2.26,137.44],[2.447,148.415],[16.572,152.044],[17.072,135.222]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.01,137.633],[2.447,148.415],[0.822,152.915],[1.572,136.674]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":69,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.01,137.633],[2.447,148.415],[0.822,152.915],[1.572,136.674]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.01,136.665],[2.447,148.415],[0.822,152.915],[1.572,135.706]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":72,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.01,136.665],[2.447,148.415],[0.822,152.915],[1.572,135.706]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[32.541,141.278],[32.416,148.028],[32.447,147.903],[32.447,141.153]]}]},{"t":73}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[79,77,126,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[24,143]},"a":{"k":[24,143]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":36,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":37,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":57,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":70,"s":[100],"e":[0]},{"t":71}]}}],"nm":"Shape 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":21,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.474,8.134],[-12.651,8.384],[-12.651,-5.674],[-13.474,-5.924]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-6.671,8.176],[16.599,7.759],[16.474,-6.884],[-6.671,-8.592]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":23,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-6.671,8.176],[16.599,7.759],[16.474,-6.884],[-6.671,-8.592]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.318,8.219],[16.474,6.884],[16.724,-6.884],[1.318,-8.549]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.318,8.219],[16.474,6.884],[16.724,-6.884],[1.318,-8.549]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[8.193,8.594],[15.474,6.134],[15.474,-4.259],[8.193,-8.174]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":27,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[8.193,8.594],[15.474,6.134],[15.474,-4.259],[8.193,-8.174]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-4.888,6.372],[-0.813,7.631],[0.687,-6.25],[-3.826,-6.005]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":28,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-4.888,6.372],[-0.813,7.631],[0.687,-6.25],[-3.826,-6.005]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-12.47,6.085],[-1.099,8.353],[-0.099,-6.306],[-12.345,-6.933]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":29,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-12.47,6.085],[-1.099,8.353],[-0.099,-6.306],[-12.345,-6.933]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-12.655,4.185],[3.051,7.604],[2.632,-5.896],[-12.16,-4.246]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":31,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-12.655,4.185],[3.051,7.604],[2.632,-5.896],[-12.16,-4.246]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.511,5.918],[4.983,7.906],[4.704,-6.684],[-13.119,-5.209]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":33,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.511,5.918],[4.983,7.906],[4.704,-6.684],[-13.119,-5.209]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-15.367,6.901],[9.916,8.208],[9.776,-7.471],[-15.202,-7.171]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":35,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-15.367,6.901],[9.916,8.208],[9.776,-7.471],[-15.202,-7.171]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-6.884],[-16.724,-6.884]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":37,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-6.884],[-16.724,-6.884]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-8.384],[-16.724,-8.384]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":40,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-8.384],[-16.724,-8.384]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-8.384],[-16.724,-8.384]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":56,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-8.384],[-16.724,-8.384]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[7.349,8.384],[7.349,-8.384],[-16.724,-8.384]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":58,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[7.349,8.384],[7.349,-8.384],[-16.724,-8.384]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,4.754],[-2.026,8.384],[-2.026,-8.384],[-16.724,-5.964]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":60,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,4.754],[-2.026,8.384],[-2.026,-8.384],[-16.724,-5.964]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,4.754],[-7.026,8.384],[-7.026,-8.384],[-16.724,-5.964]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":62,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,4.754],[-7.026,8.384],[-7.026,-8.384],[-16.724,-5.964]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-9.724,4.948],[-14.776,8.19],[-14.776,-8.336],[-12.224,-5.771]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":64,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-9.724,4.948],[-14.776,8.19],[-14.776,-8.336],[-12.224,-5.771]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.776,5.625],[-5.776,5.287],[-5.651,-5.432],[0.526,-5.722]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p833_1_0p167_0p167","t":65,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.776,5.625],[-5.776,5.287],[-5.651,-5.432],[0.526,-5.722]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[13.276,6.303],[3.224,8.578],[3.474,-7.948],[13.276,-5.674]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":66,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[13.276,6.303],[3.224,8.578],[3.474,-7.948],[13.276,-5.674]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[13.276,6.303],[-0.526,8.384],[-0.276,-8.142],[13.276,-5.674]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":67,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[13.276,6.303],[-0.526,8.384],[-0.276,-8.142],[13.276,-5.674]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[13.151,6.835],[-8.151,8.771],[-7.651,-7.706],[13.026,-6.593]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p833_1_0p167_0p167","t":68,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[13.151,6.835],[-8.151,8.771],[-7.651,-7.706],[13.026,-6.593]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[12.276,7.948],[-14.776,9.642],[-15.776,-6.69],[12.026,-6.932]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":69,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[12.276,7.948],[-14.776,9.642],[-15.776,-6.69],[12.026,-6.932]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.776,8.529],[-16.526,8.674],[-16.526,-7.852],[16.276,-7.9]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":72,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.776,8.529],[-16.526,8.674],[-16.526,-7.852],[16.276,-7.9]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-8.384],[-16.724,-8.384]]}]},{"t":73}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":21,"s":[91,89,130,255],"e":[91,89,130,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24,"s":[91,89,130,255],"e":[91,89,130,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":58,"s":[91,89,130,255],"e":[91,89,130,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":65,"s":[91,89,130,255],"e":[255,219,67,255]},{"t":66}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[16.974,143.662]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":134,"b":154,"r":34},"ip":21,"op":74,"st":14},{"ddd":0,"ind":3,"ty":4,"nm":"I 3","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":17,"s":[100.151,186.87,0],"e":[100.151,166.87,0],"to":[0,-3.33333325386047,0],"ti":[0,-1.66666662693024,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":24,"s":[100.151,166.87,0],"e":[100.151,196.87,0],"to":[0,1.66666662693024,0],"ti":[0,-5,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":33,"s":[100.151,196.87,0],"e":[100.151,196.87,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":56,"s":[100.151,196.87,0],"e":[100.151,154.87,0],"to":[0,-7,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":63,"s":[100.151,154.87,0],"e":[100.151,196.87,0],"to":[0,0,0],"ti":[0,-7,0]},{"t":73}]},"a":{"k":[16.974,152.148,0]},"s":{"k":[100,211.277,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":17,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.322,135.028],[3.572,151.028],[3.697,150.903],[3.447,135.028]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.822,134.778],[3.572,151.028],[10.322,152.528],[10.822,135.028]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":19,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.822,134.778],[3.572,151.028],[10.322,152.528],[10.822,135.028]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.041,136.278],[4.041,150.278],[18.447,152.028],[18.572,135.403]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":21,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.041,136.278],[4.041,150.278],[18.447,152.028],[18.572,135.403]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[17.416,137.028],[16.416,151.028],[25.322,152.153],[25.072,136.028]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":23,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[17.416,137.028],[16.416,151.028],[25.322,152.153],[25.072,136.028]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.541,137.429],[15.916,151.883],[32.197,150.403],[32.447,137.653]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.541,137.429],[15.916,151.883],[32.197,150.403],[32.447,137.653]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[18.916,137.778],[19.541,151.028],[32.447,147.903],[32.447,139.653]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":27,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[18.916,137.778],[19.541,151.028],[32.447,147.903],[32.447,139.653]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[21.207,137.049],[21.707,151.82],[32.447,147.903],[32.447,139.653]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":29,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[21.207,137.049],[21.707,151.82],[32.447,147.903],[32.447,139.653]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[26.499,136.32],[26.874,152.611],[32.447,147.903],[32.447,139.653]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":31,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[26.499,136.32],[26.874,152.611],[32.447,147.903],[32.447,139.653]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[30.02,136.61],[30.145,151.858],[32.447,147.903],[32.447,140.403]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":32,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[30.02,136.61],[30.145,151.858],[32.447,147.903],[32.447,140.403]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[32.541,141.278],[32.416,148.028],[32.447,147.903],[32.447,141.153]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":33,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[32.541,141.278],[32.416,148.028],[32.447,147.903],[32.447,141.153]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[32.541,141.278],[32.416,148.028],[32.447,147.903],[32.447,141.153]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":56,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[32.541,141.278],[32.416,148.028],[32.447,147.903],[32.447,141.153]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[23.322,135.488],[23.822,151.856],[30.572,149.57],[30.572,136.33]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":58,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[23.322,135.488],[23.822,151.856],[30.572,149.57],[30.572,136.33]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[17.447,135.37],[17.447,152.093],[30.572,149.57],[30.572,136.33]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":60,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[17.447,135.37],[17.447,152.093],[30.572,149.57],[30.572,136.33]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[10.447,135.37],[10.447,152.093],[30.572,149.57],[30.572,136.33]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":62,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[10.447,135.37],[10.447,152.093],[30.572,149.57],[30.572,136.33]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.072,135.37],[1.072,152.093],[30.572,151.345],[30.572,135.146]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":64,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.072,135.37],[1.072,152.093],[30.572,151.345],[30.572,135.146]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.072,137.973],[6.947,149.667],[17.572,151.522],[17.072,135.265]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p833_1_0p167_0p167","t":68,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.072,137.973],[6.947,149.667],[17.572,151.522],[17.072,135.265]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[6.822,135.074],[7.072,151.206],[3.822,149.333],[3.822,139.169]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":69,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[6.822,135.074],[7.072,151.206],[3.822,149.333],[3.822,139.169]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.053,137.914],[0.697,150.496],[0.197,152.765],[-0.053,137.75]]}]},{"t":72}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[54,134,147,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[24,143]},"a":{"k":[24,143]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":32,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":33,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":57,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":71,"s":[100],"e":[0]},{"t":72}]}}],"nm":"Shape 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":17,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.474,8.134],[-12.651,8.384],[-12.651,-8.384],[-13.474,-8.634]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-6.671,8.176],[16.599,7.759],[16.474,-6.884],[-6.671,-8.592]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":19,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-6.671,8.176],[16.599,7.759],[16.474,-6.884],[-6.671,-8.592]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.318,8.219],[16.474,6.884],[16.724,-6.884],[1.318,-8.549]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":21,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.318,8.219],[16.474,6.884],[16.724,-6.884],[1.318,-8.549]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[8.193,8.594],[15.474,6.134],[15.474,-4.259],[8.193,-8.174]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":23,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[8.193,8.594],[15.474,6.134],[15.474,-4.259],[8.193,-8.174]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-12.47,6.085],[-1.099,8.353],[-0.099,-6.306],[-12.345,-6.933]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-12.47,6.085],[-1.099,8.353],[-0.099,-6.306],[-12.345,-6.933]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-12.655,4.185],[3.051,7.604],[2.632,-5.896],[-12.16,-4.246]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":27,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-12.655,4.185],[3.051,7.604],[2.632,-5.896],[-12.16,-4.246]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.511,5.918],[4.983,7.906],[4.704,-6.684],[-13.119,-5.209]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":29,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.511,5.918],[4.983,7.906],[4.704,-6.684],[-13.119,-5.209]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-15.367,6.901],[9.916,8.208],[9.776,-7.471],[-15.202,-7.171]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":31,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-15.367,6.901],[9.916,8.208],[9.776,-7.471],[-15.202,-7.171]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-6.884],[-16.724,-6.884]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":33,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-6.884],[-16.724,-6.884]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-8.384],[-16.724,-8.384]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":36,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-8.384],[-16.724,-8.384]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-8.384],[-16.724,-8.384]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":56,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-8.384],[-16.724,-8.384]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[6.724,8.384],[6.724,-8.384],[-16.724,-8.384]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":58,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[6.724,8.384],[6.724,-8.384],[-16.724,-8.384]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,5.13],[1.099,8.384],[1.099,-8.384],[-16.724,-6.905]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":60,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,5.13],[1.099,8.384],[1.099,-8.384],[-16.724,-6.905]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-15.974,5.544],[-5.901,8.384],[-5.901,-8.384],[-16.224,-6.136]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":62,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-15.974,5.544],[-5.901,8.384],[-5.901,-8.384],[-16.224,-6.136]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-15.974,5.544],[-15.276,8.384],[-15.276,-8.384],[-16.224,-6.136]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":64,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-15.974,5.544],[-15.276,8.384],[-15.276,-8.384],[-16.224,-6.136]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-4.8,5.258],[-7.5,3.863],[-7.25,-4.325],[-4.975,-5.671]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":65,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-4.8,5.258],[-7.5,3.863],[-7.25,-4.325],[-4.975,-5.671]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.727,7.09],[4.219,8.137],[3.407,-8.398],[16.932,-6.827]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":67,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.727,7.09],[4.219,8.137],[3.407,-8.398],[16.932,-6.827]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[14.646,7.419],[0.347,7.64],[0.069,-8.287],[15.016,-7.57]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p833_1_0p167_0p167","t":68,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[14.646,7.419],[0.347,7.64],[0.069,-8.287],[15.016,-7.57]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[13.026,7.674],[-9.776,7.674],[-10.526,-8.621],[13.526,-8.147]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":69,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[13.026,7.674],[-9.776,7.674],[-10.526,-8.621],[13.526,-8.147]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.151,9.094],[-17.151,9.094],[-17.151,-8.502],[16.651,-8.147]]}]},{"t":72}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":66,"s":[74,161,175,255],"e":[255,219,67,255]},{"t":67}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[16.974,143.662]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":-1,"t":134,"b":153,"r":34},"ip":17,"op":73,"st":10},{"ddd":0,"ind":4,"ty":4,"nm":"I 9","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":56,"s":[100.151,223.62,0],"e":[100.151,184.12,0],"to":[0.02186059206724,0.14368276298046,0],"ti":[0.02193058468401,0.13852313160896,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":64,"s":[100.151,184.12,0],"e":[100.151,223.62,0],"to":[-0.01030175201595,-0.06507036089897,0],"ti":[-0.05446662008762,-0.11707740277052,0]},{"t":72}]},"a":{"k":[16.974,152.148,0]},"s":{"k":[100,179.277,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":56,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[32.541,141.278],[32.416,148.028],[32.447,147.903],[32.447,141.153]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[24.791,137.812],[24.791,152.37],[35.447,148.681],[34.822,140.284]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":58,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[24.791,137.812],[24.791,152.37],[35.447,148.681],[34.822,140.284]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.285,136.019],[15.262,152.278],[29.065,148.392],[28.365,138.98]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":60,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.285,136.019],[15.262,152.278],[29.065,148.392],[28.365,138.98]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[13.182,135.976],[12.622,153.468],[24.007,148.864],[23.307,140.857]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p833_1_0p167_0p167","t":62,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[13.182,135.976],[12.622,153.468],[24.007,148.864],[23.307,140.857]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.98,137.051],[5.33,149.571],[26.322,149.138],[24.86,137.091]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":64,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.98,137.051],[5.33,149.571],[26.322,149.138],[24.86,137.091]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.87,136.938],[1.413,147.291],[19.847,149.115],[19.856,135.728]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p833_1_0p167_0p167","t":66,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.87,136.938],[1.413,147.291],[19.847,149.115],[19.856,135.728]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.273,135.946],[4.483,146.205],[20.142,149.605],[20.34,134.129]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":67,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.273,135.946],[4.483,146.205],[20.142,149.605],[20.34,134.129]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.747,136.666],[-0.725,147.897],[1.07,150.085],[0.803,135.684]]}]},{"t":69}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[192,86,59,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[24,143]},"a":{"k":[24,143]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":57,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":69,"s":[100],"e":[0]},{"t":70}]}}],"nm":"Shape 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":56,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-6.902],[-16.724,-6.902]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-15.474,8.384],[7.974,8.663],[7.974,-5.874],[-15.474,-6.153]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":58,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-15.474,8.384],[7.974,8.663],[7.974,-5.874],[-15.474,-6.153]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-14.971,6.802],[3.793,8.66],[3.918,-6.545],[-14.13,-5.409]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p833_1_0p167_0p167","t":59,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-14.971,6.802],[3.793,8.66],[3.918,-6.545],[-14.13,-5.409]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-14.468,5.219],[-1.638,8.657],[-1.638,-7.635],[-12.787,-4.666]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":60,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-14.468,5.219],[-1.638,8.657],[-1.638,-7.635],[-12.787,-4.666]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.924,5.665],[-2.749,9.138],[-2.738,-7.669],[-12.243,-4.221]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":61,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.924,5.665],[-2.749,9.138],[-2.738,-7.669],[-12.243,-4.221]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.225,6.238],[-4.176,9.756],[-3.616,-7.713],[-11.544,-3.648]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p833_1_0p167_0p167","t":62,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.225,6.238],[-4.176,9.756],[-3.616,-7.713],[-11.544,-3.648]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-12.508,5.234],[-11.44,5.676],[-10.791,-6.641],[-12.184,-4.522]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":64,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-12.508,5.234],[-11.44,5.676],[-10.791,-6.641],[-12.184,-4.522]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[2.771,5.192],[8.32,3.615],[7.293,-5.681],[2.248,-7.892]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p833_1_0p167_0p167","t":66,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[2.771,5.192],[8.32,3.615],[7.293,-5.681],[2.248,-7.892]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.055,5.857],[15.419,2],[15.024,-5.653],[3.16,-9.535]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":67,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.055,5.857],[15.419,2],[15.024,-5.653],[3.16,-9.535]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-15.953,6.209],[13.033,6.435],[12.702,-7.736],[-16.181,-8.004]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":69,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-15.953,6.209],[13.033,6.435],[12.702,-7.736],[-16.181,-8.004]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-6.884],[-16.724,-6.884]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":72,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-6.884],[-16.724,-6.884]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-8.384],[-16.724,-8.384]]}]},{"t":73}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":65,"s":[221,120,94,255],"e":[255,219,67,255]},{"t":66}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[16.974,143.662]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[28.166,141.696],[28.041,131.713],[32.822,130.611],[32.822,140.595]]}},"nm":"Path 1"},{"ty":"tr","p":{"k":[0,0]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":0}}],"nm":"Group 2"},{"ty":"gr","it":[{"ty":"tr","p":{"k":[0,0]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 3"}],"bounds":{"l":-1,"t":130,"b":154,"r":36},"ip":56,"op":73,"st":18},{"ddd":0,"ind":5,"ty":4,"nm":"I 2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":13,"s":[100.151,217.12,0],"e":[100.151,197.12,0],"to":[0,-3.33333325386047,0],"ti":[0,-1,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[100.151,197.12,0],"e":[100.151,223.12,0],"to":[0,1,0],"ti":[0,-4.33333349227905,0]},{"t":29}]},"a":{"k":[16.974,152.148,0]},"s":{"k":[100,159.277,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":13,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.322,135.028],[3.572,151.028],[3.697,150.903],[3.447,135.028]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.822,134.778],[3.572,151.028],[10.322,152.528],[10.822,135.028]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":15,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.822,134.778],[3.572,151.028],[10.322,152.528],[10.822,135.028]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.041,136.278],[4.041,150.278],[18.447,152.028],[18.572,135.403]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":17,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.041,136.278],[4.041,150.278],[18.447,152.028],[18.572,135.403]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[17.416,137.028],[16.416,151.028],[25.322,152.153],[25.072,136.028]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":19,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[17.416,137.028],[16.416,151.028],[25.322,152.153],[25.072,136.028]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.791,137.484],[15.916,151.999],[32.197,150.403],[32.447,137.653]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":21,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.791,137.484],[15.916,151.999],[32.197,150.403],[32.447,137.653]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[18.916,137.778],[19.541,151.028],[32.447,147.903],[32.447,139.653]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":23,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[18.916,137.778],[19.541,151.028],[32.447,147.903],[32.447,139.653]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[21.207,137.049],[21.707,151.82],[32.447,147.903],[32.447,139.653]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[21.207,137.049],[21.707,151.82],[32.447,147.903],[32.447,139.653]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[26.499,136.32],[26.874,152.611],[32.447,147.903],[32.447,139.653]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":27,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[26.499,136.32],[26.874,152.611],[32.447,147.903],[32.447,139.653]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[30.27,136.523],[30.145,152.282],[32.447,147.903],[32.447,140.403]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":28,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[30.27,136.523],[30.145,152.282],[32.447,147.903],[32.447,140.403]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[32.541,141.278],[32.416,148.028],[32.447,147.903],[32.447,141.153]]}]},{"t":29}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[192,86,59,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[24,143]},"a":{"k":[24,143]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":13,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":14,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":28,"s":[100],"e":[0]},{"t":29}]}}],"nm":"Shape 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":13,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.474,8.134],[-12.651,8.384],[-12.651,-8.384],[-13.474,-8.634]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-6.671,8.176],[16.599,7.759],[16.474,-6.884],[-6.671,-8.592]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":15,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-6.671,8.176],[16.599,7.759],[16.474,-6.884],[-6.671,-8.592]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.318,8.219],[16.474,6.884],[16.724,-6.884],[1.318,-8.549]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":17,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.318,8.219],[16.474,6.884],[16.724,-6.884],[1.318,-8.549]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[8.193,8.594],[15.474,6.134],[15.474,-4.259],[8.193,-8.174]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":19,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[8.193,8.594],[15.474,6.134],[15.474,-4.259],[8.193,-8.174]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-12.47,6.085],[-1.099,8.353],[-0.974,-6.227],[-12.345,-6.933]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":21,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-12.47,6.085],[-1.099,8.353],[-0.974,-6.227],[-12.345,-6.933]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-12.655,4.185],[3.051,7.604],[2.632,-5.896],[-12.16,-4.246]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":23,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-12.655,4.185],[3.051,7.604],[2.632,-5.896],[-12.16,-4.246]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.511,5.918],[4.983,7.906],[4.704,-6.684],[-13.119,-5.209]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.511,5.918],[4.983,7.906],[4.704,-6.684],[-13.119,-5.209]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-15.367,6.901],[9.916,8.208],[9.776,-7.471],[-15.202,-7.171]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":27,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-15.367,6.901],[9.916,8.208],[9.776,-7.471],[-15.202,-7.171]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-6.884],[-16.724,-6.884]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":29,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-6.884],[-16.724,-6.884]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-8.384],[-16.724,-8.384]]}]},{"t":32}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[16.974,143.662]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":134,"b":153,"r":34},"ip":14,"op":56,"st":6},{"ddd":0,"ind":6,"ty":4,"nm":"I ","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":9,"s":[100.151,239.87,0],"e":[100.151,219.87,0],"to":[0,-0.08333333581686,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":16,"s":[100.151,219.87,0],"e":[100.151,239.87,0],"to":[0,0,0],"ti":[0.0625,-0.14583332836628,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":25,"s":[100.151,239.87,0],"e":[100.151,239.87,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":56,"s":[100.151,239.87,0],"e":[100.151,212.87,0],"to":[0,-4.5,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":63,"s":[100.151,212.87,0],"e":[100.151,239.87,0],"to":[0,0,0],"ti":[0.0625,-0.14583332836628,0]},{"t":72}]},"a":{"k":[16.974,152.148,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":9,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.322,135.028],[3.572,151.028],[3.697,150.903],[3.447,135.028]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.822,134.778],[3.572,151.028],[10.322,152.528],[10.822,135.028]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":11,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.822,134.778],[3.572,151.028],[10.322,152.528],[10.822,135.028]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.041,136.278],[4.041,150.278],[18.447,152.028],[18.572,135.403]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":13,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.041,136.278],[4.041,150.278],[18.447,152.028],[18.572,135.403]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[17.416,137.028],[16.416,151.028],[25.322,152.153],[25.072,136.028]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":15,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[17.416,137.028],[16.416,151.028],[25.322,152.153],[25.072,136.028]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.541,136.778],[16.166,151.528],[32.197,150.403],[32.447,137.653]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":17,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.541,136.778],[16.166,151.528],[32.197,150.403],[32.447,137.653]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[18.916,137.778],[19.541,151.028],[32.447,147.903],[32.447,139.653]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":19,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[18.916,137.778],[19.541,151.028],[32.447,147.903],[32.447,139.653]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[21.207,137.049],[21.707,151.82],[32.447,147.903],[32.447,139.653]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":21,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[21.207,137.049],[21.707,151.82],[32.447,147.903],[32.447,139.653]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[26.499,136.32],[26.874,152.611],[32.447,147.903],[32.447,139.653]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":23,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[26.499,136.32],[26.874,152.611],[32.447,147.903],[32.447,139.653]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[32.541,141.278],[32.416,148.028],[32.447,147.903],[32.447,141.153]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[32.541,141.278],[32.416,148.028],[32.447,147.903],[32.447,141.153]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[32.541,141.278],[32.416,148.028],[32.447,147.903],[32.447,141.153]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":56,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[32.541,141.278],[32.416,148.028],[32.447,147.903],[32.447,141.153]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[26.072,135.528],[26.072,151.903],[31.822,147.528],[31.572,137.778]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":58,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[26.072,135.528],[26.072,151.903],[31.822,147.528],[31.572,137.778]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[19.197,135.528],[19.197,151.903],[31.822,147.528],[31.572,137.778]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":60,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[19.197,135.528],[19.197,151.903],[31.822,147.528],[31.572,137.778]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[13.26,135.528],[13.26,151.903],[29.635,148.153],[29.385,136.84]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":62,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[13.26,135.528],[13.26,151.903],[29.635,148.153],[29.385,136.84]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[6.76,135.278],[6.76,151.653],[28.26,151.028],[28.01,135.653]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":64,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[6.76,135.278],[6.76,151.653],[28.26,151.028],[28.01,135.653]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.385,135.028],[3.385,151.403],[25.01,151.778],[24.885,135.403]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":66,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.385,135.028],[3.385,151.403],[25.01,151.778],[24.885,135.403]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.385,139.653],[4.885,147.528],[15.01,151.153],[15.01,134.153]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":68,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.385,139.653],[4.885,147.528],[15.01,151.153],[15.01,134.153]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.635,138.153],[3.635,146.903],[4.666,150.519],[4.291,133.855]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p833_1_0p167_0p167","t":70,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.635,138.153],[3.635,146.903],[4.666,150.519],[4.291,133.855]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.385,139.653],[4.885,147.528],[5.385,149.528],[5.385,139.278]]}]},{"t":71}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[149,39,25,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[24,143]},"a":{"k":[24,143]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":25,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":57,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":70,"s":[100],"e":[0]},{"t":71}]}}],"nm":"Shape 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":9,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.474,8.134],[-13.276,8.385],[-13.276,-8.383],[-13.474,-8.634]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-6.671,8.176],[16.599,7.759],[16.474,-6.884],[-6.671,-8.592]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":11,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-6.671,8.176],[16.599,7.759],[16.474,-6.884],[-6.671,-8.592]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.318,8.219],[16.474,6.884],[16.724,-6.884],[1.318,-8.549]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":13,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.318,8.219],[16.474,6.884],[16.724,-6.884],[1.318,-8.549]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[8.193,8.594],[15.474,6.134],[15.474,-4.259],[8.193,-8.174]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":15,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[8.193,8.594],[15.474,6.134],[15.474,-4.259],[8.193,-8.174]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-12.47,6.085],[-1.099,8.353],[-0.099,-6.306],[-12.345,-6.933]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":17,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-12.47,6.085],[-1.099,8.353],[-0.099,-6.306],[-12.345,-6.933]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-12.655,4.185],[3.051,7.604],[2.632,-5.896],[-12.16,-4.246]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":19,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-12.655,4.185],[3.051,7.604],[2.632,-5.896],[-12.16,-4.246]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.511,5.918],[4.983,7.906],[4.704,-6.684],[-13.119,-5.209]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":21,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.511,5.918],[4.983,7.906],[4.704,-6.684],[-13.119,-5.209]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-15.367,6.901],[9.916,8.208],[9.776,-7.471],[-15.202,-7.171]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":23,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-15.367,6.901],[9.916,8.208],[9.776,-7.471],[-15.202,-7.171]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-6.884],[-16.724,-6.884]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-6.884],[-16.724,-6.884]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-8.384],[-16.724,-8.384]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":28,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-8.384],[-16.724,-8.384]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-8.384],[-16.724,-8.384]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":56,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-8.384],[-16.724,-8.384]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[9.224,8.384],[9.224,-8.384],[-16.724,-8.384]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":58,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[9.224,8.384],[9.224,-8.384],[-16.724,-8.384]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.411,6.197],[2.349,8.384],[2.349,-8.384],[-16.411,-5.259]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":60,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.411,6.197],[2.349,8.384],[2.349,-8.384],[-16.411,-5.259]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.255,5.728],[-3.589,8.384],[-3.589,-8.384],[-16.255,-4.947]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":62,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.255,5.728],[-3.589,8.384],[-3.589,-8.384],[-16.255,-4.947]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-11.88,3.603],[-10.089,8.134],[-10.089,-8.634],[-12.13,-2.697]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":64,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-11.88,3.603],[-10.089,8.134],[-10.089,-8.634],[-12.13,-2.697]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[10.745,4.228],[7.536,7.884],[7.286,-8.134],[10.37,-6.072]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":66,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[10.745,4.228],[7.536,7.884],[7.286,-8.134],[10.37,-6.072]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[10.87,5.478],[-2.464,7.259],[-2.589,-9.384],[10.245,-7.947]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":68,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[10.87,5.478],[-2.464,7.259],[-2.589,-9.384],[10.245,-7.947]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.995,7.603],[-16.589,7.134],[-16.964,-9.759],[15.495,-9.447]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":71,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.995,7.603],[-16.589,7.134],[-16.964,-9.759],[15.495,-9.447]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-8.384],[-16.724,-8.384]]}]},{"t":72}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":66,"s":[204,69,51,255],"e":[255,219,67,255]},{"t":67}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[16.974,143.662]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":133,"b":153,"r":34},"ip":9,"op":73,"st":2},{"ddd":0,"ind":7,"ty":4,"nm":"Ioriginal 2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[99.41,168.975,0]},"a":{"k":[1158.727,84.648,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.723,-74.933],[16.723,-74.933],[16.723,74.933],[-16.723,74.933]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[1159.318,78.614]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 3"}],"bounds":{"l":1142,"t":3,"b":154,"r":1177},"ip":73,"op":5969,"st":-7},{"ddd":0,"ind":8,"ty":4,"nm":"Ioriginal","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":76,"s":[0],"e":[100]},{"t":77}]},"r":{"k":0},"p":{"k":[99.41,168.975,0]},"a":{"k":[1158.727,84.648,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.723,-74.933],[16.723,-74.933],[16.723,74.933],[-16.723,74.933]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.723,-84.933],[16.723,-84.933],[16.723,74.933],[-16.723,74.933]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":2,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.723,-84.933],[16.723,-84.933],[16.723,74.933],[-16.723,74.933]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.723,-85.933],[16.723,-85.933],[16.723,74.933],[-16.723,74.933]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":3,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.723,-85.933],[16.723,-85.933],[16.723,74.933],[-16.723,74.933]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.723,75.068],[16.723,75.068],[16.723,74.933],[-16.723,74.933]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":9,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.723,75.068],[16.723,75.068],[16.723,74.933],[-16.723,74.933]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.723,75.068],[16.723,75.068],[16.723,74.933],[-16.723,74.933]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":76,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.723,75.068],[16.723,75.068],[16.723,74.933],[-16.723,74.933]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.723,-78.933],[16.723,-78.933],[16.723,74.933],[-16.723,74.933]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":91.158,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.723,-78.933],[16.723,-78.933],[16.723,74.933],[-16.723,74.933]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.723,-70.933],[16.723,-70.933],[16.723,74.933],[-16.723,74.933]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":99.579,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.723,-70.933],[16.723,-70.933],[16.723,74.933],[-16.723,74.933]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.723,-74.933],[16.723,-74.933],[16.723,74.933],[-16.723,74.933]]}]},{"t":108}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[1159.318,78.614]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 3"}],"bounds":{"l":1142,"t":-8,"b":154,"r":1177},"ip":0,"op":73,"st":-7}]},{"id":"comp_36","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"linea1b","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[120.5,87,0]},"a":{"k":[-5,-49,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-71.5,-49],[59.5,-49]]}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[0],"e":[100]},{"t":47}]},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":33,"s":[0],"e":[100]},{"t":42}]},"o":{"k":0},"m":1,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[91,89,130,255]},"o":{"k":100},"w":{"k":4},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Shape 1"}],"bounds":{"l":-74,"t":-51,"b":-47,"r":62},"ip":24,"op":6320,"st":20},{"ddd":0,"ind":1,"ty":4,"nm":"linea1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[81.5,156.5,0]},"a":{"k":[-46,20.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-16.5,94],[-73.5,-48.5]]}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":32,"s":[0],"e":[100]},{"t":40}]},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":26,"s":[0],"e":[100]},{"t":33}]},"o":{"k":0},"m":1,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[91,89,130,255]},"o":{"k":100},"w":{"k":4},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-42.25,30.25]},"a":{"k":[-42.25,30.25]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Shape 1"}],"bounds":{"l":-76,"t":-51,"b":96,"r":-14},"ip":24,"op":6320,"st":20},{"ddd":0,"ind":2,"ty":4,"nm":"V_miscelanea9","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":22,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":23,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":31,"s":[100],"e":[0]},{"t":32}]},"r":{"k":0},"p":{"k":[173.5,77.5,0]},"a":{"k":[48.5,-60,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[48.125,-58.875],[48.375,-58.875]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[48.125,-58.875],[53.625,-69.625]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[48.125,-58.875],[53.625,-69.625]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[53.75,-69.75],[53.625,-69.625]]}]},{"t":32}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[91,89,130,255]},"o":{"k":100},"w":{"k":4},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Shape 1"}],"bounds":{"l":46,"t":-72,"b":-56,"r":56},"ip":24,"op":32,"st":20},{"ddd":0,"ind":3,"ty":4,"nm":"V_miscelanea8","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":21,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":22,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[100],"e":[0]},{"t":31}]},"r":{"k":-15},"p":{"k":[60.125,64.375,0]},"a":{"k":[-28,-78,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-27.885,-77.396],[-27.846,-77.304]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-28,-77.75],[-29.931,-86.728]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-28,-77.75],[-29.931,-86.728]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-29.882,-86.666],[-29.931,-86.728]]}]},{"t":31}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[204,69,51,255]},"o":{"k":100},"w":{"k":4},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Shape 1"}],"bounds":{"l":-32,"t":-89,"b":-75,"r":-25},"ip":23,"op":31,"st":19},{"ddd":0,"ind":4,"ty":4,"nm":"V_miscelanea7","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":23,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":32,"s":[100],"e":[0]},{"t":33}]},"r":{"k":0},"p":{"k":[95.5,60,0]},"a":{"k":[-29.5,-77.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-27.531,-77.125],[-27.656,-77.125]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-28,-77.75],[-30.75,-88.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-28,-77.75],[-30.75,-88.5]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-30.906,-88.969],[-30.906,-88.969]]}]},{"t":33}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"w":{"k":4},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Shape 1"}],"bounds":{"l":-33,"t":-91,"b":-75,"r":-25},"ip":26,"op":6322,"st":22},{"ddd":0,"ind":5,"ty":4,"nm":"V_miscelanea6","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":28,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_0p667_0p167_0p167"],"t":30,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":52,"s":[100],"e":[0]},{"t":55}]},"r":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":28,"s":[0],"e":[-107]},{"t":57}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":28,"s":[93.588,88.564,0],"e":[71.088,31.564,0],"to":[-3.75,-9.5,0],"ti":[3.75,9.5,0]},{"t":55}]},"a":{"k":[27.647,13.058,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-5.621,6.001],[-4.578,-6.001],[5.621,0.933]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[91,89,130,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[29.493,12.751]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 3"}],"bounds":{"l":23,"t":6,"b":19,"r":36},"ip":28,"op":6314,"st":14},{"ddd":0,"ind":6,"ty":4,"nm":"V_miscelanea5","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":23,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_0p667_0p167_0p167"],"t":25,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":45,"s":[100],"e":[0]},{"t":48}]},"r":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":23,"s":[0],"e":[-91.625]},{"t":52}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":23,"s":[150.088,93.064,0],"e":[170.088,53.064,0],"to":[3.33333325386047,-6.66666650772095,0],"ti":[-3.33333325386047,6.66666650772095,0]},{"t":48}]},"a":{"k":[121.647,30.058,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-7.5,-6.163],[7.5,-6.163],[0,6.163]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[204,69,51,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[122.058,31.157]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 4"}],"bounds":{"l":114,"t":24,"b":38,"r":130},"ip":23,"op":6314,"st":14},{"ddd":0,"ind":7,"ty":4,"nm":"V_miscelanea4","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":23,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_0p667_0p167_0p167"],"t":26,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":52,"s":[100],"e":[0]},{"t":55}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":23,"s":[119.588,85.564,0],"e":[119.588,63.064,0],"to":[0,-3.75,0],"ti":[0,3.75,0]},{"t":53}]},"a":{"k":[71.147,4.058,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-1.778],[1.778,0],[0,1.778],[-1.778,0]],"o":[[0,1.778],[-1.778,0],[0,-1.778],[1.778,0]],"v":[[3.22,0],[-0.001,3.22],[-3.22,0],[-0.001,-3.22]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[71.252,3.47]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 8"}],"bounds":{"l":68,"t":0,"b":7,"r":75},"ip":23,"op":6314,"st":14},{"ddd":0,"ind":8,"ty":4,"nm":"V_miscelanea3","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":22,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_0p667_0p167_0p167"],"t":25,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":51,"s":[100],"e":[0]},{"t":54}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":22,"s":[123.088,77.564,0],"e":[124.588,25.564,0],"to":[0.25,-8.66666698455811,0],"ti":[-0.25,8.66666698455811,0]},{"t":54}]},"a":{"k":[74.647,54.558,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-1.778],[1.778,0],[0,1.778],[-1.778,0]],"o":[[0,1.778],[-1.778,0],[0,-1.778],[1.778,0]],"v":[[3.22,0],[-0.001,3.22],[-3.22,0],[-0.001,-3.22]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[74.252,54.47]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 9"}],"bounds":{"l":71,"t":51,"b":58,"r":78},"ip":22,"op":6314,"st":14},{"ddd":0,"ind":9,"ty":4,"nm":"V_miscelanea2","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":20,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_0p667_0p167_0p167"],"t":22,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":48,"s":[100],"e":[0]},{"t":50}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":20,"s":[84.588,73.064,0],"e":[74.588,43.064,0],"to":[-1.66666662693024,-5,0],"ti":[1.66666662693024,5,0]},{"t":50}]},"a":{"k":[36.147,50.058,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_0p667_0p167_0p167"],"t":20,"s":[0,0,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_0p667_0p167_0p167"],"t":26,"s":[105,105,100],"e":[100,100,100]},{"t":29}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-2.769],[2.769,0],[0,2.769],[-2.769,0]],"o":[[0,2.769],[-2.769,0],[0,-2.769],[2.769,0]],"v":[[5.013,0],[0,5.013],[-5.013,0],[0,-5.013]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"w":{"k":3},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[36.045,50.264]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 10"}],"bounds":{"l":29,"t":43,"b":57,"r":43},"ip":20,"op":6314,"st":14},{"ddd":0,"ind":10,"ty":4,"nm":"V_miscelanea1","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":21,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_0p667_0p167_0p167"],"t":23,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":49,"s":[100],"e":[0]},{"t":51}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[143.588,55.314,0],"e":[146.088,42.814,0],"to":[0.41666665673256,-2.08333325386047,0],"ti":[-0.41666665673256,2.08333325386047,0]},{"t":49}]},"a":{"k":[92.647,25.058,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_0p667_0p167_0p167"],"t":21,"s":[0,0,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_0p667_0p167_0p167"],"t":27,"s":[105,105,100],"e":[100,100,100]},{"t":30}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-2.769],[2.769,0],[0,2.769],[-2.769,0]],"o":[[0,2.769],[-2.769,0],[0,-2.769],[2.769,0]],"v":[[5.013,0],[0,5.013],[-5.013,0],[0,-5.013]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"w":{"k":3},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[93.045,25.264]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 11"}],"bounds":{"l":86,"t":18,"b":32,"r":100},"ip":21,"op":6314,"st":14},{"ddd":0,"ind":11,"ty":4,"nm":"Voriginal 3","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[127.41,148.975,0]},"a":{"k":[1054.727,64.648,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,36.475],[-0.491,3.836],[-0.736,-12.417],[-1.257,-47.019],[-1.458,-60.393],[-1.586,-68.932],[74.397,-68.932],[73.406,-66.567],[67.806,-53.194],[14.151,74.932],[-14.149,74.932],[-70.15,-58.792],[-71.545,-62.124],[-73.328,-66.38],[-74.397,-68.932],[-0.663,-68.932],[-0.586,-56.724],[-0.461,-36.839],[-0.337,-17.255],[-0.185,6.97]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,36.475],[-0.491,3.836],[-0.736,-12.417],[-1.256,-47.019],[-1.458,-60.393],[-1.586,-68.932],[74.397,-68.932],[73.406,-66.567],[67.806,-53.194],[14.151,74.932],[-14.149,74.932],[-70.15,-58.792],[-71.545,-62.124],[-73.328,-66.38],[-74.397,-68.932],[-0.662,-68.932],[-0.586,-56.724],[-0.461,-36.839],[-0.337,-17.255],[-0.185,6.97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":48,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,36.475],[-0.491,3.836],[-0.736,-12.417],[-1.256,-47.019],[-1.458,-60.393],[-1.586,-68.932],[74.397,-68.932],[73.406,-66.567],[67.806,-53.194],[14.151,74.932],[-14.149,74.932],[-70.15,-58.792],[-71.545,-62.124],[-73.328,-66.38],[-74.397,-68.932],[-0.662,-68.932],[-0.586,-56.724],[-0.461,-36.839],[-0.337,-17.255],[-0.185,6.97]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,36.475],[-0.491,3.836],[-0.736,-12.417],[-1.256,-47.019],[-1.458,-60.393],[-1.586,-68.932],[74.397,-68.932],[73.406,-66.567],[67.806,-53.194],[14.151,74.932],[-14.149,74.932],[-70.15,-58.792],[-71.545,-62.124],[-73.328,-66.38],[-74.397,-68.932],[-0.662,-68.932],[-0.586,-56.724],[-0.461,-36.839],[-0.337,-17.255],[-0.185,6.97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":50,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,36.475],[-0.491,3.836],[-0.736,-12.417],[-1.256,-47.019],[-1.458,-60.393],[-1.586,-68.932],[74.397,-68.932],[73.406,-66.567],[67.806,-53.194],[14.151,74.932],[-14.149,74.932],[-70.15,-58.792],[-71.545,-62.124],[-73.328,-66.38],[-74.397,-68.932],[-0.662,-68.932],[-0.586,-56.724],[-0.461,-36.839],[-0.337,-17.255],[-0.185,6.97]]}],"e":[{"i":[[0,0],[26.863,10.402],[-16.87,2.506],[-24.357,2.203],[-38.999,-1.081],[0,0],[0,0],[0.755,-3.963],[0.814,-2.437],[0,0],[0,0],[1.321,3.677],[0.185,0.479],[0.212,0.326],[0,0],[0,0],[-35.823,-0.929],[-48.843,-1.006],[-18.637,-6.745],[-18.935,-6.744]],"o":[[0,0],[27.113,-7.098],[15.755,-7.619],[47.643,-2.547],[35.501,-2.081],[0,0],[0,0],[-0.199,1.043],[-0.814,2.437],[0,0],[0,0],[-1.321,-3.677],[-1.067,-2.758],[-1.108,-1.709],[0,0],[0,0],[40.177,-1.179],[22.407,-0.506],[11.388,-0.656],[-30.935,13.756]],"v":[[0.001,26.875],[-0.201,6.659],[4.532,-13.696],[11.269,-33.393],[14.161,-57.109],[6.414,-74.533],[77.547,-72.533],[74.164,-64.754],[65.383,-43.479],[14.151,74.933],[-14.149,74.933],[-65.792,-45.903],[-69.304,-54.155],[-73.876,-64.406],[-77.397,-72.533],[6.837,-74.533],[-6.765,-58.01],[-3.246,-32.934],[-2.226,-12.784],[-0.903,6.554]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":55,"s":[{"i":[[0,0],[26.863,10.402],[-16.87,2.506],[-24.357,2.203],[-38.999,-1.081],[0,0],[0,0],[0.755,-3.963],[0.814,-2.437],[0,0],[0,0],[1.321,3.677],[0.185,0.479],[0.212,0.326],[0,0],[0,0],[-35.823,-0.929],[-48.843,-1.006],[-18.637,-6.745],[-18.935,-6.744]],"o":[[0,0],[27.113,-7.098],[15.755,-7.619],[47.643,-2.547],[35.501,-2.081],[0,0],[0,0],[-0.199,1.043],[-0.814,2.437],[0,0],[0,0],[-1.321,-3.677],[-1.067,-2.758],[-1.108,-1.709],[0,0],[0,0],[40.177,-1.179],[22.407,-0.506],[11.388,-0.656],[-30.935,13.756]],"v":[[0.001,26.875],[-0.201,6.659],[4.532,-13.696],[11.269,-33.393],[14.161,-57.109],[6.414,-74.533],[77.547,-72.533],[74.164,-64.754],[65.383,-43.479],[14.151,74.933],[-14.149,74.933],[-65.792,-45.903],[-69.304,-54.155],[-73.876,-64.406],[-77.397,-72.533],[6.837,-74.533],[-6.765,-58.01],[-3.246,-32.934],[-2.226,-12.784],[-0.903,6.554]]}],"e":[{"i":[[0,0],[37.113,10.902],[-16.87,2.506],[-26.857,2.453],[-38.999,-1.081],[0,0],[0,0],[0.755,-3.963],[0.814,-2.437],[0,0],[0,0],[1.321,3.677],[0.185,0.479],[0.212,0.326],[0,0],[0,0],[-54.823,1.071],[-66.843,1.494],[-34.862,-2.656],[-34.685,-6.994]],"o":[[0,0],[45.613,-11.598],[35.379,-0.744],[61.143,-2.547],[48.751,-1.331],[0,0],[0,0],[-0.199,1.043],[-0.814,2.437],[0,0],[0,0],[-1.321,-3.677],[-1.067,-2.758],[-1.108,-1.709],[0,0],[0,0],[36.677,2.571],[22.407,-0.506],[11.388,-0.656],[-30.935,13.756]],"v":[[0.001,26.875],[-0.201,6.659],[4.532,-13.696],[9.769,-33.393],[14.161,-57.109],[6.414,-74.533],[77.547,-72.533],[74.164,-64.754],[65.383,-43.479],[14.151,74.933],[-14.149,74.933],[-65.792,-45.903],[-69.304,-54.155],[-73.876,-64.406],[-77.397,-72.533],[6.838,-74.533],[-2.265,-58.01],[-2.246,-32.934],[-2.226,-12.784],[-0.903,6.554]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56,"s":[{"i":[[0,0],[37.113,10.902],[-16.87,2.506],[-26.857,2.453],[-38.999,-1.081],[0,0],[0,0],[0.755,-3.963],[0.814,-2.437],[0,0],[0,0],[1.321,3.677],[0.185,0.479],[0.212,0.326],[0,0],[0,0],[-54.823,1.071],[-66.843,1.494],[-34.862,-2.656],[-34.685,-6.994]],"o":[[0,0],[45.613,-11.598],[35.379,-0.744],[61.143,-2.547],[48.751,-1.331],[0,0],[0,0],[-0.199,1.043],[-0.814,2.437],[0,0],[0,0],[-1.321,-3.677],[-1.067,-2.758],[-1.108,-1.709],[0,0],[0,0],[36.677,2.571],[22.407,-0.506],[11.388,-0.656],[-30.935,13.756]],"v":[[0.001,26.875],[-0.201,6.659],[4.532,-13.696],[9.769,-33.393],[14.161,-57.109],[6.414,-74.533],[77.547,-72.533],[74.164,-64.754],[65.383,-43.479],[14.151,74.933],[-14.149,74.933],[-65.792,-45.903],[-69.304,-54.155],[-73.876,-64.406],[-77.397,-72.533],[6.838,-74.533],[-2.265,-58.01],[-2.246,-32.934],[-2.226,-12.784],[-0.903,6.554]]}],"e":[{"i":[[0,0],[-0.628,4.939],[-0.925,1.908],[-0.469,3.03],[-0.478,0.81],[0,0],[0,0],[1.258,-6.606],[1.356,-4.062],[0,0],[0,0],[2.201,6.129],[0.309,0.798],[0.353,0.544],[0,0],[0,0],[-3.921,-7.262],[-4.056,-7.475],[-2.772,-6.655],[-3.296,-7.492]],"o":[[0,0],[0.628,-4.939],[2.451,-5.058],[1.085,-7.006],[1.588,-2.687],[0,0],[0,0],[-0.331,1.738],[-1.356,4.062],[0,0],[0,0],[-2.201,-6.129],[-1.778,-4.597],[-1.847,-2.849],[0,0],[0,0],[1.29,2.389],[1.397,2.574],[1.295,3.109],[3.759,8.543]],"v":[[0.001,20.475],[9.784,-0.001],[15.961,-12.882],[27.327,-39.934],[35.824,-58.252],[43.414,-74.932],[79.647,-74.932],[74.67,-63.545],[63.768,-37.002],[14.15,74.932],[-14.149,74.932],[-62.887,-37.311],[-67.81,-48.842],[-74.241,-63.091],[-79.397,-74.932],[-43.163,-74.932],[-34.01,-54.701],[-23.644,-32.414],[-15.361,-14.595],[-7.332,3.865]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":61,"s":[{"i":[[0,0],[-0.628,4.939],[-0.925,1.908],[-0.469,3.03],[-0.478,0.81],[0,0],[0,0],[1.258,-6.606],[1.356,-4.062],[0,0],[0,0],[2.201,6.129],[0.309,0.798],[0.353,0.544],[0,0],[0,0],[-3.921,-7.262],[-4.056,-7.475],[-2.772,-6.655],[-3.296,-7.492]],"o":[[0,0],[0.628,-4.939],[2.451,-5.058],[1.085,-7.006],[1.588,-2.687],[0,0],[0,0],[-0.331,1.738],[-1.356,4.062],[0,0],[0,0],[-2.201,-6.129],[-1.778,-4.597],[-1.847,-2.849],[0,0],[0,0],[1.29,2.389],[1.397,2.574],[1.295,3.109],[3.759,8.543]],"v":[[0.001,20.475],[9.784,-0.001],[15.961,-12.882],[27.327,-39.934],[35.824,-58.252],[43.414,-74.932],[79.647,-74.932],[74.67,-63.545],[63.768,-37.002],[14.15,74.932],[-14.149,74.932],[-62.887,-37.311],[-67.81,-48.842],[-74.241,-63.091],[-79.397,-74.932],[-43.163,-74.932],[-34.01,-54.701],[-23.644,-32.414],[-15.361,-14.595],[-7.332,3.865]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,20.475],[11.818,-9.068],[17.702,-23.778],[30.23,-55.098],[35.072,-67.203],[38.164,-74.932],[74.397,-74.932],[73.406,-72.468],[67.806,-58.538],[14.151,74.932],[-14.149,74.932],[-70.15,-64.369],[-71.545,-67.84],[-73.328,-72.273],[-74.397,-74.932],[-38.163,-74.932],[-33.742,-63.882],[-26.543,-45.883],[-19.453,-28.158],[-10.682,-6.231]]}]},{"t":67}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[1050.405,78.614]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 4"}],"bounds":{"l":971,"t":3,"b":154,"r":1131},"ip":50,"op":3751,"st":-6},{"ddd":0,"ind":12,"ty":4,"nm":"Voriginal 2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[127.41,148.975,0]},"a":{"k":[1054.727,64.648,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":50,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,36.475],[-0.491,3.836],[-0.736,-12.417],[-1.257,-47.019],[-1.458,-60.393],[-1.586,-68.932],[74.397,-68.932],[73.406,-66.567],[67.806,-53.194],[14.151,74.932],[-14.149,74.932],[-70.15,-58.792],[-71.545,-62.124],[-73.328,-66.38],[-74.397,-68.932],[-0.663,-68.932],[-0.586,-56.724],[-0.461,-36.839],[-0.337,-17.255],[-0.185,6.97]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,36.475],[-0.491,3.836],[-0.736,-12.417],[-1.256,-47.019],[-1.458,-60.393],[-1.586,-68.932],[74.397,-68.932],[73.406,-66.567],[67.806,-53.194],[14.151,74.932],[-14.149,74.932],[-70.15,-58.792],[-71.545,-62.124],[-73.328,-66.38],[-74.397,-68.932],[-0.662,-68.932],[-0.586,-56.724],[-0.461,-36.839],[-0.337,-17.255],[-0.185,6.97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":53,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,36.475],[-0.491,3.836],[-0.736,-12.417],[-1.256,-47.019],[-1.458,-60.393],[-1.586,-68.932],[74.397,-68.932],[73.406,-66.567],[67.806,-53.194],[14.151,74.932],[-14.149,74.932],[-70.15,-58.792],[-71.545,-62.124],[-73.328,-66.38],[-74.397,-68.932],[-0.662,-68.932],[-0.586,-56.724],[-0.461,-36.839],[-0.337,-17.255],[-0.185,6.97]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,36.475],[-0.491,3.836],[-0.736,-12.417],[-1.256,-47.019],[-1.458,-60.393],[-1.586,-68.932],[74.397,-68.932],[73.406,-66.567],[67.806,-53.194],[14.151,74.932],[-14.149,74.932],[-70.15,-58.792],[-71.545,-62.124],[-73.328,-66.38],[-74.397,-68.932],[-0.662,-68.932],[-0.586,-56.724],[-0.461,-36.839],[-0.337,-17.255],[-0.185,6.97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":55,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,36.475],[-0.491,3.836],[-0.736,-12.417],[-1.256,-47.019],[-1.458,-60.393],[-1.586,-68.932],[74.397,-68.932],[73.406,-66.567],[67.806,-53.194],[14.151,74.932],[-14.149,74.932],[-70.15,-58.792],[-71.545,-62.124],[-73.328,-66.38],[-74.397,-68.932],[-0.662,-68.932],[-0.586,-56.724],[-0.461,-36.839],[-0.337,-17.255],[-0.185,6.97]]}],"e":[{"i":[[0,0],[26.863,10.402],[-16.87,2.506],[-24.357,2.203],[-38.999,-1.081],[0,0],[0,0],[0.755,-3.963],[0.814,-2.437],[0,0],[0,0],[1.321,3.677],[0.185,0.479],[0.212,0.326],[0,0],[0,0],[-35.823,-0.929],[-48.843,-1.006],[-18.637,-6.745],[-18.935,-6.744]],"o":[[0,0],[27.113,-7.098],[15.755,-7.619],[47.643,-2.547],[35.501,-2.081],[0,0],[0,0],[-0.199,1.043],[-0.814,2.437],[0,0],[0,0],[-1.321,-3.677],[-1.067,-2.758],[-1.108,-1.709],[0,0],[0,0],[40.177,-1.179],[22.407,-0.506],[11.388,-0.656],[-30.935,13.756]],"v":[[0.001,26.875],[-0.201,6.659],[4.532,-13.696],[11.269,-33.393],[14.161,-57.109],[6.414,-74.533],[77.547,-72.533],[74.164,-64.754],[65.383,-43.479],[14.151,74.933],[-14.149,74.933],[-65.792,-45.903],[-69.304,-54.155],[-73.876,-64.406],[-77.397,-72.533],[6.837,-74.533],[-6.765,-58.01],[-3.246,-32.934],[-2.226,-12.784],[-0.903,6.554]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":60,"s":[{"i":[[0,0],[26.863,10.402],[-16.87,2.506],[-24.357,2.203],[-38.999,-1.081],[0,0],[0,0],[0.755,-3.963],[0.814,-2.437],[0,0],[0,0],[1.321,3.677],[0.185,0.479],[0.212,0.326],[0,0],[0,0],[-35.823,-0.929],[-48.843,-1.006],[-18.637,-6.745],[-18.935,-6.744]],"o":[[0,0],[27.113,-7.098],[15.755,-7.619],[47.643,-2.547],[35.501,-2.081],[0,0],[0,0],[-0.199,1.043],[-0.814,2.437],[0,0],[0,0],[-1.321,-3.677],[-1.067,-2.758],[-1.108,-1.709],[0,0],[0,0],[40.177,-1.179],[22.407,-0.506],[11.388,-0.656],[-30.935,13.756]],"v":[[0.001,26.875],[-0.201,6.659],[4.532,-13.696],[11.269,-33.393],[14.161,-57.109],[6.414,-74.533],[77.547,-72.533],[74.164,-64.754],[65.383,-43.479],[14.151,74.933],[-14.149,74.933],[-65.792,-45.903],[-69.304,-54.155],[-73.876,-64.406],[-77.397,-72.533],[6.837,-74.533],[-6.765,-58.01],[-3.246,-32.934],[-2.226,-12.784],[-0.903,6.554]]}],"e":[{"i":[[0,0],[37.113,10.902],[-16.87,2.506],[-26.857,2.453],[-38.999,-1.081],[0,0],[0,0],[0.755,-3.963],[0.814,-2.437],[0,0],[0,0],[1.321,3.677],[0.185,0.479],[0.212,0.326],[0,0],[0,0],[-54.823,1.071],[-66.843,1.494],[-34.862,-2.656],[-34.685,-6.994]],"o":[[0,0],[45.613,-11.598],[35.379,-0.744],[61.143,-2.547],[48.751,-1.331],[0,0],[0,0],[-0.199,1.043],[-0.814,2.437],[0,0],[0,0],[-1.321,-3.677],[-1.067,-2.758],[-1.108,-1.709],[0,0],[0,0],[36.677,2.571],[22.407,-0.506],[11.388,-0.656],[-30.935,13.756]],"v":[[0.001,26.875],[-0.201,6.659],[4.532,-13.696],[9.769,-33.393],[14.161,-57.109],[6.414,-74.533],[77.547,-72.533],[74.164,-64.754],[65.383,-43.479],[14.151,74.933],[-14.149,74.933],[-65.792,-45.903],[-69.304,-54.155],[-73.876,-64.406],[-77.397,-72.533],[6.838,-74.533],[-2.265,-58.01],[-2.246,-32.934],[-2.226,-12.784],[-0.903,6.554]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":61,"s":[{"i":[[0,0],[37.113,10.902],[-16.87,2.506],[-26.857,2.453],[-38.999,-1.081],[0,0],[0,0],[0.755,-3.963],[0.814,-2.437],[0,0],[0,0],[1.321,3.677],[0.185,0.479],[0.212,0.326],[0,0],[0,0],[-54.823,1.071],[-66.843,1.494],[-34.862,-2.656],[-34.685,-6.994]],"o":[[0,0],[45.613,-11.598],[35.379,-0.744],[61.143,-2.547],[48.751,-1.331],[0,0],[0,0],[-0.199,1.043],[-0.814,2.437],[0,0],[0,0],[-1.321,-3.677],[-1.067,-2.758],[-1.108,-1.709],[0,0],[0,0],[36.677,2.571],[22.407,-0.506],[11.388,-0.656],[-30.935,13.756]],"v":[[0.001,26.875],[-0.201,6.659],[4.532,-13.696],[9.769,-33.393],[14.161,-57.109],[6.414,-74.533],[77.547,-72.533],[74.164,-64.754],[65.383,-43.479],[14.151,74.933],[-14.149,74.933],[-65.792,-45.903],[-69.304,-54.155],[-73.876,-64.406],[-77.397,-72.533],[6.838,-74.533],[-2.265,-58.01],[-2.246,-32.934],[-2.226,-12.784],[-0.903,6.554]]}],"e":[{"i":[[0,0],[-0.628,4.939],[-0.925,1.908],[-0.469,3.03],[-0.478,0.81],[0,0],[0,0],[-0.38,-6.714],[5.144,-18.938],[0,0],[0,0],[4.779,4.424],[0.629,0.58],[0.433,0.483],[0,0],[0,0],[-3.921,-7.262],[-4.056,-7.475],[-2.772,-6.655],[-3.296,-7.492]],"o":[[0,0],[0.628,-4.939],[2.451,-5.058],[1.085,-7.006],[1.588,-2.687],[0,0],[0,0],[0.742,13.106],[-1.123,4.133],[0,0],[0,0],[-7.701,-7.129],[-8.778,-8.097],[-4.347,-4.849],[0,0],[0,0],[1.29,2.389],[1.397,2.574],[1.295,3.109],[3.759,8.543]],"v":[[0.001,20.475],[9.784,-0.001],[15.961,-12.882],[27.327,-39.934],[35.824,-58.252],[43.414,-74.932],[83.647,-79.932],[78.67,-68.545],[63.768,-37.002],[14.15,74.932],[-14.149,74.932],[-63.387,-36.311],[-67.31,-49.342],[-73.741,-63.591],[-78.897,-75.432],[-43.163,-74.932],[-34.01,-54.701],[-23.644,-32.414],[-15.361,-14.595],[-7.332,3.865]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":66,"s":[{"i":[[0,0],[-0.628,4.939],[-0.925,1.908],[-0.469,3.03],[-0.478,0.81],[0,0],[0,0],[-0.38,-6.714],[5.144,-18.938],[0,0],[0,0],[4.779,4.424],[0.629,0.58],[0.433,0.483],[0,0],[0,0],[-3.921,-7.262],[-4.056,-7.475],[-2.772,-6.655],[-3.296,-7.492]],"o":[[0,0],[0.628,-4.939],[2.451,-5.058],[1.085,-7.006],[1.588,-2.687],[0,0],[0,0],[0.742,13.106],[-1.123,4.133],[0,0],[0,0],[-7.701,-7.129],[-8.778,-8.097],[-4.347,-4.849],[0,0],[0,0],[1.29,2.389],[1.397,2.574],[1.295,3.109],[3.759,8.543]],"v":[[0.001,20.475],[9.784,-0.001],[15.961,-12.882],[27.327,-39.934],[35.824,-58.252],[43.414,-74.932],[83.647,-79.932],[78.67,-68.545],[63.768,-37.002],[14.15,74.932],[-14.149,74.932],[-63.387,-36.311],[-67.31,-49.342],[-73.741,-63.591],[-78.897,-75.432],[-43.163,-74.932],[-34.01,-54.701],[-23.644,-32.414],[-15.361,-14.595],[-7.332,3.865]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,20.475],[11.818,-9.068],[17.702,-23.778],[30.23,-55.098],[35.072,-67.203],[38.164,-74.932],[74.397,-74.932],[73.406,-72.468],[67.806,-58.538],[14.151,74.932],[-14.149,74.932],[-70.15,-64.369],[-71.545,-67.84],[-73.328,-72.273],[-74.397,-74.932],[-38.163,-74.932],[-33.742,-63.882],[-26.543,-45.883],[-19.453,-28.158],[-10.682,-6.231]]}]},{"t":72}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[204,69,51,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[1050.405,78.614]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 4"}],"bounds":{"l":971,"t":-2,"b":154,"r":1135},"ip":50,"op":72,"st":-1},{"ddd":0,"ind":13,"ty":4,"nm":"Voriginal","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[127.41,148.975,0]},"a":{"k":[1054.727,64.648,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,20.475],[38.164,-74.932],[74.397,-74.932],[14.151,74.932],[-14.149,74.932],[-74.397,-74.932],[-38.163,-74.932]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,20.475],[43.164,-74.932],[79.397,-74.932],[14.151,74.932],[-14.149,74.932],[-79.397,-74.932],[-43.163,-74.932]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,20.475],[43.164,-74.932],[79.397,-74.932],[14.151,74.932],[-14.149,74.932],[-79.397,-74.932],[-43.163,-74.932]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,20.475],[43.164,-74.932],[79.397,-74.932],[14.151,74.932],[-14.149,74.932],[-79.397,-74.932],[-43.163,-74.932]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,20.475],[43.164,-74.932],[79.397,-74.932],[14.151,74.932],[-14.149,74.932],[-79.397,-74.932],[-43.163,-74.932]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,20.475],[0.664,-74.932],[8.897,-74.932],[6.151,74.932],[-6.149,74.932],[-6.647,-74.932],[1.588,-74.932]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,20.475],[0.664,-74.932],[8.897,-74.932],[6.151,74.932],[-6.149,74.932],[-6.647,-74.932],[1.588,-74.932]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,20.475],[0.664,-74.932],[8.897,-74.932],[6.151,74.932],[-6.149,74.932],[-6.647,-74.932],[1.588,-74.932]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,20.475],[0.664,-74.932],[8.897,-74.932],[6.151,74.932],[-6.149,74.932],[-6.647,-74.932],[1.588,-74.932]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,20.475],[0.664,-54.932],[33.897,-54.932],[11.151,74.932],[-11.149,74.932],[-31.647,-54.932],[1.588,-54.932]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,20.475],[0.664,-54.932],[33.897,-54.932],[11.151,74.932],[-11.149,74.932],[-31.647,-54.932],[1.588,-54.932]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[2.001,29.117],[6.021,-59.575],[39.861,-59.575],[11.579,73.504],[-11.578,73.504],[-37.932,-59.575],[-4.091,-59.575]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[2.001,29.117],[6.021,-59.575],[39.861,-59.575],[11.579,73.504],[-11.578,73.504],[-37.932,-59.575],[-4.091,-59.575]]}],"e":[{"i":[[-10.92,0.38],[-6.252,-1.007],[0,0],[0,0],[0,0],[0,0],[-15.497,1.63]],"o":[[11.911,-0.414],[10.129,1.632],[0,0],[0,0],[0,0],[0,0],[9.574,-1.007]],"v":[[2.001,-92.025],[39.164,-90.432],[75.647,-87.432],[14.151,64.932],[-14.149,64.932],[-75.647,-87.432],[-38.663,-90.932]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[-10.92,0.38],[-6.252,-1.007],[0,0],[0,0],[0,0],[0,0],[-15.497,1.63]],"o":[[11.911,-0.414],[10.129,1.632],[0,0],[0,0],[0,0],[0,0],[9.574,-1.007]],"v":[[2.001,-92.025],[39.164,-90.432],[75.647,-87.432],[14.151,64.932],[-14.149,64.932],[-75.647,-87.432],[-38.663,-90.932]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,-64.525],[38.164,-64.932],[74.397,-64.932],[14.151,74.932],[-14.149,74.932],[-74.397,-64.932],[-38.163,-64.932]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,-64.525],[38.164,-64.932],[74.397,-64.932],[14.151,74.932],[-14.149,74.932],[-74.397,-64.932],[-38.163,-64.932]]}],"e":[{"i":[[-17.411,-0.086],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[17.411,0.086],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-0.499,-82.025],[38.164,-79.932],[74.397,-74.932],[14.151,74.932],[-14.149,74.932],[-74.397,-74.932],[-38.163,-79.932]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":36,"s":[{"i":[[-17.411,-0.086],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[17.411,0.086],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-0.499,-82.025],[38.164,-79.932],[74.397,-74.932],[14.151,74.932],[-14.149,74.932],[-74.397,-74.932],[-38.163,-79.932]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,-66.525],[38.164,-66.932],[74.397,-66.932],[14.151,74.932],[-14.149,74.932],[-74.397,-66.932],[-38.163,-66.932]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":44,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,-66.525],[38.164,-66.932],[74.397,-66.932],[14.151,74.932],[-14.149,74.932],[-74.397,-66.932],[-38.163,-66.932]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,-68.525],[38.164,-68.932],[74.397,-68.932],[14.151,74.932],[-14.149,74.932],[-74.397,-68.932],[-38.163,-68.932]]}]},{"t":50}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[1050.405,78.614]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 4"}],"bounds":{"l":971,"t":-14,"b":154,"r":1130},"ip":0,"op":50,"st":0}]},{"id":"comp_37","layers":[{"ddd":0,"ind":0,"ty":0,"nm":"MiscelaneasO2","refId":"comp_38","ks":{"o":{"k":100},"r":{"k":180},"p":{"k":[134,237.5,0]},"a":{"k":[138.5,90,0]},"s":{"k":[100,100,100]}},"w":277,"h":180,"ip":15,"op":6315,"st":15},{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 3","ks":{"o":{"k":100},"r":{"k":25},"p":{"k":[79,83,0]},"a":{"k":[163,-47.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[164.5,-45.75],[164.5,-45.75]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[163,-47.5],[155.5,-60.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[163,-47.5],[155.5,-60.5]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[154.75,-61.5],[154.75,-61.25]]}]},{"t":22}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Shape 1"}],"bounds":{"l":152,"t":-64,"b":-43,"r":167},"ip":14,"op":22,"st":-12},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 4","ks":{"o":{"k":100},"r":{"k":-27},"p":{"k":[60.5,94.5,0]},"a":{"k":[163,-47.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[164.5,-45.75],[164.5,-45.75]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[163,-47.5],[155.5,-60.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[163,-47.5],[155.5,-60.5]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[154.75,-61.5],[154.75,-61.25]]}]},{"t":20}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[79,178,156,255]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Shape 1"}],"bounds":{"l":152,"t":-64,"b":-43,"r":167},"ip":12,"op":20,"st":-16},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[69,88,0]},"a":{"k":[163,-47.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[164.5,-45.75],[164.5,-45.75]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[163,-47.5],[155.5,-60.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[163,-47.5],[155.5,-60.5]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[154.75,-61.5],[154.75,-61.25]]}]},{"t":21}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[204,69,51,255]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Shape 1"}],"bounds":{"l":152,"t":-64,"b":-43,"r":167},"ip":13,"op":21,"st":-15},{"ddd":0,"ind":4,"ty":0,"nm":"O_mask","refId":"comp_39","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[125,137.5,0]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"hasMask":true,"masksProperties":[{"cl":true,"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[53.586,0],[0,-49.776],[-52.43,0],[0,49.776]],"o":[[-52.719,0],[0,49.776],[53.875,0],[0,-49.776]],"v":[[128.561,71.553],[38,160.092],[128.272,250.22],[221,160.02]]}],"e":[{"i":[[46.375,0],[0,-43.078],[-45.375,0],[0,43.078]],"o":[[-45.625,0],[0,43.078],[46.625,0],[0,-43.078]],"v":[[126.875,85.344],[48.5,161.969],[126.625,239.969],[206.875,161.906]]}]},{"t":20}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"w":250,"h":275,"ip":0,"op":6300,"st":0}]},{"id":"comp_38","layers":[{"ddd":0,"ind":0,"ty":3,"nm":"Null 1","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[936.5,173,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":1,"ty":4,"nm":"V_miscelanea5","parent":0,"ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":8.865,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_0p667_0p167_0p167"],"t":10.108,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":22.541,"s":[100],"e":[0]},{"t":24.4052734375}]},"r":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":8.865,"s":[0],"e":[-91.625]},{"t":26.8916015625}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":8.865,"s":[-759.912,-44.436,0],"e":[-739.912,-84.436,0],"to":[3.33333325386047,-6.66666650772095,0],"ti":[-3.33333325386047,6.66666650772095,0]},{"t":24.4052734375}]},"a":{"k":[121.647,30.058,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-7.5,-6.163],[7.5,-6.163],[0,6.163]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[204,69,51,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[122.058,31.157]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 4"}],"bounds":{"l":114,"t":24,"b":38,"r":130},"ip":10,"op":6301,"st":1},{"ddd":0,"ind":2,"ty":4,"nm":"V_miscelanea1","parent":0,"ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":7.622,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_0p667_0p167_0p167"],"t":8.865,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":25.027,"s":[100],"e":[0]},{"t":26.2705078125}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7.622,"s":[-766.412,-82.186,0],"e":[-763.912,-94.686,0],"to":[0.41666665673256,-2.08333325386047,0],"ti":[-0.41666665673256,2.08333325386047,0]},{"t":25.02734375}]},"a":{"k":[92.647,25.058,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_0p667_0p167_0p167"],"t":7.622,"s":[0,0,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_0p667_0p167_0p167"],"t":11.352,"s":[105,105,100],"e":[100,100,100]},{"t":13.2158203125}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-2.769],[2.769,0],[0,2.769],[-2.769,0]],"o":[[0,2.769],[-2.769,0],[0,-2.769],[2.769,0]],"v":[[5.013,0],[0,5.013],[-5.013,0],[0,-5.013]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"w":{"k":3},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[93.045,25.264]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 11"}],"bounds":{"l":86,"t":18,"b":32,"r":100},"ip":8,"op":6301,"st":1},{"ddd":0,"ind":3,"ty":4,"nm":"V_miscelanea4","parent":0,"ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":8.865,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_0p667_0p167_0p167"],"t":10.729,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":26.892,"s":[100],"e":[0]},{"t":28.7568359375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":8.865,"s":[-790.412,-51.936,0],"e":[-790.412,-74.436,0],"to":[0,-3.75,0],"ti":[0,3.75,0]},{"t":27.513671875}]},"a":{"k":[71.147,4.058,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-1.778],[1.778,0],[0,1.778],[-1.778,0]],"o":[[0,1.778],[-1.778,0],[0,-1.778],[1.778,0]],"v":[[3.22,0],[-0.001,3.22],[-3.22,0],[-0.001,-3.22]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[71.252,3.47]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 8"}],"bounds":{"l":68,"t":0,"b":7,"r":75},"ip":10,"op":6301,"st":1},{"ddd":0,"ind":4,"ty":4,"nm":"V_miscelanea3","parent":0,"ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":8.243,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_0p667_0p167_0p167"],"t":10.108,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":26.271,"s":[100],"e":[0]},{"t":28.134765625}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":8.243,"s":[-786.912,-59.936,0],"e":[-785.412,-111.936,0],"to":[0.25,-8.66666698455811,0],"ti":[-0.25,8.66666698455811,0]},{"t":28.134765625}]},"a":{"k":[74.647,54.558,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-1.778],[1.778,0],[0,1.778],[-1.778,0]],"o":[[0,1.778],[-1.778,0],[0,-1.778],[1.778,0]],"v":[[3.22,0],[-0.001,3.22],[-3.22,0],[-0.001,-3.22]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[74.252,54.47]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 9"}],"bounds":{"l":71,"t":51,"b":58,"r":78},"ip":9,"op":6301,"st":1},{"ddd":0,"ind":5,"ty":4,"nm":"V_miscelanea6","parent":0,"ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":17.757,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_0p667_0p167_0p167"],"t":19,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":29.892,"s":[100],"e":[0]},{"t":31.7568359375}]},"r":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":17.757,"s":[0],"e":[-107]},{"t":33}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":17.757,"s":[-816.412,-48.936,0],"e":[-827.912,-78.936,0],"to":[-1.91666662693024,-5,0],"ti":[1.91666662693024,5,0]},{"t":32}]},"a":{"k":[27.647,13.058,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-5.621,6.001],[-4.578,-6.001],[5.621,0.933]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":25,"s":[91,89,130,255],"e":[204,69,51,255]},{"t":26}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[29.493,12.751]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 3"}],"bounds":{"l":23,"t":6,"b":19,"r":36},"ip":15,"op":6301,"st":1},{"ddd":0,"ind":6,"ty":4,"nm":"V_miscelanea2","parent":0,"ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":7,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_0p667_0p167_0p167"],"t":8.243,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":24.405,"s":[100],"e":[0]},{"t":25.6484375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":7,"s":[-825.412,-64.436,0],"e":[-835.412,-94.436,0],"to":[-1.66666662693024,-5,0],"ti":[1.66666662693024,5,0]},{"t":25.6484375}]},"a":{"k":[36.147,50.058,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_0p667_0p167_0p167"],"t":7,"s":[0,0,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_0p667_0p167_0p167"],"t":10.729,"s":[105,105,100],"e":[100,100,100]},{"t":12.5947265625}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-2.769],[2.769,0],[0,2.769],[-2.769,0]],"o":[[0,2.769],[-2.769,0],[0,-2.769],[2.769,0]],"v":[[5.013,0],[0,5.013],[-5.013,0],[0,-5.013]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"w":{"k":3},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[36.045,50.264]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 10"}],"bounds":{"l":29,"t":43,"b":57,"r":43},"ip":7,"op":6301,"st":1}]},{"id":"comp_39","layers":[{"ddd":0,"ind":2,"ty":4,"nm":"O2 9","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[116.876,163.014,0]},"a":{"k":[89.33,96.169,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35,"s":[{"i":[[-0.845,0.16],[-0.947,-0.135],[-1.979,-2.778],[3.259,0.883],[-5.808,1.788],[2.317,-0.171],[1.462,-1.617],[0.215,-0.604],[-1.13,-0.345]],"o":[[2.632,-0.384],[0.981,0.399],[1.271,1.472],[-4.532,-1.228],[3.442,-3.462],[-4.725,0.349],[-1.418,1.568],[0.965,2.146],[0.577,0.329]],"v":[[-27.371,-29.27],[-23.019,-30.475],[-18.488,-27.582],[-17.185,-30.882],[-16.159,-35.148],[-21.534,-36.439],[-30.548,-33.428],[-32.431,-30.006],[-30.794,-27.189]]}],"e":[{"i":[[-5.501,-0.331],[-2.023,-2.064],[-2.729,-0.278],[-5.532,0.772],[-2.308,3.788],[-0.098,5.39],[7.401,-0.844],[1.137,-1.492],[-0.636,-0.996]],"o":[[2.655,0.16],[3.053,3.115],[4.521,1.472],[3.752,-0.524],[1.942,-3.962],[0.067,-3.671],[-7.168,0.818],[-2.035,1.396],[1.327,2.079]],"v":[[-25.871,-30.77],[-16.769,-27.475],[-11.988,-17.082],[-5.935,-23.632],[-5.659,-31.148],[0.216,-35.939],[-20.048,-38.928],[-32.931,-33.256],[-34.794,-28.189]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37,"s":[{"i":[[-5.501,-0.331],[-2.023,-2.064],[-2.729,-0.278],[-5.532,0.772],[-2.308,3.788],[-0.098,5.39],[7.401,-0.844],[1.137,-1.492],[-0.636,-0.996]],"o":[[2.655,0.16],[3.053,3.115],[4.521,1.472],[3.752,-0.524],[1.942,-3.962],[0.067,-3.671],[-7.168,0.818],[-2.035,1.396],[1.327,2.079]],"v":[[-25.871,-30.77],[-16.769,-27.475],[-11.988,-17.082],[-5.935,-23.632],[-5.659,-31.148],[0.216,-35.939],[-20.048,-38.928],[-32.931,-33.256],[-34.794,-28.189]]}],"e":[{"i":[[-4.345,-2.84],[-1.947,-7.635],[-3.979,-4.278],[-11.032,-2.978],[-3.558,5.038],[10.567,12.579],[7.332,1.318],[7.011,-2.729],[-1.18,0.056]],"o":[[4.975,3.252],[2.071,8.123],[15.354,0],[11.593,3.13],[5.442,-4.962],[-8.351,-9.941],[-11.227,-2.018],[-4.785,3.646],[3.577,-0.171]],"v":[[-23.121,-24.02],[-13.019,-5.225],[-7.487,19.418],[6.065,5.618],[18.091,-9.398],[25.466,-23.939],[-0.798,-38.678],[-31.181,-37.506],[-38.044,-29.189]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39,"s":[{"i":[[-4.345,-2.84],[-1.947,-7.635],[-3.979,-4.278],[-11.032,-2.978],[-3.558,5.038],[10.567,12.579],[7.332,1.318],[7.011,-2.729],[-1.18,0.056]],"o":[[4.975,3.252],[2.071,8.123],[15.354,0],[11.593,3.13],[5.442,-4.962],[-8.351,-9.941],[-11.227,-2.018],[-4.785,3.646],[3.577,-0.171]],"v":[[-23.121,-24.02],[-13.019,-5.225],[-7.487,19.418],[6.065,5.618],[18.091,-9.398],[25.466,-23.939],[-0.798,-38.678],[-31.181,-37.506],[-38.044,-29.189]]}],"e":[{"i":[[-2.369,-4.349],[-0.241,-5.938],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.179,2.63],[17.609,7.05],[7.011,-2.729],[-1.181,-0.04]],"o":[[2.843,5.219],[0.659,16.26],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-7.76,-17.308],[-10.59,-4.24],[-10.41,5.396],[6.387,0.216]],"v":[[-20.621,-21.52],[-17.019,-4.225],[-19.987,44.418],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[1.702,-40.178],[-33.681,-38.506],[-38.544,-28.689]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41,"s":[{"i":[[-2.369,-4.349],[-0.241,-5.938],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.179,2.63],[17.609,7.05],[7.011,-2.729],[-1.181,-0.04]],"o":[[2.843,5.219],[0.659,16.26],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-7.76,-17.308],[-10.59,-4.24],[-10.41,5.396],[6.387,0.216]],"v":[[-20.621,-21.52],[-17.019,-4.225],[-19.987,44.418],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[1.702,-40.178],[-33.681,-38.506],[-38.544,-28.689]]}],"e":[{"i":[[-0.595,-7.59],[-1.947,-9.635],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[2.505,1.425],[14.832,13.068],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[3.223,15.951],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-15.683,-8.921],[-8.559,-7.541],[-10.41,5.396],[6.369,-0.533]],"v":[[-20.621,-21.52],[-22.02,3.025],[-19.987,46.918],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[4.952,-37.678],[-33.681,-38.506],[-37.044,-29.939]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":43,"s":[{"i":[[-0.595,-7.59],[-1.947,-9.635],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[2.505,1.425],[14.832,13.068],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[3.223,15.951],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-15.683,-8.921],[-8.559,-7.541],[-10.41,5.396],[6.369,-0.533]],"v":[[-20.621,-21.52],[-22.02,3.025],[-19.987,46.918],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[4.952,-37.678],[-33.681,-38.506],[-37.044,-29.939]]}],"e":[{"i":[[-0.595,-7.59],[1.553,-9.385],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.101,2.664],[15.832,8.818],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[-2.657,16.055],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-6.683,-16.171],[-9.966,-5.551],[-10.41,5.396],[6.369,-0.533]],"v":[[-22.871,-20.77],[-18.77,3.525],[-19.987,46.918],[17.065,34.118],[44.841,10.852],[36.966,0.061],[4.952,-37.678],[-31.681,-38.506],[-36.294,-29.689]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45,"s":[{"i":[[-0.595,-7.59],[1.553,-9.385],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.101,2.664],[15.832,8.818],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[-2.657,16.055],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-6.683,-16.171],[-9.966,-5.551],[-10.41,5.396],[6.369,-0.533]],"v":[[-22.871,-20.77],[-18.77,3.525],[-19.987,46.918],[17.065,34.118],[44.841,10.852],[36.966,0.061],[4.952,-37.678],[-31.681,-38.506],[-36.294,-29.689]]}],"e":[{"i":[[12.442,-1.857],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[5.082,7.818],[7.715,-3.854],[6.873,1.01]],"o":[[-6.095,0.91],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-4.633,-7.127],[-4.285,6.146],[-18.173,-2.671]],"v":[[-12.371,-7.27],[-9.77,60.525],[7.513,63.918],[39.066,63.118],[65.841,77.352],[42.966,33.561],[11.952,-24.178],[-10.181,-39.006],[-5.294,-21.689]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[{"i":[[12.442,-1.857],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[5.082,7.818],[7.715,-3.854],[6.873,1.01]],"o":[[-6.095,0.91],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-4.633,-7.127],[-4.285,6.146],[-18.173,-2.671]],"v":[[-12.371,-7.27],[-9.77,60.525],[7.513,63.918],[39.066,63.118],[65.841,77.352],[42.966,33.561],[11.952,-24.178],[-10.181,-39.006],[-5.294,-21.689]]}],"e":[{"i":[[10.763,-6.512],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[5.082,7.818],[7.715,-3.854],[8.827,0.329]],"o":[[-10.595,6.41],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-4.633,-7.127],[-4.285,6.146],[-20.94,-0.78]],"v":[[-0.371,4.73],[0.23,65.025],[7.513,63.918],[39.066,63.118],[65.841,77.352],[42.967,33.561],[23.452,-0.178],[1.819,-32.006],[3.206,-7.189]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":49,"s":[{"i":[[10.763,-6.512],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[5.082,7.818],[7.715,-3.854],[8.827,0.329]],"o":[[-10.595,6.41],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-4.633,-7.127],[-4.285,6.146],[-20.94,-0.78]],"v":[[-0.371,4.73],[0.23,65.025],[7.513,63.918],[39.066,63.118],[65.841,77.352],[42.967,33.561],[23.452,-0.178],[1.819,-32.006],[3.206,-7.189]]}],"e":[{"i":[[-5.095,-19.59],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[7.226,5.894],[4.215,-1.854],[3.878,-7.726]],"o":[[3.117,11.984],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-9.418,-7.682],[-6.785,1.646],[-2.173,4.329]],"v":[[14.129,37.73],[-0.77,89.525],[26.012,99.918],[39.066,63.118],[65.841,77.352],[53.467,53.061],[29.452,7.822],[21.319,17.994],[-0.294,12.311]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":53,"s":[{"i":[[-5.095,-19.59],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[7.226,5.894],[4.215,-1.854],[3.878,-7.726]],"o":[[3.117,11.984],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-9.418,-7.682],[-6.785,1.646],[-2.173,4.329]],"v":[[14.129,37.73],[-0.77,89.525],[26.012,99.918],[39.066,63.118],[65.841,77.352],[53.467,53.061],[29.452,7.822],[21.319,17.994],[-0.294,12.311]]}],"e":[{"i":[[6.905,-16.09],[-7.197,-36.385],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[6.825,6.354],[12.715,-18.354],[4.883,-2.449]],"o":[[-4.883,11.38],[1.898,9.597],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-3.418,-3.182],[-3.285,6.146],[-4.33,2.171]],"v":[[14.629,124.73],[21.73,166.025],[45.513,138.418],[68.566,128.618],[99.841,144.852],[114.966,134.561],[103.952,117.322],[74.818,91.994],[47.206,105.811]]}]},{"t":55}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[91,89,130,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[122.421,128.515]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 8"}],"bounds":{"l":80,"t":86,"b":296,"r":239},"ip":35,"op":72,"st":35},{"ddd":0,"ind":3,"ty":4,"nm":"O2 7","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[121.376,164.514,0]},"a":{"k":[90.33,96.669,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[{"i":[[-0.845,0.16],[-0.947,-0.135],[-1.979,-2.778],[3.259,0.883],[-5.808,1.788],[2.317,-0.171],[1.462,-1.617],[0.215,-0.604],[-1.13,-0.345]],"o":[[2.632,-0.384],[0.981,0.399],[1.271,1.472],[-4.532,-1.228],[3.442,-3.462],[-4.725,0.349],[-1.418,1.568],[0.965,2.146],[0.577,0.329]],"v":[[-27.371,-29.27],[-23.019,-30.475],[-18.488,-27.582],[-17.185,-30.882],[-16.159,-35.148],[-21.534,-36.439],[-30.548,-33.428],[-32.431,-30.006],[-30.794,-27.189]]}],"e":[{"i":[[-5.501,-0.331],[-2.023,-2.064],[-2.729,-0.278],[-5.532,0.772],[-2.308,3.788],[-0.098,5.39],[7.401,-0.844],[1.137,-1.492],[-0.636,-0.996]],"o":[[2.655,0.16],[3.053,3.115],[4.521,1.472],[3.752,-0.524],[1.942,-3.962],[0.067,-3.671],[-7.168,0.818],[-2.035,1.396],[1.327,2.079]],"v":[[-25.871,-30.77],[-16.769,-27.475],[-11.988,-17.082],[-5.935,-23.632],[-5.659,-31.148],[0.216,-35.939],[-20.048,-38.928],[-32.931,-33.256],[-34.794,-28.189]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[{"i":[[-5.501,-0.331],[-2.023,-2.064],[-2.729,-0.278],[-5.532,0.772],[-2.308,3.788],[-0.098,5.39],[7.401,-0.844],[1.137,-1.492],[-0.636,-0.996]],"o":[[2.655,0.16],[3.053,3.115],[4.521,1.472],[3.752,-0.524],[1.942,-3.962],[0.067,-3.671],[-7.168,0.818],[-2.035,1.396],[1.327,2.079]],"v":[[-25.871,-30.77],[-16.769,-27.475],[-11.988,-17.082],[-5.935,-23.632],[-5.659,-31.148],[0.216,-35.939],[-20.048,-38.928],[-32.931,-33.256],[-34.794,-28.189]]}],"e":[{"i":[[-4.345,-2.84],[-1.947,-7.635],[-3.979,-4.278],[-11.032,-2.978],[-3.558,5.038],[10.567,12.579],[7.332,1.318],[7.011,-2.729],[-1.18,0.056]],"o":[[4.975,3.252],[2.071,8.123],[15.354,0],[11.593,3.13],[5.442,-4.962],[-8.351,-9.941],[-11.227,-2.018],[-4.785,3.646],[3.577,-0.171]],"v":[[-23.121,-24.02],[-13.019,-5.225],[-7.487,19.418],[6.065,5.618],[18.091,-9.398],[25.466,-23.939],[-0.798,-38.678],[-31.181,-37.506],[-38.044,-29.189]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[{"i":[[-4.345,-2.84],[-1.947,-7.635],[-3.979,-4.278],[-11.032,-2.978],[-3.558,5.038],[10.567,12.579],[7.332,1.318],[7.011,-2.729],[-1.18,0.056]],"o":[[4.975,3.252],[2.071,8.123],[15.354,0],[11.593,3.13],[5.442,-4.962],[-8.351,-9.941],[-11.227,-2.018],[-4.785,3.646],[3.577,-0.171]],"v":[[-23.121,-24.02],[-13.019,-5.225],[-7.487,19.418],[6.065,5.618],[18.091,-9.398],[25.466,-23.939],[-0.798,-38.678],[-31.181,-37.506],[-38.044,-29.189]]}],"e":[{"i":[[-2.369,-4.349],[-0.241,-5.938],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.179,2.63],[17.609,7.05],[7.011,-2.729],[-1.181,-0.04]],"o":[[2.843,5.219],[0.659,16.26],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-7.76,-17.308],[-10.59,-4.24],[-10.41,5.396],[6.387,0.216]],"v":[[-20.621,-21.52],[-17.019,-4.225],[-19.987,44.418],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[1.702,-40.178],[-33.681,-38.506],[-38.544,-28.689]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35,"s":[{"i":[[-2.369,-4.349],[-0.241,-5.938],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.179,2.63],[17.609,7.05],[7.011,-2.729],[-1.181,-0.04]],"o":[[2.843,5.219],[0.659,16.26],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-7.76,-17.308],[-10.59,-4.24],[-10.41,5.396],[6.387,0.216]],"v":[[-20.621,-21.52],[-17.019,-4.225],[-19.987,44.418],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[1.702,-40.178],[-33.681,-38.506],[-38.544,-28.689]]}],"e":[{"i":[[-0.595,-7.59],[-1.947,-9.635],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[2.505,1.425],[14.832,13.068],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[3.223,15.951],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-15.683,-8.921],[-8.559,-7.541],[-10.41,5.396],[6.369,-0.533]],"v":[[-20.621,-21.52],[-22.02,3.025],[-19.987,46.918],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[4.952,-37.678],[-33.681,-38.506],[-37.044,-29.939]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37,"s":[{"i":[[-0.595,-7.59],[-1.947,-9.635],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[2.505,1.425],[14.832,13.068],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[3.223,15.951],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-15.683,-8.921],[-8.559,-7.541],[-10.41,5.396],[6.369,-0.533]],"v":[[-20.621,-21.52],[-22.02,3.025],[-19.987,46.918],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[4.952,-37.678],[-33.681,-38.506],[-37.044,-29.939]]}],"e":[{"i":[[-0.595,-7.59],[1.553,-9.385],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.101,2.664],[15.832,8.818],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[-2.657,16.055],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-6.683,-16.171],[-9.966,-5.551],[-10.41,5.396],[6.369,-0.533]],"v":[[-22.871,-20.77],[-18.77,3.525],[-19.987,46.918],[17.065,34.118],[44.841,10.852],[36.966,0.061],[4.952,-37.678],[-31.681,-38.506],[-36.294,-29.689]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39,"s":[{"i":[[-0.595,-7.59],[1.553,-9.385],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.101,2.664],[15.832,8.818],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[-2.657,16.055],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-6.683,-16.171],[-9.966,-5.551],[-10.41,5.396],[6.369,-0.533]],"v":[[-22.871,-20.77],[-18.77,3.525],[-19.987,46.918],[17.065,34.118],[44.841,10.852],[36.966,0.061],[4.952,-37.678],[-31.681,-38.506],[-36.294,-29.689]]}],"e":[{"i":[[-2.369,-4.349],[-0.241,-5.938],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.179,2.63],[17.609,7.05],[7.011,-2.729],[-1.181,-0.04]],"o":[[2.843,5.219],[0.659,16.26],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-7.76,-17.308],[-10.59,-4.24],[-10.41,5.396],[6.387,0.216]],"v":[[-20.621,-21.52],[-17.019,-4.225],[-19.987,44.418],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[1.702,-40.178],[-33.681,-38.506],[-38.544,-28.689]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41,"s":[{"i":[[-2.369,-4.349],[-0.241,-5.938],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.179,2.63],[17.609,7.05],[7.011,-2.729],[-1.181,-0.04]],"o":[[2.843,5.219],[0.659,16.26],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-7.76,-17.308],[-10.59,-4.24],[-10.41,5.396],[6.387,0.216]],"v":[[-20.621,-21.52],[-17.019,-4.225],[-19.987,44.418],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[1.702,-40.178],[-33.681,-38.506],[-38.544,-28.689]]}],"e":[{"i":[[-0.595,-7.59],[-1.947,-9.635],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[2.505,1.425],[14.832,13.068],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[3.223,15.951],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-15.683,-8.921],[-8.559,-7.541],[-10.41,5.396],[6.369,-0.533]],"v":[[-20.621,-21.52],[-22.02,3.025],[-19.987,46.918],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[4.952,-37.678],[-33.681,-38.506],[-37.044,-29.939]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":43,"s":[{"i":[[-0.595,-7.59],[-1.947,-9.635],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[2.505,1.425],[14.832,13.068],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[3.223,15.951],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-15.683,-8.921],[-8.559,-7.541],[-10.41,5.396],[6.369,-0.533]],"v":[[-20.621,-21.52],[-22.02,3.025],[-19.987,46.918],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[4.952,-37.678],[-33.681,-38.506],[-37.044,-29.939]]}],"e":[{"i":[[-0.595,-7.59],[1.553,-9.385],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.101,2.664],[15.832,8.818],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[-2.657,16.055],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-6.683,-16.171],[-9.966,-5.551],[-10.41,5.396],[6.369,-0.533]],"v":[[-22.871,-20.77],[-18.77,3.525],[-19.987,46.918],[17.065,34.118],[44.841,10.852],[36.966,0.061],[4.952,-37.678],[-31.681,-38.506],[-36.294,-29.689]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45,"s":[{"i":[[-0.595,-7.59],[1.553,-9.385],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.101,2.664],[15.832,8.818],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[-2.657,16.055],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-6.683,-16.171],[-9.966,-5.551],[-10.41,5.396],[6.369,-0.533]],"v":[[-22.871,-20.77],[-18.77,3.525],[-19.987,46.918],[17.065,34.118],[44.841,10.852],[36.966,0.061],[4.952,-37.678],[-31.681,-38.506],[-36.294,-29.689]]}],"e":[{"i":[[-0.595,-7.59],[-1.947,-9.635],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[2.505,1.425],[14.832,13.068],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[3.223,15.951],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-15.683,-8.921],[-8.559,-7.541],[-10.41,5.396],[6.369,-0.533]],"v":[[-20.621,-21.52],[-22.02,3.025],[-19.987,46.918],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[4.952,-37.678],[-33.681,-38.506],[-37.044,-29.939]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[{"i":[[-0.595,-7.59],[-1.947,-9.635],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[2.505,1.425],[14.832,13.068],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[3.223,15.951],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-15.683,-8.921],[-8.559,-7.541],[-10.41,5.396],[6.369,-0.533]],"v":[[-20.621,-21.52],[-22.02,3.025],[-19.987,46.918],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[4.952,-37.678],[-33.681,-38.506],[-37.044,-29.939]]}],"e":[{"i":[[12.442,-1.857],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[5.082,7.818],[7.715,-3.854],[6.873,1.01]],"o":[[-6.095,0.91],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-4.633,-7.127],[-4.285,6.146],[-18.173,-2.671]],"v":[[-12.371,-7.27],[-9.77,60.525],[7.513,63.918],[39.066,63.118],[65.841,77.352],[42.966,33.561],[11.952,-24.178],[-10.181,-39.006],[-5.294,-21.689]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":50,"s":[{"i":[[12.442,-1.857],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[5.082,7.818],[7.715,-3.854],[6.873,1.01]],"o":[[-6.095,0.91],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-4.633,-7.127],[-4.285,6.146],[-18.173,-2.671]],"v":[[-12.371,-7.27],[-9.77,60.525],[7.513,63.918],[39.066,63.118],[65.841,77.352],[42.966,33.561],[11.952,-24.178],[-10.181,-39.006],[-5.294,-21.689]]}],"e":[{"i":[[10.763,-6.512],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[5.082,7.818],[7.715,-3.854],[8.827,0.329]],"o":[[-10.595,6.41],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-4.633,-7.127],[-4.285,6.146],[-20.94,-0.78]],"v":[[-0.371,4.73],[0.23,65.025],[7.513,63.918],[39.066,63.118],[65.841,77.352],[42.967,33.561],[23.452,-0.178],[1.819,-32.006],[3.206,-7.189]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52,"s":[{"i":[[10.763,-6.512],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[5.082,7.818],[7.715,-3.854],[8.827,0.329]],"o":[[-10.595,6.41],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-4.633,-7.127],[-4.285,6.146],[-20.94,-0.78]],"v":[[-0.371,4.73],[0.23,65.025],[7.513,63.918],[39.066,63.118],[65.841,77.352],[42.967,33.561],[23.452,-0.178],[1.819,-32.006],[3.206,-7.189]]}],"e":[{"i":[[-5.095,-19.59],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[6.618,-0.616],[4.215,-1.854],[4.43,-7.423]],"o":[[3.117,11.984],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-3.418,0.318],[-4.785,3.146],[-4.673,7.829]],"v":[[29.629,84.23],[15.73,119.025],[42.512,129.418],[55.566,92.618],[82.341,106.852],[65.466,67.061],[46.452,37.822],[31.319,32.494],[30.206,49.811]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":55,"s":[{"i":[[-5.095,-19.59],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[6.618,-0.616],[4.215,-1.854],[4.43,-7.423]],"o":[[3.117,11.984],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-3.418,0.318],[-4.785,3.146],[-4.673,7.829]],"v":[[29.629,84.23],[15.73,119.025],[42.512,129.418],[55.566,92.618],[82.341,106.852],[65.466,67.061],[46.452,37.822],[31.319,32.494],[30.206,49.811]]}],"e":[{"i":[[-5.095,-19.59],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[7.226,5.894],[4.215,-1.854],[3.878,-7.726]],"o":[[3.117,11.984],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-9.418,-7.682],[-5.285,5.646],[-2.173,4.329]],"v":[[38.129,104.23],[28.73,136.025],[55.512,146.418],[68.566,109.618],[95.341,123.852],[82.967,99.561],[67.452,80.322],[56.319,71.494],[52.206,82.311]]}]},{"t":56}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[122.421,128.515]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 8"}],"bounds":{"l":80,"t":86,"b":275,"r":220},"ip":29,"op":72,"st":29},{"ddd":0,"ind":4,"ty":4,"nm":"O2 12","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.876,167.014,0]},"a":{"k":[92.83,99.169,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":49,"s":[{"i":[[-4.893,5.898],[-11.523,-0.558],[-11.589,1.024],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[19.975,0.967],[17.667,-1.562],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-73.687,30.765],[-27.35,30.316],[38.708,25.345],[106.26,19.062],[93.432,53.034],[-41.876,49.2]]}],"e":[{"i":[[-4.893,5.898],[-10.811,-4.028],[-11.014,3.747],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[35.475,13.218],[49.417,-16.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-78.687,12.765],[-32.35,12.316],[39.708,-1.655],[108.26,3.062],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":53,"s":[{"i":[[-4.893,5.898],[-10.811,-4.028],[-11.014,3.747],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[35.475,13.218],[49.417,-16.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-78.687,12.765],[-32.35,12.316],[39.708,-1.655],[108.26,3.062],[93.432,53.034],[-41.876,49.2]]}],"e":[{"i":[[-4.893,5.898],[-22.525,-0.782],[-11.014,3.747],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[37.834,1.314],[49.417,-16.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-85.687,-14.235],[-33.35,-12.684],[45.708,-28.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":57,"s":[{"i":[[-4.893,5.898],[-22.525,-0.782],[-11.014,3.747],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[37.834,1.314],[49.417,-16.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-85.687,-14.235],[-33.35,-12.684],[45.708,-28.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}],"e":[{"i":[[-4.893,5.898],[-21.798,-5.73],[-41.583,-6.812],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[46.475,12.217],[53.189,8.713],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-94.687,-26.235],[-45.35,-33.684],[50.708,-44.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":61,"s":[{"i":[[-4.893,5.898],[-21.798,-5.73],[-41.583,-6.812],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[46.475,12.217],[53.189,8.713],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-94.687,-26.235],[-45.35,-33.684],[50.708,-44.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}],"e":[{"i":[[-4.893,5.898],[-17.302,14.445],[-34.181,24.642],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[34.475,-28.782],[34.417,-24.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-99.687,-65.235],[-41.35,-60.684],[60.708,-74.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":65,"s":[{"i":[[-4.893,5.898],[-17.302,14.445],[-34.181,24.642],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[34.475,-28.782],[34.417,-24.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-99.687,-65.235],[-41.35,-60.684],[60.708,-74.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}],"e":[{"i":[[-4.893,5.898],[-21.475,-6.844],[-40.914,-10.079],[-10.385,-1.778],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[41.475,13.218],[45.417,11.188],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-101.687,-82.235],[-42.35,-99.684],[50.708,-111.655],[115.26,-127.938],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":69,"s":[{"i":[[-4.893,5.898],[-21.475,-6.844],[-40.914,-10.079],[-10.385,-1.778],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[41.475,13.218],[45.417,11.188],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-101.687,-82.235],[-42.35,-99.684],[50.708,-111.655],[115.26,-127.938],[93.432,53.034],[-41.876,49.2]]}],"e":[{"i":[[-4.893,5.898],[-17.768,13.867],[-29.556,30.034],[-10.385,-1.778],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[30.475,-23.782],[24.417,-24.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-101.687,-82.235],[-58.35,-123.684],[50.708,-144.655],[115.26,-127.938],[93.432,53.034],[-41.876,49.2]]}]},{"t":73}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[92.83,145.621]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 6"}],"bounds":{"l":-10,"t":-8,"b":204,"r":210},"ip":49,"op":72,"st":41},{"ddd":0,"ind":5,"ty":4,"nm":"O2 11","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[118.376,161.014,0]},"a":{"k":[92.83,99.169,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41,"s":[{"i":[[-0.845,0.16],[-0.947,-0.135],[-1.979,-2.778],[3.259,0.883],[-5.808,1.788],[2.317,-0.171],[1.462,-1.617],[0.215,-0.604],[-1.13,-0.345]],"o":[[2.632,-0.384],[0.981,0.399],[1.271,1.472],[-4.532,-1.228],[3.442,-3.462],[-4.725,0.349],[-1.418,1.568],[0.965,2.146],[0.577,0.329]],"v":[[-27.371,-29.27],[-23.019,-30.475],[-18.488,-27.582],[-17.185,-30.882],[-16.159,-35.148],[-21.534,-36.439],[-30.548,-33.428],[-32.431,-30.006],[-30.794,-27.189]]}],"e":[{"i":[[-5.501,-0.331],[-2.023,-2.064],[-2.729,-0.278],[-5.532,0.772],[-2.308,3.788],[-0.098,5.39],[7.401,-0.844],[1.137,-1.492],[-0.636,-0.996]],"o":[[2.655,0.16],[3.053,3.115],[4.521,1.472],[3.752,-0.524],[1.942,-3.962],[0.067,-3.671],[-7.168,0.818],[-2.035,1.396],[1.327,2.079]],"v":[[-25.871,-30.77],[-16.769,-27.475],[-11.988,-17.082],[-5.935,-23.632],[-5.659,-31.148],[0.216,-35.939],[-20.048,-38.928],[-32.931,-33.256],[-34.794,-28.189]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":43,"s":[{"i":[[-5.501,-0.331],[-2.023,-2.064],[-2.729,-0.278],[-5.532,0.772],[-2.308,3.788],[-0.098,5.39],[7.401,-0.844],[1.137,-1.492],[-0.636,-0.996]],"o":[[2.655,0.16],[3.053,3.115],[4.521,1.472],[3.752,-0.524],[1.942,-3.962],[0.067,-3.671],[-7.168,0.818],[-2.035,1.396],[1.327,2.079]],"v":[[-25.871,-30.77],[-16.769,-27.475],[-11.988,-17.082],[-5.935,-23.632],[-5.659,-31.148],[0.216,-35.939],[-20.048,-38.928],[-32.931,-33.256],[-34.794,-28.189]]}],"e":[{"i":[[-4.345,-2.84],[-1.947,-7.635],[-3.979,-4.278],[-11.032,-2.978],[-3.558,5.038],[10.567,12.579],[7.332,1.318],[7.011,-2.729],[-1.18,0.056]],"o":[[4.975,3.252],[2.071,8.123],[15.354,0],[11.593,3.13],[5.442,-4.962],[-8.351,-9.941],[-11.227,-2.018],[-4.785,3.646],[3.577,-0.171]],"v":[[-23.121,-24.02],[-13.019,-5.225],[-7.487,19.418],[6.065,5.618],[18.091,-9.398],[25.466,-23.939],[-0.798,-38.678],[-31.181,-37.506],[-38.044,-29.189]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45,"s":[{"i":[[-4.345,-2.84],[-1.947,-7.635],[-3.979,-4.278],[-11.032,-2.978],[-3.558,5.038],[10.567,12.579],[7.332,1.318],[7.011,-2.729],[-1.18,0.056]],"o":[[4.975,3.252],[2.071,8.123],[15.354,0],[11.593,3.13],[5.442,-4.962],[-8.351,-9.941],[-11.227,-2.018],[-4.785,3.646],[3.577,-0.171]],"v":[[-23.121,-24.02],[-13.019,-5.225],[-7.487,19.418],[6.065,5.618],[18.091,-9.398],[25.466,-23.939],[-0.798,-38.678],[-31.181,-37.506],[-38.044,-29.189]]}],"e":[{"i":[[-2.369,-4.349],[-0.241,-5.938],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.179,2.63],[17.609,7.05],[7.011,-2.729],[-1.181,-0.04]],"o":[[2.843,5.219],[0.659,16.26],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-7.76,-17.308],[-10.59,-4.24],[-10.41,5.396],[6.387,0.216]],"v":[[-20.621,-21.52],[-17.019,-4.225],[-19.987,44.418],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[1.702,-40.178],[-33.681,-38.506],[-38.544,-28.689]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[{"i":[[-2.369,-4.349],[-0.241,-5.938],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.179,2.63],[17.609,7.05],[7.011,-2.729],[-1.181,-0.04]],"o":[[2.843,5.219],[0.659,16.26],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-7.76,-17.308],[-10.59,-4.24],[-10.41,5.396],[6.387,0.216]],"v":[[-20.621,-21.52],[-17.019,-4.225],[-19.987,44.418],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[1.702,-40.178],[-33.681,-38.506],[-38.544,-28.689]]}],"e":[{"i":[[-0.595,-7.59],[-1.947,-9.635],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[2.505,1.425],[14.832,13.068],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[3.223,15.951],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-15.683,-8.921],[-8.559,-7.541],[-10.41,5.396],[6.369,-0.533]],"v":[[-20.621,-21.52],[-22.02,3.025],[-19.987,46.918],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[4.952,-37.678],[-33.681,-38.506],[-37.044,-29.939]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":49,"s":[{"i":[[-0.595,-7.59],[-1.947,-9.635],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[2.505,1.425],[14.832,13.068],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[3.223,15.951],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-15.683,-8.921],[-8.559,-7.541],[-10.41,5.396],[6.369,-0.533]],"v":[[-20.621,-21.52],[-22.02,3.025],[-19.987,46.918],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[4.952,-37.678],[-33.681,-38.506],[-37.044,-29.939]]}],"e":[{"i":[[12.442,-1.857],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[5.082,7.818],[7.715,-3.854],[6.873,1.01]],"o":[[-6.095,0.91],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-4.633,-7.127],[-4.285,6.146],[-18.173,-2.671]],"v":[[-12.371,-7.27],[-9.77,60.525],[7.513,63.918],[39.066,63.118],[65.841,77.352],[42.966,33.561],[11.952,-24.178],[-10.181,-39.006],[-5.294,-21.689]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":51,"s":[{"i":[[12.442,-1.857],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[5.082,7.818],[7.715,-3.854],[6.873,1.01]],"o":[[-6.095,0.91],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-4.633,-7.127],[-4.285,6.146],[-18.173,-2.671]],"v":[[-12.371,-7.27],[-9.77,60.525],[7.513,63.918],[39.066,63.118],[65.841,77.352],[42.966,33.561],[11.952,-24.178],[-10.181,-39.006],[-5.294,-21.689]]}],"e":[{"i":[[10.763,-6.512],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[5.082,7.818],[7.715,-3.854],[8.827,0.329]],"o":[[-10.595,6.41],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-4.633,-7.127],[-4.285,6.146],[-20.94,-0.78]],"v":[[-0.371,4.73],[0.23,65.025],[7.513,63.918],[39.066,63.118],[65.841,77.352],[42.967,33.561],[23.452,-0.178],[1.819,-32.006],[3.206,-7.189]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":53,"s":[{"i":[[10.763,-6.512],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[5.082,7.818],[7.715,-3.854],[8.827,0.329]],"o":[[-10.595,6.41],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-4.633,-7.127],[-4.285,6.146],[-20.94,-0.78]],"v":[[-0.371,4.73],[0.23,65.025],[7.513,63.918],[39.066,63.118],[65.841,77.352],[42.967,33.561],[23.452,-0.178],[1.819,-32.006],[3.206,-7.189]]}],"e":[{"i":[[-5.095,-19.59],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[7.226,5.894],[4.215,-1.854],[3.878,-7.726]],"o":[[3.117,11.984],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-9.418,-7.682],[-6.785,1.646],[-2.173,4.329]],"v":[[14.129,37.73],[-0.77,89.525],[26.012,99.918],[39.066,63.118],[65.841,77.352],[53.467,53.061],[29.452,7.822],[21.319,17.994],[-0.294,12.311]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56,"s":[{"i":[[-5.095,-19.59],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[7.226,5.894],[4.215,-1.854],[3.878,-7.726]],"o":[[3.117,11.984],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-9.418,-7.682],[-6.785,1.646],[-2.173,4.329]],"v":[[14.129,37.73],[-0.77,89.525],[26.012,99.918],[39.066,63.118],[65.841,77.352],[53.467,53.061],[29.452,7.822],[21.319,17.994],[-0.294,12.311]]}],"e":[{"i":[[-5.095,-19.59],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[7.226,5.894],[4.215,-1.854],[3.878,-7.726]],"o":[[3.117,11.984],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-9.418,-7.682],[-5.285,5.646],[-2.173,4.329]],"v":[[29.629,87.73],[20.23,119.525],[47.012,129.918],[60.066,93.118],[86.841,107.352],[74.467,83.061],[58.952,63.822],[47.819,54.994],[43.706,65.811]]}]},{"t":57}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[122.921,131.015]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 8"}],"bounds":{"l":81,"t":88,"b":261,"r":212},"ip":41,"op":73,"st":41},{"ddd":0,"ind":6,"ty":4,"nm":"O2 8","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.376,164.514,0]},"a":{"k":[92.83,99.169,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37,"s":[{"i":[[-4.893,5.898],[-11.523,-0.558],[-11.589,1.024],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[19.975,0.967],[17.667,-1.562],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-73.687,30.765],[-27.35,30.316],[38.708,25.345],[106.26,19.062],[93.432,53.034],[-41.876,49.2]]}],"e":[{"i":[[-4.893,5.898],[-10.811,-4.028],[-11.014,3.747],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[35.475,13.218],[49.417,-16.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-78.687,12.765],[-32.35,12.316],[39.708,-1.655],[108.26,3.062],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41,"s":[{"i":[[-4.893,5.898],[-10.811,-4.028],[-11.014,3.747],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[35.475,13.218],[49.417,-16.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-78.687,12.765],[-32.35,12.316],[39.708,-1.655],[108.26,3.062],[93.432,53.034],[-41.876,49.2]]}],"e":[{"i":[[-4.893,5.898],[-22.525,-0.782],[-11.014,3.747],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[37.834,1.314],[49.417,-16.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-85.687,-14.235],[-33.35,-12.684],[45.708,-28.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45,"s":[{"i":[[-4.893,5.898],[-22.525,-0.782],[-11.014,3.747],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[37.834,1.314],[49.417,-16.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-85.687,-14.235],[-33.35,-12.684],[45.708,-28.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}],"e":[{"i":[[-4.893,5.898],[-21.798,-5.73],[-41.583,-6.812],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[46.475,12.217],[53.189,8.713],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-94.687,-26.235],[-45.35,-33.684],[50.708,-44.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":49,"s":[{"i":[[-4.893,5.898],[-21.798,-5.73],[-41.583,-6.812],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[46.475,12.217],[53.189,8.713],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-94.687,-26.235],[-45.35,-33.684],[50.708,-44.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}],"e":[{"i":[[-4.893,5.898],[-17.302,14.445],[-34.181,24.642],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[34.475,-28.782],[34.417,-24.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-99.687,-65.235],[-41.35,-60.684],[60.708,-74.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":53,"s":[{"i":[[-4.893,5.898],[-17.302,14.445],[-34.181,24.642],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[34.475,-28.782],[34.417,-24.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-99.687,-65.235],[-41.35,-60.684],[60.708,-74.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}],"e":[{"i":[[-4.893,5.898],[-21.475,-6.844],[-40.914,-10.079],[-10.385,-1.778],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[41.475,13.218],[45.417,11.188],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-101.687,-82.235],[-42.35,-99.684],[50.708,-111.655],[115.26,-127.938],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":57,"s":[{"i":[[-4.893,5.898],[-21.475,-6.844],[-40.914,-10.079],[-10.385,-1.778],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[41.475,13.218],[45.417,11.188],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-101.687,-82.235],[-42.35,-99.684],[50.708,-111.655],[115.26,-127.938],[93.432,53.034],[-41.876,49.2]]}],"e":[{"i":[[-4.893,5.898],[-17.768,13.867],[-29.556,30.034],[-10.385,-1.778],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[30.475,-23.782],[24.417,-24.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-101.687,-82.235],[-58.35,-123.684],[50.708,-144.655],[115.26,-127.938],[93.432,53.034],[-41.876,49.2]]}]},{"t":61}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[92.83,145.621]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 6"}],"bounds":{"l":-10,"t":-8,"b":204,"r":210},"ip":37,"op":72,"st":29},{"ddd":0,"ind":7,"ty":4,"nm":"O2 10","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.376,164.514,0]},"a":{"k":[92.83,99.169,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":43,"s":[{"i":[[-4.893,5.898],[-11.523,-0.558],[-11.589,1.024],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[19.975,0.967],[17.667,-1.562],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-73.687,30.765],[-27.35,30.316],[38.708,25.345],[106.26,19.062],[93.432,53.034],[-41.876,49.2]]}],"e":[{"i":[[-4.893,5.898],[-10.811,-4.028],[-11.014,3.747],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[35.475,13.218],[49.417,-16.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-78.687,12.765],[-32.35,12.316],[39.708,-1.655],[108.26,3.062],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[{"i":[[-4.893,5.898],[-10.811,-4.028],[-11.014,3.747],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[35.475,13.218],[49.417,-16.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-78.687,12.765],[-32.35,12.316],[39.708,-1.655],[108.26,3.062],[93.432,53.034],[-41.876,49.2]]}],"e":[{"i":[[-4.893,5.898],[-22.525,-0.782],[-11.014,3.747],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[37.834,1.314],[49.417,-16.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-85.687,-14.235],[-33.35,-12.684],[45.708,-28.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":51,"s":[{"i":[[-4.893,5.898],[-22.525,-0.782],[-11.014,3.747],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[37.834,1.314],[49.417,-16.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-85.687,-14.235],[-33.35,-12.684],[45.708,-28.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}],"e":[{"i":[[-4.893,5.898],[-21.798,-5.73],[-41.583,-6.812],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[46.475,12.217],[53.189,8.713],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-94.687,-26.235],[-45.35,-33.684],[50.708,-44.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":55,"s":[{"i":[[-4.893,5.898],[-21.798,-5.73],[-41.583,-6.812],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[46.475,12.217],[53.189,8.713],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-94.687,-26.235],[-45.35,-33.684],[50.708,-44.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}],"e":[{"i":[[-4.893,5.898],[-17.302,14.445],[-34.181,24.642],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[34.475,-28.782],[34.417,-24.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-99.687,-65.235],[-41.35,-60.684],[60.708,-74.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":59,"s":[{"i":[[-4.893,5.898],[-17.302,14.445],[-34.181,24.642],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[34.475,-28.782],[34.417,-24.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-99.687,-65.235],[-41.35,-60.684],[60.708,-74.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}],"e":[{"i":[[-4.893,5.898],[-21.475,-6.844],[-40.914,-10.079],[-10.385,-1.778],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[41.475,13.218],[45.417,11.188],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-101.687,-82.235],[-42.35,-99.684],[50.708,-111.655],[115.26,-127.938],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":63,"s":[{"i":[[-4.893,5.898],[-21.475,-6.844],[-40.914,-10.079],[-10.385,-1.778],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[41.475,13.218],[45.417,11.188],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-101.687,-82.235],[-42.35,-99.684],[50.708,-111.655],[115.26,-127.938],[93.432,53.034],[-41.876,49.2]]}],"e":[{"i":[[-4.893,5.898],[-17.768,13.867],[-29.556,30.034],[-10.385,-1.778],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[30.475,-23.782],[24.417,-24.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-101.687,-82.235],[-58.35,-123.684],[50.708,-144.655],[115.26,-127.938],[93.432,53.034],[-41.876,49.2]]}]},{"t":67}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[91,89,130,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[92.83,145.621]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 6"}],"bounds":{"l":-10,"t":-8,"b":204,"r":210},"ip":43,"op":72,"st":35},{"ddd":0,"ind":8,"ty":4,"nm":"O2 6","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.876,167.014,0]},"a":{"k":[92.83,99.169,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[{"i":[[-4.893,5.898],[-11.523,-0.558],[-11.589,1.024],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[19.975,0.967],[17.667,-1.562],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-73.687,30.765],[-27.35,30.316],[38.708,25.345],[106.26,19.062],[93.432,53.034],[-41.876,49.2]]}],"e":[{"i":[[-4.893,5.898],[-10.811,-4.028],[-11.014,3.747],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[35.475,13.218],[49.417,-16.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-78.687,12.765],[-32.35,12.316],[39.708,-1.655],[108.26,3.062],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35,"s":[{"i":[[-4.893,5.898],[-10.811,-4.028],[-11.014,3.747],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[35.475,13.218],[49.417,-16.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-78.687,12.765],[-32.35,12.316],[39.708,-1.655],[108.26,3.062],[93.432,53.034],[-41.876,49.2]]}],"e":[{"i":[[-4.893,5.898],[-22.525,-0.782],[-11.014,3.747],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[37.834,1.314],[49.417,-16.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-85.687,-14.235],[-33.35,-12.684],[45.708,-28.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39,"s":[{"i":[[-4.893,5.898],[-22.525,-0.782],[-11.014,3.747],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[37.834,1.314],[49.417,-16.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-85.687,-14.235],[-33.35,-12.684],[45.708,-28.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}],"e":[{"i":[[-4.893,5.898],[-21.798,-5.73],[-41.583,-6.812],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[46.475,12.217],[53.189,8.713],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-94.687,-26.235],[-45.35,-33.684],[50.708,-44.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":43,"s":[{"i":[[-4.893,5.898],[-21.798,-5.73],[-41.583,-6.812],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[46.475,12.217],[53.189,8.713],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-94.687,-26.235],[-45.35,-33.684],[50.708,-44.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}],"e":[{"i":[[-4.893,5.898],[-17.302,14.445],[-34.181,24.642],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[34.475,-28.782],[34.417,-24.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-99.687,-65.235],[-41.35,-60.684],[60.708,-74.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[{"i":[[-4.893,5.898],[-17.302,14.445],[-34.181,24.642],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[34.475,-28.782],[34.417,-24.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-99.687,-65.235],[-41.35,-60.684],[60.708,-74.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}],"e":[{"i":[[-4.893,5.898],[-21.475,-6.844],[-40.914,-10.079],[-10.385,-1.778],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[41.475,13.218],[45.417,11.188],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-101.687,-82.235],[-42.35,-99.684],[50.708,-111.655],[115.26,-127.938],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":51,"s":[{"i":[[-4.893,5.898],[-21.475,-6.844],[-40.914,-10.079],[-10.385,-1.778],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[41.475,13.218],[45.417,11.188],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-101.687,-82.235],[-42.35,-99.684],[50.708,-111.655],[115.26,-127.938],[93.432,53.034],[-41.876,49.2]]}],"e":[{"i":[[-4.893,5.898],[-17.768,13.867],[-29.556,30.034],[-10.385,-1.778],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[30.475,-23.782],[24.417,-24.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-101.687,-82.235],[-58.35,-123.684],[50.708,-144.655],[115.26,-127.938],[93.432,53.034],[-41.876,49.2]]}]},{"t":55}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[92.83,145.621]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 6"}],"bounds":{"l":-10,"t":-8,"b":204,"r":210},"ip":31,"op":72,"st":23},{"ddd":0,"ind":9,"ty":4,"nm":"O2 5","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.876,167.014,0]},"a":{"k":[92.83,99.169,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[-0.845,0.16],[-0.947,-0.135],[-1.979,-2.778],[3.259,0.883],[-5.808,1.788],[2.317,-0.171],[1.462,-1.617],[0.215,-0.604],[-1.13,-0.345]],"o":[[2.632,-0.384],[0.981,0.399],[1.271,1.472],[-4.532,-1.228],[3.442,-3.462],[-4.725,0.349],[-1.418,1.568],[0.965,2.146],[0.577,0.329]],"v":[[-27.371,-29.27],[-23.019,-30.475],[-18.488,-27.582],[-17.185,-30.882],[-16.159,-35.148],[-21.534,-36.439],[-30.548,-33.428],[-32.431,-30.006],[-30.794,-27.189]]}],"e":[{"i":[[-5.501,-0.331],[-2.023,-2.064],[-2.729,-0.278],[-5.532,0.772],[-2.308,3.788],[-0.098,5.39],[7.401,-0.844],[1.137,-1.492],[-0.636,-0.996]],"o":[[2.655,0.16],[3.053,3.115],[4.521,1.472],[3.752,-0.524],[1.942,-3.962],[0.067,-3.671],[-7.168,0.818],[-2.035,1.396],[1.327,2.079]],"v":[[-25.871,-30.77],[-16.769,-27.475],[-11.988,-17.082],[-5.935,-23.632],[-5.659,-31.148],[0.216,-35.939],[-20.048,-38.928],[-32.931,-33.256],[-34.794,-28.189]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[{"i":[[-5.501,-0.331],[-2.023,-2.064],[-2.729,-0.278],[-5.532,0.772],[-2.308,3.788],[-0.098,5.39],[7.401,-0.844],[1.137,-1.492],[-0.636,-0.996]],"o":[[2.655,0.16],[3.053,3.115],[4.521,1.472],[3.752,-0.524],[1.942,-3.962],[0.067,-3.671],[-7.168,0.818],[-2.035,1.396],[1.327,2.079]],"v":[[-25.871,-30.77],[-16.769,-27.475],[-11.988,-17.082],[-5.935,-23.632],[-5.659,-31.148],[0.216,-35.939],[-20.048,-38.928],[-32.931,-33.256],[-34.794,-28.189]]}],"e":[{"i":[[-4.345,-2.84],[-1.947,-7.635],[-3.979,-4.278],[-11.032,-2.978],[-3.558,5.038],[10.567,12.579],[7.332,1.318],[7.011,-2.729],[-1.18,0.056]],"o":[[4.975,3.252],[2.071,8.123],[15.354,0],[11.593,3.13],[5.442,-4.962],[-8.351,-9.941],[-11.227,-2.018],[-4.785,3.646],[3.577,-0.171]],"v":[[-23.121,-24.02],[-13.019,-5.225],[-7.487,19.418],[6.065,5.618],[18.091,-9.398],[25.466,-23.939],[-0.798,-38.678],[-31.181,-37.506],[-38.044,-29.189]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[{"i":[[-4.345,-2.84],[-1.947,-7.635],[-3.979,-4.278],[-11.032,-2.978],[-3.558,5.038],[10.567,12.579],[7.332,1.318],[7.011,-2.729],[-1.18,0.056]],"o":[[4.975,3.252],[2.071,8.123],[15.354,0],[11.593,3.13],[5.442,-4.962],[-8.351,-9.941],[-11.227,-2.018],[-4.785,3.646],[3.577,-0.171]],"v":[[-23.121,-24.02],[-13.019,-5.225],[-7.487,19.418],[6.065,5.618],[18.091,-9.398],[25.466,-23.939],[-0.798,-38.678],[-31.181,-37.506],[-38.044,-29.189]]}],"e":[{"i":[[-2.369,-4.349],[-0.241,-5.938],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.179,2.63],[17.609,7.05],[7.011,-2.729],[-1.181,-0.04]],"o":[[2.843,5.219],[0.659,16.26],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-7.76,-17.308],[-10.59,-4.24],[-10.41,5.396],[6.387,0.216]],"v":[[-20.621,-21.52],[-17.019,-4.225],[-19.987,44.418],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[1.702,-40.178],[-33.681,-38.506],[-38.544,-28.689]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[{"i":[[-2.369,-4.349],[-0.241,-5.938],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.179,2.63],[17.609,7.05],[7.011,-2.729],[-1.181,-0.04]],"o":[[2.843,5.219],[0.659,16.26],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-7.76,-17.308],[-10.59,-4.24],[-10.41,5.396],[6.387,0.216]],"v":[[-20.621,-21.52],[-17.019,-4.225],[-19.987,44.418],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[1.702,-40.178],[-33.681,-38.506],[-38.544,-28.689]]}],"e":[{"i":[[-0.595,-7.59],[-1.947,-9.635],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[2.505,1.425],[14.832,13.068],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[3.223,15.951],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-15.683,-8.921],[-8.559,-7.541],[-10.41,5.396],[6.369,-0.533]],"v":[[-20.621,-21.52],[-22.02,3.025],[-19.987,46.918],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[4.952,-37.678],[-33.681,-38.506],[-37.044,-29.939]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[{"i":[[-0.595,-7.59],[-1.947,-9.635],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[2.505,1.425],[14.832,13.068],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[3.223,15.951],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-15.683,-8.921],[-8.559,-7.541],[-10.41,5.396],[6.369,-0.533]],"v":[[-20.621,-21.52],[-22.02,3.025],[-19.987,46.918],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[4.952,-37.678],[-33.681,-38.506],[-37.044,-29.939]]}],"e":[{"i":[[-0.595,-7.59],[1.553,-9.385],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.101,2.664],[15.832,8.818],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[-2.657,16.055],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-6.683,-16.171],[-9.966,-5.551],[-10.41,5.396],[6.369,-0.533]],"v":[[-22.871,-20.77],[-18.77,3.525],[-19.987,46.918],[17.065,34.118],[44.841,10.852],[36.966,0.061],[4.952,-37.678],[-31.681,-38.506],[-36.294,-29.689]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[{"i":[[-0.595,-7.59],[1.553,-9.385],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.101,2.664],[15.832,8.818],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[-2.657,16.055],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-6.683,-16.171],[-9.966,-5.551],[-10.41,5.396],[6.369,-0.533]],"v":[[-22.871,-20.77],[-18.77,3.525],[-19.987,46.918],[17.065,34.118],[44.841,10.852],[36.966,0.061],[4.952,-37.678],[-31.681,-38.506],[-36.294,-29.689]]}],"e":[{"i":[[-2.369,-4.349],[-0.241,-5.938],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.179,2.63],[17.609,7.05],[7.011,-2.729],[-1.181,-0.04]],"o":[[2.843,5.219],[0.659,16.26],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-7.76,-17.308],[-10.59,-4.24],[-10.41,5.396],[6.387,0.216]],"v":[[-20.621,-21.52],[-17.019,-4.225],[-19.987,44.418],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[1.702,-40.178],[-33.681,-38.506],[-38.544,-28.689]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35,"s":[{"i":[[-2.369,-4.349],[-0.241,-5.938],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.179,2.63],[17.609,7.05],[7.011,-2.729],[-1.181,-0.04]],"o":[[2.843,5.219],[0.659,16.26],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-7.76,-17.308],[-10.59,-4.24],[-10.41,5.396],[6.387,0.216]],"v":[[-20.621,-21.52],[-17.019,-4.225],[-19.987,44.418],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[1.702,-40.178],[-33.681,-38.506],[-38.544,-28.689]]}],"e":[{"i":[[-0.595,-7.59],[-1.947,-9.635],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[2.505,1.425],[14.832,13.068],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[3.223,15.951],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-15.683,-8.921],[-8.559,-7.541],[-10.41,5.396],[6.369,-0.533]],"v":[[-20.621,-21.52],[-22.02,3.025],[-19.987,46.918],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[4.952,-37.678],[-33.681,-38.506],[-37.044,-29.939]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37,"s":[{"i":[[-0.595,-7.59],[-1.947,-9.635],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[2.505,1.425],[14.832,13.068],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[3.223,15.951],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-15.683,-8.921],[-8.559,-7.541],[-10.41,5.396],[6.369,-0.533]],"v":[[-20.621,-21.52],[-22.02,3.025],[-19.987,46.918],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[4.952,-37.678],[-33.681,-38.506],[-37.044,-29.939]]}],"e":[{"i":[[-0.595,-7.59],[1.553,-9.385],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.101,2.664],[15.832,8.818],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[-2.657,16.055],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-6.683,-16.171],[-9.966,-5.551],[-10.41,5.396],[6.369,-0.533]],"v":[[-22.871,-20.77],[-18.77,3.525],[-19.987,46.918],[17.065,34.118],[44.841,10.852],[36.966,0.061],[4.952,-37.678],[-31.681,-38.506],[-36.294,-29.689]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39,"s":[{"i":[[-0.595,-7.59],[1.553,-9.385],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.101,2.664],[15.832,8.818],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[-2.657,16.055],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-6.683,-16.171],[-9.966,-5.551],[-10.41,5.396],[6.369,-0.533]],"v":[[-22.871,-20.77],[-18.77,3.525],[-19.987,46.918],[17.065,34.118],[44.841,10.852],[36.966,0.061],[4.952,-37.678],[-31.681,-38.506],[-36.294,-29.689]]}],"e":[{"i":[[12.442,-1.857],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[5.082,7.818],[7.715,-3.854],[6.873,1.01]],"o":[[-6.095,0.91],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-4.633,-7.127],[-4.285,6.146],[-18.173,-2.671]],"v":[[-12.371,-7.27],[-9.77,60.525],[7.513,63.918],[39.066,63.118],[65.841,77.352],[42.966,33.561],[11.952,-24.178],[-10.181,-39.006],[-5.294,-21.689]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[{"i":[[12.442,-1.857],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[5.082,7.818],[7.715,-3.854],[6.873,1.01]],"o":[[-6.095,0.91],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-4.633,-7.127],[-4.285,6.146],[-18.173,-2.671]],"v":[[-12.371,-7.27],[-9.77,60.525],[7.513,63.918],[39.066,63.118],[65.841,77.352],[42.966,33.561],[11.952,-24.178],[-10.181,-39.006],[-5.294,-21.689]]}],"e":[{"i":[[10.763,-6.512],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[5.082,7.818],[7.715,-3.854],[8.827,0.329]],"o":[[-10.595,6.41],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-4.633,-7.127],[-4.285,6.146],[-20.94,-0.78]],"v":[[-0.371,4.73],[0.23,65.025],[7.513,63.918],[39.066,63.118],[65.841,77.352],[42.967,33.561],[23.452,-0.178],[1.819,-32.006],[3.206,-7.189]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":44,"s":[{"i":[[10.763,-6.512],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[5.082,7.818],[7.715,-3.854],[8.827,0.329]],"o":[[-10.595,6.41],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-4.633,-7.127],[-4.285,6.146],[-20.94,-0.78]],"v":[[-0.371,4.73],[0.23,65.025],[7.513,63.918],[39.066,63.118],[65.841,77.352],[42.967,33.561],[23.452,-0.178],[1.819,-32.006],[3.206,-7.189]]}],"e":[{"i":[[-5.095,-19.59],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[7.226,5.894],[4.215,-1.854],[3.878,-7.726]],"o":[[3.117,11.984],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-9.418,-7.682],[-6.785,1.646],[-2.173,4.329]],"v":[[14.129,37.73],[-0.77,89.525],[26.012,99.918],[39.066,63.118],[65.841,77.352],[53.467,53.061],[29.452,7.822],[21.319,17.994],[-0.294,12.311]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[{"i":[[-5.095,-19.59],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[7.226,5.894],[4.215,-1.854],[3.878,-7.726]],"o":[[3.117,11.984],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-9.418,-7.682],[-6.785,1.646],[-2.173,4.329]],"v":[[14.129,37.73],[-0.77,89.525],[26.012,99.918],[39.066,63.118],[65.841,77.352],[53.467,53.061],[29.452,7.822],[21.319,17.994],[-0.294,12.311]]}],"e":[{"i":[[-5.095,-19.59],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[7.226,5.894],[4.215,-1.854],[3.878,-7.726]],"o":[[3.117,11.984],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-9.418,-7.682],[-5.285,5.646],[-2.173,4.329]],"v":[[8.629,57.73],[-0.77,89.525],[26.012,99.918],[39.066,63.118],[65.841,77.352],[53.467,53.061],[37.952,33.822],[26.819,24.994],[22.706,35.811]]}]},{"t":48}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[122.921,131.015]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 8"}],"bounds":{"l":81,"t":88,"b":231,"r":191},"ip":23,"op":72,"st":23},{"ddd":0,"ind":10,"ty":4,"nm":"O2 4","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.876,167.014,0]},"a":{"k":[92.83,99.169,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[{"i":[[-4.893,5.898],[-11.523,-0.558],[-11.589,1.024],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[19.975,0.967],[17.667,-1.562],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-73.687,30.765],[-27.35,30.316],[38.708,25.345],[106.26,19.062],[93.432,53.034],[-41.876,49.2]]}],"e":[{"i":[[-4.893,5.898],[-10.811,-4.028],[-11.014,3.747],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[35.475,13.218],[49.417,-16.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-78.687,12.765],[-32.35,12.316],[39.708,-1.655],[108.26,3.062],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[{"i":[[-4.893,5.898],[-10.811,-4.028],[-11.014,3.747],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[35.475,13.218],[49.417,-16.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-78.687,12.765],[-32.35,12.316],[39.708,-1.655],[108.26,3.062],[93.432,53.034],[-41.876,49.2]]}],"e":[{"i":[[-4.893,5.898],[-22.525,-0.782],[-11.014,3.747],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[37.834,1.314],[49.417,-16.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-85.687,-14.235],[-33.35,-12.684],[45.708,-28.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[{"i":[[-4.893,5.898],[-22.525,-0.782],[-11.014,3.747],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[37.834,1.314],[49.417,-16.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-85.687,-14.235],[-33.35,-12.684],[45.708,-28.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}],"e":[{"i":[[-4.893,5.898],[-21.798,-5.73],[-41.583,-6.812],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[46.475,12.217],[53.189,8.713],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-94.687,-26.235],[-45.35,-33.684],[50.708,-44.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37,"s":[{"i":[[-4.893,5.898],[-21.798,-5.73],[-41.583,-6.812],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[46.475,12.217],[53.189,8.713],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-94.687,-26.235],[-45.35,-33.684],[50.708,-44.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}],"e":[{"i":[[-4.893,5.898],[-17.302,14.445],[-34.181,24.642],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[34.475,-28.782],[34.417,-24.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-99.687,-65.235],[-41.35,-60.684],[60.708,-74.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41,"s":[{"i":[[-4.893,5.898],[-17.302,14.445],[-34.181,24.642],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[34.475,-28.782],[34.417,-24.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-99.687,-65.235],[-41.35,-60.684],[60.708,-74.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}],"e":[{"i":[[-4.893,5.898],[-21.475,-6.844],[-40.914,-10.079],[-10.385,-1.778],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[41.475,13.218],[45.417,11.188],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-101.687,-82.235],[-42.35,-99.684],[50.708,-111.655],[115.26,-127.938],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45,"s":[{"i":[[-4.893,5.898],[-21.475,-6.844],[-40.914,-10.079],[-10.385,-1.778],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[41.475,13.218],[45.417,11.188],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-101.687,-82.235],[-42.35,-99.684],[50.708,-111.655],[115.26,-127.938],[93.432,53.034],[-41.876,49.2]]}],"e":[{"i":[[-4.893,5.898],[-17.768,13.867],[-29.556,30.034],[-10.385,-1.778],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[30.475,-23.782],[24.417,-24.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-101.687,-82.235],[-58.35,-123.684],[50.708,-144.655],[115.26,-127.938],[93.432,53.034],[-41.876,49.2]]}]},{"t":49}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[92.83,145.621]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 6"}],"bounds":{"l":-10,"t":-8,"b":204,"r":210},"ip":25,"op":72,"st":17},{"ddd":0,"ind":11,"ty":4,"nm":"O2 3","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.876,167.014,0]},"a":{"k":[92.83,99.169,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[-0.845,0.16],[-0.947,-0.135],[-1.979,-2.778],[3.259,0.883],[-5.808,1.788],[2.317,-0.171],[1.462,-1.617],[0.215,-0.604],[-1.13,-0.345]],"o":[[2.632,-0.384],[0.981,0.399],[1.271,1.472],[-4.532,-1.228],[3.442,-3.462],[-4.725,0.349],[-1.418,1.568],[0.965,2.146],[0.577,0.329]],"v":[[-27.371,-29.27],[-23.019,-30.475],[-18.488,-27.582],[-17.185,-30.882],[-16.159,-35.148],[-21.534,-36.439],[-30.548,-33.428],[-32.431,-30.006],[-30.794,-27.189]]}],"e":[{"i":[[-3.72,-0.09],[-2.023,-2.064],[-2.729,-0.278],[-5.532,0.772],[-2.308,3.788],[-0.098,5.39],[2.821,-3.904],[-0.683,-3.497],[1.452,-3.671]],"o":[[2.659,0.064],[3.053,3.115],[4.521,1.472],[3.752,-0.524],[1.942,-3.962],[0.067,-3.671],[-2.668,3.693],[0.59,3.021],[-0.925,2.34]],"v":[[-24.496,-29.895],[-16.769,-27.475],[-11.988,-17.082],[-5.935,-23.632],[-5.659,-31.148],[0.216,-35.939],[-17.798,-40.428],[-25.681,-40.256],[-33.044,-34.064]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[-3.72,-0.09],[-2.023,-2.064],[-2.729,-0.278],[-5.532,0.772],[-2.308,3.788],[-0.098,5.39],[2.821,-3.904],[-0.683,-3.497],[1.452,-3.671]],"o":[[2.659,0.064],[3.053,3.115],[4.521,1.472],[3.752,-0.524],[1.942,-3.962],[0.067,-3.671],[-2.668,3.693],[0.59,3.021],[-0.925,2.34]],"v":[[-24.496,-29.895],[-16.769,-27.475],[-11.988,-17.082],[-5.935,-23.632],[-5.659,-31.148],[0.216,-35.939],[-17.798,-40.428],[-25.681,-40.256],[-33.044,-34.064]]}],"e":[{"i":[[-4.345,-2.84],[-1.947,-7.635],[-3.979,-4.278],[-11.032,-2.978],[-3.558,5.038],[10.567,12.579],[7.332,1.318],[-0.965,-5.521],[0.298,-2.954]],"o":[[4.975,3.252],[2.071,8.123],[15.354,0],[11.593,3.13],[5.442,-4.962],[-8.351,-9.941],[-11.227,-2.018],[0.965,5.521],[-0.298,2.954]],"v":[[-22.121,-24.77],[-13.019,-5.225],[-7.487,19.418],[6.065,5.618],[18.091,-9.398],[25.466,-23.939],[-1.423,-37.553],[-22.556,-38.631],[-30.794,-31.564]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[-4.345,-2.84],[-1.947,-7.635],[-3.979,-4.278],[-11.032,-2.978],[-3.558,5.038],[10.567,12.579],[7.332,1.318],[-0.965,-5.521],[0.298,-2.954]],"o":[[4.975,3.252],[2.071,8.123],[15.354,0],[11.593,3.13],[5.442,-4.962],[-8.351,-9.941],[-11.227,-2.018],[0.965,5.521],[-0.298,2.954]],"v":[[-22.121,-24.77],[-13.019,-5.225],[-7.487,19.418],[6.065,5.618],[18.091,-9.398],[25.466,-23.939],[-1.423,-37.553],[-22.556,-38.631],[-30.794,-31.564]]}],"e":[{"i":[[-2.369,-4.349],[-0.241,-5.938],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.179,2.63],[10.082,3.943],[8.715,4.771],[0.452,-2.796]],"o":[[2.843,5.219],[0.659,16.26],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-7.76,-17.308],[-10.624,-4.155],[-4.43,-2.425],[-0.618,3.822]],"v":[[-20.621,-21.52],[-17.019,-4.225],[-19.987,44.418],[17.065,34.118],[44.092,7.102],[40.967,-0.939],[1.327,-34.928],[-13.556,-35.756],[-27.044,-32.314]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[-2.369,-4.349],[-0.241,-5.938],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.179,2.63],[10.082,3.943],[8.715,4.771],[0.452,-2.796]],"o":[[2.843,5.219],[0.659,16.26],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-7.76,-17.308],[-10.624,-4.155],[-4.43,-2.425],[-0.618,3.822]],"v":[[-20.621,-21.52],[-17.019,-4.225],[-19.987,44.418],[17.065,34.118],[44.092,7.102],[40.967,-0.939],[1.327,-34.928],[-13.556,-35.756],[-27.044,-32.314]]}],"e":[{"i":[[-0.595,-7.59],[-1.947,-9.635],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[2.505,1.425],[14.832,13.068],[2.215,-1.354],[1.702,-3.046]],"o":[[0.482,6.145],[3.223,15.951],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-15.683,-8.921],[-8.559,-7.541],[-4.213,2.575],[-1.6,2.863]],"v":[[-19.996,-21.645],[-22.02,3.025],[-19.987,46.918],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[3.077,-36.178],[-11.056,-33.006],[-25.294,-32.814]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[{"i":[[-0.595,-7.59],[-1.947,-9.635],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[2.505,1.425],[14.832,13.068],[2.215,-1.354],[1.702,-3.046]],"o":[[0.482,6.145],[3.223,15.951],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-15.683,-8.921],[-8.559,-7.541],[-4.213,2.575],[-1.6,2.863]],"v":[[-19.996,-21.645],[-22.02,3.025],[-19.987,46.918],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[3.077,-36.178],[-11.056,-33.006],[-25.294,-32.814]]}],"e":[{"i":[[-5.72,-4.34],[1.553,-9.385],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.101,2.664],[15.832,8.818],[3.215,-2.229],[2.077,-4.796]],"o":[[4.911,3.726],[-2.657,16.055],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-6.683,-16.171],[-9.966,-5.551],[-3.41,2.521],[-2.619,6.048]],"v":[[-19.996,-22.02],[-18.77,3.525],[-19.987,46.918],[17.065,34.118],[44.841,10.852],[36.966,0.061],[4.327,-37.053],[-5.931,-31.006],[-15.294,-28.814]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[{"i":[[-5.72,-4.34],[1.553,-9.385],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.101,2.664],[15.832,8.818],[3.215,-2.229],[2.077,-4.796]],"o":[[4.911,3.726],[-2.657,16.055],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-6.683,-16.171],[-9.966,-5.551],[-3.41,2.521],[-2.619,6.048]],"v":[[-19.996,-22.02],[-18.77,3.525],[-19.987,46.918],[17.065,34.118],[44.841,10.852],[36.966,0.061],[4.327,-37.053],[-5.931,-31.006],[-15.294,-28.814]]}],"e":[{"i":[[-2.369,-4.349],[-0.241,-5.938],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.179,2.63],[17.609,7.05],[7.011,-2.729],[-1.181,-0.04]],"o":[[2.843,5.219],[0.659,16.26],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-7.76,-17.308],[-10.59,-4.24],[-10.41,5.396],[6.387,0.216]],"v":[[-20.621,-21.52],[-17.019,-4.225],[-19.987,44.418],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[1.702,-40.178],[-33.681,-38.506],[-38.544,-28.689]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[{"i":[[-2.369,-4.349],[-0.241,-5.938],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.179,2.63],[17.609,7.05],[7.011,-2.729],[-1.181,-0.04]],"o":[[2.843,5.219],[0.659,16.26],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-7.76,-17.308],[-10.59,-4.24],[-10.41,5.396],[6.387,0.216]],"v":[[-20.621,-21.52],[-17.019,-4.225],[-19.987,44.418],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[1.702,-40.178],[-33.681,-38.506],[-38.544,-28.689]]}],"e":[{"i":[[-0.595,-7.59],[-1.947,-9.635],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[2.505,1.425],[14.832,13.068],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[3.223,15.951],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-15.683,-8.921],[-8.559,-7.541],[-10.41,5.396],[6.369,-0.533]],"v":[[-20.621,-21.52],[-22.02,3.025],[-19.987,46.918],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[4.952,-37.678],[-33.681,-38.506],[-37.044,-29.939]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[{"i":[[-0.595,-7.59],[-1.947,-9.635],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[2.505,1.425],[14.832,13.068],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[3.223,15.951],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-15.683,-8.921],[-8.559,-7.541],[-10.41,5.396],[6.369,-0.533]],"v":[[-20.621,-21.52],[-22.02,3.025],[-19.987,46.918],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[4.952,-37.678],[-33.681,-38.506],[-37.044,-29.939]]}],"e":[{"i":[[-0.595,-7.59],[1.553,-9.385],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.101,2.664],[15.832,8.818],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[-2.657,16.055],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-6.683,-16.171],[-9.966,-5.551],[-10.41,5.396],[6.369,-0.533]],"v":[[-22.871,-20.77],[-18.77,3.525],[-19.987,46.918],[17.065,34.118],[44.841,10.852],[36.966,0.061],[4.952,-37.678],[-31.681,-38.506],[-36.294,-29.689]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[{"i":[[-0.595,-7.59],[1.553,-9.385],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.101,2.664],[15.832,8.818],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[-2.657,16.055],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-6.683,-16.171],[-9.966,-5.551],[-10.41,5.396],[6.369,-0.533]],"v":[[-22.871,-20.77],[-18.77,3.525],[-19.987,46.918],[17.065,34.118],[44.841,10.852],[36.966,0.061],[4.952,-37.678],[-31.681,-38.506],[-36.294,-29.689]]}],"e":[{"i":[[12.442,-1.857],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[5.082,7.818],[7.715,-3.854],[6.873,1.01]],"o":[[-6.095,0.91],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-4.633,-7.127],[-4.285,6.146],[-18.173,-2.671]],"v":[[-12.371,-7.27],[-9.77,60.525],[7.513,63.918],[39.066,63.118],[65.841,77.352],[42.966,33.561],[11.952,-24.178],[-10.181,-39.006],[-5.294,-21.689]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":36,"s":[{"i":[[12.442,-1.857],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[5.082,7.818],[7.715,-3.854],[6.873,1.01]],"o":[[-6.095,0.91],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-4.633,-7.127],[-4.285,6.146],[-18.173,-2.671]],"v":[[-12.371,-7.27],[-9.77,60.525],[7.513,63.918],[39.066,63.118],[65.841,77.352],[42.966,33.561],[11.952,-24.178],[-10.181,-39.006],[-5.294,-21.689]]}],"e":[{"i":[[10.763,-6.512],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[5.082,7.818],[7.715,-3.854],[8.827,0.329]],"o":[[-10.595,6.41],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-4.633,-7.127],[-4.285,6.146],[-20.94,-0.78]],"v":[[-0.371,4.73],[0.23,65.025],[7.513,63.918],[39.066,63.118],[65.841,77.352],[42.967,33.561],[23.452,-0.178],[1.819,-32.006],[3.206,-7.189]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[{"i":[[10.763,-6.512],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[5.082,7.818],[7.715,-3.854],[8.827,0.329]],"o":[[-10.595,6.41],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-4.633,-7.127],[-4.285,6.146],[-20.94,-0.78]],"v":[[-0.371,4.73],[0.23,65.025],[7.513,63.918],[39.066,63.118],[65.841,77.352],[42.967,33.561],[23.452,-0.178],[1.819,-32.006],[3.206,-7.189]]}],"e":[{"i":[[-5.095,-19.59],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[7.226,5.894],[4.215,-1.854],[3.878,-7.726]],"o":[[3.117,11.984],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-9.418,-7.682],[-6.785,1.646],[-2.173,4.329]],"v":[[14.129,37.73],[-0.77,89.525],[26.012,99.918],[39.066,63.118],[65.841,77.352],[53.467,53.061],[29.452,7.822],[21.319,17.994],[-0.294,12.311]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41,"s":[{"i":[[-5.095,-19.59],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[7.226,5.894],[4.215,-1.854],[3.878,-7.726]],"o":[[3.117,11.984],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-9.418,-7.682],[-6.785,1.646],[-2.173,4.329]],"v":[[14.129,37.73],[-0.77,89.525],[26.012,99.918],[39.066,63.118],[65.841,77.352],[53.467,53.061],[29.452,7.822],[21.319,17.994],[-0.294,12.311]]}],"e":[{"i":[[-5.095,-19.59],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[7.226,5.894],[4.215,-1.854],[3.878,-7.726]],"o":[[3.117,11.984],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-9.418,-7.682],[-5.285,5.646],[-2.173,4.329]],"v":[[8.629,57.73],[-0.77,89.525],[26.012,99.918],[39.066,63.118],[65.841,77.352],[53.467,53.061],[37.952,33.822],[26.819,24.994],[22.706,35.811]]}]},{"t":42}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[122.921,131.015]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 8"}],"bounds":{"l":81,"t":88,"b":231,"r":191},"ip":17,"op":72,"st":17},{"ddd":0,"ind":12,"ty":4,"nm":"gotaRosa2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[150.002,154.023,0]},"a":{"k":[141.817,27.277,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":73,"s":[{"i":[[-3.229,0.044],[-1.486,-1.208]],"o":[[5.379,-0.073],[1.24,1.008]],"v":[[-1.852,12.097],[-3.463,0.016]]}],"e":[{"i":[[-5.621,0.552],[1.84,-0.531]],"o":[[7.972,-0.783],[-1.76,0.508]],"v":[[5.148,21.472],[0.787,-3.984]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":77,"s":[{"i":[[-5.621,0.552],[1.84,-0.531]],"o":[[7.972,-0.783],[-1.76,0.508]],"v":[[5.148,21.472],[0.787,-3.984]]}],"e":[{"i":[[-11.121,1.052],[1.84,-0.531]],"o":[[10.342,-0.978],[-1.76,0.508]],"v":[[6.648,57.472],[1.787,6.516]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":79,"s":[{"i":[[-11.121,1.052],[1.84,-0.531]],"o":[[10.342,-0.978],[-1.76,0.508]],"v":[[6.648,57.472],[1.787,6.516]]}],"e":[{"i":[[-2.121,1.052],[1.84,-0.531]],"o":[[1.684,-0.835],[-1.76,0.508]],"v":[[8.148,83.972],[7.787,74.516]]}]},{"t":82}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[141.289,28.73]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 10"}],"bounds":{"l":137,"t":24,"b":113,"r":152},"ip":73,"op":82,"st":59},{"ddd":0,"ind":13,"ty":4,"nm":"gotaRosa1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[150.002,154.023,0]},"a":{"k":[141.817,27.277,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":70,"s":[{"i":[[0.168,2.349],[-1.915,-0.012]],"o":[[-0.121,-1.698],[1.24,0.008]],"v":[[-2.852,-2.278],[-5.338,-1.609]]}],"e":[{"i":[[-1.1,3.036],[-1.486,-1.208]],"o":[[1.006,-2.777],[1.24,1.008]],"v":[[4.648,6.097],[-3.463,2.516]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":72,"s":[{"i":[[-1.1,3.036],[-1.486,-1.208]],"o":[[1.006,-2.777],[1.24,1.008]],"v":[[4.648,6.097],[-3.463,2.516]]}],"e":[{"i":[[-4.121,2.302],[-0.983,-1.643]],"o":[[6.485,-3.622],[5.24,8.758]],"v":[[14.648,17.972],[5.287,-3.984]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":76,"s":[{"i":[[-4.121,2.302],[-0.983,-1.643]],"o":[[6.485,-3.622],[5.24,8.758]],"v":[[14.648,17.972],[5.287,-3.984]]}],"e":[{"i":[[-4.626,0.943],[-0.98,-1.645]],"o":[[5.879,-1.198],[15.49,26.008]],"v":[[23.398,35.722],[5.287,-3.984]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":78,"s":[{"i":[[-4.626,0.943],[-0.98,-1.645]],"o":[[5.879,-1.198],[15.49,26.008]],"v":[[23.398,35.722],[5.287,-3.984]]}],"e":[{"i":[[-0.556,0.21],[-0.245,-0.438]],"o":[[0.682,-0.258],[0.587,1.05]],"v":[[30.57,44.564],[29.952,43.462]]}]},{"t":81}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[141.289,28.73]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 10"}],"bounds":{"l":135,"t":24,"b":74,"r":173},"ip":70,"op":81,"st":58},{"ddd":0,"ind":14,"ty":4,"nm":"boca","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.876,167.014,0]},"a":{"k":[92.83,99.169,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":14,"s":[{"i":[[0.195,14.013],[0,-25.949]],"o":[[-0.329,-23.692],[0,14.014]],"v":[[46.038,-14.125],[-34.501,-13.425]]}],"e":[{"i":[[2.186,30.918],[-1.025,-24.728]],"o":[[-1.593,-22.542],[2,48.251]],"v":[[55.595,-10.893],[-45.219,-8.225]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":16,"s":[{"i":[[2.186,30.918],[-1.025,-24.728]],"o":[[-1.593,-22.542],[2,48.251]],"v":[[55.595,-10.893],[-45.219,-8.225]]}],"e":[{"i":[[0.581,25.007],[-5,-30.749]],"o":[[-0.814,-35.082],[4.56,28.041]],"v":[[44.595,4.107],[-27.219,9.775]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":20,"s":[{"i":[[0.581,25.007],[-5,-30.749]],"o":[[-0.814,-35.082],[4.56,28.041]],"v":[[44.595,4.107],[-27.219,9.775]]}],"e":[{"i":[[-0.178,25.013],[-5,-26.749]],"o":[[0.186,-26.082],[5.22,27.926]],"v":[[44.595,4.107],[-27.219,9.775]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":23,"s":[{"i":[[-0.178,25.013],[-5,-26.749]],"o":[[0.186,-26.082],[5.22,27.926]],"v":[[44.595,4.107],[-27.219,9.775]]}],"e":[{"i":[[0.581,25.007],[-5,-30.749]],"o":[[-0.814,-35.082],[4.56,28.041]],"v":[[44.595,4.107],[-27.219,9.775]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":26,"s":[{"i":[[0.581,25.007],[-5,-30.749]],"o":[[-0.814,-35.082],[4.56,28.041]],"v":[[44.595,4.107],[-27.219,9.775]]}],"e":[{"i":[[-0.178,25.013],[-5,-26.749]],"o":[[0.186,-26.082],[5.22,27.926]],"v":[[44.595,4.107],[-27.219,9.775]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":29,"s":[{"i":[[-0.178,25.013],[-5,-26.749]],"o":[[0.186,-26.082],[5.22,27.926]],"v":[[44.595,4.107],[-27.219,9.775]]}],"e":[{"i":[[0.581,25.007],[-5,-30.749]],"o":[[-0.814,-35.082],[4.56,28.041]],"v":[[44.595,4.107],[-27.219,9.775]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":32,"s":[{"i":[[0.581,25.007],[-5,-30.749]],"o":[[-0.814,-35.082],[4.56,28.041]],"v":[[44.595,4.107],[-27.219,9.775]]}],"e":[{"i":[[-0.178,25.013],[-5,-26.749]],"o":[[0.186,-26.082],[5.22,27.926]],"v":[[44.595,4.107],[-27.219,9.775]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":35,"s":[{"i":[[-0.178,25.013],[-5,-26.749]],"o":[[0.186,-26.082],[5.22,27.926]],"v":[[44.595,4.107],[-27.219,9.775]]}],"e":[{"i":[[4.078,24.679],[-4,-22.749]],"o":[[-3.814,-23.082],[4.92,27.98]],"v":[[12.595,5.107],[-19.219,8.775]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":39,"s":[{"i":[[4.078,24.679],[-4,-22.749]],"o":[[-3.814,-23.082],[4.92,27.98]],"v":[[12.595,5.107],[-19.219,8.775]]}],"e":[{"i":[[-0.44,-0.32],[-0.092,-3.092]],"o":[[0.56,-1.32],[0.908,-0.092]],"v":[[6.221,0.345],[-1.127,1.117]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p833_1_0p167_0p167","t":72,"s":[{"i":[[-0.44,-0.32],[-0.092,-3.092]],"o":[[0.56,-1.32],[0.908,-0.092]],"v":[[6.221,0.345],[-1.127,1.117]]}],"e":[{"i":[[-19.757,-0.85],[17.281,-7.049]],"o":[[-23.257,-6.85],[18.281,-0.049]],"v":[[44.038,-6.125],[-36.501,-5.425]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":74,"s":[{"i":[[-19.757,-0.85],[17.281,-7.049]],"o":[[-23.257,-6.85],[18.281,-0.049]],"v":[[44.038,-6.125],[-36.501,-5.425]]}],"e":[{"i":[[-22.257,-6.85],[36.781,-5.549]],"o":[[-32.257,-17.35],[33.781,1.451]],"v":[[41.538,-8.625],[-29.001,-7.425]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":76,"s":[{"i":[[-22.257,-6.85],[36.781,-5.549]],"o":[[-32.257,-17.35],[33.781,1.451]],"v":[[41.538,-8.625],[-29.001,-7.425]]}],"e":[{"i":[[-22.257,-6.85],[36.781,-5.549]],"o":[[-32.257,-17.35],[33.781,1.451]],"v":[[41.538,-8.625],[-29.001,-7.425]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":78,"s":[{"i":[[-22.257,-6.85],[36.781,-5.549]],"o":[[-32.257,-17.35],[33.781,1.451]],"v":[[41.538,-8.625],[-29.001,-7.425]]}],"e":[{"i":[[-25.757,-10.35],[33.281,-7.549]],"o":[[-32.257,-17.35],[32.781,-5.049]],"v":[[41.538,-8.625],[-29.001,-7.425]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":80,"s":[{"i":[[-25.757,-10.35],[33.281,-7.549]],"o":[[-32.257,-17.35],[32.781,-5.049]],"v":[[41.538,-8.625],[-29.001,-7.425]]}],"e":[{"i":[[-25.757,-10.35],[33.281,-7.549]],"o":[[-32.257,-17.35],[32.781,-5.049]],"v":[[41.538,-8.625],[-29.001,-7.425]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":83,"s":[{"i":[[-25.757,-10.35],[33.281,-7.549]],"o":[[-32.257,-17.35],[32.781,-5.049]],"v":[[41.538,-8.625],[-29.001,-7.425]]}],"e":[{"i":[[-3,64.179],[-4.839,-68.033]],"o":[[-1,-65.821],[5.161,53.967]],"v":[[45.781,0.847],[-43.38,5.058]]}]},{"t":88}]},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":14,"s":[{"i":[[15.886,-15.509],[23.229,0],[15.885,15.509],[0,23.079],[-15.885,15.513],[-23.23,0],[-15.885,-15.513],[0,-23.077]],"o":[[-15.887,15.51],[-23.23,0],[-15.887,-15.511],[0,-23.077],[15.884,-15.511],[23.229,0],[15.884,15.511],[0,23.079]],"v":[[57.952,54.133],[-0.721,77.399],[-59.392,54.133],[-83.219,-3.752],[-59.392,-61.637],[-0.721,-84.904],[57.952,-61.637],[81.781,-3.752]]}],"e":[{"i":[[15.149,-14.794],[22.155,0],[15.149,14.793],[0,22.012],[-15.152,14.794],[-22.156,0],[-15.152,-14.794],[0,-22.01]],"o":[[-15.152,14.793],[-22.156,0],[-15.152,-14.794],[0,-22.01],[15.149,-14.794],[22.155,0],[15.149,14.794],[0,22.012]],"v":[[55.958,55.208],[-0.001,77.398],[-55.959,55.208],[-78.685,0.001],[-55.959,-55.207],[-0.001,-77.398],[55.958,-55.207],[78.685,0.001]]}]},{"t":16}]},"nm":"Path 2"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[96.174,94.129]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 9"}],"bounds":{"l":12,"t":9,"b":172,"r":178},"ip":14,"op":88,"st":12},{"ddd":0,"ind":15,"ty":4,"nm":"O2original 2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[130.41,166.975,0]},"a":{"k":[894.727,82.648,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,13.366],[8.576,9.433],[12.506,0],[8.576,-9.434],[0,-13.363],[-8.576,-9.36],[-12.509,0],[-8.576,9.363]],"o":[[0,-13.363],[-8.576,-9.434],[-12.509,0],[-8.576,9.433],[0,13.366],[8.576,9.363],[12.506,0],[8.576,-9.36]],"v":[[44.595,0.107],[31.731,-34.089],[0.107,-48.24],[-31.517,-34.089],[-44.382,0.107],[-31.517,34.197],[0.107,48.241],[31.731,34.197]]}},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":{"i":[[15.149,-14.794],[22.155,0],[15.149,14.793],[0,22.012],[-15.152,14.794],[-22.156,0],[-15.152,-14.794],[0,-22.01]],"o":[[-15.152,14.793],[-22.156,0],[-15.152,-14.794],[0,-22.01],[15.149,-14.794],[22.155,0],[15.149,14.794],[0,22.012]],"v":[[55.958,55.208],[-0.001,77.398],[-55.959,55.208],[-78.685,0.001],[-55.959,-55.207],[-0.001,-77.398],[55.958,-55.207],[78.685,0.001]]}},"nm":"Path 2"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[891.536,77.648]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 5"}],"bounds":{"l":812,"t":0,"b":156,"r":971},"ip":88,"op":2736,"st":74},{"ddd":0,"ind":16,"ty":4,"nm":"O2original","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[130.41,166.975,0]},"a":{"k":[894.727,82.648,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[0,13.366],[8.576,9.433],[12.506,0],[8.576,-9.434],[0,-13.363],[-8.576,-9.36],[-12.509,0],[-8.576,9.363]],"o":[[0,-13.363],[-8.576,-9.434],[-12.509,0],[-8.576,9.433],[0,13.366],[8.576,9.363],[12.506,0],[8.576,-9.36]],"v":[[44.595,0.107],[31.731,-34.089],[0.107,-48.24],[-31.517,-34.089],[-44.382,0.107],[-31.517,34.197],[0.107,48.241],[31.731,34.197]]}],"e":[{"i":[[0,0.581],[6.11,0.41],[8.91,0],[6.11,-0.41],[0,-0.581],[-6.109,-0.407],[-8.913,0],[-6.111,0.407]],"o":[[0,-0.581],[-6.11,-0.41],[-8.913,0],[-6.11,0.41],[0,0.581],[6.11,0.407],[8.91,0],[6.11,-0.407]],"v":[[38.917,-15.819],[29.752,-17.305],[7.22,-17.92],[-15.312,-17.305],[-24.478,-15.819],[-15.312,-14.338],[7.22,-13.727],[29.752,-14.338]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":3,"s":[{"i":[[0,0.581],[6.11,0.41],[8.91,0],[6.11,-0.41],[0,-0.581],[-6.109,-0.407],[-8.913,0],[-6.111,0.407]],"o":[[0,-0.581],[-6.11,-0.41],[-8.913,0],[-6.11,0.41],[0,0.581],[6.11,0.407],[8.91,0],[6.11,-0.407]],"v":[[38.917,-15.819],[29.752,-17.305],[7.22,-17.92],[-15.312,-17.305],[-24.478,-15.819],[-15.312,-14.338],[7.22,-13.727],[29.752,-14.338]]}],"e":[{"i":[[0,0.581],[5.529,-2.169],[8.608,2.3],[8.593,-2.169],[0,-0.581],[-5.757,2.084],[-9.689,-1.997],[-5.674,2.305]],"o":[[0,-0.581],[-5.701,2.237],[-7.689,-2.054],[-5.938,1.499],[0,0.581],[6.593,-2.387],[8.727,1.799],[4.029,-1.637]],"v":[[38.917,-15.819],[29.752,-17.305],[7.22,-17.92],[-15.312,-17.305],[-24.478,-15.819],[-15.312,-14.338],[7.22,-13.727],[29.752,-14.338]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":5,"s":[{"i":[[0,0.581],[5.529,-2.169],[8.608,2.3],[8.593,-2.169],[0,-0.581],[-5.757,2.084],[-9.689,-1.997],[-5.674,2.305]],"o":[[0,-0.581],[-5.701,2.237],[-7.689,-2.054],[-5.938,1.499],[0,0.581],[6.593,-2.387],[8.727,1.799],[4.029,-1.637]],"v":[[38.917,-15.819],[29.752,-17.305],[7.22,-17.92],[-15.312,-17.305],[-24.478,-15.819],[-15.312,-14.338],[7.22,-13.727],[29.752,-14.338]]}],"e":[{"i":[[0,0.581],[5.812,0.859],[9.061,-2.554],[8.343,0.331],[0,-0.581],[-5.157,-1.387],[-10.689,1.753],[-7.721,-0.137]],"o":[[0,-0.581],[-6.221,-0.919],[-6.189,0.446],[-4.657,-0.669],[0,0.581],[7.593,1.613],[6.811,-2.747],[4.279,0.363]],"v":[[39.167,-16.819],[29.752,-17.305],[7.22,-17.92],[-15.062,-18.055],[-24.478,-15.819],[-15.312,-14.338],[8.22,-14.477],[30.752,-15.088]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":7,"s":[{"i":[[0,0.581],[5.812,0.859],[9.061,-2.554],[8.343,0.331],[0,-0.581],[-5.157,-1.387],[-10.689,1.753],[-7.721,-0.137]],"o":[[0,-0.581],[-6.221,-0.919],[-6.189,0.446],[-4.657,-0.669],[0,0.581],[7.593,1.613],[6.811,-2.747],[4.279,0.363]],"v":[[39.167,-16.819],[29.752,-17.305],[7.22,-17.92],[-15.062,-18.055],[-24.478,-15.819],[-15.312,-14.338],[8.22,-14.477],[30.752,-15.088]]}],"e":[{"i":[[0,0.581],[6.857,0.41],[9.998,0],[6.856,-0.41],[0,-0.581],[-6.855,-0.407],[-10.001,0],[-6.858,0.407]],"o":[[0,-0.581],[-6.857,-0.41],[-10.001,0],[-6.856,0.41],[0,0.581],[6.857,0.407],[9.998,0],[6.856,-0.407]],"v":[[38.917,-13.819],[28.632,-15.305],[3.349,-15.92],[-21.934,-15.305],[-32.219,-13.819],[-21.934,-12.338],[3.349,-11.727],[28.632,-12.338]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":9,"s":[{"i":[[0,0.581],[6.857,0.41],[9.998,0],[6.856,-0.41],[0,-0.581],[-6.855,-0.407],[-10.001,0],[-6.858,0.407]],"o":[[0,-0.581],[-6.857,-0.41],[-10.001,0],[-6.856,0.41],[0,0.581],[6.857,0.407],[9.998,0],[6.856,-0.407]],"v":[[38.917,-13.819],[28.632,-15.305],[3.349,-15.92],[-21.934,-15.305],[-32.219,-13.819],[-21.934,-12.338],[3.349,-11.727],[28.632,-12.338]]}],"e":[{"i":[[0,0.937],[6.884,1.385],[10.732,-4.12],[9.882,0.533],[0,-0.937],[-6.109,-2.237],[-12.661,2.827],[-9.145,-0.221]],"o":[[0,-0.937],[-7.369,-1.483],[-7.331,0.719],[-5.517,-1.079],[0,0.937],[8.993,2.602],[8.067,-4.431],[5.068,0.586]],"v":[[39.167,-14.579],[28.015,-15.363],[1.326,-16.355],[-25.066,-16.572],[-36.219,-12.966],[-25.362,-10.576],[2.511,-10.802],[29.199,-11.786]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p833_1_0p167_0p167","t":11,"s":[{"i":[[0,0.937],[6.884,1.385],[10.732,-4.12],[9.882,0.533],[0,-0.937],[-6.109,-2.237],[-12.661,2.827],[-9.145,-0.221]],"o":[[0,-0.937],[-7.369,-1.483],[-7.331,0.719],[-5.517,-1.079],[0,0.937],[8.993,2.602],[8.067,-4.431],[5.068,0.586]],"v":[[39.167,-14.579],[28.015,-15.363],[1.326,-16.355],[-25.066,-16.572],[-36.219,-12.966],[-25.362,-10.576],[2.511,-10.802],[29.199,-11.786]]}],"e":[{"i":[[0,4.237],[7.93,2.991],[11.564,0],[7.93,-2.991],[0,-4.238],[-7.929,-2.968],[-11.567,0],[-7.932,2.968]],"o":[[0,-4.237],[-7.93,-2.991],[-11.567,0],[-7.93,2.991],[0,4.238],[7.93,2.969],[11.564,0],[7.93,-2.968]],"v":[[47.017,-17.896],[35.121,-28.739],[5.879,-33.226],[-23.364,-28.739],[-35.261,-17.896],[-23.364,-7.088],[5.879,-2.635],[35.121,-7.088]]}]},{"t":14}]},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[15.149,-14.794],[22.155,0],[15.149,14.793],[0,22.012],[-15.152,14.794],[-22.156,0],[-15.152,-14.794],[0,-22.01]],"o":[[-15.152,14.793],[-22.156,0],[-15.152,-14.794],[0,-22.01],[15.149,-14.794],[22.155,0],[15.149,14.794],[0,22.012]],"v":[[55.958,55.208],[-0.001,77.398],[-55.959,55.208],[-78.685,0.001],[-55.959,-55.207],[-0.001,-77.398],[55.958,-55.207],[78.685,0.001]]}],"e":[{"i":[[13.338,-13.091],[19.504,0],[13.337,13.091],[0,19.481],[-13.338,13.094],[-19.505,0],[-13.338,-13.094],[0,-19.48]],"o":[[-13.339,13.092],[-19.505,0],[-13.339,-13.093],[0,-19.48],[13.337,-13.093],[19.504,0],[13.337,13.093],[0,19.481]],"v":[[49.773,37.387],[0.508,57.025],[-48.755,37.387],[-68.762,-11.474],[-48.755,-60.335],[0.508,-79.975],[49.773,-60.335],[69.781,-11.474]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":3,"s":[{"i":[[13.338,-13.091],[19.504,0],[13.337,13.091],[0,19.481],[-13.338,13.094],[-19.505,0],[-13.338,-13.094],[0,-19.48]],"o":[[-13.339,13.092],[-19.505,0],[-13.339,-13.093],[0,-19.48],[13.337,-13.093],[19.504,0],[13.337,13.093],[0,19.481]],"v":[[49.773,37.387],[0.508,57.025],[-48.755,37.387],[-68.762,-11.474],[-48.755,-60.335],[0.508,-79.975],[49.773,-60.335],[69.781,-11.474]]}],"e":[{"i":[[13.338,-13.091],[19.504,0],[13.337,13.091],[0,19.481],[-13.338,13.094],[-19.505,0],[-13.338,-13.094],[0,-19.48]],"o":[[-13.339,13.092],[-19.505,0],[-13.339,-13.093],[0,-19.48],[13.337,-13.093],[19.504,0],[13.337,13.093],[0,19.481]],"v":[[49.773,37.387],[0.508,57.025],[-48.755,37.387],[-68.762,-11.474],[-48.755,-60.335],[0.508,-79.975],[49.773,-60.335],[69.781,-11.474]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":4,"s":[{"i":[[13.338,-13.091],[19.504,0],[13.337,13.091],[0,19.481],[-13.338,13.094],[-19.505,0],[-13.338,-13.094],[0,-19.48]],"o":[[-13.339,13.092],[-19.505,0],[-13.339,-13.093],[0,-19.48],[13.337,-13.093],[19.504,0],[13.337,13.093],[0,19.481]],"v":[[49.773,37.387],[0.508,57.025],[-48.755,37.387],[-68.762,-11.474],[-48.755,-60.335],[0.508,-79.975],[49.773,-60.335],[69.781,-11.474]]}],"e":[{"i":[[13.338,-13.091],[19.504,0],[13.337,13.091],[0,19.481],[-13.338,13.094],[-19.505,0],[-13.338,-13.094],[0,-19.48]],"o":[[-13.339,13.092],[-19.505,0],[-13.339,-13.093],[0,-19.48],[13.337,-13.093],[19.504,0],[13.337,13.093],[0,19.481]],"v":[[49.773,37.387],[0.508,57.025],[-48.755,37.387],[-68.762,-11.474],[-48.755,-60.335],[0.508,-79.975],[49.773,-60.335],[69.781,-11.474]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":7,"s":[{"i":[[13.338,-13.091],[19.504,0],[13.337,13.091],[0,19.481],[-13.338,13.094],[-19.505,0],[-13.338,-13.094],[0,-19.48]],"o":[[-13.339,13.092],[-19.505,0],[-13.339,-13.093],[0,-19.48],[13.337,-13.093],[19.504,0],[13.337,13.093],[0,19.481]],"v":[[49.773,37.387],[0.508,57.025],[-48.755,37.387],[-68.762,-11.474],[-48.755,-60.335],[0.508,-79.975],[49.773,-60.335],[69.781,-11.474]]}],"e":[{"i":[[15.149,-14.794],[22.155,0],[15.149,14.793],[0,22.012],[-15.152,14.794],[-22.156,0],[-15.152,-14.794],[0,-22.01]],"o":[[-15.152,14.793],[-22.156,0],[-15.152,-14.794],[0,-22.01],[15.149,-14.794],[22.155,0],[15.149,14.794],[0,22.012]],"v":[[55.958,55.208],[-0.001,77.398],[-55.959,55.208],[-78.685,0.001],[-55.959,-55.207],[-0.001,-77.398],[55.958,-55.207],[78.685,0.001]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":11,"s":[{"i":[[15.149,-14.794],[22.155,0],[15.149,14.793],[0,22.012],[-15.152,14.794],[-22.156,0],[-15.152,-14.794],[0,-22.01]],"o":[[-15.152,14.793],[-22.156,0],[-15.152,-14.794],[0,-22.01],[15.149,-14.794],[22.155,0],[15.149,14.794],[0,22.012]],"v":[[55.958,55.208],[-0.001,77.398],[-55.959,55.208],[-78.685,0.001],[-55.959,-55.207],[-0.001,-77.398],[55.958,-55.207],[78.685,0.001]]}],"e":[{"i":[[15.982,-15.603],[23.37,0],[15.981,15.603],[0,23.219],[-15.981,15.607],[-23.371,0],[-15.981,-15.607],[0,-23.217]],"o":[[-15.983,15.604],[-23.371,0],[-15.983,-15.605],[0,-23.217],[15.98,-15.605],[23.37,0],[15.98,15.605],[0,23.219]],"v":[[58.807,53.992],[-0.221,77.398],[-59.247,53.992],[-83.219,-4.244],[-59.247,-62.479],[-0.221,-85.887],[58.807,-62.479],[82.781,-4.244]]}]},{"t":14}]},"nm":"Path 2"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[891.536,77.648]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 5"}],"bounds":{"l":808,"t":-9,"b":156,"r":975},"ip":0,"op":14,"st":0}]},{"id":"comp_40","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"corteM4","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[129.5,137.5,0]},"a":{"k":[0,0,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-36.25,-51.25],[-36.25,-51]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-36.25,-51.25],[35.75,102.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-36.25,-51.25],[35.75,102.5]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[35.75,102.313],[35.75,102.5]]}]},{"t":34}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[88,214,112,255]},"o":{"k":100},"w":{"k":3},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Shape 1"}],"bounds":{"l":-38,"t":-53,"b":104,"r":38},"ip":24,"op":34,"st":-5},{"ddd":0,"ind":1,"ty":4,"nm":"corteM3","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[125,137.5,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[2.75,30.75],[2.75,31]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-36.25,-51.25],[2.75,31]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-36.25,-51.25],[2.75,31]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-36.25,-51.25],[-36.25,-51]]}]},{"t":30}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[88,214,112,255]},"o":{"k":100},"w":{"k":3},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Shape 1"}],"bounds":{"l":-38,"t":-53,"b":33,"r":5},"ip":24,"op":30,"st":-5},{"ddd":0,"ind":2,"ty":4,"nm":"corteM2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[125,137.5,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-47.5,101.5],[-47.5,101.25]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-47.5,101.5],[-47.5,6.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-47.5,101.5],[-47.5,6.5]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-47.5,6.5],[-47.5,6.5]]}]},{"t":33}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[88,214,112,255]},"o":{"k":100},"w":{"k":3},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Shape 1"}],"bounds":{"l":-49,"t":5,"b":103,"r":-46},"ip":23,"op":33,"st":-6},{"ddd":0,"ind":3,"ty":4,"nm":"corteM5","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[129,137.5,0]},"a":{"k":[0,0,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.5,104.5],[-0.5,104.5]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-77,-53],[-0.5,104.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-77,-53],[-0.5,104.5]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-77,-53],[-77,-53.25]]}]},{"t":35}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[88,214,112,255]},"o":{"k":100},"w":{"k":3},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Shape 1"}],"bounds":{"l":-79,"t":-55,"b":106,"r":1},"ip":22,"op":35,"st":-7},{"ddd":0,"ind":4,"ty":4,"nm":"corteM1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[125,137.5,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-77,-53],[-77,-53.25]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-77,-53],[-0.5,104.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-77,-53],[-0.5,104.5]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.5,104.5],[-0.5,104.5]]}]},{"t":34}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[88,214,112,255]},"o":{"k":100},"w":{"k":3},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Shape 1"}],"bounds":{"l":-79,"t":-55,"b":106,"r":1},"ip":21,"op":34,"st":-8},{"ddd":0,"ind":6,"ty":4,"nm":"Moriginal 2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[102.41,161.975,0]},"a":{"k":[675.727,77.648,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.487,"y":1},"o":{"x":0.167,"y":0},"n":"0p487_1_0p167_0","t":3,"s":[{"i":[[21.328,-0.064],[0,0],[0,0],[-16.596,0.086],[0,0],[0,0]],"o":[[-21.328,0.064],[0,0],[0,0],[16.596,-0.086],[0,0],[0,0]],"v":[[-10.077,74.997],[-83.83,74.932],[-83.83,-74.932],[-0.001,-74.854],[83.83,-74.932],[83.83,74.932]]}],"e":[{"i":[[40.661,0.944],[0,0],[0,0],[-37.451,-0.91],[0,0],[0,0]],"o":[[-40.328,-0.936],[0,0],[0,0],[37.596,0.914],[0,0],[0,0]],"v":[[-0.077,84.996],[-83.83,74.932],[-83.83,-74.932],[2.999,-84.854],[83.83,-74.932],[83.83,74.932]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.545,"y":0},"n":"0p833_1_0p545_0","t":6,"s":[{"i":[[40.661,0.944],[0,0],[0,0],[-37.451,-0.91],[0,0],[0,0]],"o":[[-40.328,-0.936],[0,0],[0,0],[37.596,0.914],[0,0],[0,0]],"v":[[-0.077,84.996],[-83.83,74.932],[-83.83,-74.932],[2.999,-84.854],[83.83,-74.932],[83.83,74.932]]}],"e":[{"i":[[40.672,-0.064],[0,0],[0,0],[-35.404,0.914],[0,0],[0,0]],"o":[[-40.328,0.064],[0,0],[0,0],[33.602,-0.867],[0,0],[0,0]],"v":[[0.923,72.997],[-83.83,74.932],[-83.83,-74.932],[-0.001,-72.854],[83.83,-74.932],[83.83,74.932]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":9,"s":[{"i":[[40.672,-0.064],[0,0],[0,0],[-35.404,0.914],[0,0],[0,0]],"o":[[-40.328,0.064],[0,0],[0,0],[33.602,-0.867],[0,0],[0,0]],"v":[[0.923,72.997],[-83.83,74.932],[-83.83,-74.932],[-0.001,-72.854],[83.83,-74.932],[83.83,74.932]]}],"e":[{"i":[[21.328,-0.064],[0,0],[0,0],[-16.596,0.086],[0,0],[0,0]],"o":[[-21.328,0.064],[0,0],[0,0],[16.596,-0.086],[0,0],[0,0]],"v":[[-10.077,74.997],[-83.83,74.932],[-83.83,-74.932],[-0.001,-74.854],[83.83,-74.932],[83.83,74.932]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":12,"s":[{"i":[[21.328,-0.064],[0,0],[0,0],[-16.596,0.086],[0,0],[0,0]],"o":[[-21.328,0.064],[0,0],[0,0],[16.596,-0.086],[0,0],[0,0]],"v":[[-10.077,74.997],[-83.83,74.932],[-83.83,-74.932],[-0.001,-74.854],[83.83,-74.932],[83.83,74.932]]}],"e":[{"i":[[37.174,0.434],[0,0],[0,0],[-31.904,-0.086],[0,0],[0,0]],"o":[[-37.328,-0.436],[0,0],[0,0],[34.096,0.092],[0,0],[0,0]],"v":[[-0.077,77.496],[-83.83,74.932],[-83.83,-74.932],[-0.001,-77.354],[83.83,-74.932],[83.83,74.932]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":16,"s":[{"i":[[37.174,0.434],[0,0],[0,0],[-31.904,-0.086],[0,0],[0,0]],"o":[[-37.328,-0.436],[0,0],[0,0],[34.096,0.092],[0,0],[0,0]],"v":[[-0.077,77.496],[-83.83,74.932],[-83.83,-74.932],[-0.001,-77.354],[83.83,-74.932],[83.83,74.932]]}],"e":[{"i":[[40.672,-0.064],[0,0],[0,0],[-35.404,0.914],[0,0],[0,0]],"o":[[-40.328,0.064],[0,0],[0,0],[33.602,-0.867],[0,0],[0,0]],"v":[[0.923,72.997],[-83.83,74.932],[-83.83,-74.932],[-0.001,-72.854],[83.83,-74.932],[83.83,74.932]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":20,"s":[{"i":[[40.672,-0.064],[0,0],[0,0],[-35.404,0.914],[0,0],[0,0]],"o":[[-40.328,0.064],[0,0],[0,0],[33.602,-0.867],[0,0],[0,0]],"v":[[0.923,72.997],[-83.83,74.932],[-83.83,-74.932],[-0.001,-72.854],[83.83,-74.932],[83.83,74.932]]}],"e":[{"i":[[21.328,-0.064],[0,0],[0,0],[-16.596,0.086],[0,0],[0,0]],"o":[[-21.328,0.064],[0,0],[0,0],[16.596,-0.086],[0,0],[0,0]],"v":[[-10.077,74.997],[-83.83,74.932],[-83.83,-74.932],[-0.001,-74.854],[83.83,-74.932],[83.83,74.932]]}]},{"t":23}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[700.722,78.614]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 6"}],"bounds":{"l":616,"t":-7,"b":164,"r":785},"ip":3,"op":29,"st":1},{"ddd":0,"ind":8,"ty":4,"nm":"Moriginal 6","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[102.41,161.975,0]},"a":{"k":[675.727,77.648,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":53,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[50.383,-19.404],[9.862,52.497],[-10.077,52.497],[-50.385,-19.404],[-50.385,64.932],[-79.83,64.932],[-79.83,-64.932],[-38.593,-64.932],[-0.001,9.397],[38.806,-64.932],[80.83,-64.932],[80.83,64.932],[50.383,64.932]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[50.383,-19.404],[9.862,62.497],[-10.077,62.497],[-50.385,-19.404],[-50.385,74.932],[-83.83,74.932],[-83.83,-74.932],[-38.593,-74.932],[-0.001,7.396],[38.806,-74.932],[83.83,-74.932],[83.83,74.932],[50.383,74.932]]}]},{"t":62}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[700.722,78.614]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 6"}],"bounds":{"l":616,"t":3,"b":154,"r":785},"ip":55,"op":1256,"st":49},{"ddd":0,"ind":9,"ty":4,"nm":"Moriginal 5","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[102.41,161.975,0]},"a":{"k":[675.727,77.648,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":53,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[50.383,-19.404],[9.862,52.497],[-10.077,52.497],[-50.385,-19.404],[-50.385,64.932],[-79.83,64.932],[-79.83,-64.932],[-38.593,-64.932],[-0.001,9.397],[38.806,-64.932],[80.83,-64.932],[80.83,64.932],[50.383,64.932]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[50.383,-19.404],[9.862,62.497],[-10.077,62.497],[-50.385,-19.404],[-50.385,74.932],[-83.83,74.932],[-83.83,-74.932],[-38.593,-74.932],[-0.001,7.396],[38.806,-74.932],[83.83,-74.932],[83.83,74.932],[50.383,74.932]]}]},{"t":62}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[700.722,78.614]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 6"}],"bounds":{"l":616,"t":3,"b":154,"r":785},"ip":53,"op":55,"st":49},{"ddd":0,"ind":10,"ty":4,"nm":"Moriginal","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[102.41,161.975,0]},"a":{"k":[675.727,77.648,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":0,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[50.383,-19.404],[9.862,62.497],[-10.077,62.497],[-50.385,-19.404],[-50.385,74.932],[-83.83,74.932],[-83.83,-74.932],[-38.593,-74.932],[-0.001,7.396],[38.806,-74.932],[83.83,-74.932],[83.83,74.932],[50.383,74.932]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[50.383,74.987],[9.862,75.012],[-10.077,74.997],[-50.385,74.971],[-50.385,74.932],[-83.83,74.932],[-83.83,-74.932],[-38.593,-74.932],[-0.001,-74.854],[38.806,-74.932],[83.83,-74.932],[83.83,74.932],[50.383,74.932]]}]},{"t":3}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[700.722,78.614]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 6"}],"bounds":{"l":616,"t":3,"b":154,"r":785},"ip":0,"op":3,"st":0},{"ddd":0,"ind":12,"ty":4,"nm":"M_bm Outlines 30","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[128,163,0],"e":[116,128,0],"to":[-2,-5.83333349227905,0],"ti":[2.16666674613953,6.33333349227905,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":33,"s":[116,128,0],"e":[115,125,0],"to":[-2.16666674613953,-6.33333349227905,0],"ti":[-2,-5.83333349227905,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":48,"s":[115,125,0],"e":[128,163,0],"to":[2,5.83333349227905,0],"ti":[-2.16666674613953,-6.33333349227905,0]},{"t":53}]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-38.607,-59.87],[0.631,-59.87],[38.607,21.463],[34.011,31.118],[20.325,59.87],[-4.363,9.708]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-26.607,-51.87],[20.631,-57.87],[17.607,6.462],[44.931,25.382],[0.325,17.87],[10.057,-32.503]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-26.607,-51.87],[20.631,-57.87],[17.607,6.462],[44.931,25.382],[0.325,17.87],[10.057,-32.503]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-30.607,-72.87],[9.631,-54.87],[10.607,-18.538],[26.931,14.382],[-10.675,-3.13],[-2.943,-43.503]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-30.607,-72.87],[9.631,-54.87],[10.607,-18.538],[26.931,14.382],[-10.675,-3.13],[-2.943,-43.503]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-41.607,-68.87],[2.631,-50.87],[3.607,-11.538],[32.931,24.382],[-17.675,3.87],[-9.943,-39.503]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-41.607,-68.87],[2.631,-50.87],[3.607,-11.538],[32.931,24.382],[-17.675,3.87],[-9.943,-39.503]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-33.607,-64.87],[19.964,-43.87],[7.274,-0.537],[33.291,26.627],[-9.008,5.537],[0.917,-37.099]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-33.607,-64.87],[19.964,-43.87],[7.274,-0.537],[33.291,26.627],[-9.008,5.537],[0.917,-37.099]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-41.607,-68.87],[2.631,-50.87],[3.607,-11.538],[32.931,24.382],[-17.675,3.87],[-9.943,-39.503]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":49,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-41.607,-68.87],[2.631,-50.87],[3.607,-11.538],[32.931,24.382],[-17.675,3.87],[-9.943,-39.503]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-38.607,-59.87],[0.631,-59.87],[38.607,21.463],[34.011,31.118],[20.325,59.87],[-4.363,9.708]]}]},{"t":53}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[85.182,122.377]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 7"}],"bounds":{"l":43,"t":49,"b":183,"r":131},"ip":38,"op":53,"st":19},{"ddd":0,"ind":13,"ty":4,"nm":"M_bm Outlines 26","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[128,163,0],"e":[116,128,0],"to":[-2,-5.83333349227905,0],"ti":[2.16666674613953,6.33333349227905,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":33,"s":[116,128,0],"e":[115,125,0],"to":[-2.16666674613953,-6.33333349227905,0],"ti":[-2,-5.83333349227905,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":48,"s":[115,125,0],"e":[128,163,0],"to":[2,5.83333349227905,0],"ti":[-2.16666674613953,-6.33333349227905,0]},{"t":53}]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-38.607,-59.87],[0.631,-59.87],[38.607,21.463],[34.011,31.118],[20.325,59.87],[-4.363,9.708]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-26.607,-51.87],[20.631,-57.87],[17.607,6.462],[44.931,25.382],[0.325,17.87],[10.057,-32.503]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-26.607,-51.87],[20.631,-57.87],[17.607,6.462],[44.931,25.382],[0.325,17.87],[10.057,-32.503]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-30.607,-72.87],[9.631,-54.87],[10.607,-18.538],[26.931,14.382],[-10.675,-3.13],[-2.943,-43.503]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-30.607,-72.87],[9.631,-54.87],[10.607,-18.538],[26.931,14.382],[-10.675,-3.13],[-2.943,-43.503]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-41.607,-68.87],[2.631,-50.87],[3.607,-11.538],[32.931,24.382],[-17.675,3.87],[-9.943,-39.503]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-41.607,-68.87],[2.631,-50.87],[3.607,-11.538],[32.931,24.382],[-17.675,3.87],[-9.943,-39.503]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-33.607,-64.87],[19.964,-43.87],[7.274,-0.537],[33.291,26.627],[-9.008,5.537],[0.917,-37.099]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-33.607,-64.87],[19.964,-43.87],[7.274,-0.537],[33.291,26.627],[-9.008,5.537],[0.917,-37.099]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-41.607,-68.87],[2.631,-50.87],[3.607,-11.538],[32.931,24.382],[-17.675,3.87],[-9.943,-39.503]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":49,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-41.607,-68.87],[2.631,-50.87],[3.607,-11.538],[32.931,24.382],[-17.675,3.87],[-9.943,-39.503]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-38.607,-59.87],[0.631,-59.87],[38.607,21.463],[34.011,31.118],[20.325,59.87],[-4.363,9.708]]}]},{"t":53}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[85.182,122.377]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 7"}],"bounds":{"l":43,"t":49,"b":183,"r":131},"ip":35,"op":38,"st":19},{"ddd":0,"ind":14,"ty":4,"nm":"M_bm Outlines 22","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[128,163,0],"e":[116,128,0],"to":[-2,-5.83333349227905,0],"ti":[2.16666674613953,6.33333349227905,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":33,"s":[116,128,0],"e":[115,125,0],"to":[-2.16666674613953,-6.33333349227905,0],"ti":[-2,-5.83333349227905,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":48,"s":[115,125,0],"e":[128,163,0],"to":[2,5.83333349227905,0],"ti":[-2.16666674613953,-6.33333349227905,0]},{"t":53}]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-38.607,-59.87],[0.631,-59.87],[38.607,21.463],[34.011,31.118],[20.325,59.87],[-4.363,9.708]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-26.607,-51.87],[20.631,-57.87],[17.607,6.462],[44.931,25.382],[0.325,17.87],[10.057,-32.503]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-26.607,-51.87],[20.631,-57.87],[17.607,6.462],[44.931,25.382],[0.325,17.87],[10.057,-32.503]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-30.607,-72.87],[9.631,-54.87],[10.607,-18.538],[26.931,14.382],[-10.675,-3.13],[-2.943,-43.503]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-30.607,-72.87],[9.631,-54.87],[10.607,-18.538],[26.931,14.382],[-10.675,-3.13],[-2.943,-43.503]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-41.607,-68.87],[2.631,-50.87],[3.607,-11.538],[32.931,24.382],[-17.675,3.87],[-9.943,-39.503]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-41.607,-68.87],[2.631,-50.87],[3.607,-11.538],[32.931,24.382],[-17.675,3.87],[-9.943,-39.503]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-33.607,-64.87],[19.964,-43.87],[7.274,-0.537],[33.291,26.627],[-9.008,5.537],[0.917,-37.099]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-33.607,-64.87],[19.964,-43.87],[7.274,-0.537],[33.291,26.627],[-9.008,5.537],[0.917,-37.099]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-41.607,-68.87],[2.631,-50.87],[3.607,-11.538],[32.931,24.382],[-17.675,3.87],[-9.943,-39.503]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":49,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-41.607,-68.87],[2.631,-50.87],[3.607,-11.538],[32.931,24.382],[-17.675,3.87],[-9.943,-39.503]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-38.607,-59.87],[0.631,-59.87],[38.607,21.463],[34.011,31.118],[20.325,59.87],[-4.363,9.708]]}]},{"t":53}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[204,69,51,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[85.182,122.377]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 7"}],"bounds":{"l":43,"t":49,"b":183,"r":131},"ip":32,"op":35,"st":19},{"ddd":0,"ind":15,"ty":4,"nm":"M_bm Outlines 17","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[128,163,0],"e":[116,128,0],"to":[-2,-5.83333349227905,0],"ti":[2.16666674613953,6.33333349227905,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":33,"s":[116,128,0],"e":[115,125,0],"to":[-2.16666674613953,-6.33333349227905,0],"ti":[-2,-5.83333349227905,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":48,"s":[115,125,0],"e":[128,163,0],"to":[2,5.83333349227905,0],"ti":[-2.16666674613953,-6.33333349227905,0]},{"t":53}]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-38.607,-59.87],[0.631,-59.87],[38.607,21.463],[34.011,31.118],[20.325,59.87],[-4.363,9.708]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-26.607,-51.87],[20.631,-57.87],[17.607,6.462],[44.931,25.382],[0.325,17.87],[10.057,-32.503]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-26.607,-51.87],[20.631,-57.87],[17.607,6.462],[44.931,25.382],[0.325,17.87],[10.057,-32.503]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-30.607,-72.87],[9.631,-54.87],[10.607,-18.538],[26.931,14.382],[-10.675,-3.13],[-2.943,-43.503]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-30.607,-72.87],[9.631,-54.87],[10.607,-18.538],[26.931,14.382],[-10.675,-3.13],[-2.943,-43.503]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-41.607,-68.87],[2.631,-50.87],[3.607,-11.538],[32.931,24.382],[-17.675,3.87],[-9.943,-39.503]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-41.607,-68.87],[2.631,-50.87],[3.607,-11.538],[32.931,24.382],[-17.675,3.87],[-9.943,-39.503]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-33.607,-64.87],[19.964,-43.87],[7.274,-0.537],[33.291,26.627],[-9.008,5.537],[0.917,-37.099]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-33.607,-64.87],[19.964,-43.87],[7.274,-0.537],[33.291,26.627],[-9.008,5.537],[0.917,-37.099]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-41.607,-68.87],[2.631,-50.87],[3.607,-11.538],[32.931,24.382],[-17.675,3.87],[-9.943,-39.503]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":49,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-41.607,-68.87],[2.631,-50.87],[3.607,-11.538],[32.931,24.382],[-17.675,3.87],[-9.943,-39.503]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-38.607,-59.87],[0.631,-59.87],[38.607,21.463],[34.011,31.118],[20.325,59.87],[-4.363,9.708]]}]},{"t":53}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[85.182,122.377]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 7"}],"bounds":{"l":43,"t":49,"b":183,"r":131},"ip":30,"op":32,"st":19},{"ddd":0,"ind":16,"ty":4,"nm":"M_bm Outlines 33","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[128,163,0],"e":[147,121,0],"to":[3.16666674613953,-7,0],"ti":[-3.5,7.33333349227905,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":33,"s":[147,121,0],"e":[149,119,0],"to":[3.5,-7.33333349227905,0],"ti":[3.16666674613953,-7,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":48,"s":[149,119,0],"e":[128,163,0],"to":[-3.16666674613953,7,0],"ti":[3.5,-7.33333349227905,0]},{"t":53}]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-25.885,74.932],[-33.916,74.932],[-47.874,46.091],[-27.061,1.518],[8.635,-74.933],[47.874,-74.933],[1.44,19.413]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.636,-20.894],[-8.916,38.106],[-8.874,9.092],[-8.633,-31.682],[29.635,-43.933],[44.874,-82.933],[45.453,-31.585]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.636,-20.894],[-8.916,38.106],[-8.874,9.092],[-8.633,-31.682],[29.635,-43.933],[44.874,-82.933],[45.453,-31.585]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[6.636,-21.894],[-10.916,29.106],[-10.874,0.092],[-13.633,-34.682],[22.635,-45.933],[47.874,-77.933],[41.453,-30.585]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[6.636,-21.894],[-10.916,29.106],[-10.874,0.092],[-13.633,-34.682],[22.635,-45.933],[47.874,-77.933],[41.453,-30.585]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[4.225,-15.972],[-9.916,40.106],[-9.874,11.092],[-12.633,-29.682],[24.635,-37.933],[48.874,-72.933],[34.453,-24.585]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":44,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[4.225,-15.972],[-9.916,40.106],[-9.874,11.092],[-12.633,-29.682],[24.635,-37.933],[48.874,-72.933],[34.453,-24.585]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.636,-20.894],[-8.916,38.106],[-8.874,9.092],[-8.633,-31.682],[29.635,-43.933],[44.874,-82.933],[45.453,-31.585]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":49,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.636,-20.894],[-8.916,38.106],[-8.874,9.092],[-8.633,-31.682],[29.635,-43.933],[44.874,-82.933],[45.453,-31.585]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-18.885,61.932],[-33.916,61.932],[-47.874,46.091],[-27.061,1.518],[8.635,-74.933],[47.874,-74.933],[5.846,11.229]]}]},{"t":53}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[153.915,137.44]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 6"}],"bounds":{"l":106,"t":54,"b":213,"r":203},"ip":43,"op":53,"st":19},{"ddd":0,"ind":17,"ty":4,"nm":"M_bm Outlines 29","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[128,163,0],"e":[147,121,0],"to":[3.16666674613953,-7,0],"ti":[-3.5,7.33333349227905,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":33,"s":[147,121,0],"e":[149,119,0],"to":[3.5,-7.33333349227905,0],"ti":[3.16666674613953,-7,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":48,"s":[149,119,0],"e":[128,163,0],"to":[-3.16666674613953,7,0],"ti":[3.5,-7.33333349227905,0]},{"t":53}]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-25.885,74.932],[-33.916,74.932],[-47.874,46.091],[-27.061,1.518],[8.635,-74.933],[47.874,-74.933],[1.44,19.413]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.636,-20.894],[-8.916,38.106],[-8.874,9.092],[-8.633,-31.682],[29.635,-43.933],[44.874,-82.933],[45.453,-31.585]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.636,-20.894],[-8.916,38.106],[-8.874,9.092],[-8.633,-31.682],[29.635,-43.933],[44.874,-82.933],[45.453,-31.585]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[6.636,-21.894],[-10.916,29.106],[-10.874,0.092],[-13.633,-34.682],[22.635,-45.933],[47.874,-77.933],[41.453,-30.585]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[6.636,-21.894],[-10.916,29.106],[-10.874,0.092],[-13.633,-34.682],[22.635,-45.933],[47.874,-77.933],[41.453,-30.585]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[4.225,-15.972],[-9.916,40.106],[-9.874,11.092],[-12.633,-29.682],[24.635,-37.933],[48.874,-72.933],[34.453,-24.585]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":44,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[4.225,-15.972],[-9.916,40.106],[-9.874,11.092],[-12.633,-29.682],[24.635,-37.933],[48.874,-72.933],[34.453,-24.585]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.636,-20.894],[-8.916,38.106],[-8.874,9.092],[-8.633,-31.682],[29.635,-43.933],[44.874,-82.933],[45.453,-31.585]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":49,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.636,-20.894],[-8.916,38.106],[-8.874,9.092],[-8.633,-31.682],[29.635,-43.933],[44.874,-82.933],[45.453,-31.585]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-18.885,61.932],[-33.916,61.932],[-47.874,46.091],[-27.061,1.518],[8.635,-74.933],[47.874,-74.933],[5.846,11.229]]}]},{"t":53}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[153.915,137.44]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 6"}],"bounds":{"l":106,"t":54,"b":213,"r":203},"ip":38,"op":53,"st":19},{"ddd":0,"ind":18,"ty":4,"nm":"M_bm Outlines 25","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[128,163,0],"e":[147,121,0],"to":[3.16666674613953,-7,0],"ti":[-3.5,7.33333349227905,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":33,"s":[147,121,0],"e":[149,119,0],"to":[3.5,-7.33333349227905,0],"ti":[3.16666674613953,-7,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":48,"s":[149,119,0],"e":[128,163,0],"to":[-3.16666674613953,7,0],"ti":[3.5,-7.33333349227905,0]},{"t":53}]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-25.885,74.932],[-33.916,74.932],[-47.874,46.091],[-27.061,1.518],[8.635,-74.933],[47.874,-74.933],[1.44,19.413]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.636,-20.894],[-8.916,38.106],[-8.874,9.092],[-8.633,-31.682],[29.635,-43.933],[44.874,-82.933],[45.453,-31.585]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.636,-20.894],[-8.916,38.106],[-8.874,9.092],[-8.633,-31.682],[29.635,-43.933],[44.874,-82.933],[45.453,-31.585]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[6.636,-21.894],[-10.916,29.106],[-10.874,0.092],[-13.633,-34.682],[22.635,-45.933],[47.874,-77.933],[41.453,-30.585]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[6.636,-21.894],[-10.916,29.106],[-10.874,0.092],[-13.633,-34.682],[22.635,-45.933],[47.874,-77.933],[41.453,-30.585]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[4.225,-15.972],[-9.916,40.106],[-9.874,11.092],[-12.633,-29.682],[24.635,-37.933],[48.874,-72.933],[34.453,-24.585]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":44,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[4.225,-15.972],[-9.916,40.106],[-9.874,11.092],[-12.633,-29.682],[24.635,-37.933],[48.874,-72.933],[34.453,-24.585]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.636,-20.894],[-8.916,38.106],[-8.874,9.092],[-8.633,-31.682],[29.635,-43.933],[44.874,-82.933],[45.453,-31.585]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":49,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.636,-20.894],[-8.916,38.106],[-8.874,9.092],[-8.633,-31.682],[29.635,-43.933],[44.874,-82.933],[45.453,-31.585]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-18.885,61.932],[-33.916,61.932],[-47.874,46.091],[-27.061,1.518],[8.635,-74.933],[47.874,-74.933],[5.846,11.229]]}]},{"t":53}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[153.915,137.44]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 6"}],"bounds":{"l":106,"t":54,"b":213,"r":203},"ip":35,"op":38,"st":19},{"ddd":0,"ind":19,"ty":4,"nm":"M_bm Outlines 21","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[128,163,0],"e":[147,121,0],"to":[3.16666674613953,-7,0],"ti":[-3.5,7.33333349227905,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":33,"s":[147,121,0],"e":[149,119,0],"to":[3.5,-7.33333349227905,0],"ti":[3.16666674613953,-7,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":48,"s":[149,119,0],"e":[128,163,0],"to":[-3.16666674613953,7,0],"ti":[3.5,-7.33333349227905,0]},{"t":53}]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-25.885,74.932],[-33.916,74.932],[-47.874,46.091],[-27.061,1.518],[8.635,-74.933],[47.874,-74.933],[1.44,19.413]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.636,-20.894],[-8.916,38.106],[-8.874,9.092],[-8.633,-31.682],[29.635,-43.933],[44.874,-82.933],[45.453,-31.585]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.636,-20.894],[-8.916,38.106],[-8.874,9.092],[-8.633,-31.682],[29.635,-43.933],[44.874,-82.933],[45.453,-31.585]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[6.636,-21.894],[-10.916,29.106],[-10.874,0.092],[-13.633,-34.682],[22.635,-45.933],[47.874,-77.933],[41.453,-30.585]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[6.636,-21.894],[-10.916,29.106],[-10.874,0.092],[-13.633,-34.682],[22.635,-45.933],[47.874,-77.933],[41.453,-30.585]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[4.225,-15.972],[-9.916,40.106],[-9.874,11.092],[-12.633,-29.682],[24.635,-37.933],[48.874,-72.933],[34.453,-24.585]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":44,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[4.225,-15.972],[-9.916,40.106],[-9.874,11.092],[-12.633,-29.682],[24.635,-37.933],[48.874,-72.933],[34.453,-24.585]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.636,-20.894],[-8.916,38.106],[-8.874,9.092],[-8.633,-31.682],[29.635,-43.933],[44.874,-82.933],[45.453,-31.585]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":49,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.636,-20.894],[-8.916,38.106],[-8.874,9.092],[-8.633,-31.682],[29.635,-43.933],[44.874,-82.933],[45.453,-31.585]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-18.885,61.932],[-33.916,61.932],[-47.874,46.091],[-27.061,1.518],[8.635,-74.933],[47.874,-74.933],[5.846,11.229]]}]},{"t":53}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[204,69,51,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[153.915,137.44]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 6"}],"bounds":{"l":106,"t":54,"b":213,"r":203},"ip":32,"op":35,"st":19},{"ddd":0,"ind":20,"ty":4,"nm":"M_bm Outlines 16","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[128,163,0],"e":[147,121,0],"to":[3.16666674613953,-7,0],"ti":[-3.5,7.33333349227905,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":33,"s":[147,121,0],"e":[149,119,0],"to":[3.5,-7.33333349227905,0],"ti":[3.16666674613953,-7,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":48,"s":[149,119,0],"e":[128,163,0],"to":[-3.16666674613953,7,0],"ti":[3.5,-7.33333349227905,0]},{"t":53}]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-25.885,74.932],[-33.916,74.932],[-47.874,46.091],[-27.061,1.518],[8.635,-74.933],[47.874,-74.933],[1.44,19.413]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.636,-20.894],[-8.916,38.106],[-8.874,9.092],[-8.633,-31.682],[29.635,-43.933],[44.874,-82.933],[45.453,-31.585]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.636,-20.894],[-8.916,38.106],[-8.874,9.092],[-8.633,-31.682],[29.635,-43.933],[44.874,-82.933],[45.453,-31.585]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[6.636,-21.894],[-10.916,29.106],[-10.874,0.092],[-13.633,-34.682],[22.635,-45.933],[47.874,-77.933],[41.453,-30.585]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[6.636,-21.894],[-10.916,29.106],[-10.874,0.092],[-13.633,-34.682],[22.635,-45.933],[47.874,-77.933],[41.453,-30.585]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[4.225,-15.972],[-9.916,40.106],[-9.874,11.092],[-12.633,-29.682],[24.635,-37.933],[48.874,-72.933],[34.453,-24.585]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":44,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[4.225,-15.972],[-9.916,40.106],[-9.874,11.092],[-12.633,-29.682],[24.635,-37.933],[48.874,-72.933],[34.453,-24.585]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.636,-20.894],[-8.916,38.106],[-8.874,9.092],[-8.633,-31.682],[29.635,-43.933],[44.874,-82.933],[45.453,-31.585]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":49,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.636,-20.894],[-8.916,38.106],[-8.874,9.092],[-8.633,-31.682],[29.635,-43.933],[44.874,-82.933],[45.453,-31.585]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-18.885,61.932],[-33.916,61.932],[-47.874,46.091],[-27.061,1.518],[8.635,-74.933],[47.874,-74.933],[5.846,11.229]]}]},{"t":53}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[153.915,137.44]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 6"}],"bounds":{"l":106,"t":54,"b":213,"r":203},"ip":30,"op":32,"st":19},{"ddd":0,"ind":21,"ty":4,"nm":"M_bm Outlines 10","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":39,"s":[100],"e":[0]},{"t":40}]},"r":{"k":0},"p":{"k":[127.958,142.99,0]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":33,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-12.335,-49.579],[24.512,-37.283],[-7.149,-3.762]]}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-29.196,-30.103],[-22.629,-45.607],[-9.221,-30.784]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":37,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-29.196,-30.103],[-22.629,-45.607],[-9.221,-30.784]]}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-25.183,-38.008],[-28.578,-43.292],[-21.192,-44.306]]}]},{"t":40}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[124,102.334]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 5"}],"bounds":{"l":94,"t":52,"b":99,"r":149},"ip":33,"op":40,"st":20},{"ddd":0,"ind":22,"ty":4,"nm":"M_bm Outlines 36","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":42,"s":[100],"e":[0]},{"t":43}]},"r":{"k":0},"p":{"k":[117.958,162.99,0]},"a":{"k":[125,137.5,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":34,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[2.677,-24.488],[9.243,-10.654],[-8.933,-10.502]]}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-29.196,-30.103],[-22.629,-45.607],[-9.221,-30.784]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":39,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-29.196,-30.103],[-22.629,-45.607],[-9.221,-30.784]]}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-25.183,-38.008],[-28.578,-43.292],[-21.192,-44.306]]}]},{"t":43}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[124,102.334]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 5"}],"bounds":{"l":94,"t":56,"b":92,"r":134},"ip":34,"op":43,"st":21},{"ddd":0,"ind":23,"ty":4,"nm":"M_bm Outlines 15","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":37,"s":[100],"e":[0]},{"t":39}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[128,163,0],"e":[128,103,0],"to":[0,-10,0],"ti":[-0.16666667163372,10.3333330154419,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":33,"s":[128,103,0],"e":[129,101,0],"to":[0.16666667163372,-10.3333330154419,0],"ti":[0,-10,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":39,"s":[129,101,0],"e":[128,163,0],"to":[0,10,0],"ti":[0.16666667163372,-10.3333330154419,0]},{"t":44}]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-37,-39.834],[37,-39.834],[0,39.834]]}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[2.683,-34.307],[26.701,-3.778],[-18.175,6.815]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":34,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[2.683,-34.307],[26.701,-3.778],[-18.175,6.815]]}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[14.743,-17.499],[4.424,-5.678],[-3.142,-22.699]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":38,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[14.743,-17.499],[4.424,-5.678],[-3.142,-22.699]]}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[3.764,-4.956],[-2.181,-9.061],[5.211,-13.408]]}]},{"t":41}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[124,102.334]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 5"}],"bounds":{"l":87,"t":62,"b":143,"r":161},"ip":30,"op":41,"st":19},{"ddd":0,"ind":24,"ty":4,"nm":"M_bm Outlines 32","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[128,163,0],"e":[108,179,0],"to":[-3.33333325386047,2.66666674613953,0],"ti":[0.20848606526852,0.0188069511205,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":33,"s":[108,179,0],"e":[106,179,0],"to":[-0.11774158477783,-0.01062114350498,0],"ti":[-0.03404280915856,-0.05691438168287,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":48,"s":[106,179,0],"e":[128,163,0],"to":[0.23912976682186,0.39978849887848,0],"ti":[-3.66666674613953,2.66666674613953,0]},{"t":53}]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[16.678,74.932],[-16.768,74.932],[-16.768,27.974],[-16.768,-74.933],[-11.676,-74.909],[16.768,-16.773],[16.726,26.057]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,61.932],[0.232,30.932],[-23.768,-4.94],[-0.768,-48.933],[-0.676,-48.909],[-5.232,-7.773],[16.725,27.063]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,61.932],[0.232,30.932],[-23.768,-4.94],[-0.768,-48.933],[-0.676,-48.909],[-5.232,-7.773],[16.725,27.063]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,72.932],[0.232,37.932],[-21.768,0.06],[-4.768,-42.933],[-4.676,-42.909],[-3.232,-2.772],[16.725,34.063]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,72.932],[0.232,37.932],[-21.768,0.06],[-4.768,-42.933],[-4.676,-42.909],[-3.232,-2.772],[16.725,34.063]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,82.932],[0.232,48.932],[-13.768,8.06],[5.232,-32.933],[5.324,-32.909],[4.768,5.228],[16.725,45.063]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,82.932],[0.232,48.932],[-13.768,8.06],[5.232,-32.933],[5.324,-32.909],[4.768,5.228],[16.725,45.063]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,61.932],[0.232,30.932],[-23.768,-4.94],[-0.768,-48.933],[-0.676,-48.909],[-5.232,-7.772],[16.725,27.063]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,61.932],[0.232,30.932],[-23.768,-4.94],[-0.768,-48.933],[-0.676,-48.909],[-5.232,-7.772],[16.725,27.063]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[16.678,74.932],[-16.768,74.932],[-16.768,27.974],[-16.768,-74.933],[-11.676,-74.909],[16.768,-16.773],[16.726,26.057]]}]},{"t":53}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[57.342,137.44]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 4"}],"bounds":{"l":33,"t":62,"b":221,"r":75},"ip":43,"op":53,"st":19},{"ddd":0,"ind":25,"ty":4,"nm":"M_bm Outlines 28","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[128,163,0],"e":[108,179,0],"to":[-3.33333325386047,2.66666674613953,0],"ti":[0.20848606526852,0.0188069511205,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":33,"s":[108,179,0],"e":[106,179,0],"to":[-0.11774158477783,-0.01062114350498,0],"ti":[-0.03404280915856,-0.05691438168287,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":48,"s":[106,179,0],"e":[128,163,0],"to":[0.23912976682186,0.39978849887848,0],"ti":[-3.66666674613953,2.66666674613953,0]},{"t":53}]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[16.678,74.932],[-16.768,74.932],[-16.768,27.974],[-16.768,-74.933],[-11.676,-74.909],[16.768,-16.773],[16.726,26.057]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,61.932],[0.232,30.932],[-23.768,-4.94],[-0.768,-48.933],[-0.676,-48.909],[-5.232,-7.773],[16.725,27.063]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,61.932],[0.232,30.932],[-23.768,-4.94],[-0.768,-48.933],[-0.676,-48.909],[-5.232,-7.773],[16.725,27.063]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,72.932],[0.232,37.932],[-21.768,0.06],[-4.768,-42.933],[-4.676,-42.909],[-3.232,-2.772],[16.725,34.063]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,72.932],[0.232,37.932],[-21.768,0.06],[-4.768,-42.933],[-4.676,-42.909],[-3.232,-2.772],[16.725,34.063]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,82.932],[0.232,48.932],[-13.768,8.06],[5.232,-32.933],[5.324,-32.909],[4.768,5.228],[16.725,45.063]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,82.932],[0.232,48.932],[-13.768,8.06],[5.232,-32.933],[5.324,-32.909],[4.768,5.228],[16.725,45.063]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,61.932],[0.232,30.932],[-23.768,-4.94],[-0.768,-48.933],[-0.676,-48.909],[-5.232,-7.772],[16.725,27.063]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,61.932],[0.232,30.932],[-23.768,-4.94],[-0.768,-48.933],[-0.676,-48.909],[-5.232,-7.772],[16.725,27.063]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[16.678,74.932],[-16.768,74.932],[-16.768,27.974],[-16.768,-74.933],[-11.676,-74.909],[16.768,-16.773],[16.726,26.057]]}]},{"t":53}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[57.342,137.44]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 4"}],"bounds":{"l":33,"t":62,"b":221,"r":75},"ip":38,"op":53,"st":19},{"ddd":0,"ind":26,"ty":4,"nm":"M_bm Outlines 24","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[128,163,0],"e":[108,179,0],"to":[-3.33333325386047,2.66666674613953,0],"ti":[0.20848606526852,0.0188069511205,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":33,"s":[108,179,0],"e":[106,179,0],"to":[-0.11774158477783,-0.01062114350498,0],"ti":[-0.03404280915856,-0.05691438168287,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":48,"s":[106,179,0],"e":[128,163,0],"to":[0.23912976682186,0.39978849887848,0],"ti":[-3.66666674613953,2.66666674613953,0]},{"t":53}]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[16.678,74.932],[-16.768,74.932],[-16.768,27.974],[-16.768,-74.933],[-11.676,-74.909],[16.768,-16.773],[16.726,26.057]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,61.932],[0.232,30.932],[-23.768,-4.94],[-0.768,-48.933],[-0.676,-48.909],[-5.232,-7.773],[16.725,27.063]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,61.932],[0.232,30.932],[-23.768,-4.94],[-0.768,-48.933],[-0.676,-48.909],[-5.232,-7.773],[16.725,27.063]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,72.932],[0.232,37.932],[-21.768,0.06],[-4.768,-42.933],[-4.676,-42.909],[-3.232,-2.772],[16.725,34.063]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,72.932],[0.232,37.932],[-21.768,0.06],[-4.768,-42.933],[-4.676,-42.909],[-3.232,-2.772],[16.725,34.063]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,82.932],[0.232,48.932],[-13.768,8.06],[5.232,-32.933],[5.324,-32.909],[4.768,5.228],[16.725,45.063]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,82.932],[0.232,48.932],[-13.768,8.06],[5.232,-32.933],[5.324,-32.909],[4.768,5.228],[16.725,45.063]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,61.932],[0.232,30.932],[-23.768,-4.94],[-0.768,-48.933],[-0.676,-48.909],[-5.232,-7.772],[16.725,27.063]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,61.932],[0.232,30.932],[-23.768,-4.94],[-0.768,-48.933],[-0.676,-48.909],[-5.232,-7.772],[16.725,27.063]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[16.678,74.932],[-16.768,74.932],[-16.768,27.974],[-16.768,-74.933],[-11.676,-74.909],[16.768,-16.773],[16.726,26.057]]}]},{"t":53}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[57.342,137.44]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 4"}],"bounds":{"l":33,"t":62,"b":221,"r":75},"ip":35,"op":38,"st":19},{"ddd":0,"ind":27,"ty":4,"nm":"M_bm Outlines 20","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[128,163,0],"e":[108,179,0],"to":[-3.33333325386047,2.66666674613953,0],"ti":[0.20848606526852,0.0188069511205,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":33,"s":[108,179,0],"e":[106,179,0],"to":[-0.11774158477783,-0.01062114350498,0],"ti":[-0.03404280915856,-0.05691438168287,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":48,"s":[106,179,0],"e":[128,163,0],"to":[0.23912976682186,0.39978849887848,0],"ti":[-3.66666674613953,2.66666674613953,0]},{"t":53}]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[16.678,74.932],[-16.768,74.932],[-16.768,27.974],[-16.768,-74.933],[-11.676,-74.909],[16.768,-16.773],[16.726,26.057]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,61.932],[0.232,30.932],[-23.768,-4.94],[-0.768,-48.933],[-0.676,-48.909],[-5.232,-7.773],[16.725,27.063]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,61.932],[0.232,30.932],[-23.768,-4.94],[-0.768,-48.933],[-0.676,-48.909],[-5.232,-7.773],[16.725,27.063]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,72.932],[0.232,37.932],[-21.768,0.06],[-4.768,-42.933],[-4.676,-42.909],[-3.232,-2.772],[16.725,34.063]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,72.932],[0.232,37.932],[-21.768,0.06],[-4.768,-42.933],[-4.676,-42.909],[-3.232,-2.772],[16.725,34.063]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,82.932],[0.232,48.932],[-13.768,8.06],[5.232,-32.933],[5.324,-32.909],[4.768,5.228],[16.725,45.063]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,82.932],[0.232,48.932],[-13.768,8.06],[5.232,-32.933],[5.324,-32.909],[4.768,5.228],[16.725,45.063]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,61.932],[0.232,30.932],[-23.768,-4.94],[-0.768,-48.933],[-0.676,-48.909],[-5.232,-7.772],[16.725,27.063]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,61.932],[0.232,30.932],[-23.768,-4.94],[-0.768,-48.933],[-0.676,-48.909],[-5.232,-7.772],[16.725,27.063]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[16.678,74.932],[-16.768,74.932],[-16.768,27.974],[-16.768,-74.933],[-11.676,-74.909],[16.768,-16.773],[16.726,26.057]]}]},{"t":53}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[204,69,51,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[57.342,137.44]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 4"}],"bounds":{"l":33,"t":62,"b":221,"r":75},"ip":32,"op":35,"st":19},{"ddd":0,"ind":28,"ty":4,"nm":"M_bm Outlines 14","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[128,163,0],"e":[108,179,0],"to":[-3.33333325386047,2.66666674613953,0],"ti":[0.20848606526852,0.0188069511205,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":33,"s":[108,179,0],"e":[106,179,0],"to":[-0.11774158477783,-0.01062114350498,0],"ti":[-0.03404280915856,-0.05691438168287,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":48,"s":[106,179,0],"e":[128,163,0],"to":[0.23912976682186,0.39978849887848,0],"ti":[-3.66666674613953,2.66666674613953,0]},{"t":53}]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[16.678,74.932],[-16.768,74.932],[-16.768,27.974],[-16.768,-74.933],[-11.676,-74.909],[16.768,-16.773],[16.726,26.057]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,61.932],[0.232,30.932],[-23.768,-4.94],[-0.768,-48.933],[-0.676,-48.909],[-5.232,-7.773],[16.725,27.063]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,61.932],[0.232,30.932],[-23.768,-4.94],[-0.768,-48.933],[-0.676,-48.909],[-5.232,-7.773],[16.725,27.063]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,72.932],[0.232,37.932],[-21.768,0.06],[-4.768,-42.933],[-4.676,-42.909],[-3.232,-2.772],[16.725,34.063]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,72.932],[0.232,37.932],[-21.768,0.06],[-4.768,-42.933],[-4.676,-42.909],[-3.232,-2.772],[16.725,34.063]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,82.932],[0.232,48.932],[-13.768,8.06],[5.232,-32.933],[5.324,-32.909],[4.768,5.228],[16.725,45.063]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,82.932],[0.232,48.932],[-13.768,8.06],[5.232,-32.933],[5.324,-32.909],[4.768,5.228],[16.725,45.063]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,61.932],[0.232,30.932],[-23.768,-4.94],[-0.768,-48.933],[-0.676,-48.909],[-5.232,-7.772],[16.725,27.063]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,61.932],[0.232,30.932],[-23.768,-4.94],[-0.768,-48.933],[-0.676,-48.909],[-5.232,-7.772],[16.725,27.063]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[16.678,74.932],[-16.768,74.932],[-16.768,27.974],[-16.768,-74.933],[-11.676,-74.909],[16.768,-16.773],[16.726,26.057]]}]},{"t":53}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[57.342,137.44]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 4"}],"bounds":{"l":33,"t":62,"b":221,"r":75},"ip":30,"op":32,"st":19},{"ddd":0,"ind":30,"ty":4,"nm":"M_bm Outlines 35","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[128,163,0],"e":[147,179,0],"to":[3.16666674613953,2.66666674613953,0],"ti":[-3.5,-2.5,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":33,"s":[147,179,0],"e":[149,178,0],"to":[3.5,2.5,0],"ti":[3.16666674613953,2.66666674613953,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":48,"s":[149,178,0],"e":[128,163,0],"to":[-3.16666674613953,-2.66666674613953,0],"ti":[3.5,2.5,0]},{"t":53}]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[11.675,-74.909],[16.767,-74.932],[16.767,74.932],[-16.678,74.932],[-16.718,34.162]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[9.675,-59.909],[4.767,-19.932],[21.767,13.933],[-16.678,74.932],[5.282,13.162]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[9.675,-59.909],[4.767,-19.932],[21.767,13.933],[-16.678,74.932],[5.282,13.162]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-23.768,-16.773],[3.675,-55.909],[1.767,-16.932],[16.767,15.933],[-8.678,60.932],[-0.718,16.162]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-23.768,-16.773],[3.675,-55.909],[1.767,-16.932],[16.767,15.933],[-8.678,60.932],[-0.718,16.162]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-20.768,-10.773],[10.675,-58.909],[4.767,-10.932],[16.767,23.933],[-5.678,71.932],[-0.718,24.162]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-20.768,-10.773],[10.675,-58.909],[4.767,-10.932],[16.767,23.933],[-5.678,71.932],[-0.718,24.162]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[9.675,-59.909],[4.767,-19.932],[21.767,13.933],[-16.678,74.932],[5.282,13.162]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":46,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[9.675,-59.909],[4.767,-19.932],[21.767,13.933],[-16.678,74.932],[5.282,13.162]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[11.675,-74.909],[16.767,-74.932],[16.767,74.932],[-16.678,74.932],[-16.718,34.162]]}]},{"t":53}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[191.02,137.44]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 3"}],"bounds":{"l":167,"t":62,"b":213,"r":213},"ip":38,"op":53,"st":19},{"ddd":0,"ind":31,"ty":4,"nm":"M_bm Outlines 23","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[128,163,0],"e":[147,179,0],"to":[3.16666674613953,2.66666674613953,0],"ti":[-3.5,-2.5,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":33,"s":[147,179,0],"e":[149,178,0],"to":[3.5,2.5,0],"ti":[3.16666674613953,2.66666674613953,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":48,"s":[149,178,0],"e":[128,163,0],"to":[-3.16666674613953,-2.66666674613953,0],"ti":[3.5,2.5,0]},{"t":53}]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[11.675,-74.909],[16.767,-74.932],[16.767,74.932],[-16.678,74.932],[-16.718,34.162]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[9.675,-59.909],[4.767,-19.932],[21.767,13.933],[-16.678,74.932],[5.282,13.162]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[9.675,-59.909],[4.767,-19.932],[21.767,13.933],[-16.678,74.932],[5.282,13.162]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-23.768,-16.773],[3.675,-55.909],[1.767,-16.932],[16.767,15.933],[-8.678,60.932],[-0.718,16.162]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-23.768,-16.773],[3.675,-55.909],[1.767,-16.932],[16.767,15.933],[-8.678,60.932],[-0.718,16.162]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-20.768,-10.773],[10.675,-58.909],[4.767,-10.932],[16.767,23.933],[-5.678,71.932],[-0.718,24.162]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-20.768,-10.773],[10.675,-58.909],[4.767,-10.932],[16.767,23.933],[-5.678,71.932],[-0.718,24.162]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[9.675,-59.909],[4.767,-19.932],[21.767,13.933],[-16.678,74.932],[5.282,13.162]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":46,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[9.675,-59.909],[4.767,-19.932],[21.767,13.933],[-16.678,74.932],[5.282,13.162]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[11.675,-74.909],[16.767,-74.932],[16.767,74.932],[-16.678,74.932],[-16.718,34.162]]}]},{"t":53}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[191.02,137.44]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 3"}],"bounds":{"l":167,"t":62,"b":213,"r":213},"ip":35,"op":38,"st":19},{"ddd":0,"ind":32,"ty":4,"nm":"M_bm Outlines 19","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[128,163,0],"e":[147,179,0],"to":[3.16666674613953,2.66666674613953,0],"ti":[-3.5,-2.5,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":33,"s":[147,179,0],"e":[149,178,0],"to":[3.5,2.5,0],"ti":[3.16666674613953,2.66666674613953,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":48,"s":[149,178,0],"e":[128,163,0],"to":[-3.16666674613953,-2.66666674613953,0],"ti":[3.5,2.5,0]},{"t":53}]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[11.675,-74.909],[16.767,-74.932],[16.767,74.932],[-16.678,74.932],[-16.718,34.162]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[9.675,-59.909],[4.767,-19.932],[21.767,13.933],[-16.678,74.932],[5.282,13.162]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[9.675,-59.909],[4.767,-19.932],[21.767,13.933],[-16.678,74.932],[5.282,13.162]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-23.768,-16.773],[3.675,-55.909],[1.767,-16.932],[16.767,15.933],[-8.678,60.932],[-0.718,16.162]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-23.768,-16.773],[3.675,-55.909],[1.767,-16.932],[16.767,15.933],[-8.678,60.932],[-0.718,16.162]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-20.768,-10.773],[10.675,-58.909],[4.767,-10.932],[16.767,23.933],[-5.678,71.932],[-0.718,24.162]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-20.768,-10.773],[10.675,-58.909],[4.767,-10.932],[16.767,23.933],[-5.678,71.932],[-0.718,24.162]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[9.675,-59.909],[4.767,-19.932],[21.767,13.933],[-16.678,74.932],[5.282,13.162]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":46,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[9.675,-59.909],[4.767,-19.932],[21.767,13.933],[-16.678,74.932],[5.282,13.162]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[11.675,-74.909],[16.767,-74.932],[16.767,74.932],[-16.678,74.932],[-16.718,34.162]]}]},{"t":53}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[204,69,51,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[191.02,137.44]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 3"}],"bounds":{"l":167,"t":62,"b":213,"r":213},"ip":32,"op":35,"st":19},{"ddd":0,"ind":33,"ty":4,"nm":"M_bm Outlines 13","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[128,163,0],"e":[147,179,0],"to":[3.16666674613953,2.66666674613953,0],"ti":[-3.5,-2.5,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":33,"s":[147,179,0],"e":[149,178,0],"to":[3.5,2.5,0],"ti":[3.16666674613953,2.66666674613953,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":48,"s":[149,178,0],"e":[128,163,0],"to":[-3.16666674613953,-2.66666674613953,0],"ti":[3.5,2.5,0]},{"t":53}]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[11.675,-74.909],[16.767,-74.932],[16.767,74.932],[-16.678,74.932],[-16.718,34.162]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[9.675,-59.909],[4.767,-19.932],[21.767,13.933],[-16.678,74.932],[5.282,13.162]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[9.675,-59.909],[4.767,-19.932],[21.767,13.933],[-16.678,74.932],[5.282,13.162]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-23.768,-16.773],[3.675,-55.909],[1.767,-16.932],[16.767,15.933],[-8.678,60.932],[-0.718,16.162]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-23.768,-16.773],[3.675,-55.909],[1.767,-16.932],[16.767,15.933],[-8.678,60.932],[-0.718,16.162]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-20.768,-10.773],[10.675,-58.909],[4.767,-10.932],[16.767,23.933],[-5.678,71.932],[-0.718,24.162]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-20.768,-10.773],[10.675,-58.909],[4.767,-10.932],[16.767,23.933],[-5.678,71.932],[-0.718,24.162]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[9.675,-59.909],[4.767,-19.932],[21.767,13.933],[-16.678,74.932],[5.282,13.162]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":46,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[9.675,-59.909],[4.767,-19.932],[21.767,13.933],[-16.678,74.932],[5.282,13.162]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[11.675,-74.909],[16.767,-74.932],[16.767,74.932],[-16.678,74.932],[-16.718,34.162]]}]},{"t":53}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[191.02,137.44]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 3"}],"bounds":{"l":167,"t":62,"b":213,"r":213},"ip":30,"op":32,"st":19},{"ddd":0,"ind":34,"ty":4,"nm":"M_bm Outlines 8","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[100],"e":[0]},{"t":39}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[135,160,0],"e":[131,187,0],"to":[-0.66666668653488,4.5,0],"ti":[0.66666668653488,-4.5,0]},{"t":39}]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[15.703,1.148],[3.139,25.532],[-8.642,19.461]]}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-5.65,3.548],[13.97,13.681],[5.811,17.808]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-5.65,3.548],[13.97,13.681],[5.811,17.808]]}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-4.543,2.112],[11.21,17.587],[2.196,19.121]]}]},{"t":39}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[151.5,168]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 2"}],"bounds":{"l":142,"t":169,"b":194,"r":168},"ip":33,"op":39,"st":19},{"ddd":0,"ind":35,"ty":4,"nm":"M_bm Outlines 12","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":47,"s":[100],"e":[0]},{"t":48}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[128,163,0],"e":[130,183,0],"to":[0.33333334326744,3.33333325386047,0],"ti":[-0.5,-4,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[130,183,0],"e":[131,187,0],"to":[0.5,4,0],"ti":[-0.16666667163372,-0.66666668653488,0]},{"t":44}]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[21.5,-44.5],[21.5,44.5],[-21.5,44.5]]}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[32.428,13.517],[-9.71,34.634],[-19.912,14.275]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[32.428,13.517],[-9.71,34.634],[-19.912,14.275]]}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[18.361,40.376],[5.748,38.498],[9.169,31.569]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":46,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[18.361,40.376],[5.748,38.498],[9.169,31.569]]}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[9.541,39.653],[7.646,37.41],[9.077,37.041]]}]},{"t":48}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[151.5,168]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 2"}],"bounds":{"l":130,"t":123,"b":213,"r":184},"ip":30,"op":48,"st":19},{"ddd":0,"ind":36,"ty":4,"nm":"M_bm Outlines 9","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":39,"s":[100],"e":[0]},{"t":40}]},"r":{"k":0},"p":{"k":[128.074,176.333,0]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-15.355,-2.707],[-7.017,26.157],[7.094,22.081]]}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[0.926,-5.763],[-18.947,-2.803],[-17.604,7.667]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":36,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[0.926,-5.763],[-18.947,-2.803],[-17.604,7.667]]}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[3.029,-7.988],[-4.166,-17.556],[-9.268,-13.879]]}]},{"t":40}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[97,167.5]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":78,"t":149,"b":194,"r":105},"ip":31,"op":40,"st":19},{"ddd":0,"ind":37,"ty":4,"nm":"M_bm Outlines 18","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":47,"s":[100],"e":[0]},{"t":48}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[128,163,0],"e":[128,183,0],"to":[0,3.33333325386047,0],"ti":[0.16666667163372,-3.66666674613953,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[128,183,0],"e":[127,185,0],"to":[-0.16666667163372,3.66666674613953,0],"ti":[0,3.33333325386047,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":48,"s":[127,185,0],"e":[128,163,0],"to":[0,-3.33333325386047,0],"ti":[-0.16666667163372,3.66666674613953,0]},{"t":53}]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-22,-45],[-22,45],[22,45]]}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-28.827,49.841],[11.116,25.71],[-0.681,6.183]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-28.827,49.841],[11.116,25.71],[-0.681,6.183]]}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-21.22,43.678],[-16.768,35.906],[-20.567,33.73]]}]},{"t":48}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[204,69,51,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[97,167.5]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":68,"t":122,"b":218,"r":119},"ip":32,"op":53,"st":19},{"ddd":0,"ind":38,"ty":4,"nm":"M_bm Outlines 11","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":47,"s":[100],"e":[0]},{"t":48}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[128,163,0],"e":[128,183,0],"to":[0,3.33333325386047,0],"ti":[0.16666667163372,-3.66666674613953,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[128,183,0],"e":[127,185,0],"to":[-0.16666667163372,3.66666674613953,0],"ti":[0,3.33333325386047,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":48,"s":[127,185,0],"e":[128,163,0],"to":[0,-3.33333325386047,0],"ti":[-0.16666667163372,3.66666674613953,0]},{"t":53}]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-22,-45],[-22,45],[22,45]]}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-28.827,49.841],[11.116,25.71],[-0.681,6.183]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-28.827,49.841],[11.116,25.71],[-0.681,6.183]]}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-21.22,43.678],[-16.768,35.906],[-20.567,33.73]]}]},{"t":48}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[97,167.5]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":68,"t":122,"b":218,"r":119},"ip":30,"op":32,"st":19},{"ddd":0,"ind":39,"ty":4,"nm":"M_bm Outlines 7","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[128,163,0],"e":[116,128,0],"to":[-2,-5.83333349227905,0],"ti":[2.16666674613953,6.33333349227905,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":33,"s":[116,128,0],"e":[115,125,0],"to":[-2.16666674613953,-6.33333349227905,0],"ti":[-2,-5.83333349227905,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":43,"s":[115,125,0],"e":[128,163,0],"to":[2,5.83333349227905,0],"ti":[-2.16666674613953,-6.33333349227905,0]},{"t":48}]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-38.607,-59.87],[0.631,-59.87],[38.607,21.463],[20.325,59.87]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[85.182,122.377]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 7"}],"bounds":{"l":46,"t":62,"b":183,"r":124},"ip":29,"op":30,"st":19},{"ddd":0,"ind":40,"ty":4,"nm":"M_bm Outlines 6","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[128,163,0],"e":[147,121,0],"to":[3.16666674613953,-7,0],"ti":[-3.5,7.33333349227905,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":33,"s":[147,121,0],"e":[149,119,0],"to":[3.5,-7.33333349227905,0],"ti":[3.16666674613953,-7,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":43,"s":[149,119,0],"e":[128,163,0],"to":[-3.16666674613953,7,0],"ti":[3.5,-7.33333349227905,0]},{"t":48}]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":46,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-25.885,74.932],[-33.916,74.932],[-47.874,46.091],[8.635,-74.933],[47.874,-74.933]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-18.885,61.932],[-33.916,61.932],[-47.874,46.091],[8.635,-74.933],[47.874,-74.933]]}]},{"t":47}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[153.915,137.44]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 6"}],"bounds":{"l":106,"t":62,"b":213,"r":202},"ip":29,"op":30,"st":19},{"ddd":0,"ind":41,"ty":4,"nm":"M_bm Outlines 5","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":37,"s":[100],"e":[0]},{"t":39}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[128,163,0],"e":[128,103,0],"to":[0,-10,0],"ti":[-0.16666667163372,10.3333330154419,0]},{"i":{"x":0.856,"y":0.856},"o":{"x":0.144,"y":0.144},"n":"0p856_0p856_0p144_0p144","t":33,"s":[128,103,0],"e":[129,101,0],"to":[0.16666667163372,-10.3333330154419,0],"ti":[0,-10,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39,"s":[129,101,0],"e":[128,163,0],"to":[0,10,0],"ti":[0.16666667163372,-10.3333330154419,0]},{"t":44}]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-37,-39.834],[37,-39.834],[0,39.834]]}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[2.683,-34.307],[26.701,-3.778],[-18.175,6.815]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[2.683,-34.307],[26.701,-3.778],[-18.175,6.815]]}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[14.743,-17.499],[4.424,-5.678],[-3.142,-22.699]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[14.743,-17.499],[4.424,-5.678],[-3.142,-22.699]]}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[3.764,-4.956],[-2.181,-9.061],[5.211,-13.408]]}]},{"t":41}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[124,102.334]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 5"}],"bounds":{"l":87,"t":62,"b":143,"r":161},"ip":29,"op":30,"st":19},{"ddd":0,"ind":42,"ty":4,"nm":"M_bm Outlines 4","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[128,163,0],"e":[108,179,0],"to":[-3.33333325386047,2.66666674613953,0],"ti":[0.20848606526852,0.0188069511205,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":33,"s":[108,179,0],"e":[106,179,0],"to":[-0.11774158477783,-0.01062114350498,0],"ti":[-0.03404280915856,-0.05691438168287,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":43,"s":[106,179,0],"e":[128,163,0],"to":[0.23912976682186,0.39978849887848,0],"ti":[-3.66666674613953,2.66666674613953,0]},{"t":48}]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[16.678,74.932],[-16.768,74.932],[-16.768,-74.933],[-11.676,-74.909],[16.768,-16.773]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[57.342,137.44]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 4"}],"bounds":{"l":40,"t":62,"b":213,"r":75},"ip":29,"op":30,"st":19},{"ddd":0,"ind":43,"ty":4,"nm":"M_bm Outlines 3","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[128,163,0],"e":[147,179,0],"to":[3.16666674613953,2.66666674613953,0],"ti":[-3.5,-2.5,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":33,"s":[147,179,0],"e":[149,178,0],"to":[3.5,2.5,0],"ti":[3.16666674613953,2.66666674613953,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":43,"s":[149,178,0],"e":[128,163,0],"to":[-3.16666674613953,-2.66666674613953,0],"ti":[3.5,2.5,0]},{"t":48}]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[11.675,-74.909],[16.767,-74.932],[16.767,74.932],[-16.678,74.932],[-16.718,34.162]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[191.02,137.44]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 3"}],"bounds":{"l":174,"t":62,"b":213,"r":208},"ip":29,"op":30,"st":19},{"ddd":0,"ind":44,"ty":4,"nm":"M_bm Outlines 2","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[100],"e":[0]},{"t":39}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[128,163,0],"e":[130,183,0],"to":[0.33333334326744,3.33333325386047,0],"ti":[-0.5,-4,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[130,183,0],"e":[131,187,0],"to":[0.5,4,0],"ti":[0.33333334326744,3.33333325386047,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":43,"s":[131,187,0],"e":[128,163,0],"to":[-0.33333334326744,-3.33333325386047,0],"ti":[0.5,4,0]},{"t":48}]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[21.5,-44.5],[21.5,44.5],[-21.5,44.5]]}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[32.428,13.517],[-9.71,34.634],[-19.912,14.275]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[32.428,13.517],[-9.71,34.634],[-19.912,14.275]]}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[18.361,40.376],[5.748,38.498],[9.169,31.569]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[18.361,40.376],[5.748,38.498],[9.169,31.569]]}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[9.541,39.653],[7.646,37.41],[9.077,37.041]]}]},{"t":39}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[151.5,168]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 2"}],"bounds":{"l":130,"t":123,"b":213,"r":184},"ip":29,"op":30,"st":19},{"ddd":0,"ind":45,"ty":4,"nm":"M_bm Outlines","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":42,"s":[100],"e":[0]},{"t":43}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[128,163,0],"e":[128,183,0],"to":[0,3.33333325386047,0],"ti":[0.16666667163372,-3.66666674613953,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[128,183,0],"e":[127,185,0],"to":[-0.16666667163372,3.66666674613953,0],"ti":[0,3.33333325386047,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":43,"s":[127,185,0],"e":[128,163,0],"to":[0,-3.33333325386047,0],"ti":[-0.16666667163372,3.66666674613953,0]},{"t":48}]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-22,-45],[-22,45],[22,45]]}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-28.827,49.841],[11.116,25.71],[-0.681,6.183]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-28.827,49.841],[11.116,25.71],[-0.681,6.183]]}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-21.22,43.678],[-16.768,35.906],[-20.567,33.73]]}]},{"t":43}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[97,167.5]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":68,"t":122,"b":218,"r":119},"ip":29,"op":30,"st":19}]},{"id":"comp_41","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"MisceLinea9","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":41,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":43,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":50,"s":[100],"e":[0]},{"t":52}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41,"s":[127,166.25,0],"e":[98.5,189.25,0],"to":[-4.75,3.83333325386047,0],"ti":[4.75,-3.83333325386047,0]},{"t":52}]},"a":{"k":[59,75.5,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":41,"s":[41,41,100],"e":[100,100,100]},{"t":44}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[8,8]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[8,8]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[222,121,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[58.75,74.75]},"a":{"k":[0,0]},"s":{"k":[113.908,113.908]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":52,"t":68,"b":81,"r":65},"ip":40,"op":6304,"st":4},{"ddd":0,"ind":1,"ty":4,"nm":"MisceLinea8","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":42,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":51,"s":[100],"e":[0]},{"t":55}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[124,153.25,0],"e":[59,178.25,0],"to":[-10.8333330154419,4.16666650772095,0],"ti":[10.8333330154419,-4.16666650772095,0]},{"t":57}]},"a":{"k":[34.5,64.5,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":40,"s":[0,0,100],"e":[100,100,100]},{"t":42}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[8,8]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[8,8]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"st","fillEnabled":true,"c":{"k":[204,69,51,255]},"o":{"k":100},"w":{"k":3},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[35.75,64.25]},"a":{"k":[0,0]},"s":{"k":[133.64,133.64]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":25,"t":53,"b":75,"r":47},"ip":40,"op":6304,"st":4},{"ddd":0,"ind":2,"ty":4,"nm":"MisceLinea7","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":41,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":50,"s":[100],"e":[0]},{"t":52}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[130.25,161.75,0],"e":[160.25,201.75,0],"to":[5,6.66666650772095,0],"ti":[-5,-6.66666650772095,0]},{"t":52}]},"a":{"k":[35.5,64,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":40,"s":[0,0,100],"e":[100,100,100]},{"t":43}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[8,8]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[8,8]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"st","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"w":{"k":3},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[35.75,64.25]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":26,"t":55,"b":74,"r":45},"ip":40,"op":6304,"st":4},{"ddd":0,"ind":3,"ty":4,"nm":"MisceLinea5","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":41,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":42,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[100],"e":[0]},{"t":56}]},"r":{"k":0},"p":{"k":[175.5,121,0]},"a":{"k":[35.5,-6.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41,"s":[{"i":[[0,0],[0.375,-0.125],[0,0]],"o":[[0,0],[-0.125,0.125],[0,0]],"v":[[8.125,1.75],[7.875,1.875],[8,1.75]]}],"e":[{"i":[[0,0],[0.375,-0.125],[0,0]],"o":[[0,0],[-2.909,-2.078],[0,0]],"v":[[13.625,4.5],[13.625,4.125],[8,1.75]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":44,"s":[{"i":[[0,0],[0.375,-0.125],[0,0]],"o":[[0,0],[-2.909,-2.078],[0,0]],"v":[[13.625,4.5],[13.625,4.125],[8,1.75]]}],"e":[{"i":[[0,0],[2.75,2.75],[0,0]],"o":[[0,0],[-2.528,-2.528],[0,0]],"v":[[15.375,10.5],[13.625,4.125],[8,1.75]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[{"i":[[0,0],[2.75,2.75],[0,0]],"o":[[0,0],[-2.528,-2.528],[0,0]],"v":[[15.375,10.5],[13.625,4.125],[8,1.75]]}],"e":[{"i":[[0,0],[2.26,3.165],[0,0]],"o":[[0,0],[-0.125,0],[0,0]],"v":[[15.375,10.5],[13.625,4.125],[13.625,4.125]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":49,"s":[{"i":[[0,0],[2.26,3.165],[0,0]],"o":[[0,0],[-0.125,0],[0,0]],"v":[[15.375,10.5],[13.625,4.125],[13.625,4.125]]}],"e":[{"i":[[0,0],[0.25,0.375],[0,0]],"o":[[0,0],[-0.125,0],[0,0]],"v":[[15.375,10.5],[15.375,10.375],[15.375,10.375]]}]},{"t":51}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[75,162,175,255]},"o":{"k":100},"w":{"k":4},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Shape 1"}],"bounds":{"l":5,"t":-1,"b":13,"r":18},"ip":41,"op":51,"st":-2},{"ddd":0,"ind":4,"ty":4,"nm":"MisceLinea4","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":52,"s":[100],"e":[0]},{"t":53}]},"r":{"k":0},"p":{"k":[125,137.5,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":40,"s":[{"i":[[-0.25,0],[0.25,0]],"o":[[0,0],[0.25,0.25]],"v":[[11,-1.5],[11,-1.5]]}],"e":[{"i":[[-0.25,0],[0,-0.5]],"o":[[8,-0.5],[0.25,0.25]],"v":[[11,-1.5],[23,6.5]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":43,"s":[{"i":[[-0.25,0],[0,-0.5]],"o":[[8,-0.5],[0.25,0.25]],"v":[[11,-1.5],[23,6.5]]}],"e":[{"i":[[-0.25,0],[4,-10]],"o":[[10,-0.75],[0.25,0.25]],"v":[[11,-1.5],[26,18.5]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":46,"s":[{"i":[[-0.25,0],[4,-10]],"o":[[10,-0.75],[0.25,0.25]],"v":[[11,-1.5],[26,18.5]]}],"e":[{"i":[[-0.25,0],[2.25,-6.25]],"o":[[2.75,0.75],[0.25,0.25]],"v":[[21.25,0.25],[26,18.5]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":49,"s":[{"i":[[-0.25,0],[2.25,-6.25]],"o":[[2.75,0.75],[0.25,0.25]],"v":[[21.25,0.25],[26,18.5]]}],"e":[{"i":[[-0.25,0],[0.25,-1.5]],"o":[[0,2],[0.25,0.25]],"v":[[25.75,8],[26,18.5]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":51,"s":[{"i":[[-0.25,0],[0.25,-1.5]],"o":[[0,2],[0.25,0.25]],"v":[[25.75,8],[26,18.5]]}],"e":[{"i":[[-0.25,0],[0.25,-1.5]],"o":[[0,2],[0.25,0.25]],"v":[[26.25,17.75],[26,18.5]]}]},{"t":53}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"w":{"k":4},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Shape 1"}],"bounds":{"l":8,"t":-4,"b":21,"r":29},"ip":40,"op":53,"st":4},{"ddd":0,"ind":5,"ty":4,"nm":"MisceLinea3","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[125,137.5,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-11.5,-10.188],[-11.5,-10]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-11.5,-10.188],[-11.5,-58.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":46,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-11.5,-10.188],[-11.5,-58.5]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-11.5,-58.438],[-11.5,-58.5]]}]},{"t":51}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"w":{"k":4},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Shape 1"}],"bounds":{"l":-14,"t":-61,"b":-8,"r":-9},"ip":40,"op":51,"st":4},{"ddd":0,"ind":6,"ty":4,"nm":"MisceLinea6","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[135,167.5,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":48,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-58.25,32.75],[-58.25,33]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-58.25,32.75],[-65.75,40]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-58.25,32.75],[-65.75,40]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-65.25,39.25],[-65.75,40]]}]},{"t":56}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"w":{"k":4},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Shape 1"}],"bounds":{"l":-68,"t":30,"b":42,"r":-56},"ip":48,"op":56,"st":4},{"ddd":0,"ind":7,"ty":4,"nm":"MisceLinea2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[125,137.5,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-60.5,34],[-60.5,34]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-60.5,34],[-66,40.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":43,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-60.5,34],[-66,40.5]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-66,40.5],[-66,40.5]]}]},{"t":46}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[91,89,130,255]},"o":{"k":100},"w":{"k":4},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Shape 1"}],"bounds":{"l":-68,"t":32,"b":43,"r":-58},"ip":40,"op":46,"st":4},{"ddd":0,"ind":8,"ty":4,"nm":"MisceLinea1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[125,137.5,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-65,14.75],[-65,15]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-65,14.75],[-57,-7.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":44,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-65,14.75],[-57,-7.5]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-57,-7.75],[-57,-7.5]]}]},{"t":48}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[91,89,130,255]},"o":{"k":100},"w":{"k":4},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Shape 1"}],"bounds":{"l":-67,"t":-10,"b":17,"r":-55},"ip":40,"op":48,"st":4},{"ddd":0,"ind":10,"ty":0,"nm":"flip","refId":"comp_42","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[127,137.5,0]},"a":{"k":[125,137.5,0]},"s":{"k":[-100,100,100]}},"w":250,"h":275,"ip":3,"op":81,"st":3},{"ddd":0,"ind":11,"ty":4,"nm":"Yoriginal 8","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[1.351]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_1p351_0p167_0p167"],"t":34,"s":[0],"e":[-57]},{"i":{"x":[0.833],"y":[0.856]},"o":{"x":[0.167],"y":[0.1]},"n":["0p833_0p856_0p167_0p1"],"t":39,"s":[-57],"e":[384]},{"i":{"x":[0.833],"y":[2.689]},"o":{"x":[0.167],"y":[-1.689]},"n":["0p833_2p689_0p167_-1p689"],"t":50,"s":[384],"e":[360]},{"t":57}]},"p":{"k":[122.41,160.975,0]},"a":{"k":[531.727,75.648,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":72,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[28.786,-57.817],[37.642,-73.058],[58.625,-57.933],[60,-58.189],[59.374,-57.933],[28.608,-57.933],[27.723,-57.743]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[68.786,-73.817],[38.642,-74.058],[59.625,-58.933],[61,-59.189],[60.374,-58.933],[68.608,-73.933],[67.723,-73.743]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":75,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[68.786,-73.817],[38.642,-74.058],[59.625,-58.933],[61,-59.189],[60.374,-58.933],[68.608,-73.933],[67.723,-73.743]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[68.786,-73.817],[38.642,-74.058],[59.625,-58.933],[61,-59.189],[60.374,-58.933],[68.608,-73.933],[67.723,-73.743]]}]},{"t":80}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[255,219,67,255],"e":[255,219,67,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":39,"s":[255,219,67,255],"e":[204,69,51,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[204,69,51,255],"e":[204,69,51,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[204,69,51,255],"e":[255,219,67,255]},{"t":76}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[532.604,78.614]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 7"}],"bounds":{"l":560,"t":4,"b":21,"r":602},"ip":72,"op":81,"st":1},{"ddd":0,"ind":12,"ty":4,"nm":"Yoriginal 7","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[1.351]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_1p351_0p167_0p167"],"t":34,"s":[0],"e":[-57]},{"i":{"x":[0.833],"y":[0.856]},"o":{"x":[0.167],"y":[0.1]},"n":["0p833_0p856_0p167_0p1"],"t":39,"s":[-57],"e":[384]},{"i":{"x":[0.833],"y":[2.689]},"o":{"x":[0.167],"y":[-1.689]},"n":["0p833_2p689_0p167_-1p689"],"t":50,"s":[384],"e":[360]},{"t":57}]},"p":{"k":[122.41,160.975,0]},"a":{"k":[531.727,75.648,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":69,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.786,-54.817],[42.642,-29.058],[55.625,-54.933],[57,-55.189],[56.374,-54.933],[25.608,-54.933],[24.723,-54.743]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[28.786,-56.817],[37.642,-72.058],[58.625,-56.933],[60,-57.189],[59.374,-56.933],[28.608,-56.933],[27.723,-56.743]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":72,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[28.786,-56.817],[37.642,-72.058],[58.625,-56.933],[60,-57.189],[59.374,-56.933],[28.608,-56.933],[27.723,-56.743]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[28.786,-56.817],[37.642,-72.058],[58.625,-56.933],[60,-57.189],[59.374,-56.933],[28.608,-56.933],[27.723,-56.743]]}]},{"t":80}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":39,"s":[255,219,67,255],"e":[204,69,51,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[204,69,51,255],"e":[204,69,51,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[204,69,51,255],"e":[255,219,67,255]},{"t":76}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[532.604,78.614]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 7"}],"bounds":{"l":557,"t":6,"b":50,"r":593},"ip":69,"op":81,"st":1},{"ddd":0,"ind":13,"ty":4,"nm":"Yoriginal 6","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[1.351]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_1p351_0p167_0p167"],"t":34,"s":[0],"e":[-57]},{"i":{"x":[0.833],"y":[0.856]},"o":{"x":[0.167],"y":[0.1]},"n":["0p833_0p856_0p167_0p1"],"t":39,"s":[-57],"e":[384]},{"i":{"x":[0.833],"y":[2.689]},"o":{"x":[0.167],"y":[-1.689]},"n":["0p833_2p689_0p167_-1p689"],"t":50,"s":[384],"e":[360]},{"t":57}]},"p":{"k":[122.41,160.975,0]},"a":{"k":[531.727,75.648,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":64,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[21.786,-50.817],[38.642,-25.058],[4.625,-22.933],[6,-23.189],[5.374,-22.933],[21.608,-50.933],[20.723,-50.743]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.786,-54.817],[42.642,-29.058],[55.625,-54.933],[57,-55.189],[56.374,-54.933],[25.608,-54.933],[24.723,-54.743]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":70,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.786,-54.817],[42.642,-29.058],[55.625,-54.933],[57,-55.189],[56.374,-54.933],[25.608,-54.933],[24.723,-54.743]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.786,-54.817],[42.642,-29.058],[55.625,-54.933],[57,-55.189],[56.374,-54.933],[25.608,-54.933],[24.723,-54.743]]}]},{"t":80}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":39,"s":[255,219,67,255],"e":[204,69,51,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[204,69,51,255],"e":[204,69,51,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[204,69,51,255],"e":[255,219,67,255]},{"t":76}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[532.604,78.614]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 7"}],"bounds":{"l":537,"t":23,"b":56,"r":590},"ip":64,"op":81,"st":1},{"ddd":0,"ind":14,"ty":4,"nm":"Yoriginal 5","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[1.351]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_1p351_0p167_0p167"],"t":34,"s":[0],"e":[-57]},{"i":{"x":[0.833],"y":[0.856]},"o":{"x":[0.167],"y":[0.1]},"n":["0p833_0p856_0p167_0p1"],"t":39,"s":[-57],"e":[384]},{"i":{"x":[0.833],"y":[2.689]},"o":{"x":[0.167],"y":[-1.689]},"n":["0p833_2p689_0p167_-1p689"],"t":50,"s":[384],"e":[360]},{"t":57}]},"p":{"k":[125.41,159.975,0]},"a":{"k":[531.727,75.648,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":60,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[20.786,7.183],[35.642,-22.058],[1.625,-19.933],[3,-20.189],[2.374,-19.933],[20.608,7.067],[19.723,7.257]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[21.786,-50.817],[38.642,-25.058],[4.625,-22.933],[6,-23.189],[5.374,-22.933],[21.608,-50.933],[20.723,-50.743]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":64,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[21.786,-50.817],[38.642,-25.058],[4.625,-22.933],[6,-23.189],[5.374,-22.933],[21.608,-50.933],[20.723,-50.743]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[21.786,-50.817],[38.642,-25.058],[4.625,-22.933],[6,-23.189],[5.374,-22.933],[21.608,-50.933],[20.723,-50.743]]}]},{"t":80}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":39,"s":[255,219,67,255],"e":[204,69,51,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[204,69,51,255],"e":[204,69,51,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[204,69,51,255],"e":[255,219,67,255]},{"t":76}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[532.604,78.614]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 7"}],"bounds":{"l":534,"t":27,"b":86,"r":572},"ip":60,"op":81,"st":1},{"ddd":0,"ind":15,"ty":4,"nm":"Yoriginal 9","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[1.351]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_1p351_0p167_0p167"],"t":32,"s":[0],"e":[-57]},{"i":{"x":[0.833],"y":[0.856]},"o":{"x":[0.167],"y":[0.1]},"n":["0p833_0p856_0p167_0p1"],"t":37,"s":[-57],"e":[384]},{"i":{"x":[0.833],"y":[2.689]},"o":{"x":[0.167],"y":[-1.689]},"n":["0p833_2p689_0p167_-1p689"],"t":48,"s":[384],"e":[360]},{"t":55}]},"p":{"k":[125.41,159.975,0]},"a":{"k":[531.727,75.648,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[17.786,8.183],[-16.358,5.942],[-1.375,-18.933],[0,-19.189],[-0.626,-18.933],[17.608,8.067],[16.723,8.257]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[20.786,7.183],[35.642,-22.058],[1.625,-19.933],[3,-20.189],[2.374,-19.933],[20.608,7.067],[19.723,7.257]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":60,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[20.786,7.183],[35.642,-22.058],[1.625,-19.933],[3,-20.189],[2.374,-19.933],[20.608,7.067],[19.723,7.257]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[20.786,7.183],[35.642,-22.058],[1.625,-19.933],[3,-20.189],[2.374,-19.933],[20.608,7.067],[19.723,7.257]]}]},{"t":80}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":37,"s":[255,219,67,255],"e":[204,69,51,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[204,69,51,255],"e":[204,69,51,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[204,69,51,255],"e":[255,219,67,255]},{"t":76}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[532.604,78.614]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 7"}],"bounds":{"l":516,"t":56,"b":87,"r":569},"ip":56,"op":81,"st":-1},{"ddd":0,"ind":16,"ty":4,"nm":"Yoriginal 13","ks":{"o":{"k":100},"r":{"k":360},"p":{"k":[127.41,159.975,0]},"a":{"k":[531.727,75.648,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":66,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.286,14.933],[15.392,36.442],[1.625,36.818],[16.108,14.817]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.286,68.558],[15.892,38.442],[2.125,38.818],[15.108,68.442]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":72,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.286,68.558],[15.892,38.442],[2.125,38.818],[15.108,68.442]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.286,68.558],[15.892,38.442],[2.125,38.818],[15.108,68.443]]}]},{"t":80}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[91,89,130,255],"e":[255,219,67,255]},{"t":76}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[532.604,78.614]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 7"}],"bounds":{"l":534,"t":93,"b":148,"r":549},"ip":66,"op":81,"st":6},{"ddd":0,"ind":17,"ty":4,"nm":"Yoriginal 11","ks":{"o":{"k":100},"r":{"k":360},"p":{"k":[127.41,159.975,0]},"a":{"k":[531.727,75.648,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":61,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[13.786,11.183],[-16.358,10.942],[0.625,36.068],[13.608,11.067]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.286,14.933],[15.392,36.442],[1.625,36.818],[16.108,14.817]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":65,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.286,14.933],[15.392,36.442],[1.625,36.818],[16.108,14.817]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.286,14.933],[15.392,36.442],[1.625,36.818],[16.108,14.817]]}]},{"t":80}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[91,89,130,255],"e":[255,219,67,255]},{"t":76}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[532.604,78.614]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 7"}],"bounds":{"l":516,"t":89,"b":116,"r":549},"ip":61,"op":81,"st":4},{"ddd":0,"ind":18,"ty":4,"nm":"Yoriginal 12","ks":{"o":{"k":100},"r":{"k":360},"p":{"k":[125.41,159.975,0]},"a":{"k":[531.727,75.648,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":64,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.036,13.433],[15.392,36.442],[3.875,36.318],[14.858,13.317]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.286,68.933],[15.642,38.442],[4.375,38.318],[16.108,68.817]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":69,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.286,68.933],[15.642,38.442],[4.375,38.318],[16.108,68.817]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.286,68.933],[15.642,38.442],[4.375,38.318],[16.108,68.817]]}]},{"t":80}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[91,89,130,255],"e":[255,219,67,255]},{"t":76}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[532.604,78.614]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 7"}],"bounds":{"l":536,"t":91,"b":148,"r":549},"ip":64,"op":81,"st":7},{"ddd":0,"ind":19,"ty":4,"nm":"Yoriginal 10","ks":{"o":{"k":100},"r":{"k":360},"p":{"k":[125.41,159.975,0]},"a":{"k":[531.727,75.648,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":60,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[13.786,11.183],[-16.358,10.942],[0.625,36.068],[13.608,11.067]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.036,13.433],[15.392,36.442],[3.875,36.318],[14.858,13.317]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":64,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.036,13.433],[15.392,36.442],[3.875,36.318],[14.858,13.317]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.036,13.433],[15.392,36.442],[3.875,36.318],[14.858,13.317]]}]},{"t":80}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[91,89,130,255],"e":[255,219,67,255]},{"t":76}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[532.604,78.614]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 7"}],"bounds":{"l":516,"t":89,"b":116,"r":548},"ip":60,"op":81,"st":3},{"ddd":0,"ind":20,"ty":4,"nm":"Yoriginal 14","ks":{"o":{"k":100},"r":{"k":360},"p":{"k":[125.41,159.975,0]},"a":{"k":[531.727,75.648,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":65,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-16.358,10.942],[2,35.811],[13.608,11.067]]}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-14.608,72.942],[0.75,37.561],[15.858,73.817]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":69,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-14.608,72.942],[0.75,37.561],[15.858,73.817]]}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-14.608,72.942],[0.75,37.561],[15.858,73.817]]}]},{"t":80}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[91,89,130,255],"e":[255,219,67,255]},{"t":76}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[532.604,78.614]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 7"}],"bounds":{"l":516,"t":89,"b":153,"r":549},"ip":65,"op":81,"st":8},{"ddd":0,"ind":21,"ty":4,"nm":"Yoriginal 3","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[1.351]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_1p351_0p167_0p167"],"t":32,"s":[0],"e":[-57]},{"i":{"x":[0.833],"y":[0.856]},"o":{"x":[0.167],"y":[0.1]},"n":["0p833_0p856_0p167_0p1"],"t":37,"s":[-57],"e":[384]},{"i":{"x":[0.833],"y":[2.689]},"o":{"x":[0.167],"y":[-1.689]},"n":["0p833_2p689_0p167_-1p689"],"t":48,"s":[384],"e":[360]},{"t":55}]},"p":{"k":[125.41,159.975,0]},"a":{"k":[531.727,75.648,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[17.786,8.183],[-16.358,5.942],[-1.375,-18.933],[0,-19.189],[-0.626,-18.933],[17.608,8.067],[16.723,8.257]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[13.786,11.183],[-16.358,10.942],[0.625,36.068],[2,35.811],[1.374,36.068],[13.608,11.067],[12.723,11.257]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":60,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[13.786,11.183],[-16.358,10.942],[0.625,36.068],[2,35.811],[1.374,36.068],[13.608,11.067],[12.723,11.257]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[13.786,11.183],[-16.358,10.942],[0.625,36.068],[2,35.811],[1.374,36.068],[13.608,11.067],[12.723,11.257]]}]},{"t":80}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[91,89,130,255],"e":[255,219,67,255]},{"t":76}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[532.604,78.614]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 7"}],"bounds":{"l":516,"t":59,"b":115,"r":551},"ip":56,"op":81,"st":-1},{"ddd":0,"ind":22,"ty":4,"nm":"Yoriginal 15","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[128.41,167.975,0]},"a":{"k":[534.727,83.648,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":81,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[18.022,81.06],[-18.132,81.06],[-18.132,17.094],[-74.219,-80.94],[-35.052,-80.94],[-0.055,-20.683],[34.94,-80.94],[74.108,-80.94],[18.022,17.094]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[16.723,74.933],[-16.723,74.933],[-16.723,15.758],[-68.608,-74.933],[-32.375,-74.933],[0,-19.189],[32.374,-74.933],[68.608,-74.933],[16.723,15.758]]}]},{"t":85}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[532.604,78.614]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 7"}],"bounds":{"l":458,"t":-3,"b":160,"r":607},"ip":81,"op":198,"st":81},{"ddd":0,"ind":23,"ty":4,"nm":"Yoriginal 2","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[1.351]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_1p351_0p167_0p167"],"t":33,"s":[0],"e":[-57]},{"i":{"x":[0.833],"y":[0.856]},"o":{"x":[0.167],"y":[0.1]},"n":["0p833_0p856_0p167_0p1"],"t":38,"s":[-57],"e":[384]},{"i":{"x":[0.833],"y":[2.689]},"o":{"x":[0.167],"y":[-1.689]},"n":["0p833_2p689_0p167_-1p689"],"t":49,"s":[384],"e":[360]},{"t":56}]},"p":{"k":[125.41,159.975,0]},"a":{"k":[531.727,75.648,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[16.723,74.933],[-16.723,74.933],[-16.723,15.758],[-68.608,-74.933],[-32.375,-74.933],[0,-19.189],[32.374,-74.933],[68.608,-74.933],[16.723,15.758]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[11.014,72.192],[-20.663,70.114],[-16.986,14.068],[-60.491,-75.051],[-26.174,-72.799],[1.025,-17.992],[35.151,-68.775],[69.469,-66.523],[14.692,16.147]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[11.014,72.192],[-20.663,70.114],[-16.986,14.068],[-60.491,-75.051],[-26.174,-72.799],[1.025,-17.992],[35.151,-68.775],[69.469,-66.523],[14.692,16.147]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[21.932,70.393],[-9.701,73.067],[-14.432,17.1],[-70.753,-64.525],[-36.484,-67.422],[-1.409,-17.289],[24.754,-72.598],[59.024,-75.494],[17.201,14.427]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[21.932,70.393],[-9.701,73.067],[-14.432,17.1],[-70.753,-64.525],[-36.484,-67.422],[-1.409,-17.289],[24.754,-72.598],[59.024,-75.494],[17.201,14.427]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[11.014,72.192],[-20.663,70.114],[-16.986,14.068],[-60.491,-75.051],[-26.174,-72.799],[1.025,-17.992],[35.151,-68.775],[69.469,-66.523],[14.692,16.147]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[11.014,72.192],[-20.663,70.114],[-16.986,14.068],[-60.491,-75.051],[-26.174,-72.799],[1.025,-17.992],[35.151,-68.775],[69.469,-66.523],[14.692,16.147]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[21.932,70.393],[-9.701,73.067],[-14.432,17.1],[-70.753,-64.525],[-36.484,-67.422],[-1.409,-17.289],[24.754,-72.598],[59.024,-75.494],[17.201,14.427]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[21.932,70.393],[-9.701,73.067],[-14.432,17.1],[-70.753,-64.525],[-36.484,-67.422],[-1.409,-17.289],[24.754,-72.598],[59.024,-75.494],[17.201,14.427]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[16.723,74.933],[-16.723,74.933],[-16.723,15.758],[-68.608,-74.933],[-32.375,-74.933],[0,-19.189],[32.374,-74.933],[68.608,-74.933],[16.723,15.758]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[16.723,74.933],[-16.723,74.933],[-16.723,15.758],[-68.608,-74.933],[-32.375,-74.933],[0,-19.189],[32.374,-74.933],[68.608,-74.933],[16.723,15.758]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[15.723,83.933],[-17.723,83.933],[-16.723,15.758],[-74.608,-86.933],[-38.375,-86.933],[0,-19.189],[35.374,-79.933],[71.608,-79.933],[16.723,15.758]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[15.723,83.933],[-17.723,83.933],[-16.723,15.758],[-74.608,-86.933],[-38.375,-86.933],[0,-19.189],[35.374,-79.933],[71.608,-79.933],[16.723,15.758]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[15.723,88.933],[-17.723,88.933],[-16.723,15.757],[-74.608,-91.933],[-38.375,-91.933],[0,-19.189],[35.374,-84.933],[71.608,-84.933],[16.723,15.757]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[15.723,88.933],[-17.723,88.933],[-16.723,15.757],[-74.608,-91.933],[-38.375,-91.933],[0,-19.189],[35.374,-84.933],[71.608,-84.933],[16.723,15.757]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[15.723,88.933],[-17.723,88.933],[-16.723,15.757],[-74.608,-91.933],[-38.375,-91.933],[0,-19.189],[35.374,-84.933],[71.608,-84.933],[16.723,15.757]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[15.723,88.933],[-17.723,88.933],[-16.723,15.757],[-74.608,-91.933],[-38.375,-91.933],[0,-19.189],[35.374,-84.933],[71.608,-84.933],[16.723,15.757]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[15.723,83.933],[-17.723,83.933],[-16.723,15.757],[-16.358,5.942],[-1.375,-18.933],[0,-19.189],[35.374,-79.933],[71.608,-79.933],[16.723,15.757]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[15.723,83.933],[-17.723,83.933],[-16.723,15.757],[-16.358,5.942],[-1.375,-18.933],[0,-19.189],[35.374,-79.933],[71.608,-79.933],[16.723,15.757]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[15.723,83.933],[-17.723,83.933],[-16.723,15.757],[-16.358,5.942],[-1.375,-18.933],[0,-19.189],[-0.626,-18.933],[17.608,8.068],[16.723,15.757]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[15.723,83.933],[-17.723,83.933],[-16.723,15.757],[-16.358,5.942],[-1.375,-18.933],[0,-19.189],[-0.626,-18.933],[17.608,8.068],[16.723,15.757]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[10.713,1.804],[-12.191,1.804],[-12.918,1.856],[-12.668,0.27],[-2.408,-16.764],[-1.467,-16.94],[-1.895,-16.764],[10.591,1.726],[9.985,1.856]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[10.713,1.804],[-12.191,1.804],[-12.918,1.856],[-12.668,0.27],[-2.408,-16.764],[-1.467,-16.94],[-1.895,-16.764],[10.591,1.726],[9.985,1.856]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[17.786,8.183],[-15.661,8.183],[-16.723,8.257],[-16.358,5.942],[-1.375,-18.933],[0,-19.189],[-0.626,-18.933],[17.608,8.067],[16.723,8.257]]}]},{"t":32}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[255,219,67,255],"e":[204,69,51,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":39,"s":[204,69,51,255],"e":[204,69,51,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[204,69,51,255],"e":[255,219,67,255]},{"t":76}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[532.604,78.614]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 7"}],"bounds":{"l":457,"t":-14,"b":168,"r":605},"ip":4,"op":6300,"st":0},{"ddd":0,"ind":24,"ty":4,"nm":"Yoriginal","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[128.41,167.975,0]},"a":{"k":[534.727,83.648,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[16.723,74.933],[-16.723,74.933],[-16.723,15.758],[-68.608,-74.933],[-32.375,-74.933],[0,-19.189],[32.374,-74.933],[68.608,-74.933],[16.723,15.758]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[532.604,78.614]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 7"}],"bounds":{"l":463,"t":3,"b":154,"r":602},"ip":0,"op":4,"st":0}]},{"id":"comp_42","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Yoriginal 13","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[1.351]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_1p351_0p167_0p167"],"t":34,"s":[0],"e":[-57]},{"i":{"x":[0.833],"y":[0.856]},"o":{"x":[0.167],"y":[0.1]},"n":["0p833_0p856_0p167_0p1"],"t":39,"s":[-57],"e":[384]},{"i":{"x":[0.833],"y":[2.689]},"o":{"x":[0.167],"y":[-1.689]},"n":["0p833_2p689_0p167_-1p689"],"t":50,"s":[384],"e":[360]},{"t":57}]},"p":{"k":[122.41,160.975,0]},"a":{"k":[531.727,75.648,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":72,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[28.786,-57.817],[37.642,-73.058],[58.625,-57.933],[60,-58.189],[59.374,-57.933],[28.608,-57.933],[27.723,-57.743]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[68.786,-73.817],[38.642,-74.058],[59.625,-58.933],[61,-59.189],[60.374,-58.933],[68.608,-73.933],[67.723,-73.743]]}]},{"t":75}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":39,"s":[255,219,67,255],"e":[204,69,51,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[204,69,51,255],"e":[75,162,175,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":72,"s":[75,162,175,255],"e":[255,219,67,255]},{"t":73}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[532.604,78.614]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 7"}],"bounds":{"l":560,"t":4,"b":21,"r":602},"ip":72,"op":6301,"st":1},{"ddd":0,"ind":1,"ty":4,"nm":"Yoriginal 12","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[1.351]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_1p351_0p167_0p167"],"t":34,"s":[0],"e":[-57]},{"i":{"x":[0.833],"y":[0.856]},"o":{"x":[0.167],"y":[0.1]},"n":["0p833_0p856_0p167_0p1"],"t":39,"s":[-57],"e":[384]},{"i":{"x":[0.833],"y":[2.689]},"o":{"x":[0.167],"y":[-1.689]},"n":["0p833_2p689_0p167_-1p689"],"t":50,"s":[384],"e":[360]},{"t":57}]},"p":{"k":[122.41,160.975,0]},"a":{"k":[531.727,75.648,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":69,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.786,-54.817],[42.642,-29.058],[55.625,-54.933],[57,-55.189],[56.374,-54.933],[25.608,-54.933],[24.723,-54.743]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[28.786,-56.817],[37.642,-72.058],[58.625,-56.933],[60,-57.189],[59.374,-56.933],[28.608,-56.933],[27.723,-56.743]]}]},{"t":72}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":39,"s":[255,219,67,255],"e":[204,69,51,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[204,69,51,255],"e":[75,162,175,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":69,"s":[75,162,175,255],"e":[75,162,175,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":72,"s":[75,162,175,255],"e":[255,219,67,255]},{"t":73}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[532.604,78.614]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 7"}],"bounds":{"l":557,"t":6,"b":50,"r":593},"ip":69,"op":6301,"st":1},{"ddd":0,"ind":2,"ty":4,"nm":"Yoriginal 11","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[1.351]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_1p351_0p167_0p167"],"t":34,"s":[0],"e":[-57]},{"i":{"x":[0.833],"y":[0.856]},"o":{"x":[0.167],"y":[0.1]},"n":["0p833_0p856_0p167_0p1"],"t":39,"s":[-57],"e":[384]},{"i":{"x":[0.833],"y":[2.689]},"o":{"x":[0.167],"y":[-1.689]},"n":["0p833_2p689_0p167_-1p689"],"t":50,"s":[384],"e":[360]},{"t":57}]},"p":{"k":[122.41,160.975,0]},"a":{"k":[531.727,75.648,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":64,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[21.786,-50.817],[38.642,-25.058],[4.625,-22.933],[6,-23.189],[5.374,-22.933],[21.608,-50.933],[20.723,-50.743]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.786,-54.817],[42.642,-29.058],[55.625,-54.933],[57,-55.189],[56.374,-54.933],[25.608,-54.933],[24.723,-54.743]]}]},{"t":70}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":72,"s":[75,162,175,255],"e":[255,219,67,255]},{"t":73}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[532.604,78.614]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 7"}],"bounds":{"l":537,"t":23,"b":56,"r":590},"ip":64,"op":6301,"st":1},{"ddd":0,"ind":3,"ty":4,"nm":"Yoriginal 10","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[1.351]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_1p351_0p167_0p167"],"t":34,"s":[0],"e":[-57]},{"i":{"x":[0.833],"y":[0.856]},"o":{"x":[0.167],"y":[0.1]},"n":["0p833_0p856_0p167_0p1"],"t":39,"s":[-57],"e":[384]},{"i":{"x":[0.833],"y":[2.689]},"o":{"x":[0.167],"y":[-1.689]},"n":["0p833_2p689_0p167_-1p689"],"t":50,"s":[384],"e":[360]},{"t":57}]},"p":{"k":[125.41,159.975,0]},"a":{"k":[531.727,75.648,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":60,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[20.786,7.183],[35.642,-22.058],[1.625,-19.933],[3,-20.189],[2.374,-19.933],[20.608,7.067],[19.723,7.257]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[21.786,-50.817],[38.642,-25.058],[4.625,-22.933],[6,-23.189],[5.374,-22.933],[21.608,-50.933],[20.723,-50.743]]}]},{"t":64}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":72,"s":[75,162,175,255],"e":[255,219,67,255]},{"t":73}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[532.604,78.614]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 7"}],"bounds":{"l":534,"t":27,"b":86,"r":572},"ip":60,"op":6301,"st":1},{"ddd":0,"ind":4,"ty":4,"nm":"Yoriginal 9","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[1.351]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_1p351_0p167_0p167"],"t":32,"s":[0],"e":[-57]},{"i":{"x":[0.833],"y":[0.856]},"o":{"x":[0.167],"y":[0.1]},"n":["0p833_0p856_0p167_0p1"],"t":37,"s":[-57],"e":[384]},{"i":{"x":[0.833],"y":[2.689]},"o":{"x":[0.167],"y":[-1.689]},"n":["0p833_2p689_0p167_-1p689"],"t":48,"s":[384],"e":[360]},{"t":55}]},"p":{"k":[125.41,159.975,0]},"a":{"k":[531.727,75.648,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[17.786,8.183],[-16.358,5.942],[-1.375,-18.933],[0,-19.189],[-0.626,-18.933],[17.608,8.067],[16.723,8.257]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[20.786,7.183],[35.642,-22.058],[1.625,-19.933],[3,-20.189],[2.374,-19.933],[20.608,7.067],[19.723,7.257]]}]},{"t":60}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":72,"s":[75,162,175,255],"e":[255,219,67,255]},{"t":73}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[532.604,78.614]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 7"}],"bounds":{"l":516,"t":56,"b":87,"r":569},"ip":56,"op":6299,"st":-1}]},{"id":"comp_43","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[110.5,180.75,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[{"i":[[0,0],[0.25,-0.125]],"o":[[0,0],[-0.125,-0.125]],"v":[[17.125,-18],[17.125,-18]]}],"e":[{"i":[[0,0],[0.25,-0.125]],"o":[[0,0],[-0.125,-0.125]],"v":[[17.125,-18],[24.5,-11.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[{"i":[[0,0],[0.25,-0.125]],"o":[[0,0],[-0.125,-0.125]],"v":[[17.125,-18],[24.5,-11.5]]}],"e":[{"i":[[0,0],[0.25,-0.125]],"o":[[0,0],[-0.125,-0.125]],"v":[[24.5,-11.5],[24.5,-11.5]]}]},{"t":33}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Shape 1"}],"bounds":{"l":14,"t":-21,"b":-9,"r":28},"ip":25,"op":33,"st":-4},{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[115.5,173,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[0,0],[0.25,-0.125]],"o":[[0,0],[-0.125,-0.125]],"v":[[17.125,-18],[17.125,-18]]}],"e":[{"i":[[0,0],[0.25,-0.125]],"o":[[0,0],[-0.125,-0.125]],"v":[[17.125,-18],[24.5,-11.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28,"s":[{"i":[[0,0],[0.25,-0.125]],"o":[[0,0],[-0.125,-0.125]],"v":[[17.125,-18],[24.5,-11.5]]}],"e":[{"i":[[0,0],[0.25,-0.125]],"o":[[0,0],[-0.125,-0.125]],"v":[[24.5,-11.5],[24.5,-11.5]]}]},{"t":32}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Shape 1"}],"bounds":{"l":14,"t":-21,"b":-9,"r":28},"ip":24,"op":32,"st":-5},{"ddd":0,"ind":2,"ty":0,"nm":"HumoAdelante","refId":"comp_44","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":73,"s":[100],"e":[0]},{"t":84}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":73,"s":[125,137.5,0],"e":[125,97.5,0],"to":[0,-6.66666650772095,0],"ti":[0,6.66666650772095,0]},{"t":89}]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"w":250,"h":275,"ip":0,"op":89,"st":0},{"ddd":0,"ind":3,"ty":0,"nm":"Humo1","refId":"comp_45","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":47,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":56,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":76,"s":[100],"e":[0]},{"t":86}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":73,"s":[127.5,238,0],"e":[127.5,208,0],"to":[0,-5,0],"ti":[0,5,0]},{"t":89}]},"a":{"k":[130.5,249,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":47,"s":[52,52,100],"e":[125,125,100]},{"t":56}]}},"w":250,"h":275,"ip":45,"op":89,"st":22},{"ddd":0,"ind":4,"ty":0,"nm":"Humo1","refId":"comp_45","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":42,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":51,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":77,"s":[100],"e":[0]},{"t":86}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":73,"s":[128.5,209,0],"e":[128.5,179,0],"to":[0,-5,0],"ti":[0,5,0]},{"t":89}]},"a":{"k":[130.5,249,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":42,"s":[52,52,100],"e":[105,105,100]},{"t":51}]}},"w":250,"h":275,"ip":40,"op":89,"st":17},{"ddd":0,"ind":5,"ty":0,"nm":"Humo1","refId":"comp_45","ks":{"o":{"k":[{"i":{"x":[0.564],"y":[0.831]},"o":{"x":[0.182],"y":[0]},"n":["0p564_0p831_0p182_0"],"t":67,"s":[0],"e":[100]},{"i":{"x":[0.841],"y":[0.841]},"o":{"x":[0.38],"y":[0.38]},"n":["0p841_0p841_0p38_0p38"],"t":71,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":87,"s":[100],"e":[0]},{"t":92}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":0.78},"o":{"x":0.333,"y":0.22},"n":"0p667_0p78_0p333_0p22","t":67,"s":[167.5,195.232,0],"e":[167.5,130.232,0],"to":[0,-7.35411882400513,0],"ti":[0,1.66666662693024,0]},{"t":92}]},"a":{"k":[130.5,249,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":67,"s":[55,55,100],"e":[75,75,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":83,"s":[75,75,100],"e":[58,58,100]},{"t":92}]}},"w":250,"h":275,"ip":67,"op":92,"st":16},{"ddd":0,"ind":6,"ty":4,"nm":"Doriginal 5","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[122.41,167.975,0]},"a":{"k":[386.727,83.648,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":53,"s":[{"i":[[-2.238,0.354],[0,0.675],[2.237,0.364],[4.63,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[2.237,-0.354],[0,-0.675],[-2.238,-0.364],[0,0],[0,0],[0,0],[0,0],[0,0],[4.163,0]],"v":[[-16.229,73.045],[-12.873,71.501],[-16.229,69.943],[-26.529,69.398],[-31.607,69.398],[-31.607,70.039],[-31.607,72.837],[-31.607,73.576],[-25.829,73.576]]}],"e":[{"i":[[-8.221,7.719],[0,14.723],[8.217,7.933],[17.008,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[8.217,-7.718],[0,-14.721],[-8.221,-7.933],[0,0],[0,0],[0,0],[0,0],[0,0],[15.293,0]],"v":[[21.976,23.768],[34.304,-9.893],[21.976,-43.875],[-15.866,-55.774],[-34.519,-55.774],[-34.519,-41.788],[-34.519,19.244],[-34.519,35.346],[-13.293,35.346]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":70,"s":[{"i":[[-8.221,7.719],[0,14.723],[8.217,7.933],[17.008,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[8.217,-7.718],[0,-14.721],[-8.221,-7.933],[0,0],[0,0],[0,0],[0,0],[0,0],[15.293,0]],"v":[[21.976,23.768],[34.304,-9.893],[21.976,-43.875],[-15.866,-55.774],[-34.519,-55.774],[-34.519,-41.788],[-34.519,19.244],[-34.519,35.346],[-13.293,35.346]]}],"e":[{"i":[[-8.221,7.719],[0,14.723],[8.217,7.933],[17.008,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[8.217,-7.718],[0,-14.721],[-8.221,-7.933],[0,0],[0,0],[0,0],[0,0],[0,0],[15.293,0]],"v":[[21.976,33.768],[34.304,0.108],[21.976,-33.875],[-15.866,-45.774],[-34.519,-45.774],[-34.519,-31.788],[-34.519,29.244],[-34.519,45.346],[-13.293,45.346]]}]},{"t":74}]},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":53,"s":[{"i":[[-3.891,-0.6],[0,-1.068],[3.794,-0.623],[7.781,0],[0,0],[0,0],[0,0],[0,0]],"o":[[3.89,0.6],[0,1.068],[-3.793,0.623],[0,0],[0,0],[0,0],[0,0],[7.275,0]],"v":[[-9.546,68.96],[-3.71,71.462],[-9.401,73.999],[-26.762,74.932],[-40.71,74.932],[-40.71,71.731],[-40.71,68.061],[-26.296,68.061]]}],"e":[{"i":[[-14.295,-13.078],[0,-23.295],[13.937,-13.577],[28.585,0],[0,0],[0,0],[0,0],[0,0]],"o":[[14.291,13.078],[0,23.3],[-13.936,13.581],[0,0],[0,0],[0,0],[0,0],[26.726,0]],"v":[[46.525,-65.315],[67.965,-10.751],[47.06,44.564],[-16.723,64.932],[-67.965,64.932],[-67.965,-4.875],[-67.965,-84.932],[-15.008,-84.932]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":70,"s":[{"i":[[-14.295,-13.078],[0,-23.295],[13.937,-13.577],[28.585,0],[0,0],[0,0],[0,0],[0,0]],"o":[[14.291,13.078],[0,23.3],[-13.936,13.581],[0,0],[0,0],[0,0],[0,0],[26.726,0]],"v":[[46.525,-65.315],[67.965,-10.751],[47.06,44.564],[-16.723,64.932],[-67.965,64.932],[-67.965,-4.875],[-67.965,-84.932],[-15.008,-84.932]]}],"e":[{"i":[[-14.295,-13.078],[0,-23.295],[13.937,-13.577],[28.585,0],[0,0],[0,0],[0,0],[0,0]],"o":[[14.291,13.078],[0,23.3],[-13.936,13.581],[0,0],[0,0],[0,0],[0,0],[26.726,0]],"v":[[46.525,-55.315],[67.965,-0.751],[47.06,54.564],[-16.723,74.932],[-67.965,74.932],[-67.965,5.125],[-67.965,-74.932],[-15.008,-74.932]]}]},{"t":74}]},"nm":"Path 2"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[393.027,78.613]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 8"}],"bounds":{"l":325,"t":-7,"b":154,"r":461},"ip":53,"op":2024,"st":53},{"ddd":0,"ind":7,"ty":0,"nm":"Humo1","refId":"comp_45","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":70,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0.333]},"n":["0p833_0p833_0p333_0p333"],"t":74,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":81,"s":[100],"e":[0]},{"t":86}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":0.266},"o":{"x":0.333,"y":0},"n":"0p667_0p266_0p333_0","t":70,"s":[73.5,164,0],"e":[69.154,128.434,0],"to":[-1.60084545612335,-2.52048015594482,0],"ti":[3.16262006759644,4.97944402694702,0]},{"t":86}]},"a":{"k":[130.5,249,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":70,"s":[39,39,100],"e":[57,57,100]},{"t":86}]}},"w":250,"h":275,"ip":70,"op":92,"st":19},{"ddd":0,"ind":8,"ty":0,"nm":"HumoEstela2","refId":"comp_47","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[115,136.5,0]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"w":250,"h":275,"ip":1,"op":93,"st":1},{"ddd":0,"ind":9,"ty":0,"nm":"HumoEstela","refId":"comp_48","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[125,137.5,0]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"w":250,"h":275,"ip":0,"op":93,"st":0},{"ddd":0,"ind":10,"ty":4,"nm":"Doriginal 4","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":7,"s":[0],"e":[-90]},{"t":15}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[122.41,167.975,0],"e":[122.41,167.975,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":3,"s":[122.41,167.975,0],"e":[122.41,142.975,0],"to":[0,-4.16666650772095,0],"ti":[0,4.5,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":7,"s":[122.41,142.975,0],"e":[122.41,140.975,0],"to":[0,-4.5,0],"ti":[-1.66666662693024,-4.16666650772095,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":11,"s":[122.41,140.975,0],"e":[132.41,167.975,0],"to":[1.66666662693024,4.16666650772095,0],"ti":[-1.66666662693024,-4.5,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[132.41,167.975,0],"e":[132.41,167.975,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[132.41,167.975,0],"e":[132.41,167.975,0],"to":[0,0,0],"ti":[0,0,0]},{"t":20}]},"a":{"k":[386.727,83.648,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[-8.221,7.719],[0,14.723],[8.217,7.933],[17.008,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[8.217,-7.718],[0,-14.721],[-8.221,-7.933],[0,0],[0,0],[0,0],[0,0],[0,0],[15.293,0]],"v":[[21.976,33.768],[34.304,0.108],[21.976,-33.875],[-15.866,-45.774],[-34.519,-45.774],[-34.519,-31.788],[-34.519,29.244],[-34.519,45.346],[-13.293,45.346]]}],"e":[{"i":[[-8.219,7],[0.001,13.348],[8.22,7.19],[17.008,-0.001],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[8.216,-6.998],[-0.001,-13.346],[-8.222,-7.192],[0,0],[0,0],[0,0],[0,0],[0,0],[15.293,-0.001]],"v":[[21.972,37.609],[34.297,7.091],[21.966,-23.717],[-15.877,-34.502],[-34.53,-34.501],[-34.529,-21.82],[-34.523,33.512],[-34.522,48.11],[-13.296,48.109]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":3,"s":[{"i":[[-8.219,7],[0.001,13.348],[8.22,7.19],[17.008,-0.001],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[8.216,-6.998],[-0.001,-13.346],[-8.222,-7.192],[0,0],[0,0],[0,0],[0,0],[0,0],[15.293,-0.001]],"v":[[21.972,37.609],[34.297,7.091],[21.966,-23.717],[-15.877,-34.502],[-34.53,-34.501],[-34.529,-21.82],[-34.523,33.512],[-34.522,48.11],[-13.296,48.109]]}],"e":[{"i":[[-8.22,8.133],[0,15.51],[8.219,8.355],[17.008,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[8.217,-8.13],[0,-15.508],[-8.221,-8.357],[0,0],[0,0],[0,0],[0,0],[0,0],[15.293,0]],"v":[[21.976,31.568],[34.304,-3.89],[21.976,-39.689],[-15.866,-52.224],[-34.519,-52.224],[-34.519,-37.49],[-34.519,26.803],[-34.519,43.765],[-13.293,43.765]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":7,"s":[{"i":[[-8.22,8.133],[0,15.51],[8.219,8.355],[17.008,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[8.217,-8.13],[0,-15.508],[-8.221,-8.357],[0,0],[0,0],[0,0],[0,0],[0,0],[15.293,0]],"v":[[21.976,31.568],[34.304,-3.89],[21.976,-39.689],[-15.866,-52.224],[-34.519,-52.224],[-34.519,-37.49],[-34.519,26.803],[-34.519,43.765],[-13.293,43.765]]}],"e":[{"i":[[-8.221,7.719],[0,14.723],[8.217,7.933],[17.008,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[8.217,-7.718],[0,-14.721],[-8.221,-7.933],[0,0],[0,0],[0,0],[0,0],[0,0],[15.293,0]],"v":[[21.976,33.768],[34.304,0.108],[21.976,-33.875],[-15.866,-45.774],[-34.519,-45.774],[-34.519,-31.788],[-34.519,29.244],[-34.519,45.346],[-13.293,45.346]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":11,"s":[{"i":[[-8.221,7.719],[0,14.723],[8.217,7.933],[17.008,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[8.217,-7.718],[0,-14.721],[-8.221,-7.933],[0,0],[0,0],[0,0],[0,0],[0,0],[15.293,0]],"v":[[21.976,33.768],[34.304,0.108],[21.976,-33.875],[-15.866,-45.774],[-34.519,-45.774],[-34.519,-31.788],[-34.519,29.244],[-34.519,45.346],[-13.293,45.346]]}],"e":[{"i":[[-7.416,7.72],[0,14.723],[7.415,7.931],[15.345,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[7.414,-7.718],[0,-14.721],[-7.417,-7.933],[0,0],[0,0],[0,0],[0,0],[0,0],[13.798,0]],"v":[[-14.818,33.768],[-3.696,0.108],[-14.818,-33.875],[-48.96,-45.774],[-65.789,-45.774],[-65.789,-31.788],[-65.789,29.244],[-65.789,45.346],[-46.639,45.346]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":15,"s":[{"i":[[-7.416,7.72],[0,14.723],[7.415,7.931],[15.345,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[7.414,-7.718],[0,-14.721],[-7.417,-7.933],[0,0],[0,0],[0,0],[0,0],[0,0],[13.798,0]],"v":[[-14.818,33.768],[-3.696,0.108],[-14.818,-33.875],[-48.96,-45.774],[-65.789,-45.774],[-65.789,-31.788],[-65.789,29.244],[-65.789,45.346],[-46.639,45.346]]}],"e":[{"i":[[-7.416,7.72],[0,14.723],[7.415,7.931],[15.345,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[7.414,-7.718],[0,-14.721],[-7.417,-7.933],[0,0],[0,0],[0,0],[0,0],[0,0],[13.798,0]],"v":[[-14.818,33.768],[-3.696,0.108],[-14.818,-33.875],[-48.96,-45.774],[-65.789,-45.774],[-65.789,-31.788],[-65.789,29.244],[-65.789,45.346],[-46.639,45.346]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":16,"s":[{"i":[[-7.416,7.72],[0,14.723],[7.415,7.931],[15.345,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[7.414,-7.718],[0,-14.721],[-7.417,-7.933],[0,0],[0,0],[0,0],[0,0],[0,0],[13.798,0]],"v":[[-14.818,33.768],[-3.696,0.108],[-14.818,-33.875],[-48.96,-45.774],[-65.789,-45.774],[-65.789,-31.788],[-65.789,29.244],[-65.789,45.346],[-46.639,45.346]]}],"e":[{"i":[[-8.221,7.719],[0,14.723],[8.217,7.933],[17.008,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[8.217,-7.718],[0,-14.721],[-8.221,-7.933],[0,0],[0,0],[0,0],[0,0],[0,0],[15.293,0]],"v":[[-6.024,33.768],[6.304,0.108],[-6.024,-33.875],[-43.866,-45.774],[-62.519,-45.774],[-62.519,-31.788],[-62.519,29.244],[-62.519,45.346],[-41.293,45.346]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":20,"s":[{"i":[[-8.221,7.719],[0,14.723],[8.217,7.933],[17.008,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[8.217,-7.718],[0,-14.721],[-8.221,-7.933],[0,0],[0,0],[0,0],[0,0],[0,0],[15.293,0]],"v":[[-6.024,33.768],[6.304,0.108],[-6.024,-33.875],[-43.866,-45.774],[-62.519,-45.774],[-62.519,-31.788],[-62.519,29.244],[-62.519,45.346],[-41.293,45.346]]}],"e":[{"i":[[-5.887,4.765],[0,9.087],[5.886,4.895],[12.181,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[5.885,-4.764],[0,-9.086],[-5.888,-4.896],[0,0],[0,0],[0,0],[0,0],[0,0],[10.953,0]],"v":[[9.974,21.717],[18.804,0.941],[9.974,-20.034],[-17.129,-27.378],[-23.326,-27.378],[-23.326,-18.745],[-23.326,18.925],[-23.326,28.863],[-15.286,28.863]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":27,"s":[{"i":[[-5.887,4.765],[0,9.087],[5.886,4.895],[12.181,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[5.885,-4.764],[0,-9.086],[-5.888,-4.896],[0,0],[0,0],[0,0],[0,0],[0,0],[10.953,0]],"v":[[9.974,21.717],[18.804,0.941],[9.974,-20.034],[-17.129,-27.378],[-23.326,-27.378],[-23.326,-18.745],[-23.326,18.925],[-23.326,28.863],[-15.286,28.863]]}],"e":[{"i":[[-5.887,5.126],[0,9.775],[5.886,5.265],[12.181,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[5.885,-5.124],[0,-9.774],[-5.888,-5.267],[0,0],[0,0],[0,0],[0,0],[0,0],[10.953,0]],"v":[[9.974,24.294],[18.804,1.946],[9.974,-20.616],[-17.129,-28.516],[-23.326,-28.516],[-23.326,-19.23],[-23.326,21.291],[-23.326,31.981],[-15.286,31.981]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":30,"s":[{"i":[[-5.887,5.126],[0,9.775],[5.886,5.265],[12.181,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[5.885,-5.124],[0,-9.774],[-5.888,-5.267],[0,0],[0,0],[0,0],[0,0],[0,0],[10.953,0]],"v":[[9.974,24.294],[18.804,1.946],[9.974,-20.616],[-17.129,-28.516],[-23.326,-28.516],[-23.326,-19.23],[-23.326,21.291],[-23.326,31.981],[-15.286,31.981]]}],"e":[{"i":[[-5.887,5.126],[0,9.775],[5.886,5.265],[12.181,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[5.885,-5.124],[0,-9.774],[-5.888,-5.267],[0,0],[0,0],[0,0],[0,0],[0,0],[10.953,0]],"v":[[9.974,24.294],[18.804,1.946],[9.974,-20.616],[-17.129,-28.516],[-23.326,-28.516],[-23.326,-19.23],[-23.326,21.291],[-23.326,31.981],[-15.286,31.981]]}]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0},"n":"0p833_0p845_0p167_0","t":37,"s":[{"i":[[-5.887,5.126],[0,9.775],[5.886,5.265],[12.181,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[5.885,-5.124],[0,-9.774],[-5.888,-5.267],[0,0],[0,0],[0,0],[0,0],[0,0],[10.953,0]],"v":[[9.974,24.294],[18.804,1.946],[9.974,-20.616],[-17.129,-28.516],[-23.326,-28.516],[-23.326,-19.23],[-23.326,21.291],[-23.326,31.981],[-15.286,31.981]]}],"e":[{"i":[[-4.039,2.601],[-0.865,5.953],[3.119,3.727],[7.418,1.078],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[4.037,-2.6],[0.865,-5.952],[-3.119,-3.728],[0,0],[0,0],[0,0],[0,0],[0,0],[6.67,0.969]],"v":[[40.697,12.983],[48.051,0.155],[44.671,-14.366],[28.866,-21.575],[25.092,-22.123],[24.27,-16.468],[20.684,8.207],[19.738,14.717],[24.634,15.428]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.155},"n":"0p833_1_0p167_0p155","t":38.077,"s":[{"i":[[-4.039,2.601],[-0.865,5.953],[3.119,3.727],[7.418,1.078],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[4.037,-2.6],[0.865,-5.952],[-3.119,-3.728],[0,0],[0,0],[0,0],[0,0],[0,0],[6.67,0.969]],"v":[[40.697,12.983],[48.051,0.155],[44.671,-14.366],[28.866,-21.575],[25.092,-22.123],[24.27,-16.468],[20.684,8.207],[19.738,14.717],[24.634,15.428]]}],"e":[{"i":[[-3.637,0.801],[-2.234,4.094],[1.262,3.551],[5.102,2.784],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[3.636,-0.801],[2.234,-4.093],[-1.262,-3.552],[0,0],[0,0],[0,0],[0,0],[0,0],[4.587,2.504]],"v":[[66,13.412],[74.806,6.071],[76.266,-5.396],[66.721,-14.899],[64.125,-16.316],[62.003,-12.427],[52.741,4.543],[50.297,9.02],[53.665,10.858]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":39.154,"s":[{"i":[[-3.637,0.801],[-2.234,4.094],[1.262,3.551],[5.102,2.784],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[3.636,-0.801],[2.234,-4.093],[-1.262,-3.552],[0,0],[0,0],[0,0],[0,0],[0,0],[4.587,2.504]],"v":[[66,13.412],[74.806,6.071],[76.266,-5.396],[66.721,-14.899],[64.125,-16.316],[62.003,-12.427],[52.741,4.543],[50.297,9.02],[53.665,10.858]]}],"e":[{"i":[[-2.674,0.162],[-2.046,2.658],[0.498,2.664],[3.312,2.55],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[2.673,-0.161],[2.046,-2.658],[-0.499,-2.665],[0,0],[0,0],[0,0],[0,0],[0,0],[2.978,2.293]],"v":[[89.786,36.69],[96.865,32.461],[99.186,24.478],[93.471,16.657],[91.785,15.36],[89.842,17.885],[81.36,28.903],[79.123,31.809],[81.309,33.492]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":40.23,"s":[{"i":[[-2.674,0.162],[-2.046,2.658],[0.498,2.664],[3.312,2.55],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[2.673,-0.161],[2.046,-2.658],[-0.499,-2.665],[0,0],[0,0],[0,0],[0,0],[0,0],[2.978,2.293]],"v":[[89.786,36.69],[96.865,32.461],[99.186,24.478],[93.471,16.657],[91.785,15.36],[89.842,17.885],[81.36,28.903],[79.123,31.809],[81.309,33.492]]}],"e":[{"i":[[-1.925,-0.922],[-2.453,1.06],[-0.684,2.049],[1.321,3.058],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[1.924,0.922],[2.453,-1.06],[0.684,-2.049],[0,0],[0,0],[0,0],[0,0],[0,0],[1.188,2.75]],"v":[[96.401,54.579],[102.968,54.373],[107.674,49.71],[106.719,42.05],[106.047,40.494],[103.716,41.501],[93.544,45.894],[90.861,47.054],[91.732,49.072]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":41.308,"s":[{"i":[[-1.925,-0.922],[-2.453,1.06],[-0.684,2.049],[1.321,3.058],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[1.924,0.922],[2.453,-1.06],[0.684,-2.049],[0,0],[0,0],[0,0],[0,0],[0,0],[1.188,2.75]],"v":[[96.401,54.579],[102.968,54.373],[107.674,49.71],[106.719,42.05],[106.047,40.494],[103.716,41.501],[93.544,45.894],[90.861,47.054],[91.732,49.072]]}],"e":[{"i":[[-1.207,-1.058],[-1.991,0.271],[-0.91,1.345],[0.337,2.482],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[1.207,1.057],[1.991,-0.271],[0.91,-1.345],[0,0],[0,0],[0,0],[0,0],[0,0],[0.303,2.232]],"v":[[106.638,69.058],[111.436,70.239],[115.788,67.816],[116.648,62.075],[116.476,60.812],[114.584,61.069],[106.328,62.191],[104.15,62.487],[104.373,64.125]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":42.385,"s":[{"i":[[-1.207,-1.058],[-1.991,0.271],[-0.91,1.345],[0.337,2.482],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[1.207,1.057],[1.991,-0.271],[0.91,-1.345],[0,0],[0,0],[0,0],[0,0],[0,0],[0.303,2.232]],"v":[[106.638,69.058],[111.436,70.239],[115.788,67.816],[116.648,62.075],[116.476,60.812],[114.584,61.069],[106.328,62.191],[104.15,62.487],[104.373,64.125]]}],"e":[{"i":[[-0.713,-0.949],[-1.483,-0.107],[-0.864,0.836],[-0.133,1.848],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0.713,0.949],[1.483,0.107],[0.864,-0.836],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.12,1.662]],"v":[[108.122,70.558],[111.416,72.142],[114.936,71.049],[116.432,67.024],[116.5,66.084],[115.091,65.982],[108.943,65.538],[107.321,65.421],[107.233,66.641]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":43.462,"s":[{"i":[[-0.713,-0.949],[-1.483,-0.107],[-0.864,0.836],[-0.133,1.848],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0.713,0.949],[1.483,0.107],[0.864,-0.836],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.12,1.662]],"v":[[108.122,70.558],[111.416,72.142],[114.936,71.049],[116.432,67.024],[116.5,66.084],[115.091,65.982],[108.943,65.538],[107.321,65.421],[107.233,66.641]]}],"e":[{"i":[[-0.35,-0.999],[-1.232,-0.491],[-0.96,0.478],[-0.612,1.535],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0.35,0.999],[1.232,0.491],[0.96,-0.478],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.55,1.381]],"v":[[103.926,80.201],[106.3,82.436],[109.587,82.457],[111.944,79.437],[112.256,78.656],[111.085,78.189],[105.977,76.154],[104.63,75.617],[104.226,76.631]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":45.615,"s":[{"i":[[-0.35,-0.999],[-1.232,-0.491],[-0.96,0.478],[-0.612,1.535],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0.35,0.999],[1.232,0.491],[0.96,-0.478],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.55,1.381]],"v":[[103.926,80.201],[106.3,82.436],[109.587,82.457],[111.944,79.437],[112.256,78.656],[111.085,78.189],[105.977,76.154],[104.63,75.617],[104.226,76.631]]}],"e":[{"i":[[0.039,-0.693],[-0.622,-0.606],[-0.701,0.048],[-0.756,0.776],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[-0.039,0.693],[0.622,0.606],[0.701,-0.048],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.679,0.698]],"v":[[92.556,88.571],[93.432,90.52],[95.416,91.357],[97.601,90.121],[97.985,89.726],[97.394,89.15],[94.813,86.637],[94.132,85.974],[93.633,86.486]]}]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0},"n":"0p833_0p845_0p167_0","t":47.77,"s":[{"i":[[0.039,-0.693],[-0.622,-0.606],[-0.701,0.048],[-0.756,0.776],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[-0.039,0.693],[0.622,0.606],[0.701,-0.048],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.679,0.698]],"v":[[92.556,88.571],[93.432,90.52],[95.416,91.357],[97.601,90.121],[97.985,89.726],[97.394,89.15],[94.813,86.637],[94.132,85.974],[93.633,86.486]]}],"e":[{"i":[[0.208,-0.474],[-0.277,-0.587],[-0.503,-0.149],[-0.731,0.345],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[-0.208,0.474],[0.277,0.587],[0.503,0.149],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.657,0.31]],"v":[[83.196,91.283],[83.3,92.874],[84.469,93.978],[86.32,93.684],[86.692,93.509],[86.429,92.951],[85.28,90.519],[84.977,89.878],[84.495,90.106]]}]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.155},"n":"0p833_0p845_0p167_0p155","t":48.846,"s":[{"i":[[0.208,-0.474],[-0.277,-0.587],[-0.503,-0.149],[-0.731,0.345],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[-0.208,0.474],[0.277,0.587],[0.503,0.149],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.657,0.31]],"v":[[83.196,91.283],[83.3,92.874],[84.469,93.978],[86.32,93.684],[86.692,93.509],[86.429,92.951],[85.28,90.519],[84.977,89.878],[84.495,90.106]]}],"e":[{"i":[[0.147,-0.266],[-0.13,-0.358],[-0.285,-0.115],[-0.446,0.162],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[-0.147,0.266],[0.13,0.358],[0.285,0.115],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.401,0.146]],"v":[[72.388,97.752],[72.361,98.688],[72.984,99.396],[74.082,99.325],[74.308,99.243],[74.185,98.903],[73.647,97.42],[73.505,97.028],[73.21,97.135]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.155},"n":"0p833_1_0p167_0p155","t":49.923,"s":[{"i":[[0.147,-0.266],[-0.13,-0.358],[-0.285,-0.115],[-0.446,0.162],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[-0.147,0.266],[0.13,0.358],[0.285,0.115],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.401,0.146]],"v":[[72.388,97.752],[72.361,98.688],[72.984,99.396],[74.082,99.325],[74.308,99.243],[74.185,98.903],[73.647,97.42],[73.505,97.028],[73.21,97.135]]}],"e":[{"i":[[0.032,-0.047],[-0.018,-0.068],[-0.051,-0.026],[-0.085,0.023],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[-0.032,0.047],[0.018,0.068],[0.051,0.026],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.077,0.02]],"v":[[69.492,100.967],[69.471,101.139],[69.575,101.281],[69.779,101.286],[69.823,101.274],[69.805,101.209],[69.73,100.926],[69.71,100.851],[69.654,100.866]]}]},{"t":51}]},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[-14.295,-13.078],[0,-23.295],[13.937,-13.577],[28.585,0],[0,0],[0,0],[0,0],[0,0]],"o":[[14.291,13.078],[0,23.3],[-13.936,13.581],[0,0],[0,0],[0,0],[0,0],[26.726,0]],"v":[[46.525,-55.315],[67.965,-0.751],[47.06,54.564],[-16.723,74.932],[-67.965,74.932],[-67.965,5.125],[-67.965,-74.932],[-15.008,-74.932]]}],"e":[{"i":[[-14.294,-11.857],[-0.002,-21.12],[13.933,-12.313],[28.585,-0.002],[0,0],[0,0],[0,0],[0,0]],"o":[[14.292,11.856],[0.002,21.124],[-13.935,12.314],[0,0],[0,0],[0,0],[0,0],[26.726,-0.002]],"v":[[46.513,-43.157],[67.958,6.31],[47.058,56.462],[-16.723,74.933],[-67.965,74.937],[-67.971,11.648],[-67.978,-60.933],[-15.021,-60.937]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":3,"s":[{"i":[[-14.294,-11.857],[-0.002,-21.12],[13.933,-12.313],[28.585,-0.002],[0,0],[0,0],[0,0],[0,0]],"o":[[14.292,11.856],[0.002,21.124],[-13.935,12.314],[0,0],[0,0],[0,0],[0,0],[26.726,-0.002]],"v":[[46.513,-43.157],[67.958,6.31],[47.058,56.462],[-16.723,74.933],[-67.965,74.937],[-67.971,11.648],[-67.978,-60.933],[-15.021,-60.937]]}],"e":[{"i":[[-14.293,-13.779],[0,-24.54],[13.934,-14.305],[28.585,0],[0,0],[0,0],[0,0],[0,0]],"o":[[14.291,13.777],[0,24.545],[-13.936,14.307],[0,0],[0,0],[0,0],[0,0],[26.726,0]],"v":[[46.525,-62.274],[67.965,-4.795],[47.06,53.476],[-16.723,74.932],[-67.965,74.932],[-67.965,1.395],[-67.965,-82.939],[-15.008,-82.939]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":7,"s":[{"i":[[-14.293,-13.779],[0,-24.54],[13.934,-14.305],[28.585,0],[0,0],[0,0],[0,0],[0,0]],"o":[[14.291,13.777],[0,24.545],[-13.936,14.307],[0,0],[0,0],[0,0],[0,0],[26.726,0]],"v":[[46.525,-62.274],[67.965,-4.795],[47.06,53.476],[-16.723,74.932],[-67.965,74.932],[-67.965,1.395],[-67.965,-82.939],[-15.008,-82.939]]}],"e":[{"i":[[-14.295,-13.078],[0,-23.295],[13.937,-13.577],[28.585,0],[0,0],[0,0],[0,0],[0,0]],"o":[[14.291,13.078],[0,23.3],[-13.936,13.581],[0,0],[0,0],[0,0],[0,0],[26.726,0]],"v":[[46.525,-55.315],[67.965,-0.751],[47.06,54.564],[-16.723,74.932],[-67.965,74.932],[-67.965,5.125],[-67.965,-74.932],[-15.008,-74.932]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":11,"s":[{"i":[[-14.295,-13.078],[0,-23.295],[13.937,-13.577],[28.585,0],[0,0],[0,0],[0,0],[0,0]],"o":[[14.291,13.078],[0,23.3],[-13.936,13.581],[0,0],[0,0],[0,0],[0,0],[26.726,0]],"v":[[46.525,-55.315],[67.965,-0.751],[47.06,54.564],[-16.723,74.932],[-67.965,74.932],[-67.965,5.125],[-67.965,-74.932],[-15.008,-74.932]]}],"e":[{"i":[[-12.895,-13.08],[0,-23.295],[12.572,-13.579],[25.79,0],[0,0],[0,0],[0,0],[0,0]],"o":[[12.894,13.078],[0,23.3],[-12.573,13.581],[0,0],[0,0],[0,0],[0,0],[24.113,0]],"v":[[7.33,-55.315],[26.674,-0.751],[7.813,54.564],[-49.733,74.932],[-95.965,74.932],[-95.965,5.125],[-95.965,-74.932],[-48.186,-74.932]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":15,"s":[{"i":[[-12.895,-13.08],[0,-23.295],[12.572,-13.579],[25.79,0],[0,0],[0,0],[0,0],[0,0]],"o":[[12.894,13.078],[0,23.3],[-12.573,13.581],[0,0],[0,0],[0,0],[0,0],[24.113,0]],"v":[[7.33,-55.315],[26.674,-0.751],[7.813,54.564],[-49.733,74.932],[-95.965,74.932],[-95.965,5.125],[-95.965,-74.932],[-48.186,-74.932]]}],"e":[{"i":[[-12.895,-13.08],[0,-23.295],[12.572,-13.579],[25.79,0],[0,0],[0,0],[0,0],[0,0]],"o":[[12.894,13.078],[0,23.3],[-12.573,13.581],[0,0],[0,0],[0,0],[0,0],[24.113,0]],"v":[[7.33,-55.315],[26.674,-0.751],[7.813,54.564],[-49.733,74.932],[-95.965,74.932],[-95.965,5.125],[-95.965,-74.932],[-48.186,-74.932]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":16,"s":[{"i":[[-12.895,-13.08],[0,-23.295],[12.572,-13.579],[25.79,0],[0,0],[0,0],[0,0],[0,0]],"o":[[12.894,13.078],[0,23.3],[-12.573,13.581],[0,0],[0,0],[0,0],[0,0],[24.113,0]],"v":[[7.33,-55.315],[26.674,-0.751],[7.813,54.564],[-49.733,74.932],[-95.965,74.932],[-95.965,5.125],[-95.965,-74.932],[-48.186,-74.932]]}],"e":[{"i":[[-14.295,-13.078],[0,-23.295],[13.937,-13.577],[28.585,0],[0,0],[0,0],[0,0],[0,0]],"o":[[14.291,13.078],[0,23.3],[-13.936,13.581],[0,0],[0,0],[0,0],[0,0],[26.726,0]],"v":[[18.525,-55.315],[39.965,-0.751],[19.06,54.564],[-44.723,74.932],[-95.965,74.932],[-95.965,5.125],[-95.965,-74.932],[-43.008,-74.932]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":20,"s":[{"i":[[-14.295,-13.078],[0,-23.295],[13.937,-13.577],[28.585,0],[0,0],[0,0],[0,0],[0,0]],"o":[[14.291,13.078],[0,23.3],[-13.936,13.581],[0,0],[0,0],[0,0],[0,0],[26.726,0]],"v":[[18.525,-55.315],[39.965,-0.751],[19.06,54.564],[-44.723,74.932],[-95.965,74.932],[-95.965,5.125],[-95.965,-74.932],[-43.008,-74.932]]}],"e":[{"i":[[-14.293,-8.073],[0,-14.378],[13.935,-8.382],[28.585,0],[0,0],[0,0],[0,0],[0,0]],"o":[[14.291,8.072],[0,14.381],[-13.936,8.383],[0,0],[0,0],[0,0],[0,0],[26.726,0]],"v":[[18.525,-33.267],[39.965,0.411],[19.06,34.554],[-44.723,47.125],[-95.965,47.125],[-79.465,4.538],[-95.965,-45.375],[-43.008,-45.375]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":27,"s":[{"i":[[-14.293,-8.073],[0,-14.378],[13.935,-8.382],[28.585,0],[0,0],[0,0],[0,0],[0,0]],"o":[[14.291,8.072],[0,14.381],[-13.936,8.383],[0,0],[0,0],[0,0],[0,0],[26.726,0]],"v":[[18.525,-33.267],[39.965,0.411],[19.06,34.554],[-44.723,47.125],[-95.965,47.125],[-79.465,4.538],[-95.965,-45.375],[-43.008,-45.375]]}],"e":[{"i":[[-14.293,-8.684],[0,-15.466],[13.935,-9.016],[28.585,0],[0,0],[0,0],[0,0],[0,0]],"o":[[14.291,8.683],[0,15.47],[-13.936,9.017],[0,0],[0,0],[0,0],[0,0],[26.726,0]],"v":[[18.525,-34.851],[39.965,1.376],[19.06,38.102],[-44.723,51.625],[-95.965,51.625],[-83.965,5.278],[-95.965,-47.875],[-43.008,-47.875]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":30,"s":[{"i":[[-14.293,-8.684],[0,-15.466],[13.935,-9.016],[28.585,0],[0,0],[0,0],[0,0],[0,0]],"o":[[14.291,8.683],[0,15.47],[-13.936,9.017],[0,0],[0,0],[0,0],[0,0],[26.726,0]],"v":[[18.525,-34.851],[39.965,1.376],[19.06,38.102],[-44.723,51.625],[-95.965,51.625],[-83.965,5.278],[-95.965,-47.875],[-43.008,-47.875]]}],"e":[{"i":[[-14.293,-8.684],[0,-15.466],[13.935,-9.016],[28.585,0],[0,0],[0,0],[0,0],[0,0]],"o":[[14.291,8.683],[0,15.47],[-13.936,9.017],[0,0],[0,0],[0,0],[0,0],[26.726,0]],"v":[[18.525,-34.851],[39.965,1.376],[19.06,38.102],[-44.723,51.625],[-95.965,51.625],[-83.965,5.278],[-95.965,-47.875],[-43.008,-47.875]]}]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0},"n":"0p833_0p845_0p167_0","t":37,"s":[{"i":[[-14.293,-8.684],[0,-15.466],[13.935,-9.016],[28.585,0],[0,0],[0,0],[0,0],[0,0]],"o":[[14.291,8.683],[0,15.47],[-13.936,9.017],[0,0],[0,0],[0,0],[0,0],[26.726,0]],"v":[[18.525,-34.851],[39.965,1.376],[19.06,38.102],[-44.723,51.625],[-95.965,51.625],[-83.965,5.278],[-95.965,-47.875],[-43.008,-47.875]]}],"e":[{"i":[[-7.936,-6.553],[1.369,-9.418],[9.284,-4.257],[17.407,2.529],[0,0],[0,0],[0,0],[0,0]],"o":[[7.934,6.552],[-1.369,9.42],[-9.284,4.258],[0,0],[0,0],[0,0],[0,0],[16.275,2.365]],"v":[[51.137,-22.277],[60.988,1.68],[45.008,22.195],[4.97,24.786],[-26.234,20.251],[-14.825,-6.91],[-17.429,-40.34],[14.819,-35.654]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.155},"n":"0p833_1_0p167_0p155","t":38.077,"s":[{"i":[[-7.936,-6.553],[1.369,-9.418],[9.284,-4.257],[17.407,2.529],[0,0],[0,0],[0,0],[0,0]],"o":[[7.934,6.552],[-1.369,9.42],[-9.284,4.258],[0,0],[0,0],[0,0],[0,0],[16.275,2.365]],"v":[[51.137,-22.277],[60.988,1.68],[45.008,22.195],[4.97,24.786],[-26.234,20.251],[-14.825,-6.91],[-17.429,-40.34],[14.819,-35.654]]}],"e":[{"i":[[-4.001,-6.904],[3.535,-6.477],[7.897,-0.591],[11.971,6.534],[0,0],[0,0],[0,0],[0,0]],"o":[[4,6.903],[-3.536,6.479],[-7.897,0.591],[0,0],[0,0],[0,0],[0,0],[11.193,6.109]],"v":[[83.1,-9.403],[83.799,10.669],[66.649,21.271],[36.847,12.356],[15.387,0.643],[31.006,-16.024],[38.13,-41.026],[60.308,-28.922]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":39.154,"s":[{"i":[[-4.001,-6.904],[3.535,-6.477],[7.897,-0.591],[11.971,6.534],[0,0],[0,0],[0,0],[0,0]],"o":[[4,6.903],[-3.536,6.479],[-7.897,0.591],[0,0],[0,0],[0,0],[0,0],[11.193,6.109]],"v":[[83.1,-9.403],[83.799,10.669],[66.649,21.271],[36.847,12.356],[15.387,0.643],[31.006,-16.024],[38.13,-41.026],[60.308,-28.922]]}],"e":[{"i":[[-2.069,-5.353],[3.237,-4.205],[5.676,0.465],[7.772,5.983],[0,0],[0,0],[0,0],[0,0]],"o":[[2.068,5.352],[-3.238,4.206],[-5.677,-0.465],[0,0],[0,0],[0,0],[0,0],[7.267,5.594]],"v":[[104.491,22.397],[102.738,36.735],[89.366,42.346],[69.193,32.672],[55.26,21.946],[68.224,11.856],[76.087,-5.108],[90.486,5.976]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":40.23,"s":[{"i":[[-2.069,-5.353],[3.237,-4.205],[5.676,0.465],[7.772,5.983],[0,0],[0,0],[0,0],[0,0]],"o":[[2.068,5.352],[-3.238,4.206],[-5.677,-0.465],[0,0],[0,0],[0,0],[0,0],[7.267,5.594]],"v":[[104.491,22.397],[102.738,36.735],[89.366,42.346],[69.193,32.672],[55.26,21.946],[68.224,11.856],[76.087,-5.108],[90.486,5.976]]}],"e":[{"i":[[0.63,-4.53],[3.882,-1.677],[3.774,2.521],[3.099,7.176],[0,0],[0,0],[0,0],[0,0]],"o":[[-0.63,4.529],[-3.883,1.677],[-3.774,-2.521],[0,0],[0,0],[0,0],[0,0],[2.898,6.709]],"v":[[112.175,50.313],[105.406,59.623],[93.92,58.357],[83.609,43.812],[78.054,30.949],[90.989,28.936],[103.031,20.161],[108.773,33.454]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":41.308,"s":[{"i":[[0.63,-4.53],[3.882,-1.677],[3.774,2.521],[3.099,7.176],[0,0],[0,0],[0,0],[0,0]],"o":[[-0.63,4.529],[-3.883,1.677],[-3.774,-2.521],[0,0],[0,0],[0,0],[0,0],[2.898,6.709]],"v":[[112.175,50.313],[105.406,59.623],[93.92,58.357],[83.609,43.812],[78.054,30.949],[90.989,28.936],[103.031,20.161],[108.773,33.454]]}],"e":[{"i":[[1.374,-3.152],[3.151,-0.428],[2.223,2.59],[0.791,5.824],[0,0],[0,0],[0,0],[0,0]],"o":[[-1.374,3.152],[-3.152,0.428],[-2.223,-2.59],[0,0],[0,0],[0,0],[0,0],[0.74,5.445]],"v":[[118.925,69.164],[112.138,74.534],[104.076,71.292],[99.556,58.671],[98.138,48.231],[107.913,49.393],[118.41,45.477],[119.876,56.266]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":42.385,"s":[{"i":[[1.374,-3.152],[3.151,-0.428],[2.223,2.59],[0.791,5.824],[0,0],[0,0],[0,0],[0,0]],"o":[[-1.374,3.152],[-3.152,0.428],[-2.223,-2.59],[0,0],[0,0],[0,0],[0,0],[0.74,5.445]],"v":[[118.925,69.164],[112.138,74.534],[104.076,71.292],[99.556,58.671],[98.138,48.231],[107.913,49.393],[118.41,45.477],[119.876,56.266]]}],"e":[{"i":[[1.474,-2.074],[2.347,0.169],[1.215,2.213],[-0.313,4.337],[0,0],[0,0],[0,0],[0,0]],"o":[[-1.474,2.073],[-2.347,-0.169],[-1.215,-2.213],[0,0],[0,0],[0,0],[0,0],[-0.293,4.055]],"v":[[117.002,72.503],[111.271,75.359],[105.928,71.785],[104.575,61.959],[105.136,54.185],[112.037,56.513],[120.232,55.275],[119.652,63.309]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":43.462,"s":[{"i":[[1.474,-2.074],[2.347,0.169],[1.215,2.213],[-0.313,4.337],[0,0],[0,0],[0,0],[0,0]],"o":[[-1.474,2.073],[-2.347,-0.169],[-1.215,-2.213],[0,0],[0,0],[0,0],[0,0],[-0.293,4.055]],"v":[[117.002,72.503],[111.271,75.359],[105.928,71.785],[104.575,61.959],[105.136,54.185],[112.037,56.513],[120.232,55.275],[119.652,63.309]]}],"e":[{"i":[[1.812,-1.365],[1.95,0.777],[0.437,2.21],[-1.436,3.603],[0,0],[0,0],[0,0],[0,0]],"o":[[-1.812,1.365],[-1.95,-0.777],[-0.437,-2.21],[0,0],[0,0],[0,0],[0,0],[-1.342,3.369]],"v":[[110.952,84.249],[105.309,85.132],[101.729,80.653],[103.228,71.933],[105.802,65.474],[111.042,69.315],[118.344,70.472],[115.684,77.147]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":45.615,"s":[{"i":[[1.812,-1.365],[1.95,0.777],[0.437,2.21],[-1.436,3.603],[0,0],[0,0],[0,0],[0,0]],"o":[[-1.812,1.365],[-1.95,-0.777],[-0.437,-2.21],[0,0],[0,0],[0,0],[0,0],[-1.342,3.369]],"v":[[110.952,84.249],[105.309,85.132],[101.729,80.653],[103.228,71.933],[105.802,65.474],[111.042,69.315],[118.344,70.472],[115.684,77.147]]}],"e":[{"i":[[1.439,-0.372],[0.985,0.96],[-0.29,1.447],[-1.773,1.821],[0,0],[0,0],[0,0],[0,0]],"o":[[-1.439,0.372],[-0.985,-0.96],[0.29,-1.447],[0,0],[0,0],[0,0],[0,0],[-1.658,1.702]],"v":[[95.793,92.784],[92.155,91.903],[91.113,88.294],[94.208,83.392],[97.386,80.129],[99.594,83.768],[103.724,86.3],[100.439,89.673]]}]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0},"n":"0p833_0p845_0p167_0","t":47.77,"s":[{"i":[[1.439,-0.372],[0.985,0.96],[-0.29,1.447],[-1.773,1.821],[0,0],[0,0],[0,0],[0,0]],"o":[[-1.439,0.372],[-0.985,-0.96],[0.29,-1.447],[0,0],[0,0],[0,0],[0,0],[-1.658,1.702]],"v":[[95.793,92.784],[92.155,91.903],[91.113,88.294],[94.208,83.392],[97.386,80.129],[99.594,83.768],[103.724,86.3],[100.439,89.673]]}],"e":[{"i":[[1.104,0.116],[0.438,0.928],[-0.581,0.936],[-1.716,0.81],[0,0],[0,0],[0,0],[0,0]],"o":[[-1.104,-0.116],[-0.438,-0.928],[0.581,-0.936],[0,0],[0,0],[0,0],[0,0],[-1.604,0.757]],"v":[[84.36,95.075],[82.046,93.508],[82.26,90.712],[85.705,88.092],[88.78,86.64],[89.374,89.762],[91.6,92.612],[88.422,94.113]]}]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.155},"n":"0p833_0p845_0p167_0p155","t":48.846,"s":[{"i":[[1.104,0.116],[0.438,0.928],[-0.581,0.936],[-1.716,0.81],[0,0],[0,0],[0,0],[0,0]],"o":[[-1.104,-0.116],[-0.438,-0.928],[0.581,-0.936],[0,0],[0,0],[0,0],[0,0],[-1.604,0.757]],"v":[[84.36,95.075],[82.046,93.508],[82.26,90.712],[85.705,88.092],[88.78,86.64],[89.374,89.762],[91.6,92.612],[88.422,94.113]]}],"e":[{"i":[[0.639,0.128],[0.206,0.566],[-0.39,0.515],[-1.046,0.38],[0,0],[0,0],[0,0],[0,0]],"o":[[-0.639,-0.128],[-0.206,-0.566],[0.39,-0.515],[0,0],[0,0],[0,0],[0,0],[-0.978,0.355]],"v":[[72.861,100.031],[71.594,98.99],[71.872,97.368],[74.027,96.025],[75.903,95.344],[76.079,97.2],[77.225,98.987],[75.286,99.69]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.155},"n":"0p833_1_0p167_0p155","t":49.923,"s":[{"i":[[0.639,0.128],[0.206,0.566],[-0.39,0.515],[-1.046,0.38],[0,0],[0,0],[0,0],[0,0]],"o":[[-0.639,-0.128],[-0.206,-0.566],[0.39,-0.515],[0,0],[0,0],[0,0],[0,0],[-0.978,0.355]],"v":[[72.861,100.031],[71.594,98.99],[71.872,97.368],[74.027,96.025],[75.903,95.344],[76.079,97.2],[77.225,98.987],[75.286,99.69]]}],"e":[{"i":[[0.116,0.034],[0.029,0.108],[-0.081,0.089],[-0.2,0.053],[0,0],[0,0],[0,0],[0,0]],"o":[[-0.116,-0.034],[-0.029,-0.108],[0.081,-0.089],[0,0],[0,0],[0,0],[0,0],[-0.187,0.05]],"v":[[69.542,101.396],[69.324,101.183],[69.402,100.887],[69.823,100.674],[70.182,100.579],[70.184,100.925],[70.366,101.275],[69.996,101.373]]}]},{"t":51}]},"nm":"Path 2"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[393.027,78.613]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 8"}],"bounds":{"l":297,"t":-5,"b":181,"r":514},"ip":0,"op":51,"st":0}]},{"id":"comp_44","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 10","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":46,"s":[0],"e":[100]},{"t":54}]},"r":{"k":0},"p":{"k":[39.5,205.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_1_0p167_0p167","0p833_1_0p167_0p167"],"t":46,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":54,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":62,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":70,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":78,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":86,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":94,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":102,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":110,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":118,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":126,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":134,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":142,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":150,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":158,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":166,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":174,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":182,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":190,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":198,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":206,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":214,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":222,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":230,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":238,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":246,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":254,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":262,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":270,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":278,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":286,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":294,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":302,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":310,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":318,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":326,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":334,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":342,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":350,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":358,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"t":366}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_1_0p167_0p167","0p833_1_0p167_0p167"],"t":46,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":54,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":62,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":70,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":78,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":86,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":94,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":102,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":110,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":118,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":126,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":134,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":142,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":150,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":158,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":166,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":174,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":182,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":190,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":198,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":206,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":214,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":222,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":230,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":238,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":246,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":254,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":262,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":270,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":278,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":286,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":294,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":302,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":310,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":318,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":326,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":334,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":342,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":350,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":358,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"t":366}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-43,124]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-75,"t":92,"b":156,"r":-11},"ip":46,"op":416,"st":46},{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 9","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":46,"s":[0],"e":[100]},{"t":54}]},"r":{"k":0},"p":{"k":[183.5,229.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_1_0p167_0p167","0p833_1_0p167_0p167"],"t":46,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":54,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":62,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":70,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":78,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":86,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":94,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":102,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":110,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":118,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":126,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":134,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":142,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":150,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":158,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":166,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":174,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":182,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":190,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":198,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":206,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":214,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":222,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":230,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":238,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":246,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":254,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":262,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":270,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":278,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":286,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":294,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":302,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":310,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":318,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":326,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":334,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":342,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":350,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":358,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"t":366}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_1_0p167_0p167","0p833_1_0p167_0p167"],"t":46,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":54,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":62,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":70,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":78,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":86,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":94,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":102,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":110,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":118,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":126,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":134,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":142,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":150,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":158,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":166,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":174,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":182,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":190,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":198,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":206,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":214,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":222,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":230,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":238,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":246,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":254,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":262,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":270,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":278,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":286,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":294,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":302,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":310,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":318,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":326,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":334,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":342,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":350,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":358,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"t":366}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-95,"t":85,"b":133,"r":-47},"ip":46,"op":416,"st":46},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 8","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":46,"s":[0],"e":[100]},{"t":54}]},"r":{"k":0},"p":{"k":[137.5,226.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_1_0p167_0p167","0p833_1_0p167_0p167"],"t":46,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":54,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":62,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":70,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":78,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":86,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":94,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":102,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":110,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":118,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":126,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":134,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":142,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":150,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":158,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":166,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":174,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":182,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":190,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":198,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":206,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":214,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":222,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":230,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":238,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":246,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":254,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":262,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":270,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":278,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":286,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":294,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":302,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":310,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":318,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":326,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":334,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":342,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":350,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":358,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"t":366}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_1_0p167_0p167","0p833_1_0p167_0p167"],"t":46,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":54,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":62,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":70,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":78,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":86,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":94,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":102,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":110,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":118,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":126,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":134,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":142,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":150,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":158,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":166,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":174,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":182,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":190,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":198,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":206,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":214,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":222,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":230,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":238,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":246,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":254,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":262,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":270,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":278,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":286,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":294,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":302,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":310,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":318,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":326,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":334,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":342,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":350,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":358,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"t":366}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-95,"t":85,"b":133,"r":-47},"ip":46,"op":416,"st":46},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 7","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":47,"s":[0],"e":[100]},{"t":55}]},"r":{"k":0},"p":{"k":[138.5,209.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_1_0p167_0p167","0p833_1_0p167_0p167"],"t":47,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":55,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":351,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":359,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"t":367}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_1_0p167_0p167","0p833_1_0p167_0p167"],"t":47,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":55,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":351,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":359,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"t":367}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-43,124]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-75,"t":92,"b":156,"r":-11},"ip":47,"op":417,"st":47},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 6","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":47,"s":[0],"e":[100]},{"t":55}]},"r":{"k":0},"p":{"k":[89.5,195.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_1_0p167_0p167","0p833_1_0p167_0p167"],"t":47,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":55,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":351,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":359,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"t":367}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_1_0p167_0p167","0p833_1_0p167_0p167"],"t":47,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":55,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":351,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":359,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"t":367}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-95,"t":85,"b":133,"r":-47},"ip":47,"op":417,"st":47},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 4","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":46,"s":[0],"e":[100]},{"t":54}]},"r":{"k":0},"p":{"k":[68.5,207.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_1_0p167_0p167","0p833_1_0p167_0p167"],"t":46,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":54,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":62,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":70,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":78,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":86,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":94,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":102,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":110,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":118,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":126,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":134,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":142,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":150,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":158,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":166,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":174,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":182,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":190,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":198,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":206,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":214,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":222,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":230,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":238,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":246,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":254,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":262,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":270,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":278,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":286,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":294,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":302,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":310,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":318,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":326,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":334,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":342,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":350,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":358,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"t":366}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_1_0p167_0p167","0p833_1_0p167_0p167"],"t":46,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":54,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":62,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":70,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":78,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":86,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":94,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":102,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":110,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":118,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":126,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":134,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":142,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":150,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":158,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":166,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":174,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":182,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":190,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":198,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":206,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":214,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":222,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":230,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":238,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":246,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":254,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":262,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":270,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":278,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":286,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":294,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":302,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":310,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":318,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":326,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":334,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":342,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":350,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":358,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"t":366}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-43,124]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-75,"t":92,"b":156,"r":-11},"ip":46,"op":416,"st":46},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 5","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":46,"s":[0],"e":[100]},{"t":54}]},"r":{"k":0},"p":{"k":[115.5,190.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_1_0p167_0p167","0p833_1_0p167_0p167"],"t":46,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":54,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":62,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":70,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":78,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":86,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":94,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":102,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":110,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":118,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":126,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":134,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":142,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":150,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":158,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":166,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":174,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":182,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":190,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":198,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":206,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":214,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":222,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":230,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":238,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":246,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":254,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":262,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":270,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":278,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":286,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":294,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":302,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":310,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":318,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":326,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":334,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":342,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":350,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":358,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"t":366}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_1_0p167_0p167","0p833_1_0p167_0p167"],"t":46,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":54,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":62,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":70,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":78,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":86,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":94,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":102,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":110,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":118,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":126,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":134,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":142,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":150,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":158,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":166,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":174,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":182,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":190,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":198,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":206,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":214,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":222,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":230,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":238,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":246,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":254,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":262,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":270,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":278,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":286,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":294,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":302,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":310,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":318,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":326,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":334,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":342,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":350,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":358,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"t":366}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-95,"t":85,"b":133,"r":-47},"ip":46,"op":416,"st":46},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 3","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":46,"s":[0],"e":[100]},{"t":54}]},"r":{"k":0},"p":{"k":[144.5,206.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_1_0p167_0p167","0p833_1_0p167_0p167"],"t":46,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":54,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":62,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":70,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":78,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":86,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":94,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":102,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":110,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":118,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":126,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":134,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":142,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":150,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":158,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":166,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":174,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":182,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":190,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":198,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":206,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":214,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":222,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":230,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":238,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":246,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":254,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":262,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":270,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":278,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":286,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":294,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":302,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":310,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":318,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":326,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":334,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":342,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":350,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":358,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"t":366}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_1_0p167_0p167","0p833_1_0p167_0p167"],"t":46,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":54,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":62,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":70,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":78,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":86,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":94,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":102,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":110,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":118,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":126,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":134,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":142,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":150,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":158,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":166,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":174,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":182,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":190,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":198,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":206,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":214,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":222,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":230,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":238,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":246,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":254,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":262,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":270,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":278,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":286,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":294,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":302,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":310,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":318,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":326,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":334,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":342,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":350,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":358,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"t":366}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-95,"t":85,"b":133,"r":-47},"ip":46,"op":416,"st":46},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 2","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":47,"s":[0],"e":[100]},{"t":55}]},"r":{"k":0},"p":{"k":[89.5,195.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_1_0p167_0p167","0p833_1_0p167_0p167"],"t":47,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":55,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":351,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":359,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"t":367}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_1_0p167_0p167","0p833_1_0p167_0p167"],"t":47,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":55,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":351,"s":[36,36],"e":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":359,"s":[47,47],"e":[36,36],"__fnct":[null,null]},{"t":367}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-43,124]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-75,"t":92,"b":156,"r":-11},"ip":47,"op":417,"st":47},{"ddd":0,"ind":9,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":47,"s":[0],"e":[100]},{"t":55}]},"r":{"k":0},"p":{"k":[89.5,195.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_1_0p167_0p167","0p833_1_0p167_0p167"],"t":47,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":55,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":351,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":359,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"t":367}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_1_0p167_0p167","0p833_1_0p167_0p167"],"t":47,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":55,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":351,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":359,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"t":367}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-95,"t":85,"b":133,"r":-47},"ip":47,"op":417,"st":47}]},{"id":"comp_45","layers":[{"ddd":0,"ind":0,"ty":0,"nm":"Humo","refId":"comp_46","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[185,250.5,0]},"a":{"k":[28,29.5,0]},"s":{"k":[100,100,100]}},"w":56,"h":59,"ip":20,"op":6320,"st":20},{"ddd":0,"ind":1,"ty":0,"nm":"Humo","refId":"comp_46","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[163,252,0]},"a":{"k":[28,29.5,0]},"s":{"k":[136,136,100]}},"w":56,"h":59,"ip":21,"op":6321,"st":21},{"ddd":0,"ind":2,"ty":0,"nm":"Humo","refId":"comp_46","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[150,241.5,0]},"a":{"k":[28,29.5,0]},"s":{"k":[136,136,100]}},"w":56,"h":59,"ip":19,"op":6319,"st":19},{"ddd":0,"ind":3,"ty":0,"nm":"Humo","refId":"comp_46","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[130.5,251.5,0]},"a":{"k":[28,29.5,0]},"s":{"k":[100,100,100]}},"w":56,"h":59,"ip":20,"op":6320,"st":20},{"ddd":0,"ind":4,"ty":0,"nm":"Humo","refId":"comp_46","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[115.5,237,0]},"a":{"k":[28,29.5,0]},"s":{"k":[136,136,100]}},"w":56,"h":59,"ip":19,"op":6319,"st":19},{"ddd":0,"ind":5,"ty":0,"nm":"Humo","refId":"comp_46","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[102.5,257,0]},"a":{"k":[28,29.5,0]},"s":{"k":[100,100,100]}},"w":56,"h":59,"ip":21,"op":6321,"st":21},{"ddd":0,"ind":6,"ty":0,"nm":"Humo","refId":"comp_46","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[88,243,0]},"a":{"k":[28,29.5,0]},"s":{"k":[136,136,100]}},"w":56,"h":59,"ip":23,"op":6323,"st":23},{"ddd":0,"ind":7,"ty":0,"nm":"Humo","refId":"comp_46","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[64.5,249,0]},"a":{"k":[28,29.5,0]},"s":{"k":[100,100,100]}},"w":56,"h":59,"ip":23,"op":6323,"st":23}]},{"id":"comp_46","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[26.5,27.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_1_0p167_0p167","0p833_1_0p167_0p167"],"t":0,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":8,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":16,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":24,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":32,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":40,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":48,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":56,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":64,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":72,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":80,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":88,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":96,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":104,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":112,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":120,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":128,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":136,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":144,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":152,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":160,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":168,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":176,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":184,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":192,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":200,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":208,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":216,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":224,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":232,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":240,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":248,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":256,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":264,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":272,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":280,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":288,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":296,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":304,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":312,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"t":320}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_1_0p167_0p167","0p833_1_0p167_0p167"],"t":0,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":8,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":16,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":24,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":32,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":40,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":48,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":56,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":64,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":72,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":80,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":88,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":96,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":104,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":112,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":120,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":128,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":136,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":144,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":152,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":160,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":168,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":176,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":184,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":192,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":200,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":208,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":216,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":224,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":232,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":240,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":248,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":256,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":264,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":272,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":280,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":288,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":296,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":304,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":312,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"t":320}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-95,"t":85,"b":133,"r":-47},"ip":0,"op":370,"st":0}]},{"id":"comp_47","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 31","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":74,"s":[100],"e":[0]},{"t":80.5791015625}]},"r":{"k":0},"p":{"k":[215.5,72,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p994_0p167_0p167","0p833_0p994_0p167_0p167"],"t":48,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"n":["0p833_1_0p167_-0p188","0p833_1_0p167_-0p188"],"t":49,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":64,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":72,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":80,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":88,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":96,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":104,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":112,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":120,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":128,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":136,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":144,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":152,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":160,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":168,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":176,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":184,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":192,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":200,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":208,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":216,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":224,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":232,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":240,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":248,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":256,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":264,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":272,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":280,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":288,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":296,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":304,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":312,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":320,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":328,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":336,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":344,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":352,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":360,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"t":368}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p994_0p167_0p167","0p833_0p994_0p167_0p167"],"t":48,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"n":["0p833_1_0p167_-0p188","0p833_1_0p167_-0p188"],"t":49,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":64,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":72,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":80,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":88,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":96,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":104,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":112,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":120,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":128,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":136,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":144,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":152,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":160,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":168,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":176,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":184,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":192,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":200,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":208,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":216,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":224,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":232,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":240,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":248,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":256,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":264,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":272,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":280,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":288,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":296,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":304,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":312,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":320,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":328,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":336,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":344,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":352,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":360,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"t":368}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-79,"t":101,"b":117,"r":-63},"ip":48,"op":81,"st":48},{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 30","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":74,"s":[100],"e":[0]},{"t":80.5791015625}]},"r":{"k":0},"p":{"k":[222,81,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.995,0.995]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p995_0p167_0p167","0p833_0p995_0p167_0p167"],"t":48,"s":[0,0],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.156,-0.156]},"n":["0p833_1_0p167_-0p156","0p833_1_0p167_-0p156"],"t":49,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":64,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":72,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":80,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":88,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":96,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":104,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":112,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":120,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":128,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":136,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":144,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":152,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":160,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":168,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":176,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":184,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":192,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":200,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":208,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":216,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":224,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":232,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":240,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":248,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":256,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":264,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":272,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":280,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":288,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":296,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":304,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":312,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":320,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":328,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":336,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":344,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":352,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":360,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"t":368}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.995,0.995]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p995_0p167_0p167","0p833_0p995_0p167_0p167"],"t":48,"s":[0,0],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.156,-0.156]},"n":["0p833_1_0p167_-0p156","0p833_1_0p167_-0p156"],"t":49,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":64,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":72,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":80,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":88,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":96,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":104,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":112,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":120,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":128,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":136,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":144,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":152,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":160,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":168,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":176,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":184,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":192,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":200,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":208,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":216,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":224,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":232,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":240,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":248,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":256,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":264,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":272,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":280,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":288,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":296,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":304,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":312,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":320,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":328,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":336,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":344,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":352,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":360,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"t":368}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-77,"t":103,"b":115,"r":-65},"ip":48,"op":81,"st":48},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 29","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":74,"s":[100],"e":[0]},{"t":80.5791015625}]},"r":{"k":0},"p":{"k":[216.5,77.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p994_0p167_0p167","0p833_0p994_0p167_0p167"],"t":48,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"n":["0p833_1_0p167_-0p188","0p833_1_0p167_-0p188"],"t":49,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":64,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":72,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":80,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":88,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":96,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":104,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":112,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":120,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":128,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":136,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":144,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":152,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":160,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":168,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":176,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":184,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":192,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":200,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":208,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":216,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":224,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":232,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":240,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":248,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":256,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":264,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":272,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":280,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":288,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":296,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":304,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":312,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":320,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":328,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":336,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":344,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":352,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":360,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"t":368}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p994_0p167_0p167","0p833_0p994_0p167_0p167"],"t":48,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"n":["0p833_1_0p167_-0p188","0p833_1_0p167_-0p188"],"t":49,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":64,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":72,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":80,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":88,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":96,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":104,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":112,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":120,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":128,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":136,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":144,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":152,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":160,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":168,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":176,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":184,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":192,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":200,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":208,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":216,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":224,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":232,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":240,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":248,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":256,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":264,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":272,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":280,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":288,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":296,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":304,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":312,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":320,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":328,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":336,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":344,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":352,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":360,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"t":368}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-79,"t":101,"b":117,"r":-63},"ip":48,"op":81,"st":48},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 28","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":73.685,"s":[100],"e":[0]},{"t":80.263671875}]},"r":{"k":0},"p":{"k":[208.5,61,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p994_0p167_0p167","0p833_0p994_0p167_0p167"],"t":47,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"n":["0p833_1_0p167_-0p188","0p833_1_0p167_-0p188"],"t":48,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":351,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":359,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"t":367}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p994_0p167_0p167","0p833_0p994_0p167_0p167"],"t":47,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"n":["0p833_1_0p167_-0p188","0p833_1_0p167_-0p188"],"t":48,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":351,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":359,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"t":367}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-79,"t":101,"b":117,"r":-63},"ip":47,"op":81,"st":47},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 27","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":73.685,"s":[100],"e":[0]},{"t":80.263671875}]},"r":{"k":0},"p":{"k":[215,70,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.995,0.995]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p995_0p167_0p167","0p833_0p995_0p167_0p167"],"t":47,"s":[0,0],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.156,-0.156]},"n":["0p833_1_0p167_-0p156","0p833_1_0p167_-0p156"],"t":48,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":351,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":359,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"t":367}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.995,0.995]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p995_0p167_0p167","0p833_0p995_0p167_0p167"],"t":47,"s":[0,0],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.156,-0.156]},"n":["0p833_1_0p167_-0p156","0p833_1_0p167_-0p156"],"t":48,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":351,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":359,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"t":367}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-77,"t":103,"b":115,"r":-65},"ip":47,"op":81,"st":47},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 26","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":73.685,"s":[100],"e":[0]},{"t":80.263671875}]},"r":{"k":0},"p":{"k":[209.5,66.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p994_0p167_0p167","0p833_0p994_0p167_0p167"],"t":47,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"n":["0p833_1_0p167_-0p188","0p833_1_0p167_-0p188"],"t":48,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":351,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":359,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"t":367}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p994_0p167_0p167","0p833_0p994_0p167_0p167"],"t":47,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"n":["0p833_1_0p167_-0p188","0p833_1_0p167_-0p188"],"t":48,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":351,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":359,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"t":367}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-79,"t":101,"b":117,"r":-63},"ip":47,"op":81,"st":47},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 25","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":72.369,"s":[100],"e":[0]},{"t":78.947265625}]},"r":{"k":0},"p":{"k":[178,58,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.98,0.98]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p98_0p167_0p167","0p833_0p98_0p167_0p167"],"t":44,"s":[0,0],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.332,0.332]},"n":["0p833_1_0p167_0p332","0p833_1_0p167_0p332"],"t":45,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":60,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":68,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":76,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":84,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":92,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":100,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":108,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":116,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":124,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":132,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":140,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":148,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":156,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":164,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":172,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":180,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":188,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":196,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":204,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":212,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":220,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":228,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":236,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":244,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":252,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":260,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":268,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":276,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":284,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":292,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":300,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":308,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":316,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":324,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":332,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":340,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":348,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":356,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"t":364}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.98,0.98]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p98_0p167_0p167","0p833_0p98_0p167_0p167"],"t":44,"s":[0,0],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.332,0.332]},"n":["0p833_1_0p167_0p332","0p833_1_0p167_0p332"],"t":45,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":60,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":68,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":76,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":84,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":92,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":100,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":108,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":116,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":124,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":132,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":140,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":148,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":156,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":164,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":172,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":180,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":188,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":196,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":204,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":212,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":220,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":228,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":236,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":244,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":252,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":260,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":268,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":276,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":284,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":292,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":300,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":308,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":316,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":324,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":332,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":340,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":348,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":356,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"t":364}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-65,102]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-77,"t":90,"b":114,"r":-53},"ip":44,"op":81,"st":44},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 24","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":72.369,"s":[100],"e":[0]},{"t":78.947265625}]},"r":{"k":0},"p":{"k":[201,48.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p994_0p167_0p167","0p833_0p994_0p167_0p167"],"t":47,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"n":["0p833_1_0p167_-0p188","0p833_1_0p167_-0p188"],"t":48,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":351,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":359,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"t":367}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p994_0p167_0p167","0p833_0p994_0p167_0p167"],"t":47,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"n":["0p833_1_0p167_-0p188","0p833_1_0p167_-0p188"],"t":48,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":351,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":359,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"t":367}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-79,"t":101,"b":117,"r":-63},"ip":47,"op":81,"st":47},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 22","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":72.369,"s":[100],"e":[0]},{"t":78.947265625}]},"r":{"k":0},"p":{"k":[207.5,57.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.995,0.995]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p995_0p167_0p167","0p833_0p995_0p167_0p167"],"t":47,"s":[0,0],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.156,-0.156]},"n":["0p833_1_0p167_-0p156","0p833_1_0p167_-0p156"],"t":48,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":351,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":359,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"t":367}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.995,0.995]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p995_0p167_0p167","0p833_0p995_0p167_0p167"],"t":47,"s":[0,0],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.156,-0.156]},"n":["0p833_1_0p167_-0p156","0p833_1_0p167_-0p156"],"t":48,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":351,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":359,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"t":367}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-77,"t":103,"b":115,"r":-65},"ip":47,"op":81,"st":47},{"ddd":0,"ind":9,"ty":4,"nm":"Shape Layer 32","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":72.369,"s":[100],"e":[0]},{"t":78.947265625}]},"r":{"k":0},"p":{"k":[202,54,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.989,0.989]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p989_0p167_0p167","0p833_0p989_0p167_0p167"],"t":46,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-1.548,-1.548]},"n":["0p833_1_0p167_-1p548","0p833_1_0p167_-1p548"],"t":47,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":60,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":68,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":76,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":84,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":92,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":100,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":108,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":116,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":124,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":132,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":140,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":148,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":156,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":164,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":172,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":180,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":188,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":196,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":204,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":212,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":220,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":228,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":236,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":244,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":252,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":260,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":268,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":276,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":284,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":292,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":300,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":308,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":316,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":324,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":332,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":340,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":348,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":356,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"t":364}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.989,0.989]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p989_0p167_0p167","0p833_0p989_0p167_0p167"],"t":46,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-1.548,-1.548]},"n":["0p833_1_0p167_-1p548","0p833_1_0p167_-1p548"],"t":47,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":60,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":68,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":76,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":84,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":92,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":100,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":108,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":116,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":124,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":132,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":140,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":148,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":156,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":164,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":172,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":180,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":188,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":196,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":204,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":212,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":220,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":228,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":236,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":244,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":252,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":260,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":268,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":276,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":284,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":292,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":300,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":308,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":316,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":324,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":332,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":340,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":348,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":356,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"t":364}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-79,"t":101,"b":117,"r":-63},"ip":46,"op":81,"st":44},{"ddd":0,"ind":10,"ty":4,"nm":"Shape Layer 18","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":69.737,"s":[100],"e":[0]},{"t":76.31640625}]},"r":{"k":0},"p":{"k":[195.25,54.375,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.99,0.99]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p99_0p167_0p167","0p833_0p99_0p167_0p167"],"t":46,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.178,-0.178]},"n":["0p833_1_0p167_-0p178","0p833_1_0p167_-0p178"],"t":47,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":55,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":351,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"t":359}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.99,0.99]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p99_0p167_0p167","0p833_0p99_0p167_0p167"],"t":46,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.178,-0.178]},"n":["0p833_1_0p167_-0p178","0p833_1_0p167_-0p178"],"t":47,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":55,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":351,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"t":359}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-79,"t":101,"b":117,"r":-63},"ip":46,"op":81,"st":39},{"ddd":0,"ind":11,"ty":4,"nm":"Shape Layer 23","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":69.737,"s":[100],"e":[0]},{"t":76.31640625}]},"r":{"k":0},"p":{"k":[174.5,51.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.98,0.98]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p98_0p167_0p167","0p833_0p98_0p167_0p167"],"t":44,"s":[0,0],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.332,0.332]},"n":["0p833_1_0p167_0p332","0p833_1_0p167_0p332"],"t":45,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":60,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":68,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":76,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":84,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":92,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":100,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":108,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":116,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":124,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":132,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":140,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":148,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":156,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":164,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":172,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":180,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":188,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":196,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":204,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":212,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":220,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":228,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":236,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":244,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":252,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":260,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":268,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":276,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":284,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":292,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":300,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":308,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":316,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":324,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":332,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":340,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":348,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":356,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"t":364}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.98,0.98]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p98_0p167_0p167","0p833_0p98_0p167_0p167"],"t":44,"s":[0,0],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.332,0.332]},"n":["0p833_1_0p167_0p332","0p833_1_0p167_0p332"],"t":45,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":60,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":68,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":76,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":84,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":92,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":100,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":108,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":116,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":124,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":132,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":140,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":148,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":156,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":164,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":172,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":180,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":188,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":196,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":204,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":212,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":220,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":228,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":236,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":244,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":252,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":260,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":268,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":276,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":284,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":292,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":300,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":308,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":316,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":324,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":332,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":340,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":348,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":356,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"t":364}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-65,102]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-77,"t":90,"b":114,"r":-53},"ip":44,"op":81,"st":44},{"ddd":0,"ind":12,"ty":4,"nm":"Shape Layer 21","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":69.737,"s":[100],"e":[0]},{"t":76.31640625}]},"r":{"k":0},"p":{"k":[178,58,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.98,0.98]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p98_0p167_0p167","0p833_0p98_0p167_0p167"],"t":45,"s":[0,0],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.332,0.332]},"n":["0p833_1_0p167_0p332","0p833_1_0p167_0p332"],"t":46,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":61,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":69,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":77,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":85,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":93,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":101,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":109,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":117,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":125,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":133,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":141,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":149,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":157,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":165,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":173,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":181,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":189,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":197,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":205,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":213,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":221,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":229,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":237,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":245,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":253,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":261,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":269,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":277,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":285,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":293,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":301,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":309,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":317,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":325,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":333,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":341,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":349,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":357,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"t":365}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.98,0.98]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p98_0p167_0p167","0p833_0p98_0p167_0p167"],"t":45,"s":[0,0],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.332,0.332]},"n":["0p833_1_0p167_0p332","0p833_1_0p167_0p332"],"t":46,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":61,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":69,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":77,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":85,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":93,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":101,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":109,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":117,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":125,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":133,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":141,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":149,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":157,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":165,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":173,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":181,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":189,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":197,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":205,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":213,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":221,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":229,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":237,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":245,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":253,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":261,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":269,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":277,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":285,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":293,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":301,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":309,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":317,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":325,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":333,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":341,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":349,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":357,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"t":365}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-65,102]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-77,"t":90,"b":114,"r":-53},"ip":45,"op":81,"st":45},{"ddd":0,"ind":13,"ty":4,"nm":"Shape Layer 20","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":69.737,"s":[100],"e":[0]},{"t":76.31640625}]},"r":{"k":0},"p":{"k":[191.5,48.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p994_0p167_0p167","0p833_0p994_0p167_0p167"],"t":45,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"n":["0p833_1_0p167_-0p188","0p833_1_0p167_-0p188"],"t":46,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":61,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":69,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":77,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":85,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":93,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":101,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":109,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":117,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":125,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":133,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":141,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":149,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":157,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":165,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":173,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":181,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":189,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":197,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":205,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":213,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":221,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":229,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":237,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":245,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":253,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":261,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":269,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":277,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":285,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":293,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":301,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":309,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":317,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":325,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":333,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":341,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":349,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":357,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"t":365}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p994_0p167_0p167","0p833_0p994_0p167_0p167"],"t":45,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"n":["0p833_1_0p167_-0p188","0p833_1_0p167_-0p188"],"t":46,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":61,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":69,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":77,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":85,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":93,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":101,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":109,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":117,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":125,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":133,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":141,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":149,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":157,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":165,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":173,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":181,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":189,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":197,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":205,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":213,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":221,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":229,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":237,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":245,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":253,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":261,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":269,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":277,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":285,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":293,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":301,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":309,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":317,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":325,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":333,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":341,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":349,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":357,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"t":365}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-79,"t":101,"b":117,"r":-63},"ip":45,"op":81,"st":45},{"ddd":0,"ind":14,"ty":4,"nm":"Shape Layer 19","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":67.105,"s":[100],"e":[0]},{"t":73.6845703125}]},"r":{"k":0},"p":{"k":[174.5,51.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.98,0.98]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p98_0p167_0p167","0p833_0p98_0p167_0p167"],"t":45,"s":[0,0],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.332,0.332]},"n":["0p833_1_0p167_0p332","0p833_1_0p167_0p332"],"t":46,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":61,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":69,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":77,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":85,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":93,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":101,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":109,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":117,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":125,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":133,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":141,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":149,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":157,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":165,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":173,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":181,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":189,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":197,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":205,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":213,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":221,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":229,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":237,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":245,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":253,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":261,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":269,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":277,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":285,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":293,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":301,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":309,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":317,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":325,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":333,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":341,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":349,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":357,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"t":365}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.98,0.98]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p98_0p167_0p167","0p833_0p98_0p167_0p167"],"t":45,"s":[0,0],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.332,0.332]},"n":["0p833_1_0p167_0p332","0p833_1_0p167_0p332"],"t":46,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":61,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":69,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":77,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":85,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":93,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":101,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":109,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":117,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":125,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":133,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":141,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":149,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":157,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":165,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":173,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":181,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":189,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":197,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":205,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":213,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":221,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":229,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":237,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":245,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":253,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":261,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":269,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":277,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":285,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":293,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":301,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":309,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":317,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":325,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":333,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":341,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":349,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":357,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"t":365}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-65,102]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-77,"t":90,"b":114,"r":-53},"ip":45,"op":81,"st":45},{"ddd":0,"ind":15,"ty":4,"nm":"Shape Layer 17","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":67.105,"s":[100],"e":[0]},{"t":73.6845703125}]},"r":{"k":0},"p":{"k":[87.5,165.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.986,0.986]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p986_0p167_0p167","0p833_0p986_0p167_0p167"],"t":44,"s":[0,0],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.558,0.558]},"n":["0p833_1_0p167_0p558","0p833_1_0p167_0p558"],"t":45,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":60,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":68,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":76,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":84,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":92,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":100,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":108,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":116,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":124,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":132,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":140,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":148,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":156,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":164,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":172,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":180,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":188,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":196,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":204,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":212,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":220,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":228,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":236,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":244,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":252,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":260,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":268,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":276,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":284,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":292,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":300,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":308,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":316,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":324,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":332,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":340,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":348,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":356,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"t":364}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.986,0.986]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p986_0p167_0p167","0p833_0p986_0p167_0p167"],"t":44,"s":[0,0],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.558,0.558]},"n":["0p833_1_0p167_0p558","0p833_1_0p167_0p558"],"t":45,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":60,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":68,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":76,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":84,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":92,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":100,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":108,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":116,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":124,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":132,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":140,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":148,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":156,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":164,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":172,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":180,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":188,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":196,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":204,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":212,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":220,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":228,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":236,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":244,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":252,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":260,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":268,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":276,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":284,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":292,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":300,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":308,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":316,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":324,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":332,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":340,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":348,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":356,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"t":364}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-65,102]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-82,"t":85,"b":119,"r":-48},"ip":44,"op":81,"st":44},{"ddd":0,"ind":16,"ty":4,"nm":"Shape Layer 16","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":67.105,"s":[100],"e":[0]},{"t":73.6845703125}]},"r":{"k":0},"p":{"k":[103.5,142.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.986,0.986]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p986_0p167_0p167","0p833_0p986_0p167_0p167"],"t":44,"s":[0,0],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.558,0.558]},"n":["0p833_1_0p167_0p558","0p833_1_0p167_0p558"],"t":45,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":60,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":68,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":76,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":84,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":92,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":100,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":108,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":116,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":124,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":132,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":140,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":148,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":156,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":164,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":172,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":180,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":188,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":196,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":204,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":212,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":220,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":228,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":236,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":244,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":252,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":260,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":268,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":276,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":284,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":292,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":300,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":308,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":316,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":324,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":332,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":340,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":348,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":356,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"t":364}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.986,0.986]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p986_0p167_0p167","0p833_0p986_0p167_0p167"],"t":44,"s":[0,0],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.558,0.558]},"n":["0p833_1_0p167_0p558","0p833_1_0p167_0p558"],"t":45,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":60,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":68,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":76,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":84,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":92,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":100,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":108,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":116,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":124,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":132,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":140,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":148,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":156,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":164,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":172,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":180,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":188,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":196,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":204,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":212,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":220,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":228,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":236,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":244,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":252,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":260,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":268,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":276,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":284,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":292,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":300,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":308,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":316,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":324,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":332,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":340,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":348,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":356,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"t":364}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-65,102]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-82,"t":85,"b":119,"r":-48},"ip":44,"op":81,"st":44},{"ddd":0,"ind":17,"ty":4,"nm":"Shape Layer 15","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":64.474,"s":[100],"e":[0]},{"t":71.052734375}]},"r":{"k":0},"p":{"k":[155.5,64.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.986,0.986]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p986_0p167_0p167","0p833_0p986_0p167_0p167"],"t":41,"s":[0,0],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.558,0.558]},"n":["0p833_1_0p167_0p558","0p833_1_0p167_0p558"],"t":42,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":57,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":65,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":73,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":81,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":89,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":97,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":105,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":113,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":121,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":129,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":137,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":145,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":153,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":161,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":169,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":177,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":185,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":193,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":201,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":209,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":217,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":225,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":233,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":241,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":249,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":257,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":265,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":273,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":281,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":289,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":297,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":305,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":313,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":321,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":329,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":337,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":345,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":353,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"t":361}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.986,0.986]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p986_0p167_0p167","0p833_0p986_0p167_0p167"],"t":41,"s":[0,0],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.558,0.558]},"n":["0p833_1_0p167_0p558","0p833_1_0p167_0p558"],"t":42,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":57,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":65,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":73,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":81,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":89,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":97,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":105,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":113,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":121,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":129,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":137,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":145,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":153,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":161,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":169,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":177,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":185,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":193,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":201,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":209,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":217,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":225,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":233,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":241,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":249,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":257,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":265,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":273,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":281,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":289,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":297,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":305,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":313,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":321,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":329,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":337,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":345,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":353,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"t":361}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-65,102]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-82,"t":85,"b":119,"r":-48},"ip":41,"op":81,"st":41},{"ddd":0,"ind":18,"ty":4,"nm":"Shape Layer 13","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":64.474,"s":[100],"e":[0]},{"t":71.052734375}]},"r":{"k":0},"p":{"k":[172.5,51.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.976,0.976]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p976_0p167_0p167","0p833_0p976_0p167_0p167"],"t":41,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.279,0.279]},"n":["0p833_1_0p167_0p279","0p833_1_0p167_0p279"],"t":42,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":57,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":65,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":73,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":81,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":89,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":97,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":105,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":113,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":121,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":129,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":137,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":145,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":153,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":161,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":169,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":177,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":185,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":193,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":201,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":209,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":217,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":225,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":233,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":241,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":249,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":257,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":265,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":273,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":281,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":289,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":297,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":305,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":313,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":321,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":329,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":337,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":345,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":353,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"t":361}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.976,0.976]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p976_0p167_0p167","0p833_0p976_0p167_0p167"],"t":41,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.279,0.279]},"n":["0p833_1_0p167_0p279","0p833_1_0p167_0p279"],"t":42,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":57,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":65,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":73,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":81,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":89,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":97,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":105,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":113,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":121,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":129,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":137,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":145,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":153,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":161,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":169,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":177,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":185,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":193,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":201,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":209,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":217,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":225,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":233,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":241,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":249,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":257,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":265,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":273,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":281,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":289,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":297,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":305,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":313,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":321,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":329,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":337,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":345,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":353,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"t":361}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-88,"t":92,"b":126,"r":-54},"ip":41,"op":81,"st":41},{"ddd":0,"ind":19,"ty":4,"nm":"Shape Layer 12","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":64.474,"s":[100],"e":[0]},{"t":71.052734375}]},"r":{"k":0},"p":{"k":[132.5,84.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.986,0.986]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p986_0p167_0p167","0p833_0p986_0p167_0p167"],"t":40,"s":[0,0],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.558,0.558]},"n":["0p833_1_0p167_0p558","0p833_1_0p167_0p558"],"t":41,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":56,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":64,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":72,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":80,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":88,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":96,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":104,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":112,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":120,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":128,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":136,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":144,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":152,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":160,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":168,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":176,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":184,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":192,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":200,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":208,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":216,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":224,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":232,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":240,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":248,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":256,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":264,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":272,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":280,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":288,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":296,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":304,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":312,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":320,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":328,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":336,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":344,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":352,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"t":360}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.986,0.986]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p986_0p167_0p167","0p833_0p986_0p167_0p167"],"t":40,"s":[0,0],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.558,0.558]},"n":["0p833_1_0p167_0p558","0p833_1_0p167_0p558"],"t":41,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":56,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":64,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":72,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":80,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":88,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":96,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":104,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":112,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":120,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":128,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":136,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":144,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":152,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":160,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":168,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":176,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":184,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":192,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":200,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":208,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":216,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":224,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":232,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":240,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":248,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":256,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":264,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":272,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":280,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":288,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":296,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":304,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":312,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":320,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":328,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":336,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":344,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":352,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"t":360}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-65,102]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-82,"t":85,"b":119,"r":-48},"ip":40,"op":81,"st":40},{"ddd":0,"ind":20,"ty":4,"nm":"Shape Layer 10","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":64.474,"s":[100],"e":[0]},{"t":71.052734375}]},"r":{"k":0},"p":{"k":[142.5,74.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.986,0.986]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p986_0p167_0p167","0p833_0p986_0p167_0p167"],"t":40,"s":[0,0],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.558,0.558]},"n":["0p833_1_0p167_0p558","0p833_1_0p167_0p558"],"t":41,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":56,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":64,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":72,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":80,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":88,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":96,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":104,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":112,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":120,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":128,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":136,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":144,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":152,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":160,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":168,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":176,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":184,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":192,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":200,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":208,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":216,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":224,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":232,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":240,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":248,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":256,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":264,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":272,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":280,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":288,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":296,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":304,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":312,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":320,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":328,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":336,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":344,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":352,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"t":360}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.986,0.986]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p986_0p167_0p167","0p833_0p986_0p167_0p167"],"t":40,"s":[0,0],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.558,0.558]},"n":["0p833_1_0p167_0p558","0p833_1_0p167_0p558"],"t":41,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":56,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":64,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":72,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":80,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":88,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":96,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":104,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":112,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":120,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":128,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":136,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":144,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":152,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":160,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":168,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":176,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":184,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":192,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":200,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":208,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":216,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":224,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":232,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":240,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":248,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":256,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":264,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":272,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":280,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":288,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":296,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":304,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":312,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":320,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":328,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":336,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":344,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":352,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"t":360}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-65,102]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-82,"t":85,"b":119,"r":-48},"ip":40,"op":81,"st":40},{"ddd":0,"ind":21,"ty":4,"nm":"Shape Layer 11","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":61.842,"s":[100],"e":[0]},{"t":68.4208984375}]},"r":{"k":0},"p":{"k":[151.5,75.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.976,0.976]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p976_0p167_0p167","0p833_0p976_0p167_0p167"],"t":40,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.279,0.279]},"n":["0p833_1_0p167_0p279","0p833_1_0p167_0p279"],"t":41,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":56,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":64,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":72,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":80,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":88,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":96,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":104,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":112,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":120,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":128,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":136,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":144,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":152,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":160,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":168,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":176,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":184,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":192,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":200,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":208,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":216,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":224,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":232,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":240,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":248,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":256,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":264,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":272,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":280,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":288,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":296,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":304,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":312,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":320,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":328,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":336,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":344,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":352,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"t":360}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.976,0.976]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p976_0p167_0p167","0p833_0p976_0p167_0p167"],"t":40,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.279,0.279]},"n":["0p833_1_0p167_0p279","0p833_1_0p167_0p279"],"t":41,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":56,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":64,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":72,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":80,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":88,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":96,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":104,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":112,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":120,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":128,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":136,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":144,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":152,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":160,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":168,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":176,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":184,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":192,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":200,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":208,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":216,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":224,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":232,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":240,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":248,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":256,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":264,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":272,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":280,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":288,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":296,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":304,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":312,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":320,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":328,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":336,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":344,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":352,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"t":360}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-88,"t":92,"b":126,"r":-54},"ip":40,"op":81,"st":40},{"ddd":0,"ind":22,"ty":4,"nm":"Shape Layer 9","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":61.842,"s":[100],"e":[0]},{"t":68.4208984375}]},"r":{"k":0},"p":{"k":[130.5,92.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.976,0.976]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p976_0p167_0p167","0p833_0p976_0p167_0p167"],"t":39,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.279,0.279]},"n":["0p833_1_0p167_0p279","0p833_1_0p167_0p279"],"t":40,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":55,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":351,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"t":359}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.976,0.976]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p976_0p167_0p167","0p833_0p976_0p167_0p167"],"t":39,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.279,0.279]},"n":["0p833_1_0p167_0p279","0p833_1_0p167_0p279"],"t":40,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":55,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":351,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"t":359}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-88,"t":92,"b":126,"r":-54},"ip":39,"op":81,"st":39},{"ddd":0,"ind":23,"ty":4,"nm":"Shape Layer 8","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":61.842,"s":[100],"e":[0]},{"t":68.4208984375}]},"r":{"k":0},"p":{"k":[116.5,104.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.984,0.984]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p984_0p167_0p167","0p833_0p984_0p167_0p167"],"t":39,"s":[0,0],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.445,0.445]},"n":["0p833_1_0p167_0p445","0p833_1_0p167_0p445"],"t":40,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":55,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":351,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"t":359}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.984,0.984]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p984_0p167_0p167","0p833_0p984_0p167_0p167"],"t":39,"s":[0,0],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.445,0.445]},"n":["0p833_1_0p167_0p445","0p833_1_0p167_0p445"],"t":40,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":55,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":351,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"t":359}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-96,"t":84,"b":134,"r":-46},"ip":39,"op":81,"st":39},{"ddd":0,"ind":24,"ty":4,"nm":"Shape Layer 4","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":59.211,"s":[100],"e":[0]},{"t":65.7890625}]},"r":{"k":0},"p":{"k":[98.5,124.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.993,0.993]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p993_0p167_0p167","0p833_0p993_0p167_0p167"],"t":39,"s":[0,0],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.391,-0.391]},"n":["0p833_1_0p167_-0p391","0p833_1_0p167_-0p391"],"t":40,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":55,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":351,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"t":359}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.993,0.993]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p993_0p167_0p167","0p833_0p993_0p167_0p167"],"t":39,"s":[0,0],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.391,-0.391]},"n":["0p833_1_0p167_-0p391","0p833_1_0p167_-0p391"],"t":40,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":55,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":351,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"t":359}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-95,"t":85,"b":133,"r":-47},"ip":39,"op":81,"st":39},{"ddd":0,"ind":25,"ty":4,"nm":"Shape Layer 6","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":59.211,"s":[100],"e":[0]},{"t":65.7890625}]},"r":{"k":0},"p":{"k":[93.5,148.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.976,0.976]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p976_0p167_0p167","0p833_0p976_0p167_0p167"],"t":38,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.279,0.279]},"n":["0p833_1_0p167_0p279","0p833_1_0p167_0p279"],"t":39,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":54,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":62,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":70,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":78,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":86,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":94,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":102,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":110,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":118,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":126,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":134,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":142,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":150,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":158,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":166,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":174,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":182,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":190,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":198,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":206,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":214,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":222,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":230,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":238,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":246,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":254,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":262,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":270,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":278,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":286,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":294,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":302,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":310,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":318,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":326,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":334,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":342,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":350,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"t":358}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.976,0.976]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p976_0p167_0p167","0p833_0p976_0p167_0p167"],"t":38,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.279,0.279]},"n":["0p833_1_0p167_0p279","0p833_1_0p167_0p279"],"t":39,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":54,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":62,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":70,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":78,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":86,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":94,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":102,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":110,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":118,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":126,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":134,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":142,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":150,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":158,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":166,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":174,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":182,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":190,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":198,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":206,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":214,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":222,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":230,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":238,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":246,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":254,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":262,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":270,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":278,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":286,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":294,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":302,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":310,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":318,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":326,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":334,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":342,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":350,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"t":358}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-88,"t":92,"b":126,"r":-54},"ip":38,"op":81,"st":38},{"ddd":0,"ind":26,"ty":4,"nm":"Shape Layer 5","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":59.211,"s":[100],"e":[0]},{"t":65.7890625}]},"r":{"k":0},"p":{"k":[114.5,155.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.984,0.984]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p984_0p167_0p167","0p833_0p984_0p167_0p167"],"t":38,"s":[0,0],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.445,0.445]},"n":["0p833_1_0p167_0p445","0p833_1_0p167_0p445"],"t":39,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":54,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":62,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":70,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":78,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":86,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":94,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":102,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":110,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":118,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":126,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":134,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":142,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":150,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":158,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":166,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":174,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":182,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":190,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":198,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":206,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":214,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":222,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":230,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":238,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":246,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":254,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":262,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":270,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":278,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":286,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":294,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":302,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":310,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":318,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":326,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":334,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":342,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":350,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"t":358}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.984,0.984]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p984_0p167_0p167","0p833_0p984_0p167_0p167"],"t":38,"s":[0,0],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.445,0.445]},"n":["0p833_1_0p167_0p445","0p833_1_0p167_0p445"],"t":39,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":54,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":62,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":70,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":78,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":86,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":94,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":102,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":110,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":118,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":126,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":134,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":142,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":150,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":158,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":166,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":174,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":182,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":190,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":198,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":206,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":214,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":222,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":230,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":238,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":246,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":254,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":262,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":270,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":278,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":286,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":294,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":302,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":310,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":318,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":326,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":334,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":342,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":350,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"t":358}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-96,"t":84,"b":134,"r":-46},"ip":38,"op":81,"st":38},{"ddd":0,"ind":27,"ty":4,"nm":"Shape Layer 3","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":56.579,"s":[100],"e":[0]},{"t":63.158203125}]},"r":{"k":0},"p":{"k":[141.5,177.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.993,0.993]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p993_0p167_0p167","0p833_0p993_0p167_0p167"],"t":37,"s":[0,0],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.391,-0.391]},"n":["0p833_1_0p167_-0p391","0p833_1_0p167_-0p391"],"t":38,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":53,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":61,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":69,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":77,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":85,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":93,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":101,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":109,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":117,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":125,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":133,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":141,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":149,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":157,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":165,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":173,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":181,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":189,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":197,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":205,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":213,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":221,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":229,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":237,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":245,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":253,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":261,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":269,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":277,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":285,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":293,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":301,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":309,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":317,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":325,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":333,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":341,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":349,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"t":357}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.993,0.993]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p993_0p167_0p167","0p833_0p993_0p167_0p167"],"t":37,"s":[0,0],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.391,-0.391]},"n":["0p833_1_0p167_-0p391","0p833_1_0p167_-0p391"],"t":38,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":53,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":61,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":69,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":77,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":85,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":93,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":101,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":109,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":117,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":125,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":133,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":141,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":149,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":157,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":165,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":173,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":181,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":189,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":197,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":205,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":213,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":221,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":229,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":237,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":245,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":253,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":261,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":269,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":277,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":285,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":293,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":301,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":309,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":317,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":325,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":333,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":341,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":349,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"t":357}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-95,"t":85,"b":133,"r":-47},"ip":37,"op":81,"st":37},{"ddd":0,"ind":28,"ty":4,"nm":"Shape Layer 2","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":56.579,"s":[100],"e":[0]},{"t":63.158203125}]},"r":{"k":0},"p":{"k":[120.5,179.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.984,0.984]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p984_0p167_0p167","0p833_0p984_0p167_0p167"],"t":37,"s":[0,0],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.445,0.445]},"n":["0p833_1_0p167_0p445","0p833_1_0p167_0p445"],"t":38,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":53,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":61,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":69,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":77,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":85,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":93,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":101,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":109,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":117,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":125,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":133,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":141,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":149,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":157,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":165,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":173,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":181,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":189,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":197,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":205,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":213,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":221,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":229,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":237,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":245,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":253,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":261,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":269,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":277,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":285,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":293,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":301,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":309,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":317,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":325,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":333,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":341,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":349,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"t":357}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.984,0.984]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p984_0p167_0p167","0p833_0p984_0p167_0p167"],"t":37,"s":[0,0],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.445,0.445]},"n":["0p833_1_0p167_0p445","0p833_1_0p167_0p445"],"t":38,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":53,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":61,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":69,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":77,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":85,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":93,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":101,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":109,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":117,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":125,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":133,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":141,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":149,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":157,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":165,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":173,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":181,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":189,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":197,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":205,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":213,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":221,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":229,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":237,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":245,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":253,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":261,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":269,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":277,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":285,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":293,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":301,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":309,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":317,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":325,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":333,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":341,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":349,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"t":357}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-96,"t":84,"b":134,"r":-46},"ip":37,"op":81,"st":37},{"ddd":0,"ind":29,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":56.579,"s":[100],"e":[0]},{"t":63.158203125}]},"r":{"k":0},"p":{"k":[94.5,182.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.993,0.993]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p993_0p167_0p167","0p833_0p993_0p167_0p167"],"t":37,"s":[0,0],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.391,-0.391]},"n":["0p833_1_0p167_-0p391","0p833_1_0p167_-0p391"],"t":38,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":53,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":61,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":69,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":77,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":85,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":93,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":101,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":109,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":117,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":125,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":133,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":141,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":149,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":157,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":165,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":173,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":181,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":189,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":197,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":205,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":213,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":221,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":229,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":237,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":245,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":253,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":261,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":269,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":277,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":285,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":293,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":301,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":309,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":317,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":325,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":333,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":341,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":349,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"t":357}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.993,0.993]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p993_0p167_0p167","0p833_0p993_0p167_0p167"],"t":37,"s":[0,0],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.391,-0.391]},"n":["0p833_1_0p167_-0p391","0p833_1_0p167_-0p391"],"t":38,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":53,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":61,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":69,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":77,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":85,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":93,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":101,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":109,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":117,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":125,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":133,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":141,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":149,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":157,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":165,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":173,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":181,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":189,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":197,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":205,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":213,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":221,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":229,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":237,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":245,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":253,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":261,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":269,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":277,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":285,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":293,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":301,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":309,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":317,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":325,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":333,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":341,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":349,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"t":357}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-95,"t":85,"b":133,"r":-47},"ip":37,"op":81,"st":37}]},{"id":"comp_48","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 31","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":74,"s":[100],"e":[0]},{"t":80.5791015625}]},"r":{"k":0},"p":{"k":[215.5,72,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p994_0p167_0p167","0p833_0p994_0p167_0p167"],"t":48,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"n":["0p833_1_0p167_-0p188","0p833_1_0p167_-0p188"],"t":49,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":64,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":72,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":80,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":88,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":96,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":104,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":112,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":120,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":128,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":136,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":144,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":152,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":160,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":168,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":176,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":184,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":192,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":200,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":208,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":216,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":224,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":232,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":240,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":248,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":256,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":264,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":272,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":280,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":288,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":296,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":304,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":312,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":320,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":328,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":336,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":344,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":352,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":360,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"t":368}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p994_0p167_0p167","0p833_0p994_0p167_0p167"],"t":48,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"n":["0p833_1_0p167_-0p188","0p833_1_0p167_-0p188"],"t":49,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":64,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":72,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":80,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":88,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":96,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":104,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":112,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":120,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":128,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":136,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":144,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":152,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":160,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":168,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":176,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":184,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":192,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":200,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":208,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":216,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":224,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":232,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":240,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":248,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":256,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":264,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":272,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":280,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":288,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":296,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":304,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":312,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":320,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":328,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":336,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":344,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":352,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":360,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"t":368}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-79,"t":101,"b":117,"r":-63},"ip":48,"op":81,"st":48},{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 30","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":74,"s":[100],"e":[0]},{"t":80.5791015625}]},"r":{"k":0},"p":{"k":[222,81,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.995,0.995]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p995_0p167_0p167","0p833_0p995_0p167_0p167"],"t":48,"s":[0,0],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.156,-0.156]},"n":["0p833_1_0p167_-0p156","0p833_1_0p167_-0p156"],"t":49,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":64,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":72,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":80,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":88,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":96,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":104,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":112,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":120,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":128,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":136,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":144,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":152,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":160,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":168,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":176,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":184,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":192,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":200,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":208,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":216,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":224,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":232,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":240,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":248,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":256,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":264,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":272,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":280,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":288,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":296,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":304,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":312,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":320,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":328,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":336,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":344,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":352,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":360,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"t":368}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.995,0.995]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p995_0p167_0p167","0p833_0p995_0p167_0p167"],"t":48,"s":[0,0],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.156,-0.156]},"n":["0p833_1_0p167_-0p156","0p833_1_0p167_-0p156"],"t":49,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":64,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":72,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":80,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":88,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":96,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":104,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":112,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":120,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":128,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":136,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":144,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":152,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":160,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":168,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":176,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":184,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":192,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":200,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":208,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":216,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":224,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":232,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":240,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":248,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":256,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":264,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":272,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":280,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":288,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":296,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":304,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":312,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":320,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":328,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":336,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":344,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":352,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":360,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"t":368}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-77,"t":103,"b":115,"r":-65},"ip":48,"op":81,"st":48},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 29","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":74,"s":[100],"e":[0]},{"t":80.5791015625}]},"r":{"k":0},"p":{"k":[216.5,77.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p994_0p167_0p167","0p833_0p994_0p167_0p167"],"t":48,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"n":["0p833_1_0p167_-0p188","0p833_1_0p167_-0p188"],"t":49,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":64,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":72,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":80,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":88,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":96,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":104,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":112,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":120,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":128,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":136,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":144,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":152,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":160,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":168,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":176,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":184,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":192,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":200,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":208,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":216,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":224,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":232,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":240,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":248,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":256,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":264,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":272,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":280,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":288,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":296,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":304,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":312,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":320,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":328,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":336,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":344,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":352,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":360,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"t":368}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p994_0p167_0p167","0p833_0p994_0p167_0p167"],"t":48,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"n":["0p833_1_0p167_-0p188","0p833_1_0p167_-0p188"],"t":49,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":64,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":72,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":80,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":88,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":96,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":104,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":112,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":120,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":128,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":136,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":144,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":152,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":160,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":168,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":176,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":184,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":192,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":200,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":208,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":216,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":224,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":232,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":240,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":248,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":256,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":264,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":272,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":280,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":288,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":296,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":304,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":312,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":320,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":328,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":336,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":344,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":352,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":360,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"t":368}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-79,"t":101,"b":117,"r":-63},"ip":48,"op":81,"st":48},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 28","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":73.685,"s":[100],"e":[0]},{"t":80.263671875}]},"r":{"k":0},"p":{"k":[208.5,61,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p994_0p167_0p167","0p833_0p994_0p167_0p167"],"t":47,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"n":["0p833_1_0p167_-0p188","0p833_1_0p167_-0p188"],"t":48,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":351,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":359,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"t":367}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p994_0p167_0p167","0p833_0p994_0p167_0p167"],"t":47,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"n":["0p833_1_0p167_-0p188","0p833_1_0p167_-0p188"],"t":48,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":351,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":359,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"t":367}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-79,"t":101,"b":117,"r":-63},"ip":47,"op":81,"st":47},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 27","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":73.685,"s":[100],"e":[0]},{"t":80.263671875}]},"r":{"k":0},"p":{"k":[215,70,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.995,0.995]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p995_0p167_0p167","0p833_0p995_0p167_0p167"],"t":47,"s":[0,0],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.156,-0.156]},"n":["0p833_1_0p167_-0p156","0p833_1_0p167_-0p156"],"t":48,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":351,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":359,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"t":367}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.995,0.995]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p995_0p167_0p167","0p833_0p995_0p167_0p167"],"t":47,"s":[0,0],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.156,-0.156]},"n":["0p833_1_0p167_-0p156","0p833_1_0p167_-0p156"],"t":48,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":351,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":359,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"t":367}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-77,"t":103,"b":115,"r":-65},"ip":47,"op":81,"st":47},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 26","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":73.685,"s":[100],"e":[0]},{"t":80.263671875}]},"r":{"k":0},"p":{"k":[209.5,66.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p994_0p167_0p167","0p833_0p994_0p167_0p167"],"t":47,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"n":["0p833_1_0p167_-0p188","0p833_1_0p167_-0p188"],"t":48,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":351,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":359,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"t":367}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p994_0p167_0p167","0p833_0p994_0p167_0p167"],"t":47,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"n":["0p833_1_0p167_-0p188","0p833_1_0p167_-0p188"],"t":48,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":351,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":359,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"t":367}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-79,"t":101,"b":117,"r":-63},"ip":47,"op":81,"st":47},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 25","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":72.369,"s":[100],"e":[0]},{"t":78.947265625}]},"r":{"k":0},"p":{"k":[178,58,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.98,0.98]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p98_0p167_0p167","0p833_0p98_0p167_0p167"],"t":44,"s":[0,0],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.332,0.332]},"n":["0p833_1_0p167_0p332","0p833_1_0p167_0p332"],"t":45,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":60,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":68,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":76,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":84,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":92,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":100,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":108,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":116,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":124,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":132,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":140,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":148,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":156,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":164,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":172,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":180,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":188,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":196,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":204,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":212,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":220,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":228,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":236,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":244,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":252,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":260,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":268,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":276,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":284,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":292,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":300,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":308,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":316,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":324,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":332,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":340,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":348,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":356,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"t":364}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.98,0.98]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p98_0p167_0p167","0p833_0p98_0p167_0p167"],"t":44,"s":[0,0],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.332,0.332]},"n":["0p833_1_0p167_0p332","0p833_1_0p167_0p332"],"t":45,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":60,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":68,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":76,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":84,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":92,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":100,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":108,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":116,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":124,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":132,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":140,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":148,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":156,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":164,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":172,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":180,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":188,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":196,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":204,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":212,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":220,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":228,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":236,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":244,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":252,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":260,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":268,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":276,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":284,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":292,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":300,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":308,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":316,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":324,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":332,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":340,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":348,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":356,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"t":364}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-65,102]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-77,"t":90,"b":114,"r":-53},"ip":44,"op":81,"st":44},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 24","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":72.369,"s":[100],"e":[0]},{"t":78.947265625}]},"r":{"k":0},"p":{"k":[201,48.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p994_0p167_0p167","0p833_0p994_0p167_0p167"],"t":47,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"n":["0p833_1_0p167_-0p188","0p833_1_0p167_-0p188"],"t":48,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":351,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":359,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"t":367}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p994_0p167_0p167","0p833_0p994_0p167_0p167"],"t":47,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"n":["0p833_1_0p167_-0p188","0p833_1_0p167_-0p188"],"t":48,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":351,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":359,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"t":367}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-79,"t":101,"b":117,"r":-63},"ip":47,"op":81,"st":47},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 22","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":72.369,"s":[100],"e":[0]},{"t":78.947265625}]},"r":{"k":0},"p":{"k":[207.5,57.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.995,0.995]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p995_0p167_0p167","0p833_0p995_0p167_0p167"],"t":47,"s":[0,0],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.156,-0.156]},"n":["0p833_1_0p167_-0p156","0p833_1_0p167_-0p156"],"t":48,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":351,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":359,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"t":367}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.995,0.995]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p995_0p167_0p167","0p833_0p995_0p167_0p167"],"t":47,"s":[0,0],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.156,-0.156]},"n":["0p833_1_0p167_-0p156","0p833_1_0p167_-0p156"],"t":48,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":351,"s":[4,4],"e":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":359,"s":[8,8],"e":[4,4],"__fnct":[null,null]},{"t":367}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-77,"t":103,"b":115,"r":-65},"ip":47,"op":81,"st":47},{"ddd":0,"ind":9,"ty":4,"nm":"Shape Layer 32","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":72.369,"s":[100],"e":[0]},{"t":78.947265625}]},"r":{"k":0},"p":{"k":[202,54,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.989,0.989]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p989_0p167_0p167","0p833_0p989_0p167_0p167"],"t":46,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-1.548,-1.548]},"n":["0p833_1_0p167_-1p548","0p833_1_0p167_-1p548"],"t":47,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":60,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":68,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":76,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":84,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":92,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":100,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":108,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":116,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":124,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":132,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":140,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":148,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":156,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":164,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":172,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":180,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":188,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":196,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":204,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":212,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":220,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":228,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":236,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":244,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":252,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":260,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":268,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":276,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":284,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":292,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":300,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":308,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":316,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":324,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":332,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":340,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":348,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":356,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"t":364}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.989,0.989]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p989_0p167_0p167","0p833_0p989_0p167_0p167"],"t":46,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-1.548,-1.548]},"n":["0p833_1_0p167_-1p548","0p833_1_0p167_-1p548"],"t":47,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":60,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":68,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":76,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":84,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":92,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":100,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":108,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":116,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":124,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":132,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":140,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":148,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":156,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":164,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":172,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":180,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":188,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":196,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":204,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":212,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":220,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":228,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":236,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":244,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":252,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":260,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":268,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":276,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":284,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":292,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":300,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":308,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":316,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":324,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":332,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":340,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":348,"s":[10,10],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":356,"s":[11,11],"e":[10,10],"__fnct":[null,null]},{"t":364}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-79,"t":101,"b":117,"r":-63},"ip":46,"op":81,"st":44},{"ddd":0,"ind":10,"ty":4,"nm":"Shape Layer 18","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":69.737,"s":[100],"e":[0]},{"t":76.31640625}]},"r":{"k":0},"p":{"k":[195.25,54.375,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.99,0.99]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p99_0p167_0p167","0p833_0p99_0p167_0p167"],"t":46,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.178,-0.178]},"n":["0p833_1_0p167_-0p178","0p833_1_0p167_-0p178"],"t":47,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":55,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":351,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"t":359}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.99,0.99]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p99_0p167_0p167","0p833_0p99_0p167_0p167"],"t":46,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.178,-0.178]},"n":["0p833_1_0p167_-0p178","0p833_1_0p167_-0p178"],"t":47,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":55,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":351,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"t":359}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-79,"t":101,"b":117,"r":-63},"ip":46,"op":81,"st":39},{"ddd":0,"ind":11,"ty":4,"nm":"Shape Layer 23","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":69.737,"s":[100],"e":[0]},{"t":76.31640625}]},"r":{"k":0},"p":{"k":[174.5,51.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.98,0.98]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p98_0p167_0p167","0p833_0p98_0p167_0p167"],"t":44,"s":[0,0],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.332,0.332]},"n":["0p833_1_0p167_0p332","0p833_1_0p167_0p332"],"t":45,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":60,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":68,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":76,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":84,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":92,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":100,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":108,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":116,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":124,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":132,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":140,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":148,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":156,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":164,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":172,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":180,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":188,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":196,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":204,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":212,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":220,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":228,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":236,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":244,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":252,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":260,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":268,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":276,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":284,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":292,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":300,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":308,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":316,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":324,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":332,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":340,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":348,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":356,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"t":364}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.98,0.98]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p98_0p167_0p167","0p833_0p98_0p167_0p167"],"t":44,"s":[0,0],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.332,0.332]},"n":["0p833_1_0p167_0p332","0p833_1_0p167_0p332"],"t":45,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":60,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":68,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":76,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":84,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":92,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":100,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":108,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":116,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":124,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":132,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":140,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":148,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":156,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":164,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":172,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":180,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":188,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":196,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":204,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":212,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":220,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":228,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":236,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":244,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":252,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":260,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":268,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":276,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":284,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":292,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":300,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":308,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":316,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":324,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":332,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":340,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":348,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":356,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"t":364}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-65,102]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-77,"t":90,"b":114,"r":-53},"ip":44,"op":81,"st":44},{"ddd":0,"ind":12,"ty":4,"nm":"Shape Layer 21","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":69.737,"s":[100],"e":[0]},{"t":76.31640625}]},"r":{"k":0},"p":{"k":[178,58,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.98,0.98]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p98_0p167_0p167","0p833_0p98_0p167_0p167"],"t":45,"s":[0,0],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.332,0.332]},"n":["0p833_1_0p167_0p332","0p833_1_0p167_0p332"],"t":46,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":61,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":69,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":77,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":85,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":93,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":101,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":109,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":117,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":125,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":133,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":141,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":149,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":157,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":165,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":173,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":181,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":189,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":197,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":205,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":213,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":221,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":229,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":237,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":245,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":253,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":261,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":269,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":277,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":285,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":293,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":301,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":309,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":317,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":325,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":333,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":341,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":349,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":357,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"t":365}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.98,0.98]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p98_0p167_0p167","0p833_0p98_0p167_0p167"],"t":45,"s":[0,0],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.332,0.332]},"n":["0p833_1_0p167_0p332","0p833_1_0p167_0p332"],"t":46,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":61,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":69,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":77,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":85,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":93,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":101,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":109,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":117,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":125,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":133,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":141,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":149,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":157,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":165,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":173,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":181,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":189,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":197,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":205,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":213,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":221,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":229,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":237,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":245,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":253,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":261,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":269,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":277,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":285,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":293,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":301,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":309,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":317,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":325,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":333,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":341,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":349,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":357,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"t":365}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-65,102]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-77,"t":90,"b":114,"r":-53},"ip":45,"op":81,"st":45},{"ddd":0,"ind":13,"ty":4,"nm":"Shape Layer 20","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":69.737,"s":[100],"e":[0]},{"t":76.31640625}]},"r":{"k":0},"p":{"k":[191.5,48.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p994_0p167_0p167","0p833_0p994_0p167_0p167"],"t":45,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"n":["0p833_1_0p167_-0p188","0p833_1_0p167_-0p188"],"t":46,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":61,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":69,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":77,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":85,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":93,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":101,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":109,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":117,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":125,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":133,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":141,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":149,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":157,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":165,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":173,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":181,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":189,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":197,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":205,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":213,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":221,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":229,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":237,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":245,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":253,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":261,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":269,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":277,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":285,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":293,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":301,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":309,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":317,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":325,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":333,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":341,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":349,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":357,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"t":365}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p994_0p167_0p167","0p833_0p994_0p167_0p167"],"t":45,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"n":["0p833_1_0p167_-0p188","0p833_1_0p167_-0p188"],"t":46,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":61,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":69,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":77,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":85,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":93,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":101,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":109,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":117,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":125,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":133,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":141,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":149,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":157,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":165,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":173,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":181,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":189,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":197,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":205,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":213,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":221,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":229,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":237,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":245,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":253,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":261,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":269,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":277,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":285,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":293,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":301,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":309,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":317,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":325,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":333,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":341,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":349,"s":[6,6],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":357,"s":[11,11],"e":[6,6],"__fnct":[null,null]},{"t":365}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-79,"t":101,"b":117,"r":-63},"ip":45,"op":81,"st":45},{"ddd":0,"ind":14,"ty":4,"nm":"Shape Layer 19","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":67.105,"s":[100],"e":[0]},{"t":73.6845703125}]},"r":{"k":0},"p":{"k":[174.5,51.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.98,0.98]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p98_0p167_0p167","0p833_0p98_0p167_0p167"],"t":45,"s":[0,0],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.332,0.332]},"n":["0p833_1_0p167_0p332","0p833_1_0p167_0p332"],"t":46,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":61,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":69,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":77,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":85,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":93,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":101,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":109,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":117,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":125,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":133,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":141,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":149,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":157,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":165,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":173,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":181,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":189,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":197,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":205,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":213,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":221,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":229,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":237,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":245,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":253,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":261,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":269,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":277,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":285,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":293,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":301,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":309,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":317,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":325,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":333,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":341,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":349,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":357,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"t":365}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.98,0.98]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p98_0p167_0p167","0p833_0p98_0p167_0p167"],"t":45,"s":[0,0],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.332,0.332]},"n":["0p833_1_0p167_0p332","0p833_1_0p167_0p332"],"t":46,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":61,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":69,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":77,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":85,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":93,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":101,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":109,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":117,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":125,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":133,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":141,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":149,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":157,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":165,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":173,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":181,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":189,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":197,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":205,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":213,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":221,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":229,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":237,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":245,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":253,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":261,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":269,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":277,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":285,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":293,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":301,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":309,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":317,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":325,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":333,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":341,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":349,"s":[17,17],"e":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":357,"s":[9,9],"e":[17,17],"__fnct":[null,null]},{"t":365}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-65,102]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-77,"t":90,"b":114,"r":-53},"ip":45,"op":81,"st":45},{"ddd":0,"ind":15,"ty":4,"nm":"Shape Layer 17","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":67.105,"s":[100],"e":[0]},{"t":73.6845703125}]},"r":{"k":0},"p":{"k":[87.5,165.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.986,0.986]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p986_0p167_0p167","0p833_0p986_0p167_0p167"],"t":44,"s":[0,0],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.558,0.558]},"n":["0p833_1_0p167_0p558","0p833_1_0p167_0p558"],"t":45,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":60,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":68,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":76,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":84,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":92,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":100,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":108,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":116,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":124,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":132,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":140,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":148,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":156,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":164,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":172,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":180,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":188,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":196,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":204,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":212,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":220,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":228,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":236,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":244,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":252,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":260,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":268,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":276,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":284,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":292,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":300,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":308,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":316,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":324,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":332,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":340,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":348,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":356,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"t":364}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.986,0.986]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p986_0p167_0p167","0p833_0p986_0p167_0p167"],"t":44,"s":[0,0],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.558,0.558]},"n":["0p833_1_0p167_0p558","0p833_1_0p167_0p558"],"t":45,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":60,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":68,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":76,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":84,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":92,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":100,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":108,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":116,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":124,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":132,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":140,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":148,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":156,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":164,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":172,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":180,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":188,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":196,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":204,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":212,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":220,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":228,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":236,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":244,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":252,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":260,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":268,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":276,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":284,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":292,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":300,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":308,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":316,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":324,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":332,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":340,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":348,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":356,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"t":364}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-65,102]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-82,"t":85,"b":119,"r":-48},"ip":44,"op":81,"st":44},{"ddd":0,"ind":16,"ty":4,"nm":"Shape Layer 16","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":67.105,"s":[100],"e":[0]},{"t":73.6845703125}]},"r":{"k":0},"p":{"k":[103.5,142.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.986,0.986]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p986_0p167_0p167","0p833_0p986_0p167_0p167"],"t":44,"s":[0,0],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.558,0.558]},"n":["0p833_1_0p167_0p558","0p833_1_0p167_0p558"],"t":45,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":60,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":68,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":76,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":84,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":92,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":100,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":108,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":116,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":124,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":132,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":140,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":148,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":156,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":164,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":172,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":180,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":188,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":196,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":204,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":212,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":220,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":228,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":236,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":244,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":252,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":260,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":268,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":276,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":284,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":292,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":300,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":308,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":316,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":324,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":332,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":340,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":348,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":356,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"t":364}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.986,0.986]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p986_0p167_0p167","0p833_0p986_0p167_0p167"],"t":44,"s":[0,0],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.558,0.558]},"n":["0p833_1_0p167_0p558","0p833_1_0p167_0p558"],"t":45,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":60,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":68,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":76,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":84,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":92,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":100,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":108,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":116,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":124,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":132,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":140,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":148,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":156,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":164,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":172,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":180,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":188,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":196,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":204,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":212,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":220,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":228,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":236,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":244,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":252,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":260,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":268,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":276,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":284,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":292,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":300,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":308,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":316,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":324,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":332,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":340,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":348,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":356,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"t":364}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-65,102]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-82,"t":85,"b":119,"r":-48},"ip":44,"op":81,"st":44},{"ddd":0,"ind":17,"ty":4,"nm":"Shape Layer 15","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":64.474,"s":[100],"e":[0]},{"t":71.052734375}]},"r":{"k":0},"p":{"k":[155.5,64.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.986,0.986]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p986_0p167_0p167","0p833_0p986_0p167_0p167"],"t":41,"s":[0,0],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.558,0.558]},"n":["0p833_1_0p167_0p558","0p833_1_0p167_0p558"],"t":42,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":57,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":65,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":73,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":81,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":89,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":97,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":105,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":113,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":121,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":129,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":137,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":145,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":153,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":161,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":169,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":177,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":185,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":193,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":201,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":209,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":217,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":225,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":233,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":241,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":249,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":257,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":265,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":273,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":281,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":289,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":297,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":305,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":313,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":321,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":329,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":337,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":345,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":353,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"t":361}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.986,0.986]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p986_0p167_0p167","0p833_0p986_0p167_0p167"],"t":41,"s":[0,0],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.558,0.558]},"n":["0p833_1_0p167_0p558","0p833_1_0p167_0p558"],"t":42,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":57,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":65,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":73,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":81,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":89,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":97,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":105,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":113,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":121,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":129,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":137,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":145,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":153,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":161,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":169,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":177,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":185,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":193,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":201,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":209,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":217,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":225,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":233,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":241,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":249,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":257,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":265,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":273,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":281,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":289,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":297,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":305,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":313,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":321,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":329,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":337,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":345,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":353,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"t":361}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-65,102]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-82,"t":85,"b":119,"r":-48},"ip":41,"op":81,"st":41},{"ddd":0,"ind":18,"ty":4,"nm":"Shape Layer 13","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":64.474,"s":[100],"e":[0]},{"t":71.052734375}]},"r":{"k":0},"p":{"k":[172.5,51.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.976,0.976]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p976_0p167_0p167","0p833_0p976_0p167_0p167"],"t":41,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.279,0.279]},"n":["0p833_1_0p167_0p279","0p833_1_0p167_0p279"],"t":42,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":57,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":65,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":73,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":81,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":89,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":97,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":105,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":113,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":121,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":129,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":137,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":145,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":153,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":161,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":169,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":177,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":185,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":193,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":201,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":209,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":217,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":225,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":233,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":241,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":249,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":257,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":265,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":273,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":281,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":289,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":297,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":305,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":313,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":321,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":329,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":337,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":345,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":353,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"t":361}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.976,0.976]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p976_0p167_0p167","0p833_0p976_0p167_0p167"],"t":41,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.279,0.279]},"n":["0p833_1_0p167_0p279","0p833_1_0p167_0p279"],"t":42,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":57,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":65,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":73,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":81,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":89,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":97,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":105,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":113,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":121,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":129,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":137,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":145,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":153,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":161,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":169,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":177,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":185,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":193,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":201,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":209,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":217,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":225,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":233,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":241,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":249,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":257,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":265,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":273,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":281,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":289,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":297,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":305,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":313,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":321,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":329,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":337,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":345,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":353,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"t":361}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-88,"t":92,"b":126,"r":-54},"ip":41,"op":81,"st":41},{"ddd":0,"ind":19,"ty":4,"nm":"Shape Layer 12","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":64.474,"s":[100],"e":[0]},{"t":71.052734375}]},"r":{"k":0},"p":{"k":[132.5,84.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.986,0.986]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p986_0p167_0p167","0p833_0p986_0p167_0p167"],"t":40,"s":[0,0],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.558,0.558]},"n":["0p833_1_0p167_0p558","0p833_1_0p167_0p558"],"t":41,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":56,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":64,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":72,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":80,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":88,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":96,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":104,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":112,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":120,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":128,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":136,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":144,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":152,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":160,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":168,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":176,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":184,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":192,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":200,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":208,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":216,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":224,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":232,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":240,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":248,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":256,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":264,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":272,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":280,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":288,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":296,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":304,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":312,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":320,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":328,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":336,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":344,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":352,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"t":360}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.986,0.986]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p986_0p167_0p167","0p833_0p986_0p167_0p167"],"t":40,"s":[0,0],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.558,0.558]},"n":["0p833_1_0p167_0p558","0p833_1_0p167_0p558"],"t":41,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":56,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":64,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":72,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":80,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":88,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":96,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":104,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":112,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":120,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":128,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":136,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":144,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":152,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":160,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":168,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":176,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":184,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":192,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":200,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":208,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":216,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":224,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":232,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":240,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":248,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":256,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":264,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":272,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":280,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":288,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":296,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":304,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":312,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":320,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":328,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":336,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":344,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":352,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"t":360}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-65,102]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-82,"t":85,"b":119,"r":-48},"ip":40,"op":81,"st":40},{"ddd":0,"ind":20,"ty":4,"nm":"Shape Layer 10","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":64.474,"s":[100],"e":[0]},{"t":71.052734375}]},"r":{"k":0},"p":{"k":[142.5,74.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.986,0.986]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p986_0p167_0p167","0p833_0p986_0p167_0p167"],"t":40,"s":[0,0],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.558,0.558]},"n":["0p833_1_0p167_0p558","0p833_1_0p167_0p558"],"t":41,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":56,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":64,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":72,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":80,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":88,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":96,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":104,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":112,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":120,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":128,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":136,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":144,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":152,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":160,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":168,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":176,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":184,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":192,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":200,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":208,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":216,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":224,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":232,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":240,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":248,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":256,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":264,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":272,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":280,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":288,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":296,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":304,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":312,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":320,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":328,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":336,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":344,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":352,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"t":360}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.986,0.986]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p986_0p167_0p167","0p833_0p986_0p167_0p167"],"t":40,"s":[0,0],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.558,0.558]},"n":["0p833_1_0p167_0p558","0p833_1_0p167_0p558"],"t":41,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":56,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":64,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":72,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":80,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":88,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":96,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":104,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":112,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":120,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":128,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":136,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":144,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":152,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":160,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":168,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":176,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":184,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":192,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":200,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":208,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":216,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":224,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":232,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":240,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":248,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":256,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":264,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":272,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":280,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":288,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":296,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":304,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":312,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":320,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":328,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":336,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":344,"s":[25,25],"e":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":352,"s":[18,18],"e":[25,25],"__fnct":[null,null]},{"t":360}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-65,102]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-82,"t":85,"b":119,"r":-48},"ip":40,"op":81,"st":40},{"ddd":0,"ind":21,"ty":4,"nm":"Shape Layer 11","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":61.842,"s":[100],"e":[0]},{"t":68.4208984375}]},"r":{"k":0},"p":{"k":[151.5,75.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.976,0.976]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p976_0p167_0p167","0p833_0p976_0p167_0p167"],"t":40,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.279,0.279]},"n":["0p833_1_0p167_0p279","0p833_1_0p167_0p279"],"t":41,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":56,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":64,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":72,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":80,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":88,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":96,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":104,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":112,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":120,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":128,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":136,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":144,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":152,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":160,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":168,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":176,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":184,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":192,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":200,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":208,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":216,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":224,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":232,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":240,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":248,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":256,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":264,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":272,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":280,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":288,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":296,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":304,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":312,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":320,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":328,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":336,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":344,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":352,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"t":360}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.976,0.976]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p976_0p167_0p167","0p833_0p976_0p167_0p167"],"t":40,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.279,0.279]},"n":["0p833_1_0p167_0p279","0p833_1_0p167_0p279"],"t":41,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":56,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":64,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":72,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":80,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":88,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":96,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":104,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":112,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":120,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":128,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":136,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":144,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":152,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":160,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":168,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":176,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":184,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":192,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":200,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":208,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":216,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":224,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":232,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":240,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":248,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":256,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":264,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":272,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":280,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":288,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":296,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":304,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":312,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":320,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":328,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":336,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":344,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":352,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"t":360}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-88,"t":92,"b":126,"r":-54},"ip":40,"op":81,"st":40},{"ddd":0,"ind":22,"ty":4,"nm":"Shape Layer 9","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":61.842,"s":[100],"e":[0]},{"t":68.4208984375}]},"r":{"k":0},"p":{"k":[130.5,92.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.976,0.976]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p976_0p167_0p167","0p833_0p976_0p167_0p167"],"t":39,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.279,0.279]},"n":["0p833_1_0p167_0p279","0p833_1_0p167_0p279"],"t":40,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":55,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":351,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"t":359}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.976,0.976]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p976_0p167_0p167","0p833_0p976_0p167_0p167"],"t":39,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.279,0.279]},"n":["0p833_1_0p167_0p279","0p833_1_0p167_0p279"],"t":40,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":55,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":351,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"t":359}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-88,"t":92,"b":126,"r":-54},"ip":39,"op":81,"st":39},{"ddd":0,"ind":23,"ty":4,"nm":"Shape Layer 8","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":61.842,"s":[100],"e":[0]},{"t":68.4208984375}]},"r":{"k":0},"p":{"k":[116.5,104.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.984,0.984]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p984_0p167_0p167","0p833_0p984_0p167_0p167"],"t":39,"s":[0,0],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.445,0.445]},"n":["0p833_1_0p167_0p445","0p833_1_0p167_0p445"],"t":40,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":55,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":351,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"t":359}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.984,0.984]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p984_0p167_0p167","0p833_0p984_0p167_0p167"],"t":39,"s":[0,0],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.445,0.445]},"n":["0p833_1_0p167_0p445","0p833_1_0p167_0p445"],"t":40,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":55,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":351,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"t":359}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-96,"t":84,"b":134,"r":-46},"ip":39,"op":81,"st":39},{"ddd":0,"ind":24,"ty":4,"nm":"Shape Layer 4","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":59.211,"s":[100],"e":[0]},{"t":65.7890625}]},"r":{"k":0},"p":{"k":[98.5,124.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.993,0.993]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p993_0p167_0p167","0p833_0p993_0p167_0p167"],"t":39,"s":[0,0],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.391,-0.391]},"n":["0p833_1_0p167_-0p391","0p833_1_0p167_-0p391"],"t":40,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":55,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":351,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"t":359}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.993,0.993]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p993_0p167_0p167","0p833_0p993_0p167_0p167"],"t":39,"s":[0,0],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.391,-0.391]},"n":["0p833_1_0p167_-0p391","0p833_1_0p167_-0p391"],"t":40,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":55,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":63,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":79,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":87,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":95,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":103,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":111,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":119,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":127,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":135,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":143,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":151,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":159,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":167,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":175,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":183,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":191,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":199,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":207,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":215,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":223,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":231,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":239,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":247,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":255,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":263,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":271,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":279,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":287,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":295,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":303,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":311,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":319,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":327,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":335,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":343,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":351,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"t":359}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-95,"t":85,"b":133,"r":-47},"ip":39,"op":81,"st":39},{"ddd":0,"ind":25,"ty":4,"nm":"Shape Layer 6","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":59.211,"s":[100],"e":[0]},{"t":65.7890625}]},"r":{"k":0},"p":{"k":[93.5,148.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.976,0.976]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p976_0p167_0p167","0p833_0p976_0p167_0p167"],"t":38,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.279,0.279]},"n":["0p833_1_0p167_0p279","0p833_1_0p167_0p279"],"t":39,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":54,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":62,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":70,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":78,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":86,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":94,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":102,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":110,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":118,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":126,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":134,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":142,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":150,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":158,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":166,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":174,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":182,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":190,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":198,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":206,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":214,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":222,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":230,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":238,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":246,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":254,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":262,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":270,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":278,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":286,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":294,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":302,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":310,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":318,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":326,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":334,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":342,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":350,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"t":358}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.976,0.976]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p976_0p167_0p167","0p833_0p976_0p167_0p167"],"t":38,"s":[0,0],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.279,0.279]},"n":["0p833_1_0p167_0p279","0p833_1_0p167_0p279"],"t":39,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":54,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":62,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":70,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":78,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":86,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":94,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":102,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":110,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":118,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":126,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":134,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":142,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":150,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":158,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":166,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":174,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":182,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":190,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":198,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":206,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":214,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":222,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":230,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":238,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":246,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":254,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":262,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":270,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":278,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":286,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":294,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":302,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":310,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":318,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":326,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":334,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":342,"s":[25,25],"e":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":350,"s":[11,11],"e":[25,25],"__fnct":[null,null]},{"t":358}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-88,"t":92,"b":126,"r":-54},"ip":38,"op":81,"st":38},{"ddd":0,"ind":26,"ty":4,"nm":"Shape Layer 5","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":59.211,"s":[100],"e":[0]},{"t":65.7890625}]},"r":{"k":0},"p":{"k":[114.5,155.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.984,0.984]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p984_0p167_0p167","0p833_0p984_0p167_0p167"],"t":38,"s":[0,0],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.445,0.445]},"n":["0p833_1_0p167_0p445","0p833_1_0p167_0p445"],"t":39,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":54,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":62,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":70,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":78,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":86,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":94,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":102,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":110,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":118,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":126,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":134,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":142,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":150,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":158,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":166,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":174,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":182,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":190,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":198,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":206,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":214,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":222,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":230,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":238,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":246,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":254,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":262,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":270,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":278,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":286,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":294,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":302,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":310,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":318,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":326,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":334,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":342,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":350,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"t":358}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.984,0.984]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p984_0p167_0p167","0p833_0p984_0p167_0p167"],"t":38,"s":[0,0],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.445,0.445]},"n":["0p833_1_0p167_0p445","0p833_1_0p167_0p445"],"t":39,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":54,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":62,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":70,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":78,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":86,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":94,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":102,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":110,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":118,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":126,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":134,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":142,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":150,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":158,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":166,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":174,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":182,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":190,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":198,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":206,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":214,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":222,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":230,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":238,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":246,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":254,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":262,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":270,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":278,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":286,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":294,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":302,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":310,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":318,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":326,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":334,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":342,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":350,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"t":358}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-96,"t":84,"b":134,"r":-46},"ip":38,"op":81,"st":38},{"ddd":0,"ind":27,"ty":4,"nm":"Shape Layer 3","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":56.579,"s":[100],"e":[0]},{"t":63.158203125}]},"r":{"k":0},"p":{"k":[141.5,177.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.993,0.993]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p993_0p167_0p167","0p833_0p993_0p167_0p167"],"t":37,"s":[0,0],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.391,-0.391]},"n":["0p833_1_0p167_-0p391","0p833_1_0p167_-0p391"],"t":38,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":53,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":61,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":69,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":77,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":85,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":93,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":101,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":109,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":117,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":125,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":133,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":141,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":149,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":157,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":165,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":173,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":181,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":189,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":197,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":205,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":213,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":221,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":229,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":237,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":245,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":253,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":261,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":269,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":277,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":285,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":293,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":301,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":309,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":317,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":325,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":333,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":341,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":349,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"t":357}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.993,0.993]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p993_0p167_0p167","0p833_0p993_0p167_0p167"],"t":37,"s":[0,0],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.391,-0.391]},"n":["0p833_1_0p167_-0p391","0p833_1_0p167_-0p391"],"t":38,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":53,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":61,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":69,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":77,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":85,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":93,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":101,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":109,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":117,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":125,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":133,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":141,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":149,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":157,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":165,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":173,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":181,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":189,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":197,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":205,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":213,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":221,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":229,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":237,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":245,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":253,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":261,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":269,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":277,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":285,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":293,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":301,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":309,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":317,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":325,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":333,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":341,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":349,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"t":357}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-95,"t":85,"b":133,"r":-47},"ip":37,"op":81,"st":37},{"ddd":0,"ind":28,"ty":4,"nm":"Shape Layer 2","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":56.579,"s":[100],"e":[0]},{"t":63.158203125}]},"r":{"k":0},"p":{"k":[120.5,179.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.984,0.984]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p984_0p167_0p167","0p833_0p984_0p167_0p167"],"t":37,"s":[0,0],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.445,0.445]},"n":["0p833_1_0p167_0p445","0p833_1_0p167_0p445"],"t":38,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":53,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":61,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":69,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":77,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":85,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":93,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":101,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":109,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":117,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":125,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":133,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":141,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":149,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":157,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":165,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":173,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":181,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":189,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":197,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":205,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":213,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":221,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":229,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":237,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":245,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":253,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":261,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":269,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":277,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":285,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":293,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":301,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":309,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":317,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":325,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":333,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":341,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":349,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"t":357}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.984,0.984]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p984_0p167_0p167","0p833_0p984_0p167_0p167"],"t":37,"s":[0,0],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.445,0.445]},"n":["0p833_1_0p167_0p445","0p833_1_0p167_0p445"],"t":38,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":53,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":61,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":69,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":77,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":85,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":93,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":101,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":109,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":117,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":125,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":133,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":141,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":149,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":157,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":165,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":173,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":181,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":189,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":197,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":205,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":213,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":221,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":229,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":237,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":245,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":253,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":261,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":269,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":277,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":285,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":293,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":301,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":309,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":317,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":325,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":333,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":341,"s":[37,37],"e":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":349,"s":[24,24],"e":[37,37],"__fnct":[null,null]},{"t":357}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-96,"t":84,"b":134,"r":-46},"ip":37,"op":81,"st":37},{"ddd":0,"ind":29,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":56.579,"s":[100],"e":[0]},{"t":63.158203125}]},"r":{"k":0},"p":{"k":[94.5,182.5,0]},"a":{"k":[-72,108,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.993,0.993]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p993_0p167_0p167","0p833_0p993_0p167_0p167"],"t":37,"s":[0,0],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.391,-0.391]},"n":["0p833_1_0p167_-0p391","0p833_1_0p167_-0p391"],"t":38,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":53,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":61,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":69,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":77,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":85,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":93,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":101,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":109,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":117,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":125,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":133,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":141,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":149,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":157,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":165,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":173,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":181,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":189,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":197,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":205,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":213,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":221,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":229,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":237,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":245,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":253,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":261,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":269,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":277,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":285,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":293,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":301,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":309,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":317,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":325,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":333,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":341,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":349,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"t":357}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.993,0.993]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p993_0p167_0p167","0p833_0p993_0p167_0p167"],"t":37,"s":[0,0],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.391,-0.391]},"n":["0p833_1_0p167_-0p391","0p833_1_0p167_-0p391"],"t":38,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":53,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":61,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":69,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":77,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":85,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":93,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":101,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":109,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":117,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":125,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":133,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":141,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":149,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":157,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":165,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":173,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":181,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":189,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":197,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":205,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":213,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":221,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":229,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":237,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":245,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":253,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":261,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":269,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":277,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":285,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":293,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":301,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":309,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":317,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":325,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":333,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":341,"s":[25,25],"e":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0"],"t":349,"s":[35,35],"e":[25,25],"__fnct":[null,null]},{"t":357}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-95,"t":85,"b":133,"r":-47},"ip":37,"op":81,"st":37}]},{"id":"comp_49","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"gotaVioleta4","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[114.377,116.773,0]},"a":{"k":[80.817,52.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":46,"s":[{"i":[[-0.84,0.659],[-1.316,-1.881]],"o":[[0.841,-0.66],[1.552,2.218]],"v":[[-3.474,-3.702],[-5.044,-4.309]]}],"e":[{"i":[[-2.827,2.641],[-1.316,-1.881]],"o":[[2.585,-2.416],[1.552,2.218]],"v":[[2.526,2.798],[-3.794,-3.559]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":48,"s":[{"i":[[-2.827,2.641],[-1.316,-1.881]],"o":[[2.585,-2.416],[1.552,2.218]],"v":[[2.526,2.798],[-3.794,-3.559]]}],"e":[{"i":[[-2.827,2.641],[-1.757,-1.477]],"o":[[2.585,-2.416],[4.48,3.766]],"v":[[11.526,10.298],[4.456,1.941]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":50,"s":[{"i":[[-2.827,2.641],[-1.757,-1.477]],"o":[[2.585,-2.416],[4.48,3.766]],"v":[[11.526,10.298],[4.456,1.941]]}],"e":[{"i":[[-1.653,1.335],[-1.358,-1.851]],"o":[[1.66,-1.341],[1.48,2.016]],"v":[[13.526,15.048],[11.956,13.191]]}]},{"t":52}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[91,89,130,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[82.255,52.921]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 13"}],"bounds":{"l":76,"t":47,"b":69,"r":97},"ip":46,"op":52,"st":22},{"ddd":0,"ind":1,"ty":4,"nm":"gotaVioleta3","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":46,"s":[{"i":[[-0.746,-1.912],[-2.504,1.276]],"o":[[0.608,1.559],[2.953,-1.504]],"v":[[-3.043,0.836],[-6.664,1.549]]}],"e":[{"i":[[-1.871,-3.912],[-2.504,1.276]],"o":[[1.711,3.577],[2.953,-1.504]],"v":[[17.707,-4.914],[7.086,-1.451]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":48,"s":[{"i":[[-1.871,-3.912],[-2.504,1.276]],"o":[[1.711,3.577],[2.953,-1.504]],"v":[[17.707,-4.914],[7.086,-1.451]]}],"e":[{"i":[[-1.871,-3.912],[-2.504,1.276]],"o":[[1.711,3.577],[2.953,-1.504]],"v":[[27.207,-11.914],[11.336,-3.951]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":50,"s":[{"i":[[-1.871,-3.912],[-2.504,1.276]],"o":[[1.711,3.577],[2.953,-1.504]],"v":[[27.207,-11.914],[11.336,-3.951]]}],"e":[{"i":[[0.004,-0.662],[-2.504,1.276]],"o":[[1.004,1.588],[2.953,-1.504]],"v":[[31.457,-15.664],[27.336,-12.701]]}]},{"t":52}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[91,89,130,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[85.229,18.204]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 20"}],"bounds":{"l":78,"t":2,"b":21,"r":117},"ip":46,"op":52,"st":9},{"ddd":0,"ind":2,"ty":4,"nm":"gotaVioleta2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[93.877,166.273,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":43,"s":[{"i":[[0.213,0.821],[-1.949,-1.725],[0.759,-0.819]],"o":[[-0.38,-1.466],[1.04,0.92],[-1.09,1.176]],"v":[[-4.749,10.453],[-1.911,6.951],[-3.655,9.729]]}],"e":[{"i":[[0.213,0.821],[-1.949,-1.725],[0.759,-0.819]],"o":[[-0.38,-1.466],[1.04,0.92],[-1.09,1.176]],"v":[[-1.749,2.203],[1.089,-1.299],[-0.655,1.479]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45,"s":[{"i":[[0.213,0.821],[-1.949,-1.725],[0.759,-0.819]],"o":[[-0.38,-1.466],[1.04,0.92],[-1.09,1.176]],"v":[[-1.749,2.203],[1.089,-1.299],[-0.655,1.479]]}],"e":[{"i":[[0.213,0.821],[-1.949,-1.725],[0.759,-0.819]],"o":[[-0.38,-1.466],[1.04,0.92],[-1.09,1.176]],"v":[[0.251,-2.547],[5.589,-9.799],[1.345,-3.271]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[{"i":[[0.213,0.821],[-1.949,-1.725],[0.759,-0.819]],"o":[[-0.38,-1.466],[1.04,0.92],[-1.09,1.176]],"v":[[0.251,-2.547],[5.589,-9.799],[1.345,-3.271]]}],"e":[{"i":[[0.213,0.821],[-1.27,-0.846],[0.759,-0.819]],"o":[[-0.38,-1.466],[1.156,0.77],[-1.09,1.176]],"v":[[6.251,-12.047],[8.589,-15.299],[7.345,-12.771]]}]},{"t":49}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[91,89,130,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[89.371,3.274]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":84,"t":-13,"b":15,"r":99},"ip":43,"op":49,"st":9},{"ddd":0,"ind":3,"ty":4,"nm":"gotaVioleta1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[88.877,163.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[{"i":[[0.38,0.486],[-1.8,-0.586],[0.269,-0.767]],"o":[[-0.678,-0.868],[0.959,0.313],[-0.386,1.099]],"v":[[-1.459,8.379],[-0.58,5.221],[-0.939,7.58]]}],"e":[{"i":[[0.38,0.486],[-1.8,-0.586],[0.269,-0.767]],"o":[[-0.678,-0.868],[0.959,0.313],[-0.386,1.099]],"v":[[-0.459,1.629],[0.42,-1.529],[0.061,0.83]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":44,"s":[{"i":[[0.38,0.486],[-1.8,-0.586],[0.269,-0.767]],"o":[[-0.678,-0.868],[0.959,0.313],[-0.386,1.099]],"v":[[-0.459,1.629],[0.42,-1.529],[0.061,0.83]]}],"e":[{"i":[[0.38,0.486],[-1.689,-0.854],[0.269,-0.767]],"o":[[-0.678,-0.868],[2.794,1.413],[-0.386,1.099]],"v":[[2.791,-3.871],[6.17,-10.029],[3.311,-4.67]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":46,"s":[{"i":[[0.38,0.486],[-1.689,-0.854],[0.269,-0.767]],"o":[[-0.678,-0.868],[2.794,1.413],[-0.386,1.099]],"v":[[2.791,-3.871],[6.17,-10.029],[3.311,-4.67]]}],"e":[{"i":[[0.102,0.131],[-0.454,-0.23],[0.072,-0.206]],"o":[[-0.182,-0.233],[0.752,0.38],[-0.104,0.296]],"v":[[7.304,-8.997],[8.213,-10.653],[7.444,-9.212]]}]},{"t":48}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[91,89,130,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[75.475,11.745]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 7"}],"bounds":{"l":73,"t":1,"b":21,"r":84},"ip":42,"op":48,"st":9},{"ddd":0,"ind":4,"ty":4,"nm":"manchaVioleta 3","ks":{"o":{"k":100},"r":{"k":-136},"p":{"k":[135.877,96.773,0]},"a":{"k":[110.317,33.152,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[51.44,28.046]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 23"},{"ty":"gr","it":[{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[38.888,36.167]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 24"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":50,"s":[{"i":[[5,-0.77],[-0.467,-1.16],[-5.362,-2.946],[-7.097,0.518],[-1.026,5.711],[4.545,3.805],[4.987,-0.888]],"o":[[-5.125,1.23],[0.658,5.215],[11.388,0.929],[7.387,-0.539],[0.751,-4.182],[-2.003,-1.677],[-5.721,1.018]],"v":[[50.047,-31.676],[53.514,-27.286],[45.784,-18.75],[69.894,-15.339],[84.448,-23.407],[80.002,-34.001],[68.393,-35.714]]}],"e":[{"i":[[2.629,-0.001],[2.502,-1.65],[-2.216,-0.443],[-3.574,-2.201],[-2.33,2.728],[2.72,1.457],[2.474,0.656]],"o":[[-4.417,0.002],[-0.36,0.321],[1.975,0.395],[2.933,1.807],[2.381,-2.787],[-2.303,-1.233],[-1.698,-0.45]],"v":[[84.538,-34.666],[72.51,-32.809],[81.876,-32.007],[93.53,-27.951],[103.09,-23.238],[98.706,-31.334],[91.847,-33.803]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":53,"s":[{"i":[[2.629,-0.001],[2.502,-1.65],[-2.216,-0.443],[-3.574,-2.201],[-2.33,2.728],[2.72,1.457],[2.474,0.656]],"o":[[-4.417,0.002],[-0.36,0.321],[1.975,0.395],[2.933,1.807],[2.381,-2.787],[-2.303,-1.233],[-1.698,-0.45]],"v":[[84.538,-34.666],[72.51,-32.809],[81.876,-32.007],[93.53,-27.951],[103.09,-23.238],[98.706,-31.334],[91.847,-33.803]]}],"e":[{"i":[[2.09,0.636],[1.412,-0.387],[-5.578,-5.064],[-2.905,-3.03],[-2.311,1.698],[3.716,2.888],[2.325,1.357]],"o":[[-1.741,-0.53],[-0.36,0.321],[1.878,1.705],[2.642,2.755],[4.707,-3.458],[-4.595,-3.572],[-1.518,-0.886]],"v":[[91.163,-33.541],[82.76,-35.059],[94.751,-28.757],[104.405,-19.326],[115.59,-10.488],[105.706,-25.459],[97.847,-30.678]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56,"s":[{"i":[[2.09,0.636],[1.412,-0.387],[-5.578,-5.064],[-2.905,-3.03],[-2.311,1.698],[3.716,2.888],[2.325,1.357]],"o":[[-1.741,-0.53],[-0.36,0.321],[1.878,1.705],[2.642,2.755],[4.707,-3.458],[-4.595,-3.572],[-1.518,-0.886]],"v":[[91.163,-33.541],[82.76,-35.059],[94.751,-28.757],[104.405,-19.326],[115.59,-10.488],[105.706,-25.459],[97.847,-30.678]]}],"e":[{"i":[[0.686,0.45],[0.682,-0.084],[-2.248,-2.73],[-1.144,-1.604],[-1.188,0.632],[1.53,1.593],[0.988,0.787]],"o":[[-0.714,-0.469],[-0.189,0.125],[0.757,0.919],[1.041,1.459],[2.42,-1.288],[-1.892,-1.97],[-0.645,-0.514]],"v":[[112.942,-14.779],[109.611,-16.581],[113.756,-12.021],[117.603,-6.987],[123.001,-0.703],[118.622,-9.748],[115.56,-12.762]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":59,"s":[{"i":[[0.686,0.45],[0.682,-0.084],[-2.248,-2.73],[-1.144,-1.604],[-1.188,0.632],[1.53,1.593],[0.988,0.787]],"o":[[-0.714,-0.469],[-0.189,0.125],[0.757,0.919],[1.041,1.459],[2.42,-1.288],[-1.892,-1.97],[-0.645,-0.514]],"v":[[112.942,-14.779],[109.611,-16.581],[113.756,-12.021],[117.603,-6.987],[123.001,-0.703],[118.622,-9.748],[115.56,-12.762]]}],"e":[{"i":[[0.206,0.258],[0.198,0.069],[-0.246,-1.05],[-0.096,-0.593],[-0.41,0.012],[0.203,0.642],[0.164,0.349]],"o":[[-0.163,-0.204],[-0.069,0.009],[0.083,0.354],[0.087,0.539],[0.836,-0.025],[-0.251,-0.794],[-0.107,-0.228]],"v":[[131.599,4.25],[130.931,3.307],[131.57,5.472],[131.941,7.283],[132.512,8.724],[132.645,6.904],[132.163,5.513]]}]},{"t":62}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[91,89,130,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[43.143,54.45]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 42"}],"bounds":{"l":87,"t":18,"b":64,"r":177},"ip":53,"op":62,"st":30},{"ddd":0,"ind":5,"ty":4,"nm":"manchaVioleta 2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[51.44,28.046]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 23"},{"ty":"gr","it":[{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[38.888,36.167]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 24"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":54,"s":[{"i":[[2.75,-0.52],[0.658,-1.285],[-5.362,-2.946],[-1.972,1.268],[1.456,7.088],[-4.825,8.415],[2.91,-0.203]],"o":[[-4.146,2.363],[0.908,8.715],[7.888,1.929],[3.153,-4.107],[-1.651,-8.039],[1.545,-2.695],[-3.846,0.268]],"v":[[39.672,-34.301],[45.014,-26.786],[36.534,-12.25],[54.894,-4.714],[56.823,-20.032],[67.502,-31.251],[60.143,-35.464]]}],"e":[{"i":[[5,-0.77],[-0.467,-1.16],[-5.362,-2.946],[-7.097,0.518],[-1.026,5.711],[4.545,3.805],[4.987,-0.888]],"o":[[-5.125,1.23],[0.658,5.215],[11.388,0.929],[7.387,-0.539],[0.751,-4.182],[-2.003,-1.677],[-5.721,1.018]],"v":[[50.047,-31.676],[53.514,-27.286],[45.784,-18.75],[69.894,-15.339],[84.448,-23.407],[80.002,-34.001],[68.393,-35.714]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56,"s":[{"i":[[5,-0.77],[-0.467,-1.16],[-5.362,-2.946],[-7.097,0.518],[-1.026,5.711],[4.545,3.805],[4.987,-0.888]],"o":[[-5.125,1.23],[0.658,5.215],[11.388,0.929],[7.387,-0.539],[0.751,-4.182],[-2.003,-1.677],[-5.721,1.018]],"v":[[50.047,-31.676],[53.514,-27.286],[45.784,-18.75],[69.894,-15.339],[84.448,-23.407],[80.002,-34.001],[68.393,-35.714]]}],"e":[{"i":[[2.629,-0.001],[2.502,-1.65],[-2.216,-0.443],[-3.574,-2.201],[-2.33,2.728],[2.72,1.457],[2.474,0.656]],"o":[[-4.417,0.002],[-0.36,0.321],[1.975,0.395],[2.933,1.807],[2.381,-2.787],[-2.303,-1.233],[-1.698,-0.45]],"v":[[84.538,-34.666],[72.51,-32.809],[81.876,-32.007],[93.53,-27.951],[103.09,-23.238],[98.706,-31.334],[91.847,-33.803]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":58,"s":[{"i":[[2.629,-0.001],[2.502,-1.65],[-2.216,-0.443],[-3.574,-2.201],[-2.33,2.728],[2.72,1.457],[2.474,0.656]],"o":[[-4.417,0.002],[-0.36,0.321],[1.975,0.395],[2.933,1.807],[2.381,-2.787],[-2.303,-1.233],[-1.698,-0.45]],"v":[[84.538,-34.666],[72.51,-32.809],[81.876,-32.007],[93.53,-27.951],[103.09,-23.238],[98.706,-31.334],[91.847,-33.803]]}],"e":[{"i":[[2.09,0.636],[1.412,-0.387],[-5.578,-5.064],[-2.905,-3.03],[-2.311,1.698],[3.716,2.888],[2.325,1.357]],"o":[[-1.741,-0.53],[-0.36,0.321],[1.878,1.705],[2.642,2.755],[4.707,-3.458],[-4.595,-3.572],[-1.518,-0.886]],"v":[[91.163,-33.541],[82.76,-35.059],[94.751,-28.757],[104.405,-19.326],[115.59,-10.488],[105.706,-25.459],[97.847,-30.678]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":60,"s":[{"i":[[2.09,0.636],[1.412,-0.387],[-5.578,-5.064],[-2.905,-3.03],[-2.311,1.698],[3.716,2.888],[2.325,1.357]],"o":[[-1.741,-0.53],[-0.36,0.321],[1.878,1.705],[2.642,2.755],[4.707,-3.458],[-4.595,-3.572],[-1.518,-0.886]],"v":[[91.163,-33.541],[82.76,-35.059],[94.751,-28.757],[104.405,-19.326],[115.59,-10.488],[105.706,-25.459],[97.847,-30.678]]}],"e":[{"i":[[0.686,0.45],[0.682,-0.084],[-2.248,-2.73],[-1.144,-1.604],[-1.188,0.632],[1.53,1.593],[0.988,0.787]],"o":[[-0.714,-0.469],[-0.189,0.125],[0.757,0.919],[1.041,1.459],[2.42,-1.288],[-1.892,-1.97],[-0.645,-0.514]],"v":[[112.942,-14.779],[109.611,-16.581],[113.756,-12.021],[117.603,-6.987],[123.001,-0.703],[118.622,-9.748],[115.56,-12.762]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":62,"s":[{"i":[[0.686,0.45],[0.682,-0.084],[-2.248,-2.73],[-1.144,-1.604],[-1.188,0.632],[1.53,1.593],[0.988,0.787]],"o":[[-0.714,-0.469],[-0.189,0.125],[0.757,0.919],[1.041,1.459],[2.42,-1.288],[-1.892,-1.97],[-0.645,-0.514]],"v":[[112.942,-14.779],[109.611,-16.581],[113.756,-12.021],[117.603,-6.987],[123.001,-0.703],[118.622,-9.748],[115.56,-12.762]]}],"e":[{"i":[[0.206,0.258],[0.198,0.069],[-0.246,-1.05],[-0.096,-0.593],[-0.41,0.012],[0.203,0.642],[0.164,0.349]],"o":[[-0.163,-0.204],[-0.069,0.009],[0.083,0.354],[0.087,0.539],[0.836,-0.025],[-0.251,-0.794],[-0.107,-0.228]],"v":[[131.599,4.25],[130.931,3.307],[131.57,5.472],[131.941,7.283],[132.512,8.724],[132.645,6.904],[132.163,5.513]]}]},{"t":64}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[91,89,130,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[43.143,54.45]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 42"}],"bounds":{"l":78,"t":18,"b":64,"r":177},"ip":54,"op":64,"st":36},{"ddd":0,"ind":6,"ty":4,"nm":"manchaVioleta","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[{"i":[[0.06,0.562],[-0.06,-0.562]],"o":[[-0.06,-0.562],[0.06,0.562]],"v":[[-12.761,129.427],[-13.454,129.545]]}],"e":[{"i":[[0.073,0.543],[-0.073,-0.543]],"o":[[-0.073,-0.543],[0.073,0.543]],"v":[[-26.782,116.956],[-27.623,117.07]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[{"i":[[0.073,0.543],[-0.073,-0.543]],"o":[[-0.073,-0.543],[0.073,0.543]],"v":[[-26.782,116.956],[-27.623,117.07]]}],"e":[{"i":[[-0.641,1.637],[0.641,-1.637]],"o":[[0.641,-1.637],[-0.641,1.637]],"v":[[-38.343,78.999],[-40.881,78.005]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":36,"s":[{"i":[[-0.641,1.637],[0.641,-1.637]],"o":[[0.641,-1.637],[-0.641,1.637]],"v":[[-38.343,78.999],[-40.881,78.005]]}],"e":[{"i":[[-1.199,1.223],[1.199,-1.223]],"o":[[1.199,-1.223],[-1.199,1.223]],"v":[[-34.752,51.8],[-36.648,49.94]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39,"s":[{"i":[[-1.199,1.223],[1.199,-1.223]],"o":[[1.199,-1.223],[-1.199,1.223]],"v":[[-34.752,51.8],[-36.648,49.94]]}],"e":[{"i":[[-1.758,0.809],[1.758,-0.809]],"o":[[1.758,-0.809],[-1.758,0.809]],"v":[[-23.661,26.601],[-24.916,23.876]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41,"s":[{"i":[[-1.758,0.809],[1.758,-0.809]],"o":[[1.758,-0.809],[-1.758,0.809]],"v":[[-23.661,26.601],[-24.916,23.876]]}],"e":[{"i":[[-1.935,0],[1.935,0]],"o":[[1.935,0],[-1.935,0]],"v":[[2.5,4],[2.5,1]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":43.625,"s":[{"i":[[-1.935,0],[1.935,0]],"o":[[1.935,0],[-1.935,0]],"v":[[2.5,4],[2.5,1]]}],"e":[{"i":[[-1.908,-0.321],[1.908,0.321]],"o":[[1.908,0.321],[-1.908,-0.321]],"v":[[6.166,3.488],[6.663,0.53]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":46.25,"s":[{"i":[[-1.908,-0.321],[1.908,0.321]],"o":[[1.908,0.321],[-1.908,-0.321]],"v":[[6.166,3.488],[6.663,0.53]]}],"e":[{"i":[[-1.908,-0.321],[1.908,0.321]],"o":[[1.908,0.321],[-1.908,-0.321]],"v":[[15.666,-2.262],[16.163,-5.22]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":49,"s":[{"i":[[-1.908,-0.321],[1.908,0.321]],"o":[[1.908,0.321],[-1.908,-0.321]],"v":[[15.666,-2.262],[16.163,-5.22]]}],"e":[{"i":[[-0.996,-0.491],[0.996,0.491]],"o":[[0.996,0.491],[-0.996,-0.491]],"v":[[29.146,-4.802],[29.924,-6.497]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52,"s":[{"i":[[-0.996,-0.491],[0.996,0.491]],"o":[[0.996,0.491],[-0.996,-0.491]],"v":[[29.146,-4.802],[29.924,-6.497]]}],"e":[{"i":[[-0.321,-0.065],[0.321,0.065]],"o":[[0.321,0.065],[-0.321,-0.065]],"v":[[32.744,-7.101],[32.837,-7.643]]}]},{"t":54}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[51.44,28.046]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 23"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[{"i":[[-0.3,-0.426],[-0.711,-0.621],[0.371,0.324],[0.534,0.759]],"o":[[0.572,0.812],[0.369,0.323],[-0.664,-0.58],[-0.297,-0.422]],"v":[[0.503,123.876],[2.406,126.128],[2.83,125.429],[1.054,123.335]]}],"e":[{"i":[[-0.364,-0.411],[-0.863,-0.6],[0.451,0.313],[0.649,0.733]],"o":[[0.694,0.784],[0.448,0.311],[-0.807,-0.56],[-0.361,-0.408]],"v":[[-13.365,111.317],[-11.054,113.492],[-10.539,112.816],[-12.696,110.795]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[{"i":[[-0.364,-0.411],[-0.863,-0.6],[0.451,0.313],[0.649,0.733]],"o":[[0.694,0.784],[0.448,0.311],[-0.807,-0.56],[-0.361,-0.408]],"v":[[-13.365,111.317],[-11.054,113.492],[-10.539,112.816],[-12.696,110.795]]}],"e":[{"i":[[-0.38,-1.722],[-1.486,-3.029],[0.776,1.581],[0.677,3.068]],"o":[[0.725,3.282],[0.772,1.574],[-1.389,-2.831],[-0.377,-1.707]],"v":[[-27.238,79.192],[-24.146,88.9],[-21.649,87.808],[-24.545,78.769]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":36,"s":[{"i":[[-0.38,-1.722],[-1.486,-3.029],[0.776,1.581],[0.677,3.068]],"o":[[0.725,3.282],[0.772,1.574],[-1.389,-2.831],[-0.377,-1.707]],"v":[[-27.238,79.192],[-24.146,88.9],[-21.649,87.808],[-24.545,78.769]]}],"e":[{"i":[[0.316,-1.689],[-0.177,-3.283],[0.092,1.714],[-0.563,3.009]],"o":[[-0.602,3.219],[0.092,1.706],[-0.165,-3.068],[0.313,-1.674]],"v":[[-26.669,50.581],[-27.601,60.466],[-24.945,60.439],[-24.094,51.23]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39,"s":[{"i":[[0.316,-1.689],[-0.177,-3.283],[0.092,1.714],[-0.563,3.009]],"o":[[-0.602,3.219],[0.092,1.706],[-0.165,-3.068],[0.313,-1.674]],"v":[[-26.669,50.581],[-27.601,60.466],[-24.945,60.439],[-24.094,51.23]]}],"e":[{"i":[[1.012,-1.656],[1.132,-3.537],[-0.591,1.846],[-1.804,2.95]],"o":[[-1.93,3.157],[-0.588,1.838],[1.058,-3.306],[1.003,-1.641]],"v":[[-18.601,23.971],[-23.556,34.031],[-20.741,35.07],[-16.142,25.69]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41,"s":[{"i":[[1.012,-1.656],[1.132,-3.537],[-0.591,1.846],[-1.804,2.95]],"o":[[-1.93,3.157],[-0.588,1.838],[1.058,-3.306],[1.003,-1.641]],"v":[[-18.601,23.971],[-23.556,34.031],[-20.741,35.07],[-16.142,25.69]]}],"e":[{"i":[[1.612,-1.081],[2.508,-2.739],[-1.309,1.43],[-2.872,1.926]],"o":[[-3.073,2.06],[-1.303,1.423],[2.344,-2.56],[1.598,-1.071]],"v":[[5.95,-2.268],[-2.759,4.798],[-0.637,6.919],[7.464,0.323]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":43.625,"s":[{"i":[[1.612,-1.081],[2.508,-2.739],[-1.309,1.43],[-2.872,1.926]],"o":[[-3.073,2.06],[-1.303,1.423],[2.344,-2.56],[1.598,-1.071]],"v":[[5.95,-2.268],[-2.759,4.798],[-0.637,6.919],[7.464,0.323]]}],"e":[{"i":[[1.769,-0.799],[2.927,-2.286],[-1.528,1.193],[-3.152,1.423]],"o":[[-3.372,1.523],[-1.521,1.188],[2.736,-2.136],[1.753,-0.792]],"v":[[9.434,-4.313],[-0.325,1.212],[1.417,3.655],[10.498,-1.508]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":46.25,"s":[{"i":[[1.769,-0.799],[2.927,-2.286],[-1.528,1.193],[-3.152,1.423]],"o":[[-3.372,1.523],[-1.521,1.188],[2.736,-2.136],[1.753,-0.792]],"v":[[9.434,-4.313],[-0.325,1.212],[1.417,3.655],[10.498,-1.508]]}],"e":[{"i":[[1.769,-0.799],[2.927,-2.286],[-1.528,1.193],[-3.152,1.423]],"o":[[-3.372,1.523],[-1.521,1.188],[2.736,-2.136],[1.753,-0.792]],"v":[[18.934,-10.063],[9.175,-4.538],[10.917,-2.095],[19.998,-7.258]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":49,"s":[{"i":[[1.769,-0.799],[2.927,-2.286],[-1.528,1.193],[-3.152,1.423]],"o":[[-3.372,1.523],[-1.521,1.188],[2.736,-2.136],[1.753,-0.792]],"v":[[18.934,-10.063],[9.175,-4.538],[10.917,-2.095],[19.998,-7.258]]}],"e":[{"i":[[1.11,-0.202],[2.001,-0.912],[-1.045,0.476],[-1.977,0.359]],"o":[[-2.116,0.385],[-1.04,0.474],[1.87,-0.852],[1.1,-0.2]],"v":[[36.534,-14.184],[30.22,-12.4],[30.762,-10.663],[36.641,-12.336]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52,"s":[{"i":[[1.11,-0.202],[2.001,-0.912],[-1.045,0.476],[-1.977,0.359]],"o":[[-2.116,0.385],[-1.04,0.474],[1.87,-0.852],[1.1,-0.2]],"v":[[36.534,-14.184],[30.22,-12.4],[30.762,-10.663],[36.641,-12.336]]}],"e":[{"i":[[0.301,-0.141],[0.501,-0.411],[-0.262,0.215],[-0.536,0.252]],"o":[[-0.574,0.269],[-0.26,0.214],[0.468,-0.384],[0.298,-0.14]],"v":[[43.729,-15.192],[42.066,-14.206],[42.351,-13.753],[43.9,-14.673]]}]},{"t":54}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[38.888,36.167]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 24"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[{"i":[[-2.247,3.655],[-4.14,2.167],[-3.805,1.354],[-2.528,2.607],[-4.845,1.857],[3.144,4.736],[0.144,1.089],[-1.838,-11.452],[3.984,-1.438],[3.228,-1.096],[3.354,-3.135],[-6.68,-9.162]],"o":[[2.732,-4.443],[2.327,-1.218],[2.413,-0.859],[2.806,-2.893],[3.802,-7.463],[-3.144,-4.736],[-2.156,-16.246],[0.544,3.389],[-4.663,3.74],[-4.198,1.426],[-6.734,-8.312],[2.509,3.991]],"v":[[6.662,114.774],[4.401,99.435],[10.984,103.572],[14.786,93.361],[24.495,95.342],[16,78.377],[12.541,69.175],[4.399,67.488],[5.372,82.068],[-8.269,80.758],[-6.969,95.933],[-6.199,107.656]]}],"e":[{"i":[[-2.729,3.529],[-5.028,2.092],[-4.621,1.308],[-3.07,2.517],[-5.883,1.794],[3.817,4.573],[0.175,1.051],[-2.231,-11.059],[4.838,-1.388],[3.92,-1.059],[4.073,-3.027],[-8.112,-8.847]],"o":[[3.317,-4.291],[2.826,-1.176],[2.931,-0.829],[3.407,-2.794],[4.617,-7.206],[-3.817,-4.573],[-2.618,-15.688],[0.66,3.273],[-5.662,3.612],[-5.098,1.377],[-8.177,-8.027],[3.046,3.854]],"v":[[-4.974,101.9],[-7.719,87.088],[0.275,91.082],[4.89,81.223],[16.68,83.135],[6.364,66.752],[2.165,57.867],[-7.721,56.238],[-6.541,70.317],[-23.105,69.052],[-21.526,83.706],[-20.591,95.026]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[{"i":[[-2.729,3.529],[-5.028,2.092],[-4.621,1.308],[-3.07,2.517],[-5.883,1.794],[3.817,4.573],[0.175,1.051],[-2.231,-11.059],[4.838,-1.388],[3.92,-1.059],[4.073,-3.027],[-8.112,-8.847]],"o":[[3.317,-4.291],[2.826,-1.176],[2.931,-0.829],[3.407,-2.794],[4.617,-7.206],[-3.817,-4.573],[-2.618,-15.688],[0.66,3.273],[-5.662,3.612],[-5.098,1.377],[-8.177,-8.027],[3.046,3.854]],"v":[[-4.974,101.9],[-7.719,87.088],[0.275,91.082],[4.89,81.223],[16.68,83.135],[6.364,66.752],[2.165,57.867],[-7.721,56.238],[-6.541,70.317],[-23.105,69.052],[-21.526,83.706],[-20.591,95.026]]}],"e":[{"i":[[-2.729,3.529],[-5.028,2.092],[-4.621,1.308],[-3.07,2.517],[7.117,6.794],[-1.43,6.861],[1.013,-0.33],[4.019,-6.809],[4.433,0.578],[4.402,8.377],[1.995,0.804],[-23.835,-34.037]],"o":[[3.317,-4.291],[2.826,-1.176],[2.931,-0.829],[3.407,-2.794],[-10.633,-18.456],[1.683,-8.073],[-3.477,1.133],[-5.481,9.287],[-4.016,-0.433],[-2.338,-4.448],[-6.177,-0.527],[3.046,3.854]],"v":[[-7.974,100.9],[-12.219,81.588],[-0.225,89.082],[4.39,79.223],[10.43,72.135],[0.364,34.002],[-2.585,29.117],[-9.721,43.238],[-17.541,36.317],[-28.605,36.052],[-32.026,25.956],[-21.591,94.276]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":36,"s":[{"i":[[-2.729,3.529],[-5.028,2.092],[-4.621,1.308],[-3.07,2.517],[7.117,6.794],[-1.43,6.861],[1.013,-0.33],[4.019,-6.809],[4.433,0.578],[4.402,8.377],[1.995,0.804],[-23.835,-34.037]],"o":[[3.317,-4.291],[2.826,-1.176],[2.931,-0.829],[3.407,-2.794],[-10.633,-18.456],[1.683,-8.073],[-3.477,1.133],[-5.481,9.287],[-4.016,-0.433],[-2.338,-4.448],[-6.177,-0.527],[3.046,3.854]],"v":[[-7.974,100.9],[-12.219,81.588],[-0.225,89.082],[4.39,79.223],[10.43,72.135],[0.364,34.002],[-2.585,29.117],[-9.721,43.238],[-17.541,36.317],[-28.605,36.052],[-32.026,25.956],[-21.591,94.276]]}],"e":[{"i":[[-1.804,4.53],[-5.119,0.982],[-4.585,0.326],[-3.279,0.847],[3.381,7.771],[-1.767,5.867],[2.422,-2.045],[1.372,1.916],[6.953,-2.23],[0.065,6.884],[1.713,1.142],[-20.311,-37.998]],"o":[[2,-4.784],[2.877,-0.552],[2.908,-0.206],[4.713,-2.923],[-5.536,-23.145],[0.79,-3.327],[-2.859,1.957],[-1.854,-0.43],[-5.03,2.1],[-0.033,-3.658],[-6.027,-2.529],[4.689,9.502]],"v":[[-18.354,83.439],[-18.193,66.84],[-8.557,77.969],[-3.75,64.519],[7.166,63.324],[5.11,21.54],[0.086,18.76],[-7.849,27.557],[-16.291,21.314],[-21.144,17.77],[-23.889,7.908],[-29.642,77.177]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[{"i":[[-1.804,4.53],[-5.119,0.982],[-4.585,0.326],[-3.279,0.847],[3.381,7.771],[-1.767,5.867],[2.422,-2.045],[1.372,1.916],[6.953,-2.23],[0.065,6.884],[1.713,1.142],[-20.311,-37.998]],"o":[[2,-4.784],[2.877,-0.552],[2.908,-0.206],[4.713,-2.923],[-5.536,-23.145],[0.79,-3.327],[-2.859,1.957],[-1.854,-0.43],[-5.03,2.1],[-0.033,-3.658],[-6.027,-2.529],[4.689,9.502]],"v":[[-18.354,83.439],[-18.193,66.84],[-8.557,77.969],[-3.75,64.519],[7.166,63.324],[5.11,21.54],[0.086,18.76],[-7.849,27.557],[-16.291,21.314],[-21.144,17.77],[-23.889,7.908],[-29.642,77.177]]}],"e":[{"i":[[-1.341,5.03],[-5.165,0.427],[-4.568,-0.165],[-3.383,0.012],[1.513,8.26],[-1.936,5.37],[3.126,-2.903],[0.048,6.279],[8.213,-3.633],[-2.104,6.137],[1.572,1.311],[-9.036,-51.198]],"o":[[1.341,-5.03],[2.903,-0.24],[2.897,0.105],[5.367,-2.988],[-2.987,-25.49],[0.344,-0.954],[-2.55,2.369],[-0.041,-5.288],[-5.537,3.367],[1.119,-3.263],[-5.952,-3.53],[2.378,13.476]],"v":[[-23.544,74.709],[-21.18,59.466],[-12.723,72.413],[-7.82,57.167],[5.534,58.919],[7.483,15.309],[1.421,13.582],[-6.912,19.717],[-15.666,13.812],[-17.414,8.629],[-19.821,-1.115],[-33.667,68.627]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39,"s":[{"i":[[-1.341,5.03],[-5.165,0.427],[-4.568,-0.165],[-3.383,0.012],[1.513,8.26],[-1.936,5.37],[3.126,-2.903],[0.048,6.279],[8.213,-3.633],[-2.104,6.137],[1.572,1.311],[-9.036,-51.198]],"o":[[1.341,-5.03],[2.903,-0.24],[2.897,0.105],[5.367,-2.988],[-2.987,-25.49],[0.344,-0.954],[-2.55,2.369],[-0.041,-5.288],[-5.537,3.367],[1.119,-3.263],[-5.952,-3.53],[2.378,13.476]],"v":[[-23.544,74.709],[-21.18,59.466],[-12.723,72.413],[-7.82,57.167],[5.534,58.919],[7.483,15.309],[1.421,13.582],[-6.912,19.717],[-15.666,13.812],[-17.414,8.629],[-19.821,-1.115],[-33.667,68.627]]}],"e":[{"i":[[-2.619,2.645],[-4.174,-0.061],[-4.536,-1.038],[-2.27,2.939],[3.359,8.768],[-9.385,4.734],[1.249,-0.132],[-2.416,3.736],[3.984,1.947],[-5.949,4.814],[1.322,1.612],[-4.135,-41.508]],"o":[[6.123,-2.917],[2.97,0.053],[2.877,0.658],[2.929,-4.005],[0.113,-21.129],[0.923,-0.466],[-3.379,-0.392],[5.406,-7.558],[-3.438,-1.688],[3.167,-2.561],[-5.819,-5.309],[0.879,5.704]],"v":[[-28.326,60.374],[-22.045,47.542],[-16.277,63.275],[-9.944,53.06],[2.688,51.411],[13.182,9.195],[11.943,7.042],[1.049,8.075],[-6.407,-0.561],[-6.337,-6.437],[-4.811,-13.38],[-36.379,54.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[{"i":[[-2.619,2.645],[-4.174,-0.061],[-4.536,-1.038],[-2.27,2.939],[3.359,8.768],[-9.385,4.734],[1.249,-0.132],[-2.416,3.736],[3.984,1.947],[-5.949,4.814],[1.322,1.612],[-4.135,-41.508]],"o":[[6.123,-2.917],[2.97,0.053],[2.877,0.658],[2.929,-4.005],[0.113,-21.129],[0.923,-0.466],[-3.379,-0.392],[5.406,-7.558],[-3.438,-1.688],[3.167,-2.561],[-5.819,-5.309],[0.879,5.704]],"v":[[-28.326,60.374],[-22.045,47.542],[-16.277,63.275],[-9.944,53.06],[2.688,51.411],[13.182,9.195],[11.943,7.042],[1.049,8.075],[-6.407,-0.561],[-6.337,-6.437],[-4.811,-13.38],[-36.379,54.613]]}],"e":[{"i":[[-4.697,-6.459],[-5.303,-1.239],[-4.514,-1.638],[-1.942,3.463],[-7.091,1.227],[1.446,4.063],[0.71,0.794],[-4.073,5.463],[3.26,3.058],[-8.593,3.904],[1.149,1.818],[0.54,-41.549]],"o":[[3.19,4.386],[2.98,0.696],[2.863,1.039],[2.468,-4.4],[0.909,-44.773],[-0.357,-1.004],[-4.13,-4.617],[8.4,-11.267],[-3.007,-2.698],[4.575,-2.078],[-5.728,-6.532],[0.221,4.908]],"v":[[-31.614,50.519],[-22.64,39.344],[-18.721,56.244],[-10.53,43.612],[2.388,50.202],[18.351,4.366],[17.927,2.046],[5.897,-0.304],[-1.291,-9.693],[1.277,-16.795],[4.384,-22.687],[-38.243,44.978]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41,"s":[{"i":[[-4.697,-6.459],[-5.303,-1.239],[-4.514,-1.638],[-1.942,3.463],[-7.091,1.227],[1.446,4.063],[0.71,0.794],[-4.073,5.463],[3.26,3.058],[-8.593,3.904],[1.149,1.818],[0.54,-41.549]],"o":[[3.19,4.386],[2.98,0.696],[2.863,1.039],[2.468,-4.4],[0.909,-44.773],[-0.357,-1.004],[-4.13,-4.617],[8.4,-11.267],[-3.007,-2.698],[4.575,-2.078],[-5.728,-6.532],[0.221,4.908]],"v":[[-31.614,50.519],[-22.64,39.344],[-18.721,56.244],[-10.53,43.612],[2.388,50.202],[18.351,4.366],[17.927,2.046],[5.897,-0.304],[-1.291,-9.693],[1.277,-16.795],[4.384,-22.687],[-38.243,44.978]]}],"e":[{"i":[[-2.375,-7.625],[-4.625,-2.875],[-3.75,-3],[-2.951,2.656],[-0.25,10.133],[-4.643,1.569],[0.858,0.632],[-3.658,5.749],[2.106,3.943],[-9.391,0.939],[0.505,2.091],[11.384,-35.156]],"o":[[1.613,5.178],[2.599,1.616],[2.378,1.903],[3.75,-3.375],[0.75,-16.117],[1.01,-0.341],[-2.943,-2.171],[5.522,-8.677],[-1.982,-3.52],[5,-0.5],[-3.328,-8.025],[-1.366,4.719]],"v":[[-28.203,20.554],[-19.953,21.054],[-18.953,33.429],[-10.953,27.554],[0.297,33.046],[31.54,-3.179],[31.883,-5.512],[28.547,-17.571],[19.191,-23.264],[27.547,-30.571],[32.38,-35.154],[-32.703,13.179]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":43.625,"s":[{"i":[[-2.375,-7.625],[-4.625,-2.875],[-3.75,-3],[-2.951,2.656],[-0.25,10.133],[-4.643,1.569],[0.858,0.632],[-3.658,5.749],[2.106,3.943],[-9.391,0.939],[0.505,2.091],[11.384,-35.156]],"o":[[1.613,5.178],[2.599,1.616],[2.378,1.903],[3.75,-3.375],[0.75,-16.117],[1.01,-0.341],[-2.943,-2.171],[5.522,-8.677],[-1.982,-3.52],[5,-0.5],[-3.328,-8.025],[-1.366,4.719]],"v":[[-28.203,20.554],[-19.953,21.054],[-18.953,33.429],[-10.953,27.554],[0.297,33.046],[31.54,-3.179],[31.883,-5.512],[28.547,-17.571],[19.191,-23.264],[27.547,-30.571],[32.38,-35.154],[-32.703,13.179]]}],"e":[{"i":[[-5,2.875],[-4.625,-2.875],[-3.75,-3],[-3.958,-0.312],[-6,-2.117],[-4.643,1.569],[0.858,0.632],[-1.771,6.58],[2.106,3.943],[-9.391,0.939],[0.505,2.091],[7,-6.75]],"o":[[3.401,-1.956],[2.599,1.616],[2.378,1.903],[4.75,0.375],[15,-14.117],[1.01,-0.341],[-2.943,-2.171],[1.75,-6.5],[-1.982,-3.52],[5,-0.5],[-31.583,2.583],[-12,13.25]],"v":[[-27.703,16.054],[-10.953,6.554],[-13.953,16.429],[-1.453,11.554],[-0.703,23.546],[38.54,-4.679],[38.883,-7.012],[35.547,-19.571],[26.191,-24.764],[34.547,-32.071],[39.38,-36.654],[-23.703,-5.321]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":46.25,"s":[{"i":[[-5,2.875],[-4.625,-2.875],[-3.75,-3],[-3.958,-0.312],[-6,-2.117],[-4.643,1.569],[0.858,0.632],[-1.771,6.58],[2.106,3.943],[-9.391,0.939],[0.505,2.091],[7,-6.75]],"o":[[3.401,-1.956],[2.599,1.616],[2.378,1.903],[4.75,0.375],[15,-14.117],[1.01,-0.341],[-2.943,-2.171],[1.75,-6.5],[-1.982,-3.52],[5,-0.5],[-31.583,2.583],[-12,13.25]],"v":[[-27.703,16.054],[-10.953,6.554],[-13.953,16.429],[-1.453,11.554],[-0.703,23.546],[38.54,-4.679],[38.883,-7.012],[35.547,-19.571],[26.191,-24.764],[34.547,-32.071],[39.38,-36.654],[-23.703,-5.321]]}],"e":[{"i":[[-4,-0.292],[-5.595,-2.985],[-4.583,-3.5],[-3.383,-2.078],[-6,-2.117],[-10.043,1.262],[0.858,0.632],[-1.771,6.58],[-2.369,7.019],[-3.13,1.48],[0.946,4.586],[5.167,-4.75]],"o":[[5.25,0.125],[2.366,1.289],[2.526,1.934],[2.917,1.792],[8.833,-13.45],[3.104,-0.354],[-2.943,-2.171],[1.75,-6.5],[2.41,-6.878],[1.667,-3.517],[-20.75,-3.917],[-7.167,7.583]],"v":[[-18.703,0.054],[-13.62,8.054],[-4.953,2.596],[-3.12,16.387],[8.464,14.629],[43.623,-5.179],[42.716,-9.512],[48.88,-18.071],[39.358,-24.431],[38.214,-30.904],[44.38,-35.654],[-12.036,-14.154]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":48,"s":[{"i":[[-4,-0.292],[-5.595,-2.985],[-4.583,-3.5],[-3.383,-2.078],[-6,-2.117],[-10.043,1.262],[0.858,0.632],[-1.771,6.58],[-2.369,7.019],[-3.13,1.48],[0.946,4.586],[5.167,-4.75]],"o":[[5.25,0.125],[2.366,1.289],[2.526,1.934],[2.917,1.792],[8.833,-13.45],[3.104,-0.354],[-2.943,-2.171],[1.75,-6.5],[2.41,-6.878],[1.667,-3.517],[-20.75,-3.917],[-7.167,7.583]],"v":[[-18.703,0.054],[-13.62,8.054],[-4.953,2.596],[-3.12,16.387],[8.464,14.629],[43.623,-5.179],[42.716,-9.512],[48.88,-18.071],[39.358,-24.431],[38.214,-30.904],[44.38,-35.654],[-12.036,-14.154]]}],"e":[{"i":[[-3.5,-1.875],[-6.08,-3.04],[-5,-3.75],[-3.958,-0.312],[-3.5,2.633],[-15.993,-0.142],[0.858,0.632],[-1.771,6.58],[-4.606,8.557],[0,1.75],[1.167,5.833],[4.25,-3.75]],"o":[[3.683,1.973],[2.25,1.125],[2.6,1.95],[4.75,0.375],[7.25,-6.617],[4.166,0.037],[-2.943,-2.171],[1.75,-6.5],[4.606,-8.557],[0,-5.025],[-15.333,-7.167],[-4.75,4.75]],"v":[[-14.203,-7.946],[-10.453,3.554],[-0.453,-4.321],[-1.703,15.054],[11.547,11.296],[45.04,-4.929],[44.633,-10.762],[55.547,-17.321],[45.941,-24.264],[40.047,-30.321],[46.88,-35.154],[-6.203,-18.571]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":49,"s":[{"i":[[-3.5,-1.875],[-6.08,-3.04],[-5,-3.75],[-3.958,-0.312],[-3.5,2.633],[-15.993,-0.142],[0.858,0.632],[-1.771,6.58],[-4.606,8.557],[0,1.75],[1.167,5.833],[4.25,-3.75]],"o":[[3.683,1.973],[2.25,1.125],[2.6,1.95],[4.75,0.375],[7.25,-6.617],[4.166,0.037],[-2.943,-2.171],[1.75,-6.5],[4.606,-8.557],[0,-5.025],[-15.333,-7.167],[-4.75,4.75]],"v":[[-14.203,-7.946],[-10.453,3.554],[-0.453,-4.321],[-1.703,15.054],[11.547,11.296],[45.04,-4.929],[44.633,-10.762],[55.547,-17.321],[45.941,-24.264],[40.047,-30.321],[46.88,-35.154],[-6.203,-18.571]]}],"e":[{"i":[[-2.99,-2.399],[-4.636,-2.652],[-5,-3.75],[-3.243,-1.386],[-3.167,2.133],[-8.826,0.691],[0.755,0.726],[-1.771,6.58],[-4.606,8.557],[0,1.75],[0.75,4.75],[4.667,-1.75]],"o":[[3.288,2.774],[2.171,1.469],[2.6,1.95],[4,1.875],[4.453,-2.999],[4.142,-0.044],[-3.324,-3.717],[1.75,-6.5],[4.606,-8.557],[0,-5.025],[-10.083,-5.834],[-6.458,2.422]],"v":[[-6.12,-18.029],[-2.453,-3.613],[9.38,-9.988],[10.047,9.304],[25.964,-0.204],[45.373,-5.512],[44.633,-10.762],[55.297,-16.738],[45.608,-23.847],[40.38,-30.321],[47.297,-34.821],[13.38,-32.571]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":50,"s":[{"i":[[-2.99,-2.399],[-4.636,-2.652],[-5,-3.75],[-3.243,-1.386],[-3.167,2.133],[-8.826,0.691],[0.755,0.726],[-1.771,6.58],[-4.606,8.557],[0,1.75],[0.75,4.75],[4.667,-1.75]],"o":[[3.288,2.774],[2.171,1.469],[2.6,1.95],[4,1.875],[4.453,-2.999],[4.142,-0.044],[-3.324,-3.717],[1.75,-6.5],[4.606,-8.557],[0,-5.025],[-10.083,-5.834],[-6.458,2.422]],"v":[[-6.12,-18.029],[-2.453,-3.613],[9.38,-9.988],[10.047,9.304],[25.964,-0.204],[45.373,-5.512],[44.633,-10.762],[55.297,-16.738],[45.608,-23.847],[40.38,-30.321],[47.297,-34.821],[13.38,-32.571]]}],"e":[{"i":[[-2.48,-2.923],[-3.193,-2.263],[-5,-3.75],[-2.527,-2.459],[-3.083,1.133],[-4.91,0.275],[0.652,0.82],[-1.771,6.58],[-4.606,8.557],[0,1.75],[0.334,3.666],[4.458,-0.875]],"o":[[2.894,3.574],[2.092,1.813],[2.6,1.95],[3.25,3.375],[5.961,-2.19],[4.133,0.273],[-3.705,-5.263],[1.75,-6.5],[4.606,-8.557],[0,-5.025],[-4.833,-4.5],[-4.539,0.891]],"v":[[5.214,-25.363],[5.547,-10.779],[19.214,-15.654],[17.547,-0.696],[28.38,-1.204],[43.957,-5.596],[44.633,-10.762],[55.047,-16.154],[45.274,-23.431],[40.714,-30.321],[47.713,-34.487],[23.089,-35.196]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":51,"s":[{"i":[[-2.48,-2.923],[-3.193,-2.263],[-5,-3.75],[-2.527,-2.459],[-3.083,1.133],[-4.91,0.275],[0.652,0.82],[-1.771,6.58],[-4.606,8.557],[0,1.75],[0.334,3.666],[4.458,-0.875]],"o":[[2.894,3.574],[2.092,1.813],[2.6,1.95],[3.25,3.375],[5.961,-2.19],[4.133,0.273],[-3.705,-5.263],[1.75,-6.5],[4.606,-8.557],[0,-5.025],[-4.833,-4.5],[-4.539,0.891]],"v":[[5.214,-25.363],[5.547,-10.779],[19.214,-15.654],[17.547,-0.696],[28.38,-1.204],[43.957,-5.596],[44.633,-10.762],[55.047,-16.154],[45.274,-23.431],[40.714,-30.321],[47.713,-34.487],[23.089,-35.196]]}],"e":[{"i":[[-1.97,-3.447],[-1.75,-1.875],[-5,-3.75],[-1.812,-3.533],[-6.5,1.883],[-0.993,-0.142],[0.548,0.914],[-1.771,6.58],[-4.606,8.557],[0,1.75],[-0.083,2.583],[3.082,-0.257]],"o":[[2.5,4.375],[2.013,2.157],[2.6,1.95],[2.5,4.875],[2.75,-1.117],[4.125,0.59],[-4.086,-6.809],[1.75,-6.5],[4.606,-8.557],[0,-5.025],[0.417,-3.167],[-3,0.25]],"v":[[19.047,-29.196],[13.547,-17.946],[29.047,-21.321],[24.547,-6.946],[34.547,-3.704],[42.29,-4.179],[45.633,-8.262],[54.797,-15.571],[44.941,-23.014],[41.047,-30.321],[48.13,-34.154],[35.297,-35.071]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52,"s":[{"i":[[-1.97,-3.447],[-1.75,-1.875],[-5,-3.75],[-1.812,-3.533],[-6.5,1.883],[-0.993,-0.142],[0.548,0.914],[-1.771,6.58],[-4.606,8.557],[0,1.75],[-0.083,2.583],[3.082,-0.257]],"o":[[2.5,4.375],[2.013,2.157],[2.6,1.95],[2.5,4.875],[2.75,-1.117],[4.125,0.59],[-4.086,-6.809],[1.75,-6.5],[4.606,-8.557],[0,-5.025],[0.417,-3.167],[-3,0.25]],"v":[[19.047,-29.196],[13.547,-17.946],[29.047,-21.321],[24.547,-6.946],[34.547,-3.704],[42.29,-4.179],[45.633,-8.262],[54.797,-15.571],[44.941,-23.014],[41.047,-30.321],[48.13,-34.154],[35.297,-35.071]]}],"e":[{"i":[[2.033,-1.245],[-3.047,0.115],[2.742,-5.603],[3.975,-1.844],[-4.469,1.133],[-1.438,0.209],[-0.097,2.393],[1.974,6.961],[-6.634,7.077],[0,1.75],[-0.083,2.583],[1.55,-0.318]],"o":[[-4.146,2.363],[5.083,-0.245],[-3.067,5.955],[-5.124,2.306],[2.75,-1.117],[4.025,-0.585],[-3.097,-3.607],[-1.837,-6.476],[5.317,-5.711],[0,-5.025],[0.417,-2.218],[-1.537,0.325]],"v":[[35.547,-34.176],[35.264,-28.411],[43.799,-24.328],[39.876,-10.367],[33.409,-3.5],[42.735,-4.78],[51.644,-6.214],[54.323,-16.282],[46.127,-23.251],[42.707,-30.795],[48.604,-34.154],[42.518,-35.339]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":54,"s":[{"i":[[2.033,-1.245],[-3.047,0.115],[2.742,-5.603],[3.975,-1.844],[-4.469,1.133],[-1.438,0.209],[-0.097,2.393],[1.974,6.961],[-6.634,7.077],[0,1.75],[-0.083,2.583],[1.55,-0.318]],"o":[[-4.146,2.363],[5.083,-0.245],[-3.067,5.955],[-5.124,2.306],[2.75,-1.117],[4.025,-0.585],[-3.097,-3.607],[-1.837,-6.476],[5.317,-5.711],[0,-5.025],[0.417,-2.218],[-1.537,0.325]],"v":[[35.547,-34.176],[35.264,-28.411],[43.799,-24.328],[39.876,-10.367],[33.409,-3.5],[42.735,-4.78],[51.644,-6.214],[54.323,-16.282],[46.127,-23.251],[42.707,-30.795],[48.604,-34.154],[42.518,-35.339]]}],"e":[{"i":[[2.25,-1.125],[-3.117,0.223],[5,-6.75],[4.548,-0.947],[10,-1.867],[-0.994,-0.134],[0.094,1.062],[-1.771,6.58],[-6.744,6.997],[0,1.75],[-0.083,2.583],[1.471,-0.294]],"o":[[-4.507,2.253],[5.25,-0.375],[-4.193,5.661],[-9,1.875],[2.75,-1.117],[4.507,0.608],[-0.336,-3.809],[1.75,-6.5],[5.356,-5.557],[0,-5.025],[0.417,-2.167],[-1.25,0.25]],"v":[[39.047,-34.446],[39.047,-29.196],[43.297,-22.321],[47.297,-15.946],[38.547,-4.704],[45.04,-5.179],[46.133,-12.262],[54.297,-16.321],[46.191,-23.264],[42.797,-30.821],[48.63,-34.154],[45.297,-35.571]]}]},{"t":55}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[91,89,130,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[43.143,54.45]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 42"}],"bounds":{"l":4,"t":17,"b":171,"r":99},"ip":31,"op":54,"st":36},{"ddd":0,"ind":7,"ty":4,"nm":"gotaAzul3","ks":{"o":{"k":100},"r":{"k":31},"p":{"k":[183.127,209.898,0]},"a":{"k":[158.567,64.402,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[1.003,0.154],[0.214,-1.36]],"o":[[-0.997,-0.153],[-0.253,1.604]],"v":[[-2.788,7.056],[-3.283,9.049]]}],"e":[{"i":[[2.396,0.621],[0.038,1.376]],"o":[[-2.819,-0.731],[-0.083,-3.007]],"v":[[0.212,-3.944],[-1.783,3.299]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26,"s":[{"i":[[2.396,0.621],[0.038,1.376]],"o":[[-2.819,-0.731],[-0.083,-3.007]],"v":[[0.212,-3.944],[-1.783,3.299]]}],"e":[{"i":[[3.753,1.347],[0.038,1.376]],"o":[[-3.781,-1.357],[-0.083,-3.007]],"v":[[3.212,-9.944],[0.217,-1.951]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28,"s":[{"i":[[3.753,1.347],[0.038,1.376]],"o":[[-3.781,-1.357],[-0.083,-3.007]],"v":[[3.212,-9.944],[0.217,-1.951]]}],"e":[{"i":[[2.753,2.097],[-0.638,1.22]],"o":[[-2.723,-2.074],[3.997,-7.646]],"v":[[8.462,-16.694],[1.217,-5.951]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[2.753,2.097],[-0.638,1.22]],"o":[[-2.723,-2.074],[3.997,-7.646]],"v":[[8.462,-16.694],[1.217,-5.951]]}],"e":[{"i":[[-0.497,-1.653],[-0.831,1.097]],"o":[[0.378,1.257],[1.247,-1.646]],"v":[[12.462,-17.444],[10.967,-16.951]]}]},{"t":32}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[157.994,65.167]},"a":{"k":[-3.231,8.941]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 8"}],"bounds":{"l":157,"t":37,"b":66,"r":174},"ip":24,"op":32,"st":24},{"ddd":0,"ind":8,"ty":4,"nm":"gotaAzul2","ks":{"o":{"k":100},"r":{"k":-70},"p":{"k":[139.627,239.523,0]},"a":{"k":[56.817,156.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26,"s":[{"i":[[-0.455,1.024],[1.726,1.678]],"o":[[0.512,-1.151],[-2.036,-1.978]],"v":[[5.199,5.726],[5.515,5.777]]}],"e":[{"i":[[-2.293,2.922],[1.93,1.438]],"o":[[2.097,-2.672],[-2.276,-1.696]],"v":[[-11.662,-7.638],[-4.972,-0.799]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28,"s":[{"i":[[-2.293,2.922],[1.93,1.438]],"o":[[2.097,-2.672],[-2.276,-1.696]],"v":[[-11.662,-7.638],[-4.972,-0.799]]}],"e":[{"i":[[-1.353,3.459],[1.447,1.924]],"o":[[1.514,-3.869],[-3.509,-4.665]],"v":[[-19.908,-11.288],[-8.283,-3.318]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[-1.353,3.459],[1.447,1.924]],"o":[[1.514,-3.869],[-3.509,-4.665]],"v":[[-19.908,-11.288],[-8.283,-3.318]]}],"e":[{"i":[[-1.353,3.459],[1.719,1.686]],"o":[[1.514,-3.869],[-3.231,-3.169]],"v":[[-27.512,-11.713],[-19.413,-8.313]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":32,"s":[{"i":[[-1.353,3.459],[1.719,1.686]],"o":[[1.514,-3.869],[-3.231,-3.169]],"v":[[-27.512,-11.713],[-19.413,-8.313]]}],"e":[{"i":[[-0.085,1.237],[1.719,1.686]],"o":[[0.019,-0.664],[-3.231,-3.169]],"v":[[-27.512,-11.713],[-23.664,-10.49]]}]},{"t":33}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[54.06,153.332]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 15"}],"bounds":{"l":26,"t":140,"b":160,"r":61},"ip":26,"op":33,"st":23},{"ddd":0,"ind":9,"ty":4,"nm":"gotaAzul1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[127.127,209.523,0]},"a":{"k":[67.317,146.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[{"i":[[-0.429,2.405],[-0.331,-0.254]],"o":[[0.392,-2.2],[-1.846,-0.281]],"v":[[3.433,3.647],[5.682,3.801]]}],"e":[{"i":[[-0.429,2.405],[1.565,0.239]],"o":[[0.392,-2.2],[-1.846,-0.281]],"v":[[-3.567,-0.103],[2.432,1.801]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[{"i":[[-0.429,2.405],[1.565,0.239]],"o":[[0.392,-2.2],[-1.846,-0.281]],"v":[[-3.567,-0.103],[2.432,1.801]]}],"e":[{"i":[[-0.429,2.405],[1.565,0.239]],"o":[[0.392,-2.2],[-1.846,-0.281]],"v":[[-13.817,-1.853],[-3.568,0.051]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[{"i":[[-0.429,2.405],[1.565,0.239]],"o":[[0.392,-2.2],[-1.846,-0.281]],"v":[[-13.817,-1.853],[-3.568,0.051]]}],"e":[{"i":[[-0.429,2.405],[1.565,0.239]],"o":[[0.392,-2.2],[-1.846,-0.281]],"v":[[-16.317,-0.853],[-13.568,-0.699]]}]},{"t":33}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[69,151,160,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[67.589,144.582]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 17"}],"bounds":{"l":51,"t":142,"b":150,"r":74},"ip":27,"op":33,"st":27},{"ddd":0,"ind":10,"ty":4,"nm":"gotaGris6","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[58.377,211.773,0]},"a":{"k":[3.817,119.62,0]},"s":{"k":[100,130.464,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35,"s":[{"i":[[-0.762,1.413],[-1.792,-0.578],[0.899,0.325]],"o":[[0.302,-0.274],[1.809,0.583],[-0.994,-0.359]],"v":[[7.946,5.219],[12.12,6.109],[14.547,6.943]]}],"e":[{"i":[[-0.333,2.916],[-1.991,-1.413],[0.799,0.524]],"o":[[0.151,-1.327],[2.01,1.426],[-3.551,-2.332]],"v":[[-4.304,-1.105],[0.054,0.183],[3.047,2.727]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37,"s":[{"i":[[-0.333,2.916],[-1.991,-1.413],[0.799,0.524]],"o":[[0.151,-1.327],[2.01,1.426],[-3.551,-2.332]],"v":[[-4.304,-1.105],[0.054,0.183],[3.047,2.727]]}],"e":[{"i":[[-0.268,-1.413],[-1.208,-0.056],[0.414,0.388]],"o":[[0.232,1.078],[1.292,0.04],[-1.835,-1.345]],"v":[[-11.679,-0.434],[-7.489,0.029],[-4.016,0.141]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[{"i":[[-0.268,-1.413],[-1.208,-0.056],[0.414,0.388]],"o":[[0.232,1.078],[1.292,0.04],[-1.835,-1.345]],"v":[[-11.679,-0.434],[-7.489,0.029],[-4.016,0.141]]}],"e":[{"i":[[-2.019,-1.369],[-2.726,1.476],[0.066,0.244]],"o":[[1.668,1.131],[1.649,-0.892],[-0.171,-0.337]],"v":[[-15.521,3.466],[-11.244,1.491],[-8.029,-0.368]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39,"s":[{"i":[[-2.019,-1.369],[-2.726,1.476],[0.066,0.244]],"o":[[1.668,1.131],[1.649,-0.892],[-0.171,-0.337]],"v":[[-15.521,3.466],[-11.244,1.491],[-8.029,-0.368]]}],"e":[{"i":[[-2.019,-1.369],[-0.703,0.877],[0.066,0.244]],"o":[[1.668,1.131],[1.176,-1.468],[-0.171,-0.337]],"v":[[-18.021,7.777],[-15.119,5.515],[-12.154,2.315]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41,"s":[{"i":[[-2.019,-1.369],[-0.703,0.877],[0.066,0.244]],"o":[[1.668,1.131],[1.176,-1.468],[-0.171,-0.337]],"v":[[-18.021,7.777],[-15.119,5.515],[-12.154,2.315]]}],"e":[{"i":[[-1.397,-0.501],[-0.564,0.972],[0.066,0.244]],"o":[[0.824,0.436],[0.547,-0.943],[-0.171,-0.337]],"v":[[-18.646,8.639],[-16.619,7.144],[-15.154,5.285]]}]},{"t":43}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[207,211,174,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[4.887,119.15]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 14"}],"bounds":{"l":-15,"t":117,"b":128,"r":20},"ip":35,"op":43,"st":33},{"ddd":0,"ind":11,"ty":4,"nm":"gotaGris5","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[34.127,147.898,0]},"a":{"k":[15.817,113.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34,"s":[{"i":[[-1.026,0.465],[0.227,0.414]],"o":[[0.843,-0.314],[0.102,-0.086]],"v":[[43.432,35.82],[44.173,38.592]]}],"e":[{"i":[[-4.252,0.85],[-0.109,2.807]],"o":[[3.889,-0.778],[0.227,-5.836]],"v":[[41.807,21.82],[42.298,34.592]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":36,"s":[{"i":[[-4.252,0.85],[-0.109,2.807]],"o":[[3.889,-0.778],[0.227,-5.836]],"v":[[41.807,21.82],[42.298,34.592]]}],"e":[{"i":[[-2.032,0.311],[-0.101,2.807]],"o":[[3.92,-0.6],[0.102,-2.836]],"v":[[42.182,14.945],[42.673,23.342]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[{"i":[[-2.032,0.311],[-0.101,2.807]],"o":[[3.92,-0.6],[0.102,-2.836]],"v":[[42.182,14.945],[42.673,23.342]]}],"e":[{"i":[[-0.782,0.186],[-0.023,0.914]],"o":[[1.256,-0.074],[-0.023,-0.461]],"v":[[42.182,12.82],[42.548,14.717]]}]},{"t":40}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[207,211,174,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[15.415,113.122]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 19"}],"bounds":{"l":55,"t":125,"b":152,"r":60},"ip":34,"op":40,"st":33},{"ddd":0,"ind":12,"ty":4,"nm":"gotaGris3","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[83.377,231.773,0]},"a":{"k":[3.817,119.62,0]},"s":{"k":[100,130.464,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[-0.762,1.413],[-1.792,-0.578],[0.899,0.325]],"o":[[0.302,-0.274],[1.809,0.583],[-0.994,-0.359]],"v":[[7.946,5.219],[12.12,6.109],[14.547,6.943]]}],"e":[{"i":[[-0.333,2.916],[-1.991,-1.413],[0.799,0.524]],"o":[[0.151,-1.327],[2.01,1.426],[-3.551,-2.332]],"v":[[-4.304,-1.105],[0.054,0.183],[3.047,2.727]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":32,"s":[{"i":[[-0.333,2.916],[-1.991,-1.413],[0.799,0.524]],"o":[[0.151,-1.327],[2.01,1.426],[-3.551,-2.332]],"v":[[-4.304,-1.105],[0.054,0.183],[3.047,2.727]]}],"e":[{"i":[[-0.268,-1.413],[-1.208,-0.056],[0.414,0.388]],"o":[[0.232,1.078],[1.292,0.04],[-1.835,-1.345]],"v":[[-11.679,-0.434],[-7.489,0.029],[-4.016,0.141]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[{"i":[[-0.268,-1.413],[-1.208,-0.056],[0.414,0.388]],"o":[[0.232,1.078],[1.292,0.04],[-1.835,-1.345]],"v":[[-11.679,-0.434],[-7.489,0.029],[-4.016,0.141]]}],"e":[{"i":[[-2.019,-1.369],[-2.726,1.476],[0.066,0.244]],"o":[[1.668,1.131],[1.649,-0.892],[-0.171,-0.337]],"v":[[-15.521,3.466],[-11.244,1.491],[-8.029,-0.368]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34,"s":[{"i":[[-2.019,-1.369],[-2.726,1.476],[0.066,0.244]],"o":[[1.668,1.131],[1.649,-0.892],[-0.171,-0.337]],"v":[[-15.521,3.466],[-11.244,1.491],[-8.029,-0.368]]}],"e":[{"i":[[-2.019,-1.369],[-0.703,0.877],[0.066,0.244]],"o":[[1.668,1.131],[1.176,-1.468],[-0.171,-0.337]],"v":[[-18.021,7.777],[-15.119,5.515],[-12.154,2.315]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":36,"s":[{"i":[[-2.019,-1.369],[-0.703,0.877],[0.066,0.244]],"o":[[1.668,1.131],[1.176,-1.468],[-0.171,-0.337]],"v":[[-18.021,7.777],[-15.119,5.515],[-12.154,2.315]]}],"e":[{"i":[[-1.397,-0.501],[-0.564,0.972],[0.066,0.244]],"o":[[0.824,0.436],[0.547,-0.943],[-0.171,-0.337]],"v":[[-18.646,8.639],[-16.619,7.144],[-15.154,5.285]]}]},{"t":38}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[207,211,174,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[4.887,119.15]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 14"}],"bounds":{"l":-15,"t":117,"b":128,"r":20},"ip":30,"op":38,"st":28},{"ddd":0,"ind":13,"ty":4,"nm":"gotaGris2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[59.127,167.898,0]},"a":{"k":[15.817,113.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[{"i":[[-1.026,0.465],[0.227,0.414]],"o":[[0.843,-0.314],[0.102,-0.086]],"v":[[43.432,35.82],[44.173,38.592]]}],"e":[{"i":[[-4.252,0.85],[-0.109,2.807]],"o":[[3.889,-0.778],[0.227,-5.836]],"v":[[41.807,21.82],[42.298,34.592]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[{"i":[[-4.252,0.85],[-0.109,2.807]],"o":[[3.889,-0.778],[0.227,-5.836]],"v":[[41.807,21.82],[42.298,34.592]]}],"e":[{"i":[[-2.032,0.311],[-0.101,2.807]],"o":[[3.92,-0.6],[0.102,-2.836]],"v":[[42.182,14.945],[42.673,23.342]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[{"i":[[-2.032,0.311],[-0.101,2.807]],"o":[[3.92,-0.6],[0.102,-2.836]],"v":[[42.182,14.945],[42.673,23.342]]}],"e":[{"i":[[-0.782,0.186],[-0.023,0.914]],"o":[[1.256,-0.074],[-0.023,-0.461]],"v":[[42.182,12.82],[42.548,14.717]]}]},{"t":35}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[207,211,174,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[15.415,113.122]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 19"}],"bounds":{"l":55,"t":125,"b":152,"r":60},"ip":29,"op":35,"st":28},{"ddd":0,"ind":14,"ty":4,"nm":"gotaGris4","ks":{"o":{"k":100},"r":{"k":132},"p":{"k":[139.502,224.523,0]},"a":{"k":[121.017,32.043,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":27,"s":[{"i":[[1.069,-1.904],[3.166,0.708]],"o":[[-1.195,2.13],[-0.793,-0.233]],"v":[[4.681,4.064],[9.043,6.644]]}],"e":[{"i":[[2.279,-4.945],[3.207,0.487]],"o":[[-2.681,5.818],[-7.007,-1.066]],"v":[[-8.319,-1.436],[7.793,5.894]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":30,"s":[{"i":[[2.279,-4.945],[3.207,0.487]],"o":[[-2.681,5.818],[-7.007,-1.066]],"v":[[-8.319,-1.436],[7.793,5.894]]}],"e":[{"i":[[4.866,-2.442],[2.202,2.382]],"o":[[-5.725,2.873],[-4.81,-5.205]],"v":[[-7.689,-20.584],[0.328,-4.803]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":33,"s":[{"i":[[4.866,-2.442],[2.202,2.382]],"o":[[-5.725,2.873],[-4.81,-5.205]],"v":[[-7.689,-20.584],[0.328,-4.803]]}],"e":[{"i":[[5.434,-0.35],[1.661,2.786]],"o":[[-4.657,0.3],[-3.63,-6.087]],"v":[[-4.829,-30.021],[-3.11,-19.092]]}]},{"t":35}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[207,211,174,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[114.44,29.594]},"a":{"k":[0.5,3.375]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 9"}],"bounds":{"l":105,"t":-4,"b":34,"r":124},"ip":27,"op":35,"st":27},{"ddd":0,"ind":15,"ty":4,"nm":"manchaGris","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28,"s":[{"i":[[-5.211,-2.443],[-0.453,-6.251],[-0.528,-2.354],[3.103,-1.266],[-0.032,-2.98],[-4.042,0.696],[-3.41,0.321],[-0.337,1.771],[-1.957,4.718],[5.745,1.311],[10.53,-8.011],[0.915,-0.19]],"o":[[6.599,3.094],[0.304,4.198],[0.653,2.911],[-4.034,1.645],[1.029,4.295],[4.84,-0.752],[3.529,-0.332],[1.041,-5.465],[0.685,-1.652],[-8.236,-1.879],[-3.303,2.513],[-4.095,1.604]],"v":[[39.5,12.601],[35.863,19.946],[39.695,23.748],[37.064,31.159],[30.638,33.848],[41.146,37.484],[47.886,36.179],[54.529,33.204],[47.774,25.947],[52.871,14.008],[41.97,6.131],[34.012,7.29]]}],"e":[{"i":[[2.964,-7.494],[4.31,-3.508],[3.348,-9.606],[9.744,-2.487],[13.916,-6.871],[-4.244,0.039],[-3.536,-0.247],[-0.64,1.806],[-2.784,4.628],[11.95,-1.524],[10.066,-3.197],[2.777,0.757]],"o":[[-2.845,7.195],[-6.408,5.216],[-2.415,6.928],[-4.376,1.117],[-3.158,6.453],[5.069,0.039],[3.659,0.256],[1.973,-5.57],[0.975,-1.62],[-3.567,0.455],[-3.45,1.096],[-10.676,0.757]],"v":[[15.913,-0.113],[21.028,10.392],[3.582,9.213],[9.015,19.694],[10.534,29.941],[28.694,34.755],[45.625,34.539],[54.976,32.549],[45.145,23.489],[48.717,11.804],[48.595,1.722],[35.643,2.594]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[{"i":[[2.964,-7.494],[4.31,-3.508],[3.348,-9.606],[9.744,-2.487],[13.916,-6.871],[-4.244,0.039],[-3.536,-0.247],[-0.64,1.806],[-2.784,4.628],[11.95,-1.524],[10.066,-3.197],[2.777,0.757]],"o":[[-2.845,7.195],[-6.408,5.216],[-2.415,6.928],[-4.376,1.117],[-3.158,6.453],[5.069,0.039],[3.659,0.256],[1.973,-5.57],[0.975,-1.62],[-3.567,0.455],[-3.45,1.096],[-10.676,0.757]],"v":[[15.913,-0.113],[21.028,10.392],[3.582,9.213],[9.015,19.694],[10.534,29.941],[28.694,34.755],[45.625,34.539],[54.976,32.549],[45.145,23.489],[48.717,11.804],[48.595,1.722],[35.643,2.594]]}],"e":[{"i":[[5.155,-3.047],[5.212,-0.204],[7.923,-5.23],[3.279,-4.611],[-2.202,-4.417],[-10.318,-5.268],[-2.768,-0.176],[-0.691,1.722],[-2.877,4.367],[11.377,4.579],[8.132,-1.291],[14.802,6.277]],"o":[[-3.355,2.148],[-2.82,0.409],[-4.261,2.936],[-2.32,3.649],[3.056,5.45],[10.85,5.539],[3.537,0.225],[2.132,-5.312],[1.007,-1.529],[-3.199,-1.288],[-3.976,1.043],[-14.88,-7.889]],"v":[[-5.31,-16.764],[-9.013,-4.862],[-20.995,-13.522],[-22.356,-4.954],[-24.46,2.691],[3.134,26.335],[34.322,34.239],[49.415,32.635],[43.004,23.581],[47.38,12.434],[45.898,0.64],[17.52,-2.413]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[{"i":[[5.155,-3.047],[5.212,-0.204],[7.923,-5.23],[3.279,-4.611],[-2.202,-4.417],[-10.318,-5.268],[-2.768,-0.176],[-0.691,1.722],[-2.877,4.367],[11.377,4.579],[8.132,-1.291],[14.802,6.277]],"o":[[-3.355,2.148],[-2.82,0.409],[-4.261,2.936],[-2.32,3.649],[3.056,5.45],[10.85,5.539],[3.537,0.225],[2.132,-5.312],[1.007,-1.529],[-3.199,-1.288],[-3.976,1.043],[-14.88,-7.889]],"v":[[-5.31,-16.764],[-9.013,-4.862],[-20.995,-13.522],[-22.356,-4.954],[-24.46,2.691],[3.134,26.335],[34.322,34.239],[49.415,32.635],[43.004,23.581],[47.38,12.434],[45.898,0.64],[17.52,-2.413]]}],"e":[{"i":[[1.93,-0.431],[3.793,-0.097],[4.362,-1.309],[1.81,-0.938],[-0.725,-3.901],[-7.148,-6.169],[-3.486,4.386],[-0.622,1.752],[-2.708,4.492],[-2.87,-0.259],[-0.086,4.254],[11.76,14.7]],"o":[[-3.682,0.822],[-2.459,0.063],[-4.898,1.47],[-3.916,2.029],[4.477,18.676],[6.44,5.728],[3.261,-4.102],[1.919,-5.406],[0.948,-1.572],[4.754,0.429],[0.167,-8.247],[-8.371,-10.128]],"v":[[-9.38,-36.675],[-17.49,-29.066],[-23.387,-35.382],[-29.175,-24.176],[-39.776,-31.817],[-16.072,11.131],[12.98,28.507],[12.009,17.783],[23.585,17.783],[19.51,6.959],[36,0.796],[8.806,-12.324]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":36,"s":[{"i":[[1.93,-0.431],[3.793,-0.097],[4.362,-1.309],[1.81,-0.938],[-0.725,-3.901],[-7.148,-6.169],[-3.486,4.386],[-0.622,1.752],[-2.708,4.492],[-2.87,-0.259],[-0.086,4.254],[11.76,14.7]],"o":[[-3.682,0.822],[-2.459,0.063],[-4.898,1.47],[-3.916,2.029],[4.477,18.676],[6.44,5.728],[3.261,-4.102],[1.919,-5.406],[0.948,-1.572],[4.754,0.429],[0.167,-8.247],[-8.371,-10.128]],"v":[[-9.38,-36.675],[-17.49,-29.066],[-23.387,-35.382],[-29.175,-24.176],[-39.776,-31.817],[-16.072,11.131],[12.98,28.507],[12.009,17.783],[23.585,17.783],[19.51,6.959],[36,0.796],[8.806,-12.324]]}],"e":[{"i":[[2.133,-0.303],[4.14,0.182],[4.846,-1.032],[2.038,-0.837],[1.695,-9.519],[-17.534,-23.237],[-4.11,4.286],[-0.802,1.77],[-0.64,5.167],[-2.315,2.076],[-0.026,4.42],[13.054,13.503]],"o":[[-4.071,0.578],[-2.684,-0.118],[-5.441,1.159],[-4.41,1.811],[1.127,6.866],[6.613,6.415],[3.844,-4.008],[2.474,-5.459],[0.615,-4.959],[2.991,-2.682],[0.035,-5.891],[-10.214,-16.896]],"v":[[-7.23,-41.334],[-16.771,-35.679],[-24.999,-42.009],[-31.496,-31.594],[-40.916,-39.385],[-19.46,6.256],[14.038,25.828],[8.311,13.463],[21.126,11.377],[16.885,4.126],[30.482,0.793],[5.963,-15.618]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[{"i":[[2.133,-0.303],[4.14,0.182],[4.846,-1.032],[2.038,-0.837],[1.695,-9.519],[-17.534,-23.237],[-4.11,4.286],[-0.802,1.77],[-0.64,5.167],[-2.315,2.076],[-0.026,4.42],[13.054,13.503]],"o":[[-4.071,0.578],[-2.684,-0.118],[-5.441,1.159],[-4.41,1.811],[1.127,6.866],[6.613,6.415],[3.844,-4.008],[2.474,-5.459],[0.615,-4.959],[2.991,-2.682],[0.035,-5.891],[-10.214,-16.896]],"v":[[-7.23,-41.334],[-16.771,-35.679],[-24.999,-42.009],[-31.496,-31.594],[-40.916,-39.385],[-19.46,6.256],[14.038,25.828],[8.311,13.463],[21.126,11.377],[16.885,4.126],[30.482,0.793],[5.963,-15.618]]}],"e":[{"i":[[4.511,-4.934],[3.749,-0.131],[4.3,-1.302],[3.506,2.094],[5.807,-5.158],[0.246,-12.568],[-2.545,-7.046],[-2.929,2.547],[-1.005,1.099],[-6.13,2.896],[-6.573,0.854],[3.015,4.474]],"o":[[-5.777,4.887],[-2.431,0.085],[-4.828,1.462],[-3.318,-1.818],[-2.792,2.377],[0.236,3.825],[2.598,4.472],[3.668,-2.561],[3.547,-4.237],[4.87,-15.604],[5.286,-0.392],[-2.764,-7.273]],"v":[[-2.174,-67.041],[-11.928,-67.773],[-15.613,-63.466],[-17.029,-78.487],[-31.689,-72.693],[-38.33,-39.908],[-33.293,-10.058],[-16.904,5.346],[-22.38,-6.869],[-8.703,-6.003],[4.699,-10.341],[-1.794,-37.741]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39,"s":[{"i":[[4.511,-4.934],[3.749,-0.131],[4.3,-1.302],[3.506,2.094],[5.807,-5.158],[0.246,-12.568],[-2.545,-7.046],[-2.929,2.547],[-1.005,1.099],[-6.13,2.896],[-6.573,0.854],[3.015,4.474]],"o":[[-5.777,4.887],[-2.431,0.085],[-4.828,1.462],[-3.318,-1.818],[-2.792,2.377],[0.236,3.825],[2.598,4.472],[3.668,-2.561],[3.547,-4.237],[4.87,-15.604],[5.286,-0.392],[-2.764,-7.273]],"v":[[-2.174,-67.041],[-11.928,-67.773],[-15.613,-63.466],[-17.029,-78.487],[-31.689,-72.693],[-38.33,-39.908],[-33.293,-10.058],[-16.904,5.346],[-22.38,-6.869],[-8.703,-6.003],[4.699,-10.341],[-1.794,-37.741]]}],"e":[{"i":[[4.511,-4.934],[3.749,-0.131],[4.3,-1.302],[3.506,2.094],[5.807,-5.158],[0.246,-12.568],[-2.545,-7.046],[-6.929,0.047],[-1.005,1.099],[-6.13,2.896],[-6.573,0.854],[3.015,4.474]],"o":[[-5.777,4.887],[-2.431,0.085],[-4.828,1.462],[-3.318,-1.818],[-2.792,2.377],[0.236,3.825],[2.598,4.472],[3.668,-2.561],[7.41,-4.073],[4.87,-15.604],[5.286,-0.392],[-2.764,-7.273]],"v":[[-2.174,-67.041],[-11.928,-67.773],[-15.613,-63.466],[-17.029,-78.487],[-31.689,-72.693],[-38.33,-39.908],[-32.793,-16.058],[-23.904,-0.654],[-24.38,-17.869],[-12.203,-13.503],[2.699,-15.841],[-1.794,-37.741]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[{"i":[[4.511,-4.934],[3.749,-0.131],[4.3,-1.302],[3.506,2.094],[5.807,-5.158],[0.246,-12.568],[-2.545,-7.046],[-6.929,0.047],[-1.005,1.099],[-6.13,2.896],[-6.573,0.854],[3.015,4.474]],"o":[[-5.777,4.887],[-2.431,0.085],[-4.828,1.462],[-3.318,-1.818],[-2.792,2.377],[0.236,3.825],[2.598,4.472],[3.668,-2.561],[7.41,-4.073],[4.87,-15.604],[5.286,-0.392],[-2.764,-7.273]],"v":[[-2.174,-67.041],[-11.928,-67.773],[-15.613,-63.466],[-17.029,-78.487],[-31.689,-72.693],[-38.33,-39.908],[-32.793,-16.058],[-23.904,-0.654],[-24.38,-17.869],[-12.203,-13.503],[2.699,-15.841],[-1.794,-37.741]]}],"e":[{"i":[[5.169,-4.24],[3.729,0.405],[4.442,-0.675],[3.172,2.572],[6.484,-4.277],[2.037,-12.404],[1.261,-8.285],[-6.865,-0.942],[-1.151,0.945],[-7.254,5.248],[-6.628,-0.092],[2.345,4.859]],"o":[[-6.416,4.013],[-2.418,-0.263],[-4.988,0.758],[-3.024,-2.273],[-3.102,1.954],[0.339,-2.389],[1.934,4.797],[3.996,-2.011],[7.916,-2.974],[7.246,-24.752],[5.288,0.366],[-1.697,-7.593]],"v":[[-0.514,-69.914],[-10.063,-72.03],[-14.325,-68.293],[-13.584,-83.363],[-28.92,-79.719],[-36.172,-65.218],[-39.594,-36.321],[-32.994,-22.307],[-30.508,-38.414],[-19.079,-28.855],[-2.996,-27.043],[-5.319,-57.36]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[{"i":[[5.169,-4.24],[3.729,0.405],[4.442,-0.675],[3.172,2.572],[6.484,-4.277],[2.037,-12.404],[1.261,-8.285],[-6.865,-0.942],[-1.151,0.945],[-7.254,5.248],[-6.628,-0.092],[2.345,4.859]],"o":[[-6.416,4.013],[-2.418,-0.263],[-4.988,0.758],[-3.024,-2.273],[-3.102,1.954],[0.339,-2.389],[1.934,4.797],[3.996,-2.011],[7.916,-2.974],[7.246,-24.752],[5.288,0.366],[-1.697,-7.593]],"v":[[-0.514,-69.914],[-10.063,-72.03],[-14.325,-68.293],[-13.584,-83.363],[-28.92,-79.719],[-36.172,-65.218],[-39.594,-36.321],[-32.994,-22.307],[-30.508,-38.414],[-19.079,-28.855],[-2.996,-27.043],[-5.319,-57.36]]}],"e":[{"i":[[5.169,-4.24],[3.729,0.405],[4.442,-0.675],[3.172,2.572],[6.484,-4.277],[2.339,-4.889],[1.261,-7.285],[-6.865,-0.942],[-1.151,0.945],[-7.254,5.248],[-6.628,-0.092],[2.345,4.859]],"o":[[-6.416,4.013],[-2.418,-0.263],[-4.988,0.758],[-3.024,-2.273],[-3.102,1.954],[0.339,-2.389],[-0.239,6.215],[3.996,-2.011],[7.916,-2.974],[7.246,-24.752],[5.288,0.366],[-1.697,-7.593]],"v":[[-0.514,-69.914],[-10.063,-72.03],[-7.825,-82.793],[-13.584,-83.363],[-28.92,-79.719],[-33.672,-74.718],[-39.094,-55.821],[-36.494,-41.807],[-30.008,-53.414],[-19.579,-41.355],[-5.496,-40.543],[-5.319,-57.36]]}]},{"t":44}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[207,211,174,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[46.273,142.485]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 32"}],"bounds":{"l":5,"t":58,"b":181,"r":102},"ip":28,"op":43,"st":30},{"ddd":0,"ind":16,"ty":4,"nm":"manchaAzul 5","ks":{"o":{"k":100},"r":{"k":-28},"p":{"k":[-10.123,170.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0.04,-0.183],[-0.051,0.174]],"o":[[-0.084,0.163],[0.084,-0.285]],"v":[[-57.803,-24.394],[-57.317,-24.258]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[88.107,171.712]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":0}}],"nm":"Group 21"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-0.094,-0.156],[-0.339,-0.267],[0.138,0.109],[0.2,0.332]],"o":[[0.228,0.378],[0.139,0.11],[-0.298,-0.235],[-0.094,-0.156]],"v":[[-47.751,-25.357],[-46.902,-24.396],[-46.774,-24.644],[-47.52,-25.498]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[76.944,171.413]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":0}}],"nm":"Group 22"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":44,"s":[{"i":[[-0.264,-0.147],[-2.124,3.807],[4.137,4.027],[0.269,-6.566]],"o":[[-0.014,0.103],[5.754,-10.311],[-3.296,-3.208],[-0.402,9.818]],"v":[[-63.632,-29.007],[-60.751,-54.312],[-53.845,-76.276],[-65.848,-56.192]]}],"e":[{"i":[[-0.264,-0.147],[-2.442,3.611],[2.601,4.841],[1.348,-5.182]],"o":[[-0.014,0.103],[3.252,-4.81],[-3.051,-5.679],[-2.475,9.51]],"v":[[-63.235,-55.726],[-55.001,-69.813],[-44.948,-80.944],[-58.848,-72.442]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":46,"s":[{"i":[[-0.264,-0.147],[-2.442,3.611],[2.601,4.841],[1.348,-5.182]],"o":[[-0.014,0.103],[3.252,-4.81],[-3.051,-5.679],[-2.475,9.51]],"v":[[-63.235,-55.726],[-55.001,-69.813],[-44.948,-80.944],[-58.848,-72.442]]}],"e":[{"i":[[-0.264,-0.147],[-4.011,1.707],[-2,5.118],[5.182,-2.801]],"o":[[-0.014,0.103],[4.252,-1.81],[0.949,-2.429],[-2.902,1.568]],"v":[[-55.735,-70.226],[-49.251,-73.813],[-38.198,-73.944],[-50.598,-76.192]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":49.333,"s":[{"i":[[-0.264,-0.147],[-4.011,1.707],[-2,5.118],[5.182,-2.801]],"o":[[-0.014,0.103],[4.252,-1.81],[0.949,-2.429],[-2.902,1.568]],"v":[[-55.735,-70.226],[-49.251,-73.813],[-38.198,-73.944],[-50.598,-76.192]]}],"e":[{"i":[[-0.264,-0.147],[-4.337,-0.437],[-2,5.118],[8.691,-1.621]],"o":[[-0.014,0.103],[7.015,0.706],[0.949,-2.429],[-3.243,0.605]],"v":[[-55.735,-70.226],[-46.016,-74.118],[-31.808,-68.848],[-46.907,-76.172]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":51,"s":[{"i":[[-0.264,-0.147],[-4.337,-0.437],[-2,5.118],[8.691,-1.621]],"o":[[-0.014,0.103],[7.015,0.706],[0.949,-2.429],[-3.243,0.605]],"v":[[-55.735,-70.226],[-46.016,-74.118],[-31.808,-68.848],[-46.907,-76.172]]}],"e":[{"i":[[-0.264,-0.147],[-3.377,-3.395],[-2.188,3.251],[6.336,6.165]],"o":[[-0.014,0.103],[3.175,3.192],[1.456,-2.163],[-3.087,-3.003]],"v":[[-43.718,-72.652],[-34.207,-62.559],[-22.212,-51.865],[-33.919,-66.656]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":53,"s":[{"i":[[-0.264,-0.147],[-3.377,-3.395],[-2.188,3.251],[6.336,6.165]],"o":[[-0.014,0.103],[3.175,3.192],[1.456,-2.163],[-3.087,-3.003]],"v":[[-43.718,-72.652],[-34.207,-62.559],[-22.212,-51.865],[-33.919,-66.656]]}],"e":[{"i":[[-0.099,-0.087],[-1.123,-1.762],[-1.236,1.182],[2.126,3.219]],"o":[[-0.016,0.043],[1.056,1.657],[0.822,-0.786],[-1.036,-1.568]],"v":[[-19.336,-40.837],[-16.223,-35.648],[-12.107,-29.97],[-15.718,-37.367]]}]},{"t":55}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[97.44,158.252]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 34"}],"bounds":{"l":29,"t":75,"b":148,"r":86},"ip":44,"op":55,"st":24},{"ddd":0,"ind":17,"ty":4,"nm":"manchaAzul 3","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0.04,-0.183],[-0.051,0.174]],"o":[[-0.084,0.163],[0.084,-0.285]],"v":[[-57.803,-24.394],[-57.317,-24.258]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[88.107,171.712]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 21"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-0.094,-0.156],[-0.339,-0.267],[0.138,0.109],[0.2,0.332]],"o":[[0.228,0.378],[0.139,0.11],[-0.298,-0.235],[-0.094,-0.156]],"v":[[-47.751,-25.357],[-46.902,-24.396],[-46.774,-24.644],[-47.52,-25.498]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[76.944,171.413]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 22"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":44,"s":[{"i":[[-0.264,-0.147],[-1.271,4.17],[5.699,1.571],[0.269,-6.566]],"o":[[-0.014,0.103],[3.752,-12.31],[-4.434,-1.222],[-0.402,9.818]],"v":[[-62.235,-40.226],[-61.751,-54.063],[-59.198,-75.694],[-65.848,-56.192]]}],"e":[{"i":[[-0.264,-0.147],[-2.442,3.611],[2.601,4.841],[1.348,-5.182]],"o":[[-0.014,0.103],[3.252,-4.81],[-3.051,-5.679],[-2.475,9.51]],"v":[[-63.235,-55.726],[-55.001,-69.813],[-44.948,-80.944],[-58.848,-72.442]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":46.667,"s":[{"i":[[-0.264,-0.147],[-2.442,3.611],[2.601,4.841],[1.348,-5.182]],"o":[[-0.014,0.103],[3.252,-4.81],[-3.051,-5.679],[-2.475,9.51]],"v":[[-63.235,-55.726],[-55.001,-69.813],[-44.948,-80.944],[-58.848,-72.442]]}],"e":[{"i":[[-0.264,-0.147],[-4.011,1.707],[-2,5.118],[5.182,-2.801]],"o":[[-0.014,0.103],[4.252,-1.81],[0.949,-2.429],[-2.902,1.568]],"v":[[-55.735,-70.226],[-49.251,-73.813],[-38.198,-73.944],[-50.598,-76.192]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":49.333,"s":[{"i":[[-0.264,-0.147],[-4.011,1.707],[-2,5.118],[5.182,-2.801]],"o":[[-0.014,0.103],[4.252,-1.81],[0.949,-2.429],[-2.902,1.568]],"v":[[-55.735,-70.226],[-49.251,-73.813],[-38.198,-73.944],[-50.598,-76.192]]}],"e":[{"i":[[0.008,-0.073],[-0.388,-0.469],[-0.509,0.473],[0.656,0.599]],"o":[[-0.019,0.025],[0.541,0.653],[0.497,-0.462],[-0.332,-0.304]],"v":[[-37.859,-66.821],[-37.194,-65.777],[-36.432,-64.358],[-36.864,-66.576]]}]},{"t":52}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[97.44,158.252]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 34"}],"bounds":{"l":29,"t":75,"b":148,"r":62},"ip":44,"op":52,"st":24},{"ddd":0,"ind":18,"ty":4,"nm":"manchaAzul 2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[{"i":[[0.193,-0.895],[-0.251,0.852]],"o":[[-0.408,0.798],[0.41,-1.391]],"v":[[-53.124,-18.344],[-50.752,-17.68]]}],"e":[{"i":[[0.04,-0.183],[-0.051,0.174]],"o":[[-0.084,0.163],[0.084,-0.285]],"v":[[-57.803,-24.394],[-57.317,-24.258]]}]},{"t":44}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[88.107,171.712]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":0}}],"nm":"Group 21"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[{"i":[[-0.458,-0.76],[-1.656,-1.304],[0.674,0.531],[0.977,1.621]],"o":[[1.112,1.846],[0.68,0.536],[-1.456,-1.148],[-0.458,-0.759]],"v":[[-47.387,-24.208],[-43.244,-19.515],[-42.617,-20.724],[-46.26,-24.894]]}],"e":[{"i":[[-0.094,-0.156],[-0.339,-0.267],[0.138,0.109],[0.2,0.332]],"o":[[0.228,0.378],[0.139,0.11],[-0.298,-0.235],[-0.094,-0.156]],"v":[[-47.751,-25.357],[-46.902,-24.396],[-46.774,-24.644],[-47.52,-25.498]]}]},{"t":44}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[76.944,171.413]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":0}}],"nm":"Group 22"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[{"i":[[-1.514,2.603],[-3.887,5.927],[0.803,5.402],[5.106,10.685],[1.877,-3.935],[3.449,-3.554],[6.598,-5.682],[-0.203,-5.986],[-3.867,-1.329]],"o":[[-0.346,-3.232],[2.113,-6.323],[-0.948,-5.974],[-4.787,-10.018],[-6.141,12.875],[-3.203,3.301],[-1.539,1.325],[-0.541,3.254],[5.57,2.381]],"v":[[-35.235,-4.976],[-44.862,-13.3],[-25.738,-17.197],[-42.462,-28.855],[-55.876,-39.438],[-67.698,-31.569],[-68.848,-17.442],[-76.406,-17.268],[-58.657,0.194]]}],"e":[{"i":[[-3.889,4.353],[-1.262,3.552],[0.609,4.167],[2.232,6.19],[2.814,6.503],[-4.301,-7.866],[2.723,-4.307],[-0.344,-10.355],[-5.467,-7.442]],"o":[[2.111,-5.897],[-1.564,-5.683],[-0.48,-5.075],[-1.537,-7.268],[-4.686,-5.247],[3.199,8.134],[-3.527,7.193],[0.808,3.949],[4.533,6.308]],"v":[[-44.86,1.774],[-47.237,-14.3],[-39.238,-26.447],[-50.337,-31.605],[-54.064,-49.876],[-63.948,-47.507],[-72.973,-38.817],[-82.156,-29.768],[-72.532,-13.181]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":43,"s":[{"i":[[-3.889,4.353],[-1.262,3.552],[0.609,4.167],[2.232,6.19],[2.814,6.503],[-4.301,-7.866],[2.723,-4.307],[-0.344,-10.355],[-5.467,-7.442]],"o":[[2.111,-5.897],[-1.564,-5.683],[-0.48,-5.075],[-1.537,-7.268],[-4.686,-5.247],[3.199,8.134],[-3.527,7.193],[0.808,3.949],[4.533,6.308]],"v":[[-44.86,1.774],[-47.237,-14.3],[-39.238,-26.447],[-50.337,-31.605],[-54.064,-49.876],[-63.948,-47.507],[-72.973,-38.817],[-82.156,-29.768],[-72.532,-13.181]]}],"e":[{"i":[[-0.264,-0.147],[1.363,1.177],[0.416,2.932],[-0.643,1.695],[1.533,4.081],[1.949,-2.929],[1.098,-5.432],[-1.594,-7.605],[-4.842,-3.317]],"o":[[-0.014,0.103],[-5.241,-5.043],[-0.012,-4.176],[1.713,-4.518],[-4.248,-11.31],[-2.548,3.829],[-0.402,1.99],[2.156,4.645],[5.57,2.381]],"v":[[-42.985,-7.976],[-49.612,-15.3],[-56.738,-29.197],[-55.212,-39.355],[-54.251,-54.313],[-70.198,-53.944],[-73.598,-41.692],[-71.406,-27.768],[-62.907,-16.556]]}]},{"t":44}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[97.44,158.252]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 34"}],"bounds":{"l":15,"t":98,"b":161,"r":72},"ip":42,"op":44,"st":24},{"ddd":0,"ind":19,"ty":4,"nm":"manchaAzul","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[-0.199,0.232],[0.199,-0.232]],"o":[[0.199,-0.232],[-0.199,0.232]],"v":[[56.93,-18.589],[56.571,-18.898]]}],"e":[{"i":[[-0.553,0.182],[0.553,-0.182]],"o":[[0.553,-0.182],[-0.553,0.182]],"v":[[42.185,-5.897],[41.903,-6.754]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[-0.553,0.182],[0.553,-0.182]],"o":[[0.553,-0.182],[-0.553,0.182]],"v":[[42.185,-5.897],[41.903,-6.754]]}],"e":[{"i":[[-1.512,0.497],[1.512,-0.497]],"o":[[1.512,-0.497],[-1.512,0.497]],"v":[[41.226,-3.374],[40.456,-5.718]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[{"i":[[-1.512,0.497],[1.512,-0.497]],"o":[[1.512,-0.497],[-1.512,0.497]],"v":[[41.226,-3.374],[40.456,-5.718]]}],"e":[{"i":[[-1.881,0.453],[1.881,-0.453]],"o":[[1.881,-0.453],[-1.881,0.453]],"v":[[37.796,-3.16],[37.093,-6.076]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[-1.881,0.453],[1.881,-0.453]],"o":[[1.881,-0.453],[-1.881,0.453]],"v":[[37.796,-3.16],[37.093,-6.076]]}],"e":[{"i":[[-1.888,0.423],[1.888,-0.423]],"o":[[1.888,-0.423],[-1.888,0.423]],"v":[[32.175,-0.762],[31.52,-3.689]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":32,"s":[{"i":[[-1.888,0.423],[1.888,-0.423]],"o":[[1.888,-0.423],[-1.888,0.423]],"v":[[32.175,-0.762],[31.52,-3.689]]}],"e":[{"i":[[-1.881,0.452],[1.882,-0.452]],"o":[[1.881,-0.452],[-1.882,0.452]],"v":[[24.675,-2.399],[23.975,-5.316]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35,"s":[{"i":[[-1.881,0.452],[1.882,-0.452]],"o":[[1.881,-0.452],[-1.882,0.452]],"v":[[24.675,-2.399],[23.975,-5.316]]}],"e":[{"i":[[-1.931,0.125],[1.931,-0.125]],"o":[[1.931,-0.125],[-1.931,0.125]],"v":[[12.179,0.891],[11.986,-2.103]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[{"i":[[-1.931,0.125],[1.931,-0.125]],"o":[[1.931,-0.125],[-1.931,0.125]],"v":[[12.179,0.891],[11.986,-2.103]]}],"e":[{"i":[[-1.932,-0.11],[1.932,0.11]],"o":[[1.932,0.11],[-1.932,-0.11]],"v":[[5.357,1.95],[5.529,-1.045]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[{"i":[[-1.932,-0.11],[1.932,0.11]],"o":[[1.932,0.11],[-1.932,-0.11]],"v":[[5.357,1.95],[5.529,-1.045]]}],"e":[{"i":[[-1.181,-0.483],[1.181,0.483]],"o":[[1.181,0.483],[-1.181,-0.483]],"v":[[-24.077,-5.841],[-23.328,-7.673]]}]},{"t":42}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[88.107,171.712]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 21"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[-0.246,0.181],[-0.399,0.624],[0.163,-0.254],[0.525,-0.385]],"o":[[0.598,-0.439],[0.164,-0.257],[-0.351,0.549],[-0.246,0.181]],"v":[[66.143,-16.206],[67.628,-17.797],[67.2,-18],[65.879,-16.6]]}],"e":[{"i":[[-0.579,0.053],[-1.264,0.626],[0.515,-0.255],[1.235,-0.113]],"o":[[1.406,-0.128],[0.52,-0.257],[-1.113,0.551],[-0.579,0.053]],"v":[[48.119,-4.115],[52.104,-5.251],[51.604,-6.002],[48.075,-5.016]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[-0.579,0.053],[-1.264,0.626],[0.515,-0.255],[1.235,-0.113]],"o":[[1.406,-0.128],[0.52,-0.257],[-1.113,0.551],[-0.579,0.053]],"v":[[48.119,-4.115],[52.104,-5.251],[51.604,-6.002],[48.075,-5.016]]}],"e":[{"i":[[-1.584,0.144],[-3.458,1.713],[1.409,-0.697],[3.378,-0.308]],"o":[[3.846,-0.35],[1.421,-0.704],[-3.043,1.506],[-1.582,0.144]],"v":[[38.089,0.981],[48.987,-2.126],[47.621,-4.181],[37.97,-1.484]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[{"i":[[-1.584,0.144],[-3.458,1.713],[1.409,-0.697],[3.378,-0.308]],"o":[[3.846,-0.35],[1.421,-0.704],[-3.043,1.506],[-1.582,0.144]],"v":[[38.089,0.981],[48.987,-2.126],[47.621,-4.181],[37.97,-1.484]]}],"e":[{"i":[[-1.934,0.019],[-4.359,1.736],[1.776,-0.706],[4.124,-0.041]],"o":[[4.696,-0.046],[1.792,-0.714],[-3.836,1.526],[-1.932,0.019]],"v":[[31.228,0.649],[44.743,-2.045],[43.289,-4.67],[31.326,-2.35]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[-1.934,0.019],[-4.359,1.736],[1.776,-0.706],[4.124,-0.041]],"o":[[4.696,-0.046],[1.792,-0.714],[-3.836,1.526],[-1.932,0.019]],"v":[[31.228,0.649],[44.743,-2.045],[43.289,-4.67],[31.326,-2.35]]}],"e":[{"i":[[-1.934,-0.012],[-4.387,1.666],[1.787,-0.678],[4.124,0.026]],"o":[[4.696,0.029],[1.803,-0.685],[-3.86,1.464],[-1.932,-0.012]],"v":[[25.553,2.761],[39.11,0.285],[37.699,-2.363],[25.699,-0.236]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":32,"s":[{"i":[[-1.934,-0.012],[-4.387,1.666],[1.787,-0.678],[4.124,0.026]],"o":[[4.696,0.029],[1.803,-0.685],[-3.86,1.464],[-1.932,-0.012]],"v":[[25.553,2.761],[39.11,0.285],[37.699,-2.363],[25.699,-0.236]]}],"e":[{"i":[[-1.934,0.018],[-4.361,1.733],[1.776,-0.705],[4.124,-0.038]],"o":[[4.696,-0.043],[1.792,-0.712],[-3.837,1.523],[-1.932,0.018]],"v":[[18.105,1.397],[31.621,-1.287],[30.17,-3.914],[18.205,-1.602]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35,"s":[{"i":[[-1.934,0.018],[-4.361,1.733],[1.776,-0.705],[4.124,-0.038]],"o":[[4.696,-0.043],[1.792,-0.712],[-3.837,1.523],[-1.932,0.018]],"v":[[18.105,1.397],[31.621,-1.287],[30.17,-3.914],[18.205,-1.602]]}],"e":[{"i":[[-1.909,-0.312],[-4.592,0.965],[1.871,-0.392],[4.07,0.666]],"o":[[4.634,0.758],[1.887,-0.396],[-4.041,0.847],[-1.907,-0.312]],"v":[[5.272,1.614],[19.048,1.272],[18.066,-1.563],[5.882,-1.325]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[{"i":[[-1.909,-0.312],[-4.592,0.965],[1.871,-0.392],[4.07,0.666]],"o":[[4.634,0.758],[1.887,-0.396],[-4.041,0.847],[-1.907,-0.312]],"v":[[5.272,1.614],[19.048,1.272],[18.066,-1.563],[5.882,-1.325]]}],"e":[{"i":[[-1.857,-0.541],[-4.675,0.4],[1.904,-0.162],[3.96,1.154]],"o":[[4.508,1.315],[1.922,-0.165],[-4.114,0.351],[-1.855,-0.541]],"v":[[-1.468,0.478],[12.249,1.81],[11.617,-1.124],[-0.506,-2.365]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[{"i":[[-1.857,-0.541],[-4.675,0.4],[1.904,-0.162],[3.96,1.154]],"o":[[4.508,1.315],[1.922,-0.165],[-4.114,0.351],[-1.855,-0.541]],"v":[[-1.468,0.478],[12.249,1.81],[11.617,-1.124],[-0.506,-2.365]]}],"e":[{"i":[[-1.042,-0.736],[-3.002,-0.752],[1.223,0.307],[2.223,1.569]],"o":[[2.53,1.786],[1.234,0.309],[-2.641,-0.663],[-1.041,-0.735]],"v":[[-23.755,-10.503],[-15.484,-6.732],[-15.249,-8.697],[-22.545,-12.07]]}]},{"t":42}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[76.944,171.413]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 22"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[-2.396,1.474],[5.978,-0.547],[0.398,4.481],[2.673,2.672],[3.225,-0.829],[2.157,-1.277],[0.509,0.129],[0.32,-0.482],[-4.246,2.108],[-2.155,0.917],[1.141,-2.364],[-4.199,1.606],[-2.337,0.28],[-0.507,-2.324]],"o":[[9.11,-5.606],[-5.18,0.474],[-0.368,-4.146],[-2.17,-2.169],[-2.602,0.669],[-1.474,0.873],[-0.439,0.607],[-5.561,6.596],[5.239,-5.657],[6.503,-2.766],[-2.284,4.73],[3.57,-1.365],[2.2,-0.264],[0.32,1.465]],"v":[[42.168,-0.597],[47.512,-8.982],[40.878,-17.92],[38.39,-30.543],[28.992,-32.018],[21.805,-28.191],[18.005,-25.714],[15.312,-22.967],[24.261,-16.217],[31.156,-24.29],[36.052,-17.768],[36.14,-11.786],[38.309,-9.087],[43.784,-6.67]]}],"e":[{"i":[[-2.302,1.453],[5.744,-0.54],[-3.718,2.262],[3.111,2.316],[1.594,2.876],[1.771,2.223],[0.489,0.128],[2.963,-2.382],[-1.857,-1.342],[-0.65,-2.518],[-2.357,-3.692],[-1.859,1.161],[-0.83,-2.159],[-1.044,-5.613]],"o":[[8.754,-5.526],[-4.978,0.468],[5.225,-3.178],[-4.516,-3.361],[-2.091,-3.773],[-2.043,-2.563],[-2.281,1.689],[-5.473,4.399],[1.862,3.017],[1.739,6.734],[2.044,3.203],[3.137,-1.959],[1.052,2.737],[0.573,3.079]],"v":[[35.235,6.317],[37.714,-1.131],[37.792,-7.534],[34.261,-19.114],[22.307,-20.023],[22.041,-26.06],[14.14,-21.439],[5.973,-15.461],[4.419,-8.599],[18.885,-8.24],[13.684,2.198],[23.598,0.193],[29.933,1.218],[16.865,12.047]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[-2.302,1.453],[5.744,-0.54],[-3.718,2.262],[3.111,2.316],[1.594,2.876],[1.771,2.223],[0.489,0.128],[2.963,-2.382],[-1.857,-1.342],[-0.65,-2.518],[-2.357,-3.692],[-1.859,1.161],[-0.83,-2.159],[-1.044,-5.613]],"o":[[8.754,-5.526],[-4.978,0.468],[5.225,-3.178],[-4.516,-3.361],[-2.091,-3.773],[-2.043,-2.563],[-2.281,1.689],[-5.473,4.399],[1.862,3.017],[1.739,6.734],[2.044,3.203],[3.137,-1.959],[1.052,2.737],[0.573,3.079]],"v":[[35.235,6.317],[37.714,-1.131],[37.792,-7.534],[34.261,-19.114],[22.307,-20.023],[22.041,-26.06],[14.14,-21.439],[5.973,-15.461],[4.419,-8.599],[18.885,-8.24],[13.684,2.198],[23.598,0.193],[29.933,1.218],[16.865,12.047]]}],"e":[{"i":[[-2.316,1.425],[5.777,-0.529],[-3.74,2.218],[3.129,2.271],[1.603,2.82],[2.171,2.417],[0.492,0.125],[2.179,-0.733],[0.804,-3.186],[-0.045,-2.249],[0.836,-4.689],[0.106,-3.068],[0.524,-1.057],[-11.447,2.218]],"o":[[8.805,-5.418],[-5.007,0.458],[5.255,-3.116],[-4.542,-3.296],[-2.103,-3.7],[-3.562,-3.966],[-2.294,1.656],[-6.629,2.229],[-0.067,2.176],[0.147,7.416],[-0.659,3.696],[-0.075,2.17],[-0.812,1.348],[5.305,-1.028]],"v":[[39.935,7.265],[31.741,1.299],[28.802,-5.47],[33.344,-18.204],[16.78,-12.416],[19.184,-20.74],[8.833,-17.278],[-0.984,-13.286],[-12.432,-10.298],[-2.959,-1.13],[-11.128,3.227],[-8.906,11.146],[-7.076,16.426],[13.711,17.159]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[{"i":[[-2.316,1.425],[5.777,-0.529],[-3.74,2.218],[3.129,2.271],[1.603,2.82],[2.171,2.417],[0.492,0.125],[2.179,-0.733],[0.804,-3.186],[-0.045,-2.249],[0.836,-4.689],[0.106,-3.068],[0.524,-1.057],[-11.447,2.218]],"o":[[8.805,-5.418],[-5.007,0.458],[5.255,-3.116],[-4.542,-3.296],[-2.103,-3.7],[-3.562,-3.966],[-2.294,1.656],[-6.629,2.229],[-0.067,2.176],[0.147,7.416],[-0.659,3.696],[-0.075,2.17],[-0.812,1.348],[5.305,-1.028]],"v":[[39.935,7.265],[31.741,1.299],[28.802,-5.47],[33.344,-18.204],[16.78,-12.416],[19.184,-20.74],[8.833,-17.278],[-0.984,-13.286],[-12.432,-10.298],[-2.959,-1.13],[-11.128,3.227],[-8.906,11.146],[-7.076,16.426],[13.711,17.159]]}],"e":[{"i":[[-2.31,1.341],[5.687,-0.374],[-3.729,2.083],[3.016,2.309],[1.503,2.81],[2.071,2.428],[0.48,0.135],[6.763,-2.956],[0.87,-3.109],[1.345,-1.753],[5.819,-2.805],[0.181,-3.01],[1.443,-5.464],[-14.296,-0.92]],"o":[[8.784,-5.098],[-4.928,0.324],[5.239,-2.928],[-4.377,-3.351],[-1.972,-3.686],[-3.398,-3.984],[-5.457,2.012],[-8.324,3.639],[-0.121,2.135],[-5.283,6.889],[-3.322,1.601],[-0.128,2.13],[-1.168,4.183],[16.465,1.059]],"v":[[37.305,9.255],[32.06,2.206],[29.345,-4.515],[35.163,-16.355],[18.245,-11.89],[21.328,-19.465],[10.598,-18.176],[-5.262,-11.417],[-21.327,-7.938],[-15,-4.279],[-19.595,5.135],[-11.496,9.974],[-26.813,11.881],[-9.715,18.818]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[-2.31,1.341],[5.687,-0.374],[-3.729,2.083],[3.016,2.309],[1.503,2.81],[2.071,2.428],[0.48,0.135],[6.763,-2.956],[0.87,-3.109],[1.345,-1.753],[5.819,-2.805],[0.181,-3.01],[1.443,-5.464],[-14.296,-0.92]],"o":[[8.784,-5.098],[-4.928,0.324],[5.239,-2.928],[-4.377,-3.351],[-1.972,-3.686],[-3.398,-3.984],[-5.457,2.012],[-8.324,3.639],[-0.121,2.135],[-5.283,6.889],[-3.322,1.601],[-0.128,2.13],[-1.168,4.183],[16.465,1.059]],"v":[[37.305,9.255],[32.06,2.206],[29.345,-4.515],[35.163,-16.355],[18.245,-11.89],[21.328,-19.465],[10.598,-18.176],[-5.262,-11.417],[-21.327,-7.938],[-15,-4.279],[-19.595,5.135],[-11.496,9.974],[-26.813,11.881],[-9.715,18.818]]}],"e":[{"i":[[-2.167,1.412],[5.406,-0.524],[-3.499,2.198],[2.928,2.251],[1.5,2.795],[3.066,0.691],[0.46,0.124],[5.835,0],[5.396,2.134],[2.388,-5.89],[1.962,-6.177],[0.099,-3.041],[-0.26,-6.344],[-14.711,-3.17]],"o":[[8.239,-5.37],[-4.685,0.454],[4.917,-3.089],[-4.25,-3.267],[-1.968,-3.667],[-3.333,-0.751],[-4.933,1.712],[-6.544,0],[-0.063,2.157],[-2.685,6.623],[-1.468,4.621],[-0.07,2.151],[-0.51,3.455],[18.856,4.064]],"v":[[34.501,10.579],[32.833,1.752],[30.083,-5.222],[32.333,-14.136],[18.333,-11.842],[18.583,-21.872],[6.897,-16.866],[-9.038,-13.234],[-35.001,-14.687],[-29.887,-5.422],[-42.781,-5.87],[-37.452,7.805],[-47.49,6.419],[-9.538,17.797]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":32,"s":[{"i":[[-2.167,1.412],[5.406,-0.524],[-3.499,2.198],[2.928,2.251],[1.5,2.795],[3.066,0.691],[0.46,0.124],[5.835,0],[5.396,2.134],[2.388,-5.89],[1.962,-6.177],[0.099,-3.041],[-0.26,-6.344],[-14.711,-3.17]],"o":[[8.239,-5.37],[-4.685,0.454],[4.917,-3.089],[-4.25,-3.267],[-1.968,-3.667],[-3.333,-0.751],[-4.933,1.712],[-6.544,0],[-0.063,2.157],[-2.685,6.623],[-1.468,4.621],[-0.07,2.151],[-0.51,3.455],[18.856,4.064]],"v":[[34.501,10.579],[32.833,1.752],[30.083,-5.222],[32.333,-14.136],[18.333,-11.842],[18.583,-21.872],[6.897,-16.866],[-9.038,-13.234],[-35.001,-14.687],[-29.887,-5.422],[-42.781,-5.87],[-37.452,7.805],[-47.49,6.419],[-9.538,17.797]]}],"e":[{"i":[[-2.33,1.376],[5.701,-0.336],[-0.082,4.453],[7.372,-2.564],[1.472,2.944],[2.98,-1.213],[5.421,-0.132],[1.342,0.393],[1.503,-5.129],[2.73,-5.993],[2.293,-6.305],[0.217,-3.137],[-0.036,-6.561],[-10.16,-1.654]],"o":[[8.86,-5.233],[-4.941,0.291],[0.091,-4.926],[-5.243,1.823],[-1.931,-3.862],[-11.838,4.818],[-5.421,0.132],[-6.621,-1.937],[-2.61,6.772],[-3.069,6.738],[-1.715,4.717],[-0.154,2.219],[-0.665,3.548],[20.034,3.262]],"v":[[24.875,10.057],[20.746,2.971],[26.39,-7.597],[14.504,-6.292],[3.744,-7.047],[5.396,-16.341],[-15.472,-12.177],[-25.329,-14.193],[-38.073,-18.184],[-33.245,-9.139],[-46.78,-10.091],[-41.689,4.235],[-53.076,3.25],[-23.303,17.088]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35,"s":[{"i":[[-2.33,1.376],[5.701,-0.336],[-0.082,4.453],[7.372,-2.564],[1.472,2.944],[2.98,-1.213],[5.421,-0.132],[1.342,0.393],[1.503,-5.129],[2.73,-5.993],[2.293,-6.305],[0.217,-3.137],[-0.036,-6.561],[-10.16,-1.654]],"o":[[8.86,-5.233],[-4.941,0.291],[0.091,-4.926],[-5.243,1.823],[-1.931,-3.862],[-11.838,4.818],[-5.421,0.132],[-6.621,-1.937],[-2.61,6.772],[-3.069,6.738],[-1.715,4.717],[-0.154,2.219],[-0.665,3.548],[20.034,3.262]],"v":[[24.875,10.057],[20.746,2.971],[26.39,-7.597],[14.504,-6.292],[3.744,-7.047],[5.396,-16.341],[-15.472,-12.177],[-25.329,-14.193],[-38.073,-18.184],[-33.245,-9.139],[-46.78,-10.091],[-41.689,4.235],[-53.076,3.25],[-23.303,17.088]]}],"e":[{"i":[[-2.327,1.116],[1.536,1.635],[4.027,4.857],[1.067,4.255],[1.224,2.37],[4.758,-0.891],[1.953,0.521],[3.14,1.926],[1.092,-1.231],[3.558,-5.224],[1.759,-2.659],[1.453,-2.572],[0.269,-6.348],[-9.574,-2.049]],"o":[[13.067,-6.266],[-3.304,-3.516],[-2.956,-3.566],[-1.433,-5.714],[-2.34,-4.531],[-6.009,1.125],[-4.071,-1.085],[-1.766,-1.083],[-2.213,2.494],[-1.844,2.707],[-2.655,4.012],[-2.411,4.269],[-0.796,3.403],[18.879,4.04]],"v":[[16.477,12.559],[13.166,5.135],[13.491,-4.767],[1.214,-4.95],[5.067,-15.044],[-9.717,-15.256],[-29.627,-16.397],[-38.603,-19.29],[-43.377,-21.767],[-43.478,-13.182],[-51.556,-14.306],[-50.562,-4.214],[-58.986,0.073],[-26.704,15.465]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[{"i":[[-2.327,1.116],[1.536,1.635],[4.027,4.857],[1.067,4.255],[1.224,2.37],[4.758,-0.891],[1.953,0.521],[3.14,1.926],[1.092,-1.231],[3.558,-5.224],[1.759,-2.659],[1.453,-2.572],[0.269,-6.348],[-9.574,-2.049]],"o":[[13.067,-6.266],[-3.304,-3.516],[-2.956,-3.566],[-1.433,-5.714],[-2.34,-4.531],[-6.009,1.125],[-4.071,-1.085],[-1.766,-1.083],[-2.213,2.494],[-1.844,2.707],[-2.655,4.012],[-2.411,4.269],[-0.796,3.403],[18.879,4.04]],"v":[[16.477,12.559],[13.166,5.135],[13.491,-4.767],[1.214,-4.95],[5.067,-15.044],[-9.717,-15.256],[-29.627,-16.397],[-38.603,-19.29],[-43.377,-21.767],[-43.478,-13.182],[-51.556,-14.306],[-50.562,-4.214],[-58.986,0.073],[-26.704,15.465]]}],"e":[{"i":[[-2.646,0.242],[7.484,1.531],[0.958,5.133],[1.48,2.881],[1.48,2.702],[4.612,-0.228],[5.851,2.215],[0.988,1.005],[2.091,-2.952],[2.494,-6.009],[2.049,-6.302],[0.103,-3.102],[-0.271,-6.472],[-10.063,-1.815]],"o":[[16.707,-1.531],[-4.819,-0.986],[-0.891,-4.775],[-2.741,-5.337],[-1.29,-2.355],[-2.836,0.14],[-5.056,-1.914],[-1.526,-1.551],[-2.086,2.721],[-2.804,6.757],[-1.533,4.714],[-0.073,2.195],[-0.533,3.524],[9.439,1.702]],"v":[[-3.207,17.632],[3.406,7.006],[9.932,-2.541],[-4.687,0.792],[2.623,-13.618],[-9.647,-13.119],[-25.504,-15.596],[-37.99,-22.827],[-45.033,-25.421],[-41.204,-13.281],[-52.579,-12.118],[-48.58,1.834],[-53.841,4.742],[-26.47,16.255]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[{"i":[[-2.646,0.242],[7.484,1.531],[0.958,5.133],[1.48,2.881],[1.48,2.702],[4.612,-0.228],[5.851,2.215],[0.988,1.005],[2.091,-2.952],[2.494,-6.009],[2.049,-6.302],[0.103,-3.102],[-0.271,-6.472],[-10.063,-1.815]],"o":[[16.707,-1.531],[-4.819,-0.986],[-0.891,-4.775],[-2.741,-5.337],[-1.29,-2.355],[-2.836,0.14],[-5.056,-1.914],[-1.526,-1.551],[-2.086,2.721],[-2.804,6.757],[-1.533,4.714],[-0.073,2.195],[-0.533,3.524],[9.439,1.702]],"v":[[-3.207,17.632],[3.406,7.006],[9.932,-2.541],[-4.687,0.792],[2.623,-13.618],[-9.647,-13.119],[-25.504,-15.596],[-37.99,-22.827],[-45.033,-25.421],[-41.204,-13.281],[-52.579,-12.118],[-48.58,1.834],[-53.841,4.742],[-26.47,16.255]]}],"e":[{"i":[[-10.34,-1.777],[4.013,4.286],[2.617,3.248],[1.013,3.059],[1.173,4.812],[7.218,0.854],[3.352,3.087],[2.276,-1.505],[6.879,-0.385],[1.916,-3.032],[5.678,-5.857],[1.438,-2.757],[-0.281,-6.483],[-6.357,-1.557]],"o":[[9.41,1.223],[-2.001,-2.638],[-2.783,-3.133],[-1.736,-4.749],[-0.327,-3.04],[-8.48,-3.476],[-4.106,-3.781],[-1.85,1.223],[-3.621,-0.885],[-2.459,3.891],[-3.468,3.578],[-1.173,2.249],[-0.552,3.531],[2.868,1.474]],"v":[[-18.409,19.153],[-17.262,9.341],[-11.127,-0.152],[-23.37,-2.143],[-10.172,-10.333],[-22.682,-14.747],[-37.852,-23.21],[-47.776,-32.619],[-52.628,-23.988],[-61.166,-23.091],[-59.427,-10.016],[-49.326,2.877],[-57.737,1.919],[-38.367,14.153]]}]},{"t":42}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[97.44,158.252]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 34"}],"bounds":{"l":35,"t":125,"b":178,"r":149},"ip":23,"op":42,"st":25},{"ddd":0,"ind":20,"ty":4,"nm":"gotaRoja3","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[1.547,-0.956],[0.433,0.989]],"o":[[-1.415,0.874],[-0.51,-1.166]],"v":[[-0.671,-1.774],[1.653,1.741]]}],"e":[{"i":[[2.915,-2.435],[0.433,0.989]],"o":[[-2.733,2.282],[-0.51,-1.166]],"v":[[-6.421,-8.774],[-1.347,-2.259]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[2.915,-2.435],[0.433,0.989]],"o":[[-2.733,2.282],[-0.51,-1.166]],"v":[[-6.421,-8.774],[-1.347,-2.259]]}],"e":[{"i":[[0.988,-2.546],[-0.196,1]],"o":[[-0.983,2.532],[-0.057,-0.733]],"v":[[-16.171,-14.774],[-8.597,-6.259]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[0.988,-2.546],[-0.196,1]],"o":[[-0.983,2.532],[-0.057,-0.733]],"v":[[-16.171,-14.774],[-8.597,-6.259]]}],"e":[{"i":[[0.988,-2.546],[-0.196,1]],"o":[[-0.983,2.532],[-0.057,-0.733]],"v":[[-20.171,-19.274],[-15.847,-15.259]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26,"s":[{"i":[[0.988,-2.546],[-0.196,1]],"o":[[-0.983,2.532],[-0.057,-0.733]],"v":[[-20.171,-19.274],[-15.847,-15.259]]}],"e":[{"i":[[0.017,0.032],[-0.196,1]],"o":[[-0.221,1.008],[-0.057,-0.733]],"v":[[-24.171,-22.024],[-22.097,-20.259]]}]},{"t":28}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[204,69,51,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[131.844,112.371]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 11"}],"bounds":{"l":107,"t":90,"b":115,"r":134},"ip":20,"op":28,"st":20},{"ddd":0,"ind":21,"ty":4,"nm":"gotaRoja2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[1.764,0.191],[-1.084,2.023]],"o":[[-1.814,-0.197],[0.124,0.084]],"v":[[-2.782,1.893],[-2.72,3.861]]}],"e":[{"i":[[3.186,-0.447],[-0.626,0.835]],"o":[[-3.504,0.491],[1.624,-2.166]],"v":[[-0.782,-10.358],[-2.47,1.111]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[3.186,-0.447],[-0.626,0.835]],"o":[[-3.504,0.491],[1.624,-2.166]],"v":[[-0.782,-10.358],[-2.47,1.111]]}],"e":[{"i":[[2.436,0.053],[0.374,0.584]],"o":[[-3.1,-0.068],[-0.535,-4.677]],"v":[[-3.782,-23.108],[-3.22,-9.639]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[2.436,0.053],[0.374,0.584]],"o":[[-3.1,-0.068],[-0.535,-4.677]],"v":[[-3.782,-23.108],[-3.22,-9.639]]}],"e":[{"i":[[1.613,-0.492],[0.374,0.584]],"o":[[-1.814,0.553],[-0.535,-4.677]],"v":[[-6.032,-25.358],[-5.47,-19.639]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26,"s":[{"i":[[1.613,-0.492],[0.374,0.584]],"o":[[-1.814,0.553],[-0.535,-4.677]],"v":[[-6.032,-25.358],[-5.47,-19.639]]}],"e":[{"i":[[1.613,-0.492],[0.374,0.584]],"o":[[-1.814,0.553],[0.374,-0.916]],"v":[[-6.032,-25.358],[-5.97,-23.139]]}]},{"t":28}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[204,69,51,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[142.286,111.183]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 12"}],"bounds":{"l":135,"t":85,"b":116,"r":143},"ip":20,"op":28,"st":20},{"ddd":0,"ind":22,"ty":4,"nm":"gotaRoja1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[0.143,0.551],[-1.308,-1.158],[0.51,-0.55]],"o":[[-0.255,-0.984],[0.698,0.618],[-0.731,0.79]],"v":[[-3.424,4.479],[-1.269,2.378],[-2.44,4.243]]}],"e":[{"i":[[0.143,0.551],[-1.308,-1.158],[0.51,-0.55]],"o":[[-0.255,-0.984],[0.698,0.618],[-0.731,0.79]],"v":[[-1.174,1.479],[0.731,-0.872],[-0.44,0.993]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[0.143,0.551],[-1.308,-1.158],[0.51,-0.55]],"o":[[-0.255,-0.984],[0.698,0.618],[-0.731,0.79]],"v":[[-1.174,1.479],[0.731,-0.872],[-0.44,0.993]]}],"e":[{"i":[[0.143,0.551],[-1.308,-1.158],[0.51,-0.55]],"o":[[-0.255,-0.984],[0.698,0.618],[-0.731,0.79]],"v":[[0.576,-1.021],[6.981,-7.872],[5.81,-6.007]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[{"i":[[0.143,0.551],[-1.308,-1.158],[0.51,-0.55]],"o":[[-0.255,-0.984],[0.698,0.618],[-0.731,0.79]],"v":[[0.576,-1.021],[6.981,-7.872],[5.81,-6.007]]}],"e":[{"i":[[0.143,0.551],[-1.308,-1.158],[0.51,-0.55]],"o":[[-0.255,-0.984],[0.698,0.618],[-0.731,0.79]],"v":[[5.826,-7.521],[10.981,-12.622],[9.81,-10.757]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[{"i":[[0.143,0.551],[-1.308,-1.158],[0.51,-0.55]],"o":[[-0.255,-0.984],[0.698,0.618],[-0.731,0.79]],"v":[[5.826,-7.521],[10.981,-12.622],[9.81,-10.757]]}],"e":[{"i":[[0.143,0.551],[-1.308,-1.158],[0.696,0.279]],"o":[[-0.255,-0.984],[0.698,0.618],[-1.778,-0.712]],"v":[[8.826,-9.521],[18.731,-11.372],[17.81,-9.257]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[{"i":[[0.143,0.551],[-1.308,-1.158],[0.696,0.279]],"o":[[-0.255,-0.984],[0.698,0.618],[-1.778,-0.712]],"v":[[8.826,-9.521],[18.731,-11.372],[17.81,-9.257]]}],"e":[{"i":[[0.045,0.567],[-1.088,-1.367],[0.637,0.395]],"o":[[-0.081,-1.013],[0.58,0.73],[-1.628,-1.009]],"v":[[16.258,-7.918],[23.049,-3.78],[21.776,-1.857]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[{"i":[[0.045,0.567],[-1.088,-1.367],[0.637,0.395]],"o":[[-0.081,-1.013],[0.58,0.73],[-1.628,-1.009]],"v":[[16.258,-7.918],[23.049,-3.78],[21.776,-1.857]]}],"e":[{"i":[[0.024,0.268],[-0.577,-0.646],[0.338,0.187]],"o":[[-0.043,-0.479],[0.308,0.345],[-0.864,-0.477]],"v":[[24.739,-0.24],[25.822,-0.057],[25.146,0.852]]}]},{"t":33}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[204,69,51,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[170.158,114.348]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 5"}],"bounds":{"l":166,"t":101,"b":120,"r":197},"ip":21,"op":33,"st":21},{"ddd":0,"ind":23,"ty":4,"nm":"manchaRoja","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[-0.257,0.062],[0.257,-0.062]],"o":[[0.257,-0.062],[-0.257,0.062]],"v":[[8.309,-18.138],[8.212,-18.537]]}],"e":[{"i":[[-0.844,0.205],[0.844,-0.205]],"o":[[0.844,-0.205],[-0.844,0.205]],"v":[[4.721,-10.585],[4.403,-11.894]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[-0.844,0.205],[0.844,-0.205]],"o":[[0.844,-0.205],[-0.844,0.205]],"v":[[4.721,-10.585],[4.403,-11.894]]}],"e":[{"i":[[-1.935,0],[1.935,0]],"o":[[1.935,0],[-1.935,0]],"v":[[-4.25,-1.5],[-4.25,-4.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[{"i":[[-1.935,0],[1.935,0]],"o":[[1.935,0],[-1.935,0]],"v":[[-4.25,-1.5],[-4.25,-4.5]]}],"e":[{"i":[[-1.763,0],[1.763,0]],"o":[[1.763,0],[-1.763,0]],"v":[[-6.513,0.487],[-6.513,-2.247]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28,"s":[{"i":[[-1.763,0],[1.763,0]],"o":[[1.763,0],[-1.763,0]],"v":[[-6.513,0.487],[-6.513,-2.247]]}],"e":[{"i":[[-1.685,-0.045],[1.685,0.045]],"o":[[1.685,0.045],[-1.685,-0.045]],"v":[[-8.698,2.408],[-8.627,-0.205]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[-1.685,-0.045],[1.685,0.045]],"o":[[1.685,0.045],[-1.685,-0.045]],"v":[[-8.698,2.408],[-8.627,-0.205]]}],"e":[{"i":[[-1.388,-0.176],[1.388,0.176]],"o":[[1.388,0.176],[-1.388,-0.176]],"v":[[-12.703,10.13],[-12.43,7.978]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[{"i":[[-1.388,-0.176],[1.388,0.176]],"o":[[1.388,0.176],[-1.388,-0.176]],"v":[[-12.703,10.13],[-12.43,7.978]]}],"e":[{"i":[[-1.082,-0.137],[1.082,0.137]],"o":[[1.082,0.137],[-1.082,-0.137]],"v":[[-18.272,13.815],[-18.059,12.137]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":36,"s":[{"i":[[-1.082,-0.137],[1.082,0.137]],"o":[[1.082,0.137],[-1.082,-0.137]],"v":[[-18.272,13.815],[-18.059,12.137]]}],"e":[{"i":[[-0.869,-0.382],[0.869,0.382]],"o":[[0.869,0.382],[-0.869,-0.382]],"v":[[-33.945,24.078],[-33.361,22.637]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39,"s":[{"i":[[-0.869,-0.382],[0.869,0.382]],"o":[[0.869,0.382],[-0.869,-0.382]],"v":[[-33.945,24.078],[-33.361,22.637]]}],"e":[{"i":[[-0.407,-0.398],[0.407,0.398]],"o":[[0.407,0.398],[-0.407,-0.398]],"v":[[-68.649,29.659],[-68.017,28.974]]}]},{"t":41}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[157.94,140.879]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 29"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[-0.207,0.16],[-0.379,0.901],[0.101,-0.241],[0.734,-0.566]],"o":[[0.789,-0.608],[0.103,-0.244],[-0.353,0.839],[-0.209,0.161]],"v":[[17.792,-26.521],[19.407,-28.896],[19.014,-29.013],[17.508,-26.816]]}],"e":[{"i":[[-0.682,0.526],[-1.244,2.959],[0.333,-0.791],[2.411,-1.86]],"o":[[2.593,-1.999],[0.337,-0.802],[-1.159,2.757],[-0.687,0.53]],"v":[[10.064,-12.161],[15.37,-19.963],[14.079,-20.349],[9.129,-13.131]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[-0.682,0.526],[-1.244,2.959],[0.333,-0.791],[2.411,-1.86]],"o":[[2.593,-1.999],[0.337,-0.802],[-1.159,2.757],[-0.687,0.53]],"v":[[10.064,-12.161],[15.37,-19.963],[14.079,-20.349],[9.129,-13.131]]}],"e":[{"i":[[-1.751,0.779],[-4.246,5.751],[1.136,-1.538],[6.196,-2.756]],"o":[[6.66,-2.963],[1.151,-1.559],[-3.956,5.356],[-1.765,0.785]],"v":[[-10.976,5.184],[4.604,-8.911],[2.014,-10.425],[-12.49,2.594]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[{"i":[[-1.751,0.779],[-4.246,5.751],[1.136,-1.538],[6.196,-2.756]],"o":[[6.66,-2.963],[1.151,-1.559],[-3.956,5.356],[-1.765,0.785]],"v":[[-10.976,5.184],[4.604,-8.911],[2.014,-10.425],[-12.49,2.594]]}],"e":[{"i":[[-1.596,0.71],[-3.869,5.241],[1.035,-1.401],[5.646,-2.511]],"o":[[6.069,-2.7],[1.049,-1.421],[-3.605,4.881],[-1.608,0.715]],"v":[[-12.267,6.253],[1.931,-6.591],[-0.429,-7.971],[-13.647,3.893]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28,"s":[{"i":[[-1.596,0.71],[-3.869,5.241],[1.035,-1.401],[5.646,-2.511]],"o":[[6.069,-2.7],[1.049,-1.421],[-3.605,4.881],[-1.608,0.715]],"v":[[-12.267,6.253],[1.931,-6.591],[-0.429,-7.971],[-13.647,3.893]]}],"e":[{"i":[[-1.543,0.637],[-3.832,4.908],[1.025,-1.312],[5.46,-2.254]],"o":[[5.869,-2.424],[1.039,-1.331],[-3.571,4.571],[-1.555,0.642]],"v":[[-13.52,6.338],[0.379,-5.571],[-1.841,-6.95],[-14.777,4.047]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[-1.543,0.637],[-3.832,4.908],[1.025,-1.312],[5.46,-2.254]],"o":[[5.869,-2.424],[1.039,-1.331],[-3.571,4.571],[-1.555,0.642]],"v":[[-13.52,6.338],[0.379,-5.571],[-1.841,-6.95],[-14.777,4.047]]}],"e":[{"i":[[-1.327,0.399],[-3.57,3.739],[0.955,-1],[4.696,-1.413]],"o":[[5.048,-1.519],[0.968,-1.014],[-3.326,3.482],[-1.338,0.402]],"v":[[-16.541,10.549],[-4.08,1.856],[-5.801,0.534],[-17.391,8.553]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[{"i":[[-1.327,0.399],[-3.57,3.739],[0.955,-1],[4.696,-1.413]],"o":[[5.048,-1.519],[0.968,-1.014],[-3.326,3.482],[-1.338,0.402]],"v":[[-16.541,10.549],[-4.08,1.856],[-5.801,0.534],[-17.391,8.553]]}],"e":[{"i":[[-1.035,0.311],[-2.783,2.915],[0.744,-0.779],[3.66,-1.101]],"o":[[3.935,-1.184],[0.754,-0.79],[-2.592,2.714],[-1.043,0.314]],"v":[[-18.773,11.637],[-9.06,4.86],[-10.401,3.83],[-19.436,10.081]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":36,"s":[{"i":[[-1.035,0.311],[-2.783,2.915],[0.744,-0.779],[3.66,-1.101]],"o":[[3.935,-1.184],[0.754,-0.79],[-2.592,2.714],[-1.043,0.314]],"v":[[-18.773,11.637],[-9.06,4.86],[-10.401,3.83],[-19.436,10.081]]}],"e":[{"i":[[-0.938,0.029],[-3.026,1.925],[0.809,-0.514],[3.319,-0.101]],"o":[[3.568,-0.109],[0.82,-0.522],[-2.819,1.792],[-0.946,0.029]],"v":[[-34.711,18.053],[-24.97,14.357],[-25.839,13.119],[-34.887,16.51]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39,"s":[{"i":[[-0.938,0.029],[-3.026,1.925],[0.809,-0.514],[3.319,-0.101]],"o":[[3.568,-0.109],[0.82,-0.522],[-2.819,1.792],[-0.946,0.029]],"v":[[-34.711,18.053],[-24.97,14.357],[-25.839,13.119],[-34.887,16.51]]}],"e":[{"i":[[-0.532,-0.182],[-2.104,0.44],[0.562,-0.118],[1.883,0.644]],"o":[[2.024,0.692],[0.57,-0.119],[-1.959,0.41],[-0.536,-0.184]],"v":[[-65.245,18.744],[-59.001,18.728],[-59.227,17.85],[-65.018,17.842]]}]},{"t":41}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[146.645,152.24]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 30"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[7,2.25],[6.604,0.521],[3.323,-0.801],[0.918,-4.833],[1.88,-2.317],[-2.563,3.496],[-9.586,-5.942],[-1.624,12.638]],"o":[[-3.911,-1.257],[-7.926,-0.625],[-3.839,0.926],[-1.082,7.917],[7.38,-3.317],[15.648,-21.339],[5.664,3.558],[-2.124,-3.737]],"v":[[18.378,-22.033],[9.752,-36.908],[0.874,-27.658],[-9.665,-30.576],[-14.878,-17.342],[-1.146,-16.32],[16.089,-12.966],[28.626,-22.046]]}],"e":[{"i":[[7.301,2.347],[6.888,0.543],[3.466,-0.836],[3.815,-7.196],[5.351,-7.371],[-4.028,-2.054],[-7.755,-4.22],[2.348,7.576]],"o":[[-4.079,-1.311],[-8.267,-0.652],[-4.004,0.966],[-3.215,5.911],[5.872,8.796],[9.02,4.601],[15.556,3.972],[-2.215,-3.898]],"v":[[15.493,-18.015],[8.843,-39.007],[-0.938,-25.186],[-8.281,-31.097],[-23.105,-4.256],[-8.521,-9.97],[6.847,7.87],[28.53,-23.505]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[7.301,2.347],[6.888,0.543],[3.466,-0.836],[3.815,-7.196],[5.351,-7.371],[-4.028,-2.054],[-7.755,-4.22],[2.348,7.576]],"o":[[-4.079,-1.311],[-8.267,-0.652],[-4.004,0.966],[-3.215,5.911],[5.872,8.796],[9.02,4.601],[15.556,3.972],[-2.215,-3.898]],"v":[[15.493,-18.015],[8.843,-39.007],[-0.938,-25.186],[-8.281,-31.097],[-23.105,-4.256],[-8.521,-9.97],[6.847,7.87],[28.53,-23.505]]}],"e":[{"i":[[7.09,2.279],[6.689,0.527],[3.366,-0.812],[3.705,-6.988],[8.15,-4.054],[-11.498,4.974],[-6.671,-5.765],[2.28,7.357]],"o":[[-3.961,-1.273],[-8.028,-0.633],[-3.888,0.938],[-5.023,10.232],[-9.491,9.048],[6.976,-3.018],[10.548,10.441],[-2.151,-3.785]],"v":[[14.937,-18.231],[6.454,-31.525],[-3.045,-18.105],[-12.707,-20.806],[-33.687,0.195],[-27.628,6.801],[-20.807,26.151],[27.597,-20.017]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[{"i":[[7.09,2.279],[6.689,0.527],[3.366,-0.812],[3.705,-6.988],[8.15,-4.054],[-11.498,4.974],[-6.671,-5.765],[2.28,7.357]],"o":[[-3.961,-1.273],[-8.028,-0.633],[-3.888,0.938],[-5.023,10.232],[-9.491,9.048],[6.976,-3.018],[10.548,10.441],[-2.151,-3.785]],"v":[[14.937,-18.231],[6.454,-31.525],[-3.045,-18.105],[-12.707,-20.806],[-33.687,0.195],[-27.628,6.801],[-20.807,26.151],[27.597,-20.017]]}],"e":[{"i":[[7.032,2.541],[6.692,0.769],[3.406,-0.694],[6.526,-6.974],[8.322,-3.775],[-11.715,4.579],[-6.486,-6.024],[3.317,10.435]],"o":[[-3.929,-1.419],[-8.032,-0.923],[-3.935,0.802],[-5.407,10.086],[-11.752,5.108],[7.108,-2.778],[10.209,10.854],[-2.023,-3.875]],"v":[[11.814,-13.682],[5.648,-29.801],[-5.207,-14.417],[-14.524,-18.227],[-36.907,4.106],[-31.065,10.951],[-25.904,29.811],[24.162,-17.578]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28,"s":[{"i":[[7.032,2.541],[6.692,0.769],[3.406,-0.694],[6.526,-6.974],[8.322,-3.775],[-11.715,4.579],[-6.486,-6.024],[3.317,10.435]],"o":[[-3.929,-1.419],[-8.032,-0.923],[-3.935,0.802],[-5.407,10.086],[-11.752,5.108],[7.108,-2.778],[10.209,10.854],[-2.023,-3.875]],"v":[[11.814,-13.682],[5.648,-29.801],[-5.207,-14.417],[-14.524,-18.227],[-36.907,4.106],[-31.065,10.951],[-25.904,29.811],[24.162,-17.578]]}],"e":[{"i":[[6.941,2.593],[6.623,0.834],[3.382,-0.651],[2.673,-8.888],[8.287,-3.651],[-11.657,4.412],[-6.363,-6.038],[1.654,13.962]],"o":[[-3.878,-1.449],[-7.949,-1.001],[-3.908,0.752],[-5.465,9.937],[-9.851,8.553],[7.073,-2.677],[10,10.865],[-1.963,-3.861]],"v":[[11.934,-11.432],[5.369,-25.786],[-4.943,-13.388],[-13.921,-19.02],[-35.742,0.881],[-30.027,7.726],[-24.143,27.272],[25.349,-13.871]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[6.941,2.593],[6.623,0.834],[3.382,-0.651],[2.673,-8.888],[8.287,-3.651],[-11.657,4.412],[-6.363,-6.038],[1.654,13.962]],"o":[[-3.878,-1.449],[-7.949,-1.001],[-3.908,0.752],[-5.465,9.937],[-9.851,8.553],[7.073,-2.677],[10,10.865],[-1.963,-3.861]],"v":[[11.934,-11.432],[5.369,-25.786],[-4.943,-13.388],[-13.921,-19.02],[-35.742,0.881],[-30.027,7.726],[-24.143,27.272],[25.349,-13.871]]}],"e":[{"i":[[6.421,3.861],[6.43,2.053],[3.483,-0.022],[5.461,-7.551],[8.919,-2.072],[-12.404,2.23],[-5.209,-7.179],[-0.135,16.929]],"o":[[-3.587,-2.157],[-7.717,-2.465],[-4.024,0.025],[-7.083,10.166],[-12.504,2.904],[7.526,-1.353],[7.932,12.649],[-1.237,-4.201]],"v":[[7.033,-5.192],[4.057,-22.173],[-9.548,-9.257],[-17.944,-14.876],[-44.235,2.666],[-39.819,10.528],[-38.371,30.11],[19.962,-6.567]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[{"i":[[6.421,3.861],[6.43,2.053],[3.483,-0.022],[5.461,-7.551],[8.919,-2.072],[-12.404,2.23],[-5.209,-7.179],[-0.135,16.929]],"o":[[-3.587,-2.157],[-7.717,-2.465],[-4.024,0.025],[-7.083,10.166],[-12.504,2.904],[7.526,-1.353],[7.932,12.649],[-1.237,-4.201]],"v":[[7.033,-5.192],[4.057,-22.173],[-9.548,-9.257],[-17.944,-14.876],[-44.235,2.666],[-39.819,10.528],[-38.371,30.11],[19.962,-6.567]]}],"e":[{"i":[[6.421,3.861],[8.696,3.515],[6.551,1.348],[5.461,-7.551],[8.919,-2.072],[-12.404,2.23],[-5.209,-7.179],[-1.709,14.159]],"o":[[-3.587,-2.157],[-7.511,-3.036],[-3.941,-0.811],[-6.303,5.468],[-12.504,2.904],[7.526,-1.353],[7.123,10.481],[-1.237,-4.201]],"v":[[0.783,2.558],[0.307,-15.423],[-11.798,-9.507],[-25.944,-4.876],[-50.235,5.416],[-45.819,12.778],[-38.371,30.11],[13.462,0.433]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":36,"s":[{"i":[[6.421,3.861],[8.696,3.515],[6.551,1.348],[5.461,-7.551],[8.919,-2.072],[-12.404,2.23],[-5.209,-7.179],[-1.709,14.159]],"o":[[-3.587,-2.157],[-7.511,-3.036],[-3.941,-0.811],[-6.303,5.468],[-12.504,2.904],[7.526,-1.353],[7.123,10.481],[-1.237,-4.201]],"v":[[0.783,2.558],[0.307,-15.423],[-11.798,-9.507],[-25.944,-4.876],[-50.235,5.416],[-45.819,12.778],[-38.371,30.11],[13.462,0.433]]}],"e":[{"i":[[6.508,2.797],[4.922,1.376],[4.88,-3.324],[1.323,-0.423],[9.141,-0.539],[-12.602,0.108],[-3.925,-7.954],[3.349,9.004]],"o":[[-7.237,-3.111],[-3.752,-1.049],[-7.747,5.277],[-7.134,4.328],[-12.814,0.756],[7.646,-0.066],[5.256,11.532],[-0.512,-4.35]],"v":[[-16.556,14.825],[-21.445,-9.114],[-30.831,-1.137],[-43.248,4.916],[-60.075,8.335],[-53.462,12.336],[-49.04,30.675],[-4.551,16.826]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39,"s":[{"i":[[6.508,2.797],[4.922,1.376],[4.88,-3.324],[1.323,-0.423],[9.141,-0.539],[-12.602,0.108],[-3.925,-7.954],[3.349,9.004]],"o":[[-7.237,-3.111],[-3.752,-1.049],[-7.747,5.277],[-7.134,4.328],[-12.814,0.756],[7.646,-0.066],[5.256,11.532],[-0.512,-4.35]],"v":[[-16.556,14.825],[-21.445,-9.114],[-30.831,-1.137],[-43.248,4.916],[-60.075,8.335],[-53.462,12.336],[-49.04,30.675],[-4.551,16.826]]}],"e":[{"i":[[6.508,2.797],[4.683,-2.046],[4.88,-3.324],[1.323,-0.423],[3.077,-3.494],[-12.602,0.108],[-3.925,-7.954],[6.803,7.765]],"o":[[-7.237,-3.111],[-9.052,3.955],[-7.747,5.277],[-7.134,4.328],[-8.484,9.633],[7.646,-0.066],[5.256,11.532],[-0.512,-4.35]],"v":[[-37.056,14.325],[-36.445,2.636],[-52.331,8.113],[-66.248,8.916],[-80.575,10.335],[-72.462,17.586],[-49.04,30.675],[-42.551,24.576]]}]},{"t":41}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[204,69,51,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[140.188,140.037]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 36"}],"bounds":{"l":55,"t":101,"b":176,"r":170},"ip":20,"op":41,"st":21},{"ddd":0,"ind":24,"ty":4,"nm":"gotaCyan3","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[-2.654,2.598],[1.508,1.877]],"o":[[2.427,-2.376],[-0.206,-0.628]],"v":[[4.343,8.022],[7.585,12.925]]}],"e":[{"i":[[-2.654,2.598],[1.296,2.029]],"o":[[2.427,-2.376],[-2.956,-4.628]],"v":[[-2.407,-3.478],[7.585,12.925]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[-2.654,2.598],[1.296,2.029]],"o":[[2.427,-2.376],[-2.956,-4.628]],"v":[[-2.407,-3.478],[7.585,12.925]]}],"e":[{"i":[[-2.654,2.598],[1.726,1.678]],"o":[[2.427,-2.376],[-2.036,-1.978]],"v":[[-4.407,-5.478],[1.335,2.175]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[-2.654,2.598],[1.726,1.678]],"o":[[2.427,-2.376],[-2.036,-1.978]],"v":[[-4.407,-5.478],[1.335,2.175]]}],"e":[{"i":[[-0.82,3.622],[1.736,1.667]],"o":[[0.787,-3.475],[-1.956,-1.878]],"v":[[-9.157,-5.478],[-1.665,-0.825]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[-0.82,3.622],[1.736,1.667]],"o":[[0.787,-3.475],[-1.956,-1.878]],"v":[[-9.157,-5.478],[-1.665,-0.825]]}],"e":[{"i":[[-0.82,3.622],[1.736,1.667]],"o":[[0.787,-3.475],[-1.956,-1.878]],"v":[[-14.407,-3.228],[-7.415,-1.825]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26,"s":[{"i":[[-0.82,3.622],[1.736,1.667]],"o":[[0.787,-3.475],[-1.956,-1.878]],"v":[[-14.407,-3.228],[-7.415,-1.825]]}],"e":[{"i":[[-0.317,1.078],[2.238,0.886]],"o":[[0.287,-0.975],[0.294,-0.378]],"v":[[-16.657,-1.728],[-15.415,-2.325]]}]},{"t":27}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[118,196,181,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[134.06,55.332]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 16"}],"bounds":{"l":117,"t":49,"b":69,"r":143},"ip":18,"op":27,"st":17},{"ddd":0,"ind":25,"ty":4,"nm":"gotaCyan2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0.351,0.449],[-1.661,-0.541],[0.248,-0.708]],"o":[[-0.626,-0.801],[0.886,0.288],[-0.356,1.015]],"v":[[-0.422,1.503],[0.388,-1.411],[0.057,0.766]]}],"e":[{"i":[[0.351,0.449],[-1.661,-0.541],[0.248,-0.708]],"o":[[-0.626,-0.801],[0.886,0.288],[-0.356,1.015]],"v":[[0.328,-1.747],[1.138,-4.661],[0.807,-2.484]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0.351,0.449],[-1.661,-0.541],[0.248,-0.708]],"o":[[-0.626,-0.801],[0.886,0.288],[-0.356,1.015]],"v":[[0.328,-1.747],[1.138,-4.661],[0.807,-2.484]]}],"e":[{"i":[[0.351,0.449],[-1.661,-0.541],[0.248,-0.708]],"o":[[-0.626,-0.801],[0.886,0.288],[-0.356,1.015]],"v":[[0.328,-1.747],[1.888,-6.161],[0.807,-2.484]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[0.351,0.449],[-1.661,-0.541],[0.248,-0.708]],"o":[[-0.626,-0.801],[0.886,0.288],[-0.356,1.015]],"v":[[0.328,-1.747],[1.888,-6.161],[0.807,-2.484]]}],"e":[{"i":[[0.351,0.449],[-1.661,-0.541],[0.248,-0.708]],"o":[[-0.626,-0.801],[0.886,0.288],[-0.356,1.015]],"v":[[1.328,-7.247],[2.888,-11.661],[1.807,-7.984]]}]},{"t":21}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[118,196,181,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[140.926,50.579]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 2"}],"bounds":{"l":140,"t":38,"b":53,"r":145},"ip":16,"op":21,"st":16},{"ddd":0,"ind":26,"ty":4,"nm":"gotaCyan1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[1.003,0.154],[0.214,-1.36]],"o":[[-0.997,-0.153],[-0.253,1.604]],"v":[[-2.788,7.056],[-3.283,9.049]]}],"e":[{"i":[[2.396,0.621],[0.038,1.376]],"o":[[-2.819,-0.731],[-0.083,-3.007]],"v":[[0.212,-3.944],[-1.783,3.299]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[2.396,0.621],[0.038,1.376]],"o":[[-2.819,-0.731],[-0.083,-3.007]],"v":[[0.212,-3.944],[-1.783,3.299]]}],"e":[{"i":[[3.753,1.347],[0.038,1.376]],"o":[[-3.781,-1.357],[-0.083,-3.007]],"v":[[3.212,-9.944],[0.217,-1.951]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[3.753,1.347],[0.038,1.376]],"o":[[-3.781,-1.357],[-0.083,-3.007]],"v":[[3.212,-9.944],[0.217,-1.951]]}],"e":[{"i":[[2.753,2.097],[-0.638,1.22]],"o":[[-2.723,-2.074],[3.997,-7.646]],"v":[[8.462,-16.694],[1.217,-5.951]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[2.753,2.097],[-0.638,1.22]],"o":[[-2.723,-2.074],[3.997,-7.646]],"v":[[8.462,-16.694],[1.217,-5.951]]}],"e":[{"i":[[-0.497,-1.653],[-0.831,1.097]],"o":[[0.378,1.257],[1.247,-1.646]],"v":[[12.462,-17.444],[10.967,-16.951]]}]},{"t":25}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[118,196,181,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[161.225,56.226]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 8"}],"bounds":{"l":157,"t":37,"b":66,"r":174},"ip":17,"op":25,"st":17},{"ddd":0,"ind":27,"ty":4,"nm":"manchaCyan","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[-0.624,0.328],[0.624,-0.328]],"o":[[0.624,-0.328],[-0.624,0.328]],"v":[[17.347,-22.833],[16.838,-23.801]]}],"e":[{"i":[[-0.992,0.182],[0.992,-0.182]],"o":[[0.992,-0.182],[-0.992,0.182]],"v":[[20.156,-17.33],[19.873,-18.867]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[-0.992,0.182],[0.992,-0.182]],"o":[[0.992,-0.182],[-0.992,0.182]],"v":[[20.156,-17.33],[19.873,-18.867]]}],"e":[{"i":[[-1.451,0],[1.451,0]],"o":[[1.451,0],[-1.451,0]],"v":[[21.416,-12.7],[21.416,-14.95]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[-1.451,0],[1.451,0]],"o":[[1.451,0],[-1.451,0]],"v":[[21.416,-12.7],[21.416,-14.95]]}],"e":[{"i":[[-1.668,-0.116],[1.668,0.116]],"o":[[1.668,0.116],[-1.668,-0.116]],"v":[[21.912,-6.327],[22.092,-8.913]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[-1.668,-0.116],[1.668,0.116]],"o":[[1.668,0.116],[-1.668,-0.116]],"v":[[21.912,-6.327],[22.092,-8.913]]}],"e":[{"i":[[-1.668,-0.116],[1.668,0.116]],"o":[[1.668,0.116],[-1.668,-0.116]],"v":[[22.412,1.423],[22.592,-1.163]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[-1.668,-0.116],[1.668,0.116]],"o":[[1.668,0.116],[-1.668,-0.116]],"v":[[22.412,1.423],[22.592,-1.163]]}],"e":[{"i":[[-1.796,-0.721],[1.796,0.721]],"o":[[1.796,0.721],[-1.796,-0.721]],"v":[[23.43,12.151],[24.548,9.367]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[{"i":[[-1.796,-0.721],[1.796,0.721]],"o":[[1.796,0.721],[-1.796,-0.721]],"v":[[23.43,12.151],[24.548,9.367]]}],"e":[{"i":[[-1.577,-0.645],[1.577,0.645]],"o":[[1.577,0.645],[-1.577,-0.645]],"v":[[22.214,19.802],[23.215,17.357]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[{"i":[[-1.577,-0.645],[1.577,0.645]],"o":[[1.577,0.645],[-1.577,-0.645]],"v":[[22.214,19.802],[23.215,17.357]]}],"e":[{"i":[[-1.379,-0.564],[1.379,0.564]],"o":[[1.379,0.564],[-1.379,-0.564]],"v":[[21.496,24.078],[22.371,21.94]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[{"i":[[-1.379,-0.564],[1.379,0.564]],"o":[[1.379,0.564],[-1.379,-0.564]],"v":[[21.496,24.078],[22.371,21.94]]}],"e":[{"i":[[-1.133,-0.464],[1.133,0.464]],"o":[[1.133,0.464],[-1.133,-0.464]],"v":[[19.165,31.471],[19.884,29.714]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[{"i":[[-1.133,-0.464],[1.133,0.464]],"o":[[1.133,0.464],[-1.133,-0.464]],"v":[[19.165,31.471],[19.884,29.714]]}],"e":[{"i":[[-0.562,-0.577],[0.562,0.577]],"o":[[0.562,0.577],[-0.562,-0.577]],"v":[[16.578,47.746],[17.472,46.875]]}]},{"t":33}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[141.44,84.379]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 27"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0.214,0.598],[0.588,0.651],[-0.427,-0.473],[-0.233,-0.65]],"o":[[-0.295,-0.824],[-0.427,-0.472],[0.461,0.511],[0.212,0.592]],"v":[[18.233,-28.468],[16.93,-30.676],[16.21,-30],[17.268,-28.257]]}],"e":[{"i":[[0.033,0.939],[0.537,1.184],[-0.39,-0.86],[-0.035,-1.023]],"o":[[-0.045,-1.296],[-0.389,-0.858],[0.421,0.929],[0.032,0.931]],"v":[[20.807,-20.558],[19.962,-24.26],[18.641,-23.63],[19.35,-20.694]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[0.033,0.939],[0.537,1.184],[-0.39,-0.86],[-0.035,-1.023]],"o":[[-0.045,-1.296],[-0.389,-0.858],[0.421,0.929],[0.032,0.931]],"v":[[20.807,-20.558],[19.962,-24.26],[18.641,-23.63],[19.35,-20.694]]}],"e":[{"i":[[-0.193,1.367],[0.472,1.849],[-0.343,-1.343],[0.211,-1.488]],"o":[[0.267,-1.886],[-0.343,-1.341],[0.37,1.451],[-0.192,1.355]],"v":[[21.774,-12.92],[21.501,-18.489],[19.43,-17.918],[19.703,-13.491]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[-0.193,1.367],[0.472,1.849],[-0.343,-1.343],[0.211,-1.488]],"o":[[0.267,-1.886],[-0.343,-1.341],[0.37,1.451],[-0.192,1.355]],"v":[[21.774,-12.92],[21.501,-18.489],[19.43,-17.918],[19.703,-13.491]]}],"e":[{"i":[[-0.347,1.597],[0.398,2.224],[-0.288,-1.615],[0.378,-1.738]],"o":[[0.478,-2.203],[-0.289,-1.613],[0.311,1.745],[-0.344,1.582]],"v":[[22.211,-5.155],[22.371,-11.752],[19.877,-11.257],[19.815,-6.008]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[-0.347,1.597],[0.398,2.224],[-0.288,-1.615],[0.378,-1.738]],"o":[[0.478,-2.203],[-0.289,-1.613],[0.311,1.745],[-0.344,1.582]],"v":[[22.211,-5.155],[22.371,-11.752],[19.877,-11.257],[19.815,-6.008]]}],"e":[{"i":[[-0.347,1.597],[0.398,2.224],[-0.288,-1.615],[0.378,-1.738]],"o":[[0.478,-2.203],[-0.289,-1.613],[0.311,1.745],[-0.344,1.582]],"v":[[22.711,2.595],[22.871,-4.002],[20.377,-3.507],[20.315,1.742]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[-0.347,1.597],[0.398,2.224],[-0.288,-1.615],[0.378,-1.738]],"o":[[0.478,-2.203],[-0.289,-1.613],[0.311,1.745],[-0.344,1.582]],"v":[[22.711,2.595],[22.871,-4.002],[20.377,-3.507],[20.315,1.742]]}],"e":[{"i":[[-0.962,1.671],[-0.349,2.643],[0.255,-1.919],[1.047,-1.819]],"o":[[1.328,-2.305],[0.253,-1.917],[-0.276,2.074],[-0.954,1.656]],"v":[[20.54,15.093],[23.085,7.732],[20.103,7.395],[18.153,13.275]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[{"i":[[-0.962,1.671],[-0.349,2.643],[0.255,-1.919],[1.047,-1.819]],"o":[[1.328,-2.305],[0.253,-1.917],[-0.276,2.074],[-0.954,1.656]],"v":[[20.54,15.093],[23.085,7.732],[20.103,7.395],[18.153,13.275]]}],"e":[{"i":[[-0.857,1.466],[-0.323,2.325],[0.236,-1.689],[0.933,-1.596]],"o":[[1.183,-2.022],[0.234,-1.686],[-0.255,1.825],[-0.85,1.453]],"v":[[19.35,21.291],[21.635,14.824],[19.011,14.51],[17.259,19.676]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[{"i":[[-0.857,1.466],[-0.323,2.325],[0.236,-1.689],[0.933,-1.596]],"o":[[1.183,-2.022],[0.234,-1.686],[-0.255,1.825],[-0.85,1.453]],"v":[[19.35,21.291],[21.635,14.824],[19.011,14.51],[17.259,19.676]]}],"e":[{"i":[[-0.749,1.282],[-0.283,2.033],[0.206,-1.477],[0.816,-1.395]],"o":[[1.034,-1.768],[0.205,-1.475],[-0.223,1.595],[-0.743,1.27]],"v":[[18.731,24.225],[20.728,18.571],[18.434,18.296],[16.902,22.813]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[{"i":[[-0.749,1.282],[-0.283,2.033],[0.206,-1.477],[0.816,-1.395]],"o":[[1.034,-1.768],[0.205,-1.475],[-0.223,1.595],[-0.743,1.27]],"v":[[18.731,24.225],[20.728,18.571],[18.434,18.296],[16.902,22.813]]}],"e":[{"i":[[-0.616,1.053],[-0.232,1.671],[0.169,-1.213],[0.67,-1.146]],"o":[[0.85,-1.453],[0.168,-1.212],[-0.183,1.311],[-0.61,1.044]],"v":[[16.523,29.954],[18.164,25.307],[16.278,25.081],[15.02,28.793]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[{"i":[[-0.616,1.053],[-0.232,1.671],[0.169,-1.213],[0.67,-1.146]],"o":[[0.85,-1.453],[0.168,-1.212],[-0.183,1.311],[-0.61,1.044]],"v":[[16.523,29.954],[18.164,25.307],[16.278,25.081],[15.02,28.793]]}],"e":[{"i":[[-0.647,0.474],[-0.578,0.947],[0.42,-0.687],[0.705,-0.515]],"o":[[0.893,-0.653],[0.419,-0.686],[-0.454,0.742],[-0.642,0.469]],"v":[[12.148,43.034],[14.356,40.662],[13.278,40.031],[11.546,41.94]]}]},{"t":33}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[143.517,93.571]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 28"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[-7.228,0.382],[-4.464,1.244],[-0.426,2.934],[-3.365,-11.014],[6.093,-4.87],[8.168,-0.609],[11.396,-1.447],[-1.45,-0.948]],"o":[[3.763,-0.017],[1.992,-0.555],[1.074,-3.316],[1.55,1.827],[-5.696,4.552],[-6.035,0.45],[-5.028,1.29],[1.252,4.989]],"v":[[-12.74,-34.322],[0.656,-29.694],[2.074,-36.182],[13.337,-31.768],[6.48,-42.319],[-8.609,-47.557],[-25.324,-37.205],[-20.336,-23.994]]}],"e":[{"i":[[-7.605,-0.343],[-7.835,2.856],[-8.31,-0.074],[-5.703,-7.928],[6.878,-4.471],[8.612,0.202],[12.896,0.344],[0.055,-3.085]],"o":[[3.94,0.369],[6.786,-2.473],[8.197,-0.59],[1.469,2.042],[-6.43,4.179],[-6.363,-0.15],[-8.171,-0.218],[-0.21,11.882]],"v":[[-10.733,-26.202],[-2.168,-20.719],[7.77,-14.349],[16.253,-24.808],[11.152,-36.776],[-7.59,-46.849],[-18.768,-31.618],[-19.417,-20.63]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[-7.605,-0.343],[-7.835,2.856],[-8.31,-0.074],[-5.703,-7.928],[6.878,-4.471],[8.612,0.202],[12.896,0.344],[0.055,-3.085]],"o":[[3.94,0.369],[6.786,-2.473],[8.197,-0.59],[1.469,2.042],[-6.43,4.179],[-6.363,-0.15],[-8.171,-0.218],[-0.21,11.882]],"v":[[-10.733,-26.202],[-2.168,-20.719],[7.77,-14.349],[16.253,-24.808],[11.152,-36.776],[-7.59,-46.849],[-18.768,-31.618],[-19.417,-20.63]]}],"e":[{"i":[[-5.41,0.334],[-8.471,-0.376],[-5.978,1.326],[0.656,17.806],[11.259,-11.204],[8.375,-2.524],[13.907,2.673],[-0.231,-2.828]],"o":[[7.094,-0.518],[7.286,0.324],[5.747,-0.631],[-1.824,-8.098],[-6.112,4.861],[-6.377,1.922],[-8.398,-1.614],[1.571,15.961]],"v":[[-13.936,9.367],[1.358,0.155],[15.056,19.438],[21.345,-12.083],[7.109,-35.453],[-8.423,-48.15],[-18.421,-30.324],[-17.613,-12.692]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[-5.41,0.334],[-8.471,-0.376],[-5.978,1.326],[0.656,17.806],[11.259,-11.204],[8.375,-2.524],[13.907,2.673],[-0.231,-2.828]],"o":[[7.094,-0.518],[7.286,0.324],[5.747,-0.631],[-1.824,-8.098],[-6.112,4.861],[-6.377,1.922],[-8.398,-1.614],[1.571,15.961]],"v":[[-13.936,9.367],[1.358,0.155],[15.056,19.438],[21.345,-12.083],[7.109,-35.453],[-8.423,-48.15],[-18.421,-30.324],[-17.613,-12.692]]}],"e":[{"i":[[-5.579,-3.171],[-6.902,-2.195],[-8.134,-4.983],[-1.908,19.509],[12.043,-14.489],[8.312,-0.672],[12.812,2.355],[-0.132,-2.821]],"o":[[7.934,5.522],[6.377,2.132],[8.448,3.823],[0.355,-10.422],[-5.994,4.659],[-6.233,0.504],[-7.923,-1.456],[0.632,13.491]],"v":[[-17.577,20.444],[-1.526,15.81],[6.014,35.325],[20.038,-3.747],[9.355,-31.009],[-4.247,-45.147],[-16.726,-30.452],[-16.39,-9.199]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[-5.579,-3.171],[-6.902,-2.195],[-8.134,-4.983],[-1.908,19.509],[12.043,-14.489],[8.312,-0.672],[12.812,2.355],[-0.132,-2.821]],"o":[[7.934,5.522],[6.377,2.132],[8.448,3.823],[0.355,-10.422],[-5.994,4.659],[-6.233,0.504],[-7.923,-1.456],[0.632,13.491]],"v":[[-17.577,20.444],[-1.526,15.81],[6.014,35.325],[20.038,-3.747],[9.355,-31.009],[-4.247,-45.147],[-16.726,-30.452],[-16.39,-9.199]]}],"e":[{"i":[[-5.579,-3.171],[-6.902,-2.195],[-8.134,-4.983],[-1.908,19.509],[8.543,-21.489],[8.312,-0.672],[8.29,10.048],[-0.132,-2.821]],"o":[[7.934,5.522],[6.377,2.132],[8.448,3.823],[0.355,-10.422],[-2.957,8.011],[-6.233,0.504],[-7.876,-9.547],[0.632,13.491]],"v":[[-17.577,24.444],[-1.526,19.81],[6.014,39.325],[20.038,0.253],[9.105,-20.759],[-6.747,-38.147],[-16.226,-20.202],[-17.64,4.551]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[-5.579,-3.171],[-6.902,-2.195],[-8.134,-4.983],[-1.908,19.509],[8.543,-21.489],[8.312,-0.672],[8.29,10.048],[-0.132,-2.821]],"o":[[7.934,5.522],[6.377,2.132],[8.448,3.823],[0.355,-10.422],[-2.957,8.011],[-6.233,0.504],[-7.876,-9.547],[0.632,13.491]],"v":[[-17.577,24.444],[-1.526,19.81],[6.014,39.325],[20.038,0.253],[9.105,-20.759],[-6.747,-38.147],[-16.226,-20.202],[-17.64,4.551]]}],"e":[{"i":[[9.1,-15.295],[-5.657,-3.318],[-0.02,-8.589],[-3.314,20.235],[8.405,-11.582],[8.328,-0.591],[13.35,5.509],[0.426,-10.86]],"o":[[8.446,3.2],[5.714,3.351],[-2.123,17.079],[1.979,-12.085],[-4.366,6.016],[-10.735,0.762],[-11.578,-4.778],[-0.5,12.76]],"v":[[-29.684,33.007],[-17.283,46.484],[-5.315,44.384],[19.977,10.409],[12.036,-22],[0.159,-31.02],[-13.663,-19.596],[-17.762,-4.172]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[{"i":[[9.1,-15.295],[-5.657,-3.318],[-0.02,-8.589],[-3.314,20.235],[8.405,-11.582],[8.328,-0.591],[13.35,5.509],[0.426,-10.86]],"o":[[8.446,3.2],[5.714,3.351],[-2.123,17.079],[1.979,-12.085],[-4.366,6.016],[-10.735,0.762],[-11.578,-4.778],[-0.5,12.76]],"v":[[-29.684,33.007],[-17.283,46.484],[-5.315,44.384],[19.977,10.409],[12.036,-22],[0.159,-31.02],[-13.663,-19.596],[-17.762,-4.172]]}],"e":[{"i":[[1.332,-1.505],[-5.657,-3.318],[-0.02,-8.589],[-3.329,11.342],[9.016,-3.331],[6.239,0.022],[5.812,2.348],[0.426,-10.86]],"o":[[8.446,3.2],[5.714,3.351],[-2.123,17.079],[3.449,-11.75],[-14.888,5.501],[-4.517,-0.016],[-9.28,-3.749],[-0.5,12.76]],"v":[[-30.684,34.757],[-25.033,51.984],[-9.565,50.884],[15.977,20.659],[12.786,-10.5],[-0.091,-19.27],[-10.413,-9.346],[-18.012,5.828]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[{"i":[[1.332,-1.505],[-5.657,-3.318],[-0.02,-8.589],[-3.329,11.342],[9.016,-3.331],[6.239,0.022],[5.812,2.348],[0.426,-10.86]],"o":[[8.446,3.2],[5.714,3.351],[-2.123,17.079],[3.449,-11.75],[-14.888,5.501],[-4.517,-0.016],[-9.28,-3.749],[-0.5,12.76]],"v":[[-30.684,34.757],[-25.033,51.984],[-9.565,50.884],[15.977,20.659],[12.786,-10.5],[-0.091,-19.27],[-10.413,-9.346],[-18.012,5.828]]}],"e":[{"i":[[15.332,-14.255],[-5.657,-3.318],[-0.02,-8.589],[-3.329,11.342],[9.027,-3.302],[6.239,0.022],[6.812,-4.152],[1.764,-6.269]],"o":[[8.446,3.2],[5.714,3.351],[-2.123,17.079],[3.449,-11.75],[-8.888,3.251],[-4.517,-0.016],[-4.414,2.69],[-4.34,15.423]],"v":[[-37.184,42.507],[-25.033,51.984],[-9.565,50.884],[15.977,20.659],[12.036,-5.75],[-0.591,-10.02],[-15.163,-3.346],[-18.762,13.828]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[{"i":[[15.332,-14.255],[-5.657,-3.318],[-0.02,-8.589],[-3.329,11.342],[9.027,-3.302],[6.239,0.022],[6.812,-4.152],[1.764,-6.269]],"o":[[8.446,3.2],[5.714,3.351],[-2.123,17.079],[3.449,-11.75],[-8.888,3.251],[-4.517,-0.016],[-4.414,2.69],[-4.34,15.423]],"v":[[-37.184,42.507],[-25.033,51.984],[-9.565,50.884],[15.977,20.659],[12.036,-5.75],[-0.591,-10.02],[-15.163,-3.346],[-18.762,13.828]]}],"e":[{"i":[[15.332,-14.255],[-5.657,-3.318],[-0.02,-8.589],[-3.329,11.342],[6.335,-7.229],[5.977,-1.789],[0.312,-15.402],[3.41,-4.827]],"o":[[8.446,3.2],[5.714,3.351],[-2.123,17.079],[3.449,-11.75],[-7.888,9.001],[-9.261,2.772],[-0.044,2.171],[-2.954,4.181]],"v":[[-37.184,42.507],[-25.033,51.984],[-9.565,50.884],[15.227,24.409],[11.036,3],[-2.341,1.23],[-17.413,4.654],[-23.262,22.328]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[{"i":[[15.332,-14.255],[-5.657,-3.318],[-0.02,-8.589],[-3.329,11.342],[6.335,-7.229],[5.977,-1.789],[0.312,-15.402],[3.41,-4.827]],"o":[[8.446,3.2],[5.714,3.351],[-2.123,17.079],[3.449,-11.75],[-7.888,9.001],[-9.261,2.772],[-0.044,2.171],[-2.954,4.181]],"v":[[-37.184,42.507],[-25.033,51.984],[-9.565,50.884],[15.227,24.409],[11.036,3],[-2.341,1.23],[-17.413,4.654],[-23.262,22.328]]}],"e":[{"i":[[2.082,-3.005],[-5.657,-3.318],[-0.02,-8.589],[-3.329,11.342],[6.335,-7.229],[7.239,3.272],[6.312,10.098],[3.41,-4.827]],"o":[[8.446,3.2],[5.714,3.351],[-1.537,3.117],[3.449,-11.75],[-7.888,9.001],[-8.809,-3.982],[-1.151,-1.842],[-2.954,4.181]],"v":[[-42.184,48.507],[-25.033,51.984],[-9.565,50.884],[10.977,34.159],[5.536,29],[-2.841,11.23],[-22.163,18.654],[-29.012,31.578]]}]},{"t":33}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[118,196,181,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[148.292,101.127]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 38"}],"bounds":{"l":106,"t":52,"b":157,"r":170},"ip":16,"op":33,"st":12},{"ddd":0,"ind":28,"ty":4,"nm":"gotaRosa5","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[{"i":[[0.303,-0.037],[0.191,0.598],[-0.058,0.536]],"o":[[0.928,-0.162],[-0.559,0.223],[-1.321,-2.125]],"v":[[-16.926,-8.013],[-16.814,-9.023],[-15.94,-7.711]]}],"e":[{"i":[[0.303,-0.037],[1.995,-1.301],[2.817,1.911]],"o":[[0.928,-0.162],[-1.684,1.098],[-2.071,-1.405]],"v":[[-13.801,-7.388],[-4.189,-0.273],[-9.065,-3.461]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":32,"s":[{"i":[[0.303,-0.037],[1.995,-1.301],[2.817,1.911]],"o":[[0.928,-0.162],[-1.684,1.098],[-2.071,-1.405]],"v":[[-13.801,-7.388],[-4.189,-0.273],[-9.065,-3.461]]}],"e":[{"i":[[-0.769,-0.103],[2.135,-1.056],[0.432,0.926]],"o":[[1.374,0.184],[-1.138,0.563],[-0.621,-1.329]],"v":[[-1.051,-1.013],[0.936,2.602],[-0.815,0.164]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":36,"s":[{"i":[[-0.769,-0.103],[2.135,-1.056],[0.432,0.926]],"o":[[1.374,0.184],[-1.138,0.563],[-0.621,-1.329]],"v":[[-1.051,-1.013],[0.936,2.602],[-0.815,0.164]]}],"e":[{"i":[[-0.282,-0.038],[0.782,-0.387],[0.158,0.339]],"o":[[0.503,0.067],[-0.417,0.206],[-0.227,-0.487]],"v":[[0.367,2.131],[1.094,3.455],[0.453,2.562]]}]},{"t":38}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[177.939,79.053]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 3"}],"bounds":{"l":160,"t":70,"b":83,"r":180},"ip":29,"op":38,"st":11},{"ddd":0,"ind":29,"ty":4,"nm":"gotaRosa4","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":13,"s":[{"i":[[-0.332,0.4],[-0.081,-0.504]],"o":[[0.293,-0.725],[-0.206,0.371]],"v":[[7.308,2.022],[9.432,2.676]]}],"e":[{"i":[[-1.832,1.775],[-0.081,-0.504]],"o":[[1.343,-1.301],[-0.206,0.371]],"v":[[1.683,0.772],[9.432,2.676]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":16,"s":[{"i":[[-1.832,1.775],[-0.081,-0.504]],"o":[[1.343,-1.301],[-0.206,0.371]],"v":[[1.683,0.772],[9.432,2.676]]}],"e":[{"i":[[-0.429,2.405],[1.565,0.239]],"o":[[0.392,-2.2],[-1.846,-0.281]],"v":[[-3.567,-0.103],[2.432,1.801]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":19,"s":[{"i":[[-0.429,2.405],[1.565,0.239]],"o":[[0.392,-2.2],[-1.846,-0.281]],"v":[[-3.567,-0.103],[2.432,1.801]]}],"e":[{"i":[[0.983,2.237],[1.565,0.239]],"o":[[-1.582,-3.6],[-1.846,-0.281]],"v":[[-7.442,3.897],[0.307,0.676]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":23,"s":[{"i":[[0.983,2.237],[1.565,0.239]],"o":[[-1.582,-3.6],[-1.846,-0.281]],"v":[[-7.442,3.897],[0.307,0.676]]}],"e":[{"i":[[1.543,1.525],[-0.081,0.121]],"o":[[-2.797,-2.764],[0.544,0.246]],"v":[[-7.942,9.022],[-3.193,2.051]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":26,"s":[{"i":[[1.543,1.525],[-0.081,0.121]],"o":[[-2.797,-2.764],[0.544,0.246]],"v":[[-7.942,9.022],[-3.193,2.051]]}],"e":[{"i":[[3.168,0.4],[-0.081,0.121]],"o":[[-2.071,-0.261],[-0.956,3.496]],"v":[[-9.067,17.647],[-5.193,4.051]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[{"i":[[3.168,0.4],[-0.081,0.121]],"o":[[-2.071,-0.261],[-0.956,3.496]],"v":[[-9.067,17.647],[-5.193,4.051]]}],"e":[{"i":[[1.677,0.931],[-0.081,0.121]],"o":[[-1.082,-0.6],[-0.331,1.371]],"v":[[-9.317,20.522],[-8.318,16.801]]}]},{"t":34}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[94.589,44.582]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 18"}],"bounds":{"l":84,"t":43,"b":66,"r":105},"ip":13,"op":34,"st":13},{"ddd":0,"ind":30,"ty":4,"nm":"gotaRosa3","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":15,"s":[{"i":[[0.234,0.077],[-0.557,0.86],[-0.462,-0.806]],"o":[[-1.318,-0.435],[0.287,-0.444],[0.232,0.404]],"v":[[25.826,15.523],[23.658,14.011],[25.783,15.569]]}],"e":[{"i":[[0.541,0.179],[-1.286,1.987],[-1.068,-1.861]],"o":[[-3.043,-1.005],[0.664,-1.026],[0.536,0.933]],"v":[[17.77,9.684],[12.762,6.192],[17.67,9.79]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[{"i":[[0.541,0.179],[-1.286,1.987],[-1.068,-1.861]],"o":[[-3.043,-1.005],[0.664,-1.026],[0.536,0.933]],"v":[[17.77,9.684],[12.762,6.192],[17.67,9.79]]}],"e":[{"i":[[0.541,0.179],[-2.933,4.008],[-1.068,-1.861]],"o":[[-3.043,-1.005],[1.839,-2.513],[0.536,0.933]],"v":[[13.02,7.559],[4.387,0.317],[12.92,7.665]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":23,"s":[{"i":[[0.541,0.179],[-2.933,4.008],[-1.068,-1.861]],"o":[[-3.043,-1.005],[1.839,-2.513],[0.536,0.933]],"v":[[13.02,7.559],[4.387,0.317],[12.92,7.665]]}],"e":[{"i":[[0.52,-0.232],[-0.927,1.481],[-0.627,-0.412]],"o":[[-0.929,0.414],[0.494,-0.79],[0.899,0.591]],"v":[[1.52,0.934],[-1.113,-0.558],[0.92,0.29]]}]},{"t":26}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[98.589,26.45]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 4"}],"bounds":{"l":97,"t":25,"b":43,"r":125},"ip":15,"op":26,"st":15},{"ddd":0,"ind":31,"ty":4,"nm":"gotaRosa2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":13,"s":[{"i":[[1.069,-1.904],[3.166,0.708]],"o":[[-1.195,2.13],[-0.793,-0.233]],"v":[[4.681,4.064],[9.043,6.644]]}],"e":[{"i":[[2.279,-4.945],[3.207,0.487]],"o":[[-2.681,5.818],[-7.007,-1.066]],"v":[[-8.319,-1.436],[7.793,5.894]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":19,"s":[{"i":[[2.279,-4.945],[3.207,0.487]],"o":[[-2.681,5.818],[-7.007,-1.066]],"v":[[-8.319,-1.436],[7.793,5.894]]}],"e":[{"i":[[0.069,-3.404],[-0.543,0.267]],"o":[[-0.054,2.657],[-0.293,-0.733]],"v":[[-23.069,-12.686],[-7.457,-6.107]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":22,"s":[{"i":[[0.069,-3.404],[-0.543,0.267]],"o":[[-0.054,2.657],[-0.293,-0.733]],"v":[[-23.069,-12.686],[-7.457,-6.107]]}],"e":[{"i":[[0.069,-3.404],[-0.543,0.267]],"o":[[-0.054,2.657],[-0.293,-0.733]],"v":[[-26.569,-11.436],[-15.457,-10.857]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[{"i":[[0.069,-3.404],[-0.543,0.267]],"o":[[-0.054,2.657],[-0.293,-0.733]],"v":[[-26.569,-11.436],[-15.457,-10.857]]}],"e":[{"i":[[0.069,-3.404],[-0.543,0.267]],"o":[[-0.054,2.657],[-0.293,-0.733]],"v":[[-29.319,-6.936],[-15.457,-10.857]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":28,"s":[{"i":[[0.069,-3.404],[-0.543,0.267]],"o":[[-0.054,2.657],[-0.293,-0.733]],"v":[[-29.319,-6.936],[-15.457,-10.857]]}],"e":[{"i":[[-0.181,-1.154],[-0.543,0.267]],"o":[[0.412,2.625],[-0.293,-0.733]],"v":[[-29.319,-6.936],[-27.707,-7.607]]}]},{"t":31}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[113.94,26.219]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 9"}],"bounds":{"l":84,"t":12,"b":34,"r":124},"ip":13,"op":31,"st":13},{"ddd":0,"ind":32,"ty":4,"nm":"gotaRosa1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[177.502,96.273,0]},"a":{"k":[141.817,27.277,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[0.168,2.349],[-1.915,-0.012]],"o":[[-0.121,-1.698],[1.24,0.008]],"v":[[-2.852,-2.278],[-5.338,-1.609]]}],"e":[{"i":[[-1.1,3.036],[-1.691,-0.899]],"o":[[1.006,-2.777],[1.996,1.061]],"v":[[3.898,0.097],[-3.213,-2.234]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[{"i":[[-1.1,3.036],[-1.691,-0.899]],"o":[[1.006,-2.777],[1.996,1.061]],"v":[[3.898,0.097],[-3.213,-2.234]]}],"e":[{"i":[[-1.1,3.036],[-1.691,-0.899]],"o":[[1.006,-2.777],[1.996,1.061]],"v":[[8.648,3.472],[-3.213,-2.234]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[-1.1,3.036],[-1.691,-0.899]],"o":[[1.006,-2.777],[1.996,1.061]],"v":[[8.648,3.472],[-3.213,-2.234]]}],"e":[{"i":[[-0.003,1.104],[-0.01,-0.492]],"o":[[0.004,-1.198],[-0.135,0.383]],"v":[[10.523,5.722],[9.912,5.516]]}]},{"t":34}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[141.289,28.73]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 10"}],"bounds":{"l":135,"t":25,"b":35,"r":152},"ip":24,"op":34,"st":12},{"ddd":0,"ind":33,"ty":4,"nm":"manchaRosa","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[-1.007,0.038],[1.007,-0.038]],"o":[[1.007,-0.038],[-1.007,0.038]],"v":[[-7.646,-0.999],[-7.706,-2.559]]}],"e":[{"i":[[-1.931,0.129],[1.931,-0.129]],"o":[[1.931,-0.129],[-1.931,0.129]],"v":[[-8.755,-1.45],[-8.955,-4.444]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[-1.931,0.129],[1.931,-0.129]],"o":[[1.931,-0.129],[-1.931,0.129]],"v":[[-8.755,-1.45],[-8.955,-4.444]]}],"e":[{"i":[[-1.935,0],[1.935,0]],"o":[[1.935,0],[-1.935,0]],"v":[[-1.75,0.75],[-1.75,-2.25]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[-1.935,0],[1.935,0]],"o":[[1.935,0],[-1.935,0]],"v":[[-1.75,0.75],[-1.75,-2.25]]}],"e":[{"i":[[-1.935,0],[1.935,0]],"o":[[1.935,0],[-1.935,0]],"v":[[0,1.5],[0,-1.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19.125,"s":[{"i":[[-1.935,0],[1.935,0]],"o":[[1.935,0],[-1.935,0]],"v":[[0,1.5],[0,-1.5]]}],"e":[{"i":[[-1.816,-0.142],[1.816,0.142]],"o":[[1.816,0.142],[-1.816,-0.142]],"v":[[5.625,9.42],[5.846,6.605]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[-1.816,-0.142],[1.816,0.142]],"o":[[1.816,0.142],[-1.816,-0.142]],"v":[[5.625,9.42],[5.846,6.605]]}],"e":[{"i":[[-1.927,-0.447],[1.927,0.447]],"o":[[1.927,0.446],[-1.927,-0.447]],"v":[[7.734,12.285],[8.426,9.297]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[-1.927,-0.447],[1.927,0.447]],"o":[[1.927,0.446],[-1.927,-0.447]],"v":[[7.734,12.285],[8.426,9.297]]}],"e":[{"i":[[-1.929,-0.152],[1.929,0.152]],"o":[[1.929,0.152],[-1.929,-0.152]],"v":[[11.691,17.779],[11.927,14.788]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[{"i":[[-1.929,-0.152],[1.929,0.152]],"o":[[1.929,0.152],[-1.929,-0.152]],"v":[[11.691,17.779],[11.927,14.788]]}],"e":[{"i":[[-1.66,-1.076],[1.66,1.076]],"o":[[1.66,1.076],[-1.66,-1.076]],"v":[[22.881,34.083],[24.55,31.509]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[{"i":[[-1.66,-1.076],[1.66,1.076]],"o":[[1.66,1.076],[-1.66,-1.076]],"v":[[22.881,34.083],[24.55,31.509]]}],"e":[{"i":[[-1.622,-1.055],[1.622,1.055]],"o":[[1.622,1.055],[-1.622,-1.055]],"v":[[26.65,58.898],[28.286,56.383]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[{"i":[[-1.622,-1.055],[1.622,1.055]],"o":[[1.622,1.055],[-1.622,-1.055]],"v":[[26.65,58.898],[28.286,56.383]]}],"e":[{"i":[[-1.397,-0.912],[1.397,0.912]],"o":[[1.397,0.912],[-1.397,-0.912]],"v":[[22.501,93.192],[24.355,92.863]]}]},{"t":32}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[134.44,33.379]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 25"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[-0.823,-0.588],[-0.987,-1.061],[0.687,0.738],[1.179,0.843]],"o":[[1.179,0.843],[0.692,0.743],[-0.987,-1.061],[-0.813,-0.581]],"v":[[-12.369,-4.583],[-9.118,-1.728],[-8.051,-2.881],[-11.301,-5.736]]}],"e":[{"i":[[-1.603,-1.077],[-1.942,-1.971],[1.351,1.371],[2.297,1.544]],"o":[[2.296,1.543],[1.36,1.38],[-1.942,-1.971],[-1.584,-1.065]],"v":[[-13.74,-5.092],[-7.382,0.179],[-5.408,-2.08],[-11.766,-7.35]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[-1.603,-1.077],[-1.942,-1.971],[1.351,1.371],[2.297,1.544]],"o":[[2.296,1.543],[1.36,1.38],[-1.942,-1.971],[-1.584,-1.065]],"v":[[-13.74,-5.092],[-7.382,0.179],[-5.408,-2.08],[-11.766,-7.35]]}],"e":[{"i":[[-1.528,-1.182],[-1.806,-2.096],[1.256,1.458],[2.188,1.694]],"o":[[2.188,1.693],[1.265,1.468],[-1.806,-2.096],[-1.509,-1.168]],"v":[[-7.67,-2.682],[-1.678,3.003],[0.443,0.88],[-5.549,-4.803]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[-1.528,-1.182],[-1.806,-2.096],[1.256,1.458],[2.188,1.694]],"o":[[2.188,1.693],[1.265,1.468],[-1.806,-2.096],[-1.509,-1.168]],"v":[[-7.67,-2.682],[-1.678,3.003],[0.443,0.88],[-5.549,-4.803]]}],"e":[{"i":[[-1.528,-1.182],[-1.806,-2.096],[1.256,1.458],[2.189,1.693]],"o":[[2.188,1.693],[1.265,1.468],[-1.806,-2.096],[-1.509,-1.168]],"v":[[-3.92,-1.932],[2.072,3.753],[4.193,1.63],[-1.799,-4.053]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19.125,"s":[{"i":[[-1.528,-1.182],[-1.806,-2.096],[1.256,1.458],[2.189,1.693]],"o":[[2.188,1.693],[1.265,1.468],[-1.806,-2.096],[-1.509,-1.168]],"v":[[-3.92,-1.932],[2.072,3.753],[4.193,1.63],[-1.799,-4.053]]}],"e":[{"i":[[-1.347,-1.222],[-1.54,-2.099],[1.071,1.46],[1.929,1.75]],"o":[[1.928,1.749],[1.079,1.47],[-1.54,-2.099],[-1.33,-1.207]],"v":[[1.229,6.127],[6.433,11.901],[8.579,10.066],[3.375,4.293]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[-1.347,-1.222],[-1.54,-2.099],[1.071,1.46],[1.929,1.75]],"o":[[1.928,1.749],[1.079,1.47],[-1.54,-2.099],[-1.33,-1.207]],"v":[[1.229,6.127],[6.433,11.901],[8.579,10.066],[3.375,4.293]]}],"e":[{"i":[[-1.249,-1.53],[-1.315,-2.504],[0.915,1.742],[1.789,2.192]],"o":[[1.789,2.191],[0.921,1.754],[-1.315,-2.504],[-1.234,-1.512]],"v":[[3.136,9.833],[7.792,16.877],[10.395,15.253],[5.738,8.21]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[-1.249,-1.53],[-1.315,-2.504],[0.915,1.742],[1.789,2.192]],"o":[[1.789,2.191],[0.921,1.754],[-1.315,-2.504],[-1.234,-1.512]],"v":[[3.136,9.833],[7.792,16.877],[10.395,15.253],[5.738,8.21]]}],"e":[{"i":[[-1.161,-1.544],[-1.188,-2.499],[0.826,1.738],[1.663,2.212]],"o":[[1.663,2.211],[0.832,1.75],[-1.188,-2.499],[-1.147,-1.525]],"v":[[5.446,14.812],[9.724,21.877],[12.33,20.39],[8.052,13.327]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[{"i":[[-1.161,-1.544],[-1.188,-2.499],[0.826,1.738],[1.663,2.212]],"o":[[1.663,2.211],[0.832,1.75],[-1.188,-2.499],[-1.147,-1.525]],"v":[[5.446,14.812],[9.724,21.877],[12.33,20.39],[8.052,13.327]]}],"e":[{"i":[[-0.653,-1.864],[-0.383,-2.803],[0.267,1.949],[0.935,2.67]],"o":[[0.935,2.67],[0.269,1.963],[-0.383,-2.803],[-0.645,-1.841]],"v":[[16.756,32.634],[18.734,40.843],[21.734,40.202],[19.756,31.994]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[{"i":[[-0.653,-1.864],[-0.383,-2.803],[0.267,1.949],[0.935,2.67]],"o":[[0.935,2.67],[0.269,1.963],[-0.383,-2.803],[-0.645,-1.841]],"v":[[16.756,32.634],[18.734,40.843],[21.734,40.202],[19.756,31.994]]}],"e":[{"i":[[-0.283,-1.911],[0.15,-2.763],[-0.104,1.922],[0.404,2.738]],"o":[[0.405,2.737],[-0.105,1.935],[0.15,-2.763],[-0.279,-1.888]],"v":[[18.575,56.468],[18.958,64.718],[21.957,64.657],[21.574,56.408]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[{"i":[[-0.283,-1.911],[0.15,-2.763],[-0.104,1.922],[0.404,2.738]],"o":[[0.405,2.737],[-0.105,1.935],[0.15,-2.763],[-0.279,-1.888]],"v":[[18.575,56.468],[18.958,64.718],[21.957,64.657],[21.574,56.408]]}],"e":[{"i":[[-0.029,-0.762],[0.484,-0.914],[-0.337,0.636],[0.041,1.091]],"o":[[0.042,1.091],[-0.339,0.64],[0.484,-0.914],[-0.028,-0.752]],"v":[[13.938,88.292],[13.274,91.3],[16.108,92.284],[16.77,89.277]]}]},{"t":32}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[142.656,39.675]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 26"},{"ty":"gr","it":[{"ty":"fl","fillEnabled":true,"c":{"k":[204,107,88,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[114.908,60.096]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 39"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[5.557,1.702],[-2.308,-2.705],[21.515,14.611],[-12.126,-5.401],[-1.014,-5.177],[-15.081,-10.146],[-0.96,1.782],[-5.609,-0.566],[-4.301,2.151]],"o":[[-10.616,-3.963],[7.144,8.373],[-7.737,-5.254],[2.392,1.065],[1.607,5.837],[7.043,4.739],[2.597,-4.822],[6.608,0.667],[6.175,-3.198]],"v":[[1.215,-25.196],[-2.697,-20.504],[-20.681,-17.79],[-31.347,-11.996],[-33.777,-5.444],[-17.437,1.435],[-22.214,-11.37],[-4.383,-6.796],[8.658,-13.832]]}],"e":[{"i":[[5.382,1.481],[-2.291,-2.534],[21.059,13.434],[-11.791,-4.851],[-1.117,-4.942],[-5.815,-7.326],[-0.872,1.737],[-4.435,3.106],[-4.069,2.184]],"o":[[-10.302,-3.512],[7.09,7.842],[-7.573,-4.831],[2.326,0.957],[12.416,1.113],[5.069,6.386],[2.36,-4.702],[3.463,-2.425],[5.84,-3.24]],"v":[[-1.085,-26.946],[-4.712,-22.333],[-21.904,-19.232],[-31.984,-13.374],[-33.137,-4.551],[-4.905,11.888],[-13.867,-8.389],[3.41,-7.748],[15.804,-10.107]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[5.382,1.481],[-2.291,-2.534],[21.059,13.434],[-11.791,-4.851],[-1.117,-4.942],[-5.815,-7.326],[-0.872,1.737],[-4.435,3.106],[-4.069,2.184]],"o":[[-10.302,-3.512],[7.09,7.842],[-7.573,-4.831],[2.326,0.957],[12.416,1.113],[5.069,6.386],[2.36,-4.702],[3.463,-2.425],[5.84,-3.24]],"v":[[-1.085,-26.946],[-4.712,-22.333],[-21.904,-19.232],[-31.984,-13.374],[-33.137,-4.551],[-4.905,11.888],[-13.867,-8.389],[3.41,-7.748],[15.804,-10.107]]}],"e":[{"i":[[10.271,3.587],[-2.116,-2.681],[20.115,14.81],[-10.758,-6.843],[-0.784,-5.006],[-5.352,-14.79],[-4.918,0.735],[-4.633,2.802],[-8.956,-8.093]],"o":[[-10.044,-4.192],[6.55,8.298],[-7.233,-5.326],[14.622,9.302],[0.829,6.911],[2.775,7.667],[5.203,-0.777],[3.617,-2.188],[-2.581,-10.391]],"v":[[3.009,-28.025],[-2.668,-23.415],[-23.779,-23.469],[-30.478,-16.298],[-28.049,-4.849],[2.632,24.352],[11.266,16.137],[29.961,22.68],[35.986,15.155]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[10.271,3.587],[-2.116,-2.681],[20.115,14.81],[-10.758,-6.843],[-0.784,-5.006],[-5.352,-14.79],[-4.918,0.735],[-4.633,2.802],[-8.956,-8.093]],"o":[[-10.044,-4.192],[6.55,8.298],[-7.233,-5.326],[14.622,9.302],[0.829,6.911],[2.775,7.667],[5.203,-0.777],[3.617,-2.188],[-2.581,-10.391]],"v":[[3.009,-28.025],[-2.668,-23.415],[-23.779,-23.469],[-30.478,-16.298],[-28.049,-4.849],[2.632,24.352],[11.266,16.137],[29.961,22.68],[35.986,15.155]]}],"e":[{"i":[[17.349,7.827],[-2.116,-2.681],[20.115,14.81],[-10.758,-6.843],[-0.784,-5.006],[-16.437,-25.651],[-4.918,0.735],[-4.633,2.802],[-4.773,-5.022]],"o":[[-10.044,-4.192],[6.55,8.298],[-7.233,-5.326],[14.622,9.302],[0.956,3.924],[4.399,6.865],[5.203,-0.777],[3.617,-2.188],[-2.581,-10.391]],"v":[[5.009,-27.025],[-0.668,-22.415],[-22.529,-21.219],[-29.228,-14.048],[-31.549,-0.099],[5.882,24.352],[12.516,16.137],[30.211,18.93],[39.986,14.905]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19.125,"s":[{"i":[[17.349,7.827],[-2.116,-2.681],[20.115,14.81],[-10.758,-6.843],[-0.784,-5.006],[-16.437,-25.651],[-4.918,0.735],[-4.633,2.802],[-4.773,-5.022]],"o":[[-10.044,-4.192],[6.55,8.298],[-7.233,-5.326],[14.622,9.302],[0.956,3.924],[4.399,6.865],[5.203,-0.777],[3.617,-2.188],[-2.581,-10.391]],"v":[[5.009,-27.025],[-0.668,-22.415],[-22.529,-21.219],[-29.228,-14.048],[-31.549,-0.099],[5.882,24.352],[12.516,16.137],[30.211,18.93],[39.986,14.905]]}],"e":[{"i":[[15.573,9.327],[-1.788,-2.671],[10.507,8.169],[-9.59,-7.212],[-0.368,-4.755],[-2.611,-31.528],[-4.668,0.327],[-4.553,2.289],[-4.109,-5.063]],"o":[[-9.116,-4.672],[5.535,8.267],[-6.674,-5.189],[13.035,9.803],[0.608,3.752],[0.159,1.917],[4.939,-0.346],[3.555,-1.787],[-1.658,-9.939]],"v":[[14.024,-15.811],[4.569,-11.728],[-14.833,-15.424],[-21.646,-9.188],[-21.493,3.048],[6.62,41.145],[15.3,22.202],[31.698,26.124],[41.165,23.066]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[15.573,9.327],[-1.788,-2.671],[10.507,8.169],[-9.59,-7.212],[-0.368,-4.755],[-2.611,-31.528],[-4.668,0.327],[-4.553,2.289],[-4.109,-5.063]],"o":[[-9.116,-4.672],[5.535,8.267],[-6.674,-5.189],[13.035,9.803],[0.608,3.752],[0.159,1.917],[4.939,-0.346],[3.555,-1.787],[-1.658,-9.939]],"v":[[14.024,-15.811],[4.569,-11.728],[-14.833,-15.424],[-21.646,-9.188],[-21.493,3.048],[6.62,41.145],[15.3,22.202],[31.698,26.124],[41.165,23.066]]}],"e":[{"i":[[12.158,11.525],[-1.489,-3.159],[16.617,19.394],[-8.75,-9.663],[0.374,-5.167],[-4.357,-24.351],[-5.068,-0.403],[-5.261,1.722],[-3.595,-6.104]],"o":[[-9.037,-6.493],[4.609,9.777],[-5.975,-6.974],[16.753,18.499],[0.047,4.129],[1.468,8.206],[5.362,0.427],[4.108,-1.345],[-0.173,-10.946]],"v":[[16.621,-13.463],[9.903,-10.181],[-8.647,-14.034],[-11.474,-7.437],[-20.005,0.921],[3.636,34.413],[12.139,27.761],[29.121,34.626],[39.785,32.872]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[12.158,11.525],[-1.489,-3.159],[16.617,19.394],[-8.75,-9.663],[0.374,-5.167],[-4.357,-24.351],[-5.068,-0.403],[-5.261,1.722],[-3.595,-6.104]],"o":[[-9.037,-6.493],[4.609,9.777],[-5.975,-6.974],[16.753,18.499],[0.047,4.129],[1.468,8.206],[5.362,0.427],[4.108,-1.345],[-0.173,-10.946]],"v":[[16.621,-13.463],[9.903,-10.181],[-8.647,-14.034],[-11.474,-7.437],[-20.005,0.921],[3.636,34.413],[12.139,27.761],[29.121,34.626],[39.785,32.872]]}],"e":[{"i":[[12.311,15.855],[9.696,6.761],[12.464,8.037],[-10.186,-7.669],[-0.388,-5.052],[-3.377,-12.124],[-4.961,0.345],[-10.559,-1.634],[-7.262,-5.933]],"o":[[-9.096,-8.405],[-8.671,-6.047],[-7.549,-4.868],[13.844,10.424],[0.644,3.987],[2.188,7.854],[5.248,-0.365],[4.716,0.73],[0.152,-24.762]],"v":[[19.399,-11.569],[6.917,-8.181],[3.27,-1.502],[-10.151,-2.39],[-8.992,7.431],[4.657,31.186],[14.417,65.019],[31.338,54.196],[41.128,43.824]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[{"i":[[12.311,15.855],[9.696,6.761],[12.464,8.037],[-10.186,-7.669],[-0.388,-5.052],[-3.377,-12.124],[-4.961,0.345],[-10.559,-1.634],[-7.262,-5.933]],"o":[[-9.096,-8.405],[-8.671,-6.047],[-7.549,-4.868],[13.844,10.424],[0.644,3.987],[2.188,7.854],[5.248,-0.365],[4.716,0.73],[0.152,-24.762]],"v":[[19.399,-11.569],[6.917,-8.181],[3.27,-1.502],[-10.151,-2.39],[-8.992,7.431],[4.657,31.186],[14.417,65.019],[31.338,54.196],[41.128,43.824]]}],"e":[{"i":[[7.504,14.978],[-0.324,-3.477],[9.015,23.895],[-4.935,-12.066],[2.112,-4.73],[2.411,-21.576],[-2.322,0.481],[-5.533,-0.173],[-1.301,-6.963]],"o":[[-6.284,-9.184],[1.003,10.762],[-3.242,-8.593],[9.448,23.1],[-1.363,3.898],[-0.157,1.407],[5.267,-1.09],[4.32,0.135],[7.247,-10.253]],"v":[[33.541,8.86],[26.107,9.657],[9.98,-0.286],[5.074,4.953],[-5.795,9.905],[5.748,52.04],[14.746,51.062],[28.909,58.331],[36.532,62.815]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[{"i":[[7.504,14.978],[-0.324,-3.477],[9.015,23.895],[-4.935,-12.066],[2.112,-4.73],[2.411,-21.576],[-2.322,0.481],[-5.533,-0.173],[-1.301,-6.963]],"o":[[-6.284,-9.184],[1.003,10.762],[-3.242,-8.593],[9.448,23.1],[-1.363,3.898],[-0.157,1.407],[5.267,-1.09],[4.32,0.135],[7.247,-10.253]],"v":[[33.541,8.86],[26.107,9.657],[9.98,-0.286],[5.074,4.953],[-5.795,9.905],[5.748,52.04],[14.746,51.062],[28.909,58.331],[36.532,62.815]]}],"e":[{"i":[[3.24,19.81],[5.287,10.572],[7.109,13.015],[-5.284,-11.604],[2.073,-4.623],[2.825,-12.264],[-4.523,-2.067],[-8.495,-6.48],[-3.545,-8.681]],"o":[[-3.975,-11.729],[-4.729,-9.455],[-4.306,-7.883],[7.182,15.772],[-1.339,3.81],[-1.83,7.945],[4.785,2.187],[3.794,2.894],[11.963,-21.68]],"v":[[38.684,30.36],[26.1,27.372],[19.705,31.498],[8.339,24.306],[4.665,33.487],[5.306,60.876],[-8.283,87.261],[12.752,91.337],[26.808,87.903]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[{"i":[[3.24,19.81],[5.287,10.572],[7.109,13.015],[-5.284,-11.604],[2.073,-4.623],[2.825,-12.264],[-4.523,-2.067],[-8.495,-6.48],[-3.545,-8.681]],"o":[[-3.975,-11.729],[-4.729,-9.455],[-4.306,-7.883],[7.182,15.772],[-1.339,3.81],[-1.83,7.945],[4.785,2.187],[3.794,2.894],[11.963,-21.68]],"v":[[38.684,30.36],[26.1,27.372],[19.705,31.498],[8.339,24.306],[4.665,33.487],[5.306,60.876],[-8.283,87.261],[12.752,91.337],[26.808,87.903]]}],"e":[{"i":[[0.595,5.702],[2.679,-9.31],[3.307,0.964],[3.94,3.256],[1.114,-8.424],[2.973,-6.814],[-4.523,-2.067],[-8.495,-6.48],[-3.545,-8.681]],"o":[[2.095,-5.798],[-0.648,2.25],[-4.926,-1.436],[-2.803,-2.317],[-1.386,9.076],[-3.26,7.473],[4.785,2.187],[3.794,2.894],[2.971,-1.841]],"v":[[39.184,55.86],[34.1,48.372],[28.205,58.998],[17.339,43.806],[4.165,49.987],[2.306,73.876],[-8.283,87.261],[12.752,91.337],[26.808,87.903]]}]},{"t":32}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[126.161,53.817]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 40"}],"bounds":{"l":89,"t":24,"b":146,"r":168},"ip":13,"op":32,"st":13},{"ddd":0,"ind":34,"ty":0,"nm":"yellow","refId":"comp_50","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[125,135,0],"e":[125,135,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[125,135,0],"e":[125,138.266,0],"to":[0,0.06294004619122,0],"ti":[0,-0.11136794090271,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[125,138.266,0],"e":[125,137.5,0],"to":[0,0.62589412927628,0],"ti":[0,-0.3537266254425,0]},{"t":42}]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"w":250,"h":275,"ip":9,"op":6296,"st":-4},{"ddd":0,"ind":35,"ty":4,"nm":"Ooriginal 6","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[120.41,157.974,0]},"a":{"k":[217.726,73.648,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":50,"s":[{"i":[[1.569,0.504],[0.897,0.253],[1.129,-0.175],[1.638,-0.455],[1.61,-2.335],[-4.685,1.971],[-6.224,1.558],[-2.721,-0.348],[-1.304,-1.001],[-0.063,-1.302],[1.063,-0.239]],"o":[[-1.883,-0.605],[-1.408,-0.396],[-2.589,0.401],[-1.203,0.334],[-1.229,1.782],[2.153,-0.906],[2.382,-0.596],[1.366,0.175],[0.879,0.675],[0.035,0.723],[-1.361,0.307]],"v":[[19.062,-63.32],[15.062,-64.583],[11.913,-64.824],[1.319,-60.57],[-4.085,-58.091],[-4.851,-59.682],[12.284,-68.795],[19.564,-68.987],[24.087,-67.389],[25.658,-64.476],[23.903,-63.029]]}],"e":[{"i":[[3.817,2.898],[4.562,-1.669],[7.239,5.775],[4.963,-0.428],[0.725,2.608],[-9.404,3.287],[-12.432,-1.896],[-6.877,-7.207],[-1.646,-4.877],[0.412,-2.463],[6.866,-1.028]],"o":[[-3.682,-2.795],[-12.501,4.573],[-10.291,-8.21],[-9.925,0.856],[-0.968,-3.481],[11.31,-3.953],[3.983,0.608],[1.892,1.982],[1.068,3.166],[-0.479,2.86],[-6.359,0.952]],"v":[[73.312,-35.359],[67.238,-49.547],[51.847,-62.275],[29.519,-65.527],[4.377,-64.188],[15.107,-71.944],[58.437,-76.211],[81.386,-62.79],[87.682,-51.118],[88.938,-42.296],[79.097,-42.927]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52,"s":[{"i":[[3.817,2.898],[4.562,-1.669],[7.239,5.775],[4.963,-0.428],[0.725,2.608],[-9.404,3.287],[-12.432,-1.896],[-6.877,-7.207],[-1.646,-4.877],[0.412,-2.463],[6.866,-1.028]],"o":[[-3.682,-2.795],[-12.501,4.573],[-10.291,-8.21],[-9.925,0.856],[-0.968,-3.481],[11.31,-3.953],[3.983,0.608],[1.892,1.982],[1.068,3.166],[-0.479,2.86],[-6.359,0.952]],"v":[[73.312,-35.359],[67.238,-49.547],[51.847,-62.275],[29.519,-65.527],[4.377,-64.188],[15.107,-71.944],[58.437,-76.211],[81.386,-62.79],[87.682,-51.118],[88.938,-42.296],[79.097,-42.927]]}],"e":[{"i":[[3.048,4.016],[-0.201,9.556],[6.595,9.748],[6.269,0.049],[1.045,3.243],[-11.659,4.615],[-14.275,-6.838],[-9.018,-8.712],[-4.883,-11.062],[-5.749,-10.465],[5.768,-3.53]],"o":[[-4.52,-5.954],[0.316,-14.999],[-13.253,-19.589],[-3.08,-0.024],[-1.395,-4.329],[14.022,-5.55],[8.019,3.841],[2.444,2.361],[3.292,7.457],[6.936,12.626],[-7.384,4.519]],"v":[[75.258,2.98],[64.363,-6.894],[56.503,-47.756],[17.244,-70.98],[-13.413,-67.412],[-0.315,-77.716],[46.328,-82.385],[70.571,-66.862],[84.939,-47.061],[81.302,-18.601],[78.82,20.277]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":54,"s":[{"i":[[3.048,4.016],[-0.201,9.556],[6.595,9.748],[6.269,0.049],[1.045,3.243],[-11.659,4.615],[-14.275,-6.838],[-9.018,-8.712],[-4.883,-11.062],[-5.749,-10.465],[5.768,-3.53]],"o":[[-4.52,-5.954],[0.316,-14.999],[-13.253,-19.589],[-3.08,-0.024],[-1.395,-4.329],[14.022,-5.55],[8.019,3.841],[2.444,2.361],[3.292,7.457],[6.936,12.626],[-7.384,4.519]],"v":[[75.258,2.98],[64.363,-6.894],[56.503,-47.756],[17.244,-70.98],[-13.413,-67.412],[-0.315,-77.716],[46.328,-82.385],[70.571,-66.862],[84.939,-47.061],[81.302,-18.601],[78.82,20.277]]}],"e":[{"i":[[13.15,1.556],[-8.525,10.321],[10.847,17.964],[18.967,1.104],[17.41,-5.379],[-11.753,4.889],[-14.487,-6.654],[-7.202,-10.547],[-4.103,-16.945],[6.182,-9.548],[4.596,7.789]],"o":[[-17.35,10.056],[13.382,-16.201],[-8.743,-11.092],[-3.406,-0.422],[-1.358,-4.805],[13.553,-5.865],[8.4,3.738],[4.516,6.614],[2.766,11.423],[-19.632,30.322],[-3.499,-5.93]],"v":[[56.588,25.47],[47.927,12.291],[64.98,-41.383],[21.271,-71.579],[-20.673,-67.095],[-2.815,-79.109],[47.579,-79.75],[72.677,-57.048],[91.362,-17.392],[88.002,15.387],[45.737,55.956]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56,"s":[{"i":[[13.15,1.556],[-8.525,10.321],[10.847,17.964],[18.967,1.104],[17.41,-5.379],[-11.753,4.889],[-14.487,-6.654],[-7.202,-10.547],[-4.103,-16.945],[6.182,-9.548],[4.596,7.789]],"o":[[-17.35,10.056],[13.382,-16.201],[-8.743,-11.092],[-3.406,-0.422],[-1.358,-4.805],[13.553,-5.865],[8.4,3.738],[4.516,6.614],[2.766,11.423],[-19.632,30.322],[-3.499,-5.93]],"v":[[56.588,25.47],[47.927,12.291],[64.98,-41.383],[21.271,-71.579],[-20.673,-67.095],[-2.815,-79.109],[47.579,-79.75],[72.677,-57.048],[91.362,-17.392],[88.002,15.387],[45.737,55.956]]}],"e":[{"i":[[-1.48,9.782],[-14.17,-2.982],[-4.403,14.78],[27.26,16.962],[16.636,-1.855],[-10.803,3.518],[-14.98,-6.227],[-6.431,-11.598],[0.188,-19.57],[5.785,-9.504],[19.314,5.313]],"o":[[2.033,-13.442],[54.192,11.405],[1.597,-16.72],[-6.531,-3.214],[-1.27,-5.91],[12.632,-2.733],[9.283,3.498],[5.556,10.327],[-0.127,13.193],[-18.372,28.995],[-35.273,-9.48]],"v":[[-16.283,47.244],[-21.455,27.621],[46.641,0.246],[26.644,-58.769],[-11.398,-62.12],[2.605,-75.741],[40.523,-71.599],[71.603,-43.93],[81.658,6.099],[73.404,41.732],[-11.49,67.506]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":58,"s":[{"i":[[-1.48,9.782],[-14.17,-2.982],[-4.403,14.78],[27.26,16.962],[16.636,-1.855],[-10.803,3.518],[-14.98,-6.227],[-6.431,-11.598],[0.188,-19.57],[5.785,-9.504],[19.314,5.313]],"o":[[2.033,-13.442],[54.192,11.405],[1.597,-16.72],[-6.531,-3.214],[-1.27,-5.91],[12.632,-2.733],[9.283,3.498],[5.556,10.327],[-0.127,13.193],[-18.372,28.995],[-35.273,-9.48]],"v":[[-16.283,47.244],[-21.455,27.621],[46.641,0.246],[26.644,-58.769],[-11.398,-62.12],[2.605,-75.741],[40.523,-71.599],[71.603,-43.93],[81.658,6.099],[73.404,41.732],[-11.49,67.506]]}],"e":[{"i":[[-17.589,-7.278],[-9.984,-12.909],[-9.173,9.184],[31.406,24.89],[15.733,-2.741],[-10.328,2.832],[-15.226,-6.013],[-6.046,-12.123],[2.333,-20.882],[5.586,-9.482],[26.688,3.971]],"o":[[22.706,9.395],[29.383,37.99],[15.017,-15.034],[-8.094,-4.61],[-1.227,-6.463],[12.172,-1.168],[9.725,3.378],[6.076,12.183],[-1.573,14.077],[-17.741,28.331],[-57.16,-8.505]],"v":[[-71.468,38.63],[-45.145,21.035],[26.221,13.56],[29.331,-52.365],[-11.261,-59.632],[0.066,-74.807],[38.496,-70.524],[71.066,-37.371],[76.805,17.845],[66.105,54.905],[-7.103,86.031]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":59,"s":[{"i":[[-17.589,-7.278],[-9.984,-12.909],[-9.173,9.184],[31.406,24.89],[15.733,-2.741],[-10.328,2.832],[-15.226,-6.013],[-6.046,-12.123],[2.333,-20.882],[5.586,-9.482],[26.688,3.971]],"o":[[22.706,9.395],[29.383,37.99],[15.017,-15.034],[-8.094,-4.61],[-1.227,-6.463],[12.172,-1.168],[9.725,3.378],[6.076,12.183],[-1.573,14.077],[-17.741,28.331],[-57.16,-8.505]],"v":[[-71.468,38.63],[-45.145,21.035],[26.221,13.56],[29.331,-52.365],[-11.261,-59.632],[0.066,-74.807],[38.496,-70.524],[71.066,-37.371],[76.805,17.845],[66.105,54.905],[-7.103,86.031]]}],"e":[{"i":[[-16.794,-18.105],[-18.688,-21.185],[-18.315,-3.686],[14.406,24.39],[20.499,2.657],[-19.828,4.332],[-11.754,-9.27],[-5.329,-33.104],[17.293,-17.65],[18.779,-0.365],[10.476,23.915]],"o":[[16.706,27.395],[12.027,13.634],[20.832,4.193],[-6.594,-7.61],[-42.466,-5.505],[19.172,-1.168],[12.742,10.049],[4.296,26.687],[-11.658,11.898],[-36.562,0.711],[-14.559,-33.236]],"v":[[-71.968,-22.87],[-45.575,-12.79],[-0.779,22.56],[31.331,-26.865],[1.739,-44.132],[-4.934,-70.807],[44.496,-60.524],[78.066,-10.371],[56.802,61.015],[10.605,80.905],[-66.204,41.761]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":61,"s":[{"i":[[-16.794,-18.105],[-18.688,-21.185],[-18.315,-3.686],[14.406,24.39],[20.499,2.657],[-19.828,4.332],[-11.754,-9.27],[-5.329,-33.104],[17.293,-17.65],[18.779,-0.365],[10.476,23.915]],"o":[[16.706,27.395],[12.027,13.634],[20.832,4.193],[-6.594,-7.61],[-42.466,-5.505],[19.172,-1.168],[12.742,10.049],[4.296,26.687],[-11.658,11.898],[-36.562,0.711],[-14.559,-33.236]],"v":[[-71.968,-22.87],[-45.575,-12.79],[-0.779,22.56],[31.331,-26.865],[1.739,-44.132],[-4.934,-70.807],[44.496,-60.524],[78.066,-10.371],[56.802,61.015],[10.605,80.905],[-66.204,41.761]]}],"e":[{"i":[[-11.294,40.895],[3.88,-10.795],[-11.226,-19.251],[-0.594,49.39],[16.499,4.157],[-29.828,-0.168],[-11.758,-28.451],[9.663,-12.529],[24.016,-2.744],[16.5,8.973],[-1.511,25.556]],"o":[[13.206,-13.105],[-6.091,16.945],[16.017,27.466],[0.277,-23.07],[-28.619,-7.211],[13.688,0.077],[9.415,22.782],[-14.233,18.455],[-16.19,1.85],[-24.502,-13.324],[4.189,-70.841]],"v":[[-40.968,-49.37],[-31.599,-27.889],[-39.779,27.56],[39.331,10.135],[16.739,-41.132],[19.066,-68.807],[71.996,-26.024],[66.066,47.629],[5.974,81.848],[-43.895,71.905],[-77.452,6.367]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":63,"s":[{"i":[[-11.294,40.895],[3.88,-10.795],[-11.226,-19.251],[-0.594,49.39],[16.499,4.157],[-29.828,-0.168],[-11.758,-28.451],[9.663,-12.529],[24.016,-2.744],[16.5,8.973],[-1.511,25.556]],"o":[[13.206,-13.105],[-6.091,16.945],[16.017,27.466],[0.277,-23.07],[-28.619,-7.211],[13.688,0.077],[9.415,22.782],[-14.233,18.455],[-16.19,1.85],[-24.502,-13.324],[4.189,-70.841]],"v":[[-40.968,-49.37],[-31.599,-27.889],[-39.779,27.56],[39.331,10.135],[16.739,-41.132],[19.066,-68.807],[71.996,-26.024],[66.066,47.629],[5.974,81.848],[-43.895,71.905],[-77.452,6.367]]}],"e":[{"i":[[-22.903,-15.498],[9.979,-7.396],[0.01,-27.203],[-0.594,49.39],[16.333,4.768],[-29.173,-6.218],[-12.865,-27.968],[9.854,-12.379],[30.715,10.456],[5.958,17.812],[-13.299,20.657]],"o":[[10.198,8.326],[-15.664,11.61],[-0.012,31.795],[0.277,-23.07],[-32.001,-9.343],[22.672,4.832],[14.742,32.049],[-22.297,28.012],[-20.706,-7.049],[-9.152,-27.358],[17.025,-26.444]],"v":[[5.032,-63.369],[0.198,-41.198],[-43.279,11.56],[39.331,10.135],[16.739,-41.132],[14.566,-72.807],[73.996,-29.524],[61.566,54.629],[-30.158,76.549],[-73.895,37.905],[-63.537,-38.26]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":65,"s":[{"i":[[-22.903,-15.498],[9.979,-7.396],[0.01,-27.203],[-0.594,49.39],[16.333,4.768],[-29.173,-6.218],[-12.865,-27.968],[9.854,-12.379],[30.715,10.456],[5.958,17.812],[-13.299,20.657]],"o":[[10.198,8.326],[-15.664,11.61],[-0.012,31.795],[0.277,-23.07],[-32.001,-9.343],[22.672,4.832],[14.742,32.049],[-22.297,28.012],[-20.706,-7.049],[-9.152,-27.358],[17.025,-26.444]],"v":[[5.032,-63.369],[0.198,-41.198],[-43.279,11.56],[39.331,10.135],[16.739,-41.132],[14.566,-72.807],[73.996,-29.524],[61.566,54.629],[-30.158,76.549],[-73.895,37.905],[-63.537,-38.26]]}],"e":[{"i":[[-1.569,-16.902],[11.192,-4.522],[-1.211,-40.642],[-23.594,66.89],[16.999,6.157],[-46.328,13.832],[-12.865,-27.968],[9.854,-12.379],[31.435,11.605],[5.952,17.814],[-21.13,18.114]],"o":[[-0.309,12.023],[-17.568,7.098],[0.947,31.781],[7.675,-21.758],[-31.344,-11.354],[22.212,-6.632],[14.742,32.049],[-22.297,28.012],[-21.192,-7.823],[-13.537,-40.515],[27.049,-23.188]],"v":[[12.032,-64.869],[-8.82,-44.161],[-47.279,11.56],[43.331,10.635],[16.739,-41.132],[-0.434,-77.307],[73.996,-29.524],[61.566,54.629],[-31.775,73.974],[-76.395,33.905],[-53.995,-54.491]]}]},{"t":67}]},"nm":"Path 2"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[218.079,77.648]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 9"}],"bounds":{"l":136,"t":-8,"b":165,"r":312},"ip":50,"op":66,"st":50},{"ddd":0,"ind":36,"ty":4,"nm":"Ooriginal 7","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[120.41,157.974,0]},"a":{"k":[217.726,73.648,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p833_1_0p167_0p167","t":66,"s":[{"i":[[-5.266,12.285],[8.576,9.433],[12.923,-3.783],[11.254,-5.263],[5.325,-12.753],[-11.396,-5.594],[-14.37,9.736],[-12.029,4.064]],"o":[[4.52,-10.546],[-8.576,-9.434],[-12.005,3.515],[-11.548,5.401],[-5.15,12.334],[10.754,5.28],[10.354,-7.014],[12.384,-4.184]],"v":[[43.717,1.571],[32.024,-32.04],[-0.185,-46.191],[-31.516,-33.211],[-44.088,1.279],[-31.516,36.246],[0.107,50.29],[30.853,37.71]]}],"e":[{"i":[[0,13.366],[8.576,9.433],[12.506,0],[8.576,-9.434],[0,-13.363],[-8.576,-9.36],[-12.509,0],[-8.576,9.363]],"o":[[0,-13.363],[-8.576,-9.434],[-12.509,0],[-8.576,9.433],[0,13.366],[8.576,9.363],[12.506,0],[8.576,-9.36]],"v":[[43.095,2.607],[32.231,-30.589],[-0.393,-44.74],[-31.516,-32.589],[-43.881,2.107],[-31.516,37.697],[0.107,51.741],[30.231,40.197]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":70,"s":[{"i":[[0,13.366],[8.576,9.433],[12.506,0],[8.576,-9.434],[0,-13.363],[-8.576,-9.36],[-12.509,0],[-8.576,9.363]],"o":[[0,-13.363],[-8.576,-9.434],[-12.509,0],[-8.576,9.433],[0,13.366],[8.576,9.363],[12.506,0],[8.576,-9.36]],"v":[[43.095,2.607],[32.231,-30.589],[-0.393,-44.74],[-31.516,-32.589],[-43.881,2.107],[-31.516,37.697],[0.107,51.741],[30.231,40.197]]}],"e":[{"i":[[-5.266,12.285],[8.576,9.433],[12.923,-3.783],[11.254,-5.263],[5.325,-12.753],[-11.396,-5.594],[-14.37,9.736],[-12.029,4.064]],"o":[[4.52,-10.546],[-8.576,-9.434],[-12.005,3.515],[-11.548,5.401],[-5.15,12.334],[10.754,5.28],[10.354,-7.014],[12.384,-4.184]],"v":[[43.717,1.571],[32.024,-32.04],[-0.185,-46.191],[-31.516,-33.211],[-44.088,1.279],[-31.516,36.246],[0.107,50.29],[30.853,37.71]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p833_1_0p167_0p167","t":74,"s":[{"i":[[-5.266,12.285],[8.576,9.433],[12.923,-3.783],[11.254,-5.263],[5.325,-12.753],[-11.396,-5.594],[-14.37,9.736],[-12.029,4.064]],"o":[[4.52,-10.546],[-8.576,-9.434],[-12.005,3.515],[-11.548,5.401],[-5.15,12.334],[10.754,5.28],[10.354,-7.014],[12.384,-4.184]],"v":[[43.717,1.571],[32.024,-32.04],[-0.185,-46.191],[-31.516,-33.211],[-44.088,1.279],[-31.516,36.246],[0.107,50.29],[30.853,37.71]]}],"e":[{"i":[[0,13.366],[8.576,9.433],[12.506,0],[8.576,-9.434],[0,-13.363],[-8.576,-9.36],[-12.509,0],[-8.576,9.363]],"o":[[0,-13.363],[-8.576,-9.434],[-12.509,0],[-8.576,9.433],[0,13.366],[8.576,9.363],[12.506,0],[8.576,-9.36]],"v":[[43.095,2.607],[32.231,-30.589],[-0.393,-44.74],[-31.516,-32.589],[-43.881,2.107],[-31.516,37.697],[0.107,51.741],[30.231,40.197]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":78,"s":[{"i":[[0,13.366],[8.576,9.433],[12.506,0],[8.576,-9.434],[0,-13.363],[-8.576,-9.36],[-12.509,0],[-8.576,9.363]],"o":[[0,-13.363],[-8.576,-9.434],[-12.509,0],[-8.576,9.433],[0,13.366],[8.576,9.363],[12.506,0],[8.576,-9.36]],"v":[[43.095,2.607],[32.231,-30.589],[-0.393,-44.74],[-31.516,-32.589],[-43.881,2.107],[-31.516,37.697],[0.107,51.741],[30.231,40.197]]}],"e":[{"i":[[-5.266,12.285],[8.576,9.433],[12.923,-3.783],[11.254,-5.263],[5.325,-12.753],[-11.396,-5.594],[-14.37,9.736],[-12.029,4.064]],"o":[[4.52,-10.546],[-8.576,-9.434],[-12.005,3.515],[-11.548,5.401],[-5.15,12.334],[10.754,5.28],[10.354,-7.014],[12.384,-4.184]],"v":[[43.717,1.571],[32.024,-32.04],[-0.185,-46.191],[-31.516,-33.211],[-44.088,1.279],[-31.516,36.246],[0.107,50.29],[30.853,37.71]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p833_1_0p167_0p167","t":82,"s":[{"i":[[-5.266,12.285],[8.576,9.433],[12.923,-3.783],[11.254,-5.263],[5.325,-12.753],[-11.396,-5.594],[-14.37,9.736],[-12.029,4.064]],"o":[[4.52,-10.546],[-8.576,-9.434],[-12.005,3.515],[-11.548,5.401],[-5.15,12.334],[10.754,5.28],[10.354,-7.014],[12.384,-4.184]],"v":[[43.717,1.571],[32.024,-32.04],[-0.185,-46.191],[-31.516,-33.211],[-44.088,1.279],[-31.516,36.246],[0.107,50.29],[30.853,37.71]]}],"e":[{"i":[[0,13.366],[8.576,9.433],[12.506,0],[8.576,-9.434],[0,-13.363],[-8.576,-9.36],[-12.509,0],[-8.576,9.363]],"o":[[0,-13.363],[-8.576,-9.434],[-12.509,0],[-8.576,9.433],[0,13.366],[8.576,9.363],[12.506,0],[8.576,-9.36]],"v":[[44.595,0.107],[31.731,-34.089],[0.107,-48.24],[-31.516,-34.089],[-44.381,0.107],[-31.516,34.197],[0.107,48.241],[31.731,34.197]]}]},{"t":87}]},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p833_1_0p167_0p167","t":66,"s":[{"i":[[19.157,-6.696],[19.737,7.078],[8.696,22.768],[-11.15,18.979],[-19.101,9.143],[-21.308,-6.074],[-19.18,-8.976],[-5.38,-21.342]],"o":[[-19.99,6.987],[-20.857,-7.479],[-7.556,-19.783],[12.129,-20.646],[21.196,-10.145],[22.237,6.338],[17.486,8.184],[4.931,19.561]],"v":[[55.08,58.722],[0.001,79.448],[-55.959,57.258],[-78.392,1.172],[-55.959,-54.329],[0.001,-76.813],[56.251,-53.158],[77.806,1.464]]}],"e":[{"i":[[15.149,-14.794],[22.153,0],[15.149,14.793],[0,22.012],[-15.152,14.794],[-22.157,0],[-15.152,-14.794],[0,-22.01]],"o":[[-15.152,14.793],[-22.157,0],[-15.152,-14.794],[0,-22.01],[15.149,-14.794],[22.153,0],[15.149,14.794],[0,22.012]],"v":[[54.458,61.208],[0,80.898],[-55.959,58.708],[-78.184,2.001],[-55.959,-53.707],[0,-76.398],[56.458,-51.707],[77.184,2.501]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":70,"s":[{"i":[[15.149,-14.794],[22.153,0],[15.149,14.793],[0,22.012],[-15.152,14.794],[-22.157,0],[-15.152,-14.794],[0,-22.01]],"o":[[-15.152,14.793],[-22.157,0],[-15.152,-14.794],[0,-22.01],[15.149,-14.794],[22.153,0],[15.149,14.794],[0,22.012]],"v":[[54.458,61.208],[0,80.898],[-55.959,58.708],[-78.184,2.001],[-55.959,-53.707],[0,-76.398],[56.458,-51.707],[77.184,2.501]]}],"e":[{"i":[[19.157,-6.696],[19.737,7.078],[8.696,22.768],[-11.15,18.979],[-19.101,9.143],[-21.308,-6.074],[-19.18,-8.976],[-5.38,-21.342]],"o":[[-19.99,6.987],[-20.857,-7.479],[-7.556,-19.783],[12.129,-20.646],[21.196,-10.145],[22.237,6.338],[17.486,8.184],[4.931,19.561]],"v":[[55.08,58.722],[0.001,79.448],[-55.959,57.258],[-78.392,1.172],[-55.959,-54.329],[0.001,-76.813],[56.251,-53.158],[77.806,1.464]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p833_1_0p167_0p167","t":74,"s":[{"i":[[19.157,-6.696],[19.737,7.078],[8.696,22.768],[-11.15,18.979],[-19.101,9.143],[-21.308,-6.074],[-19.18,-8.976],[-5.38,-21.342]],"o":[[-19.99,6.987],[-20.857,-7.479],[-7.556,-19.783],[12.129,-20.646],[21.196,-10.145],[22.237,6.338],[17.486,8.184],[4.931,19.561]],"v":[[55.08,58.722],[0.001,79.448],[-55.959,57.258],[-78.392,1.172],[-55.959,-54.329],[0.001,-76.813],[56.251,-53.158],[77.806,1.464]]}],"e":[{"i":[[15.149,-14.794],[22.153,0],[15.149,14.793],[0,22.012],[-15.152,14.794],[-22.157,0],[-15.152,-14.794],[0,-22.01]],"o":[[-15.152,14.793],[-22.157,0],[-15.152,-14.794],[0,-22.01],[15.149,-14.794],[22.153,0],[15.149,14.794],[0,22.012]],"v":[[54.458,61.208],[0,80.898],[-55.959,58.708],[-78.184,2.001],[-55.959,-53.707],[0,-76.398],[56.458,-51.707],[77.184,2.501]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":78,"s":[{"i":[[15.149,-14.794],[22.153,0],[15.149,14.793],[0,22.012],[-15.152,14.794],[-22.157,0],[-15.152,-14.794],[0,-22.01]],"o":[[-15.152,14.793],[-22.157,0],[-15.152,-14.794],[0,-22.01],[15.149,-14.794],[22.153,0],[15.149,14.794],[0,22.012]],"v":[[54.458,61.208],[0,80.898],[-55.959,58.708],[-78.184,2.001],[-55.959,-53.707],[0,-76.398],[56.458,-51.707],[77.184,2.501]]}],"e":[{"i":[[19.157,-6.696],[19.737,7.078],[8.696,22.768],[-11.15,18.979],[-19.101,9.143],[-21.308,-6.074],[-19.18,-8.976],[-5.38,-21.342]],"o":[[-19.99,6.987],[-20.857,-7.479],[-7.556,-19.783],[12.129,-20.646],[21.196,-10.145],[22.237,6.338],[17.486,8.184],[4.931,19.561]],"v":[[55.08,58.722],[0.001,79.448],[-55.959,57.258],[-78.392,1.172],[-55.959,-54.329],[0.001,-76.813],[56.251,-53.158],[77.806,1.464]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p833_1_0p167_0p167","t":82,"s":[{"i":[[19.157,-6.696],[19.737,7.078],[8.696,22.768],[-11.15,18.979],[-19.101,9.143],[-21.308,-6.074],[-19.18,-8.976],[-5.38,-21.342]],"o":[[-19.99,6.987],[-20.857,-7.479],[-7.556,-19.783],[12.129,-20.646],[21.196,-10.145],[22.237,6.338],[17.486,8.184],[4.931,19.561]],"v":[[55.08,58.722],[0.001,79.448],[-55.959,57.258],[-78.392,1.172],[-55.959,-54.329],[0.001,-76.813],[56.251,-53.158],[77.806,1.464]]}],"e":[{"i":[[15.149,-14.794],[22.153,0],[15.149,14.793],[0,22.012],[-15.152,14.794],[-22.157,0],[-15.152,-14.794],[0,-22.01]],"o":[[-15.152,14.793],[-22.157,0],[-15.152,-14.794],[0,-22.01],[15.149,-14.794],[22.153,0],[15.149,14.794],[0,22.012]],"v":[[55.958,55.208],[0,77.398],[-55.959,55.208],[-78.684,0.001],[-55.959,-55.207],[0,-77.398],[55.958,-55.207],[78.684,0.001]]}]},{"t":87}]},"nm":"Path 2"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[218.079,77.648]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 9"}],"bounds":{"l":136,"t":-1,"b":159,"r":298},"ip":66,"op":1234,"st":41},{"ddd":0,"ind":37,"ty":4,"nm":"Ooriginal 4","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[120.41,157.974,0]},"a":{"k":[217.726,73.648,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":3,"s":[{"i":[[0,13.366],[8.576,9.433],[12.506,0],[8.576,-9.434],[0,-13.363],[-8.576,-9.36],[-12.509,0],[-8.576,9.363]],"o":[[0,-13.363],[-8.576,-9.434],[-12.509,0],[-8.576,9.433],[0,13.366],[8.576,9.363],[12.506,0],[8.576,-9.36]],"v":[[44.595,0.107],[31.731,-34.089],[0.107,-48.24],[-31.516,-34.089],[-44.381,0.107],[-31.516,34.197],[0.107,48.241],[31.731,34.197]]}],"e":[{"i":[[-0.025,7.777],[5.014,5.524],[7.337,0.051],[5.049,-5.455],[0.025,-7.776],[-5.045,-5.481],[-8.949,-7.162],[-7.321,-0.985]],"o":[[0.025,-7.776],[-5.014,-5.524],[-7.338,-0.051],[-5.049,5.454],[-0.025,7.777],[5.055,5.488],[5.742,4.596],[6.485,0.872]],"v":[[38.305,-27.606],[30.822,-47.557],[12.296,-55.919],[-6.283,-47.813],[-3.893,-53.966],[11.626,-43.078],[28.186,-30.812],[32.753,-16.847]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p833_1_0p167_0p167","t":6,"s":[{"i":[[-0.025,7.777],[5.014,5.524],[7.337,0.051],[5.049,-5.455],[0.025,-7.776],[-5.045,-5.481],[-8.949,-7.162],[-7.321,-0.985]],"o":[[0.025,-7.776],[-5.014,-5.524],[-7.338,-0.051],[-5.049,5.454],[-0.025,7.777],[5.055,5.488],[5.742,4.596],[6.485,0.872]],"v":[[38.305,-27.606],[30.822,-47.557],[12.296,-55.919],[-6.283,-47.813],[-3.893,-53.966],[11.626,-43.078],[28.186,-30.812],[32.753,-16.847]]}],"e":[{"i":[[-0.06,-0.007],[0.051,0.078],[0.136,0.121],[0.135,0.088],[0.06,0.007],[-0.127,-0.077],[-0.145,-0.106],[-0.105,-0.11]],"o":[[0.06,0.007],[-0.051,-0.078],[-0.136,-0.121],[-0.135,-0.088],[-0.06,-0.007],[0.15,0.091],[0.18,0.132],[0.121,0.128]],"v":[[29.543,-66.209],[29.555,-66.315],[29.274,-66.615],[28.866,-66.929],[28.574,-67.072],[28.649,-66.963],[29.012,-66.747],[29.389,-66.411]]}]},{"t":9}]},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":3,"s":[{"i":[[15.149,-14.794],[22.153,0],[15.149,14.793],[0,22.012],[-15.152,14.794],[-22.157,0],[-15.152,-14.794],[0,-22.01]],"o":[[-15.152,14.793],[-22.157,0],[-15.152,-14.794],[0,-22.01],[15.149,-14.794],[22.153,0],[15.149,14.794],[0,22.012]],"v":[[55.958,55.208],[0,77.398],[-55.959,55.208],[-78.684,0.001],[-55.959,-55.207],[0,-77.398],[55.958,-55.207],[78.684,0.001]]}],"e":[{"i":[[11.781,-9.646],[10.299,13.677],[11.157,8.803],[-6.163,11.82],[-14.1,6.193],[-17.014,-3.952],[-9.311,-12.552],[3.296,-13.746]],"o":[[-12.735,9.978],[-7.701,-9.323],[-14.832,-9.105],[26.28,-7.595],[14.58,-5.972],[18.384,5.27],[9.235,11.952],[-4.417,14.065]],"v":[[47.489,15.737],[24.939,-4.652],[7.241,-32.964],[-42.042,-45.38],[-15.05,-66.68],[23.789,-70.523],[55.763,-53.1],[64.349,-20.209]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p833_1_0p167_0p167","t":6,"s":[{"i":[[11.781,-9.646],[10.299,13.677],[11.157,8.803],[-6.163,11.82],[-14.1,6.193],[-17.014,-3.952],[-9.311,-12.552],[3.296,-13.746]],"o":[[-12.735,9.978],[-7.701,-9.323],[-14.832,-9.105],[26.28,-7.595],[14.58,-5.972],[18.384,5.27],[9.235,11.952],[-4.417,14.065]],"v":[[47.489,15.737],[24.939,-4.652],[7.241,-32.964],[-42.042,-45.38],[-15.05,-66.68],[23.789,-70.523],[55.763,-53.1],[64.349,-20.209]]}],"e":[{"i":[[7.091,-2.476],[11.085,-4.709],[5.596,0.459],[-14.749,-2.376],[-12.635,-5.789],[-9.849,-9.457],[-1.175,-9.429],[7.888,-2.235]],"o":[[-9.368,3.271],[-7.912,3.361],[-14.386,-1.181],[24.525,3.951],[13.788,6.317],[13.134,12.611],[0.996,7.994],[-10.57,2.996]],"v":[[35.691,-39.246],[16.604,-44.763],[4.342,-50.493],[-12.539,-60.733],[13.218,-65.911],[28.21,-70.517],[55.49,-50.165],[44.38,-48.361]]}]},{"t":9}]},"nm":"Path 2"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[218.079,77.648]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 9"}],"bounds":{"l":139,"t":0,"b":156,"r":297},"ip":0,"op":9,"st":0}]},{"id":"comp_50","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"gotaVioleta8","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[114.377,116.773,0]},"a":{"k":[80.817,52.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[{"i":[[-0.84,0.659],[-1.316,-1.881]],"o":[[0.841,-0.66],[1.552,2.218]],"v":[[-3.474,-3.702],[-5.044,-4.309]]}],"e":[{"i":[[-2.827,2.641],[-1.316,-1.881]],"o":[[2.585,-2.416],[1.552,2.218]],"v":[[2.526,2.798],[-3.794,-3.559]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[{"i":[[-2.827,2.641],[-1.316,-1.881]],"o":[[2.585,-2.416],[1.552,2.218]],"v":[[2.526,2.798],[-3.794,-3.559]]}],"e":[{"i":[[-2.827,2.641],[-1.757,-1.477]],"o":[[2.585,-2.416],[4.48,3.766]],"v":[[11.526,10.298],[4.456,1.941]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":44,"s":[{"i":[[-2.827,2.641],[-1.757,-1.477]],"o":[[2.585,-2.416],[4.48,3.766]],"v":[[11.526,10.298],[4.456,1.941]]}],"e":[{"i":[[-1.653,1.335],[-1.358,-1.851]],"o":[[1.66,-1.341],[1.48,2.016]],"v":[[13.526,15.048],[11.956,13.191]]}]},{"t":46}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[82.255,52.921]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 13"}],"bounds":{"l":76,"t":47,"b":69,"r":97},"ip":40,"op":46,"st":16},{"ddd":0,"ind":1,"ty":4,"nm":"gotaVioleta7","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[{"i":[[-0.746,-1.912],[-2.504,1.276]],"o":[[0.608,1.559],[2.953,-1.504]],"v":[[-3.043,0.836],[-6.664,1.549]]}],"e":[{"i":[[-1.871,-3.912],[-2.504,1.276]],"o":[[1.711,3.577],[2.953,-1.504]],"v":[[17.707,-4.914],[7.086,-1.451]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[{"i":[[-1.871,-3.912],[-2.504,1.276]],"o":[[1.711,3.577],[2.953,-1.504]],"v":[[17.707,-4.914],[7.086,-1.451]]}],"e":[{"i":[[-1.871,-3.912],[-2.504,1.276]],"o":[[1.711,3.577],[2.953,-1.504]],"v":[[27.207,-11.914],[11.336,-3.951]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":44,"s":[{"i":[[-1.871,-3.912],[-2.504,1.276]],"o":[[1.711,3.577],[2.953,-1.504]],"v":[[27.207,-11.914],[11.336,-3.951]]}],"e":[{"i":[[0.004,-0.662],[-2.504,1.276]],"o":[[1.004,1.588],[2.953,-1.504]],"v":[[31.457,-15.664],[27.336,-12.701]]}]},{"t":46}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[85.229,18.204]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 20"}],"bounds":{"l":78,"t":2,"b":21,"r":117},"ip":40,"op":46,"st":3},{"ddd":0,"ind":2,"ty":4,"nm":"gotaVioleta6","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[93.877,166.273,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37,"s":[{"i":[[0.213,0.821],[-1.949,-1.725],[0.759,-0.819]],"o":[[-0.38,-1.466],[1.04,0.92],[-1.09,1.176]],"v":[[-4.749,10.453],[-1.911,6.951],[-3.655,9.729]]}],"e":[{"i":[[0.213,0.821],[-1.949,-1.725],[0.759,-0.819]],"o":[[-0.38,-1.466],[1.04,0.92],[-1.09,1.176]],"v":[[-1.749,2.203],[1.089,-1.299],[-0.655,1.479]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39,"s":[{"i":[[0.213,0.821],[-1.949,-1.725],[0.759,-0.819]],"o":[[-0.38,-1.466],[1.04,0.92],[-1.09,1.176]],"v":[[-1.749,2.203],[1.089,-1.299],[-0.655,1.479]]}],"e":[{"i":[[0.213,0.821],[-1.949,-1.725],[0.759,-0.819]],"o":[[-0.38,-1.466],[1.04,0.92],[-1.09,1.176]],"v":[[0.251,-2.547],[5.589,-9.799],[1.345,-3.271]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41,"s":[{"i":[[0.213,0.821],[-1.949,-1.725],[0.759,-0.819]],"o":[[-0.38,-1.466],[1.04,0.92],[-1.09,1.176]],"v":[[0.251,-2.547],[5.589,-9.799],[1.345,-3.271]]}],"e":[{"i":[[0.213,0.821],[-1.27,-0.846],[0.759,-0.819]],"o":[[-0.38,-1.466],[1.156,0.77],[-1.09,1.176]],"v":[[6.251,-12.047],[8.589,-15.299],[7.345,-12.771]]}]},{"t":43}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[89.371,3.274]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":84,"t":-13,"b":15,"r":99},"ip":37,"op":43,"st":3},{"ddd":0,"ind":3,"ty":4,"nm":"gotaVioleta5","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[88.877,163.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":36,"s":[{"i":[[0.38,0.486],[-1.8,-0.586],[0.269,-0.767]],"o":[[-0.678,-0.868],[0.959,0.313],[-0.386,1.099]],"v":[[-1.459,8.379],[-0.58,5.221],[-0.939,7.58]]}],"e":[{"i":[[0.38,0.486],[-1.8,-0.586],[0.269,-0.767]],"o":[[-0.678,-0.868],[0.959,0.313],[-0.386,1.099]],"v":[[-0.459,1.629],[0.42,-1.529],[0.061,0.83]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[{"i":[[0.38,0.486],[-1.8,-0.586],[0.269,-0.767]],"o":[[-0.678,-0.868],[0.959,0.313],[-0.386,1.099]],"v":[[-0.459,1.629],[0.42,-1.529],[0.061,0.83]]}],"e":[{"i":[[0.38,0.486],[-1.689,-0.854],[0.269,-0.767]],"o":[[-0.678,-0.868],[2.794,1.413],[-0.386,1.099]],"v":[[2.791,-3.871],[6.17,-10.029],[3.311,-4.67]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[{"i":[[0.38,0.486],[-1.689,-0.854],[0.269,-0.767]],"o":[[-0.678,-0.868],[2.794,1.413],[-0.386,1.099]],"v":[[2.791,-3.871],[6.17,-10.029],[3.311,-4.67]]}],"e":[{"i":[[0.102,0.131],[-0.454,-0.23],[0.072,-0.206]],"o":[[-0.182,-0.233],[0.752,0.38],[-0.104,0.296]],"v":[[7.304,-8.997],[8.213,-10.653],[7.444,-9.212]]}]},{"t":42}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[75.475,11.745]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 7"}],"bounds":{"l":73,"t":1,"b":21,"r":84},"ip":36,"op":42,"st":3},{"ddd":0,"ind":4,"ty":4,"nm":"manchaVioleta 5","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[51.44,28.046]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 23"},{"ty":"gr","it":[{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[38.888,36.167]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 24"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":48,"s":[{"i":[[2.75,-0.52],[0.658,-1.285],[-5.362,-2.946],[-1.972,1.268],[1.456,7.088],[-4.825,8.415],[2.91,-0.203]],"o":[[-4.146,2.363],[0.908,8.715],[7.888,1.929],[3.153,-4.107],[-1.651,-8.039],[1.545,-2.695],[-3.846,0.268]],"v":[[39.672,-34.301],[45.014,-26.786],[36.534,-12.25],[54.894,-4.714],[56.823,-20.032],[67.502,-31.251],[60.143,-35.464]]}],"e":[{"i":[[5,-0.77],[-0.467,-1.16],[-5.362,-2.946],[-7.097,0.518],[-1.026,5.711],[4.545,3.805],[4.987,-0.888]],"o":[[-5.125,1.23],[0.658,5.215],[11.388,0.929],[7.387,-0.539],[0.751,-4.182],[-2.003,-1.677],[-5.721,1.018]],"v":[[50.047,-31.676],[53.514,-27.286],[45.784,-18.75],[69.894,-15.339],[84.448,-23.407],[80.002,-34.001],[68.393,-35.714]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":50,"s":[{"i":[[5,-0.77],[-0.467,-1.16],[-5.362,-2.946],[-7.097,0.518],[-1.026,5.711],[4.545,3.805],[4.987,-0.888]],"o":[[-5.125,1.23],[0.658,5.215],[11.388,0.929],[7.387,-0.539],[0.751,-4.182],[-2.003,-1.677],[-5.721,1.018]],"v":[[50.047,-31.676],[53.514,-27.286],[45.784,-18.75],[69.894,-15.339],[84.448,-23.407],[80.002,-34.001],[68.393,-35.714]]}],"e":[{"i":[[2.629,-0.001],[2.502,-1.65],[-2.216,-0.443],[-3.574,-2.201],[-2.33,2.728],[2.72,1.457],[2.474,0.656]],"o":[[-4.417,0.002],[-0.36,0.321],[1.975,0.395],[2.933,1.807],[2.381,-2.787],[-2.303,-1.233],[-1.698,-0.45]],"v":[[84.538,-34.666],[72.51,-32.809],[81.876,-32.007],[93.53,-27.951],[103.09,-23.238],[98.706,-31.334],[91.847,-33.803]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52,"s":[{"i":[[2.629,-0.001],[2.502,-1.65],[-2.216,-0.443],[-3.574,-2.201],[-2.33,2.728],[2.72,1.457],[2.474,0.656]],"o":[[-4.417,0.002],[-0.36,0.321],[1.975,0.395],[2.933,1.807],[2.381,-2.787],[-2.303,-1.233],[-1.698,-0.45]],"v":[[84.538,-34.666],[72.51,-32.809],[81.876,-32.007],[93.53,-27.951],[103.09,-23.238],[98.706,-31.334],[91.847,-33.803]]}],"e":[{"i":[[2.09,0.636],[1.412,-0.387],[-5.578,-5.064],[-2.905,-3.03],[-2.311,1.698],[3.716,2.888],[2.325,1.357]],"o":[[-1.741,-0.53],[-0.36,0.321],[1.878,1.705],[2.642,2.755],[4.707,-3.458],[-4.595,-3.572],[-1.518,-0.886]],"v":[[91.163,-33.541],[82.76,-35.059],[94.751,-28.757],[104.405,-19.326],[115.59,-10.488],[105.706,-25.459],[97.847,-30.678]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":54,"s":[{"i":[[2.09,0.636],[1.412,-0.387],[-5.578,-5.064],[-2.905,-3.03],[-2.311,1.698],[3.716,2.888],[2.325,1.357]],"o":[[-1.741,-0.53],[-0.36,0.321],[1.878,1.705],[2.642,2.755],[4.707,-3.458],[-4.595,-3.572],[-1.518,-0.886]],"v":[[91.163,-33.541],[82.76,-35.059],[94.751,-28.757],[104.405,-19.326],[115.59,-10.488],[105.706,-25.459],[97.847,-30.678]]}],"e":[{"i":[[0.686,0.45],[0.682,-0.084],[-2.248,-2.73],[-1.144,-1.604],[-1.188,0.632],[1.53,1.593],[0.988,0.787]],"o":[[-0.714,-0.469],[-0.189,0.125],[0.757,0.919],[1.041,1.459],[2.42,-1.288],[-1.892,-1.97],[-0.645,-0.514]],"v":[[112.942,-14.779],[109.611,-16.581],[113.756,-12.021],[117.603,-6.987],[123.001,-0.703],[118.622,-9.748],[115.56,-12.762]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56,"s":[{"i":[[0.686,0.45],[0.682,-0.084],[-2.248,-2.73],[-1.144,-1.604],[-1.188,0.632],[1.53,1.593],[0.988,0.787]],"o":[[-0.714,-0.469],[-0.189,0.125],[0.757,0.919],[1.041,1.459],[2.42,-1.288],[-1.892,-1.97],[-0.645,-0.514]],"v":[[112.942,-14.779],[109.611,-16.581],[113.756,-12.021],[117.603,-6.987],[123.001,-0.703],[118.622,-9.748],[115.56,-12.762]]}],"e":[{"i":[[0.206,0.258],[0.198,0.069],[-0.246,-1.05],[-0.096,-0.593],[-0.41,0.012],[0.203,0.642],[0.164,0.349]],"o":[[-0.163,-0.204],[-0.069,0.009],[0.083,0.354],[0.087,0.539],[0.836,-0.025],[-0.251,-0.794],[-0.107,-0.228]],"v":[[131.599,4.25],[130.931,3.307],[131.57,5.472],[131.941,7.283],[132.512,8.724],[132.645,6.904],[132.163,5.513]]}]},{"t":58}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[43.143,54.45]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 42"}],"bounds":{"l":78,"t":18,"b":64,"r":177},"ip":48,"op":57,"st":30},{"ddd":0,"ind":5,"ty":4,"nm":"manchaVioleta 4","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[{"i":[[0.073,0.543],[-0.073,-0.543]],"o":[[-0.073,-0.543],[0.073,0.543]],"v":[[-26.782,116.956],[-27.623,117.07]]}],"e":[{"i":[[-0.641,1.637],[0.641,-1.637]],"o":[[0.641,-1.637],[-0.641,1.637]],"v":[[-38.343,78.999],[-40.881,78.005]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[-0.641,1.637],[0.641,-1.637]],"o":[[0.641,-1.637],[-0.641,1.637]],"v":[[-38.343,78.999],[-40.881,78.005]]}],"e":[{"i":[[-1.199,1.223],[1.199,-1.223]],"o":[[1.199,-1.223],[-1.199,1.223]],"v":[[-34.752,51.8],[-36.648,49.94]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[{"i":[[-1.199,1.223],[1.199,-1.223]],"o":[[1.199,-1.223],[-1.199,1.223]],"v":[[-34.752,51.8],[-36.648,49.94]]}],"e":[{"i":[[-1.758,0.809],[1.758,-0.809]],"o":[[1.758,-0.809],[-1.758,0.809]],"v":[[-23.661,26.601],[-24.916,23.876]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35,"s":[{"i":[[-1.758,0.809],[1.758,-0.809]],"o":[[1.758,-0.809],[-1.758,0.809]],"v":[[-23.661,26.601],[-24.916,23.876]]}],"e":[{"i":[[-1.935,0],[1.935,0]],"o":[[1.935,0],[-1.935,0]],"v":[[2.5,4],[2.5,1]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37.625,"s":[{"i":[[-1.935,0],[1.935,0]],"o":[[1.935,0],[-1.935,0]],"v":[[2.5,4],[2.5,1]]}],"e":[{"i":[[-1.908,-0.321],[1.908,0.321]],"o":[[1.908,0.321],[-1.908,-0.321]],"v":[[6.166,3.488],[6.663,0.53]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40.25,"s":[{"i":[[-1.908,-0.321],[1.908,0.321]],"o":[[1.908,0.321],[-1.908,-0.321]],"v":[[6.166,3.488],[6.663,0.53]]}],"e":[{"i":[[-1.908,-0.321],[1.908,0.321]],"o":[[1.908,0.321],[-1.908,-0.321]],"v":[[15.666,-2.262],[16.163,-5.22]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":43,"s":[{"i":[[-1.908,-0.321],[1.908,0.321]],"o":[[1.908,0.321],[-1.908,-0.321]],"v":[[15.666,-2.262],[16.163,-5.22]]}],"e":[{"i":[[-0.996,-0.491],[0.996,0.491]],"o":[[0.996,0.491],[-0.996,-0.491]],"v":[[29.146,-4.802],[29.924,-6.497]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":46,"s":[{"i":[[-0.996,-0.491],[0.996,0.491]],"o":[[0.996,0.491],[-0.996,-0.491]],"v":[[29.146,-4.802],[29.924,-6.497]]}],"e":[{"i":[[-0.321,-0.065],[0.321,0.065]],"o":[[0.321,0.065],[-0.321,-0.065]],"v":[[32.744,-7.101],[32.837,-7.643]]}]},{"t":48}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[51.44,28.046]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 23"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[{"i":[[-0.364,-0.411],[-0.863,-0.6],[0.451,0.313],[0.649,0.733]],"o":[[0.694,0.784],[0.448,0.311],[-0.807,-0.56],[-0.361,-0.408]],"v":[[-13.365,111.317],[-11.054,113.492],[-10.539,112.816],[-12.696,110.795]]}],"e":[{"i":[[-0.38,-1.722],[-1.486,-3.029],[0.776,1.581],[0.677,3.068]],"o":[[0.725,3.282],[0.772,1.574],[-1.389,-2.831],[-0.377,-1.707]],"v":[[-27.238,79.192],[-24.146,88.9],[-21.649,87.808],[-24.545,78.769]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[-0.38,-1.722],[-1.486,-3.029],[0.776,1.581],[0.677,3.068]],"o":[[0.725,3.282],[0.772,1.574],[-1.389,-2.831],[-0.377,-1.707]],"v":[[-27.238,79.192],[-24.146,88.9],[-21.649,87.808],[-24.545,78.769]]}],"e":[{"i":[[0.316,-1.689],[-0.177,-3.283],[0.092,1.714],[-0.563,3.009]],"o":[[-0.602,3.219],[0.092,1.706],[-0.165,-3.068],[0.313,-1.674]],"v":[[-26.669,50.581],[-27.601,60.466],[-24.945,60.439],[-24.094,51.23]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[{"i":[[0.316,-1.689],[-0.177,-3.283],[0.092,1.714],[-0.563,3.009]],"o":[[-0.602,3.219],[0.092,1.706],[-0.165,-3.068],[0.313,-1.674]],"v":[[-26.669,50.581],[-27.601,60.466],[-24.945,60.439],[-24.094,51.23]]}],"e":[{"i":[[1.012,-1.656],[1.132,-3.537],[-0.591,1.846],[-1.804,2.95]],"o":[[-1.93,3.157],[-0.588,1.838],[1.058,-3.306],[1.003,-1.641]],"v":[[-18.601,23.971],[-23.556,34.031],[-20.741,35.07],[-16.142,25.69]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35,"s":[{"i":[[1.012,-1.656],[1.132,-3.537],[-0.591,1.846],[-1.804,2.95]],"o":[[-1.93,3.157],[-0.588,1.838],[1.058,-3.306],[1.003,-1.641]],"v":[[-18.601,23.971],[-23.556,34.031],[-20.741,35.07],[-16.142,25.69]]}],"e":[{"i":[[1.612,-1.081],[2.508,-2.739],[-1.309,1.43],[-2.872,1.926]],"o":[[-3.073,2.06],[-1.303,1.423],[2.344,-2.56],[1.598,-1.071]],"v":[[5.95,-2.268],[-2.759,4.798],[-0.637,6.919],[7.464,0.323]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37.625,"s":[{"i":[[1.612,-1.081],[2.508,-2.739],[-1.309,1.43],[-2.872,1.926]],"o":[[-3.073,2.06],[-1.303,1.423],[2.344,-2.56],[1.598,-1.071]],"v":[[5.95,-2.268],[-2.759,4.798],[-0.637,6.919],[7.464,0.323]]}],"e":[{"i":[[1.769,-0.799],[2.927,-2.286],[-1.528,1.193],[-3.152,1.423]],"o":[[-3.372,1.523],[-1.521,1.188],[2.736,-2.136],[1.753,-0.792]],"v":[[9.434,-4.313],[-0.325,1.212],[1.417,3.655],[10.498,-1.508]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40.25,"s":[{"i":[[1.769,-0.799],[2.927,-2.286],[-1.528,1.193],[-3.152,1.423]],"o":[[-3.372,1.523],[-1.521,1.188],[2.736,-2.136],[1.753,-0.792]],"v":[[9.434,-4.313],[-0.325,1.212],[1.417,3.655],[10.498,-1.508]]}],"e":[{"i":[[1.769,-0.799],[2.927,-2.286],[-1.528,1.193],[-3.152,1.423]],"o":[[-3.372,1.523],[-1.521,1.188],[2.736,-2.136],[1.753,-0.792]],"v":[[18.934,-10.063],[9.175,-4.538],[10.917,-2.095],[19.998,-7.258]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":43,"s":[{"i":[[1.769,-0.799],[2.927,-2.286],[-1.528,1.193],[-3.152,1.423]],"o":[[-3.372,1.523],[-1.521,1.188],[2.736,-2.136],[1.753,-0.792]],"v":[[18.934,-10.063],[9.175,-4.538],[10.917,-2.095],[19.998,-7.258]]}],"e":[{"i":[[1.11,-0.202],[2.001,-0.912],[-1.045,0.476],[-1.977,0.359]],"o":[[-2.116,0.385],[-1.04,0.474],[1.87,-0.852],[1.1,-0.2]],"v":[[36.534,-14.184],[30.22,-12.4],[30.762,-10.663],[36.641,-12.336]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":46,"s":[{"i":[[1.11,-0.202],[2.001,-0.912],[-1.045,0.476],[-1.977,0.359]],"o":[[-2.116,0.385],[-1.04,0.474],[1.87,-0.852],[1.1,-0.2]],"v":[[36.534,-14.184],[30.22,-12.4],[30.762,-10.663],[36.641,-12.336]]}],"e":[{"i":[[0.301,-0.141],[0.501,-0.411],[-0.262,0.215],[-0.536,0.252]],"o":[[-0.574,0.269],[-0.26,0.214],[0.468,-0.384],[0.298,-0.14]],"v":[[43.729,-15.192],[42.066,-14.206],[42.351,-13.753],[43.9,-14.673]]}]},{"t":48}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[38.888,36.167]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 24"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[{"i":[[-2.729,3.529],[-5.028,2.092],[-4.621,1.308],[-3.07,2.517],[-5.883,1.794],[3.817,4.573],[0.175,1.051],[-2.231,-11.059],[4.838,-1.388],[3.92,-1.059],[4.073,-3.027],[-8.112,-8.847]],"o":[[3.317,-4.291],[2.826,-1.176],[2.931,-0.829],[3.407,-2.794],[4.617,-7.206],[-3.817,-4.573],[-2.618,-15.688],[0.66,3.273],[-5.662,3.612],[-5.098,1.377],[-8.177,-8.027],[3.046,3.854]],"v":[[-4.974,101.9],[-7.719,87.088],[0.275,91.082],[4.89,81.223],[16.68,83.135],[6.364,66.752],[2.165,57.867],[-7.721,56.238],[-6.541,70.317],[-23.105,69.052],[-21.526,83.706],[-20.591,95.026]]}],"e":[{"i":[[-2.729,3.529],[-5.028,2.092],[-4.621,1.308],[-3.07,2.517],[7.117,6.794],[-1.43,6.861],[1.013,-0.33],[4.019,-6.809],[4.433,0.578],[4.402,8.377],[1.995,0.804],[-23.835,-34.037]],"o":[[3.317,-4.291],[2.826,-1.176],[2.931,-0.829],[3.407,-2.794],[-10.633,-18.456],[1.683,-8.073],[-3.477,1.133],[-5.481,9.287],[-4.016,-0.433],[-2.338,-4.448],[-6.177,-0.527],[3.046,3.854]],"v":[[-7.974,100.9],[-12.219,81.588],[-0.225,89.082],[4.39,79.223],[10.43,72.135],[0.364,34.002],[-2.585,29.117],[-9.721,43.238],[-17.541,36.317],[-28.605,36.052],[-32.026,25.956],[-21.591,94.276]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[-2.729,3.529],[-5.028,2.092],[-4.621,1.308],[-3.07,2.517],[7.117,6.794],[-1.43,6.861],[1.013,-0.33],[4.019,-6.809],[4.433,0.578],[4.402,8.377],[1.995,0.804],[-23.835,-34.037]],"o":[[3.317,-4.291],[2.826,-1.176],[2.931,-0.829],[3.407,-2.794],[-10.633,-18.456],[1.683,-8.073],[-3.477,1.133],[-5.481,9.287],[-4.016,-0.433],[-2.338,-4.448],[-6.177,-0.527],[3.046,3.854]],"v":[[-7.974,100.9],[-12.219,81.588],[-0.225,89.082],[4.39,79.223],[10.43,72.135],[0.364,34.002],[-2.585,29.117],[-9.721,43.238],[-17.541,36.317],[-28.605,36.052],[-32.026,25.956],[-21.591,94.276]]}],"e":[{"i":[[-1.804,4.53],[-5.119,0.982],[-4.585,0.326],[-3.279,0.847],[3.381,7.771],[-1.767,5.867],[2.422,-2.045],[1.372,1.916],[6.953,-2.23],[0.065,6.884],[1.713,1.142],[-20.311,-37.998]],"o":[[2,-4.784],[2.877,-0.552],[2.908,-0.206],[4.713,-2.923],[-5.536,-23.145],[0.79,-3.327],[-2.859,1.957],[-1.854,-0.43],[-5.03,2.1],[-0.033,-3.658],[-6.027,-2.529],[4.689,9.502]],"v":[[-18.354,83.439],[-18.193,66.84],[-8.557,77.969],[-3.75,64.519],[7.166,63.324],[5.11,21.54],[0.086,18.76],[-7.849,27.557],[-16.291,21.314],[-21.144,17.77],[-23.889,7.908],[-29.642,77.177]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":32,"s":[{"i":[[-1.804,4.53],[-5.119,0.982],[-4.585,0.326],[-3.279,0.847],[3.381,7.771],[-1.767,5.867],[2.422,-2.045],[1.372,1.916],[6.953,-2.23],[0.065,6.884],[1.713,1.142],[-20.311,-37.998]],"o":[[2,-4.784],[2.877,-0.552],[2.908,-0.206],[4.713,-2.923],[-5.536,-23.145],[0.79,-3.327],[-2.859,1.957],[-1.854,-0.43],[-5.03,2.1],[-0.033,-3.658],[-6.027,-2.529],[4.689,9.502]],"v":[[-18.354,83.439],[-18.193,66.84],[-8.557,77.969],[-3.75,64.519],[7.166,63.324],[5.11,21.54],[0.086,18.76],[-7.849,27.557],[-16.291,21.314],[-21.144,17.77],[-23.889,7.908],[-29.642,77.177]]}],"e":[{"i":[[-1.341,5.03],[-5.165,0.427],[-4.568,-0.165],[-3.383,0.012],[1.513,8.26],[-1.936,5.37],[3.126,-2.903],[0.048,6.279],[8.213,-3.633],[-2.104,6.137],[1.572,1.311],[-9.036,-51.198]],"o":[[1.341,-5.03],[2.903,-0.24],[2.897,0.105],[5.367,-2.988],[-2.987,-25.49],[0.344,-0.954],[-2.55,2.369],[-0.041,-5.288],[-5.537,3.367],[1.119,-3.263],[-5.952,-3.53],[2.378,13.476]],"v":[[-23.544,74.709],[-21.18,59.466],[-12.723,72.413],[-7.82,57.167],[5.534,58.919],[7.483,15.309],[1.421,13.582],[-6.912,19.717],[-15.666,13.812],[-17.414,8.629],[-19.821,-1.115],[-33.667,68.627]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[{"i":[[-1.341,5.03],[-5.165,0.427],[-4.568,-0.165],[-3.383,0.012],[1.513,8.26],[-1.936,5.37],[3.126,-2.903],[0.048,6.279],[8.213,-3.633],[-2.104,6.137],[1.572,1.311],[-9.036,-51.198]],"o":[[1.341,-5.03],[2.903,-0.24],[2.897,0.105],[5.367,-2.988],[-2.987,-25.49],[0.344,-0.954],[-2.55,2.369],[-0.041,-5.288],[-5.537,3.367],[1.119,-3.263],[-5.952,-3.53],[2.378,13.476]],"v":[[-23.544,74.709],[-21.18,59.466],[-12.723,72.413],[-7.82,57.167],[5.534,58.919],[7.483,15.309],[1.421,13.582],[-6.912,19.717],[-15.666,13.812],[-17.414,8.629],[-19.821,-1.115],[-33.667,68.627]]}],"e":[{"i":[[-2.619,2.645],[-4.174,-0.061],[-4.536,-1.038],[-2.27,2.939],[3.359,8.768],[-9.385,4.734],[1.249,-0.132],[-2.416,3.736],[3.984,1.947],[-5.949,4.814],[1.322,1.612],[-4.135,-41.508]],"o":[[6.123,-2.917],[2.97,0.053],[2.877,0.658],[2.929,-4.005],[0.113,-21.129],[0.923,-0.466],[-3.379,-0.392],[5.406,-7.558],[-3.438,-1.688],[3.167,-2.561],[-5.819,-5.309],[0.879,5.704]],"v":[[-28.326,60.374],[-22.045,47.542],[-16.277,63.275],[-9.944,53.06],[2.688,51.411],[13.182,9.195],[11.943,7.042],[1.049,8.075],[-6.407,-0.561],[-6.337,-6.437],[-4.811,-13.38],[-36.379,54.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34,"s":[{"i":[[-2.619,2.645],[-4.174,-0.061],[-4.536,-1.038],[-2.27,2.939],[3.359,8.768],[-9.385,4.734],[1.249,-0.132],[-2.416,3.736],[3.984,1.947],[-5.949,4.814],[1.322,1.612],[-4.135,-41.508]],"o":[[6.123,-2.917],[2.97,0.053],[2.877,0.658],[2.929,-4.005],[0.113,-21.129],[0.923,-0.466],[-3.379,-0.392],[5.406,-7.558],[-3.438,-1.688],[3.167,-2.561],[-5.819,-5.309],[0.879,5.704]],"v":[[-28.326,60.374],[-22.045,47.542],[-16.277,63.275],[-9.944,53.06],[2.688,51.411],[13.182,9.195],[11.943,7.042],[1.049,8.075],[-6.407,-0.561],[-6.337,-6.437],[-4.811,-13.38],[-36.379,54.613]]}],"e":[{"i":[[-4.697,-6.459],[-5.303,-1.239],[-4.514,-1.638],[-1.942,3.463],[-7.091,1.227],[1.446,4.063],[0.71,0.794],[-4.073,5.463],[3.26,3.058],[-8.593,3.904],[1.149,1.818],[0.54,-41.549]],"o":[[3.19,4.386],[2.98,0.696],[2.863,1.039],[2.468,-4.4],[0.909,-44.773],[-0.357,-1.004],[-4.13,-4.617],[8.4,-11.267],[-3.007,-2.698],[4.575,-2.078],[-5.728,-6.532],[0.221,4.908]],"v":[[-31.614,50.519],[-22.64,39.344],[-18.721,56.244],[-10.53,43.612],[2.388,50.202],[18.351,4.366],[17.927,2.046],[5.897,-0.304],[-1.291,-9.693],[1.277,-16.795],[4.384,-22.687],[-38.243,44.978]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35,"s":[{"i":[[-4.697,-6.459],[-5.303,-1.239],[-4.514,-1.638],[-1.942,3.463],[-7.091,1.227],[1.446,4.063],[0.71,0.794],[-4.073,5.463],[3.26,3.058],[-8.593,3.904],[1.149,1.818],[0.54,-41.549]],"o":[[3.19,4.386],[2.98,0.696],[2.863,1.039],[2.468,-4.4],[0.909,-44.773],[-0.357,-1.004],[-4.13,-4.617],[8.4,-11.267],[-3.007,-2.698],[4.575,-2.078],[-5.728,-6.532],[0.221,4.908]],"v":[[-31.614,50.519],[-22.64,39.344],[-18.721,56.244],[-10.53,43.612],[2.388,50.202],[18.351,4.366],[17.927,2.046],[5.897,-0.304],[-1.291,-9.693],[1.277,-16.795],[4.384,-22.687],[-38.243,44.978]]}],"e":[{"i":[[-2.375,-7.625],[-4.625,-2.875],[-3.75,-3],[-2.951,2.656],[-0.25,10.133],[-4.643,1.569],[0.858,0.632],[-3.658,5.749],[2.106,3.943],[-9.391,0.939],[0.505,2.091],[11.384,-35.156]],"o":[[1.613,5.178],[2.599,1.616],[2.378,1.903],[3.75,-3.375],[0.75,-16.117],[1.01,-0.341],[-2.943,-2.171],[5.522,-8.677],[-1.982,-3.52],[5,-0.5],[-3.328,-8.025],[-1.366,4.719]],"v":[[-28.203,20.554],[-19.953,21.054],[-18.953,33.429],[-10.953,27.554],[0.297,33.046],[31.54,-3.179],[31.883,-5.512],[28.547,-17.571],[19.191,-23.264],[27.547,-30.571],[32.38,-35.154],[-32.703,13.179]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37.625,"s":[{"i":[[-2.375,-7.625],[-4.625,-2.875],[-3.75,-3],[-2.951,2.656],[-0.25,10.133],[-4.643,1.569],[0.858,0.632],[-3.658,5.749],[2.106,3.943],[-9.391,0.939],[0.505,2.091],[11.384,-35.156]],"o":[[1.613,5.178],[2.599,1.616],[2.378,1.903],[3.75,-3.375],[0.75,-16.117],[1.01,-0.341],[-2.943,-2.171],[5.522,-8.677],[-1.982,-3.52],[5,-0.5],[-3.328,-8.025],[-1.366,4.719]],"v":[[-28.203,20.554],[-19.953,21.054],[-18.953,33.429],[-10.953,27.554],[0.297,33.046],[31.54,-3.179],[31.883,-5.512],[28.547,-17.571],[19.191,-23.264],[27.547,-30.571],[32.38,-35.154],[-32.703,13.179]]}],"e":[{"i":[[-5,2.875],[-4.625,-2.875],[-3.75,-3],[-3.958,-0.312],[-6,-2.117],[-4.643,1.569],[0.858,0.632],[-1.771,6.58],[2.106,3.943],[-9.391,0.939],[0.505,2.091],[7,-6.75]],"o":[[3.401,-1.956],[2.599,1.616],[2.378,1.903],[4.75,0.375],[15,-14.117],[1.01,-0.341],[-2.943,-2.171],[1.75,-6.5],[-1.982,-3.52],[5,-0.5],[-31.583,2.583],[-12,13.25]],"v":[[-27.703,16.054],[-10.953,6.554],[-13.953,16.429],[-1.453,11.554],[-0.703,23.546],[38.54,-4.679],[38.883,-7.012],[35.547,-19.571],[26.191,-24.764],[34.547,-32.071],[39.38,-36.654],[-23.703,-5.321]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40.25,"s":[{"i":[[-5,2.875],[-4.625,-2.875],[-3.75,-3],[-3.958,-0.312],[-6,-2.117],[-4.643,1.569],[0.858,0.632],[-1.771,6.58],[2.106,3.943],[-9.391,0.939],[0.505,2.091],[7,-6.75]],"o":[[3.401,-1.956],[2.599,1.616],[2.378,1.903],[4.75,0.375],[15,-14.117],[1.01,-0.341],[-2.943,-2.171],[1.75,-6.5],[-1.982,-3.52],[5,-0.5],[-31.583,2.583],[-12,13.25]],"v":[[-27.703,16.054],[-10.953,6.554],[-13.953,16.429],[-1.453,11.554],[-0.703,23.546],[38.54,-4.679],[38.883,-7.012],[35.547,-19.571],[26.191,-24.764],[34.547,-32.071],[39.38,-36.654],[-23.703,-5.321]]}],"e":[{"i":[[-4,-0.292],[-5.595,-2.985],[-4.583,-3.5],[-3.383,-2.078],[-6,-2.117],[-10.043,1.262],[0.858,0.632],[-1.771,6.58],[-2.369,7.019],[-3.13,1.48],[0.946,4.586],[5.167,-4.75]],"o":[[5.25,0.125],[2.366,1.289],[2.526,1.934],[2.917,1.792],[8.833,-13.45],[3.104,-0.354],[-2.943,-2.171],[1.75,-6.5],[2.41,-6.878],[1.667,-3.517],[-20.75,-3.917],[-7.167,7.583]],"v":[[-18.703,0.054],[-13.62,8.054],[-4.953,2.596],[-3.12,16.387],[8.464,14.629],[43.623,-5.179],[42.716,-9.512],[48.88,-18.071],[39.358,-24.431],[38.214,-30.904],[44.38,-35.654],[-12.036,-14.154]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[{"i":[[-4,-0.292],[-5.595,-2.985],[-4.583,-3.5],[-3.383,-2.078],[-6,-2.117],[-10.043,1.262],[0.858,0.632],[-1.771,6.58],[-2.369,7.019],[-3.13,1.48],[0.946,4.586],[5.167,-4.75]],"o":[[5.25,0.125],[2.366,1.289],[2.526,1.934],[2.917,1.792],[8.833,-13.45],[3.104,-0.354],[-2.943,-2.171],[1.75,-6.5],[2.41,-6.878],[1.667,-3.517],[-20.75,-3.917],[-7.167,7.583]],"v":[[-18.703,0.054],[-13.62,8.054],[-4.953,2.596],[-3.12,16.387],[8.464,14.629],[43.623,-5.179],[42.716,-9.512],[48.88,-18.071],[39.358,-24.431],[38.214,-30.904],[44.38,-35.654],[-12.036,-14.154]]}],"e":[{"i":[[-3.5,-1.875],[-6.08,-3.04],[-5,-3.75],[-3.958,-0.312],[-3.5,2.633],[-15.993,-0.142],[0.858,0.632],[-1.771,6.58],[-4.606,8.557],[0,1.75],[1.167,5.833],[4.25,-3.75]],"o":[[3.683,1.973],[2.25,1.125],[2.6,1.95],[4.75,0.375],[7.25,-6.617],[4.166,0.037],[-2.943,-2.171],[1.75,-6.5],[4.606,-8.557],[0,-5.025],[-15.333,-7.167],[-4.75,4.75]],"v":[[-14.203,-7.946],[-10.453,3.554],[-0.453,-4.321],[-1.703,15.054],[11.547,11.296],[45.04,-4.929],[44.633,-10.762],[55.547,-17.321],[45.941,-24.264],[40.047,-30.321],[46.88,-35.154],[-6.203,-18.571]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":43,"s":[{"i":[[-3.5,-1.875],[-6.08,-3.04],[-5,-3.75],[-3.958,-0.312],[-3.5,2.633],[-15.993,-0.142],[0.858,0.632],[-1.771,6.58],[-4.606,8.557],[0,1.75],[1.167,5.833],[4.25,-3.75]],"o":[[3.683,1.973],[2.25,1.125],[2.6,1.95],[4.75,0.375],[7.25,-6.617],[4.166,0.037],[-2.943,-2.171],[1.75,-6.5],[4.606,-8.557],[0,-5.025],[-15.333,-7.167],[-4.75,4.75]],"v":[[-14.203,-7.946],[-10.453,3.554],[-0.453,-4.321],[-1.703,15.054],[11.547,11.296],[45.04,-4.929],[44.633,-10.762],[55.547,-17.321],[45.941,-24.264],[40.047,-30.321],[46.88,-35.154],[-6.203,-18.571]]}],"e":[{"i":[[-2.99,-2.399],[-4.636,-2.652],[-5,-3.75],[-3.243,-1.386],[-3.167,2.133],[-8.826,0.691],[0.755,0.726],[-1.771,6.58],[-4.606,8.557],[0,1.75],[0.75,4.75],[4.667,-1.75]],"o":[[3.288,2.774],[2.171,1.469],[2.6,1.95],[4,1.875],[4.453,-2.999],[4.142,-0.044],[-3.324,-3.717],[1.75,-6.5],[4.606,-8.557],[0,-5.025],[-10.083,-5.834],[-6.458,2.422]],"v":[[-6.12,-18.029],[-2.453,-3.613],[9.38,-9.988],[10.047,9.304],[25.964,-0.204],[45.373,-5.512],[44.633,-10.762],[55.297,-16.738],[45.608,-23.847],[40.38,-30.321],[47.297,-34.821],[13.38,-32.571]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":44,"s":[{"i":[[-2.99,-2.399],[-4.636,-2.652],[-5,-3.75],[-3.243,-1.386],[-3.167,2.133],[-8.826,0.691],[0.755,0.726],[-1.771,6.58],[-4.606,8.557],[0,1.75],[0.75,4.75],[4.667,-1.75]],"o":[[3.288,2.774],[2.171,1.469],[2.6,1.95],[4,1.875],[4.453,-2.999],[4.142,-0.044],[-3.324,-3.717],[1.75,-6.5],[4.606,-8.557],[0,-5.025],[-10.083,-5.834],[-6.458,2.422]],"v":[[-6.12,-18.029],[-2.453,-3.613],[9.38,-9.988],[10.047,9.304],[25.964,-0.204],[45.373,-5.512],[44.633,-10.762],[55.297,-16.738],[45.608,-23.847],[40.38,-30.321],[47.297,-34.821],[13.38,-32.571]]}],"e":[{"i":[[-2.48,-2.923],[-3.193,-2.263],[-5,-3.75],[-2.527,-2.459],[-3.083,1.133],[-4.91,0.275],[0.652,0.82],[-1.771,6.58],[-4.606,8.557],[0,1.75],[0.334,3.666],[4.458,-0.875]],"o":[[2.894,3.574],[2.092,1.813],[2.6,1.95],[3.25,3.375],[5.961,-2.19],[4.133,0.273],[-3.705,-5.263],[1.75,-6.5],[4.606,-8.557],[0,-5.025],[-4.833,-4.5],[-4.539,0.891]],"v":[[5.214,-25.363],[5.547,-10.779],[19.214,-15.654],[17.547,-0.696],[28.38,-1.204],[43.957,-5.596],[44.633,-10.762],[55.047,-16.154],[45.274,-23.431],[40.714,-30.321],[47.713,-34.487],[23.089,-35.196]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45,"s":[{"i":[[-2.48,-2.923],[-3.193,-2.263],[-5,-3.75],[-2.527,-2.459],[-3.083,1.133],[-4.91,0.275],[0.652,0.82],[-1.771,6.58],[-4.606,8.557],[0,1.75],[0.334,3.666],[4.458,-0.875]],"o":[[2.894,3.574],[2.092,1.813],[2.6,1.95],[3.25,3.375],[5.961,-2.19],[4.133,0.273],[-3.705,-5.263],[1.75,-6.5],[4.606,-8.557],[0,-5.025],[-4.833,-4.5],[-4.539,0.891]],"v":[[5.214,-25.363],[5.547,-10.779],[19.214,-15.654],[17.547,-0.696],[28.38,-1.204],[43.957,-5.596],[44.633,-10.762],[55.047,-16.154],[45.274,-23.431],[40.714,-30.321],[47.713,-34.487],[23.089,-35.196]]}],"e":[{"i":[[-1.97,-3.447],[-1.75,-1.875],[-5,-3.75],[-1.812,-3.533],[-6.5,1.883],[-0.993,-0.142],[0.548,0.914],[-1.771,6.58],[-4.606,8.557],[0,1.75],[-0.083,2.583],[3.082,-0.257]],"o":[[2.5,4.375],[2.013,2.157],[2.6,1.95],[2.5,4.875],[2.75,-1.117],[4.125,0.59],[-4.086,-6.809],[1.75,-6.5],[4.606,-8.557],[0,-5.025],[0.417,-3.167],[-3,0.25]],"v":[[19.047,-29.196],[13.547,-17.946],[29.047,-21.321],[24.547,-6.946],[34.547,-3.704],[42.29,-4.179],[45.633,-8.262],[54.797,-15.571],[44.941,-23.014],[41.047,-30.321],[48.13,-34.154],[35.297,-35.071]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":46,"s":[{"i":[[-1.97,-3.447],[-1.75,-1.875],[-5,-3.75],[-1.812,-3.533],[-6.5,1.883],[-0.993,-0.142],[0.548,0.914],[-1.771,6.58],[-4.606,8.557],[0,1.75],[-0.083,2.583],[3.082,-0.257]],"o":[[2.5,4.375],[2.013,2.157],[2.6,1.95],[2.5,4.875],[2.75,-1.117],[4.125,0.59],[-4.086,-6.809],[1.75,-6.5],[4.606,-8.557],[0,-5.025],[0.417,-3.167],[-3,0.25]],"v":[[19.047,-29.196],[13.547,-17.946],[29.047,-21.321],[24.547,-6.946],[34.547,-3.704],[42.29,-4.179],[45.633,-8.262],[54.797,-15.571],[44.941,-23.014],[41.047,-30.321],[48.13,-34.154],[35.297,-35.071]]}],"e":[{"i":[[2.033,-1.245],[-3.047,0.115],[2.742,-5.603],[3.975,-1.844],[-4.469,1.133],[-1.438,0.209],[-0.097,2.393],[1.974,6.961],[-6.634,7.077],[0,1.75],[-0.083,2.583],[1.55,-0.318]],"o":[[-4.146,2.363],[5.083,-0.245],[-3.067,5.955],[-5.124,2.306],[2.75,-1.117],[4.025,-0.585],[-3.097,-3.607],[-1.837,-6.476],[5.317,-5.711],[0,-5.025],[0.417,-2.218],[-1.537,0.325]],"v":[[35.547,-34.176],[35.264,-28.411],[43.799,-24.328],[39.876,-10.367],[33.409,-3.5],[42.735,-4.78],[51.644,-6.214],[54.323,-16.282],[46.127,-23.251],[42.707,-30.795],[48.604,-34.154],[42.518,-35.339]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":48,"s":[{"i":[[2.033,-1.245],[-3.047,0.115],[2.742,-5.603],[3.975,-1.844],[-4.469,1.133],[-1.438,0.209],[-0.097,2.393],[1.974,6.961],[-6.634,7.077],[0,1.75],[-0.083,2.583],[1.55,-0.318]],"o":[[-4.146,2.363],[5.083,-0.245],[-3.067,5.955],[-5.124,2.306],[2.75,-1.117],[4.025,-0.585],[-3.097,-3.607],[-1.837,-6.476],[5.317,-5.711],[0,-5.025],[0.417,-2.218],[-1.537,0.325]],"v":[[35.547,-34.176],[35.264,-28.411],[43.799,-24.328],[39.876,-10.367],[33.409,-3.5],[42.735,-4.78],[51.644,-6.214],[54.323,-16.282],[46.127,-23.251],[42.707,-30.795],[48.604,-34.154],[42.518,-35.339]]}],"e":[{"i":[[2.25,-1.125],[-3.117,0.223],[5,-6.75],[4.548,-0.947],[10,-1.867],[-0.994,-0.134],[0.094,1.062],[-1.771,6.58],[-6.744,6.997],[0,1.75],[-0.083,2.583],[1.471,-0.294]],"o":[[-4.507,2.253],[5.25,-0.375],[-4.193,5.661],[-9,1.875],[2.75,-1.117],[4.507,0.608],[-0.336,-3.809],[1.75,-6.5],[5.356,-5.557],[0,-5.025],[0.417,-2.167],[-1.25,0.25]],"v":[[39.047,-34.446],[39.047,-29.196],[43.297,-22.321],[47.297,-15.946],[38.547,-4.704],[45.04,-5.179],[46.133,-12.262],[54.297,-16.321],[46.191,-23.264],[42.797,-30.821],[48.63,-34.154],[45.297,-35.571]]}]},{"t":49}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[43.143,54.45]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 42"}],"bounds":{"l":4,"t":17,"b":158,"r":99},"ip":27,"op":48,"st":30},{"ddd":0,"ind":6,"ty":4,"nm":"gotaAzul6","ks":{"o":{"k":100},"r":{"k":31},"p":{"k":[183.127,209.898,0]},"a":{"k":[158.567,64.402,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[1.003,0.154],[0.214,-1.36]],"o":[[-0.997,-0.153],[-0.253,1.604]],"v":[[-2.788,7.056],[-3.283,9.049]]}],"e":[{"i":[[2.396,0.621],[0.038,1.376]],"o":[[-2.819,-0.731],[-0.083,-3.007]],"v":[[0.212,-3.944],[-1.783,3.299]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[2.396,0.621],[0.038,1.376]],"o":[[-2.819,-0.731],[-0.083,-3.007]],"v":[[0.212,-3.944],[-1.783,3.299]]}],"e":[{"i":[[3.753,1.347],[0.038,1.376]],"o":[[-3.781,-1.357],[-0.083,-3.007]],"v":[[3.212,-9.944],[0.217,-1.951]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[3.753,1.347],[0.038,1.376]],"o":[[-3.781,-1.357],[-0.083,-3.007]],"v":[[3.212,-9.944],[0.217,-1.951]]}],"e":[{"i":[[2.753,2.097],[-0.638,1.22]],"o":[[-2.723,-2.074],[3.997,-7.646]],"v":[[8.462,-16.694],[1.217,-5.951]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[2.753,2.097],[-0.638,1.22]],"o":[[-2.723,-2.074],[3.997,-7.646]],"v":[[8.462,-16.694],[1.217,-5.951]]}],"e":[{"i":[[-0.497,-1.653],[-0.831,1.097]],"o":[[0.378,1.257],[1.247,-1.646]],"v":[[12.462,-17.444],[10.967,-16.951]]}]},{"t":26}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[157.994,65.167]},"a":{"k":[-3.231,8.941]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 8"}],"bounds":{"l":157,"t":37,"b":66,"r":174},"ip":18,"op":26,"st":18},{"ddd":0,"ind":7,"ty":4,"nm":"gotaAzul5","ks":{"o":{"k":100},"r":{"k":-70},"p":{"k":[139.627,239.523,0]},"a":{"k":[56.817,156.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[-0.455,1.024],[1.726,1.678]],"o":[[0.512,-1.151],[-2.036,-1.978]],"v":[[5.199,5.726],[5.515,5.777]]}],"e":[{"i":[[-2.293,2.922],[1.93,1.438]],"o":[[2.097,-2.672],[-2.276,-1.696]],"v":[[-11.662,-7.638],[-4.972,-0.799]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[-2.293,2.922],[1.93,1.438]],"o":[[2.097,-2.672],[-2.276,-1.696]],"v":[[-11.662,-7.638],[-4.972,-0.799]]}],"e":[{"i":[[-1.353,3.459],[1.447,1.924]],"o":[[1.514,-3.869],[-3.509,-4.665]],"v":[[-19.908,-11.288],[-8.283,-3.318]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[-1.353,3.459],[1.447,1.924]],"o":[[1.514,-3.869],[-3.509,-4.665]],"v":[[-19.908,-11.288],[-8.283,-3.318]]}],"e":[{"i":[[-1.353,3.459],[1.719,1.686]],"o":[[1.514,-3.869],[-3.231,-3.169]],"v":[[-27.512,-11.713],[-19.413,-8.313]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26,"s":[{"i":[[-1.353,3.459],[1.719,1.686]],"o":[[1.514,-3.869],[-3.231,-3.169]],"v":[[-27.512,-11.713],[-19.413,-8.313]]}],"e":[{"i":[[-0.085,1.237],[1.719,1.686]],"o":[[0.019,-0.664],[-3.231,-3.169]],"v":[[-27.512,-11.713],[-23.664,-10.49]]}]},{"t":27}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[54.06,153.332]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 15"}],"bounds":{"l":26,"t":140,"b":160,"r":61},"ip":20,"op":27,"st":17},{"ddd":0,"ind":8,"ty":4,"nm":"gotaAzul4","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[127.127,209.523,0]},"a":{"k":[67.317,146.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[-0.429,2.405],[-0.331,-0.254]],"o":[[0.392,-2.2],[-1.846,-0.281]],"v":[[3.433,3.647],[5.682,3.801]]}],"e":[{"i":[[-0.429,2.405],[1.565,0.239]],"o":[[0.392,-2.2],[-1.846,-0.281]],"v":[[-3.567,-0.103],[2.432,1.801]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[-0.429,2.405],[1.565,0.239]],"o":[[0.392,-2.2],[-1.846,-0.281]],"v":[[-3.567,-0.103],[2.432,1.801]]}],"e":[{"i":[[-0.429,2.405],[1.565,0.239]],"o":[[0.392,-2.2],[-1.846,-0.281]],"v":[[-13.817,-1.853],[-3.568,0.051]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[{"i":[[-0.429,2.405],[1.565,0.239]],"o":[[0.392,-2.2],[-1.846,-0.281]],"v":[[-13.817,-1.853],[-3.568,0.051]]}],"e":[{"i":[[-0.429,2.405],[1.565,0.239]],"o":[[0.392,-2.2],[-1.846,-0.281]],"v":[[-16.317,-0.853],[-13.568,-0.699]]}]},{"t":27}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[67.589,144.582]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 17"}],"bounds":{"l":51,"t":142,"b":150,"r":74},"ip":21,"op":27,"st":21},{"ddd":0,"ind":9,"ty":4,"nm":"gotaGris11","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[58.377,211.773,0]},"a":{"k":[3.817,119.62,0]},"s":{"k":[100,130.464,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[{"i":[[-0.762,1.413],[-1.792,-0.578],[0.899,0.325]],"o":[[0.302,-0.274],[1.809,0.583],[-0.994,-0.359]],"v":[[7.946,5.219],[12.12,6.109],[14.547,6.943]]}],"e":[{"i":[[-0.333,2.916],[-1.991,-1.413],[0.799,0.524]],"o":[[0.151,-1.327],[2.01,1.426],[-3.551,-2.332]],"v":[[-4.304,-1.105],[0.054,0.183],[3.047,2.727]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[{"i":[[-0.333,2.916],[-1.991,-1.413],[0.799,0.524]],"o":[[0.151,-1.327],[2.01,1.426],[-3.551,-2.332]],"v":[[-4.304,-1.105],[0.054,0.183],[3.047,2.727]]}],"e":[{"i":[[-0.268,-1.413],[-1.208,-0.056],[0.414,0.388]],"o":[[0.232,1.078],[1.292,0.04],[-1.835,-1.345]],"v":[[-11.679,-0.434],[-7.489,0.029],[-4.016,0.141]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":32,"s":[{"i":[[-0.268,-1.413],[-1.208,-0.056],[0.414,0.388]],"o":[[0.232,1.078],[1.292,0.04],[-1.835,-1.345]],"v":[[-11.679,-0.434],[-7.489,0.029],[-4.016,0.141]]}],"e":[{"i":[[-2.019,-1.369],[-2.726,1.476],[0.066,0.244]],"o":[[1.668,1.131],[1.649,-0.892],[-0.171,-0.337]],"v":[[-15.521,3.466],[-11.244,1.491],[-8.029,-0.368]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[{"i":[[-2.019,-1.369],[-2.726,1.476],[0.066,0.244]],"o":[[1.668,1.131],[1.649,-0.892],[-0.171,-0.337]],"v":[[-15.521,3.466],[-11.244,1.491],[-8.029,-0.368]]}],"e":[{"i":[[-2.019,-1.369],[-0.703,0.877],[0.066,0.244]],"o":[[1.668,1.131],[1.176,-1.468],[-0.171,-0.337]],"v":[[-18.021,7.777],[-15.119,5.515],[-12.154,2.315]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35,"s":[{"i":[[-2.019,-1.369],[-0.703,0.877],[0.066,0.244]],"o":[[1.668,1.131],[1.176,-1.468],[-0.171,-0.337]],"v":[[-18.021,7.777],[-15.119,5.515],[-12.154,2.315]]}],"e":[{"i":[[-1.397,-0.501],[-0.564,0.972],[0.066,0.244]],"o":[[0.824,0.436],[0.547,-0.943],[-0.171,-0.337]],"v":[[-18.646,8.639],[-16.619,7.144],[-15.154,5.285]]}]},{"t":37}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[4.887,119.15]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 14"}],"bounds":{"l":-15,"t":117,"b":128,"r":20},"ip":29,"op":37,"st":27},{"ddd":0,"ind":10,"ty":4,"nm":"gotaGris10","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[34.127,147.898,0]},"a":{"k":[15.817,113.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28,"s":[{"i":[[-1.026,0.465],[0.227,0.414]],"o":[[0.843,-0.314],[0.102,-0.086]],"v":[[43.432,35.82],[44.173,38.592]]}],"e":[{"i":[[-4.252,0.85],[-0.109,2.807]],"o":[[3.889,-0.778],[0.227,-5.836]],"v":[[41.807,21.82],[42.298,34.592]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[-4.252,0.85],[-0.109,2.807]],"o":[[3.889,-0.778],[0.227,-5.836]],"v":[[41.807,21.82],[42.298,34.592]]}],"e":[{"i":[[-2.032,0.311],[-0.101,2.807]],"o":[[3.92,-0.6],[0.102,-2.836]],"v":[[42.182,14.945],[42.673,23.342]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":32,"s":[{"i":[[-2.032,0.311],[-0.101,2.807]],"o":[[3.92,-0.6],[0.102,-2.836]],"v":[[42.182,14.945],[42.673,23.342]]}],"e":[{"i":[[-0.782,0.186],[-0.023,0.914]],"o":[[1.256,-0.074],[-0.023,-0.461]],"v":[[42.182,12.82],[42.548,14.717]]}]},{"t":34}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[15.415,113.122]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 19"}],"bounds":{"l":55,"t":125,"b":152,"r":60},"ip":28,"op":34,"st":27},{"ddd":0,"ind":11,"ty":4,"nm":"gotaGris9","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[83.377,231.773,0]},"a":{"k":[3.817,119.62,0]},"s":{"k":[100,130.464,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[-0.762,1.413],[-1.792,-0.578],[0.899,0.325]],"o":[[0.302,-0.274],[1.809,0.583],[-0.994,-0.359]],"v":[[7.946,5.219],[12.12,6.109],[14.547,6.943]]}],"e":[{"i":[[-0.333,2.916],[-1.991,-1.413],[0.799,0.524]],"o":[[0.151,-1.327],[2.01,1.426],[-3.551,-2.332]],"v":[[-4.304,-1.105],[0.054,0.183],[3.047,2.727]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26,"s":[{"i":[[-0.333,2.916],[-1.991,-1.413],[0.799,0.524]],"o":[[0.151,-1.327],[2.01,1.426],[-3.551,-2.332]],"v":[[-4.304,-1.105],[0.054,0.183],[3.047,2.727]]}],"e":[{"i":[[-0.268,-1.413],[-1.208,-0.056],[0.414,0.388]],"o":[[0.232,1.078],[1.292,0.04],[-1.835,-1.345]],"v":[[-11.679,-0.434],[-7.489,0.029],[-4.016,0.141]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[{"i":[[-0.268,-1.413],[-1.208,-0.056],[0.414,0.388]],"o":[[0.232,1.078],[1.292,0.04],[-1.835,-1.345]],"v":[[-11.679,-0.434],[-7.489,0.029],[-4.016,0.141]]}],"e":[{"i":[[-2.019,-1.369],[-2.726,1.476],[0.066,0.244]],"o":[[1.668,1.131],[1.649,-0.892],[-0.171,-0.337]],"v":[[-15.521,3.466],[-11.244,1.491],[-8.029,-0.368]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28,"s":[{"i":[[-2.019,-1.369],[-2.726,1.476],[0.066,0.244]],"o":[[1.668,1.131],[1.649,-0.892],[-0.171,-0.337]],"v":[[-15.521,3.466],[-11.244,1.491],[-8.029,-0.368]]}],"e":[{"i":[[-2.019,-1.369],[-0.703,0.877],[0.066,0.244]],"o":[[1.668,1.131],[1.176,-1.468],[-0.171,-0.337]],"v":[[-18.021,7.777],[-15.119,5.515],[-12.154,2.315]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[-2.019,-1.369],[-0.703,0.877],[0.066,0.244]],"o":[[1.668,1.131],[1.176,-1.468],[-0.171,-0.337]],"v":[[-18.021,7.777],[-15.119,5.515],[-12.154,2.315]]}],"e":[{"i":[[-1.397,-0.501],[-0.564,0.972],[0.066,0.244]],"o":[[0.824,0.436],[0.547,-0.943],[-0.171,-0.337]],"v":[[-18.646,8.639],[-16.619,7.144],[-15.154,5.285]]}]},{"t":32}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[4.887,119.15]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 14"}],"bounds":{"l":-15,"t":117,"b":128,"r":20},"ip":24,"op":32,"st":22},{"ddd":0,"ind":12,"ty":4,"nm":"gotaGris8","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[59.127,167.898,0]},"a":{"k":[15.817,113.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[-1.026,0.465],[0.227,0.414]],"o":[[0.843,-0.314],[0.102,-0.086]],"v":[[43.432,35.82],[44.173,38.592]]}],"e":[{"i":[[-4.252,0.85],[-0.109,2.807]],"o":[[3.889,-0.778],[0.227,-5.836]],"v":[[41.807,21.82],[42.298,34.592]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[{"i":[[-4.252,0.85],[-0.109,2.807]],"o":[[3.889,-0.778],[0.227,-5.836]],"v":[[41.807,21.82],[42.298,34.592]]}],"e":[{"i":[[-2.032,0.311],[-0.101,2.807]],"o":[[3.92,-0.6],[0.102,-2.836]],"v":[[42.182,14.945],[42.673,23.342]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[{"i":[[-2.032,0.311],[-0.101,2.807]],"o":[[3.92,-0.6],[0.102,-2.836]],"v":[[42.182,14.945],[42.673,23.342]]}],"e":[{"i":[[-0.782,0.186],[-0.023,0.914]],"o":[[1.256,-0.074],[-0.023,-0.461]],"v":[[42.182,12.82],[42.548,14.717]]}]},{"t":29}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[15.415,113.122]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 19"}],"bounds":{"l":55,"t":125,"b":152,"r":60},"ip":23,"op":29,"st":22},{"ddd":0,"ind":13,"ty":4,"nm":"gotaGris7","ks":{"o":{"k":100},"r":{"k":132},"p":{"k":[139.502,224.523,0]},"a":{"k":[121.017,32.043,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":21,"s":[{"i":[[1.069,-1.904],[3.166,0.708]],"o":[[-1.195,2.13],[-0.793,-0.233]],"v":[[4.681,4.064],[9.043,6.644]]}],"e":[{"i":[[2.279,-4.945],[3.207,0.487]],"o":[[-2.681,5.818],[-7.007,-1.066]],"v":[[-8.319,-1.436],[7.793,5.894]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":24,"s":[{"i":[[2.279,-4.945],[3.207,0.487]],"o":[[-2.681,5.818],[-7.007,-1.066]],"v":[[-8.319,-1.436],[7.793,5.894]]}],"e":[{"i":[[4.866,-2.442],[2.202,2.382]],"o":[[-5.725,2.873],[-4.81,-5.205]],"v":[[-7.689,-20.584],[0.328,-4.803]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":27,"s":[{"i":[[4.866,-2.442],[2.202,2.382]],"o":[[-5.725,2.873],[-4.81,-5.205]],"v":[[-7.689,-20.584],[0.328,-4.803]]}],"e":[{"i":[[5.434,-0.35],[1.661,2.786]],"o":[[-4.657,0.3],[-3.63,-6.087]],"v":[[-4.829,-30.021],[-3.11,-19.092]]}]},{"t":29}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[114.44,29.594]},"a":{"k":[0.5,3.375]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 9"}],"bounds":{"l":105,"t":-4,"b":34,"r":124},"ip":21,"op":29,"st":21},{"ddd":0,"ind":14,"ty":4,"nm":"manchaGris 2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[-5.211,-2.443],[-0.453,-6.251],[-0.528,-2.354],[3.103,-1.266],[-0.032,-2.98],[-4.042,0.696],[-3.41,0.321],[-0.337,1.771],[-1.957,4.718],[5.745,1.311],[10.53,-8.011],[0.915,-0.19]],"o":[[6.599,3.094],[0.304,4.198],[0.653,2.911],[-4.034,1.645],[1.029,4.295],[4.84,-0.752],[3.529,-0.332],[1.041,-5.465],[0.685,-1.652],[-8.236,-1.879],[-3.303,2.513],[-4.095,1.604]],"v":[[39.5,12.601],[35.863,19.946],[39.695,23.748],[37.064,31.159],[30.638,33.848],[41.146,37.484],[47.886,36.179],[54.529,33.204],[47.774,25.947],[52.871,14.008],[41.97,6.131],[34.012,7.29]]}],"e":[{"i":[[2.964,-7.494],[4.31,-3.508],[3.348,-9.606],[9.744,-2.487],[13.916,-6.871],[-4.244,0.039],[-3.536,-0.247],[-0.64,1.806],[-2.784,4.628],[11.95,-1.524],[10.066,-3.197],[2.777,0.757]],"o":[[-2.845,7.195],[-6.408,5.216],[-2.415,6.928],[-4.376,1.117],[-3.158,6.453],[5.069,0.039],[3.659,0.256],[1.973,-5.57],[0.975,-1.62],[-3.567,0.455],[-3.45,1.096],[-10.676,0.757]],"v":[[15.913,-0.113],[21.028,10.392],[3.582,9.213],[9.015,19.694],[10.534,29.941],[28.694,34.755],[45.625,34.539],[54.976,32.549],[45.145,23.489],[48.717,11.804],[48.595,1.722],[35.643,2.594]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[{"i":[[2.964,-7.494],[4.31,-3.508],[3.348,-9.606],[9.744,-2.487],[13.916,-6.871],[-4.244,0.039],[-3.536,-0.247],[-0.64,1.806],[-2.784,4.628],[11.95,-1.524],[10.066,-3.197],[2.777,0.757]],"o":[[-2.845,7.195],[-6.408,5.216],[-2.415,6.928],[-4.376,1.117],[-3.158,6.453],[5.069,0.039],[3.659,0.256],[1.973,-5.57],[0.975,-1.62],[-3.567,0.455],[-3.45,1.096],[-10.676,0.757]],"v":[[15.913,-0.113],[21.028,10.392],[3.582,9.213],[9.015,19.694],[10.534,29.941],[28.694,34.755],[45.625,34.539],[54.976,32.549],[45.145,23.489],[48.717,11.804],[48.595,1.722],[35.643,2.594]]}],"e":[{"i":[[5.155,-3.047],[5.212,-0.204],[7.923,-5.23],[3.279,-4.611],[-2.202,-4.417],[-10.318,-5.268],[-2.768,-0.176],[-0.691,1.722],[-2.877,4.367],[11.377,4.579],[8.132,-1.291],[14.802,6.277]],"o":[[-3.355,2.148],[-2.82,0.409],[-4.261,2.936],[-2.32,3.649],[3.056,5.45],[10.85,5.539],[3.537,0.225],[2.132,-5.312],[1.007,-1.529],[-3.199,-1.288],[-3.976,1.043],[-14.88,-7.889]],"v":[[-5.31,-16.764],[-9.013,-4.862],[-20.995,-13.522],[-22.356,-4.954],[-24.46,2.691],[3.134,26.335],[34.322,34.239],[49.415,32.635],[43.004,23.581],[47.38,12.434],[45.898,0.64],[17.52,-2.413]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[{"i":[[5.155,-3.047],[5.212,-0.204],[7.923,-5.23],[3.279,-4.611],[-2.202,-4.417],[-10.318,-5.268],[-2.768,-0.176],[-0.691,1.722],[-2.877,4.367],[11.377,4.579],[8.132,-1.291],[14.802,6.277]],"o":[[-3.355,2.148],[-2.82,0.409],[-4.261,2.936],[-2.32,3.649],[3.056,5.45],[10.85,5.539],[3.537,0.225],[2.132,-5.312],[1.007,-1.529],[-3.199,-1.288],[-3.976,1.043],[-14.88,-7.889]],"v":[[-5.31,-16.764],[-9.013,-4.862],[-20.995,-13.522],[-22.356,-4.954],[-24.46,2.691],[3.134,26.335],[34.322,34.239],[49.415,32.635],[43.004,23.581],[47.38,12.434],[45.898,0.64],[17.52,-2.413]]}],"e":[{"i":[[1.93,-0.431],[3.793,-0.097],[4.362,-1.309],[1.81,-0.938],[-0.725,-3.901],[-7.148,-6.169],[-3.486,4.386],[-0.622,1.752],[-2.708,4.492],[-2.87,-0.259],[-0.086,4.254],[11.76,14.7]],"o":[[-3.682,0.822],[-2.459,0.063],[-4.898,1.47],[-3.916,2.029],[4.477,18.676],[6.44,5.728],[3.261,-4.102],[1.919,-5.406],[0.948,-1.572],[4.754,0.429],[0.167,-8.247],[-8.371,-10.128]],"v":[[-9.38,-36.675],[-17.49,-29.066],[-23.387,-35.382],[-29.175,-24.176],[-39.776,-31.817],[-16.072,11.131],[12.98,28.507],[12.009,17.783],[23.585,17.783],[19.51,6.959],[36,0.796],[8.806,-12.324]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[1.93,-0.431],[3.793,-0.097],[4.362,-1.309],[1.81,-0.938],[-0.725,-3.901],[-7.148,-6.169],[-3.486,4.386],[-0.622,1.752],[-2.708,4.492],[-2.87,-0.259],[-0.086,4.254],[11.76,14.7]],"o":[[-3.682,0.822],[-2.459,0.063],[-4.898,1.47],[-3.916,2.029],[4.477,18.676],[6.44,5.728],[3.261,-4.102],[1.919,-5.406],[0.948,-1.572],[4.754,0.429],[0.167,-8.247],[-8.371,-10.128]],"v":[[-9.38,-36.675],[-17.49,-29.066],[-23.387,-35.382],[-29.175,-24.176],[-39.776,-31.817],[-16.072,11.131],[12.98,28.507],[12.009,17.783],[23.585,17.783],[19.51,6.959],[36,0.796],[8.806,-12.324]]}],"e":[{"i":[[2.133,-0.303],[4.14,0.182],[4.846,-1.032],[2.038,-0.837],[1.695,-9.519],[-17.534,-23.237],[-4.11,4.286],[-0.802,1.77],[-0.64,5.167],[-2.315,2.076],[-0.026,4.42],[13.054,13.503]],"o":[[-4.071,0.578],[-2.684,-0.118],[-5.441,1.159],[-4.41,1.811],[1.127,6.866],[6.613,6.415],[3.844,-4.008],[2.474,-5.459],[0.615,-4.959],[2.991,-2.682],[0.035,-5.891],[-10.214,-16.896]],"v":[[-7.23,-41.334],[-16.771,-35.679],[-24.999,-42.009],[-31.496,-31.594],[-40.916,-39.385],[-19.46,6.256],[14.038,25.828],[8.311,13.463],[21.126,11.377],[16.885,4.126],[30.482,0.793],[5.963,-15.618]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":32,"s":[{"i":[[2.133,-0.303],[4.14,0.182],[4.846,-1.032],[2.038,-0.837],[1.695,-9.519],[-17.534,-23.237],[-4.11,4.286],[-0.802,1.77],[-0.64,5.167],[-2.315,2.076],[-0.026,4.42],[13.054,13.503]],"o":[[-4.071,0.578],[-2.684,-0.118],[-5.441,1.159],[-4.41,1.811],[1.127,6.866],[6.613,6.415],[3.844,-4.008],[2.474,-5.459],[0.615,-4.959],[2.991,-2.682],[0.035,-5.891],[-10.214,-16.896]],"v":[[-7.23,-41.334],[-16.771,-35.679],[-24.999,-42.009],[-31.496,-31.594],[-40.916,-39.385],[-19.46,6.256],[14.038,25.828],[8.311,13.463],[21.126,11.377],[16.885,4.126],[30.482,0.793],[5.963,-15.618]]}],"e":[{"i":[[4.511,-4.934],[3.749,-0.131],[4.3,-1.302],[3.506,2.094],[5.807,-5.158],[0.246,-12.568],[-2.545,-7.046],[-2.929,2.547],[-1.005,1.099],[-6.13,2.896],[-6.573,0.854],[3.015,4.474]],"o":[[-5.777,4.887],[-2.431,0.085],[-4.828,1.462],[-3.318,-1.818],[-2.792,2.377],[0.236,3.825],[2.598,4.472],[3.668,-2.561],[3.547,-4.237],[4.87,-15.604],[5.286,-0.392],[-2.764,-7.273]],"v":[[-2.174,-67.041],[-11.928,-67.773],[-15.613,-63.466],[-17.029,-78.487],[-31.689,-72.693],[-38.33,-39.908],[-33.293,-10.058],[-16.904,5.346],[-22.38,-6.869],[-8.703,-6.003],[4.699,-10.341],[-1.794,-37.741]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[{"i":[[4.511,-4.934],[3.749,-0.131],[4.3,-1.302],[3.506,2.094],[5.807,-5.158],[0.246,-12.568],[-2.545,-7.046],[-2.929,2.547],[-1.005,1.099],[-6.13,2.896],[-6.573,0.854],[3.015,4.474]],"o":[[-5.777,4.887],[-2.431,0.085],[-4.828,1.462],[-3.318,-1.818],[-2.792,2.377],[0.236,3.825],[2.598,4.472],[3.668,-2.561],[3.547,-4.237],[4.87,-15.604],[5.286,-0.392],[-2.764,-7.273]],"v":[[-2.174,-67.041],[-11.928,-67.773],[-15.613,-63.466],[-17.029,-78.487],[-31.689,-72.693],[-38.33,-39.908],[-33.293,-10.058],[-16.904,5.346],[-22.38,-6.869],[-8.703,-6.003],[4.699,-10.341],[-1.794,-37.741]]}],"e":[{"i":[[4.511,-4.934],[3.749,-0.131],[4.3,-1.302],[3.506,2.094],[5.807,-5.158],[0.246,-12.568],[-2.545,-7.046],[-6.929,0.047],[-1.005,1.099],[-6.13,2.896],[-6.573,0.854],[3.015,4.474]],"o":[[-5.777,4.887],[-2.431,0.085],[-4.828,1.462],[-3.318,-1.818],[-2.792,2.377],[0.236,3.825],[2.598,4.472],[3.668,-2.561],[7.41,-4.073],[4.87,-15.604],[5.286,-0.392],[-2.764,-7.273]],"v":[[-2.174,-67.041],[-11.928,-67.773],[-15.613,-63.466],[-17.029,-78.487],[-31.689,-72.693],[-38.33,-39.908],[-32.793,-16.058],[-23.904,-0.654],[-24.38,-17.869],[-12.203,-13.503],[2.699,-15.841],[-1.794,-37.741]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34,"s":[{"i":[[4.511,-4.934],[3.749,-0.131],[4.3,-1.302],[3.506,2.094],[5.807,-5.158],[0.246,-12.568],[-2.545,-7.046],[-6.929,0.047],[-1.005,1.099],[-6.13,2.896],[-6.573,0.854],[3.015,4.474]],"o":[[-5.777,4.887],[-2.431,0.085],[-4.828,1.462],[-3.318,-1.818],[-2.792,2.377],[0.236,3.825],[2.598,4.472],[3.668,-2.561],[7.41,-4.073],[4.87,-15.604],[5.286,-0.392],[-2.764,-7.273]],"v":[[-2.174,-67.041],[-11.928,-67.773],[-15.613,-63.466],[-17.029,-78.487],[-31.689,-72.693],[-38.33,-39.908],[-32.793,-16.058],[-23.904,-0.654],[-24.38,-17.869],[-12.203,-13.503],[2.699,-15.841],[-1.794,-37.741]]}],"e":[{"i":[[5.169,-4.24],[3.729,0.405],[4.442,-0.675],[3.172,2.572],[6.484,-4.277],[2.037,-12.404],[1.261,-8.285],[-6.865,-0.942],[-1.151,0.945],[-7.254,5.248],[-6.628,-0.092],[2.345,4.859]],"o":[[-6.416,4.013],[-2.418,-0.263],[-4.988,0.758],[-3.024,-2.273],[-3.102,1.954],[0.339,-2.389],[1.934,4.797],[3.996,-2.011],[7.916,-2.974],[7.246,-24.752],[5.288,0.366],[-1.697,-7.593]],"v":[[-0.514,-69.914],[-10.063,-72.03],[-14.325,-68.293],[-13.584,-83.363],[-28.92,-79.719],[-36.172,-65.218],[-39.594,-36.321],[-32.994,-22.307],[-30.508,-38.414],[-19.079,-28.855],[-2.996,-27.043],[-5.319,-57.36]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":36,"s":[{"i":[[5.169,-4.24],[3.729,0.405],[4.442,-0.675],[3.172,2.572],[6.484,-4.277],[2.037,-12.404],[1.261,-8.285],[-6.865,-0.942],[-1.151,0.945],[-7.254,5.248],[-6.628,-0.092],[2.345,4.859]],"o":[[-6.416,4.013],[-2.418,-0.263],[-4.988,0.758],[-3.024,-2.273],[-3.102,1.954],[0.339,-2.389],[1.934,4.797],[3.996,-2.011],[7.916,-2.974],[7.246,-24.752],[5.288,0.366],[-1.697,-7.593]],"v":[[-0.514,-69.914],[-10.063,-72.03],[-14.325,-68.293],[-13.584,-83.363],[-28.92,-79.719],[-36.172,-65.218],[-39.594,-36.321],[-32.994,-22.307],[-30.508,-38.414],[-19.079,-28.855],[-2.996,-27.043],[-5.319,-57.36]]}],"e":[{"i":[[5.169,-4.24],[3.729,0.405],[4.442,-0.675],[3.172,2.572],[6.484,-4.277],[2.339,-4.889],[1.261,-7.285],[-6.865,-0.942],[-1.151,0.945],[-7.254,5.248],[-6.628,-0.092],[2.345,4.859]],"o":[[-6.416,4.013],[-2.418,-0.263],[-4.988,0.758],[-3.024,-2.273],[-3.102,1.954],[0.339,-2.389],[-0.239,6.215],[3.996,-2.011],[7.916,-2.974],[7.246,-24.752],[5.288,0.366],[-1.697,-7.593]],"v":[[-0.514,-69.914],[-10.063,-72.03],[-7.825,-82.793],[-13.584,-83.363],[-28.92,-79.719],[-33.672,-74.718],[-39.094,-55.821],[-36.494,-41.807],[-30.008,-53.414],[-19.579,-41.355],[-5.496,-40.543],[-5.319,-57.36]]}]},{"t":38}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[46.273,142.485]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 32"}],"bounds":{"l":5,"t":58,"b":181,"r":102},"ip":22,"op":37,"st":24},{"ddd":0,"ind":15,"ty":4,"nm":"manchaAzul 9","ks":{"o":{"k":100},"r":{"k":-28},"p":{"k":[-10.123,170.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0.04,-0.183],[-0.051,0.174]],"o":[[-0.084,0.163],[0.084,-0.285]],"v":[[-57.803,-24.394],[-57.317,-24.258]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[88.107,171.712]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":0}}],"nm":"Group 21"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-0.094,-0.156],[-0.339,-0.267],[0.138,0.109],[0.2,0.332]],"o":[[0.228,0.378],[0.139,0.11],[-0.298,-0.235],[-0.094,-0.156]],"v":[[-47.751,-25.357],[-46.902,-24.396],[-46.774,-24.644],[-47.52,-25.498]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[76.944,171.413]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":0}}],"nm":"Group 22"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[{"i":[[-0.264,-0.147],[-2.124,3.807],[4.137,4.027],[0.269,-6.566]],"o":[[-0.014,0.103],[5.754,-10.311],[-3.296,-3.208],[-0.402,9.818]],"v":[[-63.632,-29.007],[-60.751,-54.312],[-53.845,-76.276],[-65.848,-56.192]]}],"e":[{"i":[[-0.264,-0.147],[-2.442,3.611],[2.601,4.841],[1.348,-5.182]],"o":[[-0.014,0.103],[3.252,-4.81],[-3.051,-5.679],[-2.475,9.51]],"v":[[-63.235,-55.726],[-55.001,-69.813],[-44.948,-80.944],[-58.848,-72.442]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[{"i":[[-0.264,-0.147],[-2.442,3.611],[2.601,4.841],[1.348,-5.182]],"o":[[-0.014,0.103],[3.252,-4.81],[-3.051,-5.679],[-2.475,9.51]],"v":[[-63.235,-55.726],[-55.001,-69.813],[-44.948,-80.944],[-58.848,-72.442]]}],"e":[{"i":[[-0.264,-0.147],[-4.011,1.707],[-2,5.118],[5.182,-2.801]],"o":[[-0.014,0.103],[4.252,-1.81],[0.949,-2.429],[-2.902,1.568]],"v":[[-55.735,-70.226],[-49.251,-73.813],[-38.198,-73.944],[-50.598,-76.192]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":43.333,"s":[{"i":[[-0.264,-0.147],[-4.011,1.707],[-2,5.118],[5.182,-2.801]],"o":[[-0.014,0.103],[4.252,-1.81],[0.949,-2.429],[-2.902,1.568]],"v":[[-55.735,-70.226],[-49.251,-73.813],[-38.198,-73.944],[-50.598,-76.192]]}],"e":[{"i":[[-0.264,-0.147],[-4.337,-0.437],[-2,5.118],[8.691,-1.621]],"o":[[-0.014,0.103],[7.015,0.706],[0.949,-2.429],[-3.243,0.605]],"v":[[-55.735,-70.226],[-46.016,-74.118],[-31.808,-68.848],[-46.907,-76.172]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45,"s":[{"i":[[-0.264,-0.147],[-4.337,-0.437],[-2,5.118],[8.691,-1.621]],"o":[[-0.014,0.103],[7.015,0.706],[0.949,-2.429],[-3.243,0.605]],"v":[[-55.735,-70.226],[-46.016,-74.118],[-31.808,-68.848],[-46.907,-76.172]]}],"e":[{"i":[[-0.264,-0.147],[-3.377,-3.395],[-2.188,3.251],[6.336,6.165]],"o":[[-0.014,0.103],[3.175,3.192],[1.456,-2.163],[-3.087,-3.003]],"v":[[-43.718,-72.652],[-34.207,-62.559],[-22.212,-51.865],[-33.919,-66.656]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[{"i":[[-0.264,-0.147],[-3.377,-3.395],[-2.188,3.251],[6.336,6.165]],"o":[[-0.014,0.103],[3.175,3.192],[1.456,-2.163],[-3.087,-3.003]],"v":[[-43.718,-72.652],[-34.207,-62.559],[-22.212,-51.865],[-33.919,-66.656]]}],"e":[{"i":[[-0.099,-0.087],[-1.123,-1.762],[-1.236,1.182],[2.126,3.219]],"o":[[-0.016,0.043],[1.056,1.657],[0.822,-0.786],[-1.036,-1.568]],"v":[[-19.336,-40.837],[-16.223,-35.648],[-12.107,-29.97],[-15.718,-37.367]]}]},{"t":49}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[97.44,158.252]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 34"}],"bounds":{"l":29,"t":75,"b":148,"r":86},"ip":38,"op":49,"st":18},{"ddd":0,"ind":16,"ty":4,"nm":"manchaAzul 8","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0.04,-0.183],[-0.051,0.174]],"o":[[-0.084,0.163],[0.084,-0.285]],"v":[[-57.803,-24.394],[-57.317,-24.258]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[88.107,171.712]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 21"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-0.094,-0.156],[-0.339,-0.267],[0.138,0.109],[0.2,0.332]],"o":[[0.228,0.378],[0.139,0.11],[-0.298,-0.235],[-0.094,-0.156]],"v":[[-47.751,-25.357],[-46.902,-24.396],[-46.774,-24.644],[-47.52,-25.498]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[76.944,171.413]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 22"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[{"i":[[-0.264,-0.147],[-1.271,4.17],[5.699,1.571],[0.269,-6.566]],"o":[[-0.014,0.103],[3.752,-12.31],[-4.434,-1.222],[-0.402,9.818]],"v":[[-62.235,-40.226],[-61.751,-54.063],[-59.198,-75.694],[-65.848,-56.192]]}],"e":[{"i":[[-0.264,-0.147],[-2.442,3.611],[2.601,4.841],[1.348,-5.182]],"o":[[-0.014,0.103],[3.252,-4.81],[-3.051,-5.679],[-2.475,9.51]],"v":[[-63.235,-55.726],[-55.001,-69.813],[-44.948,-80.944],[-58.848,-72.442]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40.667,"s":[{"i":[[-0.264,-0.147],[-2.442,3.611],[2.601,4.841],[1.348,-5.182]],"o":[[-0.014,0.103],[3.252,-4.81],[-3.051,-5.679],[-2.475,9.51]],"v":[[-63.235,-55.726],[-55.001,-69.813],[-44.948,-80.944],[-58.848,-72.442]]}],"e":[{"i":[[-0.264,-0.147],[-4.011,1.707],[-2,5.118],[5.182,-2.801]],"o":[[-0.014,0.103],[4.252,-1.81],[0.949,-2.429],[-2.902,1.568]],"v":[[-55.735,-70.226],[-49.251,-73.813],[-38.198,-73.944],[-50.598,-76.192]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":43.333,"s":[{"i":[[-0.264,-0.147],[-4.011,1.707],[-2,5.118],[5.182,-2.801]],"o":[[-0.014,0.103],[4.252,-1.81],[0.949,-2.429],[-2.902,1.568]],"v":[[-55.735,-70.226],[-49.251,-73.813],[-38.198,-73.944],[-50.598,-76.192]]}],"e":[{"i":[[0.008,-0.073],[-0.388,-0.469],[-0.509,0.473],[0.656,0.599]],"o":[[-0.019,0.025],[0.541,0.653],[0.497,-0.462],[-0.332,-0.304]],"v":[[-37.859,-66.821],[-37.194,-65.777],[-36.432,-64.358],[-36.864,-66.576]]}]},{"t":46}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[97.44,158.252]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 34"}],"bounds":{"l":29,"t":75,"b":148,"r":62},"ip":38,"op":46,"st":18},{"ddd":0,"ind":17,"ty":4,"nm":"manchaAzul 7","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":36,"s":[{"i":[[0.193,-0.895],[-0.251,0.852]],"o":[[-0.408,0.798],[0.41,-1.391]],"v":[[-53.124,-18.344],[-50.752,-17.68]]}],"e":[{"i":[[0.04,-0.183],[-0.051,0.174]],"o":[[-0.084,0.163],[0.084,-0.285]],"v":[[-57.803,-24.394],[-57.317,-24.258]]}]},{"t":38}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[88.107,171.712]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":0}}],"nm":"Group 21"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":36,"s":[{"i":[[-0.458,-0.76],[-1.656,-1.304],[0.674,0.531],[0.977,1.621]],"o":[[1.112,1.846],[0.68,0.536],[-1.456,-1.148],[-0.458,-0.759]],"v":[[-47.387,-24.208],[-43.244,-19.515],[-42.617,-20.724],[-46.26,-24.894]]}],"e":[{"i":[[-0.094,-0.156],[-0.339,-0.267],[0.138,0.109],[0.2,0.332]],"o":[[0.228,0.378],[0.139,0.11],[-0.298,-0.235],[-0.094,-0.156]],"v":[[-47.751,-25.357],[-46.902,-24.396],[-46.774,-24.644],[-47.52,-25.498]]}]},{"t":38}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[76.944,171.413]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":0}}],"nm":"Group 22"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":36,"s":[{"i":[[-1.514,2.603],[-3.887,5.927],[0.803,5.402],[5.106,10.685],[1.877,-3.935],[3.449,-3.554],[6.598,-5.682],[-0.203,-5.986],[-3.867,-1.329]],"o":[[-0.346,-3.232],[2.113,-6.323],[-0.948,-5.974],[-4.787,-10.018],[-6.141,12.875],[-3.203,3.301],[-1.539,1.325],[-0.541,3.254],[5.57,2.381]],"v":[[-35.235,-4.976],[-44.862,-13.3],[-25.738,-17.197],[-42.462,-28.855],[-55.876,-39.438],[-67.698,-31.569],[-68.848,-17.442],[-76.406,-17.268],[-58.657,0.194]]}],"e":[{"i":[[-3.889,4.353],[-1.262,3.552],[0.609,4.167],[2.232,6.19],[2.814,6.503],[-4.301,-7.866],[2.723,-4.307],[-0.344,-10.355],[-5.467,-7.442]],"o":[[2.111,-5.897],[-1.564,-5.683],[-0.48,-5.075],[-1.537,-7.268],[-4.686,-5.247],[3.199,8.134],[-3.527,7.193],[0.808,3.949],[4.533,6.308]],"v":[[-44.86,1.774],[-47.237,-14.3],[-39.238,-26.447],[-50.337,-31.605],[-54.064,-49.876],[-63.948,-47.507],[-72.973,-38.817],[-82.156,-29.768],[-72.532,-13.181]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37,"s":[{"i":[[-3.889,4.353],[-1.262,3.552],[0.609,4.167],[2.232,6.19],[2.814,6.503],[-4.301,-7.866],[2.723,-4.307],[-0.344,-10.355],[-5.467,-7.442]],"o":[[2.111,-5.897],[-1.564,-5.683],[-0.48,-5.075],[-1.537,-7.268],[-4.686,-5.247],[3.199,8.134],[-3.527,7.193],[0.808,3.949],[4.533,6.308]],"v":[[-44.86,1.774],[-47.237,-14.3],[-39.238,-26.447],[-50.337,-31.605],[-54.064,-49.876],[-63.948,-47.507],[-72.973,-38.817],[-82.156,-29.768],[-72.532,-13.181]]}],"e":[{"i":[[-0.264,-0.147],[1.363,1.177],[0.416,2.932],[-0.643,1.695],[1.533,4.081],[1.949,-2.929],[1.098,-5.432],[-1.594,-7.605],[-4.842,-3.317]],"o":[[-0.014,0.103],[-5.241,-5.043],[-0.012,-4.176],[1.713,-4.518],[-4.248,-11.31],[-2.548,3.829],[-0.402,1.99],[2.156,4.645],[5.57,2.381]],"v":[[-42.985,-7.976],[-49.612,-15.3],[-56.738,-29.197],[-55.212,-39.355],[-54.251,-54.313],[-70.198,-53.944],[-73.598,-41.692],[-71.406,-27.768],[-62.907,-16.556]]}]},{"t":38}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[97.44,158.252]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 34"}],"bounds":{"l":15,"t":98,"b":161,"r":72},"ip":36,"op":38,"st":18},{"ddd":0,"ind":18,"ty":4,"nm":"gotaRoja6","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[1.547,-0.956],[0.433,0.989]],"o":[[-1.415,0.874],[-0.51,-1.166]],"v":[[-0.671,-1.774],[1.653,1.741]]}],"e":[{"i":[[2.915,-2.435],[0.433,0.989]],"o":[[-2.733,2.282],[-0.51,-1.166]],"v":[[-6.421,-8.774],[-1.347,-2.259]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[2.915,-2.435],[0.433,0.989]],"o":[[-2.733,2.282],[-0.51,-1.166]],"v":[[-6.421,-8.774],[-1.347,-2.259]]}],"e":[{"i":[[0.988,-2.546],[-0.196,1]],"o":[[-0.983,2.532],[-0.057,-0.733]],"v":[[-16.171,-14.774],[-8.597,-6.259]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0.988,-2.546],[-0.196,1]],"o":[[-0.983,2.532],[-0.057,-0.733]],"v":[[-16.171,-14.774],[-8.597,-6.259]]}],"e":[{"i":[[0.988,-2.546],[-0.196,1]],"o":[[-0.983,2.532],[-0.057,-0.733]],"v":[[-20.171,-19.274],[-15.847,-15.259]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[0.988,-2.546],[-0.196,1]],"o":[[-0.983,2.532],[-0.057,-0.733]],"v":[[-20.171,-19.274],[-15.847,-15.259]]}],"e":[{"i":[[0.017,0.032],[-0.196,1]],"o":[[-0.221,1.008],[-0.057,-0.733]],"v":[[-24.171,-22.024],[-22.097,-20.259]]}]},{"t":22}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[131.844,112.371]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 11"}],"bounds":{"l":107,"t":90,"b":115,"r":134},"ip":14,"op":22,"st":14},{"ddd":0,"ind":19,"ty":4,"nm":"gotaRoja5","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[1.764,0.191],[-1.084,2.023]],"o":[[-1.814,-0.197],[0.124,0.084]],"v":[[-2.782,1.893],[-2.72,3.861]]}],"e":[{"i":[[3.186,-0.447],[-0.626,0.835]],"o":[[-3.504,0.491],[1.624,-2.166]],"v":[[-0.782,-10.358],[-2.47,1.111]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[3.186,-0.447],[-0.626,0.835]],"o":[[-3.504,0.491],[1.624,-2.166]],"v":[[-0.782,-10.358],[-2.47,1.111]]}],"e":[{"i":[[2.436,0.053],[0.374,0.584]],"o":[[-3.1,-0.068],[-0.535,-4.677]],"v":[[-3.782,-23.108],[-3.22,-9.639]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[2.436,0.053],[0.374,0.584]],"o":[[-3.1,-0.068],[-0.535,-4.677]],"v":[[-3.782,-23.108],[-3.22,-9.639]]}],"e":[{"i":[[1.613,-0.492],[0.374,0.584]],"o":[[-1.814,0.553],[-0.535,-4.677]],"v":[[-6.032,-25.358],[-5.47,-19.639]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[1.613,-0.492],[0.374,0.584]],"o":[[-1.814,0.553],[-0.535,-4.677]],"v":[[-6.032,-25.358],[-5.47,-19.639]]}],"e":[{"i":[[1.613,-0.492],[0.374,0.584]],"o":[[-1.814,0.553],[0.374,-0.916]],"v":[[-6.032,-25.358],[-5.97,-23.139]]}]},{"t":22}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[142.286,111.183]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 12"}],"bounds":{"l":135,"t":85,"b":116,"r":143},"ip":14,"op":22,"st":14},{"ddd":0,"ind":20,"ty":4,"nm":"gotaRoja4","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0.143,0.551],[-1.308,-1.158],[0.51,-0.55]],"o":[[-0.255,-0.984],[0.698,0.618],[-0.731,0.79]],"v":[[-3.424,4.479],[-1.269,2.378],[-2.44,4.243]]}],"e":[{"i":[[0.143,0.551],[-1.308,-1.158],[0.51,-0.55]],"o":[[-0.255,-0.984],[0.698,0.618],[-0.731,0.79]],"v":[[-1.174,1.479],[0.731,-0.872],[-0.44,0.993]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[0.143,0.551],[-1.308,-1.158],[0.51,-0.55]],"o":[[-0.255,-0.984],[0.698,0.618],[-0.731,0.79]],"v":[[-1.174,1.479],[0.731,-0.872],[-0.44,0.993]]}],"e":[{"i":[[0.143,0.551],[-1.308,-1.158],[0.51,-0.55]],"o":[[-0.255,-0.984],[0.698,0.618],[-0.731,0.79]],"v":[[0.576,-1.021],[6.981,-7.872],[5.81,-6.007]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[0.143,0.551],[-1.308,-1.158],[0.51,-0.55]],"o":[[-0.255,-0.984],[0.698,0.618],[-0.731,0.79]],"v":[[0.576,-1.021],[6.981,-7.872],[5.81,-6.007]]}],"e":[{"i":[[0.143,0.551],[-1.308,-1.158],[0.51,-0.55]],"o":[[-0.255,-0.984],[0.698,0.618],[-0.731,0.79]],"v":[[5.826,-7.521],[10.981,-12.622],[9.81,-10.757]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[0.143,0.551],[-1.308,-1.158],[0.51,-0.55]],"o":[[-0.255,-0.984],[0.698,0.618],[-0.731,0.79]],"v":[[5.826,-7.521],[10.981,-12.622],[9.81,-10.757]]}],"e":[{"i":[[0.143,0.551],[-1.308,-1.158],[0.696,0.279]],"o":[[-0.255,-0.984],[0.698,0.618],[-1.778,-0.712]],"v":[[8.826,-9.521],[18.731,-11.372],[17.81,-9.257]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[0.143,0.551],[-1.308,-1.158],[0.696,0.279]],"o":[[-0.255,-0.984],[0.698,0.618],[-1.778,-0.712]],"v":[[8.826,-9.521],[18.731,-11.372],[17.81,-9.257]]}],"e":[{"i":[[0.045,0.567],[-1.088,-1.367],[0.637,0.395]],"o":[[-0.081,-1.013],[0.58,0.73],[-1.628,-1.009]],"v":[[16.258,-7.918],[23.049,-3.78],[21.776,-1.857]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[{"i":[[0.045,0.567],[-1.088,-1.367],[0.637,0.395]],"o":[[-0.081,-1.013],[0.58,0.73],[-1.628,-1.009]],"v":[[16.258,-7.918],[23.049,-3.78],[21.776,-1.857]]}],"e":[{"i":[[0.024,0.268],[-0.577,-0.646],[0.338,0.187]],"o":[[-0.043,-0.479],[0.308,0.345],[-0.864,-0.477]],"v":[[24.739,-0.24],[25.822,-0.057],[25.146,0.852]]}]},{"t":27}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[170.158,114.348]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 5"}],"bounds":{"l":166,"t":101,"b":120,"r":197},"ip":15,"op":27,"st":15},{"ddd":0,"ind":21,"ty":4,"nm":"manchaRoja 2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[-0.257,0.062],[0.257,-0.062]],"o":[[0.257,-0.062],[-0.257,0.062]],"v":[[8.309,-18.138],[8.212,-18.537]]}],"e":[{"i":[[-0.844,0.205],[0.844,-0.205]],"o":[[0.844,-0.205],[-0.844,0.205]],"v":[[4.721,-10.585],[4.403,-11.894]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[-0.844,0.205],[0.844,-0.205]],"o":[[0.844,-0.205],[-0.844,0.205]],"v":[[4.721,-10.585],[4.403,-11.894]]}],"e":[{"i":[[-1.935,0],[1.935,0]],"o":[[1.935,0],[-1.935,0]],"v":[[-4.25,-1.5],[-4.25,-4.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[-1.935,0],[1.935,0]],"o":[[1.935,0],[-1.935,0]],"v":[[-4.25,-1.5],[-4.25,-4.5]]}],"e":[{"i":[[-1.763,0],[1.763,0]],"o":[[1.763,0],[-1.763,0]],"v":[[-6.513,0.487],[-6.513,-2.247]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[-1.763,0],[1.763,0]],"o":[[1.763,0],[-1.763,0]],"v":[[-6.513,0.487],[-6.513,-2.247]]}],"e":[{"i":[[-1.685,-0.045],[1.685,0.045]],"o":[[1.685,0.045],[-1.685,-0.045]],"v":[[-8.698,2.408],[-8.627,-0.205]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[-1.685,-0.045],[1.685,0.045]],"o":[[1.685,0.045],[-1.685,-0.045]],"v":[[-8.698,2.408],[-8.627,-0.205]]}],"e":[{"i":[[-1.388,-0.176],[1.388,0.176]],"o":[[1.388,0.176],[-1.388,-0.176]],"v":[[-12.703,10.13],[-12.43,7.978]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[{"i":[[-1.388,-0.176],[1.388,0.176]],"o":[[1.388,0.176],[-1.388,-0.176]],"v":[[-12.703,10.13],[-12.43,7.978]]}],"e":[{"i":[[-1.082,-0.137],[1.082,0.137]],"o":[[1.082,0.137],[-1.082,-0.137]],"v":[[-18.272,13.815],[-18.059,12.137]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[-1.082,-0.137],[1.082,0.137]],"o":[[1.082,0.137],[-1.082,-0.137]],"v":[[-18.272,13.815],[-18.059,12.137]]}],"e":[{"i":[[-0.869,-0.382],[0.869,0.382]],"o":[[0.869,0.382],[-0.869,-0.382]],"v":[[-33.945,24.078],[-33.361,22.637]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[{"i":[[-0.869,-0.382],[0.869,0.382]],"o":[[0.869,0.382],[-0.869,-0.382]],"v":[[-33.945,24.078],[-33.361,22.637]]}],"e":[{"i":[[-0.407,-0.398],[0.407,0.398]],"o":[[0.407,0.398],[-0.407,-0.398]],"v":[[-68.649,29.659],[-68.017,28.974]]}]},{"t":35}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[157.94,140.879]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 29"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[-0.207,0.16],[-0.379,0.901],[0.101,-0.241],[0.734,-0.566]],"o":[[0.789,-0.608],[0.103,-0.244],[-0.353,0.839],[-0.209,0.161]],"v":[[17.792,-26.521],[19.407,-28.896],[19.014,-29.013],[17.508,-26.816]]}],"e":[{"i":[[-0.682,0.526],[-1.244,2.959],[0.333,-0.791],[2.411,-1.86]],"o":[[2.593,-1.999],[0.337,-0.802],[-1.159,2.757],[-0.687,0.53]],"v":[[10.064,-12.161],[15.37,-19.963],[14.079,-20.349],[9.129,-13.131]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[-0.682,0.526],[-1.244,2.959],[0.333,-0.791],[2.411,-1.86]],"o":[[2.593,-1.999],[0.337,-0.802],[-1.159,2.757],[-0.687,0.53]],"v":[[10.064,-12.161],[15.37,-19.963],[14.079,-20.349],[9.129,-13.131]]}],"e":[{"i":[[-1.751,0.779],[-4.246,5.751],[1.136,-1.538],[6.196,-2.756]],"o":[[6.66,-2.963],[1.151,-1.559],[-3.956,5.356],[-1.765,0.785]],"v":[[-10.976,5.184],[4.604,-8.911],[2.014,-10.425],[-12.49,2.594]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[-1.751,0.779],[-4.246,5.751],[1.136,-1.538],[6.196,-2.756]],"o":[[6.66,-2.963],[1.151,-1.559],[-3.956,5.356],[-1.765,0.785]],"v":[[-10.976,5.184],[4.604,-8.911],[2.014,-10.425],[-12.49,2.594]]}],"e":[{"i":[[-1.596,0.71],[-3.869,5.241],[1.035,-1.401],[5.646,-2.511]],"o":[[6.069,-2.7],[1.049,-1.421],[-3.605,4.881],[-1.608,0.715]],"v":[[-12.267,6.253],[1.931,-6.591],[-0.429,-7.971],[-13.647,3.893]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[-1.596,0.71],[-3.869,5.241],[1.035,-1.401],[5.646,-2.511]],"o":[[6.069,-2.7],[1.049,-1.421],[-3.605,4.881],[-1.608,0.715]],"v":[[-12.267,6.253],[1.931,-6.591],[-0.429,-7.971],[-13.647,3.893]]}],"e":[{"i":[[-1.543,0.637],[-3.832,4.908],[1.025,-1.312],[5.46,-2.254]],"o":[[5.869,-2.424],[1.039,-1.331],[-3.571,4.571],[-1.555,0.642]],"v":[[-13.52,6.338],[0.379,-5.571],[-1.841,-6.95],[-14.777,4.047]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[-1.543,0.637],[-3.832,4.908],[1.025,-1.312],[5.46,-2.254]],"o":[[5.869,-2.424],[1.039,-1.331],[-3.571,4.571],[-1.555,0.642]],"v":[[-13.52,6.338],[0.379,-5.571],[-1.841,-6.95],[-14.777,4.047]]}],"e":[{"i":[[-1.327,0.399],[-3.57,3.739],[0.955,-1],[4.696,-1.413]],"o":[[5.048,-1.519],[0.968,-1.014],[-3.326,3.482],[-1.338,0.402]],"v":[[-16.541,10.549],[-4.08,1.856],[-5.801,0.534],[-17.391,8.553]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[{"i":[[-1.327,0.399],[-3.57,3.739],[0.955,-1],[4.696,-1.413]],"o":[[5.048,-1.519],[0.968,-1.014],[-3.326,3.482],[-1.338,0.402]],"v":[[-16.541,10.549],[-4.08,1.856],[-5.801,0.534],[-17.391,8.553]]}],"e":[{"i":[[-1.035,0.311],[-2.783,2.915],[0.744,-0.779],[3.66,-1.101]],"o":[[3.935,-1.184],[0.754,-0.79],[-2.592,2.714],[-1.043,0.314]],"v":[[-18.773,11.637],[-9.06,4.86],[-10.401,3.83],[-19.436,10.081]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[-1.035,0.311],[-2.783,2.915],[0.744,-0.779],[3.66,-1.101]],"o":[[3.935,-1.184],[0.754,-0.79],[-2.592,2.714],[-1.043,0.314]],"v":[[-18.773,11.637],[-9.06,4.86],[-10.401,3.83],[-19.436,10.081]]}],"e":[{"i":[[-0.938,0.029],[-3.026,1.925],[0.809,-0.514],[3.319,-0.101]],"o":[[3.568,-0.109],[0.82,-0.522],[-2.819,1.792],[-0.946,0.029]],"v":[[-34.711,18.053],[-24.97,14.357],[-25.839,13.119],[-34.887,16.51]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[{"i":[[-0.938,0.029],[-3.026,1.925],[0.809,-0.514],[3.319,-0.101]],"o":[[3.568,-0.109],[0.82,-0.522],[-2.819,1.792],[-0.946,0.029]],"v":[[-34.711,18.053],[-24.97,14.357],[-25.839,13.119],[-34.887,16.51]]}],"e":[{"i":[[-0.532,-0.182],[-2.104,0.44],[0.562,-0.118],[1.883,0.644]],"o":[[2.024,0.692],[0.57,-0.119],[-1.959,0.41],[-0.536,-0.184]],"v":[[-65.245,18.744],[-59.001,18.728],[-59.227,17.85],[-65.018,17.842]]}]},{"t":35}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[146.645,152.24]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 30"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[7,2.25],[6.604,0.521],[3.323,-0.801],[0.918,-4.833],[1.88,-2.317],[-2.563,3.496],[-9.586,-5.942],[-1.624,12.638]],"o":[[-3.911,-1.257],[-7.926,-0.625],[-3.839,0.926],[-1.082,7.917],[7.38,-3.317],[15.648,-21.339],[5.664,3.558],[-2.124,-3.737]],"v":[[18.378,-22.033],[9.752,-36.908],[0.874,-27.658],[-9.665,-30.576],[-14.878,-17.342],[-1.146,-16.32],[16.089,-12.966],[28.626,-22.046]]}],"e":[{"i":[[7.301,2.347],[6.888,0.543],[3.466,-0.836],[3.815,-7.196],[5.351,-7.371],[-4.028,-2.054],[-7.755,-4.22],[2.348,7.576]],"o":[[-4.079,-1.311],[-8.267,-0.652],[-4.004,0.966],[-3.215,5.911],[5.872,8.796],[9.02,4.601],[15.556,3.972],[-2.215,-3.898]],"v":[[15.493,-18.015],[8.843,-39.007],[-0.938,-25.186],[-8.281,-31.097],[-23.105,-4.256],[-8.521,-9.97],[6.847,7.87],[28.53,-23.505]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[7.301,2.347],[6.888,0.543],[3.466,-0.836],[3.815,-7.196],[5.351,-7.371],[-4.028,-2.054],[-7.755,-4.22],[2.348,7.576]],"o":[[-4.079,-1.311],[-8.267,-0.652],[-4.004,0.966],[-3.215,5.911],[5.872,8.796],[9.02,4.601],[15.556,3.972],[-2.215,-3.898]],"v":[[15.493,-18.015],[8.843,-39.007],[-0.938,-25.186],[-8.281,-31.097],[-23.105,-4.256],[-8.521,-9.97],[6.847,7.87],[28.53,-23.505]]}],"e":[{"i":[[7.09,2.279],[6.689,0.527],[3.366,-0.812],[3.705,-6.988],[8.15,-4.054],[-11.498,4.974],[-6.671,-5.765],[2.28,7.357]],"o":[[-3.961,-1.273],[-8.028,-0.633],[-3.888,0.938],[-5.023,10.232],[-9.491,9.048],[6.976,-3.018],[10.548,10.441],[-2.151,-3.785]],"v":[[14.937,-18.231],[6.454,-31.525],[-3.045,-18.105],[-12.707,-20.806],[-33.687,0.195],[-27.628,6.801],[-20.807,26.151],[27.597,-20.017]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[7.09,2.279],[6.689,0.527],[3.366,-0.812],[3.705,-6.988],[8.15,-4.054],[-11.498,4.974],[-6.671,-5.765],[2.28,7.357]],"o":[[-3.961,-1.273],[-8.028,-0.633],[-3.888,0.938],[-5.023,10.232],[-9.491,9.048],[6.976,-3.018],[10.548,10.441],[-2.151,-3.785]],"v":[[14.937,-18.231],[6.454,-31.525],[-3.045,-18.105],[-12.707,-20.806],[-33.687,0.195],[-27.628,6.801],[-20.807,26.151],[27.597,-20.017]]}],"e":[{"i":[[7.032,2.541],[6.692,0.769],[3.406,-0.694],[6.526,-6.974],[8.322,-3.775],[-11.715,4.579],[-6.486,-6.024],[3.317,10.435]],"o":[[-3.929,-1.419],[-8.032,-0.923],[-3.935,0.802],[-5.407,10.086],[-11.752,5.108],[7.108,-2.778],[10.209,10.854],[-2.023,-3.875]],"v":[[11.814,-13.682],[5.648,-29.801],[-5.207,-14.417],[-14.524,-18.227],[-36.907,4.106],[-31.065,10.951],[-25.904,29.811],[24.162,-17.578]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[7.032,2.541],[6.692,0.769],[3.406,-0.694],[6.526,-6.974],[8.322,-3.775],[-11.715,4.579],[-6.486,-6.024],[3.317,10.435]],"o":[[-3.929,-1.419],[-8.032,-0.923],[-3.935,0.802],[-5.407,10.086],[-11.752,5.108],[7.108,-2.778],[10.209,10.854],[-2.023,-3.875]],"v":[[11.814,-13.682],[5.648,-29.801],[-5.207,-14.417],[-14.524,-18.227],[-36.907,4.106],[-31.065,10.951],[-25.904,29.811],[24.162,-17.578]]}],"e":[{"i":[[6.941,2.593],[6.623,0.834],[3.382,-0.651],[2.673,-8.888],[8.287,-3.651],[-11.657,4.412],[-6.363,-6.038],[1.654,13.962]],"o":[[-3.878,-1.449],[-7.949,-1.001],[-3.908,0.752],[-5.465,9.937],[-9.851,8.553],[7.073,-2.677],[10,10.865],[-1.963,-3.861]],"v":[[11.934,-11.432],[5.369,-25.786],[-4.943,-13.388],[-13.921,-19.02],[-35.742,0.881],[-30.027,7.726],[-24.143,27.272],[25.349,-13.871]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[6.941,2.593],[6.623,0.834],[3.382,-0.651],[2.673,-8.888],[8.287,-3.651],[-11.657,4.412],[-6.363,-6.038],[1.654,13.962]],"o":[[-3.878,-1.449],[-7.949,-1.001],[-3.908,0.752],[-5.465,9.937],[-9.851,8.553],[7.073,-2.677],[10,10.865],[-1.963,-3.861]],"v":[[11.934,-11.432],[5.369,-25.786],[-4.943,-13.388],[-13.921,-19.02],[-35.742,0.881],[-30.027,7.726],[-24.143,27.272],[25.349,-13.871]]}],"e":[{"i":[[6.421,3.861],[6.43,2.053],[3.483,-0.022],[5.461,-7.551],[8.919,-2.072],[-12.404,2.23],[-5.209,-7.179],[-0.135,16.929]],"o":[[-3.587,-2.157],[-7.717,-2.465],[-4.024,0.025],[-7.083,10.166],[-12.504,2.904],[7.526,-1.353],[7.932,12.649],[-1.237,-4.201]],"v":[[7.033,-5.192],[4.057,-22.173],[-9.548,-9.257],[-17.944,-14.876],[-44.235,2.666],[-39.819,10.528],[-38.371,30.11],[19.962,-6.567]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[{"i":[[6.421,3.861],[6.43,2.053],[3.483,-0.022],[5.461,-7.551],[8.919,-2.072],[-12.404,2.23],[-5.209,-7.179],[-0.135,16.929]],"o":[[-3.587,-2.157],[-7.717,-2.465],[-4.024,0.025],[-7.083,10.166],[-12.504,2.904],[7.526,-1.353],[7.932,12.649],[-1.237,-4.201]],"v":[[7.033,-5.192],[4.057,-22.173],[-9.548,-9.257],[-17.944,-14.876],[-44.235,2.666],[-39.819,10.528],[-38.371,30.11],[19.962,-6.567]]}],"e":[{"i":[[6.421,3.861],[8.696,3.515],[6.551,1.348],[5.461,-7.551],[8.919,-2.072],[-12.404,2.23],[-5.209,-7.179],[-1.709,14.159]],"o":[[-3.587,-2.157],[-7.511,-3.036],[-3.941,-0.811],[-6.303,5.468],[-12.504,2.904],[7.526,-1.353],[7.123,10.481],[-1.237,-4.201]],"v":[[0.783,2.558],[0.307,-15.423],[-11.798,-9.507],[-25.944,-4.876],[-50.235,5.416],[-45.819,12.778],[-38.371,30.11],[13.462,0.433]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[6.421,3.861],[8.696,3.515],[6.551,1.348],[5.461,-7.551],[8.919,-2.072],[-12.404,2.23],[-5.209,-7.179],[-1.709,14.159]],"o":[[-3.587,-2.157],[-7.511,-3.036],[-3.941,-0.811],[-6.303,5.468],[-12.504,2.904],[7.526,-1.353],[7.123,10.481],[-1.237,-4.201]],"v":[[0.783,2.558],[0.307,-15.423],[-11.798,-9.507],[-25.944,-4.876],[-50.235,5.416],[-45.819,12.778],[-38.371,30.11],[13.462,0.433]]}],"e":[{"i":[[6.508,2.797],[4.922,1.376],[4.88,-3.324],[1.323,-0.423],[9.141,-0.539],[-12.602,0.108],[-3.925,-7.954],[3.349,9.004]],"o":[[-7.237,-3.111],[-3.752,-1.049],[-7.747,5.277],[-7.134,4.328],[-12.814,0.756],[7.646,-0.066],[5.256,11.532],[-0.512,-4.35]],"v":[[-16.556,14.825],[-21.445,-9.114],[-30.831,-1.137],[-43.248,4.916],[-60.075,8.335],[-53.462,12.336],[-49.04,30.675],[-4.551,16.826]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[{"i":[[6.508,2.797],[4.922,1.376],[4.88,-3.324],[1.323,-0.423],[9.141,-0.539],[-12.602,0.108],[-3.925,-7.954],[3.349,9.004]],"o":[[-7.237,-3.111],[-3.752,-1.049],[-7.747,5.277],[-7.134,4.328],[-12.814,0.756],[7.646,-0.066],[5.256,11.532],[-0.512,-4.35]],"v":[[-16.556,14.825],[-21.445,-9.114],[-30.831,-1.137],[-43.248,4.916],[-60.075,8.335],[-53.462,12.336],[-49.04,30.675],[-4.551,16.826]]}],"e":[{"i":[[6.508,2.797],[4.683,-2.046],[4.88,-3.324],[1.323,-0.423],[3.077,-3.494],[-12.602,0.108],[-3.925,-7.954],[6.803,7.765]],"o":[[-7.237,-3.111],[-9.052,3.955],[-7.747,5.277],[-7.134,4.328],[-8.484,9.633],[7.646,-0.066],[5.256,11.532],[-0.512,-4.35]],"v":[[-37.056,14.325],[-36.445,2.636],[-52.331,8.113],[-66.248,8.916],[-80.575,10.335],[-72.462,17.586],[-49.04,30.675],[-42.551,24.576]]}]},{"t":35}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[140.188,140.037]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 36"}],"bounds":{"l":55,"t":101,"b":176,"r":170},"ip":14,"op":35,"st":15},{"ddd":0,"ind":22,"ty":4,"nm":"gotaCyan6","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[-2.654,2.598],[1.508,1.877]],"o":[[2.427,-2.376],[-0.206,-0.628]],"v":[[4.343,8.022],[7.585,12.925]]}],"e":[{"i":[[-2.654,2.598],[1.296,2.029]],"o":[[2.427,-2.376],[-2.956,-4.628]],"v":[[-2.407,-3.478],[7.585,12.925]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[-2.654,2.598],[1.296,2.029]],"o":[[2.427,-2.376],[-2.956,-4.628]],"v":[[-2.407,-3.478],[7.585,12.925]]}],"e":[{"i":[[-2.654,2.598],[1.726,1.678]],"o":[[2.427,-2.376],[-2.036,-1.978]],"v":[[-4.407,-5.478],[1.335,2.175]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[-2.654,2.598],[1.726,1.678]],"o":[[2.427,-2.376],[-2.036,-1.978]],"v":[[-4.407,-5.478],[1.335,2.175]]}],"e":[{"i":[[-0.82,3.622],[1.736,1.667]],"o":[[0.787,-3.475],[-1.956,-1.878]],"v":[[-9.157,-5.478],[-1.665,-0.825]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[-0.82,3.622],[1.736,1.667]],"o":[[0.787,-3.475],[-1.956,-1.878]],"v":[[-9.157,-5.478],[-1.665,-0.825]]}],"e":[{"i":[[-0.82,3.622],[1.736,1.667]],"o":[[0.787,-3.475],[-1.956,-1.878]],"v":[[-14.407,-3.228],[-7.415,-1.825]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[-0.82,3.622],[1.736,1.667]],"o":[[0.787,-3.475],[-1.956,-1.878]],"v":[[-14.407,-3.228],[-7.415,-1.825]]}],"e":[{"i":[[-0.317,1.078],[2.238,0.886]],"o":[[0.287,-0.975],[0.294,-0.378]],"v":[[-16.657,-1.728],[-15.415,-2.325]]}]},{"t":21}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[134.06,55.332]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 16"}],"bounds":{"l":117,"t":49,"b":69,"r":143},"ip":12,"op":21,"st":11},{"ddd":0,"ind":23,"ty":4,"nm":"gotaCyan5","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0.351,0.449],[-1.661,-0.541],[0.248,-0.708]],"o":[[-0.626,-0.801],[0.886,0.288],[-0.356,1.015]],"v":[[-0.422,1.503],[0.388,-1.411],[0.057,0.766]]}],"e":[{"i":[[0.351,0.449],[-1.661,-0.541],[0.248,-0.708]],"o":[[-0.626,-0.801],[0.886,0.288],[-0.356,1.015]],"v":[[0.328,-1.747],[1.138,-4.661],[0.807,-2.484]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[0.351,0.449],[-1.661,-0.541],[0.248,-0.708]],"o":[[-0.626,-0.801],[0.886,0.288],[-0.356,1.015]],"v":[[0.328,-1.747],[1.138,-4.661],[0.807,-2.484]]}],"e":[{"i":[[0.351,0.449],[-1.661,-0.541],[0.248,-0.708]],"o":[[-0.626,-0.801],[0.886,0.288],[-0.356,1.015]],"v":[[0.328,-1.747],[1.888,-6.161],[0.807,-2.484]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[0.351,0.449],[-1.661,-0.541],[0.248,-0.708]],"o":[[-0.626,-0.801],[0.886,0.288],[-0.356,1.015]],"v":[[0.328,-1.747],[1.888,-6.161],[0.807,-2.484]]}],"e":[{"i":[[0.351,0.449],[-1.661,-0.541],[0.248,-0.708]],"o":[[-0.626,-0.801],[0.886,0.288],[-0.356,1.015]],"v":[[1.328,-7.247],[2.888,-11.661],[1.807,-7.984]]}]},{"t":15}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[140.926,50.579]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 2"}],"bounds":{"l":140,"t":38,"b":53,"r":145},"ip":10,"op":15,"st":10},{"ddd":0,"ind":24,"ty":4,"nm":"gotaCyan4","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[1.003,0.154],[0.214,-1.36]],"o":[[-0.997,-0.153],[-0.253,1.604]],"v":[[-2.788,7.056],[-3.283,9.049]]}],"e":[{"i":[[2.396,0.621],[0.038,1.376]],"o":[[-2.819,-0.731],[-0.083,-3.007]],"v":[[0.212,-3.944],[-1.783,3.299]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[2.396,0.621],[0.038,1.376]],"o":[[-2.819,-0.731],[-0.083,-3.007]],"v":[[0.212,-3.944],[-1.783,3.299]]}],"e":[{"i":[[3.753,1.347],[0.038,1.376]],"o":[[-3.781,-1.357],[-0.083,-3.007]],"v":[[3.212,-9.944],[0.217,-1.951]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[3.753,1.347],[0.038,1.376]],"o":[[-3.781,-1.357],[-0.083,-3.007]],"v":[[3.212,-9.944],[0.217,-1.951]]}],"e":[{"i":[[2.753,2.097],[-0.638,1.22]],"o":[[-2.723,-2.074],[3.997,-7.646]],"v":[[8.462,-16.694],[1.217,-5.951]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[2.753,2.097],[-0.638,1.22]],"o":[[-2.723,-2.074],[3.997,-7.646]],"v":[[8.462,-16.694],[1.217,-5.951]]}],"e":[{"i":[[-0.497,-1.653],[-0.831,1.097]],"o":[[0.378,1.257],[1.247,-1.646]],"v":[[12.462,-17.444],[10.967,-16.951]]}]},{"t":19}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[161.225,56.226]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 8"}],"bounds":{"l":157,"t":37,"b":66,"r":174},"ip":11,"op":19,"st":11},{"ddd":0,"ind":25,"ty":4,"nm":"gotaRosa10","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[0.303,-0.037],[0.191,0.598],[-0.058,0.536]],"o":[[0.928,-0.162],[-0.559,0.223],[-1.321,-2.125]],"v":[[-16.926,-8.013],[-16.814,-9.023],[-15.94,-7.711]]}],"e":[{"i":[[0.303,-0.037],[1.995,-1.301],[2.817,1.911]],"o":[[0.928,-0.162],[-1.684,1.098],[-2.071,-1.405]],"v":[[-13.801,-7.388],[-4.189,-0.273],[-9.065,-3.461]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26,"s":[{"i":[[0.303,-0.037],[1.995,-1.301],[2.817,1.911]],"o":[[0.928,-0.162],[-1.684,1.098],[-2.071,-1.405]],"v":[[-13.801,-7.388],[-4.189,-0.273],[-9.065,-3.461]]}],"e":[{"i":[[-0.769,-0.103],[2.135,-1.056],[0.432,0.926]],"o":[[1.374,0.184],[-1.138,0.563],[-0.621,-1.329]],"v":[[-1.051,-1.013],[0.936,2.602],[-0.815,0.164]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[-0.769,-0.103],[2.135,-1.056],[0.432,0.926]],"o":[[1.374,0.184],[-1.138,0.563],[-0.621,-1.329]],"v":[[-1.051,-1.013],[0.936,2.602],[-0.815,0.164]]}],"e":[{"i":[[-0.282,-0.038],[0.782,-0.387],[0.158,0.339]],"o":[[0.503,0.067],[-0.417,0.206],[-0.227,-0.487]],"v":[[0.367,2.131],[1.094,3.455],[0.453,2.562]]}]},{"t":32}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[177.939,79.053]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 3"}],"bounds":{"l":160,"t":70,"b":83,"r":180},"ip":23,"op":32,"st":5},{"ddd":0,"ind":26,"ty":4,"nm":"gotaRosa9","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":7,"s":[{"i":[[-0.332,0.4],[-0.081,-0.504]],"o":[[0.293,-0.725],[-0.206,0.371]],"v":[[7.308,2.022],[9.432,2.676]]}],"e":[{"i":[[-1.832,1.775],[-0.081,-0.504]],"o":[[1.343,-1.301],[-0.206,0.371]],"v":[[1.683,0.772],[9.432,2.676]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":10,"s":[{"i":[[-1.832,1.775],[-0.081,-0.504]],"o":[[1.343,-1.301],[-0.206,0.371]],"v":[[1.683,0.772],[9.432,2.676]]}],"e":[{"i":[[-0.429,2.405],[1.565,0.239]],"o":[[0.392,-2.2],[-1.846,-0.281]],"v":[[-3.567,-0.103],[2.432,1.801]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":13,"s":[{"i":[[-0.429,2.405],[1.565,0.239]],"o":[[0.392,-2.2],[-1.846,-0.281]],"v":[[-3.567,-0.103],[2.432,1.801]]}],"e":[{"i":[[0.983,2.237],[1.565,0.239]],"o":[[-1.582,-3.6],[-1.846,-0.281]],"v":[[-7.442,3.897],[0.307,0.676]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":17,"s":[{"i":[[0.983,2.237],[1.565,0.239]],"o":[[-1.582,-3.6],[-1.846,-0.281]],"v":[[-7.442,3.897],[0.307,0.676]]}],"e":[{"i":[[1.543,1.525],[-0.081,0.121]],"o":[[-2.797,-2.764],[0.544,0.246]],"v":[[-7.942,9.022],[-3.193,2.051]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[{"i":[[1.543,1.525],[-0.081,0.121]],"o":[[-2.797,-2.764],[0.544,0.246]],"v":[[-7.942,9.022],[-3.193,2.051]]}],"e":[{"i":[[3.168,0.4],[-0.081,0.121]],"o":[[-2.071,-0.261],[-0.956,3.496]],"v":[[-9.067,17.647],[-5.193,4.051]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":24,"s":[{"i":[[3.168,0.4],[-0.081,0.121]],"o":[[-2.071,-0.261],[-0.956,3.496]],"v":[[-9.067,17.647],[-5.193,4.051]]}],"e":[{"i":[[1.677,0.931],[-0.081,0.121]],"o":[[-1.082,-0.6],[-0.331,1.371]],"v":[[-9.317,20.522],[-8.318,16.801]]}]},{"t":28}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[94.589,44.582]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 18"}],"bounds":{"l":84,"t":43,"b":66,"r":105},"ip":7,"op":28,"st":7},{"ddd":0,"ind":27,"ty":4,"nm":"gotaRosa8","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":9,"s":[{"i":[[0.234,0.077],[-0.557,0.86],[-0.462,-0.806]],"o":[[-1.318,-0.435],[0.287,-0.444],[0.232,0.404]],"v":[[25.826,15.523],[23.658,14.011],[25.783,15.569]]}],"e":[{"i":[[0.541,0.179],[-1.286,1.987],[-1.068,-1.861]],"o":[[-3.043,-1.005],[0.664,-1.026],[0.536,0.933]],"v":[[17.77,9.684],[12.762,6.192],[17.67,9.79]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":14,"s":[{"i":[[0.541,0.179],[-1.286,1.987],[-1.068,-1.861]],"o":[[-3.043,-1.005],[0.664,-1.026],[0.536,0.933]],"v":[[17.77,9.684],[12.762,6.192],[17.67,9.79]]}],"e":[{"i":[[0.541,0.179],[-2.933,4.008],[-1.068,-1.861]],"o":[[-3.043,-1.005],[1.839,-2.513],[0.536,0.933]],"v":[[13.02,7.559],[4.387,0.317],[12.92,7.665]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":17,"s":[{"i":[[0.541,0.179],[-2.933,4.008],[-1.068,-1.861]],"o":[[-3.043,-1.005],[1.839,-2.513],[0.536,0.933]],"v":[[13.02,7.559],[4.387,0.317],[12.92,7.665]]}],"e":[{"i":[[0.52,-0.232],[-0.927,1.481],[-0.627,-0.412]],"o":[[-0.929,0.414],[0.494,-0.79],[0.899,0.591]],"v":[[1.52,0.934],[-1.113,-0.558],[0.92,0.29]]}]},{"t":20}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[98.589,26.45]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 4"}],"bounds":{"l":97,"t":25,"b":43,"r":125},"ip":9,"op":20,"st":9},{"ddd":0,"ind":28,"ty":4,"nm":"gotaRosa7","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":7,"s":[{"i":[[1.069,-1.904],[3.166,0.708]],"o":[[-1.195,2.13],[-0.793,-0.233]],"v":[[4.681,4.064],[9.043,6.644]]}],"e":[{"i":[[2.279,-4.945],[3.207,0.487]],"o":[[-2.681,5.818],[-7.007,-1.066]],"v":[[-8.319,-1.436],[7.793,5.894]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":13,"s":[{"i":[[2.279,-4.945],[3.207,0.487]],"o":[[-2.681,5.818],[-7.007,-1.066]],"v":[[-8.319,-1.436],[7.793,5.894]]}],"e":[{"i":[[0.069,-3.404],[-0.543,0.267]],"o":[[-0.054,2.657],[-0.293,-0.733]],"v":[[-23.069,-12.686],[-7.457,-6.107]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":16,"s":[{"i":[[0.069,-3.404],[-0.543,0.267]],"o":[[-0.054,2.657],[-0.293,-0.733]],"v":[[-23.069,-12.686],[-7.457,-6.107]]}],"e":[{"i":[[0.069,-3.404],[-0.543,0.267]],"o":[[-0.054,2.657],[-0.293,-0.733]],"v":[[-26.569,-11.436],[-15.457,-10.857]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":19,"s":[{"i":[[0.069,-3.404],[-0.543,0.267]],"o":[[-0.054,2.657],[-0.293,-0.733]],"v":[[-26.569,-11.436],[-15.457,-10.857]]}],"e":[{"i":[[0.069,-3.404],[-0.543,0.267]],"o":[[-0.054,2.657],[-0.293,-0.733]],"v":[[-29.319,-6.936],[-15.457,-10.857]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":22,"s":[{"i":[[0.069,-3.404],[-0.543,0.267]],"o":[[-0.054,2.657],[-0.293,-0.733]],"v":[[-29.319,-6.936],[-15.457,-10.857]]}],"e":[{"i":[[-0.181,-1.154],[-0.543,0.267]],"o":[[0.412,2.625],[-0.293,-0.733]],"v":[[-29.319,-6.936],[-27.707,-7.607]]}]},{"t":25}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[113.94,26.219]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 9"}],"bounds":{"l":84,"t":12,"b":34,"r":124},"ip":7,"op":25,"st":7},{"ddd":0,"ind":29,"ty":4,"nm":"gotaRosa6","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[177.502,96.273,0]},"a":{"k":[141.817,27.277,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0.168,2.349],[-1.915,-0.012]],"o":[[-0.121,-1.698],[1.24,0.008]],"v":[[-2.852,-2.278],[-5.338,-1.609]]}],"e":[{"i":[[-1.1,3.036],[-1.691,-0.899]],"o":[[1.006,-2.777],[1.996,1.061]],"v":[[3.898,0.097],[-3.213,-2.234]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[-1.1,3.036],[-1.691,-0.899]],"o":[[1.006,-2.777],[1.996,1.061]],"v":[[3.898,0.097],[-3.213,-2.234]]}],"e":[{"i":[[-1.1,3.036],[-1.691,-0.899]],"o":[[1.006,-2.777],[1.996,1.061]],"v":[[8.648,3.472],[-3.213,-2.234]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[-1.1,3.036],[-1.691,-0.899]],"o":[[1.006,-2.777],[1.996,1.061]],"v":[[8.648,3.472],[-3.213,-2.234]]}],"e":[{"i":[[-0.003,1.104],[-0.01,-0.492]],"o":[[0.004,-1.198],[-0.135,0.383]],"v":[[10.523,5.722],[9.912,5.516]]}]},{"t":28}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[141.289,28.73]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 10"}],"bounds":{"l":135,"t":25,"b":35,"r":152},"ip":18,"op":28,"st":6},{"ddd":0,"ind":30,"ty":4,"nm":"manchaRosa 2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[-1.007,0.038],[1.007,-0.038]],"o":[[1.007,-0.038],[-1.007,0.038]],"v":[[-7.646,-0.999],[-7.706,-2.559]]}],"e":[{"i":[[-1.931,0.129],[1.931,-0.129]],"o":[[1.931,-0.129],[-1.931,0.129]],"v":[[-8.755,-1.45],[-8.955,-4.444]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[-1.931,0.129],[1.931,-0.129]],"o":[[1.931,-0.129],[-1.931,0.129]],"v":[[-8.755,-1.45],[-8.955,-4.444]]}],"e":[{"i":[[-1.935,0],[1.935,0]],"o":[[1.935,0],[-1.935,0]],"v":[[-1.75,0.75],[-1.75,-2.25]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[-1.935,0],[1.935,0]],"o":[[1.935,0],[-1.935,0]],"v":[[-1.75,0.75],[-1.75,-2.25]]}],"e":[{"i":[[-1.935,0],[1.935,0]],"o":[[1.935,0],[-1.935,0]],"v":[[0,1.5],[0,-1.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13.125,"s":[{"i":[[-1.935,0],[1.935,0]],"o":[[1.935,0],[-1.935,0]],"v":[[0,1.5],[0,-1.5]]}],"e":[{"i":[[-1.816,-0.142],[1.816,0.142]],"o":[[1.816,0.142],[-1.816,-0.142]],"v":[[5.625,9.42],[5.846,6.605]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[-1.816,-0.142],[1.816,0.142]],"o":[[1.816,0.142],[-1.816,-0.142]],"v":[[5.625,9.42],[5.846,6.605]]}],"e":[{"i":[[-1.927,-0.447],[1.927,0.447]],"o":[[1.927,0.446],[-1.927,-0.447]],"v":[[7.734,12.285],[8.426,9.297]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[-1.927,-0.447],[1.927,0.447]],"o":[[1.927,0.446],[-1.927,-0.447]],"v":[[7.734,12.285],[8.426,9.297]]}],"e":[{"i":[[-1.929,-0.152],[1.929,0.152]],"o":[[1.929,0.152],[-1.929,-0.152]],"v":[[11.691,17.779],[11.927,14.788]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[-1.929,-0.152],[1.929,0.152]],"o":[[1.929,0.152],[-1.929,-0.152]],"v":[[11.691,17.779],[11.927,14.788]]}],"e":[{"i":[[-1.66,-1.076],[1.66,1.076]],"o":[[1.66,1.076],[-1.66,-1.076]],"v":[[22.881,34.083],[24.55,31.509]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[-1.66,-1.076],[1.66,1.076]],"o":[[1.66,1.076],[-1.66,-1.076]],"v":[[22.881,34.083],[24.55,31.509]]}],"e":[{"i":[[-1.622,-1.055],[1.622,1.055]],"o":[[1.622,1.055],[-1.622,-1.055]],"v":[[26.65,58.898],[28.286,56.383]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[{"i":[[-1.622,-1.055],[1.622,1.055]],"o":[[1.622,1.055],[-1.622,-1.055]],"v":[[26.65,58.898],[28.286,56.383]]}],"e":[{"i":[[-1.397,-0.912],[1.397,0.912]],"o":[[1.397,0.912],[-1.397,-0.912]],"v":[[22.501,93.192],[24.355,92.863]]}]},{"t":26}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[134.44,33.379]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 25"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[-0.823,-0.588],[-0.987,-1.061],[0.687,0.738],[1.179,0.843]],"o":[[1.179,0.843],[0.692,0.743],[-0.987,-1.061],[-0.813,-0.581]],"v":[[-12.369,-4.583],[-9.118,-1.728],[-8.051,-2.881],[-11.301,-5.736]]}],"e":[{"i":[[-1.603,-1.077],[-1.942,-1.971],[1.351,1.371],[2.297,1.544]],"o":[[2.296,1.543],[1.36,1.38],[-1.942,-1.971],[-1.584,-1.065]],"v":[[-13.74,-5.092],[-7.382,0.179],[-5.408,-2.08],[-11.766,-7.35]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[-1.603,-1.077],[-1.942,-1.971],[1.351,1.371],[2.297,1.544]],"o":[[2.296,1.543],[1.36,1.38],[-1.942,-1.971],[-1.584,-1.065]],"v":[[-13.74,-5.092],[-7.382,0.179],[-5.408,-2.08],[-11.766,-7.35]]}],"e":[{"i":[[-1.528,-1.182],[-1.806,-2.096],[1.256,1.458],[2.188,1.694]],"o":[[2.188,1.693],[1.265,1.468],[-1.806,-2.096],[-1.509,-1.168]],"v":[[-7.67,-2.682],[-1.678,3.003],[0.443,0.88],[-5.549,-4.803]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[-1.528,-1.182],[-1.806,-2.096],[1.256,1.458],[2.188,1.694]],"o":[[2.188,1.693],[1.265,1.468],[-1.806,-2.096],[-1.509,-1.168]],"v":[[-7.67,-2.682],[-1.678,3.003],[0.443,0.88],[-5.549,-4.803]]}],"e":[{"i":[[-1.528,-1.182],[-1.806,-2.096],[1.256,1.458],[2.189,1.693]],"o":[[2.188,1.693],[1.265,1.468],[-1.806,-2.096],[-1.509,-1.168]],"v":[[-3.92,-1.932],[2.072,3.753],[4.193,1.63],[-1.799,-4.053]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13.125,"s":[{"i":[[-1.528,-1.182],[-1.806,-2.096],[1.256,1.458],[2.189,1.693]],"o":[[2.188,1.693],[1.265,1.468],[-1.806,-2.096],[-1.509,-1.168]],"v":[[-3.92,-1.932],[2.072,3.753],[4.193,1.63],[-1.799,-4.053]]}],"e":[{"i":[[-1.347,-1.222],[-1.54,-2.099],[1.071,1.46],[1.929,1.75]],"o":[[1.928,1.749],[1.079,1.47],[-1.54,-2.099],[-1.33,-1.207]],"v":[[1.229,6.127],[6.433,11.901],[8.579,10.066],[3.375,4.293]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[-1.347,-1.222],[-1.54,-2.099],[1.071,1.46],[1.929,1.75]],"o":[[1.928,1.749],[1.079,1.47],[-1.54,-2.099],[-1.33,-1.207]],"v":[[1.229,6.127],[6.433,11.901],[8.579,10.066],[3.375,4.293]]}],"e":[{"i":[[-1.249,-1.53],[-1.315,-2.504],[0.915,1.742],[1.789,2.192]],"o":[[1.789,2.191],[0.921,1.754],[-1.315,-2.504],[-1.234,-1.512]],"v":[[3.136,9.833],[7.792,16.877],[10.395,15.253],[5.738,8.21]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[-1.249,-1.53],[-1.315,-2.504],[0.915,1.742],[1.789,2.192]],"o":[[1.789,2.191],[0.921,1.754],[-1.315,-2.504],[-1.234,-1.512]],"v":[[3.136,9.833],[7.792,16.877],[10.395,15.253],[5.738,8.21]]}],"e":[{"i":[[-1.161,-1.544],[-1.188,-2.499],[0.826,1.738],[1.663,2.212]],"o":[[1.663,2.211],[0.832,1.75],[-1.188,-2.499],[-1.147,-1.525]],"v":[[5.446,14.812],[9.724,21.877],[12.33,20.39],[8.052,13.327]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[-1.161,-1.544],[-1.188,-2.499],[0.826,1.738],[1.663,2.212]],"o":[[1.663,2.211],[0.832,1.75],[-1.188,-2.499],[-1.147,-1.525]],"v":[[5.446,14.812],[9.724,21.877],[12.33,20.39],[8.052,13.327]]}],"e":[{"i":[[-0.653,-1.864],[-0.383,-2.803],[0.267,1.949],[0.935,2.67]],"o":[[0.935,2.67],[0.269,1.963],[-0.383,-2.803],[-0.645,-1.841]],"v":[[16.756,32.634],[18.734,40.843],[21.734,40.202],[19.756,31.994]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[-0.653,-1.864],[-0.383,-2.803],[0.267,1.949],[0.935,2.67]],"o":[[0.935,2.67],[0.269,1.963],[-0.383,-2.803],[-0.645,-1.841]],"v":[[16.756,32.634],[18.734,40.843],[21.734,40.202],[19.756,31.994]]}],"e":[{"i":[[-0.283,-1.911],[0.15,-2.763],[-0.104,1.922],[0.404,2.738]],"o":[[0.405,2.737],[-0.105,1.935],[0.15,-2.763],[-0.279,-1.888]],"v":[[18.575,56.468],[18.958,64.718],[21.957,64.657],[21.574,56.408]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[{"i":[[-0.283,-1.911],[0.15,-2.763],[-0.104,1.922],[0.404,2.738]],"o":[[0.405,2.737],[-0.105,1.935],[0.15,-2.763],[-0.279,-1.888]],"v":[[18.575,56.468],[18.958,64.718],[21.957,64.657],[21.574,56.408]]}],"e":[{"i":[[-0.029,-0.762],[0.484,-0.914],[-0.337,0.636],[0.041,1.091]],"o":[[0.042,1.091],[-0.339,0.64],[0.484,-0.914],[-0.028,-0.752]],"v":[[13.938,88.292],[13.274,91.3],[16.108,92.284],[16.77,89.277]]}]},{"t":26}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[142.656,39.675]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 26"},{"ty":"gr","it":[{"ty":"fl","fillEnabled":true,"c":{"k":[204,107,88,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[114.908,60.096]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 39"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[5.557,1.702],[-2.308,-2.705],[21.515,14.611],[-12.126,-5.401],[-1.014,-5.177],[-15.081,-10.146],[-0.96,1.782],[-5.609,-0.566],[-4.301,2.151]],"o":[[-10.616,-3.963],[7.144,8.373],[-7.737,-5.254],[2.392,1.065],[1.607,5.837],[7.043,4.739],[2.597,-4.822],[6.608,0.667],[6.175,-3.198]],"v":[[1.215,-25.196],[-2.697,-20.504],[-20.681,-17.79],[-31.347,-11.996],[-33.777,-5.444],[-17.437,1.435],[-22.214,-11.37],[-4.383,-6.796],[8.658,-13.832]]}],"e":[{"i":[[5.382,1.481],[-2.291,-2.534],[21.059,13.434],[-11.791,-4.851],[-1.117,-4.942],[-5.815,-7.326],[-0.872,1.737],[-4.435,3.106],[-4.069,2.184]],"o":[[-10.302,-3.512],[7.09,7.842],[-7.573,-4.831],[2.326,0.957],[12.416,1.113],[5.069,6.386],[2.36,-4.702],[3.463,-2.425],[5.84,-3.24]],"v":[[-1.085,-26.946],[-4.712,-22.333],[-21.904,-19.232],[-31.984,-13.374],[-33.137,-4.551],[-4.905,11.888],[-13.867,-8.389],[3.41,-7.748],[15.804,-10.107]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[5.382,1.481],[-2.291,-2.534],[21.059,13.434],[-11.791,-4.851],[-1.117,-4.942],[-5.815,-7.326],[-0.872,1.737],[-4.435,3.106],[-4.069,2.184]],"o":[[-10.302,-3.512],[7.09,7.842],[-7.573,-4.831],[2.326,0.957],[12.416,1.113],[5.069,6.386],[2.36,-4.702],[3.463,-2.425],[5.84,-3.24]],"v":[[-1.085,-26.946],[-4.712,-22.333],[-21.904,-19.232],[-31.984,-13.374],[-33.137,-4.551],[-4.905,11.888],[-13.867,-8.389],[3.41,-7.748],[15.804,-10.107]]}],"e":[{"i":[[10.271,3.587],[-2.116,-2.681],[20.115,14.81],[-10.758,-6.843],[-0.784,-5.006],[-5.352,-14.79],[-4.918,0.735],[-4.633,2.802],[-8.956,-8.093]],"o":[[-10.044,-4.192],[6.55,8.298],[-7.233,-5.326],[14.622,9.302],[0.829,6.911],[2.775,7.667],[5.203,-0.777],[3.617,-2.188],[-2.581,-10.391]],"v":[[3.009,-28.025],[-2.668,-23.415],[-23.779,-23.469],[-30.478,-16.298],[-28.049,-4.849],[2.632,24.352],[11.266,16.137],[29.961,22.68],[35.986,15.155]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[10.271,3.587],[-2.116,-2.681],[20.115,14.81],[-10.758,-6.843],[-0.784,-5.006],[-5.352,-14.79],[-4.918,0.735],[-4.633,2.802],[-8.956,-8.093]],"o":[[-10.044,-4.192],[6.55,8.298],[-7.233,-5.326],[14.622,9.302],[0.829,6.911],[2.775,7.667],[5.203,-0.777],[3.617,-2.188],[-2.581,-10.391]],"v":[[3.009,-28.025],[-2.668,-23.415],[-23.779,-23.469],[-30.478,-16.298],[-28.049,-4.849],[2.632,24.352],[11.266,16.137],[29.961,22.68],[35.986,15.155]]}],"e":[{"i":[[17.349,7.827],[-2.116,-2.681],[20.115,14.81],[-10.758,-6.843],[-0.784,-5.006],[-16.437,-25.651],[-4.918,0.735],[-4.633,2.802],[-4.773,-5.022]],"o":[[-10.044,-4.192],[6.55,8.298],[-7.233,-5.326],[14.622,9.302],[0.956,3.924],[4.399,6.865],[5.203,-0.777],[3.617,-2.188],[-2.581,-10.391]],"v":[[5.009,-27.025],[-0.668,-22.415],[-22.529,-21.219],[-29.228,-14.048],[-31.549,-0.099],[5.882,24.352],[12.516,16.137],[30.211,18.93],[39.986,14.905]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13.125,"s":[{"i":[[17.349,7.827],[-2.116,-2.681],[20.115,14.81],[-10.758,-6.843],[-0.784,-5.006],[-16.437,-25.651],[-4.918,0.735],[-4.633,2.802],[-4.773,-5.022]],"o":[[-10.044,-4.192],[6.55,8.298],[-7.233,-5.326],[14.622,9.302],[0.956,3.924],[4.399,6.865],[5.203,-0.777],[3.617,-2.188],[-2.581,-10.391]],"v":[[5.009,-27.025],[-0.668,-22.415],[-22.529,-21.219],[-29.228,-14.048],[-31.549,-0.099],[5.882,24.352],[12.516,16.137],[30.211,18.93],[39.986,14.905]]}],"e":[{"i":[[15.573,9.327],[-1.788,-2.671],[10.507,8.169],[-9.59,-7.212],[-0.368,-4.755],[-2.611,-31.528],[-4.668,0.327],[-4.553,2.289],[-4.109,-5.063]],"o":[[-9.116,-4.672],[5.535,8.267],[-6.674,-5.189],[13.035,9.803],[0.608,3.752],[0.159,1.917],[4.939,-0.346],[3.555,-1.787],[-1.658,-9.939]],"v":[[14.024,-15.811],[4.569,-11.728],[-14.833,-15.424],[-21.646,-9.188],[-21.493,3.048],[6.62,41.145],[15.3,22.202],[31.698,26.124],[41.165,23.066]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[15.573,9.327],[-1.788,-2.671],[10.507,8.169],[-9.59,-7.212],[-0.368,-4.755],[-2.611,-31.528],[-4.668,0.327],[-4.553,2.289],[-4.109,-5.063]],"o":[[-9.116,-4.672],[5.535,8.267],[-6.674,-5.189],[13.035,9.803],[0.608,3.752],[0.159,1.917],[4.939,-0.346],[3.555,-1.787],[-1.658,-9.939]],"v":[[14.024,-15.811],[4.569,-11.728],[-14.833,-15.424],[-21.646,-9.188],[-21.493,3.048],[6.62,41.145],[15.3,22.202],[31.698,26.124],[41.165,23.066]]}],"e":[{"i":[[12.158,11.525],[-1.489,-3.159],[16.617,19.394],[-8.75,-9.663],[0.374,-5.167],[-4.357,-24.351],[-5.068,-0.403],[-5.261,1.722],[-3.595,-6.104]],"o":[[-9.037,-6.493],[4.609,9.777],[-5.975,-6.974],[16.753,18.499],[0.047,4.129],[1.468,8.206],[5.362,0.427],[4.108,-1.345],[-0.173,-10.946]],"v":[[16.621,-13.463],[9.903,-10.181],[-8.647,-14.034],[-11.474,-7.437],[-20.005,0.921],[3.636,34.413],[12.139,27.761],[29.121,34.626],[39.785,32.872]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[12.158,11.525],[-1.489,-3.159],[16.617,19.394],[-8.75,-9.663],[0.374,-5.167],[-4.357,-24.351],[-5.068,-0.403],[-5.261,1.722],[-3.595,-6.104]],"o":[[-9.037,-6.493],[4.609,9.777],[-5.975,-6.974],[16.753,18.499],[0.047,4.129],[1.468,8.206],[5.362,0.427],[4.108,-1.345],[-0.173,-10.946]],"v":[[16.621,-13.463],[9.903,-10.181],[-8.647,-14.034],[-11.474,-7.437],[-20.005,0.921],[3.636,34.413],[12.139,27.761],[29.121,34.626],[39.785,32.872]]}],"e":[{"i":[[12.311,15.855],[9.696,6.761],[12.464,8.037],[-10.186,-7.669],[-0.388,-5.052],[-3.377,-12.124],[-4.961,0.345],[-10.559,-1.634],[-7.262,-5.933]],"o":[[-9.096,-8.405],[-8.671,-6.047],[-7.549,-4.868],[13.844,10.424],[0.644,3.987],[2.188,7.854],[5.248,-0.365],[4.716,0.73],[0.152,-24.762]],"v":[[19.399,-11.569],[6.917,-8.181],[3.27,-1.502],[-10.151,-2.39],[-8.992,7.431],[4.657,31.186],[14.417,65.019],[31.338,54.196],[41.128,43.824]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[12.311,15.855],[9.696,6.761],[12.464,8.037],[-10.186,-7.669],[-0.388,-5.052],[-3.377,-12.124],[-4.961,0.345],[-10.559,-1.634],[-7.262,-5.933]],"o":[[-9.096,-8.405],[-8.671,-6.047],[-7.549,-4.868],[13.844,10.424],[0.644,3.987],[2.188,7.854],[5.248,-0.365],[4.716,0.73],[0.152,-24.762]],"v":[[19.399,-11.569],[6.917,-8.181],[3.27,-1.502],[-10.151,-2.39],[-8.992,7.431],[4.657,31.186],[14.417,65.019],[31.338,54.196],[41.128,43.824]]}],"e":[{"i":[[7.504,14.978],[-0.324,-3.477],[9.015,23.895],[-4.935,-12.066],[2.112,-4.73],[2.411,-21.576],[-2.322,0.481],[-5.533,-0.173],[-1.301,-6.963]],"o":[[-6.284,-9.184],[1.003,10.762],[-3.242,-8.593],[9.448,23.1],[-1.363,3.898],[-0.157,1.407],[5.267,-1.09],[4.32,0.135],[7.247,-10.253]],"v":[[33.541,8.86],[26.107,9.657],[9.98,-0.286],[5.074,4.953],[-5.795,9.905],[5.748,52.04],[14.746,51.062],[28.909,58.331],[36.532,62.815]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[7.504,14.978],[-0.324,-3.477],[9.015,23.895],[-4.935,-12.066],[2.112,-4.73],[2.411,-21.576],[-2.322,0.481],[-5.533,-0.173],[-1.301,-6.963]],"o":[[-6.284,-9.184],[1.003,10.762],[-3.242,-8.593],[9.448,23.1],[-1.363,3.898],[-0.157,1.407],[5.267,-1.09],[4.32,0.135],[7.247,-10.253]],"v":[[33.541,8.86],[26.107,9.657],[9.98,-0.286],[5.074,4.953],[-5.795,9.905],[5.748,52.04],[14.746,51.062],[28.909,58.331],[36.532,62.815]]}],"e":[{"i":[[3.24,19.81],[5.287,10.572],[7.109,13.015],[-5.284,-11.604],[2.073,-4.623],[2.825,-12.264],[-4.523,-2.067],[-8.495,-6.48],[-3.545,-8.681]],"o":[[-3.975,-11.729],[-4.729,-9.455],[-4.306,-7.883],[7.182,15.772],[-1.339,3.81],[-1.83,7.945],[4.785,2.187],[3.794,2.894],[11.963,-21.68]],"v":[[38.684,30.36],[26.1,27.372],[19.705,31.498],[8.339,24.306],[4.665,33.487],[5.306,60.876],[-8.283,87.261],[12.752,91.337],[26.808,87.903]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[{"i":[[3.24,19.81],[5.287,10.572],[7.109,13.015],[-5.284,-11.604],[2.073,-4.623],[2.825,-12.264],[-4.523,-2.067],[-8.495,-6.48],[-3.545,-8.681]],"o":[[-3.975,-11.729],[-4.729,-9.455],[-4.306,-7.883],[7.182,15.772],[-1.339,3.81],[-1.83,7.945],[4.785,2.187],[3.794,2.894],[11.963,-21.68]],"v":[[38.684,30.36],[26.1,27.372],[19.705,31.498],[8.339,24.306],[4.665,33.487],[5.306,60.876],[-8.283,87.261],[12.752,91.337],[26.808,87.903]]}],"e":[{"i":[[0.595,5.702],[2.679,-9.31],[3.307,0.964],[3.94,3.256],[1.114,-8.424],[2.973,-6.814],[-4.523,-2.067],[-8.495,-6.48],[-3.545,-8.681]],"o":[[2.095,-5.798],[-0.648,2.25],[-4.926,-1.436],[-2.803,-2.317],[-1.386,9.076],[-3.26,7.473],[4.785,2.187],[3.794,2.894],[2.971,-1.841]],"v":[[39.184,55.86],[34.1,48.372],[28.205,58.998],[17.339,43.806],[4.165,49.987],[2.306,73.876],[-8.283,87.261],[12.752,91.337],[26.808,87.903]]}]},{"t":26}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[126.161,53.817]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 40"}],"bounds":{"l":89,"t":24,"b":146,"r":168},"ip":7,"op":26,"st":7}]},{"id":"comp_51","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"miscelanea12","ks":{"o":{"k":100},"r":{"k":158},"p":{"k":[172.75,177.5,0]},"a":{"k":[-58,23.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":54,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-54,19],[-54,19]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-57,22],[-66.5,31]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":59,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-57,22],[-66.5,31]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-66,30.5],[-66.5,31]]}]},{"t":64}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[222,121,94,255]},"o":{"k":100},"w":{"k":3},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Shape 1"}],"bounds":{"l":-68,"t":17,"b":33,"r":-52},"ip":54,"op":64,"st":13},{"ddd":0,"ind":1,"ty":4,"nm":"miscelanea11","ks":{"o":{"k":100},"r":{"k":78},"p":{"k":[77,203.75,0]},"a":{"k":[-58,23.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":50,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-54,19],[-54,19]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-57,22],[-66.5,31]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":55,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-57,22],[-66.5,31]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-66,30.5],[-66.5,31]]}]},{"t":60}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[222,121,94,255]},"o":{"k":100},"w":{"k":3},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Shape 1"}],"bounds":{"l":-68,"t":17,"b":33,"r":-52},"ip":50,"op":60,"st":9},{"ddd":0,"ind":2,"ty":4,"nm":"miscelanea8","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[67,161,0]},"a":{"k":[-58,23.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-54,19],[-54,19]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-57,22],[-66.5,31]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":46,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-57,22],[-66.5,31]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-66,30.5],[-66.5,31]]}]},{"t":51}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"w":{"k":3},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Shape 1"}],"bounds":{"l":-68,"t":17,"b":33,"r":-52},"ip":41,"op":51,"st":0},{"ddd":0,"ind":3,"ty":4,"nm":"miscelanea7","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":26,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[100],"e":[0]},{"t":41}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[93.023,233.338,0],"e":[113.023,255.338,0],"to":[3.33333325386047,3.66666674613953,0],"ti":[-3.33333325386047,-3.66666674613953,0]},{"t":41}]},"a":{"k":[33.851,198.962,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":24,"s":[0,0,100],"e":[100,100,100]},{"t":26}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-1.557,-1.116],[-2.131,1.778],[1.825,2.262],[2.365,-1.849],[-1.275,-2.372],[0.915,1.704],[-0.903,0.981],[-1.044,-1.091],[2.478,1.776]],"o":[[2.369,1.698],[2.5,-2.085],[-2.009,-2.491],[-2.21,1.728],[0.916,1.705],[-0.658,-1.223],[1.173,-1.275],[2.527,2.642],[-1.576,-1.13]],"v":[[-3.63,4.66],[3.952,4.005],[4.052,-3.867],[-3.786,-4.505],[-5.177,2.974],[-2.586,1.46],[-1.933,-2.135],[1.931,-1.746],[-2.116,2.07]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[34.001,199.3]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 4"}],"bounds":{"l":28,"t":193,"b":205,"r":40},"ip":24,"op":6308,"st":8},{"ddd":0,"ind":4,"ty":4,"nm":"miscelanea6","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":28,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":30,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":41,"s":[100],"e":[0]},{"t":43}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":28,"s":[69.523,81.838,0],"e":[49.523,71.838,0],"to":[-3.33333325386047,-1.66666662693024,0],"ti":[3.33333325386047,1.66666662693024,0]},{"t":43}]},"a":{"k":[10.351,27.462,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":28,"s":[10,10,100],"e":[100,100,100]},{"t":31}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-1.557,-1.116],[-2.131,1.778],[1.825,2.262],[2.365,-1.849],[-1.275,-2.372],[0.915,1.704],[-0.903,0.981],[-1.044,-1.091],[2.478,1.776]],"o":[[2.369,1.698],[2.5,-2.085],[-2.009,-2.491],[-2.21,1.728],[0.916,1.705],[-0.658,-1.223],[1.173,-1.275],[2.527,2.642],[-1.576,-1.13]],"v":[[-3.63,4.66],[3.952,4.005],[4.053,-3.867],[-3.786,-4.505],[-5.177,2.974],[-2.586,1.46],[-1.933,-2.135],[1.932,-1.746],[-2.116,2.07]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[11.001,28.3]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 5"}],"bounds":{"l":5,"t":22,"b":34,"r":17},"ip":28,"op":6312,"st":12},{"ddd":0,"ind":5,"ty":4,"nm":"miscelanea4","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[132.023,256.838,0]},"a":{"k":[72.851,202.462,0]},"s":{"k":[100,100,100]}},"hasMask":true,"masksProperties":[{"cl":true,"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":46,"s":[{"i":[[1.91,-3.153],[-1.59,-2.357],[-1.402,1.711],[2.211,3.403]],"o":[[-1.91,3.153],[1.59,2.357],[1.961,-2.393],[-6.312,-9.717]],"v":[[59.738,179.22],[62.488,190.266],[69.868,192.016],[68.118,185.22]]}],"e":[{"i":[[1.91,-3.153],[-1.59,-2.357],[-2.039,0.857],[2.211,3.403]],"o":[[-1.91,3.153],[1.59,2.357],[3.295,-1.385],[-6.312,-9.717]],"v":[[59.738,179.22],[61.238,194.516],[73.618,198.016],[74.868,181.22]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[{"i":[[1.91,-3.153],[-1.59,-2.357],[-2.039,0.857],[2.211,3.403]],"o":[[-1.91,3.153],[1.59,2.357],[3.295,-1.385],[-6.312,-9.717]],"v":[[59.738,179.22],[61.238,194.516],[73.618,198.016],[74.868,181.22]]}],"e":[{"i":[[1.91,-3.153],[-1.59,-2.357],[-4.039,-1.143],[2.211,3.403]],"o":[[-1.91,3.153],[1.59,2.357],[5.84,1.652],[-6.312,-9.717]],"v":[[59.738,179.22],[61.238,194.516],[73.368,202.766],[74.868,181.22]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":49,"s":[{"i":[[1.91,-3.153],[-1.59,-2.357],[-4.039,-1.143],[2.211,3.403]],"o":[[-1.91,3.153],[1.59,2.357],[5.84,1.652],[-6.312,-9.717]],"v":[[59.738,179.22],[61.238,194.516],[73.368,202.766],[74.868,181.22]]}],"e":[{"i":[[1.91,-3.153],[-1.59,-2.357],[-2.289,2.857],[2.211,3.403]],"o":[[-1.91,3.153],[1.59,2.357],[1.495,-1.866],[-6.312,-9.717]],"v":[[64.488,187.97],[67.488,204.516],[75.618,208.016],[76.118,192.22]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":51,"s":[{"i":[[1.91,-3.153],[-1.59,-2.357],[-2.289,2.857],[2.211,3.403]],"o":[[-1.91,3.153],[1.59,2.357],[1.495,-1.866],[-6.312,-9.717]],"v":[[64.488,187.97],[67.488,204.516],[75.618,208.016],[76.118,192.22]]}],"e":[{"i":[[1.91,-3.153],[-1.59,-2.357],[-3.289,4.857],[-0.289,2.153]],"o":[[-1.91,3.153],[1.59,2.357],[1.843,-2.721],[1.71,-12.736]],"v":[[68.238,191.72],[68.488,209.016],[83.868,213.516],[78.618,202.22]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":53,"s":[{"i":[[1.91,-3.153],[-1.59,-2.357],[-3.289,4.857],[-0.289,2.153]],"o":[[-1.91,3.153],[1.59,2.357],[1.843,-2.721],[1.71,-12.736]],"v":[[68.238,191.72],[68.488,209.016],[83.868,213.516],[78.618,202.22]]}],"e":[{"i":[[1.59,-2.597],[-1.59,-2.357],[-3.289,4.857],[-0.217,2.162]],"o":[[-1.42,2.318],[1.59,2.357],[1.843,-2.721],[0.711,-7.097]],"v":[[72.488,195.47],[71.488,210.266],[83.868,213.516],[78.618,202.22]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":54,"s":[{"i":[[1.59,-2.597],[-1.59,-2.357],[-3.289,4.857],[-0.217,2.162]],"o":[[-1.42,2.318],[1.59,2.357],[1.843,-2.721],[0.711,-7.097]],"v":[[72.488,195.47],[71.488,210.266],[83.868,213.516],[78.618,202.22]]}],"e":[{"i":[[2.34,0.903],[-3.16,-4.643],[-3.289,4.857],[0.466,2.122]],"o":[[-2.536,-0.979],[1.6,2.351],[1.843,-2.721],[-0.789,-3.597]],"v":[[73.988,198.47],[70.988,212.516],[90.118,215.016],[78.368,204.47]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":55,"s":[{"i":[[2.34,0.903],[-3.16,-4.643],[-3.289,4.857],[0.466,2.122]],"o":[[-2.536,-0.979],[1.6,2.351],[1.843,-2.721],[-0.789,-3.597]],"v":[[73.988,198.47],[70.988,212.516],[90.118,215.016],[78.368,204.47]]}],"e":[{"i":[[2.09,0.403],[-3.16,-4.643],[-3.289,4.857],[1.711,1.903]],"o":[[-2.669,-0.515],[1.6,2.351],[1.843,-2.721],[-2.462,-2.738]],"v":[[72.488,203.47],[73.238,214.766],[90.118,215.016],[79.118,207.22]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56,"s":[{"i":[[2.09,0.403],[-3.16,-4.643],[-3.289,4.857],[1.711,1.903]],"o":[[-2.669,-0.515],[1.6,2.351],[1.843,-2.721],[-2.462,-2.738]],"v":[[72.488,203.47],[73.238,214.766],[90.118,215.016],[79.118,207.22]]}],"e":[{"i":[[1.404,-2.88],[-9.91,-0.643],[-3.289,4.857],[6.461,1.653]],"o":[[-1.66,3.403],[2.838,0.184],[1.843,-2.721],[-3.567,-0.913]],"v":[[75.738,209.47],[88.488,217.266],[102.118,213.766],[84.118,209.22]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":58,"s":[{"i":[[1.404,-2.88],[-9.91,-0.643],[-3.289,4.857],[6.461,1.653]],"o":[[-1.66,3.403],[2.838,0.184],[1.843,-2.721],[-3.567,-0.913]],"v":[[75.738,209.47],[88.488,217.266],[102.118,213.766],[84.118,209.22]]}],"e":[{"i":[[1.404,-2.88],[-9.91,-0.643],[-3.289,4.857],[6.461,1.653]],"o":[[-1.66,3.403],[2.838,0.184],[1.843,-2.721],[-3.567,-0.913]],"v":[[84.738,211.47],[97.488,219.266],[111.118,215.766],[93.118,211.22]]}]},{"t":59}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-1.903,-0.337],[-0.804,-2.362],[-2.808,-1.313],[1.751,0.819],[0.332,2.67],[-0.178,1.846],[2.488,0.441]],"o":[[3.533,0.626],[1.036,3.049],[1.742,0.813],[-2.108,-0.985],[-0.228,-1.827],[0.24,-2.471],[-1.892,-0.335]],"v":[[-4.183,-6.652],[-3.469,3.176],[2.82,9.068],[4.335,6.477],[-0.648,1.768],[0.414,-4.007],[-3.385,-9.546]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[75.257,202.793]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 7"}],"bounds":{"l":69,"t":193,"b":213,"r":81},"ip":46,"op":6330,"st":30},{"ddd":0,"ind":6,"ty":4,"nm":"miscelanea3","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":34,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":36,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":65,"s":[100],"e":[0]},{"t":68}]},"r":{"k":0},"p":{"k":[94.523,73.338,0]},"a":{"k":[35.351,18.962,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34,"s":[{"i":[[-1.301,0],[1.301,0]],"o":[[1.301,0],[-1.301,0]],"v":[[-0.634,17.75],[-0.634,15.733]]}],"e":[{"i":[[-2.551,0],[2.551,0]],"o":[[2.551,0],[-2.551,0]],"v":[[-4.384,-4.75],[-4.384,-8.705]]}]},{"t":68}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[91,89,130,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[36.162,18.624]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 8"},{"ty":"gr","it":[{"ty":"tr","p":{"k":[0,0]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":34,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":38,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":64,"s":[100],"e":[0]},{"t":68}]}}],"nm":"Group 9"}],"bounds":{"l":31,"t":9,"b":37,"r":37},"ip":34,"op":6318,"st":18},{"ddd":0,"ind":7,"ty":4,"nm":"miscelanea2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[141.523,71.838,0]},"a":{"k":[82.351,17.462,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":33,"s":[{"i":[[-0.426,0],[0.426,0]],"o":[[0.426,0],[-0.426,0]],"v":[[-2.759,14.625],[-2.759,13.965]]}],"e":[{"i":[[-1.935,0],[1.935,0]],"o":[[1.935,0],[-1.935,0]],"v":[[-1.25,14.625],[-1.25,11.625]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":34,"s":[{"i":[[-1.935,0],[1.935,0]],"o":[[1.935,0],[-1.935,0]],"v":[[-1.25,14.625],[-1.25,11.625]]}],"e":[{"i":[[-2.801,0],[2.801,0]],"o":[[2.801,0],[-2.801,0]],"v":[[3.616,4.375],[3.616,0.033]]}]},{"t":70}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[82.162,17.957]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":33,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":43,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":61,"s":[100],"e":[0]},{"t":73}]}}],"nm":"Group 9"}],"bounds":{"l":79,"t":17,"b":33,"r":88},"ip":33,"op":6317,"st":17},{"ddd":0,"ind":8,"ty":0,"nm":"BPliegue1","refId":"comp_52","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[125,137.5,0],"e":[75,137.5,0],"to":[-8.33333301544189,0,0],"ti":[8.33333301544189,0,0]},{"t":12}]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"w":250,"h":275,"ip":0,"op":6300,"st":0},{"ddd":0,"ind":9,"ty":0,"nm":"miscelanea1","refId":"comp_53","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[125,137.5,0]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"hasMask":true,"masksProperties":[{"cl":true,"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39,"s":[{"i":[[2.75,-0.25],[0.25,-10.25],[-5.25,0],[-0.25,2.75],[-1.25,7.75]],"o":[[-2.682,0.244],[-0.497,20.369],[5.25,0],[0.25,-2.75],[1.309,-8.119]],"v":[[159.25,88],[149.75,91.75],[164.25,104],[166.5,97],[163.5,98.75]]}],"e":[{"i":[[2.75,-0.25],[0.25,-10.25],[-5.25,0],[-0.25,2.75],[-1.25,7.75]],"o":[[-2.682,0.244],[-0.497,20.369],[5.25,0],[0.25,-2.75],[1.309,-8.119]],"v":[[156.75,75.75],[149.75,91.75],[164.25,104],[166.5,97],[162.25,89.25]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[{"i":[[2.75,-0.25],[0.25,-10.25],[-5.25,0],[-0.25,2.75],[-1.25,7.75]],"o":[[-2.682,0.244],[-0.497,20.369],[5.25,0],[0.25,-2.75],[1.309,-8.119]],"v":[[156.75,75.75],[149.75,91.75],[164.25,104],[166.5,97],[162.25,89.25]]}],"e":[{"i":[[1.45,3.626],[1.25,-23],[-5.25,0],[-0.25,2.75],[-1.25,7.75]],"o":[[-1,-2.5],[-1.106,20.345],[5.25,0],[0.25,-2.75],[1.309,-8.119]],"v":[[161.75,72.25],[149.75,91.75],[164.25,104],[166.5,97],[162.25,89.25]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41,"s":[{"i":[[1.45,3.626],[1.25,-23],[-5.25,0],[-0.25,2.75],[-1.25,7.75]],"o":[[-1,-2.5],[-1.106,20.345],[5.25,0],[0.25,-2.75],[1.309,-8.119]],"v":[[161.75,72.25],[149.75,91.75],[164.25,104],[166.5,97],[162.25,89.25]]}],"e":[{"i":[[2.28,1.71],[2.25,-20.25],[-5.25,0],[-0.25,2.75],[-1.25,7.75]],"o":[[-4,-3],[-2.25,20.25],[5.25,0],[0.25,-2.75],[1.309,-8.119]],"v":[[165,70],[148.75,90.5],[164.25,104],[166.5,97],[168.5,81.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[{"i":[[2.28,1.71],[2.25,-20.25],[-5.25,0],[-0.25,2.75],[-1.25,7.75]],"o":[[-4,-3],[-2.25,20.25],[5.25,0],[0.25,-2.75],[1.309,-8.119]],"v":[[165,70],[148.75,90.5],[164.25,104],[166.5,97],[168.5,81.5]]}],"e":[{"i":[[3.466,-0.547],[2.25,-20.25],[-5.25,0],[-0.25,2.75],[2.347,6.614]],"o":[[-4.75,0.75],[-2.25,20.25],[5.25,0],[0.25,-2.75],[-2.75,-7.75]],"v":[[164,66.75],[148.75,90.5],[164.25,104],[167.75,88],[174,73.75]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":43,"s":[{"i":[[3.466,-0.547],[2.25,-20.25],[-5.25,0],[-0.25,2.75],[2.347,6.614]],"o":[[-4.75,0.75],[-2.25,20.25],[5.25,0],[0.25,-2.75],[-2.75,-7.75]],"v":[[164,66.75],[148.75,90.5],[164.25,104],[167.75,88],[174,73.75]]}],"e":[{"i":[[3.466,-0.547],[2.25,-20.25],[-5.25,0],[-0.25,2.75],[2.347,6.614]],"o":[[-4.75,0.75],[-2.25,20.25],[5.25,0],[0.25,-2.75],[-2.75,-7.75]],"v":[[163.75,62.5],[148.75,90.5],[164.25,104],[167.75,88],[174,73.75]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":44,"s":[{"i":[[3.466,-0.547],[2.25,-20.25],[-5.25,0],[-0.25,2.75],[2.347,6.614]],"o":[[-4.75,0.75],[-2.25,20.25],[5.25,0],[0.25,-2.75],[-2.75,-7.75]],"v":[[163.75,62.5],[148.75,90.5],[164.25,104],[167.75,88],[174,73.75]]}],"e":[{"i":[[2.25,2],[2.25,-20.25],[-5.25,0],[-0.25,2.75],[2.347,6.614]],"o":[[-4.905,-4.36],[-2.25,20.25],[5.25,0],[0.25,-2.75],[-2.75,-7.75]],"v":[[164.75,61.25],[147,74.25],[158,93.75],[167.75,88],[174,73.75]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45,"s":[{"i":[[2.25,2],[2.25,-20.25],[-5.25,0],[-0.25,2.75],[2.347,6.614]],"o":[[-4.905,-4.36],[-2.25,20.25],[5.25,0],[0.25,-2.75],[-2.75,-7.75]],"v":[[164.75,61.25],[147,74.25],[158,93.75],[167.75,88],[174,73.75]]}],"e":[{"i":[[-1,5.25],[2.25,-20.25],[-5.25,0],[-0.25,2.75],[0.5,7]],"o":[[1,-5.25],[-2.25,20.25],[5.25,0],[0.25,-2.75],[-0.5,-7]],"v":[[176.5,56.5],[151,62.25],[158,86],[161.75,81],[171.75,70]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[{"i":[[-1,5.25],[2.25,-20.25],[-5.25,0],[-0.25,2.75],[0.5,7]],"o":[[1,-5.25],[-2.25,20.25],[5.25,0],[0.25,-2.75],[-0.5,-7]],"v":[[176.5,56.5],[151,62.25],[158,86],[161.75,81],[171.75,70]]}],"e":[{"i":[[-1,5.25],[8.593,-18.474],[-3,-0.25],[-0.75,2.5],[0.5,7]],"o":[[1,-5.25],[-10,21.5],[4.58,0.382],[0.793,-2.645],[-0.5,-7]],"v":[[191.25,39.75],[160,51.5],[156.75,77.25],[169.75,69.5],[179.25,56.75]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":48,"s":[{"i":[[-1,5.25],[8.593,-18.474],[-3,-0.25],[-0.75,2.5],[0.5,7]],"o":[[1,-5.25],[-10,21.5],[4.58,0.382],[0.793,-2.645],[-0.5,-7]],"v":[[191.25,39.75],[160,51.5],[156.75,77.25],[169.75,69.5],[179.25,56.75]]}],"e":[{"i":[[-1,5.25],[8.593,-18.474],[-1,-1.25],[-0.75,7.75],[0.5,7]],"o":[[1,-5.25],[-10,21.5],[1.746,2.183],[0.266,-2.749],[-0.5,-7]],"v":[[191.25,39.75],[161,51.5],[159.25,74.25],[171.75,68.5],[179.25,56.75]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":50,"s":[{"i":[[-1,5.25],[8.593,-18.474],[-1,-1.25],[-0.75,7.75],[0.5,7]],"o":[[1,-5.25],[-10,21.5],[1.746,2.183],[0.266,-2.749],[-0.5,-7]],"v":[[191.25,39.75],[161,51.5],[159.25,74.25],[171.75,68.5],[179.25,56.75]]}],"e":[{"i":[[-1,5.25],[6.235,-19.397],[-3.25,-0.75],[-0.75,7.75],[0.5,7]],"o":[[1,-5.25],[-2.25,7],[2.841,0.656],[0.266,-2.749],[-0.5,-7]],"v":[[191.25,39.75],[160,51.5],[164.25,71.25],[177.5,55.25],[179.25,56.75]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":51,"s":[{"i":[[-1,5.25],[6.235,-19.397],[-3.25,-0.75],[-0.75,7.75],[0.5,7]],"o":[[1,-5.25],[-2.25,7],[2.841,0.656],[0.266,-2.749],[-0.5,-7]],"v":[[191.25,39.75],[160,51.5],[164.25,71.25],[177.5,55.25],[179.25,56.75]]}],"e":[{"i":[[-1,5.25],[6.235,-19.397],[-3.75,3],[-0.75,7.75],[0.5,7]],"o":[[1,-5.25],[-2.25,7],[2.954,-2.363],[0.266,-2.749],[-0.5,-7]],"v":[[191.25,39.75],[158,53],[165,67.5],[181.75,46.25],[188.5,38.25]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52,"s":[{"i":[[-1,5.25],[6.235,-19.397],[-3.75,3],[-0.75,7.75],[0.5,7]],"o":[[1,-5.25],[-2.25,7],[2.954,-2.363],[0.266,-2.749],[-0.5,-7]],"v":[[191.25,39.75],[158,53],[165,67.5],[181.75,46.25],[188.5,38.25]]}],"e":[{"i":[[-1,5.25],[6.235,-19.397],[-3.396,-3.396],[-0.75,7.75],[0.5,7]],"o":[[1,-5.25],[-2.25,7],[2.25,2.25],[0.266,-2.749],[-0.5,-7]],"v":[[191.25,39.75],[167.5,46],[162.25,63],[181.75,46.25],[188.5,38.25]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":53,"s":[{"i":[[-1,5.25],[6.235,-19.397],[-3.396,-3.396],[-0.75,7.75],[0.5,7]],"o":[[1,-5.25],[-2.25,7],[2.25,2.25],[0.266,-2.749],[-0.5,-7]],"v":[[191.25,39.75],[167.5,46],[162.25,63],[181.75,46.25],[188.5,38.25]]}],"e":[{"i":[[-1,5.25],[6.235,-19.397],[-3.396,-3.396],[-0.75,7.75],[0.5,7]],"o":[[1,-5.25],[-2.25,7],[2.25,2.25],[0.266,-2.749],[-0.5,-7]],"v":[[191.25,39.75],[177,36.5],[170.75,55],[186.5,38.75],[188.5,38.25]]}]},{"t":55}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"w":250,"h":275,"ip":38,"op":6293,"st":-7},{"ddd":0,"ind":10,"ty":0,"nm":"B3_yellow","refId":"comp_54","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[125,137.5,0]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"w":250,"h":275,"ip":11,"op":6311,"st":11},{"ddd":0,"ind":11,"ty":4,"nm":"miscelanea5","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":36,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":38,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":51,"s":[100],"e":[0]},{"t":53}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":36,"s":[164.273,105.588,0],"e":[188.023,84.838,0],"to":[3.95833325386047,-3.45833325386047,0],"ti":[-3.95833325386047,3.45833325386047,0]},{"t":55}]},"a":{"k":[128.851,30.462,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":36,"s":[16,16,100],"e":[100,100,100]},{"t":42}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-1.557,-1.116],[-2.131,1.778],[1.825,2.262],[2.365,-1.849],[-1.275,-2.372],[0.915,1.704],[-0.903,0.981],[-1.044,-1.091],[2.478,1.776]],"o":[[2.369,1.698],[2.5,-2.085],[-2.009,-2.491],[-2.21,1.728],[0.916,1.705],[-0.658,-1.223],[1.173,-1.275],[2.527,2.642],[-1.576,-1.13]],"v":[[-3.629,4.66],[3.952,4.005],[4.052,-3.867],[-3.785,-4.505],[-5.177,2.974],[-2.586,1.46],[-1.932,-2.135],[1.931,-1.746],[-2.116,2.07]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[204,69,51,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[129.001,31.3]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 6"}],"bounds":{"l":123,"t":25,"b":37,"r":135},"ip":36,"op":6320,"st":20},{"ddd":0,"ind":12,"ty":0,"nm":"B2_red","refId":"comp_55","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[125,137.5,0]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"w":250,"h":275,"ip":9,"op":63,"st":9},{"ddd":0,"ind":13,"ty":0,"nm":"B1_yellow","refId":"comp_56","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[125,137.5,0]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"w":250,"h":275,"ip":9,"op":52,"st":9}]},{"id":"comp_52","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[125,137.5,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":1,"s":[{"i":[[0,0],[0,-39],[-1.736,-13.904],[0,0],[1,40],[0.816,16.41]],"o":[[0,0],[0,24.876],[1.461,0.915],[0,0],[-0.217,-8.687],[-0.948,-14.066]],"v":[[-50.5,-49],[-51.5,25],[-50.461,101.585],[-45,100.75],[-49.25,26.75],[-46.578,-23.525]]}],"e":[{"i":[[0,0],[0,-39],[-2.013,-13.914],[0,0],[-0.25,48.25],[1.394,16.184]],"o":[[0,0],[0,23.955],[1.122,3.104],[0,0],[0.588,-30.586],[-1.558,-14.417]],"v":[[-46,-48.875],[-46.75,23.25],[-45.721,99.703],[-36,95.375],[-41.875,27.875],[-35.594,-24.084]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[0,0],[0,-39],[-2.013,-13.914],[0,0],[-0.25,48.25],[1.394,16.184]],"o":[[0,0],[0,23.955],[1.122,3.104],[0,0],[0.588,-30.586],[-1.558,-14.417]],"v":[[-46,-48.875],[-46.75,23.25],[-45.721,99.703],[-36,95.375],[-41.875,27.875],[-35.594,-24.084]]}],"e":[{"i":[[0,0],[0,-39],[-2.29,-13.924],[0,0],[-1.5,56.5],[1.973,15.959]],"o":[[0,0],[0,23.034],[0.783,5.294],[0,0],[1.393,-52.484],[-0.39,-5.857]],"v":[[-34.5,-48.5],[-42,21.5],[-40.982,97.822],[-27,90],[-34.5,29],[-23.11,-43.643]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[0,0],[0,-39],[-2.29,-13.924],[0,0],[-1.5,56.5],[1.973,15.959]],"o":[[0,0],[0,23.034],[0.783,5.294],[0,0],[1.393,-52.484],[-0.39,-5.857]],"v":[[-34.5,-48.5],[-42,21.5],[-40.982,97.822],[-27,90],[-34.5,29],[-23.11,-43.643]]}],"e":[{"i":[[0,0],[0,-39],[-1.703,1.281],[0,0],[8,30],[2.674,21.378]],"o":[[0,0],[0,19.351],[13.023,-9.794],[0,0],[-15.257,-57.212],[-2.122,-16.961]],"v":[[-33,-49.5],[-35,20.5],[-28.023,101.294],[-9.5,94],[-15,31.5],[-5.674,-36.878]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[0,0],[0,-39],[-1.703,1.281],[0,0],[8,30],[2.674,21.378]],"o":[[0,0],[0,19.351],[13.023,-9.794],[0,0],[-15.257,-57.212],[-2.122,-16.961]],"v":[[-33,-49.5],[-35,20.5],[-28.023,101.294],[-9.5,94],[-15,31.5],[-5.674,-36.878]]}],"e":[{"i":[[0,0],[-1.147,-38.983],[0.023,-0.294],[0,0],[-8.25,19.5],[11.674,8.378]],"o":[[0,0],[1,34],[4.023,-14.794],[0,0],[15.156,-35.823],[-9.302,-6.676]],"v":[[0,-48.5],[-11,25.5],[0.977,101.294],[20.5,91.5],[11,26.5],[20.326,-45.878]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0,0],[-1.147,-38.983],[0.023,-0.294],[0,0],[-8.25,19.5],[11.674,8.378]],"o":[[0,0],[1,34],[4.023,-14.794],[0,0],[15.156,-35.823],[-9.302,-6.676]],"v":[[0,-48.5],[-11,25.5],[0.977,101.294],[20.5,91.5],[11,26.5],[20.326,-45.878]]}],"e":[{"i":[[0,0],[-1.147,-38.983],[0.023,-0.294],[0,0],[14.75,32.375],[11.174,9.628]],"o":[[0,0],[1,34],[9.523,-14.794],[0,0],[-14.75,-33.125],[-7.326,-2.372]],"v":[[15.625,-47.5],[5.25,27.375],[16.102,99.044],[34.75,97.25],[25.25,26.625],[28.326,-45.128]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[0,0],[-1.147,-38.983],[0.023,-0.294],[0,0],[14.75,32.375],[11.174,9.628]],"o":[[0,0],[1,34],[9.523,-14.794],[0,0],[-14.75,-33.125],[-7.326,-2.372]],"v":[[15.625,-47.5],[5.25,27.375],[16.102,99.044],[34.75,97.25],[25.25,26.625],[28.326,-45.128]]}],"e":[{"i":[[0,0],[-4,-62.25],[0.023,-0.294],[0,0],[12,34.25],[9.174,3.378]],"o":[[0,0],[2.181,33.945],[3.773,-9.294],[0,0],[-10,-31.75],[-2.826,-3.622]],"v":[[29.25,-47],[16.5,29.25],[31.227,96.794],[45,95.5],[37.5,19.75],[36.326,-44.378]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[0,0],[-4,-62.25],[0.023,-0.294],[0,0],[12,34.25],[9.174,3.378]],"o":[[0,0],[2.181,33.945],[3.773,-9.294],[0,0],[-10,-31.75],[-2.826,-3.622]],"v":[[29.25,-47],[16.5,29.25],[31.227,96.794],[45,95.5],[37.5,19.75],[36.326,-44.378]]}],"e":[{"i":[[0,0],[-1.147,-38.983],[0.023,-0.294],[0,0],[-4.917,18.122],[4.924,0.128]],"o":[[0,0],[1,34],[11.648,-8.294],[0,0],[6.75,-24.875],[-5.076,-1.872]],"v":[[29.375,-44.25],[27.75,21.625],[29.852,92.294],[49.25,91.25],[42.25,15.375],[44.076,-40.128]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,0],[-1.147,-38.983],[0.023,-0.294],[0,0],[-4.917,18.122],[4.924,0.128]],"o":[[0,0],[1,34],[11.648,-8.294],[0,0],[6.75,-24.875],[-5.076,-1.872]],"v":[[29.375,-44.25],[27.75,21.625],[29.852,92.294],[49.25,91.25],[42.25,15.375],[44.076,-40.128]]}],"e":[{"i":[[0,0],[-3.5,-58],[0.023,-0.294],[0,0],[19.5,41.5],[2.392,4.026]],"o":[[0,0],[2.049,33.953],[3.523,-23.794],[0,0],[-9.628,-20.489],[-4.826,-8.122]],"v":[[41,-48],[39,14],[42.477,95.794],[59.5,90.5],[47,11],[53.326,-40.378]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[0,0],[-3.5,-58],[0.023,-0.294],[0,0],[19.5,41.5],[2.392,4.026]],"o":[[0,0],[2.049,33.953],[3.523,-23.794],[0,0],[-9.628,-20.489],[-4.826,-8.122]],"v":[[41,-48],[39,14],[42.477,95.794],[59.5,90.5],[47,11],[53.326,-40.378]]}],"e":[{"i":[[0,0],[-7.5,-41],[0.023,-0.294],[0,0],[20,33],[5.278,-7.071]],"o":[[0,0],[22.5,48],[5.523,-7.544],[0,0],[-12.078,-18.926],[-0.076,-0.122]],"v":[[54.5,-44],[46,11.5],[58.977,93.044],[60.25,92],[47.25,11.75],[54.576,-44.378]]}]},{"t":13}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[210,175,26,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Shape 1"}],"bounds":{"l":-52,"t":-50,"b":102,"r":62},"ip":1,"op":13,"st":0},{"ddd":0,"ind":1,"ty":4,"nm":"B_yellowComienzo","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[744.41,161.975,0]},"a":{"k":[675.727,77.648,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[0,0],[-4.79,2.358],[0,6.935],[5.072,2.217],[11.149,0],[0,0]],"o":[[0,0],[9.574,0],[4.787,-2.358],[0,-6.93],[-5.075,-2.214],[0,0],[0,0]],"v":[[-26.372,46.632],[-3.431,46.632],[18.116,43.094],[25.298,29.158],[17.688,15.437],[-6.647,12.113],[-26.372,12.113]]}],"e":[{"i":[[0,0],[0,0],[-4.79,2.358],[0,6.935],[5.072,2.217],[11.149,0],[0,0]],"o":[[0,0],[9.574,0],[4.787,-2.358],[0,-6.93],[-5.075,-2.214],[0,0],[0,0]],"v":[[-18.086,46.632],[-3.931,40.632],[18.116,43.094],[25.298,29.158],[17.688,15.437],[-4.861,5.255],[-19.229,11.255]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[0,0],[0,0],[-4.79,2.358],[0,6.935],[5.072,2.217],[11.149,0],[0,0]],"o":[[0,0],[9.574,0],[4.787,-2.358],[0,-6.93],[-5.075,-2.214],[0,0],[0,0]],"v":[[-18.086,46.632],[-3.931,40.632],[18.116,43.094],[25.298,29.158],[17.688,15.437],[-4.861,5.255],[-19.229,11.255]]}],"e":[{"i":[[0,0],[0,0],[-4.79,2.358],[0,6.935],[6.062,5.624],[11.149,0],[0,0]],"o":[[0,0],[9.574,0],[4.787,-2.358],[0,-6.93],[-4.059,-3.766],[0,0],[0,0]],"v":[[2.629,46.632],[-3.431,46.632],[18.116,43.094],[25.298,29.158],[16.187,19.437],[1.353,9.113],[-1.372,9.113]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0,0],[0,0],[-4.79,2.358],[0,6.935],[6.062,5.624],[11.149,0],[0,0]],"o":[[0,0],[9.574,0],[4.787,-2.358],[0,-6.93],[-4.059,-3.766],[0,0],[0,0]],"v":[[2.629,46.632],[-3.431,46.632],[18.116,43.094],[25.298,29.158],[16.187,19.437],[1.353,9.113],[-1.372,9.113]]}],"e":[{"i":[[0,0],[0,0],[-4.79,2.358],[0,6.935],[5.072,2.217],[11.149,0],[0,0]],"o":[[0,0],[9.574,0],[4.787,-2.358],[0,-6.93],[-5.075,-2.214],[0,0],[0,0]],"v":[[24.129,44.632],[26.069,44.632],[26.116,43.594],[33.298,29.658],[25.687,15.937],[18.353,7.613],[15.629,7.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[0,0],[0,0],[-4.79,2.358],[0,6.935],[5.072,2.217],[11.149,0],[0,0]],"o":[[0,0],[9.574,0],[4.787,-2.358],[0,-6.93],[-5.075,-2.214],[0,0],[0,0]],"v":[[24.129,44.632],[26.069,44.632],[26.116,43.594],[33.298,29.658],[25.687,15.937],[18.353,7.613],[15.629,7.613]]}],"e":[{"i":[[0,0],[0,0],[-1.793,2.359],[0,6.935],[1.901,2.215],[4.174,0],[0,0]],"o":[[0,0],[3.584,0],[1.792,-2.358],[0,-6.93],[-1.9,-2.214],[0,0],[0,0]],"v":[[39.537,46.632],[37.268,46.632],[41.966,45.094],[44.654,31.158],[41.805,17.437],[39.059,9.113],[38.039,9.113]]}]},{"t":11}]},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[0,0],[-4.502,2.004],[0,6.646],[4.144,2.144],[9.862,0],[0,0]],"o":[[0,0],[9.289,0],[4.503,-2],[0,-6.647],[-4.147,-2.144],[0,0],[0,0]],"v":[[-26.372,-14.258],[-10.506,-14.258],[10.184,-17.26],[16.938,-30.23],[10.719,-43.417],[-10.292,-46.633],[-26.372,-46.633]]}],"e":[{"i":[[0,0],[0,0],[-4.502,2.004],[0,6.646],[4.144,2.144],[10.683,0.264],[0,0]],"o":[[0,0],[9.289,0],[4.503,-2],[0,-6.647],[-4.147,-2.144],[-4.35,-0.108],[0,0]],"v":[[-19.229,-15.116],[-6.934,-21.473],[10.184,-17.26],[16.938,-30.23],[10.719,-43.417],[-7.934,-50.204],[-19.229,-47.49]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[0,0],[0,0],[-4.502,2.004],[0,6.646],[4.144,2.144],[10.683,0.264],[0,0]],"o":[[0,0],[9.289,0],[4.503,-2],[0,-6.647],[-4.147,-2.144],[-4.35,-0.108],[0,0]],"v":[[-19.229,-15.116],[-6.934,-21.473],[10.184,-17.26],[16.938,-30.23],[10.719,-43.417],[-7.934,-50.204],[-19.229,-47.49]]}],"e":[{"i":[[0,0],[0,0],[-4.502,2.004],[0,6.646],[4.144,2.144],[0.541,0.193],[0,0]],"o":[[0,0],[9.289,0],[4.503,-2],[0,-6.647],[-4.147,-2.144],[0,0],[0,0]],"v":[[-1.372,-17.258],[-1.506,-16.758],[10.184,-17.26],[16.938,-30.23],[10.719,-43.417],[-0.292,-48.633],[-1.372,-49.633]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0,0],[0,0],[-4.502,2.004],[0,6.646],[4.144,2.144],[0.541,0.193],[0,0]],"o":[[0,0],[9.289,0],[4.503,-2],[0,-6.647],[-4.147,-2.144],[0,0],[0,0]],"v":[[-1.372,-17.258],[-1.506,-16.758],[10.184,-17.26],[16.938,-30.23],[10.719,-43.417],[-0.292,-48.633],[-1.372,-49.633]]}],"e":[{"i":[[0,0],[0,0],[-4.502,2.004],[0,6.646],[4.144,2.144],[0.541,0.193],[0,0]],"o":[[0,0],[9.289,0],[4.503,-2],[0,-6.647],[-4.147,-2.144],[0,0],[0,0]],"v":[[25.129,-20.258],[24.995,-19.758],[18.184,-16.76],[34.438,-31.23],[28.219,-44.417],[26.208,-51.633],[25.129,-52.633]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[0,0],[0,0],[-4.502,2.004],[0,6.646],[4.144,2.144],[0.541,0.193],[0,0]],"o":[[0,0],[9.289,0],[4.503,-2],[0,-6.647],[-4.147,-2.144],[0,0],[0,0]],"v":[[25.129,-20.258],[24.995,-19.758],[18.184,-16.76],[34.438,-31.23],[28.219,-44.417],[26.208,-51.633],[25.129,-52.633]]}],"e":[{"i":[[0,0],[0,0],[-1.688,2.002],[0,6.646],[1.552,2.143],[0.202,0.193],[0,0]],"o":[[0,0],[3.478,0],[1.686,-2],[0,-6.647],[-1.553,-2.144],[0,0],[0,0]],"v":[[38.039,-17.258],[37.989,-16.758],[38.996,-15.26],[41.524,-28.23],[39.196,-41.417],[38.444,-48.633],[38.039,-49.633]]}]},{"t":11}]},"nm":"Path 2"},{"ind":2,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[20.582,0],[0,0],[0,0],[0,0],[-7.363,-2.429],[-3.718,-4.143],[0,-9.719],[7.575,-5.715],[0.999,-0.499],[2.573,-1.143],[-5.505,-6.359],[0,-9.434],[7.145,-8.004]],"o":[[0,0],[0,0],[0,0],[10.147,0],[7.36,2.432],[6.717,7.719],[0,11.721],[-2.573,2.004],[-1.001,0.503],[9.29,2.003],[5.5,6.362],[0,10.436],[-8.291,9.292]],"v":[[5.788,74.933],[-59.818,74.933],[-59.818,-74.933],[-1.501,-74.933],[24.762,-71.288],[41.379,-61.426],[51.456,-35.269],[40.092,-9.113],[34.732,-5.361],[29.372,-2.895],[51.564,9.647],[59.818,33.339],[49.098,60.997]]}],"e":[{"i":[[22.461,5.128],[0,0],[0,0],[-12.907,0.012],[-11.013,-3.151],[-3.718,-4.143],[0,-9.719],[7.575,-5.715],[0.999,-0.499],[2.573,-1.143],[-7.016,-4.639],[-3.14,-8.896],[6.152,-10.436]],"o":[[-14.976,-3.419],[0,0],[0,0],[7.75,-0.007],[7.452,2.132],[6.717,7.719],[0,11.721],[-2.573,2.004],[-1.001,0.503],[9.29,2.003],[8.186,5.413],[3.432,9.722],[-6.324,10.728]],"v":[[5.288,69.433],[-48.818,74.933],[-48.818,-74.933],[-1.501,-72.933],[24.762,-71.288],[41.379,-63.426],[51.456,-37.268],[40.092,-9.113],[34.732,-5.361],[29.372,-2.895],[51.564,9.647],[59.818,33.339],[49.098,60.997]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[22.461,5.128],[0,0],[0,0],[-12.907,0.012],[-11.013,-3.151],[-3.718,-4.143],[0,-9.719],[7.575,-5.715],[0.999,-0.499],[2.573,-1.143],[-7.016,-4.639],[-3.14,-8.896],[6.152,-10.436]],"o":[[-14.976,-3.419],[0,0],[0,0],[7.75,-0.007],[7.452,2.132],[6.717,7.719],[0,11.721],[-2.573,2.004],[-1.001,0.503],[9.29,2.003],[8.186,5.413],[3.432,9.722],[-6.324,10.728]],"v":[[5.288,69.433],[-48.818,74.933],[-48.818,-74.933],[-1.501,-72.933],[24.762,-71.288],[41.379,-63.426],[51.456,-37.268],[40.092,-9.113],[34.732,-5.361],[29.372,-2.895],[51.564,9.647],[59.818,33.339],[49.098,60.997]]}],"e":[{"i":[[21.461,-4.372],[0,0],[0,0],[0,0],[-7.246,-2.757],[-3.718,-4.143],[0,-9.719],[7.575,-5.715],[0.999,-0.499],[2.573,-1.143],[-5.505,-6.359],[0,-9.434],[7.145,-8.004]],"o":[[0,0],[0,0],[0,0],[10.147,0],[7.487,2.849],[7.871,4.487],[0,11.721],[-2.573,2.004],[-1.001,0.503],[9.29,2.003],[5.5,6.362],[0,10.436],[-8.291,9.292]],"v":[[5.288,71.932],[-28.818,75.932],[-28.818,-73.933],[-1.501,-74.933],[24.762,-71.288],[41.379,-61.426],[49.456,-35.268],[40.092,-9.113],[34.732,-5.361],[29.372,-2.895],[51.564,9.647],[61.318,34.339],[48.098,58.996]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[21.461,-4.372],[0,0],[0,0],[0,0],[-7.246,-2.757],[-3.718,-4.143],[0,-9.719],[7.575,-5.715],[0.999,-0.499],[2.573,-1.143],[-5.505,-6.359],[0,-9.434],[7.145,-8.004]],"o":[[0,0],[0,0],[0,0],[10.147,0],[7.487,2.849],[7.871,4.487],[0,11.721],[-2.573,2.004],[-1.001,0.503],[9.29,2.003],[5.5,6.362],[0,10.436],[-8.291,9.292]],"v":[[5.288,71.932],[-28.818,75.932],[-28.818,-73.933],[-1.501,-74.933],[24.762,-71.288],[41.379,-61.426],[49.456,-35.268],[40.092,-9.113],[34.732,-5.361],[29.372,-2.895],[51.564,9.647],[61.318,34.339],[48.098,58.996]]}],"e":[{"i":[[19.961,8.628],[0,0],[0,0],[0,0],[-7.363,-2.429],[-5.371,-5.987],[-0.294,-6.329],[7.575,-5.715],[0.999,-0.499],[2.573,-1.143],[-5.505,-6.359],[-0.932,-6.722],[4.348,-5.064]],"o":[[-5.021,-2.17],[0,0],[0,0],[12.25,2.993],[7.36,2.432],[5.371,5.987],[0.294,6.329],[-2.573,2.004],[-1.001,0.503],[9.29,2.003],[5.5,6.362],[0.932,6.722],[-4.348,5.064]],"v":[[7.788,68.433],[-2.817,74.433],[-2.318,-68.933],[-0.001,-66.933],[24.762,-71.288],[41.378,-61.426],[51.456,-35.268],[40.092,-9.113],[34.732,-5.361],[29.372,-2.895],[51.564,9.648],[58.318,33.839],[47.598,63.997]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[19.961,8.628],[0,0],[0,0],[0,0],[-7.363,-2.429],[-5.371,-5.987],[-0.294,-6.329],[7.575,-5.715],[0.999,-0.499],[2.573,-1.143],[-5.505,-6.359],[-0.932,-6.722],[4.348,-5.064]],"o":[[-5.021,-2.17],[0,0],[0,0],[12.25,2.993],[7.36,2.432],[5.371,5.987],[0.294,6.329],[-2.573,2.004],[-1.001,0.503],[9.29,2.003],[5.5,6.362],[0.932,6.722],[-4.348,5.064]],"v":[[7.788,68.433],[-2.817,74.433],[-2.318,-68.933],[-0.001,-66.933],[24.762,-71.288],[41.378,-61.426],[51.456,-35.268],[40.092,-9.113],[34.732,-5.361],[29.372,-2.895],[51.564,9.648],[58.318,33.839],[47.598,63.997]]}],"e":[{"i":[[15.824,4.471],[0,0],[0,0],[0,0],[-6.211,-2.43],[-4.544,-5.065],[-0.147,-8.024],[7.575,-5.715],[0.902,-0.829],[2.171,-1.143],[-5.505,-6.359],[0.282,-8.377],[5.747,-6.534]],"o":[[-2.511,-1.085],[0,0],[0,0],[6.726,0.743],[6.209,2.432],[6.044,6.853],[0.147,9.025],[-2.573,2.004],[-0.724,0.665],[7.837,2.003],[5.5,6.362],[-0.318,9.472],[-6.32,7.178]],"v":[[16.851,70.058],[11.683,73.558],[11.074,-71.558],[13.029,-69.558],[28.937,-68.288],[41.379,-61.426],[52.206,-35.768],[40.092,-9.113],[36.347,-5.736],[32.826,-2.52],[51.564,9.648],[59.068,33.589],[48.348,62.497]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[15.824,4.471],[0,0],[0,0],[0,0],[-6.211,-2.43],[-4.544,-5.065],[-0.147,-8.024],[7.575,-5.715],[0.902,-0.829],[2.171,-1.143],[-5.505,-6.359],[0.282,-8.377],[5.747,-6.534]],"o":[[-2.511,-1.085],[0,0],[0,0],[6.726,0.743],[6.209,2.432],[6.044,6.853],[0.147,9.025],[-2.573,2.004],[-0.724,0.665],[7.837,2.003],[5.5,6.362],[-0.318,9.472],[-6.32,7.178]],"v":[[16.851,70.058],[11.683,73.558],[11.074,-71.558],[13.029,-69.558],[28.937,-68.288],[41.379,-61.426],[52.206,-35.768],[40.092,-9.113],[36.347,-5.736],[32.826,-2.52],[51.564,9.648],[59.068,33.589],[48.348,62.497]]}],"e":[{"i":[[11.688,0.314],[0,0],[0,0],[0,0],[-4.861,-3.651],[-3.718,-4.143],[0,-9.719],[7.575,-5.715],[0.287,-0.454],[-0.029,-0.295],[-5.505,-6.359],[-0.604,-10.113],[7.145,-8.004]],"o":[[0,0],[0,0],[0,0],[1.202,-1.507],[1.475,1.108],[6.717,7.719],[0,11.721],[-3.718,2.923],[0.037,0.046],[6.384,2.003],[5.5,6.362],[0.432,7.222],[-8.291,9.292]],"v":[[25.913,71.683],[26.184,72.683],[24.466,-74.183],[26.058,-72.183],[33.111,-69.288],[41.379,-61.426],[52.956,-36.268],[40.092,-9.113],[35.962,-2.861],[36.279,-2.145],[51.564,9.647],[59.818,33.339],[49.098,60.997]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[11.688,0.314],[0,0],[0,0],[0,0],[-4.861,-3.651],[-3.718,-4.143],[0,-9.719],[7.575,-5.715],[0.287,-0.454],[-0.029,-0.295],[-5.505,-6.359],[-0.604,-10.113],[7.145,-8.004]],"o":[[0,0],[0,0],[0,0],[1.202,-1.507],[1.475,1.108],[6.717,7.719],[0,11.721],[-3.718,2.923],[0.037,0.046],[6.384,2.003],[5.5,6.362],[0.432,7.222],[-8.291,9.292]],"v":[[25.913,71.683],[26.184,72.683],[24.466,-74.183],[26.058,-72.183],[33.111,-69.288],[41.379,-61.426],[52.956,-36.268],[40.092,-9.113],[35.962,-2.861],[36.279,-2.145],[51.564,9.647],[59.818,33.339],[49.098,60.997]]}],"e":[{"i":[[10.024,2.503],[0,0],[0,0],[0,0],[-3.907,-2.431],[-3.718,-4.143],[0,-9.719],[7.575,-5.715],[0.53,-0.499],[1.366,-1.143],[-5.505,-6.359],[-2.034,-9.356],[7.145,-8.004]],"o":[[0,0],[0,0],[0,0],[0.929,-1.507],[3.907,2.432],[6.717,7.719],[0,11.721],[-2.573,2.004],[-0.531,0.503],[4.931,2.003],[5.5,6.362],[2.095,9.997],[-8.291,9.292]],"v":[[26.225,66.558],[26.434,67.558],[25.607,-68.808],[26.837,-66.808],[37.285,-62.288],[41.379,-61.426],[52.206,-35.768],[40.092,-9.113],[32.702,-3.986],[39.732,-1.77],[51.564,9.647],[59.818,33.339],[49.098,60.997]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[10.024,2.503],[0,0],[0,0],[0,0],[-3.907,-2.431],[-3.718,-4.143],[0,-9.719],[7.575,-5.715],[0.53,-0.499],[1.366,-1.143],[-5.505,-6.359],[-2.034,-9.356],[7.145,-8.004]],"o":[[0,0],[0,0],[0,0],[0.929,-1.507],[3.907,2.432],[6.717,7.719],[0,11.721],[-2.573,2.004],[-0.531,0.503],[4.931,2.003],[5.5,6.362],[2.095,9.997],[-8.291,9.292]],"v":[[26.225,66.558],[26.434,67.558],[25.607,-68.808],[26.837,-66.808],[37.285,-62.288],[41.379,-61.426],[52.206,-35.768],[40.092,-9.113],[32.702,-3.986],[39.732,-1.77],[51.564,9.647],[59.818,33.339],[49.098,60.997]]}],"e":[{"i":[[2.793,0.628],[0,0],[0,0],[0,0],[-2.755,-2.431],[-3.718,-4.143],[0,-9.719],[7.575,-5.715],[0.374,-0.499],[0.963,-1.143],[-5.505,-6.359],[0,-9.434],[7.145,-8.004]],"o":[[0,0],[0,0],[0,0],[0.655,-1.507],[2.755,2.432],[6.717,7.719],[0,11.721],[-2.573,2.004],[-0.375,0.503],[3.478,2.003],[5.5,6.362],[0,10.436],[-8.291,9.292]],"v":[[37.538,72.433],[37.685,73.433],[36.749,-73.433],[37.617,-71.433],[41.459,-59.288],[41.379,-61.426],[51.456,-35.268],[40.092,-9.113],[43.191,-1.861],[43.185,-1.395],[51.564,9.647],[59.818,33.339],[49.098,60.997]]}]},{"t":11}]},"nm":"Path 3"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[60.067,78.614]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":3,"b":155,"r":122},"ip":0,"op":12,"st":0}]},{"id":"comp_53","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"miscelanea11","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[163.023,70.838,0]},"a":{"k":[103.851,16.462,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0.848,1.73],[-2.429,1.948],[-0.819,0.585],[-0.447,1.273],[0.483,1.703],[-1.376,3.219],[-1.537,0.734],[1.736,-0.83],[1.266,-2.963],[3.623,-1.176],[0.707,-2.576],[-1.225,-2.5]],"o":[[-1.62,-2.142],[0.93,-0.234],[1.03,-0.735],[0.586,-1.671],[-0.6,-2.116],[0.701,-1.64],[1.745,-0.834],[-2.829,1.353],[-1.115,2.607],[-2.002,0.649],[-0.756,2.751],[0.851,1.737]],"v":[[-3.69,11.511],[-2.476,5.376],[0.558,4.545],[3.05,1.861],[3.187,-2.679],[1.839,-7.976],[6.574,-11.341],[5.06,-13.932],[-1.278,-8.257],[-1.903,2.227],[-7.562,5.498],[-6.281,13.025]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[91,89,130,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[103.805,15.012]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 10"}],"bounds":{"l":95,"t":0,"b":29,"r":112},"ip":46,"op":6332,"st":32}]},{"id":"comp_54","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"sombraRed 2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[69.023,162.838,0]},"a":{"k":[6.851,109.462,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[-0.609,-10.588],[6.732,-46.911],[-1.622,32.611],[0.01,0.659]],"o":[[0.666,11.583],[3.732,-7.411],[0.764,-15.371],[-2.006,0.928]],"v":[[-75.89,-30.068],[-75.956,20.426],[-60.988,-31.614],[-68.967,-62.913]]}],"e":[{"i":[[-5.334,-9.167],[21.982,-38.911],[-15.236,28.879],[0.01,0.659]],"o":[[7.423,12.759],[11.232,0.089],[14.957,-28.351],[-27.006,3.428]],"v":[[-69.64,-37.318],[-75.956,19.176],[-48.488,-17.364],[-47.967,-57.163]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[-5.334,-9.167],[21.982,-38.911],[-15.236,28.879],[0.01,0.659]],"o":[[7.423,12.759],[11.232,0.089],[14.957,-28.351],[-27.006,3.428]],"v":[[-69.64,-37.318],[-75.956,19.176],[-48.488,-17.364],[-47.967,-57.163]]}],"e":[{"i":[[13.898,-29.258],[23.732,-10.411],[-15.236,28.879],[0.01,0.659]],"o":[[-6.334,13.333],[16.482,-0.161],[14.957,-28.351],[-2.506,23.428]],"v":[[-59.14,-18.818],[-62.956,19.926],[-8.488,0.386],[-16.717,-52.913]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[13.898,-29.258],[23.732,-10.411],[-15.236,28.879],[0.01,0.659]],"o":[[-6.334,13.333],[16.482,-0.161],[14.957,-28.351],[-2.506,23.428]],"v":[[-59.14,-18.818],[-62.956,19.926],[-8.488,0.386],[-16.717,-52.913]]}],"e":[{"i":[[12.417,-9.167],[11.483,-4.661],[-15.702,18.195],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[13.265,-15.371],[0.744,11.678]],"v":[[-35.39,-11.068],[-53.956,19.426],[-5.738,10.136],[3.283,-26.163]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[12.417,-9.167],[11.483,-4.661],[-15.702,18.195],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[13.265,-15.371],[0.744,11.678]],"v":[[-35.39,-11.068],[-53.956,19.426],[-5.738,10.136],[3.283,-26.163]]}],"e":[{"i":[[12.417,-9.167],[11.483,-4.661],[-9.485,14.629],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[9.147,-14.108],[-0.506,16.428]],"v":[[-5.39,-5.068],[-32.706,17.176],[9.762,12.386],[13.783,-26.663]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[12.417,-9.167],[11.483,-4.661],[-9.485,14.629],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[9.147,-14.108],[-0.506,16.428]],"v":[[-5.39,-5.068],[-32.706,17.176],[9.762,12.386],[13.783,-26.663]]}],"e":[{"i":[[12.417,-9.167],[11.483,-4.661],[-9.485,14.629],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[9.147,-14.108],[-0.506,16.428]],"v":[[-6.64,-5.068],[-21.456,14.926],[10.262,13.136],[16.533,-21.163]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[12.417,-9.167],[11.483,-4.661],[-9.485,14.629],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[9.147,-14.108],[-0.506,16.428]],"v":[[-6.64,-5.068],[-21.456,14.926],[10.262,13.136],[16.533,-21.163]]}],"e":[{"i":[[5.222,-6.272],[9.61,1.599],[-14.735,15.879],[0.01,0.659]],"o":[[-5.89,7.073],[-0.357,1.13],[11.437,-12.325],[-4.104,7.346]],"v":[[7.61,2.182],[-20.956,14.926],[12.762,12.386],[20.783,-19.663]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26,"s":[{"i":[[5.222,-6.272],[9.61,1.599],[-14.735,15.879],[0.01,0.659]],"o":[[-5.89,7.073],[-0.357,1.13],[11.437,-12.325],[-4.104,7.346]],"v":[[7.61,2.182],[-20.956,14.926],[12.762,12.386],[20.783,-19.663]]}],"e":[{"i":[[5.219,-6.275],[14.915,5.331],[-13.853,12.7],[0.01,0.659]],"o":[[-5.886,7.077],[0.056,0.721],[9.26,-8.489],[-4.742,9.065]],"v":[[6.49,6.8],[-25.824,16.314],[11.267,13.754],[21.769,-15.55]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[{"i":[[5.219,-6.275],[14.915,5.331],[-13.853,12.7],[0.01,0.659]],"o":[[-5.886,7.077],[0.056,0.721],[9.26,-8.489],[-4.742,9.065]],"v":[[6.49,6.8],[-25.824,16.314],[11.267,13.754],[21.769,-15.55]]}],"e":[{"i":[[5.215,-6.278],[20.219,9.063],[-12.244,18.143],[0.011,0.659]],"o":[[-5.882,7.08],[0.469,0.313],[9.406,-13.937],[1.76,13.676]],"v":[[11.37,9.418],[-24.693,15.702],[11.771,9.122],[17.755,-20.937]]}]},{"t":28}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[210,175,26,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[82.052,165.109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 12"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[-0.264,-5.336],[0.555,-15.505],[-2.639,-8.138],[2.695,12.744],[4.067,-0.057]],"o":[[0.175,3.521],[-0.432,12.092],[2.611,-1.888],[-0.333,-1.577],[-1.683,-1.557]],"v":[[-81.496,-11.618],[-82.139,18.061],[-75.682,41.041],[-73.488,-15.77],[-81.888,-25.04]]}],"e":[{"i":[[-8.575,-11.229],[0.818,-7.408],[-9.389,-24.888],[2.695,12.744],[18.067,2.443]],"o":[[7.595,9.944],[-1.861,16.862],[2.611,-1.888],[-0.333,-1.577],[-13.183,0.193]],"v":[[-75.996,-12.368],[-80.139,16.561],[-51.682,35.291],[-49.488,1.98],[-65.138,-25.29]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[-8.575,-11.229],[0.818,-7.408],[-9.389,-24.888],[2.695,12.744],[18.067,2.443]],"o":[[7.595,9.944],[-1.861,16.862],[2.611,-1.888],[-0.333,-1.577],[-13.183,0.193]],"v":[[-75.996,-12.368],[-80.139,16.561],[-51.682,35.291],[-49.488,1.98],[-65.138,-25.29]]}],"e":[{"i":[[4.425,-5.979],[-1.695,-4.426],[-39.139,-22.888],[3.917,12.423],[18.067,2.443]],"o":[[-7.444,10.058],[6.068,15.842],[0.611,-6.138],[-3.511,-11.135],[-13.183,0.193]],"v":[[-77.246,-17.868],[-80.139,16.561],[-24.432,38.791],[-23.738,-7.52],[-49.888,-27.29]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[4.425,-5.979],[-1.695,-4.426],[-39.139,-22.888],[3.917,12.423],[18.067,2.443]],"o":[[-7.444,10.058],[6.068,15.842],[0.611,-6.138],[-3.511,-11.135],[-13.183,0.193]],"v":[[-77.246,-17.868],[-80.139,16.561],[-24.432,38.791],[-23.738,-7.52],[-49.888,-27.29]]}],"e":[{"i":[[4.425,-5.979],[-2.682,-3.908],[-15.389,-19.388],[2.111,8.439],[13.567,1.943]],"o":[[-7.444,10.058],[7.339,10.693],[0.611,-6.138],[-2.833,-11.327],[-4.683,1.193]],"v":[[-64.996,-18.368],[-66.139,5.311],[-16.932,25.041],[-14.238,-4.02],[-40.388,-28.54]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[4.425,-5.979],[-2.682,-3.908],[-15.389,-19.388],[2.111,8.439],[13.567,1.943]],"o":[[-7.444,10.058],[7.339,10.693],[0.611,-6.138],[-2.833,-11.327],[-4.683,1.193]],"v":[[-64.996,-18.368],[-66.139,5.311],[-16.932,25.041],[-14.238,-4.02],[-40.388,-28.54]]}],"e":[{"i":[[4.425,-5.979],[-5.706,-2.579],[-4.639,-12.138],[2.111,8.439],[13.567,1.943]],"o":[[-7.444,10.058],[11.818,5.342],[0.611,-6.138],[-2.833,-11.327],[-4.683,1.193]],"v":[[-39.996,-15.868],[-34.389,3.811],[-0.932,29.541],[0.262,-3.52],[-25.888,-28.04]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[4.425,-5.979],[-5.706,-2.579],[-4.639,-12.138],[2.111,8.439],[13.567,1.943]],"o":[[-7.444,10.058],[11.818,5.342],[0.611,-6.138],[-2.833,-11.327],[-4.683,1.193]],"v":[[-39.996,-15.868],[-34.389,3.811],[-0.932,29.541],[0.262,-3.52],[-25.888,-28.04]]}],"e":[{"i":[[1.732,-4.409],[-1.377,-2.052],[0.54,-13.855],[0.667,8.673],[11.493,0.324]],"o":[[-4.575,11.646],[7.193,10.717],[3.111,-5.388],[-0.945,-12.292],[-4.683,1.193]],"v":[[-18.746,-20.618],[-14.139,-0.939],[-0.432,28.291],[3.012,-2.27],[-8.638,-29.79]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[1.732,-4.409],[-1.377,-2.052],[0.54,-13.855],[0.667,8.673],[11.493,0.324]],"o":[[-4.575,11.646],[7.193,10.717],[3.111,-5.388],[-0.945,-12.292],[-4.683,1.193]],"v":[[-18.746,-20.618],[-14.139,-0.939],[-0.432,28.291],[3.012,-2.27],[-8.638,-29.79]]}],"e":[{"i":[[-0.965,-0.629],[-1.814,-6.586],[0.54,-13.855],[-0.079,15.386],[11.493,0.324]],"o":[[5.804,3.783],[3.724,13.522],[1.835,-5.644],[0.126,-24.769],[1.041,0.415]],"v":[[-5.621,-28.243],[5.486,-11.814],[7.568,29.791],[11.512,2.23],[-8.638,-29.79]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26,"s":[{"i":[[-0.965,-0.629],[-1.814,-6.586],[0.54,-13.855],[-0.079,15.386],[11.493,0.324]],"o":[[5.804,3.783],[3.724,13.522],[1.835,-5.644],[0.126,-24.769],[1.041,0.415]],"v":[[-5.621,-28.243],[5.486,-11.814],[7.568,29.791],[11.512,2.23],[-8.638,-29.79]]}],"e":[{"i":[[-1.03,-0.494],[-1.814,-6.586],[2.611,-12.263],[0.198,15.385],[11.493,0.324]],"o":[[6.927,3.215],[3.724,13.522],[1.835,-5.644],[-0.333,-25.952],[1.041,0.415]],"v":[[-5.871,-27.243],[7.486,-10.814],[9.068,29.666],[13.012,4.855],[-7.388,-27.665]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[{"i":[[-1.03,-0.494],[-1.814,-6.586],[2.611,-12.263],[0.198,15.385],[11.493,0.324]],"o":[[6.927,3.215],[3.724,13.522],[1.835,-5.644],[-0.333,-25.952],[1.041,0.415]],"v":[[-5.871,-27.243],[7.486,-10.814],[9.068,29.666],[13.012,4.855],[-7.388,-27.665]]}],"e":[{"i":[[-1.094,-0.36],[-2.051,-6.516],[3.611,-13.138],[-0.078,15.386],[11.493,0.324]],"o":[[8.05,2.646],[2.193,6.967],[1.835,-5.644],[0.126,-24.769],[1.041,0.415]],"v":[[0.379,-24.744],[12.736,-8.565],[11.568,33.541],[15.512,5.98],[-4.388,-25.791]]}]},{"t":28}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[210,175,26,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[89.15,59.721]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 13"}],"bounds":{"l":6,"t":29,"b":188,"r":105},"ip":14,"op":28,"st":14},{"ddd":0,"ind":1,"ty":4,"nm":"B_yellow3","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[744.41,161.975,0]},"a":{"k":[675.727,77.648,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[-4.79,2.358],[0,6.935],[5.072,2.217],[11.149,0],[0,0]],"o":[[0,0],[9.574,0],[4.787,-2.358],[0,-6.93],[-5.075,-2.214],[0,0],[0,0]],"v":[[-26.372,46.632],[-3.431,46.632],[18.116,43.094],[25.298,29.158],[17.688,15.437],[-6.647,12.113],[-26.372,12.113]]}},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[-4.502,2.004],[0,6.646],[4.144,2.144],[9.862,0],[0,0]],"o":[[0,0],[9.289,0],[4.503,-2],[0,-6.647],[-4.147,-2.144],[0,0],[0,0]],"v":[[-26.372,-14.258],[-10.506,-14.258],[10.184,-17.26],[16.938,-30.23],[10.719,-43.417],[-10.292,-46.633],[-26.372,-46.633]]}},"nm":"Path 2"},{"ind":2,"ty":"sh","closed":true,"ks":{"k":{"i":[[20.582,0],[0,0],[0,0],[0,0],[-7.363,-2.429],[-3.718,-4.143],[0,-9.719],[7.575,-5.715],[0.999,-0.499],[2.573,-1.143],[-5.505,-6.359],[0,-9.434],[7.145,-8.004]],"o":[[0,0],[0,0],[0,0],[10.147,0],[7.36,2.432],[6.717,7.719],[0,11.721],[-2.573,2.004],[-1.001,0.503],[9.29,2.003],[5.5,6.362],[0,10.436],[-8.291,9.292]],"v":[[5.788,74.933],[-59.818,74.933],[-59.818,-74.933],[-1.501,-74.933],[24.762,-71.288],[41.379,-61.426],[51.456,-35.269],[40.092,-9.113],[34.732,-5.361],[29.372,-2.895],[51.564,9.647],[59.818,33.339],[49.098,60.997]]}},"nm":"Path 3"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[60.067,78.614]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":3,"b":154,"r":120},"ip":49,"op":6330,"st":-29},{"ddd":0,"ind":2,"ty":4,"nm":"B_yellow2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[127.023,160.838,0]},"a":{"k":[67.851,106.462,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":14,"s":[{"i":[[0,0],[-0.433,1.731],[0.142,3.939],[1.004,1.232],[0,0]],"o":[[0.553,0.038],[0.653,-2.61],[-0.159,-4.417],[-0.591,-0.726],[0,0]],"v":[[-39.329,46.697],[-38.401,46.697],[-37.54,33.902],[-39.088,21.003],[-39.944,21.679]]}],"e":[{"i":[[0,0],[-1.408,1.731],[0.462,3.939],[3.262,1.232],[0,0]],"o":[[1.796,0.038],[2.123,-2.61],[-0.518,-4.417],[-1.922,-0.726],[0,0]],"v":[[-26.444,38.947],[-23.428,38.947],[-20.63,26.152],[-25.66,13.253],[-28.444,13.929]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":16,"s":[{"i":[[0,0],[-1.408,1.731],[0.462,3.939],[3.262,1.232],[0,0]],"o":[[1.796,0.038],[2.123,-2.61],[-0.518,-4.417],[-1.922,-0.726],[0,0]],"v":[[-26.444,38.947],[-23.428,38.947],[-20.63,26.152],[-25.66,13.253],[-28.444,13.929]]}],"e":[{"i":[[0,0],[-1.408,1.731],[0.462,3.939],[3.262,1.232],[0,0]],"o":[[1.796,0.038],[2.123,-2.61],[-0.518,-4.417],[-1.922,-0.726],[0,0]],"v":[[-13.694,45.197],[-2.428,39.947],[0.37,27.152],[-4.66,14.253],[-13.444,11.179]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":18,"s":[{"i":[[0,0],[-1.408,1.731],[0.462,3.939],[3.262,1.232],[0,0]],"o":[[1.796,0.038],[2.123,-2.61],[-0.518,-4.417],[-1.922,-0.726],[0,0]],"v":[[-13.694,45.197],[-2.428,39.947],[0.37,27.152],[-4.66,14.253],[-13.444,11.179]]}],"e":[{"i":[[0,0],[-5.47,5.788],[-1.088,13.248],[12.142,-3.71],[0,0]],"o":[[0,0],[7.271,-7.694],[0.732,-8.917],[-6.488,1.982],[0,0]],"v":[[-14.194,49.197],[0.572,43.697],[16.62,27.152],[2.09,19.503],[-13.944,15.179]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[{"i":[[0,0],[-5.47,5.788],[-1.088,13.248],[12.142,-3.71],[0,0]],"o":[[0,0],[7.271,-7.694],[0.732,-8.917],[-6.488,1.982],[0,0]],"v":[[-14.194,49.197],[0.572,43.697],[16.62,27.152],[2.09,19.503],[-13.944,15.179]]}],"e":[{"i":[[0,0],[-8.351,-6.505],[-1.088,13.248],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0.732,-8.917],[-12.639,5.221],[0,0]],"v":[[-10.444,46.947],[10.322,44.447],[28.12,27.152],[9.34,19.753],[-10.444,12.429]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":22,"s":[{"i":[[0,0],[-8.351,-6.505],[-1.088,13.248],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0.732,-8.917],[-12.639,5.221],[0,0]],"v":[[-10.444,46.947],[10.322,44.447],[28.12,27.152],[9.34,19.753],[-10.444,12.429]]}],"e":[{"i":[[0,0],[-8.351,-6.505],[0,13.293],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0,-14.365],[-12.639,5.221],[0,0]],"v":[[-7.194,46.947],[17.322,45.447],[36.12,29.652],[12.84,17.753],[-7.194,12.429]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":24,"s":[{"i":[[0,0],[-8.351,-6.505],[0,13.293],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0,-14.365],[-12.639,5.221],[0,0]],"v":[[-7.194,46.947],[17.322,45.447],[36.12,29.652],[12.84,17.753],[-7.194,12.429]]}],"e":[{"i":[[0,0],[-8.351,-6.505],[0,13.293],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0,-14.365],[-12.639,5.221],[0,0]],"v":[[-7.194,46.947],[20.822,46.947],[43.12,29.152],[17.84,15.753],[-7.194,12.429]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":26,"s":[{"i":[[0,0],[-8.351,-6.505],[0,13.293],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0,-14.365],[-12.639,5.221],[0,0]],"v":[[-7.194,46.947],[20.822,46.947],[43.12,29.152],[17.84,15.753],[-7.194,12.429]]}],"e":[{"i":[[0,0],[-8.652,5.496],[0,13.293],[11.512,-5.518],[0,0]],"o":[[0,0],[9.78,-6.212],[0,-14.365],[-12.332,5.911],[0,0]],"v":[[-3.444,46.447],[27.572,43.947],[50.87,29.652],[18.34,11.753],[-2.944,10.929]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":32,"s":[{"i":[[0,0],[-8.652,5.496],[0,13.293],[11.512,-5.518],[0,0]],"o":[[0,0],[9.78,-6.212],[0,-14.365],[-12.332,5.911],[0,0]],"v":[[-3.444,46.447],[27.572,43.947],[50.87,29.652],[18.34,11.753],[-2.944,10.929]]}],"e":[{"i":[[0,0],[-10.084,-1.841],[0,13.293],[13.762,3.482],[0,0]],"o":[[0,0],[12.53,2.288],[0,-14.365],[-13.257,-3.354],[0,0]],"v":[[-11.194,46.448],[21.822,43.947],[50.37,27.152],[12.59,11.753],[-10.694,10.93]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":36,"s":[{"i":[[0,0],[-10.084,-1.841],[0,13.293],[13.762,3.482],[0,0]],"o":[[0,0],[12.53,2.288],[0,-14.365],[-13.257,-3.354],[0,0]],"v":[[-11.194,46.448],[21.822,43.947],[50.37,27.152],[12.59,11.753],[-10.694,10.93]]}],"e":[{"i":[[0,0],[-10.084,-1.841],[0,13.293],[13.762,3.482],[0,0]],"o":[[0,0],[12.53,2.288],[0,-14.365],[-13.257,-3.354],[0,0]],"v":[[-12.194,46.448],[16.322,44.447],[40.87,29.152],[7.09,12.253],[-11.694,10.93]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":39,"s":[{"i":[[0,0],[-10.084,-1.841],[0,13.293],[13.762,3.482],[0,0]],"o":[[0,0],[12.53,2.288],[0,-14.365],[-13.257,-3.354],[0,0]],"v":[[-12.194,46.448],[16.322,44.447],[40.87,29.152],[7.09,12.253],[-11.694,10.93]]}],"e":[{"i":[[0,0],[-9.716,3.266],[0,13.293],[15.762,-2.018],[0,0]],"o":[[0,0],[12.53,-4.212],[0,-14.365],[-13.564,1.737],[0,0]],"v":[[-12.194,46.448],[11.822,42.947],[35.87,27.652],[7.59,10.753],[-11.694,10.93]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":42,"s":[{"i":[[0,0],[-9.716,3.266],[0,13.293],[15.762,-2.018],[0,0]],"o":[[0,0],[12.53,-4.212],[0,-14.365],[-13.564,1.737],[0,0]],"v":[[-12.194,46.448],[11.822,42.947],[35.87,27.652],[7.59,10.753],[-11.694,10.93]]}],"e":[{"i":[[0,0],[-10.034,4.574],[0,13.293],[15.262,-4.518],[0,0]],"o":[[0,0],[12.53,-5.712],[0,-14.365],[-13.112,3.882],[0,0]],"v":[[-11.694,40.948],[13.322,39.447],[36.37,19.652],[7.59,10.753],[-11.194,9.93]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":44,"s":[{"i":[[0,0],[-10.034,4.574],[0,13.293],[15.262,-4.518],[0,0]],"o":[[0,0],[12.53,-5.712],[0,-14.365],[-13.112,3.882],[0,0]],"v":[[-11.694,40.948],[13.322,39.447],[36.37,19.652],[7.59,10.753],[-11.194,9.93]]}],"e":[{"i":[[0,0],[-10.249,0.161],[0,13.293],[11.262,0.482],[0,0]],"o":[[0,0],[13.53,-0.212],[0,-14.365],[-13.662,-0.585],[0,0]],"v":[[-10.194,45.948],[15.822,46.447],[41.37,29.652],[14.59,11.753],[-9.694,12.43]]}]},{"t":49}]},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":14,"s":[{"i":[[0,0],[-0.692,2.11],[0.058,5.864],[0.866,1.732],[0,0]],"o":[[0,0],[0.591,-1.802],[-0.081,-8.134],[-0.969,-1.939],[0,0]],"v":[[-42.194,-29.872],[-39.601,-35.625],[-38.957,-48.631],[-39.903,-61.247],[-41.776,-62.247]]}],"e":[{"i":[[0,0],[-1.653,2.11],[0.139,5.864],[2.069,1.732],[0,0]],"o":[[0,0],[1.412,-1.802],[-0.193,-8.134],[-2.316,-1.939],[0,0]],"v":[[-31.944,-18.622],[-25.746,-24.375],[-24.206,-37.381],[-26.467,-49.997],[-30.944,-50.997]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":16,"s":[{"i":[[0,0],[-1.653,2.11],[0.139,5.864],[2.069,1.732],[0,0]],"o":[[0,0],[1.412,-1.802],[-0.193,-8.134],[-2.316,-1.939],[0,0]],"v":[[-31.944,-18.622],[-25.746,-24.375],[-24.206,-37.381],[-26.467,-49.997],[-30.944,-50.997]]}],"e":[{"i":[[0,0],[-1.653,2.11],[0.139,5.864],[2.069,1.732],[0,0]],"o":[[0,0],[1.412,-1.802],[-0.193,-8.134],[-2.316,-1.939],[0,0]],"v":[[-15.694,-15.872],[-5.996,-21.125],[-1.456,-33.631],[-6.717,-46.747],[-15.194,-48.247]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":18,"s":[{"i":[[0,0],[-1.653,2.11],[0.139,5.864],[2.069,1.732],[0,0]],"o":[[0,0],[1.412,-1.802],[-0.193,-8.134],[-2.316,-1.939],[0,0]],"v":[[-15.694,-15.872],[-5.996,-21.125],[-1.456,-33.631],[-6.717,-46.747],[-15.194,-48.247]]}],"e":[{"i":[[0,0],[-2.844,6.53],[-1.693,5.616],[10.069,-5.018],[0,0]],"o":[[0,0],[2.347,-5.39],[2.054,-6.814],[-8.016,3.995],[0,0]],"v":[[-15.194,-15.372],[0.254,-21.125],[9.294,-29.631],[0.033,-44.247],[-14.194,-47.747]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[{"i":[[0,0],[-2.844,6.53],[-1.693,5.616],[10.069,-5.018],[0,0]],"o":[[0,0],[2.347,-5.39],[2.054,-6.814],[-8.016,3.995],[0,0]],"v":[[-15.194,-15.372],[0.254,-21.125],[9.294,-29.631],[0.033,-44.247],[-14.194,-47.747]]}],"e":[{"i":[[0,0],[-3.065,11.673],[-4.193,2.116],[7.045,-7.388],[0,0]],"o":[[0,0],[2.597,-9.89],[11.293,-5.7],[-6.181,6.482],[0,0]],"v":[[-10.444,-15.872],[10.754,-18.875],[22.044,-30.381],[8.033,-46.747],[-10.444,-48.247]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":22,"s":[{"i":[[0,0],[-3.065,11.673],[-4.193,2.116],[7.045,-7.388],[0,0]],"o":[[0,0],[2.597,-9.89],[11.293,-5.7],[-6.181,6.482],[0,0]],"v":[[-10.444,-15.872],[10.754,-18.875],[22.044,-30.381],[8.033,-46.747],[-10.444,-48.247]]}],"e":[{"i":[[0,0],[-3.065,11.673],[1.307,10.616],[6.319,-8.018],[0,0]],"o":[[0,0],[2.597,-9.89],[-1.546,-12.555],[-7.387,9.373],[0,0]],"v":[[-7.194,-15.872],[16.254,-18.875],[29.544,-32.381],[13.533,-48.247],[-7.194,-48.247]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":24,"s":[{"i":[[0,0],[-3.065,11.673],[1.307,10.616],[6.319,-8.018],[0,0]],"o":[[0,0],[2.597,-9.89],[-1.546,-12.555],[-7.387,9.373],[0,0]],"v":[[-7.194,-15.872],[16.254,-18.875],[29.544,-32.381],[13.533,-48.247],[-7.194,-48.247]]}],"e":[{"i":[[0,0],[-7.132,9.736],[0,12.221],[10.692,-5.3],[0,0]],"o":[[0,0],[5.418,-7.395],[0,-12.65],[-10.693,5.3],[0,0]],"v":[[-7.194,-15.872],[16.254,-18.875],[36.044,-32.381],[13.533,-48.247],[-7.194,-48.247]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":26,"s":[{"i":[[0,0],[-7.132,9.736],[0,12.221],[10.692,-5.3],[0,0]],"o":[[0,0],[5.418,-7.395],[0,-12.65],[-10.693,5.3],[0,0]],"v":[[-7.194,-15.872],[16.254,-18.875],[36.044,-32.381],[13.533,-48.247],[-7.194,-48.247]]}],"e":[{"i":[[0,0],[-9.374,7.601],[0.557,12.616],[18.319,-6.518],[0,0]],"o":[[0,0],[10.347,-8.39],[-0.657,-14.87],[-11.244,4.001],[0,0]],"v":[[-3.319,-16.372],[21.004,-15.375],[46.795,-31.881],[18.033,-47.247],[-3.319,-48.265]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":32,"s":[{"i":[[0,0],[-9.374,7.601],[0.557,12.616],[18.319,-6.518],[0,0]],"o":[[0,0],[10.347,-8.39],[-0.657,-14.87],[-11.244,4.001],[0,0]],"v":[[-3.319,-16.372],[21.004,-15.375],[46.795,-31.881],[18.033,-47.247],[-3.319,-48.265]]}],"e":[{"i":[[0,0],[-11.376,-4.031],[0.557,12.616],[17.569,5.482],[0,0]],"o":[[0,0],[11.597,4.11],[-0.657,-14.87],[-11.393,-3.555],[0,0]],"v":[[-11.069,-16.371],[15.255,-15.375],[46.795,-34.381],[12.283,-47.247],[-11.069,-48.264]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":36,"s":[{"i":[[0,0],[-11.376,-4.031],[0.557,12.616],[17.569,5.482],[0,0]],"o":[[0,0],[11.597,4.11],[-0.657,-14.87],[-11.393,-3.555],[0,0]],"v":[[-11.069,-16.371],[15.255,-15.375],[46.795,-34.381],[12.283,-47.247],[-11.069,-48.264]]}],"e":[{"i":[[0,0],[-11.376,-4.031],[0.557,12.616],[17.569,5.482],[0,0]],"o":[[0,0],[11.597,4.11],[-0.657,-14.87],[-11.393,-3.555],[0,0]],"v":[[-12.069,-16.371],[9.755,-14.875],[34.795,-33.881],[6.783,-46.747],[-12.069,-48.264]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":39,"s":[{"i":[[0,0],[-11.376,-4.031],[0.557,12.616],[17.569,5.482],[0,0]],"o":[[0,0],[11.597,4.11],[-0.657,-14.87],[-11.393,-3.555],[0,0]],"v":[[-12.069,-16.371],[9.755,-14.875],[34.795,-33.881],[6.783,-46.747],[-12.069,-48.264]]}],"e":[{"i":[[0,0],[-11.738,2.805],[0.557,12.616],[15.069,-0.518],[0,0]],"o":[[0,0],[12.097,-2.89],[-0.657,-14.87],[-11.927,0.41],[0,0]],"v":[[-12.069,-16.371],[6.755,-16.375],[31.795,-35.381],[4.783,-47.247],[-12.069,-48.264]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":42,"s":[{"i":[[0,0],[-11.738,2.805],[0.557,12.616],[15.069,-0.518],[0,0]],"o":[[0,0],[12.097,-2.89],[-0.657,-14.87],[-11.927,0.41],[0,0]],"v":[[-12.069,-16.371],[6.755,-16.375],[31.795,-35.381],[4.783,-47.247],[-12.069,-48.264]]}],"e":[{"i":[[0,0],[-11.738,2.805],[0.557,12.616],[15.069,-0.518],[0,0]],"o":[[0,0],[12.097,-2.89],[-0.657,-14.87],[-11.927,0.41],[0,0]],"v":[[-13.569,-20.371],[6.755,-16.375],[29.795,-39.881],[4.783,-47.247],[-12.069,-48.264]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":44,"s":[{"i":[[0,0],[-11.738,2.805],[0.557,12.616],[15.069,-0.518],[0,0]],"o":[[0,0],[12.097,-2.89],[-0.657,-14.87],[-11.927,0.41],[0,0]],"v":[[-13.569,-20.371],[6.755,-16.375],[29.795,-39.881],[4.783,-47.247],[-12.069,-48.264]]}],"e":[{"i":[[0,0],[-12.068,-0.119],[0.557,12.616],[10.069,0.482],[0,0]],"o":[[0,0],[11.097,0.11],[-0.657,-14.87],[-5.029,-0.241],[0,0]],"v":[[-9.819,-15.121],[11.755,-14.875],[33.795,-31.381],[9.283,-47.747],[-8.569,-47.764]]}]},{"t":49}]},"nm":"Path 2"},{"ind":2,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":14,"s":[{"i":[[-1.81,1.749],[-0.86,-0.217],[-1.22,-9.917],[-2.482,-13.756],[0,0],[1.583,-5.417],[7.316,-11.263],[0.492,0.237]],"o":[[0.242,0.033],[7.39,-1.467],[0.667,5.423],[0,0],[3.268,16.065],[-2.041,6.984],[0.316,-0.513],[-0.698,-2.846]],"v":[[-43.64,-75.798],[-43.038,-75.798],[-32.816,-52.188],[-36.417,-6.759],[-36.417,-6.33],[-28.981,34.402],[-43.715,75.248],[-43.64,75.248]]}],"e":[{"i":[[-1.81,1.749],[-2.36,0.033],[-3.6,-9.32],[-2.482,-13.756],[0,0],[2.423,-6.614],[8.066,-0.763],[0.492,0.237]],"o":[[0.242,0.033],[7.779,-0.109],[14.167,36.673],[0,0],[3.268,16.065],[-6.167,16.833],[-1.943,0.184],[-0.698,-2.846]],"v":[[-43.64,-76.548],[-36.288,-76.048],[-16.816,-54.188],[-14.667,-0.009],[-14.667,0.42],[-15.732,34.902],[-40.715,74.998],[-43.64,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":16,"s":[{"i":[[-1.81,1.749],[-2.36,0.033],[-3.6,-9.32],[-2.482,-13.756],[0,0],[2.423,-6.614],[8.066,-0.763],[0.492,0.237]],"o":[[0.242,0.033],[7.779,-0.109],[14.167,36.673],[0,0],[3.268,16.065],[-6.167,16.833],[-1.943,0.184],[-0.698,-2.846]],"v":[[-43.64,-76.548],[-36.288,-76.048],[-16.816,-54.188],[-14.667,-0.009],[-14.667,0.42],[-15.732,34.902],[-40.715,74.998],[-43.64,75.248]]}],"e":[{"i":[[-2.26,1.108],[-12.797,2.457],[-3.583,-9.327],[-2.482,-13.756],[0,0],[-3.167,-7.667],[20.066,-1.013],[0.492,0.237]],"o":[[2.992,-1.467],[7.64,-1.467],[9.719,25.301],[0,0],[3.268,16.065],[6.551,15.86],[-19.927,1.006],[-0.698,-2.846]],"v":[[-43.64,-76.548],[-14.288,-76.298],[11.934,-60.688],[14.833,-1.259],[14.833,-0.83],[21.018,23.152],[-2.464,75.248],[-43.64,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":18,"s":[{"i":[[-2.26,1.108],[-12.797,2.457],[-3.583,-9.327],[-2.482,-13.756],[0,0],[-3.167,-7.667],[20.066,-1.013],[0.492,0.237]],"o":[[2.992,-1.467],[7.64,-1.467],[9.719,25.301],[0,0],[3.268,16.065],[6.551,15.86],[-19.927,1.006],[-0.698,-2.846]],"v":[[-43.64,-76.548],[-14.288,-76.298],[11.934,-60.688],[14.833,-1.259],[14.833,-0.83],[21.018,23.152],[-2.464,75.248],[-43.64,75.248]]}],"e":[{"i":[[-2.284,1.057],[-12.61,3.283],[-3.333,-14.827],[-2.482,-13.756],[0,0],[-3.167,-7.667],[27.816,2.987],[2.186,1.951]],"o":[[7.492,-3.467],[18.213,-4.742],[5.944,26.444],[0,0],[3.268,16.065],[6.551,15.86],[-19.838,-2.13],[-2.187,-1.951]],"v":[[-43.64,-76.548],[-14.288,-76.298],[21.934,-58.438],[21.833,-1.259],[21.833,-0.83],[34.268,28.402],[-1.964,76.998],[-43.64,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[{"i":[[-2.284,1.057],[-12.61,3.283],[-3.333,-14.827],[-2.482,-13.756],[0,0],[-3.167,-7.667],[27.816,2.987],[2.186,1.951]],"o":[[7.492,-3.467],[18.213,-4.742],[5.944,26.444],[0,0],[3.268,16.065],[6.551,15.86],[-19.838,-2.13],[-2.187,-1.951]],"v":[[-43.64,-76.548],[-14.288,-76.298],[21.934,-58.438],[21.833,-1.259],[21.833,-0.83],[34.268,28.402],[-1.964,76.998],[-43.64,75.248]]}],"e":[{"i":[[-2.211,1.203],[-18.212,4.75],[-3.333,-14.827],[2.518,-18.006],[0,0],[-3.831,-19.346],[26.503,4.393],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[5.944,26.444],[0,0],[-1.149,21.088],[3.333,16.833],[-19.684,-3.263],[-2.187,-1.951]],"v":[[-41.39,-76.548],[-2.288,-76.798],[34.184,-57.438],[35.833,-4.259],[35.833,-3.83],[44.768,25.902],[20.036,75.498],[-41.39,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":22,"s":[{"i":[[-2.211,1.203],[-18.212,4.75],[-3.333,-14.827],[2.518,-18.006],[0,0],[-3.831,-19.346],[26.503,4.393],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[5.944,26.444],[0,0],[-1.149,21.088],[3.333,16.833],[-19.684,-3.263],[-2.187,-1.951]],"v":[[-41.39,-76.548],[-2.288,-76.798],[34.184,-57.438],[35.833,-4.259],[35.833,-3.83],[44.768,25.902],[20.036,75.498],[-41.39,75.248]]}],"e":[{"i":[[-2.211,1.203],[-18.212,4.75],[-4.333,-30.827],[0.518,-15.696],[0,0],[-0.27,-19.72],[25.863,7.267],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[3.772,26.84],[0,0],[-1.149,21.088],[0.333,24.325],[-25.863,-7.268],[-2.187,-1.951]],"v":[[-42.14,-76.548],[13.961,-76.548],[40.185,-50.938],[35.833,-5.009],[35.833,-4.58],[48.518,32.902],[19.535,75.248],[-42.14,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":24,"s":[{"i":[[-2.211,1.203],[-18.212,4.75],[-4.333,-30.827],[0.518,-15.696],[0,0],[-0.27,-19.72],[25.863,7.267],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[3.772,26.84],[0,0],[-1.149,21.088],[0.333,24.325],[-25.863,-7.268],[-2.187,-1.951]],"v":[[-42.14,-76.548],[13.961,-76.548],[40.185,-50.938],[35.833,-5.009],[35.833,-4.58],[48.518,32.902],[19.535,75.248],[-42.14,75.248]]}],"e":[{"i":[[-2.211,1.203],[-18.212,4.75],[0.182,-35.577],[0.518,-15.696],[0,0],[-0.27,-19.72],[20.316,5.987],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[-0.138,27.103],[0,0],[-1.149,21.088],[0.333,24.325],[-25.769,-7.594],[-2.187,-1.951]],"v":[[-41.89,-74.548],[13.961,-76.548],[50.185,-46.938],[43.333,-4.509],[43.333,-4.08],[52.518,32.402],[19.535,75.248],[-42.89,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":26,"s":[{"i":[[-2.211,1.203],[-18.212,4.75],[0.182,-35.577],[0.518,-15.696],[0,0],[-0.27,-19.72],[20.316,5.987],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[-0.138,27.103],[0,0],[-1.149,21.088],[0.333,24.325],[-25.769,-7.594],[-2.187,-1.951]],"v":[[-41.89,-74.548],[13.961,-76.548],[50.185,-46.938],[43.333,-4.509],[43.333,-4.08],[52.518,32.402],[19.535,75.248],[-42.89,75.248]]}],"e":[{"i":[[10.992,53.783],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.557,2.877]],"o":[[-0.714,-3.493],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-7.258,-37.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[70.935,-35.188],[52.583,-4.759],[52.583,-4.33],[79.269,35.902],[27.035,75.748],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":32,"s":[{"i":[[10.992,53.783],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.557,2.877]],"o":[[-0.714,-3.493],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-7.258,-37.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[70.935,-35.188],[52.583,-4.759],[52.583,-4.33],[79.269,35.902],[27.035,75.748],[-42.89,75.248]]}],"e":[{"i":[[5.992,48.283],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.433,2.898]],"o":[[-0.439,-3.538],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-5.758,-38.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[70.685,-35.188],[52.583,-4.759],[52.583,-4.33],[79.019,35.902],[27.035,75.748],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":36,"s":[{"i":[[5.992,48.283],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.433,2.898]],"o":[[-0.439,-3.538],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-5.758,-38.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[70.685,-35.188],[52.583,-4.759],[52.583,-4.33],[79.019,35.902],[27.035,75.748],[-42.89,75.248]]}],"e":[{"i":[[-4.008,47.283],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[-0.284,2.916]],"o":[[0.301,-3.552],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[4.242,-43.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[66.685,-34.188],[47.083,-4.259],[47.083,-3.83],[75.019,36.902],[27.035,75.748],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":39,"s":[{"i":[[-4.008,47.283],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[-0.284,2.916]],"o":[[0.301,-3.552],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[4.242,-43.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[66.685,-34.188],[47.083,-4.259],[47.083,-3.83],[75.019,36.902],[27.035,75.748],[-42.89,75.248]]}],"e":[{"i":[[7.992,47.783],[-23.325,-3.498],[0.795,-21.872],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.34,2.91]],"o":[[-0.588,-3.516],[21.89,3.283],[-0.833,22.923],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-5.258,-45.013]],"v":[[-43.14,-75.548],[25.962,-75.048],[63.685,-37.688],[44.083,-5.259],[44.083,-4.83],[71.019,37.402],[24.035,75.248],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":42,"s":[{"i":[[7.992,47.783],[-23.325,-3.498],[0.795,-21.872],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.34,2.91]],"o":[[-0.588,-3.516],[21.89,3.283],[-0.833,22.923],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-5.258,-45.013]],"v":[[-43.14,-75.548],[25.962,-75.048],[63.685,-37.688],[44.083,-5.259],[44.083,-4.83],[71.019,37.402],[24.035,75.248],[-42.89,75.248]]}],"e":[{"i":[[11.992,50.283],[-23.514,1.844],[0.795,-21.872],[-1.107,-6.756],[0,0],[2.104,-37.626],[24.436,-1.757],[0.608,2.866]],"o":[[-0.827,-3.468],[21.89,-1.717],[-0.833,22.923],[0,0],[-0.232,9.565],[-1.417,25.333],[-20.684,1.487],[-9.758,-46.013]],"v":[[-43.14,-75.548],[22.962,-78.548],[61.685,-42.188],[44.333,-6.759],[44.333,-6.33],[72.519,33.902],[24.035,72.748],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":44,"s":[{"i":[[11.992,50.283],[-23.514,1.844],[0.795,-21.872],[-1.107,-6.756],[0,0],[2.104,-37.626],[24.436,-1.757],[0.608,2.866]],"o":[[-0.827,-3.468],[21.89,-1.717],[-0.833,22.923],[0,0],[-0.232,9.565],[-1.417,25.333],[-20.684,1.487],[-9.758,-46.013]],"v":[[-43.14,-75.548],[22.962,-78.548],[61.685,-42.188],[44.333,-6.759],[44.333,-6.33],[72.519,33.902],[24.035,72.748],[-42.89,75.248]]}],"e":[{"i":[[-0.008,1.283],[-23.583,-0.378],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[-0.008,0.487]],"o":[[0.242,-0.467],[17.64,0.283],[-1.583,25.173],[0,0],[-0.232,-0.935],[-1.417,25.333],[-20.684,1.487],[0.014,-2.145]],"v":[[-43.14,-75.548],[32.462,-75.548],[68.685,-34.688],[47.083,-2.759],[47.083,-2.33],[76.519,37.402],[27.035,75.748],[-42.89,75.248]]}]},{"t":49}]},"nm":"Path 3"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[52.977,108.888]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 14"}],"bounds":{"l":7,"t":29,"b":187,"r":133},"ip":14,"op":49,"st":14}]},{"id":"comp_55","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"sombraRed","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[69.023,162.838,0]},"a":{"k":[6.851,109.462,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[-0.609,-10.588],[6.732,-46.911],[-1.622,32.611],[0.01,0.659]],"o":[[0.666,11.583],[3.732,-7.411],[0.764,-15.371],[-2.006,0.928]],"v":[[-75.89,-30.068],[-75.956,20.426],[-60.988,-31.614],[-68.967,-62.913]]}],"e":[{"i":[[-5.334,-9.167],[21.982,-38.911],[-15.236,28.879],[0.01,0.659]],"o":[[7.423,12.759],[11.232,0.089],[14.957,-28.351],[-27.006,3.428]],"v":[[-69.64,-37.318],[-75.956,19.176],[-48.488,-17.364],[-47.967,-57.163]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[-5.334,-9.167],[21.982,-38.911],[-15.236,28.879],[0.01,0.659]],"o":[[7.423,12.759],[11.232,0.089],[14.957,-28.351],[-27.006,3.428]],"v":[[-69.64,-37.318],[-75.956,19.176],[-48.488,-17.364],[-47.967,-57.163]]}],"e":[{"i":[[13.898,-29.258],[23.732,-10.411],[-15.236,28.879],[0.01,0.659]],"o":[[-6.334,13.333],[16.482,-0.161],[14.957,-28.351],[-2.506,23.428]],"v":[[-59.14,-18.818],[-62.956,19.926],[-8.488,0.386],[-16.717,-52.913]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[13.898,-29.258],[23.732,-10.411],[-15.236,28.879],[0.01,0.659]],"o":[[-6.334,13.333],[16.482,-0.161],[14.957,-28.351],[-2.506,23.428]],"v":[[-59.14,-18.818],[-62.956,19.926],[-8.488,0.386],[-16.717,-52.913]]}],"e":[{"i":[[12.417,-9.167],[11.483,-4.661],[-15.702,18.195],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[13.265,-15.371],[0.744,11.678]],"v":[[-35.39,-11.068],[-53.956,19.426],[-5.738,10.136],[3.283,-26.163]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[12.417,-9.167],[11.483,-4.661],[-15.702,18.195],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[13.265,-15.371],[0.744,11.678]],"v":[[-35.39,-11.068],[-53.956,19.426],[-5.738,10.136],[3.283,-26.163]]}],"e":[{"i":[[12.417,-9.167],[11.483,-4.661],[-9.485,14.629],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[9.147,-14.108],[-0.506,16.428]],"v":[[-5.39,-5.068],[-32.706,17.176],[9.762,12.386],[13.783,-26.663]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[12.417,-9.167],[11.483,-4.661],[-9.485,14.629],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[9.147,-14.108],[-0.506,16.428]],"v":[[-5.39,-5.068],[-32.706,17.176],[9.762,12.386],[13.783,-26.663]]}],"e":[{"i":[[12.417,-9.167],[11.483,-4.661],[-9.485,14.629],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[9.147,-14.108],[-0.506,16.428]],"v":[[-6.64,-5.068],[-21.456,14.926],[10.262,13.136],[16.533,-21.163]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[12.417,-9.167],[11.483,-4.661],[-9.485,14.629],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[9.147,-14.108],[-0.506,16.428]],"v":[[-6.64,-5.068],[-21.456,14.926],[10.262,13.136],[16.533,-21.163]]}],"e":[{"i":[[5.222,-6.272],[9.732,0.589],[-15.236,14.129],[0.01,0.659]],"o":[[-5.89,7.073],[2.732,1.339],[12.329,-11.433],[-1.256,9.428]],"v":[[9.11,2.932],[-22.956,15.926],[13.262,13.136],[20.533,-21.413]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[5.222,-6.272],[9.732,0.589],[-15.236,14.129],[0.01,0.659]],"o":[[-5.89,7.073],[2.732,1.339],[12.329,-11.433],[-1.256,9.428]],"v":[[9.11,2.932],[-22.956,15.926],[13.262,13.136],[20.533,-21.413]]}],"e":[{"i":[[5.219,-6.275],[14.915,5.331],[-15.367,15.336],[0.01,0.659]],"o":[[-5.886,7.077],[0.056,0.721],[10.26,-10.239],[-2.742,8.065]],"v":[[6.49,6.8],[-25.824,16.314],[11.767,13.004],[22.519,-18.8]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[5.219,-6.275],[14.915,5.331],[-15.367,15.336],[0.01,0.659]],"o":[[-5.886,7.077],[0.056,0.721],[10.26,-10.239],[-2.742,8.065]],"v":[[6.49,6.8],[-25.824,16.314],[11.767,13.004],[22.519,-18.8]]}],"e":[{"i":[[8.407,-10.403],[6.219,0.563],[-12.244,18.143],[0.011,0.659]],"o":[[-11.914,14.743],[0.469,0.313],[9.406,-13.937],[-1.728,8.702]],"v":[[15.87,8.168],[-16.693,17.952],[17.271,8.622],[27.255,-18.937]]}]},{"t":24}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[171,51,38,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[82.052,165.109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 12"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[-0.264,-5.336],[0.555,-15.505],[-2.639,-8.138],[2.695,12.744],[4.067,-0.057]],"o":[[0.175,3.521],[-0.432,12.092],[2.611,-1.888],[-0.333,-1.577],[-1.683,-1.557]],"v":[[-81.496,-11.618],[-82.139,18.061],[-75.682,41.041],[-73.488,-15.77],[-81.888,-25.04]]}],"e":[{"i":[[-8.575,-11.229],[0.818,-7.408],[-9.389,-24.888],[2.695,12.744],[18.067,2.443]],"o":[[7.595,9.944],[-1.861,16.862],[2.611,-1.888],[-0.333,-1.577],[-13.183,0.193]],"v":[[-75.996,-12.368],[-80.139,16.561],[-51.682,35.291],[-49.488,1.98],[-65.138,-25.29]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[-8.575,-11.229],[0.818,-7.408],[-9.389,-24.888],[2.695,12.744],[18.067,2.443]],"o":[[7.595,9.944],[-1.861,16.862],[2.611,-1.888],[-0.333,-1.577],[-13.183,0.193]],"v":[[-75.996,-12.368],[-80.139,16.561],[-51.682,35.291],[-49.488,1.98],[-65.138,-25.29]]}],"e":[{"i":[[4.425,-5.979],[-1.695,-4.426],[-39.139,-22.888],[3.917,12.423],[18.067,2.443]],"o":[[-7.444,10.058],[6.068,15.842],[0.611,-6.138],[-3.511,-11.135],[-13.183,0.193]],"v":[[-77.246,-17.868],[-80.139,16.561],[-24.432,38.791],[-23.738,-7.52],[-49.888,-27.29]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[4.425,-5.979],[-1.695,-4.426],[-39.139,-22.888],[3.917,12.423],[18.067,2.443]],"o":[[-7.444,10.058],[6.068,15.842],[0.611,-6.138],[-3.511,-11.135],[-13.183,0.193]],"v":[[-77.246,-17.868],[-80.139,16.561],[-24.432,38.791],[-23.738,-7.52],[-49.888,-27.29]]}],"e":[{"i":[[4.425,-5.979],[-2.682,-3.908],[-15.389,-19.388],[2.111,8.439],[13.567,1.943]],"o":[[-7.444,10.058],[7.339,10.693],[0.611,-6.138],[-2.833,-11.327],[-4.683,1.193]],"v":[[-64.996,-18.368],[-66.139,5.311],[-16.932,25.041],[-14.238,-4.02],[-40.388,-28.54]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[4.425,-5.979],[-2.682,-3.908],[-15.389,-19.388],[2.111,8.439],[13.567,1.943]],"o":[[-7.444,10.058],[7.339,10.693],[0.611,-6.138],[-2.833,-11.327],[-4.683,1.193]],"v":[[-64.996,-18.368],[-66.139,5.311],[-16.932,25.041],[-14.238,-4.02],[-40.388,-28.54]]}],"e":[{"i":[[4.425,-5.979],[-5.706,-2.579],[-4.639,-12.138],[2.111,8.439],[13.567,1.943]],"o":[[-7.444,10.058],[11.818,5.342],[0.611,-6.138],[-2.833,-11.327],[-4.683,1.193]],"v":[[-39.996,-15.868],[-34.389,3.811],[-0.932,29.541],[0.262,-3.52],[-25.888,-28.04]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[4.425,-5.979],[-5.706,-2.579],[-4.639,-12.138],[2.111,8.439],[13.567,1.943]],"o":[[-7.444,10.058],[11.818,5.342],[0.611,-6.138],[-2.833,-11.327],[-4.683,1.193]],"v":[[-39.996,-15.868],[-34.389,3.811],[-0.932,29.541],[0.262,-3.52],[-25.888,-28.04]]}],"e":[{"i":[[1.732,-4.409],[-1.377,-2.052],[0.54,-13.855],[0.667,8.673],[11.493,0.324]],"o":[[-4.575,11.646],[7.193,10.717],[3.111,-5.388],[-0.945,-12.292],[-4.683,1.193]],"v":[[-18.746,-20.618],[-14.139,-0.939],[-0.432,28.291],[3.012,-2.27],[-8.638,-29.79]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[1.732,-4.409],[-1.377,-2.052],[0.54,-13.855],[0.667,8.673],[11.493,0.324]],"o":[[-4.575,11.646],[7.193,10.717],[3.111,-5.388],[-0.945,-12.292],[-4.683,1.193]],"v":[[-18.746,-20.618],[-14.139,-0.939],[-0.432,28.291],[3.012,-2.27],[-8.638,-29.79]]}],"e":[{"i":[[-0.904,-0.714],[-1.814,-6.586],[0.54,-13.855],[-0.079,15.386],[13.067,-0.307]],"o":[[4.3,3.396],[3.724,13.522],[1.835,-5.644],[0.126,-24.769],[1.041,0.415]],"v":[[-4.871,-26.493],[5.486,-11.814],[7.568,29.791],[12.262,1.73],[-10.638,-28.79]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[-0.904,-0.714],[-1.814,-6.586],[0.54,-13.855],[-0.079,15.386],[13.067,-0.307]],"o":[[4.3,3.396],[3.724,13.522],[1.835,-5.644],[0.126,-24.769],[1.041,0.415]],"v":[[-4.871,-26.493],[5.486,-11.814],[7.568,29.791],[12.262,1.73],[-10.638,-28.79]]}],"e":[{"i":[[-1.03,-0.494],[-1.814,-6.586],[0.861,-13.263],[0.886,15.361],[16.817,0.068]],"o":[[6.927,3.215],[3.724,13.522],[1.835,-5.644],[-1.583,-27.452],[1.041,0.415]],"v":[[-6.621,-25.993],[7.486,-10.814],[8.568,30.416],[13.762,4.355],[-13.138,-28.165]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[-1.03,-0.494],[-1.814,-6.586],[0.861,-13.263],[0.886,15.361],[16.817,0.068]],"o":[[6.927,3.215],[3.724,13.522],[1.835,-5.644],[-1.583,-27.452],[1.041,0.415]],"v":[[-6.621,-25.993],[7.486,-10.814],[8.568,30.416],[13.762,4.355],[-13.138,-28.165]]}],"e":[{"i":[[-1.094,-0.36],[-1.339,-6.699],[3.611,-13.138],[-0.079,15.386],[11.493,0.324]],"o":[[8.05,2.646],[1.693,8.467],[1.835,-5.644],[0.126,-24.769],[1.041,0.415]],"v":[[0.879,-23.744],[12.986,-6.815],[11.068,31.791],[16.512,6.98],[-4.138,-25.041]]}]},{"t":24}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[171,51,38,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[89.15,59.721]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 13"}],"bounds":{"l":6,"t":29,"b":188,"r":110},"ip":10,"op":24,"st":10},{"ddd":0,"ind":1,"ty":4,"nm":"00","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[744.41,161.975,0]},"a":{"k":[675.727,77.648,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[-4.79,2.358],[0,6.935],[5.072,2.217],[11.149,0],[0,0]],"o":[[0,0],[9.574,0],[4.787,-2.358],[0,-6.93],[-5.075,-2.214],[0,0],[0,0]],"v":[[-26.372,46.632],[-3.431,46.632],[18.116,43.094],[25.298,29.158],[17.688,15.437],[-6.647,12.113],[-26.372,12.113]]}},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[-4.502,2.004],[0,6.646],[4.144,2.144],[9.862,0],[0,0]],"o":[[0,0],[9.289,0],[4.503,-2],[0,-6.647],[-4.147,-2.144],[0,0],[0,0]],"v":[[-26.372,-14.258],[-10.506,-14.258],[10.184,-17.26],[16.938,-30.23],[10.719,-43.417],[-10.292,-46.633],[-26.372,-46.633]]}},"nm":"Path 2"},{"ind":2,"ty":"sh","closed":true,"ks":{"k":{"i":[[20.582,0],[0,0],[0,0],[0,0],[-7.363,-2.429],[-3.718,-4.143],[0,-9.719],[7.575,-5.715],[0.999,-0.499],[2.573,-1.143],[-5.505,-6.359],[0,-9.434],[7.145,-8.004]],"o":[[0,0],[0,0],[0,0],[10.147,0],[7.36,2.432],[6.717,7.719],[0,11.721],[-2.573,2.004],[-1.001,0.503],[9.29,2.003],[5.5,6.362],[0,10.436],[-8.291,9.292]],"v":[[5.788,74.933],[-59.818,74.933],[-59.818,-74.933],[-1.501,-74.933],[24.762,-71.288],[41.379,-61.426],[51.456,-35.269],[40.092,-9.113],[34.732,-5.361],[29.372,-2.895],[51.564,9.647],[59.818,33.339],[49.098,60.997]]}},"nm":"Path 3"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[204,69,51,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[60.067,78.614]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":3,"b":154,"r":120},"ip":45,"op":6267,"st":-33},{"ddd":0,"ind":2,"ty":4,"nm":"B_red 3","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[127.023,160.838,0]},"a":{"k":[67.851,106.462,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":10,"s":[{"i":[[0,0],[-0.433,1.731],[0.142,3.939],[1.004,1.232],[0,0]],"o":[[0.553,0.038],[0.653,-2.61],[-0.159,-4.417],[-0.591,-0.726],[0,0]],"v":[[-39.329,46.697],[-38.401,46.697],[-37.54,33.902],[-39.088,21.003],[-39.944,21.679]]}],"e":[{"i":[[0,0],[-1.408,1.731],[0.462,3.939],[3.262,1.232],[0,0]],"o":[[1.796,0.038],[2.123,-2.61],[-0.518,-4.417],[-1.922,-0.726],[0,0]],"v":[[-26.444,38.947],[-23.428,38.947],[-20.63,26.152],[-25.66,13.253],[-28.444,13.929]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":12,"s":[{"i":[[0,0],[-1.408,1.731],[0.462,3.939],[3.262,1.232],[0,0]],"o":[[1.796,0.038],[2.123,-2.61],[-0.518,-4.417],[-1.922,-0.726],[0,0]],"v":[[-26.444,38.947],[-23.428,38.947],[-20.63,26.152],[-25.66,13.253],[-28.444,13.929]]}],"e":[{"i":[[0,0],[-1.408,1.731],[0.462,3.939],[3.262,1.232],[0,0]],"o":[[1.796,0.038],[2.123,-2.61],[-0.518,-4.417],[-1.922,-0.726],[0,0]],"v":[[-13.694,45.197],[-2.428,39.947],[0.37,27.152],[-4.66,14.253],[-13.444,11.179]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":14,"s":[{"i":[[0,0],[-1.408,1.731],[0.462,3.939],[3.262,1.232],[0,0]],"o":[[1.796,0.038],[2.123,-2.61],[-0.518,-4.417],[-1.922,-0.726],[0,0]],"v":[[-13.694,45.197],[-2.428,39.947],[0.37,27.152],[-4.66,14.253],[-13.444,11.179]]}],"e":[{"i":[[0,0],[-5.47,5.788],[-1.088,13.248],[12.142,-3.71],[0,0]],"o":[[0,0],[7.271,-7.694],[0.732,-8.917],[-6.488,1.982],[0,0]],"v":[[-14.194,49.197],[0.572,43.697],[16.62,27.152],[2.09,19.503],[-13.944,15.179]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":16,"s":[{"i":[[0,0],[-5.47,5.788],[-1.088,13.248],[12.142,-3.71],[0,0]],"o":[[0,0],[7.271,-7.694],[0.732,-8.917],[-6.488,1.982],[0,0]],"v":[[-14.194,49.197],[0.572,43.697],[16.62,27.152],[2.09,19.503],[-13.944,15.179]]}],"e":[{"i":[[0,0],[-8.351,-6.505],[-1.088,13.248],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0.732,-8.917],[-12.639,5.221],[0,0]],"v":[[-10.444,46.947],[10.322,44.447],[28.12,27.152],[9.34,19.753],[-10.444,12.429]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":18,"s":[{"i":[[0,0],[-8.351,-6.505],[-1.088,13.248],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0.732,-8.917],[-12.639,5.221],[0,0]],"v":[[-10.444,46.947],[10.322,44.447],[28.12,27.152],[9.34,19.753],[-10.444,12.429]]}],"e":[{"i":[[0,0],[-8.351,-6.505],[0,13.293],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0,-14.365],[-12.639,5.221],[0,0]],"v":[[-7.194,46.947],[17.322,45.447],[36.12,29.652],[12.84,17.753],[-7.194,12.429]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[{"i":[[0,0],[-8.351,-6.505],[0,13.293],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0,-14.365],[-12.639,5.221],[0,0]],"v":[[-7.194,46.947],[17.322,45.447],[36.12,29.652],[12.84,17.753],[-7.194,12.429]]}],"e":[{"i":[[0,0],[-8.351,-6.505],[0,13.293],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0,-14.365],[-12.639,5.221],[0,0]],"v":[[-7.194,46.947],[20.822,46.947],[43.12,29.152],[17.84,15.753],[-7.194,12.429]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":22,"s":[{"i":[[0,0],[-8.351,-6.505],[0,13.293],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0,-14.365],[-12.639,5.221],[0,0]],"v":[[-7.194,46.947],[20.822,46.947],[43.12,29.152],[17.84,15.753],[-7.194,12.429]]}],"e":[{"i":[[0,0],[-8.652,5.496],[0,13.293],[11.512,-5.518],[0,0]],"o":[[0,0],[9.78,-6.212],[0,-14.365],[-12.332,5.911],[0,0]],"v":[[-3.444,46.447],[27.572,43.947],[50.87,29.652],[18.34,11.753],[-2.944,10.929]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":28,"s":[{"i":[[0,0],[-8.652,5.496],[0,13.293],[11.512,-5.518],[0,0]],"o":[[0,0],[9.78,-6.212],[0,-14.365],[-12.332,5.911],[0,0]],"v":[[-3.444,46.447],[27.572,43.947],[50.87,29.652],[18.34,11.753],[-2.944,10.929]]}],"e":[{"i":[[0,0],[-10.084,-1.841],[0,13.293],[13.762,3.482],[0,0]],"o":[[0,0],[12.53,2.288],[0,-14.365],[-13.257,-3.354],[0,0]],"v":[[-11.194,46.448],[21.822,43.947],[50.37,27.152],[12.59,11.753],[-10.694,10.93]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":32,"s":[{"i":[[0,0],[-10.084,-1.841],[0,13.293],[13.762,3.482],[0,0]],"o":[[0,0],[12.53,2.288],[0,-14.365],[-13.257,-3.354],[0,0]],"v":[[-11.194,46.448],[21.822,43.947],[50.37,27.152],[12.59,11.753],[-10.694,10.93]]}],"e":[{"i":[[0,0],[-10.084,-1.841],[0,13.293],[13.762,3.482],[0,0]],"o":[[0,0],[12.53,2.288],[0,-14.365],[-13.257,-3.354],[0,0]],"v":[[-12.194,46.448],[16.322,44.447],[40.87,29.152],[7.09,12.253],[-11.694,10.93]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":35,"s":[{"i":[[0,0],[-10.084,-1.841],[0,13.293],[13.762,3.482],[0,0]],"o":[[0,0],[12.53,2.288],[0,-14.365],[-13.257,-3.354],[0,0]],"v":[[-12.194,46.448],[16.322,44.447],[40.87,29.152],[7.09,12.253],[-11.694,10.93]]}],"e":[{"i":[[0,0],[-9.716,3.266],[0,13.293],[15.762,-2.018],[0,0]],"o":[[0,0],[12.53,-4.212],[0,-14.365],[-13.564,1.737],[0,0]],"v":[[-12.194,46.448],[11.822,42.947],[35.87,27.652],[7.59,10.753],[-11.694,10.93]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":38,"s":[{"i":[[0,0],[-9.716,3.266],[0,13.293],[15.762,-2.018],[0,0]],"o":[[0,0],[12.53,-4.212],[0,-14.365],[-13.564,1.737],[0,0]],"v":[[-12.194,46.448],[11.822,42.947],[35.87,27.652],[7.59,10.753],[-11.694,10.93]]}],"e":[{"i":[[0,0],[-10.034,4.574],[0,13.293],[15.262,-4.518],[0,0]],"o":[[0,0],[12.53,-5.712],[0,-14.365],[-13.112,3.882],[0,0]],"v":[[-11.694,40.948],[13.322,39.447],[36.37,19.652],[7.59,10.753],[-11.194,9.93]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":40,"s":[{"i":[[0,0],[-10.034,4.574],[0,13.293],[15.262,-4.518],[0,0]],"o":[[0,0],[12.53,-5.712],[0,-14.365],[-13.112,3.882],[0,0]],"v":[[-11.694,40.948],[13.322,39.447],[36.37,19.652],[7.59,10.753],[-11.194,9.93]]}],"e":[{"i":[[0,0],[-10.249,0.161],[0,13.293],[11.262,0.482],[0,0]],"o":[[0,0],[13.53,-0.212],[0,-14.365],[-13.662,-0.585],[0,0]],"v":[[-10.194,45.948],[15.822,46.447],[41.37,29.652],[14.59,11.753],[-9.694,12.43]]}]},{"t":45}]},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":10,"s":[{"i":[[0,0],[-0.692,2.11],[0.058,5.864],[0.866,1.732],[0,0]],"o":[[0,0],[0.591,-1.802],[-0.081,-8.134],[-0.969,-1.939],[0,0]],"v":[[-42.194,-29.872],[-39.601,-35.625],[-38.957,-48.631],[-39.903,-61.247],[-41.776,-62.247]]}],"e":[{"i":[[0,0],[-1.653,2.11],[0.139,5.864],[2.069,1.732],[0,0]],"o":[[0,0],[1.412,-1.802],[-0.193,-8.134],[-2.316,-1.939],[0,0]],"v":[[-31.944,-18.622],[-25.746,-24.375],[-24.206,-37.381],[-26.467,-49.997],[-30.944,-50.997]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":12,"s":[{"i":[[0,0],[-1.653,2.11],[0.139,5.864],[2.069,1.732],[0,0]],"o":[[0,0],[1.412,-1.802],[-0.193,-8.134],[-2.316,-1.939],[0,0]],"v":[[-31.944,-18.622],[-25.746,-24.375],[-24.206,-37.381],[-26.467,-49.997],[-30.944,-50.997]]}],"e":[{"i":[[0,0],[-1.653,2.11],[0.139,5.864],[2.069,1.732],[0,0]],"o":[[0,0],[1.412,-1.802],[-0.193,-8.134],[-2.316,-1.939],[0,0]],"v":[[-15.694,-15.872],[-5.996,-21.125],[-1.456,-33.631],[-6.717,-46.747],[-15.194,-48.247]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":14,"s":[{"i":[[0,0],[-1.653,2.11],[0.139,5.864],[2.069,1.732],[0,0]],"o":[[0,0],[1.412,-1.802],[-0.193,-8.134],[-2.316,-1.939],[0,0]],"v":[[-15.694,-15.872],[-5.996,-21.125],[-1.456,-33.631],[-6.717,-46.747],[-15.194,-48.247]]}],"e":[{"i":[[0,0],[-2.844,6.53],[-1.693,5.616],[10.069,-5.018],[0,0]],"o":[[0,0],[2.347,-5.39],[2.054,-6.814],[-8.016,3.995],[0,0]],"v":[[-15.194,-15.372],[0.254,-21.125],[9.294,-29.631],[0.033,-44.247],[-14.194,-47.747]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":16,"s":[{"i":[[0,0],[-2.844,6.53],[-1.693,5.616],[10.069,-5.018],[0,0]],"o":[[0,0],[2.347,-5.39],[2.054,-6.814],[-8.016,3.995],[0,0]],"v":[[-15.194,-15.372],[0.254,-21.125],[9.294,-29.631],[0.033,-44.247],[-14.194,-47.747]]}],"e":[{"i":[[0,0],[-3.065,11.673],[-4.193,2.116],[7.045,-7.388],[0,0]],"o":[[0,0],[2.597,-9.89],[11.293,-5.7],[-6.181,6.482],[0,0]],"v":[[-10.444,-15.872],[10.754,-18.875],[22.044,-30.381],[8.033,-46.747],[-10.444,-48.247]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":18,"s":[{"i":[[0,0],[-3.065,11.673],[-4.193,2.116],[7.045,-7.388],[0,0]],"o":[[0,0],[2.597,-9.89],[11.293,-5.7],[-6.181,6.482],[0,0]],"v":[[-10.444,-15.872],[10.754,-18.875],[22.044,-30.381],[8.033,-46.747],[-10.444,-48.247]]}],"e":[{"i":[[0,0],[-3.065,11.673],[1.307,10.616],[6.319,-8.018],[0,0]],"o":[[0,0],[2.597,-9.89],[-1.546,-12.555],[-7.387,9.373],[0,0]],"v":[[-7.194,-15.872],[16.254,-18.875],[29.544,-32.381],[13.533,-48.247],[-7.194,-48.247]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[{"i":[[0,0],[-3.065,11.673],[1.307,10.616],[6.319,-8.018],[0,0]],"o":[[0,0],[2.597,-9.89],[-1.546,-12.555],[-7.387,9.373],[0,0]],"v":[[-7.194,-15.872],[16.254,-18.875],[29.544,-32.381],[13.533,-48.247],[-7.194,-48.247]]}],"e":[{"i":[[0,0],[-7.132,9.736],[0,12.221],[10.692,-5.3],[0,0]],"o":[[0,0],[5.418,-7.395],[0,-12.65],[-10.693,5.3],[0,0]],"v":[[-7.194,-15.872],[16.254,-18.875],[36.044,-32.381],[13.533,-48.247],[-7.194,-48.247]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":22,"s":[{"i":[[0,0],[-7.132,9.736],[0,12.221],[10.692,-5.3],[0,0]],"o":[[0,0],[5.418,-7.395],[0,-12.65],[-10.693,5.3],[0,0]],"v":[[-7.194,-15.872],[16.254,-18.875],[36.044,-32.381],[13.533,-48.247],[-7.194,-48.247]]}],"e":[{"i":[[0,0],[-9.374,7.601],[0.557,12.616],[18.319,-6.518],[0,0]],"o":[[0,0],[10.347,-8.39],[-0.657,-14.87],[-11.244,4.001],[0,0]],"v":[[-3.319,-16.372],[21.004,-15.375],[46.795,-31.881],[18.033,-47.247],[-3.319,-48.265]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":28,"s":[{"i":[[0,0],[-9.374,7.601],[0.557,12.616],[18.319,-6.518],[0,0]],"o":[[0,0],[10.347,-8.39],[-0.657,-14.87],[-11.244,4.001],[0,0]],"v":[[-3.319,-16.372],[21.004,-15.375],[46.795,-31.881],[18.033,-47.247],[-3.319,-48.265]]}],"e":[{"i":[[0,0],[-11.376,-4.031],[0.557,12.616],[17.569,5.482],[0,0]],"o":[[0,0],[11.597,4.11],[-0.657,-14.87],[-11.393,-3.555],[0,0]],"v":[[-11.069,-16.371],[15.255,-15.375],[46.795,-34.381],[12.283,-47.247],[-11.069,-48.264]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":32,"s":[{"i":[[0,0],[-11.376,-4.031],[0.557,12.616],[17.569,5.482],[0,0]],"o":[[0,0],[11.597,4.11],[-0.657,-14.87],[-11.393,-3.555],[0,0]],"v":[[-11.069,-16.371],[15.255,-15.375],[46.795,-34.381],[12.283,-47.247],[-11.069,-48.264]]}],"e":[{"i":[[0,0],[-11.376,-4.031],[0.557,12.616],[17.569,5.482],[0,0]],"o":[[0,0],[11.597,4.11],[-0.657,-14.87],[-11.393,-3.555],[0,0]],"v":[[-12.069,-16.371],[9.755,-14.875],[34.795,-33.881],[6.783,-46.747],[-12.069,-48.264]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":35,"s":[{"i":[[0,0],[-11.376,-4.031],[0.557,12.616],[17.569,5.482],[0,0]],"o":[[0,0],[11.597,4.11],[-0.657,-14.87],[-11.393,-3.555],[0,0]],"v":[[-12.069,-16.371],[9.755,-14.875],[34.795,-33.881],[6.783,-46.747],[-12.069,-48.264]]}],"e":[{"i":[[0,0],[-11.738,2.805],[0.557,12.616],[15.069,-0.518],[0,0]],"o":[[0,0],[12.097,-2.89],[-0.657,-14.87],[-11.927,0.41],[0,0]],"v":[[-12.069,-16.371],[6.755,-16.375],[31.795,-35.381],[4.783,-47.247],[-12.069,-48.264]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":38,"s":[{"i":[[0,0],[-11.738,2.805],[0.557,12.616],[15.069,-0.518],[0,0]],"o":[[0,0],[12.097,-2.89],[-0.657,-14.87],[-11.927,0.41],[0,0]],"v":[[-12.069,-16.371],[6.755,-16.375],[31.795,-35.381],[4.783,-47.247],[-12.069,-48.264]]}],"e":[{"i":[[0,0],[-11.738,2.805],[0.557,12.616],[15.069,-0.518],[0,0]],"o":[[0,0],[12.097,-2.89],[-0.657,-14.87],[-11.927,0.41],[0,0]],"v":[[-13.569,-20.371],[6.755,-16.375],[29.795,-39.881],[4.783,-47.247],[-12.069,-48.264]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":40,"s":[{"i":[[0,0],[-11.738,2.805],[0.557,12.616],[15.069,-0.518],[0,0]],"o":[[0,0],[12.097,-2.89],[-0.657,-14.87],[-11.927,0.41],[0,0]],"v":[[-13.569,-20.371],[6.755,-16.375],[29.795,-39.881],[4.783,-47.247],[-12.069,-48.264]]}],"e":[{"i":[[0,0],[-12.068,-0.119],[0.557,12.616],[10.069,0.482],[0,0]],"o":[[0,0],[11.097,0.11],[-0.657,-14.87],[-5.029,-0.241],[0,0]],"v":[[-9.819,-15.121],[11.755,-14.875],[33.795,-31.381],[9.283,-47.747],[-8.569,-47.764]]}]},{"t":45}]},"nm":"Path 2"},{"ind":2,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":10,"s":[{"i":[[-1.81,1.749],[-0.86,-0.217],[-1.22,-9.917],[-2.482,-13.756],[0,0],[1.583,-5.417],[7.316,-11.263],[0.492,0.237]],"o":[[0.242,0.033],[7.39,-1.467],[0.667,5.423],[0,0],[3.268,16.065],[-2.041,6.984],[0.316,-0.513],[-0.698,-2.846]],"v":[[-43.64,-75.798],[-43.038,-75.798],[-32.816,-52.188],[-36.417,-6.759],[-36.417,-6.33],[-28.981,34.402],[-43.715,75.248],[-43.64,75.248]]}],"e":[{"i":[[-1.81,1.749],[-2.36,0.033],[-3.6,-9.32],[-2.482,-13.756],[0,0],[2.423,-6.614],[8.066,-0.763],[0.492,0.237]],"o":[[0.242,0.033],[7.779,-0.109],[14.167,36.673],[0,0],[3.268,16.065],[-6.167,16.833],[-1.943,0.184],[-0.698,-2.846]],"v":[[-43.64,-76.548],[-36.288,-76.048],[-16.816,-54.188],[-14.667,-0.009],[-14.667,0.42],[-15.732,34.902],[-40.715,74.998],[-43.64,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":12,"s":[{"i":[[-1.81,1.749],[-2.36,0.033],[-3.6,-9.32],[-2.482,-13.756],[0,0],[2.423,-6.614],[8.066,-0.763],[0.492,0.237]],"o":[[0.242,0.033],[7.779,-0.109],[14.167,36.673],[0,0],[3.268,16.065],[-6.167,16.833],[-1.943,0.184],[-0.698,-2.846]],"v":[[-43.64,-76.548],[-36.288,-76.048],[-16.816,-54.188],[-14.667,-0.009],[-14.667,0.42],[-15.732,34.902],[-40.715,74.998],[-43.64,75.248]]}],"e":[{"i":[[-2.26,1.108],[-12.797,2.457],[-3.583,-9.327],[-2.482,-13.756],[0,0],[-3.167,-7.667],[20.066,-1.013],[0.492,0.237]],"o":[[2.992,-1.467],[7.64,-1.467],[9.719,25.301],[0,0],[3.268,16.065],[6.551,15.86],[-19.927,1.006],[-0.698,-2.846]],"v":[[-43.64,-76.548],[-14.288,-76.298],[11.934,-60.688],[14.833,-1.259],[14.833,-0.83],[21.018,23.152],[-2.464,75.248],[-43.64,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":14,"s":[{"i":[[-2.26,1.108],[-12.797,2.457],[-3.583,-9.327],[-2.482,-13.756],[0,0],[-3.167,-7.667],[20.066,-1.013],[0.492,0.237]],"o":[[2.992,-1.467],[7.64,-1.467],[9.719,25.301],[0,0],[3.268,16.065],[6.551,15.86],[-19.927,1.006],[-0.698,-2.846]],"v":[[-43.64,-76.548],[-14.288,-76.298],[11.934,-60.688],[14.833,-1.259],[14.833,-0.83],[21.018,23.152],[-2.464,75.248],[-43.64,75.248]]}],"e":[{"i":[[-2.284,1.057],[-12.61,3.283],[-3.333,-14.827],[-2.482,-13.756],[0,0],[-3.167,-7.667],[27.816,2.987],[2.186,1.951]],"o":[[7.492,-3.467],[18.213,-4.742],[5.944,26.444],[0,0],[3.268,16.065],[6.551,15.86],[-19.838,-2.13],[-2.187,-1.951]],"v":[[-43.64,-76.548],[-14.288,-76.298],[21.934,-58.438],[21.833,-1.259],[21.833,-0.83],[34.268,28.402],[-1.964,76.998],[-43.64,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":16,"s":[{"i":[[-2.284,1.057],[-12.61,3.283],[-3.333,-14.827],[-2.482,-13.756],[0,0],[-3.167,-7.667],[27.816,2.987],[2.186,1.951]],"o":[[7.492,-3.467],[18.213,-4.742],[5.944,26.444],[0,0],[3.268,16.065],[6.551,15.86],[-19.838,-2.13],[-2.187,-1.951]],"v":[[-43.64,-76.548],[-14.288,-76.298],[21.934,-58.438],[21.833,-1.259],[21.833,-0.83],[34.268,28.402],[-1.964,76.998],[-43.64,75.248]]}],"e":[{"i":[[-2.211,1.203],[-18.212,4.75],[-3.333,-14.827],[2.518,-18.006],[0,0],[-3.831,-19.346],[26.503,4.393],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[5.944,26.444],[0,0],[-1.149,21.088],[3.333,16.833],[-19.684,-3.263],[-2.187,-1.951]],"v":[[-41.39,-76.548],[-2.288,-76.798],[34.184,-57.438],[35.833,-4.259],[35.833,-3.83],[44.768,25.902],[20.036,75.498],[-41.39,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":18,"s":[{"i":[[-2.211,1.203],[-18.212,4.75],[-3.333,-14.827],[2.518,-18.006],[0,0],[-3.831,-19.346],[26.503,4.393],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[5.944,26.444],[0,0],[-1.149,21.088],[3.333,16.833],[-19.684,-3.263],[-2.187,-1.951]],"v":[[-41.39,-76.548],[-2.288,-76.798],[34.184,-57.438],[35.833,-4.259],[35.833,-3.83],[44.768,25.902],[20.036,75.498],[-41.39,75.248]]}],"e":[{"i":[[-2.211,1.203],[-18.212,4.75],[-4.333,-30.827],[0.518,-15.696],[0,0],[-0.27,-19.72],[25.863,7.267],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[3.772,26.84],[0,0],[-1.149,21.088],[0.333,24.325],[-25.863,-7.268],[-2.187,-1.951]],"v":[[-42.14,-76.548],[13.961,-76.548],[40.185,-50.938],[35.833,-5.009],[35.833,-4.58],[48.518,32.902],[19.535,75.248],[-42.14,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[{"i":[[-2.211,1.203],[-18.212,4.75],[-4.333,-30.827],[0.518,-15.696],[0,0],[-0.27,-19.72],[25.863,7.267],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[3.772,26.84],[0,0],[-1.149,21.088],[0.333,24.325],[-25.863,-7.268],[-2.187,-1.951]],"v":[[-42.14,-76.548],[13.961,-76.548],[40.185,-50.938],[35.833,-5.009],[35.833,-4.58],[48.518,32.902],[19.535,75.248],[-42.14,75.248]]}],"e":[{"i":[[-2.211,1.203],[-18.212,4.75],[0.182,-35.577],[0.518,-15.696],[0,0],[-0.27,-19.72],[20.316,5.987],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[-0.138,27.103],[0,0],[-1.149,21.088],[0.333,24.325],[-25.769,-7.594],[-2.187,-1.951]],"v":[[-41.89,-74.548],[13.961,-76.548],[50.185,-46.938],[43.333,-4.509],[43.333,-4.08],[52.518,32.402],[19.535,75.248],[-42.89,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":22,"s":[{"i":[[-2.211,1.203],[-18.212,4.75],[0.182,-35.577],[0.518,-15.696],[0,0],[-0.27,-19.72],[20.316,5.987],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[-0.138,27.103],[0,0],[-1.149,21.088],[0.333,24.325],[-25.769,-7.594],[-2.187,-1.951]],"v":[[-41.89,-74.548],[13.961,-76.548],[50.185,-46.938],[43.333,-4.509],[43.333,-4.08],[52.518,32.402],[19.535,75.248],[-42.89,75.248]]}],"e":[{"i":[[10.992,53.783],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.557,2.877]],"o":[[-0.714,-3.493],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-7.258,-37.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[70.935,-35.188],[52.583,-4.759],[52.583,-4.33],[79.269,35.902],[27.035,75.748],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":28,"s":[{"i":[[10.992,53.783],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.557,2.877]],"o":[[-0.714,-3.493],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-7.258,-37.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[70.935,-35.188],[52.583,-4.759],[52.583,-4.33],[79.269,35.902],[27.035,75.748],[-42.89,75.248]]}],"e":[{"i":[[5.992,48.283],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.433,2.898]],"o":[[-0.439,-3.538],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-5.758,-38.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[70.685,-35.188],[52.583,-4.759],[52.583,-4.33],[79.019,35.902],[27.035,75.748],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":32,"s":[{"i":[[5.992,48.283],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.433,2.898]],"o":[[-0.439,-3.538],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-5.758,-38.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[70.685,-35.188],[52.583,-4.759],[52.583,-4.33],[79.019,35.902],[27.035,75.748],[-42.89,75.248]]}],"e":[{"i":[[-4.008,47.283],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[-0.284,2.916]],"o":[[0.301,-3.552],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[4.242,-43.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[66.685,-34.188],[47.083,-4.259],[47.083,-3.83],[75.019,36.902],[27.035,75.748],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":35,"s":[{"i":[[-4.008,47.283],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[-0.284,2.916]],"o":[[0.301,-3.552],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[4.242,-43.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[66.685,-34.188],[47.083,-4.259],[47.083,-3.83],[75.019,36.902],[27.035,75.748],[-42.89,75.248]]}],"e":[{"i":[[7.992,47.783],[-23.325,-3.498],[0.795,-21.872],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.34,2.91]],"o":[[-0.588,-3.516],[21.89,3.283],[-0.833,22.923],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-5.258,-45.013]],"v":[[-43.14,-75.548],[25.962,-75.048],[63.685,-37.688],[44.083,-5.259],[44.083,-4.83],[71.019,37.402],[24.035,75.248],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":38,"s":[{"i":[[7.992,47.783],[-23.325,-3.498],[0.795,-21.872],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.34,2.91]],"o":[[-0.588,-3.516],[21.89,3.283],[-0.833,22.923],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-5.258,-45.013]],"v":[[-43.14,-75.548],[25.962,-75.048],[63.685,-37.688],[44.083,-5.259],[44.083,-4.83],[71.019,37.402],[24.035,75.248],[-42.89,75.248]]}],"e":[{"i":[[11.992,50.283],[-23.514,1.844],[0.795,-21.872],[-1.107,-6.756],[0,0],[2.104,-37.626],[24.436,-1.757],[0.608,2.866]],"o":[[-0.827,-3.468],[21.89,-1.717],[-0.833,22.923],[0,0],[-0.232,9.565],[-1.417,25.333],[-20.684,1.487],[-9.758,-46.013]],"v":[[-43.14,-75.548],[22.962,-78.548],[61.685,-42.188],[44.333,-6.759],[44.333,-6.33],[72.519,33.902],[24.035,72.748],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":40,"s":[{"i":[[11.992,50.283],[-23.514,1.844],[0.795,-21.872],[-1.107,-6.756],[0,0],[2.104,-37.626],[24.436,-1.757],[0.608,2.866]],"o":[[-0.827,-3.468],[21.89,-1.717],[-0.833,22.923],[0,0],[-0.232,9.565],[-1.417,25.333],[-20.684,1.487],[-9.758,-46.013]],"v":[[-43.14,-75.548],[22.962,-78.548],[61.685,-42.188],[44.333,-6.759],[44.333,-6.33],[72.519,33.902],[24.035,72.748],[-42.89,75.248]]}],"e":[{"i":[[-0.008,1.283],[-23.583,-0.378],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[-0.008,0.487]],"o":[[0.242,-0.467],[17.64,0.283],[-1.583,25.173],[0,0],[-0.232,-0.935],[-1.417,25.333],[-20.684,1.487],[0.014,-2.145]],"v":[[-43.14,-75.548],[32.462,-75.548],[68.685,-34.688],[47.083,-2.759],[47.083,-2.33],[76.519,37.402],[27.035,75.748],[-42.89,75.248]]}]},{"t":45}]},"nm":"Path 3"},{"ty":"fl","fillEnabled":true,"c":{"k":[204,69,51,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[52.977,108.888]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 14"}],"bounds":{"l":7,"t":29,"b":187,"r":133},"ip":10,"op":45,"st":10}]},{"id":"comp_56","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"sombraRed 3","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[69.023,162.838,0]},"a":{"k":[6.851,109.462,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[-0.609,-10.588],[6.732,-46.911],[-1.622,32.611],[0.01,0.659]],"o":[[0.666,11.583],[3.732,-7.411],[0.764,-15.371],[-2.006,0.928]],"v":[[-75.89,-30.068],[-75.956,20.426],[-60.988,-31.614],[-68.967,-62.913]]}],"e":[{"i":[[-5.334,-9.167],[21.982,-38.911],[-15.236,28.879],[0.01,0.659]],"o":[[7.423,12.759],[11.232,0.089],[14.957,-28.351],[-27.006,3.428]],"v":[[-69.64,-37.318],[-75.956,19.176],[-48.488,-17.364],[-47.967,-57.163]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[-5.334,-9.167],[21.982,-38.911],[-15.236,28.879],[0.01,0.659]],"o":[[7.423,12.759],[11.232,0.089],[14.957,-28.351],[-27.006,3.428]],"v":[[-69.64,-37.318],[-75.956,19.176],[-48.488,-17.364],[-47.967,-57.163]]}],"e":[{"i":[[13.898,-29.258],[23.732,-10.411],[-15.236,28.879],[0.01,0.659]],"o":[[-6.334,13.333],[16.482,-0.161],[14.957,-28.351],[-2.506,23.428]],"v":[[-59.14,-18.818],[-62.956,19.926],[-8.488,0.386],[-16.717,-52.913]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[13.898,-29.258],[23.732,-10.411],[-15.236,28.879],[0.01,0.659]],"o":[[-6.334,13.333],[16.482,-0.161],[14.957,-28.351],[-2.506,23.428]],"v":[[-59.14,-18.818],[-62.956,19.926],[-8.488,0.386],[-16.717,-52.913]]}],"e":[{"i":[[12.417,-9.167],[11.483,-4.661],[-15.702,18.195],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[13.265,-15.371],[0.744,11.678]],"v":[[-35.39,-11.068],[-53.956,19.426],[-5.738,10.136],[3.283,-26.163]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[12.417,-9.167],[11.483,-4.661],[-15.702,18.195],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[13.265,-15.371],[0.744,11.678]],"v":[[-35.39,-11.068],[-53.956,19.426],[-5.738,10.136],[3.283,-26.163]]}],"e":[{"i":[[12.417,-9.167],[11.483,-4.661],[-9.485,14.629],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[9.147,-14.108],[-0.506,16.428]],"v":[[-5.39,-5.068],[-32.706,17.176],[9.762,12.386],[13.783,-26.663]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[12.417,-9.167],[11.483,-4.661],[-9.485,14.629],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[9.147,-14.108],[-0.506,16.428]],"v":[[-5.39,-5.068],[-32.706,17.176],[9.762,12.386],[13.783,-26.663]]}],"e":[{"i":[[12.417,-9.167],[11.483,-4.661],[-9.485,14.629],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[9.147,-14.108],[-0.506,16.428]],"v":[[-6.64,-5.068],[-21.456,14.926],[10.262,13.136],[16.533,-21.163]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[12.417,-9.167],[11.483,-4.661],[-9.485,14.629],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[9.147,-14.108],[-0.506,16.428]],"v":[[-6.64,-5.068],[-21.456,14.926],[10.262,13.136],[16.533,-21.163]]}],"e":[{"i":[[5.222,-6.272],[9.61,1.599],[-14.735,15.879],[0.01,0.659]],"o":[[-5.89,7.073],[-0.357,1.13],[11.437,-12.325],[-4.104,7.346]],"v":[[7.61,2.182],[-20.956,14.926],[12.762,12.386],[20.783,-19.663]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[5.222,-6.272],[9.61,1.599],[-14.735,15.879],[0.01,0.659]],"o":[[-5.89,7.073],[-0.357,1.13],[11.437,-12.325],[-4.104,7.346]],"v":[[7.61,2.182],[-20.956,14.926],[12.762,12.386],[20.783,-19.663]]}],"e":[{"i":[[5.219,-6.275],[14.915,5.331],[-13.853,12.7],[0.01,0.659]],"o":[[-5.886,7.077],[0.056,0.721],[9.26,-8.489],[-4.742,9.065]],"v":[[6.49,6.8],[-25.824,16.314],[11.267,13.754],[21.769,-15.55]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[5.219,-6.275],[14.915,5.331],[-13.853,12.7],[0.01,0.659]],"o":[[-5.886,7.077],[0.056,0.721],[9.26,-8.489],[-4.742,9.065]],"v":[[6.49,6.8],[-25.824,16.314],[11.267,13.754],[21.769,-15.55]]}],"e":[{"i":[[5.215,-6.278],[20.219,9.063],[-12.244,18.143],[0.011,0.659]],"o":[[-5.882,7.08],[0.469,0.313],[9.406,-13.937],[1.76,13.676]],"v":[[11.37,9.418],[-24.693,15.702],[11.771,9.122],[17.755,-20.937]]}]},{"t":16}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[210,175,26,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[82.052,165.109]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 12"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[-0.264,-5.336],[0.555,-15.505],[-2.639,-8.138],[2.695,12.744],[4.067,-0.057]],"o":[[0.175,3.521],[-0.432,12.092],[2.611,-1.888],[-0.333,-1.577],[-1.683,-1.557]],"v":[[-81.496,-11.618],[-82.139,18.061],[-75.682,41.041],[-73.488,-15.77],[-81.888,-25.04]]}],"e":[{"i":[[-8.575,-11.229],[0.818,-7.408],[-9.389,-24.888],[2.695,12.744],[18.067,2.443]],"o":[[7.595,9.944],[-1.861,16.862],[2.611,-1.888],[-0.333,-1.577],[-13.183,0.193]],"v":[[-75.996,-12.368],[-80.139,16.561],[-51.682,35.291],[-49.488,1.98],[-65.138,-25.29]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[-8.575,-11.229],[0.818,-7.408],[-9.389,-24.888],[2.695,12.744],[18.067,2.443]],"o":[[7.595,9.944],[-1.861,16.862],[2.611,-1.888],[-0.333,-1.577],[-13.183,0.193]],"v":[[-75.996,-12.368],[-80.139,16.561],[-51.682,35.291],[-49.488,1.98],[-65.138,-25.29]]}],"e":[{"i":[[4.425,-5.979],[-1.695,-4.426],[-39.139,-22.888],[3.917,12.423],[18.067,2.443]],"o":[[-7.444,10.058],[6.068,15.842],[0.611,-6.138],[-3.511,-11.135],[-13.183,0.193]],"v":[[-77.246,-17.868],[-80.139,16.561],[-24.432,38.791],[-23.738,-7.52],[-49.888,-27.29]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[4.425,-5.979],[-1.695,-4.426],[-39.139,-22.888],[3.917,12.423],[18.067,2.443]],"o":[[-7.444,10.058],[6.068,15.842],[0.611,-6.138],[-3.511,-11.135],[-13.183,0.193]],"v":[[-77.246,-17.868],[-80.139,16.561],[-24.432,38.791],[-23.738,-7.52],[-49.888,-27.29]]}],"e":[{"i":[[4.425,-5.979],[-2.682,-3.908],[-15.389,-19.388],[2.111,8.439],[13.567,1.943]],"o":[[-7.444,10.058],[7.339,10.693],[0.611,-6.138],[-2.833,-11.327],[-4.683,1.193]],"v":[[-64.996,-18.368],[-66.139,5.311],[-16.932,25.041],[-14.238,-4.02],[-40.388,-28.54]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[4.425,-5.979],[-2.682,-3.908],[-15.389,-19.388],[2.111,8.439],[13.567,1.943]],"o":[[-7.444,10.058],[7.339,10.693],[0.611,-6.138],[-2.833,-11.327],[-4.683,1.193]],"v":[[-64.996,-18.368],[-66.139,5.311],[-16.932,25.041],[-14.238,-4.02],[-40.388,-28.54]]}],"e":[{"i":[[4.425,-5.979],[-5.706,-2.579],[-4.639,-12.138],[2.111,8.439],[13.567,1.943]],"o":[[-7.444,10.058],[11.818,5.342],[0.611,-6.138],[-2.833,-11.327],[-4.683,1.193]],"v":[[-39.996,-15.868],[-34.389,3.811],[-0.932,29.541],[0.262,-3.52],[-25.888,-28.04]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[4.425,-5.979],[-5.706,-2.579],[-4.639,-12.138],[2.111,8.439],[13.567,1.943]],"o":[[-7.444,10.058],[11.818,5.342],[0.611,-6.138],[-2.833,-11.327],[-4.683,1.193]],"v":[[-39.996,-15.868],[-34.389,3.811],[-0.932,29.541],[0.262,-3.52],[-25.888,-28.04]]}],"e":[{"i":[[1.732,-4.409],[-1.377,-2.052],[0.54,-13.855],[0.667,8.673],[11.493,0.324]],"o":[[-4.575,11.646],[7.193,10.717],[3.111,-5.388],[-0.945,-12.292],[-4.683,1.193]],"v":[[-18.746,-20.618],[-14.139,-0.939],[-0.432,28.291],[3.012,-2.27],[-8.638,-29.79]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[1.732,-4.409],[-1.377,-2.052],[0.54,-13.855],[0.667,8.673],[11.493,0.324]],"o":[[-4.575,11.646],[7.193,10.717],[3.111,-5.388],[-0.945,-12.292],[-4.683,1.193]],"v":[[-18.746,-20.618],[-14.139,-0.939],[-0.432,28.291],[3.012,-2.27],[-8.638,-29.79]]}],"e":[{"i":[[-0.965,-0.629],[-1.814,-6.586],[0.54,-13.855],[-0.079,15.386],[11.493,0.324]],"o":[[5.804,3.783],[3.724,13.522],[1.835,-5.644],[0.126,-24.769],[1.041,0.415]],"v":[[-5.621,-28.243],[5.486,-11.814],[7.568,29.791],[11.512,2.23],[-8.638,-29.79]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[-0.965,-0.629],[-1.814,-6.586],[0.54,-13.855],[-0.079,15.386],[11.493,0.324]],"o":[[5.804,3.783],[3.724,13.522],[1.835,-5.644],[0.126,-24.769],[1.041,0.415]],"v":[[-5.621,-28.243],[5.486,-11.814],[7.568,29.791],[11.512,2.23],[-8.638,-29.79]]}],"e":[{"i":[[-1.03,-0.494],[-1.814,-6.586],[2.611,-12.263],[0.198,15.385],[11.493,0.324]],"o":[[6.927,3.215],[3.724,13.522],[1.835,-5.644],[-0.333,-25.952],[1.041,0.415]],"v":[[-5.871,-27.243],[7.486,-10.814],[9.068,29.666],[13.012,4.855],[-7.388,-27.665]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[-1.03,-0.494],[-1.814,-6.586],[2.611,-12.263],[0.198,15.385],[11.493,0.324]],"o":[[6.927,3.215],[3.724,13.522],[1.835,-5.644],[-0.333,-25.952],[1.041,0.415]],"v":[[-5.871,-27.243],[7.486,-10.814],[9.068,29.666],[13.012,4.855],[-7.388,-27.665]]}],"e":[{"i":[[-1.094,-0.36],[-2.051,-6.516],[3.611,-13.138],[-0.078,15.386],[11.493,0.324]],"o":[[8.05,2.646],[2.193,6.967],[1.835,-5.644],[0.126,-24.769],[1.041,0.415]],"v":[[0.379,-24.744],[12.736,-8.565],[11.568,33.541],[15.512,5.98],[-4.388,-25.791]]}]},{"t":16}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[210,175,26,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[89.15,59.721]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 13"}],"bounds":{"l":6,"t":29,"b":188,"r":105},"ip":2,"op":16,"st":2},{"ddd":0,"ind":1,"ty":4,"nm":"B_yellow3","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[744.41,161.975,0]},"a":{"k":[675.727,77.648,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[-4.79,2.358],[0,6.935],[5.072,2.217],[11.149,0],[0,0]],"o":[[0,0],[9.574,0],[4.787,-2.358],[0,-6.93],[-5.075,-2.214],[0,0],[0,0]],"v":[[-26.372,46.632],[-3.431,46.632],[18.116,43.094],[25.298,29.158],[17.688,15.437],[-6.647,12.113],[-26.372,12.113]]}},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[-4.502,2.004],[0,6.646],[4.144,2.144],[9.862,0],[0,0]],"o":[[0,0],[9.289,0],[4.503,-2],[0,-6.647],[-4.147,-2.144],[0,0],[0,0]],"v":[[-26.372,-14.258],[-10.506,-14.258],[10.184,-17.26],[16.938,-30.23],[10.719,-43.417],[-10.292,-46.633],[-26.372,-46.633]]}},"nm":"Path 2"},{"ind":2,"ty":"sh","closed":true,"ks":{"k":{"i":[[20.582,0],[0,0],[0,0],[0,0],[-7.363,-2.429],[-3.718,-4.143],[0,-9.719],[7.575,-5.715],[0.999,-0.499],[2.573,-1.143],[-5.505,-6.359],[0,-9.434],[7.145,-8.004]],"o":[[0,0],[0,0],[0,0],[10.147,0],[7.36,2.432],[6.717,7.719],[0,11.721],[-2.573,2.004],[-1.001,0.503],[9.29,2.003],[5.5,6.362],[0,10.436],[-8.291,9.292]],"v":[[5.788,74.933],[-59.818,74.933],[-59.818,-74.933],[-1.501,-74.933],[24.762,-71.288],[41.379,-61.426],[51.456,-35.269],[40.092,-9.113],[34.732,-5.361],[29.372,-2.895],[51.564,9.647],[59.818,33.339],[49.098,60.997]]}},"nm":"Path 3"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[60.067,78.614]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":3,"b":154,"r":120},"ip":37,"op":42,"st":-41},{"ddd":0,"ind":2,"ty":4,"nm":"B_yellow2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[127.023,160.838,0]},"a":{"k":[67.851,106.462,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":2,"s":[{"i":[[0,0],[-0.433,1.731],[0.142,3.939],[1.004,1.232],[0,0]],"o":[[0.553,0.038],[0.653,-2.61],[-0.159,-4.417],[-0.591,-0.726],[0,0]],"v":[[-39.329,46.697],[-38.401,46.697],[-37.54,33.902],[-39.088,21.003],[-39.944,21.679]]}],"e":[{"i":[[0,0],[-1.408,1.731],[0.462,3.939],[3.262,1.232],[0,0]],"o":[[1.796,0.038],[2.123,-2.61],[-0.518,-4.417],[-1.922,-0.726],[0,0]],"v":[[-26.444,38.947],[-23.428,38.947],[-20.63,26.152],[-25.66,13.253],[-28.444,13.929]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":4,"s":[{"i":[[0,0],[-1.408,1.731],[0.462,3.939],[3.262,1.232],[0,0]],"o":[[1.796,0.038],[2.123,-2.61],[-0.518,-4.417],[-1.922,-0.726],[0,0]],"v":[[-26.444,38.947],[-23.428,38.947],[-20.63,26.152],[-25.66,13.253],[-28.444,13.929]]}],"e":[{"i":[[0,0],[-1.408,1.731],[0.462,3.939],[3.262,1.232],[0,0]],"o":[[1.796,0.038],[2.123,-2.61],[-0.518,-4.417],[-1.922,-0.726],[0,0]],"v":[[-13.694,45.197],[-2.428,39.947],[0.37,27.152],[-4.66,14.253],[-13.444,11.179]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":6,"s":[{"i":[[0,0],[-1.408,1.731],[0.462,3.939],[3.262,1.232],[0,0]],"o":[[1.796,0.038],[2.123,-2.61],[-0.518,-4.417],[-1.922,-0.726],[0,0]],"v":[[-13.694,45.197],[-2.428,39.947],[0.37,27.152],[-4.66,14.253],[-13.444,11.179]]}],"e":[{"i":[[0,0],[-5.47,5.788],[-1.088,13.248],[12.142,-3.71],[0,0]],"o":[[0,0],[7.271,-7.694],[0.732,-8.917],[-6.488,1.982],[0,0]],"v":[[-14.194,49.197],[0.572,43.697],[16.62,27.152],[2.09,19.503],[-13.944,15.179]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":8,"s":[{"i":[[0,0],[-5.47,5.788],[-1.088,13.248],[12.142,-3.71],[0,0]],"o":[[0,0],[7.271,-7.694],[0.732,-8.917],[-6.488,1.982],[0,0]],"v":[[-14.194,49.197],[0.572,43.697],[16.62,27.152],[2.09,19.503],[-13.944,15.179]]}],"e":[{"i":[[0,0],[-8.351,-6.505],[-1.088,13.248],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0.732,-8.917],[-12.639,5.221],[0,0]],"v":[[-10.444,46.947],[10.322,44.447],[28.12,27.152],[9.34,19.753],[-10.444,12.429]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":10,"s":[{"i":[[0,0],[-8.351,-6.505],[-1.088,13.248],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0.732,-8.917],[-12.639,5.221],[0,0]],"v":[[-10.444,46.947],[10.322,44.447],[28.12,27.152],[9.34,19.753],[-10.444,12.429]]}],"e":[{"i":[[0,0],[-8.351,-6.505],[0,13.293],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0,-14.365],[-12.639,5.221],[0,0]],"v":[[-7.194,46.947],[17.322,45.447],[36.12,29.652],[12.84,17.753],[-7.194,12.429]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":12,"s":[{"i":[[0,0],[-8.351,-6.505],[0,13.293],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0,-14.365],[-12.639,5.221],[0,0]],"v":[[-7.194,46.947],[17.322,45.447],[36.12,29.652],[12.84,17.753],[-7.194,12.429]]}],"e":[{"i":[[0,0],[-8.351,-6.505],[0,13.293],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0,-14.365],[-12.639,5.221],[0,0]],"v":[[-7.194,46.947],[20.822,46.947],[43.12,29.152],[17.84,15.753],[-7.194,12.429]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":14,"s":[{"i":[[0,0],[-8.351,-6.505],[0,13.293],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0,-14.365],[-12.639,5.221],[0,0]],"v":[[-7.194,46.947],[20.822,46.947],[43.12,29.152],[17.84,15.753],[-7.194,12.429]]}],"e":[{"i":[[0,0],[-8.652,5.496],[0,13.293],[11.512,-5.518],[0,0]],"o":[[0,0],[9.78,-6.212],[0,-14.365],[-12.332,5.911],[0,0]],"v":[[-3.444,46.447],[27.572,43.947],[50.87,29.652],[18.34,11.753],[-2.944,10.929]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":20,"s":[{"i":[[0,0],[-8.652,5.496],[0,13.293],[11.512,-5.518],[0,0]],"o":[[0,0],[9.78,-6.212],[0,-14.365],[-12.332,5.911],[0,0]],"v":[[-3.444,46.447],[27.572,43.947],[50.87,29.652],[18.34,11.753],[-2.944,10.929]]}],"e":[{"i":[[0,0],[-10.084,-1.841],[0,13.293],[13.762,3.482],[0,0]],"o":[[0,0],[12.53,2.288],[0,-14.365],[-13.257,-3.354],[0,0]],"v":[[-11.194,46.448],[21.822,43.947],[50.37,27.152],[12.59,11.753],[-10.694,10.93]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":24,"s":[{"i":[[0,0],[-10.084,-1.841],[0,13.293],[13.762,3.482],[0,0]],"o":[[0,0],[12.53,2.288],[0,-14.365],[-13.257,-3.354],[0,0]],"v":[[-11.194,46.448],[21.822,43.947],[50.37,27.152],[12.59,11.753],[-10.694,10.93]]}],"e":[{"i":[[0,0],[-10.084,-1.841],[0,13.293],[13.762,3.482],[0,0]],"o":[[0,0],[12.53,2.288],[0,-14.365],[-13.257,-3.354],[0,0]],"v":[[-12.194,46.448],[16.322,44.447],[40.87,29.152],[7.09,12.253],[-11.694,10.93]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":27,"s":[{"i":[[0,0],[-10.084,-1.841],[0,13.293],[13.762,3.482],[0,0]],"o":[[0,0],[12.53,2.288],[0,-14.365],[-13.257,-3.354],[0,0]],"v":[[-12.194,46.448],[16.322,44.447],[40.87,29.152],[7.09,12.253],[-11.694,10.93]]}],"e":[{"i":[[0,0],[-9.716,3.266],[0,13.293],[15.762,-2.018],[0,0]],"o":[[0,0],[12.53,-4.212],[0,-14.365],[-13.564,1.737],[0,0]],"v":[[-12.194,46.448],[11.822,42.947],[35.87,27.652],[7.59,10.753],[-11.694,10.93]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":30,"s":[{"i":[[0,0],[-9.716,3.266],[0,13.293],[15.762,-2.018],[0,0]],"o":[[0,0],[12.53,-4.212],[0,-14.365],[-13.564,1.737],[0,0]],"v":[[-12.194,46.448],[11.822,42.947],[35.87,27.652],[7.59,10.753],[-11.694,10.93]]}],"e":[{"i":[[0,0],[-10.034,4.574],[0,13.293],[15.262,-4.518],[0,0]],"o":[[0,0],[12.53,-5.712],[0,-14.365],[-13.112,3.882],[0,0]],"v":[[-11.694,40.948],[13.322,39.447],[36.37,19.652],[7.59,10.753],[-11.194,9.93]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":32,"s":[{"i":[[0,0],[-10.034,4.574],[0,13.293],[15.262,-4.518],[0,0]],"o":[[0,0],[12.53,-5.712],[0,-14.365],[-13.112,3.882],[0,0]],"v":[[-11.694,40.948],[13.322,39.447],[36.37,19.652],[7.59,10.753],[-11.194,9.93]]}],"e":[{"i":[[0,0],[-10.249,0.161],[0,13.293],[11.262,0.482],[0,0]],"o":[[0,0],[13.53,-0.212],[0,-14.365],[-13.662,-0.585],[0,0]],"v":[[-10.194,45.948],[15.822,46.447],[41.37,29.652],[14.59,11.753],[-9.694,12.43]]}]},{"t":37}]},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":2,"s":[{"i":[[0,0],[-0.692,2.11],[0.058,5.864],[0.866,1.732],[0,0]],"o":[[0,0],[0.591,-1.802],[-0.081,-8.134],[-0.969,-1.939],[0,0]],"v":[[-42.194,-29.872],[-39.601,-35.625],[-38.957,-48.631],[-39.903,-61.247],[-41.776,-62.247]]}],"e":[{"i":[[0,0],[-1.653,2.11],[0.139,5.864],[2.069,1.732],[0,0]],"o":[[0,0],[1.412,-1.802],[-0.193,-8.134],[-2.316,-1.939],[0,0]],"v":[[-31.944,-18.622],[-25.746,-24.375],[-24.206,-37.381],[-26.467,-49.997],[-30.944,-50.997]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":4,"s":[{"i":[[0,0],[-1.653,2.11],[0.139,5.864],[2.069,1.732],[0,0]],"o":[[0,0],[1.412,-1.802],[-0.193,-8.134],[-2.316,-1.939],[0,0]],"v":[[-31.944,-18.622],[-25.746,-24.375],[-24.206,-37.381],[-26.467,-49.997],[-30.944,-50.997]]}],"e":[{"i":[[0,0],[-1.653,2.11],[0.139,5.864],[2.069,1.732],[0,0]],"o":[[0,0],[1.412,-1.802],[-0.193,-8.134],[-2.316,-1.939],[0,0]],"v":[[-15.694,-15.872],[-5.996,-21.125],[-1.456,-33.631],[-6.717,-46.747],[-15.194,-48.247]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":6,"s":[{"i":[[0,0],[-1.653,2.11],[0.139,5.864],[2.069,1.732],[0,0]],"o":[[0,0],[1.412,-1.802],[-0.193,-8.134],[-2.316,-1.939],[0,0]],"v":[[-15.694,-15.872],[-5.996,-21.125],[-1.456,-33.631],[-6.717,-46.747],[-15.194,-48.247]]}],"e":[{"i":[[0,0],[-2.844,6.53],[-1.693,5.616],[10.069,-5.018],[0,0]],"o":[[0,0],[2.347,-5.39],[2.054,-6.814],[-8.016,3.995],[0,0]],"v":[[-15.194,-15.372],[0.254,-21.125],[9.294,-29.631],[0.033,-44.247],[-14.194,-47.747]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":8,"s":[{"i":[[0,0],[-2.844,6.53],[-1.693,5.616],[10.069,-5.018],[0,0]],"o":[[0,0],[2.347,-5.39],[2.054,-6.814],[-8.016,3.995],[0,0]],"v":[[-15.194,-15.372],[0.254,-21.125],[9.294,-29.631],[0.033,-44.247],[-14.194,-47.747]]}],"e":[{"i":[[0,0],[-3.065,11.673],[-4.193,2.116],[7.045,-7.388],[0,0]],"o":[[0,0],[2.597,-9.89],[11.293,-5.7],[-6.181,6.482],[0,0]],"v":[[-10.444,-15.872],[10.754,-18.875],[22.044,-30.381],[8.033,-46.747],[-10.444,-48.247]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":10,"s":[{"i":[[0,0],[-3.065,11.673],[-4.193,2.116],[7.045,-7.388],[0,0]],"o":[[0,0],[2.597,-9.89],[11.293,-5.7],[-6.181,6.482],[0,0]],"v":[[-10.444,-15.872],[10.754,-18.875],[22.044,-30.381],[8.033,-46.747],[-10.444,-48.247]]}],"e":[{"i":[[0,0],[-3.065,11.673],[1.307,10.616],[6.319,-8.018],[0,0]],"o":[[0,0],[2.597,-9.89],[-1.546,-12.555],[-7.387,9.373],[0,0]],"v":[[-7.194,-15.872],[16.254,-18.875],[29.544,-32.381],[13.533,-48.247],[-7.194,-48.247]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":12,"s":[{"i":[[0,0],[-3.065,11.673],[1.307,10.616],[6.319,-8.018],[0,0]],"o":[[0,0],[2.597,-9.89],[-1.546,-12.555],[-7.387,9.373],[0,0]],"v":[[-7.194,-15.872],[16.254,-18.875],[29.544,-32.381],[13.533,-48.247],[-7.194,-48.247]]}],"e":[{"i":[[0,0],[-7.132,9.736],[0,12.221],[10.692,-5.3],[0,0]],"o":[[0,0],[5.418,-7.395],[0,-12.65],[-10.693,5.3],[0,0]],"v":[[-7.194,-15.872],[16.254,-18.875],[36.044,-32.381],[13.533,-48.247],[-7.194,-48.247]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":14,"s":[{"i":[[0,0],[-7.132,9.736],[0,12.221],[10.692,-5.3],[0,0]],"o":[[0,0],[5.418,-7.395],[0,-12.65],[-10.693,5.3],[0,0]],"v":[[-7.194,-15.872],[16.254,-18.875],[36.044,-32.381],[13.533,-48.247],[-7.194,-48.247]]}],"e":[{"i":[[0,0],[-9.374,7.601],[0.557,12.616],[18.319,-6.518],[0,0]],"o":[[0,0],[10.347,-8.39],[-0.657,-14.87],[-11.244,4.001],[0,0]],"v":[[-3.319,-16.372],[21.004,-15.375],[46.795,-31.881],[18.033,-47.247],[-3.319,-48.265]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":20,"s":[{"i":[[0,0],[-9.374,7.601],[0.557,12.616],[18.319,-6.518],[0,0]],"o":[[0,0],[10.347,-8.39],[-0.657,-14.87],[-11.244,4.001],[0,0]],"v":[[-3.319,-16.372],[21.004,-15.375],[46.795,-31.881],[18.033,-47.247],[-3.319,-48.265]]}],"e":[{"i":[[0,0],[-11.376,-4.031],[0.557,12.616],[17.569,5.482],[0,0]],"o":[[0,0],[11.597,4.11],[-0.657,-14.87],[-11.393,-3.555],[0,0]],"v":[[-11.069,-16.371],[15.255,-15.375],[46.795,-34.381],[12.283,-47.247],[-11.069,-48.264]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":24,"s":[{"i":[[0,0],[-11.376,-4.031],[0.557,12.616],[17.569,5.482],[0,0]],"o":[[0,0],[11.597,4.11],[-0.657,-14.87],[-11.393,-3.555],[0,0]],"v":[[-11.069,-16.371],[15.255,-15.375],[46.795,-34.381],[12.283,-47.247],[-11.069,-48.264]]}],"e":[{"i":[[0,0],[-11.376,-4.031],[0.557,12.616],[17.569,5.482],[0,0]],"o":[[0,0],[11.597,4.11],[-0.657,-14.87],[-11.393,-3.555],[0,0]],"v":[[-12.069,-16.371],[9.755,-14.875],[34.795,-33.881],[6.783,-46.747],[-12.069,-48.264]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":27,"s":[{"i":[[0,0],[-11.376,-4.031],[0.557,12.616],[17.569,5.482],[0,0]],"o":[[0,0],[11.597,4.11],[-0.657,-14.87],[-11.393,-3.555],[0,0]],"v":[[-12.069,-16.371],[9.755,-14.875],[34.795,-33.881],[6.783,-46.747],[-12.069,-48.264]]}],"e":[{"i":[[0,0],[-11.738,2.805],[0.557,12.616],[15.069,-0.518],[0,0]],"o":[[0,0],[12.097,-2.89],[-0.657,-14.87],[-11.927,0.41],[0,0]],"v":[[-12.069,-16.371],[6.755,-16.375],[31.795,-35.381],[4.783,-47.247],[-12.069,-48.264]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":30,"s":[{"i":[[0,0],[-11.738,2.805],[0.557,12.616],[15.069,-0.518],[0,0]],"o":[[0,0],[12.097,-2.89],[-0.657,-14.87],[-11.927,0.41],[0,0]],"v":[[-12.069,-16.371],[6.755,-16.375],[31.795,-35.381],[4.783,-47.247],[-12.069,-48.264]]}],"e":[{"i":[[0,0],[-11.738,2.805],[0.557,12.616],[15.069,-0.518],[0,0]],"o":[[0,0],[12.097,-2.89],[-0.657,-14.87],[-11.927,0.41],[0,0]],"v":[[-13.569,-20.371],[6.755,-16.375],[29.795,-39.881],[4.783,-47.247],[-12.069,-48.264]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":32,"s":[{"i":[[0,0],[-11.738,2.805],[0.557,12.616],[15.069,-0.518],[0,0]],"o":[[0,0],[12.097,-2.89],[-0.657,-14.87],[-11.927,0.41],[0,0]],"v":[[-13.569,-20.371],[6.755,-16.375],[29.795,-39.881],[4.783,-47.247],[-12.069,-48.264]]}],"e":[{"i":[[0,0],[-12.068,-0.119],[0.557,12.616],[10.069,0.482],[0,0]],"o":[[0,0],[11.097,0.11],[-0.657,-14.87],[-5.029,-0.241],[0,0]],"v":[[-9.819,-15.121],[11.755,-14.875],[33.795,-31.381],[9.283,-47.747],[-8.569,-47.764]]}]},{"t":37}]},"nm":"Path 2"},{"ind":2,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":2,"s":[{"i":[[-1.81,1.749],[-0.86,-0.217],[-1.22,-9.917],[-2.482,-13.756],[0,0],[1.583,-5.417],[7.316,-11.263],[0.492,0.237]],"o":[[0.242,0.033],[7.39,-1.467],[0.667,5.423],[0,0],[3.268,16.065],[-2.041,6.984],[0.316,-0.513],[-0.698,-2.846]],"v":[[-43.64,-75.798],[-43.038,-75.798],[-32.816,-52.188],[-36.417,-6.759],[-36.417,-6.33],[-28.981,34.402],[-43.715,75.248],[-43.64,75.248]]}],"e":[{"i":[[-1.81,1.749],[-2.36,0.033],[-3.6,-9.32],[-2.482,-13.756],[0,0],[2.423,-6.614],[8.066,-0.763],[0.492,0.237]],"o":[[0.242,0.033],[7.779,-0.109],[14.167,36.673],[0,0],[3.268,16.065],[-6.167,16.833],[-1.943,0.184],[-0.698,-2.846]],"v":[[-43.64,-76.548],[-36.288,-76.048],[-16.816,-54.188],[-14.667,-0.009],[-14.667,0.42],[-15.732,34.902],[-40.715,74.998],[-43.64,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":4,"s":[{"i":[[-1.81,1.749],[-2.36,0.033],[-3.6,-9.32],[-2.482,-13.756],[0,0],[2.423,-6.614],[8.066,-0.763],[0.492,0.237]],"o":[[0.242,0.033],[7.779,-0.109],[14.167,36.673],[0,0],[3.268,16.065],[-6.167,16.833],[-1.943,0.184],[-0.698,-2.846]],"v":[[-43.64,-76.548],[-36.288,-76.048],[-16.816,-54.188],[-14.667,-0.009],[-14.667,0.42],[-15.732,34.902],[-40.715,74.998],[-43.64,75.248]]}],"e":[{"i":[[-2.26,1.108],[-12.797,2.457],[-3.583,-9.327],[-2.482,-13.756],[0,0],[-3.167,-7.667],[20.066,-1.013],[0.492,0.237]],"o":[[2.992,-1.467],[7.64,-1.467],[9.719,25.301],[0,0],[3.268,16.065],[6.551,15.86],[-19.927,1.006],[-0.698,-2.846]],"v":[[-43.64,-76.548],[-14.288,-76.298],[11.934,-60.688],[14.833,-1.259],[14.833,-0.83],[21.018,23.152],[-2.464,75.248],[-43.64,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":6,"s":[{"i":[[-2.26,1.108],[-12.797,2.457],[-3.583,-9.327],[-2.482,-13.756],[0,0],[-3.167,-7.667],[20.066,-1.013],[0.492,0.237]],"o":[[2.992,-1.467],[7.64,-1.467],[9.719,25.301],[0,0],[3.268,16.065],[6.551,15.86],[-19.927,1.006],[-0.698,-2.846]],"v":[[-43.64,-76.548],[-14.288,-76.298],[11.934,-60.688],[14.833,-1.259],[14.833,-0.83],[21.018,23.152],[-2.464,75.248],[-43.64,75.248]]}],"e":[{"i":[[-2.284,1.057],[-12.61,3.283],[-3.333,-14.827],[-2.482,-13.756],[0,0],[-3.167,-7.667],[27.816,2.987],[2.186,1.951]],"o":[[7.492,-3.467],[18.213,-4.742],[5.944,26.444],[0,0],[3.268,16.065],[6.551,15.86],[-19.838,-2.13],[-2.187,-1.951]],"v":[[-43.64,-76.548],[-14.288,-76.298],[21.934,-58.438],[21.833,-1.259],[21.833,-0.83],[34.268,28.402],[-1.964,76.998],[-43.64,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":8,"s":[{"i":[[-2.284,1.057],[-12.61,3.283],[-3.333,-14.827],[-2.482,-13.756],[0,0],[-3.167,-7.667],[27.816,2.987],[2.186,1.951]],"o":[[7.492,-3.467],[18.213,-4.742],[5.944,26.444],[0,0],[3.268,16.065],[6.551,15.86],[-19.838,-2.13],[-2.187,-1.951]],"v":[[-43.64,-76.548],[-14.288,-76.298],[21.934,-58.438],[21.833,-1.259],[21.833,-0.83],[34.268,28.402],[-1.964,76.998],[-43.64,75.248]]}],"e":[{"i":[[-2.211,1.203],[-18.212,4.75],[-3.333,-14.827],[2.518,-18.006],[0,0],[-3.831,-19.346],[26.503,4.393],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[5.944,26.444],[0,0],[-1.149,21.088],[3.333,16.833],[-19.684,-3.263],[-2.187,-1.951]],"v":[[-41.39,-76.548],[-2.288,-76.798],[34.184,-57.438],[35.833,-4.259],[35.833,-3.83],[44.768,25.902],[20.036,75.498],[-41.39,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":10,"s":[{"i":[[-2.211,1.203],[-18.212,4.75],[-3.333,-14.827],[2.518,-18.006],[0,0],[-3.831,-19.346],[26.503,4.393],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[5.944,26.444],[0,0],[-1.149,21.088],[3.333,16.833],[-19.684,-3.263],[-2.187,-1.951]],"v":[[-41.39,-76.548],[-2.288,-76.798],[34.184,-57.438],[35.833,-4.259],[35.833,-3.83],[44.768,25.902],[20.036,75.498],[-41.39,75.248]]}],"e":[{"i":[[-2.211,1.203],[-18.212,4.75],[-4.333,-30.827],[0.518,-15.696],[0,0],[-0.27,-19.72],[25.863,7.267],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[3.772,26.84],[0,0],[-1.149,21.088],[0.333,24.325],[-25.863,-7.268],[-2.187,-1.951]],"v":[[-42.14,-76.548],[13.961,-76.548],[40.185,-50.938],[35.833,-5.009],[35.833,-4.58],[48.518,32.902],[19.535,75.248],[-42.14,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":12,"s":[{"i":[[-2.211,1.203],[-18.212,4.75],[-4.333,-30.827],[0.518,-15.696],[0,0],[-0.27,-19.72],[25.863,7.267],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[3.772,26.84],[0,0],[-1.149,21.088],[0.333,24.325],[-25.863,-7.268],[-2.187,-1.951]],"v":[[-42.14,-76.548],[13.961,-76.548],[40.185,-50.938],[35.833,-5.009],[35.833,-4.58],[48.518,32.902],[19.535,75.248],[-42.14,75.248]]}],"e":[{"i":[[-2.211,1.203],[-18.212,4.75],[0.182,-35.577],[0.518,-15.696],[0,0],[-0.27,-19.72],[20.316,5.987],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[-0.138,27.103],[0,0],[-1.149,21.088],[0.333,24.325],[-25.769,-7.594],[-2.187,-1.951]],"v":[[-41.89,-74.548],[13.961,-76.548],[50.185,-46.938],[43.333,-4.509],[43.333,-4.08],[52.518,32.402],[19.535,75.248],[-42.89,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":14,"s":[{"i":[[-2.211,1.203],[-18.212,4.75],[0.182,-35.577],[0.518,-15.696],[0,0],[-0.27,-19.72],[20.316,5.987],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[-0.138,27.103],[0,0],[-1.149,21.088],[0.333,24.325],[-25.769,-7.594],[-2.187,-1.951]],"v":[[-41.89,-74.548],[13.961,-76.548],[50.185,-46.938],[43.333,-4.509],[43.333,-4.08],[52.518,32.402],[19.535,75.248],[-42.89,75.248]]}],"e":[{"i":[[10.992,53.783],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.557,2.877]],"o":[[-0.714,-3.493],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-7.258,-37.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[70.935,-35.188],[52.583,-4.759],[52.583,-4.33],[79.269,35.902],[27.035,75.748],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":20,"s":[{"i":[[10.992,53.783],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.557,2.877]],"o":[[-0.714,-3.493],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-7.258,-37.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[70.935,-35.188],[52.583,-4.759],[52.583,-4.33],[79.269,35.902],[27.035,75.748],[-42.89,75.248]]}],"e":[{"i":[[5.992,48.283],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.433,2.898]],"o":[[-0.439,-3.538],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-5.758,-38.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[70.685,-35.188],[52.583,-4.759],[52.583,-4.33],[79.019,35.902],[27.035,75.748],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":24,"s":[{"i":[[5.992,48.283],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.433,2.898]],"o":[[-0.439,-3.538],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-5.758,-38.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[70.685,-35.188],[52.583,-4.759],[52.583,-4.33],[79.019,35.902],[27.035,75.748],[-42.89,75.248]]}],"e":[{"i":[[-4.008,47.283],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[-0.284,2.916]],"o":[[0.301,-3.552],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[4.242,-43.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[66.685,-34.188],[47.083,-4.259],[47.083,-3.83],[75.019,36.902],[27.035,75.748],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":27,"s":[{"i":[[-4.008,47.283],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[-0.284,2.916]],"o":[[0.301,-3.552],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[4.242,-43.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[66.685,-34.188],[47.083,-4.259],[47.083,-3.83],[75.019,36.902],[27.035,75.748],[-42.89,75.248]]}],"e":[{"i":[[7.992,47.783],[-23.325,-3.498],[0.795,-21.872],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.34,2.91]],"o":[[-0.588,-3.516],[21.89,3.283],[-0.833,22.923],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-5.258,-45.013]],"v":[[-43.14,-75.548],[25.962,-75.048],[63.685,-37.688],[44.083,-5.259],[44.083,-4.83],[71.019,37.402],[24.035,75.248],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":30,"s":[{"i":[[7.992,47.783],[-23.325,-3.498],[0.795,-21.872],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.34,2.91]],"o":[[-0.588,-3.516],[21.89,3.283],[-0.833,22.923],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-5.258,-45.013]],"v":[[-43.14,-75.548],[25.962,-75.048],[63.685,-37.688],[44.083,-5.259],[44.083,-4.83],[71.019,37.402],[24.035,75.248],[-42.89,75.248]]}],"e":[{"i":[[11.992,50.283],[-23.514,1.844],[0.795,-21.872],[-1.107,-6.756],[0,0],[2.104,-37.626],[24.436,-1.757],[0.608,2.866]],"o":[[-0.827,-3.468],[21.89,-1.717],[-0.833,22.923],[0,0],[-0.232,9.565],[-1.417,25.333],[-20.684,1.487],[-9.758,-46.013]],"v":[[-43.14,-75.548],[22.962,-78.548],[61.685,-42.188],[44.333,-6.759],[44.333,-6.33],[72.519,33.902],[24.035,72.748],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":32,"s":[{"i":[[11.992,50.283],[-23.514,1.844],[0.795,-21.872],[-1.107,-6.756],[0,0],[2.104,-37.626],[24.436,-1.757],[0.608,2.866]],"o":[[-0.827,-3.468],[21.89,-1.717],[-0.833,22.923],[0,0],[-0.232,9.565],[-1.417,25.333],[-20.684,1.487],[-9.758,-46.013]],"v":[[-43.14,-75.548],[22.962,-78.548],[61.685,-42.188],[44.333,-6.759],[44.333,-6.33],[72.519,33.902],[24.035,72.748],[-42.89,75.248]]}],"e":[{"i":[[-0.008,1.283],[-23.583,-0.378],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[-0.008,0.487]],"o":[[0.242,-0.467],[17.64,0.283],[-1.583,25.173],[0,0],[-0.232,-0.935],[-1.417,25.333],[-20.684,1.487],[0.014,-2.145]],"v":[[-43.14,-75.548],[32.462,-75.548],[68.685,-34.688],[47.083,-2.759],[47.083,-2.33],[76.519,37.402],[27.035,75.748],[-42.89,75.248]]}]},{"t":37}]},"nm":"Path 3"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[52.977,108.888]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 14"}],"bounds":{"l":7,"t":29,"b":187,"r":133},"ip":2,"op":37,"st":2}]}],"v":"3.1.6","layers":[{"ddd":0,"ind":0,"ty":0,"nm":"N","refId":"comp_34","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[1513,137.5,0]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"w":250,"h":275,"ip":0,"op":6300,"st":0},{"ddd":0,"ind":1,"ty":0,"nm":"I","refId":"comp_35","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[1393,137.5,0]},"a":{"k":[100,137.5,0]},"s":{"k":[100,100,100]}},"w":200,"h":275,"ip":0,"op":6300,"st":0},{"ddd":0,"ind":2,"ty":0,"nm":"V","refId":"comp_36","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[1286,137.5,0]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"w":250,"h":275,"ip":0,"op":6300,"st":0},{"ddd":0,"ind":3,"ty":0,"nm":"O2","refId":"comp_37","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[1123,137.5,0]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"w":250,"h":275,"ip":0,"op":6300,"st":0},{"ddd":0,"ind":4,"ty":0,"nm":"M","refId":"comp_40","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[932,137.5,0]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"w":250,"h":275,"ip":0,"op":6300,"st":0},{"ddd":0,"ind":5,"ty":0,"nm":"Y","refId":"comp_41","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[765,137.5,0]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"w":250,"h":275,"ip":0,"op":6300,"st":0},{"ddd":0,"ind":6,"ty":0,"nm":"D","refId":"comp_43","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[623,137.5,0]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"w":250,"h":275,"ip":0,"op":6300,"st":0},{"ddd":0,"ind":7,"ty":0,"nm":"0","refId":"comp_49","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[456,163.5,0]},"a":{"k":[125,163.5,0]},"s":{"k":[100,100,100]}},"w":250,"h":275,"ip":0,"op":6300,"st":0},{"ddd":0,"ind":8,"ty":0,"nm":"00","refId":"comp_51","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[290,137.5,0]},"a":{"k":[125,137.5,0]},"s":{"k":[100,100,100]}},"w":250,"h":275,"ip":0,"op":6300,"st":0},{"ddd":0,"ind":11,"ty":4,"nm":"bg Outlines","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[910,137.5,0]},"a":{"k":[910.25,137.75,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-910,137.5],[910,137.5],[910,-137.5],[-910,-137.5]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[88,214,112,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[910.25,137.75]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":276,"r":1821},"ip":0,"op":6300,"st":0}],"ip":0,"op":103,"fr":30,"w":1820,"h":275} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/bm_converted.json b/ohos/flutter_lottie/assets/Tests/bm_converted.json new file mode 100644 index 0000000000000000000000000000000000000000..48562bdcf53dad6ba0124838c6073252bc906994 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/bm_converted.json @@ -0,0 +1 @@ +{"assets":[{"id":"comp_34","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"triangulo5","parent":5,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":59,"s":[100]},{"t":61,"s":[0]}]},"r":{"k":[{"i":{"x":[0.833],"y":[0.887]},"o":{"x":[0.167],"y":[0.167]},"t":23,"s":[0]},{"i":{"x":[0.833],"y":[1.167]},"o":{"x":[0.167],"y":[0.597]},"t":29,"s":[199]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0.048]},"t":33,"s":[224]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":60,"s":[-360]},{"t":68,"s":[-360]}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":45,"s":[120.738,24.875,0],"to":[0.11111907660961,0.38958746194839,0],"ti":[0.06987758725882,0.37998399138451,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":47,"s":[121.407,-5.924,0],"to":[-0.92860811948776,-5.04963350296021,0],"ti":[-0.50151252746582,0.6655296087265,0]},{"t":63,"s":[116.481,-38.435,0]}]},"a":{"k":[120.738,24.875,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[7.5,6.163],[-7.5,6.163],[0,-6.163]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[120.682,23.143]}}],"nm":"Group 4"}],"bounds":{"l":113,"t":16,"b":30,"r":129},"ip":48,"op":6363,"st":-2586},{"ddd":0,"ind":1,"ty":4,"nm":"triangulo4","parent":5,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":59,"s":[100]},{"t":61,"s":[0]}]},"r":{"k":[{"i":{"x":[0.833],"y":[0.887]},"o":{"x":[0.167],"y":[0.167]},"t":23,"s":[0]},{"i":{"x":[0.833],"y":[1.167]},"o":{"x":[0.167],"y":[0.597]},"t":29,"s":[199]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0.048]},"t":33,"s":[224]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":60,"s":[-360]},{"t":68,"s":[-360]}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":45,"s":[120.738,24.875,0],"to":[0.11111907660961,0.38958746194839,0],"ti":[0.06987758725882,0.37998399138451,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"t":47,"s":[121.407,-5.924,0],"to":[-0.92860811948776,-5.04963350296021,0],"ti":[0.06987758725882,0.37998399138451,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":50,"s":[121.407,-5.924,0],"to":[-0.92860811948776,-5.04963350296021,0],"ti":[-0.50151252746582,0.6655296087265,0]},{"t":67,"s":[119.861,-29.627,0]}]},"a":{"k":[120.738,24.875,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[7.5,6.163],[-7.5,6.163],[0,-6.163]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[88,214,112,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[120.682,23.143]}}],"nm":"Group 4"}],"bounds":{"l":113,"t":16,"b":30,"r":129},"ip":18,"op":48,"st":-2586},{"ddd":0,"ind":2,"ty":4,"nm":"triangulo3","parent":7,"ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":58,"s":[100]},{"t":61,"s":[0]}]},"r":{"k":[{"i":{"x":[0.833],"y":[0.887]},"o":{"x":[0.167],"y":[0.167]},"t":22,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.597]},"t":28,"s":[-199]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[-0.044]},"t":32,"s":[-224]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":59,"s":[418]},{"t":67,"s":[360]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":45,"s":[119.238,153.375,0],"to":[3.33333325386047,3.41666674613953,0],"ti":[-3.33333325386047,-3.41666674613953,0]},{"t":67,"s":[139.238,173.875,0]}]},"a":{"k":[119.238,153.375,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[1.891,5.808],[-6.034,-3.266],[6.034,-5.808]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[119.326,153.992]}}],"nm":"Group 2"}],"bounds":{"l":113,"t":148,"b":160,"r":126},"ip":22,"op":6363,"st":-2586},{"ddd":0,"ind":3,"ty":4,"nm":"triangulo2","parent":12,"ks":{"r":{"k":[{"i":{"x":[0.833],"y":[0.887]},"o":{"x":[0.167],"y":[0.167]},"t":16,"s":[0]},{"i":{"x":[0.833],"y":[1.167]},"o":{"x":[0.167],"y":[0.597]},"t":22,"s":[199]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0.048]},"t":26,"s":[224]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":53,"s":[-360]},{"t":61,"s":[-360]}]},"p":{"k":[26.738,154.875,0]},"a":{"k":[26.738,154.875,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-6.008,3.076],[2.087,-5.846],[6.008,5.846]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[26.354,154.298]}}],"nm":"Group 1"}],"bounds":{"l":20,"t":148,"b":161,"r":33},"ip":16,"op":47,"st":-2588},{"ddd":0,"ind":4,"ty":4,"nm":"barraCyan 4","parent":9,"ks":{"r":{"k":-37},"p":{"k":[128.738,163.375,0]},"a":{"k":[120.738,163.375,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":47,"s":[{"i":[[0,0],[0,-24.222],[-0.005,-21.899],[0,25.733]],"o":[[0,-24.722],[0,15],[0.006,25.233],[0,0]],"v":[[-15.848,-95.301],[17.605,-95.301],[16.72,59.892],[-16.726,59.892]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":51,"s":[{"i":[[0,0],[-1.165,-20.558],[-0.181,0.25],[2.028,16.779]],"o":[[-1.515,-19.735],[0.081,1.428],[-0.62,17.449],[0,0]],"v":[[-13.617,-20.996],[19.836,-20.996],[19.402,-20.102],[-12.546,-19.599]]}]},{"t":54,"s":[{"i":[[0,0],[-0.511,-0.224],[-0.181,0.085],[-1.838,0.671]],"o":[[1.744,-0.554],[0.279,0.478],[-0.586,0.834],[0,0]],"v":[[-13.617,-21.236],[19.836,-21.236],[19.402,-20.931],[-12.546,-20.76]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[120.225,90.181]}}],"nm":"Group 6"}],"bounds":{"l":103,"t":-24,"b":170,"r":141},"ip":47,"op":54,"st":-2589},{"ddd":0,"ind":5,"ty":4,"nm":"barraCyan 2","parent":9,"ks":{"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":18,"s":[-37]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":25,"s":[11]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":29,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":37,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":42,"s":[16]},{"t":47,"s":[-37]}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":18,"s":[122.811,150.897,0],"to":[-0.34558996558189,2.07966637611389,0],"ti":[0.17892329394817,-2.41299962997437,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":25,"s":[120.738,163.375,0],"to":[-0.17892329394817,2.41299962997437,0],"ti":[-0.16666667163372,-0.33333334326744,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":29,"s":[121.738,165.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":37,"s":[121.738,165.375,0],"to":[1.16666662693024,-0.33333334326744,0],"ti":[-1.16666662693024,0.33333334326744,0]},{"t":47,"s":[128.738,163.375,0]}]},"a":{"k":[120.738,163.375,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":18,"s":[{"i":[[0,0],[0,-24.222],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0,-24.722],[0,15],[0,0],[0.006,25.233],[0,0]],"v":[[-15.809,-79.669],[17.644,-79.669],[16.72,-31.165],[16.72,59.892],[-16.726,59.892]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":25,"s":[{"i":[[0,0],[0,-24.222],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0,-24.722],[0,15],[0,0],[0.006,25.233],[0,0]],"v":[[-16.726,-60.903],[16.726,-60.903],[16.72,-31.165],[16.72,59.892],[-16.726,59.892]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":45,"s":[{"i":[[0,0],[0,-24.222],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0,-24.722],[0,15],[0,0],[0.006,25.233],[0,0]],"v":[[-16.726,-60.903],[16.726,-60.903],[16.72,-31.165],[16.72,59.892],[-16.726,59.892]]}]},{"t":47,"s":[{"i":[[0,0],[0,-24.222],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0,-24.722],[0,15],[0,0],[0.006,25.233],[0,0]],"v":[[-15.848,-95.301],[17.605,-95.301],[16.72,-31.165],[16.72,59.892],[-16.726,59.892]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[120.225,90.181]}}],"nm":"Group 6"}],"bounds":{"l":103,"t":-24,"b":170,"r":138},"ip":18,"op":47,"st":-2589},{"ddd":0,"ind":6,"ty":4,"nm":"barraCyan 3","parent":9,"ks":{"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":18,"s":[-37]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":25,"s":[11]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":29,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":37,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":42,"s":[16]},{"t":47,"s":[-36]}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":18,"s":[122.811,150.897,0],"to":[-0.34558996558189,2.07966637611389,0],"ti":[0.17892329394817,-2.41299962997437,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":25,"s":[120.738,163.375,0],"to":[-0.17892329394817,2.41299962997437,0],"ti":[1,-0.33333334326744,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":29,"s":[121.738,165.375,0],"to":[-1,0.33333334326744,0],"ti":[-1.16666662693024,0.33333334326744,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":37,"s":[114.738,165.375,0],"to":[1.16666662693024,-0.33333334326744,0],"ti":[-2.33333325386047,0.33333334326744,0]},{"t":47,"s":[128.738,163.375,0]}]},"a":{"k":[120.738,163.375,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":18,"s":[{"i":[[0,0],[0,-24.222],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0,-24.722],[0,15],[0,0],[0.006,25.233],[0,0]],"v":[[-15.809,-79.669],[17.644,-79.669],[16.72,-31.165],[16.72,59.892],[-16.726,59.892]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":25,"s":[{"i":[[0,0],[0,-24.222],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0,-24.722],[0,15],[0,0],[0.006,25.233],[0,0]],"v":[[-16.726,-60.903],[16.726,-60.903],[16.72,-31.165],[16.72,59.892],[-16.726,59.892]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":37,"s":[{"i":[[0,0],[0.267,-1.019],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0.184,-0.972],[-0.269,1.028],[0,0],[0.006,25.233],[0,0]],"v":[[-16.726,4.097],[-6.274,15.097],[16.72,33.835],[16.72,50.892],[-16.726,50.892]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":38,"s":[{"i":[[0,0],[0.267,-1.019],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0.184,-0.972],[-0.269,1.028],[0,0],[0.006,25.233],[0,0]],"v":[[-18.528,7.704],[-8.075,18.704],[16.72,33.835],[16.72,50.892],[-16.726,50.892]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":39,"s":[{"i":[[0,0],[0.267,-1.019],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0.184,-0.972],[-0.269,1.028],[0,0],[0.006,25.233],[0,0]],"v":[[-21.008,12.51],[-10.555,23.51],[16.72,33.835],[16.72,50.892],[-16.726,50.892]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":40,"s":[{"i":[[0,0],[0.267,-1.019],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0.184,-0.972],[-0.269,1.028],[0,0],[0.006,25.233],[0,0]],"v":[[-18.437,21.71],[-11.117,29.183],[16.72,33.835],[17.311,57.384],[-18.024,58.211]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":41,"s":[{"i":[[0,0],[0.267,-1.019],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0.184,-0.972],[-0.269,1.028],[0,0],[0.006,25.233],[0,0]],"v":[[-17.928,26.209],[-10.607,33.682],[16.72,33.835],[17.311,57.384],[-18.024,58.211]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":42,"s":[{"i":[[0,0],[0.267,-1.019],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0.184,-0.972],[-0.269,1.028],[0,0],[0.006,25.233],[0,0]],"v":[[-20.328,30.538],[-10.123,37.184],[16.72,33.835],[17.311,57.384],[-18.024,58.211]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":43,"s":[{"i":[[0,0],[0.267,-1.019],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0.184,-0.972],[-0.269,1.028],[0,0],[0.006,25.233],[0,0]],"v":[[-19.615,22.43],[-9.411,29.076],[16.72,33.835],[17.311,57.384],[-18.024,58.211]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":44,"s":[{"i":[[0,0],[0.267,-1.019],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0.184,-0.972],[-0.269,1.028],[0,0],[0.006,25.233],[0,0]],"v":[[-19.273,6.402],[-9.114,19.568],[16.72,33.835],[17.311,57.384],[-19.644,59.58]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":45,"s":[{"i":[[0,0],[0.267,-1.019],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0.184,-0.972],[-0.269,1.028],[0,0],[0.006,25.233],[0,0]],"v":[[-18.729,-20.392],[-8.832,-6.262],[16.72,33.835],[17.311,57.384],[-19.823,56.423]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":46,"s":[{"i":[[0,0],[0.267,-1.019],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0.184,-0.972],[-0.269,1.028],[0,0],[0.006,25.233],[0,0]],"v":[[-18.092,-62.223],[-8.832,-6.262],[16.72,33.835],[17.311,57.384],[-19.823,56.423]]}]},{"t":47,"s":[{"i":[[0,0],[0.267,-1.019],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0.184,-0.972],[-0.269,1.028],[0,0],[0.006,25.233],[0,0]],"v":[[-12.906,-56.601],[-8.832,-6.262],[16.72,33.835],[17.311,57.384],[-12.106,50.905]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[190,82,54,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[120.225,90.181]}}],"nm":"Group 6"}],"bounds":{"l":99,"t":-8,"b":170,"r":138},"ip":37,"op":47,"st":-2589},{"ddd":0,"ind":7,"ty":4,"nm":"barraCyan","parent":9,"ks":{"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":18,"s":[-37]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":25,"s":[11]},{"t":29,"s":[0]}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":18,"s":[122.811,150.897,0],"to":[-0.34558996558189,2.07966637611389,0],"ti":[0.17892329394817,-2.41299962997437,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":25,"s":[120.738,163.375,0],"to":[-0.17892329394817,2.41299962997437,0],"ti":[-0.16666667163372,-0.33333334326744,0]},{"t":29,"s":[121.738,165.375,0]}]},"a":{"k":[120.738,163.375,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":18,"s":[{"i":[[0,0],[-0.031,-1.031],[0,0],[0.864,-19.12],[0,25.733]],"o":[[0.451,-1.765],[0.196,6.553],[0,0],[-1.139,25.207],[0,0]],"v":[[-13.829,28.898],[17.416,27.724],[17.493,42.165],[16.911,59.478],[-14.328,60.652]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":19,"s":[{"i":[[0,0],[-0.031,-1.031],[0,0],[0.864,-19.12],[3.391,31.039]],"o":[[0.451,-1.765],[0.196,6.553],[0,0],[-1.139,25.207],[0,0]],"v":[[-16.859,28.738],[16.933,27.872],[17.01,42.313],[16.428,59.626],[-17.358,60.493]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":20,"s":[{"i":[[0,0],[-0.031,-1.031],[0,0],[0.13,-19.139],[2.242,26.243]],"o":[[0.451,-1.765],[0.196,6.553],[0,0],[-0.207,30.53],[0,0]],"v":[[-16.862,-66.961],[16.45,28.019],[16.527,42.461],[15.945,59.774],[-19.341,59.144]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":21,"s":[{"i":[[0,0],[-0.031,-1.031],[0,0],[0.276,-19.136],[1.793,26.141]],"o":[[0.451,-1.765],[0.196,6.553],[0,0],[-0.393,29.466],[0,0]],"v":[[-17.854,-25.63],[15.967,28.167],[16.044,42.608],[15.462,59.921],[-19.456,59.417]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":22,"s":[{"i":[[0,0],[-0.031,-1.031],[0,0],[0.423,-19.132],[1.345,26.039]],"o":[[0.451,-1.765],[0.196,6.553],[0,0],[-0.579,28.401],[0,0]],"v":[[-18.599,-2.553],[15.484,28.315],[15.561,42.756],[14.979,60.069],[-19.571,59.691]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":23,"s":[{"i":[[0,0],[-0.031,-1.031],[0,0],[0.57,-19.128],[0.897,25.937]],"o":[[0.451,-1.765],[0.196,6.553],[0,0],[-0.766,27.336],[0,0]],"v":[[-18.759,12.982],[15.001,28.463],[15.078,42.904],[14.496,60.217],[-19.686,59.965]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":25,"s":[{"i":[[0,0],[-0.031,-1.031],[0,0],[0.864,-19.12],[0,25.733]],"o":[[0.451,-1.765],[0.196,6.553],[0,0],[-1.139,25.207],[0,0]],"v":[[-18.722,27.095],[14.035,28.758],[14.112,43.199],[13.53,60.512],[-19.917,60.512]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":26,"s":[{"i":[[0,0],[-0.031,-1.031],[0,0],[0.864,-19.12],[-0.032,20.578]],"o":[[0.451,-1.765],[0.196,6.553],[0,0],[-1.139,25.207],[0,0]],"v":[[-19.47,23.552],[14.035,28.758],[14.112,43.199],[13.53,60.512],[-19.792,61.262]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":27,"s":[{"i":[[0,0],[-0.031,-1.031],[0,0],[0.864,-19.12],[-0.063,15.423]],"o":[[0.451,-1.765],[0.196,6.553],[0,0],[-1.139,25.207],[0,0]],"v":[[-20.621,18.367],[14.035,28.758],[14.112,43.199],[13.53,60.512],[-19.667,62.012]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":28,"s":[{"i":[[0,0],[-0.031,-1.031],[0,0],[0.265,-19.138],[-0.108,1.519]],"o":[[1.983,1.346],[0.196,6.553],[0,0],[-0.564,0.2],[0,0]],"v":[[-21.356,11.363],[-11.807,22.24],[14.112,43.199],[-12.947,72.046],[-22.646,60.659]]}]},{"t":29,"s":[{"i":[[0,0],[-0.741,-0.717],[0,0],[0.454,-6.921],[0.124,0.613]],"o":[[2.375,1.867],[1.672,1.617],[0,0],[-0.073,1.113],[0,0]],"v":[[-21.668,6.258],[-13.465,16.008],[14.112,43.199],[-13.22,71.012],[-22.917,60.012]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[190,82,54,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[120.225,90.181]}}],"nm":"Group 6"}],"bounds":{"l":97,"t":23,"b":172,"r":138},"ip":18,"op":37,"st":-2589},{"ddd":0,"ind":8,"ty":4,"nm":"triangulo1","parent":12,"ks":{"r":{"k":[{"i":{"x":[0.833],"y":[0.887]},"o":{"x":[0.167],"y":[0.167]},"t":15,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.597]},"t":21,"s":[-199]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[-0.044]},"t":25,"s":[-224]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":52,"s":[418]},{"t":60,"s":[360]}]},"p":{"k":[26.238,26.875,0]},"a":{"k":[26.238,26.875,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[2.191,5.865],[-5.995,-2.975],[5.995,-5.865]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[91,89,130,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[25.795,27.684]}}],"nm":"Group 3"}],"bounds":{"l":19,"t":21,"b":34,"r":32},"ip":15,"op":47,"st":-2589},{"ddd":0,"ind":9,"ty":4,"nm":"barraRosa","ks":{"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":15,"s":[36]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":19,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":22,"s":[-11]},{"t":25,"s":[0]}]},"p":{"k":[72.555,95.069,0]},"a":{"k":[24.738,23.375,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":15,"s":[{"i":[[5.6,7.908],[-13.997,-19.768],[0,0],[-12.659,-17.87],[14.87,21.001]],"o":[[-14.286,-20.176],[8.668,12.242],[0,0],[14.586,20.589],[-12.387,-17.493]],"v":[[-56.744,-53.746],[-29.442,-73.078],[-12.262,-48.805],[43.138,23.996],[15.841,43.324]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":19,"s":[{"i":[[5.6,7.908],[-13.997,-19.768],[0,0],[-12.659,-17.87],[14.87,21.001]],"o":[[-14.286,-20.176],[8.668,12.242],[0,0],[14.586,20.589],[-12.387,-17.493]],"v":[[-56.744,-53.746],[-29.442,-73.078],[-12.262,-48.805],[56.138,43.996],[28.841,63.324]]}]},{"t":22,"s":[{"i":[[5.6,7.908],[-13.997,-19.768],[0,0],[-12.659,-17.87],[14.87,21.001]],"o":[[-14.286,-20.176],[8.668,12.242],[0,0],[14.586,20.589],[-12.387,-17.493]],"v":[[-59.201,-52.025],[-31.9,-71.357],[-14.72,-47.084],[58.901,50.796],[31.604,70.124]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[73.737,91.375]}}],"nm":"Group 5"}],"bounds":{"l":10,"t":9,"b":171,"r":137},"ip":15,"op":47,"st":-2589},{"ddd":0,"ind":10,"ty":4,"nm":"barraRosa 2","ks":{"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":15,"s":[36]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":19,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":22,"s":[-11]},{"t":25,"s":[0]}]},"p":{"k":[72.555,95.069,0]},"a":{"k":[24.738,23.375,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":16,"s":[{"i":[[6.968,11.877],[-13.997,-19.768],[0,0],[-9.763,-19.603],[4.079,4.513]],"o":[[-12.509,-21.323],[8.668,12.242],[0,0],[0.536,1.076],[-14.372,-15.902]],"v":[[-53.793,-47.954],[-32.762,-68.58],[-15.582,-44.307],[33.141,51.458],[19.133,53.914]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":17,"s":[{"i":[[6.512,10.554],[-13.997,-19.768],[0,0],[-10.728,-19.025],[0.351,-1.222]],"o":[[-13.101,-20.941],[8.668,12.242],[0,0],[-0.004,-0.594],[-16.897,-20.327]],"v":[[-54.979,-44.036],[-31.656,-70.079],[-14.475,-45.806],[-1.179,18.451],[4.039,34.617]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":18,"s":[{"i":[[6.056,9.231],[-13.997,-19.768],[0,0],[-11.694,-18.448],[0.392,-1.415]],"o":[[-13.694,-20.558],[8.668,12.242],[0,0],[-0.154,-0.517],[-8.555,-13.16]],"v":[[-57.5,-49.644],[-30.549,-71.579],[-13.369,-47.306],[-20.158,-4.261],[-17.345,8.254]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":19,"s":[{"i":[[5.944,8.075],[-13.997,-19.768],[0,0],[-11.694,-18.448],[0.392,-1.415]],"o":[[-13.694,-20.558],[8.668,12.242],[0,0],[-0.154,-0.517],[-4.71,-4.823]],"v":[[-58,-48.144],[-30.549,-71.579],[-13.369,-47.306],[-29.158,-15.261],[-29.345,-5.746]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":20,"s":[{"i":[[5.944,8.075],[-13.997,-19.768],[0,0],[-11.694,-18.448],[0.392,-1.415]],"o":[[-13.694,-20.558],[8.668,12.242],[0,0],[-0.154,-0.517],[-4.71,-4.823]],"v":[[-59.529,-47.741],[-30.549,-71.579],[-13.369,-47.306],[-32.862,-20.008],[-33.049,-10.493]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":21,"s":[{"i":[[5.944,8.075],[-13.997,-19.768],[0,0],[-11.694,-18.448],[0.392,-1.415]],"o":[[-13.694,-20.558],[8.668,12.242],[0,0],[-0.154,-0.517],[-4.71,-4.823]],"v":[[-59.529,-47.741],[-30.549,-71.579],[-13.369,-47.306],[-34.208,-25.222],[-35.706,-13.355]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":22,"s":[{"i":[[3.263,3.726],[-13.997,-19.768],[0,0],[-11.694,-18.448],[0.392,-1.415]],"o":[[-13.694,-20.558],[8.668,12.242],[0,0],[-0.154,-0.517],[-5.343,-9.365]],"v":[[-60.687,-44.4],[-38.06,-64.38],[-20.88,-40.107],[-36.594,-31.289],[-39.932,-15.195]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":23,"s":[{"i":[[3.263,3.726],[-13.997,-19.768],[0,0],[-11.694,-18.448],[0.392,-1.415]],"o":[[-13.694,-20.558],[8.668,12.242],[0,0],[-0.154,-0.517],[-5.343,-9.365]],"v":[[-60.687,-44.4],[-38.06,-64.38],[-20.88,-40.107],[-33.682,-30.41],[-37.021,-14.316]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":24,"s":[{"i":[[3.263,3.726],[-13.997,-19.768],[0,0],[-11.694,-18.448],[0.392,-1.415]],"o":[[-13.549,-13.763],[8.668,12.242],[0,0],[-0.154,-0.517],[-3.751,-3.123]],"v":[[-60.252,-43.371],[-38.06,-64.38],[-20.88,-40.107],[-30.318,-28.191],[-33.656,-12.097]]}]},{"t":25,"s":[{"i":[[3.263,3.726],[-13.997,-19.768],[0,0],[-11.694,-18.448],[0.392,-1.415]],"o":[[-13.694,-20.558],[8.668,12.242],[0,0],[-0.154,-0.517],[-4.154,-4.652]],"v":[[-58.127,-41.271],[-38.06,-64.38],[-20.88,-40.107],[-30.818,-28.191],[-29.656,-3.097]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[77,74,133,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[73.737,91.375]}}],"nm":"Group 5"}],"bounds":{"l":8,"t":11,"b":147,"r":107},"ip":16,"op":34,"st":-2589},{"ddd":0,"ind":11,"ty":4,"nm":"barraVioleta 2","ks":{"r":{"k":[{"i":{"x":[0.833],"y":[1.208]},"o":{"x":[0.167],"y":[0.167]},"t":34,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.054]},"t":41,"s":[16]},{"t":47,"s":[-37]}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":41,"s":[74.055,88.569,0],"to":[-1.16666662693024,0.66666668653488,0],"ti":[1.16666662693024,-0.66666668653488,0]},{"t":47,"s":[67.055,92.569,0]}]},"a":{"k":[26.238,16.875,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,-24.222],[0,0],[-0.073,-1.464],[0.184,1.233]],"o":[[0,-24.722],[0,15],[0,0],[0.237,4.733],[0,0]],"v":[[-16.726,-60.903],[16.726,-60.903],[16.72,-31.165],[16.72,-6.108],[-16.726,-52.608]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[77,74,133,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[27.225,91.181]}}],"nm":"Group 7"}],"bounds":{"l":10,"t":11,"b":86,"r":44},"ip":34,"op":47,"st":-2592},{"ddd":0,"ind":12,"ty":4,"nm":"000","ks":{"r":{"k":[{"i":{"x":[0.833],"y":[1.208]},"o":{"x":[0.167],"y":[0.167]},"t":34,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.054]},"t":41,"s":[16]},{"t":47,"s":[-37]}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":41,"s":[74.055,88.569,0],"to":[-1.16666662693024,0.66666668653488,0],"ti":[1.16666662693024,-0.66666668653488,0]},{"t":47,"s":[67.055,92.569,0]}]},"a":{"k":[26.238,16.875,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,-24.222],[0,0],[-0.005,-21.899],[0,25.733]],"o":[[0,-24.722],[0,15],[0,0],[0.006,25.233],[0,0]],"v":[[-16.726,-60.903],[16.726,-60.903],[16.72,-31.165],[16.72,59.892],[-16.726,59.892]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[91,89,130,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[27.225,91.181]}}],"nm":"Group 7"}],"bounds":{"l":10,"t":11,"b":171,"r":44},"ip":11,"op":47,"st":-2592},{"ddd":0,"ind":13,"ty":4,"nm":"Noriginal 4","ks":{"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":58,"s":[-35]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":60,"s":[-35]},{"i":{"x":[0.833],"y":[0.743]},"o":{"x":[0.167],"y":[0.146]},"t":61,"s":[-35]},{"t":68,"s":[0]}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":58,"s":[107.41,157.475,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":60,"s":[107.41,157.475,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":61,"s":[107.41,157.475,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.929},"o":{"x":0.167,"y":0.071},"t":65,"s":[107.41,157.475,0],"to":[-5.66666650772095,-0.41666665673256,0],"ti":[5.66666650772095,0.41666665673256,0]},{"t":68,"s":[73.41,154.975,0]}]},"a":{"k":[1227.727,70.648,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":54,"s":[{"i":[[0.085,0.235],[0.614,-1.539],[-0.09,-0.823],[3.213,0.858],[0,0],[-0.203,-0.883],[3.169,1.153],[-0.647,0.66],[-3.596,-1.064],[0,0]],"o":[[-0.597,-1.661],[0.432,0.374],[0.085,0.774],[-1.441,-0.385],[0,0],[0.214,0.93],[-1.073,-0.39],[0.856,-0.874],[1.68,0.497],[0,0]],"v":[[-68.861,-5.781],[-35.415,-5.781],[-36.626,-5.362],[-67.794,-5.279],[-40.738,-6.179],[-36.468,-5.543],[-69.136,-5.4],[-68.703,-6.156],[-37.4,-6.156],[-69.367,-5.305]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":58,"s":[{"i":[[0.633,18.52],[0.614,-25.507],[0.283,-13.631],[3.213,14.211],[0,0],[0.03,-14.628],[0.099,19.372],[0.534,78.628],[-8.267,-15.991],[0,0]],"o":[[-0.94,-27.507],[0.614,20.493],[-0.386,18.628],[-1.44,-6.372],[0,0],[-0.044,21.628],[-0.098,-19.372],[-0.098,-14.507],[3.099,5.993],[0,0]],"v":[[-68.195,-67.872],[-34.749,-67.872],[-36.267,73.749],[-68.212,72.749],[-35.698,-10.975],[-36.108,70.749],[-69.554,70.749],[-68.037,-74.091],[-36.734,-74.091],[-68.302,13.546]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":60,"s":[{"i":[[0.633,18.52],[0.614,-25.507],[0.283,-13.631],[3.213,14.211],[0,0],[0.03,-14.628],[0.098,19.372],[0.534,78.628],[-8.268,-15.991],[0,0]],"o":[[-0.94,-27.507],[0.614,20.493],[-0.386,18.628],[-1.44,-6.372],[0,0],[-0.044,21.628],[-0.098,-19.372],[-0.098,-14.507],[3.099,5.993],[0,0]],"v":[[-69.302,-61.933],[-35.856,-61.933],[-35.856,67.932],[-67.802,66.932],[-35.698,-10.975],[-35.698,64.932],[-69.144,64.932],[-69.144,-68.151],[-37.841,-68.151],[-68.302,13.546]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":61,"s":[{"i":[[0.633,18.52],[0.614,-25.507],[0.283,-13.631],[3.213,14.211],[0,0],[0.03,-14.628],[0.099,19.372],[0.534,78.628],[-8.267,-15.991],[0,0]],"o":[[-0.94,-27.507],[0.614,20.493],[-0.386,18.628],[-1.44,-6.372],[0,0],[-0.044,21.628],[-0.098,-19.372],[-0.098,-14.507],[3.099,5.993],[0,0]],"v":[[-69.302,-61.933],[-35.856,-61.933],[-35.856,67.932],[-67.802,66.932],[-35.698,-10.975],[-35.698,64.932],[-69.144,64.932],[-69.144,-68.151],[-37.841,-68.151],[-68.302,13.546]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":65,"s":[{"i":[[0.633,18.52],[0.614,-25.507],[0.283,-13.631],[3.213,14.211],[0,0],[0.03,-14.628],[0.099,19.372],[0.534,78.628],[-8.267,-15.991],[0,0]],"o":[[-0.94,-27.507],[0.614,20.493],[-0.386,18.628],[-1.44,-6.372],[0,0],[-0.044,21.628],[-0.098,-19.372],[-0.098,-14.507],[3.099,5.993],[0,0]],"v":[[-69.302,-61.933],[-35.856,-61.933],[-35.856,67.932],[-67.802,66.932],[-35.698,-10.975],[-35.698,64.932],[-69.144,64.932],[-69.144,-68.151],[-37.841,-68.151],[-68.302,13.546]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"t":68,"s":[{"i":[[0.633,18.52],[0.614,-25.507],[0.283,-13.631],[3.213,14.211],[0,0],[0.03,-14.628],[0.098,19.372],[0.534,78.628],[-8.268,-15.991],[0,0]],"o":[[-0.94,-27.507],[0.614,20.493],[-0.386,18.628],[-1.44,-6.372],[0,0],[-0.044,21.628],[-0.098,-19.372],[-0.098,-14.507],[3.099,5.993],[0,0]],"v":[[22.698,-61.933],[56.144,-61.933],[56.144,67.932],[24.198,66.932],[-35.698,-10.975],[-35.698,64.932],[-69.144,64.932],[-69.144,-68.151],[-37.841,-68.151],[21.698,13.546]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":71,"s":[{"i":[[0.059,19.493],[-0.636,-11.007],[-1.366,-13.565],[6.06,9.128],[0,0],[0.956,-16.372],[0.652,14.128],[0.402,24.993],[-8.151,-10.132],[0,0]],"o":[[-0.066,-13.757],[0.614,20.493],[0.364,17.878],[-6.44,-7.372],[0,0],[0.081,9.816],[-0.098,-21.372],[0.027,-5.132],[3.609,4.485],[0,0]],"v":[[35.698,-74.933],[69.144,-74.933],[69.144,74.932],[34.698,73.932],[-35.698,-18.975],[-35.698,74.932],[-69.144,74.932],[-69.144,-74.933],[-37.841,-74.933],[35.698,21.546]]}]},{"t":75,"s":[{"i":[[0.059,19.493],[0.114,0.493],[-1.366,-13.565],[0.06,0.628],[0,0],[0.956,-16.372],[-0.098,0.128],[0.402,24.993],[-0.646,-0.807],[0,0]],"o":[[0.559,0.493],[0.614,20.493],[0.114,0.128],[-0.344,-6.523],[0,0],[0.456,-0.872],[-0.098,-21.372],[0.402,-0.007],[3.599,4.493],[0,0]],"v":[[35.698,-74.933],[69.144,-74.933],[69.144,74.932],[34.698,74.932],[-35.698,-18.975],[-35.698,74.932],[-69.144,74.932],[-69.144,-74.933],[-37.841,-74.933],[35.698,21.546]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[1282.059,78.613]}}],"nm":"Group 2"}],"bounds":{"l":1212,"t":-10,"b":165,"r":1352},"ip":54,"op":75,"st":27},{"ddd":0,"ind":14,"ty":4,"nm":"Noriginal 2","ks":{"p":{"k":[132.41,164.975,0]},"a":{"k":[1286.727,80.648,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":1,"s":[{"i":[[0.059,19.493],[0.114,0.493],[-1.366,-13.565],[0.059,0.628],[0,0],[0.956,-16.372],[-0.098,0.128],[0.402,24.993],[-0.646,-0.807],[0,0]],"o":[[0.559,0.493],[0.614,20.493],[0.114,0.128],[-0.344,-6.523],[0,0],[0.456,-0.872],[-0.098,-21.372],[0.402,-0.007],[3.599,4.493],[0,0]],"v":[[35.698,-74.933],[69.144,-74.933],[69.144,74.932],[37.198,73.932],[-35.698,-18.975],[-35.698,74.932],[-69.144,74.932],[-69.144,-74.933],[-37.841,-74.933],[35.698,21.546]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":3,"s":[{"i":[[0.059,19.493],[0.114,0.493],[-1.366,-13.565],[19.81,-6.997],[0,0],[0.956,-16.372],[-0.098,0.128],[0.402,24.993],[-14.651,5.743],[0,0]],"o":[[16.934,7.243],[0.614,20.493],[0.114,0.128],[-0.344,-6.523],[0,0],[-18.294,-12.497],[-0.098,-21.372],[0.402,-0.007],[-0.151,-0.132],[0,0]],"v":[[35.698,-74.933],[69.144,-74.933],[69.144,74.932],[37.198,73.932],[-35.698,-18.975],[-35.698,74.932],[-69.144,74.932],[-69.144,-74.933],[-37.841,-74.933],[35.698,21.546]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":4,"s":[{"i":[[0.059,19.493],[0.114,0.493],[-1.366,-13.565],[19.81,-6.997],[0,0],[0.956,-16.372],[-0.098,0.128],[0.402,24.993],[-14.651,5.743],[0,0]],"o":[[16.934,7.243],[0.614,20.493],[0.114,0.128],[-0.344,-6.523],[0,0],[-18.294,-12.497],[-0.098,-21.372],[0.402,-0.007],[-0.151,-0.132],[0,0]],"v":[[35.698,-74.933],[69.144,-74.933],[69.144,74.932],[37.198,73.932],[-35.698,-18.975],[-35.698,74.932],[-69.144,74.932],[-69.144,-74.933],[-37.841,-74.933],[35.698,21.546]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":7,"s":[{"i":[[0.633,18.52],[0.614,-25.507],[0.283,-13.631],[3.213,14.211],[0,0],[0.03,-14.628],[0.098,19.372],[0.534,78.628],[-8.268,-15.991],[0,0]],"o":[[-0.94,-27.507],[0.614,20.493],[-0.386,18.628],[-1.44,-6.372],[0,0],[-0.044,21.628],[-0.098,-19.372],[-0.098,-14.507],[3.099,5.993],[0,0]],"v":[[22.698,-61.933],[56.144,-61.933],[56.144,67.932],[24.198,66.932],[-35.698,-10.975],[-35.698,64.932],[-69.144,64.932],[-69.144,-68.151],[-37.841,-68.151],[21.698,13.546]]}]},{"t":11,"s":[{"i":[[0.633,18.52],[0.614,-25.507],[0.283,-13.631],[3.213,14.211],[0,0],[0.03,-14.628],[0.098,19.372],[0.534,78.628],[-8.268,-15.991],[0,0]],"o":[[-0.94,-27.507],[0.614,20.493],[-0.386,18.628],[-1.44,-6.372],[0,0],[-0.044,21.628],[-0.098,-19.372],[-0.098,-14.507],[3.099,5.993],[0,0]],"v":[[-69.302,-61.933],[-35.856,-61.933],[-35.856,67.932],[-67.802,66.932],[-35.698,-10.975],[-35.698,64.932],[-69.144,64.932],[-69.144,-68.151],[-37.841,-68.151],[-68.302,13.546]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[1282.059,78.613]}}],"nm":"Group 2"}],"bounds":{"l":1212,"t":-4,"b":159,"r":1352},"ip":1,"op":11,"st":-16},{"ddd":0,"ind":15,"ty":4,"nm":"Noriginal 3","ks":{"p":{"k":[132.41,164.975,0]},"a":{"k":[1286.727,80.648,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[35.698,-74.933],[69.144,-74.933],[69.144,74.933],[35.698,74.933],[-35.698,-18.975],[-35.698,74.933],[-69.144,74.933],[-69.144,-74.933],[-37.841,-74.933],[35.698,21.546]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[1282.059,78.613]}}],"nm":"Group 2"}],"bounds":{"l":1212,"t":3,"b":154,"r":1352},"ip":75,"op":718,"st":75},{"ddd":0,"ind":16,"ty":4,"nm":"Noriginal","ks":{"p":{"k":[132.41,164.975,0]},"a":{"k":[1286.727,80.648,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[35.698,-74.933],[69.144,-74.933],[69.144,74.933],[35.698,74.933],[-35.698,-18.975],[-35.698,74.933],[-69.144,74.933],[-69.144,-74.933],[-37.841,-74.933],[35.698,21.546]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[1282.059,78.613]}}],"nm":"Group 2"}],"bounds":{"l":1212,"t":3,"b":154,"r":1352},"ip":0,"op":1,"st":0}]},{"id":"comp_35","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"I 6","ks":{"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":25,"s":[100.151,90.87,0],"to":[0,-0.83333331346512,0],"ti":[-0.13116805255413,-0.56839483976364,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":32,"s":[100.151,70.87,0],"to":[0.25,1.08333337306976,0],"ti":[-0.17946662008762,-1.17957735061646,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"t":41,"s":[100.151,118.37,0],"to":[0.02186059206724,0.14368276298046,0],"ti":[-0.17946662008762,-1.17957735061646,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":56,"s":[100.151,118.37,0],"to":[0.02186059206724,0.14368276298046,0],"ti":[0,0.83333331346512,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":64,"s":[100.151,78.87,0],"to":[0,-0.83333331346512,0],"ti":[-0.17946662008762,-1.17957735061646,0]},{"t":72,"s":[100.151,118.37,0]}]},"a":{"k":[16.974,152.148,0]},"s":{"k":[100,179.277,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":25,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.322,137.738],[3.572,151.028],[3.697,150.903],[3.447,137.738]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":27,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.822,134.778],[3.572,151.028],[10.322,152.528],[10.822,135.028]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":29,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.041,136.278],[4.041,150.278],[18.447,152.028],[18.572,135.403]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":31,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[17.416,137.028],[16.416,151.028],[25.322,152.153],[25.072,136.028]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":33,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.541,137.359],[15.916,152.012],[32.197,150.403],[32.447,137.653]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":35,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[18.916,137.778],[19.541,151.028],[32.447,147.903],[32.447,139.653]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":37,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[21.207,137.049],[21.707,151.82],[32.447,147.903],[32.447,139.653]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":39,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[26.499,136.32],[26.874,152.611],[32.447,147.903],[32.447,139.653]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":40,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[30.02,136.669],[30.145,152.159],[32.447,147.903],[32.447,140.403]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":41,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[32.541,141.278],[32.416,148.028],[32.447,147.903],[32.447,141.153]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":56,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[32.541,141.278],[32.416,148.028],[32.447,147.903],[32.447,141.153]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"t":58,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[24.791,137.812],[24.791,152.37],[35.447,148.681],[34.822,140.284]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":60,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.285,136.019],[15.262,152.278],[29.065,148.392],[28.365,138.98]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":62,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[13.182,135.976],[12.622,153.468],[24.007,148.864],[23.307,140.857]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":64,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.98,137.051],[5.33,149.571],[26.322,149.138],[24.86,137.091]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":66,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.87,136.938],[1.413,147.291],[19.847,149.115],[19.856,135.728]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":67,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.273,135.946],[4.483,146.205],[20.142,149.605],[20.34,134.129]]}]},{"t":69,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.747,136.666],[-0.725,147.897],[1.07,150.085],[0.803,135.684]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[215,179,29,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[24,143]},"a":{"k":[24,143]},"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":40,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":41,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":56,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":57,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":69,"s":[100]},{"t":70,"s":[0]}]}}],"nm":"Shape 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":25,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.474,8.134],[-12.651,8.384],[-12.651,-5.674],[-13.474,-5.924]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":27,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-6.671,8.176],[16.599,7.759],[16.474,-6.884],[-6.671,-8.592]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":29,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.318,8.219],[16.474,6.884],[16.724,-6.884],[1.318,-8.549]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":31,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[8.193,8.594],[15.474,6.134],[15.474,-4.259],[8.193,-8.174]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":32,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-4.888,6.372],[-0.813,7.631],[0.687,-6.25],[-3.826,-6.005]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":33,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-12.47,6.085],[-1.099,8.353],[-0.099,-6.306],[-12.345,-6.933]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":35,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-12.655,4.185],[3.051,7.604],[2.632,-5.896],[-12.16,-4.246]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":37,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.511,5.918],[4.983,7.906],[4.704,-6.684],[-13.119,-5.209]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":38,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-14.439,6.41],[7.2,8.405],[6.865,-7.008],[-14.161,-6.19]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":39,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-15.367,6.901],[9.916,8.208],[9.776,-7.471],[-15.202,-7.171]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":41,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-6.884],[-16.724,-6.884]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":44,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-8.384],[-16.724,-8.384]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":53,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-8.384],[-16.724,-8.384]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":56,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-6.153],[-16.724,-6.153]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":58,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-15.474,8.384],[7.974,8.663],[7.974,-5.874],[-15.474,-6.153]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":59,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-14.971,6.802],[3.793,8.66],[3.918,-6.545],[-14.13,-5.409]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":60,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-14.468,5.219],[-1.638,8.657],[-1.638,-7.635],[-12.787,-4.666]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":61,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.924,5.665],[-2.749,9.138],[-2.738,-7.669],[-12.243,-4.221]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":62,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.225,6.238],[-4.176,9.756],[-3.616,-7.713],[-11.544,-3.648]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":64,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-12.508,5.234],[-11.44,5.676],[-10.791,-6.641],[-12.184,-4.522]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":66,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[2.771,5.192],[8.32,3.615],[7.293,-5.681],[2.248,-7.892]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":67,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.055,5.857],[15.419,2],[15.024,-5.653],[3.16,-9.535]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":69,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-15.953,6.209],[13.033,6.435],[12.702,-7.736],[-16.181,-8.004]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":72,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-6.884],[-16.724,-6.884]]}]},{"t":74,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-8.384],[-16.724,-8.384]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[16.974,143.662]}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[28.166,141.696],[28.041,131.713],[32.822,130.611],[32.822,140.595]]}},"nm":"Path 1"},{"ty":"tr","o":{"k":0}}],"nm":"Group 2"},{"ty":"gr","it":[{"ty":"tr"}],"nm":"Group 3"}],"bounds":{"l":-1,"t":130,"b":154,"r":36},"ip":25,"op":73,"st":18},{"ddd":0,"ind":2,"ty":4,"nm":"I 4","ks":{"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":21,"s":[100.151,141.62,0],"to":[0,-0.83333331346512,0],"ti":[-0.13116805255413,-0.56839483976364,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":28,"s":[100.151,121.62,0],"to":[0.25,1.08333337306976,0],"ti":[0.48588955402374,1.08973503112793,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"t":37,"s":[100.151,161.62,0],"to":[-0.10313940793276,-0.23131723701954,0],"ti":[0.02984272688627,-0.11984493583441,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":56,"s":[100.151,161.62,0],"to":[-0.01183218508959,0.0475166849792,0],"ti":[-0.13116805255413,-0.56839483976364,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":63,"s":[100.151,121.62,0],"to":[0.25,1.08333337306976,0],"ti":[0.48588955402374,1.08973503112793,0]},{"t":73,"s":[100.151,161.62,0]}]},"a":{"k":[16.974,152.148,0]},"s":{"k":[100,258.277,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":21,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.322,137.738],[3.572,151.028],[3.697,150.903],[3.447,137.738]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":23,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.822,134.778],[3.572,151.028],[10.322,152.528],[10.822,135.028]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":25,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.041,136.278],[4.041,150.278],[18.447,152.028],[18.572,135.403]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":27,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[17.416,137.028],[16.416,151.028],[25.322,152.153],[25.072,136.028]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":29,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.541,137.359],[15.916,152.012],[32.197,150.403],[32.447,137.653]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":31,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[18.916,137.778],[19.541,151.028],[32.447,147.903],[32.447,139.653]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":33,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[21.207,137.049],[21.707,151.82],[32.447,147.903],[32.447,139.653]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":35,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[26.499,136.32],[26.874,152.611],[32.447,147.903],[32.447,139.653]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":36,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[30.02,136.669],[30.145,152.159],[32.447,147.903],[32.447,140.403]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":37,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[32.541,141.278],[32.416,148.028],[32.447,147.903],[32.447,141.153]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":56,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[32.541,141.278],[32.416,148.028],[32.447,147.903],[32.447,141.153]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":58,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[24.385,135.262],[24.322,152.093],[30.072,149.043],[29.822,136.674]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":60,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.01,135.262],[14.947,152.093],[30.072,149.043],[29.822,136.674]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":62,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[10.01,135.262],[9.947,152.093],[30.822,149.721],[29.572,136.286]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":64,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[2.26,135.31],[2.197,151.899],[29.822,151.27],[29.572,135.318]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":66,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[2.26,137.44],[2.447,148.415],[20.322,152.238],[20.822,135.415]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":67,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[2.26,137.44],[2.447,148.415],[16.572,152.044],[17.072,135.222]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":69,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.01,137.633],[2.447,148.415],[0.822,152.915],[1.572,136.674]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":72,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.01,136.665],[2.447,148.415],[0.822,152.915],[1.572,135.706]]}]},{"t":73,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[32.541,141.278],[32.416,148.028],[32.447,147.903],[32.447,141.153]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[79,77,126,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[24,143]},"a":{"k":[24,143]},"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":36,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":37,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":56,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":57,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":70,"s":[100]},{"t":71,"s":[0]}]}}],"nm":"Shape 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":21,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.474,8.134],[-12.651,8.384],[-12.651,-5.674],[-13.474,-5.924]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":23,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-6.671,8.176],[16.599,7.759],[16.474,-6.884],[-6.671,-8.592]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":25,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.318,8.219],[16.474,6.884],[16.724,-6.884],[1.318,-8.549]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":27,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[8.193,8.594],[15.474,6.134],[15.474,-4.259],[8.193,-8.174]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":28,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-4.888,6.372],[-0.813,7.631],[0.687,-6.25],[-3.826,-6.005]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":29,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-12.47,6.085],[-1.099,8.353],[-0.099,-6.306],[-12.345,-6.933]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":31,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-12.655,4.185],[3.051,7.604],[2.632,-5.896],[-12.16,-4.246]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":33,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.511,5.918],[4.983,7.906],[4.704,-6.684],[-13.119,-5.209]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":35,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-15.367,6.901],[9.916,8.208],[9.776,-7.471],[-15.202,-7.171]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":37,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-6.884],[-16.724,-6.884]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":40,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-8.384],[-16.724,-8.384]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"t":56,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-8.384],[-16.724,-8.384]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":58,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[7.349,8.384],[7.349,-8.384],[-16.724,-8.384]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":60,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,4.754],[-2.026,8.384],[-2.026,-8.384],[-16.724,-5.964]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":62,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,4.754],[-7.026,8.384],[-7.026,-8.384],[-16.724,-5.964]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":64,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-9.724,4.948],[-14.776,8.19],[-14.776,-8.336],[-12.224,-5.771]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":65,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.776,5.625],[-5.776,5.287],[-5.651,-5.432],[0.526,-5.722]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":66,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[13.276,6.303],[3.224,8.578],[3.474,-7.948],[13.276,-5.674]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":67,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[13.276,6.303],[-0.526,8.384],[-0.276,-8.142],[13.276,-5.674]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":68,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[13.151,6.835],[-8.151,8.771],[-7.651,-7.706],[13.026,-6.593]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":69,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[12.276,7.948],[-14.776,9.642],[-15.776,-6.69],[12.026,-6.932]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":72,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.776,8.529],[-16.526,8.674],[-16.526,-7.852],[16.276,-7.9]]}]},{"t":73,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-8.384],[-16.724,-8.384]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":21,"s":[91,89,130,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":24,"s":[91,89,130,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":58,"s":[91,89,130,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":65,"s":[91,89,130,255]},{"t":66,"s":[255,219,67,255]}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[16.974,143.662]}}],"nm":"Group 1"}],"bounds":{"l":0,"t":134,"b":154,"r":34},"ip":21,"op":74,"st":14},{"ddd":0,"ind":3,"ty":4,"nm":"I 3","ks":{"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":17,"s":[100.151,186.87,0],"to":[0,-3.33333325386047,0],"ti":[0,-1.66666662693024,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":24,"s":[100.151,166.87,0],"to":[0,1.66666662693024,0],"ti":[0,-5,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"t":33,"s":[100.151,196.87,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":56,"s":[100.151,196.87,0],"to":[0,-7,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":63,"s":[100.151,154.87,0],"to":[0,0,0],"ti":[0,-7,0]},{"t":73,"s":[100.151,196.87,0]}]},"a":{"k":[16.974,152.148,0]},"s":{"k":[100,211.277,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":17,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.322,135.028],[3.572,151.028],[3.697,150.903],[3.447,135.028]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":19,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.822,134.778],[3.572,151.028],[10.322,152.528],[10.822,135.028]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":21,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.041,136.278],[4.041,150.278],[18.447,152.028],[18.572,135.403]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":23,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[17.416,137.028],[16.416,151.028],[25.322,152.153],[25.072,136.028]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":25,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.541,137.429],[15.916,151.883],[32.197,150.403],[32.447,137.653]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":27,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[18.916,137.778],[19.541,151.028],[32.447,147.903],[32.447,139.653]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":29,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[21.207,137.049],[21.707,151.82],[32.447,147.903],[32.447,139.653]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":31,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[26.499,136.32],[26.874,152.611],[32.447,147.903],[32.447,139.653]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":32,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[30.02,136.61],[30.145,151.858],[32.447,147.903],[32.447,140.403]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"t":33,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[32.541,141.278],[32.416,148.028],[32.447,147.903],[32.447,141.153]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":56,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[32.541,141.278],[32.416,148.028],[32.447,147.903],[32.447,141.153]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"t":58,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[23.322,135.488],[23.822,151.856],[30.572,149.57],[30.572,136.33]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":60,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[17.447,135.37],[17.447,152.093],[30.572,149.57],[30.572,136.33]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":62,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[10.447,135.37],[10.447,152.093],[30.572,149.57],[30.572,136.33]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":64,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.072,135.37],[1.072,152.093],[30.572,151.345],[30.572,135.146]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":68,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.072,137.973],[6.947,149.667],[17.572,151.522],[17.072,135.265]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":69,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[6.822,135.074],[7.072,151.206],[3.822,149.333],[3.822,139.169]]}]},{"t":72,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.053,137.914],[0.697,150.496],[0.197,152.765],[-0.053,137.75]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[54,134,147,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[24,143]},"a":{"k":[24,143]},"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":32,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":33,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":56,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":57,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":71,"s":[100]},{"t":72,"s":[0]}]}}],"nm":"Shape 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":17,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.474,8.134],[-12.651,8.384],[-12.651,-8.384],[-13.474,-8.634]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":19,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-6.671,8.176],[16.599,7.759],[16.474,-6.884],[-6.671,-8.592]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":21,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.318,8.219],[16.474,6.884],[16.724,-6.884],[1.318,-8.549]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":23,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[8.193,8.594],[15.474,6.134],[15.474,-4.259],[8.193,-8.174]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":25,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-12.47,6.085],[-1.099,8.353],[-0.099,-6.306],[-12.345,-6.933]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":27,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-12.655,4.185],[3.051,7.604],[2.632,-5.896],[-12.16,-4.246]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":29,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.511,5.918],[4.983,7.906],[4.704,-6.684],[-13.119,-5.209]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":31,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-15.367,6.901],[9.916,8.208],[9.776,-7.471],[-15.202,-7.171]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":33,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-6.884],[-16.724,-6.884]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":36,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-8.384],[-16.724,-8.384]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"t":56,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-8.384],[-16.724,-8.384]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":58,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[6.724,8.384],[6.724,-8.384],[-16.724,-8.384]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":60,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,5.13],[1.099,8.384],[1.099,-8.384],[-16.724,-6.905]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":62,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-15.974,5.544],[-5.901,8.384],[-5.901,-8.384],[-16.224,-6.136]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":64,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-15.974,5.544],[-15.276,8.384],[-15.276,-8.384],[-16.224,-6.136]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":65,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-4.8,5.258],[-7.5,3.863],[-7.25,-4.325],[-4.975,-5.671]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":67,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.727,7.09],[4.219,8.137],[3.407,-8.398],[16.932,-6.827]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":68,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[14.646,7.419],[0.347,7.64],[0.069,-8.287],[15.016,-7.57]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":69,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[13.026,7.674],[-9.776,7.674],[-10.526,-8.621],[13.526,-8.147]]}]},{"t":72,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.151,9.094],[-17.151,9.094],[-17.151,-8.502],[16.651,-8.147]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":66,"s":[74,161,175,255]},{"t":67,"s":[255,219,67,255]}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[16.974,143.662]}}],"nm":"Group 1"}],"bounds":{"l":-1,"t":134,"b":153,"r":34},"ip":17,"op":73,"st":10},{"ddd":0,"ind":4,"ty":4,"nm":"I 9","ks":{"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":56,"s":[100.151,223.62,0],"to":[0.02186059206724,0.14368276298046,0],"ti":[0.02193058468401,0.13852313160896,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":64,"s":[100.151,184.12,0],"to":[-0.01030175201595,-0.06507036089897,0],"ti":[-0.05446662008762,-0.11707740277052,0]},{"t":72,"s":[100.151,223.62,0]}]},"a":{"k":[16.974,152.148,0]},"s":{"k":[100,179.277,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":56,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[32.541,141.278],[32.416,148.028],[32.447,147.903],[32.447,141.153]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"t":58,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[24.791,137.812],[24.791,152.37],[35.447,148.681],[34.822,140.284]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":60,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.285,136.019],[15.262,152.278],[29.065,148.392],[28.365,138.98]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":62,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[13.182,135.976],[12.622,153.468],[24.007,148.864],[23.307,140.857]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":64,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.98,137.051],[5.33,149.571],[26.322,149.138],[24.86,137.091]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":66,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.87,136.938],[1.413,147.291],[19.847,149.115],[19.856,135.728]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":67,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.273,135.946],[4.483,146.205],[20.142,149.605],[20.34,134.129]]}]},{"t":69,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.747,136.666],[-0.725,147.897],[1.07,150.085],[0.803,135.684]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[192,86,59,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[24,143]},"a":{"k":[24,143]},"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":56,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":57,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":69,"s":[100]},{"t":70,"s":[0]}]}}],"nm":"Shape 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":56,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-6.902],[-16.724,-6.902]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":58,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-15.474,8.384],[7.974,8.663],[7.974,-5.874],[-15.474,-6.153]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":59,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-14.971,6.802],[3.793,8.66],[3.918,-6.545],[-14.13,-5.409]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":60,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-14.468,5.219],[-1.638,8.657],[-1.638,-7.635],[-12.787,-4.666]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":61,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.924,5.665],[-2.749,9.138],[-2.738,-7.669],[-12.243,-4.221]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":62,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.225,6.238],[-4.176,9.756],[-3.616,-7.713],[-11.544,-3.648]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":64,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-12.508,5.234],[-11.44,5.676],[-10.791,-6.641],[-12.184,-4.522]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":66,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[2.771,5.192],[8.32,3.615],[7.293,-5.681],[2.248,-7.892]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":67,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.055,5.857],[15.419,2],[15.024,-5.653],[3.16,-9.535]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":69,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-15.953,6.209],[13.033,6.435],[12.702,-7.736],[-16.181,-8.004]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":72,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-6.884],[-16.724,-6.884]]}]},{"t":73,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-8.384],[-16.724,-8.384]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":65,"s":[221,120,94,255]},{"t":66,"s":[255,219,67,255]}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[16.974,143.662]}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[28.166,141.696],[28.041,131.713],[32.822,130.611],[32.822,140.595]]}},"nm":"Path 1"},{"ty":"tr","o":{"k":0}}],"nm":"Group 2"},{"ty":"gr","it":[{"ty":"tr"}],"nm":"Group 3"}],"bounds":{"l":-1,"t":130,"b":154,"r":36},"ip":56,"op":73,"st":18},{"ddd":0,"ind":5,"ty":4,"nm":"I 2","ks":{"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":13,"s":[100.151,217.12,0],"to":[0,-3.33333325386047,0],"ti":[0,-1,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":20,"s":[100.151,197.12,0],"to":[0,1,0],"ti":[0,-4.33333349227905,0]},{"t":29,"s":[100.151,223.12,0]}]},"a":{"k":[16.974,152.148,0]},"s":{"k":[100,159.277,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":13,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.322,135.028],[3.572,151.028],[3.697,150.903],[3.447,135.028]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":15,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.822,134.778],[3.572,151.028],[10.322,152.528],[10.822,135.028]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":17,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.041,136.278],[4.041,150.278],[18.447,152.028],[18.572,135.403]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":19,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[17.416,137.028],[16.416,151.028],[25.322,152.153],[25.072,136.028]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":21,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.791,137.484],[15.916,151.999],[32.197,150.403],[32.447,137.653]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":23,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[18.916,137.778],[19.541,151.028],[32.447,147.903],[32.447,139.653]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":25,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[21.207,137.049],[21.707,151.82],[32.447,147.903],[32.447,139.653]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":27,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[26.499,136.32],[26.874,152.611],[32.447,147.903],[32.447,139.653]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":28,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[30.27,136.523],[30.145,152.282],[32.447,147.903],[32.447,140.403]]}]},{"t":29,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[32.541,141.278],[32.416,148.028],[32.447,147.903],[32.447,141.153]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[192,86,59,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[24,143]},"a":{"k":[24,143]},"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":13,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":14,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":28,"s":[100]},{"t":29,"s":[0]}]}}],"nm":"Shape 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":13,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.474,8.134],[-12.651,8.384],[-12.651,-8.384],[-13.474,-8.634]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":15,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-6.671,8.176],[16.599,7.759],[16.474,-6.884],[-6.671,-8.592]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":17,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.318,8.219],[16.474,6.884],[16.724,-6.884],[1.318,-8.549]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":19,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[8.193,8.594],[15.474,6.134],[15.474,-4.259],[8.193,-8.174]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":21,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-12.47,6.085],[-1.099,8.353],[-0.974,-6.227],[-12.345,-6.933]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":23,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-12.655,4.185],[3.051,7.604],[2.632,-5.896],[-12.16,-4.246]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":25,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.511,5.918],[4.983,7.906],[4.704,-6.684],[-13.119,-5.209]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":27,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-15.367,6.901],[9.916,8.208],[9.776,-7.471],[-15.202,-7.171]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":29,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-6.884],[-16.724,-6.884]]}]},{"t":32,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-8.384],[-16.724,-8.384]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[16.974,143.662]}}],"nm":"Group 1"}],"bounds":{"l":0,"t":134,"b":153,"r":34},"ip":14,"op":56,"st":6},{"ddd":0,"ind":6,"ty":4,"nm":"I ","ks":{"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":9,"s":[100.151,239.87,0],"to":[0,-0.08333333581686,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":16,"s":[100.151,219.87,0],"to":[0,0,0],"ti":[0.0625,-0.14583332836628,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":25,"s":[100.151,239.87,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":56,"s":[100.151,239.87,0],"to":[0,-4.5,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":63,"s":[100.151,212.87,0],"to":[0,0,0],"ti":[0.0625,-0.14583332836628,0]},{"t":72,"s":[100.151,239.87,0]}]},"a":{"k":[16.974,152.148,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":9,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.322,135.028],[3.572,151.028],[3.697,150.903],[3.447,135.028]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":11,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.822,134.778],[3.572,151.028],[10.322,152.528],[10.822,135.028]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":13,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.041,136.278],[4.041,150.278],[18.447,152.028],[18.572,135.403]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":15,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[17.416,137.028],[16.416,151.028],[25.322,152.153],[25.072,136.028]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":17,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.541,136.778],[16.166,151.528],[32.197,150.403],[32.447,137.653]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":19,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[18.916,137.778],[19.541,151.028],[32.447,147.903],[32.447,139.653]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":21,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[21.207,137.049],[21.707,151.82],[32.447,147.903],[32.447,139.653]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":23,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[26.499,136.32],[26.874,152.611],[32.447,147.903],[32.447,139.653]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":25,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[32.541,141.278],[32.416,148.028],[32.447,147.903],[32.447,141.153]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":56,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[32.541,141.278],[32.416,148.028],[32.447,147.903],[32.447,141.153]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"t":58,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[26.072,135.528],[26.072,151.903],[31.822,147.528],[31.572,137.778]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":60,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[19.197,135.528],[19.197,151.903],[31.822,147.528],[31.572,137.778]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":62,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[13.26,135.528],[13.26,151.903],[29.635,148.153],[29.385,136.84]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":64,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[6.76,135.278],[6.76,151.653],[28.26,151.028],[28.01,135.653]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":66,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.385,135.028],[3.385,151.403],[25.01,151.778],[24.885,135.403]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":68,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.385,139.653],[4.885,147.528],[15.01,151.153],[15.01,134.153]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":70,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.635,138.153],[3.635,146.903],[4.666,150.519],[4.291,133.855]]}]},{"t":71,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.385,139.653],[4.885,147.528],[5.385,149.528],[5.385,139.278]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[149,39,25,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[24,143]},"a":{"k":[24,143]},"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":24,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":25,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":56,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":57,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":70,"s":[100]},{"t":71,"s":[0]}]}}],"nm":"Shape 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":9,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.474,8.134],[-13.276,8.385],[-13.276,-8.383],[-13.474,-8.634]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":11,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-6.671,8.176],[16.599,7.759],[16.474,-6.884],[-6.671,-8.592]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":13,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.318,8.219],[16.474,6.884],[16.724,-6.884],[1.318,-8.549]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":15,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[8.193,8.594],[15.474,6.134],[15.474,-4.259],[8.193,-8.174]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":17,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-12.47,6.085],[-1.099,8.353],[-0.099,-6.306],[-12.345,-6.933]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":19,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-12.655,4.185],[3.051,7.604],[2.632,-5.896],[-12.16,-4.246]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":21,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.511,5.918],[4.983,7.906],[4.704,-6.684],[-13.119,-5.209]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":23,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-15.367,6.901],[9.916,8.208],[9.776,-7.471],[-15.202,-7.171]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":25,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-6.884],[-16.724,-6.884]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":28,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-8.384],[-16.724,-8.384]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"t":56,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-8.384],[-16.724,-8.384]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":58,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[9.224,8.384],[9.224,-8.384],[-16.724,-8.384]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":60,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.411,6.197],[2.349,8.384],[2.349,-8.384],[-16.411,-5.259]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":62,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.255,5.728],[-3.589,8.384],[-3.589,-8.384],[-16.255,-4.947]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":64,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-11.88,3.603],[-10.089,8.134],[-10.089,-8.634],[-12.13,-2.697]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":66,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[10.745,4.228],[7.536,7.884],[7.286,-8.134],[10.37,-6.072]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":68,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[10.87,5.478],[-2.464,7.259],[-2.589,-9.384],[10.245,-7.947]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":71,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.995,7.603],[-16.589,7.134],[-16.964,-9.759],[15.495,-9.447]]}]},{"t":72,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.724,8.384],[16.724,8.384],[16.724,-8.384],[-16.724,-8.384]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":66,"s":[204,69,51,255]},{"t":67,"s":[255,219,67,255]}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[16.974,143.662]}}],"nm":"Group 1"}],"bounds":{"l":0,"t":133,"b":153,"r":34},"ip":9,"op":73,"st":2},{"ddd":0,"ind":7,"ty":4,"nm":"Ioriginal 2","ks":{"p":{"k":[99.41,168.975,0]},"a":{"k":[1158.727,84.648,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.723,-74.933],[16.723,-74.933],[16.723,74.933],[-16.723,74.933]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[1159.318,78.614]}}],"nm":"Group 3"}],"bounds":{"l":1142,"t":3,"b":154,"r":1177},"ip":73,"op":5969,"st":-7},{"ddd":0,"ind":8,"ty":4,"nm":"Ioriginal","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":8,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":9,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":76,"s":[0]},{"t":77,"s":[100]}]},"p":{"k":[99.41,168.975,0]},"a":{"k":[1158.727,84.648,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":0,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.723,-74.933],[16.723,-74.933],[16.723,74.933],[-16.723,74.933]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":2,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.723,-84.933],[16.723,-84.933],[16.723,74.933],[-16.723,74.933]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":3,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.723,-85.933],[16.723,-85.933],[16.723,74.933],[-16.723,74.933]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":9,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.723,75.068],[16.723,75.068],[16.723,74.933],[-16.723,74.933]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":76,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.723,75.068],[16.723,75.068],[16.723,74.933],[-16.723,74.933]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":91.158,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.723,-78.933],[16.723,-78.933],[16.723,74.933],[-16.723,74.933]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":99.579,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.723,-70.933],[16.723,-70.933],[16.723,74.933],[-16.723,74.933]]}]},{"t":108,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.723,-74.933],[16.723,-74.933],[16.723,74.933],[-16.723,74.933]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[1159.318,78.614]}}],"nm":"Group 3"}],"bounds":{"l":1142,"t":-8,"b":154,"r":1177},"ip":0,"op":73,"st":-7}]},{"id":"comp_36","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"linea1b","ks":{"p":{"k":[120.5,87,0]},"a":{"k":[-5,-49,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-71.5,-49],[59.5,-49]]}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":40,"s":[0]},{"t":47,"s":[100]}]},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":33,"s":[0]},{"t":42,"s":[100]}]},"o":{"k":0},"m":1,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[91,89,130,255]},"o":{"k":100},"w":{"k":4},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr"}],"nm":"Shape 1"}],"bounds":{"l":-74,"t":-51,"b":-47,"r":62},"ip":24,"op":6320,"st":20},{"ddd":0,"ind":1,"ty":4,"nm":"linea1","ks":{"p":{"k":[81.5,156.5,0]},"a":{"k":[-46,20.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-16.5,94],[-73.5,-48.5]]}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":32,"s":[0]},{"t":40,"s":[100]}]},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":26,"s":[0]},{"t":33,"s":[100]}]},"o":{"k":0},"m":1,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[91,89,130,255]},"o":{"k":100},"w":{"k":4},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-42.25,30.25]},"a":{"k":[-42.25,30.25]}}],"nm":"Shape 1"}],"bounds":{"l":-76,"t":-51,"b":96,"r":-14},"ip":24,"op":6320,"st":20},{"ddd":0,"ind":2,"ty":4,"nm":"V_miscelanea9","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":22,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":23,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":31,"s":[100]},{"t":32,"s":[0]}]},"p":{"k":[173.5,77.5,0]},"a":{"k":[48.5,-60,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":22,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[48.125,-58.875],[48.375,-58.875]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":27,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[48.125,-58.875],[53.625,-69.625]]}]},{"t":32,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[53.75,-69.75],[53.625,-69.625]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[91,89,130,255]},"o":{"k":100},"w":{"k":4},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr"}],"nm":"Shape 1"}],"bounds":{"l":46,"t":-72,"b":-56,"r":56},"ip":24,"op":32,"st":20},{"ddd":0,"ind":3,"ty":4,"nm":"V_miscelanea8","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":21,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":22,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":30,"s":[100]},{"t":31,"s":[0]}]},"r":{"k":-15},"p":{"k":[60.125,64.375,0]},"a":{"k":[-28,-78,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":21,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-27.885,-77.396],[-27.846,-77.304]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":26,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-28,-77.75],[-29.931,-86.728]]}]},{"t":31,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-29.882,-86.666],[-29.931,-86.728]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[204,69,51,255]},"o":{"k":100},"w":{"k":4},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr"}],"nm":"Shape 1"}],"bounds":{"l":-32,"t":-89,"b":-75,"r":-25},"ip":23,"op":31,"st":19},{"ddd":0,"ind":4,"ty":4,"nm":"V_miscelanea7","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":23,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":24,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":32,"s":[100]},{"t":33,"s":[0]}]},"p":{"k":[95.5,60,0]},"a":{"k":[-29.5,-77.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":23,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-27.531,-77.125],[-27.656,-77.125]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":28,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-28,-77.75],[-30.75,-88.5]]}]},{"t":33,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-30.906,-88.969],[-30.906,-88.969]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"w":{"k":4},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr"}],"nm":"Shape 1"}],"bounds":{"l":-33,"t":-91,"b":-75,"r":-25},"ip":26,"op":6322,"st":22},{"ddd":0,"ind":5,"ty":4,"nm":"V_miscelanea6","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":28,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"t":30,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":52,"s":[100]},{"t":55,"s":[0]}]},"r":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":28,"s":[0]},{"t":57,"s":[-107]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":28,"s":[93.588,88.564,0],"to":[-3.75,-9.5,0],"ti":[3.75,9.5,0]},{"t":55,"s":[71.088,31.564,0]}]},"a":{"k":[27.647,13.058,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-5.621,6.001],[-4.578,-6.001],[5.621,0.933]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[91,89,130,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[29.493,12.751]}}],"nm":"Group 3"}],"bounds":{"l":23,"t":6,"b":19,"r":36},"ip":28,"op":6314,"st":14},{"ddd":0,"ind":6,"ty":4,"nm":"V_miscelanea5","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":23,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"t":25,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":45,"s":[100]},{"t":48,"s":[0]}]},"r":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":23,"s":[0]},{"t":52,"s":[-91.625]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":23,"s":[150.088,93.064,0],"to":[3.33333325386047,-6.66666650772095,0],"ti":[-3.33333325386047,6.66666650772095,0]},{"t":48,"s":[170.088,53.064,0]}]},"a":{"k":[121.647,30.058,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-7.5,-6.163],[7.5,-6.163],[0,6.163]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[204,69,51,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[122.058,31.157]}}],"nm":"Group 4"}],"bounds":{"l":114,"t":24,"b":38,"r":130},"ip":23,"op":6314,"st":14},{"ddd":0,"ind":7,"ty":4,"nm":"V_miscelanea4","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":23,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"t":26,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":52,"s":[100]},{"t":55,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":23,"s":[119.588,85.564,0],"to":[0,-3.75,0],"ti":[0,3.75,0]},{"t":53,"s":[119.588,63.064,0]}]},"a":{"k":[71.147,4.058,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-1.778],[1.778,0],[0,1.778],[-1.778,0]],"o":[[0,1.778],[-1.778,0],[0,-1.778],[1.778,0]],"v":[[3.22,0],[-0.001,3.22],[-3.22,0],[-0.001,-3.22]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[71.252,3.47]}}],"nm":"Group 8"}],"bounds":{"l":68,"t":0,"b":7,"r":75},"ip":23,"op":6314,"st":14},{"ddd":0,"ind":8,"ty":4,"nm":"V_miscelanea3","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":22,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"t":25,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":51,"s":[100]},{"t":54,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":22,"s":[123.088,77.564,0],"to":[0.25,-8.66666698455811,0],"ti":[-0.25,8.66666698455811,0]},{"t":54,"s":[124.588,25.564,0]}]},"a":{"k":[74.647,54.558,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-1.778],[1.778,0],[0,1.778],[-1.778,0]],"o":[[0,1.778],[-1.778,0],[0,-1.778],[1.778,0]],"v":[[3.22,0],[-0.001,3.22],[-3.22,0],[-0.001,-3.22]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[74.252,54.47]}}],"nm":"Group 9"}],"bounds":{"l":71,"t":51,"b":58,"r":78},"ip":22,"op":6314,"st":14},{"ddd":0,"ind":9,"ty":4,"nm":"V_miscelanea2","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":20,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"t":22,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":48,"s":[100]},{"t":50,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":20,"s":[84.588,73.064,0],"to":[-1.66666662693024,-5,0],"ti":[1.66666662693024,5,0]},{"t":50,"s":[74.588,43.064,0]}]},"a":{"k":[36.147,50.058,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":20,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":26,"s":[105,105,100]},{"t":29,"s":[100,100,100]}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-2.769],[2.769,0],[0,2.769],[-2.769,0]],"o":[[0,2.769],[-2.769,0],[0,-2.769],[2.769,0]],"v":[[5.013,0],[0,5.013],[-5.013,0],[0,-5.013]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"w":{"k":3},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[36.045,50.264]}}],"nm":"Group 10"}],"bounds":{"l":29,"t":43,"b":57,"r":43},"ip":20,"op":6314,"st":14},{"ddd":0,"ind":10,"ty":4,"nm":"V_miscelanea1","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":21,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"t":23,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":49,"s":[100]},{"t":51,"s":[0]}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":21,"s":[143.588,55.314,0],"to":[0.41666665673256,-2.08333325386047,0],"ti":[-0.41666665673256,2.08333325386047,0]},{"t":49,"s":[146.088,42.814,0]}]},"a":{"k":[92.647,25.058,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":21,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":27,"s":[105,105,100]},{"t":30,"s":[100,100,100]}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-2.769],[2.769,0],[0,2.769],[-2.769,0]],"o":[[0,2.769],[-2.769,0],[0,-2.769],[2.769,0]],"v":[[5.013,0],[0,5.013],[-5.013,0],[0,-5.013]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"w":{"k":3},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[93.045,25.264]}}],"nm":"Group 11"}],"bounds":{"l":86,"t":18,"b":32,"r":100},"ip":21,"op":6314,"st":14},{"ddd":0,"ind":11,"ty":4,"nm":"Voriginal 3","ks":{"p":{"k":[127.41,148.975,0]},"a":{"k":[1054.727,64.648,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":45,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,36.475],[-0.491,3.836],[-0.736,-12.417],[-1.257,-47.019],[-1.458,-60.393],[-1.586,-68.932],[74.397,-68.932],[73.406,-66.567],[67.806,-53.194],[14.151,74.932],[-14.149,74.932],[-70.15,-58.792],[-71.545,-62.124],[-73.328,-66.38],[-74.397,-68.932],[-0.663,-68.932],[-0.586,-56.724],[-0.461,-36.839],[-0.337,-17.255],[-0.185,6.97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":48,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,36.475],[-0.491,3.836],[-0.736,-12.417],[-1.256,-47.019],[-1.458,-60.393],[-1.586,-68.932],[74.397,-68.932],[73.406,-66.567],[67.806,-53.194],[14.151,74.932],[-14.149,74.932],[-70.15,-58.792],[-71.545,-62.124],[-73.328,-66.38],[-74.397,-68.932],[-0.662,-68.932],[-0.586,-56.724],[-0.461,-36.839],[-0.337,-17.255],[-0.185,6.97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":50,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,36.475],[-0.491,3.836],[-0.736,-12.417],[-1.256,-47.019],[-1.458,-60.393],[-1.586,-68.932],[74.397,-68.932],[73.406,-66.567],[67.806,-53.194],[14.151,74.932],[-14.149,74.932],[-70.15,-58.792],[-71.545,-62.124],[-73.328,-66.38],[-74.397,-68.932],[-0.662,-68.932],[-0.586,-56.724],[-0.461,-36.839],[-0.337,-17.255],[-0.185,6.97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":55,"s":[{"i":[[0,0],[26.863,10.402],[-16.87,2.506],[-24.357,2.203],[-38.999,-1.081],[0,0],[0,0],[0.755,-3.963],[0.814,-2.437],[0,0],[0,0],[1.321,3.677],[0.185,0.479],[0.212,0.326],[0,0],[0,0],[-35.823,-0.929],[-48.843,-1.006],[-18.637,-6.745],[-18.935,-6.744]],"o":[[0,0],[27.113,-7.098],[15.755,-7.619],[47.643,-2.547],[35.501,-2.081],[0,0],[0,0],[-0.199,1.043],[-0.814,2.437],[0,0],[0,0],[-1.321,-3.677],[-1.067,-2.758],[-1.108,-1.709],[0,0],[0,0],[40.177,-1.179],[22.407,-0.506],[11.388,-0.656],[-30.935,13.756]],"v":[[0.001,26.875],[-0.201,6.659],[4.532,-13.696],[11.269,-33.393],[14.161,-57.109],[6.414,-74.533],[77.547,-72.533],[74.164,-64.754],[65.383,-43.479],[14.151,74.933],[-14.149,74.933],[-65.792,-45.903],[-69.304,-54.155],[-73.876,-64.406],[-77.397,-72.533],[6.837,-74.533],[-6.765,-58.01],[-3.246,-32.934],[-2.226,-12.784],[-0.903,6.554]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":56,"s":[{"i":[[0,0],[37.113,10.902],[-16.87,2.506],[-26.857,2.453],[-38.999,-1.081],[0,0],[0,0],[0.755,-3.963],[0.814,-2.437],[0,0],[0,0],[1.321,3.677],[0.185,0.479],[0.212,0.326],[0,0],[0,0],[-54.823,1.071],[-66.843,1.494],[-34.862,-2.656],[-34.685,-6.994]],"o":[[0,0],[45.613,-11.598],[35.379,-0.744],[61.143,-2.547],[48.751,-1.331],[0,0],[0,0],[-0.199,1.043],[-0.814,2.437],[0,0],[0,0],[-1.321,-3.677],[-1.067,-2.758],[-1.108,-1.709],[0,0],[0,0],[36.677,2.571],[22.407,-0.506],[11.388,-0.656],[-30.935,13.756]],"v":[[0.001,26.875],[-0.201,6.659],[4.532,-13.696],[9.769,-33.393],[14.161,-57.109],[6.414,-74.533],[77.547,-72.533],[74.164,-64.754],[65.383,-43.479],[14.151,74.933],[-14.149,74.933],[-65.792,-45.903],[-69.304,-54.155],[-73.876,-64.406],[-77.397,-72.533],[6.838,-74.533],[-2.265,-58.01],[-2.246,-32.934],[-2.226,-12.784],[-0.903,6.554]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":61,"s":[{"i":[[0,0],[-0.628,4.939],[-0.925,1.908],[-0.469,3.03],[-0.478,0.81],[0,0],[0,0],[1.258,-6.606],[1.356,-4.062],[0,0],[0,0],[2.201,6.129],[0.309,0.798],[0.353,0.544],[0,0],[0,0],[-3.921,-7.262],[-4.056,-7.475],[-2.772,-6.655],[-3.296,-7.492]],"o":[[0,0],[0.628,-4.939],[2.451,-5.058],[1.085,-7.006],[1.588,-2.687],[0,0],[0,0],[-0.331,1.738],[-1.356,4.062],[0,0],[0,0],[-2.201,-6.129],[-1.778,-4.597],[-1.847,-2.849],[0,0],[0,0],[1.29,2.389],[1.397,2.574],[1.295,3.109],[3.759,8.543]],"v":[[0.001,20.475],[9.784,-0.001],[15.961,-12.882],[27.327,-39.934],[35.824,-58.252],[43.414,-74.932],[79.647,-74.932],[74.67,-63.545],[63.768,-37.002],[14.15,74.932],[-14.149,74.932],[-62.887,-37.311],[-67.81,-48.842],[-74.241,-63.091],[-79.397,-74.932],[-43.163,-74.932],[-34.01,-54.701],[-23.644,-32.414],[-15.361,-14.595],[-7.332,3.865]]}]},{"t":67,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,20.475],[11.818,-9.068],[17.702,-23.778],[30.23,-55.098],[35.072,-67.203],[38.164,-74.932],[74.397,-74.932],[73.406,-72.468],[67.806,-58.538],[14.151,74.932],[-14.149,74.932],[-70.15,-64.369],[-71.545,-67.84],[-73.328,-72.273],[-74.397,-74.932],[-38.163,-74.932],[-33.742,-63.882],[-26.543,-45.883],[-19.453,-28.158],[-10.682,-6.231]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[1050.405,78.614]}}],"nm":"Group 4"}],"bounds":{"l":971,"t":3,"b":154,"r":1131},"ip":50,"op":3751,"st":-6},{"ddd":0,"ind":12,"ty":4,"nm":"Voriginal 2","ks":{"p":{"k":[127.41,148.975,0]},"a":{"k":[1054.727,64.648,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":50,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,36.475],[-0.491,3.836],[-0.736,-12.417],[-1.257,-47.019],[-1.458,-60.393],[-1.586,-68.932],[74.397,-68.932],[73.406,-66.567],[67.806,-53.194],[14.151,74.932],[-14.149,74.932],[-70.15,-58.792],[-71.545,-62.124],[-73.328,-66.38],[-74.397,-68.932],[-0.663,-68.932],[-0.586,-56.724],[-0.461,-36.839],[-0.337,-17.255],[-0.185,6.97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":53,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,36.475],[-0.491,3.836],[-0.736,-12.417],[-1.256,-47.019],[-1.458,-60.393],[-1.586,-68.932],[74.397,-68.932],[73.406,-66.567],[67.806,-53.194],[14.151,74.932],[-14.149,74.932],[-70.15,-58.792],[-71.545,-62.124],[-73.328,-66.38],[-74.397,-68.932],[-0.662,-68.932],[-0.586,-56.724],[-0.461,-36.839],[-0.337,-17.255],[-0.185,6.97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":55,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,36.475],[-0.491,3.836],[-0.736,-12.417],[-1.256,-47.019],[-1.458,-60.393],[-1.586,-68.932],[74.397,-68.932],[73.406,-66.567],[67.806,-53.194],[14.151,74.932],[-14.149,74.932],[-70.15,-58.792],[-71.545,-62.124],[-73.328,-66.38],[-74.397,-68.932],[-0.662,-68.932],[-0.586,-56.724],[-0.461,-36.839],[-0.337,-17.255],[-0.185,6.97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":60,"s":[{"i":[[0,0],[26.863,10.402],[-16.87,2.506],[-24.357,2.203],[-38.999,-1.081],[0,0],[0,0],[0.755,-3.963],[0.814,-2.437],[0,0],[0,0],[1.321,3.677],[0.185,0.479],[0.212,0.326],[0,0],[0,0],[-35.823,-0.929],[-48.843,-1.006],[-18.637,-6.745],[-18.935,-6.744]],"o":[[0,0],[27.113,-7.098],[15.755,-7.619],[47.643,-2.547],[35.501,-2.081],[0,0],[0,0],[-0.199,1.043],[-0.814,2.437],[0,0],[0,0],[-1.321,-3.677],[-1.067,-2.758],[-1.108,-1.709],[0,0],[0,0],[40.177,-1.179],[22.407,-0.506],[11.388,-0.656],[-30.935,13.756]],"v":[[0.001,26.875],[-0.201,6.659],[4.532,-13.696],[11.269,-33.393],[14.161,-57.109],[6.414,-74.533],[77.547,-72.533],[74.164,-64.754],[65.383,-43.479],[14.151,74.933],[-14.149,74.933],[-65.792,-45.903],[-69.304,-54.155],[-73.876,-64.406],[-77.397,-72.533],[6.837,-74.533],[-6.765,-58.01],[-3.246,-32.934],[-2.226,-12.784],[-0.903,6.554]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":61,"s":[{"i":[[0,0],[37.113,10.902],[-16.87,2.506],[-26.857,2.453],[-38.999,-1.081],[0,0],[0,0],[0.755,-3.963],[0.814,-2.437],[0,0],[0,0],[1.321,3.677],[0.185,0.479],[0.212,0.326],[0,0],[0,0],[-54.823,1.071],[-66.843,1.494],[-34.862,-2.656],[-34.685,-6.994]],"o":[[0,0],[45.613,-11.598],[35.379,-0.744],[61.143,-2.547],[48.751,-1.331],[0,0],[0,0],[-0.199,1.043],[-0.814,2.437],[0,0],[0,0],[-1.321,-3.677],[-1.067,-2.758],[-1.108,-1.709],[0,0],[0,0],[36.677,2.571],[22.407,-0.506],[11.388,-0.656],[-30.935,13.756]],"v":[[0.001,26.875],[-0.201,6.659],[4.532,-13.696],[9.769,-33.393],[14.161,-57.109],[6.414,-74.533],[77.547,-72.533],[74.164,-64.754],[65.383,-43.479],[14.151,74.933],[-14.149,74.933],[-65.792,-45.903],[-69.304,-54.155],[-73.876,-64.406],[-77.397,-72.533],[6.838,-74.533],[-2.265,-58.01],[-2.246,-32.934],[-2.226,-12.784],[-0.903,6.554]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":66,"s":[{"i":[[0,0],[-0.628,4.939],[-0.925,1.908],[-0.469,3.03],[-0.478,0.81],[0,0],[0,0],[-0.38,-6.714],[5.144,-18.938],[0,0],[0,0],[4.779,4.424],[0.629,0.58],[0.433,0.483],[0,0],[0,0],[-3.921,-7.262],[-4.056,-7.475],[-2.772,-6.655],[-3.296,-7.492]],"o":[[0,0],[0.628,-4.939],[2.451,-5.058],[1.085,-7.006],[1.588,-2.687],[0,0],[0,0],[0.742,13.106],[-1.123,4.133],[0,0],[0,0],[-7.701,-7.129],[-8.778,-8.097],[-4.347,-4.849],[0,0],[0,0],[1.29,2.389],[1.397,2.574],[1.295,3.109],[3.759,8.543]],"v":[[0.001,20.475],[9.784,-0.001],[15.961,-12.882],[27.327,-39.934],[35.824,-58.252],[43.414,-74.932],[83.647,-79.932],[78.67,-68.545],[63.768,-37.002],[14.15,74.932],[-14.149,74.932],[-63.387,-36.311],[-67.31,-49.342],[-73.741,-63.591],[-78.897,-75.432],[-43.163,-74.932],[-34.01,-54.701],[-23.644,-32.414],[-15.361,-14.595],[-7.332,3.865]]}]},{"t":72,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,20.475],[11.818,-9.068],[17.702,-23.778],[30.23,-55.098],[35.072,-67.203],[38.164,-74.932],[74.397,-74.932],[73.406,-72.468],[67.806,-58.538],[14.151,74.932],[-14.149,74.932],[-70.15,-64.369],[-71.545,-67.84],[-73.328,-72.273],[-74.397,-74.932],[-38.163,-74.932],[-33.742,-63.882],[-26.543,-45.883],[-19.453,-28.158],[-10.682,-6.231]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[204,69,51,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[1050.405,78.614]}}],"nm":"Group 4"}],"bounds":{"l":971,"t":-2,"b":154,"r":1135},"ip":50,"op":72,"st":-1},{"ddd":0,"ind":13,"ty":4,"nm":"Voriginal","ks":{"p":{"k":[127.41,148.975,0]},"a":{"k":[1054.727,64.648,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,20.475],[38.164,-74.932],[74.397,-74.932],[14.151,74.932],[-14.149,74.932],[-74.397,-74.932],[-38.163,-74.932]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":4,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,20.475],[43.164,-74.932],[79.397,-74.932],[14.151,74.932],[-14.149,74.932],[-79.397,-74.932],[-43.163,-74.932]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":6,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,20.475],[43.164,-74.932],[79.397,-74.932],[14.151,74.932],[-14.149,74.932],[-79.397,-74.932],[-43.163,-74.932]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":10,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,20.475],[0.664,-74.932],[8.897,-74.932],[6.151,74.932],[-6.149,74.932],[-6.647,-74.932],[1.588,-74.932]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":13,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,20.475],[0.664,-74.932],[8.897,-74.932],[6.151,74.932],[-6.149,74.932],[-6.647,-74.932],[1.588,-74.932]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":19,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,20.475],[0.664,-54.932],[33.897,-54.932],[11.151,74.932],[-11.149,74.932],[-31.647,-54.932],[1.588,-54.932]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":20,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[2.001,29.117],[6.021,-59.575],[39.861,-59.575],[11.579,73.504],[-11.578,73.504],[-37.932,-59.575],[-4.091,-59.575]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":24,"s":[{"i":[[-10.92,0.38],[-6.252,-1.007],[0,0],[0,0],[0,0],[0,0],[-15.497,1.63]],"o":[[11.911,-0.414],[10.129,1.632],[0,0],[0,0],[0,0],[0,0],[9.574,-1.007]],"v":[[2.001,-92.025],[39.164,-90.432],[75.647,-87.432],[14.151,64.932],[-14.149,64.932],[-75.647,-87.432],[-38.663,-90.932]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":29,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,-64.525],[38.164,-64.932],[74.397,-64.932],[14.151,74.932],[-14.149,74.932],[-74.397,-64.932],[-38.163,-64.932]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":36,"s":[{"i":[[-17.411,-0.086],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[17.411,0.086],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-0.499,-82.025],[38.164,-79.932],[74.397,-74.932],[14.151,74.932],[-14.149,74.932],[-74.397,-74.932],[-38.163,-79.932]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":44,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,-66.525],[38.164,-66.932],[74.397,-66.932],[14.151,74.932],[-14.149,74.932],[-74.397,-66.932],[-38.163,-66.932]]}]},{"t":50,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,-68.525],[38.164,-68.932],[74.397,-68.932],[14.151,74.932],[-14.149,74.932],[-74.397,-68.932],[-38.163,-68.932]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[1050.405,78.614]}}],"nm":"Group 4"}],"bounds":{"l":971,"t":-14,"b":154,"r":1130},"ip":0,"op":50,"st":0}]},{"id":"comp_37","layers":[{"ddd":0,"ind":0,"ty":0,"nm":"MiscelaneasO2","refId":"comp_38","ks":{"r":{"k":180},"p":{"k":[134,237.5,0]},"a":{"k":[138.5,90,0]}},"w":277,"h":180,"ip":15,"op":6315,"st":15},{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 3","ks":{"r":{"k":25},"p":{"k":[79,83,0]},"a":{"k":[163,-47.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":14,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[164.5,-45.75],[164.5,-45.75]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":18,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[163,-47.5],[155.5,-60.5]]}]},{"t":22,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[154.75,-61.5],[154.75,-61.25]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr"}],"nm":"Shape 1"}],"bounds":{"l":152,"t":-64,"b":-43,"r":167},"ip":14,"op":22,"st":-12},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 4","ks":{"r":{"k":-27},"p":{"k":[60.5,94.5,0]},"a":{"k":[163,-47.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":12,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[164.5,-45.75],[164.5,-45.75]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":16,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[163,-47.5],[155.5,-60.5]]}]},{"t":20,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[154.75,-61.5],[154.75,-61.25]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[79,178,156,255]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr"}],"nm":"Shape 1"}],"bounds":{"l":152,"t":-64,"b":-43,"r":167},"ip":12,"op":20,"st":-16},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 2","ks":{"p":{"k":[69,88,0]},"a":{"k":[163,-47.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":13,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[164.5,-45.75],[164.5,-45.75]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":17,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[163,-47.5],[155.5,-60.5]]}]},{"t":21,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[154.75,-61.5],[154.75,-61.25]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[204,69,51,255]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr"}],"nm":"Shape 1"}],"bounds":{"l":152,"t":-64,"b":-43,"r":167},"ip":13,"op":21,"st":-15},{"ddd":0,"ind":4,"ty":0,"nm":"O_mask","refId":"comp_39","ks":{"p":{"k":[125,137.5,0]},"a":{"k":[125,137.5,0]}},"hasMask":true,"masksProperties":[{"cl":true,"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":19,"s":[{"i":[[53.586,0],[0,-49.776],[-52.43,0],[0,49.776]],"o":[[-52.719,0],[0,49.776],[53.875,0],[0,-49.776]],"v":[[128.561,71.553],[38,160.092],[128.272,250.22],[221,160.02]]}]},{"t":20,"s":[{"i":[[46.375,0],[0,-43.078],[-45.375,0],[0,43.078]],"o":[[-45.625,0],[0,43.078],[46.625,0],[0,-43.078]],"v":[[126.875,85.344],[48.5,161.969],[126.625,239.969],[206.875,161.906]]}]}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"w":250,"h":275,"ip":0,"op":6300,"st":0}]},{"id":"comp_38","layers":[{"ddd":0,"ind":0,"ty":3,"nm":"Null 1","ks":{"o":{"k":0},"p":{"k":[936.5,173,0]}},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":1,"ty":4,"nm":"V_miscelanea5","parent":0,"ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":8.865,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"t":10.108,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":22.541,"s":[100]},{"t":24.4052734375,"s":[0]}]},"r":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":8.865,"s":[0]},{"t":26.8916015625,"s":[-91.625]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":8.865,"s":[-759.912,-44.436,0],"to":[3.33333325386047,-6.66666650772095,0],"ti":[-3.33333325386047,6.66666650772095,0]},{"t":24.4052734375,"s":[-739.912,-84.436,0]}]},"a":{"k":[121.647,30.058,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-7.5,-6.163],[7.5,-6.163],[0,6.163]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[204,69,51,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[122.058,31.157]}}],"nm":"Group 4"}],"bounds":{"l":114,"t":24,"b":38,"r":130},"ip":10,"op":6301,"st":1},{"ddd":0,"ind":2,"ty":4,"nm":"V_miscelanea1","parent":0,"ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":7.622,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"t":8.865,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":25.027,"s":[100]},{"t":26.2705078125,"s":[0]}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":7.622,"s":[-766.412,-82.186,0],"to":[0.41666665673256,-2.08333325386047,0],"ti":[-0.41666665673256,2.08333325386047,0]},{"t":25.02734375,"s":[-763.912,-94.686,0]}]},"a":{"k":[92.647,25.058,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":7.622,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":11.352,"s":[105,105,100]},{"t":13.2158203125,"s":[100,100,100]}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-2.769],[2.769,0],[0,2.769],[-2.769,0]],"o":[[0,2.769],[-2.769,0],[0,-2.769],[2.769,0]],"v":[[5.013,0],[0,5.013],[-5.013,0],[0,-5.013]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"w":{"k":3},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[93.045,25.264]}}],"nm":"Group 11"}],"bounds":{"l":86,"t":18,"b":32,"r":100},"ip":8,"op":6301,"st":1},{"ddd":0,"ind":3,"ty":4,"nm":"V_miscelanea4","parent":0,"ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":8.865,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"t":10.729,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":26.892,"s":[100]},{"t":28.7568359375,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":8.865,"s":[-790.412,-51.936,0],"to":[0,-3.75,0],"ti":[0,3.75,0]},{"t":27.513671875,"s":[-790.412,-74.436,0]}]},"a":{"k":[71.147,4.058,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-1.778],[1.778,0],[0,1.778],[-1.778,0]],"o":[[0,1.778],[-1.778,0],[0,-1.778],[1.778,0]],"v":[[3.22,0],[-0.001,3.22],[-3.22,0],[-0.001,-3.22]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[71.252,3.47]}}],"nm":"Group 8"}],"bounds":{"l":68,"t":0,"b":7,"r":75},"ip":10,"op":6301,"st":1},{"ddd":0,"ind":4,"ty":4,"nm":"V_miscelanea3","parent":0,"ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":8.243,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"t":10.108,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":26.271,"s":[100]},{"t":28.134765625,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":8.243,"s":[-786.912,-59.936,0],"to":[0.25,-8.66666698455811,0],"ti":[-0.25,8.66666698455811,0]},{"t":28.134765625,"s":[-785.412,-111.936,0]}]},"a":{"k":[74.647,54.558,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-1.778],[1.778,0],[0,1.778],[-1.778,0]],"o":[[0,1.778],[-1.778,0],[0,-1.778],[1.778,0]],"v":[[3.22,0],[-0.001,3.22],[-3.22,0],[-0.001,-3.22]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[74.252,54.47]}}],"nm":"Group 9"}],"bounds":{"l":71,"t":51,"b":58,"r":78},"ip":9,"op":6301,"st":1},{"ddd":0,"ind":5,"ty":4,"nm":"V_miscelanea6","parent":0,"ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":17.757,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"t":19,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":29.892,"s":[100]},{"t":31.7568359375,"s":[0]}]},"r":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":17.757,"s":[0]},{"t":33,"s":[-107]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":17.757,"s":[-816.412,-48.936,0],"to":[-1.91666662693024,-5,0],"ti":[1.91666662693024,5,0]},{"t":32,"s":[-827.912,-78.936,0]}]},"a":{"k":[27.647,13.058,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-5.621,6.001],[-4.578,-6.001],[5.621,0.933]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":25,"s":[91,89,130,255]},{"t":26,"s":[204,69,51,255]}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[29.493,12.751]}}],"nm":"Group 3"}],"bounds":{"l":23,"t":6,"b":19,"r":36},"ip":15,"op":6301,"st":1},{"ddd":0,"ind":6,"ty":4,"nm":"V_miscelanea2","parent":0,"ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":7,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"t":8.243,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":24.405,"s":[100]},{"t":25.6484375,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":7,"s":[-825.412,-64.436,0],"to":[-1.66666662693024,-5,0],"ti":[1.66666662693024,5,0]},{"t":25.6484375,"s":[-835.412,-94.436,0]}]},"a":{"k":[36.147,50.058,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":7,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":10.729,"s":[105,105,100]},{"t":12.5947265625,"s":[100,100,100]}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-2.769],[2.769,0],[0,2.769],[-2.769,0]],"o":[[0,2.769],[-2.769,0],[0,-2.769],[2.769,0]],"v":[[5.013,0],[0,5.013],[-5.013,0],[0,-5.013]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"w":{"k":3},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[36.045,50.264]}}],"nm":"Group 10"}],"bounds":{"l":29,"t":43,"b":57,"r":43},"ip":7,"op":6301,"st":1}]},{"id":"comp_39","layers":[{"ddd":0,"ind":2,"ty":4,"nm":"O2 9","ks":{"p":{"k":[116.876,163.014,0]},"a":{"k":[89.33,96.169,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":35,"s":[{"i":[[-0.845,0.16],[-0.947,-0.135],[-1.979,-2.778],[3.259,0.883],[-5.808,1.788],[2.317,-0.171],[1.462,-1.617],[0.215,-0.604],[-1.13,-0.345]],"o":[[2.632,-0.384],[0.981,0.399],[1.271,1.472],[-4.532,-1.228],[3.442,-3.462],[-4.725,0.349],[-1.418,1.568],[0.965,2.146],[0.577,0.329]],"v":[[-27.371,-29.27],[-23.019,-30.475],[-18.488,-27.582],[-17.185,-30.882],[-16.159,-35.148],[-21.534,-36.439],[-30.548,-33.428],[-32.431,-30.006],[-30.794,-27.189]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":37,"s":[{"i":[[-5.501,-0.331],[-2.023,-2.064],[-2.729,-0.278],[-5.532,0.772],[-2.308,3.788],[-0.098,5.39],[7.401,-0.844],[1.137,-1.492],[-0.636,-0.996]],"o":[[2.655,0.16],[3.053,3.115],[4.521,1.472],[3.752,-0.524],[1.942,-3.962],[0.067,-3.671],[-7.168,0.818],[-2.035,1.396],[1.327,2.079]],"v":[[-25.871,-30.77],[-16.769,-27.475],[-11.988,-17.082],[-5.935,-23.632],[-5.659,-31.148],[0.216,-35.939],[-20.048,-38.928],[-32.931,-33.256],[-34.794,-28.189]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":39,"s":[{"i":[[-4.345,-2.84],[-1.947,-7.635],[-3.979,-4.278],[-11.032,-2.978],[-3.558,5.038],[10.567,12.579],[7.332,1.318],[7.011,-2.729],[-1.18,0.056]],"o":[[4.975,3.252],[2.071,8.123],[15.354,0],[11.593,3.13],[5.442,-4.962],[-8.351,-9.941],[-11.227,-2.018],[-4.785,3.646],[3.577,-0.171]],"v":[[-23.121,-24.02],[-13.019,-5.225],[-7.487,19.418],[6.065,5.618],[18.091,-9.398],[25.466,-23.939],[-0.798,-38.678],[-31.181,-37.506],[-38.044,-29.189]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":41,"s":[{"i":[[-2.369,-4.349],[-0.241,-5.938],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.179,2.63],[17.609,7.05],[7.011,-2.729],[-1.181,-0.04]],"o":[[2.843,5.219],[0.659,16.26],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-7.76,-17.308],[-10.59,-4.24],[-10.41,5.396],[6.387,0.216]],"v":[[-20.621,-21.52],[-17.019,-4.225],[-19.987,44.418],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[1.702,-40.178],[-33.681,-38.506],[-38.544,-28.689]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":43,"s":[{"i":[[-0.595,-7.59],[-1.947,-9.635],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[2.505,1.425],[14.832,13.068],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[3.223,15.951],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-15.683,-8.921],[-8.559,-7.541],[-10.41,5.396],[6.369,-0.533]],"v":[[-20.621,-21.52],[-22.02,3.025],[-19.987,46.918],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[4.952,-37.678],[-33.681,-38.506],[-37.044,-29.939]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":45,"s":[{"i":[[-0.595,-7.59],[1.553,-9.385],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.101,2.664],[15.832,8.818],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[-2.657,16.055],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-6.683,-16.171],[-9.966,-5.551],[-10.41,5.396],[6.369,-0.533]],"v":[[-22.871,-20.77],[-18.77,3.525],[-19.987,46.918],[17.065,34.118],[44.841,10.852],[36.966,0.061],[4.952,-37.678],[-31.681,-38.506],[-36.294,-29.689]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":47,"s":[{"i":[[12.442,-1.857],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[5.082,7.818],[7.715,-3.854],[6.873,1.01]],"o":[[-6.095,0.91],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-4.633,-7.127],[-4.285,6.146],[-18.173,-2.671]],"v":[[-12.371,-7.27],[-9.77,60.525],[7.513,63.918],[39.066,63.118],[65.841,77.352],[42.966,33.561],[11.952,-24.178],[-10.181,-39.006],[-5.294,-21.689]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":49,"s":[{"i":[[10.763,-6.512],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[5.082,7.818],[7.715,-3.854],[8.827,0.329]],"o":[[-10.595,6.41],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-4.633,-7.127],[-4.285,6.146],[-20.94,-0.78]],"v":[[-0.371,4.73],[0.23,65.025],[7.513,63.918],[39.066,63.118],[65.841,77.352],[42.967,33.561],[23.452,-0.178],[1.819,-32.006],[3.206,-7.189]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":53,"s":[{"i":[[-5.095,-19.59],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[7.226,5.894],[4.215,-1.854],[3.878,-7.726]],"o":[[3.117,11.984],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-9.418,-7.682],[-6.785,1.646],[-2.173,4.329]],"v":[[14.129,37.73],[-0.77,89.525],[26.012,99.918],[39.066,63.118],[65.841,77.352],[53.467,53.061],[29.452,7.822],[21.319,17.994],[-0.294,12.311]]}]},{"t":55,"s":[{"i":[[6.905,-16.09],[-7.197,-36.385],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[6.825,6.354],[12.715,-18.354],[4.883,-2.449]],"o":[[-4.883,11.38],[1.898,9.597],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-3.418,-3.182],[-3.285,6.146],[-4.33,2.171]],"v":[[14.629,124.73],[21.73,166.025],[45.513,138.418],[68.566,128.618],[99.841,144.852],[114.966,134.561],[103.952,117.322],[74.818,91.994],[47.206,105.811]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[91,89,130,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[122.421,128.515]}}],"nm":"Group 8"}],"bounds":{"l":80,"t":86,"b":296,"r":239},"ip":35,"op":72,"st":35},{"ddd":0,"ind":3,"ty":4,"nm":"O2 7","ks":{"p":{"k":[121.376,164.514,0]},"a":{"k":[90.33,96.669,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":29,"s":[{"i":[[-0.845,0.16],[-0.947,-0.135],[-1.979,-2.778],[3.259,0.883],[-5.808,1.788],[2.317,-0.171],[1.462,-1.617],[0.215,-0.604],[-1.13,-0.345]],"o":[[2.632,-0.384],[0.981,0.399],[1.271,1.472],[-4.532,-1.228],[3.442,-3.462],[-4.725,0.349],[-1.418,1.568],[0.965,2.146],[0.577,0.329]],"v":[[-27.371,-29.27],[-23.019,-30.475],[-18.488,-27.582],[-17.185,-30.882],[-16.159,-35.148],[-21.534,-36.439],[-30.548,-33.428],[-32.431,-30.006],[-30.794,-27.189]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":31,"s":[{"i":[[-5.501,-0.331],[-2.023,-2.064],[-2.729,-0.278],[-5.532,0.772],[-2.308,3.788],[-0.098,5.39],[7.401,-0.844],[1.137,-1.492],[-0.636,-0.996]],"o":[[2.655,0.16],[3.053,3.115],[4.521,1.472],[3.752,-0.524],[1.942,-3.962],[0.067,-3.671],[-7.168,0.818],[-2.035,1.396],[1.327,2.079]],"v":[[-25.871,-30.77],[-16.769,-27.475],[-11.988,-17.082],[-5.935,-23.632],[-5.659,-31.148],[0.216,-35.939],[-20.048,-38.928],[-32.931,-33.256],[-34.794,-28.189]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":33,"s":[{"i":[[-4.345,-2.84],[-1.947,-7.635],[-3.979,-4.278],[-11.032,-2.978],[-3.558,5.038],[10.567,12.579],[7.332,1.318],[7.011,-2.729],[-1.18,0.056]],"o":[[4.975,3.252],[2.071,8.123],[15.354,0],[11.593,3.13],[5.442,-4.962],[-8.351,-9.941],[-11.227,-2.018],[-4.785,3.646],[3.577,-0.171]],"v":[[-23.121,-24.02],[-13.019,-5.225],[-7.487,19.418],[6.065,5.618],[18.091,-9.398],[25.466,-23.939],[-0.798,-38.678],[-31.181,-37.506],[-38.044,-29.189]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":35,"s":[{"i":[[-2.369,-4.349],[-0.241,-5.938],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.179,2.63],[17.609,7.05],[7.011,-2.729],[-1.181,-0.04]],"o":[[2.843,5.219],[0.659,16.26],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-7.76,-17.308],[-10.59,-4.24],[-10.41,5.396],[6.387,0.216]],"v":[[-20.621,-21.52],[-17.019,-4.225],[-19.987,44.418],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[1.702,-40.178],[-33.681,-38.506],[-38.544,-28.689]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":37,"s":[{"i":[[-0.595,-7.59],[-1.947,-9.635],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[2.505,1.425],[14.832,13.068],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[3.223,15.951],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-15.683,-8.921],[-8.559,-7.541],[-10.41,5.396],[6.369,-0.533]],"v":[[-20.621,-21.52],[-22.02,3.025],[-19.987,46.918],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[4.952,-37.678],[-33.681,-38.506],[-37.044,-29.939]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":39,"s":[{"i":[[-0.595,-7.59],[1.553,-9.385],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.101,2.664],[15.832,8.818],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[-2.657,16.055],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-6.683,-16.171],[-9.966,-5.551],[-10.41,5.396],[6.369,-0.533]],"v":[[-22.871,-20.77],[-18.77,3.525],[-19.987,46.918],[17.065,34.118],[44.841,10.852],[36.966,0.061],[4.952,-37.678],[-31.681,-38.506],[-36.294,-29.689]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":41,"s":[{"i":[[-2.369,-4.349],[-0.241,-5.938],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.179,2.63],[17.609,7.05],[7.011,-2.729],[-1.181,-0.04]],"o":[[2.843,5.219],[0.659,16.26],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-7.76,-17.308],[-10.59,-4.24],[-10.41,5.396],[6.387,0.216]],"v":[[-20.621,-21.52],[-17.019,-4.225],[-19.987,44.418],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[1.702,-40.178],[-33.681,-38.506],[-38.544,-28.689]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":43,"s":[{"i":[[-0.595,-7.59],[-1.947,-9.635],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[2.505,1.425],[14.832,13.068],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[3.223,15.951],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-15.683,-8.921],[-8.559,-7.541],[-10.41,5.396],[6.369,-0.533]],"v":[[-20.621,-21.52],[-22.02,3.025],[-19.987,46.918],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[4.952,-37.678],[-33.681,-38.506],[-37.044,-29.939]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":45,"s":[{"i":[[-0.595,-7.59],[1.553,-9.385],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.101,2.664],[15.832,8.818],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[-2.657,16.055],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-6.683,-16.171],[-9.966,-5.551],[-10.41,5.396],[6.369,-0.533]],"v":[[-22.871,-20.77],[-18.77,3.525],[-19.987,46.918],[17.065,34.118],[44.841,10.852],[36.966,0.061],[4.952,-37.678],[-31.681,-38.506],[-36.294,-29.689]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":47,"s":[{"i":[[-0.595,-7.59],[-1.947,-9.635],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[2.505,1.425],[14.832,13.068],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[3.223,15.951],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-15.683,-8.921],[-8.559,-7.541],[-10.41,5.396],[6.369,-0.533]],"v":[[-20.621,-21.52],[-22.02,3.025],[-19.987,46.918],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[4.952,-37.678],[-33.681,-38.506],[-37.044,-29.939]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":50,"s":[{"i":[[12.442,-1.857],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[5.082,7.818],[7.715,-3.854],[6.873,1.01]],"o":[[-6.095,0.91],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-4.633,-7.127],[-4.285,6.146],[-18.173,-2.671]],"v":[[-12.371,-7.27],[-9.77,60.525],[7.513,63.918],[39.066,63.118],[65.841,77.352],[42.966,33.561],[11.952,-24.178],[-10.181,-39.006],[-5.294,-21.689]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":52,"s":[{"i":[[10.763,-6.512],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[5.082,7.818],[7.715,-3.854],[8.827,0.329]],"o":[[-10.595,6.41],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-4.633,-7.127],[-4.285,6.146],[-20.94,-0.78]],"v":[[-0.371,4.73],[0.23,65.025],[7.513,63.918],[39.066,63.118],[65.841,77.352],[42.967,33.561],[23.452,-0.178],[1.819,-32.006],[3.206,-7.189]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":55,"s":[{"i":[[-5.095,-19.59],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[6.618,-0.616],[4.215,-1.854],[4.43,-7.423]],"o":[[3.117,11.984],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-3.418,0.318],[-4.785,3.146],[-4.673,7.829]],"v":[[29.629,84.23],[15.73,119.025],[42.512,129.418],[55.566,92.618],[82.341,106.852],[65.466,67.061],[46.452,37.822],[31.319,32.494],[30.206,49.811]]}]},{"t":56,"s":[{"i":[[-5.095,-19.59],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[7.226,5.894],[4.215,-1.854],[3.878,-7.726]],"o":[[3.117,11.984],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-9.418,-7.682],[-5.285,5.646],[-2.173,4.329]],"v":[[38.129,104.23],[28.73,136.025],[55.512,146.418],[68.566,109.618],[95.341,123.852],[82.967,99.561],[67.452,80.322],[56.319,71.494],[52.206,82.311]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[122.421,128.515]}}],"nm":"Group 8"}],"bounds":{"l":80,"t":86,"b":275,"r":220},"ip":29,"op":72,"st":29},{"ddd":0,"ind":4,"ty":4,"nm":"O2 12","ks":{"p":{"k":[123.876,167.014,0]},"a":{"k":[92.83,99.169,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":49,"s":[{"i":[[-4.893,5.898],[-11.523,-0.558],[-11.589,1.024],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[19.975,0.967],[17.667,-1.562],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-73.687,30.765],[-27.35,30.316],[38.708,25.345],[106.26,19.062],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":53,"s":[{"i":[[-4.893,5.898],[-10.811,-4.028],[-11.014,3.747],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[35.475,13.218],[49.417,-16.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-78.687,12.765],[-32.35,12.316],[39.708,-1.655],[108.26,3.062],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":57,"s":[{"i":[[-4.893,5.898],[-22.525,-0.782],[-11.014,3.747],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[37.834,1.314],[49.417,-16.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-85.687,-14.235],[-33.35,-12.684],[45.708,-28.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":61,"s":[{"i":[[-4.893,5.898],[-21.798,-5.73],[-41.583,-6.812],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[46.475,12.217],[53.189,8.713],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-94.687,-26.235],[-45.35,-33.684],[50.708,-44.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":65,"s":[{"i":[[-4.893,5.898],[-17.302,14.445],[-34.181,24.642],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[34.475,-28.782],[34.417,-24.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-99.687,-65.235],[-41.35,-60.684],[60.708,-74.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":69,"s":[{"i":[[-4.893,5.898],[-21.475,-6.844],[-40.914,-10.079],[-10.385,-1.778],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[41.475,13.218],[45.417,11.188],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-101.687,-82.235],[-42.35,-99.684],[50.708,-111.655],[115.26,-127.938],[93.432,53.034],[-41.876,49.2]]}]},{"t":73,"s":[{"i":[[-4.893,5.898],[-17.768,13.867],[-29.556,30.034],[-10.385,-1.778],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[30.475,-23.782],[24.417,-24.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-101.687,-82.235],[-58.35,-123.684],[50.708,-144.655],[115.26,-127.938],[93.432,53.034],[-41.876,49.2]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[92.83,145.621]}}],"nm":"Group 6"}],"bounds":{"l":-10,"t":-8,"b":204,"r":210},"ip":49,"op":72,"st":41},{"ddd":0,"ind":5,"ty":4,"nm":"O2 11","ks":{"p":{"k":[118.376,161.014,0]},"a":{"k":[92.83,99.169,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":41,"s":[{"i":[[-0.845,0.16],[-0.947,-0.135],[-1.979,-2.778],[3.259,0.883],[-5.808,1.788],[2.317,-0.171],[1.462,-1.617],[0.215,-0.604],[-1.13,-0.345]],"o":[[2.632,-0.384],[0.981,0.399],[1.271,1.472],[-4.532,-1.228],[3.442,-3.462],[-4.725,0.349],[-1.418,1.568],[0.965,2.146],[0.577,0.329]],"v":[[-27.371,-29.27],[-23.019,-30.475],[-18.488,-27.582],[-17.185,-30.882],[-16.159,-35.148],[-21.534,-36.439],[-30.548,-33.428],[-32.431,-30.006],[-30.794,-27.189]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":43,"s":[{"i":[[-5.501,-0.331],[-2.023,-2.064],[-2.729,-0.278],[-5.532,0.772],[-2.308,3.788],[-0.098,5.39],[7.401,-0.844],[1.137,-1.492],[-0.636,-0.996]],"o":[[2.655,0.16],[3.053,3.115],[4.521,1.472],[3.752,-0.524],[1.942,-3.962],[0.067,-3.671],[-7.168,0.818],[-2.035,1.396],[1.327,2.079]],"v":[[-25.871,-30.77],[-16.769,-27.475],[-11.988,-17.082],[-5.935,-23.632],[-5.659,-31.148],[0.216,-35.939],[-20.048,-38.928],[-32.931,-33.256],[-34.794,-28.189]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":45,"s":[{"i":[[-4.345,-2.84],[-1.947,-7.635],[-3.979,-4.278],[-11.032,-2.978],[-3.558,5.038],[10.567,12.579],[7.332,1.318],[7.011,-2.729],[-1.18,0.056]],"o":[[4.975,3.252],[2.071,8.123],[15.354,0],[11.593,3.13],[5.442,-4.962],[-8.351,-9.941],[-11.227,-2.018],[-4.785,3.646],[3.577,-0.171]],"v":[[-23.121,-24.02],[-13.019,-5.225],[-7.487,19.418],[6.065,5.618],[18.091,-9.398],[25.466,-23.939],[-0.798,-38.678],[-31.181,-37.506],[-38.044,-29.189]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":47,"s":[{"i":[[-2.369,-4.349],[-0.241,-5.938],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.179,2.63],[17.609,7.05],[7.011,-2.729],[-1.181,-0.04]],"o":[[2.843,5.219],[0.659,16.26],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-7.76,-17.308],[-10.59,-4.24],[-10.41,5.396],[6.387,0.216]],"v":[[-20.621,-21.52],[-17.019,-4.225],[-19.987,44.418],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[1.702,-40.178],[-33.681,-38.506],[-38.544,-28.689]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":49,"s":[{"i":[[-0.595,-7.59],[-1.947,-9.635],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[2.505,1.425],[14.832,13.068],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[3.223,15.951],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-15.683,-8.921],[-8.559,-7.541],[-10.41,5.396],[6.369,-0.533]],"v":[[-20.621,-21.52],[-22.02,3.025],[-19.987,46.918],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[4.952,-37.678],[-33.681,-38.506],[-37.044,-29.939]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":51,"s":[{"i":[[12.442,-1.857],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[5.082,7.818],[7.715,-3.854],[6.873,1.01]],"o":[[-6.095,0.91],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-4.633,-7.127],[-4.285,6.146],[-18.173,-2.671]],"v":[[-12.371,-7.27],[-9.77,60.525],[7.513,63.918],[39.066,63.118],[65.841,77.352],[42.966,33.561],[11.952,-24.178],[-10.181,-39.006],[-5.294,-21.689]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":53,"s":[{"i":[[10.763,-6.512],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[5.082,7.818],[7.715,-3.854],[8.827,0.329]],"o":[[-10.595,6.41],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-4.633,-7.127],[-4.285,6.146],[-20.94,-0.78]],"v":[[-0.371,4.73],[0.23,65.025],[7.513,63.918],[39.066,63.118],[65.841,77.352],[42.967,33.561],[23.452,-0.178],[1.819,-32.006],[3.206,-7.189]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":56,"s":[{"i":[[-5.095,-19.59],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[7.226,5.894],[4.215,-1.854],[3.878,-7.726]],"o":[[3.117,11.984],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-9.418,-7.682],[-6.785,1.646],[-2.173,4.329]],"v":[[14.129,37.73],[-0.77,89.525],[26.012,99.918],[39.066,63.118],[65.841,77.352],[53.467,53.061],[29.452,7.822],[21.319,17.994],[-0.294,12.311]]}]},{"t":57,"s":[{"i":[[-5.095,-19.59],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[7.226,5.894],[4.215,-1.854],[3.878,-7.726]],"o":[[3.117,11.984],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-9.418,-7.682],[-5.285,5.646],[-2.173,4.329]],"v":[[29.629,87.73],[20.23,119.525],[47.012,129.918],[60.066,93.118],[86.841,107.352],[74.467,83.061],[58.952,63.822],[47.819,54.994],[43.706,65.811]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[122.921,131.015]}}],"nm":"Group 8"}],"bounds":{"l":81,"t":88,"b":261,"r":212},"ip":41,"op":73,"st":41},{"ddd":0,"ind":6,"ty":4,"nm":"O2 8","ks":{"p":{"k":[123.376,164.514,0]},"a":{"k":[92.83,99.169,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":37,"s":[{"i":[[-4.893,5.898],[-11.523,-0.558],[-11.589,1.024],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[19.975,0.967],[17.667,-1.562],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-73.687,30.765],[-27.35,30.316],[38.708,25.345],[106.26,19.062],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":41,"s":[{"i":[[-4.893,5.898],[-10.811,-4.028],[-11.014,3.747],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[35.475,13.218],[49.417,-16.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-78.687,12.765],[-32.35,12.316],[39.708,-1.655],[108.26,3.062],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":45,"s":[{"i":[[-4.893,5.898],[-22.525,-0.782],[-11.014,3.747],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[37.834,1.314],[49.417,-16.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-85.687,-14.235],[-33.35,-12.684],[45.708,-28.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":49,"s":[{"i":[[-4.893,5.898],[-21.798,-5.73],[-41.583,-6.812],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[46.475,12.217],[53.189,8.713],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-94.687,-26.235],[-45.35,-33.684],[50.708,-44.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":53,"s":[{"i":[[-4.893,5.898],[-17.302,14.445],[-34.181,24.642],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[34.475,-28.782],[34.417,-24.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-99.687,-65.235],[-41.35,-60.684],[60.708,-74.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":57,"s":[{"i":[[-4.893,5.898],[-21.475,-6.844],[-40.914,-10.079],[-10.385,-1.778],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[41.475,13.218],[45.417,11.188],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-101.687,-82.235],[-42.35,-99.684],[50.708,-111.655],[115.26,-127.938],[93.432,53.034],[-41.876,49.2]]}]},{"t":61,"s":[{"i":[[-4.893,5.898],[-17.768,13.867],[-29.556,30.034],[-10.385,-1.778],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[30.475,-23.782],[24.417,-24.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-101.687,-82.235],[-58.35,-123.684],[50.708,-144.655],[115.26,-127.938],[93.432,53.034],[-41.876,49.2]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[92.83,145.621]}}],"nm":"Group 6"}],"bounds":{"l":-10,"t":-8,"b":204,"r":210},"ip":37,"op":72,"st":29},{"ddd":0,"ind":7,"ty":4,"nm":"O2 10","ks":{"p":{"k":[123.376,164.514,0]},"a":{"k":[92.83,99.169,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":43,"s":[{"i":[[-4.893,5.898],[-11.523,-0.558],[-11.589,1.024],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[19.975,0.967],[17.667,-1.562],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-73.687,30.765],[-27.35,30.316],[38.708,25.345],[106.26,19.062],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":47,"s":[{"i":[[-4.893,5.898],[-10.811,-4.028],[-11.014,3.747],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[35.475,13.218],[49.417,-16.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-78.687,12.765],[-32.35,12.316],[39.708,-1.655],[108.26,3.062],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":51,"s":[{"i":[[-4.893,5.898],[-22.525,-0.782],[-11.014,3.747],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[37.834,1.314],[49.417,-16.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-85.687,-14.235],[-33.35,-12.684],[45.708,-28.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":55,"s":[{"i":[[-4.893,5.898],[-21.798,-5.73],[-41.583,-6.812],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[46.475,12.217],[53.189,8.713],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-94.687,-26.235],[-45.35,-33.684],[50.708,-44.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":59,"s":[{"i":[[-4.893,5.898],[-17.302,14.445],[-34.181,24.642],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[34.475,-28.782],[34.417,-24.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-99.687,-65.235],[-41.35,-60.684],[60.708,-74.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":63,"s":[{"i":[[-4.893,5.898],[-21.475,-6.844],[-40.914,-10.079],[-10.385,-1.778],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[41.475,13.218],[45.417,11.188],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-101.687,-82.235],[-42.35,-99.684],[50.708,-111.655],[115.26,-127.938],[93.432,53.034],[-41.876,49.2]]}]},{"t":67,"s":[{"i":[[-4.893,5.898],[-17.768,13.867],[-29.556,30.034],[-10.385,-1.778],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[30.475,-23.782],[24.417,-24.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-101.687,-82.235],[-58.35,-123.684],[50.708,-144.655],[115.26,-127.938],[93.432,53.034],[-41.876,49.2]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[91,89,130,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[92.83,145.621]}}],"nm":"Group 6"}],"bounds":{"l":-10,"t":-8,"b":204,"r":210},"ip":43,"op":72,"st":35},{"ddd":0,"ind":8,"ty":4,"nm":"O2 6","ks":{"p":{"k":[123.876,167.014,0]},"a":{"k":[92.83,99.169,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":31,"s":[{"i":[[-4.893,5.898],[-11.523,-0.558],[-11.589,1.024],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[19.975,0.967],[17.667,-1.562],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-73.687,30.765],[-27.35,30.316],[38.708,25.345],[106.26,19.062],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":35,"s":[{"i":[[-4.893,5.898],[-10.811,-4.028],[-11.014,3.747],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[35.475,13.218],[49.417,-16.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-78.687,12.765],[-32.35,12.316],[39.708,-1.655],[108.26,3.062],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":39,"s":[{"i":[[-4.893,5.898],[-22.525,-0.782],[-11.014,3.747],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[37.834,1.314],[49.417,-16.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-85.687,-14.235],[-33.35,-12.684],[45.708,-28.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":43,"s":[{"i":[[-4.893,5.898],[-21.798,-5.73],[-41.583,-6.812],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[46.475,12.217],[53.189,8.713],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-94.687,-26.235],[-45.35,-33.684],[50.708,-44.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":47,"s":[{"i":[[-4.893,5.898],[-17.302,14.445],[-34.181,24.642],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[34.475,-28.782],[34.417,-24.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-99.687,-65.235],[-41.35,-60.684],[60.708,-74.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":51,"s":[{"i":[[-4.893,5.898],[-21.475,-6.844],[-40.914,-10.079],[-10.385,-1.778],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[41.475,13.218],[45.417,11.188],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-101.687,-82.235],[-42.35,-99.684],[50.708,-111.655],[115.26,-127.938],[93.432,53.034],[-41.876,49.2]]}]},{"t":55,"s":[{"i":[[-4.893,5.898],[-17.768,13.867],[-29.556,30.034],[-10.385,-1.778],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[30.475,-23.782],[24.417,-24.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-101.687,-82.235],[-58.35,-123.684],[50.708,-144.655],[115.26,-127.938],[93.432,53.034],[-41.876,49.2]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[92.83,145.621]}}],"nm":"Group 6"}],"bounds":{"l":-10,"t":-8,"b":204,"r":210},"ip":31,"op":72,"st":23},{"ddd":0,"ind":9,"ty":4,"nm":"O2 5","ks":{"p":{"k":[123.876,167.014,0]},"a":{"k":[92.83,99.169,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":23,"s":[{"i":[[-0.845,0.16],[-0.947,-0.135],[-1.979,-2.778],[3.259,0.883],[-5.808,1.788],[2.317,-0.171],[1.462,-1.617],[0.215,-0.604],[-1.13,-0.345]],"o":[[2.632,-0.384],[0.981,0.399],[1.271,1.472],[-4.532,-1.228],[3.442,-3.462],[-4.725,0.349],[-1.418,1.568],[0.965,2.146],[0.577,0.329]],"v":[[-27.371,-29.27],[-23.019,-30.475],[-18.488,-27.582],[-17.185,-30.882],[-16.159,-35.148],[-21.534,-36.439],[-30.548,-33.428],[-32.431,-30.006],[-30.794,-27.189]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":25,"s":[{"i":[[-5.501,-0.331],[-2.023,-2.064],[-2.729,-0.278],[-5.532,0.772],[-2.308,3.788],[-0.098,5.39],[7.401,-0.844],[1.137,-1.492],[-0.636,-0.996]],"o":[[2.655,0.16],[3.053,3.115],[4.521,1.472],[3.752,-0.524],[1.942,-3.962],[0.067,-3.671],[-7.168,0.818],[-2.035,1.396],[1.327,2.079]],"v":[[-25.871,-30.77],[-16.769,-27.475],[-11.988,-17.082],[-5.935,-23.632],[-5.659,-31.148],[0.216,-35.939],[-20.048,-38.928],[-32.931,-33.256],[-34.794,-28.189]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":27,"s":[{"i":[[-4.345,-2.84],[-1.947,-7.635],[-3.979,-4.278],[-11.032,-2.978],[-3.558,5.038],[10.567,12.579],[7.332,1.318],[7.011,-2.729],[-1.18,0.056]],"o":[[4.975,3.252],[2.071,8.123],[15.354,0],[11.593,3.13],[5.442,-4.962],[-8.351,-9.941],[-11.227,-2.018],[-4.785,3.646],[3.577,-0.171]],"v":[[-23.121,-24.02],[-13.019,-5.225],[-7.487,19.418],[6.065,5.618],[18.091,-9.398],[25.466,-23.939],[-0.798,-38.678],[-31.181,-37.506],[-38.044,-29.189]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":29,"s":[{"i":[[-2.369,-4.349],[-0.241,-5.938],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.179,2.63],[17.609,7.05],[7.011,-2.729],[-1.181,-0.04]],"o":[[2.843,5.219],[0.659,16.26],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-7.76,-17.308],[-10.59,-4.24],[-10.41,5.396],[6.387,0.216]],"v":[[-20.621,-21.52],[-17.019,-4.225],[-19.987,44.418],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[1.702,-40.178],[-33.681,-38.506],[-38.544,-28.689]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":31,"s":[{"i":[[-0.595,-7.59],[-1.947,-9.635],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[2.505,1.425],[14.832,13.068],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[3.223,15.951],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-15.683,-8.921],[-8.559,-7.541],[-10.41,5.396],[6.369,-0.533]],"v":[[-20.621,-21.52],[-22.02,3.025],[-19.987,46.918],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[4.952,-37.678],[-33.681,-38.506],[-37.044,-29.939]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":33,"s":[{"i":[[-0.595,-7.59],[1.553,-9.385],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.101,2.664],[15.832,8.818],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[-2.657,16.055],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-6.683,-16.171],[-9.966,-5.551],[-10.41,5.396],[6.369,-0.533]],"v":[[-22.871,-20.77],[-18.77,3.525],[-19.987,46.918],[17.065,34.118],[44.841,10.852],[36.966,0.061],[4.952,-37.678],[-31.681,-38.506],[-36.294,-29.689]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":35,"s":[{"i":[[-2.369,-4.349],[-0.241,-5.938],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.179,2.63],[17.609,7.05],[7.011,-2.729],[-1.181,-0.04]],"o":[[2.843,5.219],[0.659,16.26],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-7.76,-17.308],[-10.59,-4.24],[-10.41,5.396],[6.387,0.216]],"v":[[-20.621,-21.52],[-17.019,-4.225],[-19.987,44.418],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[1.702,-40.178],[-33.681,-38.506],[-38.544,-28.689]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":37,"s":[{"i":[[-0.595,-7.59],[-1.947,-9.635],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[2.505,1.425],[14.832,13.068],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[3.223,15.951],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-15.683,-8.921],[-8.559,-7.541],[-10.41,5.396],[6.369,-0.533]],"v":[[-20.621,-21.52],[-22.02,3.025],[-19.987,46.918],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[4.952,-37.678],[-33.681,-38.506],[-37.044,-29.939]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":39,"s":[{"i":[[-0.595,-7.59],[1.553,-9.385],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.101,2.664],[15.832,8.818],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[-2.657,16.055],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-6.683,-16.171],[-9.966,-5.551],[-10.41,5.396],[6.369,-0.533]],"v":[[-22.871,-20.77],[-18.77,3.525],[-19.987,46.918],[17.065,34.118],[44.841,10.852],[36.966,0.061],[4.952,-37.678],[-31.681,-38.506],[-36.294,-29.689]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":42,"s":[{"i":[[12.442,-1.857],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[5.082,7.818],[7.715,-3.854],[6.873,1.01]],"o":[[-6.095,0.91],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-4.633,-7.127],[-4.285,6.146],[-18.173,-2.671]],"v":[[-12.371,-7.27],[-9.77,60.525],[7.513,63.918],[39.066,63.118],[65.841,77.352],[42.966,33.561],[11.952,-24.178],[-10.181,-39.006],[-5.294,-21.689]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":44,"s":[{"i":[[10.763,-6.512],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[5.082,7.818],[7.715,-3.854],[8.827,0.329]],"o":[[-10.595,6.41],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-4.633,-7.127],[-4.285,6.146],[-20.94,-0.78]],"v":[[-0.371,4.73],[0.23,65.025],[7.513,63.918],[39.066,63.118],[65.841,77.352],[42.967,33.561],[23.452,-0.178],[1.819,-32.006],[3.206,-7.189]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":47,"s":[{"i":[[-5.095,-19.59],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[7.226,5.894],[4.215,-1.854],[3.878,-7.726]],"o":[[3.117,11.984],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-9.418,-7.682],[-6.785,1.646],[-2.173,4.329]],"v":[[14.129,37.73],[-0.77,89.525],[26.012,99.918],[39.066,63.118],[65.841,77.352],[53.467,53.061],[29.452,7.822],[21.319,17.994],[-0.294,12.311]]}]},{"t":48,"s":[{"i":[[-5.095,-19.59],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[7.226,5.894],[4.215,-1.854],[3.878,-7.726]],"o":[[3.117,11.984],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-9.418,-7.682],[-5.285,5.646],[-2.173,4.329]],"v":[[8.629,57.73],[-0.77,89.525],[26.012,99.918],[39.066,63.118],[65.841,77.352],[53.467,53.061],[37.952,33.822],[26.819,24.994],[22.706,35.811]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[122.921,131.015]}}],"nm":"Group 8"}],"bounds":{"l":81,"t":88,"b":231,"r":191},"ip":23,"op":72,"st":23},{"ddd":0,"ind":10,"ty":4,"nm":"O2 4","ks":{"p":{"k":[123.876,167.014,0]},"a":{"k":[92.83,99.169,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":25,"s":[{"i":[[-4.893,5.898],[-11.523,-0.558],[-11.589,1.024],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[19.975,0.967],[17.667,-1.562],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-73.687,30.765],[-27.35,30.316],[38.708,25.345],[106.26,19.062],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":29,"s":[{"i":[[-4.893,5.898],[-10.811,-4.028],[-11.014,3.747],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[35.475,13.218],[49.417,-16.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-78.687,12.765],[-32.35,12.316],[39.708,-1.655],[108.26,3.062],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":33,"s":[{"i":[[-4.893,5.898],[-22.525,-0.782],[-11.014,3.747],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[37.834,1.314],[49.417,-16.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-85.687,-14.235],[-33.35,-12.684],[45.708,-28.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":37,"s":[{"i":[[-4.893,5.898],[-21.798,-5.73],[-41.583,-6.812],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[46.475,12.217],[53.189,8.713],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-94.687,-26.235],[-45.35,-33.684],[50.708,-44.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":41,"s":[{"i":[[-4.893,5.898],[-17.302,14.445],[-34.181,24.642],[-10.385,-1.779],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[34.475,-28.782],[34.417,-24.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-99.687,-65.235],[-41.35,-60.684],[60.708,-74.655],[116.26,-56.938],[93.432,53.034],[-41.876,49.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":45,"s":[{"i":[[-4.893,5.898],[-21.475,-6.844],[-40.914,-10.079],[-10.385,-1.778],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[41.475,13.218],[45.417,11.188],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-101.687,-82.235],[-42.35,-99.684],[50.708,-111.655],[115.26,-127.938],[93.432,53.034],[-41.876,49.2]]}]},{"t":49,"s":[{"i":[[-4.893,5.898],[-17.768,13.867],[-29.556,30.034],[-10.385,-1.778],[8.066,-5.376],[8.404,6.14]],"o":[[3.886,-4.684],[30.475,-23.782],[24.417,-24.812],[0.538,0.092],[-13.402,8.932],[-8.296,-6.063]],"v":[[-101.687,-82.235],[-58.35,-123.684],[50.708,-144.655],[115.26,-127.938],[93.432,53.034],[-41.876,49.2]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[92.83,145.621]}}],"nm":"Group 6"}],"bounds":{"l":-10,"t":-8,"b":204,"r":210},"ip":25,"op":72,"st":17},{"ddd":0,"ind":11,"ty":4,"nm":"O2 3","ks":{"p":{"k":[123.876,167.014,0]},"a":{"k":[92.83,99.169,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":17,"s":[{"i":[[-0.845,0.16],[-0.947,-0.135],[-1.979,-2.778],[3.259,0.883],[-5.808,1.788],[2.317,-0.171],[1.462,-1.617],[0.215,-0.604],[-1.13,-0.345]],"o":[[2.632,-0.384],[0.981,0.399],[1.271,1.472],[-4.532,-1.228],[3.442,-3.462],[-4.725,0.349],[-1.418,1.568],[0.965,2.146],[0.577,0.329]],"v":[[-27.371,-29.27],[-23.019,-30.475],[-18.488,-27.582],[-17.185,-30.882],[-16.159,-35.148],[-21.534,-36.439],[-30.548,-33.428],[-32.431,-30.006],[-30.794,-27.189]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":19,"s":[{"i":[[-3.72,-0.09],[-2.023,-2.064],[-2.729,-0.278],[-5.532,0.772],[-2.308,3.788],[-0.098,5.39],[2.821,-3.904],[-0.683,-3.497],[1.452,-3.671]],"o":[[2.659,0.064],[3.053,3.115],[4.521,1.472],[3.752,-0.524],[1.942,-3.962],[0.067,-3.671],[-2.668,3.693],[0.59,3.021],[-0.925,2.34]],"v":[[-24.496,-29.895],[-16.769,-27.475],[-11.988,-17.082],[-5.935,-23.632],[-5.659,-31.148],[0.216,-35.939],[-17.798,-40.428],[-25.681,-40.256],[-33.044,-34.064]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":21,"s":[{"i":[[-4.345,-2.84],[-1.947,-7.635],[-3.979,-4.278],[-11.032,-2.978],[-3.558,5.038],[10.567,12.579],[7.332,1.318],[-0.965,-5.521],[0.298,-2.954]],"o":[[4.975,3.252],[2.071,8.123],[15.354,0],[11.593,3.13],[5.442,-4.962],[-8.351,-9.941],[-11.227,-2.018],[0.965,5.521],[-0.298,2.954]],"v":[[-22.121,-24.77],[-13.019,-5.225],[-7.487,19.418],[6.065,5.618],[18.091,-9.398],[25.466,-23.939],[-1.423,-37.553],[-22.556,-38.631],[-30.794,-31.564]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":23,"s":[{"i":[[-2.369,-4.349],[-0.241,-5.938],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.179,2.63],[10.082,3.943],[8.715,4.771],[0.452,-2.796]],"o":[[2.843,5.219],[0.659,16.26],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-7.76,-17.308],[-10.624,-4.155],[-4.43,-2.425],[-0.618,3.822]],"v":[[-20.621,-21.52],[-17.019,-4.225],[-19.987,44.418],[17.065,34.118],[44.092,7.102],[40.967,-0.939],[1.327,-34.928],[-13.556,-35.756],[-27.044,-32.314]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":25,"s":[{"i":[[-0.595,-7.59],[-1.947,-9.635],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[2.505,1.425],[14.832,13.068],[2.215,-1.354],[1.702,-3.046]],"o":[[0.482,6.145],[3.223,15.951],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-15.683,-8.921],[-8.559,-7.541],[-4.213,2.575],[-1.6,2.863]],"v":[[-19.996,-21.645],[-22.02,3.025],[-19.987,46.918],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[3.077,-36.178],[-11.056,-33.006],[-25.294,-32.814]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":27,"s":[{"i":[[-5.72,-4.34],[1.553,-9.385],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.101,2.664],[15.832,8.818],[3.215,-2.229],[2.077,-4.796]],"o":[[4.911,3.726],[-2.657,16.055],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-6.683,-16.171],[-9.966,-5.551],[-3.41,2.521],[-2.619,6.048]],"v":[[-19.996,-22.02],[-18.77,3.525],[-19.987,46.918],[17.065,34.118],[44.841,10.852],[36.966,0.061],[4.327,-37.053],[-5.931,-31.006],[-15.294,-28.814]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":29,"s":[{"i":[[-2.369,-4.349],[-0.241,-5.938],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.179,2.63],[17.609,7.05],[7.011,-2.729],[-1.181,-0.04]],"o":[[2.843,5.219],[0.659,16.26],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-7.76,-17.308],[-10.59,-4.24],[-10.41,5.396],[6.387,0.216]],"v":[[-20.621,-21.52],[-17.019,-4.225],[-19.987,44.418],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[1.702,-40.178],[-33.681,-38.506],[-38.544,-28.689]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":31,"s":[{"i":[[-0.595,-7.59],[-1.947,-9.635],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[2.505,1.425],[14.832,13.068],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[3.223,15.951],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-15.683,-8.921],[-8.559,-7.541],[-10.41,5.396],[6.369,-0.533]],"v":[[-20.621,-21.52],[-22.02,3.025],[-19.987,46.918],[17.065,34.118],[44.091,7.102],[40.966,-0.939],[4.952,-37.678],[-33.681,-38.506],[-37.044,-29.939]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":33,"s":[{"i":[[-0.595,-7.59],[1.553,-9.385],[2.62,-16.06],[-10.752,5.657],[-5.391,12.294],[1.101,2.664],[15.832,8.818],[7.011,-2.729],[-6.923,0.579]],"o":[[0.482,6.145],[-2.657,16.055],[15.354,0],[11.457,-6.028],[-0.917,-2.724],[-6.683,-16.171],[-9.966,-5.551],[-10.41,5.396],[6.369,-0.533]],"v":[[-22.871,-20.77],[-18.77,3.525],[-19.987,46.918],[17.065,34.118],[44.841,10.852],[36.966,0.061],[4.952,-37.678],[-31.681,-38.506],[-36.294,-29.689]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":36,"s":[{"i":[[12.442,-1.857],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[5.082,7.818],[7.715,-3.854],[6.873,1.01]],"o":[[-6.095,0.91],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-4.633,-7.127],[-4.285,6.146],[-18.173,-2.671]],"v":[[-12.371,-7.27],[-9.77,60.525],[7.513,63.918],[39.066,63.118],[65.841,77.352],[42.966,33.561],[11.952,-24.178],[-10.181,-39.006],[-5.294,-21.689]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":38,"s":[{"i":[[10.763,-6.512],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[5.082,7.818],[7.715,-3.854],[8.827,0.329]],"o":[[-10.595,6.41],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-4.633,-7.127],[-4.285,6.146],[-20.94,-0.78]],"v":[[-0.371,4.73],[0.23,65.025],[7.513,63.918],[39.066,63.118],[65.841,77.352],[42.967,33.561],[23.452,-0.178],[1.819,-32.006],[3.206,-7.189]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":41,"s":[{"i":[[-5.095,-19.59],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[7.226,5.894],[4.215,-1.854],[3.878,-7.726]],"o":[[3.117,11.984],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-9.418,-7.682],[-6.785,1.646],[-2.173,4.329]],"v":[[14.129,37.73],[-0.77,89.525],[26.012,99.918],[39.066,63.118],[65.841,77.352],[53.467,53.061],[29.452,7.822],[21.319,17.994],[-0.294,12.311]]}]},{"t":42,"s":[{"i":[[-5.095,-19.59],[12.303,-48.885],[2.62,-16.06],[-10.752,5.657],[-3.808,-2.712],[4.567,6.079],[7.226,5.894],[4.215,-1.854],[3.878,-7.726]],"o":[[3.117,11.984],[-2.388,9.487],[15.354,0],[11.457,-6.028],[7.192,-8.212],[-9.44,-12.565],[-9.418,-7.682],[-5.285,5.646],[-2.173,4.329]],"v":[[8.629,57.73],[-0.77,89.525],[26.012,99.918],[39.066,63.118],[65.841,77.352],[53.467,53.061],[37.952,33.822],[26.819,24.994],[22.706,35.811]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[122.921,131.015]}}],"nm":"Group 8"}],"bounds":{"l":81,"t":88,"b":231,"r":191},"ip":17,"op":72,"st":17},{"ddd":0,"ind":12,"ty":4,"nm":"gotaRosa2","ks":{"p":{"k":[150.002,154.023,0]},"a":{"k":[141.817,27.277,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":73,"s":[{"i":[[-3.229,0.044],[-1.486,-1.208]],"o":[[5.379,-0.073],[1.24,1.008]],"v":[[-1.852,12.097],[-3.463,0.016]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":77,"s":[{"i":[[-5.621,0.552],[1.84,-0.531]],"o":[[7.972,-0.783],[-1.76,0.508]],"v":[[5.148,21.472],[0.787,-3.984]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":79,"s":[{"i":[[-11.121,1.052],[1.84,-0.531]],"o":[[10.342,-0.978],[-1.76,0.508]],"v":[[6.648,57.472],[1.787,6.516]]}]},{"t":82,"s":[{"i":[[-2.121,1.052],[1.84,-0.531]],"o":[[1.684,-0.835],[-1.76,0.508]],"v":[[8.148,83.972],[7.787,74.516]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[141.289,28.73]}}],"nm":"Group 10"}],"bounds":{"l":137,"t":24,"b":113,"r":152},"ip":73,"op":82,"st":59},{"ddd":0,"ind":13,"ty":4,"nm":"gotaRosa1","ks":{"p":{"k":[150.002,154.023,0]},"a":{"k":[141.817,27.277,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":70,"s":[{"i":[[0.168,2.349],[-1.915,-0.012]],"o":[[-0.121,-1.698],[1.24,0.008]],"v":[[-2.852,-2.278],[-5.338,-1.609]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":72,"s":[{"i":[[-1.1,3.036],[-1.486,-1.208]],"o":[[1.006,-2.777],[1.24,1.008]],"v":[[4.648,6.097],[-3.463,2.516]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":76,"s":[{"i":[[-4.121,2.302],[-0.983,-1.643]],"o":[[6.485,-3.622],[5.24,8.758]],"v":[[14.648,17.972],[5.287,-3.984]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":78,"s":[{"i":[[-4.626,0.943],[-0.98,-1.645]],"o":[[5.879,-1.198],[15.49,26.008]],"v":[[23.398,35.722],[5.287,-3.984]]}]},{"t":81,"s":[{"i":[[-0.556,0.21],[-0.245,-0.438]],"o":[[0.682,-0.258],[0.587,1.05]],"v":[[30.57,44.564],[29.952,43.462]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[141.289,28.73]}}],"nm":"Group 10"}],"bounds":{"l":135,"t":24,"b":74,"r":173},"ip":70,"op":81,"st":58},{"ddd":0,"ind":14,"ty":4,"nm":"boca","ks":{"p":{"k":[123.876,167.014,0]},"a":{"k":[92.83,99.169,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":14,"s":[{"i":[[0.195,14.013],[0,-25.949]],"o":[[-0.329,-23.692],[0,14.014]],"v":[[46.038,-14.125],[-34.501,-13.425]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":16,"s":[{"i":[[2.186,30.918],[-1.025,-24.728]],"o":[[-1.593,-22.542],[2,48.251]],"v":[[55.595,-10.893],[-45.219,-8.225]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"t":20,"s":[{"i":[[0.581,25.007],[-5,-30.749]],"o":[[-0.814,-35.082],[4.56,28.041]],"v":[[44.595,4.107],[-27.219,9.775]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":23,"s":[{"i":[[-0.178,25.013],[-5,-26.749]],"o":[[0.186,-26.082],[5.22,27.926]],"v":[[44.595,4.107],[-27.219,9.775]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"t":26,"s":[{"i":[[0.581,25.007],[-5,-30.749]],"o":[[-0.814,-35.082],[4.56,28.041]],"v":[[44.595,4.107],[-27.219,9.775]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":29,"s":[{"i":[[-0.178,25.013],[-5,-26.749]],"o":[[0.186,-26.082],[5.22,27.926]],"v":[[44.595,4.107],[-27.219,9.775]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"t":32,"s":[{"i":[[0.581,25.007],[-5,-30.749]],"o":[[-0.814,-35.082],[4.56,28.041]],"v":[[44.595,4.107],[-27.219,9.775]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":35,"s":[{"i":[[-0.178,25.013],[-5,-26.749]],"o":[[0.186,-26.082],[5.22,27.926]],"v":[[44.595,4.107],[-27.219,9.775]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":39,"s":[{"i":[[4.078,24.679],[-4,-22.749]],"o":[[-3.814,-23.082],[4.92,27.98]],"v":[[12.595,5.107],[-19.219,8.775]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":72,"s":[{"i":[[-0.44,-0.32],[-0.092,-3.092]],"o":[[0.56,-1.32],[0.908,-0.092]],"v":[[6.221,0.345],[-1.127,1.117]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":74,"s":[{"i":[[-19.757,-0.85],[17.281,-7.049]],"o":[[-23.257,-6.85],[18.281,-0.049]],"v":[[44.038,-6.125],[-36.501,-5.425]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":76,"s":[{"i":[[-22.257,-6.85],[36.781,-5.549]],"o":[[-32.257,-17.35],[33.781,1.451]],"v":[[41.538,-8.625],[-29.001,-7.425]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":78,"s":[{"i":[[-22.257,-6.85],[36.781,-5.549]],"o":[[-32.257,-17.35],[33.781,1.451]],"v":[[41.538,-8.625],[-29.001,-7.425]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":80,"s":[{"i":[[-25.757,-10.35],[33.281,-7.549]],"o":[[-32.257,-17.35],[32.781,-5.049]],"v":[[41.538,-8.625],[-29.001,-7.425]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":83,"s":[{"i":[[-25.757,-10.35],[33.281,-7.549]],"o":[[-32.257,-17.35],[32.781,-5.049]],"v":[[41.538,-8.625],[-29.001,-7.425]]}]},{"t":88,"s":[{"i":[[-3,64.179],[-4.839,-68.033]],"o":[[-1,-65.821],[5.161,53.967]],"v":[[45.781,0.847],[-43.38,5.058]]}]}]},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":14,"s":[{"i":[[15.886,-15.509],[23.229,0],[15.885,15.509],[0,23.079],[-15.885,15.513],[-23.23,0],[-15.885,-15.513],[0,-23.077]],"o":[[-15.887,15.51],[-23.23,0],[-15.887,-15.511],[0,-23.077],[15.884,-15.511],[23.229,0],[15.884,15.511],[0,23.079]],"v":[[57.952,54.133],[-0.721,77.399],[-59.392,54.133],[-83.219,-3.752],[-59.392,-61.637],[-0.721,-84.904],[57.952,-61.637],[81.781,-3.752]]}]},{"t":16,"s":[{"i":[[15.149,-14.794],[22.155,0],[15.149,14.793],[0,22.012],[-15.152,14.794],[-22.156,0],[-15.152,-14.794],[0,-22.01]],"o":[[-15.152,14.793],[-22.156,0],[-15.152,-14.794],[0,-22.01],[15.149,-14.794],[22.155,0],[15.149,14.794],[0,22.012]],"v":[[55.958,55.208],[-0.001,77.398],[-55.959,55.208],[-78.685,0.001],[-55.959,-55.207],[-0.001,-77.398],[55.958,-55.207],[78.685,0.001]]}]}]},"nm":"Path 2"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[96.174,94.129]}}],"nm":"Group 9"}],"bounds":{"l":12,"t":9,"b":172,"r":178},"ip":14,"op":88,"st":12},{"ddd":0,"ind":15,"ty":4,"nm":"O2original 2","ks":{"p":{"k":[130.41,166.975,0]},"a":{"k":[894.727,82.648,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,13.366],[8.576,9.433],[12.506,0],[8.576,-9.434],[0,-13.363],[-8.576,-9.36],[-12.509,0],[-8.576,9.363]],"o":[[0,-13.363],[-8.576,-9.434],[-12.509,0],[-8.576,9.433],[0,13.366],[8.576,9.363],[12.506,0],[8.576,-9.36]],"v":[[44.595,0.107],[31.731,-34.089],[0.107,-48.24],[-31.517,-34.089],[-44.382,0.107],[-31.517,34.197],[0.107,48.241],[31.731,34.197]]}},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":{"i":[[15.149,-14.794],[22.155,0],[15.149,14.793],[0,22.012],[-15.152,14.794],[-22.156,0],[-15.152,-14.794],[0,-22.01]],"o":[[-15.152,14.793],[-22.156,0],[-15.152,-14.794],[0,-22.01],[15.149,-14.794],[22.155,0],[15.149,14.794],[0,22.012]],"v":[[55.958,55.208],[-0.001,77.398],[-55.959,55.208],[-78.685,0.001],[-55.959,-55.207],[-0.001,-77.398],[55.958,-55.207],[78.685,0.001]]}},"nm":"Path 2"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[891.536,77.648]}}],"nm":"Group 5"}],"bounds":{"l":812,"t":0,"b":156,"r":971},"ip":88,"op":2736,"st":74},{"ddd":0,"ind":16,"ty":4,"nm":"O2original","ks":{"p":{"k":[130.41,166.975,0]},"a":{"k":[894.727,82.648,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":0,"s":[{"i":[[0,13.366],[8.576,9.433],[12.506,0],[8.576,-9.434],[0,-13.363],[-8.576,-9.36],[-12.509,0],[-8.576,9.363]],"o":[[0,-13.363],[-8.576,-9.434],[-12.509,0],[-8.576,9.433],[0,13.366],[8.576,9.363],[12.506,0],[8.576,-9.36]],"v":[[44.595,0.107],[31.731,-34.089],[0.107,-48.24],[-31.517,-34.089],[-44.382,0.107],[-31.517,34.197],[0.107,48.241],[31.731,34.197]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":3,"s":[{"i":[[0,0.581],[6.11,0.41],[8.91,0],[6.11,-0.41],[0,-0.581],[-6.109,-0.407],[-8.913,0],[-6.111,0.407]],"o":[[0,-0.581],[-6.11,-0.41],[-8.913,0],[-6.11,0.41],[0,0.581],[6.11,0.407],[8.91,0],[6.11,-0.407]],"v":[[38.917,-15.819],[29.752,-17.305],[7.22,-17.92],[-15.312,-17.305],[-24.478,-15.819],[-15.312,-14.338],[7.22,-13.727],[29.752,-14.338]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":5,"s":[{"i":[[0,0.581],[5.529,-2.169],[8.608,2.3],[8.593,-2.169],[0,-0.581],[-5.757,2.084],[-9.689,-1.997],[-5.674,2.305]],"o":[[0,-0.581],[-5.701,2.237],[-7.689,-2.054],[-5.938,1.499],[0,0.581],[6.593,-2.387],[8.727,1.799],[4.029,-1.637]],"v":[[38.917,-15.819],[29.752,-17.305],[7.22,-17.92],[-15.312,-17.305],[-24.478,-15.819],[-15.312,-14.338],[7.22,-13.727],[29.752,-14.338]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":7,"s":[{"i":[[0,0.581],[5.812,0.859],[9.061,-2.554],[8.343,0.331],[0,-0.581],[-5.157,-1.387],[-10.689,1.753],[-7.721,-0.137]],"o":[[0,-0.581],[-6.221,-0.919],[-6.189,0.446],[-4.657,-0.669],[0,0.581],[7.593,1.613],[6.811,-2.747],[4.279,0.363]],"v":[[39.167,-16.819],[29.752,-17.305],[7.22,-17.92],[-15.062,-18.055],[-24.478,-15.819],[-15.312,-14.338],[8.22,-14.477],[30.752,-15.088]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":9,"s":[{"i":[[0,0.581],[6.857,0.41],[9.998,0],[6.856,-0.41],[0,-0.581],[-6.855,-0.407],[-10.001,0],[-6.858,0.407]],"o":[[0,-0.581],[-6.857,-0.41],[-10.001,0],[-6.856,0.41],[0,0.581],[6.857,0.407],[9.998,0],[6.856,-0.407]],"v":[[38.917,-13.819],[28.632,-15.305],[3.349,-15.92],[-21.934,-15.305],[-32.219,-13.819],[-21.934,-12.338],[3.349,-11.727],[28.632,-12.338]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":11,"s":[{"i":[[0,0.937],[6.884,1.385],[10.732,-4.12],[9.882,0.533],[0,-0.937],[-6.109,-2.237],[-12.661,2.827],[-9.145,-0.221]],"o":[[0,-0.937],[-7.369,-1.483],[-7.331,0.719],[-5.517,-1.079],[0,0.937],[8.993,2.602],[8.067,-4.431],[5.068,0.586]],"v":[[39.167,-14.579],[28.015,-15.363],[1.326,-16.355],[-25.066,-16.572],[-36.219,-12.966],[-25.362,-10.576],[2.511,-10.802],[29.199,-11.786]]}]},{"t":14,"s":[{"i":[[0,4.237],[7.93,2.991],[11.564,0],[7.93,-2.991],[0,-4.238],[-7.929,-2.968],[-11.567,0],[-7.932,2.968]],"o":[[0,-4.237],[-7.93,-2.991],[-11.567,0],[-7.93,2.991],[0,4.238],[7.93,2.969],[11.564,0],[7.93,-2.968]],"v":[[47.017,-17.896],[35.121,-28.739],[5.879,-33.226],[-23.364,-28.739],[-35.261,-17.896],[-23.364,-7.088],[5.879,-2.635],[35.121,-7.088]]}]}]},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":0,"s":[{"i":[[15.149,-14.794],[22.155,0],[15.149,14.793],[0,22.012],[-15.152,14.794],[-22.156,0],[-15.152,-14.794],[0,-22.01]],"o":[[-15.152,14.793],[-22.156,0],[-15.152,-14.794],[0,-22.01],[15.149,-14.794],[22.155,0],[15.149,14.794],[0,22.012]],"v":[[55.958,55.208],[-0.001,77.398],[-55.959,55.208],[-78.685,0.001],[-55.959,-55.207],[-0.001,-77.398],[55.958,-55.207],[78.685,0.001]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":3,"s":[{"i":[[13.338,-13.091],[19.504,0],[13.337,13.091],[0,19.481],[-13.338,13.094],[-19.505,0],[-13.338,-13.094],[0,-19.48]],"o":[[-13.339,13.092],[-19.505,0],[-13.339,-13.093],[0,-19.48],[13.337,-13.093],[19.504,0],[13.337,13.093],[0,19.481]],"v":[[49.773,37.387],[0.508,57.025],[-48.755,37.387],[-68.762,-11.474],[-48.755,-60.335],[0.508,-79.975],[49.773,-60.335],[69.781,-11.474]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":4,"s":[{"i":[[13.338,-13.091],[19.504,0],[13.337,13.091],[0,19.481],[-13.338,13.094],[-19.505,0],[-13.338,-13.094],[0,-19.48]],"o":[[-13.339,13.092],[-19.505,0],[-13.339,-13.093],[0,-19.48],[13.337,-13.093],[19.504,0],[13.337,13.093],[0,19.481]],"v":[[49.773,37.387],[0.508,57.025],[-48.755,37.387],[-68.762,-11.474],[-48.755,-60.335],[0.508,-79.975],[49.773,-60.335],[69.781,-11.474]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":7,"s":[{"i":[[13.338,-13.091],[19.504,0],[13.337,13.091],[0,19.481],[-13.338,13.094],[-19.505,0],[-13.338,-13.094],[0,-19.48]],"o":[[-13.339,13.092],[-19.505,0],[-13.339,-13.093],[0,-19.48],[13.337,-13.093],[19.504,0],[13.337,13.093],[0,19.481]],"v":[[49.773,37.387],[0.508,57.025],[-48.755,37.387],[-68.762,-11.474],[-48.755,-60.335],[0.508,-79.975],[49.773,-60.335],[69.781,-11.474]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":11,"s":[{"i":[[15.149,-14.794],[22.155,0],[15.149,14.793],[0,22.012],[-15.152,14.794],[-22.156,0],[-15.152,-14.794],[0,-22.01]],"o":[[-15.152,14.793],[-22.156,0],[-15.152,-14.794],[0,-22.01],[15.149,-14.794],[22.155,0],[15.149,14.794],[0,22.012]],"v":[[55.958,55.208],[-0.001,77.398],[-55.959,55.208],[-78.685,0.001],[-55.959,-55.207],[-0.001,-77.398],[55.958,-55.207],[78.685,0.001]]}]},{"t":14,"s":[{"i":[[15.982,-15.603],[23.37,0],[15.981,15.603],[0,23.219],[-15.981,15.607],[-23.371,0],[-15.981,-15.607],[0,-23.217]],"o":[[-15.983,15.604],[-23.371,0],[-15.983,-15.605],[0,-23.217],[15.98,-15.605],[23.37,0],[15.98,15.605],[0,23.219]],"v":[[58.807,53.992],[-0.221,77.398],[-59.247,53.992],[-83.219,-4.244],[-59.247,-62.479],[-0.221,-85.887],[58.807,-62.479],[82.781,-4.244]]}]}]},"nm":"Path 2"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[891.536,77.648]}}],"nm":"Group 5"}],"bounds":{"l":808,"t":-9,"b":156,"r":975},"ip":0,"op":14,"st":0}]},{"id":"comp_40","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"corteM4","ks":{"p":{"k":[129.5,137.5,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":24,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-36.25,-51.25],[-36.25,-51]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":29,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-36.25,-51.25],[35.75,102.5]]}]},{"t":34,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[35.75,102.313],[35.75,102.5]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[88,214,112,255]},"o":{"k":100},"w":{"k":3},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr"}],"nm":"Shape 1"}],"bounds":{"l":-38,"t":-53,"b":104,"r":38},"ip":24,"op":34,"st":-5},{"ddd":0,"ind":1,"ty":4,"nm":"corteM3","ks":{"p":{"k":[125,137.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":24,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[2.75,30.75],[2.75,31]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":27,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-36.25,-51.25],[2.75,31]]}]},{"t":30,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-36.25,-51.25],[-36.25,-51]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[88,214,112,255]},"o":{"k":100},"w":{"k":3},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr"}],"nm":"Shape 1"}],"bounds":{"l":-38,"t":-53,"b":33,"r":5},"ip":24,"op":30,"st":-5},{"ddd":0,"ind":2,"ty":4,"nm":"corteM2","ks":{"p":{"k":[125,137.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":23,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-47.5,101.5],[-47.5,101.25]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":28,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-47.5,101.5],[-47.5,6.5]]}]},{"t":33,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-47.5,6.5],[-47.5,6.5]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[88,214,112,255]},"o":{"k":100},"w":{"k":3},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr"}],"nm":"Shape 1"}],"bounds":{"l":-49,"t":5,"b":103,"r":-46},"ip":23,"op":33,"st":-6},{"ddd":0,"ind":3,"ty":4,"nm":"corteM5","ks":{"p":{"k":[129,137.5,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":22,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.5,104.5],[-0.5,104.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":28,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-77,-53],[-0.5,104.5]]}]},{"t":35,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-77,-53],[-77,-53.25]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[88,214,112,255]},"o":{"k":100},"w":{"k":3},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr"}],"nm":"Shape 1"}],"bounds":{"l":-79,"t":-55,"b":106,"r":1},"ip":22,"op":35,"st":-7},{"ddd":0,"ind":4,"ty":4,"nm":"corteM1","ks":{"p":{"k":[125,137.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":21,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-77,-53],[-77,-53.25]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":27,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-77,-53],[-0.5,104.5]]}]},{"t":34,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.5,104.5],[-0.5,104.5]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[88,214,112,255]},"o":{"k":100},"w":{"k":3},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr"}],"nm":"Shape 1"}],"bounds":{"l":-79,"t":-55,"b":106,"r":1},"ip":21,"op":34,"st":-8},{"ddd":0,"ind":6,"ty":4,"nm":"Moriginal 2","ks":{"p":{"k":[102.41,161.975,0]},"a":{"k":[675.727,77.648,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.487,"y":1},"o":{"x":0.167,"y":0},"t":3,"s":[{"i":[[21.328,-0.064],[0,0],[0,0],[-16.596,0.086],[0,0],[0,0]],"o":[[-21.328,0.064],[0,0],[0,0],[16.596,-0.086],[0,0],[0,0]],"v":[[-10.077,74.997],[-83.83,74.932],[-83.83,-74.932],[-0.001,-74.854],[83.83,-74.932],[83.83,74.932]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.545,"y":0},"t":6,"s":[{"i":[[40.661,0.944],[0,0],[0,0],[-37.451,-0.91],[0,0],[0,0]],"o":[[-40.328,-0.936],[0,0],[0,0],[37.596,0.914],[0,0],[0,0]],"v":[[-0.077,84.996],[-83.83,74.932],[-83.83,-74.932],[2.999,-84.854],[83.83,-74.932],[83.83,74.932]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":9,"s":[{"i":[[40.672,-0.064],[0,0],[0,0],[-35.404,0.914],[0,0],[0,0]],"o":[[-40.328,0.064],[0,0],[0,0],[33.602,-0.867],[0,0],[0,0]],"v":[[0.923,72.997],[-83.83,74.932],[-83.83,-74.932],[-0.001,-72.854],[83.83,-74.932],[83.83,74.932]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":12,"s":[{"i":[[21.328,-0.064],[0,0],[0,0],[-16.596,0.086],[0,0],[0,0]],"o":[[-21.328,0.064],[0,0],[0,0],[16.596,-0.086],[0,0],[0,0]],"v":[[-10.077,74.997],[-83.83,74.932],[-83.83,-74.932],[-0.001,-74.854],[83.83,-74.932],[83.83,74.932]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":16,"s":[{"i":[[37.174,0.434],[0,0],[0,0],[-31.904,-0.086],[0,0],[0,0]],"o":[[-37.328,-0.436],[0,0],[0,0],[34.096,0.092],[0,0],[0,0]],"v":[[-0.077,77.496],[-83.83,74.932],[-83.83,-74.932],[-0.001,-77.354],[83.83,-74.932],[83.83,74.932]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":20,"s":[{"i":[[40.672,-0.064],[0,0],[0,0],[-35.404,0.914],[0,0],[0,0]],"o":[[-40.328,0.064],[0,0],[0,0],[33.602,-0.867],[0,0],[0,0]],"v":[[0.923,72.997],[-83.83,74.932],[-83.83,-74.932],[-0.001,-72.854],[83.83,-74.932],[83.83,74.932]]}]},{"t":23,"s":[{"i":[[21.328,-0.064],[0,0],[0,0],[-16.596,0.086],[0,0],[0,0]],"o":[[-21.328,0.064],[0,0],[0,0],[16.596,-0.086],[0,0],[0,0]],"v":[[-10.077,74.997],[-83.83,74.932],[-83.83,-74.932],[-0.001,-74.854],[83.83,-74.932],[83.83,74.932]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[700.722,78.614]}}],"nm":"Group 6"}],"bounds":{"l":616,"t":-7,"b":164,"r":785},"ip":3,"op":29,"st":1},{"ddd":0,"ind":8,"ty":4,"nm":"Moriginal 6","ks":{"p":{"k":[102.41,161.975,0]},"a":{"k":[675.727,77.648,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":53,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[50.383,-19.404],[9.862,52.497],[-10.077,52.497],[-50.385,-19.404],[-50.385,64.932],[-79.83,64.932],[-79.83,-64.932],[-38.593,-64.932],[-0.001,9.397],[38.806,-64.932],[80.83,-64.932],[80.83,64.932],[50.383,64.932]]}]},{"t":62,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[50.383,-19.404],[9.862,62.497],[-10.077,62.497],[-50.385,-19.404],[-50.385,74.932],[-83.83,74.932],[-83.83,-74.932],[-38.593,-74.932],[-0.001,7.396],[38.806,-74.932],[83.83,-74.932],[83.83,74.932],[50.383,74.932]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[700.722,78.614]}}],"nm":"Group 6"}],"bounds":{"l":616,"t":3,"b":154,"r":785},"ip":55,"op":1256,"st":49},{"ddd":0,"ind":9,"ty":4,"nm":"Moriginal 5","ks":{"p":{"k":[102.41,161.975,0]},"a":{"k":[675.727,77.648,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":53,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[50.383,-19.404],[9.862,52.497],[-10.077,52.497],[-50.385,-19.404],[-50.385,64.932],[-79.83,64.932],[-79.83,-64.932],[-38.593,-64.932],[-0.001,9.397],[38.806,-64.932],[80.83,-64.932],[80.83,64.932],[50.383,64.932]]}]},{"t":62,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[50.383,-19.404],[9.862,62.497],[-10.077,62.497],[-50.385,-19.404],[-50.385,74.932],[-83.83,74.932],[-83.83,-74.932],[-38.593,-74.932],[-0.001,7.396],[38.806,-74.932],[83.83,-74.932],[83.83,74.932],[50.383,74.932]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[700.722,78.614]}}],"nm":"Group 6"}],"bounds":{"l":616,"t":3,"b":154,"r":785},"ip":53,"op":55,"st":49},{"ddd":0,"ind":10,"ty":4,"nm":"Moriginal","ks":{"p":{"k":[102.41,161.975,0]},"a":{"k":[675.727,77.648,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"t":0,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[50.383,-19.404],[9.862,62.497],[-10.077,62.497],[-50.385,-19.404],[-50.385,74.932],[-83.83,74.932],[-83.83,-74.932],[-38.593,-74.932],[-0.001,7.396],[38.806,-74.932],[83.83,-74.932],[83.83,74.932],[50.383,74.932]]}]},{"t":3,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[50.383,74.987],[9.862,75.012],[-10.077,74.997],[-50.385,74.971],[-50.385,74.932],[-83.83,74.932],[-83.83,-74.932],[-38.593,-74.932],[-0.001,-74.854],[38.806,-74.932],[83.83,-74.932],[83.83,74.932],[50.383,74.932]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[700.722,78.614]}}],"nm":"Group 6"}],"bounds":{"l":616,"t":3,"b":154,"r":785},"ip":0,"op":3,"st":0},{"ddd":0,"ind":12,"ty":4,"nm":"M_bm Outlines 30","ks":{"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":30,"s":[128,163,0],"to":[-2,-5.83333349227905,0],"ti":[2.16666674613953,6.33333349227905,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":33,"s":[116,128,0],"to":[-2.16666674613953,-6.33333349227905,0],"ti":[-2,-5.83333349227905,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":48,"s":[115,125,0],"to":[2,5.83333349227905,0],"ti":[-2.16666674613953,-6.33333349227905,0]},{"t":53,"s":[128,163,0]}]},"a":{"k":[125,137.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-38.607,-59.87],[0.631,-59.87],[38.607,21.463],[34.011,31.118],[20.325,59.87],[-4.363,9.708]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":33,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-26.607,-51.87],[20.631,-57.87],[17.607,6.462],[44.931,25.382],[0.325,17.87],[10.057,-32.503]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":37,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-30.607,-72.87],[9.631,-54.87],[10.607,-18.538],[26.931,14.382],[-10.675,-3.13],[-2.943,-43.503]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":41,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-41.607,-68.87],[2.631,-50.87],[3.607,-11.538],[32.931,24.382],[-17.675,3.87],[-9.943,-39.503]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":45,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-33.607,-64.87],[19.964,-43.87],[7.274,-0.537],[33.291,26.627],[-9.008,5.537],[0.917,-37.099]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":49,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-41.607,-68.87],[2.631,-50.87],[3.607,-11.538],[32.931,24.382],[-17.675,3.87],[-9.943,-39.503]]}]},{"t":53,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-38.607,-59.87],[0.631,-59.87],[38.607,21.463],[34.011,31.118],[20.325,59.87],[-4.363,9.708]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[85.182,122.377]}}],"nm":"Group 7"}],"bounds":{"l":43,"t":49,"b":183,"r":131},"ip":38,"op":53,"st":19},{"ddd":0,"ind":13,"ty":4,"nm":"M_bm Outlines 26","ks":{"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":30,"s":[128,163,0],"to":[-2,-5.83333349227905,0],"ti":[2.16666674613953,6.33333349227905,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":33,"s":[116,128,0],"to":[-2.16666674613953,-6.33333349227905,0],"ti":[-2,-5.83333349227905,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":48,"s":[115,125,0],"to":[2,5.83333349227905,0],"ti":[-2.16666674613953,-6.33333349227905,0]},{"t":53,"s":[128,163,0]}]},"a":{"k":[125,137.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-38.607,-59.87],[0.631,-59.87],[38.607,21.463],[34.011,31.118],[20.325,59.87],[-4.363,9.708]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":33,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-26.607,-51.87],[20.631,-57.87],[17.607,6.462],[44.931,25.382],[0.325,17.87],[10.057,-32.503]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":37,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-30.607,-72.87],[9.631,-54.87],[10.607,-18.538],[26.931,14.382],[-10.675,-3.13],[-2.943,-43.503]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":41,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-41.607,-68.87],[2.631,-50.87],[3.607,-11.538],[32.931,24.382],[-17.675,3.87],[-9.943,-39.503]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":45,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-33.607,-64.87],[19.964,-43.87],[7.274,-0.537],[33.291,26.627],[-9.008,5.537],[0.917,-37.099]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":49,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-41.607,-68.87],[2.631,-50.87],[3.607,-11.538],[32.931,24.382],[-17.675,3.87],[-9.943,-39.503]]}]},{"t":53,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-38.607,-59.87],[0.631,-59.87],[38.607,21.463],[34.011,31.118],[20.325,59.87],[-4.363,9.708]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[85.182,122.377]}}],"nm":"Group 7"}],"bounds":{"l":43,"t":49,"b":183,"r":131},"ip":35,"op":38,"st":19},{"ddd":0,"ind":14,"ty":4,"nm":"M_bm Outlines 22","ks":{"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":30,"s":[128,163,0],"to":[-2,-5.83333349227905,0],"ti":[2.16666674613953,6.33333349227905,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":33,"s":[116,128,0],"to":[-2.16666674613953,-6.33333349227905,0],"ti":[-2,-5.83333349227905,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":48,"s":[115,125,0],"to":[2,5.83333349227905,0],"ti":[-2.16666674613953,-6.33333349227905,0]},{"t":53,"s":[128,163,0]}]},"a":{"k":[125,137.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-38.607,-59.87],[0.631,-59.87],[38.607,21.463],[34.011,31.118],[20.325,59.87],[-4.363,9.708]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":33,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-26.607,-51.87],[20.631,-57.87],[17.607,6.462],[44.931,25.382],[0.325,17.87],[10.057,-32.503]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":37,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-30.607,-72.87],[9.631,-54.87],[10.607,-18.538],[26.931,14.382],[-10.675,-3.13],[-2.943,-43.503]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":41,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-41.607,-68.87],[2.631,-50.87],[3.607,-11.538],[32.931,24.382],[-17.675,3.87],[-9.943,-39.503]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":45,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-33.607,-64.87],[19.964,-43.87],[7.274,-0.537],[33.291,26.627],[-9.008,5.537],[0.917,-37.099]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":49,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-41.607,-68.87],[2.631,-50.87],[3.607,-11.538],[32.931,24.382],[-17.675,3.87],[-9.943,-39.503]]}]},{"t":53,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-38.607,-59.87],[0.631,-59.87],[38.607,21.463],[34.011,31.118],[20.325,59.87],[-4.363,9.708]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[204,69,51,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[85.182,122.377]}}],"nm":"Group 7"}],"bounds":{"l":43,"t":49,"b":183,"r":131},"ip":32,"op":35,"st":19},{"ddd":0,"ind":15,"ty":4,"nm":"M_bm Outlines 17","ks":{"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":30,"s":[128,163,0],"to":[-2,-5.83333349227905,0],"ti":[2.16666674613953,6.33333349227905,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":33,"s":[116,128,0],"to":[-2.16666674613953,-6.33333349227905,0],"ti":[-2,-5.83333349227905,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":48,"s":[115,125,0],"to":[2,5.83333349227905,0],"ti":[-2.16666674613953,-6.33333349227905,0]},{"t":53,"s":[128,163,0]}]},"a":{"k":[125,137.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-38.607,-59.87],[0.631,-59.87],[38.607,21.463],[34.011,31.118],[20.325,59.87],[-4.363,9.708]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":33,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-26.607,-51.87],[20.631,-57.87],[17.607,6.462],[44.931,25.382],[0.325,17.87],[10.057,-32.503]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":37,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-30.607,-72.87],[9.631,-54.87],[10.607,-18.538],[26.931,14.382],[-10.675,-3.13],[-2.943,-43.503]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":41,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-41.607,-68.87],[2.631,-50.87],[3.607,-11.538],[32.931,24.382],[-17.675,3.87],[-9.943,-39.503]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":45,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-33.607,-64.87],[19.964,-43.87],[7.274,-0.537],[33.291,26.627],[-9.008,5.537],[0.917,-37.099]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":49,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-41.607,-68.87],[2.631,-50.87],[3.607,-11.538],[32.931,24.382],[-17.675,3.87],[-9.943,-39.503]]}]},{"t":53,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-38.607,-59.87],[0.631,-59.87],[38.607,21.463],[34.011,31.118],[20.325,59.87],[-4.363,9.708]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[85.182,122.377]}}],"nm":"Group 7"}],"bounds":{"l":43,"t":49,"b":183,"r":131},"ip":30,"op":32,"st":19},{"ddd":0,"ind":16,"ty":4,"nm":"M_bm Outlines 33","ks":{"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":30,"s":[128,163,0],"to":[3.16666674613953,-7,0],"ti":[-3.5,7.33333349227905,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":33,"s":[147,121,0],"to":[3.5,-7.33333349227905,0],"ti":[3.16666674613953,-7,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":48,"s":[149,119,0],"to":[-3.16666674613953,7,0],"ti":[3.5,-7.33333349227905,0]},{"t":53,"s":[128,163,0]}]},"a":{"k":[125,137.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-25.885,74.932],[-33.916,74.932],[-47.874,46.091],[-27.061,1.518],[8.635,-74.933],[47.874,-74.933],[1.44,19.413]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":34,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.636,-20.894],[-8.916,38.106],[-8.874,9.092],[-8.633,-31.682],[29.635,-43.933],[44.874,-82.933],[45.453,-31.585]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":39,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[6.636,-21.894],[-10.916,29.106],[-10.874,0.092],[-13.633,-34.682],[22.635,-45.933],[47.874,-77.933],[41.453,-30.585]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":44,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[4.225,-15.972],[-9.916,40.106],[-9.874,11.092],[-12.633,-29.682],[24.635,-37.933],[48.874,-72.933],[34.453,-24.585]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":49,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.636,-20.894],[-8.916,38.106],[-8.874,9.092],[-8.633,-31.682],[29.635,-43.933],[44.874,-82.933],[45.453,-31.585]]}]},{"t":53,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-18.885,61.932],[-33.916,61.932],[-47.874,46.091],[-27.061,1.518],[8.635,-74.933],[47.874,-74.933],[5.846,11.229]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[153.915,137.44]}}],"nm":"Group 6"}],"bounds":{"l":106,"t":54,"b":213,"r":203},"ip":43,"op":53,"st":19},{"ddd":0,"ind":17,"ty":4,"nm":"M_bm Outlines 29","ks":{"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":30,"s":[128,163,0],"to":[3.16666674613953,-7,0],"ti":[-3.5,7.33333349227905,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":33,"s":[147,121,0],"to":[3.5,-7.33333349227905,0],"ti":[3.16666674613953,-7,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":48,"s":[149,119,0],"to":[-3.16666674613953,7,0],"ti":[3.5,-7.33333349227905,0]},{"t":53,"s":[128,163,0]}]},"a":{"k":[125,137.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-25.885,74.932],[-33.916,74.932],[-47.874,46.091],[-27.061,1.518],[8.635,-74.933],[47.874,-74.933],[1.44,19.413]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":34,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.636,-20.894],[-8.916,38.106],[-8.874,9.092],[-8.633,-31.682],[29.635,-43.933],[44.874,-82.933],[45.453,-31.585]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":39,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[6.636,-21.894],[-10.916,29.106],[-10.874,0.092],[-13.633,-34.682],[22.635,-45.933],[47.874,-77.933],[41.453,-30.585]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":44,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[4.225,-15.972],[-9.916,40.106],[-9.874,11.092],[-12.633,-29.682],[24.635,-37.933],[48.874,-72.933],[34.453,-24.585]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":49,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.636,-20.894],[-8.916,38.106],[-8.874,9.092],[-8.633,-31.682],[29.635,-43.933],[44.874,-82.933],[45.453,-31.585]]}]},{"t":53,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-18.885,61.932],[-33.916,61.932],[-47.874,46.091],[-27.061,1.518],[8.635,-74.933],[47.874,-74.933],[5.846,11.229]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[153.915,137.44]}}],"nm":"Group 6"}],"bounds":{"l":106,"t":54,"b":213,"r":203},"ip":38,"op":53,"st":19},{"ddd":0,"ind":18,"ty":4,"nm":"M_bm Outlines 25","ks":{"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":30,"s":[128,163,0],"to":[3.16666674613953,-7,0],"ti":[-3.5,7.33333349227905,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":33,"s":[147,121,0],"to":[3.5,-7.33333349227905,0],"ti":[3.16666674613953,-7,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":48,"s":[149,119,0],"to":[-3.16666674613953,7,0],"ti":[3.5,-7.33333349227905,0]},{"t":53,"s":[128,163,0]}]},"a":{"k":[125,137.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-25.885,74.932],[-33.916,74.932],[-47.874,46.091],[-27.061,1.518],[8.635,-74.933],[47.874,-74.933],[1.44,19.413]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":34,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.636,-20.894],[-8.916,38.106],[-8.874,9.092],[-8.633,-31.682],[29.635,-43.933],[44.874,-82.933],[45.453,-31.585]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":39,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[6.636,-21.894],[-10.916,29.106],[-10.874,0.092],[-13.633,-34.682],[22.635,-45.933],[47.874,-77.933],[41.453,-30.585]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":44,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[4.225,-15.972],[-9.916,40.106],[-9.874,11.092],[-12.633,-29.682],[24.635,-37.933],[48.874,-72.933],[34.453,-24.585]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":49,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.636,-20.894],[-8.916,38.106],[-8.874,9.092],[-8.633,-31.682],[29.635,-43.933],[44.874,-82.933],[45.453,-31.585]]}]},{"t":53,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-18.885,61.932],[-33.916,61.932],[-47.874,46.091],[-27.061,1.518],[8.635,-74.933],[47.874,-74.933],[5.846,11.229]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[153.915,137.44]}}],"nm":"Group 6"}],"bounds":{"l":106,"t":54,"b":213,"r":203},"ip":35,"op":38,"st":19},{"ddd":0,"ind":19,"ty":4,"nm":"M_bm Outlines 21","ks":{"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":30,"s":[128,163,0],"to":[3.16666674613953,-7,0],"ti":[-3.5,7.33333349227905,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":33,"s":[147,121,0],"to":[3.5,-7.33333349227905,0],"ti":[3.16666674613953,-7,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":48,"s":[149,119,0],"to":[-3.16666674613953,7,0],"ti":[3.5,-7.33333349227905,0]},{"t":53,"s":[128,163,0]}]},"a":{"k":[125,137.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-25.885,74.932],[-33.916,74.932],[-47.874,46.091],[-27.061,1.518],[8.635,-74.933],[47.874,-74.933],[1.44,19.413]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":34,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.636,-20.894],[-8.916,38.106],[-8.874,9.092],[-8.633,-31.682],[29.635,-43.933],[44.874,-82.933],[45.453,-31.585]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":39,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[6.636,-21.894],[-10.916,29.106],[-10.874,0.092],[-13.633,-34.682],[22.635,-45.933],[47.874,-77.933],[41.453,-30.585]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":44,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[4.225,-15.972],[-9.916,40.106],[-9.874,11.092],[-12.633,-29.682],[24.635,-37.933],[48.874,-72.933],[34.453,-24.585]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":49,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.636,-20.894],[-8.916,38.106],[-8.874,9.092],[-8.633,-31.682],[29.635,-43.933],[44.874,-82.933],[45.453,-31.585]]}]},{"t":53,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-18.885,61.932],[-33.916,61.932],[-47.874,46.091],[-27.061,1.518],[8.635,-74.933],[47.874,-74.933],[5.846,11.229]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[204,69,51,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[153.915,137.44]}}],"nm":"Group 6"}],"bounds":{"l":106,"t":54,"b":213,"r":203},"ip":32,"op":35,"st":19},{"ddd":0,"ind":20,"ty":4,"nm":"M_bm Outlines 16","ks":{"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":30,"s":[128,163,0],"to":[3.16666674613953,-7,0],"ti":[-3.5,7.33333349227905,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":33,"s":[147,121,0],"to":[3.5,-7.33333349227905,0],"ti":[3.16666674613953,-7,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":48,"s":[149,119,0],"to":[-3.16666674613953,7,0],"ti":[3.5,-7.33333349227905,0]},{"t":53,"s":[128,163,0]}]},"a":{"k":[125,137.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-25.885,74.932],[-33.916,74.932],[-47.874,46.091],[-27.061,1.518],[8.635,-74.933],[47.874,-74.933],[1.44,19.413]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":34,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.636,-20.894],[-8.916,38.106],[-8.874,9.092],[-8.633,-31.682],[29.635,-43.933],[44.874,-82.933],[45.453,-31.585]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":39,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[6.636,-21.894],[-10.916,29.106],[-10.874,0.092],[-13.633,-34.682],[22.635,-45.933],[47.874,-77.933],[41.453,-30.585]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":44,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[4.225,-15.972],[-9.916,40.106],[-9.874,11.092],[-12.633,-29.682],[24.635,-37.933],[48.874,-72.933],[34.453,-24.585]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":49,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.636,-20.894],[-8.916,38.106],[-8.874,9.092],[-8.633,-31.682],[29.635,-43.933],[44.874,-82.933],[45.453,-31.585]]}]},{"t":53,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-18.885,61.932],[-33.916,61.932],[-47.874,46.091],[-27.061,1.518],[8.635,-74.933],[47.874,-74.933],[5.846,11.229]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[153.915,137.44]}}],"nm":"Group 6"}],"bounds":{"l":106,"t":54,"b":213,"r":203},"ip":30,"op":32,"st":19},{"ddd":0,"ind":21,"ty":4,"nm":"M_bm Outlines 10","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":39,"s":[100]},{"t":40,"s":[0]}]},"p":{"k":[127.958,142.99,0]},"a":{"k":[125,137.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":33,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-12.335,-49.579],[24.512,-37.283],[-7.149,-3.762]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":37,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-29.196,-30.103],[-22.629,-45.607],[-9.221,-30.784]]}]},{"t":40,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-25.183,-38.008],[-28.578,-43.292],[-21.192,-44.306]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[124,102.334]}}],"nm":"Group 5"}],"bounds":{"l":94,"t":52,"b":99,"r":149},"ip":33,"op":40,"st":20},{"ddd":0,"ind":22,"ty":4,"nm":"M_bm Outlines 36","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":42,"s":[100]},{"t":43,"s":[0]}]},"p":{"k":[117.958,162.99,0]},"a":{"k":[125,137.5,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":34,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[2.677,-24.488],[9.243,-10.654],[-8.933,-10.502]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":39,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-29.196,-30.103],[-22.629,-45.607],[-9.221,-30.784]]}]},{"t":43,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-25.183,-38.008],[-28.578,-43.292],[-21.192,-44.306]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[124,102.334]}}],"nm":"Group 5"}],"bounds":{"l":94,"t":56,"b":92,"r":134},"ip":34,"op":43,"st":21},{"ddd":0,"ind":23,"ty":4,"nm":"M_bm Outlines 15","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":37,"s":[100]},{"t":39,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":30,"s":[128,163,0],"to":[0,-10,0],"ti":[-0.16666667163372,10.3333330154419,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":33,"s":[128,103,0],"to":[0.16666667163372,-10.3333330154419,0],"ti":[0,-10,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":39,"s":[129,101,0],"to":[0,10,0],"ti":[0.16666667163372,-10.3333330154419,0]},{"t":44,"s":[128,163,0]}]},"a":{"k":[125,137.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":30,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-37,-39.834],[37,-39.834],[0,39.834]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":34,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[2.683,-34.307],[26.701,-3.778],[-18.175,6.815]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":38,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[14.743,-17.499],[4.424,-5.678],[-3.142,-22.699]]}]},{"t":41,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[3.764,-4.956],[-2.181,-9.061],[5.211,-13.408]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[124,102.334]}}],"nm":"Group 5"}],"bounds":{"l":87,"t":62,"b":143,"r":161},"ip":30,"op":41,"st":19},{"ddd":0,"ind":24,"ty":4,"nm":"M_bm Outlines 32","ks":{"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":30,"s":[128,163,0],"to":[-3.33333325386047,2.66666674613953,0],"ti":[0.20848606526852,0.0188069511205,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":33,"s":[108,179,0],"to":[-0.11774158477783,-0.01062114350498,0],"ti":[-0.03404280915856,-0.05691438168287,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":48,"s":[106,179,0],"to":[0.23912976682186,0.39978849887848,0],"ti":[-3.66666674613953,2.66666674613953,0]},{"t":53,"s":[128,163,0]}]},"a":{"k":[125,137.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[16.678,74.932],[-16.768,74.932],[-16.768,27.974],[-16.768,-74.933],[-11.676,-74.909],[16.768,-16.773],[16.726,26.057]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":34,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,61.932],[0.232,30.932],[-23.768,-4.94],[-0.768,-48.933],[-0.676,-48.909],[-5.232,-7.773],[16.725,27.063]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":38,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,72.932],[0.232,37.932],[-21.768,0.06],[-4.768,-42.933],[-4.676,-42.909],[-3.232,-2.772],[16.725,34.063]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":42,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,82.932],[0.232,48.932],[-13.768,8.06],[5.232,-32.933],[5.324,-32.909],[4.768,5.228],[16.725,45.063]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":47,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,61.932],[0.232,30.932],[-23.768,-4.94],[-0.768,-48.933],[-0.676,-48.909],[-5.232,-7.772],[16.725,27.063]]}]},{"t":53,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[16.678,74.932],[-16.768,74.932],[-16.768,27.974],[-16.768,-74.933],[-11.676,-74.909],[16.768,-16.773],[16.726,26.057]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[57.342,137.44]}}],"nm":"Group 4"}],"bounds":{"l":33,"t":62,"b":221,"r":75},"ip":43,"op":53,"st":19},{"ddd":0,"ind":25,"ty":4,"nm":"M_bm Outlines 28","ks":{"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":30,"s":[128,163,0],"to":[-3.33333325386047,2.66666674613953,0],"ti":[0.20848606526852,0.0188069511205,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":33,"s":[108,179,0],"to":[-0.11774158477783,-0.01062114350498,0],"ti":[-0.03404280915856,-0.05691438168287,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":48,"s":[106,179,0],"to":[0.23912976682186,0.39978849887848,0],"ti":[-3.66666674613953,2.66666674613953,0]},{"t":53,"s":[128,163,0]}]},"a":{"k":[125,137.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[16.678,74.932],[-16.768,74.932],[-16.768,27.974],[-16.768,-74.933],[-11.676,-74.909],[16.768,-16.773],[16.726,26.057]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":34,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,61.932],[0.232,30.932],[-23.768,-4.94],[-0.768,-48.933],[-0.676,-48.909],[-5.232,-7.773],[16.725,27.063]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":38,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,72.932],[0.232,37.932],[-21.768,0.06],[-4.768,-42.933],[-4.676,-42.909],[-3.232,-2.772],[16.725,34.063]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":42,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,82.932],[0.232,48.932],[-13.768,8.06],[5.232,-32.933],[5.324,-32.909],[4.768,5.228],[16.725,45.063]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":47,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,61.932],[0.232,30.932],[-23.768,-4.94],[-0.768,-48.933],[-0.676,-48.909],[-5.232,-7.772],[16.725,27.063]]}]},{"t":53,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[16.678,74.932],[-16.768,74.932],[-16.768,27.974],[-16.768,-74.933],[-11.676,-74.909],[16.768,-16.773],[16.726,26.057]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[57.342,137.44]}}],"nm":"Group 4"}],"bounds":{"l":33,"t":62,"b":221,"r":75},"ip":38,"op":53,"st":19},{"ddd":0,"ind":26,"ty":4,"nm":"M_bm Outlines 24","ks":{"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":30,"s":[128,163,0],"to":[-3.33333325386047,2.66666674613953,0],"ti":[0.20848606526852,0.0188069511205,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":33,"s":[108,179,0],"to":[-0.11774158477783,-0.01062114350498,0],"ti":[-0.03404280915856,-0.05691438168287,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":48,"s":[106,179,0],"to":[0.23912976682186,0.39978849887848,0],"ti":[-3.66666674613953,2.66666674613953,0]},{"t":53,"s":[128,163,0]}]},"a":{"k":[125,137.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[16.678,74.932],[-16.768,74.932],[-16.768,27.974],[-16.768,-74.933],[-11.676,-74.909],[16.768,-16.773],[16.726,26.057]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":34,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,61.932],[0.232,30.932],[-23.768,-4.94],[-0.768,-48.933],[-0.676,-48.909],[-5.232,-7.773],[16.725,27.063]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":38,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,72.932],[0.232,37.932],[-21.768,0.06],[-4.768,-42.933],[-4.676,-42.909],[-3.232,-2.772],[16.725,34.063]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":42,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,82.932],[0.232,48.932],[-13.768,8.06],[5.232,-32.933],[5.324,-32.909],[4.768,5.228],[16.725,45.063]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":47,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,61.932],[0.232,30.932],[-23.768,-4.94],[-0.768,-48.933],[-0.676,-48.909],[-5.232,-7.772],[16.725,27.063]]}]},{"t":53,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[16.678,74.932],[-16.768,74.932],[-16.768,27.974],[-16.768,-74.933],[-11.676,-74.909],[16.768,-16.773],[16.726,26.057]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[57.342,137.44]}}],"nm":"Group 4"}],"bounds":{"l":33,"t":62,"b":221,"r":75},"ip":35,"op":38,"st":19},{"ddd":0,"ind":27,"ty":4,"nm":"M_bm Outlines 20","ks":{"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":30,"s":[128,163,0],"to":[-3.33333325386047,2.66666674613953,0],"ti":[0.20848606526852,0.0188069511205,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":33,"s":[108,179,0],"to":[-0.11774158477783,-0.01062114350498,0],"ti":[-0.03404280915856,-0.05691438168287,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":48,"s":[106,179,0],"to":[0.23912976682186,0.39978849887848,0],"ti":[-3.66666674613953,2.66666674613953,0]},{"t":53,"s":[128,163,0]}]},"a":{"k":[125,137.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[16.678,74.932],[-16.768,74.932],[-16.768,27.974],[-16.768,-74.933],[-11.676,-74.909],[16.768,-16.773],[16.726,26.057]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":34,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,61.932],[0.232,30.932],[-23.768,-4.94],[-0.768,-48.933],[-0.676,-48.909],[-5.232,-7.773],[16.725,27.063]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":38,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,72.932],[0.232,37.932],[-21.768,0.06],[-4.768,-42.933],[-4.676,-42.909],[-3.232,-2.772],[16.725,34.063]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":42,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,82.932],[0.232,48.932],[-13.768,8.06],[5.232,-32.933],[5.324,-32.909],[4.768,5.228],[16.725,45.063]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":47,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,61.932],[0.232,30.932],[-23.768,-4.94],[-0.768,-48.933],[-0.676,-48.909],[-5.232,-7.772],[16.725,27.063]]}]},{"t":53,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[16.678,74.932],[-16.768,74.932],[-16.768,27.974],[-16.768,-74.933],[-11.676,-74.909],[16.768,-16.773],[16.726,26.057]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[204,69,51,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[57.342,137.44]}}],"nm":"Group 4"}],"bounds":{"l":33,"t":62,"b":221,"r":75},"ip":32,"op":35,"st":19},{"ddd":0,"ind":28,"ty":4,"nm":"M_bm Outlines 14","ks":{"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":30,"s":[128,163,0],"to":[-3.33333325386047,2.66666674613953,0],"ti":[0.20848606526852,0.0188069511205,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":33,"s":[108,179,0],"to":[-0.11774158477783,-0.01062114350498,0],"ti":[-0.03404280915856,-0.05691438168287,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":48,"s":[106,179,0],"to":[0.23912976682186,0.39978849887848,0],"ti":[-3.66666674613953,2.66666674613953,0]},{"t":53,"s":[128,163,0]}]},"a":{"k":[125,137.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[16.678,74.932],[-16.768,74.932],[-16.768,27.974],[-16.768,-74.933],[-11.676,-74.909],[16.768,-16.773],[16.726,26.057]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":34,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,61.932],[0.232,30.932],[-23.768,-4.94],[-0.768,-48.933],[-0.676,-48.909],[-5.232,-7.773],[16.725,27.063]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":38,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,72.932],[0.232,37.932],[-21.768,0.06],[-4.768,-42.933],[-4.676,-42.909],[-3.232,-2.772],[16.725,34.063]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":42,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,82.932],[0.232,48.932],[-13.768,8.06],[5.232,-32.933],[5.324,-32.909],[4.768,5.228],[16.725,45.063]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":47,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.322,61.932],[0.232,30.932],[-23.768,-4.94],[-0.768,-48.933],[-0.676,-48.909],[-5.232,-7.772],[16.725,27.063]]}]},{"t":53,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[16.678,74.932],[-16.768,74.932],[-16.768,27.974],[-16.768,-74.933],[-11.676,-74.909],[16.768,-16.773],[16.726,26.057]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[57.342,137.44]}}],"nm":"Group 4"}],"bounds":{"l":33,"t":62,"b":221,"r":75},"ip":30,"op":32,"st":19},{"ddd":0,"ind":30,"ty":4,"nm":"M_bm Outlines 35","ks":{"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":30,"s":[128,163,0],"to":[3.16666674613953,2.66666674613953,0],"ti":[-3.5,-2.5,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":33,"s":[147,179,0],"to":[3.5,2.5,0],"ti":[3.16666674613953,2.66666674613953,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":48,"s":[149,178,0],"to":[-3.16666674613953,-2.66666674613953,0],"ti":[3.5,2.5,0]},{"t":53,"s":[128,163,0]}]},"a":{"k":[125,137.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[11.675,-74.909],[16.767,-74.932],[16.767,74.932],[-16.678,74.932],[-16.718,34.162]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":34,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[9.675,-59.909],[4.767,-19.932],[21.767,13.933],[-16.678,74.932],[5.282,13.162]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":38,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-23.768,-16.773],[3.675,-55.909],[1.767,-16.932],[16.767,15.933],[-8.678,60.932],[-0.718,16.162]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":42,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-20.768,-10.773],[10.675,-58.909],[4.767,-10.932],[16.767,23.933],[-5.678,71.932],[-0.718,24.162]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":46,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[9.675,-59.909],[4.767,-19.932],[21.767,13.933],[-16.678,74.932],[5.282,13.162]]}]},{"t":53,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[11.675,-74.909],[16.767,-74.932],[16.767,74.932],[-16.678,74.932],[-16.718,34.162]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[191.02,137.44]}}],"nm":"Group 3"}],"bounds":{"l":167,"t":62,"b":213,"r":213},"ip":38,"op":53,"st":19},{"ddd":0,"ind":31,"ty":4,"nm":"M_bm Outlines 23","ks":{"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":30,"s":[128,163,0],"to":[3.16666674613953,2.66666674613953,0],"ti":[-3.5,-2.5,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":33,"s":[147,179,0],"to":[3.5,2.5,0],"ti":[3.16666674613953,2.66666674613953,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":48,"s":[149,178,0],"to":[-3.16666674613953,-2.66666674613953,0],"ti":[3.5,2.5,0]},{"t":53,"s":[128,163,0]}]},"a":{"k":[125,137.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[11.675,-74.909],[16.767,-74.932],[16.767,74.932],[-16.678,74.932],[-16.718,34.162]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":34,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[9.675,-59.909],[4.767,-19.932],[21.767,13.933],[-16.678,74.932],[5.282,13.162]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":38,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-23.768,-16.773],[3.675,-55.909],[1.767,-16.932],[16.767,15.933],[-8.678,60.932],[-0.718,16.162]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":42,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-20.768,-10.773],[10.675,-58.909],[4.767,-10.932],[16.767,23.933],[-5.678,71.932],[-0.718,24.162]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":46,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[9.675,-59.909],[4.767,-19.932],[21.767,13.933],[-16.678,74.932],[5.282,13.162]]}]},{"t":53,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[11.675,-74.909],[16.767,-74.932],[16.767,74.932],[-16.678,74.932],[-16.718,34.162]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[191.02,137.44]}}],"nm":"Group 3"}],"bounds":{"l":167,"t":62,"b":213,"r":213},"ip":35,"op":38,"st":19},{"ddd":0,"ind":32,"ty":4,"nm":"M_bm Outlines 19","ks":{"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":30,"s":[128,163,0],"to":[3.16666674613953,2.66666674613953,0],"ti":[-3.5,-2.5,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":33,"s":[147,179,0],"to":[3.5,2.5,0],"ti":[3.16666674613953,2.66666674613953,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":48,"s":[149,178,0],"to":[-3.16666674613953,-2.66666674613953,0],"ti":[3.5,2.5,0]},{"t":53,"s":[128,163,0]}]},"a":{"k":[125,137.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[11.675,-74.909],[16.767,-74.932],[16.767,74.932],[-16.678,74.932],[-16.718,34.162]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":34,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[9.675,-59.909],[4.767,-19.932],[21.767,13.933],[-16.678,74.932],[5.282,13.162]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":38,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-23.768,-16.773],[3.675,-55.909],[1.767,-16.932],[16.767,15.933],[-8.678,60.932],[-0.718,16.162]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":42,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-20.768,-10.773],[10.675,-58.909],[4.767,-10.932],[16.767,23.933],[-5.678,71.932],[-0.718,24.162]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":46,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[9.675,-59.909],[4.767,-19.932],[21.767,13.933],[-16.678,74.932],[5.282,13.162]]}]},{"t":53,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[11.675,-74.909],[16.767,-74.932],[16.767,74.932],[-16.678,74.932],[-16.718,34.162]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[204,69,51,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[191.02,137.44]}}],"nm":"Group 3"}],"bounds":{"l":167,"t":62,"b":213,"r":213},"ip":32,"op":35,"st":19},{"ddd":0,"ind":33,"ty":4,"nm":"M_bm Outlines 13","ks":{"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":30,"s":[128,163,0],"to":[3.16666674613953,2.66666674613953,0],"ti":[-3.5,-2.5,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":33,"s":[147,179,0],"to":[3.5,2.5,0],"ti":[3.16666674613953,2.66666674613953,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":48,"s":[149,178,0],"to":[-3.16666674613953,-2.66666674613953,0],"ti":[3.5,2.5,0]},{"t":53,"s":[128,163,0]}]},"a":{"k":[125,137.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[11.675,-74.909],[16.767,-74.932],[16.767,74.932],[-16.678,74.932],[-16.718,34.162]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":34,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[9.675,-59.909],[4.767,-19.932],[21.767,13.933],[-16.678,74.932],[5.282,13.162]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":38,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-23.768,-16.773],[3.675,-55.909],[1.767,-16.932],[16.767,15.933],[-8.678,60.932],[-0.718,16.162]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":42,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-20.768,-10.773],[10.675,-58.909],[4.767,-10.932],[16.767,23.933],[-5.678,71.932],[-0.718,24.162]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":46,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[9.675,-59.909],[4.767,-19.932],[21.767,13.933],[-16.678,74.932],[5.282,13.162]]}]},{"t":53,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[11.675,-74.909],[16.767,-74.932],[16.767,74.932],[-16.678,74.932],[-16.718,34.162]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[191.02,137.44]}}],"nm":"Group 3"}],"bounds":{"l":167,"t":62,"b":213,"r":213},"ip":30,"op":32,"st":19},{"ddd":0,"ind":34,"ty":4,"nm":"M_bm Outlines 8","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":38,"s":[100]},{"t":39,"s":[0]}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":33,"s":[135,160,0],"to":[-0.66666668653488,4.5,0],"ti":[0.66666668653488,-4.5,0]},{"t":39,"s":[131,187,0]}]},"a":{"k":[125,137.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":33,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[15.703,1.148],[3.139,25.532],[-8.642,19.461]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":37,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-5.65,3.548],[13.97,13.681],[5.811,17.808]]}]},{"t":39,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-4.543,2.112],[11.21,17.587],[2.196,19.121]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[151.5,168]}}],"nm":"Group 2"}],"bounds":{"l":142,"t":169,"b":194,"r":168},"ip":33,"op":39,"st":19},{"ddd":0,"ind":35,"ty":4,"nm":"M_bm Outlines 12","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":47,"s":[100]},{"t":48,"s":[0]}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[128,163,0],"to":[0.33333334326744,3.33333325386047,0],"ti":[-0.5,-4,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":33,"s":[130,183,0],"to":[0.5,4,0],"ti":[-0.16666667163372,-0.66666668653488,0]},{"t":44,"s":[131,187,0]}]},"a":{"k":[125,137.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[21.5,-44.5],[21.5,44.5],[-21.5,44.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":33,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[32.428,13.517],[-9.71,34.634],[-19.912,14.275]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":46,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[18.361,40.376],[5.748,38.498],[9.169,31.569]]}]},{"t":48,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[9.541,39.653],[7.646,37.41],[9.077,37.041]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[151.5,168]}}],"nm":"Group 2"}],"bounds":{"l":130,"t":123,"b":213,"r":184},"ip":30,"op":48,"st":19},{"ddd":0,"ind":36,"ty":4,"nm":"M_bm Outlines 9","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":39,"s":[100]},{"t":40,"s":[0]}]},"p":{"k":[128.074,176.333,0]},"a":{"k":[125,137.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":31,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-15.355,-2.707],[-7.017,26.157],[7.094,22.081]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":36,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[0.926,-5.763],[-18.947,-2.803],[-17.604,7.667]]}]},{"t":40,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[3.029,-7.988],[-4.166,-17.556],[-9.268,-13.879]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[97,167.5]}}],"nm":"Group 1"}],"bounds":{"l":78,"t":149,"b":194,"r":105},"ip":31,"op":40,"st":19},{"ddd":0,"ind":37,"ty":4,"nm":"M_bm Outlines 18","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":47,"s":[100]},{"t":48,"s":[0]}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[128,163,0],"to":[0,3.33333325386047,0],"ti":[0.16666667163372,-3.66666674613953,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":33,"s":[128,183,0],"to":[-0.16666667163372,3.66666674613953,0],"ti":[0,3.33333325386047,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":48,"s":[127,185,0],"to":[0,-3.33333325386047,0],"ti":[-0.16666667163372,3.66666674613953,0]},{"t":53,"s":[128,163,0]}]},"a":{"k":[125,137.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-22,-45],[-22,45],[22,45]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":33,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-28.827,49.841],[11.116,25.71],[-0.681,6.183]]}]},{"t":48,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-21.22,43.678],[-16.768,35.906],[-20.567,33.73]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[204,69,51,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[97,167.5]}}],"nm":"Group 1"}],"bounds":{"l":68,"t":122,"b":218,"r":119},"ip":32,"op":53,"st":19},{"ddd":0,"ind":38,"ty":4,"nm":"M_bm Outlines 11","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":47,"s":[100]},{"t":48,"s":[0]}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[128,163,0],"to":[0,3.33333325386047,0],"ti":[0.16666667163372,-3.66666674613953,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":33,"s":[128,183,0],"to":[-0.16666667163372,3.66666674613953,0],"ti":[0,3.33333325386047,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":48,"s":[127,185,0],"to":[0,-3.33333325386047,0],"ti":[-0.16666667163372,3.66666674613953,0]},{"t":53,"s":[128,163,0]}]},"a":{"k":[125,137.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-22,-45],[-22,45],[22,45]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":33,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-28.827,49.841],[11.116,25.71],[-0.681,6.183]]}]},{"t":48,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-21.22,43.678],[-16.768,35.906],[-20.567,33.73]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[97,167.5]}}],"nm":"Group 1"}],"bounds":{"l":68,"t":122,"b":218,"r":119},"ip":30,"op":32,"st":19},{"ddd":0,"ind":39,"ty":4,"nm":"M_bm Outlines 7","ks":{"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":30,"s":[128,163,0],"to":[-2,-5.83333349227905,0],"ti":[2.16666674613953,6.33333349227905,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":33,"s":[116,128,0],"to":[-2.16666674613953,-6.33333349227905,0],"ti":[-2,-5.83333349227905,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":43,"s":[115,125,0],"to":[2,5.83333349227905,0],"ti":[-2.16666674613953,-6.33333349227905,0]},{"t":48,"s":[128,163,0]}]},"a":{"k":[125,137.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-38.607,-59.87],[0.631,-59.87],[38.607,21.463],[20.325,59.87]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[85.182,122.377]}}],"nm":"Group 7"}],"bounds":{"l":46,"t":62,"b":183,"r":124},"ip":29,"op":30,"st":19},{"ddd":0,"ind":40,"ty":4,"nm":"M_bm Outlines 6","ks":{"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":30,"s":[128,163,0],"to":[3.16666674613953,-7,0],"ti":[-3.5,7.33333349227905,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":33,"s":[147,121,0],"to":[3.5,-7.33333349227905,0],"ti":[3.16666674613953,-7,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":43,"s":[149,119,0],"to":[-3.16666674613953,7,0],"ti":[3.5,-7.33333349227905,0]},{"t":48,"s":[128,163,0]}]},"a":{"k":[125,137.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":46,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-25.885,74.932],[-33.916,74.932],[-47.874,46.091],[8.635,-74.933],[47.874,-74.933]]}]},{"t":47,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-18.885,61.932],[-33.916,61.932],[-47.874,46.091],[8.635,-74.933],[47.874,-74.933]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[153.915,137.44]}}],"nm":"Group 6"}],"bounds":{"l":106,"t":62,"b":213,"r":202},"ip":29,"op":30,"st":19},{"ddd":0,"ind":41,"ty":4,"nm":"M_bm Outlines 5","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":37,"s":[100]},{"t":39,"s":[0]}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[128,163,0],"to":[0,-10,0],"ti":[-0.16666667163372,10.3333330154419,0]},{"i":{"x":0.856,"y":0.856},"o":{"x":0.144,"y":0.144},"t":33,"s":[128,103,0],"to":[0.16666667163372,-10.3333330154419,0],"ti":[0,-10,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":39,"s":[129,101,0],"to":[0,10,0],"ti":[0.16666667163372,-10.3333330154419,0]},{"t":44,"s":[128,163,0]}]},"a":{"k":[125,137.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-37,-39.834],[37,-39.834],[0,39.834]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":34,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[2.683,-34.307],[26.701,-3.778],[-18.175,6.815]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":38,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[14.743,-17.499],[4.424,-5.678],[-3.142,-22.699]]}]},{"t":41,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[3.764,-4.956],[-2.181,-9.061],[5.211,-13.408]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[124,102.334]}}],"nm":"Group 5"}],"bounds":{"l":87,"t":62,"b":143,"r":161},"ip":29,"op":30,"st":19},{"ddd":0,"ind":42,"ty":4,"nm":"M_bm Outlines 4","ks":{"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":30,"s":[128,163,0],"to":[-3.33333325386047,2.66666674613953,0],"ti":[0.20848606526852,0.0188069511205,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":33,"s":[108,179,0],"to":[-0.11774158477783,-0.01062114350498,0],"ti":[-0.03404280915856,-0.05691438168287,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":43,"s":[106,179,0],"to":[0.23912976682186,0.39978849887848,0],"ti":[-3.66666674613953,2.66666674613953,0]},{"t":48,"s":[128,163,0]}]},"a":{"k":[125,137.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[16.678,74.932],[-16.768,74.932],[-16.768,-74.933],[-11.676,-74.909],[16.768,-16.773]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[57.342,137.44]}}],"nm":"Group 4"}],"bounds":{"l":40,"t":62,"b":213,"r":75},"ip":29,"op":30,"st":19},{"ddd":0,"ind":43,"ty":4,"nm":"M_bm Outlines 3","ks":{"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":30,"s":[128,163,0],"to":[3.16666674613953,2.66666674613953,0],"ti":[-3.5,-2.5,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":33,"s":[147,179,0],"to":[3.5,2.5,0],"ti":[3.16666674613953,2.66666674613953,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":43,"s":[149,178,0],"to":[-3.16666674613953,-2.66666674613953,0],"ti":[3.5,2.5,0]},{"t":48,"s":[128,163,0]}]},"a":{"k":[125,137.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.768,-16.773],[11.675,-74.909],[16.767,-74.932],[16.767,74.932],[-16.678,74.932],[-16.718,34.162]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[191.02,137.44]}}],"nm":"Group 3"}],"bounds":{"l":174,"t":62,"b":213,"r":208},"ip":29,"op":30,"st":19},{"ddd":0,"ind":44,"ty":4,"nm":"M_bm Outlines 2","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":38,"s":[100]},{"t":39,"s":[0]}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[128,163,0],"to":[0.33333334326744,3.33333325386047,0],"ti":[-0.5,-4,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":33,"s":[130,183,0],"to":[0.5,4,0],"ti":[0.33333334326744,3.33333325386047,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":43,"s":[131,187,0],"to":[-0.33333334326744,-3.33333325386047,0],"ti":[0.5,4,0]},{"t":48,"s":[128,163,0]}]},"a":{"k":[125,137.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[21.5,-44.5],[21.5,44.5],[-21.5,44.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":33,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[32.428,13.517],[-9.71,34.634],[-19.912,14.275]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":37,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[18.361,40.376],[5.748,38.498],[9.169,31.569]]}]},{"t":39,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[9.541,39.653],[7.646,37.41],[9.077,37.041]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[151.5,168]}}],"nm":"Group 2"}],"bounds":{"l":130,"t":123,"b":213,"r":184},"ip":29,"op":30,"st":19},{"ddd":0,"ind":45,"ty":4,"nm":"M_bm Outlines","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":42,"s":[100]},{"t":43,"s":[0]}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[128,163,0],"to":[0,3.33333325386047,0],"ti":[0.16666667163372,-3.66666674613953,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":33,"s":[128,183,0],"to":[-0.16666667163372,3.66666674613953,0],"ti":[0,3.33333325386047,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":43,"s":[127,185,0],"to":[0,-3.33333325386047,0],"ti":[-0.16666667163372,3.66666674613953,0]},{"t":48,"s":[128,163,0]}]},"a":{"k":[125,137.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-22,-45],[-22,45],[22,45]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":33,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-28.827,49.841],[11.116,25.71],[-0.681,6.183]]}]},{"t":43,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-21.22,43.678],[-16.768,35.906],[-20.567,33.73]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[97,167.5]}}],"nm":"Group 1"}],"bounds":{"l":68,"t":122,"b":218,"r":119},"ip":29,"op":30,"st":19}]},{"id":"comp_41","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"MisceLinea9","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":41,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":43,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":50,"s":[100]},{"t":52,"s":[0]}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":41,"s":[127,166.25,0],"to":[-4.75,3.83333325386047,0],"ti":[4.75,-3.83333325386047,0]},{"t":52,"s":[98.5,189.25,0]}]},"a":{"k":[59,75.5,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":41,"s":[41,41,100]},{"t":44,"s":[100,100,100]}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[8,8]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[8,8]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[222,121,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[58.75,74.75]},"s":{"k":[113.908,113.908]}}],"nm":"Ellipse 1"}],"bounds":{"l":52,"t":68,"b":81,"r":65},"ip":40,"op":6304,"st":4},{"ddd":0,"ind":1,"ty":4,"nm":"MisceLinea8","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":40,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":42,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":51,"s":[100]},{"t":55,"s":[0]}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":40,"s":[124,153.25,0],"to":[-10.8333330154419,4.16666650772095,0],"ti":[10.8333330154419,-4.16666650772095,0]},{"t":57,"s":[59,178.25,0]}]},"a":{"k":[34.5,64.5,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":40,"s":[0,0,100]},{"t":42,"s":[100,100,100]}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[8,8]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[8,8]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"st","fillEnabled":true,"c":{"k":[204,69,51,255]},"o":{"k":100},"w":{"k":3},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[35.75,64.25]},"s":{"k":[133.64,133.64]}}],"nm":"Ellipse 1"}],"bounds":{"l":25,"t":53,"b":75,"r":47},"ip":40,"op":6304,"st":4},{"ddd":0,"ind":2,"ty":4,"nm":"MisceLinea7","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":40,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":41,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":50,"s":[100]},{"t":52,"s":[0]}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":40,"s":[130.25,161.75,0],"to":[5,6.66666650772095,0],"ti":[-5,-6.66666650772095,0]},{"t":52,"s":[160.25,201.75,0]}]},"a":{"k":[35.5,64,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":40,"s":[0,0,100]},{"t":43,"s":[100,100,100]}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[8,8]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[8,8]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"st","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"w":{"k":3},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[35.75,64.25]}}],"nm":"Ellipse 1"}],"bounds":{"l":26,"t":55,"b":74,"r":45},"ip":40,"op":6304,"st":4},{"ddd":0,"ind":3,"ty":4,"nm":"MisceLinea5","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":41,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":42,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":54,"s":[100]},{"t":56,"s":[0]}]},"p":{"k":[175.5,121,0]},"a":{"k":[35.5,-6.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":41,"s":[{"i":[[0,0],[0.375,-0.125],[0,0]],"o":[[0,0],[-0.125,0.125],[0,0]],"v":[[8.125,1.75],[7.875,1.875],[8,1.75]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":44,"s":[{"i":[[0,0],[0.375,-0.125],[0,0]],"o":[[0,0],[-2.909,-2.078],[0,0]],"v":[[13.625,4.5],[13.625,4.125],[8,1.75]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":47,"s":[{"i":[[0,0],[2.75,2.75],[0,0]],"o":[[0,0],[-2.528,-2.528],[0,0]],"v":[[15.375,10.5],[13.625,4.125],[8,1.75]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":49,"s":[{"i":[[0,0],[2.26,3.165],[0,0]],"o":[[0,0],[-0.125,0],[0,0]],"v":[[15.375,10.5],[13.625,4.125],[13.625,4.125]]}]},{"t":51,"s":[{"i":[[0,0],[0.25,0.375],[0,0]],"o":[[0,0],[-0.125,0],[0,0]],"v":[[15.375,10.5],[15.375,10.375],[15.375,10.375]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[75,162,175,255]},"o":{"k":100},"w":{"k":4},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr"}],"nm":"Shape 1"}],"bounds":{"l":5,"t":-1,"b":13,"r":18},"ip":41,"op":51,"st":-2},{"ddd":0,"ind":4,"ty":4,"nm":"MisceLinea4","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":52,"s":[100]},{"t":53,"s":[0]}]},"p":{"k":[125,137.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":40,"s":[{"i":[[-0.25,0],[0.25,0]],"o":[[0,0],[0.25,0.25]],"v":[[11,-1.5],[11,-1.5]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":43,"s":[{"i":[[-0.25,0],[0,-0.5]],"o":[[8,-0.5],[0.25,0.25]],"v":[[11,-1.5],[23,6.5]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":46,"s":[{"i":[[-0.25,0],[4,-10]],"o":[[10,-0.75],[0.25,0.25]],"v":[[11,-1.5],[26,18.5]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":49,"s":[{"i":[[-0.25,0],[2.25,-6.25]],"o":[[2.75,0.75],[0.25,0.25]],"v":[[21.25,0.25],[26,18.5]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":51,"s":[{"i":[[-0.25,0],[0.25,-1.5]],"o":[[0,2],[0.25,0.25]],"v":[[25.75,8],[26,18.5]]}]},{"t":53,"s":[{"i":[[-0.25,0],[0.25,-1.5]],"o":[[0,2],[0.25,0.25]],"v":[[26.25,17.75],[26,18.5]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"w":{"k":4},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr"}],"nm":"Shape 1"}],"bounds":{"l":8,"t":-4,"b":21,"r":29},"ip":40,"op":53,"st":4},{"ddd":0,"ind":5,"ty":4,"nm":"MisceLinea3","ks":{"p":{"k":[125,137.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":40,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-11.5,-10.188],[-11.5,-10]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":46,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-11.5,-10.188],[-11.5,-58.5]]}]},{"t":51,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-11.5,-58.438],[-11.5,-58.5]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"w":{"k":4},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr"}],"nm":"Shape 1"}],"bounds":{"l":-14,"t":-61,"b":-8,"r":-9},"ip":40,"op":51,"st":4},{"ddd":0,"ind":6,"ty":4,"nm":"MisceLinea6","ks":{"p":{"k":[135,167.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":48,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-58.25,32.75],[-58.25,33]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":52,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-58.25,32.75],[-65.75,40]]}]},{"t":56,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-65.25,39.25],[-65.75,40]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"w":{"k":4},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr"}],"nm":"Shape 1"}],"bounds":{"l":-68,"t":30,"b":42,"r":-56},"ip":48,"op":56,"st":4},{"ddd":0,"ind":7,"ty":4,"nm":"MisceLinea2","ks":{"p":{"k":[125,137.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":40,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-60.5,34],[-60.5,34]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":43,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-60.5,34],[-66,40.5]]}]},{"t":46,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-66,40.5],[-66,40.5]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[91,89,130,255]},"o":{"k":100},"w":{"k":4},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr"}],"nm":"Shape 1"}],"bounds":{"l":-68,"t":32,"b":43,"r":-58},"ip":40,"op":46,"st":4},{"ddd":0,"ind":8,"ty":4,"nm":"MisceLinea1","ks":{"p":{"k":[125,137.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":40,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-65,14.75],[-65,15]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":44,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-65,14.75],[-57,-7.5]]}]},{"t":48,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-57,-7.75],[-57,-7.5]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[91,89,130,255]},"o":{"k":100},"w":{"k":4},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr"}],"nm":"Shape 1"}],"bounds":{"l":-67,"t":-10,"b":17,"r":-55},"ip":40,"op":48,"st":4},{"ddd":0,"ind":10,"ty":0,"nm":"flip","refId":"comp_42","ks":{"p":{"k":[127,137.5,0]},"a":{"k":[125,137.5,0]},"s":{"k":[-100,100,100]}},"w":250,"h":275,"ip":3,"op":81,"st":3},{"ddd":0,"ind":11,"ty":4,"nm":"Yoriginal 8","ks":{"r":{"k":[{"i":{"x":[0.833],"y":[1.351]},"o":{"x":[0.167],"y":[0.167]},"t":34,"s":[0]},{"i":{"x":[0.833],"y":[0.856]},"o":{"x":[0.167],"y":[0.1]},"t":39,"s":[-57]},{"i":{"x":[0.833],"y":[2.689]},"o":{"x":[0.167],"y":[-1.689]},"t":50,"s":[384]},{"t":57,"s":[360]}]},"p":{"k":[122.41,160.975,0]},"a":{"k":[531.727,75.648,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":72,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[28.786,-57.817],[37.642,-73.058],[58.625,-57.933],[60,-58.189],[59.374,-57.933],[28.608,-57.933],[27.723,-57.743]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":75,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[68.786,-73.817],[38.642,-74.058],[59.625,-58.933],[61,-59.189],[60.374,-58.933],[68.608,-73.933],[67.723,-73.743]]}]},{"t":80,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[68.786,-73.817],[38.642,-74.058],[59.625,-58.933],[61,-59.189],[60.374,-58.933],[68.608,-73.933],[67.723,-73.743]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[255,219,67,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":39,"s":[255,219,67,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":40,"s":[204,69,51,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":75,"s":[204,69,51,255]},{"t":76,"s":[255,219,67,255]}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[532.604,78.614]}}],"nm":"Group 7"}],"bounds":{"l":560,"t":4,"b":21,"r":602},"ip":72,"op":81,"st":1},{"ddd":0,"ind":12,"ty":4,"nm":"Yoriginal 7","ks":{"r":{"k":[{"i":{"x":[0.833],"y":[1.351]},"o":{"x":[0.167],"y":[0.167]},"t":34,"s":[0]},{"i":{"x":[0.833],"y":[0.856]},"o":{"x":[0.167],"y":[0.1]},"t":39,"s":[-57]},{"i":{"x":[0.833],"y":[2.689]},"o":{"x":[0.167],"y":[-1.689]},"t":50,"s":[384]},{"t":57,"s":[360]}]},"p":{"k":[122.41,160.975,0]},"a":{"k":[531.727,75.648,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":69,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.786,-54.817],[42.642,-29.058],[55.625,-54.933],[57,-55.189],[56.374,-54.933],[25.608,-54.933],[24.723,-54.743]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":72,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[28.786,-56.817],[37.642,-72.058],[58.625,-56.933],[60,-57.189],[59.374,-56.933],[28.608,-56.933],[27.723,-56.743]]}]},{"t":80,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[28.786,-56.817],[37.642,-72.058],[58.625,-56.933],[60,-57.189],[59.374,-56.933],[28.608,-56.933],[27.723,-56.743]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":39,"s":[255,219,67,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":40,"s":[204,69,51,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":75,"s":[204,69,51,255]},{"t":76,"s":[255,219,67,255]}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[532.604,78.614]}}],"nm":"Group 7"}],"bounds":{"l":557,"t":6,"b":50,"r":593},"ip":69,"op":81,"st":1},{"ddd":0,"ind":13,"ty":4,"nm":"Yoriginal 6","ks":{"r":{"k":[{"i":{"x":[0.833],"y":[1.351]},"o":{"x":[0.167],"y":[0.167]},"t":34,"s":[0]},{"i":{"x":[0.833],"y":[0.856]},"o":{"x":[0.167],"y":[0.1]},"t":39,"s":[-57]},{"i":{"x":[0.833],"y":[2.689]},"o":{"x":[0.167],"y":[-1.689]},"t":50,"s":[384]},{"t":57,"s":[360]}]},"p":{"k":[122.41,160.975,0]},"a":{"k":[531.727,75.648,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":64,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[21.786,-50.817],[38.642,-25.058],[4.625,-22.933],[6,-23.189],[5.374,-22.933],[21.608,-50.933],[20.723,-50.743]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":70,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.786,-54.817],[42.642,-29.058],[55.625,-54.933],[57,-55.189],[56.374,-54.933],[25.608,-54.933],[24.723,-54.743]]}]},{"t":80,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.786,-54.817],[42.642,-29.058],[55.625,-54.933],[57,-55.189],[56.374,-54.933],[25.608,-54.933],[24.723,-54.743]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":39,"s":[255,219,67,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":40,"s":[204,69,51,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":75,"s":[204,69,51,255]},{"t":76,"s":[255,219,67,255]}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[532.604,78.614]}}],"nm":"Group 7"}],"bounds":{"l":537,"t":23,"b":56,"r":590},"ip":64,"op":81,"st":1},{"ddd":0,"ind":14,"ty":4,"nm":"Yoriginal 5","ks":{"r":{"k":[{"i":{"x":[0.833],"y":[1.351]},"o":{"x":[0.167],"y":[0.167]},"t":34,"s":[0]},{"i":{"x":[0.833],"y":[0.856]},"o":{"x":[0.167],"y":[0.1]},"t":39,"s":[-57]},{"i":{"x":[0.833],"y":[2.689]},"o":{"x":[0.167],"y":[-1.689]},"t":50,"s":[384]},{"t":57,"s":[360]}]},"p":{"k":[125.41,159.975,0]},"a":{"k":[531.727,75.648,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":60,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[20.786,7.183],[35.642,-22.058],[1.625,-19.933],[3,-20.189],[2.374,-19.933],[20.608,7.067],[19.723,7.257]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":64,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[21.786,-50.817],[38.642,-25.058],[4.625,-22.933],[6,-23.189],[5.374,-22.933],[21.608,-50.933],[20.723,-50.743]]}]},{"t":80,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[21.786,-50.817],[38.642,-25.058],[4.625,-22.933],[6,-23.189],[5.374,-22.933],[21.608,-50.933],[20.723,-50.743]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":39,"s":[255,219,67,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":40,"s":[204,69,51,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":75,"s":[204,69,51,255]},{"t":76,"s":[255,219,67,255]}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[532.604,78.614]}}],"nm":"Group 7"}],"bounds":{"l":534,"t":27,"b":86,"r":572},"ip":60,"op":81,"st":1},{"ddd":0,"ind":15,"ty":4,"nm":"Yoriginal 9","ks":{"r":{"k":[{"i":{"x":[0.833],"y":[1.351]},"o":{"x":[0.167],"y":[0.167]},"t":32,"s":[0]},{"i":{"x":[0.833],"y":[0.856]},"o":{"x":[0.167],"y":[0.1]},"t":37,"s":[-57]},{"i":{"x":[0.833],"y":[2.689]},"o":{"x":[0.167],"y":[-1.689]},"t":48,"s":[384]},{"t":55,"s":[360]}]},"p":{"k":[125.41,159.975,0]},"a":{"k":[531.727,75.648,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":56,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[17.786,8.183],[-16.358,5.942],[-1.375,-18.933],[0,-19.189],[-0.626,-18.933],[17.608,8.067],[16.723,8.257]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":60,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[20.786,7.183],[35.642,-22.058],[1.625,-19.933],[3,-20.189],[2.374,-19.933],[20.608,7.067],[19.723,7.257]]}]},{"t":80,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[20.786,7.183],[35.642,-22.058],[1.625,-19.933],[3,-20.189],[2.374,-19.933],[20.608,7.067],[19.723,7.257]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":37,"s":[255,219,67,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":38,"s":[204,69,51,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":75,"s":[204,69,51,255]},{"t":76,"s":[255,219,67,255]}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[532.604,78.614]}}],"nm":"Group 7"}],"bounds":{"l":516,"t":56,"b":87,"r":569},"ip":56,"op":81,"st":-1},{"ddd":0,"ind":16,"ty":4,"nm":"Yoriginal 13","ks":{"r":{"k":360},"p":{"k":[127.41,159.975,0]},"a":{"k":[531.727,75.648,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":66,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.286,14.933],[15.392,36.442],[1.625,36.818],[16.108,14.817]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":72,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.286,68.558],[15.892,38.442],[2.125,38.818],[15.108,68.442]]}]},{"t":80,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.286,68.558],[15.892,38.442],[2.125,38.818],[15.108,68.443]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":75,"s":[91,89,130,255]},{"t":76,"s":[255,219,67,255]}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[532.604,78.614]}}],"nm":"Group 7"}],"bounds":{"l":534,"t":93,"b":148,"r":549},"ip":66,"op":81,"st":6},{"ddd":0,"ind":17,"ty":4,"nm":"Yoriginal 11","ks":{"r":{"k":360},"p":{"k":[127.41,159.975,0]},"a":{"k":[531.727,75.648,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":61,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[13.786,11.183],[-16.358,10.942],[0.625,36.068],[13.608,11.067]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":65,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.286,14.933],[15.392,36.442],[1.625,36.818],[16.108,14.817]]}]},{"t":80,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.286,14.933],[15.392,36.442],[1.625,36.818],[16.108,14.817]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":75,"s":[91,89,130,255]},{"t":76,"s":[255,219,67,255]}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[532.604,78.614]}}],"nm":"Group 7"}],"bounds":{"l":516,"t":89,"b":116,"r":549},"ip":61,"op":81,"st":4},{"ddd":0,"ind":18,"ty":4,"nm":"Yoriginal 12","ks":{"r":{"k":360},"p":{"k":[125.41,159.975,0]},"a":{"k":[531.727,75.648,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":64,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.036,13.433],[15.392,36.442],[3.875,36.318],[14.858,13.317]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":69,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.286,68.933],[15.642,38.442],[4.375,38.318],[16.108,68.817]]}]},{"t":80,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.286,68.933],[15.642,38.442],[4.375,38.318],[16.108,68.817]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":75,"s":[91,89,130,255]},{"t":76,"s":[255,219,67,255]}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[532.604,78.614]}}],"nm":"Group 7"}],"bounds":{"l":536,"t":91,"b":148,"r":549},"ip":64,"op":81,"st":7},{"ddd":0,"ind":19,"ty":4,"nm":"Yoriginal 10","ks":{"r":{"k":360},"p":{"k":[125.41,159.975,0]},"a":{"k":[531.727,75.648,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":60,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[13.786,11.183],[-16.358,10.942],[0.625,36.068],[13.608,11.067]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":64,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.036,13.433],[15.392,36.442],[3.875,36.318],[14.858,13.317]]}]},{"t":80,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.036,13.433],[15.392,36.442],[3.875,36.318],[14.858,13.317]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":75,"s":[91,89,130,255]},{"t":76,"s":[255,219,67,255]}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[532.604,78.614]}}],"nm":"Group 7"}],"bounds":{"l":516,"t":89,"b":116,"r":548},"ip":60,"op":81,"st":3},{"ddd":0,"ind":20,"ty":4,"nm":"Yoriginal 14","ks":{"r":{"k":360},"p":{"k":[125.41,159.975,0]},"a":{"k":[531.727,75.648,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":65,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-16.358,10.942],[2,35.811],[13.608,11.067]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":69,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-14.608,72.942],[0.75,37.561],[15.858,73.817]]}]},{"t":80,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-14.608,72.942],[0.75,37.561],[15.858,73.817]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":75,"s":[91,89,130,255]},{"t":76,"s":[255,219,67,255]}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[532.604,78.614]}}],"nm":"Group 7"}],"bounds":{"l":516,"t":89,"b":153,"r":549},"ip":65,"op":81,"st":8},{"ddd":0,"ind":21,"ty":4,"nm":"Yoriginal 3","ks":{"r":{"k":[{"i":{"x":[0.833],"y":[1.351]},"o":{"x":[0.167],"y":[0.167]},"t":32,"s":[0]},{"i":{"x":[0.833],"y":[0.856]},"o":{"x":[0.167],"y":[0.1]},"t":37,"s":[-57]},{"i":{"x":[0.833],"y":[2.689]},"o":{"x":[0.167],"y":[-1.689]},"t":48,"s":[384]},{"t":55,"s":[360]}]},"p":{"k":[125.41,159.975,0]},"a":{"k":[531.727,75.648,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":56,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[17.786,8.183],[-16.358,5.942],[-1.375,-18.933],[0,-19.189],[-0.626,-18.933],[17.608,8.067],[16.723,8.257]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":60,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[13.786,11.183],[-16.358,10.942],[0.625,36.068],[2,35.811],[1.374,36.068],[13.608,11.067],[12.723,11.257]]}]},{"t":80,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[13.786,11.183],[-16.358,10.942],[0.625,36.068],[2,35.811],[1.374,36.068],[13.608,11.067],[12.723,11.257]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":75,"s":[91,89,130,255]},{"t":76,"s":[255,219,67,255]}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[532.604,78.614]}}],"nm":"Group 7"}],"bounds":{"l":516,"t":59,"b":115,"r":551},"ip":56,"op":81,"st":-1},{"ddd":0,"ind":22,"ty":4,"nm":"Yoriginal 15","ks":{"p":{"k":[128.41,167.975,0]},"a":{"k":[534.727,83.648,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":81,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[18.022,81.06],[-18.132,81.06],[-18.132,17.094],[-74.219,-80.94],[-35.052,-80.94],[-0.055,-20.683],[34.94,-80.94],[74.108,-80.94],[18.022,17.094]]}]},{"t":85,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[16.723,74.933],[-16.723,74.933],[-16.723,15.758],[-68.608,-74.933],[-32.375,-74.933],[0,-19.189],[32.374,-74.933],[68.608,-74.933],[16.723,15.758]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[532.604,78.614]}}],"nm":"Group 7"}],"bounds":{"l":458,"t":-3,"b":160,"r":607},"ip":81,"op":198,"st":81},{"ddd":0,"ind":23,"ty":4,"nm":"Yoriginal 2","ks":{"r":{"k":[{"i":{"x":[0.833],"y":[1.351]},"o":{"x":[0.167],"y":[0.167]},"t":33,"s":[0]},{"i":{"x":[0.833],"y":[0.856]},"o":{"x":[0.167],"y":[0.1]},"t":38,"s":[-57]},{"i":{"x":[0.833],"y":[2.689]},"o":{"x":[0.167],"y":[-1.689]},"t":49,"s":[384]},{"t":56,"s":[360]}]},"p":{"k":[125.41,159.975,0]},"a":{"k":[531.727,75.648,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":4,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[16.723,74.933],[-16.723,74.933],[-16.723,15.758],[-68.608,-74.933],[-32.375,-74.933],[0,-19.189],[32.374,-74.933],[68.608,-74.933],[16.723,15.758]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":6,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[11.014,72.192],[-20.663,70.114],[-16.986,14.068],[-60.491,-75.051],[-26.174,-72.799],[1.025,-17.992],[35.151,-68.775],[69.469,-66.523],[14.692,16.147]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":8,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[21.932,70.393],[-9.701,73.067],[-14.432,17.1],[-70.753,-64.525],[-36.484,-67.422],[-1.409,-17.289],[24.754,-72.598],[59.024,-75.494],[17.201,14.427]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":10,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[11.014,72.192],[-20.663,70.114],[-16.986,14.068],[-60.491,-75.051],[-26.174,-72.799],[1.025,-17.992],[35.151,-68.775],[69.469,-66.523],[14.692,16.147]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":12,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[21.932,70.393],[-9.701,73.067],[-14.432,17.1],[-70.753,-64.525],[-36.484,-67.422],[-1.409,-17.289],[24.754,-72.598],[59.024,-75.494],[17.201,14.427]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":14,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[16.723,74.933],[-16.723,74.933],[-16.723,15.758],[-68.608,-74.933],[-32.375,-74.933],[0,-19.189],[32.374,-74.933],[68.608,-74.933],[16.723,15.758]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":16,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[15.723,83.933],[-17.723,83.933],[-16.723,15.758],[-74.608,-86.933],[-38.375,-86.933],[0,-19.189],[35.374,-79.933],[71.608,-79.933],[16.723,15.758]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":18,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[15.723,88.933],[-17.723,88.933],[-16.723,15.757],[-74.608,-91.933],[-38.375,-91.933],[0,-19.189],[35.374,-84.933],[71.608,-84.933],[16.723,15.757]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":19,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[15.723,88.933],[-17.723,88.933],[-16.723,15.757],[-74.608,-91.933],[-38.375,-91.933],[0,-19.189],[35.374,-84.933],[71.608,-84.933],[16.723,15.757]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":22,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[15.723,83.933],[-17.723,83.933],[-16.723,15.757],[-16.358,5.942],[-1.375,-18.933],[0,-19.189],[35.374,-79.933],[71.608,-79.933],[16.723,15.757]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":25,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[15.723,83.933],[-17.723,83.933],[-16.723,15.757],[-16.358,5.942],[-1.375,-18.933],[0,-19.189],[-0.626,-18.933],[17.608,8.068],[16.723,15.757]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":29,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[10.713,1.804],[-12.191,1.804],[-12.918,1.856],[-12.668,0.27],[-2.408,-16.764],[-1.467,-16.94],[-1.895,-16.764],[10.591,1.726],[9.985,1.856]]}]},{"t":32,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[17.786,8.183],[-15.661,8.183],[-16.723,8.257],[-16.358,5.942],[-1.375,-18.933],[0,-19.189],[-0.626,-18.933],[17.608,8.067],[16.723,8.257]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":38,"s":[255,219,67,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":39,"s":[204,69,51,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":75,"s":[204,69,51,255]},{"t":76,"s":[255,219,67,255]}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[532.604,78.614]}}],"nm":"Group 7"}],"bounds":{"l":457,"t":-14,"b":168,"r":605},"ip":4,"op":6300,"st":0},{"ddd":0,"ind":24,"ty":4,"nm":"Yoriginal","ks":{"p":{"k":[128.41,167.975,0]},"a":{"k":[534.727,83.648,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[16.723,74.933],[-16.723,74.933],[-16.723,15.758],[-68.608,-74.933],[-32.375,-74.933],[0,-19.189],[32.374,-74.933],[68.608,-74.933],[16.723,15.758]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[532.604,78.614]}}],"nm":"Group 7"}],"bounds":{"l":463,"t":3,"b":154,"r":602},"ip":0,"op":4,"st":0}]},{"id":"comp_42","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Yoriginal 13","ks":{"r":{"k":[{"i":{"x":[0.833],"y":[1.351]},"o":{"x":[0.167],"y":[0.167]},"t":34,"s":[0]},{"i":{"x":[0.833],"y":[0.856]},"o":{"x":[0.167],"y":[0.1]},"t":39,"s":[-57]},{"i":{"x":[0.833],"y":[2.689]},"o":{"x":[0.167],"y":[-1.689]},"t":50,"s":[384]},{"t":57,"s":[360]}]},"p":{"k":[122.41,160.975,0]},"a":{"k":[531.727,75.648,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":72,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[28.786,-57.817],[37.642,-73.058],[58.625,-57.933],[60,-58.189],[59.374,-57.933],[28.608,-57.933],[27.723,-57.743]]}]},{"t":75,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[68.786,-73.817],[38.642,-74.058],[59.625,-58.933],[61,-59.189],[60.374,-58.933],[68.608,-73.933],[67.723,-73.743]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":39,"s":[255,219,67,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":40,"s":[204,69,51,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":72,"s":[75,162,175,255]},{"t":73,"s":[255,219,67,255]}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[532.604,78.614]}}],"nm":"Group 7"}],"bounds":{"l":560,"t":4,"b":21,"r":602},"ip":72,"op":6301,"st":1},{"ddd":0,"ind":1,"ty":4,"nm":"Yoriginal 12","ks":{"r":{"k":[{"i":{"x":[0.833],"y":[1.351]},"o":{"x":[0.167],"y":[0.167]},"t":34,"s":[0]},{"i":{"x":[0.833],"y":[0.856]},"o":{"x":[0.167],"y":[0.1]},"t":39,"s":[-57]},{"i":{"x":[0.833],"y":[2.689]},"o":{"x":[0.167],"y":[-1.689]},"t":50,"s":[384]},{"t":57,"s":[360]}]},"p":{"k":[122.41,160.975,0]},"a":{"k":[531.727,75.648,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":69,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.786,-54.817],[42.642,-29.058],[55.625,-54.933],[57,-55.189],[56.374,-54.933],[25.608,-54.933],[24.723,-54.743]]}]},{"t":72,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[28.786,-56.817],[37.642,-72.058],[58.625,-56.933],[60,-57.189],[59.374,-56.933],[28.608,-56.933],[27.723,-56.743]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":39,"s":[255,219,67,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":40,"s":[204,69,51,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":69,"s":[75,162,175,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":72,"s":[75,162,175,255]},{"t":73,"s":[255,219,67,255]}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[532.604,78.614]}}],"nm":"Group 7"}],"bounds":{"l":557,"t":6,"b":50,"r":593},"ip":69,"op":6301,"st":1},{"ddd":0,"ind":2,"ty":4,"nm":"Yoriginal 11","ks":{"r":{"k":[{"i":{"x":[0.833],"y":[1.351]},"o":{"x":[0.167],"y":[0.167]},"t":34,"s":[0]},{"i":{"x":[0.833],"y":[0.856]},"o":{"x":[0.167],"y":[0.1]},"t":39,"s":[-57]},{"i":{"x":[0.833],"y":[2.689]},"o":{"x":[0.167],"y":[-1.689]},"t":50,"s":[384]},{"t":57,"s":[360]}]},"p":{"k":[122.41,160.975,0]},"a":{"k":[531.727,75.648,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":64,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[21.786,-50.817],[38.642,-25.058],[4.625,-22.933],[6,-23.189],[5.374,-22.933],[21.608,-50.933],[20.723,-50.743]]}]},{"t":70,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.786,-54.817],[42.642,-29.058],[55.625,-54.933],[57,-55.189],[56.374,-54.933],[25.608,-54.933],[24.723,-54.743]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":72,"s":[75,162,175,255]},{"t":73,"s":[255,219,67,255]}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[532.604,78.614]}}],"nm":"Group 7"}],"bounds":{"l":537,"t":23,"b":56,"r":590},"ip":64,"op":6301,"st":1},{"ddd":0,"ind":3,"ty":4,"nm":"Yoriginal 10","ks":{"r":{"k":[{"i":{"x":[0.833],"y":[1.351]},"o":{"x":[0.167],"y":[0.167]},"t":34,"s":[0]},{"i":{"x":[0.833],"y":[0.856]},"o":{"x":[0.167],"y":[0.1]},"t":39,"s":[-57]},{"i":{"x":[0.833],"y":[2.689]},"o":{"x":[0.167],"y":[-1.689]},"t":50,"s":[384]},{"t":57,"s":[360]}]},"p":{"k":[125.41,159.975,0]},"a":{"k":[531.727,75.648,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":60,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[20.786,7.183],[35.642,-22.058],[1.625,-19.933],[3,-20.189],[2.374,-19.933],[20.608,7.067],[19.723,7.257]]}]},{"t":64,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[21.786,-50.817],[38.642,-25.058],[4.625,-22.933],[6,-23.189],[5.374,-22.933],[21.608,-50.933],[20.723,-50.743]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":72,"s":[75,162,175,255]},{"t":73,"s":[255,219,67,255]}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[532.604,78.614]}}],"nm":"Group 7"}],"bounds":{"l":534,"t":27,"b":86,"r":572},"ip":60,"op":6301,"st":1},{"ddd":0,"ind":4,"ty":4,"nm":"Yoriginal 9","ks":{"r":{"k":[{"i":{"x":[0.833],"y":[1.351]},"o":{"x":[0.167],"y":[0.167]},"t":32,"s":[0]},{"i":{"x":[0.833],"y":[0.856]},"o":{"x":[0.167],"y":[0.1]},"t":37,"s":[-57]},{"i":{"x":[0.833],"y":[2.689]},"o":{"x":[0.167],"y":[-1.689]},"t":48,"s":[384]},{"t":55,"s":[360]}]},"p":{"k":[125.41,159.975,0]},"a":{"k":[531.727,75.648,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":56,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[17.786,8.183],[-16.358,5.942],[-1.375,-18.933],[0,-19.189],[-0.626,-18.933],[17.608,8.067],[16.723,8.257]]}]},{"t":60,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[20.786,7.183],[35.642,-22.058],[1.625,-19.933],[3,-20.189],[2.374,-19.933],[20.608,7.067],[19.723,7.257]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":72,"s":[75,162,175,255]},{"t":73,"s":[255,219,67,255]}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[532.604,78.614]}}],"nm":"Group 7"}],"bounds":{"l":516,"t":56,"b":87,"r":569},"ip":56,"op":6299,"st":-1}]},{"id":"comp_43","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 2","ks":{"p":{"k":[110.5,180.75,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":25,"s":[{"i":[[0,0],[0.25,-0.125]],"o":[[0,0],[-0.125,-0.125]],"v":[[17.125,-18],[17.125,-18]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":29,"s":[{"i":[[0,0],[0.25,-0.125]],"o":[[0,0],[-0.125,-0.125]],"v":[[17.125,-18],[24.5,-11.5]]}]},{"t":33,"s":[{"i":[[0,0],[0.25,-0.125]],"o":[[0,0],[-0.125,-0.125]],"v":[[24.5,-11.5],[24.5,-11.5]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr"}],"nm":"Shape 1"}],"bounds":{"l":14,"t":-21,"b":-9,"r":28},"ip":25,"op":33,"st":-4},{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"p":{"k":[115.5,173,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":24,"s":[{"i":[[0,0],[0.25,-0.125]],"o":[[0,0],[-0.125,-0.125]],"v":[[17.125,-18],[17.125,-18]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":28,"s":[{"i":[[0,0],[0.25,-0.125]],"o":[[0,0],[-0.125,-0.125]],"v":[[17.125,-18],[24.5,-11.5]]}]},{"t":32,"s":[{"i":[[0,0],[0.25,-0.125]],"o":[[0,0],[-0.125,-0.125]],"v":[[24.5,-11.5],[24.5,-11.5]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr"}],"nm":"Shape 1"}],"bounds":{"l":14,"t":-21,"b":-9,"r":28},"ip":24,"op":32,"st":-5},{"ddd":0,"ind":2,"ty":0,"nm":"HumoAdelante","refId":"comp_44","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":73,"s":[100]},{"t":84,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":73,"s":[125,137.5,0],"to":[0,-6.66666650772095,0],"ti":[0,6.66666650772095,0]},{"t":89,"s":[125,97.5,0]}]},"a":{"k":[125,137.5,0]}},"w":250,"h":275,"ip":0,"op":89,"st":0},{"ddd":0,"ind":3,"ty":0,"nm":"Humo1","refId":"comp_45","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":47,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":56,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":76,"s":[100]},{"t":86,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":73,"s":[127.5,238,0],"to":[0,-5,0],"ti":[0,5,0]},{"t":89,"s":[127.5,208,0]}]},"a":{"k":[130.5,249,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":47,"s":[52,52,100]},{"t":56,"s":[125,125,100]}]}},"w":250,"h":275,"ip":45,"op":89,"st":22},{"ddd":0,"ind":4,"ty":0,"nm":"Humo1","refId":"comp_45","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":42,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":51,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":77,"s":[100]},{"t":86,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":73,"s":[128.5,209,0],"to":[0,-5,0],"ti":[0,5,0]},{"t":89,"s":[128.5,179,0]}]},"a":{"k":[130.5,249,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":42,"s":[52,52,100]},{"t":51,"s":[105,105,100]}]}},"w":250,"h":275,"ip":40,"op":89,"st":17},{"ddd":0,"ind":5,"ty":0,"nm":"Humo1","refId":"comp_45","ks":{"o":{"k":[{"i":{"x":[0.564],"y":[0.831]},"o":{"x":[0.182],"y":[0]},"t":67,"s":[0]},{"i":{"x":[0.841],"y":[0.841]},"o":{"x":[0.38],"y":[0.38]},"t":71,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":87,"s":[100]},{"t":92,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":0.78},"o":{"x":0.333,"y":0.22},"t":67,"s":[167.5,195.232,0],"to":[0,-7.35411882400513,0],"ti":[0,1.66666662693024,0]},{"t":92,"s":[167.5,130.232,0]}]},"a":{"k":[130.5,249,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":67,"s":[55,55,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":83,"s":[75,75,100]},{"t":92,"s":[58,58,100]}]}},"w":250,"h":275,"ip":67,"op":92,"st":16},{"ddd":0,"ind":6,"ty":4,"nm":"Doriginal 5","ks":{"p":{"k":[122.41,167.975,0]},"a":{"k":[386.727,83.648,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":53,"s":[{"i":[[-2.238,0.354],[0,0.675],[2.237,0.364],[4.63,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[2.237,-0.354],[0,-0.675],[-2.238,-0.364],[0,0],[0,0],[0,0],[0,0],[0,0],[4.163,0]],"v":[[-16.229,73.045],[-12.873,71.501],[-16.229,69.943],[-26.529,69.398],[-31.607,69.398],[-31.607,70.039],[-31.607,72.837],[-31.607,73.576],[-25.829,73.576]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":70,"s":[{"i":[[-8.221,7.719],[0,14.723],[8.217,7.933],[17.008,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[8.217,-7.718],[0,-14.721],[-8.221,-7.933],[0,0],[0,0],[0,0],[0,0],[0,0],[15.293,0]],"v":[[21.976,23.768],[34.304,-9.893],[21.976,-43.875],[-15.866,-55.774],[-34.519,-55.774],[-34.519,-41.788],[-34.519,19.244],[-34.519,35.346],[-13.293,35.346]]}]},{"t":74,"s":[{"i":[[-8.221,7.719],[0,14.723],[8.217,7.933],[17.008,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[8.217,-7.718],[0,-14.721],[-8.221,-7.933],[0,0],[0,0],[0,0],[0,0],[0,0],[15.293,0]],"v":[[21.976,33.768],[34.304,0.108],[21.976,-33.875],[-15.866,-45.774],[-34.519,-45.774],[-34.519,-31.788],[-34.519,29.244],[-34.519,45.346],[-13.293,45.346]]}]}]},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":53,"s":[{"i":[[-3.891,-0.6],[0,-1.068],[3.794,-0.623],[7.781,0],[0,0],[0,0],[0,0],[0,0]],"o":[[3.89,0.6],[0,1.068],[-3.793,0.623],[0,0],[0,0],[0,0],[0,0],[7.275,0]],"v":[[-9.546,68.96],[-3.71,71.462],[-9.401,73.999],[-26.762,74.932],[-40.71,74.932],[-40.71,71.731],[-40.71,68.061],[-26.296,68.061]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":70,"s":[{"i":[[-14.295,-13.078],[0,-23.295],[13.937,-13.577],[28.585,0],[0,0],[0,0],[0,0],[0,0]],"o":[[14.291,13.078],[0,23.3],[-13.936,13.581],[0,0],[0,0],[0,0],[0,0],[26.726,0]],"v":[[46.525,-65.315],[67.965,-10.751],[47.06,44.564],[-16.723,64.932],[-67.965,64.932],[-67.965,-4.875],[-67.965,-84.932],[-15.008,-84.932]]}]},{"t":74,"s":[{"i":[[-14.295,-13.078],[0,-23.295],[13.937,-13.577],[28.585,0],[0,0],[0,0],[0,0],[0,0]],"o":[[14.291,13.078],[0,23.3],[-13.936,13.581],[0,0],[0,0],[0,0],[0,0],[26.726,0]],"v":[[46.525,-55.315],[67.965,-0.751],[47.06,54.564],[-16.723,74.932],[-67.965,74.932],[-67.965,5.125],[-67.965,-74.932],[-15.008,-74.932]]}]}]},"nm":"Path 2"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[393.027,78.613]}}],"nm":"Group 8"}],"bounds":{"l":325,"t":-7,"b":154,"r":461},"ip":53,"op":2024,"st":53},{"ddd":0,"ind":7,"ty":0,"nm":"Humo1","refId":"comp_45","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":70,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0.333]},"t":74,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":81,"s":[100]},{"t":86,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":0.266},"o":{"x":0.333,"y":0},"t":70,"s":[73.5,164,0],"to":[-1.60084545612335,-2.52048015594482,0],"ti":[3.16262006759644,4.97944402694702,0]},{"t":86,"s":[69.154,128.434,0]}]},"a":{"k":[130.5,249,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":70,"s":[39,39,100]},{"t":86,"s":[57,57,100]}]}},"w":250,"h":275,"ip":70,"op":92,"st":19},{"ddd":0,"ind":8,"ty":0,"nm":"HumoEstela2","refId":"comp_47","ks":{"p":{"k":[115,136.5,0]},"a":{"k":[125,137.5,0]}},"w":250,"h":275,"ip":1,"op":93,"st":1},{"ddd":0,"ind":9,"ty":0,"nm":"HumoEstela","refId":"comp_48","ks":{"p":{"k":[125,137.5,0]},"a":{"k":[125,137.5,0]}},"w":250,"h":275,"ip":0,"op":93,"st":0},{"ddd":0,"ind":10,"ty":4,"nm":"Doriginal 4","ks":{"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":7,"s":[0]},{"t":15,"s":[-90]}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[122.41,167.975,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":3,"s":[122.41,167.975,0],"to":[0,-4.16666650772095,0],"ti":[0,4.5,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":7,"s":[122.41,142.975,0],"to":[0,-4.5,0],"ti":[-1.66666662693024,-4.16666650772095,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":11,"s":[122.41,140.975,0],"to":[1.66666662693024,4.16666650772095,0],"ti":[-1.66666662693024,-4.5,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":15,"s":[132.41,167.975,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":16,"s":[132.41,167.975,0],"to":[0,0,0],"ti":[0,0,0]},{"t":20,"s":[132.41,167.975,0]}]},"a":{"k":[386.727,83.648,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":0,"s":[{"i":[[-8.221,7.719],[0,14.723],[8.217,7.933],[17.008,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[8.217,-7.718],[0,-14.721],[-8.221,-7.933],[0,0],[0,0],[0,0],[0,0],[0,0],[15.293,0]],"v":[[21.976,33.768],[34.304,0.108],[21.976,-33.875],[-15.866,-45.774],[-34.519,-45.774],[-34.519,-31.788],[-34.519,29.244],[-34.519,45.346],[-13.293,45.346]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":3,"s":[{"i":[[-8.219,7],[0.001,13.348],[8.22,7.19],[17.008,-0.001],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[8.216,-6.998],[-0.001,-13.346],[-8.222,-7.192],[0,0],[0,0],[0,0],[0,0],[0,0],[15.293,-0.001]],"v":[[21.972,37.609],[34.297,7.091],[21.966,-23.717],[-15.877,-34.502],[-34.53,-34.501],[-34.529,-21.82],[-34.523,33.512],[-34.522,48.11],[-13.296,48.109]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":7,"s":[{"i":[[-8.22,8.133],[0,15.51],[8.219,8.355],[17.008,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[8.217,-8.13],[0,-15.508],[-8.221,-8.357],[0,0],[0,0],[0,0],[0,0],[0,0],[15.293,0]],"v":[[21.976,31.568],[34.304,-3.89],[21.976,-39.689],[-15.866,-52.224],[-34.519,-52.224],[-34.519,-37.49],[-34.519,26.803],[-34.519,43.765],[-13.293,43.765]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":11,"s":[{"i":[[-8.221,7.719],[0,14.723],[8.217,7.933],[17.008,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[8.217,-7.718],[0,-14.721],[-8.221,-7.933],[0,0],[0,0],[0,0],[0,0],[0,0],[15.293,0]],"v":[[21.976,33.768],[34.304,0.108],[21.976,-33.875],[-15.866,-45.774],[-34.519,-45.774],[-34.519,-31.788],[-34.519,29.244],[-34.519,45.346],[-13.293,45.346]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":15,"s":[{"i":[[-7.416,7.72],[0,14.723],[7.415,7.931],[15.345,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[7.414,-7.718],[0,-14.721],[-7.417,-7.933],[0,0],[0,0],[0,0],[0,0],[0,0],[13.798,0]],"v":[[-14.818,33.768],[-3.696,0.108],[-14.818,-33.875],[-48.96,-45.774],[-65.789,-45.774],[-65.789,-31.788],[-65.789,29.244],[-65.789,45.346],[-46.639,45.346]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":16,"s":[{"i":[[-7.416,7.72],[0,14.723],[7.415,7.931],[15.345,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[7.414,-7.718],[0,-14.721],[-7.417,-7.933],[0,0],[0,0],[0,0],[0,0],[0,0],[13.798,0]],"v":[[-14.818,33.768],[-3.696,0.108],[-14.818,-33.875],[-48.96,-45.774],[-65.789,-45.774],[-65.789,-31.788],[-65.789,29.244],[-65.789,45.346],[-46.639,45.346]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":20,"s":[{"i":[[-8.221,7.719],[0,14.723],[8.217,7.933],[17.008,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[8.217,-7.718],[0,-14.721],[-8.221,-7.933],[0,0],[0,0],[0,0],[0,0],[0,0],[15.293,0]],"v":[[-6.024,33.768],[6.304,0.108],[-6.024,-33.875],[-43.866,-45.774],[-62.519,-45.774],[-62.519,-31.788],[-62.519,29.244],[-62.519,45.346],[-41.293,45.346]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":27,"s":[{"i":[[-5.887,4.765],[0,9.087],[5.886,4.895],[12.181,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[5.885,-4.764],[0,-9.086],[-5.888,-4.896],[0,0],[0,0],[0,0],[0,0],[0,0],[10.953,0]],"v":[[9.974,21.717],[18.804,0.941],[9.974,-20.034],[-17.129,-27.378],[-23.326,-27.378],[-23.326,-18.745],[-23.326,18.925],[-23.326,28.863],[-15.286,28.863]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":30,"s":[{"i":[[-5.887,5.126],[0,9.775],[5.886,5.265],[12.181,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[5.885,-5.124],[0,-9.774],[-5.888,-5.267],[0,0],[0,0],[0,0],[0,0],[0,0],[10.953,0]],"v":[[9.974,24.294],[18.804,1.946],[9.974,-20.616],[-17.129,-28.516],[-23.326,-28.516],[-23.326,-19.23],[-23.326,21.291],[-23.326,31.981],[-15.286,31.981]]}]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0},"t":37,"s":[{"i":[[-5.887,5.126],[0,9.775],[5.886,5.265],[12.181,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[5.885,-5.124],[0,-9.774],[-5.888,-5.267],[0,0],[0,0],[0,0],[0,0],[0,0],[10.953,0]],"v":[[9.974,24.294],[18.804,1.946],[9.974,-20.616],[-17.129,-28.516],[-23.326,-28.516],[-23.326,-19.23],[-23.326,21.291],[-23.326,31.981],[-15.286,31.981]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.155},"t":38.077,"s":[{"i":[[-4.039,2.601],[-0.865,5.953],[3.119,3.727],[7.418,1.078],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[4.037,-2.6],[0.865,-5.952],[-3.119,-3.728],[0,0],[0,0],[0,0],[0,0],[0,0],[6.67,0.969]],"v":[[40.697,12.983],[48.051,0.155],[44.671,-14.366],[28.866,-21.575],[25.092,-22.123],[24.27,-16.468],[20.684,8.207],[19.738,14.717],[24.634,15.428]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":39.154,"s":[{"i":[[-3.637,0.801],[-2.234,4.094],[1.262,3.551],[5.102,2.784],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[3.636,-0.801],[2.234,-4.093],[-1.262,-3.552],[0,0],[0,0],[0,0],[0,0],[0,0],[4.587,2.504]],"v":[[66,13.412],[74.806,6.071],[76.266,-5.396],[66.721,-14.899],[64.125,-16.316],[62.003,-12.427],[52.741,4.543],[50.297,9.02],[53.665,10.858]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":40.23,"s":[{"i":[[-2.674,0.162],[-2.046,2.658],[0.498,2.664],[3.312,2.55],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[2.673,-0.161],[2.046,-2.658],[-0.499,-2.665],[0,0],[0,0],[0,0],[0,0],[0,0],[2.978,2.293]],"v":[[89.786,36.69],[96.865,32.461],[99.186,24.478],[93.471,16.657],[91.785,15.36],[89.842,17.885],[81.36,28.903],[79.123,31.809],[81.309,33.492]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":41.308,"s":[{"i":[[-1.925,-0.922],[-2.453,1.06],[-0.684,2.049],[1.321,3.058],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[1.924,0.922],[2.453,-1.06],[0.684,-2.049],[0,0],[0,0],[0,0],[0,0],[0,0],[1.188,2.75]],"v":[[96.401,54.579],[102.968,54.373],[107.674,49.71],[106.719,42.05],[106.047,40.494],[103.716,41.501],[93.544,45.894],[90.861,47.054],[91.732,49.072]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":42.385,"s":[{"i":[[-1.207,-1.058],[-1.991,0.271],[-0.91,1.345],[0.337,2.482],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[1.207,1.057],[1.991,-0.271],[0.91,-1.345],[0,0],[0,0],[0,0],[0,0],[0,0],[0.303,2.232]],"v":[[106.638,69.058],[111.436,70.239],[115.788,67.816],[116.648,62.075],[116.476,60.812],[114.584,61.069],[106.328,62.191],[104.15,62.487],[104.373,64.125]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":43.462,"s":[{"i":[[-0.713,-0.949],[-1.483,-0.107],[-0.864,0.836],[-0.133,1.848],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0.713,0.949],[1.483,0.107],[0.864,-0.836],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.12,1.662]],"v":[[108.122,70.558],[111.416,72.142],[114.936,71.049],[116.432,67.024],[116.5,66.084],[115.091,65.982],[108.943,65.538],[107.321,65.421],[107.233,66.641]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":45.615,"s":[{"i":[[-0.35,-0.999],[-1.232,-0.491],[-0.96,0.478],[-0.612,1.535],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0.35,0.999],[1.232,0.491],[0.96,-0.478],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.55,1.381]],"v":[[103.926,80.201],[106.3,82.436],[109.587,82.457],[111.944,79.437],[112.256,78.656],[111.085,78.189],[105.977,76.154],[104.63,75.617],[104.226,76.631]]}]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0},"t":47.77,"s":[{"i":[[0.039,-0.693],[-0.622,-0.606],[-0.701,0.048],[-0.756,0.776],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[-0.039,0.693],[0.622,0.606],[0.701,-0.048],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.679,0.698]],"v":[[92.556,88.571],[93.432,90.52],[95.416,91.357],[97.601,90.121],[97.985,89.726],[97.394,89.15],[94.813,86.637],[94.132,85.974],[93.633,86.486]]}]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.155},"t":48.846,"s":[{"i":[[0.208,-0.474],[-0.277,-0.587],[-0.503,-0.149],[-0.731,0.345],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[-0.208,0.474],[0.277,0.587],[0.503,0.149],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.657,0.31]],"v":[[83.196,91.283],[83.3,92.874],[84.469,93.978],[86.32,93.684],[86.692,93.509],[86.429,92.951],[85.28,90.519],[84.977,89.878],[84.495,90.106]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.155},"t":49.923,"s":[{"i":[[0.147,-0.266],[-0.13,-0.358],[-0.285,-0.115],[-0.446,0.162],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[-0.147,0.266],[0.13,0.358],[0.285,0.115],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.401,0.146]],"v":[[72.388,97.752],[72.361,98.688],[72.984,99.396],[74.082,99.325],[74.308,99.243],[74.185,98.903],[73.647,97.42],[73.505,97.028],[73.21,97.135]]}]},{"t":51,"s":[{"i":[[0.032,-0.047],[-0.018,-0.068],[-0.051,-0.026],[-0.085,0.023],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[-0.032,0.047],[0.018,0.068],[0.051,0.026],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.077,0.02]],"v":[[69.492,100.967],[69.471,101.139],[69.575,101.281],[69.779,101.286],[69.823,101.274],[69.805,101.209],[69.73,100.926],[69.71,100.851],[69.654,100.866]]}]}]},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":0,"s":[{"i":[[-14.295,-13.078],[0,-23.295],[13.937,-13.577],[28.585,0],[0,0],[0,0],[0,0],[0,0]],"o":[[14.291,13.078],[0,23.3],[-13.936,13.581],[0,0],[0,0],[0,0],[0,0],[26.726,0]],"v":[[46.525,-55.315],[67.965,-0.751],[47.06,54.564],[-16.723,74.932],[-67.965,74.932],[-67.965,5.125],[-67.965,-74.932],[-15.008,-74.932]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":3,"s":[{"i":[[-14.294,-11.857],[-0.002,-21.12],[13.933,-12.313],[28.585,-0.002],[0,0],[0,0],[0,0],[0,0]],"o":[[14.292,11.856],[0.002,21.124],[-13.935,12.314],[0,0],[0,0],[0,0],[0,0],[26.726,-0.002]],"v":[[46.513,-43.157],[67.958,6.31],[47.058,56.462],[-16.723,74.933],[-67.965,74.937],[-67.971,11.648],[-67.978,-60.933],[-15.021,-60.937]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":7,"s":[{"i":[[-14.293,-13.779],[0,-24.54],[13.934,-14.305],[28.585,0],[0,0],[0,0],[0,0],[0,0]],"o":[[14.291,13.777],[0,24.545],[-13.936,14.307],[0,0],[0,0],[0,0],[0,0],[26.726,0]],"v":[[46.525,-62.274],[67.965,-4.795],[47.06,53.476],[-16.723,74.932],[-67.965,74.932],[-67.965,1.395],[-67.965,-82.939],[-15.008,-82.939]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":11,"s":[{"i":[[-14.295,-13.078],[0,-23.295],[13.937,-13.577],[28.585,0],[0,0],[0,0],[0,0],[0,0]],"o":[[14.291,13.078],[0,23.3],[-13.936,13.581],[0,0],[0,0],[0,0],[0,0],[26.726,0]],"v":[[46.525,-55.315],[67.965,-0.751],[47.06,54.564],[-16.723,74.932],[-67.965,74.932],[-67.965,5.125],[-67.965,-74.932],[-15.008,-74.932]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":15,"s":[{"i":[[-12.895,-13.08],[0,-23.295],[12.572,-13.579],[25.79,0],[0,0],[0,0],[0,0],[0,0]],"o":[[12.894,13.078],[0,23.3],[-12.573,13.581],[0,0],[0,0],[0,0],[0,0],[24.113,0]],"v":[[7.33,-55.315],[26.674,-0.751],[7.813,54.564],[-49.733,74.932],[-95.965,74.932],[-95.965,5.125],[-95.965,-74.932],[-48.186,-74.932]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":16,"s":[{"i":[[-12.895,-13.08],[0,-23.295],[12.572,-13.579],[25.79,0],[0,0],[0,0],[0,0],[0,0]],"o":[[12.894,13.078],[0,23.3],[-12.573,13.581],[0,0],[0,0],[0,0],[0,0],[24.113,0]],"v":[[7.33,-55.315],[26.674,-0.751],[7.813,54.564],[-49.733,74.932],[-95.965,74.932],[-95.965,5.125],[-95.965,-74.932],[-48.186,-74.932]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":20,"s":[{"i":[[-14.295,-13.078],[0,-23.295],[13.937,-13.577],[28.585,0],[0,0],[0,0],[0,0],[0,0]],"o":[[14.291,13.078],[0,23.3],[-13.936,13.581],[0,0],[0,0],[0,0],[0,0],[26.726,0]],"v":[[18.525,-55.315],[39.965,-0.751],[19.06,54.564],[-44.723,74.932],[-95.965,74.932],[-95.965,5.125],[-95.965,-74.932],[-43.008,-74.932]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":27,"s":[{"i":[[-14.293,-8.073],[0,-14.378],[13.935,-8.382],[28.585,0],[0,0],[0,0],[0,0],[0,0]],"o":[[14.291,8.072],[0,14.381],[-13.936,8.383],[0,0],[0,0],[0,0],[0,0],[26.726,0]],"v":[[18.525,-33.267],[39.965,0.411],[19.06,34.554],[-44.723,47.125],[-95.965,47.125],[-79.465,4.538],[-95.965,-45.375],[-43.008,-45.375]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":30,"s":[{"i":[[-14.293,-8.684],[0,-15.466],[13.935,-9.016],[28.585,0],[0,0],[0,0],[0,0],[0,0]],"o":[[14.291,8.683],[0,15.47],[-13.936,9.017],[0,0],[0,0],[0,0],[0,0],[26.726,0]],"v":[[18.525,-34.851],[39.965,1.376],[19.06,38.102],[-44.723,51.625],[-95.965,51.625],[-83.965,5.278],[-95.965,-47.875],[-43.008,-47.875]]}]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0},"t":37,"s":[{"i":[[-14.293,-8.684],[0,-15.466],[13.935,-9.016],[28.585,0],[0,0],[0,0],[0,0],[0,0]],"o":[[14.291,8.683],[0,15.47],[-13.936,9.017],[0,0],[0,0],[0,0],[0,0],[26.726,0]],"v":[[18.525,-34.851],[39.965,1.376],[19.06,38.102],[-44.723,51.625],[-95.965,51.625],[-83.965,5.278],[-95.965,-47.875],[-43.008,-47.875]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.155},"t":38.077,"s":[{"i":[[-7.936,-6.553],[1.369,-9.418],[9.284,-4.257],[17.407,2.529],[0,0],[0,0],[0,0],[0,0]],"o":[[7.934,6.552],[-1.369,9.42],[-9.284,4.258],[0,0],[0,0],[0,0],[0,0],[16.275,2.365]],"v":[[51.137,-22.277],[60.988,1.68],[45.008,22.195],[4.97,24.786],[-26.234,20.251],[-14.825,-6.91],[-17.429,-40.34],[14.819,-35.654]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":39.154,"s":[{"i":[[-4.001,-6.904],[3.535,-6.477],[7.897,-0.591],[11.971,6.534],[0,0],[0,0],[0,0],[0,0]],"o":[[4,6.903],[-3.536,6.479],[-7.897,0.591],[0,0],[0,0],[0,0],[0,0],[11.193,6.109]],"v":[[83.1,-9.403],[83.799,10.669],[66.649,21.271],[36.847,12.356],[15.387,0.643],[31.006,-16.024],[38.13,-41.026],[60.308,-28.922]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":40.23,"s":[{"i":[[-2.069,-5.353],[3.237,-4.205],[5.676,0.465],[7.772,5.983],[0,0],[0,0],[0,0],[0,0]],"o":[[2.068,5.352],[-3.238,4.206],[-5.677,-0.465],[0,0],[0,0],[0,0],[0,0],[7.267,5.594]],"v":[[104.491,22.397],[102.738,36.735],[89.366,42.346],[69.193,32.672],[55.26,21.946],[68.224,11.856],[76.087,-5.108],[90.486,5.976]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":41.308,"s":[{"i":[[0.63,-4.53],[3.882,-1.677],[3.774,2.521],[3.099,7.176],[0,0],[0,0],[0,0],[0,0]],"o":[[-0.63,4.529],[-3.883,1.677],[-3.774,-2.521],[0,0],[0,0],[0,0],[0,0],[2.898,6.709]],"v":[[112.175,50.313],[105.406,59.623],[93.92,58.357],[83.609,43.812],[78.054,30.949],[90.989,28.936],[103.031,20.161],[108.773,33.454]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":42.385,"s":[{"i":[[1.374,-3.152],[3.151,-0.428],[2.223,2.59],[0.791,5.824],[0,0],[0,0],[0,0],[0,0]],"o":[[-1.374,3.152],[-3.152,0.428],[-2.223,-2.59],[0,0],[0,0],[0,0],[0,0],[0.74,5.445]],"v":[[118.925,69.164],[112.138,74.534],[104.076,71.292],[99.556,58.671],[98.138,48.231],[107.913,49.393],[118.41,45.477],[119.876,56.266]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":43.462,"s":[{"i":[[1.474,-2.074],[2.347,0.169],[1.215,2.213],[-0.313,4.337],[0,0],[0,0],[0,0],[0,0]],"o":[[-1.474,2.073],[-2.347,-0.169],[-1.215,-2.213],[0,0],[0,0],[0,0],[0,0],[-0.293,4.055]],"v":[[117.002,72.503],[111.271,75.359],[105.928,71.785],[104.575,61.959],[105.136,54.185],[112.037,56.513],[120.232,55.275],[119.652,63.309]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":45.615,"s":[{"i":[[1.812,-1.365],[1.95,0.777],[0.437,2.21],[-1.436,3.603],[0,0],[0,0],[0,0],[0,0]],"o":[[-1.812,1.365],[-1.95,-0.777],[-0.437,-2.21],[0,0],[0,0],[0,0],[0,0],[-1.342,3.369]],"v":[[110.952,84.249],[105.309,85.132],[101.729,80.653],[103.228,71.933],[105.802,65.474],[111.042,69.315],[118.344,70.472],[115.684,77.147]]}]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0},"t":47.77,"s":[{"i":[[1.439,-0.372],[0.985,0.96],[-0.29,1.447],[-1.773,1.821],[0,0],[0,0],[0,0],[0,0]],"o":[[-1.439,0.372],[-0.985,-0.96],[0.29,-1.447],[0,0],[0,0],[0,0],[0,0],[-1.658,1.702]],"v":[[95.793,92.784],[92.155,91.903],[91.113,88.294],[94.208,83.392],[97.386,80.129],[99.594,83.768],[103.724,86.3],[100.439,89.673]]}]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.155},"t":48.846,"s":[{"i":[[1.104,0.116],[0.438,0.928],[-0.581,0.936],[-1.716,0.81],[0,0],[0,0],[0,0],[0,0]],"o":[[-1.104,-0.116],[-0.438,-0.928],[0.581,-0.936],[0,0],[0,0],[0,0],[0,0],[-1.604,0.757]],"v":[[84.36,95.075],[82.046,93.508],[82.26,90.712],[85.705,88.092],[88.78,86.64],[89.374,89.762],[91.6,92.612],[88.422,94.113]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.155},"t":49.923,"s":[{"i":[[0.639,0.128],[0.206,0.566],[-0.39,0.515],[-1.046,0.38],[0,0],[0,0],[0,0],[0,0]],"o":[[-0.639,-0.128],[-0.206,-0.566],[0.39,-0.515],[0,0],[0,0],[0,0],[0,0],[-0.978,0.355]],"v":[[72.861,100.031],[71.594,98.99],[71.872,97.368],[74.027,96.025],[75.903,95.344],[76.079,97.2],[77.225,98.987],[75.286,99.69]]}]},{"t":51,"s":[{"i":[[0.116,0.034],[0.029,0.108],[-0.081,0.089],[-0.2,0.053],[0,0],[0,0],[0,0],[0,0]],"o":[[-0.116,-0.034],[-0.029,-0.108],[0.081,-0.089],[0,0],[0,0],[0,0],[0,0],[-0.187,0.05]],"v":[[69.542,101.396],[69.324,101.183],[69.402,100.887],[69.823,100.674],[70.182,100.579],[70.184,100.925],[70.366,101.275],[69.996,101.373]]}]}]},"nm":"Path 2"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[393.027,78.613]}}],"nm":"Group 8"}],"bounds":{"l":297,"t":-5,"b":181,"r":514},"ip":0,"op":51,"st":0}]},{"id":"comp_44","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 10","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":46,"s":[0]},{"t":54,"s":[100]}]},"p":{"k":[39.5,205.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":46,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":54,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":62,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":70,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":78,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":86,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":94,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":102,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":110,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":118,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":126,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":134,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":142,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":150,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":158,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":166,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":174,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":182,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":190,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":198,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":206,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":214,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":222,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":230,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":238,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":246,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":254,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":262,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":270,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":278,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":286,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":294,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":302,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":310,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":318,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":326,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":334,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":342,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":350,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":358,"s":[47,47],"__fnct":[null,null]},{"t":366,"s":[36,36]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":46,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":54,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":62,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":70,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":78,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":86,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":94,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":102,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":110,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":118,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":126,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":134,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":142,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":150,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":158,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":166,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":174,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":182,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":190,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":198,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":206,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":214,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":222,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":230,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":238,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":246,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":254,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":262,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":270,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":278,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":286,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":294,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":302,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":310,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":318,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":326,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":334,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":342,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":350,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":358,"s":[47,47],"__fnct":[null,null]},{"t":366,"s":[36,36]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-43,124]}}],"nm":"Ellipse 1"}],"bounds":{"l":-75,"t":92,"b":156,"r":-11},"ip":46,"op":416,"st":46},{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 9","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":46,"s":[0]},{"t":54,"s":[100]}]},"p":{"k":[183.5,229.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":46,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":54,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":62,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":70,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":78,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":86,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":94,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":102,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":110,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":118,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":126,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":134,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":142,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":150,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":158,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":166,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":174,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":182,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":190,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":198,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":206,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":214,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":222,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":230,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":238,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":246,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":254,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":262,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":270,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":278,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":286,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":294,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":302,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":310,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":318,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":326,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":334,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":342,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":350,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":358,"s":[35,35],"__fnct":[null,null]},{"t":366,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":46,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":54,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":62,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":70,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":78,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":86,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":94,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":102,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":110,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":118,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":126,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":134,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":142,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":150,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":158,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":166,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":174,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":182,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":190,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":198,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":206,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":214,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":222,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":230,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":238,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":246,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":254,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":262,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":270,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":278,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":286,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":294,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":302,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":310,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":318,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":326,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":334,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":342,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":350,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":358,"s":[35,35],"__fnct":[null,null]},{"t":366,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-95,"t":85,"b":133,"r":-47},"ip":46,"op":416,"st":46},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 8","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":46,"s":[0]},{"t":54,"s":[100]}]},"p":{"k":[137.5,226.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":46,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":54,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":62,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":70,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":78,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":86,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":94,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":102,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":110,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":118,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":126,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":134,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":142,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":150,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":158,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":166,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":174,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":182,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":190,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":198,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":206,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":214,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":222,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":230,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":238,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":246,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":254,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":262,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":270,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":278,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":286,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":294,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":302,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":310,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":318,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":326,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":334,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":342,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":350,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":358,"s":[35,35],"__fnct":[null,null]},{"t":366,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":46,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":54,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":62,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":70,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":78,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":86,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":94,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":102,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":110,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":118,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":126,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":134,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":142,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":150,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":158,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":166,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":174,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":182,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":190,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":198,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":206,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":214,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":222,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":230,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":238,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":246,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":254,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":262,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":270,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":278,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":286,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":294,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":302,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":310,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":318,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":326,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":334,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":342,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":350,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":358,"s":[35,35],"__fnct":[null,null]},{"t":366,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-95,"t":85,"b":133,"r":-47},"ip":46,"op":416,"st":46},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 7","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":47,"s":[0]},{"t":55,"s":[100]}]},"p":{"k":[138.5,209.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":47,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":55,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":359,"s":[47,47],"__fnct":[null,null]},{"t":367,"s":[36,36]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":47,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":55,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":359,"s":[47,47],"__fnct":[null,null]},{"t":367,"s":[36,36]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-43,124]}}],"nm":"Ellipse 1"}],"bounds":{"l":-75,"t":92,"b":156,"r":-11},"ip":47,"op":417,"st":47},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 6","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":47,"s":[0]},{"t":55,"s":[100]}]},"p":{"k":[89.5,195.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":47,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":55,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":359,"s":[35,35],"__fnct":[null,null]},{"t":367,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":47,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":55,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":359,"s":[35,35],"__fnct":[null,null]},{"t":367,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-95,"t":85,"b":133,"r":-47},"ip":47,"op":417,"st":47},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 4","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":46,"s":[0]},{"t":54,"s":[100]}]},"p":{"k":[68.5,207.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":46,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":54,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":62,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":70,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":78,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":86,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":94,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":102,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":110,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":118,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":126,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":134,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":142,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":150,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":158,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":166,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":174,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":182,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":190,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":198,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":206,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":214,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":222,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":230,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":238,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":246,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":254,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":262,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":270,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":278,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":286,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":294,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":302,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":310,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":318,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":326,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":334,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":342,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":350,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":358,"s":[47,47],"__fnct":[null,null]},{"t":366,"s":[36,36]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":46,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":54,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":62,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":70,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":78,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":86,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":94,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":102,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":110,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":118,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":126,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":134,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":142,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":150,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":158,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":166,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":174,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":182,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":190,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":198,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":206,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":214,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":222,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":230,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":238,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":246,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":254,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":262,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":270,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":278,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":286,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":294,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":302,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":310,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":318,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":326,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":334,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":342,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":350,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":358,"s":[47,47],"__fnct":[null,null]},{"t":366,"s":[36,36]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-43,124]}}],"nm":"Ellipse 1"}],"bounds":{"l":-75,"t":92,"b":156,"r":-11},"ip":46,"op":416,"st":46},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 5","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":46,"s":[0]},{"t":54,"s":[100]}]},"p":{"k":[115.5,190.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":46,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":54,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":62,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":70,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":78,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":86,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":94,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":102,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":110,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":118,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":126,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":134,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":142,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":150,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":158,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":166,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":174,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":182,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":190,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":198,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":206,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":214,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":222,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":230,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":238,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":246,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":254,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":262,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":270,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":278,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":286,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":294,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":302,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":310,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":318,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":326,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":334,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":342,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":350,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":358,"s":[35,35],"__fnct":[null,null]},{"t":366,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":46,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":54,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":62,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":70,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":78,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":86,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":94,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":102,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":110,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":118,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":126,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":134,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":142,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":150,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":158,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":166,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":174,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":182,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":190,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":198,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":206,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":214,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":222,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":230,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":238,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":246,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":254,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":262,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":270,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":278,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":286,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":294,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":302,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":310,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":318,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":326,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":334,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":342,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":350,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":358,"s":[35,35],"__fnct":[null,null]},{"t":366,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-95,"t":85,"b":133,"r":-47},"ip":46,"op":416,"st":46},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 3","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":46,"s":[0]},{"t":54,"s":[100]}]},"p":{"k":[144.5,206.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":46,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":54,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":62,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":70,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":78,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":86,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":94,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":102,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":110,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":118,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":126,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":134,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":142,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":150,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":158,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":166,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":174,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":182,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":190,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":198,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":206,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":214,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":222,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":230,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":238,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":246,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":254,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":262,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":270,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":278,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":286,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":294,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":302,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":310,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":318,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":326,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":334,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":342,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":350,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":358,"s":[35,35],"__fnct":[null,null]},{"t":366,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":46,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":54,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":62,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":70,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":78,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":86,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":94,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":102,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":110,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":118,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":126,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":134,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":142,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":150,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":158,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":166,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":174,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":182,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":190,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":198,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":206,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":214,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":222,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":230,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":238,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":246,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":254,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":262,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":270,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":278,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":286,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":294,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":302,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":310,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":318,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":326,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":334,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":342,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":350,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":358,"s":[35,35],"__fnct":[null,null]},{"t":366,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-95,"t":85,"b":133,"r":-47},"ip":46,"op":416,"st":46},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 2","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":47,"s":[0]},{"t":55,"s":[100]}]},"p":{"k":[89.5,195.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":47,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":55,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":359,"s":[47,47],"__fnct":[null,null]},{"t":367,"s":[36,36]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":47,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":55,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[47,47],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[36,36],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":359,"s":[47,47],"__fnct":[null,null]},{"t":367,"s":[36,36]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-43,124]}}],"nm":"Ellipse 1"}],"bounds":{"l":-75,"t":92,"b":156,"r":-11},"ip":47,"op":417,"st":47},{"ddd":0,"ind":9,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":47,"s":[0]},{"t":55,"s":[100]}]},"p":{"k":[89.5,195.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":47,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":55,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":359,"s":[35,35],"__fnct":[null,null]},{"t":367,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":47,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":55,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":359,"s":[35,35],"__fnct":[null,null]},{"t":367,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-95,"t":85,"b":133,"r":-47},"ip":47,"op":417,"st":47}]},{"id":"comp_45","layers":[{"ddd":0,"ind":0,"ty":0,"nm":"Humo","refId":"comp_46","ks":{"p":{"k":[185,250.5,0]},"a":{"k":[28,29.5,0]}},"w":56,"h":59,"ip":20,"op":6320,"st":20},{"ddd":0,"ind":1,"ty":0,"nm":"Humo","refId":"comp_46","ks":{"p":{"k":[163,252,0]},"a":{"k":[28,29.5,0]},"s":{"k":[136,136,100]}},"w":56,"h":59,"ip":21,"op":6321,"st":21},{"ddd":0,"ind":2,"ty":0,"nm":"Humo","refId":"comp_46","ks":{"p":{"k":[150,241.5,0]},"a":{"k":[28,29.5,0]},"s":{"k":[136,136,100]}},"w":56,"h":59,"ip":19,"op":6319,"st":19},{"ddd":0,"ind":3,"ty":0,"nm":"Humo","refId":"comp_46","ks":{"p":{"k":[130.5,251.5,0]},"a":{"k":[28,29.5,0]}},"w":56,"h":59,"ip":20,"op":6320,"st":20},{"ddd":0,"ind":4,"ty":0,"nm":"Humo","refId":"comp_46","ks":{"p":{"k":[115.5,237,0]},"a":{"k":[28,29.5,0]},"s":{"k":[136,136,100]}},"w":56,"h":59,"ip":19,"op":6319,"st":19},{"ddd":0,"ind":5,"ty":0,"nm":"Humo","refId":"comp_46","ks":{"p":{"k":[102.5,257,0]},"a":{"k":[28,29.5,0]}},"w":56,"h":59,"ip":21,"op":6321,"st":21},{"ddd":0,"ind":6,"ty":0,"nm":"Humo","refId":"comp_46","ks":{"p":{"k":[88,243,0]},"a":{"k":[28,29.5,0]},"s":{"k":[136,136,100]}},"w":56,"h":59,"ip":23,"op":6323,"st":23},{"ddd":0,"ind":7,"ty":0,"nm":"Humo","refId":"comp_46","ks":{"p":{"k":[64.5,249,0]},"a":{"k":[28,29.5,0]}},"w":56,"h":59,"ip":23,"op":6323,"st":23}]},{"id":"comp_46","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 1","ks":{"p":{"k":[26.5,27.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":0,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":8,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":16,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":24,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":32,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":40,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":48,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":56,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":64,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":72,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":80,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":88,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":96,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":104,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":112,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":120,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":128,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":136,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":144,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":152,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":160,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":168,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":176,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":184,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":192,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":200,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":208,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":216,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":224,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":232,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":240,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":248,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":256,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":264,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":272,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":280,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":288,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":296,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":304,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":312,"s":[35,35],"__fnct":[null,null]},{"t":320,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":0,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":8,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":16,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":24,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":32,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":40,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":48,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":56,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":64,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":72,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":80,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":88,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":96,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":104,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":112,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":120,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":128,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":136,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":144,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":152,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":160,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":168,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":176,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":184,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":192,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":200,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":208,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":216,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":224,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":232,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":240,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":248,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":256,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":264,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":272,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":280,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":288,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":296,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":304,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":312,"s":[35,35],"__fnct":[null,null]},{"t":320,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-95,"t":85,"b":133,"r":-47},"ip":0,"op":370,"st":0}]},{"id":"comp_47","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 31","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":74,"s":[100]},{"t":80.5791015625,"s":[0]}]},"p":{"k":[215.5,72,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":48,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"t":49,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":64,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":72,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":80,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":88,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":96,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":104,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":112,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":120,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":128,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":136,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":144,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":152,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":160,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":168,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":176,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":184,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":192,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":200,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":208,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":216,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":224,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":232,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":240,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":248,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":256,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":264,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":272,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":280,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":288,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":296,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":304,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":312,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":320,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":328,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":336,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":344,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":352,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":360,"s":[11,11],"__fnct":[null,null]},{"t":368,"s":[6,6]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":48,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"t":49,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":64,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":72,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":80,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":88,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":96,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":104,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":112,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":120,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":128,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":136,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":144,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":152,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":160,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":168,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":176,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":184,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":192,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":200,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":208,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":216,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":224,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":232,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":240,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":248,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":256,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":264,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":272,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":280,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":288,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":296,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":304,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":312,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":320,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":328,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":336,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":344,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":352,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":360,"s":[11,11],"__fnct":[null,null]},{"t":368,"s":[6,6]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-79,"t":101,"b":117,"r":-63},"ip":48,"op":81,"st":48},{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 30","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":74,"s":[100]},{"t":80.5791015625,"s":[0]}]},"p":{"k":[222,81,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.995,0.995]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":48,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.156,-0.156]},"t":49,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":64,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":72,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":80,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":88,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":96,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":104,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":112,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":120,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":128,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":136,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":144,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":152,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":160,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":168,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":176,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":184,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":192,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":200,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":208,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":216,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":224,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":232,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":240,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":248,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":256,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":264,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":272,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":280,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":288,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":296,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":304,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":312,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":320,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":328,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":336,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":344,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":352,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":360,"s":[8,8],"__fnct":[null,null]},{"t":368,"s":[4,4]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.995,0.995]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":48,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.156,-0.156]},"t":49,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":64,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":72,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":80,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":88,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":96,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":104,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":112,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":120,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":128,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":136,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":144,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":152,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":160,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":168,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":176,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":184,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":192,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":200,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":208,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":216,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":224,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":232,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":240,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":248,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":256,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":264,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":272,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":280,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":288,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":296,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":304,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":312,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":320,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":328,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":336,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":344,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":352,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":360,"s":[8,8],"__fnct":[null,null]},{"t":368,"s":[4,4]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-77,"t":103,"b":115,"r":-65},"ip":48,"op":81,"st":48},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 29","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":74,"s":[100]},{"t":80.5791015625,"s":[0]}]},"p":{"k":[216.5,77.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":48,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"t":49,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":64,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":72,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":80,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":88,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":96,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":104,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":112,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":120,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":128,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":136,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":144,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":152,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":160,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":168,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":176,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":184,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":192,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":200,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":208,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":216,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":224,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":232,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":240,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":248,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":256,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":264,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":272,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":280,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":288,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":296,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":304,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":312,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":320,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":328,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":336,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":344,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":352,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":360,"s":[11,11],"__fnct":[null,null]},{"t":368,"s":[6,6]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":48,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"t":49,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":64,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":72,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":80,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":88,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":96,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":104,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":112,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":120,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":128,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":136,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":144,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":152,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":160,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":168,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":176,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":184,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":192,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":200,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":208,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":216,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":224,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":232,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":240,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":248,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":256,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":264,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":272,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":280,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":288,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":296,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":304,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":312,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":320,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":328,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":336,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":344,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":352,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":360,"s":[11,11],"__fnct":[null,null]},{"t":368,"s":[6,6]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-79,"t":101,"b":117,"r":-63},"ip":48,"op":81,"st":48},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 28","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":73.685,"s":[100]},{"t":80.263671875,"s":[0]}]},"p":{"k":[208.5,61,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":47,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"t":48,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":359,"s":[11,11],"__fnct":[null,null]},{"t":367,"s":[6,6]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":47,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"t":48,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":359,"s":[11,11],"__fnct":[null,null]},{"t":367,"s":[6,6]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-79,"t":101,"b":117,"r":-63},"ip":47,"op":81,"st":47},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 27","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":73.685,"s":[100]},{"t":80.263671875,"s":[0]}]},"p":{"k":[215,70,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.995,0.995]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":47,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.156,-0.156]},"t":48,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":359,"s":[8,8],"__fnct":[null,null]},{"t":367,"s":[4,4]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.995,0.995]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":47,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.156,-0.156]},"t":48,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":359,"s":[8,8],"__fnct":[null,null]},{"t":367,"s":[4,4]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-77,"t":103,"b":115,"r":-65},"ip":47,"op":81,"st":47},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 26","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":73.685,"s":[100]},{"t":80.263671875,"s":[0]}]},"p":{"k":[209.5,66.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":47,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"t":48,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":359,"s":[11,11],"__fnct":[null,null]},{"t":367,"s":[6,6]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":47,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"t":48,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":359,"s":[11,11],"__fnct":[null,null]},{"t":367,"s":[6,6]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-79,"t":101,"b":117,"r":-63},"ip":47,"op":81,"st":47},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 25","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":72.369,"s":[100]},{"t":78.947265625,"s":[0]}]},"p":{"k":[178,58,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.98,0.98]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":44,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.332,0.332]},"t":45,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":60,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":68,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":76,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":84,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":92,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":100,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":108,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":116,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":124,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":132,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":140,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":148,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":156,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":164,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":172,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":180,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":188,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":196,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":204,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":212,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":220,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":228,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":236,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":244,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":252,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":260,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":268,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":276,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":284,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":292,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":300,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":308,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":316,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":324,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":332,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":340,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":348,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":356,"s":[9,9],"__fnct":[null,null]},{"t":364,"s":[17,17]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.98,0.98]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":44,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.332,0.332]},"t":45,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":60,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":68,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":76,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":84,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":92,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":100,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":108,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":116,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":124,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":132,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":140,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":148,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":156,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":164,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":172,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":180,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":188,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":196,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":204,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":212,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":220,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":228,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":236,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":244,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":252,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":260,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":268,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":276,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":284,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":292,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":300,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":308,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":316,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":324,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":332,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":340,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":348,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":356,"s":[9,9],"__fnct":[null,null]},{"t":364,"s":[17,17]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-65,102]}}],"nm":"Ellipse 1"}],"bounds":{"l":-77,"t":90,"b":114,"r":-53},"ip":44,"op":81,"st":44},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 24","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":72.369,"s":[100]},{"t":78.947265625,"s":[0]}]},"p":{"k":[201,48.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":47,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"t":48,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":359,"s":[11,11],"__fnct":[null,null]},{"t":367,"s":[6,6]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":47,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"t":48,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":359,"s":[11,11],"__fnct":[null,null]},{"t":367,"s":[6,6]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-79,"t":101,"b":117,"r":-63},"ip":47,"op":81,"st":47},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 22","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":72.369,"s":[100]},{"t":78.947265625,"s":[0]}]},"p":{"k":[207.5,57.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.995,0.995]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":47,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.156,-0.156]},"t":48,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":359,"s":[8,8],"__fnct":[null,null]},{"t":367,"s":[4,4]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.995,0.995]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":47,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.156,-0.156]},"t":48,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":359,"s":[8,8],"__fnct":[null,null]},{"t":367,"s":[4,4]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-77,"t":103,"b":115,"r":-65},"ip":47,"op":81,"st":47},{"ddd":0,"ind":9,"ty":4,"nm":"Shape Layer 32","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":72.369,"s":[100]},{"t":78.947265625,"s":[0]}]},"p":{"k":[202,54,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.989,0.989]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":46,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-1.548,-1.548]},"t":47,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":60,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":68,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":76,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":84,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":92,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":100,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":108,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":116,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":124,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":132,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":140,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":148,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":156,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":164,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":172,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":180,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":188,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":196,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":204,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":212,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":220,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":228,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":236,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":244,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":252,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":260,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":268,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":276,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":284,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":292,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":300,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":308,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":316,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":324,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":332,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":340,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":348,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":356,"s":[11,11],"__fnct":[null,null]},{"t":364,"s":[10,10]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.989,0.989]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":46,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-1.548,-1.548]},"t":47,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":60,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":68,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":76,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":84,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":92,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":100,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":108,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":116,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":124,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":132,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":140,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":148,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":156,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":164,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":172,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":180,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":188,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":196,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":204,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":212,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":220,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":228,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":236,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":244,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":252,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":260,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":268,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":276,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":284,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":292,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":300,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":308,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":316,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":324,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":332,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":340,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":348,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":356,"s":[11,11],"__fnct":[null,null]},{"t":364,"s":[10,10]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-79,"t":101,"b":117,"r":-63},"ip":46,"op":81,"st":44},{"ddd":0,"ind":10,"ty":4,"nm":"Shape Layer 18","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":69.737,"s":[100]},{"t":76.31640625,"s":[0]}]},"p":{"k":[195.25,54.375,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.99,0.99]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":46,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.178,-0.178]},"t":47,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":55,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[11,11],"__fnct":[null,null]},{"t":359,"s":[6,6]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.99,0.99]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":46,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.178,-0.178]},"t":47,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":55,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[11,11],"__fnct":[null,null]},{"t":359,"s":[6,6]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-79,"t":101,"b":117,"r":-63},"ip":46,"op":81,"st":39},{"ddd":0,"ind":11,"ty":4,"nm":"Shape Layer 23","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":69.737,"s":[100]},{"t":76.31640625,"s":[0]}]},"p":{"k":[174.5,51.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.98,0.98]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":44,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.332,0.332]},"t":45,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":60,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":68,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":76,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":84,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":92,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":100,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":108,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":116,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":124,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":132,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":140,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":148,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":156,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":164,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":172,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":180,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":188,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":196,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":204,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":212,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":220,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":228,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":236,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":244,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":252,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":260,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":268,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":276,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":284,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":292,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":300,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":308,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":316,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":324,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":332,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":340,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":348,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":356,"s":[9,9],"__fnct":[null,null]},{"t":364,"s":[17,17]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.98,0.98]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":44,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.332,0.332]},"t":45,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":60,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":68,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":76,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":84,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":92,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":100,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":108,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":116,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":124,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":132,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":140,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":148,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":156,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":164,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":172,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":180,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":188,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":196,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":204,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":212,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":220,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":228,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":236,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":244,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":252,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":260,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":268,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":276,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":284,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":292,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":300,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":308,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":316,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":324,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":332,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":340,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":348,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":356,"s":[9,9],"__fnct":[null,null]},{"t":364,"s":[17,17]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-65,102]}}],"nm":"Ellipse 1"}],"bounds":{"l":-77,"t":90,"b":114,"r":-53},"ip":44,"op":81,"st":44},{"ddd":0,"ind":12,"ty":4,"nm":"Shape Layer 21","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":69.737,"s":[100]},{"t":76.31640625,"s":[0]}]},"p":{"k":[178,58,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.98,0.98]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":45,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.332,0.332]},"t":46,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":61,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":69,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":77,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":85,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":93,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":101,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":109,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":117,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":125,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":133,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":141,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":149,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":157,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":165,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":173,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":181,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":189,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":197,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":205,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":213,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":221,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":229,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":237,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":245,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":253,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":261,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":269,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":277,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":285,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":293,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":301,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":309,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":317,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":325,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":333,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":341,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":349,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":357,"s":[9,9],"__fnct":[null,null]},{"t":365,"s":[17,17]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.98,0.98]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":45,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.332,0.332]},"t":46,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":61,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":69,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":77,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":85,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":93,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":101,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":109,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":117,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":125,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":133,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":141,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":149,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":157,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":165,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":173,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":181,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":189,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":197,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":205,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":213,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":221,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":229,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":237,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":245,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":253,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":261,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":269,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":277,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":285,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":293,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":301,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":309,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":317,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":325,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":333,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":341,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":349,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":357,"s":[9,9],"__fnct":[null,null]},{"t":365,"s":[17,17]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-65,102]}}],"nm":"Ellipse 1"}],"bounds":{"l":-77,"t":90,"b":114,"r":-53},"ip":45,"op":81,"st":45},{"ddd":0,"ind":13,"ty":4,"nm":"Shape Layer 20","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":69.737,"s":[100]},{"t":76.31640625,"s":[0]}]},"p":{"k":[191.5,48.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":45,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"t":46,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":61,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":69,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":77,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":85,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":93,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":101,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":109,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":117,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":125,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":133,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":141,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":149,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":157,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":165,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":173,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":181,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":189,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":197,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":205,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":213,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":221,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":229,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":237,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":245,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":253,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":261,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":269,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":277,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":285,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":293,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":301,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":309,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":317,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":325,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":333,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":341,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":349,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":357,"s":[11,11],"__fnct":[null,null]},{"t":365,"s":[6,6]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":45,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"t":46,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":61,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":69,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":77,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":85,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":93,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":101,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":109,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":117,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":125,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":133,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":141,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":149,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":157,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":165,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":173,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":181,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":189,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":197,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":205,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":213,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":221,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":229,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":237,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":245,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":253,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":261,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":269,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":277,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":285,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":293,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":301,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":309,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":317,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":325,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":333,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":341,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":349,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":357,"s":[11,11],"__fnct":[null,null]},{"t":365,"s":[6,6]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-79,"t":101,"b":117,"r":-63},"ip":45,"op":81,"st":45},{"ddd":0,"ind":14,"ty":4,"nm":"Shape Layer 19","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":67.105,"s":[100]},{"t":73.6845703125,"s":[0]}]},"p":{"k":[174.5,51.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.98,0.98]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":45,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.332,0.332]},"t":46,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":61,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":69,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":77,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":85,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":93,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":101,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":109,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":117,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":125,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":133,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":141,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":149,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":157,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":165,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":173,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":181,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":189,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":197,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":205,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":213,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":221,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":229,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":237,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":245,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":253,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":261,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":269,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":277,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":285,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":293,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":301,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":309,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":317,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":325,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":333,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":341,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":349,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":357,"s":[9,9],"__fnct":[null,null]},{"t":365,"s":[17,17]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.98,0.98]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":45,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.332,0.332]},"t":46,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":61,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":69,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":77,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":85,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":93,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":101,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":109,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":117,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":125,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":133,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":141,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":149,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":157,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":165,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":173,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":181,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":189,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":197,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":205,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":213,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":221,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":229,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":237,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":245,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":253,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":261,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":269,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":277,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":285,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":293,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":301,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":309,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":317,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":325,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":333,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":341,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":349,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":357,"s":[9,9],"__fnct":[null,null]},{"t":365,"s":[17,17]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-65,102]}}],"nm":"Ellipse 1"}],"bounds":{"l":-77,"t":90,"b":114,"r":-53},"ip":45,"op":81,"st":45},{"ddd":0,"ind":15,"ty":4,"nm":"Shape Layer 17","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":67.105,"s":[100]},{"t":73.6845703125,"s":[0]}]},"p":{"k":[87.5,165.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.986,0.986]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":44,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.558,0.558]},"t":45,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":60,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":68,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":76,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":84,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":92,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":100,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":108,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":116,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":124,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":132,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":140,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":148,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":156,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":164,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":172,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":180,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":188,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":196,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":204,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":212,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":220,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":228,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":236,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":244,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":252,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":260,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":268,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":276,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":284,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":292,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":300,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":308,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":316,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":324,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":332,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":340,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":348,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":356,"s":[18,18],"__fnct":[null,null]},{"t":364,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.986,0.986]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":44,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.558,0.558]},"t":45,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":60,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":68,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":76,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":84,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":92,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":100,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":108,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":116,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":124,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":132,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":140,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":148,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":156,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":164,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":172,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":180,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":188,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":196,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":204,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":212,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":220,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":228,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":236,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":244,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":252,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":260,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":268,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":276,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":284,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":292,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":300,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":308,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":316,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":324,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":332,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":340,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":348,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":356,"s":[18,18],"__fnct":[null,null]},{"t":364,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-65,102]}}],"nm":"Ellipse 1"}],"bounds":{"l":-82,"t":85,"b":119,"r":-48},"ip":44,"op":81,"st":44},{"ddd":0,"ind":16,"ty":4,"nm":"Shape Layer 16","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":67.105,"s":[100]},{"t":73.6845703125,"s":[0]}]},"p":{"k":[103.5,142.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.986,0.986]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":44,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.558,0.558]},"t":45,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":60,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":68,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":76,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":84,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":92,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":100,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":108,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":116,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":124,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":132,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":140,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":148,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":156,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":164,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":172,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":180,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":188,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":196,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":204,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":212,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":220,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":228,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":236,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":244,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":252,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":260,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":268,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":276,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":284,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":292,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":300,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":308,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":316,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":324,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":332,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":340,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":348,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":356,"s":[18,18],"__fnct":[null,null]},{"t":364,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.986,0.986]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":44,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.558,0.558]},"t":45,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":60,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":68,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":76,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":84,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":92,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":100,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":108,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":116,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":124,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":132,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":140,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":148,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":156,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":164,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":172,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":180,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":188,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":196,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":204,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":212,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":220,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":228,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":236,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":244,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":252,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":260,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":268,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":276,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":284,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":292,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":300,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":308,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":316,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":324,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":332,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":340,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":348,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":356,"s":[18,18],"__fnct":[null,null]},{"t":364,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-65,102]}}],"nm":"Ellipse 1"}],"bounds":{"l":-82,"t":85,"b":119,"r":-48},"ip":44,"op":81,"st":44},{"ddd":0,"ind":17,"ty":4,"nm":"Shape Layer 15","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":64.474,"s":[100]},{"t":71.052734375,"s":[0]}]},"p":{"k":[155.5,64.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.986,0.986]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":41,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.558,0.558]},"t":42,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":57,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":65,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":73,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":81,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":89,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":97,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":105,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":113,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":121,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":129,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":137,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":145,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":153,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":161,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":169,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":177,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":185,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":193,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":201,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":209,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":217,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":225,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":233,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":241,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":249,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":257,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":265,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":273,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":281,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":289,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":297,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":305,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":313,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":321,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":329,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":337,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":345,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":353,"s":[18,18],"__fnct":[null,null]},{"t":361,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.986,0.986]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":41,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.558,0.558]},"t":42,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":57,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":65,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":73,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":81,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":89,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":97,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":105,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":113,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":121,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":129,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":137,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":145,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":153,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":161,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":169,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":177,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":185,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":193,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":201,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":209,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":217,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":225,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":233,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":241,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":249,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":257,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":265,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":273,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":281,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":289,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":297,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":305,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":313,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":321,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":329,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":337,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":345,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":353,"s":[18,18],"__fnct":[null,null]},{"t":361,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-65,102]}}],"nm":"Ellipse 1"}],"bounds":{"l":-82,"t":85,"b":119,"r":-48},"ip":41,"op":81,"st":41},{"ddd":0,"ind":18,"ty":4,"nm":"Shape Layer 13","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":64.474,"s":[100]},{"t":71.052734375,"s":[0]}]},"p":{"k":[172.5,51.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.976,0.976]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":41,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.279,0.279]},"t":42,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":57,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":65,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":73,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":81,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":89,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":97,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":105,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":113,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":121,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":129,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":137,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":145,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":153,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":161,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":169,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":177,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":185,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":193,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":201,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":209,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":217,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":225,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":233,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":241,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":249,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":257,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":265,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":273,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":281,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":289,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":297,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":305,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":313,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":321,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":329,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":337,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":345,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":353,"s":[11,11],"__fnct":[null,null]},{"t":361,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.976,0.976]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":41,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.279,0.279]},"t":42,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":57,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":65,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":73,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":81,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":89,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":97,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":105,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":113,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":121,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":129,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":137,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":145,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":153,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":161,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":169,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":177,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":185,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":193,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":201,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":209,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":217,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":225,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":233,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":241,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":249,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":257,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":265,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":273,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":281,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":289,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":297,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":305,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":313,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":321,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":329,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":337,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":345,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":353,"s":[11,11],"__fnct":[null,null]},{"t":361,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-88,"t":92,"b":126,"r":-54},"ip":41,"op":81,"st":41},{"ddd":0,"ind":19,"ty":4,"nm":"Shape Layer 12","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":64.474,"s":[100]},{"t":71.052734375,"s":[0]}]},"p":{"k":[132.5,84.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.986,0.986]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":40,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.558,0.558]},"t":41,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":56,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":64,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":72,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":80,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":88,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":96,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":104,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":112,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":120,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":128,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":136,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":144,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":152,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":160,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":168,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":176,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":184,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":192,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":200,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":208,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":216,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":224,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":232,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":240,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":248,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":256,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":264,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":272,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":280,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":288,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":296,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":304,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":312,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":320,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":328,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":336,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":344,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":352,"s":[18,18],"__fnct":[null,null]},{"t":360,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.986,0.986]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":40,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.558,0.558]},"t":41,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":56,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":64,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":72,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":80,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":88,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":96,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":104,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":112,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":120,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":128,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":136,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":144,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":152,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":160,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":168,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":176,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":184,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":192,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":200,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":208,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":216,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":224,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":232,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":240,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":248,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":256,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":264,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":272,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":280,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":288,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":296,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":304,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":312,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":320,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":328,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":336,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":344,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":352,"s":[18,18],"__fnct":[null,null]},{"t":360,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-65,102]}}],"nm":"Ellipse 1"}],"bounds":{"l":-82,"t":85,"b":119,"r":-48},"ip":40,"op":81,"st":40},{"ddd":0,"ind":20,"ty":4,"nm":"Shape Layer 10","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":64.474,"s":[100]},{"t":71.052734375,"s":[0]}]},"p":{"k":[142.5,74.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.986,0.986]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":40,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.558,0.558]},"t":41,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":56,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":64,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":72,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":80,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":88,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":96,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":104,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":112,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":120,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":128,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":136,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":144,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":152,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":160,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":168,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":176,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":184,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":192,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":200,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":208,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":216,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":224,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":232,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":240,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":248,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":256,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":264,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":272,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":280,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":288,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":296,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":304,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":312,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":320,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":328,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":336,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":344,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":352,"s":[18,18],"__fnct":[null,null]},{"t":360,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.986,0.986]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":40,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.558,0.558]},"t":41,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":56,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":64,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":72,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":80,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":88,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":96,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":104,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":112,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":120,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":128,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":136,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":144,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":152,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":160,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":168,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":176,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":184,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":192,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":200,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":208,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":216,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":224,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":232,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":240,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":248,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":256,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":264,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":272,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":280,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":288,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":296,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":304,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":312,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":320,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":328,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":336,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":344,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":352,"s":[18,18],"__fnct":[null,null]},{"t":360,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-65,102]}}],"nm":"Ellipse 1"}],"bounds":{"l":-82,"t":85,"b":119,"r":-48},"ip":40,"op":81,"st":40},{"ddd":0,"ind":21,"ty":4,"nm":"Shape Layer 11","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":61.842,"s":[100]},{"t":68.4208984375,"s":[0]}]},"p":{"k":[151.5,75.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.976,0.976]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":40,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.279,0.279]},"t":41,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":56,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":64,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":72,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":80,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":88,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":96,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":104,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":112,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":120,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":128,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":136,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":144,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":152,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":160,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":168,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":176,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":184,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":192,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":200,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":208,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":216,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":224,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":232,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":240,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":248,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":256,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":264,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":272,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":280,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":288,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":296,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":304,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":312,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":320,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":328,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":336,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":344,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":352,"s":[11,11],"__fnct":[null,null]},{"t":360,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.976,0.976]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":40,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.279,0.279]},"t":41,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":56,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":64,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":72,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":80,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":88,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":96,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":104,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":112,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":120,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":128,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":136,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":144,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":152,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":160,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":168,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":176,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":184,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":192,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":200,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":208,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":216,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":224,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":232,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":240,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":248,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":256,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":264,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":272,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":280,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":288,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":296,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":304,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":312,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":320,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":328,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":336,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":344,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":352,"s":[11,11],"__fnct":[null,null]},{"t":360,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-88,"t":92,"b":126,"r":-54},"ip":40,"op":81,"st":40},{"ddd":0,"ind":22,"ty":4,"nm":"Shape Layer 9","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":61.842,"s":[100]},{"t":68.4208984375,"s":[0]}]},"p":{"k":[130.5,92.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.976,0.976]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":39,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.279,0.279]},"t":40,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":55,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[11,11],"__fnct":[null,null]},{"t":359,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.976,0.976]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":39,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.279,0.279]},"t":40,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":55,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[11,11],"__fnct":[null,null]},{"t":359,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-88,"t":92,"b":126,"r":-54},"ip":39,"op":81,"st":39},{"ddd":0,"ind":23,"ty":4,"nm":"Shape Layer 8","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":61.842,"s":[100]},{"t":68.4208984375,"s":[0]}]},"p":{"k":[116.5,104.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.984,0.984]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":39,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.445,0.445]},"t":40,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":55,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[24,24],"__fnct":[null,null]},{"t":359,"s":[37,37]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.984,0.984]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":39,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.445,0.445]},"t":40,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":55,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[24,24],"__fnct":[null,null]},{"t":359,"s":[37,37]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-96,"t":84,"b":134,"r":-46},"ip":39,"op":81,"st":39},{"ddd":0,"ind":24,"ty":4,"nm":"Shape Layer 4","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":59.211,"s":[100]},{"t":65.7890625,"s":[0]}]},"p":{"k":[98.5,124.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.993,0.993]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":39,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.391,-0.391]},"t":40,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":55,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[35,35],"__fnct":[null,null]},{"t":359,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.993,0.993]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":39,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.391,-0.391]},"t":40,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":55,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[35,35],"__fnct":[null,null]},{"t":359,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-95,"t":85,"b":133,"r":-47},"ip":39,"op":81,"st":39},{"ddd":0,"ind":25,"ty":4,"nm":"Shape Layer 6","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":59.211,"s":[100]},{"t":65.7890625,"s":[0]}]},"p":{"k":[93.5,148.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.976,0.976]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":38,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.279,0.279]},"t":39,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":54,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":62,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":70,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":78,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":86,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":94,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":102,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":110,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":118,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":126,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":134,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":142,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":150,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":158,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":166,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":174,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":182,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":190,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":198,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":206,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":214,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":222,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":230,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":238,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":246,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":254,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":262,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":270,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":278,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":286,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":294,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":302,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":310,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":318,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":326,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":334,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":342,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":350,"s":[11,11],"__fnct":[null,null]},{"t":358,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.976,0.976]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":38,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.279,0.279]},"t":39,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":54,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":62,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":70,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":78,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":86,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":94,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":102,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":110,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":118,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":126,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":134,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":142,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":150,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":158,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":166,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":174,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":182,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":190,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":198,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":206,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":214,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":222,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":230,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":238,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":246,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":254,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":262,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":270,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":278,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":286,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":294,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":302,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":310,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":318,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":326,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":334,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":342,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":350,"s":[11,11],"__fnct":[null,null]},{"t":358,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-88,"t":92,"b":126,"r":-54},"ip":38,"op":81,"st":38},{"ddd":0,"ind":26,"ty":4,"nm":"Shape Layer 5","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":59.211,"s":[100]},{"t":65.7890625,"s":[0]}]},"p":{"k":[114.5,155.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.984,0.984]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":38,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.445,0.445]},"t":39,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":54,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":62,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":70,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":78,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":86,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":94,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":102,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":110,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":118,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":126,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":134,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":142,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":150,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":158,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":166,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":174,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":182,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":190,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":198,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":206,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":214,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":222,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":230,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":238,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":246,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":254,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":262,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":270,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":278,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":286,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":294,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":302,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":310,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":318,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":326,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":334,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":342,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":350,"s":[24,24],"__fnct":[null,null]},{"t":358,"s":[37,37]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.984,0.984]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":38,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.445,0.445]},"t":39,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":54,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":62,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":70,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":78,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":86,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":94,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":102,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":110,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":118,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":126,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":134,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":142,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":150,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":158,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":166,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":174,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":182,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":190,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":198,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":206,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":214,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":222,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":230,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":238,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":246,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":254,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":262,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":270,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":278,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":286,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":294,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":302,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":310,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":318,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":326,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":334,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":342,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":350,"s":[24,24],"__fnct":[null,null]},{"t":358,"s":[37,37]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-96,"t":84,"b":134,"r":-46},"ip":38,"op":81,"st":38},{"ddd":0,"ind":27,"ty":4,"nm":"Shape Layer 3","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":56.579,"s":[100]},{"t":63.158203125,"s":[0]}]},"p":{"k":[141.5,177.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.993,0.993]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":37,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.391,-0.391]},"t":38,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":53,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":61,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":69,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":77,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":85,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":93,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":101,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":109,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":117,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":125,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":133,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":141,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":149,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":157,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":165,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":173,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":181,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":189,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":197,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":205,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":213,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":221,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":229,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":237,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":245,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":253,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":261,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":269,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":277,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":285,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":293,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":301,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":309,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":317,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":325,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":333,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":341,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":349,"s":[35,35],"__fnct":[null,null]},{"t":357,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.993,0.993]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":37,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.391,-0.391]},"t":38,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":53,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":61,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":69,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":77,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":85,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":93,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":101,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":109,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":117,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":125,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":133,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":141,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":149,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":157,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":165,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":173,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":181,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":189,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":197,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":205,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":213,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":221,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":229,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":237,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":245,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":253,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":261,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":269,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":277,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":285,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":293,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":301,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":309,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":317,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":325,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":333,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":341,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":349,"s":[35,35],"__fnct":[null,null]},{"t":357,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-95,"t":85,"b":133,"r":-47},"ip":37,"op":81,"st":37},{"ddd":0,"ind":28,"ty":4,"nm":"Shape Layer 2","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":56.579,"s":[100]},{"t":63.158203125,"s":[0]}]},"p":{"k":[120.5,179.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.984,0.984]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":37,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.445,0.445]},"t":38,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":53,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":61,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":69,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":77,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":85,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":93,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":101,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":109,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":117,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":125,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":133,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":141,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":149,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":157,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":165,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":173,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":181,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":189,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":197,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":205,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":213,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":221,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":229,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":237,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":245,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":253,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":261,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":269,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":277,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":285,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":293,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":301,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":309,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":317,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":325,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":333,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":341,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":349,"s":[24,24],"__fnct":[null,null]},{"t":357,"s":[37,37]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.984,0.984]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":37,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.445,0.445]},"t":38,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":53,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":61,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":69,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":77,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":85,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":93,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":101,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":109,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":117,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":125,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":133,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":141,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":149,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":157,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":165,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":173,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":181,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":189,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":197,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":205,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":213,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":221,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":229,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":237,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":245,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":253,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":261,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":269,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":277,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":285,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":293,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":301,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":309,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":317,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":325,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":333,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":341,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":349,"s":[24,24],"__fnct":[null,null]},{"t":357,"s":[37,37]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-96,"t":84,"b":134,"r":-46},"ip":37,"op":81,"st":37},{"ddd":0,"ind":29,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":56.579,"s":[100]},{"t":63.158203125,"s":[0]}]},"p":{"k":[94.5,182.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.993,0.993]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":37,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.391,-0.391]},"t":38,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":53,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":61,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":69,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":77,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":85,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":93,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":101,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":109,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":117,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":125,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":133,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":141,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":149,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":157,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":165,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":173,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":181,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":189,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":197,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":205,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":213,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":221,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":229,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":237,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":245,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":253,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":261,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":269,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":277,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":285,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":293,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":301,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":309,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":317,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":325,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":333,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":341,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":349,"s":[35,35],"__fnct":[null,null]},{"t":357,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.993,0.993]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":37,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.391,-0.391]},"t":38,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":53,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":61,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":69,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":77,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":85,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":93,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":101,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":109,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":117,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":125,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":133,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":141,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":149,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":157,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":165,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":173,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":181,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":189,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":197,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":205,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":213,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":221,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":229,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":237,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":245,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":253,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":261,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":269,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":277,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":285,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":293,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":301,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":309,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":317,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":325,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":333,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":341,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":349,"s":[35,35],"__fnct":[null,null]},{"t":357,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-95,"t":85,"b":133,"r":-47},"ip":37,"op":81,"st":37}]},{"id":"comp_48","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 31","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":74,"s":[100]},{"t":80.5791015625,"s":[0]}]},"p":{"k":[215.5,72,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":48,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"t":49,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":64,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":72,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":80,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":88,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":96,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":104,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":112,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":120,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":128,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":136,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":144,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":152,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":160,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":168,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":176,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":184,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":192,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":200,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":208,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":216,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":224,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":232,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":240,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":248,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":256,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":264,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":272,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":280,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":288,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":296,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":304,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":312,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":320,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":328,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":336,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":344,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":352,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":360,"s":[11,11],"__fnct":[null,null]},{"t":368,"s":[6,6]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":48,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"t":49,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":64,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":72,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":80,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":88,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":96,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":104,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":112,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":120,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":128,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":136,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":144,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":152,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":160,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":168,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":176,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":184,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":192,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":200,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":208,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":216,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":224,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":232,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":240,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":248,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":256,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":264,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":272,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":280,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":288,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":296,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":304,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":312,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":320,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":328,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":336,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":344,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":352,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":360,"s":[11,11],"__fnct":[null,null]},{"t":368,"s":[6,6]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-79,"t":101,"b":117,"r":-63},"ip":48,"op":81,"st":48},{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 30","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":74,"s":[100]},{"t":80.5791015625,"s":[0]}]},"p":{"k":[222,81,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.995,0.995]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":48,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.156,-0.156]},"t":49,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":64,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":72,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":80,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":88,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":96,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":104,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":112,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":120,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":128,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":136,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":144,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":152,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":160,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":168,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":176,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":184,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":192,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":200,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":208,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":216,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":224,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":232,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":240,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":248,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":256,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":264,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":272,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":280,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":288,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":296,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":304,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":312,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":320,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":328,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":336,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":344,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":352,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":360,"s":[8,8],"__fnct":[null,null]},{"t":368,"s":[4,4]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.995,0.995]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":48,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.156,-0.156]},"t":49,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":64,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":72,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":80,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":88,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":96,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":104,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":112,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":120,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":128,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":136,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":144,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":152,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":160,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":168,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":176,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":184,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":192,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":200,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":208,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":216,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":224,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":232,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":240,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":248,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":256,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":264,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":272,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":280,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":288,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":296,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":304,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":312,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":320,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":328,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":336,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":344,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":352,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":360,"s":[8,8],"__fnct":[null,null]},{"t":368,"s":[4,4]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-77,"t":103,"b":115,"r":-65},"ip":48,"op":81,"st":48},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 29","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":74,"s":[100]},{"t":80.5791015625,"s":[0]}]},"p":{"k":[216.5,77.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":48,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"t":49,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":64,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":72,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":80,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":88,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":96,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":104,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":112,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":120,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":128,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":136,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":144,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":152,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":160,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":168,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":176,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":184,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":192,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":200,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":208,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":216,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":224,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":232,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":240,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":248,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":256,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":264,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":272,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":280,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":288,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":296,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":304,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":312,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":320,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":328,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":336,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":344,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":352,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":360,"s":[11,11],"__fnct":[null,null]},{"t":368,"s":[6,6]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":48,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"t":49,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":64,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":72,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":80,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":88,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":96,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":104,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":112,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":120,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":128,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":136,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":144,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":152,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":160,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":168,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":176,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":184,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":192,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":200,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":208,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":216,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":224,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":232,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":240,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":248,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":256,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":264,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":272,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":280,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":288,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":296,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":304,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":312,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":320,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":328,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":336,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":344,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":352,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":360,"s":[11,11],"__fnct":[null,null]},{"t":368,"s":[6,6]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-79,"t":101,"b":117,"r":-63},"ip":48,"op":81,"st":48},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 28","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":73.685,"s":[100]},{"t":80.263671875,"s":[0]}]},"p":{"k":[208.5,61,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":47,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"t":48,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":359,"s":[11,11],"__fnct":[null,null]},{"t":367,"s":[6,6]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":47,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"t":48,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":359,"s":[11,11],"__fnct":[null,null]},{"t":367,"s":[6,6]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-79,"t":101,"b":117,"r":-63},"ip":47,"op":81,"st":47},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 27","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":73.685,"s":[100]},{"t":80.263671875,"s":[0]}]},"p":{"k":[215,70,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.995,0.995]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":47,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.156,-0.156]},"t":48,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":359,"s":[8,8],"__fnct":[null,null]},{"t":367,"s":[4,4]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.995,0.995]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":47,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.156,-0.156]},"t":48,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":359,"s":[8,8],"__fnct":[null,null]},{"t":367,"s":[4,4]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-77,"t":103,"b":115,"r":-65},"ip":47,"op":81,"st":47},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 26","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":73.685,"s":[100]},{"t":80.263671875,"s":[0]}]},"p":{"k":[209.5,66.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":47,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"t":48,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":359,"s":[11,11],"__fnct":[null,null]},{"t":367,"s":[6,6]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":47,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"t":48,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":359,"s":[11,11],"__fnct":[null,null]},{"t":367,"s":[6,6]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-79,"t":101,"b":117,"r":-63},"ip":47,"op":81,"st":47},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 25","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":72.369,"s":[100]},{"t":78.947265625,"s":[0]}]},"p":{"k":[178,58,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.98,0.98]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":44,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.332,0.332]},"t":45,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":60,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":68,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":76,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":84,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":92,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":100,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":108,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":116,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":124,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":132,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":140,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":148,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":156,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":164,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":172,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":180,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":188,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":196,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":204,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":212,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":220,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":228,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":236,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":244,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":252,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":260,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":268,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":276,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":284,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":292,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":300,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":308,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":316,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":324,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":332,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":340,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":348,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":356,"s":[9,9],"__fnct":[null,null]},{"t":364,"s":[17,17]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.98,0.98]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":44,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.332,0.332]},"t":45,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":60,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":68,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":76,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":84,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":92,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":100,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":108,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":116,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":124,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":132,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":140,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":148,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":156,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":164,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":172,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":180,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":188,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":196,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":204,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":212,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":220,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":228,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":236,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":244,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":252,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":260,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":268,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":276,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":284,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":292,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":300,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":308,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":316,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":324,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":332,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":340,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":348,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":356,"s":[9,9],"__fnct":[null,null]},{"t":364,"s":[17,17]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-65,102]}}],"nm":"Ellipse 1"}],"bounds":{"l":-77,"t":90,"b":114,"r":-53},"ip":44,"op":81,"st":44},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 24","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":72.369,"s":[100]},{"t":78.947265625,"s":[0]}]},"p":{"k":[201,48.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":47,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"t":48,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":359,"s":[11,11],"__fnct":[null,null]},{"t":367,"s":[6,6]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":47,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"t":48,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":359,"s":[11,11],"__fnct":[null,null]},{"t":367,"s":[6,6]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-79,"t":101,"b":117,"r":-63},"ip":47,"op":81,"st":47},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 22","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":72.369,"s":[100]},{"t":78.947265625,"s":[0]}]},"p":{"k":[207.5,57.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.995,0.995]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":47,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.156,-0.156]},"t":48,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":359,"s":[8,8],"__fnct":[null,null]},{"t":367,"s":[4,4]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.995,0.995]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":47,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.156,-0.156]},"t":48,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[8,8],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[4,4],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":359,"s":[8,8],"__fnct":[null,null]},{"t":367,"s":[4,4]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-77,"t":103,"b":115,"r":-65},"ip":47,"op":81,"st":47},{"ddd":0,"ind":9,"ty":4,"nm":"Shape Layer 32","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":72.369,"s":[100]},{"t":78.947265625,"s":[0]}]},"p":{"k":[202,54,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.989,0.989]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":46,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-1.548,-1.548]},"t":47,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":60,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":68,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":76,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":84,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":92,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":100,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":108,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":116,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":124,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":132,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":140,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":148,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":156,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":164,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":172,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":180,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":188,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":196,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":204,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":212,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":220,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":228,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":236,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":244,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":252,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":260,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":268,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":276,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":284,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":292,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":300,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":308,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":316,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":324,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":332,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":340,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":348,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":356,"s":[11,11],"__fnct":[null,null]},{"t":364,"s":[10,10]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.989,0.989]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":46,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-1.548,-1.548]},"t":47,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":60,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":68,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":76,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":84,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":92,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":100,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":108,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":116,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":124,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":132,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":140,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":148,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":156,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":164,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":172,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":180,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":188,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":196,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":204,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":212,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":220,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":228,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":236,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":244,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":252,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":260,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":268,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":276,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":284,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":292,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":300,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":308,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":316,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":324,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":332,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":340,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":348,"s":[10,10],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":356,"s":[11,11],"__fnct":[null,null]},{"t":364,"s":[10,10]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-79,"t":101,"b":117,"r":-63},"ip":46,"op":81,"st":44},{"ddd":0,"ind":10,"ty":4,"nm":"Shape Layer 18","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":69.737,"s":[100]},{"t":76.31640625,"s":[0]}]},"p":{"k":[195.25,54.375,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.99,0.99]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":46,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.178,-0.178]},"t":47,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":55,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[11,11],"__fnct":[null,null]},{"t":359,"s":[6,6]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.99,0.99]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":46,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.178,-0.178]},"t":47,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":55,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[11,11],"__fnct":[null,null]},{"t":359,"s":[6,6]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-79,"t":101,"b":117,"r":-63},"ip":46,"op":81,"st":39},{"ddd":0,"ind":11,"ty":4,"nm":"Shape Layer 23","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":69.737,"s":[100]},{"t":76.31640625,"s":[0]}]},"p":{"k":[174.5,51.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.98,0.98]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":44,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.332,0.332]},"t":45,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":60,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":68,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":76,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":84,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":92,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":100,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":108,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":116,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":124,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":132,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":140,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":148,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":156,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":164,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":172,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":180,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":188,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":196,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":204,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":212,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":220,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":228,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":236,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":244,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":252,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":260,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":268,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":276,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":284,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":292,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":300,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":308,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":316,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":324,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":332,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":340,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":348,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":356,"s":[9,9],"__fnct":[null,null]},{"t":364,"s":[17,17]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.98,0.98]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":44,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.332,0.332]},"t":45,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":60,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":68,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":76,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":84,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":92,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":100,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":108,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":116,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":124,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":132,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":140,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":148,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":156,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":164,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":172,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":180,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":188,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":196,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":204,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":212,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":220,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":228,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":236,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":244,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":252,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":260,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":268,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":276,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":284,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":292,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":300,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":308,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":316,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":324,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":332,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":340,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":348,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":356,"s":[9,9],"__fnct":[null,null]},{"t":364,"s":[17,17]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-65,102]}}],"nm":"Ellipse 1"}],"bounds":{"l":-77,"t":90,"b":114,"r":-53},"ip":44,"op":81,"st":44},{"ddd":0,"ind":12,"ty":4,"nm":"Shape Layer 21","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":69.737,"s":[100]},{"t":76.31640625,"s":[0]}]},"p":{"k":[178,58,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.98,0.98]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":45,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.332,0.332]},"t":46,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":61,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":69,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":77,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":85,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":93,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":101,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":109,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":117,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":125,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":133,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":141,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":149,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":157,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":165,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":173,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":181,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":189,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":197,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":205,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":213,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":221,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":229,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":237,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":245,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":253,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":261,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":269,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":277,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":285,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":293,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":301,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":309,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":317,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":325,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":333,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":341,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":349,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":357,"s":[9,9],"__fnct":[null,null]},{"t":365,"s":[17,17]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.98,0.98]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":45,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.332,0.332]},"t":46,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":61,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":69,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":77,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":85,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":93,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":101,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":109,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":117,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":125,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":133,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":141,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":149,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":157,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":165,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":173,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":181,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":189,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":197,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":205,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":213,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":221,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":229,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":237,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":245,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":253,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":261,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":269,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":277,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":285,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":293,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":301,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":309,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":317,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":325,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":333,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":341,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":349,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":357,"s":[9,9],"__fnct":[null,null]},{"t":365,"s":[17,17]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-65,102]}}],"nm":"Ellipse 1"}],"bounds":{"l":-77,"t":90,"b":114,"r":-53},"ip":45,"op":81,"st":45},{"ddd":0,"ind":13,"ty":4,"nm":"Shape Layer 20","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":69.737,"s":[100]},{"t":76.31640625,"s":[0]}]},"p":{"k":[191.5,48.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":45,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"t":46,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":61,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":69,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":77,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":85,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":93,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":101,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":109,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":117,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":125,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":133,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":141,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":149,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":157,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":165,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":173,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":181,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":189,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":197,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":205,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":213,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":221,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":229,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":237,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":245,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":253,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":261,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":269,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":277,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":285,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":293,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":301,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":309,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":317,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":325,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":333,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":341,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":349,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":357,"s":[11,11],"__fnct":[null,null]},{"t":365,"s":[6,6]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.994,0.994]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":45,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.188,-0.188]},"t":46,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":61,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":69,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":77,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":85,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":93,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":101,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":109,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":117,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":125,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":133,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":141,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":149,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":157,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":165,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":173,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":181,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":189,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":197,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":205,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":213,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":221,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":229,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":237,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":245,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":253,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":261,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":269,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":277,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":285,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":293,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":301,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":309,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":317,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":325,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":333,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":341,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":349,"s":[6,6],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":357,"s":[11,11],"__fnct":[null,null]},{"t":365,"s":[6,6]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-79,"t":101,"b":117,"r":-63},"ip":45,"op":81,"st":45},{"ddd":0,"ind":14,"ty":4,"nm":"Shape Layer 19","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":67.105,"s":[100]},{"t":73.6845703125,"s":[0]}]},"p":{"k":[174.5,51.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.98,0.98]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":45,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.332,0.332]},"t":46,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":61,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":69,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":77,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":85,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":93,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":101,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":109,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":117,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":125,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":133,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":141,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":149,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":157,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":165,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":173,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":181,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":189,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":197,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":205,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":213,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":221,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":229,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":237,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":245,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":253,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":261,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":269,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":277,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":285,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":293,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":301,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":309,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":317,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":325,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":333,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":341,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":349,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":357,"s":[9,9],"__fnct":[null,null]},{"t":365,"s":[17,17]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.98,0.98]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":45,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.332,0.332]},"t":46,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":61,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":69,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":77,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":85,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":93,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":101,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":109,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":117,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":125,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":133,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":141,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":149,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":157,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":165,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":173,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":181,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":189,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":197,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":205,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":213,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":221,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":229,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":237,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":245,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":253,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":261,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":269,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":277,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":285,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":293,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":301,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":309,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":317,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":325,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":333,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":341,"s":[9,9],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":349,"s":[17,17],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":357,"s":[9,9],"__fnct":[null,null]},{"t":365,"s":[17,17]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-65,102]}}],"nm":"Ellipse 1"}],"bounds":{"l":-77,"t":90,"b":114,"r":-53},"ip":45,"op":81,"st":45},{"ddd":0,"ind":15,"ty":4,"nm":"Shape Layer 17","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":67.105,"s":[100]},{"t":73.6845703125,"s":[0]}]},"p":{"k":[87.5,165.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.986,0.986]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":44,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.558,0.558]},"t":45,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":60,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":68,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":76,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":84,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":92,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":100,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":108,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":116,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":124,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":132,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":140,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":148,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":156,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":164,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":172,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":180,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":188,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":196,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":204,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":212,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":220,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":228,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":236,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":244,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":252,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":260,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":268,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":276,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":284,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":292,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":300,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":308,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":316,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":324,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":332,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":340,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":348,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":356,"s":[18,18],"__fnct":[null,null]},{"t":364,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.986,0.986]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":44,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.558,0.558]},"t":45,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":60,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":68,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":76,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":84,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":92,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":100,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":108,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":116,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":124,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":132,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":140,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":148,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":156,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":164,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":172,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":180,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":188,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":196,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":204,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":212,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":220,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":228,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":236,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":244,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":252,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":260,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":268,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":276,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":284,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":292,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":300,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":308,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":316,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":324,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":332,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":340,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":348,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":356,"s":[18,18],"__fnct":[null,null]},{"t":364,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-65,102]}}],"nm":"Ellipse 1"}],"bounds":{"l":-82,"t":85,"b":119,"r":-48},"ip":44,"op":81,"st":44},{"ddd":0,"ind":16,"ty":4,"nm":"Shape Layer 16","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":67.105,"s":[100]},{"t":73.6845703125,"s":[0]}]},"p":{"k":[103.5,142.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.986,0.986]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":44,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.558,0.558]},"t":45,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":60,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":68,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":76,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":84,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":92,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":100,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":108,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":116,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":124,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":132,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":140,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":148,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":156,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":164,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":172,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":180,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":188,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":196,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":204,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":212,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":220,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":228,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":236,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":244,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":252,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":260,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":268,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":276,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":284,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":292,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":300,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":308,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":316,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":324,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":332,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":340,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":348,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":356,"s":[18,18],"__fnct":[null,null]},{"t":364,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.986,0.986]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":44,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.558,0.558]},"t":45,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":60,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":68,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":76,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":84,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":92,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":100,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":108,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":116,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":124,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":132,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":140,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":148,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":156,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":164,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":172,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":180,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":188,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":196,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":204,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":212,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":220,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":228,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":236,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":244,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":252,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":260,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":268,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":276,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":284,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":292,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":300,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":308,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":316,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":324,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":332,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":340,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":348,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":356,"s":[18,18],"__fnct":[null,null]},{"t":364,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-65,102]}}],"nm":"Ellipse 1"}],"bounds":{"l":-82,"t":85,"b":119,"r":-48},"ip":44,"op":81,"st":44},{"ddd":0,"ind":17,"ty":4,"nm":"Shape Layer 15","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":64.474,"s":[100]},{"t":71.052734375,"s":[0]}]},"p":{"k":[155.5,64.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.986,0.986]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":41,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.558,0.558]},"t":42,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":57,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":65,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":73,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":81,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":89,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":97,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":105,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":113,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":121,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":129,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":137,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":145,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":153,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":161,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":169,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":177,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":185,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":193,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":201,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":209,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":217,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":225,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":233,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":241,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":249,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":257,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":265,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":273,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":281,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":289,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":297,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":305,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":313,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":321,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":329,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":337,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":345,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":353,"s":[18,18],"__fnct":[null,null]},{"t":361,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.986,0.986]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":41,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.558,0.558]},"t":42,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":57,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":65,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":73,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":81,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":89,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":97,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":105,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":113,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":121,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":129,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":137,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":145,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":153,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":161,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":169,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":177,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":185,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":193,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":201,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":209,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":217,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":225,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":233,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":241,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":249,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":257,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":265,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":273,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":281,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":289,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":297,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":305,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":313,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":321,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":329,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":337,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":345,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":353,"s":[18,18],"__fnct":[null,null]},{"t":361,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-65,102]}}],"nm":"Ellipse 1"}],"bounds":{"l":-82,"t":85,"b":119,"r":-48},"ip":41,"op":81,"st":41},{"ddd":0,"ind":18,"ty":4,"nm":"Shape Layer 13","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":64.474,"s":[100]},{"t":71.052734375,"s":[0]}]},"p":{"k":[172.5,51.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.976,0.976]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":41,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.279,0.279]},"t":42,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":57,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":65,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":73,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":81,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":89,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":97,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":105,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":113,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":121,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":129,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":137,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":145,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":153,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":161,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":169,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":177,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":185,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":193,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":201,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":209,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":217,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":225,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":233,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":241,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":249,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":257,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":265,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":273,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":281,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":289,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":297,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":305,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":313,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":321,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":329,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":337,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":345,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":353,"s":[11,11],"__fnct":[null,null]},{"t":361,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.976,0.976]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":41,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.279,0.279]},"t":42,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":57,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":65,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":73,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":81,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":89,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":97,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":105,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":113,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":121,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":129,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":137,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":145,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":153,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":161,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":169,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":177,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":185,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":193,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":201,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":209,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":217,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":225,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":233,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":241,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":249,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":257,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":265,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":273,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":281,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":289,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":297,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":305,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":313,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":321,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":329,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":337,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":345,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":353,"s":[11,11],"__fnct":[null,null]},{"t":361,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-88,"t":92,"b":126,"r":-54},"ip":41,"op":81,"st":41},{"ddd":0,"ind":19,"ty":4,"nm":"Shape Layer 12","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":64.474,"s":[100]},{"t":71.052734375,"s":[0]}]},"p":{"k":[132.5,84.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.986,0.986]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":40,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.558,0.558]},"t":41,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":56,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":64,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":72,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":80,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":88,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":96,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":104,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":112,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":120,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":128,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":136,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":144,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":152,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":160,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":168,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":176,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":184,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":192,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":200,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":208,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":216,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":224,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":232,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":240,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":248,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":256,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":264,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":272,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":280,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":288,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":296,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":304,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":312,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":320,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":328,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":336,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":344,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":352,"s":[18,18],"__fnct":[null,null]},{"t":360,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.986,0.986]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":40,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.558,0.558]},"t":41,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":56,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":64,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":72,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":80,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":88,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":96,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":104,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":112,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":120,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":128,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":136,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":144,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":152,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":160,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":168,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":176,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":184,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":192,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":200,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":208,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":216,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":224,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":232,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":240,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":248,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":256,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":264,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":272,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":280,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":288,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":296,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":304,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":312,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":320,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":328,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":336,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":344,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":352,"s":[18,18],"__fnct":[null,null]},{"t":360,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-65,102]}}],"nm":"Ellipse 1"}],"bounds":{"l":-82,"t":85,"b":119,"r":-48},"ip":40,"op":81,"st":40},{"ddd":0,"ind":20,"ty":4,"nm":"Shape Layer 10","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":64.474,"s":[100]},{"t":71.052734375,"s":[0]}]},"p":{"k":[142.5,74.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.986,0.986]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":40,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.558,0.558]},"t":41,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":56,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":64,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":72,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":80,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":88,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":96,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":104,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":112,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":120,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":128,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":136,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":144,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":152,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":160,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":168,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":176,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":184,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":192,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":200,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":208,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":216,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":224,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":232,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":240,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":248,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":256,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":264,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":272,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":280,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":288,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":296,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":304,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":312,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":320,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":328,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":336,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":344,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":352,"s":[18,18],"__fnct":[null,null]},{"t":360,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.986,0.986]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":40,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.558,0.558]},"t":41,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":56,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":64,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":72,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":80,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":88,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":96,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":104,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":112,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":120,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":128,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":136,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":144,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":152,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":160,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":168,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":176,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":184,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":192,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":200,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":208,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":216,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":224,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":232,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":240,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":248,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":256,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":264,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":272,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":280,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":288,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":296,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":304,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":312,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":320,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":328,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":336,"s":[18,18],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":344,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":352,"s":[18,18],"__fnct":[null,null]},{"t":360,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-65,102]}}],"nm":"Ellipse 1"}],"bounds":{"l":-82,"t":85,"b":119,"r":-48},"ip":40,"op":81,"st":40},{"ddd":0,"ind":21,"ty":4,"nm":"Shape Layer 11","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":61.842,"s":[100]},{"t":68.4208984375,"s":[0]}]},"p":{"k":[151.5,75.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.976,0.976]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":40,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.279,0.279]},"t":41,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":56,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":64,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":72,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":80,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":88,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":96,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":104,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":112,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":120,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":128,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":136,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":144,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":152,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":160,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":168,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":176,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":184,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":192,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":200,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":208,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":216,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":224,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":232,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":240,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":248,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":256,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":264,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":272,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":280,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":288,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":296,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":304,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":312,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":320,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":328,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":336,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":344,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":352,"s":[11,11],"__fnct":[null,null]},{"t":360,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.976,0.976]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":40,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.279,0.279]},"t":41,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":56,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":64,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":72,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":80,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":88,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":96,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":104,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":112,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":120,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":128,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":136,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":144,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":152,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":160,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":168,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":176,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":184,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":192,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":200,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":208,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":216,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":224,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":232,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":240,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":248,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":256,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":264,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":272,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":280,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":288,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":296,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":304,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":312,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":320,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":328,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":336,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":344,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":352,"s":[11,11],"__fnct":[null,null]},{"t":360,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-88,"t":92,"b":126,"r":-54},"ip":40,"op":81,"st":40},{"ddd":0,"ind":22,"ty":4,"nm":"Shape Layer 9","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":61.842,"s":[100]},{"t":68.4208984375,"s":[0]}]},"p":{"k":[130.5,92.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.976,0.976]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":39,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.279,0.279]},"t":40,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":55,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[11,11],"__fnct":[null,null]},{"t":359,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.976,0.976]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":39,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.279,0.279]},"t":40,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":55,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[11,11],"__fnct":[null,null]},{"t":359,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-88,"t":92,"b":126,"r":-54},"ip":39,"op":81,"st":39},{"ddd":0,"ind":23,"ty":4,"nm":"Shape Layer 8","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":61.842,"s":[100]},{"t":68.4208984375,"s":[0]}]},"p":{"k":[116.5,104.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.984,0.984]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":39,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.445,0.445]},"t":40,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":55,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[24,24],"__fnct":[null,null]},{"t":359,"s":[37,37]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.984,0.984]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":39,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.445,0.445]},"t":40,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":55,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[24,24],"__fnct":[null,null]},{"t":359,"s":[37,37]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-96,"t":84,"b":134,"r":-46},"ip":39,"op":81,"st":39},{"ddd":0,"ind":24,"ty":4,"nm":"Shape Layer 4","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":59.211,"s":[100]},{"t":65.7890625,"s":[0]}]},"p":{"k":[98.5,124.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.993,0.993]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":39,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.391,-0.391]},"t":40,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":55,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[35,35],"__fnct":[null,null]},{"t":359,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.993,0.993]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":39,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.391,-0.391]},"t":40,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":55,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":63,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":71,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":79,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":87,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":95,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":103,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":111,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":119,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":127,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":135,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":143,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":151,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":159,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":167,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":175,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":183,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":191,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":199,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":207,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":215,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":223,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":231,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":239,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":247,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":255,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":263,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":271,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":279,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":287,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":295,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":303,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":311,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":319,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":327,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":335,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":343,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":351,"s":[35,35],"__fnct":[null,null]},{"t":359,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-95,"t":85,"b":133,"r":-47},"ip":39,"op":81,"st":39},{"ddd":0,"ind":25,"ty":4,"nm":"Shape Layer 6","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":59.211,"s":[100]},{"t":65.7890625,"s":[0]}]},"p":{"k":[93.5,148.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.976,0.976]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":38,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.279,0.279]},"t":39,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":54,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":62,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":70,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":78,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":86,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":94,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":102,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":110,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":118,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":126,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":134,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":142,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":150,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":158,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":166,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":174,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":182,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":190,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":198,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":206,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":214,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":222,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":230,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":238,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":246,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":254,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":262,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":270,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":278,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":286,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":294,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":302,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":310,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":318,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":326,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":334,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":342,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":350,"s":[11,11],"__fnct":[null,null]},{"t":358,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.976,0.976]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":38,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.279,0.279]},"t":39,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":54,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":62,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":70,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":78,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":86,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":94,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":102,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":110,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":118,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":126,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":134,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":142,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":150,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":158,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":166,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":174,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":182,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":190,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":198,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":206,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":214,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":222,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":230,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":238,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":246,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":254,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":262,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":270,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":278,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":286,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":294,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":302,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":310,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":318,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":326,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":334,"s":[11,11],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":342,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":350,"s":[11,11],"__fnct":[null,null]},{"t":358,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-88,"t":92,"b":126,"r":-54},"ip":38,"op":81,"st":38},{"ddd":0,"ind":26,"ty":4,"nm":"Shape Layer 5","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":59.211,"s":[100]},{"t":65.7890625,"s":[0]}]},"p":{"k":[114.5,155.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.984,0.984]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":38,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.445,0.445]},"t":39,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":54,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":62,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":70,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":78,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":86,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":94,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":102,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":110,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":118,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":126,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":134,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":142,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":150,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":158,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":166,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":174,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":182,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":190,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":198,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":206,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":214,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":222,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":230,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":238,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":246,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":254,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":262,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":270,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":278,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":286,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":294,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":302,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":310,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":318,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":326,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":334,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":342,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":350,"s":[24,24],"__fnct":[null,null]},{"t":358,"s":[37,37]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.984,0.984]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":38,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.445,0.445]},"t":39,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":54,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":62,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":70,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":78,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":86,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":94,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":102,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":110,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":118,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":126,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":134,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":142,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":150,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":158,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":166,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":174,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":182,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":190,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":198,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":206,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":214,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":222,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":230,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":238,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":246,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":254,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":262,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":270,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":278,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":286,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":294,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":302,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":310,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":318,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":326,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":334,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":342,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":350,"s":[24,24],"__fnct":[null,null]},{"t":358,"s":[37,37]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-96,"t":84,"b":134,"r":-46},"ip":38,"op":81,"st":38},{"ddd":0,"ind":27,"ty":4,"nm":"Shape Layer 3","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":56.579,"s":[100]},{"t":63.158203125,"s":[0]}]},"p":{"k":[141.5,177.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.993,0.993]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":37,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.391,-0.391]},"t":38,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":53,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":61,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":69,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":77,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":85,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":93,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":101,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":109,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":117,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":125,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":133,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":141,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":149,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":157,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":165,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":173,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":181,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":189,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":197,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":205,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":213,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":221,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":229,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":237,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":245,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":253,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":261,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":269,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":277,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":285,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":293,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":301,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":309,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":317,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":325,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":333,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":341,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":349,"s":[35,35],"__fnct":[null,null]},{"t":357,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.993,0.993]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":37,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.391,-0.391]},"t":38,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":53,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":61,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":69,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":77,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":85,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":93,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":101,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":109,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":117,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":125,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":133,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":141,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":149,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":157,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":165,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":173,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":181,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":189,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":197,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":205,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":213,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":221,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":229,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":237,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":245,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":253,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":261,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":269,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":277,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":285,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":293,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":301,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":309,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":317,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":325,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":333,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":341,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":349,"s":[35,35],"__fnct":[null,null]},{"t":357,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-95,"t":85,"b":133,"r":-47},"ip":37,"op":81,"st":37},{"ddd":0,"ind":28,"ty":4,"nm":"Shape Layer 2","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":56.579,"s":[100]},{"t":63.158203125,"s":[0]}]},"p":{"k":[120.5,179.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.984,0.984]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":37,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.445,0.445]},"t":38,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":53,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":61,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":69,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":77,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":85,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":93,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":101,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":109,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":117,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":125,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":133,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":141,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":149,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":157,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":165,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":173,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":181,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":189,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":197,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":205,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":213,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":221,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":229,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":237,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":245,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":253,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":261,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":269,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":277,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":285,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":293,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":301,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":309,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":317,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":325,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":333,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":341,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":349,"s":[24,24],"__fnct":[null,null]},{"t":357,"s":[37,37]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.984,0.984]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":37,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.445,0.445]},"t":38,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":53,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":61,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":69,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":77,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":85,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":93,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":101,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":109,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":117,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":125,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":133,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":141,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":149,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":157,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":165,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":173,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":181,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":189,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":197,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":205,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":213,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":221,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":229,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":237,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":245,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":253,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":261,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":269,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":277,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":285,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":293,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":301,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":309,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":317,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":325,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":333,"s":[24,24],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":341,"s":[37,37],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":349,"s":[24,24],"__fnct":[null,null]},{"t":357,"s":[37,37]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-96,"t":84,"b":134,"r":-46},"ip":37,"op":81,"st":37},{"ddd":0,"ind":29,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":56.579,"s":[100]},{"t":63.158203125,"s":[0]}]},"p":{"k":[94.5,182.5,0]},"a":{"k":[-72,108,0]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.993,0.993]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":37,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.391,-0.391]},"t":38,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":53,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":61,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":69,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":77,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":85,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":93,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":101,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":109,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":117,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":125,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":133,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":141,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":149,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":157,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":165,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":173,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":181,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":189,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":197,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":205,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":213,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":221,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":229,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":237,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":245,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":253,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":261,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":269,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":277,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":285,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":293,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":301,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":309,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":317,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":325,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":333,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":341,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":349,"s":[35,35],"__fnct":[null,null]},{"t":357,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.833,0.833],"y":[0.993,0.993]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":37,"s":[0,0],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[-0.391,-0.391]},"t":38,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":53,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":61,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":69,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":77,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":85,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":93,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":101,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":109,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":117,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":125,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":133,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":141,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":149,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":157,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":165,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":173,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":181,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":189,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":197,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":205,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":213,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":221,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":229,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":237,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":245,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":253,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":261,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":269,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":277,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":285,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":293,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":301,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":309,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":317,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":325,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":333,"s":[35,35],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":341,"s":[25,25],"__fnct":[null,null]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0,0]},"t":349,"s":[35,35],"__fnct":[null,null]},{"t":357,"s":[25,25]}]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-71,109]}}],"nm":"Ellipse 1"}],"bounds":{"l":-95,"t":85,"b":133,"r":-47},"ip":37,"op":81,"st":37}]},{"id":"comp_49","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"gotaVioleta4","ks":{"p":{"k":[114.377,116.773,0]},"a":{"k":[80.817,52.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":46,"s":[{"i":[[-0.84,0.659],[-1.316,-1.881]],"o":[[0.841,-0.66],[1.552,2.218]],"v":[[-3.474,-3.702],[-5.044,-4.309]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":48,"s":[{"i":[[-2.827,2.641],[-1.316,-1.881]],"o":[[2.585,-2.416],[1.552,2.218]],"v":[[2.526,2.798],[-3.794,-3.559]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":50,"s":[{"i":[[-2.827,2.641],[-1.757,-1.477]],"o":[[2.585,-2.416],[4.48,3.766]],"v":[[11.526,10.298],[4.456,1.941]]}]},{"t":52,"s":[{"i":[[-1.653,1.335],[-1.358,-1.851]],"o":[[1.66,-1.341],[1.48,2.016]],"v":[[13.526,15.048],[11.956,13.191]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[91,89,130,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[82.255,52.921]}}],"nm":"Group 13"}],"bounds":{"l":76,"t":47,"b":69,"r":97},"ip":46,"op":52,"st":22},{"ddd":0,"ind":1,"ty":4,"nm":"gotaVioleta3","ks":{"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":46,"s":[{"i":[[-0.746,-1.912],[-2.504,1.276]],"o":[[0.608,1.559],[2.953,-1.504]],"v":[[-3.043,0.836],[-6.664,1.549]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":48,"s":[{"i":[[-1.871,-3.912],[-2.504,1.276]],"o":[[1.711,3.577],[2.953,-1.504]],"v":[[17.707,-4.914],[7.086,-1.451]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":50,"s":[{"i":[[-1.871,-3.912],[-2.504,1.276]],"o":[[1.711,3.577],[2.953,-1.504]],"v":[[27.207,-11.914],[11.336,-3.951]]}]},{"t":52,"s":[{"i":[[0.004,-0.662],[-2.504,1.276]],"o":[[1.004,1.588],[2.953,-1.504]],"v":[[31.457,-15.664],[27.336,-12.701]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[91,89,130,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[85.229,18.204]}}],"nm":"Group 20"}],"bounds":{"l":78,"t":2,"b":21,"r":117},"ip":46,"op":52,"st":9},{"ddd":0,"ind":2,"ty":4,"nm":"gotaVioleta2","ks":{"p":{"k":[93.877,166.273,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":43,"s":[{"i":[[0.213,0.821],[-1.949,-1.725],[0.759,-0.819]],"o":[[-0.38,-1.466],[1.04,0.92],[-1.09,1.176]],"v":[[-4.749,10.453],[-1.911,6.951],[-3.655,9.729]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":45,"s":[{"i":[[0.213,0.821],[-1.949,-1.725],[0.759,-0.819]],"o":[[-0.38,-1.466],[1.04,0.92],[-1.09,1.176]],"v":[[-1.749,2.203],[1.089,-1.299],[-0.655,1.479]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":47,"s":[{"i":[[0.213,0.821],[-1.949,-1.725],[0.759,-0.819]],"o":[[-0.38,-1.466],[1.04,0.92],[-1.09,1.176]],"v":[[0.251,-2.547],[5.589,-9.799],[1.345,-3.271]]}]},{"t":49,"s":[{"i":[[0.213,0.821],[-1.27,-0.846],[0.759,-0.819]],"o":[[-0.38,-1.466],[1.156,0.77],[-1.09,1.176]],"v":[[6.251,-12.047],[8.589,-15.299],[7.345,-12.771]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[91,89,130,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[89.371,3.274]}}],"nm":"Group 1"}],"bounds":{"l":84,"t":-13,"b":15,"r":99},"ip":43,"op":49,"st":9},{"ddd":0,"ind":3,"ty":4,"nm":"gotaVioleta1","ks":{"p":{"k":[88.877,163.773,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":42,"s":[{"i":[[0.38,0.486],[-1.8,-0.586],[0.269,-0.767]],"o":[[-0.678,-0.868],[0.959,0.313],[-0.386,1.099]],"v":[[-1.459,8.379],[-0.58,5.221],[-0.939,7.58]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":44,"s":[{"i":[[0.38,0.486],[-1.8,-0.586],[0.269,-0.767]],"o":[[-0.678,-0.868],[0.959,0.313],[-0.386,1.099]],"v":[[-0.459,1.629],[0.42,-1.529],[0.061,0.83]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":46,"s":[{"i":[[0.38,0.486],[-1.689,-0.854],[0.269,-0.767]],"o":[[-0.678,-0.868],[2.794,1.413],[-0.386,1.099]],"v":[[2.791,-3.871],[6.17,-10.029],[3.311,-4.67]]}]},{"t":48,"s":[{"i":[[0.102,0.131],[-0.454,-0.23],[0.072,-0.206]],"o":[[-0.182,-0.233],[0.752,0.38],[-0.104,0.296]],"v":[[7.304,-8.997],[8.213,-10.653],[7.444,-9.212]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[91,89,130,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[75.475,11.745]}}],"nm":"Group 7"}],"bounds":{"l":73,"t":1,"b":21,"r":84},"ip":42,"op":48,"st":9},{"ddd":0,"ind":4,"ty":4,"nm":"manchaVioleta 3","ks":{"r":{"k":-136},"p":{"k":[135.877,96.773,0]},"a":{"k":[110.317,33.152,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[51.44,28.046]}}],"nm":"Group 23"},{"ty":"gr","it":[{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[38.888,36.167]}}],"nm":"Group 24"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":50,"s":[{"i":[[5,-0.77],[-0.467,-1.16],[-5.362,-2.946],[-7.097,0.518],[-1.026,5.711],[4.545,3.805],[4.987,-0.888]],"o":[[-5.125,1.23],[0.658,5.215],[11.388,0.929],[7.387,-0.539],[0.751,-4.182],[-2.003,-1.677],[-5.721,1.018]],"v":[[50.047,-31.676],[53.514,-27.286],[45.784,-18.75],[69.894,-15.339],[84.448,-23.407],[80.002,-34.001],[68.393,-35.714]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":53,"s":[{"i":[[2.629,-0.001],[2.502,-1.65],[-2.216,-0.443],[-3.574,-2.201],[-2.33,2.728],[2.72,1.457],[2.474,0.656]],"o":[[-4.417,0.002],[-0.36,0.321],[1.975,0.395],[2.933,1.807],[2.381,-2.787],[-2.303,-1.233],[-1.698,-0.45]],"v":[[84.538,-34.666],[72.51,-32.809],[81.876,-32.007],[93.53,-27.951],[103.09,-23.238],[98.706,-31.334],[91.847,-33.803]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":56,"s":[{"i":[[2.09,0.636],[1.412,-0.387],[-5.578,-5.064],[-2.905,-3.03],[-2.311,1.698],[3.716,2.888],[2.325,1.357]],"o":[[-1.741,-0.53],[-0.36,0.321],[1.878,1.705],[2.642,2.755],[4.707,-3.458],[-4.595,-3.572],[-1.518,-0.886]],"v":[[91.163,-33.541],[82.76,-35.059],[94.751,-28.757],[104.405,-19.326],[115.59,-10.488],[105.706,-25.459],[97.847,-30.678]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":59,"s":[{"i":[[0.686,0.45],[0.682,-0.084],[-2.248,-2.73],[-1.144,-1.604],[-1.188,0.632],[1.53,1.593],[0.988,0.787]],"o":[[-0.714,-0.469],[-0.189,0.125],[0.757,0.919],[1.041,1.459],[2.42,-1.288],[-1.892,-1.97],[-0.645,-0.514]],"v":[[112.942,-14.779],[109.611,-16.581],[113.756,-12.021],[117.603,-6.987],[123.001,-0.703],[118.622,-9.748],[115.56,-12.762]]}]},{"t":62,"s":[{"i":[[0.206,0.258],[0.198,0.069],[-0.246,-1.05],[-0.096,-0.593],[-0.41,0.012],[0.203,0.642],[0.164,0.349]],"o":[[-0.163,-0.204],[-0.069,0.009],[0.083,0.354],[0.087,0.539],[0.836,-0.025],[-0.251,-0.794],[-0.107,-0.228]],"v":[[131.599,4.25],[130.931,3.307],[131.57,5.472],[131.941,7.283],[132.512,8.724],[132.645,6.904],[132.163,5.513]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[91,89,130,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[43.143,54.45]}}],"nm":"Group 42"}],"bounds":{"l":87,"t":18,"b":64,"r":177},"ip":53,"op":62,"st":30},{"ddd":0,"ind":5,"ty":4,"nm":"manchaVioleta 2","ks":{"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[51.44,28.046]}}],"nm":"Group 23"},{"ty":"gr","it":[{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[38.888,36.167]}}],"nm":"Group 24"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":54,"s":[{"i":[[2.75,-0.52],[0.658,-1.285],[-5.362,-2.946],[-1.972,1.268],[1.456,7.088],[-4.825,8.415],[2.91,-0.203]],"o":[[-4.146,2.363],[0.908,8.715],[7.888,1.929],[3.153,-4.107],[-1.651,-8.039],[1.545,-2.695],[-3.846,0.268]],"v":[[39.672,-34.301],[45.014,-26.786],[36.534,-12.25],[54.894,-4.714],[56.823,-20.032],[67.502,-31.251],[60.143,-35.464]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":56,"s":[{"i":[[5,-0.77],[-0.467,-1.16],[-5.362,-2.946],[-7.097,0.518],[-1.026,5.711],[4.545,3.805],[4.987,-0.888]],"o":[[-5.125,1.23],[0.658,5.215],[11.388,0.929],[7.387,-0.539],[0.751,-4.182],[-2.003,-1.677],[-5.721,1.018]],"v":[[50.047,-31.676],[53.514,-27.286],[45.784,-18.75],[69.894,-15.339],[84.448,-23.407],[80.002,-34.001],[68.393,-35.714]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":58,"s":[{"i":[[2.629,-0.001],[2.502,-1.65],[-2.216,-0.443],[-3.574,-2.201],[-2.33,2.728],[2.72,1.457],[2.474,0.656]],"o":[[-4.417,0.002],[-0.36,0.321],[1.975,0.395],[2.933,1.807],[2.381,-2.787],[-2.303,-1.233],[-1.698,-0.45]],"v":[[84.538,-34.666],[72.51,-32.809],[81.876,-32.007],[93.53,-27.951],[103.09,-23.238],[98.706,-31.334],[91.847,-33.803]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":60,"s":[{"i":[[2.09,0.636],[1.412,-0.387],[-5.578,-5.064],[-2.905,-3.03],[-2.311,1.698],[3.716,2.888],[2.325,1.357]],"o":[[-1.741,-0.53],[-0.36,0.321],[1.878,1.705],[2.642,2.755],[4.707,-3.458],[-4.595,-3.572],[-1.518,-0.886]],"v":[[91.163,-33.541],[82.76,-35.059],[94.751,-28.757],[104.405,-19.326],[115.59,-10.488],[105.706,-25.459],[97.847,-30.678]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":62,"s":[{"i":[[0.686,0.45],[0.682,-0.084],[-2.248,-2.73],[-1.144,-1.604],[-1.188,0.632],[1.53,1.593],[0.988,0.787]],"o":[[-0.714,-0.469],[-0.189,0.125],[0.757,0.919],[1.041,1.459],[2.42,-1.288],[-1.892,-1.97],[-0.645,-0.514]],"v":[[112.942,-14.779],[109.611,-16.581],[113.756,-12.021],[117.603,-6.987],[123.001,-0.703],[118.622,-9.748],[115.56,-12.762]]}]},{"t":64,"s":[{"i":[[0.206,0.258],[0.198,0.069],[-0.246,-1.05],[-0.096,-0.593],[-0.41,0.012],[0.203,0.642],[0.164,0.349]],"o":[[-0.163,-0.204],[-0.069,0.009],[0.083,0.354],[0.087,0.539],[0.836,-0.025],[-0.251,-0.794],[-0.107,-0.228]],"v":[[131.599,4.25],[130.931,3.307],[131.57,5.472],[131.941,7.283],[132.512,8.724],[132.645,6.904],[132.163,5.513]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[91,89,130,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[43.143,54.45]}}],"nm":"Group 42"}],"bounds":{"l":78,"t":18,"b":64,"r":177},"ip":54,"op":64,"st":36},{"ddd":0,"ind":6,"ty":4,"nm":"manchaVioleta","ks":{"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":31,"s":[{"i":[[0.06,0.562],[-0.06,-0.562]],"o":[[-0.06,-0.562],[0.06,0.562]],"v":[[-12.761,129.427],[-13.454,129.545]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":33,"s":[{"i":[[0.073,0.543],[-0.073,-0.543]],"o":[[-0.073,-0.543],[0.073,0.543]],"v":[[-26.782,116.956],[-27.623,117.07]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":36,"s":[{"i":[[-0.641,1.637],[0.641,-1.637]],"o":[[0.641,-1.637],[-0.641,1.637]],"v":[[-38.343,78.999],[-40.881,78.005]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":39,"s":[{"i":[[-1.199,1.223],[1.199,-1.223]],"o":[[1.199,-1.223],[-1.199,1.223]],"v":[[-34.752,51.8],[-36.648,49.94]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":41,"s":[{"i":[[-1.758,0.809],[1.758,-0.809]],"o":[[1.758,-0.809],[-1.758,0.809]],"v":[[-23.661,26.601],[-24.916,23.876]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":43.625,"s":[{"i":[[-1.935,0],[1.935,0]],"o":[[1.935,0],[-1.935,0]],"v":[[2.5,4],[2.5,1]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":46.25,"s":[{"i":[[-1.908,-0.321],[1.908,0.321]],"o":[[1.908,0.321],[-1.908,-0.321]],"v":[[6.166,3.488],[6.663,0.53]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":49,"s":[{"i":[[-1.908,-0.321],[1.908,0.321]],"o":[[1.908,0.321],[-1.908,-0.321]],"v":[[15.666,-2.262],[16.163,-5.22]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":52,"s":[{"i":[[-0.996,-0.491],[0.996,0.491]],"o":[[0.996,0.491],[-0.996,-0.491]],"v":[[29.146,-4.802],[29.924,-6.497]]}]},{"t":54,"s":[{"i":[[-0.321,-0.065],[0.321,0.065]],"o":[[0.321,0.065],[-0.321,-0.065]],"v":[[32.744,-7.101],[32.837,-7.643]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[51.44,28.046]}}],"nm":"Group 23"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":31,"s":[{"i":[[-0.3,-0.426],[-0.711,-0.621],[0.371,0.324],[0.534,0.759]],"o":[[0.572,0.812],[0.369,0.323],[-0.664,-0.58],[-0.297,-0.422]],"v":[[0.503,123.876],[2.406,126.128],[2.83,125.429],[1.054,123.335]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":33,"s":[{"i":[[-0.364,-0.411],[-0.863,-0.6],[0.451,0.313],[0.649,0.733]],"o":[[0.694,0.784],[0.448,0.311],[-0.807,-0.56],[-0.361,-0.408]],"v":[[-13.365,111.317],[-11.054,113.492],[-10.539,112.816],[-12.696,110.795]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":36,"s":[{"i":[[-0.38,-1.722],[-1.486,-3.029],[0.776,1.581],[0.677,3.068]],"o":[[0.725,3.282],[0.772,1.574],[-1.389,-2.831],[-0.377,-1.707]],"v":[[-27.238,79.192],[-24.146,88.9],[-21.649,87.808],[-24.545,78.769]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":39,"s":[{"i":[[0.316,-1.689],[-0.177,-3.283],[0.092,1.714],[-0.563,3.009]],"o":[[-0.602,3.219],[0.092,1.706],[-0.165,-3.068],[0.313,-1.674]],"v":[[-26.669,50.581],[-27.601,60.466],[-24.945,60.439],[-24.094,51.23]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":41,"s":[{"i":[[1.012,-1.656],[1.132,-3.537],[-0.591,1.846],[-1.804,2.95]],"o":[[-1.93,3.157],[-0.588,1.838],[1.058,-3.306],[1.003,-1.641]],"v":[[-18.601,23.971],[-23.556,34.031],[-20.741,35.07],[-16.142,25.69]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":43.625,"s":[{"i":[[1.612,-1.081],[2.508,-2.739],[-1.309,1.43],[-2.872,1.926]],"o":[[-3.073,2.06],[-1.303,1.423],[2.344,-2.56],[1.598,-1.071]],"v":[[5.95,-2.268],[-2.759,4.798],[-0.637,6.919],[7.464,0.323]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":46.25,"s":[{"i":[[1.769,-0.799],[2.927,-2.286],[-1.528,1.193],[-3.152,1.423]],"o":[[-3.372,1.523],[-1.521,1.188],[2.736,-2.136],[1.753,-0.792]],"v":[[9.434,-4.313],[-0.325,1.212],[1.417,3.655],[10.498,-1.508]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":49,"s":[{"i":[[1.769,-0.799],[2.927,-2.286],[-1.528,1.193],[-3.152,1.423]],"o":[[-3.372,1.523],[-1.521,1.188],[2.736,-2.136],[1.753,-0.792]],"v":[[18.934,-10.063],[9.175,-4.538],[10.917,-2.095],[19.998,-7.258]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":52,"s":[{"i":[[1.11,-0.202],[2.001,-0.912],[-1.045,0.476],[-1.977,0.359]],"o":[[-2.116,0.385],[-1.04,0.474],[1.87,-0.852],[1.1,-0.2]],"v":[[36.534,-14.184],[30.22,-12.4],[30.762,-10.663],[36.641,-12.336]]}]},{"t":54,"s":[{"i":[[0.301,-0.141],[0.501,-0.411],[-0.262,0.215],[-0.536,0.252]],"o":[[-0.574,0.269],[-0.26,0.214],[0.468,-0.384],[0.298,-0.14]],"v":[[43.729,-15.192],[42.066,-14.206],[42.351,-13.753],[43.9,-14.673]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[38.888,36.167]}}],"nm":"Group 24"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":31,"s":[{"i":[[-2.247,3.655],[-4.14,2.167],[-3.805,1.354],[-2.528,2.607],[-4.845,1.857],[3.144,4.736],[0.144,1.089],[-1.838,-11.452],[3.984,-1.438],[3.228,-1.096],[3.354,-3.135],[-6.68,-9.162]],"o":[[2.732,-4.443],[2.327,-1.218],[2.413,-0.859],[2.806,-2.893],[3.802,-7.463],[-3.144,-4.736],[-2.156,-16.246],[0.544,3.389],[-4.663,3.74],[-4.198,1.426],[-6.734,-8.312],[2.509,3.991]],"v":[[6.662,114.774],[4.401,99.435],[10.984,103.572],[14.786,93.361],[24.495,95.342],[16,78.377],[12.541,69.175],[4.399,67.488],[5.372,82.068],[-8.269,80.758],[-6.969,95.933],[-6.199,107.656]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":33,"s":[{"i":[[-2.729,3.529],[-5.028,2.092],[-4.621,1.308],[-3.07,2.517],[-5.883,1.794],[3.817,4.573],[0.175,1.051],[-2.231,-11.059],[4.838,-1.388],[3.92,-1.059],[4.073,-3.027],[-8.112,-8.847]],"o":[[3.317,-4.291],[2.826,-1.176],[2.931,-0.829],[3.407,-2.794],[4.617,-7.206],[-3.817,-4.573],[-2.618,-15.688],[0.66,3.273],[-5.662,3.612],[-5.098,1.377],[-8.177,-8.027],[3.046,3.854]],"v":[[-4.974,101.9],[-7.719,87.088],[0.275,91.082],[4.89,81.223],[16.68,83.135],[6.364,66.752],[2.165,57.867],[-7.721,56.238],[-6.541,70.317],[-23.105,69.052],[-21.526,83.706],[-20.591,95.026]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":36,"s":[{"i":[[-2.729,3.529],[-5.028,2.092],[-4.621,1.308],[-3.07,2.517],[7.117,6.794],[-1.43,6.861],[1.013,-0.33],[4.019,-6.809],[4.433,0.578],[4.402,8.377],[1.995,0.804],[-23.835,-34.037]],"o":[[3.317,-4.291],[2.826,-1.176],[2.931,-0.829],[3.407,-2.794],[-10.633,-18.456],[1.683,-8.073],[-3.477,1.133],[-5.481,9.287],[-4.016,-0.433],[-2.338,-4.448],[-6.177,-0.527],[3.046,3.854]],"v":[[-7.974,100.9],[-12.219,81.588],[-0.225,89.082],[4.39,79.223],[10.43,72.135],[0.364,34.002],[-2.585,29.117],[-9.721,43.238],[-17.541,36.317],[-28.605,36.052],[-32.026,25.956],[-21.591,94.276]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":38,"s":[{"i":[[-1.804,4.53],[-5.119,0.982],[-4.585,0.326],[-3.279,0.847],[3.381,7.771],[-1.767,5.867],[2.422,-2.045],[1.372,1.916],[6.953,-2.23],[0.065,6.884],[1.713,1.142],[-20.311,-37.998]],"o":[[2,-4.784],[2.877,-0.552],[2.908,-0.206],[4.713,-2.923],[-5.536,-23.145],[0.79,-3.327],[-2.859,1.957],[-1.854,-0.43],[-5.03,2.1],[-0.033,-3.658],[-6.027,-2.529],[4.689,9.502]],"v":[[-18.354,83.439],[-18.193,66.84],[-8.557,77.969],[-3.75,64.519],[7.166,63.324],[5.11,21.54],[0.086,18.76],[-7.849,27.557],[-16.291,21.314],[-21.144,17.77],[-23.889,7.908],[-29.642,77.177]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":39,"s":[{"i":[[-1.341,5.03],[-5.165,0.427],[-4.568,-0.165],[-3.383,0.012],[1.513,8.26],[-1.936,5.37],[3.126,-2.903],[0.048,6.279],[8.213,-3.633],[-2.104,6.137],[1.572,1.311],[-9.036,-51.198]],"o":[[1.341,-5.03],[2.903,-0.24],[2.897,0.105],[5.367,-2.988],[-2.987,-25.49],[0.344,-0.954],[-2.55,2.369],[-0.041,-5.288],[-5.537,3.367],[1.119,-3.263],[-5.952,-3.53],[2.378,13.476]],"v":[[-23.544,74.709],[-21.18,59.466],[-12.723,72.413],[-7.82,57.167],[5.534,58.919],[7.483,15.309],[1.421,13.582],[-6.912,19.717],[-15.666,13.812],[-17.414,8.629],[-19.821,-1.115],[-33.667,68.627]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":40,"s":[{"i":[[-2.619,2.645],[-4.174,-0.061],[-4.536,-1.038],[-2.27,2.939],[3.359,8.768],[-9.385,4.734],[1.249,-0.132],[-2.416,3.736],[3.984,1.947],[-5.949,4.814],[1.322,1.612],[-4.135,-41.508]],"o":[[6.123,-2.917],[2.97,0.053],[2.877,0.658],[2.929,-4.005],[0.113,-21.129],[0.923,-0.466],[-3.379,-0.392],[5.406,-7.558],[-3.438,-1.688],[3.167,-2.561],[-5.819,-5.309],[0.879,5.704]],"v":[[-28.326,60.374],[-22.045,47.542],[-16.277,63.275],[-9.944,53.06],[2.688,51.411],[13.182,9.195],[11.943,7.042],[1.049,8.075],[-6.407,-0.561],[-6.337,-6.437],[-4.811,-13.38],[-36.379,54.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":41,"s":[{"i":[[-4.697,-6.459],[-5.303,-1.239],[-4.514,-1.638],[-1.942,3.463],[-7.091,1.227],[1.446,4.063],[0.71,0.794],[-4.073,5.463],[3.26,3.058],[-8.593,3.904],[1.149,1.818],[0.54,-41.549]],"o":[[3.19,4.386],[2.98,0.696],[2.863,1.039],[2.468,-4.4],[0.909,-44.773],[-0.357,-1.004],[-4.13,-4.617],[8.4,-11.267],[-3.007,-2.698],[4.575,-2.078],[-5.728,-6.532],[0.221,4.908]],"v":[[-31.614,50.519],[-22.64,39.344],[-18.721,56.244],[-10.53,43.612],[2.388,50.202],[18.351,4.366],[17.927,2.046],[5.897,-0.304],[-1.291,-9.693],[1.277,-16.795],[4.384,-22.687],[-38.243,44.978]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":43.625,"s":[{"i":[[-2.375,-7.625],[-4.625,-2.875],[-3.75,-3],[-2.951,2.656],[-0.25,10.133],[-4.643,1.569],[0.858,0.632],[-3.658,5.749],[2.106,3.943],[-9.391,0.939],[0.505,2.091],[11.384,-35.156]],"o":[[1.613,5.178],[2.599,1.616],[2.378,1.903],[3.75,-3.375],[0.75,-16.117],[1.01,-0.341],[-2.943,-2.171],[5.522,-8.677],[-1.982,-3.52],[5,-0.5],[-3.328,-8.025],[-1.366,4.719]],"v":[[-28.203,20.554],[-19.953,21.054],[-18.953,33.429],[-10.953,27.554],[0.297,33.046],[31.54,-3.179],[31.883,-5.512],[28.547,-17.571],[19.191,-23.264],[27.547,-30.571],[32.38,-35.154],[-32.703,13.179]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":46.25,"s":[{"i":[[-5,2.875],[-4.625,-2.875],[-3.75,-3],[-3.958,-0.312],[-6,-2.117],[-4.643,1.569],[0.858,0.632],[-1.771,6.58],[2.106,3.943],[-9.391,0.939],[0.505,2.091],[7,-6.75]],"o":[[3.401,-1.956],[2.599,1.616],[2.378,1.903],[4.75,0.375],[15,-14.117],[1.01,-0.341],[-2.943,-2.171],[1.75,-6.5],[-1.982,-3.52],[5,-0.5],[-31.583,2.583],[-12,13.25]],"v":[[-27.703,16.054],[-10.953,6.554],[-13.953,16.429],[-1.453,11.554],[-0.703,23.546],[38.54,-4.679],[38.883,-7.012],[35.547,-19.571],[26.191,-24.764],[34.547,-32.071],[39.38,-36.654],[-23.703,-5.321]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":48,"s":[{"i":[[-4,-0.292],[-5.595,-2.985],[-4.583,-3.5],[-3.383,-2.078],[-6,-2.117],[-10.043,1.262],[0.858,0.632],[-1.771,6.58],[-2.369,7.019],[-3.13,1.48],[0.946,4.586],[5.167,-4.75]],"o":[[5.25,0.125],[2.366,1.289],[2.526,1.934],[2.917,1.792],[8.833,-13.45],[3.104,-0.354],[-2.943,-2.171],[1.75,-6.5],[2.41,-6.878],[1.667,-3.517],[-20.75,-3.917],[-7.167,7.583]],"v":[[-18.703,0.054],[-13.62,8.054],[-4.953,2.596],[-3.12,16.387],[8.464,14.629],[43.623,-5.179],[42.716,-9.512],[48.88,-18.071],[39.358,-24.431],[38.214,-30.904],[44.38,-35.654],[-12.036,-14.154]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":49,"s":[{"i":[[-3.5,-1.875],[-6.08,-3.04],[-5,-3.75],[-3.958,-0.312],[-3.5,2.633],[-15.993,-0.142],[0.858,0.632],[-1.771,6.58],[-4.606,8.557],[0,1.75],[1.167,5.833],[4.25,-3.75]],"o":[[3.683,1.973],[2.25,1.125],[2.6,1.95],[4.75,0.375],[7.25,-6.617],[4.166,0.037],[-2.943,-2.171],[1.75,-6.5],[4.606,-8.557],[0,-5.025],[-15.333,-7.167],[-4.75,4.75]],"v":[[-14.203,-7.946],[-10.453,3.554],[-0.453,-4.321],[-1.703,15.054],[11.547,11.296],[45.04,-4.929],[44.633,-10.762],[55.547,-17.321],[45.941,-24.264],[40.047,-30.321],[46.88,-35.154],[-6.203,-18.571]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":50,"s":[{"i":[[-2.99,-2.399],[-4.636,-2.652],[-5,-3.75],[-3.243,-1.386],[-3.167,2.133],[-8.826,0.691],[0.755,0.726],[-1.771,6.58],[-4.606,8.557],[0,1.75],[0.75,4.75],[4.667,-1.75]],"o":[[3.288,2.774],[2.171,1.469],[2.6,1.95],[4,1.875],[4.453,-2.999],[4.142,-0.044],[-3.324,-3.717],[1.75,-6.5],[4.606,-8.557],[0,-5.025],[-10.083,-5.834],[-6.458,2.422]],"v":[[-6.12,-18.029],[-2.453,-3.613],[9.38,-9.988],[10.047,9.304],[25.964,-0.204],[45.373,-5.512],[44.633,-10.762],[55.297,-16.738],[45.608,-23.847],[40.38,-30.321],[47.297,-34.821],[13.38,-32.571]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":51,"s":[{"i":[[-2.48,-2.923],[-3.193,-2.263],[-5,-3.75],[-2.527,-2.459],[-3.083,1.133],[-4.91,0.275],[0.652,0.82],[-1.771,6.58],[-4.606,8.557],[0,1.75],[0.334,3.666],[4.458,-0.875]],"o":[[2.894,3.574],[2.092,1.813],[2.6,1.95],[3.25,3.375],[5.961,-2.19],[4.133,0.273],[-3.705,-5.263],[1.75,-6.5],[4.606,-8.557],[0,-5.025],[-4.833,-4.5],[-4.539,0.891]],"v":[[5.214,-25.363],[5.547,-10.779],[19.214,-15.654],[17.547,-0.696],[28.38,-1.204],[43.957,-5.596],[44.633,-10.762],[55.047,-16.154],[45.274,-23.431],[40.714,-30.321],[47.713,-34.487],[23.089,-35.196]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":52,"s":[{"i":[[-1.97,-3.447],[-1.75,-1.875],[-5,-3.75],[-1.812,-3.533],[-6.5,1.883],[-0.993,-0.142],[0.548,0.914],[-1.771,6.58],[-4.606,8.557],[0,1.75],[-0.083,2.583],[3.082,-0.257]],"o":[[2.5,4.375],[2.013,2.157],[2.6,1.95],[2.5,4.875],[2.75,-1.117],[4.125,0.59],[-4.086,-6.809],[1.75,-6.5],[4.606,-8.557],[0,-5.025],[0.417,-3.167],[-3,0.25]],"v":[[19.047,-29.196],[13.547,-17.946],[29.047,-21.321],[24.547,-6.946],[34.547,-3.704],[42.29,-4.179],[45.633,-8.262],[54.797,-15.571],[44.941,-23.014],[41.047,-30.321],[48.13,-34.154],[35.297,-35.071]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":54,"s":[{"i":[[2.033,-1.245],[-3.047,0.115],[2.742,-5.603],[3.975,-1.844],[-4.469,1.133],[-1.438,0.209],[-0.097,2.393],[1.974,6.961],[-6.634,7.077],[0,1.75],[-0.083,2.583],[1.55,-0.318]],"o":[[-4.146,2.363],[5.083,-0.245],[-3.067,5.955],[-5.124,2.306],[2.75,-1.117],[4.025,-0.585],[-3.097,-3.607],[-1.837,-6.476],[5.317,-5.711],[0,-5.025],[0.417,-2.218],[-1.537,0.325]],"v":[[35.547,-34.176],[35.264,-28.411],[43.799,-24.328],[39.876,-10.367],[33.409,-3.5],[42.735,-4.78],[51.644,-6.214],[54.323,-16.282],[46.127,-23.251],[42.707,-30.795],[48.604,-34.154],[42.518,-35.339]]}]},{"t":55,"s":[{"i":[[2.25,-1.125],[-3.117,0.223],[5,-6.75],[4.548,-0.947],[10,-1.867],[-0.994,-0.134],[0.094,1.062],[-1.771,6.58],[-6.744,6.997],[0,1.75],[-0.083,2.583],[1.471,-0.294]],"o":[[-4.507,2.253],[5.25,-0.375],[-4.193,5.661],[-9,1.875],[2.75,-1.117],[4.507,0.608],[-0.336,-3.809],[1.75,-6.5],[5.356,-5.557],[0,-5.025],[0.417,-2.167],[-1.25,0.25]],"v":[[39.047,-34.446],[39.047,-29.196],[43.297,-22.321],[47.297,-15.946],[38.547,-4.704],[45.04,-5.179],[46.133,-12.262],[54.297,-16.321],[46.191,-23.264],[42.797,-30.821],[48.63,-34.154],[45.297,-35.571]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[91,89,130,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[43.143,54.45]}}],"nm":"Group 42"}],"bounds":{"l":4,"t":17,"b":171,"r":99},"ip":31,"op":54,"st":36},{"ddd":0,"ind":7,"ty":4,"nm":"gotaAzul3","ks":{"r":{"k":31},"p":{"k":[183.127,209.898,0]},"a":{"k":[158.567,64.402,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":24,"s":[{"i":[[1.003,0.154],[0.214,-1.36]],"o":[[-0.997,-0.153],[-0.253,1.604]],"v":[[-2.788,7.056],[-3.283,9.049]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":26,"s":[{"i":[[2.396,0.621],[0.038,1.376]],"o":[[-2.819,-0.731],[-0.083,-3.007]],"v":[[0.212,-3.944],[-1.783,3.299]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":28,"s":[{"i":[[3.753,1.347],[0.038,1.376]],"o":[[-3.781,-1.357],[-0.083,-3.007]],"v":[[3.212,-9.944],[0.217,-1.951]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[2.753,2.097],[-0.638,1.22]],"o":[[-2.723,-2.074],[3.997,-7.646]],"v":[[8.462,-16.694],[1.217,-5.951]]}]},{"t":32,"s":[{"i":[[-0.497,-1.653],[-0.831,1.097]],"o":[[0.378,1.257],[1.247,-1.646]],"v":[[12.462,-17.444],[10.967,-16.951]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[157.994,65.167]},"a":{"k":[-3.231,8.941]}}],"nm":"Group 8"}],"bounds":{"l":157,"t":37,"b":66,"r":174},"ip":24,"op":32,"st":24},{"ddd":0,"ind":8,"ty":4,"nm":"gotaAzul2","ks":{"r":{"k":-70},"p":{"k":[139.627,239.523,0]},"a":{"k":[56.817,156.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":26,"s":[{"i":[[-0.455,1.024],[1.726,1.678]],"o":[[0.512,-1.151],[-2.036,-1.978]],"v":[[5.199,5.726],[5.515,5.777]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":28,"s":[{"i":[[-2.293,2.922],[1.93,1.438]],"o":[[2.097,-2.672],[-2.276,-1.696]],"v":[[-11.662,-7.638],[-4.972,-0.799]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[-1.353,3.459],[1.447,1.924]],"o":[[1.514,-3.869],[-3.509,-4.665]],"v":[[-19.908,-11.288],[-8.283,-3.318]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":32,"s":[{"i":[[-1.353,3.459],[1.719,1.686]],"o":[[1.514,-3.869],[-3.231,-3.169]],"v":[[-27.512,-11.713],[-19.413,-8.313]]}]},{"t":33,"s":[{"i":[[-0.085,1.237],[1.719,1.686]],"o":[[0.019,-0.664],[-3.231,-3.169]],"v":[[-27.512,-11.713],[-23.664,-10.49]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[54.06,153.332]}}],"nm":"Group 15"}],"bounds":{"l":26,"t":140,"b":160,"r":61},"ip":26,"op":33,"st":23},{"ddd":0,"ind":9,"ty":4,"nm":"gotaAzul1","ks":{"p":{"k":[127.127,209.523,0]},"a":{"k":[67.317,146.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":27,"s":[{"i":[[-0.429,2.405],[-0.331,-0.254]],"o":[[0.392,-2.2],[-1.846,-0.281]],"v":[[3.433,3.647],[5.682,3.801]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":29,"s":[{"i":[[-0.429,2.405],[1.565,0.239]],"o":[[0.392,-2.2],[-1.846,-0.281]],"v":[[-3.567,-0.103],[2.432,1.801]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":31,"s":[{"i":[[-0.429,2.405],[1.565,0.239]],"o":[[0.392,-2.2],[-1.846,-0.281]],"v":[[-13.817,-1.853],[-3.568,0.051]]}]},{"t":33,"s":[{"i":[[-0.429,2.405],[1.565,0.239]],"o":[[0.392,-2.2],[-1.846,-0.281]],"v":[[-16.317,-0.853],[-13.568,-0.699]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[69,151,160,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[67.589,144.582]}}],"nm":"Group 17"}],"bounds":{"l":51,"t":142,"b":150,"r":74},"ip":27,"op":33,"st":27},{"ddd":0,"ind":10,"ty":4,"nm":"gotaGris6","ks":{"p":{"k":[58.377,211.773,0]},"a":{"k":[3.817,119.62,0]},"s":{"k":[100,130.464,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":35,"s":[{"i":[[-0.762,1.413],[-1.792,-0.578],[0.899,0.325]],"o":[[0.302,-0.274],[1.809,0.583],[-0.994,-0.359]],"v":[[7.946,5.219],[12.12,6.109],[14.547,6.943]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":37,"s":[{"i":[[-0.333,2.916],[-1.991,-1.413],[0.799,0.524]],"o":[[0.151,-1.327],[2.01,1.426],[-3.551,-2.332]],"v":[[-4.304,-1.105],[0.054,0.183],[3.047,2.727]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":38,"s":[{"i":[[-0.268,-1.413],[-1.208,-0.056],[0.414,0.388]],"o":[[0.232,1.078],[1.292,0.04],[-1.835,-1.345]],"v":[[-11.679,-0.434],[-7.489,0.029],[-4.016,0.141]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":39,"s":[{"i":[[-2.019,-1.369],[-2.726,1.476],[0.066,0.244]],"o":[[1.668,1.131],[1.649,-0.892],[-0.171,-0.337]],"v":[[-15.521,3.466],[-11.244,1.491],[-8.029,-0.368]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":41,"s":[{"i":[[-2.019,-1.369],[-0.703,0.877],[0.066,0.244]],"o":[[1.668,1.131],[1.176,-1.468],[-0.171,-0.337]],"v":[[-18.021,7.777],[-15.119,5.515],[-12.154,2.315]]}]},{"t":43,"s":[{"i":[[-1.397,-0.501],[-0.564,0.972],[0.066,0.244]],"o":[[0.824,0.436],[0.547,-0.943],[-0.171,-0.337]],"v":[[-18.646,8.639],[-16.619,7.144],[-15.154,5.285]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[207,211,174,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[4.887,119.15]}}],"nm":"Group 14"}],"bounds":{"l":-15,"t":117,"b":128,"r":20},"ip":35,"op":43,"st":33},{"ddd":0,"ind":11,"ty":4,"nm":"gotaGris5","ks":{"p":{"k":[34.127,147.898,0]},"a":{"k":[15.817,113.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":34,"s":[{"i":[[-1.026,0.465],[0.227,0.414]],"o":[[0.843,-0.314],[0.102,-0.086]],"v":[[43.432,35.82],[44.173,38.592]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":36,"s":[{"i":[[-4.252,0.85],[-0.109,2.807]],"o":[[3.889,-0.778],[0.227,-5.836]],"v":[[41.807,21.82],[42.298,34.592]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":38,"s":[{"i":[[-2.032,0.311],[-0.101,2.807]],"o":[[3.92,-0.6],[0.102,-2.836]],"v":[[42.182,14.945],[42.673,23.342]]}]},{"t":40,"s":[{"i":[[-0.782,0.186],[-0.023,0.914]],"o":[[1.256,-0.074],[-0.023,-0.461]],"v":[[42.182,12.82],[42.548,14.717]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[207,211,174,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[15.415,113.122]}}],"nm":"Group 19"}],"bounds":{"l":55,"t":125,"b":152,"r":60},"ip":34,"op":40,"st":33},{"ddd":0,"ind":12,"ty":4,"nm":"gotaGris3","ks":{"p":{"k":[83.377,231.773,0]},"a":{"k":[3.817,119.62,0]},"s":{"k":[100,130.464,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[-0.762,1.413],[-1.792,-0.578],[0.899,0.325]],"o":[[0.302,-0.274],[1.809,0.583],[-0.994,-0.359]],"v":[[7.946,5.219],[12.12,6.109],[14.547,6.943]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":32,"s":[{"i":[[-0.333,2.916],[-1.991,-1.413],[0.799,0.524]],"o":[[0.151,-1.327],[2.01,1.426],[-3.551,-2.332]],"v":[[-4.304,-1.105],[0.054,0.183],[3.047,2.727]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":33,"s":[{"i":[[-0.268,-1.413],[-1.208,-0.056],[0.414,0.388]],"o":[[0.232,1.078],[1.292,0.04],[-1.835,-1.345]],"v":[[-11.679,-0.434],[-7.489,0.029],[-4.016,0.141]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":34,"s":[{"i":[[-2.019,-1.369],[-2.726,1.476],[0.066,0.244]],"o":[[1.668,1.131],[1.649,-0.892],[-0.171,-0.337]],"v":[[-15.521,3.466],[-11.244,1.491],[-8.029,-0.368]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":36,"s":[{"i":[[-2.019,-1.369],[-0.703,0.877],[0.066,0.244]],"o":[[1.668,1.131],[1.176,-1.468],[-0.171,-0.337]],"v":[[-18.021,7.777],[-15.119,5.515],[-12.154,2.315]]}]},{"t":38,"s":[{"i":[[-1.397,-0.501],[-0.564,0.972],[0.066,0.244]],"o":[[0.824,0.436],[0.547,-0.943],[-0.171,-0.337]],"v":[[-18.646,8.639],[-16.619,7.144],[-15.154,5.285]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[207,211,174,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[4.887,119.15]}}],"nm":"Group 14"}],"bounds":{"l":-15,"t":117,"b":128,"r":20},"ip":30,"op":38,"st":28},{"ddd":0,"ind":13,"ty":4,"nm":"gotaGris2","ks":{"p":{"k":[59.127,167.898,0]},"a":{"k":[15.817,113.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":29,"s":[{"i":[[-1.026,0.465],[0.227,0.414]],"o":[[0.843,-0.314],[0.102,-0.086]],"v":[[43.432,35.82],[44.173,38.592]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":31,"s":[{"i":[[-4.252,0.85],[-0.109,2.807]],"o":[[3.889,-0.778],[0.227,-5.836]],"v":[[41.807,21.82],[42.298,34.592]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":33,"s":[{"i":[[-2.032,0.311],[-0.101,2.807]],"o":[[3.92,-0.6],[0.102,-2.836]],"v":[[42.182,14.945],[42.673,23.342]]}]},{"t":35,"s":[{"i":[[-0.782,0.186],[-0.023,0.914]],"o":[[1.256,-0.074],[-0.023,-0.461]],"v":[[42.182,12.82],[42.548,14.717]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[207,211,174,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[15.415,113.122]}}],"nm":"Group 19"}],"bounds":{"l":55,"t":125,"b":152,"r":60},"ip":29,"op":35,"st":28},{"ddd":0,"ind":14,"ty":4,"nm":"gotaGris4","ks":{"r":{"k":132},"p":{"k":[139.502,224.523,0]},"a":{"k":[121.017,32.043,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":27,"s":[{"i":[[1.069,-1.904],[3.166,0.708]],"o":[[-1.195,2.13],[-0.793,-0.233]],"v":[[4.681,4.064],[9.043,6.644]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"t":30,"s":[{"i":[[2.279,-4.945],[3.207,0.487]],"o":[[-2.681,5.818],[-7.007,-1.066]],"v":[[-8.319,-1.436],[7.793,5.894]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":33,"s":[{"i":[[4.866,-2.442],[2.202,2.382]],"o":[[-5.725,2.873],[-4.81,-5.205]],"v":[[-7.689,-20.584],[0.328,-4.803]]}]},{"t":35,"s":[{"i":[[5.434,-0.35],[1.661,2.786]],"o":[[-4.657,0.3],[-3.63,-6.087]],"v":[[-4.829,-30.021],[-3.11,-19.092]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[207,211,174,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[114.44,29.594]},"a":{"k":[0.5,3.375]}}],"nm":"Group 9"}],"bounds":{"l":105,"t":-4,"b":34,"r":124},"ip":27,"op":35,"st":27},{"ddd":0,"ind":15,"ty":4,"nm":"manchaGris","ks":{"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":28,"s":[{"i":[[-5.211,-2.443],[-0.453,-6.251],[-0.528,-2.354],[3.103,-1.266],[-0.032,-2.98],[-4.042,0.696],[-3.41,0.321],[-0.337,1.771],[-1.957,4.718],[5.745,1.311],[10.53,-8.011],[0.915,-0.19]],"o":[[6.599,3.094],[0.304,4.198],[0.653,2.911],[-4.034,1.645],[1.029,4.295],[4.84,-0.752],[3.529,-0.332],[1.041,-5.465],[0.685,-1.652],[-8.236,-1.879],[-3.303,2.513],[-4.095,1.604]],"v":[[39.5,12.601],[35.863,19.946],[39.695,23.748],[37.064,31.159],[30.638,33.848],[41.146,37.484],[47.886,36.179],[54.529,33.204],[47.774,25.947],[52.871,14.008],[41.97,6.131],[34.012,7.29]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":31,"s":[{"i":[[2.964,-7.494],[4.31,-3.508],[3.348,-9.606],[9.744,-2.487],[13.916,-6.871],[-4.244,0.039],[-3.536,-0.247],[-0.64,1.806],[-2.784,4.628],[11.95,-1.524],[10.066,-3.197],[2.777,0.757]],"o":[[-2.845,7.195],[-6.408,5.216],[-2.415,6.928],[-4.376,1.117],[-3.158,6.453],[5.069,0.039],[3.659,0.256],[1.973,-5.57],[0.975,-1.62],[-3.567,0.455],[-3.45,1.096],[-10.676,0.757]],"v":[[15.913,-0.113],[21.028,10.392],[3.582,9.213],[9.015,19.694],[10.534,29.941],[28.694,34.755],[45.625,34.539],[54.976,32.549],[45.145,23.489],[48.717,11.804],[48.595,1.722],[35.643,2.594]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":33,"s":[{"i":[[5.155,-3.047],[5.212,-0.204],[7.923,-5.23],[3.279,-4.611],[-2.202,-4.417],[-10.318,-5.268],[-2.768,-0.176],[-0.691,1.722],[-2.877,4.367],[11.377,4.579],[8.132,-1.291],[14.802,6.277]],"o":[[-3.355,2.148],[-2.82,0.409],[-4.261,2.936],[-2.32,3.649],[3.056,5.45],[10.85,5.539],[3.537,0.225],[2.132,-5.312],[1.007,-1.529],[-3.199,-1.288],[-3.976,1.043],[-14.88,-7.889]],"v":[[-5.31,-16.764],[-9.013,-4.862],[-20.995,-13.522],[-22.356,-4.954],[-24.46,2.691],[3.134,26.335],[34.322,34.239],[49.415,32.635],[43.004,23.581],[47.38,12.434],[45.898,0.64],[17.52,-2.413]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":36,"s":[{"i":[[1.93,-0.431],[3.793,-0.097],[4.362,-1.309],[1.81,-0.938],[-0.725,-3.901],[-7.148,-6.169],[-3.486,4.386],[-0.622,1.752],[-2.708,4.492],[-2.87,-0.259],[-0.086,4.254],[11.76,14.7]],"o":[[-3.682,0.822],[-2.459,0.063],[-4.898,1.47],[-3.916,2.029],[4.477,18.676],[6.44,5.728],[3.261,-4.102],[1.919,-5.406],[0.948,-1.572],[4.754,0.429],[0.167,-8.247],[-8.371,-10.128]],"v":[[-9.38,-36.675],[-17.49,-29.066],[-23.387,-35.382],[-29.175,-24.176],[-39.776,-31.817],[-16.072,11.131],[12.98,28.507],[12.009,17.783],[23.585,17.783],[19.51,6.959],[36,0.796],[8.806,-12.324]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":38,"s":[{"i":[[2.133,-0.303],[4.14,0.182],[4.846,-1.032],[2.038,-0.837],[1.695,-9.519],[-17.534,-23.237],[-4.11,4.286],[-0.802,1.77],[-0.64,5.167],[-2.315,2.076],[-0.026,4.42],[13.054,13.503]],"o":[[-4.071,0.578],[-2.684,-0.118],[-5.441,1.159],[-4.41,1.811],[1.127,6.866],[6.613,6.415],[3.844,-4.008],[2.474,-5.459],[0.615,-4.959],[2.991,-2.682],[0.035,-5.891],[-10.214,-16.896]],"v":[[-7.23,-41.334],[-16.771,-35.679],[-24.999,-42.009],[-31.496,-31.594],[-40.916,-39.385],[-19.46,6.256],[14.038,25.828],[8.311,13.463],[21.126,11.377],[16.885,4.126],[30.482,0.793],[5.963,-15.618]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":39,"s":[{"i":[[4.511,-4.934],[3.749,-0.131],[4.3,-1.302],[3.506,2.094],[5.807,-5.158],[0.246,-12.568],[-2.545,-7.046],[-2.929,2.547],[-1.005,1.099],[-6.13,2.896],[-6.573,0.854],[3.015,4.474]],"o":[[-5.777,4.887],[-2.431,0.085],[-4.828,1.462],[-3.318,-1.818],[-2.792,2.377],[0.236,3.825],[2.598,4.472],[3.668,-2.561],[3.547,-4.237],[4.87,-15.604],[5.286,-0.392],[-2.764,-7.273]],"v":[[-2.174,-67.041],[-11.928,-67.773],[-15.613,-63.466],[-17.029,-78.487],[-31.689,-72.693],[-38.33,-39.908],[-33.293,-10.058],[-16.904,5.346],[-22.38,-6.869],[-8.703,-6.003],[4.699,-10.341],[-1.794,-37.741]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":40,"s":[{"i":[[4.511,-4.934],[3.749,-0.131],[4.3,-1.302],[3.506,2.094],[5.807,-5.158],[0.246,-12.568],[-2.545,-7.046],[-6.929,0.047],[-1.005,1.099],[-6.13,2.896],[-6.573,0.854],[3.015,4.474]],"o":[[-5.777,4.887],[-2.431,0.085],[-4.828,1.462],[-3.318,-1.818],[-2.792,2.377],[0.236,3.825],[2.598,4.472],[3.668,-2.561],[7.41,-4.073],[4.87,-15.604],[5.286,-0.392],[-2.764,-7.273]],"v":[[-2.174,-67.041],[-11.928,-67.773],[-15.613,-63.466],[-17.029,-78.487],[-31.689,-72.693],[-38.33,-39.908],[-32.793,-16.058],[-23.904,-0.654],[-24.38,-17.869],[-12.203,-13.503],[2.699,-15.841],[-1.794,-37.741]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":42,"s":[{"i":[[5.169,-4.24],[3.729,0.405],[4.442,-0.675],[3.172,2.572],[6.484,-4.277],[2.037,-12.404],[1.261,-8.285],[-6.865,-0.942],[-1.151,0.945],[-7.254,5.248],[-6.628,-0.092],[2.345,4.859]],"o":[[-6.416,4.013],[-2.418,-0.263],[-4.988,0.758],[-3.024,-2.273],[-3.102,1.954],[0.339,-2.389],[1.934,4.797],[3.996,-2.011],[7.916,-2.974],[7.246,-24.752],[5.288,0.366],[-1.697,-7.593]],"v":[[-0.514,-69.914],[-10.063,-72.03],[-14.325,-68.293],[-13.584,-83.363],[-28.92,-79.719],[-36.172,-65.218],[-39.594,-36.321],[-32.994,-22.307],[-30.508,-38.414],[-19.079,-28.855],[-2.996,-27.043],[-5.319,-57.36]]}]},{"t":44,"s":[{"i":[[5.169,-4.24],[3.729,0.405],[4.442,-0.675],[3.172,2.572],[6.484,-4.277],[2.339,-4.889],[1.261,-7.285],[-6.865,-0.942],[-1.151,0.945],[-7.254,5.248],[-6.628,-0.092],[2.345,4.859]],"o":[[-6.416,4.013],[-2.418,-0.263],[-4.988,0.758],[-3.024,-2.273],[-3.102,1.954],[0.339,-2.389],[-0.239,6.215],[3.996,-2.011],[7.916,-2.974],[7.246,-24.752],[5.288,0.366],[-1.697,-7.593]],"v":[[-0.514,-69.914],[-10.063,-72.03],[-7.825,-82.793],[-13.584,-83.363],[-28.92,-79.719],[-33.672,-74.718],[-39.094,-55.821],[-36.494,-41.807],[-30.008,-53.414],[-19.579,-41.355],[-5.496,-40.543],[-5.319,-57.36]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[207,211,174,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[46.273,142.485]}}],"nm":"Group 32"}],"bounds":{"l":5,"t":58,"b":181,"r":102},"ip":28,"op":43,"st":30},{"ddd":0,"ind":16,"ty":4,"nm":"manchaAzul 5","ks":{"r":{"k":-28},"p":{"k":[-10.123,170.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0.04,-0.183],[-0.051,0.174]],"o":[[-0.084,0.163],[0.084,-0.285]],"v":[[-57.803,-24.394],[-57.317,-24.258]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[88.107,171.712]},"o":{"k":0}}],"nm":"Group 21"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-0.094,-0.156],[-0.339,-0.267],[0.138,0.109],[0.2,0.332]],"o":[[0.228,0.378],[0.139,0.11],[-0.298,-0.235],[-0.094,-0.156]],"v":[[-47.751,-25.357],[-46.902,-24.396],[-46.774,-24.644],[-47.52,-25.498]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[76.944,171.413]},"o":{"k":0}}],"nm":"Group 22"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":44,"s":[{"i":[[-0.264,-0.147],[-2.124,3.807],[4.137,4.027],[0.269,-6.566]],"o":[[-0.014,0.103],[5.754,-10.311],[-3.296,-3.208],[-0.402,9.818]],"v":[[-63.632,-29.007],[-60.751,-54.312],[-53.845,-76.276],[-65.848,-56.192]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":46,"s":[{"i":[[-0.264,-0.147],[-2.442,3.611],[2.601,4.841],[1.348,-5.182]],"o":[[-0.014,0.103],[3.252,-4.81],[-3.051,-5.679],[-2.475,9.51]],"v":[[-63.235,-55.726],[-55.001,-69.813],[-44.948,-80.944],[-58.848,-72.442]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":49.333,"s":[{"i":[[-0.264,-0.147],[-4.011,1.707],[-2,5.118],[5.182,-2.801]],"o":[[-0.014,0.103],[4.252,-1.81],[0.949,-2.429],[-2.902,1.568]],"v":[[-55.735,-70.226],[-49.251,-73.813],[-38.198,-73.944],[-50.598,-76.192]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":51,"s":[{"i":[[-0.264,-0.147],[-4.337,-0.437],[-2,5.118],[8.691,-1.621]],"o":[[-0.014,0.103],[7.015,0.706],[0.949,-2.429],[-3.243,0.605]],"v":[[-55.735,-70.226],[-46.016,-74.118],[-31.808,-68.848],[-46.907,-76.172]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":53,"s":[{"i":[[-0.264,-0.147],[-3.377,-3.395],[-2.188,3.251],[6.336,6.165]],"o":[[-0.014,0.103],[3.175,3.192],[1.456,-2.163],[-3.087,-3.003]],"v":[[-43.718,-72.652],[-34.207,-62.559],[-22.212,-51.865],[-33.919,-66.656]]}]},{"t":55,"s":[{"i":[[-0.099,-0.087],[-1.123,-1.762],[-1.236,1.182],[2.126,3.219]],"o":[[-0.016,0.043],[1.056,1.657],[0.822,-0.786],[-1.036,-1.568]],"v":[[-19.336,-40.837],[-16.223,-35.648],[-12.107,-29.97],[-15.718,-37.367]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[97.44,158.252]}}],"nm":"Group 34"}],"bounds":{"l":29,"t":75,"b":148,"r":86},"ip":44,"op":55,"st":24},{"ddd":0,"ind":17,"ty":4,"nm":"manchaAzul 3","ks":{"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0.04,-0.183],[-0.051,0.174]],"o":[[-0.084,0.163],[0.084,-0.285]],"v":[[-57.803,-24.394],[-57.317,-24.258]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[88.107,171.712]}}],"nm":"Group 21"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-0.094,-0.156],[-0.339,-0.267],[0.138,0.109],[0.2,0.332]],"o":[[0.228,0.378],[0.139,0.11],[-0.298,-0.235],[-0.094,-0.156]],"v":[[-47.751,-25.357],[-46.902,-24.396],[-46.774,-24.644],[-47.52,-25.498]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[76.944,171.413]}}],"nm":"Group 22"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":44,"s":[{"i":[[-0.264,-0.147],[-1.271,4.17],[5.699,1.571],[0.269,-6.566]],"o":[[-0.014,0.103],[3.752,-12.31],[-4.434,-1.222],[-0.402,9.818]],"v":[[-62.235,-40.226],[-61.751,-54.063],[-59.198,-75.694],[-65.848,-56.192]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":46.667,"s":[{"i":[[-0.264,-0.147],[-2.442,3.611],[2.601,4.841],[1.348,-5.182]],"o":[[-0.014,0.103],[3.252,-4.81],[-3.051,-5.679],[-2.475,9.51]],"v":[[-63.235,-55.726],[-55.001,-69.813],[-44.948,-80.944],[-58.848,-72.442]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":49.333,"s":[{"i":[[-0.264,-0.147],[-4.011,1.707],[-2,5.118],[5.182,-2.801]],"o":[[-0.014,0.103],[4.252,-1.81],[0.949,-2.429],[-2.902,1.568]],"v":[[-55.735,-70.226],[-49.251,-73.813],[-38.198,-73.944],[-50.598,-76.192]]}]},{"t":52,"s":[{"i":[[0.008,-0.073],[-0.388,-0.469],[-0.509,0.473],[0.656,0.599]],"o":[[-0.019,0.025],[0.541,0.653],[0.497,-0.462],[-0.332,-0.304]],"v":[[-37.859,-66.821],[-37.194,-65.777],[-36.432,-64.358],[-36.864,-66.576]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[97.44,158.252]}}],"nm":"Group 34"}],"bounds":{"l":29,"t":75,"b":148,"r":62},"ip":44,"op":52,"st":24},{"ddd":0,"ind":18,"ty":4,"nm":"manchaAzul 2","ks":{"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":42,"s":[{"i":[[0.193,-0.895],[-0.251,0.852]],"o":[[-0.408,0.798],[0.41,-1.391]],"v":[[-53.124,-18.344],[-50.752,-17.68]]}]},{"t":44,"s":[{"i":[[0.04,-0.183],[-0.051,0.174]],"o":[[-0.084,0.163],[0.084,-0.285]],"v":[[-57.803,-24.394],[-57.317,-24.258]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[88.107,171.712]},"o":{"k":0}}],"nm":"Group 21"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":42,"s":[{"i":[[-0.458,-0.76],[-1.656,-1.304],[0.674,0.531],[0.977,1.621]],"o":[[1.112,1.846],[0.68,0.536],[-1.456,-1.148],[-0.458,-0.759]],"v":[[-47.387,-24.208],[-43.244,-19.515],[-42.617,-20.724],[-46.26,-24.894]]}]},{"t":44,"s":[{"i":[[-0.094,-0.156],[-0.339,-0.267],[0.138,0.109],[0.2,0.332]],"o":[[0.228,0.378],[0.139,0.11],[-0.298,-0.235],[-0.094,-0.156]],"v":[[-47.751,-25.357],[-46.902,-24.396],[-46.774,-24.644],[-47.52,-25.498]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[76.944,171.413]},"o":{"k":0}}],"nm":"Group 22"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":42,"s":[{"i":[[-1.514,2.603],[-3.887,5.927],[0.803,5.402],[5.106,10.685],[1.877,-3.935],[3.449,-3.554],[6.598,-5.682],[-0.203,-5.986],[-3.867,-1.329]],"o":[[-0.346,-3.232],[2.113,-6.323],[-0.948,-5.974],[-4.787,-10.018],[-6.141,12.875],[-3.203,3.301],[-1.539,1.325],[-0.541,3.254],[5.57,2.381]],"v":[[-35.235,-4.976],[-44.862,-13.3],[-25.738,-17.197],[-42.462,-28.855],[-55.876,-39.438],[-67.698,-31.569],[-68.848,-17.442],[-76.406,-17.268],[-58.657,0.194]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":43,"s":[{"i":[[-3.889,4.353],[-1.262,3.552],[0.609,4.167],[2.232,6.19],[2.814,6.503],[-4.301,-7.866],[2.723,-4.307],[-0.344,-10.355],[-5.467,-7.442]],"o":[[2.111,-5.897],[-1.564,-5.683],[-0.48,-5.075],[-1.537,-7.268],[-4.686,-5.247],[3.199,8.134],[-3.527,7.193],[0.808,3.949],[4.533,6.308]],"v":[[-44.86,1.774],[-47.237,-14.3],[-39.238,-26.447],[-50.337,-31.605],[-54.064,-49.876],[-63.948,-47.507],[-72.973,-38.817],[-82.156,-29.768],[-72.532,-13.181]]}]},{"t":44,"s":[{"i":[[-0.264,-0.147],[1.363,1.177],[0.416,2.932],[-0.643,1.695],[1.533,4.081],[1.949,-2.929],[1.098,-5.432],[-1.594,-7.605],[-4.842,-3.317]],"o":[[-0.014,0.103],[-5.241,-5.043],[-0.012,-4.176],[1.713,-4.518],[-4.248,-11.31],[-2.548,3.829],[-0.402,1.99],[2.156,4.645],[5.57,2.381]],"v":[[-42.985,-7.976],[-49.612,-15.3],[-56.738,-29.197],[-55.212,-39.355],[-54.251,-54.313],[-70.198,-53.944],[-73.598,-41.692],[-71.406,-27.768],[-62.907,-16.556]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[97.44,158.252]}}],"nm":"Group 34"}],"bounds":{"l":15,"t":98,"b":161,"r":72},"ip":42,"op":44,"st":24},{"ddd":0,"ind":19,"ty":4,"nm":"manchaAzul","ks":{"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":23,"s":[{"i":[[-0.199,0.232],[0.199,-0.232]],"o":[[0.199,-0.232],[-0.199,0.232]],"v":[[56.93,-18.589],[56.571,-18.898]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":24,"s":[{"i":[[-0.553,0.182],[0.553,-0.182]],"o":[[0.553,-0.182],[-0.553,0.182]],"v":[[42.185,-5.897],[41.903,-6.754]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":27,"s":[{"i":[[-1.512,0.497],[1.512,-0.497]],"o":[[1.512,-0.497],[-1.512,0.497]],"v":[[41.226,-3.374],[40.456,-5.718]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[-1.881,0.453],[1.881,-0.453]],"o":[[1.881,-0.453],[-1.881,0.453]],"v":[[37.796,-3.16],[37.093,-6.076]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":32,"s":[{"i":[[-1.888,0.423],[1.888,-0.423]],"o":[[1.888,-0.423],[-1.888,0.423]],"v":[[32.175,-0.762],[31.52,-3.689]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":35,"s":[{"i":[[-1.881,0.452],[1.882,-0.452]],"o":[[1.881,-0.452],[-1.882,0.452]],"v":[[24.675,-2.399],[23.975,-5.316]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":38,"s":[{"i":[[-1.931,0.125],[1.931,-0.125]],"o":[[1.931,-0.125],[-1.931,0.125]],"v":[[12.179,0.891],[11.986,-2.103]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":40,"s":[{"i":[[-1.932,-0.11],[1.932,0.11]],"o":[[1.932,0.11],[-1.932,-0.11]],"v":[[5.357,1.95],[5.529,-1.045]]}]},{"t":42,"s":[{"i":[[-1.181,-0.483],[1.181,0.483]],"o":[[1.181,0.483],[-1.181,-0.483]],"v":[[-24.077,-5.841],[-23.328,-7.673]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[88.107,171.712]}}],"nm":"Group 21"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":23,"s":[{"i":[[-0.246,0.181],[-0.399,0.624],[0.163,-0.254],[0.525,-0.385]],"o":[[0.598,-0.439],[0.164,-0.257],[-0.351,0.549],[-0.246,0.181]],"v":[[66.143,-16.206],[67.628,-17.797],[67.2,-18],[65.879,-16.6]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":24,"s":[{"i":[[-0.579,0.053],[-1.264,0.626],[0.515,-0.255],[1.235,-0.113]],"o":[[1.406,-0.128],[0.52,-0.257],[-1.113,0.551],[-0.579,0.053]],"v":[[48.119,-4.115],[52.104,-5.251],[51.604,-6.002],[48.075,-5.016]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":27,"s":[{"i":[[-1.584,0.144],[-3.458,1.713],[1.409,-0.697],[3.378,-0.308]],"o":[[3.846,-0.35],[1.421,-0.704],[-3.043,1.506],[-1.582,0.144]],"v":[[38.089,0.981],[48.987,-2.126],[47.621,-4.181],[37.97,-1.484]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[-1.934,0.019],[-4.359,1.736],[1.776,-0.706],[4.124,-0.041]],"o":[[4.696,-0.046],[1.792,-0.714],[-3.836,1.526],[-1.932,0.019]],"v":[[31.228,0.649],[44.743,-2.045],[43.289,-4.67],[31.326,-2.35]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":32,"s":[{"i":[[-1.934,-0.012],[-4.387,1.666],[1.787,-0.678],[4.124,0.026]],"o":[[4.696,0.029],[1.803,-0.685],[-3.86,1.464],[-1.932,-0.012]],"v":[[25.553,2.761],[39.11,0.285],[37.699,-2.363],[25.699,-0.236]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":35,"s":[{"i":[[-1.934,0.018],[-4.361,1.733],[1.776,-0.705],[4.124,-0.038]],"o":[[4.696,-0.043],[1.792,-0.712],[-3.837,1.523],[-1.932,0.018]],"v":[[18.105,1.397],[31.621,-1.287],[30.17,-3.914],[18.205,-1.602]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":38,"s":[{"i":[[-1.909,-0.312],[-4.592,0.965],[1.871,-0.392],[4.07,0.666]],"o":[[4.634,0.758],[1.887,-0.396],[-4.041,0.847],[-1.907,-0.312]],"v":[[5.272,1.614],[19.048,1.272],[18.066,-1.563],[5.882,-1.325]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":40,"s":[{"i":[[-1.857,-0.541],[-4.675,0.4],[1.904,-0.162],[3.96,1.154]],"o":[[4.508,1.315],[1.922,-0.165],[-4.114,0.351],[-1.855,-0.541]],"v":[[-1.468,0.478],[12.249,1.81],[11.617,-1.124],[-0.506,-2.365]]}]},{"t":42,"s":[{"i":[[-1.042,-0.736],[-3.002,-0.752],[1.223,0.307],[2.223,1.569]],"o":[[2.53,1.786],[1.234,0.309],[-2.641,-0.663],[-1.041,-0.735]],"v":[[-23.755,-10.503],[-15.484,-6.732],[-15.249,-8.697],[-22.545,-12.07]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[76.944,171.413]}}],"nm":"Group 22"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":23,"s":[{"i":[[-2.396,1.474],[5.978,-0.547],[0.398,4.481],[2.673,2.672],[3.225,-0.829],[2.157,-1.277],[0.509,0.129],[0.32,-0.482],[-4.246,2.108],[-2.155,0.917],[1.141,-2.364],[-4.199,1.606],[-2.337,0.28],[-0.507,-2.324]],"o":[[9.11,-5.606],[-5.18,0.474],[-0.368,-4.146],[-2.17,-2.169],[-2.602,0.669],[-1.474,0.873],[-0.439,0.607],[-5.561,6.596],[5.239,-5.657],[6.503,-2.766],[-2.284,4.73],[3.57,-1.365],[2.2,-0.264],[0.32,1.465]],"v":[[42.168,-0.597],[47.512,-8.982],[40.878,-17.92],[38.39,-30.543],[28.992,-32.018],[21.805,-28.191],[18.005,-25.714],[15.312,-22.967],[24.261,-16.217],[31.156,-24.29],[36.052,-17.768],[36.14,-11.786],[38.309,-9.087],[43.784,-6.67]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":24,"s":[{"i":[[-2.302,1.453],[5.744,-0.54],[-3.718,2.262],[3.111,2.316],[1.594,2.876],[1.771,2.223],[0.489,0.128],[2.963,-2.382],[-1.857,-1.342],[-0.65,-2.518],[-2.357,-3.692],[-1.859,1.161],[-0.83,-2.159],[-1.044,-5.613]],"o":[[8.754,-5.526],[-4.978,0.468],[5.225,-3.178],[-4.516,-3.361],[-2.091,-3.773],[-2.043,-2.563],[-2.281,1.689],[-5.473,4.399],[1.862,3.017],[1.739,6.734],[2.044,3.203],[3.137,-1.959],[1.052,2.737],[0.573,3.079]],"v":[[35.235,6.317],[37.714,-1.131],[37.792,-7.534],[34.261,-19.114],[22.307,-20.023],[22.041,-26.06],[14.14,-21.439],[5.973,-15.461],[4.419,-8.599],[18.885,-8.24],[13.684,2.198],[23.598,0.193],[29.933,1.218],[16.865,12.047]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":27,"s":[{"i":[[-2.316,1.425],[5.777,-0.529],[-3.74,2.218],[3.129,2.271],[1.603,2.82],[2.171,2.417],[0.492,0.125],[2.179,-0.733],[0.804,-3.186],[-0.045,-2.249],[0.836,-4.689],[0.106,-3.068],[0.524,-1.057],[-11.447,2.218]],"o":[[8.805,-5.418],[-5.007,0.458],[5.255,-3.116],[-4.542,-3.296],[-2.103,-3.7],[-3.562,-3.966],[-2.294,1.656],[-6.629,2.229],[-0.067,2.176],[0.147,7.416],[-0.659,3.696],[-0.075,2.17],[-0.812,1.348],[5.305,-1.028]],"v":[[39.935,7.265],[31.741,1.299],[28.802,-5.47],[33.344,-18.204],[16.78,-12.416],[19.184,-20.74],[8.833,-17.278],[-0.984,-13.286],[-12.432,-10.298],[-2.959,-1.13],[-11.128,3.227],[-8.906,11.146],[-7.076,16.426],[13.711,17.159]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[-2.31,1.341],[5.687,-0.374],[-3.729,2.083],[3.016,2.309],[1.503,2.81],[2.071,2.428],[0.48,0.135],[6.763,-2.956],[0.87,-3.109],[1.345,-1.753],[5.819,-2.805],[0.181,-3.01],[1.443,-5.464],[-14.296,-0.92]],"o":[[8.784,-5.098],[-4.928,0.324],[5.239,-2.928],[-4.377,-3.351],[-1.972,-3.686],[-3.398,-3.984],[-5.457,2.012],[-8.324,3.639],[-0.121,2.135],[-5.283,6.889],[-3.322,1.601],[-0.128,2.13],[-1.168,4.183],[16.465,1.059]],"v":[[37.305,9.255],[32.06,2.206],[29.345,-4.515],[35.163,-16.355],[18.245,-11.89],[21.328,-19.465],[10.598,-18.176],[-5.262,-11.417],[-21.327,-7.938],[-15,-4.279],[-19.595,5.135],[-11.496,9.974],[-26.813,11.881],[-9.715,18.818]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":32,"s":[{"i":[[-2.167,1.412],[5.406,-0.524],[-3.499,2.198],[2.928,2.251],[1.5,2.795],[3.066,0.691],[0.46,0.124],[5.835,0],[5.396,2.134],[2.388,-5.89],[1.962,-6.177],[0.099,-3.041],[-0.26,-6.344],[-14.711,-3.17]],"o":[[8.239,-5.37],[-4.685,0.454],[4.917,-3.089],[-4.25,-3.267],[-1.968,-3.667],[-3.333,-0.751],[-4.933,1.712],[-6.544,0],[-0.063,2.157],[-2.685,6.623],[-1.468,4.621],[-0.07,2.151],[-0.51,3.455],[18.856,4.064]],"v":[[34.501,10.579],[32.833,1.752],[30.083,-5.222],[32.333,-14.136],[18.333,-11.842],[18.583,-21.872],[6.897,-16.866],[-9.038,-13.234],[-35.001,-14.687],[-29.887,-5.422],[-42.781,-5.87],[-37.452,7.805],[-47.49,6.419],[-9.538,17.797]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":35,"s":[{"i":[[-2.33,1.376],[5.701,-0.336],[-0.082,4.453],[7.372,-2.564],[1.472,2.944],[2.98,-1.213],[5.421,-0.132],[1.342,0.393],[1.503,-5.129],[2.73,-5.993],[2.293,-6.305],[0.217,-3.137],[-0.036,-6.561],[-10.16,-1.654]],"o":[[8.86,-5.233],[-4.941,0.291],[0.091,-4.926],[-5.243,1.823],[-1.931,-3.862],[-11.838,4.818],[-5.421,0.132],[-6.621,-1.937],[-2.61,6.772],[-3.069,6.738],[-1.715,4.717],[-0.154,2.219],[-0.665,3.548],[20.034,3.262]],"v":[[24.875,10.057],[20.746,2.971],[26.39,-7.597],[14.504,-6.292],[3.744,-7.047],[5.396,-16.341],[-15.472,-12.177],[-25.329,-14.193],[-38.073,-18.184],[-33.245,-9.139],[-46.78,-10.091],[-41.689,4.235],[-53.076,3.25],[-23.303,17.088]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":38,"s":[{"i":[[-2.327,1.116],[1.536,1.635],[4.027,4.857],[1.067,4.255],[1.224,2.37],[4.758,-0.891],[1.953,0.521],[3.14,1.926],[1.092,-1.231],[3.558,-5.224],[1.759,-2.659],[1.453,-2.572],[0.269,-6.348],[-9.574,-2.049]],"o":[[13.067,-6.266],[-3.304,-3.516],[-2.956,-3.566],[-1.433,-5.714],[-2.34,-4.531],[-6.009,1.125],[-4.071,-1.085],[-1.766,-1.083],[-2.213,2.494],[-1.844,2.707],[-2.655,4.012],[-2.411,4.269],[-0.796,3.403],[18.879,4.04]],"v":[[16.477,12.559],[13.166,5.135],[13.491,-4.767],[1.214,-4.95],[5.067,-15.044],[-9.717,-15.256],[-29.627,-16.397],[-38.603,-19.29],[-43.377,-21.767],[-43.478,-13.182],[-51.556,-14.306],[-50.562,-4.214],[-58.986,0.073],[-26.704,15.465]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":40,"s":[{"i":[[-2.646,0.242],[7.484,1.531],[0.958,5.133],[1.48,2.881],[1.48,2.702],[4.612,-0.228],[5.851,2.215],[0.988,1.005],[2.091,-2.952],[2.494,-6.009],[2.049,-6.302],[0.103,-3.102],[-0.271,-6.472],[-10.063,-1.815]],"o":[[16.707,-1.531],[-4.819,-0.986],[-0.891,-4.775],[-2.741,-5.337],[-1.29,-2.355],[-2.836,0.14],[-5.056,-1.914],[-1.526,-1.551],[-2.086,2.721],[-2.804,6.757],[-1.533,4.714],[-0.073,2.195],[-0.533,3.524],[9.439,1.702]],"v":[[-3.207,17.632],[3.406,7.006],[9.932,-2.541],[-4.687,0.792],[2.623,-13.618],[-9.647,-13.119],[-25.504,-15.596],[-37.99,-22.827],[-45.033,-25.421],[-41.204,-13.281],[-52.579,-12.118],[-48.58,1.834],[-53.841,4.742],[-26.47,16.255]]}]},{"t":42,"s":[{"i":[[-10.34,-1.777],[4.013,4.286],[2.617,3.248],[1.013,3.059],[1.173,4.812],[7.218,0.854],[3.352,3.087],[2.276,-1.505],[6.879,-0.385],[1.916,-3.032],[5.678,-5.857],[1.438,-2.757],[-0.281,-6.483],[-6.357,-1.557]],"o":[[9.41,1.223],[-2.001,-2.638],[-2.783,-3.133],[-1.736,-4.749],[-0.327,-3.04],[-8.48,-3.476],[-4.106,-3.781],[-1.85,1.223],[-3.621,-0.885],[-2.459,3.891],[-3.468,3.578],[-1.173,2.249],[-0.552,3.531],[2.868,1.474]],"v":[[-18.409,19.153],[-17.262,9.341],[-11.127,-0.152],[-23.37,-2.143],[-10.172,-10.333],[-22.682,-14.747],[-37.852,-23.21],[-47.776,-32.619],[-52.628,-23.988],[-61.166,-23.091],[-59.427,-10.016],[-49.326,2.877],[-57.737,1.919],[-38.367,14.153]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[97.44,158.252]}}],"nm":"Group 34"}],"bounds":{"l":35,"t":125,"b":178,"r":149},"ip":23,"op":42,"st":25},{"ddd":0,"ind":20,"ty":4,"nm":"gotaRoja3","ks":{"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":20,"s":[{"i":[[1.547,-0.956],[0.433,0.989]],"o":[[-1.415,0.874],[-0.51,-1.166]],"v":[[-0.671,-1.774],[1.653,1.741]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":22,"s":[{"i":[[2.915,-2.435],[0.433,0.989]],"o":[[-2.733,2.282],[-0.51,-1.166]],"v":[[-6.421,-8.774],[-1.347,-2.259]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":24,"s":[{"i":[[0.988,-2.546],[-0.196,1]],"o":[[-0.983,2.532],[-0.057,-0.733]],"v":[[-16.171,-14.774],[-8.597,-6.259]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":26,"s":[{"i":[[0.988,-2.546],[-0.196,1]],"o":[[-0.983,2.532],[-0.057,-0.733]],"v":[[-20.171,-19.274],[-15.847,-15.259]]}]},{"t":28,"s":[{"i":[[0.017,0.032],[-0.196,1]],"o":[[-0.221,1.008],[-0.057,-0.733]],"v":[[-24.171,-22.024],[-22.097,-20.259]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[204,69,51,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[131.844,112.371]}}],"nm":"Group 11"}],"bounds":{"l":107,"t":90,"b":115,"r":134},"ip":20,"op":28,"st":20},{"ddd":0,"ind":21,"ty":4,"nm":"gotaRoja2","ks":{"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":20,"s":[{"i":[[1.764,0.191],[-1.084,2.023]],"o":[[-1.814,-0.197],[0.124,0.084]],"v":[[-2.782,1.893],[-2.72,3.861]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":22,"s":[{"i":[[3.186,-0.447],[-0.626,0.835]],"o":[[-3.504,0.491],[1.624,-2.166]],"v":[[-0.782,-10.358],[-2.47,1.111]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":24,"s":[{"i":[[2.436,0.053],[0.374,0.584]],"o":[[-3.1,-0.068],[-0.535,-4.677]],"v":[[-3.782,-23.108],[-3.22,-9.639]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":26,"s":[{"i":[[1.613,-0.492],[0.374,0.584]],"o":[[-1.814,0.553],[-0.535,-4.677]],"v":[[-6.032,-25.358],[-5.47,-19.639]]}]},{"t":28,"s":[{"i":[[1.613,-0.492],[0.374,0.584]],"o":[[-1.814,0.553],[0.374,-0.916]],"v":[[-6.032,-25.358],[-5.97,-23.139]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[204,69,51,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[142.286,111.183]}}],"nm":"Group 12"}],"bounds":{"l":135,"t":85,"b":116,"r":143},"ip":20,"op":28,"st":20},{"ddd":0,"ind":22,"ty":4,"nm":"gotaRoja1","ks":{"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":21,"s":[{"i":[[0.143,0.551],[-1.308,-1.158],[0.51,-0.55]],"o":[[-0.255,-0.984],[0.698,0.618],[-0.731,0.79]],"v":[[-3.424,4.479],[-1.269,2.378],[-2.44,4.243]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":23,"s":[{"i":[[0.143,0.551],[-1.308,-1.158],[0.51,-0.55]],"o":[[-0.255,-0.984],[0.698,0.618],[-0.731,0.79]],"v":[[-1.174,1.479],[0.731,-0.872],[-0.44,0.993]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":25,"s":[{"i":[[0.143,0.551],[-1.308,-1.158],[0.51,-0.55]],"o":[[-0.255,-0.984],[0.698,0.618],[-0.731,0.79]],"v":[[0.576,-1.021],[6.981,-7.872],[5.81,-6.007]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":27,"s":[{"i":[[0.143,0.551],[-1.308,-1.158],[0.51,-0.55]],"o":[[-0.255,-0.984],[0.698,0.618],[-0.731,0.79]],"v":[[5.826,-7.521],[10.981,-12.622],[9.81,-10.757]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":29,"s":[{"i":[[0.143,0.551],[-1.308,-1.158],[0.696,0.279]],"o":[[-0.255,-0.984],[0.698,0.618],[-1.778,-0.712]],"v":[[8.826,-9.521],[18.731,-11.372],[17.81,-9.257]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":31,"s":[{"i":[[0.045,0.567],[-1.088,-1.367],[0.637,0.395]],"o":[[-0.081,-1.013],[0.58,0.73],[-1.628,-1.009]],"v":[[16.258,-7.918],[23.049,-3.78],[21.776,-1.857]]}]},{"t":33,"s":[{"i":[[0.024,0.268],[-0.577,-0.646],[0.338,0.187]],"o":[[-0.043,-0.479],[0.308,0.345],[-0.864,-0.477]],"v":[[24.739,-0.24],[25.822,-0.057],[25.146,0.852]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[204,69,51,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[170.158,114.348]}}],"nm":"Group 5"}],"bounds":{"l":166,"t":101,"b":120,"r":197},"ip":21,"op":33,"st":21},{"ddd":0,"ind":23,"ty":4,"nm":"manchaRoja","ks":{"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":20,"s":[{"i":[[-0.257,0.062],[0.257,-0.062]],"o":[[0.257,-0.062],[-0.257,0.062]],"v":[[8.309,-18.138],[8.212,-18.537]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":22,"s":[{"i":[[-0.844,0.205],[0.844,-0.205]],"o":[[0.844,-0.205],[-0.844,0.205]],"v":[[4.721,-10.585],[4.403,-11.894]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":25,"s":[{"i":[[-1.935,0],[1.935,0]],"o":[[1.935,0],[-1.935,0]],"v":[[-4.25,-1.5],[-4.25,-4.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":28,"s":[{"i":[[-1.763,0],[1.763,0]],"o":[[1.763,0],[-1.763,0]],"v":[[-6.513,0.487],[-6.513,-2.247]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[-1.685,-0.045],[1.685,0.045]],"o":[[1.685,0.045],[-1.685,-0.045]],"v":[[-8.698,2.408],[-8.627,-0.205]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":33,"s":[{"i":[[-1.388,-0.176],[1.388,0.176]],"o":[[1.388,0.176],[-1.388,-0.176]],"v":[[-12.703,10.13],[-12.43,7.978]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":36,"s":[{"i":[[-1.082,-0.137],[1.082,0.137]],"o":[[1.082,0.137],[-1.082,-0.137]],"v":[[-18.272,13.815],[-18.059,12.137]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":39,"s":[{"i":[[-0.869,-0.382],[0.869,0.382]],"o":[[0.869,0.382],[-0.869,-0.382]],"v":[[-33.945,24.078],[-33.361,22.637]]}]},{"t":41,"s":[{"i":[[-0.407,-0.398],[0.407,0.398]],"o":[[0.407,0.398],[-0.407,-0.398]],"v":[[-68.649,29.659],[-68.017,28.974]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[157.94,140.879]}}],"nm":"Group 29"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":20,"s":[{"i":[[-0.207,0.16],[-0.379,0.901],[0.101,-0.241],[0.734,-0.566]],"o":[[0.789,-0.608],[0.103,-0.244],[-0.353,0.839],[-0.209,0.161]],"v":[[17.792,-26.521],[19.407,-28.896],[19.014,-29.013],[17.508,-26.816]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":22,"s":[{"i":[[-0.682,0.526],[-1.244,2.959],[0.333,-0.791],[2.411,-1.86]],"o":[[2.593,-1.999],[0.337,-0.802],[-1.159,2.757],[-0.687,0.53]],"v":[[10.064,-12.161],[15.37,-19.963],[14.079,-20.349],[9.129,-13.131]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":25,"s":[{"i":[[-1.751,0.779],[-4.246,5.751],[1.136,-1.538],[6.196,-2.756]],"o":[[6.66,-2.963],[1.151,-1.559],[-3.956,5.356],[-1.765,0.785]],"v":[[-10.976,5.184],[4.604,-8.911],[2.014,-10.425],[-12.49,2.594]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":28,"s":[{"i":[[-1.596,0.71],[-3.869,5.241],[1.035,-1.401],[5.646,-2.511]],"o":[[6.069,-2.7],[1.049,-1.421],[-3.605,4.881],[-1.608,0.715]],"v":[[-12.267,6.253],[1.931,-6.591],[-0.429,-7.971],[-13.647,3.893]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[-1.543,0.637],[-3.832,4.908],[1.025,-1.312],[5.46,-2.254]],"o":[[5.869,-2.424],[1.039,-1.331],[-3.571,4.571],[-1.555,0.642]],"v":[[-13.52,6.338],[0.379,-5.571],[-1.841,-6.95],[-14.777,4.047]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":33,"s":[{"i":[[-1.327,0.399],[-3.57,3.739],[0.955,-1],[4.696,-1.413]],"o":[[5.048,-1.519],[0.968,-1.014],[-3.326,3.482],[-1.338,0.402]],"v":[[-16.541,10.549],[-4.08,1.856],[-5.801,0.534],[-17.391,8.553]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":36,"s":[{"i":[[-1.035,0.311],[-2.783,2.915],[0.744,-0.779],[3.66,-1.101]],"o":[[3.935,-1.184],[0.754,-0.79],[-2.592,2.714],[-1.043,0.314]],"v":[[-18.773,11.637],[-9.06,4.86],[-10.401,3.83],[-19.436,10.081]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":39,"s":[{"i":[[-0.938,0.029],[-3.026,1.925],[0.809,-0.514],[3.319,-0.101]],"o":[[3.568,-0.109],[0.82,-0.522],[-2.819,1.792],[-0.946,0.029]],"v":[[-34.711,18.053],[-24.97,14.357],[-25.839,13.119],[-34.887,16.51]]}]},{"t":41,"s":[{"i":[[-0.532,-0.182],[-2.104,0.44],[0.562,-0.118],[1.883,0.644]],"o":[[2.024,0.692],[0.57,-0.119],[-1.959,0.41],[-0.536,-0.184]],"v":[[-65.245,18.744],[-59.001,18.728],[-59.227,17.85],[-65.018,17.842]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[146.645,152.24]}}],"nm":"Group 30"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":20,"s":[{"i":[[7,2.25],[6.604,0.521],[3.323,-0.801],[0.918,-4.833],[1.88,-2.317],[-2.563,3.496],[-9.586,-5.942],[-1.624,12.638]],"o":[[-3.911,-1.257],[-7.926,-0.625],[-3.839,0.926],[-1.082,7.917],[7.38,-3.317],[15.648,-21.339],[5.664,3.558],[-2.124,-3.737]],"v":[[18.378,-22.033],[9.752,-36.908],[0.874,-27.658],[-9.665,-30.576],[-14.878,-17.342],[-1.146,-16.32],[16.089,-12.966],[28.626,-22.046]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":22,"s":[{"i":[[7.301,2.347],[6.888,0.543],[3.466,-0.836],[3.815,-7.196],[5.351,-7.371],[-4.028,-2.054],[-7.755,-4.22],[2.348,7.576]],"o":[[-4.079,-1.311],[-8.267,-0.652],[-4.004,0.966],[-3.215,5.911],[5.872,8.796],[9.02,4.601],[15.556,3.972],[-2.215,-3.898]],"v":[[15.493,-18.015],[8.843,-39.007],[-0.938,-25.186],[-8.281,-31.097],[-23.105,-4.256],[-8.521,-9.97],[6.847,7.87],[28.53,-23.505]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":25,"s":[{"i":[[7.09,2.279],[6.689,0.527],[3.366,-0.812],[3.705,-6.988],[8.15,-4.054],[-11.498,4.974],[-6.671,-5.765],[2.28,7.357]],"o":[[-3.961,-1.273],[-8.028,-0.633],[-3.888,0.938],[-5.023,10.232],[-9.491,9.048],[6.976,-3.018],[10.548,10.441],[-2.151,-3.785]],"v":[[14.937,-18.231],[6.454,-31.525],[-3.045,-18.105],[-12.707,-20.806],[-33.687,0.195],[-27.628,6.801],[-20.807,26.151],[27.597,-20.017]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":28,"s":[{"i":[[7.032,2.541],[6.692,0.769],[3.406,-0.694],[6.526,-6.974],[8.322,-3.775],[-11.715,4.579],[-6.486,-6.024],[3.317,10.435]],"o":[[-3.929,-1.419],[-8.032,-0.923],[-3.935,0.802],[-5.407,10.086],[-11.752,5.108],[7.108,-2.778],[10.209,10.854],[-2.023,-3.875]],"v":[[11.814,-13.682],[5.648,-29.801],[-5.207,-14.417],[-14.524,-18.227],[-36.907,4.106],[-31.065,10.951],[-25.904,29.811],[24.162,-17.578]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[6.941,2.593],[6.623,0.834],[3.382,-0.651],[2.673,-8.888],[8.287,-3.651],[-11.657,4.412],[-6.363,-6.038],[1.654,13.962]],"o":[[-3.878,-1.449],[-7.949,-1.001],[-3.908,0.752],[-5.465,9.937],[-9.851,8.553],[7.073,-2.677],[10,10.865],[-1.963,-3.861]],"v":[[11.934,-11.432],[5.369,-25.786],[-4.943,-13.388],[-13.921,-19.02],[-35.742,0.881],[-30.027,7.726],[-24.143,27.272],[25.349,-13.871]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":33,"s":[{"i":[[6.421,3.861],[6.43,2.053],[3.483,-0.022],[5.461,-7.551],[8.919,-2.072],[-12.404,2.23],[-5.209,-7.179],[-0.135,16.929]],"o":[[-3.587,-2.157],[-7.717,-2.465],[-4.024,0.025],[-7.083,10.166],[-12.504,2.904],[7.526,-1.353],[7.932,12.649],[-1.237,-4.201]],"v":[[7.033,-5.192],[4.057,-22.173],[-9.548,-9.257],[-17.944,-14.876],[-44.235,2.666],[-39.819,10.528],[-38.371,30.11],[19.962,-6.567]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":36,"s":[{"i":[[6.421,3.861],[8.696,3.515],[6.551,1.348],[5.461,-7.551],[8.919,-2.072],[-12.404,2.23],[-5.209,-7.179],[-1.709,14.159]],"o":[[-3.587,-2.157],[-7.511,-3.036],[-3.941,-0.811],[-6.303,5.468],[-12.504,2.904],[7.526,-1.353],[7.123,10.481],[-1.237,-4.201]],"v":[[0.783,2.558],[0.307,-15.423],[-11.798,-9.507],[-25.944,-4.876],[-50.235,5.416],[-45.819,12.778],[-38.371,30.11],[13.462,0.433]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":39,"s":[{"i":[[6.508,2.797],[4.922,1.376],[4.88,-3.324],[1.323,-0.423],[9.141,-0.539],[-12.602,0.108],[-3.925,-7.954],[3.349,9.004]],"o":[[-7.237,-3.111],[-3.752,-1.049],[-7.747,5.277],[-7.134,4.328],[-12.814,0.756],[7.646,-0.066],[5.256,11.532],[-0.512,-4.35]],"v":[[-16.556,14.825],[-21.445,-9.114],[-30.831,-1.137],[-43.248,4.916],[-60.075,8.335],[-53.462,12.336],[-49.04,30.675],[-4.551,16.826]]}]},{"t":41,"s":[{"i":[[6.508,2.797],[4.683,-2.046],[4.88,-3.324],[1.323,-0.423],[3.077,-3.494],[-12.602,0.108],[-3.925,-7.954],[6.803,7.765]],"o":[[-7.237,-3.111],[-9.052,3.955],[-7.747,5.277],[-7.134,4.328],[-8.484,9.633],[7.646,-0.066],[5.256,11.532],[-0.512,-4.35]],"v":[[-37.056,14.325],[-36.445,2.636],[-52.331,8.113],[-66.248,8.916],[-80.575,10.335],[-72.462,17.586],[-49.04,30.675],[-42.551,24.576]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[204,69,51,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[140.188,140.037]}}],"nm":"Group 36"}],"bounds":{"l":55,"t":101,"b":176,"r":170},"ip":20,"op":41,"st":21},{"ddd":0,"ind":24,"ty":4,"nm":"gotaCyan3","ks":{"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":18,"s":[{"i":[[-2.654,2.598],[1.508,1.877]],"o":[[2.427,-2.376],[-0.206,-0.628]],"v":[[4.343,8.022],[7.585,12.925]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":20,"s":[{"i":[[-2.654,2.598],[1.296,2.029]],"o":[[2.427,-2.376],[-2.956,-4.628]],"v":[[-2.407,-3.478],[7.585,12.925]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":22,"s":[{"i":[[-2.654,2.598],[1.726,1.678]],"o":[[2.427,-2.376],[-2.036,-1.978]],"v":[[-4.407,-5.478],[1.335,2.175]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":24,"s":[{"i":[[-0.82,3.622],[1.736,1.667]],"o":[[0.787,-3.475],[-1.956,-1.878]],"v":[[-9.157,-5.478],[-1.665,-0.825]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":26,"s":[{"i":[[-0.82,3.622],[1.736,1.667]],"o":[[0.787,-3.475],[-1.956,-1.878]],"v":[[-14.407,-3.228],[-7.415,-1.825]]}]},{"t":27,"s":[{"i":[[-0.317,1.078],[2.238,0.886]],"o":[[0.287,-0.975],[0.294,-0.378]],"v":[[-16.657,-1.728],[-15.415,-2.325]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[118,196,181,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[134.06,55.332]}}],"nm":"Group 16"}],"bounds":{"l":117,"t":49,"b":69,"r":143},"ip":18,"op":27,"st":17},{"ddd":0,"ind":25,"ty":4,"nm":"gotaCyan2","ks":{"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":16,"s":[{"i":[[0.351,0.449],[-1.661,-0.541],[0.248,-0.708]],"o":[[-0.626,-0.801],[0.886,0.288],[-0.356,1.015]],"v":[[-0.422,1.503],[0.388,-1.411],[0.057,0.766]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":18,"s":[{"i":[[0.351,0.449],[-1.661,-0.541],[0.248,-0.708]],"o":[[-0.626,-0.801],[0.886,0.288],[-0.356,1.015]],"v":[[0.328,-1.747],[1.138,-4.661],[0.807,-2.484]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":19,"s":[{"i":[[0.351,0.449],[-1.661,-0.541],[0.248,-0.708]],"o":[[-0.626,-0.801],[0.886,0.288],[-0.356,1.015]],"v":[[0.328,-1.747],[1.888,-6.161],[0.807,-2.484]]}]},{"t":21,"s":[{"i":[[0.351,0.449],[-1.661,-0.541],[0.248,-0.708]],"o":[[-0.626,-0.801],[0.886,0.288],[-0.356,1.015]],"v":[[1.328,-7.247],[2.888,-11.661],[1.807,-7.984]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[118,196,181,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[140.926,50.579]}}],"nm":"Group 2"}],"bounds":{"l":140,"t":38,"b":53,"r":145},"ip":16,"op":21,"st":16},{"ddd":0,"ind":26,"ty":4,"nm":"gotaCyan1","ks":{"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":17,"s":[{"i":[[1.003,0.154],[0.214,-1.36]],"o":[[-0.997,-0.153],[-0.253,1.604]],"v":[[-2.788,7.056],[-3.283,9.049]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":19,"s":[{"i":[[2.396,0.621],[0.038,1.376]],"o":[[-2.819,-0.731],[-0.083,-3.007]],"v":[[0.212,-3.944],[-1.783,3.299]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":21,"s":[{"i":[[3.753,1.347],[0.038,1.376]],"o":[[-3.781,-1.357],[-0.083,-3.007]],"v":[[3.212,-9.944],[0.217,-1.951]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":23,"s":[{"i":[[2.753,2.097],[-0.638,1.22]],"o":[[-2.723,-2.074],[3.997,-7.646]],"v":[[8.462,-16.694],[1.217,-5.951]]}]},{"t":25,"s":[{"i":[[-0.497,-1.653],[-0.831,1.097]],"o":[[0.378,1.257],[1.247,-1.646]],"v":[[12.462,-17.444],[10.967,-16.951]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[118,196,181,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[161.225,56.226]}}],"nm":"Group 8"}],"bounds":{"l":157,"t":37,"b":66,"r":174},"ip":17,"op":25,"st":17},{"ddd":0,"ind":27,"ty":4,"nm":"manchaCyan","ks":{"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":16,"s":[{"i":[[-0.624,0.328],[0.624,-0.328]],"o":[[0.624,-0.328],[-0.624,0.328]],"v":[[17.347,-22.833],[16.838,-23.801]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":17,"s":[{"i":[[-0.992,0.182],[0.992,-0.182]],"o":[[0.992,-0.182],[-0.992,0.182]],"v":[[20.156,-17.33],[19.873,-18.867]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":19,"s":[{"i":[[-1.451,0],[1.451,0]],"o":[[1.451,0],[-1.451,0]],"v":[[21.416,-12.7],[21.416,-14.95]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":21,"s":[{"i":[[-1.668,-0.116],[1.668,0.116]],"o":[[1.668,0.116],[-1.668,-0.116]],"v":[[21.912,-6.327],[22.092,-8.913]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":23,"s":[{"i":[[-1.668,-0.116],[1.668,0.116]],"o":[[1.668,0.116],[-1.668,-0.116]],"v":[[22.412,1.423],[22.592,-1.163]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":25,"s":[{"i":[[-1.796,-0.721],[1.796,0.721]],"o":[[1.796,0.721],[-1.796,-0.721]],"v":[[23.43,12.151],[24.548,9.367]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":27,"s":[{"i":[[-1.577,-0.645],[1.577,0.645]],"o":[[1.577,0.645],[-1.577,-0.645]],"v":[[22.214,19.802],[23.215,17.357]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":29,"s":[{"i":[[-1.379,-0.564],[1.379,0.564]],"o":[[1.379,0.564],[-1.379,-0.564]],"v":[[21.496,24.078],[22.371,21.94]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":31,"s":[{"i":[[-1.133,-0.464],[1.133,0.464]],"o":[[1.133,0.464],[-1.133,-0.464]],"v":[[19.165,31.471],[19.884,29.714]]}]},{"t":33,"s":[{"i":[[-0.562,-0.577],[0.562,0.577]],"o":[[0.562,0.577],[-0.562,-0.577]],"v":[[16.578,47.746],[17.472,46.875]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[141.44,84.379]}}],"nm":"Group 27"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":16,"s":[{"i":[[0.214,0.598],[0.588,0.651],[-0.427,-0.473],[-0.233,-0.65]],"o":[[-0.295,-0.824],[-0.427,-0.472],[0.461,0.511],[0.212,0.592]],"v":[[18.233,-28.468],[16.93,-30.676],[16.21,-30],[17.268,-28.257]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":17,"s":[{"i":[[0.033,0.939],[0.537,1.184],[-0.39,-0.86],[-0.035,-1.023]],"o":[[-0.045,-1.296],[-0.389,-0.858],[0.421,0.929],[0.032,0.931]],"v":[[20.807,-20.558],[19.962,-24.26],[18.641,-23.63],[19.35,-20.694]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":19,"s":[{"i":[[-0.193,1.367],[0.472,1.849],[-0.343,-1.343],[0.211,-1.488]],"o":[[0.267,-1.886],[-0.343,-1.341],[0.37,1.451],[-0.192,1.355]],"v":[[21.774,-12.92],[21.501,-18.489],[19.43,-17.918],[19.703,-13.491]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":21,"s":[{"i":[[-0.347,1.597],[0.398,2.224],[-0.288,-1.615],[0.378,-1.738]],"o":[[0.478,-2.203],[-0.289,-1.613],[0.311,1.745],[-0.344,1.582]],"v":[[22.211,-5.155],[22.371,-11.752],[19.877,-11.257],[19.815,-6.008]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":23,"s":[{"i":[[-0.347,1.597],[0.398,2.224],[-0.288,-1.615],[0.378,-1.738]],"o":[[0.478,-2.203],[-0.289,-1.613],[0.311,1.745],[-0.344,1.582]],"v":[[22.711,2.595],[22.871,-4.002],[20.377,-3.507],[20.315,1.742]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":25,"s":[{"i":[[-0.962,1.671],[-0.349,2.643],[0.255,-1.919],[1.047,-1.819]],"o":[[1.328,-2.305],[0.253,-1.917],[-0.276,2.074],[-0.954,1.656]],"v":[[20.54,15.093],[23.085,7.732],[20.103,7.395],[18.153,13.275]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":27,"s":[{"i":[[-0.857,1.466],[-0.323,2.325],[0.236,-1.689],[0.933,-1.596]],"o":[[1.183,-2.022],[0.234,-1.686],[-0.255,1.825],[-0.85,1.453]],"v":[[19.35,21.291],[21.635,14.824],[19.011,14.51],[17.259,19.676]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":29,"s":[{"i":[[-0.749,1.282],[-0.283,2.033],[0.206,-1.477],[0.816,-1.395]],"o":[[1.034,-1.768],[0.205,-1.475],[-0.223,1.595],[-0.743,1.27]],"v":[[18.731,24.225],[20.728,18.571],[18.434,18.296],[16.902,22.813]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":31,"s":[{"i":[[-0.616,1.053],[-0.232,1.671],[0.169,-1.213],[0.67,-1.146]],"o":[[0.85,-1.453],[0.168,-1.212],[-0.183,1.311],[-0.61,1.044]],"v":[[16.523,29.954],[18.164,25.307],[16.278,25.081],[15.02,28.793]]}]},{"t":33,"s":[{"i":[[-0.647,0.474],[-0.578,0.947],[0.42,-0.687],[0.705,-0.515]],"o":[[0.893,-0.653],[0.419,-0.686],[-0.454,0.742],[-0.642,0.469]],"v":[[12.148,43.034],[14.356,40.662],[13.278,40.031],[11.546,41.94]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[143.517,93.571]}}],"nm":"Group 28"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":16,"s":[{"i":[[-7.228,0.382],[-4.464,1.244],[-0.426,2.934],[-3.365,-11.014],[6.093,-4.87],[8.168,-0.609],[11.396,-1.447],[-1.45,-0.948]],"o":[[3.763,-0.017],[1.992,-0.555],[1.074,-3.316],[1.55,1.827],[-5.696,4.552],[-6.035,0.45],[-5.028,1.29],[1.252,4.989]],"v":[[-12.74,-34.322],[0.656,-29.694],[2.074,-36.182],[13.337,-31.768],[6.48,-42.319],[-8.609,-47.557],[-25.324,-37.205],[-20.336,-23.994]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":17,"s":[{"i":[[-7.605,-0.343],[-7.835,2.856],[-8.31,-0.074],[-5.703,-7.928],[6.878,-4.471],[8.612,0.202],[12.896,0.344],[0.055,-3.085]],"o":[[3.94,0.369],[6.786,-2.473],[8.197,-0.59],[1.469,2.042],[-6.43,4.179],[-6.363,-0.15],[-8.171,-0.218],[-0.21,11.882]],"v":[[-10.733,-26.202],[-2.168,-20.719],[7.77,-14.349],[16.253,-24.808],[11.152,-36.776],[-7.59,-46.849],[-18.768,-31.618],[-19.417,-20.63]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":19,"s":[{"i":[[-5.41,0.334],[-8.471,-0.376],[-5.978,1.326],[0.656,17.806],[11.259,-11.204],[8.375,-2.524],[13.907,2.673],[-0.231,-2.828]],"o":[[7.094,-0.518],[7.286,0.324],[5.747,-0.631],[-1.824,-8.098],[-6.112,4.861],[-6.377,1.922],[-8.398,-1.614],[1.571,15.961]],"v":[[-13.936,9.367],[1.358,0.155],[15.056,19.438],[21.345,-12.083],[7.109,-35.453],[-8.423,-48.15],[-18.421,-30.324],[-17.613,-12.692]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":21,"s":[{"i":[[-5.579,-3.171],[-6.902,-2.195],[-8.134,-4.983],[-1.908,19.509],[12.043,-14.489],[8.312,-0.672],[12.812,2.355],[-0.132,-2.821]],"o":[[7.934,5.522],[6.377,2.132],[8.448,3.823],[0.355,-10.422],[-5.994,4.659],[-6.233,0.504],[-7.923,-1.456],[0.632,13.491]],"v":[[-17.577,20.444],[-1.526,15.81],[6.014,35.325],[20.038,-3.747],[9.355,-31.009],[-4.247,-45.147],[-16.726,-30.452],[-16.39,-9.199]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":23,"s":[{"i":[[-5.579,-3.171],[-6.902,-2.195],[-8.134,-4.983],[-1.908,19.509],[8.543,-21.489],[8.312,-0.672],[8.29,10.048],[-0.132,-2.821]],"o":[[7.934,5.522],[6.377,2.132],[8.448,3.823],[0.355,-10.422],[-2.957,8.011],[-6.233,0.504],[-7.876,-9.547],[0.632,13.491]],"v":[[-17.577,24.444],[-1.526,19.81],[6.014,39.325],[20.038,0.253],[9.105,-20.759],[-6.747,-38.147],[-16.226,-20.202],[-17.64,4.551]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":25,"s":[{"i":[[9.1,-15.295],[-5.657,-3.318],[-0.02,-8.589],[-3.314,20.235],[8.405,-11.582],[8.328,-0.591],[13.35,5.509],[0.426,-10.86]],"o":[[8.446,3.2],[5.714,3.351],[-2.123,17.079],[1.979,-12.085],[-4.366,6.016],[-10.735,0.762],[-11.578,-4.778],[-0.5,12.76]],"v":[[-29.684,33.007],[-17.283,46.484],[-5.315,44.384],[19.977,10.409],[12.036,-22],[0.159,-31.02],[-13.663,-19.596],[-17.762,-4.172]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":27,"s":[{"i":[[1.332,-1.505],[-5.657,-3.318],[-0.02,-8.589],[-3.329,11.342],[9.016,-3.331],[6.239,0.022],[5.812,2.348],[0.426,-10.86]],"o":[[8.446,3.2],[5.714,3.351],[-2.123,17.079],[3.449,-11.75],[-14.888,5.501],[-4.517,-0.016],[-9.28,-3.749],[-0.5,12.76]],"v":[[-30.684,34.757],[-25.033,51.984],[-9.565,50.884],[15.977,20.659],[12.786,-10.5],[-0.091,-19.27],[-10.413,-9.346],[-18.012,5.828]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":29,"s":[{"i":[[15.332,-14.255],[-5.657,-3.318],[-0.02,-8.589],[-3.329,11.342],[9.027,-3.302],[6.239,0.022],[6.812,-4.152],[1.764,-6.269]],"o":[[8.446,3.2],[5.714,3.351],[-2.123,17.079],[3.449,-11.75],[-8.888,3.251],[-4.517,-0.016],[-4.414,2.69],[-4.34,15.423]],"v":[[-37.184,42.507],[-25.033,51.984],[-9.565,50.884],[15.977,20.659],[12.036,-5.75],[-0.591,-10.02],[-15.163,-3.346],[-18.762,13.828]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":31,"s":[{"i":[[15.332,-14.255],[-5.657,-3.318],[-0.02,-8.589],[-3.329,11.342],[6.335,-7.229],[5.977,-1.789],[0.312,-15.402],[3.41,-4.827]],"o":[[8.446,3.2],[5.714,3.351],[-2.123,17.079],[3.449,-11.75],[-7.888,9.001],[-9.261,2.772],[-0.044,2.171],[-2.954,4.181]],"v":[[-37.184,42.507],[-25.033,51.984],[-9.565,50.884],[15.227,24.409],[11.036,3],[-2.341,1.23],[-17.413,4.654],[-23.262,22.328]]}]},{"t":33,"s":[{"i":[[2.082,-3.005],[-5.657,-3.318],[-0.02,-8.589],[-3.329,11.342],[6.335,-7.229],[7.239,3.272],[6.312,10.098],[3.41,-4.827]],"o":[[8.446,3.2],[5.714,3.351],[-1.537,3.117],[3.449,-11.75],[-7.888,9.001],[-8.809,-3.982],[-1.151,-1.842],[-2.954,4.181]],"v":[[-42.184,48.507],[-25.033,51.984],[-9.565,50.884],[10.977,34.159],[5.536,29],[-2.841,11.23],[-22.163,18.654],[-29.012,31.578]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[118,196,181,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[148.292,101.127]}}],"nm":"Group 38"}],"bounds":{"l":106,"t":52,"b":157,"r":170},"ip":16,"op":33,"st":12},{"ddd":0,"ind":28,"ty":4,"nm":"gotaRosa5","ks":{"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":29,"s":[{"i":[[0.303,-0.037],[0.191,0.598],[-0.058,0.536]],"o":[[0.928,-0.162],[-0.559,0.223],[-1.321,-2.125]],"v":[[-16.926,-8.013],[-16.814,-9.023],[-15.94,-7.711]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":32,"s":[{"i":[[0.303,-0.037],[1.995,-1.301],[2.817,1.911]],"o":[[0.928,-0.162],[-1.684,1.098],[-2.071,-1.405]],"v":[[-13.801,-7.388],[-4.189,-0.273],[-9.065,-3.461]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":36,"s":[{"i":[[-0.769,-0.103],[2.135,-1.056],[0.432,0.926]],"o":[[1.374,0.184],[-1.138,0.563],[-0.621,-1.329]],"v":[[-1.051,-1.013],[0.936,2.602],[-0.815,0.164]]}]},{"t":38,"s":[{"i":[[-0.282,-0.038],[0.782,-0.387],[0.158,0.339]],"o":[[0.503,0.067],[-0.417,0.206],[-0.227,-0.487]],"v":[[0.367,2.131],[1.094,3.455],[0.453,2.562]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[177.939,79.053]}}],"nm":"Group 3"}],"bounds":{"l":160,"t":70,"b":83,"r":180},"ip":29,"op":38,"st":11},{"ddd":0,"ind":29,"ty":4,"nm":"gotaRosa4","ks":{"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":13,"s":[{"i":[[-0.332,0.4],[-0.081,-0.504]],"o":[[0.293,-0.725],[-0.206,0.371]],"v":[[7.308,2.022],[9.432,2.676]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":16,"s":[{"i":[[-1.832,1.775],[-0.081,-0.504]],"o":[[1.343,-1.301],[-0.206,0.371]],"v":[[1.683,0.772],[9.432,2.676]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":19,"s":[{"i":[[-0.429,2.405],[1.565,0.239]],"o":[[0.392,-2.2],[-1.846,-0.281]],"v":[[-3.567,-0.103],[2.432,1.801]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":23,"s":[{"i":[[0.983,2.237],[1.565,0.239]],"o":[[-1.582,-3.6],[-1.846,-0.281]],"v":[[-7.442,3.897],[0.307,0.676]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":26,"s":[{"i":[[1.543,1.525],[-0.081,0.121]],"o":[[-2.797,-2.764],[0.544,0.246]],"v":[[-7.942,9.022],[-3.193,2.051]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":30,"s":[{"i":[[3.168,0.4],[-0.081,0.121]],"o":[[-2.071,-0.261],[-0.956,3.496]],"v":[[-9.067,17.647],[-5.193,4.051]]}]},{"t":34,"s":[{"i":[[1.677,0.931],[-0.081,0.121]],"o":[[-1.082,-0.6],[-0.331,1.371]],"v":[[-9.317,20.522],[-8.318,16.801]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[94.589,44.582]}}],"nm":"Group 18"}],"bounds":{"l":84,"t":43,"b":66,"r":105},"ip":13,"op":34,"st":13},{"ddd":0,"ind":30,"ty":4,"nm":"gotaRosa3","ks":{"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":15,"s":[{"i":[[0.234,0.077],[-0.557,0.86],[-0.462,-0.806]],"o":[[-1.318,-0.435],[0.287,-0.444],[0.232,0.404]],"v":[[25.826,15.523],[23.658,14.011],[25.783,15.569]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":20,"s":[{"i":[[0.541,0.179],[-1.286,1.987],[-1.068,-1.861]],"o":[[-3.043,-1.005],[0.664,-1.026],[0.536,0.933]],"v":[[17.77,9.684],[12.762,6.192],[17.67,9.79]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":23,"s":[{"i":[[0.541,0.179],[-2.933,4.008],[-1.068,-1.861]],"o":[[-3.043,-1.005],[1.839,-2.513],[0.536,0.933]],"v":[[13.02,7.559],[4.387,0.317],[12.92,7.665]]}]},{"t":26,"s":[{"i":[[0.52,-0.232],[-0.927,1.481],[-0.627,-0.412]],"o":[[-0.929,0.414],[0.494,-0.79],[0.899,0.591]],"v":[[1.52,0.934],[-1.113,-0.558],[0.92,0.29]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[98.589,26.45]}}],"nm":"Group 4"}],"bounds":{"l":97,"t":25,"b":43,"r":125},"ip":15,"op":26,"st":15},{"ddd":0,"ind":31,"ty":4,"nm":"gotaRosa2","ks":{"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":13,"s":[{"i":[[1.069,-1.904],[3.166,0.708]],"o":[[-1.195,2.13],[-0.793,-0.233]],"v":[[4.681,4.064],[9.043,6.644]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":19,"s":[{"i":[[2.279,-4.945],[3.207,0.487]],"o":[[-2.681,5.818],[-7.007,-1.066]],"v":[[-8.319,-1.436],[7.793,5.894]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":22,"s":[{"i":[[0.069,-3.404],[-0.543,0.267]],"o":[[-0.054,2.657],[-0.293,-0.733]],"v":[[-23.069,-12.686],[-7.457,-6.107]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":25,"s":[{"i":[[0.069,-3.404],[-0.543,0.267]],"o":[[-0.054,2.657],[-0.293,-0.733]],"v":[[-26.569,-11.436],[-15.457,-10.857]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":28,"s":[{"i":[[0.069,-3.404],[-0.543,0.267]],"o":[[-0.054,2.657],[-0.293,-0.733]],"v":[[-29.319,-6.936],[-15.457,-10.857]]}]},{"t":31,"s":[{"i":[[-0.181,-1.154],[-0.543,0.267]],"o":[[0.412,2.625],[-0.293,-0.733]],"v":[[-29.319,-6.936],[-27.707,-7.607]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[113.94,26.219]}}],"nm":"Group 9"}],"bounds":{"l":84,"t":12,"b":34,"r":124},"ip":13,"op":31,"st":13},{"ddd":0,"ind":32,"ty":4,"nm":"gotaRosa1","ks":{"p":{"k":[177.502,96.273,0]},"a":{"k":[141.817,27.277,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":24,"s":[{"i":[[0.168,2.349],[-1.915,-0.012]],"o":[[-0.121,-1.698],[1.24,0.008]],"v":[[-2.852,-2.278],[-5.338,-1.609]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":27,"s":[{"i":[[-1.1,3.036],[-1.691,-0.899]],"o":[[1.006,-2.777],[1.996,1.061]],"v":[[3.898,0.097],[-3.213,-2.234]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[-1.1,3.036],[-1.691,-0.899]],"o":[[1.006,-2.777],[1.996,1.061]],"v":[[8.648,3.472],[-3.213,-2.234]]}]},{"t":34,"s":[{"i":[[-0.003,1.104],[-0.01,-0.492]],"o":[[0.004,-1.198],[-0.135,0.383]],"v":[[10.523,5.722],[9.912,5.516]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[141.289,28.73]}}],"nm":"Group 10"}],"bounds":{"l":135,"t":25,"b":35,"r":152},"ip":24,"op":34,"st":12},{"ddd":0,"ind":33,"ty":4,"nm":"manchaRosa","ks":{"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":13,"s":[{"i":[[-1.007,0.038],[1.007,-0.038]],"o":[[1.007,-0.038],[-1.007,0.038]],"v":[[-7.646,-0.999],[-7.706,-2.559]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":15,"s":[{"i":[[-1.931,0.129],[1.931,-0.129]],"o":[[1.931,-0.129],[-1.931,0.129]],"v":[[-8.755,-1.45],[-8.955,-4.444]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":17,"s":[{"i":[[-1.935,0],[1.935,0]],"o":[[1.935,0],[-1.935,0]],"v":[[-1.75,0.75],[-1.75,-2.25]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":19.125,"s":[{"i":[[-1.935,0],[1.935,0]],"o":[[1.935,0],[-1.935,0]],"v":[[0,1.5],[0,-1.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":21,"s":[{"i":[[-1.816,-0.142],[1.816,0.142]],"o":[[1.816,0.142],[-1.816,-0.142]],"v":[[5.625,9.42],[5.846,6.605]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":24,"s":[{"i":[[-1.927,-0.447],[1.927,0.447]],"o":[[1.927,0.446],[-1.927,-0.447]],"v":[[7.734,12.285],[8.426,9.297]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":27,"s":[{"i":[[-1.929,-0.152],[1.929,0.152]],"o":[[1.929,0.152],[-1.929,-0.152]],"v":[[11.691,17.779],[11.927,14.788]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":29,"s":[{"i":[[-1.66,-1.076],[1.66,1.076]],"o":[[1.66,1.076],[-1.66,-1.076]],"v":[[22.881,34.083],[24.55,31.509]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":31,"s":[{"i":[[-1.622,-1.055],[1.622,1.055]],"o":[[1.622,1.055],[-1.622,-1.055]],"v":[[26.65,58.898],[28.286,56.383]]}]},{"t":32,"s":[{"i":[[-1.397,-0.912],[1.397,0.912]],"o":[[1.397,0.912],[-1.397,-0.912]],"v":[[22.501,93.192],[24.355,92.863]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[134.44,33.379]}}],"nm":"Group 25"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":13,"s":[{"i":[[-0.823,-0.588],[-0.987,-1.061],[0.687,0.738],[1.179,0.843]],"o":[[1.179,0.843],[0.692,0.743],[-0.987,-1.061],[-0.813,-0.581]],"v":[[-12.369,-4.583],[-9.118,-1.728],[-8.051,-2.881],[-11.301,-5.736]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":15,"s":[{"i":[[-1.603,-1.077],[-1.942,-1.971],[1.351,1.371],[2.297,1.544]],"o":[[2.296,1.543],[1.36,1.38],[-1.942,-1.971],[-1.584,-1.065]],"v":[[-13.74,-5.092],[-7.382,0.179],[-5.408,-2.08],[-11.766,-7.35]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":17,"s":[{"i":[[-1.528,-1.182],[-1.806,-2.096],[1.256,1.458],[2.188,1.694]],"o":[[2.188,1.693],[1.265,1.468],[-1.806,-2.096],[-1.509,-1.168]],"v":[[-7.67,-2.682],[-1.678,3.003],[0.443,0.88],[-5.549,-4.803]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":19.125,"s":[{"i":[[-1.528,-1.182],[-1.806,-2.096],[1.256,1.458],[2.189,1.693]],"o":[[2.188,1.693],[1.265,1.468],[-1.806,-2.096],[-1.509,-1.168]],"v":[[-3.92,-1.932],[2.072,3.753],[4.193,1.63],[-1.799,-4.053]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":21,"s":[{"i":[[-1.347,-1.222],[-1.54,-2.099],[1.071,1.46],[1.929,1.75]],"o":[[1.928,1.749],[1.079,1.47],[-1.54,-2.099],[-1.33,-1.207]],"v":[[1.229,6.127],[6.433,11.901],[8.579,10.066],[3.375,4.293]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":24,"s":[{"i":[[-1.249,-1.53],[-1.315,-2.504],[0.915,1.742],[1.789,2.192]],"o":[[1.789,2.191],[0.921,1.754],[-1.315,-2.504],[-1.234,-1.512]],"v":[[3.136,9.833],[7.792,16.877],[10.395,15.253],[5.738,8.21]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":27,"s":[{"i":[[-1.161,-1.544],[-1.188,-2.499],[0.826,1.738],[1.663,2.212]],"o":[[1.663,2.211],[0.832,1.75],[-1.188,-2.499],[-1.147,-1.525]],"v":[[5.446,14.812],[9.724,21.877],[12.33,20.39],[8.052,13.327]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":29,"s":[{"i":[[-0.653,-1.864],[-0.383,-2.803],[0.267,1.949],[0.935,2.67]],"o":[[0.935,2.67],[0.269,1.963],[-0.383,-2.803],[-0.645,-1.841]],"v":[[16.756,32.634],[18.734,40.843],[21.734,40.202],[19.756,31.994]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":31,"s":[{"i":[[-0.283,-1.911],[0.15,-2.763],[-0.104,1.922],[0.404,2.738]],"o":[[0.405,2.737],[-0.105,1.935],[0.15,-2.763],[-0.279,-1.888]],"v":[[18.575,56.468],[18.958,64.718],[21.957,64.657],[21.574,56.408]]}]},{"t":32,"s":[{"i":[[-0.029,-0.762],[0.484,-0.914],[-0.337,0.636],[0.041,1.091]],"o":[[0.042,1.091],[-0.339,0.64],[0.484,-0.914],[-0.028,-0.752]],"v":[[13.938,88.292],[13.274,91.3],[16.108,92.284],[16.77,89.277]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[142.656,39.675]}}],"nm":"Group 26"},{"ty":"gr","it":[{"ty":"fl","fillEnabled":true,"c":{"k":[204,107,88,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[114.908,60.096]}}],"nm":"Group 39"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":13,"s":[{"i":[[5.557,1.702],[-2.308,-2.705],[21.515,14.611],[-12.126,-5.401],[-1.014,-5.177],[-15.081,-10.146],[-0.96,1.782],[-5.609,-0.566],[-4.301,2.151]],"o":[[-10.616,-3.963],[7.144,8.373],[-7.737,-5.254],[2.392,1.065],[1.607,5.837],[7.043,4.739],[2.597,-4.822],[6.608,0.667],[6.175,-3.198]],"v":[[1.215,-25.196],[-2.697,-20.504],[-20.681,-17.79],[-31.347,-11.996],[-33.777,-5.444],[-17.437,1.435],[-22.214,-11.37],[-4.383,-6.796],[8.658,-13.832]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":15,"s":[{"i":[[5.382,1.481],[-2.291,-2.534],[21.059,13.434],[-11.791,-4.851],[-1.117,-4.942],[-5.815,-7.326],[-0.872,1.737],[-4.435,3.106],[-4.069,2.184]],"o":[[-10.302,-3.512],[7.09,7.842],[-7.573,-4.831],[2.326,0.957],[12.416,1.113],[5.069,6.386],[2.36,-4.702],[3.463,-2.425],[5.84,-3.24]],"v":[[-1.085,-26.946],[-4.712,-22.333],[-21.904,-19.232],[-31.984,-13.374],[-33.137,-4.551],[-4.905,11.888],[-13.867,-8.389],[3.41,-7.748],[15.804,-10.107]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":17,"s":[{"i":[[10.271,3.587],[-2.116,-2.681],[20.115,14.81],[-10.758,-6.843],[-0.784,-5.006],[-5.352,-14.79],[-4.918,0.735],[-4.633,2.802],[-8.956,-8.093]],"o":[[-10.044,-4.192],[6.55,8.298],[-7.233,-5.326],[14.622,9.302],[0.829,6.911],[2.775,7.667],[5.203,-0.777],[3.617,-2.188],[-2.581,-10.391]],"v":[[3.009,-28.025],[-2.668,-23.415],[-23.779,-23.469],[-30.478,-16.298],[-28.049,-4.849],[2.632,24.352],[11.266,16.137],[29.961,22.68],[35.986,15.155]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":19.125,"s":[{"i":[[17.349,7.827],[-2.116,-2.681],[20.115,14.81],[-10.758,-6.843],[-0.784,-5.006],[-16.437,-25.651],[-4.918,0.735],[-4.633,2.802],[-4.773,-5.022]],"o":[[-10.044,-4.192],[6.55,8.298],[-7.233,-5.326],[14.622,9.302],[0.956,3.924],[4.399,6.865],[5.203,-0.777],[3.617,-2.188],[-2.581,-10.391]],"v":[[5.009,-27.025],[-0.668,-22.415],[-22.529,-21.219],[-29.228,-14.048],[-31.549,-0.099],[5.882,24.352],[12.516,16.137],[30.211,18.93],[39.986,14.905]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":21,"s":[{"i":[[15.573,9.327],[-1.788,-2.671],[10.507,8.169],[-9.59,-7.212],[-0.368,-4.755],[-2.611,-31.528],[-4.668,0.327],[-4.553,2.289],[-4.109,-5.063]],"o":[[-9.116,-4.672],[5.535,8.267],[-6.674,-5.189],[13.035,9.803],[0.608,3.752],[0.159,1.917],[4.939,-0.346],[3.555,-1.787],[-1.658,-9.939]],"v":[[14.024,-15.811],[4.569,-11.728],[-14.833,-15.424],[-21.646,-9.188],[-21.493,3.048],[6.62,41.145],[15.3,22.202],[31.698,26.124],[41.165,23.066]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":24,"s":[{"i":[[12.158,11.525],[-1.489,-3.159],[16.617,19.394],[-8.75,-9.663],[0.374,-5.167],[-4.357,-24.351],[-5.068,-0.403],[-5.261,1.722],[-3.595,-6.104]],"o":[[-9.037,-6.493],[4.609,9.777],[-5.975,-6.974],[16.753,18.499],[0.047,4.129],[1.468,8.206],[5.362,0.427],[4.108,-1.345],[-0.173,-10.946]],"v":[[16.621,-13.463],[9.903,-10.181],[-8.647,-14.034],[-11.474,-7.437],[-20.005,0.921],[3.636,34.413],[12.139,27.761],[29.121,34.626],[39.785,32.872]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":27,"s":[{"i":[[12.311,15.855],[9.696,6.761],[12.464,8.037],[-10.186,-7.669],[-0.388,-5.052],[-3.377,-12.124],[-4.961,0.345],[-10.559,-1.634],[-7.262,-5.933]],"o":[[-9.096,-8.405],[-8.671,-6.047],[-7.549,-4.868],[13.844,10.424],[0.644,3.987],[2.188,7.854],[5.248,-0.365],[4.716,0.73],[0.152,-24.762]],"v":[[19.399,-11.569],[6.917,-8.181],[3.27,-1.502],[-10.151,-2.39],[-8.992,7.431],[4.657,31.186],[14.417,65.019],[31.338,54.196],[41.128,43.824]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":29,"s":[{"i":[[7.504,14.978],[-0.324,-3.477],[9.015,23.895],[-4.935,-12.066],[2.112,-4.73],[2.411,-21.576],[-2.322,0.481],[-5.533,-0.173],[-1.301,-6.963]],"o":[[-6.284,-9.184],[1.003,10.762],[-3.242,-8.593],[9.448,23.1],[-1.363,3.898],[-0.157,1.407],[5.267,-1.09],[4.32,0.135],[7.247,-10.253]],"v":[[33.541,8.86],[26.107,9.657],[9.98,-0.286],[5.074,4.953],[-5.795,9.905],[5.748,52.04],[14.746,51.062],[28.909,58.331],[36.532,62.815]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":31,"s":[{"i":[[3.24,19.81],[5.287,10.572],[7.109,13.015],[-5.284,-11.604],[2.073,-4.623],[2.825,-12.264],[-4.523,-2.067],[-8.495,-6.48],[-3.545,-8.681]],"o":[[-3.975,-11.729],[-4.729,-9.455],[-4.306,-7.883],[7.182,15.772],[-1.339,3.81],[-1.83,7.945],[4.785,2.187],[3.794,2.894],[11.963,-21.68]],"v":[[38.684,30.36],[26.1,27.372],[19.705,31.498],[8.339,24.306],[4.665,33.487],[5.306,60.876],[-8.283,87.261],[12.752,91.337],[26.808,87.903]]}]},{"t":32,"s":[{"i":[[0.595,5.702],[2.679,-9.31],[3.307,0.964],[3.94,3.256],[1.114,-8.424],[2.973,-6.814],[-4.523,-2.067],[-8.495,-6.48],[-3.545,-8.681]],"o":[[2.095,-5.798],[-0.648,2.25],[-4.926,-1.436],[-2.803,-2.317],[-1.386,9.076],[-3.26,7.473],[4.785,2.187],[3.794,2.894],[2.971,-1.841]],"v":[[39.184,55.86],[34.1,48.372],[28.205,58.998],[17.339,43.806],[4.165,49.987],[2.306,73.876],[-8.283,87.261],[12.752,91.337],[26.808,87.903]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[221,120,94,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[126.161,53.817]}}],"nm":"Group 40"}],"bounds":{"l":89,"t":24,"b":146,"r":168},"ip":13,"op":32,"st":13},{"ddd":0,"ind":34,"ty":0,"nm":"yellow","refId":"comp_50","ks":{"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":14,"s":[125,135,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":23,"s":[125,135,0],"to":[0,0.06294004619122,0],"ti":[0,-0.11136794090271,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":25,"s":[125,138.266,0],"to":[0,0.62589412927628,0],"ti":[0,-0.3537266254425,0]},{"t":42,"s":[125,137.5,0]}]},"a":{"k":[125,137.5,0]}},"w":250,"h":275,"ip":9,"op":6296,"st":-4},{"ddd":0,"ind":35,"ty":4,"nm":"Ooriginal 6","ks":{"p":{"k":[120.41,157.974,0]},"a":{"k":[217.726,73.648,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":50,"s":[{"i":[[1.569,0.504],[0.897,0.253],[1.129,-0.175],[1.638,-0.455],[1.61,-2.335],[-4.685,1.971],[-6.224,1.558],[-2.721,-0.348],[-1.304,-1.001],[-0.063,-1.302],[1.063,-0.239]],"o":[[-1.883,-0.605],[-1.408,-0.396],[-2.589,0.401],[-1.203,0.334],[-1.229,1.782],[2.153,-0.906],[2.382,-0.596],[1.366,0.175],[0.879,0.675],[0.035,0.723],[-1.361,0.307]],"v":[[19.062,-63.32],[15.062,-64.583],[11.913,-64.824],[1.319,-60.57],[-4.085,-58.091],[-4.851,-59.682],[12.284,-68.795],[19.564,-68.987],[24.087,-67.389],[25.658,-64.476],[23.903,-63.029]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":52,"s":[{"i":[[3.817,2.898],[4.562,-1.669],[7.239,5.775],[4.963,-0.428],[0.725,2.608],[-9.404,3.287],[-12.432,-1.896],[-6.877,-7.207],[-1.646,-4.877],[0.412,-2.463],[6.866,-1.028]],"o":[[-3.682,-2.795],[-12.501,4.573],[-10.291,-8.21],[-9.925,0.856],[-0.968,-3.481],[11.31,-3.953],[3.983,0.608],[1.892,1.982],[1.068,3.166],[-0.479,2.86],[-6.359,0.952]],"v":[[73.312,-35.359],[67.238,-49.547],[51.847,-62.275],[29.519,-65.527],[4.377,-64.188],[15.107,-71.944],[58.437,-76.211],[81.386,-62.79],[87.682,-51.118],[88.938,-42.296],[79.097,-42.927]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":54,"s":[{"i":[[3.048,4.016],[-0.201,9.556],[6.595,9.748],[6.269,0.049],[1.045,3.243],[-11.659,4.615],[-14.275,-6.838],[-9.018,-8.712],[-4.883,-11.062],[-5.749,-10.465],[5.768,-3.53]],"o":[[-4.52,-5.954],[0.316,-14.999],[-13.253,-19.589],[-3.08,-0.024],[-1.395,-4.329],[14.022,-5.55],[8.019,3.841],[2.444,2.361],[3.292,7.457],[6.936,12.626],[-7.384,4.519]],"v":[[75.258,2.98],[64.363,-6.894],[56.503,-47.756],[17.244,-70.98],[-13.413,-67.412],[-0.315,-77.716],[46.328,-82.385],[70.571,-66.862],[84.939,-47.061],[81.302,-18.601],[78.82,20.277]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":56,"s":[{"i":[[13.15,1.556],[-8.525,10.321],[10.847,17.964],[18.967,1.104],[17.41,-5.379],[-11.753,4.889],[-14.487,-6.654],[-7.202,-10.547],[-4.103,-16.945],[6.182,-9.548],[4.596,7.789]],"o":[[-17.35,10.056],[13.382,-16.201],[-8.743,-11.092],[-3.406,-0.422],[-1.358,-4.805],[13.553,-5.865],[8.4,3.738],[4.516,6.614],[2.766,11.423],[-19.632,30.322],[-3.499,-5.93]],"v":[[56.588,25.47],[47.927,12.291],[64.98,-41.383],[21.271,-71.579],[-20.673,-67.095],[-2.815,-79.109],[47.579,-79.75],[72.677,-57.048],[91.362,-17.392],[88.002,15.387],[45.737,55.956]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":58,"s":[{"i":[[-1.48,9.782],[-14.17,-2.982],[-4.403,14.78],[27.26,16.962],[16.636,-1.855],[-10.803,3.518],[-14.98,-6.227],[-6.431,-11.598],[0.188,-19.57],[5.785,-9.504],[19.314,5.313]],"o":[[2.033,-13.442],[54.192,11.405],[1.597,-16.72],[-6.531,-3.214],[-1.27,-5.91],[12.632,-2.733],[9.283,3.498],[5.556,10.327],[-0.127,13.193],[-18.372,28.995],[-35.273,-9.48]],"v":[[-16.283,47.244],[-21.455,27.621],[46.641,0.246],[26.644,-58.769],[-11.398,-62.12],[2.605,-75.741],[40.523,-71.599],[71.603,-43.93],[81.658,6.099],[73.404,41.732],[-11.49,67.506]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":59,"s":[{"i":[[-17.589,-7.278],[-9.984,-12.909],[-9.173,9.184],[31.406,24.89],[15.733,-2.741],[-10.328,2.832],[-15.226,-6.013],[-6.046,-12.123],[2.333,-20.882],[5.586,-9.482],[26.688,3.971]],"o":[[22.706,9.395],[29.383,37.99],[15.017,-15.034],[-8.094,-4.61],[-1.227,-6.463],[12.172,-1.168],[9.725,3.378],[6.076,12.183],[-1.573,14.077],[-17.741,28.331],[-57.16,-8.505]],"v":[[-71.468,38.63],[-45.145,21.035],[26.221,13.56],[29.331,-52.365],[-11.261,-59.632],[0.066,-74.807],[38.496,-70.524],[71.066,-37.371],[76.805,17.845],[66.105,54.905],[-7.103,86.031]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":61,"s":[{"i":[[-16.794,-18.105],[-18.688,-21.185],[-18.315,-3.686],[14.406,24.39],[20.499,2.657],[-19.828,4.332],[-11.754,-9.27],[-5.329,-33.104],[17.293,-17.65],[18.779,-0.365],[10.476,23.915]],"o":[[16.706,27.395],[12.027,13.634],[20.832,4.193],[-6.594,-7.61],[-42.466,-5.505],[19.172,-1.168],[12.742,10.049],[4.296,26.687],[-11.658,11.898],[-36.562,0.711],[-14.559,-33.236]],"v":[[-71.968,-22.87],[-45.575,-12.79],[-0.779,22.56],[31.331,-26.865],[1.739,-44.132],[-4.934,-70.807],[44.496,-60.524],[78.066,-10.371],[56.802,61.015],[10.605,80.905],[-66.204,41.761]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":63,"s":[{"i":[[-11.294,40.895],[3.88,-10.795],[-11.226,-19.251],[-0.594,49.39],[16.499,4.157],[-29.828,-0.168],[-11.758,-28.451],[9.663,-12.529],[24.016,-2.744],[16.5,8.973],[-1.511,25.556]],"o":[[13.206,-13.105],[-6.091,16.945],[16.017,27.466],[0.277,-23.07],[-28.619,-7.211],[13.688,0.077],[9.415,22.782],[-14.233,18.455],[-16.19,1.85],[-24.502,-13.324],[4.189,-70.841]],"v":[[-40.968,-49.37],[-31.599,-27.889],[-39.779,27.56],[39.331,10.135],[16.739,-41.132],[19.066,-68.807],[71.996,-26.024],[66.066,47.629],[5.974,81.848],[-43.895,71.905],[-77.452,6.367]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":65,"s":[{"i":[[-22.903,-15.498],[9.979,-7.396],[0.01,-27.203],[-0.594,49.39],[16.333,4.768],[-29.173,-6.218],[-12.865,-27.968],[9.854,-12.379],[30.715,10.456],[5.958,17.812],[-13.299,20.657]],"o":[[10.198,8.326],[-15.664,11.61],[-0.012,31.795],[0.277,-23.07],[-32.001,-9.343],[22.672,4.832],[14.742,32.049],[-22.297,28.012],[-20.706,-7.049],[-9.152,-27.358],[17.025,-26.444]],"v":[[5.032,-63.369],[0.198,-41.198],[-43.279,11.56],[39.331,10.135],[16.739,-41.132],[14.566,-72.807],[73.996,-29.524],[61.566,54.629],[-30.158,76.549],[-73.895,37.905],[-63.537,-38.26]]}]},{"t":67,"s":[{"i":[[-1.569,-16.902],[11.192,-4.522],[-1.211,-40.642],[-23.594,66.89],[16.999,6.157],[-46.328,13.832],[-12.865,-27.968],[9.854,-12.379],[31.435,11.605],[5.952,17.814],[-21.13,18.114]],"o":[[-0.309,12.023],[-17.568,7.098],[0.947,31.781],[7.675,-21.758],[-31.344,-11.354],[22.212,-6.632],[14.742,32.049],[-22.297,28.012],[-21.192,-7.823],[-13.537,-40.515],[27.049,-23.188]],"v":[[12.032,-64.869],[-8.82,-44.161],[-47.279,11.56],[43.331,10.635],[16.739,-41.132],[-0.434,-77.307],[73.996,-29.524],[61.566,54.629],[-31.775,73.974],[-76.395,33.905],[-53.995,-54.491]]}]}]},"nm":"Path 2"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[218.079,77.648]}}],"nm":"Group 9"}],"bounds":{"l":136,"t":-8,"b":165,"r":312},"ip":50,"op":66,"st":50},{"ddd":0,"ind":36,"ty":4,"nm":"Ooriginal 7","ks":{"p":{"k":[120.41,157.974,0]},"a":{"k":[217.726,73.648,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":66,"s":[{"i":[[-5.266,12.285],[8.576,9.433],[12.923,-3.783],[11.254,-5.263],[5.325,-12.753],[-11.396,-5.594],[-14.37,9.736],[-12.029,4.064]],"o":[[4.52,-10.546],[-8.576,-9.434],[-12.005,3.515],[-11.548,5.401],[-5.15,12.334],[10.754,5.28],[10.354,-7.014],[12.384,-4.184]],"v":[[43.717,1.571],[32.024,-32.04],[-0.185,-46.191],[-31.516,-33.211],[-44.088,1.279],[-31.516,36.246],[0.107,50.29],[30.853,37.71]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":70,"s":[{"i":[[0,13.366],[8.576,9.433],[12.506,0],[8.576,-9.434],[0,-13.363],[-8.576,-9.36],[-12.509,0],[-8.576,9.363]],"o":[[0,-13.363],[-8.576,-9.434],[-12.509,0],[-8.576,9.433],[0,13.366],[8.576,9.363],[12.506,0],[8.576,-9.36]],"v":[[43.095,2.607],[32.231,-30.589],[-0.393,-44.74],[-31.516,-32.589],[-43.881,2.107],[-31.516,37.697],[0.107,51.741],[30.231,40.197]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":74,"s":[{"i":[[-5.266,12.285],[8.576,9.433],[12.923,-3.783],[11.254,-5.263],[5.325,-12.753],[-11.396,-5.594],[-14.37,9.736],[-12.029,4.064]],"o":[[4.52,-10.546],[-8.576,-9.434],[-12.005,3.515],[-11.548,5.401],[-5.15,12.334],[10.754,5.28],[10.354,-7.014],[12.384,-4.184]],"v":[[43.717,1.571],[32.024,-32.04],[-0.185,-46.191],[-31.516,-33.211],[-44.088,1.279],[-31.516,36.246],[0.107,50.29],[30.853,37.71]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":78,"s":[{"i":[[0,13.366],[8.576,9.433],[12.506,0],[8.576,-9.434],[0,-13.363],[-8.576,-9.36],[-12.509,0],[-8.576,9.363]],"o":[[0,-13.363],[-8.576,-9.434],[-12.509,0],[-8.576,9.433],[0,13.366],[8.576,9.363],[12.506,0],[8.576,-9.36]],"v":[[43.095,2.607],[32.231,-30.589],[-0.393,-44.74],[-31.516,-32.589],[-43.881,2.107],[-31.516,37.697],[0.107,51.741],[30.231,40.197]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":82,"s":[{"i":[[-5.266,12.285],[8.576,9.433],[12.923,-3.783],[11.254,-5.263],[5.325,-12.753],[-11.396,-5.594],[-14.37,9.736],[-12.029,4.064]],"o":[[4.52,-10.546],[-8.576,-9.434],[-12.005,3.515],[-11.548,5.401],[-5.15,12.334],[10.754,5.28],[10.354,-7.014],[12.384,-4.184]],"v":[[43.717,1.571],[32.024,-32.04],[-0.185,-46.191],[-31.516,-33.211],[-44.088,1.279],[-31.516,36.246],[0.107,50.29],[30.853,37.71]]}]},{"t":87,"s":[{"i":[[0,13.366],[8.576,9.433],[12.506,0],[8.576,-9.434],[0,-13.363],[-8.576,-9.36],[-12.509,0],[-8.576,9.363]],"o":[[0,-13.363],[-8.576,-9.434],[-12.509,0],[-8.576,9.433],[0,13.366],[8.576,9.363],[12.506,0],[8.576,-9.36]],"v":[[44.595,0.107],[31.731,-34.089],[0.107,-48.24],[-31.516,-34.089],[-44.381,0.107],[-31.516,34.197],[0.107,48.241],[31.731,34.197]]}]}]},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":66,"s":[{"i":[[19.157,-6.696],[19.737,7.078],[8.696,22.768],[-11.15,18.979],[-19.101,9.143],[-21.308,-6.074],[-19.18,-8.976],[-5.38,-21.342]],"o":[[-19.99,6.987],[-20.857,-7.479],[-7.556,-19.783],[12.129,-20.646],[21.196,-10.145],[22.237,6.338],[17.486,8.184],[4.931,19.561]],"v":[[55.08,58.722],[0.001,79.448],[-55.959,57.258],[-78.392,1.172],[-55.959,-54.329],[0.001,-76.813],[56.251,-53.158],[77.806,1.464]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":70,"s":[{"i":[[15.149,-14.794],[22.153,0],[15.149,14.793],[0,22.012],[-15.152,14.794],[-22.157,0],[-15.152,-14.794],[0,-22.01]],"o":[[-15.152,14.793],[-22.157,0],[-15.152,-14.794],[0,-22.01],[15.149,-14.794],[22.153,0],[15.149,14.794],[0,22.012]],"v":[[54.458,61.208],[0,80.898],[-55.959,58.708],[-78.184,2.001],[-55.959,-53.707],[0,-76.398],[56.458,-51.707],[77.184,2.501]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":74,"s":[{"i":[[19.157,-6.696],[19.737,7.078],[8.696,22.768],[-11.15,18.979],[-19.101,9.143],[-21.308,-6.074],[-19.18,-8.976],[-5.38,-21.342]],"o":[[-19.99,6.987],[-20.857,-7.479],[-7.556,-19.783],[12.129,-20.646],[21.196,-10.145],[22.237,6.338],[17.486,8.184],[4.931,19.561]],"v":[[55.08,58.722],[0.001,79.448],[-55.959,57.258],[-78.392,1.172],[-55.959,-54.329],[0.001,-76.813],[56.251,-53.158],[77.806,1.464]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":78,"s":[{"i":[[15.149,-14.794],[22.153,0],[15.149,14.793],[0,22.012],[-15.152,14.794],[-22.157,0],[-15.152,-14.794],[0,-22.01]],"o":[[-15.152,14.793],[-22.157,0],[-15.152,-14.794],[0,-22.01],[15.149,-14.794],[22.153,0],[15.149,14.794],[0,22.012]],"v":[[54.458,61.208],[0,80.898],[-55.959,58.708],[-78.184,2.001],[-55.959,-53.707],[0,-76.398],[56.458,-51.707],[77.184,2.501]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":82,"s":[{"i":[[19.157,-6.696],[19.737,7.078],[8.696,22.768],[-11.15,18.979],[-19.101,9.143],[-21.308,-6.074],[-19.18,-8.976],[-5.38,-21.342]],"o":[[-19.99,6.987],[-20.857,-7.479],[-7.556,-19.783],[12.129,-20.646],[21.196,-10.145],[22.237,6.338],[17.486,8.184],[4.931,19.561]],"v":[[55.08,58.722],[0.001,79.448],[-55.959,57.258],[-78.392,1.172],[-55.959,-54.329],[0.001,-76.813],[56.251,-53.158],[77.806,1.464]]}]},{"t":87,"s":[{"i":[[15.149,-14.794],[22.153,0],[15.149,14.793],[0,22.012],[-15.152,14.794],[-22.157,0],[-15.152,-14.794],[0,-22.01]],"o":[[-15.152,14.793],[-22.157,0],[-15.152,-14.794],[0,-22.01],[15.149,-14.794],[22.153,0],[15.149,14.794],[0,22.012]],"v":[[55.958,55.208],[0,77.398],[-55.959,55.208],[-78.684,0.001],[-55.959,-55.207],[0,-77.398],[55.958,-55.207],[78.684,0.001]]}]}]},"nm":"Path 2"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[218.079,77.648]}}],"nm":"Group 9"}],"bounds":{"l":136,"t":-1,"b":159,"r":298},"ip":66,"op":1234,"st":41},{"ddd":0,"ind":37,"ty":4,"nm":"Ooriginal 4","ks":{"p":{"k":[120.41,157.974,0]},"a":{"k":[217.726,73.648,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":3,"s":[{"i":[[0,13.366],[8.576,9.433],[12.506,0],[8.576,-9.434],[0,-13.363],[-8.576,-9.36],[-12.509,0],[-8.576,9.363]],"o":[[0,-13.363],[-8.576,-9.434],[-12.509,0],[-8.576,9.433],[0,13.366],[8.576,9.363],[12.506,0],[8.576,-9.36]],"v":[[44.595,0.107],[31.731,-34.089],[0.107,-48.24],[-31.516,-34.089],[-44.381,0.107],[-31.516,34.197],[0.107,48.241],[31.731,34.197]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":6,"s":[{"i":[[-0.025,7.777],[5.014,5.524],[7.337,0.051],[5.049,-5.455],[0.025,-7.776],[-5.045,-5.481],[-8.949,-7.162],[-7.321,-0.985]],"o":[[0.025,-7.776],[-5.014,-5.524],[-7.338,-0.051],[-5.049,5.454],[-0.025,7.777],[5.055,5.488],[5.742,4.596],[6.485,0.872]],"v":[[38.305,-27.606],[30.822,-47.557],[12.296,-55.919],[-6.283,-47.813],[-3.893,-53.966],[11.626,-43.078],[28.186,-30.812],[32.753,-16.847]]}]},{"t":9,"s":[{"i":[[-0.06,-0.007],[0.051,0.078],[0.136,0.121],[0.135,0.088],[0.06,0.007],[-0.127,-0.077],[-0.145,-0.106],[-0.105,-0.11]],"o":[[0.06,0.007],[-0.051,-0.078],[-0.136,-0.121],[-0.135,-0.088],[-0.06,-0.007],[0.15,0.091],[0.18,0.132],[0.121,0.128]],"v":[[29.543,-66.209],[29.555,-66.315],[29.274,-66.615],[28.866,-66.929],[28.574,-67.072],[28.649,-66.963],[29.012,-66.747],[29.389,-66.411]]}]}]},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":3,"s":[{"i":[[15.149,-14.794],[22.153,0],[15.149,14.793],[0,22.012],[-15.152,14.794],[-22.157,0],[-15.152,-14.794],[0,-22.01]],"o":[[-15.152,14.793],[-22.157,0],[-15.152,-14.794],[0,-22.01],[15.149,-14.794],[22.153,0],[15.149,14.794],[0,22.012]],"v":[[55.958,55.208],[0,77.398],[-55.959,55.208],[-78.684,0.001],[-55.959,-55.207],[0,-77.398],[55.958,-55.207],[78.684,0.001]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":6,"s":[{"i":[[11.781,-9.646],[10.299,13.677],[11.157,8.803],[-6.163,11.82],[-14.1,6.193],[-17.014,-3.952],[-9.311,-12.552],[3.296,-13.746]],"o":[[-12.735,9.978],[-7.701,-9.323],[-14.832,-9.105],[26.28,-7.595],[14.58,-5.972],[18.384,5.27],[9.235,11.952],[-4.417,14.065]],"v":[[47.489,15.737],[24.939,-4.652],[7.241,-32.964],[-42.042,-45.38],[-15.05,-66.68],[23.789,-70.523],[55.763,-53.1],[64.349,-20.209]]}]},{"t":9,"s":[{"i":[[7.091,-2.476],[11.085,-4.709],[5.596,0.459],[-14.749,-2.376],[-12.635,-5.789],[-9.849,-9.457],[-1.175,-9.429],[7.888,-2.235]],"o":[[-9.368,3.271],[-7.912,3.361],[-14.386,-1.181],[24.525,3.951],[13.788,6.317],[13.134,12.611],[0.996,7.994],[-10.57,2.996]],"v":[[35.691,-39.246],[16.604,-44.763],[4.342,-50.493],[-12.539,-60.733],[13.218,-65.911],[28.21,-70.517],[55.49,-50.165],[44.38,-48.361]]}]}]},"nm":"Path 2"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[218.079,77.648]}}],"nm":"Group 9"}],"bounds":{"l":139,"t":0,"b":156,"r":297},"ip":0,"op":9,"st":0}]},{"id":"comp_50","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"gotaVioleta8","ks":{"p":{"k":[114.377,116.773,0]},"a":{"k":[80.817,52.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":40,"s":[{"i":[[-0.84,0.659],[-1.316,-1.881]],"o":[[0.841,-0.66],[1.552,2.218]],"v":[[-3.474,-3.702],[-5.044,-4.309]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":42,"s":[{"i":[[-2.827,2.641],[-1.316,-1.881]],"o":[[2.585,-2.416],[1.552,2.218]],"v":[[2.526,2.798],[-3.794,-3.559]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":44,"s":[{"i":[[-2.827,2.641],[-1.757,-1.477]],"o":[[2.585,-2.416],[4.48,3.766]],"v":[[11.526,10.298],[4.456,1.941]]}]},{"t":46,"s":[{"i":[[-1.653,1.335],[-1.358,-1.851]],"o":[[1.66,-1.341],[1.48,2.016]],"v":[[13.526,15.048],[11.956,13.191]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[82.255,52.921]}}],"nm":"Group 13"}],"bounds":{"l":76,"t":47,"b":69,"r":97},"ip":40,"op":46,"st":16},{"ddd":0,"ind":1,"ty":4,"nm":"gotaVioleta7","ks":{"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":40,"s":[{"i":[[-0.746,-1.912],[-2.504,1.276]],"o":[[0.608,1.559],[2.953,-1.504]],"v":[[-3.043,0.836],[-6.664,1.549]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":42,"s":[{"i":[[-1.871,-3.912],[-2.504,1.276]],"o":[[1.711,3.577],[2.953,-1.504]],"v":[[17.707,-4.914],[7.086,-1.451]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":44,"s":[{"i":[[-1.871,-3.912],[-2.504,1.276]],"o":[[1.711,3.577],[2.953,-1.504]],"v":[[27.207,-11.914],[11.336,-3.951]]}]},{"t":46,"s":[{"i":[[0.004,-0.662],[-2.504,1.276]],"o":[[1.004,1.588],[2.953,-1.504]],"v":[[31.457,-15.664],[27.336,-12.701]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[85.229,18.204]}}],"nm":"Group 20"}],"bounds":{"l":78,"t":2,"b":21,"r":117},"ip":40,"op":46,"st":3},{"ddd":0,"ind":2,"ty":4,"nm":"gotaVioleta6","ks":{"p":{"k":[93.877,166.273,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":37,"s":[{"i":[[0.213,0.821],[-1.949,-1.725],[0.759,-0.819]],"o":[[-0.38,-1.466],[1.04,0.92],[-1.09,1.176]],"v":[[-4.749,10.453],[-1.911,6.951],[-3.655,9.729]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":39,"s":[{"i":[[0.213,0.821],[-1.949,-1.725],[0.759,-0.819]],"o":[[-0.38,-1.466],[1.04,0.92],[-1.09,1.176]],"v":[[-1.749,2.203],[1.089,-1.299],[-0.655,1.479]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":41,"s":[{"i":[[0.213,0.821],[-1.949,-1.725],[0.759,-0.819]],"o":[[-0.38,-1.466],[1.04,0.92],[-1.09,1.176]],"v":[[0.251,-2.547],[5.589,-9.799],[1.345,-3.271]]}]},{"t":43,"s":[{"i":[[0.213,0.821],[-1.27,-0.846],[0.759,-0.819]],"o":[[-0.38,-1.466],[1.156,0.77],[-1.09,1.176]],"v":[[6.251,-12.047],[8.589,-15.299],[7.345,-12.771]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[89.371,3.274]}}],"nm":"Group 1"}],"bounds":{"l":84,"t":-13,"b":15,"r":99},"ip":37,"op":43,"st":3},{"ddd":0,"ind":3,"ty":4,"nm":"gotaVioleta5","ks":{"p":{"k":[88.877,163.773,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":36,"s":[{"i":[[0.38,0.486],[-1.8,-0.586],[0.269,-0.767]],"o":[[-0.678,-0.868],[0.959,0.313],[-0.386,1.099]],"v":[[-1.459,8.379],[-0.58,5.221],[-0.939,7.58]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":38,"s":[{"i":[[0.38,0.486],[-1.8,-0.586],[0.269,-0.767]],"o":[[-0.678,-0.868],[0.959,0.313],[-0.386,1.099]],"v":[[-0.459,1.629],[0.42,-1.529],[0.061,0.83]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":40,"s":[{"i":[[0.38,0.486],[-1.689,-0.854],[0.269,-0.767]],"o":[[-0.678,-0.868],[2.794,1.413],[-0.386,1.099]],"v":[[2.791,-3.871],[6.17,-10.029],[3.311,-4.67]]}]},{"t":42,"s":[{"i":[[0.102,0.131],[-0.454,-0.23],[0.072,-0.206]],"o":[[-0.182,-0.233],[0.752,0.38],[-0.104,0.296]],"v":[[7.304,-8.997],[8.213,-10.653],[7.444,-9.212]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[75.475,11.745]}}],"nm":"Group 7"}],"bounds":{"l":73,"t":1,"b":21,"r":84},"ip":36,"op":42,"st":3},{"ddd":0,"ind":4,"ty":4,"nm":"manchaVioleta 5","ks":{"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[51.44,28.046]}}],"nm":"Group 23"},{"ty":"gr","it":[{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[38.888,36.167]}}],"nm":"Group 24"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":48,"s":[{"i":[[2.75,-0.52],[0.658,-1.285],[-5.362,-2.946],[-1.972,1.268],[1.456,7.088],[-4.825,8.415],[2.91,-0.203]],"o":[[-4.146,2.363],[0.908,8.715],[7.888,1.929],[3.153,-4.107],[-1.651,-8.039],[1.545,-2.695],[-3.846,0.268]],"v":[[39.672,-34.301],[45.014,-26.786],[36.534,-12.25],[54.894,-4.714],[56.823,-20.032],[67.502,-31.251],[60.143,-35.464]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":50,"s":[{"i":[[5,-0.77],[-0.467,-1.16],[-5.362,-2.946],[-7.097,0.518],[-1.026,5.711],[4.545,3.805],[4.987,-0.888]],"o":[[-5.125,1.23],[0.658,5.215],[11.388,0.929],[7.387,-0.539],[0.751,-4.182],[-2.003,-1.677],[-5.721,1.018]],"v":[[50.047,-31.676],[53.514,-27.286],[45.784,-18.75],[69.894,-15.339],[84.448,-23.407],[80.002,-34.001],[68.393,-35.714]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":52,"s":[{"i":[[2.629,-0.001],[2.502,-1.65],[-2.216,-0.443],[-3.574,-2.201],[-2.33,2.728],[2.72,1.457],[2.474,0.656]],"o":[[-4.417,0.002],[-0.36,0.321],[1.975,0.395],[2.933,1.807],[2.381,-2.787],[-2.303,-1.233],[-1.698,-0.45]],"v":[[84.538,-34.666],[72.51,-32.809],[81.876,-32.007],[93.53,-27.951],[103.09,-23.238],[98.706,-31.334],[91.847,-33.803]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":54,"s":[{"i":[[2.09,0.636],[1.412,-0.387],[-5.578,-5.064],[-2.905,-3.03],[-2.311,1.698],[3.716,2.888],[2.325,1.357]],"o":[[-1.741,-0.53],[-0.36,0.321],[1.878,1.705],[2.642,2.755],[4.707,-3.458],[-4.595,-3.572],[-1.518,-0.886]],"v":[[91.163,-33.541],[82.76,-35.059],[94.751,-28.757],[104.405,-19.326],[115.59,-10.488],[105.706,-25.459],[97.847,-30.678]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":56,"s":[{"i":[[0.686,0.45],[0.682,-0.084],[-2.248,-2.73],[-1.144,-1.604],[-1.188,0.632],[1.53,1.593],[0.988,0.787]],"o":[[-0.714,-0.469],[-0.189,0.125],[0.757,0.919],[1.041,1.459],[2.42,-1.288],[-1.892,-1.97],[-0.645,-0.514]],"v":[[112.942,-14.779],[109.611,-16.581],[113.756,-12.021],[117.603,-6.987],[123.001,-0.703],[118.622,-9.748],[115.56,-12.762]]}]},{"t":58,"s":[{"i":[[0.206,0.258],[0.198,0.069],[-0.246,-1.05],[-0.096,-0.593],[-0.41,0.012],[0.203,0.642],[0.164,0.349]],"o":[[-0.163,-0.204],[-0.069,0.009],[0.083,0.354],[0.087,0.539],[0.836,-0.025],[-0.251,-0.794],[-0.107,-0.228]],"v":[[131.599,4.25],[130.931,3.307],[131.57,5.472],[131.941,7.283],[132.512,8.724],[132.645,6.904],[132.163,5.513]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[43.143,54.45]}}],"nm":"Group 42"}],"bounds":{"l":78,"t":18,"b":64,"r":177},"ip":48,"op":57,"st":30},{"ddd":0,"ind":5,"ty":4,"nm":"manchaVioleta 4","ks":{"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":27,"s":[{"i":[[0.073,0.543],[-0.073,-0.543]],"o":[[-0.073,-0.543],[0.073,0.543]],"v":[[-26.782,116.956],[-27.623,117.07]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[-0.641,1.637],[0.641,-1.637]],"o":[[0.641,-1.637],[-0.641,1.637]],"v":[[-38.343,78.999],[-40.881,78.005]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":33,"s":[{"i":[[-1.199,1.223],[1.199,-1.223]],"o":[[1.199,-1.223],[-1.199,1.223]],"v":[[-34.752,51.8],[-36.648,49.94]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":35,"s":[{"i":[[-1.758,0.809],[1.758,-0.809]],"o":[[1.758,-0.809],[-1.758,0.809]],"v":[[-23.661,26.601],[-24.916,23.876]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":37.625,"s":[{"i":[[-1.935,0],[1.935,0]],"o":[[1.935,0],[-1.935,0]],"v":[[2.5,4],[2.5,1]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":40.25,"s":[{"i":[[-1.908,-0.321],[1.908,0.321]],"o":[[1.908,0.321],[-1.908,-0.321]],"v":[[6.166,3.488],[6.663,0.53]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":43,"s":[{"i":[[-1.908,-0.321],[1.908,0.321]],"o":[[1.908,0.321],[-1.908,-0.321]],"v":[[15.666,-2.262],[16.163,-5.22]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":46,"s":[{"i":[[-0.996,-0.491],[0.996,0.491]],"o":[[0.996,0.491],[-0.996,-0.491]],"v":[[29.146,-4.802],[29.924,-6.497]]}]},{"t":48,"s":[{"i":[[-0.321,-0.065],[0.321,0.065]],"o":[[0.321,0.065],[-0.321,-0.065]],"v":[[32.744,-7.101],[32.837,-7.643]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[51.44,28.046]}}],"nm":"Group 23"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":27,"s":[{"i":[[-0.364,-0.411],[-0.863,-0.6],[0.451,0.313],[0.649,0.733]],"o":[[0.694,0.784],[0.448,0.311],[-0.807,-0.56],[-0.361,-0.408]],"v":[[-13.365,111.317],[-11.054,113.492],[-10.539,112.816],[-12.696,110.795]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[-0.38,-1.722],[-1.486,-3.029],[0.776,1.581],[0.677,3.068]],"o":[[0.725,3.282],[0.772,1.574],[-1.389,-2.831],[-0.377,-1.707]],"v":[[-27.238,79.192],[-24.146,88.9],[-21.649,87.808],[-24.545,78.769]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":33,"s":[{"i":[[0.316,-1.689],[-0.177,-3.283],[0.092,1.714],[-0.563,3.009]],"o":[[-0.602,3.219],[0.092,1.706],[-0.165,-3.068],[0.313,-1.674]],"v":[[-26.669,50.581],[-27.601,60.466],[-24.945,60.439],[-24.094,51.23]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":35,"s":[{"i":[[1.012,-1.656],[1.132,-3.537],[-0.591,1.846],[-1.804,2.95]],"o":[[-1.93,3.157],[-0.588,1.838],[1.058,-3.306],[1.003,-1.641]],"v":[[-18.601,23.971],[-23.556,34.031],[-20.741,35.07],[-16.142,25.69]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":37.625,"s":[{"i":[[1.612,-1.081],[2.508,-2.739],[-1.309,1.43],[-2.872,1.926]],"o":[[-3.073,2.06],[-1.303,1.423],[2.344,-2.56],[1.598,-1.071]],"v":[[5.95,-2.268],[-2.759,4.798],[-0.637,6.919],[7.464,0.323]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":40.25,"s":[{"i":[[1.769,-0.799],[2.927,-2.286],[-1.528,1.193],[-3.152,1.423]],"o":[[-3.372,1.523],[-1.521,1.188],[2.736,-2.136],[1.753,-0.792]],"v":[[9.434,-4.313],[-0.325,1.212],[1.417,3.655],[10.498,-1.508]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":43,"s":[{"i":[[1.769,-0.799],[2.927,-2.286],[-1.528,1.193],[-3.152,1.423]],"o":[[-3.372,1.523],[-1.521,1.188],[2.736,-2.136],[1.753,-0.792]],"v":[[18.934,-10.063],[9.175,-4.538],[10.917,-2.095],[19.998,-7.258]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":46,"s":[{"i":[[1.11,-0.202],[2.001,-0.912],[-1.045,0.476],[-1.977,0.359]],"o":[[-2.116,0.385],[-1.04,0.474],[1.87,-0.852],[1.1,-0.2]],"v":[[36.534,-14.184],[30.22,-12.4],[30.762,-10.663],[36.641,-12.336]]}]},{"t":48,"s":[{"i":[[0.301,-0.141],[0.501,-0.411],[-0.262,0.215],[-0.536,0.252]],"o":[[-0.574,0.269],[-0.26,0.214],[0.468,-0.384],[0.298,-0.14]],"v":[[43.729,-15.192],[42.066,-14.206],[42.351,-13.753],[43.9,-14.673]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[38.888,36.167]}}],"nm":"Group 24"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":27,"s":[{"i":[[-2.729,3.529],[-5.028,2.092],[-4.621,1.308],[-3.07,2.517],[-5.883,1.794],[3.817,4.573],[0.175,1.051],[-2.231,-11.059],[4.838,-1.388],[3.92,-1.059],[4.073,-3.027],[-8.112,-8.847]],"o":[[3.317,-4.291],[2.826,-1.176],[2.931,-0.829],[3.407,-2.794],[4.617,-7.206],[-3.817,-4.573],[-2.618,-15.688],[0.66,3.273],[-5.662,3.612],[-5.098,1.377],[-8.177,-8.027],[3.046,3.854]],"v":[[-4.974,101.9],[-7.719,87.088],[0.275,91.082],[4.89,81.223],[16.68,83.135],[6.364,66.752],[2.165,57.867],[-7.721,56.238],[-6.541,70.317],[-23.105,69.052],[-21.526,83.706],[-20.591,95.026]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[-2.729,3.529],[-5.028,2.092],[-4.621,1.308],[-3.07,2.517],[7.117,6.794],[-1.43,6.861],[1.013,-0.33],[4.019,-6.809],[4.433,0.578],[4.402,8.377],[1.995,0.804],[-23.835,-34.037]],"o":[[3.317,-4.291],[2.826,-1.176],[2.931,-0.829],[3.407,-2.794],[-10.633,-18.456],[1.683,-8.073],[-3.477,1.133],[-5.481,9.287],[-4.016,-0.433],[-2.338,-4.448],[-6.177,-0.527],[3.046,3.854]],"v":[[-7.974,100.9],[-12.219,81.588],[-0.225,89.082],[4.39,79.223],[10.43,72.135],[0.364,34.002],[-2.585,29.117],[-9.721,43.238],[-17.541,36.317],[-28.605,36.052],[-32.026,25.956],[-21.591,94.276]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":32,"s":[{"i":[[-1.804,4.53],[-5.119,0.982],[-4.585,0.326],[-3.279,0.847],[3.381,7.771],[-1.767,5.867],[2.422,-2.045],[1.372,1.916],[6.953,-2.23],[0.065,6.884],[1.713,1.142],[-20.311,-37.998]],"o":[[2,-4.784],[2.877,-0.552],[2.908,-0.206],[4.713,-2.923],[-5.536,-23.145],[0.79,-3.327],[-2.859,1.957],[-1.854,-0.43],[-5.03,2.1],[-0.033,-3.658],[-6.027,-2.529],[4.689,9.502]],"v":[[-18.354,83.439],[-18.193,66.84],[-8.557,77.969],[-3.75,64.519],[7.166,63.324],[5.11,21.54],[0.086,18.76],[-7.849,27.557],[-16.291,21.314],[-21.144,17.77],[-23.889,7.908],[-29.642,77.177]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":33,"s":[{"i":[[-1.341,5.03],[-5.165,0.427],[-4.568,-0.165],[-3.383,0.012],[1.513,8.26],[-1.936,5.37],[3.126,-2.903],[0.048,6.279],[8.213,-3.633],[-2.104,6.137],[1.572,1.311],[-9.036,-51.198]],"o":[[1.341,-5.03],[2.903,-0.24],[2.897,0.105],[5.367,-2.988],[-2.987,-25.49],[0.344,-0.954],[-2.55,2.369],[-0.041,-5.288],[-5.537,3.367],[1.119,-3.263],[-5.952,-3.53],[2.378,13.476]],"v":[[-23.544,74.709],[-21.18,59.466],[-12.723,72.413],[-7.82,57.167],[5.534,58.919],[7.483,15.309],[1.421,13.582],[-6.912,19.717],[-15.666,13.812],[-17.414,8.629],[-19.821,-1.115],[-33.667,68.627]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":34,"s":[{"i":[[-2.619,2.645],[-4.174,-0.061],[-4.536,-1.038],[-2.27,2.939],[3.359,8.768],[-9.385,4.734],[1.249,-0.132],[-2.416,3.736],[3.984,1.947],[-5.949,4.814],[1.322,1.612],[-4.135,-41.508]],"o":[[6.123,-2.917],[2.97,0.053],[2.877,0.658],[2.929,-4.005],[0.113,-21.129],[0.923,-0.466],[-3.379,-0.392],[5.406,-7.558],[-3.438,-1.688],[3.167,-2.561],[-5.819,-5.309],[0.879,5.704]],"v":[[-28.326,60.374],[-22.045,47.542],[-16.277,63.275],[-9.944,53.06],[2.688,51.411],[13.182,9.195],[11.943,7.042],[1.049,8.075],[-6.407,-0.561],[-6.337,-6.437],[-4.811,-13.38],[-36.379,54.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":35,"s":[{"i":[[-4.697,-6.459],[-5.303,-1.239],[-4.514,-1.638],[-1.942,3.463],[-7.091,1.227],[1.446,4.063],[0.71,0.794],[-4.073,5.463],[3.26,3.058],[-8.593,3.904],[1.149,1.818],[0.54,-41.549]],"o":[[3.19,4.386],[2.98,0.696],[2.863,1.039],[2.468,-4.4],[0.909,-44.773],[-0.357,-1.004],[-4.13,-4.617],[8.4,-11.267],[-3.007,-2.698],[4.575,-2.078],[-5.728,-6.532],[0.221,4.908]],"v":[[-31.614,50.519],[-22.64,39.344],[-18.721,56.244],[-10.53,43.612],[2.388,50.202],[18.351,4.366],[17.927,2.046],[5.897,-0.304],[-1.291,-9.693],[1.277,-16.795],[4.384,-22.687],[-38.243,44.978]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":37.625,"s":[{"i":[[-2.375,-7.625],[-4.625,-2.875],[-3.75,-3],[-2.951,2.656],[-0.25,10.133],[-4.643,1.569],[0.858,0.632],[-3.658,5.749],[2.106,3.943],[-9.391,0.939],[0.505,2.091],[11.384,-35.156]],"o":[[1.613,5.178],[2.599,1.616],[2.378,1.903],[3.75,-3.375],[0.75,-16.117],[1.01,-0.341],[-2.943,-2.171],[5.522,-8.677],[-1.982,-3.52],[5,-0.5],[-3.328,-8.025],[-1.366,4.719]],"v":[[-28.203,20.554],[-19.953,21.054],[-18.953,33.429],[-10.953,27.554],[0.297,33.046],[31.54,-3.179],[31.883,-5.512],[28.547,-17.571],[19.191,-23.264],[27.547,-30.571],[32.38,-35.154],[-32.703,13.179]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":40.25,"s":[{"i":[[-5,2.875],[-4.625,-2.875],[-3.75,-3],[-3.958,-0.312],[-6,-2.117],[-4.643,1.569],[0.858,0.632],[-1.771,6.58],[2.106,3.943],[-9.391,0.939],[0.505,2.091],[7,-6.75]],"o":[[3.401,-1.956],[2.599,1.616],[2.378,1.903],[4.75,0.375],[15,-14.117],[1.01,-0.341],[-2.943,-2.171],[1.75,-6.5],[-1.982,-3.52],[5,-0.5],[-31.583,2.583],[-12,13.25]],"v":[[-27.703,16.054],[-10.953,6.554],[-13.953,16.429],[-1.453,11.554],[-0.703,23.546],[38.54,-4.679],[38.883,-7.012],[35.547,-19.571],[26.191,-24.764],[34.547,-32.071],[39.38,-36.654],[-23.703,-5.321]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":42,"s":[{"i":[[-4,-0.292],[-5.595,-2.985],[-4.583,-3.5],[-3.383,-2.078],[-6,-2.117],[-10.043,1.262],[0.858,0.632],[-1.771,6.58],[-2.369,7.019],[-3.13,1.48],[0.946,4.586],[5.167,-4.75]],"o":[[5.25,0.125],[2.366,1.289],[2.526,1.934],[2.917,1.792],[8.833,-13.45],[3.104,-0.354],[-2.943,-2.171],[1.75,-6.5],[2.41,-6.878],[1.667,-3.517],[-20.75,-3.917],[-7.167,7.583]],"v":[[-18.703,0.054],[-13.62,8.054],[-4.953,2.596],[-3.12,16.387],[8.464,14.629],[43.623,-5.179],[42.716,-9.512],[48.88,-18.071],[39.358,-24.431],[38.214,-30.904],[44.38,-35.654],[-12.036,-14.154]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":43,"s":[{"i":[[-3.5,-1.875],[-6.08,-3.04],[-5,-3.75],[-3.958,-0.312],[-3.5,2.633],[-15.993,-0.142],[0.858,0.632],[-1.771,6.58],[-4.606,8.557],[0,1.75],[1.167,5.833],[4.25,-3.75]],"o":[[3.683,1.973],[2.25,1.125],[2.6,1.95],[4.75,0.375],[7.25,-6.617],[4.166,0.037],[-2.943,-2.171],[1.75,-6.5],[4.606,-8.557],[0,-5.025],[-15.333,-7.167],[-4.75,4.75]],"v":[[-14.203,-7.946],[-10.453,3.554],[-0.453,-4.321],[-1.703,15.054],[11.547,11.296],[45.04,-4.929],[44.633,-10.762],[55.547,-17.321],[45.941,-24.264],[40.047,-30.321],[46.88,-35.154],[-6.203,-18.571]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":44,"s":[{"i":[[-2.99,-2.399],[-4.636,-2.652],[-5,-3.75],[-3.243,-1.386],[-3.167,2.133],[-8.826,0.691],[0.755,0.726],[-1.771,6.58],[-4.606,8.557],[0,1.75],[0.75,4.75],[4.667,-1.75]],"o":[[3.288,2.774],[2.171,1.469],[2.6,1.95],[4,1.875],[4.453,-2.999],[4.142,-0.044],[-3.324,-3.717],[1.75,-6.5],[4.606,-8.557],[0,-5.025],[-10.083,-5.834],[-6.458,2.422]],"v":[[-6.12,-18.029],[-2.453,-3.613],[9.38,-9.988],[10.047,9.304],[25.964,-0.204],[45.373,-5.512],[44.633,-10.762],[55.297,-16.738],[45.608,-23.847],[40.38,-30.321],[47.297,-34.821],[13.38,-32.571]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":45,"s":[{"i":[[-2.48,-2.923],[-3.193,-2.263],[-5,-3.75],[-2.527,-2.459],[-3.083,1.133],[-4.91,0.275],[0.652,0.82],[-1.771,6.58],[-4.606,8.557],[0,1.75],[0.334,3.666],[4.458,-0.875]],"o":[[2.894,3.574],[2.092,1.813],[2.6,1.95],[3.25,3.375],[5.961,-2.19],[4.133,0.273],[-3.705,-5.263],[1.75,-6.5],[4.606,-8.557],[0,-5.025],[-4.833,-4.5],[-4.539,0.891]],"v":[[5.214,-25.363],[5.547,-10.779],[19.214,-15.654],[17.547,-0.696],[28.38,-1.204],[43.957,-5.596],[44.633,-10.762],[55.047,-16.154],[45.274,-23.431],[40.714,-30.321],[47.713,-34.487],[23.089,-35.196]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":46,"s":[{"i":[[-1.97,-3.447],[-1.75,-1.875],[-5,-3.75],[-1.812,-3.533],[-6.5,1.883],[-0.993,-0.142],[0.548,0.914],[-1.771,6.58],[-4.606,8.557],[0,1.75],[-0.083,2.583],[3.082,-0.257]],"o":[[2.5,4.375],[2.013,2.157],[2.6,1.95],[2.5,4.875],[2.75,-1.117],[4.125,0.59],[-4.086,-6.809],[1.75,-6.5],[4.606,-8.557],[0,-5.025],[0.417,-3.167],[-3,0.25]],"v":[[19.047,-29.196],[13.547,-17.946],[29.047,-21.321],[24.547,-6.946],[34.547,-3.704],[42.29,-4.179],[45.633,-8.262],[54.797,-15.571],[44.941,-23.014],[41.047,-30.321],[48.13,-34.154],[35.297,-35.071]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":48,"s":[{"i":[[2.033,-1.245],[-3.047,0.115],[2.742,-5.603],[3.975,-1.844],[-4.469,1.133],[-1.438,0.209],[-0.097,2.393],[1.974,6.961],[-6.634,7.077],[0,1.75],[-0.083,2.583],[1.55,-0.318]],"o":[[-4.146,2.363],[5.083,-0.245],[-3.067,5.955],[-5.124,2.306],[2.75,-1.117],[4.025,-0.585],[-3.097,-3.607],[-1.837,-6.476],[5.317,-5.711],[0,-5.025],[0.417,-2.218],[-1.537,0.325]],"v":[[35.547,-34.176],[35.264,-28.411],[43.799,-24.328],[39.876,-10.367],[33.409,-3.5],[42.735,-4.78],[51.644,-6.214],[54.323,-16.282],[46.127,-23.251],[42.707,-30.795],[48.604,-34.154],[42.518,-35.339]]}]},{"t":49,"s":[{"i":[[2.25,-1.125],[-3.117,0.223],[5,-6.75],[4.548,-0.947],[10,-1.867],[-0.994,-0.134],[0.094,1.062],[-1.771,6.58],[-6.744,6.997],[0,1.75],[-0.083,2.583],[1.471,-0.294]],"o":[[-4.507,2.253],[5.25,-0.375],[-4.193,5.661],[-9,1.875],[2.75,-1.117],[4.507,0.608],[-0.336,-3.809],[1.75,-6.5],[5.356,-5.557],[0,-5.025],[0.417,-2.167],[-1.25,0.25]],"v":[[39.047,-34.446],[39.047,-29.196],[43.297,-22.321],[47.297,-15.946],[38.547,-4.704],[45.04,-5.179],[46.133,-12.262],[54.297,-16.321],[46.191,-23.264],[42.797,-30.821],[48.63,-34.154],[45.297,-35.571]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[43.143,54.45]}}],"nm":"Group 42"}],"bounds":{"l":4,"t":17,"b":158,"r":99},"ip":27,"op":48,"st":30},{"ddd":0,"ind":6,"ty":4,"nm":"gotaAzul6","ks":{"r":{"k":31},"p":{"k":[183.127,209.898,0]},"a":{"k":[158.567,64.402,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":18,"s":[{"i":[[1.003,0.154],[0.214,-1.36]],"o":[[-0.997,-0.153],[-0.253,1.604]],"v":[[-2.788,7.056],[-3.283,9.049]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":20,"s":[{"i":[[2.396,0.621],[0.038,1.376]],"o":[[-2.819,-0.731],[-0.083,-3.007]],"v":[[0.212,-3.944],[-1.783,3.299]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":22,"s":[{"i":[[3.753,1.347],[0.038,1.376]],"o":[[-3.781,-1.357],[-0.083,-3.007]],"v":[[3.212,-9.944],[0.217,-1.951]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":24,"s":[{"i":[[2.753,2.097],[-0.638,1.22]],"o":[[-2.723,-2.074],[3.997,-7.646]],"v":[[8.462,-16.694],[1.217,-5.951]]}]},{"t":26,"s":[{"i":[[-0.497,-1.653],[-0.831,1.097]],"o":[[0.378,1.257],[1.247,-1.646]],"v":[[12.462,-17.444],[10.967,-16.951]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[157.994,65.167]},"a":{"k":[-3.231,8.941]}}],"nm":"Group 8"}],"bounds":{"l":157,"t":37,"b":66,"r":174},"ip":18,"op":26,"st":18},{"ddd":0,"ind":7,"ty":4,"nm":"gotaAzul5","ks":{"r":{"k":-70},"p":{"k":[139.627,239.523,0]},"a":{"k":[56.817,156.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":20,"s":[{"i":[[-0.455,1.024],[1.726,1.678]],"o":[[0.512,-1.151],[-2.036,-1.978]],"v":[[5.199,5.726],[5.515,5.777]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":22,"s":[{"i":[[-2.293,2.922],[1.93,1.438]],"o":[[2.097,-2.672],[-2.276,-1.696]],"v":[[-11.662,-7.638],[-4.972,-0.799]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":24,"s":[{"i":[[-1.353,3.459],[1.447,1.924]],"o":[[1.514,-3.869],[-3.509,-4.665]],"v":[[-19.908,-11.288],[-8.283,-3.318]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":26,"s":[{"i":[[-1.353,3.459],[1.719,1.686]],"o":[[1.514,-3.869],[-3.231,-3.169]],"v":[[-27.512,-11.713],[-19.413,-8.313]]}]},{"t":27,"s":[{"i":[[-0.085,1.237],[1.719,1.686]],"o":[[0.019,-0.664],[-3.231,-3.169]],"v":[[-27.512,-11.713],[-23.664,-10.49]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[54.06,153.332]}}],"nm":"Group 15"}],"bounds":{"l":26,"t":140,"b":160,"r":61},"ip":20,"op":27,"st":17},{"ddd":0,"ind":8,"ty":4,"nm":"gotaAzul4","ks":{"p":{"k":[127.127,209.523,0]},"a":{"k":[67.317,146.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":21,"s":[{"i":[[-0.429,2.405],[-0.331,-0.254]],"o":[[0.392,-2.2],[-1.846,-0.281]],"v":[[3.433,3.647],[5.682,3.801]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":23,"s":[{"i":[[-0.429,2.405],[1.565,0.239]],"o":[[0.392,-2.2],[-1.846,-0.281]],"v":[[-3.567,-0.103],[2.432,1.801]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":25,"s":[{"i":[[-0.429,2.405],[1.565,0.239]],"o":[[0.392,-2.2],[-1.846,-0.281]],"v":[[-13.817,-1.853],[-3.568,0.051]]}]},{"t":27,"s":[{"i":[[-0.429,2.405],[1.565,0.239]],"o":[[0.392,-2.2],[-1.846,-0.281]],"v":[[-16.317,-0.853],[-13.568,-0.699]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[67.589,144.582]}}],"nm":"Group 17"}],"bounds":{"l":51,"t":142,"b":150,"r":74},"ip":21,"op":27,"st":21},{"ddd":0,"ind":9,"ty":4,"nm":"gotaGris11","ks":{"p":{"k":[58.377,211.773,0]},"a":{"k":[3.817,119.62,0]},"s":{"k":[100,130.464,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":29,"s":[{"i":[[-0.762,1.413],[-1.792,-0.578],[0.899,0.325]],"o":[[0.302,-0.274],[1.809,0.583],[-0.994,-0.359]],"v":[[7.946,5.219],[12.12,6.109],[14.547,6.943]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":31,"s":[{"i":[[-0.333,2.916],[-1.991,-1.413],[0.799,0.524]],"o":[[0.151,-1.327],[2.01,1.426],[-3.551,-2.332]],"v":[[-4.304,-1.105],[0.054,0.183],[3.047,2.727]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":32,"s":[{"i":[[-0.268,-1.413],[-1.208,-0.056],[0.414,0.388]],"o":[[0.232,1.078],[1.292,0.04],[-1.835,-1.345]],"v":[[-11.679,-0.434],[-7.489,0.029],[-4.016,0.141]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":33,"s":[{"i":[[-2.019,-1.369],[-2.726,1.476],[0.066,0.244]],"o":[[1.668,1.131],[1.649,-0.892],[-0.171,-0.337]],"v":[[-15.521,3.466],[-11.244,1.491],[-8.029,-0.368]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":35,"s":[{"i":[[-2.019,-1.369],[-0.703,0.877],[0.066,0.244]],"o":[[1.668,1.131],[1.176,-1.468],[-0.171,-0.337]],"v":[[-18.021,7.777],[-15.119,5.515],[-12.154,2.315]]}]},{"t":37,"s":[{"i":[[-1.397,-0.501],[-0.564,0.972],[0.066,0.244]],"o":[[0.824,0.436],[0.547,-0.943],[-0.171,-0.337]],"v":[[-18.646,8.639],[-16.619,7.144],[-15.154,5.285]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[4.887,119.15]}}],"nm":"Group 14"}],"bounds":{"l":-15,"t":117,"b":128,"r":20},"ip":29,"op":37,"st":27},{"ddd":0,"ind":10,"ty":4,"nm":"gotaGris10","ks":{"p":{"k":[34.127,147.898,0]},"a":{"k":[15.817,113.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":28,"s":[{"i":[[-1.026,0.465],[0.227,0.414]],"o":[[0.843,-0.314],[0.102,-0.086]],"v":[[43.432,35.82],[44.173,38.592]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[-4.252,0.85],[-0.109,2.807]],"o":[[3.889,-0.778],[0.227,-5.836]],"v":[[41.807,21.82],[42.298,34.592]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":32,"s":[{"i":[[-2.032,0.311],[-0.101,2.807]],"o":[[3.92,-0.6],[0.102,-2.836]],"v":[[42.182,14.945],[42.673,23.342]]}]},{"t":34,"s":[{"i":[[-0.782,0.186],[-0.023,0.914]],"o":[[1.256,-0.074],[-0.023,-0.461]],"v":[[42.182,12.82],[42.548,14.717]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[15.415,113.122]}}],"nm":"Group 19"}],"bounds":{"l":55,"t":125,"b":152,"r":60},"ip":28,"op":34,"st":27},{"ddd":0,"ind":11,"ty":4,"nm":"gotaGris9","ks":{"p":{"k":[83.377,231.773,0]},"a":{"k":[3.817,119.62,0]},"s":{"k":[100,130.464,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":24,"s":[{"i":[[-0.762,1.413],[-1.792,-0.578],[0.899,0.325]],"o":[[0.302,-0.274],[1.809,0.583],[-0.994,-0.359]],"v":[[7.946,5.219],[12.12,6.109],[14.547,6.943]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":26,"s":[{"i":[[-0.333,2.916],[-1.991,-1.413],[0.799,0.524]],"o":[[0.151,-1.327],[2.01,1.426],[-3.551,-2.332]],"v":[[-4.304,-1.105],[0.054,0.183],[3.047,2.727]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":27,"s":[{"i":[[-0.268,-1.413],[-1.208,-0.056],[0.414,0.388]],"o":[[0.232,1.078],[1.292,0.04],[-1.835,-1.345]],"v":[[-11.679,-0.434],[-7.489,0.029],[-4.016,0.141]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":28,"s":[{"i":[[-2.019,-1.369],[-2.726,1.476],[0.066,0.244]],"o":[[1.668,1.131],[1.649,-0.892],[-0.171,-0.337]],"v":[[-15.521,3.466],[-11.244,1.491],[-8.029,-0.368]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[-2.019,-1.369],[-0.703,0.877],[0.066,0.244]],"o":[[1.668,1.131],[1.176,-1.468],[-0.171,-0.337]],"v":[[-18.021,7.777],[-15.119,5.515],[-12.154,2.315]]}]},{"t":32,"s":[{"i":[[-1.397,-0.501],[-0.564,0.972],[0.066,0.244]],"o":[[0.824,0.436],[0.547,-0.943],[-0.171,-0.337]],"v":[[-18.646,8.639],[-16.619,7.144],[-15.154,5.285]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[4.887,119.15]}}],"nm":"Group 14"}],"bounds":{"l":-15,"t":117,"b":128,"r":20},"ip":24,"op":32,"st":22},{"ddd":0,"ind":12,"ty":4,"nm":"gotaGris8","ks":{"p":{"k":[59.127,167.898,0]},"a":{"k":[15.817,113.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":23,"s":[{"i":[[-1.026,0.465],[0.227,0.414]],"o":[[0.843,-0.314],[0.102,-0.086]],"v":[[43.432,35.82],[44.173,38.592]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":25,"s":[{"i":[[-4.252,0.85],[-0.109,2.807]],"o":[[3.889,-0.778],[0.227,-5.836]],"v":[[41.807,21.82],[42.298,34.592]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":27,"s":[{"i":[[-2.032,0.311],[-0.101,2.807]],"o":[[3.92,-0.6],[0.102,-2.836]],"v":[[42.182,14.945],[42.673,23.342]]}]},{"t":29,"s":[{"i":[[-0.782,0.186],[-0.023,0.914]],"o":[[1.256,-0.074],[-0.023,-0.461]],"v":[[42.182,12.82],[42.548,14.717]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[15.415,113.122]}}],"nm":"Group 19"}],"bounds":{"l":55,"t":125,"b":152,"r":60},"ip":23,"op":29,"st":22},{"ddd":0,"ind":13,"ty":4,"nm":"gotaGris7","ks":{"r":{"k":132},"p":{"k":[139.502,224.523,0]},"a":{"k":[121.017,32.043,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":21,"s":[{"i":[[1.069,-1.904],[3.166,0.708]],"o":[[-1.195,2.13],[-0.793,-0.233]],"v":[[4.681,4.064],[9.043,6.644]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"t":24,"s":[{"i":[[2.279,-4.945],[3.207,0.487]],"o":[[-2.681,5.818],[-7.007,-1.066]],"v":[[-8.319,-1.436],[7.793,5.894]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":27,"s":[{"i":[[4.866,-2.442],[2.202,2.382]],"o":[[-5.725,2.873],[-4.81,-5.205]],"v":[[-7.689,-20.584],[0.328,-4.803]]}]},{"t":29,"s":[{"i":[[5.434,-0.35],[1.661,2.786]],"o":[[-4.657,0.3],[-3.63,-6.087]],"v":[[-4.829,-30.021],[-3.11,-19.092]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[114.44,29.594]},"a":{"k":[0.5,3.375]}}],"nm":"Group 9"}],"bounds":{"l":105,"t":-4,"b":34,"r":124},"ip":21,"op":29,"st":21},{"ddd":0,"ind":14,"ty":4,"nm":"manchaGris 2","ks":{"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":22,"s":[{"i":[[-5.211,-2.443],[-0.453,-6.251],[-0.528,-2.354],[3.103,-1.266],[-0.032,-2.98],[-4.042,0.696],[-3.41,0.321],[-0.337,1.771],[-1.957,4.718],[5.745,1.311],[10.53,-8.011],[0.915,-0.19]],"o":[[6.599,3.094],[0.304,4.198],[0.653,2.911],[-4.034,1.645],[1.029,4.295],[4.84,-0.752],[3.529,-0.332],[1.041,-5.465],[0.685,-1.652],[-8.236,-1.879],[-3.303,2.513],[-4.095,1.604]],"v":[[39.5,12.601],[35.863,19.946],[39.695,23.748],[37.064,31.159],[30.638,33.848],[41.146,37.484],[47.886,36.179],[54.529,33.204],[47.774,25.947],[52.871,14.008],[41.97,6.131],[34.012,7.29]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":25,"s":[{"i":[[2.964,-7.494],[4.31,-3.508],[3.348,-9.606],[9.744,-2.487],[13.916,-6.871],[-4.244,0.039],[-3.536,-0.247],[-0.64,1.806],[-2.784,4.628],[11.95,-1.524],[10.066,-3.197],[2.777,0.757]],"o":[[-2.845,7.195],[-6.408,5.216],[-2.415,6.928],[-4.376,1.117],[-3.158,6.453],[5.069,0.039],[3.659,0.256],[1.973,-5.57],[0.975,-1.62],[-3.567,0.455],[-3.45,1.096],[-10.676,0.757]],"v":[[15.913,-0.113],[21.028,10.392],[3.582,9.213],[9.015,19.694],[10.534,29.941],[28.694,34.755],[45.625,34.539],[54.976,32.549],[45.145,23.489],[48.717,11.804],[48.595,1.722],[35.643,2.594]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":27,"s":[{"i":[[5.155,-3.047],[5.212,-0.204],[7.923,-5.23],[3.279,-4.611],[-2.202,-4.417],[-10.318,-5.268],[-2.768,-0.176],[-0.691,1.722],[-2.877,4.367],[11.377,4.579],[8.132,-1.291],[14.802,6.277]],"o":[[-3.355,2.148],[-2.82,0.409],[-4.261,2.936],[-2.32,3.649],[3.056,5.45],[10.85,5.539],[3.537,0.225],[2.132,-5.312],[1.007,-1.529],[-3.199,-1.288],[-3.976,1.043],[-14.88,-7.889]],"v":[[-5.31,-16.764],[-9.013,-4.862],[-20.995,-13.522],[-22.356,-4.954],[-24.46,2.691],[3.134,26.335],[34.322,34.239],[49.415,32.635],[43.004,23.581],[47.38,12.434],[45.898,0.64],[17.52,-2.413]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[1.93,-0.431],[3.793,-0.097],[4.362,-1.309],[1.81,-0.938],[-0.725,-3.901],[-7.148,-6.169],[-3.486,4.386],[-0.622,1.752],[-2.708,4.492],[-2.87,-0.259],[-0.086,4.254],[11.76,14.7]],"o":[[-3.682,0.822],[-2.459,0.063],[-4.898,1.47],[-3.916,2.029],[4.477,18.676],[6.44,5.728],[3.261,-4.102],[1.919,-5.406],[0.948,-1.572],[4.754,0.429],[0.167,-8.247],[-8.371,-10.128]],"v":[[-9.38,-36.675],[-17.49,-29.066],[-23.387,-35.382],[-29.175,-24.176],[-39.776,-31.817],[-16.072,11.131],[12.98,28.507],[12.009,17.783],[23.585,17.783],[19.51,6.959],[36,0.796],[8.806,-12.324]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":32,"s":[{"i":[[2.133,-0.303],[4.14,0.182],[4.846,-1.032],[2.038,-0.837],[1.695,-9.519],[-17.534,-23.237],[-4.11,4.286],[-0.802,1.77],[-0.64,5.167],[-2.315,2.076],[-0.026,4.42],[13.054,13.503]],"o":[[-4.071,0.578],[-2.684,-0.118],[-5.441,1.159],[-4.41,1.811],[1.127,6.866],[6.613,6.415],[3.844,-4.008],[2.474,-5.459],[0.615,-4.959],[2.991,-2.682],[0.035,-5.891],[-10.214,-16.896]],"v":[[-7.23,-41.334],[-16.771,-35.679],[-24.999,-42.009],[-31.496,-31.594],[-40.916,-39.385],[-19.46,6.256],[14.038,25.828],[8.311,13.463],[21.126,11.377],[16.885,4.126],[30.482,0.793],[5.963,-15.618]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":33,"s":[{"i":[[4.511,-4.934],[3.749,-0.131],[4.3,-1.302],[3.506,2.094],[5.807,-5.158],[0.246,-12.568],[-2.545,-7.046],[-2.929,2.547],[-1.005,1.099],[-6.13,2.896],[-6.573,0.854],[3.015,4.474]],"o":[[-5.777,4.887],[-2.431,0.085],[-4.828,1.462],[-3.318,-1.818],[-2.792,2.377],[0.236,3.825],[2.598,4.472],[3.668,-2.561],[3.547,-4.237],[4.87,-15.604],[5.286,-0.392],[-2.764,-7.273]],"v":[[-2.174,-67.041],[-11.928,-67.773],[-15.613,-63.466],[-17.029,-78.487],[-31.689,-72.693],[-38.33,-39.908],[-33.293,-10.058],[-16.904,5.346],[-22.38,-6.869],[-8.703,-6.003],[4.699,-10.341],[-1.794,-37.741]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":34,"s":[{"i":[[4.511,-4.934],[3.749,-0.131],[4.3,-1.302],[3.506,2.094],[5.807,-5.158],[0.246,-12.568],[-2.545,-7.046],[-6.929,0.047],[-1.005,1.099],[-6.13,2.896],[-6.573,0.854],[3.015,4.474]],"o":[[-5.777,4.887],[-2.431,0.085],[-4.828,1.462],[-3.318,-1.818],[-2.792,2.377],[0.236,3.825],[2.598,4.472],[3.668,-2.561],[7.41,-4.073],[4.87,-15.604],[5.286,-0.392],[-2.764,-7.273]],"v":[[-2.174,-67.041],[-11.928,-67.773],[-15.613,-63.466],[-17.029,-78.487],[-31.689,-72.693],[-38.33,-39.908],[-32.793,-16.058],[-23.904,-0.654],[-24.38,-17.869],[-12.203,-13.503],[2.699,-15.841],[-1.794,-37.741]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":36,"s":[{"i":[[5.169,-4.24],[3.729,0.405],[4.442,-0.675],[3.172,2.572],[6.484,-4.277],[2.037,-12.404],[1.261,-8.285],[-6.865,-0.942],[-1.151,0.945],[-7.254,5.248],[-6.628,-0.092],[2.345,4.859]],"o":[[-6.416,4.013],[-2.418,-0.263],[-4.988,0.758],[-3.024,-2.273],[-3.102,1.954],[0.339,-2.389],[1.934,4.797],[3.996,-2.011],[7.916,-2.974],[7.246,-24.752],[5.288,0.366],[-1.697,-7.593]],"v":[[-0.514,-69.914],[-10.063,-72.03],[-14.325,-68.293],[-13.584,-83.363],[-28.92,-79.719],[-36.172,-65.218],[-39.594,-36.321],[-32.994,-22.307],[-30.508,-38.414],[-19.079,-28.855],[-2.996,-27.043],[-5.319,-57.36]]}]},{"t":38,"s":[{"i":[[5.169,-4.24],[3.729,0.405],[4.442,-0.675],[3.172,2.572],[6.484,-4.277],[2.339,-4.889],[1.261,-7.285],[-6.865,-0.942],[-1.151,0.945],[-7.254,5.248],[-6.628,-0.092],[2.345,4.859]],"o":[[-6.416,4.013],[-2.418,-0.263],[-4.988,0.758],[-3.024,-2.273],[-3.102,1.954],[0.339,-2.389],[-0.239,6.215],[3.996,-2.011],[7.916,-2.974],[7.246,-24.752],[5.288,0.366],[-1.697,-7.593]],"v":[[-0.514,-69.914],[-10.063,-72.03],[-7.825,-82.793],[-13.584,-83.363],[-28.92,-79.719],[-33.672,-74.718],[-39.094,-55.821],[-36.494,-41.807],[-30.008,-53.414],[-19.579,-41.355],[-5.496,-40.543],[-5.319,-57.36]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[46.273,142.485]}}],"nm":"Group 32"}],"bounds":{"l":5,"t":58,"b":181,"r":102},"ip":22,"op":37,"st":24},{"ddd":0,"ind":15,"ty":4,"nm":"manchaAzul 9","ks":{"r":{"k":-28},"p":{"k":[-10.123,170.773,0]},"a":{"k":[90.317,89.152,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0.04,-0.183],[-0.051,0.174]],"o":[[-0.084,0.163],[0.084,-0.285]],"v":[[-57.803,-24.394],[-57.317,-24.258]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[88.107,171.712]},"o":{"k":0}}],"nm":"Group 21"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-0.094,-0.156],[-0.339,-0.267],[0.138,0.109],[0.2,0.332]],"o":[[0.228,0.378],[0.139,0.11],[-0.298,-0.235],[-0.094,-0.156]],"v":[[-47.751,-25.357],[-46.902,-24.396],[-46.774,-24.644],[-47.52,-25.498]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[76.944,171.413]},"o":{"k":0}}],"nm":"Group 22"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":38,"s":[{"i":[[-0.264,-0.147],[-2.124,3.807],[4.137,4.027],[0.269,-6.566]],"o":[[-0.014,0.103],[5.754,-10.311],[-3.296,-3.208],[-0.402,9.818]],"v":[[-63.632,-29.007],[-60.751,-54.312],[-53.845,-76.276],[-65.848,-56.192]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":40,"s":[{"i":[[-0.264,-0.147],[-2.442,3.611],[2.601,4.841],[1.348,-5.182]],"o":[[-0.014,0.103],[3.252,-4.81],[-3.051,-5.679],[-2.475,9.51]],"v":[[-63.235,-55.726],[-55.001,-69.813],[-44.948,-80.944],[-58.848,-72.442]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":43.333,"s":[{"i":[[-0.264,-0.147],[-4.011,1.707],[-2,5.118],[5.182,-2.801]],"o":[[-0.014,0.103],[4.252,-1.81],[0.949,-2.429],[-2.902,1.568]],"v":[[-55.735,-70.226],[-49.251,-73.813],[-38.198,-73.944],[-50.598,-76.192]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":45,"s":[{"i":[[-0.264,-0.147],[-4.337,-0.437],[-2,5.118],[8.691,-1.621]],"o":[[-0.014,0.103],[7.015,0.706],[0.949,-2.429],[-3.243,0.605]],"v":[[-55.735,-70.226],[-46.016,-74.118],[-31.808,-68.848],[-46.907,-76.172]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":47,"s":[{"i":[[-0.264,-0.147],[-3.377,-3.395],[-2.188,3.251],[6.336,6.165]],"o":[[-0.014,0.103],[3.175,3.192],[1.456,-2.163],[-3.087,-3.003]],"v":[[-43.718,-72.652],[-34.207,-62.559],[-22.212,-51.865],[-33.919,-66.656]]}]},{"t":49,"s":[{"i":[[-0.099,-0.087],[-1.123,-1.762],[-1.236,1.182],[2.126,3.219]],"o":[[-0.016,0.043],[1.056,1.657],[0.822,-0.786],[-1.036,-1.568]],"v":[[-19.336,-40.837],[-16.223,-35.648],[-12.107,-29.97],[-15.718,-37.367]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[97.44,158.252]}}],"nm":"Group 34"}],"bounds":{"l":29,"t":75,"b":148,"r":86},"ip":38,"op":49,"st":18},{"ddd":0,"ind":16,"ty":4,"nm":"manchaAzul 8","ks":{"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0.04,-0.183],[-0.051,0.174]],"o":[[-0.084,0.163],[0.084,-0.285]],"v":[[-57.803,-24.394],[-57.317,-24.258]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[88.107,171.712]}}],"nm":"Group 21"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-0.094,-0.156],[-0.339,-0.267],[0.138,0.109],[0.2,0.332]],"o":[[0.228,0.378],[0.139,0.11],[-0.298,-0.235],[-0.094,-0.156]],"v":[[-47.751,-25.357],[-46.902,-24.396],[-46.774,-24.644],[-47.52,-25.498]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[76.944,171.413]}}],"nm":"Group 22"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":38,"s":[{"i":[[-0.264,-0.147],[-1.271,4.17],[5.699,1.571],[0.269,-6.566]],"o":[[-0.014,0.103],[3.752,-12.31],[-4.434,-1.222],[-0.402,9.818]],"v":[[-62.235,-40.226],[-61.751,-54.063],[-59.198,-75.694],[-65.848,-56.192]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":40.667,"s":[{"i":[[-0.264,-0.147],[-2.442,3.611],[2.601,4.841],[1.348,-5.182]],"o":[[-0.014,0.103],[3.252,-4.81],[-3.051,-5.679],[-2.475,9.51]],"v":[[-63.235,-55.726],[-55.001,-69.813],[-44.948,-80.944],[-58.848,-72.442]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":43.333,"s":[{"i":[[-0.264,-0.147],[-4.011,1.707],[-2,5.118],[5.182,-2.801]],"o":[[-0.014,0.103],[4.252,-1.81],[0.949,-2.429],[-2.902,1.568]],"v":[[-55.735,-70.226],[-49.251,-73.813],[-38.198,-73.944],[-50.598,-76.192]]}]},{"t":46,"s":[{"i":[[0.008,-0.073],[-0.388,-0.469],[-0.509,0.473],[0.656,0.599]],"o":[[-0.019,0.025],[0.541,0.653],[0.497,-0.462],[-0.332,-0.304]],"v":[[-37.859,-66.821],[-37.194,-65.777],[-36.432,-64.358],[-36.864,-66.576]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[97.44,158.252]}}],"nm":"Group 34"}],"bounds":{"l":29,"t":75,"b":148,"r":62},"ip":38,"op":46,"st":18},{"ddd":0,"ind":17,"ty":4,"nm":"manchaAzul 7","ks":{"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":36,"s":[{"i":[[0.193,-0.895],[-0.251,0.852]],"o":[[-0.408,0.798],[0.41,-1.391]],"v":[[-53.124,-18.344],[-50.752,-17.68]]}]},{"t":38,"s":[{"i":[[0.04,-0.183],[-0.051,0.174]],"o":[[-0.084,0.163],[0.084,-0.285]],"v":[[-57.803,-24.394],[-57.317,-24.258]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[88.107,171.712]},"o":{"k":0}}],"nm":"Group 21"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":36,"s":[{"i":[[-0.458,-0.76],[-1.656,-1.304],[0.674,0.531],[0.977,1.621]],"o":[[1.112,1.846],[0.68,0.536],[-1.456,-1.148],[-0.458,-0.759]],"v":[[-47.387,-24.208],[-43.244,-19.515],[-42.617,-20.724],[-46.26,-24.894]]}]},{"t":38,"s":[{"i":[[-0.094,-0.156],[-0.339,-0.267],[0.138,0.109],[0.2,0.332]],"o":[[0.228,0.378],[0.139,0.11],[-0.298,-0.235],[-0.094,-0.156]],"v":[[-47.751,-25.357],[-46.902,-24.396],[-46.774,-24.644],[-47.52,-25.498]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[76.944,171.413]},"o":{"k":0}}],"nm":"Group 22"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":36,"s":[{"i":[[-1.514,2.603],[-3.887,5.927],[0.803,5.402],[5.106,10.685],[1.877,-3.935],[3.449,-3.554],[6.598,-5.682],[-0.203,-5.986],[-3.867,-1.329]],"o":[[-0.346,-3.232],[2.113,-6.323],[-0.948,-5.974],[-4.787,-10.018],[-6.141,12.875],[-3.203,3.301],[-1.539,1.325],[-0.541,3.254],[5.57,2.381]],"v":[[-35.235,-4.976],[-44.862,-13.3],[-25.738,-17.197],[-42.462,-28.855],[-55.876,-39.438],[-67.698,-31.569],[-68.848,-17.442],[-76.406,-17.268],[-58.657,0.194]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":37,"s":[{"i":[[-3.889,4.353],[-1.262,3.552],[0.609,4.167],[2.232,6.19],[2.814,6.503],[-4.301,-7.866],[2.723,-4.307],[-0.344,-10.355],[-5.467,-7.442]],"o":[[2.111,-5.897],[-1.564,-5.683],[-0.48,-5.075],[-1.537,-7.268],[-4.686,-5.247],[3.199,8.134],[-3.527,7.193],[0.808,3.949],[4.533,6.308]],"v":[[-44.86,1.774],[-47.237,-14.3],[-39.238,-26.447],[-50.337,-31.605],[-54.064,-49.876],[-63.948,-47.507],[-72.973,-38.817],[-82.156,-29.768],[-72.532,-13.181]]}]},{"t":38,"s":[{"i":[[-0.264,-0.147],[1.363,1.177],[0.416,2.932],[-0.643,1.695],[1.533,4.081],[1.949,-2.929],[1.098,-5.432],[-1.594,-7.605],[-4.842,-3.317]],"o":[[-0.014,0.103],[-5.241,-5.043],[-0.012,-4.176],[1.713,-4.518],[-4.248,-11.31],[-2.548,3.829],[-0.402,1.99],[2.156,4.645],[5.57,2.381]],"v":[[-42.985,-7.976],[-49.612,-15.3],[-56.738,-29.197],[-55.212,-39.355],[-54.251,-54.313],[-70.198,-53.944],[-73.598,-41.692],[-71.406,-27.768],[-62.907,-16.556]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[97.44,158.252]}}],"nm":"Group 34"}],"bounds":{"l":15,"t":98,"b":161,"r":72},"ip":36,"op":38,"st":18},{"ddd":0,"ind":18,"ty":4,"nm":"gotaRoja6","ks":{"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":14,"s":[{"i":[[1.547,-0.956],[0.433,0.989]],"o":[[-1.415,0.874],[-0.51,-1.166]],"v":[[-0.671,-1.774],[1.653,1.741]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":16,"s":[{"i":[[2.915,-2.435],[0.433,0.989]],"o":[[-2.733,2.282],[-0.51,-1.166]],"v":[[-6.421,-8.774],[-1.347,-2.259]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":18,"s":[{"i":[[0.988,-2.546],[-0.196,1]],"o":[[-0.983,2.532],[-0.057,-0.733]],"v":[[-16.171,-14.774],[-8.597,-6.259]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":20,"s":[{"i":[[0.988,-2.546],[-0.196,1]],"o":[[-0.983,2.532],[-0.057,-0.733]],"v":[[-20.171,-19.274],[-15.847,-15.259]]}]},{"t":22,"s":[{"i":[[0.017,0.032],[-0.196,1]],"o":[[-0.221,1.008],[-0.057,-0.733]],"v":[[-24.171,-22.024],[-22.097,-20.259]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[131.844,112.371]}}],"nm":"Group 11"}],"bounds":{"l":107,"t":90,"b":115,"r":134},"ip":14,"op":22,"st":14},{"ddd":0,"ind":19,"ty":4,"nm":"gotaRoja5","ks":{"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":14,"s":[{"i":[[1.764,0.191],[-1.084,2.023]],"o":[[-1.814,-0.197],[0.124,0.084]],"v":[[-2.782,1.893],[-2.72,3.861]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":16,"s":[{"i":[[3.186,-0.447],[-0.626,0.835]],"o":[[-3.504,0.491],[1.624,-2.166]],"v":[[-0.782,-10.358],[-2.47,1.111]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":18,"s":[{"i":[[2.436,0.053],[0.374,0.584]],"o":[[-3.1,-0.068],[-0.535,-4.677]],"v":[[-3.782,-23.108],[-3.22,-9.639]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":20,"s":[{"i":[[1.613,-0.492],[0.374,0.584]],"o":[[-1.814,0.553],[-0.535,-4.677]],"v":[[-6.032,-25.358],[-5.47,-19.639]]}]},{"t":22,"s":[{"i":[[1.613,-0.492],[0.374,0.584]],"o":[[-1.814,0.553],[0.374,-0.916]],"v":[[-6.032,-25.358],[-5.97,-23.139]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[142.286,111.183]}}],"nm":"Group 12"}],"bounds":{"l":135,"t":85,"b":116,"r":143},"ip":14,"op":22,"st":14},{"ddd":0,"ind":20,"ty":4,"nm":"gotaRoja4","ks":{"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":15,"s":[{"i":[[0.143,0.551],[-1.308,-1.158],[0.51,-0.55]],"o":[[-0.255,-0.984],[0.698,0.618],[-0.731,0.79]],"v":[[-3.424,4.479],[-1.269,2.378],[-2.44,4.243]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":17,"s":[{"i":[[0.143,0.551],[-1.308,-1.158],[0.51,-0.55]],"o":[[-0.255,-0.984],[0.698,0.618],[-0.731,0.79]],"v":[[-1.174,1.479],[0.731,-0.872],[-0.44,0.993]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":19,"s":[{"i":[[0.143,0.551],[-1.308,-1.158],[0.51,-0.55]],"o":[[-0.255,-0.984],[0.698,0.618],[-0.731,0.79]],"v":[[0.576,-1.021],[6.981,-7.872],[5.81,-6.007]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":21,"s":[{"i":[[0.143,0.551],[-1.308,-1.158],[0.51,-0.55]],"o":[[-0.255,-0.984],[0.698,0.618],[-0.731,0.79]],"v":[[5.826,-7.521],[10.981,-12.622],[9.81,-10.757]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":23,"s":[{"i":[[0.143,0.551],[-1.308,-1.158],[0.696,0.279]],"o":[[-0.255,-0.984],[0.698,0.618],[-1.778,-0.712]],"v":[[8.826,-9.521],[18.731,-11.372],[17.81,-9.257]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":25,"s":[{"i":[[0.045,0.567],[-1.088,-1.367],[0.637,0.395]],"o":[[-0.081,-1.013],[0.58,0.73],[-1.628,-1.009]],"v":[[16.258,-7.918],[23.049,-3.78],[21.776,-1.857]]}]},{"t":27,"s":[{"i":[[0.024,0.268],[-0.577,-0.646],[0.338,0.187]],"o":[[-0.043,-0.479],[0.308,0.345],[-0.864,-0.477]],"v":[[24.739,-0.24],[25.822,-0.057],[25.146,0.852]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[170.158,114.348]}}],"nm":"Group 5"}],"bounds":{"l":166,"t":101,"b":120,"r":197},"ip":15,"op":27,"st":15},{"ddd":0,"ind":21,"ty":4,"nm":"manchaRoja 2","ks":{"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":14,"s":[{"i":[[-0.257,0.062],[0.257,-0.062]],"o":[[0.257,-0.062],[-0.257,0.062]],"v":[[8.309,-18.138],[8.212,-18.537]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":16,"s":[{"i":[[-0.844,0.205],[0.844,-0.205]],"o":[[0.844,-0.205],[-0.844,0.205]],"v":[[4.721,-10.585],[4.403,-11.894]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":19,"s":[{"i":[[-1.935,0],[1.935,0]],"o":[[1.935,0],[-1.935,0]],"v":[[-4.25,-1.5],[-4.25,-4.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":22,"s":[{"i":[[-1.763,0],[1.763,0]],"o":[[1.763,0],[-1.763,0]],"v":[[-6.513,0.487],[-6.513,-2.247]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":24,"s":[{"i":[[-1.685,-0.045],[1.685,0.045]],"o":[[1.685,0.045],[-1.685,-0.045]],"v":[[-8.698,2.408],[-8.627,-0.205]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":27,"s":[{"i":[[-1.388,-0.176],[1.388,0.176]],"o":[[1.388,0.176],[-1.388,-0.176]],"v":[[-12.703,10.13],[-12.43,7.978]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[-1.082,-0.137],[1.082,0.137]],"o":[[1.082,0.137],[-1.082,-0.137]],"v":[[-18.272,13.815],[-18.059,12.137]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":33,"s":[{"i":[[-0.869,-0.382],[0.869,0.382]],"o":[[0.869,0.382],[-0.869,-0.382]],"v":[[-33.945,24.078],[-33.361,22.637]]}]},{"t":35,"s":[{"i":[[-0.407,-0.398],[0.407,0.398]],"o":[[0.407,0.398],[-0.407,-0.398]],"v":[[-68.649,29.659],[-68.017,28.974]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[157.94,140.879]}}],"nm":"Group 29"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":14,"s":[{"i":[[-0.207,0.16],[-0.379,0.901],[0.101,-0.241],[0.734,-0.566]],"o":[[0.789,-0.608],[0.103,-0.244],[-0.353,0.839],[-0.209,0.161]],"v":[[17.792,-26.521],[19.407,-28.896],[19.014,-29.013],[17.508,-26.816]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":16,"s":[{"i":[[-0.682,0.526],[-1.244,2.959],[0.333,-0.791],[2.411,-1.86]],"o":[[2.593,-1.999],[0.337,-0.802],[-1.159,2.757],[-0.687,0.53]],"v":[[10.064,-12.161],[15.37,-19.963],[14.079,-20.349],[9.129,-13.131]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":19,"s":[{"i":[[-1.751,0.779],[-4.246,5.751],[1.136,-1.538],[6.196,-2.756]],"o":[[6.66,-2.963],[1.151,-1.559],[-3.956,5.356],[-1.765,0.785]],"v":[[-10.976,5.184],[4.604,-8.911],[2.014,-10.425],[-12.49,2.594]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":22,"s":[{"i":[[-1.596,0.71],[-3.869,5.241],[1.035,-1.401],[5.646,-2.511]],"o":[[6.069,-2.7],[1.049,-1.421],[-3.605,4.881],[-1.608,0.715]],"v":[[-12.267,6.253],[1.931,-6.591],[-0.429,-7.971],[-13.647,3.893]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":24,"s":[{"i":[[-1.543,0.637],[-3.832,4.908],[1.025,-1.312],[5.46,-2.254]],"o":[[5.869,-2.424],[1.039,-1.331],[-3.571,4.571],[-1.555,0.642]],"v":[[-13.52,6.338],[0.379,-5.571],[-1.841,-6.95],[-14.777,4.047]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":27,"s":[{"i":[[-1.327,0.399],[-3.57,3.739],[0.955,-1],[4.696,-1.413]],"o":[[5.048,-1.519],[0.968,-1.014],[-3.326,3.482],[-1.338,0.402]],"v":[[-16.541,10.549],[-4.08,1.856],[-5.801,0.534],[-17.391,8.553]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[-1.035,0.311],[-2.783,2.915],[0.744,-0.779],[3.66,-1.101]],"o":[[3.935,-1.184],[0.754,-0.79],[-2.592,2.714],[-1.043,0.314]],"v":[[-18.773,11.637],[-9.06,4.86],[-10.401,3.83],[-19.436,10.081]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":33,"s":[{"i":[[-0.938,0.029],[-3.026,1.925],[0.809,-0.514],[3.319,-0.101]],"o":[[3.568,-0.109],[0.82,-0.522],[-2.819,1.792],[-0.946,0.029]],"v":[[-34.711,18.053],[-24.97,14.357],[-25.839,13.119],[-34.887,16.51]]}]},{"t":35,"s":[{"i":[[-0.532,-0.182],[-2.104,0.44],[0.562,-0.118],[1.883,0.644]],"o":[[2.024,0.692],[0.57,-0.119],[-1.959,0.41],[-0.536,-0.184]],"v":[[-65.245,18.744],[-59.001,18.728],[-59.227,17.85],[-65.018,17.842]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[146.645,152.24]}}],"nm":"Group 30"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":14,"s":[{"i":[[7,2.25],[6.604,0.521],[3.323,-0.801],[0.918,-4.833],[1.88,-2.317],[-2.563,3.496],[-9.586,-5.942],[-1.624,12.638]],"o":[[-3.911,-1.257],[-7.926,-0.625],[-3.839,0.926],[-1.082,7.917],[7.38,-3.317],[15.648,-21.339],[5.664,3.558],[-2.124,-3.737]],"v":[[18.378,-22.033],[9.752,-36.908],[0.874,-27.658],[-9.665,-30.576],[-14.878,-17.342],[-1.146,-16.32],[16.089,-12.966],[28.626,-22.046]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":16,"s":[{"i":[[7.301,2.347],[6.888,0.543],[3.466,-0.836],[3.815,-7.196],[5.351,-7.371],[-4.028,-2.054],[-7.755,-4.22],[2.348,7.576]],"o":[[-4.079,-1.311],[-8.267,-0.652],[-4.004,0.966],[-3.215,5.911],[5.872,8.796],[9.02,4.601],[15.556,3.972],[-2.215,-3.898]],"v":[[15.493,-18.015],[8.843,-39.007],[-0.938,-25.186],[-8.281,-31.097],[-23.105,-4.256],[-8.521,-9.97],[6.847,7.87],[28.53,-23.505]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":19,"s":[{"i":[[7.09,2.279],[6.689,0.527],[3.366,-0.812],[3.705,-6.988],[8.15,-4.054],[-11.498,4.974],[-6.671,-5.765],[2.28,7.357]],"o":[[-3.961,-1.273],[-8.028,-0.633],[-3.888,0.938],[-5.023,10.232],[-9.491,9.048],[6.976,-3.018],[10.548,10.441],[-2.151,-3.785]],"v":[[14.937,-18.231],[6.454,-31.525],[-3.045,-18.105],[-12.707,-20.806],[-33.687,0.195],[-27.628,6.801],[-20.807,26.151],[27.597,-20.017]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":22,"s":[{"i":[[7.032,2.541],[6.692,0.769],[3.406,-0.694],[6.526,-6.974],[8.322,-3.775],[-11.715,4.579],[-6.486,-6.024],[3.317,10.435]],"o":[[-3.929,-1.419],[-8.032,-0.923],[-3.935,0.802],[-5.407,10.086],[-11.752,5.108],[7.108,-2.778],[10.209,10.854],[-2.023,-3.875]],"v":[[11.814,-13.682],[5.648,-29.801],[-5.207,-14.417],[-14.524,-18.227],[-36.907,4.106],[-31.065,10.951],[-25.904,29.811],[24.162,-17.578]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":24,"s":[{"i":[[6.941,2.593],[6.623,0.834],[3.382,-0.651],[2.673,-8.888],[8.287,-3.651],[-11.657,4.412],[-6.363,-6.038],[1.654,13.962]],"o":[[-3.878,-1.449],[-7.949,-1.001],[-3.908,0.752],[-5.465,9.937],[-9.851,8.553],[7.073,-2.677],[10,10.865],[-1.963,-3.861]],"v":[[11.934,-11.432],[5.369,-25.786],[-4.943,-13.388],[-13.921,-19.02],[-35.742,0.881],[-30.027,7.726],[-24.143,27.272],[25.349,-13.871]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":27,"s":[{"i":[[6.421,3.861],[6.43,2.053],[3.483,-0.022],[5.461,-7.551],[8.919,-2.072],[-12.404,2.23],[-5.209,-7.179],[-0.135,16.929]],"o":[[-3.587,-2.157],[-7.717,-2.465],[-4.024,0.025],[-7.083,10.166],[-12.504,2.904],[7.526,-1.353],[7.932,12.649],[-1.237,-4.201]],"v":[[7.033,-5.192],[4.057,-22.173],[-9.548,-9.257],[-17.944,-14.876],[-44.235,2.666],[-39.819,10.528],[-38.371,30.11],[19.962,-6.567]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[6.421,3.861],[8.696,3.515],[6.551,1.348],[5.461,-7.551],[8.919,-2.072],[-12.404,2.23],[-5.209,-7.179],[-1.709,14.159]],"o":[[-3.587,-2.157],[-7.511,-3.036],[-3.941,-0.811],[-6.303,5.468],[-12.504,2.904],[7.526,-1.353],[7.123,10.481],[-1.237,-4.201]],"v":[[0.783,2.558],[0.307,-15.423],[-11.798,-9.507],[-25.944,-4.876],[-50.235,5.416],[-45.819,12.778],[-38.371,30.11],[13.462,0.433]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":33,"s":[{"i":[[6.508,2.797],[4.922,1.376],[4.88,-3.324],[1.323,-0.423],[9.141,-0.539],[-12.602,0.108],[-3.925,-7.954],[3.349,9.004]],"o":[[-7.237,-3.111],[-3.752,-1.049],[-7.747,5.277],[-7.134,4.328],[-12.814,0.756],[7.646,-0.066],[5.256,11.532],[-0.512,-4.35]],"v":[[-16.556,14.825],[-21.445,-9.114],[-30.831,-1.137],[-43.248,4.916],[-60.075,8.335],[-53.462,12.336],[-49.04,30.675],[-4.551,16.826]]}]},{"t":35,"s":[{"i":[[6.508,2.797],[4.683,-2.046],[4.88,-3.324],[1.323,-0.423],[3.077,-3.494],[-12.602,0.108],[-3.925,-7.954],[6.803,7.765]],"o":[[-7.237,-3.111],[-9.052,3.955],[-7.747,5.277],[-7.134,4.328],[-8.484,9.633],[7.646,-0.066],[5.256,11.532],[-0.512,-4.35]],"v":[[-37.056,14.325],[-36.445,2.636],[-52.331,8.113],[-66.248,8.916],[-80.575,10.335],[-72.462,17.586],[-49.04,30.675],[-42.551,24.576]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[140.188,140.037]}}],"nm":"Group 36"}],"bounds":{"l":55,"t":101,"b":176,"r":170},"ip":14,"op":35,"st":15},{"ddd":0,"ind":22,"ty":4,"nm":"gotaCyan6","ks":{"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":12,"s":[{"i":[[-2.654,2.598],[1.508,1.877]],"o":[[2.427,-2.376],[-0.206,-0.628]],"v":[[4.343,8.022],[7.585,12.925]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":14,"s":[{"i":[[-2.654,2.598],[1.296,2.029]],"o":[[2.427,-2.376],[-2.956,-4.628]],"v":[[-2.407,-3.478],[7.585,12.925]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":16,"s":[{"i":[[-2.654,2.598],[1.726,1.678]],"o":[[2.427,-2.376],[-2.036,-1.978]],"v":[[-4.407,-5.478],[1.335,2.175]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":18,"s":[{"i":[[-0.82,3.622],[1.736,1.667]],"o":[[0.787,-3.475],[-1.956,-1.878]],"v":[[-9.157,-5.478],[-1.665,-0.825]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":20,"s":[{"i":[[-0.82,3.622],[1.736,1.667]],"o":[[0.787,-3.475],[-1.956,-1.878]],"v":[[-14.407,-3.228],[-7.415,-1.825]]}]},{"t":21,"s":[{"i":[[-0.317,1.078],[2.238,0.886]],"o":[[0.287,-0.975],[0.294,-0.378]],"v":[[-16.657,-1.728],[-15.415,-2.325]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[134.06,55.332]}}],"nm":"Group 16"}],"bounds":{"l":117,"t":49,"b":69,"r":143},"ip":12,"op":21,"st":11},{"ddd":0,"ind":23,"ty":4,"nm":"gotaCyan5","ks":{"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":10,"s":[{"i":[[0.351,0.449],[-1.661,-0.541],[0.248,-0.708]],"o":[[-0.626,-0.801],[0.886,0.288],[-0.356,1.015]],"v":[[-0.422,1.503],[0.388,-1.411],[0.057,0.766]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":12,"s":[{"i":[[0.351,0.449],[-1.661,-0.541],[0.248,-0.708]],"o":[[-0.626,-0.801],[0.886,0.288],[-0.356,1.015]],"v":[[0.328,-1.747],[1.138,-4.661],[0.807,-2.484]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":13,"s":[{"i":[[0.351,0.449],[-1.661,-0.541],[0.248,-0.708]],"o":[[-0.626,-0.801],[0.886,0.288],[-0.356,1.015]],"v":[[0.328,-1.747],[1.888,-6.161],[0.807,-2.484]]}]},{"t":15,"s":[{"i":[[0.351,0.449],[-1.661,-0.541],[0.248,-0.708]],"o":[[-0.626,-0.801],[0.886,0.288],[-0.356,1.015]],"v":[[1.328,-7.247],[2.888,-11.661],[1.807,-7.984]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[140.926,50.579]}}],"nm":"Group 2"}],"bounds":{"l":140,"t":38,"b":53,"r":145},"ip":10,"op":15,"st":10},{"ddd":0,"ind":24,"ty":4,"nm":"gotaCyan4","ks":{"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":11,"s":[{"i":[[1.003,0.154],[0.214,-1.36]],"o":[[-0.997,-0.153],[-0.253,1.604]],"v":[[-2.788,7.056],[-3.283,9.049]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":13,"s":[{"i":[[2.396,0.621],[0.038,1.376]],"o":[[-2.819,-0.731],[-0.083,-3.007]],"v":[[0.212,-3.944],[-1.783,3.299]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":15,"s":[{"i":[[3.753,1.347],[0.038,1.376]],"o":[[-3.781,-1.357],[-0.083,-3.007]],"v":[[3.212,-9.944],[0.217,-1.951]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":17,"s":[{"i":[[2.753,2.097],[-0.638,1.22]],"o":[[-2.723,-2.074],[3.997,-7.646]],"v":[[8.462,-16.694],[1.217,-5.951]]}]},{"t":19,"s":[{"i":[[-0.497,-1.653],[-0.831,1.097]],"o":[[0.378,1.257],[1.247,-1.646]],"v":[[12.462,-17.444],[10.967,-16.951]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[161.225,56.226]}}],"nm":"Group 8"}],"bounds":{"l":157,"t":37,"b":66,"r":174},"ip":11,"op":19,"st":11},{"ddd":0,"ind":25,"ty":4,"nm":"gotaRosa10","ks":{"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":23,"s":[{"i":[[0.303,-0.037],[0.191,0.598],[-0.058,0.536]],"o":[[0.928,-0.162],[-0.559,0.223],[-1.321,-2.125]],"v":[[-16.926,-8.013],[-16.814,-9.023],[-15.94,-7.711]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":26,"s":[{"i":[[0.303,-0.037],[1.995,-1.301],[2.817,1.911]],"o":[[0.928,-0.162],[-1.684,1.098],[-2.071,-1.405]],"v":[[-13.801,-7.388],[-4.189,-0.273],[-9.065,-3.461]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[-0.769,-0.103],[2.135,-1.056],[0.432,0.926]],"o":[[1.374,0.184],[-1.138,0.563],[-0.621,-1.329]],"v":[[-1.051,-1.013],[0.936,2.602],[-0.815,0.164]]}]},{"t":32,"s":[{"i":[[-0.282,-0.038],[0.782,-0.387],[0.158,0.339]],"o":[[0.503,0.067],[-0.417,0.206],[-0.227,-0.487]],"v":[[0.367,2.131],[1.094,3.455],[0.453,2.562]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[177.939,79.053]}}],"nm":"Group 3"}],"bounds":{"l":160,"t":70,"b":83,"r":180},"ip":23,"op":32,"st":5},{"ddd":0,"ind":26,"ty":4,"nm":"gotaRosa9","ks":{"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":7,"s":[{"i":[[-0.332,0.4],[-0.081,-0.504]],"o":[[0.293,-0.725],[-0.206,0.371]],"v":[[7.308,2.022],[9.432,2.676]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":10,"s":[{"i":[[-1.832,1.775],[-0.081,-0.504]],"o":[[1.343,-1.301],[-0.206,0.371]],"v":[[1.683,0.772],[9.432,2.676]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":13,"s":[{"i":[[-0.429,2.405],[1.565,0.239]],"o":[[0.392,-2.2],[-1.846,-0.281]],"v":[[-3.567,-0.103],[2.432,1.801]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":17,"s":[{"i":[[0.983,2.237],[1.565,0.239]],"o":[[-1.582,-3.6],[-1.846,-0.281]],"v":[[-7.442,3.897],[0.307,0.676]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":20,"s":[{"i":[[1.543,1.525],[-0.081,0.121]],"o":[[-2.797,-2.764],[0.544,0.246]],"v":[[-7.942,9.022],[-3.193,2.051]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":24,"s":[{"i":[[3.168,0.4],[-0.081,0.121]],"o":[[-2.071,-0.261],[-0.956,3.496]],"v":[[-9.067,17.647],[-5.193,4.051]]}]},{"t":28,"s":[{"i":[[1.677,0.931],[-0.081,0.121]],"o":[[-1.082,-0.6],[-0.331,1.371]],"v":[[-9.317,20.522],[-8.318,16.801]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[94.589,44.582]}}],"nm":"Group 18"}],"bounds":{"l":84,"t":43,"b":66,"r":105},"ip":7,"op":28,"st":7},{"ddd":0,"ind":27,"ty":4,"nm":"gotaRosa8","ks":{"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":9,"s":[{"i":[[0.234,0.077],[-0.557,0.86],[-0.462,-0.806]],"o":[[-1.318,-0.435],[0.287,-0.444],[0.232,0.404]],"v":[[25.826,15.523],[23.658,14.011],[25.783,15.569]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":14,"s":[{"i":[[0.541,0.179],[-1.286,1.987],[-1.068,-1.861]],"o":[[-3.043,-1.005],[0.664,-1.026],[0.536,0.933]],"v":[[17.77,9.684],[12.762,6.192],[17.67,9.79]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":17,"s":[{"i":[[0.541,0.179],[-2.933,4.008],[-1.068,-1.861]],"o":[[-3.043,-1.005],[1.839,-2.513],[0.536,0.933]],"v":[[13.02,7.559],[4.387,0.317],[12.92,7.665]]}]},{"t":20,"s":[{"i":[[0.52,-0.232],[-0.927,1.481],[-0.627,-0.412]],"o":[[-0.929,0.414],[0.494,-0.79],[0.899,0.591]],"v":[[1.52,0.934],[-1.113,-0.558],[0.92,0.29]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[98.589,26.45]}}],"nm":"Group 4"}],"bounds":{"l":97,"t":25,"b":43,"r":125},"ip":9,"op":20,"st":9},{"ddd":0,"ind":28,"ty":4,"nm":"gotaRosa7","ks":{"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":7,"s":[{"i":[[1.069,-1.904],[3.166,0.708]],"o":[[-1.195,2.13],[-0.793,-0.233]],"v":[[4.681,4.064],[9.043,6.644]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":13,"s":[{"i":[[2.279,-4.945],[3.207,0.487]],"o":[[-2.681,5.818],[-7.007,-1.066]],"v":[[-8.319,-1.436],[7.793,5.894]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":16,"s":[{"i":[[0.069,-3.404],[-0.543,0.267]],"o":[[-0.054,2.657],[-0.293,-0.733]],"v":[[-23.069,-12.686],[-7.457,-6.107]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":19,"s":[{"i":[[0.069,-3.404],[-0.543,0.267]],"o":[[-0.054,2.657],[-0.293,-0.733]],"v":[[-26.569,-11.436],[-15.457,-10.857]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":22,"s":[{"i":[[0.069,-3.404],[-0.543,0.267]],"o":[[-0.054,2.657],[-0.293,-0.733]],"v":[[-29.319,-6.936],[-15.457,-10.857]]}]},{"t":25,"s":[{"i":[[-0.181,-1.154],[-0.543,0.267]],"o":[[0.412,2.625],[-0.293,-0.733]],"v":[[-29.319,-6.936],[-27.707,-7.607]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[113.94,26.219]}}],"nm":"Group 9"}],"bounds":{"l":84,"t":12,"b":34,"r":124},"ip":7,"op":25,"st":7},{"ddd":0,"ind":29,"ty":4,"nm":"gotaRosa6","ks":{"p":{"k":[177.502,96.273,0]},"a":{"k":[141.817,27.277,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":18,"s":[{"i":[[0.168,2.349],[-1.915,-0.012]],"o":[[-0.121,-1.698],[1.24,0.008]],"v":[[-2.852,-2.278],[-5.338,-1.609]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":21,"s":[{"i":[[-1.1,3.036],[-1.691,-0.899]],"o":[[1.006,-2.777],[1.996,1.061]],"v":[[3.898,0.097],[-3.213,-2.234]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":24,"s":[{"i":[[-1.1,3.036],[-1.691,-0.899]],"o":[[1.006,-2.777],[1.996,1.061]],"v":[[8.648,3.472],[-3.213,-2.234]]}]},{"t":28,"s":[{"i":[[-0.003,1.104],[-0.01,-0.492]],"o":[[0.004,-1.198],[-0.135,0.383]],"v":[[10.523,5.722],[9.912,5.516]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[141.289,28.73]}}],"nm":"Group 10"}],"bounds":{"l":135,"t":25,"b":35,"r":152},"ip":18,"op":28,"st":6},{"ddd":0,"ind":30,"ty":4,"nm":"manchaRosa 2","ks":{"p":{"k":[123.877,153.773,0]},"a":{"k":[90.317,89.152,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":7,"s":[{"i":[[-1.007,0.038],[1.007,-0.038]],"o":[[1.007,-0.038],[-1.007,0.038]],"v":[[-7.646,-0.999],[-7.706,-2.559]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":9,"s":[{"i":[[-1.931,0.129],[1.931,-0.129]],"o":[[1.931,-0.129],[-1.931,0.129]],"v":[[-8.755,-1.45],[-8.955,-4.444]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":11,"s":[{"i":[[-1.935,0],[1.935,0]],"o":[[1.935,0],[-1.935,0]],"v":[[-1.75,0.75],[-1.75,-2.25]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":13.125,"s":[{"i":[[-1.935,0],[1.935,0]],"o":[[1.935,0],[-1.935,0]],"v":[[0,1.5],[0,-1.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":15,"s":[{"i":[[-1.816,-0.142],[1.816,0.142]],"o":[[1.816,0.142],[-1.816,-0.142]],"v":[[5.625,9.42],[5.846,6.605]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":18,"s":[{"i":[[-1.927,-0.447],[1.927,0.447]],"o":[[1.927,0.446],[-1.927,-0.447]],"v":[[7.734,12.285],[8.426,9.297]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":21,"s":[{"i":[[-1.929,-0.152],[1.929,0.152]],"o":[[1.929,0.152],[-1.929,-0.152]],"v":[[11.691,17.779],[11.927,14.788]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":23,"s":[{"i":[[-1.66,-1.076],[1.66,1.076]],"o":[[1.66,1.076],[-1.66,-1.076]],"v":[[22.881,34.083],[24.55,31.509]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":25,"s":[{"i":[[-1.622,-1.055],[1.622,1.055]],"o":[[1.622,1.055],[-1.622,-1.055]],"v":[[26.65,58.898],[28.286,56.383]]}]},{"t":26,"s":[{"i":[[-1.397,-0.912],[1.397,0.912]],"o":[[1.397,0.912],[-1.397,-0.912]],"v":[[22.501,93.192],[24.355,92.863]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[134.44,33.379]}}],"nm":"Group 25"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":7,"s":[{"i":[[-0.823,-0.588],[-0.987,-1.061],[0.687,0.738],[1.179,0.843]],"o":[[1.179,0.843],[0.692,0.743],[-0.987,-1.061],[-0.813,-0.581]],"v":[[-12.369,-4.583],[-9.118,-1.728],[-8.051,-2.881],[-11.301,-5.736]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":9,"s":[{"i":[[-1.603,-1.077],[-1.942,-1.971],[1.351,1.371],[2.297,1.544]],"o":[[2.296,1.543],[1.36,1.38],[-1.942,-1.971],[-1.584,-1.065]],"v":[[-13.74,-5.092],[-7.382,0.179],[-5.408,-2.08],[-11.766,-7.35]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":11,"s":[{"i":[[-1.528,-1.182],[-1.806,-2.096],[1.256,1.458],[2.188,1.694]],"o":[[2.188,1.693],[1.265,1.468],[-1.806,-2.096],[-1.509,-1.168]],"v":[[-7.67,-2.682],[-1.678,3.003],[0.443,0.88],[-5.549,-4.803]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":13.125,"s":[{"i":[[-1.528,-1.182],[-1.806,-2.096],[1.256,1.458],[2.189,1.693]],"o":[[2.188,1.693],[1.265,1.468],[-1.806,-2.096],[-1.509,-1.168]],"v":[[-3.92,-1.932],[2.072,3.753],[4.193,1.63],[-1.799,-4.053]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":15,"s":[{"i":[[-1.347,-1.222],[-1.54,-2.099],[1.071,1.46],[1.929,1.75]],"o":[[1.928,1.749],[1.079,1.47],[-1.54,-2.099],[-1.33,-1.207]],"v":[[1.229,6.127],[6.433,11.901],[8.579,10.066],[3.375,4.293]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":18,"s":[{"i":[[-1.249,-1.53],[-1.315,-2.504],[0.915,1.742],[1.789,2.192]],"o":[[1.789,2.191],[0.921,1.754],[-1.315,-2.504],[-1.234,-1.512]],"v":[[3.136,9.833],[7.792,16.877],[10.395,15.253],[5.738,8.21]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":21,"s":[{"i":[[-1.161,-1.544],[-1.188,-2.499],[0.826,1.738],[1.663,2.212]],"o":[[1.663,2.211],[0.832,1.75],[-1.188,-2.499],[-1.147,-1.525]],"v":[[5.446,14.812],[9.724,21.877],[12.33,20.39],[8.052,13.327]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":23,"s":[{"i":[[-0.653,-1.864],[-0.383,-2.803],[0.267,1.949],[0.935,2.67]],"o":[[0.935,2.67],[0.269,1.963],[-0.383,-2.803],[-0.645,-1.841]],"v":[[16.756,32.634],[18.734,40.843],[21.734,40.202],[19.756,31.994]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":25,"s":[{"i":[[-0.283,-1.911],[0.15,-2.763],[-0.104,1.922],[0.404,2.738]],"o":[[0.405,2.737],[-0.105,1.935],[0.15,-2.763],[-0.279,-1.888]],"v":[[18.575,56.468],[18.958,64.718],[21.957,64.657],[21.574,56.408]]}]},{"t":26,"s":[{"i":[[-0.029,-0.762],[0.484,-0.914],[-0.337,0.636],[0.041,1.091]],"o":[[0.042,1.091],[-0.339,0.64],[0.484,-0.914],[-0.028,-0.752]],"v":[[13.938,88.292],[13.274,91.3],[16.108,92.284],[16.77,89.277]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[142.656,39.675]}}],"nm":"Group 26"},{"ty":"gr","it":[{"ty":"fl","fillEnabled":true,"c":{"k":[204,107,88,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[114.908,60.096]}}],"nm":"Group 39"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":7,"s":[{"i":[[5.557,1.702],[-2.308,-2.705],[21.515,14.611],[-12.126,-5.401],[-1.014,-5.177],[-15.081,-10.146],[-0.96,1.782],[-5.609,-0.566],[-4.301,2.151]],"o":[[-10.616,-3.963],[7.144,8.373],[-7.737,-5.254],[2.392,1.065],[1.607,5.837],[7.043,4.739],[2.597,-4.822],[6.608,0.667],[6.175,-3.198]],"v":[[1.215,-25.196],[-2.697,-20.504],[-20.681,-17.79],[-31.347,-11.996],[-33.777,-5.444],[-17.437,1.435],[-22.214,-11.37],[-4.383,-6.796],[8.658,-13.832]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":9,"s":[{"i":[[5.382,1.481],[-2.291,-2.534],[21.059,13.434],[-11.791,-4.851],[-1.117,-4.942],[-5.815,-7.326],[-0.872,1.737],[-4.435,3.106],[-4.069,2.184]],"o":[[-10.302,-3.512],[7.09,7.842],[-7.573,-4.831],[2.326,0.957],[12.416,1.113],[5.069,6.386],[2.36,-4.702],[3.463,-2.425],[5.84,-3.24]],"v":[[-1.085,-26.946],[-4.712,-22.333],[-21.904,-19.232],[-31.984,-13.374],[-33.137,-4.551],[-4.905,11.888],[-13.867,-8.389],[3.41,-7.748],[15.804,-10.107]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":11,"s":[{"i":[[10.271,3.587],[-2.116,-2.681],[20.115,14.81],[-10.758,-6.843],[-0.784,-5.006],[-5.352,-14.79],[-4.918,0.735],[-4.633,2.802],[-8.956,-8.093]],"o":[[-10.044,-4.192],[6.55,8.298],[-7.233,-5.326],[14.622,9.302],[0.829,6.911],[2.775,7.667],[5.203,-0.777],[3.617,-2.188],[-2.581,-10.391]],"v":[[3.009,-28.025],[-2.668,-23.415],[-23.779,-23.469],[-30.478,-16.298],[-28.049,-4.849],[2.632,24.352],[11.266,16.137],[29.961,22.68],[35.986,15.155]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":13.125,"s":[{"i":[[17.349,7.827],[-2.116,-2.681],[20.115,14.81],[-10.758,-6.843],[-0.784,-5.006],[-16.437,-25.651],[-4.918,0.735],[-4.633,2.802],[-4.773,-5.022]],"o":[[-10.044,-4.192],[6.55,8.298],[-7.233,-5.326],[14.622,9.302],[0.956,3.924],[4.399,6.865],[5.203,-0.777],[3.617,-2.188],[-2.581,-10.391]],"v":[[5.009,-27.025],[-0.668,-22.415],[-22.529,-21.219],[-29.228,-14.048],[-31.549,-0.099],[5.882,24.352],[12.516,16.137],[30.211,18.93],[39.986,14.905]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":15,"s":[{"i":[[15.573,9.327],[-1.788,-2.671],[10.507,8.169],[-9.59,-7.212],[-0.368,-4.755],[-2.611,-31.528],[-4.668,0.327],[-4.553,2.289],[-4.109,-5.063]],"o":[[-9.116,-4.672],[5.535,8.267],[-6.674,-5.189],[13.035,9.803],[0.608,3.752],[0.159,1.917],[4.939,-0.346],[3.555,-1.787],[-1.658,-9.939]],"v":[[14.024,-15.811],[4.569,-11.728],[-14.833,-15.424],[-21.646,-9.188],[-21.493,3.048],[6.62,41.145],[15.3,22.202],[31.698,26.124],[41.165,23.066]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":18,"s":[{"i":[[12.158,11.525],[-1.489,-3.159],[16.617,19.394],[-8.75,-9.663],[0.374,-5.167],[-4.357,-24.351],[-5.068,-0.403],[-5.261,1.722],[-3.595,-6.104]],"o":[[-9.037,-6.493],[4.609,9.777],[-5.975,-6.974],[16.753,18.499],[0.047,4.129],[1.468,8.206],[5.362,0.427],[4.108,-1.345],[-0.173,-10.946]],"v":[[16.621,-13.463],[9.903,-10.181],[-8.647,-14.034],[-11.474,-7.437],[-20.005,0.921],[3.636,34.413],[12.139,27.761],[29.121,34.626],[39.785,32.872]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":21,"s":[{"i":[[12.311,15.855],[9.696,6.761],[12.464,8.037],[-10.186,-7.669],[-0.388,-5.052],[-3.377,-12.124],[-4.961,0.345],[-10.559,-1.634],[-7.262,-5.933]],"o":[[-9.096,-8.405],[-8.671,-6.047],[-7.549,-4.868],[13.844,10.424],[0.644,3.987],[2.188,7.854],[5.248,-0.365],[4.716,0.73],[0.152,-24.762]],"v":[[19.399,-11.569],[6.917,-8.181],[3.27,-1.502],[-10.151,-2.39],[-8.992,7.431],[4.657,31.186],[14.417,65.019],[31.338,54.196],[41.128,43.824]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":23,"s":[{"i":[[7.504,14.978],[-0.324,-3.477],[9.015,23.895],[-4.935,-12.066],[2.112,-4.73],[2.411,-21.576],[-2.322,0.481],[-5.533,-0.173],[-1.301,-6.963]],"o":[[-6.284,-9.184],[1.003,10.762],[-3.242,-8.593],[9.448,23.1],[-1.363,3.898],[-0.157,1.407],[5.267,-1.09],[4.32,0.135],[7.247,-10.253]],"v":[[33.541,8.86],[26.107,9.657],[9.98,-0.286],[5.074,4.953],[-5.795,9.905],[5.748,52.04],[14.746,51.062],[28.909,58.331],[36.532,62.815]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":25,"s":[{"i":[[3.24,19.81],[5.287,10.572],[7.109,13.015],[-5.284,-11.604],[2.073,-4.623],[2.825,-12.264],[-4.523,-2.067],[-8.495,-6.48],[-3.545,-8.681]],"o":[[-3.975,-11.729],[-4.729,-9.455],[-4.306,-7.883],[7.182,15.772],[-1.339,3.81],[-1.83,7.945],[4.785,2.187],[3.794,2.894],[11.963,-21.68]],"v":[[38.684,30.36],[26.1,27.372],[19.705,31.498],[8.339,24.306],[4.665,33.487],[5.306,60.876],[-8.283,87.261],[12.752,91.337],[26.808,87.903]]}]},{"t":26,"s":[{"i":[[0.595,5.702],[2.679,-9.31],[3.307,0.964],[3.94,3.256],[1.114,-8.424],[2.973,-6.814],[-4.523,-2.067],[-8.495,-6.48],[-3.545,-8.681]],"o":[[2.095,-5.798],[-0.648,2.25],[-4.926,-1.436],[-2.803,-2.317],[-1.386,9.076],[-3.26,7.473],[4.785,2.187],[3.794,2.894],[2.971,-1.841]],"v":[[39.184,55.86],[34.1,48.372],[28.205,58.998],[17.339,43.806],[4.165,49.987],[2.306,73.876],[-8.283,87.261],[12.752,91.337],[26.808,87.903]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[126.161,53.817]}}],"nm":"Group 40"}],"bounds":{"l":89,"t":24,"b":146,"r":168},"ip":7,"op":26,"st":7}]},{"id":"comp_51","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"miscelanea12","ks":{"r":{"k":158},"p":{"k":[172.75,177.5,0]},"a":{"k":[-58,23.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":54,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-54,19],[-54,19]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":59,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-57,22],[-66.5,31]]}]},{"t":64,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-66,30.5],[-66.5,31]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[222,121,94,255]},"o":{"k":100},"w":{"k":3},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr"}],"nm":"Shape 1"}],"bounds":{"l":-68,"t":17,"b":33,"r":-52},"ip":54,"op":64,"st":13},{"ddd":0,"ind":1,"ty":4,"nm":"miscelanea11","ks":{"r":{"k":78},"p":{"k":[77,203.75,0]},"a":{"k":[-58,23.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":50,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-54,19],[-54,19]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":55,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-57,22],[-66.5,31]]}]},{"t":60,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-66,30.5],[-66.5,31]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[222,121,94,255]},"o":{"k":100},"w":{"k":3},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr"}],"nm":"Shape 1"}],"bounds":{"l":-68,"t":17,"b":33,"r":-52},"ip":50,"op":60,"st":9},{"ddd":0,"ind":2,"ty":4,"nm":"miscelanea8","ks":{"p":{"k":[67,161,0]},"a":{"k":[-58,23.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":41,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-54,19],[-54,19]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":46,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-57,22],[-66.5,31]]}]},{"t":51,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-66,30.5],[-66.5,31]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"w":{"k":3},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr"}],"nm":"Shape 1"}],"bounds":{"l":-68,"t":17,"b":33,"r":-52},"ip":41,"op":51,"st":0},{"ddd":0,"ind":3,"ty":4,"nm":"miscelanea7","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":24,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":26,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":38,"s":[100]},{"t":41,"s":[0]}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":24,"s":[93.023,233.338,0],"to":[3.33333325386047,3.66666674613953,0],"ti":[-3.33333325386047,-3.66666674613953,0]},{"t":41,"s":[113.023,255.338,0]}]},"a":{"k":[33.851,198.962,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":24,"s":[0,0,100]},{"t":26,"s":[100,100,100]}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-1.557,-1.116],[-2.131,1.778],[1.825,2.262],[2.365,-1.849],[-1.275,-2.372],[0.915,1.704],[-0.903,0.981],[-1.044,-1.091],[2.478,1.776]],"o":[[2.369,1.698],[2.5,-2.085],[-2.009,-2.491],[-2.21,1.728],[0.916,1.705],[-0.658,-1.223],[1.173,-1.275],[2.527,2.642],[-1.576,-1.13]],"v":[[-3.63,4.66],[3.952,4.005],[4.052,-3.867],[-3.786,-4.505],[-5.177,2.974],[-2.586,1.46],[-1.933,-2.135],[1.931,-1.746],[-2.116,2.07]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[34.001,199.3]}}],"nm":"Group 4"}],"bounds":{"l":28,"t":193,"b":205,"r":40},"ip":24,"op":6308,"st":8},{"ddd":0,"ind":4,"ty":4,"nm":"miscelanea6","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":28,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":30,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":41,"s":[100]},{"t":43,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":28,"s":[69.523,81.838,0],"to":[-3.33333325386047,-1.66666662693024,0],"ti":[3.33333325386047,1.66666662693024,0]},{"t":43,"s":[49.523,71.838,0]}]},"a":{"k":[10.351,27.462,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":28,"s":[10,10,100]},{"t":31,"s":[100,100,100]}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-1.557,-1.116],[-2.131,1.778],[1.825,2.262],[2.365,-1.849],[-1.275,-2.372],[0.915,1.704],[-0.903,0.981],[-1.044,-1.091],[2.478,1.776]],"o":[[2.369,1.698],[2.5,-2.085],[-2.009,-2.491],[-2.21,1.728],[0.916,1.705],[-0.658,-1.223],[1.173,-1.275],[2.527,2.642],[-1.576,-1.13]],"v":[[-3.63,4.66],[3.952,4.005],[4.053,-3.867],[-3.786,-4.505],[-5.177,2.974],[-2.586,1.46],[-1.933,-2.135],[1.932,-1.746],[-2.116,2.07]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[11.001,28.3]}}],"nm":"Group 5"}],"bounds":{"l":5,"t":22,"b":34,"r":17},"ip":28,"op":6312,"st":12},{"ddd":0,"ind":5,"ty":4,"nm":"miscelanea4","ks":{"p":{"k":[132.023,256.838,0]},"a":{"k":[72.851,202.462,0]}},"hasMask":true,"masksProperties":[{"cl":true,"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":46,"s":[{"i":[[1.91,-3.153],[-1.59,-2.357],[-1.402,1.711],[2.211,3.403]],"o":[[-1.91,3.153],[1.59,2.357],[1.961,-2.393],[-6.312,-9.717]],"v":[[59.738,179.22],[62.488,190.266],[69.868,192.016],[68.118,185.22]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":47,"s":[{"i":[[1.91,-3.153],[-1.59,-2.357],[-2.039,0.857],[2.211,3.403]],"o":[[-1.91,3.153],[1.59,2.357],[3.295,-1.385],[-6.312,-9.717]],"v":[[59.738,179.22],[61.238,194.516],[73.618,198.016],[74.868,181.22]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":49,"s":[{"i":[[1.91,-3.153],[-1.59,-2.357],[-4.039,-1.143],[2.211,3.403]],"o":[[-1.91,3.153],[1.59,2.357],[5.84,1.652],[-6.312,-9.717]],"v":[[59.738,179.22],[61.238,194.516],[73.368,202.766],[74.868,181.22]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":51,"s":[{"i":[[1.91,-3.153],[-1.59,-2.357],[-2.289,2.857],[2.211,3.403]],"o":[[-1.91,3.153],[1.59,2.357],[1.495,-1.866],[-6.312,-9.717]],"v":[[64.488,187.97],[67.488,204.516],[75.618,208.016],[76.118,192.22]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":53,"s":[{"i":[[1.91,-3.153],[-1.59,-2.357],[-3.289,4.857],[-0.289,2.153]],"o":[[-1.91,3.153],[1.59,2.357],[1.843,-2.721],[1.71,-12.736]],"v":[[68.238,191.72],[68.488,209.016],[83.868,213.516],[78.618,202.22]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":54,"s":[{"i":[[1.59,-2.597],[-1.59,-2.357],[-3.289,4.857],[-0.217,2.162]],"o":[[-1.42,2.318],[1.59,2.357],[1.843,-2.721],[0.711,-7.097]],"v":[[72.488,195.47],[71.488,210.266],[83.868,213.516],[78.618,202.22]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":55,"s":[{"i":[[2.34,0.903],[-3.16,-4.643],[-3.289,4.857],[0.466,2.122]],"o":[[-2.536,-0.979],[1.6,2.351],[1.843,-2.721],[-0.789,-3.597]],"v":[[73.988,198.47],[70.988,212.516],[90.118,215.016],[78.368,204.47]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":56,"s":[{"i":[[2.09,0.403],[-3.16,-4.643],[-3.289,4.857],[1.711,1.903]],"o":[[-2.669,-0.515],[1.6,2.351],[1.843,-2.721],[-2.462,-2.738]],"v":[[72.488,203.47],[73.238,214.766],[90.118,215.016],[79.118,207.22]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":58,"s":[{"i":[[1.404,-2.88],[-9.91,-0.643],[-3.289,4.857],[6.461,1.653]],"o":[[-1.66,3.403],[2.838,0.184],[1.843,-2.721],[-3.567,-0.913]],"v":[[75.738,209.47],[88.488,217.266],[102.118,213.766],[84.118,209.22]]}]},{"t":59,"s":[{"i":[[1.404,-2.88],[-9.91,-0.643],[-3.289,4.857],[6.461,1.653]],"o":[[-1.66,3.403],[2.838,0.184],[1.843,-2.721],[-3.567,-0.913]],"v":[[84.738,211.47],[97.488,219.266],[111.118,215.766],[93.118,211.22]]}]}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-1.903,-0.337],[-0.804,-2.362],[-2.808,-1.313],[1.751,0.819],[0.332,2.67],[-0.178,1.846],[2.488,0.441]],"o":[[3.533,0.626],[1.036,3.049],[1.742,0.813],[-2.108,-0.985],[-0.228,-1.827],[0.24,-2.471],[-1.892,-0.335]],"v":[[-4.183,-6.652],[-3.469,3.176],[2.82,9.068],[4.335,6.477],[-0.648,1.768],[0.414,-4.007],[-3.385,-9.546]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[75.257,202.793]}}],"nm":"Group 7"}],"bounds":{"l":69,"t":193,"b":213,"r":81},"ip":46,"op":6330,"st":30},{"ddd":0,"ind":6,"ty":4,"nm":"miscelanea3","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":34,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":36,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":65,"s":[100]},{"t":68,"s":[0]}]},"p":{"k":[94.523,73.338,0]},"a":{"k":[35.351,18.962,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":34,"s":[{"i":[[-1.301,0],[1.301,0]],"o":[[1.301,0],[-1.301,0]],"v":[[-0.634,17.75],[-0.634,15.733]]}]},{"t":68,"s":[{"i":[[-2.551,0],[2.551,0]],"o":[[2.551,0],[-2.551,0]],"v":[[-4.384,-4.75],[-4.384,-8.705]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[91,89,130,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[36.162,18.624]}}],"nm":"Group 8"},{"ty":"gr","it":[{"ty":"tr","o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":34,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":38,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":64,"s":[100]},{"t":68,"s":[0]}]}}],"nm":"Group 9"}],"bounds":{"l":31,"t":9,"b":37,"r":37},"ip":34,"op":6318,"st":18},{"ddd":0,"ind":7,"ty":4,"nm":"miscelanea2","ks":{"p":{"k":[141.523,71.838,0]},"a":{"k":[82.351,17.462,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":33,"s":[{"i":[[-0.426,0],[0.426,0]],"o":[[0.426,0],[-0.426,0]],"v":[[-2.759,14.625],[-2.759,13.965]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":34,"s":[{"i":[[-1.935,0],[1.935,0]],"o":[[1.935,0],[-1.935,0]],"v":[[-1.25,14.625],[-1.25,11.625]]}]},{"t":70,"s":[{"i":[[-2.801,0],[2.801,0]],"o":[[2.801,0],[-2.801,0]],"v":[[3.616,4.375],[3.616,0.033]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[74,161,175,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[82.162,17.957]},"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":33,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":43,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":61,"s":[100]},{"t":73,"s":[0]}]}}],"nm":"Group 9"}],"bounds":{"l":79,"t":17,"b":33,"r":88},"ip":33,"op":6317,"st":17},{"ddd":0,"ind":8,"ty":0,"nm":"BPliegue1","refId":"comp_52","ks":{"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[125,137.5,0],"to":[-8.33333301544189,0,0],"ti":[8.33333301544189,0,0]},{"t":12,"s":[75,137.5,0]}]},"a":{"k":[125,137.5,0]}},"w":250,"h":275,"ip":0,"op":6300,"st":0},{"ddd":0,"ind":9,"ty":0,"nm":"miscelanea1","refId":"comp_53","ks":{"p":{"k":[125,137.5,0]},"a":{"k":[125,137.5,0]}},"hasMask":true,"masksProperties":[{"cl":true,"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":39,"s":[{"i":[[2.75,-0.25],[0.25,-10.25],[-5.25,0],[-0.25,2.75],[-1.25,7.75]],"o":[[-2.682,0.244],[-0.497,20.369],[5.25,0],[0.25,-2.75],[1.309,-8.119]],"v":[[159.25,88],[149.75,91.75],[164.25,104],[166.5,97],[163.5,98.75]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":40,"s":[{"i":[[2.75,-0.25],[0.25,-10.25],[-5.25,0],[-0.25,2.75],[-1.25,7.75]],"o":[[-2.682,0.244],[-0.497,20.369],[5.25,0],[0.25,-2.75],[1.309,-8.119]],"v":[[156.75,75.75],[149.75,91.75],[164.25,104],[166.5,97],[162.25,89.25]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":41,"s":[{"i":[[1.45,3.626],[1.25,-23],[-5.25,0],[-0.25,2.75],[-1.25,7.75]],"o":[[-1,-2.5],[-1.106,20.345],[5.25,0],[0.25,-2.75],[1.309,-8.119]],"v":[[161.75,72.25],[149.75,91.75],[164.25,104],[166.5,97],[162.25,89.25]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":42,"s":[{"i":[[2.28,1.71],[2.25,-20.25],[-5.25,0],[-0.25,2.75],[-1.25,7.75]],"o":[[-4,-3],[-2.25,20.25],[5.25,0],[0.25,-2.75],[1.309,-8.119]],"v":[[165,70],[148.75,90.5],[164.25,104],[166.5,97],[168.5,81.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":43,"s":[{"i":[[3.466,-0.547],[2.25,-20.25],[-5.25,0],[-0.25,2.75],[2.347,6.614]],"o":[[-4.75,0.75],[-2.25,20.25],[5.25,0],[0.25,-2.75],[-2.75,-7.75]],"v":[[164,66.75],[148.75,90.5],[164.25,104],[167.75,88],[174,73.75]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":44,"s":[{"i":[[3.466,-0.547],[2.25,-20.25],[-5.25,0],[-0.25,2.75],[2.347,6.614]],"o":[[-4.75,0.75],[-2.25,20.25],[5.25,0],[0.25,-2.75],[-2.75,-7.75]],"v":[[163.75,62.5],[148.75,90.5],[164.25,104],[167.75,88],[174,73.75]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":45,"s":[{"i":[[2.25,2],[2.25,-20.25],[-5.25,0],[-0.25,2.75],[2.347,6.614]],"o":[[-4.905,-4.36],[-2.25,20.25],[5.25,0],[0.25,-2.75],[-2.75,-7.75]],"v":[[164.75,61.25],[147,74.25],[158,93.75],[167.75,88],[174,73.75]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":47,"s":[{"i":[[-1,5.25],[2.25,-20.25],[-5.25,0],[-0.25,2.75],[0.5,7]],"o":[[1,-5.25],[-2.25,20.25],[5.25,0],[0.25,-2.75],[-0.5,-7]],"v":[[176.5,56.5],[151,62.25],[158,86],[161.75,81],[171.75,70]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":48,"s":[{"i":[[-1,5.25],[8.593,-18.474],[-3,-0.25],[-0.75,2.5],[0.5,7]],"o":[[1,-5.25],[-10,21.5],[4.58,0.382],[0.793,-2.645],[-0.5,-7]],"v":[[191.25,39.75],[160,51.5],[156.75,77.25],[169.75,69.5],[179.25,56.75]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":50,"s":[{"i":[[-1,5.25],[8.593,-18.474],[-1,-1.25],[-0.75,7.75],[0.5,7]],"o":[[1,-5.25],[-10,21.5],[1.746,2.183],[0.266,-2.749],[-0.5,-7]],"v":[[191.25,39.75],[161,51.5],[159.25,74.25],[171.75,68.5],[179.25,56.75]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":51,"s":[{"i":[[-1,5.25],[6.235,-19.397],[-3.25,-0.75],[-0.75,7.75],[0.5,7]],"o":[[1,-5.25],[-2.25,7],[2.841,0.656],[0.266,-2.749],[-0.5,-7]],"v":[[191.25,39.75],[160,51.5],[164.25,71.25],[177.5,55.25],[179.25,56.75]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":52,"s":[{"i":[[-1,5.25],[6.235,-19.397],[-3.75,3],[-0.75,7.75],[0.5,7]],"o":[[1,-5.25],[-2.25,7],[2.954,-2.363],[0.266,-2.749],[-0.5,-7]],"v":[[191.25,39.75],[158,53],[165,67.5],[181.75,46.25],[188.5,38.25]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":53,"s":[{"i":[[-1,5.25],[6.235,-19.397],[-3.396,-3.396],[-0.75,7.75],[0.5,7]],"o":[[1,-5.25],[-2.25,7],[2.25,2.25],[0.266,-2.749],[-0.5,-7]],"v":[[191.25,39.75],[167.5,46],[162.25,63],[181.75,46.25],[188.5,38.25]]}]},{"t":55,"s":[{"i":[[-1,5.25],[6.235,-19.397],[-3.396,-3.396],[-0.75,7.75],[0.5,7]],"o":[[1,-5.25],[-2.25,7],[2.25,2.25],[0.266,-2.749],[-0.5,-7]],"v":[[191.25,39.75],[177,36.5],[170.75,55],[186.5,38.75],[188.5,38.25]]}]}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"w":250,"h":275,"ip":38,"op":6293,"st":-7},{"ddd":0,"ind":10,"ty":0,"nm":"B3_yellow","refId":"comp_54","ks":{"p":{"k":[125,137.5,0]},"a":{"k":[125,137.5,0]}},"w":250,"h":275,"ip":11,"op":6311,"st":11},{"ddd":0,"ind":11,"ty":4,"nm":"miscelanea5","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":36,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":38,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":51,"s":[100]},{"t":53,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":36,"s":[164.273,105.588,0],"to":[3.95833325386047,-3.45833325386047,0],"ti":[-3.95833325386047,3.45833325386047,0]},{"t":55,"s":[188.023,84.838,0]}]},"a":{"k":[128.851,30.462,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":36,"s":[16,16,100]},{"t":42,"s":[100,100,100]}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-1.557,-1.116],[-2.131,1.778],[1.825,2.262],[2.365,-1.849],[-1.275,-2.372],[0.915,1.704],[-0.903,0.981],[-1.044,-1.091],[2.478,1.776]],"o":[[2.369,1.698],[2.5,-2.085],[-2.009,-2.491],[-2.21,1.728],[0.916,1.705],[-0.658,-1.223],[1.173,-1.275],[2.527,2.642],[-1.576,-1.13]],"v":[[-3.629,4.66],[3.952,4.005],[4.052,-3.867],[-3.785,-4.505],[-5.177,2.974],[-2.586,1.46],[-1.932,-2.135],[1.931,-1.746],[-2.116,2.07]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[204,69,51,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[129.001,31.3]}}],"nm":"Group 6"}],"bounds":{"l":123,"t":25,"b":37,"r":135},"ip":36,"op":6320,"st":20},{"ddd":0,"ind":12,"ty":0,"nm":"B2_red","refId":"comp_55","ks":{"p":{"k":[125,137.5,0]},"a":{"k":[125,137.5,0]}},"w":250,"h":275,"ip":9,"op":63,"st":9},{"ddd":0,"ind":13,"ty":0,"nm":"B1_yellow","refId":"comp_56","ks":{"p":{"k":[125,137.5,0]},"a":{"k":[125,137.5,0]}},"w":250,"h":275,"ip":9,"op":52,"st":9}]},{"id":"comp_52","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 1","ks":{"p":{"k":[125,137.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":1,"s":[{"i":[[0,0],[0,-39],[-1.736,-13.904],[0,0],[1,40],[0.816,16.41]],"o":[[0,0],[0,24.876],[1.461,0.915],[0,0],[-0.217,-8.687],[-0.948,-14.066]],"v":[[-50.5,-49],[-51.5,25],[-50.461,101.585],[-45,100.75],[-49.25,26.75],[-46.578,-23.525]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":2,"s":[{"i":[[0,0],[0,-39],[-2.013,-13.914],[0,0],[-0.25,48.25],[1.394,16.184]],"o":[[0,0],[0,23.955],[1.122,3.104],[0,0],[0.588,-30.586],[-1.558,-14.417]],"v":[[-46,-48.875],[-46.75,23.25],[-45.721,99.703],[-36,95.375],[-41.875,27.875],[-35.594,-24.084]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":3,"s":[{"i":[[0,0],[0,-39],[-2.29,-13.924],[0,0],[-1.5,56.5],[1.973,15.959]],"o":[[0,0],[0,23.034],[0.783,5.294],[0,0],[1.393,-52.484],[-0.39,-5.857]],"v":[[-34.5,-48.5],[-42,21.5],[-40.982,97.822],[-27,90],[-34.5,29],[-23.11,-43.643]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":4,"s":[{"i":[[0,0],[0,-39],[-1.703,1.281],[0,0],[8,30],[2.674,21.378]],"o":[[0,0],[0,19.351],[13.023,-9.794],[0,0],[-15.257,-57.212],[-2.122,-16.961]],"v":[[-33,-49.5],[-35,20.5],[-28.023,101.294],[-9.5,94],[-15,31.5],[-5.674,-36.878]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":7,"s":[{"i":[[0,0],[-1.147,-38.983],[0.023,-0.294],[0,0],[-8.25,19.5],[11.674,8.378]],"o":[[0,0],[1,34],[4.023,-14.794],[0,0],[15.156,-35.823],[-9.302,-6.676]],"v":[[0,-48.5],[-11,25.5],[0.977,101.294],[20.5,91.5],[11,26.5],[20.326,-45.878]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":8,"s":[{"i":[[0,0],[-1.147,-38.983],[0.023,-0.294],[0,0],[14.75,32.375],[11.174,9.628]],"o":[[0,0],[1,34],[9.523,-14.794],[0,0],[-14.75,-33.125],[-7.326,-2.372]],"v":[[15.625,-47.5],[5.25,27.375],[16.102,99.044],[34.75,97.25],[25.25,26.625],[28.326,-45.128]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":9,"s":[{"i":[[0,0],[-4,-62.25],[0.023,-0.294],[0,0],[12,34.25],[9.174,3.378]],"o":[[0,0],[2.181,33.945],[3.773,-9.294],[0,0],[-10,-31.75],[-2.826,-3.622]],"v":[[29.25,-47],[16.5,29.25],[31.227,96.794],[45,95.5],[37.5,19.75],[36.326,-44.378]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":10,"s":[{"i":[[0,0],[-1.147,-38.983],[0.023,-0.294],[0,0],[-4.917,18.122],[4.924,0.128]],"o":[[0,0],[1,34],[11.648,-8.294],[0,0],[6.75,-24.875],[-5.076,-1.872]],"v":[[29.375,-44.25],[27.75,21.625],[29.852,92.294],[49.25,91.25],[42.25,15.375],[44.076,-40.128]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":11,"s":[{"i":[[0,0],[-3.5,-58],[0.023,-0.294],[0,0],[19.5,41.5],[2.392,4.026]],"o":[[0,0],[2.049,33.953],[3.523,-23.794],[0,0],[-9.628,-20.489],[-4.826,-8.122]],"v":[[41,-48],[39,14],[42.477,95.794],[59.5,90.5],[47,11],[53.326,-40.378]]}]},{"t":13,"s":[{"i":[[0,0],[-7.5,-41],[0.023,-0.294],[0,0],[20,33],[5.278,-7.071]],"o":[[0,0],[22.5,48],[5.523,-7.544],[0,0],[-12.078,-18.926],[-0.076,-0.122]],"v":[[54.5,-44],[46,11.5],[58.977,93.044],[60.25,92],[47.25,11.75],[54.576,-44.378]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[210,175,26,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr"}],"nm":"Shape 1"}],"bounds":{"l":-52,"t":-50,"b":102,"r":62},"ip":1,"op":13,"st":0},{"ddd":0,"ind":1,"ty":4,"nm":"B_yellowComienzo","ks":{"p":{"k":[744.41,161.975,0]},"a":{"k":[675.727,77.648,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[{"i":[[0,0],[0,0],[-4.79,2.358],[0,6.935],[5.072,2.217],[11.149,0],[0,0]],"o":[[0,0],[9.574,0],[4.787,-2.358],[0,-6.93],[-5.075,-2.214],[0,0],[0,0]],"v":[[-26.372,46.632],[-3.431,46.632],[18.116,43.094],[25.298,29.158],[17.688,15.437],[-6.647,12.113],[-26.372,12.113]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":2,"s":[{"i":[[0,0],[0,0],[-4.79,2.358],[0,6.935],[5.072,2.217],[11.149,0],[0,0]],"o":[[0,0],[9.574,0],[4.787,-2.358],[0,-6.93],[-5.075,-2.214],[0,0],[0,0]],"v":[[-18.086,46.632],[-3.931,40.632],[18.116,43.094],[25.298,29.158],[17.688,15.437],[-4.861,5.255],[-19.229,11.255]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":7,"s":[{"i":[[0,0],[0,0],[-4.79,2.358],[0,6.935],[6.062,5.624],[11.149,0],[0,0]],"o":[[0,0],[9.574,0],[4.787,-2.358],[0,-6.93],[-4.059,-3.766],[0,0],[0,0]],"v":[[2.629,46.632],[-3.431,46.632],[18.116,43.094],[25.298,29.158],[16.187,19.437],[1.353,9.113],[-1.372,9.113]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":9,"s":[{"i":[[0,0],[0,0],[-4.79,2.358],[0,6.935],[5.072,2.217],[11.149,0],[0,0]],"o":[[0,0],[9.574,0],[4.787,-2.358],[0,-6.93],[-5.075,-2.214],[0,0],[0,0]],"v":[[24.129,44.632],[26.069,44.632],[26.116,43.594],[33.298,29.658],[25.687,15.937],[18.353,7.613],[15.629,7.613]]}]},{"t":11,"s":[{"i":[[0,0],[0,0],[-1.793,2.359],[0,6.935],[1.901,2.215],[4.174,0],[0,0]],"o":[[0,0],[3.584,0],[1.792,-2.358],[0,-6.93],[-1.9,-2.214],[0,0],[0,0]],"v":[[39.537,46.632],[37.268,46.632],[41.966,45.094],[44.654,31.158],[41.805,17.437],[39.059,9.113],[38.039,9.113]]}]}]},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[{"i":[[0,0],[0,0],[-4.502,2.004],[0,6.646],[4.144,2.144],[9.862,0],[0,0]],"o":[[0,0],[9.289,0],[4.503,-2],[0,-6.647],[-4.147,-2.144],[0,0],[0,0]],"v":[[-26.372,-14.258],[-10.506,-14.258],[10.184,-17.26],[16.938,-30.23],[10.719,-43.417],[-10.292,-46.633],[-26.372,-46.633]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":2,"s":[{"i":[[0,0],[0,0],[-4.502,2.004],[0,6.646],[4.144,2.144],[10.683,0.264],[0,0]],"o":[[0,0],[9.289,0],[4.503,-2],[0,-6.647],[-4.147,-2.144],[-4.35,-0.108],[0,0]],"v":[[-19.229,-15.116],[-6.934,-21.473],[10.184,-17.26],[16.938,-30.23],[10.719,-43.417],[-7.934,-50.204],[-19.229,-47.49]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":7,"s":[{"i":[[0,0],[0,0],[-4.502,2.004],[0,6.646],[4.144,2.144],[0.541,0.193],[0,0]],"o":[[0,0],[9.289,0],[4.503,-2],[0,-6.647],[-4.147,-2.144],[0,0],[0,0]],"v":[[-1.372,-17.258],[-1.506,-16.758],[10.184,-17.26],[16.938,-30.23],[10.719,-43.417],[-0.292,-48.633],[-1.372,-49.633]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":9,"s":[{"i":[[0,0],[0,0],[-4.502,2.004],[0,6.646],[4.144,2.144],[0.541,0.193],[0,0]],"o":[[0,0],[9.289,0],[4.503,-2],[0,-6.647],[-4.147,-2.144],[0,0],[0,0]],"v":[[25.129,-20.258],[24.995,-19.758],[18.184,-16.76],[34.438,-31.23],[28.219,-44.417],[26.208,-51.633],[25.129,-52.633]]}]},{"t":11,"s":[{"i":[[0,0],[0,0],[-1.688,2.002],[0,6.646],[1.552,2.143],[0.202,0.193],[0,0]],"o":[[0,0],[3.478,0],[1.686,-2],[0,-6.647],[-1.553,-2.144],[0,0],[0,0]],"v":[[38.039,-17.258],[37.989,-16.758],[38.996,-15.26],[41.524,-28.23],[39.196,-41.417],[38.444,-48.633],[38.039,-49.633]]}]}]},"nm":"Path 2"},{"ind":2,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[{"i":[[20.582,0],[0,0],[0,0],[0,0],[-7.363,-2.429],[-3.718,-4.143],[0,-9.719],[7.575,-5.715],[0.999,-0.499],[2.573,-1.143],[-5.505,-6.359],[0,-9.434],[7.145,-8.004]],"o":[[0,0],[0,0],[0,0],[10.147,0],[7.36,2.432],[6.717,7.719],[0,11.721],[-2.573,2.004],[-1.001,0.503],[9.29,2.003],[5.5,6.362],[0,10.436],[-8.291,9.292]],"v":[[5.788,74.933],[-59.818,74.933],[-59.818,-74.933],[-1.501,-74.933],[24.762,-71.288],[41.379,-61.426],[51.456,-35.269],[40.092,-9.113],[34.732,-5.361],[29.372,-2.895],[51.564,9.647],[59.818,33.339],[49.098,60.997]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":2,"s":[{"i":[[22.461,5.128],[0,0],[0,0],[-12.907,0.012],[-11.013,-3.151],[-3.718,-4.143],[0,-9.719],[7.575,-5.715],[0.999,-0.499],[2.573,-1.143],[-7.016,-4.639],[-3.14,-8.896],[6.152,-10.436]],"o":[[-14.976,-3.419],[0,0],[0,0],[7.75,-0.007],[7.452,2.132],[6.717,7.719],[0,11.721],[-2.573,2.004],[-1.001,0.503],[9.29,2.003],[8.186,5.413],[3.432,9.722],[-6.324,10.728]],"v":[[5.288,69.433],[-48.818,74.933],[-48.818,-74.933],[-1.501,-72.933],[24.762,-71.288],[41.379,-63.426],[51.456,-37.268],[40.092,-9.113],[34.732,-5.361],[29.372,-2.895],[51.564,9.647],[59.818,33.339],[49.098,60.997]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":4,"s":[{"i":[[21.461,-4.372],[0,0],[0,0],[0,0],[-7.246,-2.757],[-3.718,-4.143],[0,-9.719],[7.575,-5.715],[0.999,-0.499],[2.573,-1.143],[-5.505,-6.359],[0,-9.434],[7.145,-8.004]],"o":[[0,0],[0,0],[0,0],[10.147,0],[7.487,2.849],[7.871,4.487],[0,11.721],[-2.573,2.004],[-1.001,0.503],[9.29,2.003],[5.5,6.362],[0,10.436],[-8.291,9.292]],"v":[[5.288,71.932],[-28.818,75.932],[-28.818,-73.933],[-1.501,-74.933],[24.762,-71.288],[41.379,-61.426],[49.456,-35.268],[40.092,-9.113],[34.732,-5.361],[29.372,-2.895],[51.564,9.647],[61.318,34.339],[48.098,58.996]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":7,"s":[{"i":[[19.961,8.628],[0,0],[0,0],[0,0],[-7.363,-2.429],[-5.371,-5.987],[-0.294,-6.329],[7.575,-5.715],[0.999,-0.499],[2.573,-1.143],[-5.505,-6.359],[-0.932,-6.722],[4.348,-5.064]],"o":[[-5.021,-2.17],[0,0],[0,0],[12.25,2.993],[7.36,2.432],[5.371,5.987],[0.294,6.329],[-2.573,2.004],[-1.001,0.503],[9.29,2.003],[5.5,6.362],[0.932,6.722],[-4.348,5.064]],"v":[[7.788,68.433],[-2.817,74.433],[-2.318,-68.933],[-0.001,-66.933],[24.762,-71.288],[41.378,-61.426],[51.456,-35.268],[40.092,-9.113],[34.732,-5.361],[29.372,-2.895],[51.564,9.648],[58.318,33.839],[47.598,63.997]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":8,"s":[{"i":[[15.824,4.471],[0,0],[0,0],[0,0],[-6.211,-2.43],[-4.544,-5.065],[-0.147,-8.024],[7.575,-5.715],[0.902,-0.829],[2.171,-1.143],[-5.505,-6.359],[0.282,-8.377],[5.747,-6.534]],"o":[[-2.511,-1.085],[0,0],[0,0],[6.726,0.743],[6.209,2.432],[6.044,6.853],[0.147,9.025],[-2.573,2.004],[-0.724,0.665],[7.837,2.003],[5.5,6.362],[-0.318,9.472],[-6.32,7.178]],"v":[[16.851,70.058],[11.683,73.558],[11.074,-71.558],[13.029,-69.558],[28.937,-68.288],[41.379,-61.426],[52.206,-35.768],[40.092,-9.113],[36.347,-5.736],[32.826,-2.52],[51.564,9.648],[59.068,33.589],[48.348,62.497]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":9,"s":[{"i":[[11.688,0.314],[0,0],[0,0],[0,0],[-4.861,-3.651],[-3.718,-4.143],[0,-9.719],[7.575,-5.715],[0.287,-0.454],[-0.029,-0.295],[-5.505,-6.359],[-0.604,-10.113],[7.145,-8.004]],"o":[[0,0],[0,0],[0,0],[1.202,-1.507],[1.475,1.108],[6.717,7.719],[0,11.721],[-3.718,2.923],[0.037,0.046],[6.384,2.003],[5.5,6.362],[0.432,7.222],[-8.291,9.292]],"v":[[25.913,71.683],[26.184,72.683],[24.466,-74.183],[26.058,-72.183],[33.111,-69.288],[41.379,-61.426],[52.956,-36.268],[40.092,-9.113],[35.962,-2.861],[36.279,-2.145],[51.564,9.647],[59.818,33.339],[49.098,60.997]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":10,"s":[{"i":[[10.024,2.503],[0,0],[0,0],[0,0],[-3.907,-2.431],[-3.718,-4.143],[0,-9.719],[7.575,-5.715],[0.53,-0.499],[1.366,-1.143],[-5.505,-6.359],[-2.034,-9.356],[7.145,-8.004]],"o":[[0,0],[0,0],[0,0],[0.929,-1.507],[3.907,2.432],[6.717,7.719],[0,11.721],[-2.573,2.004],[-0.531,0.503],[4.931,2.003],[5.5,6.362],[2.095,9.997],[-8.291,9.292]],"v":[[26.225,66.558],[26.434,67.558],[25.607,-68.808],[26.837,-66.808],[37.285,-62.288],[41.379,-61.426],[52.206,-35.768],[40.092,-9.113],[32.702,-3.986],[39.732,-1.77],[51.564,9.647],[59.818,33.339],[49.098,60.997]]}]},{"t":11,"s":[{"i":[[2.793,0.628],[0,0],[0,0],[0,0],[-2.755,-2.431],[-3.718,-4.143],[0,-9.719],[7.575,-5.715],[0.374,-0.499],[0.963,-1.143],[-5.505,-6.359],[0,-9.434],[7.145,-8.004]],"o":[[0,0],[0,0],[0,0],[0.655,-1.507],[2.755,2.432],[6.717,7.719],[0,11.721],[-2.573,2.004],[-0.375,0.503],[3.478,2.003],[5.5,6.362],[0,10.436],[-8.291,9.292]],"v":[[37.538,72.433],[37.685,73.433],[36.749,-73.433],[37.617,-71.433],[41.459,-59.288],[41.379,-61.426],[51.456,-35.268],[40.092,-9.113],[43.191,-1.861],[43.185,-1.395],[51.564,9.647],[59.818,33.339],[49.098,60.997]]}]}]},"nm":"Path 3"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[60.067,78.614]}}],"nm":"Group 1"}],"bounds":{"l":0,"t":3,"b":155,"r":122},"ip":0,"op":12,"st":0}]},{"id":"comp_53","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"miscelanea11","ks":{"p":{"k":[163.023,70.838,0]},"a":{"k":[103.851,16.462,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0.848,1.73],[-2.429,1.948],[-0.819,0.585],[-0.447,1.273],[0.483,1.703],[-1.376,3.219],[-1.537,0.734],[1.736,-0.83],[1.266,-2.963],[3.623,-1.176],[0.707,-2.576],[-1.225,-2.5]],"o":[[-1.62,-2.142],[0.93,-0.234],[1.03,-0.735],[0.586,-1.671],[-0.6,-2.116],[0.701,-1.64],[1.745,-0.834],[-2.829,1.353],[-1.115,2.607],[-2.002,0.649],[-0.756,2.751],[0.851,1.737]],"v":[[-3.69,11.511],[-2.476,5.376],[0.558,4.545],[3.05,1.861],[3.187,-2.679],[1.839,-7.976],[6.574,-11.341],[5.06,-13.932],[-1.278,-8.257],[-1.903,2.227],[-7.562,5.498],[-6.281,13.025]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[91,89,130,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[103.805,15.012]}}],"nm":"Group 10"}],"bounds":{"l":95,"t":0,"b":29,"r":112},"ip":46,"op":6332,"st":32}]},{"id":"comp_54","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"sombraRed 2","ks":{"p":{"k":[69.023,162.838,0]},"a":{"k":[6.851,109.462,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":14,"s":[{"i":[[-0.609,-10.588],[6.732,-46.911],[-1.622,32.611],[0.01,0.659]],"o":[[0.666,11.583],[3.732,-7.411],[0.764,-15.371],[-2.006,0.928]],"v":[[-75.89,-30.068],[-75.956,20.426],[-60.988,-31.614],[-68.967,-62.913]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":16,"s":[{"i":[[-5.334,-9.167],[21.982,-38.911],[-15.236,28.879],[0.01,0.659]],"o":[[7.423,12.759],[11.232,0.089],[14.957,-28.351],[-27.006,3.428]],"v":[[-69.64,-37.318],[-75.956,19.176],[-48.488,-17.364],[-47.967,-57.163]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":18,"s":[{"i":[[13.898,-29.258],[23.732,-10.411],[-15.236,28.879],[0.01,0.659]],"o":[[-6.334,13.333],[16.482,-0.161],[14.957,-28.351],[-2.506,23.428]],"v":[[-59.14,-18.818],[-62.956,19.926],[-8.488,0.386],[-16.717,-52.913]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":20,"s":[{"i":[[12.417,-9.167],[11.483,-4.661],[-15.702,18.195],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[13.265,-15.371],[0.744,11.678]],"v":[[-35.39,-11.068],[-53.956,19.426],[-5.738,10.136],[3.283,-26.163]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":22,"s":[{"i":[[12.417,-9.167],[11.483,-4.661],[-9.485,14.629],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[9.147,-14.108],[-0.506,16.428]],"v":[[-5.39,-5.068],[-32.706,17.176],[9.762,12.386],[13.783,-26.663]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":24,"s":[{"i":[[12.417,-9.167],[11.483,-4.661],[-9.485,14.629],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[9.147,-14.108],[-0.506,16.428]],"v":[[-6.64,-5.068],[-21.456,14.926],[10.262,13.136],[16.533,-21.163]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":26,"s":[{"i":[[5.222,-6.272],[9.61,1.599],[-14.735,15.879],[0.01,0.659]],"o":[[-5.89,7.073],[-0.357,1.13],[11.437,-12.325],[-4.104,7.346]],"v":[[7.61,2.182],[-20.956,14.926],[12.762,12.386],[20.783,-19.663]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":27,"s":[{"i":[[5.219,-6.275],[14.915,5.331],[-13.853,12.7],[0.01,0.659]],"o":[[-5.886,7.077],[0.056,0.721],[9.26,-8.489],[-4.742,9.065]],"v":[[6.49,6.8],[-25.824,16.314],[11.267,13.754],[21.769,-15.55]]}]},{"t":28,"s":[{"i":[[5.215,-6.278],[20.219,9.063],[-12.244,18.143],[0.011,0.659]],"o":[[-5.882,7.08],[0.469,0.313],[9.406,-13.937],[1.76,13.676]],"v":[[11.37,9.418],[-24.693,15.702],[11.771,9.122],[17.755,-20.937]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[210,175,26,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[82.052,165.109]}}],"nm":"Group 12"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":14,"s":[{"i":[[-0.264,-5.336],[0.555,-15.505],[-2.639,-8.138],[2.695,12.744],[4.067,-0.057]],"o":[[0.175,3.521],[-0.432,12.092],[2.611,-1.888],[-0.333,-1.577],[-1.683,-1.557]],"v":[[-81.496,-11.618],[-82.139,18.061],[-75.682,41.041],[-73.488,-15.77],[-81.888,-25.04]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":16,"s":[{"i":[[-8.575,-11.229],[0.818,-7.408],[-9.389,-24.888],[2.695,12.744],[18.067,2.443]],"o":[[7.595,9.944],[-1.861,16.862],[2.611,-1.888],[-0.333,-1.577],[-13.183,0.193]],"v":[[-75.996,-12.368],[-80.139,16.561],[-51.682,35.291],[-49.488,1.98],[-65.138,-25.29]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":18,"s":[{"i":[[4.425,-5.979],[-1.695,-4.426],[-39.139,-22.888],[3.917,12.423],[18.067,2.443]],"o":[[-7.444,10.058],[6.068,15.842],[0.611,-6.138],[-3.511,-11.135],[-13.183,0.193]],"v":[[-77.246,-17.868],[-80.139,16.561],[-24.432,38.791],[-23.738,-7.52],[-49.888,-27.29]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":20,"s":[{"i":[[4.425,-5.979],[-2.682,-3.908],[-15.389,-19.388],[2.111,8.439],[13.567,1.943]],"o":[[-7.444,10.058],[7.339,10.693],[0.611,-6.138],[-2.833,-11.327],[-4.683,1.193]],"v":[[-64.996,-18.368],[-66.139,5.311],[-16.932,25.041],[-14.238,-4.02],[-40.388,-28.54]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":22,"s":[{"i":[[4.425,-5.979],[-5.706,-2.579],[-4.639,-12.138],[2.111,8.439],[13.567,1.943]],"o":[[-7.444,10.058],[11.818,5.342],[0.611,-6.138],[-2.833,-11.327],[-4.683,1.193]],"v":[[-39.996,-15.868],[-34.389,3.811],[-0.932,29.541],[0.262,-3.52],[-25.888,-28.04]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":24,"s":[{"i":[[1.732,-4.409],[-1.377,-2.052],[0.54,-13.855],[0.667,8.673],[11.493,0.324]],"o":[[-4.575,11.646],[7.193,10.717],[3.111,-5.388],[-0.945,-12.292],[-4.683,1.193]],"v":[[-18.746,-20.618],[-14.139,-0.939],[-0.432,28.291],[3.012,-2.27],[-8.638,-29.79]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":26,"s":[{"i":[[-0.965,-0.629],[-1.814,-6.586],[0.54,-13.855],[-0.079,15.386],[11.493,0.324]],"o":[[5.804,3.783],[3.724,13.522],[1.835,-5.644],[0.126,-24.769],[1.041,0.415]],"v":[[-5.621,-28.243],[5.486,-11.814],[7.568,29.791],[11.512,2.23],[-8.638,-29.79]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":27,"s":[{"i":[[-1.03,-0.494],[-1.814,-6.586],[2.611,-12.263],[0.198,15.385],[11.493,0.324]],"o":[[6.927,3.215],[3.724,13.522],[1.835,-5.644],[-0.333,-25.952],[1.041,0.415]],"v":[[-5.871,-27.243],[7.486,-10.814],[9.068,29.666],[13.012,4.855],[-7.388,-27.665]]}]},{"t":28,"s":[{"i":[[-1.094,-0.36],[-2.051,-6.516],[3.611,-13.138],[-0.078,15.386],[11.493,0.324]],"o":[[8.05,2.646],[2.193,6.967],[1.835,-5.644],[0.126,-24.769],[1.041,0.415]],"v":[[0.379,-24.744],[12.736,-8.565],[11.568,33.541],[15.512,5.98],[-4.388,-25.791]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[210,175,26,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[89.15,59.721]}}],"nm":"Group 13"}],"bounds":{"l":6,"t":29,"b":188,"r":105},"ip":14,"op":28,"st":14},{"ddd":0,"ind":1,"ty":4,"nm":"B_yellow3","ks":{"p":{"k":[744.41,161.975,0]},"a":{"k":[675.727,77.648,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[-4.79,2.358],[0,6.935],[5.072,2.217],[11.149,0],[0,0]],"o":[[0,0],[9.574,0],[4.787,-2.358],[0,-6.93],[-5.075,-2.214],[0,0],[0,0]],"v":[[-26.372,46.632],[-3.431,46.632],[18.116,43.094],[25.298,29.158],[17.688,15.437],[-6.647,12.113],[-26.372,12.113]]}},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[-4.502,2.004],[0,6.646],[4.144,2.144],[9.862,0],[0,0]],"o":[[0,0],[9.289,0],[4.503,-2],[0,-6.647],[-4.147,-2.144],[0,0],[0,0]],"v":[[-26.372,-14.258],[-10.506,-14.258],[10.184,-17.26],[16.938,-30.23],[10.719,-43.417],[-10.292,-46.633],[-26.372,-46.633]]}},"nm":"Path 2"},{"ind":2,"ty":"sh","closed":true,"ks":{"k":{"i":[[20.582,0],[0,0],[0,0],[0,0],[-7.363,-2.429],[-3.718,-4.143],[0,-9.719],[7.575,-5.715],[0.999,-0.499],[2.573,-1.143],[-5.505,-6.359],[0,-9.434],[7.145,-8.004]],"o":[[0,0],[0,0],[0,0],[10.147,0],[7.36,2.432],[6.717,7.719],[0,11.721],[-2.573,2.004],[-1.001,0.503],[9.29,2.003],[5.5,6.362],[0,10.436],[-8.291,9.292]],"v":[[5.788,74.933],[-59.818,74.933],[-59.818,-74.933],[-1.501,-74.933],[24.762,-71.288],[41.379,-61.426],[51.456,-35.269],[40.092,-9.113],[34.732,-5.361],[29.372,-2.895],[51.564,9.647],[59.818,33.339],[49.098,60.997]]}},"nm":"Path 3"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[60.067,78.614]}}],"nm":"Group 1"}],"bounds":{"l":0,"t":3,"b":154,"r":120},"ip":49,"op":6330,"st":-29},{"ddd":0,"ind":2,"ty":4,"nm":"B_yellow2","ks":{"p":{"k":[127.023,160.838,0]},"a":{"k":[67.851,106.462,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":14,"s":[{"i":[[0,0],[-0.433,1.731],[0.142,3.939],[1.004,1.232],[0,0]],"o":[[0.553,0.038],[0.653,-2.61],[-0.159,-4.417],[-0.591,-0.726],[0,0]],"v":[[-39.329,46.697],[-38.401,46.697],[-37.54,33.902],[-39.088,21.003],[-39.944,21.679]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":16,"s":[{"i":[[0,0],[-1.408,1.731],[0.462,3.939],[3.262,1.232],[0,0]],"o":[[1.796,0.038],[2.123,-2.61],[-0.518,-4.417],[-1.922,-0.726],[0,0]],"v":[[-26.444,38.947],[-23.428,38.947],[-20.63,26.152],[-25.66,13.253],[-28.444,13.929]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":18,"s":[{"i":[[0,0],[-1.408,1.731],[0.462,3.939],[3.262,1.232],[0,0]],"o":[[1.796,0.038],[2.123,-2.61],[-0.518,-4.417],[-1.922,-0.726],[0,0]],"v":[[-13.694,45.197],[-2.428,39.947],[0.37,27.152],[-4.66,14.253],[-13.444,11.179]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":20,"s":[{"i":[[0,0],[-5.47,5.788],[-1.088,13.248],[12.142,-3.71],[0,0]],"o":[[0,0],[7.271,-7.694],[0.732,-8.917],[-6.488,1.982],[0,0]],"v":[[-14.194,49.197],[0.572,43.697],[16.62,27.152],[2.09,19.503],[-13.944,15.179]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":22,"s":[{"i":[[0,0],[-8.351,-6.505],[-1.088,13.248],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0.732,-8.917],[-12.639,5.221],[0,0]],"v":[[-10.444,46.947],[10.322,44.447],[28.12,27.152],[9.34,19.753],[-10.444,12.429]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":24,"s":[{"i":[[0,0],[-8.351,-6.505],[0,13.293],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0,-14.365],[-12.639,5.221],[0,0]],"v":[[-7.194,46.947],[17.322,45.447],[36.12,29.652],[12.84,17.753],[-7.194,12.429]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"t":26,"s":[{"i":[[0,0],[-8.351,-6.505],[0,13.293],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0,-14.365],[-12.639,5.221],[0,0]],"v":[[-7.194,46.947],[20.822,46.947],[43.12,29.152],[17.84,15.753],[-7.194,12.429]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":32,"s":[{"i":[[0,0],[-8.652,5.496],[0,13.293],[11.512,-5.518],[0,0]],"o":[[0,0],[9.78,-6.212],[0,-14.365],[-12.332,5.911],[0,0]],"v":[[-3.444,46.447],[27.572,43.947],[50.87,29.652],[18.34,11.753],[-2.944,10.929]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":36,"s":[{"i":[[0,0],[-10.084,-1.841],[0,13.293],[13.762,3.482],[0,0]],"o":[[0,0],[12.53,2.288],[0,-14.365],[-13.257,-3.354],[0,0]],"v":[[-11.194,46.448],[21.822,43.947],[50.37,27.152],[12.59,11.753],[-10.694,10.93]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":39,"s":[{"i":[[0,0],[-10.084,-1.841],[0,13.293],[13.762,3.482],[0,0]],"o":[[0,0],[12.53,2.288],[0,-14.365],[-13.257,-3.354],[0,0]],"v":[[-12.194,46.448],[16.322,44.447],[40.87,29.152],[7.09,12.253],[-11.694,10.93]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":42,"s":[{"i":[[0,0],[-9.716,3.266],[0,13.293],[15.762,-2.018],[0,0]],"o":[[0,0],[12.53,-4.212],[0,-14.365],[-13.564,1.737],[0,0]],"v":[[-12.194,46.448],[11.822,42.947],[35.87,27.652],[7.59,10.753],[-11.694,10.93]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":44,"s":[{"i":[[0,0],[-10.034,4.574],[0,13.293],[15.262,-4.518],[0,0]],"o":[[0,0],[12.53,-5.712],[0,-14.365],[-13.112,3.882],[0,0]],"v":[[-11.694,40.948],[13.322,39.447],[36.37,19.652],[7.59,10.753],[-11.194,9.93]]}]},{"t":49,"s":[{"i":[[0,0],[-10.249,0.161],[0,13.293],[11.262,0.482],[0,0]],"o":[[0,0],[13.53,-0.212],[0,-14.365],[-13.662,-0.585],[0,0]],"v":[[-10.194,45.948],[15.822,46.447],[41.37,29.652],[14.59,11.753],[-9.694,12.43]]}]}]},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":14,"s":[{"i":[[0,0],[-0.692,2.11],[0.058,5.864],[0.866,1.732],[0,0]],"o":[[0,0],[0.591,-1.802],[-0.081,-8.134],[-0.969,-1.939],[0,0]],"v":[[-42.194,-29.872],[-39.601,-35.625],[-38.957,-48.631],[-39.903,-61.247],[-41.776,-62.247]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":16,"s":[{"i":[[0,0],[-1.653,2.11],[0.139,5.864],[2.069,1.732],[0,0]],"o":[[0,0],[1.412,-1.802],[-0.193,-8.134],[-2.316,-1.939],[0,0]],"v":[[-31.944,-18.622],[-25.746,-24.375],[-24.206,-37.381],[-26.467,-49.997],[-30.944,-50.997]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":18,"s":[{"i":[[0,0],[-1.653,2.11],[0.139,5.864],[2.069,1.732],[0,0]],"o":[[0,0],[1.412,-1.802],[-0.193,-8.134],[-2.316,-1.939],[0,0]],"v":[[-15.694,-15.872],[-5.996,-21.125],[-1.456,-33.631],[-6.717,-46.747],[-15.194,-48.247]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":20,"s":[{"i":[[0,0],[-2.844,6.53],[-1.693,5.616],[10.069,-5.018],[0,0]],"o":[[0,0],[2.347,-5.39],[2.054,-6.814],[-8.016,3.995],[0,0]],"v":[[-15.194,-15.372],[0.254,-21.125],[9.294,-29.631],[0.033,-44.247],[-14.194,-47.747]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":22,"s":[{"i":[[0,0],[-3.065,11.673],[-4.193,2.116],[7.045,-7.388],[0,0]],"o":[[0,0],[2.597,-9.89],[11.293,-5.7],[-6.181,6.482],[0,0]],"v":[[-10.444,-15.872],[10.754,-18.875],[22.044,-30.381],[8.033,-46.747],[-10.444,-48.247]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":24,"s":[{"i":[[0,0],[-3.065,11.673],[1.307,10.616],[6.319,-8.018],[0,0]],"o":[[0,0],[2.597,-9.89],[-1.546,-12.555],[-7.387,9.373],[0,0]],"v":[[-7.194,-15.872],[16.254,-18.875],[29.544,-32.381],[13.533,-48.247],[-7.194,-48.247]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"t":26,"s":[{"i":[[0,0],[-7.132,9.736],[0,12.221],[10.692,-5.3],[0,0]],"o":[[0,0],[5.418,-7.395],[0,-12.65],[-10.693,5.3],[0,0]],"v":[[-7.194,-15.872],[16.254,-18.875],[36.044,-32.381],[13.533,-48.247],[-7.194,-48.247]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":32,"s":[{"i":[[0,0],[-9.374,7.601],[0.557,12.616],[18.319,-6.518],[0,0]],"o":[[0,0],[10.347,-8.39],[-0.657,-14.87],[-11.244,4.001],[0,0]],"v":[[-3.319,-16.372],[21.004,-15.375],[46.795,-31.881],[18.033,-47.247],[-3.319,-48.265]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":36,"s":[{"i":[[0,0],[-11.376,-4.031],[0.557,12.616],[17.569,5.482],[0,0]],"o":[[0,0],[11.597,4.11],[-0.657,-14.87],[-11.393,-3.555],[0,0]],"v":[[-11.069,-16.371],[15.255,-15.375],[46.795,-34.381],[12.283,-47.247],[-11.069,-48.264]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":39,"s":[{"i":[[0,0],[-11.376,-4.031],[0.557,12.616],[17.569,5.482],[0,0]],"o":[[0,0],[11.597,4.11],[-0.657,-14.87],[-11.393,-3.555],[0,0]],"v":[[-12.069,-16.371],[9.755,-14.875],[34.795,-33.881],[6.783,-46.747],[-12.069,-48.264]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":42,"s":[{"i":[[0,0],[-11.738,2.805],[0.557,12.616],[15.069,-0.518],[0,0]],"o":[[0,0],[12.097,-2.89],[-0.657,-14.87],[-11.927,0.41],[0,0]],"v":[[-12.069,-16.371],[6.755,-16.375],[31.795,-35.381],[4.783,-47.247],[-12.069,-48.264]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":44,"s":[{"i":[[0,0],[-11.738,2.805],[0.557,12.616],[15.069,-0.518],[0,0]],"o":[[0,0],[12.097,-2.89],[-0.657,-14.87],[-11.927,0.41],[0,0]],"v":[[-13.569,-20.371],[6.755,-16.375],[29.795,-39.881],[4.783,-47.247],[-12.069,-48.264]]}]},{"t":49,"s":[{"i":[[0,0],[-12.068,-0.119],[0.557,12.616],[10.069,0.482],[0,0]],"o":[[0,0],[11.097,0.11],[-0.657,-14.87],[-5.029,-0.241],[0,0]],"v":[[-9.819,-15.121],[11.755,-14.875],[33.795,-31.381],[9.283,-47.747],[-8.569,-47.764]]}]}]},"nm":"Path 2"},{"ind":2,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":14,"s":[{"i":[[-1.81,1.749],[-0.86,-0.217],[-1.22,-9.917],[-2.482,-13.756],[0,0],[1.583,-5.417],[7.316,-11.263],[0.492,0.237]],"o":[[0.242,0.033],[7.39,-1.467],[0.667,5.423],[0,0],[3.268,16.065],[-2.041,6.984],[0.316,-0.513],[-0.698,-2.846]],"v":[[-43.64,-75.798],[-43.038,-75.798],[-32.816,-52.188],[-36.417,-6.759],[-36.417,-6.33],[-28.981,34.402],[-43.715,75.248],[-43.64,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":16,"s":[{"i":[[-1.81,1.749],[-2.36,0.033],[-3.6,-9.32],[-2.482,-13.756],[0,0],[2.423,-6.614],[8.066,-0.763],[0.492,0.237]],"o":[[0.242,0.033],[7.779,-0.109],[14.167,36.673],[0,0],[3.268,16.065],[-6.167,16.833],[-1.943,0.184],[-0.698,-2.846]],"v":[[-43.64,-76.548],[-36.288,-76.048],[-16.816,-54.188],[-14.667,-0.009],[-14.667,0.42],[-15.732,34.902],[-40.715,74.998],[-43.64,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":18,"s":[{"i":[[-2.26,1.108],[-12.797,2.457],[-3.583,-9.327],[-2.482,-13.756],[0,0],[-3.167,-7.667],[20.066,-1.013],[0.492,0.237]],"o":[[2.992,-1.467],[7.64,-1.467],[9.719,25.301],[0,0],[3.268,16.065],[6.551,15.86],[-19.927,1.006],[-0.698,-2.846]],"v":[[-43.64,-76.548],[-14.288,-76.298],[11.934,-60.688],[14.833,-1.259],[14.833,-0.83],[21.018,23.152],[-2.464,75.248],[-43.64,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":20,"s":[{"i":[[-2.284,1.057],[-12.61,3.283],[-3.333,-14.827],[-2.482,-13.756],[0,0],[-3.167,-7.667],[27.816,2.987],[2.186,1.951]],"o":[[7.492,-3.467],[18.213,-4.742],[5.944,26.444],[0,0],[3.268,16.065],[6.551,15.86],[-19.838,-2.13],[-2.187,-1.951]],"v":[[-43.64,-76.548],[-14.288,-76.298],[21.934,-58.438],[21.833,-1.259],[21.833,-0.83],[34.268,28.402],[-1.964,76.998],[-43.64,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":22,"s":[{"i":[[-2.211,1.203],[-18.212,4.75],[-3.333,-14.827],[2.518,-18.006],[0,0],[-3.831,-19.346],[26.503,4.393],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[5.944,26.444],[0,0],[-1.149,21.088],[3.333,16.833],[-19.684,-3.263],[-2.187,-1.951]],"v":[[-41.39,-76.548],[-2.288,-76.798],[34.184,-57.438],[35.833,-4.259],[35.833,-3.83],[44.768,25.902],[20.036,75.498],[-41.39,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":24,"s":[{"i":[[-2.211,1.203],[-18.212,4.75],[-4.333,-30.827],[0.518,-15.696],[0,0],[-0.27,-19.72],[25.863,7.267],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[3.772,26.84],[0,0],[-1.149,21.088],[0.333,24.325],[-25.863,-7.268],[-2.187,-1.951]],"v":[[-42.14,-76.548],[13.961,-76.548],[40.185,-50.938],[35.833,-5.009],[35.833,-4.58],[48.518,32.902],[19.535,75.248],[-42.14,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":26,"s":[{"i":[[-2.211,1.203],[-18.212,4.75],[0.182,-35.577],[0.518,-15.696],[0,0],[-0.27,-19.72],[20.316,5.987],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[-0.138,27.103],[0,0],[-1.149,21.088],[0.333,24.325],[-25.769,-7.594],[-2.187,-1.951]],"v":[[-41.89,-74.548],[13.961,-76.548],[50.185,-46.938],[43.333,-4.509],[43.333,-4.08],[52.518,32.402],[19.535,75.248],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":32,"s":[{"i":[[10.992,53.783],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.557,2.877]],"o":[[-0.714,-3.493],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-7.258,-37.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[70.935,-35.188],[52.583,-4.759],[52.583,-4.33],[79.269,35.902],[27.035,75.748],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":36,"s":[{"i":[[5.992,48.283],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.433,2.898]],"o":[[-0.439,-3.538],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-5.758,-38.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[70.685,-35.188],[52.583,-4.759],[52.583,-4.33],[79.019,35.902],[27.035,75.748],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":39,"s":[{"i":[[-4.008,47.283],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[-0.284,2.916]],"o":[[0.301,-3.552],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[4.242,-43.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[66.685,-34.188],[47.083,-4.259],[47.083,-3.83],[75.019,36.902],[27.035,75.748],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":42,"s":[{"i":[[7.992,47.783],[-23.325,-3.498],[0.795,-21.872],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.34,2.91]],"o":[[-0.588,-3.516],[21.89,3.283],[-0.833,22.923],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-5.258,-45.013]],"v":[[-43.14,-75.548],[25.962,-75.048],[63.685,-37.688],[44.083,-5.259],[44.083,-4.83],[71.019,37.402],[24.035,75.248],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":44,"s":[{"i":[[11.992,50.283],[-23.514,1.844],[0.795,-21.872],[-1.107,-6.756],[0,0],[2.104,-37.626],[24.436,-1.757],[0.608,2.866]],"o":[[-0.827,-3.468],[21.89,-1.717],[-0.833,22.923],[0,0],[-0.232,9.565],[-1.417,25.333],[-20.684,1.487],[-9.758,-46.013]],"v":[[-43.14,-75.548],[22.962,-78.548],[61.685,-42.188],[44.333,-6.759],[44.333,-6.33],[72.519,33.902],[24.035,72.748],[-42.89,75.248]]}]},{"t":49,"s":[{"i":[[-0.008,1.283],[-23.583,-0.378],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[-0.008,0.487]],"o":[[0.242,-0.467],[17.64,0.283],[-1.583,25.173],[0,0],[-0.232,-0.935],[-1.417,25.333],[-20.684,1.487],[0.014,-2.145]],"v":[[-43.14,-75.548],[32.462,-75.548],[68.685,-34.688],[47.083,-2.759],[47.083,-2.33],[76.519,37.402],[27.035,75.748],[-42.89,75.248]]}]}]},"nm":"Path 3"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[52.977,108.888]}}],"nm":"Group 14"}],"bounds":{"l":7,"t":29,"b":187,"r":133},"ip":14,"op":49,"st":14}]},{"id":"comp_55","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"sombraRed","ks":{"p":{"k":[69.023,162.838,0]},"a":{"k":[6.851,109.462,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":10,"s":[{"i":[[-0.609,-10.588],[6.732,-46.911],[-1.622,32.611],[0.01,0.659]],"o":[[0.666,11.583],[3.732,-7.411],[0.764,-15.371],[-2.006,0.928]],"v":[[-75.89,-30.068],[-75.956,20.426],[-60.988,-31.614],[-68.967,-62.913]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":12,"s":[{"i":[[-5.334,-9.167],[21.982,-38.911],[-15.236,28.879],[0.01,0.659]],"o":[[7.423,12.759],[11.232,0.089],[14.957,-28.351],[-27.006,3.428]],"v":[[-69.64,-37.318],[-75.956,19.176],[-48.488,-17.364],[-47.967,-57.163]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":14,"s":[{"i":[[13.898,-29.258],[23.732,-10.411],[-15.236,28.879],[0.01,0.659]],"o":[[-6.334,13.333],[16.482,-0.161],[14.957,-28.351],[-2.506,23.428]],"v":[[-59.14,-18.818],[-62.956,19.926],[-8.488,0.386],[-16.717,-52.913]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":16,"s":[{"i":[[12.417,-9.167],[11.483,-4.661],[-15.702,18.195],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[13.265,-15.371],[0.744,11.678]],"v":[[-35.39,-11.068],[-53.956,19.426],[-5.738,10.136],[3.283,-26.163]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":18,"s":[{"i":[[12.417,-9.167],[11.483,-4.661],[-9.485,14.629],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[9.147,-14.108],[-0.506,16.428]],"v":[[-5.39,-5.068],[-32.706,17.176],[9.762,12.386],[13.783,-26.663]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":20,"s":[{"i":[[12.417,-9.167],[11.483,-4.661],[-9.485,14.629],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[9.147,-14.108],[-0.506,16.428]],"v":[[-6.64,-5.068],[-21.456,14.926],[10.262,13.136],[16.533,-21.163]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":22,"s":[{"i":[[5.222,-6.272],[9.732,0.589],[-15.236,14.129],[0.01,0.659]],"o":[[-5.89,7.073],[2.732,1.339],[12.329,-11.433],[-1.256,9.428]],"v":[[9.11,2.932],[-22.956,15.926],[13.262,13.136],[20.533,-21.413]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":23,"s":[{"i":[[5.219,-6.275],[14.915,5.331],[-15.367,15.336],[0.01,0.659]],"o":[[-5.886,7.077],[0.056,0.721],[10.26,-10.239],[-2.742,8.065]],"v":[[6.49,6.8],[-25.824,16.314],[11.767,13.004],[22.519,-18.8]]}]},{"t":24,"s":[{"i":[[8.407,-10.403],[6.219,0.563],[-12.244,18.143],[0.011,0.659]],"o":[[-11.914,14.743],[0.469,0.313],[9.406,-13.937],[-1.728,8.702]],"v":[[15.87,8.168],[-16.693,17.952],[17.271,8.622],[27.255,-18.937]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[171,51,38,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[82.052,165.109]}}],"nm":"Group 12"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":10,"s":[{"i":[[-0.264,-5.336],[0.555,-15.505],[-2.639,-8.138],[2.695,12.744],[4.067,-0.057]],"o":[[0.175,3.521],[-0.432,12.092],[2.611,-1.888],[-0.333,-1.577],[-1.683,-1.557]],"v":[[-81.496,-11.618],[-82.139,18.061],[-75.682,41.041],[-73.488,-15.77],[-81.888,-25.04]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":12,"s":[{"i":[[-8.575,-11.229],[0.818,-7.408],[-9.389,-24.888],[2.695,12.744],[18.067,2.443]],"o":[[7.595,9.944],[-1.861,16.862],[2.611,-1.888],[-0.333,-1.577],[-13.183,0.193]],"v":[[-75.996,-12.368],[-80.139,16.561],[-51.682,35.291],[-49.488,1.98],[-65.138,-25.29]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":14,"s":[{"i":[[4.425,-5.979],[-1.695,-4.426],[-39.139,-22.888],[3.917,12.423],[18.067,2.443]],"o":[[-7.444,10.058],[6.068,15.842],[0.611,-6.138],[-3.511,-11.135],[-13.183,0.193]],"v":[[-77.246,-17.868],[-80.139,16.561],[-24.432,38.791],[-23.738,-7.52],[-49.888,-27.29]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":16,"s":[{"i":[[4.425,-5.979],[-2.682,-3.908],[-15.389,-19.388],[2.111,8.439],[13.567,1.943]],"o":[[-7.444,10.058],[7.339,10.693],[0.611,-6.138],[-2.833,-11.327],[-4.683,1.193]],"v":[[-64.996,-18.368],[-66.139,5.311],[-16.932,25.041],[-14.238,-4.02],[-40.388,-28.54]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":18,"s":[{"i":[[4.425,-5.979],[-5.706,-2.579],[-4.639,-12.138],[2.111,8.439],[13.567,1.943]],"o":[[-7.444,10.058],[11.818,5.342],[0.611,-6.138],[-2.833,-11.327],[-4.683,1.193]],"v":[[-39.996,-15.868],[-34.389,3.811],[-0.932,29.541],[0.262,-3.52],[-25.888,-28.04]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":20,"s":[{"i":[[1.732,-4.409],[-1.377,-2.052],[0.54,-13.855],[0.667,8.673],[11.493,0.324]],"o":[[-4.575,11.646],[7.193,10.717],[3.111,-5.388],[-0.945,-12.292],[-4.683,1.193]],"v":[[-18.746,-20.618],[-14.139,-0.939],[-0.432,28.291],[3.012,-2.27],[-8.638,-29.79]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":22,"s":[{"i":[[-0.904,-0.714],[-1.814,-6.586],[0.54,-13.855],[-0.079,15.386],[13.067,-0.307]],"o":[[4.3,3.396],[3.724,13.522],[1.835,-5.644],[0.126,-24.769],[1.041,0.415]],"v":[[-4.871,-26.493],[5.486,-11.814],[7.568,29.791],[12.262,1.73],[-10.638,-28.79]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":23,"s":[{"i":[[-1.03,-0.494],[-1.814,-6.586],[0.861,-13.263],[0.886,15.361],[16.817,0.068]],"o":[[6.927,3.215],[3.724,13.522],[1.835,-5.644],[-1.583,-27.452],[1.041,0.415]],"v":[[-6.621,-25.993],[7.486,-10.814],[8.568,30.416],[13.762,4.355],[-13.138,-28.165]]}]},{"t":24,"s":[{"i":[[-1.094,-0.36],[-1.339,-6.699],[3.611,-13.138],[-0.079,15.386],[11.493,0.324]],"o":[[8.05,2.646],[1.693,8.467],[1.835,-5.644],[0.126,-24.769],[1.041,0.415]],"v":[[0.879,-23.744],[12.986,-6.815],[11.068,31.791],[16.512,6.98],[-4.138,-25.041]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[171,51,38,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[89.15,59.721]}}],"nm":"Group 13"}],"bounds":{"l":6,"t":29,"b":188,"r":110},"ip":10,"op":24,"st":10},{"ddd":0,"ind":1,"ty":4,"nm":"00","ks":{"p":{"k":[744.41,161.975,0]},"a":{"k":[675.727,77.648,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[-4.79,2.358],[0,6.935],[5.072,2.217],[11.149,0],[0,0]],"o":[[0,0],[9.574,0],[4.787,-2.358],[0,-6.93],[-5.075,-2.214],[0,0],[0,0]],"v":[[-26.372,46.632],[-3.431,46.632],[18.116,43.094],[25.298,29.158],[17.688,15.437],[-6.647,12.113],[-26.372,12.113]]}},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[-4.502,2.004],[0,6.646],[4.144,2.144],[9.862,0],[0,0]],"o":[[0,0],[9.289,0],[4.503,-2],[0,-6.647],[-4.147,-2.144],[0,0],[0,0]],"v":[[-26.372,-14.258],[-10.506,-14.258],[10.184,-17.26],[16.938,-30.23],[10.719,-43.417],[-10.292,-46.633],[-26.372,-46.633]]}},"nm":"Path 2"},{"ind":2,"ty":"sh","closed":true,"ks":{"k":{"i":[[20.582,0],[0,0],[0,0],[0,0],[-7.363,-2.429],[-3.718,-4.143],[0,-9.719],[7.575,-5.715],[0.999,-0.499],[2.573,-1.143],[-5.505,-6.359],[0,-9.434],[7.145,-8.004]],"o":[[0,0],[0,0],[0,0],[10.147,0],[7.36,2.432],[6.717,7.719],[0,11.721],[-2.573,2.004],[-1.001,0.503],[9.29,2.003],[5.5,6.362],[0,10.436],[-8.291,9.292]],"v":[[5.788,74.933],[-59.818,74.933],[-59.818,-74.933],[-1.501,-74.933],[24.762,-71.288],[41.379,-61.426],[51.456,-35.269],[40.092,-9.113],[34.732,-5.361],[29.372,-2.895],[51.564,9.647],[59.818,33.339],[49.098,60.997]]}},"nm":"Path 3"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[204,69,51,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[60.067,78.614]}}],"nm":"Group 1"}],"bounds":{"l":0,"t":3,"b":154,"r":120},"ip":45,"op":6267,"st":-33},{"ddd":0,"ind":2,"ty":4,"nm":"B_red 3","ks":{"p":{"k":[127.023,160.838,0]},"a":{"k":[67.851,106.462,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":10,"s":[{"i":[[0,0],[-0.433,1.731],[0.142,3.939],[1.004,1.232],[0,0]],"o":[[0.553,0.038],[0.653,-2.61],[-0.159,-4.417],[-0.591,-0.726],[0,0]],"v":[[-39.329,46.697],[-38.401,46.697],[-37.54,33.902],[-39.088,21.003],[-39.944,21.679]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":12,"s":[{"i":[[0,0],[-1.408,1.731],[0.462,3.939],[3.262,1.232],[0,0]],"o":[[1.796,0.038],[2.123,-2.61],[-0.518,-4.417],[-1.922,-0.726],[0,0]],"v":[[-26.444,38.947],[-23.428,38.947],[-20.63,26.152],[-25.66,13.253],[-28.444,13.929]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":14,"s":[{"i":[[0,0],[-1.408,1.731],[0.462,3.939],[3.262,1.232],[0,0]],"o":[[1.796,0.038],[2.123,-2.61],[-0.518,-4.417],[-1.922,-0.726],[0,0]],"v":[[-13.694,45.197],[-2.428,39.947],[0.37,27.152],[-4.66,14.253],[-13.444,11.179]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":16,"s":[{"i":[[0,0],[-5.47,5.788],[-1.088,13.248],[12.142,-3.71],[0,0]],"o":[[0,0],[7.271,-7.694],[0.732,-8.917],[-6.488,1.982],[0,0]],"v":[[-14.194,49.197],[0.572,43.697],[16.62,27.152],[2.09,19.503],[-13.944,15.179]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":18,"s":[{"i":[[0,0],[-8.351,-6.505],[-1.088,13.248],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0.732,-8.917],[-12.639,5.221],[0,0]],"v":[[-10.444,46.947],[10.322,44.447],[28.12,27.152],[9.34,19.753],[-10.444,12.429]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":20,"s":[{"i":[[0,0],[-8.351,-6.505],[0,13.293],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0,-14.365],[-12.639,5.221],[0,0]],"v":[[-7.194,46.947],[17.322,45.447],[36.12,29.652],[12.84,17.753],[-7.194,12.429]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"t":22,"s":[{"i":[[0,0],[-8.351,-6.505],[0,13.293],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0,-14.365],[-12.639,5.221],[0,0]],"v":[[-7.194,46.947],[20.822,46.947],[43.12,29.152],[17.84,15.753],[-7.194,12.429]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":28,"s":[{"i":[[0,0],[-8.652,5.496],[0,13.293],[11.512,-5.518],[0,0]],"o":[[0,0],[9.78,-6.212],[0,-14.365],[-12.332,5.911],[0,0]],"v":[[-3.444,46.447],[27.572,43.947],[50.87,29.652],[18.34,11.753],[-2.944,10.929]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":32,"s":[{"i":[[0,0],[-10.084,-1.841],[0,13.293],[13.762,3.482],[0,0]],"o":[[0,0],[12.53,2.288],[0,-14.365],[-13.257,-3.354],[0,0]],"v":[[-11.194,46.448],[21.822,43.947],[50.37,27.152],[12.59,11.753],[-10.694,10.93]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":35,"s":[{"i":[[0,0],[-10.084,-1.841],[0,13.293],[13.762,3.482],[0,0]],"o":[[0,0],[12.53,2.288],[0,-14.365],[-13.257,-3.354],[0,0]],"v":[[-12.194,46.448],[16.322,44.447],[40.87,29.152],[7.09,12.253],[-11.694,10.93]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":38,"s":[{"i":[[0,0],[-9.716,3.266],[0,13.293],[15.762,-2.018],[0,0]],"o":[[0,0],[12.53,-4.212],[0,-14.365],[-13.564,1.737],[0,0]],"v":[[-12.194,46.448],[11.822,42.947],[35.87,27.652],[7.59,10.753],[-11.694,10.93]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":40,"s":[{"i":[[0,0],[-10.034,4.574],[0,13.293],[15.262,-4.518],[0,0]],"o":[[0,0],[12.53,-5.712],[0,-14.365],[-13.112,3.882],[0,0]],"v":[[-11.694,40.948],[13.322,39.447],[36.37,19.652],[7.59,10.753],[-11.194,9.93]]}]},{"t":45,"s":[{"i":[[0,0],[-10.249,0.161],[0,13.293],[11.262,0.482],[0,0]],"o":[[0,0],[13.53,-0.212],[0,-14.365],[-13.662,-0.585],[0,0]],"v":[[-10.194,45.948],[15.822,46.447],[41.37,29.652],[14.59,11.753],[-9.694,12.43]]}]}]},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":10,"s":[{"i":[[0,0],[-0.692,2.11],[0.058,5.864],[0.866,1.732],[0,0]],"o":[[0,0],[0.591,-1.802],[-0.081,-8.134],[-0.969,-1.939],[0,0]],"v":[[-42.194,-29.872],[-39.601,-35.625],[-38.957,-48.631],[-39.903,-61.247],[-41.776,-62.247]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":12,"s":[{"i":[[0,0],[-1.653,2.11],[0.139,5.864],[2.069,1.732],[0,0]],"o":[[0,0],[1.412,-1.802],[-0.193,-8.134],[-2.316,-1.939],[0,0]],"v":[[-31.944,-18.622],[-25.746,-24.375],[-24.206,-37.381],[-26.467,-49.997],[-30.944,-50.997]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":14,"s":[{"i":[[0,0],[-1.653,2.11],[0.139,5.864],[2.069,1.732],[0,0]],"o":[[0,0],[1.412,-1.802],[-0.193,-8.134],[-2.316,-1.939],[0,0]],"v":[[-15.694,-15.872],[-5.996,-21.125],[-1.456,-33.631],[-6.717,-46.747],[-15.194,-48.247]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":16,"s":[{"i":[[0,0],[-2.844,6.53],[-1.693,5.616],[10.069,-5.018],[0,0]],"o":[[0,0],[2.347,-5.39],[2.054,-6.814],[-8.016,3.995],[0,0]],"v":[[-15.194,-15.372],[0.254,-21.125],[9.294,-29.631],[0.033,-44.247],[-14.194,-47.747]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":18,"s":[{"i":[[0,0],[-3.065,11.673],[-4.193,2.116],[7.045,-7.388],[0,0]],"o":[[0,0],[2.597,-9.89],[11.293,-5.7],[-6.181,6.482],[0,0]],"v":[[-10.444,-15.872],[10.754,-18.875],[22.044,-30.381],[8.033,-46.747],[-10.444,-48.247]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":20,"s":[{"i":[[0,0],[-3.065,11.673],[1.307,10.616],[6.319,-8.018],[0,0]],"o":[[0,0],[2.597,-9.89],[-1.546,-12.555],[-7.387,9.373],[0,0]],"v":[[-7.194,-15.872],[16.254,-18.875],[29.544,-32.381],[13.533,-48.247],[-7.194,-48.247]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"t":22,"s":[{"i":[[0,0],[-7.132,9.736],[0,12.221],[10.692,-5.3],[0,0]],"o":[[0,0],[5.418,-7.395],[0,-12.65],[-10.693,5.3],[0,0]],"v":[[-7.194,-15.872],[16.254,-18.875],[36.044,-32.381],[13.533,-48.247],[-7.194,-48.247]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":28,"s":[{"i":[[0,0],[-9.374,7.601],[0.557,12.616],[18.319,-6.518],[0,0]],"o":[[0,0],[10.347,-8.39],[-0.657,-14.87],[-11.244,4.001],[0,0]],"v":[[-3.319,-16.372],[21.004,-15.375],[46.795,-31.881],[18.033,-47.247],[-3.319,-48.265]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":32,"s":[{"i":[[0,0],[-11.376,-4.031],[0.557,12.616],[17.569,5.482],[0,0]],"o":[[0,0],[11.597,4.11],[-0.657,-14.87],[-11.393,-3.555],[0,0]],"v":[[-11.069,-16.371],[15.255,-15.375],[46.795,-34.381],[12.283,-47.247],[-11.069,-48.264]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":35,"s":[{"i":[[0,0],[-11.376,-4.031],[0.557,12.616],[17.569,5.482],[0,0]],"o":[[0,0],[11.597,4.11],[-0.657,-14.87],[-11.393,-3.555],[0,0]],"v":[[-12.069,-16.371],[9.755,-14.875],[34.795,-33.881],[6.783,-46.747],[-12.069,-48.264]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":38,"s":[{"i":[[0,0],[-11.738,2.805],[0.557,12.616],[15.069,-0.518],[0,0]],"o":[[0,0],[12.097,-2.89],[-0.657,-14.87],[-11.927,0.41],[0,0]],"v":[[-12.069,-16.371],[6.755,-16.375],[31.795,-35.381],[4.783,-47.247],[-12.069,-48.264]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":40,"s":[{"i":[[0,0],[-11.738,2.805],[0.557,12.616],[15.069,-0.518],[0,0]],"o":[[0,0],[12.097,-2.89],[-0.657,-14.87],[-11.927,0.41],[0,0]],"v":[[-13.569,-20.371],[6.755,-16.375],[29.795,-39.881],[4.783,-47.247],[-12.069,-48.264]]}]},{"t":45,"s":[{"i":[[0,0],[-12.068,-0.119],[0.557,12.616],[10.069,0.482],[0,0]],"o":[[0,0],[11.097,0.11],[-0.657,-14.87],[-5.029,-0.241],[0,0]],"v":[[-9.819,-15.121],[11.755,-14.875],[33.795,-31.381],[9.283,-47.747],[-8.569,-47.764]]}]}]},"nm":"Path 2"},{"ind":2,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":10,"s":[{"i":[[-1.81,1.749],[-0.86,-0.217],[-1.22,-9.917],[-2.482,-13.756],[0,0],[1.583,-5.417],[7.316,-11.263],[0.492,0.237]],"o":[[0.242,0.033],[7.39,-1.467],[0.667,5.423],[0,0],[3.268,16.065],[-2.041,6.984],[0.316,-0.513],[-0.698,-2.846]],"v":[[-43.64,-75.798],[-43.038,-75.798],[-32.816,-52.188],[-36.417,-6.759],[-36.417,-6.33],[-28.981,34.402],[-43.715,75.248],[-43.64,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":12,"s":[{"i":[[-1.81,1.749],[-2.36,0.033],[-3.6,-9.32],[-2.482,-13.756],[0,0],[2.423,-6.614],[8.066,-0.763],[0.492,0.237]],"o":[[0.242,0.033],[7.779,-0.109],[14.167,36.673],[0,0],[3.268,16.065],[-6.167,16.833],[-1.943,0.184],[-0.698,-2.846]],"v":[[-43.64,-76.548],[-36.288,-76.048],[-16.816,-54.188],[-14.667,-0.009],[-14.667,0.42],[-15.732,34.902],[-40.715,74.998],[-43.64,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":14,"s":[{"i":[[-2.26,1.108],[-12.797,2.457],[-3.583,-9.327],[-2.482,-13.756],[0,0],[-3.167,-7.667],[20.066,-1.013],[0.492,0.237]],"o":[[2.992,-1.467],[7.64,-1.467],[9.719,25.301],[0,0],[3.268,16.065],[6.551,15.86],[-19.927,1.006],[-0.698,-2.846]],"v":[[-43.64,-76.548],[-14.288,-76.298],[11.934,-60.688],[14.833,-1.259],[14.833,-0.83],[21.018,23.152],[-2.464,75.248],[-43.64,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":16,"s":[{"i":[[-2.284,1.057],[-12.61,3.283],[-3.333,-14.827],[-2.482,-13.756],[0,0],[-3.167,-7.667],[27.816,2.987],[2.186,1.951]],"o":[[7.492,-3.467],[18.213,-4.742],[5.944,26.444],[0,0],[3.268,16.065],[6.551,15.86],[-19.838,-2.13],[-2.187,-1.951]],"v":[[-43.64,-76.548],[-14.288,-76.298],[21.934,-58.438],[21.833,-1.259],[21.833,-0.83],[34.268,28.402],[-1.964,76.998],[-43.64,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":18,"s":[{"i":[[-2.211,1.203],[-18.212,4.75],[-3.333,-14.827],[2.518,-18.006],[0,0],[-3.831,-19.346],[26.503,4.393],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[5.944,26.444],[0,0],[-1.149,21.088],[3.333,16.833],[-19.684,-3.263],[-2.187,-1.951]],"v":[[-41.39,-76.548],[-2.288,-76.798],[34.184,-57.438],[35.833,-4.259],[35.833,-3.83],[44.768,25.902],[20.036,75.498],[-41.39,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":20,"s":[{"i":[[-2.211,1.203],[-18.212,4.75],[-4.333,-30.827],[0.518,-15.696],[0,0],[-0.27,-19.72],[25.863,7.267],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[3.772,26.84],[0,0],[-1.149,21.088],[0.333,24.325],[-25.863,-7.268],[-2.187,-1.951]],"v":[[-42.14,-76.548],[13.961,-76.548],[40.185,-50.938],[35.833,-5.009],[35.833,-4.58],[48.518,32.902],[19.535,75.248],[-42.14,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":22,"s":[{"i":[[-2.211,1.203],[-18.212,4.75],[0.182,-35.577],[0.518,-15.696],[0,0],[-0.27,-19.72],[20.316,5.987],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[-0.138,27.103],[0,0],[-1.149,21.088],[0.333,24.325],[-25.769,-7.594],[-2.187,-1.951]],"v":[[-41.89,-74.548],[13.961,-76.548],[50.185,-46.938],[43.333,-4.509],[43.333,-4.08],[52.518,32.402],[19.535,75.248],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":28,"s":[{"i":[[10.992,53.783],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.557,2.877]],"o":[[-0.714,-3.493],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-7.258,-37.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[70.935,-35.188],[52.583,-4.759],[52.583,-4.33],[79.269,35.902],[27.035,75.748],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":32,"s":[{"i":[[5.992,48.283],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.433,2.898]],"o":[[-0.439,-3.538],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-5.758,-38.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[70.685,-35.188],[52.583,-4.759],[52.583,-4.33],[79.019,35.902],[27.035,75.748],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":35,"s":[{"i":[[-4.008,47.283],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[-0.284,2.916]],"o":[[0.301,-3.552],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[4.242,-43.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[66.685,-34.188],[47.083,-4.259],[47.083,-3.83],[75.019,36.902],[27.035,75.748],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":38,"s":[{"i":[[7.992,47.783],[-23.325,-3.498],[0.795,-21.872],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.34,2.91]],"o":[[-0.588,-3.516],[21.89,3.283],[-0.833,22.923],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-5.258,-45.013]],"v":[[-43.14,-75.548],[25.962,-75.048],[63.685,-37.688],[44.083,-5.259],[44.083,-4.83],[71.019,37.402],[24.035,75.248],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":40,"s":[{"i":[[11.992,50.283],[-23.514,1.844],[0.795,-21.872],[-1.107,-6.756],[0,0],[2.104,-37.626],[24.436,-1.757],[0.608,2.866]],"o":[[-0.827,-3.468],[21.89,-1.717],[-0.833,22.923],[0,0],[-0.232,9.565],[-1.417,25.333],[-20.684,1.487],[-9.758,-46.013]],"v":[[-43.14,-75.548],[22.962,-78.548],[61.685,-42.188],[44.333,-6.759],[44.333,-6.33],[72.519,33.902],[24.035,72.748],[-42.89,75.248]]}]},{"t":45,"s":[{"i":[[-0.008,1.283],[-23.583,-0.378],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[-0.008,0.487]],"o":[[0.242,-0.467],[17.64,0.283],[-1.583,25.173],[0,0],[-0.232,-0.935],[-1.417,25.333],[-20.684,1.487],[0.014,-2.145]],"v":[[-43.14,-75.548],[32.462,-75.548],[68.685,-34.688],[47.083,-2.759],[47.083,-2.33],[76.519,37.402],[27.035,75.748],[-42.89,75.248]]}]}]},"nm":"Path 3"},{"ty":"fl","fillEnabled":true,"c":{"k":[204,69,51,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[52.977,108.888]}}],"nm":"Group 14"}],"bounds":{"l":7,"t":29,"b":187,"r":133},"ip":10,"op":45,"st":10}]},{"id":"comp_56","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"sombraRed 3","ks":{"p":{"k":[69.023,162.838,0]},"a":{"k":[6.851,109.462,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":2,"s":[{"i":[[-0.609,-10.588],[6.732,-46.911],[-1.622,32.611],[0.01,0.659]],"o":[[0.666,11.583],[3.732,-7.411],[0.764,-15.371],[-2.006,0.928]],"v":[[-75.89,-30.068],[-75.956,20.426],[-60.988,-31.614],[-68.967,-62.913]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":4,"s":[{"i":[[-5.334,-9.167],[21.982,-38.911],[-15.236,28.879],[0.01,0.659]],"o":[[7.423,12.759],[11.232,0.089],[14.957,-28.351],[-27.006,3.428]],"v":[[-69.64,-37.318],[-75.956,19.176],[-48.488,-17.364],[-47.967,-57.163]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":6,"s":[{"i":[[13.898,-29.258],[23.732,-10.411],[-15.236,28.879],[0.01,0.659]],"o":[[-6.334,13.333],[16.482,-0.161],[14.957,-28.351],[-2.506,23.428]],"v":[[-59.14,-18.818],[-62.956,19.926],[-8.488,0.386],[-16.717,-52.913]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":8,"s":[{"i":[[12.417,-9.167],[11.483,-4.661],[-15.702,18.195],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[13.265,-15.371],[0.744,11.678]],"v":[[-35.39,-11.068],[-53.956,19.426],[-5.738,10.136],[3.283,-26.163]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":10,"s":[{"i":[[12.417,-9.167],[11.483,-4.661],[-9.485,14.629],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[9.147,-14.108],[-0.506,16.428]],"v":[[-5.39,-5.068],[-32.706,17.176],[9.762,12.386],[13.783,-26.663]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":12,"s":[{"i":[[12.417,-9.167],[11.483,-4.661],[-9.485,14.629],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[9.147,-14.108],[-0.506,16.428]],"v":[[-6.64,-5.068],[-21.456,14.926],[10.262,13.136],[16.533,-21.163]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":14,"s":[{"i":[[5.222,-6.272],[9.61,1.599],[-14.735,15.879],[0.01,0.659]],"o":[[-5.89,7.073],[-0.357,1.13],[11.437,-12.325],[-4.104,7.346]],"v":[[7.61,2.182],[-20.956,14.926],[12.762,12.386],[20.783,-19.663]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":15,"s":[{"i":[[5.219,-6.275],[14.915,5.331],[-13.853,12.7],[0.01,0.659]],"o":[[-5.886,7.077],[0.056,0.721],[9.26,-8.489],[-4.742,9.065]],"v":[[6.49,6.8],[-25.824,16.314],[11.267,13.754],[21.769,-15.55]]}]},{"t":16,"s":[{"i":[[5.215,-6.278],[20.219,9.063],[-12.244,18.143],[0.011,0.659]],"o":[[-5.882,7.08],[0.469,0.313],[9.406,-13.937],[1.76,13.676]],"v":[[11.37,9.418],[-24.693,15.702],[11.771,9.122],[17.755,-20.937]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[210,175,26,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[82.052,165.109]}}],"nm":"Group 12"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":2,"s":[{"i":[[-0.264,-5.336],[0.555,-15.505],[-2.639,-8.138],[2.695,12.744],[4.067,-0.057]],"o":[[0.175,3.521],[-0.432,12.092],[2.611,-1.888],[-0.333,-1.577],[-1.683,-1.557]],"v":[[-81.496,-11.618],[-82.139,18.061],[-75.682,41.041],[-73.488,-15.77],[-81.888,-25.04]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":4,"s":[{"i":[[-8.575,-11.229],[0.818,-7.408],[-9.389,-24.888],[2.695,12.744],[18.067,2.443]],"o":[[7.595,9.944],[-1.861,16.862],[2.611,-1.888],[-0.333,-1.577],[-13.183,0.193]],"v":[[-75.996,-12.368],[-80.139,16.561],[-51.682,35.291],[-49.488,1.98],[-65.138,-25.29]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":6,"s":[{"i":[[4.425,-5.979],[-1.695,-4.426],[-39.139,-22.888],[3.917,12.423],[18.067,2.443]],"o":[[-7.444,10.058],[6.068,15.842],[0.611,-6.138],[-3.511,-11.135],[-13.183,0.193]],"v":[[-77.246,-17.868],[-80.139,16.561],[-24.432,38.791],[-23.738,-7.52],[-49.888,-27.29]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":8,"s":[{"i":[[4.425,-5.979],[-2.682,-3.908],[-15.389,-19.388],[2.111,8.439],[13.567,1.943]],"o":[[-7.444,10.058],[7.339,10.693],[0.611,-6.138],[-2.833,-11.327],[-4.683,1.193]],"v":[[-64.996,-18.368],[-66.139,5.311],[-16.932,25.041],[-14.238,-4.02],[-40.388,-28.54]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":10,"s":[{"i":[[4.425,-5.979],[-5.706,-2.579],[-4.639,-12.138],[2.111,8.439],[13.567,1.943]],"o":[[-7.444,10.058],[11.818,5.342],[0.611,-6.138],[-2.833,-11.327],[-4.683,1.193]],"v":[[-39.996,-15.868],[-34.389,3.811],[-0.932,29.541],[0.262,-3.52],[-25.888,-28.04]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":12,"s":[{"i":[[1.732,-4.409],[-1.377,-2.052],[0.54,-13.855],[0.667,8.673],[11.493,0.324]],"o":[[-4.575,11.646],[7.193,10.717],[3.111,-5.388],[-0.945,-12.292],[-4.683,1.193]],"v":[[-18.746,-20.618],[-14.139,-0.939],[-0.432,28.291],[3.012,-2.27],[-8.638,-29.79]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":14,"s":[{"i":[[-0.965,-0.629],[-1.814,-6.586],[0.54,-13.855],[-0.079,15.386],[11.493,0.324]],"o":[[5.804,3.783],[3.724,13.522],[1.835,-5.644],[0.126,-24.769],[1.041,0.415]],"v":[[-5.621,-28.243],[5.486,-11.814],[7.568,29.791],[11.512,2.23],[-8.638,-29.79]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":15,"s":[{"i":[[-1.03,-0.494],[-1.814,-6.586],[2.611,-12.263],[0.198,15.385],[11.493,0.324]],"o":[[6.927,3.215],[3.724,13.522],[1.835,-5.644],[-0.333,-25.952],[1.041,0.415]],"v":[[-5.871,-27.243],[7.486,-10.814],[9.068,29.666],[13.012,4.855],[-7.388,-27.665]]}]},{"t":16,"s":[{"i":[[-1.094,-0.36],[-2.051,-6.516],[3.611,-13.138],[-0.078,15.386],[11.493,0.324]],"o":[[8.05,2.646],[2.193,6.967],[1.835,-5.644],[0.126,-24.769],[1.041,0.415]],"v":[[0.379,-24.744],[12.736,-8.565],[11.568,33.541],[15.512,5.98],[-4.388,-25.791]]}]}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[210,175,26,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[89.15,59.721]}}],"nm":"Group 13"}],"bounds":{"l":6,"t":29,"b":188,"r":105},"ip":2,"op":16,"st":2},{"ddd":0,"ind":1,"ty":4,"nm":"B_yellow3","ks":{"p":{"k":[744.41,161.975,0]},"a":{"k":[675.727,77.648,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[-4.79,2.358],[0,6.935],[5.072,2.217],[11.149,0],[0,0]],"o":[[0,0],[9.574,0],[4.787,-2.358],[0,-6.93],[-5.075,-2.214],[0,0],[0,0]],"v":[[-26.372,46.632],[-3.431,46.632],[18.116,43.094],[25.298,29.158],[17.688,15.437],[-6.647,12.113],[-26.372,12.113]]}},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[-4.502,2.004],[0,6.646],[4.144,2.144],[9.862,0],[0,0]],"o":[[0,0],[9.289,0],[4.503,-2],[0,-6.647],[-4.147,-2.144],[0,0],[0,0]],"v":[[-26.372,-14.258],[-10.506,-14.258],[10.184,-17.26],[16.938,-30.23],[10.719,-43.417],[-10.292,-46.633],[-26.372,-46.633]]}},"nm":"Path 2"},{"ind":2,"ty":"sh","closed":true,"ks":{"k":{"i":[[20.582,0],[0,0],[0,0],[0,0],[-7.363,-2.429],[-3.718,-4.143],[0,-9.719],[7.575,-5.715],[0.999,-0.499],[2.573,-1.143],[-5.505,-6.359],[0,-9.434],[7.145,-8.004]],"o":[[0,0],[0,0],[0,0],[10.147,0],[7.36,2.432],[6.717,7.719],[0,11.721],[-2.573,2.004],[-1.001,0.503],[9.29,2.003],[5.5,6.362],[0,10.436],[-8.291,9.292]],"v":[[5.788,74.933],[-59.818,74.933],[-59.818,-74.933],[-1.501,-74.933],[24.762,-71.288],[41.379,-61.426],[51.456,-35.269],[40.092,-9.113],[34.732,-5.361],[29.372,-2.895],[51.564,9.647],[59.818,33.339],[49.098,60.997]]}},"nm":"Path 3"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[60.067,78.614]}}],"nm":"Group 1"}],"bounds":{"l":0,"t":3,"b":154,"r":120},"ip":37,"op":42,"st":-41},{"ddd":0,"ind":2,"ty":4,"nm":"B_yellow2","ks":{"p":{"k":[127.023,160.838,0]},"a":{"k":[67.851,106.462,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":2,"s":[{"i":[[0,0],[-0.433,1.731],[0.142,3.939],[1.004,1.232],[0,0]],"o":[[0.553,0.038],[0.653,-2.61],[-0.159,-4.417],[-0.591,-0.726],[0,0]],"v":[[-39.329,46.697],[-38.401,46.697],[-37.54,33.902],[-39.088,21.003],[-39.944,21.679]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":4,"s":[{"i":[[0,0],[-1.408,1.731],[0.462,3.939],[3.262,1.232],[0,0]],"o":[[1.796,0.038],[2.123,-2.61],[-0.518,-4.417],[-1.922,-0.726],[0,0]],"v":[[-26.444,38.947],[-23.428,38.947],[-20.63,26.152],[-25.66,13.253],[-28.444,13.929]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":6,"s":[{"i":[[0,0],[-1.408,1.731],[0.462,3.939],[3.262,1.232],[0,0]],"o":[[1.796,0.038],[2.123,-2.61],[-0.518,-4.417],[-1.922,-0.726],[0,0]],"v":[[-13.694,45.197],[-2.428,39.947],[0.37,27.152],[-4.66,14.253],[-13.444,11.179]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":8,"s":[{"i":[[0,0],[-5.47,5.788],[-1.088,13.248],[12.142,-3.71],[0,0]],"o":[[0,0],[7.271,-7.694],[0.732,-8.917],[-6.488,1.982],[0,0]],"v":[[-14.194,49.197],[0.572,43.697],[16.62,27.152],[2.09,19.503],[-13.944,15.179]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":10,"s":[{"i":[[0,0],[-8.351,-6.505],[-1.088,13.248],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0.732,-8.917],[-12.639,5.221],[0,0]],"v":[[-10.444,46.947],[10.322,44.447],[28.12,27.152],[9.34,19.753],[-10.444,12.429]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":12,"s":[{"i":[[0,0],[-8.351,-6.505],[0,13.293],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0,-14.365],[-12.639,5.221],[0,0]],"v":[[-7.194,46.947],[17.322,45.447],[36.12,29.652],[12.84,17.753],[-7.194,12.429]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"t":14,"s":[{"i":[[0,0],[-8.351,-6.505],[0,13.293],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0,-14.365],[-12.639,5.221],[0,0]],"v":[[-7.194,46.947],[20.822,46.947],[43.12,29.152],[17.84,15.753],[-7.194,12.429]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":20,"s":[{"i":[[0,0],[-8.652,5.496],[0,13.293],[11.512,-5.518],[0,0]],"o":[[0,0],[9.78,-6.212],[0,-14.365],[-12.332,5.911],[0,0]],"v":[[-3.444,46.447],[27.572,43.947],[50.87,29.652],[18.34,11.753],[-2.944,10.929]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":24,"s":[{"i":[[0,0],[-10.084,-1.841],[0,13.293],[13.762,3.482],[0,0]],"o":[[0,0],[12.53,2.288],[0,-14.365],[-13.257,-3.354],[0,0]],"v":[[-11.194,46.448],[21.822,43.947],[50.37,27.152],[12.59,11.753],[-10.694,10.93]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":27,"s":[{"i":[[0,0],[-10.084,-1.841],[0,13.293],[13.762,3.482],[0,0]],"o":[[0,0],[12.53,2.288],[0,-14.365],[-13.257,-3.354],[0,0]],"v":[[-12.194,46.448],[16.322,44.447],[40.87,29.152],[7.09,12.253],[-11.694,10.93]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":30,"s":[{"i":[[0,0],[-9.716,3.266],[0,13.293],[15.762,-2.018],[0,0]],"o":[[0,0],[12.53,-4.212],[0,-14.365],[-13.564,1.737],[0,0]],"v":[[-12.194,46.448],[11.822,42.947],[35.87,27.652],[7.59,10.753],[-11.694,10.93]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":32,"s":[{"i":[[0,0],[-10.034,4.574],[0,13.293],[15.262,-4.518],[0,0]],"o":[[0,0],[12.53,-5.712],[0,-14.365],[-13.112,3.882],[0,0]],"v":[[-11.694,40.948],[13.322,39.447],[36.37,19.652],[7.59,10.753],[-11.194,9.93]]}]},{"t":37,"s":[{"i":[[0,0],[-10.249,0.161],[0,13.293],[11.262,0.482],[0,0]],"o":[[0,0],[13.53,-0.212],[0,-14.365],[-13.662,-0.585],[0,0]],"v":[[-10.194,45.948],[15.822,46.447],[41.37,29.652],[14.59,11.753],[-9.694,12.43]]}]}]},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":2,"s":[{"i":[[0,0],[-0.692,2.11],[0.058,5.864],[0.866,1.732],[0,0]],"o":[[0,0],[0.591,-1.802],[-0.081,-8.134],[-0.969,-1.939],[0,0]],"v":[[-42.194,-29.872],[-39.601,-35.625],[-38.957,-48.631],[-39.903,-61.247],[-41.776,-62.247]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":4,"s":[{"i":[[0,0],[-1.653,2.11],[0.139,5.864],[2.069,1.732],[0,0]],"o":[[0,0],[1.412,-1.802],[-0.193,-8.134],[-2.316,-1.939],[0,0]],"v":[[-31.944,-18.622],[-25.746,-24.375],[-24.206,-37.381],[-26.467,-49.997],[-30.944,-50.997]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":6,"s":[{"i":[[0,0],[-1.653,2.11],[0.139,5.864],[2.069,1.732],[0,0]],"o":[[0,0],[1.412,-1.802],[-0.193,-8.134],[-2.316,-1.939],[0,0]],"v":[[-15.694,-15.872],[-5.996,-21.125],[-1.456,-33.631],[-6.717,-46.747],[-15.194,-48.247]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":8,"s":[{"i":[[0,0],[-2.844,6.53],[-1.693,5.616],[10.069,-5.018],[0,0]],"o":[[0,0],[2.347,-5.39],[2.054,-6.814],[-8.016,3.995],[0,0]],"v":[[-15.194,-15.372],[0.254,-21.125],[9.294,-29.631],[0.033,-44.247],[-14.194,-47.747]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":10,"s":[{"i":[[0,0],[-3.065,11.673],[-4.193,2.116],[7.045,-7.388],[0,0]],"o":[[0,0],[2.597,-9.89],[11.293,-5.7],[-6.181,6.482],[0,0]],"v":[[-10.444,-15.872],[10.754,-18.875],[22.044,-30.381],[8.033,-46.747],[-10.444,-48.247]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":12,"s":[{"i":[[0,0],[-3.065,11.673],[1.307,10.616],[6.319,-8.018],[0,0]],"o":[[0,0],[2.597,-9.89],[-1.546,-12.555],[-7.387,9.373],[0,0]],"v":[[-7.194,-15.872],[16.254,-18.875],[29.544,-32.381],[13.533,-48.247],[-7.194,-48.247]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"t":14,"s":[{"i":[[0,0],[-7.132,9.736],[0,12.221],[10.692,-5.3],[0,0]],"o":[[0,0],[5.418,-7.395],[0,-12.65],[-10.693,5.3],[0,0]],"v":[[-7.194,-15.872],[16.254,-18.875],[36.044,-32.381],[13.533,-48.247],[-7.194,-48.247]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":20,"s":[{"i":[[0,0],[-9.374,7.601],[0.557,12.616],[18.319,-6.518],[0,0]],"o":[[0,0],[10.347,-8.39],[-0.657,-14.87],[-11.244,4.001],[0,0]],"v":[[-3.319,-16.372],[21.004,-15.375],[46.795,-31.881],[18.033,-47.247],[-3.319,-48.265]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":24,"s":[{"i":[[0,0],[-11.376,-4.031],[0.557,12.616],[17.569,5.482],[0,0]],"o":[[0,0],[11.597,4.11],[-0.657,-14.87],[-11.393,-3.555],[0,0]],"v":[[-11.069,-16.371],[15.255,-15.375],[46.795,-34.381],[12.283,-47.247],[-11.069,-48.264]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":27,"s":[{"i":[[0,0],[-11.376,-4.031],[0.557,12.616],[17.569,5.482],[0,0]],"o":[[0,0],[11.597,4.11],[-0.657,-14.87],[-11.393,-3.555],[0,0]],"v":[[-12.069,-16.371],[9.755,-14.875],[34.795,-33.881],[6.783,-46.747],[-12.069,-48.264]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":30,"s":[{"i":[[0,0],[-11.738,2.805],[0.557,12.616],[15.069,-0.518],[0,0]],"o":[[0,0],[12.097,-2.89],[-0.657,-14.87],[-11.927,0.41],[0,0]],"v":[[-12.069,-16.371],[6.755,-16.375],[31.795,-35.381],[4.783,-47.247],[-12.069,-48.264]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":32,"s":[{"i":[[0,0],[-11.738,2.805],[0.557,12.616],[15.069,-0.518],[0,0]],"o":[[0,0],[12.097,-2.89],[-0.657,-14.87],[-11.927,0.41],[0,0]],"v":[[-13.569,-20.371],[6.755,-16.375],[29.795,-39.881],[4.783,-47.247],[-12.069,-48.264]]}]},{"t":37,"s":[{"i":[[0,0],[-12.068,-0.119],[0.557,12.616],[10.069,0.482],[0,0]],"o":[[0,0],[11.097,0.11],[-0.657,-14.87],[-5.029,-0.241],[0,0]],"v":[[-9.819,-15.121],[11.755,-14.875],[33.795,-31.381],[9.283,-47.747],[-8.569,-47.764]]}]}]},"nm":"Path 2"},{"ind":2,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":2,"s":[{"i":[[-1.81,1.749],[-0.86,-0.217],[-1.22,-9.917],[-2.482,-13.756],[0,0],[1.583,-5.417],[7.316,-11.263],[0.492,0.237]],"o":[[0.242,0.033],[7.39,-1.467],[0.667,5.423],[0,0],[3.268,16.065],[-2.041,6.984],[0.316,-0.513],[-0.698,-2.846]],"v":[[-43.64,-75.798],[-43.038,-75.798],[-32.816,-52.188],[-36.417,-6.759],[-36.417,-6.33],[-28.981,34.402],[-43.715,75.248],[-43.64,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":4,"s":[{"i":[[-1.81,1.749],[-2.36,0.033],[-3.6,-9.32],[-2.482,-13.756],[0,0],[2.423,-6.614],[8.066,-0.763],[0.492,0.237]],"o":[[0.242,0.033],[7.779,-0.109],[14.167,36.673],[0,0],[3.268,16.065],[-6.167,16.833],[-1.943,0.184],[-0.698,-2.846]],"v":[[-43.64,-76.548],[-36.288,-76.048],[-16.816,-54.188],[-14.667,-0.009],[-14.667,0.42],[-15.732,34.902],[-40.715,74.998],[-43.64,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":6,"s":[{"i":[[-2.26,1.108],[-12.797,2.457],[-3.583,-9.327],[-2.482,-13.756],[0,0],[-3.167,-7.667],[20.066,-1.013],[0.492,0.237]],"o":[[2.992,-1.467],[7.64,-1.467],[9.719,25.301],[0,0],[3.268,16.065],[6.551,15.86],[-19.927,1.006],[-0.698,-2.846]],"v":[[-43.64,-76.548],[-14.288,-76.298],[11.934,-60.688],[14.833,-1.259],[14.833,-0.83],[21.018,23.152],[-2.464,75.248],[-43.64,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":8,"s":[{"i":[[-2.284,1.057],[-12.61,3.283],[-3.333,-14.827],[-2.482,-13.756],[0,0],[-3.167,-7.667],[27.816,2.987],[2.186,1.951]],"o":[[7.492,-3.467],[18.213,-4.742],[5.944,26.444],[0,0],[3.268,16.065],[6.551,15.86],[-19.838,-2.13],[-2.187,-1.951]],"v":[[-43.64,-76.548],[-14.288,-76.298],[21.934,-58.438],[21.833,-1.259],[21.833,-0.83],[34.268,28.402],[-1.964,76.998],[-43.64,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":10,"s":[{"i":[[-2.211,1.203],[-18.212,4.75],[-3.333,-14.827],[2.518,-18.006],[0,0],[-3.831,-19.346],[26.503,4.393],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[5.944,26.444],[0,0],[-1.149,21.088],[3.333,16.833],[-19.684,-3.263],[-2.187,-1.951]],"v":[[-41.39,-76.548],[-2.288,-76.798],[34.184,-57.438],[35.833,-4.259],[35.833,-3.83],[44.768,25.902],[20.036,75.498],[-41.39,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":12,"s":[{"i":[[-2.211,1.203],[-18.212,4.75],[-4.333,-30.827],[0.518,-15.696],[0,0],[-0.27,-19.72],[25.863,7.267],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[3.772,26.84],[0,0],[-1.149,21.088],[0.333,24.325],[-25.863,-7.268],[-2.187,-1.951]],"v":[[-42.14,-76.548],[13.961,-76.548],[40.185,-50.938],[35.833,-5.009],[35.833,-4.58],[48.518,32.902],[19.535,75.248],[-42.14,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":14,"s":[{"i":[[-2.211,1.203],[-18.212,4.75],[0.182,-35.577],[0.518,-15.696],[0,0],[-0.27,-19.72],[20.316,5.987],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[-0.138,27.103],[0,0],[-1.149,21.088],[0.333,24.325],[-25.769,-7.594],[-2.187,-1.951]],"v":[[-41.89,-74.548],[13.961,-76.548],[50.185,-46.938],[43.333,-4.509],[43.333,-4.08],[52.518,32.402],[19.535,75.248],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":20,"s":[{"i":[[10.992,53.783],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.557,2.877]],"o":[[-0.714,-3.493],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-7.258,-37.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[70.935,-35.188],[52.583,-4.759],[52.583,-4.33],[79.269,35.902],[27.035,75.748],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":24,"s":[{"i":[[5.992,48.283],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.433,2.898]],"o":[[-0.439,-3.538],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-5.758,-38.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[70.685,-35.188],[52.583,-4.759],[52.583,-4.33],[79.019,35.902],[27.035,75.748],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":27,"s":[{"i":[[-4.008,47.283],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[-0.284,2.916]],"o":[[0.301,-3.552],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[4.242,-43.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[66.685,-34.188],[47.083,-4.259],[47.083,-3.83],[75.019,36.902],[27.035,75.748],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":30,"s":[{"i":[[7.992,47.783],[-23.325,-3.498],[0.795,-21.872],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.34,2.91]],"o":[[-0.588,-3.516],[21.89,3.283],[-0.833,22.923],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-5.258,-45.013]],"v":[[-43.14,-75.548],[25.962,-75.048],[63.685,-37.688],[44.083,-5.259],[44.083,-4.83],[71.019,37.402],[24.035,75.248],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":32,"s":[{"i":[[11.992,50.283],[-23.514,1.844],[0.795,-21.872],[-1.107,-6.756],[0,0],[2.104,-37.626],[24.436,-1.757],[0.608,2.866]],"o":[[-0.827,-3.468],[21.89,-1.717],[-0.833,22.923],[0,0],[-0.232,9.565],[-1.417,25.333],[-20.684,1.487],[-9.758,-46.013]],"v":[[-43.14,-75.548],[22.962,-78.548],[61.685,-42.188],[44.333,-6.759],[44.333,-6.33],[72.519,33.902],[24.035,72.748],[-42.89,75.248]]}]},{"t":37,"s":[{"i":[[-0.008,1.283],[-23.583,-0.378],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[-0.008,0.487]],"o":[[0.242,-0.467],[17.64,0.283],[-1.583,25.173],[0,0],[-0.232,-0.935],[-1.417,25.333],[-20.684,1.487],[0.014,-2.145]],"v":[[-43.14,-75.548],[32.462,-75.548],[68.685,-34.688],[47.083,-2.759],[47.083,-2.33],[76.519,37.402],[27.035,75.748],[-42.89,75.248]]}]}]},"nm":"Path 3"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,219,67,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[52.977,108.888]}}],"nm":"Group 14"}],"bounds":{"l":7,"t":29,"b":187,"r":133},"ip":2,"op":37,"st":2}]}],"v":"3.1.6","layers":[{"ddd":0,"ind":0,"ty":0,"nm":"N","refId":"comp_34","ks":{"p":{"k":[1513,137.5,0]},"a":{"k":[125,137.5,0]}},"w":250,"h":275,"ip":0,"op":6300,"st":0},{"ddd":0,"ind":1,"ty":0,"nm":"I","refId":"comp_35","ks":{"p":{"k":[1393,137.5,0]},"a":{"k":[100,137.5,0]}},"w":200,"h":275,"ip":0,"op":6300,"st":0},{"ddd":0,"ind":2,"ty":0,"nm":"V","refId":"comp_36","ks":{"p":{"k":[1286,137.5,0]},"a":{"k":[125,137.5,0]}},"w":250,"h":275,"ip":0,"op":6300,"st":0},{"ddd":0,"ind":3,"ty":0,"nm":"O2","refId":"comp_37","ks":{"p":{"k":[1123,137.5,0]},"a":{"k":[125,137.5,0]}},"w":250,"h":275,"ip":0,"op":6300,"st":0},{"ddd":0,"ind":4,"ty":0,"nm":"M","refId":"comp_40","ks":{"p":{"k":[932,137.5,0]},"a":{"k":[125,137.5,0]}},"w":250,"h":275,"ip":0,"op":6300,"st":0},{"ddd":0,"ind":5,"ty":0,"nm":"Y","refId":"comp_41","ks":{"p":{"k":[765,137.5,0]},"a":{"k":[125,137.5,0]}},"w":250,"h":275,"ip":0,"op":6300,"st":0},{"ddd":0,"ind":6,"ty":0,"nm":"D","refId":"comp_43","ks":{"p":{"k":[623,137.5,0]},"a":{"k":[125,137.5,0]}},"w":250,"h":275,"ip":0,"op":6300,"st":0},{"ddd":0,"ind":7,"ty":0,"nm":"0","refId":"comp_49","ks":{"p":{"k":[456,163.5,0]},"a":{"k":[125,163.5,0]}},"w":250,"h":275,"ip":0,"op":6300,"st":0},{"ddd":0,"ind":8,"ty":0,"nm":"00","refId":"comp_51","ks":{"p":{"k":[290,137.5,0]},"a":{"k":[125,137.5,0]}},"w":250,"h":275,"ip":0,"op":6300,"st":0},{"ddd":0,"ind":11,"ty":4,"nm":"bg Outlines","ks":{"p":{"k":[910,137.5,0]},"a":{"k":[910.25,137.75,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-910,137.5],[910,137.5],[910,-137.5],[-910,-137.5]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[88,214,112,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[910.25,137.75]}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":276,"r":1821},"ip":0,"op":6300,"st":0}],"ip":0,"op":103,"fr":30,"w":1820,"h":275} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/catrim.json b/ohos/flutter_lottie/assets/Tests/catrim.json new file mode 100644 index 0000000000000000000000000000000000000000..97727cc6a67a5bf80deda060f8433d1234d0bc53 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/catrim.json @@ -0,0 +1 @@ +{"assets":[{"id":"comp_9","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"cola","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[507,442,0]},"a":{"k":[37,132,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":46,"s":[{"i":[[0,0],[-12,29],[8,20],[-28.169,19.274],[11,22]],"o":[[0,0],[12,-29],[-8,-20],[19,-13],[-1,0]],"v":[[36,131],[81,99],[62,19],[81,-47],[115,-102]]}],"e":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":49,"s":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}],"e":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52.333,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}],"e":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":55.333,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}],"e":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":58.667,"s":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}],"e":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":62,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}],"e":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":65,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}],"e":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":68,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}],"e":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":71,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}],"e":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":74.334,"s":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}],"e":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":77.667,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}],"e":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":80.667,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}],"e":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":84,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}],"e":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":87,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}],"e":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":90.334,"s":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}],"e":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":93.667,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}],"e":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":96.667,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}],"e":[{"i":[[0,0],[-12,29],[8,20],[-28.169,19.274],[11,22]],"o":[[0,0],[12,-29],[-8,-20],[19,-13],[-1,0]],"v":[[36,131],[81,99],[62,19],[81,-47],[115,-102]]}]},{"t":101}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.9,0.99,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":100,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":54,"s":[0],"e":[100]},{"t":72}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":38,"s":[0],"e":[100]},{"t":56}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2"}],"bounds":{"l":30,"t":-106,"b":137,"r":126},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":1,"ty":4,"nm":"pata4","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[433,491,0]},"a":{"k":[-28,191,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[-7.5,0],[-1,-21.5],[-12.08,-0.255],[0,0]],"o":[[1.118,0],[0,-0.247],[9.508,0.2],[0,0]],"v":[[-91,168],[-108,188.5],[-80.258,193.05],[-53.5,190.25]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.9,0.99,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":100,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":51.25,"s":[0],"e":[100]},{"t":70.375}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":40,"s":[0],"e":[100]},{"t":53.5}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2"}],"bounds":{"l":-113,"t":163,"b":198,"r":-49},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":2,"ty":4,"nm":"pata3","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[442,491,0]},"a":{"k":[-28,191,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[-7,0],[0,-27],[-12.032,-0.155],[0,0]],"o":[[7,0],[0,-0.254],[13.495,0.173],[0,0]],"v":[[-91,168],[-108,188.5],[-86.745,193.327],[-63,189.5]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.9,0.99,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":100,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":100,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":7,"s":[0],"e":[100]},{"t":20}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[0],"e":[100]},{"t":9}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":4,"nm":"Trim Paths 3"}],"bounds":{"l":-112,"t":163,"b":198,"r":-59},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":3,"ty":4,"nm":"panza 2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[437,328,0]},"a":{"k":[-33,28,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[12.5,-24],[-39.5,1],[29.5,48],[0,0]],"o":[[0,0],[-28.061,53.878],[39.49,-1],[-7.41,-12.056],[0,0]],"v":[[-39.75,17],[-51.5,81],[-31,168.5],[-10.5,85],[-21.25,57.75]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.9,0.99,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":31,"s":[0],"e":[100]},{"t":54}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":17,"s":[0],"e":[100]},{"t":40}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-72,"t":13,"b":173,"r":11},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":4,"ty":4,"nm":"cuerpo4","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[460,304.5,0]},"a":{"k":[-56,4.5,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[31.5,-55],[-37.5,-18.5],[0,0]],"o":[[0,0],[-18.71,32.668],[9.024,4.452],[0,0]],"v":[[-58,1],[-88.5,96],[-69.5,186],[-47.5,190.5]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.9,0.99,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":37,"s":[0],"e":[100]},{"t":64}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":24,"s":[0],"e":[100]},{"t":48}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-105,"t":-3,"b":195,"r":-43},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":5,"ty":4,"nm":"cuerpo3","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[409,337.5,0]},"a":{"k":[-63,37.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[26.267,-38.017],[-37.5,-18.5],[-2.558,-0.637]],"o":[[0,0],[-19,27.5],[2.323,1.146],[7.379,1.837]],"v":[[-61,35.5],[-88.5,96],[-69.5,186],[-62.034,188.637]]}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":27,"s":[0],"e":[100]},{"t":48}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":10,"s":[0],"e":[100]},{"t":34}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.9,0.99,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"gr","it":[{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":0,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":1,"nm":"Trim Paths 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"}],"bounds":{"l":-105,"t":31,"b":193,"r":-54},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":6,"ty":4,"nm":"bigote6","ks":{"o":{"k":100},"r":{"k":41},"p":{"k":[367.5,259.5,0]},"a":{"k":[-93.5,-19.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0.943,-1.677],[0,0]],"o":[[0,0],[-1.591,2.827],[0,0]],"v":[[-92.5,-20.5],[-96.963,-15.946],[-98.742,-8.961]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.9,0.99,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":43,"s":[0],"e":[100]},{"t":51}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":37,"s":[0],"e":[100]},{"t":44}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-103,"t":-24,"b":-5,"r":-89},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":7,"ty":4,"nm":"bigote5","ks":{"o":{"k":100},"r":{"k":30},"p":{"k":[375,269.5,0]},"a":{"k":[-93.5,-19.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[1.052,-2.971],[0,0]],"o":[[0,0],[-1.55,4.375],[0,0]],"v":[[-92.5,-20.5],[-98.53,-11.271],[-100.228,-0.382]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.9,0.99,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":40,"s":[0],"e":[100]},{"t":48}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":34,"s":[0],"e":[100]},{"t":42}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-104,"t":-24,"b":4,"r":-89},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":8,"ty":4,"nm":"bigote4","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[382.5,278.5,0]},"a":{"k":[-93.5,-19.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[2.885,-6.557],[0,0]],"o":[[0,0],[-2.75,6.25],[0,0]],"v":[[-92.5,-20.5],[-100.25,-11],[-102.75,4.25]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.9,0.99,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":37,"s":[0],"e":[100]},{"t":48}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":31,"s":[0],"e":[100]},{"t":39}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-107,"t":-24,"b":8,"r":-89},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":9,"ty":4,"nm":"boca 2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[456,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[-15.5,0.5],[0,0],[-17,0.5],[0,0]],"o":[[0,0],[15.5,-0.5],[0,0],[17,-0.5],[0,0]],"v":[[-64,-32],[-37,-23.5],[-12.5,-32],[11.5,-22],[37,-32]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.9,0.99,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":34,"s":[0],"e":[100]},{"t":43}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":24,"s":[0],"e":[100]},{"t":36}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-68,"t":-36,"b":-18,"r":41},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":10,"ty":4,"nm":"nariz 2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[443,258,0]},"a":{"k":[-32,-42,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[15,-0.409],[-2,-2.455],[-4.5,0],[-3,2.864]],"o":[[-15,0.409],[2,2.455],[4.5,0],[5.337,-5.094]],"v":[[-32.5,-48.591],[-45,-42.864],[-32,-35.5],[-20.5,-42.045]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.9,0.99,1]},"o":{"k":100},"w":{"k":6},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":33,"s":[0],"e":[100]},{"t":44}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":24,"s":[0],"e":[100]},{"t":36}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-50,"t":-52,"b":-32,"r":-14},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":11,"ty":4,"nm":"cabeza","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[441,304,0]},"a":{"k":[-35,2,0]},"s":{"k":[110.695,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":45,"s":[{"i":[[0,0],[83.479,0.414],[0,0],[-7.5,3.285],[0,0],[-18.857,0.349],[0,0],[-6,-3.285],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[7.5,-3.285],[0,0],[16.207,-0.3],[0,0],[6,3.285],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-106.837,-137.531],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[40.095,-138],[36.354,-90.14]]}],"e":[{"i":[[0,0],[83.479,0.414],[0,0],[-4.745,6.673],[0,0],[-18.857,0.349],[0,0],[-3.633,-5.796],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[5.5,-7.734],[0,0],[16.206,-0.3],[0,0],[4.178,6.665],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-122.117,-104.697],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[54.477,-105.166],[36.354,-90.14]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":49,"s":[{"i":[[0,0],[83.479,0.414],[0,0],[-4.745,6.673],[0,0],[-18.857,0.349],[0,0],[-3.633,-5.796],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[5.5,-7.734],[0,0],[16.206,-0.3],[0,0],[4.178,6.665],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-122.117,-104.697],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[54.477,-105.166],[36.354,-90.14]]}],"e":[{"i":[[0,0],[83.479,0.414],[0,0],[-4.745,6.673],[0,0],[-18.857,0.349],[0,0],[-3.911,-8.259],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[5.5,-7.734],[0,0],[16.207,-0.3],[0,0],[3.367,7.11],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-120.319,-110.667],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[50.881,-111.136],[36.354,-90.14]]}]},{"t":52}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.9,0.99,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100.506,100.506],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":36,"s":[0],"e":[100]},{"t":64}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":19,"s":[0],"e":[100]},{"t":48}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-128,"t":-144,"b":3,"r":60},"ip":0,"op":6300,"st":0}]},{"id":"comp_10","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"cola","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[507,442,0]},"a":{"k":[37,132,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[{"i":[[0,0],[-12,29],[8,20],[-28.169,19.274],[11,22]],"o":[[0,0],[12,-29],[-8,-20],[19,-13],[-1,0]],"v":[[36,131],[81,99],[62,19],[81,-47],[115,-102]]}],"e":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45,"s":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}],"e":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":48.333,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}],"e":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":51.333,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}],"e":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":54.667,"s":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}],"e":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":58,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}],"e":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":61,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}],"e":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":64,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}],"e":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":67,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}],"e":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":70.334,"s":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}],"e":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":73.667,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}],"e":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":76.667,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}],"e":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":80,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}],"e":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":83,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}],"e":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":86.334,"s":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}],"e":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":89.667,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}],"e":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":92.667,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}],"e":[{"i":[[0,0],[-12,29],[8,20],[-28.169,19.274],[11,22]],"o":[[0,0],[12,-29],[-8,-20],[19,-13],[-1,0]],"v":[[36,131],[81,99],[62,19],[81,-47],[115,-102]]}]},{"t":97}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":100,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":64,"s":[0],"e":[100]},{"t":84.25}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":46,"s":[0],"e":[100]},{"t":66.25}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2"}],"bounds":{"l":30,"t":-106,"b":137,"r":126},"ip":1,"op":6301,"st":1},{"ddd":0,"ind":1,"ty":4,"nm":"pata4","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[433,491,0]},"a":{"k":[-28,191,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[-7.5,0],[-1,-21.5],[-12.08,-0.255],[0,0]],"o":[[1.118,0],[0,-0.247],[9.508,0.2],[0,0]],"v":[[-91,168],[-108,188.5],[-80.258,193.05],[-53.5,190.25]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":100,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":56.25,"s":[0],"e":[100]},{"t":75.375}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":45,"s":[0],"e":[100]},{"t":58.5}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2"}],"bounds":{"l":-113,"t":163,"b":198,"r":-49},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":2,"ty":4,"nm":"pata3","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[442,491,0]},"a":{"k":[-28,191,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[-7,0],[0,-27],[-12.032,-0.155],[0,0]],"o":[[7,0],[0,-0.254],[13.495,0.173],[0,0]],"v":[[-91,168],[-108,188.5],[-86.745,193.327],[-63,189.5]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":100,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":11.875,"s":[0],"e":[100]},{"t":26.5}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":4,"s":[0],"e":[100]},{"t":14.125}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2"}],"bounds":{"l":-112,"t":163,"b":198,"r":-59},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":3,"ty":4,"nm":"panza 2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[437,328,0]},"a":{"k":[-33,28,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[12.5,-24],[-39.5,1],[29.5,48],[0,0]],"o":[[0,0],[-28.061,53.878],[39.49,-1],[-7.41,-12.056],[0,0]],"v":[[-39.75,17],[-51.5,81],[-31,168.5],[-10.5,85],[-21.25,57.75]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":34.875,"s":[0],"e":[100]},{"t":60.75}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":19.125,"s":[0],"e":[100]},{"t":45}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-72,"t":13,"b":173,"r":11},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":4,"ty":4,"nm":"cuerpo4","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[460,304.5,0]},"a":{"k":[-56,4.5,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[31.5,-55],[-37.5,-18.5],[0,0]],"o":[[0,0],[-18.71,32.668],[9.024,4.452],[0,0]],"v":[[-58,1],[-88.5,96],[-69.5,186],[-47.5,190.5]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":41.625,"s":[0],"e":[100]},{"t":72}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":27,"s":[0],"e":[100]},{"t":54}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-105,"t":-3,"b":195,"r":-43},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":5,"ty":4,"nm":"cuerpo3","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[409,337.5,0]},"a":{"k":[-63,37.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[26.267,-38.017],[-37.5,-18.5],[-2.558,-0.637]],"o":[[0,0],[-19,27.5],[2.323,1.146],[7.379,1.837]],"v":[[-61,35.5],[-88.5,96],[-69.5,186],[-62.034,188.637]]}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":30.375,"s":[0],"e":[100]},{"t":54}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":11.25,"s":[0],"e":[100]},{"t":38.25}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"gr","it":[{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":0,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":1,"nm":"Trim Paths 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"}],"bounds":{"l":-105,"t":31,"b":193,"r":-54},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":6,"ty":0,"nm":"bigoteFlipMagen","refId":"comp_11","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[442,300,0]},"a":{"k":[450,300,0]},"s":{"k":[-100,100,100]}},"w":900,"h":600,"ip":0,"op":6300,"st":0},{"ddd":0,"ind":7,"ty":4,"nm":"bigote6","ks":{"o":{"k":100},"r":{"k":41},"p":{"k":[367.5,259.5,0]},"a":{"k":[-93.5,-19.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0.943,-1.677],[0,0]],"o":[[0,0],[-1.591,2.827],[0,0]],"v":[[-92.5,-20.5],[-96.963,-15.946],[-98.742,-8.961]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":48.375,"s":[0],"e":[100]},{"t":57.375}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":41.625,"s":[0],"e":[100]},{"t":49.5}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-103,"t":-24,"b":-5,"r":-89},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":8,"ty":4,"nm":"bigote5","ks":{"o":{"k":100},"r":{"k":30},"p":{"k":[375,269.5,0]},"a":{"k":[-93.5,-19.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[1.052,-2.971],[0,0]],"o":[[0,0],[-1.55,4.375],[0,0]],"v":[[-92.5,-20.5],[-98.53,-11.271],[-100.228,-0.382]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":45,"s":[0],"e":[100]},{"t":54}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":38.25,"s":[0],"e":[100]},{"t":47.25}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-104,"t":-24,"b":4,"r":-89},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":9,"ty":4,"nm":"bigote4","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[382.5,278.5,0]},"a":{"k":[-93.5,-19.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[2.885,-6.557],[0,0]],"o":[[0,0],[-2.75,6.25],[0,0]],"v":[[-92.5,-20.5],[-100.25,-11],[-102.75,4.25]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":41.625,"s":[0],"e":[100]},{"t":54}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":34.875,"s":[0],"e":[100]},{"t":43.875}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-107,"t":-24,"b":8,"r":-89},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":10,"ty":4,"nm":"ojo4","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[485,234.5,0]},"a":{"k":[-77.5,-64.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-77.25,-71.25],[-77.25,-63.098],[-77.25,-54.25]]}],"e":[{"i":[[0,0],[-3.032,0.657],[0,0]],"o":[[0,0],[3.671,-0.796],[0,0]],"v":[[-85.781,-56.828],[-80.421,-59.954],[-73.219,-60.172]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":53,"s":[{"i":[[0,0],[-3.032,0.657],[0,0]],"o":[[0,0],[3.671,-0.796],[0,0]],"v":[[-85.781,-56.828],[-80.421,-59.954],[-73.219,-60.172]]}],"e":[{"i":[[0,0],[-3.032,0.657],[0,0]],"o":[[0,0],[3.671,-0.796],[0,0]],"v":[[-85.781,-56.828],[-80.421,-59.954],[-73.219,-60.172]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":120,"s":[{"i":[[0,0],[-3.032,0.657],[0,0]],"o":[[0,0],[3.671,-0.796],[0,0]],"v":[[-85.781,-56.828],[-80.421,-59.954],[-73.219,-60.172]]}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-77.25,-71.25],[-77.25,-63.098],[-77.25,-54.25]]}]},{"t":121}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.94,0.95,0.92,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":100,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":58,"s":[0],"e":[100]},{"t":64}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":53,"s":[0],"e":[100]},{"t":59}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2"}],"bounds":{"l":-90,"t":-76,"b":-50,"r":-69},"ip":43,"op":6343,"st":43},{"ddd":0,"ind":11,"ty":4,"nm":"ojo1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[400.5,234.5,0]},"a":{"k":[-77.5,-64.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-77.25,-71.25],[-77.25,-61.367],[-77.25,-54.25]]}],"e":[{"i":[[0,0],[2.97,0.647],[0,0]],"o":[[0,0],[-3.381,-0.737],[0,0]],"v":[[-69.387,-56.399],[-75.47,-59.397],[-82.613,-59.101]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":53,"s":[{"i":[[0,0],[2.97,0.647],[0,0]],"o":[[0,0],[-3.381,-0.737],[0,0]],"v":[[-69.387,-56.399],[-75.47,-59.397],[-82.613,-59.101]]}],"e":[{"i":[[0,0],[2.97,0.647],[0,0]],"o":[[0,0],[-3.381,-0.737],[0,0]],"v":[[-69.387,-56.399],[-75.47,-59.397],[-82.613,-59.101]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":120,"s":[{"i":[[0,0],[2.97,0.647],[0,0]],"o":[[0,0],[-3.381,-0.737],[0,0]],"v":[[-69.387,-56.399],[-75.47,-59.397],[-82.613,-59.101]]}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-77.25,-71.25],[-77.25,-61.367],[-77.25,-54.25]]}]},{"t":121}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":58,"s":[0],"e":[100]},{"t":64}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":53,"s":[0],"e":[100]},{"t":59}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-87,"t":-76,"b":-50,"r":-65},"ip":43,"op":6343,"st":43},{"ddd":0,"ind":12,"ty":4,"nm":"boca","parent":13,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-19,0,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":41,"s":[{"i":[[0,0],[-15.5,0.5],[0,0],[-17,0.5],[0,0]],"o":[[0,0],[15.5,-0.5],[0,0],[17,-0.5],[0,0]],"v":[[-64,-32],[-37,-23.5],[-12.5,-32],[11.5,-22],[37,-32]]}],"e":[{"i":[[0,0],[-15.5,0.5],[0,0],[-17,0.5],[0,0]],"o":[[0,0],[15.5,-0.5],[0,0],[17,-0.5],[0,0]],"v":[[-59.75,-35],[-37.25,-30],[-13.75,-38.5],[11.25,-28],[32.75,-34.5]]}]},{"t":44}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":38.25,"s":[0],"e":[100]},{"t":48.375}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":27,"s":[0],"e":[100]},{"t":40.5}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-68,"t":-42,"b":-18,"r":41},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":13,"ty":4,"nm":"nariz","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[443,258,0]},"a":{"k":[-32,-42,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":41,"s":[{"i":[[15,-0.409],[-2,-2.455],[-4.5,0],[-3,2.864]],"o":[[-15,0.409],[2,2.455],[4.5,0],[5.337,-5.094]],"v":[[-32.5,-48.591],[-45,-42.864],[-32,-35.5],[-20.5,-42.045]]}],"e":[{"i":[[15,-0.288],[-2,-1.727],[-4.5,0],[-3,2.015]],"o":[[-15,0.288],[2,1.727],[4.5,0],[5.337,-3.585]],"v":[[-32.5,-51.462],[-45,-47.432],[-32,-42.25],[-20.5,-46.856]]}]},{"t":44}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"w":{"k":6},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":15.625,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":37.125,"s":[0],"e":[100]},{"t":49.5}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":27,"s":[0],"e":[100]},{"t":40.5}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2"}],"bounds":{"l":-50,"t":-55,"b":-32,"r":-14},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":14,"ty":4,"nm":"cabeza","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[441,304,0]},"a":{"k":[-35,2,0]},"s":{"k":[110.695,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":41,"s":[{"i":[[0,0],[83.479,0.414],[0,0],[-7.5,3.285],[0,0],[-18.857,0.349],[0,0],[-6,-3.285],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[7.5,-3.285],[0,0],[16.207,-0.3],[0,0],[6,3.285],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-106.837,-137.531],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[40.095,-138],[36.354,-90.14]]}],"e":[{"i":[[0,0],[83.479,0.414],[0,0],[-4.745,6.673],[0,0],[-18.857,0.349],[0,0],[-3.633,-5.796],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[5.5,-7.734],[0,0],[16.206,-0.3],[0,0],[4.178,6.665],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-122.117,-104.697],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[54.477,-105.166],[36.354,-90.14]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":45,"s":[{"i":[[0,0],[83.479,0.414],[0,0],[-4.745,6.673],[0,0],[-18.857,0.349],[0,0],[-3.633,-5.796],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[5.5,-7.734],[0,0],[16.206,-0.3],[0,0],[4.178,6.665],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-122.117,-104.697],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[54.477,-105.166],[36.354,-90.14]]}],"e":[{"i":[[0,0],[83.479,0.414],[0,0],[-4.745,6.673],[0,0],[-18.857,0.349],[0,0],[-3.911,-8.259],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[5.5,-7.734],[0,0],[16.207,-0.3],[0,0],[3.367,7.11],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-120.319,-110.667],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[50.881,-111.136],[36.354,-90.14]]}]},{"t":48}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100.506,100.506],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":40.5,"s":[0],"e":[100]},{"t":72}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":21,"s":[0],"e":[100]},{"t":54}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-128,"t":-144,"b":3,"r":60},"ip":0,"op":6300,"st":0}]},{"id":"comp_11","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"bigote9","ks":{"o":{"k":100},"r":{"k":41},"p":{"k":[367.5,259.5,0]},"a":{"k":[-93.5,-19.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0.943,-1.677],[0,0]],"o":[[0,0],[-1.591,2.827],[0,0]],"v":[[-92.5,-20.5],[-96.963,-15.946],[-98.742,-8.961]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":48.375,"s":[0],"e":[100]},{"t":57.375}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":41.625,"s":[0],"e":[100]},{"t":49.5}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-103,"t":-24,"b":-5,"r":-89},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":1,"ty":4,"nm":"bigote8","ks":{"o":{"k":100},"r":{"k":30},"p":{"k":[375,269.5,0]},"a":{"k":[-93.5,-19.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[1.052,-2.971],[0,0]],"o":[[0,0],[-1.55,4.375],[0,0]],"v":[[-92.5,-20.5],[-98.53,-11.271],[-100.228,-0.382]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":45,"s":[0],"e":[100]},{"t":54}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":38.25,"s":[0],"e":[100]},{"t":47.25}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-104,"t":-24,"b":4,"r":-89},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":2,"ty":4,"nm":"bigote7","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[382.5,278.5,0]},"a":{"k":[-93.5,-19.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[2.885,-6.557],[0,0]],"o":[[0,0],[-2.75,6.25],[0,0]],"v":[[-92.5,-20.5],[-100.25,-11],[-102.75,4.25]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":41.625,"s":[0],"e":[100]},{"t":54}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":34.875,"s":[0],"e":[100]},{"t":43.875}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-107,"t":-24,"b":8,"r":-89},"ip":0,"op":6300,"st":0}]},{"id":"comp_12","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"bigote6","ks":{"o":{"k":100},"r":{"k":41},"p":{"k":[367.5,259.5,0]},"a":{"k":[-93.5,-19.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0.943,-1.677],[0,0]],"o":[[0,0],[-1.591,2.827],[0,0]],"v":[[-92.5,-20.5],[-96.963,-15.946],[-98.742,-8.961]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.94,0.95,0.92,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":63,"s":[0],"e":[100]},{"t":70}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-103,"t":-24,"b":-5,"r":-89},"ip":26,"op":6326,"st":26},{"ddd":0,"ind":1,"ty":4,"nm":"bigote5","ks":{"o":{"k":100},"r":{"k":30},"p":{"k":[375,269.5,0]},"a":{"k":[-93.5,-19.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[1.052,-2.971],[0,0]],"o":[[0,0],[-1.55,4.375],[0,0]],"v":[[-92.5,-20.5],[-98.53,-11.271],[-100.228,-0.382]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.94,0.95,0.92,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":60,"s":[0],"e":[100]},{"t":68}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-104,"t":-24,"b":4,"r":-89},"ip":26,"op":6326,"st":26},{"ddd":0,"ind":2,"ty":4,"nm":"bigote4","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[382.5,278.5,0]},"a":{"k":[-93.5,-19.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[2.885,-6.557],[0,0]],"o":[[0,0],[-2.75,6.25],[0,0]],"v":[[-92.5,-20.5],[-100.25,-11],[-102.75,4.25]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.94,0.95,0.92,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":57,"s":[0],"e":[100]},{"t":65}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-107,"t":-24,"b":8,"r":-89},"ip":26,"op":6326,"st":26}]},{"id":"comp_13","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"cola","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[507,442,0]},"a":{"k":[37,132,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[{"i":[[0,0],[-12,29],[8,20],[-28.169,19.274],[11,22]],"o":[[0,0],[12,-29],[-8,-20],[19,-13],[-1,0]],"v":[[36,131],[81,99],[62,19],[81,-47],[115,-102]]}],"e":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":50,"s":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}],"e":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":53.333,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}],"e":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56.333,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}],"e":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":59.667,"s":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}],"e":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":63,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}],"e":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":66,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}],"e":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":69,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}],"e":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":72,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}],"e":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":75.334,"s":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}],"e":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":78.667,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}],"e":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":81.667,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}],"e":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":85,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}],"e":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":88,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}],"e":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":91.334,"s":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}],"e":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":94.667,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}],"e":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":97.667,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}],"e":[{"i":[[0,0],[-12,29],[8,20],[-28.169,19.274],[11,22]],"o":[[0,0],[12,-29],[-8,-20],[19,-13],[-1,0]],"v":[[36,131],[81,99],[62,19],[81,-47],[115,-102]]}]},{"t":102}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.45,0.47,0.89,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":100,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":54,"s":[0],"e":[100]},{"t":72}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":38,"s":[0],"e":[100]},{"t":56}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2"}],"bounds":{"l":30,"t":-106,"b":137,"r":126},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":1,"ty":4,"nm":"pata4","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[433,491,0]},"a":{"k":[-28,191,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[-7.5,0],[-1,-21.5],[-12.08,-0.255],[0,0]],"o":[[1.118,0],[0,-0.247],[9.508,0.2],[0,0]],"v":[[-91,168],[-108,188.5],[-80.258,193.05],[-53.5,190.25]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.45,0.47,0.89,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":100,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":50,"s":[0],"e":[100]},{"t":67}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":40,"s":[0],"e":[100]},{"t":52}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2"}],"bounds":{"l":-113,"t":163,"b":198,"r":-49},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":2,"ty":4,"nm":"pata3","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[442,491,0]},"a":{"k":[-28,191,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[-7,0],[0,-27],[-12.032,-0.155],[0,0]],"o":[[7,0],[0,-0.254],[13.495,0.173],[0,0]],"v":[[-91,168],[-108,188.5],[-86.745,193.327],[-63,189.5]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.45,0.47,0.89,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":100,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":7,"s":[0],"e":[100]},{"t":20}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[0],"e":[100]},{"t":9}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2"}],"bounds":{"l":-112,"t":163,"b":198,"r":-59},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":3,"ty":4,"nm":"panza 2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[437,328,0]},"a":{"k":[-33,28,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[12.5,-24],[-39.5,1],[29.5,48],[0,0]],"o":[[0,0],[-28.061,53.878],[39.49,-1],[-7.41,-12.056],[0,0]],"v":[[-39.75,17],[-51.5,81],[-31,168.5],[-10.5,85],[-21.25,57.75]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.46,0.48,0.89,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":31,"s":[0],"e":[100]},{"t":54}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":17,"s":[0],"e":[100]},{"t":40}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-72,"t":13,"b":173,"r":11},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":4,"ty":4,"nm":"cuerpo4","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[460,304.5,0]},"a":{"k":[-56,4.5,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[31.5,-55],[-37.5,-18.5],[0,0]],"o":[[0,0],[-18.71,32.668],[9.024,4.452],[0,0]],"v":[[-58,1],[-88.5,96],[-69.5,186],[-47.5,190.5]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.46,0.48,0.89,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":37,"s":[0],"e":[100]},{"t":64}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":24,"s":[0],"e":[100]},{"t":48}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-105,"t":-3,"b":195,"r":-43},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":5,"ty":4,"nm":"cuerpo3","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[409,337.5,0]},"a":{"k":[-63,37.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[26.267,-38.017],[-37.5,-18.5],[-2.558,-0.637]],"o":[[0,0],[-19,27.5],[2.323,1.146],[7.379,1.837]],"v":[[-61,35.5],[-88.5,96],[-69.5,186],[-62.034,188.637]]}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":27,"s":[0],"e":[100]},{"t":48}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":10,"s":[0],"e":[100]},{"t":34}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.46,0.48,0.89,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"gr","it":[{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":0,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":1,"nm":"Trim Paths 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"}],"bounds":{"l":-105,"t":31,"b":193,"r":-54},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":6,"ty":0,"nm":"bigoteFlipVioleta","refId":"comp_14","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[441,300,0]},"a":{"k":[450,300,0]},"s":{"k":[-100,100,100]}},"w":900,"h":600,"ip":0,"op":6300,"st":0},{"ddd":0,"ind":7,"ty":4,"nm":"bigote6","ks":{"o":{"k":100},"r":{"k":41},"p":{"k":[367.5,259.5,0]},"a":{"k":[-93.5,-19.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0.943,-1.677],[0,0]],"o":[[0,0],[-1.591,2.827],[0,0]],"v":[[-92.5,-20.5],[-96.963,-15.946],[-98.742,-8.961]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.46,0.48,0.89,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":43,"s":[0],"e":[100]},{"t":51}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":37,"s":[0],"e":[100]},{"t":44}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-103,"t":-24,"b":-5,"r":-89},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":8,"ty":4,"nm":"bigote5","ks":{"o":{"k":100},"r":{"k":30},"p":{"k":[375,269.5,0]},"a":{"k":[-93.5,-19.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[1.052,-2.971],[0,0]],"o":[[0,0],[-1.55,4.375],[0,0]],"v":[[-92.5,-20.5],[-98.53,-11.271],[-100.228,-0.382]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.46,0.48,0.89,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":40,"s":[0],"e":[100]},{"t":48}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":34,"s":[0],"e":[100]},{"t":42}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-104,"t":-24,"b":4,"r":-89},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":9,"ty":4,"nm":"bigote4","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[382.5,278.5,0]},"a":{"k":[-93.5,-19.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[2.885,-6.557],[0,0]],"o":[[0,0],[-2.75,6.25],[0,0]],"v":[[-92.5,-20.5],[-100.25,-11],[-102.75,4.25]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.46,0.48,0.89,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":37,"s":[0],"e":[100]},{"t":48}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":31,"s":[0],"e":[100]},{"t":39}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-107,"t":-24,"b":8,"r":-89},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":10,"ty":4,"nm":"boca 2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[456,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[-15.5,0.5],[0,0],[-17,0.5],[0,0]],"o":[[0,0],[15.5,-0.5],[0,0],[17,-0.5],[0,0]],"v":[[-64,-32],[-37,-23.5],[-12.5,-32],[11.5,-22],[37,-32]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.46,0.48,0.89,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":34,"s":[0],"e":[100]},{"t":43}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":24,"s":[0],"e":[100]},{"t":36}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-68,"t":-36,"b":-18,"r":41},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":11,"ty":4,"nm":"nariz 2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[443,258,0]},"a":{"k":[-32,-42,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[15,-0.409],[-2,-2.455],[-4.5,0],[-3,2.864]],"o":[[-15,0.409],[2,2.455],[4.5,0],[5.337,-5.094]],"v":[[-32.5,-48.591],[-45,-42.864],[-32,-35.5],[-20.5,-42.045]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.46,0.48,0.89,1]},"o":{"k":100},"w":{"k":6},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":33,"s":[0],"e":[100]},{"t":44}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":24,"s":[0],"e":[100]},{"t":36}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-50,"t":-52,"b":-32,"r":-14},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":12,"ty":4,"nm":"cabeza","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[441,304,0]},"a":{"k":[-35,2,0]},"s":{"k":[110.695,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":46,"s":[{"i":[[0,0],[83.479,0.414],[0,0],[-7.5,3.285],[0,0],[-18.857,0.349],[0,0],[-6,-3.285],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[7.5,-3.285],[0,0],[16.207,-0.3],[0,0],[6,3.285],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-106.837,-137.531],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[40.095,-138],[36.354,-90.14]]}],"e":[{"i":[[0,0],[83.479,0.414],[0,0],[-4.745,6.673],[0,0],[-18.857,0.349],[0,0],[-3.633,-5.796],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[5.5,-7.734],[0,0],[16.206,-0.3],[0,0],[4.178,6.665],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-122.117,-104.697],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[54.477,-105.166],[36.354,-90.14]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":50,"s":[{"i":[[0,0],[83.479,0.414],[0,0],[-4.745,6.673],[0,0],[-18.857,0.349],[0,0],[-3.633,-5.796],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[5.5,-7.734],[0,0],[16.206,-0.3],[0,0],[4.178,6.665],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-122.117,-104.697],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[54.477,-105.166],[36.354,-90.14]]}],"e":[{"i":[[0,0],[83.479,0.414],[0,0],[-4.745,6.673],[0,0],[-18.857,0.349],[0,0],[-3.911,-8.259],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[5.5,-7.734],[0,0],[16.207,-0.3],[0,0],[3.367,7.11],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-120.319,-110.667],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[50.881,-111.136],[36.354,-90.14]]}]},{"t":53}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.45,0.47,0.89,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100.506,100.506],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":36,"s":[0],"e":[100]},{"t":64}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":19,"s":[0],"e":[100]},{"t":48}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-128,"t":-144,"b":3,"r":60},"ip":0,"op":6300,"st":0}]},{"id":"comp_14","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"bigote9","ks":{"o":{"k":100},"r":{"k":41},"p":{"k":[367.5,259.5,0]},"a":{"k":[-93.5,-19.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0.943,-1.677],[0,0]],"o":[[0,0],[-1.591,2.827],[0,0]],"v":[[-92.5,-20.5],[-96.963,-15.946],[-98.742,-8.961]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.46,0.48,0.89,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":43,"s":[0],"e":[100]},{"t":51}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":37,"s":[0],"e":[100]},{"t":44}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-103,"t":-24,"b":-5,"r":-89},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":1,"ty":4,"nm":"bigote8","ks":{"o":{"k":100},"r":{"k":30},"p":{"k":[375,269.5,0]},"a":{"k":[-93.5,-19.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[1.052,-2.971],[0,0]],"o":[[0,0],[-1.55,4.375],[0,0]],"v":[[-92.5,-20.5],[-98.53,-11.271],[-100.228,-0.382]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.46,0.48,0.89,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":40,"s":[0],"e":[100]},{"t":48}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":34,"s":[0],"e":[100]},{"t":42}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-104,"t":-24,"b":4,"r":-89},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":2,"ty":4,"nm":"bigote7","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[382.5,278.5,0]},"a":{"k":[-93.5,-19.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[2.885,-6.557],[0,0]],"o":[[0,0],[-2.75,6.25],[0,0]],"v":[[-92.5,-20.5],[-100.25,-11],[-102.75,4.25]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.46,0.48,0.89,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":37,"s":[0],"e":[100]},{"t":48}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":31,"s":[0],"e":[100]},{"t":39}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-107,"t":-24,"b":8,"r":-89},"ip":0,"op":6300,"st":0}]},{"id":"comp_15","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"cola","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[507,442,0]},"a":{"k":[37,132,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":51,"s":[{"i":[[0,0],[-12,29],[8,20],[-28.169,19.274],[11,22]],"o":[[0,0],[12,-29],[-8,-20],[19,-13],[-1,0]],"v":[[36,131],[81,99],[62,19],[81,-47],[115,-102]]}],"e":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":54,"s":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}],"e":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":57.333,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}],"e":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":60.333,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}],"e":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":63.667,"s":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}],"e":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":67,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}],"e":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":70,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}],"e":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":73,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}],"e":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":76,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}],"e":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":79.334,"s":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}],"e":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":82.667,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}],"e":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":85.667,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}],"e":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":89,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}],"e":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":92,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}],"e":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":95.334,"s":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}],"e":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":98.667,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}],"e":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":101.667,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}],"e":[{"i":[[0,0],[-12,29],[8,20],[-28.169,19.274],[11,22]],"o":[[0,0],[12,-29],[-8,-20],[19,-13],[-1,0]],"v":[[36,131],[81,99],[62,19],[81,-47],[115,-102]]}]},{"t":106}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.62,0.89,0.45,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":100,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":54,"s":[0],"e":[100]},{"t":72}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":38,"s":[0],"e":[100]},{"t":56}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2"}],"bounds":{"l":30,"t":-106,"b":137,"r":126},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":2,"ty":4,"nm":"pata4","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[433,491,0]},"a":{"k":[-28,191,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[-7.5,0],[-1,-21.5],[-12.08,-0.255],[0,0]],"o":[[1.118,0],[0,-0.247],[9.508,0.2],[0,0]],"v":[[-91,168],[-108,188.5],[-80.258,193.05],[-53.5,190.25]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.62,0.89,0.45,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":100,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":50,"s":[0],"e":[100]},{"t":67}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":40,"s":[0],"e":[100]},{"t":52}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2"}],"bounds":{"l":-113,"t":163,"b":198,"r":-49},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":3,"ty":4,"nm":"pata3","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[442,491,0]},"a":{"k":[-28,191,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[-7,0],[0,-27],[-12.032,-0.155],[0,0]],"o":[[7,0],[0,-0.254],[13.495,0.173],[0,0]],"v":[[-91,168],[-108,188.5],[-86.745,193.327],[-63,189.5]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.62,0.89,0.45,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_0p667_0p167_0p167"],"t":0,"s":[0],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":7,"s":[0],"e":[100]},{"t":20}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[0],"e":[100]},{"t":9}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-112,"t":163,"b":198,"r":-59},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":4,"ty":4,"nm":"panza 2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[437,328,0]},"a":{"k":[-33,28,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[12.5,-24],[-39.5,1],[29.5,48],[0,0]],"o":[[0,0],[-28.061,53.878],[39.49,-1],[-7.41,-12.056],[0,0]],"v":[[-39.75,17],[-51.5,81],[-31,168.5],[-10.5,85],[-21.25,57.75]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.62,0.89,0.46,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":31,"s":[0],"e":[100]},{"t":54}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":17,"s":[0],"e":[100]},{"t":40}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-72,"t":13,"b":173,"r":11},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":5,"ty":4,"nm":"cuerpo4","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[460,304.5,0]},"a":{"k":[-56,4.5,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[31.5,-55],[-37.5,-18.5],[0,0]],"o":[[0,0],[-18.71,32.668],[9.024,4.452],[0,0]],"v":[[-58,1],[-88.5,96],[-69.5,186],[-47.5,190.5]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.62,0.89,0.46,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":37,"s":[0],"e":[100]},{"t":64}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":24,"s":[0],"e":[100]},{"t":48}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-105,"t":-3,"b":195,"r":-43},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":6,"ty":4,"nm":"cuerpo3","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[409,337.5,0]},"a":{"k":[-63,37.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[26.267,-38.017],[-37.5,-18.5],[-2.558,-0.637]],"o":[[0,0],[-19,27.5],[2.323,1.146],[7.379,1.837]],"v":[[-61,35.5],[-88.5,96],[-69.5,186],[-62.034,188.637]]}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":27,"s":[0],"e":[100]},{"t":48}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":10,"s":[0],"e":[100]},{"t":34}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.62,0.89,0.46,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"gr","it":[{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":0,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":1,"nm":"Trim Paths 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"}],"bounds":{"l":-105,"t":31,"b":193,"r":-54},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":7,"ty":0,"nm":"bigoteFlipVerde","refId":"comp_16","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[442,300,0]},"a":{"k":[450,300,0]},"s":{"k":[-100,100,100]}},"w":900,"h":600,"ip":0,"op":6300,"st":0},{"ddd":0,"ind":8,"ty":4,"nm":"bigote6","ks":{"o":{"k":100},"r":{"k":41},"p":{"k":[367.5,259.5,0]},"a":{"k":[-93.5,-19.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0.943,-1.677],[0,0]],"o":[[0,0],[-1.591,2.827],[0,0]],"v":[[-92.5,-20.5],[-96.963,-15.946],[-98.742,-8.961]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.62,0.89,0.46,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":43,"s":[0],"e":[100]},{"t":51}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":37,"s":[0],"e":[100]},{"t":44}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-103,"t":-24,"b":-5,"r":-89},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":9,"ty":4,"nm":"bigote5","ks":{"o":{"k":100},"r":{"k":30},"p":{"k":[375,269.5,0]},"a":{"k":[-93.5,-19.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[1.052,-2.971],[0,0]],"o":[[0,0],[-1.55,4.375],[0,0]],"v":[[-92.5,-20.5],[-98.53,-11.271],[-100.228,-0.382]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.62,0.89,0.46,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":40,"s":[0],"e":[100]},{"t":48}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":34,"s":[0],"e":[100]},{"t":42}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-104,"t":-24,"b":4,"r":-89},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":10,"ty":4,"nm":"bigote4","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[382.5,278.5,0]},"a":{"k":[-93.5,-19.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[2.885,-6.557],[0,0]],"o":[[0,0],[-2.75,6.25],[0,0]],"v":[[-92.5,-20.5],[-100.25,-11],[-102.75,4.25]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.62,0.89,0.46,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":37,"s":[0],"e":[100]},{"t":48}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":31,"s":[0],"e":[100]},{"t":39}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-107,"t":-24,"b":8,"r":-89},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":11,"ty":4,"nm":"boca","parent":12,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-19,0,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":64,"s":[{"i":[[0,0],[-15.5,0.5],[0,0],[-17,0.5],[0,0]],"o":[[0,0],[15.5,-0.5],[0,0],[17,-0.5],[0,0]],"v":[[-64,-32],[-37,-23.5],[-12.5,-32],[11.5,-22],[37,-32]]}],"e":[{"i":[[0,0],[-15.5,0.5],[0,0],[-17,0.5],[0,0]],"o":[[0,0],[15.5,-0.5],[0,0],[17,-0.5],[0,0]],"v":[[-59.75,-35],[-37.25,-30],[-13.75,-38.5],[11.25,-28],[32.75,-34.5]]}]},{"t":67}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.62,0.89,0.45,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":34,"s":[0],"e":[100]},{"t":43}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":24,"s":[0],"e":[100]},{"t":36}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-68,"t":-42,"b":-18,"r":41},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":12,"ty":4,"nm":"nariz","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[443,258,0]},"a":{"k":[-32,-42,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":64,"s":[{"i":[[15,-0.409],[-2,-2.455],[-4.5,0],[-3,2.864]],"o":[[-15,0.409],[2,2.455],[4.5,0],[5.337,-5.094]],"v":[[-32.5,-48.591],[-45,-42.864],[-32,-35.5],[-20.5,-42.045]]}],"e":[{"i":[[15,-0.288],[-2,-1.727],[-4.5,0],[-3,2.015]],"o":[[-15,0.288],[2,1.727],[4.5,0],[5.337,-3.585]],"v":[[-32.5,-51.462],[-45,-47.432],[-32,-42.25],[-20.5,-46.856]]}]},{"t":67}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.62,0.89,0.45,1]},"o":{"k":100},"w":{"k":6},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":33,"s":[0],"e":[100]},{"t":44}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":24,"s":[0],"e":[100]},{"t":36}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2"}],"bounds":{"l":-50,"t":-55,"b":-32,"r":-14},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":13,"ty":4,"nm":"boca 2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[456,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[-15.5,0.5],[0,0],[-17,0.5],[0,0]],"o":[[0,0],[15.5,-0.5],[0,0],[17,-0.5],[0,0]],"v":[[-64,-32],[-37,-23.5],[-12.5,-32],[11.5,-22],[37,-32]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.62,0.89,0.46,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":34,"s":[0],"e":[100]},{"t":43}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":24,"s":[0],"e":[100]},{"t":36}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-68,"t":-36,"b":-18,"r":41},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":14,"ty":4,"nm":"nariz 2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[443,258,0]},"a":{"k":[-32,-42,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[15,-0.409],[-2,-2.455],[-4.5,0],[-3,2.864]],"o":[[-15,0.409],[2,2.455],[4.5,0],[5.337,-5.094]],"v":[[-32.5,-48.591],[-45,-42.864],[-32,-35.5],[-20.5,-42.045]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.62,0.89,0.46,1]},"o":{"k":100},"w":{"k":6},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":33,"s":[0],"e":[100]},{"t":44}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":24,"s":[0],"e":[100]},{"t":36}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-50,"t":-52,"b":-32,"r":-14},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":15,"ty":4,"nm":"cabeza","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[441,304,0]},"a":{"k":[-35,2,0]},"s":{"k":[110.695,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":50,"s":[{"i":[[0,0],[83.479,0.414],[0,0],[-7.5,3.285],[0,0],[-18.857,0.349],[0,0],[-6,-3.285],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[7.5,-3.285],[0,0],[16.207,-0.3],[0,0],[6,3.285],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-106.837,-137.531],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[40.095,-138],[36.354,-90.14]]}],"e":[{"i":[[0,0],[83.479,0.414],[0,0],[-4.745,6.673],[0,0],[-18.857,0.349],[0,0],[-3.633,-5.796],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[5.5,-7.734],[0,0],[16.206,-0.3],[0,0],[4.178,6.665],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-122.117,-104.697],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[54.477,-105.166],[36.354,-90.14]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":54,"s":[{"i":[[0,0],[83.479,0.414],[0,0],[-4.745,6.673],[0,0],[-18.857,0.349],[0,0],[-3.633,-5.796],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[5.5,-7.734],[0,0],[16.206,-0.3],[0,0],[4.178,6.665],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-122.117,-104.697],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[54.477,-105.166],[36.354,-90.14]]}],"e":[{"i":[[0,0],[83.479,0.414],[0,0],[-4.745,6.673],[0,0],[-18.857,0.349],[0,0],[-3.911,-8.259],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[5.5,-7.734],[0,0],[16.207,-0.3],[0,0],[3.367,7.11],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-120.319,-110.667],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[50.881,-111.136],[36.354,-90.14]]}]},{"t":57}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.62,0.89,0.45,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100.506,100.506],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":36,"s":[0],"e":[100]},{"t":64}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":19,"s":[0],"e":[100]},{"t":48}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-128,"t":-144,"b":3,"r":60},"ip":0,"op":6300,"st":0}]},{"id":"comp_16","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"bigote9","ks":{"o":{"k":100},"r":{"k":41},"p":{"k":[367.5,259.5,0]},"a":{"k":[-93.5,-19.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0.943,-1.677],[0,0]],"o":[[0,0],[-1.591,2.827],[0,0]],"v":[[-92.5,-20.5],[-96.963,-15.946],[-98.742,-8.961]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.62,0.89,0.46,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":43,"s":[0],"e":[100]},{"t":51}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":37,"s":[0],"e":[100]},{"t":44}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-103,"t":-24,"b":-5,"r":-89},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":1,"ty":4,"nm":"bigote8","ks":{"o":{"k":100},"r":{"k":30},"p":{"k":[375,269.5,0]},"a":{"k":[-93.5,-19.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[1.052,-2.971],[0,0]],"o":[[0,0],[-1.55,4.375],[0,0]],"v":[[-92.5,-20.5],[-98.53,-11.271],[-100.228,-0.382]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.62,0.89,0.46,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":40,"s":[0],"e":[100]},{"t":48}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":34,"s":[0],"e":[100]},{"t":42}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-104,"t":-24,"b":4,"r":-89},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":2,"ty":4,"nm":"bigote7","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[382.5,278.5,0]},"a":{"k":[-93.5,-19.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[2.885,-6.557],[0,0]],"o":[[0,0],[-2.75,6.25],[0,0]],"v":[[-92.5,-20.5],[-100.25,-11],[-102.75,4.25]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.62,0.89,0.46,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":37,"s":[0],"e":[100]},{"t":48}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":31,"s":[0],"e":[100]},{"t":39}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-107,"t":-24,"b":8,"r":-89},"ip":0,"op":6300,"st":0}]}],"v":"4.2.0","ddd":0,"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 20","ks":{"o":{"k":100},"r":{"k":82},"p":{"k":[617,196,0]},"a":{"k":[159,-83,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[160,-82],[160,-99]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[80,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":106,"s":[0],"e":[100]},{"t":109}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":102,"s":[0],"e":[100]},{"t":106}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":237,"t":-102,"b":-79,"r":243},"ip":102,"op":6333,"st":33},{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 19","ks":{"o":{"k":100},"r":{"k":-10},"p":{"k":[557,176,0]},"a":{"k":[159,-83,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[160,-82],[160,-99]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.9,0.99,1]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":101,"s":[0],"e":[100]},{"t":104}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":97,"s":[0],"e":[100]},{"t":101}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":157,"t":-102,"b":-79,"r":163},"ip":97,"op":6328,"st":28},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 18","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":97,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":99,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":109,"s":[100],"e":[0]},{"t":111}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":97,"s":[638,239,0],"e":[663,255,0],"to":[4.16666650772095,2.66666674613953,0],"ti":[-4.16666650772095,-2.66666674613953,0]},{"t":111}]},"a":{"k":[213,-45,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":97,"s":[9,9,100],"e":[66,66,100]},{"t":101}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[17,17]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[17,17]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[0.33,0.9,0.99,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[213.5,-45.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"bounds":{"l":202,"t":-57,"b":-34,"r":225},"ip":97,"op":6328,"st":28},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 17","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":100,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":103,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":112,"s":[100],"e":[0]},{"t":115}]},"r":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":100,"s":[0],"e":[263]},{"t":117}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":100,"s":[596,213,0],"e":[644,208,0],"to":[8,-0.83333331346512,0],"ti":[-8,0.83333331346512,0]},{"t":115}]},"a":{"k":[194,-92,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":99,"s":[0,0,100],"e":[87,87,100]},{"t":104}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[186,-101],[189,-78],[208,-96]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"bounds":{"l":186,"t":-101,"b":-78,"r":208},"ip":100,"op":6331,"st":31},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 16","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":96,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":98,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":112,"s":[100],"e":[0]},{"t":114}]},"r":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":96,"s":[-26],"e":[375]},{"t":115}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":96,"s":[589.5,249.5,0],"e":[617.5,259.5,0],"to":[4.66666650772095,1.66666662693024,0],"ti":[-4.66666650772095,-1.66666662693024,0]},{"t":114}]},"a":{"k":[170.593,-72.852,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":96,"s":[11,11,100],"e":[18,18,100]},{"t":101}]}},"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":2,"d":1,"pt":{"k":5,"ix":3},"p":{"k":[0,0],"ix":4},"r":{"k":0,"ix":5},"or":{"k":29.206,"ix":7},"os":{"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[0.34,0.84,0.44,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[172,-71],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Polystar 1"}],"bounds":{"l":130,"t":-111,"b":-40,"r":214},"ip":96,"op":6327,"st":27},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 15","ks":{"o":{"k":100},"r":{"k":82},"p":{"k":[597,196,0]},"a":{"k":[159,-83,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[160,-82],[160,-99]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[80,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":92,"s":[0],"e":[100]},{"t":95}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":88,"s":[0],"e":[100]},{"t":92}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":237,"t":-102,"b":-79,"r":243},"ip":88,"op":6319,"st":19},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 14","ks":{"o":{"k":100},"r":{"k":-10},"p":{"k":[617,196,0]},"a":{"k":[159,-83,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[160,-82],[160,-99]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.45,0.47,0.89,1]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":87,"s":[0],"e":[100]},{"t":90}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":83,"s":[0],"e":[100]},{"t":87}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":157,"t":-102,"b":-79,"r":163},"ip":83,"op":6314,"st":14},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 13","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":83,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":85,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":95,"s":[100],"e":[0]},{"t":97}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":83,"s":[638,239,0],"e":[663,255,0],"to":[4.16666650772095,2.66666674613953,0],"ti":[-4.16666650772095,-2.66666674613953,0]},{"t":97}]},"a":{"k":[213,-45,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":83,"s":[9,9,100],"e":[66,66,100]},{"t":87}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[17,17]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[17,17]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[0.33,0.9,0.99,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[213.5,-45.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"bounds":{"l":202,"t":-57,"b":-34,"r":225},"ip":83,"op":6314,"st":14},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 12","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":86,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":89,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":98,"s":[100],"e":[0]},{"t":101}]},"r":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":86,"s":[0],"e":[263]},{"t":103}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":86,"s":[596,213,0],"e":[644,208,0],"to":[8,-0.83333331346512,0],"ti":[-8,0.83333331346512,0]},{"t":101}]},"a":{"k":[194,-92,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":85,"s":[0,0,100],"e":[87,87,100]},{"t":90}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[186,-101],[189,-78],[208,-96]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"bounds":{"l":186,"t":-101,"b":-78,"r":208},"ip":86,"op":6317,"st":17},{"ddd":0,"ind":9,"ty":4,"nm":"Shape Layer 11","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":82,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":84,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":98,"s":[100],"e":[0]},{"t":100}]},"r":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":82,"s":[-26],"e":[375]},{"t":101}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":82,"s":[589.5,249.5,0],"e":[617.5,259.5,0],"to":[4.66666650772095,1.66666662693024,0],"ti":[-4.66666650772095,-1.66666662693024,0]},{"t":100}]},"a":{"k":[170.593,-72.852,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":82,"s":[11,11,100],"e":[18,18,100]},{"t":87}]}},"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":2,"d":1,"pt":{"k":5,"ix":3},"p":{"k":[0,0],"ix":4},"r":{"k":0,"ix":5},"or":{"k":29.206,"ix":7},"os":{"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[0.34,0.84,0.44,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[172,-71],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Polystar 1"}],"bounds":{"l":130,"t":-111,"b":-40,"r":214},"ip":82,"op":6313,"st":13},{"ddd":0,"ind":10,"ty":4,"nm":"Shape Layer 10","ks":{"o":{"k":100},"r":{"k":82},"p":{"k":[577,236,0]},"a":{"k":[159,-83,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[160,-82],[160,-99]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[80,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":79,"s":[0],"e":[100]},{"t":82}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":75,"s":[0],"e":[100]},{"t":79}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":237,"t":-102,"b":-79,"r":243},"ip":75,"op":6306,"st":6},{"ddd":0,"ind":11,"ty":4,"nm":"Shape Layer 9","ks":{"o":{"k":100},"r":{"k":-10},"p":{"k":[617,196,0]},"a":{"k":[159,-83,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[160,-82],[160,-99]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.45,0.47,0.89,1]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":74,"s":[0],"e":[100]},{"t":77}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":70,"s":[0],"e":[100]},{"t":74}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":157,"t":-102,"b":-79,"r":163},"ip":70,"op":6301,"st":1},{"ddd":0,"ind":12,"ty":4,"nm":"Shape Layer 8","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":70,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":72,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":82,"s":[100],"e":[0]},{"t":84}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":70,"s":[638,239,0],"e":[663,255,0],"to":[4.16666650772095,2.66666674613953,0],"ti":[-4.16666650772095,-2.66666674613953,0]},{"t":84}]},"a":{"k":[213,-45,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":70,"s":[9,9,100],"e":[66,66,100]},{"t":74}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[17,17]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[17,17]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[0.33,0.9,0.99,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[213.5,-45.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"bounds":{"l":202,"t":-57,"b":-34,"r":225},"ip":70,"op":6301,"st":1},{"ddd":0,"ind":13,"ty":4,"nm":"Shape Layer 7","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":73,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":76,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":85,"s":[100],"e":[0]},{"t":88}]},"r":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":73,"s":[0],"e":[263]},{"t":90}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":73,"s":[596,213,0],"e":[644,208,0],"to":[8,-0.83333331346512,0],"ti":[-8,0.83333331346512,0]},{"t":88}]},"a":{"k":[194,-92,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":72,"s":[0,0,100],"e":[87,87,100]},{"t":77}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[186,-101],[189,-78],[208,-96]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"bounds":{"l":186,"t":-101,"b":-78,"r":208},"ip":73,"op":6304,"st":4},{"ddd":0,"ind":14,"ty":4,"nm":"Shape Layer 6","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":69,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":71,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":85,"s":[100],"e":[0]},{"t":87}]},"r":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":69,"s":[-26],"e":[375]},{"t":88}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":69,"s":[589.5,249.5,0],"e":[617.5,259.5,0],"to":[4.66666650772095,1.66666662693024,0],"ti":[-4.66666650772095,-1.66666662693024,0]},{"t":87}]},"a":{"k":[170.593,-72.852,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":69,"s":[11,11,100],"e":[18,18,100]},{"t":74}]}},"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":2,"d":1,"pt":{"k":5,"ix":3},"p":{"k":[0,0],"ix":4},"r":{"k":0,"ix":5},"or":{"k":29.206,"ix":7},"os":{"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[0.34,0.84,0.44,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[172,-71],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Polystar 1"}],"bounds":{"l":130,"t":-111,"b":-40,"r":214},"ip":69,"op":6300,"st":0},{"ddd":0,"ind":20,"ty":0,"nm":"cyan","refId":"comp_9","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[450,300,0]},"a":{"k":[450,300,0]},"s":{"k":[100,100,100]}},"w":900,"h":600,"ip":20,"op":6320,"st":20},{"ddd":0,"ind":21,"ty":0,"nm":"magenta","refId":"comp_10","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[450,300,0]},"a":{"k":[450,300,0]},"s":{"k":[100,100,100]}},"w":900,"h":600,"ip":24,"op":6324,"st":24},{"ddd":0,"ind":22,"ty":4,"nm":"cola","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[507,442,0]},"a":{"k":[37,132,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":66,"s":[{"i":[[0,0],[-12,29],[8,20],[-28.169,19.274],[11,22]],"o":[[0,0],[12,-29],[-8,-20],[19,-13],[-1,0]],"v":[[36,131],[81,99],[62,19],[81,-47],[115,-102]]}],"e":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":69,"s":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}],"e":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":72.333,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}],"e":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":75.333,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}],"e":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":78.667,"s":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}],"e":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":82,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}],"e":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":85,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}],"e":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":88,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}],"e":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":91,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}],"e":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":94.334,"s":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}],"e":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":97.667,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}],"e":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":100.667,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}],"e":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":104,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}],"e":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":107,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}],"e":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":110.334,"s":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}],"e":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":113.667,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}],"e":[{"i":[[0,0],[-11.6,30.494],[7.733,21.03],[-27.23,20.266],[10.633,23.133]],"o":[[0,0],[11.6,-30.494],[-7.733,-21.03],[18.367,-13.67],[-0.967,0]],"v":[[39,134],[82.5,100.352],[66.133,9.232],[84.5,-60.167],[115.367,-111]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":118,"s":[{"i":[[0,0],[-11.6,30.494],[7.733,21.03],[-27.23,20.266],[10.633,23.133]],"o":[[0,0],[11.6,-30.494],[-7.733,-21.03],[18.367,-13.67],[-0.967,0]],"v":[[39,134],[82.5,100.352],[66.133,9.232],[84.5,-60.167],[115.367,-111]]}],"e":[{"i":[[0,0],[-12,29],[8,20],[-28.169,19.274],[15,19]],"o":[[0,0],[12,-29],[-8,-20],[19,-13],[-1,0]],"v":[[36,131],[78,106],[62,27],[81,-39],[110,-104]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":122,"s":[{"i":[[0,0],[-12,29],[8,20],[-28.169,19.274],[15,19]],"o":[[0,0],[12,-29],[-8,-20],[19,-13],[-1,0]],"v":[[36,131],[78,106],[62,27],[81,-39],[110,-104]]}],"e":[{"i":[[0,0],[-12,29],[8,20],[-28.169,19.274],[11,22]],"o":[[0,0],[12,-29],[-8,-20],[19,-13],[-1,0]],"v":[[36,131],[81,99],[62,19],[81,-47],[115,-102]]}]},{"t":126}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.94,0.95,0.92,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":79,"s":[0],"e":[100]},{"t":97}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":30,"t":-115,"b":138,"r":126},"ip":41,"op":6341,"st":41},{"ddd":0,"ind":23,"ty":4,"nm":"pata2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[433,491,0]},"a":{"k":[-28,191,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[-7.5,0],[-1,-21.5],[-12.08,-0.255],[0,0]],"o":[[1.118,0],[0,-0.247],[9.508,0.2],[0,0]],"v":[[-91,168],[-108,188.5],[-80.258,193.05],[-53.5,190.25]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.94,0.95,0.92,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":81,"s":[0],"e":[100]},{"t":93}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-113,"t":163,"b":198,"r":-49},"ip":41,"op":6341,"st":41},{"ddd":0,"ind":24,"ty":4,"nm":"pata1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[442,491,0]},"a":{"k":[-28,191,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[-7,0],[0,-27],[-12.032,-0.155],[0,0]],"o":[[7,0],[0,-0.254],[13.495,0.173],[0,0]],"v":[[-91,168],[-108,188.5],[-86.745,193.327],[-63,189.5]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.94,0.95,0.92,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":41,"s":[0],"e":[100]},{"t":50}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-112,"t":163,"b":198,"r":-59},"ip":41,"op":6341,"st":41},{"ddd":0,"ind":25,"ty":4,"nm":"panza","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[437,328,0]},"a":{"k":[-33,28,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[12.5,-24],[-39.5,1],[29.5,48],[0,0]],"o":[[0,0],[-28.061,53.878],[39.49,-1],[-7.41,-12.056],[0,0]],"v":[[-39.75,17],[-51.5,81],[-31,168.5],[-10.5,85],[-21.25,57.75]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.94,0.95,0.92,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":58,"s":[0],"e":[100]},{"t":81}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-72,"t":13,"b":173,"r":11},"ip":41,"op":6341,"st":41},{"ddd":0,"ind":26,"ty":4,"nm":"cuerpo2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[460,304.5,0]},"a":{"k":[-56,4.5,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[31.5,-55],[-37.5,-18.5],[0,0]],"o":[[0,0],[-18.71,32.668],[9.024,4.452],[0,0]],"v":[[-58,1],[-88.5,96],[-69.5,186],[-47.5,190.5]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.94,0.95,0.92,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":65,"s":[0],"e":[100]},{"t":89}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-105,"t":-3,"b":195,"r":-43},"ip":41,"op":6341,"st":41},{"ddd":0,"ind":27,"ty":4,"nm":"cuerpo1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[409,337.5,0]},"a":{"k":[-63,37.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[26.267,-38.017],[-37.5,-18.5],[-2.558,-0.637]],"o":[[0,0],[-19,27.5],[2.323,1.146],[7.379,1.837]],"v":[[-61,35.5],[-88.5,96],[-69.5,186],[-62.034,188.637]]}},"nm":"Path 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":52,"s":[0],"e":[100]},{"t":75}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.94,0.95,0.92,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"bounds":{"l":-105,"t":31,"b":193,"r":-54},"ip":41,"op":6341,"st":41},{"ddd":0,"ind":28,"ty":0,"nm":"bigoteFlip","refId":"comp_12","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[430,300,0]},"a":{"k":[450,300,0]},"s":{"k":[-100,100,100]}},"w":900,"h":600,"ip":41,"op":6315,"st":15},{"ddd":0,"ind":29,"ty":4,"nm":"bigote3","ks":{"o":{"k":100},"r":{"k":41},"p":{"k":[367.5,259.5,0]},"a":{"k":[-93.5,-19.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0.943,-1.677],[0,0]],"o":[[0,0],[-1.591,2.827],[0,0]],"v":[[-92.5,-20.5],[-96.963,-15.946],[-98.742,-8.961]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.94,0.95,0.92,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":78,"s":[0],"e":[100]},{"t":85}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-103,"t":-24,"b":-5,"r":-89},"ip":41,"op":6341,"st":41},{"ddd":0,"ind":30,"ty":4,"nm":"bigote2","ks":{"o":{"k":100},"r":{"k":30},"p":{"k":[375,269.5,0]},"a":{"k":[-93.5,-19.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[1.052,-2.971],[0,0]],"o":[[0,0],[-1.55,4.375],[0,0]],"v":[[-92.5,-20.5],[-98.53,-11.271],[-100.228,-0.382]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.94,0.95,0.92,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":75,"s":[0],"e":[100]},{"t":83}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-104,"t":-24,"b":4,"r":-89},"ip":41,"op":6341,"st":41},{"ddd":0,"ind":31,"ty":4,"nm":"bigote1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[382.5,278.5,0]},"a":{"k":[-93.5,-19.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[2.885,-6.557],[0,0]],"o":[[0,0],[-2.75,6.25],[0,0]],"v":[[-92.5,-20.5],[-100.25,-11],[-102.75,4.25]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.94,0.95,0.92,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":72,"s":[0],"e":[100]},{"t":80}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-107,"t":-24,"b":8,"r":-89},"ip":41,"op":6341,"st":41},{"ddd":0,"ind":32,"ty":4,"nm":"boca","parent":33,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-19,0,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":65,"s":[{"i":[[0,0],[-15.5,0.5],[0,0],[-17,0.5],[0,0]],"o":[[0,0],[15.5,-0.5],[0,0],[17,-0.5],[0,0]],"v":[[-64,-32],[-37,-23.5],[-12.5,-32],[11.5,-22],[37,-32]]}],"e":[{"i":[[0,0],[-15.5,0.5],[0,0],[-17,0.5],[0,0]],"o":[[0,0],[15.5,-0.5],[0,0],[17,-0.5],[0,0]],"v":[[-59.75,-35],[-37.25,-30],[-13.75,-38.5],[11.25,-28],[32.75,-34.5]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":68,"s":[{"i":[[0,0],[-15.5,0.5],[0,0],[-17,0.5],[0,0]],"o":[[0,0],[15.5,-0.5],[0,0],[17,-0.5],[0,0]],"v":[[-59.75,-35],[-37.25,-30],[-13.75,-38.5],[11.25,-28],[32.75,-34.5]]}],"e":[{"i":[[0,0],[-15.5,0.5],[0,0],[-17,0.5],[0,0]],"o":[[0,0],[15.5,-0.5],[0,0],[17,-0.5],[0,0]],"v":[[-59.75,-35],[-37.25,-30],[-13.75,-38.5],[11.25,-28],[32.75,-34.5]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":118,"s":[{"i":[[0,0],[-15.5,0.5],[0,0],[-17,0.5],[0,0]],"o":[[0,0],[15.5,-0.5],[0,0],[17,-0.5],[0,0]],"v":[[-59.75,-35],[-37.25,-30],[-13.75,-38.5],[11.25,-28],[32.75,-34.5]]}],"e":[{"i":[[0,0],[-15.5,0.5],[0,0],[-17,0.5],[0,0]],"o":[[0,0],[15.5,-0.5],[0,0],[17,-0.5],[0,0]],"v":[[-64,-32],[-37,-23.5],[-12.5,-32],[11.5,-22],[37,-32]]}]},{"t":120}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.94,0.95,0.92,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":65,"s":[0],"e":[100]},{"t":77}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-68,"t":-42,"b":-18,"r":41},"ip":41,"op":6341,"st":41},{"ddd":0,"ind":33,"ty":4,"nm":"nariz","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[443,258,0]},"a":{"k":[-32,-42,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":65,"s":[{"i":[[15,-0.409],[-2,-2.455],[-4.5,0],[-3,2.864]],"o":[[-15,0.409],[2,2.455],[4.5,0],[5.337,-5.094]],"v":[[-32.5,-48.591],[-45,-42.864],[-32,-35.5],[-20.5,-42.045]]}],"e":[{"i":[[15,-0.288],[-2,-1.727],[-4.5,0],[-3,2.015]],"o":[[-15,0.288],[2,1.727],[4.5,0],[5.337,-3.585]],"v":[[-32.5,-51.462],[-45,-47.432],[-32,-42.25],[-20.5,-46.856]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":68,"s":[{"i":[[15,-0.288],[-2,-1.727],[-4.5,0],[-3,2.015]],"o":[[-15,0.288],[2,1.727],[4.5,0],[5.337,-3.585]],"v":[[-32.5,-51.462],[-45,-47.432],[-32,-42.25],[-20.5,-46.856]]}],"e":[{"i":[[15,-0.288],[-2,-1.727],[-4.5,0],[-3,2.015]],"o":[[-15,0.288],[2,1.727],[4.5,0],[5.337,-3.585]],"v":[[-32.5,-51.462],[-45,-47.432],[-32,-42.25],[-20.5,-46.856]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":118,"s":[{"i":[[15,-0.288],[-2,-1.727],[-4.5,0],[-3,2.015]],"o":[[-15,0.288],[2,1.727],[4.5,0],[5.337,-3.585]],"v":[[-32.5,-51.462],[-45,-47.432],[-32,-42.25],[-20.5,-46.856]]}],"e":[{"i":[[15,-0.409],[-2,-2.455],[-4.5,0],[-3,2.864]],"o":[[-15,0.409],[2,2.455],[4.5,0],[5.337,-5.094]],"v":[[-32.5,-48.591],[-45,-42.864],[-32,-35.5],[-20.5,-42.045]]}]},{"t":120}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.94,0.95,0.92,1]},"o":{"k":100},"w":{"k":6},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":65,"s":[0],"e":[100]},{"t":77}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-50,"t":-55,"b":-32,"r":-14},"ip":41,"op":6341,"st":41},{"ddd":0,"ind":34,"ty":4,"nm":"ojo2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[485,234.5,0]},"a":{"k":[-77.5,-64.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":65,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-77.25,-71.25],[-77.25,-63.098],[-77.25,-54.25]]}],"e":[{"i":[[0,0],[-3.032,0.657],[0,0]],"o":[[0,0],[3.671,-0.796],[0,0]],"v":[[-85.781,-56.828],[-80.421,-59.954],[-73.219,-60.172]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":66,"s":[{"i":[[0,0],[-3.032,0.657],[0,0]],"o":[[0,0],[3.671,-0.796],[0,0]],"v":[[-85.781,-56.828],[-80.421,-59.954],[-73.219,-60.172]]}],"e":[{"i":[[0,0],[-3.032,0.657],[0,0]],"o":[[0,0],[3.671,-0.796],[0,0]],"v":[[-85.781,-56.828],[-80.421,-59.954],[-73.219,-60.172]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":118,"s":[{"i":[[0,0],[-3.032,0.657],[0,0]],"o":[[0,0],[3.671,-0.796],[0,0]],"v":[[-85.781,-56.828],[-80.421,-59.954],[-73.219,-60.172]]}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-77.25,-71.25],[-77.25,-63.098],[-77.25,-54.25]]}]},{"t":119}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.94,0.95,0.92,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":59,"s":[0],"e":[100]},{"t":65}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-90,"t":-76,"b":-50,"r":-69},"ip":41,"op":6341,"st":41},{"ddd":0,"ind":35,"ty":4,"nm":"ojo1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[400.5,234.5,0]},"a":{"k":[-77.5,-64.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":65,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-77.25,-71.25],[-77.25,-61.367],[-77.25,-54.25]]}],"e":[{"i":[[0,0],[2.97,0.647],[0,0]],"o":[[0,0],[-3.381,-0.737],[0,0]],"v":[[-69.387,-56.399],[-75.47,-59.397],[-82.613,-59.101]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":66,"s":[{"i":[[0,0],[2.97,0.647],[0,0]],"o":[[0,0],[-3.381,-0.737],[0,0]],"v":[[-69.387,-56.399],[-75.47,-59.397],[-82.613,-59.101]]}],"e":[{"i":[[0,0],[2.97,0.647],[0,0]],"o":[[0,0],[-3.381,-0.737],[0,0]],"v":[[-69.387,-56.399],[-75.47,-59.397],[-82.613,-59.101]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":118,"s":[{"i":[[0,0],[2.97,0.647],[0,0]],"o":[[0,0],[-3.381,-0.737],[0,0]],"v":[[-69.387,-56.399],[-75.47,-59.397],[-82.613,-59.101]]}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-77.25,-71.25],[-77.25,-61.367],[-77.25,-54.25]]}]},{"t":119}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.94,0.95,0.92,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":59,"s":[0],"e":[100]},{"t":65}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-87,"t":-76,"b":-50,"r":-65},"ip":41,"op":6341,"st":41},{"ddd":0,"ind":36,"ty":4,"nm":"cabeza","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[441,304,0]},"a":{"k":[-35,2,0]},"s":{"k":[110.695,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":65,"s":[{"i":[[0,0],[83.479,0.414],[0,0],[-7.5,3.285],[0,0],[-18.857,0.349],[0,0],[-6,-3.285],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[7.5,-3.285],[0,0],[16.207,-0.3],[0,0],[6,3.285],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-106.837,-137.531],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[40.095,-138],[36.354,-90.14]]}],"e":[{"i":[[0,0],[83.479,0.414],[0,0],[-4.745,6.673],[0,0],[-18.857,0.349],[0,0],[-3.633,-5.796],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[5.5,-7.734],[0,0],[16.206,-0.3],[0,0],[4.178,6.665],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-122.117,-104.697],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[54.477,-105.166],[36.354,-90.14]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":69,"s":[{"i":[[0,0],[83.479,0.414],[0,0],[-4.745,6.673],[0,0],[-18.857,0.349],[0,0],[-3.633,-5.796],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[5.5,-7.734],[0,0],[16.206,-0.3],[0,0],[4.178,6.665],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-122.117,-104.697],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[54.477,-105.166],[36.354,-90.14]]}],"e":[{"i":[[0,0],[83.479,0.414],[0,0],[-4.745,6.673],[0,0],[-18.857,0.349],[0,0],[-3.911,-8.259],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[5.5,-7.734],[0,0],[16.207,-0.3],[0,0],[3.367,7.11],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-120.319,-110.667],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[50.881,-111.136],[36.354,-90.14]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":72,"s":[{"i":[[0,0],[83.479,0.414],[0,0],[-4.745,6.673],[0,0],[-18.857,0.349],[0,0],[-3.911,-8.259],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[5.5,-7.734],[0,0],[16.207,-0.3],[0,0],[3.367,7.11],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-120.319,-110.667],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[50.881,-111.136],[36.354,-90.14]]}],"e":[{"i":[[0,0],[83.479,0.414],[0,0],[-4.745,6.673],[0,0],[-18.857,0.349],[0,0],[-3.911,-8.259],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[5.5,-7.734],[0,0],[16.207,-0.3],[0,0],[3.367,7.11],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-120.319,-110.667],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[50.881,-111.136],[36.354,-90.14]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":118,"s":[{"i":[[0,0],[83.479,0.414],[0,0],[-4.745,6.673],[0,0],[-18.857,0.349],[0,0],[-3.911,-8.259],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[5.5,-7.734],[0,0],[16.207,-0.3],[0,0],[3.367,7.11],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-120.319,-110.667],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[50.881,-111.136],[36.354,-90.14]]}],"e":[{"i":[[0,0],[83.479,0.414],[0,0],[-7.5,3.285],[0,0],[-18.857,0.349],[0,0],[-6,-3.285],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[7.5,-3.285],[0,0],[16.207,-0.3],[0,0],[6,3.285],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-100.545,-141.511],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[33.804,-138.995],[36.354,-90.14]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":122,"s":[{"i":[[0,0],[83.479,0.414],[0,0],[-7.5,3.285],[0,0],[-18.857,0.349],[0,0],[-6,-3.285],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[7.5,-3.285],[0,0],[16.207,-0.3],[0,0],[6,3.285],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-100.545,-141.511],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[33.804,-138.995],[36.354,-90.14]]}],"e":[{"i":[[0,0],[83.479,0.414],[0,0],[-7.5,3.285],[0,0],[-18.857,0.349],[0,0],[-6,-3.285],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[7.5,-3.285],[0,0],[16.207,-0.3],[0,0],[6,3.285],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-106.837,-137.531],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[40.095,-138],[36.354,-90.14]]}]},{"t":125}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.94,0.95,0.92,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100.506,100.506],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":60,"s":[0],"e":[100]},{"t":89}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-128,"t":-147,"b":3,"r":60},"ip":41,"op":6341,"st":41},{"ddd":0,"ind":37,"ty":0,"nm":"violeta","refId":"comp_13","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[450,300,0]},"a":{"k":[450,300,0]},"s":{"k":[100,100,100]}},"w":900,"h":600,"ip":19,"op":6319,"st":19},{"ddd":0,"ind":38,"ty":0,"nm":"verde","refId":"comp_15","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[450,300,0]},"a":{"k":[450,300,0]},"s":{"k":[100,100,100]}},"w":900,"h":600,"ip":15,"op":6315,"st":15},{"ddd":0,"ind":39,"ty":4,"nm":"Layer 1 Outlines","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[450,300,0]},"a":{"k":[450.25,300.25,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-450,300],[450,300],[450,-300],[-450,-300]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.06,0.06,0.07,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[450.25,300.25],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":601,"r":901},"ip":0,"op":6300,"st":0}],"ip":0,"op":132,"fr":30,"w":900,"h":600} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/catrim_converted.json b/ohos/flutter_lottie/assets/Tests/catrim_converted.json new file mode 100644 index 0000000000000000000000000000000000000000..c6b8604372bda455b5722d638f55a134de7e6488 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/catrim_converted.json @@ -0,0 +1 @@ +{"assets":[{"id":"comp_9","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"cola","ks":{"p":{"k":[507,442,0]},"a":{"k":[37,132,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":46,"s":[{"i":[[0,0],[-12,29],[8,20],[-28.169,19.274],[11,22]],"o":[[0,0],[12,-29],[-8,-20],[19,-13],[-1,0]],"v":[[36,131],[81,99],[62,19],[81,-47],[115,-102]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":49,"s":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":52.333,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":55.333,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":58.667,"s":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":62,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":65,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":68,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":71,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":74.334,"s":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":77.667,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":80.667,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":84,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":87,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":90.334,"s":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":93.667,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":96.667,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"t":101,"s":[{"i":[[0,0],[-12,29],[8,20],[-28.169,19.274],[11,22]],"o":[[0,0],[12,-29],[-8,-20],[19,-13],[-1,0]],"v":[[36,131],[81,99],[62,19],[81,-47],[115,-102]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.9,0.99,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":100,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":54,"s":[0]},{"t":72,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":38,"s":[0]},{"t":56,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2"}],"bounds":{"l":30,"t":-106,"b":137,"r":126},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":1,"ty":4,"nm":"pata4","ks":{"p":{"k":[433,491,0]},"a":{"k":[-28,191,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[-7.5,0],[-1,-21.5],[-12.08,-0.255],[0,0]],"o":[[1.118,0],[0,-0.247],[9.508,0.2],[0,0]],"v":[[-91,168],[-108,188.5],[-80.258,193.05],[-53.5,190.25]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.9,0.99,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":100,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":51.25,"s":[0]},{"t":70.375,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":40,"s":[0]},{"t":53.5,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2"}],"bounds":{"l":-113,"t":163,"b":198,"r":-49},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":2,"ty":4,"nm":"pata3","ks":{"p":{"k":[442,491,0]},"a":{"k":[-28,191,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[-7,0],[0,-27],[-12.032,-0.155],[0,0]],"o":[[7,0],[0,-0.254],[13.495,0.173],[0,0]],"v":[[-91,168],[-108,188.5],[-86.745,193.327],[-63,189.5]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.9,0.99,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":100,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":100,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":7,"s":[0]},{"t":20,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"t":9,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":4,"nm":"Trim Paths 3"}],"bounds":{"l":-112,"t":163,"b":198,"r":-59},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":3,"ty":4,"nm":"panza 2","ks":{"p":{"k":[437,328,0]},"a":{"k":[-33,28,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[12.5,-24],[-39.5,1],[29.5,48],[0,0]],"o":[[0,0],[-28.061,53.878],[39.49,-1],[-7.41,-12.056],[0,0]],"v":[[-39.75,17],[-51.5,81],[-31,168.5],[-10.5,85],[-21.25,57.75]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.9,0.99,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":31,"s":[0]},{"t":54,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":17,"s":[0]},{"t":40,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-72,"t":13,"b":173,"r":11},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":4,"ty":4,"nm":"cuerpo4","ks":{"p":{"k":[460,304.5,0]},"a":{"k":[-56,4.5,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[31.5,-55],[-37.5,-18.5],[0,0]],"o":[[0,0],[-18.71,32.668],[9.024,4.452],[0,0]],"v":[[-58,1],[-88.5,96],[-69.5,186],[-47.5,190.5]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.9,0.99,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":37,"s":[0]},{"t":64,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":24,"s":[0]},{"t":48,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-105,"t":-3,"b":195,"r":-43},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":5,"ty":4,"nm":"cuerpo3","ks":{"p":{"k":[409,337.5,0]},"a":{"k":[-63,37.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[26.267,-38.017],[-37.5,-18.5],[-2.558,-0.637]],"o":[[0,0],[-19,27.5],[2.323,1.146],[7.379,1.837]],"v":[[-61,35.5],[-88.5,96],[-69.5,186],[-62.034,188.637]]}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":27,"s":[0]},{"t":48,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":10,"s":[0]},{"t":34,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.9,0.99,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"gr","it":[{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":0,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":1,"nm":"Trim Paths 1"},{"ty":"tr","nm":"Transform"}],"nm":"Group 1"}],"bounds":{"l":-105,"t":31,"b":193,"r":-54},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":6,"ty":4,"nm":"bigote6","ks":{"r":{"k":41},"p":{"k":[367.5,259.5,0]},"a":{"k":[-93.5,-19.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0.943,-1.677],[0,0]],"o":[[0,0],[-1.591,2.827],[0,0]],"v":[[-92.5,-20.5],[-96.963,-15.946],[-98.742,-8.961]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.9,0.99,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":43,"s":[0]},{"t":51,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":37,"s":[0]},{"t":44,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-103,"t":-24,"b":-5,"r":-89},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":7,"ty":4,"nm":"bigote5","ks":{"r":{"k":30},"p":{"k":[375,269.5,0]},"a":{"k":[-93.5,-19.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[1.052,-2.971],[0,0]],"o":[[0,0],[-1.55,4.375],[0,0]],"v":[[-92.5,-20.5],[-98.53,-11.271],[-100.228,-0.382]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.9,0.99,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":40,"s":[0]},{"t":48,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":34,"s":[0]},{"t":42,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-104,"t":-24,"b":4,"r":-89},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":8,"ty":4,"nm":"bigote4","ks":{"p":{"k":[382.5,278.5,0]},"a":{"k":[-93.5,-19.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[2.885,-6.557],[0,0]],"o":[[0,0],[-2.75,6.25],[0,0]],"v":[[-92.5,-20.5],[-100.25,-11],[-102.75,4.25]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.9,0.99,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":37,"s":[0]},{"t":48,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":31,"s":[0]},{"t":39,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-107,"t":-24,"b":8,"r":-89},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":9,"ty":4,"nm":"boca 2","ks":{"p":{"k":[456,300,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[-15.5,0.5],[0,0],[-17,0.5],[0,0]],"o":[[0,0],[15.5,-0.5],[0,0],[17,-0.5],[0,0]],"v":[[-64,-32],[-37,-23.5],[-12.5,-32],[11.5,-22],[37,-32]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.9,0.99,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":34,"s":[0]},{"t":43,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":24,"s":[0]},{"t":36,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-68,"t":-36,"b":-18,"r":41},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":10,"ty":4,"nm":"nariz 2","ks":{"p":{"k":[443,258,0]},"a":{"k":[-32,-42,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[15,-0.409],[-2,-2.455],[-4.5,0],[-3,2.864]],"o":[[-15,0.409],[2,2.455],[4.5,0],[5.337,-5.094]],"v":[[-32.5,-48.591],[-45,-42.864],[-32,-35.5],[-20.5,-42.045]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.9,0.99,1]},"o":{"k":100},"w":{"k":6},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":33,"s":[0]},{"t":44,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":24,"s":[0]},{"t":36,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-50,"t":-52,"b":-32,"r":-14},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":11,"ty":4,"nm":"cabeza","ks":{"p":{"k":[441,304,0]},"a":{"k":[-35,2,0]},"s":{"k":[110.695,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":45,"s":[{"i":[[0,0],[83.479,0.414],[0,0],[-7.5,3.285],[0,0],[-18.857,0.349],[0,0],[-6,-3.285],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[7.5,-3.285],[0,0],[16.207,-0.3],[0,0],[6,3.285],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-106.837,-137.531],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[40.095,-138],[36.354,-90.14]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":49,"s":[{"i":[[0,0],[83.479,0.414],[0,0],[-4.745,6.673],[0,0],[-18.857,0.349],[0,0],[-3.633,-5.796],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[5.5,-7.734],[0,0],[16.206,-0.3],[0,0],[4.178,6.665],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-122.117,-104.697],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[54.477,-105.166],[36.354,-90.14]]}]},{"t":52,"s":[{"i":[[0,0],[83.479,0.414],[0,0],[-4.745,6.673],[0,0],[-18.857,0.349],[0,0],[-3.911,-8.259],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[5.5,-7.734],[0,0],[16.207,-0.3],[0,0],[3.367,7.11],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-120.319,-110.667],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[50.881,-111.136],[36.354,-90.14]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.9,0.99,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","s":{"k":[100.506,100.506],"ix":3},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":36,"s":[0]},{"t":64,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":19,"s":[0]},{"t":48,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-128,"t":-144,"b":3,"r":60},"ip":0,"op":6300,"st":0}]},{"id":"comp_10","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"cola","ks":{"p":{"k":[507,442,0]},"a":{"k":[37,132,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":42,"s":[{"i":[[0,0],[-12,29],[8,20],[-28.169,19.274],[11,22]],"o":[[0,0],[12,-29],[-8,-20],[19,-13],[-1,0]],"v":[[36,131],[81,99],[62,19],[81,-47],[115,-102]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":45,"s":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":48.333,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":51.333,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":54.667,"s":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":58,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":61,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":64,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":67,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":70.334,"s":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":73.667,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":76.667,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":80,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":83,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":86.334,"s":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":89.667,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":92.667,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"t":97,"s":[{"i":[[0,0],[-12,29],[8,20],[-28.169,19.274],[11,22]],"o":[[0,0],[12,-29],[-8,-20],[19,-13],[-1,0]],"v":[[36,131],[81,99],[62,19],[81,-47],[115,-102]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":100,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":64,"s":[0]},{"t":84.25,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":46,"s":[0]},{"t":66.25,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2"}],"bounds":{"l":30,"t":-106,"b":137,"r":126},"ip":1,"op":6301,"st":1},{"ddd":0,"ind":1,"ty":4,"nm":"pata4","ks":{"p":{"k":[433,491,0]},"a":{"k":[-28,191,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[-7.5,0],[-1,-21.5],[-12.08,-0.255],[0,0]],"o":[[1.118,0],[0,-0.247],[9.508,0.2],[0,0]],"v":[[-91,168],[-108,188.5],[-80.258,193.05],[-53.5,190.25]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":100,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":56.25,"s":[0]},{"t":75.375,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":45,"s":[0]},{"t":58.5,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2"}],"bounds":{"l":-113,"t":163,"b":198,"r":-49},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":2,"ty":4,"nm":"pata3","ks":{"p":{"k":[442,491,0]},"a":{"k":[-28,191,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[-7,0],[0,-27],[-12.032,-0.155],[0,0]],"o":[[7,0],[0,-0.254],[13.495,0.173],[0,0]],"v":[[-91,168],[-108,188.5],[-86.745,193.327],[-63,189.5]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":100,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":11.875,"s":[0]},{"t":26.5,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":4,"s":[0]},{"t":14.125,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2"}],"bounds":{"l":-112,"t":163,"b":198,"r":-59},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":3,"ty":4,"nm":"panza 2","ks":{"p":{"k":[437,328,0]},"a":{"k":[-33,28,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[12.5,-24],[-39.5,1],[29.5,48],[0,0]],"o":[[0,0],[-28.061,53.878],[39.49,-1],[-7.41,-12.056],[0,0]],"v":[[-39.75,17],[-51.5,81],[-31,168.5],[-10.5,85],[-21.25,57.75]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":34.875,"s":[0]},{"t":60.75,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":19.125,"s":[0]},{"t":45,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-72,"t":13,"b":173,"r":11},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":4,"ty":4,"nm":"cuerpo4","ks":{"p":{"k":[460,304.5,0]},"a":{"k":[-56,4.5,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[31.5,-55],[-37.5,-18.5],[0,0]],"o":[[0,0],[-18.71,32.668],[9.024,4.452],[0,0]],"v":[[-58,1],[-88.5,96],[-69.5,186],[-47.5,190.5]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":41.625,"s":[0]},{"t":72,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":27,"s":[0]},{"t":54,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-105,"t":-3,"b":195,"r":-43},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":5,"ty":4,"nm":"cuerpo3","ks":{"p":{"k":[409,337.5,0]},"a":{"k":[-63,37.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[26.267,-38.017],[-37.5,-18.5],[-2.558,-0.637]],"o":[[0,0],[-19,27.5],[2.323,1.146],[7.379,1.837]],"v":[[-61,35.5],[-88.5,96],[-69.5,186],[-62.034,188.637]]}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":30.375,"s":[0]},{"t":54,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":11.25,"s":[0]},{"t":38.25,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"gr","it":[{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":0,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":1,"nm":"Trim Paths 1"},{"ty":"tr","nm":"Transform"}],"nm":"Group 1"}],"bounds":{"l":-105,"t":31,"b":193,"r":-54},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":6,"ty":0,"nm":"bigoteFlipMagen","refId":"comp_11","ks":{"p":{"k":[442,300,0]},"a":{"k":[450,300,0]},"s":{"k":[-100,100,100]}},"w":900,"h":600,"ip":0,"op":6300,"st":0},{"ddd":0,"ind":7,"ty":4,"nm":"bigote6","ks":{"r":{"k":41},"p":{"k":[367.5,259.5,0]},"a":{"k":[-93.5,-19.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0.943,-1.677],[0,0]],"o":[[0,0],[-1.591,2.827],[0,0]],"v":[[-92.5,-20.5],[-96.963,-15.946],[-98.742,-8.961]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":48.375,"s":[0]},{"t":57.375,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":41.625,"s":[0]},{"t":49.5,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-103,"t":-24,"b":-5,"r":-89},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":8,"ty":4,"nm":"bigote5","ks":{"r":{"k":30},"p":{"k":[375,269.5,0]},"a":{"k":[-93.5,-19.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[1.052,-2.971],[0,0]],"o":[[0,0],[-1.55,4.375],[0,0]],"v":[[-92.5,-20.5],[-98.53,-11.271],[-100.228,-0.382]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":45,"s":[0]},{"t":54,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":38.25,"s":[0]},{"t":47.25,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-104,"t":-24,"b":4,"r":-89},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":9,"ty":4,"nm":"bigote4","ks":{"p":{"k":[382.5,278.5,0]},"a":{"k":[-93.5,-19.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[2.885,-6.557],[0,0]],"o":[[0,0],[-2.75,6.25],[0,0]],"v":[[-92.5,-20.5],[-100.25,-11],[-102.75,4.25]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":41.625,"s":[0]},{"t":54,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":34.875,"s":[0]},{"t":43.875,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-107,"t":-24,"b":8,"r":-89},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":10,"ty":4,"nm":"ojo4","ks":{"p":{"k":[485,234.5,0]},"a":{"k":[-77.5,-64.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":52,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-77.25,-71.25],[-77.25,-63.098],[-77.25,-54.25]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":53,"s":[{"i":[[0,0],[-3.032,0.657],[0,0]],"o":[[0,0],[3.671,-0.796],[0,0]],"v":[[-85.781,-56.828],[-80.421,-59.954],[-73.219,-60.172]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":120,"s":[{"i":[[0,0],[-3.032,0.657],[0,0]],"o":[[0,0],[3.671,-0.796],[0,0]],"v":[[-85.781,-56.828],[-80.421,-59.954],[-73.219,-60.172]]}]},{"t":121,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-77.25,-71.25],[-77.25,-63.098],[-77.25,-54.25]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.94,0.95,0.92,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":100,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":58,"s":[0]},{"t":64,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":53,"s":[0]},{"t":59,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2"}],"bounds":{"l":-90,"t":-76,"b":-50,"r":-69},"ip":43,"op":6343,"st":43},{"ddd":0,"ind":11,"ty":4,"nm":"ojo1","ks":{"p":{"k":[400.5,234.5,0]},"a":{"k":[-77.5,-64.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":52,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-77.25,-71.25],[-77.25,-61.367],[-77.25,-54.25]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":53,"s":[{"i":[[0,0],[2.97,0.647],[0,0]],"o":[[0,0],[-3.381,-0.737],[0,0]],"v":[[-69.387,-56.399],[-75.47,-59.397],[-82.613,-59.101]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":120,"s":[{"i":[[0,0],[2.97,0.647],[0,0]],"o":[[0,0],[-3.381,-0.737],[0,0]],"v":[[-69.387,-56.399],[-75.47,-59.397],[-82.613,-59.101]]}]},{"t":121,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-77.25,-71.25],[-77.25,-61.367],[-77.25,-54.25]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":58,"s":[0]},{"t":64,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":53,"s":[0]},{"t":59,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-87,"t":-76,"b":-50,"r":-65},"ip":43,"op":6343,"st":43},{"ddd":0,"ind":12,"ty":4,"nm":"boca","parent":13,"ks":{"p":{"k":[-19,0,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":41,"s":[{"i":[[0,0],[-15.5,0.5],[0,0],[-17,0.5],[0,0]],"o":[[0,0],[15.5,-0.5],[0,0],[17,-0.5],[0,0]],"v":[[-64,-32],[-37,-23.5],[-12.5,-32],[11.5,-22],[37,-32]]}]},{"t":44,"s":[{"i":[[0,0],[-15.5,0.5],[0,0],[-17,0.5],[0,0]],"o":[[0,0],[15.5,-0.5],[0,0],[17,-0.5],[0,0]],"v":[[-59.75,-35],[-37.25,-30],[-13.75,-38.5],[11.25,-28],[32.75,-34.5]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":38.25,"s":[0]},{"t":48.375,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":27,"s":[0]},{"t":40.5,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-68,"t":-42,"b":-18,"r":41},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":13,"ty":4,"nm":"nariz","ks":{"p":{"k":[443,258,0]},"a":{"k":[-32,-42,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":41,"s":[{"i":[[15,-0.409],[-2,-2.455],[-4.5,0],[-3,2.864]],"o":[[-15,0.409],[2,2.455],[4.5,0],[5.337,-5.094]],"v":[[-32.5,-48.591],[-45,-42.864],[-32,-35.5],[-20.5,-42.045]]}]},{"t":44,"s":[{"i":[[15,-0.288],[-2,-1.727],[-4.5,0],[-3,2.015]],"o":[[-15,0.288],[2,1.727],[4.5,0],[5.337,-3.585]],"v":[[-32.5,-51.462],[-45,-47.432],[-32,-42.25],[-20.5,-46.856]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"w":{"k":6},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":15.625,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":37.125,"s":[0]},{"t":49.5,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":27,"s":[0]},{"t":40.5,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2"}],"bounds":{"l":-50,"t":-55,"b":-32,"r":-14},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":14,"ty":4,"nm":"cabeza","ks":{"p":{"k":[441,304,0]},"a":{"k":[-35,2,0]},"s":{"k":[110.695,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":41,"s":[{"i":[[0,0],[83.479,0.414],[0,0],[-7.5,3.285],[0,0],[-18.857,0.349],[0,0],[-6,-3.285],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[7.5,-3.285],[0,0],[16.207,-0.3],[0,0],[6,3.285],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-106.837,-137.531],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[40.095,-138],[36.354,-90.14]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":45,"s":[{"i":[[0,0],[83.479,0.414],[0,0],[-4.745,6.673],[0,0],[-18.857,0.349],[0,0],[-3.633,-5.796],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[5.5,-7.734],[0,0],[16.206,-0.3],[0,0],[4.178,6.665],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-122.117,-104.697],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[54.477,-105.166],[36.354,-90.14]]}]},{"t":48,"s":[{"i":[[0,0],[83.479,0.414],[0,0],[-4.745,6.673],[0,0],[-18.857,0.349],[0,0],[-3.911,-8.259],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[5.5,-7.734],[0,0],[16.207,-0.3],[0,0],[3.367,7.11],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-120.319,-110.667],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[50.881,-111.136],[36.354,-90.14]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","s":{"k":[100.506,100.506],"ix":3},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":40.5,"s":[0]},{"t":72,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":21,"s":[0]},{"t":54,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-128,"t":-144,"b":3,"r":60},"ip":0,"op":6300,"st":0}]},{"id":"comp_11","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"bigote9","ks":{"r":{"k":41},"p":{"k":[367.5,259.5,0]},"a":{"k":[-93.5,-19.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0.943,-1.677],[0,0]],"o":[[0,0],[-1.591,2.827],[0,0]],"v":[[-92.5,-20.5],[-96.963,-15.946],[-98.742,-8.961]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":48.375,"s":[0]},{"t":57.375,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":41.625,"s":[0]},{"t":49.5,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-103,"t":-24,"b":-5,"r":-89},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":1,"ty":4,"nm":"bigote8","ks":{"r":{"k":30},"p":{"k":[375,269.5,0]},"a":{"k":[-93.5,-19.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[1.052,-2.971],[0,0]],"o":[[0,0],[-1.55,4.375],[0,0]],"v":[[-92.5,-20.5],[-98.53,-11.271],[-100.228,-0.382]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":45,"s":[0]},{"t":54,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":38.25,"s":[0]},{"t":47.25,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-104,"t":-24,"b":4,"r":-89},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":2,"ty":4,"nm":"bigote7","ks":{"p":{"k":[382.5,278.5,0]},"a":{"k":[-93.5,-19.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[2.885,-6.557],[0,0]],"o":[[0,0],[-2.75,6.25],[0,0]],"v":[[-92.5,-20.5],[-100.25,-11],[-102.75,4.25]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":41.625,"s":[0]},{"t":54,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":34.875,"s":[0]},{"t":43.875,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-107,"t":-24,"b":8,"r":-89},"ip":0,"op":6300,"st":0}]},{"id":"comp_12","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"bigote6","ks":{"r":{"k":41},"p":{"k":[367.5,259.5,0]},"a":{"k":[-93.5,-19.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0.943,-1.677],[0,0]],"o":[[0,0],[-1.591,2.827],[0,0]],"v":[[-92.5,-20.5],[-96.963,-15.946],[-98.742,-8.961]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.94,0.95,0.92,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":63,"s":[0]},{"t":70,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-103,"t":-24,"b":-5,"r":-89},"ip":26,"op":6326,"st":26},{"ddd":0,"ind":1,"ty":4,"nm":"bigote5","ks":{"r":{"k":30},"p":{"k":[375,269.5,0]},"a":{"k":[-93.5,-19.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[1.052,-2.971],[0,0]],"o":[[0,0],[-1.55,4.375],[0,0]],"v":[[-92.5,-20.5],[-98.53,-11.271],[-100.228,-0.382]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.94,0.95,0.92,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":60,"s":[0]},{"t":68,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-104,"t":-24,"b":4,"r":-89},"ip":26,"op":6326,"st":26},{"ddd":0,"ind":2,"ty":4,"nm":"bigote4","ks":{"p":{"k":[382.5,278.5,0]},"a":{"k":[-93.5,-19.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[2.885,-6.557],[0,0]],"o":[[0,0],[-2.75,6.25],[0,0]],"v":[[-92.5,-20.5],[-100.25,-11],[-102.75,4.25]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.94,0.95,0.92,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":57,"s":[0]},{"t":65,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-107,"t":-24,"b":8,"r":-89},"ip":26,"op":6326,"st":26}]},{"id":"comp_13","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"cola","ks":{"p":{"k":[507,442,0]},"a":{"k":[37,132,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":47,"s":[{"i":[[0,0],[-12,29],[8,20],[-28.169,19.274],[11,22]],"o":[[0,0],[12,-29],[-8,-20],[19,-13],[-1,0]],"v":[[36,131],[81,99],[62,19],[81,-47],[115,-102]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":50,"s":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":53.333,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":56.333,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":59.667,"s":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":63,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":66,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":69,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":72,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":75.334,"s":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":78.667,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":81.667,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":85,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":88,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":91.334,"s":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":94.667,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":97.667,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"t":102,"s":[{"i":[[0,0],[-12,29],[8,20],[-28.169,19.274],[11,22]],"o":[[0,0],[12,-29],[-8,-20],[19,-13],[-1,0]],"v":[[36,131],[81,99],[62,19],[81,-47],[115,-102]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.45,0.47,0.89,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":100,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":54,"s":[0]},{"t":72,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":38,"s":[0]},{"t":56,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2"}],"bounds":{"l":30,"t":-106,"b":137,"r":126},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":1,"ty":4,"nm":"pata4","ks":{"p":{"k":[433,491,0]},"a":{"k":[-28,191,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[-7.5,0],[-1,-21.5],[-12.08,-0.255],[0,0]],"o":[[1.118,0],[0,-0.247],[9.508,0.2],[0,0]],"v":[[-91,168],[-108,188.5],[-80.258,193.05],[-53.5,190.25]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.45,0.47,0.89,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":100,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":50,"s":[0]},{"t":67,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":40,"s":[0]},{"t":52,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2"}],"bounds":{"l":-113,"t":163,"b":198,"r":-49},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":2,"ty":4,"nm":"pata3","ks":{"p":{"k":[442,491,0]},"a":{"k":[-28,191,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[-7,0],[0,-27],[-12.032,-0.155],[0,0]],"o":[[7,0],[0,-0.254],[13.495,0.173],[0,0]],"v":[[-91,168],[-108,188.5],[-86.745,193.327],[-63,189.5]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.45,0.47,0.89,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":100,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":7,"s":[0]},{"t":20,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"t":9,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2"}],"bounds":{"l":-112,"t":163,"b":198,"r":-59},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":3,"ty":4,"nm":"panza 2","ks":{"p":{"k":[437,328,0]},"a":{"k":[-33,28,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[12.5,-24],[-39.5,1],[29.5,48],[0,0]],"o":[[0,0],[-28.061,53.878],[39.49,-1],[-7.41,-12.056],[0,0]],"v":[[-39.75,17],[-51.5,81],[-31,168.5],[-10.5,85],[-21.25,57.75]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.46,0.48,0.89,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":31,"s":[0]},{"t":54,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":17,"s":[0]},{"t":40,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-72,"t":13,"b":173,"r":11},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":4,"ty":4,"nm":"cuerpo4","ks":{"p":{"k":[460,304.5,0]},"a":{"k":[-56,4.5,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[31.5,-55],[-37.5,-18.5],[0,0]],"o":[[0,0],[-18.71,32.668],[9.024,4.452],[0,0]],"v":[[-58,1],[-88.5,96],[-69.5,186],[-47.5,190.5]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.46,0.48,0.89,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":37,"s":[0]},{"t":64,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":24,"s":[0]},{"t":48,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-105,"t":-3,"b":195,"r":-43},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":5,"ty":4,"nm":"cuerpo3","ks":{"p":{"k":[409,337.5,0]},"a":{"k":[-63,37.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[26.267,-38.017],[-37.5,-18.5],[-2.558,-0.637]],"o":[[0,0],[-19,27.5],[2.323,1.146],[7.379,1.837]],"v":[[-61,35.5],[-88.5,96],[-69.5,186],[-62.034,188.637]]}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":27,"s":[0]},{"t":48,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":10,"s":[0]},{"t":34,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.46,0.48,0.89,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"gr","it":[{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":0,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":1,"nm":"Trim Paths 1"},{"ty":"tr","nm":"Transform"}],"nm":"Group 1"}],"bounds":{"l":-105,"t":31,"b":193,"r":-54},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":6,"ty":0,"nm":"bigoteFlipVioleta","refId":"comp_14","ks":{"p":{"k":[441,300,0]},"a":{"k":[450,300,0]},"s":{"k":[-100,100,100]}},"w":900,"h":600,"ip":0,"op":6300,"st":0},{"ddd":0,"ind":7,"ty":4,"nm":"bigote6","ks":{"r":{"k":41},"p":{"k":[367.5,259.5,0]},"a":{"k":[-93.5,-19.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0.943,-1.677],[0,0]],"o":[[0,0],[-1.591,2.827],[0,0]],"v":[[-92.5,-20.5],[-96.963,-15.946],[-98.742,-8.961]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.46,0.48,0.89,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":43,"s":[0]},{"t":51,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":37,"s":[0]},{"t":44,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-103,"t":-24,"b":-5,"r":-89},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":8,"ty":4,"nm":"bigote5","ks":{"r":{"k":30},"p":{"k":[375,269.5,0]},"a":{"k":[-93.5,-19.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[1.052,-2.971],[0,0]],"o":[[0,0],[-1.55,4.375],[0,0]],"v":[[-92.5,-20.5],[-98.53,-11.271],[-100.228,-0.382]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.46,0.48,0.89,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":40,"s":[0]},{"t":48,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":34,"s":[0]},{"t":42,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-104,"t":-24,"b":4,"r":-89},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":9,"ty":4,"nm":"bigote4","ks":{"p":{"k":[382.5,278.5,0]},"a":{"k":[-93.5,-19.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[2.885,-6.557],[0,0]],"o":[[0,0],[-2.75,6.25],[0,0]],"v":[[-92.5,-20.5],[-100.25,-11],[-102.75,4.25]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.46,0.48,0.89,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":37,"s":[0]},{"t":48,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":31,"s":[0]},{"t":39,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-107,"t":-24,"b":8,"r":-89},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":10,"ty":4,"nm":"boca 2","ks":{"p":{"k":[456,300,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[-15.5,0.5],[0,0],[-17,0.5],[0,0]],"o":[[0,0],[15.5,-0.5],[0,0],[17,-0.5],[0,0]],"v":[[-64,-32],[-37,-23.5],[-12.5,-32],[11.5,-22],[37,-32]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.46,0.48,0.89,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":34,"s":[0]},{"t":43,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":24,"s":[0]},{"t":36,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-68,"t":-36,"b":-18,"r":41},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":11,"ty":4,"nm":"nariz 2","ks":{"p":{"k":[443,258,0]},"a":{"k":[-32,-42,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[15,-0.409],[-2,-2.455],[-4.5,0],[-3,2.864]],"o":[[-15,0.409],[2,2.455],[4.5,0],[5.337,-5.094]],"v":[[-32.5,-48.591],[-45,-42.864],[-32,-35.5],[-20.5,-42.045]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.46,0.48,0.89,1]},"o":{"k":100},"w":{"k":6},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":33,"s":[0]},{"t":44,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":24,"s":[0]},{"t":36,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-50,"t":-52,"b":-32,"r":-14},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":12,"ty":4,"nm":"cabeza","ks":{"p":{"k":[441,304,0]},"a":{"k":[-35,2,0]},"s":{"k":[110.695,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":46,"s":[{"i":[[0,0],[83.479,0.414],[0,0],[-7.5,3.285],[0,0],[-18.857,0.349],[0,0],[-6,-3.285],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[7.5,-3.285],[0,0],[16.207,-0.3],[0,0],[6,3.285],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-106.837,-137.531],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[40.095,-138],[36.354,-90.14]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":50,"s":[{"i":[[0,0],[83.479,0.414],[0,0],[-4.745,6.673],[0,0],[-18.857,0.349],[0,0],[-3.633,-5.796],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[5.5,-7.734],[0,0],[16.206,-0.3],[0,0],[4.178,6.665],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-122.117,-104.697],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[54.477,-105.166],[36.354,-90.14]]}]},{"t":53,"s":[{"i":[[0,0],[83.479,0.414],[0,0],[-4.745,6.673],[0,0],[-18.857,0.349],[0,0],[-3.911,-8.259],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[5.5,-7.734],[0,0],[16.207,-0.3],[0,0],[3.367,7.11],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-120.319,-110.667],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[50.881,-111.136],[36.354,-90.14]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.45,0.47,0.89,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","s":{"k":[100.506,100.506],"ix":3},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":36,"s":[0]},{"t":64,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":19,"s":[0]},{"t":48,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-128,"t":-144,"b":3,"r":60},"ip":0,"op":6300,"st":0}]},{"id":"comp_14","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"bigote9","ks":{"r":{"k":41},"p":{"k":[367.5,259.5,0]},"a":{"k":[-93.5,-19.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0.943,-1.677],[0,0]],"o":[[0,0],[-1.591,2.827],[0,0]],"v":[[-92.5,-20.5],[-96.963,-15.946],[-98.742,-8.961]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.46,0.48,0.89,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":43,"s":[0]},{"t":51,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":37,"s":[0]},{"t":44,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-103,"t":-24,"b":-5,"r":-89},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":1,"ty":4,"nm":"bigote8","ks":{"r":{"k":30},"p":{"k":[375,269.5,0]},"a":{"k":[-93.5,-19.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[1.052,-2.971],[0,0]],"o":[[0,0],[-1.55,4.375],[0,0]],"v":[[-92.5,-20.5],[-98.53,-11.271],[-100.228,-0.382]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.46,0.48,0.89,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":40,"s":[0]},{"t":48,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":34,"s":[0]},{"t":42,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-104,"t":-24,"b":4,"r":-89},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":2,"ty":4,"nm":"bigote7","ks":{"p":{"k":[382.5,278.5,0]},"a":{"k":[-93.5,-19.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[2.885,-6.557],[0,0]],"o":[[0,0],[-2.75,6.25],[0,0]],"v":[[-92.5,-20.5],[-100.25,-11],[-102.75,4.25]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.46,0.48,0.89,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":37,"s":[0]},{"t":48,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":31,"s":[0]},{"t":39,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-107,"t":-24,"b":8,"r":-89},"ip":0,"op":6300,"st":0}]},{"id":"comp_15","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"cola","ks":{"p":{"k":[507,442,0]},"a":{"k":[37,132,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":51,"s":[{"i":[[0,0],[-12,29],[8,20],[-28.169,19.274],[11,22]],"o":[[0,0],[12,-29],[-8,-20],[19,-13],[-1,0]],"v":[[36,131],[81,99],[62,19],[81,-47],[115,-102]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":54,"s":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":57.333,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":60.333,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":63.667,"s":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":67,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":70,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":73,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":76,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":79.334,"s":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":82.667,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":85.667,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":89,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":92,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":95.334,"s":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":98.667,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":101.667,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"t":106,"s":[{"i":[[0,0],[-12,29],[8,20],[-28.169,19.274],[11,22]],"o":[[0,0],[12,-29],[-8,-20],[19,-13],[-1,0]],"v":[[36,131],[81,99],[62,19],[81,-47],[115,-102]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.62,0.89,0.45,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":100,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":54,"s":[0]},{"t":72,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":38,"s":[0]},{"t":56,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2"}],"bounds":{"l":30,"t":-106,"b":137,"r":126},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":2,"ty":4,"nm":"pata4","ks":{"p":{"k":[433,491,0]},"a":{"k":[-28,191,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[-7.5,0],[-1,-21.5],[-12.08,-0.255],[0,0]],"o":[[1.118,0],[0,-0.247],[9.508,0.2],[0,0]],"v":[[-91,168],[-108,188.5],[-80.258,193.05],[-53.5,190.25]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.62,0.89,0.45,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":100,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":50,"s":[0]},{"t":67,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":40,"s":[0]},{"t":52,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2"}],"bounds":{"l":-113,"t":163,"b":198,"r":-49},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":3,"ty":4,"nm":"pata3","ks":{"p":{"k":[442,491,0]},"a":{"k":[-28,191,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[-7,0],[0,-27],[-12.032,-0.155],[0,0]],"o":[[7,0],[0,-0.254],[13.495,0.173],[0,0]],"v":[[-91,168],[-108,188.5],[-86.745,193.327],[-63,189.5]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.62,0.89,0.45,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":7,"s":[0]},{"t":20,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"t":9,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-112,"t":163,"b":198,"r":-59},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":4,"ty":4,"nm":"panza 2","ks":{"p":{"k":[437,328,0]},"a":{"k":[-33,28,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[12.5,-24],[-39.5,1],[29.5,48],[0,0]],"o":[[0,0],[-28.061,53.878],[39.49,-1],[-7.41,-12.056],[0,0]],"v":[[-39.75,17],[-51.5,81],[-31,168.5],[-10.5,85],[-21.25,57.75]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.62,0.89,0.46,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":31,"s":[0]},{"t":54,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":17,"s":[0]},{"t":40,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-72,"t":13,"b":173,"r":11},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":5,"ty":4,"nm":"cuerpo4","ks":{"p":{"k":[460,304.5,0]},"a":{"k":[-56,4.5,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[31.5,-55],[-37.5,-18.5],[0,0]],"o":[[0,0],[-18.71,32.668],[9.024,4.452],[0,0]],"v":[[-58,1],[-88.5,96],[-69.5,186],[-47.5,190.5]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.62,0.89,0.46,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":37,"s":[0]},{"t":64,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":24,"s":[0]},{"t":48,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-105,"t":-3,"b":195,"r":-43},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":6,"ty":4,"nm":"cuerpo3","ks":{"p":{"k":[409,337.5,0]},"a":{"k":[-63,37.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[26.267,-38.017],[-37.5,-18.5],[-2.558,-0.637]],"o":[[0,0],[-19,27.5],[2.323,1.146],[7.379,1.837]],"v":[[-61,35.5],[-88.5,96],[-69.5,186],[-62.034,188.637]]}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":27,"s":[0]},{"t":48,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":10,"s":[0]},{"t":34,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.62,0.89,0.46,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"gr","it":[{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":0,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":1,"nm":"Trim Paths 1"},{"ty":"tr","nm":"Transform"}],"nm":"Group 1"}],"bounds":{"l":-105,"t":31,"b":193,"r":-54},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":7,"ty":0,"nm":"bigoteFlipVerde","refId":"comp_16","ks":{"p":{"k":[442,300,0]},"a":{"k":[450,300,0]},"s":{"k":[-100,100,100]}},"w":900,"h":600,"ip":0,"op":6300,"st":0},{"ddd":0,"ind":8,"ty":4,"nm":"bigote6","ks":{"r":{"k":41},"p":{"k":[367.5,259.5,0]},"a":{"k":[-93.5,-19.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0.943,-1.677],[0,0]],"o":[[0,0],[-1.591,2.827],[0,0]],"v":[[-92.5,-20.5],[-96.963,-15.946],[-98.742,-8.961]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.62,0.89,0.46,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":43,"s":[0]},{"t":51,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":37,"s":[0]},{"t":44,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-103,"t":-24,"b":-5,"r":-89},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":9,"ty":4,"nm":"bigote5","ks":{"r":{"k":30},"p":{"k":[375,269.5,0]},"a":{"k":[-93.5,-19.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[1.052,-2.971],[0,0]],"o":[[0,0],[-1.55,4.375],[0,0]],"v":[[-92.5,-20.5],[-98.53,-11.271],[-100.228,-0.382]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.62,0.89,0.46,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":40,"s":[0]},{"t":48,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":34,"s":[0]},{"t":42,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-104,"t":-24,"b":4,"r":-89},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":10,"ty":4,"nm":"bigote4","ks":{"p":{"k":[382.5,278.5,0]},"a":{"k":[-93.5,-19.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[2.885,-6.557],[0,0]],"o":[[0,0],[-2.75,6.25],[0,0]],"v":[[-92.5,-20.5],[-100.25,-11],[-102.75,4.25]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.62,0.89,0.46,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":37,"s":[0]},{"t":48,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":31,"s":[0]},{"t":39,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-107,"t":-24,"b":8,"r":-89},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":11,"ty":4,"nm":"boca","parent":12,"ks":{"p":{"k":[-19,0,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":64,"s":[{"i":[[0,0],[-15.5,0.5],[0,0],[-17,0.5],[0,0]],"o":[[0,0],[15.5,-0.5],[0,0],[17,-0.5],[0,0]],"v":[[-64,-32],[-37,-23.5],[-12.5,-32],[11.5,-22],[37,-32]]}]},{"t":67,"s":[{"i":[[0,0],[-15.5,0.5],[0,0],[-17,0.5],[0,0]],"o":[[0,0],[15.5,-0.5],[0,0],[17,-0.5],[0,0]],"v":[[-59.75,-35],[-37.25,-30],[-13.75,-38.5],[11.25,-28],[32.75,-34.5]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.62,0.89,0.45,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":34,"s":[0]},{"t":43,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":24,"s":[0]},{"t":36,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-68,"t":-42,"b":-18,"r":41},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":12,"ty":4,"nm":"nariz","ks":{"p":{"k":[443,258,0]},"a":{"k":[-32,-42,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":64,"s":[{"i":[[15,-0.409],[-2,-2.455],[-4.5,0],[-3,2.864]],"o":[[-15,0.409],[2,2.455],[4.5,0],[5.337,-5.094]],"v":[[-32.5,-48.591],[-45,-42.864],[-32,-35.5],[-20.5,-42.045]]}]},{"t":67,"s":[{"i":[[15,-0.288],[-2,-1.727],[-4.5,0],[-3,2.015]],"o":[[-15,0.288],[2,1.727],[4.5,0],[5.337,-3.585]],"v":[[-32.5,-51.462],[-45,-47.432],[-32,-42.25],[-20.5,-46.856]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.62,0.89,0.45,1]},"o":{"k":100},"w":{"k":6},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":33,"s":[0]},{"t":44,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":24,"s":[0]},{"t":36,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2"}],"bounds":{"l":-50,"t":-55,"b":-32,"r":-14},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":13,"ty":4,"nm":"boca 2","ks":{"p":{"k":[456,300,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[-15.5,0.5],[0,0],[-17,0.5],[0,0]],"o":[[0,0],[15.5,-0.5],[0,0],[17,-0.5],[0,0]],"v":[[-64,-32],[-37,-23.5],[-12.5,-32],[11.5,-22],[37,-32]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.62,0.89,0.46,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":34,"s":[0]},{"t":43,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":24,"s":[0]},{"t":36,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-68,"t":-36,"b":-18,"r":41},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":14,"ty":4,"nm":"nariz 2","ks":{"p":{"k":[443,258,0]},"a":{"k":[-32,-42,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[15,-0.409],[-2,-2.455],[-4.5,0],[-3,2.864]],"o":[[-15,0.409],[2,2.455],[4.5,0],[5.337,-5.094]],"v":[[-32.5,-48.591],[-45,-42.864],[-32,-35.5],[-20.5,-42.045]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.62,0.89,0.46,1]},"o":{"k":100},"w":{"k":6},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":33,"s":[0]},{"t":44,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":24,"s":[0]},{"t":36,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-50,"t":-52,"b":-32,"r":-14},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":15,"ty":4,"nm":"cabeza","ks":{"p":{"k":[441,304,0]},"a":{"k":[-35,2,0]},"s":{"k":[110.695,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":50,"s":[{"i":[[0,0],[83.479,0.414],[0,0],[-7.5,3.285],[0,0],[-18.857,0.349],[0,0],[-6,-3.285],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[7.5,-3.285],[0,0],[16.207,-0.3],[0,0],[6,3.285],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-106.837,-137.531],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[40.095,-138],[36.354,-90.14]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":54,"s":[{"i":[[0,0],[83.479,0.414],[0,0],[-4.745,6.673],[0,0],[-18.857,0.349],[0,0],[-3.633,-5.796],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[5.5,-7.734],[0,0],[16.206,-0.3],[0,0],[4.178,6.665],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-122.117,-104.697],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[54.477,-105.166],[36.354,-90.14]]}]},{"t":57,"s":[{"i":[[0,0],[83.479,0.414],[0,0],[-4.745,6.673],[0,0],[-18.857,0.349],[0,0],[-3.911,-8.259],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[5.5,-7.734],[0,0],[16.207,-0.3],[0,0],[3.367,7.11],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-120.319,-110.667],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[50.881,-111.136],[36.354,-90.14]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.62,0.89,0.45,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","s":{"k":[100.506,100.506],"ix":3},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":36,"s":[0]},{"t":64,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":19,"s":[0]},{"t":48,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-128,"t":-144,"b":3,"r":60},"ip":0,"op":6300,"st":0}]},{"id":"comp_16","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"bigote9","ks":{"r":{"k":41},"p":{"k":[367.5,259.5,0]},"a":{"k":[-93.5,-19.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0.943,-1.677],[0,0]],"o":[[0,0],[-1.591,2.827],[0,0]],"v":[[-92.5,-20.5],[-96.963,-15.946],[-98.742,-8.961]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.62,0.89,0.46,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":43,"s":[0]},{"t":51,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":37,"s":[0]},{"t":44,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-103,"t":-24,"b":-5,"r":-89},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":1,"ty":4,"nm":"bigote8","ks":{"r":{"k":30},"p":{"k":[375,269.5,0]},"a":{"k":[-93.5,-19.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[1.052,-2.971],[0,0]],"o":[[0,0],[-1.55,4.375],[0,0]],"v":[[-92.5,-20.5],[-98.53,-11.271],[-100.228,-0.382]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.62,0.89,0.46,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":40,"s":[0]},{"t":48,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":34,"s":[0]},{"t":42,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-104,"t":-24,"b":4,"r":-89},"ip":0,"op":6300,"st":0},{"ddd":0,"ind":2,"ty":4,"nm":"bigote7","ks":{"p":{"k":[382.5,278.5,0]},"a":{"k":[-93.5,-19.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[2.885,-6.557],[0,0]],"o":[[0,0],[-2.75,6.25],[0,0]],"v":[[-92.5,-20.5],[-100.25,-11],[-102.75,4.25]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.62,0.89,0.46,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":37,"s":[0]},{"t":48,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":31,"s":[0]},{"t":39,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-107,"t":-24,"b":8,"r":-89},"ip":0,"op":6300,"st":0}]}],"v":"4.2.0","ddd":0,"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 20","ks":{"r":{"k":82},"p":{"k":[617,196,0]},"a":{"k":[159,-83,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[160,-82],[160,-99]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[80,0],"ix":2},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":106,"s":[0]},{"t":109,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":102,"s":[0]},{"t":106,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":237,"t":-102,"b":-79,"r":243},"ip":102,"op":6333,"st":33},{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 19","ks":{"r":{"k":-10},"p":{"k":[557,176,0]},"a":{"k":[159,-83,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[160,-82],[160,-99]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.9,0.99,1]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":101,"s":[0]},{"t":104,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":97,"s":[0]},{"t":101,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":157,"t":-102,"b":-79,"r":163},"ip":97,"op":6328,"st":28},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 18","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":97,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":99,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":109,"s":[100]},{"t":111,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":97,"s":[638,239,0],"to":[4.16666650772095,2.66666674613953,0],"ti":[-4.16666650772095,-2.66666674613953,0]},{"t":111,"s":[663,255,0]}]},"a":{"k":[213,-45,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":97,"s":[9,9,100]},{"t":101,"s":[66,66,100]}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[17,17]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[17,17]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[0.33,0.9,0.99,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[213.5,-45.5],"ix":2},"nm":"Transform"}],"nm":"Ellipse 1"}],"bounds":{"l":202,"t":-57,"b":-34,"r":225},"ip":97,"op":6328,"st":28},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 17","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":100,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":103,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":112,"s":[100]},{"t":115,"s":[0]}]},"r":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":100,"s":[0]},{"t":117,"s":[263]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":100,"s":[596,213,0],"to":[8,-0.83333331346512,0],"ti":[-8,0.83333331346512,0]},{"t":115,"s":[644,208,0]}]},"a":{"k":[194,-92,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":99,"s":[0,0,100]},{"t":104,"s":[87,87,100]}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[186,-101],[189,-78],[208,-96]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"}],"bounds":{"l":186,"t":-101,"b":-78,"r":208},"ip":100,"op":6331,"st":31},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 16","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":96,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":98,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":112,"s":[100]},{"t":114,"s":[0]}]},"r":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":96,"s":[-26]},{"t":115,"s":[375]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":96,"s":[589.5,249.5,0],"to":[4.66666650772095,1.66666662693024,0],"ti":[-4.66666650772095,-1.66666662693024,0]},{"t":114,"s":[617.5,259.5,0]}]},"a":{"k":[170.593,-72.852,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":96,"s":[11,11,100]},{"t":101,"s":[18,18,100]}]}},"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":2,"d":1,"pt":{"k":5,"ix":3},"p":{"k":[0,0],"ix":4},"r":{"k":0,"ix":5},"or":{"k":29.206,"ix":7},"os":{"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[0.34,0.84,0.44,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[172,-71],"ix":2},"nm":"Transform"}],"nm":"Polystar 1"}],"bounds":{"l":130,"t":-111,"b":-40,"r":214},"ip":96,"op":6327,"st":27},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 15","ks":{"r":{"k":82},"p":{"k":[597,196,0]},"a":{"k":[159,-83,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[160,-82],[160,-99]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[80,0],"ix":2},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":92,"s":[0]},{"t":95,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":88,"s":[0]},{"t":92,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":237,"t":-102,"b":-79,"r":243},"ip":88,"op":6319,"st":19},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 14","ks":{"r":{"k":-10},"p":{"k":[617,196,0]},"a":{"k":[159,-83,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[160,-82],[160,-99]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.45,0.47,0.89,1]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":87,"s":[0]},{"t":90,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":83,"s":[0]},{"t":87,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":157,"t":-102,"b":-79,"r":163},"ip":83,"op":6314,"st":14},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 13","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":83,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":85,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":95,"s":[100]},{"t":97,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":83,"s":[638,239,0],"to":[4.16666650772095,2.66666674613953,0],"ti":[-4.16666650772095,-2.66666674613953,0]},{"t":97,"s":[663,255,0]}]},"a":{"k":[213,-45,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":83,"s":[9,9,100]},{"t":87,"s":[66,66,100]}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[17,17]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[17,17]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[0.33,0.9,0.99,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[213.5,-45.5],"ix":2},"nm":"Transform"}],"nm":"Ellipse 1"}],"bounds":{"l":202,"t":-57,"b":-34,"r":225},"ip":83,"op":6314,"st":14},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 12","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":86,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":89,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":98,"s":[100]},{"t":101,"s":[0]}]},"r":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":86,"s":[0]},{"t":103,"s":[263]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":86,"s":[596,213,0],"to":[8,-0.83333331346512,0],"ti":[-8,0.83333331346512,0]},{"t":101,"s":[644,208,0]}]},"a":{"k":[194,-92,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":85,"s":[0,0,100]},{"t":90,"s":[87,87,100]}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[186,-101],[189,-78],[208,-96]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"}],"bounds":{"l":186,"t":-101,"b":-78,"r":208},"ip":86,"op":6317,"st":17},{"ddd":0,"ind":9,"ty":4,"nm":"Shape Layer 11","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":82,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":84,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":98,"s":[100]},{"t":100,"s":[0]}]},"r":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":82,"s":[-26]},{"t":101,"s":[375]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":82,"s":[589.5,249.5,0],"to":[4.66666650772095,1.66666662693024,0],"ti":[-4.66666650772095,-1.66666662693024,0]},{"t":100,"s":[617.5,259.5,0]}]},"a":{"k":[170.593,-72.852,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":82,"s":[11,11,100]},{"t":87,"s":[18,18,100]}]}},"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":2,"d":1,"pt":{"k":5,"ix":3},"p":{"k":[0,0],"ix":4},"r":{"k":0,"ix":5},"or":{"k":29.206,"ix":7},"os":{"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[0.34,0.84,0.44,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[172,-71],"ix":2},"nm":"Transform"}],"nm":"Polystar 1"}],"bounds":{"l":130,"t":-111,"b":-40,"r":214},"ip":82,"op":6313,"st":13},{"ddd":0,"ind":10,"ty":4,"nm":"Shape Layer 10","ks":{"r":{"k":82},"p":{"k":[577,236,0]},"a":{"k":[159,-83,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[160,-82],[160,-99]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[80,0],"ix":2},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":79,"s":[0]},{"t":82,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":75,"s":[0]},{"t":79,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":237,"t":-102,"b":-79,"r":243},"ip":75,"op":6306,"st":6},{"ddd":0,"ind":11,"ty":4,"nm":"Shape Layer 9","ks":{"r":{"k":-10},"p":{"k":[617,196,0]},"a":{"k":[159,-83,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[160,-82],[160,-99]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.45,0.47,0.89,1]},"o":{"k":100},"w":{"k":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":74,"s":[0]},{"t":77,"s":[100]}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":70,"s":[0]},{"t":74,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":157,"t":-102,"b":-79,"r":163},"ip":70,"op":6301,"st":1},{"ddd":0,"ind":12,"ty":4,"nm":"Shape Layer 8","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":70,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":72,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":82,"s":[100]},{"t":84,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":70,"s":[638,239,0],"to":[4.16666650772095,2.66666674613953,0],"ti":[-4.16666650772095,-2.66666674613953,0]},{"t":84,"s":[663,255,0]}]},"a":{"k":[213,-45,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":70,"s":[9,9,100]},{"t":74,"s":[66,66,100]}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[17,17]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[17,17]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[0.33,0.9,0.99,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[213.5,-45.5],"ix":2},"nm":"Transform"}],"nm":"Ellipse 1"}],"bounds":{"l":202,"t":-57,"b":-34,"r":225},"ip":70,"op":6301,"st":1},{"ddd":0,"ind":13,"ty":4,"nm":"Shape Layer 7","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":73,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":76,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":85,"s":[100]},{"t":88,"s":[0]}]},"r":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":73,"s":[0]},{"t":90,"s":[263]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":73,"s":[596,213,0],"to":[8,-0.83333331346512,0],"ti":[-8,0.83333331346512,0]},{"t":88,"s":[644,208,0]}]},"a":{"k":[194,-92,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":72,"s":[0,0,100]},{"t":77,"s":[87,87,100]}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[186,-101],[189,-78],[208,-96]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.93,0.39,0.39,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"}],"bounds":{"l":186,"t":-101,"b":-78,"r":208},"ip":73,"op":6304,"st":4},{"ddd":0,"ind":14,"ty":4,"nm":"Shape Layer 6","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":69,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"t":71,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":85,"s":[100]},{"t":87,"s":[0]}]},"r":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":69,"s":[-26]},{"t":88,"s":[375]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":69,"s":[589.5,249.5,0],"to":[4.66666650772095,1.66666662693024,0],"ti":[-4.66666650772095,-1.66666662693024,0]},{"t":87,"s":[617.5,259.5,0]}]},"a":{"k":[170.593,-72.852,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":69,"s":[11,11,100]},{"t":74,"s":[18,18,100]}]}},"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":2,"d":1,"pt":{"k":5,"ix":3},"p":{"k":[0,0],"ix":4},"r":{"k":0,"ix":5},"or":{"k":29.206,"ix":7},"os":{"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[0.34,0.84,0.44,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[172,-71],"ix":2},"nm":"Transform"}],"nm":"Polystar 1"}],"bounds":{"l":130,"t":-111,"b":-40,"r":214},"ip":69,"op":6300,"st":0},{"ddd":0,"ind":20,"ty":0,"nm":"cyan","refId":"comp_9","ks":{"p":{"k":[450,300,0]},"a":{"k":[450,300,0]}},"w":900,"h":600,"ip":20,"op":6320,"st":20},{"ddd":0,"ind":21,"ty":0,"nm":"magenta","refId":"comp_10","ks":{"p":{"k":[450,300,0]},"a":{"k":[450,300,0]}},"w":900,"h":600,"ip":24,"op":6324,"st":24},{"ddd":0,"ind":22,"ty":4,"nm":"cola","ks":{"p":{"k":[507,442,0]},"a":{"k":[37,132,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":66,"s":[{"i":[[0,0],[-12,29],[8,20],[-28.169,19.274],[11,22]],"o":[[0,0],[12,-29],[-8,-20],[19,-13],[-1,0]],"v":[[36,131],[81,99],[62,19],[81,-47],[115,-102]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":69,"s":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":72.333,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":75.333,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":78.667,"s":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":82,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":85,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":88,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":91,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":94.334,"s":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":97.667,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":100.667,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":104,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":107,"s":[{"i":[[0,0],[-3,5],[3,31],[-15,26],[32,29]],"o":[[0,0],[3.71,-6.183],[-1.256,-12.978],[14.858,-25.754],[-1,0]],"v":[[36,131],[37,130],[74,68],[75,-10],[111,-87]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":110.334,"s":[{"i":[[0,0],[-3,5],[-10.62,18.741],[-4,40],[7,18]],"o":[[0,0],[3.71,-6.183],[17,-30],[1.425,-14.247],[-1,0]],"v":[[36,131],[37,130],[80,72],[109,-19],[101,-97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":113.667,"s":[{"i":[[0,0],[-3,5],[-28,32],[-13.521,37.858],[-29,26]],"o":[[0,0],[3.71,-6.183],[17.719,-20.25],[10,-28],[-1,0]],"v":[[36,131],[37,130],[51,49],[115,-10],[113,-93]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":118,"s":[{"i":[[0,0],[-11.6,30.494],[7.733,21.03],[-27.23,20.266],[10.633,23.133]],"o":[[0,0],[11.6,-30.494],[-7.733,-21.03],[18.367,-13.67],[-0.967,0]],"v":[[39,134],[82.5,100.352],[66.133,9.232],[84.5,-60.167],[115.367,-111]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":122,"s":[{"i":[[0,0],[-12,29],[8,20],[-28.169,19.274],[15,19]],"o":[[0,0],[12,-29],[-8,-20],[19,-13],[-1,0]],"v":[[36,131],[78,106],[62,27],[81,-39],[110,-104]]}]},{"t":126,"s":[{"i":[[0,0],[-12,29],[8,20],[-28.169,19.274],[11,22]],"o":[[0,0],[12,-29],[-8,-20],[19,-13],[-1,0]],"v":[[36,131],[81,99],[62,19],[81,-47],[115,-102]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.94,0.95,0.92,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":79,"s":[0]},{"t":97,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":30,"t":-115,"b":138,"r":126},"ip":41,"op":6341,"st":41},{"ddd":0,"ind":23,"ty":4,"nm":"pata2","ks":{"p":{"k":[433,491,0]},"a":{"k":[-28,191,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[-7.5,0],[-1,-21.5],[-12.08,-0.255],[0,0]],"o":[[1.118,0],[0,-0.247],[9.508,0.2],[0,0]],"v":[[-91,168],[-108,188.5],[-80.258,193.05],[-53.5,190.25]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.94,0.95,0.92,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":81,"s":[0]},{"t":93,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-113,"t":163,"b":198,"r":-49},"ip":41,"op":6341,"st":41},{"ddd":0,"ind":24,"ty":4,"nm":"pata1","ks":{"p":{"k":[442,491,0]},"a":{"k":[-28,191,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[-7,0],[0,-27],[-12.032,-0.155],[0,0]],"o":[[7,0],[0,-0.254],[13.495,0.173],[0,0]],"v":[[-91,168],[-108,188.5],[-86.745,193.327],[-63,189.5]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.94,0.95,0.92,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":41,"s":[0]},{"t":50,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-112,"t":163,"b":198,"r":-59},"ip":41,"op":6341,"st":41},{"ddd":0,"ind":25,"ty":4,"nm":"panza","ks":{"p":{"k":[437,328,0]},"a":{"k":[-33,28,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[12.5,-24],[-39.5,1],[29.5,48],[0,0]],"o":[[0,0],[-28.061,53.878],[39.49,-1],[-7.41,-12.056],[0,0]],"v":[[-39.75,17],[-51.5,81],[-31,168.5],[-10.5,85],[-21.25,57.75]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.94,0.95,0.92,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":58,"s":[0]},{"t":81,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-72,"t":13,"b":173,"r":11},"ip":41,"op":6341,"st":41},{"ddd":0,"ind":26,"ty":4,"nm":"cuerpo2","ks":{"p":{"k":[460,304.5,0]},"a":{"k":[-56,4.5,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[31.5,-55],[-37.5,-18.5],[0,0]],"o":[[0,0],[-18.71,32.668],[9.024,4.452],[0,0]],"v":[[-58,1],[-88.5,96],[-69.5,186],[-47.5,190.5]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.94,0.95,0.92,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":65,"s":[0]},{"t":89,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-105,"t":-3,"b":195,"r":-43},"ip":41,"op":6341,"st":41},{"ddd":0,"ind":27,"ty":4,"nm":"cuerpo1","ks":{"p":{"k":[409,337.5,0]},"a":{"k":[-63,37.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[26.267,-38.017],[-37.5,-18.5],[-2.558,-0.637]],"o":[[0,0],[-19,27.5],[2.323,1.146],[7.379,1.837]],"v":[[-61,35.5],[-88.5,96],[-69.5,186],[-62.034,188.637]]}},"nm":"Path 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":52,"s":[0]},{"t":75,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.94,0.95,0.92,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"}],"bounds":{"l":-105,"t":31,"b":193,"r":-54},"ip":41,"op":6341,"st":41},{"ddd":0,"ind":28,"ty":0,"nm":"bigoteFlip","refId":"comp_12","ks":{"p":{"k":[430,300,0]},"a":{"k":[450,300,0]},"s":{"k":[-100,100,100]}},"w":900,"h":600,"ip":41,"op":6315,"st":15},{"ddd":0,"ind":29,"ty":4,"nm":"bigote3","ks":{"r":{"k":41},"p":{"k":[367.5,259.5,0]},"a":{"k":[-93.5,-19.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0.943,-1.677],[0,0]],"o":[[0,0],[-1.591,2.827],[0,0]],"v":[[-92.5,-20.5],[-96.963,-15.946],[-98.742,-8.961]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.94,0.95,0.92,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":78,"s":[0]},{"t":85,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-103,"t":-24,"b":-5,"r":-89},"ip":41,"op":6341,"st":41},{"ddd":0,"ind":30,"ty":4,"nm":"bigote2","ks":{"r":{"k":30},"p":{"k":[375,269.5,0]},"a":{"k":[-93.5,-19.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[1.052,-2.971],[0,0]],"o":[[0,0],[-1.55,4.375],[0,0]],"v":[[-92.5,-20.5],[-98.53,-11.271],[-100.228,-0.382]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.94,0.95,0.92,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":75,"s":[0]},{"t":83,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-104,"t":-24,"b":4,"r":-89},"ip":41,"op":6341,"st":41},{"ddd":0,"ind":31,"ty":4,"nm":"bigote1","ks":{"p":{"k":[382.5,278.5,0]},"a":{"k":[-93.5,-19.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[2.885,-6.557],[0,0]],"o":[[0,0],[-2.75,6.25],[0,0]],"v":[[-92.5,-20.5],[-100.25,-11],[-102.75,4.25]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.94,0.95,0.92,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":72,"s":[0]},{"t":80,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-107,"t":-24,"b":8,"r":-89},"ip":41,"op":6341,"st":41},{"ddd":0,"ind":32,"ty":4,"nm":"boca","parent":33,"ks":{"p":{"k":[-19,0,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":65,"s":[{"i":[[0,0],[-15.5,0.5],[0,0],[-17,0.5],[0,0]],"o":[[0,0],[15.5,-0.5],[0,0],[17,-0.5],[0,0]],"v":[[-64,-32],[-37,-23.5],[-12.5,-32],[11.5,-22],[37,-32]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":68,"s":[{"i":[[0,0],[-15.5,0.5],[0,0],[-17,0.5],[0,0]],"o":[[0,0],[15.5,-0.5],[0,0],[17,-0.5],[0,0]],"v":[[-59.75,-35],[-37.25,-30],[-13.75,-38.5],[11.25,-28],[32.75,-34.5]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":118,"s":[{"i":[[0,0],[-15.5,0.5],[0,0],[-17,0.5],[0,0]],"o":[[0,0],[15.5,-0.5],[0,0],[17,-0.5],[0,0]],"v":[[-59.75,-35],[-37.25,-30],[-13.75,-38.5],[11.25,-28],[32.75,-34.5]]}]},{"t":120,"s":[{"i":[[0,0],[-15.5,0.5],[0,0],[-17,0.5],[0,0]],"o":[[0,0],[15.5,-0.5],[0,0],[17,-0.5],[0,0]],"v":[[-64,-32],[-37,-23.5],[-12.5,-32],[11.5,-22],[37,-32]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.94,0.95,0.92,1]},"o":{"k":100},"w":{"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":65,"s":[0]},{"t":77,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-68,"t":-42,"b":-18,"r":41},"ip":41,"op":6341,"st":41},{"ddd":0,"ind":33,"ty":4,"nm":"nariz","ks":{"p":{"k":[443,258,0]},"a":{"k":[-32,-42,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":65,"s":[{"i":[[15,-0.409],[-2,-2.455],[-4.5,0],[-3,2.864]],"o":[[-15,0.409],[2,2.455],[4.5,0],[5.337,-5.094]],"v":[[-32.5,-48.591],[-45,-42.864],[-32,-35.5],[-20.5,-42.045]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":68,"s":[{"i":[[15,-0.288],[-2,-1.727],[-4.5,0],[-3,2.015]],"o":[[-15,0.288],[2,1.727],[4.5,0],[5.337,-3.585]],"v":[[-32.5,-51.462],[-45,-47.432],[-32,-42.25],[-20.5,-46.856]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":118,"s":[{"i":[[15,-0.288],[-2,-1.727],[-4.5,0],[-3,2.015]],"o":[[-15,0.288],[2,1.727],[4.5,0],[5.337,-3.585]],"v":[[-32.5,-51.462],[-45,-47.432],[-32,-42.25],[-20.5,-46.856]]}]},{"t":120,"s":[{"i":[[15,-0.409],[-2,-2.455],[-4.5,0],[-3,2.864]],"o":[[-15,0.409],[2,2.455],[4.5,0],[5.337,-5.094]],"v":[[-32.5,-48.591],[-45,-42.864],[-32,-35.5],[-20.5,-42.045]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.94,0.95,0.92,1]},"o":{"k":100},"w":{"k":6},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":65,"s":[0]},{"t":77,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-50,"t":-55,"b":-32,"r":-14},"ip":41,"op":6341,"st":41},{"ddd":0,"ind":34,"ty":4,"nm":"ojo2","ks":{"p":{"k":[485,234.5,0]},"a":{"k":[-77.5,-64.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":65,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-77.25,-71.25],[-77.25,-63.098],[-77.25,-54.25]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":66,"s":[{"i":[[0,0],[-3.032,0.657],[0,0]],"o":[[0,0],[3.671,-0.796],[0,0]],"v":[[-85.781,-56.828],[-80.421,-59.954],[-73.219,-60.172]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":118,"s":[{"i":[[0,0],[-3.032,0.657],[0,0]],"o":[[0,0],[3.671,-0.796],[0,0]],"v":[[-85.781,-56.828],[-80.421,-59.954],[-73.219,-60.172]]}]},{"t":119,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-77.25,-71.25],[-77.25,-63.098],[-77.25,-54.25]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.94,0.95,0.92,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":59,"s":[0]},{"t":65,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-90,"t":-76,"b":-50,"r":-69},"ip":41,"op":6341,"st":41},{"ddd":0,"ind":35,"ty":4,"nm":"ojo1","ks":{"p":{"k":[400.5,234.5,0]},"a":{"k":[-77.5,-64.5,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":65,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-77.25,-71.25],[-77.25,-61.367],[-77.25,-54.25]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":66,"s":[{"i":[[0,0],[2.97,0.647],[0,0]],"o":[[0,0],[-3.381,-0.737],[0,0]],"v":[[-69.387,-56.399],[-75.47,-59.397],[-82.613,-59.101]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":118,"s":[{"i":[[0,0],[2.97,0.647],[0,0]],"o":[[0,0],[-3.381,-0.737],[0,0]],"v":[[-69.387,-56.399],[-75.47,-59.397],[-82.613,-59.101]]}]},{"t":119,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-77.25,-71.25],[-77.25,-61.367],[-77.25,-54.25]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.94,0.95,0.92,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":59,"s":[0]},{"t":65,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-87,"t":-76,"b":-50,"r":-65},"ip":41,"op":6341,"st":41},{"ddd":0,"ind":36,"ty":4,"nm":"cabeza","ks":{"p":{"k":[441,304,0]},"a":{"k":[-35,2,0]},"s":{"k":[110.695,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":65,"s":[{"i":[[0,0],[83.479,0.414],[0,0],[-7.5,3.285],[0,0],[-18.857,0.349],[0,0],[-6,-3.285],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[7.5,-3.285],[0,0],[16.207,-0.3],[0,0],[6,3.285],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-106.837,-137.531],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[40.095,-138],[36.354,-90.14]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":69,"s":[{"i":[[0,0],[83.479,0.414],[0,0],[-4.745,6.673],[0,0],[-18.857,0.349],[0,0],[-3.633,-5.796],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[5.5,-7.734],[0,0],[16.206,-0.3],[0,0],[4.178,6.665],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-122.117,-104.697],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[54.477,-105.166],[36.354,-90.14]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":72,"s":[{"i":[[0,0],[83.479,0.414],[0,0],[-4.745,6.673],[0,0],[-18.857,0.349],[0,0],[-3.911,-8.259],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[5.5,-7.734],[0,0],[16.207,-0.3],[0,0],[3.367,7.11],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-120.319,-110.667],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[50.881,-111.136],[36.354,-90.14]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":118,"s":[{"i":[[0,0],[83.479,0.414],[0,0],[-4.745,6.673],[0,0],[-18.857,0.349],[0,0],[-3.911,-8.259],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[5.5,-7.734],[0,0],[16.207,-0.3],[0,0],[3.367,7.11],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-120.319,-110.667],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[50.881,-111.136],[36.354,-90.14]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":122,"s":[{"i":[[0,0],[83.479,0.414],[0,0],[-7.5,3.285],[0,0],[-18.857,0.349],[0,0],[-6,-3.285],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[7.5,-3.285],[0,0],[16.207,-0.3],[0,0],[6,3.285],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-100.545,-141.511],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[33.804,-138.995],[36.354,-90.14]]}]},{"t":125,"s":[{"i":[[0,0],[83.479,0.414],[0,0],[-7.5,3.285],[0,0],[-18.857,0.349],[0,0],[-6,-3.285],[0,0]],"o":[[0,0],[-94.726,-0.469],[0,0],[7.5,-3.285],[0,0],[16.207,-0.3],[0,0],[6,3.285],[0,0]],"v":[[36.176,-71.136],[-34,-1.223],[-103.676,-87.794],[-106.837,-137.531],[-67.531,-122.281],[-33.952,-127.668],[0.983,-121.108],[40.095,-138],[36.354,-90.14]]}]}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.94,0.95,0.92,1]},"o":{"k":100},"w":{"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","s":{"k":[100.506,100.506],"ix":3},"nm":"Transform"}],"nm":"Shape 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":60,"s":[0]},{"t":89,"s":[100]}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"bounds":{"l":-128,"t":-147,"b":3,"r":60},"ip":41,"op":6341,"st":41},{"ddd":0,"ind":37,"ty":0,"nm":"violeta","refId":"comp_13","ks":{"p":{"k":[450,300,0]},"a":{"k":[450,300,0]}},"w":900,"h":600,"ip":19,"op":6319,"st":19},{"ddd":0,"ind":38,"ty":0,"nm":"verde","refId":"comp_15","ks":{"p":{"k":[450,300,0]},"a":{"k":[450,300,0]}},"w":900,"h":600,"ip":15,"op":6315,"st":15},{"ddd":0,"ind":39,"ty":4,"nm":"Layer 1 Outlines","ks":{"p":{"k":[450,300,0]},"a":{"k":[450.25,300.25,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-450,300],[450,300],[450,-300],[-450,-300]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.06,0.06,0.07,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[450.25,300.25],"ix":2},"nm":"Transform"}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":601,"r":901},"ip":0,"op":6300,"st":0}],"ip":0,"op":132,"fr":30,"w":900,"h":600} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/dalek.json b/ohos/flutter_lottie/assets/Tests/dalek.json new file mode 100644 index 0000000000000000000000000000000000000000..cc089d067a124b9ebaa3a23f444ecac733e451a5 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/dalek.json @@ -0,0 +1 @@ +{"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"rayito3 Outlines","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":128,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":130,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":134,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":136,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":143,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":145,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":149,"s":[100],"e":[0]},{"t":151}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":128,"s":[867.899,127.945,0],"e":[881.399,93.945,0],"to":[2.25,-5.66666650772095,0],"ti":[-2.25,5.66666650772095,0]},{"t":153}]},"a":{"k":[12.837,17.417,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0.437,-1.227],[0.585,-0.212],[0.183,0.188],[0,0],[0.126,0.261],[0,0],[1.581,-0.02],[0.635,-0.951],[2.953,-2.945],[-0.553,2.839],[-1.03,5.224],[-1.616,-0.121],[-0.945,-2.935],[-2.6,3.384],[0,0],[-0.654,1.058],[0,0],[-0.226,0.183],[-0.57,0.378],[-0.243,-0.028],[0,0],[-0.029,-0.258],[3.258,-6.969]],"o":[[-0.587,0.211],[-0.18,-0.186],[0,0],[-0.125,-0.26],[0,0],[-0.076,-1.293],[-1.701,0.02],[-2.168,2.92],[-0.393,-3.433],[1.017,-5.226],[0.64,-3.25],[0.773,2.401],[2.973,-3.868],[0,0],[0.655,-1.06],[0,0],[0.225,-0.185],[0.57,-0.379],[0.174,0.172],[0,0],[-0.152,0.211],[-3.257,6.97],[-1.239,0.697]],"v":[[0.546,8.92],[-1.214,9.555],[-1.76,8.994],[-2.056,8.063],[-2.433,7.281],[-2.405,7.286],[-4.261,4.555],[-6.025,7.43],[-12.194,16.956],[-10.899,7.904],[-7.638,-7.734],[-3.322,-9.099],[-0.829,-1.362],[7.343,-11.997],[7.321,-12.019],[9.284,-15.198],[9.411,-15.268],[10.087,-15.82],[11.798,-16.956],[12.426,-16.656],[12.587,-15.859],[12.403,-15.154],[2.631,5.753]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[12.837,17.627]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 5"}],"bounds":{"l":0,"t":0,"b":35,"r":26},"ip":0,"op":6120,"st":0},{"ddd":0,"ind":1,"ty":4,"nm":"rayito2 Outlines","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":127,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":129,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":133,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":135,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":142,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":144,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":148,"s":[100],"e":[0]},{"t":150}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":127,"s":[825.81,132.836,0],"e":[804.31,106.336,0],"to":[-3.58333325386047,-4.41666650772095,0],"ti":[3.58333325386047,4.41666650772095,0]},{"t":152}]},"a":{"k":[10.718,18.239,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0.727,-0.933],[3.204,3.197],[2.243,2.652],[-0.861,1.383],[-1.199,-0.25],[-1.204,1.446],[0.637,1.688],[0.977,2.422],[-0.995,0.331],[-0.344,-0.518],[-4.325,-6.526],[0.363,-0.636],[0.674,0.107],[1.706,0.347],[0.476,-0.971],[-0.393,-0.601],[-1.979,-3.119]],"o":[[-3.592,-2.888],[-2.455,-2.45],[-0.882,-1.043],[0.828,-1.328],[1.782,0.372],[1.169,-1.408],[-0.92,-2.442],[-0.259,-0.642],[0.751,-0.249],[4.327,6.523],[0.337,0.509],[-0.465,0.816],[-1.717,-0.273],[-0.89,-0.182],[-0.397,0.813],[2.024,3.092],[0.384,0.606]],"v":[[7.406,17.988],[-1.758,7.923],[-8.667,0.122],[-9.607,-3.598],[-6.201,-4.005],[-0.951,-3.568],[-2.305,-8.658],[-5.38,-15.865],[-4.828,-17.739],[-3.396,-16.835],[9.584,2.738],[10.105,4.413],[8.099,4.777],[2.974,3.78],[0.678,4.444],[1.435,6.393],[7.483,15.682]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[10.719,18.239]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":37,"r":21},"ip":0,"op":6120,"st":0},{"ddd":0,"ind":2,"ty":4,"nm":"rayito1 Outlines","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":126,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":128,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":132,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":134,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":141,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":143,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":147,"s":[100],"e":[0]},{"t":149}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":126,"s":[809.609,169.906,0],"e":[787.609,174.406,0],"to":[-3.66666674613953,0.75,0],"ti":[3.66666674613953,-0.75,0]},{"t":151}]},"a":{"k":[20.868,9.3,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-0.608,-1.784],[6.794,-1.082],[3.156,-0.364],[0.272,0.831],[-0.513,0.282],[-0.949,0.287],[-4.91,1.388],[1.791,1.886],[0.321,0.38],[-0.816,1.73],[-1.556,0.051],[-6.23,0.118],[-0.004,-1.575],[1.095,0.079],[3.553,-0.093],[-0.924,-1.273]],"o":[[-6.256,3.65],[-3.135,0.499],[-0.6,0.07],[-0.223,-0.682],[0.862,-0.476],[4.884,-1.475],[2.664,-0.753],[-0.343,-0.362],[-0.987,-1.171],[0.678,-1.442],[6.228,-0.201],[0.877,-0.017],[0.002,1.2],[-3.612,-0.26],[-1.926,0.05],[1,1.379]],"v":[[10.753,2.885],[-9.366,7.572],[-18.834,8.66],[-20.395,8.22],[-19.668,6.642],[-16.9,5.551],[-2.225,1.199],[-1.158,-2.702],[-2.202,-3.772],[-4.819,-7.356],[-0.317,-8.033],[18.373,-8.473],[20.616,-7.475],[18.444,-5.939],[8.33,-3.6],[7.395,-1.028]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[20.867,9.301]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":19,"r":42},"ip":0,"op":6120,"st":0}]}],"v":"3.1.6","layers":[{"ddd":0,"ind":0,"ty":1,"nm":"White Solid 50_75","parent":14,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":176,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":177,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":241,"s":[100],"e":[0]},{"t":243}]},"r":{"k":0},"p":{"k":[424,156.011,0]},"a":{"k":[24,29,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":176,"s":[0,0,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":180,"s":[105,105,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0.333,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333"],"t":183,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":235,"s":[100,100,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":238,"s":[105,105,100],"e":[0,0,100]},{"t":243}]}},"sw":48,"sh":58,"sc":"#ffffff","ip":172,"op":244,"st":0},{"ddd":0,"ind":1,"ty":1,"nm":"White Solid 50_75","parent":14,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":175,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":176,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":240,"s":[100],"e":[0]},{"t":242}]},"r":{"k":0},"p":{"k":[365,156.011,0]},"a":{"k":[24,29,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":175,"s":[0,0,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":179,"s":[105,105,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0.333,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333"],"t":182,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":234,"s":[100,100,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":237,"s":[105,105,100],"e":[0,0,100]},{"t":242}]}},"sw":48,"sh":58,"sc":"#ffffff","ip":172,"op":244,"st":0},{"ddd":0,"ind":2,"ty":1,"nm":"White Solid 50_75","parent":14,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":174,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":175,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":239,"s":[100],"e":[0]},{"t":241}]},"r":{"k":0},"p":{"k":[306,156.011,0]},"a":{"k":[24,29,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":174,"s":[0,0,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":178,"s":[105,105,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0.333,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333"],"t":181,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":233,"s":[100,100,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":236,"s":[105,105,100],"e":[0,0,100]},{"t":241}]}},"sw":48,"sh":58,"sc":"#ffffff","ip":172,"op":244,"st":0},{"ddd":0,"ind":3,"ty":1,"nm":"White Solid 50_75","parent":14,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":174,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":175,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":238,"s":[100],"e":[0]},{"t":240}]},"r":{"k":0},"p":{"k":[424,92.011,0]},"a":{"k":[24,29,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":174,"s":[0,0,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":178,"s":[105,105,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0.333,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333"],"t":181,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":232,"s":[100,100,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":235,"s":[105,105,100],"e":[0,0,100]},{"t":240}]}},"sw":48,"sh":58,"sc":"#ffffff","ip":172,"op":244,"st":0},{"ddd":0,"ind":4,"ty":1,"nm":"White Solid 50_75","parent":14,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":173,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":174,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":237,"s":[100],"e":[0]},{"t":239}]},"r":{"k":0},"p":{"k":[365,92.011,0]},"a":{"k":[24,29,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":173,"s":[0,0,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":177,"s":[105,105,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0.333,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333"],"t":180,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":231,"s":[100,100,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":234,"s":[105,105,100],"e":[0,0,100]},{"t":239}]}},"sw":48,"sh":58,"sc":"#ffffff","ip":172,"op":244,"st":0},{"ddd":0,"ind":5,"ty":1,"nm":"White Solid 50_75","parent":14,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":172,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":173,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":236,"s":[100],"e":[0]},{"t":238}]},"r":{"k":0},"p":{"k":[306,92.011,0]},"a":{"k":[24,29,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":172,"s":[0,0,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":176,"s":[105,105,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0.333,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333"],"t":179,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":230,"s":[100,100,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":233,"s":[105,105,100],"e":[0,0,100]},{"t":238}]}},"sw":48,"sh":58,"sc":"#ffffff","ip":172,"op":244,"st":0},{"ddd":0,"ind":6,"ty":1,"nm":"White Solid 50_75","parent":14,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":176,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":177,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":241,"s":[100],"e":[0]},{"t":243}]},"r":{"k":0},"p":{"k":[196,156,0]},"a":{"k":[24,29,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":176,"s":[0,0,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":180,"s":[105,105,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0.333,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333"],"t":183,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":235,"s":[100,100,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":238,"s":[105,105,100],"e":[0,0,100]},{"t":243}]}},"sw":48,"sh":58,"sc":"#ffffff","ip":172,"op":244,"st":0},{"ddd":0,"ind":7,"ty":1,"nm":"White Solid 50_75","parent":14,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":175,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":176,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":240,"s":[100],"e":[0]},{"t":242}]},"r":{"k":0},"p":{"k":[135,156,0]},"a":{"k":[24,29,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":175,"s":[0,0,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":179,"s":[105,105,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0.333,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333"],"t":182,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":234,"s":[100,100,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":237,"s":[105,105,100],"e":[0,0,100]},{"t":242}]}},"sw":48,"sh":58,"sc":"#ffffff","ip":172,"op":244,"st":0},{"ddd":0,"ind":8,"ty":1,"nm":"White Solid 50_75","parent":14,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":174,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":175,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":239,"s":[100],"e":[0]},{"t":241}]},"r":{"k":0},"p":{"k":[75,156,0]},"a":{"k":[24,29,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":174,"s":[0,0,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":178,"s":[105,105,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0.333,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333"],"t":181,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":233,"s":[100,100,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":236,"s":[105,105,100],"e":[0,0,100]},{"t":241}]}},"sw":48,"sh":58,"sc":"#ffffff","ip":172,"op":244,"st":0},{"ddd":0,"ind":9,"ty":1,"nm":"White Solid 50_75","parent":14,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":174,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":175,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":238,"s":[100],"e":[0]},{"t":240}]},"r":{"k":0},"p":{"k":[196,92,0]},"a":{"k":[24,29,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":174,"s":[0,0,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":178,"s":[105,105,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0.333,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333"],"t":181,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":232,"s":[100,100,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":235,"s":[105,105,100],"e":[0,0,100]},{"t":240}]}},"sw":48,"sh":58,"sc":"#ffffff","ip":172,"op":244,"st":0},{"ddd":0,"ind":10,"ty":1,"nm":"White Solid 50_75","parent":14,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":173,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":174,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":237,"s":[100],"e":[0]},{"t":239}]},"r":{"k":0},"p":{"k":[135,92,0]},"a":{"k":[24,29,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":173,"s":[0,0,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":177,"s":[105,105,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0.333,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333"],"t":180,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":231,"s":[100,100,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":234,"s":[105,105,100],"e":[0,0,100]},{"t":239}]}},"sw":48,"sh":58,"sc":"#ffffff","ip":172,"op":244,"st":0},{"ddd":0,"ind":11,"ty":1,"nm":"White Solid 50_75","parent":14,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":172,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":173,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":236,"s":[100],"e":[0]},{"t":238}]},"r":{"k":0},"p":{"k":[75,92,0]},"a":{"k":[24,29,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":172,"s":[0,0,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":176,"s":[105,105,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0.333,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333"],"t":179,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":230,"s":[100,100,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":233,"s":[105,105,100],"e":[0,0,100]},{"t":238}]}},"sw":48,"sh":58,"sc":"#ffffff","ip":172,"op":244,"st":0},{"ddd":0,"ind":12,"ty":1,"nm":"tardisLigth","parent":14,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":157,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":158,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":183,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":184,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":189,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":190,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":195,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":196,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":201,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":202,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":208,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":209,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":214,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":215,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":220,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":221,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":226,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":227,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":236,"s":[100],"e":[0]},{"t":237}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":158,"s":[255,284.578,0],"e":[255,162.984,0],"to":[0,-20.2655715942383,0],"ti":[0,7.813232421875,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":164,"s":[255,162.984,0],"e":[255,167.379,0],"to":[0,0,0],"ti":[0,-1.46498107910156,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":167,"s":[255,167.379,0],"e":[255,171.774,0],"to":[0,1.46498107910156,0],"ti":[0,-0.73249053955078,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":169,"s":[255,171.774,0],"e":[255,171.774,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":176,"s":[255,171.774,0],"e":[255,111.71,0],"to":[0,-10.0107040405273,0],"ti":[0,10.0107040405273,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":183,"s":[255,111.71,0],"e":[255,111.71,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":229,"s":[255,111.71,0],"e":[255,284.578,0],"to":[0,28.8112945556641,0],"ti":[0,-28.8112945556641,0]},{"t":237}]},"a":{"k":[960,540,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[1,1,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0.167]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_0p833_0p167_0p167"],"t":176,"s":[100,73.249,100],"e":[30,47.135,100]},{"t":183}]}},"hasMask":true,"masksProperties":[{"cl":true,"inv":false,"mode":"a","pt":{"k":{"i":[[78,-1],[-7,-102],[-69.588,0],[0,-1]],"o":[[-85.993,1.102],[0.153,2.231],[80,0],[11,-108]],"v":[[960,168],[818,346],[959,348],[1094,347]]}},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"sw":1920,"sh":1080,"sc":"#080707","ip":153,"op":6523,"st":0},{"ddd":0,"ind":13,"ty":3,"nm":"Rotacion Cabina","ks":{"o":{"k":0},"r":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":187,"s":[0],"e":[360]},{"t":233}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":187,"s":[956,680,0],"e":[956,600,0],"to":[0,-13.3333330154419,0],"ti":[-1.33333337306976,21.3333339691162,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":233,"s":[956,600,0],"e":[964,552,0],"to":[1.33333337306976,-21.3333339691162,0],"ti":[-1.33333337306976,8,0]},{"t":237}]},"a":{"k":[51,49,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":187,"s":[100,95,100],"e":[67,62,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0.167]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_0p833_0p167_0p167"],"t":233,"s":[67,62,100],"e":[65,48,100]},{"t":237}]}},"ip":0,"op":238,"st":0},{"ddd":0,"ind":14,"ty":1,"nm":"tardis cabinet","parent":13,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":153,"s":[50,359,0],"e":[50,384,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":236,"s":[50,384,0],"e":[50,334,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":240,"s":[50,334,0],"e":[50,359,0],"to":[0,0,0],"ti":[0,0,0]},{"t":244}]},"a":{"k":[250,497,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":153,"s":[98.2,23.742,100],"e":[100,139.502,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,1,0.833]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"n":["0p833_0p833_0p333_0p333","0p833_1_0p333_0","0p833_0p833_0p333_0p333"],"t":161,"s":[100,139.502,100],"e":[100,136.521,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0,0.167]},"n":["0p667_0p667_0p167_0p167","0p667_1_0p167_0","0p667_0p667_0p167_0p167"],"t":165,"s":[100,136.521,100],"e":[100,146.521,100]},{"i":{"x":[0.667,0.416,0.667],"y":[0.667,0.993,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0,0.167]},"n":["0p667_0p667_0p167_0p167","0p416_0p993_0p167_0","0p667_0p667_0p167_0p167"],"t":236,"s":[100,146.521,100],"e":[100,130.521,100]},{"i":{"x":[0.667,0.475,0.667],"y":[0.667,1.374,0.667]},"o":{"x":[0.167,0.34,0.167],"y":[0.167,-0.113,0.167]},"n":["0p667_0p667_0p167_0p167","0p475_1p374_0p34_-0p113","0p667_0p667_0p167_0p167"],"t":240,"s":[100,130.521,100],"e":[100,136.521,100]},{"t":244}]}},"sw":500,"sh":500,"sc":"#080707","ip":153,"op":292,"st":-28},{"ddd":0,"ind":15,"ty":1,"nm":"cuadrado","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":41,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":242,"s":[0],"e":[100]},{"t":243}]},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0.833,"s":[2],"e":[-2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2.5,"s":[-2],"e":[2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4.167,"s":[2],"e":[-2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5.833,"s":[-2],"e":[2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":7.5,"s":[2],"e":[-2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9.167,"s":[-2],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[0],"e":[0]},{"t":178}]},"p":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":32,"s":[960,540,0],"e":[960,666,0],"to":[0,21,0],"ti":[0,-21,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[960,666,0],"e":[960,666,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":164,"s":[960,666,0],"e":[960,540,0],"to":[0,-21,0],"ti":[0,21,0]},{"t":178}]},"a":{"k":[250,250,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":10,"s":[100,100,100],"e":[85,85,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":12,"s":[85,85,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0.167]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_0p667_0p167_0p167"],"t":15,"s":[105,105,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p667_0p667_0p167_0p167","0p667_0p667_0p167_0p167","0p667_0p667_0p167_0p167"],"t":17,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0.167]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_0p833_0p167_0p167"],"t":32,"s":[100,100,100],"e":[86,118,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0.167]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_0p667_0p167_0p167"],"t":36,"s":[86,118,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":40,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p667_0p667_0p167_0p167","0p667_0p667_0p167_0p167","0p667_0p667_0p167_0p167"],"t":164,"s":[100,100,100],"e":[100,100,100]},{"t":178}]}},"hasMask":true,"masksProperties":[{"cl":true,"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":32,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[410,90],[90,90],[90,410],[410,410]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[412.5,90],[84.25,90],[26.25,441.727],[466.5,441.727]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":40,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[412.5,90],[84.25,90],[26.25,441.727],[466.5,441.727]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[412.5,90],[84.25,90],[26.25,441.727],[466.5,441.727]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":164,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[412.5,90],[84.25,90],[26.25,441.727],[466.5,441.727]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[410,90],[90,90],[90,410],[410,410]]}]},{"t":178}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"sw":500,"sh":500,"sc":"#080707","ip":0,"op":246,"st":0},{"ddd":0,"ind":16,"ty":1,"nm":"White Solid 140_140","parent":14,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":182,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":183,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":189,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":190,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":195,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":196,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":201,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":202,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":208,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":209,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":215,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":216,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":221,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":222,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":227,"s":[100],"e":[0]},{"t":228}]},"r":{"k":0},"p":{"k":[255,-37.53,0]},"a":{"k":[70,70,0]},"s":{"k":[100,75.811,100]}},"hasMask":true,"masksProperties":[{"cl":true,"inv":false,"mode":"a","pt":{"k":{"i":[[22.02,-0.465],[-1.976,-47.436],[-19.646,0],[0,-0.465]],"o":[[-24.277,0.513],[0.043,1.037],[22.585,0],[3.105,-50.226]],"v":[[70.065,36.948],[29.976,119.728],[69.782,120.658],[107.895,120.193]]}},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"sw":140,"sh":140,"sc":"#ffffff","ip":0,"op":6523,"st":0},{"ddd":0,"ind":17,"ty":4,"nm":"base Outlines","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":53,"s":[0],"e":[100]},{"t":54}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":60,"s":[955.727,934.633,0],"e":[955.727,928.633,0],"to":[0,-1,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":64,"s":[955.727,928.633,0],"e":[955.727,934.633,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":69,"s":[955.727,934.633,0],"e":[955.727,928.633,0],"to":[0,0,0],"ti":[0,1,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":75,"s":[955.727,928.633,0],"e":[955.727,928.633,0],"to":[0,0,0],"ti":[0,0,0]},{"t":145}]},"a":{"k":[245.932,64.497,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":60,"s":[100,108.228,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":64,"s":[100,100,100],"e":[100,108.228,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":69,"s":[100,108.228,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0.333,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333"],"t":75,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0.167]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_0p833_0p167_0p167"],"t":145,"s":[100,100,100],"e":[94,94,100]},{"i":{"x":[0.582,0.582,0.582],"y":[1.197,1.197,0.582]},"o":{"x":[0.235,0.235,0.235],"y":[0,0,0.235]},"n":["0p582_1p197_0p235_0","0p582_1p197_0p235_0","0p582_0p582_0p235_0p235"],"t":148,"s":[94,94,100],"e":[88.841,88.841,100]},{"i":{"x":[0.694,0.694,0.694],"y":[1,1,0.694]},"o":{"x":[0.271,0.271,0.271],"y":[0.089,0.089,0.271]},"n":["0p694_1_0p271_0p089","0p694_1_0p271_0p089","0p694_0p694_0p271_0p271"],"t":150,"s":[88.841,88.841,100],"e":[100,100,100]},{"t":153}]}},"hasMask":true,"masksProperties":[{"cl":true,"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":53,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[560.259,-25.737],[-116.4,-25.737],[-116.4,-9.816],[560.259,-9.816]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[580.259,-34.977],[-96.4,-34.977],[-96.4,156.079],[580.259,156.079]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":60,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[580.259,-34.977],[-96.4,-34.977],[-96.4,156.079],[580.259,156.079]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[590.259,-32.264],[-86.4,-32.264],[-86.4,158.793],[590.259,158.793]]}]},{"t":145}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[3.865,0],[0,0],[0,3.866],[0,0],[-3.866,0],[0,0],[0,-3.866]],"o":[[0,3.866],[0,0],[-3.866,0],[0,0],[0,-3.866],[0,0],[3.865,0],[0,0]],"v":[[245.682,57.247],[238.682,64.247],[-238.683,64.247],[-245.683,57.247],[-245.683,-57.247],[-238.683,-64.247],[238.682,-64.247],[245.682,-57.247]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[7,6,6,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[245.932,64.497]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":129,"r":492},"ip":0,"op":186,"st":0},{"ddd":0,"ind":18,"ty":4,"nm":"sopapa3/Dalek Outlines","parent":20,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":46,"s":[0],"e":[100]},{"t":47}]},"r":{"k":0},"p":{"k":[16.035,25.345,0]},"a":{"k":[110,110.5,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":48,"s":[6.82,4.857,100],"e":[104.84,104.641,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0.167]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_0p667_0p167_0p167"],"t":53,"s":[104.84,104.641,100],"e":[100,100,100]},{"t":56}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-11.828,-12.368],[22.089,-21.124],[11.828,12.369],[-22.088,21.123]],"o":[[11.828,12.369],[-22.088,21.124],[-11.827,-12.369],[22.089,-21.124]],"v":[[39.996,-38.248],[21.416,22.395],[-39.996,38.247],[-21.417,-22.395]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[82,96,135,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[61.342,60.511]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-16.453,-17.205],[23.265,-27.927],[16.452,17.206],[-26.27,25.122]],"o":[[16.453,17.206],[-29.632,35.57],[-16.453,-17.204],[26.269,-25.121]],"v":[[42.209,-53.774],[46.109,35.408],[-52.921,37.197],[-8.882,-17.627]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[7,6,6,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[69.624,71.229]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-16.453,-17.205],[26.27,-25.12],[16.452,17.206],[-26.27,25.122]],"o":[[16.453,17.206],[-26.269,25.122],[-16.453,-17.204],[26.269,-25.121]],"v":[[47.565,-45.486],[29.79,31.151],[-47.565,45.485],[-29.79,-31.153]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[7,6,6,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[64.268,62.941]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 3"}],"bounds":{"l":8,"t":7,"b":128,"r":130},"ip":0,"op":186,"st":0},{"ddd":0,"ind":19,"ty":4,"nm":"sopapa1/Dalek Outlines","parent":20,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":45,"s":[0],"e":[100]},{"t":46}]},"r":{"k":0},"p":{"k":[27.535,31.345,0]},"a":{"k":[44.5,42,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":46,"s":[6.82,4.857,100],"e":[104.84,104.641,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0.167]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_0p667_0p167_0p167"],"t":51,"s":[104.84,104.641,100],"e":[100,100,100]},{"t":54}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-6.58,-6.879],[15.62,-17.124],[9.72,9.33],[-10.505,10.045]],"o":[[6.579,6.88],[-16.474,18.059],[-6.868,-6.592],[10.505,-10.046]],"v":[[13.865,-23.422],[15.424,12.241],[-24.176,12.957],[-6.566,-8.967]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[7,6,6,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[31.294,30.551]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":5,"t":5,"b":54,"r":55},"ip":0,"op":190,"st":0},{"ddd":0,"ind":20,"ty":4,"nm":"paloSopapa/Dalek Outlines","parent":34,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":41,"s":[0],"e":[100]},{"t":42}]},"r":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":52,"s":[0],"e":[20]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":100,"s":[20],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":153,"s":[0],"e":[0]},{"t":154,"s":[0],"h":1},{"t":158,"s":[-2],"h":1},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":160.285,"s":[2],"e":[-2]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":162.572,"s":[-2],"e":[2]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":164.857,"s":[2],"e":[-2]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":167.143,"s":[-2],"e":[2]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":169.095,"s":[2],"e":[-2]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":171.048,"s":[-2],"e":[2]},{"t":173}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":52,"s":[144.75,-44.61,0],"e":[222.75,-44.61,0],"to":[13,0,0],"ti":[-13,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":100,"s":[222.75,-44.61,0],"e":[222.75,-44.61,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":170,"s":[222.75,-44.61,0],"e":[182.75,-84.61,0],"to":[-6.66666650772095,-6.66666650772095,0],"ti":[6.66666650772095,6.66666650772095,0]},{"t":173}]},"a":{"k":[209.5,218.5,0]},"s":{"k":[{"i":{"x":[0.451,0.451,0.667],"y":[1.006,1.006,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p451_1p006_0p333_0","0p451_1p006_0p333_0","0p667_0p667_0p333_0p333"],"t":42,"s":[6.82,4.857,100],"e":[104.84,104.641,100]},{"i":{"x":[0.672,0.672,0.667],"y":[2.778,2.854,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0.167]},"n":["0p672_2p778_0p167_0","0p672_2p854_0p167_0","0p667_0p667_0p167_0p167"],"t":47,"s":[104.84,104.641,100],"e":[100,100,100]},{"i":{"x":[0.672,0.672,0.667],"y":[0.672,0.672,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p672_0p672_0p167_0p167","0p672_0p672_0p167_0p167","0p667_0p667_0p167_0p167"],"t":50,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0.167]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_0p667_0p167_0p167"],"t":173,"s":[100,100,100],"e":[6.82,4.857,100]},{"t":177}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[103.756,99.579],[93.783,109.029],[-103.756,-89.646],[-84.503,-109.029]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[7,6,6,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[104.006,109.279]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":219,"r":208},"ip":0,"op":190,"st":0},{"ddd":0,"ind":21,"ty":4,"nm":"shooter/Dalek Outlines","parent":26,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":25,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":26,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":167,"s":[100],"e":[0]},{"t":168}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":55,"s":[127.257,52.246,0],"e":[97.257,52.246,0],"to":[-5,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":100,"s":[97.257,52.246,0],"e":[127.257,52.246,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":145,"s":[127.257,52.246,0],"e":[97.257,52.246,0],"to":[0,0,0],"ti":[5,0,0]},{"t":218}]},"a":{"k":[35,35,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-9.9],[10.533,0],[0,9.9],[-10.533,0]],"o":[[0,9.9],[-10.533,0],[0,-9.9],[10.533,0]],"v":[[19.073,0],[0,17.925],[-19.073,0],[0,-17.925]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[34.664,34.665]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-13.899],[13.899,0],[0,13.899],[-13.898,0]],"o":[[0,13.899],[-13.898,0],[0,-13.899],[13.899,0]],"v":[[25.167,0],[-0.001,25.167],[-25.167,0],[-0.001,-25.167]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"w":{"k":3.799},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[34.664,34.665]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 2"}],"bounds":{"l":7,"t":7,"b":62,"r":62},"ip":0,"op":189,"st":-403},{"ddd":0,"ind":22,"ty":4,"nm":"antena2b Outlines","parent":23,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_0p667_0p167_0p167"],"t":19,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":172,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":174,"s":[100],"e":[0]},{"t":175}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":23,"s":[26.388,36.528,0],"e":[55.884,-0.468,0],"to":[4.91596746444702,-6.16596746444702,0],"ti":[-1.1688140630722,1.06234490871429,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":26,"s":[55.884,-0.468,0],"e":[53.884,3.532,0],"to":[0.37451204657555,-0.34039714932442,0],"ti":[0.33333334326744,-0.66666668653488,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":28,"s":[53.884,3.532,0],"e":[53.884,3.532,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":168,"s":[53.884,3.532,0],"e":[26.388,36.528,0],"to":[-4.58263397216797,5.49930047988892,0],"ti":[4.58263397216797,-5.49930047988892,0]},{"t":175}]},"a":{"k":[24.629,29.85,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[-2.827,-1.942],[0,0],[-1.986,2.89],[0,0],[2.828,1.942],[0,0],[1.985,-2.889]],"o":[[-1.985,2.89],[0,0],[2.828,1.943],[0,0],[1.985,-2.89],[0,0],[-2.828,-1.942],[0,0]],"v":[[-22.394,14.042],[-20.87,22.791],[-13.786,27.656],[-5.072,25.942],[22.394,-14.042],[20.869,-22.79],[13.787,-27.657],[5.073,-25.943]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[8,7,7,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[24.629,29.85]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":1,"t":1,"b":59,"r":49},"ip":0,"op":189,"st":0},{"ddd":0,"ind":23,"ty":4,"nm":"antena2 Outlines","parent":26,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_0p667_0p167_0p167"],"t":19,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0.333]},"n":["0p833_0p833_0p333_0p333"],"t":167,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":168,"s":[100],"e":[0]},{"t":169}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":19,"s":[167.494,89.41,0],"e":[194.221,49.57,0],"to":[4.45448303222656,-6.64005517959595,0],"ti":[-0.73215579986572,1.08657705783844,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":21,"s":[194.221,49.57,0],"e":[194.721,48.57,0],"to":[0.82765072584152,-1.22829902172089,0],"ti":[-1.75,1.83333337306976,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":162,"s":[194.721,48.57,0],"e":[204.721,38.57,0],"to":[1.75,-1.83333337306976,0],"ti":[1.04929208755493,-1.38371443748474,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":165.111,"s":[204.721,38.57,0],"e":[167.494,89.41,0],"to":[-1.74436569213867,2.30031681060791,0],"ti":[6.20448303222656,-8.473388671875,0]},{"t":169}]},"a":{"k":[31.403,35.843,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[-1.136,-0.768],[0,0],[-1.211,1.798],[0,0],[1.139,0.766],[0,0],[1.212,-1.798]],"o":[[-1.212,1.798],[0,0],[1.136,0.766],[0,0],[1.212,-1.798],[0,0],[-1.141,-0.767],[0,0]],"v":[[-29.882,14.018],[-30.017,18.663],[-6.028,34.827],[-1.775,32.959],[29.882,-14.018],[30.014,-18.662],[6.03,-34.826],[1.774,-32.959]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[8,7,7,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[31.403,35.843]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":71,"r":63},"ip":0,"op":189,"st":0},{"ddd":0,"ind":24,"ty":4,"nm":"antena1b Outlines","parent":25,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_0p667_0p167_0p167"],"t":16,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":169,"s":[100],"e":[0]},{"t":170}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":20,"s":[35.342,41.873,0],"e":[6.921,1.032,0],"to":[-4.7366943359375,-6.80672454833984,0],"ti":[2.02792048454285,2.44651484489441,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":23,"s":[6.921,1.032,0],"e":[8.921,3.532,0],"to":[-0.80930858850479,-0.97636252641678,0],"ti":[-0.33333334326744,-0.41666665673256,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":25,"s":[8.921,3.532,0],"e":[8.921,3.532,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":167,"s":[8.921,3.532,0],"e":[4.921,-4.468,0],"to":[-0.66666668653488,-1.33333337306976,0],"ti":[0.66666668653488,1.33333337306976,0]},{"t":170}]},"a":{"k":[24.642,29.841,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[2.826,-1.945],[0,0],[1.988,2.888],[0,0],[-2.827,1.944],[0,0],[-1.987,-2.887]],"o":[[1.986,2.888],[0,0],[-2.826,1.945],[0,0],[-1.988,-2.888],[0,0],[2.827,-1.945],[0,0]],"v":[[22.407,14.024],[20.889,22.773],[13.809,27.646],[5.095,25.938],[-22.405,-14.024],[-20.887,-22.773],[-13.809,-27.646],[-5.093,-25.938]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[8,7,7,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[24.642,29.841]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":1,"t":1,"b":59,"r":49},"ip":0,"op":189,"st":0},{"ddd":0,"ind":25,"ty":4,"nm":"antena1 Outlines","parent":26,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_0p667_0p167_0p167"],"t":16,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":167,"s":[100],"e":[0]},{"t":168}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":16,"s":[83.573,89.41,0],"e":[58.615,48.57,0],"to":[-4.15966272354126,-6.80672216415405,0],"ti":[4.15966272354126,6.80672216415405,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":19,"s":[58.615,48.57,0],"e":[58.615,48.57,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":160,"s":[58.615,48.57,0],"e":[42.615,28.57,0],"to":[-2.66666674613953,-3.33333325386047,0],"ti":[-5,-7.66666650772095,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":164,"s":[42.615,28.57,0],"e":[88.615,94.57,0],"to":[5,7.66666650772095,0],"ti":[-7.66666650772095,-11,0]},{"t":168}]},"a":{"k":[31.403,35.843,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[1.136,-0.768],[0,0],[1.211,1.798],[0,0],[-1.139,0.766],[0,0],[-1.212,-1.798]],"o":[[1.212,1.798],[0,0],[-1.136,0.766],[0,0],[-1.212,-1.798],[0,0],[1.141,-0.767],[0,0]],"v":[[29.882,14.018],[30.017,18.663],[6.028,34.827],[1.775,32.959],[-29.882,-14.018],[-30.014,-18.662],[-6.03,-34.826],[-1.774,-32.959]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[8,7,7,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[31.403,35.843]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":71,"r":63},"ip":0,"op":189,"st":0},{"ddd":0,"ind":26,"ty":4,"nm":"cabeza Outlines","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":13,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":14,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":164,"s":[100],"e":[0]},{"t":165}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":13,"s":[957.596,494.502,0],"e":[957.596,370.502,0],"to":[0,-20.6666660308838,0],"ti":[0.14928750693798,2.90284991264343,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":17,"s":[957.596,370.502,0],"e":[957.596,374.502,0],"to":[-0.1058814227581,-2.05883193016052,0],"ti":[0,-0.66666668653488,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":20,"s":[957.596,374.502,0],"e":[957.596,374.502,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[957.596,374.502,0],"e":[957.596,319.502,0],"to":[0,-9.16666698455811,0],"ti":[0,8.75,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":29,"s":[957.596,319.502,0],"e":[957.596,322.002,0],"to":[0,-1.25,0],"ti":[0,17.5833339691162,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":32,"s":[957.596,322.002,0],"e":[957.596,214.002,0],"to":[0,-17.5833339691162,0],"ti":[0,18,0]},{"t":35}]},"a":{"k":[125.853,44.748,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[58.048,0],[18.196,-51.83]],"o":[[-18.196,-51.83],[-58.047,0],[0,0]],"v":[[125.603,44.498],[-0.001,-44.498],[-125.603,44.498]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[8,7,7,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[125.853,44.748]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":90,"r":252},"ip":0,"op":189,"st":0},{"ddd":0,"ind":27,"ty":4,"nm":"cbza1 Outlines","parent":26,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":164,"s":[100],"e":[0]},{"t":165}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":34,"s":[125.533,102.535,0],"e":[125.533,103.535,0],"to":[0,0.16666667163372,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":36,"s":[125.533,103.535,0],"e":[125.533,102.535,0],"to":[0,0,0],"ti":[0,0.16666667163372,0]},{"t":39}]},"a":{"k":[128.469,11.538,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":34,"s":[100,100,100],"e":[100,112.037,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":36,"s":[100,112.037,100],"e":[100,100,100]},{"t":39}]}},"hasMask":true,"masksProperties":[{"cl":true,"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":31,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[265.193,-9.75],[-8.307,-9.75],[-8.307,-6.75],[265.193,-6.75]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[264.193,-2.75],[-9.307,-2.75],[-9.307,28.25],[264.193,28.25]]}]},{"t":34}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[9.012,-7.756],[0,0],[-0.6,0],[0,0],[-0.022,0.037],[0,0],[8.898,7.681]],"o":[[-8.896,7.657],[0,0],[0.488,-0.157],[0,0],[0.021,-0.037],[0,0],[-8.643,-7.462],[0,0]],"v":[[-101.984,-11.289],[-128.219,11.289],[-105.907,11.289],[-104.276,11.044],[105.015,11.044],[105.078,10.934],[128.219,10.934],[102.477,-11.289]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[8,7,7,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[128.469,11.539]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":23,"r":257},"ip":0,"op":189,"st":0},{"ddd":0,"ind":28,"ty":4,"nm":"cbza2 Outlines","parent":26,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":164,"s":[100],"e":[0]},{"t":165}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":36,"s":[125.912,128.535,0],"e":[125.912,129.535,0],"to":[0,0.16666667163372,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":39,"s":[125.912,129.535,0],"e":[125.912,128.535,0],"to":[0,0,0],"ti":[0,0.16666667163372,0]},{"t":42}]},"a":{"k":[135.438,11.538,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":36,"s":[100,100,100],"e":[100,112.037,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":39,"s":[100,112.037,100],"e":[100,100,100]},{"t":42}]}},"hasMask":true,"masksProperties":[{"cl":true,"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":36,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[269.193,-3.75],[-4.307,-3.75],[-4.307,-0.75],[269.193,-0.75]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[272.193,-4.147],[-1.307,-4.147],[-1.307,26.853],[272.193,26.853]]}]},{"t":39}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[9.503,-7.756],[0,0],[-0.632,0],[0,0],[-0.023,0.037],[0,0],[9.382,7.681]],"o":[[-9.38,7.657],[0,0],[0.515,-0.157],[0,0],[0.022,-0.037],[0,0],[-9.114,-7.462],[0,0]],"v":[[-107.527,-11.289],[-135.188,11.289],[-111.663,11.289],[-109.944,11.044],[110.722,11.044],[110.788,10.934],[135.188,10.934],[108.046,-11.289]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[8,7,7,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[135.438,11.539]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":23,"r":271},"ip":0,"op":189,"st":0},{"ddd":0,"ind":29,"ty":4,"nm":"cbza3 Outlines","parent":26,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":164,"s":[100],"e":[0]},{"t":165}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":39,"s":[125.422,154.359,0],"e":[125.422,153.359,0],"to":[0,-0.16666667163372,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":42,"s":[125.422,153.359,0],"e":[125.422,154.359,0],"to":[0,0,0],"ti":[0,-0.16666667163372,0]},{"t":45}]},"a":{"k":[142.002,11.538,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":39,"s":[100,100,100],"e":[100,112.037,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":42,"s":[100,112.037,100],"e":[100,100,100]},{"t":45}]}},"hasMask":true,"masksProperties":[{"cl":true,"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":39,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[282.193,-5.75],[8.693,-5.75],[8.693,-2.75],[282.193,-2.75]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[293.193,-6.789],[-7.307,-6.824],[-7.307,24.176],[293.193,24.211]]}]},{"t":42}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[9.965,-7.756],[0,0],[-0.662,0],[0,0],[-0.024,0.037],[0,0],[9.837,7.681]],"o":[[-9.835,7.657],[0,0],[0.541,-0.157],[0,0],[0.022,-0.037],[0,0],[-9.557,-7.462],[0,0]],"v":[[-112.748,-11.289],[-141.752,11.289],[-117.085,11.289],[-115.282,11.044],[116.098,11.044],[116.168,10.934],[141.752,10.934],[113.293,-11.289]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[8,7,7,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[142.002,11.539]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":23,"r":284},"ip":0,"op":189,"st":0},{"ddd":0,"ind":30,"ty":4,"nm":"cbza4 Outlines","parent":26,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":164,"s":[100],"e":[0]},{"t":165}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":42,"s":[125.382,175.373,0],"e":[125.382,176.873,0],"to":[0,0.25,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":45,"s":[125.382,176.873,0],"e":[125.382,175.373,0],"to":[0,0,0],"ti":[0,0.25,0]},{"t":48}]},"a":{"k":[134.909,11.538,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":42,"s":[100,100,100],"e":[100,112.037,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":45,"s":[100,112.037,100],"e":[100,100,100]},{"t":48}]}},"hasMask":true,"masksProperties":[{"cl":true,"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":42,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[268.193,-7.75],[-5.307,-7.75],[-5.307,-4.75],[268.193,-4.75]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[271.193,-5.039],[-2.307,-5.039],[-2.307,25.961],[271.193,25.961]]}]},{"t":45}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[9.466,-7.756],[0,0],[-0.629,0],[0,0],[-0.023,0.037],[0,0],[9.345,7.681]],"o":[[-9.343,7.657],[0,0],[0.513,-0.157],[0,0],[0.021,-0.037],[0,0],[-9.078,-7.462],[0,0]],"v":[[-107.106,-11.289],[-134.659,11.289],[-111.225,11.289],[-109.513,11.044],[110.29,11.044],[110.355,10.934],[134.659,10.934],[107.624,-11.289]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[8,7,7,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[134.909,11.539]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":23,"r":270},"ip":0,"op":189,"st":0},{"ddd":0,"ind":31,"ty":4,"nm":"cuerpo1 Outlines","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[0],"e":[100]},{"t":36}]},"r":{"k":0},"p":{"k":[958.095,394.158,0]},"a":{"k":[185.543,35.907,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0.333,0.333]},"n":["0p667_1_0p333_0","0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333"],"t":38,"s":[100,100,100],"e":[103.651,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0.333,0.333]},"n":["0p667_1_0p333_0","0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333"],"t":40,"s":[103.651,100,100],"e":[100,100,100]},{"t":42}]}},"hasMask":true,"masksProperties":[{"cl":true,"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":35,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[193.428,-31.49],[184.352,-31.49],[175.276,88.762],[179.815,88.762]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[405.481,-25.49],[-52.838,-25.49],[-52.838,94.762],[405.481,94.762]]}]},{"t":40}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 2"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-6.627,0],[7.372,21.097],[2.461,-0.248],[5.68,4.468],[0,0],[7.565,1.061],[0.973,-2.782],[7.229,-19.985]],"o":[[-7.756,-21.867],[-1.065,-3.05],[-7.155,0.721],[0,0],[-6.077,4.072],[-2.417,-0.34],[-7.011,20.062],[0,0]],"v":[[185.293,35.657],[162.649,-28.354],[157.052,-31.251],[137.476,-35.657],[-138.484,-35.657],[-158.967,-31.245],[-163.794,-28.176],[-185.293,34.846]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[7,6,6,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[185.543,35.907]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":72,"r":371},"ip":0,"op":189,"st":0},{"ddd":0,"ind":32,"ty":4,"nm":"cuerpo2 Outlines","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[0],"e":[100]},{"t":39}]},"r":{"k":0},"p":{"k":[957.59,470.527,0]},"a":{"k":[203.34,32.415,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0.333,0.333]},"n":["0p667_1_0p333_0","0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333"],"t":41,"s":[100,100,100],"e":[103.651,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0.333,0.333]},"n":["0p667_1_0p333_0","0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333"],"t":43,"s":[103.651,100,100],"e":[100,100,100]},{"t":45}]}},"hasMask":true,"masksProperties":[{"cl":true,"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":38,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[218.928,-28.99],[217.352,-28.99],[215.276,87.262],[215.315,87.262]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[427.856,-26.49],[-30.463,-26.49],[-30.463,93.762],[427.856,93.762]]}]},{"t":45}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 2"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-4.777,-8.333],[-2.561,0.094],[-6.288,-0.283],[-1.328,2.304],[-5.006,8.402],[0.767,1.82],[3.481,9.354],[1.573,0.35],[0,0],[0.218,0.006],[0,0],[0.403,0.099],[3.567,0.105],[1.037,-2.82],[3.822,-9.015],[-1.111,-1.856]],"o":[[1.258,2.193],[5.387,-0.197],[2.819,0.128],[4.885,-8.472],[0.838,-1.407],[-3.879,-9.195],[-0.76,-2.041],[0,0],[-0.191,0.007],[0,0],[-0.473,0],[-3.57,0.021],[-2.744,-0.081],[-3.382,9.192],[-0.951,2.245],[4.933,8.243]],"v":[[-187.103,29.029],[-181.803,32.009],[181.32,32.038],[186.931,28.869],[201.862,3.611],[202.324,-0.74],[191.237,-28.556],[187.924,-31.928],[-166.727,-31.928],[-167.342,-31.928],[-174,-31.928],[-175.31,-32.087],[-186.021,-32.085],[-191.415,-28.714],[-202.139,-1.358],[-201.719,4.192]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[7,6,6,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[203.34,32.416]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":65,"r":407},"ip":0,"op":189,"st":0},{"ddd":0,"ind":33,"ty":4,"nm":"linea Outlines","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":37,"s":[0],"e":[100]},{"t":38}]},"r":{"k":0},"p":{"k":[957.39,434.021,0]},"a":{"k":[163.732,3.646,0]},"s":{"k":[100,100,100]}},"hasMask":true,"masksProperties":[{"cl":true,"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":37,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.471,-6.936],[0.466,-6.936],[0.46,7.595],[0.46,7.595]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.202,-7.374],[-0.195,-7.374],[-0.195,7.658],[1.202,7.658]]}]},{"t":44}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[163.482,3.396],[-163.482,3.396],[-163.482,-3.396],[163.482,-3.396]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[7,6,6,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[163.732,3.646]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":8,"r":328},"ip":0,"op":189,"st":0},{"ddd":0,"ind":34,"ty":4,"nm":"cuerpo Outlines","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[0],"e":[100]},{"t":39}]},"r":{"k":0},"p":{"k":[956.419,681.796,0]},"a":{"k":[220.704,176.531,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[220.454,176.281],[-220.454,176.281],[-163.454,-176.281],[165.454,-176.281]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[7,6,6,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[220.703,176.531]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":353,"r":442},"ip":0,"op":189,"st":-45},{"ddd":0,"ind":35,"ty":4,"nm":"circulo8 Outlines","parent":34,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":42,"s":[0],"e":[100]},{"t":43}]},"r":{"k":0},"p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":44,"s":[365.152,41.177,0],"e":[385.152,41.177,0],"to":[3.33333325386047,0,0],"ti":[-3,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":1,"y":0},"n":"0p667_1_1_0","t":47,"s":[385.152,41.177,0],"e":[383.152,41.177,0],"to":[3,0,0],"ti":[0.33333334326744,0,0]},{"t":49}]},"a":{"k":[27.809,27.809,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-15.22],[-15.22,0],[0,15.221],[15.22,0]],"o":[[0,15.221],[15.22,0],[0,-15.22],[-15.22,0]],"v":[[-27.558,-0.001],[0,27.559],[27.558,-0.001],[0,-27.559]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[7,6,6,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[27.808,27.809]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":56,"r":56},"ip":0,"op":189,"st":0},{"ddd":0,"ind":36,"ty":4,"nm":"circulo7 Outlines","parent":34,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":46,"s":[0],"e":[100]},{"t":47}]},"r":{"k":0},"p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.253,"y":0},"n":"0_1_0p253_0","t":47,"s":[394.634,126.647,0],"e":[397.634,126.647,0],"to":[0.5,0,0],"ti":[0,0,0]},{"i":{"x":0.52,"y":1},"o":{"x":1,"y":0},"n":"0p52_1_1_0","t":50,"s":[397.634,126.647,0],"e":[394.634,126.647,0],"to":[0,0,0],"ti":[0.5,0,0]},{"t":52}]},"a":{"k":[27.809,27.809,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-15.22],[-15.219,0],[0,15.221],[15.22,0]],"o":[[0,15.221],[15.22,0],[0,-15.22],[-15.219,0]],"v":[[-27.558,0],[0,27.559],[27.558,0],[0,-27.559]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[7,6,6,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[27.808,27.809]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":56,"r":56},"ip":0,"op":189,"st":0},{"ddd":0,"ind":37,"ty":4,"nm":"circulo6 Outlines","parent":34,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":49,"s":[0],"e":[100]},{"t":50}]},"r":{"k":0},"p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":50,"s":[410.711,217.843,0],"e":[412.711,217.843,0],"to":[0.33333334326744,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":1,"y":0},"n":"0p667_1_1_0","t":53,"s":[412.711,217.843,0],"e":[410.711,217.843,0],"to":[0,0,0],"ti":[0.33333334326744,0,0]},{"t":55}]},"a":{"k":[27.809,27.809,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-15.22],[-15.219,0],[0,15.221],[15.22,0]],"o":[[0,15.221],[15.22,0],[0,-15.22],[-15.219,0]],"v":[[-27.558,0],[0,27.559],[27.558,0],[0,-27.559]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[7,6,6,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[27.808,27.809]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":56,"r":56},"ip":0,"op":189,"st":0},{"ddd":0,"ind":38,"ty":4,"nm":"circulo5 Outlines","parent":34,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":53,"s":[0],"e":[100]},{"t":54}]},"r":{"k":0},"p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":53,"s":[422.193,301.843,0],"e":[426.193,301.843,0],"to":[0.66666668653488,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":1,"y":0},"n":"0p667_1_1_0","t":56,"s":[426.193,301.843,0],"e":[422.193,301.843,0],"to":[0,0,0],"ti":[0.66666668653488,0,0]},{"t":58}]},"a":{"k":[27.809,27.809,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-15.22],[-15.22,0],[0,15.221],[15.22,0]],"o":[[0,15.221],[15.22,0],[0,-15.22],[-15.22,0]],"v":[[-27.558,0],[0,27.559],[27.558,0],[0,-27.559]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[7,6,6,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[27.808,27.809]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":56,"r":56},"ip":0,"op":189,"st":0},{"ddd":0,"ind":39,"ty":4,"nm":"circulo4 Outlines","parent":34,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[0],"e":[100]},{"t":55}]},"r":{"k":0},"p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":54,"s":[19.152,301.843,0],"e":[15.152,301.843,0],"to":[-0.66666668653488,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":1,"y":0},"n":"0p667_1_1_0","t":57,"s":[15.152,301.843,0],"e":[19.152,301.843,0],"to":[0,0,0],"ti":[-0.66666668653488,0,0]},{"t":59}]},"a":{"k":[27.809,27.809,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-15.22],[15.22,0],[0,15.221],[-15.221,0]],"o":[[0,15.221],[-15.221,0],[0,-15.22],[15.22,0]],"v":[[27.559,0],[0,27.559],[-27.559,0],[0,-27.559]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[7,6,6,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[27.809,27.809]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":56,"r":56},"ip":0,"op":189,"st":0},{"ddd":0,"ind":40,"ty":4,"nm":"circulo3 Outlines","parent":34,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":51,"s":[0],"e":[100]},{"t":52}]},"r":{"k":0},"p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":51,"s":[30.634,217.843,0],"e":[25.634,217.843,0],"to":[-0.83333331346512,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":1,"y":0},"n":"0p667_1_1_0","t":54,"s":[25.634,217.843,0],"e":[30.634,217.843,0],"to":[0,0,0],"ti":[-0.83333331346512,0,0]},{"t":56}]},"a":{"k":[27.809,27.809,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-15.22],[15.219,0],[0,15.221],[-15.221,0]],"o":[[0,15.221],[-15.221,0],[0,-15.22],[15.219,0]],"v":[[27.559,0],[0,27.559],[-27.559,0],[0,-27.559]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[7,6,6,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[27.809,27.809]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":56,"r":56},"ip":0,"op":189,"st":0},{"ddd":0,"ind":41,"ty":4,"nm":"circulo2 Outlines","parent":34,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":48,"s":[0],"e":[100]},{"t":49}]},"r":{"k":0},"p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":48,"s":[46.71,126.647,0],"e":[43.71,126.647,0],"to":[-0.5,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":1,"y":0},"n":"0p667_1_1_0","t":51,"s":[43.71,126.647,0],"e":[46.71,126.647,0],"to":[0,0,0],"ti":[-0.5,0,0]},{"t":53}]},"a":{"k":[27.809,27.809,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-15.22],[15.219,0],[0,15.221],[-15.221,0]],"o":[[0,15.221],[-15.221,0],[0,-15.22],[15.219,0]],"v":[[27.559,0],[0,27.559],[-27.559,0],[0,-27.559]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[7,6,6,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[27.809,27.809]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":56,"r":56},"ip":0,"op":189,"st":0},{"ddd":0,"ind":42,"ty":4,"nm":"circulo1 Outlines","parent":34,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":45,"s":[0],"e":[100]},{"t":46}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.017,"y":1},"o":{"x":0.333,"y":0},"n":"0p017_1_0p333_0","t":45,"s":[59.193,41.177,0],"e":[56.193,41.177,0],"to":[-0.5,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.946,"y":0},"n":"0p667_1_0p946_0","t":48,"s":[56.193,41.177,0],"e":[59.193,41.177,0],"to":[0,0,0],"ti":[-0.5,0,0]},{"t":50}]},"a":{"k":[27.809,27.809,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-15.22],[15.22,0],[0,15.221],[-15.22,0]],"o":[[0,15.221],[-15.22,0],[0,-15.22],[15.22,0]],"v":[[27.559,-0.001],[-0.001,27.559],[-27.559,-0.001],[-0.001,-27.559]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[7,6,6,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[27.809,27.809]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":56,"r":56},"ip":0,"op":189,"st":0},{"ddd":0,"ind":43,"ty":0,"nm":"rayitos","refId":"comp_0","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[960,540,0]},"a":{"k":[960,540,0]},"s":{"k":[-100,100,100]}},"w":1920,"h":1080,"ip":1,"op":6524,"st":1},{"ddd":0,"ind":44,"ty":0,"nm":"rayitos","refId":"comp_0","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[960,540,0]},"a":{"k":[960,540,0]},"s":{"k":[100,100,100]}},"w":1920,"h":1080,"ip":0,"op":6523,"st":0},{"ddd":0,"ind":45,"ty":1,"nm":"Medium Gray-Royal Blue Solid 1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[960,540,0]},"a":{"k":[960,540,0]},"s":{"k":[100,100,100]}},"sw":1920,"sh":1080,"sc":"#526088","ip":0,"op":6523,"st":0}],"ip":0,"op":290,"fr":30,"w":1920,"h":1080} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/dalek_converted.json b/ohos/flutter_lottie/assets/Tests/dalek_converted.json new file mode 100644 index 0000000000000000000000000000000000000000..fc0b0d1d9ee35d1b8b2cea813fe72d65dc93be3b --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/dalek_converted.json @@ -0,0 +1 @@ +{"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"rayito3 Outlines","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":128,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":130,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":134,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":136,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":143,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":145,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":149,"s":[100]},{"t":151,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":128,"s":[867.899,127.945,0],"to":[2.25,-5.66666650772095,0],"ti":[-2.25,5.66666650772095,0]},{"t":153,"s":[881.399,93.945,0]}]},"a":{"k":[12.837,17.417,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0.437,-1.227],[0.585,-0.212],[0.183,0.188],[0,0],[0.126,0.261],[0,0],[1.581,-0.02],[0.635,-0.951],[2.953,-2.945],[-0.553,2.839],[-1.03,5.224],[-1.616,-0.121],[-0.945,-2.935],[-2.6,3.384],[0,0],[-0.654,1.058],[0,0],[-0.226,0.183],[-0.57,0.378],[-0.243,-0.028],[0,0],[-0.029,-0.258],[3.258,-6.969]],"o":[[-0.587,0.211],[-0.18,-0.186],[0,0],[-0.125,-0.26],[0,0],[-0.076,-1.293],[-1.701,0.02],[-2.168,2.92],[-0.393,-3.433],[1.017,-5.226],[0.64,-3.25],[0.773,2.401],[2.973,-3.868],[0,0],[0.655,-1.06],[0,0],[0.225,-0.185],[0.57,-0.379],[0.174,0.172],[0,0],[-0.152,0.211],[-3.257,6.97],[-1.239,0.697]],"v":[[0.546,8.92],[-1.214,9.555],[-1.76,8.994],[-2.056,8.063],[-2.433,7.281],[-2.405,7.286],[-4.261,4.555],[-6.025,7.43],[-12.194,16.956],[-10.899,7.904],[-7.638,-7.734],[-3.322,-9.099],[-0.829,-1.362],[7.343,-11.997],[7.321,-12.019],[9.284,-15.198],[9.411,-15.268],[10.087,-15.82],[11.798,-16.956],[12.426,-16.656],[12.587,-15.859],[12.403,-15.154],[2.631,5.753]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[12.837,17.627]}}],"nm":"Group 5"}],"bounds":{"l":0,"t":0,"b":35,"r":26},"ip":0,"op":6120,"st":0},{"ddd":0,"ind":1,"ty":4,"nm":"rayito2 Outlines","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":127,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":129,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":133,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":135,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":142,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":144,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":148,"s":[100]},{"t":150,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":127,"s":[825.81,132.836,0],"to":[-3.58333325386047,-4.41666650772095,0],"ti":[3.58333325386047,4.41666650772095,0]},{"t":152,"s":[804.31,106.336,0]}]},"a":{"k":[10.718,18.239,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0.727,-0.933],[3.204,3.197],[2.243,2.652],[-0.861,1.383],[-1.199,-0.25],[-1.204,1.446],[0.637,1.688],[0.977,2.422],[-0.995,0.331],[-0.344,-0.518],[-4.325,-6.526],[0.363,-0.636],[0.674,0.107],[1.706,0.347],[0.476,-0.971],[-0.393,-0.601],[-1.979,-3.119]],"o":[[-3.592,-2.888],[-2.455,-2.45],[-0.882,-1.043],[0.828,-1.328],[1.782,0.372],[1.169,-1.408],[-0.92,-2.442],[-0.259,-0.642],[0.751,-0.249],[4.327,6.523],[0.337,0.509],[-0.465,0.816],[-1.717,-0.273],[-0.89,-0.182],[-0.397,0.813],[2.024,3.092],[0.384,0.606]],"v":[[7.406,17.988],[-1.758,7.923],[-8.667,0.122],[-9.607,-3.598],[-6.201,-4.005],[-0.951,-3.568],[-2.305,-8.658],[-5.38,-15.865],[-4.828,-17.739],[-3.396,-16.835],[9.584,2.738],[10.105,4.413],[8.099,4.777],[2.974,3.78],[0.678,4.444],[1.435,6.393],[7.483,15.682]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[10.719,18.239]}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":37,"r":21},"ip":0,"op":6120,"st":0},{"ddd":0,"ind":2,"ty":4,"nm":"rayito1 Outlines","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":126,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":128,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":132,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":134,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":141,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":143,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":147,"s":[100]},{"t":149,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":126,"s":[809.609,169.906,0],"to":[-3.66666674613953,0.75,0],"ti":[3.66666674613953,-0.75,0]},{"t":151,"s":[787.609,174.406,0]}]},"a":{"k":[20.868,9.3,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-0.608,-1.784],[6.794,-1.082],[3.156,-0.364],[0.272,0.831],[-0.513,0.282],[-0.949,0.287],[-4.91,1.388],[1.791,1.886],[0.321,0.38],[-0.816,1.73],[-1.556,0.051],[-6.23,0.118],[-0.004,-1.575],[1.095,0.079],[3.553,-0.093],[-0.924,-1.273]],"o":[[-6.256,3.65],[-3.135,0.499],[-0.6,0.07],[-0.223,-0.682],[0.862,-0.476],[4.884,-1.475],[2.664,-0.753],[-0.343,-0.362],[-0.987,-1.171],[0.678,-1.442],[6.228,-0.201],[0.877,-0.017],[0.002,1.2],[-3.612,-0.26],[-1.926,0.05],[1,1.379]],"v":[[10.753,2.885],[-9.366,7.572],[-18.834,8.66],[-20.395,8.22],[-19.668,6.642],[-16.9,5.551],[-2.225,1.199],[-1.158,-2.702],[-2.202,-3.772],[-4.819,-7.356],[-0.317,-8.033],[18.373,-8.473],[20.616,-7.475],[18.444,-5.939],[8.33,-3.6],[7.395,-1.028]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[20.867,9.301]}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":19,"r":42},"ip":0,"op":6120,"st":0}]}],"v":"3.1.6","layers":[{"ddd":0,"ind":0,"ty":1,"nm":"White Solid 50_75","parent":14,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":176,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":177,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":241,"s":[100]},{"t":243,"s":[0]}]},"p":{"k":[424,156.011,0]},"a":{"k":[24,29,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":176,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":180,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0.333,0.333]},"t":183,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":235,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":238,"s":[105,105,100]},{"t":243,"s":[0,0,100]}]}},"sw":48,"sh":58,"sc":"#ffffff","ip":172,"op":244,"st":0},{"ddd":0,"ind":1,"ty":1,"nm":"White Solid 50_75","parent":14,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":175,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":176,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":240,"s":[100]},{"t":242,"s":[0]}]},"p":{"k":[365,156.011,0]},"a":{"k":[24,29,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":175,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":179,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0.333,0.333]},"t":182,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":234,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":237,"s":[105,105,100]},{"t":242,"s":[0,0,100]}]}},"sw":48,"sh":58,"sc":"#ffffff","ip":172,"op":244,"st":0},{"ddd":0,"ind":2,"ty":1,"nm":"White Solid 50_75","parent":14,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":174,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":175,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":239,"s":[100]},{"t":241,"s":[0]}]},"p":{"k":[306,156.011,0]},"a":{"k":[24,29,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":174,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":178,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0.333,0.333]},"t":181,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":233,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":236,"s":[105,105,100]},{"t":241,"s":[0,0,100]}]}},"sw":48,"sh":58,"sc":"#ffffff","ip":172,"op":244,"st":0},{"ddd":0,"ind":3,"ty":1,"nm":"White Solid 50_75","parent":14,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":174,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":175,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":238,"s":[100]},{"t":240,"s":[0]}]},"p":{"k":[424,92.011,0]},"a":{"k":[24,29,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":174,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":178,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0.333,0.333]},"t":181,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":232,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":235,"s":[105,105,100]},{"t":240,"s":[0,0,100]}]}},"sw":48,"sh":58,"sc":"#ffffff","ip":172,"op":244,"st":0},{"ddd":0,"ind":4,"ty":1,"nm":"White Solid 50_75","parent":14,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":173,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":174,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":237,"s":[100]},{"t":239,"s":[0]}]},"p":{"k":[365,92.011,0]},"a":{"k":[24,29,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":173,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":177,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0.333,0.333]},"t":180,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":231,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":234,"s":[105,105,100]},{"t":239,"s":[0,0,100]}]}},"sw":48,"sh":58,"sc":"#ffffff","ip":172,"op":244,"st":0},{"ddd":0,"ind":5,"ty":1,"nm":"White Solid 50_75","parent":14,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":172,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":173,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":236,"s":[100]},{"t":238,"s":[0]}]},"p":{"k":[306,92.011,0]},"a":{"k":[24,29,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":172,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":176,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0.333,0.333]},"t":179,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":230,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":233,"s":[105,105,100]},{"t":238,"s":[0,0,100]}]}},"sw":48,"sh":58,"sc":"#ffffff","ip":172,"op":244,"st":0},{"ddd":0,"ind":6,"ty":1,"nm":"White Solid 50_75","parent":14,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":176,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":177,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":241,"s":[100]},{"t":243,"s":[0]}]},"p":{"k":[196,156,0]},"a":{"k":[24,29,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":176,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":180,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0.333,0.333]},"t":183,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":235,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":238,"s":[105,105,100]},{"t":243,"s":[0,0,100]}]}},"sw":48,"sh":58,"sc":"#ffffff","ip":172,"op":244,"st":0},{"ddd":0,"ind":7,"ty":1,"nm":"White Solid 50_75","parent":14,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":175,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":176,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":240,"s":[100]},{"t":242,"s":[0]}]},"p":{"k":[135,156,0]},"a":{"k":[24,29,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":175,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":179,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0.333,0.333]},"t":182,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":234,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":237,"s":[105,105,100]},{"t":242,"s":[0,0,100]}]}},"sw":48,"sh":58,"sc":"#ffffff","ip":172,"op":244,"st":0},{"ddd":0,"ind":8,"ty":1,"nm":"White Solid 50_75","parent":14,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":174,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":175,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":239,"s":[100]},{"t":241,"s":[0]}]},"p":{"k":[75,156,0]},"a":{"k":[24,29,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":174,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":178,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0.333,0.333]},"t":181,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":233,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":236,"s":[105,105,100]},{"t":241,"s":[0,0,100]}]}},"sw":48,"sh":58,"sc":"#ffffff","ip":172,"op":244,"st":0},{"ddd":0,"ind":9,"ty":1,"nm":"White Solid 50_75","parent":14,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":174,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":175,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":238,"s":[100]},{"t":240,"s":[0]}]},"p":{"k":[196,92,0]},"a":{"k":[24,29,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":174,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":178,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0.333,0.333]},"t":181,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":232,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":235,"s":[105,105,100]},{"t":240,"s":[0,0,100]}]}},"sw":48,"sh":58,"sc":"#ffffff","ip":172,"op":244,"st":0},{"ddd":0,"ind":10,"ty":1,"nm":"White Solid 50_75","parent":14,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":173,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":174,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":237,"s":[100]},{"t":239,"s":[0]}]},"p":{"k":[135,92,0]},"a":{"k":[24,29,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":173,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":177,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0.333,0.333]},"t":180,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":231,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":234,"s":[105,105,100]},{"t":239,"s":[0,0,100]}]}},"sw":48,"sh":58,"sc":"#ffffff","ip":172,"op":244,"st":0},{"ddd":0,"ind":11,"ty":1,"nm":"White Solid 50_75","parent":14,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":172,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":173,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":236,"s":[100]},{"t":238,"s":[0]}]},"p":{"k":[75,92,0]},"a":{"k":[24,29,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":172,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":176,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0.333,0.333]},"t":179,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":230,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":233,"s":[105,105,100]},{"t":238,"s":[0,0,100]}]}},"sw":48,"sh":58,"sc":"#ffffff","ip":172,"op":244,"st":0},{"ddd":0,"ind":12,"ty":1,"nm":"tardisLigth","parent":14,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":157,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":158,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":183,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":184,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":189,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":190,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":195,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":196,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":201,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":202,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":208,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":209,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":214,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":215,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":220,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":221,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":226,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":227,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":236,"s":[100]},{"t":237,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":158,"s":[255,284.578,0],"to":[0,-20.2655715942383,0],"ti":[0,7.813232421875,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":164,"s":[255,162.984,0],"to":[0,0,0],"ti":[0,-1.46498107910156,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":167,"s":[255,167.379,0],"to":[0,1.46498107910156,0],"ti":[0,-0.73249053955078,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"t":169,"s":[255,171.774,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":176,"s":[255,171.774,0],"to":[0,-10.0107040405273,0],"ti":[0,10.0107040405273,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"t":183,"s":[255,111.71,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":229,"s":[255,111.71,0],"to":[0,28.8112945556641,0],"ti":[0,-28.8112945556641,0]},{"t":237,"s":[255,284.578,0]}]},"a":{"k":[960,540,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[1,1,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0.167]},"t":176,"s":[100,73.249,100]},{"t":183,"s":[30,47.135,100]}]}},"hasMask":true,"masksProperties":[{"cl":true,"inv":false,"mode":"a","pt":{"k":{"i":[[78,-1],[-7,-102],[-69.588,0],[0,-1]],"o":[[-85.993,1.102],[0.153,2.231],[80,0],[11,-108]],"v":[[960,168],[818,346],[959,348],[1094,347]]}},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"sw":1920,"sh":1080,"sc":"#080707","ip":153,"op":6523,"st":0},{"ddd":0,"ind":13,"ty":3,"nm":"Rotacion Cabina","ks":{"o":{"k":0},"r":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":187,"s":[0]},{"t":233,"s":[360]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":187,"s":[956,680,0],"to":[0,-13.3333330154419,0],"ti":[-1.33333337306976,21.3333339691162,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":233,"s":[956,600,0],"to":[1.33333337306976,-21.3333339691162,0],"ti":[-1.33333337306976,8,0]},{"t":237,"s":[964,552,0]}]},"a":{"k":[51,49,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":187,"s":[100,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0.167]},"t":233,"s":[67,62,100]},{"t":237,"s":[65,48,100]}]}},"ip":0,"op":238,"st":0},{"ddd":0,"ind":14,"ty":1,"nm":"tardis cabinet","parent":13,"ks":{"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":153,"s":[50,359,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":236,"s":[50,384,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":240,"s":[50,334,0],"to":[0,0,0],"ti":[0,0,0]},{"t":244,"s":[50,359,0]}]},"a":{"k":[250,497,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":153,"s":[98.2,23.742,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,1,0.833]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"t":161,"s":[100,139.502,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0,0.167]},"t":165,"s":[100,136.521,100]},{"i":{"x":[0.667,0.416,0.667],"y":[0.667,0.993,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0,0.167]},"t":236,"s":[100,146.521,100]},{"i":{"x":[0.667,0.475,0.667],"y":[0.667,1.374,0.667]},"o":{"x":[0.167,0.34,0.167],"y":[0.167,-0.113,0.167]},"t":240,"s":[100,130.521,100]},{"t":244,"s":[100,136.521,100]}]}},"sw":500,"sh":500,"sc":"#080707","ip":153,"op":292,"st":-28},{"ddd":0,"ind":15,"ty":1,"nm":"cuadrado","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":40,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":41,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":242,"s":[0]},{"t":243,"s":[100]}]},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0.833,"s":[2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":2.5,"s":[-2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":4.167,"s":[2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":5.833,"s":[-2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":7.5,"s":[2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":9.167,"s":[-2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":10,"s":[0]},{"t":178,"s":[0]}]},"p":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":32,"s":[960,540,0],"to":[0,21,0],"ti":[0,-21,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":40,"s":[960,666,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":164,"s":[960,666,0],"to":[0,-21,0],"ti":[0,21,0]},{"t":178,"s":[960,540,0]}]},"a":{"k":[250,250,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":10,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":12,"s":[85,85,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0.167]},"t":15,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":17,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0.167]},"t":32,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0.167]},"t":36,"s":[86,118,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":40,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":164,"s":[100,100,100]},{"t":178,"s":[100,100,100]}]}},"hasMask":true,"masksProperties":[{"cl":true,"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":32,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[410,90],[90,90],[90,410],[410,410]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"t":40,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[412.5,90],[84.25,90],[26.25,441.727],[466.5,441.727]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":164,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[412.5,90],[84.25,90],[26.25,441.727],[466.5,441.727]]}]},{"t":178,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[410,90],[90,90],[90,410],[410,410]]}]}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"sw":500,"sh":500,"sc":"#080707","ip":0,"op":246,"st":0},{"ddd":0,"ind":16,"ty":1,"nm":"White Solid 140_140","parent":14,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":182,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":183,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":189,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":190,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":195,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":196,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":201,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":202,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":208,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":209,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":215,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":216,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":221,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":222,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":227,"s":[100]},{"t":228,"s":[0]}]},"p":{"k":[255,-37.53,0]},"a":{"k":[70,70,0]},"s":{"k":[100,75.811,100]}},"hasMask":true,"masksProperties":[{"cl":true,"inv":false,"mode":"a","pt":{"k":{"i":[[22.02,-0.465],[-1.976,-47.436],[-19.646,0],[0,-0.465]],"o":[[-24.277,0.513],[0.043,1.037],[22.585,0],[3.105,-50.226]],"v":[[70.065,36.948],[29.976,119.728],[69.782,120.658],[107.895,120.193]]}},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"sw":140,"sh":140,"sc":"#ffffff","ip":0,"op":6523,"st":0},{"ddd":0,"ind":17,"ty":4,"nm":"base Outlines","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":53,"s":[0]},{"t":54,"s":[100]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":60,"s":[955.727,934.633,0],"to":[0,-1,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":64,"s":[955.727,928.633,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":69,"s":[955.727,934.633,0],"to":[0,0,0],"ti":[0,1,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":75,"s":[955.727,928.633,0],"to":[0,0,0],"ti":[0,0,0]},{"t":145,"s":[955.727,928.633,0]}]},"a":{"k":[245.932,64.497,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"t":60,"s":[100,108.228,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"t":64,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"t":69,"s":[100,108.228,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0.333,0.333]},"t":75,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0.167]},"t":145,"s":[100,100,100]},{"i":{"x":[0.582,0.582,0.582],"y":[1.197,1.197,0.582]},"o":{"x":[0.235,0.235,0.235],"y":[0,0,0.235]},"t":148,"s":[94,94,100]},{"i":{"x":[0.694,0.694,0.694],"y":[1,1,0.694]},"o":{"x":[0.271,0.271,0.271],"y":[0.089,0.089,0.271]},"t":150,"s":[88.841,88.841,100]},{"t":153,"s":[100,100,100]}]}},"hasMask":true,"masksProperties":[{"cl":true,"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":53,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[560.259,-25.737],[-116.4,-25.737],[-116.4,-9.816],[560.259,-9.816]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":60,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[580.259,-34.977],[-96.4,-34.977],[-96.4,156.079],[580.259,156.079]]}]},{"t":145,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[590.259,-32.264],[-86.4,-32.264],[-86.4,158.793],[590.259,158.793]]}]}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[3.865,0],[0,0],[0,3.866],[0,0],[-3.866,0],[0,0],[0,-3.866]],"o":[[0,3.866],[0,0],[-3.866,0],[0,0],[0,-3.866],[0,0],[3.865,0],[0,0]],"v":[[245.682,57.247],[238.682,64.247],[-238.683,64.247],[-245.683,57.247],[-245.683,-57.247],[-238.683,-64.247],[238.682,-64.247],[245.682,-57.247]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[7,6,6,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[245.932,64.497]}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":129,"r":492},"ip":0,"op":186,"st":0},{"ddd":0,"ind":18,"ty":4,"nm":"sopapa3/Dalek Outlines","parent":20,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":46,"s":[0]},{"t":47,"s":[100]}]},"p":{"k":[16.035,25.345,0]},"a":{"k":[110,110.5,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":48,"s":[6.82,4.857,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0.167]},"t":53,"s":[104.84,104.641,100]},{"t":56,"s":[100,100,100]}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-11.828,-12.368],[22.089,-21.124],[11.828,12.369],[-22.088,21.123]],"o":[[11.828,12.369],[-22.088,21.124],[-11.827,-12.369],[22.089,-21.124]],"v":[[39.996,-38.248],[21.416,22.395],[-39.996,38.247],[-21.417,-22.395]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[82,96,135,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[61.342,60.511]}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-16.453,-17.205],[23.265,-27.927],[16.452,17.206],[-26.27,25.122]],"o":[[16.453,17.206],[-29.632,35.57],[-16.453,-17.204],[26.269,-25.121]],"v":[[42.209,-53.774],[46.109,35.408],[-52.921,37.197],[-8.882,-17.627]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[7,6,6,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[69.624,71.229]}}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-16.453,-17.205],[26.27,-25.12],[16.452,17.206],[-26.27,25.122]],"o":[[16.453,17.206],[-26.269,25.122],[-16.453,-17.204],[26.269,-25.121]],"v":[[47.565,-45.486],[29.79,31.151],[-47.565,45.485],[-29.79,-31.153]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[7,6,6,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[64.268,62.941]}}],"nm":"Group 3"}],"bounds":{"l":8,"t":7,"b":128,"r":130},"ip":0,"op":186,"st":0},{"ddd":0,"ind":19,"ty":4,"nm":"sopapa1/Dalek Outlines","parent":20,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":45,"s":[0]},{"t":46,"s":[100]}]},"p":{"k":[27.535,31.345,0]},"a":{"k":[44.5,42,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":46,"s":[6.82,4.857,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0.167]},"t":51,"s":[104.84,104.641,100]},{"t":54,"s":[100,100,100]}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-6.58,-6.879],[15.62,-17.124],[9.72,9.33],[-10.505,10.045]],"o":[[6.579,6.88],[-16.474,18.059],[-6.868,-6.592],[10.505,-10.046]],"v":[[13.865,-23.422],[15.424,12.241],[-24.176,12.957],[-6.566,-8.967]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[7,6,6,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[31.294,30.551]}}],"nm":"Group 1"}],"bounds":{"l":5,"t":5,"b":54,"r":55},"ip":0,"op":190,"st":0},{"ddd":0,"ind":20,"ty":4,"nm":"paloSopapa/Dalek Outlines","parent":34,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":41,"s":[0]},{"t":42,"s":[100]}]},"r":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":52,"s":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":100,"s":[20]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":153,"s":[0]},{"t":154,"s":[0],"h":1},{"t":158,"s":[-2],"h":1},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":160.285,"s":[2]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":162.572,"s":[-2]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":164.857,"s":[2]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":167.143,"s":[-2]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":169.095,"s":[2]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":171.048,"s":[-2]},{"t":173,"s":[2]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":52,"s":[144.75,-44.61,0],"to":[13,0,0],"ti":[-13,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"t":100,"s":[222.75,-44.61,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":170,"s":[222.75,-44.61,0],"to":[-6.66666650772095,-6.66666650772095,0],"ti":[6.66666650772095,6.66666650772095,0]},{"t":173,"s":[182.75,-84.61,0]}]},"a":{"k":[209.5,218.5,0]},"s":{"k":[{"i":{"x":[0.451,0.451,0.667],"y":[1.006,1.006,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"t":42,"s":[6.82,4.857,100]},{"i":{"x":[0.672,0.672,0.667],"y":[2.778,2.854,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0.167]},"t":47,"s":[104.84,104.641,100]},{"i":{"x":[0.672,0.672,0.667],"y":[0.672,0.672,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":50,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0.167]},"t":173,"s":[100,100,100]},{"t":177,"s":[6.82,4.857,100]}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[103.756,99.579],[93.783,109.029],[-103.756,-89.646],[-84.503,-109.029]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[7,6,6,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[104.006,109.279]}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":219,"r":208},"ip":0,"op":190,"st":0},{"ddd":0,"ind":21,"ty":4,"nm":"shooter/Dalek Outlines","parent":26,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":25,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":26,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":167,"s":[100]},{"t":168,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":55,"s":[127.257,52.246,0],"to":[-5,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":100,"s":[97.257,52.246,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":145,"s":[127.257,52.246,0],"to":[0,0,0],"ti":[5,0,0]},{"t":218,"s":[97.257,52.246,0]}]},"a":{"k":[35,35,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-9.9],[10.533,0],[0,9.9],[-10.533,0]],"o":[[0,9.9],[-10.533,0],[0,-9.9],[10.533,0]],"v":[[19.073,0],[0,17.925],[-19.073,0],[0,-17.925]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[34.664,34.665]}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-13.899],[13.899,0],[0,13.899],[-13.898,0]],"o":[[0,13.899],[-13.898,0],[0,-13.899],[13.899,0]],"v":[[25.167,0],[-0.001,25.167],[-25.167,0],[-0.001,-25.167]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"w":{"k":3.799},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[34.664,34.665]}}],"nm":"Group 2"}],"bounds":{"l":7,"t":7,"b":62,"r":62},"ip":0,"op":189,"st":-403},{"ddd":0,"ind":22,"ty":4,"nm":"antena2b Outlines","parent":23,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":18,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"t":19,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":172,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":174,"s":[100]},{"t":175,"s":[0]}]},"p":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":23,"s":[26.388,36.528,0],"to":[4.91596746444702,-6.16596746444702,0],"ti":[-1.1688140630722,1.06234490871429,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":26,"s":[55.884,-0.468,0],"to":[0.37451204657555,-0.34039714932442,0],"ti":[0.33333334326744,-0.66666668653488,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"t":28,"s":[53.884,3.532,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"t":168,"s":[53.884,3.532,0],"to":[-4.58263397216797,5.49930047988892,0],"ti":[4.58263397216797,-5.49930047988892,0]},{"t":175,"s":[26.388,36.528,0]}]},"a":{"k":[24.629,29.85,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[-2.827,-1.942],[0,0],[-1.986,2.89],[0,0],[2.828,1.942],[0,0],[1.985,-2.889]],"o":[[-1.985,2.89],[0,0],[2.828,1.943],[0,0],[1.985,-2.89],[0,0],[-2.828,-1.942],[0,0]],"v":[[-22.394,14.042],[-20.87,22.791],[-13.786,27.656],[-5.072,25.942],[22.394,-14.042],[20.869,-22.79],[13.787,-27.657],[5.073,-25.943]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[8,7,7,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[24.629,29.85]}}],"nm":"Group 1"}],"bounds":{"l":1,"t":1,"b":59,"r":49},"ip":0,"op":189,"st":0},{"ddd":0,"ind":23,"ty":4,"nm":"antena2 Outlines","parent":26,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":18,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"t":19,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0.333]},"t":167,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":168,"s":[100]},{"t":169,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":19,"s":[167.494,89.41,0],"to":[4.45448303222656,-6.64005517959595,0],"ti":[-0.73215579986572,1.08657705783844,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":21,"s":[194.221,49.57,0],"to":[0.82765072584152,-1.22829902172089,0],"ti":[-1.75,1.83333337306976,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":162,"s":[194.721,48.57,0],"to":[1.75,-1.83333337306976,0],"ti":[1.04929208755493,-1.38371443748474,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"t":165.111,"s":[204.721,38.57,0],"to":[-1.74436569213867,2.30031681060791,0],"ti":[6.20448303222656,-8.473388671875,0]},{"t":169,"s":[167.494,89.41,0]}]},"a":{"k":[31.403,35.843,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[-1.136,-0.768],[0,0],[-1.211,1.798],[0,0],[1.139,0.766],[0,0],[1.212,-1.798]],"o":[[-1.212,1.798],[0,0],[1.136,0.766],[0,0],[1.212,-1.798],[0,0],[-1.141,-0.767],[0,0]],"v":[[-29.882,14.018],[-30.017,18.663],[-6.028,34.827],[-1.775,32.959],[29.882,-14.018],[30.014,-18.662],[6.03,-34.826],[1.774,-32.959]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[8,7,7,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[31.403,35.843]}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":71,"r":63},"ip":0,"op":189,"st":0},{"ddd":0,"ind":24,"ty":4,"nm":"antena1b Outlines","parent":25,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":15,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"t":16,"s":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":169,"s":[100]},{"t":170,"s":[0]}]},"p":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":20,"s":[35.342,41.873,0],"to":[-4.7366943359375,-6.80672454833984,0],"ti":[2.02792048454285,2.44651484489441,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":23,"s":[6.921,1.032,0],"to":[-0.80930858850479,-0.97636252641678,0],"ti":[-0.33333334326744,-0.41666665673256,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"t":25,"s":[8.921,3.532,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":167,"s":[8.921,3.532,0],"to":[-0.66666668653488,-1.33333337306976,0],"ti":[0.66666668653488,1.33333337306976,0]},{"t":170,"s":[4.921,-4.468,0]}]},"a":{"k":[24.642,29.841,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[2.826,-1.945],[0,0],[1.988,2.888],[0,0],[-2.827,1.944],[0,0],[-1.987,-2.887]],"o":[[1.986,2.888],[0,0],[-2.826,1.945],[0,0],[-1.988,-2.888],[0,0],[2.827,-1.945],[0,0]],"v":[[22.407,14.024],[20.889,22.773],[13.809,27.646],[5.095,25.938],[-22.405,-14.024],[-20.887,-22.773],[-13.809,-27.646],[-5.093,-25.938]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[8,7,7,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[24.642,29.841]}}],"nm":"Group 1"}],"bounds":{"l":1,"t":1,"b":59,"r":49},"ip":0,"op":189,"st":0},{"ddd":0,"ind":25,"ty":4,"nm":"antena1 Outlines","parent":26,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":15,"s":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"t":16,"s":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":167,"s":[100]},{"t":168,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":16,"s":[83.573,89.41,0],"to":[-4.15966272354126,-6.80672216415405,0],"ti":[4.15966272354126,6.80672216415405,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"t":19,"s":[58.615,48.57,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":160,"s":[58.615,48.57,0],"to":[-2.66666674613953,-3.33333325386047,0],"ti":[-5,-7.66666650772095,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":164,"s":[42.615,28.57,0],"to":[5,7.66666650772095,0],"ti":[-7.66666650772095,-11,0]},{"t":168,"s":[88.615,94.57,0]}]},"a":{"k":[31.403,35.843,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[1.136,-0.768],[0,0],[1.211,1.798],[0,0],[-1.139,0.766],[0,0],[-1.212,-1.798]],"o":[[1.212,1.798],[0,0],[-1.136,0.766],[0,0],[-1.212,-1.798],[0,0],[1.141,-0.767],[0,0]],"v":[[29.882,14.018],[30.017,18.663],[6.028,34.827],[1.775,32.959],[-29.882,-14.018],[-30.014,-18.662],[-6.03,-34.826],[-1.774,-32.959]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[8,7,7,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[31.403,35.843]}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":71,"r":63},"ip":0,"op":189,"st":0},{"ddd":0,"ind":26,"ty":4,"nm":"cabeza Outlines","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":13,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":14,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":164,"s":[100]},{"t":165,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":13,"s":[957.596,494.502,0],"to":[0,-20.6666660308838,0],"ti":[0.14928750693798,2.90284991264343,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":17,"s":[957.596,370.502,0],"to":[-0.1058814227581,-2.05883193016052,0],"ti":[0,-0.66666668653488,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":20,"s":[957.596,374.502,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":25,"s":[957.596,374.502,0],"to":[0,-9.16666698455811,0],"ti":[0,8.75,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":29,"s":[957.596,319.502,0],"to":[0,-1.25,0],"ti":[0,17.5833339691162,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":32,"s":[957.596,322.002,0],"to":[0,-17.5833339691162,0],"ti":[0,18,0]},{"t":35,"s":[957.596,214.002,0]}]},"a":{"k":[125.853,44.748,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[58.048,0],[18.196,-51.83]],"o":[[-18.196,-51.83],[-58.047,0],[0,0]],"v":[[125.603,44.498],[-0.001,-44.498],[-125.603,44.498]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[8,7,7,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[125.853,44.748]}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":90,"r":252},"ip":0,"op":189,"st":0},{"ddd":0,"ind":27,"ty":4,"nm":"cbza1 Outlines","parent":26,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":164,"s":[100]},{"t":165,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":34,"s":[125.533,102.535,0],"to":[0,0.16666667163372,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":36,"s":[125.533,103.535,0],"to":[0,0,0],"ti":[0,0.16666667163372,0]},{"t":39,"s":[125.533,102.535,0]}]},"a":{"k":[128.469,11.538,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"t":34,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"t":36,"s":[100,112.037,100]},{"t":39,"s":[100,100,100]}]}},"hasMask":true,"masksProperties":[{"cl":true,"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":31,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[265.193,-9.75],[-8.307,-9.75],[-8.307,-6.75],[265.193,-6.75]]}]},{"t":34,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[264.193,-2.75],[-9.307,-2.75],[-9.307,28.25],[264.193,28.25]]}]}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[9.012,-7.756],[0,0],[-0.6,0],[0,0],[-0.022,0.037],[0,0],[8.898,7.681]],"o":[[-8.896,7.657],[0,0],[0.488,-0.157],[0,0],[0.021,-0.037],[0,0],[-8.643,-7.462],[0,0]],"v":[[-101.984,-11.289],[-128.219,11.289],[-105.907,11.289],[-104.276,11.044],[105.015,11.044],[105.078,10.934],[128.219,10.934],[102.477,-11.289]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[8,7,7,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[128.469,11.539]}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":23,"r":257},"ip":0,"op":189,"st":0},{"ddd":0,"ind":28,"ty":4,"nm":"cbza2 Outlines","parent":26,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":164,"s":[100]},{"t":165,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":36,"s":[125.912,128.535,0],"to":[0,0.16666667163372,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":39,"s":[125.912,129.535,0],"to":[0,0,0],"ti":[0,0.16666667163372,0]},{"t":42,"s":[125.912,128.535,0]}]},"a":{"k":[135.438,11.538,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"t":36,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"t":39,"s":[100,112.037,100]},{"t":42,"s":[100,100,100]}]}},"hasMask":true,"masksProperties":[{"cl":true,"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":36,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[269.193,-3.75],[-4.307,-3.75],[-4.307,-0.75],[269.193,-0.75]]}]},{"t":39,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[272.193,-4.147],[-1.307,-4.147],[-1.307,26.853],[272.193,26.853]]}]}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[9.503,-7.756],[0,0],[-0.632,0],[0,0],[-0.023,0.037],[0,0],[9.382,7.681]],"o":[[-9.38,7.657],[0,0],[0.515,-0.157],[0,0],[0.022,-0.037],[0,0],[-9.114,-7.462],[0,0]],"v":[[-107.527,-11.289],[-135.188,11.289],[-111.663,11.289],[-109.944,11.044],[110.722,11.044],[110.788,10.934],[135.188,10.934],[108.046,-11.289]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[8,7,7,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[135.438,11.539]}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":23,"r":271},"ip":0,"op":189,"st":0},{"ddd":0,"ind":29,"ty":4,"nm":"cbza3 Outlines","parent":26,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":164,"s":[100]},{"t":165,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":39,"s":[125.422,154.359,0],"to":[0,-0.16666667163372,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":42,"s":[125.422,153.359,0],"to":[0,0,0],"ti":[0,-0.16666667163372,0]},{"t":45,"s":[125.422,154.359,0]}]},"a":{"k":[142.002,11.538,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"t":39,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"t":42,"s":[100,112.037,100]},{"t":45,"s":[100,100,100]}]}},"hasMask":true,"masksProperties":[{"cl":true,"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":39,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[282.193,-5.75],[8.693,-5.75],[8.693,-2.75],[282.193,-2.75]]}]},{"t":42,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[293.193,-6.789],[-7.307,-6.824],[-7.307,24.176],[293.193,24.211]]}]}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[9.965,-7.756],[0,0],[-0.662,0],[0,0],[-0.024,0.037],[0,0],[9.837,7.681]],"o":[[-9.835,7.657],[0,0],[0.541,-0.157],[0,0],[0.022,-0.037],[0,0],[-9.557,-7.462],[0,0]],"v":[[-112.748,-11.289],[-141.752,11.289],[-117.085,11.289],[-115.282,11.044],[116.098,11.044],[116.168,10.934],[141.752,10.934],[113.293,-11.289]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[8,7,7,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[142.002,11.539]}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":23,"r":284},"ip":0,"op":189,"st":0},{"ddd":0,"ind":30,"ty":4,"nm":"cbza4 Outlines","parent":26,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":164,"s":[100]},{"t":165,"s":[0]}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":42,"s":[125.382,175.373,0],"to":[0,0.25,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":45,"s":[125.382,176.873,0],"to":[0,0,0],"ti":[0,0.25,0]},{"t":48,"s":[125.382,175.373,0]}]},"a":{"k":[134.909,11.538,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"t":42,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"t":45,"s":[100,112.037,100]},{"t":48,"s":[100,100,100]}]}},"hasMask":true,"masksProperties":[{"cl":true,"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":42,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[268.193,-7.75],[-5.307,-7.75],[-5.307,-4.75],[268.193,-4.75]]}]},{"t":45,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[271.193,-5.039],[-2.307,-5.039],[-2.307,25.961],[271.193,25.961]]}]}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[9.466,-7.756],[0,0],[-0.629,0],[0,0],[-0.023,0.037],[0,0],[9.345,7.681]],"o":[[-9.343,7.657],[0,0],[0.513,-0.157],[0,0],[0.021,-0.037],[0,0],[-9.078,-7.462],[0,0]],"v":[[-107.106,-11.289],[-134.659,11.289],[-111.225,11.289],[-109.513,11.044],[110.29,11.044],[110.355,10.934],[134.659,10.934],[107.624,-11.289]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[8,7,7,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[134.909,11.539]}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":23,"r":270},"ip":0,"op":189,"st":0},{"ddd":0,"ind":31,"ty":4,"nm":"cuerpo1 Outlines","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":35,"s":[0]},{"t":36,"s":[100]}]},"p":{"k":[958.095,394.158,0]},"a":{"k":[185.543,35.907,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0.333,0.333]},"t":38,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0.333,0.333]},"t":40,"s":[103.651,100,100]},{"t":42,"s":[100,100,100]}]}},"hasMask":true,"masksProperties":[{"cl":true,"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":35,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[193.428,-31.49],[184.352,-31.49],[175.276,88.762],[179.815,88.762]]}]},{"t":40,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[405.481,-25.49],[-52.838,-25.49],[-52.838,94.762],[405.481,94.762]]}]}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 2"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-6.627,0],[7.372,21.097],[2.461,-0.248],[5.68,4.468],[0,0],[7.565,1.061],[0.973,-2.782],[7.229,-19.985]],"o":[[-7.756,-21.867],[-1.065,-3.05],[-7.155,0.721],[0,0],[-6.077,4.072],[-2.417,-0.34],[-7.011,20.062],[0,0]],"v":[[185.293,35.657],[162.649,-28.354],[157.052,-31.251],[137.476,-35.657],[-138.484,-35.657],[-158.967,-31.245],[-163.794,-28.176],[-185.293,34.846]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[7,6,6,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[185.543,35.907]}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":72,"r":371},"ip":0,"op":189,"st":0},{"ddd":0,"ind":32,"ty":4,"nm":"cuerpo2 Outlines","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":38,"s":[0]},{"t":39,"s":[100]}]},"p":{"k":[957.59,470.527,0]},"a":{"k":[203.34,32.415,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0.333,0.333]},"t":41,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0.333,0.333]},"t":43,"s":[103.651,100,100]},{"t":45,"s":[100,100,100]}]}},"hasMask":true,"masksProperties":[{"cl":true,"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":38,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[218.928,-28.99],[217.352,-28.99],[215.276,87.262],[215.315,87.262]]}]},{"t":45,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[427.856,-26.49],[-30.463,-26.49],[-30.463,93.762],[427.856,93.762]]}]}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 2"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-4.777,-8.333],[-2.561,0.094],[-6.288,-0.283],[-1.328,2.304],[-5.006,8.402],[0.767,1.82],[3.481,9.354],[1.573,0.35],[0,0],[0.218,0.006],[0,0],[0.403,0.099],[3.567,0.105],[1.037,-2.82],[3.822,-9.015],[-1.111,-1.856]],"o":[[1.258,2.193],[5.387,-0.197],[2.819,0.128],[4.885,-8.472],[0.838,-1.407],[-3.879,-9.195],[-0.76,-2.041],[0,0],[-0.191,0.007],[0,0],[-0.473,0],[-3.57,0.021],[-2.744,-0.081],[-3.382,9.192],[-0.951,2.245],[4.933,8.243]],"v":[[-187.103,29.029],[-181.803,32.009],[181.32,32.038],[186.931,28.869],[201.862,3.611],[202.324,-0.74],[191.237,-28.556],[187.924,-31.928],[-166.727,-31.928],[-167.342,-31.928],[-174,-31.928],[-175.31,-32.087],[-186.021,-32.085],[-191.415,-28.714],[-202.139,-1.358],[-201.719,4.192]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[7,6,6,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[203.34,32.416]}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":65,"r":407},"ip":0,"op":189,"st":0},{"ddd":0,"ind":33,"ty":4,"nm":"linea Outlines","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":37,"s":[0]},{"t":38,"s":[100]}]},"p":{"k":[957.39,434.021,0]},"a":{"k":[163.732,3.646,0]}},"hasMask":true,"masksProperties":[{"cl":true,"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":37,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.471,-6.936],[0.466,-6.936],[0.46,7.595],[0.46,7.595]]}]},{"t":44,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.202,-7.374],[-0.195,-7.374],[-0.195,7.658],[1.202,7.658]]}]}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[163.482,3.396],[-163.482,3.396],[-163.482,-3.396],[163.482,-3.396]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[7,6,6,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[163.732,3.646]}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":8,"r":328},"ip":0,"op":189,"st":0},{"ddd":0,"ind":34,"ty":4,"nm":"cuerpo Outlines","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":38,"s":[0]},{"t":39,"s":[100]}]},"p":{"k":[956.419,681.796,0]},"a":{"k":[220.704,176.531,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[220.454,176.281],[-220.454,176.281],[-163.454,-176.281],[165.454,-176.281]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[7,6,6,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[220.703,176.531]}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":353,"r":442},"ip":0,"op":189,"st":-45},{"ddd":0,"ind":35,"ty":4,"nm":"circulo8 Outlines","parent":34,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":42,"s":[0]},{"t":43,"s":[100]}]},"p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":44,"s":[365.152,41.177,0],"to":[3.33333325386047,0,0],"ti":[-3,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":1,"y":0},"t":47,"s":[385.152,41.177,0],"to":[3,0,0],"ti":[0.33333334326744,0,0]},{"t":49,"s":[383.152,41.177,0]}]},"a":{"k":[27.809,27.809,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-15.22],[-15.22,0],[0,15.221],[15.22,0]],"o":[[0,15.221],[15.22,0],[0,-15.22],[-15.22,0]],"v":[[-27.558,-0.001],[0,27.559],[27.558,-0.001],[0,-27.559]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[7,6,6,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[27.808,27.809]}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":56,"r":56},"ip":0,"op":189,"st":0},{"ddd":0,"ind":36,"ty":4,"nm":"circulo7 Outlines","parent":34,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":46,"s":[0]},{"t":47,"s":[100]}]},"p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.253,"y":0},"t":47,"s":[394.634,126.647,0],"to":[0.5,0,0],"ti":[0,0,0]},{"i":{"x":0.52,"y":1},"o":{"x":1,"y":0},"t":50,"s":[397.634,126.647,0],"to":[0,0,0],"ti":[0.5,0,0]},{"t":52,"s":[394.634,126.647,0]}]},"a":{"k":[27.809,27.809,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-15.22],[-15.219,0],[0,15.221],[15.22,0]],"o":[[0,15.221],[15.22,0],[0,-15.22],[-15.219,0]],"v":[[-27.558,0],[0,27.559],[27.558,0],[0,-27.559]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[7,6,6,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[27.808,27.809]}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":56,"r":56},"ip":0,"op":189,"st":0},{"ddd":0,"ind":37,"ty":4,"nm":"circulo6 Outlines","parent":34,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":49,"s":[0]},{"t":50,"s":[100]}]},"p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":50,"s":[410.711,217.843,0],"to":[0.33333334326744,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":1,"y":0},"t":53,"s":[412.711,217.843,0],"to":[0,0,0],"ti":[0.33333334326744,0,0]},{"t":55,"s":[410.711,217.843,0]}]},"a":{"k":[27.809,27.809,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-15.22],[-15.219,0],[0,15.221],[15.22,0]],"o":[[0,15.221],[15.22,0],[0,-15.22],[-15.219,0]],"v":[[-27.558,0],[0,27.559],[27.558,0],[0,-27.559]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[7,6,6,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[27.808,27.809]}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":56,"r":56},"ip":0,"op":189,"st":0},{"ddd":0,"ind":38,"ty":4,"nm":"circulo5 Outlines","parent":34,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":53,"s":[0]},{"t":54,"s":[100]}]},"p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":53,"s":[422.193,301.843,0],"to":[0.66666668653488,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":1,"y":0},"t":56,"s":[426.193,301.843,0],"to":[0,0,0],"ti":[0.66666668653488,0,0]},{"t":58,"s":[422.193,301.843,0]}]},"a":{"k":[27.809,27.809,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-15.22],[-15.22,0],[0,15.221],[15.22,0]],"o":[[0,15.221],[15.22,0],[0,-15.22],[-15.22,0]],"v":[[-27.558,0],[0,27.559],[27.558,0],[0,-27.559]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[7,6,6,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[27.808,27.809]}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":56,"r":56},"ip":0,"op":189,"st":0},{"ddd":0,"ind":39,"ty":4,"nm":"circulo4 Outlines","parent":34,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":54,"s":[0]},{"t":55,"s":[100]}]},"p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":54,"s":[19.152,301.843,0],"to":[-0.66666668653488,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":1,"y":0},"t":57,"s":[15.152,301.843,0],"to":[0,0,0],"ti":[-0.66666668653488,0,0]},{"t":59,"s":[19.152,301.843,0]}]},"a":{"k":[27.809,27.809,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-15.22],[15.22,0],[0,15.221],[-15.221,0]],"o":[[0,15.221],[-15.221,0],[0,-15.22],[15.22,0]],"v":[[27.559,0],[0,27.559],[-27.559,0],[0,-27.559]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[7,6,6,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[27.809,27.809]}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":56,"r":56},"ip":0,"op":189,"st":0},{"ddd":0,"ind":40,"ty":4,"nm":"circulo3 Outlines","parent":34,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":51,"s":[0]},{"t":52,"s":[100]}]},"p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":51,"s":[30.634,217.843,0],"to":[-0.83333331346512,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":1,"y":0},"t":54,"s":[25.634,217.843,0],"to":[0,0,0],"ti":[-0.83333331346512,0,0]},{"t":56,"s":[30.634,217.843,0]}]},"a":{"k":[27.809,27.809,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-15.22],[15.219,0],[0,15.221],[-15.221,0]],"o":[[0,15.221],[-15.221,0],[0,-15.22],[15.219,0]],"v":[[27.559,0],[0,27.559],[-27.559,0],[0,-27.559]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[7,6,6,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[27.809,27.809]}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":56,"r":56},"ip":0,"op":189,"st":0},{"ddd":0,"ind":41,"ty":4,"nm":"circulo2 Outlines","parent":34,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":48,"s":[0]},{"t":49,"s":[100]}]},"p":{"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":48,"s":[46.71,126.647,0],"to":[-0.5,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":1,"y":0},"t":51,"s":[43.71,126.647,0],"to":[0,0,0],"ti":[-0.5,0,0]},{"t":53,"s":[46.71,126.647,0]}]},"a":{"k":[27.809,27.809,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-15.22],[15.219,0],[0,15.221],[-15.221,0]],"o":[[0,15.221],[-15.221,0],[0,-15.22],[15.219,0]],"v":[[27.559,0],[0,27.559],[-27.559,0],[0,-27.559]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[7,6,6,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[27.809,27.809]}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":56,"r":56},"ip":0,"op":189,"st":0},{"ddd":0,"ind":42,"ty":4,"nm":"circulo1 Outlines","parent":34,"ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":45,"s":[0]},{"t":46,"s":[100]}]},"p":{"k":[{"i":{"x":0.017,"y":1},"o":{"x":0.333,"y":0},"t":45,"s":[59.193,41.177,0],"to":[-0.5,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.946,"y":0},"t":48,"s":[56.193,41.177,0],"to":[0,0,0],"ti":[-0.5,0,0]},{"t":50,"s":[59.193,41.177,0]}]},"a":{"k":[27.809,27.809,0]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-15.22],[15.22,0],[0,15.221],[-15.22,0]],"o":[[0,15.221],[-15.22,0],[0,-15.22],[15.22,0]],"v":[[27.559,-0.001],[-0.001,27.559],[-27.559,-0.001],[-0.001,-27.559]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[7,6,6,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[27.809,27.809]}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":56,"r":56},"ip":0,"op":189,"st":0},{"ddd":0,"ind":43,"ty":0,"nm":"rayitos","refId":"comp_0","ks":{"p":{"k":[960,540,0]},"a":{"k":[960,540,0]},"s":{"k":[-100,100,100]}},"w":1920,"h":1080,"ip":1,"op":6524,"st":1},{"ddd":0,"ind":44,"ty":0,"nm":"rayitos","refId":"comp_0","ks":{"p":{"k":[960,540,0]},"a":{"k":[960,540,0]}},"w":1920,"h":1080,"ip":0,"op":6523,"st":0},{"ddd":0,"ind":45,"ty":1,"nm":"Medium Gray-Royal Blue Solid 1","ks":{"p":{"k":[960,540,0]},"a":{"k":[960,540,0]}},"sw":1920,"sh":1080,"sc":"#526088","ip":0,"op":6523,"st":0}],"ip":0,"op":290,"fr":30,"w":1920,"h":1080} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/exported_with_flow.json b/ohos/flutter_lottie/assets/Tests/exported_with_flow.json new file mode 100644 index 0000000000000000000000000000000000000000..9784055aa888000a4ac67af578b5c6ba641d799f --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/exported_with_flow.json @@ -0,0 +1 @@ +{"assets":[{"id":"maskComp_main-heart_2073DFB1-1010-45B7-931D-1805EE751E05","layers":[{"ty":3,"ao":0,"ddd":0,"ind":15,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":6},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":7.5},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":9},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[4],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[6],"t":6},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0],"t":7.5},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[4],"t":9},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[4],"t":30}]},"y":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[4],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[6],"t":6},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0],"t":7.5},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[4],"t":9},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[4],"t":30}]}},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"main-heart-null","op":31,"sr":1,"st":0,"tt":0},{"ty":4,"ao":0,"ddd":0,"ind":16,"ip":0,"ks":{"a":{"a":0,"k":[0,0]},"o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"main-heart-mask","op":31,"parent":15,"shapes":[{"ty":"gr","cix":2,"it":[{"ty":"rc","d":1,"nm":"main-heart-background","p":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[24,24],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[22.145,22.145],"t":6},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[28,28],"t":7.5},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[24,24],"t":9},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[24,24],"t":30}]},"r":{"a":0,"k":0},"s":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[48,48],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[44.29,44.29],"t":6},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[56,56],"t":7.5},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[48,48],"t":9},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[48,48],"t":30}]}},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"nm":"Fill1","o":{"a":0,"k":100},"r":1},{"ty":"tr","a":{"a":0,"k":[0,0]},"nm":"Transform","o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]},"sa":{"a":0,"k":0},"sk":{"a":0,"k":0}}],"nm":"main-heart-mask","np":3}],"sr":1,"st":0,"tt":0},{"ty":0,"ao":0,"ddd":0,"h":56,"ind":10,"ip":0,"ks":{"a":{"a":0,"k":[0,0]},"o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"main-heart-composition","op":31,"refId":"comp_main-heart_2073DFB1-1010-45B7-931D-1805EE751E05","sr":1,"st":0,"tt":1,"w":56}]},{"id":"comp_main-heart_2073DFB1-1010-45B7-931D-1805EE751E05","layers":[{"ty":3,"ao":0,"ddd":0,"ind":15,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":6},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":7.5},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":9},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[4],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[6],"t":6},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0],"t":7.5},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[4],"t":9},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[4],"t":30}]},"y":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[4],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[6],"t":6},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0],"t":7.5},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[4],"t":9},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[4],"t":30}]}},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"main-heart-null","op":31,"sr":1,"st":0,"tt":0},{"ty":0,"ao":0,"ddd":0,"h":56,"ind":57,"ip":0,"ks":{"a":{"a":0,"k":[0,0]},"o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"ViewBox-maskComposition","op":31,"refId":"maskComp_ViewBox_FC8E647C-D8AC-48BF-B62B-F514D2B61561","sr":1,"st":0,"tt":0,"w":56}]},{"id":"maskComp_heart-center_A79B4289-9F9F-4CD6-AD4A-75F28555E341","layers":[{"ty":3,"ao":0,"ddd":0,"ind":25,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":15},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[18],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[20],"t":9},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[17],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[13],"t":30}]},"y":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[18],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[13],"t":9},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[2],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[32],"t":30}]}},"r":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[20],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[-40],"t":30}]},"s":{"a":0,"k":[100,100]}},"nm":"heart-center-null","op":31,"sr":1,"st":0,"tt":0},{"ty":4,"ao":0,"ddd":0,"ind":26,"ip":0,"ks":{"a":{"a":0,"k":[0,0]},"o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"heart-center-mask","op":31,"parent":25,"shapes":[{"ty":"gr","cix":2,"it":[{"ty":"rc","d":1,"nm":"heart-center-background","p":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[10.18,10.18],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[11.02,11.02],"t":15},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[11.02,11.02],"t":30}]},"r":{"a":0,"k":0},"s":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[20.36,20.36],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[22.04,22.04],"t":15},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[22.04,22.04],"t":30}]}},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"nm":"Fill1","o":{"a":0,"k":100},"r":1},{"ty":"tr","a":{"a":0,"k":[0,0]},"nm":"Transform","o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]},"sa":{"a":0,"k":0},"sk":{"a":0,"k":0}}],"nm":"heart-center-mask","np":3}],"sr":1,"st":0,"tt":0},{"ty":0,"ao":0,"ddd":0,"h":56,"ind":20,"ip":0,"ks":{"a":{"a":0,"k":[0,0]},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0],"t":9},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[100],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0],"t":30}]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"heart-center-composition","op":31,"refId":"comp_heart-center_A79B4289-9F9F-4CD6-AD4A-75F28555E341","sr":1,"st":0,"tt":1,"w":56}]},{"id":"comp_heart-center_A79B4289-9F9F-4CD6-AD4A-75F28555E341","layers":[{"ty":3,"ao":0,"ddd":0,"ind":25,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":15},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[18],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[20],"t":9},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[17],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[13],"t":30}]},"y":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[18],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[13],"t":9},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[2],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[32],"t":30}]}},"r":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[20],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[-40],"t":30}]},"s":{"a":0,"k":[100,100]}},"nm":"heart-center-null","op":31,"sr":1,"st":0,"tt":0},{"ty":0,"ao":0,"ddd":0,"h":56,"ind":67,"ip":0,"ks":{"a":{"a":0,"k":[0,0]},"o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"ViewBox-maskComposition","op":31,"refId":"maskComp_ViewBox_84554762-7513-4197-A726-AC2ED53A334D","sr":1,"st":0,"tt":0,"w":56}]},{"id":"maskComp_heart-right_BD59817C-67DD-4E57-8C20-3E2C97E53E54","layers":[{"ty":3,"ao":0,"ddd":0,"ind":35,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[18],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[21],"t":9},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[44],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[49],"t":30}]},"y":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[18],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[18],"t":9},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[10],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[29],"t":30}]}},"r":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[-20],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[20],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[70],"t":30}]},"s":{"a":0,"k":[100,100]}},"nm":"heart-right-null","op":31,"sr":1,"st":0,"tt":0},{"ty":4,"ao":0,"ddd":0,"ind":36,"ip":0,"ks":{"a":{"a":0,"k":[0,0]},"o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"heart-right-mask","op":31,"parent":35,"shapes":[{"ty":"gr","cix":2,"it":[{"ty":"rc","d":1,"nm":"heart-right-background","p":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[10.18,10.18],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[7.53,7.53],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[10.18,10.18],"t":30}]},"r":{"a":0,"k":0},"s":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[20.36,20.36],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[15.06,15.06],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[20.36,20.36],"t":30}]}},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"nm":"Fill1","o":{"a":0,"k":100},"r":1},{"ty":"tr","a":{"a":0,"k":[0,0]},"nm":"Transform","o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]},"sa":{"a":0,"k":0},"sk":{"a":0,"k":0}}],"nm":"heart-right-mask","np":3}],"sr":1,"st":0,"tt":0},{"ty":0,"ao":0,"ddd":0,"h":56,"ind":30,"ip":0,"ks":{"a":{"a":0,"k":[0,0]},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0],"t":9},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[100],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0],"t":30}]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"heart-right-composition","op":31,"refId":"comp_heart-right_BD59817C-67DD-4E57-8C20-3E2C97E53E54","sr":1,"st":0,"tt":1,"w":56}]},{"id":"comp_heart-right_BD59817C-67DD-4E57-8C20-3E2C97E53E54","layers":[{"ty":3,"ao":0,"ddd":0,"ind":35,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[18],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[21],"t":9},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[44],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[49],"t":30}]},"y":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[18],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[18],"t":9},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[10],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[29],"t":30}]}},"r":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[-20],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[20],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[70],"t":30}]},"s":{"a":0,"k":[100,100]}},"nm":"heart-right-null","op":31,"sr":1,"st":0,"tt":0},{"ty":0,"ao":0,"ddd":0,"h":56,"ind":77,"ip":0,"ks":{"a":{"a":0,"k":[0,0]},"o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"ViewBox-maskComposition","op":31,"refId":"maskComp_ViewBox_CAE0ACDB-3B84-4D23-A855-CBFB808A90E1","sr":1,"st":0,"tt":0,"w":56}]},{"id":"maskComp_heart-left_D5E71F09-07D8-4B95-9AB8-5851551C743C","layers":[{"ty":3,"ao":0,"ddd":0,"ind":45,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[18],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[17],"t":9},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[-1],"t":15},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[-1],"t":30}]},"y":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[18],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[20],"t":9},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[13],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[47],"t":30}]}},"r":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[20],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[-20],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[-59.99999999999999],"t":30}]},"s":{"a":0,"k":[100,100]}},"nm":"heart-left-null","op":31,"sr":1,"st":0,"tt":0},{"ty":4,"ao":0,"ddd":0,"ind":46,"ip":0,"ks":{"a":{"a":0,"k":[0,0]},"o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"heart-left-mask","op":31,"parent":45,"shapes":[{"ty":"gr","cix":2,"it":[{"ty":"rc","d":1,"nm":"heart-left-background","p":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[10.18,10.18],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[7.455,7.455],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[10.18,10.18],"t":30}]},"r":{"a":0,"k":0},"s":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[20.36,20.36],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[14.91,14.91],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[20.36,20.36],"t":30}]}},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"nm":"Fill1","o":{"a":0,"k":100},"r":1},{"ty":"tr","a":{"a":0,"k":[0,0]},"nm":"Transform","o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]},"sa":{"a":0,"k":0},"sk":{"a":0,"k":0}}],"nm":"heart-left-mask","np":3}],"sr":1,"st":0,"tt":0},{"ty":0,"ao":0,"ddd":0,"h":56,"ind":40,"ip":0,"ks":{"a":{"a":0,"k":[0,0]},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0],"t":9},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[100],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0],"t":30}]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"heart-left-composition","op":31,"refId":"comp_heart-left_D5E71F09-07D8-4B95-9AB8-5851551C743C","sr":1,"st":0,"tt":1,"w":56}]},{"id":"comp_heart-left_D5E71F09-07D8-4B95-9AB8-5851551C743C","layers":[{"ty":3,"ao":0,"ddd":0,"ind":45,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[18],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[17],"t":9},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[-1],"t":15},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[-1],"t":30}]},"y":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[18],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[20],"t":9},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[13],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[47],"t":30}]}},"r":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[20],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[-20],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[-59.99999999999999],"t":30}]},"s":{"a":0,"k":[100,100]}},"nm":"heart-left-null","op":31,"sr":1,"st":0,"tt":0},{"ty":0,"ao":0,"ddd":0,"h":56,"ind":87,"ip":0,"ks":{"a":{"a":0,"k":[0,0]},"o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"ViewBox-maskComposition","op":31,"refId":"maskComp_ViewBox_ACB3C01F-ACFC-490C-A1DA-77129604C61F","sr":1,"st":0,"tt":0,"w":56}]},{"id":"maskComp_ViewBox_ACB3C01F-ACFC-490C-A1DA-77129604C61F","layers":[{"ty":3,"ao":0,"ddd":0,"ind":45,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[18],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[17],"t":9},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[-1],"t":15},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[-1],"t":30}]},"y":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[18],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[20],"t":9},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[13],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[47],"t":30}]}},"r":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[20],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[-20],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[-59.99999999999999],"t":30}]},"s":{"a":0,"k":[100,100]}},"nm":"heart-left-null","op":31,"sr":1,"st":0,"tt":0},{"ty":3,"ao":0,"ddd":0,"ind":85,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":0,"k":0},"y":{"a":0,"k":0}},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"ViewBox-null","op":31,"parent":45,"sr":1,"st":0,"tt":0},{"ty":4,"ao":0,"ddd":0,"ind":86,"ip":0,"ks":{"a":{"a":0,"k":[0,0]},"o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"ViewBox-mask","op":31,"parent":85,"shapes":[{"ty":"gr","cix":2,"it":[{"ty":"rc","d":1,"nm":"ViewBox-background","p":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[10.18,10.18],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[7.455,7.455],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[10.18,10.18],"t":30}]},"r":{"a":0,"k":0},"s":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[20.36,20.36],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[14.91,14.91],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[20.36,20.36],"t":30}]}},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"nm":"Fill1","o":{"a":0,"k":0},"r":1},{"ty":"tr","a":{"a":0,"k":[0,0]},"nm":"Transform","o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]},"sa":{"a":0,"k":0},"sk":{"a":0,"k":0}}],"nm":"ViewBox-mask","np":3}],"sr":1,"st":0,"tt":0},{"ty":0,"ao":0,"ddd":0,"h":56,"ind":80,"ip":0,"ks":{"a":{"a":0,"k":[0,0]},"o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"ViewBox-composition","op":31,"refId":"comp_ViewBox_ACB3C01F-ACFC-490C-A1DA-77129604C61F","sr":1,"st":0,"tt":0,"w":56}]},{"id":"comp_ViewBox_ACB3C01F-ACFC-490C-A1DA-77129604C61F","layers":[{"ty":3,"ao":0,"ddd":0,"ind":45,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[18],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[17],"t":9},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[-1],"t":15},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[-1],"t":30}]},"y":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[18],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[20],"t":9},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[13],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[47],"t":30}]}},"r":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[20],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[-20],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[-59.99999999999999],"t":30}]},"s":{"a":0,"k":[100,100]}},"nm":"heart-left-null","op":31,"sr":1,"st":0,"tt":0},{"ty":3,"ao":0,"ddd":0,"ind":85,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":0,"k":0},"y":{"a":0,"k":0}},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"ViewBox-null","op":31,"parent":45,"sr":1,"st":0,"tt":0},{"ty":0,"ao":0,"ddd":0,"h":56,"ind":160,"ip":0,"ks":{"a":{"a":0,"k":[0,0]},"o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"Path-composition","op":31,"refId":"comp_Path_7B8671C5-275C-4D4D-8D11-8D41C8F4BC1F","sr":1,"st":0,"tt":0,"w":56},{"ty":0,"ao":0,"ddd":0,"h":56,"ind":150,"ip":0,"ks":{"a":{"a":0,"k":[0,0]},"o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"Path-composition","op":31,"refId":"comp_Path_3E89939E-5B43-4782-97C9-52903C8FD8E0","sr":1,"st":0,"tt":0,"w":56}]},{"id":"comp_Path_3E89939E-5B43-4782-97C9-52903C8FD8E0","layers":[{"ty":3,"ao":0,"ddd":0,"ind":45,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[18],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[17],"t":9},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[-1],"t":15},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[-1],"t":30}]},"y":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[18],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[20],"t":9},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[13],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[47],"t":30}]}},"r":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[20],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[-20],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[-59.99999999999999],"t":30}]},"s":{"a":0,"k":[100,100]}},"nm":"heart-left-null","op":31,"sr":1,"st":0,"tt":0},{"ty":3,"ao":0,"ddd":0,"ind":85,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":0,"k":0},"y":{"a":0,"k":0}},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"ViewBox-null","op":31,"parent":45,"sr":1,"st":0,"tt":0},{"ty":3,"ao":0,"ddd":0,"ind":155,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0.2],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0.15],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0.2],"t":30}]},"y":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[1.48],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[1.08],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[1.48],"t":30}]}},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"Path-null","op":31,"parent":85,"sr":1,"st":0,"tt":0},{"ty":4,"ao":0,"ddd":0,"ind":154,"ip":0,"ks":{"a":{"a":0,"k":[0,0]},"o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"Path-content","op":31,"parent":155,"shapes":[{"ty":"gr","cix":2,"it":[{"ty":"sh","ind":0,"ks":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[{"c":true,"i":[[0,0],[-1.3218816949999992,0],[-0.967932995,-0.8528106824999999],[0.07964287500000111,-0.12656184449999985],[0.15179413499999939,-0.3922217124000005],[-0.04283983000000102,-0.9102416609999997],[-0.40730574500000216,-0.8152164383999994],[-0.702165964999999,-0.580999070399999],[-0.8772347449999991,-0.24759715889999967],[-0.9024003900000004,0.12812514119999996],[-0.0781881999999996,0.014034287399999457],[0,0],[0,0],[-2.01712505,2.091596514]],"o":[[1.0086053049999997,-1.0458055776],[1.2027592350000003,0],[-0.08807983500000027,0.12084637320000002],[-0.2227089599999985,0.35411119169999994],[-0.3288993050000002,0.8498437479000001],[0.0429125250000002,0.910205057999999],[0.4073057449999986,0.8152166127000013],[0.7021661200000011,0.5809990704000008],[0.8771620500000008,0.2475971588999979],[0.07877006999999914,-0.011198252099999806],[0,0],[0,0],[-1.9617700550000001,-2.091596514],[0,0]],"v":[[2.01712505,1.4815548803999998],[5.67586533,0],[9.054313685,1.2135681075],[8.802656924999999,1.5847894587],[8.239338565,2.7067210842000002],[7.805485195,5.3759572104],[8.488158825000001,7.9926560049],[10.17069514,10.110066697499999],[12.565871235,11.366595223200001],[15.264635445000001,11.5477302234],[15.5,11.50991793],[9.98027981,17.43],[2.01712505,8.8893142926],[2.01712505,1.4815548803999998]]}],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[{"c":true,"i":[[0,0],[-0.9679585314999999,0],[-0.7087767415000004,-0.62431809],[0.05831913749999984,-0.09265227399999998],[0.11115247950000029,-0.2871341968000003],[-0.03136981100000025,-0.666361652],[-0.2982529165000001,-0.5967964287999994],[-0.5141666904999997,-0.42533265280000077],[-0.6423622165000005,-0.1812587348000001],[-0.6607899630000009,0.09379671840000015],[-0.05725393999999895,0.01027409679999991],[0,0],[0,0],[-1.477056085,1.531197448]],"o":[[0.7385593684999998,-0.7656040831999998],[0.8807301494999997,0],[-0.06449716950000095,0.08846814240000012],[-0.1630804320000001,0.2592345843999999],[-0.24083916849999998,0.6221460828],[0.031423042500000165,0.6663348559999993],[0.2982529165000001,0.5967965564000011],[0.5141668040000003,0.4253326527999999],[0.6423089849999997,0.1812587348000001],[0.057680018999999305,-0.008197917199998628],[0,0],[0,0],[-1.4365219435,-1.5311974479999995],[0,0]],"v":[[1.477056085,1.0846035727999999],[4.156198161,0],[6.630094214500001,0.88841819],[6.4458165224999995,1.1601786284],[6.0333221105,1.9815123944000002],[5.7156294815,3.9355831328],[6.2155227525,5.851192806799999],[7.447573537999999,7.40128807],[9.2014605495,8.3211563424],[11.1776524065,8.4537600488],[11.35,8.42607876],[7.308140377,12.76],[1.477056085,6.5076104632],[1.477056085,1.0846035727999999]]}],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[{"c":true,"i":[[0,0],[-1.3218816949999992,0],[-0.967932995,-0.8528106824999999],[0.07964287500000111,-0.12656184449999985],[0.15179413499999939,-0.3922217124000005],[-0.04283983000000102,-0.9102416609999997],[-0.40730574500000216,-0.8152164383999994],[-0.702165964999999,-0.580999070399999],[-0.8772347449999991,-0.24759715889999967],[-0.9024003900000004,0.12812514119999996],[-0.0781881999999996,0.014034287399999457],[0,0],[0,0],[-2.01712505,2.091596514]],"o":[[1.0086053049999997,-1.0458055776],[1.2027592350000003,0],[-0.08807983500000027,0.12084637320000002],[-0.2227089599999985,0.35411119169999994],[-0.3288993050000002,0.8498437479000001],[0.0429125250000002,0.910205057999999],[0.4073057449999986,0.8152166127000013],[0.7021661200000011,0.5809990704000008],[0.8771620500000008,0.2475971588999979],[0.07877006999999914,-0.011198252099999806],[0,0],[0,0],[-1.9617700550000001,-2.091596514],[0,0]],"v":[[2.01712505,1.4815548803999998],[5.67586533,0],[9.054313685,1.2135681075],[8.802656924999999,1.5847894587],[8.239338565,2.7067210842000002],[7.805485195,5.3759572104],[8.488158825000001,7.9926560049],[10.17069514,10.110066697499999],[12.565871235,11.366595223200001],[15.264635445000001,11.5477302234],[15.5,11.50991793],[9.98027981,17.43],[2.01712505,8.8893142926],[2.01712505,1.4815548803999998]]}],"t":30}]},"nm":"Path-path"},{"ty":"sh","ind":0,"ks":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[{"c":true,"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.806067065000001,12.9616157433],[7.8063579999999995,12.9655423737],[7.801921279999999,12.960743197500001],[7.806067065000001,12.9616157433]]}],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[{"c":true,"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.7160555605,9.488824835600001],[5.716268599999999,9.4916994084],[5.713019775999999,9.488186070000001],[5.7160555605,9.488824835600001]]}],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[{"c":true,"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.806067065000001,12.9616157433],[7.8063579999999995,12.9655423737],[7.801921279999999,12.960743197500001],[7.806067065000001,12.9616157433]]}],"t":30}]},"nm":"Path-path"},{"ty":"fl","c":{"a":0,"k":[0.918,0.23500000000000001,0.23500000000000001,1]},"nm":"Fill1","o":{"a":0,"k":100},"r":1},{"ty":"tr","a":{"a":0,"k":[0,0]},"nm":"Transform","o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]},"sa":{"a":0,"k":0},"sk":{"a":0,"k":0}}],"nm":"Path-content","np":3}],"sr":1,"st":0,"tt":0}]},{"id":"comp_Path_7B8671C5-275C-4D4D-8D11-8D41C8F4BC1F","layers":[{"ty":3,"ao":0,"ddd":0,"ind":45,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[18],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[17],"t":9},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[-1],"t":15},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[-1],"t":30}]},"y":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[18],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[20],"t":9},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[13],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[47],"t":30}]}},"r":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[20],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[-20],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[-59.99999999999999],"t":30}]},"s":{"a":0,"k":[100,100]}},"nm":"heart-left-null","op":31,"sr":1,"st":0,"tt":0},{"ty":3,"ao":0,"ddd":0,"ind":85,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":0,"k":0},"y":{"a":0,"k":0}},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"ViewBox-null","op":31,"parent":45,"sr":1,"st":0,"tt":0},{"ty":3,"ao":0,"ddd":0,"ind":165,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[9.36],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[6.8500000000000005],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[9.36],"t":30}]},"y":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[1.45],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[1.06],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[1.45],"t":30}]}},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"Path-null","op":31,"parent":85,"sr":1,"st":0,"tt":0},{"ty":4,"ao":0,"ddd":0,"ind":164,"ip":0,"ks":{"a":{"a":0,"k":[0,0]},"o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"Path-content","op":31,"parent":165,"shapes":[{"ty":"gr","cix":2,"it":[{"ty":"sh","ind":0,"ks":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[{"c":true,"i":[[0,0],[1.745376779799999,1.808855409],[0.6472578497999999,0.25023860300000006],[0.6551167164000002,0],[0,0],[1.0041774581,-0.962703096],[0,0],[0.25933980800000006,-0.6696903440000002],[-0.0338364112,-0.7172775800000002],[-0.32111853409999996,-0.6423740230000003],[-0.5536073755000002,-0.45784148900000154],[-0.6916453918999999,-0.19507520200000172],[-0.7115105920000007,0.10099119100000031],[-0.6099287162999998,0.3797531720000009],[-0.4042178775000007,0.5938050940000013],[0,0]],"o":[[1.2492549500999992,-2.037856133],[-0.5216629852000008,-0.518130788],[-0.5746369952000006,-0.22631057000000004],[0,0],[-1.3018651057999997,-0.003642698],[0,0],[-0.5082011272,0.5077553920000002],[-0.2593397007,0.6696903440000002],[0.03376366180000001,0.7172486370000009],[0.32111842680000013,0.6424467409999997],[0.5536801249000001,0.45776866799999816],[0.6916453918999999,0.19507520199999817],[0.7115106992999998,-0.10091857599999976],[0.6099286089999998,-0.37975317199999914],[0,0],[0,0]],"v":[[9.480745049900001,8.009774915000001],[8.790118364200001,1.506797815],[7.014834499200001,0.35424728200000005],[5.158998056300001,0.0036208620000000003],[5.1444447427,0.003642698],[1.5354455101000002,1.442233295],[1.5398115471,1.446566608],[0.3758388516,3.232206435],[0.0338364112,5.335594052],[0.572017373,7.397574639000001],[1.898623069,9.066147550000002],[3.7871316108000004,10.056283254000002],[5.915041796500001,10.199008809],[7.919030783000001,9.469966981],[9.456950416500002,7.993561067000001],[9.480745049900001,8.009774915000001]]}],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[{"c":true,"i":[[0,0],[1.2785332235999993,1.3241524061999999],[0.4741329635999998,0.18318437540000004],[0.47988978480000055,0],[0,0],[0.7355857241999999,-0.7047360528000002],[0,0],[0.18997305599999997,-0.4902393392000004],[-0.0247860384,-0.5250750439999998],[-0.2352275562,-0.47024273139999995],[-0.40553159100000014,-0.3351577502000005],[-0.5066479758,-0.14280262360000062],[-0.5211997440000005,0.07392947379999981],[-0.44678841660000046,0.27799406960000006],[-0.29609995500000075,0.43468838920000064],[0,0]],"o":[[0.9151112682000004,-1.4917898294],[-0.3821315064000004,-0.3792918584],[-0.42093632640000056,-0.16566812600000003],[0,0],[-0.9536495556000002,-0.0026665964],[0,0],[-0.3722703503999999,0.37169666560000003],[-0.18997297740000002,0.49023933919999996],[0.0247327476,0.5250538566000005],[0.23522747760000012,0.47029596379999905],[0.40558488179999985,0.3351044423999987],[0.5066479758,0.14280262359999973],[0.521199822599999,-0.07387631679999984],[0.4467883379999993,-0.27799406960000006],[0,0],[0,0]],"v":[[6.9448887318,5.863466297],[6.4389869844000005,1.103034517],[5.138546054400001,0.2593227676],[3.7790982966000004,0.0026506116],[3.7684376214000004,0.0026665964],[1.1247531882000001,1.055770781],[1.1279514222,1.0589429343999999],[0.27531159120000004,2.3661006330000003],[0.0247860384,3.9058620536],[0.419017386,5.415311920200001],[1.390790058,6.636772090000001],[2.7741709656,7.3615898772],[4.332919713000001,7.4660705262],[5.800893006000001,6.9323835958],[6.927458553000001,5.8515971306],[6.9448887318,5.863466297]]}],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[{"c":true,"i":[[0,0],[1.745376779799999,1.808855409],[0.6472578497999999,0.25023860300000006],[0.6551167164000002,0],[0,0],[1.0041774581,-0.962703096],[0,0],[0.25933980800000006,-0.6696903440000002],[-0.0338364112,-0.7172775800000002],[-0.32111853409999996,-0.6423740230000003],[-0.5536073755000002,-0.45784148900000154],[-0.6916453918999999,-0.19507520200000172],[-0.7115105920000007,0.10099119100000031],[-0.6099287162999998,0.3797531720000009],[-0.4042178775000007,0.5938050940000013],[0,0]],"o":[[1.2492549500999992,-2.037856133],[-0.5216629852000008,-0.518130788],[-0.5746369952000006,-0.22631057000000004],[0,0],[-1.3018651057999997,-0.003642698],[0,0],[-0.5082011272,0.5077553920000002],[-0.2593397007,0.6696903440000002],[0.03376366180000001,0.7172486370000009],[0.32111842680000013,0.6424467409999997],[0.5536801249000001,0.45776866799999816],[0.6916453918999999,0.19507520199999817],[0.7115106992999998,-0.10091857599999976],[0.6099286089999998,-0.37975317199999914],[0,0],[0,0]],"v":[[9.480745049900001,8.009774915000001],[8.790118364200001,1.506797815],[7.014834499200001,0.35424728200000005],[5.158998056300001,0.0036208620000000003],[5.1444447427,0.003642698],[1.5354455101000002,1.442233295],[1.5398115471,1.446566608],[0.3758388516,3.232206435],[0.0338364112,5.335594052],[0.572017373,7.397574639000001],[1.898623069,9.066147550000002],[3.7871316108000004,10.056283254000002],[5.915041796500001,10.199008809],[7.919030783000001,9.469966981],[9.456950416500002,7.993561067000001],[9.480745049900001,8.009774915000001]]}],"t":30}]},"nm":"Path-path"},{"ty":"fl","c":{"a":0,"k":[0.918,0.23500000000000001,0.23500000000000001,1]},"nm":"Fill1","o":{"a":0,"k":100},"r":1},{"ty":"tr","a":{"a":0,"k":[0,0]},"nm":"Transform","o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]},"sa":{"a":0,"k":0},"sk":{"a":0,"k":0}}],"nm":"Path-content","np":3}],"sr":1,"st":0,"tt":0}]},{"id":"maskComp_ViewBox_CAE0ACDB-3B84-4D23-A855-CBFB808A90E1","layers":[{"ty":3,"ao":0,"ddd":0,"ind":35,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[18],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[21],"t":9},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[44],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[49],"t":30}]},"y":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[18],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[18],"t":9},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[10],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[29],"t":30}]}},"r":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[-20],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[20],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[70],"t":30}]},"s":{"a":0,"k":[100,100]}},"nm":"heart-right-null","op":31,"sr":1,"st":0,"tt":0},{"ty":3,"ao":0,"ddd":0,"ind":75,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":0,"k":0},"y":{"a":0,"k":0}},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"ViewBox-null","op":31,"parent":35,"sr":1,"st":0,"tt":0},{"ty":4,"ao":0,"ddd":0,"ind":76,"ip":0,"ks":{"a":{"a":0,"k":[0,0]},"o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"ViewBox-mask","op":31,"parent":75,"shapes":[{"ty":"gr","cix":2,"it":[{"ty":"rc","d":1,"nm":"ViewBox-background","p":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[10.18,10.18],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[7.53,7.53],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[10.18,10.18],"t":30}]},"r":{"a":0,"k":0},"s":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[20.36,20.36],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[15.06,15.06],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[20.36,20.36],"t":30}]}},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"nm":"Fill1","o":{"a":0,"k":0},"r":1},{"ty":"tr","a":{"a":0,"k":[0,0]},"nm":"Transform","o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]},"sa":{"a":0,"k":0},"sk":{"a":0,"k":0}}],"nm":"ViewBox-mask","np":3}],"sr":1,"st":0,"tt":0},{"ty":0,"ao":0,"ddd":0,"h":56,"ind":70,"ip":0,"ks":{"a":{"a":0,"k":[0,0]},"o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"ViewBox-composition","op":31,"refId":"comp_ViewBox_CAE0ACDB-3B84-4D23-A855-CBFB808A90E1","sr":1,"st":0,"tt":0,"w":56}]},{"id":"comp_ViewBox_CAE0ACDB-3B84-4D23-A855-CBFB808A90E1","layers":[{"ty":3,"ao":0,"ddd":0,"ind":35,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[18],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[21],"t":9},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[44],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[49],"t":30}]},"y":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[18],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[18],"t":9},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[10],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[29],"t":30}]}},"r":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[-20],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[20],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[70],"t":30}]},"s":{"a":0,"k":[100,100]}},"nm":"heart-right-null","op":31,"sr":1,"st":0,"tt":0},{"ty":3,"ao":0,"ddd":0,"ind":75,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":0,"k":0},"y":{"a":0,"k":0}},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"ViewBox-null","op":31,"parent":35,"sr":1,"st":0,"tt":0},{"ty":0,"ao":0,"ddd":0,"h":56,"ind":140,"ip":0,"ks":{"a":{"a":0,"k":[0,0]},"o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"Path-composition","op":31,"refId":"comp_Path_B291F777-C0B0-46A4-8B17-A56248852AD9","sr":1,"st":0,"tt":0,"w":56},{"ty":0,"ao":0,"ddd":0,"h":56,"ind":130,"ip":0,"ks":{"a":{"a":0,"k":[0,0]},"o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"Path-composition","op":31,"refId":"comp_Path_A72CC00C-BA8B-454C-B483-7A77CF7B0138","sr":1,"st":0,"tt":0,"w":56}]},{"id":"comp_Path_A72CC00C-BA8B-454C-B483-7A77CF7B0138","layers":[{"ty":3,"ao":0,"ddd":0,"ind":35,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[18],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[21],"t":9},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[44],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[49],"t":30}]},"y":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[18],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[18],"t":9},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[10],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[29],"t":30}]}},"r":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[-20],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[20],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[70],"t":30}]},"s":{"a":0,"k":[100,100]}},"nm":"heart-right-null","op":31,"sr":1,"st":0,"tt":0},{"ty":3,"ao":0,"ddd":0,"ind":75,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":0,"k":0},"y":{"a":0,"k":0}},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"ViewBox-null","op":31,"parent":35,"sr":1,"st":0,"tt":0},{"ty":3,"ao":0,"ddd":0,"ind":135,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0.2],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0.15],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0.2],"t":30}]},"y":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[1.48],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[1.09],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[1.48],"t":30}]}},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"Path-null","op":31,"parent":75,"sr":1,"st":0,"tt":0},{"ty":4,"ao":0,"ddd":0,"ind":134,"ip":0,"ks":{"a":{"a":0,"k":[0,0]},"o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"Path-content","op":31,"parent":135,"shapes":[{"ty":"gr","cix":2,"it":[{"ty":"sh","ind":0,"ks":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[{"c":true,"i":[[0,0],[-1.3218816949999992,0],[-0.967932995,-0.8528106824999999],[0.07964287500000111,-0.12656184449999985],[0.15179413499999939,-0.3922217124000005],[-0.04283983000000102,-0.9102416609999997],[-0.40730574500000216,-0.8152164383999994],[-0.702165964999999,-0.580999070399999],[-0.8772347449999991,-0.24759715889999967],[-0.9024003900000004,0.12812514119999996],[-0.0781881999999996,0.014034287399999457],[0,0],[0,0],[-2.01712505,2.091596514]],"o":[[1.0086053049999997,-1.0458055776],[1.2027592350000003,0],[-0.08807983500000027,0.12084637320000002],[-0.2227089599999985,0.35411119169999994],[-0.3288993050000002,0.8498437479000001],[0.0429125250000002,0.910205057999999],[0.4073057449999986,0.8152166127000013],[0.7021661200000011,0.5809990704000008],[0.8771620500000008,0.2475971588999979],[0.07877006999999914,-0.011198252099999806],[0,0],[0,0],[-1.9617700550000001,-2.091596514],[0,0]],"v":[[2.01712505,1.4815548803999998],[5.67586533,0],[9.054313685,1.2135681075],[8.802656924999999,1.5847894587],[8.239338565,2.7067210842000002],[7.805485195,5.3759572104],[8.488158825000001,7.9926560049],[10.17069514,10.110066697499999],[12.565871235,11.366595223200001],[15.264635445000001,11.5477302234],[15.5,11.50991793],[9.98027981,17.43],[2.01712505,8.8893142926],[2.01712505,1.4815548803999998]]}],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[{"c":true,"i":[[0,0],[-0.9781924542999998,0],[-0.7162704163000004,-0.6306786975],[0.05893572749999976,-0.09359622349999985],[0.11232765990000004,-0.2900595452000003],[-0.031701474200000135,-0.6731506029999998],[-0.3014062513000013,-0.6028766431999992],[-0.5196028140999998,-0.42966597920000016],[-0.6491537112999985,-0.18310541469999997],[-0.6677762886000007,0.09475232759999841],[-0.05785926799999963,0.01037877019999911],[0,0],[0,0],[-1.4926725370000002,1.5467974220000003]],"o":[[0.7463679257,-0.7734041248],[0.8900418338999998,0],[-0.06517907790000077,0.08936946360000009],[-0.16480463039999993,0.26187568910000003],[-0.24338548570000018,0.6284845617000001],[0.03175526850000043,0.6731235339999997],[0.30140625129999954,0.602876772100001],[0.5196029287999995,0.42966597920000016],[0.6490999170000009,0.18310541469999997],[0.05828985179999968,-0.008281438299999166],[0,0],[0,0],[-1.4517098407000002,-1.546797422],[0,0]],"v":[[1.4926725370000002,1.0956536092],[4.2001403442,0],[6.700192126900001,0.8974694725000001],[6.5139661245000005,1.1719986301],[6.097110538100001,2.0017002166],[5.7760590443,3.9756791992000005],[6.281237530500001,5.9108052727],[7.526314403600001,7.4766930425],[9.2987447139,8.4059330136],[11.295830229300002,8.539887698200001],[11.47,8.51192439],[7.385407059400001,12.89],[1.4926725370000002,6.573910569800001],[1.4926725370000002,1.0956536092]]}],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[{"c":true,"i":[[0,0],[-1.3218816949999992,0],[-0.967932995,-0.8528106824999999],[0.07964287500000111,-0.12656184449999985],[0.15179413499999939,-0.3922217124000005],[-0.04283983000000102,-0.9102416609999997],[-0.40730574500000216,-0.8152164383999994],[-0.702165964999999,-0.580999070399999],[-0.8772347449999991,-0.24759715889999967],[-0.9024003900000004,0.12812514119999996],[-0.0781881999999996,0.014034287399999457],[0,0],[0,0],[-2.01712505,2.091596514]],"o":[[1.0086053049999997,-1.0458055776],[1.2027592350000003,0],[-0.08807983500000027,0.12084637320000002],[-0.2227089599999985,0.35411119169999994],[-0.3288993050000002,0.8498437479000001],[0.0429125250000002,0.910205057999999],[0.4073057449999986,0.8152166127000013],[0.7021661200000011,0.5809990704000008],[0.8771620500000008,0.2475971588999979],[0.07877006999999914,-0.011198252099999806],[0,0],[0,0],[-1.9617700550000001,-2.091596514],[0,0]],"v":[[2.01712505,1.4815548803999998],[5.67586533,0],[9.054313685,1.2135681075],[8.802656924999999,1.5847894587],[8.239338565,2.7067210842000002],[7.805485195,5.3759572104],[8.488158825000001,7.9926560049],[10.17069514,10.110066697499999],[12.565871235,11.366595223200001],[15.264635445000001,11.5477302234],[15.5,11.50991793],[9.98027981,17.43],[2.01712505,8.8893142926],[2.01712505,1.4815548803999998]]}],"t":30}]},"nm":"Path-path"},{"ty":"sh","ind":0,"ks":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[{"c":true,"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.806067065000001,12.9616157433],[7.8063579999999995,12.9655423737],[7.801921279999999,12.960743197500001],[7.806067065000001,12.9616157433]]}],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[{"c":true,"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.7764896281,9.5854978159],[5.77670492,9.5884016751],[5.7734217472000005,9.584852542500002],[5.7764896281,9.5854978159]]}],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[{"c":true,"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.806067065000001,12.9616157433],[7.8063579999999995,12.9655423737],[7.801921279999999,12.960743197500001],[7.806067065000001,12.9616157433]]}],"t":30}]},"nm":"Path-path"},{"ty":"fl","c":{"a":0,"k":[0.918,0.23500000000000001,0.23500000000000001,1]},"nm":"Fill1","o":{"a":0,"k":100},"r":1},{"ty":"tr","a":{"a":0,"k":[0,0]},"nm":"Transform","o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]},"sa":{"a":0,"k":0},"sk":{"a":0,"k":0}}],"nm":"Path-content","np":3}],"sr":1,"st":0,"tt":0}]},{"id":"comp_Path_B291F777-C0B0-46A4-8B17-A56248852AD9","layers":[{"ty":3,"ao":0,"ddd":0,"ind":35,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[18],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[21],"t":9},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[44],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[49],"t":30}]},"y":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[18],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[18],"t":9},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[10],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[29],"t":30}]}},"r":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[-20],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[20],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[70],"t":30}]},"s":{"a":0,"k":[100,100]}},"nm":"heart-right-null","op":31,"sr":1,"st":0,"tt":0},{"ty":3,"ao":0,"ddd":0,"ind":75,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":0,"k":0},"y":{"a":0,"k":0}},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"ViewBox-null","op":31,"parent":35,"sr":1,"st":0,"tt":0},{"ty":3,"ao":0,"ddd":0,"ind":145,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[9.36],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[6.92],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[9.36],"t":30}]},"y":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[1.45],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[1.07],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[1.45],"t":30}]}},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"Path-null","op":31,"parent":75,"sr":1,"st":0,"tt":0},{"ty":4,"ao":0,"ddd":0,"ind":144,"ip":0,"ks":{"a":{"a":0,"k":[0,0]},"o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"Path-content","op":31,"parent":145,"shapes":[{"ty":"gr","cix":2,"it":[{"ty":"sh","ind":0,"ks":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[{"c":true,"i":[[0,0],[1.745376779799999,1.808855409],[0.6472578497999999,0.25023860300000006],[0.6551167164000002,0],[0,0],[1.0041774581,-0.962703096],[0,0],[0.25933980800000006,-0.6696903440000002],[-0.0338364112,-0.7172775800000002],[-0.32111853409999996,-0.6423740230000003],[-0.5536073755000002,-0.45784148900000154],[-0.6916453918999999,-0.19507520200000172],[-0.7115105920000007,0.10099119100000031],[-0.6099287162999998,0.3797531720000009],[-0.4042178775000007,0.5938050940000013],[0,0]],"o":[[1.2492549500999992,-2.037856133],[-0.5216629852000008,-0.518130788],[-0.5746369952000006,-0.22631057000000004],[0,0],[-1.3018651057999997,-0.003642698],[0,0],[-0.5082011272,0.5077553920000002],[-0.2593397007,0.6696903440000002],[0.03376366180000001,0.7172486370000009],[0.32111842680000013,0.6424467409999997],[0.5536801249000001,0.45776866799999816],[0.6916453918999999,0.19507520199999817],[0.7115106992999998,-0.10091857599999976],[0.6099286089999998,-0.37975317199999914],[0,0],[0,0]],"v":[[9.480745049900001,8.009774915000001],[8.790118364200001,1.506797815],[7.014834499200001,0.35424728200000005],[5.158998056300001,0.0036208620000000003],[5.1444447427,0.003642698],[1.5354455101000002,1.442233295],[1.5398115471,1.446566608],[0.3758388516,3.232206435],[0.0338364112,5.335594052],[0.572017373,7.397574639000001],[1.898623069,9.066147550000002],[3.7871316108000004,10.056283254000002],[5.915041796500001,10.199008809],[7.919030783000001,9.469966981],[9.456950416500002,7.993561067000001],[9.480745049900001,8.009774915000001]]}],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[{"c":true,"i":[[0,0],[1.2915462843999999,1.3382017685999998],[0.47895874439999986,0.1851279762],[0.4847741592000001,0],[0,0],[0.7430726018,-0.7122133584],[0,0],[0.19190662399999997,-0.4954408176],[-0.0250383136,-0.5306461320000002],[-0.2376217298,-0.4752320442000002],[-0.40965913900000017,-0.3387138005999999],[-0.5118046981999997,-0.14431777080000074],[-0.5265045760000007,0.07471387140000019],[-0.4513358813999995,0.28094360880000036],[-0.29911369499999996,0.43930046759999986],[0,0]],"o":[[0.9244253778000004,-1.5076178381999998],[-0.3860208855999998,-0.38331617519999994],[-0.4252206656000004,-0.16742587800000003],[0,0],[-0.9633559124,-0.0026948892],[0,0],[-0.37605936159999986,0.37564039679999994],[-0.19190654460000006,0.4954408176],[0.024984480400000002,0.5306247198000005],[0.23762165040000005,0.47528584139999897],[0.4097129721999999,0.33865992720000015],[0.5118046982000002,0.14431777079999986],[0.5265046553999992,-0.07466015039999885],[0.451335802,-0.28094360879999947],[0,0],[0,0]],"v":[[7.0155746222,5.925678141000001],[6.5045237476,1.114737801],[5.190846777600001,0.26207420280000004],[3.8175624014000005,0.0026787348],[3.8067932206000004,0.0026948892],[1.1362010578000001,1.066972593],[1.1394318438,1.0701784032],[0.27811374480000006,2.391205149],[0.0250383136,3.9473035608],[0.423282194,5.472768810600001],[1.4049456820000001,6.70718877],[2.8024068024,7.4396969316],[4.377020677000001,7.5452861286],[5.859935174,7.0059367374],[6.9979670370000004,5.913683041800001],[7.0155746222,5.925678141000001]]}],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[{"c":true,"i":[[0,0],[1.745376779799999,1.808855409],[0.6472578497999999,0.25023860300000006],[0.6551167164000002,0],[0,0],[1.0041774581,-0.962703096],[0,0],[0.25933980800000006,-0.6696903440000002],[-0.0338364112,-0.7172775800000002],[-0.32111853409999996,-0.6423740230000003],[-0.5536073755000002,-0.45784148900000154],[-0.6916453918999999,-0.19507520200000172],[-0.7115105920000007,0.10099119100000031],[-0.6099287162999998,0.3797531720000009],[-0.4042178775000007,0.5938050940000013],[0,0]],"o":[[1.2492549500999992,-2.037856133],[-0.5216629852000008,-0.518130788],[-0.5746369952000006,-0.22631057000000004],[0,0],[-1.3018651057999997,-0.003642698],[0,0],[-0.5082011272,0.5077553920000002],[-0.2593397007,0.6696903440000002],[0.03376366180000001,0.7172486370000009],[0.32111842680000013,0.6424467409999997],[0.5536801249000001,0.45776866799999816],[0.6916453918999999,0.19507520199999817],[0.7115106992999998,-0.10091857599999976],[0.6099286089999998,-0.37975317199999914],[0,0],[0,0]],"v":[[9.480745049900001,8.009774915000001],[8.790118364200001,1.506797815],[7.014834499200001,0.35424728200000005],[5.158998056300001,0.0036208620000000003],[5.1444447427,0.003642698],[1.5354455101000002,1.442233295],[1.5398115471,1.446566608],[0.3758388516,3.232206435],[0.0338364112,5.335594052],[0.572017373,7.397574639000001],[1.898623069,9.066147550000002],[3.7871316108000004,10.056283254000002],[5.915041796500001,10.199008809],[7.919030783000001,9.469966981],[9.456950416500002,7.993561067000001],[9.480745049900001,8.009774915000001]]}],"t":30}]},"nm":"Path-path"},{"ty":"fl","c":{"a":0,"k":[0.918,0.23500000000000001,0.23500000000000001,1]},"nm":"Fill1","o":{"a":0,"k":100},"r":1},{"ty":"tr","a":{"a":0,"k":[0,0]},"nm":"Transform","o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]},"sa":{"a":0,"k":0},"sk":{"a":0,"k":0}}],"nm":"Path-content","np":3}],"sr":1,"st":0,"tt":0}]},{"id":"maskComp_ViewBox_84554762-7513-4197-A726-AC2ED53A334D","layers":[{"ty":3,"ao":0,"ddd":0,"ind":25,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":15},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[18],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[20],"t":9},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[17],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[13],"t":30}]},"y":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[18],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[13],"t":9},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[2],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[32],"t":30}]}},"r":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[20],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[-40],"t":30}]},"s":{"a":0,"k":[100,100]}},"nm":"heart-center-null","op":31,"sr":1,"st":0,"tt":0},{"ty":3,"ao":0,"ddd":0,"ind":65,"ip":0,"ks":{"a":{"a":0,"k":[0,0,0]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":0,"k":0},"y":{"a":0,"k":0}},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"ViewBox-null","op":31,"parent":25,"sr":1,"st":0,"tt":0},{"ty":4,"ao":0,"ddd":0,"ind":66,"ip":0,"ks":{"a":{"a":0,"k":[0,0]},"o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"ViewBox-mask","op":31,"parent":65,"shapes":[{"ty":"gr","cix":2,"it":[{"ty":"rc","d":1,"nm":"ViewBox-background","p":{"a":0,"k":[10.18,10.18]},"r":{"a":0,"k":0},"s":{"a":0,"k":[20.36,20.36]}},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"nm":"Fill1","o":{"a":0,"k":0},"r":1},{"ty":"tr","a":{"a":0,"k":[0,0]},"nm":"Transform","o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]},"sa":{"a":0,"k":0},"sk":{"a":0,"k":0}}],"nm":"ViewBox-mask","np":3}],"sr":1,"st":0,"tt":0},{"ty":0,"ao":0,"ddd":0,"h":56,"ind":60,"ip":0,"ks":{"a":{"a":0,"k":[0,0]},"o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"ViewBox-composition","op":31,"refId":"comp_ViewBox_84554762-7513-4197-A726-AC2ED53A334D","sr":1,"st":0,"tt":0,"w":56}]},{"id":"comp_ViewBox_84554762-7513-4197-A726-AC2ED53A334D","layers":[{"ty":3,"ao":0,"ddd":0,"ind":25,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":15},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[18],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[20],"t":9},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[17],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[13],"t":30}]},"y":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[18],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[13],"t":9},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[2],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[32],"t":30}]}},"r":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[20],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[-40],"t":30}]},"s":{"a":0,"k":[100,100]}},"nm":"heart-center-null","op":31,"sr":1,"st":0,"tt":0},{"ty":3,"ao":0,"ddd":0,"ind":65,"ip":0,"ks":{"a":{"a":0,"k":[0,0,0]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":0,"k":0},"y":{"a":0,"k":0}},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"ViewBox-null","op":31,"parent":25,"sr":1,"st":0,"tt":0},{"ty":0,"ao":0,"ddd":0,"h":56,"ind":120,"ip":0,"ks":{"a":{"a":0,"k":[0,0]},"o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"Path-composition","op":31,"refId":"comp_Path_C56F2598-1D34-493D-91D0-6294355310F0","sr":1,"st":0,"tt":0,"w":56},{"ty":0,"ao":0,"ddd":0,"h":56,"ind":110,"ip":0,"ks":{"a":{"a":0,"k":[0,0]},"o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"Path-composition","op":31,"refId":"comp_Path_B9859244-055D-402B-9146-C9A726D7CAA9","sr":1,"st":0,"tt":0,"w":56}]},{"id":"comp_Path_B9859244-055D-402B-9146-C9A726D7CAA9","layers":[{"ty":3,"ao":0,"ddd":0,"ind":25,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":15},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[18],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[20],"t":9},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[17],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[13],"t":30}]},"y":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[18],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[13],"t":9},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[2],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[32],"t":30}]}},"r":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[20],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[-40],"t":30}]},"s":{"a":0,"k":[100,100]}},"nm":"heart-center-null","op":31,"sr":1,"st":0,"tt":0},{"ty":3,"ao":0,"ddd":0,"ind":65,"ip":0,"ks":{"a":{"a":0,"k":[0,0,0]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":0,"k":0},"y":{"a":0,"k":0}},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"ViewBox-null","op":31,"parent":25,"sr":1,"st":0,"tt":0},{"ty":3,"ao":0,"ddd":0,"ind":115,"ip":0,"ks":{"a":{"a":0,"k":[0,0,0]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":0,"k":0.2},"y":{"a":0,"k":1.48}},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"Path-null","op":31,"parent":65,"sr":1,"st":0,"tt":0},{"ty":4,"ao":0,"ddd":0,"ind":114,"ip":0,"ks":{"a":{"a":0,"k":[0,0]},"o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"Path-content","op":31,"parent":115,"shapes":[{"ty":"gr","cix":2,"it":[{"ty":"sh","ind":0,"ks":{"a":0,"k":{"c":true,"i":[[0,0],[-1.3218816949999992,0],[-0.967932995,-0.8528106824999999],[0.07964287500000111,-0.12656184449999985],[0.15179413499999939,-0.3922217124000005],[-0.04283983000000102,-0.9102416609999997],[-0.40730574500000216,-0.8152164383999994],[-0.702165964999999,-0.580999070399999],[-0.8772347449999991,-0.24759715889999967],[-0.9024003900000004,0.12812514119999996],[-0.0781881999999996,0.014034287399999457],[0,0],[0,0],[-2.01712505,2.091596514]],"o":[[1.0086053049999997,-1.0458055776],[1.2027592350000003,0],[-0.08807983500000027,0.12084637320000002],[-0.2227089599999985,0.35411119169999994],[-0.3288993050000002,0.8498437479000001],[0.0429125250000002,0.910205057999999],[0.4073057449999986,0.8152166127000013],[0.7021661200000011,0.5809990704000008],[0.8771620500000008,0.2475971588999979],[0.07877006999999914,-0.011198252099999806],[0,0],[0,0],[-1.9617700550000001,-2.091596514],[0,0]],"v":[[2.01712505,1.4815548803999998],[5.67586533,0],[9.054313685,1.2135681075],[8.802656924999999,1.5847894587],[8.239338565,2.7067210842000002],[7.805485195,5.3759572104],[8.488158825000001,7.9926560049],[10.17069514,10.110066697499999],[12.565871235,11.366595223200001],[15.264635445000001,11.5477302234],[15.5,11.50991793],[9.98027981,17.43],[2.01712505,8.8893142926],[2.01712505,1.4815548803999998]]}},"nm":"Path-path"},{"ty":"sh","ind":0,"ks":{"a":0,"k":{"c":true,"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.806067065000001,12.9616157433],[7.8063579999999995,12.9655423737],[7.801921279999999,12.960743197500001],[7.806067065000001,12.9616157433]]}},"nm":"Path-path"},{"ty":"fl","c":{"a":0,"k":[0.918,0.23500000000000001,0.23500000000000001,1]},"nm":"Fill1","o":{"a":0,"k":100},"r":1},{"ty":"tr","a":{"a":0,"k":[0,0]},"nm":"Transform","o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]},"sa":{"a":0,"k":0},"sk":{"a":0,"k":0}}],"nm":"Path-content","np":3}],"sr":1,"st":0,"tt":0}]},{"id":"comp_Path_C56F2598-1D34-493D-91D0-6294355310F0","layers":[{"ty":3,"ao":0,"ddd":0,"ind":25,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":15},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[18],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[20],"t":9},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[17],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[13],"t":30}]},"y":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[18],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[13],"t":9},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[2],"t":15},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[32],"t":30}]}},"r":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[20],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[-40],"t":30}]},"s":{"a":0,"k":[100,100]}},"nm":"heart-center-null","op":31,"sr":1,"st":0,"tt":0},{"ty":3,"ao":0,"ddd":0,"ind":65,"ip":0,"ks":{"a":{"a":0,"k":[0,0,0]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":0,"k":0},"y":{"a":0,"k":0}},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"ViewBox-null","op":31,"parent":25,"sr":1,"st":0,"tt":0},{"ty":3,"ao":0,"ddd":0,"ind":125,"ip":0,"ks":{"a":{"a":0,"k":[0,0,0]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":0,"k":9.36},"y":{"a":0,"k":1.45}},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"Path-null","op":31,"parent":65,"sr":1,"st":0,"tt":0},{"ty":4,"ao":0,"ddd":0,"ind":124,"ip":0,"ks":{"a":{"a":0,"k":[0,0]},"o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"Path-content","op":31,"parent":125,"shapes":[{"ty":"gr","cix":2,"it":[{"ty":"sh","ind":0,"ks":{"a":0,"k":{"c":true,"i":[[0,0],[1.745376779799999,1.808855409],[0.6472578497999999,0.25023860300000006],[0.6551167164000002,0],[0,0],[1.0041774581,-0.962703096],[0,0],[0.25933980800000006,-0.6696903440000002],[-0.0338364112,-0.7172775800000002],[-0.32111853409999996,-0.6423740230000003],[-0.5536073755000002,-0.45784148900000154],[-0.6916453918999999,-0.19507520200000172],[-0.7115105920000007,0.10099119100000031],[-0.6099287162999998,0.3797531720000009],[-0.4042178775000007,0.5938050940000013],[0,0]],"o":[[1.2492549500999992,-2.037856133],[-0.5216629852000008,-0.518130788],[-0.5746369952000006,-0.22631057000000004],[0,0],[-1.3018651057999997,-0.003642698],[0,0],[-0.5082011272,0.5077553920000002],[-0.2593397007,0.6696903440000002],[0.03376366180000001,0.7172486370000009],[0.32111842680000013,0.6424467409999997],[0.5536801249000001,0.45776866799999816],[0.6916453918999999,0.19507520199999817],[0.7115106992999998,-0.10091857599999976],[0.6099286089999998,-0.37975317199999914],[0,0],[0,0]],"v":[[9.480745049900001,8.009774915000001],[8.790118364200001,1.506797815],[7.014834499200001,0.35424728200000005],[5.158998056300001,0.0036208620000000003],[5.1444447427,0.003642698],[1.5354455101000002,1.442233295],[1.5398115471,1.446566608],[0.3758388516,3.232206435],[0.0338364112,5.335594052],[0.572017373,7.397574639000001],[1.898623069,9.066147550000002],[3.7871316108000004,10.056283254000002],[5.915041796500001,10.199008809],[7.919030783000001,9.469966981],[9.456950416500002,7.993561067000001],[9.480745049900001,8.009774915000001]]}},"nm":"Path-path"},{"ty":"fl","c":{"a":0,"k":[0.918,0.23500000000000001,0.23500000000000001,1]},"nm":"Fill1","o":{"a":0,"k":100},"r":1},{"ty":"tr","a":{"a":0,"k":[0,0]},"nm":"Transform","o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]},"sa":{"a":0,"k":0},"sk":{"a":0,"k":0}}],"nm":"Path-content","np":3}],"sr":1,"st":0,"tt":0}]},{"id":"maskComp_ViewBox_FC8E647C-D8AC-48BF-B62B-F514D2B61561","layers":[{"ty":3,"ao":0,"ddd":0,"ind":15,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":6},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":7.5},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":9},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[4],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[6],"t":6},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0],"t":7.5},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[4],"t":9},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[4],"t":30}]},"y":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[4],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[6],"t":6},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0],"t":7.5},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[4],"t":9},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[4],"t":30}]}},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"main-heart-null","op":31,"sr":1,"st":0,"tt":0},{"ty":3,"ao":0,"ddd":0,"ind":55,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":6},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":7.5},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":9},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":0,"k":0},"y":{"a":0,"k":0}},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"ViewBox-null","op":31,"parent":15,"sr":1,"st":0,"tt":0},{"ty":4,"ao":0,"ddd":0,"ind":56,"ip":0,"ks":{"a":{"a":0,"k":[0,0]},"o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"ViewBox-mask","op":31,"parent":55,"shapes":[{"ty":"gr","cix":2,"it":[{"ty":"rc","d":1,"nm":"ViewBox-background","p":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[24,24],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[22.145,22.145],"t":6},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[28,28],"t":7.5},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[24,24],"t":9},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[24,24],"t":30}]},"r":{"a":0,"k":0},"s":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[48,48],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[44.29,44.29],"t":6},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[56,56],"t":7.5},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[48,48],"t":9},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[48,48],"t":30}]}},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"nm":"Fill1","o":{"a":0,"k":0},"r":1},{"ty":"tr","a":{"a":0,"k":[0,0]},"nm":"Transform","o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]},"sa":{"a":0,"k":0},"sk":{"a":0,"k":0}}],"nm":"ViewBox-mask","np":3}],"sr":1,"st":0,"tt":0},{"ty":0,"ao":0,"ddd":0,"h":56,"ind":50,"ip":0,"ks":{"a":{"a":0,"k":[0,0]},"o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"ViewBox-composition","op":31,"refId":"comp_ViewBox_FC8E647C-D8AC-48BF-B62B-F514D2B61561","sr":1,"st":0,"tt":0,"w":56}]},{"id":"comp_ViewBox_FC8E647C-D8AC-48BF-B62B-F514D2B61561","layers":[{"ty":3,"ao":0,"ddd":0,"ind":15,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":6},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":7.5},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":9},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[4],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[6],"t":6},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0],"t":7.5},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[4],"t":9},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[4],"t":30}]},"y":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[4],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[6],"t":6},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0],"t":7.5},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[4],"t":9},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[4],"t":30}]}},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"main-heart-null","op":31,"sr":1,"st":0,"tt":0},{"ty":3,"ao":0,"ddd":0,"ind":55,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":6},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":7.5},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":9},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":0,"k":0},"y":{"a":0,"k":0}},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"ViewBox-null","op":31,"parent":15,"sr":1,"st":0,"tt":0},{"ty":0,"ao":0,"ddd":0,"h":56,"ind":100,"ip":0,"ks":{"a":{"a":0,"k":[0,0]},"o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"Path-composition","op":31,"refId":"comp_Path_C2BBABD1-BAD0-4B21-B9D8-335F0A4B989B","sr":1,"st":0,"tt":0,"w":56},{"ty":0,"ao":0,"ddd":0,"h":56,"ind":90,"ip":0,"ks":{"a":{"a":0,"k":[0,0]},"o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"Circle-composition","op":31,"refId":"comp_Circle_FD26EE96-846F-4CE4-9613-2BBFB758239B","sr":1,"st":0,"tt":0,"w":56}]},{"id":"comp_Circle_FD26EE96-846F-4CE4-9613-2BBFB758239B","layers":[{"ty":3,"ao":0,"ddd":0,"ind":15,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":6},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":7.5},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":9},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[4],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[6],"t":6},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0],"t":7.5},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[4],"t":9},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[4],"t":30}]},"y":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[4],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[6],"t":6},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0],"t":7.5},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[4],"t":9},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[4],"t":30}]}},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"main-heart-null","op":31,"sr":1,"st":0,"tt":0},{"ty":3,"ao":0,"ddd":0,"ind":55,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":6},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":7.5},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":9},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":0,"k":0},"y":{"a":0,"k":0}},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"ViewBox-null","op":31,"parent":15,"sr":1,"st":0,"tt":0},{"ty":3,"ao":0,"ddd":0,"ind":95,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":6},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":7.5},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":9},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":0,"k":0},"y":{"a":0,"k":0}},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"Circle-null","op":31,"parent":55,"sr":1,"st":0,"tt":0},{"ty":4,"ao":0,"ddd":0,"ind":94,"ip":0,"ks":{"a":{"a":0,"k":[0,0]},"o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"Circle-content","op":31,"parent":95,"shapes":[{"ty":"gr","cix":2,"it":[{"ty":"sh","ind":0,"ks":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[{"c":true,"i":[[-13.2,0],[0,13.200000000000003],[13.200000000000003,0],[0,-13.2]],"o":[[13.200000000000003,0],[0,-13.2],[-13.2,0],[0,13.200000000000003]],"v":[[24,48],[48,24],[24,0],[0,24]]}],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[{"c":true,"i":[[-12.17975,0],[0,12.179750000000002],[12.179750000000002,0],[0,-12.17975]],"o":[[12.179750000000002,0],[0,-12.17975],[-12.17975,0],[0,12.179750000000002]],"v":[[22.145,44.29],[44.29,22.145],[22.145,0],[0,22.145]]}],"t":6},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[{"c":true,"i":[[-15.4,0],[0,15.399999999999999],[15.399999999999999,0],[0,-15.4]],"o":[[15.399999999999999,0],[0,-15.4],[-15.4,0],[0,15.399999999999999]],"v":[[28,56],[56,28],[28,0],[0,28]]}],"t":7.5},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[{"c":true,"i":[[-13.2,0],[0,13.200000000000003],[13.200000000000003,0],[0,-13.2]],"o":[[13.200000000000003,0],[0,-13.2],[-13.2,0],[0,13.200000000000003]],"v":[[24,48],[48,24],[24,0],[0,24]]}],"t":9},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[{"c":true,"i":[[-13.2,0],[0,13.200000000000003],[13.200000000000003,0],[0,-13.2]],"o":[[13.200000000000003,0],[0,-13.2],[-13.2,0],[0,13.200000000000003]],"v":[[24,48],[48,24],[24,0],[0,24]]}],"t":30}]},"nm":"Circle-path"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0.122,0.133,0.14100000000000001,1],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0.918,0.23500000000000001,0.23500000000000001,1],"t":30}]},"nm":"Fill1","o":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[100],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[15.299999999999999],"t":30}]},"r":1},{"ty":"tr","a":{"a":0,"k":[0,0]},"nm":"Transform","o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]},"sa":{"a":0,"k":0},"sk":{"a":0,"k":0}}],"nm":"Circle-content","np":3}],"sr":1,"st":0,"tt":0}]},{"id":"comp_Path_C2BBABD1-BAD0-4B21-B9D8-335F0A4B989B","layers":[{"ty":3,"ao":0,"ddd":0,"ind":15,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":6},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":7.5},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":9},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[4],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[6],"t":6},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0],"t":7.5},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[4],"t":9},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[4],"t":30}]},"y":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[4],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[6],"t":6},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0],"t":7.5},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[4],"t":9},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[4],"t":30}]}},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"main-heart-null","op":31,"sr":1,"st":0,"tt":0},{"ty":3,"ao":0,"ddd":0,"ind":55,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":6},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":7.5},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":9},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":0,"k":0},"y":{"a":0,"k":0}},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"ViewBox-null","op":31,"parent":15,"sr":1,"st":0,"tt":0},{"ty":3,"ao":0,"ddd":0,"ind":105,"ip":0,"ks":{"a":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":6},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":7.5},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0,0,0],"t":9},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[0,0,0],"t":30}]},"o":{"a":0,"k":100},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[12.24],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[11.290000000000001],"t":6},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[14.280000000000001],"t":7.5},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[12.24],"t":9},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[12.24],"t":30}]},"y":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[13.71],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[12.65],"t":6},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[16],"t":7.5},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[13.71],"t":9},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[13.71],"t":30}]}},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"Path-null","op":31,"parent":55,"sr":1,"st":0,"tt":0},{"ty":4,"ao":0,"ddd":0,"ind":104,"ip":0,"ks":{"a":{"a":0,"k":[0,0]},"o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"Path-content","op":31,"parent":105,"shapes":[{"ty":"gr","cix":2,"it":[{"ty":"sh","ind":0,"ks":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[{"c":true,"i":[[0,0],[1.1884533696000004,-1.2330515232],[-2.3116149839999998,-2.4660032333999986],[0,0],[0,0],[2.376807014399997,2.4660032334000004],[0.7623060144000036,0.2950601934],[0.7716048815999983,0],[0.005799326400001803,0],[1.1927528255999995,-1.1860420698],[0,0],[0,0],[1.5576077664000012,0]],"o":[[-1.5577079616000002,0],[-2.3768070143999998,2.4660032334000004],[0,0],[0,0],[2.3118151392,-2.4660032333999986],[-0.6144242496000025,-0.6110247276],[-0.6768164591999977,-0.2668544802],[-0.005699366400001793,0],[-1.567106788800002,-0.0044008272000000005],[0,0],[0,0],[-1.1888534447999994,-1.2330515232],[0,0]],"v":[[6.688075464,0.0301060704],[2.3768070143999998,1.7768625882000002],[2.3768070143999998,10.5105449526],[11.7600500976,20.580000000000002],[21.143192985600002,10.5105449526],[21.143192985600002,1.7768625882000002],[19.0523508336,0.41778531900000004],[16.8665203392,0.0044008272000000005],[16.8493225152,0.0044008272000000005],[12.5208562416,1.7768625882000002],[11.7600500976,2.5988304636],[10.9992437184,1.7768625882000002],[6.688075464,0.0301060704]]}],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[{"c":true,"i":[[0,0],[1.0964897160000002,-1.1377866096],[-2.132740015,-2.275481117699999],[0,0],[0,0],[2.1928874239999985,2.275481117700001],[0.703318049,0.2722639977],[0.7118973609999983,0],[0.00535056900000086,0],[1.100456475999998,-1.0944090819],[0,0],[0,0],[1.4370785940000008,0]],"o":[[-1.4371710359999996,0],[-2.192887424,2.275481117700001],[0,0],[0,0],[2.1329246819999987,-2.275481117699999],[-0.5668795160000002,-0.5638172777999999],[-0.6244437569999981,-0.24623744310000006],[-0.005258344000001358,0],[-1.4458425730000002,-0.0040608216],[0,0],[0,0],[-1.0968588330000006,-1.1377866096],[0,0]],"v":[[6.170545815,0.027780091200000002],[2.192887424,1.6395831171000002],[2.192887424,9.6985057653],[10.850046221000001,18.990000000000002],[19.507112576,9.6985057653],[19.507112576,1.6395831171000002],[17.578061781,0.3855074445000001],[15.561372932000001,0.0040608216],[15.545505892,0.0040608216],[11.551980461000001,1.6395831171000002],[10.850046221000001,2.3980461858],[10.148111764000001,1.6395831171000002],[6.170545815,0.027780091200000002]]}],"t":6},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[{"c":true,"i":[[0,0],[1.3865289312000004,-1.4385601104],[-2.696884148,-2.8770037722999984],[0,0],[0,0],[2.7729415167999996,2.8770037723],[0.8893570167999982,0.34423689230000004],[0.9002056952000004,0],[0.006765880799999735,0],[1.3915449631999994,-1.3837157481000002],[0,0],[0,0],[1.8172090608000016,0]],"o":[[-1.8173259551999994,0],[-2.7729415168,2.8770037723],[0,0],[0,0],[2.6971176624,-2.8770037722999984],[-0.7168282912000024,-0.7128621822000001],[-0.7896192024000008,-0.3113302269],[-0.006649260800003276,0],[-1.8282912536000033,-0.0051342984],[0,0],[0,0],[-1.3869956856000005,-1.4385601104],[0,0]],"v":[[7.802754708,0.0351237488],[2.7729415168,2.0730063529000002],[2.7729415168,12.2623024447],[13.720058447200001,24.01],[24.6670584832,12.2623024447],[24.6670584832,2.0730063529000002],[22.227742639200002,0.48741620550000003],[19.677607062400003,0.0051342984],[19.657542934400002,0.0051342984],[14.607665615200002,2.0730063529000002],[13.720058447200001,3.0319688742000004],[12.832451004800001,2.0730063529000002],[7.802754708,0.0351237488]]}],"t":7.5},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[{"c":true,"i":[[0,0],[1.1884533696000004,-1.2330515232],[-2.3116149839999998,-2.4660032333999986],[0,0],[0,0],[2.376807014399997,2.4660032334000004],[0.7623060144000036,0.2950601934],[0.7716048815999983,0],[0.005799326400001803,0],[1.1927528255999995,-1.1860420698],[0,0],[0,0],[1.5576077664000012,0]],"o":[[-1.5577079616000002,0],[-2.3768070143999998,2.4660032334000004],[0,0],[0,0],[2.3118151392,-2.4660032333999986],[-0.6144242496000025,-0.6110247276],[-0.6768164591999977,-0.2668544802],[-0.005699366400001793,0],[-1.567106788800002,-0.0044008272000000005],[0,0],[0,0],[-1.1888534447999994,-1.2330515232],[0,0]],"v":[[6.688075464,0.0301060704],[2.3768070143999998,1.7768625882000002],[2.3768070143999998,10.5105449526],[11.7600500976,20.580000000000002],[21.143192985600002,10.5105449526],[21.143192985600002,1.7768625882000002],[19.0523508336,0.41778531900000004],[16.8665203392,0.0044008272000000005],[16.8493225152,0.0044008272000000005],[12.5208562416,1.7768625882000002],[11.7600500976,2.5988304636],[10.9992437184,1.7768625882000002],[6.688075464,0.0301060704]]}],"t":9},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[{"c":true,"i":[[0,0],[1.1884533696000004,-1.2330515232],[-2.3116149839999998,-2.4660032333999986],[0,0],[0,0],[2.376807014399997,2.4660032334000004],[0.7623060144000036,0.2950601934],[0.7716048815999983,0],[0.005799326400001803,0],[1.1927528255999995,-1.1860420698],[0,0],[0,0],[1.5576077664000012,0]],"o":[[-1.5577079616000002,0],[-2.3768070143999998,2.4660032334000004],[0,0],[0,0],[2.3118151392,-2.4660032333999986],[-0.6144242496000025,-0.6110247276],[-0.6768164591999977,-0.2668544802],[-0.005699366400001793,0],[-1.567106788800002,-0.0044008272000000005],[0,0],[0,0],[-1.1888534447999994,-1.2330515232],[0,0]],"v":[[6.688075464,0.0301060704],[2.3768070143999998,1.7768625882000002],[2.3768070143999998,10.5105449526],[11.7600500976,20.580000000000002],[21.143192985600002,10.5105449526],[21.143192985600002,1.7768625882000002],[19.0523508336,0.41778531900000004],[16.8665203392,0.0044008272000000005],[16.8493225152,0.0044008272000000005],[12.5208562416,1.7768625882000002],[11.7600500976,2.5988304636],[10.9992437184,1.7768625882000002],[6.688075464,0.0301060704]]}],"t":30}]},"nm":"Path-path"},{"ty":"sh","ind":0,"ks":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[{"c":true,"i":[[0,0],[0,0],[0,0],[1.2263487935999997,0],[0.7817034287999998,-0.8109653958000003],[-1.7194879296,-1.8343744271999993],[0,0],[0,0],[0.21527338559999976,0],[0,3.2946723683999997],[-0.13308345120000098,0.49510108620000093]],"o":[[0,0],[0,0],[-0.7822036992000001,-0.8112654522000007],[-1.2265489487999996,0],[-1.7139887183999998,1.7783630760000002],[0,0],[0,0],[-0.20927437439999963,0.022304604000002115],[-3.29349384,0],[0,-0.5371095995999999],[0,0]],"v":[[11.1070304688,4.4171014524],[10.5023051616,3.7636681362000006],[9.7654960032,2.9672054664000007],[6.688075464,1.7447561418000004],[3.6107548848,2.9669054100000003],[3.6306523344,9.341406471600001],[11.7600500976,18.065386806600003],[17.5035418992,11.901728874],[16.8665203392,11.935435827000001],[10.9030556208,5.969918430000001],[11.1070304688,4.4171014524]]}],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[{"c":true,"i":[[0,0],[0,0],[0,0],[1.1314527559999998,0],[0.7212144729999994,-0.7483106349000002],[-1.5864323160000002,-1.6926516216000005],[0,0],[0,0],[0.19861532599999876,0],[0,3.0401277101999993],[-0.12278532700000078,0.45684983609999996]],"o":[[0,0],[0,0],[-0.7216760320000013,-0.7485875091000005],[-1.131637423,0],[-1.5813586389999998,1.640967678],[0,0],[0,0],[-0.19308052400000086,0.02058136200000149],[-3.038640150000001,0],[0,-0.49561279379999945],[0,0]],"v":[[10.247557873,4.075838512200001],[9.689626786,3.4728891111000006],[9.009832622000001,2.7379607292000006],[6.170545815,1.6099571979000002],[3.331351233,2.737683855],[3.349708999,8.619694309800002],[10.850046221000001,16.6696645023],[16.149101157,10.982207547000002],[15.561372932000001,11.013310318500002],[10.059366793,5.508685665000001],[10.247557873,4.075838512200001]]}],"t":6},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[{"c":true,"i":[[0,0],[0,0],[0,0],[1.4307402592000003,0],[0.9119873335999991,-0.9461262951],[-2.0060692512,-2.1401034983999985],[0,0],[0,0],[0.2511522831999997,0],[0,3.8437844297999995],[-0.15526402639999937,0.5776179339000009]],"o":[[0,0],[0,0],[-0.9125709824000001,-0.9464763609000006],[-1.4309737735999999,0],[-1.9996535048000004,2.074756922],[0,0],[0,0],[-0.2441534367999978,0.026022038000002468],[-3.8424094800000024,0],[0,-0.6266278661999989],[0,0]],"v":[[12.9582022136,5.1532850278],[12.252689355200001,4.3909461589],[11.393078670400001,3.4617397108000008],[7.802754708,2.0355488321000004],[4.212547365600001,3.461389645],[4.2357610568,10.8983075502],[13.720058447200001,21.076284607700003],[20.4207988824,13.885350353],[19.677607062400003,13.9246751315],[12.720231557600002,6.9649048350000005],[12.9582022136,5.1532850278]]}],"t":7.5},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[{"c":true,"i":[[0,0],[0,0],[0,0],[1.2263487935999997,0],[0.7817034287999998,-0.8109653958000003],[-1.7194879296,-1.8343744271999993],[0,0],[0,0],[0.21527338559999976,0],[0,3.2946723683999997],[-0.13308345120000098,0.49510108620000093]],"o":[[0,0],[0,0],[-0.7822036992000001,-0.8112654522000007],[-1.2265489487999996,0],[-1.7139887183999998,1.7783630760000002],[0,0],[0,0],[-0.20927437439999963,0.022304604000002115],[-3.29349384,0],[0,-0.5371095995999999],[0,0]],"v":[[11.1070304688,4.4171014524],[10.5023051616,3.7636681362000006],[9.7654960032,2.9672054664000007],[6.688075464,1.7447561418000004],[3.6107548848,2.9669054100000003],[3.6306523344,9.341406471600001],[11.7600500976,18.065386806600003],[17.5035418992,11.901728874],[16.8665203392,11.935435827000001],[10.9030556208,5.969918430000001],[11.1070304688,4.4171014524]]}],"t":9},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[{"c":true,"i":[[0,0],[0,0],[0,0],[1.2263487935999997,0],[0.7817034287999998,-0.8109653958000003],[-1.7194879296,-1.8343744271999993],[0,0],[0,0],[0.21527338559999976,0],[0,3.2946723683999997],[-0.13308345120000098,0.49510108620000093]],"o":[[0,0],[0,0],[-0.7822036992000001,-0.8112654522000007],[-1.2265489487999996,0],[-1.7139887183999998,1.7783630760000002],[0,0],[0,0],[-0.20927437439999963,0.022304604000002115],[-3.29349384,0],[0,-0.5371095995999999],[0,0]],"v":[[11.1070304688,4.4171014524],[10.5023051616,3.7636681362000006],[9.7654960032,2.9672054664000007],[6.688075464,1.7447561418000004],[3.6107548848,2.9669054100000003],[3.6306523344,9.341406471600001],[11.7600500976,18.065386806600003],[17.5035418992,11.901728874],[16.8665203392,11.935435827000001],[10.9030556208,5.969918430000001],[11.1070304688,4.4171014524]]}],"t":30}]},"nm":"Path-path"},{"ty":"sh","ind":0,"ks":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[{"c":true,"i":[[0,0],[-0.21037393439999974,-0.07001418899999967],[0,-1.8719821133999996],[2.3470107023999986,0],[0,2.3476791407999995],[-2.3469105072000005,0],[-0.2334710448000017,-0.039708080999999895]],"o":[[0.21667329599999974,0.03790774260000007],[1.6799929103999993,0.5673156888000002],[0,2.3476791407999995],[-2.3469105072000005,0],[0,-2.3476791408000004],[0.24486977759999817,0],[0,0]],"v":[[17.5848317232,1.7794630770000002],[18.2264526192,1.9412961708],[21.1159963392,5.969918430000001],[16.8665203392,10.2207859614],[12.6170443392,5.969918430000001],[16.8665203392,1.7190508986000002],[17.5848317232,1.7794630770000002]]}],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[{"c":true,"i":[[0,0],[-0.1940949990000007,-0.06460492949999974],[0,-1.7273537577],[2.165396778999998,0],[0,2.166298682400001],[-2.1653043370000002,0],[-0.2154048330000009,-0.03664025550000005]],"o":[[0.19990690999999927,0.034979010299999835],[1.5499934589999995,0.5234851764000001],[0,2.166298682400001],[-2.1653043370000002,0],[0,-2.1662986824000003],[0.2259215209999983,0],[0,0]],"v":[[16.224100697,1.6419826935000004],[16.816072357,1.7913126474],[19.482020432,5.508685665000001],[15.561372932000001,9.431133401700002],[11.640725432,5.508685665000001],[15.561372932000001,1.5862379283],[16.224100697,1.6419826935000004]]}],"t":6},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[{"c":true,"i":[[0,0],[-0.24543625680000147,-0.08168322049999999],[0,-2.1839791322999993],[2.7381791527999972,0],[0,2.738958997600001],[-2.738062258400003,0],[-0.272382885599999,-0.046326094499999915]],"o":[[0.25278551200000265,0.04422569970000012],[1.9599917287999986,0.6618683035999999],[0,2.738958997600001],[-2.738062258400003,0],[0,-2.7389589976],[0.28568140719999846,0],[0,0]],"v":[[20.5156370104,2.0760402565000002],[21.264194722400003,2.2648455326000003],[24.6353290624,6.9649048350000005],[19.677607062400003,11.924250288300001],[14.719885062400001,6.9649048350000005],[19.677607062400003,2.0055593817000004],[20.5156370104,2.0760402565000002]]}],"t":7.5},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[{"c":true,"i":[[0,0],[-0.21037393439999974,-0.07001418899999967],[0,-1.8719821133999996],[2.3470107023999986,0],[0,2.3476791407999995],[-2.3469105072000005,0],[-0.2334710448000017,-0.039708080999999895]],"o":[[0.21667329599999974,0.03790774260000007],[1.6799929103999993,0.5673156888000002],[0,2.3476791407999995],[-2.3469105072000005,0],[0,-2.3476791408000004],[0.24486977759999817,0],[0,0]],"v":[[17.5848317232,1.7794630770000002],[18.2264526192,1.9412961708],[21.1159963392,5.969918430000001],[16.8665203392,10.2207859614],[12.6170443392,5.969918430000001],[16.8665203392,1.7190508986000002],[17.5848317232,1.7794630770000002]]}],"t":9},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"s":[{"c":true,"i":[[0,0],[-0.21037393439999974,-0.07001418899999967],[0,-1.8719821133999996],[2.3470107023999986,0],[0,2.3476791407999995],[-2.3469105072000005,0],[-0.2334710448000017,-0.039708080999999895]],"o":[[0.21667329599999974,0.03790774260000007],[1.6799929103999993,0.5673156888000002],[0,2.3476791407999995],[-2.3469105072000005,0],[0,-2.3476791408000004],[0.24486977759999817,0],[0,0]],"v":[[17.5848317232,1.7794630770000002],[18.2264526192,1.9412961708],[21.1159963392,5.969918430000001],[16.8665203392,10.2207859614],[12.6170443392,5.969918430000001],[16.8665203392,1.7190508986000002],[17.5848317232,1.7794630770000002]]}],"t":30}]},"nm":"Path-path"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[1,1,1,1],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[0.918,0.23500000000000001,0.23500000000000001,1],"t":30}]},"nm":"Fill1","o":{"a":1,"k":[{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[100],"t":0},{"i":{"x":[0.58],"y":[1]},"o":{"x":[0.42],"y":[0]},"s":[100],"t":30}]},"r":1},{"ty":"tr","a":{"a":0,"k":[0,0]},"nm":"Transform","o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]},"sa":{"a":0,"k":0},"sk":{"a":0,"k":0}}],"nm":"Path-content","np":3}],"sr":1,"st":0,"tt":0}]}],"ddd":0,"fonts":{"list":[]},"fr":30,"h":56,"ip":0,"layers":[{"ty":0,"ao":0,"ddd":0,"h":56,"ind":47,"ip":0,"ks":{"a":{"a":0,"k":[0,0]},"o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"heart-left-maskComposition","op":31,"refId":"maskComp_heart-left_D5E71F09-07D8-4B95-9AB8-5851551C743C","sr":1,"st":0,"tt":0,"w":56},{"ty":0,"ao":0,"ddd":0,"h":56,"ind":37,"ip":0,"ks":{"a":{"a":0,"k":[0,0]},"o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"heart-right-maskComposition","op":31,"refId":"maskComp_heart-right_BD59817C-67DD-4E57-8C20-3E2C97E53E54","sr":1,"st":0,"tt":0,"w":56},{"ty":0,"ao":0,"ddd":0,"h":56,"ind":27,"ip":0,"ks":{"a":{"a":0,"k":[0,0]},"o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"heart-center-maskComposition","op":31,"refId":"maskComp_heart-center_A79B4289-9F9F-4CD6-AD4A-75F28555E341","sr":1,"st":0,"tt":0,"w":56},{"ty":0,"ao":0,"ddd":0,"h":56,"ind":17,"ip":0,"ks":{"a":{"a":0,"k":[0,0]},"o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"main-heart-maskComposition","op":31,"refId":"maskComp_main-heart_2073DFB1-1010-45B7-931D-1805EE751E05","sr":1,"st":0,"tt":0,"w":56},{"ty":4,"ao":0,"ddd":0,"ind":2,"ip":0,"ks":{"a":{"a":0,"k":[0,0]},"o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"nm":"Scene-background","op":31,"shapes":[{"ty":"gr","cix":2,"it":[{"ty":"rc","d":1,"nm":"Scene-background","p":{"a":0,"k":[28,28]},"r":{"a":0,"k":0},"s":{"a":0,"k":[56,56]}},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"nm":"Fill1","o":{"a":0,"k":11.1},"r":1},{"ty":"tr","a":{"a":0,"k":[0,0]},"nm":"Transform","o":{"a":0,"k":100},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"s":{"a":0,"k":[100,100]},"sa":{"a":0,"k":0},"sk":{"a":0,"k":0}}],"nm":"Scene-background","np":3}],"sr":1,"st":0,"tt":0}],"meta":{"a":"","d":"Timeline","g":"Flow1.10.0","k":"","tc":""},"nm":"Timeline","op":31,"v":"5.6.4","w":56} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/hd.json b/ohos/flutter_lottie/assets/Tests/hd.json new file mode 100644 index 0000000000000000000000000000000000000000..512ec03a5c493267af819ac077740356e35866c2 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/hd.json @@ -0,0 +1,151 @@ +{ + "v": "5.3.4", + "fr": 30.0000305175781, + "ip": 0, + "op": 30.0000305175781, + "w": 300, + "h": 300, + "nm": "Comp 1", + "ddd": 0, + "assets": [], + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 4, + "nm": "Shape Layer 1", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 150, + 150, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "rc", + "d": 1, + "s": { + "a": 0, + "k": [ + 200, + 200 + ], + "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.104963175952, + 1, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 35, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 4, + "ml2": { + "a": 0, + "k": 4, + "ix": 8 + }, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0, + 0, + 1 + ], + "ix": 4 + }, + "o": { + "a": 0, + "k": 100, + "ix": 5 + }, + "r": 1, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": true + } + ], + "ip": 0, + "op": 30.0000305175781, + "st": 0, + "bm": 0 + } + ], + "markers": [] +} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/images/img_0.png b/ohos/flutter_lottie/assets/Tests/images/img_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bf1e9c53c0cab572d0a32f54d218853212392562 Binary files /dev/null and b/ohos/flutter_lottie/assets/Tests/images/img_0.png differ diff --git a/ohos/flutter_lottie/assets/Tests/issue_288.json b/ohos/flutter_lottie/assets/Tests/issue_288.json new file mode 100644 index 0000000000000000000000000000000000000000..d0da130069c8869a4819393dc594384650abac70 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/issue_288.json @@ -0,0 +1,16284 @@ +{ + "nm": "success 2", + "mn": "", + "layers": [ + { + "ty": 5, + "nm": "Successful", + "mn": "", + "sr": 1, + "st": -5, + "op": 235, + "ip": 55, + "hd": false, + "cl": "", + "ln": "", + "ddd": 0, + "bm": 0, + "hasMask": false, + "ao": 0, + "ks": { + "a": { + "a": 0, + "k": [ + -0.815, + -33.278, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + }, + "sk": { + "a": 0, + "k": 0 + }, + "p": { + "a": 1, + "k": [ + { + "o": { + "x": 0.499, + "y": 0 + }, + "i": { + "x": 0.577, + "y": 0.896 + }, + "s": [ + 400, + 418, + 0 + ], + "t": 55 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 400, + 159, + 0 + ], + "t": 60 + } + ], + "ix": 2 + }, + "sa": { + "a": 0, + "k": 0 + }, + "o": { + "a": 1, + "k": [ + { + "o": { + "x": 1, + "y": 0 + }, + "i": { + "x": 0.667, + "y": 1 + }, + "s": [ + 0 + ], + "t": 55 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 100 + ], + "t": 60 + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + } + }, + "ef": [], + "t": { + "m": { + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "g": 1 + }, + "p": {}, + "a": [], + "d": { + "k": [ + { + "s": { + "f": "HelveticaRounded-Black", + "s": 88, + "t": "", + "fc": [ + 0.7490196078431373, + 0.6509803921568628, + 1, + 1 + ], + "lh": 105.6, + "tr": 0, + "j": 2, + "ca": 0 + }, + "t": 0 + } + ] + } + }, + "ind": 1, + "completed": true + }, + { + "ty": 4, + "nm": "Shape Layer 3", + "mn": "", + "sr": 1, + "st": 31, + "op": 261, + "ip": 31, + "hd": false, + "cl": "", + "ln": "", + "ddd": 0, + "bm": 0, + "hasMask": false, + "ao": 0, + "ks": { + "a": { + "a": 0, + "k": [ + 77, + 2, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 30.158, + 30.158, + 100 + ], + "ix": 6 + }, + "sk": { + "a": 0, + "k": 0 + }, + "p": { + "a": 0, + "k": [ + -44, + 120, + 0 + ], + "ix": 2 + }, + "sa": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "o": { + "x": 0.865, + "y": 0 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + -225 + ], + "t": 43 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + -180 + ], + "t": 60 + } + ], + "ix": 10 + } + }, + "ef": [], + "shapes": [ + { + "ty": "gr", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Group", + "nm": "Shape 1", + "ix": 1, + "cix": 2, + "np": 3, + "it": [ + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 1", + "ix": 1, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": false, + "i": [ + [ + -56, + 6 + ], + [ + 30, + 92 + ], + [ + 210, + -88 + ] + ], + "o": [ + [ + -56, + 6 + ], + [ + 30, + 92 + ], + [ + 210, + -88 + ] + ], + "v": [ + [ + -56, + 6 + ], + [ + 30, + 92 + ], + [ + 210, + -88 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "st", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Graphic - Stroke", + "nm": "Stroke 1", + "lc": 2, + "lj": 2, + "ml": 1, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 70, + "ix": 5 + }, + "d": [], + "c": { + "a": 0, + "k": [ + 0.9568627450980393, + 0.9411764705882353, + 1, + 1 + ], + "ix": 3 + }, + "_render": true + }, + { + "ty": "tr", + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 3 + }, + "sk": { + "a": 0, + "k": 0, + "ix": 4 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 6 + }, + "sa": { + "a": 0, + "k": 0, + "ix": 5 + }, + "o": { + "a": 0, + "k": 100, + "ix": 7 + }, + "_render": true + } + ], + "_render": true + }, + { + "ty": "tm", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Filter - Trim", + "nm": "Trim Paths 1", + "ix": 2, + "e": { + "a": 1, + "k": [ + { + "o": { + "x": 0.333, + "y": 0 + }, + "i": { + "x": 0, + "y": 1 + }, + "s": [ + 0 + ], + "t": 43 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 100 + ], + "t": 55 + } + ], + "ix": 2 + }, + "o": { + "a": 0, + "k": 0, + "ix": 3 + }, + "s": { + "a": 0, + "k": 0, + "ix": 1 + }, + "m": 1, + "_render": true + } + ], + "ind": 2, + "parent": 4, + "completed": true + }, + { + "ty": 4, + "nm": "Shape Layer 1", + "mn": "", + "sr": 1, + "st": 0, + "op": 61, + "ip": 0, + "hd": false, + "cl": "", + "ln": "", + "ddd": 0, + "bm": 0, + "hasMask": false, + "ao": 0, + "ks": { + "a": { + "a": 0, + "k": [ + -44, + 120, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "o": { + "x": 0.243, + "y": 0 + }, + "i": { + "x": 0.322, + "y": 1 + }, + "s": [ + 50, + 50, + 100 + ], + "t": 24 + }, + { + "o": { + "x": 1, + "y": 0 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 115, + 115, + 100 + ], + "t": 48 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 100, + 100, + 100 + ], + "t": 60 + } + ], + "ix": 6 + }, + "sk": { + "a": 0, + "k": 0 + }, + "p": { + "a": 0, + "k": [ + 400, + 418, + 0 + ], + "ix": 2 + }, + "sa": { + "a": 0, + "k": 0 + }, + "o": { + "a": 1, + "k": [ + { + "o": { + "x": 0.333, + "y": 0 + }, + "i": { + "x": 0.667, + "y": 1 + }, + "s": [ + 100 + ], + "t": 48 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 0 + ], + "t": 60 + } + ], + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "o": { + "x": 0.333, + "y": 0 + }, + "i": { + "x": 0.667, + "y": 1 + }, + "s": [ + 0 + ], + "t": 15 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 270 + ], + "t": 48 + } + ], + "ix": 10 + } + }, + "ef": [], + "shapes": [ + { + "ty": "gr", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Group", + "nm": "Ellipse 1", + "ix": 1, + "cix": 2, + "np": 3, + "it": [ + { + "ty": "el", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Ellipse", + "nm": "Ellipse Path 1", + "d": 1, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 3 + }, + "s": { + "a": 0, + "k": [ + 246.094, + 246.094 + ], + "ix": 2 + }, + "_render": true + }, + { + "ty": "st", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Graphic - Stroke", + "nm": "Stroke 1", + "lc": 2, + "lj": 2, + "ml": 1, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 1, + "k": [ + { + "o": { + "x": 0.863, + "y": 0 + }, + "i": { + "x": 0.206, + "y": 1 + }, + "s": [ + 60 + ], + "t": 24 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 4 + ], + "t": 43 + } + ], + "ix": 5 + }, + "d": [], + "c": { + "a": 0, + "k": [ + 0.36470588235294116, + 0.1450980392156863, + 0.996078431372549, + 1 + ], + "ix": 3 + }, + "_render": true + }, + { + "ty": "tr", + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 3 + }, + "sk": { + "a": 0, + "k": 0, + "ix": 4 + }, + "p": { + "a": 0, + "k": [ + -44, + 120 + ], + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 6 + }, + "sa": { + "a": 0, + "k": 0, + "ix": 5 + }, + "o": { + "a": 0, + "k": 100, + "ix": 7 + }, + "_render": true + } + ], + "_render": true + }, + { + "ty": "tm", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Filter - Trim", + "nm": "Trim Paths 1", + "ix": 2, + "e": { + "a": 0, + "k": 0, + "ix": 2 + }, + "o": { + "a": 0, + "k": 0, + "ix": 3 + }, + "s": { + "a": 1, + "k": [ + { + "o": { + "x": 0.84, + "y": 0 + }, + "i": { + "x": 0.273, + "y": 1 + }, + "s": [ + 0 + ], + "t": 24 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 100 + ], + "t": 48 + } + ], + "ix": 1 + }, + "m": 1, + "_render": true + } + ], + "ind": 3, + "completed": true + }, + { + "ty": 4, + "nm": "Shape Layer 2", + "mn": "", + "sr": 1, + "st": 0, + "op": 240, + "ip": 48, + "hd": false, + "cl": "", + "ln": "", + "ddd": 0, + "bm": 0, + "hasMask": false, + "ao": 0, + "ks": { + "a": { + "a": 0, + "k": [ + -44, + 120, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "o": { + "x": 1, + "y": 0 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 115, + 115, + 100 + ], + "t": 48 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 100, + 100, + 100 + ], + "t": 60 + } + ], + "ix": 6 + }, + "sk": { + "a": 0, + "k": 0 + }, + "p": { + "a": 0, + "k": [ + 400, + 418, + 0 + ], + "ix": 2 + }, + "sa": { + "a": 0, + "k": 0 + }, + "o": { + "a": 1, + "k": [ + { + "o": { + "x": 0.333, + "y": 0 + }, + "i": { + "x": 0.667, + "y": 1 + }, + "s": [ + 0 + ], + "t": 48 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 100 + ], + "t": 60 + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 540, + "ix": 10 + } + }, + "ef": [], + "shapes": [ + { + "ty": "gr", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Group", + "nm": "Ellipse 1", + "ix": 1, + "cix": 2, + "np": 3, + "it": [ + { + "ty": "el", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Ellipse", + "nm": "Ellipse Path 1", + "d": 1, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 3 + }, + "s": { + "a": 0, + "k": [ + 246.094, + 246.094 + ], + "ix": 2 + }, + "_render": true + }, + { + "ty": "st", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Graphic - Stroke", + "nm": "Stroke 1", + "lc": 2, + "lj": 2, + "ml": 1, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 6, + "ix": 5 + }, + "d": [], + "c": { + "a": 0, + "k": [ + 0.36470588235294116, + 0.1450980392156863, + 0.996078431372549, + 1 + ], + "ix": 3 + }, + "_render": true + }, + { + "ty": "fl", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Graphic - Fill", + "nm": "Fill 1", + "c": { + "a": 0, + "k": [ + 0.36470588235294116, + 0.1450980392156863, + 0.996078431372549, + 1 + ], + "ix": 4 + }, + "r": 1, + "o": { + "a": 0, + "k": 100, + "ix": 5 + }, + "_render": true + }, + { + "ty": "tr", + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 3 + }, + "sk": { + "a": 0, + "k": 0, + "ix": 4 + }, + "p": { + "a": 0, + "k": [ + -44, + 120 + ], + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 6 + }, + "sa": { + "a": 0, + "k": 0, + "ix": 5 + }, + "o": { + "a": 0, + "k": 100, + "ix": 7 + }, + "_render": true + } + ], + "_render": true + }, + { + "ty": "tm", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Filter - Trim", + "nm": "Trim Paths 1", + "ix": 2, + "e": { + "a": 0, + "k": 0, + "ix": 2 + }, + "o": { + "a": 0, + "k": 0, + "ix": 3 + }, + "s": { + "a": 0, + "k": 100, + "ix": 1 + }, + "m": 1, + "_render": true + } + ], + "ind": 4, + "completed": true + }, + { + "ty": 4, + "nm": "Shape Layer 4", + "mn": "", + "sr": 1, + "st": -3, + "op": 237, + "ip": 45, + "hd": false, + "cl": "", + "ln": "", + "ddd": 0, + "bm": 0, + "hasMask": false, + "ao": 0, + "ks": { + "a": { + "a": 0, + "k": [ + -44, + 120, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "o": { + "x": 0.333, + "y": 0 + }, + "i": { + "x": 0, + "y": 1 + }, + "s": [ + 127, + 127, + 100 + ], + "t": 45 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 170, + 170, + 100 + ], + "t": 60 + } + ], + "ix": 6 + }, + "sk": { + "a": 0, + "k": 0 + }, + "p": { + "a": 0, + "k": [ + 400, + 418, + 0 + ], + "ix": 2 + }, + "sa": { + "a": 0, + "k": 0 + }, + "o": { + "a": 1, + "k": [ + { + "o": { + "x": 0.333, + "y": 0 + }, + "i": { + "x": 0, + "y": 1 + }, + "s": [ + 60 + ], + "t": 45 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 0 + ], + "t": 60 + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 270, + "ix": 10 + } + }, + "ef": [], + "shapes": [ + { + "ty": "gr", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Group", + "nm": "Ellipse 1", + "ix": 1, + "cix": 2, + "np": 3, + "it": [ + { + "ty": "el", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Ellipse", + "nm": "Ellipse Path 1", + "d": 1, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 3 + }, + "s": { + "a": 0, + "k": [ + 246.094, + 246.094 + ], + "ix": 2 + }, + "_render": true + }, + { + "ty": "st", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Graphic - Stroke", + "nm": "Stroke 1", + "lc": 2, + "lj": 2, + "ml": 1, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 30, + "ix": 5 + }, + "d": [], + "c": { + "a": 0, + "k": [ + 0.36470588235294116, + 0.1450980392156863, + 0.996078431372549, + 1 + ], + "ix": 3 + }, + "_render": true + }, + { + "ty": "tr", + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 3 + }, + "sk": { + "a": 0, + "k": 0, + "ix": 4 + }, + "p": { + "a": 0, + "k": [ + -44, + 120 + ], + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 6 + }, + "sa": { + "a": 0, + "k": 0, + "ix": 5 + }, + "o": { + "a": 0, + "k": 100, + "ix": 7 + }, + "_render": true + } + ], + "_render": true + }, + { + "ty": "tm", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Filter - Trim", + "nm": "Trim Paths 1", + "ix": 2, + "e": { + "a": 0, + "k": 0, + "ix": 2 + }, + "o": { + "a": 0, + "k": 0, + "ix": 3 + }, + "s": { + "a": 0, + "k": 100, + "ix": 1 + }, + "m": 1, + "_render": true + } + ], + "ind": 5, + "completed": true + }, + { + "ty": 0, + "nm": "spark", + "mn": "", + "sr": 1, + "st": -2, + "op": 238, + "ip": 60, + "hd": false, + "cl": "", + "ln": "", + "ddd": 0, + "bm": 0, + "hasMask": false, + "ao": 0, + "ks": { + "a": { + "a": 0, + "k": [ + 400, + 700, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 90, + 90, + 100 + ], + "ix": 6 + }, + "sk": { + "a": 0, + "k": 0 + }, + "p": { + "a": 0, + "k": [ + 400, + 418, + 0 + ], + "ix": 2 + }, + "sa": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + } + }, + "ef": [], + "w": 800, + "h": 1400, + "refId": "comp_0", + "ind": 6, + "completed": true, + "layers": [ + { + "ty": 4, + "nm": "Group 1", + "mn": "", + "sr": 1, + "st": 16, + "op": 256, + "ip": 59, + "hd": false, + "cl": "", + "ln": "", + "ddd": 0, + "bm": 0, + "hasMask": false, + "ao": 0, + "ks": { + "a": { + "a": 0, + "k": [ + 775.158, + 375.931, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "o": { + "x": 0.733, + "y": 0 + }, + "i": { + "x": 0.187, + "y": 1 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 59 + }, + { + "o": { + "x": 0.76, + "y": 0 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 69 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 0, + 0, + 100 + ], + "t": 77 + } + ], + "ix": 6 + }, + "sk": { + "a": 0, + "k": 0 + }, + "p": { + "a": 1, + "k": [ + { + "o": { + "x": 0.333, + "y": 0 + }, + "i": { + "x": 0, + "y": 1 + }, + "s": [ + 400, + 700, + 0 + ], + "t": 59 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 192.34, + 473.739, + 0 + ], + "t": 77 + } + ], + "ix": 2 + }, + "sa": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + } + }, + "ef": [], + "shapes": [ + { + "ty": "gr", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Group", + "nm": "Group 1", + "ix": 1, + "cix": 2, + "np": 2, + "it": [ + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 1", + "ix": 1, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + 4.976, + 30.248 + ], + [ + -9.01, + 26.213 + ], + [ + -14.5, + 9.004 + ], + [ + -30.26, + 4.9750000000000005 + ], + [ + -26.227, + -9.01 + ], + [ + -9.01, + -14.497 + ], + [ + -4.978000000000001, + -30.248 + ], + [ + 9.005, + -26.216 + ], + [ + 14.498999999999999, + -9.01 + ], + [ + 30.26, + -4.978 + ], + [ + 26.224, + 9.004 + ], + [ + 9.005, + 14.494 + ] + ], + "o": [ + [ + -4.978000000000001, + 30.248 + ], + [ + -9.01, + 14.494 + ], + [ + -26.227, + 9.004 + ], + [ + -30.26, + -4.978 + ], + [ + -14.5, + -9.01 + ], + [ + -9.01, + -26.216 + ], + [ + 4.976, + -30.248 + ], + [ + 9.005, + -14.497 + ], + [ + 26.224, + -9.01 + ], + [ + 30.26, + 4.9750000000000005 + ], + [ + 14.498999999999999, + 9.004 + ], + [ + 9.005, + 26.213 + ] + ], + "v": [ + [ + -0.001, + 30.248 + ], + [ + -9.01, + 21.239 + ], + [ + -21.251, + 9.004 + ], + [ + -30.26, + -0.002 + ], + [ + -21.251, + -9.01 + ], + [ + -9.01, + -21.239 + ], + [ + -0.001, + -30.248 + ], + [ + 9.005, + -21.239 + ], + [ + 21.25, + -9.01 + ], + [ + 30.26, + -0.002 + ], + [ + 21.25, + 9.004 + ], + [ + 9.005, + 21.239 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "fl", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Graphic - Fill", + "nm": "Fill 1", + "c": { + "a": 0, + "k": [ + 0.7490196078431373, + 0.6509803921568628, + 1, + 1 + ], + "ix": 4 + }, + "r": 1, + "o": { + "a": 0, + "k": 100, + "ix": 5 + }, + "_render": true + }, + { + "ty": "tr", + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 3 + }, + "sk": { + "a": 0, + "k": 0, + "ix": 4 + }, + "p": { + "a": 0, + "k": [ + 775.158, + 375.931 + ], + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 6 + }, + "sa": { + "a": 0, + "k": 0, + "ix": 5 + }, + "o": { + "a": 0, + "k": 100, + "ix": 7 + }, + "_render": true + } + ], + "_render": true + } + ], + "ind": 1, + "completed": true + }, + { + "ty": 4, + "nm": "Group 2", + "mn": "", + "sr": 1, + "st": 16, + "op": 256, + "ip": 59, + "hd": false, + "cl": "", + "ln": "", + "ddd": 0, + "bm": 0, + "hasMask": false, + "ao": 0, + "ks": { + "a": { + "a": 0, + "k": [ + 962.158, + 269.931, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "o": { + "x": 0.733, + "y": 0 + }, + "i": { + "x": 0.187, + "y": 1 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 59 + }, + { + "o": { + "x": 0.76, + "y": 0 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 69 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 0, + 0, + 100 + ], + "t": 77 + } + ], + "ix": 6 + }, + "sk": { + "a": 0, + "k": 0 + }, + "p": { + "a": 1, + "k": [ + { + "o": { + "x": 0.333, + "y": 0 + }, + "i": { + "x": 0, + "y": 1 + }, + "s": [ + 400, + 700, + 0 + ], + "t": 59 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 697.832, + 539.953, + 0 + ], + "t": 77 + } + ], + "ix": 2 + }, + "sa": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + } + }, + "ef": [], + "shapes": [ + { + "ty": "gr", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Group", + "nm": "Group 2", + "ix": 1, + "cix": 2, + "np": 4, + "it": [ + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 1", + "ix": 1, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + -15.164, + -6.164 + ], + [ + -6.164, + 15.162 + ], + [ + 15.163, + 6.159 + ], + [ + 6.159, + -15.164 + ] + ], + "o": [ + [ + -15.164, + 6.159 + ], + [ + 6.159, + 15.162 + ], + [ + 15.163, + -6.164 + ], + [ + -6.164, + -15.164 + ] + ], + "v": [ + [ + -25.982, + -0.002 + ], + [ + -0.003, + 25.977 + ], + [ + 25.977, + -0.002 + ], + [ + -0.003, + -25.982 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 2", + "ix": 2, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + 4.974, + 69.07 + ], + [ + -9.011, + 65.034 + ], + [ + -31.912, + 9.005 + ], + [ + -69.07, + 4.9750000000000005 + ], + [ + -65.038, + -9.01 + ], + [ + -9.011, + -31.911 + ], + [ + -4.979, + -69.07 + ], + [ + 9.003, + -65.037 + ], + [ + 31.907000000000004, + -9.01 + ], + [ + 69.069, + -4.979 + ], + [ + 65.034, + 9.005 + ], + [ + 9.003, + 31.907000000000004 + ] + ], + "o": [ + [ + -4.979, + 69.07 + ], + [ + -9.011, + 31.907000000000004 + ], + [ + -65.038, + 9.005 + ], + [ + -69.07, + -4.979 + ], + [ + -31.912, + -9.01 + ], + [ + -9.011, + -65.037 + ], + [ + 4.974, + -69.07 + ], + [ + 9.003, + -31.911 + ], + [ + 65.034, + -9.01 + ], + [ + 69.069, + 4.9750000000000005 + ], + [ + 31.907000000000004, + 9.005 + ], + [ + 9.003, + 65.034 + ] + ], + "v": [ + [ + -0.003, + 69.07 + ], + [ + -9.011, + 60.06 + ], + [ + -60.061, + 9.005 + ], + [ + -69.07, + -0.002 + ], + [ + -60.061, + -9.01 + ], + [ + -9.011, + -60.06 + ], + [ + -0.003, + -69.07 + ], + [ + 9.003, + -60.06 + ], + [ + 60.06, + -9.01 + ], + [ + 69.069, + -0.002 + ], + [ + 60.06, + 9.005 + ], + [ + 9.003, + 60.06 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "mm", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Filter - Merge", + "nm": "Merge Paths 1", + "mm": 1, + "_render": true + }, + { + "ty": "fl", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Graphic - Fill", + "nm": "Fill 1", + "c": { + "a": 0, + "k": [ + 0.36470588235294116, + 0.1450980392156863, + 0.996078431372549, + 1 + ], + "ix": 4 + }, + "r": 1, + "o": { + "a": 0, + "k": 100, + "ix": 5 + }, + "_render": true + }, + { + "ty": "tr", + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 3 + }, + "sk": { + "a": 0, + "k": 0, + "ix": 4 + }, + "p": { + "a": 0, + "k": [ + 962.158, + 269.931 + ], + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 6 + }, + "sa": { + "a": 0, + "k": 0, + "ix": 5 + }, + "o": { + "a": 0, + "k": 100, + "ix": 7 + }, + "_render": true + } + ], + "_render": true + } + ], + "ind": 2, + "completed": true + }, + { + "ty": 4, + "nm": "Group 3", + "mn": "", + "sr": 1, + "st": 16, + "op": 256, + "ip": 59, + "hd": false, + "cl": "", + "ln": "", + "ddd": 0, + "bm": 0, + "hasMask": false, + "ao": 0, + "ks": { + "a": { + "a": 0, + "k": [ + 684.158, + 369.93, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "o": { + "x": 0.733, + "y": 0 + }, + "i": { + "x": 0.187, + "y": 1 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 59 + }, + { + "o": { + "x": 0.76, + "y": 0 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 69 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 0, + 0, + 100 + ], + "t": 77 + } + ], + "ix": 6 + }, + "sk": { + "a": 0, + "k": 0 + }, + "p": { + "a": 1, + "k": [ + { + "o": { + "x": 0.333, + "y": 0 + }, + "i": { + "x": 0, + "y": 1 + }, + "s": [ + 400, + 700, + 0 + ], + "t": 59 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 80.653, + 621.195, + 0 + ], + "t": 77 + } + ], + "ix": 2 + }, + "sa": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + } + }, + "ef": [], + "shapes": [ + { + "ty": "gr", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Group", + "nm": "Group 3", + "ix": 1, + "cix": 2, + "np": 4, + "it": [ + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 1", + "ix": 1, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + -2.08, + -1.0039999999999998 + ], + [ + -1.0039999999999998, + 2.0780000000000003 + ], + [ + 2.0780000000000003, + 1.002 + ], + [ + 1.002, + -2.08 + ] + ], + "o": [ + [ + -2.08, + 1.002 + ], + [ + 1.002, + 2.0780000000000003 + ], + [ + 2.0780000000000003, + -1.0039999999999998 + ], + [ + -1.0039999999999998, + -2.08 + ] + ], + "v": [ + [ + -3.218, + -0.001 + ], + [ + -0.001, + 3.216 + ], + [ + 3.216, + -0.001 + ], + [ + -0.001, + -3.218 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 2", + "ix": 2, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + 4.976, + 36.037 + ], + [ + -9.01, + 32.001999999999995 + ], + [ + -17.093, + 9.005 + ], + [ + -36.036, + 4.976 + ], + [ + -32.005, + -9.01 + ], + [ + -9.01, + -17.092 + ], + [ + -4.977, + -36.037 + ], + [ + 9.005, + -32.004 + ], + [ + 17.093, + -9.01 + ], + [ + 36.036, + -4.978000000000001 + ], + [ + 32.002, + 9.005 + ], + [ + 9.005, + 17.092999999999996 + ] + ], + "o": [ + [ + -4.977, + 36.037 + ], + [ + -9.01, + 17.092999999999996 + ], + [ + -32.005, + 9.005 + ], + [ + -36.036, + -4.978000000000001 + ], + [ + -17.093, + -9.01 + ], + [ + -9.01, + -32.004 + ], + [ + 4.976, + -36.037 + ], + [ + 9.005, + -17.092 + ], + [ + 32.002, + -9.01 + ], + [ + 36.036, + 4.976 + ], + [ + 17.093, + 9.005 + ], + [ + 9.005, + 32.001999999999995 + ] + ], + "v": [ + [ + -0.001, + 36.037 + ], + [ + -9.01, + 27.028 + ], + [ + -27.029, + 9.005 + ], + [ + -36.036, + -0.001 + ], + [ + -27.029, + -9.01 + ], + [ + -9.01, + -27.028 + ], + [ + -0.001, + -36.037 + ], + [ + 9.005, + -27.028 + ], + [ + 27.029, + -9.01 + ], + [ + 36.036, + -0.001 + ], + [ + 27.029, + 9.005 + ], + [ + 9.005, + 27.028 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "mm", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Filter - Merge", + "nm": "Merge Paths 1", + "mm": 1, + "_render": true + }, + { + "ty": "fl", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Graphic - Fill", + "nm": "Fill 1", + "c": { + "a": 0, + "k": [ + 0.36470588235294116, + 0.1450980392156863, + 0.996078431372549, + 1 + ], + "ix": 4 + }, + "r": 1, + "o": { + "a": 0, + "k": 100, + "ix": 5 + }, + "_render": true + }, + { + "ty": "tr", + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 3 + }, + "sk": { + "a": 0, + "k": 0, + "ix": 4 + }, + "p": { + "a": 0, + "k": [ + 684.158, + 369.93 + ], + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 6 + }, + "sa": { + "a": 0, + "k": 0, + "ix": 5 + }, + "o": { + "a": 0, + "k": 100, + "ix": 7 + }, + "_render": true + } + ], + "_render": true + } + ], + "ind": 3, + "completed": true + }, + { + "ty": 4, + "nm": "Group 4", + "mn": "", + "sr": 1, + "st": 16, + "op": 256, + "ip": 59, + "hd": false, + "cl": "", + "ln": "", + "ddd": 0, + "bm": 0, + "hasMask": false, + "ao": 0, + "ks": { + "a": { + "a": 0, + "k": [ + 594.158, + 457.93, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "o": { + "x": 0.733, + "y": 0 + }, + "i": { + "x": 0.187, + "y": 1 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 59 + }, + { + "o": { + "x": 0.76, + "y": 0 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 69 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 0, + 0, + 100 + ], + "t": 77 + } + ], + "ix": 6 + }, + "sk": { + "a": 0, + "k": 0 + }, + "p": { + "a": 1, + "k": [ + { + "o": { + "x": 0.333, + "y": 0 + }, + "i": { + "x": 0, + "y": 1 + }, + "s": [ + 400, + 700, + 0 + ], + "t": 59 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 430.158, + 439.93, + 0 + ], + "t": 77 + } + ], + "ix": 2 + }, + "sa": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + } + }, + "ef": [], + "shapes": [ + { + "ty": "gr", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Group", + "nm": "Group 4", + "ix": 1, + "cix": 2, + "np": 4, + "it": [ + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 1", + "ix": 1, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + -2.08, + -1.0039999999999998 + ], + [ + -1.0039999999999998, + 2.0780000000000003 + ], + [ + 2.0780000000000003, + 1.002 + ], + [ + 1.002, + -2.08 + ] + ], + "o": [ + [ + -2.08, + 1.002 + ], + [ + 1.002, + 2.0780000000000003 + ], + [ + 2.0780000000000003, + -1.0039999999999998 + ], + [ + -1.0039999999999998, + -2.08 + ] + ], + "v": [ + [ + -3.218, + -0.001 + ], + [ + -0.001, + 3.216 + ], + [ + 3.216, + -0.001 + ], + [ + -0.001, + -3.218 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 2", + "ix": 2, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + 4.976, + 36.037 + ], + [ + -9.01, + 32.001999999999995 + ], + [ + -17.093, + 9.005 + ], + [ + -36.036, + 4.976 + ], + [ + -32.005, + -9.01 + ], + [ + -9.01, + -17.092 + ], + [ + -4.977, + -36.037 + ], + [ + 9.005, + -32.004 + ], + [ + 17.093, + -9.01 + ], + [ + 36.036, + -4.978000000000001 + ], + [ + 32.002, + 9.005 + ], + [ + 9.005, + 17.092999999999996 + ] + ], + "o": [ + [ + -4.977, + 36.037 + ], + [ + -9.01, + 17.092999999999996 + ], + [ + -32.005, + 9.005 + ], + [ + -36.036, + -4.978000000000001 + ], + [ + -17.093, + -9.01 + ], + [ + -9.01, + -32.004 + ], + [ + 4.976, + -36.037 + ], + [ + 9.005, + -17.092 + ], + [ + 32.002, + -9.01 + ], + [ + 36.036, + 4.976 + ], + [ + 17.093, + 9.005 + ], + [ + 9.005, + 32.001999999999995 + ] + ], + "v": [ + [ + -0.001, + 36.037 + ], + [ + -9.01, + 27.028 + ], + [ + -27.029, + 9.005 + ], + [ + -36.036, + -0.001 + ], + [ + -27.029, + -9.01 + ], + [ + -9.01, + -27.028 + ], + [ + -0.001, + -36.037 + ], + [ + 9.005, + -27.028 + ], + [ + 27.029, + -9.01 + ], + [ + 36.036, + -0.001 + ], + [ + 27.029, + 9.005 + ], + [ + 9.005, + 27.028 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "mm", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Filter - Merge", + "nm": "Merge Paths 1", + "mm": 1, + "_render": true + }, + { + "ty": "fl", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Graphic - Fill", + "nm": "Fill 1", + "c": { + "a": 0, + "k": [ + 0.36470588235294116, + 0.1450980392156863, + 0.996078431372549, + 1 + ], + "ix": 4 + }, + "r": 1, + "o": { + "a": 0, + "k": 100, + "ix": 5 + }, + "_render": true + }, + { + "ty": "tr", + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 3 + }, + "sk": { + "a": 0, + "k": 0, + "ix": 4 + }, + "p": { + "a": 0, + "k": [ + 594.158, + 457.93 + ], + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 6 + }, + "sa": { + "a": 0, + "k": 0, + "ix": 5 + }, + "o": { + "a": 0, + "k": 100, + "ix": 7 + }, + "_render": true + } + ], + "_render": true + } + ], + "ind": 4, + "completed": true + }, + { + "ty": 4, + "nm": "Group 5", + "mn": "", + "sr": 1, + "st": 16, + "op": 256, + "ip": 59, + "hd": false, + "cl": "", + "ln": "", + "ddd": 0, + "bm": 0, + "hasMask": false, + "ao": 0, + "ks": { + "a": { + "a": 0, + "k": [ + 841.158, + 531.931, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "o": { + "x": 0.733, + "y": 0 + }, + "i": { + "x": 0.187, + "y": 1 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 59 + }, + { + "o": { + "x": 0.76, + "y": 0 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 69 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 0, + 0, + 100 + ], + "t": 77 + } + ], + "ix": 6 + }, + "sk": { + "a": 0, + "k": 0 + }, + "p": { + "a": 1, + "k": [ + { + "o": { + "x": 0.333, + "y": 0 + }, + "i": { + "x": 0, + "y": 1 + }, + "s": [ + 400, + 700, + 0 + ], + "t": 59 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 131.232, + 517.209, + 0 + ], + "t": 77 + } + ], + "ix": 2 + }, + "sa": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + } + }, + "ef": [], + "shapes": [ + { + "ty": "gr", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Group", + "nm": "Group 5", + "ix": 1, + "cix": 2, + "np": 4, + "it": [ + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 1", + "ix": 1, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + -2.08, + -1.005 + ], + [ + -1.0039999999999998, + 2.0780000000000003 + ], + [ + 2.0780000000000003, + 1.001 + ], + [ + 1.002, + -2.081 + ] + ], + "o": [ + [ + -2.08, + 1.001 + ], + [ + 1.002, + 2.0780000000000003 + ], + [ + 2.0780000000000003, + -1.005 + ], + [ + -1.0039999999999998, + -2.081 + ] + ], + "v": [ + [ + -3.218, + -0.002 + ], + [ + -0.001, + 3.216 + ], + [ + 3.216, + -0.002 + ], + [ + -0.001, + -3.219 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 2", + "ix": 2, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + 4.976, + 36.037 + ], + [ + -9.01, + 32.002 + ], + [ + -17.093, + 9.005 + ], + [ + -36.036, + 4.9750000000000005 + ], + [ + -32.005, + -9.01 + ], + [ + -9.01, + -17.093 + ], + [ + -4.977, + -36.037 + ], + [ + 9.005, + -32.005 + ], + [ + 17.093, + -9.01 + ], + [ + 36.036, + -4.979 + ], + [ + 32.002, + 9.005 + ], + [ + 9.005, + 17.093 + ] + ], + "o": [ + [ + -4.977, + 36.037 + ], + [ + -9.01, + 17.093 + ], + [ + -32.005, + 9.005 + ], + [ + -36.036, + -4.979 + ], + [ + -17.093, + -9.01 + ], + [ + -9.01, + -32.005 + ], + [ + 4.976, + -36.037 + ], + [ + 9.005, + -17.093 + ], + [ + 32.002, + -9.01 + ], + [ + 36.036, + 4.9750000000000005 + ], + [ + 17.093, + 9.005 + ], + [ + 9.005, + 32.002 + ] + ], + "v": [ + [ + -0.001, + 36.037 + ], + [ + -9.01, + 27.029 + ], + [ + -27.029, + 9.005 + ], + [ + -36.036, + -0.002 + ], + [ + -27.029, + -9.01 + ], + [ + -9.01, + -27.029 + ], + [ + -0.001, + -36.037 + ], + [ + 9.005, + -27.029 + ], + [ + 27.029, + -9.01 + ], + [ + 36.036, + -0.002 + ], + [ + 27.029, + 9.005 + ], + [ + 9.005, + 27.029 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "mm", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Filter - Merge", + "nm": "Merge Paths 1", + "mm": 1, + "_render": true + }, + { + "ty": "fl", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Graphic - Fill", + "nm": "Fill 1", + "c": { + "a": 0, + "k": [ + 0.7490196078431373, + 0.6509803921568628, + 1, + 1 + ], + "ix": 4 + }, + "r": 1, + "o": { + "a": 0, + "k": 100, + "ix": 5 + }, + "_render": true + }, + { + "ty": "tr", + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 3 + }, + "sk": { + "a": 0, + "k": 0, + "ix": 4 + }, + "p": { + "a": 0, + "k": [ + 841.158, + 531.931 + ], + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 6 + }, + "sa": { + "a": 0, + "k": 0, + "ix": 5 + }, + "o": { + "a": 0, + "k": 100, + "ix": 7 + }, + "_render": true + } + ], + "_render": true + } + ], + "ind": 5, + "completed": true + }, + { + "ty": 4, + "nm": "Group 6", + "mn": "", + "sr": 1, + "st": 16, + "op": 256, + "ip": 59, + "hd": false, + "cl": "", + "ln": "", + "ddd": 0, + "bm": 0, + "hasMask": false, + "ao": 0, + "ks": { + "a": { + "a": 0, + "k": [ + 581.172, + 695.884, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "o": { + "x": 0.733, + "y": 0 + }, + "i": { + "x": 0.187, + "y": 1 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 59 + }, + { + "o": { + "x": 0.76, + "y": 0 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 69 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 0, + 0, + 100 + ], + "t": 77 + } + ], + "ix": 6 + }, + "sk": { + "a": 0, + "k": 0 + }, + "p": { + "a": 1, + "k": [ + { + "o": { + "x": 0.333, + "y": 0 + }, + "i": { + "x": 0, + "y": 1 + }, + "s": [ + 400, + 700, + 0 + ], + "t": 59 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 532.172, + 868.884, + 0 + ], + "t": 77 + } + ], + "ix": 2 + }, + "sa": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + } + }, + "ef": [], + "shapes": [ + { + "ty": "gr", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Group", + "nm": "Group 6", + "ix": 1, + "cix": 2, + "np": 4, + "it": [ + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 1", + "ix": 1, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + -5.865, + 30.797 + ], + [ + 0.8980000000000001, + 33.318 + ], + [ + 28.431, + 5.808 + ], + [ + 30.865000000000002, + -0.8929999999999998 + ], + [ + 3.355, + -28.385 + ], + [ + -3.3609999999999998, + -30.825000000000003 + ], + [ + -30.871, + -3.323 + ], + [ + -32.695, + -0.5289999999999999 + ], + [ + -32.047, + 4.636 + ] + ], + "o": [ + [ + -3.2350000000000003, + 33.296 + ], + [ + 3.355, + 30.866 + ], + [ + 30.865000000000002, + 3.377 + ], + [ + 28.431, + -3.327 + ], + [ + 0.9209999999999998, + -30.825000000000003 + ], + [ + -5.795, + -28.385 + ], + [ + -32.047, + -2.15 + ], + [ + -32.695, + 3.01 + ], + [ + -30.871, + 5.812 + ] + ], + "v": [ + [ + -5.865, + 30.797 + ], + [ + 3.355, + 30.866 + ], + [ + 28.431, + 5.808 + ], + [ + 28.431, + -3.327 + ], + [ + 3.355, + -28.385 + ], + [ + -5.795, + -28.385 + ], + [ + -30.871, + -3.323 + ], + [ + -32.695, + 1.241 + ], + [ + -30.871, + 5.812 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 2", + "ix": 2, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + 5.135000000000001, + 50.673 + ], + [ + -13.613, + 48.358000000000004 + ], + [ + -18.531, + 43.611 + ], + [ + -43.607, + 18.557 + ], + [ + -50.713, + 7.822000000000001 + ], + [ + -48.191, + -11.490000000000002 + ], + [ + -18.534, + -41.13 + ], + [ + 6.546000000000001, + -50.673 + ], + [ + 41.171, + -16.068 + ], + [ + 50.713, + 9.001999999999999 + ], + [ + 16.091, + 43.611 + ] + ], + "o": [ + [ + -7.364, + 50.673 + ], + [ + -18.419, + 43.718 + ], + [ + -18.531, + 43.611 + ], + [ + -48.191, + 13.969999999999999 + ], + [ + -50.713, + -5.3420000000000005 + ], + [ + -43.61, + -16.068 + ], + [ + -8.985, + -50.667 + ], + [ + 16.094, + -41.13 + ], + [ + 50.713, + -6.525000000000002 + ], + [ + 41.171, + 18.551 + ], + [ + 11.385000000000002, + 48.315999999999995 + ] + ], + "v": [ + [ + -1.14, + 50.673 + ], + [ + -18.419, + 43.718 + ], + [ + -18.531, + 43.611 + ], + [ + -43.607, + 18.557 + ], + [ + -50.713, + 1.241 + ], + [ + -43.61, + -16.068 + ], + [ + -18.534, + -41.13 + ], + [ + 16.094, + -41.13 + ], + [ + 41.171, + -16.068 + ], + [ + 41.171, + 18.551 + ], + [ + 16.091, + 43.611 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "mm", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Filter - Merge", + "nm": "Merge Paths 1", + "mm": 1, + "_render": true + }, + { + "ty": "fl", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Graphic - Fill", + "nm": "Fill 1", + "c": { + "a": 0, + "k": [ + 0.36470588235294116, + 0.1450980392156863, + 0.996078431372549, + 1 + ], + "ix": 4 + }, + "r": 1, + "o": { + "a": 0, + "k": 100, + "ix": 5 + }, + "_render": true + }, + { + "ty": "tr", + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 3 + }, + "sk": { + "a": 0, + "k": 0, + "ix": 4 + }, + "p": { + "a": 0, + "k": [ + 582.365, + 694.69 + ], + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 6 + }, + "sa": { + "a": 0, + "k": 0, + "ix": 5 + }, + "o": { + "a": 0, + "k": 100, + "ix": 7 + }, + "_render": true + } + ], + "_render": true + } + ], + "ind": 6, + "completed": true + }, + { + "ty": 4, + "nm": "Group 7", + "mn": "", + "sr": 1, + "st": 16, + "op": 256, + "ip": 59, + "hd": false, + "cl": "", + "ln": "", + "ddd": 0, + "bm": 0, + "hasMask": false, + "ao": 0, + "ks": { + "a": { + "a": 0, + "k": [ + 715.172, + 231.884, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "o": { + "x": 0.733, + "y": 0 + }, + "i": { + "x": 0.187, + "y": 1 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 59 + }, + { + "o": { + "x": 0.76, + "y": 0 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 69 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 0, + 0, + 100 + ], + "t": 77 + } + ], + "ix": 6 + }, + "sk": { + "a": 0, + "k": 0 + }, + "p": { + "a": 1, + "k": [ + { + "o": { + "x": 0.333, + "y": 0 + }, + "i": { + "x": 0, + "y": 1 + }, + "s": [ + 400, + 700, + 0 + ], + "t": 59 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 339.498, + 995.123, + 0 + ], + "t": 77 + } + ], + "ix": 2 + }, + "sa": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + } + }, + "ef": [], + "shapes": [ + { + "ty": "gr", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Group", + "nm": "Group 7", + "ix": 1, + "cix": 2, + "np": 4, + "it": [ + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 1", + "ix": 1, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + -5.865, + 30.796 + ], + [ + 0.8980000000000001, + 33.318 + ], + [ + 28.431, + 5.809 + ], + [ + 30.865000000000002, + -0.8929999999999998 + ], + [ + 3.355, + -28.385 + ], + [ + -3.3609999999999998, + -30.825000000000003 + ], + [ + -30.871, + -3.324 + ], + [ + -32.695, + -0.5289999999999999 + ], + [ + -32.047, + 4.635 + ] + ], + "o": [ + [ + -3.2350000000000003, + 33.295 + ], + [ + 3.355, + 30.866 + ], + [ + 30.865000000000002, + 3.378 + ], + [ + 28.431, + -3.327 + ], + [ + 0.9209999999999998, + -30.825000000000003 + ], + [ + -5.795, + -28.385 + ], + [ + -32.047, + -2.151 + ], + [ + -32.695, + 3.011 + ], + [ + -30.871, + 5.811 + ] + ], + "v": [ + [ + -5.865, + 30.796 + ], + [ + 3.355, + 30.866 + ], + [ + 28.431, + 5.809 + ], + [ + 28.431, + -3.327 + ], + [ + 3.355, + -28.385 + ], + [ + -5.795, + -28.385 + ], + [ + -30.871, + -3.324 + ], + [ + -32.695, + 1.243 + ], + [ + -30.871, + 5.811 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 2", + "ix": 2, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + 5.135000000000001, + 50.673 + ], + [ + -13.613, + 48.357 + ], + [ + -18.531, + 43.611 + ], + [ + -43.607, + 18.556 + ], + [ + -50.713, + 7.823 + ], + [ + -48.191, + -11.491999999999999 + ], + [ + -18.534, + -41.131 + ], + [ + 6.546000000000001, + -50.674 + ], + [ + 41.171, + -16.069 + ], + [ + 50.713, + 9.001999999999999 + ], + [ + 16.091, + 43.611 + ] + ], + "o": [ + [ + -7.364, + 50.673 + ], + [ + -18.419, + 43.717 + ], + [ + -18.531, + 43.611 + ], + [ + -48.191, + 13.969000000000001 + ], + [ + -50.713, + -5.340999999999999 + ], + [ + -43.61, + -16.069 + ], + [ + -8.985, + -50.668 + ], + [ + 16.094, + -41.131 + ], + [ + 50.713, + -6.526999999999999 + ], + [ + 41.171, + 18.551 + ], + [ + 11.385000000000002, + 48.315999999999995 + ] + ], + "v": [ + [ + -1.14, + 50.673 + ], + [ + -18.419, + 43.717 + ], + [ + -18.531, + 43.611 + ], + [ + -43.607, + 18.556 + ], + [ + -50.713, + 1.243 + ], + [ + -43.61, + -16.069 + ], + [ + -18.534, + -41.131 + ], + [ + 16.094, + -41.131 + ], + [ + 41.171, + -16.069 + ], + [ + 41.171, + 18.551 + ], + [ + 16.091, + 43.611 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "mm", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Filter - Merge", + "nm": "Merge Paths 1", + "mm": 1, + "_render": true + }, + { + "ty": "fl", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Graphic - Fill", + "nm": "Fill 1", + "c": { + "a": 0, + "k": [ + 0.36470588235294116, + 0.1450980392156863, + 0.996078431372549, + 1 + ], + "ix": 4 + }, + "r": 1, + "o": { + "a": 0, + "k": 100, + "ix": 5 + }, + "_render": true + }, + { + "ty": "tr", + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 3 + }, + "sk": { + "a": 0, + "k": 0, + "ix": 4 + }, + "p": { + "a": 0, + "k": [ + 716.365, + 230.69 + ], + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 6 + }, + "sa": { + "a": 0, + "k": 0, + "ix": 5 + }, + "o": { + "a": 0, + "k": 100, + "ix": 7 + }, + "_render": true + } + ], + "_render": true + } + ], + "ind": 7, + "completed": true + }, + { + "ty": 4, + "nm": "Group 8", + "mn": "", + "sr": 1, + "st": 16, + "op": 256, + "ip": 59, + "hd": false, + "cl": "", + "ln": "", + "ddd": 0, + "bm": 0, + "hasMask": false, + "ao": 0, + "ks": { + "a": { + "a": 0, + "k": [ + 936.178, + 627.884, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "o": { + "x": 0.733, + "y": 0 + }, + "i": { + "x": 0.187, + "y": 1 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 59 + }, + { + "o": { + "x": 0.76, + "y": 0 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 69 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 0, + 0, + 100 + ], + "t": 77 + } + ], + "ix": 6 + }, + "sk": { + "a": 0, + "k": 0 + }, + "p": { + "a": 1, + "k": [ + { + "o": { + "x": 0.333, + "y": 0 + }, + "i": { + "x": 0, + "y": 1 + }, + "s": [ + 400, + 700, + 0 + ], + "t": 59 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 130.961, + 707.849, + 0 + ], + "t": 77 + } + ], + "ix": 2 + }, + "sa": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + } + }, + "ef": [], + "shapes": [ + { + "ty": "gr", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Group", + "nm": "Group 8", + "ix": 1, + "cix": 2, + "np": 4, + "it": [ + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 1", + "ix": 1, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + -5.865, + 30.797 + ], + [ + 0.8940000000000001, + 33.318 + ], + [ + 28.43, + 5.808 + ], + [ + 30.865, + -0.8929999999999998 + ], + [ + 3.354, + -28.385 + ], + [ + -3.362, + -30.825000000000003 + ], + [ + -30.872, + -3.323 + ], + [ + -32.695, + -0.5289999999999999 + ], + [ + -32.048, + 4.636 + ] + ], + "o": [ + [ + -3.2260000000000004, + 33.296 + ], + [ + 3.354, + 30.866 + ], + [ + 30.865, + 3.377 + ], + [ + 28.43, + -3.327 + ], + [ + 0.9199999999999999, + -30.825000000000003 + ], + [ + -5.796, + -28.385 + ], + [ + -32.048, + -2.15 + ], + [ + -32.695, + 3.01 + ], + [ + -30.872, + 5.812 + ] + ], + "v": [ + [ + -5.865, + 30.797 + ], + [ + 3.354, + 30.866 + ], + [ + 28.43, + 5.808 + ], + [ + 28.43, + -3.327 + ], + [ + 3.354, + -28.385 + ], + [ + -5.796, + -28.385 + ], + [ + -30.872, + -3.323 + ], + [ + -32.695, + 1.241 + ], + [ + -30.872, + 5.812 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 2", + "ix": 2, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + 5.134, + 50.673 + ], + [ + -13.613, + 48.358000000000004 + ], + [ + -18.531, + 43.611 + ], + [ + -43.607, + 18.557 + ], + [ + -50.714, + 7.822000000000001 + ], + [ + -48.192, + -11.490000000000002 + ], + [ + -18.534, + -41.13 + ], + [ + 6.543000000000001, + -50.673 + ], + [ + 41.17, + -16.068 + ], + [ + 50.713, + 9.001999999999999 + ], + [ + 16.091, + 43.611 + ] + ], + "o": [ + [ + -7.365, + 50.673 + ], + [ + -18.419, + 43.718 + ], + [ + -18.531, + 43.611 + ], + [ + -48.191, + 13.969999999999999 + ], + [ + -50.714, + -5.3420000000000005 + ], + [ + -43.611, + -16.068 + ], + [ + -8.985999999999999, + -50.667 + ], + [ + 16.091, + -41.13 + ], + [ + 50.713, + -6.525000000000002 + ], + [ + 41.17, + 18.551 + ], + [ + 11.382000000000001, + 48.315999999999995 + ] + ], + "v": [ + [ + -1.141, + 50.673 + ], + [ + -18.419, + 43.718 + ], + [ + -18.531, + 43.611 + ], + [ + -43.607, + 18.557 + ], + [ + -50.714, + 1.241 + ], + [ + -43.611, + -16.068 + ], + [ + -18.534, + -41.13 + ], + [ + 16.091, + -41.13 + ], + [ + 41.17, + -16.068 + ], + [ + 41.17, + 18.551 + ], + [ + 16.091, + 43.611 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "mm", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Filter - Merge", + "nm": "Merge Paths 1", + "mm": 1, + "_render": true + }, + { + "ty": "fl", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Graphic - Fill", + "nm": "Fill 1", + "c": { + "a": 0, + "k": [ + 0.36470588235294116, + 0.1450980392156863, + 0.996078431372549, + 1 + ], + "ix": 4 + }, + "r": 1, + "o": { + "a": 0, + "k": 100, + "ix": 5 + }, + "_render": true + }, + { + "ty": "tr", + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 3 + }, + "sk": { + "a": 0, + "k": 0, + "ix": 4 + }, + "p": { + "a": 0, + "k": [ + 937.371, + 626.69 + ], + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 6 + }, + "sa": { + "a": 0, + "k": 0, + "ix": 5 + }, + "o": { + "a": 0, + "k": 100, + "ix": 7 + }, + "_render": true + } + ], + "_render": true + } + ], + "ind": 8, + "completed": true + }, + { + "ty": 4, + "nm": "Group 9", + "mn": "", + "sr": 1, + "st": 16, + "op": 256, + "ip": 59, + "hd": false, + "cl": "", + "ln": "", + "ddd": 0, + "bm": 0, + "hasMask": false, + "ao": 0, + "ks": { + "a": { + "a": 0, + "k": [ + 1210.183, + 446.882, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "o": { + "x": 0.733, + "y": 0 + }, + "i": { + "x": 0.187, + "y": 1 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 59 + }, + { + "o": { + "x": 0.76, + "y": 0 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 69 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 0, + 0, + 100 + ], + "t": 77 + } + ], + "ix": 6 + }, + "sk": { + "a": 0, + "k": 0 + }, + "p": { + "a": 1, + "k": [ + { + "o": { + "x": 0.333, + "y": 0 + }, + "i": { + "x": 0, + "y": 1 + }, + "s": [ + 400, + 700, + 0 + ], + "t": 59 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 711.688, + 750.148, + 0 + ], + "t": 77 + } + ], + "ix": 2 + }, + "sa": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + } + }, + "ef": [], + "shapes": [ + { + "ty": "gr", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Group", + "nm": "Group 9", + "ix": 1, + "cix": 2, + "np": 4, + "it": [ + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 1", + "ix": 1, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + -5.865, + 30.798 + ], + [ + 0.891, + 33.332 + ], + [ + 28.431, + 5.81 + ], + [ + 30.865000000000002, + -0.891 + ], + [ + 3.355, + -28.384 + ], + [ + -3.364, + -30.824 + ], + [ + -30.872, + -3.322 + ], + [ + -32.695, + -0.528 + ], + [ + -32.048, + 4.637 + ] + ], + "o": [ + [ + -3.2380000000000004, + 33.297 + ], + [ + 3.352, + 30.868 + ], + [ + 30.865000000000002, + 3.3789999999999996 + ], + [ + 28.431, + -3.325 + ], + [ + 0.9140000000000001, + -30.824 + ], + [ + -5.795, + -28.384 + ], + [ + -32.048, + -2.149 + ], + [ + -32.695, + 3.012 + ], + [ + -30.872, + 5.813 + ] + ], + "v": [ + [ + -5.865, + 30.798 + ], + [ + 3.352, + 30.868 + ], + [ + 28.431, + 5.81 + ], + [ + 28.431, + -3.325 + ], + [ + 3.355, + -28.384 + ], + [ + -5.795, + -28.384 + ], + [ + -30.872, + -3.322 + ], + [ + -32.695, + 1.244 + ], + [ + -30.872, + 5.813 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 2", + "ix": 2, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + 5.135, + 50.675 + ], + [ + -13.613000000000001, + 48.359 + ], + [ + -18.531, + 43.613 + ], + [ + -43.607, + 18.558 + ], + [ + -50.714, + 7.824 + ], + [ + -48.191, + -11.49 + ], + [ + -18.534, + -41.129 + ], + [ + 6.542000000000002, + -50.672 + ], + [ + 41.17, + -16.067 + ], + [ + 50.713, + 9.003 + ], + [ + 16.091, + 43.613 + ] + ], + "o": [ + [ + -7.364, + 50.675 + ], + [ + -18.42, + 43.719 + ], + [ + -18.531, + 43.613 + ], + [ + -48.191, + 13.971 + ], + [ + -50.714, + -5.34 + ], + [ + -43.61, + -16.067 + ], + [ + -8.982999999999999, + -50.675 + ], + [ + 16.091, + -41.126 + ], + [ + 50.713, + -6.525 + ], + [ + 41.17, + 18.552 + ], + [ + 11.381, + 48.318 + ] + ], + "v": [ + [ + -1.141, + 50.675 + ], + [ + -18.42, + 43.719 + ], + [ + -18.531, + 43.613 + ], + [ + -43.607, + 18.558 + ], + [ + -50.714, + 1.244 + ], + [ + -43.61, + -16.067 + ], + [ + -18.534, + -41.129 + ], + [ + 16.091, + -41.126 + ], + [ + 41.17, + -16.067 + ], + [ + 41.17, + 18.552 + ], + [ + 16.091, + 43.613 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "mm", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Filter - Merge", + "nm": "Merge Paths 1", + "mm": 1, + "_render": true + }, + { + "ty": "fl", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Graphic - Fill", + "nm": "Fill 1", + "c": { + "a": 0, + "k": [ + 0.36470588235294116, + 0.1450980392156863, + 0.996078431372549, + 1 + ], + "ix": 4 + }, + "r": 1, + "o": { + "a": 0, + "k": 100, + "ix": 5 + }, + "_render": true + }, + { + "ty": "tr", + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 3 + }, + "sk": { + "a": 0, + "k": 0, + "ix": 4 + }, + "p": { + "a": 0, + "k": [ + 1211.376, + 445.688 + ], + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 6 + }, + "sa": { + "a": 0, + "k": 0, + "ix": 5 + }, + "o": { + "a": 0, + "k": 100, + "ix": 7 + }, + "_render": true + } + ], + "_render": true + } + ], + "ind": 9, + "completed": true + }, + { + "ty": 4, + "nm": "Group 10", + "mn": "", + "sr": 1, + "st": 16, + "op": 256, + "ip": 59, + "hd": false, + "cl": "", + "ln": "", + "ddd": 0, + "bm": 0, + "hasMask": false, + "ao": 0, + "ks": { + "a": { + "a": 0, + "k": [ + 793.158, + 703.896, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "o": { + "x": 0.733, + "y": 0 + }, + "i": { + "x": 0.187, + "y": 1 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 59 + }, + { + "o": { + "x": 0.76, + "y": 0 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 69 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 0, + 0, + 100 + ], + "t": 77 + } + ], + "ix": 6 + }, + "sk": { + "a": 0, + "k": 0 + }, + "p": { + "a": 1, + "k": [ + { + "o": { + "x": 0.333, + "y": 0 + }, + "i": { + "x": 0, + "y": 1 + }, + "s": [ + 400, + 700, + 0 + ], + "t": 59 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 86.197, + 828.475, + 0 + ], + "t": 77 + } + ], + "ix": 2 + }, + "sa": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + } + }, + "ef": [], + "shapes": [ + { + "ty": "gr", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Group", + "nm": "Group 10", + "ix": 1, + "cix": 2, + "np": 4, + "it": [ + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 1", + "ix": 1, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + -1.825, + 21.292 + ], + [ + 0.8379999999999999, + 22.276999999999997 + ], + [ + 20.348, + 2.772 + ], + [ + 21.023, + 1.4329999999999998 + ], + [ + 20.935, + -0.125 + ], + [ + 1.75, + -19.298 + ], + [ + -0.8510000000000001, + -20.194999999999997 + ], + [ + -20.35, + -0.708 + ], + [ + -21.022, + 0.6319999999999999 + ], + [ + -20.934, + 2.1919999999999997 + ] + ], + "o": [ + [ + -0.796, + 22.248 + ], + [ + 1.753, + 21.362 + ], + [ + 20.935, + 2.189 + ], + [ + 21.023, + 0.6319999999999999 + ], + [ + 20.354, + -0.705 + ], + [ + 0.852, + -20.189 + ], + [ + -1.749, + -19.298 + ], + [ + -20.934, + -0.128 + ], + [ + -21.022, + 1.4329999999999998 + ], + [ + -20.35, + 2.772 + ] + ], + "v": [ + [ + -1.825, + 21.292 + ], + [ + 1.753, + 21.362 + ], + [ + 20.348, + 2.772 + ], + [ + 21.023, + 1.033 + ], + [ + 20.354, + -0.705 + ], + [ + 1.75, + -19.298 + ], + [ + -1.749, + -19.298 + ], + [ + -20.35, + -0.708 + ], + [ + -21.022, + 1.033 + ], + [ + -20.35, + 2.772 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 2", + "ix": 2, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + 5.31, + 40.025 + ], + [ + -10.361999999999998, + 38.09 + ], + [ + -14.488, + 34.107 + ], + [ + -33.089, + 15.515 + ], + [ + -39.039, + 6.538 + ], + [ + -36.925, + -9.616999999999999 + ], + [ + -14.488, + -32.043 + ], + [ + 6.495, + -40.022 + ], + [ + 33.087, + -13.453 + ], + [ + 39.04, + -4.474 + ], + [ + 36.923, + 11.685 + ], + [ + 14.489, + 34.107 + ] + ], + "o": [ + [ + -5.1450000000000005, + 40.025 + ], + [ + -14.373, + 34.219 + ], + [ + -14.488, + 34.107 + ], + [ + -36.925, + 11.685 + ], + [ + -39.039, + -4.474 + ], + [ + -33.089, + -13.453 + ], + [ + -6.499999999999999, + -40.025 + ], + [ + 14.483, + -32.046 + ], + [ + 36.923, + -9.62 + ], + [ + 39.04, + 6.538 + ], + [ + 33.081, + 15.521 + ], + [ + 10.542000000000002, + 38.049 + ] + ], + "v": [ + [ + 0.055, + 40.025 + ], + [ + -14.373, + 34.219 + ], + [ + -14.488, + 34.107 + ], + [ + -33.089, + 15.515 + ], + [ + -39.039, + 1.033 + ], + [ + -33.089, + -13.453 + ], + [ + -14.488, + -32.043 + ], + [ + 14.483, + -32.046 + ], + [ + 33.087, + -13.453 + ], + [ + 39.04, + 1.033 + ], + [ + 33.081, + 15.521 + ], + [ + 14.489, + 34.107 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "mm", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Filter - Merge", + "nm": "Merge Paths 1", + "mm": 1, + "_render": true + }, + { + "ty": "fl", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Graphic - Fill", + "nm": "Fill 1", + "c": { + "a": 0, + "k": [ + 0.7490196078431373, + 0.6509803921568628, + 1, + 1 + ], + "ix": 4 + }, + "r": 1, + "o": { + "a": 0, + "k": 100, + "ix": 5 + }, + "_render": true + }, + { + "ty": "tr", + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 3 + }, + "sk": { + "a": 0, + "k": 0, + "ix": 4 + }, + "p": { + "a": 0, + "k": [ + 793.158, + 702.898 + ], + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 6 + }, + "sa": { + "a": 0, + "k": 0, + "ix": 5 + }, + "o": { + "a": 0, + "k": 100, + "ix": 7 + }, + "_render": true + } + ], + "_render": true + } + ], + "ind": 10, + "completed": true + }, + { + "ty": 4, + "nm": "Group 11", + "mn": "", + "sr": 1, + "st": 16, + "op": 256, + "ip": 59, + "hd": false, + "cl": "", + "ln": "", + "ddd": 0, + "bm": 0, + "hasMask": false, + "ao": 0, + "ks": { + "a": { + "a": 0, + "k": [ + 581.156, + 567.93, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "o": { + "x": 0.733, + "y": 0 + }, + "i": { + "x": 0.187, + "y": 1 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 59 + }, + { + "o": { + "x": 0.76, + "y": 0 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 69 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 0, + 0, + 100 + ], + "t": 77 + } + ], + "ix": 6 + }, + "sk": { + "a": 0, + "k": 0 + }, + "p": { + "a": 1, + "k": [ + { + "o": { + "x": 0.333, + "y": 0 + }, + "i": { + "x": 0, + "y": 1 + }, + "s": [ + 400, + 700, + 0 + ], + "t": 59 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 573.156, + 503.93, + 0 + ], + "t": 77 + } + ], + "ix": 2 + }, + "sa": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + } + }, + "ef": [], + "shapes": [ + { + "ty": "gr", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Group", + "nm": "Group 11", + "ix": 1, + "cix": 2, + "np": 4, + "it": [ + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 1", + "ix": 1, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + 12.022, + -21.787 + ], + [ + -21.803, + -12.013 + ], + [ + -12.023, + 21.785 + ], + [ + 21.805, + 12.014000000000001 + ] + ], + "o": [ + [ + -12.023, + -21.787 + ], + [ + -21.803, + 12.014000000000001 + ], + [ + 12.022, + 21.785 + ], + [ + 21.805, + -12.013 + ] + ], + "v": [ + [ + 0.001, + -21.787 + ], + [ + -21.803, + -0.001 + ], + [ + 0.001, + 21.785 + ], + [ + 21.805, + -0.001 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 2", + "ix": 2, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + 21.957, + 39.804 + ], + [ + -39.821, + 21.95 + ], + [ + -21.956, + -39.804 + ], + [ + 39.822, + -21.948 + ] + ], + "o": [ + [ + -21.956, + 39.804 + ], + [ + -39.821, + -21.948 + ], + [ + 21.957, + -39.804 + ], + [ + 39.822, + 21.95 + ] + ], + "v": [ + [ + 0.001, + 39.804 + ], + [ + -39.821, + -0.001 + ], + [ + 0.001, + -39.804 + ], + [ + 39.822, + -0.001 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "mm", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Filter - Merge", + "nm": "Merge Paths 1", + "mm": 1, + "_render": true + }, + { + "ty": "fl", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Graphic - Fill", + "nm": "Fill 1", + "c": { + "a": 0, + "k": [ + 0.7490196078431373, + 0.6509803921568628, + 1, + 1 + ], + "ix": 4 + }, + "r": 1, + "o": { + "a": 0, + "k": 100, + "ix": 5 + }, + "_render": true + }, + { + "ty": "tr", + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 3 + }, + "sk": { + "a": 0, + "k": 0, + "ix": 4 + }, + "p": { + "a": 0, + "k": [ + 581.156, + 567.93 + ], + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 6 + }, + "sa": { + "a": 0, + "k": 0, + "ix": 5 + }, + "o": { + "a": 0, + "k": 100, + "ix": 7 + }, + "_render": true + } + ], + "_render": true + } + ], + "ind": 11, + "completed": true + }, + { + "ty": 4, + "nm": "Group 12", + "mn": "", + "sr": 1, + "st": 16, + "op": 256, + "ip": 59, + "hd": false, + "cl": "", + "ln": "", + "ddd": 0, + "bm": 0, + "hasMask": false, + "ao": 0, + "ks": { + "a": { + "a": 0, + "k": [ + 965.446, + 443.546, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "o": { + "x": 0.733, + "y": 0 + }, + "i": { + "x": 0.187, + "y": 1 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 59 + }, + { + "o": { + "x": 0.76, + "y": 0 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 69 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 0, + 0, + 100 + ], + "t": 77 + } + ], + "ix": 6 + }, + "sk": { + "a": 0, + "k": 0 + }, + "p": { + "a": 1, + "k": [ + { + "o": { + "x": 0.333, + "y": 0 + }, + "i": { + "x": 0, + "y": 1 + }, + "s": [ + 400, + 700, + 0 + ], + "t": 59 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 335.446, + 495.546, + 0 + ], + "t": 77 + } + ], + "ix": 2 + }, + "sa": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + } + }, + "ef": [], + "shapes": [ + { + "ty": "gr", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Group", + "nm": "Group 12", + "ix": 1, + "cix": 2, + "np": 4, + "it": [ + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 1", + "ix": 1, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + 2.0620000000000003, + -3.735 + ], + [ + -3.739, + -2.0589999999999997 + ], + [ + -2.061, + 3.735 + ], + [ + 3.739, + 2.0580000000000003 + ] + ], + "o": [ + [ + -2.061, + -3.735 + ], + [ + -3.739, + 2.0580000000000003 + ], + [ + 2.0620000000000003, + 3.735 + ], + [ + 3.739, + -2.0589999999999997 + ] + ], + "v": [ + [ + 0.003, + -3.735 + ], + [ + -3.739, + -0.001 + ], + [ + 0.003, + 3.735 + ], + [ + 3.739, + -0.001 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 2", + "ix": 2, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + 11.997, + 21.752 + ], + [ + -21.757, + 11.994 + ], + [ + -11.997, + -21.752 + ], + [ + 21.757, + -11.995 + ] + ], + "o": [ + [ + -11.997, + 21.752 + ], + [ + -21.757, + -11.995 + ], + [ + 11.997, + -21.752 + ], + [ + 21.757, + 11.994 + ] + ], + "v": [ + [ + 0.003, + 21.752 + ], + [ + -21.757, + -0.001 + ], + [ + 0.003, + -21.752 + ], + [ + 21.757, + -0.001 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "mm", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Filter - Merge", + "nm": "Merge Paths 1", + "mm": 1, + "_render": true + }, + { + "ty": "fl", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Graphic - Fill", + "nm": "Fill 1", + "c": { + "a": 0, + "k": [ + 0.7490196078431373, + 0.6509803921568628, + 1, + 1 + ], + "ix": 4 + }, + "r": 1, + "o": { + "a": 0, + "k": 100, + "ix": 5 + }, + "_render": true + }, + { + "ty": "tr", + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 3 + }, + "sk": { + "a": 0, + "k": 0, + "ix": 4 + }, + "p": { + "a": 0, + "k": [ + 965.446, + 443.546 + ], + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 6 + }, + "sa": { + "a": 0, + "k": 0, + "ix": 5 + }, + "o": { + "a": 0, + "k": 100, + "ix": 7 + }, + "_render": true + } + ], + "_render": true + } + ], + "ind": 12, + "completed": true + }, + { + "ty": 4, + "nm": "Group 13", + "mn": "", + "sr": 1, + "st": 16, + "op": 256, + "ip": 59, + "hd": false, + "cl": "", + "ln": "", + "ddd": 0, + "bm": 0, + "hasMask": false, + "ao": 0, + "ks": { + "a": { + "a": 0, + "k": [ + 1109.157, + 578.929, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "o": { + "x": 0.733, + "y": 0 + }, + "i": { + "x": 0.187, + "y": 1 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 59 + }, + { + "o": { + "x": 0.76, + "y": 0 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 69 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 0, + 0, + 100 + ], + "t": 77 + } + ], + "ix": 6 + }, + "sk": { + "a": 0, + "k": 0 + }, + "p": { + "a": 1, + "k": [ + { + "o": { + "x": 0.333, + "y": 0 + }, + "i": { + "x": 0, + "y": 1 + }, + "s": [ + 400, + 700, + 0 + ], + "t": 59 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 735.084, + 845.977, + 0 + ], + "t": 77 + } + ], + "ix": 2 + }, + "sa": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + } + }, + "ef": [], + "shapes": [ + { + "ty": "gr", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Group", + "nm": "Group 13", + "ix": 1, + "cix": 2, + "np": 4, + "it": [ + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 1", + "ix": 1, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + -4.048, + 28.978 + ], + [ + 1.8170000000000002, + 31.207 + ], + [ + 27.844, + 5.192 + ], + [ + 29.51, + 2.6879999999999997 + ], + [ + 28.917, + -1.805 + ], + [ + 4.043, + -26.662 + ], + [ + -1.822, + -28.893 + ], + [ + -27.846, + -2.876 + ], + [ + -29.508, + -0.371 + ], + [ + -28.919, + 4.122 + ] + ], + "o": [ + [ + -1.819, + 31.207 + ], + [ + 4.046, + 28.978 + ], + [ + 28.917, + 4.122 + ], + [ + 29.51, + -0.371 + ], + [ + 27.844, + -2.876 + ], + [ + 1.811, + -28.893 + ], + [ + -4.045, + -26.662 + ], + [ + -28.919, + -1.805 + ], + [ + -29.508, + 2.6879999999999997 + ], + [ + -27.846, + 5.192 + ] + ], + "v": [ + [ + -4.048, + 28.978 + ], + [ + 4.046, + 28.978 + ], + [ + 27.844, + 5.192 + ], + [ + 29.51, + 1.157 + ], + [ + 27.844, + -2.876 + ], + [ + 4.043, + -26.662 + ], + [ + -4.045, + -26.662 + ], + [ + -27.846, + -2.876 + ], + [ + -29.508, + 1.157 + ], + [ + -27.846, + 5.192 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 2", + "ix": 2, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + 6.072, + 48.656 + ], + [ + -12.152999999999999, + 46.345 + ], + [ + -16.784, + 41.723 + ], + [ + -40.585, + 17.934 + ], + [ + -47.527, + 7.506 + ], + [ + -45.06, + -11.145 + ], + [ + -16.784, + -39.406 + ], + [ + 7.5329999999999995, + -48.65 + ], + [ + 40.583, + -15.621 + ], + [ + 47.527, + -5.186 + ], + [ + 45.058, + 13.459000000000001 + ], + [ + 16.782, + 41.723 + ] + ], + "o": [ + [ + -6.08, + 48.656 + ], + [ + -16.781, + 41.729 + ], + [ + -16.784, + 41.723 + ], + [ + -45.06, + 13.459000000000001 + ], + [ + -47.527, + -5.186 + ], + [ + -40.585, + -15.621 + ], + [ + -7.523, + -48.656 + ], + [ + 16.782, + -39.406 + ], + [ + 45.058, + -11.145 + ], + [ + 47.527, + 7.506 + ], + [ + 40.583, + 17.934 + ], + [ + 12.155000000000001, + 46.345 + ] + ], + "v": [ + [ + -0.001, + 48.656 + ], + [ + -16.781, + 41.729 + ], + [ + -16.784, + 41.723 + ], + [ + -40.585, + 17.934 + ], + [ + -47.527, + 1.157 + ], + [ + -40.585, + -15.621 + ], + [ + -16.784, + -39.406 + ], + [ + 16.782, + -39.406 + ], + [ + 40.583, + -15.621 + ], + [ + 47.527, + 1.157 + ], + [ + 40.583, + 17.934 + ], + [ + 16.782, + 41.723 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "mm", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Filter - Merge", + "nm": "Merge Paths 1", + "mm": 1, + "_render": true + }, + { + "ty": "fl", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Graphic - Fill", + "nm": "Fill 1", + "c": { + "a": 0, + "k": [ + 0.7490196078431373, + 0.6509803921568628, + 1, + 1 + ], + "ix": 4 + }, + "r": 1, + "o": { + "a": 0, + "k": 100, + "ix": 5 + }, + "_render": true + }, + { + "ty": "tr", + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 3 + }, + "sk": { + "a": 0, + "k": 0, + "ix": 4 + }, + "p": { + "a": 0, + "k": [ + 1109.157, + 577.772 + ], + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 6 + }, + "sa": { + "a": 0, + "k": 0, + "ix": 5 + }, + "o": { + "a": 0, + "k": 100, + "ix": 7 + }, + "_render": true + } + ], + "_render": true + } + ], + "ind": 13, + "completed": true + } + ] + } + ], + "ddd": 0, + "h": 850, + "w": 800, + "meta": { + "a": "", + "k": "", + "d": "", + "g": "LottieFiles AE 0.1.20", + "tc": "#000000" + }, + "v": "5.5.7", + "fr": 24, + "op": 120, + "ip": 0, + "fonts": { + "list": [ + { + "ascent": 74.6078491210938, + "fClass": "", + "fFamily": "Helvetica Rounded Black", + "fName": "HelveticaRounded-Black", + "fStyle": "Regular", + "fPath": "", + "fWeight": "", + "origin": 0 + } + ] + }, + "chars": [ + { + "ch": "S", + "fFamily": "Helvetica Rounded Black", + "size": 88, + "style": "Regular", + "w": 72.2, + "data": { + "shapes": [ + { + "ty": "gr", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Group", + "nm": "S", + "ix": 1, + "cix": 2, + "np": 3, + "it": [ + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "S", + "ix": 1, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + 44.916, + -23.566 + ], + [ + 40.686, + -14.603 + ], + [ + 23.566, + -25.177 + ], + [ + 5.539, + -21.35 + ], + [ + 12.992, + 1.712 + ], + [ + 67.474, + -5.739999999999998 + ], + [ + 59.116, + -41.19 + ], + [ + 34.946, + -47.736 + ], + [ + 27.191, + -50.454 + ], + [ + 30.816, + -58.511 + ], + [ + 46.324999999999996, + -49.649 + ], + [ + 64.151, + -53.173 + ], + [ + 46.829, + -74.222 + ], + [ + 5.237, + -62.842 + ], + [ + 11.582, + -33.737 + ], + [ + 38.571, + -25.983 + ] + ], + "o": [ + [ + 44.916, + -16.214 + ], + [ + 24.573, + -14.603 + ], + [ + 9.668, + -25.177 + ], + [ + 5.539, + -9.164000000000001 + ], + [ + 52.671, + 1.712 + ], + [ + 67.474, + -35.55 + ], + [ + 46.93, + -44.513 + ], + [ + 30.011, + -49.044999999999995 + ], + [ + 27.191, + -57 + ], + [ + 46.225, + -58.511 + ], + [ + 59.82, + -49.649 + ], + [ + 64.151, + -70.999 + ], + [ + 13.293000000000003, + -74.222 + ], + [ + 5.237, + -40.584999999999994 + ], + [ + 23.163, + -30.414 + ], + [ + 42.801, + -24.775000000000002 + ] + ], + "v": [ + [ + 44.916, + -20.645 + ], + [ + 35.953, + -14.603 + ], + [ + 15.308, + -25.177 + ], + [ + 5.539, + -15.71 + ], + [ + 37.363, + 1.712 + ], + [ + 67.474, + -22.961 + ], + [ + 46.93, + -44.513 + ], + [ + 34.946, + -47.736 + ], + [ + 27.191, + -53.677 + ], + [ + 34.744, + -58.511 + ], + [ + 54.08, + -49.649 + ], + [ + 64.151, + -58.813 + ], + [ + 33.435, + -74.222 + ], + [ + 5.237, + -50.757 + ], + [ + 23.163, + -30.414 + ], + [ + 38.571, + -25.983 + ] + ] + }, + "ix": 2 + } + }, + { + "p": { + "k": [ + 0, + 0 + ], + "a": 0 + }, + "s": { + "k": [ + 100, + 100 + ], + "a": 0 + }, + "a": { + "k": [ + 0, + 0 + ], + "a": 0 + }, + "r": { + "k": 0, + "a": 0 + }, + "o": { + "k": 100, + "a": 0 + }, + "sk": { + "k": 0, + "a": 0 + }, + "sa": { + "k": 0, + "a": 0 + }, + "ty": "tr" + } + ] + }, + { + "ty": "no" + } + ], + "ip": 0, + "op": 99999, + "st": 0, + "sr": 1, + "ks": { + "p": { + "k": [ + 0, + 0 + ], + "a": 0 + }, + "s": { + "k": [ + 100, + 100 + ], + "a": 0 + }, + "a": { + "k": [ + 0, + 0 + ], + "a": 0 + }, + "r": { + "k": 0, + "a": 0 + }, + "o": { + "k": 100, + "a": 0 + } + } + } + }, + { + "ch": "u", + "fFamily": "Helvetica Rounded Black", + "size": 88, + "style": "Regular", + "w": 66.6, + "data": { + "shapes": [ + { + "ty": "gr", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Group", + "nm": "u", + "ix": 1, + "cix": 2, + "np": 3, + "it": [ + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "u", + "ix": 1, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + 41.19, + -25.278 + ], + [ + 38.672000000000004, + -15.005 + ], + [ + 25.882, + -18.128 + ], + [ + 25.882, + -43.707 + ], + [ + 21.551000000000002, + -53.979 + ], + [ + 5.136, + -50.757 + ], + [ + 5.136, + -19.034 + ], + [ + 10.977, + 1.309 + ], + [ + 39.075, + -2.215 + ], + [ + 42.7, + -8.459 + ], + [ + 45.822, + 1.309 + ], + [ + 61.935, + -2.115 + ], + [ + 61.935, + -43.707 + ], + [ + 57.604, + -53.979 + ], + [ + 41.19, + -50.757 + ] + ], + "o": [ + [ + 41.19, + -19.034 + ], + [ + 28.400000000000002, + -15.005 + ], + [ + 25.882, + -23.868 + ], + [ + 25.882, + -50.757 + ], + [ + 9.467, + -53.979 + ], + [ + 5.136, + -43.707 + ], + [ + 5.136, + -7.552999999999999 + ], + [ + 33.334, + 1.309 + ], + [ + 42.499, + -8.459 + ], + [ + 43.405, + -2.215 + ], + [ + 58.813, + 1.309 + ], + [ + 61.935, + -8.56 + ], + [ + 61.935, + -50.757 + ], + [ + 45.519999999999996, + -53.979 + ], + [ + 41.19, + -43.707 + ] + ], + "v": [ + [ + 41.19, + -25.278 + ], + [ + 33.536, + -15.005 + ], + [ + 25.882, + -23.868 + ], + [ + 25.882, + -43.707 + ], + [ + 15.509, + -53.979 + ], + [ + 5.136, + -43.707 + ], + [ + 5.136, + -19.034 + ], + [ + 25.378, + 1.309 + ], + [ + 42.499, + -8.459 + ], + [ + 42.7, + -8.459 + ], + [ + 51.965, + 1.309 + ], + [ + 61.935, + -8.56 + ], + [ + 61.935, + -43.707 + ], + [ + 51.562, + -53.979 + ], + [ + 41.19, + -43.707 + ] + ] + }, + "ix": 2 + } + }, + { + "p": { + "k": [ + 0, + 0 + ], + "a": 0 + }, + "s": { + "k": [ + 100, + 100 + ], + "a": 0 + }, + "a": { + "k": [ + 0, + 0 + ], + "a": 0 + }, + "r": { + "k": 0, + "a": 0 + }, + "o": { + "k": 100, + "a": 0 + }, + "sk": { + "k": 0, + "a": 0 + }, + "sa": { + "k": 0, + "a": 0 + }, + "ty": "tr" + } + ] + }, + { + "ty": "no" + } + ], + "ip": 0, + "op": 99999, + "st": 0, + "sr": 1, + "ks": { + "p": { + "k": [ + 0, + 0 + ], + "a": 0 + }, + "s": { + "k": [ + 100, + 100 + ], + "a": 0 + }, + "a": { + "k": [ + 0, + 0 + ], + "a": 0 + }, + "r": { + "k": 0, + "a": 0 + }, + "o": { + "k": 100, + "a": 0 + } + } + } + }, + { + "ch": "c", + "fFamily": "Helvetica Rounded Black", + "size": 88, + "style": "Regular", + "w": 61.1, + "data": { + "shapes": [ + { + "ty": "gr", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Group", + "nm": "c", + "ix": 1, + "cix": 2, + "np": 3, + "it": [ + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "c", + "ix": 1, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + 4.028, + -45.419 + ], + [ + 17.020000000000003, + 1.309 + ], + [ + 57.806, + -8.661 + ], + [ + 54.987, + -20.544 + ], + [ + 41.19, + -13.193 + ], + [ + 24.774, + -19.94 + ], + [ + 26.688, + -39.478 + ], + [ + 44.815, + -32.126 + ], + [ + 57.605, + -35.047000000000004 + ], + [ + 48.038000000000004, + -53.979 + ] + ], + "o": [ + [ + 4.028, + -7.25 + ], + [ + 51.966, + 1.309 + ], + [ + 57.806, + -16.516 + ], + [ + 44.312, + -20.544 + ], + [ + 26.99, + -13.193 + ], + [ + 24.774, + -32.428 + ], + [ + 42.498999999999995, + -39.478 + ], + [ + 54.282, + -32.126 + ], + [ + 57.605, + -47.031 + ], + [ + 17.020000000000003, + -53.979 + ] + ], + "v": [ + [ + 4.028, + -26.385 + ], + [ + 33.536, + 1.309 + ], + [ + 57.806, + -12.891 + ], + [ + 50.052, + -20.544 + ], + [ + 34.241, + -13.193 + ], + [ + 24.774, + -26.788 + ], + [ + 35.147, + -39.478 + ], + [ + 50.153, + -32.126 + ], + [ + 57.605, + -39.78 + ], + [ + 33.536, + -53.979 + ] + ] + }, + "ix": 2 + } + }, + { + "p": { + "k": [ + 0, + 0 + ], + "a": 0 + }, + "s": { + "k": [ + 100, + 100 + ], + "a": 0 + }, + "a": { + "k": [ + 0, + 0 + ], + "a": 0 + }, + "r": { + "k": 0, + "a": 0 + }, + "o": { + "k": 100, + "a": 0 + }, + "sk": { + "k": 0, + "a": 0 + }, + "sa": { + "k": 0, + "a": 0 + }, + "ty": "tr" + } + ] + }, + { + "ty": "no" + } + ], + "ip": 0, + "op": 99999, + "st": 0, + "sr": 1, + "ks": { + "p": { + "k": [ + 0, + 0 + ], + "a": 0 + }, + "s": { + "k": [ + 100, + 100 + ], + "a": 0 + }, + "a": { + "k": [ + 0, + 0 + ], + "a": 0 + }, + "r": { + "k": 0, + "a": 0 + }, + "o": { + "k": 100, + "a": 0 + } + } + } + }, + { + "ch": "e", + "fFamily": "Helvetica Rounded Black", + "size": 88, + "style": "Regular", + "w": 66.6, + "data": { + "shapes": [ + { + "ty": "gr", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Group", + "nm": "e", + "ix": 1, + "cix": 2, + "np": 5, + "it": [ + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "e", + "ix": 1, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + 60.626, + -4.632999999999999 + ], + [ + 57.806, + -17.221 + ], + [ + 43.404999999999994, + -10.776 + ], + [ + 25.278000000000002, + -15.106 + ], + [ + 54.181, + -21.753 + ], + [ + 63.748, + -23.968 + ], + [ + 56.699, + -53.979 + ], + [ + 4.028, + -45.419 + ], + [ + 17.020000000000003, + 1.309 + ] + ], + "o": [ + [ + 60.626, + -13.696 + ], + [ + 47.836, + -17.221 + ], + [ + 29.104999999999997, + -10.776 + ], + [ + 24.774, + -21.753 + ], + [ + 60.827999999999996, + -21.753 + ], + [ + 63.748, + -38.067 + ], + [ + 17.020000000000003, + -53.979 + ], + [ + 4.028, + -7.25 + ], + [ + 53.577, + 1.309 + ] + ], + "v": [ + [ + 60.626, + -10.373 + ], + [ + 54.181, + -17.221 + ], + [ + 35.852, + -10.776 + ], + [ + 24.774, + -21.753 + ], + [ + 54.181, + -21.753 + ], + [ + 63.748, + -30.212 + ], + [ + 33.536, + -53.979 + ], + [ + 4.028, + -26.385 + ], + [ + 33.536, + 1.309 + ] + ] + }, + "ix": 2 + } + }, + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "e", + "ix": 2, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + 24.774, + -32.025 + ], + [ + 29.91, + -41.895 + ], + [ + 44.211, + -39.275999999999996 + ] + ], + "o": [ + [ + 25.076, + -39.376999999999995 + ], + [ + 39.679, + -41.895 + ], + [ + 44.211, + -32.025 + ] + ], + "v": [ + [ + 24.774, + -32.025 + ], + [ + 34.543, + -41.895 + ], + [ + 44.211, + -32.025 + ] + ] + }, + "ix": 2 + } + }, + { + "p": { + "k": [ + 0, + 0 + ], + "a": 0 + }, + "s": { + "k": [ + 100, + 100 + ], + "a": 0 + }, + "a": { + "k": [ + 0, + 0 + ], + "a": 0 + }, + "r": { + "k": 0, + "a": 0 + }, + "o": { + "k": 100, + "a": 0 + }, + "sk": { + "k": 0, + "a": 0 + }, + "sa": { + "k": 0, + "a": 0 + }, + "ty": "tr" + } + ] + }, + { + "ty": "no" + } + ], + "ip": 0, + "op": 99999, + "st": 0, + "sr": 1, + "ks": { + "p": { + "k": [ + 0, + 0 + ], + "a": 0 + }, + "s": { + "k": [ + 100, + 100 + ], + "a": 0 + }, + "a": { + "k": [ + 0, + 0 + ], + "a": 0 + }, + "r": { + "k": 0, + "a": 0 + }, + "o": { + "k": 100, + "a": 0 + } + } + } + }, + { + "ch": "s", + "fFamily": "Helvetica Rounded Black", + "size": 88, + "style": "Regular", + "w": 59.3, + "data": { + "shapes": [ + { + "ty": "gr", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Group", + "nm": "s", + "ix": 1, + "cix": 2, + "np": 3, + "it": [ + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "s", + "ix": 1, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + 35.449, + -16.114 + ], + [ + 33.333999999999996, + -10.172 + ], + [ + 16.113, + -17.825 + ], + [ + 2.921, + -14.905 + ], + [ + 14.804, + 1.309 + ], + [ + 56.799, + -7.755000000000001 + ], + [ + 49.75, + -30.110999999999997 + ], + [ + 29.608, + -34.543 + ], + [ + 23.163, + -36.759 + ], + [ + 25.278000000000002, + -42.499 + ], + [ + 40.988, + -36.053 + ], + [ + 54.684, + -38.874 + ], + [ + 41.894, + -53.979 + ], + [ + 3.021, + -44.916000000000004 + ], + [ + 7.453000000000001, + -23.666999999999998 + ], + [ + 28.702, + -19.135 + ] + ], + "o": [ + [ + 35.449, + -12.287 + ], + [ + 18.933, + -10.172 + ], + [ + 6.244000000000001, + -17.825 + ], + [ + 2.921, + -2.7189999999999994 + ], + [ + 49.951, + 1.309 + ], + [ + 56.799, + -25.378 + ], + [ + 38.37, + -32.629 + ], + [ + 24.069000000000003, + -35.751 + ], + [ + 23.163, + -41.190000000000005 + ], + [ + 38.873000000000005, + -42.499 + ], + [ + 51.864, + -36.053 + ], + [ + 54.684, + -50.556000000000004 + ], + [ + 8.862000000000002, + -53.979 + ], + [ + 3.021, + -29.104000000000003 + ], + [ + 22.559, + -20.444 + ], + [ + 34.442, + -17.927000000000003 + ] + ], + "v": [ + [ + 35.449, + -14.301 + ], + [ + 28.903, + -10.172 + ], + [ + 10.272, + -17.825 + ], + [ + 2.921, + -11.481 + ], + [ + 28.198, + 1.309 + ], + [ + 56.799, + -16.919 + ], + [ + 38.37, + -32.629 + ], + [ + 29.608, + -34.543 + ], + [ + 23.163, + -38.773 + ], + [ + 29.004, + -42.499 + ], + [ + 47.836, + -36.053 + ], + [ + 54.684, + -42.499 + ], + [ + 29.608, + -53.979 + ], + [ + 3.021, + -36.859 + ], + [ + 22.559, + -20.444 + ], + [ + 28.702, + -19.135 + ] + ] + }, + "ix": 2 + } + }, + { + "p": { + "k": [ + 0, + 0 + ], + "a": 0 + }, + "s": { + "k": [ + 100, + 100 + ], + "a": 0 + }, + "a": { + "k": [ + 0, + 0 + ], + "a": 0 + }, + "r": { + "k": 0, + "a": 0 + }, + "o": { + "k": 100, + "a": 0 + }, + "sk": { + "k": 0, + "a": 0 + }, + "sa": { + "k": 0, + "a": 0 + }, + "ty": "tr" + } + ] + }, + { + "ty": "no" + } + ], + "ip": 0, + "op": 99999, + "st": 0, + "sr": 1, + "ks": { + "p": { + "k": [ + 0, + 0 + ], + "a": 0 + }, + "s": { + "k": [ + 100, + 100 + ], + "a": 0 + }, + "a": { + "k": [ + 0, + 0 + ], + "a": 0 + }, + "r": { + "k": 0, + "a": 0 + }, + "o": { + "k": 100, + "a": 0 + } + } + } + }, + { + "ch": "f", + "fFamily": "Helvetica Rounded Black", + "size": 88, + "style": "Regular", + "w": 42.6, + "data": { + "shapes": [ + { + "ty": "gr", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Group", + "nm": "f", + "ix": 1, + "cix": 2, + "np": 3, + "it": [ + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "f", + "ix": 1, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + 10.272, + -52.67 + ], + [ + 6.445, + -52.67 + ], + [ + 0, + -50.757 + ], + [ + 2.3160000000000007, + -40.585 + ], + [ + 10.272, + -40.585 + ], + [ + 10.272, + -9.064 + ], + [ + 13.898, + 1.309 + ], + [ + 30.414, + -1.9139999999999997 + ], + [ + 30.414, + -40.585 + ], + [ + 35.651, + -40.585 + ], + [ + 42.096, + -42.499 + ], + [ + 39.78, + -52.67 + ], + [ + 30.414, + -52.67 + ], + [ + 30.414, + -56.699 + ], + [ + 31.420999999999996, + -59.116 + ], + [ + 42.902, + -61.533 + ], + [ + 40.284, + -74.222 + ], + [ + 10.272, + -68.381 + ] + ], + "o": [ + [ + 10.272, + -52.67 + ], + [ + 2.3160000000000007, + -52.67 + ], + [ + 0, + -42.499 + ], + [ + 6.445, + -40.585 + ], + [ + 10.272, + -40.585 + ], + [ + 10.272, + -1.9139999999999997 + ], + [ + 26.788, + 1.309 + ], + [ + 30.414, + -9.064 + ], + [ + 30.414, + -40.585 + ], + [ + 39.78, + -40.585 + ], + [ + 42.096, + -50.757 + ], + [ + 35.651, + -52.67 + ], + [ + 30.414, + -52.67 + ], + [ + 30.414, + -58.309999999999995 + ], + [ + 40.584999999999994, + -59.116 + ], + [ + 42.902, + -70.59700000000001 + ], + [ + 16.717999999999996, + -74.222 + ], + [ + 10.272, + -56.598 + ] + ], + "v": [ + [ + 10.272, + -52.67 + ], + [ + 6.445, + -52.67 + ], + [ + 0, + -46.628 + ], + [ + 6.445, + -40.585 + ], + [ + 10.272, + -40.585 + ], + [ + 10.272, + -9.064 + ], + [ + 20.343, + 1.309 + ], + [ + 30.414, + -9.064 + ], + [ + 30.414, + -40.585 + ], + [ + 35.651, + -40.585 + ], + [ + 42.096, + -46.628 + ], + [ + 35.651, + -52.67 + ], + [ + 30.414, + -52.67 + ], + [ + 30.414, + -56.699 + ], + [ + 32.73, + -59.116 + ], + [ + 42.902, + -66.367 + ], + [ + 28.4, + -74.222 + ], + [ + 10.272, + -56.598 + ] + ] + }, + "ix": 2 + } + }, + { + "p": { + "k": [ + 0, + 0 + ], + "a": 0 + }, + "s": { + "k": [ + 100, + 100 + ], + "a": 0 + }, + "a": { + "k": [ + 0, + 0 + ], + "a": 0 + }, + "r": { + "k": 0, + "a": 0 + }, + "o": { + "k": 100, + "a": 0 + }, + "sk": { + "k": 0, + "a": 0 + }, + "sa": { + "k": 0, + "a": 0 + }, + "ty": "tr" + } + ] + }, + { + "ty": "no" + } + ], + "ip": 0, + "op": 99999, + "st": 0, + "sr": 1, + "ks": { + "p": { + "k": [ + 0, + 0 + ], + "a": 0 + }, + "s": { + "k": [ + 100, + 100 + ], + "a": 0 + }, + "a": { + "k": [ + 0, + 0 + ], + "a": 0 + }, + "r": { + "k": 0, + "a": 0 + }, + "o": { + "k": 100, + "a": 0 + } + } + } + }, + { + "ch": "l", + "fFamily": "Helvetica Rounded Black", + "size": 88, + "style": "Regular", + "w": 31.4, + "data": { + "shapes": [ + { + "ty": "gr", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Group", + "nm": "l", + "ix": 1, + "cix": 2, + "np": 3, + "it": [ + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "l", + "ix": 1, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + 5.438, + -8.963 + ], + [ + 9.769, + 1.309 + ], + [ + 26.184, + -1.9129999999999994 + ], + [ + 26.184, + -63.547 + ], + [ + 21.853, + -73.819 + ], + [ + 5.438, + -70.597 + ] + ], + "o": [ + [ + 5.438, + -1.9129999999999994 + ], + [ + 21.853, + 1.309 + ], + [ + 26.184, + -8.963 + ], + [ + 26.184, + -70.597 + ], + [ + 9.769, + -73.819 + ], + [ + 5.438, + -63.547 + ] + ], + "v": [ + [ + 5.438, + -8.963 + ], + [ + 15.811, + 1.309 + ], + [ + 26.184, + -8.963 + ], + [ + 26.184, + -63.547 + ], + [ + 15.811, + -73.819 + ], + [ + 5.438, + -63.547 + ] + ] + }, + "ix": 2 + } + }, + { + "p": { + "k": [ + 0, + 0 + ], + "a": 0 + }, + "s": { + "k": [ + 100, + 100 + ], + "a": 0 + }, + "a": { + "k": [ + 0, + 0 + ], + "a": 0 + }, + "r": { + "k": 0, + "a": 0 + }, + "o": { + "k": 100, + "a": 0 + }, + "sk": { + "k": 0, + "a": 0 + }, + "sa": { + "k": 0, + "a": 0 + }, + "ty": "tr" + } + ] + }, + { + "ty": "no" + } + ], + "ip": 0, + "op": 99999, + "st": 0, + "sr": 1, + "ks": { + "p": { + "k": [ + 0, + 0 + ], + "a": 0 + }, + "s": { + "k": [ + 100, + 100 + ], + "a": 0 + }, + "a": { + "k": [ + 0, + 0 + ], + "a": 0 + }, + "r": { + "k": 0, + "a": 0 + }, + "o": { + "k": 100, + "a": 0 + } + } + } + } + ], + "assets": [ + { + "nm": "", + "mn": "", + "layers": [ + { + "ty": 4, + "nm": "Group 1", + "mn": "", + "sr": 1, + "st": 16, + "op": 256, + "ip": 59, + "hd": false, + "cl": "", + "ln": "", + "ddd": 0, + "bm": 0, + "hasMask": false, + "ao": 0, + "ks": { + "a": { + "a": 0, + "k": [ + 775.158, + 375.931, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "o": { + "x": 0.733, + "y": 0 + }, + "i": { + "x": 0.187, + "y": 1 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 59 + }, + { + "o": { + "x": 0.76, + "y": 0 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 69 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 0, + 0, + 100 + ], + "t": 77 + } + ], + "ix": 6 + }, + "sk": { + "a": 0, + "k": 0 + }, + "p": { + "a": 1, + "k": [ + { + "o": { + "x": 0.333, + "y": 0 + }, + "i": { + "x": 0, + "y": 1 + }, + "s": [ + 400, + 700, + 0 + ], + "t": 59 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 192.34, + 473.739, + 0 + ], + "t": 77 + } + ], + "ix": 2 + }, + "sa": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + } + }, + "ef": [], + "shapes": [ + { + "ty": "gr", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Group", + "nm": "Group 1", + "ix": 1, + "cix": 2, + "np": 2, + "it": [ + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 1", + "ix": 1, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + 4.976, + 30.248 + ], + [ + -9.01, + 26.213 + ], + [ + -14.5, + 9.004 + ], + [ + -30.26, + 4.9750000000000005 + ], + [ + -26.227, + -9.01 + ], + [ + -9.01, + -14.497 + ], + [ + -4.978000000000001, + -30.248 + ], + [ + 9.005, + -26.216 + ], + [ + 14.498999999999999, + -9.01 + ], + [ + 30.26, + -4.978 + ], + [ + 26.224, + 9.004 + ], + [ + 9.005, + 14.494 + ] + ], + "o": [ + [ + -4.978000000000001, + 30.248 + ], + [ + -9.01, + 14.494 + ], + [ + -26.227, + 9.004 + ], + [ + -30.26, + -4.978 + ], + [ + -14.5, + -9.01 + ], + [ + -9.01, + -26.216 + ], + [ + 4.976, + -30.248 + ], + [ + 9.005, + -14.497 + ], + [ + 26.224, + -9.01 + ], + [ + 30.26, + 4.9750000000000005 + ], + [ + 14.498999999999999, + 9.004 + ], + [ + 9.005, + 26.213 + ] + ], + "v": [ + [ + -0.001, + 30.248 + ], + [ + -9.01, + 21.239 + ], + [ + -21.251, + 9.004 + ], + [ + -30.26, + -0.002 + ], + [ + -21.251, + -9.01 + ], + [ + -9.01, + -21.239 + ], + [ + -0.001, + -30.248 + ], + [ + 9.005, + -21.239 + ], + [ + 21.25, + -9.01 + ], + [ + 30.26, + -0.002 + ], + [ + 21.25, + 9.004 + ], + [ + 9.005, + 21.239 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "fl", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Graphic - Fill", + "nm": "Fill 1", + "c": { + "a": 0, + "k": [ + 0.7490196078431373, + 0.6509803921568628, + 1, + 1 + ], + "ix": 4 + }, + "r": 1, + "o": { + "a": 0, + "k": 100, + "ix": 5 + }, + "_render": true + }, + { + "ty": "tr", + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 3 + }, + "sk": { + "a": 0, + "k": 0, + "ix": 4 + }, + "p": { + "a": 0, + "k": [ + 775.158, + 375.931 + ], + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 6 + }, + "sa": { + "a": 0, + "k": 0, + "ix": 5 + }, + "o": { + "a": 0, + "k": 100, + "ix": 7 + }, + "_render": true + } + ], + "_render": true + } + ], + "ind": 1, + "completed": true + }, + { + "ty": 4, + "nm": "Group 2", + "mn": "", + "sr": 1, + "st": 16, + "op": 256, + "ip": 59, + "hd": false, + "cl": "", + "ln": "", + "ddd": 0, + "bm": 0, + "hasMask": false, + "ao": 0, + "ks": { + "a": { + "a": 0, + "k": [ + 962.158, + 269.931, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "o": { + "x": 0.733, + "y": 0 + }, + "i": { + "x": 0.187, + "y": 1 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 59 + }, + { + "o": { + "x": 0.76, + "y": 0 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 69 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 0, + 0, + 100 + ], + "t": 77 + } + ], + "ix": 6 + }, + "sk": { + "a": 0, + "k": 0 + }, + "p": { + "a": 1, + "k": [ + { + "o": { + "x": 0.333, + "y": 0 + }, + "i": { + "x": 0, + "y": 1 + }, + "s": [ + 400, + 700, + 0 + ], + "t": 59 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 697.832, + 539.953, + 0 + ], + "t": 77 + } + ], + "ix": 2 + }, + "sa": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + } + }, + "ef": [], + "shapes": [ + { + "ty": "gr", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Group", + "nm": "Group 2", + "ix": 1, + "cix": 2, + "np": 4, + "it": [ + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 1", + "ix": 1, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + -15.164, + -6.164 + ], + [ + -6.164, + 15.162 + ], + [ + 15.163, + 6.159 + ], + [ + 6.159, + -15.164 + ] + ], + "o": [ + [ + -15.164, + 6.159 + ], + [ + 6.159, + 15.162 + ], + [ + 15.163, + -6.164 + ], + [ + -6.164, + -15.164 + ] + ], + "v": [ + [ + -25.982, + -0.002 + ], + [ + -0.003, + 25.977 + ], + [ + 25.977, + -0.002 + ], + [ + -0.003, + -25.982 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 2", + "ix": 2, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + 4.974, + 69.07 + ], + [ + -9.011, + 65.034 + ], + [ + -31.912, + 9.005 + ], + [ + -69.07, + 4.9750000000000005 + ], + [ + -65.038, + -9.01 + ], + [ + -9.011, + -31.911 + ], + [ + -4.979, + -69.07 + ], + [ + 9.003, + -65.037 + ], + [ + 31.907000000000004, + -9.01 + ], + [ + 69.069, + -4.979 + ], + [ + 65.034, + 9.005 + ], + [ + 9.003, + 31.907000000000004 + ] + ], + "o": [ + [ + -4.979, + 69.07 + ], + [ + -9.011, + 31.907000000000004 + ], + [ + -65.038, + 9.005 + ], + [ + -69.07, + -4.979 + ], + [ + -31.912, + -9.01 + ], + [ + -9.011, + -65.037 + ], + [ + 4.974, + -69.07 + ], + [ + 9.003, + -31.911 + ], + [ + 65.034, + -9.01 + ], + [ + 69.069, + 4.9750000000000005 + ], + [ + 31.907000000000004, + 9.005 + ], + [ + 9.003, + 65.034 + ] + ], + "v": [ + [ + -0.003, + 69.07 + ], + [ + -9.011, + 60.06 + ], + [ + -60.061, + 9.005 + ], + [ + -69.07, + -0.002 + ], + [ + -60.061, + -9.01 + ], + [ + -9.011, + -60.06 + ], + [ + -0.003, + -69.07 + ], + [ + 9.003, + -60.06 + ], + [ + 60.06, + -9.01 + ], + [ + 69.069, + -0.002 + ], + [ + 60.06, + 9.005 + ], + [ + 9.003, + 60.06 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "mm", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Filter - Merge", + "nm": "Merge Paths 1", + "mm": 1, + "_render": true + }, + { + "ty": "fl", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Graphic - Fill", + "nm": "Fill 1", + "c": { + "a": 0, + "k": [ + 0.36470588235294116, + 0.1450980392156863, + 0.996078431372549, + 1 + ], + "ix": 4 + }, + "r": 1, + "o": { + "a": 0, + "k": 100, + "ix": 5 + }, + "_render": true + }, + { + "ty": "tr", + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 3 + }, + "sk": { + "a": 0, + "k": 0, + "ix": 4 + }, + "p": { + "a": 0, + "k": [ + 962.158, + 269.931 + ], + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 6 + }, + "sa": { + "a": 0, + "k": 0, + "ix": 5 + }, + "o": { + "a": 0, + "k": 100, + "ix": 7 + }, + "_render": true + } + ], + "_render": true + } + ], + "ind": 2, + "completed": true + }, + { + "ty": 4, + "nm": "Group 3", + "mn": "", + "sr": 1, + "st": 16, + "op": 256, + "ip": 59, + "hd": false, + "cl": "", + "ln": "", + "ddd": 0, + "bm": 0, + "hasMask": false, + "ao": 0, + "ks": { + "a": { + "a": 0, + "k": [ + 684.158, + 369.93, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "o": { + "x": 0.733, + "y": 0 + }, + "i": { + "x": 0.187, + "y": 1 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 59 + }, + { + "o": { + "x": 0.76, + "y": 0 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 69 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 0, + 0, + 100 + ], + "t": 77 + } + ], + "ix": 6 + }, + "sk": { + "a": 0, + "k": 0 + }, + "p": { + "a": 1, + "k": [ + { + "o": { + "x": 0.333, + "y": 0 + }, + "i": { + "x": 0, + "y": 1 + }, + "s": [ + 400, + 700, + 0 + ], + "t": 59 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 80.653, + 621.195, + 0 + ], + "t": 77 + } + ], + "ix": 2 + }, + "sa": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + } + }, + "ef": [], + "shapes": [ + { + "ty": "gr", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Group", + "nm": "Group 3", + "ix": 1, + "cix": 2, + "np": 4, + "it": [ + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 1", + "ix": 1, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + -2.08, + -1.0039999999999998 + ], + [ + -1.0039999999999998, + 2.0780000000000003 + ], + [ + 2.0780000000000003, + 1.002 + ], + [ + 1.002, + -2.08 + ] + ], + "o": [ + [ + -2.08, + 1.002 + ], + [ + 1.002, + 2.0780000000000003 + ], + [ + 2.0780000000000003, + -1.0039999999999998 + ], + [ + -1.0039999999999998, + -2.08 + ] + ], + "v": [ + [ + -3.218, + -0.001 + ], + [ + -0.001, + 3.216 + ], + [ + 3.216, + -0.001 + ], + [ + -0.001, + -3.218 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 2", + "ix": 2, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + 4.976, + 36.037 + ], + [ + -9.01, + 32.001999999999995 + ], + [ + -17.093, + 9.005 + ], + [ + -36.036, + 4.976 + ], + [ + -32.005, + -9.01 + ], + [ + -9.01, + -17.092 + ], + [ + -4.977, + -36.037 + ], + [ + 9.005, + -32.004 + ], + [ + 17.093, + -9.01 + ], + [ + 36.036, + -4.978000000000001 + ], + [ + 32.002, + 9.005 + ], + [ + 9.005, + 17.092999999999996 + ] + ], + "o": [ + [ + -4.977, + 36.037 + ], + [ + -9.01, + 17.092999999999996 + ], + [ + -32.005, + 9.005 + ], + [ + -36.036, + -4.978000000000001 + ], + [ + -17.093, + -9.01 + ], + [ + -9.01, + -32.004 + ], + [ + 4.976, + -36.037 + ], + [ + 9.005, + -17.092 + ], + [ + 32.002, + -9.01 + ], + [ + 36.036, + 4.976 + ], + [ + 17.093, + 9.005 + ], + [ + 9.005, + 32.001999999999995 + ] + ], + "v": [ + [ + -0.001, + 36.037 + ], + [ + -9.01, + 27.028 + ], + [ + -27.029, + 9.005 + ], + [ + -36.036, + -0.001 + ], + [ + -27.029, + -9.01 + ], + [ + -9.01, + -27.028 + ], + [ + -0.001, + -36.037 + ], + [ + 9.005, + -27.028 + ], + [ + 27.029, + -9.01 + ], + [ + 36.036, + -0.001 + ], + [ + 27.029, + 9.005 + ], + [ + 9.005, + 27.028 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "mm", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Filter - Merge", + "nm": "Merge Paths 1", + "mm": 1, + "_render": true + }, + { + "ty": "fl", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Graphic - Fill", + "nm": "Fill 1", + "c": { + "a": 0, + "k": [ + 0.36470588235294116, + 0.1450980392156863, + 0.996078431372549, + 1 + ], + "ix": 4 + }, + "r": 1, + "o": { + "a": 0, + "k": 100, + "ix": 5 + }, + "_render": true + }, + { + "ty": "tr", + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 3 + }, + "sk": { + "a": 0, + "k": 0, + "ix": 4 + }, + "p": { + "a": 0, + "k": [ + 684.158, + 369.93 + ], + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 6 + }, + "sa": { + "a": 0, + "k": 0, + "ix": 5 + }, + "o": { + "a": 0, + "k": 100, + "ix": 7 + }, + "_render": true + } + ], + "_render": true + } + ], + "ind": 3, + "completed": true + }, + { + "ty": 4, + "nm": "Group 4", + "mn": "", + "sr": 1, + "st": 16, + "op": 256, + "ip": 59, + "hd": false, + "cl": "", + "ln": "", + "ddd": 0, + "bm": 0, + "hasMask": false, + "ao": 0, + "ks": { + "a": { + "a": 0, + "k": [ + 594.158, + 457.93, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "o": { + "x": 0.733, + "y": 0 + }, + "i": { + "x": 0.187, + "y": 1 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 59 + }, + { + "o": { + "x": 0.76, + "y": 0 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 69 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 0, + 0, + 100 + ], + "t": 77 + } + ], + "ix": 6 + }, + "sk": { + "a": 0, + "k": 0 + }, + "p": { + "a": 1, + "k": [ + { + "o": { + "x": 0.333, + "y": 0 + }, + "i": { + "x": 0, + "y": 1 + }, + "s": [ + 400, + 700, + 0 + ], + "t": 59 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 430.158, + 439.93, + 0 + ], + "t": 77 + } + ], + "ix": 2 + }, + "sa": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + } + }, + "ef": [], + "shapes": [ + { + "ty": "gr", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Group", + "nm": "Group 4", + "ix": 1, + "cix": 2, + "np": 4, + "it": [ + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 1", + "ix": 1, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + -2.08, + -1.0039999999999998 + ], + [ + -1.0039999999999998, + 2.0780000000000003 + ], + [ + 2.0780000000000003, + 1.002 + ], + [ + 1.002, + -2.08 + ] + ], + "o": [ + [ + -2.08, + 1.002 + ], + [ + 1.002, + 2.0780000000000003 + ], + [ + 2.0780000000000003, + -1.0039999999999998 + ], + [ + -1.0039999999999998, + -2.08 + ] + ], + "v": [ + [ + -3.218, + -0.001 + ], + [ + -0.001, + 3.216 + ], + [ + 3.216, + -0.001 + ], + [ + -0.001, + -3.218 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 2", + "ix": 2, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + 4.976, + 36.037 + ], + [ + -9.01, + 32.001999999999995 + ], + [ + -17.093, + 9.005 + ], + [ + -36.036, + 4.976 + ], + [ + -32.005, + -9.01 + ], + [ + -9.01, + -17.092 + ], + [ + -4.977, + -36.037 + ], + [ + 9.005, + -32.004 + ], + [ + 17.093, + -9.01 + ], + [ + 36.036, + -4.978000000000001 + ], + [ + 32.002, + 9.005 + ], + [ + 9.005, + 17.092999999999996 + ] + ], + "o": [ + [ + -4.977, + 36.037 + ], + [ + -9.01, + 17.092999999999996 + ], + [ + -32.005, + 9.005 + ], + [ + -36.036, + -4.978000000000001 + ], + [ + -17.093, + -9.01 + ], + [ + -9.01, + -32.004 + ], + [ + 4.976, + -36.037 + ], + [ + 9.005, + -17.092 + ], + [ + 32.002, + -9.01 + ], + [ + 36.036, + 4.976 + ], + [ + 17.093, + 9.005 + ], + [ + 9.005, + 32.001999999999995 + ] + ], + "v": [ + [ + -0.001, + 36.037 + ], + [ + -9.01, + 27.028 + ], + [ + -27.029, + 9.005 + ], + [ + -36.036, + -0.001 + ], + [ + -27.029, + -9.01 + ], + [ + -9.01, + -27.028 + ], + [ + -0.001, + -36.037 + ], + [ + 9.005, + -27.028 + ], + [ + 27.029, + -9.01 + ], + [ + 36.036, + -0.001 + ], + [ + 27.029, + 9.005 + ], + [ + 9.005, + 27.028 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "mm", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Filter - Merge", + "nm": "Merge Paths 1", + "mm": 1, + "_render": true + }, + { + "ty": "fl", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Graphic - Fill", + "nm": "Fill 1", + "c": { + "a": 0, + "k": [ + 0.36470588235294116, + 0.1450980392156863, + 0.996078431372549, + 1 + ], + "ix": 4 + }, + "r": 1, + "o": { + "a": 0, + "k": 100, + "ix": 5 + }, + "_render": true + }, + { + "ty": "tr", + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 3 + }, + "sk": { + "a": 0, + "k": 0, + "ix": 4 + }, + "p": { + "a": 0, + "k": [ + 594.158, + 457.93 + ], + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 6 + }, + "sa": { + "a": 0, + "k": 0, + "ix": 5 + }, + "o": { + "a": 0, + "k": 100, + "ix": 7 + }, + "_render": true + } + ], + "_render": true + } + ], + "ind": 4, + "completed": true + }, + { + "ty": 4, + "nm": "Group 5", + "mn": "", + "sr": 1, + "st": 16, + "op": 256, + "ip": 59, + "hd": false, + "cl": "", + "ln": "", + "ddd": 0, + "bm": 0, + "hasMask": false, + "ao": 0, + "ks": { + "a": { + "a": 0, + "k": [ + 841.158, + 531.931, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "o": { + "x": 0.733, + "y": 0 + }, + "i": { + "x": 0.187, + "y": 1 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 59 + }, + { + "o": { + "x": 0.76, + "y": 0 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 69 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 0, + 0, + 100 + ], + "t": 77 + } + ], + "ix": 6 + }, + "sk": { + "a": 0, + "k": 0 + }, + "p": { + "a": 1, + "k": [ + { + "o": { + "x": 0.333, + "y": 0 + }, + "i": { + "x": 0, + "y": 1 + }, + "s": [ + 400, + 700, + 0 + ], + "t": 59 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 131.232, + 517.209, + 0 + ], + "t": 77 + } + ], + "ix": 2 + }, + "sa": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + } + }, + "ef": [], + "shapes": [ + { + "ty": "gr", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Group", + "nm": "Group 5", + "ix": 1, + "cix": 2, + "np": 4, + "it": [ + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 1", + "ix": 1, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + -2.08, + -1.005 + ], + [ + -1.0039999999999998, + 2.0780000000000003 + ], + [ + 2.0780000000000003, + 1.001 + ], + [ + 1.002, + -2.081 + ] + ], + "o": [ + [ + -2.08, + 1.001 + ], + [ + 1.002, + 2.0780000000000003 + ], + [ + 2.0780000000000003, + -1.005 + ], + [ + -1.0039999999999998, + -2.081 + ] + ], + "v": [ + [ + -3.218, + -0.002 + ], + [ + -0.001, + 3.216 + ], + [ + 3.216, + -0.002 + ], + [ + -0.001, + -3.219 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 2", + "ix": 2, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + 4.976, + 36.037 + ], + [ + -9.01, + 32.002 + ], + [ + -17.093, + 9.005 + ], + [ + -36.036, + 4.9750000000000005 + ], + [ + -32.005, + -9.01 + ], + [ + -9.01, + -17.093 + ], + [ + -4.977, + -36.037 + ], + [ + 9.005, + -32.005 + ], + [ + 17.093, + -9.01 + ], + [ + 36.036, + -4.979 + ], + [ + 32.002, + 9.005 + ], + [ + 9.005, + 17.093 + ] + ], + "o": [ + [ + -4.977, + 36.037 + ], + [ + -9.01, + 17.093 + ], + [ + -32.005, + 9.005 + ], + [ + -36.036, + -4.979 + ], + [ + -17.093, + -9.01 + ], + [ + -9.01, + -32.005 + ], + [ + 4.976, + -36.037 + ], + [ + 9.005, + -17.093 + ], + [ + 32.002, + -9.01 + ], + [ + 36.036, + 4.9750000000000005 + ], + [ + 17.093, + 9.005 + ], + [ + 9.005, + 32.002 + ] + ], + "v": [ + [ + -0.001, + 36.037 + ], + [ + -9.01, + 27.029 + ], + [ + -27.029, + 9.005 + ], + [ + -36.036, + -0.002 + ], + [ + -27.029, + -9.01 + ], + [ + -9.01, + -27.029 + ], + [ + -0.001, + -36.037 + ], + [ + 9.005, + -27.029 + ], + [ + 27.029, + -9.01 + ], + [ + 36.036, + -0.002 + ], + [ + 27.029, + 9.005 + ], + [ + 9.005, + 27.029 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "mm", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Filter - Merge", + "nm": "Merge Paths 1", + "mm": 1, + "_render": true + }, + { + "ty": "fl", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Graphic - Fill", + "nm": "Fill 1", + "c": { + "a": 0, + "k": [ + 0.7490196078431373, + 0.6509803921568628, + 1, + 1 + ], + "ix": 4 + }, + "r": 1, + "o": { + "a": 0, + "k": 100, + "ix": 5 + }, + "_render": true + }, + { + "ty": "tr", + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 3 + }, + "sk": { + "a": 0, + "k": 0, + "ix": 4 + }, + "p": { + "a": 0, + "k": [ + 841.158, + 531.931 + ], + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 6 + }, + "sa": { + "a": 0, + "k": 0, + "ix": 5 + }, + "o": { + "a": 0, + "k": 100, + "ix": 7 + }, + "_render": true + } + ], + "_render": true + } + ], + "ind": 5, + "completed": true + }, + { + "ty": 4, + "nm": "Group 6", + "mn": "", + "sr": 1, + "st": 16, + "op": 256, + "ip": 59, + "hd": false, + "cl": "", + "ln": "", + "ddd": 0, + "bm": 0, + "hasMask": false, + "ao": 0, + "ks": { + "a": { + "a": 0, + "k": [ + 581.172, + 695.884, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "o": { + "x": 0.733, + "y": 0 + }, + "i": { + "x": 0.187, + "y": 1 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 59 + }, + { + "o": { + "x": 0.76, + "y": 0 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 69 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 0, + 0, + 100 + ], + "t": 77 + } + ], + "ix": 6 + }, + "sk": { + "a": 0, + "k": 0 + }, + "p": { + "a": 1, + "k": [ + { + "o": { + "x": 0.333, + "y": 0 + }, + "i": { + "x": 0, + "y": 1 + }, + "s": [ + 400, + 700, + 0 + ], + "t": 59 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 532.172, + 868.884, + 0 + ], + "t": 77 + } + ], + "ix": 2 + }, + "sa": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + } + }, + "ef": [], + "shapes": [ + { + "ty": "gr", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Group", + "nm": "Group 6", + "ix": 1, + "cix": 2, + "np": 4, + "it": [ + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 1", + "ix": 1, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + -5.865, + 30.797 + ], + [ + 0.8980000000000001, + 33.318 + ], + [ + 28.431, + 5.808 + ], + [ + 30.865000000000002, + -0.8929999999999998 + ], + [ + 3.355, + -28.385 + ], + [ + -3.3609999999999998, + -30.825000000000003 + ], + [ + -30.871, + -3.323 + ], + [ + -32.695, + -0.5289999999999999 + ], + [ + -32.047, + 4.636 + ] + ], + "o": [ + [ + -3.2350000000000003, + 33.296 + ], + [ + 3.355, + 30.866 + ], + [ + 30.865000000000002, + 3.377 + ], + [ + 28.431, + -3.327 + ], + [ + 0.9209999999999998, + -30.825000000000003 + ], + [ + -5.795, + -28.385 + ], + [ + -32.047, + -2.15 + ], + [ + -32.695, + 3.01 + ], + [ + -30.871, + 5.812 + ] + ], + "v": [ + [ + -5.865, + 30.797 + ], + [ + 3.355, + 30.866 + ], + [ + 28.431, + 5.808 + ], + [ + 28.431, + -3.327 + ], + [ + 3.355, + -28.385 + ], + [ + -5.795, + -28.385 + ], + [ + -30.871, + -3.323 + ], + [ + -32.695, + 1.241 + ], + [ + -30.871, + 5.812 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 2", + "ix": 2, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + 5.135000000000001, + 50.673 + ], + [ + -13.613, + 48.358000000000004 + ], + [ + -18.531, + 43.611 + ], + [ + -43.607, + 18.557 + ], + [ + -50.713, + 7.822000000000001 + ], + [ + -48.191, + -11.490000000000002 + ], + [ + -18.534, + -41.13 + ], + [ + 6.546000000000001, + -50.673 + ], + [ + 41.171, + -16.068 + ], + [ + 50.713, + 9.001999999999999 + ], + [ + 16.091, + 43.611 + ] + ], + "o": [ + [ + -7.364, + 50.673 + ], + [ + -18.419, + 43.718 + ], + [ + -18.531, + 43.611 + ], + [ + -48.191, + 13.969999999999999 + ], + [ + -50.713, + -5.3420000000000005 + ], + [ + -43.61, + -16.068 + ], + [ + -8.985, + -50.667 + ], + [ + 16.094, + -41.13 + ], + [ + 50.713, + -6.525000000000002 + ], + [ + 41.171, + 18.551 + ], + [ + 11.385000000000002, + 48.315999999999995 + ] + ], + "v": [ + [ + -1.14, + 50.673 + ], + [ + -18.419, + 43.718 + ], + [ + -18.531, + 43.611 + ], + [ + -43.607, + 18.557 + ], + [ + -50.713, + 1.241 + ], + [ + -43.61, + -16.068 + ], + [ + -18.534, + -41.13 + ], + [ + 16.094, + -41.13 + ], + [ + 41.171, + -16.068 + ], + [ + 41.171, + 18.551 + ], + [ + 16.091, + 43.611 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "mm", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Filter - Merge", + "nm": "Merge Paths 1", + "mm": 1, + "_render": true + }, + { + "ty": "fl", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Graphic - Fill", + "nm": "Fill 1", + "c": { + "a": 0, + "k": [ + 0.36470588235294116, + 0.1450980392156863, + 0.996078431372549, + 1 + ], + "ix": 4 + }, + "r": 1, + "o": { + "a": 0, + "k": 100, + "ix": 5 + }, + "_render": true + }, + { + "ty": "tr", + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 3 + }, + "sk": { + "a": 0, + "k": 0, + "ix": 4 + }, + "p": { + "a": 0, + "k": [ + 582.365, + 694.69 + ], + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 6 + }, + "sa": { + "a": 0, + "k": 0, + "ix": 5 + }, + "o": { + "a": 0, + "k": 100, + "ix": 7 + }, + "_render": true + } + ], + "_render": true + } + ], + "ind": 6, + "completed": true + }, + { + "ty": 4, + "nm": "Group 7", + "mn": "", + "sr": 1, + "st": 16, + "op": 256, + "ip": 59, + "hd": false, + "cl": "", + "ln": "", + "ddd": 0, + "bm": 0, + "hasMask": false, + "ao": 0, + "ks": { + "a": { + "a": 0, + "k": [ + 715.172, + 231.884, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "o": { + "x": 0.733, + "y": 0 + }, + "i": { + "x": 0.187, + "y": 1 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 59 + }, + { + "o": { + "x": 0.76, + "y": 0 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 69 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 0, + 0, + 100 + ], + "t": 77 + } + ], + "ix": 6 + }, + "sk": { + "a": 0, + "k": 0 + }, + "p": { + "a": 1, + "k": [ + { + "o": { + "x": 0.333, + "y": 0 + }, + "i": { + "x": 0, + "y": 1 + }, + "s": [ + 400, + 700, + 0 + ], + "t": 59 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 339.498, + 995.123, + 0 + ], + "t": 77 + } + ], + "ix": 2 + }, + "sa": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + } + }, + "ef": [], + "shapes": [ + { + "ty": "gr", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Group", + "nm": "Group 7", + "ix": 1, + "cix": 2, + "np": 4, + "it": [ + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 1", + "ix": 1, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + -5.865, + 30.796 + ], + [ + 0.8980000000000001, + 33.318 + ], + [ + 28.431, + 5.809 + ], + [ + 30.865000000000002, + -0.8929999999999998 + ], + [ + 3.355, + -28.385 + ], + [ + -3.3609999999999998, + -30.825000000000003 + ], + [ + -30.871, + -3.324 + ], + [ + -32.695, + -0.5289999999999999 + ], + [ + -32.047, + 4.635 + ] + ], + "o": [ + [ + -3.2350000000000003, + 33.295 + ], + [ + 3.355, + 30.866 + ], + [ + 30.865000000000002, + 3.378 + ], + [ + 28.431, + -3.327 + ], + [ + 0.9209999999999998, + -30.825000000000003 + ], + [ + -5.795, + -28.385 + ], + [ + -32.047, + -2.151 + ], + [ + -32.695, + 3.011 + ], + [ + -30.871, + 5.811 + ] + ], + "v": [ + [ + -5.865, + 30.796 + ], + [ + 3.355, + 30.866 + ], + [ + 28.431, + 5.809 + ], + [ + 28.431, + -3.327 + ], + [ + 3.355, + -28.385 + ], + [ + -5.795, + -28.385 + ], + [ + -30.871, + -3.324 + ], + [ + -32.695, + 1.243 + ], + [ + -30.871, + 5.811 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 2", + "ix": 2, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + 5.135000000000001, + 50.673 + ], + [ + -13.613, + 48.357 + ], + [ + -18.531, + 43.611 + ], + [ + -43.607, + 18.556 + ], + [ + -50.713, + 7.823 + ], + [ + -48.191, + -11.491999999999999 + ], + [ + -18.534, + -41.131 + ], + [ + 6.546000000000001, + -50.674 + ], + [ + 41.171, + -16.069 + ], + [ + 50.713, + 9.001999999999999 + ], + [ + 16.091, + 43.611 + ] + ], + "o": [ + [ + -7.364, + 50.673 + ], + [ + -18.419, + 43.717 + ], + [ + -18.531, + 43.611 + ], + [ + -48.191, + 13.969000000000001 + ], + [ + -50.713, + -5.340999999999999 + ], + [ + -43.61, + -16.069 + ], + [ + -8.985, + -50.668 + ], + [ + 16.094, + -41.131 + ], + [ + 50.713, + -6.526999999999999 + ], + [ + 41.171, + 18.551 + ], + [ + 11.385000000000002, + 48.315999999999995 + ] + ], + "v": [ + [ + -1.14, + 50.673 + ], + [ + -18.419, + 43.717 + ], + [ + -18.531, + 43.611 + ], + [ + -43.607, + 18.556 + ], + [ + -50.713, + 1.243 + ], + [ + -43.61, + -16.069 + ], + [ + -18.534, + -41.131 + ], + [ + 16.094, + -41.131 + ], + [ + 41.171, + -16.069 + ], + [ + 41.171, + 18.551 + ], + [ + 16.091, + 43.611 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "mm", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Filter - Merge", + "nm": "Merge Paths 1", + "mm": 1, + "_render": true + }, + { + "ty": "fl", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Graphic - Fill", + "nm": "Fill 1", + "c": { + "a": 0, + "k": [ + 0.36470588235294116, + 0.1450980392156863, + 0.996078431372549, + 1 + ], + "ix": 4 + }, + "r": 1, + "o": { + "a": 0, + "k": 100, + "ix": 5 + }, + "_render": true + }, + { + "ty": "tr", + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 3 + }, + "sk": { + "a": 0, + "k": 0, + "ix": 4 + }, + "p": { + "a": 0, + "k": [ + 716.365, + 230.69 + ], + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 6 + }, + "sa": { + "a": 0, + "k": 0, + "ix": 5 + }, + "o": { + "a": 0, + "k": 100, + "ix": 7 + }, + "_render": true + } + ], + "_render": true + } + ], + "ind": 7, + "completed": true + }, + { + "ty": 4, + "nm": "Group 8", + "mn": "", + "sr": 1, + "st": 16, + "op": 256, + "ip": 59, + "hd": false, + "cl": "", + "ln": "", + "ddd": 0, + "bm": 0, + "hasMask": false, + "ao": 0, + "ks": { + "a": { + "a": 0, + "k": [ + 936.178, + 627.884, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "o": { + "x": 0.733, + "y": 0 + }, + "i": { + "x": 0.187, + "y": 1 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 59 + }, + { + "o": { + "x": 0.76, + "y": 0 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 69 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 0, + 0, + 100 + ], + "t": 77 + } + ], + "ix": 6 + }, + "sk": { + "a": 0, + "k": 0 + }, + "p": { + "a": 1, + "k": [ + { + "o": { + "x": 0.333, + "y": 0 + }, + "i": { + "x": 0, + "y": 1 + }, + "s": [ + 400, + 700, + 0 + ], + "t": 59 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 130.961, + 707.849, + 0 + ], + "t": 77 + } + ], + "ix": 2 + }, + "sa": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + } + }, + "ef": [], + "shapes": [ + { + "ty": "gr", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Group", + "nm": "Group 8", + "ix": 1, + "cix": 2, + "np": 4, + "it": [ + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 1", + "ix": 1, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + -5.865, + 30.797 + ], + [ + 0.8940000000000001, + 33.318 + ], + [ + 28.43, + 5.808 + ], + [ + 30.865, + -0.8929999999999998 + ], + [ + 3.354, + -28.385 + ], + [ + -3.362, + -30.825000000000003 + ], + [ + -30.872, + -3.323 + ], + [ + -32.695, + -0.5289999999999999 + ], + [ + -32.048, + 4.636 + ] + ], + "o": [ + [ + -3.2260000000000004, + 33.296 + ], + [ + 3.354, + 30.866 + ], + [ + 30.865, + 3.377 + ], + [ + 28.43, + -3.327 + ], + [ + 0.9199999999999999, + -30.825000000000003 + ], + [ + -5.796, + -28.385 + ], + [ + -32.048, + -2.15 + ], + [ + -32.695, + 3.01 + ], + [ + -30.872, + 5.812 + ] + ], + "v": [ + [ + -5.865, + 30.797 + ], + [ + 3.354, + 30.866 + ], + [ + 28.43, + 5.808 + ], + [ + 28.43, + -3.327 + ], + [ + 3.354, + -28.385 + ], + [ + -5.796, + -28.385 + ], + [ + -30.872, + -3.323 + ], + [ + -32.695, + 1.241 + ], + [ + -30.872, + 5.812 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 2", + "ix": 2, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + 5.134, + 50.673 + ], + [ + -13.613, + 48.358000000000004 + ], + [ + -18.531, + 43.611 + ], + [ + -43.607, + 18.557 + ], + [ + -50.714, + 7.822000000000001 + ], + [ + -48.192, + -11.490000000000002 + ], + [ + -18.534, + -41.13 + ], + [ + 6.543000000000001, + -50.673 + ], + [ + 41.17, + -16.068 + ], + [ + 50.713, + 9.001999999999999 + ], + [ + 16.091, + 43.611 + ] + ], + "o": [ + [ + -7.365, + 50.673 + ], + [ + -18.419, + 43.718 + ], + [ + -18.531, + 43.611 + ], + [ + -48.191, + 13.969999999999999 + ], + [ + -50.714, + -5.3420000000000005 + ], + [ + -43.611, + -16.068 + ], + [ + -8.985999999999999, + -50.667 + ], + [ + 16.091, + -41.13 + ], + [ + 50.713, + -6.525000000000002 + ], + [ + 41.17, + 18.551 + ], + [ + 11.382000000000001, + 48.315999999999995 + ] + ], + "v": [ + [ + -1.141, + 50.673 + ], + [ + -18.419, + 43.718 + ], + [ + -18.531, + 43.611 + ], + [ + -43.607, + 18.557 + ], + [ + -50.714, + 1.241 + ], + [ + -43.611, + -16.068 + ], + [ + -18.534, + -41.13 + ], + [ + 16.091, + -41.13 + ], + [ + 41.17, + -16.068 + ], + [ + 41.17, + 18.551 + ], + [ + 16.091, + 43.611 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "mm", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Filter - Merge", + "nm": "Merge Paths 1", + "mm": 1, + "_render": true + }, + { + "ty": "fl", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Graphic - Fill", + "nm": "Fill 1", + "c": { + "a": 0, + "k": [ + 0.36470588235294116, + 0.1450980392156863, + 0.996078431372549, + 1 + ], + "ix": 4 + }, + "r": 1, + "o": { + "a": 0, + "k": 100, + "ix": 5 + }, + "_render": true + }, + { + "ty": "tr", + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 3 + }, + "sk": { + "a": 0, + "k": 0, + "ix": 4 + }, + "p": { + "a": 0, + "k": [ + 937.371, + 626.69 + ], + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 6 + }, + "sa": { + "a": 0, + "k": 0, + "ix": 5 + }, + "o": { + "a": 0, + "k": 100, + "ix": 7 + }, + "_render": true + } + ], + "_render": true + } + ], + "ind": 8, + "completed": true + }, + { + "ty": 4, + "nm": "Group 9", + "mn": "", + "sr": 1, + "st": 16, + "op": 256, + "ip": 59, + "hd": false, + "cl": "", + "ln": "", + "ddd": 0, + "bm": 0, + "hasMask": false, + "ao": 0, + "ks": { + "a": { + "a": 0, + "k": [ + 1210.183, + 446.882, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "o": { + "x": 0.733, + "y": 0 + }, + "i": { + "x": 0.187, + "y": 1 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 59 + }, + { + "o": { + "x": 0.76, + "y": 0 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 69 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 0, + 0, + 100 + ], + "t": 77 + } + ], + "ix": 6 + }, + "sk": { + "a": 0, + "k": 0 + }, + "p": { + "a": 1, + "k": [ + { + "o": { + "x": 0.333, + "y": 0 + }, + "i": { + "x": 0, + "y": 1 + }, + "s": [ + 400, + 700, + 0 + ], + "t": 59 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 711.688, + 750.148, + 0 + ], + "t": 77 + } + ], + "ix": 2 + }, + "sa": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + } + }, + "ef": [], + "shapes": [ + { + "ty": "gr", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Group", + "nm": "Group 9", + "ix": 1, + "cix": 2, + "np": 4, + "it": [ + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 1", + "ix": 1, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + -5.865, + 30.798 + ], + [ + 0.891, + 33.332 + ], + [ + 28.431, + 5.81 + ], + [ + 30.865000000000002, + -0.891 + ], + [ + 3.355, + -28.384 + ], + [ + -3.364, + -30.824 + ], + [ + -30.872, + -3.322 + ], + [ + -32.695, + -0.528 + ], + [ + -32.048, + 4.637 + ] + ], + "o": [ + [ + -3.2380000000000004, + 33.297 + ], + [ + 3.352, + 30.868 + ], + [ + 30.865000000000002, + 3.3789999999999996 + ], + [ + 28.431, + -3.325 + ], + [ + 0.9140000000000001, + -30.824 + ], + [ + -5.795, + -28.384 + ], + [ + -32.048, + -2.149 + ], + [ + -32.695, + 3.012 + ], + [ + -30.872, + 5.813 + ] + ], + "v": [ + [ + -5.865, + 30.798 + ], + [ + 3.352, + 30.868 + ], + [ + 28.431, + 5.81 + ], + [ + 28.431, + -3.325 + ], + [ + 3.355, + -28.384 + ], + [ + -5.795, + -28.384 + ], + [ + -30.872, + -3.322 + ], + [ + -32.695, + 1.244 + ], + [ + -30.872, + 5.813 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 2", + "ix": 2, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + 5.135, + 50.675 + ], + [ + -13.613000000000001, + 48.359 + ], + [ + -18.531, + 43.613 + ], + [ + -43.607, + 18.558 + ], + [ + -50.714, + 7.824 + ], + [ + -48.191, + -11.49 + ], + [ + -18.534, + -41.129 + ], + [ + 6.542000000000002, + -50.672 + ], + [ + 41.17, + -16.067 + ], + [ + 50.713, + 9.003 + ], + [ + 16.091, + 43.613 + ] + ], + "o": [ + [ + -7.364, + 50.675 + ], + [ + -18.42, + 43.719 + ], + [ + -18.531, + 43.613 + ], + [ + -48.191, + 13.971 + ], + [ + -50.714, + -5.34 + ], + [ + -43.61, + -16.067 + ], + [ + -8.982999999999999, + -50.675 + ], + [ + 16.091, + -41.126 + ], + [ + 50.713, + -6.525 + ], + [ + 41.17, + 18.552 + ], + [ + 11.381, + 48.318 + ] + ], + "v": [ + [ + -1.141, + 50.675 + ], + [ + -18.42, + 43.719 + ], + [ + -18.531, + 43.613 + ], + [ + -43.607, + 18.558 + ], + [ + -50.714, + 1.244 + ], + [ + -43.61, + -16.067 + ], + [ + -18.534, + -41.129 + ], + [ + 16.091, + -41.126 + ], + [ + 41.17, + -16.067 + ], + [ + 41.17, + 18.552 + ], + [ + 16.091, + 43.613 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "mm", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Filter - Merge", + "nm": "Merge Paths 1", + "mm": 1, + "_render": true + }, + { + "ty": "fl", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Graphic - Fill", + "nm": "Fill 1", + "c": { + "a": 0, + "k": [ + 0.36470588235294116, + 0.1450980392156863, + 0.996078431372549, + 1 + ], + "ix": 4 + }, + "r": 1, + "o": { + "a": 0, + "k": 100, + "ix": 5 + }, + "_render": true + }, + { + "ty": "tr", + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 3 + }, + "sk": { + "a": 0, + "k": 0, + "ix": 4 + }, + "p": { + "a": 0, + "k": [ + 1211.376, + 445.688 + ], + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 6 + }, + "sa": { + "a": 0, + "k": 0, + "ix": 5 + }, + "o": { + "a": 0, + "k": 100, + "ix": 7 + }, + "_render": true + } + ], + "_render": true + } + ], + "ind": 9, + "completed": true + }, + { + "ty": 4, + "nm": "Group 10", + "mn": "", + "sr": 1, + "st": 16, + "op": 256, + "ip": 59, + "hd": false, + "cl": "", + "ln": "", + "ddd": 0, + "bm": 0, + "hasMask": false, + "ao": 0, + "ks": { + "a": { + "a": 0, + "k": [ + 793.158, + 703.896, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "o": { + "x": 0.733, + "y": 0 + }, + "i": { + "x": 0.187, + "y": 1 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 59 + }, + { + "o": { + "x": 0.76, + "y": 0 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 69 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 0, + 0, + 100 + ], + "t": 77 + } + ], + "ix": 6 + }, + "sk": { + "a": 0, + "k": 0 + }, + "p": { + "a": 1, + "k": [ + { + "o": { + "x": 0.333, + "y": 0 + }, + "i": { + "x": 0, + "y": 1 + }, + "s": [ + 400, + 700, + 0 + ], + "t": 59 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 86.197, + 828.475, + 0 + ], + "t": 77 + } + ], + "ix": 2 + }, + "sa": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + } + }, + "ef": [], + "shapes": [ + { + "ty": "gr", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Group", + "nm": "Group 10", + "ix": 1, + "cix": 2, + "np": 4, + "it": [ + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 1", + "ix": 1, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + -1.825, + 21.292 + ], + [ + 0.8379999999999999, + 22.276999999999997 + ], + [ + 20.348, + 2.772 + ], + [ + 21.023, + 1.4329999999999998 + ], + [ + 20.935, + -0.125 + ], + [ + 1.75, + -19.298 + ], + [ + -0.8510000000000001, + -20.194999999999997 + ], + [ + -20.35, + -0.708 + ], + [ + -21.022, + 0.6319999999999999 + ], + [ + -20.934, + 2.1919999999999997 + ] + ], + "o": [ + [ + -0.796, + 22.248 + ], + [ + 1.753, + 21.362 + ], + [ + 20.935, + 2.189 + ], + [ + 21.023, + 0.6319999999999999 + ], + [ + 20.354, + -0.705 + ], + [ + 0.852, + -20.189 + ], + [ + -1.749, + -19.298 + ], + [ + -20.934, + -0.128 + ], + [ + -21.022, + 1.4329999999999998 + ], + [ + -20.35, + 2.772 + ] + ], + "v": [ + [ + -1.825, + 21.292 + ], + [ + 1.753, + 21.362 + ], + [ + 20.348, + 2.772 + ], + [ + 21.023, + 1.033 + ], + [ + 20.354, + -0.705 + ], + [ + 1.75, + -19.298 + ], + [ + -1.749, + -19.298 + ], + [ + -20.35, + -0.708 + ], + [ + -21.022, + 1.033 + ], + [ + -20.35, + 2.772 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 2", + "ix": 2, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + 5.31, + 40.025 + ], + [ + -10.361999999999998, + 38.09 + ], + [ + -14.488, + 34.107 + ], + [ + -33.089, + 15.515 + ], + [ + -39.039, + 6.538 + ], + [ + -36.925, + -9.616999999999999 + ], + [ + -14.488, + -32.043 + ], + [ + 6.495, + -40.022 + ], + [ + 33.087, + -13.453 + ], + [ + 39.04, + -4.474 + ], + [ + 36.923, + 11.685 + ], + [ + 14.489, + 34.107 + ] + ], + "o": [ + [ + -5.1450000000000005, + 40.025 + ], + [ + -14.373, + 34.219 + ], + [ + -14.488, + 34.107 + ], + [ + -36.925, + 11.685 + ], + [ + -39.039, + -4.474 + ], + [ + -33.089, + -13.453 + ], + [ + -6.499999999999999, + -40.025 + ], + [ + 14.483, + -32.046 + ], + [ + 36.923, + -9.62 + ], + [ + 39.04, + 6.538 + ], + [ + 33.081, + 15.521 + ], + [ + 10.542000000000002, + 38.049 + ] + ], + "v": [ + [ + 0.055, + 40.025 + ], + [ + -14.373, + 34.219 + ], + [ + -14.488, + 34.107 + ], + [ + -33.089, + 15.515 + ], + [ + -39.039, + 1.033 + ], + [ + -33.089, + -13.453 + ], + [ + -14.488, + -32.043 + ], + [ + 14.483, + -32.046 + ], + [ + 33.087, + -13.453 + ], + [ + 39.04, + 1.033 + ], + [ + 33.081, + 15.521 + ], + [ + 14.489, + 34.107 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "mm", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Filter - Merge", + "nm": "Merge Paths 1", + "mm": 1, + "_render": true + }, + { + "ty": "fl", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Graphic - Fill", + "nm": "Fill 1", + "c": { + "a": 0, + "k": [ + 0.7490196078431373, + 0.6509803921568628, + 1, + 1 + ], + "ix": 4 + }, + "r": 1, + "o": { + "a": 0, + "k": 100, + "ix": 5 + }, + "_render": true + }, + { + "ty": "tr", + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 3 + }, + "sk": { + "a": 0, + "k": 0, + "ix": 4 + }, + "p": { + "a": 0, + "k": [ + 793.158, + 702.898 + ], + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 6 + }, + "sa": { + "a": 0, + "k": 0, + "ix": 5 + }, + "o": { + "a": 0, + "k": 100, + "ix": 7 + }, + "_render": true + } + ], + "_render": true + } + ], + "ind": 10, + "completed": true + }, + { + "ty": 4, + "nm": "Group 11", + "mn": "", + "sr": 1, + "st": 16, + "op": 256, + "ip": 59, + "hd": false, + "cl": "", + "ln": "", + "ddd": 0, + "bm": 0, + "hasMask": false, + "ao": 0, + "ks": { + "a": { + "a": 0, + "k": [ + 581.156, + 567.93, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "o": { + "x": 0.733, + "y": 0 + }, + "i": { + "x": 0.187, + "y": 1 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 59 + }, + { + "o": { + "x": 0.76, + "y": 0 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 69 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 0, + 0, + 100 + ], + "t": 77 + } + ], + "ix": 6 + }, + "sk": { + "a": 0, + "k": 0 + }, + "p": { + "a": 1, + "k": [ + { + "o": { + "x": 0.333, + "y": 0 + }, + "i": { + "x": 0, + "y": 1 + }, + "s": [ + 400, + 700, + 0 + ], + "t": 59 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 573.156, + 503.93, + 0 + ], + "t": 77 + } + ], + "ix": 2 + }, + "sa": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + } + }, + "ef": [], + "shapes": [ + { + "ty": "gr", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Group", + "nm": "Group 11", + "ix": 1, + "cix": 2, + "np": 4, + "it": [ + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 1", + "ix": 1, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + 12.022, + -21.787 + ], + [ + -21.803, + -12.013 + ], + [ + -12.023, + 21.785 + ], + [ + 21.805, + 12.014000000000001 + ] + ], + "o": [ + [ + -12.023, + -21.787 + ], + [ + -21.803, + 12.014000000000001 + ], + [ + 12.022, + 21.785 + ], + [ + 21.805, + -12.013 + ] + ], + "v": [ + [ + 0.001, + -21.787 + ], + [ + -21.803, + -0.001 + ], + [ + 0.001, + 21.785 + ], + [ + 21.805, + -0.001 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 2", + "ix": 2, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + 21.957, + 39.804 + ], + [ + -39.821, + 21.95 + ], + [ + -21.956, + -39.804 + ], + [ + 39.822, + -21.948 + ] + ], + "o": [ + [ + -21.956, + 39.804 + ], + [ + -39.821, + -21.948 + ], + [ + 21.957, + -39.804 + ], + [ + 39.822, + 21.95 + ] + ], + "v": [ + [ + 0.001, + 39.804 + ], + [ + -39.821, + -0.001 + ], + [ + 0.001, + -39.804 + ], + [ + 39.822, + -0.001 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "mm", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Filter - Merge", + "nm": "Merge Paths 1", + "mm": 1, + "_render": true + }, + { + "ty": "fl", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Graphic - Fill", + "nm": "Fill 1", + "c": { + "a": 0, + "k": [ + 0.7490196078431373, + 0.6509803921568628, + 1, + 1 + ], + "ix": 4 + }, + "r": 1, + "o": { + "a": 0, + "k": 100, + "ix": 5 + }, + "_render": true + }, + { + "ty": "tr", + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 3 + }, + "sk": { + "a": 0, + "k": 0, + "ix": 4 + }, + "p": { + "a": 0, + "k": [ + 581.156, + 567.93 + ], + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 6 + }, + "sa": { + "a": 0, + "k": 0, + "ix": 5 + }, + "o": { + "a": 0, + "k": 100, + "ix": 7 + }, + "_render": true + } + ], + "_render": true + } + ], + "ind": 11, + "completed": true + }, + { + "ty": 4, + "nm": "Group 12", + "mn": "", + "sr": 1, + "st": 16, + "op": 256, + "ip": 59, + "hd": false, + "cl": "", + "ln": "", + "ddd": 0, + "bm": 0, + "hasMask": false, + "ao": 0, + "ks": { + "a": { + "a": 0, + "k": [ + 965.446, + 443.546, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "o": { + "x": 0.733, + "y": 0 + }, + "i": { + "x": 0.187, + "y": 1 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 59 + }, + { + "o": { + "x": 0.76, + "y": 0 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 69 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 0, + 0, + 100 + ], + "t": 77 + } + ], + "ix": 6 + }, + "sk": { + "a": 0, + "k": 0 + }, + "p": { + "a": 1, + "k": [ + { + "o": { + "x": 0.333, + "y": 0 + }, + "i": { + "x": 0, + "y": 1 + }, + "s": [ + 400, + 700, + 0 + ], + "t": 59 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 335.446, + 495.546, + 0 + ], + "t": 77 + } + ], + "ix": 2 + }, + "sa": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + } + }, + "ef": [], + "shapes": [ + { + "ty": "gr", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Group", + "nm": "Group 12", + "ix": 1, + "cix": 2, + "np": 4, + "it": [ + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 1", + "ix": 1, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + 2.0620000000000003, + -3.735 + ], + [ + -3.739, + -2.0589999999999997 + ], + [ + -2.061, + 3.735 + ], + [ + 3.739, + 2.0580000000000003 + ] + ], + "o": [ + [ + -2.061, + -3.735 + ], + [ + -3.739, + 2.0580000000000003 + ], + [ + 2.0620000000000003, + 3.735 + ], + [ + 3.739, + -2.0589999999999997 + ] + ], + "v": [ + [ + 0.003, + -3.735 + ], + [ + -3.739, + -0.001 + ], + [ + 0.003, + 3.735 + ], + [ + 3.739, + -0.001 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 2", + "ix": 2, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + 11.997, + 21.752 + ], + [ + -21.757, + 11.994 + ], + [ + -11.997, + -21.752 + ], + [ + 21.757, + -11.995 + ] + ], + "o": [ + [ + -11.997, + 21.752 + ], + [ + -21.757, + -11.995 + ], + [ + 11.997, + -21.752 + ], + [ + 21.757, + 11.994 + ] + ], + "v": [ + [ + 0.003, + 21.752 + ], + [ + -21.757, + -0.001 + ], + [ + 0.003, + -21.752 + ], + [ + 21.757, + -0.001 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "mm", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Filter - Merge", + "nm": "Merge Paths 1", + "mm": 1, + "_render": true + }, + { + "ty": "fl", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Graphic - Fill", + "nm": "Fill 1", + "c": { + "a": 0, + "k": [ + 0.7490196078431373, + 0.6509803921568628, + 1, + 1 + ], + "ix": 4 + }, + "r": 1, + "o": { + "a": 0, + "k": 100, + "ix": 5 + }, + "_render": true + }, + { + "ty": "tr", + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 3 + }, + "sk": { + "a": 0, + "k": 0, + "ix": 4 + }, + "p": { + "a": 0, + "k": [ + 965.446, + 443.546 + ], + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 6 + }, + "sa": { + "a": 0, + "k": 0, + "ix": 5 + }, + "o": { + "a": 0, + "k": 100, + "ix": 7 + }, + "_render": true + } + ], + "_render": true + } + ], + "ind": 12, + "completed": true + }, + { + "ty": 4, + "nm": "Group 13", + "mn": "", + "sr": 1, + "st": 16, + "op": 256, + "ip": 59, + "hd": false, + "cl": "", + "ln": "", + "ddd": 0, + "bm": 0, + "hasMask": false, + "ao": 0, + "ks": { + "a": { + "a": 0, + "k": [ + 1109.157, + 578.929, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "o": { + "x": 0.733, + "y": 0 + }, + "i": { + "x": 0.187, + "y": 1 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 59 + }, + { + "o": { + "x": 0.76, + "y": 0 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 30, + 30, + 100 + ], + "t": 69 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 0, + 0, + 100 + ], + "t": 77 + } + ], + "ix": 6 + }, + "sk": { + "a": 0, + "k": 0 + }, + "p": { + "a": 1, + "k": [ + { + "o": { + "x": 0.333, + "y": 0 + }, + "i": { + "x": 0, + "y": 1 + }, + "s": [ + 400, + 700, + 0 + ], + "t": 59 + }, + { + "o": { + "x": 0.167, + "y": 0.167 + }, + "i": { + "x": 0.833, + "y": 0.833 + }, + "s": [ + 735.084, + 845.977, + 0 + ], + "t": 77 + } + ], + "ix": 2 + }, + "sa": { + "a": 0, + "k": 0 + }, + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + } + }, + "ef": [], + "shapes": [ + { + "ty": "gr", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Group", + "nm": "Group 13", + "ix": 1, + "cix": 2, + "np": 4, + "it": [ + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 1", + "ix": 1, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + -4.048, + 28.978 + ], + [ + 1.8170000000000002, + 31.207 + ], + [ + 27.844, + 5.192 + ], + [ + 29.51, + 2.6879999999999997 + ], + [ + 28.917, + -1.805 + ], + [ + 4.043, + -26.662 + ], + [ + -1.822, + -28.893 + ], + [ + -27.846, + -2.876 + ], + [ + -29.508, + -0.371 + ], + [ + -28.919, + 4.122 + ] + ], + "o": [ + [ + -1.819, + 31.207 + ], + [ + 4.046, + 28.978 + ], + [ + 28.917, + 4.122 + ], + [ + 29.51, + -0.371 + ], + [ + 27.844, + -2.876 + ], + [ + 1.811, + -28.893 + ], + [ + -4.045, + -26.662 + ], + [ + -28.919, + -1.805 + ], + [ + -29.508, + 2.6879999999999997 + ], + [ + -27.846, + 5.192 + ] + ], + "v": [ + [ + -4.048, + 28.978 + ], + [ + 4.046, + 28.978 + ], + [ + 27.844, + 5.192 + ], + [ + 29.51, + 1.157 + ], + [ + 27.844, + -2.876 + ], + [ + 4.043, + -26.662 + ], + [ + -4.045, + -26.662 + ], + [ + -27.846, + -2.876 + ], + [ + -29.508, + 1.157 + ], + [ + -27.846, + 5.192 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "sh", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Shape - Group", + "nm": "Path 2", + "ix": 2, + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [ + 6.072, + 48.656 + ], + [ + -12.152999999999999, + 46.345 + ], + [ + -16.784, + 41.723 + ], + [ + -40.585, + 17.934 + ], + [ + -47.527, + 7.506 + ], + [ + -45.06, + -11.145 + ], + [ + -16.784, + -39.406 + ], + [ + 7.5329999999999995, + -48.65 + ], + [ + 40.583, + -15.621 + ], + [ + 47.527, + -5.186 + ], + [ + 45.058, + 13.459000000000001 + ], + [ + 16.782, + 41.723 + ] + ], + "o": [ + [ + -6.08, + 48.656 + ], + [ + -16.781, + 41.729 + ], + [ + -16.784, + 41.723 + ], + [ + -45.06, + 13.459000000000001 + ], + [ + -47.527, + -5.186 + ], + [ + -40.585, + -15.621 + ], + [ + -7.523, + -48.656 + ], + [ + 16.782, + -39.406 + ], + [ + 45.058, + -11.145 + ], + [ + 47.527, + 7.506 + ], + [ + 40.583, + 17.934 + ], + [ + 12.155000000000001, + 46.345 + ] + ], + "v": [ + [ + -0.001, + 48.656 + ], + [ + -16.781, + 41.729 + ], + [ + -16.784, + 41.723 + ], + [ + -40.585, + 17.934 + ], + [ + -47.527, + 1.157 + ], + [ + -40.585, + -15.621 + ], + [ + -16.784, + -39.406 + ], + [ + 16.782, + -39.406 + ], + [ + 40.583, + -15.621 + ], + [ + 47.527, + 1.157 + ], + [ + 40.583, + 17.934 + ], + [ + 16.782, + 41.723 + ] + ] + }, + "ix": 2 + }, + "_render": true + }, + { + "ty": "mm", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Filter - Merge", + "nm": "Merge Paths 1", + "mm": 1, + "_render": true + }, + { + "ty": "fl", + "bm": 0, + "cl": "", + "ln": "", + "hd": false, + "mn": "ADBE Vector Graphic - Fill", + "nm": "Fill 1", + "c": { + "a": 0, + "k": [ + 0.7490196078431373, + 0.6509803921568628, + 1, + 1 + ], + "ix": 4 + }, + "r": 1, + "o": { + "a": 0, + "k": 100, + "ix": 5 + }, + "_render": true + }, + { + "ty": "tr", + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 3 + }, + "sk": { + "a": 0, + "k": 0, + "ix": 4 + }, + "p": { + "a": 0, + "k": [ + 1109.157, + 577.772 + ], + "ix": 2 + }, + "r": { + "a": 0, + "k": 0, + "ix": 6 + }, + "sa": { + "a": 0, + "k": 0, + "ix": 5 + }, + "o": { + "a": 0, + "k": 100, + "ix": 7 + }, + "_render": true + } + ], + "_render": true + } + ], + "ind": 13, + "completed": true + } + ], + "id": "comp_0", + "fr": 30 + } + ], + "__complete": true +} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/map.zip b/ohos/flutter_lottie/assets/Tests/map.zip new file mode 100644 index 0000000000000000000000000000000000000000..f173e412e060a369dc420ce135966ab26e770c92 Binary files /dev/null and b/ohos/flutter_lottie/assets/Tests/map.zip differ diff --git a/ohos/flutter_lottie/assets/Tests/opacity_layers.json b/ohos/flutter_lottie/assets/Tests/opacity_layers.json new file mode 100644 index 0000000000000000000000000000000000000000..05f0521342b755a1bbb5820eaffa2f23e0aac186 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/opacity_layers.json @@ -0,0 +1 @@ +{"v":"5.1.20","fr":30,"ip":0,"op":100,"w":600,"h":400,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"test Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[100],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":30,"s":[0],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":50,"s":[0],"e":[100]},{"t":80}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[300,200,0],"ix":2},"a":{"a":0,"k":[400,300,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-66.274],[66.274,0],[0,66.274],[-66.274,0]],"o":[[0,66.274],[-66.274,0],[0,-66.274],[66.274,0]],"v":[[120,0],[0,120],[-120,0],[0,-120]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[488,300],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-66.274],[66.274,0],[0,66.274],[-66.274,0]],"o":[[0,66.274],[-66.274,0],[0,-66.274],[66.274,0]],"v":[[120,0],[0,120],[-120,0],[0,-120]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.40800000359,0.40800000359,0.40800000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[312,300],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":100,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/rect2.json b/ohos/flutter_lottie/assets/Tests/rect2.json new file mode 100644 index 0000000000000000000000000000000000000000..ab94746101a2aea04c0d2f2c9298a843a5216491 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/rect2.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 1","parent":1,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[100,100,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":0,"s":[85.714,85.714],"e":[52.714,52.714]},{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":16,"s":[52.714,52.714],"e":[85.714,85.714]},{"t":35}]},"p":{"k":[0,0]},"r":{"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"st","c":{"k":[0,0,0,1]},"o":{"k":100},"w":{"k":14},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[2.198,1.099],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":36,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":1,"nm":"White Solid 1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[45,45,0]},"a":{"k":[100,100,0]},"s":{"k":[45,45,100]}},"ao":0,"sw":200,"sh":200,"sc":"#ffffff","ip":0,"op":36,"st":0,"bm":0,"sr":1}],"v":"4.5.4","ddd":0,"ip":0,"op":36,"fr":60,"w":90,"h":90} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/text_with_parent_alpha.json b/ohos/flutter_lottie/assets/Tests/text_with_parent_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..7aedfe6a077071d54008dd0122a65b18603190a7 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/text_with_parent_alpha.json @@ -0,0 +1 @@ +{ "v": "5.12.2", "fr": 25, "ip": 0, "op": 107, "w": 796, "h": 972, "nm": "Simple Logo Reveal", "ddd": 0, "assets": [ { "id": "comp_0", "nm": "_Main Text Placeholder", "fr": 25, "layers": [ { "ddd": 0, "ind": 1, "ty": 5, "nm": "Text 1", "sr": 1, "ks": { "o": { "a": 0, "k": 100 }, "r": { "a": 0, "k": 0 }, "p": { "a": 0, "k": [ 498.57, 80.748, 0 ] }, "a": { "a": 0, "k": [ 0, 0, 0 ] }, "s": { "a": 0, "k": [ 50, 50, 100 ] } }, "ao": 0, "t": { "d": { "k": [ { "s": { "s": 173, "f": "Nunito-Black", "t": "SAMPLE TEXT", "ca": 1, "j": 2, "tr": 0, "lh": 207.600006103516, "ls": 0, "fc": [ 1, 0.69, 0 ] }, "t": 0 } ] }, "p": { }, "m": { "g": 1, "a": { "a": 0, "k": [ 0, 0 ] } }, "a": [ ] }, "ip": 0, "op": 250.25025025025, "st": 0, "ct": 1, "bm": 0 } ] } ], "fonts": { "list": [ { "fName": "Nunito-Black", "fFamily": "Nunito", "fStyle": "Black", "ascent": 71.4359454841435 } ] }, "layers": [ { "ddd": 0, "ind": 1, "ty": 0, "nm": "_Main Text Placeholder", "refId": "comp_0", "sr": 1, "ks": { "o": { "a": 1, "k": [ { "i": { "x": [ 0.927 ], "y": [ 0.689 ] }, "o": { "x": [ 1 ], "y": [ 0.007 ] }, "t": 60, "s": [ 13 ], "e": [ 99 ] }, { "t": 74 } ] }, "r": { "a": 0, "k": 0 }, "p": { "a": 1, "k": [ { "i": { "x": 0.038, "y": 1 }, "o": { "x": 0.766, "y": 0 }, "t": 60, "s": [ 396, 888, 0 ], "e": [ 396, 564, 0 ], "to": [ 0, -54, 0 ], "ti": [ 0, 54, 0 ] }, { "t": 78 } ] }, "a": { "a": 0, "k": [ 500, 50, 0 ] }, "s": { "a": 0, "k": [ 55, 55, 100 ] } }, "ao": 0, "w": 1000, "h": 100, "ip": -3, "op": 107, "st": -3, "bm": 0 } ], "markers": [ ], "props": { }, "chars": [ { "ch": "S", "size": 173, "style": "Black", "w": 66.4, "data": { "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ks": { "a": 0, "k": { "i": [ [ -5.334, 0 ], [ -4.434, 1.834 ], [ -2.467, 3.367 ], [ 0, 4.4 ], [ 1.533, 2.6 ], [ 3.666, 1.967 ], [ 6.4, 1.4 ], [ 2, 0.767 ], [ 0.733, 0.8 ], [ 0, 1.267 ], [ -2.067, 1.3 ], [ -3.4, 0 ], [ -2.1, -0.5 ], [ -1.567, -0.833 ], [ -0.334, -0.2 ], [ -0.734, -0.233 ], [ -0.867, 0 ], [ -1.167, 1.467 ], [ 0, 2 ], [ 0.5, 0.967 ], [ 1.2, 0.867 ], [ 3.8, 1.067 ], [ 4.866, 0 ], [ 4.433, -1.966 ], [ 2.533, -3.466 ], [ 0, -4.266 ], [ -1.5, -2.633 ], [ -3.734, -1.933 ], [ -6.6, -1.4 ], [ -1.9, -1.1 ], [ 0, -1.533 ], [ 2.033, -1.166 ], [ 3.933, 0 ], [ 2.7, 0.667 ], [ 2.733, 1.534 ], [ 0.8, 0.267 ], [ 0.866, 0 ], [ 1.2, -1.466 ], [ 0, -2 ], [ -0.5, -0.933 ], [ -1.134, -0.866 ], [ -4.567, -1.166 ] ], "o": [ [ 5.866, 0 ], [ 4.433, -1.833 ], [ 2.466, -3.366 ], [ 0, -3.533 ], [ -1.534, -2.6 ], [ -3.667, -1.966 ], [ -3.934, -0.8 ], [ -2, -0.766 ], [ -0.734, -0.8 ], [ 0, -2.133 ], [ 2.066, -1.3 ], [ 2.466, 0 ], [ 2.1, 0.5 ], [ 1.566, 0.834 ], [ 1.333, 0.8 ], [ 0.733, 0.234 ], [ 1.6, 0 ], [ 1.166, -1.466 ], [ 0, -1.4 ], [ -0.5, -0.966 ], [ -3.134, -2.266 ], [ -3.8, -1.066 ], [ -5.534, 0 ], [ -4.434, 1.967 ], [ -2.534, 3.467 ], [ 0, 3.734 ], [ 1.5, 2.634 ], [ 3.733, 1.934 ], [ 5.333, 1.067 ], [ 1.9, 1.1 ], [ 0, 2.267 ], [ -2.034, 1.167 ], [ -3.4, 0 ], [ -2.7, -0.666 ], [ -1.2, -0.733 ], [ -0.8, -0.266 ], [ -1.6, 0 ], [ -1.2, 1.467 ], [ 0, 1.467 ], [ 0.5, 0.934 ], [ 2.933, 2.067 ], [ 4.566, 1.166 ] ], "v": [ [ 32.9, 0.9 ], [ 48.35, -1.85 ], [ 58.7, -9.65 ], [ 62.4, -21.3 ], [ 60.1, -30.5 ], [ 52.3, -37.35 ], [ 37.2, -42.4 ], [ 28.3, -44.75 ], [ 24.2, -47.1 ], [ 23.1, -50.2 ], [ 26.2, -55.35 ], [ 34.4, -57.3 ], [ 41.25, -56.55 ], [ 46.75, -54.55 ], [ 49.6, -53 ], [ 52.7, -51.45 ], [ 55.1, -51.1 ], [ 59.25, -53.3 ], [ 61, -58.5 ], [ 60.25, -62.05 ], [ 57.7, -64.8 ], [ 47.3, -69.8 ], [ 34.3, -71.4 ], [ 19.35, -68.45 ], [ 8.9, -60.3 ], [ 5.1, -48.7 ], [ 7.35, -39.15 ], [ 15.2, -32.3 ], [ 30.7, -27.3 ], [ 41.55, -24.05 ], [ 44.4, -20.1 ], [ 41.35, -14.95 ], [ 32.4, -13.2 ], [ 23.25, -14.2 ], [ 15.1, -17.5 ], [ 12.1, -19 ], [ 9.6, -19.4 ], [ 5.4, -17.2 ], [ 3.6, -12 ], [ 4.35, -8.4 ], [ 6.8, -5.7 ], [ 18.05, -0.85 ] ], "c": true } }, "nm": "S", "hd": false } ], "nm": "S", "bm": 0, "hd": false } ] }, "fFamily": "Nunito" }, { "ch": "A", "size": 173, "style": "Black", "w": 76.1, "data": { "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ks": { "a": 0, "k": { "i": [ [ 0.6, 1.267 ], [ 0, 0 ], [ 1.733, 0.967 ], [ 2, 0 ], [ 1.7, -0.966 ], [ 0.866, -1.8 ], [ 0, 0 ], [ 0, -1.2 ], [ -1.834, -1.533 ], [ -2.267, 0 ], [ -1.3, 0.8 ], [ -0.734, 1.6 ], [ 0, 0 ], [ 0, 0 ], [ 0, 0 ], [ -1.267, -0.8 ], [ -1.534, 0 ], [ -1.767, 1.534 ], [ 0, 2.2 ] ], "o": [ [ 0, 0 ], [ -0.867, -1.8 ], [ -1.734, -0.966 ], [ -2.067, 0 ], [ -1.7, 0.967 ], [ 0, 0 ], [ -0.6, 1.267 ], [ 0, 2.2 ], [ 1.833, 1.534 ], [ 1.533, 0 ], [ 1.3, -0.8 ], [ 0, 0 ], [ 0, 0 ], [ 0, 0 ], [ 0.733, 1.6 ], [ 1.266, 0.8 ], [ 2.266, 0 ], [ 1.766, -1.533 ], [ 0, -1.2 ] ], "v": [ [ 73.9, -11.3 ], [ 47.5, -65.5 ], [ 43.6, -69.65 ], [ 38, -71.1 ], [ 32.35, -69.65 ], [ 28.5, -65.5 ], [ 2.1, -11.3 ], [ 1.2, -7.6 ], [ 3.95, -2 ], [ 10.1, 0.3 ], [ 14.35, -0.9 ], [ 17.4, -4.5 ], [ 22, -14.6 ], [ 54.4, -14.6 ], [ 58.9, -4.5 ], [ 61.9, -0.9 ], [ 66.1, 0.3 ], [ 72.15, -2 ], [ 74.8, -7.6 ] ], "c": true } }, "nm": "A", "hd": false }, { "ind": 1, "ty": "sh", "ks": { "a": 0, "k": { "i": [ [ 0, 0 ], [ 0, 0 ], [ 0, 0 ] ], "o": [ [ 0, 0 ], [ 0, 0 ], [ 0, 0 ] ], "v": [ [ 28.2, -28.4 ], [ 38.2, -50.7 ], [ 48.2, -28.4 ] ], "c": true } }, "nm": "A", "hd": false } ], "nm": "A", "bm": 0, "hd": false } ] }, "fFamily": "Nunito" }, { "ch": "M", "size": 173, "style": "Black", "w": 84.2, "data": { "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ks": { "a": 0, "k": { "i": [ [ 2.533, 0 ], [ 2.066, -4 ], [ 0, 0 ], [ 0, 0 ], [ 1.466, 1.034 ], [ 1.8, 0 ], [ 1.633, -1.666 ], [ 0, -2.666 ], [ 0, 0 ], [ -1.5, -1.466 ], [ -2.334, 0 ], [ -1.5, 1.5 ], [ 0, 2.467 ], [ 0, 0 ], [ 0, 0 ], [ -1.267, -0.9 ], [ -1.734, 0 ], [ -1.267, 0.9 ], [ -1.134, 2.134 ], [ 0, 0 ], [ 0, 0 ], [ -1.5, -1.466 ], [ -2.334, 0 ], [ -1.467, 1.467 ], [ 0, 2.534 ], [ 0, 0 ], [ 1.6, 1.667 ] ], "o": [ [ -3.534, 0 ], [ 0, 0 ], [ 0, 0 ], [ -1, -1.933 ], [ -1.467, -1.033 ], [ -2.534, 0 ], [ -1.634, 1.667 ], [ 0, 0 ], [ 0, 2.534 ], [ 1.5, 1.467 ], [ 2.4, 0 ], [ 1.5, -1.5 ], [ 0, 0 ], [ 0, 0 ], [ 1.133, 2.134 ], [ 1.266, 0.9 ], [ 1.733, 0 ], [ 1.266, -0.9 ], [ 0, 0 ], [ 0, 0 ], [ 0, 2.534 ], [ 1.5, 1.467 ], [ 2.4, 0 ], [ 1.466, -1.466 ], [ 0, 0 ], [ 0, -2.666 ], [ -1.6, -1.666 ] ], "v": [ [ 69, -71 ], [ 60.6, -65 ], [ 42.3, -30.4 ], [ 23.9, -65 ], [ 20.2, -69.45 ], [ 15.3, -71 ], [ 9.05, -68.5 ], [ 6.6, -62 ], [ 6.6, -7.6 ], [ 8.85, -1.6 ], [ 14.6, 0.6 ], [ 20.45, -1.65 ], [ 22.7, -7.6 ], [ 22.7, -36.4 ], [ 34, -16 ], [ 37.6, -11.45 ], [ 42.1, -10.1 ], [ 46.6, -11.45 ], [ 50.2, -16 ], [ 61.6, -37 ], [ 61.6, -7.6 ], [ 63.85, -1.6 ], [ 69.6, 0.6 ], [ 75.4, -1.6 ], [ 77.6, -7.6 ], [ 77.6, -62 ], [ 75.2, -68.5 ] ], "c": true } }, "nm": "M", "hd": false } ], "nm": "M", "bm": 0, "hd": false } ] }, "fFamily": "Nunito" }, { "ch": "P", "size": 173, "style": "Black", "w": 67.7, "data": { "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ks": { "a": 0, "k": { "i": [ [ -2.8, 0 ], [ -1.667, 1.634 ], [ 0, 2.8 ], [ 0, 0 ], [ 0, 0 ], [ -4.367, 4 ], [ 0, 7 ], [ 4.333, 3.967 ], [ 7.8, 0 ], [ 0, 0 ], [ 1.466, -1.466 ], [ 0, -2.733 ], [ 0, 0 ], [ -1.634, -1.633 ] ], "o": [ [ 2.866, 0 ], [ 1.666, -1.633 ], [ 0, 0 ], [ 0, 0 ], [ 7.733, 0 ], [ 4.366, -4 ], [ 0, -7.066 ], [ -4.334, -3.966 ], [ 0, 0 ], [ -2.734, 0 ], [ -1.467, 1.467 ], [ 0, 0 ], [ 0, 2.8 ], [ 1.633, 1.634 ] ], "v": [ [ 15.5, 0.6 ], [ 22.3, -1.85 ], [ 24.8, -8.5 ], [ 24.8, -25.5 ], [ 40.5, -25.5 ], [ 58.65, -31.5 ], [ 65.2, -48 ], [ 58.7, -64.55 ], [ 40.5, -70.5 ], [ 14.9, -70.5 ], [ 8.6, -68.3 ], [ 6.4, -62 ], [ 6.4, -8.5 ], [ 8.85, -1.85 ] ], "c": true } }, "nm": "P", "hd": false }, { "ind": 1, "ty": "sh", "ks": { "a": 0, "k": { "i": [ [ 0, 0 ], [ 0, 0 ], [ 0, 0 ], [ 0, -5.8 ], [ 1.633, -1.4 ], [ 3.4, 0 ] ], "o": [ [ 0, 0 ], [ 0, 0 ], [ 6.666, 0 ], [ 0, 2.934 ], [ -1.634, 1.4 ], [ 0, 0 ] ], "v": [ [ 24.8, -39.3 ], [ 24.8, -56.6 ], [ 38, -56.6 ], [ 48, -47.9 ], [ 45.55, -41.4 ], [ 38, -39.3 ] ], "c": true } }, "nm": "P", "hd": false } ], "nm": "P", "bm": 0, "hd": false } ] }, "fFamily": "Nunito" }, { "ch": "L", "size": 173, "style": "Black", "w": 57.2, "data": { "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ks": { "a": 0, "k": { "i": [ [ -2.734, 0 ], [ 0, 0 ], [ -1.434, 1.2 ], [ 0, 2.534 ], [ 5.8, 0 ], [ 0, 0 ], [ 0, 0 ], [ 1.666, 1.634 ], [ 2.866, 0 ], [ 1.633, -1.633 ], [ 0, -2.733 ], [ 0, 0 ], [ -1.467, -1.466 ] ], "o": [ [ 0, 0 ], [ 2.933, 0 ], [ 1.433, -1.2 ], [ 0, -5 ], [ 0, 0 ], [ 0, 0 ], [ 0, -2.733 ], [ -1.667, -1.633 ], [ -2.8, 0 ], [ -1.634, 1.634 ], [ 0, 0 ], [ 0, 2.8 ], [ 1.466, 1.467 ] ], "v": [ [ 14.9, 0 ], [ 47.8, 0 ], [ 54.35, -1.8 ], [ 56.5, -7.4 ], [ 47.8, -14.9 ], [ 24.8, -14.9 ], [ 24.8, -62 ], [ 22.3, -68.55 ], [ 15.5, -71 ], [ 8.85, -68.55 ], [ 6.4, -62 ], [ 6.4, -8.6 ], [ 8.6, -2.2 ] ], "c": true } }, "nm": "L", "hd": false } ], "nm": "L", "bm": 0, "hd": false } ] }, "fFamily": "Nunito" }, { "ch": "E", "size": 173, "style": "Black", "w": 59.7, "data": { "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ks": { "a": 0, "k": { "i": [ [ -2.734, 0 ], [ 0, 0 ], [ -1.467, 1.2 ], [ 0, 2.267 ], [ 5.8, 0 ], [ 0, 0 ], [ 0, 0 ], [ 0, 0 ], [ -1.467, 1.2 ], [ 0, 2.267 ], [ 5.8, 0 ], [ 0, 0 ], [ 0, 0 ], [ 0, 0 ], [ 0, 4.8 ], [ 1.466, 1.2 ], [ 2.866, 0 ], [ 0, 0 ], [ 1.466, -1.466 ], [ 0, -2.733 ], [ 0, 0 ], [ -1.467, -1.466 ] ], "o": [ [ 0, 0 ], [ 2.866, 0 ], [ 1.466, -1.2 ], [ 0, -4.8 ], [ 0, 0 ], [ 0, 0 ], [ 0, 0 ], [ 2.866, 0 ], [ 1.466, -1.2 ], [ 0, -4.733 ], [ 0, 0 ], [ 0, 0 ], [ 0, 0 ], [ 5.8, 0 ], [ 0, -2.266 ], [ -1.467, -1.2 ], [ 0, 0 ], [ -2.734, 0 ], [ -1.467, 1.467 ], [ 0, 0 ], [ 0, 2.734 ], [ 1.466, 1.467 ] ], "v": [ [ 14.9, 0 ], [ 49.5, 0 ], [ 56, -1.8 ], [ 58.2, -7 ], [ 49.5, -14.2 ], [ 24.3, -14.2 ], [ 24.3, -28.8 ], [ 47.5, -28.8 ], [ 54, -30.6 ], [ 56.2, -35.8 ], [ 47.5, -42.9 ], [ 24.3, -42.9 ], [ 24.3, -56.3 ], [ 49.5, -56.3 ], [ 58.2, -63.5 ], [ 56, -68.7 ], [ 49.5, -70.5 ], [ 14.9, -70.5 ], [ 8.6, -68.3 ], [ 6.4, -62 ], [ 6.4, -8.5 ], [ 8.6, -2.2 ] ], "c": true } }, "nm": "E", "hd": false } ], "nm": "E", "bm": 0, "hd": false } ] }, "fFamily": "Nunito" }, { "ch": " ", "size": 173, "style": "Black", "w": 28.6, "data": { }, "fFamily": "Nunito" }, { "ch": "T", "size": 173, "style": "Black", "w": 63.2, "data": { "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ks": { "a": 0, "k": { "i": [ [ -2.8, 0 ], [ -1.7, 1.634 ], [ 0, 2.734 ], [ 0, 0 ], [ 0, 0 ], [ -1.434, 1.234 ], [ 0, 2.534 ], [ 1.433, 1.2 ], [ 2.933, 0 ], [ 0, 0 ], [ 1.433, -1.2 ], [ 0, -2.533 ], [ -1.434, -1.233 ], [ -2.934, 0 ], [ 0, 0 ], [ 0, 0 ], [ -1.7, -1.633 ] ], "o": [ [ 2.8, 0 ], [ 1.7, -1.633 ], [ 0, 0 ], [ 0, 0 ], [ 2.933, 0 ], [ 1.433, -1.233 ], [ 0, -2.533 ], [ -1.434, -1.2 ], [ 0, 0 ], [ -2.934, 0 ], [ -1.434, 1.2 ], [ 0, 2.534 ], [ 1.433, 1.234 ], [ 0, 0 ], [ 0, 0 ], [ 0, 2.734 ], [ 1.7, 1.634 ] ], "v": [ [ 31.6, 0.5 ], [ 38.35, -1.95 ], [ 40.9, -8.5 ], [ 40.9, -55.6 ], [ 55, -55.6 ], [ 61.55, -57.45 ], [ 63.7, -63.1 ], [ 61.55, -68.7 ], [ 55, -70.5 ], [ 8.2, -70.5 ], [ 1.65, -68.7 ], [ -0.5, -63.1 ], [ 1.65, -57.45 ], [ 8.2, -55.6 ], [ 22.3, -55.6 ], [ 22.3, -8.5 ], [ 24.85, -1.95 ] ], "c": true } }, "nm": "T", "hd": false } ], "nm": "T", "bm": 0, "hd": false } ] }, "fFamily": "Nunito" }, { "ch": "X", "size": 173, "style": "Black", "w": 68.6, "data": { "shapes": [ { "ty": "gr", "it": [ { "ind": 0, "ty": "sh", "ks": { "a": 0, "k": { "i": [ [ 1.466, 1.667 ], [ 0, 0 ], [ 0, 0 ], [ 0, 1.934 ], [ 1.766, 1.7 ], [ 2.266, 0 ], [ 1.6, -2 ], [ 0, 0 ], [ 0, 0 ], [ 2.333, 0 ], [ 1.766, -1.7 ], [ 0, -2.266 ], [ -1.467, -1.733 ], [ 0, 0 ], [ 0, 0 ], [ 0, -1.933 ], [ -1.767, -1.733 ], [ -2.2, 0 ], [ -1.734, 2 ], [ 0, 0 ], [ 0, 0 ], [ -2.334, 0 ], [ -1.767, 1.7 ], [ 0, 2.267 ] ], "o": [ [ 0, 0 ], [ 0, 0 ], [ 1.4, -1.666 ], [ 0, -2.266 ], [ -1.767, -1.7 ], [ -2.334, 0 ], [ 0, 0 ], [ 0, 0 ], [ -1.734, -2 ], [ -2.267, 0 ], [ -1.767, 1.7 ], [ 0, 1.867 ], [ 0, 0 ], [ 0, 0 ], [ -1.4, 1.667 ], [ 0, 2.267 ], [ 1.766, 1.734 ], [ 2.266, 0 ], [ 0, 0 ], [ 0, 0 ], [ 1.733, 2 ], [ 2.2, 0 ], [ 1.766, -1.7 ], [ 0, -2 ] ], "v": [ [ 64.1, -13.3 ], [ 45, -35.5 ], [ 63.7, -57.2 ], [ 65.8, -62.6 ], [ 63.15, -68.55 ], [ 57.1, -71.1 ], [ 51.2, -68.1 ], [ 34.4, -48.1 ], [ 17.5, -68.1 ], [ 11.4, -71.1 ], [ 5.35, -68.55 ], [ 2.7, -62.6 ], [ 4.9, -57.2 ], [ 23.6, -35.5 ], [ 4.4, -13.3 ], [ 2.3, -7.9 ], [ 4.95, -1.9 ], [ 10.9, 0.7 ], [ 16.9, -2.3 ], [ 34.4, -22.9 ], [ 51.6, -2.3 ], [ 57.7, 0.7 ], [ 63.65, -1.85 ], [ 66.3, -7.8 ] ], "c": true } }, "nm": "X", "hd": false } ], "nm": "X", "bm": 0, "hd": false } ] }, "fFamily": "Nunito" } ] } \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/Tests/wile.json b/ohos/flutter_lottie/assets/Tests/wile.json new file mode 100644 index 0000000000000000000000000000000000000000..121e504a6ccbb4d1db0d9d1bb740dc726de60642 --- /dev/null +++ b/ohos/flutter_lottie/assets/Tests/wile.json @@ -0,0 +1,2492 @@ +{ + "v": "4.8.0", + "meta": { + "g": "LottieFiles AE 2.0.4", + "a": "", + "k": "", + "d": "", + "tc": "" + }, + "fr": 29.9700012207031, + "ip": 0, + "op": 33.0000013441176, + "w": 500, + "h": 500, + "nm": "Wile Loading", + "ddd": 0, + "assets": [], + "fonts": { + "list": [ + { + "fName": "Blenny-Black", + "fFamily": "Blenny", + "fStyle": "Black", + "ascent": 71.8994140625 + } + ] + }, + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 5, + "nm": "wile", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.667 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.508 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.667 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.421 + ], + "y": [ + 0 + ] + }, + "t": 4.051, + "s": [ + -10 + ] + }, + { + "i": { + "x": [ + 0.667 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.51 + ], + "y": [ + 0 + ] + }, + "t": 12.051, + "s": [ + 370 + ] + }, + { + "i": { + "x": [ + 0.667 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.569 + ], + "y": [ + 0 + ] + }, + "t": 16.051, + "s": [ + 356 + ] + }, + { + "t": 19.0512507759733, + "s": [ + 360 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 250, + 250, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + -0.135, + -33.075, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ef": [ + { + "ty": 5, + "nm": "Grow Bounds", + "np": 3, + "mn": "ADBE GROW BOUNDS", + "ix": 1, + "en": 1, + "ef": [ + { + "ty": 0, + "nm": "Pixels", + "mn": "ADBE GROW BOUNDS-0001", + "ix": 1, + "v": { + "a": 0, + "k": 129, + "ix": 1 + } + } + ] + }, + { + "ty": 5, + "nm": "CC Bend It 2", + "np": 7, + "mn": "CC Bend It", + "ix": 2, + "en": 1, + "ef": [ + { + "ty": 0, + "nm": "Bend", + "mn": "CC Bend It-0001", + "ix": 1, + "v": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.667 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.333 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.667 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.333 + ], + "y": [ + 0 + ] + }, + "t": 4, + "s": [ + 7 + ] + }, + { + "i": { + "x": [ + 0.667 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.333 + ], + "y": [ + 0 + ] + }, + "t": 10, + "s": [ + -21 + ] + }, + { + "i": { + "x": [ + 0.667 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.333 + ], + "y": [ + 0 + ] + }, + "t": 14, + "s": [ + 2 + ] + }, + { + "t": 18.000000733155, + "s": [ + 0 + ] + } + ], + "ix": 1 + } + }, + { + "ty": 3, + "nm": "Start", + "mn": "CC Bend It-0002", + "ix": 2, + "v": { + "a": 0, + "k": [ + 460, + 257 + ], + "ix": 2 + } + }, + { + "ty": 3, + "nm": "End", + "mn": "CC Bend It-0003", + "ix": 3, + "v": { + "a": 0, + "k": [ + 40, + 246 + ], + "ix": 3 + } + }, + { + "ty": 7, + "nm": "Render Prestart", + "mn": "CC Bend It-0004", + "ix": 4, + "v": { + "a": 0, + "k": 3, + "ix": 4 + } + }, + { + "ty": 7, + "nm": "Distort", + "mn": "CC Bend It-0005", + "ix": 5, + "v": { + "a": 0, + "k": 1, + "ix": 5 + } + } + ] + }, + { + "ty": 5, + "nm": "Gradient Ramp", + "np": 10, + "mn": "ADBE Ramp", + "ix": 3, + "en": 1, + "ef": [ + { + "ty": 3, + "nm": "Start of Ramp", + "mn": "ADBE Ramp-0001", + "ix": 1, + "v": { + "a": 0, + "k": [ + 123, + 169 + ], + "ix": 1 + } + }, + { + "ty": 2, + "nm": "Start Color", + "mn": "ADBE Ramp-0002", + "ix": 2, + "v": { + "a": 0, + "k": [ + 0.627451002598, + 0.839215695858, + 0.996078431606, + 1 + ], + "ix": 2 + } + }, + { + "ty": 3, + "nm": "End of Ramp", + "mn": "ADBE Ramp-0003", + "ix": 3, + "v": { + "a": 0, + "k": [ + 384, + 318 + ], + "ix": 3 + } + }, + { + "ty": 2, + "nm": "End Color", + "mn": "ADBE Ramp-0004", + "ix": 4, + "v": { + "a": 0, + "k": [ + 0.04705882445, + 0.584313750267, + 0.996078431606, + 1 + ], + "ix": 4 + } + }, + { + "ty": 7, + "nm": "Ramp Shape", + "mn": "ADBE Ramp-0005", + "ix": 5, + "v": { + "a": 0, + "k": 1, + "ix": 5 + } + }, + { + "ty": 0, + "nm": "Ramp Scatter", + "mn": "ADBE Ramp-0006", + "ix": 6, + "v": { + "a": 0, + "k": 0, + "ix": 6 + } + }, + { + "ty": 0, + "nm": "Blend With Original", + "mn": "ADBE Ramp-0007", + "ix": 7, + "v": { + "a": 0, + "k": 0, + "ix": 7 + } + }, + { + "ty": 6, + "nm": "", + "mn": "ADBE Ramp-0008", + "ix": 8, + "v": 0 + } + ] + } + ], + "t": { + "d": { + "k": [ + { + "s": { + "s": 90, + "f": "Blenny-Black", + "t": "wile", + "j": 2, + "tr": 40, + "lh": 108, + "ls": 0, + "fc": [ + 0.11, + 0.467, + 0.835 + ] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { + "g": 1, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + } + }, + "a": [ + { + "nm": "Animator 1", + "s": { + "t": 0, + "xe": { + "a": 0, + "k": 0, + "ix": 7 + }, + "ne": { + "a": 0, + "k": 0, + "ix": 8 + }, + "a": { + "a": 0, + "k": 100, + "ix": 4 + }, + "b": 1, + "rn": 0, + "sh": 1, + "r": 1 + }, + "a": { + "t": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.667 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.667 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.333 + ], + "y": [ + 0 + ] + }, + "t": 4, + "s": [ + -3 + ] + }, + { + "i": { + "x": [ + 0.667 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.333 + ], + "y": [ + 0 + ] + }, + "t": 10, + "s": [ + 19.437 + ] + }, + { + "i": { + "x": [ + 0.667 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.333 + ], + "y": [ + 0 + ] + }, + "t": 14, + "s": [ + -2 + ] + }, + { + "t": 18.000000733155, + "s": [ + 0 + ] + } + ], + "ix": 89 + } + } + } + ] + }, + "ip": 0, + "op": 33.0000013441176, + "st": 0, + "bm": 0 + } + ], + "markers": [], + "chars": [ + { + "ch": "w", + "size": 90, + "style": "Black", + "w": 92.4, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + -0.6 + ], + [ + 1, + 0 + ], + [ + 0.333, + 0.334 + ], + [ + 0, + 0 + ], + [ + 1.233, + 1.734 + ], + [ + 2.166, + 0.7 + ], + [ + 4.533, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -0.666 + ], + [ + 0, + 0 + ], + [ + -0.134, + -0.266 + ], + [ + -0.467, + -0.466 + ], + [ + -0.8, + -2.533 + ], + [ + 0, + 0 + ], + [ + 0, + -0.6 + ], + [ + 1, + 0 + ], + [ + 0.333, + 0.334 + ], + [ + 0, + 0 + ], + [ + 1.233, + 1.734 + ], + [ + 2.166, + 0.7 + ], + [ + 4.533, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -0.666 + ], + [ + 0, + 0 + ], + [ + -0.666, + -0.4 + ], + [ + -0.7, + -0.733 + ], + [ + -0.4, + -1.133 + ], + [ + 0, + 0 + ], + [ + -1.2, + -0.766 + ], + [ + -2.334, + 0 + ], + [ + 0, + 0 + ], + [ + -1.4, + 0.9 + ], + [ + -0.734, + 1.867 + ], + [ + -1.367, + -0.866 + ], + [ + -2.2, + 0 + ], + [ + 0, + 0 + ], + [ + -1.1, + 0.434 + ], + [ + -0.9, + 1.334 + ], + [ + -1.4, + 3.6 + ], + [ + -2.3, + 7.634 + ], + [ + 0, + 2.4 + ], + [ + 2.4, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -0.666 + ], + [ + 0, + 0 + ], + [ + -0.134, + -0.266 + ], + [ + -0.467, + -0.466 + ], + [ + -0.8, + -2.533 + ] + ], + "o": [ + [ + 0.533, + 1.6 + ], + [ + 0, + 1.134 + ], + [ + -0.467, + 0 + ], + [ + 0, + 0 + ], + [ + -1.134, + -3.4 + ], + [ + -1.234, + -1.733 + ], + [ + -2.167, + -0.7 + ], + [ + 0, + 0 + ], + [ + -0.8, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0.334 + ], + [ + 0.133, + 0.267 + ], + [ + 0.866, + 0.934 + ], + [ + 0, + 0 + ], + [ + 0.533, + 1.6 + ], + [ + 0, + 1.134 + ], + [ + -0.467, + 0 + ], + [ + 0, + 0 + ], + [ + -1.134, + -3.4 + ], + [ + -1.234, + -1.733 + ], + [ + -2.167, + -0.7 + ], + [ + 0, + 0 + ], + [ + -0.8, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0.467 + ], + [ + 1.4, + 0.867 + ], + [ + 0.7, + 0.734 + ], + [ + 0, + 0 + ], + [ + 0.733, + 2 + ], + [ + 1.2, + 0.767 + ], + [ + 0, + 0 + ], + [ + 2.266, + 0 + ], + [ + 1.4, + -0.9 + ], + [ + 0.733, + 1.934 + ], + [ + 1.366, + 0.867 + ], + [ + 0, + 0 + ], + [ + 2.2, + 0 + ], + [ + 1.1, + -0.433 + ], + [ + 0.9, + -1.333 + ], + [ + 2.933, + -7.333 + ], + [ + 2.3, + -7.633 + ], + [ + 0, + -1.733 + ], + [ + 0, + 0 + ], + [ + -0.8, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0.334 + ], + [ + 0.133, + 0.267 + ], + [ + 0.866, + 0.934 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 68.6, + -13.9 + ], + [ + 69.4, + -10.6 + ], + [ + 67.9, + -8.9 + ], + [ + 66.7, + -9.4 + ], + [ + 57.1, + -38.4 + ], + [ + 53.55, + -46.1 + ], + [ + 48.45, + -49.75 + ], + [ + 38.4, + -50.8 + ], + [ + 29, + -50.8 + ], + [ + 27.8, + -49.8 + ], + [ + 27.8, + -48.9 + ], + [ + 28, + -48 + ], + [ + 28.9, + -46.9 + ], + [ + 31.4, + -41.7 + ], + [ + 40.5, + -13.9 + ], + [ + 41.3, + -10.6 + ], + [ + 39.8, + -8.9 + ], + [ + 38.6, + -9.4 + ], + [ + 29, + -38.4 + ], + [ + 25.45, + -46.1 + ], + [ + 20.35, + -49.75 + ], + [ + 10.3, + -50.8 + ], + [ + -2.3, + -50.8 + ], + [ + -3.5, + -49.8 + ], + [ + -3.5, + -48.6 + ], + [ + -2.5, + -47.3 + ], + [ + 0.65, + -44.9 + ], + [ + 2.3, + -42.1 + ], + [ + 15.5, + -5.3 + ], + [ + 18.4, + -1.15 + ], + [ + 23.7, + 0 + ], + [ + 35.4, + 0 + ], + [ + 40.9, + -1.35 + ], + [ + 44.1, + -5.5 + ], + [ + 47.25, + -1.3 + ], + [ + 52.6, + 0 + ], + [ + 64.3, + 0 + ], + [ + 69.25, + -0.65 + ], + [ + 72.25, + -3.3 + ], + [ + 75.7, + -10.7 + ], + [ + 83.55, + -33.15 + ], + [ + 87, + -48.2 + ], + [ + 83.4, + -50.8 + ], + [ + 57.1, + -50.8 + ], + [ + 55.9, + -49.8 + ], + [ + 55.9, + -48.9 + ], + [ + 56.1, + -48 + ], + [ + 57, + -46.9 + ], + [ + 59.5, + -41.7 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "w", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "w", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Blenny" + }, + { + "ch": "i", + "size": 90, + "style": "Black", + "w": 36.7, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + -2.334, + -1.766 + ], + [ + -3.934, + 0 + ], + [ + -2.367, + 1.8 + ], + [ + 0, + 2.934 + ], + [ + 2.366, + 1.8 + ], + [ + 3.933, + 0 + ], + [ + 2.333, + -1.8 + ], + [ + 0, + -3 + ] + ], + "o": [ + [ + 2.333, + 1.767 + ], + [ + 3.933, + 0 + ], + [ + 2.366, + -1.8 + ], + [ + 0, + -3 + ], + [ + -2.367, + -1.8 + ], + [ + -3.934, + 0 + ], + [ + -2.334, + 1.8 + ], + [ + 0, + 3 + ] + ], + "v": [ + [ + 6.3, + -57.65 + ], + [ + 15.7, + -55 + ], + [ + 25.15, + -57.7 + ], + [ + 28.7, + -64.8 + ], + [ + 25.15, + -72 + ], + [ + 15.7, + -74.7 + ], + [ + 6.3, + -72 + ], + [ + 2.8, + -64.8 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "i", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + -0.666 + ], + [ + 0, + 0 + ], + [ + -0.1, + -0.166 + ], + [ + -0.466, + -0.266 + ], + [ + -0.667, + -1.233 + ], + [ + 0, + -2.333 + ], + [ + 0, + 0 + ], + [ + -2.767, + -2.9 + ], + [ + -5.134, + 0 + ], + [ + -2.867, + 2.867 + ], + [ + 0, + 5.334 + ], + [ + 0.166, + 0.467 + ], + [ + 0.4, + 0 + ], + [ + 0, + 0 + ], + [ + 0.133, + -0.233 + ], + [ + 0.133, + -1.133 + ], + [ + 0.233, + -0.466 + ], + [ + 0.6, + 0 + ], + [ + 0.2, + 0.4 + ], + [ + 0, + 1.134 + ], + [ + 0, + 0 + ], + [ + 0.5, + 0.5 + ], + [ + 1.266, + 0 + ] + ], + "o": [ + [ + -0.8, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0.267 + ], + [ + 0.1, + 0.167 + ], + [ + 1.8, + 1.067 + ], + [ + 0.666, + 1.234 + ], + [ + 0, + 0 + ], + [ + 0, + 5.4 + ], + [ + 2.766, + 2.9 + ], + [ + 5.333, + 0 + ], + [ + 2.866, + -2.866 + ], + [ + 0, + -1.133 + ], + [ + -0.167, + -0.466 + ], + [ + 0, + 0 + ], + [ + -0.4, + 0 + ], + [ + -0.134, + 0.234 + ], + [ + -0.267, + 1.667 + ], + [ + -0.234, + 0.467 + ], + [ + -0.467, + 0 + ], + [ + -0.2, + -0.4 + ], + [ + 0, + 0 + ], + [ + 0, + -1.133 + ], + [ + -0.5, + -0.5 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -0.6, + -50.8 + ], + [ + -1.8, + -49.8 + ], + [ + -1.8, + -48.6 + ], + [ + -1.65, + -47.95 + ], + [ + -0.8, + -47.3 + ], + [ + 2.9, + -43.85 + ], + [ + 3.9, + -38.5 + ], + [ + 3.9, + -15.6 + ], + [ + 8.05, + -3.15 + ], + [ + 19.9, + 1.2 + ], + [ + 32.2, + -3.1 + ], + [ + 36.5, + -15.4 + ], + [ + 36.25, + -17.8 + ], + [ + 35.4, + -18.5 + ], + [ + 33.7, + -18.5 + ], + [ + 32.9, + -18.15 + ], + [ + 32.5, + -16.1 + ], + [ + 31.75, + -12.9 + ], + [ + 30.5, + -12.2 + ], + [ + 29.5, + -12.8 + ], + [ + 29.2, + -15.1 + ], + [ + 29.2, + -47.6 + ], + [ + 28.45, + -50.05 + ], + [ + 25.8, + -50.8 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "i", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "i", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Blenny" + }, + { + "ch": "l", + "size": 90, + "style": "Black", + "w": 36.7, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + -2.767, + -2.9 + ], + [ + -5.134, + 0 + ], + [ + -2.867, + 2.867 + ], + [ + 0, + 5.334 + ], + [ + 0.166, + 0.467 + ], + [ + 0.4, + 0 + ], + [ + 0, + 0 + ], + [ + 0.133, + -0.233 + ], + [ + 0.133, + -1.133 + ], + [ + 0.233, + -0.466 + ], + [ + 0.6, + 0 + ], + [ + 0.2, + 0.4 + ], + [ + 0, + 1.134 + ], + [ + 0, + 0 + ], + [ + 0.5, + 0.5 + ], + [ + 1.266, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -0.666 + ], + [ + 0, + 0 + ], + [ + -0.1, + -0.166 + ], + [ + -0.466, + -0.266 + ], + [ + -0.667, + -1.233 + ], + [ + 0, + -2.333 + ] + ], + "o": [ + [ + 0, + 5.4 + ], + [ + 2.766, + 2.9 + ], + [ + 5.333, + 0 + ], + [ + 2.866, + -2.866 + ], + [ + 0, + -1.133 + ], + [ + -0.167, + -0.466 + ], + [ + 0, + 0 + ], + [ + -0.4, + 0 + ], + [ + -0.134, + 0.234 + ], + [ + -0.267, + 1.667 + ], + [ + -0.234, + 0.467 + ], + [ + -0.467, + 0 + ], + [ + -0.2, + -0.4 + ], + [ + 0, + 0 + ], + [ + 0, + -1.133 + ], + [ + -0.5, + -0.5 + ], + [ + 0, + 0 + ], + [ + -0.8, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0.267 + ], + [ + 0.1, + 0.167 + ], + [ + 1.8, + 1.067 + ], + [ + 0.666, + 1.234 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 3.9, + -15.6 + ], + [ + 8.05, + -3.15 + ], + [ + 19.9, + 1.2 + ], + [ + 32.2, + -3.1 + ], + [ + 36.5, + -15.4 + ], + [ + 36.25, + -17.8 + ], + [ + 35.4, + -18.5 + ], + [ + 33.7, + -18.5 + ], + [ + 32.9, + -18.15 + ], + [ + 32.5, + -16.1 + ], + [ + 31.75, + -12.9 + ], + [ + 30.5, + -12.2 + ], + [ + 29.5, + -12.8 + ], + [ + 29.2, + -15.1 + ], + [ + 29.2, + -68.7 + ], + [ + 28.45, + -71.15 + ], + [ + 25.8, + -71.9 + ], + [ + -0.6, + -71.9 + ], + [ + -1.8, + -70.9 + ], + [ + -1.8, + -69.7 + ], + [ + -1.65, + -69.05 + ], + [ + -0.8, + -68.4 + ], + [ + 2.9, + -64.95 + ], + [ + 3.9, + -59.6 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "l", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "l", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Blenny" + }, + { + "ch": "e", + "size": 90, + "style": "Black", + "w": 58.1, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + -0.3, + 0.3 + ], + [ + -0.4, + 0 + ], + [ + -4.8, + 0 + ], + [ + -3.134, + 2.834 + ], + [ + 0, + 4.334 + ], + [ + 2.066, + 2.6 + ], + [ + 3.566, + 1.4 + ], + [ + 4.466, + 0 + ], + [ + 4.433, + -2.3 + ], + [ + 2.4, + -4 + ], + [ + 0, + -5.133 + ], + [ + -2.567, + -4.066 + ], + [ + -4.334, + -2.2 + ], + [ + -5.4, + 0 + ], + [ + -4.1, + 2.133 + ], + [ + -2.234, + 3.5 + ], + [ + 0, + 4.134 + ], + [ + 0.166, + 0.334 + ], + [ + 0.466, + 0 + ], + [ + 0, + 0 + ], + [ + 0.166, + -0.1 + ], + [ + 0.4, + -0.4 + ], + [ + 6.333, + 0 + ], + [ + 2.6, + 1.3 + ], + [ + 0, + 1.534 + ] + ], + "o": [ + [ + 0.3, + -0.3 + ], + [ + 3, + 3.2 + ], + [ + 4.8, + 0 + ], + [ + 3.133, + -2.833 + ], + [ + 0, + -3.4 + ], + [ + -2.067, + -2.6 + ], + [ + -3.567, + -1.4 + ], + [ + -5.934, + 0 + ], + [ + -4.434, + 2.3 + ], + [ + -2.4, + 4 + ], + [ + 0, + 5.2 + ], + [ + 2.566, + 4.067 + ], + [ + 4.333, + 2.2 + ], + [ + 5.066, + 0 + ], + [ + 4.1, + -2.133 + ], + [ + 2.233, + -3.5 + ], + [ + 0, + -0.866 + ], + [ + -0.167, + -0.333 + ], + [ + 0, + 0 + ], + [ + -0.334, + 0 + ], + [ + -0.167, + 0.1 + ], + [ + -4.067, + 4.267 + ], + [ + -3.2, + 0 + ], + [ + -2.6, + -1.3 + ], + [ + 0, + -0.466 + ] + ], + "v": [ + [ + 25.55, + -24.25 + ], + [ + 26.6, + -24.7 + ], + [ + 38.3, + -19.9 + ], + [ + 50.2, + -24.15 + ], + [ + 54.9, + -34.9 + ], + [ + 51.8, + -43.9 + ], + [ + 43.35, + -49.9 + ], + [ + 31.3, + -52 + ], + [ + 15.75, + -48.55 + ], + [ + 5.5, + -39.1 + ], + [ + 1.9, + -25.4 + ], + [ + 5.75, + -11.5 + ], + [ + 16.1, + -2.1 + ], + [ + 30.7, + 1.2 + ], + [ + 44.45, + -2 + ], + [ + 53.95, + -10.45 + ], + [ + 57.3, + -21.9 + ], + [ + 57.05, + -23.7 + ], + [ + 56.1, + -24.2 + ], + [ + 54.9, + -24.2 + ], + [ + 54.15, + -24.05 + ], + [ + 53.3, + -23.3 + ], + [ + 37.7, + -16.9 + ], + [ + 29, + -18.85 + ], + [ + 25.1, + -23.1 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "e", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + -0.667, + 0 + ], + [ + 0, + -1.333 + ], + [ + 0, + 0 + ], + [ + 1.2, + 0 + ], + [ + 0.4, + 0.534 + ] + ], + "o": [ + [ + 0.4, + -0.533 + ], + [ + 1.2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 1.334 + ], + [ + -0.667, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 28.1, + -46.6 + ], + [ + 29.7, + -47.4 + ], + [ + 31.5, + -45.4 + ], + [ + 31.5, + -31.2 + ], + [ + 29.7, + -29.2 + ], + [ + 28.1, + -30 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "e", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "e", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Blenny" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/TwitterHeartButton.json b/ohos/flutter_lottie/assets/TwitterHeartButton.json new file mode 100644 index 0000000000000000000000000000000000000000..9fd6fbad70f2d32d502320c0ce6dbcf200eeca5b --- /dev/null +++ b/ohos/flutter_lottie/assets/TwitterHeartButton.json @@ -0,0 +1 @@ +{"v":"5.4.3","fr":60,"ip":0,"op":116,"w":60,"h":60,"nm":"TwitterHeart","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":3,"nm":"Null 1","sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[30,30,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[416,416,100],"ix":6}},"ao":0,"ip":0,"op":116,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Dot14","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-320,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[40,40,100],"ix":6}},"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":[[-37.5,-40.5],[-1,0.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[47],"e":[29]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[29],"e":[9]},{"t":78}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[48],"e":[30]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[30],"e":[10]},{"t":78}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[0.631372570992,0.811764717102,0.937254905701,1],"e":[0.819607853889,0.647058844566,0.909803926945,1]},{"t":56}],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[5],"e":[2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[2],"e":[0]},{"t":70}],"ix":5},"lc":2,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"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":44,"op":90,"st":-44,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Dot13","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-306.6,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[40,40,100],"ix":6}},"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":[[-37.5,-40.5],[-1,0.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[44],"e":[19]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[19],"e":[0]},{"t":89}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[45],"e":[20]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[20],"e":[1]},{"t":89}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[0.658823549747,0.800000011921,0.96862745285,1],"e":[0.815686285496,0.654901981354,0.905882358551,1]},{"t":56}],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[5],"e":[0]},{"t":89}],"ix":5},"lc":2,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"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":44,"op":90,"st":-44,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Dot12","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-271.7,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[40,40,100],"ix":6}},"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":[[-37.5,-40.5],[-1,0.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[47],"e":[29]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[29],"e":[9]},{"t":78}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[48],"e":[30]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[30],"e":[10]},{"t":78}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[0.784313738346,0.588235318661,0.901960790157,1],"e":[0.890196084976,0.819607853889,0.580392181873,1]},{"t":56}],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[5],"e":[2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[2],"e":[0]},{"t":70}],"ix":5},"lc":2,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"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":44,"op":90,"st":-44,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Dot11","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-258.3,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[40,40,100],"ix":6}},"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":[[-37.5,-40.5],[-1,0.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[44],"e":[19]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[19],"e":[0]},{"t":89}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[45],"e":[20]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[20],"e":[1]},{"t":89}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[0.784313738346,0.61960786581,0.89411765337,1],"e":[0.921568632126,0.749019622803,0.32549020648,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[0.921568632126,0.749019622803,0.32549020648,1],"e":[0.549019634724,0.274509817362,0.709803938866,1]},{"t":66}],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[5],"e":[0]},{"t":89}],"ix":5},"lc":2,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"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":44,"op":90,"st":-44,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Dot10","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-220.3,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[40,40,100],"ix":6}},"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":[[-37.5,-40.5],[-1,0.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[47],"e":[29]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[29],"e":[9]},{"t":78}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[48],"e":[30]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[30],"e":[10]},{"t":78}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[0.607843160629,0.886274516582,0.78823530674,1],"e":[0.792156875134,0.737254917622,0.600000023842,1]},{"t":56}],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[5],"e":[2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[2],"e":[0]},{"t":70}],"ix":5},"lc":2,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"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":44,"op":90,"st":-44,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Dot9","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-206.9,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[40,40,100],"ix":6}},"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":[[-37.5,-40.5],[-1,0.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[44],"e":[19]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[19],"e":[0]},{"t":89}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[45],"e":[20]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[20],"e":[1]},{"t":89}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[0.61960786581,0.882352948189,0.780392169952,1],"e":[0.792156875134,0.737254917622,0.600000023842,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[0.792156875134,0.737254917622,0.600000023842,1],"e":[0.549019634724,0.274509817362,0.709803938866,1]},{"t":66}],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[5],"e":[0]},{"t":89}],"ix":5},"lc":2,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tm","s":{"a":0,"k":44,"ix":1},"e":{"a":0,"k":45,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":4,"nm":"Trim Paths 2","mn":"ADBE Vector Filter - Trim","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":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":44,"op":90,"st":-44,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Dot8","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-168.2,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[40,40,100],"ix":6}},"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":[[-37.5,-40.5],[-1,0.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[47],"e":[29]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[29],"e":[9]},{"t":78}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[48],"e":[30]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[30],"e":[10]},{"t":78}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[0.858823537827,0.623529434204,0.68235296011,1],"e":[0.329411774874,0.596078455448,0.800000011921,1]},{"t":56}],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[5],"e":[2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[2],"e":[0]},{"t":70}],"ix":5},"lc":2,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"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":44,"op":90,"st":-44,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Dot7","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-154.8,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[40,40,100],"ix":6}},"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":[[-37.5,-40.5],[-1,0.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[44],"e":[19]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[19],"e":[0]},{"t":89}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[45],"e":[20]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[20],"e":[1]},{"t":89}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[0.890196084976,0.600000023842,0.694117665291,1],"e":[0.329411774874,0.596078455448,0.800000011921,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[0.329411774874,0.596078455448,0.800000011921,1],"e":[0.549019634724,0.274509817362,0.709803938866,1]},{"t":66}],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[5],"e":[0]},{"t":89}],"ix":5},"lc":2,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"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":44,"op":90,"st":-44,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Dot6","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-117.1,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[40,40,100],"ix":6}},"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":[[-37.5,-40.5],[-1,0.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[47],"e":[29]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[29],"e":[9]},{"t":78}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[48],"e":[30]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[30],"e":[10]},{"t":78}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[0.61960786581,0.815686285496,0.956862747669,1],"e":[0.701960802078,0.843137264252,0.658823549747,1]},{"t":56}],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[5],"e":[2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[2],"e":[0]},{"t":70}],"ix":5},"lc":2,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tm","s":{"a":0,"k":29,"ix":1},"e":{"a":0,"k":30,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":4,"nm":"Trim Paths 2","mn":"ADBE Vector Filter - Trim","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":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":44,"op":90,"st":-44,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Dot5","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-103.7,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[40,40,100],"ix":6}},"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":[[-37.5,-40.5],[-1,0.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[44],"e":[19]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[19],"e":[0]},{"t":89}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[45],"e":[20]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[20],"e":[1]},{"t":89}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[0.721568644047,0.847058832645,0.949019610882,1],"e":[0.701960802078,0.843137264252,0.670588254929,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[0.701960802078,0.843137264252,0.670588254929,1],"e":[0.549019634724,0.274509817362,0.709803938866,1]},{"t":66}],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[5],"e":[0]},{"t":89}],"ix":5},"lc":2,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"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":44,"op":90,"st":-44,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Dot4","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-69.3,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[40,40,100],"ix":6}},"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":[[-37.5,-40.5],[-1,0.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[47],"e":[29]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[29],"e":[9]},{"t":78}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[48],"e":[30]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[30],"e":[10]},{"t":78}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[0.800000011921,0.580392181873,0.929411768913,1],"e":[0.701960802078,0.847058832645,0.658823549747,1]},{"t":56}],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[5],"e":[2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[2],"e":[0]},{"t":70}],"ix":5},"lc":2,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"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":44,"op":90,"st":-44,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Dot3","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-55.9,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[40,40,100],"ix":6}},"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":[[-37.5,-40.5],[-1,0.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[44],"e":[19]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[19],"e":[0]},{"t":89}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[45],"e":[20]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[20],"e":[1]},{"t":89}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[0.643137276173,0.811764717102,0.972549021244,1],"e":[0.701960802078,0.847058832645,0.658823549747,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[0.701960802078,0.847058832645,0.658823549747,1],"e":[0.549019634724,0.274509817362,0.709803938866,1]},{"t":66}],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[5],"e":[0]},{"t":89}],"ix":5},"lc":2,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"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":44,"op":90,"st":-44,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"Dot2","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-13.4,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[40,40,100],"ix":6}},"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":[[-37.5,-40.5],[-1,0.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[47],"e":[29]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[29],"e":[9]},{"t":78}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[48],"e":[30]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[30],"e":[10]},{"t":78}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[0.607843160629,0.886274516582,0.78823530674,1],"e":[0.631372570992,0.509803950787,0.623529434204,1]},{"t":56}],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[5],"e":[2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[2],"e":[0]},{"t":70}],"ix":5},"lc":2,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"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":44,"op":90,"st":-44,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"Dot1","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[40,40,100],"ix":6}},"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":[[-37.5,-40.5],[-1,0.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[44],"e":[19]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[19],"e":[0]},{"t":89}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[45],"e":[20]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[20],"e":[1]},{"t":89}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[0.61960786581,0.882352948189,0.780392169952,1],"e":[0.800000011921,0.521568655968,0.760784327984,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[0.800000011921,0.521568655968,0.760784327984,1],"e":[0.549019634724,0.274509817362,0.709803938866,1]},{"t":66}],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[5],"e":[0]},{"t":89}],"ix":5},"lc":2,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"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":44,"op":90,"st":-44,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"C2","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[40,40,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":38,"s":[25.744,25.744],"e":[60.744,60.744]},{"t":45}],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.807843148708,0.57647061348,0.956862747669,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[23.3],"e":[1]},{"t":45}],"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"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":"Ellipse 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":38,"op":46,"st":-47,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"C1","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":33,"s":[4,4,100],"e":[40,40,100]},{"t":39}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[57.344,57.344],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":33,"s":[1,0,0.257425785065,1],"e":[0.811764717102,0.564705908298,0.96862745285,1]},{"t":39}],"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":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":33,"op":39,"st":-46,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"H2","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0.217,0.85,0],"ix":2},"a":{"a":0,"k":[2.958,2.958,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.32,0.32,0.32],"y":[1,1,1]},"o":{"x":[0.68,0.68,0.68],"y":[0,0,0]},"n":["0p32_1_0p68_0","0p32_1_0p68_0","0p32_1_0p68_0"],"t":43,"s":[4,4,100],"e":[48.44,48.44,100]},{"i":{"x":[0.32,0.32,0.32],"y":[1,1,1]},"o":{"x":[0.68,0.68,0.68],"y":[0,0,0]},"n":["0p32_1_0p68_0","0p32_1_0p68_0","0p32_1_0p68_0"],"t":54,"s":[48.44,48.44,100],"e":[37.04,37.04,100]},{"i":{"x":[0.32,0.32,0.32],"y":[1,1,1]},"o":{"x":[0.68,0.68,0.68],"y":[0,0,0]},"n":["0p32_1_0p68_0","0p32_1_0p68_0","0p32_1_0p68_0"],"t":70,"s":[37.04,37.04,100],"e":[40,40,100]},{"t":91}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.833,0],[0,-3.333],[-3.25,0],[0,8.333],[3.917,0],[0,0]],"o":[[-4.833,0],[0,7.667],[3.25,0],[0,-4.5],[-3.917,0],[0,0]],"v":[[-4.583,-10.167],[-11.25,-2.25],[2.833,16.083],[17.167,-2.333],[10.167,-10],[2.917,-5.917]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.835294127464,0.180392161012,0.321568638086,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":1,"mn":"ADBE Vector Group","hd":false}],"ip":43,"op":136,"st":-46,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"H1","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0.217,0.85,0],"ix":2},"a":{"a":0,"k":[2.958,2.958,0],"ix":1},"s":{"a":0,"k":[40,40,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.833,0],[0,-3.333],[-3.25,0],[0,8.333],[3.917,0],[0,0]],"o":[[-4.833,0],[0,7.667],[3.25,0],[0,-4.5],[-3.917,0],[0,0]],"v":[[-4.583,-10.167],[-11.25,-2.25],[2.833,16.083],[17.167,-2.333],[10.167,-10],[2.917,-5.917]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.674509823322,0.729411780834,0.764705896378,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":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":33,"st":-46,"bm":0}],"markers":[{"tm":1,"cm":"touchUpCancel","dr":0},{"tm":33,"cm":"touchDownStart","dr":0},{"tm":38,"cm":"touchDownEnd","dr":0},{"tm":104,"cm":"touchUpEnd","dr":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/battery_optimizations.json b/ohos/flutter_lottie/assets/battery_optimizations.json new file mode 100644 index 0000000000000000000000000000000000000000..19d5568ee1726b6f718ee2dc2ab3f8a882fdaa43 --- /dev/null +++ b/ohos/flutter_lottie/assets/battery_optimizations.json @@ -0,0 +1 @@ +{"v":"5.7.0","fr":25,"ip":0,"op":251,"w":1170,"h":1240,"nm":"Animation1","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 5","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":370,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":378,"s":[100]},{"t":379,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[708.312,707.812,0],"ix":2},"a":{"a":0,"k":[-73.688,-186.188,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.265,0.265,0.667],"y":[1,1,1]},"o":{"x":[0.731,0.731,0.333],"y":[0,0,0]},"t":370,"s":[0,0,100]},{"t":381,"s":[477,477,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[15.623,15.623],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[1,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":1,"k":[{"i":{"x":[0.239],"y":[1]},"o":{"x":[0.822],"y":[0]},"t":370,"s":[14]},{"t":379,"s":[0]}],"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-73.688,-186.188],"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":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":365,"op":407,"st":226,"bm":0},{"ddd":0,"ind":2,"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":309,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":317,"s":[100]},{"t":318,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[724.312,485.812,0],"ix":2},"a":{"a":0,"k":[-73.688,-186.188,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.265,0.265,0.667],"y":[1,1,1]},"o":{"x":[0.731,0.731,0.333],"y":[0,0,0]},"t":309,"s":[0,0,100]},{"t":320,"s":[477,477,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[15.623,15.623],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[1,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":1,"k":[{"i":{"x":[0.239],"y":[1]},"o":{"x":[0.822],"y":[0]},"t":309,"s":[14]},{"t":318,"s":[0]}],"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-73.688,-186.188],"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":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":304,"op":346,"st":165,"bm":0},{"ddd":0,"ind":3,"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":217,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":225,"s":[100]},{"t":226,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[411.312,403.812,0],"ix":2},"a":{"a":0,"k":[-73.688,-186.188,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.265,0.265,0.667],"y":[1,1,1]},"o":{"x":[0.731,0.731,0.333],"y":[0,0,0]},"t":217,"s":[0,0,100]},{"t":228,"s":[477,477,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[15.623,15.623],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[1,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":1,"k":[{"i":{"x":[0.239],"y":[1]},"o":{"x":[0.822],"y":[0]},"t":217,"s":[14]},{"t":226,"s":[0]}],"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-73.688,-186.188],"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":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":212,"op":254,"st":73,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":142,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":150,"s":[100]},{"t":151,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[471.312,427.812,0],"ix":2},"a":{"a":0,"k":[-73.688,-186.188,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.265,0.265,0.667],"y":[1,1,1]},"o":{"x":[0.731,0.731,0.333],"y":[0,0,0]},"t":142,"s":[0,0,100]},{"t":153,"s":[477,477,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[15.623,15.623],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[1,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":1,"k":[{"i":{"x":[0.239],"y":[1]},"o":{"x":[0.822],"y":[0]},"t":142,"s":[14]},{"t":151,"s":[0]}],"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-73.688,-186.188],"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":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":137,"op":179,"st":-2,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":103,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":111,"s":[100]},{"t":112,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[451.312,342.812,0],"ix":2},"a":{"a":0,"k":[-73.688,-186.188,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.265,0.265,0.667],"y":[1,1,1]},"o":{"x":[0.731,0.731,0.333],"y":[0,0,0]},"t":103,"s":[0,0,100]},{"t":114,"s":[477,477,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[15.623,15.623],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[1,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":1,"k":[{"i":{"x":[0.239],"y":[1]},"o":{"x":[0.822],"y":[0]},"t":103,"s":[14]},{"t":112,"s":[0]}],"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-73.688,-186.188],"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":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":98,"op":140,"st":-41,"bm":0},{"ddd":0,"ind":6,"ty":1,"nm":"White Solid 1","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":410,"s":[0]},{"t":425,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[585,620,0],"ix":2},"a":{"a":0,"k":[585,620,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"sw":1170,"sh":1240,"sc":"#ffffff","ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Layer 90 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1005.679,797.65,0],"ix":2},"a":{"a":0,"k":[0,21,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.265,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.727,0.333,0.333],"y":[0,0,0]},"t":62,"s":[0,100,100]},{"t":87,"s":[100,100,100]}],"ix":6}},"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":[[46.594,-20.616],[-46.594,-20.616],[-46.594,20.616],[46.594,20.616]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.922000002394,0.961000031116,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":[46.844,20.866],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":62,"op":3487,"st":62,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Layer 89 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1062.016,756.419,0],"ix":2},"a":{"a":0,"k":[94,21,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.265,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.727,0.333,0.333],"y":[0,0,0]},"t":62,"s":[0,100,100]},{"t":87,"s":[100,100,100]}],"ix":6}},"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":[[46.594,-20.616],[-46.594,-20.616],[-46.594,20.616],[46.594,20.616]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.922000002394,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":[46.844,20.866],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":62,"op":3487,"st":62,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Layer 70 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[125.679,357.65,0],"ix":2},"a":{"a":0,"k":[0,21,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.265,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.727,0.333,0.333],"y":[0,0,0]},"t":50,"s":[0,100,100]},{"t":75,"s":[100,100,100]}],"ix":6}},"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":[[46.594,-20.616],[-46.594,-20.616],[-46.594,20.616],[46.594,20.616]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.922000002394,0.961000031116,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":[46.844,20.866],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":50,"op":3475,"st":50,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Layer 71 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[182.016,316.419,0],"ix":2},"a":{"a":0,"k":[94,21,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.265,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.727,0.333,0.333],"y":[0,0,0]},"t":50,"s":[0,100,100]},{"t":75,"s":[100,100,100]}],"ix":6}},"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":[[46.594,-20.616],[-46.594,-20.616],[-46.594,20.616],[46.594,20.616]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.922000002394,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":[46.844,20.866],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":50,"op":3475,"st":50,"bm":0},{"ddd":0,"ind":11,"ty":0,"nm":"Pre-comp 1","refId":"comp_1","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":25,"s":[0]},{"t":50,"s":[100]}],"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":25,"s":[534,620,0],"to":[8.5,0,0],"ti":[-8.5,0,0]},{"t":50,"s":[585,620,0]}],"ix":2},"a":{"a":0,"k":[585,620,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1170,"h":1240,"ip":25,"op":3450,"st":25,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Layer 75 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[198.814,937.451,0],"ix":2},"a":{"a":0,"k":[0.679,0.623,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.335,-0.111],[0.335,0.112]],"o":[[0.336,0.112],[-0.373,-0.112]],"v":[[-0.093,0.261],[0.094,-0.261]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.717999985639,0.481999984442,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.678,0.623],"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":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Layer 75 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[198.814,937.451,0],"ix":2},"a":{"a":0,"k":[0.679,0.623,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.335,-0.111],[0.335,0.112]],"o":[[0.336,0.112],[-0.373,-0.112]],"v":[[-0.093,0.261],[0.094,-0.261]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.717999985639,0.481999984442,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.678,0.623],"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":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"Layer 84 Outlines 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":13,"s":[0]},{"t":25,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[560.993,661.955,0],"ix":2},"a":{"a":0,"k":[227.605,485.525,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.38,1.493],[-2.126,0],[0,0],[0,-4.477],[1.38,-1.493],[2.125,0],[0,0],[0,4.476]],"o":[[1.38,-1.455],[0,0],[4.251,0],[0,2.239],[-1.38,1.455],[0,0],[-4.252,0],[0,-2.24]],"v":[[-169.667,-462.477],[-164.222,-464.865],[103.672,-464.865],[111.352,-456.768],[109.115,-451.021],[103.672,-448.634],[-164.222,-448.634],[-171.904,-456.729]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-7.869,0],[0,-8.321],[7.868,0],[0,8.284]],"o":[[7.868,0],[0,8.284],[-7.869,0],[0,-8.321]],"v":[[170.005,-472.887],[184.248,-457.85],[170.005,-442.812],[155.76,-457.85]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","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":[227.605,485.525],"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":"Group 2","np":6,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.38,1.493],[-2.126,0],[0,0],[0,-4.477],[1.38,-1.493],[2.125,0],[0,0],[0,4.476]],"o":[[1.38,-1.455],[0,0],[4.251,0],[0,2.239],[-1.38,1.455],[0,0],[-4.252,0],[0,-2.24]],"v":[[-169.667,-462.477],[-164.222,-464.865],[103.672,-464.865],[111.352,-456.768],[109.115,-451.021],[103.672,-448.634],[-164.222,-448.634],[-171.904,-456.729]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-7.869,0],[0,-8.321],[7.868,0],[0,8.284]],"o":[[7.868,0],[0,8.284],[-7.869,0],[0,-8.321]],"v":[[170.005,-472.887],[184.248,-457.85],[170.005,-442.812],[155.76,-457.85]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","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":[227.605,485.525],"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":"Group 1","np":6,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"Layer 84 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"t":25,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[560.993,661.955,0],"ix":2},"a":{"a":0,"k":[227.605,485.525,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[6.861,-4.74],[5.07,0],[0,0],[0,14.7],[0,0],[-13.909,0],[0,0],[-3.953,-2.76],[0,-9.291]],"o":[[0,9.33],[-3.953,2.76],[0,0],[-13.909,0],[0,0],[0,-14.664],[0,0],[5.108,0],[6.824,4.739],[0,0]],"v":[[206.997,368.105],[195.586,390.345],[181.826,394.675],[-181.861,394.675],[-207.032,368.105],[-207.032,-404.455],[-181.861,-431.021],[181.826,-431.021],[195.623,-426.656],[206.997,-404.455]],"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":[[13.91,0],[0,0],[0,-14.665],[0,0],[-13.909,0],[0,0],[0,14.7],[0,0]],"o":[[0,0],[-13.909,0],[0,0],[0,14.659],[0,0],[13.91,0],[0,0],[0,-14.665]],"v":[[202.185,-485.275],[-202.184,-485.275],[-227.355,-458.707],[-227.355,458.706],[-202.184,485.275],[202.185,485.275],[227.355,458.706],[227.355,-458.707]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.944999964097,0.944999964097,0.944999964097,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":[227.605,485.525],"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":"Group 2","np":6,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[6.861,-4.74],[5.07,0],[0,0],[0,14.7],[0,0],[-13.909,0],[0,0],[-3.953,-2.76],[0,-9.291]],"o":[[0,9.33],[-3.953,2.76],[0,0],[-13.909,0],[0,0],[0,-14.664],[0,0],[5.108,0],[6.824,4.739],[0,0]],"v":[[206.997,368.105],[195.586,390.345],[181.826,394.675],[-181.861,394.675],[-207.032,368.105],[-207.032,-404.455],[-181.861,-431.021],[181.826,-431.021],[195.623,-426.656],[206.997,-404.455]],"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":[[-1.38,1.493],[-2.126,0],[0,0],[0,-4.477],[1.38,-1.493],[2.125,0],[0,0],[0,4.476]],"o":[[1.38,-1.455],[0,0],[4.251,0],[0,2.239],[-1.38,1.455],[0,0],[-4.252,0],[0,-2.24]],"v":[[-169.667,-462.477],[-164.222,-464.865],[103.672,-464.865],[111.352,-456.768],[109.115,-451.021],[103.672,-448.634],[-164.222,-448.634],[-171.904,-456.729]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[-7.869,0],[0,-8.321],[7.868,0],[0,8.284]],"o":[[7.868,0],[0,8.284],[-7.869,0],[0,-8.321]],"v":[[170.005,-472.887],[184.248,-457.85],[170.005,-442.812],[155.76,-457.85]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[13.91,0],[0,0],[0,-14.665],[0,0],[-13.909,0],[0,0],[0,14.7],[0,0]],"o":[[0,0],[-13.909,0],[0,0],[0,14.659],[0,0],[13.91,0],[0,0],[0,-14.665]],"v":[[202.185,-485.275],[-202.184,-485.275],[-227.355,-458.707],[-227.355,458.706],[-202.184,485.275],[202.185,485.275],[227.355,458.706],[227.355,-458.707]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.944999964097,0.944999964097,0.944999964097,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":[227.605,485.525],"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":"Group 1","np":8,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":16,"ty":0,"nm":"Pre-comp 3","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[585,620,0],"ix":2},"a":{"a":0,"k":[585,620,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1170,"h":1240,"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"Layer 86 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":50,"s":[0]},{"t":75,"s":[100]}],"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":50,"s":[732.187,922.249,0],"to":[16.333,0,0],"ti":[-16.333,0,0]},{"t":75,"s":[830.187,922.249,0]}],"ix":2},"a":{"a":0,"k":[120.567,157.13,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-32.07,-19.44],[-30.094,17.049],[-6.004,22.015],[0,0],[-11.262,18.209],[29.086,-7.985],[0,0],[-3.616,26.492],[33.599,-23.544],[0,0],[6.526,19.737],[12.79,-24.218],[0,0],[14.58,-2.35],[2.572,-32.761]],"o":[[0,0],[32.07,19.4],[30.093,-17.091],[6.003,-22.014],[0,0],[11.224,-18.209],[0,0],[0,0],[3.618,-26.53],[-33.635,23.583],[0,0],[-6.525,-19.74],[-12.791,24.177],[0,0],[-14.581,2.388],[-2.574,32.799]],"v":[[-110.845,76.809],[-65.352,137.481],[47.49,129.162],[114.24,63.937],[73.78,43.9],[109.094,1.438],[84.594,-30.576],[55.508,-22.628],[86.458,-88.336],[46.893,-133.336],[1.362,-51.434],[-7.924,-97.216],[-46.93,-93.298],[-68.633,-33.076],[-87.464,-60.203],[-117.743,6.774]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.380000005984,0.677999997606,0.980000035903,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":[120.567,157.13],"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":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":25,"op":3450,"st":25,"bm":0},{"ddd":0,"ind":18,"ty":0,"nm":"Shapes","refId":"comp_22","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":25,"s":[0]},{"t":62,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[573,620,0],"ix":2},"a":{"a":0,"k":[585,620,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.334,0.334,0.667],"y":[1,1,1]},"o":{"x":[0.729,0.729,0.333],"y":[0,0,0]},"t":25,"s":[70,70,100]},{"t":62,"s":[100,100,100]}],"ix":6}},"ao":0,"w":1170,"h":1240,"ip":25,"op":3450,"st":25,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"Layer 87 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":25,"s":[0]},{"t":75,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[560.474,1147.185,0],"ix":2},"a":{"a":0,"k":[358.088,50.065,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":25,"s":[27,27,100]},{"t":75,"s":[100,100,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-197.628,0],[0,27.511],[197.629,0],[0,-27.509]],"o":[[197.629,0],[0,-27.509],[-197.628,0],[0,27.511]],"v":[[0,49.815],[357.838,0.004],[0,-49.815],[-357.838,0.004]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.862999949736,0.862999949736,0.862999949736,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":[358.088,50.065],"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":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":25,"op":3450,"st":25,"bm":0},{"ddd":0,"ind":20,"ty":4,"nm":"Layer 88 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[585,620,0],"ix":2},"a":{"a":0,"k":[585.25,620.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-585,620],[585,620],[585,-620],[-585,-620]],"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":[585.25,620.25],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Layer 72 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[296.589,1120.305,0],"ix":2},"a":{"a":0,"k":[13.469,56.575,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[13.219,-56.325],[-13.219,-56.325],[-13.219,56.325],[13.219,56.325]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.611999990426,0.776000019148,0.969000004787,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":[13.469,56.575],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 73 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[242.499,1120.305,0],"ix":2},"a":{"a":0,"k":[67.559,56.575,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[67.309,-56.325],[-67.309,-56.325],[-67.309,56.325],[67.309,56.325]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.819999964097,0.877999997606,0.961000031116,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":[67.559,56.575],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Layer 74 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[238.807,1177.225,0],"ix":2},"a":{"a":0,"k":[77.292,6.895,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-42.549,0],[0,3.67],[42.55,0],[0,-3.661]],"o":[[42.55,0],[0,-3.661],[-42.549,0],[0,3.67]],"v":[[0,6.645],[77.042,-0.005],[0,-6.645],[-77.042,-0.005]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.611999990426,0.776000019148,0.969000004787,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":[77.292,6.895],"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":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":0,"nm":"Pre-comp 2","refId":"comp_2","sr":1,"ks":{"o":{"a":0,"k":100,"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":[242.94,1081.73,0],"to":[0,-3.167,0],"ti":[0,3.167,0]},{"t":25,"s":[242.94,1062.73,0]}],"ix":2},"a":{"a":0,"k":[242.94,1063.73,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":0,"s":[76,76,100]},{"t":25,"s":[100,100,100]}],"ix":6}},"ao":0,"w":1170,"h":1240,"ip":0,"op":3425,"st":0,"bm":0}]},{"id":"comp_2","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Layer 78 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[278.969,967.992,0],"ix":2},"a":{"a":0,"k":[31.275,127.058,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-8.502,48.769],[-21.554,40.149],[9.323,-86.93]],"o":[[-3.244,-45.48],[7.794,-44.925],[8.763,87.014],[0,0]],"v":[[-27.781,126.808],[-21.965,-2.481],[22.262,-126.808],[-22.262,126.468]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.090000002992,0.834999952129,0.866999966491,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":[31.275,127.058],"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":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 79 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[195.57,1051.425,0],"ix":2},"a":{"a":0,"k":[61.014,49.375,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-40.386,-45.08],[17.712,47.95]],"o":[[-46.352,-16.72],[63.393,22.91]],"v":[[60.765,49.125],[-60.765,-49.125]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.090000002992,0.834999952129,0.866999966491,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":[61.015,49.375],"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":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Layer 80 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[235.34,975.528,0],"ix":2},"a":{"a":0,"k":[18.896,122.282,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[5.072,45.929],[-12.119,32.911],[2.461,-81.859]],"o":[[-10.367,-45.029],[-3.841,-34.851],[21.256,79.104],[0,0]],"v":[[15.513,118.111],[-14.805,-14.458],[-2.611,-122.032],[15.961,122.032]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.090000002992,0.834999952129,0.866999966491,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":[18.896,122.282],"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":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Layer 81 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[210.56,995.287,0],"ix":2},"a":{"a":0,"k":[46.061,105.473,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[10.815,58.131],[-4.288,13.321],[-3.766,-6.754],[-16.78,-65.75]],"o":[[-40.124,-43.43],[-2.573,-13.767],[6.078,4.777],[32.965,59.327],[0,0]],"v":[[31.044,95.783],[-42.642,-49.478],[-41.523,-105.223],[-27.651,-86.789],[45.811,105.223]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.090000002992,0.834999952129,0.866999966491,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":[46.061,105.473],"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":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Layer 82 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[294.948,1002.507,0],"ix":2},"a":{"a":0,"k":[44.01,98.253,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-43.256,54.85],[20.398,-36.422],[19.652,-36.83]],"o":[[19.13,-67.16],[-3.542,41.604],[-20.398,36.41],[0,0]],"v":[[-43.76,92.293],[43.76,-98.003],[7.402,20.433],[-38.614,98.003]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.090000002992,0.834999952129,0.866999966491,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":[44.01,98.253],"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":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Layer 83 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[314.041,1033.721,0],"ix":2},"a":{"a":0,"k":[58.964,66.929,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[45.196,-37.58],[-48.441,34.629]],"o":[[34.009,-48.88],[-16.856,56.308]],"v":[[-58.714,66.679],[58.714,-66.679]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.090000002992,0.834999952129,0.866999966491,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":[58.964,66.929],"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":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0}]},{"id":"comp_3","layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Pre-comp 15","refId":"comp_4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[585,620,0],"ix":2},"a":{"a":0,"k":[585,620,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1170,"h":1240,"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"Pre-comp 17","refId":"comp_6","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":309,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":320,"s":[15]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":390,"s":[15]},{"t":400,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[585,620,0],"ix":2},"a":{"a":0,"k":[585,620,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1170,"h":1240,"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Layer 85 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[561,679,0],"ix":2},"a":{"a":0,"k":[207.25,448.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-207,-448],[207,-448],[207,448],[-207,448]],"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":[207.25,448.25],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0}]},{"id":"comp_4","layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Pre-comp 16","refId":"comp_5","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":387,"s":[100]},{"t":400,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[585,620,0],"ix":2},"a":{"a":0,"k":[585,620,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1170,"h":1240,"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 4","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":311,"s":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":321,"s":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":396,"s":[100]},{"t":404,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[670.264,547,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,77.577,100],"ix":6}},"ao":0,"sy":[{"c":{"a":0,"k":[0.960784375668,0.945098102093,0.964705944061,1],"ix":2},"s":{"a":0,"k":1,"ix":3},"ty":0,"nm":"Stroke"}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[369,320.918],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":4,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.796078012504,0.086274995991,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":[-109.264,156.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}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 3","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":323,"s":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":333,"s":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":386,"s":[100]},{"t":394,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[670.264,557,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,77.577,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[369,320.918],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":4,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.796078012504,0.086274995991,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":[0.482352942228,0.482352942228,0.482352942228,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":[-109.264,150.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}],"ip":0,"op":3425,"st":0,"bm":0}]},{"id":"comp_5","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 7","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[709.543,708.115,0],"ix":2},"a":{"a":0,"k":[129.543,8.115,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":365,"s":[0,0,100]},{"t":372,"s":[50,50,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[22.445,22.445],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.796078012504,0.086274995991,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,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":[129.543,8.115],"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":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-1,"op":3424,"st":-1,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 6","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":341,"s":[0]},{"t":349,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[709.543,708.115,0],"ix":2},"a":{"a":0,"k":[124.543,8.115,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":342,"s":[80,80,100]},{"t":349,"s":[100,100,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[22.445,22.445],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.761427696078,0.761427696078,0.761427696078,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"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":[124.543,8.115],"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":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-1,"op":3424,"st":-1,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[709.543,628.115,0],"ix":2},"a":{"a":0,"k":[129.543,8.115,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":338,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":345,"s":[50,50,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":365,"s":[50,50,100]},{"t":369,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[22.445,22.445],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.796078012504,0.086274995991,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,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":[129.543,8.115],"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":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-12,"op":3413,"st":-12,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 4","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":330,"s":[0]},{"t":338,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[709.543,628.115,0],"ix":2},"a":{"a":0,"k":[124.543,8.115,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":331,"s":[80,80,100]},{"t":338,"s":[100,100,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[22.445,22.445],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.761427696078,0.761427696078,0.761427696078,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"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":[124.543,8.115],"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":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-12,"op":3413,"st":-12,"bm":0},{"ddd":0,"ind":5,"ty":5,"nm":"Spotty 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":324,"s":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":340,"s":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":437,"s":[100]},{"t":441,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[518.213,588.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"t":{"d":{"k":[{"s":{"s":26,"f":"Roboto-Bold","t":"Spotty","j":0,"tr":18,"lh":31.2,"ls":0,"fc":[0,0,0]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":5,"nm":"Dont allow","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":341,"s":[0]},{"t":353,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[411.46,714.58,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"t":{"d":{"k":[{"s":{"s":20,"f":"Rubik-Medium","t":"Dont allow","j":0,"tr":0,"lh":24,"ls":0,"fc":[0,0,0]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":329,"op":3754,"st":329,"bm":0},{"ddd":0,"ind":7,"ty":5,"nm":"May drain your battery more quickly.","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":347,"s":[0]},{"t":359,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[411.71,740.26,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"t":{"d":{"k":[{"s":{"s":16,"f":"Rubik-Regular","t":"May drain your battery\rmore quickly.","j":0,"tr":0,"lh":19.2000007629395,"ls":0,"fc":[0,0,0]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":329,"op":3754,"st":329,"bm":0},{"ddd":0,"ind":8,"ty":5,"nm":"Allow","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":331,"s":[0]},{"t":343,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[411.46,634.58,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"t":{"d":{"k":[{"s":{"s":20,"f":"Rubik-Medium","t":"Allow","j":0,"tr":0,"lh":24,"ls":0,"fc":[0,0,0]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":319,"op":3744,"st":319,"bm":0},{"ddd":0,"ind":9,"ty":5,"nm":"Recommend for better battery life.","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":337,"s":[0]},{"t":349,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[411.71,660.26,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"t":{"d":{"k":[{"s":{"s":16,"f":"Rubik-Regular","t":"Recommend for better\rbattery life.","j":0,"tr":0,"lh":19.2000007629395,"ls":0,"fc":[0,0,0]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":319,"op":3744,"st":319,"bm":0}]},{"id":"comp_6","layers":[{"ddd":0,"ind":1,"ty":5,"nm":"All applications","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":118,"s":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":134,"s":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":152,"s":[100]},{"t":156,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[405.5,434.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"t":{"d":{"k":[{"s":{"s":18,"f":"Roboto-Regular","t":"All applications","j":0,"tr":18,"lh":21.6,"ls":0,"fc":[0,0,0]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":5,"nm":"Not allowed","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":115,"s":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":131,"s":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":154,"s":[100]},{"t":158,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[405.5,398.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"t":{"d":{"k":[{"s":{"s":18,"f":"Roboto-Regular","t":"Not allowed","j":0,"tr":18,"lh":21.6,"ls":0,"fc":[0,0,0]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 3","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":100,"s":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":110,"s":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":158,"s":[100]},{"t":166,"s":[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":99,"s":[585,575,0],"to":[0,-4.667,0],"ti":[0,4.667,0]},{"t":115,"s":[585,547,0]}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,70,100],"ix":6}},"ao":0,"sy":[{"c":{"a":0,"k":[0.960784375668,0.945098102093,0.964705944061,1],"ix":2},"s":{"a":0,"k":1,"ix":3},"ty":0,"nm":"Stroke"}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[232.367,133.918],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":4,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.796078012504,0.086274995991,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":[-85.264,-192.6],"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":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":4,"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":109,"s":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":119,"s":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":150,"s":[100]},{"t":158,"s":[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":99,"s":[585,579,0],"to":[0,-4.667,0],"ti":[0,4.667,0]},{"t":115,"s":[585,551,0]}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,70,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[232.367,133.918],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":4,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.482643991709,0.482643991709,0.482643991709,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":[-85.264,-192.6],"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":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":0,"nm":"Pre-comp 14","refId":"comp_7","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[585,620,0],"ix":2},"a":{"a":0,"k":[585,620,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"tm":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":256,"s":[10.24]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":269,"s":[6]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":410,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":972,"s":[0]},{"t":3425,"s":[137]}],"ix":2},"w":1170,"h":1240,"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":0,"nm":"Pre-comp 12","refId":"comp_20","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[585,620,0],"ix":2},"a":{"a":0,"k":[585,620,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1170,"h":1240,"ip":270,"op":3695,"st":270,"bm":0},{"ddd":0,"ind":7,"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":222,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":226,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":235,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":239,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":265,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":274,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":278,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":287,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":291,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":300,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":304,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":312,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":316,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":325,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":329,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":338,"s":[0]},{"t":342,"s":[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":80,"s":[582,617,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":244,"s":[582,617,0],"to":[2.333,0,0],"ti":[-4,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":245,"s":[596,617,0],"to":[4,0,0],"ti":[-3.417,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":247,"s":[606,617,0],"to":[3.417,0,0],"ti":[-2.792,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":249,"s":[616.5,617,0],"to":[2.792,0,0],"ti":[-2.083,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":252,"s":[622.75,617,0],"to":[2.083,0,0],"ti":[-2.5,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":253,"s":[629,617,0],"to":[2.5,0,0],"ti":[-1.458,0,0]},{"t":256,"s":[637.75,617,0]}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[1.5,20],"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":[1,0.796078012504,0.086274995991,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":[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":[-170.122,-212.869],"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":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":0,"nm":"Pre-comp 11","refId":"comp_12","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[585,620,0],"ix":2},"a":{"a":0,"k":[585,620,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"tm":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":149,"s":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":158,"s":[1.64]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":202,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":410,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":976,"s":[0]},{"t":3425,"s":[137]}],"ix":2},"w":1170,"h":1240,"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":5,"nm":"Spotty","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[413.5,411.014,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"t":{"d":{"k":[{"s":{"s":18,"f":"Roboto-Regular","t":"Spotty","j":0,"tr":18,"lh":21.6,"ls":0,"fc":[0,0,0]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[{"nm":"Animator 1","s":{"t":0,"xe":{"a":0,"k":0,"ix":7},"ne":{"a":0,"k":0,"ix":8},"a":{"a":0,"k":100,"ix":4},"b":1,"rn":0,"sh":1,"s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":243,"s":[0]},{"t":256,"s":[100]}],"ix":1},"r":1},"a":{"o":{"a":0,"k":0,"ix":9}}}]},"ip":131,"op":3556,"st":131,"bm":0},{"ddd":0,"ind":10,"ty":5,"nm":"All applications 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":55,"s":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":73,"s":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":218,"s":[100]},{"t":222,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[415.5,410,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"t":{"d":{"k":[{"s":{"s":18,"f":"Roboto-Regular","t":"Search for apps...","j":0,"tr":18,"lh":21.6,"ls":0,"fc":[0.589,0.589,0.589]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Layer 51 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":45,"s":[0]},{"t":63,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[561,404,0],"ix":2},"a":{"a":0,"k":[177.25,27.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.209,0],[0,0],[0,-2.209],[0,0],[2.209,0],[0,0],[0,2.209],[0,0]],"o":[[0,0],[2.209,0],[0,0],[0,2.209],[0,0],[-2.209,0],[0,0],[0,-2.209]],"v":[[-173,-27],[173,-27],[177,-23],[177,23],[173,27],[-173,27],[-177,23],[-177,-23]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.944999964097,0.964999988032,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":[177.25,27.25],"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":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":0,"nm":"Pre-comp 13","refId":"comp_21","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[585,620,0],"ix":2},"a":{"a":0,"k":[585,620,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1170,"h":1240,"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Layer 53 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":31,"s":[0]},{"t":49,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[570.359,288.889,0],"ix":2},"a":{"a":0,"k":[134.841,12.301,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.139,0.121],[0,0.173],[0,0],[-0.121,0.121],[-0.173,0],[0,0],[-0.121,-0.121],[0,-0.191],[0,0],[-0.729,0.347],[-0.953,0],[-0.762,-0.451],[-0.434,-0.884],[0,-1.248],[0,0],[0.121,-0.139],[0.192,0],[0,0],[0.14,0.121],[0,0.191],[0,0],[0.381,0.416],[0.711,0],[0.399,-0.433],[0,-0.763],[0,0],[0.12,-0.139],[0.191,0]],"o":[[-0.173,0],[-0.121,-0.139],[0,0],[0,-0.191],[0.139,-0.121],[0,0],[0.192,0],[0.121,0.121],[0,0],[0.467,-0.572],[0.745,-0.347],[0.989,0],[0.781,0.451],[0.45,0.884],[0,0],[0,0.173],[-0.121,0.121],[0,0],[-0.19,0],[-0.121,-0.121],[0,0],[0,-0.78],[-0.363,-0.416],[-0.694,0],[-0.398,0.416],[0,0],[0,0.173],[-0.121,0.121],[0,0]],"v":[[121.279,7.111],[120.81,6.929],[120.629,6.461],[120.629,-5.759],[120.81,-6.227],[121.279,-6.409],[124.477,-6.409],[124.944,-6.227],[125.128,-5.759],[125.128,-4.771],[126.921,-6.149],[129.468,-6.669],[132.094,-5.993],[133.915,-3.991],[134.591,-0.793],[134.591,6.461],[134.408,6.929],[133.94,7.111],[130.482,7.111],[129.988,6.929],[129.806,6.461],[129.806,-0.637],[129.234,-2.431],[127.623,-3.055],[125.984,-2.405],[125.386,-0.637],[125.386,6.461],[125.205,6.929],[124.736,7.111]],"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.711,0],[-0.348,0.433],[-0.051,0.919],[0,0.52],[0.017,0.173],[0.346,0.451],[0.712,0],[0.348,-0.451],[0.052,-0.901],[0,0],[0,0],[-0.347,-0.451]],"o":[[0.712,0],[0.346,-0.451],[0.017,-0.173],[0,-0.52],[-0.051,-0.901],[-0.348,-0.451],[-0.711,0],[-0.347,0.451],[0,0],[0,0],[0.052,0.919],[0.348,0.433]],"v":[[111.157,4.095],[112.744,3.445],[113.341,1.391],[113.367,0.351],[113.341,-0.689],[112.744,-2.717],[111.157,-3.393],[109.571,-2.717],[108.973,-0.689],[108.947,0.351],[108.973,1.391],[109.571,3.445]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[2.184,0],[1.18,1.005],[0.103,1.872],[0,0.555],[-0.018,0.225],[-1.197,1.023],[-2.114,0],[-1.197,-1.04],[-0.103,-1.837],[0,-0.329],[0.035,-0.451],[1.179,-1.023]],"o":[[-2.184,0],[-1.16,-1.023],[-0.018,-0.225],[0,-0.555],[0.103,-1.837],[1.213,-1.04],[2.115,0],[1.213,1.023],[0.035,0.451],[0,0.329],[-0.103,1.872],[-1.161,1.005]],"v":[[111.157,7.371],[106.113,5.863],[104.216,1.521],[104.189,0.351],[104.216,-0.819],[106.166,-5.109],[111.157,-6.669],[116.124,-5.109],[118.099,-0.819],[118.151,0.351],[118.099,1.521],[116.175,5.863]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0.138,0.121],[0,0.173],[0,0],[-0.122,0.121],[-0.173,0],[0,0],[-0.121,-0.121],[0,-0.191],[0,0],[0.14,-0.121],[0.192,0]],"o":[[-0.173,0],[-0.122,-0.139],[0,0],[0,-0.191],[0.138,-0.121],[0,0],[0.192,0],[0.14,0.121],[0,0],[0,0.191],[-0.121,0.121],[0,0]],"v":[[97.766,7.111],[97.299,6.929],[97.116,6.461],[97.116,-5.759],[97.299,-6.227],[97.766,-6.409],[101.016,-6.409],[101.484,-6.227],[101.692,-5.759],[101.692,6.461],[101.484,6.929],[101.016,7.111]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0.121,0.121],[0,0.191],[0,0],[-0.122,0.121],[-0.173,0],[0,0],[-0.121,-0.139],[0,-0.191],[0,0],[0.14,-0.139],[0.192,0]],"o":[[-0.191,0],[-0.122,-0.139],[0,0],[0,-0.191],[0.138,-0.139],[0,0],[0.192,0],[0.14,0.121],[0,0],[0,0.191],[-0.121,0.121],[0,0]],"v":[[97.766,-8.281],[97.299,-8.463],[97.116,-8.957],[97.116,-11.375],[97.299,-11.843],[97.766,-12.051],[101.016,-12.051],[101.484,-11.843],[101.692,-11.375],[101.692,-8.957],[101.484,-8.463],[101.016,-8.281]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0],[0,3.449],[0,0],[0,0],[0.139,0.121],[0,0.173],[0,0],[-0.122,0.121],[-0.175,0],[0,0],[0,0],[-0.122,0.121],[-0.175,0],[0,0],[-0.122,-0.121],[0,-0.191],[0,0],[0,0],[-0.122,-0.121],[0,-0.191],[0,0],[0.138,-0.121],[0.19,0],[0,0],[0,0],[-0.225,-0.312],[-0.503,0],[0,0],[-0.123,-0.139],[0,-0.191],[0,0],[0.121,-0.139],[0.189,0]],"o":[[-3.675,0],[0,0],[0,0],[-0.175,0],[-0.122,-0.139],[0,0],[0,-0.191],[0.139,-0.121],[0,0],[0,0],[0,-0.191],[0.139,-0.121],[0,0],[0.19,0],[0.12,0.121],[0,0],[0,0],[0.19,0],[0.138,0.121],[0,0],[0,0.191],[-0.122,0.121],[0,0],[0,0],[0,0.607],[0.225,0.312],[0,0],[0.189,0],[0.121,0.121],[0,0],[0,0.173],[-0.123,0.121],[0,0]],"v":[[91.9,7.111],[86.388,1.937],[86.388,-2.873],[84.335,-2.873],[83.866,-3.055],[83.684,-3.523],[83.684,-5.759],[83.866,-6.227],[84.335,-6.409],[86.388,-6.409],[86.388,-10.699],[86.57,-11.167],[87.039,-11.349],[90.236,-11.349],[90.705,-11.167],[90.886,-10.699],[90.886,-6.409],[94.136,-6.409],[94.604,-6.227],[94.812,-5.759],[94.812,-3.523],[94.604,-3.055],[94.136,-2.873],[90.886,-2.873],[90.886,1.547],[91.224,2.925],[92.316,3.393],[94.371,3.393],[94.839,3.601],[95.02,4.069],[95.02,6.461],[94.839,6.929],[94.371,7.111]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[-0.503,0],[-0.467,0.503],[0,0.953],[0,0],[0,0],[0,-0.763],[-0.329,-0.243]],"o":[[0.762,0],[0.486,-0.503],[0,0],[0,0],[-1.456,0.277],[0,0.399],[0.347,0.243]],"v":[[74.874,4.303],[76.719,3.549],[77.447,1.365],[77.447,1.053],[75.29,1.417],[73.105,2.977],[73.599,3.939]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0.936,0],[0.763,0.347],[0.433,0.624],[0,0.745],[-0.971,0.728],[-1.716,0.277],[0,0],[0,0],[0.259,0.295],[0.624,0],[0.243,-0.121],[0.295,-0.243],[0.172,-0.087],[0.104,0],[0,0],[0.121,0.104],[-0.017,0.156],[-0.451,0.572],[-0.919,0.416],[-1.351,0],[-1.04,-0.953],[0,-1.612],[0,0],[0.121,-0.139],[0.191,0],[0,0],[0.139,0.121],[0,0.173],[0,0],[0.677,-0.347]],"o":[[-0.919,0],[-0.745,-0.364],[-0.416,-0.624],[0,-1.179],[0.988,-0.745],[0,0],[0,0],[0,-0.641],[-0.26,-0.295],[-0.346,0],[-0.226,0.121],[-0.224,0.191],[-0.07,0.121],[0,0],[-0.173,0],[-0.104,-0.121],[0.018,-0.468],[0.451,-0.589],[0.919,-0.416],[2.15,0],[1.04,0.936],[0,0],[0,0.173],[-0.121,0.121],[0,0],[-0.173,0],[-0.121,-0.139],[0,0],[-0.382,0.537],[-0.676,0.329]],"v":[[73.573,7.371],[71.051,6.851],[69.283,5.369],[68.659,3.315],[70.115,0.455],[74.172,-1.079],[77.395,-1.573],[77.395,-1.885],[77.006,-3.289],[75.68,-3.731],[74.796,-3.549],[74.016,-3.003],[73.418,-2.587],[73.157,-2.405],[70.141,-2.405],[69.699,-2.561],[69.569,-2.977],[70.271,-4.537],[72.326,-6.045],[75.731,-6.669],[80.516,-5.239],[82.076,-1.417],[82.076,6.461],[81.893,6.929],[81.425,7.111],[78.227,7.111],[77.759,6.929],[77.578,6.461],[77.578,5.551],[75.991,6.877]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0,0],[0.138,0.121],[0,0.173],[0,0],[-0.261,0.26],[0,0],[0,0],[0.138,0.121],[0,0.173],[0,0],[-0.121,0.121],[-0.172,0],[0,0],[-0.121,-0.121],[0,-0.191],[0,0],[0.243,-0.243],[0,0],[0,0],[-0.121,-0.121],[0,-0.191],[0,0],[0.122,-0.139],[0.191,0]],"o":[[-0.172,0],[-0.121,-0.139],[0,0],[0,-0.312],[0,0],[0,0],[-0.172,0],[-0.121,-0.139],[0,0],[0,-0.191],[0.138,-0.121],[0,0],[0.19,0],[0.122,0.121],[0,0],[0,0.277],[0,0],[0,0],[0.191,0],[0.122,0.121],[0,0],[0,0.173],[-0.121,0.121],[0,0]],"v":[[55.174,7.111],[54.707,6.929],[54.524,6.461],[54.524,4.303],[54.915,3.445],[60.921,-2.925],[55.382,-2.925],[54.915,-3.107],[54.732,-3.575],[54.732,-5.759],[54.915,-6.227],[55.382,-6.409],[65.965,-6.409],[66.432,-6.227],[66.615,-5.759],[66.615,-3.419],[66.251,-2.639],[60.426,3.627],[66.51,3.627],[66.978,3.809],[67.16,4.277],[67.16,6.461],[66.978,6.929],[66.51,7.111]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[0,0],[0.14,0.121],[0,0.173],[0,0],[-0.12,0.121],[-0.173,0],[0,0],[-0.121,-0.121],[0,-0.191],[0,0],[0.139,-0.121],[0.19,0]],"o":[[-0.173,0],[-0.12,-0.139],[0,0],[0,-0.191],[0.14,-0.121],[0,0],[0.19,0],[0.139,0.121],[0,0],[0,0.191],[-0.121,0.121],[0,0]],"v":[[48.128,7.111],[47.659,6.929],[47.477,6.461],[47.477,-5.759],[47.659,-6.227],[48.128,-6.409],[51.378,-6.409],[51.845,-6.227],[52.053,-5.759],[52.053,6.461],[51.845,6.929],[51.378,7.111]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[0,0],[0.122,0.121],[0,0.191],[0,0],[-0.12,0.121],[-0.173,0],[0,0],[-0.121,-0.139],[0,-0.191],[0,0],[0.139,-0.139],[0.19,0]],"o":[[-0.191,0],[-0.12,-0.139],[0,0],[0,-0.191],[0.14,-0.139],[0,0],[0.19,0],[0.139,0.121],[0,0],[0,0.191],[-0.121,0.121],[0,0]],"v":[[48.128,-8.281],[47.659,-8.463],[47.477,-8.957],[47.477,-11.375],[47.659,-11.843],[48.128,-12.051],[51.378,-12.051],[51.845,-11.843],[52.053,-11.375],[52.053,-8.957],[51.845,-8.463],[51.378,-8.281]],"c":true},"ix":2},"nm":"Path 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":11,"ty":"sh","ix":12,"ks":{"a":0,"k":{"i":[[0,0],[0.138,0.121],[0,0.173],[0,0],[-0.121,0.121],[-0.172,0],[0,0],[-0.12,-0.121],[0,-0.191],[0,0],[-0.658,0.347],[-0.832,0],[-0.71,-1.491],[-0.745,0.416],[-0.85,0],[-0.885,-0.971],[0,-1.907],[0,0],[0.122,-0.139],[0.191,0],[0,0],[0.139,0.121],[0,0.191],[0,0],[0.347,0.364],[0.571,0],[0.346,-0.381],[0,-0.797],[0,0],[0.122,-0.139],[0.191,0],[0,0],[0.138,0.121],[0,0.191],[0,0],[0.347,0.364],[0.556,0],[0.346,-0.381],[0,-0.78],[0,0],[0.122,-0.139],[0.19,0]],"o":[[-0.172,0],[-0.121,-0.139],[0,0],[0,-0.191],[0.138,-0.121],[0,0],[0.191,0],[0.122,0.121],[0,0],[0.416,-0.503],[0.658,-0.347],[1.907,0],[0.416,-0.659],[0.746,-0.416],[1.422,0],[0.901,0.953],[0,0],[0,0.173],[-0.122,0.121],[0,0],[-0.191,0],[-0.121,-0.121],[0,0],[0,-0.797],[-0.329,-0.381],[-0.537,0],[-0.33,0.364],[0,0],[0,0.173],[-0.121,0.121],[0,0],[-0.191,0],[-0.122,-0.121],[0,0],[0,-0.797],[-0.345,-0.381],[-0.536,0],[-0.347,0.364],[0,0],[0,0.173],[-0.122,0.121],[0,0]],"v":[[24.26,7.111],[23.793,6.929],[23.61,6.461],[23.61,-5.759],[23.793,-6.227],[24.26,-6.409],[27.276,-6.409],[27.745,-6.227],[27.926,-5.759],[27.926,-4.875],[29.539,-6.149],[31.774,-6.669],[35.701,-4.433],[37.443,-6.045],[39.835,-6.669],[43.293,-5.213],[44.644,-0.923],[44.644,6.461],[44.464,6.929],[43.995,7.111],[40.797,7.111],[40.302,6.929],[40.121,6.461],[40.121,-0.741],[39.6,-2.483],[38.249,-3.055],[36.923,-2.483],[36.428,-0.741],[36.428,6.461],[36.247,6.929],[35.779,7.111],[32.581,7.111],[32.087,6.929],[31.904,6.461],[31.904,-0.741],[31.384,-2.483],[30.032,-3.055],[28.707,-2.483],[28.186,-0.767],[28.186,6.461],[28.005,6.929],[27.537,7.111]],"c":true},"ix":2},"nm":"Path 12","mn":"ADBE Vector Shape - Group","hd":false},{"ind":12,"ty":"sh","ix":13,"ks":{"a":0,"k":{"i":[[0,0],[0.138,0.121],[0,0.173],[0,0],[-0.121,0.121],[-0.172,0],[0,0],[-0.121,-0.121],[0,-0.191],[0,0],[0.139,-0.121],[0.191,0]],"o":[[-0.172,0],[-0.121,-0.139],[0,0],[0,-0.191],[0.138,-0.121],[0,0],[0.191,0],[0.139,0.121],[0,0],[0,0.191],[-0.121,0.121],[0,0]],"v":[[16.719,7.111],[16.253,6.929],[16.069,6.461],[16.069,-5.759],[16.253,-6.227],[16.719,-6.409],[19.969,-6.409],[20.438,-6.227],[20.645,-5.759],[20.645,6.461],[20.438,6.929],[19.969,7.111]],"c":true},"ix":2},"nm":"Path 13","mn":"ADBE Vector Shape - Group","hd":false},{"ind":13,"ty":"sh","ix":14,"ks":{"a":0,"k":{"i":[[0,0],[0.122,0.121],[0,0.191],[0,0],[-0.121,0.121],[-0.172,0],[0,0],[-0.121,-0.139],[0,-0.191],[0,0],[0.139,-0.139],[0.191,0]],"o":[[-0.19,0],[-0.121,-0.139],[0,0],[0,-0.191],[0.138,-0.139],[0,0],[0.191,0],[0.139,0.121],[0,0],[0,0.191],[-0.121,0.121],[0,0]],"v":[[16.719,-8.281],[16.253,-8.463],[16.069,-8.957],[16.069,-11.375],[16.253,-11.843],[16.719,-12.051],[19.969,-12.051],[20.438,-11.843],[20.645,-11.375],[20.645,-8.957],[20.438,-8.463],[19.969,-8.281]],"c":true},"ix":2},"nm":"Path 14","mn":"ADBE Vector Shape - Group","hd":false},{"ind":14,"ty":"sh","ix":15,"ks":{"a":0,"k":{"i":[[0,0],[0,3.449],[0,0],[0,0],[0.137,0.121],[0,0.173],[0,0],[-0.123,0.121],[-0.174,0],[0,0],[0,0],[-0.122,0.121],[-0.174,0],[0,0],[-0.122,-0.121],[0,-0.191],[0,0],[0,0],[-0.122,-0.121],[0,-0.191],[0,0],[0.138,-0.121],[0.189,0],[0,0],[0,0],[-0.226,-0.312],[-0.503,0],[0,0],[-0.122,-0.139],[0,-0.191],[0,0],[0.121,-0.139],[0.19,0]],"o":[[-3.675,0],[0,0],[0,0],[-0.174,0],[-0.123,-0.139],[0,0],[0,-0.191],[0.137,-0.121],[0,0],[0,0],[0,-0.191],[0.138,-0.121],[0,0],[0.191,0],[0.121,0.121],[0,0],[0,0],[0.189,0],[0.138,0.121],[0,0],[0,0.191],[-0.122,0.121],[0,0],[0,0],[0,0.607],[0.226,0.312],[0,0],[0.19,0],[0.121,0.121],[0,0],[0,0.173],[-0.122,0.121],[0,0]],"v":[[10.853,7.111],[5.341,1.937],[5.341,-2.873],[3.287,-2.873],[2.82,-3.055],[2.637,-3.523],[2.637,-5.759],[2.82,-6.227],[3.287,-6.409],[5.341,-6.409],[5.341,-10.699],[5.523,-11.167],[5.991,-11.349],[9.189,-11.349],[9.657,-11.167],[9.84,-10.699],[9.84,-6.409],[13.09,-6.409],[13.557,-6.227],[13.766,-5.759],[13.766,-3.523],[13.557,-3.055],[13.09,-2.873],[9.84,-2.873],[9.84,1.547],[10.177,2.925],[11.269,3.393],[13.323,3.393],[13.792,3.601],[13.973,4.069],[13.973,6.461],[13.792,6.929],[13.323,7.111]],"c":true},"ix":2},"nm":"Path 15","mn":"ADBE Vector Shape - Group","hd":false},{"ind":15,"ty":"sh","ix":16,"ks":{"a":0,"k":{"i":[[-0.728,0],[-0.329,0.451],[-0.052,0.815],[0,0.364],[0.018,0.173],[0.347,0.451],[0.78,0],[0.364,-0.485],[0.035,-0.728],[0,-0.433],[-0.017,-0.225],[-0.364,-0.451]],"o":[[0.78,0],[0.347,-0.468],[0.018,-0.173],[0,-0.364],[-0.052,-0.815],[-0.329,-0.468],[-0.745,0],[-0.364,0.468],[-0.017,0.225],[0,0.416],[0.035,0.676],[0.381,0.433]],"v":[[-5.731,3.757],[-4.067,3.081],[-3.469,1.157],[-3.443,0.351],[-3.469,-0.455],[-4.067,-2.353],[-5.731,-3.055],[-7.395,-2.327],[-7.992,-0.533],[-8.018,0.455],[-7.992,1.417],[-7.395,3.107]],"c":true},"ix":2},"nm":"Path 16","mn":"ADBE Vector Shape - Group","hd":false},{"ind":16,"ty":"sh","ix":17,"ks":{"a":0,"k":{"i":[[0,0],[0.139,0.121],[0,0.191],[0,0],[-0.121,0.121],[-0.191,0],[0,0],[-0.12,-0.121],[0,-0.191],[0,0],[-1.752,0],[-0.953,-1.057],[-0.069,-1.941],[0,-0.416],[0.017,-0.243],[0.971,-1.075],[1.663,0],[0.833,1.144],[0,0],[0.121,-0.121],[0.192,0]],"o":[[-0.191,0],[-0.121,-0.121],[0,0],[0,-0.191],[0.139,-0.121],[0,0],[0.191,0],[0.121,0.121],[0,0],[0.936,-1.231],[1.68,0],[0.971,1.04],[0.017,0.225],[0,0.416],[-0.069,1.872],[-0.971,1.075],[-1.682,0],[0,0],[0,0.191],[-0.121,0.121],[0,0]],"v":[[-11.997,12.051],[-12.491,11.869],[-12.673,11.401],[-12.673,-5.759],[-12.491,-6.227],[-11.997,-6.409],[-8.903,-6.409],[-8.435,-6.227],[-8.253,-5.759],[-8.253,-4.823],[-4.221,-6.669],[-0.271,-5.083],[1.289,-0.611],[1.315,0.351],[1.289,1.339],[-0.271,5.759],[-4.221,7.371],[-7.992,5.655],[-7.992,11.401],[-8.174,11.869],[-8.643,12.051]],"c":true},"ix":2},"nm":"Path 17","mn":"ADBE Vector Shape - Group","hd":false},{"ind":17,"ty":"sh","ix":18,"ks":{"a":0,"k":{"i":[[-0.71,0],[-0.346,0.433],[-0.052,0.919],[0,0.52],[0.018,0.173],[0.347,0.451],[0.711,0],[0.347,-0.451],[0.051,-0.901],[0,0],[0,0],[-0.346,-0.451]],"o":[[0.711,0],[0.347,-0.451],[0.018,-0.173],[0,-0.52],[-0.052,-0.901],[-0.346,-0.451],[-0.71,0],[-0.346,0.451],[0,0],[0,0],[0.051,0.919],[0.347,0.433]],"v":[[-22.143,4.095],[-20.557,3.445],[-19.96,1.391],[-19.934,0.351],[-19.96,-0.689],[-20.557,-2.717],[-22.143,-3.393],[-23.729,-2.717],[-24.327,-0.689],[-24.354,0.351],[-24.327,1.391],[-23.729,3.445]],"c":true},"ix":2},"nm":"Path 18","mn":"ADBE Vector Shape - Group","hd":false},{"ind":18,"ty":"sh","ix":19,"ks":{"a":0,"k":{"i":[[2.184,0],[1.179,1.005],[0.104,1.872],[0,0.555],[-0.017,0.225],[-1.196,1.023],[-2.114,0],[-1.196,-1.04],[-0.104,-1.837],[0,-0.329],[0.034,-0.451],[1.179,-1.023]],"o":[[-2.183,0],[-1.161,-1.023],[-0.017,-0.225],[0,-0.555],[0.104,-1.837],[1.214,-1.04],[2.115,0],[1.214,1.023],[0.034,0.451],[0,0.329],[-0.104,1.872],[-1.16,1.005]],"v":[[-22.143,7.371],[-27.188,5.863],[-29.086,1.521],[-29.112,0.351],[-29.086,-0.819],[-27.135,-5.109],[-22.143,-6.669],[-17.177,-5.109],[-15.201,-0.819],[-15.15,0.351],[-15.201,1.521],[-17.126,5.863]],"c":true},"ix":2},"nm":"Path 19","mn":"ADBE Vector Shape - Group","hd":false},{"ind":19,"ty":"sh","ix":20,"ks":{"a":0,"k":{"i":[[0,0],[0.104,0.104],[0,0.156],[-0.033,0.104],[0,0],[0,0],[0,0.052],[-0.104,0.104],[-0.156,0],[0,0],[-0.138,-0.364],[0,0],[0,0],[-0.346,0],[0,0],[-0.104,-0.121],[0,-0.139],[0.034,-0.104],[0,0],[0.363,0]],"o":[[-0.156,0],[-0.104,-0.104],[0,-0.121],[0,0],[0,0],[-0.051,-0.139],[0.035,-0.173],[0.122,-0.121],[0,0],[0.364,0],[0,0],[0,0],[0.174,-0.364],[0,0],[0.156,0],[0.122,0.104],[0,0.121],[0,0],[-0.173,0.364],[0,0]],"v":[[-46.51,12.051],[-46.9,11.895],[-47.055,11.505],[-47.004,11.167],[-44.95,6.279],[-49.942,-5.525],[-50.02,-5.811],[-49.812,-6.227],[-49.396,-6.409],[-46.302,-6.409],[-45.548,-5.863],[-42.661,1.521],[-39.698,-5.863],[-38.918,-6.409],[-35.85,-6.409],[-35.46,-6.227],[-35.278,-5.863],[-35.328,-5.525],[-42.688,11.505],[-43.492,12.051]],"c":true},"ix":2},"nm":"Path 20","mn":"ADBE Vector Shape - Group","hd":false},{"ind":20,"ty":"sh","ix":21,"ks":{"a":0,"k":{"i":[[0,0],[0.139,0.121],[0,0.173],[0,0],[-0.121,0.121],[-0.191,0],[0,0],[-0.121,-0.139],[0,-0.191],[0,0],[-0.64,0.277],[-0.797,0],[0,0],[-0.121,-0.121],[0,-0.191],[0,0],[0.122,-0.139],[0.191,0],[0,0],[0.381,-0.381],[0,-0.693],[0,0],[0.139,-0.121],[0.191,0]],"o":[[-0.173,0],[-0.121,-0.139],[0,0],[0,-0.191],[0.121,-0.139],[0,0],[0.191,0],[0.139,0.121],[0,0],[0.485,-0.537],[0.659,-0.295],[0,0],[0.191,0],[0.122,0.121],[0,0],[0,0.173],[-0.121,0.121],[0,0],[-0.693,0],[-0.364,0.381],[0,0],[0,0.191],[-0.121,0.121],[0,0]],"v":[[-60.392,7.111],[-60.859,6.929],[-61.042,6.461],[-61.042,-5.733],[-60.859,-6.201],[-60.392,-6.409],[-57.22,-6.409],[-56.752,-6.201],[-56.544,-5.733],[-56.544,-4.745],[-54.854,-5.967],[-52.669,-6.409],[-51.5,-6.409],[-51.031,-6.227],[-50.85,-5.759],[-50.85,-2.925],[-51.031,-2.457],[-51.5,-2.275],[-54.126,-2.275],[-55.738,-1.703],[-56.284,-0.091],[-56.284,6.461],[-56.492,6.929],[-56.96,7.111]],"c":true},"ix":2},"nm":"Path 21","mn":"ADBE Vector Shape - Group","hd":false},{"ind":21,"ty":"sh","ix":22,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.363,0.451],[0.66,0],[0.364,-0.468],[0,-0.832],[0,0]],"o":[[0,0],[0,-0.832],[-0.365,-0.468],[-0.658,0],[-0.346,0.451],[0,0],[0,0]],"v":[[-68.158,-1.053],[-68.158,-1.105],[-68.703,-3.029],[-70.238,-3.731],[-71.772,-3.029],[-72.292,-1.105],[-72.292,-1.053]],"c":true},"ix":2},"nm":"Path 22","mn":"ADBE Vector Shape - Group","hd":false},{"ind":22,"ty":"sh","ix":23,"ks":{"a":0,"k":{"i":[[1.335,0],[1.213,1.127],[0.035,2.167],[0,0],[-1.213,1.161],[-2.062,0],[-1.022,-0.607],[-0.502,-1.057],[0,-1.335],[0,0],[0.139,-0.139],[0.191,0],[0,0],[0,0],[-0.347,-0.485],[-0.641,0],[-0.242,0.156],[-0.225,0.26],[-0.086,0.035],[-0.208,0],[0,0],[-0.104,-0.104],[0,-0.139],[0.52,-0.607],[0.988,-0.433]],"o":[[-2.114,0],[-1.214,-1.144],[0,0],[0.07,-2.063],[1.214,-1.161],[1.491,0],[1.04,0.589],[0.52,1.04],[0,0],[0,0.191],[-0.12,0.121],[0,0],[0,0],[0.018,0.78],[0.346,0.468],[0.417,0],[0.26,-0.173],[0.156,-0.173],[0.104,-0.052],[0,0],[0.156,0],[0.122,0.087],[0,0.451],[-0.502,0.607],[-0.97,0.433]],"v":[[-70.212,7.371],[-75.203,5.681],[-77.076,0.715],[-77.076,-0.091],[-75.151,-4.927],[-70.238,-6.669],[-66.467,-5.759],[-64.154,-3.289],[-63.374,0.273],[-63.374,0.923],[-63.582,1.417],[-64.049,1.599],[-72.292,1.599],[-72.292,1.755],[-71.745,3.653],[-70.264,4.355],[-69.276,4.121],[-68.548,3.471],[-68.184,3.159],[-67.716,3.081],[-64.31,3.081],[-63.919,3.237],[-63.738,3.575],[-64.518,5.161],[-66.754,6.721]],"c":true},"ix":2},"nm":"Path 23","mn":"ADBE Vector Shape - Group","hd":false},{"ind":23,"ty":"sh","ix":24,"ks":{"a":0,"k":{"i":[[0,0],[0,3.449],[0,0],[0,0],[0.137,0.121],[0,0.173],[0,0],[-0.123,0.121],[-0.174,0],[0,0],[0,0],[-0.122,0.121],[-0.174,0],[0,0],[-0.122,-0.121],[0,-0.191],[0,0],[0,0],[-0.122,-0.121],[0,-0.191],[0,0],[0.138,-0.121],[0.189,0],[0,0],[0,0],[-0.226,-0.312],[-0.503,0],[0,0],[-0.122,-0.139],[0,-0.191],[0,0],[0.121,-0.139],[0.19,0]],"o":[[-3.675,0],[0,0],[0,0],[-0.174,0],[-0.123,-0.139],[0,0],[0,-0.191],[0.137,-0.121],[0,0],[0,0],[0,-0.191],[0.138,-0.121],[0,0],[0.191,0],[0.121,0.121],[0,0],[0,0],[0.189,0],[0.138,0.121],[0,0],[0,0.191],[-0.122,0.121],[0,0],[0,0],[0,0.607],[0.226,0.312],[0,0],[0.19,0],[0.121,0.121],[0,0],[0,0.173],[-0.122,0.121],[0,0]],"v":[[-81.772,7.111],[-87.284,1.937],[-87.284,-2.873],[-89.337,-2.873],[-89.805,-3.055],[-89.988,-3.523],[-89.988,-5.759],[-89.805,-6.227],[-89.337,-6.409],[-87.284,-6.409],[-87.284,-10.699],[-87.102,-11.167],[-86.634,-11.349],[-83.436,-11.349],[-82.967,-11.167],[-82.785,-10.699],[-82.785,-6.409],[-79.535,-6.409],[-79.068,-6.227],[-78.859,-5.759],[-78.859,-3.523],[-79.068,-3.055],[-79.535,-2.873],[-82.785,-2.873],[-82.785,1.547],[-82.448,2.925],[-81.355,3.393],[-79.302,3.393],[-78.833,3.601],[-78.651,4.069],[-78.651,6.461],[-78.833,6.929],[-79.302,7.111]],"c":true},"ix":2},"nm":"Path 24","mn":"ADBE Vector Shape - Group","hd":false},{"ind":24,"ty":"sh","ix":25,"ks":{"a":0,"k":{"i":[[0,0],[0,3.449],[0,0],[0,0],[0.138,0.121],[0,0.173],[0,0],[-0.122,0.121],[-0.173,0],[0,0],[0,0],[-0.121,0.121],[-0.173,0],[0,0],[-0.121,-0.121],[0,-0.191],[0,0],[0,0],[-0.121,-0.121],[0,-0.191],[0,0],[0.14,-0.121],[0.192,0],[0,0],[0,0],[-0.225,-0.312],[-0.502,0],[0,0],[-0.121,-0.139],[0,-0.191],[0,0],[0.122,-0.139],[0.191,0]],"o":[[-3.674,0],[0,0],[0,0],[-0.173,0],[-0.122,-0.139],[0,0],[0,-0.191],[0.138,-0.121],[0,0],[0,0],[0,-0.191],[0.139,-0.121],[0,0],[0.191,0],[0.123,0.121],[0,0],[0,0],[0.192,0],[0.14,0.121],[0,0],[0,0.191],[-0.121,0.121],[0,0],[0,0],[0,0.607],[0.227,0.312],[0,0],[0.191,0],[0.122,0.121],[0,0],[0,0.173],[-0.121,0.121],[0,0]],"v":[[-94.087,7.111],[-99.599,1.937],[-99.599,-2.873],[-101.652,-2.873],[-102.12,-3.055],[-102.302,-3.523],[-102.302,-5.759],[-102.12,-6.227],[-101.652,-6.409],[-99.599,-6.409],[-99.599,-10.699],[-99.417,-11.167],[-98.949,-11.349],[-95.751,-11.349],[-95.283,-11.167],[-95.1,-10.699],[-95.1,-6.409],[-91.85,-6.409],[-91.383,-6.227],[-91.174,-5.759],[-91.174,-3.523],[-91.383,-3.055],[-91.85,-2.873],[-95.1,-2.873],[-95.1,1.547],[-94.763,2.925],[-93.671,3.393],[-91.617,3.393],[-91.148,3.601],[-90.966,4.069],[-90.966,6.461],[-91.148,6.929],[-91.617,7.111]],"c":true},"ix":2},"nm":"Path 25","mn":"ADBE Vector Shape - Group","hd":false},{"ind":25,"ty":"sh","ix":26,"ks":{"a":0,"k":{"i":[[-0.503,0],[-0.468,0.503],[0,0.953],[0,0],[0,0],[0,-0.763],[-0.33,-0.243]],"o":[[0.762,0],[0.485,-0.503],[0,0],[0,0],[-1.456,0.277],[0,0.399],[0.346,0.243]],"v":[[-111.113,4.303],[-109.267,3.549],[-108.539,1.365],[-108.539,1.053],[-110.697,1.417],[-112.88,2.977],[-112.387,3.939]],"c":true},"ix":2},"nm":"Path 26","mn":"ADBE Vector Shape - Group","hd":false},{"ind":26,"ty":"sh","ix":27,"ks":{"a":0,"k":{"i":[[0.936,0],[0.762,0.347],[0.432,0.624],[0,0.745],[-0.972,0.728],[-1.716,0.277],[0,0],[0,0],[0.26,0.295],[0.623,0],[0.242,-0.121],[0.294,-0.243],[0.173,-0.087],[0.103,0],[0,0],[0.12,0.104],[-0.018,0.156],[-0.451,0.572],[-0.92,0.416],[-1.352,0],[-1.04,-0.953],[0,-1.612],[0,0],[0.121,-0.139],[0.191,0],[0,0],[0.138,0.121],[0,0.173],[0,0],[0.675,-0.347]],"o":[[-0.919,0],[-0.745,-0.364],[-0.416,-0.624],[0,-1.179],[0.987,-0.745],[0,0],[0,0],[0,-0.641],[-0.26,-0.295],[-0.348,0],[-0.226,0.121],[-0.226,0.191],[-0.07,0.121],[0,0],[-0.174,0],[-0.105,-0.121],[0.017,-0.468],[0.451,-0.589],[0.917,-0.416],[2.149,0],[1.041,0.936],[0,0],[0,0.173],[-0.122,0.121],[0,0],[-0.174,0],[-0.122,-0.139],[0,0],[-0.382,0.537],[-0.677,0.329]],"v":[[-112.413,7.371],[-114.935,6.851],[-116.702,5.369],[-117.326,3.315],[-115.87,0.455],[-111.815,-1.079],[-108.591,-1.573],[-108.591,-1.885],[-108.98,-3.289],[-110.306,-3.731],[-111.19,-3.549],[-111.97,-3.003],[-112.569,-2.587],[-112.828,-2.405],[-115.845,-2.405],[-116.285,-2.561],[-116.417,-2.977],[-115.715,-4.537],[-113.66,-6.045],[-110.255,-6.669],[-105.47,-5.239],[-103.91,-1.417],[-103.91,6.461],[-104.092,6.929],[-104.561,7.111],[-107.759,7.111],[-108.227,6.929],[-108.409,6.461],[-108.409,5.551],[-109.993,6.877]],"c":true},"ix":2},"nm":"Path 27","mn":"ADBE Vector Shape - Group","hd":false},{"ind":27,"ty":"sh","ix":28,"ks":{"a":0,"k":{"i":[[0,0],[-0.365,0.381],[0,0.572],[0.38,0.381],[0.659,0],[0,0],[0,0]],"o":[[0.676,0],[0.38,-0.399],[0,-0.589],[-0.382,-0.399],[0,0],[0,0],[0,0]],"v":[[-126.22,3.601],[-124.659,3.029],[-124.087,1.573],[-124.659,0.117],[-126.22,-0.481],[-129.703,-0.481],[-129.703,3.601]],"c":true},"ix":2},"nm":"Path 28","mn":"ADBE Vector Shape - Group","hd":false},{"ind":28,"ty":"sh","ix":29,"ks":{"a":0,"k":{"i":[[0,0],[-0.347,0.347],[0,0.555],[0.347,0.329],[0.658,0],[0,0],[0,0]],"o":[[0.64,0],[0.347,-0.347],[0,-0.537],[-0.329,-0.347],[0,0],[0,0],[0,0]],"v":[[-126.453,-3.887],[-124.971,-4.407],[-124.451,-5.759],[-124.971,-7.059],[-126.453,-7.579],[-129.703,-7.579],[-129.703,-3.887]],"c":true},"ix":2},"nm":"Path 29","mn":"ADBE Vector Shape - Group","hd":false},{"ind":29,"ty":"sh","ix":30,"ks":{"a":0,"k":{"i":[[0,0],[0.138,0.121],[0,0.173],[0,0],[-0.122,0.121],[-0.191,0],[0,0],[-1.076,-0.901],[0,-1.664],[0.451,-0.607],[0.537,-0.277],[-0.485,-0.728],[0,-0.901],[1.161,-0.971],[2.149,0]],"o":[[-0.173,0],[-0.122,-0.139],[0,0],[0,-0.191],[0.12,-0.139],[0,0],[2.201,0],[1.074,0.901],[0,0.832],[-0.433,0.607],[0.711,0.312],[0.485,0.711],[0,1.751],[-1.144,0.971],[0,0]],"v":[[-133.941,7.111],[-134.409,6.929],[-134.591,6.461],[-134.591,-10.413],[-134.409,-10.881],[-133.941,-11.089],[-125.908,-11.089],[-120.992,-9.737],[-119.382,-5.889],[-120.057,-3.731],[-121.514,-2.405],[-119.72,-0.845],[-118.992,1.573],[-120.733,5.655],[-125.673,7.111]],"c":true},"ix":2},"nm":"Path 30","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","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":[134.841,12.301],"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":"Group 1","np":34,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"Layer 54 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":25,"s":[0]},{"t":37,"s":[100]}],"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":25,"s":[410,287,0],"to":[-1.379,0,0],"ti":[1.379,0,0]},{"t":37,"s":[401.724,287,0]}],"ix":2},"a":{"a":0,"k":[12.526,11.859,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.172,1.333],[1.219,9.724],[-0.667,11.609],[-12.276,0],[-0.667,-11.609],[1.219,-9.724],[-7.172,-1.333],[12.276,-1.333],[12.276,1.333]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.144999994016,0.144999994016,0.144999994016,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":[12.526,11.859],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0}]},{"id":"comp_7","layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Pre-comp 7LatestSubtitlesItem","refId":"comp_8","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[585,780,0],"ix":2},"a":{"a":0,"k":[585,620,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1170,"h":1240,"ip":166,"op":3591,"st":166,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"Pre-comp 8LatestSubtitlesItem","refId":"comp_9","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[585,860,0],"ix":2},"a":{"a":0,"k":[585,620,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1170,"h":1240,"ip":169,"op":3594,"st":169,"bm":0},{"ddd":0,"ind":3,"ty":0,"nm":"Pre-comp 6LatestSubtitlesItem","refId":"comp_10","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[585,700,0],"ix":2},"a":{"a":0,"k":[585,620,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1170,"h":1240,"ip":163,"op":3588,"st":163,"bm":0},{"ddd":0,"ind":4,"ty":0,"nm":"Pre-comp 5LatestSubtitles","refId":"comp_11","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[585,620,0],"ix":2},"a":{"a":0,"k":[585,620,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1170,"h":1240,"ip":160,"op":3585,"st":160,"bm":0},{"ddd":0,"ind":5,"ty":0,"nm":"Pre-comp 11","refId":"comp_12","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[585,940,0],"ix":2},"a":{"a":0,"k":[585,620,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[777.475,-104.816],[305.025,-104.497],[305.513,806.639],[777.962,806.319]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"w":1170,"h":1240,"ip":172,"op":3547,"st":122,"bm":0}]},{"id":"comp_8","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"atom Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":6,"s":[0]},{"t":18,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[416.25,487.25,0],"ix":2},"a":{"a":0,"k":[12,12,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.552,0],[0,-0.552],[0.552,0],[0,0.552]],"o":[[0.552,0],[0,0.552],[-0.552,0],[0,-0.552]],"v":[[0,-1],[1,0],[0,1],[-1,0]],"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":[[-1.265,-2.35],[-0.783,0.784],[-0.819,0.629],[0.862,-0.862]],"o":[[0.629,-0.818],[0.784,-0.783],[-2.351,-1.265],[-0.862,0.862]],"v":[[-6.367,-1.83],[-4.243,-4.243],[-1.829,-6.367],[-7.071,-7.071]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[1.266,2.351],[0.784,-0.783],[0.818,-0.629],[-0.861,0.862]],"o":[[-0.629,0.818],[-0.783,0.784],[2.351,1.266],[0.862,-0.861]],"v":[[6.366,1.829],[4.242,4.242],[1.829,6.366],[7.071,7.071]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[2.093,-3.422],[1.761,-1.76],[3.422,2.093],[1.76,1.761],[-2.093,3.422],[-1.761,1.76],[-3.422,-2.093],[-1.76,-1.761]],"o":[[2.093,3.422],[-1.76,1.761],[-3.422,2.093],[-1.761,-1.76],[-2.093,-3.422],[1.76,-1.761],[3.422,-2.093],[1.761,1.76]],"v":[[7.628,0],[8.485,8.485],[0,7.628],[-8.485,8.485],[-7.628,0],[-8.485,-8.485],[0,-7.628],[8.485,-8.485]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[-2.351,1.266],[0.784,0.784],[0.629,0.818],[-0.862,-0.861]],"o":[[-0.819,-0.629],[-0.783,-0.783],[-1.265,2.351],[0.862,0.862]],"v":[[-1.829,6.366],[-4.243,4.242],[-6.367,1.829],[-7.071,7.071]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[-0.629,-0.818],[0.862,0.862],[2.351,-1.265],[-0.783,-0.783]],"o":[[1.266,-2.35],[-0.861,-0.862],[0.818,0.629],[0.784,0.784]],"v":[[6.366,-1.83],[7.071,-7.071],[1.829,-6.367],[4.242,-4.243]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[-0.668,0.943],[0.927,0.927],[0.943,0.668],[0.927,-0.926],[0.668,-0.943],[-0.926,-0.926],[-0.943,-0.668],[-0.926,0.927]],"o":[[-0.668,-0.943],[-0.926,-0.926],[-0.943,0.668],[-0.926,0.927],[0.668,0.943],[0.927,0.927],[0.943,-0.668],[0.927,-0.926]],"v":[[5.226,0],[2.828,-2.829],[0,-5.226],[-2.829,-2.829],[-5.226,0],[-2.829,2.828],[0,5.226],[2.828,2.828]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","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":[12,12],"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":"Group 1","np":9,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":5,"nm":"Not allowed","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":18,"s":[0]},{"t":30,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[471.999,507.26,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"t":{"d":{"k":[{"s":{"s":16,"f":"Rubik-Regular","t":"Not allowed","j":0,"tr":0,"lh":19.2,"ls":0,"fc":[0,0,0]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":5,"nm":"Appearance","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":12,"s":[0]},{"t":24,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[471.749,481.58,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"t":{"d":{"k":[{"s":{"s":20,"f":"Rubik-Medium","t":"Appearance","j":0,"tr":0,"lh":24,"ls":0,"fc":[0,0,0]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Layer 44 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":12,"s":[0]},{"t":24,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[726.353,487,0],"ix":2},"a":{"a":0,"k":[5.311,8.957,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[2.233,0],[-5.06,-7.293],[-3.646,-8.707],[5.06,0],[-3.646,8.707],[-5.06,7.293]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.144999994016,0.144999994016,0.144999994016,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":[5.31,8.957],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Layer 46 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"t":12,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[416,487,0],"ix":2},"a":{"a":0,"k":[32.25,32.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.209,0],[0,0],[0,-2.209],[0,0],[2.209,0],[0,0],[0,2.209],[0,0]],"o":[[0,0],[2.209,0],[0,0],[0,2.209],[0,0],[-2.209,0],[0,0],[0,-2.209]],"v":[[-28,-32],[28,-32],[32,-28],[32,28],[28,32],[-28,32],[-32,28],[-32,-28]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964999988032,0.184000007779,0.39199999641,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":[32.25,32.25],"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":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0}]},{"id":"comp_9","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"cloud-upload Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":6,"s":[0]},{"t":18,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[415,487,0],"ix":2},"a":{"a":0,"k":[12,12,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[1,1.914],[1,8.5],[-1,8.5],[-1,1.914],[-3.293,4.207],[-4.707,2.793],[0,-1.915],[4.707,2.793],[3.293,4.207]],"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],[0,0],[0,1.657],[1.657,0],[0.032,0],[0,0],[0,0],[2.451,0],[0.887,-1.538],[0,0],[0,0],[0,-2.15],[-2.209,0],[0,0],[0,3.313],[-2.953,0.383],[-2.347,0],[-0.851,-2.947],[0,-2.515],[2.762,0]],"o":[[0,0],[0,0],[1.657,0],[0,-1.657],[-0.031,0],[0,0],[0,0],[-0.401,-2.39],[-1.808,0],[0,0],[0,0],[-2.141,0.084],[0,2.209],[0,0],[-3.313,0],[0,-3.042],[1.289,-1.885],[3.158,0],[2.418,0.351],[0,2.762],[0,0]],"v":[[5,6.5],[5,4.5],[6,4.5],[9,1.5],[6,-1.5],[5.937,-1.5],[5.074,-1.482],[4.931,-2.334],[0,-6.5],[-4.333,-3.996],[-4.609,-3.519],[-5.16,-3.497],[-9,0.5],[-5,4.5],[-5,6.5],[-11,0.5],[-5.78,-5.45],[0,-8.5],[6.726,-3.448],[11,1.5],[6,6.5]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","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":[12,12.5],"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":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":5,"nm":"Allowed","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":18,"s":[0]},{"t":30,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[471.999,507.26,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"t":{"d":{"k":[{"s":{"s":16,"f":"Rubik-Regular","t":"Allowed","j":0,"tr":0,"lh":19.2,"ls":0,"fc":[0,0,0]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":5,"nm":"Application Updates","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":12,"s":[0]},{"t":24,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[471.749,481.58,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"t":{"d":{"k":[{"s":{"s":20,"f":"Rubik-Medium","t":"Application Updates","j":0,"tr":0,"lh":24,"ls":0,"fc":[0,0,0]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Layer 44 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":12,"s":[0]},{"t":24,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[726.353,487,0],"ix":2},"a":{"a":0,"k":[5.311,8.957,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[2.233,0],[-5.06,-7.293],[-3.646,-8.707],[5.06,0],[-3.646,8.707],[-5.06,7.293]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.144999994016,0.144999994016,0.144999994016,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":[5.31,8.957],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Layer 46 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"t":12,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[416,487,0],"ix":2},"a":{"a":0,"k":[32.25,32.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.209,0],[0,0],[0,-2.209],[0,0],[2.209,0],[0,0],[0,2.209],[0,0]],"o":[[0,0],[2.209,0],[0,0],[0,2.209],[0,0],[-2.209,0],[0,0],[0,-2.209]],"v":[[-28,-32],[28,-32],[32,-28],[32,28],[28,32],[-28,32],[-32,28],[-32,-28]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964999988032,0.184000007779,0.39199999641,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":[32.25,32.25],"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":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0}]},{"id":"comp_10","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"brush Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":6,"s":[0]},{"t":18,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[416.25,486.5,0],"ix":2},"a":{"a":0,"k":[12,12,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-1.385,-0.415],[0,-1.519],[0.188,-0.75],[0.027,-0.126],[0,-0.154],[-0.896,0],[0,0.481],[0.038,0.181],[-0.018,-0.071],[0,0.94],[-2.363,0.709],[0,0],[0.001,0.15],[0,0]],"o":[[0,0],[0,0.148],[2.365,0.71],[0,0.94],[0.018,-0.071],[-0.038,0.181],[0,0.481],[0.896,0],[0,-0.154],[-0.027,-0.126],[-0.188,-0.75],[0,-1.518],[0,0],[1.383,-0.414],[0,0],[0,0]],"v":[[-6.005,-1],[-6.005,1],[-4.217,1.792],[-1.005,4.5],[-1.285,6.867],[-1.449,7.521],[-1.505,8],[-0.005,9],[1.495,8],[1.439,7.521],[1.275,6.867],[0.995,4.5],[4.208,1.793],[4.214,1.792],[5.995,1],[5.995,-1]],"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],[0,0],[0,0],[0,0],[0,0],[2.368,-0.71],[0,-0.147],[-0.15,-0.6],[-0.037,-0.176],[0,-0.306],[1.937,0],[0,1.661],[-0.066,0.309],[0.029,-0.116],[0,0.768],[1.385,0.415],[0,1.518]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0.009,1.523],[-1.388,0.416],[0,0.768],[-0.029,-0.116],[0.067,0.309],[0,1.661],[-1.938,0],[0,-0.306],[0.038,-0.176],[0.15,-0.6],[0,-0.148],[-2.365,-0.71],[0,0]],"v":[[-8.005,-3],[-8.005,-11],[7.995,-11],[7.995,-3],[7.995,-2],[7.995,0.994],[4.786,3.708],[2.995,4.5],[3.215,6.383],[3.395,7.103],[3.495,8],[-0.005,11],[-3.505,8],[-3.404,7.103],[-3.225,6.383],[-3.005,4.5],[-4.792,3.708],[-8.005,1]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[1.995,-9],[1.995,-6],[-0.005,-6],[-0.005,-9],[-2.005,-9],[-2.005,-5],[-4.005,-5],[-4.005,-9],[-6.005,-9],[-6.005,-3],[5.995,-3],[5.995,-9]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","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":[12.004,12],"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":"Group 1","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":5,"nm":"Not allowed","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":18,"s":[0]},{"t":30,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[471.999,507.26,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"t":{"d":{"k":[{"s":{"s":16,"f":"Rubik-Regular","t":"Not allowed","j":0,"tr":0,"lh":19.2,"ls":0,"fc":[0,0,0]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":5,"nm":"Application Cleaner","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":12,"s":[0]},{"t":24,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[471.749,481.58,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"t":{"d":{"k":[{"s":{"s":20,"f":"Rubik-Medium","t":"Application Cleaner","j":0,"tr":0,"lh":24,"ls":0,"fc":[0,0,0]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Layer 44 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":12,"s":[0]},{"t":24,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[726.353,487,0],"ix":2},"a":{"a":0,"k":[5.311,8.957,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[2.233,0],[-5.06,-7.293],[-3.646,-8.707],[5.06,0],[-3.646,8.707],[-5.06,7.293]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.144999994016,0.144999994016,0.144999994016,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":[5.31,8.957],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Layer 46 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"t":12,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[416,487,0],"ix":2},"a":{"a":0,"k":[32.25,32.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.209,0],[0,0],[0,-2.209],[0,0],[2.209,0],[0,0],[0,2.209],[0,0]],"o":[[0,0],[2.209,0],[0,0],[0,2.209],[0,0],[-2.209,0],[0,0],[0,-2.209]],"v":[[-28,-32],[28,-32],[32,-28],[32,28],[28,32],[-28,32],[-32,28],[-32,-28]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964999988032,0.184000007779,0.39199999641,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":[32.25,32.25],"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":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0}]},{"id":"comp_11","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"question Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":6,"s":[0]},{"t":18,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[414.75,486.5,0],"ix":2},"a":{"a":0,"k":[12,12,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-0.595,0.471],[-0.324,0.205],[0,0.347],[0.552,0],[0,-0.552],[0,0],[-1.657,0],[0,-1.657],[0.862,-0.546],[0.099,-0.079],[0,0.008]],"o":[[0,0],[0,0],[0,-0.737],[0.178,-0.143],[0.288,-0.183],[0,-0.552],[-0.552,0],[0,0],[0,-1.657],[1.657,0],[0,1.04],[-0.252,0.16],[-0.164,0.131],[0,0]],"v":[[1,2],[-1,2],[-1,1],[-0.022,-0.771],[0.534,-1.154],[1,-2],[0,-3],[-1,-2],[-3,-2],[0,-5],[3,-2],[1.604,0.535],[1.221,0.795],[1,1]],"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.553,0],[0,0.553],[-0.552,0],[0,-0.552]],"o":[[-0.552,0],[0,-0.552],[0.553,0],[0,0.553]],"v":[[0,4.998],[-1,3.998],[0,2.998],[1.001,3.998]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,1.472],[4.418,0],[0,-4.418],[-4.418,0],[-1.232,0.741]],"o":[[0,0],[0,0],[0,0],[0.741,-1.233],[0,-4.418],[-4.418,0],[0,4.418],[1.472,0],[0,0]],"v":[[4.392,6.695],[6.905,6.905],[6.695,4.392],[6.862,4.115],[8,0],[0,-8],[-8,0],[0,8],[4.115,6.862]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[1.725,0],[0,5.522],[-5.523,0],[0,-5.523],[0.82,-1.472],[0,0]],"o":[[-1.472,0.821],[-5.523,0],[0,-5.523],[5.522,0],[0,1.725],[0,0],[0,0]],"v":[[4.859,8.741],[0,10],[-10,0],[0,-10],[10,0],[8.742,4.859],[9.095,9.095]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","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":[12,12],"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":"Group 1","np":6,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":5,"nm":"Allowed","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":18,"s":[0]},{"t":30,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[471.999,507.26,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"t":{"d":{"k":[{"s":{"s":16,"f":"Rubik-Regular","t":"Allowed","j":0,"tr":0,"lh":19.2,"ls":0,"fc":[0,0,0]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":5,"nm":"Assistant","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":12,"s":[0]},{"t":24,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[471.749,481.58,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"t":{"d":{"k":[{"s":{"s":20,"f":"Rubik-Medium","t":"Assistant","j":0,"tr":0,"lh":24,"ls":0,"fc":[0,0,0]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Layer 44 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":12,"s":[0]},{"t":24,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[726.353,487,0],"ix":2},"a":{"a":0,"k":[5.311,8.957,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[2.233,0],[-5.06,-7.293],[-3.646,-8.707],[5.06,0],[-3.646,8.707],[-5.06,7.293]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.144999994016,0.144999994016,0.144999994016,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":[5.31,8.957],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Layer 46 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"t":12,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[416,487,0],"ix":2},"a":{"a":0,"k":[32.25,32.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.209,0],[0,0],[0,-2.209],[0,0],[2.209,0],[0,0],[0,2.209],[0,0]],"o":[[0,0],[2.209,0],[0,0],[0,2.209],[0,0],[-2.209,0],[0,0],[0,-2.209]],"v":[[-28,-32],[28,-32],[32,-28],[32,28],[28,32],[-28,32],[-32,28],[-32,-28]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964999988032,0.184000007779,0.39199999641,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":[32.25,32.25],"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":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0}]},{"id":"comp_12","layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Pre-comp 9","refId":"comp_13","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[585,620,0],"ix":2},"a":{"a":0,"k":[585,620,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1170,"h":1240,"ip":79,"op":3504,"st":79,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"Pre-comp 10","refId":"comp_14","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[585,620,0],"ix":2},"a":{"a":0,"k":[585,620,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1170,"h":1240,"ip":76,"op":3501,"st":76,"bm":0},{"ddd":0,"ind":3,"ty":0,"nm":"Pre-comp 8","refId":"comp_15","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[585,620,0],"ix":2},"a":{"a":0,"k":[585,620,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1170,"h":1240,"ip":72,"op":3497,"st":72,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Layer 4 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[561,849.5,0],"ix":2},"a":{"a":0,"k":[177.25,0.75,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.2,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.824,0.333,0.333],"y":[0,0,0]},"t":69,"s":[0,100,100]},{"t":87,"s":[100,100,100]}],"ix":6}},"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":[[-177,0.5],[177,0.5],[177,-0.5],[-177,-0.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.944999964097,0.964999988032,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":[177.25,0.75],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":69,"op":3494,"st":69,"bm":0},{"ddd":0,"ind":5,"ty":0,"nm":"Pre-comp 7","refId":"comp_16","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[585,620,0],"ix":2},"a":{"a":0,"k":[585,620,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1170,"h":1240,"ip":66,"op":3491,"st":66,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Layer 5 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[561,736.5,0],"ix":2},"a":{"a":0,"k":[177.25,0.75,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.2,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.824,0.333,0.333],"y":[0,0,0]},"t":63,"s":[0,100,100]},{"t":81,"s":[100,100,100]}],"ix":6}},"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":[[-177,0.5],[177,0.5],[177,-0.5],[-177,-0.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.944999964097,0.964999988032,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":[177.25,0.75],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":63,"op":3488,"st":63,"bm":0},{"ddd":0,"ind":7,"ty":0,"nm":"Pre-comp 6","refId":"comp_17","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[585,620,0],"ix":2},"a":{"a":0,"k":[585,620,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1170,"h":1240,"ip":59,"op":3484,"st":59,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Layer 6 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[561,623.5,0],"ix":2},"a":{"a":0,"k":[177.25,0.75,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.2,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.824,0.333,0.333],"y":[0,0,0]},"t":56,"s":[0,100,100]},{"t":74,"s":[100,100,100]}],"ix":6}},"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":[[-177,0.5],[177,0.5],[177,-0.5],[-177,-0.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.944999964097,0.964999988032,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":[177.25,0.75],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":56,"op":3481,"st":56,"bm":0},{"ddd":0,"ind":9,"ty":0,"nm":"Pre-comp 5","refId":"comp_18","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[585,620,0],"ix":2},"a":{"a":0,"k":[585,620,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1170,"h":1240,"ip":53,"op":3478,"st":53,"bm":0},{"ddd":0,"ind":10,"ty":0,"nm":"Pre-comp 4","refId":"comp_19","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[585,620,0],"ix":2},"a":{"a":0,"k":[585,620,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1170,"h":1240,"ip":50,"op":3475,"st":50,"bm":0}]},{"id":"comp_13","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Layer 15 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":6,"s":[0]},{"t":18,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[416,986,0],"ix":2},"a":{"a":0,"k":[11.25,9.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.105,0],[0,0],[0,-1.105],[0,0],[1.105,0],[0,0],[0,1.104],[0,0]],"o":[[0,0],[1.105,0],[0,0],[0,1.104],[0,0],[-1.105,0],[0,0],[0,-1.105]],"v":[[-9,-9],[9,-9],[11,-7],[11,7],[9,9],[-9,9],[-11,7],[-11,-7]],"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],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[9,-2.381],[0,2.119],[-9,-2.382],[-9,7],[9,7]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[9,-4.618],[9,-7],[-9,-7],[-9,-4.618],[0,-0.118]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","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":[11.25,9.25],"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":"Group 1","np":7,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 16 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"t":12,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[416,986,0],"ix":2},"a":{"a":0,"k":[32.25,32.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.209,0],[0,0],[0,-2.209],[0,0],[2.209,0],[0,0],[0,2.209],[0,0]],"o":[[0,0],[2.209,0],[0,0],[0,2.209],[0,0],[-2.209,0],[0,0],[0,-2.209]],"v":[[-28,-32],[28,-32],[32,-28],[32,28],[28,32],[-28,32],[-32,28],[-32,-28]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.948999980852,0.788000009574,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":[32.25,32.25],"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":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Layer 14 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":12,"s":[0]},{"t":24,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[726.353,986,0],"ix":2},"a":{"a":0,"k":[5.311,8.957,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[2.233,0],[-5.06,-7.293],[-3.646,-8.707],[5.06,0],[-3.646,8.707],[-5.06,7.293]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.144999994016,0.144999994016,0.144999994016,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":[5.31,8.957],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Layer 17 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":18,"s":[0]},{"t":30,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[515.489,1000.4,0],"ix":2},"a":{"a":0,"k":[42.33,6.01,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.514,0],[-0.373,0.49],[-0.032,0.681],[0,0.29],[0.011,0.12],[0.395,0.469],[0.726,0],[0.352,-0.48],[0.032,-0.781],[0,0]],"o":[[0.747,0],[0.374,-0.51],[0.011,-0.119],[0,-0.3],[-0.021,-0.651],[-0.384,-0.48],[-0.768,0],[-0.352,0.48],[0,0],[0,2.049]],"v":[[38.337,4.51],[40.017,3.781],[40.624,2],[40.64,1.391],[40.624,0.771],[40,-0.911],[38.337,-1.632],[36.656,-0.911],[36.08,0.98],[36.064,1.441]],"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":[[1.152,0],[0.566,0.73],[0.043,1.11],[0,0],[0,0],[-0.565,0.724],[-1.109,0],[-0.618,-0.789],[0,0],[-0.064,0.063],[-0.106,0],[0,0],[-0.064,-0.075],[0,-0.107],[0,0],[0.075,-0.069],[0.107,0],[0,0],[0.064,0.071],[0,0.11],[0,0]],"o":[[-1.12,0],[-0.554,-0.721],[0,0],[0,0],[0.043,-1.1],[0.566,-0.736],[1.11,0],[0,0],[0,-0.107],[0.075,-0.075],[0,0],[0.107,0],[0.075,0.063],[0,0],[0,0.11],[-0.064,0.071],[0,0],[-0.106,0],[-0.064,-0.069],[0,0],[-0.608,0.811]],"v":[[38.033,5.76],[35.505,4.671],[34.609,1.921],[34.593,1.441],[34.609,0.961],[35.52,-1.775],[38.033,-2.88],[40.624,-1.695],[40.624,-5.391],[40.721,-5.647],[40.992,-5.76],[41.713,-5.76],[41.968,-5.647],[42.08,-5.391],[42.08,5.23],[41.968,5.5],[41.713,5.601],[41.025,5.601],[40.768,5.5],[40.673,5.23],[40.673,4.54]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.405,0.469],[0.682,0],[0.394,-0.469],[0,-0.75],[0,0]],"o":[[0,0],[0,-0.75],[-0.406,-0.469],[-0.694,0],[-0.395,0.469],[0,0],[0,0]],"v":[[31.591,0.851],[31.591,0.801],[30.984,-1.023],[29.351,-1.727],[27.72,-1.023],[27.127,0.801],[27.127,0.851]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0.682,0],[0.65,0.671],[0.064,1.17],[0,0],[0,0],[-0.651,0.682],[-1.088,0],[-0.64,-0.747],[0,-1.281],[0,0],[0.074,-0.07],[0.106,0],[0,0],[0,0],[-0.395,-0.491],[-0.651,0],[-0.31,0.199],[-0.16,0.21],[-0.054,0.02],[-0.128,0],[0,0],[-0.064,-0.059],[0,-0.089],[0.288,-0.329],[0.533,-0.25]],"o":[[-1.088,0],[-0.651,-0.679],[0,0],[0,0],[0.064,-1.161],[0.65,-0.683],[1.173,0],[0.65,0.748],[0,0],[0,0.1],[-0.064,0.06],[0,0],[0,0],[0.032,0.691],[0.394,0.49],[0.501,0],[0.32,-0.2],[0.096,-0.13],[0.053,-0.04],[0,0],[0.096,0],[0.074,0.05],[0,0.231],[-0.288,0.33],[-0.523,0.231]],"v":[[29.351,5.76],[26.744,4.75],[25.671,1.971],[25.656,1.421],[25.671,0.901],[26.744,-1.855],[29.351,-2.88],[32.072,-1.76],[33.048,1.281],[33.048,1.571],[32.936,1.84],[32.679,1.941],[27.127,1.941],[27.127,2.079],[27.768,3.861],[29.335,4.59],[30.551,4.301],[31.272,3.681],[31.496,3.461],[31.768,3.41],[32.471,3.41],[32.712,3.49],[32.824,3.7],[32.392,4.54],[31.16,5.41]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0.074,0.071],[0.042,0.141],[0,0],[0,0],[-0.064,0.064],[-0.096,0],[0,0],[-0.064,-0.064],[-0.011,-0.052],[0,0],[0,0],[-0.075,0.063],[-0.128,0],[0,0],[-0.075,-0.075],[-0.022,-0.084],[0,0],[0,0],[-0.064,0.053],[-0.107,0],[0,0],[-0.064,-0.064],[0,-0.095],[0,0],[0,0],[0.074,-0.059],[0.149,0],[0,0],[0.085,0.271],[0,0],[0,0],[0.277,0]],"o":[[-0.15,0],[-0.075,-0.059],[0,0],[0,0],[0,-0.095],[0.064,-0.064],[0,0],[0.106,0],[0.074,0.053],[0,0],[0,0],[0.021,-0.084],[0.074,-0.075],[0,0],[0.128,0],[0.074,0.063],[0,0],[0,0],[0.01,-0.052],[0.074,-0.064],[0,0],[0.096,0],[0.064,0.064],[0,0],[0,0],[-0.043,0.141],[-0.075,0.071],[0,0],[-0.278,0],[0,0],[0,0],[-0.086,0.271],[0,0]],"v":[[15.686,5.601],[15.35,5.5],[15.174,5.2],[12.901,-2.223],[12.869,-2.384],[12.965,-2.623],[13.205,-2.719],[13.861,-2.719],[14.117,-2.623],[14.246,-2.464],[16.054,3.651],[17.973,-2.384],[18.117,-2.607],[18.421,-2.719],[18.934,-2.719],[19.237,-2.607],[19.382,-2.384],[21.301,3.651],[23.109,-2.464],[23.221,-2.623],[23.494,-2.719],[24.15,-2.719],[24.39,-2.623],[24.486,-2.384],[24.453,-2.223],[22.182,5.2],[22.005,5.5],[21.669,5.601],[21.093,5.601],[20.549,5.2],[18.677,-0.592],[16.806,5.2],[16.262,5.601]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[-0.683,0],[-0.395,0.43],[-0.032,0.81],[0,0.299],[0.011,0.111],[0.405,0.427],[0.683,0],[0.405,-0.438],[0.032,-0.809],[0,0],[0,0],[-0.395,-0.44]],"o":[[0.683,0],[0.405,-0.44],[0.011,-0.11],[0,-0.3],[-0.032,-0.809],[-0.395,-0.438],[-0.683,0],[-0.395,0.427],[0,0],[0,0],[0.032,0.81],[0.405,0.43]],"v":[[7.916,4.561],[9.531,3.921],[10.187,2.051],[10.203,1.441],[10.187,0.829],[9.531,-1.023],[7.916,-1.679],[6.283,-1.023],[5.643,0.829],[5.627,1.441],[5.643,2.051],[6.283,3.921]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[1.173,0],[0.64,0.66],[0.043,1.1],[0,0],[0,0],[-0.64,0.661],[-1.152,0],[-0.64,-0.662],[-0.043,-1.099],[0,-0.22],[0.021,-0.24],[0.64,-0.66]],"o":[[-1.173,0],[-0.629,-0.66],[0,0],[0,0],[0.043,-1.099],[0.651,-0.662],[1.152,0],[0.651,0.661],[0.021,0.24],[0,0.219],[-0.043,1.1],[-0.629,0.66]],"v":[[7.916,5.76],[5.195,4.771],[4.187,2.131],[4.171,1.441],[4.187,0.75],[5.212,-1.887],[7.916,-2.88],[10.604,-1.887],[11.643,0.75],[11.676,1.441],[11.643,2.131],[10.619,4.771]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0,0],[0.074,0.071],[0,0.11],[0,0],[-0.064,0.064],[-0.107,0],[0,0],[-0.064,-0.075],[0,-0.107],[0,0],[0.074,-0.069],[0.106,0]],"o":[[-0.107,0],[-0.064,-0.069],[0,0],[0,-0.118],[0.074,-0.064],[0,0],[0.106,0],[0.074,0.063],[0,0],[0,0.11],[-0.064,0.071],[0,0]],"v":[[1.064,5.601],[0.793,5.5],[0.697,5.23],[0.697,-5.391],[0.793,-5.663],[1.064,-5.76],[1.768,-5.76],[2.025,-5.647],[2.137,-5.391],[2.137,5.23],[2.025,5.5],[1.768,5.601]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0,0],[0.075,0.071],[0,0.11],[0,0],[-0.064,0.064],[-0.106,0],[0,0],[-0.064,-0.075],[0,-0.107],[0,0],[0.075,-0.069],[0.107,0]],"o":[[-0.106,0],[-0.064,-0.069],[0,0],[0,-0.118],[0.075,-0.064],[0,0],[0.107,0],[0.075,0.063],[0,0],[0,0.11],[-0.064,0.071],[0,0]],"v":[[-2.795,5.601],[-3.068,5.5],[-3.163,5.23],[-3.163,-5.391],[-3.068,-5.663],[-2.795,-5.76],[-2.092,-5.76],[-1.836,-5.647],[-1.724,-5.391],[-1.724,5.23],[-1.836,5.5],[-2.092,5.601]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[-0.491,0],[-0.448,0.46],[0,0.88],[0,0],[0,0],[0.394,-0.25],[0,-0.38],[-0.352,-0.229]],"o":[[0.704,0],[0.448,-0.451],[0,0],[0,0],[-0.768,0.099],[-0.395,0.26],[0,0.44],[0.362,0.231]],"v":[[-9.351,4.59],[-7.623,3.901],[-6.951,1.901],[-6.951,1.461],[-8.823,1.73],[-10.567,2.271],[-11.159,3.23],[-10.631,4.24]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[0.704,0],[0.448,0.21],[0.266,0.361],[0,0.449],[-0.576,0.441],[-0.992,0.149],[0,0],[0,0],[1.269,0],[0.298,-0.203],[0.138,-0.268],[0.053,-0.043],[0.085,0],[0,0],[0.074,0.064],[0,0.096],[-0.224,0.32],[-0.48,0.235],[-0.694,0],[-0.512,-0.554],[0,-0.831],[0,0],[0.074,-0.069],[0.106,0],[0,0],[0.064,0.071],[0,0.11],[0,0],[0.448,-0.239]],"o":[[-0.523,0],[-0.438,-0.21],[-0.256,-0.38],[0,-0.7],[0.576,-0.449],[0,0],[0,0],[0,-1.099],[-0.491,0],[-0.299,0.193],[-0.043,0.106],[-0.043,0.032],[0,0],[-0.096,0],[-0.064,-0.076],[0,-0.245],[0.234,-0.331],[0.48,-0.246],[1.194,0],[0.522,0.556],[0,0],[0,0.11],[-0.064,0.071],[0,0],[-0.107,0],[-0.064,-0.069],[0,0],[-0.235,0.35],[-0.448,0.231]],"v":[[-9.671,5.76],[-11.127,5.441],[-12.183,4.579],[-12.567,3.34],[-11.703,1.62],[-9.351,0.721],[-6.951,0.381],[-6.951,-0.079],[-8.855,-1.727],[-10.039,-1.424],[-10.695,-0.735],[-10.839,-0.511],[-11.031,-0.464],[-11.655,-0.464],[-11.911,-0.559],[-12.007,-0.815],[-11.671,-1.663],[-10.599,-2.511],[-8.839,-2.88],[-6.279,-2.048],[-5.495,0.031],[-5.495,5.23],[-5.607,5.5],[-5.863,5.601],[-6.567,5.601],[-6.823,5.5],[-6.919,5.23],[-6.919,4.531],[-7.943,5.41]],"c":true},"ix":2},"nm":"Path 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":11,"ty":"sh","ix":12,"ks":{"a":0,"k":{"i":[[0,0],[0,1.87],[0,0],[0,0],[0.064,0.065],[0,0.108],[0,0],[-0.064,0.063],[-0.107,0],[0,0],[0,0],[-0.064,0.063],[-0.107,0],[0,0],[-0.064,-0.075],[0,-0.107],[0,0],[0,0],[-0.064,-0.075],[0,-0.108],[0,0],[0.075,-0.063],[0.107,0],[0,0],[0,0],[-0.171,-0.28],[-0.427,0],[0,0],[-0.064,-0.08],[0,-0.099],[0,0],[0.064,-0.069],[0.107,0]],"o":[[-1.653,0],[0,0],[0,0],[-0.107,0],[-0.064,-0.063],[0,0],[0,-0.108],[0.064,-0.075],[0,0],[0,0],[0,-0.107],[0.064,-0.075],[0,0],[0.107,0],[0.075,0.063],[0,0],[0,0],[0.107,0],[0.075,0.063],[0,0],[0,0.108],[-0.064,0.065],[0,0],[0,0],[0,0.54],[0.181,0.279],[0,0],[0.107,0],[0.064,0.061],[0,0],[0,0.11],[-0.064,0.071],[0,0]],"v":[[-18.916,5.601],[-21.396,2.801],[-21.396,-1.487],[-22.66,-1.487],[-22.916,-1.584],[-23.012,-1.84],[-23.012,-2.352],[-22.916,-2.607],[-22.66,-2.719],[-21.396,-2.719],[-21.396,-5.391],[-21.3,-5.647],[-21.044,-5.76],[-20.34,-5.76],[-20.084,-5.647],[-19.972,-5.391],[-19.972,-2.719],[-17.988,-2.719],[-17.732,-2.607],[-17.62,-2.352],[-17.62,-1.84],[-17.732,-1.584],[-17.988,-1.487],[-19.972,-1.487],[-19.972,2.691],[-19.716,3.921],[-18.804,4.34],[-17.828,4.34],[-17.572,4.45],[-17.476,4.7],[-17.476,5.23],[-17.572,5.5],[-17.828,5.601]],"c":true},"ix":2},"nm":"Path 12","mn":"ADBE Vector Shape - Group","hd":false},{"ind":12,"ty":"sh","ix":13,"ks":{"a":0,"k":{"i":[[-0.683,0],[-0.395,0.43],[-0.032,0.81],[0,0.299],[0.01,0.111],[0.405,0.427],[0.682,0],[0.405,-0.438],[0.032,-0.809],[0,0],[0,0],[-0.395,-0.44]],"o":[[0.682,0],[0.405,-0.44],[0.01,-0.11],[0,-0.3],[-0.032,-0.809],[-0.395,-0.438],[-0.683,0],[-0.395,0.427],[0,0],[0,0],[0.032,0.81],[0.405,0.43]],"v":[[-27.818,4.561],[-26.202,3.921],[-25.546,2.051],[-25.53,1.441],[-25.546,0.829],[-26.202,-1.023],[-27.818,-1.679],[-29.45,-1.023],[-30.09,0.829],[-30.106,1.441],[-30.09,2.051],[-29.45,3.921]],"c":true},"ix":2},"nm":"Path 13","mn":"ADBE Vector Shape - Group","hd":false},{"ind":13,"ty":"sh","ix":14,"ks":{"a":0,"k":{"i":[[1.173,0],[0.64,0.66],[0.042,1.1],[0,0],[0,0],[-0.64,0.661],[-1.152,0],[-0.64,-0.662],[-0.043,-1.099],[0,-0.22],[0.021,-0.24],[0.64,-0.66]],"o":[[-1.174,0],[-0.63,-0.66],[0,0],[0,0],[0.042,-1.099],[0.65,-0.662],[1.152,0],[0.65,0.661],[0.021,0.24],[0,0.219],[-0.043,1.1],[-0.63,0.66]],"v":[[-27.818,5.76],[-30.538,4.771],[-31.546,2.131],[-31.562,1.441],[-31.546,0.75],[-30.522,-1.887],[-27.818,-2.88],[-25.13,-1.887],[-24.09,0.75],[-24.058,1.441],[-24.09,2.131],[-25.114,4.771]],"c":true},"ix":2},"nm":"Path 14","mn":"ADBE Vector Shape - Group","hd":false},{"ind":14,"ty":"sh","ix":15,"ks":{"a":0,"k":{"i":[[0,0],[0.064,0.071],[0,0.11],[0,0],[-0.064,0.063],[-0.107,0],[0,0],[-0.053,-0.043],[-0.053,-0.063],[0,0],[0,0],[-0.064,0.063],[-0.107,0],[0,0],[-0.064,-0.075],[0,-0.116],[0,0],[0.075,-0.08],[0.107,0],[0,0],[0.075,0.15],[0,0],[0,0],[0.075,-0.069],[0.107,0]],"o":[[-0.107,0],[-0.064,-0.069],[0,0],[0,-0.116],[0.064,-0.075],[0,0],[0.107,0],[0.053,0.043],[0,0],[0,0],[0,-0.116],[0.075,-0.075],[0,0],[0.117,0],[0.075,0.063],[0,0],[0,0.1],[-0.064,0.071],[0,0],[-0.181,0],[0,0],[0,0],[0,0.11],[-0.064,0.071],[0,0]],"v":[[-41.728,5.601],[-41.984,5.5],[-42.08,5.23],[-42.08,-5.216],[-41.984,-5.487],[-41.728,-5.599],[-41.024,-5.599],[-40.784,-5.535],[-40.624,-5.376],[-35.264,2.881],[-35.264,-5.216],[-35.168,-5.487],[-34.896,-5.599],[-34.176,-5.599],[-33.904,-5.487],[-33.792,-5.216],[-33.792,5.221],[-33.904,5.49],[-34.16,5.601],[-34.88,5.601],[-35.264,5.381],[-40.624,-2.8],[-40.624,5.23],[-40.736,5.5],[-40.992,5.601]],"c":true},"ix":2},"nm":"Path 15","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","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":[42.33,6.01],"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":"Group 1","np":19,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Layer 18 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":12,"s":[0]},{"t":24,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[498.403,973.83,0],"ix":2},"a":{"a":0,"k":[25.093,7.62,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.093,0.093],[0,0.133],[0,0],[-0.094,0.081],[-0.134,0],[0,0],[-0.08,-0.092],[0,-0.147],[0,0],[0.093,-0.093],[0.146,0]],"o":[[-0.134,0],[-0.094,-0.093],[0,0],[0,-0.147],[0.093,-0.092],[0,0],[0.146,0],[0.093,0.081],[0,0],[0,0.133],[-0.08,0.093],[0,0]],"v":[[22.683,7.17],[22.343,7.03],[22.203,6.69],[22.203,-6.55],[22.343,-6.891],[22.683,-7.03],[24.363,-7.03],[24.703,-6.891],[24.843,-6.55],[24.843,6.69],[24.703,7.03],[24.363,7.17]],"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.093,0.093],[0,0.133],[0,0],[-0.094,0.08],[-0.134,0],[0,0],[-0.094,-0.094],[0,-0.133],[0,0],[0.093,-0.093],[0.133,0]],"o":[[-0.134,0],[-0.094,-0.093],[0,0],[0,-0.147],[0.093,-0.094],[0,0],[0.133,0],[0.093,0.093],[0,0],[0,0.133],[-0.094,0.093],[0,0]],"v":[[17.37,7.17],[17.03,7.03],[16.89,6.69],[16.89,-2.75],[17.03,-3.09],[17.37,-3.23],[19.07,-3.23],[19.41,-3.09],[19.55,-2.75],[19.55,6.69],[19.41,7.03],[19.07,7.17]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0.093,0.093],[0,0.133],[0,0],[-0.094,0.092],[-0.134,0],[0,0],[-0.094,-0.093],[0,-0.148],[0,0],[0.106,-0.093],[0.133,0]],"o":[[-0.134,0],[-0.094,-0.093],[0,0],[0,-0.148],[0.093,-0.093],[0,0],[0.146,0],[0.093,0.092],[0,0],[0,0.133],[-0.094,0.093],[0,0]],"v":[[17.29,-4.931],[16.95,-5.07],[16.81,-5.41],[16.81,-6.87],[16.95,-7.23],[17.29,-7.37],[19.13,-7.37],[19.49,-7.23],[19.63,-6.87],[19.63,-5.41],[19.47,-5.07],[19.13,-4.931]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[-0.493,0],[-0.466,0.48],[0,0.908],[0,0],[0,0],[0,-0.786],[-0.346,-0.239]],"o":[[0.734,0],[0.467,-0.48],[0,0],[0,0],[-1.533,0.241],[0,0.428],[0.36,0.228]],"v":[[9.144,5.45],[10.944,4.73],[11.644,2.649],[11.644,2.25],[9.644,2.569],[7.344,4.109],[7.864,5.109]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0.8,0],[0.574,0.267],[0.334,0.466],[0,0.56],[-0.733,0.561],[-1.28,0.2],[0,0],[0,0],[0.294,0.293],[0.64,0],[0.267,-0.159],[0.174,-0.172],[0.054,-0.053],[0.147,0],[0,0],[0.094,0.08],[0,0.132],[-0.306,0.414],[-0.653,0.307],[-0.96,0],[-0.72,-0.707],[0,-1.147],[0,0],[0.094,-0.093],[0.147,0],[0,0],[0.094,0.093],[0,0.133],[0,0],[0.534,-0.28]],"o":[[-0.68,0],[-0.56,-0.28],[-0.32,-0.467],[0,-0.908],[0.734,-0.559],[0,0],[0,0],[0,-0.572],[-0.293,-0.293],[-0.44,0],[-0.266,0.161],[-0.16,0.161],[-0.053,0.16],[0,0],[-0.12,0],[-0.08,-0.08],[0.014,-0.333],[0.32,-0.426],[0.654,-0.32],[1.574,0],[0.72,0.707],[0,0],[0,0.133],[-0.08,0.093],[0,0],[-0.133,0],[-0.093,-0.093],[0,0],[-0.293,0.427],[-0.533,0.267]],"v":[[8.464,7.37],[6.584,6.97],[5.244,5.85],[4.764,4.31],[5.864,2.109],[8.884,0.97],[11.624,0.569],[11.624,0.149],[11.184,-1.15],[9.784,-1.59],[8.724,-1.351],[8.064,-0.851],[7.744,-0.53],[7.444,-0.29],[5.884,-0.29],[5.564,-0.41],[5.444,-0.73],[5.924,-1.851],[7.384,-2.95],[9.804,-3.431],[13.244,-2.37],[14.324,0.41],[14.324,6.69],[14.184,7.03],[13.844,7.17],[12.184,7.17],[11.844,7.03],[11.704,6.69],[11.704,5.91],[10.464,6.97]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0],[0.093,0.093],[0,0.133],[0,0],[-0.093,0.08],[-0.133,0],[0,0],[-0.08,-0.094],[0,-0.147],[0,0],[-1.213,0],[-0.587,-1.187],[-0.587,0.321],[-0.68,0],[-0.693,-0.748],[0,-1.427],[0,0],[0.093,-0.093],[0.147,0],[0,0],[0.093,0.093],[0,0.133],[0,0],[0.36,0.373],[0.573,0],[0.373,-0.387],[0,-0.826],[0,0],[0.093,-0.093],[0.147,0],[0,0],[0.093,0.093],[0,0.133],[0,0],[0.36,0.373],[0.56,0],[0.373,-0.387],[0,-0.826],[0,0],[0.093,-0.093],[0.147,0]],"o":[[-0.133,0],[-0.093,-0.093],[0,0],[0,-0.147],[0.093,-0.094],[0,0],[0.147,0],[0.093,0.08],[0,0],[0.72,-0.907],[1.48,0],[0.32,-0.534],[0.587,-0.332],[1.093,0],[0.693,0.747],[0,0],[0,0.133],[-0.08,0.093],[0,0],[-0.133,0],[-0.093,-0.093],[0,0],[0,-0.839],[-0.347,-0.373],[-0.52,0],[-0.36,0.373],[0,0],[0,0.133],[-0.08,0.093],[0,0],[-0.133,0],[-0.093,-0.093],[0,0],[0,-0.826],[-0.36,-0.387],[-0.52,0],[-0.36,0.373],[0,0],[0,0.133],[-0.08,0.093],[0,0]],"v":[[-12.142,7.17],[-12.482,7.03],[-12.622,6.69],[-12.622,-2.75],[-12.482,-3.09],[-12.142,-3.23],[-10.562,-3.23],[-10.222,-3.09],[-10.082,-2.75],[-10.082,-2.07],[-7.182,-3.431],[-4.082,-1.65],[-2.722,-2.931],[-0.822,-3.431],[1.858,-2.31],[2.898,0.95],[2.898,6.69],[2.758,7.03],[2.418,7.17],[0.758,7.17],[0.418,7.03],[0.278,6.69],[0.278,1.109],[-0.262,-0.71],[-1.642,-1.27],[-2.982,-0.69],[-3.522,1.109],[-3.522,6.69],[-3.662,7.03],[-4.002,7.17],[-5.682,7.17],[-6.022,7.03],[-6.162,6.69],[-6.162,1.109],[-6.702,-0.69],[-8.082,-1.27],[-9.422,-0.69],[-9.962,1.109],[-9.962,6.69],[-10.102,7.03],[-10.442,7.17]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[0,0],[0.093,0.093],[0,0.133],[0,0],[-0.08,0.092],[-0.147,0],[0,0],[-0.093,-0.093],[0,-0.147],[0,0],[0.093,-0.094],[0.147,0],[0,0],[0,0],[0,0],[-0.093,-0.093],[0,-0.147],[0,0],[0.093,-0.092],[0.147,0],[0,0],[0,0],[0,0],[-0.093,-0.093],[0,-0.147],[0,0],[0.093,-0.093],[0.147,0]],"o":[[-0.133,0],[-0.093,-0.093],[0,0],[0,-0.147],[0.093,-0.093],[0,0],[0.147,0],[0.093,0.092],[0,0],[0,0.147],[-0.093,0.08],[0,0],[0,0],[0,0],[0.147,0],[0.093,0.093],[0,0],[0,0.147],[-0.093,0.081],[0,0],[0,0],[0,0],[0.147,0],[0.093,0.079],[0,0],[0,0.147],[-0.093,0.08],[0,0]],"v":[[-24.363,7.17],[-24.703,7.03],[-24.843,6.69],[-24.843,-6.33],[-24.723,-6.69],[-24.363,-6.83],[-15.543,-6.83],[-15.183,-6.69],[-15.043,-6.33],[-15.043,-4.99],[-15.183,-4.63],[-15.543,-4.51],[-22.103,-4.51],[-22.103,-1.01],[-15.983,-1.01],[-15.623,-0.87],[-15.483,-0.51],[-15.483,0.75],[-15.623,1.109],[-15.983,1.23],[-22.103,1.23],[-22.103,4.85],[-15.383,4.85],[-15.023,4.99],[-14.883,5.33],[-14.883,6.69],[-15.023,7.05],[-15.383,7.17]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","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":[25.093,7.62],"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":"Group 1","np":11,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0}]},{"id":"comp_14","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Layer 7 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":12,"s":[0]},{"t":24,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[726.353,1066,0],"ix":2},"a":{"a":0,"k":[5.311,8.96,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[2.233,0],[-5.06,-7.29],[-3.646,-8.71],[5.06,0],[-3.646,8.71],[-5.06,7.29]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.144999994016,0.144999994016,0.144999994016,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":[5.31,8.96],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 8 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":6,"s":[0]},{"t":18,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[416.258,1066,0],"ix":2},"a":{"a":0,"k":[10.508,10.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.552,0],[0,0.55],[0.552,0],[0,-0.55]],"o":[[0.552,0],[0,-0.55],[-0.552,0],[0,0.55]],"v":[[-4.258,8],[-3.258,7],[-4.258,6],[-5.258,7]],"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.552,0],[0,0.55],[0.552,0],[0,-0.55]],"o":[[0.552,0],[0,-0.55],[-0.552,0],[0,0.55]],"v":[[3.742,8],[4.742,7],[3.742,6],[2.742,7]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[-0.064,-0.021],[0,0],[-0.052,0.15],[0,0],[-0.106,0.21],[-0.2,0.39],[-0.33,0.66],[0,0],[-0.243,0.5],[0,0],[0,0]],"o":[[0,0],[0.134,-0.07],[0,0],[0.023,-0.05],[0.142,-0.28],[0.354,-0.71],[0,0],[0.578,-1.15],[0,0],[0,0],[0.01,0.07]],"v":[[-5.146,1],[4.51,1],[4.8,0.66],[4.849,0.55],[4.979,0.29],[5.32,-0.38],[6.357,-2.45],[6.372,-2.47],[7.634,-5.01],[-6.249,-6],[-5.269,0.86]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[-0.223,-0.491],[-0.177,0],[0,0],[0.604,-1.35],[0.845,-1.68],[0.354,-0.71],[0.142,-0.279],[0.015,-0.029],[0.759,-0.24],[0,0],[0,0],[0,0],[0,0],[0.027,-0.521],[0,0],[-0.51,-0.03],[0,0],[-1.306,0],[-0.412,-1.17],[0,0],[-1.306,0],[0,-1.66],[1.657,0],[0.412,1.17],[0,0],[1.306,0],[0.412,1.16],[0,0],[0.097,1.64],[0,0],[-1.64,0.09],[0,0],[0,0],[0.378,0.38],[0.758,0],[0,0],[-0.569,-0.57]],"o":[[0.162,-0.04],[0,0],[1.251,0.02],[-0.118,0.26],[-0.345,0.69],[-0.201,0.39],[-0.064,0.13],[-0.287,0.741],[0,0],[0,0],[0,0],[0,0],[-0.569,0.03],[0,0],[0.035,0.571],[0,0],[0.412,-1.17],[1.306,0],[0,0],[0.412,-1.17],[1.657,0],[0,1.66],[-1.306,0],[0,0],[-0.412,1.17],[-1.307,0],[0,0],[-1.58,-0.09],[0,0],[0.079,-1.59],[0,0],[0,0],[0,-0.65],[-0.098,-0.1],[0,0],[1.242,0],[0.335,0.34]],"v":[[-6.699,-7.94],[-6.188,-8],[7.782,-7],[9.654,-4.59],[8.16,-1.58],[7.106,0.52],[6.763,1.189],[6.658,1.399],[5.005,2.95],[4.858,3],[-5.221,3],[-5.235,3],[-7.209,3],[-8.258,4],[-8.261,4.939],[-7.258,6],[-7.088,6],[-4.258,4],[-1.43,6],[0.912,6],[3.742,4],[6.742,7],[3.742,10],[0.912,8],[-1.43,8],[-4.258,10],[-7.089,8],[-7.316,8],[-10.258,5],[-10.258,3.95],[-7.269,1],[-8.249,-5.86],[-8.258,-6],[-8.965,-7.79],[-10.258,-8],[-10.258,-10],[-7.552,-9.21]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","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":[10.508,10.25],"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":"Group 1","np":8,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Layer 9 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"t":12,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[416,1066,0],"ix":2},"a":{"a":0,"k":[32.25,32.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.209,0],[0,0],[0,-2.209],[0,0],[2.209,0],[0,0],[0,2.209],[0,0]],"o":[[0,0],[2.209,0],[0,0],[0,2.209],[0,0],[-2.209,0],[0,0],[0,-2.209]],"v":[[-28,-32],[28,-32],[32,-28],[32,28],[28,32],[-28,32],[-32,28],[-32,-28]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.490000017952,0.490000017952,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":[32.25,32.25],"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":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Layer 10 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":18,"s":[0]},{"t":30,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[515.489,1080.4,0],"ix":2},"a":{"a":0,"k":[42.33,6.01,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.514,0],[-0.373,0.49],[-0.032,0.681],[0,0.29],[0.011,0.12],[0.395,0.47],[0.726,0],[0.352,-0.48],[0.032,-0.781],[0,0]],"o":[[0.747,0],[0.374,-0.51],[0.011,-0.119],[0,-0.3],[-0.021,-0.651],[-0.384,-0.48],[-0.768,0],[-0.352,0.48],[0,0],[0,2.049]],"v":[[38.337,4.51],[40.017,3.781],[40.624,2],[40.64,1.391],[40.624,0.771],[40,-0.91],[38.337,-1.63],[36.656,-0.91],[36.08,0.98],[36.064,1.441]],"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":[[1.152,0],[0.566,0.731],[0.043,1.111],[0,0],[0,0],[-0.565,0.729],[-1.109,0],[-0.618,-0.79],[0,0],[-0.064,0.069],[-0.106,0],[0,0],[-0.064,-0.07],[0,-0.111],[0,0],[0.075,-0.069],[0.107,0],[0,0],[0.064,0.071],[0,0.11],[0,0]],"o":[[-1.12,0],[-0.554,-0.72],[0,0],[0,0],[0.043,-1.1],[0.566,-0.731],[1.11,0],[0,0],[0,-0.111],[0.075,-0.07],[0,0],[0.107,0],[0.075,0.069],[0,0],[0,0.11],[-0.064,0.071],[0,0],[-0.106,0],[-0.064,-0.069],[0,0],[-0.608,0.811]],"v":[[38.033,5.76],[35.505,4.67],[34.609,1.92],[34.593,1.441],[34.609,0.961],[35.52,-1.779],[38.033,-2.88],[40.624,-1.699],[40.624,-5.389],[40.721,-5.649],[40.992,-5.76],[41.713,-5.76],[41.968,-5.649],[42.08,-5.389],[42.08,5.23],[41.968,5.5],[41.713,5.601],[41.025,5.601],[40.768,5.5],[40.673,5.23],[40.673,4.54]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.405,0.469],[0.682,0],[0.394,-0.47],[0,-0.75],[0,0]],"o":[[0,0],[0,-0.75],[-0.406,-0.47],[-0.694,0],[-0.395,0.469],[0,0],[0,0]],"v":[[31.591,0.851],[31.591,0.801],[30.984,-1.02],[29.351,-1.729],[27.72,-1.02],[27.127,0.801],[27.127,0.851]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0.682,0],[0.65,0.67],[0.064,1.17],[0,0],[0,0],[-0.651,0.689],[-1.088,0],[-0.64,-0.75],[0,-1.281],[0,0],[0.074,-0.07],[0.106,0],[0,0],[0,0],[-0.395,-0.491],[-0.651,0],[-0.31,0.199],[-0.16,0.21],[-0.054,0.02],[-0.128,0],[0,0],[-0.064,-0.059],[0,-0.089],[0.288,-0.329],[0.533,-0.25]],"o":[[-1.088,0],[-0.651,-0.679],[0,0],[0,0],[0.064,-1.161],[0.65,-0.68],[1.173,0],[0.65,0.75],[0,0],[0,0.099],[-0.064,0.06],[0,0],[0,0],[0.032,0.691],[0.394,0.49],[0.501,0],[0.32,-0.2],[0.096,-0.13],[0.053,-0.041],[0,0],[0.096,0],[0.074,0.05],[0,0.231],[-0.288,0.33],[-0.523,0.231]],"v":[[29.351,5.76],[26.744,4.75],[25.671,1.971],[25.656,1.42],[25.671,0.901],[26.744,-1.859],[29.351,-2.88],[32.072,-1.76],[33.048,1.281],[33.048,1.571],[32.936,1.84],[32.679,1.941],[27.127,1.941],[27.127,2.079],[27.768,3.861],[29.335,4.59],[30.551,4.301],[31.272,3.681],[31.496,3.461],[31.768,3.41],[32.471,3.41],[32.712,3.49],[32.824,3.7],[32.392,4.54],[31.16,5.41]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0.074,0.071],[0.042,0.141],[0,0],[0,0],[-0.064,0.06],[-0.096,0],[0,0],[-0.064,-0.07],[-0.011,-0.059],[0,0],[0,0],[-0.075,0.07],[-0.128,0],[0,0],[-0.075,-0.07],[-0.022,-0.089],[0,0],[0,0],[-0.064,0.05],[-0.107,0],[0,0],[-0.064,-0.07],[0,-0.099],[0,0],[0,0],[0.074,-0.059],[0.149,0],[0,0],[0.085,0.271],[0,0],[0,0],[0.277,0]],"o":[[-0.15,0],[-0.075,-0.059],[0,0],[0,0],[0,-0.099],[0.064,-0.07],[0,0],[0.106,0],[0.074,0.05],[0,0],[0,0],[0.021,-0.089],[0.074,-0.07],[0,0],[0.128,0],[0.074,0.07],[0,0],[0,0],[0.01,-0.059],[0.074,-0.07],[0,0],[0.096,0],[0.064,0.06],[0,0],[0,0],[-0.043,0.141],[-0.075,0.071],[0,0],[-0.278,0],[0,0],[0,0],[-0.086,0.271],[0,0]],"v":[[15.686,5.601],[15.35,5.5],[15.174,5.2],[12.901,-2.219],[12.869,-2.38],[12.965,-2.619],[13.205,-2.719],[13.861,-2.719],[14.117,-2.619],[14.246,-2.46],[16.054,3.651],[17.973,-2.38],[18.117,-2.609],[18.421,-2.719],[18.934,-2.719],[19.237,-2.609],[19.382,-2.38],[21.301,3.651],[23.109,-2.46],[23.221,-2.619],[23.494,-2.719],[24.15,-2.719],[24.39,-2.619],[24.486,-2.38],[24.453,-2.219],[22.182,5.2],[22.005,5.5],[21.669,5.601],[21.093,5.601],[20.549,5.2],[18.677,-0.59],[16.806,5.2],[16.262,5.601]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[-0.683,0],[-0.395,0.431],[-0.032,0.81],[0,0.299],[0.011,0.111],[0.405,0.42],[0.683,0],[0.405,-0.441],[0.032,-0.809],[0,0],[0,0],[-0.395,-0.439]],"o":[[0.683,0],[0.405,-0.439],[0.011,-0.11],[0,-0.3],[-0.032,-0.809],[-0.395,-0.441],[-0.683,0],[-0.395,0.42],[0,0],[0,0],[0.032,0.81],[0.405,0.431]],"v":[[7.916,4.561],[9.531,3.92],[10.187,2.051],[10.203,1.441],[10.187,0.829],[9.531,-1.02],[7.916,-1.679],[6.283,-1.02],[5.643,0.829],[5.627,1.441],[5.643,2.051],[6.283,3.92]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[1.173,0],[0.64,0.66],[0.043,1.1],[0,0],[0,0],[-0.64,0.66],[-1.152,0],[-0.64,-0.661],[-0.043,-1.099],[0,-0.22],[0.021,-0.24],[0.64,-0.66]],"o":[[-1.173,0],[-0.629,-0.66],[0,0],[0,0],[0.043,-1.099],[0.651,-0.661],[1.152,0],[0.651,0.66],[0.021,0.24],[0,0.219],[-0.043,1.1],[-0.629,0.66]],"v":[[7.916,5.76],[5.195,4.771],[4.187,2.131],[4.171,1.441],[4.187,0.75],[5.212,-1.889],[7.916,-2.88],[10.604,-1.889],[11.643,0.75],[11.676,1.441],[11.643,2.131],[10.619,4.771]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0,0],[0.074,0.071],[0,0.11],[0,0],[-0.064,0.06],[-0.107,0],[0,0],[-0.064,-0.07],[0,-0.111],[0,0],[0.074,-0.069],[0.106,0]],"o":[[-0.107,0],[-0.064,-0.069],[0,0],[0,-0.121],[0.074,-0.07],[0,0],[0.106,0],[0.074,0.069],[0,0],[0,0.11],[-0.064,0.071],[0,0]],"v":[[1.064,5.601],[0.793,5.5],[0.697,5.23],[0.697,-5.389],[0.793,-5.66],[1.064,-5.76],[1.768,-5.76],[2.025,-5.649],[2.137,-5.389],[2.137,5.23],[2.025,5.5],[1.768,5.601]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0,0],[0.075,0.071],[0,0.11],[0,0],[-0.064,0.06],[-0.106,0],[0,0],[-0.064,-0.07],[0,-0.111],[0,0],[0.075,-0.069],[0.107,0]],"o":[[-0.106,0],[-0.064,-0.069],[0,0],[0,-0.121],[0.075,-0.07],[0,0],[0.107,0],[0.075,0.069],[0,0],[0,0.11],[-0.064,0.071],[0,0]],"v":[[-2.795,5.601],[-3.068,5.5],[-3.163,5.23],[-3.163,-5.389],[-3.068,-5.66],[-2.795,-5.76],[-2.092,-5.76],[-1.836,-5.649],[-1.724,-5.389],[-1.724,5.23],[-1.836,5.5],[-2.092,5.601]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[-0.491,0],[-0.448,0.46],[0,0.88],[0,0],[0,0],[0.394,-0.25],[0,-0.38],[-0.352,-0.229]],"o":[[0.704,0],[0.448,-0.451],[0,0],[0,0],[-0.768,0.099],[-0.395,0.26],[0,0.439],[0.362,0.231]],"v":[[-9.351,4.59],[-7.623,3.901],[-6.951,1.901],[-6.951,1.461],[-8.823,1.73],[-10.567,2.271],[-11.159,3.23],[-10.631,4.24]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[0.704,0],[0.448,0.21],[0.266,0.361],[0,0.449],[-0.576,0.441],[-0.992,0.149],[0,0],[0,0],[1.269,0],[0.298,-0.21],[0.138,-0.261],[0.053,-0.04],[0.085,0],[0,0],[0.074,0.059],[0,0.1],[-0.224,0.319],[-0.48,0.231],[-0.694,0],[-0.512,-0.549],[0,-0.831],[0,0],[0.074,-0.069],[0.106,0],[0,0],[0.064,0.071],[0,0.11],[0,0],[0.448,-0.24]],"o":[[-0.523,0],[-0.438,-0.21],[-0.256,-0.38],[0,-0.7],[0.576,-0.45],[0,0],[0,0],[0,-1.099],[-0.491,0],[-0.299,0.191],[-0.043,0.109],[-0.043,0.031],[0,0],[-0.096,0],[-0.064,-0.071],[0,-0.24],[0.234,-0.33],[0.48,-0.25],[1.194,0],[0.522,0.561],[0,0],[0,0.11],[-0.064,0.071],[0,0],[-0.107,0],[-0.064,-0.069],[0,0],[-0.235,0.35],[-0.448,0.231]],"v":[[-9.671,5.76],[-11.127,5.441],[-12.183,4.579],[-12.567,3.34],[-11.703,1.62],[-9.351,0.721],[-6.951,0.381],[-6.951,-0.08],[-8.855,-1.729],[-10.039,-1.421],[-10.695,-0.74],[-10.839,-0.51],[-11.031,-0.46],[-11.655,-0.46],[-11.911,-0.559],[-12.007,-0.819],[-11.671,-1.66],[-10.599,-2.51],[-8.839,-2.88],[-6.279,-2.05],[-5.495,0.031],[-5.495,5.23],[-5.607,5.5],[-5.863,5.601],[-6.567,5.601],[-6.823,5.5],[-6.919,5.23],[-6.919,4.531],[-7.943,5.41]],"c":true},"ix":2},"nm":"Path 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":11,"ty":"sh","ix":12,"ks":{"a":0,"k":{"i":[[0,0],[0,1.869],[0,0],[0,0],[0.064,0.061],[0,0.111],[0,0],[-0.064,0.07],[-0.107,0],[0,0],[0,0],[-0.064,0.069],[-0.107,0],[0,0],[-0.064,-0.07],[0,-0.111],[0,0],[0,0],[-0.064,-0.07],[0,-0.111],[0,0],[0.075,-0.069],[0.107,0],[0,0],[0,0],[-0.171,-0.279],[-0.427,0],[0,0],[-0.064,-0.08],[0,-0.099],[0,0],[0.064,-0.069],[0.107,0]],"o":[[-1.653,0],[0,0],[0,0],[-0.107,0],[-0.064,-0.069],[0,0],[0,-0.111],[0.064,-0.07],[0,0],[0,0],[0,-0.111],[0.064,-0.07],[0,0],[0.107,0],[0.075,0.069],[0,0],[0,0],[0.107,0],[0.075,0.07],[0,0],[0,0.111],[-0.064,0.061],[0,0],[0,0],[0,0.54],[0.181,0.28],[0,0],[0.107,0],[0.064,0.061],[0,0],[0,0.11],[-0.064,0.071],[0,0]],"v":[[-18.916,5.601],[-21.396,2.801],[-21.396,-1.49],[-22.66,-1.49],[-22.916,-1.58],[-23.012,-1.84],[-23.012,-2.349],[-22.916,-2.609],[-22.66,-2.719],[-21.396,-2.719],[-21.396,-5.389],[-21.3,-5.649],[-21.044,-5.76],[-20.34,-5.76],[-20.084,-5.649],[-19.972,-5.389],[-19.972,-2.719],[-17.988,-2.719],[-17.732,-2.609],[-17.62,-2.349],[-17.62,-1.84],[-17.732,-1.58],[-17.988,-1.49],[-19.972,-1.49],[-19.972,2.691],[-19.716,3.92],[-18.804,4.34],[-17.828,4.34],[-17.572,4.45],[-17.476,4.7],[-17.476,5.23],[-17.572,5.5],[-17.828,5.601]],"c":true},"ix":2},"nm":"Path 12","mn":"ADBE Vector Shape - Group","hd":false},{"ind":12,"ty":"sh","ix":13,"ks":{"a":0,"k":{"i":[[-0.683,0],[-0.395,0.431],[-0.032,0.81],[0,0.299],[0.01,0.111],[0.405,0.42],[0.682,0],[0.405,-0.441],[0.032,-0.809],[0,0],[0,0],[-0.395,-0.439]],"o":[[0.682,0],[0.405,-0.439],[0.01,-0.11],[0,-0.3],[-0.032,-0.809],[-0.395,-0.441],[-0.683,0],[-0.395,0.42],[0,0],[0,0],[0.032,0.81],[0.405,0.431]],"v":[[-27.818,4.561],[-26.202,3.92],[-25.546,2.051],[-25.53,1.441],[-25.546,0.829],[-26.202,-1.02],[-27.818,-1.679],[-29.45,-1.02],[-30.09,0.829],[-30.106,1.441],[-30.09,2.051],[-29.45,3.92]],"c":true},"ix":2},"nm":"Path 13","mn":"ADBE Vector Shape - Group","hd":false},{"ind":13,"ty":"sh","ix":14,"ks":{"a":0,"k":{"i":[[1.173,0],[0.64,0.66],[0.042,1.1],[0,0],[0,0],[-0.64,0.66],[-1.152,0],[-0.64,-0.661],[-0.043,-1.099],[0,-0.22],[0.021,-0.24],[0.64,-0.66]],"o":[[-1.174,0],[-0.63,-0.66],[0,0],[0,0],[0.042,-1.099],[0.65,-0.661],[1.152,0],[0.65,0.66],[0.021,0.24],[0,0.219],[-0.043,1.1],[-0.63,0.66]],"v":[[-27.818,5.76],[-30.538,4.771],[-31.546,2.131],[-31.562,1.441],[-31.546,0.75],[-30.522,-1.889],[-27.818,-2.88],[-25.13,-1.889],[-24.09,0.75],[-24.058,1.441],[-24.09,2.131],[-25.114,4.771]],"c":true},"ix":2},"nm":"Path 14","mn":"ADBE Vector Shape - Group","hd":false},{"ind":14,"ty":"sh","ix":15,"ks":{"a":0,"k":{"i":[[0,0],[0.064,0.071],[0,0.11],[0,0],[-0.064,0.069],[-0.107,0],[0,0],[-0.053,-0.041],[-0.053,-0.059],[0,0],[0,0],[-0.064,0.069],[-0.107,0],[0,0],[-0.064,-0.07],[0,-0.111],[0,0],[0.075,-0.08],[0.107,0],[0,0],[0.075,0.15],[0,0],[0,0],[0.075,-0.069],[0.107,0]],"o":[[-0.107,0],[-0.064,-0.069],[0,0],[0,-0.111],[0.064,-0.07],[0,0],[0.107,0],[0.053,0.05],[0,0],[0,0],[0,-0.111],[0.075,-0.07],[0,0],[0.117,0],[0.075,0.069],[0,0],[0,0.1],[-0.064,0.071],[0,0],[-0.181,0],[0,0],[0,0],[0,0.11],[-0.064,0.071],[0,0]],"v":[[-41.728,5.601],[-41.984,5.5],[-42.08,5.23],[-42.08,-5.219],[-41.984,-5.49],[-41.728,-5.599],[-41.024,-5.599],[-40.784,-5.539],[-40.624,-5.38],[-35.264,2.881],[-35.264,-5.219],[-35.168,-5.49],[-34.896,-5.599],[-34.176,-5.599],[-33.904,-5.49],[-33.792,-5.219],[-33.792,5.221],[-33.904,5.49],[-34.16,5.601],[-34.88,5.601],[-35.264,5.381],[-40.624,-2.8],[-40.624,5.23],[-40.736,5.5],[-40.992,5.601]],"c":true},"ix":2},"nm":"Path 15","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","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":[42.33,6.01],"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":"Group 1","np":19,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Layer 11 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":12,"s":[0]},{"t":24,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[519.976,1056.2,0],"ix":2},"a":{"a":0,"k":[46.666,9.45,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.467,0],[0.68,0.31],[0.333,0.401],[0,0.29],[-0.08,0.08],[-0.12,0],[0,0],[-0.08,-0.111],[-0.227,-0.201],[-0.293,-0.12],[-0.36,0],[-0.333,0.201],[0,0.39],[0.16,0.16],[0.4,0.13],[0.787,0.17],[0.547,0.491],[0,0.811],[-0.32,0.471],[-0.627,0.289],[-0.88,0],[-0.653,-0.29],[-0.333,-0.4],[0,-0.31],[0.093,-0.091],[0.12,0],[0,0],[0.08,0.109],[0.213,0.17],[0.253,0.111],[0.36,0],[0.267,-0.21],[0,-0.349],[-0.12,-0.16],[-0.387,-0.151],[-0.773,-0.151],[0,-1.63],[0.827,-0.59]],"o":[[-1.013,0],[-0.68,-0.311],[-0.32,-0.41],[0,-0.13],[0.093,-0.08],[0,0],[0.107,0],[0.067,0.049],[0.24,0.2],[0.307,0.109],[0.533,0],[0.333,-0.21],[0,-0.271],[-0.147,-0.17],[-0.387,-0.149],[-1.133,-0.24],[-0.533,-0.489],[0,-0.529],[0.32,-0.479],[0.64,-0.31],[0.907,0],[0.653,0.28],[0.347,0.4],[0,0.12],[-0.08,0.079],[0,0],[-0.147,0],[-0.093,-0.07],[-0.2,-0.191],[-0.253,-0.109],[-0.493,0],[-0.267,0.21],[0,0.24],[0.133,0.16],[0.387,0.13],[2.4,0.469],[0,0.951],[-0.813,0.591]],"v":[[41.757,5.001],[39.216,4.541],[37.696,3.48],[37.216,2.421],[37.336,2.101],[37.656,1.98],[39.296,1.98],[39.576,2.141],[40.016,2.521],[40.817,3.001],[41.817,3.161],[43.117,2.86],[43.617,1.961],[43.377,1.32],[42.557,0.86],[40.796,0.38],[38.276,-0.721],[37.476,-2.68],[37.956,-4.181],[39.377,-5.34],[41.656,-5.801],[43.997,-5.359],[45.476,-4.34],[45.997,-3.28],[45.856,-2.96],[45.557,-2.84],[44.057,-2.84],[43.716,-2.999],[43.257,-3.359],[42.576,-3.801],[41.656,-3.96],[40.516,-3.641],[40.117,-2.801],[40.296,-2.199],[41.076,-1.74],[42.817,-1.32],[46.416,1.82],[45.176,4.12]],"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],[0.4,0.469],[0.68,0],[0.386,-0.481],[0,-0.79],[0,0]],"o":[[0,0],[0,-0.79],[-0.387,-0.481],[-0.68,0],[-0.387,0.469],[0,0],[0,0]],"v":[[32.914,-1.32],[32.914,-1.359],[32.314,-3.24],[30.714,-3.96],[29.114,-3.24],[28.534,-1.359],[28.534,-1.32]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0.933,0],[0.88,0.849],[0.053,1.569],[0,0],[-0.867,0.96],[-1.547,0],[-0.854,-0.96],[0,-1.599],[0,0],[0.093,-0.09],[0.146,0],[0,0],[0,0],[-0.374,-0.489],[-0.667,0],[-0.48,0.611],[-0.067,0.031],[-0.16,0],[0,0],[-0.08,-0.069],[0,-0.12],[0.386,-0.439],[0.706,-0.321]],"o":[[-1.494,0],[-0.867,-0.851],[0,0],[0,-1.67],[0.88,-0.96],[1.586,0],[0.866,0.96],[0,0],[0,0.13],[-0.094,0.091],[0,0],[0,0],[0.026,0.75],[0.386,0.481],[0.76,0],[0.12,-0.149],[0.066,-0.04],[0,0],[0.12,0],[0.093,0.071],[0,0.32],[-0.374,0.431],[-0.707,0.32]],"v":[[30.734,5.001],[27.174,3.721],[25.794,0.081],[25.774,-0.42],[27.075,-4.359],[30.714,-5.801],[34.374,-4.359],[35.674,-0.521],[35.674,-0.101],[35.534,0.24],[35.174,0.38],[28.534,0.38],[28.534,0.541],[29.135,2.4],[30.714,3.12],[32.575,2.2],[32.854,1.94],[33.195,1.881],[34.955,1.881],[35.255,1.98],[35.394,2.261],[34.814,3.4],[33.195,4.521]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[-1.533,0],[-0.373,0.479],[-0.04,0.691],[0,0.321],[0.014,0.109],[0.374,0.48],[0.747,0],[0.08,-1.761],[0,0]],"o":[[0.747,0],[0.374,-0.481],[0.014,-0.109],[0,-0.319],[-0.04,-0.691],[-0.373,-0.48],[-1.44,0],[0,0],[0,2.081]],"v":[[18.529,2.601],[20.209,1.881],[20.83,0.12],[20.849,-0.521],[20.83,-1.16],[20.209,-2.92],[18.529,-3.641],[16.249,-1],[16.229,-0.521]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[1.667,0],[0.734,0.4],[0.307,0.51],[0,0.359],[-0.093,0.091],[-0.133,0],[0,0],[-0.08,-0.051],[-0.053,-0.16],[-0.293,-0.24],[-0.613,0],[-0.373,0.36],[0,0.88],[0,0],[1.32,0],[0.707,0.84],[0.054,1.45],[0,0],[0,0],[-0.706,0.869],[-1.373,0],[-0.533,-0.27],[-0.346,-0.451],[0,0],[-0.093,0.09],[-0.133,0],[0,0],[-0.093,-0.091],[0,-0.149],[0,0],[0.827,-0.809]],"o":[[-1.186,0],[-0.733,-0.39],[-0.306,-0.51],[0,-0.13],[0.094,-0.079],[0,0],[0.12,0],[0.094,0.069],[0.147,0.35],[0.294,0.25],[0.8,0],[0.374,-0.35],[0,0],[-0.72,0.851],[-1.386,0],[-0.693,-0.841],[0,0],[0,0],[0.054,-1.429],[0.707,-0.87],[0.707,0],[0.534,0.269],[0,0],[0,-0.149],[0.107,-0.091],[0,0],[0.134,0],[0.094,0.09],[0,0],[0,1.48],[-0.826,0.811]],"v":[[18.609,9.2],[15.729,8.601],[14.169,7.261],[13.709,5.961],[13.849,5.62],[14.189,5.501],[15.969,5.501],[16.27,5.581],[16.489,5.921],[17.149,6.801],[18.51,7.181],[20.27,6.641],[20.83,4.801],[20.83,3.44],[17.77,4.721],[14.63,3.461],[13.51,0.021],[13.489,-0.521],[13.51,-1.061],[14.649,-4.5],[17.77,-5.801],[19.63,-5.4],[20.95,-4.32],[20.95,-5.101],[21.089,-5.46],[21.45,-5.601],[23.089,-5.601],[23.429,-5.46],[23.57,-5.101],[23.589,4.541],[22.349,7.98]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[-0.493,0],[-0.467,0.481],[0,0.91],[0,0],[0,0],[0,-0.79],[-0.347,-0.239]],"o":[[0.733,0],[0.467,-0.479],[0,0],[0,0],[-1.533,0.24],[0,0.431],[0.36,0.231]],"v":[[6.164,3.081],[7.964,2.36],[8.664,0.28],[8.664,-0.12],[6.664,0.2],[4.364,1.74],[4.885,2.74]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[0.8,0],[0.573,0.269],[0.333,0.47],[0,0.561],[-0.733,0.561],[-1.28,0.2],[0,0],[0,0],[0.293,0.291],[0.64,0],[0.267,-0.16],[0.173,-0.17],[0.053,-0.05],[0.147,0],[0,0],[0.093,0.08],[0,0.13],[-0.307,0.41],[-0.653,0.309],[-0.96,0],[-0.72,-0.71],[0,-1.15],[0,0],[0.093,-0.091],[0.147,0],[0,0],[0.093,0.09],[0,0.13],[0,0],[0.533,-0.281]],"o":[[-0.68,0],[-0.56,-0.281],[-0.32,-0.469],[0,-0.91],[0.733,-0.559],[0,0],[0,0],[0,-0.569],[-0.293,-0.29],[-0.44,0],[-0.267,0.16],[-0.16,0.16],[-0.053,0.16],[0,0],[-0.12,0],[-0.08,-0.08],[0.013,-0.33],[0.32,-0.429],[0.653,-0.321],[1.573,0],[0.72,0.71],[0,0],[0,0.13],[-0.08,0.09],[0,0],[-0.133,0],[-0.093,-0.091],[0,0],[-0.293,0.43],[-0.533,0.269]],"v":[[5.484,5.001],[3.604,4.601],[2.265,3.48],[1.784,1.94],[2.885,-0.26],[5.904,-1.4],[8.645,-1.801],[8.645,-2.221],[8.205,-3.521],[6.804,-3.96],[5.744,-3.721],[5.084,-3.221],[4.765,-2.9],[4.464,-2.659],[2.904,-2.659],[2.584,-2.779],[2.464,-3.101],[2.945,-4.221],[4.404,-5.32],[6.825,-5.801],[10.265,-4.74],[11.344,-1.96],[11.344,4.32],[11.205,4.661],[10.864,4.801],[9.205,4.801],[8.864,4.661],[8.724,4.32],[8.724,3.541],[7.484,4.601]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[1.467,0],[0.68,0.31],[0.333,0.401],[0,0.29],[-0.08,0.08],[-0.12,0],[0,0],[-0.08,-0.111],[-0.227,-0.201],[-0.293,-0.12],[-0.36,0],[-0.333,0.201],[0,0.39],[0.16,0.16],[0.4,0.13],[0.787,0.17],[0.547,0.491],[0,0.811],[-0.32,0.471],[-0.627,0.289],[-0.88,0],[-0.653,-0.29],[-0.333,-0.4],[0,-0.31],[0.093,-0.091],[0.12,0],[0,0],[0.08,0.109],[0.213,0.17],[0.253,0.111],[0.36,0],[0.267,-0.21],[0,-0.349],[-0.12,-0.16],[-0.387,-0.151],[-0.773,-0.151],[0,-1.63],[0.827,-0.59]],"o":[[-1.013,0],[-0.68,-0.311],[-0.32,-0.41],[0,-0.13],[0.093,-0.08],[0,0],[0.107,0],[0.067,0.049],[0.24,0.2],[0.307,0.109],[0.533,0],[0.333,-0.21],[0,-0.271],[-0.147,-0.17],[-0.387,-0.149],[-1.133,-0.24],[-0.533,-0.489],[0,-0.529],[0.32,-0.479],[0.64,-0.31],[0.907,0],[0.653,0.28],[0.347,0.4],[0,0.12],[-0.08,0.079],[0,0],[-0.147,0],[-0.093,-0.07],[-0.2,-0.191],[-0.253,-0.109],[-0.493,0],[-0.267,0.21],[0,0.24],[0.133,0.16],[0.387,0.13],[2.4,0.469],[0,0.951],[-0.813,0.591]],"v":[[-4.24,5.001],[-6.779,4.541],[-8.299,3.48],[-8.779,2.421],[-8.66,2.101],[-8.339,1.98],[-6.7,1.98],[-6.42,2.141],[-5.98,2.521],[-5.18,3.001],[-4.18,3.161],[-2.88,2.86],[-2.38,1.961],[-2.62,1.32],[-3.44,0.86],[-5.2,0.38],[-7.719,-0.721],[-8.519,-2.68],[-8.04,-4.181],[-6.62,-5.34],[-4.339,-5.801],[-2,-5.359],[-0.519,-4.34],[0,-3.28],[-0.14,-2.96],[-0.44,-2.84],[-1.94,-2.84],[-2.279,-2.999],[-2.74,-3.359],[-3.42,-3.801],[-4.339,-3.96],[-5.48,-3.641],[-5.88,-2.801],[-5.7,-2.199],[-4.92,-1.74],[-3.18,-1.32],[0.421,1.82],[-0.82,4.12]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[1.467,0],[0.68,0.31],[0.333,0.401],[0,0.29],[-0.08,0.08],[-0.12,0],[0,0],[-0.08,-0.111],[-0.227,-0.201],[-0.293,-0.12],[-0.36,0],[-0.333,0.201],[0,0.39],[0.16,0.16],[0.4,0.13],[0.787,0.17],[0.547,0.491],[0,0.811],[-0.32,0.471],[-0.627,0.289],[-0.88,0],[-0.653,-0.29],[-0.333,-0.4],[0,-0.31],[0.093,-0.091],[0.12,0],[0,0],[0.08,0.109],[0.213,0.17],[0.253,0.111],[0.36,0],[0.267,-0.21],[0,-0.349],[-0.12,-0.16],[-0.387,-0.151],[-0.773,-0.151],[0,-1.63],[0.827,-0.59]],"o":[[-1.013,0],[-0.68,-0.311],[-0.32,-0.41],[0,-0.13],[0.093,-0.08],[0,0],[0.107,0],[0.067,0.049],[0.24,0.2],[0.307,0.109],[0.533,0],[0.333,-0.21],[0,-0.271],[-0.147,-0.17],[-0.387,-0.149],[-1.133,-0.24],[-0.533,-0.489],[0,-0.529],[0.32,-0.479],[0.64,-0.31],[0.907,0],[0.653,0.28],[0.347,0.4],[0,0.12],[-0.08,0.079],[0,0],[-0.147,0],[-0.093,-0.07],[-0.2,-0.191],[-0.253,-0.109],[-0.493,0],[-0.267,0.21],[0,0.24],[0.133,0.16],[0.387,0.13],[2.4,0.469],[0,0.951],[-0.813,0.591]],"v":[[-14.903,5.001],[-17.443,4.541],[-18.963,3.48],[-19.443,2.421],[-19.324,2.101],[-19.003,1.98],[-17.364,1.98],[-17.084,2.141],[-16.644,2.521],[-15.843,3.001],[-14.843,3.161],[-13.544,2.86],[-13.044,1.961],[-13.283,1.32],[-14.104,0.86],[-15.864,0.38],[-18.383,-0.721],[-19.183,-2.68],[-18.704,-4.181],[-17.283,-5.34],[-15.003,-5.801],[-12.663,-5.359],[-11.183,-4.34],[-10.663,-3.28],[-10.804,-2.96],[-11.104,-2.84],[-12.604,-2.84],[-12.943,-2.999],[-13.403,-3.359],[-14.084,-3.801],[-15.003,-3.96],[-16.144,-3.641],[-16.544,-2.801],[-16.364,-2.199],[-15.584,-1.74],[-13.843,-1.32],[-10.243,1.82],[-11.484,4.12]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.4,0.469],[0.68,0],[0.387,-0.481],[0,-0.79],[0,0]],"o":[[0,0],[0,-0.79],[-0.386,-0.481],[-0.68,0],[-0.386,0.469],[0,0],[0,0]],"v":[[-23.747,-1.32],[-23.747,-1.359],[-24.346,-3.24],[-25.946,-3.96],[-27.546,-3.24],[-28.127,-1.359],[-28.127,-1.32]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[0.934,0],[0.88,0.849],[0.054,1.569],[0,0],[-0.866,0.96],[-1.546,0],[-0.853,-0.96],[0,-1.599],[0,0],[0.094,-0.09],[0.147,0],[0,0],[0,0],[-0.373,-0.489],[-0.666,0],[-0.48,0.611],[-0.066,0.031],[-0.16,0],[0,0],[-0.08,-0.069],[0,-0.12],[0.387,-0.439],[0.707,-0.321]],"o":[[-1.493,0],[-0.866,-0.851],[0,0],[0,-1.67],[0.88,-0.96],[1.587,0],[0.867,0.96],[0,0],[0,0.13],[-0.093,0.091],[0,0],[0,0],[0.027,0.75],[0.387,0.481],[0.76,0],[0.12,-0.149],[0.067,-0.04],[0,0],[0.12,0],[0.094,0.071],[0,0.32],[-0.373,0.431],[-0.706,0.32]],"v":[[-25.926,5.001],[-29.486,3.721],[-30.867,0.081],[-30.886,-0.42],[-29.587,-4.359],[-25.946,-5.801],[-22.286,-4.359],[-20.986,-0.521],[-20.986,-0.101],[-21.127,0.24],[-21.486,0.38],[-28.127,0.38],[-28.127,0.541],[-27.527,2.4],[-25.946,3.12],[-24.087,2.2],[-23.807,1.94],[-23.467,1.881],[-21.706,1.881],[-21.407,1.98],[-21.266,2.261],[-21.847,3.4],[-23.467,4.521]],"c":true},"ix":2},"nm":"Path 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":11,"ty":"sh","ix":12,"ks":{"a":0,"k":{"i":[[0,0],[0.093,0.09],[0,0.13],[0,0],[-0.08,0.09],[-0.147,0],[0,0],[-0.147,-0.25],[0,0],[0,0],[-0.253,0],[0,0],[-0.093,-0.089],[0,-0.151],[0,0],[0.093,-0.09],[0.147,0],[0,0],[0.093,0.09],[0,0.13],[0,0],[0,0],[0.293,0],[0,0],[0.173,0.29],[0,0],[0,0],[0.093,-0.091],[0.147,0]],"o":[[-0.133,0],[-0.093,-0.091],[0,0],[0,-0.151],[0.093,-0.089],[0,0],[0.253,0],[0,0],[0,0],[0.147,-0.25],[0,0],[0.147,0],[0.093,0.09],[0,0],[0,0.151],[-0.093,0.08],[0,0],[-0.133,0],[-0.093,-0.091],[0,0],[0,0],[-0.147,0.29],[0,0],[-0.28,0],[0,0],[0,0],[0,0.13],[-0.08,0.09],[0,0]],"v":[[-45.937,4.801],[-46.277,4.661],[-46.416,4.32],[-46.416,-8.7],[-46.296,-9.061],[-45.937,-9.2],[-44.316,-9.2],[-43.717,-8.82],[-39.856,-1.66],[-35.997,-8.82],[-35.396,-9.2],[-33.796,-9.2],[-33.437,-9.061],[-33.296,-8.7],[-33.296,4.32],[-33.437,4.681],[-33.796,4.801],[-35.516,4.801],[-35.856,4.661],[-35.997,4.32],[-35.997,-4.28],[-38.777,1.001],[-39.437,1.44],[-40.277,1.44],[-40.956,1.001],[-43.736,-4.28],[-43.736,4.32],[-43.877,4.661],[-44.217,4.801]],"c":true},"ix":2},"nm":"Path 12","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","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":[46.666,9.45],"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":"Group 1","np":16,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0}]},{"id":"comp_15","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Layer 25 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":6,"s":[0]},{"t":18,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[415.428,906.567,0],"ix":2},"a":{"a":0,"k":[11.126,11.13,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.232,-0.231],[0,0],[2.108,2.108],[-1.303,1.303],[-0.303,0.304],[-0.067,0.071],[-0.061,0.076],[0.427,0.423],[0.182,-0.18],[0.502,-0.51],[-3.872,-3.876],[-1.818,1.82],[-0.287,0.303],[0.239,0.248],[1.68,1.206]],"o":[[0,0],[-1.303,1.302],[-2.109,-2.112],[0.207,-0.207],[0.123,-0.123],[0.092,-0.096],[-1.166,-1.623],[-0.22,-0.218],[-0.483,0.475],[-1.804,1.805],[3.871,3.875],[0.457,-0.441],[0.208,-0.219],[-0.397,-0.413],[-0.122,0.099]],"v":[[4.844,2.698],[4.078,3.466],[-1.551,1.549],[-3.467,-4.083],[-2.701,-4.849],[-2.455,-5.1],[-2.227,-5.357],[-4.612,-8.415],[-5.508,-8.414],[-6.652,-7.27],[-3.203,3.202],[7.276,6.639],[8.393,5.522],[8.399,4.603],[5.349,2.224]],"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":[[-1.315,-1.84],[0.518,-0.698],[0.171,-0.179],[0.134,-0.134],[0.208,-0.206],[-1.331,-1.333],[-0.101,0.1],[0,0],[-0.307,0.201],[-0.587,-0.524],[-0.532,-0.553],[0.895,-0.946],[0.465,-0.448],[4.548,4.553],[-2.806,2.808],[-0.491,0.483],[-1.055,-1.042]],"o":[[0.585,0.651],[-0.123,0.166],[-0.082,0.087],[-0.304,0.305],[-0.1,0.1],[1.33,1.331],[0,0],[0.422,-0.422],[0.638,-0.419],[1.917,1.372],[1.037,1.078],[-0.311,0.328],[-2.811,2.814],[-4.548,-4.553],[0.503,-0.512],[0.913,-0.9],[0.554,0.548]],"v":[[-0.453,-6.314],[-0.571,-4.229],[-1.007,-3.721],[-1.287,-3.436],[-2.054,-2.668],[-0.137,0.135],[2.664,2.052],[3.431,1.285],[4.383,0.457],[6.305,0.449],[9.839,3.216],[9.845,6.897],[8.676,8.066],[-4.617,4.616],[-8.07,-8.678],[-6.91,-9.84],[-3.207,-9.839]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","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":[11.126,11.13],"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":"Group 1","np":6,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 26 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"t":12,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[416,906,0],"ix":2},"a":{"a":0,"k":[32.25,32.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.209,0],[0,0],[0,-2.209],[0,0],[2.209,0],[0,0],[0,2.209],[0,0]],"o":[[0,0],[2.209,0],[0,0],[0,2.209],[0,0],[-2.209,0],[0,0],[0,-2.209]],"v":[[-28,-32],[28,-32],[32,-28],[32,28],[28,32],[-28,32],[-32,28],[-32,-28]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.090000002992,0.834999952129,0.866999966491,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":[32.25,32.25],"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":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Layer 24 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":12,"s":[0]},{"t":24,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[726.353,906,0],"ix":2},"a":{"a":0,"k":[5.311,8.957,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[2.233,0],[-5.06,-7.293],[-3.646,-8.707],[5.06,0],[-3.646,8.707],[-5.06,7.293]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.144999994016,0.144999994016,0.144999994016,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":[5.31,8.957],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Layer 27 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":18,"s":[0]},{"t":30,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[515.489,920.4,0],"ix":2},"a":{"a":0,"k":[42.33,6.01,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.514,0],[-0.373,0.491],[-0.032,0.684],[0,0.288],[0.011,0.117],[0.395,0.469],[0.726,0],[0.352,-0.48],[0.032,-0.779],[0,0]],"o":[[0.747,0],[0.374,-0.501],[0.011,-0.116],[0,-0.299],[-0.021,-0.652],[-0.384,-0.48],[-0.768,0],[-0.352,0.48],[0,0],[0,2.048]],"v":[[38.337,4.512],[40.017,3.776],[40.624,1.999],[40.64,1.392],[40.624,0.768],[40,-0.912],[38.337,-1.633],[36.656,-0.912],[36.08,0.976],[36.064,1.44]],"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":[[1.152,0],[0.566,0.725],[0.043,1.109],[0,0],[0,0],[-0.565,0.725],[-1.109,0],[-0.618,-0.789],[0,0],[-0.064,0.063],[-0.106,0],[0,0],[-0.064,-0.075],[0,-0.107],[0,0],[0.075,-0.075],[0.107,0],[0,0],[0.064,0.064],[0,0.107],[0,0]],"o":[[-1.12,0],[-0.554,-0.725],[0,0],[0,0],[0.043,-1.099],[0.566,-0.736],[1.11,0],[0,0],[0,-0.107],[0.075,-0.075],[0,0],[0.107,0],[0.075,0.063],[0,0],[0,0.107],[-0.064,0.064],[0,0],[-0.106,0],[-0.064,-0.075],[0,0],[-0.608,0.811]],"v":[[38.033,5.76],[35.505,4.672],[34.609,1.92],[34.593,1.44],[34.609,0.96],[35.52,-1.776],[38.033,-2.881],[40.624,-1.696],[40.624,-5.392],[40.721,-5.648],[40.992,-5.76],[41.713,-5.76],[41.968,-5.648],[42.08,-5.392],[42.08,5.232],[41.968,5.504],[41.713,5.6],[41.025,5.6],[40.768,5.504],[40.673,5.232],[40.673,4.544]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.405,0.469],[0.682,0],[0.394,-0.469],[0,-0.747],[0,0]],"o":[[0,0],[0,-0.747],[-0.406,-0.469],[-0.694,0],[-0.395,0.469],[0,0],[0,0]],"v":[[31.591,0.848],[31.591,0.8],[30.984,-1.024],[29.351,-1.728],[27.72,-1.024],[27.127,0.8],[27.127,0.848]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0.682,0],[0.65,0.673],[0.064,1.173],[0,0],[0,0],[-0.651,0.682],[-1.088,0],[-0.64,-0.748],[0,-1.281],[0,0],[0.074,-0.075],[0.106,0],[0,0],[0,0],[-0.395,-0.491],[-0.651,0],[-0.31,0.191],[-0.16,0.213],[-0.054,0.022],[-0.128,0],[0,0],[-0.064,-0.053],[0,-0.085],[0.288,-0.331],[0.533,-0.246]],"o":[[-1.088,0],[-0.651,-0.682],[0,0],[0,0],[0.064,-1.153],[0.65,-0.683],[1.173,0],[0.65,0.747],[0,0],[0,0.107],[-0.064,0.064],[0,0],[0,0],[0.032,0.694],[0.394,0.491],[0.501,0],[0.32,-0.203],[0.096,-0.128],[0.053,-0.031],[0,0],[0.096,0],[0.074,0.052],[0,0.235],[-0.288,0.33],[-0.523,0.235]],"v":[[29.351,5.76],[26.744,4.751],[25.671,1.968],[25.656,1.424],[25.671,0.896],[26.744,-1.856],[29.351,-2.881],[32.072,-1.76],[33.048,1.28],[33.048,1.568],[32.936,1.84],[32.679,1.936],[27.127,1.936],[27.127,2.079],[27.768,3.856],[29.335,4.592],[30.551,4.304],[31.272,3.68],[31.496,3.455],[31.768,3.408],[32.471,3.408],[32.712,3.488],[32.824,3.696],[32.392,4.544],[31.16,5.408]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0.074,0.064],[0.042,0.14],[0,0],[0,0],[-0.064,0.064],[-0.096,0],[0,0],[-0.064,-0.064],[-0.011,-0.052],[0,0],[0,0],[-0.075,0.063],[-0.128,0],[0,0],[-0.075,-0.075],[-0.022,-0.085],[0,0],[0,0],[-0.064,0.053],[-0.107,0],[0,0],[-0.064,-0.064],[0,-0.096],[0,0],[0,0],[0.074,-0.064],[0.149,0],[0,0],[0.085,0.268],[0,0],[0,0],[0.277,0]],"o":[[-0.15,0],[-0.075,-0.064],[0,0],[0,0],[0,-0.096],[0.064,-0.064],[0,0],[0.106,0],[0.074,0.053],[0,0],[0,0],[0.021,-0.085],[0.074,-0.075],[0,0],[0.128,0],[0.074,0.063],[0,0],[0,0],[0.01,-0.052],[0.074,-0.064],[0,0],[0.096,0],[0.064,0.064],[0,0],[0,0],[-0.043,0.14],[-0.075,0.064],[0,0],[-0.278,0],[0,0],[0,0],[-0.086,0.268],[0,0]],"v":[[15.686,5.6],[15.35,5.504],[15.174,5.199],[12.901,-2.224],[12.869,-2.384],[12.965,-2.624],[13.205,-2.72],[13.861,-2.72],[14.117,-2.624],[14.246,-2.465],[16.054,3.648],[17.973,-2.384],[18.117,-2.608],[18.421,-2.72],[18.934,-2.72],[19.237,-2.608],[19.382,-2.384],[21.301,3.648],[23.109,-2.465],[23.221,-2.624],[23.494,-2.72],[24.15,-2.72],[24.39,-2.624],[24.486,-2.384],[24.453,-2.224],[22.182,5.199],[22.005,5.504],[21.669,5.6],[21.093,5.6],[20.549,5.199],[18.677,-0.592],[16.806,5.199],[16.262,5.6]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[-0.683,0],[-0.395,0.427],[-0.032,0.811],[0,0.299],[0.011,0.108],[0.405,0.427],[0.683,0],[0.405,-0.438],[0.032,-0.81],[0,0],[0,0],[-0.395,-0.437]],"o":[[0.683,0],[0.405,-0.437],[0.011,-0.107],[0,-0.299],[-0.032,-0.81],[-0.395,-0.438],[-0.683,0],[-0.395,0.427],[0,0],[0,0],[0.032,0.811],[0.405,0.427]],"v":[[7.916,4.56],[9.531,3.92],[10.187,2.048],[10.203,1.44],[10.187,0.831],[9.531,-1.024],[7.916,-1.68],[6.283,-1.024],[5.643,0.831],[5.627,1.44],[5.643,2.048],[6.283,3.92]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[1.173,0],[0.64,0.661],[0.043,1.099],[0,0],[0,0],[-0.64,0.661],[-1.152,0],[-0.64,-0.662],[-0.043,-1.098],[0,-0.224],[0.021,-0.235],[0.64,-0.661]],"o":[[-1.173,0],[-0.629,-0.661],[0,0],[0,0],[0.043,-1.098],[0.651,-0.662],[1.152,0],[0.651,0.661],[0.021,0.236],[0,0.223],[-0.043,1.099],[-0.629,0.661]],"v":[[7.916,5.76],[5.195,4.768],[4.187,2.128],[4.171,1.44],[4.187,0.751],[5.212,-1.888],[7.916,-2.881],[10.604,-1.888],[11.643,0.751],[11.676,1.44],[11.643,2.128],[10.619,4.768]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0,0],[0.074,0.064],[0,0.107],[0,0],[-0.064,0.064],[-0.107,0],[0,0],[-0.064,-0.075],[0,-0.107],[0,0],[0.074,-0.075],[0.106,0]],"o":[[-0.107,0],[-0.064,-0.075],[0,0],[0,-0.117],[0.074,-0.064],[0,0],[0.106,0],[0.074,0.063],[0,0],[0,0.107],[-0.064,0.064],[0,0]],"v":[[1.064,5.6],[0.793,5.504],[0.697,5.232],[0.697,-5.392],[0.793,-5.664],[1.064,-5.76],[1.768,-5.76],[2.025,-5.648],[2.137,-5.392],[2.137,5.232],[2.025,5.504],[1.768,5.6]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0,0],[0.075,0.064],[0,0.107],[0,0],[-0.064,0.064],[-0.106,0],[0,0],[-0.064,-0.075],[0,-0.107],[0,0],[0.075,-0.075],[0.107,0]],"o":[[-0.106,0],[-0.064,-0.075],[0,0],[0,-0.117],[0.075,-0.064],[0,0],[0.107,0],[0.075,0.063],[0,0],[0,0.107],[-0.064,0.064],[0,0]],"v":[[-2.795,5.6],[-3.068,5.504],[-3.163,5.232],[-3.163,-5.392],[-3.068,-5.664],[-2.795,-5.76],[-2.092,-5.76],[-1.836,-5.648],[-1.724,-5.392],[-1.724,5.232],[-1.836,5.504],[-2.092,5.6]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[-0.491,0],[-0.448,0.459],[0,0.875],[0,0],[0,0],[0.394,-0.256],[0,-0.384],[-0.352,-0.235]],"o":[[0.704,0],[0.448,-0.459],[0,0],[0,0],[-0.768,0.107],[-0.395,0.256],[0,0.437],[0.362,0.235]],"v":[[-9.351,4.592],[-7.623,3.904],[-6.951,1.904],[-6.951,1.455],[-8.823,1.728],[-10.567,2.272],[-11.159,3.232],[-10.631,4.24]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[0.704,0],[0.448,0.213],[0.266,0.364],[0,0.448],[-0.576,0.448],[-0.992,0.148],[0,0],[0,0],[1.269,0],[0.298,-0.203],[0.138,-0.268],[0.053,-0.043],[0.085,0],[0,0],[0.074,0.064],[0,0.096],[-0.224,0.32],[-0.48,0.235],[-0.694,0],[-0.512,-0.554],[0,-0.832],[0,0],[0.074,-0.075],[0.106,0],[0,0],[0.064,0.064],[0,0.107],[0,0],[0.448,-0.235]],"o":[[-0.523,0],[-0.438,-0.213],[-0.256,-0.373],[0,-0.704],[0.576,-0.449],[0,0],[0,0],[0,-1.099],[-0.491,0],[-0.299,0.193],[-0.043,0.106],[-0.043,0.032],[0,0],[-0.096,0],[-0.064,-0.075],[0,-0.245],[0.234,-0.331],[0.48,-0.246],[1.194,0],[0.522,0.556],[0,0],[0,0.107],[-0.064,0.064],[0,0],[-0.107,0],[-0.064,-0.075],[0,0],[-0.235,0.352],[-0.448,0.235]],"v":[[-9.671,5.76],[-11.127,5.44],[-12.183,4.575],[-12.567,3.344],[-11.703,1.616],[-9.351,0.72],[-6.951,0.384],[-6.951,-0.08],[-8.855,-1.728],[-10.039,-1.425],[-10.695,-0.736],[-10.839,-0.512],[-11.031,-0.465],[-11.655,-0.465],[-11.911,-0.56],[-12.007,-0.816],[-11.671,-1.664],[-10.599,-2.512],[-8.839,-2.881],[-6.279,-2.049],[-5.495,0.032],[-5.495,5.232],[-5.607,5.504],[-5.863,5.6],[-6.567,5.6],[-6.823,5.504],[-6.919,5.232],[-6.919,4.528],[-7.943,5.408]],"c":true},"ix":2},"nm":"Path 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":11,"ty":"sh","ix":12,"ks":{"a":0,"k":{"i":[[0,0],[0,1.867],[0,0],[0,0],[0.064,0.065],[0,0.108],[0,0],[-0.064,0.063],[-0.107,0],[0,0],[0,0],[-0.064,0.063],[-0.107,0],[0,0],[-0.064,-0.075],[0,-0.107],[0,0],[0,0],[-0.064,-0.075],[0,-0.108],[0,0],[0.075,-0.063],[0.107,0],[0,0],[0,0],[-0.171,-0.277],[-0.427,0],[0,0],[-0.064,-0.076],[0,-0.106],[0,0],[0.064,-0.075],[0.107,0]],"o":[[-1.653,0],[0,0],[0,0],[-0.107,0],[-0.064,-0.063],[0,0],[0,-0.108],[0.064,-0.075],[0,0],[0,0],[0,-0.107],[0.064,-0.075],[0,0],[0.107,0],[0.075,0.063],[0,0],[0,0],[0.107,0],[0.075,0.063],[0,0],[0,0.108],[-0.064,0.065],[0,0],[0,0],[0,0.544],[0.181,0.277],[0,0],[0.107,0],[0.064,0.064],[0,0],[0,0.107],[-0.064,0.064],[0,0]],"v":[[-18.916,5.6],[-21.396,2.8],[-21.396,-1.488],[-22.66,-1.488],[-22.916,-1.585],[-23.012,-1.841],[-23.012,-2.352],[-22.916,-2.608],[-22.66,-2.72],[-21.396,-2.72],[-21.396,-5.392],[-21.3,-5.648],[-21.044,-5.76],[-20.34,-5.76],[-20.084,-5.648],[-19.972,-5.392],[-19.972,-2.72],[-17.988,-2.72],[-17.732,-2.608],[-17.62,-2.352],[-17.62,-1.841],[-17.732,-1.585],[-17.988,-1.488],[-19.972,-1.488],[-19.972,2.688],[-19.716,3.92],[-18.804,4.336],[-17.828,4.336],[-17.572,4.448],[-17.476,4.703],[-17.476,5.232],[-17.572,5.504],[-17.828,5.6]],"c":true},"ix":2},"nm":"Path 12","mn":"ADBE Vector Shape - Group","hd":false},{"ind":12,"ty":"sh","ix":13,"ks":{"a":0,"k":{"i":[[-0.683,0],[-0.395,0.427],[-0.032,0.811],[0,0.299],[0.01,0.108],[0.405,0.427],[0.682,0],[0.405,-0.438],[0.032,-0.81],[0,0],[0,0],[-0.395,-0.437]],"o":[[0.682,0],[0.405,-0.437],[0.01,-0.107],[0,-0.299],[-0.032,-0.81],[-0.395,-0.438],[-0.683,0],[-0.395,0.427],[0,0],[0,0],[0.032,0.811],[0.405,0.427]],"v":[[-27.818,4.56],[-26.202,3.92],[-25.546,2.048],[-25.53,1.44],[-25.546,0.831],[-26.202,-1.024],[-27.818,-1.68],[-29.45,-1.024],[-30.09,0.831],[-30.106,1.44],[-30.09,2.048],[-29.45,3.92]],"c":true},"ix":2},"nm":"Path 13","mn":"ADBE Vector Shape - Group","hd":false},{"ind":13,"ty":"sh","ix":14,"ks":{"a":0,"k":{"i":[[1.173,0],[0.64,0.661],[0.042,1.099],[0,0],[0,0],[-0.64,0.661],[-1.152,0],[-0.64,-0.662],[-0.043,-1.098],[0,-0.224],[0.021,-0.235],[0.64,-0.661]],"o":[[-1.174,0],[-0.63,-0.661],[0,0],[0,0],[0.042,-1.098],[0.65,-0.662],[1.152,0],[0.65,0.661],[0.021,0.236],[0,0.223],[-0.043,1.099],[-0.63,0.661]],"v":[[-27.818,5.76],[-30.538,4.768],[-31.546,2.128],[-31.562,1.44],[-31.546,0.751],[-30.522,-1.888],[-27.818,-2.881],[-25.13,-1.888],[-24.09,0.751],[-24.058,1.44],[-24.09,2.128],[-25.114,4.768]],"c":true},"ix":2},"nm":"Path 14","mn":"ADBE Vector Shape - Group","hd":false},{"ind":14,"ty":"sh","ix":15,"ks":{"a":0,"k":{"i":[[0,0],[0.064,0.064],[0,0.107],[0,0],[-0.064,0.063],[-0.107,0],[0,0],[-0.053,-0.043],[-0.053,-0.063],[0,0],[0,0],[-0.064,0.063],[-0.107,0],[0,0],[-0.064,-0.075],[0,-0.116],[0,0],[0.075,-0.076],[0.107,0],[0,0],[0.075,0.149],[0,0],[0,0],[0.075,-0.075],[0.107,0]],"o":[[-0.107,0],[-0.064,-0.075],[0,0],[0,-0.116],[0.064,-0.075],[0,0],[0.107,0],[0.053,0.043],[0,0],[0,0],[0,-0.116],[0.075,-0.075],[0,0],[0.117,0],[0.075,0.063],[0,0],[0,0.107],[-0.064,0.075],[0,0],[-0.181,0],[0,0],[0,0],[0,0.107],[-0.064,0.064],[0,0]],"v":[[-41.728,5.6],[-41.984,5.504],[-42.08,5.232],[-42.08,-5.217],[-41.984,-5.488],[-41.728,-5.6],[-41.024,-5.6],[-40.784,-5.536],[-40.624,-5.377],[-35.264,2.88],[-35.264,-5.217],[-35.168,-5.488],[-34.896,-5.6],[-34.176,-5.6],[-33.904,-5.488],[-33.792,-5.217],[-33.792,5.216],[-33.904,5.488],[-34.16,5.6],[-34.88,5.6],[-35.264,5.376],[-40.624,-2.8],[-40.624,5.232],[-40.736,5.504],[-40.992,5.6]],"c":true},"ix":2},"nm":"Path 15","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","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":[42.33,6.01],"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":"Group 1","np":19,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Layer 28 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":12,"s":[0]},{"t":24,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[546.871,895.63,0],"ix":2},"a":{"a":0,"k":[74.061,9.42,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.094,0.093],[0,0.133],[0,0],[-0.094,0.08],[-0.133,0],[0,0],[-0.08,-0.094],[0,-0.147],[0,0],[-1.413,0],[-0.719,-0.8],[0,-1.399],[0,0],[0.094,-0.093],[0.146,0],[0,0],[0.094,0.093],[0,0.133],[0,0],[0.386,0.426],[0.707,0],[0.414,-0.44],[0,-0.76],[0,0],[0.094,-0.093],[0.147,0]],"o":[[-0.133,0],[-0.094,-0.093],[0,0],[0,-0.147],[0.094,-0.094],[0,0],[0.147,0],[0.094,0.08],[0,0],[0.814,-1],[1.228,0],[0.721,0.799],[0,0],[0,0.133],[-0.08,0.093],[0,0],[-0.134,0],[-0.093,-0.093],[0,0],[0,-0.773],[-0.373,-0.44],[-0.68,0],[-0.413,0.44],[0,0],[0,0.133],[-0.08,0.093],[0,0]],"v":[[64.332,5.37],[63.992,5.23],[63.851,4.89],[63.851,-4.55],[63.992,-4.89],[64.332,-5.03],[65.992,-5.03],[66.332,-4.89],[66.471,-4.55],[66.471,-3.731],[69.81,-5.231],[72.731,-4.03],[73.81,-0.731],[73.81,4.89],[73.671,5.23],[73.332,5.37],[71.531,5.37],[71.192,5.23],[71.051,4.89],[71.051,-0.61],[70.471,-2.41],[68.851,-3.07],[67.211,-2.41],[66.591,-0.61],[66.591,4.89],[66.452,5.23],[66.111,5.37]],"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.707,0],[-0.373,0.44],[-0.026,0.853],[0,0.387],[0.014,0.133],[0.387,0.44],[0.693,0],[0.387,-0.453],[0.028,-0.853],[0,0],[0,0],[-0.387,-0.44]],"o":[[0.707,0],[0.387,-0.44],[0.014,-0.133],[0,-0.387],[-0.026,-0.853],[-0.387,-0.453],[-0.707,0],[-0.387,0.44],[0,0],[0,0],[0.028,0.853],[0.387,0.44]],"v":[[56.617,3.55],[58.236,2.89],[58.856,0.95],[58.877,0.17],[58.856,-0.61],[58.236,-2.55],[56.617,-3.231],[54.976,-2.55],[54.356,-0.61],[54.336,0.17],[54.356,0.95],[54.976,2.89]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[1.56,0],[0.853,0.8],[0.067,1.413],[0,0],[0,0],[-0.867,0.8],[-1.547,0],[-0.867,-0.813],[-0.067,-1.4],[0,-0.427],[0.013,-0.16],[0.853,-0.8]],"o":[[-1.573,0],[-0.853,-0.8],[0,0],[0,0],[0.067,-1.4],[0.867,-0.813],[1.532,0],[0.867,0.8],[0.013,0.16],[0,0.427],[-0.067,1.413],[-0.853,0.8]],"v":[[56.617,5.57],[52.976,4.37],[51.596,1.05],[51.577,0.17],[51.596,-0.71],[52.997,-4.01],[56.617,-5.231],[60.216,-4.01],[61.617,-0.71],[61.637,0.17],[61.617,1.05],[60.236,4.37]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0.092,0.093],[0,0.133],[0,0],[-0.093,0.08],[-0.133,0],[0,0],[-0.093,-0.094],[0,-0.133],[0,0],[0.093,-0.093],[0.133,0]],"o":[[-0.133,0],[-0.093,-0.093],[0,0],[0,-0.147],[0.092,-0.094],[0,0],[0.133,0],[0.093,0.093],[0,0],[0,0.133],[-0.093,0.093],[0,0]],"v":[[47.184,5.37],[46.843,5.23],[46.703,4.89],[46.703,-4.55],[46.843,-4.89],[47.184,-5.03],[48.883,-5.03],[49.223,-4.89],[49.364,-4.55],[49.364,4.89],[49.223,5.23],[48.883,5.37]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0.092,0.093],[0,0.133],[0,0],[-0.093,0.092],[-0.132,0],[0,0],[-0.093,-0.093],[0,-0.148],[0,0],[0.107,-0.093],[0.133,0]],"o":[[-0.132,0],[-0.093,-0.093],[0,0],[0,-0.148],[0.092,-0.093],[0,0],[0.147,0],[0.092,0.092],[0,0],[0,0.133],[-0.094,0.093],[0,0]],"v":[[47.103,-6.731],[46.763,-6.87],[46.624,-7.21],[46.624,-8.67],[46.763,-9.03],[47.103,-9.17],[48.944,-9.17],[49.304,-9.03],[49.444,-8.67],[49.444,-7.21],[49.283,-6.87],[48.944,-6.731]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0],[0.613,0.627],[0,1.227],[0,0],[0,0],[0.093,0.092],[0,0.133],[0,0],[-0.094,0.093],[-0.134,0],[0,0],[0,0],[-0.094,0.081],[-0.134,0],[0,0],[-0.08,-0.092],[0,-0.147],[0,0],[0,0],[-0.094,-0.094],[0,-0.133],[0,0],[0.093,-0.093],[0.134,0],[0,0],[0,0],[-0.2,-0.293],[-0.454,0],[0,0],[-0.08,-0.093],[0,-0.147],[0,0],[0.093,-0.093],[0.146,0]],"o":[[-1.214,0],[-0.614,-0.64],[0,0],[0,0],[-0.134,0],[-0.094,-0.093],[0,0],[0,-0.133],[0.093,-0.094],[0,0],[0,0],[0,-0.147],[0.093,-0.092],[0,0],[0.145,0],[0.093,0.081],[0,0],[0,0],[0.134,0],[0.093,0.093],[0,0],[0,0.133],[-0.094,0.092],[0,0],[0,0],[0,0.573],[0.199,0.293],[0,0],[0.146,0],[0.093,0.08],[0,0],[0,0.133],[-0.08,0.093],[0,0]],"v":[[42.81,5.37],[40.07,4.43],[39.15,1.63],[39.15,-2.89],[37.57,-2.89],[37.231,-3.03],[37.09,-3.37],[37.09,-4.55],[37.231,-4.89],[37.57,-5.03],[39.15,-5.03],[39.15,-8.35],[39.291,-8.691],[39.63,-8.83],[41.291,-8.83],[41.63,-8.691],[41.77,-8.35],[41.77,-5.03],[44.27,-5.03],[44.611,-4.89],[44.75,-4.55],[44.75,-3.37],[44.611,-3.03],[44.27,-2.89],[41.77,-2.89],[41.77,1.41],[42.07,2.71],[43.051,3.15],[44.45,3.15],[44.791,3.29],[44.931,3.63],[44.931,4.89],[44.791,5.23],[44.45,5.37]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[-0.493,0],[-0.467,0.48],[0,0.908],[0,0],[0,0],[0,-0.786],[-0.347,-0.239]],"o":[[0.733,0],[0.467,-0.48],[0,0],[0,0],[-1.533,0.241],[0,0.428],[0.36,0.228]],"v":[[30.442,3.65],[32.242,2.93],[32.942,0.849],[32.942,0.45],[30.942,0.769],[28.643,2.309],[29.163,3.309]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0.8,0],[0.573,0.267],[0.333,0.466],[0,0.56],[-0.733,0.561],[-1.28,0.2],[0,0],[0,0],[0.293,0.293],[0.64,0],[0.267,-0.159],[0.173,-0.172],[0.053,-0.053],[0.147,0],[0,0],[0.093,0.08],[0,0.132],[-0.307,0.414],[-0.653,0.307],[-0.96,0],[-0.72,-0.707],[0,-1.147],[0,0],[0.093,-0.093],[0.147,0],[0,0],[0.093,0.093],[0,0.133],[0,0],[0.533,-0.28]],"o":[[-0.68,0],[-0.56,-0.28],[-0.32,-0.467],[0,-0.908],[0.733,-0.559],[0,0],[0,0],[0,-0.572],[-0.293,-0.293],[-0.44,0],[-0.267,0.161],[-0.16,0.161],[-0.053,0.16],[0,0],[-0.12,0],[-0.08,-0.08],[0.013,-0.333],[0.32,-0.426],[0.653,-0.32],[1.573,0],[0.72,0.707],[0,0],[0,0.133],[-0.08,0.093],[0,0],[-0.133,0],[-0.093,-0.093],[0,0],[-0.293,0.427],[-0.533,0.267]],"v":[[29.762,5.57],[27.882,5.17],[26.543,4.05],[26.062,2.51],[27.163,0.309],[30.182,-0.83],[32.922,-1.231],[32.922,-1.651],[32.482,-2.95],[31.083,-3.39],[30.023,-3.151],[29.362,-2.651],[29.043,-2.33],[28.742,-2.09],[27.182,-2.09],[26.862,-2.21],[26.742,-2.53],[27.223,-3.651],[28.682,-4.75],[31.103,-5.231],[34.543,-4.17],[35.622,-1.39],[35.622,4.89],[35.482,5.23],[35.143,5.37],[33.482,5.37],[33.143,5.23],[33.002,4.89],[33.002,4.11],[31.762,5.17]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[1.08,0],[0.88,0.814],[0.053,1.44],[0,0],[0,0],[-0.867,0.813],[-1.467,0],[-0.72,-0.373],[-0.347,-0.547],[-0.027,-0.493],[0.106,-0.093],[0.133,0],[0,0],[0.066,0.053],[0.066,0.161],[0.333,0.227],[0.506,0],[0.386,-0.427],[0.026,-0.88],[0,0],[0,0],[-1.387,0],[-0.32,0.213],[-0.2,0.52],[-0.067,0.067],[-0.147,0],[0,0],[-0.094,-0.093],[0.013,-0.133],[0.346,-0.548],[0.72,-0.388]],"o":[[-1.467,0],[-0.867,-0.812],[0,0],[0,0],[0.053,-1.44],[0.88,-0.813],[1.053,0],[0.733,0.373],[0.36,0.533],[0.013,0.133],[-0.094,0.093],[0,0],[-0.147,0],[-0.067,-0.067],[-0.2,-0.506],[-0.32,-0.227],[-0.68,0],[-0.374,0.427],[0,0],[0,0],[0.08,1.732],[0.52,0],[0.32,-0.227],[0.053,-0.147],[0.08,-0.068],[0,0],[0.133,0],[0.106,0.093],[-0.027,0.467],[-0.347,0.532],[-0.72,0.387]],"v":[[19.797,5.57],[16.278,4.349],[14.898,0.97],[14.877,0.17],[14.898,-0.63],[16.278,-4.01],[19.797,-5.231],[22.458,-4.67],[24.077,-3.29],[24.658,-1.75],[24.518,-1.41],[24.177,-1.27],[22.398,-1.27],[22.077,-1.35],[21.877,-1.691],[21.077,-2.79],[19.838,-3.13],[18.237,-2.49],[17.637,-0.53],[17.617,0.21],[17.637,0.87],[19.838,3.47],[21.098,3.15],[21.877,2.03],[22.057,1.71],[22.398,1.61],[24.177,1.61],[24.518,1.75],[24.658,2.09],[24.098,3.61],[22.497,4.99]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[0,0],[0.093,0.093],[0,0.133],[0,0],[-0.094,0.08],[-0.134,0],[0,0],[-0.094,-0.094],[0,-0.133],[0,0],[0.093,-0.093],[0.133,0]],"o":[[-0.134,0],[-0.094,-0.093],[0,0],[0,-0.147],[0.093,-0.094],[0,0],[0.133,0],[0.093,0.093],[0,0],[0,0.133],[-0.094,0.093],[0,0]],"v":[[10.484,5.37],[10.145,5.23],[10.005,4.89],[10.005,-4.55],[10.145,-4.89],[10.484,-5.03],[12.184,-5.03],[12.525,-4.89],[12.664,-4.55],[12.664,4.89],[12.525,5.23],[12.184,5.37]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[0,0],[0.093,0.093],[0,0.133],[0,0],[-0.094,0.092],[-0.134,0],[0,0],[-0.094,-0.093],[0,-0.148],[0,0],[0.106,-0.093],[0.133,0]],"o":[[-0.134,0],[-0.094,-0.093],[0,0],[0,-0.148],[0.093,-0.093],[0,0],[0.146,0],[0.093,0.092],[0,0],[0,0.133],[-0.094,0.093],[0,0]],"v":[[10.405,-6.731],[10.064,-6.87],[9.924,-7.21],[9.924,-8.67],[10.064,-9.03],[10.405,-9.17],[12.244,-9.17],[12.604,-9.03],[12.744,-8.67],[12.744,-7.21],[12.585,-6.87],[12.244,-6.731]],"c":true},"ix":2},"nm":"Path 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":11,"ty":"sh","ix":12,"ks":{"a":0,"k":{"i":[[0,0],[0.094,0.093],[0,0.133],[0,0],[-0.093,0.081],[-0.133,0],[0,0],[-0.08,-0.092],[0,-0.147],[0,0],[0.094,-0.093],[0.147,0]],"o":[[-0.133,0],[-0.093,-0.093],[0,0],[0,-0.147],[0.094,-0.092],[0,0],[0.147,0],[0.094,0.081],[0,0],[0,0.133],[-0.08,0.093],[0,0]],"v":[[5.192,5.37],[4.851,5.23],[4.711,4.89],[4.711,-8.35],[4.851,-8.691],[5.192,-8.83],[6.872,-8.83],[7.211,-8.691],[7.351,-8.35],[7.351,4.89],[7.211,5.23],[6.872,5.37]],"c":true},"ix":2},"nm":"Path 12","mn":"ADBE Vector Shape - Group","hd":false},{"ind":12,"ty":"sh","ix":13,"ks":{"a":0,"k":{"i":[[-0.733,0],[-0.093,1.761],[0,0.267],[0.013,0.133],[1.427,0],[0.373,-0.493],[0.027,-0.707],[0,-0.347],[-0.013,-0.173],[-0.387,-0.467]],"o":[[1.427,0],[0.013,-0.132],[0,-0.267],[-0.093,-1.761],[-0.76,0],[-0.373,0.493],[-0.013,0.16],[0,0.347],[0.027,0.667],[0.387,0.467]],"v":[[-2.574,3.41],[-0.293,0.769],[-0.274,0.17],[-0.293,-0.43],[-2.574,-3.07],[-4.274,-2.33],[-4.873,-0.53],[-4.894,0.23],[-4.873,1.01],[-4.253,2.71]],"c":true},"ix":2},"nm":"Path 13","mn":"ADBE Vector Shape - Group","hd":false},{"ind":13,"ty":"sh","ix":14,"ks":{"a":0,"k":{"i":[[0,0],[0.093,0.093],[0,0.147],[0,0],[-0.093,0.08],[-0.133,0],[0,0],[-0.093,-0.094],[0,-0.133],[0,0],[-1.413,0],[-0.72,-0.853],[-0.053,-1.427],[0,-0.321],[0.013,-0.16],[0.733,-0.867],[1.347,0],[0.707,0.947],[0,0],[0.093,-0.08],[0.147,0]],"o":[[-0.133,0],[-0.093,-0.08],[0,0],[0,-0.147],[0.093,-0.094],[0,0],[0.147,0],[0.093,0.093],[0,0],[0.707,-0.987],[1.347,0],[0.72,0.84],[0.013,0.16],[0,0.32],[-0.04,1.4],[-0.72,0.852],[-1.333,0],[0,0],[0,0.147],[-0.08,0.093],[0,0]],"v":[[-7.094,9.17],[-7.433,9.03],[-7.574,8.69],[-7.574,-4.55],[-7.433,-4.89],[-7.094,-5.03],[-5.493,-5.03],[-5.133,-4.89],[-4.993,-4.55],[-4.993,-3.75],[-1.813,-5.231],[1.286,-3.95],[2.447,-0.55],[2.466,0.17],[2.447,0.89],[1.286,4.29],[-1.813,5.57],[-4.873,4.15],[-4.873,8.69],[-5.014,9.03],[-5.353,9.17]],"c":true},"ix":2},"nm":"Path 14","mn":"ADBE Vector Shape - Group","hd":false},{"ind":14,"ty":"sh","ix":15,"ks":{"a":0,"k":{"i":[[-0.733,0],[-0.093,1.761],[0,0.267],[0.013,0.133],[1.427,0],[0.373,-0.493],[0.027,-0.707],[0,-0.347],[-0.013,-0.173],[-0.387,-0.467]],"o":[[1.427,0],[0.013,-0.132],[0,-0.267],[-0.093,-1.761],[-0.76,0],[-0.373,0.493],[-0.013,0.16],[0,0.347],[0.027,0.667],[0.387,0.467]],"v":[[-14.858,3.41],[-12.579,0.769],[-12.558,0.17],[-12.579,-0.43],[-14.858,-3.07],[-16.558,-2.33],[-17.159,-0.53],[-17.178,0.23],[-17.159,1.01],[-16.539,2.71]],"c":true},"ix":2},"nm":"Path 15","mn":"ADBE Vector Shape - Group","hd":false},{"ind":15,"ty":"sh","ix":16,"ks":{"a":0,"k":{"i":[[0,0],[0.093,0.093],[0,0.147],[0,0],[-0.093,0.08],[-0.133,0],[0,0],[-0.093,-0.094],[0,-0.133],[0,0],[-1.413,0],[-0.72,-0.853],[-0.053,-1.427],[0,-0.321],[0.013,-0.16],[0.733,-0.867],[1.347,0],[0.707,0.947],[0,0],[0.093,-0.08],[0.147,0]],"o":[[-0.133,0],[-0.093,-0.08],[0,0],[0,-0.147],[0.093,-0.094],[0,0],[0.147,0],[0.093,0.093],[0,0],[0.707,-0.987],[1.347,0],[0.72,0.84],[0.013,0.16],[0,0.32],[-0.04,1.4],[-0.72,0.852],[-1.333,0],[0,0],[0,0.147],[-0.08,0.093],[0,0]],"v":[[-19.378,9.17],[-19.719,9.03],[-19.858,8.69],[-19.858,-4.55],[-19.719,-4.89],[-19.378,-5.03],[-17.779,-5.03],[-17.418,-4.89],[-17.279,-4.55],[-17.279,-3.75],[-14.099,-5.231],[-10.998,-3.95],[-9.839,-0.55],[-9.818,0.17],[-9.839,0.89],[-10.998,4.29],[-14.099,5.57],[-17.159,4.15],[-17.159,8.69],[-17.298,9.03],[-17.639,9.17]],"c":true},"ix":2},"nm":"Path 16","mn":"ADBE Vector Shape - Group","hd":false},{"ind":16,"ty":"sh","ix":17,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-30.405,0.25],[-25.886,0.25],[-28.146,-5.91]],"c":true},"ix":2},"nm":"Path 17","mn":"ADBE Vector Shape - Group","hd":false},{"ind":17,"ty":"sh","ix":18,"ks":{"a":0,"k":{"i":[[0,0],[0.08,0.08],[0,0.12],[0,0],[0,0],[-0.347,0],[0,0],[-0.133,-0.333],[0,0],[0,0],[0.093,-0.08],[0.107,0],[0,0],[0.107,0.253],[0,0],[0,0],[0,0],[0.28,0]],"o":[[-0.12,0],[-0.08,-0.08],[0,0],[0,0],[0.133,-0.333],[0,0],[0.347,0],[0,0],[0,0],[0,0.12],[-0.08,0.08],[0,0],[-0.28,0],[0,0],[0,0],[0,0],[-0.107,0.253],[0,0]],"v":[[-34.386,5.37],[-34.686,5.25],[-34.805,4.95],[-34.766,4.769],[-29.965,-8.13],[-29.245,-8.63],[-27.045,-8.63],[-26.326,-8.13],[-21.526,4.769],[-21.485,4.95],[-21.626,5.25],[-21.905,5.37],[-23.686,5.37],[-24.266,4.99],[-25.186,2.57],[-31.105,2.57],[-32.026,4.99],[-32.605,5.37]],"c":true},"ix":2},"nm":"Path 18","mn":"ADBE Vector Shape - Group","hd":false},{"ind":18,"ty":"sh","ix":19,"ks":{"a":0,"k":{"i":[[0,0],[0.094,0.093],[0,0.133],[0,0],[-0.093,0.081],[-0.133,0],[0,0],[-0.08,-0.092],[0,-0.147],[0,0],[0.094,-0.093],[0.147,0]],"o":[[-0.133,0],[-0.093,-0.093],[0,0],[0,-0.147],[0.094,-0.092],[0,0],[0.147,0],[0.094,0.081],[0,0],[0,0.133],[-0.08,0.093],[0,0]],"v":[[-42.601,5.37],[-42.941,5.23],[-43.081,4.89],[-43.081,-8.35],[-42.941,-8.691],[-42.601,-8.83],[-40.921,-8.83],[-40.581,-8.691],[-40.441,-8.35],[-40.441,4.89],[-40.581,5.23],[-40.921,5.37]],"c":true},"ix":2},"nm":"Path 19","mn":"ADBE Vector Shape - Group","hd":false},{"ind":19,"ty":"sh","ix":20,"ks":{"a":0,"k":{"i":[[0,0],[0.093,0.093],[0,0.133],[0,0],[-0.094,0.081],[-0.134,0],[0,0],[-0.08,-0.092],[0,-0.147],[0,0],[0.093,-0.093],[0.146,0]],"o":[[-0.134,0],[-0.094,-0.093],[0,0],[0,-0.147],[0.093,-0.092],[0,0],[0.146,0],[0.093,0.081],[0,0],[0,0.133],[-0.08,0.093],[0,0]],"v":[[-47.913,5.37],[-48.253,5.23],[-48.393,4.89],[-48.393,-8.35],[-48.253,-8.691],[-47.913,-8.83],[-46.233,-8.83],[-45.893,-8.691],[-45.753,-8.35],[-45.753,4.89],[-45.893,5.23],[-46.233,5.37]],"c":true},"ix":2},"nm":"Path 20","mn":"ADBE Vector Shape - Group","hd":false},{"ind":20,"ty":"sh","ix":21,"ks":{"a":0,"k":{"i":[[-0.493,0],[-0.466,0.48],[0,0.908],[0,0],[0,0],[0,-0.786],[-0.346,-0.239]],"o":[[0.734,0],[0.467,-0.48],[0,0],[0,0],[-1.533,0.241],[0,0.428],[0.36,0.228]],"v":[[-56.159,3.65],[-54.359,2.93],[-53.659,0.849],[-53.659,0.45],[-55.659,0.769],[-57.959,2.309],[-57.439,3.309]],"c":true},"ix":2},"nm":"Path 21","mn":"ADBE Vector Shape - Group","hd":false},{"ind":21,"ty":"sh","ix":22,"ks":{"a":0,"k":{"i":[[0.8,0],[0.574,0.267],[0.334,0.466],[0,0.56],[-0.733,0.561],[-1.28,0.2],[0,0],[0,0],[0.294,0.293],[0.64,0],[0.267,-0.159],[0.174,-0.172],[0.054,-0.053],[0.147,0],[0,0],[0.094,0.08],[0,0.132],[-0.306,0.414],[-0.653,0.307],[-0.96,0],[-0.72,-0.707],[0,-1.147],[0,0],[0.094,-0.093],[0.147,0],[0,0],[0.094,0.093],[0,0.133],[0,0],[0.534,-0.28]],"o":[[-0.68,0],[-0.56,-0.28],[-0.32,-0.467],[0,-0.908],[0.734,-0.559],[0,0],[0,0],[0,-0.572],[-0.293,-0.293],[-0.44,0],[-0.266,0.161],[-0.16,0.161],[-0.053,0.16],[0,0],[-0.12,0],[-0.08,-0.08],[0.014,-0.333],[0.32,-0.426],[0.654,-0.32],[1.574,0],[0.72,0.707],[0,0],[0,0.133],[-0.08,0.093],[0,0],[-0.133,0],[-0.093,-0.093],[0,0],[-0.293,0.427],[-0.533,0.267]],"v":[[-56.839,5.57],[-58.719,5.17],[-60.059,4.05],[-60.539,2.51],[-59.439,0.309],[-56.419,-0.83],[-53.679,-1.231],[-53.679,-1.651],[-54.119,-2.95],[-55.519,-3.39],[-56.579,-3.151],[-57.239,-2.651],[-57.559,-2.33],[-57.859,-2.09],[-59.419,-2.09],[-59.739,-2.21],[-59.859,-2.53],[-59.379,-3.651],[-57.919,-4.75],[-55.499,-5.231],[-52.059,-4.17],[-50.979,-1.39],[-50.979,4.89],[-51.119,5.23],[-51.459,5.37],[-53.119,5.37],[-53.459,5.23],[-53.599,4.89],[-53.599,4.11],[-54.839,5.17]],"c":true},"ix":2},"nm":"Path 22","mn":"ADBE Vector Shape - Group","hd":false},{"ind":22,"ty":"sh","ix":23,"ks":{"a":0,"k":{"i":[[1.187,0],[1.013,0.932],[0.067,1.733],[0,0.813],[-0.013,0.373],[-1.013,0.947],[-1.827,0],[-0.88,-0.413],[-0.48,-0.707],[-0.027,-0.88],[0,0],[0.093,-0.08],[0.107,0],[0,0],[0.08,0.067],[0.053,0.187],[0.493,0.333],[0.813,0],[0.08,-2.133],[0,-0.747],[-0.013,-0.387],[-1.907,0],[-0.493,0.333],[-0.2,0.827],[-0.08,0.067],[-0.16,0],[0,0],[-0.08,-0.08],[0.013,-0.12],[0.493,-0.707],[0.88,-0.413]],"o":[[-1.84,0],[-1,-0.947],[-0.013,-0.36],[0,-0.828],[0.067,-1.707],[1.013,-0.96],[1.187,0],[0.88,0.4],[0.493,0.707],[0,0],[0,0.106],[-0.08,0.067],[0,0],[-0.16,0],[-0.08,-0.08],[-0.2,-0.827],[-0.493,-0.347],[-1.907,0],[-0.013,0.36],[0,0.748],[0.08,2.132],[0.8,0],[0.507,-0.347],[0.053,-0.187],[0.08,-0.08],[0,0],[0.12,0],[0.093,0.08],[-0.027,0.88],[-0.48,0.707],[-0.88,0.4]],"v":[[-67.91,5.57],[-72.19,4.17],[-73.79,0.15],[-73.81,-1.61],[-73.79,-3.41],[-72.17,-7.39],[-67.91,-8.83],[-64.81,-8.21],[-62.77,-6.55],[-61.99,-4.17],[-61.99,-4.13],[-62.13,-3.85],[-62.41,-3.75],[-64.35,-3.75],[-64.71,-3.85],[-64.91,-4.25],[-65.95,-5.99],[-67.91,-6.51],[-70.89,-3.31],[-70.91,-1.651],[-70.89,0.05],[-67.91,3.25],[-65.97,2.75],[-64.91,0.99],[-64.71,0.61],[-64.35,0.49],[-62.41,0.49],[-62.11,0.61],[-61.99,0.91],[-62.77,3.29],[-64.81,4.97]],"c":true},"ix":2},"nm":"Path 23","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","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":[74.06,9.42],"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":"Group 1","np":27,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0}]},{"id":"comp_16","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Layer 30 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":6,"s":[0]},{"t":18,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[416,792.05,0],"ix":2},"a":{"a":0,"k":[10.25,10.201,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.552,0],[0,0.552],[-0.552,0],[0,-0.552]],"o":[[-0.552,0],[0,-0.552],[0.552,0],[0,0.552]],"v":[[1,-1.05],[0,-2.05],[1,-3.05],[2,-2.05]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[6,-2.05],[8,-2.05],[8,-0.05],[6,-0.05]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0]],"o":[[0,0]],"v":[[6,-0.05]],"c":false},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-8,-4.295],[-8,7.624],[4,4.196],[4,-7.723]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.859,-0.246],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0.893],[0,0],[0,0],[0,0],[0,0]],"v":[[6,-4.05],[6,4.196],[4.549,6.119],[-1.86,7.95],[8,7.95],[8,-4.05]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,-1.105],[0,0],[1.105,0],[0,0],[0,1.104],[0,0],[0,0.11],[0,0],[-0.859,0.246],[0,0],[-0.303,-1.062],[0,-0.186]],"o":[[0,0],[1.105,0],[0,0],[0,1.104],[0,0],[-1.105,0],[0,0],[-0.018,-0.108],[0,0],[0,-0.893],[0,0],[1.062,-0.304],[0.051,0.179],[0,0]],"v":[[6,-6.05],[8,-6.05],[10,-4.05],[10,7.95],[8,9.95],[-8,9.95],[-10,7.95],[-9.973,7.95],[-10,7.624],[-10,-4.295],[-8.549,-6.218],[3.451,-9.646],[5.923,-8.274],[6,-7.723]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","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":[10.25,10.201],"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":"Group 1","np":10,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 29 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":12,"s":[0]},{"t":24,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[726.353,793,0],"ix":2},"a":{"a":0,"k":[5.311,8.957,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[2.233,0],[-5.06,-7.293],[-3.646,-8.707],[5.06,0],[-3.646,8.707],[-5.06,7.293]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.144999994016,0.144999994016,0.144999994016,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":[5.31,8.957],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Layer 31 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"t":12,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[416,793,0],"ix":2},"a":{"a":0,"k":[32.25,32.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.209,0],[0,0],[0,-2.209],[0,0],[2.209,0],[0,0],[0,2.209],[0,0]],"o":[[0,0],[2.209,0],[0,0],[0,2.209],[0,0],[-2.209,0],[0,0],[0,-2.209]],"v":[[-28,-32],[28,-32],[32,-28],[32,28],[28,32],[-28,32],[-32,28],[-32,-28]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.517999985639,0.862999949736,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":[32.25,32.25],"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":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Layer 32 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":18,"s":[0]},{"t":30,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[515.489,807.4,0],"ix":2},"a":{"a":0,"k":[42.33,6.01,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.514,0],[-0.373,0.491],[-0.032,0.684],[0,0.288],[0.011,0.117],[0.395,0.469],[0.726,0],[0.352,-0.48],[0.032,-0.779],[0,0]],"o":[[0.747,0],[0.374,-0.501],[0.011,-0.116],[0,-0.299],[-0.021,-0.652],[-0.384,-0.48],[-0.768,0],[-0.352,0.48],[0,0],[0,2.048]],"v":[[38.337,4.512],[40.017,3.776],[40.624,1.999],[40.64,1.392],[40.624,0.768],[40,-0.912],[38.337,-1.633],[36.656,-0.912],[36.08,0.976],[36.064,1.44]],"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":[[1.152,0],[0.566,0.725],[0.043,1.109],[0,0],[0,0],[-0.565,0.725],[-1.109,0],[-0.618,-0.789],[0,0],[-0.064,0.063],[-0.106,0],[0,0],[-0.064,-0.075],[0,-0.107],[0,0],[0.075,-0.075],[0.107,0],[0,0],[0.064,0.064],[0,0.107],[0,0]],"o":[[-1.12,0],[-0.554,-0.725],[0,0],[0,0],[0.043,-1.099],[0.566,-0.736],[1.11,0],[0,0],[0,-0.107],[0.075,-0.075],[0,0],[0.107,0],[0.075,0.063],[0,0],[0,0.107],[-0.064,0.064],[0,0],[-0.106,0],[-0.064,-0.075],[0,0],[-0.608,0.811]],"v":[[38.033,5.76],[35.505,4.672],[34.609,1.92],[34.593,1.44],[34.609,0.96],[35.52,-1.776],[38.033,-2.881],[40.624,-1.696],[40.624,-5.392],[40.721,-5.648],[40.992,-5.76],[41.713,-5.76],[41.968,-5.648],[42.08,-5.392],[42.08,5.232],[41.968,5.504],[41.713,5.6],[41.025,5.6],[40.768,5.504],[40.673,5.232],[40.673,4.544]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.405,0.469],[0.682,0],[0.394,-0.469],[0,-0.747],[0,0]],"o":[[0,0],[0,-0.747],[-0.406,-0.469],[-0.694,0],[-0.395,0.469],[0,0],[0,0]],"v":[[31.591,0.848],[31.591,0.8],[30.984,-1.024],[29.351,-1.728],[27.72,-1.024],[27.127,0.8],[27.127,0.848]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0.682,0],[0.65,0.673],[0.064,1.173],[0,0],[0,0],[-0.651,0.682],[-1.088,0],[-0.64,-0.748],[0,-1.281],[0,0],[0.074,-0.075],[0.106,0],[0,0],[0,0],[-0.395,-0.491],[-0.651,0],[-0.31,0.191],[-0.16,0.213],[-0.054,0.022],[-0.128,0],[0,0],[-0.064,-0.053],[0,-0.085],[0.288,-0.331],[0.533,-0.246]],"o":[[-1.088,0],[-0.651,-0.682],[0,0],[0,0],[0.064,-1.153],[0.65,-0.683],[1.173,0],[0.65,0.747],[0,0],[0,0.107],[-0.064,0.064],[0,0],[0,0],[0.032,0.694],[0.394,0.491],[0.501,0],[0.32,-0.203],[0.096,-0.128],[0.053,-0.031],[0,0],[0.096,0],[0.074,0.052],[0,0.235],[-0.288,0.33],[-0.523,0.235]],"v":[[29.351,5.76],[26.744,4.751],[25.671,1.968],[25.656,1.424],[25.671,0.896],[26.744,-1.856],[29.351,-2.881],[32.072,-1.76],[33.048,1.28],[33.048,1.568],[32.936,1.84],[32.679,1.936],[27.127,1.936],[27.127,2.079],[27.768,3.856],[29.335,4.592],[30.551,4.304],[31.272,3.68],[31.496,3.455],[31.768,3.408],[32.471,3.408],[32.712,3.488],[32.824,3.696],[32.392,4.544],[31.16,5.408]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0.074,0.064],[0.042,0.14],[0,0],[0,0],[-0.064,0.064],[-0.096,0],[0,0],[-0.064,-0.064],[-0.011,-0.052],[0,0],[0,0],[-0.075,0.063],[-0.128,0],[0,0],[-0.075,-0.075],[-0.022,-0.085],[0,0],[0,0],[-0.064,0.053],[-0.107,0],[0,0],[-0.064,-0.064],[0,-0.096],[0,0],[0,0],[0.074,-0.064],[0.149,0],[0,0],[0.085,0.268],[0,0],[0,0],[0.277,0]],"o":[[-0.15,0],[-0.075,-0.064],[0,0],[0,0],[0,-0.096],[0.064,-0.064],[0,0],[0.106,0],[0.074,0.053],[0,0],[0,0],[0.021,-0.085],[0.074,-0.075],[0,0],[0.128,0],[0.074,0.063],[0,0],[0,0],[0.01,-0.052],[0.074,-0.064],[0,0],[0.096,0],[0.064,0.064],[0,0],[0,0],[-0.043,0.14],[-0.075,0.064],[0,0],[-0.278,0],[0,0],[0,0],[-0.086,0.268],[0,0]],"v":[[15.686,5.6],[15.35,5.504],[15.174,5.199],[12.901,-2.224],[12.869,-2.384],[12.965,-2.624],[13.205,-2.72],[13.861,-2.72],[14.117,-2.624],[14.246,-2.465],[16.054,3.648],[17.973,-2.384],[18.117,-2.608],[18.421,-2.72],[18.934,-2.72],[19.237,-2.608],[19.382,-2.384],[21.301,3.648],[23.109,-2.465],[23.221,-2.624],[23.494,-2.72],[24.15,-2.72],[24.39,-2.624],[24.486,-2.384],[24.453,-2.224],[22.182,5.199],[22.005,5.504],[21.669,5.6],[21.093,5.6],[20.549,5.199],[18.677,-0.592],[16.806,5.199],[16.262,5.6]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[-0.683,0],[-0.395,0.427],[-0.032,0.811],[0,0.299],[0.011,0.108],[0.405,0.427],[0.683,0],[0.405,-0.438],[0.032,-0.81],[0,0],[0,0],[-0.395,-0.437]],"o":[[0.683,0],[0.405,-0.437],[0.011,-0.107],[0,-0.299],[-0.032,-0.81],[-0.395,-0.438],[-0.683,0],[-0.395,0.427],[0,0],[0,0],[0.032,0.811],[0.405,0.427]],"v":[[7.916,4.56],[9.531,3.92],[10.187,2.048],[10.203,1.44],[10.187,0.831],[9.531,-1.024],[7.916,-1.68],[6.283,-1.024],[5.643,0.831],[5.627,1.44],[5.643,2.048],[6.283,3.92]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[1.173,0],[0.64,0.661],[0.043,1.099],[0,0],[0,0],[-0.64,0.661],[-1.152,0],[-0.64,-0.662],[-0.043,-1.098],[0,-0.224],[0.021,-0.235],[0.64,-0.661]],"o":[[-1.173,0],[-0.629,-0.661],[0,0],[0,0],[0.043,-1.098],[0.651,-0.662],[1.152,0],[0.651,0.661],[0.021,0.236],[0,0.223],[-0.043,1.099],[-0.629,0.661]],"v":[[7.916,5.76],[5.195,4.768],[4.187,2.128],[4.171,1.44],[4.187,0.751],[5.212,-1.888],[7.916,-2.881],[10.604,-1.888],[11.643,0.751],[11.676,1.44],[11.643,2.128],[10.619,4.768]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0,0],[0.074,0.064],[0,0.107],[0,0],[-0.064,0.064],[-0.107,0],[0,0],[-0.064,-0.075],[0,-0.107],[0,0],[0.074,-0.075],[0.106,0]],"o":[[-0.107,0],[-0.064,-0.075],[0,0],[0,-0.117],[0.074,-0.064],[0,0],[0.106,0],[0.074,0.063],[0,0],[0,0.107],[-0.064,0.064],[0,0]],"v":[[1.064,5.6],[0.793,5.504],[0.697,5.232],[0.697,-5.392],[0.793,-5.664],[1.064,-5.76],[1.768,-5.76],[2.025,-5.648],[2.137,-5.392],[2.137,5.232],[2.025,5.504],[1.768,5.6]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0,0],[0.075,0.064],[0,0.107],[0,0],[-0.064,0.064],[-0.106,0],[0,0],[-0.064,-0.075],[0,-0.107],[0,0],[0.075,-0.075],[0.107,0]],"o":[[-0.106,0],[-0.064,-0.075],[0,0],[0,-0.117],[0.075,-0.064],[0,0],[0.107,0],[0.075,0.063],[0,0],[0,0.107],[-0.064,0.064],[0,0]],"v":[[-2.795,5.6],[-3.068,5.504],[-3.163,5.232],[-3.163,-5.392],[-3.068,-5.664],[-2.795,-5.76],[-2.092,-5.76],[-1.836,-5.648],[-1.724,-5.392],[-1.724,5.232],[-1.836,5.504],[-2.092,5.6]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[-0.491,0],[-0.448,0.459],[0,0.875],[0,0],[0,0],[0.394,-0.256],[0,-0.384],[-0.352,-0.235]],"o":[[0.704,0],[0.448,-0.459],[0,0],[0,0],[-0.768,0.107],[-0.395,0.256],[0,0.437],[0.362,0.235]],"v":[[-9.351,4.592],[-7.623,3.904],[-6.951,1.904],[-6.951,1.455],[-8.823,1.728],[-10.567,2.272],[-11.159,3.232],[-10.631,4.24]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[0.704,0],[0.448,0.213],[0.266,0.364],[0,0.448],[-0.576,0.448],[-0.992,0.148],[0,0],[0,0],[1.269,0],[0.298,-0.203],[0.138,-0.268],[0.053,-0.043],[0.085,0],[0,0],[0.074,0.064],[0,0.096],[-0.224,0.32],[-0.48,0.235],[-0.694,0],[-0.512,-0.554],[0,-0.832],[0,0],[0.074,-0.075],[0.106,0],[0,0],[0.064,0.064],[0,0.107],[0,0],[0.448,-0.235]],"o":[[-0.523,0],[-0.438,-0.213],[-0.256,-0.373],[0,-0.704],[0.576,-0.449],[0,0],[0,0],[0,-1.099],[-0.491,0],[-0.299,0.193],[-0.043,0.106],[-0.043,0.032],[0,0],[-0.096,0],[-0.064,-0.075],[0,-0.245],[0.234,-0.331],[0.48,-0.246],[1.194,0],[0.522,0.556],[0,0],[0,0.107],[-0.064,0.064],[0,0],[-0.107,0],[-0.064,-0.075],[0,0],[-0.235,0.352],[-0.448,0.235]],"v":[[-9.671,5.76],[-11.127,5.44],[-12.183,4.575],[-12.567,3.344],[-11.703,1.616],[-9.351,0.72],[-6.951,0.384],[-6.951,-0.08],[-8.855,-1.728],[-10.039,-1.425],[-10.695,-0.736],[-10.839,-0.512],[-11.031,-0.465],[-11.655,-0.465],[-11.911,-0.56],[-12.007,-0.816],[-11.671,-1.664],[-10.599,-2.512],[-8.839,-2.881],[-6.279,-2.049],[-5.495,0.032],[-5.495,5.232],[-5.607,5.504],[-5.863,5.6],[-6.567,5.6],[-6.823,5.504],[-6.919,5.232],[-6.919,4.528],[-7.943,5.408]],"c":true},"ix":2},"nm":"Path 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":11,"ty":"sh","ix":12,"ks":{"a":0,"k":{"i":[[0,0],[0,1.867],[0,0],[0,0],[0.064,0.065],[0,0.108],[0,0],[-0.064,0.063],[-0.107,0],[0,0],[0,0],[-0.064,0.063],[-0.107,0],[0,0],[-0.064,-0.075],[0,-0.107],[0,0],[0,0],[-0.064,-0.075],[0,-0.108],[0,0],[0.075,-0.063],[0.107,0],[0,0],[0,0],[-0.171,-0.277],[-0.427,0],[0,0],[-0.064,-0.076],[0,-0.106],[0,0],[0.064,-0.075],[0.107,0]],"o":[[-1.653,0],[0,0],[0,0],[-0.107,0],[-0.064,-0.063],[0,0],[0,-0.108],[0.064,-0.075],[0,0],[0,0],[0,-0.107],[0.064,-0.075],[0,0],[0.107,0],[0.075,0.063],[0,0],[0,0],[0.107,0],[0.075,0.063],[0,0],[0,0.108],[-0.064,0.065],[0,0],[0,0],[0,0.544],[0.181,0.277],[0,0],[0.107,0],[0.064,0.064],[0,0],[0,0.107],[-0.064,0.064],[0,0]],"v":[[-18.916,5.6],[-21.396,2.8],[-21.396,-1.488],[-22.66,-1.488],[-22.916,-1.585],[-23.012,-1.841],[-23.012,-2.352],[-22.916,-2.608],[-22.66,-2.72],[-21.396,-2.72],[-21.396,-5.392],[-21.3,-5.648],[-21.044,-5.76],[-20.34,-5.76],[-20.084,-5.648],[-19.972,-5.392],[-19.972,-2.72],[-17.988,-2.72],[-17.732,-2.608],[-17.62,-2.352],[-17.62,-1.841],[-17.732,-1.585],[-17.988,-1.488],[-19.972,-1.488],[-19.972,2.688],[-19.716,3.92],[-18.804,4.336],[-17.828,4.336],[-17.572,4.448],[-17.476,4.703],[-17.476,5.232],[-17.572,5.504],[-17.828,5.6]],"c":true},"ix":2},"nm":"Path 12","mn":"ADBE Vector Shape - Group","hd":false},{"ind":12,"ty":"sh","ix":13,"ks":{"a":0,"k":{"i":[[-0.683,0],[-0.395,0.427],[-0.032,0.811],[0,0.299],[0.01,0.108],[0.405,0.427],[0.682,0],[0.405,-0.438],[0.032,-0.81],[0,0],[0,0],[-0.395,-0.437]],"o":[[0.682,0],[0.405,-0.437],[0.01,-0.107],[0,-0.299],[-0.032,-0.81],[-0.395,-0.438],[-0.683,0],[-0.395,0.427],[0,0],[0,0],[0.032,0.811],[0.405,0.427]],"v":[[-27.818,4.56],[-26.202,3.92],[-25.546,2.048],[-25.53,1.44],[-25.546,0.831],[-26.202,-1.024],[-27.818,-1.68],[-29.45,-1.024],[-30.09,0.831],[-30.106,1.44],[-30.09,2.048],[-29.45,3.92]],"c":true},"ix":2},"nm":"Path 13","mn":"ADBE Vector Shape - Group","hd":false},{"ind":13,"ty":"sh","ix":14,"ks":{"a":0,"k":{"i":[[1.173,0],[0.64,0.661],[0.042,1.099],[0,0],[0,0],[-0.64,0.661],[-1.152,0],[-0.64,-0.662],[-0.043,-1.098],[0,-0.224],[0.021,-0.235],[0.64,-0.661]],"o":[[-1.174,0],[-0.63,-0.661],[0,0],[0,0],[0.042,-1.098],[0.65,-0.662],[1.152,0],[0.65,0.661],[0.021,0.236],[0,0.223],[-0.043,1.099],[-0.63,0.661]],"v":[[-27.818,5.76],[-30.538,4.768],[-31.546,2.128],[-31.562,1.44],[-31.546,0.751],[-30.522,-1.888],[-27.818,-2.881],[-25.13,-1.888],[-24.09,0.751],[-24.058,1.44],[-24.09,2.128],[-25.114,4.768]],"c":true},"ix":2},"nm":"Path 14","mn":"ADBE Vector Shape - Group","hd":false},{"ind":14,"ty":"sh","ix":15,"ks":{"a":0,"k":{"i":[[0,0],[0.064,0.064],[0,0.107],[0,0],[-0.064,0.063],[-0.107,0],[0,0],[-0.053,-0.043],[-0.053,-0.063],[0,0],[0,0],[-0.064,0.063],[-0.107,0],[0,0],[-0.064,-0.075],[0,-0.116],[0,0],[0.075,-0.076],[0.107,0],[0,0],[0.075,0.149],[0,0],[0,0],[0.075,-0.075],[0.107,0]],"o":[[-0.107,0],[-0.064,-0.075],[0,0],[0,-0.116],[0.064,-0.075],[0,0],[0.107,0],[0.053,0.043],[0,0],[0,0],[0,-0.116],[0.075,-0.075],[0,0],[0.117,0],[0.075,0.063],[0,0],[0,0.107],[-0.064,0.075],[0,0],[-0.181,0],[0,0],[0,0],[0,0.107],[-0.064,0.064],[0,0]],"v":[[-41.728,5.6],[-41.984,5.504],[-42.08,5.232],[-42.08,-5.217],[-41.984,-5.488],[-41.728,-5.6],[-41.024,-5.6],[-40.784,-5.536],[-40.624,-5.377],[-35.264,2.88],[-35.264,-5.217],[-35.168,-5.488],[-34.896,-5.6],[-34.176,-5.6],[-33.904,-5.488],[-33.792,-5.217],[-33.792,5.216],[-33.904,5.488],[-34.16,5.6],[-34.88,5.6],[-35.264,5.376],[-40.624,-2.8],[-40.624,5.232],[-40.736,5.504],[-40.992,5.6]],"c":true},"ix":2},"nm":"Path 15","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","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":[42.33,6.01],"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":"Group 1","np":19,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Layer 33 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":12,"s":[0]},{"t":24,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[511.099,781,0],"ix":2},"a":{"a":0,"k":[37.789,7.45,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.4,0.467],[0.68,0],[0.387,-0.48],[0,-0.787],[0,0]],"o":[[0,0],[0,-0.787],[-0.387,-0.48],[-0.68,0],[-0.387,0.467],[0,0],[0,0]],"v":[[34.78,0.88],[34.78,0.84],[34.179,-1.04],[32.58,-1.76],[30.979,-1.04],[30.4,0.84],[30.4,0.88]],"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.933,0],[0.88,0.853],[0.053,1.573],[0,0],[-0.867,0.96],[-1.547,0],[-0.853,-0.96],[0,-1.6],[0,0],[0.093,-0.093],[0.147,0],[0,0],[0,0],[-0.373,-0.493],[-0.667,0],[-0.48,0.613],[-0.067,0.027],[-0.16,0],[0,0],[-0.08,-0.067],[0,-0.12],[0.387,-0.44],[0.707,-0.32]],"o":[[-1.493,0],[-0.867,-0.853],[0,0],[0,-1.667],[0.88,-0.96],[1.587,0],[0.867,0.96],[0,0],[0,0.133],[-0.093,0.093],[0,0],[0,0],[0.027,0.747],[0.387,0.48],[0.76,0],[0.12,-0.147],[0.067,-0.04],[0,0],[0.12,0],[0.093,0.067],[0,0.32],[-0.373,0.426],[-0.707,0.32]],"v":[[32.599,7.2],[29.039,5.92],[27.659,2.28],[27.64,1.78],[28.939,-2.16],[32.58,-3.6],[36.239,-2.16],[37.539,1.68],[37.539,2.1],[37.4,2.44],[37.039,2.58],[30.4,2.58],[30.4,2.74],[30.999,4.6],[32.58,5.32],[34.439,4.4],[34.719,4.14],[35.059,4.08],[36.82,4.08],[37.119,4.18],[37.26,4.46],[36.679,5.6],[35.059,6.72]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[1.08,0],[0.88,0.813],[0.053,1.44],[0,0],[0,0],[-0.867,0.813],[-1.467,0],[-0.72,-0.373],[-0.347,-0.547],[-0.027,-0.493],[0.106,-0.093],[0.133,0],[0,0],[0.066,0.053],[0.066,0.16],[0.333,0.228],[0.506,0],[0.386,-0.427],[0.026,-0.88],[0,0],[0,0],[-1.387,0],[-0.32,0.213],[-0.2,0.52],[-0.067,0.067],[-0.147,0],[0,0],[-0.094,-0.093],[0.013,-0.133],[0.346,-0.547],[0.72,-0.387]],"o":[[-1.467,0],[-0.867,-0.813],[0,0],[0,0],[0.053,-1.44],[0.88,-0.813],[1.053,0],[0.733,0.373],[0.36,0.533],[0.013,0.133],[-0.094,0.093],[0,0],[-0.147,0],[-0.067,-0.067],[-0.2,-0.507],[-0.32,-0.227],[-0.68,0],[-0.374,0.428],[0,0],[0,0],[0.08,1.733],[0.52,0],[0.32,-0.227],[0.053,-0.147],[0.08,-0.067],[0,0],[0.133,0],[0.106,0.093],[-0.027,0.467],[-0.347,0.533],[-0.72,0.387]],"v":[[21.155,7.2],[17.635,5.98],[16.255,2.6],[16.234,1.8],[16.255,1],[17.635,-2.38],[21.155,-3.6],[23.814,-3.04],[25.434,-1.66],[26.015,-0.12],[25.874,0.22],[25.534,0.36],[23.755,0.36],[23.434,0.28],[23.234,-0.06],[22.434,-1.16],[21.195,-1.5],[19.594,-0.86],[18.994,1.1],[18.974,1.84],[18.994,2.5],[21.195,5.1],[22.455,4.78],[23.234,3.66],[23.414,3.34],[23.755,3.24],[25.534,3.24],[25.874,3.38],[26.015,3.72],[25.455,5.24],[23.854,6.62]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0.093,0.093],[0,0.133],[0,0],[-0.094,0.08],[-0.134,0],[0,0],[-0.08,-0.093],[0,-0.147],[0,0],[-1.414,0],[-0.72,-0.8],[0,-1.4],[0,0],[0.093,-0.093],[0.146,0],[0,0],[0.093,0.093],[0,0.133],[0,0],[0.386,0.427],[0.706,0],[0.413,-0.44],[0,-0.76],[0,0],[0.093,-0.093],[0.146,0]],"o":[[-0.134,0],[-0.094,-0.093],[0,0],[0,-0.147],[0.093,-0.093],[0,0],[0.146,0],[0.093,0.08],[0,0],[0.813,-1],[1.226,0],[0.72,0.8],[0,0],[0,0.133],[-0.08,0.093],[0,0],[-0.134,0],[-0.094,-0.093],[0,0],[0,-0.773],[-0.374,-0.44],[-0.68,0],[-0.414,0.44],[0,0],[0,0.133],[-0.08,0.093],[0,0]],"v":[[4.635,7],[4.294,6.86],[4.155,6.52],[4.155,-2.92],[4.294,-3.26],[4.635,-3.4],[6.294,-3.4],[6.635,-3.26],[6.775,-2.92],[6.775,-2.1],[10.114,-3.6],[13.034,-2.4],[14.114,0.9],[14.114,6.52],[13.974,6.86],[13.635,7],[11.835,7],[11.494,6.86],[11.354,6.52],[11.354,1.02],[10.775,-0.78],[9.155,-1.44],[7.515,-0.78],[6.895,1.02],[6.895,6.52],[6.755,6.86],[6.414,7]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[-0.493,0],[-0.466,0.48],[0,0.907],[0,0],[0,0],[0,-0.787],[-0.346,-0.24]],"o":[[0.734,0],[0.467,-0.48],[0,0],[0,0],[-1.533,0.24],[0,0.427],[0.36,0.227]],"v":[[-3.591,5.28],[-1.791,4.56],[-1.091,2.48],[-1.091,2.08],[-3.091,2.4],[-5.391,3.94],[-4.871,4.94]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0.8,0],[0.574,0.267],[0.334,0.467],[0,0.56],[-0.733,0.56],[-1.28,0.2],[0,0],[0,0],[0.294,0.293],[0.64,0],[0.267,-0.16],[0.174,-0.173],[0.054,-0.053],[0.147,0],[0,0],[0.094,0.08],[0,0.133],[-0.306,0.413],[-0.653,0.307],[-0.96,0],[-0.72,-0.707],[0,-1.147],[0,0],[0.094,-0.093],[0.147,0],[0,0],[0.094,0.093],[0,0.133],[0,0],[0.534,-0.28]],"o":[[-0.68,0],[-0.56,-0.28],[-0.32,-0.467],[0,-0.907],[0.734,-0.56],[0,0],[0,0],[0,-0.573],[-0.293,-0.293],[-0.44,0],[-0.266,0.16],[-0.16,0.16],[-0.053,0.16],[0,0],[-0.12,0],[-0.08,-0.08],[0.014,-0.333],[0.32,-0.427],[0.654,-0.32],[1.574,0],[0.72,0.707],[0,0],[0,0.133],[-0.08,0.093],[0,0],[-0.133,0],[-0.093,-0.093],[0,0],[-0.293,0.427],[-0.533,0.267]],"v":[[-4.271,7.2],[-6.151,6.8],[-7.492,5.68],[-7.971,4.14],[-6.871,1.94],[-3.851,0.8],[-1.111,0.4],[-1.111,-0.02],[-1.551,-1.32],[-2.951,-1.76],[-4.011,-1.52],[-4.671,-1.02],[-4.992,-0.7],[-5.291,-0.46],[-6.851,-0.46],[-7.171,-0.58],[-7.291,-0.9],[-6.811,-2.02],[-5.351,-3.12],[-2.931,-3.6],[0.508,-2.54],[1.588,0.24],[1.588,6.52],[1.448,6.86],[1.109,7],[-0.551,7],[-0.891,6.86],[-1.031,6.52],[-1.031,5.74],[-2.271,6.8]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[0,0],[0.093,0.093],[0,0.133],[0,0],[-0.094,0.08],[-0.134,0],[0,0],[-0.08,-0.093],[0,-0.147],[0,0],[0.093,-0.093],[0.146,0]],"o":[[-0.134,0],[-0.094,-0.093],[0,0],[0,-0.147],[0.093,-0.093],[0,0],[0.146,0],[0.093,0.08],[0,0],[0,0.133],[-0.08,0.093],[0,0]],"v":[[-12.104,7],[-12.443,6.86],[-12.583,6.52],[-12.583,-6.72],[-12.443,-7.06],[-12.104,-7.2],[-10.423,-7.2],[-10.083,-7.06],[-9.943,-6.72],[-9.943,6.52],[-10.083,6.86],[-10.423,7]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[-0.493,0],[-0.466,0.48],[0,0.907],[0,0],[0,0],[0,-0.787],[-0.346,-0.24]],"o":[[0.734,0],[0.467,-0.48],[0,0],[0,0],[-1.533,0.24],[0,0.427],[0.36,0.227]],"v":[[-20.35,5.28],[-18.549,4.56],[-17.85,2.48],[-17.85,2.08],[-19.85,2.4],[-22.149,3.94],[-21.63,4.94]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0.8,0],[0.574,0.267],[0.334,0.467],[0,0.56],[-0.733,0.56],[-1.28,0.2],[0,0],[0,0],[0.294,0.293],[0.64,0],[0.267,-0.16],[0.174,-0.173],[0.054,-0.053],[0.147,0],[0,0],[0.094,0.08],[0,0.133],[-0.306,0.413],[-0.653,0.307],[-0.96,0],[-0.72,-0.707],[0,-1.147],[0,0],[0.094,-0.093],[0.147,0],[0,0],[0.094,0.093],[0,0.133],[0,0],[0.534,-0.28]],"o":[[-0.68,0],[-0.56,-0.28],[-0.32,-0.467],[0,-0.907],[0.734,-0.56],[0,0],[0,0],[0,-0.573],[-0.293,-0.293],[-0.44,0],[-0.266,0.16],[-0.16,0.16],[-0.053,0.16],[0,0],[-0.12,0],[-0.08,-0.08],[0.014,-0.333],[0.32,-0.427],[0.654,-0.32],[1.574,0],[0.72,0.707],[0,0],[0,0.133],[-0.08,0.093],[0,0],[-0.133,0],[-0.093,-0.093],[0,0],[-0.293,0.427],[-0.533,0.267]],"v":[[-21.029,7.2],[-22.91,6.8],[-24.249,5.68],[-24.729,4.14],[-23.63,1.94],[-20.609,0.8],[-17.869,0.4],[-17.869,-0.02],[-18.309,-1.32],[-19.709,-1.76],[-20.769,-1.52],[-21.429,-1.02],[-21.749,-0.7],[-22.049,-0.46],[-23.609,-0.46],[-23.929,-0.58],[-24.049,-0.9],[-23.569,-2.02],[-22.109,-3.12],[-19.689,-3.6],[-16.249,-2.54],[-15.169,0.24],[-15.169,6.52],[-15.309,6.86],[-15.649,7],[-17.309,7],[-17.649,6.86],[-17.789,6.52],[-17.789,5.74],[-19.029,6.8]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[0,0],[-0.387,0.373],[0,0.587],[0.4,0.373],[0.68,0],[0,0],[0,0]],"o":[[0.693,0],[0.387,-0.387],[0,-0.587],[-0.387,-0.387],[0,0],[0,0],[0,0]],"v":[[-31.419,4.86],[-29.799,4.3],[-29.219,2.84],[-29.819,1.4],[-31.419,0.82],[-34.719,0.82],[-34.719,4.86]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[0,0],[-0.36,0.333],[0,0.56],[0.36,0.307],[0.693,0],[0,0],[0,0]],"o":[[0.68,0],[0.373,-0.333],[0,-0.56],[-0.36,-0.307],[0,0],[0,0],[0,0]],"v":[[-31.619,-1.26],[-30.059,-1.76],[-29.499,-3.1],[-30.039,-4.4],[-31.619,-4.86],[-34.719,-4.86],[-34.719,-1.26]],"c":true},"ix":2},"nm":"Path 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":11,"ty":"sh","ix":12,"ks":{"a":0,"k":{"i":[[0,0],[0.093,0.093],[0,0.133],[0,0],[-0.08,0.093],[-0.147,0],[0,0],[-0.773,-0.693],[0,-1.187],[0.347,-0.493],[0.453,-0.213],[-0.387,-0.573],[0,-0.733],[0.84,-0.76],[1.507,0]],"o":[[-0.133,0],[-0.093,-0.093],[0,0],[0,-0.147],[0.093,-0.093],[0,0],[1.56,0],[0.773,0.68],[0,0.693],[-0.333,0.48],[0.56,0.253],[0.387,0.573],[0,1.24],[-0.84,0.76],[0,0]],"v":[[-37.059,7],[-37.399,6.86],[-37.539,6.52],[-37.539,-6.5],[-37.419,-6.86],[-37.059,-7],[-31.259,-7],[-27.759,-5.96],[-26.6,-3.16],[-27.119,-1.38],[-28.299,-0.34],[-26.88,0.9],[-26.299,2.86],[-27.559,5.86],[-31.079,7]],"c":true},"ix":2},"nm":"Path 12","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","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":[37.789,7.45],"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":"Group 1","np":16,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0}]},{"id":"comp_17","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Layer 35 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":6,"s":[0]},{"t":18,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[416,680,0],"ix":2},"a":{"a":0,"k":[11.25,9.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.657,0],[0,1.657],[1.657,0],[0,-1.657]],"o":[[1.657,0],[0,-1.657],[-1.657,0],[0,1.657]],"v":[[0,4],[3,1],[0,-2],[-3,1]],"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":[[2.761,0],[0,2.761],[-2.761,0],[0,-2.761]],"o":[[-2.761,0],[0,-2.761],[2.761,0],[0,2.761]],"v":[[0,6],[-5,1],[0,-4],[5,1]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[-0.552,0],[0,0.552],[0.552,0],[0,-0.552]],"o":[[0.552,0],[0,-0.552],[-0.552,0],[0,0.552]],"v":[[7,-1],[8,-2],[7,-3],[6,-2]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,-0.552],[0,0],[-0.552,0],[0,0],[0,0.552],[0,0],[0.552,0],[0,0],[0.449,0.623],[0.123,0.199],[0.029,0.048],[0.087,0],[0,0],[0.453,-0.739],[0.062,-0.101],[0.103,-0.143],[0.664,0]],"o":[[-0.552,0],[0,0],[0,0.552],[0,0],[0.552,0],[0,0],[0,-0.552],[0,0],[-0.664,0],[-0.103,-0.143],[-0.062,-0.101],[-0.453,-0.739],[0,0],[-0.087,0],[-0.029,0.048],[-0.123,0.199],[-0.449,0.623],[0,0]],"v":[[-8,-4],[-9,-3],[-9,6],[-8,7],[8,7],[9,6],[9,-3],[8,-4],[5,-4],[3.439,-4.987],[3.111,-5.486],[2.812,-5.979],[2,-7],[-2,-7],[-2.812,-5.979],[-3.111,-5.486],[-3.439,-4.987],[-5,-4]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[-0.047,0.065],[-0.1,0.162],[-0.034,0.055],[-1.087,0],[0,0],[-0.829,-1.356],[-0.056,-0.091],[-0.071,-0.098],[-0.033,-0.038],[0,0],[0,-1.657],[0,0],[1.657,0],[0,0],[0,1.657],[0,0],[-1.657,0],[0,0]],"o":[[0.071,-0.098],[0.056,-0.091],[0.829,-1.356],[0,0],[1.087,0],[0.034,0.055],[0.1,0.162],[0.047,0.065],[0,0],[1.657,0],[0,0],[0,1.657],[0,0],[-1.657,0],[0,0],[0,-1.657],[0,0],[0.033,-0.038]],"v":[[-5.063,-6.155],[-4.813,-6.536],[-4.518,-7.022],[-2,-9],[2,-9],[4.518,-7.022],[4.813,-6.536],[5.063,-6.155],[5.184,-6],[8,-6],[11,-3],[11,6],[8,9],[-8,9],[-11,6],[-11,-3],[-8,-6],[-5.184,-6]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","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":[11.25,9.25],"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":"Group 1","np":9,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 34 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":12,"s":[0]},{"t":24,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[726.353,680,0],"ix":2},"a":{"a":0,"k":[5.311,8.957,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[2.233,0],[-5.06,-7.293],[-3.646,-8.707],[5.06,0],[-3.646,8.707],[-5.06,7.293]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.144999994016,0.144999994016,0.144999994016,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":[5.31,8.957],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Layer 36 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"t":12,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[416,680,0],"ix":2},"a":{"a":0,"k":[32.25,32.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.209,0],[0,0],[0,-2.209],[0,0],[2.209,0],[0,0],[0,2.209],[0,0]],"o":[[0,0],[2.209,0],[0,0],[0,2.209],[0,0],[-2.209,0],[0,0],[0,-2.209]],"v":[[-28,-32],[28,-32],[32,-28],[32,28],[28,32],[-28,32],[-32,28],[-32,-28]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.583999992819,0.481999984442,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":[32.25,32.25],"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":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Layer 37 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":18,"s":[0]},{"t":30,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[515.489,694.4,0],"ix":2},"a":{"a":0,"k":[42.33,6.01,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.514,0],[-0.373,0.491],[-0.032,0.684],[0,0.288],[0.011,0.117],[0.395,0.469],[0.726,0],[0.352,-0.48],[0.032,-0.779],[0,0]],"o":[[0.747,0],[0.374,-0.501],[0.011,-0.116],[0,-0.299],[-0.021,-0.652],[-0.384,-0.48],[-0.768,0],[-0.352,0.48],[0,0],[0,2.048]],"v":[[38.337,4.512],[40.017,3.776],[40.624,1.999],[40.64,1.392],[40.624,0.768],[40,-0.912],[38.337,-1.633],[36.656,-0.912],[36.08,0.976],[36.064,1.44]],"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":[[1.152,0],[0.566,0.725],[0.043,1.109],[0,0],[0,0],[-0.565,0.725],[-1.109,0],[-0.618,-0.789],[0,0],[-0.064,0.063],[-0.106,0],[0,0],[-0.064,-0.075],[0,-0.107],[0,0],[0.075,-0.075],[0.107,0],[0,0],[0.064,0.064],[0,0.107],[0,0]],"o":[[-1.12,0],[-0.554,-0.725],[0,0],[0,0],[0.043,-1.099],[0.566,-0.736],[1.11,0],[0,0],[0,-0.107],[0.075,-0.075],[0,0],[0.107,0],[0.075,0.063],[0,0],[0,0.107],[-0.064,0.064],[0,0],[-0.106,0],[-0.064,-0.075],[0,0],[-0.608,0.811]],"v":[[38.033,5.76],[35.505,4.672],[34.609,1.92],[34.593,1.44],[34.609,0.96],[35.52,-1.776],[38.033,-2.881],[40.624,-1.696],[40.624,-5.392],[40.721,-5.648],[40.992,-5.76],[41.713,-5.76],[41.968,-5.648],[42.08,-5.392],[42.08,5.232],[41.968,5.504],[41.713,5.6],[41.025,5.6],[40.768,5.504],[40.673,5.232],[40.673,4.544]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.405,0.469],[0.682,0],[0.394,-0.469],[0,-0.747],[0,0]],"o":[[0,0],[0,-0.747],[-0.406,-0.469],[-0.694,0],[-0.395,0.469],[0,0],[0,0]],"v":[[31.591,0.848],[31.591,0.8],[30.984,-1.024],[29.351,-1.728],[27.72,-1.024],[27.127,0.8],[27.127,0.848]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0.682,0],[0.65,0.673],[0.064,1.173],[0,0],[0,0],[-0.651,0.682],[-1.088,0],[-0.64,-0.748],[0,-1.281],[0,0],[0.074,-0.075],[0.106,0],[0,0],[0,0],[-0.395,-0.491],[-0.651,0],[-0.31,0.191],[-0.16,0.213],[-0.054,0.022],[-0.128,0],[0,0],[-0.064,-0.053],[0,-0.085],[0.288,-0.331],[0.533,-0.246]],"o":[[-1.088,0],[-0.651,-0.682],[0,0],[0,0],[0.064,-1.153],[0.65,-0.683],[1.173,0],[0.65,0.747],[0,0],[0,0.107],[-0.064,0.064],[0,0],[0,0],[0.032,0.694],[0.394,0.491],[0.501,0],[0.32,-0.203],[0.096,-0.128],[0.053,-0.031],[0,0],[0.096,0],[0.074,0.052],[0,0.235],[-0.288,0.33],[-0.523,0.235]],"v":[[29.351,5.76],[26.744,4.751],[25.671,1.968],[25.656,1.424],[25.671,0.896],[26.744,-1.856],[29.351,-2.881],[32.072,-1.76],[33.048,1.28],[33.048,1.568],[32.936,1.84],[32.679,1.936],[27.127,1.936],[27.127,2.079],[27.768,3.856],[29.335,4.592],[30.551,4.304],[31.272,3.68],[31.496,3.455],[31.768,3.408],[32.471,3.408],[32.712,3.488],[32.824,3.696],[32.392,4.544],[31.16,5.408]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0.074,0.064],[0.042,0.14],[0,0],[0,0],[-0.064,0.064],[-0.096,0],[0,0],[-0.064,-0.064],[-0.011,-0.052],[0,0],[0,0],[-0.075,0.063],[-0.128,0],[0,0],[-0.075,-0.075],[-0.022,-0.085],[0,0],[0,0],[-0.064,0.053],[-0.107,0],[0,0],[-0.064,-0.064],[0,-0.096],[0,0],[0,0],[0.074,-0.064],[0.149,0],[0,0],[0.085,0.268],[0,0],[0,0],[0.277,0]],"o":[[-0.15,0],[-0.075,-0.064],[0,0],[0,0],[0,-0.096],[0.064,-0.064],[0,0],[0.106,0],[0.074,0.053],[0,0],[0,0],[0.021,-0.085],[0.074,-0.075],[0,0],[0.128,0],[0.074,0.063],[0,0],[0,0],[0.01,-0.052],[0.074,-0.064],[0,0],[0.096,0],[0.064,0.064],[0,0],[0,0],[-0.043,0.14],[-0.075,0.064],[0,0],[-0.278,0],[0,0],[0,0],[-0.086,0.268],[0,0]],"v":[[15.686,5.6],[15.35,5.504],[15.174,5.199],[12.901,-2.224],[12.869,-2.384],[12.965,-2.624],[13.205,-2.72],[13.861,-2.72],[14.117,-2.624],[14.246,-2.465],[16.054,3.648],[17.973,-2.384],[18.117,-2.608],[18.421,-2.72],[18.934,-2.72],[19.237,-2.608],[19.382,-2.384],[21.301,3.648],[23.109,-2.465],[23.221,-2.624],[23.494,-2.72],[24.15,-2.72],[24.39,-2.624],[24.486,-2.384],[24.453,-2.224],[22.182,5.199],[22.005,5.504],[21.669,5.6],[21.093,5.6],[20.549,5.199],[18.677,-0.592],[16.806,5.199],[16.262,5.6]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[-0.683,0],[-0.395,0.427],[-0.032,0.811],[0,0.299],[0.011,0.108],[0.405,0.427],[0.683,0],[0.405,-0.438],[0.032,-0.81],[0,0],[0,0],[-0.395,-0.437]],"o":[[0.683,0],[0.405,-0.437],[0.011,-0.107],[0,-0.299],[-0.032,-0.81],[-0.395,-0.438],[-0.683,0],[-0.395,0.427],[0,0],[0,0],[0.032,0.811],[0.405,0.427]],"v":[[7.916,4.56],[9.531,3.92],[10.187,2.048],[10.203,1.44],[10.187,0.831],[9.531,-1.024],[7.916,-1.68],[6.283,-1.024],[5.643,0.831],[5.627,1.44],[5.643,2.048],[6.283,3.92]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[1.173,0],[0.64,0.661],[0.043,1.099],[0,0],[0,0],[-0.64,0.661],[-1.152,0],[-0.64,-0.662],[-0.043,-1.098],[0,-0.224],[0.021,-0.235],[0.64,-0.661]],"o":[[-1.173,0],[-0.629,-0.661],[0,0],[0,0],[0.043,-1.098],[0.651,-0.662],[1.152,0],[0.651,0.661],[0.021,0.236],[0,0.223],[-0.043,1.099],[-0.629,0.661]],"v":[[7.916,5.76],[5.195,4.768],[4.187,2.128],[4.171,1.44],[4.187,0.751],[5.212,-1.888],[7.916,-2.881],[10.604,-1.888],[11.643,0.751],[11.676,1.44],[11.643,2.128],[10.619,4.768]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0,0],[0.074,0.064],[0,0.107],[0,0],[-0.064,0.064],[-0.107,0],[0,0],[-0.064,-0.075],[0,-0.107],[0,0],[0.074,-0.075],[0.106,0]],"o":[[-0.107,0],[-0.064,-0.075],[0,0],[0,-0.117],[0.074,-0.064],[0,0],[0.106,0],[0.074,0.063],[0,0],[0,0.107],[-0.064,0.064],[0,0]],"v":[[1.064,5.6],[0.793,5.504],[0.697,5.232],[0.697,-5.392],[0.793,-5.664],[1.064,-5.76],[1.768,-5.76],[2.025,-5.648],[2.137,-5.392],[2.137,5.232],[2.025,5.504],[1.768,5.6]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0,0],[0.075,0.064],[0,0.107],[0,0],[-0.064,0.064],[-0.106,0],[0,0],[-0.064,-0.075],[0,-0.107],[0,0],[0.075,-0.075],[0.107,0]],"o":[[-0.106,0],[-0.064,-0.075],[0,0],[0,-0.117],[0.075,-0.064],[0,0],[0.107,0],[0.075,0.063],[0,0],[0,0.107],[-0.064,0.064],[0,0]],"v":[[-2.795,5.6],[-3.068,5.504],[-3.163,5.232],[-3.163,-5.392],[-3.068,-5.664],[-2.795,-5.76],[-2.092,-5.76],[-1.836,-5.648],[-1.724,-5.392],[-1.724,5.232],[-1.836,5.504],[-2.092,5.6]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[-0.491,0],[-0.448,0.459],[0,0.875],[0,0],[0,0],[0.394,-0.256],[0,-0.384],[-0.352,-0.235]],"o":[[0.704,0],[0.448,-0.459],[0,0],[0,0],[-0.768,0.107],[-0.395,0.256],[0,0.437],[0.362,0.235]],"v":[[-9.351,4.592],[-7.623,3.904],[-6.951,1.904],[-6.951,1.455],[-8.823,1.728],[-10.567,2.272],[-11.159,3.232],[-10.631,4.24]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[0.704,0],[0.448,0.213],[0.266,0.364],[0,0.448],[-0.576,0.448],[-0.992,0.148],[0,0],[0,0],[1.269,0],[0.298,-0.203],[0.138,-0.268],[0.053,-0.043],[0.085,0],[0,0],[0.074,0.064],[0,0.096],[-0.224,0.32],[-0.48,0.235],[-0.694,0],[-0.512,-0.554],[0,-0.832],[0,0],[0.074,-0.075],[0.106,0],[0,0],[0.064,0.064],[0,0.107],[0,0],[0.448,-0.235]],"o":[[-0.523,0],[-0.438,-0.213],[-0.256,-0.373],[0,-0.704],[0.576,-0.449],[0,0],[0,0],[0,-1.099],[-0.491,0],[-0.299,0.193],[-0.043,0.106],[-0.043,0.032],[0,0],[-0.096,0],[-0.064,-0.075],[0,-0.245],[0.234,-0.331],[0.48,-0.246],[1.194,0],[0.522,0.556],[0,0],[0,0.107],[-0.064,0.064],[0,0],[-0.107,0],[-0.064,-0.075],[0,0],[-0.235,0.352],[-0.448,0.235]],"v":[[-9.671,5.76],[-11.127,5.44],[-12.183,4.575],[-12.567,3.344],[-11.703,1.616],[-9.351,0.72],[-6.951,0.384],[-6.951,-0.08],[-8.855,-1.728],[-10.039,-1.425],[-10.695,-0.736],[-10.839,-0.512],[-11.031,-0.465],[-11.655,-0.465],[-11.911,-0.56],[-12.007,-0.816],[-11.671,-1.664],[-10.599,-2.512],[-8.839,-2.881],[-6.279,-2.049],[-5.495,0.032],[-5.495,5.232],[-5.607,5.504],[-5.863,5.6],[-6.567,5.6],[-6.823,5.504],[-6.919,5.232],[-6.919,4.528],[-7.943,5.408]],"c":true},"ix":2},"nm":"Path 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":11,"ty":"sh","ix":12,"ks":{"a":0,"k":{"i":[[0,0],[0,1.867],[0,0],[0,0],[0.064,0.065],[0,0.108],[0,0],[-0.064,0.063],[-0.107,0],[0,0],[0,0],[-0.064,0.063],[-0.107,0],[0,0],[-0.064,-0.075],[0,-0.107],[0,0],[0,0],[-0.064,-0.075],[0,-0.108],[0,0],[0.075,-0.063],[0.107,0],[0,0],[0,0],[-0.171,-0.277],[-0.427,0],[0,0],[-0.064,-0.076],[0,-0.106],[0,0],[0.064,-0.075],[0.107,0]],"o":[[-1.653,0],[0,0],[0,0],[-0.107,0],[-0.064,-0.063],[0,0],[0,-0.108],[0.064,-0.075],[0,0],[0,0],[0,-0.107],[0.064,-0.075],[0,0],[0.107,0],[0.075,0.063],[0,0],[0,0],[0.107,0],[0.075,0.063],[0,0],[0,0.108],[-0.064,0.065],[0,0],[0,0],[0,0.544],[0.181,0.277],[0,0],[0.107,0],[0.064,0.064],[0,0],[0,0.107],[-0.064,0.064],[0,0]],"v":[[-18.916,5.6],[-21.396,2.8],[-21.396,-1.488],[-22.66,-1.488],[-22.916,-1.585],[-23.012,-1.841],[-23.012,-2.352],[-22.916,-2.608],[-22.66,-2.72],[-21.396,-2.72],[-21.396,-5.392],[-21.3,-5.648],[-21.044,-5.76],[-20.34,-5.76],[-20.084,-5.648],[-19.972,-5.392],[-19.972,-2.72],[-17.988,-2.72],[-17.732,-2.608],[-17.62,-2.352],[-17.62,-1.841],[-17.732,-1.585],[-17.988,-1.488],[-19.972,-1.488],[-19.972,2.688],[-19.716,3.92],[-18.804,4.336],[-17.828,4.336],[-17.572,4.448],[-17.476,4.703],[-17.476,5.232],[-17.572,5.504],[-17.828,5.6]],"c":true},"ix":2},"nm":"Path 12","mn":"ADBE Vector Shape - Group","hd":false},{"ind":12,"ty":"sh","ix":13,"ks":{"a":0,"k":{"i":[[-0.683,0],[-0.395,0.427],[-0.032,0.811],[0,0.299],[0.01,0.108],[0.405,0.427],[0.682,0],[0.405,-0.438],[0.032,-0.81],[0,0],[0,0],[-0.395,-0.437]],"o":[[0.682,0],[0.405,-0.437],[0.01,-0.107],[0,-0.299],[-0.032,-0.81],[-0.395,-0.438],[-0.683,0],[-0.395,0.427],[0,0],[0,0],[0.032,0.811],[0.405,0.427]],"v":[[-27.818,4.56],[-26.202,3.92],[-25.546,2.048],[-25.53,1.44],[-25.546,0.831],[-26.202,-1.024],[-27.818,-1.68],[-29.45,-1.024],[-30.09,0.831],[-30.106,1.44],[-30.09,2.048],[-29.45,3.92]],"c":true},"ix":2},"nm":"Path 13","mn":"ADBE Vector Shape - Group","hd":false},{"ind":13,"ty":"sh","ix":14,"ks":{"a":0,"k":{"i":[[1.173,0],[0.64,0.661],[0.042,1.099],[0,0],[0,0],[-0.64,0.661],[-1.152,0],[-0.64,-0.662],[-0.043,-1.098],[0,-0.224],[0.021,-0.235],[0.64,-0.661]],"o":[[-1.174,0],[-0.63,-0.661],[0,0],[0,0],[0.042,-1.098],[0.65,-0.662],[1.152,0],[0.65,0.661],[0.021,0.236],[0,0.223],[-0.043,1.099],[-0.63,0.661]],"v":[[-27.818,5.76],[-30.538,4.768],[-31.546,2.128],[-31.562,1.44],[-31.546,0.751],[-30.522,-1.888],[-27.818,-2.881],[-25.13,-1.888],[-24.09,0.751],[-24.058,1.44],[-24.09,2.128],[-25.114,4.768]],"c":true},"ix":2},"nm":"Path 14","mn":"ADBE Vector Shape - Group","hd":false},{"ind":14,"ty":"sh","ix":15,"ks":{"a":0,"k":{"i":[[0,0],[0.064,0.064],[0,0.107],[0,0],[-0.064,0.063],[-0.107,0],[0,0],[-0.053,-0.043],[-0.053,-0.063],[0,0],[0,0],[-0.064,0.063],[-0.107,0],[0,0],[-0.064,-0.075],[0,-0.116],[0,0],[0.075,-0.076],[0.107,0],[0,0],[0.075,0.149],[0,0],[0,0],[0.075,-0.075],[0.107,0]],"o":[[-0.107,0],[-0.064,-0.075],[0,0],[0,-0.116],[0.064,-0.075],[0,0],[0.107,0],[0.053,0.043],[0,0],[0,0],[0,-0.116],[0.075,-0.075],[0,0],[0.117,0],[0.075,0.063],[0,0],[0,0.107],[-0.064,0.075],[0,0],[-0.181,0],[0,0],[0,0],[0,0.107],[-0.064,0.064],[0,0]],"v":[[-41.728,5.6],[-41.984,5.504],[-42.08,5.232],[-42.08,-5.217],[-41.984,-5.488],[-41.728,-5.6],[-41.024,-5.6],[-40.784,-5.536],[-40.624,-5.377],[-35.264,2.88],[-35.264,-5.217],[-35.168,-5.488],[-34.896,-5.6],[-34.176,-5.6],[-33.904,-5.488],[-33.792,-5.217],[-33.792,5.216],[-33.904,5.488],[-34.16,5.6],[-34.88,5.6],[-35.264,5.376],[-40.624,-2.8],[-40.624,5.232],[-40.736,5.504],[-40.992,5.6]],"c":true},"ix":2},"nm":"Path 15","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","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":[42.33,6.01],"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":"Group 1","np":19,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Layer 38 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":12,"s":[0]},{"t":24,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[509.124,668,0],"ix":2},"a":{"a":0,"k":[36.314,7.45,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.493,0],[-0.466,0.481],[0,0.907],[0,0],[0,0],[0,-0.786],[-0.346,-0.239]],"o":[[0.734,0],[0.467,-0.479],[0,0],[0,0],[-1.533,0.24],[0,0.428],[0.36,0.228]],"v":[[30.884,5.28],[32.684,4.559],[33.384,2.479],[33.384,2.08],[31.384,2.399],[29.084,3.939],[29.604,4.939]],"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.8,0],[0.574,0.267],[0.334,0.467],[0,0.561],[-0.733,0.561],[-1.28,0.2],[0,0],[0,0],[0.294,0.293],[0.64,0],[0.267,-0.159],[0.174,-0.173],[0.054,-0.053],[0.147,0],[0,0],[0.094,0.08],[0,0.133],[-0.306,0.413],[-0.653,0.306],[-0.96,0],[-0.72,-0.707],[0,-1.147],[0,0],[0.094,-0.094],[0.147,0],[0,0],[0.094,0.093],[0,0.134],[0,0],[0.534,-0.281]],"o":[[-0.68,0],[-0.56,-0.281],[-0.32,-0.466],[0,-0.907],[0.734,-0.559],[0,0],[0,0],[0,-0.572],[-0.293,-0.293],[-0.44,0],[-0.266,0.16],[-0.16,0.16],[-0.053,0.16],[0,0],[-0.12,0],[-0.08,-0.08],[0.014,-0.333],[0.32,-0.427],[0.654,-0.321],[1.574,0],[0.72,0.707],[0,0],[0,0.134],[-0.08,0.093],[0,0],[-0.133,0],[-0.093,-0.094],[0,0],[-0.293,0.427],[-0.533,0.267]],"v":[[30.204,7.2],[28.324,6.8],[26.984,5.679],[26.504,4.139],[27.604,1.939],[30.624,0.8],[33.364,0.399],[33.364,-0.021],[32.924,-1.321],[31.524,-1.76],[30.464,-1.521],[29.804,-1.021],[29.484,-0.7],[29.184,-0.46],[27.624,-0.46],[27.304,-0.58],[27.184,-0.901],[27.664,-2.021],[29.124,-3.12],[31.544,-3.601],[34.984,-2.54],[36.064,0.24],[36.064,6.519],[35.924,6.86],[35.584,7],[33.924,7],[33.584,6.86],[33.444,6.519],[33.444,5.74],[32.204,6.8]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0.093,0.093],[0,0.134],[0,0],[-0.094,0.093],[-0.134,0],[0,0],[-0.094,-0.094],[0,-0.146],[0,0],[-1.254,0],[0,0],[-0.08,-0.094],[0,-0.148],[0,0],[0.093,-0.093],[0.146,0],[0,0],[0.36,-0.359],[0,-0.627],[0,0],[0.093,-0.094],[0.133,0]],"o":[[-0.134,0],[-0.094,-0.094],[0,0],[0,-0.146],[0.093,-0.094],[0,0],[0.146,0],[0.093,0.093],[0,0],[0.666,-0.88],[0,0],[0.146,0],[0.093,0.08],[0,0],[0,0.133],[-0.08,0.092],[0,0],[-0.627,0],[-0.36,0.361],[0,0],[0,0.134],[-0.094,0.093],[0,0]],"v":[[19.442,7],[19.102,6.86],[18.962,6.519],[18.962,-2.901],[19.102,-3.26],[19.442,-3.401],[21.082,-3.401],[21.442,-3.26],[21.582,-2.901],[21.582,-2.08],[24.462,-3.401],[25.302,-3.401],[25.642,-3.26],[25.782,-2.92],[25.782,-1.46],[25.642,-1.12],[25.302,-0.981],[23.722,-0.981],[22.242,-0.441],[21.702,1.04],[21.702,6.519],[21.562,6.86],[21.222,7]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.4,0.466],[0.68,0],[0.387,-0.481],[0,-0.788],[0,0]],"o":[[0,0],[0,-0.788],[-0.387,-0.481],[-0.68,0],[-0.387,0.466],[0,0],[0,0]],"v":[[14.079,0.88],[14.079,0.84],[13.479,-1.04],[11.879,-1.76],[10.279,-1.04],[9.699,0.84],[9.699,0.88]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0.933,0],[0.88,0.852],[0.053,1.572],[0,0],[-0.867,0.96],[-1.547,0],[-0.853,-0.96],[0,-1.599],[0,0],[0.093,-0.093],[0.147,0],[0,0],[0,0],[-0.373,-0.493],[-0.667,0],[-0.48,0.613],[-0.067,0.028],[-0.16,0],[0,0],[-0.08,-0.066],[0,-0.12],[0.387,-0.439],[0.707,-0.32]],"o":[[-1.493,0],[-0.867,-0.853],[0,0],[0,-1.667],[0.88,-0.96],[1.587,0],[0.867,0.96],[0,0],[0,0.133],[-0.093,0.094],[0,0],[0,0],[0.027,0.747],[0.387,0.481],[0.76,0],[0.12,-0.146],[0.067,-0.04],[0,0],[0.12,0],[0.093,0.068],[0,0.32],[-0.373,0.427],[-0.707,0.321]],"v":[[11.899,7.2],[8.339,5.92],[6.959,2.28],[6.939,1.78],[8.239,-2.16],[11.879,-3.601],[15.539,-2.16],[16.839,1.679],[16.839,2.099],[16.699,2.439],[16.339,2.58],[9.699,2.58],[9.699,2.74],[10.299,4.599],[11.879,5.32],[13.739,4.399],[14.019,4.139],[14.359,4.08],[16.119,4.08],[16.419,4.179],[16.559,4.46],[15.979,5.599],[14.359,6.719]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0],[0.093,0.093],[0,0.134],[0,0],[-0.094,0.08],[-0.134,0],[0,0],[-0.08,-0.094],[0,-0.148],[0,0],[-1.214,0],[-0.587,-1.186],[-0.587,0.32],[-0.68,0],[-0.694,-0.747],[0,-1.428],[0,0],[0.093,-0.094],[0.146,0],[0,0],[0.093,0.093],[0,0.134],[0,0],[0.36,0.373],[0.573,0],[0.373,-0.386],[0,-0.826],[0,0],[0.093,-0.094],[0.146,0],[0,0],[0.093,0.093],[0,0.134],[0,0],[0.36,0.373],[0.56,0],[0.373,-0.386],[0,-0.826],[0,0],[0.093,-0.094],[0.146,0]],"o":[[-0.134,0],[-0.094,-0.094],[0,0],[0,-0.148],[0.093,-0.094],[0,0],[0.146,0],[0.093,0.08],[0,0],[0.72,-0.907],[1.48,0],[0.32,-0.533],[0.586,-0.332],[1.093,0],[0.693,0.747],[0,0],[0,0.134],[-0.08,0.093],[0,0],[-0.134,0],[-0.094,-0.094],[0,0],[0,-0.84],[-0.347,-0.373],[-0.52,0],[-0.36,0.373],[0,0],[0,0.134],[-0.08,0.093],[0,0],[-0.134,0],[-0.094,-0.094],[0,0],[0,-0.826],[-0.36,-0.386],[-0.52,0],[-0.36,0.373],[0,0],[0,0.134],[-0.08,0.093],[0,0]],"v":[[-10.187,7],[-10.527,6.86],[-10.667,6.519],[-10.667,-2.92],[-10.527,-3.26],[-10.187,-3.401],[-8.607,-3.401],[-8.267,-3.26],[-8.127,-2.92],[-8.127,-2.241],[-5.227,-3.601],[-2.127,-1.821],[-0.767,-3.101],[1.133,-3.601],[3.813,-2.481],[4.853,0.78],[4.853,6.519],[4.713,6.86],[4.373,7],[2.713,7],[2.373,6.86],[2.233,6.519],[2.233,0.939],[1.693,-0.88],[0.313,-1.441],[-1.027,-0.861],[-1.567,0.939],[-1.567,6.519],[-1.707,6.86],[-2.047,7],[-3.727,7],[-4.067,6.86],[-4.207,6.519],[-4.207,0.939],[-4.747,-0.861],[-6.127,-1.441],[-7.467,-0.861],[-8.007,0.939],[-8.007,6.519],[-8.147,6.86],[-8.487,7]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[-0.493,0],[-0.466,0.481],[0,0.907],[0,0],[0,0],[0,-0.786],[-0.346,-0.239]],"o":[[0.734,0],[0.467,-0.479],[0,0],[0,0],[-1.533,0.24],[0,0.428],[0.36,0.228]],"v":[[-18.413,5.28],[-16.613,4.559],[-15.913,2.479],[-15.913,2.08],[-17.913,2.399],[-20.213,3.939],[-19.693,4.939]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0.8,0],[0.574,0.267],[0.334,0.467],[0,0.561],[-0.733,0.561],[-1.28,0.2],[0,0],[0,0],[0.294,0.293],[0.64,0],[0.267,-0.159],[0.174,-0.173],[0.054,-0.053],[0.147,0],[0,0],[0.094,0.08],[0,0.133],[-0.306,0.413],[-0.653,0.306],[-0.96,0],[-0.72,-0.707],[0,-1.147],[0,0],[0.094,-0.094],[0.147,0],[0,0],[0.094,0.093],[0,0.134],[0,0],[0.534,-0.281]],"o":[[-0.68,0],[-0.56,-0.281],[-0.32,-0.466],[0,-0.907],[0.734,-0.559],[0,0],[0,0],[0,-0.572],[-0.293,-0.293],[-0.44,0],[-0.266,0.16],[-0.16,0.16],[-0.053,0.16],[0,0],[-0.12,0],[-0.08,-0.08],[0.014,-0.333],[0.32,-0.427],[0.654,-0.321],[1.574,0],[0.72,0.707],[0,0],[0,0.134],[-0.08,0.093],[0,0],[-0.133,0],[-0.093,-0.094],[0,0],[-0.293,0.427],[-0.533,0.267]],"v":[[-19.093,7.2],[-20.973,6.8],[-22.313,5.679],[-22.793,4.139],[-21.693,1.939],[-18.673,0.8],[-15.933,0.399],[-15.933,-0.021],[-16.373,-1.321],[-17.773,-1.76],[-18.833,-1.521],[-19.493,-1.021],[-19.813,-0.7],[-20.113,-0.46],[-21.673,-0.46],[-21.993,-0.58],[-22.113,-0.901],[-21.633,-2.021],[-20.173,-3.12],[-17.753,-3.601],[-14.313,-2.54],[-13.233,0.24],[-13.233,6.519],[-13.373,6.86],[-13.713,7],[-15.373,7],[-15.713,6.86],[-15.853,6.519],[-15.853,5.74],[-17.093,6.8]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[1.187,0],[1.013,0.932],[0.067,1.732],[0,0.814],[-0.013,0.374],[-1.013,0.946],[-1.827,0],[-0.88,-0.413],[-0.48,-0.707],[-0.027,-0.88],[0,0],[0.093,-0.08],[0.107,0],[0,0],[0.08,0.066],[0.053,0.187],[0.493,0.333],[0.813,0],[0.08,-2.134],[0,-0.747],[-0.013,-0.386],[-1.907,0],[-0.493,0.333],[-0.2,0.827],[-0.08,0.066],[-0.16,0],[0,0],[-0.08,-0.08],[0.013,-0.12],[0.493,-0.707],[0.88,-0.413]],"o":[[-1.84,0],[-1,-0.948],[-0.013,-0.36],[0,-0.827],[0.067,-1.707],[1.013,-0.96],[1.187,0],[0.88,0.4],[0.493,0.707],[0,0],[0,0.106],[-0.08,0.066],[0,0],[-0.16,0],[-0.08,-0.08],[-0.2,-0.828],[-0.493,-0.346],[-1.907,0],[-0.013,0.359],[0,0.747],[0.08,2.133],[0.8,0],[0.507,-0.347],[0.053,-0.188],[0.08,-0.08],[0,0],[0.12,0],[0.093,0.08],[-0.027,0.88],[-0.48,0.707],[-0.88,0.401]],"v":[[-30.164,7.2],[-34.444,5.8],[-36.044,1.78],[-36.064,0.019],[-36.044,-1.781],[-34.424,-5.76],[-30.164,-7.2],[-27.064,-6.58],[-25.024,-4.92],[-24.244,-2.54],[-24.244,-2.5],[-24.384,-2.22],[-24.664,-2.12],[-26.604,-2.12],[-26.964,-2.22],[-27.164,-2.62],[-28.204,-4.361],[-30.164,-4.88],[-33.144,-1.68],[-33.164,-0.021],[-33.144,1.679],[-30.164,4.88],[-28.224,4.38],[-27.164,2.62],[-26.964,2.24],[-26.604,2.12],[-24.664,2.12],[-24.364,2.24],[-24.244,2.54],[-25.024,4.92],[-27.064,6.599]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","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":[36.314,7.45],"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":"Group 1","np":13,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0}]},{"id":"comp_18","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Layer 40 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":6,"s":[0]},{"t":18,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[416,567,0],"ix":2},"a":{"a":0,"k":[11.25,11.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[1,-1],[5,-1],[5,1],[-1,1],[-1,-6],[1,-6]],"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":[[1.931,-2.209],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-3.213,0],[0,-6.075],[6.075,0],[0,6.075],[0,0],[-4.971,0],[0,4.971],[4.971,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.237,-2.345],[6.075,0],[0,6.075],[-6.075,0],[0,0],[0,4.971],[4.971,0],[0,-4.971],[-2.841,0]],"v":[[-6.886,-6],[-4,-6],[-4,-4],[-10,-4],[-10,-10.009],[-8,-10.009],[-8,-7.744],[0,-11],[11,0],[0,11],[-11,0],[-9,0],[0,9],[9,0],[0,-9]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","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":[11.25,11.25],"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":"Group 1","np":6,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 39 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":12,"s":[0]},{"t":24,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[726.353,567,0],"ix":2},"a":{"a":0,"k":[5.311,8.957,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[2.233,0],[-5.06,-7.293],[-3.646,-8.707],[5.06,0],[-3.646,8.707],[-5.06,7.293]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.144999994016,0.144999994016,0.144999994016,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":[5.31,8.957],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Layer 41 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"t":12,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[416,567,0],"ix":2},"a":{"a":0,"k":[32.25,32.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.209,0],[0,0],[0,-2.209],[0,0],[2.209,0],[0,0],[0,2.209],[0,0]],"o":[[0,0],[2.209,0],[0,0],[0,2.209],[0,0],[-2.209,0],[0,0],[0,-2.209]],"v":[[-28,-32],[28,-32],[32,-28],[32,28],[28,32],[-28,32],[-32,28],[-32,-28]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.380000005984,0.677999997606,0.980000035903,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":[32.25,32.25],"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":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Layer 42 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":18,"s":[0]},{"t":30,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[515.489,581.4,0],"ix":2},"a":{"a":0,"k":[42.33,6.01,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.514,0],[-0.373,0.491],[-0.032,0.683],[0,0.288],[0.011,0.117],[0.395,0.469],[0.726,0],[0.352,-0.48],[0.032,-0.779],[0,0]],"o":[[0.747,0],[0.374,-0.501],[0.011,-0.117],[0,-0.299],[-0.021,-0.651],[-0.384,-0.48],[-0.768,0],[-0.352,0.48],[0,0],[0,2.048]],"v":[[38.337,4.512],[40.017,3.776],[40.624,2],[40.64,1.392],[40.624,0.768],[40,-0.912],[38.337,-1.632],[36.656,-0.912],[36.08,0.976],[36.064,1.44]],"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":[[1.152,0],[0.566,0.725],[0.043,1.109],[0,0],[0,0],[-0.565,0.725],[-1.109,0],[-0.618,-0.789],[0,0],[-0.064,0.064],[-0.106,0],[0,0],[-0.064,-0.075],[0,-0.107],[0,0],[0.075,-0.075],[0.107,0],[0,0],[0.064,0.064],[0,0.107],[0,0]],"o":[[-1.12,0],[-0.554,-0.725],[0,0],[0,0],[0.043,-1.099],[0.566,-0.736],[1.11,0],[0,0],[0,-0.107],[0.075,-0.075],[0,0],[0.107,0],[0.075,0.064],[0,0],[0,0.107],[-0.064,0.064],[0,0],[-0.106,0],[-0.064,-0.075],[0,0],[-0.608,0.811]],"v":[[38.033,5.76],[35.505,4.672],[34.609,1.92],[34.593,1.44],[34.609,0.96],[35.52,-1.776],[38.033,-2.88],[40.624,-1.696],[40.624,-5.392],[40.721,-5.648],[40.992,-5.76],[41.713,-5.76],[41.968,-5.648],[42.08,-5.392],[42.08,5.232],[41.968,5.504],[41.713,5.6],[41.025,5.6],[40.768,5.504],[40.673,5.232],[40.673,4.544]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.405,0.469],[0.682,0],[0.394,-0.469],[0,-0.747],[0,0]],"o":[[0,0],[0,-0.747],[-0.406,-0.469],[-0.694,0],[-0.395,0.469],[0,0],[0,0]],"v":[[31.591,0.848],[31.591,0.8],[30.984,-1.024],[29.351,-1.728],[27.72,-1.024],[27.127,0.8],[27.127,0.848]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0.682,0],[0.65,0.672],[0.064,1.173],[0,0],[0,0],[-0.651,0.683],[-1.088,0],[-0.64,-0.747],[0,-1.28],[0,0],[0.074,-0.075],[0.106,0],[0,0],[0,0],[-0.395,-0.491],[-0.651,0],[-0.31,0.192],[-0.16,0.213],[-0.054,0.021],[-0.128,0],[0,0],[-0.064,-0.053],[0,-0.085],[0.288,-0.331],[0.533,-0.245]],"o":[[-1.088,0],[-0.651,-0.683],[0,0],[0,0],[0.064,-1.152],[0.65,-0.683],[1.173,0],[0.65,0.747],[0,0],[0,0.107],[-0.064,0.064],[0,0],[0,0],[0.032,0.693],[0.394,0.491],[0.501,0],[0.32,-0.203],[0.096,-0.128],[0.053,-0.032],[0,0],[0.096,0],[0.074,0.053],[0,0.235],[-0.288,0.331],[-0.523,0.235]],"v":[[29.351,5.76],[26.744,4.752],[25.671,1.968],[25.656,1.424],[25.671,0.896],[26.744,-1.856],[29.351,-2.88],[32.072,-1.76],[33.048,1.28],[33.048,1.568],[32.936,1.84],[32.679,1.936],[27.127,1.936],[27.127,2.08],[27.768,3.856],[29.335,4.592],[30.551,4.304],[31.272,3.68],[31.496,3.456],[31.768,3.408],[32.471,3.408],[32.712,3.488],[32.824,3.696],[32.392,4.544],[31.16,5.408]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0.074,0.064],[0.042,0.14],[0,0],[0,0],[-0.064,0.064],[-0.096,0],[0,0],[-0.064,-0.064],[-0.011,-0.053],[0,0],[0,0],[-0.075,0.064],[-0.128,0],[0,0],[-0.075,-0.075],[-0.022,-0.085],[0,0],[0,0],[-0.064,0.053],[-0.107,0],[0,0],[-0.064,-0.064],[0,-0.096],[0,0],[0,0],[0.074,-0.064],[0.149,0],[0,0],[0.085,0.268],[0,0],[0,0],[0.277,0]],"o":[[-0.15,0],[-0.075,-0.064],[0,0],[0,0],[0,-0.096],[0.064,-0.064],[0,0],[0.106,0],[0.074,0.053],[0,0],[0,0],[0.021,-0.085],[0.074,-0.075],[0,0],[0.128,0],[0.074,0.064],[0,0],[0,0],[0.01,-0.053],[0.074,-0.064],[0,0],[0.096,0],[0.064,0.064],[0,0],[0,0],[-0.043,0.14],[-0.075,0.064],[0,0],[-0.278,0],[0,0],[0,0],[-0.086,0.268],[0,0]],"v":[[15.686,5.6],[15.35,5.504],[15.174,5.199],[12.901,-2.224],[12.869,-2.384],[12.965,-2.624],[13.205,-2.72],[13.861,-2.72],[14.117,-2.624],[14.246,-2.464],[16.054,3.648],[17.973,-2.384],[18.117,-2.608],[18.421,-2.72],[18.934,-2.72],[19.237,-2.608],[19.382,-2.384],[21.301,3.648],[23.109,-2.464],[23.221,-2.624],[23.494,-2.72],[24.15,-2.72],[24.39,-2.624],[24.486,-2.384],[24.453,-2.224],[22.182,5.199],[22.005,5.504],[21.669,5.6],[21.093,5.6],[20.549,5.199],[18.677,-0.592],[16.806,5.199],[16.262,5.6]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[-0.683,0],[-0.395,0.427],[-0.032,0.811],[0,0.299],[0.011,0.107],[0.405,0.427],[0.683,0],[0.405,-0.437],[0.032,-0.811],[0,0],[0,0],[-0.395,-0.437]],"o":[[0.683,0],[0.405,-0.437],[0.011,-0.107],[0,-0.299],[-0.032,-0.811],[-0.395,-0.437],[-0.683,0],[-0.395,0.427],[0,0],[0,0],[0.032,0.811],[0.405,0.427]],"v":[[7.916,4.56],[9.531,3.92],[10.187,2.048],[10.203,1.44],[10.187,0.832],[9.531,-1.024],[7.916,-1.68],[6.283,-1.024],[5.643,0.832],[5.627,1.44],[5.643,2.048],[6.283,3.92]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[1.173,0],[0.64,0.661],[0.043,1.099],[0,0],[0,0],[-0.64,0.661],[-1.152,0],[-0.64,-0.661],[-0.043,-1.099],[0,-0.224],[0.021,-0.235],[0.64,-0.661]],"o":[[-1.173,0],[-0.629,-0.661],[0,0],[0,0],[0.043,-1.099],[0.651,-0.661],[1.152,0],[0.651,0.661],[0.021,0.235],[0,0.224],[-0.043,1.099],[-0.629,0.661]],"v":[[7.916,5.76],[5.195,4.768],[4.187,2.128],[4.171,1.44],[4.187,0.752],[5.212,-1.888],[7.916,-2.88],[10.604,-1.888],[11.643,0.752],[11.676,1.44],[11.643,2.128],[10.619,4.768]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0,0],[0.074,0.064],[0,0.107],[0,0],[-0.064,0.064],[-0.107,0],[0,0],[-0.064,-0.075],[0,-0.107],[0,0],[0.074,-0.075],[0.106,0]],"o":[[-0.107,0],[-0.064,-0.075],[0,0],[0,-0.117],[0.074,-0.064],[0,0],[0.106,0],[0.074,0.064],[0,0],[0,0.107],[-0.064,0.064],[0,0]],"v":[[1.064,5.6],[0.793,5.504],[0.697,5.232],[0.697,-5.392],[0.793,-5.664],[1.064,-5.76],[1.768,-5.76],[2.025,-5.648],[2.137,-5.392],[2.137,5.232],[2.025,5.504],[1.768,5.6]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0,0],[0.075,0.064],[0,0.107],[0,0],[-0.064,0.064],[-0.106,0],[0,0],[-0.064,-0.075],[0,-0.107],[0,0],[0.075,-0.075],[0.107,0]],"o":[[-0.106,0],[-0.064,-0.075],[0,0],[0,-0.117],[0.075,-0.064],[0,0],[0.107,0],[0.075,0.064],[0,0],[0,0.107],[-0.064,0.064],[0,0]],"v":[[-2.795,5.6],[-3.068,5.504],[-3.163,5.232],[-3.163,-5.392],[-3.068,-5.664],[-2.795,-5.76],[-2.092,-5.76],[-1.836,-5.648],[-1.724,-5.392],[-1.724,5.232],[-1.836,5.504],[-2.092,5.6]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[-0.491,0],[-0.448,0.459],[0,0.875],[0,0],[0,0],[0.394,-0.256],[0,-0.384],[-0.352,-0.235]],"o":[[0.704,0],[0.448,-0.459],[0,0],[0,0],[-0.768,0.107],[-0.395,0.256],[0,0.437],[0.362,0.235]],"v":[[-9.351,4.592],[-7.623,3.904],[-6.951,1.904],[-6.951,1.456],[-8.823,1.728],[-10.567,2.272],[-11.159,3.232],[-10.631,4.24]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[0.704,0],[0.448,0.213],[0.266,0.363],[0,0.448],[-0.576,0.448],[-0.992,0.149],[0,0],[0,0],[1.269,0],[0.298,-0.203],[0.138,-0.267],[0.053,-0.043],[0.085,0],[0,0],[0.074,0.064],[0,0.096],[-0.224,0.32],[-0.48,0.235],[-0.694,0],[-0.512,-0.555],[0,-0.832],[0,0],[0.074,-0.075],[0.106,0],[0,0],[0.064,0.064],[0,0.107],[0,0],[0.448,-0.235]],"o":[[-0.523,0],[-0.438,-0.213],[-0.256,-0.373],[0,-0.704],[0.576,-0.448],[0,0],[0,0],[0,-1.099],[-0.491,0],[-0.299,0.192],[-0.043,0.107],[-0.043,0.032],[0,0],[-0.096,0],[-0.064,-0.075],[0,-0.245],[0.234,-0.331],[0.48,-0.245],[1.194,0],[0.522,0.555],[0,0],[0,0.107],[-0.064,0.064],[0,0],[-0.107,0],[-0.064,-0.075],[0,0],[-0.235,0.352],[-0.448,0.235]],"v":[[-9.671,5.76],[-11.127,5.44],[-12.183,4.576],[-12.567,3.344],[-11.703,1.616],[-9.351,0.72],[-6.951,0.384],[-6.951,-0.08],[-8.855,-1.728],[-10.039,-1.424],[-10.695,-0.736],[-10.839,-0.512],[-11.031,-0.464],[-11.655,-0.464],[-11.911,-0.56],[-12.007,-0.816],[-11.671,-1.664],[-10.599,-2.512],[-8.839,-2.88],[-6.279,-2.048],[-5.495,0.032],[-5.495,5.232],[-5.607,5.504],[-5.863,5.6],[-6.567,5.6],[-6.823,5.504],[-6.919,5.232],[-6.919,4.528],[-7.943,5.408]],"c":true},"ix":2},"nm":"Path 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":11,"ty":"sh","ix":12,"ks":{"a":0,"k":{"i":[[0,0],[0,1.867],[0,0],[0,0],[0.064,0.064],[0,0.107],[0,0],[-0.064,0.064],[-0.107,0],[0,0],[0,0],[-0.064,0.064],[-0.107,0],[0,0],[-0.064,-0.075],[0,-0.107],[0,0],[0,0],[-0.064,-0.075],[0,-0.107],[0,0],[0.075,-0.064],[0.107,0],[0,0],[0,0],[-0.171,-0.277],[-0.427,0],[0,0],[-0.064,-0.075],[0,-0.107],[0,0],[0.064,-0.075],[0.107,0]],"o":[[-1.653,0],[0,0],[0,0],[-0.107,0],[-0.064,-0.064],[0,0],[0,-0.107],[0.064,-0.075],[0,0],[0,0],[0,-0.107],[0.064,-0.075],[0,0],[0.107,0],[0.075,0.064],[0,0],[0,0],[0.107,0],[0.075,0.064],[0,0],[0,0.107],[-0.064,0.064],[0,0],[0,0],[0,0.544],[0.181,0.277],[0,0],[0.107,0],[0.064,0.064],[0,0],[0,0.107],[-0.064,0.064],[0,0]],"v":[[-18.916,5.6],[-21.396,2.8],[-21.396,-1.488],[-22.66,-1.488],[-22.916,-1.584],[-23.012,-1.84],[-23.012,-2.352],[-22.916,-2.608],[-22.66,-2.72],[-21.396,-2.72],[-21.396,-5.392],[-21.3,-5.648],[-21.044,-5.76],[-20.34,-5.76],[-20.084,-5.648],[-19.972,-5.392],[-19.972,-2.72],[-17.988,-2.72],[-17.732,-2.608],[-17.62,-2.352],[-17.62,-1.84],[-17.732,-1.584],[-17.988,-1.488],[-19.972,-1.488],[-19.972,2.688],[-19.716,3.92],[-18.804,4.336],[-17.828,4.336],[-17.572,4.448],[-17.476,4.704],[-17.476,5.232],[-17.572,5.504],[-17.828,5.6]],"c":true},"ix":2},"nm":"Path 12","mn":"ADBE Vector Shape - Group","hd":false},{"ind":12,"ty":"sh","ix":13,"ks":{"a":0,"k":{"i":[[-0.683,0],[-0.395,0.427],[-0.032,0.811],[0,0.299],[0.01,0.107],[0.405,0.427],[0.682,0],[0.405,-0.437],[0.032,-0.811],[0,0],[0,0],[-0.395,-0.437]],"o":[[0.682,0],[0.405,-0.437],[0.01,-0.107],[0,-0.299],[-0.032,-0.811],[-0.395,-0.437],[-0.683,0],[-0.395,0.427],[0,0],[0,0],[0.032,0.811],[0.405,0.427]],"v":[[-27.818,4.56],[-26.202,3.92],[-25.546,2.048],[-25.53,1.44],[-25.546,0.832],[-26.202,-1.024],[-27.818,-1.68],[-29.45,-1.024],[-30.09,0.832],[-30.106,1.44],[-30.09,2.048],[-29.45,3.92]],"c":true},"ix":2},"nm":"Path 13","mn":"ADBE Vector Shape - Group","hd":false},{"ind":13,"ty":"sh","ix":14,"ks":{"a":0,"k":{"i":[[1.173,0],[0.64,0.661],[0.042,1.099],[0,0],[0,0],[-0.64,0.661],[-1.152,0],[-0.64,-0.661],[-0.043,-1.099],[0,-0.224],[0.021,-0.235],[0.64,-0.661]],"o":[[-1.174,0],[-0.63,-0.661],[0,0],[0,0],[0.042,-1.099],[0.65,-0.661],[1.152,0],[0.65,0.661],[0.021,0.235],[0,0.224],[-0.043,1.099],[-0.63,0.661]],"v":[[-27.818,5.76],[-30.538,4.768],[-31.546,2.128],[-31.562,1.44],[-31.546,0.752],[-30.522,-1.888],[-27.818,-2.88],[-25.13,-1.888],[-24.09,0.752],[-24.058,1.44],[-24.09,2.128],[-25.114,4.768]],"c":true},"ix":2},"nm":"Path 14","mn":"ADBE Vector Shape - Group","hd":false},{"ind":14,"ty":"sh","ix":15,"ks":{"a":0,"k":{"i":[[0,0],[0.064,0.064],[0,0.107],[0,0],[-0.064,0.064],[-0.107,0],[0,0],[-0.053,-0.043],[-0.053,-0.064],[0,0],[0,0],[-0.064,0.064],[-0.107,0],[0,0],[-0.064,-0.075],[0,-0.117],[0,0],[0.075,-0.075],[0.107,0],[0,0],[0.075,0.149],[0,0],[0,0],[0.075,-0.075],[0.107,0]],"o":[[-0.107,0],[-0.064,-0.075],[0,0],[0,-0.117],[0.064,-0.075],[0,0],[0.107,0],[0.053,0.043],[0,0],[0,0],[0,-0.117],[0.075,-0.075],[0,0],[0.117,0],[0.075,0.064],[0,0],[0,0.107],[-0.064,0.075],[0,0],[-0.181,0],[0,0],[0,0],[0,0.107],[-0.064,0.064],[0,0]],"v":[[-41.728,5.6],[-41.984,5.504],[-42.08,5.232],[-42.08,-5.216],[-41.984,-5.488],[-41.728,-5.6],[-41.024,-5.6],[-40.784,-5.536],[-40.624,-5.376],[-35.264,2.88],[-35.264,-5.216],[-35.168,-5.488],[-34.896,-5.6],[-34.176,-5.6],[-33.904,-5.488],[-33.792,-5.216],[-33.792,5.216],[-33.904,5.488],[-34.16,5.6],[-34.88,5.6],[-35.264,5.376],[-40.624,-2.8],[-40.624,5.232],[-40.736,5.504],[-40.992,5.6]],"c":true},"ix":2},"nm":"Path 15","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","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":[42.33,6.01],"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":"Group 1","np":19,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Layer 43 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":12,"s":[0]},{"t":24,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[508.499,556.8,0],"ix":2},"a":{"a":0,"k":[35.189,9.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.734,0],[-0.094,1.76],[0,0.267],[0.013,0.133],[1.426,0],[0.373,-0.493],[0.026,-0.707],[0,-0.347],[-0.014,-0.173],[-0.387,-0.467]],"o":[[1.426,0],[0.013,-0.133],[0,-0.267],[-0.094,-1.76],[-0.76,0],[-0.374,0.493],[-0.014,0.16],[0,0.347],[0.026,0.667],[0.386,0.467]],"v":[[29.9,3.24],[32.179,0.6],[32.2,0],[32.179,-0.6],[29.9,-3.24],[28.2,-2.5],[27.599,-0.7],[27.58,0.06],[27.599,0.84],[28.219,2.54]],"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.093,0.093],[0,0.147],[0,0],[-0.094,0.08],[-0.134,0],[0,0],[-0.094,-0.093],[0,-0.133],[0,0],[-1.414,0],[-0.72,-0.853],[-0.054,-1.427],[0,-0.32],[0.013,-0.16],[0.733,-0.867],[1.346,0],[0.706,0.947],[0,0],[0.093,-0.08],[0.146,0]],"o":[[-0.134,0],[-0.094,-0.08],[0,0],[0,-0.147],[0.093,-0.093],[0,0],[0.146,0],[0.093,0.093],[0,0],[0.706,-0.987],[1.346,0],[0.72,0.84],[0.013,0.16],[0,0.32],[-0.04,1.4],[-0.72,0.853],[-1.334,0],[0,0],[0,0.147],[-0.08,0.093],[0,0]],"v":[[25.38,9],[25.039,8.86],[24.9,8.52],[24.9,-4.72],[25.039,-5.06],[25.38,-5.2],[26.979,-5.2],[27.339,-5.06],[27.479,-4.72],[27.479,-3.92],[30.659,-5.4],[33.76,-4.12],[34.919,-0.72],[34.939,0],[34.919,0.72],[33.76,4.12],[30.659,5.4],[27.599,3.98],[27.599,8.52],[27.46,8.86],[27.119,9]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[1.48,0],[0.707,0.8],[0,1.4],[0,0],[-0.093,0.08],[-0.133,0],[0,0],[-0.093,-0.093],[0,-0.133],[0,0],[-1.426,0],[-0.4,0.44],[0,0.76],[0,0],[-0.093,0.08],[-0.133,0],[0,0],[-0.08,-0.093],[0,-0.147],[0,0],[0.094,-0.093],[0.147,0],[0,0],[0.094,0.093],[0,0.133],[0,0]],"o":[[-1.226,0],[-0.706,-0.8],[0,0],[0,-0.147],[0.094,-0.093],[0,0],[0.134,0],[0.094,0.093],[0,0],[0,1.64],[0.694,0],[0.414,-0.44],[0,0],[0,-0.147],[0.094,-0.093],[0,0],[0.147,0],[0.094,0.08],[0,0],[0,0.133],[-0.08,0.093],[0,0],[-0.133,0],[-0.093,-0.093],[0,0],[-0.733,1]],"v":[[16.297,5.4],[13.398,4.2],[12.338,0.9],[12.338,-4.72],[12.477,-5.06],[12.817,-5.2],[14.617,-5.2],[14.958,-5.06],[15.098,-4.72],[15.098,0.78],[17.237,3.24],[18.877,2.58],[19.497,0.78],[19.497,-4.72],[19.637,-5.06],[19.977,-5.2],[21.757,-5.2],[22.098,-5.06],[22.237,-4.72],[22.237,4.72],[22.098,5.06],[21.757,5.2],[20.098,5.2],[19.757,5.06],[19.617,4.72],[19.617,3.9]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0.093,0.093],[0,0.133],[0,0],[-0.093,0.08],[-0.133,0],[0,0],[-0.093,-0.093],[0,-0.133],[0,0],[0,0],[-0.08,0.067],[-0.08,0.027],[-0.12,0],[0,0],[-0.08,-0.08],[0,-0.133],[0.133,-0.12],[0,0],[0,0],[0,-0.107],[0.08,-0.08],[0.12,0],[0,0],[0.093,0.04],[0.133,0.133],[0,0],[0,0],[0.093,-0.093],[0.133,0]],"o":[[-0.133,0],[-0.093,-0.093],[0,0],[0,-0.147],[0.093,-0.093],[0,0],[0.133,0],[0.093,0.093],[0,0],[0,0],[0.04,-0.027],[0.093,-0.08],[0.08,-0.027],[0,0],[0.133,0],[0.08,0.08],[0,0.12],[0,0],[0,0],[0.12,0.12],[0,0.133],[-0.08,0.08],[0,0],[-0.187,0],[-0.08,-0.053],[0,0],[0,0],[0,0.133],[-0.093,0.093],[0,0]],"v":[[1.942,5.2],[1.602,5.06],[1.462,4.72],[1.462,-8.52],[1.602,-8.86],[1.942,-9],[3.601,-9],[3.942,-8.86],[4.081,-8.52],[4.081,-1.68],[7.401,-4.86],[7.581,-5],[7.841,-5.16],[8.141,-5.2],[10.041,-5.2],[10.361,-5.08],[10.481,-4.76],[10.281,-4.4],[6.201,-0.54],[10.781,4.42],[10.961,4.76],[10.841,5.08],[10.541,5.2],[8.601,5.2],[8.182,5.14],[7.861,4.86],[4.081,0.84],[4.081,4.72],[3.942,5.06],[3.601,5.2]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[1.08,0],[0.88,0.813],[0.053,1.44],[0,0],[0,0],[-0.867,0.813],[-1.467,0],[-0.72,-0.373],[-0.347,-0.547],[-0.027,-0.493],[0.106,-0.093],[0.133,0],[0,0],[0.066,0.053],[0.066,0.16],[0.333,0.227],[0.506,0],[0.386,-0.427],[0.026,-0.88],[0,0],[0,0],[-1.387,0],[-0.32,0.213],[-0.2,0.52],[-0.067,0.067],[-0.147,0],[0,0],[-0.094,-0.093],[0.013,-0.133],[0.346,-0.547],[0.72,-0.387]],"o":[[-1.467,0],[-0.867,-0.813],[0,0],[0,0],[0.053,-1.44],[0.88,-0.813],[1.053,0],[0.733,0.373],[0.36,0.533],[0.013,0.133],[-0.094,0.093],[0,0],[-0.147,0],[-0.067,-0.067],[-0.2,-0.507],[-0.32,-0.227],[-0.68,0],[-0.374,0.427],[0,0],[0,0],[0.08,1.733],[0.52,0],[0.32,-0.227],[0.053,-0.147],[0.08,-0.067],[0,0],[0.133,0],[0.106,0.093],[-0.027,0.467],[-0.347,0.533],[-0.72,0.387]],"v":[[-5.503,5.4],[-9.023,4.18],[-10.403,0.8],[-10.424,0],[-10.403,-0.8],[-9.023,-4.18],[-5.503,-5.4],[-2.843,-4.84],[-1.223,-3.46],[-0.643,-1.92],[-0.783,-1.58],[-1.123,-1.44],[-2.903,-1.44],[-3.223,-1.52],[-3.424,-1.86],[-4.223,-2.96],[-5.463,-3.3],[-7.063,-2.66],[-7.663,-0.7],[-7.683,0.04],[-7.663,0.7],[-5.463,3.3],[-4.204,2.98],[-3.424,1.86],[-3.243,1.54],[-2.903,1.44],[-1.123,1.44],[-0.783,1.58],[-0.643,1.92],[-1.204,3.44],[-2.803,4.82]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[-0.493,0],[-0.466,0.48],[0,0.907],[0,0],[0,0],[0,-0.787],[-0.346,-0.24]],"o":[[0.734,0],[0.467,-0.48],[0,0],[0,0],[-1.533,0.24],[0,0.427],[0.36,0.227]],"v":[[-17.749,3.48],[-15.949,2.76],[-15.249,0.68],[-15.249,0.28],[-17.249,0.6],[-19.549,2.14],[-19.029,3.14]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[0.8,0],[0.574,0.267],[0.334,0.467],[0,0.56],[-0.733,0.56],[-1.28,0.2],[0,0],[0,0],[0.294,0.293],[0.64,0],[0.267,-0.16],[0.174,-0.173],[0.054,-0.053],[0.147,0],[0,0],[0.094,0.08],[0,0.133],[-0.306,0.413],[-0.653,0.307],[-0.96,0],[-0.72,-0.707],[0,-1.147],[0,0],[0.094,-0.093],[0.147,0],[0,0],[0.094,0.093],[0,0.133],[0,0],[0.534,-0.28]],"o":[[-0.68,0],[-0.56,-0.28],[-0.32,-0.467],[0,-0.907],[0.734,-0.56],[0,0],[0,0],[0,-0.573],[-0.293,-0.293],[-0.44,0],[-0.266,0.16],[-0.16,0.16],[-0.053,0.16],[0,0],[-0.12,0],[-0.08,-0.08],[0.014,-0.333],[0.32,-0.427],[0.654,-0.32],[1.574,0],[0.72,0.707],[0,0],[0,0.133],[-0.08,0.093],[0,0],[-0.133,0],[-0.093,-0.093],[0,0],[-0.293,0.427],[-0.533,0.267]],"v":[[-18.429,5.4],[-20.309,5],[-21.649,3.88],[-22.13,2.34],[-21.029,0.14],[-18.01,-1],[-15.269,-1.4],[-15.269,-1.82],[-15.709,-3.12],[-17.109,-3.56],[-18.169,-3.32],[-18.829,-2.82],[-19.149,-2.5],[-19.449,-2.26],[-21.01,-2.26],[-21.329,-2.38],[-21.449,-2.7],[-20.969,-3.82],[-19.51,-4.92],[-17.089,-5.4],[-13.649,-4.34],[-12.57,-1.56],[-12.57,4.72],[-12.709,5.06],[-13.049,5.2],[-14.709,5.2],[-15.049,5.06],[-15.189,4.72],[-15.189,3.94],[-16.429,5]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0,0],[-0.387,0.373],[0,0.587],[0.4,0.373],[0.68,0],[0,0],[0,0]],"o":[[0.693,0],[0.387,-0.387],[0,-0.587],[-0.387,-0.387],[0,0],[0,0],[0,0]],"v":[[-28.82,3.06],[-27.199,2.5],[-26.619,1.04],[-27.219,-0.4],[-28.82,-0.98],[-32.119,-0.98],[-32.119,3.06]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0,0],[-0.36,0.333],[0,0.56],[0.36,0.307],[0.693,0],[0,0],[0,0]],"o":[[0.68,0],[0.373,-0.333],[0,-0.56],[-0.36,-0.307],[0,0],[0,0],[0,0]],"v":[[-29.019,-3.06],[-27.459,-3.56],[-26.899,-4.9],[-27.439,-6.2],[-29.019,-6.66],[-32.119,-6.66],[-32.119,-3.06]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[0,0],[0.093,0.093],[0,0.133],[0,0],[-0.08,0.093],[-0.147,0],[0,0],[-0.773,-0.693],[0,-1.187],[0.347,-0.493],[0.453,-0.213],[-0.387,-0.573],[0,-0.733],[0.84,-0.76],[1.507,0]],"o":[[-0.133,0],[-0.093,-0.093],[0,0],[0,-0.147],[0.093,-0.093],[0,0],[1.56,0],[0.773,0.68],[0,0.693],[-0.333,0.48],[0.56,0.253],[0.387,0.573],[0,1.24],[-0.84,0.76],[0,0]],"v":[[-34.459,5.2],[-34.799,5.06],[-34.939,4.72],[-34.939,-8.3],[-34.82,-8.66],[-34.459,-8.8],[-28.66,-8.8],[-25.16,-7.76],[-23.999,-4.96],[-24.519,-3.18],[-25.699,-2.14],[-24.279,-0.9],[-23.699,1.06],[-24.959,4.06],[-28.48,5.2]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","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":[35.189,9.25],"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":"Group 1","np":14,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0}]},{"id":"comp_19","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Layer 45 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":6,"s":[0]},{"t":18,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[416.258,487,0],"ix":2},"a":{"a":0,"k":[10.508,10.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.552,0],[0,0.552],[0.552,0],[0,-0.552]],"o":[[0.552,0],[0,-0.552],[-0.552,0],[0,0.552]],"v":[[-4.258,8],[-3.258,7],[-4.258,6],[-5.258,7]],"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.552,0],[0,0.552],[0.552,0],[0,-0.552]],"o":[[0.552,0],[0,-0.552],[-0.552,0],[0,0.552]],"v":[[3.742,8],[4.742,7],[3.742,6],[2.742,7]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[-0.064,-0.018],[0,0],[-0.052,0.146],[0,0],[-0.106,0.21],[-0.2,0.397],[-0.33,0.657],[0,0],[-0.243,0.495],[0,0],[0,0]],"o":[[0,0],[0.134,-0.073],[0,0],[0.023,-0.047],[0.142,-0.28],[0.354,-0.701],[0,0],[0.578,-1.151],[0,0],[0,0],[0.01,0.068]],"v":[[-5.146,1],[4.51,1],[4.8,0.662],[4.849,0.549],[4.979,0.292],[5.32,-0.385],[6.357,-2.445],[6.372,-2.474],[7.634,-5.005],[-6.249,-5.999],[-5.269,0.86]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[-0.223,-0.491],[-0.177,-0.001],[0,0],[0.604,-1.349],[0.845,-1.683],[0.354,-0.702],[0.142,-0.28],[0.015,-0.031],[0.759,-0.24],[0,0],[0,0],[0,0],[0,0],[0.027,-0.519],[0,0],[-0.51,-0.031],[0,0],[-1.306,0],[-0.412,-1.165],[0,0],[-1.306,0],[0,-1.657],[1.657,0],[0.412,1.165],[0,0],[1.306,0],[0.412,1.166],[0,0],[0.097,1.644],[0,0],[-1.64,0.085],[0,0],[0,0],[0.378,0.378],[0.758,0],[0,0],[-0.569,-0.569]],"o":[[0.162,-0.038],[0,0],[1.251,0.022],[-0.118,0.263],[-0.345,0.687],[-0.201,0.398],[-0.064,0.128],[-0.287,0.739],[0,0],[0,0],[0,0],[0,0],[-0.569,0.028],[0,0],[0.035,0.572],[0,0],[0.412,-1.165],[1.306,0],[0,0],[0.412,-1.165],[1.657,0],[0,1.657],[-1.306,0],[0,0],[-0.412,1.165],[-1.307,0],[0,0],[-1.58,-0.089],[0,0],[0.079,-1.591],[0,0],[0,0],[0,-0.647],[-0.098,-0.098],[0,0],[1.242,0],[0.335,0.335]],"v":[[-6.699,-7.94],[-6.188,-7.997],[7.782,-7],[9.654,-4.591],[8.16,-1.576],[7.106,0.516],[6.763,1.194],[6.658,1.403],[5.005,2.953],[4.858,3],[-5.221,3],[-5.235,2.999],[-7.209,2.999],[-8.258,4],[-8.261,4.94],[-7.258,6],[-7.088,6],[-4.258,4],[-1.43,6],[0.912,6],[3.742,4],[6.742,7],[3.742,10],[0.912,8],[-1.43,8],[-4.258,10],[-7.089,7.999],[-7.316,7.998],[-10.258,5],[-10.258,3.95],[-7.269,1.001],[-8.249,-5.859],[-8.258,-6],[-8.965,-7.793],[-10.258,-8],[-10.258,-10],[-7.552,-9.207]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","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":[10.508,10.25],"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":"Group 1","np":8,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 44 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":12,"s":[0]},{"t":24,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[726.353,487,0],"ix":2},"a":{"a":0,"k":[5.311,8.957,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[2.233,0],[-5.06,-7.293],[-3.646,-8.707],[5.06,0],[-3.646,8.707],[-5.06,7.293]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.144999994016,0.144999994016,0.144999994016,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":[5.31,8.957],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Layer 46 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"t":12,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[416,487,0],"ix":2},"a":{"a":0,"k":[32.25,32.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.209,0],[0,0],[0,-2.209],[0,0],[2.209,0],[0,0],[0,2.209],[0,0]],"o":[[0,0],[2.209,0],[0,0],[0,2.209],[0,0],[-2.209,0],[0,0],[0,-2.209]],"v":[[-28,-32],[28,-32],[32,-28],[32,28],[28,32],[-28,32],[-32,28],[-32,-28]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964999988032,0.184000007779,0.39199999641,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":[32.25,32.25],"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":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Layer 47 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":18,"s":[0]},{"t":30,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[515.489,501.4,0],"ix":2},"a":{"a":0,"k":[42.33,6.01,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.514,0],[-0.373,0.491],[-0.032,0.683],[0,0.288],[0.011,0.117],[0.395,0.469],[0.726,0],[0.352,-0.48],[0.032,-0.779],[0,0]],"o":[[0.747,0],[0.374,-0.501],[0.011,-0.117],[0,-0.299],[-0.021,-0.651],[-0.384,-0.48],[-0.768,0],[-0.352,0.48],[0,0],[0,2.048]],"v":[[38.337,4.512],[40.017,3.776],[40.624,2],[40.64,1.392],[40.624,0.768],[40,-0.912],[38.337,-1.632],[36.656,-0.912],[36.08,0.976],[36.064,1.44]],"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":[[1.152,0],[0.566,0.725],[0.043,1.109],[0,0],[0,0],[-0.565,0.725],[-1.109,0],[-0.618,-0.789],[0,0],[-0.064,0.064],[-0.106,0],[0,0],[-0.064,-0.075],[0,-0.107],[0,0],[0.075,-0.075],[0.107,0],[0,0],[0.064,0.064],[0,0.107],[0,0]],"o":[[-1.12,0],[-0.554,-0.725],[0,0],[0,0],[0.043,-1.099],[0.566,-0.736],[1.11,0],[0,0],[0,-0.107],[0.075,-0.075],[0,0],[0.107,0],[0.075,0.064],[0,0],[0,0.107],[-0.064,0.064],[0,0],[-0.106,0],[-0.064,-0.075],[0,0],[-0.608,0.811]],"v":[[38.033,5.76],[35.505,4.672],[34.609,1.92],[34.593,1.44],[34.609,0.96],[35.52,-1.776],[38.033,-2.88],[40.624,-1.696],[40.624,-5.392],[40.721,-5.648],[40.992,-5.76],[41.713,-5.76],[41.968,-5.648],[42.08,-5.392],[42.08,5.232],[41.968,5.504],[41.713,5.6],[41.025,5.6],[40.768,5.504],[40.673,5.232],[40.673,4.544]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.405,0.469],[0.682,0],[0.394,-0.469],[0,-0.747],[0,0]],"o":[[0,0],[0,-0.747],[-0.406,-0.469],[-0.694,0],[-0.395,0.469],[0,0],[0,0]],"v":[[31.591,0.848],[31.591,0.8],[30.984,-1.024],[29.351,-1.728],[27.72,-1.024],[27.127,0.8],[27.127,0.848]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0.682,0],[0.65,0.672],[0.064,1.173],[0,0],[0,0],[-0.651,0.683],[-1.088,0],[-0.64,-0.747],[0,-1.28],[0,0],[0.074,-0.075],[0.106,0],[0,0],[0,0],[-0.395,-0.491],[-0.651,0],[-0.31,0.192],[-0.16,0.213],[-0.054,0.021],[-0.128,0],[0,0],[-0.064,-0.053],[0,-0.085],[0.288,-0.331],[0.533,-0.245]],"o":[[-1.088,0],[-0.651,-0.683],[0,0],[0,0],[0.064,-1.152],[0.65,-0.683],[1.173,0],[0.65,0.747],[0,0],[0,0.107],[-0.064,0.064],[0,0],[0,0],[0.032,0.693],[0.394,0.491],[0.501,0],[0.32,-0.203],[0.096,-0.128],[0.053,-0.032],[0,0],[0.096,0],[0.074,0.053],[0,0.235],[-0.288,0.331],[-0.523,0.235]],"v":[[29.351,5.76],[26.744,4.752],[25.671,1.968],[25.656,1.424],[25.671,0.896],[26.744,-1.856],[29.351,-2.88],[32.072,-1.76],[33.048,1.28],[33.048,1.568],[32.936,1.84],[32.679,1.936],[27.127,1.936],[27.127,2.08],[27.768,3.856],[29.335,4.592],[30.551,4.304],[31.272,3.68],[31.496,3.456],[31.768,3.408],[32.471,3.408],[32.712,3.488],[32.824,3.696],[32.392,4.544],[31.16,5.408]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0.074,0.064],[0.042,0.139],[0,0],[0,0],[-0.064,0.064],[-0.096,0],[0,0],[-0.064,-0.064],[-0.011,-0.053],[0,0],[0,0],[-0.075,0.064],[-0.128,0],[0,0],[-0.075,-0.075],[-0.022,-0.085],[0,0],[0,0],[-0.064,0.053],[-0.107,0],[0,0],[-0.064,-0.064],[0,-0.096],[0,0],[0,0],[0.074,-0.064],[0.149,0],[0,0],[0.085,0.267],[0,0],[0,0],[0.277,0]],"o":[[-0.15,0],[-0.075,-0.064],[0,0],[0,0],[0,-0.096],[0.064,-0.064],[0,0],[0.106,0],[0.074,0.053],[0,0],[0,0],[0.021,-0.085],[0.074,-0.075],[0,0],[0.128,0],[0.074,0.064],[0,0],[0,0],[0.01,-0.053],[0.074,-0.064],[0,0],[0.096,0],[0.064,0.064],[0,0],[0,0],[-0.043,0.139],[-0.075,0.064],[0,0],[-0.278,0],[0,0],[0,0],[-0.086,0.267],[0,0]],"v":[[15.686,5.6],[15.35,5.504],[15.174,5.2],[12.901,-2.224],[12.869,-2.384],[12.965,-2.624],[13.205,-2.72],[13.861,-2.72],[14.117,-2.624],[14.246,-2.464],[16.054,3.648],[17.973,-2.384],[18.117,-2.608],[18.421,-2.72],[18.934,-2.72],[19.237,-2.608],[19.382,-2.384],[21.301,3.648],[23.109,-2.464],[23.221,-2.624],[23.494,-2.72],[24.15,-2.72],[24.39,-2.624],[24.486,-2.384],[24.453,-2.224],[22.182,5.2],[22.005,5.504],[21.669,5.6],[21.093,5.6],[20.549,5.2],[18.677,-0.592],[16.806,5.2],[16.262,5.6]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[-0.683,0],[-0.395,0.427],[-0.032,0.811],[0,0.299],[0.011,0.107],[0.405,0.427],[0.683,0],[0.405,-0.437],[0.032,-0.811],[0,0],[0,0],[-0.395,-0.437]],"o":[[0.683,0],[0.405,-0.437],[0.011,-0.107],[0,-0.299],[-0.032,-0.811],[-0.395,-0.437],[-0.683,0],[-0.395,0.427],[0,0],[0,0],[0.032,0.811],[0.405,0.427]],"v":[[7.916,4.56],[9.531,3.92],[10.187,2.048],[10.203,1.44],[10.187,0.832],[9.531,-1.024],[7.916,-1.68],[6.283,-1.024],[5.643,0.832],[5.627,1.44],[5.643,2.048],[6.283,3.92]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[1.173,0],[0.64,0.661],[0.043,1.099],[0,0],[0,0],[-0.64,0.661],[-1.152,0],[-0.64,-0.661],[-0.043,-1.099],[0,-0.224],[0.021,-0.235],[0.64,-0.661]],"o":[[-1.173,0],[-0.629,-0.661],[0,0],[0,0],[0.043,-1.099],[0.651,-0.661],[1.152,0],[0.651,0.661],[0.021,0.235],[0,0.224],[-0.043,1.099],[-0.629,0.661]],"v":[[7.916,5.76],[5.195,4.768],[4.187,2.128],[4.171,1.44],[4.187,0.752],[5.212,-1.888],[7.916,-2.88],[10.604,-1.888],[11.643,0.752],[11.676,1.44],[11.643,2.128],[10.619,4.768]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0,0],[0.074,0.064],[0,0.107],[0,0],[-0.064,0.064],[-0.107,0],[0,0],[-0.064,-0.075],[0,-0.107],[0,0],[0.074,-0.075],[0.106,0]],"o":[[-0.107,0],[-0.064,-0.075],[0,0],[0,-0.117],[0.074,-0.064],[0,0],[0.106,0],[0.074,0.064],[0,0],[0,0.107],[-0.064,0.064],[0,0]],"v":[[1.064,5.6],[0.793,5.504],[0.697,5.232],[0.697,-5.392],[0.793,-5.664],[1.064,-5.76],[1.768,-5.76],[2.025,-5.648],[2.137,-5.392],[2.137,5.232],[2.025,5.504],[1.768,5.6]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0,0],[0.075,0.064],[0,0.107],[0,0],[-0.064,0.064],[-0.106,0],[0,0],[-0.064,-0.075],[0,-0.107],[0,0],[0.075,-0.075],[0.107,0]],"o":[[-0.106,0],[-0.064,-0.075],[0,0],[0,-0.117],[0.075,-0.064],[0,0],[0.107,0],[0.075,0.064],[0,0],[0,0.107],[-0.064,0.064],[0,0]],"v":[[-2.795,5.6],[-3.068,5.504],[-3.163,5.232],[-3.163,-5.392],[-3.068,-5.664],[-2.795,-5.76],[-2.092,-5.76],[-1.836,-5.648],[-1.724,-5.392],[-1.724,5.232],[-1.836,5.504],[-2.092,5.6]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[-0.491,0],[-0.448,0.459],[0,0.875],[0,0],[0,0],[0.394,-0.256],[0,-0.384],[-0.352,-0.235]],"o":[[0.704,0],[0.448,-0.459],[0,0],[0,0],[-0.768,0.107],[-0.395,0.256],[0,0.437],[0.362,0.235]],"v":[[-9.351,4.592],[-7.623,3.904],[-6.951,1.904],[-6.951,1.456],[-8.823,1.728],[-10.567,2.272],[-11.159,3.232],[-10.631,4.24]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[0.704,0],[0.448,0.213],[0.266,0.363],[0,0.448],[-0.576,0.448],[-0.992,0.149],[0,0],[0,0],[1.269,0],[0.298,-0.203],[0.138,-0.267],[0.053,-0.043],[0.085,0],[0,0],[0.074,0.064],[0,0.096],[-0.224,0.32],[-0.48,0.235],[-0.694,0],[-0.512,-0.555],[0,-0.832],[0,0],[0.074,-0.075],[0.106,0],[0,0],[0.064,0.064],[0,0.107],[0,0],[0.448,-0.235]],"o":[[-0.523,0],[-0.438,-0.213],[-0.256,-0.373],[0,-0.704],[0.576,-0.448],[0,0],[0,0],[0,-1.099],[-0.491,0],[-0.299,0.192],[-0.043,0.107],[-0.043,0.032],[0,0],[-0.096,0],[-0.064,-0.075],[0,-0.245],[0.234,-0.331],[0.48,-0.245],[1.194,0],[0.522,0.555],[0,0],[0,0.107],[-0.064,0.064],[0,0],[-0.107,0],[-0.064,-0.075],[0,0],[-0.235,0.352],[-0.448,0.235]],"v":[[-9.671,5.76],[-11.127,5.44],[-12.183,4.576],[-12.567,3.344],[-11.703,1.616],[-9.351,0.72],[-6.951,0.384],[-6.951,-0.08],[-8.855,-1.728],[-10.039,-1.424],[-10.695,-0.736],[-10.839,-0.512],[-11.031,-0.464],[-11.655,-0.464],[-11.911,-0.56],[-12.007,-0.816],[-11.671,-1.664],[-10.599,-2.512],[-8.839,-2.88],[-6.279,-2.048],[-5.495,0.032],[-5.495,5.232],[-5.607,5.504],[-5.863,5.6],[-6.567,5.6],[-6.823,5.504],[-6.919,5.232],[-6.919,4.528],[-7.943,5.408]],"c":true},"ix":2},"nm":"Path 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":11,"ty":"sh","ix":12,"ks":{"a":0,"k":{"i":[[0,0],[0,1.867],[0,0],[0,0],[0.064,0.064],[0,0.107],[0,0],[-0.064,0.064],[-0.107,0],[0,0],[0,0],[-0.064,0.064],[-0.107,0],[0,0],[-0.064,-0.075],[0,-0.107],[0,0],[0,0],[-0.064,-0.075],[0,-0.107],[0,0],[0.075,-0.064],[0.107,0],[0,0],[0,0],[-0.171,-0.277],[-0.427,0],[0,0],[-0.064,-0.075],[0,-0.107],[0,0],[0.064,-0.075],[0.107,0]],"o":[[-1.653,0],[0,0],[0,0],[-0.107,0],[-0.064,-0.064],[0,0],[0,-0.107],[0.064,-0.075],[0,0],[0,0],[0,-0.107],[0.064,-0.075],[0,0],[0.107,0],[0.075,0.064],[0,0],[0,0],[0.107,0],[0.075,0.064],[0,0],[0,0.107],[-0.064,0.064],[0,0],[0,0],[0,0.544],[0.181,0.277],[0,0],[0.107,0],[0.064,0.064],[0,0],[0,0.107],[-0.064,0.064],[0,0]],"v":[[-18.916,5.6],[-21.396,2.8],[-21.396,-1.488],[-22.66,-1.488],[-22.916,-1.584],[-23.012,-1.84],[-23.012,-2.352],[-22.916,-2.608],[-22.66,-2.72],[-21.396,-2.72],[-21.396,-5.392],[-21.3,-5.648],[-21.044,-5.76],[-20.34,-5.76],[-20.084,-5.648],[-19.972,-5.392],[-19.972,-2.72],[-17.988,-2.72],[-17.732,-2.608],[-17.62,-2.352],[-17.62,-1.84],[-17.732,-1.584],[-17.988,-1.488],[-19.972,-1.488],[-19.972,2.688],[-19.716,3.92],[-18.804,4.336],[-17.828,4.336],[-17.572,4.448],[-17.476,4.704],[-17.476,5.232],[-17.572,5.504],[-17.828,5.6]],"c":true},"ix":2},"nm":"Path 12","mn":"ADBE Vector Shape - Group","hd":false},{"ind":12,"ty":"sh","ix":13,"ks":{"a":0,"k":{"i":[[-0.683,0],[-0.395,0.427],[-0.032,0.811],[0,0.299],[0.01,0.107],[0.405,0.427],[0.682,0],[0.405,-0.437],[0.032,-0.811],[0,0],[0,0],[-0.395,-0.437]],"o":[[0.682,0],[0.405,-0.437],[0.01,-0.107],[0,-0.299],[-0.032,-0.811],[-0.395,-0.437],[-0.683,0],[-0.395,0.427],[0,0],[0,0],[0.032,0.811],[0.405,0.427]],"v":[[-27.818,4.56],[-26.202,3.92],[-25.546,2.048],[-25.53,1.44],[-25.546,0.832],[-26.202,-1.024],[-27.818,-1.68],[-29.45,-1.024],[-30.09,0.832],[-30.106,1.44],[-30.09,2.048],[-29.45,3.92]],"c":true},"ix":2},"nm":"Path 13","mn":"ADBE Vector Shape - Group","hd":false},{"ind":13,"ty":"sh","ix":14,"ks":{"a":0,"k":{"i":[[1.173,0],[0.64,0.661],[0.042,1.099],[0,0],[0,0],[-0.64,0.661],[-1.152,0],[-0.64,-0.661],[-0.043,-1.099],[0,-0.224],[0.021,-0.235],[0.64,-0.661]],"o":[[-1.174,0],[-0.63,-0.661],[0,0],[0,0],[0.042,-1.099],[0.65,-0.661],[1.152,0],[0.65,0.661],[0.021,0.235],[0,0.224],[-0.043,1.099],[-0.63,0.661]],"v":[[-27.818,5.76],[-30.538,4.768],[-31.546,2.128],[-31.562,1.44],[-31.546,0.752],[-30.522,-1.888],[-27.818,-2.88],[-25.13,-1.888],[-24.09,0.752],[-24.058,1.44],[-24.09,2.128],[-25.114,4.768]],"c":true},"ix":2},"nm":"Path 14","mn":"ADBE Vector Shape - Group","hd":false},{"ind":14,"ty":"sh","ix":15,"ks":{"a":0,"k":{"i":[[0,0],[0.064,0.064],[0,0.107],[0,0],[-0.064,0.064],[-0.107,0],[0,0],[-0.053,-0.043],[-0.053,-0.064],[0,0],[0,0],[-0.064,0.064],[-0.107,0],[0,0],[-0.064,-0.075],[0,-0.117],[0,0],[0.075,-0.075],[0.107,0],[0,0],[0.075,0.149],[0,0],[0,0],[0.075,-0.075],[0.107,0]],"o":[[-0.107,0],[-0.064,-0.075],[0,0],[0,-0.117],[0.064,-0.075],[0,0],[0.107,0],[0.053,0.043],[0,0],[0,0],[0,-0.117],[0.075,-0.075],[0,0],[0.117,0],[0.075,0.064],[0,0],[0,0.107],[-0.064,0.075],[0,0],[-0.181,0],[0,0],[0,0],[0,0.107],[-0.064,0.064],[0,0]],"v":[[-41.728,5.6],[-41.984,5.504],[-42.08,5.232],[-42.08,-5.216],[-41.984,-5.488],[-41.728,-5.6],[-41.024,-5.6],[-40.784,-5.536],[-40.624,-5.376],[-35.264,2.88],[-35.264,-5.216],[-35.168,-5.488],[-34.896,-5.6],[-34.176,-5.6],[-33.904,-5.488],[-33.792,-5.216],[-33.792,5.216],[-33.904,5.488],[-34.16,5.6],[-34.88,5.6],[-35.264,5.376],[-40.624,-2.8],[-40.624,5.232],[-40.736,5.504],[-40.992,5.6]],"c":true},"ix":2},"nm":"Path 15","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","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":[42.33,6.01],"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":"Group 1","np":19,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Layer 48 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":12,"s":[0]},{"t":24,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[555.635,476.63,0],"ix":2},"a":{"a":0,"k":[83.605,9.42,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.401,0.467],[0.679,0],[0.388,-0.48],[0,-0.787],[0,0]],"o":[[0,0],[0,-0.787],[-0.385,-0.48],[-0.681,0],[-0.386,0.467],[0,0],[0,0]],"v":[[80.596,-0.75],[80.596,-0.79],[79.995,-2.67],[78.396,-3.39],[76.795,-2.67],[76.214,-0.79],[76.214,-0.75]],"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.935,0],[0.88,0.853],[0.054,1.573],[0,0],[-0.865,0.96],[-1.546,0],[-0.854,-0.96],[0,-1.6],[0,0],[0.095,-0.093],[0.146,0],[0,0],[0,0],[-0.373,-0.493],[-0.666,0],[-0.479,0.613],[-0.066,0.027],[-0.16,0],[0,0],[-0.08,-0.067],[0,-0.12],[0.387,-0.44],[0.707,-0.32]],"o":[[-1.493,0],[-0.866,-0.853],[0,0],[0,-1.667],[0.88,-0.96],[1.587,0],[0.866,0.96],[0,0],[0,0.133],[-0.093,0.093],[0,0],[0,0],[0.027,0.747],[0.386,0.48],[0.76,0],[0.12,-0.147],[0.068,-0.04],[0,0],[0.12,0],[0.094,0.067],[0,0.32],[-0.373,0.427],[-0.706,0.32]],"v":[[78.415,5.57],[74.855,4.29],[73.475,0.65],[73.454,0.15],[74.755,-3.79],[78.396,-5.23],[82.055,-3.79],[83.355,0.05],[83.355,0.47],[83.214,0.81],[82.855,0.95],[76.214,0.95],[76.214,1.11],[76.816,2.97],[78.396,3.69],[80.255,2.77],[80.535,2.51],[80.875,2.45],[82.634,2.45],[82.936,2.55],[83.074,2.83],[82.495,3.97],[80.875,5.09]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0.094,0.093],[0,0.133],[0,0],[-0.093,0.093],[-0.133,0],[0,0],[-0.093,-0.093],[0,-0.147],[0,0],[-1.253,0],[0,0],[-0.08,-0.093],[0,-0.147],[0,0],[0.094,-0.093],[0.146,0],[0,0],[0.361,-0.36],[0,-0.627],[0,0],[0.093,-0.093],[0.134,0]],"o":[[-0.133,0],[-0.093,-0.093],[0,0],[0,-0.147],[0.094,-0.093],[0,0],[0.148,0],[0.093,0.093],[0,0],[0.667,-0.88],[0,0],[0.146,0],[0.094,0.08],[0,0],[0,0.133],[-0.08,0.093],[0,0],[-0.626,0],[-0.359,0.36],[0,0],[0,0.133],[-0.093,0.093],[0,0]],"v":[[66.154,5.37],[65.813,5.23],[65.673,4.89],[65.673,-4.53],[65.813,-4.89],[66.154,-5.03],[67.792,-5.03],[68.154,-4.89],[68.292,-4.53],[68.292,-3.71],[71.173,-5.03],[72.014,-5.03],[72.354,-4.89],[72.493,-4.55],[72.493,-3.09],[72.354,-2.75],[72.014,-2.61],[70.433,-2.61],[68.953,-2.07],[68.412,-0.59],[68.412,4.89],[68.274,5.23],[67.933,5.37]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[-0.707,0],[-0.374,0.44],[-0.026,0.853],[0,0.387],[0.014,0.133],[0.386,0.44],[0.692,0],[0.387,-0.453],[0.026,-0.853],[0,0],[0,0],[-0.387,-0.44]],"o":[[0.706,0],[0.386,-0.44],[0.014,-0.133],[0,-0.387],[-0.026,-0.853],[-0.388,-0.453],[-0.707,0],[-0.387,0.44],[0,0],[0,0],[0.026,0.853],[0.387,0.44]],"v":[[58.438,3.55],[60.058,2.89],[60.678,0.95],[60.699,0.17],[60.678,-0.61],[60.058,-2.55],[58.438,-3.23],[56.798,-2.55],[56.178,-0.61],[56.159,0.17],[56.178,0.95],[56.798,2.89]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[1.559,0],[0.854,0.8],[0.067,1.413],[0,0],[0,0],[-0.868,0.8],[-1.547,0],[-0.867,-0.813],[-0.068,-1.4],[0,-0.427],[0.012,-0.16],[0.852,-0.8]],"o":[[-1.574,0],[-0.853,-0.8],[0,0],[0,0],[0.067,-1.4],[0.866,-0.813],[1.533,0],[0.867,0.8],[0.012,0.16],[0,0.427],[-0.068,1.413],[-0.855,0.8]],"v":[[58.438,5.57],[54.798,4.37],[53.417,1.05],[53.399,0.17],[53.417,-0.71],[54.818,-4.01],[58.438,-5.23],[62.037,-4.01],[63.438,-0.71],[63.458,0.17],[63.438,1.05],[62.058,4.37]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0],[0.612,0.627],[0,1.227],[0,0],[0,0],[0.093,0.093],[0,0.133],[0,0],[-0.095,0.093],[-0.135,0],[0,0],[0,0],[-0.094,0.08],[-0.133,0],[0,0],[-0.08,-0.093],[0,-0.147],[0,0],[0,0],[-0.095,-0.093],[0,-0.133],[0,0],[0.093,-0.093],[0.134,0],[0,0],[0,0],[-0.2,-0.293],[-0.454,0],[0,0],[-0.081,-0.093],[0,-0.147],[0,0],[0.092,-0.093],[0.145,0]],"o":[[-1.214,0],[-0.614,-0.64],[0,0],[0,0],[-0.135,0],[-0.095,-0.093],[0,0],[0,-0.133],[0.093,-0.093],[0,0],[0,0],[0,-0.147],[0.092,-0.093],[0,0],[0.145,0],[0.093,0.08],[0,0],[0,0],[0.134,0],[0.093,0.093],[0,0],[0,0.133],[-0.095,0.093],[0,0],[0,0],[0,0.573],[0.199,0.293],[0,0],[0.145,0],[0.092,0.08],[0,0],[0,0.133],[-0.081,0.093],[0,0]],"v":[[49.925,5.37],[47.186,4.43],[46.266,1.63],[46.266,-2.89],[44.686,-2.89],[44.346,-3.03],[44.204,-3.37],[44.204,-4.55],[44.346,-4.89],[44.686,-5.03],[46.266,-5.03],[46.266,-8.35],[46.406,-8.69],[46.745,-8.83],[48.406,-8.83],[48.745,-8.69],[48.884,-8.35],[48.884,-5.03],[51.384,-5.03],[51.725,-4.89],[51.865,-4.55],[51.865,-3.37],[51.725,-3.03],[51.384,-2.89],[48.884,-2.89],[48.884,1.41],[49.186,2.71],[50.165,3.15],[51.566,3.15],[51.906,3.29],[52.045,3.63],[52.045,4.89],[51.906,5.23],[51.566,5.37]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[1.133,0],[0.852,0.36],[0.441,0.587],[0.028,0.693],[-0.08,0.08],[-0.12,0],[0,0],[-0.094,-0.067],[-0.081,-0.12],[-0.468,-0.307],[-0.827,0],[-0.467,0.307],[0,0.547],[0.239,0.24],[0.493,0.173],[0.96,0.253],[0.734,0.613],[0,1.147],[-0.427,0.6],[-0.788,0.347],[-1.054,0],[-0.8,-0.387],[-0.412,-0.587],[-0.028,-0.573],[0.08,-0.093],[0.12,0],[0,0],[0.106,0.24],[0.454,0.28],[0.667,0],[0.426,-0.28],[0,-0.533],[-0.213,-0.24],[-0.453,-0.187],[-0.867,-0.227],[-0.694,-0.333],[-0.333,-0.507],[0,-0.787],[0.481,-0.64],[0.868,-0.333]],"o":[[-1.2,0],[-0.854,-0.36],[-0.439,-0.587],[0,-0.107],[0.08,-0.093],[0,0],[0.148,0],[0.093,0.067],[0.132,0.453],[0.479,0.307],[0.933,0],[0.479,-0.32],[0,-0.36],[-0.24,-0.24],[-0.479,-0.187],[-1.572,-0.373],[-0.732,-0.613],[0,-0.773],[0.428,-0.613],[0.799,-0.347],[1.106,0],[0.814,0.387],[0.428,0.573],[0,0.107],[-0.081,0.08],[0,0],[-0.293,0],[-0.068,-0.427],[-0.453,-0.293],[-0.734,0],[-0.414,0.28],[0,0.36],[0.213,0.24],[0.453,0.173],[1.188,0.267],[0.707,0.333],[0.333,0.507],[0,0.867],[-0.466,0.627],[-0.852,0.333]],"v":[[37.474,5.57],[34.394,5.03],[32.453,3.61],[31.753,1.69],[31.873,1.41],[32.173,1.27],[33.993,1.27],[34.354,1.37],[34.613,1.65],[35.514,2.79],[37.474,3.25],[39.574,2.79],[40.292,1.49],[39.933,0.59],[38.833,-0.03],[36.673,-0.69],[33.212,-2.17],[32.113,-4.81],[32.753,-6.87],[34.574,-8.31],[37.354,-8.83],[40.212,-8.25],[42.053,-6.79],[42.734,-5.07],[42.613,-4.77],[42.313,-4.65],[40.412,-4.65],[39.813,-5.01],[39.032,-6.07],[37.354,-6.51],[35.613,-6.09],[34.993,-4.87],[35.313,-3.97],[36.313,-3.33],[38.292,-2.73],[41.113,-1.83],[42.673,-0.57],[43.173,1.37],[42.453,3.63],[40.453,5.07]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0,0],[0.093,0.093],[0,0.133],[0,0],[-0.094,0.08],[-0.133,0],[0,0],[-0.081,-0.093],[0,-0.147],[0,0],[-1.414,0],[-0.719,-0.8],[0,-1.4],[0,0],[0.095,-0.093],[0.146,0],[0,0],[0.095,0.093],[0,0.133],[0,0],[0.386,0.427],[0.707,0],[0.414,-0.44],[0,-0.76],[0,0],[0.093,-0.093],[0.146,0]],"o":[[-0.133,0],[-0.094,-0.093],[0,0],[0,-0.147],[0.093,-0.093],[0,0],[0.147,0],[0.093,0.08],[0,0],[0.814,-1],[1.227,0],[0.721,0.8],[0,0],[0,0.133],[-0.08,0.093],[0,0],[-0.134,0],[-0.092,-0.093],[0,0],[0,-0.773],[-0.373,-0.44],[-0.681,0],[-0.413,0.44],[0,0],[0,0.133],[-0.08,0.093],[0,0]],"v":[[15.782,5.37],[15.443,5.23],[15.303,4.89],[15.303,-4.55],[15.443,-4.89],[15.782,-5.03],[17.443,-5.03],[17.782,-4.89],[17.923,-4.55],[17.923,-3.73],[21.263,-5.23],[24.182,-4.03],[25.263,-0.73],[25.263,4.89],[25.122,5.23],[24.782,5.37],[22.982,5.37],[22.641,5.23],[22.503,4.89],[22.503,-0.61],[21.923,-2.41],[20.303,-3.07],[18.662,-2.41],[18.042,-0.61],[18.042,4.89],[17.902,5.23],[17.563,5.37]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[-0.707,0],[-0.374,0.44],[-0.026,0.853],[0,0.387],[0.014,0.133],[0.386,0.44],[0.693,0],[0.386,-0.453],[0.026,-0.853],[0,0],[0,0],[-0.388,-0.44]],"o":[[0.706,0],[0.386,-0.44],[0.014,-0.133],[0,-0.387],[-0.026,-0.853],[-0.387,-0.453],[-0.707,0],[-0.388,0.44],[0,0],[0,0],[0.026,0.853],[0.386,0.44]],"v":[[8.068,3.55],[9.688,2.89],[10.307,0.95],[10.326,0.17],[10.307,-0.61],[9.688,-2.55],[8.068,-3.23],[6.428,-2.55],[5.807,-0.61],[5.787,0.17],[5.807,0.95],[6.428,2.89]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[1.56,0],[0.853,0.8],[0.066,1.413],[0,0],[0,0],[-0.868,0.8],[-1.547,0],[-0.866,-0.813],[-0.068,-1.4],[0,-0.427],[0.012,-0.16],[0.852,-0.8]],"o":[[-1.575,0],[-0.854,-0.8],[0,0],[0,0],[0.066,-1.4],[0.866,-0.813],[1.532,0],[0.866,0.8],[0.012,0.16],[0,0.427],[-0.068,1.413],[-0.855,0.8]],"v":[[8.068,5.57],[4.428,4.37],[3.048,1.05],[3.027,0.17],[3.048,-0.71],[4.448,-4.01],[8.068,-5.23],[11.667,-4.01],[13.068,-0.71],[13.087,0.17],[13.068,1.05],[11.688,4.37]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[0,0],[0.093,0.093],[0,0.133],[0,0],[-0.095,0.08],[-0.135,0],[0,0],[-0.095,-0.093],[0,-0.133],[0,0],[0.092,-0.093],[0.134,0]],"o":[[-0.135,0],[-0.095,-0.093],[0,0],[0,-0.147],[0.093,-0.093],[0,0],[0.134,0],[0.092,0.093],[0,0],[0,0.133],[-0.095,0.093],[0,0]],"v":[[-1.365,5.37],[-1.705,5.23],[-1.846,4.89],[-1.846,-4.55],[-1.705,-4.89],[-1.365,-5.03],[0.334,-5.03],[0.675,-4.89],[0.815,-4.55],[0.815,4.89],[0.675,5.23],[0.334,5.37]],"c":true},"ix":2},"nm":"Path 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":11,"ty":"sh","ix":12,"ks":{"a":0,"k":{"i":[[0,0],[0.092,0.093],[0,0.133],[0,0],[-0.095,0.093],[-0.133,0],[0,0],[-0.095,-0.093],[0,-0.147],[0,0],[0.106,-0.093],[0.134,0]],"o":[[-0.133,0],[-0.095,-0.093],[0,0],[0,-0.147],[0.092,-0.093],[0,0],[0.146,0],[0.092,0.093],[0,0],[0,0.133],[-0.095,0.093],[0,0]],"v":[[-1.447,-6.73],[-1.786,-6.87],[-1.926,-7.21],[-1.926,-8.67],[-1.786,-9.03],[-1.447,-9.17],[0.394,-9.17],[0.755,-9.03],[0.894,-8.67],[0.894,-7.21],[0.735,-6.87],[0.394,-6.73]],"c":true},"ix":2},"nm":"Path 12","mn":"ADBE Vector Shape - Group","hd":false},{"ind":12,"ty":"sh","ix":13,"ks":{"a":0,"k":{"i":[[0,0],[0.614,0.627],[0,1.227],[0,0],[0,0],[0.095,0.093],[0,0.133],[0,0],[-0.092,0.093],[-0.133,0],[0,0],[0,0],[-0.093,0.08],[-0.132,0],[0,0],[-0.08,-0.093],[0,-0.147],[0,0],[0,0],[-0.092,-0.093],[0,-0.133],[0,0],[0.095,-0.093],[0.134,0],[0,0],[0,0],[-0.2,-0.293],[-0.452,0],[0,0],[-0.081,-0.093],[0,-0.147],[0,0],[0.093,-0.093],[0.147,0]],"o":[[-1.213,0],[-0.613,-0.64],[0,0],[0,0],[-0.133,0],[-0.092,-0.093],[0,0],[0,-0.133],[0.095,-0.093],[0,0],[0,0],[0,-0.147],[0.093,-0.093],[0,0],[0.147,0],[0.095,0.08],[0,0],[0,0],[0.134,0],[0.095,0.093],[0,0],[0,0.133],[-0.092,0.093],[0,0],[0,0],[0,0.573],[0.2,0.293],[0,0],[0.147,0],[0.093,0.08],[0,0],[0,0.133],[-0.081,0.093],[0,0]],"v":[[-5.739,5.37],[-8.479,4.43],[-9.4,1.63],[-9.4,-2.89],[-10.979,-2.89],[-11.32,-3.03],[-11.46,-3.37],[-11.46,-4.55],[-11.32,-4.89],[-10.979,-5.03],[-9.4,-5.03],[-9.4,-8.35],[-9.26,-8.69],[-8.921,-8.83],[-7.26,-8.83],[-6.921,-8.69],[-6.779,-8.35],[-6.779,-5.03],[-4.279,-5.03],[-3.94,-4.89],[-3.801,-4.55],[-3.801,-3.37],[-3.94,-3.03],[-4.279,-2.89],[-6.779,-2.89],[-6.779,1.41],[-6.479,2.71],[-5.5,3.15],[-4.099,3.15],[-3.76,3.29],[-3.619,3.63],[-3.619,4.89],[-3.76,5.23],[-4.099,5.37]],"c":true},"ix":2},"nm":"Path 13","mn":"ADBE Vector Shape - Group","hd":false},{"ind":13,"ty":"sh","ix":14,"ks":{"a":0,"k":{"i":[[-0.493,0],[-0.468,0.48],[0,0.907],[0,0],[0,0],[0,-0.787],[-0.348,-0.24]],"o":[[0.733,0],[0.465,-0.48],[0,0],[0,0],[-1.533,0.24],[0,0.427],[0.359,0.227]],"v":[[-18.107,3.65],[-16.307,2.93],[-15.607,0.85],[-15.607,0.45],[-17.607,0.77],[-19.906,2.31],[-19.387,3.31]],"c":true},"ix":2},"nm":"Path 14","mn":"ADBE Vector Shape - Group","hd":false},{"ind":14,"ty":"sh","ix":15,"ks":{"a":0,"k":{"i":[[0.799,0],[0.574,0.267],[0.333,0.467],[0,0.56],[-0.734,0.56],[-1.281,0.2],[0,0],[0,0],[0.293,0.293],[0.641,0],[0.267,-0.16],[0.173,-0.173],[0.054,-0.053],[0.146,0],[0,0],[0.093,0.08],[0,0.133],[-0.307,0.413],[-0.654,0.307],[-0.96,0],[-0.719,-0.707],[0,-1.147],[0,0],[0.094,-0.093],[0.146,0],[0,0],[0.092,0.093],[0,0.133],[0,0],[0.532,-0.28]],"o":[[-0.681,0],[-0.559,-0.28],[-0.319,-0.467],[0,-0.907],[0.732,-0.56],[0,0],[0,0],[0,-0.573],[-0.294,-0.293],[-0.439,0],[-0.267,0.16],[-0.16,0.16],[-0.053,0.16],[0,0],[-0.121,0],[-0.08,-0.08],[0.012,-0.333],[0.319,-0.427],[0.652,-0.32],[1.572,0],[0.721,0.707],[0,0],[0,0.133],[-0.08,0.093],[0,0],[-0.133,0],[-0.095,-0.093],[0,0],[-0.294,0.427],[-0.535,0.267]],"v":[[-18.786,5.57],[-20.667,5.17],[-22.007,4.05],[-22.487,2.51],[-21.387,0.31],[-18.367,-0.83],[-15.627,-1.23],[-15.627,-1.65],[-16.067,-2.95],[-17.468,-3.39],[-18.528,-3.15],[-19.187,-2.65],[-19.507,-2.33],[-19.807,-2.09],[-21.367,-2.09],[-21.687,-2.21],[-21.807,-2.53],[-21.326,-3.65],[-19.867,-4.75],[-17.447,-5.23],[-14.007,-4.17],[-12.926,-1.39],[-12.926,4.89],[-13.067,5.23],[-13.406,5.37],[-15.067,5.37],[-15.406,5.23],[-15.547,4.89],[-15.547,4.11],[-16.786,5.17]],"c":true},"ix":2},"nm":"Path 15","mn":"ADBE Vector Shape - Group","hd":false},{"ind":15,"ty":"sh","ix":16,"ks":{"a":0,"k":{"i":[[1.08,0],[0.881,0.813],[0.054,1.44],[0,0],[0,0],[-0.866,0.813],[-1.466,0],[-0.719,-0.373],[-0.347,-0.547],[-0.028,-0.493],[0.106,-0.093],[0.133,0],[0,0],[0.066,0.053],[0.066,0.16],[0.333,0.227],[0.507,0],[0.386,-0.427],[0.026,-0.88],[0,0],[0,0],[-1.386,0],[-0.321,0.213],[-0.199,0.52],[-0.067,0.067],[-0.147,0],[0,0],[-0.095,-0.093],[0.012,-0.133],[0.345,-0.547],[0.719,-0.387]],"o":[[-1.466,0],[-0.866,-0.813],[0,0],[0,0],[0.054,-1.44],[0.881,-0.813],[1.054,0],[0.733,0.373],[0.36,0.533],[0.012,0.133],[-0.095,0.093],[0,0],[-0.147,0],[-0.067,-0.067],[-0.199,-0.507],[-0.321,-0.227],[-0.679,0],[-0.374,0.427],[0,0],[0,0],[0.079,1.733],[0.52,0],[0.319,-0.227],[0.054,-0.147],[0.08,-0.067],[0,0],[0.133,0],[0.106,0.093],[-0.028,0.467],[-0.348,0.533],[-0.721,0.387]],"v":[[-28.752,5.57],[-32.273,4.35],[-33.653,0.97],[-33.672,0.17],[-33.653,-0.63],[-32.273,-4.01],[-28.752,-5.23],[-26.093,-4.67],[-24.473,-3.29],[-23.891,-1.75],[-24.031,-1.41],[-24.372,-1.27],[-26.153,-1.27],[-26.471,-1.35],[-26.672,-1.69],[-27.471,-2.79],[-28.713,-3.13],[-30.312,-2.49],[-30.911,-0.53],[-30.932,0.21],[-30.911,0.87],[-28.713,3.47],[-27.451,3.15],[-26.672,2.03],[-26.492,1.71],[-26.153,1.61],[-24.372,1.61],[-24.031,1.75],[-23.891,2.09],[-24.451,3.61],[-26.051,4.99]],"c":true},"ix":2},"nm":"Path 16","mn":"ADBE Vector Shape - Group","hd":false},{"ind":16,"ty":"sh","ix":17,"ks":{"a":0,"k":{"i":[[0,0],[0.093,0.093],[0,0.133],[0,0],[-0.095,0.08],[-0.133,0],[0,0],[-0.093,-0.093],[0,-0.133],[0,0],[0.094,-0.093],[0.132,0]],"o":[[-0.133,0],[-0.095,-0.093],[0,0],[0,-0.147],[0.093,-0.093],[0,0],[0.132,0],[0.094,0.093],[0,0],[0,0.133],[-0.093,0.093],[0,0]],"v":[[-38.065,5.37],[-38.404,5.23],[-38.546,4.89],[-38.546,-4.55],[-38.404,-4.89],[-38.065,-5.03],[-36.364,-5.03],[-36.025,-4.89],[-35.885,-4.55],[-35.885,4.89],[-36.025,5.23],[-36.364,5.37]],"c":true},"ix":2},"nm":"Path 17","mn":"ADBE Vector Shape - Group","hd":false},{"ind":17,"ty":"sh","ix":18,"ks":{"a":0,"k":{"i":[[0,0],[0.094,0.093],[0,0.133],[0,0],[-0.093,0.093],[-0.135,0],[0,0],[-0.093,-0.093],[0,-0.147],[0,0],[0.106,-0.093],[0.132,0]],"o":[[-0.135,0],[-0.093,-0.093],[0,0],[0,-0.147],[0.094,-0.093],[0,0],[0.146,0],[0.094,0.093],[0,0],[0,0.133],[-0.093,0.093],[0,0]],"v":[[-38.145,-6.73],[-38.486,-6.87],[-38.625,-7.21],[-38.625,-8.67],[-38.486,-9.03],[-38.145,-9.17],[-36.304,-9.17],[-35.945,-9.03],[-35.804,-8.67],[-35.804,-7.21],[-35.965,-6.87],[-36.304,-6.73]],"c":true},"ix":2},"nm":"Path 18","mn":"ADBE Vector Shape - Group","hd":false},{"ind":18,"ty":"sh","ix":19,"ks":{"a":0,"k":{"i":[[0,0],[0.093,0.093],[0,0.133],[0,0],[-0.094,0.08],[-0.132,0],[0,0],[-0.08,-0.093],[0,-0.147],[0,0],[0.094,-0.093],[0.147,0]],"o":[[-0.132,0],[-0.094,-0.093],[0,0],[0,-0.147],[0.093,-0.093],[0,0],[0.147,0],[0.094,0.08],[0,0],[0,0.133],[-0.08,0.093],[0,0]],"v":[[-43.359,5.37],[-43.697,5.23],[-43.838,4.89],[-43.838,-8.35],[-43.697,-8.69],[-43.359,-8.83],[-41.677,-8.83],[-41.338,-8.69],[-41.197,-8.35],[-41.197,4.89],[-41.338,5.23],[-41.677,5.37]],"c":true},"ix":2},"nm":"Path 19","mn":"ADBE Vector Shape - Group","hd":false},{"ind":19,"ty":"sh","ix":20,"ks":{"a":0,"k":{"i":[[-0.734,0],[-0.093,1.76],[0,0.267],[0.013,0.133],[1.426,0],[0.373,-0.493],[0.028,-0.707],[0,-0.347],[-0.012,-0.173],[-0.388,-0.467]],"o":[[1.426,0],[0.013,-0.133],[0,-0.267],[-0.093,-1.76],[-0.761,0],[-0.374,0.493],[-0.012,0.16],[0,0.347],[0.028,0.667],[0.386,0.467]],"v":[[-51.122,3.41],[-48.842,0.77],[-48.822,0.17],[-48.842,-0.43],[-51.122,-3.07],[-52.822,-2.33],[-53.423,-0.53],[-53.443,0.23],[-53.423,1.01],[-52.802,2.71]],"c":true},"ix":2},"nm":"Path 20","mn":"ADBE Vector Shape - Group","hd":false},{"ind":20,"ty":"sh","ix":21,"ks":{"a":0,"k":{"i":[[0,0],[0.094,0.093],[0,0.147],[0,0],[-0.092,0.08],[-0.134,0],[0,0],[-0.094,-0.093],[0,-0.133],[0,0],[-1.414,0],[-0.721,-0.853],[-0.053,-1.427],[0,-0.32],[0.012,-0.16],[0.733,-0.867],[1.347,0],[0.707,0.947],[0,0],[0.094,-0.08],[0.147,0]],"o":[[-0.134,0],[-0.092,-0.08],[0,0],[0,-0.147],[0.094,-0.093],[0,0],[0.148,0],[0.092,0.093],[0,0],[0.707,-0.987],[1.347,0],[0.719,0.84],[0.012,0.16],[0,0.32],[-0.04,1.4],[-0.721,0.853],[-1.334,0],[0,0],[0,0.147],[-0.079,0.093],[0,0]],"v":[[-55.642,9.17],[-55.983,9.03],[-56.122,8.69],[-56.122,-4.55],[-55.983,-4.89],[-55.642,-5.03],[-54.043,-5.03],[-53.682,-4.89],[-53.543,-4.55],[-53.543,-3.75],[-50.362,-5.23],[-47.262,-3.95],[-46.102,-0.55],[-46.083,0.17],[-46.102,0.89],[-47.262,4.29],[-50.362,5.57],[-53.423,4.15],[-53.423,8.69],[-53.563,9.03],[-53.903,9.17]],"c":true},"ix":2},"nm":"Path 21","mn":"ADBE Vector Shape - Group","hd":false},{"ind":21,"ty":"sh","ix":22,"ks":{"a":0,"k":{"i":[[-0.734,0],[-0.093,1.76],[0,0.267],[0.014,0.133],[1.425,0],[0.373,-0.493],[0.027,-0.707],[0,-0.347],[-0.013,-0.173],[-0.386,-0.467]],"o":[[1.425,0],[0.014,-0.133],[0,-0.267],[-0.093,-1.76],[-0.761,0],[-0.374,0.493],[-0.013,0.16],[0,0.347],[0.027,0.667],[0.387,0.467]],"v":[[-63.407,3.41],[-61.128,0.77],[-61.108,0.17],[-61.128,-0.43],[-63.407,-3.07],[-65.108,-2.33],[-65.708,-0.53],[-65.727,0.23],[-65.708,1.01],[-65.088,2.71]],"c":true},"ix":2},"nm":"Path 22","mn":"ADBE Vector Shape - Group","hd":false},{"ind":22,"ty":"sh","ix":23,"ks":{"a":0,"k":{"i":[[0,0],[0.092,0.093],[0,0.147],[0,0],[-0.095,0.08],[-0.134,0],[0,0],[-0.094,-0.093],[0,-0.133],[0,0],[-1.413,0],[-0.719,-0.853],[-0.055,-1.427],[0,-0.32],[0.012,-0.16],[0.733,-0.867],[1.347,0],[0.706,0.947],[0,0],[0.092,-0.08],[0.146,0]],"o":[[-0.134,0],[-0.095,-0.08],[0,0],[0,-0.147],[0.092,-0.093],[0,0],[0.146,0],[0.092,0.093],[0,0],[0.706,-0.987],[1.347,0],[0.721,0.84],[0.012,0.16],[0,0.32],[-0.04,1.4],[-0.719,0.853],[-1.334,0],[0,0],[0,0.147],[-0.08,0.093],[0,0]],"v":[[-67.927,9.17],[-68.267,9.03],[-68.407,8.69],[-68.407,-4.55],[-68.267,-4.89],[-67.927,-5.03],[-66.327,-5.03],[-65.967,-4.89],[-65.827,-4.55],[-65.827,-3.75],[-62.648,-5.23],[-59.548,-3.95],[-58.387,-0.55],[-58.367,0.17],[-58.387,0.89],[-59.548,4.29],[-62.648,5.57],[-65.708,4.15],[-65.708,8.69],[-65.847,9.03],[-66.188,9.17]],"c":true},"ix":2},"nm":"Path 23","mn":"ADBE Vector Shape - Group","hd":false},{"ind":23,"ty":"sh","ix":24,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-78.954,0.25],[-74.434,0.25],[-76.695,-5.91]],"c":true},"ix":2},"nm":"Path 24","mn":"ADBE Vector Shape - Group","hd":false},{"ind":24,"ty":"sh","ix":25,"ks":{"a":0,"k":{"i":[[0,0],[0.081,0.08],[0,0.12],[0,0],[0,0],[-0.346,0],[0,0],[-0.133,-0.333],[0,0],[0,0],[0.094,-0.08],[0.107,0],[0,0],[0.107,0.253],[0,0],[0,0],[0,0],[0.279,0]],"o":[[-0.12,0],[-0.08,-0.08],[0,0],[0,0],[0.132,-0.333],[0,0],[0.347,0],[0,0],[0,0],[0,0.12],[-0.08,0.08],[0,0],[-0.279,0],[0,0],[0,0],[0,0],[-0.107,0.253],[0,0]],"v":[[-82.934,5.37],[-83.235,5.25],[-83.355,4.95],[-83.315,4.77],[-78.514,-8.13],[-77.795,-8.63],[-75.594,-8.63],[-74.875,-8.13],[-70.074,4.77],[-70.034,4.95],[-70.175,5.25],[-70.454,5.37],[-72.235,5.37],[-72.815,4.99],[-73.735,2.57],[-79.654,2.57],[-80.574,4.99],[-81.154,5.37]],"c":true},"ix":2},"nm":"Path 25","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","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":[83.605,9.42],"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":"Group 1","np":29,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0}]},{"id":"comp_20","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Logo Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":6,"s":[0]},{"t":18,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[414.75,486.5,0],"ix":2},"a":{"a":0,"k":[9.5,11,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.766,0],[1.363,0.561],[0.702,0.899],[0.04,1.079],[-0.121,0.12],[-0.18,0],[0,0],[-0.141,-0.099],[-0.16,-0.18],[-0.581,-0.34],[-0.963,0],[-0.602,0.359],[0,0.62],[0.321,0.28],[0.662,0.221],[1.304,0.28],[1.204,0.96],[0,1.8],[-0.682,0.96],[-1.263,0.54],[-1.685,0],[-1.284,-0.6],[-0.661,-0.92],[-0.04,-0.88],[0.12,-0.12],[0.18,0],[0,0],[0.161,0.08],[0.12,0.18],[0.541,0.32],[0.783,0],[0.482,-0.32],[0,-0.62],[-0.262,-0.28],[-0.602,-0.24],[-1.143,-0.24],[-1.103,-0.52],[-0.522,-0.82],[0,-1.221],[0.783,-1],[1.384,-0.54]],"o":[[-1.906,0],[-1.365,-0.559],[-0.682,-0.921],[0,-0.16],[0.14,-0.14],[0,0],[0.241,0],[0.161,0.08],[0.261,0.52],[0.582,0.341],[1.144,0],[0.602,-0.361],[0,-0.44],[-0.301,-0.279],[-0.662,-0.22],[-2.407,-0.5],[-1.184,-0.98],[0,-1.22],[0.682,-0.96],[1.264,-0.54],[1.745,0],[1.283,0.6],[0.683,0.9],[0,0.18],[-0.121,0.12],[0,0],[-0.24,0],[-0.14,-0.08],[-0.122,-0.46],[-0.521,-0.32],[-0.902,0],[-0.481,0.32],[0,0.42],[0.28,0.28],[0.622,0.22],[1.866,0.34],[1.124,0.5],[0.521,0.8],[0,1.34],[-0.762,0.98],[-1.364,0.519]],"v":[[0,10.8],[-4.904,9.96],[-8.004,7.771],[-9.087,4.771],[-8.906,4.35],[-8.425,4.14],[-4.634,4.14],[-4.062,4.29],[-3.581,4.68],[-2.317,5.97],[0,6.481],[2.618,5.941],[3.521,4.47],[3.039,3.39],[1.595,2.64],[-1.354,1.89],[-6.77,-0.3],[-8.545,-4.47],[-7.522,-7.74],[-4.604,-9.99],[-0.181,-10.8],[4.363,-9.9],[7.281,-7.62],[8.365,-4.95],[8.185,-4.5],[7.733,-4.32],[3.761,-4.32],[3.159,-4.44],[2.769,-4.83],[1.775,-6],[-0.181,-6.48],[-2.257,-6],[-2.979,-4.59],[-2.587,-3.54],[-1.264,-2.76],[1.384,-2.07],[5.837,-0.78],[8.305,1.2],[9.087,4.231],[7.913,7.74],[4.694,10.021]],"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":[9.087,10.8],"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":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":5,"nm":"Not allowed 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":126,"s":[0]},{"t":138,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[471.999,507.26,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"t":{"d":{"k":[{"s":{"s":16,"f":"Rubik-Regular","t":"Not allowed","j":0,"tr":0,"lh":19.2,"ls":0,"fc":[0,0,0]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":5,"nm":"Allowed","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":18,"s":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":30,"s":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":123,"s":[100]},{"t":127,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[471.999,507.26,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"t":{"d":{"k":[{"s":{"s":16,"f":"Rubik-Regular","t":"Allowed","j":0,"tr":0,"lh":19.2,"ls":0,"fc":[0,0,0]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":5,"nm":"Spotty","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":12,"s":[0]},{"t":24,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[471.749,481.58,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"t":{"d":{"k":[{"s":{"s":20,"f":"Rubik-Medium","t":"Spotty","j":0,"tr":0,"lh":24,"ls":0,"fc":[0,0,0]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Layer 44 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":12,"s":[0]},{"t":24,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[726.353,487,0],"ix":2},"a":{"a":0,"k":[5.311,8.957,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[2.233,0],[-5.06,-7.293],[-3.646,-8.707],[5.06,0],[-3.646,8.707],[-5.06,7.293]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.144999994016,0.144999994016,0.144999994016,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":[5.31,8.957],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Layer 46 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"t":12,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[416,487,0],"ix":2},"a":{"a":0,"k":[32.25,32.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.209,0],[0,0],[0,-2.209],[0,0],[2.209,0],[0,0],[0,2.209],[0,0]],"o":[[0,0],[2.209,0],[0,0],[0,2.209],[0,0],[-2.209,0],[0,0],[0,-2.209]],"v":[[-28,-32],[28,-32],[32,-28],[32,28],[28,32],[-28,32],[-32,28],[-32,-28]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964999988032,0.184000007779,0.39199999641,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":[32.25,32.25],"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":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0}]},{"id":"comp_21","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Layer 49 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":37,"s":[0]},{"t":55,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[509.061,342.061,0],"ix":2},"a":{"a":0,"k":[4.957,3.31,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[3.293,-3.061],[4.707,-1.647],[0,3.061],[-4.707,-1.647],[-3.293,-3.061],[0,0.233]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.144999994016,0.144999994016,0.144999994016,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":[4.957,3.311],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 52 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":37,"s":[0]},{"t":55,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[436.809,342.7,0],"ix":2},"a":{"a":0,"k":[49.655,6.73,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.284,0],[-0.324,0.432],[-0.036,0.648],[0,0.312],[0.012,0.144],[0.348,0.42],[0.66,0],[0.084,-1.584],[0,0],[0,0]],"o":[[0.684,0],[0.336,-0.444],[0.012,-0.144],[0,-0.324],[-0.024,-0.6],[-0.348,-0.42],[-1.284,0],[0,0],[0,0],[0.084,1.584]],"v":[[44.906,4.536],[46.417,3.888],[46.975,2.25],[46.993,1.566],[46.975,0.864],[46.417,-0.666],[44.906,-1.296],[42.854,1.08],[42.835,1.62],[42.854,2.16]],"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":[[1.248,0],[0.648,0.768],[0.06,1.296],[0,0],[0,0],[-0.648,0.78],[-1.212,0],[-0.684,-0.792],[0,0],[-0.084,0.072],[-0.12,0],[0,0],[-0.072,-0.084],[0,-0.132],[0,0],[0.084,-0.084],[0.132,0],[0,0],[0.084,0.084],[0,0.12],[0,0]],"o":[[-1.212,0],[-0.648,-0.78],[0,0],[0,0],[0.048,-1.272],[0.66,-0.792],[1.152,0],[0,0],[0,-0.132],[0.084,-0.084],[0,0],[0.132,0],[0.084,0.072],[0,0],[0,0.12],[-0.072,0.084],[0,0],[-0.12,0],[-0.084,-0.084],[0,0],[-0.66,0.852]],"v":[[44.221,6.48],[41.431,5.328],[40.369,2.214],[40.351,1.62],[40.369,1.026],[41.413,-2.052],[44.221,-3.24],[46.975,-2.052],[46.975,-6.048],[47.101,-6.354],[47.407,-6.48],[48.973,-6.48],[49.279,-6.354],[49.406,-6.048],[49.406,5.868],[49.279,6.174],[48.973,6.3],[47.515,6.3],[47.209,6.174],[47.083,5.868],[47.083,5.202]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.36,0.42],[0.612,0],[0.348,-0.432],[0,-0.708],[0,0]],"o":[[0,0],[0,-0.708],[-0.348,-0.432],[-0.612,0],[-0.348,0.42],[0,0],[0,0]],"v":[[36.354,0.792],[36.354,0.756],[35.813,-0.936],[34.373,-1.584],[32.933,-0.936],[32.411,0.756],[32.411,0.792]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0.84,0],[0.792,0.768],[0.048,1.416],[0,0],[-0.78,0.864],[-1.392,0],[-0.768,-0.864],[0,-1.44],[0,0],[0.084,-0.084],[0.132,0],[0,0],[0,0],[-0.336,-0.444],[-0.6,0],[-0.432,0.552],[-0.06,0.024],[-0.144,0],[0,0],[-0.072,-0.06],[0,-0.108],[0.348,-0.396],[0.636,-0.288]],"o":[[-1.344,0],[-0.78,-0.768],[0,0],[0,-1.5],[0.792,-0.864],[1.428,0],[0.78,0.864],[0,0],[0,0.12],[-0.084,0.084],[0,0],[0,0],[0.024,0.672],[0.348,0.432],[0.684,0],[0.108,-0.132],[0.06,-0.036],[0,0],[0.108,0],[0.084,0.06],[0,0.288],[-0.336,0.384],[-0.636,0.288]],"v":[[34.391,6.48],[31.187,5.328],[29.945,2.052],[29.927,1.602],[31.097,-1.944],[34.373,-3.24],[37.667,-1.944],[38.837,1.512],[38.837,1.89],[38.712,2.196],[38.387,2.322],[32.411,2.322],[32.411,2.466],[32.951,4.14],[34.373,4.788],[36.048,3.96],[36.299,3.726],[36.605,3.672],[38.189,3.672],[38.459,3.762],[38.585,4.014],[38.063,5.04],[36.605,6.048]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0.096,0.3],[0,0],[0,0.072],[-0.072,0.072],[-0.108,0],[0,0],[-0.084,-0.072],[-0.024,-0.084],[0,0],[0,0],[-0.084,0.072],[-0.144,0],[0,0],[-0.084,-0.084],[-0.024,-0.108],[0,0],[0,0],[-0.084,0.072],[-0.132,0],[0,0],[-0.072,-0.084],[0,-0.108],[0,0],[0,0],[0.096,-0.084],[0.156,0],[0,0],[0.084,0.3],[0,0],[0,0],[0.312,0]],"o":[[-0.3,0],[0,0],[-0.012,-0.036],[0,-0.108],[0.072,-0.084],[0,0],[0.12,0],[0.096,0.072],[0,0],[0,0],[0.036,-0.108],[0.096,-0.084],[0,0],[0.144,0],[0.096,0.072],[0,0],[0,0],[0.024,-0.084],[0.084,-0.072],[0,0],[0.108,0],[0.084,0.072],[0,0],[0,0],[-0.048,0.144],[-0.084,0.072],[0,0],[-0.312,0],[0,0],[0,0],[-0.096,0.3],[0,0]],"v":[[18.377,6.3],[17.783,5.85],[15.209,-2.502],[15.191,-2.664],[15.299,-2.934],[15.569,-3.06],[16.937,-3.06],[17.243,-2.952],[17.423,-2.718],[19.169,3.204],[21.023,-2.664],[21.203,-2.934],[21.563,-3.06],[22.481,-3.06],[22.824,-2.934],[23.003,-2.664],[24.875,3.204],[26.621,-2.718],[26.783,-2.952],[27.107,-3.06],[28.457,-3.06],[28.727,-2.934],[28.854,-2.664],[28.817,-2.502],[26.243,5.85],[26.027,6.192],[25.667,6.3],[24.479,6.3],[23.885,5.85],[22.031,0.198],[20.16,5.85],[19.548,6.3]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[-0.636,0],[-0.336,0.396],[-0.024,0.768],[0,0.348],[0.012,0.12],[0.348,0.396],[0.624,0],[0.348,-0.408],[0.024,-0.768],[0,0],[0,0],[-0.348,-0.396]],"o":[[0.636,0],[0.348,-0.396],[0.012,-0.12],[0,-0.348],[-0.024,-0.768],[-0.348,-0.408],[-0.636,0],[-0.348,0.396],[0,0],[0,0],[0.024,0.768],[0.348,0.396]],"v":[[9.574,4.662],[11.031,4.068],[11.589,2.322],[11.607,1.62],[11.589,0.918],[11.031,-0.828],[9.574,-1.44],[8.097,-0.828],[7.539,0.918],[7.521,1.62],[7.539,2.322],[8.097,4.068]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[1.404,0],[0.768,0.72],[0.06,1.272],[0,0],[0,0],[-0.78,0.72],[-1.392,0],[-0.78,-0.732],[-0.06,-1.26],[0,-0.384],[0.012,-0.144],[0.768,-0.72]],"o":[[-1.416,0],[-0.768,-0.72],[0,0],[0,0],[0.06,-1.26],[0.78,-0.732],[1.38,0],[0.78,0.72],[0.012,0.144],[0,0.384],[-0.06,1.272],[-0.768,0.72]],"v":[[9.574,6.48],[6.298,5.4],[5.055,2.412],[5.037,1.62],[5.055,0.828],[6.315,-2.142],[9.574,-3.24],[12.813,-2.142],[14.074,0.828],[14.091,1.62],[14.074,2.412],[12.831,5.4]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0,0],[0.084,0.084],[0,0.12],[0,0],[-0.084,0.072],[-0.12,0],[0,0],[-0.072,-0.084],[0,-0.132],[0,0],[0.084,-0.084],[0.132,0]],"o":[[-0.12,0],[-0.084,-0.084],[0,0],[0,-0.132],[0.084,-0.084],[0,0],[0.132,0],[0.084,0.072],[0,0],[0,0.12],[-0.072,0.084],[0,0]],"v":[[1.084,6.3],[0.778,6.174],[0.652,5.868],[0.652,-6.048],[0.778,-6.354],[1.084,-6.48],[2.596,-6.48],[2.902,-6.354],[3.028,-6.048],[3.028,5.868],[2.902,6.174],[2.596,6.3]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0,0],[0.084,0.084],[0,0.12],[0,0],[-0.084,0.072],[-0.12,0],[0,0],[-0.072,-0.084],[0,-0.132],[0,0],[0.084,-0.084],[0.132,0]],"o":[[-0.12,0],[-0.084,-0.084],[0,0],[0,-0.132],[0.084,-0.084],[0,0],[0.132,0],[0.084,0.072],[0,0],[0,0.12],[-0.072,0.084],[0,0]],"v":[[-3.697,6.3],[-4.003,6.174],[-4.129,5.868],[-4.129,-6.048],[-4.003,-6.354],[-3.697,-6.48],[-2.185,-6.48],[-1.879,-6.354],[-1.753,-6.048],[-1.753,5.868],[-1.879,6.174],[-2.185,6.3]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[-0.444,0],[-0.42,0.432],[0,0.816],[0,0],[0,0],[0,-0.708],[-0.312,-0.216]],"o":[[0.66,0],[0.42,-0.432],[0,0],[0,0],[-1.38,0.216],[0,0.384],[0.324,0.204]],"v":[[-11.118,4.752],[-9.498,4.104],[-8.868,2.232],[-8.868,1.872],[-10.668,2.16],[-12.738,3.546],[-12.27,4.446]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[0.72,0],[0.516,0.24],[0.3,0.42],[0,0.504],[-0.66,0.504],[-1.152,0.18],[0,0],[0,0],[0.264,0.264],[0.576,0],[0.24,-0.144],[0.156,-0.156],[0,0],[0.132,0],[0,0],[0.084,0.072],[0,0.12],[-0.276,0.372],[-0.588,0.276],[-0.864,0],[-0.648,-0.636],[0,-1.032],[0,0],[0.084,-0.084],[0.132,0],[0,0],[0.084,0.084],[0,0.12],[0,0],[0.48,-0.252]],"o":[[-0.612,0],[-0.504,-0.252],[-0.288,-0.42],[0,-0.816],[0.66,-0.504],[0,0],[0,0],[0,-0.516],[-0.264,-0.264],[-0.396,0],[-0.24,0.144],[0,0],[-0.048,0.144],[0,0],[-0.108,0],[-0.072,-0.072],[0.012,-0.3],[0.288,-0.384],[0.588,-0.288],[1.416,0],[0.648,0.636],[0,0],[0,0.12],[-0.072,0.084],[0,0],[-0.12,0],[-0.084,-0.084],[0,0],[-0.264,0.384],[-0.48,0.24]],"v":[[-11.73,6.48],[-13.422,6.12],[-14.628,5.112],[-15.06,3.726],[-14.07,1.746],[-11.352,0.72],[-8.886,0.36],[-8.886,-0.018],[-9.282,-1.188],[-10.542,-1.584],[-11.495,-1.368],[-12.09,-0.918],[-12.378,-0.63],[-12.648,-0.414],[-14.051,-0.414],[-14.34,-0.522],[-14.448,-0.81],[-14.016,-1.818],[-12.702,-2.808],[-10.524,-3.24],[-7.428,-2.286],[-6.456,0.216],[-6.456,5.868],[-6.581,6.174],[-6.887,6.3],[-8.382,6.3],[-8.688,6.174],[-8.814,5.868],[-8.814,5.166],[-9.93,6.12]],"c":true},"ix":2},"nm":"Path 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":11,"ty":"sh","ix":12,"ks":{"a":0,"k":{"i":[[0,0],[0.552,0.564],[0,1.104],[0,0],[0,0],[0.084,0.084],[0,0.12],[0,0],[-0.084,0.084],[-0.12,0],[0,0],[0,0],[-0.084,0.072],[-0.12,0],[0,0],[-0.072,-0.084],[0,-0.132],[0,0],[0,0],[-0.084,-0.084],[0,-0.12],[0,0],[0.084,-0.084],[0.12,0],[0,0],[0,0],[-0.18,-0.264],[-0.408,0],[0,0],[-0.072,-0.084],[0,-0.132],[0,0],[0.084,-0.084],[0.132,0]],"o":[[-1.092,0],[-0.552,-0.576],[0,0],[0,0],[-0.12,0],[-0.084,-0.084],[0,0],[0,-0.12],[0.084,-0.084],[0,0],[0,0],[0,-0.132],[0.084,-0.084],[0,0],[0.132,0],[0.084,0.072],[0,0],[0,0],[0.12,0],[0.084,0.084],[0,0],[0,0.12],[-0.084,0.084],[0,0],[0,0],[0,0.516],[0.18,0.264],[0,0],[0.132,0],[0.084,0.072],[0,0],[0,0.12],[-0.072,0.084],[0,0]],"v":[[-22.048,6.3],[-24.514,5.454],[-25.342,2.934],[-25.342,-1.134],[-26.764,-1.134],[-27.07,-1.26],[-27.196,-1.566],[-27.196,-2.628],[-27.07,-2.934],[-26.764,-3.06],[-25.342,-3.06],[-25.342,-6.048],[-25.215,-6.354],[-24.91,-6.48],[-23.416,-6.48],[-23.11,-6.354],[-22.984,-6.048],[-22.984,-3.06],[-20.734,-3.06],[-20.428,-2.934],[-20.301,-2.628],[-20.301,-1.566],[-20.428,-1.26],[-20.734,-1.134],[-22.984,-1.134],[-22.984,2.736],[-22.714,3.906],[-21.831,4.302],[-20.572,4.302],[-20.266,4.428],[-20.14,4.734],[-20.14,5.868],[-20.266,6.174],[-20.572,6.3]],"c":true},"ix":2},"nm":"Path 12","mn":"ADBE Vector Shape - Group","hd":false},{"ind":12,"ty":"sh","ix":13,"ks":{"a":0,"k":{"i":[[-0.636,0],[-0.336,0.396],[-0.024,0.768],[0,0.348],[0.012,0.12],[0.348,0.396],[0.624,0],[0.348,-0.408],[0.024,-0.768],[0,0],[0,0],[-0.348,-0.396]],"o":[[0.636,0],[0.348,-0.396],[0.012,-0.12],[0,-0.348],[-0.024,-0.768],[-0.348,-0.408],[-0.636,0],[-0.348,0.396],[0,0],[0,0],[0.024,0.768],[0.348,0.396]],"v":[[-32.736,4.662],[-31.279,4.068],[-30.721,2.322],[-30.702,1.62],[-30.721,0.918],[-31.279,-0.828],[-32.736,-1.44],[-34.213,-0.828],[-34.771,0.918],[-34.788,1.62],[-34.771,2.322],[-34.213,4.068]],"c":true},"ix":2},"nm":"Path 13","mn":"ADBE Vector Shape - Group","hd":false},{"ind":13,"ty":"sh","ix":14,"ks":{"a":0,"k":{"i":[[1.404,0],[0.768,0.72],[0.06,1.272],[0,0],[0,0],[-0.78,0.72],[-1.392,0],[-0.78,-0.732],[-0.06,-1.26],[0,-0.384],[0.012,-0.144],[0.768,-0.72]],"o":[[-1.416,0],[-0.768,-0.72],[0,0],[0,0],[0.06,-1.26],[0.78,-0.732],[1.38,0],[0.78,0.72],[0.012,0.144],[0,0.384],[-0.06,1.272],[-0.768,0.72]],"v":[[-32.736,6.48],[-36.012,5.4],[-37.255,2.412],[-37.273,1.62],[-37.255,0.828],[-35.995,-2.142],[-32.736,-3.24],[-29.497,-2.142],[-28.236,0.828],[-28.219,1.62],[-28.236,2.412],[-29.479,5.4]],"c":true},"ix":2},"nm":"Path 14","mn":"ADBE Vector Shape - Group","hd":false},{"ind":14,"ty":"sh","ix":15,"ks":{"a":0,"k":{"i":[[0,0],[0.084,0.084],[0,0.12],[0,0],[-0.072,0.084],[-0.132,0],[0,0],[-0.12,-0.204],[0,0],[0,0],[-0.072,0.084],[-0.132,0],[0,0],[-0.084,-0.084],[0,-0.132],[0,0],[0.084,-0.084],[0.12,0],[0,0],[0.12,0.204],[0,0],[0,0],[0.084,-0.084],[0.132,0]],"o":[[-0.12,0],[-0.084,-0.084],[0,0],[0,-0.132],[0.084,-0.084],[0,0],[0.228,0],[0,0],[0,0],[0,-0.132],[0.084,-0.084],[0,0],[0.132,0],[0.084,0.084],[0,0],[0,0.132],[-0.084,0.084],[0,0],[-0.24,0],[0,0],[0,0],[0,0.12],[-0.072,0.084],[0,0]],"v":[[-48.973,6.3],[-49.279,6.174],[-49.406,5.868],[-49.406,-5.85],[-49.298,-6.174],[-48.973,-6.3],[-47.57,-6.3],[-47.048,-5.994],[-41.9,1.998],[-41.9,-5.85],[-41.792,-6.174],[-41.468,-6.3],[-39.92,-6.3],[-39.596,-6.174],[-39.469,-5.85],[-39.469,5.85],[-39.596,6.174],[-39.902,6.3],[-41.324,6.3],[-41.864,5.994],[-46.994,-1.818],[-46.994,5.868],[-47.12,6.174],[-47.426,6.3]],"c":true},"ix":2},"nm":"Path 15","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","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":[49.656,6.73],"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":"Group 1","np":19,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0}]},{"id":"comp_22","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Layer 55 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[-34]},{"t":75,"s":[0]}],"ix":10},"p":{"a":0,"k":[112.132,584.247,0],"ix":2},"a":{"a":0,"k":[13.786,13.794,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[13.536,-13.544],[-13.536,-13.544],[-13.536,13.544],[13.536,13.544]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.948999980852,0.788000009574,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":[13.786,13.794],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 56 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-34,"ix":10},"p":{"a":0,"k":[1015.264,621.523,0],"ix":2},"a":{"a":0,"k":[13.675,13.683,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-7.42,0],[0,7.42],[7.41,0],[0,-7.418]],"o":[[7.41,0],[0,-7.418],[-7.42,0],[0,7.42]],"v":[[0.005,13.433],[13.425,-0.001],[0.005,-13.433],[-13.425,-0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.948999980852,0.788000009574,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":[13.675,13.683],"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":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Layer 57 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[-34]},{"t":75,"s":[0]}],"ix":10},"p":{"a":0,"k":[268.177,124.627,0],"ix":2},"a":{"a":0,"k":[17.677,17.126,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[8.763,-14.627],[15.177,14.627],[-15.177,11.829]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.46699999641,0.46699999641,0.46699999641,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[17.677,17.127],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Layer 58 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[-34]},{"t":75,"s":[0]}],"ix":10},"p":{"a":0,"k":[694.5,99.5,0],"ix":2},"a":{"a":0,"k":[17.75,15.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[17.5,15.5],[8.993,-15.5],[-17.5,2.65]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.948999980852,0.788000009574,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":[17.75,15.75],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Layer 59 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[-34]},{"t":75,"s":[0]}],"ix":10},"p":{"a":0,"k":[147.054,791.707,0],"ix":2},"a":{"a":0,"k":[17.049,14.654,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-16.799,14.403],[-8.633,-14.403],[16.799,2.464]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964999988032,0.184000007779,0.39199999641,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":[17.049,14.654],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Layer 60 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[-34]},{"t":75,"s":[0]}],"ix":10},"p":{"a":0,"k":[894.95,522.383,0],"ix":2},"a":{"a":0,"k":[18.056,12.451,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-17.806,12.201],[-0.466,-12.201],[17.806,12.201]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.090000002992,0.834999952129,0.866999966491,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":[18.057,12.452],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Layer 61 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[-34]},{"t":75,"s":[0]}],"ix":10},"p":{"a":0,"k":[866.278,108.288,0],"ix":2},"a":{"a":0,"k":[16.493,16.505,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[13.993,-11.257],[-11.254,-14.005],[-13.993,11.256],[11.254,14.005]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.46699999641,0.46699999641,0.46699999641,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[16.493,16.505],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Layer 62 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[-34]},{"t":75,"s":[0]}],"ix":10},"p":{"a":0,"k":[248.477,498.834,0],"ix":2},"a":{"a":0,"k":[18.778,18.788,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[16.278,-7.587],[-7.583,-16.288],[-16.278,7.588],[7.583,16.288]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.46699999641,0.46699999641,0.46699999641,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[18.778,18.788],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Layer 63 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-34,"ix":10},"p":{"a":0,"k":[944.831,1081.845,0],"ix":2},"a":{"a":0,"k":[21.331,21.345,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-10.401,0],[0,10.411],[10.4,0],[0,-10.4]],"o":[[10.4,0],[0,-10.4],[-10.401,0],[0,10.411]],"v":[[0.001,18.844],[18.832,-0.005],[0.001,-18.844],[-18.832,-0.005]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.46699999641,0.46699999641,0.46699999641,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[21.331,21.345],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Layer 64 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[-34]},{"t":75,"s":[0]}],"ix":10},"p":{"a":0,"k":[903.809,686.304,0],"ix":2},"a":{"a":0,"k":[18.621,18.632,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[4.32,-16.132],[-16.121,-4.322],[-4.32,16.132],[16.121,4.322]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.46699999641,0.46699999641,0.46699999641,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[18.621,18.632],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Layer 65 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[-34]},{"t":75,"s":[0]}],"ix":10},"p":{"a":0,"k":[491.861,96.694,0],"ix":2},"a":{"a":0,"k":[18.932,18.944,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[18.682,-18.694],[-18.682,-18.694],[-18.682,18.694],[18.682,18.694]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.090000002992,0.834999952129,0.866999966491,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":[18.932,18.944],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Layer 66 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-34,"ix":10},"p":{"a":0,"k":[884.975,276.976,0],"ix":2},"a":{"a":0,"k":[19.081,19.093,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-10.399,0],[0,10.406],[10.401,0],[0,-10.407]],"o":[[10.401,0],[0,-10.407],[-10.399,0],[0,10.406]],"v":[[0,18.843],[18.832,0],[0,-18.843],[-18.832,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.517999985639,0.862999949736,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":[19.081,19.093],"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":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Layer 67 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-34,"ix":10},"p":{"a":0,"k":[200.287,653.799,0],"ix":2},"a":{"a":0,"k":[19.082,19.093,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-10.4,0],[0,10.406],[10.401,0],[0,-10.407]],"o":[[10.401,0],[0,-10.407],[-10.4,0],[0,10.406]],"v":[[-0.001,18.843],[18.832,0],[-0.001,-18.843],[-18.832,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.517999985639,0.862999949736,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":[19.082,19.093],"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":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3425,"st":0,"bm":0}]}],"fonts":{"list":[{"fName":"Rubik-Medium","fFamily":"Rubik","fStyle":"Medium","ascent":70.9991455078125},{"fName":"Rubik-Regular","fFamily":"Rubik","fStyle":"Regular","ascent":70.9991455078125},{"fName":"Roboto-Regular","fFamily":"Roboto","fStyle":"Regular","ascent":75},{"fName":"Roboto-Bold","fFamily":"Roboto","fStyle":"Bold","ascent":75}]},"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"ae","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[585,620,0],"ix":2},"a":{"a":0,"k":[585,620,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"tm":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":250,"s":[17]},{"t":3425,"s":[137]}],"ix":2},"w":1170,"h":1240,"ip":0,"op":3425,"st":0,"bm":0}],"markers":[],"chars":[{"ch":"S","size":20,"style":"Medium","w":64.3,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-6,0],[-4.3,1.666],[-2.367,3.167],[0,4.334],[1.666,2.534],[3.5,1.667],[5.933,1.334],[2.266,0.9],[1.066,1.2],[0,1.8],[-2.1,1.4],[-3.667,0],[-2.267,-1.433],[-0.334,-2.133],[-1.467,0],[0,0],[-0.4,0.434],[0,0.534],[2.1,2.9],[4.033,1.934],[5.533,0],[3.966,-1.733],[2.133,-3.033],[0,-3.866],[-3.667,-3.066],[-7.867,-1.866],[-2.434,-0.9],[-1.2,-1.2],[0,-1.8],[2.366,-1.566],[4.666,0],[2.366,1.534],[0.666,2.267],[0.466,0.334],[0.733,0],[0,0],[0.4,-0.433],[0,-0.533],[-2.2,-2.933],[-4.267,-1.8]],"o":[[5.666,0],[4.3,-1.666],[2.366,-3.166],[0,-3.933],[-1.667,-2.533],[-3.5,-1.666],[-4.334,-1.133],[-2.267,-0.9],[-1.067,-1.2],[0,-2.666],[2.1,-1.4],[3.333,0],[2.266,1.434],[0.533,1.2],[0,0],[0.6,0],[0.4,-0.433],[-0.134,-2.866],[-2.1,-2.9],[-4.034,-1.933],[-5.267,0],[-3.967,1.734],[-2.134,3.034],[0,5.734],[3.666,3.067],[4.8,1.267],[2.433,0.9],[1.2,1.2],[0,2.734],[-2.367,1.567],[-4.134,0],[-2.367,-1.533],[-0.4,-0.6],[-0.467,-0.333],[0,0],[-0.6,0],[-0.4,0.434],[0.133,3.467],[2.2,2.934],[4.266,1.8]],"v":[[32.2,1],[47.15,-1.5],[57.15,-8.75],[60.7,-20],[58.2,-29.7],[50.45,-36],[36.3,-40.5],[26.4,-43.55],[21.4,-46.7],[19.8,-51.2],[22.95,-57.3],[31.6,-59.4],[40,-57.25],[43.9,-51.9],[46.9,-50.1],[56.4,-50.1],[57.9,-50.75],[58.5,-52.2],[55.15,-60.85],[45.95,-68.1],[31.6,-71],[17.75,-68.4],[8.6,-61.25],[5.4,-50.9],[10.9,-37.7],[28.2,-30.3],[39.05,-27.05],[44.5,-23.9],[46.3,-19.4],[42.75,-12.95],[32.2,-10.6],[22.45,-12.9],[17.9,-18.6],[16.6,-20],[14.8,-20.5],[5.7,-20.5],[4.2,-19.85],[3.6,-18.4],[7.1,-8.8],[16.8,-1.7]],"c":true},"ix":2},"nm":"S","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"S","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":"p","size":20,"style":"Medium","w":61.4,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.667,0],[0,0],[-0.434,0.433],[0,0.733],[0,0],[-6.667,0],[-3.634,4.3],[-0.2,7],[0,1.6],[0.066,0.8],[3.6,4.234],[6.733,0],[3.533,-4.933],[0,0],[0.466,0.467],[0.733,0],[0,0],[0.466,-0.433],[0,-0.733],[0,0],[-0.467,-0.434]],"o":[[0,0],[0.733,0],[0.433,-0.434],[0,0],[3.533,4.734],[6.733,0],[3.633,-4.3],[0.066,-0.8],[0,-1.6],[-0.267,-7.133],[-3.6,-4.233],[-7.067,0],[0,0],[0,-0.666],[-0.467,-0.466],[0,0],[-0.667,0],[-0.467,0.434],[0,0],[0,0.733],[0.466,0.433]],"v":[[9.1,19],[17.8,19],[19.55,18.35],[20.2,16.6],[20.2,-6.1],[35.5,1],[51.05,-5.45],[56.8,-22.4],[56.9,-26],[56.8,-29.6],[51,-46.65],[35.5,-53],[19.6,-45.6],[19.6,-49.6],[18.9,-51.3],[17.1,-52],[9.1,-52],[7.4,-51.35],[6.7,-49.6],[6.7,16.6],[7.4,18.35]],"c":true},"ix":2},"nm":"p","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[7.133,0],[1.933,2.334],[0.133,3.334],[0,1.734],[-0.067,0.8],[-1.867,2.467],[-3.8,0],[-0.467,-8.8],[0,-1.333],[0.066,-0.666]],"o":[[-3.667,0],[-1.934,-2.333],[-0.067,-0.866],[0,-1.733],[0.133,-3.533],[1.866,-2.466],[7.133,0],[0.066,0.667],[0,1.334],[-0.467,8.8]],"v":[[31.7,-9.8],[23.3,-13.3],[20.2,-21.8],[20.1,-25.7],[20.2,-29.5],[23.2,-38.5],[31.7,-42.2],[43.1,-29],[43.2,-26],[43.1,-23]],"c":true},"ix":2},"nm":"p","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"p","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":"o","size":20,"style":"Medium","w":59.3,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-7.867,0],[-4.267,4],[-0.334,7.067],[0,2.134],[0.066,0.8],[4.333,4.034],[7.666,0],[4.333,-4.033],[0.333,-7],[0,0],[0,0],[-4.267,-4]],"o":[[7.8,0],[4.266,-4],[0.066,-0.8],[0,-2.133],[-0.334,-7],[-4.334,-4.033],[-7.734,0],[-4.334,4.034],[0,0],[0,0],[0.333,7.067],[4.266,4]],"v":[[29.7,1],[47.8,-5],[54.7,-21.6],[54.8,-26],[54.7,-30.4],[47.7,-46.95],[29.7,-53],[11.6,-46.95],[4.6,-30.4],[4.5,-26],[4.6,-21.6],[11.5,-5]],"c":true},"ix":2},"nm":"o","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[3.533,0],[1.933,2.2],[0.133,4.267],[0,0],[0,0],[-1.934,2.234],[-3.534,0],[-1.934,-2.233],[-0.134,-4.266],[0,-1.933],[0.066,-0.666],[1.9,-2.2]],"o":[[-3.534,0],[-1.934,-2.2],[0,0],[0,0],[0.133,-4.266],[1.933,-2.233],[3.466,0],[1.933,2.234],[0.066,0.667],[0,1.934],[-0.134,4.267],[-1.9,2.2]],"v":[[29.7,-9.1],[21.5,-12.4],[18.4,-22.1],[18.3,-26],[18.4,-29.9],[21.5,-39.65],[29.7,-43],[37.8,-39.65],[40.9,-29.9],[41,-26],[40.9,-22.1],[37.85,-12.4]],"c":true},"ix":2},"nm":"o","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"o","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":"t","size":20,"style":"Medium","w":43.1,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-6.067,0],[0,0],[-0.434,0.467],[0,0.667],[0,0],[0.433,0.434],[0.733,0],[0,0],[1,1.467],[0,2.867],[0,0],[0,0],[-0.467,0.467],[0,0.667],[0,0],[0.466,0.467],[0.666,0],[0,0],[0,0],[0.433,0.434],[0.733,0],[0,0],[0.466,-0.433],[0,-0.733],[0,0],[0,0],[0.466,-0.466],[0,-0.666],[0,0],[-0.467,-0.466],[-0.667,0],[0,0],[0,0],[-3.067,-3.166]],"o":[[0,0],[0.733,0],[0.433,-0.466],[0,0],[0,-0.733],[-0.434,-0.433],[0,0],[-2.267,0],[-1,-1.466],[0,0],[0,0],[0.666,0],[0.466,-0.466],[0,0],[0,-0.666],[-0.467,-0.466],[0,0],[0,0],[0,-0.733],[-0.434,-0.433],[0,0],[-0.667,0],[-0.467,0.434],[0,0],[0,0],[-0.667,0],[-0.467,0.467],[0,0],[0,0.667],[0.466,0.467],[0,0],[0,0],[0,6.134],[3.066,3.167]],"v":[[30.2,0],[38.4,0],[40.15,-0.7],[40.8,-2.4],[40.8,-8.7],[40.15,-10.45],[38.4,-11.1],[31.4,-11.1],[26.5,-13.3],[25,-19.8],[25,-41.3],[37.5,-41.3],[39.2,-42],[39.9,-43.7],[39.9,-49.6],[39.2,-51.3],[37.5,-52],[25,-52],[25,-68.6],[24.35,-70.35],[22.6,-71],[14.3,-71],[12.6,-70.35],[11.9,-68.6],[11.9,-52],[4,-52],[2.3,-51.3],[1.6,-49.6],[1.6,-43.7],[2.3,-42],[4,-41.3],[11.9,-41.3],[11.9,-18.7],[16.5,-4.75]],"c":true},"ix":2},"nm":"t","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"t","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":"y","size":20,"style":"Medium","w":57.5,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.534,0],[0,0],[-0.534,1.266],[0,0],[0,0.467],[0.4,0.4],[0.6,0],[0,0],[0.666,-1.266],[0,0],[0,0],[1.2,0],[0,0],[0.4,-0.433],[0.066,-0.6],[-0.267,-0.6],[0,0],[0,0],[0,-0.467],[-0.434,-0.4]],"o":[[0,0],[1.333,0],[0,0],[0.266,-0.6],[0,-0.533],[-0.4,-0.4],[0,0],[-1.2,0],[0,0],[0,0],[-0.534,-1.266],[0,0],[-0.6,0],[-0.4,0.434],[0,0.334],[0,0],[0,0],[-0.267,0.6],[0,0.533],[0.433,0.4]],"v":[[16,19],[24,19],[26.8,17.1],[55.1,-48.4],[55.5,-50],[54.9,-51.4],[53.4,-52],[45.3,-52],[42.5,-50.1],[29,-17.5],[15.7,-50.1],[13.1,-52],[4.8,-52],[3.3,-51.35],[2.6,-49.8],[3,-48.4],[22.2,-3.1],[14.3,15.4],[13.9,17],[14.55,18.4]],"c":true},"ix":2},"nm":"y","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"y","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":"A","size":16,"style":"Regular","w":66.8,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.534,0],[0,0],[-0.534,1.134],[0,0],[0,0],[0,0],[-0.434,-0.366],[-0.667,0],[0,0],[-0.434,0.4],[0,0.534],[0,0],[0,0],[1.6,0],[0,0],[0.533,-1.466],[0,0],[0,0],[-0.4,-0.4]],"o":[[0,0],[1.133,0],[0,0],[0,0],[0,0],[0.133,0.4],[0.433,0.367],[0,0],[0.533,0],[0.433,-0.4],[0,0],[0,0],[-0.534,-1.466],[0,0],[-1.6,0],[0,0],[0,0],[0,0.534],[0.4,0.4]],"v":[[4,0],[8.8,0],[11.3,-1.7],[16.8,-16.1],[49.9,-16.1],[55.5,-1.7],[56.35,-0.55],[58,0],[62.7,0],[64.15,-0.6],[64.8,-2],[64.6,-3.1],[39.8,-67.8],[36.6,-70],[30.2,-70],[27,-67.8],[2.2,-3.1],[2,-2],[2.6,-0.6]],"c":true},"ix":2},"nm":"A","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[33.4,-60.3],[47.1,-24.4],[19.7,-24.4]],"c":true},"ix":2},"nm":"A","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"A","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":"l","size":16,"style":"Regular","w":24.1,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.667,0],[0,0],[-0.434,0.434],[0,0.667],[0,0],[0.433,0.434],[0.666,0],[0,0],[0.433,-0.4],[0,-0.733],[0,0],[-0.434,-0.433]],"o":[[0,0],[0.666,0],[0.433,-0.433],[0,0],[0,-0.666],[-0.434,-0.433],[0,0],[-0.667,0],[-0.434,0.4],[0,0],[0,0.667],[0.433,0.434]],"v":[[9.9,0],[14.3,0],[15.95,-0.65],[16.6,-2.3],[16.6,-68.7],[15.95,-70.35],[14.3,-71],[9.9,-71],[8.25,-70.4],[7.6,-68.7],[7.6,-2.3],[8.25,-0.65]],"c":true},"ix":2},"nm":"l","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"l","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":"o","size":16,"style":"Regular","w":57.2,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-7.334,0],[-3.967,4.134],[-0.267,6.867],[0,1.4],[0.133,1.467],[4.033,4.134],[7.2,0],[4.033,-4.133],[0.266,-6.866],[0,0],[0,0],[-3.967,-4.133]],"o":[[7.333,0],[3.966,-4.133],[0.133,-1.466],[0,-1.4],[-0.267,-6.866],[-4.034,-4.133],[-7.2,0],[-4.034,4.134],[0,0],[0,0],[0.266,6.867],[3.966,4.134]],"v":[[28.6,1],[45.55,-5.2],[51.9,-21.7],[52.1,-26],[51.9,-30.3],[45.45,-46.8],[28.6,-53],[11.75,-46.8],[5.3,-30.3],[5.2,-26],[5.3,-21.7],[11.65,-5.2]],"c":true},"ix":2},"nm":"o","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[4.266,0],[2.5,2.7],[0.2,5.067],[0,0],[0,0],[-2.5,2.7],[-4.267,0],[-2.5,-2.7],[-0.2,-5.066],[0,-1.866],[0.066,-0.666],[2.5,-2.7]],"o":[[-4.267,0],[-2.5,-2.7],[0,0],[0,0],[0.2,-5.066],[2.5,-2.7],[4.266,0],[2.5,2.7],[0.066,0.667],[0,1.867],[-0.2,5.067],[-2.5,2.7]],"v":[[28.6,-6.5],[18.45,-10.55],[14.4,-22.2],[14.3,-26],[14.4,-29.8],[18.45,-41.45],[28.6,-45.5],[38.75,-41.45],[42.8,-29.8],[42.9,-26],[42.8,-22.2],[38.75,-10.55]],"c":true},"ix":2},"nm":"o","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"o","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":"w","size":16,"style":"Regular","w":80,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.934,0],[0,0],[-0.534,1.667],[0,0],[0,0],[-1.734,0],[0,0],[-0.467,0.4],[-0.267,0.867],[0,0],[0,0],[0.4,0.4],[0.6,0],[0,0],[0.433,-0.366],[0.066,-0.333],[0,0],[0,0],[0.466,0.434],[0.8,0],[0,0],[0.466,-0.433],[0.133,-0.533],[0,0],[0,0],[0.433,0.367],[0.666,0],[0,0],[0.4,-0.4],[0,-0.6],[0,0],[0,0],[-0.467,-0.4]],"o":[[0,0],[1.733,0],[0,0],[0,0],[0.533,1.667],[0,0],[0.933,0],[0.466,-0.4],[0,0],[0,0],[0,-0.6],[-0.4,-0.4],[0,0],[-0.667,0],[-0.434,0.367],[0,0],[0,0],[-0.134,-0.533],[-0.467,-0.433],[0,0],[-0.8,0],[-0.467,0.434],[0,0],[0,0],[-0.067,-0.333],[-0.434,-0.366],[0,0],[-0.6,0],[-0.4,0.4],[0,0],[0,0],[0.266,0.867],[0.466,0.4]],"v":[[21.3,0],[24.9,0],[28.3,-2.5],[40,-38.7],[51.7,-2.5],[55.1,0],[58.7,0],[60.8,-0.6],[61.9,-2.5],[76.1,-48.9],[76.3,-49.9],[75.7,-51.4],[74.2,-52],[70.1,-52],[68.45,-51.45],[67.7,-50.4],[56.4,-12.2],[44.4,-49.9],[43.5,-51.35],[41.6,-52],[38.4,-52],[36.5,-51.35],[35.6,-49.9],[23.6,-12.2],[12.3,-50.4],[11.55,-51.45],[9.9,-52],[5.8,-52],[4.3,-51.4],[3.7,-49.9],[3.9,-48.9],[18.1,-2.5],[19.2,-0.6]],"c":true},"ix":2},"nm":"w","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"w","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":"e","size":16,"style":"Regular","w":55.9,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-6.8,0],[-3.3,1.5],[-1.8,2.067],[0,1.467],[0.433,0.334],[0.6,0],[0,0],[0.333,-0.166],[0.6,-0.8],[1.966,-1.233],[3.133,0],[2.466,3.067],[0.2,4.334],[0,0],[0,0],[-0.434,0.434],[0,0.667],[0,0],[4.033,4.667],[7.333,0],[4.066,-4.266],[0.4,-7.2],[0,0],[0,0],[-4.067,-4.233]],"o":[[4.266,0],[3.3,-1.5],[1.8,-2.066],[0,-0.533],[-0.434,-0.333],[0,0],[-0.8,0],[-0.334,0.167],[-1,1.334],[-1.967,1.234],[-4.067,0],[-2.467,-3.066],[0,0],[0,0],[0.666,0],[0.433,-0.433],[0,0],[0,-8],[-4.034,-4.666],[-6.8,0],[-4.067,4.267],[0,0],[0,0],[0.4,7.334],[4.066,4.234]],"v":[[28.1,1],[39.45,-1.25],[47.1,-6.6],[49.8,-11.9],[49.15,-13.2],[47.6,-13.7],[43.2,-13.7],[41.5,-13.45],[40.1,-12],[35.65,-8.15],[28,-6.3],[18.2,-10.9],[14.2,-22],[14.2,-22.9],[48.9,-22.9],[50.55,-23.55],[51.2,-25.2],[51.2,-27],[45.15,-46],[28.1,-53],[11.8,-46.6],[5.1,-29.4],[5,-26.1],[5.1,-22.7],[11.8,-5.35]],"c":true},"ix":2},"nm":"e","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-2.467,2.934],[-4.334,0],[-2.534,-2.933],[0,-4.666],[0,0]],"o":[[0,0],[0,-4.666],[2.466,-2.933],[4.266,0],[2.533,2.934],[0,0],[0,0]],"v":[[14.2,-29.7],[14.2,-30],[17.9,-41.4],[28.1,-45.8],[38.3,-41.4],[42.1,-30],[42.1,-29.7]],"c":true},"ix":2},"nm":"e","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"e","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":"d","size":16,"style":"Regular","w":59.4,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-7,0],[-3.8,5.067],[0,0],[-0.4,-0.433],[-0.667,0],[0,0],[-0.434,0.434],[0,0.667],[0,0],[0.433,0.434],[0.666,0],[0,0],[0.433,-0.433],[0,-0.666],[0,0],[6.933,0],[3.533,-4.566],[0.266,-6.866],[0,0],[0,0],[-3.5,-4.533]],"o":[[7.2,0],[0,0],[0,0.667],[0.4,0.434],[0,0],[0.666,0],[0.433,-0.433],[0,0],[0,-0.666],[-0.434,-0.433],[0,0],[-0.667,0],[-0.434,0.434],[0,0],[-3.867,-4.933],[-6.934,0],[-3.534,4.567],[0,0],[0,0],[0.266,6.934],[3.5,4.534]],"v":[[26.5,1],[43,-6.6],[43,-2.3],[43.6,-0.65],[45.2,0],[49.5,0],[51.15,-0.65],[51.8,-2.3],[51.8,-68.7],[51.15,-70.35],[49.5,-71],[45,-71],[43.35,-70.35],[42.7,-68.7],[42.7,-45.6],[26.5,-53],[10.8,-46.15],[5.1,-29],[5,-26],[5.1,-23],[10.75,-5.8]],"c":true},"ix":2},"nm":"d","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[4.666,0],[0,12.8],[0,0],[-2.2,3],[-4.8,0],[-2.434,-2.966],[-0.134,-4.066],[0,-1.866],[0.066,-0.733],[2.333,-3.1]],"o":[[-9.467,0],[0,0],[0.2,-4.866],[2.2,-3],[4.533,0],[2.433,2.967],[0.066,0.734],[0,1.8],[-0.2,4.267],[-2.334,3.1]],"v":[[28.4,-6.8],[14.2,-26],[14.3,-28.9],[17.9,-40.7],[28.4,-45.2],[38.85,-40.75],[42.7,-30.2],[42.8,-26.3],[42.7,-22.5],[38.9,-11.45]],"c":true},"ix":2},"nm":"d","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"d","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":"N","size":16,"style":"Regular","w":69.3,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.667,0],[0,0],[-0.434,0.434],[0,0.667],[0,0],[0,0],[-1.134,0],[0,0],[-0.434,0.467],[0,0.667],[0,0],[0.433,0.434],[0.733,0],[0,0],[0.433,-0.433],[0,-0.733],[0,0],[0,0],[0.333,0.267],[0.666,0],[0,0],[0.4,-0.433],[0,-0.733],[0,0],[-0.4,-0.433]],"o":[[0,0],[0.666,0],[0.433,-0.433],[0,0],[0,0],[0.466,0.934],[0,0],[0.666,0],[0.433,-0.466],[0,0],[0,-0.733],[-0.434,-0.433],[0,0],[-0.667,0],[-0.434,0.434],[0,0],[0,0],[-0.334,-0.4],[-0.334,-0.266],[0,0],[-0.667,0],[-0.4,0.434],[0,0],[0,0.667],[0.4,0.434]],"v":[[11,0],[15.6,0],[17.25,-0.65],[17.9,-2.3],[17.9,-52.5],[51.4,-1.4],[53.8,0],[58.3,0],[59.95,-0.7],[60.6,-2.4],[60.6,-67.6],[59.95,-69.35],[58.2,-70],[53.7,-70],[52.05,-69.35],[51.4,-67.6],[51.4,-17],[17.9,-68.6],[16.9,-69.6],[15.4,-70],[11,-70],[9.4,-69.35],[8.8,-67.6],[8.8,-2.3],[9.4,-0.65]],"c":true},"ix":2},"nm":"N","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"N","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":"t","size":16,"style":"Regular","w":38.8,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-10.334,0],[0,0],[-0.4,0.434],[0,0.667],[0,0],[0.4,0.434],[0.666,0],[0,0],[1.1,1.734],[0,3.4],[0,0],[0,0],[-0.434,0.4],[0,0.667],[0,0],[0.433,0.434],[0.666,0],[0,0],[0,0],[0.433,0.434],[0.666,0],[0,0],[0.4,-0.433],[0,-0.666],[0,0],[0,0],[0.4,-0.433],[0,-0.666],[0,0],[-0.4,-0.4],[-0.667,0],[0,0],[0,0]],"o":[[0,0],[0.666,0],[0.4,-0.433],[0,0],[0,-0.666],[-0.4,-0.433],[0,0],[-2.667,0],[-1.1,-1.733],[0,0],[0,0],[0.666,0],[0.433,-0.4],[0,0],[0,-0.666],[-0.434,-0.433],[0,0],[0,0],[0,-0.666],[-0.434,-0.433],[0,0],[-0.667,0],[-0.4,0.434],[0,0],[0,0],[-0.667,0],[-0.4,0.434],[0,0],[0,0.667],[0.4,0.4],[0,0],[0,0],[0,11.667]],"v":[[27.5,0],[34.3,0],[35.9,-0.65],[36.5,-2.3],[36.5,-5.6],[35.9,-7.25],[34.3,-7.9],[28.2,-7.9],[22.55,-10.5],[20.9,-18.2],[20.9,-44.3],[33.3,-44.3],[34.95,-44.9],[35.6,-46.5],[35.6,-49.7],[34.95,-51.35],[33.3,-52],[20.9,-52],[20.9,-68.7],[20.25,-70.35],[18.6,-71],[14.2,-71],[12.6,-70.35],[12,-68.7],[12,-52],[4.1,-52],[2.5,-51.35],[1.9,-49.7],[1.9,-46.5],[2.5,-44.9],[4.1,-44.3],[12,-44.3],[12,-17.5]],"c":true},"ix":2},"nm":"t","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"t","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":" ","size":16,"style":"Regular","w":24.6,"data":{},"fFamily":"Rubik"},{"ch":"a","size":16,"style":"Regular","w":55,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.267,0],[-2.8,1.466],[-1.467,2.2],[0,0],[-0.4,-0.433],[-0.667,0],[0,0],[-0.434,0.434],[0,0.667],[0,0],[3.233,3.467],[7.466,0],[3,-1.5],[1.433,-2.033],[0,-1.533],[-0.434,-0.433],[-0.6,0],[0,0],[-0.3,0.234],[-0.267,0.667],[-1.867,1.234],[-3.067,0],[0,-6.866],[0,0],[0,0],[3.6,-2.8],[0,-4.4],[-1.634,-2.3],[-2.767,-1.333]],"o":[[4.4,0],[2.8,-1.466],[0,0],[0,0.667],[0.4,0.434],[0,0],[0.666,0],[0.433,-0.433],[0,0],[0,-5.2],[-3.234,-3.466],[-4.334,0],[-3,1.5],[-1.434,2.034],[0,0.6],[0.433,0.434],[0,0],[0.533,0],[0.3,-0.233],[0.866,-1.666],[1.866,-1.233],[7.933,0],[0,0],[0,0],[-6.2,0.934],[-3.6,2.8],[0,2.8],[1.633,2.3],[2.766,1.333]],"v":[[21.9,1],[32.7,-1.2],[39.1,-6.7],[39.1,-2.3],[39.7,-0.65],[41.3,0],[45.7,0],[47.35,-0.65],[48,-2.3],[48,-34.8],[43.15,-47.8],[27.1,-53],[16.1,-50.75],[9.45,-45.45],[7.3,-40.1],[7.95,-38.55],[9.5,-37.9],[13.4,-37.9],[14.65,-38.25],[15.5,-39.6],[19.6,-43.95],[27,-45.8],[38.9,-35.5],[38.9,-32.6],[23.9,-30.5],[9.2,-24.9],[3.8,-14.1],[6.25,-6.45],[12.85,-1]],"c":true},"ix":2},"nm":"a","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[4.4,0],[2.233,1.467],[0,2.734],[-2.467,1.6],[-4.8,0.667],[0,0],[0,0],[2.8,-2.866]],"o":[[-3.067,0],[-2.234,-1.466],[0,-2.4],[2.466,-1.6],[0,0],[0,0],[0,5.467],[-2.8,2.867]],"v":[[23.9,-6.3],[15.95,-8.5],[12.6,-14.8],[16.3,-20.8],[27.2,-24.2],[38.9,-25.9],[38.9,-23.1],[34.7,-10.6]],"c":true},"ix":2},"nm":"a","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"a","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":"A","size":20,"style":"Medium","w":69.4,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.6,0],[0,0],[-0.534,1.267],[0,0],[0,0],[0,0],[-1.4,0],[0,0],[-0.434,0.4],[0,0.6],[0,0],[0,0],[1.733,0],[0,0],[0.666,-1.666],[0,0],[0,0],[-0.4,-0.4]],"o":[[0,0],[1.4,0],[0,0],[0,0],[0,0],[0.533,1.267],[0,0],[0.533,0],[0.433,-0.4],[0,0],[0,0],[-0.667,-1.666],[0,0],[-1.734,0],[0,0],[0,0],[0,0.6],[0.4,0.4]],"v":[[3.5,0],[12.4,0],[15.3,-1.9],[19.9,-14],[49.5,-14],[54.1,-1.9],[57,0],[65.9,0],[67.35,-0.6],[68,-2.1],[67.8,-3],[43.8,-67.5],[40.2,-70],[29.2,-70],[25.6,-67.5],[1.6,-3],[1.4,-2.1],[2,-0.6]],"c":true},"ix":2},"nm":"A","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[34.7,-56.4],[46,-25.6],[23.4,-25.6]],"c":true},"ix":2},"nm":"A","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"A","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":"s","size":20,"style":"Medium","w":53.3,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-5.067,0],[-4.1,2.934],[0,4.734],[12,2.334],[1.933,0.7],[0.633,0.8],[0,1.2],[-1.334,1.067],[-2.467,0],[-1.267,-0.533],[-1.034,-0.9],[-0.467,-0.333],[-0.734,0],[0,0],[-0.434,0.434],[0,0.6],[1.7,2],[3.266,1.434],[4.533,0],[3.166,-1.5],[1.6,-2.366],[0,-2.666],[-2.7,-2.466],[-5.667,-1.2],[-1.967,-0.7],[-0.767,-0.833],[0,-1.333],[1.666,-1.033],[2.666,0],[1.5,0.567],[1.166,1],[0.333,0.267],[0.533,0],[0,0],[0.433,-0.4],[0,-0.666],[-1.634,-2.033],[-3.4,-1.533]],"o":[[7.333,0],[4.1,-2.933],[0,-8.133],[-3.867,-0.733],[-1.934,-0.7],[-0.634,-0.8],[0,-1.733],[1.333,-1.066],[1.8,0],[1.266,0.534],[1.033,0.9],[0.4,0.534],[0,0],[0.6,0],[0.433,-0.433],[0,-1.533],[-1.7,-2],[-3.267,-1.433],[-4.4,0],[-3.167,1.5],[-1.6,2.367],[0,4.067],[2.7,2.467],[3.933,0.867],[1.966,0.7],[0.766,0.834],[0,1.934],[-1.667,1.034],[-1.8,0],[-1.5,-0.566],[-1.167,-1],[-0.4,-0.533],[0,0],[-0.6,0],[-0.434,0.4],[0,1.467],[1.633,2.034],[3.4,1.533]],"v":[[26.4,1],[43.55,-3.4],[49.7,-14.9],[31.7,-30.6],[23,-32.75],[19.15,-35],[18.2,-38],[20.2,-42.2],[25.9,-43.8],[30.5,-43],[33.95,-40.85],[36.2,-39],[37.9,-38.2],[45.4,-38.2],[46.95,-38.85],[47.6,-40.4],[45.05,-45.7],[37.6,-50.85],[25.9,-53],[14.55,-50.75],[7.4,-44.95],[5,-37.4],[9.05,-27.6],[21.6,-22.1],[30.45,-19.75],[34.55,-17.45],[35.7,-14.2],[33.2,-9.75],[26.7,-8.2],[21.75,-9.05],[17.75,-11.4],[15.5,-13.3],[14.1,-14.1],[5.9,-14.1],[4.35,-13.5],[3.7,-11.9],[6.15,-6.65],[13.7,-1.3]],"c":true},"ix":2},"nm":"s","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"s","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":"i","size":20,"style":"Medium","w":26.5,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.667,0],[0,0],[-0.5,0.467],[0,0.667],[0,0],[0.466,0.467],[0.733,0],[0,0],[0.466,-0.466],[0,-0.733],[0,0],[-0.467,-0.466]],"o":[[0,0],[0.666,0],[0.5,-0.466],[0,0],[0,-0.733],[-0.467,-0.466],[0,0],[-0.667,0],[-0.467,0.467],[0,0],[0,0.667],[0.466,0.467]],"v":[[8.6,-60.5],[17.8,-60.5],[19.55,-61.2],[20.3,-62.9],[20.3,-70.2],[19.6,-72],[17.8,-72.7],[8.6,-72.7],[6.9,-72],[6.2,-70.2],[6.2,-62.9],[6.9,-61.2]],"c":true},"ix":2},"nm":"i","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-0.667,0],[0,0],[-0.467,0.467],[0,0.667],[0,0],[0.466,0.467],[0.666,0],[0,0],[0.466,-0.433],[0,-0.733],[0,0],[-0.467,-0.466]],"o":[[0,0],[0.666,0],[0.466,-0.466],[0,0],[0,-0.666],[-0.467,-0.466],[0,0],[-0.667,0],[-0.467,0.434],[0,0],[0,0.667],[0.466,0.467]],"v":[[9,0],[17.5,0],[19.2,-0.7],[19.9,-2.4],[19.9,-49.6],[19.2,-51.3],[17.5,-52],[9,-52],[7.3,-51.35],[6.6,-49.6],[6.6,-2.4],[7.3,-0.7]],"c":true},"ix":2},"nm":"i","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"i","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":"a","size":20,"style":"Medium","w":57.2,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.4,0],[-2.667,1.366],[-1.467,2.134],[0,0],[-0.467,-0.466],[-0.667,0],[0,0],[-0.434,0.467],[0,0.667],[0,0],[3.6,3.534],[7.866,0],[3.266,-1.566],[1.566,-2.1],[0.066,-1.666],[-0.434,-0.4],[-0.6,0],[0,0],[-0.267,0.8],[-0.834,0.834],[-1.334,0.8],[-2.2,0],[-1.467,-1.466],[0,-2.866],[0,0],[0,0],[3.666,-2.8],[0,-4.533],[-1.634,-2.333],[-2.834,-1.366]],"o":[[4,0],[2.666,-1.366],[0,0],[0,0.667],[0.466,0.467],[0,0],[0.733,0],[0.433,-0.466],[0,0],[0,-5.733],[-3.6,-3.533],[-4.8,0],[-3.267,1.567],[-1.567,2.1],[0,0.667],[0.433,0.4],[0,0],[0.733,0],[0.266,-0.266],[0.833,-0.833],[1.333,-0.8],[3.2,0],[1.466,1.467],[0,0],[0,0],[-6.4,1],[-3.667,2.8],[0,2.8],[1.633,2.334],[2.833,1.366]],"v":[[21.7,1],[31.7,-1.05],[37.9,-6.3],[37.9,-2.4],[38.6,-0.7],[40.3,0],[48.6,0],[50.35,-0.7],[51,-2.4],[51,-33.8],[45.6,-47.7],[28.4,-53],[16.3,-50.65],[9.05,-45.15],[6.6,-39.5],[7.25,-37.9],[8.8,-37.3],[16.6,-37.3],[18.1,-38.5],[19.75,-40.15],[23,-42.6],[28.3,-43.8],[35.3,-41.6],[37.5,-35.1],[37.5,-33],[23.8,-31],[8.7,-25.3],[3.2,-14.3],[5.65,-6.6],[12.35,-1.05]],"c":true},"ix":2},"nm":"a","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[3.666,0],[1.766,1.167],[0,2.134],[-7.667,1.2],[0,0],[0,0],[2.333,-2.4]],"o":[[-2.467,0],[-1.767,-1.166],[0,-3.933],[0,0],[0,0],[0,4.534],[-2.334,2.4]],"v":[[25.1,-8.6],[18.75,-10.35],[16.1,-15.3],[27.6,-23],[37.6,-24.6],[37.6,-22.6],[34.1,-12.2]],"c":true},"ix":2},"nm":"a","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"a","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":"n","size":20,"style":"Medium","w":62.5,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.667,0],[0,0],[-0.434,0.467],[0,0.667],[0,0],[-2.067,2.2],[-3.4,0],[-1.9,-2.166],[0,-3.866],[0,0],[-0.467,-0.466],[-0.667,0],[0,0],[-0.434,0.467],[0,0.667],[0,0],[3.6,4],[6.133,0],[4.066,-5],[0,0],[0.433,0.434],[0.733,0],[0,0],[0.466,-0.433],[0,-0.733],[0,0],[-0.467,-0.466]],"o":[[0,0],[0.733,0],[0.433,-0.466],[0,0],[0,-3.8],[2.066,-2.2],[3.533,0],[1.9,2.167],[0,0],[0,0.667],[0.466,0.467],[0,0],[0.733,0],[0.433,-0.466],[0,0],[0,-7],[-3.6,-4],[-7.067,0],[0,0],[0,-0.733],[-0.434,-0.433],[0,0],[-0.667,0],[-0.467,0.434],[0,0],[0,0.667],[0.466,0.467]],"v":[[9,0],[17.9,0],[19.65,-0.7],[20.3,-2.4],[20.3,-29.9],[23.4,-38.9],[31.6,-42.2],[39.75,-38.95],[42.6,-29.9],[42.6,-2.4],[43.3,-0.7],[45,0],[54,0],[55.75,-0.7],[56.4,-2.4],[56.4,-30.5],[51,-47],[36.4,-53],[19.7,-45.5],[19.7,-49.6],[19.05,-51.35],[17.3,-52],[9,-52],[7.3,-51.35],[6.6,-49.6],[6.6,-2.4],[7.3,-0.7]],"c":true},"ix":2},"nm":"n","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"n","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":"l","size":20,"style":"Medium","w":26.6,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.667,0],[0,0],[-0.434,0.467],[0,0.667],[0,0],[0.433,0.434],[0.733,0],[0,0],[0.466,-0.433],[0,-0.733],[0,0],[-0.467,-0.466]],"o":[[0,0],[0.733,0],[0.433,-0.466],[0,0],[0,-0.733],[-0.434,-0.433],[0,0],[-0.667,0],[-0.467,0.434],[0,0],[0,0.667],[0.466,0.467]],"v":[[9.1,0],[17.5,0],[19.25,-0.7],[19.9,-2.4],[19.9,-68.6],[19.25,-70.35],[17.5,-71],[9.1,-71],[7.4,-70.35],[6.7,-68.6],[6.7,-2.4],[7.4,-0.7]],"c":true},"ix":2},"nm":"l","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"l","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":"c","size":20,"style":"Medium","w":57.2,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-7.334,0],[-3.6,1.933],[-1.734,2.7],[-0.134,2.334],[0.5,0.467],[0.666,0],[0,0],[0.366,-0.333],[0.266,-0.733],[1.6,-1.1],[2.6,0],[0.4,8.667],[0,0],[0,0],[-1.9,2.134],[-3.4,0],[-1.634,-1.133],[-1,-2.533],[-0.334,-0.3],[-0.734,0],[0,0],[-0.5,0.467],[0.066,0.667],[1.766,2.7],[3.633,1.867],[5.266,0],[4.366,-4.066],[0.266,-7.2],[0,0],[0,0],[-4.367,-4.066]],"o":[[5.4,0],[3.6,-1.933],[1.733,-2.7],[0.066,-0.666],[-0.5,-0.466],[0,0],[-0.734,0],[-0.367,0.334],[-1,2.6],[-1.6,1.1],[-6.934,0],[0,0],[0,0],[0.133,-4.4],[1.9,-2.133],[2.533,0],[1.633,1.134],[0.333,0.8],[0.333,0.3],[0,0],[0.666,0],[0.5,-0.466],[-0.134,-2.466],[-1.767,-2.7],[-3.634,-1.866],[-7.334,0],[-4.367,4.067],[0,0],[0,0],[0.266,7.2],[4.366,4.067]],"v":[[29.1,1],[42.6,-1.9],[50.6,-8.85],[53.4,-16.4],[52.75,-18.1],[51,-18.8],[42.1,-18.8],[40.45,-18.3],[39.5,-16.7],[35.6,-11.15],[29.3,-9.5],[18.3,-22.5],[18.2,-25.8],[18.3,-29.5],[21.35,-39.3],[29.3,-42.5],[35.55,-40.8],[39.5,-35.3],[40.5,-33.65],[42.1,-33.2],[51,-33.2],[52.75,-33.9],[53.4,-35.6],[50.55,-43.35],[42.45,-50.2],[29.1,-53],[11.55,-46.9],[4.6,-30],[4.5,-26],[4.6,-22],[11.55,-5.1]],"c":true},"ix":2},"nm":"c","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"c","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":" ","size":20,"style":"Medium","w":22.8,"data":{},"fFamily":"Rubik"},{"ch":"C","size":20,"style":"Medium","w":68.5,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-9.2,0],[-4.4,2.034],[-2.434,3.534],[-0.134,4.4],[0.433,0.4],[0.6,0],[0,0],[0.4,-0.366],[0.266,-0.933],[2.5,-1.7],[4,0],[0.4,10.667],[0,3.734],[-0.067,1.8],[-9.534,0],[-2.467,-1.7],[-1,-4.133],[-0.4,-0.366],[-0.8,0],[0,0],[-0.434,0.367],[0,0.534],[0,0],[2.433,3.534],[4.4,2.034],[5.933,0],[5.066,-4.766],[0.333,-8.533],[0,-4.133],[-0.067,-1.8],[-5.034,-4.7]],"o":[[5.933,0],[4.4,-2.033],[2.433,-3.533],[0.066,-0.6],[-0.434,-0.4],[0,0],[-0.8,0],[-0.4,0.367],[-1,4.134],[-2.5,1.7],[-9.534,0],[-0.067,-1.933],[0,-3.733],[0.4,-10.666],[4.066,0],[2.466,1.7],[0.266,0.934],[0.4,0.367],[0,0],[0.533,0],[0.433,-0.366],[0,0],[-0.134,-4.4],[-2.434,-3.533],[-4.4,-2.033],[-9.134,0],[-5.067,4.767],[-0.067,1.867],[0,4.067],[0.333,8.667],[5.033,4.7]],"v":[[34.8,1],[50.3,-2.05],[60.55,-10.4],[64.4,-22.3],[63.85,-23.8],[62.3,-24.4],[52.6,-24.4],[50.8,-23.85],[49.8,-21.9],[44.55,-13.15],[34.8,-10.6],[19.9,-26.6],[19.8,-35.1],[19.9,-43.4],[34.8,-59.4],[44.6,-56.85],[49.8,-48.1],[50.8,-46.15],[52.6,-45.6],[62.3,-45.6],[63.75,-46.15],[64.4,-47.5],[64.4,-47.7],[60.55,-59.6],[50.3,-67.95],[34.8,-71],[13.5,-63.85],[5.4,-43.9],[5.3,-34.9],[5.4,-26.1],[13.45,-6.05]],"c":true},"ix":2},"nm":"C","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"C","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":"e","size":20,"style":"Medium","w":57.8,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-7.467,0],[-3.534,1.6],[-1.9,2.167],[0,1.6],[0.433,0.334],[0.6,0],[0,0],[0.333,-0.166],[0.6,-0.733],[3.8,0],[1.9,2.434],[0.133,3.734],[0,0],[0,0],[-0.467,0.467],[0,0.667],[0,0],[4.3,4.8],[7.933,0],[4.366,-4.8],[0,-8.333],[0,0],[-4.367,-4.266]],"o":[[4.666,0],[3.533,-1.6],[1.9,-2.166],[0,-0.6],[-0.434,-0.333],[0,0],[-0.8,0],[-0.334,0.167],[-2.4,3.067],[-3.334,0],[-1.9,-2.433],[0,0],[0,0],[0.733,0],[0.466,-0.466],[0,0],[0,-8],[-4.3,-4.8],[-7.734,0],[-4.367,4.8],[0,0],[0.266,7.867],[4.366,4.267]],"v":[[29.1,1],[41.4,-1.4],[49.55,-7.05],[52.4,-12.7],[51.75,-14.1],[50.2,-14.6],[41.4,-14.6],[39.7,-14.35],[38.3,-13],[29,-8.4],[21.15,-12.05],[18.1,-21.3],[18.1,-22.1],[51.3,-22.1],[53.1,-22.8],[53.8,-24.5],[53.8,-26.6],[47.35,-45.8],[29,-53],[10.85,-45.8],[4.3,-26.1],[4.4,-23.6],[11.35,-5.4]],"c":true},"ix":2},"nm":"e","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-1.934,2.367],[-3.4,0],[-1.967,-2.366],[0,-3.933],[0,0]],"o":[[0,0],[0,-3.933],[1.933,-2.366],[3.4,0],[1.966,2.367],[0,0],[0,0]],"v":[[18.1,-30.6],[18.1,-30.8],[21,-40.25],[29,-43.8],[37.05,-40.25],[40,-30.8],[40,-30.6]],"c":true},"ix":2},"nm":"e","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"e","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":"r","size":20,"style":"Medium","w":41.9,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.667,0],[0,0],[-0.467,0.467],[0,0.667],[0,0],[-1.8,1.8],[-3.134,0],[0,0],[-0.434,0.467],[0,0.667],[0,0],[0.433,0.434],[0.733,0],[0,0],[3.333,-4.4],[0,0],[0.466,0.467],[0.733,0],[0,0],[0.466,-0.466],[0,-0.733],[0,0],[-0.467,-0.466]],"o":[[0,0],[0.666,0],[0.466,-0.466],[0,0],[0,-3.133],[1.8,-1.8],[0,0],[0.733,0],[0.433,-0.466],[0,0],[0,-0.733],[-0.434,-0.433],[0,0],[-6.267,0],[0,0],[0,-0.733],[-0.467,-0.466],[0,0],[-0.667,0],[-0.467,0.467],[0,0],[0,0.667],[0.466,0.467]],"v":[[9,0],[17.9,0],[19.6,-0.7],[20.3,-2.4],[20.3,-29.8],[23,-37.2],[30.4,-39.9],[38.3,-39.9],[40.05,-40.6],[40.7,-42.3],[40.7,-49.6],[40.05,-51.35],[38.3,-52],[34.1,-52],[19.7,-45.4],[19.7,-49.5],[19,-51.3],[17.2,-52],[9,-52],[7.3,-51.3],[6.6,-49.5],[6.6,-2.4],[7.3,-0.7]],"c":true},"ix":2},"nm":"r","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"r","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":"U","size":20,"style":"Medium","w":71.4,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-9.067,0],[-4.967,4.6],[0,9.334],[0,0],[0.433,0.467],[0.733,0],[0,0],[0.466,-0.466],[0,-0.733],[0,0],[2.5,-2.666],[4.6,0],[2.5,2.667],[0,5.267],[0,0],[0.466,0.467],[0.733,0],[0,0],[0.433,-0.466],[0,-0.733],[0,0],[-5,-4.6]],"o":[[9,0],[4.966,-4.6],[0,0],[0,-0.733],[-0.434,-0.466],[0,0],[-0.734,0],[-0.467,0.467],[0,0],[0,5.267],[-2.5,2.667],[-4.6,0],[-2.5,-2.666],[0,0],[0,-0.733],[-0.467,-0.466],[0,0],[-0.734,0],[-0.434,0.467],[0,0],[0,9.334],[5,4.6]],"v":[[35.8,1],[56.75,-5.9],[64.2,-26.8],[64.2,-67.5],[63.55,-69.3],[61.8,-70],[52.6,-70],[50.8,-69.3],[50.1,-67.5],[50.1,-26.8],[46.35,-14.9],[35.7,-10.9],[25.05,-14.9],[21.3,-26.8],[21.3,-67.5],[20.6,-69.3],[18.8,-70],[9.6,-70],[7.85,-69.3],[7.2,-67.5],[7.2,-26.8],[14.7,-5.9]],"c":true},"ix":2},"nm":"U","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"U","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":"d","size":20,"style":"Medium","w":61.4,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-6.734,0],[-3.667,4.734],[0,0],[-0.467,-0.466],[-0.667,0],[0,0],[-0.434,0.467],[0,0.667],[0,0],[0.433,0.434],[0.733,0],[0,0],[0.466,-0.433],[0,-0.733],[0,0],[6.4,0],[3.633,-4.366],[0.266,-7.066],[0,0],[0,0],[-3.6,-4.3]],"o":[[6.933,0],[0,0],[0,0.667],[0.466,0.467],[0,0],[0.733,0],[0.433,-0.466],[0,0],[0,-0.733],[-0.434,-0.433],[0,0],[-0.667,0],[-0.467,0.434],[0,0],[-3.8,-4.4],[-6.734,0],[-3.634,4.367],[0,0],[0,0],[0.333,7.2],[3.6,4.3]],"v":[[25.9,1],[41.8,-6.1],[41.8,-2.4],[42.5,-0.7],[44.2,0],[52.3,0],[54.05,-0.7],[54.7,-2.4],[54.7,-68.6],[54.05,-70.35],[52.3,-71],[43.6,-71],[41.9,-70.35],[41.2,-68.6],[41.2,-46.4],[25.9,-53],[10.35,-46.45],[4.5,-29.3],[4.4,-26],[4.5,-22.7],[10.4,-5.45]],"c":true},"ix":2},"nm":"d","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[3.8,0],[0.466,8.8],[0,0],[0,0],[-7.134,0],[-1.934,-2.333],[-0.134,-3.333],[0,-1.8],[0.066,-0.8],[1.833,-2.433]],"o":[[-7.134,0],[0,0],[0,0],[0.466,-8.8],[3.666,0],[1.933,2.334],[0.066,0.8],[0,1.734],[-0.2,3.6],[-1.834,2.434]],"v":[[29.7,-9.8],[18.3,-23],[18.2,-26],[18.3,-29],[29.7,-42.2],[38.1,-38.7],[41.2,-30.2],[41.3,-26.3],[41.2,-22.5],[38.15,-13.45]],"c":true},"ix":2},"nm":"d","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"d","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":"S","size":18,"style":"Regular","w":59.33,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.441,-1.904],[0,-3.483],[2.637,-2.018],[4.948,0],[3.174,2.49],[0,4.297],[0,0],[-2.295,-3.255],[-4.232,-1.871],[-4.883,0],[-4.492,3.467],[0,5.762],[1.611,2.67],[3.336,2.002],[5.908,1.663],[2.457,2.006],[0,2.903],[-2.588,2.039],[-4.623,0],[-2.734,-2.466],[0,-4.312],[0,0],[2.1,3.32],[3.825,1.888],[4.883,0],[4.475,-3.662],[0,-5.598],[-3.662,-3.369],[-8.041,-2.311]],"o":[[2.441,1.904],[0,3.484],[-2.637,2.019],[-5.306,0],[-3.174,-2.49],[0,0],[0,4.134],[2.295,3.255],[4.231,1.871],[7.52,0],[4.492,-3.467],[0,-3.613],[-1.611,-2.669],[-3.337,-2.002],[-5.908,-1.663],[-2.458,-2.005],[0,-3.619],[2.588,-2.039],[4.98,0],[2.734,2.467],[0,0],[0,-3.938],[-2.1,-3.32],[-3.825,-1.888],[-7.162,0],[-4.476,3.662],[0,4.948],[3.662,3.369],[6.413,1.855]],"v":[[42.48,-26.05],[46.143,-17.969],[42.188,-9.717],[30.811,-6.689],[18.091,-10.425],[13.33,-20.605],[3.906,-20.605],[7.349,-9.521],[17.139,-1.831],[30.811,0.977],[48.828,-4.224],[55.566,-18.066],[53.149,-27.49],[45.728,-34.497],[31.86,-39.995],[19.312,-45.498],[15.625,-52.86],[19.507,-61.346],[30.322,-64.404],[41.895,-60.705],[45.996,-50.537],[55.42,-50.537],[52.271,-61.426],[43.384,-69.238],[30.322,-72.07],[12.866,-66.577],[6.152,-52.686],[11.646,-40.21],[29.199,-31.689]],"c":true},"ix":2},"nm":"S","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"S","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Roboto"},{"ch":"e","size":18,"style":"Regular","w":52.98,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4.427,6.804],[0,0],[2.213,-1.302],[3.19,0],[2.913,3.207],[0.13,5.209],[0,0],[0,0],[3.809,4.525],[6.868,0],[3.596,-2.327],[2.002,-4.118],[0,-5.241],[0,0],[-4.492,-4.704],[-7.162,0]],"o":[[0,0],[-1.66,2.148],[-2.214,1.302],[-4.492,0],[-2.914,-3.206],[0,0],[0,0],[0,-8.43],[-3.809,-4.524],[-4.199,0],[-3.597,2.328],[-2.002,4.118],[0,0],[0,7.878],[4.492,4.704],[8.854,0]],"v":[[48.682,-9.229],[43.164,-13.525],[37.354,-8.35],[29.248,-6.396],[18.14,-11.206],[13.574,-23.828],[49.365,-23.828],[49.365,-27.588],[43.652,-47.021],[27.637,-53.809],[15.942,-50.317],[7.544,-40.649],[4.541,-26.611],[4.541,-24.951],[11.279,-6.079],[28.76,0.977]],"c":true},"ix":2},"nm":"e","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-2.214,-2.522],[-0.261,-4.59],[0,0],[0,0],[-2.474,2.654],[-3.646,0]],"o":[[2.213,2.523],[0,0],[0,0],[0.586,-4.785],[2.473,-2.653],[3.776,0]],"v":[[36.621,-42.603],[40.332,-31.934],[40.332,-31.25],[13.867,-31.25],[18.457,-42.407],[27.637,-46.387]],"c":true},"ix":2},"nm":"e","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"e","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Roboto"},{"ch":"a","size":18,"style":"Regular","w":54.39,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,4.851],[0,0],[3.45,3.044],[6.087,0],[3.206,-1.432],[1.871,-2.457],[0,-2.637],[0,0],[-2.181,1.628],[-3.223,0],[-1.888,-1.871],[0,-3.157],[0,0],[0,0],[4.182,-3.043],[0,-5.501],[-3.337,-2.946],[-5.209,0],[-4.199,4.362],[-0.521,-1.041]],"o":[[0,0],[-1.237,-2.864],[0,0],[-0.13,-5.338],[-3.451,-3.043],[-3.841,0],[-3.207,1.433],[-1.872,2.458],[0,0],[0,-2.311],[2.18,-1.627],[3.678,0],[1.888,1.872],[0,0],[0,0],[-7.585,0],[-4.183,3.044],[0,4.525],[3.336,2.946],[5.827,0],[0.325,2.67],[0,0]],"v":[[48.926,0],[48.926,-0.781],[47.07,-12.354],[47.07,-36.67],[41.699,-49.243],[27.393,-53.809],[16.821,-51.66],[9.204,-45.825],[6.396,-38.184],[15.479,-38.184],[18.75,-44.092],[26.855,-46.533],[35.205,-43.726],[38.037,-36.182],[38.037,-32.031],[29.248,-32.031],[11.597,-27.466],[5.322,-14.648],[10.327,-3.442],[23.145,0.977],[38.184,-5.566],[39.453,0]],"c":true},"ix":2},"nm":"a","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[1.888,1.595],[0,2.832],[-11.068,0],[0,0],[0,0],[2.539,-1.465],[2.832,0]],"o":[[-1.888,-1.595],[0,-6.477],[0,0],[0,0],[-1.14,2.344],[-2.539,1.465],[-2.962,0]],"v":[[17.188,-9.277],[14.355,-15.918],[30.957,-25.635],[38.037,-25.635],[38.037,-14.795],[32.52,-9.082],[24.463,-6.885]],"c":true},"ix":2},"nm":"a","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"a","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Roboto"},{"ch":"r","size":18,"style":"Regular","w":33.84,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.758,0],[2.962,-4.72],[0,0],[0,0],[0,0],[0,0],[0,0],[-5.925,0],[-1.367,-0.227]],"o":[[-0.912,-0.455],[-5.437,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.116,-5.045],[1.595,0],[0,0]],"v":[[32.373,-53.125],[28.369,-53.809],[15.771,-46.729],[15.625,-52.832],[6.836,-52.832],[6.836,0],[15.869,0],[15.869,-37.5],[27.93,-45.068],[32.373,-44.727]],"c":true},"ix":2},"nm":"r","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"r","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Roboto"},{"ch":"c","size":18,"style":"Regular","w":52.34,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.506,3.288],[0,6.087],[0,0],[-2.523,3.304],[-4.59,0],[-2.328,-2.197],[-0.261,-3.418],[0,0],[3.922,3.548],[5.924,0],[3.532,-2.213],[1.888,-4.004],[0,-5.143],[0,0],[-4.248,-4.801],[-7.195,0],[-3.207,1.627],[-1.921,2.734],[-0.163,3.027],[0,0],[2.409,-1.953],[3.223,0]],"o":[[-2.507,-3.288],[0,0],[0,-6.25],[2.522,-3.304],[3.418,0],[2.327,2.197],[0,0],[-0.261,-5.664],[-3.923,-3.548],[-4.818,0],[-3.532,2.214],[-1.888,4.004],[0,0],[0,8.334],[4.248,4.802],[3.58,0],[3.206,-1.627],[1.92,-2.734],[0,0],[-0.261,2.93],[-2.409,1.953],[-4.655,0]],"v":[[17.285,-11.328],[13.525,-25.391],[13.525,-27.1],[17.31,-41.431],[27.979,-46.387],[36.597,-43.091],[40.479,-34.668],[49.023,-34.668],[42.749,-48.486],[27.979,-53.809],[15.454,-50.488],[7.324,-41.162],[4.492,-27.441],[4.492,-25.928],[10.864,-6.226],[28.027,0.977],[38.208,-1.465],[45.898,-8.008],[49.023,-16.65],[40.479,-16.65],[36.475,-9.326],[28.027,-6.396]],"c":true},"ix":2},"nm":"c","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"c","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Roboto"},{"ch":"h","size":18,"style":"Regular","w":55.08,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[-2.214,1.562],[-2.93,0],[-1.709,-1.823],[-0.033,-3.809],[0,0],[0,0],[0,0],[11.165,0],[4.004,-4.915]],"o":[[0,0],[0,0],[0,0],[0,0],[1.237,-2.539],[2.213,-1.562],[3.613,0],[1.709,1.823],[0,0],[0,0],[0,0],[-0.098,-12.598],[-6.413,0],[0,0]],"v":[[15.869,-75],[6.836,-75],[6.836,0],[15.869,0],[15.869,-37.646],[21.045,-43.799],[28.76,-46.143],[36.743,-43.408],[39.355,-34.961],[39.355,0],[48.389,0],[48.389,-34.912],[31.494,-53.809],[15.869,-46.436]],"c":true},"ix":2},"nm":"h","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"h","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Roboto"},{"ch":" ","size":18,"style":"Regular","w":24.76,"data":{},"fFamily":"Roboto"},{"ch":"f","size":18,"style":"Regular","w":34.72,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.595,1.714],[-2.93,0],[-1.53,-0.293],[0,0],[2.083,0],[3.027,-3.092],[0,-5.664],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,-3.2],[1.595,-1.714],[1.725,0],[0,0],[-2.051,-0.549],[-5.534,0],[-3.027,3.093],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[20.312,0],[20.312,-45.85],[31.592,-45.85],[31.592,-52.832],[20.312,-52.832],[20.312,-58.416],[22.705,-65.788],[29.492,-68.359],[34.375,-67.92],[34.863,-75.201],[28.662,-76.025],[15.82,-71.387],[11.279,-58.252],[11.279,-52.832],[2.93,-52.832],[2.93,-45.85],[11.279,-45.85],[11.279,0]],"c":true},"ix":2},"nm":"f","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"f","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Roboto"},{"ch":"o","size":18,"style":"Regular","w":57.03,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-4.443,-4.98],[-7.162,0],[-3.662,2.279],[-1.97,4.086],[0,5.144],[0,0],[4.443,4.98],[7.194,0],[3.629,-2.246],[2.034,-4.134],[0,-5.176]],"o":[[0,8.203],[4.443,4.98],[4.752,0],[3.662,-2.278],[1.969,-4.085],[0,0],[0,-8.268],[-4.443,-4.98],[-4.655,0],[-3.63,2.246],[-2.035,4.134],[0,0]],"v":[[4.443,-26.27],[11.108,-6.494],[28.516,0.977],[41.138,-2.441],[49.585,-11.987],[52.539,-25.83],[52.539,-26.465],[45.874,-46.338],[28.418,-53.809],[15.991,-50.439],[7.495,-40.869],[4.443,-26.904]],"c":true},"ix":2},"nm":"o","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-2.734,3.548],[-4.46,0],[-2.751,-3.596],[0,-5.794],[2.702,-3.596],[4.59,0],[2.718,3.548],[0,5.859]],"o":[[2.734,-3.548],[4.557,0],[2.75,3.597],[0,6.478],[-2.702,3.597],[-4.558,0],[-2.718,-3.548],[0,-6.608]],"v":[[17.627,-41.064],[28.418,-46.387],[39.38,-40.991],[43.506,-26.904],[39.453,-11.792],[28.516,-6.396],[17.603,-11.719],[13.525,-25.83]],"c":true},"ix":2},"nm":"o","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"o","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Roboto"},{"ch":"p","size":18,"style":"Regular","w":56.1,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[3.694,4.785],[6.348,0],[3.678,-4.557],[0,0],[0,0],[0,0],[0,0],[0,0],[-6.413,0],[-3.679,4.916],[0,8.041]],"o":[[0,-8.528],[-3.695,-4.785],[-6.543,0],[0,0],[0,0],[0,0],[0,0],[0,0],[3.678,4.07],[6.282,0],[3.678,-4.915],[0,0]],"v":[[51.465,-26.66],[45.923,-46.631],[30.859,-53.809],[15.527,-46.973],[15.088,-52.832],[6.836,-52.832],[6.836,20.312],[15.869,20.312],[15.869,-5.127],[31.006,0.977],[45.947,-6.396],[51.465,-25.83]],"c":true},"ix":2},"nm":"p","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[2.555,-3.434],[4.329,0],[2.702,4.818],[0,0],[-5.469,0],[-2.539,-3.45],[0,-5.957]],"o":[[-2.556,3.435],[-5.566,0],[0,0],[2.734,-4.85],[4.427,0],[2.539,3.451],[0,6.771]],"v":[[38.599,-11.548],[28.271,-6.396],[15.869,-13.623],[15.869,-38.867],[28.174,-46.143],[38.623,-40.967],[42.432,-26.855]],"c":true},"ix":2},"nm":"p","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"p","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Roboto"},{"ch":"s","size":18,"style":"Regular","w":51.56,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.067,-1.383],[3.418,0],[2.262,1.775],[0.163,3.027],[0,0],[-1.839,-2.686],[-3.255,-1.497],[-4.232,0],[-3.777,2.849],[0,4.72],[1.35,1.97],[2.799,1.4],[4.508,1.009],[1.725,1.107],[0,2.181],[-1.855,1.433],[-3.288,0],[-2.1,-1.79],[0,-2.473],[0,0],[3.727,3.093],[5.989,0],[3.662,-2.995],[0,-4.329],[-1.286,-1.888],[-2.686,-1.367],[-4.574,-0.977],[-1.839,-1.35],[0,-2.441]],"o":[[-2.068,1.384],[-3.711,0],[-2.263,-1.774],[0,0],[0,3.125],[1.839,2.686],[3.255,1.497],[6.022,0],[3.776,-2.848],[0,-2.832],[-1.351,-1.969],[-2.8,-1.399],[-4.509,-1.009],[-1.726,-1.106],[0,-2.311],[1.855,-1.432],[3.19,0],[2.1,1.791],[0,0],[0,-4.817],[-3.728,-3.092],[-5.697,0],[-3.662,2.995],[0,2.605],[1.286,1.888],[2.686,1.367],[4.573,0.977],[1.839,1.351],[0,2.312]],"v":[[34.497,-8.472],[26.27,-6.396],[17.31,-9.058],[13.672,-16.26],[4.639,-16.26],[7.397,-7.544],[15.039,-1.27],[26.27,0.977],[40.967,-3.296],[46.631,-14.648],[44.604,-21.851],[38.379,-26.904],[27.417,-30.518],[18.066,-33.691],[15.479,-38.623],[18.262,-44.238],[25.977,-46.387],[33.911,-43.701],[37.061,-37.305],[46.143,-37.305],[40.552,-49.17],[25.977,-53.809],[11.938,-49.316],[6.445,-38.33],[8.374,-31.592],[14.331,-26.709],[25.22,-23.193],[34.839,-19.702],[37.598,-14.014]],"c":true},"ix":2},"nm":"s","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"s","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Roboto"},{"ch":".","size":18,"style":"Regular","w":26.32,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.928,-1.009],[-1.855,0],[-0.961,1.009],[0,1.498],[0.96,1.042],[1.855,0],[0.928,-1.041],[0,-1.562]],"o":[[0.928,1.009],[1.855,0],[0.96,-1.009],[0,-1.562],[-0.961,-1.041],[-1.855,0],[-0.928,1.042],[0,1.498]],"v":[[8.423,-0.977],[12.598,0.537],[16.821,-0.977],[18.262,-4.736],[16.821,-8.643],[12.598,-10.205],[8.423,-8.643],[7.031,-4.736]],"c":true},"ix":2},"nm":".","mn":"ADBE Vector Shape - Group","hd":false}],"nm":".","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Roboto"},{"ch":"t","size":18,"style":"Regular","w":32.67,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.051,-2.441],[-4.037,0],[-2.377,0.647],[0,0],[1.041,0],[0.879,1.059],[0,2.119],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,4.492],[2.051,2.441],[2.246,0],[0,0],[-1.823,0.391],[-2.116,0],[-0.879,-1.059],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[10.059,-65.625],[10.059,-52.832],[0.439,-52.832],[0.439,-45.85],[10.059,-45.85],[10.059,-13.086],[13.135,-2.686],[22.266,0.977],[29.199,0.006],[29.199,-7.275],[24.902,-6.689],[20.41,-8.278],[19.092,-13.045],[19.092,-45.85],[28.955,-45.85],[28.955,-52.832],[19.092,-52.832],[19.092,-65.625]],"c":true},"ix":2},"nm":"t","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"t","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Roboto"},{"ch":"y","size":18,"style":"Regular","w":47.31,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[1.709,-1.237],[3.059,0],[0,0],[0,0],[0,0],[0,0],[-3.288,8.789],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[-1.107,3.288],[-1.709,1.237],[0,0],[0,0],[0,0],[0,0],[7.161,0],[0,0],[0,0],[0,0],[0,0]],"v":[[10.938,-52.832],[1.074,-52.832],[19.922,-0.586],[17.92,4.785],[13.696,11.572],[6.543,13.428],[4.102,13.232],[4.102,20.557],[7.471,21.191],[9.18,21.338],[24.854,8.154],[46.094,-52.832],[36.426,-52.832],[24.121,-13.232]],"c":true},"ix":2},"nm":"y","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"y","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Roboto"},{"ch":"N","size":18,"style":"Regular","w":71.29,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[62.891,-71.094],[53.564,-71.094],[53.564,-16.064],[17.676,-71.094],[8.252,-71.094],[8.252,0],[17.676,0],[17.676,-54.785],[53.467,0],[62.891,0]],"c":true},"ix":2},"nm":"N","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"N","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Roboto"},{"ch":"l","size":18,"style":"Regular","w":24.27,"data":{"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":[[16.65,-75],[7.617,-75],[7.617,0],[16.65,0]],"c":true},"ix":2},"nm":"l","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"l","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Roboto"},{"ch":"w","size":18,"style":"Regular","w":75.15,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[41.064,-52.832],[33.789,-52.832],[21.484,-13.281],[11.084,-52.832],[2.1,-52.832],[17.432,0],[24.756,0],[37.256,-40.039],[50.098,0],[57.422,0],[72.803,-52.832],[63.77,-52.832],[53.613,-12.451]],"c":true},"ix":2},"nm":"w","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"w","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Roboto"},{"ch":"d","size":18,"style":"Regular","w":56.4,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-3.857,-5.013],[-6.12,0],[-3.613,4.427],[0,0],[0,0],[0,0],[0,0],[0,0],[6.184,0],[3.841,-4.932],[0,-8.105]],"o":[[0,8.073],[3.857,5.013],[6.445,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-3.613,-4.231],[-6.218,0],[-3.841,4.932],[0,0]],"v":[[4.639,-26.172],[10.425,-6.543],[25.391,0.977],[40.479,-5.664],[40.918,0],[49.219,0],[49.219,-75],[40.186,-75],[40.186,-47.461],[25.488,-53.809],[10.4,-46.411],[4.639,-26.855]],"c":true},"ix":2},"nm":"d","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-2.474,3.418],[-4.427,0],[-2.702,-4.98],[0,0],[5.729,0],[2.473,3.386],[0,5.99]],"o":[[2.473,-3.418],[5.598,0],[0,0],[-2.637,5.144],[-4.362,0],[-2.474,-3.385],[0,-6.705]],"v":[[17.383,-41.016],[27.734,-46.143],[40.186,-38.672],[40.186,-14.404],[27.637,-6.689],[17.383,-11.768],[13.672,-25.83]],"c":true},"ix":2},"nm":"d","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"d","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Roboto"},{"ch":"A","size":18,"style":"Regular","w":65.23,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[54.297,0],[63.916,0],[36.719,-71.094],[28.516,-71.094],[1.367,0],[11.035,0],[17.725,-18.604],[47.51,-18.604]],"c":true},"ix":2},"nm":"A","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[32.617,-59.521],[44.727,-26.27],[20.557,-26.27]],"c":true},"ix":2},"nm":"A","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"A","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Roboto"},{"ch":"i","size":18,"style":"Regular","w":24.27,"data":{"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":[[16.65,-52.832],[7.617,-52.832],[7.617,0],[16.65,0]],"c":true},"ix":2},"nm":"i","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-0.896,-0.977],[-1.758,0],[-0.912,0.977],[0,1.465],[0.911,1.009],[1.758,0],[0.895,-1.009],[0,-1.465]],"o":[[0.895,0.977],[1.758,0],[0.911,-0.977],[0,-1.465],[-0.912,-1.009],[-1.758,0],[-0.896,1.009],[0,1.465]],"v":[[8.228,-63.184],[12.207,-61.719],[16.211,-63.184],[17.578,-66.846],[16.211,-70.557],[12.207,-72.07],[8.228,-70.557],[6.885,-66.846]],"c":true},"ix":2},"nm":"i","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"i","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Roboto"},{"ch":"n","size":18,"style":"Regular","w":55.18,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[-2.214,1.562],[-2.93,0],[-1.709,-1.823],[-0.033,-3.809],[0,0],[0,0],[0,0],[11.165,0],[4.036,-5.078],[0,0]],"o":[[0,0],[0,0],[0,0],[1.237,-2.539],[2.213,-1.562],[3.613,0],[1.709,1.823],[0,0],[0,0],[0,0],[-0.098,-12.598],[-6.511,0],[0,0],[0,0]],"v":[[6.836,-52.832],[6.836,0],[15.869,0],[15.869,-37.646],[21.045,-43.799],[28.76,-46.143],[36.743,-43.408],[39.355,-34.961],[39.355,0],[48.389,0],[48.389,-34.912],[31.494,-53.809],[15.674,-46.191],[15.381,-52.832]],"c":true},"ix":2},"nm":"n","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"n","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Roboto"},{"ch":"R","size":16,"style":"Regular","w":65.4,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.667,0],[0,0],[-0.467,0.434],[0,0.667],[0,0],[0,0],[0,0],[-0.567,-0.466],[-1,0],[0,0],[-0.4,0.4],[0,0.534],[0.2,0.4],[0,0],[-2.534,3.267],[0,5.067],[4.3,3.567],[7.6,0],[0,0],[0.4,-0.433],[0,-0.733],[0,0],[-0.4,-0.433]],"o":[[0,0],[0.666,0],[0.466,-0.433],[0,0],[0,0],[0,0],[0.466,0.867],[0.566,0.467],[0,0],[0.533,0],[0.4,-0.4],[0,-0.333],[0,0],[4.533,-1.266],[2.533,-3.266],[0,-6.8],[-4.3,-3.566],[0,0],[-0.667,0],[-0.4,0.434],[0,0],[0,0.667],[0.4,0.434]],"v":[[11,0],[15.8,0],[17.5,-0.65],[18.2,-2.3],[18.2,-28.3],[36,-28.3],[50.7,-2.7],[52.25,-0.7],[54.6,0],[59,0],[60.4,-0.6],[61,-2],[60.7,-3.1],[45.3,-29.8],[55.9,-36.6],[59.7,-49.1],[53.25,-64.65],[35.4,-70],[11,-70],[9.4,-69.35],[8.8,-67.6],[8.8,-2.3],[9.4,-0.65]],"c":true},"ix":2},"nm":"R","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,-8.466],[10.066,0]],"o":[[0,0],[0,0],[10.066,0],[0,8.467],[0,0]],"v":[[18.2,-36.5],[18.2,-61.9],[35,-61.9],[50.1,-49.2],[35,-36.5]],"c":true},"ix":2},"nm":"R","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"R","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":"c","size":16,"style":"Regular","w":55,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-7.134,0],[-3.3,1.733],[-1.634,2.534],[-0.134,2.467],[0.5,0.467],[0.6,0],[0,0],[0.333,-0.3],[0.333,-0.8],[2.066,-1.366],[3.266,0],[2.466,2.6],[0.2,5.334],[0,0],[0,0],[-2.467,2.6],[-4.2,0],[-2.1,-1.366],[-1.2,-3.266],[-0.334,-0.3],[-0.667,0],[0,0],[-0.5,0.467],[0.066,0.6],[1.633,2.534],[3.3,1.7],[4.8,0],[4,-4.033],[0.2,-7.266],[0,0],[0,0],[-4,-4.033]],"o":[[4.8,0],[3.3,-1.733],[1.633,-2.533],[0.066,-0.6],[-0.5,-0.466],[0,0],[-0.667,0],[-0.334,0.3],[-1.2,3.267],[-2.067,1.367],[-4.2,0],[-2.467,-2.6],[0,0],[0,0],[0.2,-5.333],[2.466,-2.6],[3.2,0],[2.1,1.367],[0.333,0.8],[0.333,0.3],[0,0],[0.6,0],[0.5,-0.466],[-0.134,-2.533],[-1.634,-2.533],[-3.3,-1.7],[-7.134,0],[-4,4.034],[0,0],[0,0],[0.2,7.267],[4,4.034]],"v":[[28.3,1],[40.45,-1.6],[47.85,-8],[50.5,-15.5],[49.85,-17.1],[48.2,-17.8],[43.8,-17.8],[42.3,-17.35],[41.3,-15.7],[36.4,-8.75],[28.4,-6.7],[18.4,-10.6],[14.4,-22.5],[14.3,-26],[14.4,-29.5],[18.4,-41.4],[28.4,-45.3],[36.35,-43.25],[41.3,-36.3],[42.3,-34.65],[43.8,-34.2],[48.2,-34.2],[49.85,-34.9],[50.5,-36.5],[47.85,-44.1],[40.45,-50.45],[28.3,-53],[11.6,-46.95],[5.3,-30],[5.2,-26],[5.3,-22],[11.6,-5.05]],"c":true},"ix":2},"nm":"c","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"c","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":"m","size":16,"style":"Regular","w":88.8,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.667,0],[0,0],[-0.434,0.434],[0,0.667],[0,0],[-2.3,2.334],[-3.2,0],[-2.3,-2.333],[0,-5.266],[0,0],[-0.434,-0.433],[-0.667,0],[0,0],[-0.434,0.434],[0,0.667],[0,0],[-2.3,2.367],[-3.2,0],[-2.2,-2.3],[0,-5.333],[0,0],[-0.434,-0.433],[-0.667,0],[0,0],[-0.434,0.434],[0,0.667],[0,0],[3.466,3.734],[5.466,0],[2.966,-1.666],[1.6,-2.8],[7.333,0],[3.6,-4.466],[0,0],[0.4,0.434],[0.666,0],[0,0],[0.433,-0.433],[0,-0.666],[0,0],[-0.434,-0.433]],"o":[[0,0],[0.666,0],[0.433,-0.433],[0,0],[0,-5.2],[2.3,-2.333],[3.4,0],[2.3,2.334],[0,0],[0,0.667],[0.433,0.434],[0,0],[0.666,0],[0.433,-0.433],[0,0],[0,-5.2],[2.3,-2.366],[3.6,0],[2.2,2.3],[0,0],[0,0.667],[0.433,0.434],[0,0],[0.666,0],[0.433,-0.433],[0,0],[0,-7.066],[-3.467,-3.733],[-3.667,0],[-2.967,1.667],[-3.067,-6.133],[-6.134,0],[0,0],[0,-0.666],[-0.4,-0.433],[0,0],[-0.667,0],[-0.434,0.434],[0,0],[0,0.667],[0.433,0.434]],"v":[[9.8,0],[14.2,0],[15.85,-0.65],[16.5,-2.3],[16.5,-30.4],[19.95,-41.7],[28.2,-45.2],[36.75,-41.7],[40.2,-30.3],[40.2,-2.3],[40.85,-0.65],[42.5,0],[46.9,0],[48.55,-0.65],[49.2,-2.3],[49.2,-30.3],[52.65,-41.65],[60.9,-45.2],[69.6,-41.75],[72.9,-30.3],[72.9,-2.3],[73.55,-0.65],[75.2,0],[79.5,0],[81.15,-0.65],[81.8,-2.3],[81.8,-31.2],[76.6,-47.4],[63.2,-53],[53.25,-50.5],[46.4,-43.8],[30.8,-53],[16.2,-46.3],[16.2,-49.7],[15.6,-51.35],[14,-52],[9.8,-52],[8.15,-51.35],[7.5,-49.7],[7.5,-2.3],[8.15,-0.65]],"c":true},"ix":2},"nm":"m","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"m","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":"n","size":16,"style":"Regular","w":60.4,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.667,0],[0,0],[-0.434,0.434],[0,0.667],[0,0],[-2.534,2.7],[-4.267,0],[-2.334,-2.666],[0,-4.8],[0,0],[-0.434,-0.433],[-0.667,0],[0,0],[-0.434,0.434],[0,0.667],[0,0],[3.533,4.1],[6.4,0],[2.633,-1.333],[2,-2.466],[0,0],[0.4,0.4],[0.733,0],[0,0],[0.433,-0.433],[0,-0.666],[0,0],[-0.434,-0.433]],"o":[[0,0],[0.666,0],[0.433,-0.433],[0,0],[0,-4.733],[2.533,-2.7],[4.333,0],[2.333,2.667],[0,0],[0,0.667],[0.433,0.434],[0,0],[0.666,0],[0.433,-0.433],[0,0],[0,-6.733],[-3.534,-4.1],[-3.934,0],[-2.634,1.334],[0,0],[0,-0.733],[-0.4,-0.4],[0,0],[-0.667,0],[-0.434,0.434],[0,0],[0,0.667],[0.433,0.434]],"v":[[9.8,0],[14.4,0],[16.05,-0.65],[16.7,-2.3],[16.7,-30],[20.5,-41.15],[30.7,-45.2],[40.7,-41.2],[44.2,-30],[44.2,-2.3],[44.85,-0.65],[46.5,0],[51.1,0],[52.75,-0.65],[53.4,-2.3],[53.4,-30.6],[48.1,-46.85],[33.2,-53],[23.35,-51],[16.4,-45.3],[16.4,-49.7],[15.8,-51.4],[14.1,-52],[9.8,-52],[8.15,-51.35],[7.5,-49.7],[7.5,-2.3],[8.15,-0.65]],"c":true},"ix":2},"nm":"n","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"n","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":"f","size":16,"style":"Regular","w":38.2,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.667,0],[0,0],[-0.434,0.434],[0,0.667],[0,0],[0,0],[-0.434,0.4],[0,0.667],[0,0],[0.433,0.434],[0.666,0],[0,0],[0,0],[-1.2,1.6],[-3.067,0],[0,0],[-0.434,0.4],[0,0.667],[0,0],[0.433,0.434],[0.666,0],[0,0],[2.633,-2.966],[0,-5.4],[0,0],[0,0],[0.433,-0.433],[0,-0.666],[0,0],[-0.434,-0.4],[-0.667,0],[0,0],[0,0],[-0.434,-0.433]],"o":[[0,0],[0.666,0],[0.433,-0.433],[0,0],[0,0],[0.666,0],[0.433,-0.4],[0,0],[0,-0.666],[-0.434,-0.433],[0,0],[0,0],[0,-3.333],[1.2,-1.6],[0,0],[0.666,0],[0.433,-0.4],[0,0],[0,-0.666],[-0.434,-0.433],[0,0],[-6,0],[-2.634,2.967],[0,0],[0,0],[-0.667,0],[-0.434,0.434],[0,0],[0,0.667],[0.433,0.4],[0,0],[0,0],[0,0.667],[0.433,0.434]],"v":[[15,0],[19.3,0],[20.95,-0.65],[21.6,-2.3],[21.6,-44.3],[34.5,-44.3],[36.15,-44.9],[36.8,-46.5],[36.8,-49.7],[36.15,-51.35],[34.5,-52],[21.6,-52],[21.6,-56.5],[23.4,-63.9],[29.8,-66.3],[35.5,-66.3],[37.15,-66.9],[37.8,-68.5],[37.8,-71.7],[37.15,-73.35],[35.5,-74],[29.6,-74],[16.65,-69.55],[12.7,-57],[12.7,-52],[4.1,-52],[2.45,-51.35],[1.8,-49.7],[1.8,-46.5],[2.45,-44.9],[4.1,-44.3],[12.7,-44.3],[12.7,-2.3],[13.35,-0.65]],"c":true},"ix":2},"nm":"f","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"f","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":"r","size":16,"style":"Regular","w":37.6,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.667,0],[0,0],[-0.467,0.434],[0,0.667],[0,0],[-2.1,2.134],[-3.667,0],[0,0],[-0.4,0.434],[0,0.667],[0,0],[0.4,0.4],[0.733,0],[0,0],[2.733,-4.533],[0,0],[0.433,0.434],[0.733,0],[0,0],[0.433,-0.466],[0,-0.666],[0,0],[-0.434,-0.433]],"o":[[0,0],[0.666,0],[0.466,-0.433],[0,0],[0,-3.666],[2.1,-2.133],[0,0],[0.733,0],[0.4,-0.433],[0,0],[0,-0.733],[-0.4,-0.4],[0,0],[-6.534,0],[0,0],[0,-0.733],[-0.434,-0.433],[0,0],[-0.667,0],[-0.434,0.467],[0,0],[0,0.667],[0.433,0.434]],"v":[[9.8,0],[14.3,0],[16,-0.65],[16.7,-2.3],[16.7,-31.8],[19.85,-40.5],[28.5,-43.7],[34.2,-43.7],[35.9,-44.35],[36.5,-46],[36.5,-49.7],[35.9,-51.4],[34.2,-52],[30.3,-52],[16.4,-45.2],[16.4,-49.6],[15.75,-51.35],[14,-52],[9.8,-52],[8.15,-51.3],[7.5,-49.6],[7.5,-2.3],[8.15,-0.65]],"c":true},"ix":2},"nm":"r","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"r","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":"b","size":16,"style":"Regular","w":59.4,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-7.2,0],[-3.5,4.567],[-0.2,6.867],[0,1.267],[0.066,0.734],[3.5,4.567],[7,0],[3.733,-4.933],[0,0],[0.433,0.434],[0.666,0],[0,0],[0.433,-0.4],[0,-0.733],[0,0],[-0.434,-0.433],[-0.667,0],[0,0],[-0.434,0.434],[0,0.667],[0,0]],"o":[[7,0],[3.5,-4.566],[0.066,-0.733],[0,-1.266],[-0.2,-6.866],[-3.5,-4.566],[-7.067,0],[0,0],[0,-0.666],[-0.434,-0.433],[0,0],[-0.667,0],[-0.434,0.4],[0,0],[0,0.667],[0.433,0.434],[0,0],[0.666,0],[0.433,-0.433],[0,0],[3.8,5.067]],"v":[[32.9,1],[48.65,-5.85],[54.2,-23],[54.3,-26],[54.2,-29],[48.65,-46.15],[32.9,-53],[16.7,-45.6],[16.7,-68.7],[16.05,-70.35],[14.4,-71],[9.9,-71],[8.25,-70.4],[7.6,-68.7],[7.6,-2.3],[8.25,-0.65],[9.9,0],[14.1,0],[15.75,-0.65],[16.4,-2.3],[16.4,-6.6]],"c":true},"ix":2},"nm":"b","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[4.8,0],[2.366,3.1],[0.133,4.267],[0,1.8],[-0.067,0.734],[-2.434,2.967],[-4.534,0],[0,-12.8],[0.066,-0.666],[2.2,-3]],"o":[[-4.667,0],[-2.367,-3.1],[-0.067,-0.733],[0,-1.866],[0.133,-4.066],[2.433,-2.966],[9.466,0],[0,1.267],[-0.2,4.867],[-2.2,3]],"v":[[31,-6.8],[20.45,-11.45],[16.7,-22.5],[16.6,-26.3],[16.7,-30.2],[20.55,-40.75],[31,-45.2],[45.2,-26],[45.1,-23.1],[41.5,-11.3]],"c":true},"ix":2},"nm":"b","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"b","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":"\r","size":16,"style":"Regular","w":0,"fFamily":"Rubik"},{"ch":"y","size":16,"style":"Regular","w":54.9,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.6,0],[0,0],[-0.367,0.266],[-0.334,0.533],[0,0],[0,0.467],[0.4,0.4],[0.533,0],[0,0],[0.533,-1.066],[0,0],[0,0],[1.066,0],[0,0],[0.4,-0.4],[0.066,-0.6],[-0.4,-0.8],[0,0],[0,0],[0,-0.2],[-0.4,-0.4]],"o":[[0,0],[0.6,0],[0.366,-0.267],[0,0],[0.333,-0.733],[0,-0.533],[-0.4,-0.4],[0,0],[-1.067,0],[0,0],[0,0],[-0.534,-1.066],[0,0],[-0.534,0],[-0.4,0.4],[0,0.334],[0,0],[0,0],[-0.334,1],[0,0.533],[0.4,0.4]],"v":[[16.6,19],[21,19],[22.45,18.6],[23.5,17.4],[51.8,-48.2],[52.3,-50],[51.7,-51.4],[50.3,-52],[45.8,-52],[43.4,-50.4],[27.6,-13.6],[12.2,-50.4],[9.8,-52],[5.2,-52],[3.8,-51.4],[3.1,-49.9],[3.7,-48.2],[22.8,-3.1],[15,15.2],[14.5,17],[15.1,18.4]],"c":true},"ix":2},"nm":"y","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"y","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":"i","size":16,"style":"Regular","w":24,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.667,0],[0,0],[-0.467,0.434],[0,0.667],[0,0],[0.466,0.467],[0.666,0],[0,0],[0.433,-0.466],[0,-0.666],[0,0],[-0.434,-0.433]],"o":[[0,0],[0.666,0],[0.466,-0.433],[0,0],[0,-0.666],[-0.467,-0.466],[0,0],[-0.667,0],[-0.434,0.467],[0,0],[0,0.667],[0.433,0.434]],"v":[[9,-61.8],[14.9,-61.8],[16.6,-62.45],[17.3,-64.1],[17.3,-69.3],[16.6,-71],[14.9,-71.7],[9,-71.7],[7.35,-71],[6.7,-69.3],[6.7,-64.1],[7.35,-62.45]],"c":true},"ix":2},"nm":"i","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-0.667,0],[0,0],[-0.434,0.434],[0,0.667],[0,0],[0.433,0.434],[0.666,0],[0,0],[0.433,-0.433],[0,-0.666],[0,0],[-0.434,-0.433]],"o":[[0,0],[0.666,0],[0.433,-0.433],[0,0],[0,-0.666],[-0.434,-0.433],[0,0],[-0.667,0],[-0.434,0.434],[0,0],[0,0.667],[0.433,0.434]],"v":[[9.8,0],[14.2,0],[15.85,-0.65],[16.5,-2.3],[16.5,-49.7],[15.85,-51.35],[14.2,-52],[9.8,-52],[8.15,-51.35],[7.5,-49.7],[7.5,-2.3],[8.15,-0.65]],"c":true},"ix":2},"nm":"i","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"i","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":".","size":16,"style":"Regular","w":25,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.667,0],[0,0],[-0.434,0.434],[0,0.667],[0,0],[0.433,0.467],[0.666,0],[0,0],[0.433,-0.466],[0,-0.666],[0,0],[-0.434,-0.433]],"o":[[0,0],[0.666,0],[0.433,-0.433],[0,0],[0,-0.666],[-0.434,-0.466],[0,0],[-0.667,0],[-0.434,0.467],[0,0],[0,0.667],[0.433,0.434]],"v":[[9.1,0],[16,0],[17.65,-0.65],[18.3,-2.3],[18.3,-9.2],[17.65,-10.9],[16,-11.6],[9.1,-11.6],[7.45,-10.9],[6.8,-9.2],[6.8,-2.3],[7.45,-0.65]],"c":true},"ix":2},"nm":".","mn":"ADBE Vector Shape - Group","hd":false}],"nm":".","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":"w","size":20,"style":"Medium","w":82.1,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.667,0],[0,0],[-0.534,1.667],[0,0],[0,0],[-1.734,0],[0,0],[-0.5,0.434],[-0.267,0.8],[0,0],[0,0],[0.433,0.434],[0.6,0],[0,0],[0.466,-0.4],[0.133,-0.466],[0,0],[0,0],[0.5,0.434],[0.8,0],[0,0],[0.5,-0.433],[0.2,-0.6],[0,0],[0,0],[0.5,0.4],[0.666,0],[0,0],[0.4,-0.433],[0,-0.6],[-0.067,-0.2],[0,0]],"o":[[0,0],[1.733,0],[0,0],[0,0],[0.466,1.667],[0,0],[0.866,0],[0.5,-0.433],[0,0],[0,0],[0,-0.6],[-0.434,-0.433],[0,0],[-0.734,0],[-0.467,0.4],[0,0],[0,0],[-0.134,-0.6],[-0.5,-0.433],[0,0],[-0.8,0],[-0.5,0.434],[0,0],[0,0],[-0.134,-0.466],[-0.5,-0.4],[0,0],[-0.6,0],[-0.4,0.434],[0,0.4],[0,0],[0.533,1.667]],"v":[[20.8,0],[27.3,0],[30.7,-2.5],[41.1,-33.9],[51.4,-2.5],[54.7,0],[61.3,0],[63.35,-0.65],[64.5,-2.5],[78.8,-48.9],[79,-49.8],[78.35,-51.35],[76.8,-52],[69.3,-52],[67.5,-51.4],[66.6,-50.1],[56.9,-17.2],[46.5,-49.8],[45.55,-51.35],[43.6,-52],[38.5,-52],[36.55,-51.35],[35.5,-49.8],[25.2,-17.2],[15.5,-50.1],[14.55,-51.4],[12.8,-52],[5.2,-52],[3.7,-51.35],[3.1,-49.8],[3.2,-48.9],[17.5,-2.5]],"c":true},"ix":2},"nm":"w","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"w","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":"M","size":16,"style":"Regular","w":79.3,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.667,0],[0,0],[-0.434,0.434],[0,0.667],[0,0],[0,0],[-1.4,0],[0,0],[-0.667,1.4],[0,0],[0,0],[-0.4,-0.433],[-0.667,0],[0,0],[-0.434,0.434],[0,0.667],[0,0],[0.4,0.434],[0.733,0],[0,0],[0.533,-1],[0,0],[0,0],[1.2,0],[0,0],[0.4,-0.433],[0,-0.733],[0,0],[-0.434,-0.433]],"o":[[0,0],[0.666,0],[0.433,-0.433],[0,0],[0,0],[0.733,1.4],[0,0],[1.466,0],[0,0],[0,0],[0,0.667],[0.4,0.434],[0,0],[0.666,0],[0.433,-0.433],[0,0],[0,-0.733],[-0.4,-0.433],[0,0],[-1.067,0],[0,0],[0,0],[-0.467,-1],[0,0],[-0.734,0],[-0.4,0.434],[0,0],[0,0.667],[0.433,0.434]],"v":[[11.1,0],[15.6,0],[17.25,-0.65],[17.9,-2.3],[17.9,-52],[34.9,-18.9],[38.1,-16.8],[41.1,-16.8],[44.3,-18.9],[61.4,-52],[61.4,-2.3],[62,-0.65],[63.6,0],[68.2,0],[69.85,-0.65],[70.5,-2.3],[70.5,-67.6],[69.9,-69.35],[68.2,-70],[63.5,-70],[61.1,-68.5],[39.6,-27.6],[18.3,-68.5],[15.8,-70],[11.1,-70],[9.4,-69.35],[8.8,-67.6],[8.8,-2.3],[9.45,-0.65]],"c":true},"ix":2},"nm":"M","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"M","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":"u","size":16,"style":"Regular","w":60,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-6.334,0],[-2.6,1.3],[-1.934,2.6],[0,0],[-0.434,-0.433],[-0.667,0],[0,0],[-0.434,0.434],[0,0.667],[0,0],[0.433,0.434],[0.666,0],[0,0],[0.433,-0.433],[0,-0.666],[0,0],[2.5,-2.7],[4.266,0],[0,10.134],[0,0],[0.433,0.434],[0.666,0],[0,0],[0.433,-0.433],[0,-0.666],[0,0],[-3.467,-4.1]],"o":[[4,0],[2.6,-1.3],[0,0],[0,0.667],[0.433,0.434],[0,0],[0.666,0],[0.433,-0.433],[0,0],[0,-0.666],[-0.434,-0.433],[0,0],[-0.667,0],[-0.434,0.434],[0,0],[0,4.734],[-2.5,2.7],[-8.8,0],[0,0],[0,-0.666],[-0.434,-0.433],[0,0],[-0.667,0],[-0.434,0.434],[0,0],[0,6.8],[3.466,4.1]],"v":[[26.9,1],[36.8,-0.95],[43.6,-6.8],[43.6,-2.3],[44.25,-0.65],[45.9,0],[50.2,0],[51.85,-0.65],[52.5,-2.3],[52.5,-49.7],[51.85,-51.35],[50.2,-52],[45.6,-52],[43.95,-51.35],[43.3,-49.7],[43.3,-22],[39.55,-10.85],[29.4,-6.8],[16.2,-22],[16.2,-49.7],[15.55,-51.35],[13.9,-52],[9.3,-52],[7.65,-51.35],[7,-49.7],[7,-21.5],[12.2,-5.15]],"c":true},"ix":2},"nm":"u","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"u","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":"q","size":16,"style":"Regular","w":59.4,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.667,0],[0,0],[-0.434,0.433],[0,0.666],[0,0],[0.433,0.434],[0.666,0],[0,0],[0.433,-0.433],[0,-0.666],[0,0],[7.2,0],[3.5,-4.433],[0.266,-6.866],[0,0],[0,0],[-3.534,-4.466],[-7,0],[-3.8,5.067],[0,0],[-0.434,-0.4]],"o":[[0,0],[0.666,0],[0.433,-0.434],[0,0],[0,-0.666],[-0.434,-0.433],[0,0],[-0.667,0],[-0.434,0.434],[0,0],[-3.734,-5.133],[-7,0],[-3.5,4.434],[0,0],[0,0],[0.2,6.8],[3.533,4.467],[7,0],[0,0],[0,0.733],[0.433,0.4]],"v":[[45.1,19],[49.6,19],[51.25,18.35],[51.9,16.7],[51.9,-49.7],[51.25,-51.35],[49.6,-52],[45.3,-52],[43.65,-51.35],[43,-49.7],[43,-45.3],[26.6,-53],[10.85,-46.35],[5.2,-29.4],[5.1,-26],[5.2,-22.6],[10.8,-5.7],[26.6,1],[42.8,-6.6],[42.8,16.7],[43.45,18.4]],"c":true},"ix":2},"nm":"q","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[4.533,0],[0,12.8],[0,0],[-2.2,3],[-4.8,0],[-2.334,-3.066],[-0.2,-4.266],[0,-1.866],[0.066,-0.733],[2.433,-2.966]],"o":[[-9.467,0],[0,0],[0.2,-4.866],[2.2,-3],[4.666,0],[2.333,3.067],[0.066,0.734],[0,1.867],[-0.134,4.067],[-2.434,2.967]],"v":[[28.5,-6.8],[14.3,-26],[14.4,-28.9],[18,-40.7],[28.5,-45.2],[39,-40.6],[42.8,-29.6],[42.9,-25.7],[42.8,-21.8],[38.95,-11.25]],"c":true},"ix":2},"nm":"q","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"q","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":"k","size":16,"style":"Regular","w":51.3,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.667,0],[0,0],[-0.434,0.434],[0,0.667],[0,0],[0,0],[-0.434,-0.2],[-1,0],[0,0],[-0.367,0.4],[0,0.6],[0.733,0.734],[0,0],[0,0],[0,0.6],[0.366,0.367],[0.6,0],[0,0],[0.4,-0.2],[1,-0.733],[0,0],[0,0],[0.433,0.434],[0.666,0],[0,0],[0.433,-0.4],[0,-0.733],[0,0],[-0.434,-0.433]],"o":[[0,0],[0.666,0],[0.433,-0.433],[0,0],[0,0],[0.8,0.734],[0.433,0.2],[0,0],[0.6,0],[0.366,-0.4],[0,-0.533],[0,0],[0,0],[0.733,-0.666],[0,-0.666],[-0.367,-0.366],[0,0],[-0.867,0],[-0.4,0.2],[0,0],[0,0],[0,-0.666],[-0.434,-0.433],[0,0],[-0.667,0],[-0.434,0.4],[0,0],[0,0.667],[0.433,0.434]],"v":[[9.9,0],[14.2,0],[15.85,-0.65],[16.5,-2.3],[16.5,-23.1],[39.1,-1.7],[40.95,-0.3],[43.1,0],[48,0],[49.45,-0.6],[50,-2.1],[48.9,-4],[23,-28.8],[46.4,-48],[47.5,-49.9],[46.95,-51.45],[45.5,-52],[40.5,-52],[38.6,-51.7],[36.5,-50.3],[16.5,-33.8],[16.5,-68.7],[15.85,-70.35],[14.2,-71],[9.9,-71],[8.25,-70.4],[7.6,-68.7],[7.6,-2.3],[8.25,-0.65]],"c":true},"ix":2},"nm":"k","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"k","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":"D","size":20,"style":"Medium","w":70.3,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.667,0],[0,0],[-4.767,4.434],[-0.267,9.334],[0,1.267],[0.133,3.867],[19.666,0],[0,0],[0.433,-0.466],[0,-0.733],[0,0],[-0.467,-0.466]],"o":[[0,0],[9.933,0],[4.766,-4.433],[0.133,-3.866],[0,-1.333],[-0.4,-18.133],[0,0],[-0.734,0],[-0.434,0.467],[0,0],[0,0.667],[0.466,0.467]],"v":[[10.2,0],[35.1,0],[57.15,-6.65],[64.7,-27.3],[64.9,-35],[64.7,-42.8],[34.6,-70],[10.2,-70],[8.45,-69.3],[7.8,-67.5],[7.8,-2.4],[8.5,-0.7]],"c":true},"ix":2},"nm":"D","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-2.6,-2.566],[-0.134,-5.466],[0,-1.066],[0.133,-4],[2.466,-2.466],[5.533,0]],"o":[[0,0],[0,0],[5.6,0],[2.6,2.567],[0.133,3.867],[0,1],[-0.134,5.734],[-2.467,2.467],[0,0]],"v":[[21.9,-11.6],[21.9,-58.4],[34.1,-58.4],[46.4,-54.55],[50.5,-42.5],[50.7,-35.1],[50.5,-27.6],[46.6,-15.3],[34.6,-11.6]],"c":true},"ix":2},"nm":"D","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"D","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Rubik"},{"ch":"S","size":26,"style":"Bold","w":61.47,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.953,-1.416],[3.483,0],[0,7.845],[0,0],[-2.361,-3.483],[-4.492,-2.002],[-5.469,0],[-4.655,3.5],[0,6.152],[3.809,3.711],[8.333,2.507],[2.327,1.562],[0,2.312],[-1.986,1.514],[-3.581,0],[-2.051,-1.807],[0,-3.255],[0,0],[2.197,3.353],[3.971,1.839],[5.078,0],[4.053,-1.692],[2.164,-3.011],[0,-3.841],[-8.073,-4.362],[-5.078,-1.643],[-1.953,-1.481],[0,-2.766]],"o":[[-1.953,1.416],[-9.375,0],[0,0],[0,4.59],[2.36,3.484],[4.492,2.002],[7.877,0],[4.655,-3.499],[0,-5.534],[-3.809,-3.711],[-4.525,-1.367],[-2.328,-1.562],[0,-2.473],[1.985,-1.514],[3.711,0],[2.051,1.807],[0,0],[0,-4.264],[-2.197,-3.352],[-3.972,-1.839],[-5.046,0],[-4.053,1.693],[-2.165,3.011],[0,7.39],[2.962,1.595],[5.078,1.644],[1.953,1.482],[0,2.539]],"v":[[40.283,-12.72],[32.129,-10.596],[18.066,-22.363],[3.369,-22.363],[6.909,-10.254],[17.188,-2.026],[32.129,0.977],[50.928,-4.272],[57.91,-18.75],[52.197,-32.617],[33.984,-41.943],[23.706,-46.338],[20.215,-52.148],[23.193,-58.13],[31.543,-60.4],[40.186,-57.69],[43.262,-50.098],[57.91,-50.098],[54.614,-61.523],[45.361,-69.312],[31.787,-72.07],[18.14,-69.531],[8.813,-62.476],[5.566,-52.197],[17.676,-34.57],[29.736,-29.712],[40.283,-25.024],[43.213,-18.652]],"c":true},"ix":2},"nm":"S","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"S","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Roboto"},{"ch":"p","size":26,"style":"Bold","w":56.3,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[3.613,4.818],[6.51,0],[3.418,-4.102],[0,0],[0,0],[0,0],[0,0],[0,0],[-5.339,0],[-3.695,4.9],[0,8.138]],"o":[[0,-8.463],[-3.613,-4.817],[-5.502,0],[0,0],[0,0],[0,0],[0,0],[0,0],[3.288,3.711],[6.282,0],[3.694,-4.899],[0,0]],"v":[[52.979,-26.66],[47.559,-46.582],[32.373,-53.809],[18.994,-47.656],[18.506,-52.832],[5.42,-52.832],[5.42,20.312],[19.531,20.312],[19.531,-4.59],[32.471,0.977],[47.437,-6.372],[52.979,-25.928]],"c":true},"ix":2},"nm":"p","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[6.738,0],[1.725,3.484],[0,0],[-4.427,0],[-1.742,-2.669],[0,-4.915]],"o":[[-4.427,0],[0,0],[1.66,-3.385],[3.32,0],[1.741,2.67],[0,11.035]],"v":[[28.76,-10.4],[19.531,-15.625],[19.531,-37.256],[28.662,-42.334],[36.255,-38.33],[38.867,-26.953]],"c":true},"ix":2},"nm":"p","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"p","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Roboto"},{"ch":"o","size":26,"style":"Bold","w":56.54,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-4.541,-4.883],[-7.617,0],[-4.525,4.9],[0,8.105],[0,0],[4.508,4.362],[7.129,0],[3.792,-2.246],[2.018,-4.102],[0,-5.241]],"o":[[0,8.398],[4.541,4.883],[7.617,0],[4.524,-4.899],[0,0],[-0.521,-7.487],[-4.509,-4.362],[-5.013,0],[-3.793,2.246],[-2.019,4.102],[0,0]],"v":[[3.223,-26.27],[10.034,-6.348],[28.271,0.977],[46.484,-6.372],[53.271,-25.879],[53.174,-29.492],[45.63,-47.266],[28.174,-53.809],[14.966,-50.439],[6.25,-40.918],[3.223,-26.904]],"c":true},"ix":2},"nm":"o","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-1.888,2.69],[-3.451,0],[-1.921,-2.705],[0,-4.922],[1.92,-2.625],[3.418,0],[1.888,2.657],[0,5.021]],"o":[[1.888,-2.689],[3.483,0],[1.92,2.706],[0,5.771],[-1.921,2.625],[-3.516,0],[-1.888,-2.657],[0,-5.64]],"v":[[20.166,-38.397],[28.174,-42.432],[36.279,-38.373],[39.16,-26.929],[36.279,-14.337],[28.271,-10.4],[20.166,-14.386],[17.334,-25.903]],"c":true},"ix":2},"nm":"o","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"o","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Roboto"},{"ch":"t","size":26,"style":"Bold","w":33.79,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-9.896,0],[-2.767,0.846],[0,0],[1.562,0],[0.748,0.847],[0,1.953],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0.195,9.994],[2.93,0],[0,0],[-1.205,0.228],[-2.116,0],[-0.749,-0.846],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[8.203,-65.82],[8.203,-52.832],[0.488,-52.832],[0.488,-42.48],[8.203,-42.48],[8.203,-14.014],[23.34,0.977],[31.885,-0.293],[31.885,-10.986],[27.734,-10.645],[23.438,-11.914],[22.314,-16.113],[22.314,-42.48],[31.348,-42.48],[31.348,-52.832],[22.314,-52.832],[22.314,-65.82]],"c":true},"ix":2},"nm":"t","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"t","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Roboto"},{"ch":"y","size":26,"style":"Bold","w":50.2,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[1.318,-0.814],[2.669,0],[0,0],[0,0],[-2.051,0],[-3.158,6.901],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[-0.749,1.888],[-1.318,0.813],[0,0],[0,0],[2.116,0.618],[7.259,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[15.332,-52.832],[0.146,-52.832],[18.652,0.146],[16.992,4.492],[13.892,8.545],[7.91,9.766],[5.762,9.717],[5.762,20.41],[12.012,21.338],[27.637,10.986],[28.809,8.203],[50.049,-52.832],[34.912,-52.832],[25.146,-19.971]],"c":true},"ix":2},"nm":"y","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"y","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Roboto"}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/bluetoothscanning.json b/ohos/flutter_lottie/assets/bluetoothscanning.json new file mode 100644 index 0000000000000000000000000000000000000000..47e4cf4dea2cc4036e95bf264f459953a5e4074e --- /dev/null +++ b/ohos/flutter_lottie/assets/bluetoothscanning.json @@ -0,0 +1 @@ +{"v":"5.3.4","fr":60,"ip":0,"op":80,"w":360,"h":360,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":3,"nm":"BLE icon","sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[179.5,179.5,0],"ix":2},"a":{"a":0,"k":[50,50,0],"ix":1},"s":{"a":0,"k":[36.95,44.723,100],"ix":6}},"ao":0,"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Stroke 20","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[83.299,51.062,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[270.636,223.597,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-1.49],[0.95,-1.14]],"o":[[0.89,1.12],[0,1.53],[0,0]],"v":[[-0.666,-4.041],[0.754,-0.051],[-0.756,4.039]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.987999975681,0.991999983788,0.991999983788,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"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":[180,180],"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 20","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Stroke 18","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[65.984,51.06,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[270.636,223.597,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-1.05],[0.67,-0.81]],"o":[[0.64,0.8],[0,1.09],[0,0]],"v":[[-0.476,-2.863],[0.534,-0.043],[-0.536,2.867]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.987999975681,0.991999983788,0.991999983788,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"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":[180,180],"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 18","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Stroke 17","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[35.062,51.939,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[270.636,223.597,100],"ix":6}},"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-5.366,-5.374],[5.364,5.306],[0.464,10.196],[0.464,-10.194],[5.244,-5.424],[-5.366,5.146]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.976000010967,0.976000010967,0.976000010967,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"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":[180,180],"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 17","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[179.5,179.5,0],"ix":2},"a":{"a":0,"k":[4.477,2.399,0],"ix":1},"s":{"a":0,"k":[19.635,19.635,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[270.83,270.83],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.152941003442,0.454901993275,0.929412007332,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152940996955,0.454901990704,0.929412004059,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[4.477,2.399],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[179.5,179.5,0],"ix":2},"a":{"a":0,"k":[4.477,2.399,0],"ix":1},"s":{"a":0,"k":[75.894,75.894,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[270.83,270.83],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.152941003442,0.454901993275,0.929412007332,1],"ix":3},"o":{"a":0,"k":30,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152940996955,0.454901990704,0.929412004059,1],"ix":4},"o":{"a":0,"k":20,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[4.477,2.399],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"animation oval 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[100],"e":[0]},{"t":85}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[179.5,179.5,0],"ix":2},"a":{"a":0,"k":[4.477,2.399,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[8.95,8.95,100],"e":[117.95,117.95,100]},{"t":85}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[296.83,296.83],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.152941003442,0.454901993275,0.929412007332,1],"ix":3},"o":{"a":0,"k":30,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152940996955,0.454901990704,0.929412004059,1],"ix":4},"o":{"a":0,"k":10,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[4.477,2.399],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"animation oval","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[179.5,179.5,0],"ix":2},"a":{"a":0,"k":[4.477,2.399,0],"ix":1},"s":{"a":0,"k":[109.205,109.205,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[310.83,310.83],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.152941003442,0.454901993275,0.929412007332,1],"ix":3},"o":{"a":0,"k":30,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152940996955,0.454901990704,0.929412004059,1],"ix":4},"o":{"a":0,"k":10,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[4.477,2.399],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Shape Layer 7","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[100],"e":[0]},{"t":85}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[179.5,179.5,0],"ix":2},"a":{"a":0,"k":[4.477,2.399,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[0.787,0.787,-14.964]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_0p787_0p333_0","0p667_0p787_0p333_0","0p667_-14p964_0p333_0"],"t":0,"s":[19.635,19.635,100],"e":[93.378,93.378,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0.373,0.373,2.373]},"n":["0p667_1_0p333_0p373","0p667_1_0p333_0p373","0p667_1_0p333_2p373"],"t":74,"s":[93.378,93.378,100],"e":[99.635,99.635,100]},{"t":85}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[270.83,270.83],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.152941003442,0.454901993275,0.929412007332,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152940996955,0.454901990704,0.929412004059,1],"ix":4},"o":{"a":0,"k":20,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[4.477,2.399],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-1094.124,422.119,0],"ix":2},"a":{"a":0,"k":[0.012,0.391,0],"ix":1},"s":{"a":0,"k":[100.482,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[360,640.741],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.160784319043,0.156862750649,0.164705887437,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-0.876,-1.586],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/camera_change.json b/ohos/flutter_lottie/assets/camera_change.json new file mode 100644 index 0000000000000000000000000000000000000000..5f0f9f008e3d150e67bdc8c8b87228d2717c3e76 --- /dev/null +++ b/ohos/flutter_lottie/assets/camera_change.json @@ -0,0 +1 @@ +{"v":"5.6.5","fr":30,"ip":30,"op":51,"w":400,"h":400,"nm":"Camera change","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":3,"nm":"Null 2","sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":180,"ix":10},"p":{"a":0,"k":[200,200,0],"ix":2},"a":{"a":0,"k":[50,50,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.8,0.8,0.333],"y":[0,0,0]},"t":30,"s":[100,100,100]},{"i":{"x":[0.2,0.2,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":40,"s":[90,90,100]},{"t":50,"s":[100,100,100]}],"ix":6}},"ao":0,"ip":0,"op":450,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Arrow 1","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.719,"y":0.362},"o":{"x":0.391,"y":0},"t":30,"s":[29.756,120,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.756,"y":0.568},"o":{"x":0.455,"y":0.198},"t":33.683,"s":[20,120,0],"to":[-22.091,0,0],"ti":[0,22.091,0]},{"i":{"x":0.679,"y":0.66},"o":{"x":0.369,"y":0.314},"t":38.232,"s":[-20,80,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.603,"y":0.705},"o":{"x":0.296,"y":0.356},"t":40.319,"s":[-20,20,0],"to":[0,-22.091,0],"ti":[-22.091,0,0]},{"i":{"x":0.515,"y":1},"o":{"x":0.218,"y":0.586},"t":42.805,"s":[20,-20,0],"to":[0,0,0],"ti":[0,0,0]},{"t":50,"s":[70.229,-20,0]}],"ix":2},"a":{"a":0,"k":[20.25,-69.875,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":1,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[20.25,-95],[20.25,-44.75],[69.5,-70]],"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":[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":450,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Arrow 2","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.719,"y":0.362},"o":{"x":0.391,"y":0},"t":30,"s":[70.244,-20,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.756,"y":0.568},"o":{"x":0.455,"y":0.198},"t":33.683,"s":[80,-20,0],"to":[22.091,0,0],"ti":[0,-22.091,0]},{"i":{"x":0.679,"y":0.66},"o":{"x":0.369,"y":0.314},"t":38.232,"s":[120,20,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.603,"y":0.705},"o":{"x":0.296,"y":0.356},"t":40.319,"s":[120,80,0],"to":[0,22.091,0],"ti":[22.091,0,0]},{"i":{"x":0.515,"y":1},"o":{"x":0.218,"y":0.586},"t":42.805,"s":[80,120,0],"to":[0,0,0],"ti":[0,0,0]},{"t":50,"s":[29.771,120,0]}],"ix":2},"a":{"a":0,"k":[20.25,-69.875,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":1,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[20.25,-95],[20.25,-44.75],[69.5,-70]],"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":[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":450,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Line 1","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-180,"ix":10},"p":{"a":0,"k":[50,50,0],"ix":2},"a":{"a":0,"k":[-51.5,-20.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-22.091],[0,0],[22.091,0],[0,0],[0,22.091],[0,0],[-22.091,0],[0,0]],"o":[[0,0],[0,22.091],[0,0],[-22.091,0],[0,0],[0,-22.091],[0,0],[22.091,0]],"v":[[70,-30],[70,30],[30,70],[-30,70],[-70,30],[-70,-30],[-30,-70],[30,-70]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":0,"k":50,"ix":1},"e":{"a":0,"k":87,"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"t":30,"s":[0]},{"t":50,"s":[180]}],"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":20,"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":[-51.5,-20.5],"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":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":450,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Line 2","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-180,"ix":10},"p":{"a":0,"k":[50,50,0],"ix":2},"a":{"a":0,"k":[-51.5,-20.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-22.091],[0,0],[22.091,0],[0,0],[0,22.091],[0,0],[-22.091,0],[0,0]],"o":[[0,0],[0,22.091],[0,0],[-22.091,0],[0,0],[0,-22.091],[0,0],[22.091,0]],"v":[[70,-30],[70,30],[30,70],[-30,70],[-70,30],[-70,-30],[-30,-70],[30,-70]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":0,"k":50,"ix":1},"e":{"a":0,"k":87,"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"t":30,"s":[180]},{"t":50,"s":[360]}],"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":20,"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":[-51.5,-20.5],"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":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":450,"st":0,"bm":0}],"markers":[]} diff --git a/ohos/flutter_lottie/assets/envelope.json b/ohos/flutter_lottie/assets/envelope.json new file mode 100644 index 0000000000000000000000000000000000000000..42688e41f368d051363c4a42f5a8547e4892daab --- /dev/null +++ b/ohos/flutter_lottie/assets/envelope.json @@ -0,0 +1,7280 @@ +{ + "v": "5.7.0", + "fr": 29.9700012207031, + "ip": 0, + "op": 50.0000020365418, + "w": 375, + "h": 375, + "nm": "email-sent-fin", + "ddd": 0, + "assets": [ + { + "id": "comp_0", + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 4, + "nm": "swash-1", + "parent": 21, + "sr": 0.2, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.706 + ], + "y": [ + 1.009 + ] + }, + "o": { + "x": [ + 0.875 + ], + "y": [ + 0.26 + ] + }, + "t": 30, + "s": [ + 0 + ] + }, + { + "t": 34.0000013848484, + "s": [ + 100 + ] + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 173.913, + -42.101, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 2.78, + 5.68, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.025, + 0.025, + 0.833 + ], + "y": [ + 3.911, + 3.911, + -15.667 + ] + }, + "o": { + "x": [ + 0.638, + 0.638, + 0.167 + ], + "y": [ + -0.672, + -0.672, + 16.667 + ] + }, + "t": 30, + "s": [ + 0, + 0, + 100 + ] + }, + { + "t": 34.0000013848484, + "s": [ + 100, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0.838, + -0.269 + ], + [ + -0.371, + 0.723 + ], + [ + -1.051, + -0.541 + ] + ], + "o": [ + [ + -0.839, + 0.269 + ], + [ + 0.373, + -0.723 + ], + [ + 1.052, + 0.541 + ] + ], + "v": [ + [ + 1.693, + 5.161 + ], + [ + -2.16, + -3.674 + ], + [ + 0.287, + -4.889 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.365000017952, + 0.090000002992, + 0.317999985639, + 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": [ + 2.78, + 5.68 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 50.0000020365418, + "st": 10.0000004073083, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 4, + "nm": "swash-2", + "parent": 21, + "sr": 0.2, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.706 + ], + "y": [ + 1.009 + ] + }, + "o": { + "x": [ + 0.875 + ], + "y": [ + 0.26 + ] + }, + "t": 30, + "s": [ + 0 + ] + }, + { + "t": 34.0000013848484, + "s": [ + 100 + ] + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 160.004, + -37.786, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 9.774, + 8.074, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.025, + 0.025, + 0.833 + ], + "y": [ + 3.911, + 3.911, + 1 + ] + }, + "o": { + "x": [ + 0.638, + 0.638, + 0.167 + ], + "y": [ + -0.672, + -0.672, + 0 + ] + }, + "t": 30, + "s": [ + 0, + 0, + 100 + ] + }, + { + "t": 34.0000013848484, + "s": [ + 100, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0.646, + -0.958 + ], + [ + 0.204, + 1.048 + ], + [ + -1.523, + 0.297 + ] + ], + "o": [ + [ + -0.646, + 0.958 + ], + [ + -0.204, + -1.047 + ], + [ + 1.522, + -0.296 + ] + ], + "v": [ + [ + 8.879, + 6.865 + ], + [ + -9.321, + -4.287 + ], + [ + -7.789, + -7.527 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.365000017952, + 0.090000002992, + 0.317999985639, + 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": [ + 9.774, + 8.074 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 50.0000020365418, + "st": 10.0000004073083, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 4, + "nm": "swash-3", + "parent": 21, + "sr": 0.2, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.706 + ], + "y": [ + 1.009 + ] + }, + "o": { + "x": [ + 0.875 + ], + "y": [ + 0.26 + ] + }, + "t": 30, + "s": [ + 0 + ] + }, + { + "t": 34.0000013848484, + "s": [ + 100 + ] + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 158.367, + -22.831, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 5.442, + 3.179, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.025, + 0.025, + 0.833 + ], + "y": [ + 3.911, + 3.911, + 1 + ] + }, + "o": { + "x": [ + 0.638, + 0.638, + 0.167 + ], + "y": [ + -0.672, + -0.672, + 0 + ] + }, + "t": 30, + "s": [ + 0, + 0, + 100 + ] + }, + { + "t": 34.0000013848484, + "s": [ + 100, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + -0.36, + -0.785 + ], + [ + 0.748, + 0.277 + ], + [ + -0.402, + 1.088 + ] + ], + "o": [ + [ + 0.36, + 0.784 + ], + [ + -0.748, + -0.277 + ], + [ + 0.403, + -1.088 + ] + ], + "v": [ + [ + 4.833, + -2.144 + ], + [ + -3.316, + 2.651 + ], + [ + -4.79, + 0.413 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.365000017952, + 0.090000002992, + 0.317999985639, + 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": [ + 5.442, + 3.179 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 50.0000020365418, + "st": 10.0000004073083, + "bm": 0 + }, + { + "ddd": 0, + "ind": 4, + "ty": 4, + "nm": "swash-4", + "sr": 0.2, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.706 + ], + "y": [ + 1.009 + ] + }, + "o": { + "x": [ + 0.875 + ], + "y": [ + 0.26 + ] + }, + "t": 34, + "s": [ + 0 + ] + }, + { + "t": 38.0000015477717, + "s": [ + 100 + ] + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 174.101, + 124.731, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 43.522, + 17.631, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.025, + 0.025, + 0.833 + ], + "y": [ + 3.911, + 3.911, + 1 + ] + }, + "o": { + "x": [ + 0.638, + 0.638, + 0.167 + ], + "y": [ + -0.672, + -0.672, + 0 + ] + }, + "t": 34, + "s": [ + 0, + 0, + 100 + ] + }, + { + "t": 38.0000015477717, + "s": [ + 100, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0.096, + -1.085 + ], + [ + 20.493, + -11.074 + ], + [ + 0.768, + 0.583 + ], + [ + -14.932, + 8.336 + ] + ], + "o": [ + [ + -0.09, + 1.024 + ], + [ + -14.895, + 8.049 + ], + [ + -0.828, + -0.628 + ], + [ + 19.897, + -11.108 + ] + ], + "v": [ + [ + 43.177, + -10.887 + ], + [ + -22.319, + -4.032 + ], + [ + -42.445, + 16.798 + ], + [ + -23.769, + -6.273 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.365000017952, + 0.090000002992, + 0.317999985639, + 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": [ + 43.522, + 17.631 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 50.0000020365418, + "st": 10.0000004073083, + "bm": 0 + }, + { + "ddd": 0, + "ind": 5, + "ty": 4, + "nm": "swash-5", + "sr": 0.2, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.706 + ], + "y": [ + 1.009 + ] + }, + "o": { + "x": [ + 0.875 + ], + "y": [ + 0.26 + ] + }, + "t": 34, + "s": [ + 0 + ] + }, + { + "t": 38.0000015477717, + "s": [ + 100 + ] + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 103.419, + 235.963, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 29.403, + 5.232, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.025, + 0.025, + 0.833 + ], + "y": [ + 3.911, + 3.911, + 1 + ] + }, + "o": { + "x": [ + 0.638, + 0.638, + 0.167 + ], + "y": [ + -0.672, + -0.672, + 0 + ] + }, + "t": 34, + "s": [ + 0, + 0, + 100 + ] + }, + { + "t": 38.0000015477717, + "s": [ + 100, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + -0.428, + 0 + ], + [ + -0.142, + -0.656 + ], + [ + 0.507, + -0.824 + ], + [ + 0.507, + 2.16 + ] + ], + "o": [ + [ + 0.427, + 0 + ], + [ + 0.143, + 0.655 + ], + [ + -0.506, + 0.824 + ], + [ + -0.506, + -2.16 + ] + ], + "v": [ + [ + -23.421, + -4.982 + ], + [ + -25.702, + 0.979 + ], + [ + 28.646, + 1.872 + ], + [ + -28.646, + 2.822 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.365000017952, + 0.090000002992, + 0.317999985639, + 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": [ + 29.402, + 5.232 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 50.0000020365418, + "st": 10.0000004073083, + "bm": 0 + }, + { + "ddd": 0, + "ind": 6, + "ty": 4, + "nm": "swash-6", + "sr": 0.2, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.706 + ], + "y": [ + 1.009 + ] + }, + "o": { + "x": [ + 0.875 + ], + "y": [ + 0.26 + ] + }, + "t": 34, + "s": [ + 0 + ] + }, + { + "t": 38.0000015477717, + "s": [ + 100 + ] + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 189.261, + 244.318, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 15.643, + 8.423, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.025, + 0.025, + 0.833 + ], + "y": [ + 3.911, + 3.911, + 1 + ] + }, + "o": { + "x": [ + 0.638, + 0.638, + 0.167 + ], + "y": [ + -0.672, + -0.672, + 0 + ] + }, + "t": 34, + "s": [ + 0, + 0, + 100 + ] + }, + { + "t": 38.0000015477717, + "s": [ + 100, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + -0.681, + -0.03 + ], + [ + 1.424, + 0.802 + ], + [ + -0.038, + -0.703 + ], + [ + -2.285, + -1.509 + ] + ], + "o": [ + [ + 0.748, + 0.033 + ], + [ + -1.424, + -0.803 + ], + [ + 0.034, + 0.652 + ], + [ + 2.284, + 1.509 + ] + ], + "v": [ + [ + 10.213, + 8.139 + ], + [ + 13.969, + -6.76 + ], + [ + -15.355, + -7.469 + ], + [ + 10.186, + -4.148 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.365000017952, + 0.090000002992, + 0.317999985639, + 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": [ + 15.643, + 8.423 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 50.0000020365418, + "st": 10.0000004073083, + "bm": 0 + }, + { + "ddd": 0, + "ind": 7, + "ty": 4, + "nm": "swash-7", + "sr": 0.2, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.706 + ], + "y": [ + 1.009 + ] + }, + "o": { + "x": [ + 0.875 + ], + "y": [ + 0.26 + ] + }, + "t": 34, + "s": [ + 0 + ] + }, + { + "t": 38.0000015477717, + "s": [ + 100 + ] + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 247.218, + 247.488, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 11.602, + 11.892, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.025, + 0.025, + 0.833 + ], + "y": [ + 3.911, + 3.911, + 1 + ] + }, + "o": { + "x": [ + 0.638, + 0.638, + 0.167 + ], + "y": [ + -0.672, + -0.672, + 0 + ] + }, + "t": 34, + "s": [ + 0, + 0, + 100 + ] + }, + { + "t": 38.0000015477717, + "s": [ + 100, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + -0.049, + 0.68 + ], + [ + 0.841, + -1.401 + ], + [ + -0.703, + 0.019 + ], + [ + -1.569, + 2.243 + ] + ], + "o": [ + [ + 0.054, + -0.746 + ], + [ + -0.841, + 1.401 + ], + [ + 0.652, + -0.016 + ], + [ + 1.57, + -2.242 + ] + ], + "v": [ + [ + 11.298, + -9.905 + ], + [ + -7.287, + -10.241 + ], + [ + -10.649, + 11.623 + ], + [ + -4.372, + -7.326 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.365000017952, + 0.090000002992, + 0.317999985639, + 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": [ + 11.602, + 11.892 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 50.0000020365418, + "st": 10.0000004073083, + "bm": 0 + }, + { + "ddd": 0, + "ind": 8, + "ty": 4, + "nm": "flag", + "parent": 21, + "sr": 0.2, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.381 + ], + "y": [ + 1.982 + ] + }, + "o": { + "x": [ + 0.328 + ], + "y": [ + 0.221 + ] + }, + "t": 23, + "s": [ + 75 + ] + }, + { + "t": 29.0000011811942, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 168.821, + 25.483, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0.923, + 47.595, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.673, + 0.673, + 0.833 + ], + "y": [ + 1.812, + 1.812, + -1.132 + ] + }, + "o": { + "x": [ + 0.05, + 0.05, + 0.167 + ], + "y": [ + 1.152, + 1.152, + 2.132 + ] + }, + "t": 23, + "s": [ + 75, + 75, + 100 + ] + }, + { + "t": 29.0000011811942, + "s": [ + 100, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0.673, + 1.009 + ], + [ + -1.822, + 1.064 + ], + [ + -0.757, + -1.514 + ], + [ + 1.388, + -1.304 + ], + [ + 0, + 0 + ], + [ + 0.505, + -0.841 + ] + ], + "o": [ + [ + -0.673, + -1.009 + ], + [ + 1.821, + -1.065 + ], + [ + 0.757, + 1.513 + ], + [ + -1.388, + 1.303 + ], + [ + 0, + 0 + ], + [ + -0.504, + 0.841 + ] + ], + "v": [ + [ + -22.915, + 23.168 + ], + [ + -12.712, + -23.112 + ], + [ + 22.831, + -19.551 + ], + [ + 18.628, + -7.778 + ], + [ + -9.084, + -7.419 + ], + [ + -18.543, + 23.168 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.976000019148, + 0.365000017952, + 0.275, + 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": [ + 23.839, + 24.427 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 50.0000020365418, + "st": 10.0000004073083, + "bm": 0 + }, + { + "ddd": 0, + "ind": 9, + "ty": 4, + "nm": "hole-mask 4", + "parent": 21, + "td": 1, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 16.008, + -8.126, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 187.5, + 187.5, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 22.887, + 0 + ], + [ + 0.451, + -0.016 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -3.149, + 1.781 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + -0.454, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 2.54, + 2.069 + ], + [ + 3.172, + -1.794 + ], + [ + 3.561, + -37.444 + ] + ], + "v": [ + [ + 71.735, + 11.991 + ], + [ + 70.38, + 12.028 + ], + [ + -106.62, + -113.419 + ], + [ + -106.62, + 106.582 + ], + [ + 19.38, + 111.582 + ], + [ + 19.532, + 111.351 + ], + [ + 97.102, + 110.503 + ], + [ + 103.059, + 63.76 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "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": [ + 187.835, + 187.394 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 50.0000020365418, + "st": 10.0000004073083, + "bm": 0 + }, + { + "ddd": 0, + "ind": 10, + "ty": 4, + "nm": "letter-swash-3", + "parent": 16, + "tt": 1, + "sr": 0.2, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 93.073, + 35.727, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 13.767, + 8.447, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + -0.733, + -0.232 + ], + [ + 1.222, + 0 + ], + [ + 0, + 0.33 + ] + ], + "o": [ + [ + 0.733, + 0.231 + ], + [ + -1.222, + 0 + ], + [ + 0, + -0.331 + ] + ], + "v": [ + [ + -10.441, + -7.965 + ], + [ + 12.295, + 8.197 + ], + [ + -13.517, + -7.028 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.365000017952, + 0.090000002992, + 0.317999985639, + 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": [ + 13.766, + 8.447 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 50.0000020365418, + "st": 10.0000004073083, + "bm": 0 + }, + { + "ddd": 0, + "ind": 11, + "ty": 4, + "nm": "hole-mask 3", + "parent": 21, + "td": 1, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 16.008, + -8.126, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 187.5, + 187.5, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 22.887, + 0 + ], + [ + 0.451, + -0.016 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -3.149, + 1.781 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + -0.454, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 2.54, + 2.069 + ], + [ + 3.172, + -1.794 + ], + [ + 3.561, + -37.444 + ] + ], + "v": [ + [ + 71.735, + 11.991 + ], + [ + 70.38, + 12.028 + ], + [ + -106.62, + -113.419 + ], + [ + -106.62, + 106.582 + ], + [ + 19.38, + 111.582 + ], + [ + 19.532, + 111.351 + ], + [ + 97.102, + 110.503 + ], + [ + 103.059, + 63.76 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "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": [ + 187.835, + 187.394 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 50.0000020365418, + "st": 10.0000004073083, + "bm": 0 + }, + { + "ddd": 0, + "ind": 12, + "ty": 4, + "nm": "letter-swash-2", + "parent": 16, + "tt": 1, + "sr": 0.2, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 34.465, + 36.478, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 8.483, + 9.216, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0.447, + -0.254 + ], + [ + -0.744, + 0 + ], + [ + 0, + 0.361 + ] + ], + "o": [ + [ + -0.447, + 0.254 + ], + [ + 0.745, + 0 + ], + [ + 0, + -0.361 + ] + ], + "v": [ + [ + 6.361, + -8.712 + ], + [ + -7.49, + 8.966 + ], + [ + 8.234, + -7.688 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.365000017952, + 0.090000002992, + 0.317999985639, + 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": [ + 8.483, + 9.216 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 50.0000020365418, + "st": 10.0000004073083, + "bm": 0 + }, + { + "ddd": 0, + "ind": 13, + "ty": 4, + "nm": "hole-mask 2", + "parent": 21, + "td": 1, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 16.008, + -8.126, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 187.5, + 187.5, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 22.887, + 0 + ], + [ + 0.451, + -0.016 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -3.149, + 1.781 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + -0.454, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 2.54, + 2.069 + ], + [ + 3.172, + -1.794 + ], + [ + 3.561, + -37.444 + ] + ], + "v": [ + [ + 71.735, + 11.991 + ], + [ + 70.38, + 12.028 + ], + [ + -106.62, + -113.419 + ], + [ + -106.62, + 106.582 + ], + [ + 19.38, + 111.582 + ], + [ + 19.532, + 111.351 + ], + [ + 97.102, + 110.503 + ], + [ + 103.059, + 63.76 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "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": [ + 187.835, + 187.394 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 50.0000020365418, + "st": 10.0000004073083, + "bm": 0 + }, + { + "ddd": 0, + "ind": 14, + "ty": 4, + "nm": "letter-swash-1", + "parent": 16, + "tt": 1, + "sr": 0.2, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 52.014, + 17.6, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 38.831, + 10.884, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + -2.182, + 0 + ], + [ + 0, + 0 + ], + [ + 2.71, + -0.879 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 2.181, + 0 + ], + [ + 0, + 0 + ], + [ + -2.71, + 0.879 + ] + ], + "v": [ + [ + -38.581, + -7.646 + ], + [ + 11.514, + 6.943 + ], + [ + 38.581, + -10.634 + ], + [ + 11.865, + 9.755 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.365000017952, + 0.090000002992, + 0.317999985639, + 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": [ + 38.831, + 10.884 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 50.0000020365418, + "st": 10.0000004073083, + "bm": 0 + }, + { + "ddd": 0, + "ind": 15, + "ty": 4, + "nm": "hole-mask", + "parent": 21, + "td": 1, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 16.008, + -8.126, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 187.5, + 187.5, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 22.887, + 0 + ], + [ + 0.451, + -0.016 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -3.149, + 1.781 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + -0.454, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 2.54, + 2.069 + ], + [ + 3.172, + -1.794 + ], + [ + 3.561, + -37.444 + ] + ], + "v": [ + [ + 71.735, + 11.991 + ], + [ + 70.38, + 12.028 + ], + [ + -106.62, + -113.419 + ], + [ + -106.62, + 106.582 + ], + [ + 19.38, + 111.582 + ], + [ + 19.532, + 111.351 + ], + [ + 97.102, + 110.503 + ], + [ + 103.059, + 63.76 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "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": [ + 187.835, + 187.394 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 50.0000020365418, + "st": 10.0000004073083, + "bm": 0 + }, + { + "ddd": 0, + "ind": 16, + "ty": 4, + "nm": "letter-base", + "tt": 1, + "sr": 0.2, + "ks": { + "o": { + "a": 0, + "k": 100, + "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": 15, + "s": [ + -71.13, + 201.402, + 0 + ], + "to": [ + 101.422, + -96, + 0 + ], + "ti": [ + -45.422, + 0, + 0 + ] + }, + { + "t": 26.0000010590017, + "s": [ + 201.402, + 201.402, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 59.191, + 25.245, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 3.691, + 2.497 + ], + [ + 1.582, + -3.554 + ], + [ + -3.145, + 0 + ], + [ + -4.207, + 0.857 + ] + ], + "o": [ + [ + -3.691, + -2.497 + ], + [ + -1.582, + 3.554 + ], + [ + 3.145, + 0 + ], + [ + 4.206, + -0.858 + ] + ], + "v": [ + [ + 34.393, + -22.499 + ], + [ + -57.359, + -20.955 + ], + [ + -36.6, + 24.995 + ], + [ + 54.735, + 24.072 + ] + ], + "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": [ + 59.191, + 25.245 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 15, + "s": [ + 0.827451050282, + 0.866666734219, + 0.925490260124, + 1 + ] + }, + { + "t": 26.0000010590017, + "s": [ + 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 + } + ], + "ip": 0, + "op": 50.0000020365418, + "st": 10.0000004073083, + "bm": 0 + }, + { + "ddd": 0, + "ind": 17, + "ty": 4, + "nm": "blick-3", + "parent": 21, + "sr": 0.2, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 125.069, + 32.795, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 5.299, + 21.78, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + -0.879 + ], + [ + -0.141, + -21.092 + ], + [ + 2.04, + 12.55 + ] + ], + "o": [ + [ + 0, + 0.879 + ], + [ + 0.085, + 12.652 + ], + [ + -1.363, + -8.373 + ] + ], + "v": [ + [ + -5.049, + -20.651 + ], + [ + 1.944, + 8.878 + ], + [ + 3.009, + -6.616 + ] + ], + "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": [ + 5.299, + 21.78 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 50.0000020365418, + "st": 10.0000004073083, + "bm": 0 + }, + { + "ddd": 0, + "ind": 18, + "ty": 4, + "nm": "blick-2", + "parent": 21, + "sr": 0.2, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 172.537, + 28.96, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 6.875, + 3.032, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0.273 + ], + [ + -3.164, + 0.33 + ], + [ + -0.263, + 0 + ], + [ + 3.658, + -0.593 + ] + ], + "o": [ + [ + 0, + -0.273 + ], + [ + 3.163, + -0.329 + ], + [ + 0.264, + 0 + ], + [ + -3.659, + 0.593 + ] + ], + "v": [ + [ + -6.624, + 0.253 + ], + [ + 2.34, + 1.2 + ], + [ + 6.36, + -2.782 + ], + [ + 2.768, + 2.189 + ] + ], + "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": [ + 6.875, + 3.032 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 50.0000020365418, + "st": 10.0000004073083, + "bm": 0 + }, + { + "ddd": 0, + "ind": 19, + "ty": 4, + "nm": "blick-1", + "parent": 21, + "sr": 0.2, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 198.888, + 94.047, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 15.576, + 10.243, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + -0.641, + -0.083 + ], + [ + 1.962, + -2.579 + ], + [ + -0.004, + 0.321 + ], + [ + -2.466, + 1.625 + ] + ], + "o": [ + [ + 0.655, + 0.085 + ], + [ + -1.963, + 2.578 + ], + [ + 0.003, + -0.292 + ], + [ + 2.467, + -1.626 + ] + ], + "v": [ + [ + 14.671, + -9.91 + ], + [ + 12.429, + 7.415 + ], + [ + -15.322, + 8.985 + ], + [ + 9.737, + 5.34 + ] + ], + "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": [ + 15.576, + 10.243 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 50.0000020365418, + "st": 10.0000004073083, + "bm": 0 + }, + { + "ddd": 0, + "ind": 20, + "ty": 4, + "nm": "hole", + "parent": 21, + "sr": 0.2, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 78.617, + 54.482, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 44.596, + 50.973, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 1.547, + 2.131 + ], + [ + 0, + 0 + ], + [ + -22.215, + 0 + ], + [ + 3.561, + -37.444 + ], + [ + 3.172, + -1.794 + ] + ], + "o": [ + [ + -1.547, + -2.13 + ], + [ + 3.028, + -20.519 + ], + [ + 22.886, + 0 + ], + [ + 0, + 0 + ], + [ + -3.172, + 1.794 + ] + ], + "v": [ + [ + -42.799, + 48.592 + ], + [ + -34.255, + -10.834 + ], + [ + 9.461, + -50.723 + ], + [ + 40.785, + 1.046 + ], + [ + 34.828, + 47.788 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.365000017952, + 0.090000002992, + 0.317999985639, + 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": [ + 44.596, + 50.973 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 50.0000020365418, + "st": 10.0000004073083, + "bm": 0 + }, + { + "ddd": 0, + "ind": 21, + "ty": 4, + "nm": "box", + "sr": 0.2, + "ks": { + "o": { + "a": 0, + "k": 100, + "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": 25, + "s": [ + 203.349, + 176.477, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.667, + "y": 1 + }, + "o": { + "x": 0.333, + "y": 0 + }, + "t": 27, + "s": [ + 251.993, + 177.477, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "t": 31.0000012626559, + "s": [ + 203.349, + 176.477, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 113.071, + 54.826, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.51, + 0.51, + 0.667 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.333, + 0.333, + 0.333 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 25, + "s": [ + 100, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.667, + 0.667, + 0.667 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.458, + 0.458, + 0.333 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 27, + "s": [ + 80.787, + 80.787, + 100 + ] + }, + { + "t": 31.0000012626559, + "s": [ + 100, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 29.208, + 0 + ], + [ + 0, + 0 + ], + [ + 3.779, + -23.863 + ], + [ + 0.904, + -12.08 + ], + [ + 0.301, + -0.216 + ], + [ + -0.791, + -1.053 + ], + [ + -27.505, + 0.079 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -0.751, + 1.389 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -24.161, + 0 + ], + [ + 0, + 0 + ], + [ + -16.31, + -0.617 + ], + [ + -1.054, + 0.755 + ], + [ + 0.344, + 0.458 + ], + [ + 35.713, + -0.103 + ], + [ + 0, + 0 + ], + [ + 44.003, + 0.045 + ], + [ + 1.57, + -2.902 + ], + [ + 3.388, + -31.635 + ] + ], + "v": [ + [ + 64.384, + -54.576 + ], + [ + -23.059, + -54.576 + ], + [ + -71.57, + -13.142 + ], + [ + -81.891, + 49.079 + ], + [ + -111.417, + 47.708 + ], + [ + -112.031, + 53.509 + ], + [ + -59.806, + 54.497 + ], + [ + 16.852, + 53.509 + ], + [ + 16.852, + 53.507 + ], + [ + 103.852, + 51.626 + ], + [ + 109.434, + -5.78 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.234999997008, + 0.725, + 0.573000021542, + 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": [ + 113.071, + 54.826 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 50.0000020365418, + "st": 10.0000004073083, + "bm": 0 + }, + { + "ddd": 0, + "ind": 22, + "ty": 4, + "nm": "stick-2", + "parent": 21, + "sr": 0.2, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 124.523, + 131.765, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 9.308, + 45.803, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0.805, + -3.096 + ], + [ + 0.017, + -4.003 + ], + [ + -0.916, + 3.082 + ], + [ + 0.26, + 1.459 + ] + ], + "o": [ + [ + -0.805, + 3.097 + ], + [ + -0.015, + 4.003 + ], + [ + 0.916, + -3.081 + ], + [ + -0.26, + -1.458 + ] + ], + "v": [ + [ + 5.133, + -42.457 + ], + [ + -9.042, + 41.55 + ], + [ + -4.365, + 42.176 + ], + [ + 8.798, + -42.77 + ] + ], + "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": [ + 9.307, + 45.803 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 50.0000020365418, + "st": 10.0000004073083, + "bm": 0 + }, + { + "ddd": 0, + "ind": 23, + "ty": 4, + "nm": "stick-1", + "parent": 21, + "sr": 0.2, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 25, + "s": [ + 0 + ] + }, + { + "t": 27.0000010997325, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 143.511, + 80.219, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 35.17, + 1.656, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 1.854, + -3.518 + ], + [ + -2.107, + -4.571 + ], + [ + -2.353, + 3.498 + ], + [ + 1.936, + 1.671 + ] + ], + "o": [ + [ + -1.854, + 3.519 + ], + [ + 2.109, + 4.571 + ], + [ + 2.354, + -3.498 + ], + [ + -1.936, + -1.672 + ] + ], + "v": [ + [ + 0.427, + -48.338 + ], + [ + -16.21, + 47.285 + ], + [ + 4.708, + 48.109 + ], + [ + 16.381, + -48.61 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.976000019148, + 0.365000017952, + 0.275, + 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": [ + 18.566, + 52.106 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 50.0000020365418, + "st": 10.0000004073083, + "bm": 0 + }, + { + "ddd": 0, + "ind": 24, + "ty": 4, + "nm": "star-3", + "sr": 0.2, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 71.597, + 188.02, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 10.102, + 10.223, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.803, + 0.803, + 0.667 + ], + "y": [ + 11.178, + 11.178, + 1 + ] + }, + "o": { + "x": [ + 0.203, + 0.203, + 0.333 + ], + "y": [ + -10.159, + -10.159, + 0 + ] + }, + "t": 10, + "s": [ + 0, + 0, + 100 + ] + }, + { + "t": 25.9995010589813, + "s": [ + 100, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + -0.051, + 0.334 + ], + [ + 0.138, + 0.821 + ], + [ + -0.686, + 0.197 + ], + [ + -0.469, + -0.111 + ], + [ + -0.687, + 0.577 + ], + [ + -0.45, + -0.409 + ], + [ + -0.28, + -0.319 + ], + [ + -0.49, + -0.573 + ], + [ + 0.454, + -0.536 + ], + [ + 0.383, + -0.35 + ], + [ + 0.108, + -0.534 + ], + [ + 0.722, + 0.595 + ], + [ + 0.5, + 0.076 + ], + [ + 0.598, + 0.038 + ], + [ + -0.089, + 0.932 + ] + ], + "o": [ + [ + 0.051, + -0.333 + ], + [ + -0.137, + -0.821 + ], + [ + 0.686, + -0.198 + ], + [ + 0.469, + 0.111 + ], + [ + 0.687, + -0.576 + ], + [ + 0.45, + 0.41 + ], + [ + 0.279, + 0.318 + ], + [ + 0.49, + 0.574 + ], + [ + -0.454, + 0.535 + ], + [ + -0.384, + 0.352 + ], + [ + -0.108, + 0.535 + ], + [ + -0.723, + -0.595 + ], + [ + -0.5, + -0.076 + ], + [ + -0.597, + -0.039 + ], + [ + 0.089, + -0.931 + ] + ], + "v": [ + [ + -2.811, + 0.075 + ], + [ + -9.49, + -3.984 + ], + [ + -6.213, + -7.58 + ], + [ + -0.958, + -2.792 + ], + [ + 0.405, + -9.397 + ], + [ + 5.631, + -9.191 + ], + [ + 2.289, + -2.744 + ], + [ + 9.362, + -3.008 + ], + [ + 8.789, + 3.178 + ], + [ + 1.329, + 0.809 + ], + [ + 4.946, + 7.395 + ], + [ + -0.656, + 9.378 + ], + [ + -1.606, + 3.198 + ], + [ + -6.923, + 8.478 + ], + [ + -9.763, + 4.372 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.976000019148, + 0.365000017952, + 0.275, + 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": [ + 10.102, + 10.223 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 50.0000020365418, + "st": 10.0000004073083, + "bm": 0 + }, + { + "ddd": 0, + "ind": 25, + "ty": 4, + "nm": "star-2", + "sr": 0.2, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 140.683, + 273.012, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 15.377, + 13.567, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.803, + 0.803, + 0.667 + ], + "y": [ + 11.178, + 11.178, + 1 + ] + }, + "o": { + "x": [ + 0.203, + 0.203, + 0.333 + ], + "y": [ + -10.159, + -10.159, + 0 + ] + }, + "t": 10, + "s": [ + 0, + 0, + 100 + ] + }, + { + "t": 25.9995010589813, + "s": [ + 100, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + -0.388, + 0.259 + ], + [ + -0.711, + 0.906 + ], + [ + -0.841, + -0.516 + ], + [ + -0.323, + -0.581 + ], + [ + -1.228, + -0.165 + ], + [ + 0, + -0.841 + ], + [ + 0.065, + -0.582 + ], + [ + 0.129, + -1.034 + ], + [ + 0.97, + -0.034 + ], + [ + 0.715, + 0.065 + ], + [ + 0.646, + -0.387 + ], + [ + 0.064, + 1.293 + ], + [ + 0.388, + 0.582 + ], + [ + 0.517, + 0.647 + ], + [ + -1.034, + 0.777 + ] + ], + "o": [ + [ + 0.388, + -0.259 + ], + [ + 0.712, + -0.905 + ], + [ + 0.84, + 0.518 + ], + [ + 0.323, + 0.582 + ], + [ + 1.228, + 0.165 + ], + [ + 0, + 0.84 + ], + [ + -0.064, + 0.581 + ], + [ + -0.129, + 1.035 + ], + [ + -0.969, + 0.035 + ], + [ + -0.715, + -0.064 + ], + [ + -0.647, + 0.388 + ], + [ + -0.064, + -1.293 + ], + [ + -0.388, + -0.581 + ], + [ + -0.517, + -0.646 + ], + [ + 1.035, + -0.775 + ] + ], + "v": [ + [ + -2.199, + -1.81 + ], + [ + -4.268, + -12.413 + ], + [ + 2.457, + -12.413 + ], + [ + 2.457, + -2.585 + ], + [ + 10.473, + -7.34 + ], + [ + 15.128, + -1.81 + ], + [ + 5.43, + 0.777 + ], + [ + 12.283, + 7.757 + ], + [ + 5.43, + 12.93 + ], + [ + 0.905, + 3.104 + ], + [ + -2.457, + 12.93 + ], + [ + -9.698, + 9.05 + ], + [ + -4.268, + 2.327 + ], + [ + -14.611, + 1.811 + ], + [ + -13.059, + -4.913 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.976000019148, + 0.365000017952, + 0.275, + 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": [ + 15.377, + 13.568 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 50.0000020365418, + "st": 10.0000004073083, + "bm": 0 + }, + { + "ddd": 0, + "ind": 26, + "ty": 4, + "nm": "star-1", + "sr": 0.2, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 123.656, + 90.784, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 19.56, + 17.249, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.803, + 0.803, + 0.667 + ], + "y": [ + 11.178, + 11.178, + 1 + ] + }, + "o": { + "x": [ + 0.203, + 0.203, + 0.333 + ], + "y": [ + -10.159, + -10.159, + 0 + ] + }, + "t": 10, + "s": [ + 0, + 0, + 100 + ] + }, + { + "t": 25.9995010589813, + "s": [ + 100, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + -0.495, + 0.33 + ], + [ + -0.907, + 1.156 + ], + [ + -1.073, + -0.66 + ], + [ + -0.413, + -0.742 + ], + [ + -1.568, + -0.21 + ], + [ + 0, + -1.073 + ], + [ + 0.082, + -0.743 + ], + [ + 0.165, + -1.32 + ], + [ + 1.238, + -0.044 + ], + [ + 0.913, + 0.083 + ], + [ + 0.825, + -0.496 + ], + [ + 0.082, + 1.651 + ], + [ + 0.495, + 0.743 + ], + [ + 0.66, + 0.825 + ], + [ + -1.321, + 0.99 + ] + ], + "o": [ + [ + 0.495, + -0.331 + ], + [ + 0.908, + -1.155 + ], + [ + 1.073, + 0.66 + ], + [ + 0.412, + 0.743 + ], + [ + 1.568, + 0.211 + ], + [ + 0, + 1.073 + ], + [ + -0.083, + 0.742 + ], + [ + -0.165, + 1.32 + ], + [ + -1.238, + 0.044 + ], + [ + -0.913, + -0.082 + ], + [ + -0.825, + 0.495 + ], + [ + -0.083, + -1.65 + ], + [ + -0.495, + -0.742 + ], + [ + -0.66, + -0.825 + ], + [ + 1.32, + -0.991 + ] + ], + "v": [ + [ + -2.806, + -2.311 + ], + [ + -5.447, + -15.845 + ], + [ + 3.136, + -15.845 + ], + [ + 3.136, + -3.302 + ], + [ + 13.368, + -9.371 + ], + [ + 19.31, + -2.311 + ], + [ + 6.932, + 0.991 + ], + [ + 15.679, + 9.902 + ], + [ + 6.932, + 16.504 + ], + [ + 1.155, + 3.961 + ], + [ + -3.136, + 16.504 + ], + [ + -12.378, + 11.552 + ], + [ + -5.447, + 2.97 + ], + [ + -18.65, + 2.31 + ], + [ + -16.669, + -6.272 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.976000019148, + 0.365000017952, + 0.275, + 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": [ + 19.56, + 17.25 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 50.0000020365418, + "st": 10.0000004073083, + "bm": 0 + }, + { + "ddd": 0, + "ind": 27, + "ty": 4, + "nm": "background", + "sr": 0.85308056872038, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": -360, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 185.366, + 179.126, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 120.376, + 111.443, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.803, + 0.803, + 0.667 + ], + "y": [ + 3.386, + 3.386, + 1 + ] + }, + "o": { + "x": [ + 0.203, + 0.203, + 0.333 + ], + "y": [ + -2.382, + -2.382, + 0 + ] + }, + "t": 10, + "s": [ + 0, + 0, + 100 + ] + }, + { + "t": 25.9995271253331, + "s": [ + 100, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 60.863, + -4.297 + ], + [ + -2.828, + -61.223 + ], + [ + -58.094, + 2.403 + ], + [ + 1.252, + 60.406 + ] + ], + "o": [ + [ + -56.655, + 4 + ], + [ + 2.864, + 62.008 + ], + [ + 58.033, + -2.401 + ], + [ + -1.311, + -63.21 + ] + ], + "v": [ + [ + -7.504, + -106.896 + ], + [ + -117.298, + 6.329 + ], + [ + 5.326, + 108.79 + ], + [ + 118.874, + -1.677 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.827000038297, + 0.866999966491, + 0.925, + 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": [ + 120.376, + 111.444 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 50.0000020365418, + "st": 10.0000004073083, + "bm": 0 + } + ] + } + ], + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 0, + "nm": "email-sent", + "refId": "comp_0", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.316 + ], + "y": [ + 0.903 + ] + }, + "o": { + "x": [ + 0.674 + ], + "y": [ + 0.24 + ] + }, + "t": 0, + "s": [ + 0 + ] + }, + { + "t": 10.0287504084794, + "s": [ + 99 + ] + } + ], + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.487 + ], + "y": [ + 3.042 + ] + }, + "o": { + "x": [ + 0.403 + ], + "y": [ + -2.506 + ] + }, + "t": 0, + "s": [ + 13 + ] + }, + { + "t": 10.0000004073083, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 187.5, + 187.5, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 187.5, + 187.5, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.403, + 0.403, + 0.667 + ], + "y": [ + 4.39, + 4.39, + 1 + ] + }, + "o": { + "x": [ + 0.559, + 0.559, + 0.333 + ], + "y": [ + -8.502, + -8.502, + 0 + ] + }, + "t": 0, + "s": [ + 121, + 121, + 100 + ] + }, + { + "t": 10.0000004073083, + "s": [ + 100, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "w": 375, + "h": 375, + "ip": 0, + "op": 50.0000020365418, + "st": 0, + "bm": 0 + } + ], + "markers": [] +} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/example_with_images/data.json b/ohos/flutter_lottie/assets/example_with_images/data.json new file mode 100644 index 0000000000000000000000000000000000000000..ed386c88d429d8bdb1b21c8f2ec3918d461057b9 --- /dev/null +++ b/ohos/flutter_lottie/assets/example_with_images/data.json @@ -0,0 +1,833 @@ +{ + "v": "5.6.9", + "fr": 25, + "ip": 0, + "op": 75, + "w": 1200, + "h": 1200, + "nm": "Character-side v1", + "ddd": 0, + "assets": [ + { + "id": "image_0", + "w": 1200, + "h": 1200, + "u": "images/", + "p": "img_0.png", + "e": 0 + }, + { + "id": "image_1", + "w": 1200, + "h": 1200, + "u": "images/", + "p": "img_1.png", + "e": 0 + }, + { + "id": "image_2", + "w": 1200, + "h": 1200, + "u": "images/", + "p": "img_2.png", + "e": 0 + }, + { + "id": "image_3", + "w": 1200, + "h": 1200, + "u": "images/", + "p": "img_3.png", + "e": 0 + }, + { + "id": "image_4", + "w": 1200, + "h": 1200, + "u": "images/", + "p": "img_4.png", + "e": 0 + }, + { + "id": "image_5", + "w": 1200, + "h": 1200, + "u": "images/", + "p": "img_5.png", + "e": 0 + }, + { + "id": "image_6", + "w": 1200, + "h": 1200, + "u": "images/", + "p": "img_6.png", + "e": 0 + }, + { + "id": "image_7", + "w": 1200, + "h": 1200, + "u": "images/", + "p": "img_7.png", + "e": 0 + }, + { + "id": "image_8", + "w": 1200, + "h": 1200, + "u": "images/", + "p": "img_8.png", + "e": 0 + }, + { + "id": "image_9", + "w": 1200, + "h": 1200, + "u": "images/", + "p": "img_9.png", + "e": 0 + } + ], + "layers": [ + { + "ddd": 0, + "ind": 2, + "ty": 2, + "nm": "F ARM Up", + "parent": 8, + "refId": "image_0", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.333 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.667 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.333 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.667 + ], + "y": [ + 0 + ] + }, + "t": 25, + "s": [ + 67 + ] + }, + { + "t": 50, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 623.019, + 296.734, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 623.019, + 296.734, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 250, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 2, + "nm": "F ARM Low", + "parent": 2, + "refId": "image_1", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.333 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.667 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + 43 + ] + }, + { + "i": { + "x": [ + 0.333 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.667 + ], + "y": [ + 0 + ] + }, + "t": 25, + "s": [ + 0 + ] + }, + { + "t": 50, + "s": [ + 43 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 623.019, + 439.113, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 623.019, + 439.113, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 250, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 4, + "ty": 2, + "nm": "F Hand", + "parent": 3, + "refId": "image_2", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.333 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.667 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + 41 + ] + }, + { + "i": { + "x": [ + 0.333 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.667 + ], + "y": [ + 0 + ] + }, + "t": 25, + "s": [ + 0 + ] + }, + { + "t": 50, + "s": [ + 41 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 623.019, + 584.501, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 623.019, + 584.501, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 250, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 5, + "ty": 2, + "nm": "F LEG Up", + "refId": "image_3", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 90, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 604.854, + 589.662, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 604.854, + 589.662, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 250, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 6, + "ty": 2, + "nm": "F LEG Low", + "parent": 5, + "refId": "image_4", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": -90, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 608.016, + 829.202, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 608.016, + 829.202, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 250, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 7, + "ty": 2, + "nm": "F Foot", + "parent": 6, + "refId": "image_5", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 608.863, + 1058.742, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 608.863, + 1058.742, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 250, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 8, + "ty": 2, + "nm": "Body", + "parent": 11, + "refId": "image_6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 605.434, + 468.468, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 605.434, + 468.468, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 250, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 9, + "ty": 2, + "nm": "Head", + "parent": 8, + "refId": "image_7", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 623.019, + 263.511, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 623.019, + 263.511, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 250, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 10, + "ty": 2, + "nm": "Hair", + "parent": 9, + "refId": "image_8", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 600, + 600, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 600, + 600, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 250, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 11, + "ty": 2, + "nm": "Waist", + "refId": "image_9", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.333 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.667 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.333 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.667 + ], + "y": [ + 0 + ] + }, + "t": 25, + "s": [ + -70 + ] + }, + { + "t": 50, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 604.854, + 589.662, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 604.854, + 589.662, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 250, + "st": 0, + "bm": 0 + } + ], + "markers": [ + { + "tm": 25, + "cm": "9", + "dr": 0 + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/example_with_images/images/img_0.png b/ohos/flutter_lottie/assets/example_with_images/images/img_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1ad12ee513feb3acefc47d0354bdde92ca249230 Binary files /dev/null and b/ohos/flutter_lottie/assets/example_with_images/images/img_0.png differ diff --git a/ohos/flutter_lottie/assets/example_with_images/images/img_0.svg b/ohos/flutter_lottie/assets/example_with_images/images/img_0.svg new file mode 100644 index 0000000000000000000000000000000000000000..ff3eaf05fda4026eb0a425c0ac17f1de67da32b1 --- /dev/null +++ b/ohos/flutter_lottie/assets/example_with_images/images/img_0.svg @@ -0,0 +1,10 @@ + + + + + + diff --git a/ohos/flutter_lottie/assets/example_with_images/images/img_1.png b/ohos/flutter_lottie/assets/example_with_images/images/img_1.png new file mode 100644 index 0000000000000000000000000000000000000000..585e11cf99ed2594670a27f867d4a75529f525e7 Binary files /dev/null and b/ohos/flutter_lottie/assets/example_with_images/images/img_1.png differ diff --git a/ohos/flutter_lottie/assets/example_with_images/images/img_2.png b/ohos/flutter_lottie/assets/example_with_images/images/img_2.png new file mode 100644 index 0000000000000000000000000000000000000000..f18dc2331f34f3d169e86c5b97b348c276fb3d87 Binary files /dev/null and b/ohos/flutter_lottie/assets/example_with_images/images/img_2.png differ diff --git a/ohos/flutter_lottie/assets/example_with_images/images/img_3.png b/ohos/flutter_lottie/assets/example_with_images/images/img_3.png new file mode 100644 index 0000000000000000000000000000000000000000..1b055ff85853dc35a626b94c775ad0769f997c10 Binary files /dev/null and b/ohos/flutter_lottie/assets/example_with_images/images/img_3.png differ diff --git a/ohos/flutter_lottie/assets/example_with_images/images/img_4.png b/ohos/flutter_lottie/assets/example_with_images/images/img_4.png new file mode 100644 index 0000000000000000000000000000000000000000..2baa133534c19e3f421e0414788cd52e42c6820a Binary files /dev/null and b/ohos/flutter_lottie/assets/example_with_images/images/img_4.png differ diff --git a/ohos/flutter_lottie/assets/example_with_images/images/img_5.png b/ohos/flutter_lottie/assets/example_with_images/images/img_5.png new file mode 100644 index 0000000000000000000000000000000000000000..2f811fa8889af8222bd6de76b89bb172d327a8a4 Binary files /dev/null and b/ohos/flutter_lottie/assets/example_with_images/images/img_5.png differ diff --git a/ohos/flutter_lottie/assets/example_with_images/images/img_6.png b/ohos/flutter_lottie/assets/example_with_images/images/img_6.png new file mode 100644 index 0000000000000000000000000000000000000000..e56848b7bf493921120c0db33cdd699ab46c840f Binary files /dev/null and b/ohos/flutter_lottie/assets/example_with_images/images/img_6.png differ diff --git a/ohos/flutter_lottie/assets/example_with_images/images/img_7.png b/ohos/flutter_lottie/assets/example_with_images/images/img_7.png new file mode 100644 index 0000000000000000000000000000000000000000..4b9dea92b983bf33907ef1c1dc61fde71c6e1cda Binary files /dev/null and b/ohos/flutter_lottie/assets/example_with_images/images/img_7.png differ diff --git a/ohos/flutter_lottie/assets/example_with_images/images/img_8.png b/ohos/flutter_lottie/assets/example_with_images/images/img_8.png new file mode 100644 index 0000000000000000000000000000000000000000..674f5032d9821d361b0b2e3bc5dbadc4609d4ec3 Binary files /dev/null and b/ohos/flutter_lottie/assets/example_with_images/images/img_8.png differ diff --git a/ohos/flutter_lottie/assets/example_with_images/images/img_9.png b/ohos/flutter_lottie/assets/example_with_images/images/img_9.png new file mode 100644 index 0000000000000000000000000000000000000000..d128c5bf6ac5d12db606d1d961862e580ca78889 Binary files /dev/null and b/ohos/flutter_lottie/assets/example_with_images/images/img_9.png differ diff --git a/ohos/flutter_lottie/assets/fonts/Comic-Neue.ttf b/ohos/flutter_lottie/assets/fonts/Comic-Neue.ttf new file mode 100644 index 0000000000000000000000000000000000000000..ab3a41764d7081c99c93791cc0a6c833d076d7d9 Binary files /dev/null and b/ohos/flutter_lottie/assets/fonts/Comic-Neue.ttf differ diff --git a/ohos/flutter_lottie/assets/fonts/Helvetica-Neue.ttf b/ohos/flutter_lottie/assets/fonts/Helvetica-Neue.ttf new file mode 100644 index 0000000000000000000000000000000000000000..95a77d2b13f73cfea6b11ca84f5acbbaf8008208 Binary files /dev/null and b/ohos/flutter_lottie/assets/fonts/Helvetica-Neue.ttf differ diff --git a/ohos/flutter_lottie/assets/fonts/Helvetica.ttf b/ohos/flutter_lottie/assets/fonts/Helvetica.ttf new file mode 100644 index 0000000000000000000000000000000000000000..2bda7f11c152f16f0efcaf87f11d4045b0e9b29b Binary files /dev/null and b/ohos/flutter_lottie/assets/fonts/Helvetica.ttf differ diff --git a/ohos/flutter_lottie/assets/fonts/Noto-Emoji.ttf b/ohos/flutter_lottie/assets/fonts/Noto-Emoji.ttf new file mode 100644 index 0000000000000000000000000000000000000000..19b7badf4afe64dae28cd64fc506b95291bb8b03 Binary files /dev/null and b/ohos/flutter_lottie/assets/fonts/Noto-Emoji.ttf differ diff --git a/ohos/flutter_lottie/assets/fonts/Open-Sans.ttf b/ohos/flutter_lottie/assets/fonts/Open-Sans.ttf new file mode 100644 index 0000000000000000000000000000000000000000..2e31d02424ed50b9e05c19b5d82500699a6edbb0 Binary files /dev/null and b/ohos/flutter_lottie/assets/fonts/Open-Sans.ttf differ diff --git a/ohos/flutter_lottie/assets/fonts/PT-Serif.ttf b/ohos/flutter_lottie/assets/fonts/PT-Serif.ttf new file mode 100644 index 0000000000000000000000000000000000000000..5310691a999658437d6db608b9447d606598753e Binary files /dev/null and b/ohos/flutter_lottie/assets/fonts/PT-Serif.ttf differ diff --git a/ohos/flutter_lottie/assets/fonts/Roboto.ttf b/ohos/flutter_lottie/assets/fonts/Roboto.ttf new file mode 100644 index 0000000000000000000000000000000000000000..2c97eeadffe1a34bd67d3ff1c3887fd53e22c2ca Binary files /dev/null and b/ohos/flutter_lottie/assets/fonts/Roboto.ttf differ diff --git a/ohos/flutter_lottie/assets/issue270.json b/ohos/flutter_lottie/assets/issue270.json new file mode 100644 index 0000000000000000000000000000000000000000..be3e593b3e78cdcdb29f0567f49ed5b93e14008e --- /dev/null +++ b/ohos/flutter_lottie/assets/issue270.json @@ -0,0 +1,243 @@ +{ + "layers": [ + { + "ddd": 0, + "ty": 4, + "ind": 0, + "sr": 1, + "ip": 0, + "op": 180, + "st": 0, + "ks": { + "a": { + "k": [ + 0, + 0 + ], + "a": 0 + }, + "p": { + "k": [ + 0, + 0 + ], + "a": 0 + }, + "s": { + "k": [ + 100, + 100 + ], + "a": 0 + }, + "r": { + "k": 0, + "a": 0 + }, + "o": { + "k": 100, + "a": 0 + }, + "sk": { + "k": 0, + "a": 0 + }, + "sa": { + "k": 0, + "a": 0 + } + }, + "ao": 0, + "bm": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "sh", + "d": 1, + "ks": { + "k": { + "c": false, + "i": [ + [ + 0, + 0 + ], + [ + 32, + -32 + ], + [ + -64, + -64 + ], + [ + 64, + 64 + ] + ], + "o": [ + [ + 64, + 64 + ], + [ + -32, + 32 + ], + [ + -64, + 64 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 256, + 128 + ], + [ + 256, + 376 + ], + [ + 256, + 256 + ], + [ + 128, + 376 + ] + ] + }, + "a": 0 + } + }, + { + "ty": "st", + "lc": 2, + "lj": 2, + "ml": 0, + "o": { + "k": 100, + "a": 0 + }, + "w": { + "k": 5, + "a": 0 + }, + "c": { + "k": [ + 1, + 0, + 0, + 1 + ], + "a": 0 + } + }, + { + "ty": "tr", + "a": { + "k": [ + 0, + 0 + ], + "a": 0 + }, + "p": { + "k": [ + 0, + 0 + ], + "a": 0 + }, + "s": { + "k": [ + 100, + 100 + ], + "a": 0 + }, + "r": { + "k": 0, + "a": 0 + }, + "o": { + "k": 100, + "a": 0 + }, + "sk": { + "k": 0, + "a": 0 + }, + "sa": { + "k": 0, + "a": 0 + } + } + ] + }, + { + "ty": "tm", + "s": { + "k": 0, + "a": 0 + }, + "e": { + "k": 50, + "a": 0 + }, + "o": { + "a": 1, + "k": [ + { + "t": 0, + "i": { + "x": [ + 1 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0 + ], + "y": [ + 0 + ] + }, + "s": [ + 0 + ], + "e": [ + 360 + ] + }, + { + "t": 180, + "s": [ + 360 + ] + } + ] + } + } + ] + } + ], + "v": "5.5.2", + "fr": 60, + "ip": 0, + "op": 180, + "w": 968, + "h": 1090, + "ddd": 0, + "assets": [] +} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lf20_w2Afea.json b/ohos/flutter_lottie/assets/lf20_w2Afea.json new file mode 100644 index 0000000000000000000000000000000000000000..510c138d2dfb3e9d241f823d9fde258d99544645 --- /dev/null +++ b/ohos/flutter_lottie/assets/lf20_w2Afea.json @@ -0,0 +1 @@ +{"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"6_Linea Outlines","parent":8,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[106.584,150.169,0]},"a":{"k":[116.1,151.952,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":14,"s":[103,103,100],"e":[100,100,100]},{"t":18}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[-1.324,0.685],[1.082,15.691],[13.59,7.623],[11.179,-7.488],[-2.542,-14.849],[-11.514,-7.045],[-11.07,5.433],[1.336,-0.656],[8.465,1.923],[5.077,6.435],[-11.038,14.863],[-14.521,-5.707],[0.497,-16.622],[10.766,-5.573]],"o":[[13.243,-6.85],[-1.065,-15.453],[-12.544,-7.036],[-12.243,8.201],[2.28,13.32],[11.148,6.821],[1.338,-0.657],[-7.588,3.727],[-7.997,-1.816],[-11.233,-14.239],[9.069,-12.213],[16.022,6.297],[-0.386,12.928],[-1.322,0.684]],"v":[[115.094,47.255],[135.927,12.447],[111.624,-27.847],[72.784,-24.081],[57.397,13.251],[79.719,47.19],[115.094,47.255],[114.02,45.125],[89.613,48.74],[69.886,35.171],[65.772,-14.306],[107.574,-27.202],[133.697,16.893],[114.02,45.125]]}],"e":[{"i":[[-1.935,0.02],[-7.918,18.231],[11.301,16.253],[17.34,-2.08],[5.732,-18.112],[-9.233,-14.427],[-16.012,-0.161],[1.933,0.02],[8.692,6.95],[2.125,10.099],[-21.487,10.441],[-13.501,-14.628],[10.293,-18.383],[15.741,-0.159]],"o":[[19.359,-0.195],[7.798,-17.954],[-10.432,-15.001],[-18.99,2.278],[-5.142,16.247],[8.939,13.969],[1.935,0.02],[-10.977,-0.111],[-8.211,-6.566],[-4.702,-22.347],[17.655,-8.579],[14.897,16.14],[-8.005,14.297],[-1.933,0.02]],"v":[[-0.067,53.054],[44.436,25.762],[39.81,-33.238],[-7.427,-50.994],[-47.092,-17.787],[-41.047,32.958],[-0.067,53.054],[-0.067,50.054],[-30.481,40.299],[-45.424,13.895],[-21.272,-43.989],[34.737,-34.805],[39.251,29.493],[-0.067,50.054]]}]},{"t":13}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[16,40,84,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[115.632,201.202]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[-0.492,1.429],[-6.42,7.3],[-9.085,4.121],[-17.035,-5.314],[0.8,-32.701],[29.769,-11.193],[16.192,4.824],[10.419,10.87],[7.071,14.089],[4.419,18.876],[-16.418,21.514],[-10.798,6.196],[-18.774,-3.023],[4.339,-17.967],[8.593,0.396],[5.724,2.276],[9.071,-4.402],[3.411,-10.503],[-9.097,-18.046],[0.693,1.374],[0.338,15.295],[-16.702,5.629],[-12.937,-2.2],[2.986,14.739],[12.041,2.35],[15.873,-8.275],[6.957,-23.668],[-11.142,-26.972],[-27.467,-17.212],[-26.976,16.26],[3.26,31.482],[30.557,9.05],[14.538,-30.723],[1.142,-3.318]],"o":[[3.184,-9.252],[6.668,-7.582],[15.856,-7.193],[32.089,10.01],[-0.849,34.708],[-15.499,5.827],[-14.36,-4.278],[-10.918,-11.391],[-8.694,-17.32],[-6.145,-26.251],[7.645,-10.018],[16.066,-9.219],[14.929,2.404],[-2.101,8.702],[-6.209,-0.286],[-9.353,-3.719],[-9.796,4.754],[-6.51,20.043],[0.693,1.374],[-6.817,-13.522],[-0.39,-17.653],[13.534,-4.562],[14.98,2.547],[-2.733,-13.488],[-18.034,-3.52],[-21.032,10.965],[-8.404,28.591],[12.135,29.377],[28.378,17.782],[25.667,-15.471],[-3.241,-31.295],[-32.946,-9.758],[-1.497,3.163],[-0.493,1.433]],"v":[[36.767,28.843],[50.727,3.647],[75.129,-13.41],[126.092,-17.599],[177.805,61.871],[119.498,132.331],[70.766,134.741],[33.416,110.488],[6.887,71.478],[-13.674,17.161],[-1.964,-58.289],[26.681,-82.251],[79.951,-93.934],[108.642,-62.414],[89.587,-48.67],[71.729,-54.426],[44.208,-54.427],[23.632,-30.736],[34.626,28.978],[36.689,27.938],[23.816,-14.808],[49.566,-54.081],[87.362,-46.538],[111.052,-72.605],[81.946,-95.947],[29.821,-86.686],[-16.269,-35.243],[-4.678,51.817],[51.72,128.58],[140.151,124.969],[179.684,51.32],[125.042,-20.372],[38.436,18.312],[34.549,28.073]]}],"e":[{"i":[[-1.406,1.326],[-11.712,4.563],[-12.943,-0.516],[-16.646,-15.609],[20.042,-36.265],[41.061,4.284],[15.956,14.582],[5.727,18.103],[-0.036,19.822],[-5.911,23.696],[-31.613,14.863],[-16.143,0.845],[-20.001,-14.022],[15.533,-17.719],[9.732,5.309],[5.307,5.796],[13.092,0.191],[10.095,-9.862],[0,-25.412],[0,1.935],[-8.548,17.365],[-22.657,-3.133],[-13.715,-9.793],[-5.153,18.24],[12.588,9.454],[23.242,-0.308],[21.902,-22.637],[2.848,-36.592],[-21.787,-34.874],[-40.784,2.988],[-14.623,37.195],[30.141,27.459],[34.815,-26.269],[3.263,-3.079]],"o":[[9.1,-8.586],[12.164,-4.739],[22.59,0.899],[31.356,29.404],[-21.273,38.491],[-21.378,-2.23],[-14.15,-12.932],[-6.001,-18.97],[0.044,-24.369],[8.22,-32.954],[14.72,-6.921],[24.018,-1.257],[15.905,11.15],[-7.523,8.581],[-7.032,-3.836],[-8.671,-9.47],[-14.138,-0.207],[-19.264,18.82],[0,1.935],[0,-19.042],[9.867,-20.042],[18.36,2.539],[15.881,11.34],[4.716,-16.692],[-18.853,-14.161],[-30.797,0.407],[-26.458,27.346],[-3.101,39.855],[22.51,36.03],[38.805,-2.843],[14.536,-36.974],[-32.498,-29.606],[-3.584,2.704],[-1.41,1.33]],"v":[[-51.263,-17.742],[-20.348,-38.131],[17.918,-43.47],[79.46,-19.326],[92.968,99.178],[-15.828,145.288],[-73.742,120.41],[-102.874,72.035],[-110.831,13.216],[-102.921,-59.412],[-45.239,-137.501],[1.982,-148.191],[70.579,-131.157],[85.423,-79.524],[55.293,-74.878],[37.952,-91.449],[6.041,-107.029],[-31.666,-92.074],[-53.824,-18.803],[-50.824,-18.803],[-40.763,-74.086],[12.051,-103.607],[51.467,-73.743],[94.174,-89.602],[74.07,-132.287],[8.216,-151.394],[-75.298,-119.722],[-112.749,-15.406],[-92.225,102.711],[12.424,148.713],[101.314,88.395],[79.863,-23.035],[-43.171,-28.622],[-53.384,-19.863]]}]},{"t":13}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[16,40,84,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[116.1,151.952]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 2"}],"bounds":{"l":2,"t":0,"b":302,"r":297},"ip":12,"op":68,"st":0},{"ddd":0,"ind":1,"ty":4,"nm":"2_Misce FLIP","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[1374.949,618.507,0]},"a":{"k":[167.436,200.889,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ty":"fl","fillEnabled":true,"c":{"k":[254,208,184,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[12.511,233.459]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[0,-5.055],[5.056,0],[0,5.055],[-5.055,0]],"o":[[0,5.055],[-5.055,0],[0,-5.055],[5.056,0]],"v":[[-1.846,-89],[-11.001,-79.846],[-20.154,-89],[-11.001,-98.154]]}],"e":[{"i":[[0,-5.055],[5.056,0],[0,5.055],[-5.055,0]],"o":[[0,5.055],[-5.055,0],[0,-5.055],[5.056,0]],"v":[[1.82,-59.333],[-7.334,-50.179],[-16.487,-59.333],[-7.334,-68.487]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,-5.055],[5.056,0],[0,5.055],[-5.055,0]],"o":[[0,5.055],[-5.055,0],[0,-5.055],[5.056,0]],"v":[[1.82,-59.333],[-7.334,-50.179],[-16.487,-59.333],[-7.334,-68.487]]}],"e":[{"i":[[0,-5.055],[5.056,0],[0,5.055],[-5.055,0]],"o":[[0,5.055],[-5.055,0],[0,-5.055],[5.056,0]],"v":[[9.154,0],[-0.001,9.154],[-9.154,0],[-0.001,-9.154]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0,-5.055],[5.056,0],[0,5.055],[-5.055,0]],"o":[[0,5.055],[-5.055,0],[0,-5.055],[5.056,0]],"v":[[9.154,0],[-0.001,9.154],[-9.154,0],[-0.001,-9.154]]}],"e":[{"i":[[0,-0.425],[0.425,0],[0,0.425],[-0.425,0]],"o":[[0,0.425],[-0.425,0],[0,-0.425],[0.425,0]],"v":[[-37.614,-18.384],[-38.384,-17.615],[-39.154,-18.384],[-38.384,-19.154]]}]},{"t":19}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[16,40,84,255]},"o":{"k":100},"w":{"k":3},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[137.101,32.301]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[0.174,0.079],[0.235,0.001],[0.66,-0.005],[1.151,-0.139],[-0.029,-0.068],[-0.76,-1.351],[-0.065,0.061],[-0.732,0.748],[-0.442,0.458],[-0.112,0.229],[0.079,-0.16],[0.162,-0.168],[0.429,-0.439],[0.765,-0.717],[-0.077,-0.014],[0.586,1.396],[0,0],[-1.107,0.01],[-0.646,-0.001],[-0.206,-0.002],[0.128,0.058]],"o":[[-0.228,-0.104],[-0.661,-0.002],[-1.166,0.009],[-0.072,0.009],[0.596,1.42],[0.046,0.082],[0.765,-0.717],[0.445,-0.455],[0.174,-0.181],[0.078,-0.159],[-0.075,0.152],[-0.426,0.442],[-0.732,0.749],[0.077,0.014],[-0.747,-1.328],[0,0],[1.093,-0.132],[0.646,-0.006],[0.205,0],[0.077,0.001],[0.172,0.078]],"v":[[-240.4,113.732],[-240.778,113.696],[-245.186,113.991],[-249.928,114.488],[-250.029,114.656],[-247.874,118.8],[-247.644,118.842],[-242.541,115.682],[-240.458,114.543],[-239.881,113.927],[-240.136,113.774],[-240.715,114.384],[-242.749,115.472],[-247.852,118.631],[-247.622,118.672],[-249.748,114.596],[-249.848,114.764],[-245.282,114.274],[-240.917,113.978],[-240.301,113.981],[-240.079,113.969]]}],"e":[{"i":[[1.507,0.686],[2.034,0.007],[5.711,-0.045],[9.962,-1.202],[-0.248,-0.591],[-6.577,-11.692],[-0.559,0.524],[-6.333,6.477],[-3.826,3.967],[-0.972,1.982],[0.681,-1.388],[1.398,-1.45],[3.711,-3.797],[6.618,-6.208],[-0.663,-0.119],[5.07,12.084],[0,0],[-9.575,0.084],[-5.591,-0.008],[-1.779,-0.021],[1.108,0.504]],"o":[[-1.973,-0.898],[-5.716,-0.021],[-10.088,0.08],[-0.622,0.075],[5.156,12.29],[0.399,0.709],[6.618,-6.208],[3.854,-3.941],[1.507,-1.562],[0.676,-1.378],[-0.647,1.319],[-3.685,3.821],[-6.331,6.478],[0.663,0.119],[-6.467,-11.496],[0,0],[9.454,-1.141],[5.588,-0.049],[1.778,0.003],[0.668,0.007],[1.489,0.677]],"v":[[-124.029,60.897],[-131.306,60.588],[-169.445,63.144],[-210.485,67.445],[-211.354,68.898],[-192.705,104.76],[-190.715,105.117],[-146.557,77.779],[-128.531,67.922],[-123.54,62.585],[-125.748,61.264],[-130.756,66.539],[-148.359,75.958],[-192.517,103.296],[-190.528,103.653],[-208.923,68.38],[-209.792,69.832],[-170.279,65.593],[-132.51,63.026],[-127.174,63.058],[-125.259,62.952]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[1.507,0.686],[2.034,0.007],[5.711,-0.045],[9.962,-1.202],[-0.248,-0.591],[-6.577,-11.692],[-0.559,0.524],[-6.333,6.477],[-3.826,3.967],[-0.972,1.982],[0.681,-1.388],[1.398,-1.45],[3.711,-3.797],[6.618,-6.208],[-0.663,-0.119],[5.07,12.084],[0,0],[-9.575,0.084],[-5.591,-0.008],[-1.779,-0.021],[1.108,0.504]],"o":[[-1.973,-0.898],[-5.716,-0.021],[-10.088,0.08],[-0.622,0.075],[5.156,12.29],[0.399,0.709],[6.618,-6.208],[3.854,-3.941],[1.507,-1.562],[0.676,-1.378],[-0.647,1.319],[-3.685,3.821],[-6.331,6.478],[0.663,0.119],[-6.467,-11.496],[0,0],[9.454,-1.141],[5.588,-0.049],[1.778,0.003],[0.668,0.007],[1.489,0.677]],"v":[[-124.029,60.897],[-131.306,60.588],[-169.445,63.144],[-210.485,67.445],[-211.354,68.898],[-192.705,104.76],[-190.715,105.117],[-146.557,77.779],[-128.531,67.922],[-123.54,62.585],[-125.748,61.264],[-130.756,66.539],[-148.359,75.958],[-192.517,103.296],[-190.528,103.653],[-208.923,68.38],[-209.792,69.832],[-170.279,65.593],[-132.51,63.026],[-127.174,63.058],[-125.259,62.952]]}],"e":[{"i":[[0.859,-1.172],[0.335,-1.788],[0.881,-5.035],[0.529,-9.034],[-0.571,0.086],[-11.558,3.166],[0.38,0.609],[4.792,7.024],[2.943,4.255],[1.622,1.299],[-1.136,-0.91],[-1.076,-1.555],[-2.81,-4.116],[-4.505,-7.214],[-0.213,0.557],[11.666,-1.752],[0,0],[-1.469,8.443],[-0.91,4.917],[-0.306,1.56],[0.631,-0.862]],"o":[[-1.125,1.534],[-0.941,5.024],[-1.556,8.893],[-0.033,0.564],[11.866,-1.781],[0.701,-0.192],[-4.505,-7.214],[-2.916,-4.274],[-1.159,-1.676],[-1.128,-0.904],[1.08,0.865],[2.836,4.099],[4.794,7.022],[0.213,-0.557],[-11.364,3.113],[0,0],[0.501,-8.574],[0.858,-4.927],[0.289,-1.564],[0.115,-0.586],[0.848,-1.158]],"v":[[24.219,-65.76],[22.767,-59.427],[20.051,-44.335],[15.841,-17.287],[17.005,-16.196],[52.211,-24.565],[52.852,-26.236],[38.583,-47.426],[29.798,-60.224],[25.813,-65.812],[24.27,-64.166],[28.198,-58.577],[36.658,-46.248],[50.927,-25.058],[51.568,-26.728],[16.933,-18.452],[18.097,-17.361],[22.115,-43.053],[24.761,-57.821],[25.651,-62.508],[25.865,-64.217]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0.859,-1.172],[0.335,-1.788],[0.881,-5.035],[0.529,-9.034],[-0.571,0.086],[-11.558,3.166],[0.38,0.609],[4.792,7.024],[2.943,4.255],[1.622,1.299],[-1.136,-0.91],[-1.076,-1.555],[-2.81,-4.116],[-4.505,-7.214],[-0.213,0.557],[11.666,-1.752],[0,0],[-1.469,8.443],[-0.91,4.917],[-0.306,1.56],[0.631,-0.862]],"o":[[-1.125,1.534],[-0.941,5.024],[-1.556,8.893],[-0.033,0.564],[11.866,-1.781],[0.701,-0.192],[-4.505,-7.214],[-2.916,-4.274],[-1.159,-1.676],[-1.128,-0.904],[1.08,0.865],[2.836,4.099],[4.794,7.022],[0.213,-0.557],[-11.364,3.113],[0,0],[0.501,-8.574],[0.858,-4.927],[0.289,-1.564],[0.115,-0.586],[0.848,-1.158]],"v":[[24.219,-65.76],[22.767,-59.427],[20.051,-44.335],[15.841,-17.287],[17.005,-16.196],[52.211,-24.565],[52.852,-26.236],[38.583,-47.426],[29.798,-60.224],[25.813,-65.812],[24.27,-64.166],[28.198,-58.577],[36.658,-46.248],[50.927,-25.058],[51.568,-26.728],[16.933,-18.452],[18.097,-17.361],[22.115,-43.053],[24.761,-57.821],[25.651,-62.508],[25.865,-64.217]]}],"e":[{"i":[[-0.373,-0.159],[-0.507,0.022],[-1.423,0.08],[-2.486,0.429],[0.059,0.15],[1.592,2.937],[0.141,-0.142],[1.603,-1.746],[0.969,-1.069],[0.25,-0.523],[-0.175,0.366],[-0.354,0.391],[-0.939,1.024],[-1.673,1.68],[0.165,0.023],[-1.215,-3.056],[0,0],[2.385,-0.136],[1.393,-0.065],[0.443,-0.016],[-0.274,-0.117]],"o":[[0.488,0.208],[1.424,-0.063],[2.513,-0.141],[0.155,-0.027],[-1.235,-3.108],[-0.097,-0.178],[-1.673,1.68],[-0.975,1.062],[-0.382,0.421],[-0.174,0.363],[0.166,-0.348],[0.933,-1.03],[1.603,-1.746],[-0.165,-0.023],[1.565,2.888],[0,0],[-2.359,0.407],[-1.392,0.079],[-0.443,0.021],[-0.166,0.006],[-0.368,-0.157]],"v":[[68.961,-93.23],[70.773,-93.237],[75.042,-93.455],[82.651,-94.026],[82.874,-94.411],[78.372,-103.438],[77.878,-103.507],[73.029,-98.291],[70.111,-95.095],[68.846,-93.659],[69.391,-93.345],[70.659,-94.765],[73.47,-97.843],[78.319,-103.059],[77.825,-103.127],[82.266,-94.249],[82.488,-94.634],[75.259,-94.097],[71.082,-93.88],[69.753,-93.824],[69.276,-93.774]]}]},{"t":20}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[16,40,84,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[306.039,368.754]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[0.512,0.441],[3.966,-0.494],[-1.479,0.907]],"o":[[-0.512,-0.441],[-1.334,0.166],[1.479,-0.907]],"v":[[-236.58,118.392],[-246.345,119.514],[-244.32,123.278]]}],"e":[{"i":[[4.428,3.813],[34.317,-4.277],[-12.794,7.845]],"o":[[-4.428,-3.813],[-11.543,1.439],[12.794,-7.845]],"v":[[-121.64,62.058],[-206.135,71.773],[-188.613,104.34]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[4.428,3.813],[34.317,-4.277],[-12.794,7.845]],"o":[[-4.428,-3.813],[-11.543,1.439],[12.794,-7.845]],"v":[[-121.64,62.058],[-206.135,71.773],[-188.613,104.34]]}],"e":[{"i":[[0.274,0.033],[0.274,-5.697],[-7.537,2.073]],"o":[[-0.249,-0.03],[6.742,-0.961],[-2.527,-4.085]],"v":[[23.974,-60.566],[15.901,-12.901],[50.821,-21.224]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0.274,0.033],[0.274,-5.697],[-7.537,2.073]],"o":[[-0.249,-0.03],[6.742,-0.961],[-2.527,-4.085]],"v":[[23.974,-60.566],[15.901,-12.901],[50.821,-21.224]]}],"e":[{"i":[[-0.008,-0.077],[-1.564,0.287],[1.04,1.915]],"o":[[0.008,0.07],[-0.688,-1.769],[-0.949,0.945]],"v":[[72.702,-87.105],[86.153,-87.933],[81.682,-96.885]]}]},{"t":20}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[254,145,107,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[302.556,363.637]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 4"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[-0.059,-0.185],[-3.728,1.482],[3.521,4.222]],"o":[[0.053,0.168],[-2.577,-4.037],[-1.881,2.807]],"v":[[118.596,-52.766],[130.464,-43.466],[114.974,-63.403]]}],"e":[{"i":[[-0.059,-0.185],[-3.728,1.482],[3.521,4.222]],"o":[[0.053,0.168],[-2.577,-4.037],[-1.881,2.807]],"v":[[58.596,-5.766],[114.464,-36.466],[98.974,-56.403]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[-0.059,-0.185],[-3.728,1.482],[3.521,4.222]],"o":[[0.053,0.168],[-2.577,-4.037],[-1.881,2.807]],"v":[[58.596,-5.766],[114.464,-36.466],[98.974,-56.403]]}],"e":[{"i":[[-0.059,-0.185],[-3.728,1.482],[3.521,4.222]],"o":[[0.053,0.168],[-2.577,-4.037],[-1.881,2.807]],"v":[[-16.404,14.234],[16.464,5.534],[0.974,-14.403]]}]},{"t":14}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,203,27,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[269.617,263.146]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 5"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[0.061,0.176],[2.273,-0.911],[-2.821,-4.271]],"o":[[-0.055,-0.16],[2.178,3.99],[0.9,-2.338]],"v":[[99.254,31.043],[90.685,38.084],[91.261,55.117]]}],"e":[{"i":[[0.061,0.176],[2.273,-0.911],[-2.821,-4.271]],"o":[[-0.055,-0.16],[2.178,3.99],[0.9,-2.338]],"v":[[86.254,26.043],[-10.315,-7.916],[78.261,50.117]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0.061,0.176],[2.273,-0.911],[-2.821,-4.271]],"o":[[-0.055,-0.16],[2.178,3.99],[0.9,-2.338]],"v":[[86.254,26.043],[-10.315,-7.916],[78.261,50.117]]}],"e":[{"i":[[0.115,0.147],[1.856,-1.597],[-4.051,-3.129]],"o":[[-0.104,-0.134],[3.352,3.071],[0.095,-2.503]],"v":[[-6.166,-21.631],[-24.321,-11.153],[-5.941,3.734]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0.115,0.147],[1.856,-1.597],[-4.051,-3.129]],"o":[[-0.104,-0.134],[3.352,3.071],[0.095,-2.503]],"v":[[-6.166,-21.631],[-24.321,-11.153],[-5.941,3.734]]}],"e":[{"i":[[0.008,0.01],[0.13,-0.112],[-0.283,-0.218]],"o":[[-0.007,-0.009],[0.234,0.214],[0.007,-0.175]],"v":[[-5.868,-21.756],[-7.135,-21.024],[-5.852,-19.985]]}]},{"t":19}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[123,196,136,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[272.946,12.367]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 6"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[-0.019,0.015],[0.213,0.235],[0.392,-0.536]],"o":[[0.017,-0.014],[-0.387,0.445],[0.325,0.004]],"v":[[-53.106,-172.226],[-53.148,-178.656],[-55.012,-172.486]]}],"e":[{"i":[[-0.049,0.18],[2.389,0.536],[0.093,-5.118]],"o":[[0.045,-0.163],[-0.464,4.522],[2.066,-1.418]],"v":[[-34.19,-29.212],[-62.974,-69.558],[-47.356,-22.395]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[-0.049,0.18],[2.389,0.536],[0.093,-5.118]],"o":[[0.045,-0.163],[-0.464,4.522],[2.066,-1.418]],"v":[[-34.19,-29.212],[-62.974,-69.558],[-47.356,-22.395]]}],"e":[{"i":[[0.061,0.176],[2.273,-0.911],[-2.821,-4.271]],"o":[[-0.055,-0.16],[2.178,3.99],[0.9,-2.338]],"v":[[10.254,-11.957],[-10.315,-7.916],[2.261,12.117]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0.061,0.176],[2.273,-0.911],[-2.821,-4.271]],"o":[[-0.055,-0.16],[2.178,3.99],[0.9,-2.338]],"v":[[10.254,-11.957],[-10.315,-7.916],[2.261,12.117]]}],"e":[{"i":[[0.009,-0.008],[-0.109,-0.109],[-0.178,0.269]],"o":[[-0.008,0.007],[0.178,-0.225],[-0.158,0.005]],"v":[[70.284,65.153],[71.026,66.245],[71.877,65.023]]}]},{"t":22}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,203,27,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[103.946,204.367]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 7"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[-0.129,0.09],[1.266,1.638],[2.822,-3.283]],"o":[[0.117,-0.082],[-2.742,2.694],[2.111,0.191]],"v":[[92.657,-77.148],[87.613,-86.943],[42.227,-47.081]]}],"e":[{"i":[[-0.072,0.093],[1.274,0.884],[1.274,-2.982]],"o":[[0.065,-0.085],[-1.35,2.544],[1.551,-0.34]],"v":[[4.908,-31.904],[-2.073,-38.963],[-19.75,-8.601]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[-0.072,0.093],[1.274,0.884],[1.274,-2.982]],"o":[[0.065,-0.085],[-1.35,2.544],[1.551,-0.34]],"v":[[4.908,-31.904],[-2.073,-38.963],[-19.75,-8.601]]}],"e":[{"i":[[-0.13,0.088],[1.241,1.657],[2.872,-3.24]],"o":[[0.118,-0.08],[-2.783,2.652],[2.108,0.223]],"v":[[-52.415,-23.494],[-60.217,-39.41],[-73.829,-24.754]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[-0.13,0.088],[1.241,1.657],[2.872,-3.24]],"o":[[0.118,-0.08],[-2.783,2.652],[2.108,0.223]],"v":[[-52.415,-23.494],[-60.217,-39.41],[-73.829,-24.754]]}],"e":[{"i":[[0.008,0.012],[0.15,-0.119],[-0.306,-0.258]],"o":[[-0.008,-0.011],[0.252,0.251],[0.016,-0.195]],"v":[[-88.368,-52.491],[-89.821,-51.732],[-88.434,-50.508]]}]},{"t":19}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[16,40,84,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[228.778,186.694]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 8"},{"ty":"gr","it":[{"ty":"fl","fillEnabled":true,"c":{"k":[254,208,184,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[207.419,228.062]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 9"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[0.271,-0.077],[-1.987,-5.484],[-6.296,4.926]],"o":[[-0.247,0.07],[5.983,-3.563],[-3.995,-2.86]],"v":[[-65.295,153.958],[-73.131,164.118],[-55.458,156.506]]}],"e":[{"i":[[0.271,-0.077],[-1.987,-5.484],[-6.296,4.926]],"o":[[-0.247,0.07],[5.983,-3.563],[-3.995,-2.86]],"v":[[-36.295,71.958],[-73.131,164.118],[-16.458,77.506]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0.271,-0.077],[-1.987,-5.484],[-6.296,4.926]],"o":[[-0.247,0.07],[5.983,-3.563],[-3.995,-2.86]],"v":[[-36.295,71.958],[-73.131,164.118],[-16.458,77.506]]}],"e":[{"i":[[0.271,-0.077],[-1.987,-5.484],[-6.296,4.926]],"o":[[-0.247,0.07],[5.983,-3.563],[-3.995,-2.86]],"v":[[-20.295,-24.042],[-9.131,24.118],[20.542,2.506]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0.271,-0.077],[-1.987,-5.484],[-6.296,4.926]],"o":[[-0.247,0.07],[5.983,-3.563],[-3.995,-2.86]],"v":[[-20.295,-24.042],[-9.131,24.118],[20.542,2.506]]}],"e":[{"i":[[0.011,0.025],[0.492,-0.259],[-0.548,-0.53]],"o":[[-0.01,-0.022],[0.415,0.519],[0.218,-0.415]],"v":[[101.073,-110.628],[96.67,-108.945],[99.099,-106.424]]}]},{"t":21}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[123,196,136,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[279.881,198.668]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 10"}],"bounds":{"l":38,"t":-68,"b":490,"r":403},"ip":8,"op":21,"st":4},{"ddd":0,"ind":3,"ty":4,"nm":"YlineAzul","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.003],"y":[0.994]},"o":{"x":[0.167],"y":[0.167]},"n":["0p003_0p994_0p167_0p167"],"t":0,"s":[0],"e":[-29.172]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":5,"s":[-29.172],"e":[186.828]},{"t":13}]},"p":{"k":[{"i":{"x":0.251,"y":1},"o":{"x":0.303,"y":0},"n":"0p251_1_0p303_0","t":1,"s":[1394.875,624.864,0],"e":[1464.875,624.864,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":6,"s":[1464.875,624.864,0],"e":[1464.875,624.864,0],"to":[0,0,0],"ti":[0,0,0]},{"t":14}]},"a":{"k":[88.564,111.163,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":5,"s":[100,100,100],"e":[123,123,100]},{"t":13}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[0,0],[0,0],[0,4.461],[-9.515,0],[-5.055,-9.516],[0,0],[0,0],[-10.111,0],[0,-16.652],[2.379,-3.866],[0,0],[0,0],[14.868,0],[0,14.57]],"o":[[0,0],[-2.379,-3.866],[0,-16.652],[11.597,0],[0,0],[0,0],[5.649,-10.706],[8.92,0],[0,4.461],[0,0],[0,0],[0,14.57],[-14.868,0],[0,0]],"v":[[-24.383,23.492],[-84.151,-75.825],[-88.314,-88.611],[-63.634,-110.913],[-41.63,-96.639],[0.892,-18.436],[43.117,-96.639],[64.229,-110.913],[88.314,-88.611],[84.151,-75.825],[24.383,23.492],[24.383,86.531],[0,110.913],[-24.383,86.531]]}],"e":[{"i":[[3.582,17.491],[-2.502,18.002],[-3.365,0.509],[-0.97,-7.194],[-0.191,-14.122],[-17.118,5.305],[2.152,6.937],[-8.103,6.048],[-9.96,-13.345],[1.874,-16.446],[6.612,-15.959],[0,0],[12.82,7.53],[-7.379,12.563]],"o":[[-6.404,-31.27],[1.74,-12.519],[12.56,-1.901],[1.007,7.463],[0.13,9.556],[21.385,-6.628],[-2.152,-6.937],[7.148,-5.335],[2.668,3.575],[-3,26.334],[-4.748,11.459],[-7.379,12.563],[-12.82,-7.53],[0,0]],"v":[[-24.383,23.492],[-48.754,-64.38],[-34.493,-82.229],[-14.853,-66.159],[-14.229,-37.563],[0.892,-18.436],[14.091,-94.324],[22.472,-118.392],[55.113,-114.925],[56.016,-79.748],[29.042,25.562],[-1.012,107.55],[-34.385,116.224],[-43.06,82.851]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[3.582,17.491],[-2.502,18.002],[-3.365,0.509],[-0.97,-7.194],[-0.191,-14.122],[-17.118,5.305],[2.152,6.937],[-8.103,6.048],[-9.96,-13.345],[1.874,-16.446],[6.612,-15.959],[0,0],[12.82,7.53],[-7.379,12.563]],"o":[[-6.404,-31.27],[1.74,-12.519],[12.56,-1.901],[1.007,7.463],[0.13,9.556],[21.385,-6.628],[-2.152,-6.937],[7.148,-5.335],[2.668,3.575],[-3,26.334],[-4.748,11.459],[-7.379,12.563],[-12.82,-7.53],[0,0]],"v":[[-24.383,23.492],[-48.754,-64.38],[-34.493,-82.229],[-14.853,-66.159],[-14.229,-37.563],[0.892,-18.436],[14.091,-94.324],[22.472,-118.392],[55.113,-114.925],[56.016,-79.748],[29.042,25.562],[-1.012,107.55],[-34.385,116.224],[-43.06,82.851]]}],"e":[{"i":[[2.843,17.564],[1.357,23.706],[-12.308,-1.918],[-3.301,-9.993],[-3.933,-10.275],[-14.818,7.782],[2.684,5.32],[-4.481,5.132],[-11.872,-6.719],[-3.772,-15.807],[14.74,-51.7],[6.049,-3.478],[8.074,8.045],[-8.95,11.443]],"o":[[-8.173,-23.819],[-0.362,-13.206],[11.414,0.099],[2.203,7.593],[4.145,8.616],[16.747,-10.617],[-4.435,-7.336],[2.011,-4.812],[6.463,1.844],[2.486,19.587],[-9.148,32.087],[-8.744,8.364],[-7.182,-8.87],[10.562,-12.553]],"v":[[-0.799,22.417],[-53.392,-58.582],[-36.294,-84.695],[-21.721,-62.071],[-10.862,-35.737],[13.937,-21.636],[19.139,-84.268],[11.947,-106.946],[35.629,-113.267],[52.644,-84.781],[43.85,26.553],[-4.736,107.585],[-32.7,107.028],[-26.654,79.304]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[2.843,17.564],[1.357,23.706],[-12.308,-1.918],[-3.301,-9.993],[-3.933,-10.275],[-14.818,7.782],[2.684,5.32],[-4.481,5.132],[-11.872,-6.719],[-3.772,-15.807],[14.74,-51.7],[6.049,-3.478],[8.074,8.045],[-8.95,11.443]],"o":[[-8.173,-23.819],[-0.362,-13.206],[11.414,0.099],[2.203,7.593],[4.145,8.616],[16.747,-10.617],[-4.435,-7.336],[2.011,-4.812],[6.463,1.844],[2.486,19.587],[-9.148,32.087],[-8.744,8.364],[-7.182,-8.87],[10.562,-12.553]],"v":[[-0.799,22.417],[-53.392,-58.582],[-36.294,-84.695],[-21.721,-62.071],[-10.862,-35.737],[13.937,-21.636],[19.139,-84.268],[11.947,-106.946],[35.629,-113.267],[52.644,-84.781],[43.85,26.553],[-4.736,107.585],[-32.7,107.028],[-26.654,79.304]]}],"e":[{"i":[[2.104,17.637],[20.583,40.979],[-21.252,-4.345],[-5.631,-12.793],[-7.674,-6.428],[-12.519,10.259],[3.217,3.703],[-0.86,4.215],[-13.783,-0.093],[-9.417,-15.168],[9.372,-42.556],[20.393,-7.894],[1.166,9.423],[-13.041,13.323]],"o":[[-9.942,-16.367],[-6.333,-12.608],[10.268,2.099],[3.4,7.724],[8.16,7.677],[12.11,-14.606],[-6.719,-7.734],[-3.127,-4.289],[10.258,0.112],[7.971,12.84],[-9.413,42.807],[-12.765,5.43],[-1.166,-9.423],[11.942,-12.2]],"v":[[22.785,21.342],[-58.031,-52.784],[-38.095,-87.162],[-28.588,-57.982],[-7.496,-33.91],[26.983,-24.835],[24.188,-74.211],[1.422,-95.5],[16.146,-111.608],[49.272,-89.815],[64.506,31.796],[-8.46,107.621],[-31.014,97.833],[12.55,64.146]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[2.104,17.637],[20.583,40.979],[-21.252,-4.345],[-5.631,-12.793],[-7.674,-6.428],[-12.519,10.259],[3.217,3.703],[-0.86,4.215],[-13.783,-0.093],[-9.417,-15.168],[9.372,-42.556],[20.393,-7.894],[1.166,9.423],[-13.041,13.323]],"o":[[-9.942,-16.367],[-6.333,-12.608],[10.268,2.099],[3.4,7.724],[8.16,7.677],[12.11,-14.606],[-6.719,-7.734],[-3.127,-4.289],[10.258,0.112],[7.971,12.84],[-9.413,42.807],[-12.765,5.43],[-1.166,-9.423],[11.942,-12.2]],"v":[[22.785,21.342],[-58.031,-52.784],[-38.095,-87.162],[-28.588,-57.982],[-7.496,-33.91],[26.983,-24.835],[24.188,-74.211],[1.422,-95.5],[16.146,-111.608],[49.272,-89.815],[64.506,31.796],[-8.46,107.621],[-31.014,97.833],[12.55,64.146]]}],"e":[{"i":[[1.491,16.105],[27.199,58.739],[-16.393,1.236],[-4.049,-11.687],[-10.914,-6.158],[-7.602,14.754],[12.732,3.861],[2.761,3.299],[-17.786,1.668],[-16.053,-12.175],[10.751,-55.854],[20.603,-3.524],[-3.167,11.398],[-14.706,2.769]],"o":[[-6.544,-24.094],[-5.05,-13.608],[11.827,-1.048],[2.592,8.632],[10.914,6.158],[6.989,-21.276],[-8.164,-2.475],[-8.264,-3.765],[7.883,-0.984],[26.631,20.198],[-13.857,71.706],[-14.847,2.478],[4.093,-11.55],[47.557,-13.385]],"v":[[40.987,20.453],[-49.307,-37.37],[-37.464,-70.638],[-21.296,-44.157],[0.601,-21.977],[40.674,-26.065],[19.089,-75.744],[-9.103,-84.054],[0.069,-107.741],[44.168,-92.815],[82.238,34.913],[-6.949,115.034],[-31.804,90.986],[0.806,78.452]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[1.491,16.105],[27.199,58.739],[-16.393,1.236],[-4.049,-11.687],[-10.914,-6.158],[-7.602,14.754],[12.732,3.861],[2.761,3.299],[-17.786,1.668],[-16.053,-12.175],[10.751,-55.854],[20.603,-3.524],[-3.167,11.398],[-14.706,2.769]],"o":[[-6.544,-24.094],[-5.05,-13.608],[11.827,-1.048],[2.592,8.632],[10.914,6.158],[6.989,-21.276],[-8.164,-2.475],[-8.264,-3.765],[7.883,-0.984],[26.631,20.198],[-13.857,71.706],[-14.847,2.478],[4.093,-11.55],[47.557,-13.385]],"v":[[40.987,20.453],[-49.307,-37.37],[-37.464,-70.638],[-21.296,-44.157],[0.601,-21.977],[40.674,-26.065],[19.089,-75.744],[-9.103,-84.054],[0.069,-107.741],[44.168,-92.815],[82.238,34.913],[-6.949,115.034],[-31.804,90.986],[0.806,78.452]]}],"e":[{"i":[[12.739,18.863],[23.155,83.528],[-10.186,-1.682],[0.98,-10.82],[-11.891,-3.809],[-2.685,19.25],[31.026,0.371],[0.017,-31.337],[-8.374,23.199],[-48.942,-14.882],[11.081,-84.192],[12.459,23.006],[-11.375,0.719],[-25.213,-3.788]],"o":[[-20.922,22.222],[-6.334,-22.848],[14.027,0.221],[-1.302,9.617],[13.815,4.426],[5.316,-20.622],[-9.767,-0.117],[-0.008,14.042],[6.595,-23.2],[42.204,16.076],[-25.154,89.264],[-7.391,-14.764],[16.149,0.195],[26.885,4.039]],"v":[[68.624,0.171],[-40.107,-30.738],[-27.87,-63.442],[-5.308,-37.35],[16.754,-12.851],[57.565,-30.373],[21.201,-75.6],[-5.863,-38.271],[-39.671,-57.289],[39.84,-105.799],[107.391,29.914],[-7.202,72.479],[8.59,46.281],[40.811,61.394]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[12.739,18.863],[23.155,83.528],[-10.186,-1.682],[0.98,-10.82],[-11.891,-3.809],[-2.685,19.25],[31.026,0.371],[0.017,-31.337],[-8.374,23.199],[-48.942,-14.882],[11.081,-84.192],[12.459,23.006],[-11.375,0.719],[-25.213,-3.788]],"o":[[-20.922,22.222],[-6.334,-22.848],[14.027,0.221],[-1.302,9.617],[13.815,4.426],[5.316,-20.622],[-9.767,-0.117],[-0.008,14.042],[6.595,-23.2],[42.204,16.076],[-25.154,89.264],[-7.391,-14.764],[16.149,0.195],[26.885,4.039]],"v":[[68.624,0.171],[-40.107,-30.738],[-27.87,-63.442],[-5.308,-37.35],[16.754,-12.851],[57.565,-30.373],[21.201,-75.6],[-5.863,-38.271],[-39.671,-57.289],[39.84,-105.799],[107.391,29.914],[-7.202,72.479],[8.59,46.281],[40.811,61.394]]}],"e":[{"i":[[0.579,18.651],[12.74,79.685],[-12.512,-1.891],[1.322,-11.332],[-14.844,-3.099],[-3.51,20.149],[45.348,0.724],[0.357,-32.855],[-10.55,24.217],[-60.046,-16.22],[6.122,-99.845],[43.427,20.129],[-12.022,5.872],[-23.269,-0.795]],"o":[[1.589,-10.596],[-3.94,-24.644],[17.253,0.408],[-1.705,10.067],[28.114,5.87],[7.092,-24.666],[-12.015,-0.192],[-0.16,14.723],[8.362,-24.241],[63.759,19.168],[-12.457,80.063],[-16.388,-10.585],[17.754,-7.186],[60.339,2.234]],"v":[[133.742,16.791],[6.222,-32.369],[21.627,-66.503],[43.883,-39.044],[72.777,1.405],[129.358,-30.137],[80.726,-81.164],[43.209,-40.017],[7.043,-60.2],[105.26,-117.738],[181.45,37.785],[47.457,108.71],[43.536,70.953],[91.854,84.665]]}]},{"t":13}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[36,46,81,255]},"o":{"k":100},"w":{"k":3},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[88.564,111.163]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":-2,"t":-15,"b":233,"r":273},"ip":0,"op":12,"st":0},{"ddd":0,"ind":4,"ty":4,"nm":"Y_PicosAma Outlines","parent":13,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[149.917,12.989,0]},"a":{"k":[30.877,25.774,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[0,0],[0,4.461],[8.92,0],[5.649,-10.705],[0,0],[0,0],[0,0]],"o":[[0,0],[2.379,-3.865],[0,-16.652],[-10.111,0],[0,0],[0,0],[0,0],[0,0]],"v":[[16.86,25.524],[26.465,9.563],[30.628,-3.222],[6.543,-25.524],[-14.57,-11.25],[-30.628,18.49],[-17.563,25.524],[2.939,18.024]]}],"e":[{"i":[[0,0],[0,0],[0,4.461],[8.92,0],[5.649,-10.705],[0,0],[0,0],[0,0]],"o":[[0,0],[2.379,-3.865],[0,-16.652],[-10.111,0],[0,0],[0,0],[0,0],[0,0]],"v":[[9.779,38.786],[26.465,9.563],[30.628,-3.222],[4.036,-26.656],[-17.076,-12.382],[-25.597,4.303],[-17.563,25.524],[2.939,18.024]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[0,0],[0,0],[0,4.461],[8.92,0],[5.649,-10.705],[0,0],[0,0],[0,0]],"o":[[0,0],[2.379,-3.865],[0,-16.652],[-10.111,0],[0,0],[0,0],[0,0],[0,0]],"v":[[9.779,38.786],[26.465,9.563],[30.628,-3.222],[4.036,-26.656],[-17.076,-12.382],[-25.597,4.303],[-17.563,25.524],[2.939,18.024]]}],"e":[{"i":[[0,0],[0,0],[-0.085,4.437],[8.872,0.17],[5.824,-10.54],[0,0],[0,0],[0,0]],"o":[[0,0],[2.44,-3.799],[0.318,-16.563],[-10.057,-0.193],[0,0],[0,0],[0,0],[0,0]],"v":[[15.465,26.83],[25.661,9.458],[30.046,-3.181],[5.956,-26.223],[-15.317,-12.429],[-26.083,4.761],[-16.898,18.579],[3.637,11.51]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[0,0],[0,0],[-0.085,4.437],[8.872,0.17],[5.824,-10.54],[0,0],[0,0],[0,0]],"o":[[0,0],[2.44,-3.799],[0.318,-16.563],[-10.057,-0.193],[0,0],[0,0],[0,0],[0,0]],"v":[[15.465,26.83],[25.661,9.458],[30.046,-3.181],[5.956,-26.223],[-15.317,-12.429],[-26.083,4.761],[-16.898,18.579],[3.637,11.51]]}],"e":[{"i":[[0,0],[0,0],[1.036,4.339],[8.676,-2.072],[3.008,-11.724],[0,0],[0,0],[0,0]],"o":[[0,0],[1.416,-4.312],[-3.867,-16.197],[-9.835,2.348],[0,0],[0,0],[0,0],[0,0]],"v":[[12.228,15.311],[19.632,1.029],[20.712,-12.374],[-7.894,-28.473],[-25.114,-9.686],[-31.91,10.021],[-19.001,18.646],[-0.802,6.59]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[0,0],[0,0],[1.036,4.339],[8.676,-2.072],[3.008,-11.724],[0,0],[0,0],[0,0]],"o":[[0,0],[1.416,-4.312],[-3.867,-16.197],[-9.835,2.348],[0,0],[0,0],[0,0],[0,0]],"v":[[12.228,15.311],[19.632,1.029],[20.712,-12.374],[-7.894,-28.473],[-25.114,-9.686],[-31.91,10.021],[-19.001,18.646],[-0.802,6.59]]}],"e":[{"i":[[0,0],[0,0],[2.098,3.902],[7.803,-4.194],[-0.092,-12.021],[0,0],[0,0],[0,0]],"o":[[0,0],[0.264,-4.5],[-7.83,-14.567],[-8.845,4.755],[0,0],[0,0],[0,0],[0,0]],"v":[[7.775,7.726],[10.132,-9.462],[7.761,-22.604],[-23.795,-30.788],[-35.551,-8.374],[-37.1,18.819],[-22.145,21.332],[-7.738,5.131]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0,0],[0,0],[2.098,3.902],[7.803,-4.194],[-0.092,-12.021],[0,0],[0,0],[0,0]],"o":[[0,0],[0.264,-4.5],[-7.83,-14.567],[-8.845,4.755],[0,0],[0,0],[0,0],[0,0]],"v":[[7.775,7.726],[10.132,-9.462],[7.761,-22.604],[-23.795,-30.788],[-35.551,-8.374],[-37.1,18.819],[-22.145,21.332],[-7.738,5.131]]}],"e":[{"i":[[0,0],[0,0],[2.414,3.751],[7.501,-4.827],[-1.043,-12.059],[0,0],[0,0],[0,0]],"o":[[0,0],[-0.091,-4.538],[-9.012,-14.003],[-8.502,5.472],[0,0],[0,0],[0,0],[0,0]],"v":[[0.553,1.895],[-0.008,-16.725],[-3.427,-29.729],[-35.75,-35.448],[-45.778,-12.02],[-43.186,21.679],[-28.392,20.524],[-15.212,3.122]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[0,0],[0,0],[2.414,3.751],[7.501,-4.827],[-1.043,-12.059],[0,0],[0,0],[0,0]],"o":[[0,0],[-0.091,-4.538],[-9.012,-14.003],[-8.502,5.472],[0,0],[0,0],[0,0],[0,0]],"v":[[0.553,1.895],[-0.008,-16.725],[-3.427,-29.729],[-35.75,-35.448],[-45.778,-12.02],[-43.186,21.679],[-28.392,20.524],[-15.212,3.122]]}],"e":[{"i":[[1.734,9.996],[4.22,5.94],[-7.107,-15.221],[0.397,-8.911],[-0.309,1.269],[0,0],[0,0],[0,0]],"o":[[-2.877,-16.583],[-14.964,-21.059],[12.762,27.332],[-0.29,-0.224],[0,0],[0,0],[0,0],[0,0]],"v":[[-3.167,11.082],[-14.568,-22.999],[-48.912,-14.265],[-36.053,34.272],[-25.795,28.253],[-18.916,38.655],[-13.112,28.296],[-6.414,37.952]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[1.734,9.996],[4.22,5.94],[-7.107,-15.221],[0.397,-8.911],[-0.309,1.269],[0,0],[0,0],[0,0]],"o":[[-2.877,-16.583],[-14.964,-21.059],[12.762,27.332],[-0.29,-0.224],[0,0],[0,0],[0,0],[0,0]],"v":[[-3.167,11.082],[-14.568,-22.999],[-48.912,-14.265],[-36.053,34.272],[-25.795,28.253],[-18.916,38.655],[-13.112,28.296],[-6.414,37.952]]}],"e":[{"i":[[2.048,8.514],[10.634,4.622],[-10.89,-11.799],[-0.902,-8.874],[-0.214,1.288],[0,0],[0,0],[0,0]],"o":[[-2.048,-8.514],[-20.974,-9.115],[17.096,18.523],[-0.319,-0.18],[0,0],[0,0],[0,0],[0,0]],"v":[[1.882,16.308],[-29.334,-25.846],[-55.898,-6.45],[-31.062,29.851],[-22.755,20.683],[-18.679,31.862],[-9.047,22.333],[3.873,30.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[2.048,8.514],[10.634,4.622],[-10.89,-11.799],[-0.902,-8.874],[-0.214,1.288],[0,0],[0,0],[0,0]],"o":[[-2.048,-8.514],[-20.974,-9.115],[17.096,18.523],[-0.319,-0.18],[0,0],[0,0],[0,0],[0,0]],"v":[[1.882,16.308],[-29.334,-25.846],[-55.898,-6.45],[-31.062,29.851],[-22.755,20.683],[-18.679,31.862],[-9.047,22.333],[3.873,30.908]]}],"e":[{"i":[[4.308,3.642],[17.065,-3.192],[-18.757,0.139],[-3.535,-4.53],[0.38,0.751],[0,0],[0,0],[0,0]],"o":[[-4.308,-3.642],[-29.25,5.471],[23.183,-0.172],[-0.236,0.011],[0,0],[0,0],[0,0],[0,0]],"v":[[-6.013,-3.531],[-58.335,-26.114],[-62.958,6.578],[-24.083,22.956],[-21.017,12.737],[-10.767,12.383],[-9.395,3.763],[0.584,3.294]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[4.308,3.642],[17.065,-3.192],[-18.757,0.139],[-3.535,-4.53],[0.38,0.751],[0,0],[0,0],[0,0]],"o":[[-4.308,-3.642],[-29.25,5.471],[23.183,-0.172],[-0.236,0.011],[0,0],[0,0],[0,0],[0,0]],"v":[[-6.013,-3.531],[-58.335,-26.114],[-62.958,6.578],[-24.083,22.956],[-21.017,12.737],[-10.767,12.383],[-9.395,3.763],[0.584,3.294]]}],"e":[{"i":[[5.822,0.13],[17.124,-8.632],[-17.089,9.112],[-5.778,-1.345],[0.792,0.357],[0,0],[0,0],[0,0]],"o":[[-5.822,-0.13],[-27.434,13.829],[21.121,-11.262],[-0.182,0.162],[0,0],[0,0],[0,0],[0,0]],"v":[[-25.483,-19.523],[-68.904,-13.378],[-60.326,18.587],[-22.89,14.737],[-26.979,3.277],[-18.977,-3.658],[-23.467,-11.471],[-15.757,-18.321]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[5.822,0.13],[17.124,-8.632],[-17.089,9.112],[-5.778,-1.345],[0.792,0.357],[0,0],[0,0],[0,0]],"o":[[-5.822,-0.13],[-27.434,13.829],[21.121,-11.262],[-0.182,0.162],[0,0],[0,0],[0,0],[0,0]],"v":[[-25.483,-19.523],[-68.904,-13.378],[-60.326,18.587],[-22.89,14.737],[-26.979,3.277],[-18.977,-3.658],[-23.467,-11.471],[-15.757,-18.321]]}],"e":[{"i":[[7.002,-0.536],[26.565,-40.565],[-10.89,20.659],[-7.147,0.304],[1.035,0.159],[0,0],[0,0],[0,0]],"o":[[-9.361,0.717],[-20.297,30.993],[19.782,-37.527],[-0.159,0.247],[0,0],[0,0],[0,0],[0,0]],"v":[[28.867,-47.107],[-47.433,-3.607],[-10.855,23.358],[43.079,-0.721],[34.416,-12.863],[43.106,-23.124],[32.51,-35.871],[43.986,-46.634]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[7.002,-0.536],[26.565,-40.565],[-10.89,20.659],[-7.147,0.304],[1.035,0.159],[0,0],[0,0],[0,0]],"o":[[-9.361,0.717],[-20.297,30.993],[19.782,-37.527],[-0.159,0.247],[0,0],[0,0],[0,0],[0,0]],"v":[[28.867,-47.107],[-47.433,-3.607],[-10.855,23.358],[43.079,-0.721],[34.416,-12.863],[43.106,-23.124],[32.51,-35.871],[43.986,-46.634]]}],"e":[{"i":[[2.521,5.343],[3.236,4.17],[-0.033,0.407],[-1.825,-6.81],[-0.35,0.94],[0,0],[0,0],[0,0]],"o":[[-4.04,-8.563],[-1.097,-1.413],[6.971,11.032],[-0.227,-0.115],[0,0],[0,0],[0,0],[0,0]],"v":[[49.761,14.52],[45.576,4.457],[-3.301,10.369],[7.017,35.508],[18.847,26.366],[33.016,34.255],[41.203,24.207],[54.229,30.321]]}]},{"t":14}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[123,196,136,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[28.59,33.244]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":-55,"t":-15,"b":73,"r":83},"ip":0,"op":14,"st":0},{"ddd":0,"ind":5,"ty":4,"nm":"Y_PicosAma Outlines 2","parent":13,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[149.917,18.989,0]},"a":{"k":[30.877,25.774,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[0,0],[0,4.461],[8.92,0],[5.649,-10.705],[0,0],[0,0],[0,0]],"o":[[0,0],[2.379,-3.865],[0,-16.652],[-10.111,0],[0,0],[0,0],[0,0],[0,0]],"v":[[16.86,25.524],[26.465,9.563],[30.628,-3.222],[6.543,-25.524],[-14.57,-11.25],[-30.628,18.49],[-17.563,25.524],[2.939,18.024]]}],"e":[{"i":[[0,0],[0,0],[0,4.461],[8.92,0],[5.649,-10.705],[0,0],[0,0],[0,0]],"o":[[0,0],[2.379,-3.865],[0,-16.652],[-10.111,0],[0,0],[0,0],[0,0],[0,0]],"v":[[9.779,38.786],[26.465,9.563],[30.628,-3.222],[4.036,-26.656],[-17.076,-12.382],[-25.597,4.303],[-17.563,25.524],[2.939,18.024]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[0,0],[0,0],[0,4.461],[8.92,0],[5.649,-10.705],[0,0],[0,0],[0,0]],"o":[[0,0],[2.379,-3.865],[0,-16.652],[-10.111,0],[0,0],[0,0],[0,0],[0,0]],"v":[[9.779,38.786],[26.465,9.563],[30.628,-3.222],[4.036,-26.656],[-17.076,-12.382],[-25.597,4.303],[-17.563,25.524],[2.939,18.024]]}],"e":[{"i":[[0,0],[0,0],[-0.085,4.437],[8.872,0.17],[5.824,-10.54],[0,0],[0,0],[0,0]],"o":[[0,0],[2.44,-3.799],[0.318,-16.563],[-10.057,-0.193],[0,0],[0,0],[0,0],[0,0]],"v":[[15.465,26.83],[25.661,9.458],[30.046,-3.181],[5.956,-26.223],[-15.317,-12.429],[-26.083,4.761],[-16.898,18.579],[3.637,11.51]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[0,0],[0,0],[-0.085,4.437],[8.872,0.17],[5.824,-10.54],[0,0],[0,0],[0,0]],"o":[[0,0],[2.44,-3.799],[0.318,-16.563],[-10.057,-0.193],[0,0],[0,0],[0,0],[0,0]],"v":[[15.465,26.83],[25.661,9.458],[30.046,-3.181],[5.956,-26.223],[-15.317,-12.429],[-26.083,4.761],[-16.898,18.579],[3.637,11.51]]}],"e":[{"i":[[0,0],[0,0],[1.036,4.339],[8.676,-2.072],[3.008,-11.724],[0,0],[0,0],[0,0]],"o":[[0,0],[1.416,-4.312],[-3.867,-16.197],[-9.835,2.348],[0,0],[0,0],[0,0],[0,0]],"v":[[12.228,15.311],[19.632,1.029],[20.712,-12.374],[-7.894,-28.473],[-25.114,-9.686],[-31.91,10.021],[-19.001,18.646],[-0.802,6.59]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[0,0],[0,0],[1.036,4.339],[8.676,-2.072],[3.008,-11.724],[0,0],[0,0],[0,0]],"o":[[0,0],[1.416,-4.312],[-3.867,-16.197],[-9.835,2.348],[0,0],[0,0],[0,0],[0,0]],"v":[[12.228,15.311],[19.632,1.029],[20.712,-12.374],[-7.894,-28.473],[-25.114,-9.686],[-31.91,10.021],[-19.001,18.646],[-0.802,6.59]]}],"e":[{"i":[[0,0],[0,0],[2.098,3.902],[7.803,-4.194],[-0.092,-12.021],[0,0],[0,0],[0,0]],"o":[[0,0],[0.264,-4.5],[-7.83,-14.567],[-8.845,4.755],[0,0],[0,0],[0,0],[0,0]],"v":[[7.775,7.726],[10.132,-9.462],[7.761,-22.604],[-23.795,-30.788],[-35.551,-8.374],[-37.1,18.819],[-22.145,21.332],[-7.738,5.131]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0,0],[0,0],[2.098,3.902],[7.803,-4.194],[-0.092,-12.021],[0,0],[0,0],[0,0]],"o":[[0,0],[0.264,-4.5],[-7.83,-14.567],[-8.845,4.755],[0,0],[0,0],[0,0],[0,0]],"v":[[7.775,7.726],[10.132,-9.462],[7.761,-22.604],[-23.795,-30.788],[-35.551,-8.374],[-37.1,18.819],[-22.145,21.332],[-7.738,5.131]]}],"e":[{"i":[[0,0],[0,0],[2.414,3.751],[7.501,-4.827],[-1.043,-12.059],[0,0],[0,0],[0,0]],"o":[[0,0],[-0.091,-4.538],[-9.012,-14.003],[-8.502,5.472],[0,0],[0,0],[0,0],[0,0]],"v":[[0.553,1.895],[-0.008,-16.725],[-3.427,-29.729],[-35.75,-35.448],[-45.778,-12.02],[-43.186,21.679],[-28.392,20.524],[-15.212,3.122]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[0,0],[0,0],[2.414,3.751],[7.501,-4.827],[-1.043,-12.059],[0,0],[0,0],[0,0]],"o":[[0,0],[-0.091,-4.538],[-9.012,-14.003],[-8.502,5.472],[0,0],[0,0],[0,0],[0,0]],"v":[[0.553,1.895],[-0.008,-16.725],[-3.427,-29.729],[-35.75,-35.448],[-45.778,-12.02],[-43.186,21.679],[-28.392,20.524],[-15.212,3.122]]}],"e":[{"i":[[1.734,9.996],[4.22,5.94],[-7.107,-15.221],[0.397,-8.911],[-0.309,1.269],[0,0],[0,0],[0,0]],"o":[[-2.877,-16.583],[-14.964,-21.059],[12.762,27.332],[-0.29,-0.224],[0,0],[0,0],[0,0],[0,0]],"v":[[-3.167,11.082],[-14.568,-22.999],[-48.912,-14.265],[-36.053,34.272],[-25.795,28.253],[-18.916,38.655],[-13.112,28.296],[-6.414,37.952]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[1.734,9.996],[4.22,5.94],[-7.107,-15.221],[0.397,-8.911],[-0.309,1.269],[0,0],[0,0],[0,0]],"o":[[-2.877,-16.583],[-14.964,-21.059],[12.762,27.332],[-0.29,-0.224],[0,0],[0,0],[0,0],[0,0]],"v":[[-3.167,11.082],[-14.568,-22.999],[-48.912,-14.265],[-36.053,34.272],[-25.795,28.253],[-18.916,38.655],[-13.112,28.296],[-6.414,37.952]]}],"e":[{"i":[[2.048,8.514],[10.634,4.622],[-10.89,-11.799],[-0.902,-8.874],[-0.214,1.288],[0,0],[0,0],[0,0]],"o":[[-2.048,-8.514],[-20.974,-9.115],[17.096,18.523],[-0.319,-0.18],[0,0],[0,0],[0,0],[0,0]],"v":[[1.882,16.308],[-29.334,-25.846],[-55.898,-6.45],[-31.062,29.851],[-22.755,20.683],[-18.679,31.862],[-9.047,22.333],[3.873,30.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[2.048,8.514],[10.634,4.622],[-10.89,-11.799],[-0.902,-8.874],[-0.214,1.288],[0,0],[0,0],[0,0]],"o":[[-2.048,-8.514],[-20.974,-9.115],[17.096,18.523],[-0.319,-0.18],[0,0],[0,0],[0,0],[0,0]],"v":[[1.882,16.308],[-29.334,-25.846],[-55.898,-6.45],[-31.062,29.851],[-22.755,20.683],[-18.679,31.862],[-9.047,22.333],[3.873,30.908]]}],"e":[{"i":[[4.308,3.642],[17.065,-3.192],[-18.757,0.139],[-3.535,-4.53],[0.38,0.751],[0,0],[0,0],[0,0]],"o":[[-4.308,-3.642],[-29.25,5.471],[23.183,-0.172],[-0.236,0.011],[0,0],[0,0],[0,0],[0,0]],"v":[[-6.013,-3.531],[-58.335,-26.114],[-62.958,6.578],[-24.083,22.956],[-21.017,12.737],[-10.767,12.383],[-9.395,3.763],[0.584,3.294]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[4.308,3.642],[17.065,-3.192],[-18.757,0.139],[-3.535,-4.53],[0.38,0.751],[0,0],[0,0],[0,0]],"o":[[-4.308,-3.642],[-29.25,5.471],[23.183,-0.172],[-0.236,0.011],[0,0],[0,0],[0,0],[0,0]],"v":[[-6.013,-3.531],[-58.335,-26.114],[-62.958,6.578],[-24.083,22.956],[-21.017,12.737],[-10.767,12.383],[-9.395,3.763],[0.584,3.294]]}],"e":[{"i":[[5.823,0.124],[17.116,-8.649],[-17.08,9.128],[-5.779,-1.339],[0.792,0.356],[0,0],[0,0],[0,0]],"o":[[-5.823,-0.124],[-27.421,13.856],[21.11,-11.282],[-0.182,0.162],[0,0],[0,0],[0,0],[0,0]],"v":[[-21.951,-23.86],[-65.366,-17.673],[-56.757,14.284],[-19.324,10.397],[-23.424,-1.059],[-15.429,-8.001],[-19.927,-15.81],[-12.224,-22.668]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[5.823,0.124],[17.116,-8.649],[-17.08,9.128],[-5.779,-1.339],[0.792,0.356],[0,0],[0,0],[0,0]],"o":[[-5.823,-0.124],[-27.421,13.856],[21.11,-11.282],[-0.182,0.162],[0,0],[0,0],[0,0],[0,0]],"v":[[-21.951,-23.86],[-65.366,-17.673],[-56.757,14.284],[-19.324,10.397],[-23.424,-1.059],[-15.429,-8.001],[-19.927,-15.81],[-12.224,-22.668]]}],"e":[{"i":[[7.013,0.377],[25.712,-37.963],[-12.444,19.762],[-7.126,-0.627],[1.006,0.292],[0,0],[0,0],[0,0]],"o":[[-9.375,-0.505],[-20.776,30.674],[25.623,-40.691],[-0.19,0.224],[0,0],[0,0],[0,0],[0,0]],"v":[[40.732,-54.333],[-44.141,-15.777],[-9.108,18.087],[48.801,-6.494],[41.788,-19.659],[51.737,-28.704],[42.886,-42.72],[55.662,-51.901]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[7.013,0.377],[25.712,-37.963],[-12.444,19.762],[-7.126,-0.627],[1.006,0.292],[0,0],[0,0],[0,0]],"o":[[-9.375,-0.505],[-20.776,30.674],[25.623,-40.691],[-0.19,0.224],[0,0],[0,0],[0,0],[0,0]],"v":[[40.732,-54.333],[-44.141,-15.777],[-9.108,18.087],[48.801,-6.494],[41.788,-19.659],[51.737,-28.704],[42.886,-42.72],[55.662,-51.901]]}],"e":[{"i":[[4.359,5.506],[78.84,-26.442],[-19.468,12.898],[-6.621,-15.943],[0.447,0.947],[0,0],[0,0],[0,0]],"o":[[-5.827,-7.361],[-41.07,13.774],[52.795,-34.979],[-0.294,0.006],[0,0],[0,0],[0,0],[0,0]],"v":[[37.517,-7.345],[-71.555,-26.757],[-67.488,19.276],[6.999,30.369],[12.225,16.398],[25.59,17.868],[30.237,1.956],[45.576,5.456]]}]},{"t":14}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,203,27,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[28.59,33.244]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":-65,"t":-22,"b":73,"r":85},"ip":0,"op":14,"st":0},{"ddd":0,"ind":6,"ty":4,"nm":"6_PicosVerde Outlines","parent":8,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[114.042,219.588,0]},"a":{"k":[108.945,17.951,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":14,"s":[{"i":[[0,0],[-5.836,17.282],[-0.078,1.35],[0,0],[0,0],[0,0],[0,0],[-49.831,-5]],"o":[[-37.761,-5.348],[0.449,-1.33],[0,0],[0,0],[0,0],[0,0],[-5.223,38.402],[49.831,5]],"v":[[71.945,35.326],[26.703,-13.581],[26.835,-17.701],[9.2,-6.535],[-6.133,-17.701],[-18.8,-6.535],[-34.91,-17.701],[37.036,74.701]]}],"e":[{"i":[[0,0],[-4.679,16.333],[-0.078,1.35],[0,0],[0,0],[0,0],[0,0],[-27.679,-4.717]],"o":[[-31.553,-12.053],[0.36,-1.345],[0,0],[0,0],[0,0],[0,0],[-3.842,33.222],[39.952,4.009]],"v":[[65.376,32.555],[26.703,-15.564],[26.835,-19.684],[9.2,-8.518],[-6.133,-19.684],[-18.8,-8.518],[-34.91,-19.684],[21.547,69.418]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0,0],[-4.679,16.333],[-0.078,1.35],[0,0],[0,0],[0,0],[0,0],[-27.679,-4.717]],"o":[[-31.553,-12.053],[0.36,-1.345],[0,0],[0,0],[0,0],[0,0],[-3.842,33.222],[39.952,4.009]],"v":[[65.376,32.555],[26.703,-15.564],[26.835,-19.684],[9.2,-8.518],[-6.133,-19.684],[-18.8,-8.518],[-34.91,-19.684],[21.547,69.418]]}],"e":[{"i":[[0,0],[-2.264,14.354],[-0.078,1.35],[0,0],[0,0],[0,0],[0,0],[-15.614,-8.045]],"o":[[-18.011,-10.075],[0.174,-1.375],[0,0],[0,0],[0,0],[0,0],[-0.96,22.411],[34.84,23.133]],"v":[[49.653,19.729],[26.703,-19.701],[26.835,-23.821],[9.2,-12.655],[-6.133,-23.821],[-18.8,-12.655],[-34.91,-23.821],[-8.972,43.568]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":16,"s":[{"i":[[0,0],[-2.264,14.354],[-0.078,1.35],[0,0],[0,0],[0,0],[0,0],[-15.614,-8.045]],"o":[[-18.011,-10.075],[0.174,-1.375],[0,0],[0,0],[0,0],[0,0],[-0.96,22.411],[34.84,23.133]],"v":[[49.653,19.729],[26.703,-19.701],[26.835,-23.821],[9.2,-12.655],[-6.133,-23.821],[-18.8,-12.655],[-34.91,-23.821],[-8.972,43.568]]}],"e":[{"i":[[0,0],[-0.086,0.282],[-0.078,1.35],[0,0],[0,0],[0,0],[0,0],[-0.919,-0.5]],"o":[[-0.042,-1.5],[0.434,-1.335],[0,0],[0,0],[0,0],[0,0],[1.027,1.902],[0,0]],"v":[[22.66,-22.299],[25.203,-30.081],[25.335,-34.201],[7.7,-23.035],[-7.633,-34.201],[-20.3,-23.035],[-36.41,-34.201],[-29.464,-21.299]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":19,"s":[{"i":[[0,0],[-0.086,0.282],[-0.078,1.35],[0,0],[0,0],[0,0],[0,0],[-0.919,-0.5]],"o":[[-0.042,-1.5],[0.434,-1.335],[0,0],[0,0],[0,0],[0,0],[1.027,1.902],[0,0]],"v":[[22.66,-22.299],[25.203,-30.081],[25.335,-34.201],[7.7,-23.035],[-7.633,-34.201],[-20.3,-23.035],[-36.41,-34.201],[-29.464,-21.299]]}],"e":[{"i":[[0,0],[0,12.497],[-0.078,1.35],[0,0],[0,0],[0,0],[0,0],[-4.301,-11.165]],"o":[[-5.312,-8.221],[0,-1.404],[0,0],[0,0],[0,0],[0,0],[1.742,12.273],[0,0]],"v":[[34.91,20.201],[26.703,-11.081],[26.835,-15.201],[9.2,-4.035],[-6.133,-15.201],[-18.8,-4.035],[-34.91,-15.201],[-25.964,20.201]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":24,"s":[{"i":[[0,0],[0,12.497],[-0.078,1.35],[0,0],[0,0],[0,0],[0,0],[-4.301,-11.165]],"o":[[-5.312,-8.221],[0,-1.404],[0,0],[0,0],[0,0],[0,0],[1.742,12.273],[0,0]],"v":[[34.91,20.201],[26.703,-11.081],[26.835,-15.201],[9.2,-4.035],[-6.133,-15.201],[-18.8,-4.035],[-34.91,-15.201],[-25.964,20.201]]}],"e":[{"i":[[0,0],[0,12.497],[-0.078,1.35],[0,0],[0,0],[0,0],[0,0],[-4.301,-11.165]],"o":[[-5.312,-8.221],[0,-1.404],[0,0],[0,0],[0,0],[0,0],[1.742,12.273],[0,0]],"v":[[34.91,15.201],[26.703,-16.081],[26.835,-20.201],[9.2,-9.035],[-6.133,-20.201],[-18.8,-9.035],[-34.91,-20.201],[-25.964,15.201]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":31,"s":[{"i":[[0,0],[0,12.497],[-0.078,1.35],[0,0],[0,0],[0,0],[0,0],[-4.301,-11.165]],"o":[[-5.312,-8.221],[0,-1.404],[0,0],[0,0],[0,0],[0,0],[1.742,12.273],[0,0]],"v":[[34.91,15.201],[26.703,-16.081],[26.835,-20.201],[9.2,-9.035],[-6.133,-20.201],[-18.8,-9.035],[-34.91,-20.201],[-25.964,15.201]]}],"e":[{"i":[[0,0],[0,12.497],[-0.078,1.35],[0,0],[0,0],[0,0],[0,0],[-4.301,-11.165]],"o":[[-5.312,-8.221],[0,-1.404],[0,0],[0,0],[0,0],[0,0],[1.742,12.273],[0,0]],"v":[[34.91,17.701],[26.703,-13.581],[26.835,-17.701],[9.2,-6.535],[-6.133,-17.701],[-18.8,-6.535],[-34.91,-17.701],[-25.964,17.701]]}]},{"t":41}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[123,196,136,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[35.159,17.951]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":14,"s":[{"i":[[4.825,4.103],[0,0],[-11.016,3.161],[0,0],[0,0],[0,0],[0,0],[0,0],[0.874,0.143]],"o":[[0,0],[6.379,3.072],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.839,-0.095],[-7.759,-1.268]],"v":[[-86.398,33.745],[-110.49,74.628],[-66.601,76.959],[-66.595,76.96],[-72.998,69.615],[-65.608,60.679],[-72.493,49.607],[-65.806,38.93],[-68.37,38.582]]}],"e":[{"i":[[6.485,-2.706],[0,0],[-20.433,9.4],[0,0],[0,0],[0,0],[0,0],[0,0],[0.854,-0.549]],"o":[[0,0],[63.305,19.633],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.79,0.565],[-7.578,4.874]],"v":[[-82.489,35.573],[-127.569,69.004],[-32.971,68.378],[-32.965,68.374],[-43.616,66.697],[-43.735,51.63],[-57.916,44.463],[-55.92,28.956],[-58.374,30.631]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[6.485,-2.706],[0,0],[-20.433,9.4],[0,0],[0,0],[0,0],[0,0],[0,0],[0.854,-0.549]],"o":[[0,0],[63.305,19.633],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.79,0.565],[-7.578,4.874]],"v":[[-82.489,35.573],[-127.569,69.004],[-32.971,68.378],[-32.965,68.374],[-43.616,66.697],[-43.735,51.63],[-57.916,44.463],[-55.92,28.956],[-58.374,30.631]]}],"e":[{"i":[[0.867,-10.031],[-12.727,-8.306],[-19.992,20.568],[0,0],[0,0],[0,0],[0,0],[0,0],[0.778,-1.015]],"o":[[-0.721,8.348],[13.7,8.94],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.925,0.801],[-9.831,12.83]],"v":[[-106.477,35.861],[-101.85,74.007],[-17.626,65.84],[-17.618,65.834],[-31.172,64.977],[-33.084,46.093],[-51.709,38.763],[-50.209,21.506],[-67.092,30.893]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":16,"s":[{"i":[[0.867,-10.031],[-12.727,-8.306],[-19.992,20.568],[0,0],[0,0],[0,0],[0,0],[0,0],[0.778,-1.015]],"o":[[-0.721,8.348],[13.7,8.94],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.925,0.801],[-9.831,12.83]],"v":[[-106.477,35.861],[-101.85,74.007],[-17.626,65.84],[-17.618,65.834],[-31.172,64.977],[-33.084,46.093],[-51.709,38.763],[-50.209,21.506],[-67.092,30.893]]}],"e":[{"i":[[6.944,-8.466],[-8.034,9.204],[-3.448,12.583],[0,0],[0,0],[0,0],[0,0],[0,0],[0.372,-1.358]],"o":[[-9.691,11.815],[8.034,-9.204],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.292,1.316],[-3.302,12.053]],"v":[[-53.377,25.26],[-0.999,54.126],[30.759,2.283],[30.762,2.274],[18.218,10.414],[4.13,-5.023],[-17.146,0.725],[-27.223,-13.613],[-28.203,-9.61]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":17,"s":[{"i":[[6.944,-8.466],[-8.034,9.204],[-3.448,12.583],[0,0],[0,0],[0,0],[0,0],[0,0],[0.372,-1.358]],"o":[[-9.691,11.815],[8.034,-9.204],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.292,1.316],[-3.302,12.053]],"v":[[-53.377,25.26],[-0.999,54.126],[30.759,2.283],[30.762,2.274],[18.218,10.414],[4.13,-5.023],[-17.146,0.725],[-27.223,-13.613],[-28.203,-9.61]]}],"e":[{"i":[[1.46,-0.75],[0,0],[-0.114,6.142],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.426,-1.342]],"o":[[0,0],[0.066,-0.5],[0,0],[0,0],[0,0],[0,0],[0,0],[0.066,1.346],[0.645,2.032]],"v":[[-29.037,-17.799],[30.607,-17.049],[33.537,-30.691],[33.537,-30.701],[23.59,-19.535],[5.924,-30.701],[-13.077,-19.535],[-26.584,-30.701],[-26.472,-26.581]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":19,"s":[{"i":[[1.46,-0.75],[0,0],[-0.114,6.142],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.426,-1.342]],"o":[[0,0],[0.066,-0.5],[0,0],[0,0],[0,0],[0,0],[0,0],[0.066,1.346],[0.645,2.032]],"v":[[-29.037,-17.799],[30.607,-17.049],[33.537,-30.691],[33.537,-30.701],[23.59,-19.535],[5.924,-30.701],[-13.077,-19.535],[-26.584,-30.701],[-26.472,-26.581]]}],"e":[{"i":[[5.234,-8.221],[0,0],[0,13.047],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-1.408]],"o":[[0,0],[3.204,-10.55],[0,0],[0,0],[0,0],[0,0],[0,0],[0.066,1.346],[0,12.497]],"v":[[-34.037,20.201],[29.107,20.201],[34.037,-15.191],[34.037,-15.201],[24.09,-4.035],[6.424,-15.201],[-12.577,-4.035],[-26.084,-15.201],[-25.972,-11.081]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":24,"s":[{"i":[[5.234,-8.221],[0,0],[0,13.047],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-1.408]],"o":[[0,0],[3.204,-10.55],[0,0],[0,0],[0,0],[0,0],[0,0],[0.066,1.346],[0,12.497]],"v":[[-34.037,20.201],[29.107,20.201],[34.037,-15.191],[34.037,-15.201],[24.09,-4.035],[6.424,-15.201],[-12.577,-4.035],[-26.084,-15.201],[-25.972,-11.081]]}],"e":[{"i":[[5.234,-8.221],[0,0],[0,13.047],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-1.408]],"o":[[0,0],[3.204,-10.55],[0,0],[0,0],[0,0],[0,0],[0,0],[0.066,1.346],[0,12.497]],"v":[[-34.037,15.201],[29.107,15.201],[34.037,-20.191],[34.037,-20.201],[24.09,-9.035],[6.424,-20.201],[-12.577,-9.035],[-26.084,-20.201],[-25.972,-16.081]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":31,"s":[{"i":[[5.234,-8.221],[0,0],[0,13.047],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-1.408]],"o":[[0,0],[3.204,-10.55],[0,0],[0,0],[0,0],[0,0],[0,0],[0.066,1.346],[0,12.497]],"v":[[-34.037,15.201],[29.107,15.201],[34.037,-20.191],[34.037,-20.201],[24.09,-9.035],[6.424,-20.201],[-12.577,-9.035],[-26.084,-20.201],[-25.972,-16.081]]}],"e":[{"i":[[5.234,-8.221],[0,0],[0,13.047],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-1.408]],"o":[[0,0],[3.204,-10.55],[0,0],[0,0],[0,0],[0,0],[0,0],[0.066,1.346],[0,12.497]],"v":[[-34.037,17.701],[29.107,17.701],[34.037,-17.691],[34.037,-17.701],[24.09,-6.535],[6.424,-17.701],[-12.577,-6.535],[-26.084,-17.701],[-25.972,-13.581]]}]},{"t":41}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[123,196,136,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[183.604,17.951]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 2"}],"bounds":{"l":-2,"t":-17,"b":100,"r":218},"ip":19,"op":68,"st":0},{"ddd":0,"ind":7,"ty":4,"nm":"6_PicosAma Outlines","parent":8,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[111.041,246.859,0]},"a":{"k":[108.946,51.222,0]},"s":{"k":[100,100,100]}},"hasMask":true,"masksProperties":[{"cl":true,"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":13,"s":[{"i":[[0,0],[0,0],[0,0],[0.713,4.501],[2.696,3.622],[3.988,5.233],[-0.478,4.747],[4.237,-0.03],[36.436,2.098],[18.59,0.737]],"o":[[0,0],[0,0],[0,0],[-0.713,-4.501],[-2.301,-3.093],[-3.336,-4.378],[0.878,-8.727],[-4.237,0.03],[-34.673,-1.776],[-32.125,-1.274]],"v":[[-11.25,-3.75],[0.25,102.193],[165.308,107.693],[173.991,86.403],[159.582,79.279],[153.04,66.669],[142.728,59.64],[137.744,48.954],[99.459,46.538],[64.96,-11.633]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[-0.822,0.021],[1.508,1.075],[0.73,0.87],[1.208,-1.44],[22.731,8.462],[18.59,0.737]],"o":[[0,0],[0,0],[0,0],[0,0],[0.147,-0.443],[-1.686,-1.201],[-0.614,-0.732],[-2.786,3.321],[-47.81,-17.799],[-32.125,-1.274]],"v":[[-11.25,-6.75],[0.25,102.193],[196.183,119.142],[181.092,82.554],[169.205,82.598],[165.247,62.891],[145.789,60.468],[145.55,39.094],[97.828,44.502],[64.96,-14.633]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":14,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-0.822,0.021],[1.508,1.075],[0.73,0.87],[1.208,-1.44],[22.731,8.462],[18.59,0.737]],"o":[[0,0],[0,0],[0,0],[0,0],[0.147,-0.443],[-1.686,-1.201],[-0.614,-0.732],[-2.786,3.321],[-47.81,-17.799],[-32.125,-1.274]],"v":[[-11.25,-6.75],[0.25,102.193],[196.183,119.142],[181.092,82.554],[169.205,82.598],[165.247,62.891],[145.789,60.468],[145.55,39.094],[97.828,44.502],[64.96,-14.633]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[-0.84,0.314],[2.023,0.466],[1.131,0.553],[0.624,-1.78],[52.009,0.393],[18.59,0.737]],"o":[[0,0],[0,0],[0,0],[0,0],[-0.04,-0.467],[-2.261,-0.521],[-0.951,-0.465],[-1.44,4.107],[-51.014,-0.386],[-32.125,-1.274]],"v":[[-11.25,-6.75],[0.25,102.193],[217.641,102.193],[216.324,21.863],[203.071,29.786],[190.454,12.752],[169.307,17.453],[159.81,-2.474],[109.042,53.538],[64.96,-14.633]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":15,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-0.84,0.314],[2.023,0.466],[1.131,0.553],[0.624,-1.78],[52.009,0.393],[18.59,0.737]],"o":[[0,0],[0,0],[0,0],[0,0],[-0.04,-0.467],[-2.261,-0.521],[-0.951,-0.465],[-1.44,4.107],[-51.014,-0.386],[-32.125,-1.274]],"v":[[-11.25,-6.75],[0.25,102.193],[217.641,102.193],[216.324,21.863],[203.071,29.786],[190.454,12.752],[169.307,17.453],[159.81,-2.474],[109.042,53.538],[64.96,-14.633]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[-0.691,0.572],[2.064,-0.223],[1.25,0.152],[0.006,-1.887],[52.009,0.393],[18.59,0.737]],"o":[[0,0],[0,0],[0,0],[0,0],[-0.191,-0.428],[-2.307,0.249],[-1.051,-0.128],[-0.014,4.352],[-51.014,-0.386],[-32.125,-1.274]],"v":[[-13.25,-52.75],[0.25,102.193],[217.641,102.193],[241.141,-44.25],[196.219,-78.92],[196.714,-67.375],[173.278,-57],[149.772,-42.211],[109.042,53.538],[77.46,-57.133]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":19,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-0.691,0.572],[2.064,-0.223],[1.25,0.152],[0.006,-1.887],[52.009,0.393],[18.59,0.737]],"o":[[0,0],[0,0],[0,0],[0,0],[-0.191,-0.428],[-2.307,0.249],[-1.051,-0.128],[-0.014,4.352],[-51.014,-0.386],[-32.125,-1.274]],"v":[[-13.25,-52.75],[0.25,102.193],[217.641,102.193],[241.141,-44.25],[196.219,-78.92],[196.714,-67.375],[173.278,-57],[149.772,-42.211],[109.042,53.538],[77.46,-57.133]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[-0.691,0.572],[2.064,-0.223],[1.25,0.152],[0.006,-1.887],[52.009,0.393],[18.59,0.737]],"o":[[0,0],[0,0],[0,0],[0,0],[-0.191,-0.428],[-2.307,0.249],[-1.051,-0.128],[-0.014,4.352],[-51.014,-0.386],[-32.125,-1.274]],"v":[[-13.25,-52.75],[0.25,102.193],[217.641,102.193],[241.141,-44.25],[196.219,-78.92],[196.714,-67.375],[173.278,-57],[149.772,-42.211],[109.042,53.538],[77.46,-57.133]]}]},{"t":23}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-3.869,0],[3.869,0]],"o":[[3.869,0],[-3.869,0]],"v":[[0,3],[0,-3]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[76.028,84.652]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-2.651,-2.813],[-8.645,-1.716],[3.794,0.753],[5.394,5.726]],"o":[[6.041,6.411],[3.779,0.751],[-7.711,-1.531],[-2.659,-2.821]],"v":[[-12.561,-3.059],[9.823,9.372],[11.419,3.587],[-8.319,-7.301]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[54.468,75.832]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":14,"s":[{"i":[[0,0],[0,-1.409],[29.594,0],[0,31.648],[-0.079,1.35],[0.167,0.736],[-0.25,-0.098],[-0.333,0.236],[0,0],[-73.325,0],[0,67.819],[0,0],[0,0],[0,0],[0,0]],"o":[[0.066,1.346],[0,31.648],[-29.593,0],[0,-1.404],[0,0],[0.667,-0.014],[1,-0.152],[-0.333,-0.514],[4.278,68.902],[60.009,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[48.576,-54.972],[48.687,-50.851],[1.007,4.115],[-47.083,-49.351],[-46.95,-56.971],[-63.585,-45.805],[-79.918,-56.971],[-93.085,-46.305],[-109.695,-57.471],[2.241,50.972],[108.696,-54.962],[108.696,-54.972],[98.749,-43.805],[81.083,-54.972],[62.083,-43.805]]}],"e":[{"i":[[0,0],[0.462,-1.331],[29.594,0],[0,31.648],[-0.079,1.35],[0.167,0.736],[-0.25,-0.098],[-0.333,0.236],[0,0],[-73.325,0],[-22.899,65.94],[0,0],[0,0],[0,0],[0,0]],"o":[[-0.379,1.293],[-10.377,29.898],[-29.593,0],[0,-1.404],[0,0],[0.667,-0.014],[1,-0.152],[-0.333,-0.514],[4.278,68.902],[60.009,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[50.889,-49.956],[49.643,-46.027],[1.007,4.115],[-47.083,-50.339],[-46.95,-57.96],[-63.585,-46.793],[-79.918,-57.96],[-93.085,-47.293],[-109.695,-58.46],[2.241,50.972],[107.682,-30.234],[107.685,-30.243],[94.627,-22.956],[81.598,-39.297],[59.988,-34.978]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":15,"s":[{"i":[[0,0],[0.462,-1.331],[29.594,0],[0,31.648],[-0.079,1.35],[0.167,0.736],[-0.25,-0.098],[-0.333,0.236],[0,0],[-73.325,0],[-22.899,65.94],[0,0],[0,0],[0,0],[0,0]],"o":[[-0.379,1.293],[-10.377,29.898],[-29.593,0],[0,-1.404],[0,0],[0.667,-0.014],[1,-0.152],[-0.333,-0.514],[4.278,68.902],[60.009,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[50.889,-49.956],[49.643,-46.027],[1.007,4.115],[-47.083,-50.339],[-46.95,-57.96],[-63.585,-46.793],[-79.918,-57.96],[-93.085,-47.293],[-109.695,-58.46],[2.241,50.972],[107.682,-30.234],[107.685,-30.243],[94.627,-22.956],[81.598,-39.297],[59.988,-34.978]]}],"e":[{"i":[[0,0],[0,-1.409],[29.594,0],[0,31.648],[-0.079,1.35],[0.167,0.736],[-0.25,-0.098],[-0.333,0.236],[0,0],[-73.325,0],[-0.113,86.892],[0,0],[0,0],[0,0],[0,0]],"o":[[0.066,1.346],[0,31.648],[-29.593,0],[0,-1.404],[0,0],[0.667,-0.014],[1,-0.152],[-0.333,-0.514],[4.278,68.902],[60.009,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[48.576,-63.972],[48.687,-59.851],[1.007,4.115],[-47.083,-58.851],[-46.95,-66.471],[-63.585,-55.305],[-79.918,-66.471],[-93.085,-55.805],[-109.695,-66.971],[2.241,50.972],[108.696,-63.962],[108.696,-63.972],[98.749,-52.805],[81.083,-63.972],[62.083,-52.805]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":19,"s":[{"i":[[0,0],[0,-1.409],[29.594,0],[0,31.648],[-0.079,1.35],[0.167,0.736],[-0.25,-0.098],[-0.333,0.236],[0,0],[-73.325,0],[-0.113,86.892],[0,0],[0,0],[0,0],[0,0]],"o":[[0.066,1.346],[0,31.648],[-29.593,0],[0,-1.404],[0,0],[0.667,-0.014],[1,-0.152],[-0.333,-0.514],[4.278,68.902],[60.009,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[48.576,-63.972],[48.687,-59.851],[1.007,4.115],[-47.083,-58.851],[-46.95,-66.471],[-63.585,-55.305],[-79.918,-66.471],[-93.085,-55.805],[-109.695,-66.971],[2.241,50.972],[108.696,-63.962],[108.696,-63.972],[98.749,-52.805],[81.083,-63.972],[62.083,-52.805]]}],"e":[{"i":[[0,0],[0,-1.409],[29.594,0],[0,31.648],[-0.079,1.35],[0.167,0.736],[-0.25,-0.098],[-0.333,0.236],[0,0],[-73.325,0],[0,67.819],[0,0],[0,0],[0,0],[0,0]],"o":[[0.066,1.346],[0,31.648],[-29.593,0],[0,-1.404],[0,0],[0.667,-0.014],[1,-0.152],[-0.333,-0.514],[4.278,68.902],[60.009,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[48.576,-54.972],[48.687,-50.851],[1.007,4.115],[-47.083,-49.351],[-46.95,-56.971],[-63.585,-45.805],[-79.918,-56.971],[-93.085,-46.305],[-109.695,-57.471],[2.241,50.972],[108.696,-54.962],[108.696,-54.972],[98.749,-43.805],[81.083,-54.972],[62.083,-43.805]]}]},{"t":23}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,203,27,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[108.945,51.222]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 3"}],"bounds":{"l":-1,"t":-16,"b":103,"r":218},"ip":14,"op":68,"st":0},{"ddd":0,"ind":8,"ty":4,"nm":"6 Outlines","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[1356.87,619.751,0]},"a":{"k":[109.993,149.04,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":13,"s":[105,105,100],"e":[100,100,100]},{"t":16}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-3.869,0],[3.869,0]],"o":[[3.869,0],[-3.869,0]],"v":[[0,3],[0,-3]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[125.124,8.289]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-3.776,-0.507],[-4.852,-2.438],[3.458,1.737],[6.505,0.873]],"o":[[5.39,0.723],[3.448,1.732],[-5.871,-2.949],[-3.825,-0.513]],"v":[[-9.048,-0.021],[6.386,4.802],[9.415,-0.379],[-9.048,-6.021]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[145.193,11.136]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-29.593,0],[0,31.649],[27.128,0],[0,-32.471]],"o":[[29.594,0],[0,-34.937],[-26.716,0],[0,31.649]],"v":[[2.056,101.934],[49.734,50.967],[2.056,0.411],[-46.035,50.967]]}},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[-27.539,0],[0,-49.734],[60.009,0],[0,64.941],[-76.45,0],[0,-25.074],[14.386,0],[33.294,0],[0,-37.814]],"o":[[17.673,-16.852],[61.654,0],[0,67.819],[-87.138,0],[0,-121.664],[48.912,0],[0,14.797],[-27.127,0],[-42.746,0],[0,0]],"v":[[-49.733,-17.674],[14.386,-43.979],[109.744,46.857],[3.289,148.79],[-109.744,16.03],[13.975,-148.79],[96.181,-95.768],[70.286,-69.052],[8.631,-104.4],[-49.733,-25.073]]}},"nm":"Path 2"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[254,145,107,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[109.993,149.04]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 3"}],"bounds":{"l":0,"t":0,"b":298,"r":220},"ip":13,"op":68,"st":0},{"ddd":0,"ind":12,"ty":4,"nm":"Y_BaseRosa Outlines","parent":13,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[88.564,191.188,0]},"a":{"k":[24.633,31.139,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[20.508,-9.33],[0,0],[-14.868,0],[0,14.569],[0,0]],"o":[[0,0],[0,14.569],[14.868,0],[0,0],[-24.383,1.593]],"v":[[-24.383,-21.559],[-24.383,6.507],[0,30.889],[24.383,6.507],[24.383,-16.982]]}],"e":[{"i":[[15.48,-2.898],[0,0],[-14.868,0],[0,14.569],[0,0]],"o":[[0,0],[0,14.569],[14.868,0],[0,0],[-21.459,-2.687]],"v":[[-24.383,-9.684],[-24.383,6.507],[0,30.889],[24.383,6.507],[24.383,-5.107]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[15.48,-2.898],[0,0],[-14.868,0],[0,14.569],[0,0]],"o":[[0,0],[0,14.569],[14.868,0],[0,0],[-21.459,-2.687]],"v":[[-24.383,-9.684],[-24.383,6.507],[0,30.889],[24.383,6.507],[24.383,-5.107]]}],"e":[{"i":[[18.449,12.403],[0,0],[-14.868,0],[0,14.569],[0,0]],"o":[[0,0],[0,14.569],[14.868,0],[0,0],[-19.651,-10.56]],"v":[[-24.325,1.899],[-24.383,6.507],[0,30.889],[24.383,6.507],[24.441,6.476]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[18.449,12.403],[0,0],[-14.868,0],[0,14.569],[0,0]],"o":[[0,0],[0,14.569],[14.868,0],[0,0],[-19.651,-10.56]],"v":[[-24.325,1.899],[-24.383,6.507],[0,30.889],[24.383,6.507],[24.441,6.476]]}],"e":[{"i":[[20.102,5.494],[0,0],[-14.868,0],[-0.005,11.586],[0,0]],"o":[[0,0],[0.636,9.087],[14.868,0],[0,0],[-22.216,-1.617]],"v":[[-23.67,6.594],[-23.728,11.203],[0.442,31.346],[23.362,10.827],[23.419,10.796]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[20.102,5.494],[0,0],[-14.868,0],[-0.005,11.586],[0,0]],"o":[[0,0],[0.636,9.087],[14.868,0],[0,0],[-22.216,-1.617]],"v":[[-23.67,6.594],[-23.728,11.203],[0.442,31.346],[23.362,10.827],[23.419,10.796]]}],"e":[{"i":[[21.755,-1.416],[0,0],[-14.868,0],[-0.011,8.603],[0,0]],"o":[[0,0],[1.273,3.605],[14.868,0],[0,0],[-24.781,7.326]],"v":[[-30.934,13.168],[-30.992,17.776],[-7.035,33.681],[14.42,17.025],[14.478,16.994]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[21.755,-1.416],[0,0],[-14.868,0],[-0.011,8.603],[0,0]],"o":[[0,0],[1.273,3.605],[14.868,0],[0,0],[-24.781,7.326]],"v":[[-30.934,13.168],[-30.992,17.776],[-7.035,33.681],[14.42,17.025],[14.478,16.994]]}],"e":[{"i":[[13.988,9.471],[0,0],[-14.868,0],[-0.862,3.604],[0,0]],"o":[[0,0],[1.273,3.605],[14.868,0],[0,0],[-2.515,-11.737]],"v":[[-37.698,19.997],[-38.33,20.112],[-15.912,36.601],[4.813,25.499],[4.871,25.467]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[13.988,9.471],[0,0],[-14.868,0],[-0.862,3.604],[0,0]],"o":[[0,0],[1.273,3.605],[14.868,0],[0,0],[-2.515,-11.737]],"v":[[-37.698,19.997],[-38.33,20.112],[-15.912,36.601],[4.813,25.499],[4.871,25.467]]}],"e":[{"i":[[10.473,17.256],[0,0],[-14.868,0],[-0.862,3.604],[0,0]],"o":[[0,0],[1.273,3.605],[14.868,0],[0,0],[-10.469,16.196]],"v":[[-44.622,23.154],[-45.253,23.268],[-22.835,39.758],[-2.11,28.655],[-2.053,28.623]]}]},{"t":8}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[254,145,107,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[24.633,31.139]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":-21,"t":6,"b":71,"r":50},"ip":0,"op":8,"st":0},{"ddd":0,"ind":13,"ty":4,"nm":"Y Outlines","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.003],"y":[0.994]},"o":{"x":[0.167],"y":[0.167]},"n":["0p003_0p994_0p167_0p167"],"t":0,"s":[0],"e":[-29.172]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":5,"s":[-29.172],"e":[186.828]},{"t":13}]},"p":{"k":[{"i":{"x":0.251,"y":1},"o":{"x":0.303,"y":0},"n":"0p251_1_0p303_0","t":0,"s":[1399.875,624.864,0],"e":[1469.875,624.864,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":5,"s":[1469.875,624.864,0],"e":[1469.875,624.864,0],"to":[0,0,0],"ti":[0,0,0]},{"t":13}]},"a":{"k":[88.564,111.163,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":5,"s":[100,100,100],"e":[123,123,100]},{"t":13}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[0,0],[0,0],[0,4.461],[-9.515,0],[-5.055,-9.516],[0,0],[0,0],[-10.111,0],[0,-16.652],[2.379,-3.866],[0,0],[0,0],[14.868,0],[0,14.57]],"o":[[0,0],[-2.379,-3.866],[0,-16.652],[11.597,0],[0,0],[0,0],[5.649,-10.706],[8.92,0],[0,4.461],[0,0],[0,0],[0,14.57],[-14.868,0],[0,0]],"v":[[-24.383,23.492],[-84.151,-75.825],[-88.314,-88.611],[-63.634,-110.913],[-41.63,-96.639],[0.892,-18.436],[43.117,-96.639],[64.229,-110.913],[88.314,-88.611],[84.151,-75.825],[24.383,23.492],[24.383,86.531],[0,110.913],[-24.383,86.531]]}],"e":[{"i":[[3.582,17.491],[-2.502,18.002],[-3.365,0.509],[-0.97,-7.194],[-0.191,-14.122],[-17.118,5.305],[2.152,6.937],[-8.103,6.048],[-9.96,-13.345],[1.874,-16.446],[6.612,-15.959],[0,0],[12.82,7.53],[-7.379,12.563]],"o":[[-6.404,-31.27],[1.74,-12.519],[12.56,-1.901],[1.007,7.463],[0.13,9.556],[21.385,-6.628],[-2.152,-6.937],[7.148,-5.335],[2.668,3.575],[-3,26.334],[-4.748,11.459],[-7.379,12.563],[-12.82,-7.53],[0,0]],"v":[[-24.383,23.492],[-48.754,-64.38],[-34.493,-82.229],[-14.853,-66.159],[-14.229,-37.563],[0.892,-18.436],[14.091,-94.324],[22.472,-118.392],[55.113,-114.925],[56.016,-79.748],[29.042,25.562],[-1.012,107.55],[-34.385,116.224],[-43.06,82.851]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[3.582,17.491],[-2.502,18.002],[-3.365,0.509],[-0.97,-7.194],[-0.191,-14.122],[-17.118,5.305],[2.152,6.937],[-8.103,6.048],[-9.96,-13.345],[1.874,-16.446],[6.612,-15.959],[0,0],[12.82,7.53],[-7.379,12.563]],"o":[[-6.404,-31.27],[1.74,-12.519],[12.56,-1.901],[1.007,7.463],[0.13,9.556],[21.385,-6.628],[-2.152,-6.937],[7.148,-5.335],[2.668,3.575],[-3,26.334],[-4.748,11.459],[-7.379,12.563],[-12.82,-7.53],[0,0]],"v":[[-24.383,23.492],[-48.754,-64.38],[-34.493,-82.229],[-14.853,-66.159],[-14.229,-37.563],[0.892,-18.436],[14.091,-94.324],[22.472,-118.392],[55.113,-114.925],[56.016,-79.748],[29.042,25.562],[-1.012,107.55],[-34.385,116.224],[-43.06,82.851]]}],"e":[{"i":[[2.843,17.564],[1.357,23.706],[-12.308,-1.918],[-3.301,-9.993],[-3.933,-10.275],[-14.818,7.782],[2.684,5.32],[-4.481,5.132],[-11.872,-6.719],[-3.772,-15.807],[14.74,-51.7],[6.049,-3.478],[8.074,8.045],[-8.95,11.443]],"o":[[-8.173,-23.819],[-0.362,-13.206],[11.414,0.099],[2.203,7.593],[4.145,8.616],[16.747,-10.617],[-4.435,-7.336],[2.011,-4.812],[6.463,1.844],[2.486,19.587],[-9.148,32.087],[-8.744,8.364],[-7.182,-8.87],[10.562,-12.553]],"v":[[-0.799,22.417],[-53.392,-58.582],[-36.294,-84.695],[-21.721,-62.071],[-10.862,-35.737],[13.937,-21.636],[19.139,-84.268],[11.947,-106.946],[35.629,-113.267],[52.644,-84.781],[43.85,26.553],[-4.736,107.585],[-32.7,107.028],[-26.654,79.304]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[2.843,17.564],[1.357,23.706],[-12.308,-1.918],[-3.301,-9.993],[-3.933,-10.275],[-14.818,7.782],[2.684,5.32],[-4.481,5.132],[-11.872,-6.719],[-3.772,-15.807],[14.74,-51.7],[6.049,-3.478],[8.074,8.045],[-8.95,11.443]],"o":[[-8.173,-23.819],[-0.362,-13.206],[11.414,0.099],[2.203,7.593],[4.145,8.616],[16.747,-10.617],[-4.435,-7.336],[2.011,-4.812],[6.463,1.844],[2.486,19.587],[-9.148,32.087],[-8.744,8.364],[-7.182,-8.87],[10.562,-12.553]],"v":[[-0.799,22.417],[-53.392,-58.582],[-36.294,-84.695],[-21.721,-62.071],[-10.862,-35.737],[13.937,-21.636],[19.139,-84.268],[11.947,-106.946],[35.629,-113.267],[52.644,-84.781],[43.85,26.553],[-4.736,107.585],[-32.7,107.028],[-26.654,79.304]]}],"e":[{"i":[[2.104,17.637],[20.583,40.979],[-21.252,-4.345],[-5.631,-12.793],[-7.674,-6.428],[-12.519,10.259],[3.217,3.703],[-0.86,4.215],[-13.783,-0.093],[-9.417,-15.168],[9.372,-42.556],[20.393,-7.894],[1.166,9.423],[-13.041,13.323]],"o":[[-9.942,-16.367],[-6.333,-12.608],[10.268,2.099],[3.4,7.724],[8.16,7.677],[12.11,-14.606],[-6.719,-7.734],[-3.127,-4.289],[10.258,0.112],[7.971,12.84],[-9.413,42.807],[-12.765,5.43],[-1.166,-9.423],[11.942,-12.2]],"v":[[22.785,21.342],[-58.031,-52.784],[-38.095,-87.162],[-28.588,-57.982],[-7.496,-33.91],[26.983,-24.835],[24.188,-74.211],[1.422,-95.5],[16.146,-111.608],[49.272,-89.815],[64.506,31.796],[-8.46,107.621],[-31.014,97.833],[12.55,64.146]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[2.104,17.637],[20.583,40.979],[-21.252,-4.345],[-5.631,-12.793],[-7.674,-6.428],[-12.519,10.259],[3.217,3.703],[-0.86,4.215],[-13.783,-0.093],[-9.417,-15.168],[9.372,-42.556],[20.393,-7.894],[1.166,9.423],[-13.041,13.323]],"o":[[-9.942,-16.367],[-6.333,-12.608],[10.268,2.099],[3.4,7.724],[8.16,7.677],[12.11,-14.606],[-6.719,-7.734],[-3.127,-4.289],[10.258,0.112],[7.971,12.84],[-9.413,42.807],[-12.765,5.43],[-1.166,-9.423],[11.942,-12.2]],"v":[[22.785,21.342],[-58.031,-52.784],[-38.095,-87.162],[-28.588,-57.982],[-7.496,-33.91],[26.983,-24.835],[24.188,-74.211],[1.422,-95.5],[16.146,-111.608],[49.272,-89.815],[64.506,31.796],[-8.46,107.621],[-31.014,97.833],[12.55,64.146]]}],"e":[{"i":[[1.491,16.105],[27.199,58.739],[-16.393,1.236],[-4.049,-11.687],[-10.914,-6.158],[-7.602,14.754],[12.732,3.861],[2.761,3.299],[-17.786,1.668],[-16.053,-12.175],[10.751,-55.854],[20.603,-3.524],[-3.167,11.398],[-14.706,2.769]],"o":[[-6.544,-24.094],[-5.05,-13.608],[11.827,-1.048],[2.592,8.632],[10.914,6.158],[6.989,-21.276],[-8.164,-2.475],[-8.264,-3.765],[7.883,-0.984],[26.631,20.198],[-13.857,71.706],[-14.847,2.478],[4.093,-11.55],[47.557,-13.385]],"v":[[40.987,20.453],[-49.307,-37.37],[-37.464,-70.638],[-21.296,-44.157],[0.601,-21.977],[40.674,-26.065],[19.089,-75.744],[-9.103,-84.054],[0.069,-107.741],[44.168,-92.815],[82.238,34.913],[-6.949,115.034],[-31.804,90.986],[0.806,78.452]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[1.491,16.105],[27.199,58.739],[-16.393,1.236],[-4.049,-11.687],[-10.914,-6.158],[-7.602,14.754],[12.732,3.861],[2.761,3.299],[-17.786,1.668],[-16.053,-12.175],[10.751,-55.854],[20.603,-3.524],[-3.167,11.398],[-14.706,2.769]],"o":[[-6.544,-24.094],[-5.05,-13.608],[11.827,-1.048],[2.592,8.632],[10.914,6.158],[6.989,-21.276],[-8.164,-2.475],[-8.264,-3.765],[7.883,-0.984],[26.631,20.198],[-13.857,71.706],[-14.847,2.478],[4.093,-11.55],[47.557,-13.385]],"v":[[40.987,20.453],[-49.307,-37.37],[-37.464,-70.638],[-21.296,-44.157],[0.601,-21.977],[40.674,-26.065],[19.089,-75.744],[-9.103,-84.054],[0.069,-107.741],[44.168,-92.815],[82.238,34.913],[-6.949,115.034],[-31.804,90.986],[0.806,78.452]]}],"e":[{"i":[[12.739,18.863],[23.155,83.528],[-10.186,-1.682],[0.98,-10.82],[-11.891,-3.809],[-2.685,19.25],[31.026,0.371],[0.017,-31.337],[-8.374,23.199],[-48.942,-14.882],[11.081,-84.192],[12.459,23.006],[-11.375,0.719],[-25.213,-3.788]],"o":[[-20.922,22.222],[-6.334,-22.848],[14.027,0.221],[-1.302,9.617],[13.815,4.426],[5.316,-20.622],[-9.767,-0.117],[-0.008,14.042],[6.595,-23.2],[42.204,16.076],[-25.154,89.264],[-7.391,-14.764],[16.149,0.195],[26.885,4.039]],"v":[[68.624,0.171],[-40.107,-30.738],[-27.87,-63.442],[-5.308,-37.35],[16.754,-12.851],[57.565,-30.373],[21.201,-75.6],[-5.863,-38.271],[-39.671,-57.289],[39.84,-105.799],[107.391,29.914],[-7.202,72.479],[8.59,46.281],[40.811,61.394]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[12.739,18.863],[23.155,83.528],[-10.186,-1.682],[0.98,-10.82],[-11.891,-3.809],[-2.685,19.25],[31.026,0.371],[0.017,-31.337],[-8.374,23.199],[-48.942,-14.882],[11.081,-84.192],[12.459,23.006],[-11.375,0.719],[-25.213,-3.788]],"o":[[-20.922,22.222],[-6.334,-22.848],[14.027,0.221],[-1.302,9.617],[13.815,4.426],[5.316,-20.622],[-9.767,-0.117],[-0.008,14.042],[6.595,-23.2],[42.204,16.076],[-25.154,89.264],[-7.391,-14.764],[16.149,0.195],[26.885,4.039]],"v":[[68.624,0.171],[-40.107,-30.738],[-27.87,-63.442],[-5.308,-37.35],[16.754,-12.851],[57.565,-30.373],[21.201,-75.6],[-5.863,-38.271],[-39.671,-57.289],[39.84,-105.799],[107.391,29.914],[-7.202,72.479],[8.59,46.281],[40.811,61.394]]}],"e":[{"i":[[0.579,18.651],[12.74,79.685],[-12.512,-1.891],[1.322,-11.332],[-14.844,-3.099],[-3.51,20.149],[45.348,0.724],[0.357,-32.855],[-10.55,24.217],[-60.046,-16.22],[6.122,-99.845],[43.427,20.129],[-12.022,5.872],[-23.269,-0.795]],"o":[[1.589,-10.596],[-3.94,-24.644],[17.253,0.408],[-1.705,10.067],[28.114,5.87],[7.092,-24.666],[-12.015,-0.192],[-0.16,14.723],[8.362,-24.241],[63.759,19.168],[-12.457,80.063],[-16.388,-10.585],[17.754,-7.186],[60.339,2.234]],"v":[[133.742,16.791],[6.222,-32.369],[21.627,-66.503],[43.883,-39.044],[72.777,1.405],[129.358,-30.137],[80.726,-81.164],[43.209,-40.017],[7.043,-60.2],[105.26,-117.738],[181.45,37.785],[47.457,108.71],[43.536,70.953],[91.854,84.665]]}]},{"t":13}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[247,102,34,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[88.564,111.163]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":-13,"b":232,"r":272},"ip":0,"op":13,"st":0},{"ddd":0,"ind":14,"ty":4,"nm":"H Outlines 2","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[21]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[21],"e":[25]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[25],"e":[-393]},{"t":15}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[573.231,624.865,0],"e":[563.231,624.865,0],"to":[-1.66666662693024,0,0],"ti":[1.66666662693024,0,0]},{"t":6}]},"a":{"k":[93.322,111.163,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[0,0],[-14.868,0],[0,-14.571],[0,0],[0,0],[0,0],[-14.868,0],[0,-14.571],[0,0],[14.868,0],[0,14.569],[0,0],[0,0],[0,0],[14.868,0],[0,14.569]],"o":[[0,-14.571],[14.868,0],[0,0],[0,0],[0,0],[0,-14.571],[14.868,0],[0,0],[0,14.569],[-14.868,0],[0,0],[0,0],[0,0],[0,14.569],[-14.868,0],[0,0]],"v":[[-93.072,-86.53],[-68.689,-110.913],[-44.306,-86.53],[-44.306,-25.87],[44.306,-25.87],[44.306,-86.53],[68.689,-110.913],[93.072,-86.53],[93.072,86.531],[68.689,110.913],[44.306,86.531],[44.306,15.165],[-44.306,15.165],[-44.306,86.531],[-68.689,110.913],[-93.072,86.531]]}],"e":[{"i":[[-11.67,34.739],[-13.259,-4.056],[12.42,-31.896],[0,0],[0,0],[21.645,58.902],[-8.169,10.383],[-12.627,-34.234],[18.366,-36.532],[14.133,9.577],[-11.146,12.899],[0,0],[0,0],[-17.426,-47.354],[13.932,-5.193],[7.199,30.605]],"o":[[7.86,-23.397],[14.218,4.349],[-22.105,56.771],[0,0],[0,0],[-9.616,-26.168],[9.193,-11.685],[18.413,49.921],[-12.445,24.754],[-7.699,-5.217],[31.85,-36.859],[0,0],[0,0],[9.143,24.845],[-8.531,3.18],[-11.369,-48.333]],"v":[[-93.072,-86.53],[-62.599,-133.12],[-67.368,-87.597],[-86.085,-2.285],[95.847,1.272],[74.549,-91.028],[58.784,-127.613],[98.722,-77.306],[91.324,85.682],[52.538,121.437],[69.405,89.304],[96.855,2.008],[-85.077,-1.549],[-68.334,85.722],[-60.179,125.866],[-93.072,86.531]]}]},{"t":10}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[36,46,81,255]},"o":{"k":100},"w":{"k":3},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[93.322,111.163]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":-10,"t":-24,"b":240,"r":205},"ip":0,"op":10,"st":0},{"ddd":0,"ind":16,"ty":4,"nm":"H_PicosVerde Outlines","parent":18,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[97.322,121.548,0]},"a":{"k":[93.322,13.5,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[93.072,13.25],[93.072,-13.25],[77.268,-3.25],[57.268,-13.25],[36.769,-3.25],[15.769,-13.25],[-7.231,-3.25],[-30.231,-13.25],[-53.732,-3.25],[-74.231,-13.25],[-93.072,-2.385],[-93.072,13.25]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[62.867,6.682],[54.302,-18.903],[45.453,-10.042],[30.523,-16.885],[18.556,-7.759],[2.962,-14.545],[-10.667,-5.279],[-27.588,-11.952],[-41.55,-2.657],[-56.811,-9.471],[-67.315,0.484],[-60.759,17.176]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[62.867,6.682],[54.302,-18.903],[45.453,-10.042],[30.523,-16.885],[18.556,-7.759],[2.962,-14.545],[-10.667,-5.279],[-27.588,-11.952],[-41.55,-2.657],[-56.811,-9.471],[-67.315,0.484],[-60.759,17.176]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[39.551,-63.439],[38.615,-104.51],[32.245,-94.529],[25.402,-103.556],[17.3,-93.45],[10.088,-102.45],[1.062,-92.278],[-6.888,-101.225],[-16.098,-91.039],[-23.125,-100.052],[-30.539,-88.339],[-29.142,-58.48]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[39.551,-63.439],[38.615,-104.51],[32.245,-94.529],[25.402,-103.556],[17.3,-93.45],[10.088,-102.45],[1.062,-92.278],[-6.888,-101.225],[-16.098,-91.039],[-23.125,-100.052],[-30.539,-88.339],[-29.142,-58.48]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[34.104,-139.213],[12.691,-163.426],[14.273,-156.274],[6.95,-158.38],[7.779,-150.565],[0.295,-152.531],[0.723,-144.364],[-7.081,-146.047],[-6.733,-137.81],[-14.137,-139.846],[-12.135,-131.254],[4.254,-112.977]]}]},{"t":10}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[123,196,136,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[93.322,13.5]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":-150,"b":31,"r":187},"ip":0,"op":10,"st":0},{"ddd":0,"ind":17,"ty":4,"nm":"H_PicosAma Outlines","parent":18,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[93.322,161.187,0]},"a":{"k":[93.322,61.139,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[0,0],[0,0],[-14.868,0],[0,14.57],[0,0],[0,0],[0,0],[-14.868,0],[0,14.57],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,14.57],[14.868,0],[0,0],[0,0],[0,0],[0,14.57],[14.868,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-93.072,-50.024],[-93.072,36.507],[-68.689,60.889],[-44.306,36.507],[-44.306,-34.859],[44.306,-34.859],[44.306,36.507],[68.689,60.889],[93.072,36.507],[93.072,-60.889],[77.268,-50.889],[57.268,-60.889],[36.769,-50.889],[15.769,-60.889],[-7.231,-50.889],[-30.231,-60.889],[-53.731,-50.889],[-74.231,-60.889]]}],"e":[{"i":[[8.139,-28.278],[0,0],[-16.613,4.616],[-8.108,2.548],[-18.238,-8.317],[-12.037,-0.178],[-11.462,3.317],[-14.868,0],[12.916,20.628],[0.155,9.077],[4.428,0.219],[7.043,0.982],[13.605,-0.888],[12.13,-2.918],[8.056,2.371],[10.263,0.642],[4.04,10.276],[3.51,29.745]],"o":[[-4.439,15.422],[0,14.57],[16.613,-4.616],[11.985,-4.179],[11.512,5.25],[11.767,0.174],[9.543,0.152],[14.868,0],[-12.916,-17.714],[-0.292,-17.105],[-4.626,-0.229],[-9.244,-1.289],[-13.605,0.887],[-23.754,5.715],[-14.76,-4.344],[-10.263,-0.642],[-4.04,-10.276],[-0.939,-7.955]],"v":[[-105.433,-57.818],[-110.554,28.468],[-75.004,47.806],[-49.408,76.032],[-29.065,56.828],[9.485,44.505],[36.34,64.419],[68.689,60.889],[93.072,36.507],[89.983,-10.983],[62.607,-1.792],[53.56,-25.06],[31.649,-6.338],[16.668,6.538],[-16.189,-11.72],[-53.087,-3.544],[-80.823,-24.715],[-75.28,-83.751]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[8.139,-28.278],[0,0],[-16.613,4.616],[-8.108,2.548],[-18.238,-8.317],[-12.037,-0.178],[-11.462,3.317],[-14.868,0],[12.916,20.628],[0.155,9.077],[4.428,0.219],[7.043,0.982],[13.605,-0.888],[12.13,-2.918],[8.056,2.371],[10.263,0.642],[4.04,10.276],[3.51,29.745]],"o":[[-4.439,15.422],[0,14.57],[16.613,-4.616],[11.985,-4.179],[11.512,5.25],[11.767,0.174],[9.543,0.152],[14.868,0],[-12.916,-17.714],[-0.292,-17.105],[-4.626,-0.229],[-9.244,-1.289],[-13.605,0.887],[-23.754,5.715],[-14.76,-4.344],[-10.263,-0.642],[-4.04,-10.276],[-0.939,-7.955]],"v":[[-105.433,-57.818],[-110.554,28.468],[-75.004,47.806],[-49.408,76.032],[-29.065,56.828],[9.485,44.505],[36.34,64.419],[68.689,60.889],[93.072,36.507],[89.983,-10.983],[62.607,-1.792],[53.56,-25.06],[31.649,-6.338],[16.668,6.538],[-16.189,-11.72],[-53.087,-3.544],[-80.823,-24.715],[-75.28,-83.751]]}],"e":[{"i":[[1.585,-21.569],[0,0],[-9.501,-7.25],[-10.299,-4.776],[-12.074,-1.199],[-15.046,-0.222],[-14.327,4.146],[-14.868,0],[16.145,22.143],[0.194,11.346],[5.535,0.274],[8.803,1.228],[17.006,-1.109],[15.434,-2.233],[10.485,0.509],[12.829,0.802],[11.289,-2.198],[17.247,26.293]],"o":[[-0.663,9.021],[0,14.57],[11.82,9.019],[8.532,3.956],[15.739,1.562],[14.709,0.217],[11.929,-3.452],[14.868,0],[-16.145,-22.143],[-0.365,-21.382],[-5.782,-0.286],[-11.555,-1.611],[-17.007,1.109],[-15.435,2.232],[-10.485,-0.509],[-12.829,-0.802],[-11.289,2.198],[-5.492,-8.372]],"v":[[-123.731,-41.642],[-114.924,26.458],[-85.693,53.184],[-57.79,71.652],[-25.254,79.749],[0.78,64.346],[34.348,71.397],[68.689,60.889],[93.072,36.507],[89.211,1.494],[58.942,10.482],[52.633,-16.103],[30.369,4.8],[16.893,23.395],[-23.506,24.159],[-58.801,10.793],[-87.596,-18.172],[-69.09,-77.07]]}]},{"t":10}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,203,27,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[93.322,61.139]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":-31,"t":-26,"b":141,"r":192},"ip":0,"op":10,"st":0},{"ddd":0,"ind":18,"ty":4,"nm":"H Outlines","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[21]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[21],"e":[25]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[25],"e":[-393]},{"t":15}]},"p":{"k":[576.231,624.865,0]},"a":{"k":[93.322,111.163,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[0,0],[-14.868,0],[0,-14.571],[0,0],[0,0],[0,0],[-14.868,0],[0,-14.571],[0,0],[14.868,0],[0,14.569],[0,0],[0,0],[0,0],[14.868,0],[0,14.569]],"o":[[0,-14.571],[14.868,0],[0,0],[0,0],[0,0],[0,-14.571],[14.868,0],[0,0],[0,14.569],[-14.868,0],[0,0],[0,0],[0,0],[0,14.569],[-14.868,0],[0,0]],"v":[[-93.072,-86.53],[-68.689,-110.913],[-44.306,-86.53],[-44.306,-25.87],[44.306,-25.87],[44.306,-86.53],[68.689,-110.913],[93.072,-86.53],[93.072,86.531],[68.689,110.913],[44.306,86.531],[44.306,15.165],[-44.306,15.165],[-44.306,86.531],[-68.689,110.913],[-93.072,86.531]]}],"e":[{"i":[[-11.67,34.739],[-13.259,-4.056],[12.42,-31.896],[0,0],[0,0],[21.645,58.902],[-8.169,10.383],[-12.627,-34.234],[18.366,-36.532],[14.133,9.577],[-11.146,12.899],[0,0],[0,0],[-17.426,-47.354],[13.932,-5.193],[7.199,30.605]],"o":[[7.86,-23.397],[14.218,4.349],[-22.105,56.771],[0,0],[0,0],[-9.616,-26.168],[9.193,-11.685],[18.413,49.921],[-12.445,24.754],[-7.699,-5.217],[31.85,-36.859],[0,0],[0,0],[9.143,24.845],[-8.531,3.18],[-11.369,-48.333]],"v":[[-93.072,-86.53],[-62.599,-133.12],[-67.368,-87.597],[-86.085,-2.285],[95.847,1.272],[74.549,-91.028],[58.784,-127.613],[98.722,-77.306],[91.324,85.682],[52.538,121.437],[69.405,89.304],[96.855,2.008],[-85.077,-1.549],[-68.334,85.722],[-60.179,125.866],[-93.072,86.531]]}]},{"t":10}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[247,102,34,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[93.322,111.163]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":-9,"t":-23,"b":238,"r":203},"ip":0,"op":10,"st":0},{"ddd":0,"ind":19,"ty":4,"nm":"2_Lineas Outlines","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[536.398,614.323,0]},"a":{"k":[113.039,150.625,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[-1.327,-1.069],[3.713,-9.674],[9.868,1.118],[6.527,5.123],[0,0],[0,0],[4.543,4.186],[-2.97,9.744],[-6.075,4.378],[-19.006,0.78],[-25.548,-2.455],[-12.78,5.899],[-1.061,14.113],[14.395,7.943],[14.109,-8.212],[9.9,0.757],[3.516,7.586],[-6.419,7.021],[-8.763,3.626],[-18.807,-5.799],[-1.904,-42.807],[11.412,-13.109],[18.516,-3.275],[25.9,3.429],[12.278,-0.055],[6.446,-4.041],[-0.637,-0.5],[0,0],[1.342,1.053],[0,0],[0.01,-0.701],[-5.824,0.297],[-9.093,-0.979],[-22.677,-1.308],[-14.633,7.729],[-7.586,14.835],[23.611,24.129],[37.844,-14.328],[2.414,-16.589],[-13.692,0.457],[-6.691,4.327],[-9.637,-0.228],[-5.103,-16.308],[14.926,-7.636],[14.16,1.42],[25.273,-1.037],[15.837,-9.922],[-3.962,-14.574],[-7.428,-5.83],[0,0],[0,0],[-10.724,9.962],[0.292,7.792],[5.445,4.389]],"o":[[7.557,6.091],[-3.404,8.869],[-8.522,-0.966],[0,0],[0,0],[-4.854,-3.809],[-7.417,-6.834],[2.242,-7.354],[15.871,-11.438],[25.743,-1.056],[13.561,1.303],[12.942,-5.974],[1.318,-17.529],[-14.773,-8.152],[-7.893,4.594],[-8.745,-0.669],[-4.486,-9.679],[6.426,-7.029],[18.466,-7.64],[39.628,12.218],[0.783,17.597],[-12.239,14.059],[-26.203,4.635],[-12.153,-1.609],[-7.42,0.033],[-0.738,0.463],[0,0],[1.342,1.053],[0,0],[-0.01,0.701],[5.056,-3.169],[9.157,-0.467],[22.569,2.431],[16.34,0.942],[14.693,-7.761],[16.58,-32.423],[-27.208,-27.805],[-14.592,5.525],[-2.054,14.114],[8.49,-0.283],[7.991,-5.168],[17.343,0.411],[5.211,16.653],[-13.267,6.788],[-25.077,-2.515],[-18.388,0.755],[-11.727,7.347],[2.604,9.579],[0,0],[0,0],[10.449,8.201],[5.621,-5.222],[-0.276,-7.365],[-1.328,-1.071]],"v":[[25.547,107.882],[34.118,131.936],[12.131,147.446],[-9.852,134.774],[-69.743,87.768],[-98.79,64.97],[-113.301,53.337],[-121.15,26.697],[-106.954,9.23],[-50.905,-5.728],[25.956,-0.099],[67.543,-2.984],[91.611,-37.356],[65.893,-76.807],[21.257,-74.183],[-4.044,-61.849],[-25.248,-78.909],[-17.323,-104.937],[6.012,-120.887],[64.374,-121.751],[141.481,-30.383],[124.696,15.45],[78.491,43.054],[-1.23,36.983],[-37.921,33.98],[-59.93,38.667],[-59.961,40.771],[25.547,107.882],[27.18,105.802],[-58.328,38.691],[-58.359,40.794],[-41.198,36.701],[-13.707,38.132],[53.889,46.768],[101.241,38.088],[137.563,1.901],[114.71,-93.735],[6.042,-123.744],[-29.313,-88.539],[-1.506,-59.171],[20.666,-70.726],[47.525,-79.383],[87.709,-48.634],[67.181,-5.741],[22.687,-3.075],[-52.647,-8.295],[-106.244,5.568],[-124.116,40.563],[-106.906,61.962],[-48.735,107.618],[-5.206,141.781],[28.79,144.061],[38.166,123.687],[27.18,105.802]]}],"e":[{"i":[[-1.933,-0.025],[-3.462,-11.233],[9.589,-5.913],[9.412,0],[0,0],[0,0],[6.986,0.554],[4.174,10.775],[-2.355,8.162],[-16.414,14.008],[-24.517,15.704],[-7.273,14.215],[8.938,13.337],[18.409,-2.993],[6.841,-17.209],[9.365,-6.258],[8.451,4.307],[-0.811,10.761],[-5.281,9.373],[-20.844,7.998],[-31.68,-36.865],[1.001,-19.691],[14.228,-15.892],[25.514,-15.079],[10.918,-8.648],[2.922,-8.12],[-0.918,0],[0,0],[1.935,0],[0,0],[-0.482,-0.633],[-4.989,4.344],[-8.8,5.494],[-21.152,14.716],[-7.645,17.145],[3.62,18.551],[37.969,4.995],[23.736,-39.29],[-9.464,-16.494],[-11.898,9.997],[-2.94,8.548],[-8.76,6.546],[-15.976,-10.979],[7.971,-17.268],[13.63,-8.651],[21.826,-18.626],[7.184,-19.946],[-13.743,-10.23],[-10.711,0],[0,0],[0,0],[-2.593,16.4],[5.718,6.748],[7.933,0.103]],"o":[[11.01,0.143],[3.174,10.298],[-8.281,5.107],[0,0],[0,0],[-6.999,0],[-11.405,-0.903],[-3.15,-8.132],[6.152,-21.322],[22.232,-18.972],[13.014,-8.335],[7.365,-14.395],[-11.101,-16.565],[-18.892,3.072],[-3.826,9.627],[-8.272,5.528],[-10.782,-5.495],[0.811,-10.773],[11.127,-19.751],[43.92,-16.852],[13.023,15.155],[-1.075,21.118],[-20.136,22.488],[-11.972,7.076],[-6.598,5.226],[-0.335,0.93],[0,0],[1.935,0],[0,0],[0.482,0.633],[2.292,-6.369],[7.844,-6.83],[21.842,-13.637],[15.241,-10.603],[7.676,-17.216],[-7.913,-40.545],[-43.753,-5.756],[-9.152,15.15],[8.052,14.033],[7.378,-6.199],[3.511,-10.208],[15.764,-11.78],[16.314,11.211],[-7.085,15.349],[-24.139,15.319],[-15.88,13.552],[-5.319,14.77],[9.033,6.724],[0,0],[0,0],[15.068,0],[1.359,-8.597],[-5.404,-6.379],[-1.935,-0.025]],"v":[[83.198,98.586],[107.693,114.048],[98.935,143.287],[70.443,147.375],[-15.924,147.375],[-57.81,147.375],[-78.908,147.157],[-104.569,128.882],[-104.134,103.352],[-64.595,50.749],[7.935,1.941],[43.025,-29.76],[40.43,-77.288],[-10.151,-94.481],[-48.145,-60.878],[-62.083,-32.151],[-92.953,-32.524],[-104.111,-61.301],[-94.458,-91.877],[-42.983,-133.523],[89.815,-105.994],[106.938,-53.339],[85.038,3.655],[9.647,54.072],[-25.198,77.09],[-41.556,96.687],[-40.109,98.586],[83.198,98.586],[83.198,95.586],[-40.109,95.586],[-38.664,97.485],[-26.216,81.813],[-0.682,63.836],[65.686,24.2],[101.862,-16.71],[108.93,-74.441],[21.555,-143.777],[-96.432,-94.448],[-103.326,-38.27],[-57.943,-31.539],[-46.25,-57.378],[-28.345,-83.915],[29.048,-84.62],[40.771,-31.966],[2.933,1.575],[-67.948,49.679],[-106.065,99.588],[-97.504,143.333],[-67.159,150.375],[16.727,150.375],[79.496,150.375],[111.43,128.599],[105.527,103.852],[83.198,95.586]]}]},{"t":12}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[16,40,84,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[113.04,150.625]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":-12,"t":5,"b":301,"r":258},"ip":10,"op":68,"st":0},{"ddd":0,"ind":20,"ty":4,"nm":"2_Misce Outlines","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[514.949,618.507,0]},"a":{"k":[167.436,200.889,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[0,-6.772],[6.772,0],[0,6.772],[-6.771,0]],"o":[[0,6.772],[-6.771,0],[0,-6.772],[6.772,0]],"v":[[-39.739,-156],[-52,-143.739],[-64.261,-156],[-52,-168.261]]}],"e":[{"i":[[0,-9.823],[9.823,0],[0,9.823],[-9.822,0]],"o":[[0,9.823],[-9.822,0],[0,-9.823],[9.823,0]],"v":[[11.976,-61.809],[-5.809,-44.024],[-23.594,-61.809],[-5.809,-79.594]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[0,-9.823],[9.823,0],[0,9.823],[-9.822,0]],"o":[[0,9.823],[-9.822,0],[0,-9.823],[9.823,0]],"v":[[11.976,-61.809],[-5.809,-44.024],[-23.594,-61.809],[-5.809,-79.594]]}],"e":[{"i":[[0,-6.772],[6.772,0],[0,6.772],[-6.771,0]],"o":[[0,6.772],[-6.771,0],[0,-6.772],[6.772,0]],"v":[[12.261,0],[0,12.261],[-12.261,0],[0,-12.261]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,-6.772],[6.772,0],[0,6.772],[-6.771,0]],"o":[[0,6.772],[-6.771,0],[0,-6.772],[6.772,0]],"v":[[12.261,0],[0,12.261],[-12.261,0],[0,-12.261]]}],"e":[{"i":[[0,-0.093],[0.093,0],[0,0.093],[-0.093,0]],"o":[[0,0.093],[-0.093,0],[0,-0.093],[0.093,0]],"v":[[62.261,44.092],[62.092,44.261],[61.924,44.092],[62.092,43.924]]}]},{"t":15}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[254,208,184,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[12.511,233.459]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[0,-5.055],[5.056,0],[0,5.055],[-5.055,0]],"o":[[0,5.055],[-5.055,0],[0,-5.055],[5.056,0]],"v":[[-1.846,-89],[-11.001,-79.846],[-20.154,-89],[-11.001,-98.154]]}],"e":[{"i":[[0,-5.055],[5.056,0],[0,5.055],[-5.055,0]],"o":[[0,5.055],[-5.055,0],[0,-5.055],[5.056,0]],"v":[[1.82,-59.333],[-7.334,-50.179],[-16.487,-59.333],[-7.334,-68.487]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[0,-5.055],[5.056,0],[0,5.055],[-5.055,0]],"o":[[0,5.055],[-5.055,0],[0,-5.055],[5.056,0]],"v":[[1.82,-59.333],[-7.334,-50.179],[-16.487,-59.333],[-7.334,-68.487]]}],"e":[{"i":[[0,-5.055],[5.056,0],[0,5.055],[-5.055,0]],"o":[[0,5.055],[-5.055,0],[0,-5.055],[5.056,0]],"v":[[9.154,0],[-0.001,9.154],[-9.154,0],[-0.001,-9.154]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,-5.055],[5.056,0],[0,5.055],[-5.055,0]],"o":[[0,5.055],[-5.055,0],[0,-5.055],[5.056,0]],"v":[[9.154,0],[-0.001,9.154],[-9.154,0],[-0.001,-9.154]]}],"e":[{"i":[[0,-1.125],[1.125,0],[0,1.125],[-1.125,0]],"o":[[0,1.125],[-1.125,0],[0,-1.125],[1.125,0]],"v":[[9.154,37.118],[7.117,39.154],[5.081,37.118],[7.117,35.081]]}]},{"t":15}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[16,40,84,255]},"o":{"k":100},"w":{"k":3},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[137.101,32.301]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[0.174,0.079],[0.235,0.001],[0.66,-0.005],[1.151,-0.139],[-0.029,-0.068],[-0.76,-1.351],[-0.065,0.061],[-0.732,0.748],[-0.442,0.458],[-0.112,0.229],[0.079,-0.16],[0.162,-0.168],[0.429,-0.439],[0.765,-0.717],[-0.077,-0.014],[0.586,1.396],[0,0],[-1.107,0.01],[-0.646,-0.001],[-0.206,-0.002],[0.128,0.058]],"o":[[-0.228,-0.104],[-0.661,-0.002],[-1.166,0.009],[-0.072,0.009],[0.596,1.42],[0.046,0.082],[0.765,-0.717],[0.445,-0.455],[0.174,-0.181],[0.078,-0.159],[-0.075,0.152],[-0.426,0.442],[-0.732,0.749],[0.077,0.014],[-0.747,-1.328],[0,0],[1.093,-0.132],[0.646,-0.006],[0.205,0],[0.077,0.001],[0.172,0.078]],"v":[[-240.4,113.732],[-240.778,113.696],[-245.186,113.991],[-249.928,114.488],[-250.029,114.656],[-247.874,118.8],[-247.644,118.842],[-242.541,115.682],[-240.458,114.543],[-239.881,113.927],[-240.136,113.774],[-240.715,114.384],[-242.749,115.472],[-247.852,118.631],[-247.622,118.672],[-249.748,114.596],[-249.848,114.764],[-245.282,114.274],[-240.917,113.978],[-240.301,113.981],[-240.079,113.969]]}],"e":[{"i":[[1.507,0.686],[2.034,0.007],[5.711,-0.045],[9.962,-1.202],[-0.248,-0.591],[-6.577,-11.692],[-0.559,0.524],[-6.333,6.477],[-3.826,3.967],[-0.972,1.982],[0.681,-1.388],[1.398,-1.45],[3.711,-3.797],[6.618,-6.208],[-0.663,-0.119],[5.07,12.084],[0,0],[-9.575,0.084],[-5.591,-0.008],[-1.779,-0.021],[1.108,0.504]],"o":[[-1.973,-0.898],[-5.716,-0.021],[-10.088,0.08],[-0.622,0.075],[5.156,12.29],[0.399,0.709],[6.618,-6.208],[3.854,-3.941],[1.507,-1.562],[0.676,-1.378],[-0.647,1.319],[-3.685,3.821],[-6.331,6.478],[0.663,0.119],[-6.467,-11.496],[0,0],[9.454,-1.141],[5.588,-0.049],[1.778,0.003],[0.668,0.007],[1.489,0.677]],"v":[[-124.029,60.897],[-131.306,60.588],[-169.445,63.144],[-210.485,67.445],[-211.354,68.898],[-192.705,104.76],[-190.715,105.117],[-146.557,77.779],[-128.531,67.922],[-123.54,62.585],[-125.748,61.264],[-130.756,66.539],[-148.359,75.958],[-192.517,103.296],[-190.528,103.653],[-208.923,68.38],[-209.792,69.832],[-170.279,65.593],[-132.51,63.026],[-127.174,63.058],[-125.259,62.952]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[1.507,0.686],[2.034,0.007],[5.711,-0.045],[9.962,-1.202],[-0.248,-0.591],[-6.577,-11.692],[-0.559,0.524],[-6.333,6.477],[-3.826,3.967],[-0.972,1.982],[0.681,-1.388],[1.398,-1.45],[3.711,-3.797],[6.618,-6.208],[-0.663,-0.119],[5.07,12.084],[0,0],[-9.575,0.084],[-5.591,-0.008],[-1.779,-0.021],[1.108,0.504]],"o":[[-1.973,-0.898],[-5.716,-0.021],[-10.088,0.08],[-0.622,0.075],[5.156,12.29],[0.399,0.709],[6.618,-6.208],[3.854,-3.941],[1.507,-1.562],[0.676,-1.378],[-0.647,1.319],[-3.685,3.821],[-6.331,6.478],[0.663,0.119],[-6.467,-11.496],[0,0],[9.454,-1.141],[5.588,-0.049],[1.778,0.003],[0.668,0.007],[1.489,0.677]],"v":[[-124.029,60.897],[-131.306,60.588],[-169.445,63.144],[-210.485,67.445],[-211.354,68.898],[-192.705,104.76],[-190.715,105.117],[-146.557,77.779],[-128.531,67.922],[-123.54,62.585],[-125.748,61.264],[-130.756,66.539],[-148.359,75.958],[-192.517,103.296],[-190.528,103.653],[-208.923,68.38],[-209.792,69.832],[-170.279,65.593],[-132.51,63.026],[-127.174,63.058],[-125.259,62.952]]}],"e":[{"i":[[1.918,-0.233],[2.039,-1.301],[5.686,-3.723],[9.245,-7.701],[-0.602,-0.476],[-13.58,-8.335],[-0.245,0.923],[-2.456,11.036],[-1.451,6.725],[0.215,2.755],[-0.15,-1.93],[0.53,-2.458],[1.439,-6.469],[2.903,-10.93],[-0.734,0.299],[12.307,9.726],[0,0],[-9.527,6.252],[-5.598,3.588],[-1.792,1.122],[1.41,-0.171]],"o":[[-2.511,0.304],[-5.73,3.655],[-10.043,6.576],[-0.577,0.481],[12.517,9.892],[0.824,0.505],[2.903,-10.93],[1.495,-6.715],[0.572,-2.649],[-0.149,-1.916],[0.143,1.834],[-1.398,6.478],[-2.454,11.036],[0.734,-0.299],[-13.353,-8.195],[0,0],[8.774,-7.309],[5.56,-3.648],[1.78,-1.141],[0.673,-0.422],[1.895,-0.23]],"v":[[26.665,-32.345],[19.199,-27.994],[2.088,-16.908],[-27.98,3.602],[-27.98,5.723],[12.148,32.27],[14.353,31.373],[21.937,-1.738],[26.366,-21.897],[28.165,-30.845],[25.165,-30.845],[23.314,-21.952],[19.044,-2.535],[11.46,30.576],[13.663,29.678],[-25.858,3.602],[-25.858,5.723],[2.721,-13.739],[19.455,-24.599],[24.811,-27.999],[26.665,-29.345]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[1.918,-0.233],[2.039,-1.301],[5.686,-3.723],[9.245,-7.701],[-0.602,-0.476],[-13.58,-8.335],[-0.245,0.923],[-2.456,11.036],[-1.451,6.725],[0.215,2.755],[-0.15,-1.93],[0.53,-2.458],[1.439,-6.469],[2.903,-10.93],[-0.734,0.299],[12.307,9.726],[0,0],[-9.527,6.252],[-5.598,3.588],[-1.792,1.122],[1.41,-0.171]],"o":[[-2.511,0.304],[-5.73,3.655],[-10.043,6.576],[-0.577,0.481],[12.517,9.892],[0.824,0.505],[2.903,-10.93],[1.495,-6.715],[0.572,-2.649],[-0.149,-1.916],[0.143,1.834],[-1.398,6.478],[-2.454,11.036],[0.734,-0.299],[-13.353,-8.195],[0,0],[8.774,-7.309],[5.56,-3.648],[1.78,-1.141],[0.673,-0.422],[1.895,-0.23]],"v":[[26.665,-32.345],[19.199,-27.994],[2.088,-16.908],[-27.98,3.602],[-27.98,5.723],[12.148,32.27],[14.353,31.373],[21.937,-1.738],[26.366,-21.897],[28.165,-30.845],[25.165,-30.845],[23.314,-21.952],[19.044,-2.535],[11.46,30.576],[13.663,29.678],[-25.858,3.602],[-25.858,5.723],[2.721,-13.739],[19.455,-24.599],[24.811,-27.999],[26.665,-29.345]]}],"e":[{"i":[[-0.295,-0.32],[-0.506,-0.201],[-1.43,-0.547],[-2.625,-0.673],[-0.008,0.173],[0.268,3.579],[0.201,-0.077],[2.339,-1.006],[1.419,-0.622],[0.475,-0.403],[-0.333,0.282],[-0.519,0.227],[-1.371,0.59],[-2.379,0.911],[0.151,0.095],[0.153,-3.53],[0,0],[2.398,0.916],[1.393,0.549],[0.441,0.179],[-0.217,-0.235]],"o":[[0.387,0.418],[1.423,0.564],[2.525,0.967],[0.164,0.042],[0.156,-3.59],[-0.016,-0.217],[-2.379,0.911],[-1.423,0.612],[-0.559,0.245],[-0.33,0.28],[0.316,-0.268],[1.367,-0.599],[2.339,-1.007],[-0.151,-0.095],[0.264,3.519],[0,0],[-2.492,-0.639],[-1.399,-0.534],[-0.443,-0.175],[-0.166,-0.067],[-0.292,-0.316]],"v":[[89.146,-122.837],[90.925,-122.048],[95.205,-120.385],[102.916,-117.598],[103.303,-117.877],[102.86,-128.706],[102.405,-128.99],[95.358,-126.01],[91.093,-124.16],[89.222,-123.309],[89.618,-122.761],[91.486,-123.596],[95.594,-125.376],[102.641,-128.357],[102.187,-128.641],[102.636,-117.985],[103.023,-118.265],[95.701,-120.918],[91.511,-122.542],[90.184,-123.072],[89.694,-123.233]]}]},{"t":17}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[16,40,84,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[306.039,368.754]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[0.512,0.441],[3.966,-0.494],[-1.479,0.907]],"o":[[-0.512,-0.441],[-1.334,0.166],[1.479,-0.907]],"v":[[-236.58,118.392],[-246.345,119.514],[-244.32,123.278]]}],"e":[{"i":[[4.428,3.813],[34.317,-4.277],[-12.794,7.845]],"o":[[-4.428,-3.813],[-11.543,1.439],[12.794,-7.845]],"v":[[-121.64,62.058],[-206.135,71.773],[-188.613,104.34]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[4.428,3.813],[34.317,-4.277],[-12.794,7.845]],"o":[[-4.428,-3.813],[-11.543,1.439],[12.794,-7.845]],"v":[[-121.64,62.058],[-206.135,71.773],[-188.613,104.34]]}],"e":[{"i":[[0.217,0.296],[5.776,-4.914],[-8.864,-5.427]],"o":[[-0.198,-0.269],[7.062,5.667],[1.666,-6.166]],"v":[[26.684,-30.775],[-26.901,4.732],[12.924,31.044]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0.217,0.296],[5.776,-4.914],[-8.864,-5.427]],"o":[[-0.198,-0.269],[7.062,5.667],[1.666,-6.166]],"v":[[26.684,-30.775],[-26.901,4.732],[12.924,31.044]]}],"e":[{"i":[[0.025,-0.079],[-1.659,-0.407],[0.178,2.334]],"o":[[-0.023,0.072],[0.104,-2.037],[-1.346,0.509]],"v":[[92.439,-116.619],[105.988,-111.516],[105.542,-122.258]]}]},{"t":17}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[254,145,107,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[302.556,363.637]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 4"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[-0.059,-0.185],[-3.728,1.482],[3.521,4.222]],"o":[[0.053,0.168],[-2.577,-4.037],[-1.881,2.807]],"v":[[118.596,-52.766],[130.464,-43.466],[114.974,-63.403]]}],"e":[{"i":[[-0.059,-0.185],[-3.728,1.482],[3.521,4.222]],"o":[[0.053,0.168],[-2.577,-4.037],[-1.881,2.807]],"v":[[58.596,-5.766],[114.464,-36.466],[98.974,-56.403]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[-0.059,-0.185],[-3.728,1.482],[3.521,4.222]],"o":[[0.053,0.168],[-2.577,-4.037],[-1.881,2.807]],"v":[[58.596,-5.766],[114.464,-36.466],[98.974,-56.403]]}],"e":[{"i":[[-0.059,-0.185],[-3.728,1.482],[3.521,4.222]],"o":[[0.053,0.168],[-2.577,-4.037],[-1.881,2.807]],"v":[[-16.404,14.234],[16.464,5.534],[0.974,-14.403]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[-0.059,-0.185],[-3.728,1.482],[3.521,4.222]],"o":[[0.053,0.168],[-2.577,-4.037],[-1.881,2.807]],"v":[[-16.404,14.234],[16.464,5.534],[0.974,-14.403]]}],"e":[{"i":[[-0.003,-0.009],[-0.18,0.072],[0.17,0.204]],"o":[[0.003,0.008],[-0.125,-0.195],[-0.091,0.136]],"v":[[50.873,-43.017],[52.464,-43.438],[51.714,-44.403]]}]},{"t":15}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,203,27,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[269.617,263.146]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 5"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[0.061,0.176],[2.273,-0.911],[-2.821,-4.271]],"o":[[-0.055,-0.16],[2.178,3.99],[0.9,-2.338]],"v":[[99.254,31.043],[90.685,38.084],[91.261,55.117]]}],"e":[{"i":[[0.061,0.176],[2.273,-0.911],[-2.821,-4.271]],"o":[[-0.055,-0.16],[2.178,3.99],[0.9,-2.338]],"v":[[86.254,26.043],[-10.315,-7.916],[78.261,50.117]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[0.061,0.176],[2.273,-0.911],[-2.821,-4.271]],"o":[[-0.055,-0.16],[2.178,3.99],[0.9,-2.338]],"v":[[86.254,26.043],[-10.315,-7.916],[78.261,50.117]]}],"e":[{"i":[[0.115,0.147],[1.856,-1.597],[-4.051,-3.129]],"o":[[-0.104,-0.134],[3.352,3.071],[0.095,-2.503]],"v":[[-6.166,-21.631],[-24.321,-11.153],[-5.941,3.734]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0.115,0.147],[1.856,-1.597],[-4.051,-3.129]],"o":[[-0.104,-0.134],[3.352,3.071],[0.095,-2.503]],"v":[[-6.166,-21.631],[-24.321,-11.153],[-5.941,3.734]]}],"e":[{"i":[[0.003,-0.022],[-0.285,-0.027],[0.065,0.594]],"o":[[-0.003,0.02],[-0.013,-0.53],[-0.218,0.195]],"v":[[-93.413,-35.433],[-91.062,-34.755],[-91.298,-37.505]]}]},{"t":15}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[123,196,136,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[272.946,12.367]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 6"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[-0.019,0.015],[0.213,0.235],[0.392,-0.536]],"o":[[0.017,-0.014],[-0.387,0.445],[0.325,0.004]],"v":[[-53.106,-172.226],[-53.148,-178.656],[-55.012,-172.486]]}],"e":[{"i":[[-0.049,0.18],[2.389,0.536],[0.093,-5.118]],"o":[[0.045,-0.163],[-0.464,4.522],[2.066,-1.418]],"v":[[-34.19,-29.212],[-62.974,-69.558],[-47.356,-22.395]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[-0.049,0.18],[2.389,0.536],[0.093,-5.118]],"o":[[0.045,-0.163],[-0.464,4.522],[2.066,-1.418]],"v":[[-34.19,-29.212],[-62.974,-69.558],[-47.356,-22.395]]}],"e":[{"i":[[0.061,0.176],[2.273,-0.911],[-2.821,-4.271]],"o":[[-0.055,-0.16],[2.178,3.99],[0.9,-2.338]],"v":[[10.254,-11.957],[-10.315,-7.916],[2.261,12.117]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0.061,0.176],[2.273,-0.911],[-2.821,-4.271]],"o":[[-0.055,-0.16],[2.178,3.99],[0.9,-2.338]],"v":[[10.254,-11.957],[-10.315,-7.916],[2.261,12.117]]}],"e":[{"i":[[0.024,-0.031],[-0.422,-0.295],[-0.427,0.987]],"o":[[-0.022,0.028],[0.452,-0.842],[-0.515,0.11]],"v":[[30.063,18.832],[33.139,21.987],[35.219,17.471]]}]},{"t":15}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,203,27,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[103.946,204.367]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 7"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[-0.129,0.09],[1.266,1.638],[2.822,-3.283]],"o":[[0.117,-0.082],[-2.742,2.694],[2.111,0.191]],"v":[[92.657,-77.148],[87.613,-86.943],[42.227,-47.081]]}],"e":[{"i":[[-0.072,0.093],[1.274,0.884],[1.274,-2.982]],"o":[[0.065,-0.085],[-1.35,2.544],[1.551,-0.34]],"v":[[4.908,-31.904],[-2.073,-38.963],[-19.75,-8.601]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[-0.072,0.093],[1.274,0.884],[1.274,-2.982]],"o":[[0.065,-0.085],[-1.35,2.544],[1.551,-0.34]],"v":[[4.908,-31.904],[-2.073,-38.963],[-19.75,-8.601]]}],"e":[{"i":[[-0.042,0.152],[2.019,0.456],[0.084,-4.328]],"o":[[0.038,-0.138],[-0.397,3.823],[1.749,-1.198]],"v":[[13.217,-0.736],[-3.046,-7.787],[-3.896,12.197]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[-0.042,0.152],[2.019,0.456],[0.084,-4.328]],"o":[[0.038,-0.138],[-0.397,3.823],[1.749,-1.198]],"v":[[13.217,-0.736],[-3.046,-7.787],[-3.896,12.197]]}],"e":[{"i":[[-0.007,0.026],[0.351,0.079],[0.015,-0.753]],"o":[[0.007,-0.024],[-0.069,0.665],[0.304,-0.208]],"v":[[31.248,-29.561],[28.42,-30.787],[28.272,-27.312]]}]},{"t":16}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[16,40,84,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[228.778,186.694]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 8"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[0.174,0.156],[2.957,-3.825],[-2.767,-0.439]],"o":[[-0.159,-0.142],[-2.963,5.244],[0.229,-4.066]],"v":[[-11.204,38.883],[-45.469,86.576],[-29.166,96.259]]}],"e":[{"i":[[0.174,0.156],[2.957,-3.825],[-6.244,-2.221]],"o":[[-0.159,-0.142],[5.15,2.608],[0.229,-4.066]],"v":[[14.296,-20.117],[-14.469,9.076],[13.834,20.259]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0.174,0.156],[2.957,-3.825],[-6.244,-2.221]],"o":[[-0.159,-0.142],[5.15,2.608],[0.229,-4.066]],"v":[[14.296,-20.117],[-14.469,9.076],[13.834,20.259]]}],"e":[{"i":[[-0.001,-0.001],[-0.01,0.013],[0.021,0.008]],"o":[[0.001,0],[-0.017,-0.009],[-0.001,0.014]],"v":[[19.47,-25.259],[19.568,-25.358],[19.472,-25.396]]}]},{"t":15}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[254,208,184,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[207.419,228.062]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 9"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[0.271,-0.077],[-1.987,-5.484],[-6.296,4.926]],"o":[[-0.247,0.07],[5.983,-3.563],[-3.995,-2.86]],"v":[[-65.295,153.958],[-73.131,164.118],[-55.458,156.506]]}],"e":[{"i":[[0.271,-0.077],[-1.987,-5.484],[-6.296,4.926]],"o":[[-0.247,0.07],[5.983,-3.563],[-3.995,-2.86]],"v":[[-36.295,71.958],[-73.131,164.118],[-16.458,77.506]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[0.271,-0.077],[-1.987,-5.484],[-6.296,4.926]],"o":[[-0.247,0.07],[5.983,-3.563],[-3.995,-2.86]],"v":[[-36.295,71.958],[-73.131,164.118],[-16.458,77.506]]}],"e":[{"i":[[0.271,-0.077],[-1.987,-5.484],[-6.296,4.926]],"o":[[-0.247,0.07],[5.983,-3.563],[-3.995,-2.86]],"v":[[-20.295,-24.042],[-9.131,24.118],[20.542,2.506]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0.271,-0.077],[-1.987,-5.484],[-6.296,4.926]],"o":[[-0.247,0.07],[5.983,-3.563],[-3.995,-2.86]],"v":[[-20.295,-24.042],[-9.131,24.118],[20.542,2.506]]}],"e":[{"i":[[-0.031,-0.061],[-1.211,0.73],[1.468,1.266]],"o":[[0.028,0.055],[-1.129,-1.256],[-0.493,1.085]],"v":[[51.142,-57.848],[62.075,-62.767],[55.538,-68.811]]}]},{"t":15}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[123,196,136,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[279.881,198.668]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 10"}],"bounds":{"l":-52,"t":-68,"b":490,"r":412},"ip":4,"op":16,"st":0},{"ddd":0,"ind":21,"ty":4,"nm":"2_Lunares Outlines","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[20],"e":[0]},{"t":13}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[567.263,529.079,0],"e":[519.263,529.079,0],"to":[-8,0,0],"ti":[8,0,0]},{"t":13}]},"a":{"k":[104.513,65.547,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":8,"s":[{"i":[[0,-6.444],[6.444,0],[0,6.444],[-6.445,0]],"o":[[0,6.444],[-6.445,0],[0,-6.444],[6.444,0]],"v":[[4.669,24.753],[-7,36.422],[-18.669,24.753],[-7,13.084]]}],"e":[{"i":[[0,-6.444],[6.444,0],[0,6.444],[-6.445,0]],"o":[[0,6.444],[-6.445,0],[0,-6.444],[6.444,0]],"v":[[11.669,3.753],[0,15.422],[-11.669,3.753],[0,-7.916]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":13,"s":[{"i":[[0,-6.444],[6.444,0],[0,6.444],[-6.445,0]],"o":[[0,6.444],[-6.445,0],[0,-6.444],[6.444,0]],"v":[[11.669,3.753],[0,15.422],[-11.669,3.753],[0,-7.916]]}],"e":[{"i":[[0,-6.444],[6.444,0],[0,6.444],[-6.445,0]],"o":[[0,6.444],[-6.445,0],[0,-6.444],[6.444,0]],"v":[[11.669,2.753],[0,14.422],[-11.669,2.753],[0,-8.916]]}]},{"t":15}]},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-50.145],[-16.852,0],[-4.111,15.207],[-26.307,0],[0,-26.716],[0.041,-1.007],[-20.298,-0.487],[-0.34,-0.008],[0,5.445],[65.764,0]],"o":[[0,20.551],[16.441,0],[9.042,-32.883],[22.607,0],[0,1.057],[20.277,0.527],[0.338,0.008],[0.49,-4.821],[0,-37.815],[-60.421,0]],"v":[[-28.481,-19.623],[1.523,7.916],[27.419,-15.101],[80.44,-58.67],[123.598,-17.157],[123.536,-14.064],[184.304,-11.677],[185.323,-11.653],[186.073,-27.021],[81.262,-107.993]]}},"nm":"Path 2"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,203,27,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[35.256,115.421]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":8,"s":[{"i":[[0,-6.444],[6.445,0],[0,6.444],[-6.444,0]],"o":[[0,6.444],[-6.444,0],[0,-6.444],[6.445,0]],"v":[[11.669,-33.589],[0,-21.92],[-11.669,-33.589],[0,-45.258]]}],"e":[{"i":[[0,-6.444],[6.445,0],[0,6.444],[-6.444,0]],"o":[[0,6.444],[-6.444,0],[0,-6.444],[6.445,0]],"v":[[11.669,-3.589],[0,8.08],[-11.669,-3.589],[0,-15.258]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":13,"s":[{"i":[[0,-6.444],[6.445,0],[0,6.444],[-6.444,0]],"o":[[0,6.444],[-6.444,0],[0,-6.444],[6.445,0]],"v":[[11.669,-3.589],[0,8.08],[-11.669,-3.589],[0,-15.258]]}],"e":[{"i":[[0,-6.444],[6.445,0],[0,6.444],[-6.444,0]],"o":[[0,6.444],[-6.444,0],[0,-6.444],[6.445,0]],"v":[[11.669,-0.589],[0,11.08],[-11.669,-0.589],[0,-12.258]]}]},{"t":15}]},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-50.145],[-16.852,0],[-4.111,15.207],[-26.307,0],[0,-26.716],[0.041,-1.007],[-20.298,-0.487],[-0.34,-0.008],[0,5.445],[65.764,0]],"o":[[0,20.551],[16.441,0],[9.042,-32.883],[22.607,0],[0,1.057],[20.277,0.527],[0.338,0.008],[0.49,-4.821],[0,-37.815],[-60.421,0]],"v":[[-163.258,80.29],[-133.254,107.829],[-107.359,84.812],[-54.337,41.243],[-11.18,82.756],[-11.241,85.849],[49.527,88.236],[50.546,88.26],[51.296,72.892],[-53.515,-8.08]]}},"nm":"Path 2"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,203,27,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[170.033,15.508]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":8,"s":[{"i":[[0,-6.444],[6.445,0],[0,6.444],[-6.444,0]],"o":[[0,6.444],[-6.444,0],[0,-6.444],[6.445,0]],"v":[[11.669,49.999],[0,61.668],[-11.669,49.999],[0,38.332]]}],"e":[{"i":[[0,-6.444],[6.445,0],[0,6.444],[-6.444,0]],"o":[[0,6.444],[-6.444,0],[0,-6.444],[6.445,0]],"v":[[11.669,-0.001],[0,11.668],[-11.669,-0.001],[0,-11.668]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":13,"s":[{"i":[[0,-6.444],[6.445,0],[0,6.444],[-6.444,0]],"o":[[0,6.444],[-6.444,0],[0,-6.444],[6.445,0]],"v":[[11.669,-0.001],[0,11.668],[-11.669,-0.001],[0,-11.668]]}],"e":[{"i":[[0,-6.444],[6.445,0],[0,6.444],[-6.444,0]],"o":[[0,6.444],[-6.444,0],[0,-6.444],[6.445,0]],"v":[[12.669,1.999],[1,13.668],[-10.669,1.999],[1,-9.668]]}]},{"t":15}]},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-50.145],[-16.852,0],[-4.111,15.207],[-26.307,0],[0,-26.716],[0.041,-1.007],[-20.298,-0.487],[-0.34,-0.008],[0,5.445],[65.764,0]],"o":[[0,20.551],[16.441,0],[9.042,-32.883],[22.607,0],[0,1.057],[20.277,0.527],[0.338,0.008],[0.49,-4.821],[0,-37.815],[-60.421,0]],"v":[[-158.406,28.542],[-128.402,56.081],[-102.507,33.064],[-49.485,-10.505],[-6.328,31.008],[-6.389,34.101],[54.379,36.488],[55.398,36.512],[56.148,21.144],[-48.663,-59.828]]}},"nm":"Path 2"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,203,27,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[165.181,67.256]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":8,"s":[{"i":[[0,-6.444],[6.445,0],[0,6.444],[-6.444,0]],"o":[[0,6.444],[-6.444,0],[0,-6.444],[6.445,0]],"v":[[41.669,-0.001],[30,11.668],[18.331,-0.001],[30,-11.668]]}],"e":[{"i":[[0,-6.444],[6.445,0],[0,6.444],[-6.444,0]],"o":[[0,6.444],[-6.444,0],[0,-6.444],[6.445,0]],"v":[[11.669,-0.001],[0,11.668],[-11.669,-0.001],[0,-11.668]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":13,"s":[{"i":[[0,-6.444],[6.445,0],[0,6.444],[-6.444,0]],"o":[[0,6.444],[-6.444,0],[0,-6.444],[6.445,0]],"v":[[11.669,-0.001],[0,11.668],[-11.669,-0.001],[0,-11.668]]}],"e":[{"i":[[0,-6.444],[6.445,0],[0,6.444],[-6.444,0]],"o":[[0,6.444],[-6.444,0],[0,-6.444],[6.445,0]],"v":[[11.669,1.999],[0,13.668],[-11.669,1.999],[0,-9.668]]}]},{"t":15}]},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-50.145],[-16.852,0],[-4.111,15.207],[-26.307,0],[0,-26.716],[0.041,-1.007],[-20.298,-0.487],[-0.34,-0.008],[0,5.445],[65.764,0]],"o":[[0,20.551],[16.441,0],[9.042,-32.883],[22.607,0],[0,1.057],[20.277,0.527],[0.338,0.008],[0.49,-4.821],[0,-37.815],[-60.421,0]],"v":[[-190.333,47.58],[-160.329,75.119],[-134.434,52.102],[-81.412,8.533],[-38.255,50.046],[-38.316,53.139],[22.452,55.526],[23.471,55.55],[24.221,40.182],[-80.59,-40.79]]}},"nm":"Path 2"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,203,27,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[197.108,48.218]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 4"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":8,"s":[{"i":[[0,-6.444],[6.444,0],[0,6.444],[-6.445,0]],"o":[[0,6.444],[-6.445,0],[0,-6.444],[6.444,0]],"v":[[1.669,50],[-10,61.669],[-21.669,50],[-10,38.331]]}],"e":[{"i":[[0,-6.444],[6.444,0],[0,6.444],[-6.445,0]],"o":[[0,6.444],[-6.445,0],[0,-6.444],[6.444,0]],"v":[[11.669,0],[0,11.669],[-11.669,0],[0,-11.669]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":13,"s":[{"i":[[0,-6.444],[6.444,0],[0,6.444],[-6.445,0]],"o":[[0,6.444],[-6.445,0],[0,-6.444],[6.444,0]],"v":[[11.669,0],[0,11.669],[-11.669,0],[0,-11.669]]}],"e":[{"i":[[0,-6.444],[6.444,0],[0,6.444],[-6.445,0]],"o":[[0,6.444],[-6.445,0],[0,-6.444],[6.444,0]],"v":[[10.669,1],[-1,12.669],[-12.669,1],[-1,-10.669]]}]},{"t":15}]},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-50.145],[-16.852,0],[-4.111,15.207],[-26.307,0],[0,-26.716],[0.041,-1.007],[-20.298,-0.487],[-0.34,-0.008],[0,5.445],[65.764,0]],"o":[[0,20.551],[16.441,0],[9.042,-32.883],[22.607,0],[0,1.057],[20.277,0.527],[0.338,0.008],[0.49,-4.821],[0,-37.815],[-60.421,0]],"v":[[-131.74,63.548],[-101.736,91.087],[-75.841,68.07],[-22.819,24.501],[20.338,66.014],[20.277,69.107],[81.045,71.494],[82.064,71.518],[82.814,56.15],[-21.997,-24.822]]}},"nm":"Path 2"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,203,27,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[138.515,32.25]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 5"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":8,"s":[{"i":[[0,-6.444],[6.444,0],[0,6.444],[-6.445,0]],"o":[[0,6.444],[-6.445,0],[0,-6.444],[6.444,0]],"v":[[21.669,40],[10,51.669],[-1.669,40],[10,28.331]]}],"e":[{"i":[[0,-6.444],[6.444,0],[0,6.444],[-6.445,0]],"o":[[0,6.444],[-6.445,0],[0,-6.444],[6.444,0]],"v":[[11.669,0],[0,11.669],[-11.669,0],[0,-11.669]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":13,"s":[{"i":[[0,-6.444],[6.444,0],[0,6.444],[-6.445,0]],"o":[[0,6.444],[-6.445,0],[0,-6.444],[6.444,0]],"v":[[11.669,0],[0,11.669],[-11.669,0],[0,-11.669]]}],"e":[{"i":[[0,-6.444],[6.444,0],[0,6.444],[-6.445,0]],"o":[[0,6.444],[-6.445,0],[0,-6.444],[6.444,0]],"v":[[11.669,0],[0,11.669],[-11.669,0],[0,-11.669]]}]},{"t":15}]},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-50.145],[-16.852,0],[-4.111,15.207],[-26.307,0],[0,-26.716],[0.041,-1.007],[-20.298,-0.487],[-0.34,-0.008],[0,5.445],[65.764,0]],"o":[[0,20.551],[16.441,0],[9.042,-32.883],[22.607,0],[0,1.057],[20.277,0.527],[0.338,0.008],[0.49,-4.821],[0,-37.815],[-60.421,0]],"v":[[-75.808,51.879],[-45.804,79.418],[-19.909,56.401],[33.113,12.832],[76.27,54.345],[76.209,57.438],[136.977,59.825],[137.996,59.849],[138.746,44.481],[33.935,-36.491]]}},"nm":"Path 2"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,203,27,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[82.583,43.919]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 6"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":8,"s":[{"i":[[0,-2.729],[2.73,0],[0,2.729],[-2.729,0]],"o":[[0,2.729],[-2.729,0],[0,-2.729],[2.73,0]],"v":[[28.216,23.273],[23.273,28.216],[18.331,23.273],[23.273,18.331]]}],"e":[{"i":[[0,-6.444],[6.445,0],[0,6.444],[-6.444,0]],"o":[[0,6.444],[-6.444,0],[0,-6.444],[6.445,0]],"v":[[11.669,0],[-0.001,11.669],[-11.669,0],[-0.001,-11.669]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":13,"s":[{"i":[[0,-6.444],[6.445,0],[0,6.444],[-6.444,0]],"o":[[0,6.444],[-6.444,0],[0,-6.444],[6.445,0]],"v":[[11.669,0],[-0.001,11.669],[-11.669,0],[-0.001,-11.669]]}],"e":[{"i":[[0,-6.444],[6.445,0],[0,6.444],[-6.444,0]],"o":[[0,6.444],[-6.444,0],[0,-6.444],[6.445,0]],"v":[[10.669,0],[-1.001,11.669],[-12.669,0],[-1.001,-11.669]]}]},{"t":15}]},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-50.145],[-16.852,0],[-4.111,15.207],[-26.307,0],[0,-26.716],[0.041,-1.007],[-20.298,-0.487],[-0.34,-0.008],[0,5.445],[65.764,0]],"o":[[0,20.551],[16.441,0],[9.042,-32.883],[22.607,0],[0,1.057],[20.277,0.527],[0.338,0.008],[0.49,-4.821],[0,-37.815],[-60.421,0]],"v":[[-47.142,10.546],[-17.138,38.085],[8.757,15.068],[61.779,-28.501],[104.936,13.012],[104.875,16.105],[165.643,18.492],[166.662,18.516],[167.412,3.148],[62.601,-77.824]]}},"nm":"Path 2"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,203,27,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[53.917,85.252]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 7"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":8,"s":[{"i":[[0,-6.444],[6.445,0],[0,6.444],[-6.444,0]],"o":[[0,6.444],[-6.444,0],[0,-6.444],[6.445,0]],"v":[[11.669,-33.589],[-0.001,-21.92],[-11.669,-33.589],[-0.001,-45.258]]}],"e":[{"i":[[0,-6.444],[6.445,0],[0,6.444],[-6.444,0]],"o":[[0,6.444],[-6.444,0],[0,-6.444],[6.445,0]],"v":[[11.669,-3.589],[-0.001,8.08],[-11.669,-3.589],[-0.001,-15.258]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":13,"s":[{"i":[[0,-6.444],[6.445,0],[0,6.444],[-6.444,0]],"o":[[0,6.444],[-6.444,0],[0,-6.444],[6.445,0]],"v":[[11.669,-3.589],[-0.001,8.08],[-11.669,-3.589],[-0.001,-15.258]]}],"e":[{"i":[[0,-6.444],[6.445,0],[0,6.444],[-6.444,0]],"o":[[0,6.444],[-6.444,0],[0,-6.444],[6.445,0]],"v":[[11.669,-2.589],[-0.001,9.08],[-11.669,-2.589],[-0.001,-14.258]]}]},{"t":15}]},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-50.145],[-16.852,0],[-4.111,15.207],[-26.307,0],[0,-26.716],[0.041,-1.007],[-20.298,-0.487],[-0.34,-0.008],[0,5.445],[65.764,0]],"o":[[0,20.551],[16.441,0],[9.042,-32.883],[22.607,0],[0,1.057],[20.277,0.527],[0.338,0.008],[0.49,-4.821],[0,-37.815],[-60.421,0]],"v":[[-90.477,80.29],[-60.473,107.829],[-34.578,84.812],[18.444,41.243],[61.601,82.756],[61.54,85.849],[122.308,88.236],[123.327,88.26],[124.077,72.892],[19.266,-8.08]]}},"nm":"Path 2"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,203,27,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[97.252,15.508]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 8"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":8,"s":[{"i":[[0,-6.444],[6.444,0],[0,6.444],[-6.445,0]],"o":[[0,6.444],[-6.445,0],[0,-6.444],[6.444,0]],"v":[[-6.331,-29],[-18,-17.332],[-29.669,-29],[-18,-40.668]]}],"e":[{"i":[[0,-6.444],[6.444,0],[0,6.444],[-6.445,0]],"o":[[0,6.444],[-6.445,0],[0,-6.444],[6.444,0]],"v":[[11.669,0],[0,11.668],[-11.669,0],[0,-11.668]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":13,"s":[{"i":[[0,-6.444],[6.444,0],[0,6.444],[-6.445,0]],"o":[[0,6.444],[-6.445,0],[0,-6.444],[6.444,0]],"v":[[11.669,0],[0,11.668],[-11.669,0],[0,-11.668]]}],"e":[{"i":[[0,-6.444],[6.444,0],[0,6.444],[-6.445,0]],"o":[[0,6.444],[-6.445,0],[0,-6.444],[6.444,0]],"v":[[12.669,0],[1,11.668],[-10.669,0],[1,-11.668]]}]},{"t":15}]},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-50.145],[-16.852,0],[-4.111,15.207],[-26.307,0],[0,-26.716],[0.041,-1.007],[-20.298,-0.487],[-0.34,-0.008],[0,5.445],[65.764,0]],"o":[[0,20.551],[16.441,0],[9.042,-32.883],[22.607,0],[0,1.057],[20.277,0.527],[0.338,0.008],[0.49,-4.821],[0,-37.815],[-60.421,0]],"v":[[-31.81,45.213],[-1.806,72.752],[24.089,49.735],[77.111,6.166],[120.268,47.679],[120.207,50.772],[180.975,53.159],[181.994,53.183],[182.744,37.815],[77.933,-43.157]]}},"nm":"Path 2"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,203,27,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[38.585,50.585]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 9"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":8,"s":[{"i":[[0,-6.444],[6.444,0],[0,6.444],[-6.445,0]],"o":[[0,6.444],[-6.445,0],[0,-6.444],[6.444,0]],"v":[[-30.594,-1],[-42.262,10.669],[-53.931,-1],[-42.262,-12.669]]}],"e":[{"i":[[0,-6.444],[6.444,0],[0,6.444],[-6.445,0]],"o":[[0,6.444],[-6.445,0],[0,-6.444],[6.444,0]],"v":[[8.406,0],[-3.262,11.669],[-14.931,0],[-3.262,-11.669]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":13,"s":[{"i":[[0,-6.444],[6.444,0],[0,6.444],[-6.445,0]],"o":[[0,6.444],[-6.445,0],[0,-6.444],[6.444,0]],"v":[[8.406,0],[-3.262,11.669],[-14.931,0],[-3.262,-11.669]]}],"e":[{"i":[[0,-6.444],[6.444,0],[0,6.444],[-6.445,0]],"o":[[0,6.444],[-6.445,0],[0,-6.444],[6.444,0]],"v":[[9.406,0],[-2.262,11.669],[-13.931,0],[-2.262,-11.669]]}]},{"t":15}]},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-50.145],[-16.852,0],[-4.111,15.207],[-26.307,0],[0,-26.716],[0.041,-1.007],[-20.298,-0.487],[-0.34,-0.008],[0,5.445],[65.764,0]],"o":[[0,20.551],[16.441,0],[9.042,-32.883],[22.607,0],[0,1.057],[20.277,0.527],[0.338,0.008],[0.49,-4.821],[0,-37.815],[-60.421,0]],"v":[[-8.406,10.546],[21.598,38.085],[47.493,15.068],[100.515,-28.501],[143.672,13.012],[143.611,16.105],[204.379,18.492],[205.398,18.516],[206.148,3.148],[101.337,-77.824]]}},"nm":"Path 2"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,203,27,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[15.181,85.252]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 10"}],"bounds":{"l":-39,"t":-30,"b":152,"r":239},"ip":8,"op":68,"st":0},{"ddd":0,"ind":22,"ty":4,"nm":"2_picoAma Outlines","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[594.667,737.975,0]},"a":{"k":[43.305,28.816,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[7.359,6.597],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-8.619,9.614]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[8.908,7.987],[8.619,-9.613]],"v":[[-10.204,-2.474],[-22.994,-14.389],[-24.938,-4.27],[-34.501,-1.555],[-36.757,8.912],[-47.127,12.528],[-35.887,23.054],[-9.49,22.443]]}],"e":[{"i":[[15.619,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,20.405]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[18.908,0],[0,-20.404]],"v":[[25.928,-28.566],[-23.055,-28.566],[-14.668,-14.608],[-23.055,-1.325],[-14.668,13.371],[-23.055,28.566],[22.639,28.566],[56.055,0]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[15.619,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,20.405]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[18.908,0],[0,-20.404]],"v":[[25.928,-28.566],[-23.055,-28.566],[-14.668,-14.608],[-23.055,-1.325],[-14.668,13.371],[-23.055,28.566],[22.639,28.566],[56.055,0]]}],"e":[{"i":[[15.619,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,20.405]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[18.908,0],[0,-20.404]],"v":[[15.928,-28.566],[-53.055,-28.566],[-44.668,-14.608],[-53.055,-1.325],[-44.668,13.371],[-53.055,28.566],[12.639,28.566],[45.055,0]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[15.619,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,20.405]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[18.908,0],[0,-20.404]],"v":[[15.928,-28.566],[-53.055,-28.566],[-44.668,-14.608],[-53.055,-1.325],[-44.668,13.371],[-53.055,28.566],[12.639,28.566],[45.055,0]]}],"e":[{"i":[[15.619,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,20.405]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[18.908,0],[0,-20.404]],"v":[[15.928,-28.566],[-39.055,-28.566],[-30.668,-14.608],[-39.055,-1.325],[-30.668,13.371],[-39.055,28.566],[12.639,28.566],[43.055,0]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[15.619,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,20.405]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[18.908,0],[0,-20.404]],"v":[[15.928,-28.566],[-39.055,-28.566],[-30.668,-14.608],[-39.055,-1.325],[-30.668,13.371],[-39.055,28.566],[12.639,28.566],[43.055,0]]}],"e":[{"i":[[15.619,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,20.405]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[18.908,0],[0,-20.404]],"v":[[15.928,-28.566],[-47.055,-28.566],[-38.668,-14.608],[-47.055,-1.325],[-38.668,13.371],[-47.055,28.566],[12.639,28.566],[43.055,0]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[{"i":[[15.619,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,20.405]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[18.908,0],[0,-20.404]],"v":[[15.928,-28.566],[-47.055,-28.566],[-38.668,-14.608],[-47.055,-1.325],[-38.668,13.371],[-47.055,28.566],[12.639,28.566],[43.055,0]]}],"e":[{"i":[[15.619,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,20.405]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[18.908,0],[0,-20.404]],"v":[[15.928,-28.566],[-43.055,-28.566],[-34.668,-14.608],[-43.055,-1.325],[-34.668,13.371],[-43.055,28.566],[12.639,28.566],[43.055,0]]}]},{"t":39}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,203,27,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[43.305,28.816]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":-10,"t":0,"b":59,"r":100},"ip":10,"op":68,"st":0},{"ddd":0,"ind":23,"ty":4,"nm":"2 Outlines","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[528.596,617.079,0]},"a":{"k":[109.377,146.369,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":10,"s":[{"i":[[1.177,-3.061],[4.566,-3.812],[-2.509,2.094],[-2.46,6.402]],"o":[[-2.131,5.542],[-2.497,2.085],[5.257,-4.388],[1.167,-3.037]],"v":[[55.551,68.734],[45.594,82.796],[48.526,86.934],[60.19,70.784]]}],"e":[{"i":[[-1.258,-3.822],[1.378,-7.166],[-0.758,3.937],[2.633,7.991]],"o":[[2.278,6.919],[-0.754,3.919],[1.587,-8.249],[-1.249,-3.792]],"v":[[0.112,-13.661],[1.57,7.428],[7.568,9.081],[6.111,-15.315]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":12,"s":[{"i":[[-1.258,-3.822],[1.378,-7.166],[-0.758,3.937],[2.633,7.991]],"o":[[2.278,6.919],[-0.754,3.919],[1.587,-8.249],[-1.249,-3.792]],"v":[[0.112,-13.661],[1.57,7.428],[7.568,9.081],[6.111,-15.315]]}],"e":[{"i":[[-1.214,-3.686],[1.329,-6.912],[-0.73,3.797],[2.538,7.708]],"o":[[2.197,6.673],[-0.727,3.78],[1.531,-7.956],[-1.205,-3.657]],"v":[[-3.754,-10.24],[-2.347,10.1],[3.438,11.695],[2.031,-11.835]]}]},{"t":16}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[206.374,79.422]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":10,"s":[{"i":[[-0.314,-0.257],[0.314,0.257]],"o":[[0.314,0.257],[-0.314,-0.257]],"v":[[36.631,-68.632],[37.029,-69.118]]}],"e":[{"i":[[-4.011,0],[4.012,0]],"o":[[4.011,0],[-4.011,0]],"v":[[-2.531,5.829],[-2.531,-0.392]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":12,"s":[{"i":[[-4.011,0],[4.012,0]],"o":[[4.011,0],[-4.011,0]],"v":[[-2.531,5.829],[-2.531,-0.392]]}],"e":[{"i":[[-3.869,0],[3.869,0]],"o":[[3.869,0],[-3.869,0]],"v":[[0,3],[0,-3]]}]},{"t":16}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[28.905,235.915]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":10,"s":[{"i":[[2.629,-1.916],[-0.992,-1.797],[1.602,2.849],[-2.513,2.107]],"o":[[-4.511,3.288],[1.56,2.828],[-1.287,-2.29],[4.481,-3.757]],"v":[[26.2,-81.707],[20.68,-68.122],[25.726,-68.629],[26.708,-76.661]]}],"e":[{"i":[[3.013,-2.618],[-9.863,-7.752],[3.152,2.478],[-7.055,6.133]],"o":[[-9.391,8.16],[3.116,2.449],[-7.333,-5.766],[3.033,-2.637]],"v":[[-2.244,-14.029],[-1.591,21.222],[2.808,16.823],[2.155,-9.63]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":12,"s":[{"i":[[3.013,-2.618],[-9.863,-7.752],[3.152,2.478],[-7.055,6.133]],"o":[[-9.391,8.16],[3.116,2.449],[-7.333,-5.766],[3.033,-2.637]],"v":[[-2.244,-14.029],[-1.591,21.222],[2.808,16.823],[2.155,-9.63]]}],"e":[{"i":[[2.906,-2.525],[-9.511,-7.479],[3.04,2.39],[-6.806,5.913]],"o":[[-9.057,7.87],[3.005,2.362],[-7.073,-5.561],[2.925,-2.543]],"v":[[0.572,-16.918],[1.202,17.081],[5.445,12.838],[4.815,-12.675]]}]},{"t":16}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[20.592,257.459]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":10,"s":[{"i":[[0,0],[9.891,-12.104],[12.373,10.112],[0,0],[-7.694,9.415],[-50.99,-6.188],[-17.805,21.787],[14.794,12.09],[23.502,-16.682],[10.76,8.793],[-10.99,13.448],[-39.539,-32.312],[20.223,-24.746],[41.702,7.15],[11.849,-7.364]],"o":[[10.221,8.353],[-9.891,12.104],[0,0],[-15.601,-12.749],[15.606,-19.096],[56.73,6.884],[14.287,-17.483],[-17.214,-14.068],[-10.823,7.754],[-11.027,-9.012],[26.817,-32.814],[43.035,35.169],[-29.235,35.774],[-44.461,-7.624],[0,0]],"v":[[47.466,114.513],[54.869,142.465],[24.618,139.644],[-68.745,60.717],[-75.535,23.288],[16.867,14.518],[117.769,-4.175],[107.227,-68.921],[49.23,-68.765],[10.976,-61.051],[11.069,-92.618],[130.143,-91.757],[155.428,17.281],[56.656,46.47],[-33.225,48.57]]}],"e":[{"i":[[0,0],[0,-19.177],[19.604,0],[0,0],[0,14.917],[-53.243,33.707],[0,34.519],[23.44,0],[9.375,-34.093],[17.048,0],[0,21.308],[-62.646,0],[0,-39.208],[45.167,-25.582],[5.54,-16.194]],"o":[[16.194,0],[0,19.177],[0,0],[-24.718,0],[0,-30.257],[59.237,-37.502],[0,-27.7],[-27.275,0],[-4.261,15.768],[-17.472,0],[0,-51.992],[68.185,0],[0,56.68],[-48.155,27.275],[0,0]],"v":[[85.452,97.225],[113.578,124.074],[82.041,150.921],[-77.768,150.921],[-112.713,119.385],[-32.595,21.795],[47.097,-57.898],[2.35,-100.94],[-52.625,-55.766],[-79.473,-31.901],[-110.582,-60.455],[3.203,-152.079],[111.874,-68.125],[40.704,36.284],[-42.396,97.225]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":12,"s":[{"i":[[0,0],[0,-19.177],[19.604,0],[0,0],[0,14.917],[-53.243,33.707],[0,34.519],[23.44,0],[9.375,-34.093],[17.048,0],[0,21.308],[-62.646,0],[0,-39.208],[45.167,-25.582],[5.54,-16.194]],"o":[[16.194,0],[0,19.177],[0,0],[-24.718,0],[0,-30.257],[59.237,-37.502],[0,-27.7],[-27.275,0],[-4.261,15.768],[-17.472,0],[0,-51.992],[68.185,0],[0,56.68],[-48.155,27.275],[0,0]],"v":[[85.452,97.225],[113.578,124.074],[82.041,150.921],[-77.768,150.921],[-112.713,119.385],[-32.595,21.795],[47.097,-57.898],[2.35,-100.94],[-52.625,-55.766],[-79.473,-31.901],[-110.582,-60.455],[3.203,-152.079],[111.874,-68.125],[40.704,36.284],[-42.396,97.225]]}],"e":[{"i":[[0,0],[0,-18.496],[18.908,0],[0,0],[0,14.387],[-51.377,32.471],[0,33.293],[22.607,0],[9.042,-32.882],[16.442,0],[0,20.551],[-60.421,0],[0,-37.815],[43.569,-24.662],[5.343,-15.619]],"o":[[15.619,0],[0,18.496],[0,0],[-23.84,0],[0,-29.182],[57.133,-36.17],[0,-26.716],[-26.306,0],[-4.11,15.208],[-16.851,0],[0,-50.145],[65.763,0],[0,54.667],[-46.445,26.306],[0,0]],"v":[[82,94.33],[109.126,120.225],[78.711,146.119],[-75.422,146.119],[-109.126,115.703],[-31.854,21.579],[45.008,-55.283],[1.85,-96.796],[-51.172,-53.227],[-77.067,-30.21],[-107.071,-57.749],[2.673,-146.119],[107.483,-65.147],[38.842,35.554],[-41.307,94.33]]}]},{"t":16}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[247,102,34,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[109.376,146.369]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 4"}],"bounds":{"l":-4,"t":-6,"b":298,"r":278},"ip":10,"op":68,"st":0},{"ddd":0,"ind":24,"ty":4,"nm":"A_PicosVerde Outlines 3","parent":61,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[164.594,179.567,0]},"a":{"k":[33.889,42.759,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[-9.261,7.567],[25.644,-14.493],[-6.448,3.464],[-19.023,16.766]],"o":[[11.03,-9.013],[-16.353,9.242],[7.694,-4.133],[17.52,-15.441]],"v":[[51.554,-42.702],[18.44,-47.864],[-39.61,20.778],[4.747,-14.532]]}],"e":[{"i":[[-25.453,11.744],[26.543,-17.808],[-6.448,3.464],[-21.073,12.949]],"o":[[12.933,-5.967],[-29.466,19.768],[7.694,-4.133],[22.337,-13.726]],"v":[[111.037,-69.513],[88.541,-84.461],[-22.61,14.638],[53.247,-37.043]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[-25.453,11.744],[26.543,-17.808],[-6.448,3.464],[-21.073,12.949]],"o":[[12.933,-5.967],[-29.466,19.768],[7.694,-4.133],[22.337,-13.726]],"v":[[111.037,-69.513],[88.541,-84.461],[-22.61,14.638],[53.247,-37.043]]}],"e":[{"i":[[-38.873,-10.795],[49.134,8.974],[-6.517,3.334],[-20.101,3.957]],"o":[[18.992,5.274],[-58.572,-10.698],[10.215,-5.225],[19.656,-3.869]],"v":[[192.957,-54.018],[182.656,-81.131],[72.869,-48.127],[121.185,-63.039]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[-38.873,-10.795],[49.134,8.974],[-6.517,3.334],[-20.101,3.957]],"o":[[18.992,5.274],[-58.572,-10.698],[10.215,-5.225],[19.656,-3.869]],"v":[[192.957,-54.018],[182.656,-81.131],[72.869,-48.127],[121.185,-63.039]]}],"e":[{"i":[[-24.192,-6.951],[31.239,6.763],[-4.569,0.13],[-12.616,-3.006]],"o":[[11.767,3.368],[-36.919,-7.811],[7.077,-0.319],[12.333,2.938]],"v":[[221.63,-29.921],[215.339,-47.235],[145.688,-47.81],[178.146,-42.947]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[-24.192,-6.951],[31.239,6.763],[-4.569,0.13],[-12.616,-3.006]],"o":[[11.767,3.368],[-36.919,-7.811],[7.077,-0.319],[12.333,2.938]],"v":[[221.63,-29.921],[215.339,-47.235],[145.688,-47.81],[178.146,-42.947]]}],"e":[{"i":[[-1.638,-3.828],[2.23,9.169],[-0.478,-1.295],[-1.365,-3.473]],"o":[[0.702,1.64],[-2.251,-9.256],[0.539,1.46],[1.326,3.375]],"v":[[268.09,38.082],[270.458,34.268],[258.636,16.646],[264.907,28.626]]}]},{"t":16}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[123,196,136,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[33.889,42.76]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":-7,"t":-48,"b":83,"r":306},"ip":8,"op":16,"st":-1},{"ddd":0,"ind":25,"ty":4,"nm":"1 OutlinesLineaZulDupli2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":13,"s":[1110.405,624.751,0],"e":[1110.405,606.751,0],"to":[0,-3,0],"ti":[0,0,0]},{"i":{"x":0.867,"y":0},"o":{"x":0.333,"y":0},"n":"0p867_0_0p333_0","t":16,"s":[1110.405,606.751,0],"e":[1110.405,607.936,0],"to":[0,0,0],"ti":[0,-2.97333407402039,0]},{"i":{"x":0.2,"y":1},"o":{"x":0.333,"y":0.529},"n":"0p2_1_0p333_0p529","t":17,"s":[1110.405,607.936,0],"e":[1110.405,624.751,0],"to":[0,5.18852233886719,0],"ti":[0,-2.11901235580444,0]},{"t":20}]},"a":{"k":[104.48,154.04,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_0p667_0p167_0p167"],"t":13,"s":[100,100,100],"e":[108,108,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p833_0p833_0p333_0","0p833_0p833_0p333_0","0p833_0p833_0p333_0p333"],"t":16,"s":[108,108,100],"e":[100,100,100]},{"t":20}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":13,"s":[{"i":[[0,0],[0,0],[0.046,11.421],[0.193,7.055],[0,0],[-39.916,-2.067],[1,-11.694],[0,0],[24.219,0],[0,21.509]],"o":[[0,0],[-1.293,0],[-0.05,-12.478],[0,0],[0.408,-15.278],[28.082,1.454],[0,0],[0,21.509],[-24.219,0],[0,0]],"v":[[8.586,-44.793],[8.394,-44.793],[8.276,-66.715],[9.401,-92.306],[10.251,-95.615],[42.511,-150.684],[71.095,-122.557],[71.095,112.39],[38.226,148.791],[5.357,112.39]]}],"e":[{"i":[[0,0],[0,0],[0,16.851],[-21.373,4.11],[0,0],[-34.938,0],[0,-22.195],[0,0],[23.017,0],[0,21.373]],"o":[[0,0],[-13.564,0],[0,-15.208],[0,0],[45.623,-9.865],[13.152,0],[0,0],[0,21.373],[-23.017,0],[0,0]],"v":[[5.755,-43.569],[-47.268,-43.569],[-68.23,-65.352],[-38.637,-88.782],[-23.427,-92.069],[44.392,-148.79],[68.23,-120.842],[68.23,112.62],[36.992,148.79],[5.755,112.62]]}]},{"t":15}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[16,40,84,255]},"o":{"k":100},"w":{"k":3},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[68.48,149.041]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 3"}],"bounds":{"l":-2,"t":-4,"b":300,"r":142},"ip":14,"op":16,"st":-4},{"ddd":0,"ind":27,"ty":4,"nm":"1_Lineas Outlines 2","parent":33,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[75.144,150.605,0]},"a":{"k":[71.977,154.509,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":16,"s":[100,100,100],"e":[100,100,100]},{"t":17}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.917},"o":{"x":0.167,"y":0.167},"n":"0p833_0p917_0p167_0p167","t":16,"s":[{"i":[[1.869,0.343],[11.782,5.788],[5.092,4.081],[4.442,-0.977],[7.68,-4.509],[0.298,-6.994],[-7.126,-4.541],[-5.295,0],[0,0],[0,0],[0,0],[0,0],[-2.574,-8.67],[-16.817,5.439],[0,19.574],[0,0],[0,0],[0.93,-0.183],[12.637,2.176],[-1.871,-0.323],[-13.179,2.588],[0.622,0.482],[0,0],[26.494,-5.435],[7.162,8.304],[0,8.725],[0,0],[0,0],[0.803,0],[0,0],[5.794,11.062],[-6.26,5.968],[-8.358,1.839],[-0.815,0.18],[-0.796,-0.755],[-2.097,-1.614],[-6.001,-2.844],[-12.039,-2.208]],"o":[[-12.853,-2.357],[-5.838,-2.868],[-3.478,-2.788],[-8.539,1.879],[-6.217,3.65],[-0.342,8.035],[4.647,2.961],[0,0],[0,0],[0,0],[0,0],[0,8.938],[5.5,18.525],[23.07,-7.461],[0,0],[0,0],[0,-1.032],[-12.635,2.481],[-1.859,-0.32],[13.182,2.271],[-0.622,-0.482],[0,0],[0,20.941],[-10.311,2.115],[-5.913,-6.856],[0,0],[0,0],[0,-0.817],[0,0],[-10.407,0],[-3.881,-7.409],[6.558,-6.251],[0.816,-0.179],[0.452,-0.099],[1.926,1.826],[5.292,4.075],[11.117,5.268],[1.859,0.341]],"v":[[25.618,-95.412],[-11.582,-107.285],[-28.049,-117.754],[-37.238,-122.734],[-62.533,-115.142],[-71.385,-98.098],[-62.929,-76.622],[-47.09,-73.694],[-5.371,-73.694],[2.769,-73.694],[1.295,-75.194],[1.295,71.633],[3.569,98.213],[46.154,116.759],[65.629,59.932],[65.629,-93.454],[65.629,-93.723],[63.763,-95.169],[25.618,-95.412],[24.834,-92.519],[64.547,-92.276],[62.681,-93.723],[62.681,55.722],[40.881,115.041],[11.297,106.817],[4.243,80.919],[4.243,60.745],[4.243,-75.194],[2.769,-76.694],[-31.923,-76.694],[-66.274,-84.598],[-63.535,-110.718],[-37.368,-119.64],[-34.923,-120.178],[-33.552,-118.609],[-27.448,-113.523],[-10.279,-103.348],[24.834,-92.519]]}],"e":[{"i":[[1.902,0.343],[11.991,5.788],[5.182,4.081],[4.521,-0.977],[7.816,-4.509],[0.304,-6.994],[-7.252,-4.542],[-5.389,0],[0,0],[0,0],[0,0],[0,0],[-2.62,-8.67],[-17.116,5.439],[0,19.574],[0,0],[0,0],[0.946,-0.183],[12.861,2.177],[-1.904,-0.323],[-13.413,2.588],[0.633,0.482],[0,0],[26.964,-5.435],[7.289,8.304],[0,8.725],[0,0],[0,0],[0.817,0],[0,0],[5.896,11.062],[-6.371,5.969],[-8.506,1.839],[-0.829,0.18],[-0.81,-0.755],[-2.134,-1.614],[-6.108,-2.844],[-12.253,-2.208]],"o":[[-13.081,-2.357],[-5.942,-2.868],[-3.54,-2.788],[-8.691,1.879],[-6.327,3.65],[-0.348,8.035],[4.729,2.961],[0,0],[0,0],[0,0],[0,0],[0,8.938],[5.598,18.525],[23.48,-7.461],[0,0],[0,0],[0,-1.032],[-12.859,2.481],[-1.892,-0.32],[13.416,2.271],[-0.633,-0.482],[0,0],[0,20.941],[-10.494,2.115],[-6.018,-6.856],[0,0],[0,0],[0,-0.817],[0,0],[-10.592,0],[-3.95,-7.409],[6.674,-6.251],[0.83,-0.179],[0.46,-0.099],[1.96,1.826],[5.386,4.075],[11.314,5.268],[1.892,0.341]],"v":[[27.347,-91.731],[-10.515,-103.604],[-27.274,-114.073],[-36.625,-119.053],[-62.369,-111.461],[-71.378,-94.417],[-62.772,-72.941],[-46.652,-70.013],[-4.193,-70.013],[4.092,-70.013],[2.592,-71.513],[2.592,75.314],[4.906,101.894],[48.246,120.44],[68.068,63.613],[68.068,-89.773],[68.068,-90.042],[66.168,-91.488],[27.347,-91.731],[26.548,-88.838],[66.967,-88.595],[65.068,-90.042],[65.068,59.403],[42.88,118.722],[12.771,110.498],[5.592,84.6],[5.592,64.426],[5.592,-71.513],[4.092,-73.013],[-31.217,-73.013],[-66.177,-80.917],[-63.389,-107.037],[-36.759,-115.959],[-34.27,-116.497],[-32.875,-114.928],[-26.661,-109.842],[-9.188,-99.667],[26.548,-88.838]]}]},{"i":{"x":0.833,"y":0.917},"o":{"x":0.167,"y":0.083},"n":"0p833_0p917_0p167_0p083","t":19,"s":[{"i":[[1.902,0.343],[11.991,5.788],[5.182,4.081],[4.521,-0.977],[7.816,-4.509],[0.304,-6.994],[-7.252,-4.542],[-5.389,0],[0,0],[0,0],[0,0],[0,0],[-2.62,-8.67],[-17.116,5.439],[0,19.574],[0,0],[0,0],[0.946,-0.183],[12.861,2.177],[-1.904,-0.323],[-13.413,2.588],[0.633,0.482],[0,0],[26.964,-5.435],[7.289,8.304],[0,8.725],[0,0],[0,0],[0.817,0],[0,0],[5.896,11.062],[-6.371,5.969],[-8.506,1.839],[-0.829,0.18],[-0.81,-0.755],[-2.134,-1.614],[-6.108,-2.844],[-12.253,-2.208]],"o":[[-13.081,-2.357],[-5.942,-2.868],[-3.54,-2.788],[-8.691,1.879],[-6.327,3.65],[-0.348,8.035],[4.729,2.961],[0,0],[0,0],[0,0],[0,0],[0,8.938],[5.598,18.525],[23.48,-7.461],[0,0],[0,0],[0,-1.032],[-12.859,2.481],[-1.892,-0.32],[13.416,2.271],[-0.633,-0.482],[0,0],[0,20.941],[-10.494,2.115],[-6.018,-6.856],[0,0],[0,0],[0,-0.817],[0,0],[-10.592,0],[-3.95,-7.409],[6.674,-6.251],[0.83,-0.179],[0.46,-0.099],[1.96,1.826],[5.386,4.075],[11.314,5.268],[1.892,0.341]],"v":[[27.347,-91.731],[-10.515,-103.604],[-27.274,-114.073],[-36.625,-119.053],[-62.369,-111.461],[-71.378,-94.417],[-62.772,-72.941],[-46.652,-70.013],[-4.193,-70.013],[4.092,-70.013],[2.592,-71.513],[2.592,75.314],[4.906,101.894],[48.246,120.44],[68.068,63.613],[68.068,-89.773],[68.068,-90.042],[66.168,-91.488],[27.347,-91.731],[26.548,-88.838],[66.967,-88.595],[65.068,-90.042],[65.068,59.403],[42.88,118.722],[12.771,110.498],[5.592,84.6],[5.592,64.426],[5.592,-71.513],[4.092,-73.013],[-31.217,-73.013],[-66.177,-80.917],[-63.389,-107.037],[-36.759,-115.959],[-34.27,-116.497],[-32.875,-114.928],[-26.661,-109.842],[-9.188,-99.667],[26.548,-88.838]]}],"e":[{"i":[[1.902,0.343],[11.991,5.788],[5.182,4.081],[4.521,-0.977],[7.816,-4.509],[0.304,-6.994],[-7.252,-4.542],[-5.389,0],[0,0],[0,0],[0,0],[0,0],[-2.62,-8.67],[-17.116,5.439],[0,19.574],[0,0],[0,0],[0.946,-0.183],[12.861,2.177],[-1.904,-0.323],[-13.413,2.588],[0.633,0.482],[0,0],[26.964,-5.435],[7.289,8.304],[0,8.725],[0,0],[0,0],[0.817,0],[0,0],[5.896,11.062],[-6.371,5.969],[-8.506,1.839],[-0.829,0.18],[-0.81,-0.755],[-2.134,-1.614],[-6.108,-2.844],[-12.253,-2.208]],"o":[[-13.081,-2.357],[-5.942,-2.868],[-3.54,-2.788],[-8.691,1.879],[-6.327,3.65],[-0.348,8.035],[4.729,2.961],[0,0],[0,0],[0,0],[0,0],[0,8.938],[5.598,18.525],[23.48,-7.461],[0,0],[0,0],[0,-1.032],[-12.859,2.481],[-1.892,-0.32],[13.416,2.271],[-0.633,-0.482],[0,0],[0,20.941],[-10.494,2.115],[-6.018,-6.856],[0,0],[0,0],[0,-0.817],[0,0],[-10.592,0],[-3.95,-7.409],[6.674,-6.251],[0.83,-0.179],[0.46,-0.099],[1.96,1.826],[5.386,4.075],[11.314,5.268],[1.892,0.341]],"v":[[27.347,-94.656],[-10.515,-106.529],[-27.274,-116.998],[-36.625,-121.977],[-62.369,-114.386],[-71.378,-97.342],[-62.772,-75.866],[-46.652,-72.938],[-4.193,-72.938],[4.092,-72.938],[2.592,-74.438],[2.592,72.389],[4.906,98.969],[48.246,117.515],[68.068,60.688],[68.068,-92.698],[68.068,-92.967],[66.168,-94.412],[27.347,-94.656],[26.548,-91.763],[66.967,-91.519],[65.068,-92.967],[65.068,56.478],[42.88,115.797],[12.771,107.573],[5.592,81.675],[5.592,61.501],[5.592,-74.438],[4.092,-75.938],[-31.217,-75.938],[-66.177,-83.842],[-63.389,-109.962],[-36.759,-118.883],[-34.27,-119.422],[-32.875,-117.852],[-26.661,-112.766],[-9.188,-102.592],[26.548,-91.763]]}]},{"t":23}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[16,40,84,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[71.976,185.814]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.917},"o":{"x":0.167,"y":0.167},"n":"0p833_0p917_0p167_0p167","t":16,"s":[{"i":[[-1.978,-0.444],[-14.032,2.667],[-0.027,0.685],[0,0],[11.994,9.353],[9.049,-11.044],[15.903,-9.533],[5.02,-1.215],[-0.94,-0.807],[-18.527,-4.372],[1.974,0.466],[14.198,12.191],[0.266,-0.877],[-9.383,16.294],[-5.706,4.848],[-8.299,-2.205],[0.565,-14.23],[0,0],[-0.405,0.496],[13.278,2.979]],"o":[[13.844,3.107],[0.683,-0.129],[0,0],[0.539,-13.588],[-11.882,-9.265],[-11.195,13.663],[-4.462,2.675],[-1.041,0.252],[14.641,12.571],[1.965,0.464],[-17.942,-4.233],[-0.267,0.878],[18.791,-4.557],[3.702,-6.428],[6.821,-5.795],[17.441,4.634],[0,0],[0.405,-0.496],[-13.459,2.558],[-1.968,-0.441]],"v":[[-0.927,42.43],[41.177,44.307],[42.391,42.819],[43.956,3.386],[34.825,-36.367],[-4.991,-30.449],[-36.958,9.983],[-51.376,15.562],[-52.176,18.196],[-0.927,42.43],[0.031,39.392],[-49.863,16.034],[-50.662,18.667],[-11.417,-14.715],[1.629,-32.665],[26.638,-36.792],[40.814,3.257],[39.249,42.69],[40.463,41.2],[0.031,39.392]]}],"e":[{"i":[[-1.902,-0.341],[-13.273,3.049],[0,0.645],[0,0],[11.785,8.331],[8.207,-10.733],[14.797,-9.576],[4.738,-1.339],[-0.926,-0.723],[-17.823,-3.394],[1.899,0.362],[13.993,10.914],[0.22,-0.835],[-8.326,15.682],[-5.255,4.779],[-7.993,-1.752],[0,-13.401],[0,0],[-0.367,0.482],[12.767,2.29]],"o":[[13.312,2.387],[0.646,-0.148],[0,0],[0,-12.796],[-11.675,-8.252],[-10.153,13.278],[-4.151,2.687],[-0.983,0.277],[14.43,11.254],[1.89,0.36],[-17.26,-3.287],[-0.221,0.836],[17.737,-5.01],[3.285,-6.187],[6.282,-5.712],[16.798,3.683],[0,0],[0.367,-0.482],[-12.731,2.925],[-1.892,-0.339]],"v":[[3.905,37.34],[44.104,37.479],[45.204,36.033],[45.204,-1.102],[34.997,-38.126],[-2.727,-31.024],[-31.664,8.225],[-45.194,14.027],[-45.857,16.534],[3.905,37.34],[4.703,34.447],[-43.734,14.412],[-44.396,16.919],[-8.255,-15.983],[3.5,-33.363],[27.178,-38.209],[42.204,-1.102],[42.204,36.033],[43.306,34.586],[4.703,34.447]]}]},{"i":{"x":0.833,"y":0.917},"o":{"x":0.167,"y":0.083},"n":"0p833_0p917_0p167_0p083","t":19,"s":[{"i":[[-1.902,-0.341],[-13.273,3.049],[0,0.645],[0,0],[11.785,8.331],[8.207,-10.733],[14.797,-9.576],[4.738,-1.339],[-0.926,-0.723],[-17.823,-3.394],[1.899,0.362],[13.993,10.914],[0.22,-0.835],[-8.326,15.682],[-5.255,4.779],[-7.993,-1.752],[0,-13.401],[0,0],[-0.367,0.482],[12.767,2.29]],"o":[[13.312,2.387],[0.646,-0.148],[0,0],[0,-12.796],[-11.675,-8.252],[-10.153,13.278],[-4.151,2.687],[-0.983,0.277],[14.43,11.254],[1.89,0.36],[-17.26,-3.287],[-0.221,0.836],[17.737,-5.01],[3.285,-6.187],[6.282,-5.712],[16.798,3.683],[0,0],[0.367,-0.482],[-12.731,2.925],[-1.892,-0.339]],"v":[[3.905,37.34],[44.104,37.479],[45.204,36.033],[45.204,-1.102],[34.997,-38.126],[-2.727,-31.024],[-31.664,8.225],[-45.194,14.027],[-45.857,16.534],[3.905,37.34],[4.703,34.447],[-43.734,14.412],[-44.396,16.919],[-8.255,-15.983],[3.5,-33.363],[27.178,-38.209],[42.204,-1.102],[42.204,36.033],[43.306,34.586],[4.703,34.447]]}],"e":[{"i":[[-1.902,-0.341],[-13.273,3.049],[0,0.645],[0,0],[11.785,8.331],[8.207,-10.733],[14.797,-9.576],[4.738,-1.339],[-0.926,-0.723],[-17.823,-3.394],[1.899,0.362],[13.993,10.914],[0.22,-0.835],[-8.326,15.682],[-5.255,4.779],[-7.993,-1.752],[0,-13.401],[0,0],[-0.367,0.482],[12.767,2.29]],"o":[[13.312,2.387],[0.646,-0.148],[0,0],[0,-12.796],[-11.675,-8.252],[-10.153,13.278],[-4.151,2.687],[-0.983,0.277],[14.43,11.254],[1.89,0.36],[-17.26,-3.287],[-0.221,0.836],[17.737,-5.01],[3.285,-6.187],[6.282,-5.712],[16.798,3.683],[0,0],[0.367,-0.482],[-12.731,2.925],[-1.892,-0.339]],"v":[[3.905,40.265],[44.104,40.404],[45.204,38.958],[45.204,1.823],[34.997,-35.201],[-2.727,-28.099],[-31.664,11.15],[-45.194,16.952],[-45.857,19.459],[3.905,40.265],[4.703,37.372],[-43.734,17.337],[-44.396,19.844],[-8.255,-13.058],[3.5,-30.438],[27.178,-35.284],[42.204,1.823],[42.204,38.958],[43.306,37.511],[4.703,37.372]]}]},{"t":23}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[16,40,84,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[94.839,43.703]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 2"}],"bounds":{"l":0,"t":1,"b":309,"r":141},"ip":16,"op":64,"st":-4},{"ddd":0,"ind":29,"ty":4,"nm":"1_rayasAma Outlines","parent":33,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[95.705,43.853,0]},"a":{"k":[41.256,42.216,0]},"s":{"k":[100,100,100]}},"hasMask":true,"masksProperties":[{"cl":true,"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":13,"s":[{"i":[[0,0],[17.624,-30.97],[-9.636,28.47],[0,0]],"o":[[0,0],[-17.624,30.97],[5.853,-17.292],[0,0]],"v":[[32.25,-13.25],[25.75,-42.317],[138.262,-6.817],[97.262,1.75]]}],"e":[{"i":[[0,0],[11.157,-19.606],[-6.1,18.023],[0,0]],"o":[[0,0],[-11.157,19.606],[3.705,-10.947],[0,0]],"v":[[20.508,-8.296],[19.679,-9.982],[117.713,26.575],[91.758,1.2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0,0],[11.157,-19.606],[-6.1,18.023],[0,0]],"o":[[0,0],[-11.157,19.606],[3.705,-10.947],[0,0]],"v":[[20.508,-8.296],[19.679,-9.982],[117.713,26.575],[91.758,1.2]]}],"e":[{"i":[[0,0],[5.134,-9.022],[-2.807,8.294],[0,0]],"o":[[0,0],[-5.134,9.022],[1.705,-5.038],[0,0]],"v":[[9.572,-3.683],[9.191,40.849],[99.043,67.01],[86.632,0.687]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[0,0],[5.134,-9.022],[-2.807,8.294],[0,0]],"o":[[0,0],[-5.134,9.022],[1.705,-5.038],[0,0]],"v":[[9.572,-3.683],[9.191,40.849],[99.043,67.01],[86.632,0.687]]}],"e":[{"i":[[0,0],[3.282,-5.767],[-1.795,5.302],[0,0]],"o":[[0,0],[-3.282,5.767],[1.09,-3.22],[0,0]],"v":[[6.209,-2.264],[-11.638,60.289],[91.086,92.236],[85.056,0.529]]}]},{"i":{"x":0.2,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p2_1_0p167_0p167","t":19,"s":[{"i":[[0,0],[3.282,-5.767],[-1.795,5.302],[0,0]],"o":[[0,0],[-3.282,5.767],[1.09,-3.22],[0,0]],"v":[[6.209,-2.264],[-11.638,60.289],[91.086,92.236],[85.056,0.529]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.25,0.25],[0.25,84.183],[82.262,84.183],[82.262,0.25]]}]},{"t":23}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-22.17,-4.056],[-6.849,-0.497],[0,0],[18.82,15.349],[3.842,-1.565]],"o":[[6.458,1.181],[0,0],[-26.816,0.279],[-2.888,2.122],[15.87,16.755]],"v":[[20.949,16.084],[41.006,18.685],[41.006,6.413],[-30.95,-18.685],[-41.006,-13.12]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,203,27,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[41.256,65.498]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-24.104,0.222],[0,0],[5.091,1.22],[12.295,9.191],[2.823,-3.219]],"o":[[0,0],[-5.229,-0.73],[-14.889,-3.568],[-2.061,3.494],[14.613,11.347]],"v":[[32.293,16.042],[32.293,5.082],[16.791,2.159],[-25.09,-16.264],[-32.293,-6.098]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,203,27,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[49.969,46.116]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-15.051,-3.157],[-3.358,-0.492],[0,0],[13.422,11.089],[1.372,-2.586]],"o":[[3.317,0.696],[0,0],[-17.621,-0.901],[-1.437,2.348],[12.206,9.587]],"v":[[16.253,11.958],[26.27,13.737],[26.27,3.246],[-22.11,-13.737],[-26.27,-6.292]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,203,27,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[55.993,27.309]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-15.382,-0.89],[0.783,2.306],[9.397,7.956],[2.351,-2.305]],"o":[[-0.316,-3.042],[-11.571,-1.176],[-3.328,1.222],[11.517,9.703]],"v":[[21.003,10.178],[19.337,2.178],[-12.603,-10.178],[-21.003,-4.791]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,203,27,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[60.968,10.429]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 4"}],"bounds":{"l":0,"t":0,"b":85,"r":83},"ip":13,"op":62,"st":-6},{"ddd":0,"ind":30,"ty":4,"nm":"1_BaseVerde Outlines 2","parent":33,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[104.418,264.439,0]},"a":{"k":[37.068,31.729,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":13,"s":[{"i":[[0,-0.316],[0,0],[-0.316,0],[0,0.316],[0,0],[0.316,0]],"o":[[0,0],[0,0.316],[0.316,0],[0,0],[0,-0.316],[-0.316,0]],"v":[[-5.58,1.763],[-5.58,1.956],[-5.001,2.535],[-4.421,1.956],[-4.421,1.763],[-5.001,1.183]]}],"e":[{"i":[[0,-0.316],[0,0],[-0.316,0],[0,0.316],[0,0],[0.316,0]],"o":[[0,0],[0,0.316],[0.316,0],[0,0],[0,-0.316],[-0.316,0]],"v":[[-2.08,2.263],[-2.08,2.456],[-1.501,3.035],[-0.921,2.456],[-0.921,2.263],[-1.501,1.683]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":16,"s":[{"i":[[0,-0.316],[0,0],[-0.316,0],[0,0.316],[0,0],[0.316,0]],"o":[[0,0],[0,0.316],[0.316,0],[0,0],[0,-0.316],[-0.316,0]],"v":[[-2.08,2.263],[-2.08,2.456],[-1.501,3.035],[-0.921,2.456],[-0.921,2.263],[-1.501,1.683]]}],"e":[{"i":[[0,-1.567],[0,0],[-1.567,0],[0,1.567],[0,0],[1.567,0]],"o":[[0,0],[0,1.567],[1.567,0],[0,0],[0,-1.567],[-1.567,0]],"v":[[-4.417,4.558],[-4.417,5.517],[-1.541,8.392],[1.334,5.517],[1.334,4.558],[-1.541,1.683]]}]},{"t":21}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[63.725,34.213]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":13,"s":[{"i":[[-0.182,0.144],[0.075,1.076],[-0.046,-0.65],[0.182,-0.246],[-0.145,-0.192]],"o":[[0.339,-0.268],[-0.045,-0.649],[0.054,0.766],[-0.145,0.196],[0.176,0.234]],"v":[[-0.317,-4.03],[0.165,-5.537],[-0.675,-5.612],[-0.907,-4.813],[-0.911,-4.103]]}],"e":[{"i":[[-0.182,0.144],[0.075,1.076],[-0.046,-0.65],[0.182,-0.246],[-0.145,-0.192]],"o":[[0.339,-0.268],[-0.045,-0.649],[0.054,0.766],[-0.145,0.196],[0.176,0.234]],"v":[[3.183,-3.53],[3.665,-5.037],[2.825,-5.112],[2.593,-4.313],[2.589,-3.603]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":16,"s":[{"i":[[-0.182,0.144],[0.075,1.076],[-0.046,-0.65],[0.182,-0.246],[-0.145,-0.192]],"o":[[0.339,-0.268],[-0.045,-0.649],[0.054,0.766],[-0.145,0.196],[0.176,0.234]],"v":[[3.183,-3.53],[3.665,-5.037],[2.825,-5.112],[2.593,-4.313],[2.589,-3.603]]}],"e":[{"i":[[-1.551,0.218],[-1.253,6.003],[0.757,-3.629],[4.293,-0.603],[-0.375,-1.362]],"o":[[6.103,-0.858],[0.755,-3.618],[-0.892,4.274],[-1.554,0.219],[0.455,1.655]],"v":[[-5.936,12.872],[6.535,1.072],[0.99,-0.456],[-7.465,7.327],[-9.472,10.864]]}]},{"t":21}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[57.405,47.078]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":13,"s":[{"i":[[7.816,-3.022],[10.272,3.555],[6.255,-0.009],[0,0],[-25.45,0],[0,23.633],[0,0]],"o":[[-9.67,3.739],[-6.459,-2.236],[0,0],[0,23.633],[25.452,0],[0,0],[-7.384,-1.277]],"v":[[13.18,-20.353],[-11.748,-17.207],[-28.923,-22.213],[-28.923,-3.306],[2.116,33.688],[35.157,-4.306],[35.157,-20.656]]}],"e":[{"i":[[8.874,1.283],[11.628,1.396],[6.39,-0.01],[0,0],[-26,0],[0,24.143],[0,0]],"o":[[-10.483,-1.515],[-6.933,-0.833],[0,0],[0,24.143],[26.002,0],[0,0],[-5.128,-0.285]],"v":[[12.402,-11.635],[-15.701,-23.016],[-35.719,-19.252],[-35.719,-5.547],[-0.434,37.311],[34.854,-5.547],[34.854,-16.64]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":21,"s":[{"i":[[8.874,1.283],[11.628,1.396],[6.39,-0.01],[0,0],[-26,0],[0,24.143],[0,0]],"o":[[-10.483,-1.515],[-6.933,-0.833],[0,0],[0,24.143],[26.002,0],[0,0],[-5.128,-0.285]],"v":[[12.402,-11.635],[-15.701,-23.016],[-35.719,-19.252],[-35.719,-5.547],[-0.434,37.311],[34.854,-5.547],[34.854,-16.64]]}],"e":[{"i":[[9.005,-3.264],[14.359,-1.134],[6.39,-0.01],[0,0],[-26,0],[0,24.143],[0,0]],"o":[[-9.958,3.61],[-6.961,0.55],[0,0],[0,24.143],[26.002,0],[0,0],[-4.197,-5.009]],"v":[[13.152,-27.885],[-15.701,-13.516],[-35.719,-25.502],[-35.719,-5.547],[-0.434,37.311],[34.854,-5.547],[34.854,-21.64]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":33,"s":[{"i":[[9.005,-3.264],[14.359,-1.134],[6.39,-0.01],[0,0],[-26,0],[0,24.143],[0,0]],"o":[[-9.958,3.61],[-6.961,0.55],[0,0],[0,24.143],[26.002,0],[0,0],[-4.197,-5.009]],"v":[[13.152,-27.885],[-15.701,-13.516],[-35.719,-25.502],[-35.719,-5.547],[-0.434,37.311],[34.854,-5.547],[34.854,-21.64]]}],"e":[{"i":[[8.874,1.283],[11.628,1.396],[6.39,-0.01],[0,0],[-26,0],[0,24.143],[0,0]],"o":[[-10.483,-1.515],[-6.933,-0.833],[0,0],[0,24.143],[26.002,0],[0,0],[-5.128,-0.285]],"v":[[12.402,-16.635],[-15.701,-28.016],[-35.719,-24.252],[-35.719,-5.547],[-0.434,37.311],[34.854,-5.547],[34.854,-21.64]]}]},{"t":52}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[123,196,136,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[37.068,31.729]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 3"}],"bounds":{"l":1,"t":2,"b":70,"r":73},"ip":13,"op":64,"st":-3},{"ddd":0,"ind":31,"ty":4,"nm":"1 Outlines 2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":13,"s":[1110.405,624.751,0],"e":[1110.405,606.751,0],"to":[0,-3,0],"ti":[0,0,0]},{"i":{"x":0.2,"y":1},"o":{"x":0.333,"y":0},"n":"0p2_1_0p333_0","t":16,"s":[1110.405,606.751,0],"e":[1110.405,624.751,0],"to":[0,0,0],"ti":[0,-2.11901235580444,0]},{"t":20}]},"a":{"k":[104.48,154.04,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_0p667_0p167_0p167"],"t":13,"s":[100,100,100],"e":[104,104,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p833_0p833_0p333_0","0p833_0p833_0p333_0","0p833_0p833_0p333_0p333"],"t":16,"s":[104,104,100],"e":[100,100,100]},{"t":20}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":13,"s":[{"i":[[0,-1.635],[0,0],[-0.148,0],[0,1.635],[0,0],[0.148,0]],"o":[[0,0],[0,1.635],[0.148,0],[0,0],[0,-1.635],[-0.148,0]],"v":[[64.688,-0.5],[64.688,0.5],[64.96,3.5],[65.231,0.5],[65.231,-0.5],[64.96,-3.5]]}],"e":[{"i":[[0,-1.635],[0,0],[-1.635,0],[0,1.635],[0,0],[1.635,0]],"o":[[0,0],[0,1.635],[1.635,0],[0,0],[0,-1.635],[-1.635,0]],"v":[[-3,-0.5],[-3,0.5],[0,3.5],[3,0.5],[3,-0.5],[0,-3.5]]}]},{"t":15}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[13.075,90.789]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":13,"s":[{"i":[[0.333,-1.226],[0.161,-4.177],[-0.14,-0.904],[-0.058,1.507],[-0.261,0.959]],"o":[[-0.386,1.419],[-0.058,1.505],[0.115,0.747],[0.106,-2.754],[0.331,-1.216]],"v":[[60.097,-6.135],[59.221,2.509],[59.319,6.613],[59.691,5.538],[60.241,-0.349]]}],"e":[{"i":[[3.682,-1.226],[1.772,-4.177],[-1.543,-0.904],[-0.64,1.507],[-2.881,0.959]],"o":[[-4.261,1.419],[-0.639,1.505],[1.274,0.747],[1.168,-2.754],[3.652,-1.216]],"v":[[2.528,-6.135],[-7.135,2.509],[-6.06,6.613],[-1.955,5.538],[4.122,-0.349]]}]},{"t":15}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[18.674,76.288]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":13,"s":[{"i":[[0,0],[0,0],[0.046,11.421],[0.193,7.055],[0,0],[-39.916,-2.067],[1,-11.694],[0,0],[24.219,0],[0,21.509]],"o":[[0,0],[-1.293,0],[-0.05,-12.478],[0,0],[0.408,-15.278],[28.082,1.454],[0,0],[0,21.509],[-24.219,0],[0,0]],"v":[[8.586,-44.793],[8.394,-44.793],[8.276,-66.715],[9.401,-92.306],[10.251,-95.615],[42.511,-150.684],[71.095,-122.557],[71.095,112.39],[38.226,148.791],[5.357,112.39]]}],"e":[{"i":[[0,0],[0,0],[0,16.851],[-21.373,4.11],[0,0],[-34.938,0],[0,-22.195],[0,0],[23.017,0],[0,21.373]],"o":[[0,0],[-13.564,0],[0,-15.208],[0,0],[45.623,-9.865],[13.152,0],[0,0],[0,21.373],[-23.017,0],[0,0]],"v":[[5.755,-43.569],[-47.268,-43.569],[-68.23,-65.352],[-38.637,-88.782],[-23.427,-92.069],[44.392,-148.79],[68.23,-120.842],[68.23,112.62],[36.992,148.79],[5.755,112.62]]}]},{"t":15}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[247,102,34,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[68.48,149.041]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 3"}],"bounds":{"l":0,"t":-2,"b":298,"r":140},"ip":14,"op":64,"st":-4},{"ddd":0,"ind":33,"ty":3,"nm":"1 Outlines","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":13,"s":[1110.405,624.751,0],"e":[1110.405,606.751,0],"to":[0,-3,0],"ti":[0,0,0]},{"i":{"x":0.867,"y":0},"o":{"x":0.333,"y":0},"n":"0p867_0_0p333_0","t":16,"s":[1110.405,606.751,0],"e":[1110.405,607.936,0],"to":[0,0,0],"ti":[0,-2.97333407402039,0]},{"i":{"x":0.2,"y":1},"o":{"x":0.333,"y":0.529},"n":"0p2_1_0p333_0p529","t":17,"s":[1110.405,607.936,0],"e":[1110.405,624.751,0],"to":[0,5.18852233886719,0],"ti":[0,-2.11901235580444,0]},{"t":20}]},"a":{"k":[104.48,154.04,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_0p667_0p167_0p167"],"t":13,"s":[100,100,100],"e":[108,108,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p833_0p833_0p333_0","0p833_0p833_0p333_0","0p833_0p833_0p333_0p333"],"t":16,"s":[108,108,100],"e":[100,100,100]},{"t":20}]}},"ip":13,"op":15,"st":-4},{"ddd":0,"ind":34,"ty":4,"nm":"p2 Outlines 2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":1,"y":1},"o":{"x":0.333,"y":0},"n":"1_1_0p333_0","t":0,"s":[1214.765,626.798,0],"e":[1246.765,626.798,0],"to":[5.33333349227905,0,0],"ti":[7,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.077,"y":0.433},"n":"0p667_1_0p077_0p433","t":8,"s":[1246.765,626.798,0],"e":[1172.765,626.798,0],"to":[-7,0,0],"ti":[12.3333330154419,0,0]},{"t":12}]},"a":{"k":[88.862,109.23,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":0,"s":[{"i":[[0,0],[0,0],[0,18.436],[24.085,0],[0,0]],"o":[[0,0],[19.625,0],[0,-21.41],[0,0],[0,0]],"v":[[-39.845,-10.854],[5.65,-10.854],[39.846,-41.183],[0.596,-71.514],[-39.845,-71.514]]}],"e":[{"i":[[0,0],[0,0],[0,14.126],[0.214,0.941],[0,0]],"o":[[0,0],[0.132,0.966],[0,-16.404],[0,0],[0,0]],"v":[[33.107,-18.042],[33.305,-18.042],[33.735,-41.281],[33.241,-64.52],[33.107,-64.52]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":8,"s":[{"i":[[0,0],[0,0],[0,14.126],[0.214,0.941],[0,0]],"o":[[0,0],[0.132,0.966],[0,-16.404],[0,0],[0,0]],"v":[[33.107,-18.042],[33.305,-18.042],[33.735,-41.281],[33.241,-64.52],[33.107,-64.52]]}],"e":[{"i":[[0,0],[0,0],[0,13.973],[4.855,0.974],[0,0]],"o":[[0,0],[2.838,1],[0,-16.227],[0,0],[0,0]],"v":[[27.414,-18.298],[31.076,-18.298],[41.346,-41.284],[29.558,-64.272],[27.414,-64.272]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":9,"s":[{"i":[[0,0],[0,0],[0,13.973],[4.855,0.974],[0,0]],"o":[[0,0],[2.838,1],[0,-16.227],[0,0],[0,0]],"v":[[27.414,-18.298],[31.076,-18.298],[41.346,-41.284],[29.558,-64.272],[27.414,-64.272]]}],"e":[{"i":[[0,0],[0,0],[0,18.436],[24.085,0],[0,0]],"o":[[0,0],[19.625,0],[0,-21.41],[0,0],[0,0]],"v":[[-39.845,-10.854],[5.65,-10.854],[39.846,-41.183],[0.596,-71.514],[-39.845,-71.514]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":12,"s":[{"i":[[0,0],[0,0],[0,18.436],[24.085,0],[0,0]],"o":[[0,0],[19.625,0],[0,-21.41],[0,0],[0,0]],"v":[[-39.845,-10.854],[5.65,-10.854],[39.846,-41.183],[0.596,-71.514],[-39.845,-71.514]]}],"e":[{"i":[[0,0],[0,0],[0.389,22.385],[15.64,0.716],[0,0]],"o":[[0,0],[7.586,0.056],[-0.359,-20.615],[0,0],[0,0]],"v":[[-39.845,-10.854],[-32.35,-10.854],[-9.154,-50.183],[-37.404,-86.514],[-39.845,-86.514]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":13,"s":[{"i":[[0,0],[0,0],[0.389,22.385],[15.64,0.716],[0,0]],"o":[[0,0],[7.586,0.056],[-0.359,-20.615],[0,0],[0,0]],"v":[[-39.845,-10.854],[-32.35,-10.854],[-9.154,-50.183],[-37.404,-86.514],[-39.845,-86.514]]}],"e":[{"i":[[0,0],[0,0],[0,18.436],[24.085,0],[0,0]],"o":[[0,0],[19.625,0],[0,-21.41],[0,0],[0,0]],"v":[[-39.845,-10.854],[-70.35,-10.854],[-40.154,-41.183],[-75.404,-101.514],[-39.845,-101.514]]}]},{"t":14}]},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[0,0],[-17.247,0],[0,0],[0,-47.577],[47.28,0],[0,0],[0,0],[14.868,0],[0,14.57]],"o":[[0,-21.706],[0,0],[41.035,0],[0,38.953],[0,0],[0,0],[0,14.57],[-14.868,0],[0,0]],"v":[[-88.612,-80.435],[-60.065,-108.98],[14.57,-108.98],[88.612,-41.183],[14.273,26.613],[-39.845,26.613],[-39.845,84.598],[-64.228,108.98],[-88.612,84.598]]}],"e":[{"i":[[0,0],[-17.247,0],[0,0],[0,-47.577],[47.28,0],[0,0],[0,0],[14.868,0],[0,14.57]],"o":[[0,-21.706],[0,0],[41.035,0],[0,38.953],[0,0],[0,0],[0,14.57],[-14.868,0],[0,0]],"v":[[-8.611,-80.435],[19.935,-108.98],[14.57,-108.98],[88.612,-41.183],[14.273,26.613],[40.155,26.613],[40.155,84.598],[15.772,108.98],[-8.611,84.598]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":8,"s":[{"i":[[0,0],[-17.247,0],[0,0],[0,-47.577],[47.28,0],[0,0],[0,0],[14.868,0],[0,14.57]],"o":[[0,-21.706],[0,0],[41.035,0],[0,38.953],[0,0],[0,0],[0,14.57],[-14.868,0],[0,0]],"v":[[-8.611,-80.435],[19.935,-108.98],[14.57,-108.98],[88.612,-41.183],[14.273,26.613],[40.155,26.613],[40.155,84.598],[15.772,108.98],[-8.611,84.598]]}],"e":[{"i":[[0,0],[-17.247,0],[0,0],[0,-47.577],[47.28,0],[0,0],[0,0],[14.868,0],[0,14.57]],"o":[[0,-21.706],[0,0],[41.035,0],[0,38.953],[0,0],[0,0],[0,14.57],[-14.868,0],[0,0]],"v":[[-88.612,-80.435],[-60.065,-108.98],[14.57,-108.98],[88.612,-41.183],[14.273,26.613],[-39.845,26.613],[-39.845,84.598],[-64.228,108.98],[-88.612,84.598]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":12,"s":[{"i":[[0,0],[-17.247,0],[0,0],[0,-47.577],[47.28,0],[0,0],[0,0],[14.868,0],[0,14.57]],"o":[[0,-21.706],[0,0],[41.035,0],[0,38.953],[0,0],[0,0],[0,14.57],[-14.868,0],[0,0]],"v":[[-88.612,-80.435],[-60.065,-108.98],[14.57,-108.98],[88.612,-41.183],[14.273,26.613],[-39.845,26.613],[-39.845,84.598],[-64.228,108.98],[-88.612,84.598]]}],"e":[{"i":[[0,0],[-18.848,0],[0,0],[-0.688,-50.634],[31.838,-0.346],[0,0],[0,0],[16.248,0],[0,15.304]],"o":[[0,-22.8],[0,0],[20.513,3.591],[-0.811,40.9],[0,0],[0,0],[0,15.304],[-16.248,0],[0,0]],"v":[[-86.611,-103.406],[-57.416,-133.389],[-23.278,-133.389],[29.923,-53.164],[-23.603,20.548],[-35.319,20.548],[-35.318,102.369],[-61.965,127.98],[-86.611,102.369]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":13,"s":[{"i":[[0,0],[-18.848,0],[0,0],[-0.688,-50.634],[31.838,-0.346],[0,0],[0,0],[16.248,0],[0,15.304]],"o":[[0,-22.8],[0,0],[20.513,3.591],[-0.811,40.9],[0,0],[0,0],[0,15.304],[-16.248,0],[0,0]],"v":[[-86.611,-103.406],[-57.416,-133.389],[-23.278,-133.389],[29.923,-53.164],[-23.603,20.548],[-35.319,20.548],[-35.318,102.369],[-61.965,127.98],[-86.611,102.369]]}],"e":[{"i":[[0,0],[-20.449,0],[0,0],[4,-105.653],[33.154,-0.452],[0,0],[0,0],[17.628,0],[0,16.038]],"o":[[0,-23.893],[0,0],[12.645,0.201],[-1.622,42.848],[0,0],[0,0],[0,16.038],[-17.628,0],[0,0]],"v":[[-84.611,-126.376],[-54.766,-157.798],[-61.126,-157.798],[-28.765,-63.145],[-61.479,14.483],[-30.792,14.483],[-30.792,120.141],[-59.701,146.98],[-84.611,120.141]]}]},{"t":14}]},"nm":"Path 2"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[36,46,81,255]},"o":{"k":100},"w":{"k":3},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[88.861,109.23]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":-4,"t":-53,"b":260,"r":181},"ip":0,"op":9,"st":0},{"ddd":0,"ind":38,"ty":4,"nm":"P2_BaseAma Outlines","parent":39,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[80.806,160.555,0]},"a":{"k":[80.807,57.906,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":0,"s":[{"i":[[11.344,0.453],[9.091,-2.222],[9.821,-0.212],[10.848,3.483],[11.632,-0.81],[0.647,1.608],[0,0],[-14.868,0],[0,14.57],[0,0],[0,0],[-12.646,14.147]],"o":[[-9.358,-0.374],[-9.501,2.323],[-11.399,0.246],[-10.893,-3.497],[-2.312,0.16],[0,0],[0,14.57],[14.867,0],[0,0],[0,0],[25.814,0],[-11.314,-0.905]],"v":[[46.626,-50.68],[19.427,-48.013],[-9.574,-43.354],[-42.832,-48.206],[-76.126,-55.02],[-80.556,-57.656],[-80.556,33.273],[-56.173,57.656],[-31.789,33.273],[-31.789,-24.712],[22.328,-24.712],[80.556,-47.47]]}],"e":[{"i":[[8.151,-2.834],[10.422,0.143],[8.711,-0.259],[7.212,0.737],[1.385,12.233],[0.38,1.608],[0,0],[-8.722,0.284],[0,14.57],[0,0],[0,0],[-10.848,8.199]],"o":[[-8.428,2.722],[-10.828,-0.148],[-6.694,0.193],[-5.72,-0.687],[-0.326,-0.98],[0,0],[0,14.57],[17.13,-0.657],[0,0],[0,0],[8.856,-1.823],[-7.265,4.16]],"v":[[52.316,-31.594],[30.216,-25.474],[13.51,-18.041],[-1.585,-24.581],[-12.272,-35.614],[-14.029,-46.054],[-14.029,33.273],[8.724,57.656],[35.695,33.273],[37.695,-23.712],[43.841,-27.243],[71.275,-39.454]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[8.151,-2.834],[10.422,0.143],[8.711,-0.259],[7.212,0.737],[1.385,12.233],[0.38,1.608],[0,0],[-8.722,0.284],[0,14.57],[0,0],[0,0],[-10.848,8.199]],"o":[[-8.428,2.722],[-10.828,-0.148],[-6.694,0.193],[-5.72,-0.687],[-0.326,-0.98],[0,0],[0,14.57],[17.13,-0.657],[0,0],[0,0],[8.856,-1.823],[-7.265,4.16]],"v":[[52.316,-31.594],[30.216,-25.474],[13.51,-18.041],[-1.585,-24.581],[-12.272,-35.614],[-14.029,-46.054],[-14.029,33.273],[8.724,57.656],[35.695,33.273],[37.695,-23.712],[43.841,-27.243],[71.275,-39.454]]}],"e":[{"i":[[7.774,-3.221],[10.368,3.167],[8.58,-0.265],[6.783,0.413],[0.176,13.771],[0.348,1.608],[0,0],[-7.997,0.317],[0,14.57],[0,0],[0,0],[-10.636,7.498]],"o":[[-10.117,3.105],[-10.812,-3.309],[-6.139,0.187],[-5.11,-0.355],[-0.092,-1.114],[0,0],[0,14.57],[17.397,-0.734],[0,0],[0,0],[6.856,-2.038],[-6.788,4.757]],"v":[[52.421,-30.852],[35.075,-19.606],[18.609,-15.055],[5.656,-21.794],[-2.363,-33.324],[-3.806,-44.686],[-3.806,33.273],[16.38,57.656],[43.656,33.273],[44.382,-24.349],[46.379,-27.542],[70.18,-38.509]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":7,"s":[{"i":[[7.774,-3.221],[10.368,3.167],[8.58,-0.265],[6.783,0.413],[0.176,13.771],[0.348,1.608],[0,0],[-7.997,0.317],[0,14.57],[0,0],[0,0],[-10.636,7.498]],"o":[[-10.117,3.105],[-10.812,-3.309],[-6.139,0.187],[-5.11,-0.355],[-0.092,-1.114],[0,0],[0,14.57],[17.397,-0.734],[0,0],[0,0],[6.856,-2.038],[-6.788,4.757]],"v":[[52.421,-30.852],[35.075,-19.606],[18.609,-15.055],[5.656,-21.794],[-2.363,-33.324],[-3.806,-44.686],[-3.806,33.273],[16.38,57.656],[43.656,33.273],[44.382,-24.349],[46.379,-27.542],[70.18,-38.509]]}],"e":[{"i":[[7.942,-2.433],[10.337,4.889],[8.506,-0.268],[6.539,0.228],[-0.512,14.648],[0.33,1.608],[0,0],[-7.584,0.336],[0,14.57],[0,0],[0,0],[-10.516,7.098]],"o":[[-7.94,2.433],[-10.803,-5.109],[-5.823,0.184],[-4.762,-0.166],[0.042,-1.191],[0,0],[0,14.57],[17.549,-0.778],[0,0],[0,0],[5.716,-2.16],[-6.516,5.098]],"v":[[52.481,-30.43],[37.843,-16.263],[17.785,-13.354],[6.053,-20.206],[-0.447,-32.02],[-1.709,-43.906],[-1.709,33.273],[20.741,57.656],[48.192,33.273],[48.192,-24.712],[47.825,-27.712],[69.556,-37.97]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":8,"s":[{"i":[[7.942,-2.433],[10.337,4.889],[8.506,-0.268],[6.539,0.228],[-0.512,14.648],[0.33,1.608],[0,0],[-7.584,0.336],[0,14.57],[0,0],[0,0],[-10.516,7.098]],"o":[[-7.94,2.433],[-10.803,-5.109],[-5.823,0.184],[-4.762,-0.166],[0.042,-1.191],[0,0],[0,14.57],[17.549,-0.778],[0,0],[0,0],[5.716,-2.16],[-6.516,5.098]],"v":[[52.481,-30.43],[37.843,-16.263],[17.785,-13.354],[6.053,-20.206],[-0.447,-32.02],[-1.709,-43.906],[-1.709,33.273],[20.741,57.656],[48.192,33.273],[48.192,-24.712],[47.825,-27.712],[69.556,-37.97]]}],"e":[{"i":[[7.357,-1.206],[9.112,1.338],[8.204,-0.235],[6.432,1.482],[-0.512,14.648],[0.33,1.608],[0,0],[-7.584,0.336],[0,14.57],[0,0],[0,0],[-11.05,5.044]],"o":[[-7.718,1.151],[-9.443,-2.825],[-7.085,0.165],[-4.452,-0.692],[0.042,-1.191],[0,0],[0,14.57],[17.549,-0.778],[0,0],[0,0],[5.046,-2.361],[-7.076,3.587]],"v":[[39.374,-26.498],[28.294,-12.276],[7.834,-11.444],[-4.937,-17.458],[-11.303,-32.02],[-12.565,-43.906],[-12.565,33.273],[9.76,57.656],[37.21,33.273],[36.494,-22.902],[34.569,-25.243],[56.898,-30.985]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[7.357,-1.206],[9.112,1.338],[8.204,-0.235],[6.432,1.482],[-0.512,14.648],[0.33,1.608],[0,0],[-7.584,0.336],[0,14.57],[0,0],[0,0],[-11.05,5.044]],"o":[[-7.718,1.151],[-9.443,-2.825],[-7.085,0.165],[-4.452,-0.692],[0.042,-1.191],[0,0],[0,14.57],[17.549,-0.778],[0,0],[0,0],[5.046,-2.361],[-7.076,3.587]],"v":[[39.374,-26.498],[28.294,-12.276],[7.834,-11.444],[-4.937,-17.458],[-11.303,-32.02],[-12.565,-43.906],[-12.565,33.273],[9.76,57.656],[37.21,33.273],[36.494,-22.902],[34.569,-25.243],[56.898,-30.985]]}],"e":[{"i":[[5.417,0.012],[6.14,-7.281],[7.472,-0.153],[6.171,4.525],[-0.512,14.648],[0.33,1.608],[0,0],[-7.584,0.336],[0,14.57],[0,0],[0,0],[-10.796,2.29]],"o":[[-6.647,-0.246],[-6.145,2.717],[-10.15,0.12],[-3.699,-1.968],[0.042,-1.191],[0,0],[0,14.57],[17.549,-0.778],[0,0],[0,0],[3.778,-2.353],[-7.299,1.287]],"v":[[11.058,-25.565],[2.808,-2.6],[-16.315,-6.809],[-31.607,-10.791],[-37.648,-32.02],[-38.91,-43.906],[-38.91,33.273],[-16.537,57.656],[8.6,33.273],[8.247,-18.512],[6.873,-25.176],[28.01,-26.251]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[5.417,0.012],[6.14,-7.281],[7.472,-0.153],[6.171,4.525],[-0.512,14.648],[0.33,1.608],[0,0],[-7.584,0.336],[0,14.57],[0,0],[0,0],[-10.796,2.29]],"o":[[-6.647,-0.246],[-6.145,2.717],[-10.15,0.12],[-3.699,-1.968],[0.042,-1.191],[0,0],[0,14.57],[17.549,-0.778],[0,0],[0,0],[3.778,-2.353],[-7.299,1.287]],"v":[[11.058,-25.565],[2.808,-2.6],[-16.315,-6.809],[-31.607,-10.791],[-37.648,-32.02],[-38.91,-43.906],[-38.91,33.273],[-16.537,57.656],[8.6,33.273],[8.247,-18.512],[6.873,-25.176],[28.01,-26.251]]}],"e":[{"i":[[3.529,0.038],[3.36,-15.341],[6.788,-0.077],[5.927,7.371],[-0.512,14.648],[0.33,1.608],[0,0],[-7.584,0.336],[0,14.57],[0,0],[0,0],[-9.935,1.901]],"o":[[-5.603,-0.183],[-3.06,7.9],[-13.016,0.077],[-2.995,-3.161],[0.042,-1.191],[0,0],[0,14.57],[17.549,-0.778],[0,0],[0,0],[2.056,-3.088],[-7.14,0.618]],"v":[[-16.766,-25.067],[-22.563,6.449],[-43.899,-2.475],[-61.548,-4.556],[-67.285,-32.02],[-68.547,-43.906],[-68.547,33.273],[-46.131,57.656],[-19.692,33.273],[-19.706,-14.406],[-20.232,-24.634],[-0.729,-25.671]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p833_1_0p167_0p167","t":11,"s":[{"i":[[3.529,0.038],[3.36,-15.341],[6.788,-0.077],[5.927,7.371],[-0.512,14.648],[0.33,1.608],[0,0],[-7.584,0.336],[0,14.57],[0,0],[0,0],[-9.935,1.901]],"o":[[-5.603,-0.183],[-3.06,7.9],[-13.016,0.077],[-2.995,-3.161],[0.042,-1.191],[0,0],[0,14.57],[17.549,-0.778],[0,0],[0,0],[2.056,-3.088],[-7.14,0.618]],"v":[[-16.766,-25.067],[-22.563,6.449],[-43.899,-2.475],[-61.548,-4.556],[-67.285,-32.02],[-68.547,-43.906],[-68.547,33.273],[-46.131,57.656],[-19.692,33.273],[-19.706,-14.406],[-20.232,-24.634],[-0.729,-25.671]]}],"e":[{"i":[[2.06,0.058],[-0.882,-23.123],[8.756,-2.518],[5.738,27.584],[-0.512,14.648],[0.33,1.608],[0,0],[-7.584,0.336],[0,14.57],[0,0],[0,0],[-9.266,1.598]],"o":[[-4.791,-0.134],[1.197,31.391],[-14.651,4.214],[-0.97,-4.665],[0.042,-1.191],[0,0],[0,14.57],[17.549,-0.778],[0,0],[0,0],[0.716,-3.66],[-7.016,0.098]],"v":[[-29.519,-25.18],[-33.407,13.487],[-54.965,24.896],[-79.947,12.794],[-81.447,-32.02],[-82.709,-43.906],[-82.709,33.273],[-60.259,57.656],[-32.808,33.273],[-32.558,-11.712],[-32.425,-24.712],[-14.194,-25.22]]}]},{"t":12}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,203,27,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[80.806,57.906]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":-2,"t":0,"b":116,"r":162},"ip":0,"op":13,"st":0},{"ddd":0,"ind":39,"ty":4,"nm":"p2 Outlines","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":1,"y":1},"o":{"x":0.333,"y":0},"n":"1_1_0p333_0","t":0,"s":[1210.765,626.798,0],"e":[1252.765,626.798,0],"to":[7,0,0],"ti":[6.33333349227905,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.077,"y":0.401},"n":"0p667_1_0p077_0p401","t":8,"s":[1252.765,626.798,0],"e":[1172.765,626.798,0],"to":[-6.33333349227905,0,0],"ti":[13.3333330154419,0,0]},{"t":12}]},"a":{"k":[88.862,109.23,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[0,0],[0,0],[0,18.436],[24.085,0],[0,0]],"o":[[0,0],[19.625,0],[0,-21.41],[0,0],[0,0]],"v":[[-39.845,-10.854],[5.65,-10.854],[39.846,-41.183],[0.596,-71.514],[-39.845,-71.514]]}],"e":[{"i":[[0,0],[0,0],[0,18.436],[24.085,0],[0,0]],"o":[[0,0],[19.625,0],[0,-21.41],[0,0],[0,0]],"v":[[40.155,-10.854],[5.65,-10.854],[39.846,-41.183],[0.596,-71.514],[40.155,-71.514]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":8,"s":[{"i":[[0,0],[0,0],[0,18.436],[24.085,0],[0,0]],"o":[[0,0],[19.625,0],[0,-21.41],[0,0],[0,0]],"v":[[40.155,-10.854],[5.65,-10.854],[39.846,-41.183],[0.596,-71.514],[40.155,-71.514]]}],"e":[{"i":[[0,0],[0,0],[0,18.436],[24.085,0],[0,0]],"o":[[0,0],[19.625,0],[0,-21.41],[0,0],[0,0]],"v":[[-39.845,-10.854],[5.65,-10.854],[39.846,-41.183],[0.596,-71.514],[-39.845,-71.514]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":12,"s":[{"i":[[0,0],[0,0],[0,18.436],[24.085,0],[0,0]],"o":[[0,0],[19.625,0],[0,-21.41],[0,0],[0,0]],"v":[[-39.845,-10.854],[5.65,-10.854],[39.846,-41.183],[0.596,-71.514],[-39.845,-71.514]]}],"e":[{"i":[[0,0],[0,0],[0.389,22.385],[15.64,0.716],[0,0]],"o":[[0,0],[7.586,0.056],[-0.359,-20.615],[0,0],[0,0]],"v":[[-27.095,-34.854],[-19.6,-34.854],[-9.154,-74.183],[-24.654,-110.514],[-27.095,-110.514]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":13,"s":[{"i":[[0,0],[0,0],[0.389,22.385],[15.64,0.716],[0,0]],"o":[[0,0],[7.586,0.056],[-0.359,-20.615],[0,0],[0,0]],"v":[[-27.095,-34.854],[-19.6,-34.854],[-9.154,-74.183],[-24.654,-110.514],[-27.095,-110.514]]}],"e":[{"i":[[0,0],[0,0],[0,18.436],[24.085,0],[0,0]],"o":[[0,0],[19.625,0],[0,-21.41],[0,0],[0,0]],"v":[[-39.845,-10.854],[-70.35,-10.854],[-40.154,-41.183],[-75.404,-101.514],[-39.845,-101.514]]}]},{"t":14}]},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[0,0],[-17.247,0],[0,0],[0,-47.577],[47.28,0],[0,0],[0,0],[14.868,0],[0,14.57]],"o":[[0,-21.706],[0,0],[41.035,0],[0,38.953],[0,0],[0,0],[0,14.57],[-14.868,0],[0,0]],"v":[[-88.612,-80.435],[-60.065,-108.98],[14.57,-108.98],[88.612,-41.183],[14.273,26.613],[-39.845,26.613],[-39.845,84.598],[-64.228,108.98],[-88.612,84.598]]}],"e":[{"i":[[0,0],[-17.247,0],[0,0],[0,-47.577],[47.28,0],[0,0],[0,0],[14.868,0],[0,14.57]],"o":[[0,-21.706],[0,0],[41.035,0],[0,38.953],[0,0],[0,0],[0,14.57],[-14.868,0],[0,0]],"v":[[-8.611,-80.435],[19.935,-108.98],[14.57,-108.98],[88.612,-41.183],[14.273,26.613],[40.155,26.613],[40.155,84.598],[15.772,108.98],[-8.611,84.598]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":8,"s":[{"i":[[0,0],[-17.247,0],[0,0],[0,-47.577],[47.28,0],[0,0],[0,0],[14.868,0],[0,14.57]],"o":[[0,-21.706],[0,0],[41.035,0],[0,38.953],[0,0],[0,0],[0,14.57],[-14.868,0],[0,0]],"v":[[-8.611,-80.435],[19.935,-108.98],[14.57,-108.98],[88.612,-41.183],[14.273,26.613],[40.155,26.613],[40.155,84.598],[15.772,108.98],[-8.611,84.598]]}],"e":[{"i":[[0,0],[-17.247,0],[0,0],[0,-47.577],[47.28,0],[0,0],[0,0],[14.868,0],[0,14.57]],"o":[[0,-21.706],[0,0],[41.035,0],[0,38.953],[0,0],[0,0],[0,14.57],[-14.868,0],[0,0]],"v":[[-88.612,-80.435],[-60.065,-108.98],[14.57,-108.98],[88.612,-41.183],[14.273,26.613],[-39.845,26.613],[-39.845,84.598],[-64.228,108.98],[-88.612,84.598]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":12,"s":[{"i":[[0,0],[-17.247,0],[0,0],[0,-47.577],[47.28,0],[0,0],[0,0],[14.868,0],[0,14.57]],"o":[[0,-21.706],[0,0],[41.035,0],[0,38.953],[0,0],[0,0],[0,14.57],[-14.868,0],[0,0]],"v":[[-88.612,-80.435],[-60.065,-108.98],[14.57,-108.98],[88.612,-41.183],[14.273,26.613],[-39.845,26.613],[-39.845,84.598],[-64.228,108.98],[-88.612,84.598]]}],"e":[{"i":[[0,0],[-18.848,0],[0,0],[-0.688,-50.634],[31.838,-0.346],[0,0],[0,0],[16.248,0],[0,15.304]],"o":[[0,-22.8],[0,0],[29.012,4.341],[-0.811,40.9],[0,0],[0,0],[0,15.304],[-16.248,0],[0,0]],"v":[[-88.111,-128.656],[-58.915,-158.639],[-24.777,-158.639],[32.424,-77.664],[-23.603,-3.452],[-35.319,-3.452],[-35.318,102.369],[-61.965,127.98],[-86.611,102.369]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":13,"s":[{"i":[[0,0],[-18.848,0],[0,0],[-0.688,-50.634],[31.838,-0.346],[0,0],[0,0],[16.248,0],[0,15.304]],"o":[[0,-22.8],[0,0],[29.012,4.341],[-0.811,40.9],[0,0],[0,0],[0,15.304],[-16.248,0],[0,0]],"v":[[-88.111,-128.656],[-58.915,-158.639],[-24.777,-158.639],[32.424,-77.664],[-23.603,-3.452],[-35.319,-3.452],[-35.318,102.369],[-61.965,127.98],[-86.611,102.369]]}],"e":[{"i":[[0,0],[-20.449,0],[0,0],[4,-105.653],[33.154,-0.452],[0,0],[0,0],[17.628,0],[0,16.038]],"o":[[0,-23.893],[0,0],[12.645,0.201],[-1.622,42.848],[0,0],[0,0],[0,16.038],[-17.628,0],[0,0]],"v":[[-84.611,-126.376],[-54.766,-157.798],[-61.126,-157.798],[-28.765,-63.145],[-61.479,14.483],[-30.792,14.483],[-30.791,115.141],[-59.701,141.98],[-84.611,115.141]]}]},{"t":14}]},"nm":"Path 2"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":11,"s":[254,145,107,255],"e":[247,102,34,255]},{"t":12}]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[88.861,109.23]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":-50,"b":252,"r":178},"ip":0,"op":15,"st":0},{"ddd":0,"ind":42,"ty":4,"nm":"p1 Outlines 2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0.167},"n":"1_1_0p167_0p167","t":0,"s":[929.934,735.298,0],"e":[879.934,735.298,0],"to":[-0.9375,0.0625,0],"ti":[-0.02083333395422,0,0]},{"i":{"x":0.2,"y":1},"o":{"x":0.077,"y":0.174},"n":"0p2_1_0p077_0p174","t":8,"s":[879.934,735.298,0],"e":[1109.934,735.298,0],"to":[28.8333339691162,0,0],"ti":[-38.3333320617676,0,0]},{"t":13}]},"a":{"k":[21.861,217.73,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[0,0],[0,18.436],[24.085,0],[0,0]],"o":[[0,0],[19.626,0],[0,-21.41],[0,0],[0,0]],"v":[[-38.845,-10.854],[12.65,-10.854],[46.846,-41.183],[7.596,-71.514],[-38.845,-71.514]]}],"e":[{"i":[[0,0],[0,0],[0,18.436],[24.085,0],[0,0]],"o":[[0,0],[19.626,0],[0,-21.41],[0,0],[0,0]],"v":[[-42.345,-10.854],[47.15,-10.854],[81.346,-41.183],[42.096,-71.514],[-42.345,-71.514]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[0,0],[0,0],[0,18.436],[24.085,0],[0,0]],"o":[[0,0],[19.626,0],[0,-21.41],[0,0],[0,0]],"v":[[-42.345,-10.854],[47.15,-10.854],[81.346,-41.183],[42.096,-71.514],[-42.345,-71.514]]}],"e":[{"i":[[0,0],[0,0],[0,18.436],[12.534,0.716],[0,0]],"o":[[0,0],[10.48,2.056],[0,-21.41],[0,0],[0,0]],"v":[[-44.22,-10.854],[22.775,-10.854],[46.971,-41.183],[17.721,-71.514],[-44.22,-71.514]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[0,0],[0,0],[0,18.436],[12.534,0.716],[0,0]],"o":[[0,0],[10.48,2.056],[0,-21.41],[0,0],[0,0]],"v":[[-44.22,-10.854],[22.775,-10.854],[46.971,-41.183],[17.721,-71.514],[-44.22,-71.514]]}],"e":[{"i":[[0,0],[0,0],[-0.064,8.885],[11.186,1.216],[0,0]],"o":[[0,0],[10.132,-0.444],[0.087,-12.122],[0,0],[0,0]],"v":[[-50.095,-10.854],[-5.6,-10.854],[8.596,-41.183],[-10.654,-71.514],[-50.095,-71.514]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,0],[0,0],[-0.064,8.885],[11.186,1.216],[0,0]],"o":[[0,0],[10.132,-0.444],[0.087,-12.122],[0,0],[0,0]],"v":[[-50.095,-10.854],[-5.6,-10.854],[8.596,-41.183],[-10.654,-71.514],[-50.095,-71.514]]}],"e":[{"i":[[0,0],[0,0],[0,18.436],[5.707,0.216],[0,0]],"o":[[0,0],[-0.347,1.556],[0,-21.41],[0,0],[0,0]],"v":[[-43.845,-10.854],[-44.35,-10.854],[-50.154,-41.183],[-49.404,-71.514],[-43.845,-71.514]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[0,0],[0,0],[0,18.436],[5.707,0.216],[0,0]],"o":[[0,0],[-0.347,1.556],[0,-21.41],[0,0],[0,0]],"v":[[-43.845,-10.854],[-44.35,-10.854],[-50.154,-41.183],[-49.404,-71.514],[-43.845,-71.514]]}],"e":[{"i":[[0,0],[0,0],[0,18.436],[0.113,0],[0,0]],"o":[[0,0],[0.092,0],[0,-21.41],[0,0],[0,0]],"v":[[-39.845,-10.854],[-39.844,-10.854],[-39.684,-41.183],[-39.845,-71.514],[-39.845,-71.514]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[0,0],[0,0],[0,18.436],[0.113,0],[0,0]],"o":[[0,0],[0.092,0],[0,-21.41],[0,0],[0,0]],"v":[[-39.845,-10.854],[-39.844,-10.854],[-39.684,-41.183],[-39.845,-71.514],[-39.845,-71.514]]}],"e":[{"i":[[0,0],[0,0],[0,18.436],[0.113,0],[0,0]],"o":[[0,0],[0.092,0],[0,-21.41],[0,0],[0,0]],"v":[[-39.845,-10.854],[-39.844,-10.854],[-39.684,-41.183],[-39.845,-121.514],[-39.845,-121.514]]}]},{"t":13}]},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[-17.247,0],[0,0],[0,-47.577],[47.28,0],[0,0],[0,0],[14.868,0],[0,14.57]],"o":[[0,-21.706],[0,0],[41.035,0],[0,38.953],[0,0],[0,0],[0,14.57],[-14.868,0],[0,0]],"v":[[-88.612,-80.435],[-60.065,-108.98],[14.57,-108.98],[88.612,-41.183],[14.273,26.613],[-39.845,26.613],[-39.845,84.598],[-64.229,108.98],[-88.612,84.598]]}],"e":[{"i":[[0,0],[-17.247,0],[0,0],[0,-47.577],[47.28,0],[0,0],[0,0],[14.868,0],[0,14.57]],"o":[[0,-21.706],[0,0],[41.035,0],[0,38.953],[0,0],[0,0],[0,14.57],[-14.868,0],[0,0]],"v":[[-88.612,-80.435],[-60.065,-108.98],[49.571,-108.98],[123.612,-41.183],[49.273,26.613],[-42.845,26.613],[-42.845,84.598],[-64.229,108.98],[-88.612,84.598]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[0,0],[-17.247,0],[0,0],[0,-47.577],[47.28,0],[0,0],[0,0],[14.868,0],[0,14.57]],"o":[[0,-21.706],[0,0],[41.035,0],[0,38.953],[0,0],[0,0],[0,14.57],[-14.868,0],[0,0]],"v":[[-88.612,-80.435],[-60.065,-108.98],[49.571,-108.98],[123.612,-41.183],[49.273,26.613],[-42.845,26.613],[-42.845,84.598],[-64.229,108.98],[-88.612,84.598]]}],"e":[{"i":[[0,0],[-17.247,0],[0,0],[0,-47.577],[16.53,0.589],[0,0],[0,0],[14.868,0],[0,14.57]],"o":[[0,-21.706],[0,0],[14.232,1.182],[0,38.953],[0,0],[0,0],[0,14.57],[-14.868,0],[0,0]],"v":[[-82.611,-80.435],[-54.065,-108.98],[-35.429,-108.98],[-1.388,-41.183],[-35.727,26.613],[-33.845,26.613],[-33.845,84.598],[-58.228,108.98],[-82.611,84.598]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[0,0],[-17.247,0],[0,0],[0,-47.577],[16.53,0.589],[0,0],[0,0],[14.868,0],[0,14.57]],"o":[[0,-21.706],[0,0],[14.232,1.182],[0,38.953],[0,0],[0,0],[0,14.57],[-14.868,0],[0,0]],"v":[[-82.611,-80.435],[-54.065,-108.98],[-35.429,-108.98],[-1.388,-41.183],[-35.727,26.613],[-33.845,26.613],[-33.845,84.598],[-58.228,108.98],[-82.611,84.598]]}],"e":[{"i":[[0,0],[-17.247,0],[0,0],[0,-47.577],[0.128,-0.411],[0,0],[0,0],[14.868,0],[0,14.57]],"o":[[0,-21.706],[0,0],[4.33,1.682],[0,38.953],[0,0],[0,0],[0,14.57],[-14.868,0],[0,0]],"v":[[-88.612,-80.435],[-60.065,-108.98],[-39.18,-108.98],[-40.139,-41.183],[-39.478,26.613],[-39.845,26.613],[-39.845,84.598],[-64.229,108.98],[-88.612,84.598]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[0,0],[-17.247,0],[0,0],[0,-47.577],[0.128,-0.411],[0,0],[0,0],[14.868,0],[0,14.57]],"o":[[0,-21.706],[0,0],[4.33,1.682],[0,38.953],[0,0],[0,0],[0,14.57],[-14.868,0],[0,0]],"v":[[-88.612,-80.435],[-60.065,-108.98],[-39.18,-108.98],[-40.139,-41.183],[-39.478,26.613],[-39.845,26.613],[-39.845,84.598],[-64.229,108.98],[-88.612,84.598]]}],"e":[{"i":[[0,0],[-21.668,0],[-5.231,-8.318],[0.37,-30.615],[0.16,-0.411],[0,0],[0,0],[18.679,0],[0,14.57]],"o":[[0,-21.706],[0,0],[6.981,11.1],[-0.471,38.951],[0,0],[0,0],[0,14.57],[-18.679,0],[0,0]],"v":[[-97.434,-130.435],[-61.572,-158.98],[-39.416,-148.917],[-36.537,-41.183],[-35.707,64.613],[-36.169,64.613],[-36.169,122.598],[-66.802,146.98],[-97.434,122.598]]}]},{"t":13}]},"nm":"Path 2"},{"ty":"st","fillEnabled":true,"c":{"k":[36,46,81,255]},"o":{"k":100},"w":{"k":3},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[88.861,109.23]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":-13,"t":-54,"b":260,"r":216},"ip":0,"op":13,"st":0},{"ddd":0,"ind":43,"ty":4,"nm":"P_Lunares Outlines","parent":46,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[24.497,188.821,0]},"a":{"k":[24.769,29.639,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0.862,-0.862],[1.321,0],[0.933,0.933],[0.117,0.151],[0,1.442],[-2.725,-0.087],[-0.77,-0.559],[-0.561,-0.959],[-0.101,-1.079]],"o":[[-0.933,0.933],[-1.32,0],[-0.144,-0.144],[-0.963,-0.896],[0,-2.659],[0.926,0.03],[0.876,0.636],[0.555,0.947],[0.118,1.258]],"v":[[20.843,-18.45],[17.307,-16.985],[13.772,-18.45],[13.384,-18.893],[11.807,-22.485],[16.807,-27.485],[19.681,-26.674],[21.581,-24.734],[22.307,-21.985]]}],"e":[{"i":[[0.862,-0.862],[1.321,0],[0.933,0.933],[0.117,0.151],[0,1.442],[-2.725,-0.087],[-0.77,-0.559],[-0.561,-0.959],[-0.101,-1.079]],"o":[[-0.933,0.933],[-1.32,0],[-0.144,-0.144],[-0.963,-0.896],[0,-2.659],[0.926,0.03],[0.876,0.636],[0.555,0.947],[0.118,1.258]],"v":[[17.843,-18.45],[14.307,-16.985],[10.772,-18.45],[10.384,-18.893],[8.807,-22.485],[13.807,-27.485],[16.681,-26.674],[18.581,-24.734],[19.307,-21.985]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[0.862,-0.862],[1.321,0],[0.933,0.933],[0.117,0.151],[0,1.442],[-2.725,-0.087],[-0.77,-0.559],[-0.561,-0.959],[-0.101,-1.079]],"o":[[-0.933,0.933],[-1.32,0],[-0.144,-0.144],[-0.963,-0.896],[0,-2.659],[0.926,0.03],[0.876,0.636],[0.555,0.947],[0.118,1.258]],"v":[[17.843,-18.45],[14.307,-16.985],[10.772,-18.45],[10.384,-18.893],[8.807,-22.485],[13.807,-27.485],[16.681,-26.674],[18.581,-24.734],[19.307,-21.985]]}],"e":[{"i":[[0.862,-0.862],[1.321,0],[0.933,0.933],[0.117,0.151],[0,1.442],[-2.725,-0.087],[-0.77,-0.559],[-0.561,-0.959],[-0.101,-1.079]],"o":[[-0.933,0.933],[-1.32,0],[-0.144,-0.144],[-0.963,-0.896],[0,-2.659],[0.926,0.03],[0.876,0.636],[0.555,0.947],[0.118,1.258]],"v":[[25.843,-18.45],[22.307,-16.985],[18.772,-18.45],[18.384,-18.893],[16.807,-22.485],[21.807,-27.485],[24.681,-26.674],[26.581,-24.734],[27.307,-21.985]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[0.862,-0.862],[1.321,0],[0.933,0.933],[0.117,0.151],[0,1.442],[-2.725,-0.087],[-0.77,-0.559],[-0.561,-0.959],[-0.101,-1.079]],"o":[[-0.933,0.933],[-1.32,0],[-0.144,-0.144],[-0.963,-0.896],[0,-2.659],[0.926,0.03],[0.876,0.636],[0.555,0.947],[0.118,1.258]],"v":[[25.843,-18.45],[22.307,-16.985],[18.772,-18.45],[18.384,-18.893],[16.807,-22.485],[21.807,-27.485],[24.681,-26.674],[26.581,-24.734],[27.307,-21.985]]}],"e":[{"i":[[0.862,-0.862],[1.321,0],[0.933,0.933],[0.117,0.151],[0,1.442],[-2.725,-0.087],[-0.77,-0.559],[-0.562,-0.959],[-0.101,-1.079]],"o":[[-0.933,0.933],[-1.32,0],[-0.144,-0.144],[-0.963,-0.896],[0,-2.659],[0.926,0.03],[0.876,0.636],[0.555,0.947],[0.118,1.258]],"v":[[57.093,-45.95],[53.557,-44.485],[50.022,-45.95],[49.634,-46.393],[48.057,-49.985],[53.057,-54.985],[55.931,-54.174],[57.831,-52.234],[58.557,-49.485]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0.862,-0.862],[1.321,0],[0.933,0.933],[0.117,0.151],[0,1.442],[-2.725,-0.087],[-0.77,-0.559],[-0.562,-0.959],[-0.101,-1.079]],"o":[[-0.933,0.933],[-1.32,0],[-0.144,-0.144],[-0.963,-0.896],[0,-2.659],[0.926,0.03],[0.876,0.636],[0.555,0.947],[0.118,1.258]],"v":[[57.093,-45.95],[53.557,-44.485],[50.022,-45.95],[49.634,-46.393],[48.057,-49.985],[53.057,-54.985],[55.931,-54.174],[57.831,-52.234],[58.557,-49.485]]}],"e":[{"i":[[0.862,-0.862],[1.321,0],[0.933,0.933],[0.117,0.151],[0,1.442],[-2.725,-0.087],[-0.77,-0.559],[-0.562,-0.959],[-0.101,-1.079]],"o":[[-0.933,0.933],[-1.32,0],[-0.144,-0.144],[-0.963,-0.896],[0,-2.659],[0.926,0.03],[0.876,0.636],[0.555,0.947],[0.118,1.258]],"v":[[105.843,-103.45],[102.307,-101.985],[98.772,-103.45],[98.384,-103.893],[96.807,-107.485],[101.807,-112.485],[104.681,-111.674],[106.581,-109.734],[107.307,-106.985]]}]},{"t":20}]},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[2.726,0],[0,2.725],[0,0],[-2.725,0],[0,-2.726]],"o":[[0,2.725],[-2.725,0],[0,0],[0,-2.726],[2.726,0],[0,0]],"v":[[21.43,7.111],[16.43,12.111],[11.43,7.111],[11.43,6.611],[16.43,1.611],[21.43,6.611]]}],"e":[{"i":[[0,0],[2.726,0],[0,2.725],[0,0],[-2.725,0],[0,-2.726]],"o":[[0,2.725],[-2.725,0],[0,0],[0,-2.726],[2.726,0],[0,0]],"v":[[18.43,7.111],[13.43,12.111],[8.43,7.111],[8.43,6.611],[13.43,1.611],[18.43,6.611]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[0,0],[2.726,0],[0,2.725],[0,0],[-2.725,0],[0,-2.726]],"o":[[0,2.725],[-2.725,0],[0,0],[0,-2.726],[2.726,0],[0,0]],"v":[[18.43,7.111],[13.43,12.111],[8.43,7.111],[8.43,6.611],[13.43,1.611],[18.43,6.611]]}],"e":[{"i":[[0,0],[2.726,0],[0,2.725],[0,0],[-2.725,0],[0,-2.726]],"o":[[0,2.725],[-2.725,0],[0,0],[0,-2.726],[2.726,0],[0,0]],"v":[[26.43,7.111],[21.43,12.111],[16.43,7.111],[16.43,6.611],[21.43,1.611],[26.43,6.611]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[0,0],[2.726,0],[0,2.725],[0,0],[-2.725,0],[0,-2.726]],"o":[[0,2.725],[-2.725,0],[0,0],[0,-2.726],[2.726,0],[0,0]],"v":[[26.43,7.111],[21.43,12.111],[16.43,7.111],[16.43,6.611],[21.43,1.611],[26.43,6.611]]}],"e":[{"i":[[0,0],[2.726,0],[0,2.725],[0,0],[-2.725,0],[0,-2.726]],"o":[[0,2.725],[-2.725,0],[0,0],[0,-2.726],[2.726,0],[0,0]],"v":[[52.68,39.611],[47.68,44.611],[42.68,39.611],[42.68,39.111],[47.68,34.111],[52.68,39.111]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0,0],[2.726,0],[0,2.725],[0,0],[-2.725,0],[0,-2.726]],"o":[[0,2.725],[-2.725,0],[0,0],[0,-2.726],[2.726,0],[0,0]],"v":[[52.68,39.611],[47.68,44.611],[42.68,39.611],[42.68,39.111],[47.68,34.111],[52.68,39.111]]}],"e":[{"i":[[0,0],[2.726,0],[0,2.725],[0,0],[-2.725,0],[0,-2.726]],"o":[[0,2.725],[-2.725,0],[0,0],[0,-2.726],[2.726,0],[0,0]],"v":[[111.43,62.111],[106.43,67.111],[101.43,62.111],[101.43,61.611],[106.43,56.611],[111.43,61.611]]}]},{"t":20}]},"nm":"Path 2"},{"ind":2,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[0.19,2.719],[-2.719,0.19],[0,0],[-0.19,-2.719],[2.719,-0.19]],"o":[[-2.719,0.19],[-0.191,-2.719],[0,0],[2.719,-0.19],[0.19,2.719],[0,0]],"v":[[2.033,24.374],[-3.303,19.735],[1.335,14.398],[1.834,14.363],[7.171,19.002],[2.532,24.339]]}],"e":[{"i":[[0,0],[0.19,2.719],[-2.719,0.19],[0,0],[-0.19,-2.719],[2.719,-0.19]],"o":[[-2.719,0.19],[-0.191,-2.719],[0,0],[2.719,-0.19],[0.19,2.719],[0,0]],"v":[[-0.967,24.374],[-6.303,19.735],[-1.665,14.398],[-1.166,14.363],[4.171,19.002],[-0.468,24.339]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[0,0],[0.19,2.719],[-2.719,0.19],[0,0],[-0.19,-2.719],[2.719,-0.19]],"o":[[-2.719,0.19],[-0.191,-2.719],[0,0],[2.719,-0.19],[0.19,2.719],[0,0]],"v":[[-0.967,24.374],[-6.303,19.735],[-1.665,14.398],[-1.166,14.363],[4.171,19.002],[-0.468,24.339]]}],"e":[{"i":[[0,0],[0.19,2.719],[-2.719,0.19],[0,0],[-0.19,-2.719],[2.719,-0.19]],"o":[[-2.719,0.19],[-0.191,-2.719],[0,0],[2.719,-0.19],[0.19,2.719],[0,0]],"v":[[7.033,24.374],[1.697,19.735],[6.335,14.398],[6.834,14.363],[12.171,19.002],[7.532,24.339]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[0,0],[0.19,2.719],[-2.719,0.19],[0,0],[-0.19,-2.719],[2.719,-0.19]],"o":[[-2.719,0.19],[-0.191,-2.719],[0,0],[2.719,-0.19],[0.19,2.719],[0,0]],"v":[[7.033,24.374],[1.697,19.735],[6.335,14.398],[6.834,14.363],[12.171,19.002],[7.532,24.339]]}],"e":[{"i":[[0,0],[0.191,2.719],[-2.719,0.19],[0,0],[-0.19,-2.719],[2.719,-0.19]],"o":[[-2.719,0.19],[-0.191,-2.719],[0,0],[2.719,-0.19],[0.19,2.719],[0,0]],"v":[[-61.717,56.874],[-67.053,52.235],[-62.415,46.898],[-61.916,46.863],[-56.579,51.502],[-61.218,56.839]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0,0],[0.191,2.719],[-2.719,0.19],[0,0],[-0.19,-2.719],[2.719,-0.19]],"o":[[-2.719,0.19],[-0.191,-2.719],[0,0],[2.719,-0.19],[0.19,2.719],[0,0]],"v":[[-61.717,56.874],[-67.053,52.235],[-62.415,46.898],[-61.916,46.863],[-56.579,51.502],[-61.218,56.839]]}],"e":[{"i":[[0,0],[0.191,2.719],[-2.719,0.19],[0,0],[-0.19,-2.719],[2.719,-0.19]],"o":[[-2.719,0.19],[-0.191,-2.719],[0,0],[2.719,-0.19],[0.19,2.719],[0,0]],"v":[[-92.967,89.374],[-98.303,84.735],[-93.665,79.398],[-93.166,79.363],[-87.829,84.002],[-92.468,89.339]]}]},{"t":20}]},"nm":"Path 3"},{"ind":3,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[-0.6,2.181],[-2.561,0.007],[0,-2.949],[0.009,-0.124],[1.089,-1.09],[2.086,2.092]],"o":[[0.705,-2.563],[2.956,-0.009],[0,0.126],[0.046,1.451],[-2.086,2.086],[-1.531,-1.537]],"v":[[-4.748,-8.154],[0.883,-12.186],[6.305,-6.764],[6.267,-6.394],[4.717,-2.387],[-2.951,-2.387]]}],"e":[{"i":[[-0.6,2.181],[-2.561,0.007],[0,-2.949],[0.009,-0.124],[1.089,-1.09],[2.086,2.092]],"o":[[0.705,-2.563],[2.956,-0.009],[0,0.126],[0.046,1.451],[-2.086,2.086],[-1.531,-1.537]],"v":[[-7.748,-8.154],[-2.117,-12.186],[3.305,-6.764],[3.267,-6.394],[1.717,-2.387],[-5.951,-2.387]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[-0.6,2.181],[-2.561,0.007],[0,-2.949],[0.009,-0.124],[1.089,-1.09],[2.086,2.092]],"o":[[0.705,-2.563],[2.956,-0.009],[0,0.126],[0.046,1.451],[-2.086,2.086],[-1.531,-1.537]],"v":[[-7.748,-8.154],[-2.117,-12.186],[3.305,-6.764],[3.267,-6.394],[1.717,-2.387],[-5.951,-2.387]]}],"e":[{"i":[[-0.6,2.181],[-2.561,0.007],[0,-2.949],[0.009,-0.124],[1.089,-1.09],[2.086,2.092]],"o":[[0.705,-2.563],[2.956,-0.009],[0,0.126],[0.046,1.451],[-2.086,2.086],[-1.531,-1.537]],"v":[[0.252,-8.154],[5.883,-12.186],[11.305,-6.764],[11.267,-6.394],[9.717,-2.387],[2.049,-2.387]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[-0.6,2.181],[-2.561,0.007],[0,-2.949],[0.009,-0.124],[1.089,-1.09],[2.086,2.092]],"o":[[0.705,-2.563],[2.956,-0.009],[0,0.126],[0.046,1.451],[-2.086,2.086],[-1.531,-1.537]],"v":[[0.252,-8.154],[5.883,-12.186],[11.305,-6.764],[11.267,-6.394],[9.717,-2.387],[2.049,-2.387]]}],"e":[{"i":[[-0.6,2.181],[-2.561,0.008],[0,-2.949],[0.009,-0.124],[1.089,-1.089],[2.085,2.093]],"o":[[0.705,-2.563],[2.956,-0.009],[0,0.126],[0.046,1.451],[-2.086,2.086],[-1.531,-1.537]],"v":[[-8.498,-75.654],[-2.867,-79.686],[2.555,-74.264],[2.517,-73.894],[0.967,-69.887],[-6.701,-69.887]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[-0.6,2.181],[-2.561,0.008],[0,-2.949],[0.009,-0.124],[1.089,-1.089],[2.085,2.093]],"o":[[0.705,-2.563],[2.956,-0.009],[0,0.126],[0.046,1.451],[-2.086,2.086],[-1.531,-1.537]],"v":[[-8.498,-75.654],[-2.867,-79.686],[2.555,-74.264],[2.517,-73.894],[0.967,-69.887],[-6.701,-69.887]]}],"e":[{"i":[[-0.6,2.181],[-2.561,0.008],[0,-2.949],[0.009,-0.124],[1.089,-1.089],[2.085,2.093]],"o":[[0.705,-2.563],[2.956,-0.009],[0,0.126],[0.046,1.451],[-2.086,2.086],[-1.531,-1.537]],"v":[[-19.748,-123.154],[-14.117,-127.186],[-8.695,-121.764],[-8.733,-121.394],[-10.283,-117.387],[-17.951,-117.387]]}]},{"t":20}]},"nm":"Path 4"},{"ind":4,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[1.926,-1.927],[1.926,1.926],[0.166,0.166],[-1.926,1.926],[-1.926,-1.927],[-0.167,-0.167]],"o":[[-1.926,1.926],[-0.167,-0.167],[-1.926,-1.927],[1.926,-1.927],[0.167,0.166],[1.926,1.926]],"v":[[-10.96,10.673],[-18.031,10.673],[-18.531,10.173],[-18.531,3.102],[-11.46,3.102],[-10.96,3.602]]}],"e":[{"i":[[1.926,-1.927],[1.926,1.926],[0.166,0.166],[-1.926,1.926],[-1.926,-1.927],[-0.167,-0.167]],"o":[[-1.926,1.926],[-0.167,-0.167],[-1.926,-1.927],[1.926,-1.927],[0.167,0.166],[1.926,1.926]],"v":[[-13.96,10.673],[-21.031,10.673],[-21.531,10.173],[-21.531,3.102],[-14.46,3.102],[-13.96,3.602]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[1.926,-1.927],[1.926,1.926],[0.166,0.166],[-1.926,1.926],[-1.926,-1.927],[-0.167,-0.167]],"o":[[-1.926,1.926],[-0.167,-0.167],[-1.926,-1.927],[1.926,-1.927],[0.167,0.166],[1.926,1.926]],"v":[[-13.96,10.673],[-21.031,10.673],[-21.531,10.173],[-21.531,3.102],[-14.46,3.102],[-13.96,3.602]]}],"e":[{"i":[[1.926,-1.927],[1.926,1.926],[0.166,0.166],[-1.926,1.926],[-1.926,-1.927],[-0.167,-0.167]],"o":[[-1.926,1.926],[-0.167,-0.167],[-1.926,-1.927],[1.926,-1.927],[0.167,0.166],[1.926,1.926]],"v":[[-5.96,10.673],[-13.031,10.673],[-13.531,10.173],[-13.531,3.102],[-6.46,3.102],[-5.96,3.602]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[1.926,-1.927],[1.926,1.926],[0.166,0.166],[-1.926,1.926],[-1.926,-1.927],[-0.167,-0.167]],"o":[[-1.926,1.926],[-0.167,-0.167],[-1.926,-1.927],[1.926,-1.927],[0.167,0.166],[1.926,1.926]],"v":[[-5.96,10.673],[-13.031,10.673],[-13.531,10.173],[-13.531,3.102],[-6.46,3.102],[-5.96,3.602]]}],"e":[{"i":[[1.926,-1.927],[1.926,1.926],[0.166,0.166],[-1.925,1.927],[-1.926,-1.927],[-0.167,-0.167]],"o":[[-1.926,1.926],[-0.167,-0.167],[-1.926,-1.927],[1.926,-1.927],[0.167,0.166],[1.926,1.926]],"v":[[-69.71,8.173],[-76.781,8.173],[-77.281,7.673],[-77.281,0.602],[-70.21,0.602],[-69.71,1.102]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[1.926,-1.927],[1.926,1.926],[0.166,0.166],[-1.925,1.927],[-1.926,-1.927],[-0.167,-0.167]],"o":[[-1.926,1.926],[-0.167,-0.167],[-1.926,-1.927],[1.926,-1.927],[0.167,0.166],[1.926,1.926]],"v":[[-69.71,8.173],[-76.781,8.173],[-77.281,7.673],[-77.281,0.602],[-70.21,0.602],[-69.71,1.102]]}],"e":[{"i":[[1.926,-1.927],[1.926,1.926],[0.166,0.166],[-1.925,1.927],[-1.926,-1.927],[-0.167,-0.167]],"o":[[-1.926,1.926],[-0.167,-0.167],[-1.926,-1.927],[1.926,-1.927],[0.167,0.166],[1.926,1.926]],"v":[[-140.96,-9.327],[-148.031,-9.327],[-148.531,-9.827],[-148.531,-16.898],[-141.46,-16.898],[-140.96,-16.398]]}]},{"t":20}]},"nm":"Path 5"},{"ind":5,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[-6.449,0],[6.449,0]],"o":[[6.449,0],[-6.449,0]],"v":[[-18.07,-25.889],[-18.07,-15.889]]}],"e":[{"i":[[-6.449,0],[6.449,0]],"o":[[6.449,0],[-6.449,0]],"v":[[-21.07,-25.889],[-21.07,-15.889]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[-6.449,0],[6.449,0]],"o":[[6.449,0],[-6.449,0]],"v":[[-21.07,-25.889],[-21.07,-15.889]]}],"e":[{"i":[[-6.449,0],[6.449,0]],"o":[[6.449,0],[-6.449,0]],"v":[[-13.07,-25.889],[-13.07,-15.889]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[-6.449,0],[6.449,0]],"o":[[6.449,0],[-6.449,0]],"v":[[-13.07,-25.889],[-13.07,-15.889]]}],"e":[{"i":[[-6.449,0],[6.449,0]],"o":[[6.449,0],[-6.449,0]],"v":[[-56.82,-53.389],[-56.82,-43.389]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[-6.449,0],[6.449,0]],"o":[[6.449,0],[-6.449,0]],"v":[[-56.82,-53.389],[-56.82,-43.389]]}],"e":[{"i":[[-6.449,0],[6.449,0]],"o":[[6.449,0],[-6.449,0]],"v":[[-108.07,-80.889],[-108.07,-70.889]]}]},{"t":20}]},"nm":"Path 6"},{"ind":6,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[0,0],[-14.868,0],[0,14.57],[0,0],[0,0]],"o":[[0,0],[0,14.57],[14.868,0],[0,0],[0,0],[0,0]],"v":[[-24.247,-29.389],[-24.247,5.007],[0.136,29.389],[24.519,5.007],[24.519,-29.389],[-1.52,-29.389]]}],"e":[{"i":[[0,0],[0,0],[-14.868,0],[0,14.57],[0,0],[10.054,3.432]],"o":[[0,0],[0,14.57],[14.868,0],[0,0],[0,0],[-14.717,-5.024]],"v":[[-25.58,-29.389],[-25.58,5.007],[-1.197,29.389],[23.186,5.007],[23.186,-29.389],[-2.853,-29.389]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[0,0],[0,0],[-14.868,0],[0,14.57],[0,0],[10.054,3.432]],"o":[[0,0],[0,14.57],[14.868,0],[0,0],[0,0],[-14.717,-5.024]],"v":[[-25.58,-29.389],[-25.58,5.007],[-1.197,29.389],[23.186,5.007],[23.186,-29.389],[-2.853,-29.389]]}],"e":[{"i":[[0,0],[0,0],[-14.868,0],[0,14.57],[0,0],[9.302,-5]],"o":[[0,0],[0,14.57],[14.868,0],[0,0],[0,0],[-9.302,5]],"v":[[-27.247,-29.389],[-27.247,5.007],[-2.864,29.389],[21.519,5.007],[21.519,-29.389],[-4.52,-29.389]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[0,0],[0,0],[-14.868,0],[0,14.57],[0,0],[9.302,-5]],"o":[[0,0],[0,14.57],[14.868,0],[0,0],[0,0],[-9.302,5]],"v":[[-27.247,-29.389],[-27.247,5.007],[-2.864,29.389],[21.519,5.007],[21.519,-29.389],[-4.52,-29.389]]}],"e":[{"i":[[0,0],[0,0],[-14.868,0],[0,14.57],[0,0],[11.616,5]],"o":[[0,0],[0,14.57],[14.868,0],[0,0],[0,0],[-11.616,-5]],"v":[[-19.247,-29.389],[-19.247,5.007],[5.136,29.389],[29.519,5.007],[29.519,-29.389],[3.48,-29.389]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[0,0],[0,0],[-14.868,0],[0,14.57],[0,0],[11.616,5]],"o":[[0,0],[0,14.57],[14.868,0],[0,0],[0,0],[-11.616,-5]],"v":[[-19.247,-29.389],[-19.247,5.007],[5.136,29.389],[29.519,5.007],[29.519,-29.389],[3.48,-29.389]]}],"e":[{"i":[[0,0],[0,0],[-18.084,0],[0,17.173],[0,0],[20,-6]],"o":[[0,0],[0,17.173],[18.084,0],[0,0],[0,0],[-20,6]],"v":[[-33.497,1.611],[-33.497,32.151],[-3.84,60.889],[25.816,32.151],[25.816,1.611],[-5.184,1.611]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0,0],[0,0],[-18.084,0],[0,17.173],[0,0],[20,-6]],"o":[[0,0],[0,17.173],[18.084,0],[0,0],[0,0],[-20,6]],"v":[[-33.497,1.611],[-33.497,32.151],[-3.84,60.889],[25.816,32.151],[25.816,1.611],[-5.184,1.611]]}],"e":[{"i":[[0,0],[0,0],[-13.153,0],[0,12.49],[0,0],[14.546,-4.364]],"o":[[0,0],[0,12.49],[13.153,0],[0,0],[0,0],[-14.546,4.364]],"v":[[-31.297,18.975],[-31.297,41.187],[-9.727,62.089],[11.842,41.187],[11.842,18.975],[-10.704,18.975]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[0,0],[0,0],[-13.153,0],[0,12.49],[0,0],[14.546,-4.364]],"o":[[0,0],[0,12.49],[13.153,0],[0,0],[0,0],[-14.546,4.364]],"v":[[-31.297,18.975],[-31.297,41.187],[-9.727,62.089],[11.842,41.187],[11.842,18.975],[-10.704,18.975]]}],"e":[{"i":[[0,0],[0,0],[-18.084,0],[0,17.173],[0,0],[20,-6]],"o":[[0,0],[0,17.173],[18.084,0],[0,0],[0,0],[-20,6]],"v":[[-30.747,3.111],[-30.747,33.651],[-1.09,62.389],[28.566,33.651],[28.566,3.111],[-2.434,3.111]]}]},{"t":20}]},"nm":"Path 7"},{"ty":"fl","fillEnabled":true,"c":{"k":[123,196,136,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[24.769,29.639]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":-126,"t":-98,"b":120,"r":137},"ip":0,"op":20,"st":0},{"ddd":0,"ind":45,"ty":4,"nm":"P_PicosAma Outlines","parent":46,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[84.732,16.9,0]},"a":{"k":[84.732,16.9,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[28.721,0],[0,0],[0,-21.706],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-12.29,-22.259],[0,0],[-17.247,0],[0,0],[0.783,-0.682]],"v":[[-75.305,7.532],[-63.555,14.532],[-51.305,7.532],[-40.305,14.532],[-27.805,7.532],[-17.555,14.532],[-4.555,7.532],[5.945,14.532],[18.945,7.532],[31.445,14.532],[44.445,7.532],[56.87,14.532],[70.695,7.532],[84.482,14.532],[18.7,-17.649],[-55.936,-17.649],[-84.482,10.896],[-84.482,15.649]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[45.72,-0.006],[0,0],[0,-15.437],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-14.288,-15.83],[0,0],[-20.051,0],[0,0],[0.91,-0.485]],"v":[[-73.813,-0.553],[-60.153,4.426],[-45.911,-0.553],[-33.123,4.426],[-18.591,-0.553],[-6.674,4.426],[8.439,-0.553],[20.646,4.426],[35.76,-0.553],[50.292,4.426],[73.253,-0.553],[87.698,4.426],[97.667,-0.553],[113.695,4.426],[35.475,-18.462],[-51.295,-18.462],[-84.482,1.839],[-84.482,5.22]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[45.72,-0.006],[0,0],[0,-15.437],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-14.288,-15.83],[0,0],[-20.051,0],[0,0],[0.91,-0.485]],"v":[[-73.813,-0.553],[-60.153,4.426],[-45.911,-0.553],[-33.123,4.426],[-18.591,-0.553],[-6.674,4.426],[8.439,-0.553],[20.646,4.426],[35.76,-0.553],[50.292,4.426],[73.253,-0.553],[87.698,4.426],[97.667,-0.553],[113.695,4.426],[35.475,-18.462],[-51.295,-18.462],[-84.482,1.839],[-84.482,5.22]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[33.713,-0.004],[0,0],[0,-15.437],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-11.209,-15.83],[0,0],[-15.73,0],[0,0],[0.714,-0.485]],"v":[[-76.112,1.072],[-65.395,4.879],[-54.223,1.072],[-44.19,4.879],[-32.789,1.072],[-23.441,4.879],[-11.584,1.072],[-2.007,4.879],[9.849,1.072],[21.25,4.879],[39.263,1.072],[50.595,4.879],[58.416,1.057],[70.991,4.879],[9.626,-18.009],[-58.446,-18.009],[-84.482,2.292],[-84.482,5.673]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[33.713,-0.004],[0,0],[0,-15.437],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-11.209,-15.83],[0,0],[-15.73,0],[0,0],[0.714,-0.485]],"v":[[-76.112,1.072],[-65.395,4.879],[-54.223,1.072],[-44.19,4.879],[-32.789,1.072],[-23.441,4.879],[-11.584,1.072],[-2.007,4.879],[9.849,1.072],[21.25,4.879],[39.263,1.072],[50.595,4.879],[58.416,1.057],[70.991,4.879],[9.626,-18.009],[-58.446,-18.009],[-84.482,2.292],[-84.482,5.673]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[23.844,-0.003],[0,0],[0,-15.437],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-8.607,-15.83],[0,0],[-12.079,0],[0,0],[0.548,-0.485]],"v":[[-78.055,2.697],[-69.826,5.332],[-61.246,2.697],[-53.542,5.332],[-44.788,2.697],[-37.609,5.332],[-28.505,2.697],[-21.151,5.332],[-12.046,2.697],[-3.292,5.332],[10.54,2.697],[19.242,5.332],[25.248,2.666],[34.903,5.332],[-12.218,-17.556],[-64.49,-17.556],[-84.482,2.745],[-84.482,6.126]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[23.844,-0.003],[0,0],[0,-15.437],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-8.607,-15.83],[0,0],[-12.079,0],[0,0],[0.548,-0.485]],"v":[[-78.055,2.697],[-69.826,5.332],[-61.246,2.697],[-53.542,5.332],[-44.788,2.697],[-37.609,5.332],[-28.505,2.697],[-21.151,5.332],[-12.046,2.697],[-3.292,5.332],[10.54,2.697],[19.242,5.332],[25.248,2.666],[34.903,5.332],[-12.218,-17.556],[-64.49,-17.556],[-84.482,2.745],[-84.482,6.126]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[14.476,-0.001],[0,0],[0,-15.437],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-5.755,-15.83],[0,0],[-8.076,0],[0,0],[0.367,-0.485]],"v":[[-80.185,4.322],[-74.682,5.785],[-68.946,4.322],[-63.795,5.785],[-57.942,4.322],[-53.142,5.785],[-47.054,4.322],[-42.137,5.785],[-36.05,4.322],[-30.196,5.785],[-20.948,4.322],[-15.13,5.785],[-11.114,4.275],[-4.658,5.785],[-36.164,-17.103],[-71.115,-17.103],[-84.482,3.198],[-84.482,6.579]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[14.476,-0.001],[0,0],[0,-15.437],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-5.755,-15.83],[0,0],[-8.076,0],[0,0],[0.367,-0.485]],"v":[[-80.185,4.322],[-74.682,5.785],[-68.946,4.322],[-63.795,5.785],[-57.942,4.322],[-53.142,5.785],[-47.054,4.322],[-42.137,5.785],[-36.05,4.322],[-30.196,5.785],[-20.948,4.322],[-15.13,5.785],[-11.114,4.275],[-4.658,5.785],[-36.164,-17.103],[-71.115,-17.103],[-84.482,3.198],[-84.482,6.579]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[28.721,0],[0,0],[0,-15.437],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-12.29,-15.83],[0,0],[-17.247,0],[0,0],[0.783,-0.485]],"v":[[-75.305,5.947],[-63.555,6.238],[-51.305,5.947],[-40.305,6.238],[-27.805,5.947],[-17.555,6.238],[-4.555,5.947],[5.945,6.238],[18.945,5.947],[31.445,6.238],[51.195,5.947],[63.62,6.238],[72.195,5.885],[85.982,6.238],[18.7,-16.649],[-55.936,-16.649],[-84.482,3.651],[-84.482,7.032]]}]},{"t":12}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,203,27,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[84.732,16.9]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":-2,"b":33,"r":199},"ip":0,"op":12,"st":0},{"ddd":0,"ind":46,"ty":4,"nm":"p1 Outlines","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[934.434,735.298,0],"e":[884.434,735.298,0],"to":[-0.9375,0.0625,0],"ti":[-0.02083333395422,0,0]},{"i":{"x":0.2,"y":1},"o":{"x":0.077,"y":0.174},"n":"0p2_1_0p077_0p174","t":8,"s":[884.434,735.298,0],"e":[1114.434,735.298,0],"to":[28.8333339691162,0,0],"ti":[-38.3333320617676,0,0]},{"t":13}]},"a":{"k":[21.861,217.73,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[0,0],[0,18.436],[24.085,0],[0,0]],"o":[[0,0],[19.626,0],[0,-21.41],[0,0],[0,0]],"v":[[-38.845,-10.854],[12.65,-10.854],[46.846,-41.183],[7.596,-71.514],[-38.845,-71.514]]}],"e":[{"i":[[0,0],[0,0],[0,18.436],[24.085,0],[0,0]],"o":[[0,0],[19.626,0],[0,-21.41],[0,0],[0,0]],"v":[[-42.345,-10.854],[47.15,-10.854],[81.346,-41.183],[42.096,-71.514],[-42.345,-71.514]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[0,0],[0,0],[0,18.436],[24.085,0],[0,0]],"o":[[0,0],[19.626,0],[0,-21.41],[0,0],[0,0]],"v":[[-42.345,-10.854],[47.15,-10.854],[81.346,-41.183],[42.096,-71.514],[-42.345,-71.514]]}],"e":[{"i":[[0,0],[0,0],[0,18.436],[12.534,0.716],[0,0]],"o":[[0,0],[10.48,2.056],[0,-21.41],[0,0],[0,0]],"v":[[-44.22,-10.854],[22.775,-10.854],[46.971,-41.183],[17.721,-71.514],[-44.22,-71.514]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[0,0],[0,0],[0,18.436],[12.534,0.716],[0,0]],"o":[[0,0],[10.48,2.056],[0,-21.41],[0,0],[0,0]],"v":[[-44.22,-10.854],[22.775,-10.854],[46.971,-41.183],[17.721,-71.514],[-44.22,-71.514]]}],"e":[{"i":[[0,0],[0,0],[-0.064,8.885],[11.186,1.216],[0,0]],"o":[[0,0],[10.132,-0.444],[0.087,-12.122],[0,0],[0,0]],"v":[[-50.095,-10.854],[-5.6,-10.854],[8.596,-41.183],[-10.654,-71.514],[-50.095,-71.514]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,0],[0,0],[-0.064,8.885],[11.186,1.216],[0,0]],"o":[[0,0],[10.132,-0.444],[0.087,-12.122],[0,0],[0,0]],"v":[[-50.095,-10.854],[-5.6,-10.854],[8.596,-41.183],[-10.654,-71.514],[-50.095,-71.514]]}],"e":[{"i":[[0,0],[0,0],[0,18.436],[5.707,0.216],[0,0]],"o":[[0,0],[-0.347,1.556],[0,-21.41],[0,0],[0,0]],"v":[[-43.845,-10.854],[-44.35,-10.854],[-50.154,-41.183],[-49.404,-71.514],[-43.845,-71.514]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[0,0],[0,0],[0,18.436],[5.707,0.216],[0,0]],"o":[[0,0],[-0.347,1.556],[0,-21.41],[0,0],[0,0]],"v":[[-43.845,-10.854],[-44.35,-10.854],[-50.154,-41.183],[-49.404,-71.514],[-43.845,-71.514]]}],"e":[{"i":[[0,0],[0,0],[0,18.436],[0.113,0],[0,0]],"o":[[0,0],[0.092,0],[0,-21.41],[0,0],[0,0]],"v":[[-39.845,-10.854],[-39.844,-10.854],[-39.684,-41.183],[-39.845,-71.514],[-39.845,-71.514]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[0,0],[0,0],[0,18.436],[0.113,0],[0,0]],"o":[[0,0],[0.092,0],[0,-21.41],[0,0],[0,0]],"v":[[-39.845,-10.854],[-39.844,-10.854],[-39.684,-41.183],[-39.845,-71.514],[-39.845,-71.514]]}],"e":[{"i":[[0,0],[0,0],[0,18.436],[0.113,0],[0,0]],"o":[[0,0],[0.092,0],[0,-21.41],[0,0],[0,0]],"v":[[-39.845,-10.854],[-39.844,-10.854],[-39.684,-41.183],[-39.845,-121.514],[-39.845,-121.514]]}]},{"t":13}]},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[-17.247,0],[0,0],[0,-47.577],[47.28,0],[0,0],[0,0],[14.868,0],[0,14.57]],"o":[[0,-21.706],[0,0],[41.035,0],[0,38.953],[0,0],[0,0],[0,14.57],[-14.868,0],[0,0]],"v":[[-88.612,-80.435],[-60.065,-108.98],[14.57,-108.98],[88.612,-41.183],[14.273,26.613],[-39.845,26.613],[-39.845,84.598],[-64.229,108.98],[-88.612,84.598]]}],"e":[{"i":[[0,0],[-17.247,0],[0,0],[0,-47.577],[47.28,0],[0,0],[0,0],[14.868,0],[0,14.57]],"o":[[0,-21.706],[0,0],[41.035,0],[0,38.953],[0,0],[0,0],[0,14.57],[-14.868,0],[0,0]],"v":[[-88.612,-80.435],[-60.065,-108.98],[49.571,-108.98],[123.612,-41.183],[49.273,26.613],[-42.845,26.613],[-42.845,84.598],[-64.229,108.98],[-88.612,84.598]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[0,0],[-17.247,0],[0,0],[0,-47.577],[47.28,0],[0,0],[0,0],[14.868,0],[0,14.57]],"o":[[0,-21.706],[0,0],[41.035,0],[0,38.953],[0,0],[0,0],[0,14.57],[-14.868,0],[0,0]],"v":[[-88.612,-80.435],[-60.065,-108.98],[49.571,-108.98],[123.612,-41.183],[49.273,26.613],[-42.845,26.613],[-42.845,84.598],[-64.229,108.98],[-88.612,84.598]]}],"e":[{"i":[[0,0],[-17.247,0],[0,0],[0,-47.577],[16.53,0.589],[0,0],[0,0],[14.868,0],[0,14.57]],"o":[[0,-21.706],[0,0],[14.232,1.182],[0,38.953],[0,0],[0,0],[0,14.57],[-14.868,0],[0,0]],"v":[[-82.611,-80.435],[-54.065,-108.98],[-35.429,-108.98],[-1.388,-41.183],[-35.727,26.613],[-33.845,26.613],[-33.845,84.598],[-58.228,108.98],[-82.611,84.598]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[0,0],[-17.247,0],[0,0],[0,-47.577],[16.53,0.589],[0,0],[0,0],[14.868,0],[0,14.57]],"o":[[0,-21.706],[0,0],[14.232,1.182],[0,38.953],[0,0],[0,0],[0,14.57],[-14.868,0],[0,0]],"v":[[-82.611,-80.435],[-54.065,-108.98],[-35.429,-108.98],[-1.388,-41.183],[-35.727,26.613],[-33.845,26.613],[-33.845,84.598],[-58.228,108.98],[-82.611,84.598]]}],"e":[{"i":[[0,0],[-17.247,0],[0,0],[0,-47.577],[0.128,-0.411],[0,0],[0,0],[14.868,0],[0,14.57]],"o":[[0,-21.706],[0,0],[4.33,1.682],[0,38.953],[0,0],[0,0],[0,14.57],[-14.868,0],[0,0]],"v":[[-88.612,-80.435],[-60.065,-108.98],[-39.18,-108.98],[-40.139,-41.183],[-39.478,26.613],[-39.845,26.613],[-39.845,84.598],[-64.229,108.98],[-88.612,84.598]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[0,0],[-17.247,0],[0,0],[0,-47.577],[0.128,-0.411],[0,0],[0,0],[14.868,0],[0,14.57]],"o":[[0,-21.706],[0,0],[4.33,1.682],[0,38.953],[0,0],[0,0],[0,14.57],[-14.868,0],[0,0]],"v":[[-88.612,-80.435],[-60.065,-108.98],[-39.18,-108.98],[-40.139,-41.183],[-39.478,26.613],[-39.845,26.613],[-39.845,84.598],[-64.229,108.98],[-88.612,84.598]]}],"e":[{"i":[[0,0],[-21.668,0],[-5.231,-8.318],[0.37,-30.615],[0.16,-0.411],[0,0],[0,0],[18.679,0],[0,14.57]],"o":[[0,-21.706],[0,0],[6.981,11.1],[-0.471,38.951],[0,0],[0,0],[0,14.57],[-18.679,0],[0,0]],"v":[[-97.434,-130.435],[-61.572,-158.98],[-39.416,-148.917],[-36.537,-41.183],[-35.707,64.613],[-36.169,64.613],[-36.169,122.598],[-66.802,146.98],[-97.434,122.598]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[0,0],[-21.668,0],[-5.231,-8.318],[0.37,-30.615],[0.16,-0.411],[0,0],[0,0],[18.679,0],[0,14.57]],"o":[[0,-21.706],[0,0],[6.981,11.1],[-0.471,38.951],[0,0],[0,0],[0,14.57],[-18.679,0],[0,0]],"v":[[-97.434,-130.435],[-61.572,-158.98],[-39.416,-148.917],[-36.537,-41.183],[-35.707,64.613],[-36.169,64.613],[-36.169,122.598],[-66.802,146.98],[-97.434,122.598]]}],"e":[{"i":[[0,0],[-21.668,0],[-5.231,-8.318],[0.37,-30.615],[0.16,-0.411],[0,0],[0,0],[18.679,0],[0,14.57]],"o":[[0,-21.706],[0,0],[6.981,11.1],[-0.471,38.951],[0,0],[0,0],[0,14.57],[-18.679,0],[0,0]],"v":[[-97.434,-130.435],[-61.572,-158.98],[-39.416,-148.917],[-36.537,-41.183],[-35.707,64.613],[-36.169,64.613],[-36.169,112.598],[-66.802,136.98],[-97.434,112.598]]}]},{"t":14}]},"nm":"Path 2"},{"ty":"fl","fillEnabled":true,"c":{"k":[247,102,34,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[88.861,109.23]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":-9,"t":-50,"b":257,"r":213},"ip":0,"op":15,"st":0},{"ddd":0,"ind":47,"ty":4,"nm":"0_Lineas Outlines","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[824.194,621.925,0]},"a":{"k":[111.917,155.763,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":18,"s":[{"i":[[0.07,-2.121],[46.286,-1.017],[1.427,34.506],[0.04,1.303],[0.921,0],[0,0],[-0.046,-0.898],[-31.067,-31.669],[-41.154,17.413],[-2.739,53.713],[0.864,0],[0,0],[-2.128,0],[0,0],[0,0],[34.778,-30.494],[38.589,27.288],[2.349,46.063],[0,0],[0,0],[0,0],[-40.704,-8.486],[-11.021,8.503],[-3.376,16.558],[-0.472,14.288]],"o":[[-1.152,34.762],[-46.17,1.015],[-0.054,-1.303],[-0.03,-0.898],[0,0],[-0.864,0],[2.182,42.785],[32.093,32.714],[54.779,-23.178],[0.045,-0.898],[0,0],[-2.128,0],[0,0],[0,0],[-2.252,44.162],[-36.019,31.582],[-40.193,-28.422],[0,0],[0,0],[0,0],[1.091,32.901],[13.471,2.808],[13.95,-10.764],[2.861,-14.033],[0.07,-2.129]],"v":[[55.608,-56.613],[3.69,37.526],[-49.919,-52.705],[-50.059,-56.613],[-51.708,-58.262],[-117.47,-58.262],[-119.119,-56.613],[-76.447,64.728],[51.18,85.786],[124.668,-56.613],[123.019,-58.262],[57.258,-58.262],[57.258,-54.963],[123.019,-54.963],[121.369,-56.613],[74.157,67.538],[-62.003,72.755],[-115.82,-56.613],[-117.47,-54.963],[-51.708,-54.963],[-53.357,-56.613],[-8.186,39.791],[31.379,31.796],[54.539,-13.896],[58.907,-56.613]]}],"e":[{"i":[[0.064,-1.929],[42.094,-0.926],[1.363,31.378],[0.036,1.185],[0.838,0],[0,0],[-0.041,-0.817],[-28.254,-28.8],[-37.427,15.836],[-2.491,48.848],[0.786,0],[0,0],[-1.935,0],[0,0],[0,0],[31.628,-27.732],[35.094,24.817],[2.136,41.891],[0,0],[0,0],[0,0],[-37.018,-7.717],[-10.023,7.733],[-3.069,15.059],[-0.431,12.994]],"o":[[-1.048,31.614],[-41.988,0.923],[-0.049,-1.185],[-0.027,-0.817],[0,0],[-0.786,0],[1.984,38.91],[29.186,29.751],[49.818,-21.079],[0.041,-0.817],[0,0],[-1.935,0],[0,0],[0,0],[-2.048,40.162],[-32.757,28.722],[-36.553,-25.848],[0,0],[0,0],[0,0],[0.992,29.921],[12.251,2.554],[12.687,-9.789],[2.602,-12.762],[0.064,-1.936]],"v":[[48.049,-72.951],[0.833,12.662],[-47.921,-69.397],[-48.048,-72.951],[-49.548,-74.451],[-109.354,-74.451],[-110.854,-72.951],[-72.046,37.4],[44.022,56.551],[110.854,-72.951],[109.354,-74.451],[49.549,-74.451],[49.549,-71.451],[109.354,-71.451],[107.854,-72.951],[64.918,39.956],[-58.911,44.7],[-107.854,-72.951],[-109.354,-71.451],[-49.548,-71.451],[-51.048,-72.951],[-9.968,14.722],[26.014,7.451],[47.076,-34.103],[51.049,-72.951]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":20,"s":[{"i":[[0.064,-1.929],[42.094,-0.926],[1.363,31.378],[0.036,1.185],[0.838,0],[0,0],[-0.041,-0.817],[-28.254,-28.8],[-37.427,15.836],[-2.491,48.848],[0.786,0],[0,0],[-1.935,0],[0,0],[0,0],[31.628,-27.732],[35.094,24.817],[2.136,41.891],[0,0],[0,0],[0,0],[-37.018,-7.717],[-10.023,7.733],[-3.069,15.059],[-0.431,12.994]],"o":[[-1.048,31.614],[-41.988,0.923],[-0.049,-1.185],[-0.027,-0.817],[0,0],[-0.786,0],[1.984,38.91],[29.186,29.751],[49.818,-21.079],[0.041,-0.817],[0,0],[-1.935,0],[0,0],[0,0],[-2.048,40.162],[-32.757,28.722],[-36.553,-25.848],[0,0],[0,0],[0,0],[0.992,29.921],[12.251,2.554],[12.687,-9.789],[2.602,-12.762],[0.064,-1.936]],"v":[[48.049,-72.951],[0.833,12.662],[-47.921,-69.397],[-48.048,-72.951],[-49.548,-74.451],[-109.354,-74.451],[-110.854,-72.951],[-72.046,37.4],[44.022,56.551],[110.854,-72.951],[109.354,-74.451],[49.549,-74.451],[49.549,-71.451],[109.354,-71.451],[107.854,-72.951],[64.918,39.956],[-58.911,44.7],[-107.854,-72.951],[-109.354,-71.451],[-49.548,-71.451],[-51.048,-72.951],[-9.968,14.722],[26.014,7.451],[47.076,-34.103],[51.049,-72.951]]}],"e":[{"i":[[0.064,-1.929],[42.094,-0.925],[1.298,31.381],[0.036,1.185],[0.838,0],[0,0],[-0.042,-0.817],[-28.254,-28.8],[-37.427,15.836],[-2.491,48.848],[0.786,0],[0,0],[-1.935,0],[0,0],[0,0],[31.628,-27.732],[35.094,24.817],[2.136,41.891],[0,0],[0,0],[0,0],[-37.018,-7.717],[-10.023,7.733],[-3.07,15.059],[-0.429,12.994]],"o":[[-1.048,31.614],[-41.988,0.923],[-0.049,-1.185],[-0.027,-0.817],[0,0],[-0.786,0],[1.984,38.91],[29.186,29.751],[49.818,-21.079],[0.041,-0.817],[0,0],[-1.935,0],[0,0],[0,0],[-2.048,40.162],[-32.757,28.722],[-36.553,-25.848],[0,0],[0,0],[0,0],[0.992,29.921],[12.251,2.554],[12.687,-9.789],[2.602,-12.762],[0.064,-1.936]],"v":[[48.049,-67.701],[0.833,17.912],[-47.921,-64.147],[-48.048,-67.701],[-49.548,-69.201],[-109.354,-69.201],[-110.854,-67.701],[-72.046,42.65],[44.022,61.801],[110.854,-67.701],[109.354,-69.201],[49.549,-69.201],[49.549,-66.201],[109.354,-66.201],[107.854,-67.701],[64.918,45.206],[-58.911,49.95],[-107.854,-67.701],[-109.354,-66.201],[-49.548,-66.201],[-51.048,-67.701],[-9.968,19.972],[26.014,12.701],[47.076,-28.853],[51.049,-67.701]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":24,"s":[{"i":[[0.064,-1.929],[42.094,-0.925],[1.298,31.381],[0.036,1.185],[0.838,0],[0,0],[-0.042,-0.817],[-28.254,-28.8],[-37.427,15.836],[-2.491,48.848],[0.786,0],[0,0],[-1.935,0],[0,0],[0,0],[31.628,-27.732],[35.094,24.817],[2.136,41.891],[0,0],[0,0],[0,0],[-37.018,-7.717],[-10.023,7.733],[-3.07,15.059],[-0.429,12.994]],"o":[[-1.048,31.614],[-41.988,0.923],[-0.049,-1.185],[-0.027,-0.817],[0,0],[-0.786,0],[1.984,38.91],[29.186,29.751],[49.818,-21.079],[0.041,-0.817],[0,0],[-1.935,0],[0,0],[0,0],[-2.048,40.162],[-32.757,28.722],[-36.553,-25.848],[0,0],[0,0],[0,0],[0.992,29.921],[12.251,2.554],[12.687,-9.789],[2.602,-12.762],[0.064,-1.936]],"v":[[48.049,-67.701],[0.833,17.912],[-47.921,-64.147],[-48.048,-67.701],[-49.548,-69.201],[-109.354,-69.201],[-110.854,-67.701],[-72.046,42.65],[44.022,61.801],[110.854,-67.701],[109.354,-69.201],[49.549,-69.201],[49.549,-66.201],[109.354,-66.201],[107.854,-67.701],[64.918,45.206],[-58.911,49.95],[-107.854,-67.701],[-109.354,-66.201],[-49.548,-66.201],[-51.048,-67.701],[-9.968,19.972],[26.014,12.701],[47.076,-28.853],[51.049,-67.701]]}],"e":[{"i":[[0.064,-1.929],[42.094,-0.926],[1.329,31.379],[0.036,1.185],[0.838,0],[0,0],[-0.041,-0.817],[-28.254,-28.8],[-37.427,15.836],[-2.491,48.848],[0.786,0],[0,0],[-1.935,0],[0,0],[0,0],[31.628,-27.732],[35.094,24.817],[2.136,41.891],[0,0],[0,0],[0,0],[-37.018,-7.717],[-10.023,7.733],[-3.07,15.059],[-0.43,12.994]],"o":[[-1.048,31.614],[-41.988,0.923],[-0.049,-1.185],[-0.027,-0.817],[0,0],[-0.786,0],[1.984,38.91],[29.186,29.751],[49.818,-21.079],[0.041,-0.817],[0,0],[-1.935,0],[0,0],[0,0],[-2.048,40.162],[-32.757,28.722],[-36.553,-25.848],[0,0],[0,0],[0,0],[0.992,29.921],[12.251,2.554],[12.687,-9.789],[2.602,-12.762],[0.064,-1.936]],"v":[[48.049,-72.339],[0.833,13.274],[-47.921,-68.785],[-48.048,-72.339],[-49.548,-73.839],[-109.354,-73.839],[-110.854,-72.339],[-72.046,38.012],[44.022,57.163],[110.854,-72.339],[109.354,-73.839],[49.549,-73.839],[49.549,-70.839],[109.354,-70.839],[107.854,-72.339],[64.918,40.568],[-58.911,45.312],[-107.854,-72.339],[-109.354,-70.839],[-49.548,-70.839],[-51.048,-72.339],[-9.968,15.334],[26.014,8.063],[47.076,-33.491],[51.049,-72.339]]}]},{"t":29}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[16,40,84,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[111.89,237.639]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":18,"s":[{"i":[[0.008,2.128],[-9.324,23.98],[-19.374,1.36],[-0.842,-35.599],[0.013,-3.392],[-0.896,0],[0,0],[-0.011,0.899],[31.043,35.274],[37.227,-4.345],[18.031,-26.434],[-0.474,-40.279],[-0.907,0],[0,0],[2.128,0],[0,0],[0,0],[-34.347,34.334],[-37.557,-9.158],[-14.364,-25.026],[0.433,-36.81],[0,0],[0,0],[0,0],[8.54,23.709],[16.241,5.314],[12.004,-10.548],[2.97,-18.34],[-0.067,-16.196]],"o":[[-0.099,-25.45],[6.787,-17.455],[50.237,-3.525],[0.08,3.392],[-0.003,0.899],[0,0],[0.907,0],[0.533,-45.302],[-25.394,-28.855],[-31.768,3.708],[-23.283,34.132],[0.01,0.899],[0,0],[2.128,0],[0,0],[0,0],[-0.545,-46.377],[28.041,-28.03],[28.257,6.89],[18.663,32.516],[0,0],[0,0],[0,0],[0.097,-24.969],[-5.6,-15.547],[-15.217,-4.979],[-14.583,12.813],[-2.593,16.009],[0.009,2.127]],"v":[[-50.286,98.07],[-39.771,21.797],[-0.51,-10.493],[55.688,87.891],[55.782,98.07],[57.431,99.719],[123.382,99.719],[125.031,98.07],[87.683,-32.663],[-14.131,-67.129],[-91.614,-20.495],[-119.537,98.07],[-117.887,99.719],[-51.935,99.719],[-51.935,96.42],[-117.887,96.42],[-116.238,98.07],[-75.229,-35.209],[33.939,-61.187],[99.301,-10.688],[121.733,98.07],[123.382,96.42],[57.431,96.42],[59.08,98.07],[49.314,23.189],[17.421,-11.766],[-27.484,-2.853],[-50.348,49.523],[-53.584,98.07]]}],"e":[{"i":[[0.008,1.935],[-8.479,21.808],[-17.619,1.237],[-0.768,-32.375],[0.012,-3.085],[-0.815,0],[0,0],[-0.009,0.818],[28.231,32.08],[33.855,-3.951],[16.398,-24.04],[-0.431,-36.631],[-0.825,0],[0,0],[1.935,0],[0,0],[0,0],[-31.237,31.224],[-34.155,-8.329],[-13.063,-22.76],[0.394,-33.476],[0,0],[0,0],[0,0],[7.767,21.562],[14.77,4.833],[10.917,-9.592],[2.701,-16.679],[-0.057,-14.729]],"o":[[-0.09,-23.145],[6.172,-15.874],[45.687,-3.206],[0.073,3.085],[-0.003,0.818],[0,0],[0.825,0],[0.485,-41.199],[-23.094,-26.242],[-28.891,3.372],[-21.174,31.041],[0.009,0.818],[0,0],[1.935,0],[0,0],[0,0],[-0.496,-42.177],[25.501,-25.491],[25.698,6.266],[16.973,29.571],[0,0],[0,0],[0,0],[0.088,-22.708],[-5.093,-14.139],[-13.839,-4.528],[-13.262,11.653],[-2.358,14.559],[0.008,1.934]],"v":[[-48.257,76.876],[-38.695,7.512],[-2.989,-21.853],[48.119,67.619],[48.204,76.876],[49.704,78.376],[109.682,78.376],[111.182,76.876],[77.216,-42.016],[-15.377,-73.361],[-85.842,-30.949],[-111.236,76.876],[-109.736,78.376],[-49.757,78.376],[-49.757,75.376],[-109.736,75.376],[-108.236,76.876],[-70.941,-44.332],[28.34,-67.957],[87.782,-22.032],[108.182,76.876],[109.682,75.376],[49.704,75.376],[51.204,76.876],[42.322,8.777],[13.318,-23.012],[-27.52,-14.905],[-48.314,32.726],[-51.257,76.876]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":20,"s":[{"i":[[0.008,1.935],[-8.479,21.808],[-17.619,1.237],[-0.768,-32.375],[0.012,-3.085],[-0.815,0],[0,0],[-0.009,0.818],[28.231,32.08],[33.855,-3.951],[16.398,-24.04],[-0.431,-36.631],[-0.825,0],[0,0],[1.935,0],[0,0],[0,0],[-31.237,31.224],[-34.155,-8.329],[-13.063,-22.76],[0.394,-33.476],[0,0],[0,0],[0,0],[7.767,21.562],[14.77,4.833],[10.917,-9.592],[2.701,-16.679],[-0.057,-14.729]],"o":[[-0.09,-23.145],[6.172,-15.874],[45.687,-3.206],[0.073,3.085],[-0.003,0.818],[0,0],[0.825,0],[0.485,-41.199],[-23.094,-26.242],[-28.891,3.372],[-21.174,31.041],[0.009,0.818],[0,0],[1.935,0],[0,0],[0,0],[-0.496,-42.177],[25.501,-25.491],[25.698,6.266],[16.973,29.571],[0,0],[0,0],[0,0],[0.088,-22.708],[-5.093,-14.139],[-13.839,-4.528],[-13.262,11.653],[-2.358,14.559],[0.008,1.934]],"v":[[-48.257,76.876],[-38.695,7.512],[-2.989,-21.853],[48.119,67.619],[48.204,76.876],[49.704,78.376],[109.682,78.376],[111.182,76.876],[77.216,-42.016],[-15.377,-73.361],[-85.842,-30.949],[-111.236,76.876],[-109.736,78.376],[-49.757,78.376],[-49.757,75.376],[-109.736,75.376],[-108.236,76.876],[-70.941,-44.332],[28.34,-67.957],[87.782,-22.032],[108.182,76.876],[109.682,75.376],[49.704,75.376],[51.204,76.876],[42.322,8.777],[13.318,-23.012],[-27.52,-14.905],[-48.314,32.726],[-51.257,76.876]]}],"e":[{"i":[[0.008,1.935],[-8.479,21.808],[-17.619,1.237],[-0.768,-32.375],[0.012,-3.085],[-0.815,0],[0,0],[-0.009,0.818],[28.231,32.08],[33.855,-3.951],[16.398,-24.04],[-0.431,-36.631],[-0.825,0],[0,0],[1.935,0],[0,0],[0,0],[-31.237,31.224],[-34.155,-8.329],[-13.063,-22.76],[0.394,-33.476],[0,0],[0,0],[0,0],[7.767,21.562],[14.77,4.833],[10.917,-9.592],[2.701,-16.679],[-0.057,-14.729]],"o":[[-0.09,-23.145],[6.172,-15.874],[45.687,-3.206],[0.073,3.085],[-0.003,0.818],[0,0],[0.825,0],[0.485,-41.199],[-23.094,-26.242],[-28.891,3.372],[-21.174,31.041],[0.009,0.818],[0,0],[1.935,0],[0,0],[0,0],[-0.496,-42.177],[25.501,-25.491],[25.698,6.266],[16.973,29.571],[0,0],[0,0],[0,0],[0.088,-22.708],[-5.093,-14.139],[-13.839,-4.528],[-13.262,11.653],[-2.358,14.559],[0.008,1.934]],"v":[[-48.257,72.126],[-38.695,2.762],[-2.989,-26.603],[48.119,62.869],[48.204,72.126],[49.704,73.626],[109.682,73.626],[111.182,72.126],[77.216,-46.766],[-15.377,-78.11],[-85.842,-35.699],[-111.236,72.126],[-109.736,73.626],[-49.757,73.626],[-49.757,70.626],[-109.736,70.626],[-108.236,72.126],[-70.941,-49.081],[28.34,-72.706],[87.782,-26.782],[108.182,72.126],[109.682,70.626],[49.704,70.626],[51.204,72.126],[42.322,4.028],[13.318,-27.761],[-27.52,-19.655],[-48.314,27.976],[-51.257,72.126]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":24,"s":[{"i":[[0.008,1.935],[-8.479,21.808],[-17.619,1.237],[-0.768,-32.375],[0.012,-3.085],[-0.815,0],[0,0],[-0.009,0.818],[28.231,32.08],[33.855,-3.951],[16.398,-24.04],[-0.431,-36.631],[-0.825,0],[0,0],[1.935,0],[0,0],[0,0],[-31.237,31.224],[-34.155,-8.329],[-13.063,-22.76],[0.394,-33.476],[0,0],[0,0],[0,0],[7.767,21.562],[14.77,4.833],[10.917,-9.592],[2.701,-16.679],[-0.057,-14.729]],"o":[[-0.09,-23.145],[6.172,-15.874],[45.687,-3.206],[0.073,3.085],[-0.003,0.818],[0,0],[0.825,0],[0.485,-41.199],[-23.094,-26.242],[-28.891,3.372],[-21.174,31.041],[0.009,0.818],[0,0],[1.935,0],[0,0],[0,0],[-0.496,-42.177],[25.501,-25.491],[25.698,6.266],[16.973,29.571],[0,0],[0,0],[0,0],[0.088,-22.708],[-5.093,-14.139],[-13.839,-4.528],[-13.262,11.653],[-2.358,14.559],[0.008,1.934]],"v":[[-48.257,72.126],[-38.695,2.762],[-2.989,-26.603],[48.119,62.869],[48.204,72.126],[49.704,73.626],[109.682,73.626],[111.182,72.126],[77.216,-46.766],[-15.377,-78.11],[-85.842,-35.699],[-111.236,72.126],[-109.736,73.626],[-49.757,73.626],[-49.757,70.626],[-109.736,70.626],[-108.236,72.126],[-70.941,-49.081],[28.34,-72.706],[87.782,-26.782],[108.182,72.126],[109.682,70.626],[49.704,70.626],[51.204,72.126],[42.322,4.028],[13.318,-27.761],[-27.52,-19.655],[-48.314,27.976],[-51.257,72.126]]}],"e":[{"i":[[0.008,1.935],[-8.479,21.808],[-17.619,1.237],[-0.768,-32.375],[0.012,-3.085],[-0.815,0],[0,0],[-0.009,0.818],[28.231,32.08],[33.855,-3.951],[16.398,-24.04],[-0.431,-36.631],[-0.825,0],[0,0],[1.935,0],[0,0],[0,0],[-31.237,31.224],[-34.155,-8.329],[-13.063,-22.76],[0.394,-33.476],[0,0],[0,0],[0,0],[7.767,21.562],[14.77,4.833],[10.917,-9.592],[2.701,-16.679],[-0.057,-14.729]],"o":[[-0.09,-23.145],[6.172,-15.874],[45.687,-3.206],[0.073,3.085],[-0.003,0.818],[0,0],[0.825,0],[0.485,-41.199],[-23.094,-26.242],[-28.891,3.372],[-21.174,31.041],[0.009,0.818],[0,0],[1.935,0],[0,0],[0,0],[-0.496,-42.177],[25.501,-25.491],[25.698,6.266],[16.973,29.571],[0,0],[0,0],[0,0],[0.088,-22.708],[-5.093,-14.139],[-13.839,-4.528],[-13.262,11.653],[-2.358,14.559],[0.008,1.934]],"v":[[-48.257,76.515],[-38.695,7.15],[-2.989,-22.215],[48.119,67.258],[48.204,76.515],[49.704,78.015],[109.682,78.015],[111.182,76.515],[77.216,-42.377],[-15.377,-73.722],[-85.842,-31.311],[-111.236,76.515],[-109.736,78.015],[-49.757,78.015],[-49.757,75.015],[-109.736,75.015],[-108.236,76.515],[-70.941,-44.693],[28.34,-68.318],[87.782,-22.393],[108.182,76.515],[109.682,75.015],[49.704,75.015],[51.204,76.515],[42.322,8.416],[13.318,-23.373],[-27.52,-15.267],[-48.314,32.365],[-51.257,76.515]]}]},{"t":29}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[16,40,84,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[111.917,78.312]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 2"}],"bounds":{"l":-8,"t":-1,"b":334,"r":237},"ip":18,"op":79,"st":-24},{"ddd":0,"ind":49,"ty":4,"nm":"0_lunares Outlines","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[830.172,552.53,0],"e":[830.172,546.53,0],"to":[0,-1,0],"ti":[0,1,0]},{"t":26}]},"a":{"k":[109.989,75.82,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":20,"s":[113,113,100],"e":[100,100,100]},{"t":26}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0.933,-0.933],[0.154,-0.119],[1.518,0],[-0.064,2.726],[-0.553,0.843],[-0.901,0.547],[-1.038,0.071],[0,-2.585]],"o":[[-0.144,0.144],[-0.908,1.065],[-2.678,0],[0.023,-0.995],[0.572,-0.873],[0.905,-0.549],[2.723,-0.185],[0,1.321]],"v":[[106.031,50.672],[105.574,51.042],[101.829,52.803],[96.829,47.803],[97.655,44.848],[99.647,42.888],[102.495,42.136],[107.495,47.136]]}},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":{"i":[[6.449,0],[-6.449,0]],"o":[[-6.449,0],[6.449,0]],"v":[[73.162,56.803],[73.162,46.803]]}},"nm":"Path 2"},{"ind":2,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[-2.725,0],[0,-2.725],[0,0],[2.726,0],[0,2.726]],"o":[[0,-2.725],[2.726,0],[0,0],[0,2.726],[-2.725,0],[0,0]],"v":[[67.495,-2.864],[72.495,-7.864],[77.495,-2.864],[77.495,-2.197],[72.495,2.803],[67.495,-2.197]]}},"nm":"Path 3"},{"ind":3,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[2.725,0],[0,2.726],[0,0],[-2.726,0],[0,-2.725]],"o":[[0,2.726],[-2.726,0],[0,0],[0,-2.725],[2.725,0],[0,0]],"v":[[66.829,25.803],[61.829,30.803],[56.829,25.803],[56.829,25.136],[61.829,20.136],[66.829,25.136]]}},"nm":"Path 4"},{"ind":4,"ty":"sh","closed":true,"ks":{"k":{"i":[[6.448,0],[-6.449,0]],"o":[[-6.449,0],[6.448,0]],"v":[[45.829,-36.53],[45.829,-46.53]]}},"nm":"Path 5"},{"ind":5,"ty":"sh","closed":true,"ks":{"k":{"i":[[6.449,0],[-6.448,0]],"o":[[-6.448,0],[6.449,0]],"v":[[14.495,-31.197],[14.495,-41.197]]}},"nm":"Path 6"},{"ind":6,"ty":"sh","closed":true,"ks":{"k":{"i":[[2.726,0],[0,0],[0,2.726],[-2.725,0],[0,0],[0,-2.725]],"o":[[0,0],[-2.725,0],[0,-2.725],[0,0],[2.726,0],[0,2.726]],"v":[[-12.838,-55.864],[-13.505,-55.864],[-18.505,-60.864],[-13.505,-65.864],[-12.838,-65.864],[-7.838,-60.864]]}},"nm":"Path 7"},{"ind":7,"ty":"sh","closed":true,"ks":{"k":{"i":[[6.448,0],[-6.449,0]],"o":[[-6.449,0],[6.448,0]],"v":[[-24.171,-30.53],[-24.171,-40.53]]}},"nm":"Path 8"},{"ind":8,"ty":"sh","closed":true,"ks":{"k":{"i":[[6.449,0],[-6.449,0]],"o":[[-6.449,0],[6.449,0]],"v":[[-52.838,-22.53],[-52.838,-32.53]]}},"nm":"Path 9"},{"ind":9,"ty":"sh","closed":true,"ks":{"k":{"i":[[6.448,0],[-6.449,0]],"o":[[-6.449,0],[6.448,0]],"v":[[-60.171,74.136],[-60.171,64.136]]}},"nm":"Path 10"},{"ind":10,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,2.726],[0,0],[-2.725,0],[0,-2.725],[0,0],[2.726,0]],"o":[[0,0],[0,-2.725],[2.726,0],[0,0],[0,2.726],[-2.725,0]],"v":[[-71.838,13.803],[-71.838,13.136],[-66.838,8.136],[-61.838,13.136],[-61.838,13.803],[-66.838,18.803]]}},"nm":"Path 11"},{"ind":11,"ty":"sh","closed":true,"ks":{"k":{"i":[[6.448,0],[-6.449,0]],"o":[[-6.449,0],[6.448,0]],"v":[[-82.171,56.136],[-82.171,46.136]]}},"nm":"Path 12"},{"ind":12,"ty":"sh","closed":true,"ks":{"k":{"i":[[0.922,1.112],[0,1.532],[-2.726,-0.005],[-1.128,-1.128],[-0.002,-1.531],[2.723,0]],"o":[[-1.112,-0.922],[0,-2.723],[1.559,0.002],[1.112,1.112],[0.005,2.726],[-1.532,0]],"v":[[-89.328,-11.707],[-91.171,-15.53],[-86.171,-20.53],[-82.037,-18.965],[-80.505,-14.864],[-85.505,-9.864]]}},"nm":"Path 13"},{"ind":13,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[4.155,15.713],[0.076,0],[0,2.536],[0,0],[-1.463,0.819],[8.451,10.161],[2.128,0],[0,2.537],[0,0],[-2.057,0.578],[18.557,3.992],[0,-0.678],[0,0],[2.726,0],[0,2.537],[0,0],[-0.947,0.851],[6.586,0],[16.096,-9.647],[5.568,0],[0.23,2.133],[6.512,-33.161],[0,-2.43],[0,0],[2.725,0],[0.42,0.11],[0.201,-9.991],[-1.36,0],[0,0],[0,-2.536],[2.726,0],[0,0],[0.914,0.873],[0.204,-9.999],[-0.865,12.004],[0,0.736],[-0.782,8.214],[0,2.194],[0,0],[-2.725,0],[-0.037,-0.001],[-2.964,7.456],[0,1.384],[-2.725,-0.06],[-0.165,-0.015],[-17.046,0],[-7.944,-13.053],[-1.594,0],[0,0],[0,-2.537],[2.726,0],[0,0],[0.021,0.001],[-0.334,-24.888],[-0.01,-0.259],[-0.595,-6.283],[-1.869,2.945],[0,1.871]],"o":[[-0.075,0.003],[-2.725,0],[0,0],[0,-1.679],[-4.899,-14.669],[-0.71,1.774],[-2.726,0],[0,0],[0,-2.082],[-12.851,-12.744],[0.291,0.585],[0,0],[0,2.537],[-2.725,0],[0,0],[0,-1.298],[-6.109,-0.877],[-21.828,0],[4.045,1.897],[-2.974,0],[-20.579,15.134],[2.572,0.168],[0,0],[0,2.536],[-0.453,0],[-1.263,8.831],[0.908,-0.843],[0,0],[2.726,0],[0,2.537],[0,0],[-1.388,0],[0.006,1.538],[-0.195,9.533],[0.77,-10.689],[0,-9.486],[-2.224,-0.467],[0,0],[0,-2.536],[0.038,0],[1.454,-9.871],[-1.027,-0.843],[0,-2.492],[0.161,0.004],[7.948,-14.275],[16.268,0],[0.921,-1.107],[0,0],[2.726,0],[0,2.536],[0,0],[-0.021,0],[6.548,14.897],[0.255,-0.033],[0.239,6.157],[0.825,8.709],[2.508,-3.952],[0,-20.326]],"v":[[103.384,16.792],[103.162,16.814],[98.162,12.161],[98.162,11.54],[100.632,7.562],[80.503,-29.685],[75.829,-26.615],[70.829,-31.268],[70.829,-31.889],[74.427,-36.327],[27.032,-61.441],[27.495,-59.533],[27.495,-57.945],[22.495,-53.292],[17.495,-57.945],[17.495,-59.533],[19.043,-62.865],[-0.004,-64.186],[-57.226,-49.712],[-59.505,-40.884],[-64.309,-44.997],[-105.836,27.393],[-101.171,32.013],[-101.171,32.634],[-106.171,37.287],[-107.477,37.1],[-109.686,65.334],[-106.171,63.963],[-105.505,63.963],[-100.505,68.616],[-105.505,73.269],[-106.171,73.269],[-109.738,71.845],[-109.691,76.465],[-49.729,76.465],[-49.738,74.279],[-48.576,47.716],[-52.505,43.18],[-52.505,42.56],[-47.505,37.907],[-47.395,37.918],[-40.809,11.868],[-42.505,8.438],[-37.505,3.785],[-37.012,3.821],[-0.004,-18.286],[35.889,1.905],[39.829,0.063],[40.495,0.063],[45.495,4.716],[40.495,9.369],[39.829,9.369],[39.767,9.362],[48.369,58.899],[49.167,58.841],[49.908,79.348],[105.257,81.818],[109.738,70.837]]}],"e":[{"i":[[4.155,16.885],[0.076,0],[0,2.725],[0,0],[-1.463,0.88],[8.451,10.919],[2.128,0],[0,2.726],[0,0],[-2.057,0.621],[18.557,4.29],[0,-0.729],[0,0],[2.726,0],[0,2.726],[0,0],[-0.947,0.914],[6.586,0],[16.096,-10.366],[5.568,0],[0.23,2.292],[6.512,-35.634],[0,-2.611],[0,0],[2.725,0],[0.42,0.118],[0.201,-10.736],[-1.36,0],[0,0],[0,-2.725],[2.726,0],[0,0],[0.914,0.938],[-0.03,-1.658],[0,0],[0,0.791],[-0.782,8.826],[0,2.358],[0,0],[-2.725,0],[-0.037,-0.001],[-2.964,8.012],[0,1.487],[-2.725,-0.064],[-0.165,-0.016],[-17.046,0],[-7.944,-14.026],[-1.594,0],[0,0],[0,-2.726],[2.726,0],[0,0],[0.021,0.001],[-0.334,-26.744],[-0.279,0],[1.456,-2.963],[0,0],[0,2.011]],"o":[[-0.075,0.003],[-2.725,0],[0,0],[0,-1.804],[-4.899,-15.763],[-0.71,1.906],[-2.726,0],[0,0],[0,-2.237],[-12.851,-13.694],[0.291,0.629],[0,0],[0,2.726],[-2.725,0],[0,0],[0,-1.395],[-6.109,-0.942],[-21.828,0],[4.045,2.038],[-2.974,0],[-20.579,16.263],[2.572,0.18],[0,0],[0,2.725],[-0.453,0],[-1.263,9.49],[0.908,-0.906],[0,0],[2.726,0],[0,2.726],[0,0],[-1.388,0],[0.006,1.653],[0,0],[-0.004,-0.78],[0,-10.193],[-2.224,-0.502],[0,0],[0,-2.725],[0.038,0],[1.454,-10.607],[-1.027,-0.906],[0,-2.678],[0.161,0.004],[7.948,-15.339],[16.268,0],[0.921,-1.19],[0,0],[2.726,0],[0,2.725],[0,0],[-0.021,0],[6.548,16.008],[0.255,-0.036],[4.313,0],[0,0],[0.036,-2.02],[0,-21.842]],"v":[[103.384,11.447],[103.162,11.47],[98.162,6.47],[98.162,5.803],[100.632,1.529],[80.503,-38.496],[75.829,-35.197],[70.829,-40.197],[70.829,-40.864],[74.427,-45.633],[27.032,-72.62],[27.495,-70.57],[27.495,-68.864],[22.495,-63.864],[17.495,-68.864],[17.495,-70.57],[19.043,-74.15],[-0.004,-75.57],[-57.226,-60.016],[-59.505,-50.53],[-64.309,-54.95],[-105.836,22.838],[-101.171,27.803],[-101.171,28.47],[-106.171,33.47],[-107.477,33.269],[-109.686,63.609],[-106.171,62.136],[-105.505,62.136],[-100.505,67.136],[-105.505,72.136],[-106.171,72.136],[-109.738,70.605],[-109.691,75.57],[-49.729,75.57],[-49.738,73.221],[-48.576,44.677],[-52.505,39.803],[-52.505,39.136],[-47.505,34.136],[-47.395,34.148],[-40.809,6.156],[-42.505,2.47],[-37.505,-2.53],[-37.012,-2.491],[-0.004,-26.247],[35.889,-4.55],[39.829,-6.53],[40.495,-6.53],[45.495,-1.53],[40.495,3.47],[39.829,3.47],[39.767,3.463],[49.697,68.198],[50.495,68.136],[54.776,75.57],[109.681,75.57],[109.738,69.522]]}]},{"t":23}]},"nm":"Path 14"},{"ty":"fl","fillEnabled":true,"c":{"k":[123,196,136,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[109.988,75.82]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":161,"r":220},"ip":20,"op":79,"st":-24},{"ddd":0,"ind":50,"ty":4,"nm":"0 Outlines 4","ks":{"o":{"k":100},"r":{"k":9},"p":{"k":[830.167,619.751,0]},"a":{"k":[109.993,149.04,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[-2.374,0.059],[-3.896,18.666],[6.667,-0.073],[-1.92,-15.795]],"o":[[2.28,-0.056],[3.38,-16.194],[-7.269,0.08],[1.953,16.064]],"v":[[-8.898,139.637],[-3.547,106.226],[-8.898,80.815],[-13.732,111.387]]}],"e":[{"i":[[-1.987,-0.327],[-6.206,14.934],[5.019,2.605],[0.905,-13.464]],"o":[[1.908,0.314],[5.384,-12.956],[-7.677,-3.984],[-0.92,13.694]],"v":[[-2.638,-114.356],[5.141,-141.032],[12.585,-170.88],[-6.114,-141.075]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[-1.987,-0.327],[-6.206,14.934],[5.019,2.605],[0.905,-13.464]],"o":[[1.908,0.314],[5.384,-12.956],[-7.677,-3.984],[-0.92,13.694]],"v":[[-2.638,-114.356],[5.141,-141.032],[12.585,-170.88],[-6.114,-141.075]]}],"e":[{"i":[[-0.95,-1.543],[-14.141,3.423],[-2.567,17.877],[20.776,-8.496]],"o":[[0.912,1.482],[24.881,-6.023],[3.213,-22.376],[-11.429,4.674]],"v":[[17.837,-143.445],[50.462,-154.555],[98.077,-164.062],[43.853,-162.226]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[-0.95,-1.543],[-14.141,3.423],[-2.567,17.877],[20.776,-8.496]],"o":[[0.912,1.482],[24.881,-6.023],[3.213,-22.376],[-11.429,4.674]],"v":[[17.837,-143.445],[50.462,-154.555],[98.077,-164.062],[43.853,-162.226]]}],"e":[{"i":[[-0.613,-1.632],[-8.999,-6.159],[-10.353,10.141],[16.089,1.955]],"o":[[0.589,1.567],[16.068,6.223],[9.315,-13.442],[-8.353,0.617]],"v":[[60.473,-176.028],[82.637,-167.115],[116.658,-155.932],[82.56,-176.952]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[{"i":[[-0.613,-1.632],[-8.999,-6.159],[-10.353,10.141],[16.089,1.955]],"o":[[0.589,1.567],[16.068,6.223],[9.315,-13.442],[-8.353,0.617]],"v":[[60.473,-176.028],[82.637,-167.115],[116.658,-155.932],[82.56,-176.952]]}],"e":[{"i":[[0.061,-1.811],[1.285,-25.322],[-25.925,-5.331],[6.716,22.858]],"o":[[-0.059,1.739],[-1.559,30.714],[21.519,4.425],[-2.202,-7.497]],"v":[[126.972,-122.671],[128.215,-73.712],[135.048,-21.15],[141.201,-87.882]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[{"i":[[0.061,-1.811],[1.285,-25.322],[-25.925,-5.331],[6.716,22.858]],"o":[[-0.059,1.739],[-1.559,30.714],[21.519,4.425],[-2.202,-7.497]],"v":[[126.972,-122.671],[128.215,-73.712],[135.048,-21.15],[141.201,-87.882]]}],"e":[{"i":[[-0.072,-0.339],[-0.317,-4.686],[-4.489,0.596],[2.917,10.087]],"o":[[0.07,0.326],[0.625,9.245],[5.071,-0.674],[-0.415,-1.436]],"v":[[165.737,86.741],[166.905,98.946],[170.888,114.14],[169.149,97.656]]}]},{"t":31}]},"nm":"Path 1"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,203,27,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[139.993,149.04]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 4"}],"bounds":{"l":125,"t":-28,"b":289,"r":314},"ip":18,"op":32,"st":-23},{"ddd":0,"ind":51,"ty":4,"nm":"0 Outlines 3","ks":{"o":{"k":100},"r":{"k":9},"p":{"k":[830.167,619.751,0]},"a":{"k":[109.993,149.04,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[-2.374,0.059],[-3.896,18.666],[6.667,-0.073],[-1.92,-15.795]],"o":[[2.28,-0.056],[3.38,-16.194],[-7.269,0.08],[1.953,16.064]],"v":[[-8.898,139.637],[-3.547,106.226],[-8.898,80.815],[-13.732,111.387]]}],"e":[{"i":[[-1.987,-0.327],[-6.206,14.934],[5.019,2.605],[0.905,-13.464]],"o":[[1.908,0.314],[5.384,-12.956],[-7.677,-3.984],[-0.92,13.694]],"v":[[-2.638,-114.356],[5.141,-141.032],[12.585,-170.88],[-6.114,-141.075]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[-1.987,-0.327],[-6.206,14.934],[5.019,2.605],[0.905,-13.464]],"o":[[1.908,0.314],[5.384,-12.956],[-7.677,-3.984],[-0.92,13.694]],"v":[[-2.638,-114.356],[5.141,-141.032],[12.585,-170.88],[-6.114,-141.075]]}],"e":[{"i":[[-1.468,-0.935],[-9.413,6.876],[0.039,9.167],[7.408,-10.172]],"o":[[1.41,0.898],[9.413,-6.876],[-2.232,-13.18],[-7.408,10.172]],"v":[[7.599,-128.901],[27.802,-147.794],[55.331,-167.471],[18.87,-151.65]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[-1.468,-0.935],[-9.413,6.876],[0.039,9.167],[7.408,-10.172]],"o":[[1.41,0.898],[9.413,-6.876],[-2.232,-13.18],[-7.408,10.172]],"v":[[7.599,-128.901],[27.802,-147.794],[55.331,-167.471],[18.87,-151.65]]}],"e":[{"i":[[-0.95,-1.543],[-14.141,3.423],[-2.567,17.877],[20.776,-8.496]],"o":[[0.912,1.482],[24.881,-6.023],[3.213,-22.376],[-11.429,4.674]],"v":[[17.837,-143.445],[50.462,-154.555],[98.077,-164.062],[43.853,-162.226]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26,"s":[{"i":[[-0.95,-1.543],[-14.141,3.423],[-2.567,17.877],[20.776,-8.496]],"o":[[0.912,1.482],[24.881,-6.023],[3.213,-22.376],[-11.429,4.674]],"v":[[17.837,-143.445],[50.462,-154.555],[98.077,-164.062],[43.853,-162.226]]}],"e":[{"i":[[-0.407,-1.242],[-11.5,-6.767],[-10.226,10.992],[15.461,3.626]],"o":[[0.391,1.192],[16.874,8.86],[10.666,-12.193],[-12.139,-3.835]],"v":[[117.491,-134.305],[145.296,-123.136],[182.222,-104.943],[148.741,-133.206]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28,"s":[{"i":[[-0.407,-1.242],[-11.5,-6.767],[-10.226,10.992],[15.461,3.626]],"o":[[0.391,1.192],[16.874,8.86],[10.666,-12.193],[-12.139,-3.835]],"v":[[117.491,-134.305],[145.296,-123.136],[182.222,-104.943],[148.741,-133.206]]}],"e":[{"i":[[-0.208,-0.634],[-4.321,-2.353],[-4.032,6.169],[3.339,1.355]],"o":[[0.2,0.609],[7.314,3.982],[4.524,-6.922],[-3.339,-1.355]],"v":[[160.22,-113.32],[174.548,-103.506],[192.878,-97.496],[176.306,-108.646]]}]},{"t":31}]},"nm":"Path 1"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[123,196,136,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[139.993,149.04]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 4"}],"bounds":{"l":125,"t":-27,"b":289,"r":334},"ip":18,"op":31,"st":-22},{"ddd":0,"ind":52,"ty":4,"nm":"A_PicosVerde Outlines 4","parent":61,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[164.594,179.567,0]},"a":{"k":[33.889,42.759,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[-0.583,18.781],[16.041,-0.562],[-0.248,-8.827],[-4.88,-0.086]],"o":[[0.372,-11.987],[-17.081,0.599],[0.433,15.403],[4.796,0.084]],"v":[[-14.261,-103.184],[-29.189,-132.714],[-44.198,-102.728],[-30.046,-49.09]]}],"e":[{"i":[[-0.427,18.781],[11.746,-0.562],[-0.182,-8.827],[-3.574,-0.086]],"o":[[0.272,-11.987],[-12.508,0.599],[0.317,15.403],[3.512,0.084]],"v":[[-19.83,-166.601],[-30.762,-206.131],[-41.752,-166.145],[-31.39,-79.09]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[-0.427,18.781],[11.746,-0.562],[-0.182,-8.827],[-3.574,-0.086]],"o":[[0.272,-11.987],[-12.508,0.599],[0.317,15.403],[3.512,0.084]],"v":[[-19.83,-166.601],[-30.762,-206.131],[-41.752,-166.145],[-31.39,-79.09]]}],"e":[{"i":[[-0.427,18.781],[11.746,-0.562],[-0.182,-8.827],[-3.574,-0.086]],"o":[[0.272,-11.987],[-12.508,0.599],[0.317,15.403],[3.512,0.084]],"v":[[-15.658,-247.917],[-26.589,-287.447],[-37.579,-247.461],[-29.303,-112.508]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[-0.427,18.781],[11.746,-0.562],[-0.182,-8.827],[-3.574,-0.086]],"o":[[0.272,-11.987],[-12.508,0.599],[0.317,15.403],[3.512,0.084]],"v":[[-15.658,-247.917],[-26.589,-287.447],[-37.579,-247.461],[-29.303,-112.508]]}],"e":[{"i":[[-0.499,15.564],[12.358,0.359],[-0.212,-7.315],[-10.422,-0.29]],"o":[[0.319,-9.934],[-12.042,-0.35],[0.371,12.765],[10.661,0.297]],"v":[[-11.902,-267.211],[-24.691,-286.355],[-37.549,-266.834],[-25.425,-245.23]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[-0.499,15.564],[12.358,0.359],[-0.212,-7.315],[-10.422,-0.29]],"o":[[0.319,-9.934],[-12.042,-0.35],[0.371,12.765],[10.661,0.297]],"v":[[-11.902,-267.211],[-24.691,-286.355],[-37.549,-266.834],[-25.425,-245.23]]}],"e":[{"i":[[-0.499,15.564],[12.358,0.359],[-0.212,-7.315],[-10.422,-0.29]],"o":[[0.319,-9.934],[-12.042,-0.35],[0.371,12.765],[10.661,0.297]],"v":[[-11.902,-275.844],[-24.691,-294.988],[-37.549,-275.466],[-25.425,-253.863]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[-0.499,15.564],[12.358,0.359],[-0.212,-7.315],[-10.422,-0.29]],"o":[[0.319,-9.934],[-12.042,-0.35],[0.371,12.765],[10.661,0.297]],"v":[[-11.902,-275.844],[-24.691,-294.988],[-37.549,-275.466],[-25.425,-253.863]]}],"e":[{"i":[[-0.427,41.933],[10.564,0.968],[-0.182,-19.709],[-8.908,-0.782]],"o":[[0.272,-26.764],[-10.293,-0.943],[0.317,34.392],[9.113,0.799]],"v":[[-15.658,-227.058],[-26.589,-278.635],[-37.579,-226.04],[-27.217,-167.835]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[-0.427,41.933],[10.564,0.968],[-0.182,-19.709],[-8.908,-0.782]],"o":[[0.272,-26.764],[-10.293,-0.943],[0.317,34.392],[9.113,0.799]],"v":[[-15.658,-227.058],[-26.589,-278.635],[-37.579,-226.04],[-27.217,-167.835]]}],"e":[{"i":[[-14.173,19.993],[54.654,0.043],[-17.429,-31.684],[-24.567,-2.289]],"o":[[18.689,-20.665],[-47.62,-0.092],[17.199,24.502],[29.421,2.749]],"v":[[2.068,-96.776],[-45.467,-198.139],[-106.825,-101.351],[-55.887,-66.468]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[-14.173,19.993],[54.654,0.043],[-17.429,-31.684],[-24.567,-2.289]],"o":[[18.689,-20.665],[-47.62,-0.092],[17.199,24.502],[29.421,2.749]],"v":[[2.068,-96.776],[-45.467,-198.139],[-106.825,-101.351],[-55.887,-66.468]]}],"e":[{"i":[[-41.211,9.075],[98.743,-0.882],[-41.046,-5.716],[-40.227,-3.797]],"o":[[37.602,-4.444],[-84.947,0.759],[34.082,14.612],[49.729,4.698]],"v":[[7.274,33.506],[-64.345,-117.643],[-159.379,21.11],[-77.255,27.101]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[-41.211,9.075],[98.743,-0.882],[-41.046,-5.716],[-40.227,-3.797]],"o":[[37.602,-4.444],[-84.947,0.759],[34.082,14.612],[49.729,4.698]],"v":[[7.274,33.506],[-64.345,-117.643],[-159.379,21.11],[-77.255,27.101]]}],"e":[{"i":[[-51.407,0.861],[120.662,3.69],[-51.262,-2.218],[-48.056,-4.55]],"o":[[46.934,1.137],[-101.545,-3.043],[38.972,6.849],[59.884,5.673]],"v":[[11.442,91.964],[-83.174,-55.117],[-166.356,87.91],[-79.593,27.38]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[-51.407,0.861],[120.662,3.69],[-51.262,-2.218],[-48.056,-4.55]],"o":[[46.934,1.137],[-101.545,-3.043],[38.972,6.849],[59.884,5.673]],"v":[[11.442,91.964],[-83.174,-55.117],[-166.356,87.91],[-79.593,27.38]]}],"e":[{"i":[[-61.603,-7.354],[142.581,8.262],[-61.478,1.28],[-55.886,-5.304]],"o":[[56.266,6.717],[-118.143,-6.846],[43.863,-0.913],[70.038,6.647]],"v":[[15.61,150.421],[-76.964,-37.147],[-173.333,154.71],[-81.931,27.659]]}]},{"t":20}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[123,196,136,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[33.889,42.76]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":-169,"t":-253,"b":198,"r":83},"ip":5,"op":20,"st":-2},{"ddd":0,"ind":53,"ty":4,"nm":"0 Outlines 2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[830.167,619.751,0]},"a":{"k":[109.993,149.04,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":18,"s":[{"i":[[-3.308,-1.994],[-1.09,-4.058],[1.005,3.742],[4.908,2.959]],"o":[[3.602,2.172],[1.002,3.733],[-1.488,-5.54],[-3.322,-2.003]],"v":[[-1.319,-7.046],[5.837,2.497],[11.622,0.902],[1.709,-12.227]]}],"e":[{"i":[[-3.308,-1.89],[-1.089,-3.846],[1.005,3.547],[4.908,2.805]],"o":[[3.602,2.059],[1.002,3.538],[-1.488,-5.251],[-3.322,-1.898]],"v":[[-2.356,8.16],[4.8,17.205],[10.585,15.693],[0.672,3.25]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":20,"s":[{"i":[[-3.308,-1.89],[-1.089,-3.846],[1.005,3.547],[4.908,2.805]],"o":[[3.602,2.059],[1.002,3.538],[-1.488,-5.251],[-3.322,-1.898]],"v":[[-2.356,8.16],[4.8,17.205],[10.585,15.693],[0.672,3.25]]}],"e":[{"i":[[-3.308,-1.994],[-1.09,-4.058],[1.005,3.742],[4.908,2.959]],"o":[[3.602,2.172],[1.002,3.733],[-1.488,-5.54],[-3.322,-2.003]],"v":[[-5.319,-3.046],[1.837,6.497],[7.622,4.902],[-2.291,-8.227]]}]},{"t":24}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[181.779,52.669]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":18,"s":[{"i":[[-3.869,0],[3.869,0]],"o":[[3.869,0],[-3.869,0]],"v":[[-10,15],[-10,9]]}],"e":[{"i":[[-4.172,0],[4.172,0]],"o":[[4.172,0],[-4.172,0]],"v":[[-6.266,13],[-6.266,6.867]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":20,"s":[{"i":[[-4.172,0],[4.172,0]],"o":[[4.172,0],[-4.172,0]],"v":[[-6.266,13],[-6.266,6.867]]}],"e":[{"i":[[-3.869,0],[3.869,0]],"o":[[3.869,0],[-3.869,0]],"v":[[0,3],[0,-3]]}]},{"t":24}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[47.826,254.289]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":18,"s":[{"i":[[-0.945,-3.754],[-7.713,-6.345],[2.991,2.46],[2.207,8.77]],"o":[[2.435,9.678],[2.962,2.437],[-6.976,-5.739],[-0.944,-3.75]],"v":[[-20.872,1.196],[-5.415,25.711],[-1.173,21.469],[-15.087,-0.398]]}],"e":[{"i":[[-1.019,-3.837],[-8.317,-6.486],[3.225,2.515],[2.381,8.964]],"o":[[2.626,9.892],[3.194,2.491],[-7.523,-5.866],[-1.018,-3.833]],"v":[[-19.231,-1.583],[-2.563,23.474],[2.012,19.138],[-12.992,-3.213]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":20,"s":[{"i":[[-1.019,-3.837],[-8.317,-6.486],[3.225,2.515],[2.381,8.964]],"o":[[2.626,9.892],[3.194,2.491],[-7.523,-5.866],[-1.018,-3.833]],"v":[[-19.231,-1.583],[-2.563,23.474],[2.012,19.138],[-12.992,-3.213]]}],"e":[{"i":[[-0.945,-3.754],[-7.713,-6.345],[2.991,2.46],[2.207,8.77]],"o":[[2.435,9.678],[2.962,2.437],[-6.976,-5.739],[-0.944,-3.75]],"v":[[-10.872,-10.804],[4.585,13.711],[8.827,9.469],[-5.087,-12.398]]}]},{"t":24}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,255,255,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[32.005,232.844]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":18,"s":[{"i":[[-2.705,0],[0,6.287],[3.091,0],[0,-5.269]],"o":[[2.705,0],[0,-5.269],[-3.091,0],[0,6.287]],"v":[[-2.417,22.25],[1.833,13.75],[-2.417,5.249],[-6.667,13.75]]}],"e":[{"i":[[-31.182,0],[0,72.487],[35.637,0],[0,-60.744]],"o":[[31.182,0],[0,-60.744],[-35.637,0],[0,72.487]],"v":[[-3.167,116.249],[45.833,18.249],[-3.167,-79.751],[-52.167,18.249]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":20,"s":[{"i":[[-31.182,0],[0,72.487],[35.637,0],[0,-60.744]],"o":[[31.182,0],[0,-60.744],[-35.637,0],[0,72.487]],"v":[[-3.167,116.249],[45.833,18.249],[-3.167,-79.751],[-52.167,18.249]]}],"e":[{"i":[[-31.648,0],[0,73.573],[36.171,0],[0,-61.654]],"o":[[31.649,0],[0,-61.654],[-36.17,0],[0,73.573]],"v":[[0,99.468],[49.734,0],[0,-99.468],[-49.733,0]]}]},{"t":24}]},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[-71.826,0],[0,-104.636],[93.553,0],[0,78.477]],"o":[[71.826,0],[0,78.477],[-93.551,0],[0,-104.636]],"v":[[-0.923,-141.751],[117.457,14.759],[-0.923,179.249],[-119.303,14.759]]}],"e":[{"i":[[-70.08,0],[0,-96.763],[91.277,0],[0,72.572]],"o":[[70.08,0],[0,72.572],[-91.276,0],[0,-96.763]],"v":[[-0.615,-127.751],[114.886,16.983],[-0.615,169.096],[-116.116,16.983]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[-70.08,0],[0,-96.763],[91.277,0],[0,72.572]],"o":[[70.08,0],[0,72.572],[-91.276,0],[0,-96.763]],"v":[[-0.615,-127.751],[114.886,16.983],[-0.615,169.096],[-116.116,16.983]]}],"e":[{"i":[[-66.586,0],[0,-97.002],[86.727,0],[0,72.751]],"o":[[66.586,0],[0,72.751],[-86.726,0],[0,-97.002]],"v":[[0,-148.79],[109.743,-3.699],[0,148.79],[-109.743,-3.699]]}]},{"t":24}]},"nm":"Path 2"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[254,145,107,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[109.993,149.04]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 4"}],"bounds":{"l":-10,"t":0,"b":329,"r":228},"ip":18,"op":82,"st":-21},{"ddd":0,"ind":54,"ty":4,"nm":"0 Outlines 5","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[830.167,619.751,0]},"a":{"k":[109.993,149.04,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[-16.332,0],[0,24.773],[18.665,0],[0,-20.76]],"o":[[16.332,0],[0,-20.76],[-18.665,0],[0,24.773]],"v":[[11.497,-198.767],[37.16,-232.259],[11.497,-265.751],[-14.167,-232.259]]}],"e":[{"i":[[-15.632,0],[0,23.711],[17.865,0],[0,-19.87]],"o":[[15.632,0],[0,-19.87],[-17.865,0],[0,23.711]],"v":[[11.397,-242.638],[35.96,-274.694],[11.397,-306.751],[-13.167,-274.694]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[-15.632,0],[0,23.711],[17.865,0],[0,-19.87]],"o":[[15.632,0],[0,-19.87],[-17.865,0],[0,23.711]],"v":[[11.397,-242.638],[35.96,-274.694],[11.397,-306.751],[-13.167,-274.694]]}],"e":[{"i":[[-19.749,0],[0,29.956],[22.57,0],[0,-25.103]],"o":[[19.749,0],[0,-25.103],[-22.57,0],[0,29.956]],"v":[[8.127,-264.751],[39.16,-305.251],[8.127,-345.751],[-22.907,-305.251]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[-19.749,0],[0,29.956],[22.57,0],[0,-25.103]],"o":[[19.749,0],[0,-25.103],[-22.57,0],[0,29.956]],"v":[[8.127,-264.751],[39.16,-305.251],[8.127,-345.751],[-22.907,-305.251]]}],"e":[{"i":[[-15.273,0],[0,54.735],[17.455,0],[0,-45.868]],"o":[[15.273,0],[0,-45.868],[-17.455,0],[0,54.735]],"v":[[7.833,-137.751],[31.833,-211.751],[7.833,-285.751],[-16.167,-211.751]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":15,"s":[{"i":[[-15.273,0],[0,54.735],[17.455,0],[0,-45.868]],"o":[[15.273,0],[0,-45.868],[-17.455,0],[0,54.735]],"v":[[7.833,-137.751],[31.833,-211.751],[7.833,-285.751],[-16.167,-211.751]]}],"e":[{"i":[[-75.36,0],[0,117.977],[86.13,0],[0,-98.864]],"o":[[75.362,0],[0,-98.864],[-86.128,0],[0,117.977]],"v":[[-2.683,176.249],[115.743,16.749],[-2.683,-142.751],[-121.107,16.749]]}]},{"t":17}]},"nm":"Path 1"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[254,145,107,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[109.993,149.04]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 4"}],"bounds":{"l":-12,"t":-197,"b":326,"r":226},"ip":7,"op":18,"st":-40},{"ddd":0,"ind":55,"ty":4,"nm":"A LineaAzul","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":2,"s":[786.064,738.864,0],"e":[786.064,738.864,0],"to":[0.0625,0.12498142570257,0],"ti":[0,0.125,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":3,"s":[786.064,738.864,0],"e":[832.064,548.864,0],"to":[0,-15.000018119812,0],"ti":[0,1.66666662693024,0]},{"t":7}]},"a":{"k":[96.741,225.164,0]},"s":{"k":[{"i":{"x":[0.8,0.8,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p8_1_0p167_0p167","0p8_1_0p167_0p167","0p667_0p667_0p167_0p167"],"t":0,"s":[100,100,100],"e":[95.855,80.437,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0,0,0.333],"y":[0,0,0.333]},"n":["0p667_0p667_0_0","0p667_1_0_0","0p667_0p667_0p333_0p333"],"t":2,"s":[95.855,80.437,100],"e":[95.855,79.992,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,1,0.833]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"n":["0p833_0p833_0p333_0p333","0p833_1_0p333_0","0p833_0p833_0p333_0p333"],"t":3,"s":[95.855,79.992,100],"e":[95.855,89.774,100]},{"t":7}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.744,-57.984],[0.149,-57.984],[-28.695,27.951],[28.398,27.951]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.744,-44.962],[0.149,-44.962],[-28.695,27.951],[28.398,27.951]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.744,-44.962],[0.149,-44.962],[-28.695,27.951],[28.398,27.951]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.744,-44.962],[0.149,-44.962],[-28.695,27.951],[28.398,27.951]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.744,-44.962],[0.149,-44.962],[-28.695,27.951],[28.398,27.951]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.882,-53.804],[5.608,-54.03],[-28.695,-0.69],[-8.633,9.469]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.882,-53.804],[5.608,-54.03],[-28.695,-0.69],[-8.633,9.469]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.001,-63.65],[2.899,-63.65],[-2.077,-46.884],[7.772,-46.884]]}]},{"t":7}]},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[-11.894,0],[0,0],[-5.352,-15.165],[0,0],[0,-5.351],[12.489,0],[3.568,9.516],[0,0],[0,0],[0,0],[11.597,0],[0,13.085],[-1.784,4.757]],"o":[[4.163,-11.002],[0,0],[11.002,0],[0,0],[1.784,4.757],[0,11.895],[-10.705,0],[0,0],[0,0],[0,0],[-3.271,9.516],[-13.381,0],[0,-5.351],[0,0]],"v":[[-28.695,-96.044],[-4.906,-110.913],[6.69,-110.913],[32.857,-93.071],[91.734,70.771],[96.492,89.503],[73.596,110.913],[51.591,97.533],[39.102,61.851],[-39.399,61.851],[-52.185,97.533],[-73.893,110.913],[-96.492,89.503],[-91.734,70.771]]}],"e":[{"i":[[0,0],[-11.894,0],[0,0],[-5.352,-15.165],[0,0],[0,-5.351],[12.489,0],[3.568,9.516],[0,0],[0,0],[0,0],[11.597,0],[0,13.085],[-1.784,4.757]],"o":[[4.163,-11.002],[0,0],[11.002,0],[0,0],[1.784,4.757],[0,11.895],[-10.705,0],[0,0],[0,0],[0,0],[-3.271,9.516],[-13.381,0],[0,-5.351],[0,0]],"v":[[-28.695,-96.044],[-4.906,-110.913],[6.69,-110.913],[32.857,-93.071],[91.734,70.771],[96.492,89.503],[73.596,110.913],[51.591,97.533],[39.102,61.851],[-39.399,61.851],[-52.185,97.533],[-73.893,110.913],[-96.492,89.503],[-91.734,70.771]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[0,0],[-11.894,0],[0,0],[-5.352,-15.165],[0,0],[0,-5.351],[12.489,0],[3.568,9.516],[0,0],[0,0],[0,0],[11.597,0],[0,13.085],[-1.784,4.757]],"o":[[4.163,-11.002],[0,0],[11.002,0],[0,0],[1.784,4.757],[0,11.895],[-10.705,0],[0,0],[0,0],[0,0],[-3.271,9.516],[-13.381,0],[0,-5.351],[0,0]],"v":[[-28.695,-96.044],[-4.906,-110.913],[6.69,-110.913],[32.857,-93.071],[91.734,70.771],[96.492,89.503],[73.596,110.913],[51.591,97.533],[39.102,61.851],[-39.399,61.851],[-52.185,97.533],[-73.893,110.913],[-96.492,89.503],[-91.734,70.771]]}],"e":[{"i":[[0,0],[-11.894,0],[0,0],[-5.352,-15.165],[0,0],[0,-5.351],[12.489,0],[3.568,9.516],[0,0],[0,0],[0,0],[11.597,0],[0,13.085],[-1.784,4.757]],"o":[[4.163,-11.002],[0,0],[11.002,0],[0,0],[1.784,4.757],[0,11.895],[-10.705,0],[0,0],[0,0],[0,0],[-3.271,9.516],[-13.381,0],[0,-5.351],[0,0]],"v":[[-28.695,-96.044],[-4.906,-110.913],[6.69,-110.913],[32.857,-93.071],[91.734,70.771],[96.492,89.503],[73.596,110.913],[51.591,97.533],[39.102,61.851],[-39.399,61.851],[-52.185,97.533],[-73.893,110.913],[-96.492,89.503],[-91.734,70.771]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[0,0],[-11.894,0],[0,0],[-5.352,-15.165],[0,0],[0,-5.351],[12.489,0],[3.568,9.516],[0,0],[0,0],[0,0],[11.597,0],[0,13.085],[-1.784,4.757]],"o":[[4.163,-11.002],[0,0],[11.002,0],[0,0],[1.784,4.757],[0,11.895],[-10.705,0],[0,0],[0,0],[0,0],[-3.271,9.516],[-13.381,0],[0,-5.351],[0,0]],"v":[[-28.695,-96.044],[-4.906,-110.913],[6.69,-110.913],[32.857,-93.071],[91.734,70.771],[96.492,89.503],[73.596,110.913],[51.591,97.533],[39.102,61.851],[-39.399,61.851],[-52.185,97.533],[-73.893,110.913],[-96.492,89.503],[-91.734,70.771]]}],"e":[{"i":[[0,0],[-5.826,-4.81],[0,0],[2.289,-13.517],[0,0],[1.827,-3.999],[6.118,5.05],[-1.194,7.381],[0,0],[0,0],[0,0],[5.681,4.69],[-4.467,9.779],[-2.498,2.834]],"o":[[5.934,-6.236],[0,0],[5.389,4.449],[0,0],[-0.75,4.277],[-4.061,8.89],[-5.244,-4.329],[0,0],[0,0],[0,0],[-4.103,4.892],[-6.554,-5.411],[1.827,-3.999],[0,0]],"v":[[6.221,-98.835],[25.035,-103.8],[30.716,-99.11],[35.356,-78.665],[12.196,58.986],[8.132,74.91],[-10.392,81.652],[-17.33,64.348],[-13.161,36.775],[-45.354,16.602],[-61.904,33.954],[-76.376,33.582],[-80.137,8.442],[-71.412,-3.634]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[0,0],[-5.826,-4.81],[0,0],[2.289,-13.517],[0,0],[1.827,-3.999],[6.118,5.05],[-1.194,7.381],[0,0],[0,0],[0,0],[5.681,4.69],[-4.467,9.779],[-2.498,2.834]],"o":[[5.934,-6.236],[0,0],[5.389,4.449],[0,0],[-0.75,4.277],[-4.061,8.89],[-5.244,-4.329],[0,0],[0,0],[0,0],[-4.103,4.892],[-6.554,-5.411],[1.827,-3.999],[0,0]],"v":[[6.221,-98.835],[25.035,-103.8],[30.716,-99.11],[35.356,-78.665],[12.196,58.986],[8.132,74.91],[-10.392,81.652],[-17.33,64.348],[-13.161,36.775],[-45.354,16.602],[-61.904,33.954],[-76.376,33.582],[-80.137,8.442],[-71.412,-3.634]]}],"e":[{"i":[[0,0],[-3.665,0],[0,0],[-2.591,-5.026],[0,0],[0,-1.936],[3.848,0],[0.316,0.169],[0,0],[0,0],[0,0],[3.573,0],[0,4.735],[-0.55,1.721]],"o":[[2.231,-3.547],[0,0],[3.39,0],[0,0],[0.55,1.721],[0,4.305],[-3.299,0],[0,0],[0,0],[0,0],[0.147,-0.033],[-4.123,0],[0,-1.936],[0,0]],"v":[[-7.343,-91.51],[-0.013,-96.891],[3.56,-96.891],[11.623,-90.434],[29.765,-58.352],[31.231,-51.573],[24.176,-43.825],[17.396,-43.628],[13.547,-43.44],[-10.642,-43.44],[-14.582,-43.628],[-21.271,-43.825],[-28.234,-51.573],[-26.768,-58.352]]}]},{"t":7}]},"nm":"Path 2"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"tr","p":{"k":[96.741,111.164]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"},{"ty":"st","fillEnabled":true,"c":{"k":[36,46,81,255]},"o":{"k":100},"w":{"k":3},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"}],"bounds":{"l":-4,"t":-4,"b":226,"r":197},"ip":0,"op":7,"st":0},{"ddd":0,"ind":59,"ty":4,"nm":"A_PicosVerde Outlines","parent":61,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[164.594,179.567,0]},"a":{"k":[33.889,42.759,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-10.705,0],[0,11.895],[1.784,4.757]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[3.568,9.516],[12.489,0],[0,-5.351],[0,0]],"v":[[11.755,-42.51],[4.084,-33.768],[-9.916,-39.936],[-18.154,-30.268],[-33.639,-37.497],[-23.75,-6.553],[-11.261,29.128],[10.743,42.51],[33.639,21.1],[28.881,2.368]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[123,196,136,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[33.889,42.76]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":86,"r":68},"ip":0,"op":5,"st":0},{"ddd":0,"ind":60,"ty":4,"nm":"A_Rayas Outlines","parent":61,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[97.561,41.664,0]},"a":{"k":[49.129,30.91,0]},"s":{"k":[100,100,100]}},"hasMask":true,"masksProperties":[{"cl":true,"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.25,0.25],[0.25,61.57],[98.008,61.57],[98.008,0.25]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.25,0.25],[0.25,61.57],[98.008,61.57],[98.008,0.25]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.25,0.25],[0.25,61.57],[98.008,61.57],[98.008,0.25]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[14.855,-27.7],[0.25,61.57],[98.008,61.57],[92.791,-22.942]]}]},{"t":5}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[-21.577,5.958],[0,0],[0.941,1.689],[17.31,9.348],[0.57,-1.507],[0,0]],"o":[[0,0],[-0.767,-2.173],[-18.793,6.744],[-0.706,1.247],[0,0],[21.766,6.477]],"v":[[32.885,1.78],[31.529,-1.993],[28.959,-7.765],[-28.104,-9.082],[-30.023,-4.966],[-32.885,2.605]]}],"e":[{"i":[[-23.616,5.958],[0,0],[1.03,1.689],[18.945,9.348],[0.624,-1.507],[0,0]],"o":[[0,0],[-0.839,-2.173],[-20.569,6.744],[-0.773,1.247],[0,0],[23.822,6.477]],"v":[[35.901,11.105],[34.417,7.331],[31.604,1.559],[-30.85,0.243],[-32.951,4.358],[-36.083,11.929]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[-23.616,5.958],[0,0],[1.03,1.689],[18.945,9.348],[0.624,-1.507],[0,0]],"o":[[0,0],[-0.839,-2.173],[-20.569,6.744],[-0.773,1.247],[0,0],[23.822,6.477]],"v":[[35.901,11.105],[34.417,7.331],[31.604,1.559],[-30.85,0.243],[-32.951,4.358],[-36.083,11.929]]}],"e":[{"i":[[-13.333,-1.228],[0,0],[0.236,1.201],[8.195,9.306],[0.591,-0.762],[0,0]],"o":[[0,0],[-0.052,-1.448],[-11.888,-0.154],[-0.623,0.579],[0,0],[11.239,8.594]],"v":[[33.563,4.038],[33.459,1.517],[33.019,-2.447],[0.782,-15.751],[-1.039,-13.748],[-4.008,-9.917]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[-13.333,-1.228],[0,0],[0.236,1.201],[8.195,9.306],[0.591,-0.762],[0,0]],"o":[[0,0],[-0.052,-1.448],[-11.888,-0.154],[-0.623,0.579],[0,0],[11.239,8.594]],"v":[[33.563,4.038],[33.459,1.517],[33.019,-2.447],[0.782,-15.751],[-1.039,-13.748],[-4.008,-9.917]]}],"e":[{"i":[[-10.896,-2.342],[0,0],[0.08,0.902],[5.878,7.674],[0.561,-0.492],[0,0]],"o":[[0,0],[0.096,-1.062],[-9.805,-1.402],[-0.57,0.355],[0,0],[8.46,7.485]],"v":[[37.504,3.957],[37.66,2.108],[37.676,-0.83],[12.322,-14.027],[10.626,-12.764],[7.807,-10.293]]}]},{"t":6}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,203,27,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[49.638,9.331]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[-14.11,-0.395],[0,0],[13.816,2.79],[0,0]],"o":[[0,0],[-13.83,-0.312],[0,0],[13.582,3.581]],"v":[[18.4,9.845],[23.383,-5.002],[-18.195,-9.845],[-23.383,3.884]]}],"e":[{"i":[[-14.11,-0.395],[0,0],[13.816,2.79],[0,0]],"o":[[0,0],[-13.83,-0.312],[0,0],[13.582,3.581]],"v":[[18.4,12.345],[23.383,-2.502],[-18.195,-7.345],[-23.383,6.384]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[-14.11,-0.395],[0,0],[13.816,2.79],[0,0]],"o":[[0,0],[-13.83,-0.312],[0,0],[13.582,3.581]],"v":[[18.4,12.345],[23.383,-2.502],[-18.195,-7.345],[-23.383,6.384]]}],"e":[{"i":[[-7.266,-3.063],[0,0],[6.689,4.415],[0,0]],"o":[[0,0],[-7.135,-2.958],[0,0],[6.427,4.834]],"v":[[29.222,-21.383],[34.442,-29.129],[13.683,-40.322],[8.555,-33.276]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[-7.266,-3.063],[0,0],[6.689,4.415],[0,0]],"o":[[0,0],[-7.135,-2.958],[0,0],[6.427,4.834]],"v":[[29.222,-21.383],[34.442,-29.129],[13.683,-40.322],[8.555,-33.276]]}],"e":[{"i":[[-5.708,-3.022],[0,0],[5.102,3.945],[0,0]],"o":[[0,0],[-5.61,-2.931],[0,0],[4.846,4.222]],"v":[[36.818,-29.353],[41.872,-34.434],[25.796,-44.847],[20.885,-40.267]]}]},{"t":6}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,203,27,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[23.633,51.725]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[-4.965,0.612],[-9.05,2.962],[0,0],[14.571,0.076],[0,0]],"o":[[9.35,-1.153],[0,0],[-14.048,3.619],[0,0],[5.024,-0.211]],"v":[[-4.048,8.677],[23.779,2.626],[19.276,-9.906],[-23.779,-4.809],[-19.044,9.906]]}],"e":[{"i":[[-4.965,0.612],[-9.05,2.962],[0,0],[14.571,0.076],[0,0]],"o":[[9.35,-1.153],[0,0],[-14.048,3.619],[0,0],[5.024,-0.211]],"v":[[-4.048,11.177],[23.779,5.126],[19.276,-7.406],[-23.779,-2.309],[-19.044,12.406]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[-4.965,0.612],[-9.05,2.962],[0,0],[14.571,0.076],[0,0]],"o":[[9.35,-1.153],[0,0],[-14.048,3.619],[0,0],[5.024,-0.211]],"v":[[-4.048,11.177],[23.779,5.126],[19.276,-7.406],[-23.779,-2.309],[-19.044,12.406]]}],"e":[{"i":[[-2.69,-0.635],[-5.23,-0.071],[0,0],[7.562,2.968],[0,0]],"o":[[5.065,1.197],[0,0],[-7.944,-0.687],[0,0],[2.649,0.884]],"v":[[-6.507,-16.363],[9.032,-14.345],[8.91,-22.63],[-14.376,-28.264],[-14.52,-18.648]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[-2.69,-0.635],[-5.23,-0.071],[0,0],[7.562,2.968],[0,0]],"o":[[5.065,1.197],[0,0],[-7.944,-0.687],[0,0],[2.649,0.884]],"v":[[-6.507,-16.363],[9.032,-14.345],[8.91,-22.63],[-14.376,-28.264],[-14.52,-18.648]]}],"e":[{"i":[[-2.161,-0.755],[-4.313,-0.619],[0,0],[5.962,2.984],[0,0]],"o":[[4.069,1.422],[0,0],[-6.496,-1.362],[0,0],[2.104,0.932]],"v":[[-1.964,-24.04],[10.678,-20.883],[11.371,-26.936],[-7.325,-33.571],[-8.364,-26.575]]}]},{"t":6}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,203,27,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[74.229,51.576]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[-26.236,6.613],[0,0],[23.981,7.483],[0,0]],"o":[[0,0],[-23.819,6.727],[0,0],[27.204,5.381]],"v":[[40.554,2.58],[36.323,-9.193],[-36.357,-8.346],[-40.554,2.757]]}],"e":[{"i":[[-27.672,6.613],[0,0],[25.294,7.483],[0,0]],"o":[[0,0],[-25.123,6.727],[0,0],[28.693,5.381]],"v":[[42.682,10.08],[38.219,-1.693],[-38.439,-0.846],[-42.864,10.257]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[-27.672,6.613],[0,0],[25.294,7.483],[0,0]],"o":[[0,0],[-25.123,6.727],[0,0],[28.693,5.381]],"v":[[42.682,10.08],[38.219,-1.693],[-38.439,-0.846],[-42.864,10.257]]}],"e":[{"i":[[-15.558,-1.656],[0,0],[11.825,9.481],[0,0]],"o":[[0,0],[-14.253,-1.078],[0,0],[13.965,8.925]],"v":[[33.668,-3.564],[33.433,-11.393],[-6.572,-26.272],[-10.839,-20.62]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[-15.558,-1.656],[0,0],[11.825,9.481],[0,0]],"o":[[0,0],[-14.253,-1.078],[0,0],[13.965,8.925]],"v":[[33.668,-3.564],[33.433,-11.393],[-6.572,-26.272],[-10.839,-20.62]]}],"e":[{"i":[[-12.692,-2.895],[0,0],[8.86,8.196],[0,0]],"o":[[0,0],[-11.67,-2.332],[0,0],[10.68,8.023]],"v":[[36.372,-7.082],[36.927,-12.816],[5.308,-28.005],[1.242,-24.347]]}]},{"t":6}]},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,203,27,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[49.638,29.668]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 4"}],"bounds":{"l":0,"t":-7,"b":65,"r":99},"ip":0,"op":7,"st":0},{"ddd":0,"ind":61,"ty":4,"nm":"A Outlines","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":2,"s":[791.064,738.864,0],"e":[791.064,738.864,0],"to":[0.0625,0.12498142570257,0],"ti":[0,0.125,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":3,"s":[791.064,738.864,0],"e":[837.064,548.864,0],"to":[0,-15.000018119812,0],"ti":[0,1.66666662693024,0]},{"t":7}]},"a":{"k":[96.741,225.164,0]},"s":{"k":[{"i":{"x":[0.8,0.8,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p8_1_0p167_0p167","0p8_1_0p167_0p167","0p667_0p667_0p167_0p167"],"t":0,"s":[100,100,100],"e":[95.855,80.437,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0,0,0.333],"y":[0,0,0.333]},"n":["0p667_0p667_0_0","0p667_1_0_0","0p667_0p667_0p333_0p333"],"t":2,"s":[95.855,80.437,100],"e":[95.855,79.992,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,1,0.833]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"n":["0p833_0p833_0p333_0p333","0p833_1_0p333_0","0p833_0p833_0p333_0p333"],"t":3,"s":[95.855,79.992,100],"e":[95.855,89.774,100]},{"t":7}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.744,-57.984],[0.149,-57.984],[-28.695,27.951],[28.398,27.951]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.744,-44.962],[0.149,-44.962],[-28.695,27.951],[28.398,27.951]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.744,-44.962],[0.149,-44.962],[-28.695,27.951],[28.398,27.951]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.744,-44.962],[0.149,-44.962],[-28.695,27.951],[28.398,27.951]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.744,-44.962],[0.149,-44.962],[-28.695,27.951],[28.398,27.951]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.882,-53.804],[5.608,-54.03],[-28.695,-0.69],[-8.633,9.469]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.882,-53.804],[5.608,-54.03],[-28.695,-0.69],[-8.633,9.469]]}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.001,-63.65],[2.899,-63.65],[-2.077,-46.884],[7.772,-46.884]]}]},{"t":7}]},"nm":"Path 1"},{"ind":1,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[-11.894,0],[0,0],[-5.352,-15.165],[0,0],[0,-5.351],[12.489,0],[3.568,9.516],[0,0],[0,0],[0,0],[11.597,0],[0,13.085],[-1.784,4.757]],"o":[[4.163,-11.002],[0,0],[11.002,0],[0,0],[1.784,4.757],[0,11.895],[-10.705,0],[0,0],[0,0],[0,0],[-3.271,9.516],[-13.381,0],[0,-5.351],[0,0]],"v":[[-28.695,-96.044],[-4.906,-110.913],[6.69,-110.913],[32.857,-93.071],[91.734,70.771],[96.492,89.503],[73.596,110.913],[51.591,97.533],[39.102,61.851],[-39.399,61.851],[-52.185,97.533],[-73.893,110.913],[-96.492,89.503],[-91.734,70.771]]}],"e":[{"i":[[0,0],[-11.894,0],[0,0],[-5.352,-15.165],[0,0],[0,-5.351],[12.489,0],[3.568,9.516],[0,0],[0,0],[0,0],[11.597,0],[0,13.085],[-1.784,4.757]],"o":[[4.163,-11.002],[0,0],[11.002,0],[0,0],[1.784,4.757],[0,11.895],[-10.705,0],[0,0],[0,0],[0,0],[-3.271,9.516],[-13.381,0],[0,-5.351],[0,0]],"v":[[-28.695,-96.044],[-4.906,-110.913],[6.69,-110.913],[32.857,-93.071],[91.734,70.771],[96.492,89.503],[73.596,110.913],[51.591,97.533],[39.102,61.851],[-39.399,61.851],[-52.185,97.533],[-73.893,110.913],[-96.492,89.503],[-91.734,70.771]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[0,0],[-11.894,0],[0,0],[-5.352,-15.165],[0,0],[0,-5.351],[12.489,0],[3.568,9.516],[0,0],[0,0],[0,0],[11.597,0],[0,13.085],[-1.784,4.757]],"o":[[4.163,-11.002],[0,0],[11.002,0],[0,0],[1.784,4.757],[0,11.895],[-10.705,0],[0,0],[0,0],[0,0],[-3.271,9.516],[-13.381,0],[0,-5.351],[0,0]],"v":[[-28.695,-96.044],[-4.906,-110.913],[6.69,-110.913],[32.857,-93.071],[91.734,70.771],[96.492,89.503],[73.596,110.913],[51.591,97.533],[39.102,61.851],[-39.399,61.851],[-52.185,97.533],[-73.893,110.913],[-96.492,89.503],[-91.734,70.771]]}],"e":[{"i":[[0,0],[-11.894,0],[0,0],[-5.352,-15.165],[0,0],[0,-5.351],[12.489,0],[3.568,9.516],[0,0],[0,0],[0,0],[11.597,0],[0,13.085],[-1.784,4.757]],"o":[[4.163,-11.002],[0,0],[11.002,0],[0,0],[1.784,4.757],[0,11.895],[-10.705,0],[0,0],[0,0],[0,0],[-3.271,9.516],[-13.381,0],[0,-5.351],[0,0]],"v":[[-28.695,-96.044],[-4.906,-110.913],[6.69,-110.913],[32.857,-93.071],[91.734,70.771],[96.492,89.503],[73.596,110.913],[51.591,97.533],[39.102,61.851],[-39.399,61.851],[-52.185,97.533],[-73.893,110.913],[-96.492,89.503],[-91.734,70.771]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[0,0],[-11.894,0],[0,0],[-5.352,-15.165],[0,0],[0,-5.351],[12.489,0],[3.568,9.516],[0,0],[0,0],[0,0],[11.597,0],[0,13.085],[-1.784,4.757]],"o":[[4.163,-11.002],[0,0],[11.002,0],[0,0],[1.784,4.757],[0,11.895],[-10.705,0],[0,0],[0,0],[0,0],[-3.271,9.516],[-13.381,0],[0,-5.351],[0,0]],"v":[[-28.695,-96.044],[-4.906,-110.913],[6.69,-110.913],[32.857,-93.071],[91.734,70.771],[96.492,89.503],[73.596,110.913],[51.591,97.533],[39.102,61.851],[-39.399,61.851],[-52.185,97.533],[-73.893,110.913],[-96.492,89.503],[-91.734,70.771]]}],"e":[{"i":[[0,0],[-5.826,-4.81],[0,0],[2.289,-13.517],[0,0],[1.827,-3.999],[6.118,5.05],[-1.194,7.381],[0,0],[0,0],[0,0],[5.681,4.69],[-4.467,9.779],[-2.498,2.834]],"o":[[5.934,-6.236],[0,0],[5.389,4.449],[0,0],[-0.75,4.277],[-4.061,8.89],[-5.244,-4.329],[0,0],[0,0],[0,0],[-4.103,4.892],[-6.554,-5.411],[1.827,-3.999],[0,0]],"v":[[6.221,-98.835],[25.035,-103.8],[30.716,-99.11],[35.356,-78.665],[12.196,58.986],[8.132,74.91],[-10.392,81.652],[-17.33,64.348],[-13.161,36.775],[-45.354,16.602],[-61.904,33.954],[-76.376,33.582],[-80.137,8.442],[-71.412,-3.634]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[0,0],[-5.826,-4.81],[0,0],[2.289,-13.517],[0,0],[1.827,-3.999],[6.118,5.05],[-1.194,7.381],[0,0],[0,0],[0,0],[5.681,4.69],[-4.467,9.779],[-2.498,2.834]],"o":[[5.934,-6.236],[0,0],[5.389,4.449],[0,0],[-0.75,4.277],[-4.061,8.89],[-5.244,-4.329],[0,0],[0,0],[0,0],[-4.103,4.892],[-6.554,-5.411],[1.827,-3.999],[0,0]],"v":[[6.221,-98.835],[25.035,-103.8],[30.716,-99.11],[35.356,-78.665],[12.196,58.986],[8.132,74.91],[-10.392,81.652],[-17.33,64.348],[-13.161,36.775],[-45.354,16.602],[-61.904,33.954],[-76.376,33.582],[-80.137,8.442],[-71.412,-3.634]]}],"e":[{"i":[[0,0],[-3.665,0],[0,0],[-2.591,-5.026],[0,0],[0,-1.936],[3.848,0],[0.316,0.169],[0,0],[0,0],[0,0],[3.573,0],[0,4.735],[-0.55,1.721]],"o":[[2.231,-3.547],[0,0],[3.39,0],[0,0],[0.55,1.721],[0,4.305],[-3.299,0],[0,0],[0,0],[0,0],[0.147,-0.033],[-4.123,0],[0,-1.936],[0,0]],"v":[[-7.343,-91.51],[-0.013,-96.891],[3.56,-96.891],[11.623,-90.434],[29.765,-58.352],[31.231,-51.573],[24.176,-43.825],[17.396,-43.628],[13.547,-43.44],[-10.642,-43.44],[-14.582,-43.628],[-21.271,-43.825],[-28.234,-51.573],[-26.768,-58.352]]}]},{"t":7}]},"nm":"Path 2"},{"ty":"mm","mm":1,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[247,102,34,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[96.741,111.164]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":223,"r":194},"ip":0,"op":7,"st":0}]}],"v":"4.0.0","layers":[{"ddd":0,"ind":0,"ty":0,"nm":"2016_2","refId":"comp_0","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[952,452,0]},"a":{"k":[960,540,0]},"s":{"k":[100,100,100]}},"tm":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[0],"e":[2.033]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":76,"s":[2.033],"e":[2.033]},{"t":99}]},"w":1920,"h":1080,"ip":0,"op":308,"st":0},{"ddd":0,"ind":1,"ty":4,"nm":"BG Outlines","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[960,540.328,0]},"a":{"k":[960.25,539.922,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-960,539.672],[960,539.672],[960,-539.672],[-960,-539.672]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,241,213,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[960.25,539.922]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":1080,"r":1921},"ip":0,"op":206,"st":0}],"ip":0,"op":99,"fr":30,"w":1920,"h":1080} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/100_percent.json b/ohos/flutter_lottie/assets/lottiefiles/100_percent.json new file mode 100644 index 0000000000000000000000000000000000000000..d2c8b2f55ccb831226e93f607b2bd2d5494a01e7 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/100_percent.json @@ -0,0 +1 @@ +{"v":"4.6.0","fr":60,"ip":0,"op":160,"w":666,"h":666,"nm":"100percent_vector 2","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"person/100percent Outlines 2","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":60,"s":[720],"e":[720]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":68,"s":[720],"e":[720]},{"t":75}]},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":60,"s":[203,223,0],"e":[203,214.75,0],"to":[0,-1.375,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":68,"s":[203,214.75,0],"e":[203,223,0],"to":[0,0,0],"ti":[0,-1.375,0]},{"t":75}]},"a":{"a":0,"k":[11.5,16.5,0]},"s":{"a":0,"k":[292.687,292.687,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.668,0.011],[0.011,-0.666],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.122,-0.55],[0.002,-0.083],[0,0],[-0.667,-0.011],[-0.011,0.667],[0,0],[0,0],[0,0],[0.001,-0.038],[0,0],[-0.669,-0.011],[-0.011,0.667],[0,0],[0,0],[-0.125,-0.003],[0,0],[0,0],[-0.669,-0.012],[-0.012,0.667],[0,0],[0.004,0.047],[-0.001,0.047],[0.667,0.011],[0,0],[0,0],[0,0],[-0.011,0.669],[0,0]],"o":[[-0.667,-0.012],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.585,-0.01],[-0.017,0.078],[0,0],[-0.011,0.667],[0.669,0.013],[0,0],[0,0],[0,0],[-0.004,0.037],[0,0],[-0.013,0.668],[0.667,0.012],[0,0],[0,0],[0.113,0.036],[0,0],[0,0],[-0.012,0.666],[0.667,0.011],[0,0],[0.001,-0.049],[0.006,-0.045],[0.012,-0.667],[0,0],[0,0],[0,0],[0.668,0.012],[0,0],[0.011,-0.667]],"v":[[6.151,-12.358],[4.922,-11.171],[4.839,-6.357],[2.708,-6.393],[1.495,-6.414],[-1.452,-6.465],[-2.651,-6.486],[-6.005,-6.544],[-7.207,-5.599],[-7.236,-5.355],[-7.34,0.668],[-6.152,1.897],[-4.922,0.71],[-4.837,-4.105],[-2.692,-4.067],[-2.764,0.068],[-2.777,0.18],[-2.966,11.128],[-1.778,12.358],[-0.549,11.17],[-0.382,1.577],[1.608,1.613],[1.964,1.679],[3.489,1.705],[3.458,3.508],[4.647,4.737],[5.876,3.55],[5.923,0.816],[5.911,0.673],[5.927,0.537],[4.739,-0.693],[2.61,-0.73],[2.666,-3.975],[6.005,-3.917],[7.235,-5.105],[7.34,-11.129]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1.5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[11.101,16.12],"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":"Group 1","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.019,-1.107],[1.108,0.02],[-0.019,1.108],[-1.108,-0.018]],"o":[[-0.02,1.108],[-1.107,-0.018],[0.019,-1.108],[1.108,0.021]],"v":[[2.007,0.035],[-0.036,2.006],[-2.007,-0.035],[0.035,-2.008]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1.5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.929,0.745,0.216,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[11.353,5.974],"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":"Group 2","np":3,"mn":"ADBE Vector Group"}],"ip":60,"op":120,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"person/100percent Outlines 3","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":120,"s":[0],"e":[720]},{"t":180}]},"p":{"a":1,"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":120,"s":[203,223,0],"e":[-64,67,0],"to":[-44.5,-26,0],"ti":[-51.4439506530762,3.12570834159851,0]},{"t":148}]},"a":{"a":0,"k":[11.5,16.5,0]},"s":{"a":0,"k":[292.687,292.687,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.668,0.011],[0.011,-0.666],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.122,-0.55],[0.002,-0.083],[0,0],[-0.667,-0.011],[-0.011,0.667],[0,0],[0,0],[0,0],[0.001,-0.038],[0,0],[-0.669,-0.011],[-0.011,0.667],[0,0],[0,0],[-0.125,-0.003],[0,0],[0,0],[-0.669,-0.012],[-0.012,0.667],[0,0],[0.004,0.047],[-0.001,0.047],[0.667,0.011],[0,0],[0,0],[0,0],[-0.011,0.669],[0,0]],"o":[[-0.667,-0.012],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.585,-0.01],[-0.017,0.078],[0,0],[-0.011,0.667],[0.669,0.013],[0,0],[0,0],[0,0],[-0.004,0.037],[0,0],[-0.013,0.668],[0.667,0.012],[0,0],[0,0],[0.113,0.036],[0,0],[0,0],[-0.012,0.666],[0.667,0.011],[0,0],[0.001,-0.049],[0.006,-0.045],[0.012,-0.667],[0,0],[0,0],[0,0],[0.668,0.012],[0,0],[0.011,-0.667]],"v":[[6.151,-12.358],[4.922,-11.171],[4.839,-6.357],[2.708,-6.393],[1.495,-6.414],[-1.452,-6.465],[-2.651,-6.486],[-6.005,-6.544],[-7.207,-5.599],[-7.236,-5.355],[-7.34,0.668],[-6.152,1.897],[-4.922,0.71],[-4.837,-4.105],[-2.692,-4.067],[-2.764,0.068],[-2.777,0.18],[-2.966,11.128],[-1.778,12.358],[-0.549,11.17],[-0.382,1.577],[1.608,1.613],[1.964,1.679],[3.489,1.705],[3.458,3.508],[4.647,4.737],[5.876,3.55],[5.923,0.816],[5.911,0.673],[5.927,0.537],[4.739,-0.693],[2.61,-0.73],[2.666,-3.975],[6.005,-3.917],[7.235,-5.105],[7.34,-11.129]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1.5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[11.101,16.12],"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":"Group 1","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.019,-1.107],[1.108,0.02],[-0.019,1.108],[-1.108,-0.018]],"o":[[-0.02,1.108],[-1.107,-0.018],[0.019,-1.108],[1.108,0.021]],"v":[[2.007,0.035],[-0.036,2.006],[-2.007,-0.035],[0.035,-2.008]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1.5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.929,0.745,0.216,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[11.353,5.974],"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":"Group 2","np":3,"mn":"ADBE Vector Group"}],"ip":120,"op":148,"st":120,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"person/100percent Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[720]},{"t":60}]},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":28,"s":[-64,67,0],"e":[203,223,0],"to":[197.5,-12,0],"ti":[-44.5,-26,0]},{"t":60}]},"a":{"a":0,"k":[11.5,16.5,0]},"s":{"a":0,"k":[292.687,292.687,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.668,0.011],[0.011,-0.666],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.122,-0.55],[0.002,-0.083],[0,0],[-0.667,-0.011],[-0.011,0.667],[0,0],[0,0],[0,0],[0.001,-0.038],[0,0],[-0.669,-0.011],[-0.011,0.667],[0,0],[0,0],[-0.125,-0.003],[0,0],[0,0],[-0.669,-0.012],[-0.012,0.667],[0,0],[0.004,0.047],[-0.001,0.047],[0.667,0.011],[0,0],[0,0],[0,0],[-0.011,0.669],[0,0]],"o":[[-0.667,-0.012],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.585,-0.01],[-0.017,0.078],[0,0],[-0.011,0.667],[0.669,0.013],[0,0],[0,0],[0,0],[-0.004,0.037],[0,0],[-0.013,0.668],[0.667,0.012],[0,0],[0,0],[0.113,0.036],[0,0],[0,0],[-0.012,0.666],[0.667,0.011],[0,0],[0.001,-0.049],[0.006,-0.045],[0.012,-0.667],[0,0],[0,0],[0,0],[0.668,0.012],[0,0],[0.011,-0.667]],"v":[[6.151,-12.358],[4.922,-11.171],[4.839,-6.357],[2.708,-6.393],[1.495,-6.414],[-1.452,-6.465],[-2.651,-6.486],[-6.005,-6.544],[-7.207,-5.599],[-7.236,-5.355],[-7.34,0.668],[-6.152,1.897],[-4.922,0.71],[-4.837,-4.105],[-2.692,-4.067],[-2.764,0.068],[-2.777,0.18],[-2.966,11.128],[-1.778,12.358],[-0.549,11.17],[-0.382,1.577],[1.608,1.613],[1.964,1.679],[3.489,1.705],[3.458,3.508],[4.647,4.737],[5.876,3.55],[5.923,0.816],[5.911,0.673],[5.927,0.537],[4.739,-0.693],[2.61,-0.73],[2.666,-3.975],[6.005,-3.917],[7.235,-5.105],[7.34,-11.129]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1.5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[11.101,16.12],"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":"Group 1","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.019,-1.107],[1.108,0.02],[-0.019,1.108],[-1.108,-0.018]],"o":[[-0.02,1.108],[-1.107,-0.018],[0.019,-1.108],[1.108,0.021]],"v":[[2.007,0.035],[-0.036,2.006],[-2.007,-0.035],[0.035,-2.008]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1.5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.929,0.745,0.216,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[11.353,5.974],"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":"Group 2","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":60,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"bright/100percent Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[203,216,0]},"a":{"a":0,"k":[23,22.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.17,0.17,0.667],"y":[1,1,0.667]},"o":{"x":[0.894,0.894,0.333],"y":[0,0,0.333]},"n":["0p17_1_0p894_0","0p17_1_0p894_0","0p667_0p667_0p333_0p333"],"t":68,"s":[3.138,3.138,100],"e":[292.687,292.687,100]},{"i":{"x":[0.17,0.17,0.667],"y":[0.17,0.17,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0.333,0.333]},"n":["0p17_0p17_0p333_0p333","0p17_0p17_0p333_0p333","0p667_0p667_0p333_0p333"],"t":84,"s":[292.687,292.687,100],"e":[292.687,292.687,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":120,"s":[292.687,292.687,100],"e":[3.138,3.138,100]},{"t":135}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0,-4.451],[2.326,-22.132],[0.926,-4.354],[6.877,-21.165],[1.811,-4.066],[11.127,-19.273],[2.617,-3.601],[14.891,-16.538],[3.309,-2.978],[18.004,-13.081],[3.855,-2.226],[20.33,-9.052],[4.233,-1.376],[21.768,-4.627],[4.427,-0.466],[22.254,0],[4.427,0.465],[21.768,4.627],[4.233,1.375],[20.33,9.051],[3.855,2.225],[18.004,13.08],[3.309,2.978],[14.891,16.537],[2.617,3.601],[11.127,19.272],[1.811,4.066],[6.877,21.164],[0.926,4.353],[2.326,22.132],[0,4.45],[-2.326,22.132],[-0.925,4.353],[-6.877,21.164],[-1.811,4.066],[-11.127,19.272],[-2.615,3.601],[-14.891,16.537],[-3.307,2.978],[-18.004,13.08],[-3.854,2.225],[-20.33,9.051],[-4.232,1.375],[-21.768,4.627],[-4.426,0.465],[-22.254,0],[-4.426,-0.466],[-21.768,-4.627],[-4.232,-1.376],[-20.33,-9.052],[-3.854,-2.226],[-18.004,-13.081],[-3.307,-2.978],[-14.891,-16.538],[-2.615,-3.601],[-11.127,-19.273],[-1.811,-4.066],[-6.877,-21.165],[-0.925,-4.354],[-2.326,-22.132]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.925,0.251,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[22.504,22.382],"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":160,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"mountain/100percent Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":0,"s":[197,929,0],"e":[197,471,0],"to":[0,-76.3333358764648,0],"ti":[0,76.3333358764648,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":45,"s":[197,471,0],"e":[197,471,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":120,"s":[197,471,0],"e":[197,929,0],"to":[0,76.3333358764648,0],"ti":[0,-76.3333358764648,0]},{"t":159}]},"a":{"a":0,"k":[95.5,80,0]},"s":{"a":0,"k":[292.687,292.687,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[105.115,26.531],[105.115,33.89]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-2.5,0],[-2.105,1.019],[0,0]],"o":[[2.109,1.019],[2.496,0],[0,0],[0,0]],"v":[[-6.954,4.955],[0.002,6.558],[6.954,4.955],[0.002,-6.558]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.114,0.659,0.055,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[105.113,19.995],"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":"Group 2","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[85.693,26.531],[85.693,33.89]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 3","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-2.496,0],[-2.104,1.019],[0,0]],"o":[[2.109,1.019],[2.495,0],[0,0],[0,0]],"v":[[-6.954,4.955],[0.003,6.558],[6.954,4.955],[0.003,-6.558]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.114,0.659,0.055,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[85.69,19.995],"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":"Group 4","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-7.104,0],[-5.992,2.898],[0,0]],"o":[[5.988,2.898],[7.099,0],[0,0],[0,0]],"v":[[-19.795,14.104],[0.001,18.663],[19.794,14.104],[0.001,-18.663]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[95.401,23.664],"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":"Group 5","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[90.401,74.82],[-90.401,74.82],[0,-74.82]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.635,0.847,0.169,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[95.401,79.821],"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":"Group 6","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":160,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"mountain2/100percent Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":17,"s":[469,863,0],"e":[469,527,0],"to":[0,-56,0],"ti":[0,56,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":62,"s":[469,527,0],"e":[469,527,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":120,"s":[469,527,0],"e":[469,863,0],"to":[0,56,0],"ti":[0,-56,0]},{"t":159}]},"a":{"a":0,"k":[68.5,57.5,0]},"s":{"a":0,"k":[292.687,292.687,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[67.681,66.985],[67.681,74.344]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-2.5,0],[-2.104,1.02],[0,0]],"o":[[2.108,1.02],[2.496,0],[0,0],[0,0]],"v":[[-6.954,4.954],[0.001,6.558],[6.954,4.954],[0.001,-6.558]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.114,0.659,0.055,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[67.68,60.449],"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":"Group 2","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[48.259,66.985],[48.259,74.344]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 3","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-2.496,0],[-2.103,1.02],[0,0]],"o":[[2.109,1.02],[2.495,0],[0,0],[0,0]],"v":[[-6.954,4.954],[0.003,6.558],[6.954,4.954],[0.003,-6.558]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.114,0.659,0.055,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[48.256,60.449],"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":"Group 4","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-6.345,0],[-5.491,2.333],[0,0]],"o":[[5.486,2.333],[6.346,0],[0,0],[0,0]],"v":[[-17.872,12.977],[0,16.608],[17.872,12.977],[0,-16.608]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[68.096,21.609],"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":"Group 5","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[63.094,52.219],[-63.094,52.219],[-0.003,-52.219]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.635,0.847,0.169,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[68.094,57.219],"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":"Group 6","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":160,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"cloud/50percent Outlines 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[448,241,0],"e":[448,235,0],"to":[0,-1,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":76,"s":[448,235,0],"e":[448,241,0],"to":[0,0,0],"ti":[0,-1,0]},{"t":159}]},"a":{"a":0,"k":[19,11.5,0]},"s":{"a":0,"k":[271.429,271.429,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,-2.442]],"o":[[0,0],[0,0]],"v":[[6.919,-1.376],[2.064,1.531]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[3.736,0.41],[3.134,0],[1.107,-2.733],[0,-3.848],[0,0],[0,0],[0,0]],"o":[[-1.106,-2.733],[-3.134,0],[-3.735,0.41],[0,0],[0,0],[0,0],[0,-3.848]],"v":[[6.919,-1.376],[-0.002,-6.045],[-6.923,-1.376],[-13.567,6.045],[-1.37,6.045],[1.369,6.045],[13.567,6.045]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[18.567,11.045],"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":"Group 1","np":5,"mn":"ADBE Vector Group"}],"ip":0,"op":160,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"cloud/50percent Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[518,177,0],"e":[518,195,0],"to":[0,3,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":76,"s":[518,195,0],"e":[518,177,0],"to":[0,0,0],"ti":[0,3,0]},{"t":159}]},"a":{"a":0,"k":[19,11.5,0]},"s":{"a":0,"k":[271.429,271.429,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,-2.442]],"o":[[0,0],[0,0]],"v":[[6.919,-1.376],[2.064,1.531]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[3.736,0.41],[3.134,0],[1.107,-2.733],[0,-3.848],[0,0],[0,0],[0,0]],"o":[[-1.106,-2.733],[-3.134,0],[-3.735,0.41],[0,0],[0,0],[0,0],[0,-3.848]],"v":[[6.919,-1.376],[-0.002,-6.045],[-6.923,-1.376],[-13.567,6.045],[-1.37,6.045],[1.369,6.045],[13.567,6.045]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[18.567,11.045],"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":"Group 1","np":5,"mn":"ADBE Vector Group"}],"ip":0,"op":160,"st":0,"bm":0,"sr":1}]}],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"border","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[333,333,0]},"a":{"a":0,"k":[333,333,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-175.626],[175.627,0],[0,175.627],[-175.626,0]],"o":[[0,175.627],[-175.626,0],[0,-175.626],[175.627,0]],"v":[[318,0],[0,318],[-318,0],[0,-318]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":6},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.1921569,0.654902,0.8588235,1]},"o":{"a":0,"k":0},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[333,333],"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":"Group 2","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":160,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"mask","td":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[333,333,0]},"a":{"a":0,"k":[333,333,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-175.626],[175.627,0],[0,175.627],[-175.626,0]],"o":[[0,175.627],[-175.626,0],[0,-175.626],[175.627,0]],"v":[[318,0],[0,318],[-318,0],[0,-318]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":6},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.1921569,0.654902,0.8588235,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[333,333],"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":"Group 2","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":160,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":0,"nm":"mountain_animation","tt":1,"refId":"comp_0","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[333,333,0]},"a":{"a":0,"k":[333,333,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":666,"h":666,"ip":0,"op":160,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"bg/register_complete_img Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[333,333,0]},"a":{"a":0,"k":[333,333,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-175.626],[175.627,0],[0,175.627],[-175.626,0]],"o":[[0,175.627],[-175.626,0],[0,-175.626],[175.627,0]],"v":[[318,0],[0,318],[-318,0],[0,-318]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":6},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.1921569,0.654902,0.8588235,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[333,333],"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":"Group 2","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":160,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/28861-connection-style-2.json b/ohos/flutter_lottie/assets/lottiefiles/28861-connection-style-2.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7781c3502ad62ea4d205023c5c23c30b4e9961 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/28861-connection-style-2.json @@ -0,0 +1 @@ +{"v":"5.7.1","fr":60,"ip":0,"op":129,"w":354,"h":494,"nm":"conn-style2","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"hood Outlines 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":20,"s":[-5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":40,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":60,"s":[-5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":80,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":100,"s":[-5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":120,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":140,"s":[-5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":160,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":180,"s":[-5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":200,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":220,"s":[-5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":240,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":260,"s":[-5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":280,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":300,"s":[-5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":320,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":340,"s":[-5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":360,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":380,"s":[-5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":400,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":420,"s":[-5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":440,"s":[0]},{"t":460,"s":[-5]}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[163.874,156.316,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":20,"s":[163.874,156.316,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":40,"s":[163.874,156.316,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":60,"s":[163.874,156.316,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":80,"s":[163.874,156.316,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":100,"s":[163.874,156.316,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":120,"s":[163.874,156.316,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":140,"s":[163.874,156.316,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":160,"s":[163.874,156.316,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":180,"s":[163.874,156.316,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":200,"s":[163.874,156.316,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":220,"s":[163.874,156.316,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":240,"s":[163.874,156.316,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":260,"s":[163.874,156.316,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":280,"s":[163.874,156.316,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":300,"s":[163.874,156.316,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":320,"s":[163.874,156.316,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":340,"s":[163.874,156.316,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":360,"s":[163.874,156.316,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":380,"s":[163.874,156.316,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":400,"s":[163.874,156.316,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":420,"s":[163.874,156.316,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":440,"s":[163.874,156.316,0],"to":[0,0,0],"ti":[0,0,0]},{"t":460,"s":[163.874,156.316,0]}],"ix":2},"a":{"a":0,"k":[163.874,156.316,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":0,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":20,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":40,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":60,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":80,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":100,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":120,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":140,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":160,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":180,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":200,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":220,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":240,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":260,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":280,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":300,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":320,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":340,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":360,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":380,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":400,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":420,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":440,"s":[100,100,100]},{"t":460,"s":[105,105,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-18.195,7.148]],"o":[[0,0],[0,0]],"v":[[-17.87,0.975],[17.87,-3.574]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.086000001197,0.081999999402,0.109999997008,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[144.961,163.452],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[38.343,1.664],[1.213,2.644],[-2.333,5.177],[0,0]],"o":[[0,0],[0,0],[-1.212,-2.645],[0,0],[0,0]],"v":[[24.359,6.846],[-14.892,15.406],[-22.333,11.218],[-22.027,2.763],[-7.96,-17.07]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.016000001571,0.6,0.866999966491,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":[139.514,149.47],"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":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":129,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"hood Outlines","hd":true,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[177,247,0],"ix":2},"a":{"a":0,"k":[177,247,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-18.195,7.148]],"o":[[0,0],[0,0]],"v":[[-17.87,0.975],[17.87,-3.574]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.086000001197,0.081999999402,0.109999997008,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[144.961,163.452],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[38.343,1.664],[1.213,2.644],[-2.333,5.177],[0,0]],"o":[[0,0],[0,0],[-1.212,-2.645],[0,0],[0,0]],"v":[[24.359,6.846],[-14.892,15.406],[-22.333,11.218],[-22.027,2.763],[-7.96,-17.07]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.016000001571,0.6,0.866999966491,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":[139.514,149.47],"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":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":129,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"line2 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"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":[191.078,454.078,0],"to":[-5,0,0],"ti":[5,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":40,"s":[161.078,454.078,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":60,"s":[165.078,454.078,0],"to":[0,0,0],"ti":[0.667,0,0]},{"i":{"x":0.667,"y":0.526},"o":{"x":0.333,"y":0},"t":100,"s":[167.078,454.078,0],"to":[-0.349,0,0],"ti":[1.472,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0.524},"t":122,"s":[163.63,454.078,0],"to":[-1.341,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":140,"s":[161.078,454.078,0],"to":[5,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":160,"s":[191.078,454.078,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":180,"s":[161.078,454.078,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":200,"s":[191.078,454.078,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":220,"s":[161.078,454.078,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":240,"s":[191.078,454.078,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":260,"s":[161.078,454.078,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":280,"s":[191.078,454.078,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":300,"s":[161.078,454.078,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":320,"s":[191.078,454.078,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":340,"s":[161.078,454.078,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":360,"s":[191.078,454.078,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":380,"s":[161.078,454.078,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":400,"s":[191.078,454.078,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":420,"s":[161.078,454.078,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":440,"s":[191.078,454.078,0],"to":[0,0,0],"ti":[5,0,0]},{"t":460,"s":[161.078,454.078,0]}],"ix":2},"a":{"a":0,"k":[92.467,448.078,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":0,"s":[476,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":40,"s":[253,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":60,"s":[319,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.746,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":100,"s":[436,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[-3.093,0,0]},"t":122,"s":[239.821,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":140,"s":[253,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":160,"s":[476,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":180,"s":[253,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":200,"s":[476,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":220,"s":[253,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":240,"s":[476,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":260,"s":[253,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":280,"s":[476,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":300,"s":[253,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":320,"s":[476,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":340,"s":[253,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":360,"s":[476,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":380,"s":[253,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":400,"s":[476,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":420,"s":[253,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":440,"s":[476,100,100]},{"t":460,"s":[253,100,100]}],"ix":6}},"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":[[112.487,448.078],[72.447,448.078]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.086000001197,0.081999999402,0.109999997008,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":129,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"line Outlines 3","parent":20,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":66,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":67,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":150,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":152,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":220,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":222,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":308,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":310,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":374,"s":[0]},{"t":376,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[177,247,0],"ix":2},"a":{"a":0,"k":[177,247,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[40.849,-18.311]],"o":[[0,0],[0,0]],"v":[[28.629,20.459],[-28.629,-2.148]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.086000001197,0.081999999402,0.109999997008,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"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":0,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[246.673,35.252],"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":"Group 3","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":129,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"line Outlines 2","parent":20,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":44,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":45,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":66,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":150,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":152,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":198,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":200,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":308,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":310,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":352,"s":[0]},{"t":354,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[177,247,0],"ix":2},"a":{"a":0,"k":[177,247,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[30.905,-14.623]],"o":[[0,0],[0,0]],"v":[[21.402,15.762],[-21.402,-1.139]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.086000001197,0.081999999402,0.109999997008,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"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":[243.065,45.69],"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":"Group 2","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":129,"st":-479,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"line Outlines","parent":20,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":22,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":23,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":150,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":152,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":176,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":178,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":308,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":310,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":330,"s":[0]},{"t":332,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[177,247,0],"ix":2},"a":{"a":0,"k":[177,247,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[16.27,-6.088]],"o":[[0,0],[0,0]],"v":[[11.808,7.705],[-11.808,-1.618]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.086000001197,0.081999999402,0.109999997008,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"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":[241.425,57.046],"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":"Group 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":129,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"wrist Outlines","parent":20,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[177,247,0],"ix":2},"a":{"a":0,"k":[177,247,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.407,0.635],[0,0],[-0.636,1.408],[0,0],[-1.407,-0.635],[0,0],[0.634,-1.407],[0,0]],"o":[[0,0],[-1.407,-0.635],[0,0],[0.635,-1.407],[0,0],[1.408,0.635],[0,0],[-0.635,1.407]],"v":[[-2.073,13.228],[-9.415,10.013],[-10.812,6.315],[-3.624,-11.831],[0.074,-13.229],[9.415,-9.013],[10.814,-5.315],[1.625,11.831]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.086000001197,0.081999999402,0.109999997008,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":[230.504,80.689],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[12.394,11.361],[9.22,-21.675]],"o":[[0,0],[0,0],[0,0]],"v":[[-1.775,16.861],[2.991,-7.855],[-15.384,4.814]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.086000001197,0.081999999402,0.109999997008,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"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":[230.901,88.94],"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":"Group 2","np":3,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":129,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"R arm Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[-5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":20,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":40,"s":[-5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":60,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":80,"s":[-5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":100,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":120,"s":[-5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":140,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":160,"s":[-5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":180,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":200,"s":[-5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":220,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":240,"s":[-5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":260,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":280,"s":[-5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":300,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":320,"s":[-5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":340,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":360,"s":[-5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":380,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":400,"s":[-5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":420,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":440,"s":[-5]},{"t":460,"s":[0]}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[156.008,196,0],"to":[-0.333,0.333,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":20,"s":[154.008,198,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":40,"s":[156.008,196,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":60,"s":[154.008,198,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":80,"s":[156.008,196,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":100,"s":[154.008,198,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":120,"s":[156.008,196,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":140,"s":[154.008,198,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":160,"s":[156.008,196,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":180,"s":[154.008,198,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":200,"s":[156.008,196,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":220,"s":[154.008,198,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":240,"s":[156.008,196,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":260,"s":[154.008,198,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":280,"s":[156.008,196,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":300,"s":[154.008,198,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":320,"s":[156.008,196,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":340,"s":[154.008,198,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":360,"s":[156.008,196,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":380,"s":[154.008,198,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":400,"s":[156.008,196,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":420,"s":[154.008,198,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":440,"s":[156.008,196,0],"to":[0,0,0],"ti":[0.333,-0.333,0]},{"t":460,"s":[154.008,198,0]}],"ix":2},"a":{"a":0,"k":[152.008,196,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":0,"s":[103,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":20,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":40,"s":[103,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":60,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":80,"s":[103,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":100,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":120,"s":[103,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":140,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":160,"s":[103,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":180,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":200,"s":[103,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":220,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":240,"s":[103,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":260,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":280,"s":[103,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":300,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":320,"s":[103,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":340,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":360,"s":[103,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":380,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":400,"s":[103,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":420,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":440,"s":[103,100,100]},{"t":460,"s":[100,100,100]}],"ix":6}},"ao":0,"ef":[{"ty":34,"nm":"Puppet","np":6,"mn":"ADBE FreePin3","ix":1,"en":1,"ef":[{"ty":7,"nm":"Puppet Engine","mn":"ADBE FreePin3 Puppet Engine","ix":1,"v":{"a":0,"k":2,"ix":1}},{"ty":0,"nm":"Mesh Rotation Refinement","mn":"ADBE FreePin3 Auto Rotate Pins","ix":2,"v":{"a":0,"k":20,"ix":2}},{"ty":7,"nm":"On Transparent","mn":"ADBE FreePin3 On Transparent","ix":3,"v":{"a":0,"k":0,"ix":3}},{"ty":60,"nm":"arap","np":3,"mn":"ADBE FreePin3 ARAP Group","ix":4,"en":1,"ef":[{"ty":6,"nm":"Auto-traced Shapes","mn":"ADBE FreePin3 Outlines","ix":1,"v":0},{"ty":1,"nm":"Mesh","np":1,"mn":"ADBE FreePin3 Mesh Group","ix":2,"en":1,"ef":[]}]}]}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-6.823,19.819]],"o":[[0,0],[0,0]],"v":[[7.311,14.621],[-0.488,-14.621]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.086000001197,0.081999999402,0.109999997008,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[161.369,217.387],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-22.744,51.661]],"o":[[0,0],[0,0]],"v":[[18.195,33.466],[4.549,-33.466]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.086000001197,0.081999999402,0.109999997008,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[137.813,215.437],"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":"Group 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,0],[0,0]],"o":[[0,0],[0,0]],"v":[[8.447,-11.534],[-8.448,11.534]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.086000001197,0.081999999402,0.109999997008,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[168.03,243.556],"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":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":129,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"body Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":20,"s":[-1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":40,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":60,"s":[-1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":80,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":100,"s":[-1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":120,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":140,"s":[-1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":160,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":180,"s":[-1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":200,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":220,"s":[-1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":240,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":260,"s":[-1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":280,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":300,"s":[-1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":320,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":340,"s":[-1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":360,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":380,"s":[-1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":400,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":420,"s":[-1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":440,"s":[0]},{"t":460,"s":[-1]}],"ix":10},"p":{"a":0,"k":[153.364,260.406,0],"ix":2},"a":{"a":0,"k":[153.364,260.406,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":0,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":20,"s":[105,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":40,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":60,"s":[105,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":80,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":100,"s":[105,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":120,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":140,"s":[105,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":160,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":180,"s":[105,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":200,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":220,"s":[105,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":240,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":260,"s":[105,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":280,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":300,"s":[105,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":320,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":340,"s":[105,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":360,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":380,"s":[105,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":400,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":420,"s":[105,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":440,"s":[100,100,100]},{"t":460,"s":[105,100,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.729,-4.014],[0,0],[0,0],[-2.189,12.041],[0,0],[-6.122,9.775]],"o":[[0,0],[0,0],[0.73,4.014],[0,0],[0,0],[2.19,-12.042],[0,0],[6.121,-9.774]],"v":[[-20.799,-60.034],[15.69,-48.531],[19.703,-39.409],[50.72,75.534],[-31.017,74.803],[-48.532,55.464],[-27.733,-43.057],[-30.1,-52.631]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.016000001571,0.6,0.866999966491,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":[152.355,207.934],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":129,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"R Leg::Ankle","hd":true,"sr":1.1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":20,"s":[-27]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":40,"s":[-15]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":60,"s":[48.5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":80,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":100,"s":[-27]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":120,"s":[-15]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":140,"s":[48.5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":160,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":495,"s":[-27]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":506,"s":[-15]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":517,"s":[48.5]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":528,"s":[0]},{"t":539,"s":[0]}],"ix":10,"x":"var $bm_rt;\nfunction parentTotal() {\n var parentVal = 0;\n var layerChain = 'thisLayer';\n while (eval([layerChain][0]).hasParent) {\n layerChain = $bm_sum(layerChain, '.parent');\n parentVal = $bm_sum(parentVal, eval([layerChain][0]).rotation);\n }\n return parentVal;\n}\ntry {\n var eff = thisLayer(4)('RubberHose 2');\n var autoRotate = eff('Auto Rotate End');\n if (autoRotate == 1) {\n var a = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name).toComp([\n 0,\n 0,\n 0\n ]);\n var b = thisComp.layer(thisLayer(2)('Admin')(2)('B')(2)(1)._name).toComp([\n 0,\n 0,\n 0\n ]);\n var s = length(a, b);\n var sFac = eff('Parent Scale');\n var realism = eff('Realism');\n var bendDir = $bm_div(eff('Bend Direction'), 100);\n var hoseLength = $bm_div(eff('Hose Length'), 2);\n var bendRad = eff('Bend Radius');\n var autoFlop = eff('AutoFlop');\n var baseRot = $bm_sub(180, radiansToDegrees(Math.atan2($bm_sub(b[0], a[0]), $bm_sub(b[1], a[1]))));\n var outerRad = $bm_mul(Math.sin(0.78539816339), s);\n var straight = $bm_div($bm_mul(1.4142135623731, outerRad), 2);\n straight /= Math.max(Math.abs(sFac), 0.001);\n var roundShrink = linear(Math.abs(bendRad), 0, 100, 1, 0.87);\n var innerRad;\n if (hoseLength > straight) {\n innerRad = $bm_sum(straight, $bm_mul(Math.sqrt($bm_sub(Math.pow(hoseLength, 2), Math.pow(straight, 2))), roundShrink));\n innerRad = linear(realism, 0, 100, hoseLength, innerRad);\n innerRad = linear(Math.abs(bendDir), straight, innerRad);\n } else {\n innerRad = straight;\n }\n innerRad = linear(Math.abs(autoFlop), straight, innerRad);\n var flopDir = 1;\n if (bendDir < 0) {\n flopDir = -1;\n }\n flopDir *= autoFlop;\n var opp = $bm_mul($bm_sub(innerRad, straight), flopDir);\n var theta = Math.atan($bm_div(opp, Math.max(straight, 0.001)));\n var bendAngle = radiansToDegrees(theta);\n if (sFac < 0) {\n baseRot *= -1;\n }\n bendRad *= $bm_div($bm_div(theta, $bm_neg(Math.PI)), linear(s, hoseLength, 0, 2, 0.9));\n var parentRot = hasParent ? parentTotal() : 0;\n var rotCalc = $bm_sub($bm_sub($bm_sum(baseRot, bendAngle), bendRad), parentRot);\n $bm_rt = $bm_sum(rotCalc, value);\n } else {\n $bm_rt = value;\n }\n} catch (e) {\n $bm_rt = value;\n}"},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[239.803,409.027,0],"to":[-7.659,0.379,0],"ti":[21.267,-0.943,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":20,"s":[207.279,420.247,0],"to":[-25.475,1.13,0],"ti":[0,-0.454,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":40,"s":[176.803,421.027,0],"to":[0,0.454,0],"ti":[-25.48,0.131,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":60,"s":[133.292,414.31,0],"to":[0.553,-0.003,0],"ti":[16.833,-0.833,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":80,"s":[239.803,409.027,0],"to":[-7.659,0.379,0],"ti":[21.267,-0.943,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":100,"s":[207.279,420.247,0],"to":[-25.475,1.13,0],"ti":[0,-0.454,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":120,"s":[176.803,421.027,0],"to":[0,0.454,0],"ti":[-25.48,0.131,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":140,"s":[133.292,414.31,0],"to":[0.553,-0.003,0],"ti":[16.833,-0.833,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":160,"s":[239.803,409.027,0],"to":[-7.659,0.379,0],"ti":[20.715,-0.919,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":495,"s":[207.279,420.247,0],"to":[-25.475,1.13,0],"ti":[0,-0.454,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":506,"s":[176.803,421.027,0],"to":[0,0.454,0],"ti":[-25.48,0.131,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":517,"s":[133.292,414.31,0],"to":[21.263,-0.11,0],"ti":[-7.657,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":528,"s":[239.803,414.028,0],"to":[16.833,0,0],"ti":[-7.657,0,0]},{"t":539,"s":[239.803,414.028,0]}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":6}},"ao":0,"ef":[{"ty":5,"nm":"RubberHose 2","np":18,"mn":"Pseudo/3bf5uID/RubberHose_2","ix":1,"en":1,"ef":[{"ty":0,"nm":"Hose Length","mn":"Pseudo/3bf5uID/RubberHose_2-0001","ix":1,"v":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[150]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":20,"s":[170]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":40,"s":[150]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":60,"s":[150]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":80,"s":[150]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":100,"s":[170]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":120,"s":[150]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":140,"s":[150]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":160,"s":[150]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":495,"s":[150]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":506,"s":[170]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":517,"s":[150]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":528,"s":[150]},{"t":539,"s":[150]}],"ix":1}},{"ty":0,"nm":"Bend Radius","mn":"Pseudo/3bf5uID/RubberHose_2-0002","ix":2,"v":{"a":0,"k":100,"ix":2}},{"ty":0,"nm":"Realism","mn":"Pseudo/3bf5uID/RubberHose_2-0003","ix":3,"v":{"a":0,"k":0,"ix":3}},{"ty":0,"nm":"Bend Direction","mn":"Pseudo/3bf5uID/RubberHose_2-0004","ix":4,"v":{"a":0,"k":100,"ix":4}},{"ty":7,"nm":"Auto Rotate Start","mn":"Pseudo/3bf5uID/RubberHose_2-0005","ix":5,"v":{"a":0,"k":0,"ix":5}},{"ty":7,"nm":"Auto Rotate End","mn":"Pseudo/3bf5uID/RubberHose_2-0006","ix":6,"v":{"a":0,"k":1,"ix":6}},{"ty":6,"nm":"Math Stuff","mn":"Pseudo/3bf5uID/RubberHose_2-0007","ix":7,"v":0},{"ty":3,"nm":"A","mn":"Pseudo/3bf5uID/RubberHose_2-0008","ix":8,"v":{"a":0,"k":[0,0],"ix":8,"x":"var $bm_rt;\n$bm_rt = thisLayer.toComp([\n 0,\n 0,\n 0\n]);"}},{"ty":3,"nm":"B","mn":"Pseudo/3bf5uID/RubberHose_2-0009","ix":9,"v":{"a":0,"k":[0,0],"ix":9,"x":"var $bm_rt;\ntry {\n var b = thisLayer(2)('Admin')(2)('B')(2)(1)._name;\n $bm_rt = thisComp.layer(b).toComp([\n 0,\n 0,\n 0\n ]);\n} catch (err) {\n $bm_rt = value;\n}"}},{"ty":0,"nm":"Outer Radius","mn":"Pseudo/3bf5uID/RubberHose_2-0010","ix":10,"v":{"a":0,"k":0,"ix":10,"x":"var $bm_rt;\nvar a = thisLayer(4)('RubberHose 2')('A');\nvar b = thisLayer(4)('RubberHose 2')('B');\nvar s = length(a, b);\n$bm_rt = $bm_mul(Math.sin(0.78539816339), s);"}},{"ty":0,"nm":"Inner Radius","mn":"Pseudo/3bf5uID/RubberHose_2-0011","ix":11,"v":{"a":0,"k":0,"ix":11,"x":"var $bm_rt;\nvar eff = thisLayer(4)('RubberHose 2');\nvar bendRad = eff('Bend Radius');\nvar hoseLength = $bm_div(eff('Hose Length'), 2);\nvar realism = eff('Realism');\nvar bendDir = $bm_div(eff('Bend Direction'), 100);\nvar sFac = eff('Parent Scale');\nvar straight = eff('Straight');\nvar autoFlop = eff('AutoFlop');\nvar roundShrink = linear(Math.abs(bendRad), 0, 100, 1, 0.87);\nvar innerRad;\nif (hoseLength > straight) {\n innerRad = $bm_sum(straight, $bm_mul(Math.sqrt($bm_sub(Math.pow(hoseLength, 2), Math.pow(straight, 2))), roundShrink));\n innerRad = linear(realism, 0, 100, hoseLength, innerRad);\n innerRad = linear(Math.abs(bendDir), straight, innerRad);\n} else {\n innerRad = straight;\n}\ninnerRad *= Math.abs(sFac);\ninnerRad = linear(Math.abs(autoFlop), $bm_mul(straight, Math.max(Math.abs(sFac), 0.001)), innerRad);\n$bm_rt = innerRad;"}},{"ty":0,"nm":"Straight","mn":"Pseudo/3bf5uID/RubberHose_2-0012","ix":12,"v":{"a":0,"k":0,"ix":12,"x":"var $bm_rt;\nvar sFac = thisLayer(4)('RubberHose 2')('Parent Scale');\nvar outerRad = $bm_div(thisLayer(4)('RubberHose 2')('Outer Radius'), Math.max(Math.abs(sFac), 0.001));\n;\n$bm_rt = $bm_div($bm_mul(1.4142135623731, outerRad), 2);"}},{"ty":0,"nm":"Base Rotation","mn":"Pseudo/3bf5uID/RubberHose_2-0013","ix":13,"v":{"a":0,"k":0,"ix":13,"x":"var $bm_rt;\nvar a = thisLayer(4)('RubberHose 2')('A');\nvar b = thisLayer(4)('RubberHose 2')('B');\n$bm_rt = radiansToDegrees(Math.atan2($bm_sub(a[1], b[1]), $bm_sub(a[0], b[0])));"}},{"ty":0,"nm":"AutoFlop","mn":"Pseudo/3bf5uID/RubberHose_2-0014","ix":14,"v":{"a":0,"k":0,"ix":14,"x":"var $bm_rt;\nvar hasAF = false, isEnabled = false, output;\ntry {\n var lyrAF = thisComp.layer($bm_sum(thisLayer._name.split('::')[0], '::AutoFlop'));\n isEnabled = lyrAF(4)('Enable')(1);\n var falloffAngle = lyrAF(4)('Falloff')(1);\n hasAF = true;\n var a = thisLayer.toComp([\n 0,\n 0,\n 0\n ]);\n var b = thisComp.layer(thisLayer(2)('Admin')(2)('B')(2)(1)._name).toComp([\n 0,\n 0,\n 0\n ]);\n} catch (e) {\n}\nif (hasAF && isEnabled == 1) {\n var threshRot = lyrAF('ADBE Transform Group')('ADBE Rotate Z');\n threshRot %= 360;\n var ctrlAngle = $bm_neg(radiansToDegrees(Math.atan2($bm_sub(b[0], a[0]), $bm_sub(b[1], a[1]))));\n var offsetAngle = $bm_sub(threshRot, ctrlAngle);\n offsetAngle %= 360;\n var sign = offsetAngle > 0 && offsetAngle < 180 || offsetAngle < -180 ? -1 : 1;\n var absAngle = Math.abs(offsetAngle);\n if (absAngle > 90) {\n absAngle = Math.abs($bm_sub(absAngle, 180));\n }\n if (absAngle > 90) {\n absAngle = Math.abs($bm_sub(absAngle, 180));\n }\n output = linear(absAngle, 0, falloffAngle, 0, 1);\n output *= sign;\n} else {\n output = 1;\n}\n$bm_rt = output;"}},{"ty":0,"nm":"Parent Scale","mn":"Pseudo/3bf5uID/RubberHose_2-0015","ix":15,"v":{"a":0,"k":0,"ix":15,"x":"var $bm_rt;\nvar sFactor = 1;\nvar scaleNorm = 0;\nvar layerChain = 'thisLayer';\nwhile (eval([layerChain][0]).hasParent) {\n layerChain = $bm_sum(layerChain, '.parent');\n scaleNorm = $bm_div(eval(layerChain)('ADBE Transform Group')('ADBE Scale')[0], 100);\n sFactor = $bm_mul(sFactor, scaleNorm);\n}\n$bm_rt = sFactor;"}},{"ty":6,"nm":"","mn":"Pseudo/3bf5uID/RubberHose_2-0016","ix":16,"v":0}]}],"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[100,100],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Circle","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-75,0],[75,0]],"c":false},"ix":2},"nm":"01","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":[[0,-30],[0,30]],"c":false},"ix":2},"nm":"02","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[30,30],"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":"ControlShape","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.560000002384,0,1],"ix":3,"x":"var $bm_rt;\nif (thisLayer.active) {\n try {\n var eff = thisLayer(4)('RubberHose 2');\n var a = thisLayer.toComp([\n 0,\n 0,\n 0\n ]);\n var b = eff('B');\n var straight = eff('Straight');\n var hoseLength = $bm_div(eff('Hose Length'), 2);\n if (straight > hoseLength) {\n $bm_rt = [\n 0.51,\n 0.83,\n 0.98,\n 1\n ];\n } else {\n $bm_rt = value;\n }\n } catch (err) {\n $bm_rt = value;\n }\n} else {\n $bm_rt = value;\n}"},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"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":"Control Point","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"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":"R Leg::Ankle","np":0,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[135,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":"A","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[20,20],"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 Leg::Hip","np":0,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","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":"B","np":1,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"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":"2.11","np":0,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false,"cl":"11"},{"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":"Version","np":1,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","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":"Admin","np":3,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":129,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"R Leg::Hip","parent":9,"hd":true,"sr":1.1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":40,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":60,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":80,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":484,"s":[0]},{"t":506,"s":[0]}],"ix":10,"x":"var $bm_rt;\nfunction parentTotal() {\n var parentVal = 0;\n var layerChain = 'thisLayer';\n while (eval([layerChain][0]).hasParent) {\n layerChain = $bm_sum(layerChain, '.parent');\n parentVal = $bm_sum(parentVal, eval([layerChain][0]).rotation);\n }\n return parentVal;\n}\ntry {\n var eff = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n var autoRotate = eff('Auto Rotate Start');\n if (autoRotate == 1) {\n var a = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name).toComp([\n 0,\n 0,\n 0\n ]);\n var b = thisComp.layer(thisLayer(2)('Admin')(2)('B')(2)(1)._name).toComp([\n 0,\n 0,\n 0\n ]);\n var s = length(a, b);\n var sFac = eff('Parent Scale');\n var realism = eff('Realism');\n var bendDir = $bm_div(eff('Bend Direction'), 100);\n var hoseLength = $bm_div(eff('Hose Length'), 2);\n var bendRad = eff('Bend Radius');\n var autoFlop = eff('AutoFlop');\n var baseRot = $bm_sub(180, radiansToDegrees(Math.atan2($bm_sub(b[0], a[0]), $bm_sub(b[1], a[1]))));\n var outerRad = $bm_mul(Math.sin(0.78539816339), s);\n var straight = $bm_div($bm_mul(1.4142135623731, outerRad), 2);\n straight /= Math.max(Math.abs(sFac), 0.001);\n var roundShrink = linear(Math.abs(bendRad), 0, 100, 1, 0.87);\n var innerRad;\n if (hoseLength > straight) {\n innerRad = $bm_sum(straight, $bm_mul(Math.sqrt($bm_sub(Math.pow(hoseLength, 2), Math.pow(straight, 2))), roundShrink));\n innerRad = linear(realism, 0, 100, hoseLength, innerRad);\n innerRad = linear(Math.abs(bendDir), straight, innerRad);\n } else {\n innerRad = straight;\n }\n innerRad = linear(Math.abs(autoFlop), straight, innerRad);\n var flopDir = 1;\n if (bendDir < 0) {\n flopDir = -1;\n }\n flopDir *= autoFlop;\n var opp = $bm_mul($bm_sub(innerRad, straight), flopDir);\n var theta = Math.atan($bm_div(opp, Math.max(straight, 0.001)));\n var bendAngle = radiansToDegrees(theta);\n if (sFac < 0) {\n baseRot *= -1;\n }\n bendRad *= $bm_div($bm_div(theta, $bm_neg(Math.PI)), linear(s, hoseLength, 0, 2, 0.9));\n var parentRot = hasParent ? parentTotal() : 0;\n var rotCalc = $bm_sub($bm_sum($bm_sub(baseRot, bendAngle), bendRad), parentRot);\n $bm_rt = $bm_sum(rotCalc, value);\n } else {\n $bm_rt = value;\n }\n} catch (e) {\n $bm_rt = value;\n}"},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[177.486,275.283,0],"to":[-0.167,0,0],"ti":[-0.333,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":40,"s":[176.486,275.283,0],"to":[0.333,0,0],"ti":[-0.167,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":60,"s":[179.486,275.283,0],"to":[0.167,0,0],"ti":[0.5,-1.5,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":80,"s":[177.486,275.283,0],"to":[-0.5,1.5,0],"ti":[-0.333,-2.667,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":484,"s":[176.486,284.283,0],"to":[0.333,2.667,0],"ti":[-0.5,-1.167,0]},{"t":506,"s":[179.486,291.283,0]}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[100,100],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Circle","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-75,0],[75,0]],"c":false},"ix":2},"nm":"01","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":[[0,-30],[0,30]],"c":false},"ix":2},"nm":"02","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[30,30],"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":"ControlShape","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.560000002384,0,1],"ix":3,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name);\n $bm_rt = ctrl(2)('Control Point')(2)('Stroke 1')('Color');\n} catch (e) {\n $bm_rt = value;\n}"},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"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":"Control Point","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"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":"R Leg::Ankle","np":0,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[135,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":"A","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[20,20],"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 Leg::Hip","np":0,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","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":"B","np":1,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"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":"2.11","np":0,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false,"cl":"11"},{"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":"Version","np":1,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","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":"Admin","np":3,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":129,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"R Foot Outlines","parent":10,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[26.359]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":20,"s":[54.359]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":40,"s":[48.359]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":60,"s":[4.359]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":80,"s":[26.359]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":100,"s":[54.359]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":120,"s":[48.359]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":140,"s":[4.359]},{"t":160,"s":[26.359]}],"ix":10},"p":{"a":0,"k":[0,0.005,0],"ix":2},"a":{"a":0,"k":[240.805,418.031,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[3.646,18.226]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-20.53,-8.216],[-12.735,16.087],[20.529,-6.469],[-8.504,-16.087]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.086000001197,0.081999999402,0.109999997008,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[256.553,433.248],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":129,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"R Leg","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-11,"ix":10,"x":"var $bm_rt;\nfunction parentTotal() {\n var parentVal = 0;\n var layerChain = 'thisLayer';\n while (eval([layerChain][0]).hasParent) {\n layerChain = $bm_sum(layerChain, '.parent');\n parentVal = $bm_sum(parentVal, eval([layerChain][0]).rotation);\n }\n return parentVal;\n}\nvar r = 0;\nif (thisLayer.hasParent) {\n r = $bm_neg(parentTotal());\n}\n$bm_rt = r;"},"p":{"a":0,"k":[187.715,420.207,0],"ix":2,"x":"var $bm_rt;\nvar p = [\n 0,\n 0\n ];\ntry {\n if (thisLayer.hasParent) {\n p = parent.fromComp([\n 0,\n 0,\n 0\n ]);\n }\n $bm_rt = p;\n} catch (err) {\n $bm_rt = p;\n}"},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6,"x":"var $bm_rt;\n$bm_rt = $bm_div(value, length(toComp([\n 0,\n 0\n]), toComp([\n 0.7071,\n 0.7071\n]))) || 0.001;"}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"sr","sy":1,"d":1,"pt":{"a":0,"k":4,"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"r":{"a":0,"k":0,"ix":5},"ir":{"a":0,"k":500,"ix":6,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"is":{"a":0,"k":0,"ix":8,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"or":{"a":0,"k":113,"ix":7,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"os":{"a":0,"k":0,"ix":9,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"ix":1,"nm":"LineForCurve","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"e":{"a":0,"k":0,"ix":2,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"o":{"a":0,"k":-90,"ix":3,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"m":1,"ix":2,"nm":"Line Halfer","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"a":{"a":0,"k":[0,0],"ix":1,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"s":{"a":0,"k":[100,100],"ix":3,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"r":{"a":0,"k":45,"ix":6,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"o":{"a":0,"k":100,"ix":7,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"sk":{"a":0,"k":0,"ix":4,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"sa":{"a":0,"k":0,"ix":5,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"nm":"Transform"}],"nm":"Arc","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.086274512112,0.266666680574,0.584313750267,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":39,"ix":5,"x":"var $bm_rt;\nvar sFac = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2')('Parent Scale');\n$bm_rt = Math.abs($bm_mul(value, sFac));"},"lc":1,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('A');\n} catch (err) {\n $bm_rt = value;\n}"},"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":"Flat","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"sr","sy":1,"d":1,"pt":{"a":0,"k":4,"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"r":{"a":0,"k":0,"ix":5},"ir":{"a":0,"k":500,"ix":6,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"is":{"a":0,"k":0,"ix":8,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"or":{"a":0,"k":113,"ix":7,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"os":{"a":0,"k":0,"ix":9,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"ix":1,"nm":"LineForCurve","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"e":{"a":0,"k":0,"ix":2,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"o":{"a":0,"k":-90,"ix":3,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"m":1,"ix":2,"nm":"Line Halfer","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"a":{"a":0,"k":[0,0],"ix":1,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"s":{"a":0,"k":[100,100],"ix":3,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"r":{"a":0,"k":45,"ix":6,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"o":{"a":0,"k":100,"ix":7,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"sk":{"a":0,"k":0,"ix":4,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"sa":{"a":0,"k":0,"ix":5,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"nm":"Transform"}],"nm":"Arc","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":99,"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.086274512112,0.266666680574,0.584313750267,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":39,"ix":5,"x":"var $bm_rt;\nvar sFac = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2')('Parent Scale');\n$bm_rt = Math.abs($bm_mul(value, sFac));"},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('A');\n} catch (err) {\n $bm_rt = value;\n}"},"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":"Round","np":3,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":2,"ix":3,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"tr","p":{"a":0,"k":[690,540],"ix":2},"a":{"a":0,"k":[690,540],"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":"Round-ButtCap01","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","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":"Style","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"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":"R Leg::Ankle","np":0,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[135,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":"A","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[200,200],"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 Leg::Hip","np":0,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","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":"B","np":1,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"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":"2.11","np":0,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false,"cl":"11"},{"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":"Version","np":1,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"sr","sy":1,"d":1,"pt":{"a":0,"k":4,"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"r":{"a":0,"k":0,"ix":5},"ir":{"a":0,"k":200,"ix":6,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('Inner Radius');\n} catch (err) {\n $bm_rt = value;\n}"},"is":{"a":0,"k":100,"ix":8,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('Bend Radius');\n} catch (err) {\n $bm_rt = value;\n}"},"or":{"a":0,"k":200,"ix":7,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('Outer Radius');\n} catch (err) {\n $bm_rt = value;\n}"},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"LineForCurve","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"tm","s":{"a":0,"k":0.01,"ix":1},"e":{"a":0,"k":24.99,"ix":2},"o":{"a":0,"k":-90,"ix":3,"x":"var $bm_rt;\n$bm_rt = -90;"},"m":1,"ix":2,"nm":"Line Halfer","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1,"x":"var $bm_rt;\nvar s = thisProperty.propertyGroup(2)(2)(1)(7);\n$bm_rt = [\n -s,\n 0\n];"},"s":{"a":0,"k":[100,100],"ix":3,"x":"var $bm_rt;\nvar flop;\ntry {\n var eff = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n var bendDir = eff('Bend Direction');\n var autoFlop = eff('AutoFlop');\n flop = bendDir > 0 ? 1 : -1;\n autoFlop > 0 ? 0 : flop *= -1;\n var s = flop == 1 ? [\n -100,\n 100\n ] : [\n 100,\n 100\n ];\n if (eff('Parent Scale') < 0) {\n s = [\n $bm_neg(s[0]),\n s[1]\n ];\n }\n $bm_rt = s;\n} catch (err) {\n $bm_rt = value;\n}\n;"},"r":{"a":0,"k":45,"ix":6,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n var baseRot = ctrl('Base Rotation');\n var flop = content('Admin').content('ArcMath').transform.scale[0];\n var rotOffset = flop < 0 ? -45 : 225;\n $bm_rt = $bm_sum(baseRot, rotOffset);\n} catch (err) {\n $bm_rt = value;\n}"},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"ArcMath","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('A');\n} catch (err) {\n $bm_rt = value;\n}"},"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":"Admin","np":4,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":129,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"L: Leg::Ankle","hd":true,"sr":1.1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":20,"s":[29]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":40,"s":[34]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":60,"s":[-11]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":80,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":100,"s":[29]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":120,"s":[34]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":140,"s":[-11]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":495,"s":[29]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":506,"s":[34]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":517,"s":[-11]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":528,"s":[0]},{"t":539,"s":[0]}],"ix":10,"x":"var $bm_rt;\nfunction parentTotal() {\n var parentVal = 0;\n var layerChain = 'thisLayer';\n while (eval([layerChain][0]).hasParent) {\n layerChain = $bm_sum(layerChain, '.parent');\n parentVal = $bm_sum(parentVal, eval([layerChain][0]).rotation);\n }\n return parentVal;\n}\ntry {\n var eff = thisLayer(4)('RubberHose 2');\n var autoRotate = eff('Auto Rotate End');\n if (autoRotate == 1) {\n var a = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name).toComp([\n 0,\n 0,\n 0\n ]);\n var b = thisComp.layer(thisLayer(2)('Admin')(2)('B')(2)(1)._name).toComp([\n 0,\n 0,\n 0\n ]);\n var s = length(a, b);\n var sFac = eff('Parent Scale');\n var realism = eff('Realism');\n var bendDir = $bm_div(eff('Bend Direction'), 100);\n var hoseLength = $bm_div(eff('Hose Length'), 2);\n var bendRad = eff('Bend Radius');\n var autoFlop = eff('AutoFlop');\n var baseRot = $bm_sub(180, radiansToDegrees(Math.atan2($bm_sub(b[0], a[0]), $bm_sub(b[1], a[1]))));\n var outerRad = $bm_mul(Math.sin(0.78539816339), s);\n var straight = $bm_div($bm_mul(1.4142135623731, outerRad), 2);\n straight /= Math.max(Math.abs(sFac), 0.001);\n var roundShrink = linear(Math.abs(bendRad), 0, 100, 1, 0.87);\n var innerRad;\n if (hoseLength > straight) {\n innerRad = $bm_sum(straight, $bm_mul(Math.sqrt($bm_sub(Math.pow(hoseLength, 2), Math.pow(straight, 2))), roundShrink));\n innerRad = linear(realism, 0, 100, hoseLength, innerRad);\n innerRad = linear(Math.abs(bendDir), straight, innerRad);\n } else {\n innerRad = straight;\n }\n innerRad = linear(Math.abs(autoFlop), straight, innerRad);\n var flopDir = 1;\n if (bendDir < 0) {\n flopDir = -1;\n }\n flopDir *= autoFlop;\n var opp = $bm_mul($bm_sub(innerRad, straight), flopDir);\n var theta = Math.atan($bm_div(opp, Math.max(straight, 0.001)));\n var bendAngle = radiansToDegrees(theta);\n if (sFac < 0) {\n baseRot *= -1;\n }\n bendRad *= $bm_div($bm_div(theta, $bm_neg(Math.PI)), linear(s, hoseLength, 0, 2, 0.9));\n var parentRot = hasParent ? parentTotal() : 0;\n var rotCalc = $bm_sub($bm_sub($bm_sum(baseRot, bendAngle), bendRad), parentRot);\n $bm_rt = $bm_sum(rotCalc, value);\n } else {\n $bm_rt = value;\n }\n} catch (e) {\n $bm_rt = value;\n}"},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[140.839,416.208,0],"to":[-0.081,0.006,0],"ti":[-14.26,0.211,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":20,"s":[117.714,406.708,0],"to":[17.089,-0.252,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":40,"s":[145.578,385.208,0],"to":[0,0,0],"ti":[19.108,-1.514,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":60,"s":[187.715,420.207,0],"to":[-15.944,1.263,0],"ti":[5.742,-0.455,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":80,"s":[140.839,416.208,0],"to":[-0.081,0.006,0],"ti":[-14.26,0.211,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":100,"s":[117.714,406.708,0],"to":[17.089,-0.252,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":120,"s":[145.578,385.208,0],"to":[0,0,0],"ti":[19.108,-1.514,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":140,"s":[187.715,420.207,0],"to":[-15.944,1.263,0],"ti":[-12.401,0.183,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":495,"s":[117.714,406.708,0],"to":[17.089,-0.252,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":506,"s":[150.578,385.208,0],"to":[0,0,0],"ti":[19.108,-1.514,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":517,"s":[187.715,420.207,0],"to":[-15.944,1.263,0],"ti":[5.742,-0.455,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":528,"s":[140.839,416.208,0],"to":[-0.081,0.006,0],"ti":[-9.745,0.144,0]},{"t":539,"s":[140.839,416.208,0]}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":6}},"ao":0,"ef":[{"ty":5,"nm":"RubberHose 2","np":18,"mn":"Pseudo/3bf5uID/RubberHose_2","ix":1,"en":1,"ef":[{"ty":0,"nm":"Hose Length","mn":"Pseudo/3bf5uID/RubberHose_2-0001","ix":1,"v":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[150]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":20,"s":[170]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":40,"s":[150]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":60,"s":[150]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":80,"s":[150]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":100,"s":[170]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":120,"s":[150]},{"t":140,"s":[150]}],"ix":1}},{"ty":0,"nm":"Bend Radius","mn":"Pseudo/3bf5uID/RubberHose_2-0002","ix":2,"v":{"a":0,"k":100,"ix":2}},{"ty":0,"nm":"Realism","mn":"Pseudo/3bf5uID/RubberHose_2-0003","ix":3,"v":{"a":0,"k":0,"ix":3}},{"ty":0,"nm":"Bend Direction","mn":"Pseudo/3bf5uID/RubberHose_2-0004","ix":4,"v":{"a":0,"k":100,"ix":4}},{"ty":7,"nm":"Auto Rotate Start","mn":"Pseudo/3bf5uID/RubberHose_2-0005","ix":5,"v":{"a":0,"k":0,"ix":5}},{"ty":7,"nm":"Auto Rotate End","mn":"Pseudo/3bf5uID/RubberHose_2-0006","ix":6,"v":{"a":0,"k":1,"ix":6}},{"ty":6,"nm":"Math Stuff","mn":"Pseudo/3bf5uID/RubberHose_2-0007","ix":7,"v":0},{"ty":3,"nm":"A","mn":"Pseudo/3bf5uID/RubberHose_2-0008","ix":8,"v":{"a":0,"k":[0,0],"ix":8,"x":"var $bm_rt;\n$bm_rt = thisLayer.toComp([\n 0,\n 0,\n 0\n]);"}},{"ty":3,"nm":"B","mn":"Pseudo/3bf5uID/RubberHose_2-0009","ix":9,"v":{"a":0,"k":[0,0],"ix":9,"x":"var $bm_rt;\ntry {\n var b = thisLayer(2)('Admin')(2)('B')(2)(1)._name;\n $bm_rt = thisComp.layer(b).toComp([\n 0,\n 0,\n 0\n ]);\n} catch (err) {\n $bm_rt = value;\n}"}},{"ty":0,"nm":"Outer Radius","mn":"Pseudo/3bf5uID/RubberHose_2-0010","ix":10,"v":{"a":0,"k":0,"ix":10,"x":"var $bm_rt;\nvar a = thisLayer(4)('RubberHose 2')('A');\nvar b = thisLayer(4)('RubberHose 2')('B');\nvar s = length(a, b);\n$bm_rt = $bm_mul(Math.sin(0.78539816339), s);"}},{"ty":0,"nm":"Inner Radius","mn":"Pseudo/3bf5uID/RubberHose_2-0011","ix":11,"v":{"a":0,"k":0,"ix":11,"x":"var $bm_rt;\nvar eff = thisLayer(4)('RubberHose 2');\nvar bendRad = eff('Bend Radius');\nvar hoseLength = $bm_div(eff('Hose Length'), 2);\nvar realism = eff('Realism');\nvar bendDir = $bm_div(eff('Bend Direction'), 100);\nvar sFac = eff('Parent Scale');\nvar straight = eff('Straight');\nvar autoFlop = eff('AutoFlop');\nvar roundShrink = linear(Math.abs(bendRad), 0, 100, 1, 0.87);\nvar innerRad;\nif (hoseLength > straight) {\n innerRad = $bm_sum(straight, $bm_mul(Math.sqrt($bm_sub(Math.pow(hoseLength, 2), Math.pow(straight, 2))), roundShrink));\n innerRad = linear(realism, 0, 100, hoseLength, innerRad);\n innerRad = linear(Math.abs(bendDir), straight, innerRad);\n} else {\n innerRad = straight;\n}\ninnerRad *= Math.abs(sFac);\ninnerRad = linear(Math.abs(autoFlop), $bm_mul(straight, Math.max(Math.abs(sFac), 0.001)), innerRad);\n$bm_rt = innerRad;"}},{"ty":0,"nm":"Straight","mn":"Pseudo/3bf5uID/RubberHose_2-0012","ix":12,"v":{"a":0,"k":0,"ix":12,"x":"var $bm_rt;\nvar sFac = thisLayer(4)('RubberHose 2')('Parent Scale');\nvar outerRad = $bm_div(thisLayer(4)('RubberHose 2')('Outer Radius'), Math.max(Math.abs(sFac), 0.001));\n;\n$bm_rt = $bm_div($bm_mul(1.4142135623731, outerRad), 2);"}},{"ty":0,"nm":"Base Rotation","mn":"Pseudo/3bf5uID/RubberHose_2-0013","ix":13,"v":{"a":0,"k":0,"ix":13,"x":"var $bm_rt;\nvar a = thisLayer(4)('RubberHose 2')('A');\nvar b = thisLayer(4)('RubberHose 2')('B');\n$bm_rt = radiansToDegrees(Math.atan2($bm_sub(a[1], b[1]), $bm_sub(a[0], b[0])));"}},{"ty":0,"nm":"AutoFlop","mn":"Pseudo/3bf5uID/RubberHose_2-0014","ix":14,"v":{"a":0,"k":0,"ix":14,"x":"var $bm_rt;\nvar hasAF = false, isEnabled = false, output;\ntry {\n var lyrAF = thisComp.layer($bm_sum(thisLayer._name.split('::')[0], '::AutoFlop'));\n isEnabled = lyrAF(4)('Enable')(1);\n var falloffAngle = lyrAF(4)('Falloff')(1);\n hasAF = true;\n var a = thisLayer.toComp([\n 0,\n 0,\n 0\n ]);\n var b = thisComp.layer(thisLayer(2)('Admin')(2)('B')(2)(1)._name).toComp([\n 0,\n 0,\n 0\n ]);\n} catch (e) {\n}\nif (hasAF && isEnabled == 1) {\n var threshRot = lyrAF('ADBE Transform Group')('ADBE Rotate Z');\n threshRot %= 360;\n var ctrlAngle = $bm_neg(radiansToDegrees(Math.atan2($bm_sub(b[0], a[0]), $bm_sub(b[1], a[1]))));\n var offsetAngle = $bm_sub(threshRot, ctrlAngle);\n offsetAngle %= 360;\n var sign = offsetAngle > 0 && offsetAngle < 180 || offsetAngle < -180 ? -1 : 1;\n var absAngle = Math.abs(offsetAngle);\n if (absAngle > 90) {\n absAngle = Math.abs($bm_sub(absAngle, 180));\n }\n if (absAngle > 90) {\n absAngle = Math.abs($bm_sub(absAngle, 180));\n }\n output = linear(absAngle, 0, falloffAngle, 0, 1);\n output *= sign;\n} else {\n output = 1;\n}\n$bm_rt = output;"}},{"ty":0,"nm":"Parent Scale","mn":"Pseudo/3bf5uID/RubberHose_2-0015","ix":15,"v":{"a":0,"k":0,"ix":15,"x":"var $bm_rt;\nvar sFactor = 1;\nvar scaleNorm = 0;\nvar layerChain = 'thisLayer';\nwhile (eval([layerChain][0]).hasParent) {\n layerChain = $bm_sum(layerChain, '.parent');\n scaleNorm = $bm_div(eval(layerChain)('ADBE Transform Group')('ADBE Scale')[0], 100);\n sFactor = $bm_mul(sFactor, scaleNorm);\n}\n$bm_rt = sFactor;"}},{"ty":6,"nm":"","mn":"Pseudo/3bf5uID/RubberHose_2-0016","ix":16,"v":0}]}],"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[100,100],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Circle","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-75,0],[75,0]],"c":false},"ix":2},"nm":"01","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":[[0,-30],[0,30]],"c":false},"ix":2},"nm":"02","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[30,30],"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":"ControlShape","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.560000002384,0,1],"ix":3,"x":"var $bm_rt;\nif (thisLayer.active) {\n try {\n var eff = thisLayer(4)('RubberHose 2');\n var a = thisLayer.toComp([\n 0,\n 0,\n 0\n ]);\n var b = eff('B');\n var straight = eff('Straight');\n var hoseLength = $bm_div(eff('Hose Length'), 2);\n if (straight > hoseLength) {\n $bm_rt = [\n 0.51,\n 0.83,\n 0.98,\n 1\n ];\n } else {\n $bm_rt = value;\n }\n } catch (err) {\n $bm_rt = value;\n }\n} else {\n $bm_rt = value;\n}"},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"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":"Control Point","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"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":"L: Leg::Ankle","np":0,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[135,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":"A","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[20,20],"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":"L: Leg::Hip","np":0,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","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":"B","np":1,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"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":"2.11","np":0,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false,"cl":"11"},{"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":"Version","np":1,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","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":"Admin","np":3,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":129,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"L: Leg::Hip","parent":9,"hd":true,"sr":1.1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":20,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":40,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":60,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":80,"s":[0]},{"t":506,"s":[0]}],"ix":10,"x":"var $bm_rt;\nfunction parentTotal() {\n var parentVal = 0;\n var layerChain = 'thisLayer';\n while (eval([layerChain][0]).hasParent) {\n layerChain = $bm_sum(layerChain, '.parent');\n parentVal = $bm_sum(parentVal, eval([layerChain][0]).rotation);\n }\n return parentVal;\n}\ntry {\n var eff = thisLayer(4)('RubberHose 2');\n var autoRotate = eff('Auto Rotate End');\n if (autoRotate == 1) {\n var a = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name).toComp([\n 0,\n 0,\n 0\n ]);\n var b = thisComp.layer(thisLayer(2)('Admin')(2)('B')(2)(1)._name).toComp([\n 0,\n 0,\n 0\n ]);\n var s = length(a, b);\n var sFac = eff('Parent Scale');\n var realism = eff('Realism');\n var bendDir = $bm_div(eff('Bend Direction'), 100);\n var hoseLength = $bm_div(eff('Hose Length'), 2);\n var bendRad = eff('Bend Radius');\n var autoFlop = eff('AutoFlop');\n var baseRot = $bm_sub(180, radiansToDegrees(Math.atan2($bm_sub(b[0], a[0]), $bm_sub(b[1], a[1]))));\n var outerRad = $bm_mul(Math.sin(0.78539816339), s);\n var straight = $bm_div($bm_mul(1.4142135623731, outerRad), 2);\n straight /= Math.max(Math.abs(sFac), 0.001);\n var roundShrink = linear(Math.abs(bendRad), 0, 100, 1, 0.87);\n var innerRad;\n if (hoseLength > straight) {\n innerRad = $bm_sum(straight, $bm_mul(Math.sqrt($bm_sub(Math.pow(hoseLength, 2), Math.pow(straight, 2))), roundShrink));\n innerRad = linear(realism, 0, 100, hoseLength, innerRad);\n innerRad = linear(Math.abs(bendDir), straight, innerRad);\n } else {\n innerRad = straight;\n }\n innerRad = linear(Math.abs(autoFlop), straight, innerRad);\n var flopDir = 1;\n if (bendDir < 0) {\n flopDir = -1;\n }\n flopDir *= autoFlop;\n var opp = $bm_mul($bm_sub(innerRad, straight), flopDir);\n var theta = Math.atan($bm_div(opp, Math.max(straight, 0.001)));\n var bendAngle = radiansToDegrees(theta);\n if (sFac < 0) {\n baseRot *= -1;\n }\n bendRad *= $bm_div($bm_div(theta, $bm_neg(Math.PI)), linear(s, hoseLength, 0, 2, 0.9));\n var parentRot = hasParent ? parentTotal() : 0;\n var rotCalc = $bm_sub($bm_sub($bm_sum(baseRot, bendAngle), bendRad), parentRot);\n $bm_rt = $bm_sum(rotCalc, value);\n } else {\n $bm_rt = value;\n }\n} catch (e) {\n $bm_rt = value;\n}"},"p":{"a":0,"k":[159.5,280.044,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[100,100],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Circle","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-75,0],[75,0]],"c":false},"ix":2},"nm":"01","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":[[0,-30],[0,30]],"c":false},"ix":2},"nm":"02","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[30,30],"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":"ControlShape","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.560000002384,0,1],"ix":3,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name);\n $bm_rt = ctrl(2)('Control Point')(2)('Stroke 1')('Color');\n} catch (e) {\n $bm_rt = value;\n}"},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"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":"Control Point","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"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":"L: Leg::Ankle","np":0,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[135,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":"A","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[20,20],"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":"L: Leg::Hip","np":0,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","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":"B","np":1,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"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":"2.11","np":0,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false,"cl":"11"},{"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":"Version","np":1,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","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":"Admin","np":3,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":129,"st":0,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"L: Leg","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10,"x":"var $bm_rt;\nfunction parentTotal() {\n var parentVal = 0;\n var layerChain = 'thisLayer';\n while (eval([layerChain][0]).hasParent) {\n layerChain = $bm_sum(layerChain, '.parent');\n parentVal = $bm_sum(parentVal, eval([layerChain][0]).rotation);\n }\n return parentVal;\n}\nvar r = 0;\nif (thisLayer.hasParent) {\n r = $bm_neg(parentTotal());\n}\n$bm_rt = r;"},"p":{"a":0,"k":[244.259,239.93,0],"ix":2,"x":"var $bm_rt;\nvar p = [\n 0,\n 0\n ];\ntry {\n if (thisLayer.hasParent) {\n p = parent.fromComp([\n 0,\n 0,\n 0\n ]);\n }\n $bm_rt = p;\n} catch (err) {\n $bm_rt = p;\n}"},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6,"x":"var $bm_rt;\n$bm_rt = $bm_div(value, length(toComp([\n 0,\n 0\n]), toComp([\n 0.7071,\n 0.7071\n]))) || 0.001;"}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"sr","sy":1,"d":1,"pt":{"a":0,"k":4,"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"r":{"a":0,"k":0,"ix":5},"ir":{"a":0,"k":500,"ix":6,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"is":{"a":0,"k":0,"ix":8,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"or":{"a":0,"k":113,"ix":7,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"os":{"a":0,"k":0,"ix":9,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"ix":1,"nm":"LineForCurve","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"e":{"a":0,"k":0,"ix":2,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"o":{"a":0,"k":-90,"ix":3,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"m":1,"ix":2,"nm":"Line Halfer","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"a":{"a":0,"k":[0,0],"ix":1,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"s":{"a":0,"k":[100,100],"ix":3,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"r":{"a":0,"k":45,"ix":6,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"o":{"a":0,"k":100,"ix":7,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"sk":{"a":0,"k":0,"ix":4,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"sa":{"a":0,"k":0,"ix":5,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"nm":"Transform"}],"nm":"Arc","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.086274512112,0.266666680574,0.584313750267,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":39,"ix":5,"x":"var $bm_rt;\nvar sFac = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2')('Parent Scale');\n$bm_rt = Math.abs($bm_mul(value, sFac));"},"lc":1,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('A');\n} catch (err) {\n $bm_rt = value;\n}"},"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":"Flat","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"sr","sy":1,"d":1,"pt":{"a":0,"k":4,"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"r":{"a":0,"k":0,"ix":5},"ir":{"a":0,"k":500,"ix":6,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"is":{"a":0,"k":0,"ix":8,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"or":{"a":0,"k":113,"ix":7,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"os":{"a":0,"k":0,"ix":9,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"ix":1,"nm":"LineForCurve","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"e":{"a":0,"k":0,"ix":2,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"o":{"a":0,"k":-90,"ix":3,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"m":1,"ix":2,"nm":"Line Halfer","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"a":{"a":0,"k":[0,0],"ix":1,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"s":{"a":0,"k":[100,100],"ix":3,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"r":{"a":0,"k":45,"ix":6,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"o":{"a":0,"k":100,"ix":7,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"sk":{"a":0,"k":0,"ix":4,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"sa":{"a":0,"k":0,"ix":5,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"nm":"Transform"}],"nm":"Arc","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":99,"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.086274512112,0.266666680574,0.584313750267,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":39,"ix":5,"x":"var $bm_rt;\nvar sFac = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2')('Parent Scale');\n$bm_rt = Math.abs($bm_mul(value, sFac));"},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('A');\n} catch (err) {\n $bm_rt = value;\n}"},"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":"Round","np":3,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":2,"ix":3,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"tr","p":{"a":0,"k":[690,540],"ix":2},"a":{"a":0,"k":[690,540],"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":"Round-ButtCap01","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","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":"Style","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"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":"L: Leg::Ankle","np":0,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[135,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":"A","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[200,200],"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":"L: Leg::Hip","np":0,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","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":"B","np":1,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"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":"2.11","np":0,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false,"cl":"11"},{"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":"Version","np":1,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"sr","sy":1,"d":1,"pt":{"a":0,"k":4,"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"r":{"a":0,"k":0,"ix":5},"ir":{"a":0,"k":200,"ix":6,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('Inner Radius');\n} catch (err) {\n $bm_rt = value;\n}"},"is":{"a":0,"k":100,"ix":8,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('Bend Radius');\n} catch (err) {\n $bm_rt = value;\n}"},"or":{"a":0,"k":200,"ix":7,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('Outer Radius');\n} catch (err) {\n $bm_rt = value;\n}"},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"LineForCurve","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"tm","s":{"a":0,"k":0.01,"ix":1},"e":{"a":0,"k":24.99,"ix":2},"o":{"a":0,"k":-90,"ix":3,"x":"var $bm_rt;\n$bm_rt = -90;"},"m":1,"ix":2,"nm":"Line Halfer","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1,"x":"var $bm_rt;\nvar s = thisProperty.propertyGroup(2)(2)(1)(7);\n$bm_rt = [\n -s,\n 0\n];"},"s":{"a":0,"k":[100,100],"ix":3,"x":"var $bm_rt;\nvar flop;\ntry {\n var eff = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n var bendDir = eff('Bend Direction');\n var autoFlop = eff('AutoFlop');\n flop = bendDir > 0 ? 1 : -1;\n autoFlop > 0 ? 0 : flop *= -1;\n var s = flop == 1 ? [\n -100,\n 100\n ] : [\n 100,\n 100\n ];\n if (eff('Parent Scale') < 0) {\n s = [\n $bm_neg(s[0]),\n s[1]\n ];\n }\n $bm_rt = s;\n} catch (err) {\n $bm_rt = value;\n}\n;"},"r":{"a":0,"k":45,"ix":6,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n var baseRot = ctrl('Base Rotation');\n var flop = content('Admin').content('ArcMath').transform.scale[0];\n var rotOffset = flop < 0 ? -45 : 225;\n $bm_rt = $bm_sum(baseRot, rotOffset);\n} catch (err) {\n $bm_rt = value;\n}"},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"ArcMath","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('A');\n} catch (err) {\n $bm_rt = value;\n}"},"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":"Admin","np":4,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":129,"st":0,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"L Foot Outlines","parent":14,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[-3.57]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":10,"s":[-24.57]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":20,"s":[-29.57]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":30,"s":[18.43]},{"t":40,"s":[-3.57]}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[-0.92,-0.383,0],"to":[-0.167,-0.333,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":10,"s":[-1.92,-2.383,0],"to":[0,0,0],"ti":[-0.167,-0.333,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":20,"s":[-0.92,-0.383,0],"to":[0,0,0],"ti":[0,0,0]},{"t":40,"s":[-0.92,-0.383,0]}],"ix":2},"a":{"a":0,"k":[141.841,417.212,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.569,-3.873],[-0.684,-2.734],[0,0],[0,0]],"o":[[0,0],[4.101,1.822],[0,0],[-0.397,-1.126],[0,0]],"v":[[4.504,-13.454],[6.008,4.341],[21.273,13.454],[-20.876,11.632],[-12.989,-12.579]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.086000001197,0.081999999402,0.109999997008,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[146.676,435.425],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":129,"st":0,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"cap Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":20,"s":[8]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":40,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":60,"s":[8]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":80,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":100,"s":[8]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":120,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":140,"s":[8]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":160,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":180,"s":[8]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":200,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":220,"s":[8]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":240,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":260,"s":[8]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":280,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":300,"s":[8]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":320,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":340,"s":[8]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":360,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":380,"s":[8]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":400,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":420,"s":[8]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":440,"s":[0]},{"t":460,"s":[8]}],"ix":10},"p":{"a":0,"k":[158.048,122.606,0],"ix":2},"a":{"a":0,"k":[158.048,122.606,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":0,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":20,"s":[122,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":40,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":60,"s":[122,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":80,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":100,"s":[122,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":120,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":140,"s":[122,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":160,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":180,"s":[122,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":200,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":220,"s":[122,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":240,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":260,"s":[122,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":280,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":300,"s":[122,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":320,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":340,"s":[122,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":360,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":380,"s":[122,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":400,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":420,"s":[122,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":440,"s":[100,100,100]},{"t":460,"s":[122,100,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-5.382,30.848]],"o":[[0,0],[0,0]],"v":[[-14.48,20.37],[14.48,-20.37]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.086000001197,0.081999999402,0.109999997008,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[158.048,122.606],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":129,"st":0,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"head Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[11.842]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":20,"s":[16]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":40,"s":[11.842]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":60,"s":[16]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":80,"s":[11.842]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":100,"s":[16]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":120,"s":[11.842]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":140,"s":[16]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":160,"s":[11.842]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":180,"s":[16]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":200,"s":[11.842]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":220,"s":[16]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":240,"s":[11.842]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":260,"s":[16]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":280,"s":[11.842]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":300,"s":[16]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":320,"s":[11.842]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":340,"s":[16]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":360,"s":[11.842]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":380,"s":[16]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":400,"s":[11.842]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":420,"s":[16]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":440,"s":[11.842]},{"t":460,"s":[16]}],"ix":10},"p":{"a":0,"k":[155.141,134.366,0],"ix":2},"a":{"a":0,"k":[158.502,134.58,0],"ix":1},"s":{"a":0,"k":[110.918,100.105,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.262,0.564],[0,0],[0,0],[6.976,-0.74],[-1.199,-11.319],[-11.318,1.2],[1.199,11.319],[0.328,1.143],[0,0]],"o":[[0.263,-0.564],[0,0],[-4.265,-4.932],[-11.319,1.199],[1.2,11.319],[11.319,-1.199],[-0.129,-1.223],[0,0],[0.263,-0.564]],"v":[[22.434,-12.383],[15.477,-13.624],[14.589,-13.69],[-3.175,-20.723],[-21.498,1.941],[1.167,20.264],[19.49,-2.401],[18.779,-5.944],[19.212,-6.6]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.086000001197,0.081999999402,0.109999997008,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"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":[158.089,134.81],"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":"Group 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":129,"st":0,"bm":0},{"ddd":0,"ind":20,"ty":4,"nm":"L Arm Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":40,"s":[30]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":120,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":160,"s":[22]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":230,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":270,"s":[30]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":371,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":411,"s":[30]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":489,"s":[22]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":525,"s":[0]},{"t":565,"s":[22]}],"ix":10},"p":{"a":0,"k":[148.052,182.614,0],"ix":2},"a":{"a":0,"k":[148.052,182.614,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.499,44.525],[38.197,-31.868],[23.279,-44.525],[-38.197,21.471]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.016000001571,0.6,0.866999966491,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.068,140.938],"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":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":129,"st":0,"bm":0}],"markers":[{"tm":0.0078125,"cm":"Contact1","dr":0},{"tm":10,"cm":"Passing","dr":0},{"tm":20,"cm":"Contact2","dr":0},{"tm":30,"cm":"Passing","dr":0},{"tm":40,"cm":"Contact3","dr":0},{"tm":50,"cm":"Passing\r","dr":0},{"tm":60,"cm":"Contact1","dr":0},{"tm":70,"cm":"Passing","dr":0},{"tm":80,"cm":"Contact 2\r","dr":0},{"tm":90,"cm":"Passing\r","dr":0},{"tm":100,"cm":"Contact3","dr":0},{"tm":110,"cm":"passing","dr":0},{"tm":120,"cm":"contact1","dr":0},{"tm":133,"cm":"passing","dr":0},{"tm":140,"cm":"contact2","dr":0},{"tm":160,"cm":"contact3","dr":0},{"tm":170,"cm":"passing","dr":0},{"tm":180,"cm":"contact 1","dr":0},{"tm":190,"cm":"passing","dr":0},{"tm":200,"cm":"contact2","dr":0},{"tm":210,"cm":"passing","dr":0},{"tm":220,"cm":"contact3","dr":0},{"tm":230,"cm":"passing","dr":0},{"tm":240,"cm":"contact1","dr":0},{"tm":250,"cm":"passing","dr":0},{"tm":260,"cm":"contact2","dr":0},{"tm":270,"cm":"passing","dr":0},{"tm":280,"cm":"contact3","dr":0},{"tm":290,"cm":"passing","dr":0},{"tm":300,"cm":"contact1","dr":0},{"tm":310,"cm":"passing","dr":0},{"tm":320,"cm":"contact2","dr":0},{"tm":330,"cm":"passing","dr":0},{"tm":340,"cm":"contact3","dr":0},{"tm":350,"cm":"passing","dr":0},{"tm":360,"cm":"contact1\r","dr":0},{"tm":370,"cm":"passing","dr":0},{"tm":380,"cm":"contact2","dr":0},{"tm":390,"cm":"passing","dr":0},{"tm":400,"cm":"contact3","dr":0},{"tm":410,"cm":"passing","dr":0},{"tm":420,"cm":"contact1","dr":0},{"tm":430,"cm":"passing","dr":0},{"tm":440,"cm":"contact2","dr":0},{"tm":450,"cm":"passing","dr":0},{"tm":460,"cm":"contact3","dr":0},{"tm":470,"cm":"passing","dr":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/45668-arrow-with-light-passing-through.json b/ohos/flutter_lottie/assets/lottiefiles/45668-arrow-with-light-passing-through.json new file mode 100644 index 0000000000000000000000000000000000000000..b2823d49e08db3dd5cdcf4baa49e6483fa9abcef --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/45668-arrow-with-light-passing-through.json @@ -0,0 +1,3178 @@ +{ + "v": "5.6.2", + "fr": 60, + "ip": 0, + "op": 121, + "w": 609, + "h": 179, + "nm": "transferarrow", + "ddd": 0, + "assets": [], + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 4, + "nm": "transferarrow Outlines 2", + "td": 1, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 304.5, + 89.5, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 304.5, + 89.5, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "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 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -53.695, + -89.186 + ], + [ + 18.928, + 0 + ], + [ + -53.695, + 89.186 + ], + [ + -18.928, + 89.186 + ], + [ + 53.695, + 0 + ], + [ + -18.928, + -89.186 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.258999992819, + 0.647000002394, + 0.961000031116, + 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": [ + 53.694, + 89.186 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -53.695, + -89.186 + ], + [ + 18.928, + 0 + ], + [ + -53.695, + 89.186 + ], + [ + -18.929, + 89.186 + ], + [ + 53.694, + 0 + ], + [ + -18.929, + -89.186 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.258999992819, + 0.647000002394, + 0.961000031116, + 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": [ + 113.695, + 89.186 + ], + "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": "Group 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, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -53.695, + -89.186 + ], + [ + 18.93, + 0 + ], + [ + -53.695, + 89.186 + ], + [ + -18.928, + 89.186 + ], + [ + 53.695, + 0 + ], + [ + -18.928, + -89.186 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.258999992819, + 0.647000002394, + 0.961000031116, + 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": [ + 173.694, + 89.186 + ], + "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": "Group 3", + "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": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -53.694, + -89.186 + ], + [ + 18.929, + 0 + ], + [ + -53.694, + 89.186 + ], + [ + -18.927, + 89.186 + ], + [ + 53.694, + 0 + ], + [ + -18.927, + -89.186 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.258999992819, + 0.647000002394, + 0.961000031116, + 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": [ + 233.694, + 89.186 + ], + "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": "Group 4", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -53.694, + -89.186 + ], + [ + 18.928, + 0 + ], + [ + -53.694, + 89.186 + ], + [ + -18.928, + 89.186 + ], + [ + 53.694, + 0 + ], + [ + -18.928, + -89.186 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.258999992819, + 0.647000002394, + 0.961000031116, + 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": [ + 293.695, + 89.186 + ], + "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": "Group 5", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -53.694, + -89.186 + ], + [ + 18.928, + 0 + ], + [ + -53.694, + 89.186 + ], + [ + -18.927, + 89.186 + ], + [ + 53.694, + 0 + ], + [ + -18.927, + -89.186 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.258999992819, + 0.647000002394, + 0.961000031116, + 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": [ + 356.157, + 89.186 + ], + "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": "Group 6", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -53.694, + -89.186 + ], + [ + 18.928, + 0 + ], + [ + -53.694, + 89.186 + ], + [ + -18.928, + 89.186 + ], + [ + 53.694, + 0 + ], + [ + -18.928, + -89.186 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.258999992819, + 0.647000002394, + 0.961000031116, + 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": [ + 419.012, + 89.186 + ], + "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": "Group 7", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 7, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -89.568, + -89.186 + ], + [ + -16.944, + 0 + ], + [ + -89.568, + 89.186 + ], + [ + 16.945, + 89.186 + ], + [ + 89.568, + 0 + ], + [ + 16.945, + -89.186 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.258999992819, + 0.647000002394, + 0.961000031116, + 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": [ + 518.472, + 89.186 + ], + "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": "Group 8", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 8, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 121, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 4, + "nm": "Shape Layer 1", + "tt": 1, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 75, + "ix": 11 + }, + "r": { + "a": 0, + "k": 25, + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 30, + "s": [ + -74, + 64, + 0 + ], + "to": [ + 129.5, + 0, + 0 + ], + "ti": [ + -129.5, + 0, + 0 + ] + }, + { + "t": 90, + "s": [ + 703, + 64, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + -341, + -21, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ef": [ + { + "ty": 29, + "nm": "Gaussian Blur", + "np": 5, + "mn": "ADBE Gaussian Blur 2", + "ix": 1, + "en": 1, + "ef": [ + { + "ty": 0, + "nm": "Blurriness", + "mn": "ADBE Gaussian Blur 2-0001", + "ix": 1, + "v": { + "a": 0, + "k": 80, + "ix": 1 + } + }, + { + "ty": 7, + "nm": "Blur Dimensions", + "mn": "ADBE Gaussian Blur 2-0002", + "ix": 2, + "v": { + "a": 0, + "k": 1, + "ix": 2 + } + }, + { + "ty": 7, + "nm": "Repeat Edge Pixels", + "mn": "ADBE Gaussian Blur 2-0003", + "ix": 3, + "v": { + "a": 0, + "k": 0, + "ix": 3 + } + } + ] + } + ], + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { + "a": 0, + "k": [ + 56, + 321 + ], + "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": "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": [ + -341, + -21 + ], + "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": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 121, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 4, + "nm": "transferarrow Outlines", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 304.5, + 89.5, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 304.5, + 89.5, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "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 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -53.695, + -89.186 + ], + [ + 18.928, + 0 + ], + [ + -53.695, + 89.186 + ], + [ + -18.928, + 89.186 + ], + [ + 53.695, + 0 + ], + [ + -18.928, + -89.186 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.258999992819, + 0.647000002394, + 0.961000031116, + 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": [ + 53.694, + 89.186 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -53.695, + -89.186 + ], + [ + 18.928, + 0 + ], + [ + -53.695, + 89.186 + ], + [ + -18.929, + 89.186 + ], + [ + 53.694, + 0 + ], + [ + -18.929, + -89.186 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.258999992819, + 0.647000002394, + 0.961000031116, + 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": [ + 113.695, + 89.186 + ], + "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": "Group 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, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -53.695, + -89.186 + ], + [ + 18.93, + 0 + ], + [ + -53.695, + 89.186 + ], + [ + -18.928, + 89.186 + ], + [ + 53.695, + 0 + ], + [ + -18.928, + -89.186 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.258999992819, + 0.647000002394, + 0.961000031116, + 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": [ + 173.694, + 89.186 + ], + "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": "Group 3", + "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": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -53.694, + -89.186 + ], + [ + 18.929, + 0 + ], + [ + -53.694, + 89.186 + ], + [ + -18.927, + 89.186 + ], + [ + 53.694, + 0 + ], + [ + -18.927, + -89.186 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.258999992819, + 0.647000002394, + 0.961000031116, + 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": [ + 233.694, + 89.186 + ], + "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": "Group 4", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -53.694, + -89.186 + ], + [ + 18.928, + 0 + ], + [ + -53.694, + 89.186 + ], + [ + -18.928, + 89.186 + ], + [ + 53.694, + 0 + ], + [ + -18.928, + -89.186 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.258999992819, + 0.647000002394, + 0.961000031116, + 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": [ + 293.695, + 89.186 + ], + "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": "Group 5", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -53.694, + -89.186 + ], + [ + 18.928, + 0 + ], + [ + -53.694, + 89.186 + ], + [ + -18.927, + 89.186 + ], + [ + 53.694, + 0 + ], + [ + -18.927, + -89.186 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.258999992819, + 0.647000002394, + 0.961000031116, + 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": [ + 356.157, + 89.186 + ], + "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": "Group 6", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -53.694, + -89.186 + ], + [ + 18.928, + 0 + ], + [ + -53.694, + 89.186 + ], + [ + -18.928, + 89.186 + ], + [ + 53.694, + 0 + ], + [ + -18.928, + -89.186 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.258999992819, + 0.647000002394, + 0.961000031116, + 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": [ + 419.012, + 89.186 + ], + "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": "Group 7", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 7, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -89.568, + -89.186 + ], + [ + -16.944, + 0 + ], + [ + -89.568, + 89.186 + ], + [ + 16.945, + 89.186 + ], + [ + 89.568, + 0 + ], + [ + 16.945, + -89.186 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.258999992819, + 0.647000002394, + 0.961000031116, + 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": [ + 518.472, + 89.186 + ], + "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": "Group 8", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 8, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 121, + "st": 0, + "bm": 0 + } + ], + "markers": [] +} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/Plane.json b/ohos/flutter_lottie/assets/lottiefiles/Plane.json new file mode 100644 index 0000000000000000000000000000000000000000..44abb653b84e6cfaa7bd74208f421f5de2a8ccb5 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/Plane.json @@ -0,0 +1 @@ +{"v":"4.5.9","fr":29.9700012207031,"ip":0,"op":87.0000035435826,"w":350,"h":350,"ddd":0,"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Earth Outline","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[175,175,0]},"a":{"a":0,"k":[30,30,0]},"s":{"a":0,"k":[235,235,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[11.238,-3.576],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.491,2.648],[-0.322,0.244],[-0.809,1.455],[0.254,0.981],[-0.086,1.297],[0.058,0.483],[-0.104,1.657],[0.728,0.741],[-5.105,2.693],[-0.016,-0.329],[0,0],[0,0],[-0.578,0.534],[-0.53,0.196],[0.038,-0.214],[1.318,-0.692],[-0.184,-2.341],[0,0],[0,0],[-0.923,0],[-1.77,1.353],[-1.962,0],[-1.56,0.67],[-0.514,0.064],[0.172,-0.579],[0.69,0],[0.224,0.228],[1.738,-1.812],[-0.082,-1.981],[0,0],[0.12,0.054],[0.902,0],[0.163,-0.244],[-0.296,-0.703],[0.728,-1.222],[-0.433,-0.761],[-0.73,0],[-1.555,0.37],[-0.268,0],[-0.336,-0.928],[-0.862,-0.664],[-0.46,0],[-0.188,0.611],[-0.018,0.06],[-0.021,-0.232],[-0.47,0],[-1.023,0.474],[-0.257,0.005],[-0.042,-0.254],[-0.51,-0.775],[-3.249,0],[-1.154,1.791],[-0.17,1.174],[-0.397,0.274],[-1.196,-1.563],[-0.853,0],[0,0],[-0.269,0.306]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.183,-2.332],[0.317,-0.291],[0.807,-0.609],[0.734,-1.321],[-0.156,-0.594],[0.113,-1.697],[-0.049,-0.419],[0.119,-1.901],[2.634,-5.139],[-0.179,0.521],[0,0],[0,0],[0.409,0],[2.67,-2.462],[-0.004,0.12],[-0.193,1.072],[-1.65,0.869],[0,0],[0,0],[0.985,0.385],[2.54,0],[1.597,-1.22],[1.045,0],[0.909,-0.391],[1.124,0.896],[-0.513,1.709],[-0.1,0],[-1.647,-1.646],[-1.305,1.36],[0,0],[-0.123,-0.055],[-1.414,-0.644],[-0.784,0],[-0.475,0.717],[0.695,1.661],[-0.524,0.878],[0.269,0.473],[0.632,0],[0.396,-0.096],[0.546,0],[0.254,0.701],[0.535,0.41],[1.19,0],[0.015,-0.053],[0.083,0.09],[0.106,1.292],[0.458,0],[0.901,-0.411],[0.065,0.163],[0.115,0.676],[1.587,2.4],[1.945,0],[0.277,-0.431],[0.118,-0.819],[0.005,0],[0.48,0.629],[0,0],[0.472,0],[-0.103,12.386]],"v":[[8.474,26.686],[8.91,24.086],[12.306,21.33],[14.25,15.266],[6.25,15.233],[4.691,12.411],[-1.113,8.062],[-4.88,8.209],[-8.29,7.136],[-10.107,5.883],[-9.594,5.712],[-10.536,5.587],[-11.44,4.964],[-12.821,5.284],[-15.189,4.969],[-18.473,6.561],[-18.79,6.666],[-18.772,6.731],[-21.627,8.089],[-24.985,12.614],[-27.523,5.116],[-26.574,4.333],[-24.124,1.639],[-23.757,-1.405],[-24.001,-3.966],[-24.004,-6.647],[-24,-9.157],[-24.931,-12.72],[-13.021,-24.776],[-13.279,-23.558],[-13.234,-22.604],[-12.28,-22.604],[-11.136,-23.282],[-6.733,-26.666],[-6.792,-26.172],[-9.549,-23.751],[-13.067,-19.463],[-13.018,-18.839],[-12.435,-18.61],[-9.559,-18.028],[-3.418,-20.782],[1.648,-23.154],[5.726,-24.458],[8.374,-25.439],[8.867,-22.059],[6.511,-19.073],[6.027,-19.327],[0.197,-19.007],[-1.757,-13.668],[-1.724,-13.2],[-2.087,-13.365],[-5.626,-14.564],[-6.96,-13.911],[-6.856,-11.59],[-7.794,-7.187],[-8.338,-4.787],[-6.833,-4.075],[-3.672,-4.61],[-2.674,-4.753],[-1.711,-3.74],[-0.28,-1.504],[1.18,-0.9],[2.907,-2.652],[2.96,-2.827],[3.074,-2.386],[4.455,-0.899],[6.517,-1.559],[8.12,-2.06],[8.289,-1.279],[9.054,1.013],[17.078,5.995],[21.816,3.257],[22.365,1.019],[23.192,-2.251],[24.901,-0.644],[26.897,0.708],[26.898,0.708],[27.995,0.233]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,13.734],[0.671,2.488],[0,0],[0,0],[0.012,0.044],[0.271,0.731],[0.006,0.021],[0.301,0.657],[0.054,0.114],[0.337,0.6],[0.088,0.152],[0.382,0.563],[0.069,0.1],[0.398,0.499],[0.075,0.09],[0.489,0.518],[0.076,0.079],[6.459,1.095],[0.042,0.006],[0.76,0.067],[0.124,0.008],[0.768,0],[0.513,-0.026],[0.007,-0.001],[3.244,-1.383],[0,0],[0,0],[0,-12.178],[-3.848,-5.044],[0,0],[0,0],[-0.147,-0.181],[-0.08,-0.095],[-0.105,-0.121],[0,0],[0,0],[-4.412,-1.778],[0,0],[0,0],[-0.059,-0.022],[-0.183,-0.065],[-0.259,-0.083],[-0.208,-0.06],[-0.246,-0.065],[-0.213,-0.052],[-0.253,-0.056],[-0.211,-0.041],[-0.268,-0.045],[-0.203,-0.028],[-0.287,-0.033],[-0.192,-0.019],[-0.323,-0.02],[-0.16,-0.007],[-0.487,0],[-0.577,0.032],[-0.182,0.013],[-0.395,0.045],[-0.21,0.03],[-0.364,0.063],[-0.215,0.042],[-0.39,0.093],[-0.148,0.038],[0,0],[0,0]],"o":[[0,-2.698],[0,0],[0,0],[-0.013,-0.046],[-0.214,-0.756],[-0.008,-0.021],[-0.255,-0.682],[-0.053,-0.115],[-0.295,-0.625],[-0.086,-0.152],[-0.346,-0.59],[-0.07,-0.101],[-0.366,-0.524],[-0.073,-0.09],[-0.45,-0.552],[-0.075,-0.081],[-4.359,-4.53],[-0.042,-0.008],[-0.744,-0.123],[-0.123,-0.011],[-0.753,-0.057],[-0.516,0],[-0.006,0],[-3.521,0.181],[0,0],[0,0],[-10.449,4.697],[0,6.821],[0,0],[0,0],[0.141,0.183],[0.077,0.097],[0.103,0.124],[0,0],[0,0],[3.086,3.523],[0,0],[0,0],[0.059,0.022],[0.183,0.068],[0.257,0.09],[0.205,0.065],[0.246,0.073],[0.212,0.058],[0.252,0.063],[0.209,0.045],[0.265,0.052],[0.202,0.034],[0.284,0.042],[0.19,0.023],[0.32,0.03],[0.16,0.011],[0.486,0.024],[0.585,0],[0.18,-0.012],[0.399,-0.031],[0.211,-0.025],[0.366,-0.05],[0.215,-0.038],[0.395,-0.079],[0.149,-0.037],[0,0],[0,0],[12.613,-3.546]],"v":[[30,0],[28.965,-7.8],[28.966,-7.808],[28.906,-8.027],[28.864,-8.159],[28.142,-10.392],[28.119,-10.454],[27.279,-12.461],[27.123,-12.805],[26.17,-14.642],[25.908,-15.098],[24.821,-16.831],[24.609,-17.128],[23.463,-18.663],[23.246,-18.938],[21.835,-20.54],[21.608,-20.779],[5.031,-29.569],[4.906,-29.591],[2.651,-29.876],[2.281,-29.903],[0,-30],[-1.541,-29.96],[-1.563,-29.959],[-11.746,-27.61],[-12.25,-27.396],[-12.253,-27.373],[-30,0],[-23.86,18.157],[-23.854,18.184],[-23.717,18.36],[-23.276,18.899],[-23.041,19.187],[-22.734,19.561],[-22.596,19.723],[-22.564,19.738],[-11.172,27.834],[-11.17,27.851],[-10.62,28.06],[-10.442,28.123],[-9.893,28.317],[-9.12,28.579],[-8.5,28.766],[-7.761,28.976],[-7.124,29.138],[-6.366,29.315],[-5.737,29.444],[-4.937,29.587],[-4.331,29.683],[-3.474,29.792],[-2.903,29.858],[-1.938,29.931],[-1.46,29.963],[0,30],[1.741,29.947],[2.282,29.905],[3.474,29.793],[4.107,29.712],[5.202,29.54],[5.848,29.424],[7.022,29.163],[7.472,29.062],[8.103,28.901],[8.108,28.878]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.137,0.118,0.122,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[30,30],"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":"Group 1","np":5,"mn":"ADBE Vector Group"}],"ip":0,"op":900.000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Plane Outline","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[0],"e":[359]},{"t":87.0000035435826}]},"p":{"a":0,"k":[175,175,0]},"a":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[174.42,246.5,0],"e":[174.42,232.5,0],"to":[0,-2.33333325386047,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":43,"s":[174.42,232.5,0],"e":[174.42,246.5,0],"to":[0,0,0],"ti":[0,-2.33333325386047,0]},{"t":69.0000028104276}]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":16,"s":[150,150,100],"e":[186,186,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":43,"s":[186,186,100],"e":[150,150,100]},{"t":69.0000028104276}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[-10.521,3.811],[-0.007,5.58],[5.236,1.909],[11.201,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.132,0],[0,0],[0.676,-0.952],[0,-0.745],[-0.134,-0.383],[0,0],[0,0],[0,0],[1.458,0],[0,0],[0.673,-1.006],[-0.466,-1.118],[0,0],[0,0],[0,0],[0,0],[0,-0.469],[-0.401,-0.604],[-1.208,0],[0,0],[-0.561,1.346],[0,0],[0,0],[0,0],[0,-0.395],[-0.445,-0.618],[-1.168,0],[0,0],[-0.687,0.905]],"o":[[0,0],[0,0],[0,0],[11.125,0],[5.248,-1.903],[0,-5.588],[-10.514,-3.838],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.687,-0.901],[0,0],[-1.168,0],[-0.445,0.622],[0,0.394],[0,0],[0,0],[0,0],[-0.561,-1.346],[0,0],[-1.208,0],[-0.676,1.009],[0,0],[0,0],[0,0],[0,0],[-0.188,0.448],[0,0.703],[0.673,1.005],[0,0],[1.458,0],[0,0],[0,0],[0,0],[-0.134,0.383],[0,0.741],[0.676,0.956],[0,0],[1.132,0],[0,0]],"v":[[-6.09,90.416],[21.346,54.25],[48.785,18.076],[67.356,18.083],[99.946,12.348],[108.593,0.033],[99.975,-12.3],[67.252,-18.083],[48.778,-18.09],[21.346,-54.25],[10.944,-68.716],[-6.09,-90.417],[-18.724,-107.071],[-21.606,-108.5],[-43.306,-108.5],[-46.25,-106.984],[-46.923,-104.883],[-46.724,-103.704],[-17.212,-18.112],[-68.641,-15.053],[-90.751,-44.792],[-94.09,-47.017],[-104.788,-47.017],[-107.799,-45.407],[-108.128,-42.007],[-94.462,-5.212],[-97.408,0.5],[-94.408,6.5],[-108.128,42.008],[-108.406,43.399],[-107.799,45.407],[-104.788,47.017],[-94.09,47.017],[-90.751,44.792],[-68.641,15.396],[-17.19,18.055],[-46.724,103.704],[-46.923,104.883],[-46.25,106.98],[-43.306,108.5],[-21.606,108.5],[-18.724,107.067]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.014,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[174.407,174.5],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[13.48,13.48],"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":2,"mn":"ADBE Vector Group"}],"ip":0,"op":900.000036657751,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/StreetByMorning.json b/ohos/flutter_lottie/assets/lottiefiles/StreetByMorning.json new file mode 100644 index 0000000000000000000000000000000000000000..bcead5fcacd1c371d10aa4beec9ae017382dcf64 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/StreetByMorning.json @@ -0,0 +1 @@ +{"v":"4.7.1","fr":30,"ip":0,"op":93,"w":150,"h":150,"nm":"PinJump","ddd":0,"assets":[{"id":"image_0","w":247,"h":207,"u":"images/","p":"img_0.png"},{"id":"image_1","w":198,"h":246,"u":"images/","p":"img_1.png"},{"id":"image_2","w":290,"h":245,"u":"images/","p":"img_2.png"},{"id":"image_3","w":171,"h":259,"u":"images/","p":"img_3.png"},{"id":"image_4","w":187,"h":253,"u":"images/","p":"img_4.png"}],"fonts":{"list":[{"fName":"HKNova-SemiBold","fFamily":"HK Nova","fStyle":"SemiBold","ascent":75}]},"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"matparty 2","td":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[77,85.36,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[87.98,87.979,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-16.236,0.017],[0.093,16.49],[16.351,-0.072],[-0.137,-16.232]],"o":[[16.714,-0.017],[-0.093,-16.535],[-16.239,0.071],[0.137,16.209]],"v":[[1.587,3.52],[31.439,-26.129],[1.596,-56.006],[-28.149,-25.889]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":93,"st":-2,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":5,"nm":"s 2","tt":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.224],"y":[1]},"o":{"x":[1],"y":[0]},"n":["0p224_1_1_0"],"t":76,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":80,"s":[100],"e":[100]},{"t":84}]},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.779,"y":0},"n":"0p667_1_0p779_0","t":7,"s":[77.1,95,0],"e":[78,95,0],"to":[0.15000000596046,0,0],"ti":[-0.15000000596046,5.33333349227905,0]},{"i":{"x":0.426,"y":1},"o":{"x":0.779,"y":0},"n":"0p426_1_0p779_0","t":76,"s":[78,95,0],"e":[78,63,0],"to":[0.15000000596046,-5.33333349227905,0],"ti":[0,5.33333349227905,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":80,"s":[78,63,0],"e":[78,63,0],"to":[0,0,0],"ti":[0,0,0]},{"t":84}]},"a":{"a":0,"k":[10.256,-13.248,0]},"s":{"a":0,"k":[117,117,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"n","pt":{"a":0,"k":{"i":[[0,0]],"o":[[0,0]],"v":[[100.09,42.544]],"c":false}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"t":{"d":{"k":[{"s":{"s":36,"f":"HKNova-SemiBold","t":"S","j":0,"tr":0,"lh":43.2,"ls":0,"fc":[0,0.6,0.75]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0]}},"a":[]},"ip":76,"op":94,"st":16,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"matparty","td":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[77,85.36,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[87.98,87.979,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-16.236,0.017],[0.093,16.49],[16.351,-0.072],[-0.137,-16.232]],"o":[[16.714,-0.017],[-0.093,-16.535],[-16.239,0.071],[0.137,16.209]],"v":[[1.587,3.52],[31.439,-26.129],[1.596,-56.006],[-28.149,-25.889]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":93,"st":-2,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":2,"nm":"Asset 6.png","cl":"png","tt":1,"refId":"image_0","ks":{"o":{"a":1,"k":[{"i":{"x":[0.224],"y":[1]},"o":{"x":[1],"y":[0]},"n":["0p224_1_1_0"],"t":63,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":67,"s":[100],"e":[100]},{"i":{"x":[0.477],"y":[1]},"o":{"x":[1],"y":[0]},"n":["0p477_1_1_0"],"t":71,"s":[100],"e":[0]},{"t":80}]},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.426,"y":1},"o":{"x":0.779,"y":0},"n":"0p426_1_0p779_0","t":63,"s":[78,95,0],"e":[78,63,0],"to":[0,-5.33333349227905,0],"ti":[0,5.33333349227905,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":67,"s":[78,63,0],"e":[78,63,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":1,"y":0},"n":"0p667_1_1_0","t":71,"s":[78,63,0],"e":[78,18,0],"to":[0,0,0],"ti":[0,0,0]},{"t":80}]},"a":{"a":0,"k":[123.5,103.5,0]},"s":{"a":0,"k":[15,15,100]}},"ao":0,"ip":63,"op":81,"st":-6,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"matshop","td":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[77,85.36,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[87.98,87.979,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-16.236,0.017],[0.093,16.49],[16.351,-0.072],[-0.137,-16.232]],"o":[[16.714,-0.017],[-0.093,-16.535],[-16.239,0.071],[0.137,16.209]],"v":[[1.587,3.52],[31.439,-26.129],[1.596,-56.006],[-28.149,-25.889]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":93,"st":-2,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":2,"nm":"shop","tt":1,"refId":"image_1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.381],"y":[1]},"o":{"x":[0.856],"y":[0]},"n":["0p381_1_0p856_0"],"t":50,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":54,"s":[100],"e":[100]},{"i":{"x":[0.493],"y":[1]},"o":{"x":[1],"y":[0]},"n":["0p493_1_1_0"],"t":58,"s":[100],"e":[0]},{"t":67}]},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.462,"y":1},"o":{"x":1,"y":0},"n":"0p462_1_1_0","t":50,"s":[78,95,0],"e":[78,63,0],"to":[0,-5.33333349227905,0],"ti":[0,5.33333349227905,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":54,"s":[78,63,0],"e":[78,63,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.332,"y":1},"o":{"x":1,"y":0},"n":"0p332_1_1_0","t":58,"s":[78,63,0],"e":[78,18,0],"to":[0,0,0],"ti":[0,0,0]},{"t":67}]},"a":{"a":0,"k":[99,123,0]},"s":{"a":0,"k":[14,14,100]}},"ao":0,"ip":50,"op":68,"st":50,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"matstay","td":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[77,85.36,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[87.98,87.979,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-16.236,0.017],[0.093,16.49],[16.351,-0.072],[-0.137,-16.232]],"o":[[16.714,-0.017],[-0.093,-16.535],[-16.239,0.071],[0.137,16.209]],"v":[[1.587,3.52],[31.439,-26.129],[1.596,-56.006],[-28.149,-25.889]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":93,"st":-2,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":2,"nm":"stay","tt":1,"refId":"image_2","ks":{"o":{"a":1,"k":[{"i":{"x":[0.457],"y":[1]},"o":{"x":[1],"y":[0]},"n":["0p457_1_1_0"],"t":37,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":41,"s":[100],"e":[100]},{"i":{"x":[0.563],"y":[1]},"o":{"x":[1],"y":[0]},"n":["0p563_1_1_0"],"t":45,"s":[100],"e":[0]},{"t":54}]},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.296,"y":1},"o":{"x":1,"y":0},"n":"0p296_1_1_0","t":37,"s":[78,95,0],"e":[78,63,0],"to":[0,-5.33333349227905,0],"ti":[0,5.33333349227905,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":41,"s":[78,63,0],"e":[78,63,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.366,"y":1},"o":{"x":1,"y":0},"n":"0p366_1_1_0","t":45,"s":[78,63,0],"e":[78,18,0],"to":[0,0,0],"ti":[0,0,0]},{"t":54}]},"a":{"a":0,"k":[145,122.5,0]},"s":{"a":0,"k":[12,12,100]}},"ao":0,"ip":37,"op":55,"st":29,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"matdrink","td":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[77,85.36,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[87.98,87.979,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-16.236,0.017],[0.093,16.49],[16.351,-0.072],[-0.137,-16.232]],"o":[[16.714,-0.017],[-0.093,-16.535],[-16.239,0.071],[0.137,16.209]],"v":[[1.587,3.52],[31.439,-26.129],[1.596,-56.006],[-28.149,-25.889]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":93,"st":-2,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":2,"nm":"drink","tt":1,"refId":"image_3","ks":{"o":{"a":1,"k":[{"i":{"x":[0.332],"y":[1]},"o":{"x":[1],"y":[0]},"n":["0p332_1_1_0"],"t":24,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":28,"s":[100],"e":[100]},{"i":{"x":[0.454],"y":[1]},"o":{"x":[1],"y":[0]},"n":["0p454_1_1_0"],"t":32,"s":[100],"e":[0]},{"t":41}]},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.413,"y":1},"o":{"x":0.807,"y":0},"n":"0p413_1_0p807_0","t":24,"s":[78,95,0],"e":[78,63,0],"to":[0,-5.33333349227905,0],"ti":[0,5.33333349227905,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":28,"s":[78,63,0],"e":[78,63,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.382,"y":1},"o":{"x":1,"y":0},"n":"0p382_1_1_0","t":32,"s":[78,63,0],"e":[78,18,0],"to":[0,0,0],"ti":[0,0,0]},{"t":41}]},"a":{"a":0,"k":[85.5,129.5,0]},"s":{"a":0,"k":[14,14,100]}},"ao":0,"ip":24,"op":42,"st":22,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"matseat'","td":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[77,85.36,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[87.98,87.979,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-16.236,0.017],[0.093,16.49],[16.351,-0.072],[-0.137,-16.232]],"o":[[16.714,-0.017],[-0.093,-16.535],[-16.239,0.071],[0.137,16.209]],"v":[[1.587,3.52],[31.439,-26.129],[1.596,-56.006],[-28.149,-25.889]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":93,"st":-2,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":2,"nm":"eat","tt":1,"refId":"image_4","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.924],"y":[0]},"n":["0p667_1_0p924_0"],"t":11,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":15,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[1],"y":[0]},"n":["0p667_1_1_0"],"t":19,"s":[100],"e":[0]},{"t":29}]},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.479,"y":0},"n":"0_1_0p479_0","t":11,"s":[78,99,0],"e":[78,65,0],"to":[0,-5.66666650772095,0],"ti":[0,5.66666650772095,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":15,"s":[78,65,0],"e":[78,65,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.177,"y":1},"o":{"x":0.935,"y":0},"n":"0p177_1_0p935_0","t":19,"s":[78,65,0],"e":[78,16,0],"to":[0,-8.16666698455811,0],"ti":[0,8.16666698455811,0]},{"t":29}]},"a":{"a":0,"k":[93.5,126.5,0]},"s":{"a":0,"k":[14,14,100]}},"ao":0,"ip":11,"op":29,"st":11,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"mats","td":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[77,85.36,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[87.98,87.979,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-16.236,0.017],[0.093,16.49],[16.351,-0.072],[-0.137,-16.232]],"o":[[16.714,-0.017],[-0.093,-16.535],[-16.239,0.071],[0.137,16.209]],"v":[[1.587,3.52],[31.439,-26.129],[1.596,-56.006],[-28.149,-25.889]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":93,"st":-2,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":5,"nm":"s","tt":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.485],"y":[0]},"n":["0_1_0p485_0"],"t":4,"s":[100],"e":[0]},{"t":17}]},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":4,"s":[78,63,0],"e":[78,63,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":1,"y":0},"n":"0p667_1_1_0","t":8,"s":[78,63,0],"e":[78,18,0],"to":[0,0,0],"ti":[0,0,0]},{"t":17}]},"a":{"a":0,"k":[10.256,-13.248,0]},"s":{"a":0,"k":[117,117,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"n","pt":{"a":0,"k":{"i":[[0,0]],"o":[[0,0]],"v":[[100.09,42.544]],"c":false}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"t":{"d":{"k":[{"s":{"s":36,"f":"HKNova-SemiBold","t":"S","j":0,"tr":0,"lh":43.2,"ls":0,"fc":[0,0.6,0.75]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0]}},"a":[]},"ip":0,"op":18,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":3,"nm":"Controller","ks":{"o":{"a":0,"k":0},"r":{"a":0,"k":0},"p":{"a":0,"k":[77.145,101.974,0]},"a":{"a":0,"k":[60,60,0]},"s":{"a":0,"k":[25.65,25.65,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"n","pt":{"a":0,"k":{"i":[[0,0]],"o":[[0,0]],"v":[[756.317,51.331]],"c":false}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"ip":0,"op":93,"st":-2,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"Pin 2","parent":15,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[59.436,-4.769,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[343,343,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-16.236,0.017],[0.093,16.49],[16.351,-0.072],[-0.137,-16.232]],"o":[[16.714,-0.017],[-0.093,-16.535],[-16.239,0.071],[0.137,16.209]],"v":[[1.587,3.52],[31.439,-26.129],[1.596,-56.006],[-28.149,-25.889]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":93,"st":-2,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":4,"nm":"Pin 1","parent":15,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[61.385,-36.932,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[250,250,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[20.38,-29.219],[11.483,27.012],[1.953,8.863],[-29.139,5.639],[1.869,-37.458],[2.744,-6.499]],"o":[[-15.948,-25.603],[-3.564,-8.384],[-6.397,-29.036],[36.861,-7.134],[-0.347,6.947],[-13.56,32.121]],"v":[[-1.836,87.688],[-44,9.791],[-52.819,-16.127],[-10.038,-80.554],[57.347,-22.694],[51.849,-2.123]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0.6,0.745098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":93,"st":-2,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":4,"nm":"C5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":80,"s":[136.5,102.286,0],"e":[18.5,102.286,0],"to":[0,0,0],"ti":[0,0,0]},{"t":134}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[50,50,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[8.894,8.894]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":80,"s":[1,1,1,1],"e":[0.8862745,0.8862745,0.8862745,1]},{"t":85}]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":80,"op":96,"st":80,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":4,"nm":"C4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":51,"s":[136.5,102.286,0],"e":[18.5,102.286,0],"to":[0,0,0],"ti":[0,0,0]},{"t":105}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[50,50,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[8.894,8.894]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":51,"s":[1,1,1,1],"e":[0.8862745,0.8862745,0.8862745,1]},{"t":56}]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":51,"op":93,"st":51,"bm":0,"sr":1},{"ddd":0,"ind":20,"ty":4,"nm":"C3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[136.5,102.286,0],"e":[18.5,102.286,0],"to":[0,0,0],"ti":[0,0,0]},{"t":72}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[50,50,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[16.094,16.094]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[1,1,1,1],"e":[0.972549,0.2431373,0.2431373,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":22,"s":[0.972549,0.2431373,0.2431373,1],"e":[0.972549,0.2431373,0.2431373,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":67,"s":[0.972549,0.2431373,0.2431373,1],"e":[1,1,1,1]},{"t":72}]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":18,"op":93,"st":18,"bm":0,"sr":1},{"ddd":0,"ind":21,"ty":4,"nm":"C2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-13,"s":[136.5,102.286,0],"e":[18.5,102.286,0],"to":[0,0,0],"ti":[0,0,0]},{"t":41}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[50,50,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[8.894,8.894]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[0.8862745,0.8862745,0.8862745,1],"e":[1,1,1,1]},{"t":42}]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":93,"st":-13,"bm":0,"sr":1},{"ddd":0,"ind":22,"ty":4,"nm":"C1","ks":{"o":{"a":0,"k":98},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-41,"s":[136.5,102.286,0],"e":[18.5,102.286,0],"to":[0,0,0],"ti":[0,0,0]},{"t":13}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[50,50,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[8.894,8.894]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9,"s":[0.8862745,0.8862745,0.8862745,1],"e":[1,1,1,1]},{"t":13}]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":93,"st":-41,"bm":0,"sr":1},{"ddd":0,"ind":23,"ty":4,"nm":"Line","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[75,75,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[50,50,100]}},"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":[[-109.5,54.75],[119.5,54.75]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.8862745,0.8862745,0.8862745,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":93,"st":-2,"bm":0,"sr":1}],"chars":[{"ch":"S","size":36,"style":"SemiBold","w":59.18,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[25.732,0.977],[39.42,0.154],[49.61,-5.558],[54.98,-15.836],[54.036,-28.263],[47.916,-36.426],[38.834,-41.699],[33.447,-43.994],[27.376,-46.647],[22.054,-49.902],[19.043,-54.59],[19.995,-61.441],[26.188,-65.186],[34.79,-64.543],[43.343,-59.977],[52.881,-66.016],[46.037,-71.54],[33.723,-75.977],[21.248,-75.154],[11.759,-69.498],[6.836,-59.684],[7.756,-48.046],[13.713,-40.381],[22.672,-35.302],[27.979,-33.008],[34.147,-30.24],[39.486,-26.863],[42.578,-21.891],[42.065,-15.91],[38.606,-11.808],[33.008,-9.814],[23.657,-10.734],[13.752,-16.862],[3.613,-10.938],[11.018,-4.435]],"o":[[35.367,0.977],[46.711,-3.132],[53.906,-11.971],[54.98,-24.658],[50.26,-34.09],[42.317,-39.942],[34.668,-43.457],[30.029,-45.426],[23.6,-48.665],[19.645,-52.832],[19.043,-59.343],[23.803,-64.436],[31.917,-65.186],[40.552,-61.971],[46.045,-57.275],[49.658,-69.108],[37.996,-75.089],[25.032,-75.977],[14.445,-71.867],[7.82,-63.313],[6.836,-51.448],[11.434,-42.578],[19.149,-37.061],[27.002,-33.447],[31.462,-31.51],[37.923,-28.157],[41.96,-23.771],[42.578,-17.659],[40.015,-12.947],[35.025,-10.213],[27.181,-9.814],[16.723,-14.412],[11.279,-19.922],[6.933,-7.325],[20.719,-0.106]],"v":[[30.908,0.977],[43.066,-1.489],[51.758,-8.765],[54.98,-20.361],[52.148,-31.177],[45.117,-38.184],[34.668,-43.457],[33.447,-43.994],[25.488,-47.656],[20.85,-51.367],[19.043,-56.641],[21.899,-62.939],[29.053,-65.186],[37.671,-63.257],[46.045,-57.275],[52.881,-66.016],[42.017,-73.315],[29.199,-75.977],[17.847,-73.511],[9.79,-66.406],[6.836,-55.518],[9.595,-45.312],[16.431,-38.721],[27.002,-33.447],[27.979,-33.008],[36.035,-29.199],[40.723,-25.317],[42.578,-19.678],[41.04,-14.429],[36.816,-11.011],[30.762,-9.814],[20.19,-12.573],[11.279,-19.922],[3.613,-10.938],[15.869,-2.271]],"c":true}},"nm":"S","mn":"ADBE Vector Shape - Group"}],"nm":"S","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-5.176,0],[-3.646,1.643],[-2.148,3.207],[0,4.525],[1.888,2.914],[2.799,1.758],[4.166,1.758],[0,0],[1.888,1.009],[1.204,1.465],[0,2.051],[-1.904,1.498],[-2.865,0],[-2.881,-1.286],[-2.702,-2.702],[0,0],[4.02,1.775],[4.524,0],[3.401,-1.643],[1.969,-3.092],[0,-4.166],[-1.839,-2.734],[-2.718,-1.66],[-4.33,-1.855],[0,0],[-1.888,-1.041],[-1.237,-1.546],[0,-2.213],[1.025,-1.481],[1.79,-0.797],[2.246,0],[3.467,1.839],[2.473,3.06],[0,0],[-4.851,-2.164]],"o":[[4.459,0],[3.645,-1.643],[2.148,-3.206],[0,-4.297],[-1.888,-2.913],[-2.8,-1.758],[0,0],[-3.418,-1.432],[-1.888,-1.009],[-1.205,-1.465],[0,-2.702],[1.904,-1.497],[2.864,0],[2.881,1.286],[0,0],[-3.223,-3.092],[-4.021,-1.774],[-4.167,0],[-3.402,1.644],[-1.97,3.093],[0,4.07],[1.839,2.734],[2.718,1.66],[0,0],[3.483,1.498],[1.888,1.042],[1.237,1.546],[0,2.019],[-1.025,1.482],[-1.791,0.798],[-3.581,0],[-3.467,-1.839],[0,0],[3.32,3.613],[4.85,2.165]],"v":[[90.088,0.977],[102.246,-1.489],[110.938,-8.765],[114.16,-20.361],[111.328,-31.177],[104.297,-38.184],[93.848,-43.457],[92.627,-43.994],[84.668,-47.656],[80.029,-51.367],[78.223,-56.641],[81.079,-62.939],[88.232,-65.186],[96.851,-63.257],[105.225,-57.275],[112.061,-66.016],[101.196,-73.315],[88.379,-75.977],[77.026,-73.511],[68.97,-66.406],[66.016,-55.518],[68.774,-45.312],[75.61,-38.721],[86.182,-33.447],[87.158,-33.008],[95.215,-29.199],[99.902,-25.317],[101.758,-19.678],[100.22,-14.429],[95.996,-11.011],[89.941,-9.814],[79.37,-12.573],[70.459,-19.922],[62.793,-10.938],[75.049,-2.271]],"c":true}},"nm":"S","mn":"ADBE Vector Shape - Group"}],"nm":"S","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group"}]},"fFamily":"HK Nova"}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/a_mountain.json b/ohos/flutter_lottie/assets/lottiefiles/a_mountain.json new file mode 100644 index 0000000000000000000000000000000000000000..65fed4be0b2bf050131bd4cf3d01ce704451797f --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/a_mountain.json @@ -0,0 +1 @@ +{"v":"5.1.15","fr":25,"ip":0,"op":89,"w":300,"h":300,"nm":"MountainCircle","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"CloudA contornos","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},"n":"0p833_0p833_0p167_0p167","t":25,"s":[65,155,0],"e":[136,155,0],"to":[11.8333330154419,0,0],"ti":[-11.8333330154419,0,0]},{"t":88}],"ix":2},"a":{"a":0,"k":[21.25,16.25,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.25,0.25,0.667],"y":[1,1,1]},"o":{"x":[0.75,0.75,0.333],"y":[0,0,0]},"n":["0p25_1_0p75_0","0p25_1_0p75_0","0p667_1_0p333_0"],"t":10,"s":[100,0,100],"e":[100,110,100]},{"i":{"x":[0.25,0.25,0.667],"y":[1,1,1]},"o":{"x":[0.75,0.75,0.333],"y":[0,0,0]},"n":["0p25_1_0p75_0","0p25_1_0p75_0","0p667_1_0p333_0"],"t":17,"s":[100,110,100],"e":[100,90,100]},{"i":{"x":[0.25,0.25,0.667],"y":[1,1,1]},"o":{"x":[0.75,0.75,0.333],"y":[0,0,0]},"n":["0p25_1_0p75_0","0p25_1_0p75_0","0p667_1_0p333_0"],"t":22,"s":[100,90,100],"e":[100,100,100]},{"t":24}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.418],[4.418,0],[0,4.418],[-4.418,0]],"o":[[0,4.418],[-4.418,0],[0,-4.418],[4.418,0]],"v":[[8,0],[0,8],[-8,0],[0,-8]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-78,149],[222,149],[222,-151],[-78,-151]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-78,-151],[222,-151],[222,149],[-78,149]],"c":true},"ix":2},"nm":"Trazado 2","mn":"ADBE Vector Shape - Group","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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Combinar trazados 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929000016755,0.929000016755,0.929000016755,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[34.25,12.25],"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":"Transformar"}],"nm":"Grupo 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-6.627],[6.627,0],[0,6.627],[-6.627,0]],"o":[[0,6.627],[-6.627,0],[0,-6.627],[6.627,0]],"v":[[12,0],[0,12],[-12,0],[0,-12]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-72,141],[228,141],[228,-159],[-72,-159]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-72,-159],[228,-159],[228,141],[-72,141]],"c":true},"ix":2},"nm":"Trazado 2","mn":"ADBE Vector Shape - Group","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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Combinar trazados 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929000016755,0.929000016755,0.929000016755,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[28.25,20.25],"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":"Transformar"}],"nm":"Grupo 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-6.075],[6.075,0],[0,6.075],[-6.075,0]],"o":[[0,6.075],[-6.075,0],[0,-6.075],[6.075,0]],"v":[[11,0],[0,11],[-11,0],[0,-11]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-65,150],[235,150],[235,-150],[-65,-150]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-65,-150],[235,-150],[235,150],[-65,150]],"c":true},"ix":2},"nm":"Trazado 2","mn":"ADBE Vector Shape - Group","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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Combinar trazados 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929000016755,0.929000016755,0.929000016755,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[21.25,11.25],"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":"Transformar"}],"nm":"Grupo 3","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-7.18],[7.18,0],[0,7.18],[-7.18,0]],"o":[[0,7.18],[-7.18,0],[0,-7.18],[7.18,0]],"v":[[13,0],[0,13],[-13,0],[0,-13]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-57,145],[243,145],[243,-155],[-57,-155]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-57,-155],[243,-155],[243,145],[-57,145]],"c":true},"ix":2},"nm":"Trazado 2","mn":"ADBE Vector Shape - Group","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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Combinar trazados 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929000016755,0.929000016755,0.929000016755,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[13.25,16.25],"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":"Transformar"}],"nm":"Grupo 4","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":89,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Circle 4","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[150,150,0],"ix":2},"a":{"a":0,"k":[137.25,137.25,0],"ix":1},"s":{"a":0,"k":[97.333,97.333,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-75.663],[75.663,0],[0,75.663],[-75.663,0]],"o":[[0,75.663],[-75.663,0],[0,-75.663],[75.663,0]],"v":[[137,0],[0,137],[-137,0],[0,-137]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-150,150],[150,150],[150,-150],[-150,-150]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-150,-150],[150,-150],[150,150],[-150,150]],"c":true},"ix":2},"nm":"Trazado 2","mn":"ADBE Vector Shape - Group","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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Combinar trazados 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.081999999402,0.626999978458,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[137.25,137.25],"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":"Transformar"}],"nm":"Grupo 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":89,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Sun contornos","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.25,"y":1},"o":{"x":0.75,"y":0},"n":"0p25_1_0p75_0","t":11,"s":[182,-13,0],"e":[182,83,0],"to":[0,16,0],"ti":[0,-13.6666669845581,0]},{"i":{"x":0.25,"y":1},"o":{"x":0.75,"y":0},"n":"0p25_1_0p75_0","t":29,"s":[182,83,0],"e":[182,69,0],"to":[0,13.6666669845581,0],"ti":[0,2.33333325386047,0]},{"t":33}],"ix":2},"a":{"a":0,"k":[20.25,20.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-11.05],[11.05,0],[0,0]],"o":[[0,11.05],[0,0],[11.05,0]],"v":[[10,0],[-10,20],[-10,-20]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-192,207],[108,207],[108,-93],[-192,-93]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-192,-93],[108,-93],[108,207],[-192,207]],"c":true},"ix":2},"nm":"Trazado 2","mn":"ADBE Vector Shape - Group","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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Combinar trazados 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.611999990426,0.071000005685,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[30.25,20.25],"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":"Transformar"}],"nm":"Grupo 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-11.046],[11.046,0],[0,11.046],[-11.046,0]],"o":[[0,11.046],[-11.046,0],[0,-11.046],[11.046,0]],"v":[[20,0],[0,20],[-20,0],[0,-20]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-182,207],[118,207],[118,-93],[-182,-93]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-182,-93],[118,-93],[118,207],[-182,207]],"c":true},"ix":2},"nm":"Trazado 2","mn":"ADBE Vector Shape - Group","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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Combinar trazados 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.944999964097,0.769000004787,0.059000000299,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[20.25,20.25],"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":"Transformar"}],"nm":"Grupo 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":89,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Circle 2","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[150,150,0],"ix":2},"a":{"a":0,"k":[137.25,137.25,0],"ix":1},"s":{"a":0,"k":[97.333,97.333,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-75.663],[75.663,0],[0,75.663],[-75.663,0]],"o":[[0,75.663],[-75.663,0],[0,-75.663],[75.663,0]],"v":[[137,0],[0,137],[-137,0],[0,-137]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-150,150],[150,150],[150,-150],[-150,-150]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-150,-150],[150,-150],[150,150],[-150,150]],"c":true},"ix":2},"nm":"Trazado 2","mn":"ADBE Vector Shape - Group","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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Combinar trazados 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.081999999402,0.626999978458,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[137.25,137.25],"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":"Transformar"}],"nm":"Grupo 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":89,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"MountainF contornos","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[150,280.135,0],"ix":2},"a":{"a":0,"k":[113.88,151.115,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.25,0.25,0.667],"y":[1,1,1]},"o":{"x":[0.75,0.75,0.333],"y":[0,0,0]},"n":["0p25_1_0p75_0","0p25_1_0p75_0","0p667_1_0p333_0"],"t":0,"s":[100,0,100],"e":[100,110,100]},{"i":{"x":[0.25,0.25,0.667],"y":[1,1,1]},"o":{"x":[0.75,0.75,0.333],"y":[0,0,0]},"n":["0p25_1_0p75_0","0p25_1_0p75_0","0p667_1_0p333_0"],"t":7,"s":[100,110,100],"e":[100,90,100]},{"i":{"x":[0.25,0.25,0.667],"y":[1,1,1]},"o":{"x":[0.75,0.75,0.333],"y":[0,0,0]},"n":["0p25_1_0p75_0","0p25_1_0p75_0","0p667_1_0p333_0"],"t":12,"s":[100,90,100],"e":[100,100,100]},{"t":14}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[30.77,0],[14.62,5.52],[0,0],[-0.921,-0.9]],"o":[[-22.529,17.55],[-16.54,0],[0,0],[1.17,-0.03],[0,0]],"v":[[64.32,48.55],[-17.32,76.55],[-64.32,68.01],[-64.32,-76.52],[-61.039,-75.22]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-167.32,93.55],[132.68,93.55],[132.68,-206.45],[-167.32,-206.45]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-167.32,-206.45],[132.68,-206.45],[132.68,93.55],[-167.32,93.55]],"c":true},"ix":2},"nm":"Trazado 2","mn":"ADBE Vector Shape - Group","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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Combinar trazados 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.172999991623,0.243000000598,0.313999998803,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[131.2,77.429],"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":"Transformar"}],"nm":"Grupo 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[30.77,0],[23.34,38.3],[0,0],[-1.987,-1.96]],"o":[[-22.529,17.55],[-48.13,0],[0,0],[1.634,-2.264],[0,0]],"v":[[97.635,48.864],[15.995,76.865],[-97.635,12.995],[-34.613,-74.329],[-27.725,-74.905]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-134.005,93.865],[165.995,93.865],[165.995,-206.135],[-134.005,-206.135]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-134.005,-206.135],[165.995,-206.135],[165.995,93.865],[-134.005,93.865]],"c":true},"ix":2},"nm":"Trazado 2","mn":"ADBE Vector Shape - Group","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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Combinar trazados 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.286000001197,0.368999974868,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[97.885,77.115],"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":"Transformar"}],"nm":"Grupo 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":89,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"CloudB contornos","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},"n":"0p833_0p833_0p167_0p167","t":32,"s":[181.824,192.221,0],"e":[216.824,192.221,0],"to":[5.83333349227905,0,0],"ti":[-5.83333349227905,0,0]},{"t":88}],"ix":2},"a":{"a":0,"k":[14.733,8.87,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.25,0.25,0.667],"y":[1,1,1]},"o":{"x":[0.75,0.75,0.333],"y":[0,0,0]},"n":["0p25_1_0p75_0","0p25_1_0p75_0","0p667_1_0p333_0"],"t":17,"s":[100,0,100],"e":[100,110,100]},{"i":{"x":[0.25,0.25,0.667],"y":[1,1,1]},"o":{"x":[0.75,0.75,0.333],"y":[0,0,0]},"n":["0p25_1_0p75_0","0p25_1_0p75_0","0p667_1_0p333_0"],"t":24,"s":[100,110,100],"e":[100,90,100]},{"i":{"x":[0.25,0.25,0.667],"y":[1,1,1]},"o":{"x":[0.75,0.75,0.333],"y":[0,0,0]},"n":["0p25_1_0p75_0","0p25_1_0p75_0","0p667_1_0p333_0"],"t":29,"s":[100,90,100],"e":[100,100,100]},{"t":31}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.392,-3.246],[3.246,0.392],[-0.391,3.246],[-3.246,-0.392]],"o":[[-0.391,3.246],[-3.246,-0.391],[0.391,-3.246],[3.246,0.391]],"v":[[5.877,0.708],[-0.709,5.878],[-5.878,-0.709],[0.708,-5.878]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-190.038,106.159],[109.962,106.159],[109.962,-193.841],[-190.038,-193.841]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-190.038,-193.841],[109.962,-193.841],[109.962,106.159],[-190.038,106.159]],"c":true},"ix":2},"nm":"Trazado 2","mn":"ADBE Vector Shape - Group","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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Combinar trazados 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.808000033509,0.808000033509,0.808000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[22.948,10.49],"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":"Transformar"}],"nm":"Grupo 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.245,-2.028],[2.029,0.245],[-0.244,2.029],[-2.029,-0.244]],"o":[[-0.244,2.029],[-2.029,-0.245],[0.244,-2.029],[2.029,0.245]],"v":[[3.673,0.442],[-0.443,3.673],[-3.674,-0.443],[0.443,-3.674]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-191.304,110.478],[108.696,110.478],[108.696,-189.522],[-191.304,-189.522]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-191.304,-189.522],[108.696,-189.522],[108.696,110.478],[-191.304,110.478]],"c":true},"ix":2},"nm":"Trazado 2","mn":"ADBE Vector Shape - Group","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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Combinar trazados 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.808000033509,0.808000033509,0.808000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[24.213,6.171],"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":"Transformar"}],"nm":"Grupo 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.391,-3.246],[3.246,0.391],[-0.39,3.246],[-3.246,-0.391]],"o":[[-0.392,3.246],[-3.246,-0.392],[0.392,-3.246],[3.246,0.392]],"v":[[5.878,0.708],[-0.709,5.878],[-5.879,-0.708],[0.708,-5.878]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-173.609,105.902],[126.391,105.902],[126.391,-194.098],[-173.609,-194.098]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-173.609,-194.098],[126.391,-194.098],[126.391,105.902],[-173.609,105.902]],"c":true},"ix":2},"nm":"Trazado 2","mn":"ADBE Vector Shape - Group","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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Combinar trazados 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.808000033509,0.808000033509,0.808000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.518,10.746],"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":"Transformar"}],"nm":"Grupo 3","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.538,-4.464],[4.464,0.539],[-0.538,4.464],[-4.464,-0.538]],"o":[[-0.537,4.463],[-4.463,-0.538],[0.538,-4.463],[4.463,0.538]],"v":[[8.082,0.974],[-0.975,8.081],[-8.082,-0.974],[0.975,-8.082]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-182.779,107.779],[117.221,107.779],[117.221,-192.221],[-182.779,-192.221]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-182.779,-192.221],[117.221,-192.221],[117.221,107.779],[-182.779,107.779]],"c":true},"ix":2},"nm":"Trazado 2","mn":"ADBE Vector Shape - Group","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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Combinar trazados 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.808000033509,0.808000033509,0.808000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[15.689,8.87],"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":"Transformar"}],"nm":"Grupo 4","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":89,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Circle 3","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[150,150,0],"ix":2},"a":{"a":0,"k":[137.25,137.25,0],"ix":1},"s":{"a":0,"k":[96.667,96.667,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-75.663],[75.663,0],[0,75.663],[-75.663,0]],"o":[[0,75.663],[-75.663,0],[0,-75.663],[75.663,0]],"v":[[137,0],[0,137],[-137,0],[0,-137]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-150,150],[150,150],[150,-150],[-150,-150]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-150,-150],[150,-150],[150,150],[-150,150]],"c":true},"ix":2},"nm":"Trazado 2","mn":"ADBE Vector Shape - Group","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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Combinar trazados 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.081999999402,0.626999978458,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[137.25,137.25],"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":"Transformar"}],"nm":"Grupo 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":89,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"MountainB contornos","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[174.57,280.73,0],"ix":2},"a":{"a":0,"k":[0.249,105.98,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.25,0.25,0.667],"y":[1,1,1]},"o":{"x":[0.75,0.75,0.333],"y":[0,0,0]},"n":["0p25_1_0p75_0","0p25_1_0p75_0","0p667_1_0p333_0"],"t":0,"s":[100,0,100],"e":[100,110,100]},{"i":{"x":[0.25,0.25,0.667],"y":[1,1,1]},"o":{"x":[0.75,0.75,0.333],"y":[0,0,0]},"n":["0p25_1_0p75_0","0p25_1_0p75_0","0p667_1_0p333_0"],"t":7,"s":[100,110,100],"e":[100,90,100]},{"i":{"x":[0.25,0.25,0.667],"y":[1,1,1]},"o":{"x":[0.75,0.75,0.333],"y":[0,0,0]},"n":["0p25_1_0p75_0","0p25_1_0p75_0","0p667_1_0p333_0"],"t":12,"s":[100,90,100],"e":[100,100,100]},{"t":14}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[36.889,-6.891],[0,0]],"o":[[-19.399,30.58],[0,0],[0,0]],"v":[[43.91,-6.726],[-43.91,52.866],[8.52,-52.866]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-218.48,72.135],[81.52,72.135],[81.52,-227.865],[-218.48,-227.865]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-218.48,-227.865],[81.52,-227.865],[81.52,72.135],[-218.48,72.135]],"c":true},"ix":2},"nm":"Trazado 2","mn":"ADBE Vector Shape - Group","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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Combinar trazados 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.109999997008,0.165000002992,0.20800000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[44.159,53.116],"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":"Transformar"}],"nm":"Grupo 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":89,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Circle","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[150,150,0],"ix":2},"a":{"a":0,"k":[137.25,137.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-75.663],[75.663,0],[0,75.663],[-75.663,0]],"o":[[0,75.663],[-75.663,0],[0,-75.663],[75.663,0]],"v":[[137,0],[0,137],[-137,0],[0,-137]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-150,150],[150,150],[150,-150],[-150,-150]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-150,-150],[150,-150],[150,150],[-150,150]],"c":true},"ix":2},"nm":"Trazado 2","mn":"ADBE Vector Shape - Group","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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Combinar trazados 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.081999999402,0.626999978458,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[137.25,137.25],"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":"Transformar"}],"nm":"Grupo 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":89,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/accept_arrows.json b/ohos/flutter_lottie/assets/lottiefiles/accept_arrows.json new file mode 100644 index 0000000000000000000000000000000000000000..fa254ad4f814342841b3fc11e70632747129f730 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/accept_arrows.json @@ -0,0 +1 @@ +{"v":"4.6.3","fr":30,"ip":0,"op":40,"w":750,"h":450,"nm":"Comp 4","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"arrow Outlines 4","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[100],"e":[0]},{"t":40}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[598,246,0]},"a":{"a":0,"k":[144,280,0]},"s":{"a":0,"k":[-100,100,100]}},"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.138,-227.081],[-144,-0.159],[25.138,227.082],[144,227.082],[-25.138,-0.159],[144,-227.081]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[144,259.931],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":15,"op":155,"st":5,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"arrow Outlines 5","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[100],"e":[0]},{"t":35}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[448,246,0]},"a":{"a":0,"k":[144,280,0]},"s":{"a":0,"k":[-100,100,100]}},"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.138,-227.081],[-144,-0.159],[25.138,227.082],[144,227.082],[-25.138,-0.159],[144,-227.081]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[144,259.931],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":10,"op":155,"st":5,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"arrow Outlines 3","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[100],"e":[0]},{"t":30}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[296,248,0]},"a":{"a":0,"k":[144,280,0]},"s":{"a":0,"k":[-100,100,100]}},"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.138,-227.081],[-144,-0.159],[25.138,227.082],[144,227.082],[-25.138,-0.159],[144,-227.081]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[144,259.931],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":5,"op":155,"st":5,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"arrow Outlines","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[100],"e":[0]},{"t":25}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[146,248,0]},"a":{"a":0,"k":[144,280,0]},"s":{"a":0,"k":[-100,100,100]}},"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.138,-227.081],[-144,-0.159],[25.138,227.082],[144,227.082],[-25.138,-0.159],[144,-227.081]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[144,259.931],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":151,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/airbnb.json b/ohos/flutter_lottie/assets/lottiefiles/airbnb.json new file mode 100644 index 0000000000000000000000000000000000000000..ba9b973ad5eebc6373eb73a93a431990762fdbf9 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/airbnb.json @@ -0,0 +1 @@ +{"v":"4.11.1","fr":60,"ip":0,"op":180,"w":300,"h":300,"nm":"Images","ddd":0,"assets":[{"id":"image_0","w":217,"h":192,"u":"images/","p":"img_0.png"}],"layers":[{"ddd":0,"ind":1,"ty":2,"nm":"airbnb_logo_small.png","cl":"png","refId":"image_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[150,150,0],"ix":2},"a":{"a":0,"k":[108.5,96,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[42,42,100],"e":[159,159,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":90,"s":[159,159,100],"e":[42,42,100]},{"t":179}],"ix":6}},"ao":0,"ip":0,"op":180,"st":0,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/android_fingerprint.json b/ohos/flutter_lottie/assets/lottiefiles/android_fingerprint.json new file mode 100644 index 0000000000000000000000000000000000000000..44b68c48b0f0e88e5d14ba29dd4058ee5ef5c689 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/android_fingerprint.json @@ -0,0 +1 @@ +{"v":"4.6.3","fr":25,"ip":0,"op":39,"w":650,"h":230,"nm":"Fingerprint","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[325,115,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[20.666,6.495],[-24.5,6],[-12.496,-7.37],[4.5,18.5],[32.5,-6.5],[-19,-58]],"o":[[-52.5,-16.5],[28.289,-6.928],[19.5,11.5],[-7.796,-32.05],[-27.263,5.453],[19.074,58.225]],"v":[[26,78],[-6.5,1.5],[30,38.5],[60.5,9.5],[-15.5,-36],[-55,53.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.2627451,0.9921569,0.4666667,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":9},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0_1_0p333_0"],"t":1,"s":[0],"e":[100]},{"t":28}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":39,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[325,115,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[24,-3.5],[3,40.5]],"o":[[-24,3.5],[-3,-40.5]],"v":[[51.5,58.5],[-1,17.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.2627451,0.9921569,0.4666667,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":9},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[102.868,99.902],"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":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[43.527,56.362],[27.5,-42.5]],"o":[[-39,-50.5],[-27.5,42.5]],"v":[[68.5,-22.5],[-69,-20.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.2627451,0.9921569,0.4666667,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":9},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"ix":2,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0_1_0p333_0"],"t":5,"s":[0],"e":[100]},{"t":19}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":39,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[325,115,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[48.5,-7.5],[-33,-25]],"o":[[0,0],[-44.485,6.879],[35.509,26.901]],"v":[[41,24],[-8.5,-17],[-16,76.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.2627451,0.9921569,0.4666667,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":9},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[58,-30]],"o":[[0,0],[-58,30]],"v":[[49.5,-62.5],[-50,-62.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.2627451,0.9921569,0.4666667,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":9},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"ix":2,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0_1_0p333_0"],"t":0,"s":[0],"e":[100]},{"t":19}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":39,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/angel.zip b/ohos/flutter_lottie/assets/lottiefiles/angel.zip new file mode 100644 index 0000000000000000000000000000000000000000..d89171354b0360eb6add1e03679561f2d8a7a22c Binary files /dev/null and b/ohos/flutter_lottie/assets/lottiefiles/angel.zip differ diff --git a/ohos/flutter_lottie/assets/lottiefiles/anima.json b/ohos/flutter_lottie/assets/lottiefiles/anima.json new file mode 100644 index 0000000000000000000000000000000000000000..7cab58e9b1b952052ac240105654e99e474bacd2 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/anima.json @@ -0,0 +1 @@ +{"assets":[{"id":"image_0","w":723,"h":721,"u":"images/","p":"img_0.png"},{"id":"image_1","w":382,"h":410,"u":"images/","p":"img_1.png"},{"id":"image_2","w":105,"h":159,"u":"images/","p":"img_2.png"},{"id":"image_3","w":131,"h":39,"u":"images/","p":"img_3.png"},{"id":"image_4","w":155,"h":437,"u":"images/","p":"img_4.png"},{"id":"image_5","w":171,"h":331,"u":"images/","p":"img_5.png"},{"id":"image_6","w":527,"h":187,"u":"images/","p":"img_6.png"},{"id":"image_7","w":550,"h":628,"u":"images/","p":"img_7.png"},{"id":"image_8","w":712,"h":682,"u":"images/","p":"img_8.png"},{"id":"comp_0","layers":[{"ddd":0,"ind":0,"ty":2,"nm":"foto patron@2x.png","cl":"png","parent":4,"refId":"image_2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[85.5,145.5,0]},"a":{"k":[52.5,79.5,0]},"s":{"k":[100,100,100]}},"ao":0,"ip":150,"op":235,"st":-160,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":2,"nm":"botoes@2x.png","cl":"png","parent":4,"refId":"image_3","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[85.5,245.5,0]},"a":{"k":[65.5,19.5,0]},"s":{"k":[100,100,100]}},"ao":0,"ip":150,"op":235,"st":-160,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":0,"nm":"dentro-celular@2x.png Comp 1","cl":"png","refId":"comp_1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[363.5,453.5,0]},"a":{"k":[77.5,218.5,0]},"s":{"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[148.754,1],[6,1],[6,235.008],[148.754,235.008]],"c":true}},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"w":155,"h":437,"ip":235,"op":545,"st":235,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":0,"nm":"dentro-celular@2x.png Comp 1","cl":"png","refId":"comp_1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[363.5,453.5,0]},"a":{"k":[77.5,218.5,0]},"s":{"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[148.754,1],[6,1],[6,235.008],[148.754,235.008]],"c":true}},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"w":155,"h":437,"ip":0,"op":150,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":2,"nm":"celular@2x.png","cl":"png","refId":"image_5","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[361.5,360.5,0]},"a":{"k":[85.5,165.5,0]},"s":{"k":[100,100,100]}},"ao":0,"ip":0,"op":536,"st":0,"bm":0,"sr":1}]},{"id":"comp_1","layers":[{"ddd":0,"ind":0,"ty":2,"nm":"dentro-celular@2x.png","cl":"png","refId":"image_4","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":0,"s":[77.5,218.5,0],"e":[77.5,218.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[77.5,218.5,0],"e":[77.5,-11.5,0],"to":[0,-38.3333320617676,0],"ti":[0,38.3333320617676,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":60,"s":[77.5,-11.5,0],"e":[77.5,-11.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":104,"s":[77.5,-11.5,0],"e":[77.5,218.5,0],"to":[0,38.3333320617676,0],"ti":[0,-38.3333320617676,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":140,"s":[77.5,218.5,0],"e":[77.5,218.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":163,"s":[77.5,218.5,0],"e":[77.5,218.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":193,"s":[77.5,218.5,0],"e":[77.5,-11.5,0],"to":[0,-38.3333320617676,0],"ti":[0,38.3333320617676,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":223,"s":[77.5,-11.5,0],"e":[77.5,-11.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":267,"s":[77.5,-11.5,0],"e":[77.5,218.5,0],"to":[0,38.3333320617676,0],"ti":[0,-38.3333320617676,0]},{"t":303}]},"a":{"k":[77.5,218.5,0]},"s":{"k":[100,100,100]}},"ao":0,"ip":0,"op":552,"st":0,"bm":0,"sr":1}]}],"layers":[{"ddd":0,"ind":0,"ty":1,"nm":"White Solid 1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[355.5,744.5,0]},"a":{"k":[361.5,360.5,0]},"s":{"k":[108.299,15.118,100]}},"ao":0,"sw":723,"sh":721,"sc":"#f2f2f2","ip":0,"op":270,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":1,"nm":"White Solid 1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[351.5,-17.5,0]},"a":{"k":[361.5,360.5,0]},"s":{"k":[107.192,14.008,100]}},"ao":0,"sw":723,"sh":721,"sc":"#f2f2f2","ip":0,"op":270,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":1,"nm":"White Solid 1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[783.5,378.5,0]},"a":{"k":[361.5,360.5,0]},"s":{"k":[24.758,100,100]}},"ao":0,"sw":723,"sh":721,"sc":"#f2f2f2","ip":0,"op":270,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":1,"nm":"White Solid 1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-60.5,350.5,0]},"a":{"k":[361.5,360.5,0]},"s":{"k":[24.758,100,100]}},"ao":0,"sw":723,"sh":721,"sc":"#f2f2f2","ip":0,"op":270,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":2,"nm":"quadro-cima@2x.png","cl":"png","refId":"image_0","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[361.5,360.5,0]},"a":{"k":[361.5,360.5,0]},"s":{"k":[100,100,100]}},"ao":0,"ip":0,"op":270,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":2,"nm":"maozinha@2x.png","cl":"png","refId":"image_1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":0,"s":[811.5,790.5,0],"e":[527.5,548.5,0],"to":[-47.3333320617676,-40.3333320617676,0],"ti":[47.3333320617676,40.3333320617676,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":22,"s":[527.5,548.5,0],"e":[527.5,548.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":30,"s":[527.5,548.5,0],"e":[527.5,386.5,0],"to":[0,-27,0],"ti":[0.66666668653488,35,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":58,"s":[527.5,386.5,0],"e":[523.5,338.5,0],"to":[-0.66666668653488,-35,0],"ti":[0.66666668653488,8,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":74,"s":[523.5,338.5,0],"e":[523.5,338.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":104,"s":[523.5,338.5,0],"e":[523.5,718.5,0],"to":[0,63.3333320617676,0],"ti":[-26.6666660308838,-60,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":122,"s":[523.5,718.5,0],"e":[683.5,698.5,0],"to":[26.6666660308838,60,0],"ti":[0,16.6666660308838,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":160,"s":[683.5,698.5,0],"e":[523.5,618.5,0],"to":[0,-16.6666660308838,0],"ti":[33.3333320617676,13.3333330154419,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":167,"s":[523.5,618.5,0],"e":[483.5,618.5,0],"to":[-33.3333320617676,-13.3333330154419,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":172,"s":[483.5,618.5,0],"e":[523.5,618.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":179,"s":[523.5,618.5,0],"e":[483.5,618.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":184,"s":[483.5,618.5,0],"e":[523.5,618.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":190,"s":[523.5,618.5,0],"e":[483.5,618.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":195,"s":[483.5,618.5,0],"e":[523.5,618.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":202,"s":[523.5,618.5,0],"e":[483.5,618.5,0],"to":[0,0,0],"ti":[6.66666650772095,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":212,"s":[483.5,618.5,0],"e":[483.5,618.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":237,"s":[483.5,618.5,0],"e":[811.5,790.5,0],"to":[54.6666679382324,28.6666660308838,0],"ti":[-54.6666679382324,-28.6666660308838,0]},{"t":257}]},"a":{"k":[191,205,0]},"s":{"k":[100,100,100]}},"ao":0,"ip":0,"op":270,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":0,"nm":"celular","refId":"comp_0","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[100],"e":[100]},{"t":150}]},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":150,"s":[0],"e":[1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":153,"s":[1],"e":[-1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":156,"s":[-1],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":159,"s":[3],"e":[1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":161,"s":[1],"e":[-1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":164,"s":[-1],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":167,"s":[3],"e":[1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":169,"s":[1],"e":[-1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":172,"s":[-1],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":175,"s":[3],"e":[1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":177,"s":[1],"e":[-1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":180,"s":[-1],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":183,"s":[3],"e":[-2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":185,"s":[-2],"e":[1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":188,"s":[1],"e":[-1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":191,"s":[-1],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":194,"s":[3],"e":[1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":196,"s":[1],"e":[-1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":199,"s":[-1],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":202,"s":[3],"e":[1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":204,"s":[1],"e":[-1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":207,"s":[-1],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":210,"s":[3],"e":[1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":212,"s":[1],"e":[-1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":215,"s":[-1],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":218,"s":[3],"e":[-2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":220,"s":[-2],"e":[0]},{"t":223}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[361.5,360.5,0],"e":[361.5,360.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":150,"s":[361.5,360.5,0],"e":[361.5,358.5,0],"to":[0,-0.33333334326744,0],"ti":[0.5,0.83333331346512,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":153,"s":[361.5,358.5,0],"e":[358.5,355.5,0],"to":[-0.5,-0.83333331346512,0],"ti":[0,0.33333334326744,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":156,"s":[358.5,355.5,0],"e":[361.5,356.5,0],"to":[0,-0.33333334326744,0],"ti":[-0.5,-0.5,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":159,"s":[361.5,356.5,0],"e":[361.5,358.5,0],"to":[0.5,0.5,0],"ti":[0.5,0.16666667163372,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":161,"s":[361.5,358.5,0],"e":[358.5,355.5,0],"to":[-0.5,-0.16666667163372,0],"ti":[0,0.33333334326744,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":164,"s":[358.5,355.5,0],"e":[361.5,356.5,0],"to":[0,-0.33333334326744,0],"ti":[-0.5,-0.5,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":167,"s":[361.5,356.5,0],"e":[361.5,358.5,0],"to":[0.5,0.5,0],"ti":[0.5,0.16666667163372,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":169,"s":[361.5,358.5,0],"e":[358.5,355.5,0],"to":[-0.5,-0.16666667163372,0],"ti":[0,0.33333334326744,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":172,"s":[358.5,355.5,0],"e":[361.5,356.5,0],"to":[0,-0.33333334326744,0],"ti":[-0.5,-0.5,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":175,"s":[361.5,356.5,0],"e":[361.5,358.5,0],"to":[0.5,0.5,0],"ti":[0.5,0.16666667163372,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":177,"s":[361.5,358.5,0],"e":[358.5,355.5,0],"to":[-0.5,-0.16666667163372,0],"ti":[0,0.33333334326744,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":180,"s":[358.5,355.5,0],"e":[361.5,356.5,0],"to":[0,-0.33333334326744,0],"ti":[-0.16666667163372,-1.16666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":183,"s":[361.5,356.5,0],"e":[359.5,362.5,0],"to":[0.16666667163372,1.16666662693024,0],"ti":[0,-0.33333334326744,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":185,"s":[359.5,362.5,0],"e":[361.5,358.5,0],"to":[0,0.33333334326744,0],"ti":[0.16666667163372,1.16666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":188,"s":[361.5,358.5,0],"e":[358.5,355.5,0],"to":[-0.16666667163372,-1.16666662693024,0],"ti":[0,0.33333334326744,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":191,"s":[358.5,355.5,0],"e":[361.5,356.5,0],"to":[0,-0.33333334326744,0],"ti":[-0.5,-0.5,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":194,"s":[361.5,356.5,0],"e":[361.5,358.5,0],"to":[0.5,0.5,0],"ti":[0.5,0.16666667163372,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":196,"s":[361.5,358.5,0],"e":[358.5,355.5,0],"to":[-0.5,-0.16666667163372,0],"ti":[0,0.33333334326744,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":199,"s":[358.5,355.5,0],"e":[361.5,356.5,0],"to":[0,-0.33333334326744,0],"ti":[-0.5,-0.5,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":202,"s":[361.5,356.5,0],"e":[361.5,358.5,0],"to":[0.5,0.5,0],"ti":[0.5,0.16666667163372,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":204,"s":[361.5,358.5,0],"e":[358.5,355.5,0],"to":[-0.5,-0.16666667163372,0],"ti":[0,0.33333334326744,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":207,"s":[358.5,355.5,0],"e":[361.5,356.5,0],"to":[0,-0.33333334326744,0],"ti":[-0.5,-0.5,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":210,"s":[361.5,356.5,0],"e":[361.5,358.5,0],"to":[0.5,0.5,0],"ti":[0.5,0.16666667163372,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":212,"s":[361.5,358.5,0],"e":[358.5,355.5,0],"to":[-0.5,-0.16666667163372,0],"ti":[0,0.33333334326744,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":215,"s":[358.5,355.5,0],"e":[361.5,356.5,0],"to":[0,-0.33333334326744,0],"ti":[-0.16666667163372,-1.16666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":218,"s":[361.5,356.5,0],"e":[359.5,362.5,0],"to":[0.16666667163372,1.16666662693024,0],"ti":[0,-0.66666668653488,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":220,"s":[359.5,362.5,0],"e":[361.5,360.5,0],"to":[0,0.66666668653488,0],"ti":[-0.33333334326744,0.33333334326744,0]},{"t":223}]},"a":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[361.5,360.5,0],"e":[361.5,360.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":150}]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[100,100,100],"e":[100,100,100]},{"t":150}]}},"ao":0,"w":723,"h":721,"ip":0,"op":270,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":2,"nm":"enfeite@2x.png","cl":"png","refId":"image_6","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[361.5,360.5,0]},"a":{"k":[263.5,93.5,0]},"s":{"k":[100,100,100]}},"ao":0,"ip":0,"op":270,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":2,"nm":"plomo4@2x.png","cl":"png","refId":"image_7","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[361.5,388.5,0]},"a":{"k":[275,314,0]},"s":{"k":[100,100,100]}},"ao":0,"ip":0,"op":270,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":1,"nm":"Turquoise Solid 1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[361.5,360.5,0]},"a":{"k":[361.5,360.5,0]},"s":{"k":[100,100,100]}},"ao":0,"sw":723,"sh":721,"sc":"#01c98d","ip":0,"op":270,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":2,"nm":"layout@2x.png","cl":"png","refId":"image_8","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[395.5,374.5,0]},"a":{"k":[356,341,0]},"s":{"k":[100,100,100]}},"ao":0,"ip":0,"op":270,"st":0,"bm":0,"sr":1}],"v":"4.5.0","ddd":0,"ip":0,"op":264,"fr":60,"w":723,"h":721} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/animated_graph.json b/ohos/flutter_lottie/assets/lottiefiles/animated_graph.json new file mode 100644 index 0000000000000000000000000000000000000000..c1e62f6dfb69c76f1f86ab732e492599f9f94508 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/animated_graph.json @@ -0,0 +1 @@ +{"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"2D Classic FX Vol.1 04 / 1","cl":"1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[960,598,0]},"a":{"k":[0,0,0]},"s":{"k":[83,83,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"f","pt":{"k":[{"t":0,"s":[{"i":[[4.47649999999999,-0.65350000000001],[1.266890625,-0.350859375],[1.0030625,-0.44143750000001],[0.832015625,-0.50873437499999],[0.75375000000001,-0.55275],[0.81301562499999,-0.723640625],[0.7350625,-0.7603125],[0.672640625,-0.77476562499999],[0.62575,-0.76700000000002],[1.12165625,-1.75860937499999],[0.967375,-1.90593749999999],[0.79965625,-1.98973437500001],[0.6185,-2.01000000000002],[0.69209375,-4.11910937499999],[0.30862499999999,-4.2639375],[0.02134375,-4.242734375],[-0.16974999999999,-4.05550000000002],[0.026,-1.28662962962963],[0.59955555555555,-0.66607407407407],[1.626,-0.39966666666666],[1.372,-0.39037500000001],[1.471,-0.5065],[3.34287500000001,-1.79975],[1.71549999999999,-1.1995],[2.39099999999999,-2.274],[1.762,-2.413],[0.93899999999999,-2.06687500000001],[0.1585,-2.23399999999999],[-0.37287499999999,-2.48162499999999],[-0.518,-2.173],[-0.96062500000002,-2.630875],[0.268,-0.5275],[1.08962500000001,-0.218625],[0.69900000000001,-0.29799999999999],[2.47325000000001,-1.746375],[1.0155,-1.5305],[0.655125,-1.531],[0.37049999999999,-1.55],[-0.62475000000001,-3.914625],[-1.19050000000001,-3.8765],[-1.267875,-3.311],[-1.4375,-2.793],[-0.50812500000001,-1.06975],[-0.59399999999999,-1.0055],[-1.273875,-1.66725],[-0.92249999999999,-1.2065],[-0.05737500000001,-0.34975],[-0.214,-0.262],[-1.14150000000001,-0.94375],[-1.05100000000002,-1.03],[-1.38299999999998,-1.21275],[-1.39500000000001,-0.8265],[-0.947625,-0.687],[-0.922,-0.47],[-6.231375,-1.051625],[-6.01899999999999,0.92],[-1.120875,0.3145],[-0.38600000000001,-0.1145],[-0.549125,-0.737875],[-0.55200000000001,-0.7505],[-1.79900000000001,-2.047125],[-1.47999999999999,-1.21],[-0.35975,-0.065],[-0.2305,-0.1765],[-0.600875,-0.41937500000001],[-0.686,-0.309],[-0.098375,-0.288],[-0.1325,-0.07549999999999],[-1.201625,-0.37174999999999],[-1.3255,-0.556],[-1.157125,-0.590125],[-1.223,-0.34099999999999],[-9.252875,0.336],[-8.9955,1.60900000000001],[-5.601875,2.23025],[-4.122,3.185],[-0.81525,0.538125],[-0.454,0.4565],[-0.044375,0.340375],[-0.2135,0.30549999999999],[-0.38012499999999,0.188],[-0.2105,0.26000000000001],[-0.165375,0.40075],[-0.195,0.432],[-0.287875,0.103625],[-0.0785,0.12],[-0.70525,1.664875],[-0.5685,0.3285],[-1.17637499999999,0.081875],[-0.658,0.0875],[-1.54625,0.404875],[-1.79950000000001,0.553],[-1.960875,0.73825],[-1.443,0.8395],[-3.32412500000001,2.662],[-1.90050000000001,2.7475],[-0.726,1.01075],[-0.699,1.088],[-1.8385,4.391125],[-0.76649999999999,4.081],[1.61325000000001,6.73625000000001],[2.67450000000001,4.259],[0.50675000000001,0.817875],[0.53,0.8265],[0.946625,1.230125],[1.0305,1.2895],[0.66199999999999,0.93725000000001],[0.82000000000001,0.905],[0.60025,0.81925],[-1.49250000000001,1.93299999999999],[-0.33925000000001,0.44425000000001],[-0.1725,0.2775],[-0.53525,1.54412499999999],[-0.44449999999999,2.03700000000001],[-0.5975,2.02800000000001],[-0.25700000000001,2.7925],[0.87549999999999,4.451875],[1.45700000000001,3.104],[0.834625,1.157375],[0.90049999999999,1.179],[0.05262499999999,0.33275],[0.215,0.3075],[0.37775000000001,0.19149999999999],[0.22150000000001,0.24800000000002],[0.83562499999999,0.992625],[0.90949999999999,0.816],[2.27624999999999,1.34462500000001],[2.369,1.184],[2.526375,1.107],[2.7505,0.72199999999998],[8.563375,0.372625],[7.5495,-1.34700000000001],[1.735375,-0.4725],[0.311,0.161],[0.39225,1.23487500000002],[0.317,0.7955],[0.464,1.01637500000001],[0.33,0.75649999999999],[1.546875,2.80974999999998],[1.677,2.7115],[0.17425,0.56874999999999],[0.27,0.417],[0.69275,0.724875],[0.5475,0.77700000000002],[0.178625,0.44087500000001],[0.281,0.39149999999998],[0.509875,0.50125],[0.5405,0.33249999999998],[0.1755,0.223625],[0.256,0.1865],[0.94675,0.48224999999999],[0.9515,0.52849999999998],[0.42625,0.36362500000001],[0.411,0.21850000000001],[4.205125,0.95999999999998]],"o":[[-1.6235,0.23699999999999],[-1.266890625,0.350859375],[-1.00306250000001,0.44143750000001],[-0.832015625,0.50873437499999],[-0.90650000000001,0.66475],[-0.81301562500001,0.723640625],[-0.7350625,0.7603125],[-0.672640625,0.77476562499999],[-1.2625,1.54775000000001],[-1.12165625,1.75860937499999],[-0.96737499999999,1.90593749999999],[-0.79965625000001,1.98973437499998],[-1.17175,3.80825000000002],[-0.69209375,4.11910937499999],[-0.30862499999999,4.2639375],[-0.02134375,4.242734375],[0.09466666666667,2.26133333333334],[-0.02600000000001,1.28662962962963],[-0.59955555555555,0.66607407407407],[-1.98599999999999,0.488],[-1.372,0.39037499999999],[-3.443,1.1855],[-3.34287500000001,1.79974999999999],[-2.73099999999999,1.90900000000001],[-2.39100000000002,2.274],[-1.19649999999999,1.63849999999999],[-0.93899999999999,2.066875],[-0.09350000000001,1.3185],[0.37287500000002,2.48162500000001],[0.2595,1.089],[0.96062499999999,2.630875],[-0.05349999999999,0.1055],[-1.08962500000001,0.218625],[-2.5095,1.069],[-2.47325000000001,1.746375],[-0.84300000000002,1.271],[-0.655125,1.531],[-1.1335,4.745],[0.62474999999998,3.914625],[1.15799999999999,3.771],[1.267875,3.311],[0.5685,1.1045],[0.50812500000001,1.06975],[1.00999999999999,1.7095],[1.273875,1.66725],[0.19550000000001,0.256],[0.05737500000001,0.34975],[0.773,0.945],[1.14149999999998,0.94375],[1.37899999999999,1.3515],[1.38300000000001,1.21274999999999],[1.0385,0.615],[0.947625,0.687],[4.8365,2.4645],[6.231375,1.051625],[0.8815,-0.1345],[1.120875,-0.3145],[0.4465,0.13200000000001],[0.54912499999999,0.737875],[1.547,2.1025],[1.79900000000001,2.047125],[0.2475,0.2025],[0.35975,0.065],[0.7445,0.5695],[0.600875,0.419375],[0.11199999999999,0.0505],[0.098375,0.288],[0.897,0.512],[1.201625,0.37175000000001],[1.1765,0.4935],[1.157125,0.590125],[8.305,2.31400000000001],[9.252875,-0.336],[7.3345,-1.312],[5.601875,-2.23025000000001],[0.758,-0.586],[0.81525,-0.538125],[0.248,-0.249],[0.044375,-0.340375],[0.186,-0.266],[0.380125,-0.188],[0.4215,-0.521],[0.165375,-0.40075],[0.047,-0.1045],[0.28787499999999,-0.103625],[0.44450000000001,-0.68],[0.70525,-1.66487499999999],[0.3875,-0.224],[1.176375,-0.081875],[2.8775,-0.3825],[1.54625,-0.404875],[2.2145,-0.6805],[1.960875,-0.73825],[3.333,-1.9395],[3.324125,-2.662],[0.86999999999999,-1.258],[0.726,-1.01075],[2.10249999999999,-3.2745],[1.83850000000001,-4.391125],[1.45950000000001,-7.772],[-1.61324999999999,-6.73625],[-0.637,-1.014],[-0.50675,-0.817875],[-0.934,-1.457],[-0.946625,-1.230125],[-0.366,-0.458],[-0.66200000000001,-0.93725000000001],[-1.64749999999999,-1.818],[-0.60025,-0.81925],[0.3875,-0.50149999999999],[0.33924999999999,-0.44425],[1.24850000000001,-2.0095],[0.53524999999999,-1.54412500000001],[0.548,-2.51349999999999],[0.59750000000001,-2.02799999999999],[0.48599999999999,-5.2855],[-0.8755,-4.451875],[-0.873,-1.8595],[-0.834625,-1.157375],[-0.21250000000001,-0.27850000000001],[-0.05262499999999,-0.33275],[-0.1845,-0.26399999999998],[-0.37774999999999,-0.19150000000002],[-0.86,-0.96349999999998],[-0.83562500000001,-0.992625],[-1.944,-1.74449999999999],[-2.27625,-1.34462499999998],[-2.479,-1.239],[-2.526375,-1.107],[-6.757,-1.77350000000001],[-8.563375,-0.372625],[-1.0545,0.18800000000002],[-1.735375,0.4725],[-0.031,-0.01600000000002],[-0.39225,-1.23487499999999],[-0.37,-0.928],[-0.464,-1.01637500000001],[-1.7195,-3.94050000000001],[-1.546875,-2.80975000000001],[-0.311,-0.50299999999999],[-0.17425,-0.56875000000002],[-0.5145,-0.7955],[-0.69275,-0.724875],[-0.2825,-0.40099999999998],[-0.178625,-0.44087500000001],[-0.615,-0.85749999999999],[-0.509875,-0.50125000000003],[-0.32,-0.197],[-0.1755,-0.223625],[-1.0125,-0.73749999999998],[-0.94675,-0.48225000000002],[-0.439,-0.244],[-0.42625,-0.36362499999998],[-3.623,-1.92449999999999],[-4.205125,-0.96000000000001]],"v":[[-55.993,-215.414],[-60.305390625,-214.526390625],[-63.687125,-213.332125],[-66.416546875,-211.901046875],[-68.772,-210.303],[-71.347390625,-208.214859375],[-73.665625,-205.983375],[-75.773296875,-203.675203125],[-77.717,-201.357],[-81.29659375,-196.381578125],[-84.4335,-190.868875],[-87.08740625,-185.009484375],[-89.218,-178.994],[-91.98971875,-167.061453125],[-93.46675,-154.445375],[-93.93765625,-141.643859375],[-93.691,-129.155],[-93.4747777777778,-123.921592592593],[-94.2998888888889,-121.081074074074],[-97.525,-119.571],[-102.38375,-118.306875],[-106.47,-117.015],[-117.030625,-112.2335],[-125,-107.431],[-132.75525,-101.1],[-139.057,-94.013],[-142.391,-88.389625],[-144.168,-81.873],[-143.668625,-75.804875],[-142.252,-68.455],[-139.939375,-61.963875],[-138.418,-56.315],[-140.489375,-55.820375],[-143.529,-55.037],[-151.3585,-50.590625],[-156.947,-45.452],[-159.218375,-41.18875],[-160.781,-36.507],[-161.246,-23.715625],[-158.225,-12.227],[-154.601125,-1.5895],[-150.558,7.581],[-148.979625,10.84975],[-147.363,13.97],[-143.783375,19.13975],[-140.335,23.555],[-140.029375,24.509],[-139.696,25.472],[-136.7095,28.28325],[-133.306,31.222],[-129.165,35.13025],[-125,38.251],[-122.037125,40.27625],[-119.249,42.084],[-102.245375,47.497875],[-83.468,47.835],[-80.220875,47.00925],[-77.717,46.557],[-76.198625,48.010125],[-74.522,50.391],[-69.36025,56.810875],[-64.299,61.892],[-63.32775,62.231],[-62.382,62.531],[-60.421125,64.004375],[-58.548,65.087],[-58.244375,65.70725],[-57.91,66.365],[-54.716875,67.6095],[-50.881,68.92],[-47.401875,70.631875],[-43.853,72.115],[-17.214875,74.73775],[10.459,71.476],[29.800375,66.17175],[44.323,58.058],[46.7875,56.363375],[48.796,54.863],[49.141375,53.947375],[49.435,52.947],[50.375125,52.3035],[51.352,51.669],[52.160875,50.32425],[52.63,49.113],[53.244875,48.805125],[53.907,48.474],[55.731,44.376375],[57.741,40.806],[60.413625,40.384125],[63.492,40.167],[69.7315,39.017375],[74.354,37.612],[80.683125,35.49475],[85.855,33.139],[96.194375,26.0775],[104.385,17.804],[106.74975,14.482],[108.858,11.415],[114.9715,-0.440125],[119.081,-13.505],[118.3475,-35.62775],[111.413,-52.481],[109.73575,-55.177625],[108.219,-57.593],[105.415875,-61.552125],[102.468,-65.26],[100.8915,-67.48075],[98.634,-70.372],[95.001,-73.79975],[96.078,-77.4],[97.19775,-78.846],[97.995,-79.956],[100.515,-85.046875],[101.829,-90.179],[103.64475,-96.67875],[105.024,-103.597],[104.24475,-118.331625],[100.551,-129.794],[98.015625,-134.138375],[95.439,-137.462],[95.121875,-138.39875],[94.801,-139.379],[93.87025,-140.03],[92.884,-140.657],[90.365125,-143.642625],[87.772,-146.407],[81.38175,-150.980875],[74.354,-154.714],[66.890125,-158.29625],[59.019,-161.103],[35.333375,-164.401875],[10.459,-163.02],[5.747875,-161.79975],[2.152,-161.103],[1.408,-163.393875],[0.235,-166.854],[-1.073,-169.857625],[-2.321,-172.604],[-7.144875,-182.47125],[-11.905,-190.495],[-12.57475,-192.157],[-13.183,-193.69],[-15.07475,-195.939875],[-17.016,-198.162],[-17.656125,-199.447125],[-18.294,-200.718],[-19.947375,-202.70925],[-21.489,-203.913],[-22.176,-204.559875],[-22.767,-205.191],[-25.68825,-206.94525],[-28.518,-208.386],[-29.8165,-209.363625],[-31.073,-210.303],[-42.892875,-214.792]],"c":true}],"h":1},{"t":1.2,"s":[{"i":[[-0.111,0.009],[6.16637499999999,-1.13000000000005],[5.4265,-1.94],[3.61312500000003,-1.76249999999999],[2.94749999999999,-1.66300000000001],[1.50150000000002,-1.24812500000002],[1.08699999999999,-0.93150000000003],[0.72424999999998,-0.25799999999998],[0.48099999999999,-0.435],[1.24074999999999,-1.45962499999996],[0.79399999999998,-1.03700000000003],[0.46562500000002,-0.79275000000001],[0.376,-0.834],[0.45112499999999,-0.16562500000003],[0.124,-0.17899999999997],[3.15462500000001,-6.90887499999997],[2.18049999999999,-7.30250000000001],[0.99250000000001,-15.924],[-0.63650000000001,-15.677],[0.70499999999998,-0.96187500000002],[3.35149999999999,-1.9315],[1.229375,-0.676875],[0.75299999999999,-0.5265],[5.22524999999999,-8.356875],[1.78649999999999,-11.762],[0.10312499999998,-2.45162499999999],[0.33349999999996,-0.5205],[1.20712500000002,-0.353875],[1.10199999999998,-0.4755],[3.2475,-1.67075],[1.11450000000002,-1.0675],[0.80587500000001,-0.602625],[0.82349999999997,-0.6765],[2.835375,-2.995875],[2.36099999999999,-3.30850000000001],[0.62950000000001,-1.18725],[0.72000000000003,-1.183],[0.90662500000002,-1.127],[0.62549999999999,-1.263],[0.92487500000004,-2.875],[1.03449999999998,-2.944],[1.546875,-6.1525],[0.82299999999998,-6.729],[0.08912500000002,-3.700375],[0.22149999999999,-3.749],[0.26524999999998,-3.782625],[-0.29050000000001,-3.9915],[-8.37237499999998,-13.454625],[-11.18,-7.9015],[-1.46187499999996,-0.898875],[-0.91449999999998,-0.52949999999998],[-0.78812500000004,-0.48250000000002],[-0.75450000000001,-0.43700000000001],[-14.10475,-3.49850000000001],[-16.05,-1.32999999999998],[-3.16287499999999,-0.09074999999999],[-0.62049999999999,-0.411],[-0.805375,-2.60062500000001],[-0.58499999999998,-1.46949999999998],[-3.3545,-6.63787500000001],[-3.41500000000002,-5.49349999999998],[-1.34062499999999,-2.00725],[-1.36099999999999,-1.91750000000002],[-3.81087500000001,-4.24775],[-4.00049999999999,-3.71699999999998],[-1.32474999999999,-1.41725],[-1.384,-1.10749999999996],[-0.558375,-0.099875],[-0.36750000000001,-0.28100000000001],[-0.62325,-0.73575],[-0.669,-0.416],[-0.51375,-0.09762499999999],[-0.488,-0.32550000000003],[-0.584125,-0.73712500000005],[-0.7885,-0.46799999999996],[-0.978375,-0.20637499999998],[-1.0925,-0.584],[-8.058125,-2.87587500000001],[-9.735,-0.73849999999999],[-8.846,0.78312500000004],[-7.295,1.65049999999997],[-15.77225,13.24275],[-9.28749999999999,18.6845],[-0.872,1.448375],[-0.65950000000001,1.49200000000002],[-0.60975000000001,2.24725000000001],[-0.985,2.708],[-0.85124999999999,2.40025],[-1.0095,0.7885],[-1.44874999999999,0.17825000000002],[-1.229,0.30549999999999],[-3.34500000000001,1.244125],[-2.69799999999998,1.04949999999999],[-7.32612500000002,3.80949999999999],[-7.267,5.09399999999999],[-1.49850000000001,1.10037499999999],[-0.74799999999999,0.71699999999998],[-0.65924999999999,0.44512500000002],[-0.60750000000002,0.49549999999999],[-0.82525000000001,0.63362499999999],[-0.666,0.62299999999999],[-3.283625,3.281125],[-3.46699999999998,3.6965],[-2.53749999999999,3.07675],[-1.3775,3.0565],[-0.450875,0.162375],[-0.12299999999999,0.187],[-0.11362499999998,0.537375],[-0.244,0.3925],[-0.84575000000001,1.293375],[-0.75999999999999,1.44800000000001],[-1.668375,4.31075],[-1.2055,4.7165],[1.56437499999998,13.94925],[4.11799999999999,8.995],[0.50650000000002,1.0135],[0.52850000000001,0.973],[0.453,0.995375],[0.59399999999999,0.92449999999999],[0.80937500000002,0.7925],[-0.012,0.625],[-0.89262500000001,1.098],[-0.43200000000002,0.724],[-1.36150000000001,3.339125],[-0.739,2.601],[2.88549999999998,15.062875],[4.63400000000001,11.0505],[0.71887500000003,1.10637500000001],[0.58699999999999,1.29250000000002],[0.09175000000002,0.88762500000001],[0.33449999999999,0.79250000000002],[0.70287500000001,1.15287499999999],[0.5795,0.94499999999999],[1.825625,3.01250000000002],[1.74000000000001,2.75749999999999],[1.172,2.6],[0.248,0.358],[2.532,3.433],[3.432,4.005],[0.966,1.089],[1.913,1.954],[33.316,12.578],[4.937,0.454],[3.935,-0.281],[8.178,-2.208],[2.854,0.393],[4.446,3.636],[1.321,1.005],[1.251,0.931],[2.047,1.371],[1.08,0.692],[4.195,2.328],[2.929,1.534],[18.484,4.822],[17.465,-1.283]],"o":[[-6.908,0.53999999999996],[-6.16637499999999,1.13],[-3.59999999999999,1.28700000000003],[-3.613125,1.76249999999999],[-1.90699999999998,1.07600000000002],[-1.50149999999999,1.24812499999996],[-0.62200000000001,0.53300000000002],[-0.72425000000001,0.25800000000004],[-1.24299999999999,1.12450000000001],[-1.24075000000002,1.45962500000002],[-0.76150000000001,0.995],[-0.46562499999999,0.79275000000001],[-0.07150000000001,0.1585],[-0.45112499999999,0.16562499999998],[-4.20099999999999,6.06200000000001],[-3.15462500000001,6.90887500000002],[-4.66649999999998,15.627],[-0.99250000000001,15.924],[0.17149999999998,4.221],[-0.70499999999998,0.96187499999999],[-1.3295,0.76600000000002],[-1.229375,0.676875],[-8.3125,5.81049999999999],[-5.22525000000002,8.356875],[-0.25400000000002,1.673],[-0.10312499999998,2.45162500000001],[-0.06950000000001,0.10900000000001],[-1.20712499999996,0.353875],[-2.89549999999997,1.2495],[-3.2475,1.67075000000001],[-0.95299999999997,0.913],[-0.80587500000001,0.602625],[-3.29750000000001,2.708],[-2.835375,2.995875],[-0.762,1.068],[-0.62949999999995,1.18725],[-0.74799999999999,1.229],[-0.90662500000002,1.127],[-1.26599999999996,2.556],[-0.92487499999999,2.875],[-1.98950000000002,5.661],[-1.546875,6.1525],[-0.42200000000003,3.4495],[-0.08912499999997,3.700375],[-0.22950000000003,3.878],[-0.26525000000004,3.782625],[1.33050000000003,18.28],[8.37237499999998,13.454625],[1.238,0.875],[1.46187500000002,0.898875],[1.09299999999996,0.63299999999998],[0.78812499999998,0.48250000000002],[11.531,6.67599999999999],[14.10475,3.49850000000001],[2.72800000000001,0.226],[3.16287499999999,0.09075000000001],[0.1935,0.12799999999999],[0.805375,2.60062500000001],[3.167,7.95499999999998],[3.3545,6.63787500000001],[1.2765,2.05349999999999],[1.34062500000002,2.00725],[3.756,5.292],[3.81087500000001,4.24775000000002],[1.31700000000001,1.2235],[1.32474999999999,1.41725000000002],[0.399,0.31950000000001],[0.558375,0.099875],[0.83799999999999,0.64099999999996],[0.62325,0.73575],[0.45699999999999,0.28399999999999],[0.51375,0.09762499999999],[0.875,0.58349999999996],[0.584125,0.73712499999999],[0.994,0.59050000000002],[0.978375,0.20637499999998],[7.0325,3.75800000000004],[8.058125,2.87587499999995],[10.321,0.78300000000002],[8.846,-0.78312499999998],[23.6235,-5.34450000000004],[15.77225,-13.24275],[0.85249999999999,-1.71449999999999],[0.872,-1.448375],[0.57599999999999,-1.303],[0.60974999999999,-2.24724999999998],[0.5855,-1.6105],[0.85125000000001,-2.40025],[-0.024,0.01850000000002],[1.44875,-0.17824999999999],[3.922,-0.97399999999999],[3.345,-1.244125],[9.42849999999999,-3.66800000000001],[7.32612499999999,-3.80950000000001],[1.25799999999998,-0.88150000000002],[1.49850000000001,-1.10037499999999],[0.75549999999998,-0.72399999999999],[0.65924999999999,-0.44512499999999],[1.03300000000002,-0.8425],[0.82524999999998,-0.63362499999999],[3.39850000000001,-3.179],[3.283625,-3.281125],[2.4725,-2.6365],[2.53749999999999,-3.07675],[0.0735,-0.1635],[0.450875,-0.16237500000001],[0.3015,-0.458],[0.11362499999998,-0.537375],[0.857,-1.3785],[0.84575000000001,-1.293375],[2.12099999999998,-4.04050000000001],[1.66837500000003,-4.31074999999999],[3.37549999999999,-13.208],[-1.56437499999998,-13.94925],[-0.44549999999998,-0.973],[-0.50650000000002,-1.0135],[-0.59399999999999,-1.094],[-0.453,-0.995375],[-0.77449999999999,-1.205],[-0.80937499999999,-0.7925],[-0.0025,0.116],[0.89262499999998,-1.098],[1.815,-3.0425],[1.36150000000001,-3.339125],[4.17599999999999,-14.698],[-2.88550000000001,-15.062875],[-0.53749999999999,-1.28199999999998],[-0.718875,-1.10637500000001],[-0.29849999999999,-0.65699999999998],[-0.09174999999999,-0.88762500000001],[-0.60899999999998,-1.4435],[-0.70287500000001,-1.15287499999999],[-1.95749999999998,-3.1925],[-1.825625,-3.01249999999999],[-2.053,-3.254],[-0.143,-0.317],[-2.845,-4.105],[-3.825,-5.186],[-0.948,-1.106],[-1.786,-2.014],[-22.773,-23.265],[-6.204,-2.342],[-3.186,-0.293],[-10.078,0.719],[-3.811,1.029],[-4.223,-0.581],[-1.171,-0.958],[-1.473,-1.121],[-2.791,-2.078],[-0.947,-0.634],[-4.109,-2.634],[-2.877,-1.597],[-14.781,-7.741],[-13.438,-3.505],[-0.618,0.045]],"v":[[-115.5,-347.5],[-135.111125,-345.05],[-152.5,-340.5],[-163.489375,-335.782],[-173.5,-330.5],[-178.615,-326.891625],[-182.5,-323.5],[-184.60575,-322.4265],[-186.5,-321.5],[-190.33675,-317.434375],[-193.5,-313.5],[-195.289125,-310.87925],[-196.5,-308.5],[-197.460625,-308.015375],[-198.5,-307.5],[-209.515375,-287.930375],[-217.5,-266.5],[-225.47725,-219.0375],[-225.5,-171.5],[-225.85775,-164.782875],[-231.5,-161.5],[-235.432375,-159.320375],[-238.5,-157.5],[-258.8945,-136.463625],[-269.5,-106.5],[-269.940375,-99.635625],[-270.5,-94.5],[-272.725625,-93.774875],[-276.5,-92.5],[-286.33575,-87.8635],[-293.5,-83.5],[-296.097125,-81.322625],[-298.5,-79.5],[-307.702375,-70.950375],[-315.5,-61.5],[-317.5315,-58.08625],[-319.5,-54.5],[-322.091875,-51.0255],[-324.5,-47.5],[-327.673625,-39.291],[-330.5,-30.5],[-335.874875,-12.801],[-339.5,6.5],[-340.150375,17.275375],[-340.5,28.5],[-341.39,39.914875],[-341.5,51.5],[-325.887125,99.283875],[-295.5,131.5],[-291.257375,134.259125],[-287.5,136.5],[-284.746125,138.147],[-282.5,139.5],[-243.88925,154.5095],[-198.5,161.5],[-188.919375,161.86125],[-182.5,162.5],[-180.793625,167.493875],[-178.5,174.5],[-168.686,196.346125],[-158.5,214.5],[-154.563375,220.602],[-150.5,226.5],[-139.183375,240.68125],[-127.5,252.5],[-123.55025,256.587],[-119.5,260.5],[-117.976375,261.028875],[-116.5,261.5],[-114.37325,263.66875],[-112.5,265.5],[-111.02325,265.968875],[-109.5,266.5],[-107.435125,268.586625],[-105.5,270.5],[-102.573875,271.504875],[-99.5,272.5],[-77.026875,282.764625],[-50.5,288.5],[-21.7305,288.325125],[2.5,284.5],[61.252,256.005],[98.5,207.5],[101.14475,202.833125],[103.5,198.5],[105.19325,193.05375],[107.5,185.5],[109.682,178.8835],[112.5,173.5],[115.06025,173.243],[119.5,172.5],[130.418,169.056625],[139.5,165.5],[164.121125,154.5695],[185.5,141.5],[189.8825,138.376625],[193.5,135.5],[195.611,133.828625],[197.5,132.5],[200.27525,130.335375],[202.5,128.5],[212.448625,118.888125],[222.5,108.5],[230.32125,99.815],[236.5,90.5],[237.462875,90.017625],[238.5,89.5],[239.043125,87.950875],[239.5,86.5],[242.07275,82.552125],[244.5,78.5],[250.186625,66.007],[254.5,52.5],[256.620125,10.34025],[247.5,-25.5],[246.06225,-28.5],[244.5,-31.5],[243,-34.627125],[241.5,-37.5],[238.910125,-40.435],[237.5,-42.5],[239.174125,-44.37],[241.5,-47.5],[246.307,-57.331125],[249.5,-66.5],[250.1075,-112.235625],[237.5,-152.5],[235.537125,-155.992125],[233.5,-159.5],[233.027,-161.898375],[232.5,-164.5],[230.477875,-168.373875],[228.5,-171.5],[222.836875,-180.82625],[217.5,-189.5],[212.5,-198.5],[210.5,-199.5],[203.5,-210.5],[190.5,-225.5],[188.5,-229.5],[182.5,-235.5],[100.5,-291.5],[82.5,-297.5],[70.5,-296.5],[45.5,-292.5],[33.5,-288.5],[19.5,-300.5],[15.5,-302.5],[11.5,-305.5],[4.5,-311.5],[0.5,-313.5],[-12.5,-320.5],[-20.5,-325.5],[-67.5,-343.5],[-114.5,-348.5]],"c":true}],"h":1},{"t":2.4,"s":[{"i":[[5.551,-0.891],[1.46962500000001,-0.35062500000004],[1.57999999999998,-0.35000000000002],[2.84987500000003,-0.70650000000001],[2.0615,-0.61149999999998],[2.41050000000001,-1.03575000000001],[2.49000000000001,-1.00599999999997],[2.02012499999998,-0.81637499999999],[1.91849999999999,-0.92599999999999],[5.94137500000002,-3.960375],[4.75299999999999,-4.02999999999997],[1.30275,-1.31100000000004],[1.124,-1.34450000000004],[0.66225,-0.59537499999999],[0.68049999999999,-0.81600000000003],[3.60600000000002,-6.06274999999999],[2.22649999999999,-6.53200000000004],[1.14875000000001,-7.69],[-0.72699999999998,-8.98500000000001],[-1.89299999999997,-8.09350000000001],[-1.91050000000001,-6.23249999999996],[-1.13874999999996,-2.42724999999999],[0.3905,-1.566],[1.56675000000001,-0.97637499999999],[1.48050000000001,-1.08150000000001],[4.22787499999998,-3.95612500000001],[2.22249999999997,-3.35050000000001],[0.82537500000001,-1.11500000000001],[0.82650000000001,-1.22499999999999],[2.18587500000001,-4.97887499999999],[1.988,-6.239],[0.74037499999997,-1.79925],[0.45050000000003,-1.958],[0.39175,-4.39337499999999],[0.39449999999999,-4.91500000000002],[0.46787499999999,-3.32362499999999],[1.79700000000003,-1.578],[0.41200000000003,0.0825],[0.16999999999996,-0.17],[-0.07987500000002,-0.43000000000001],[0.16750000000002,-0.128],[0.53637500000002,-0.07075],[0.39599999999996,-0.3665],[1.19987499999996,-1.45937500000001],[0.7715,-0.84],[3.52412500000003,-4.16674999999999],[3.08349999999996,-4.172],[3.87925000000001,-6.69374999999999],[2.25999999999999,-6.5115],[1.41424999999998,-7.362],[0.94550000000004,-7.645],[0.43412499999999,-0.99175],[0.14049999999997,-1.037],[0.12162499999999,-2.371375],[0.22199999999998,-2.364],[0.42737499999998,-4.889375],[-0.142,-4.8415],[-1.67212499999999,-6.28637500000001],[-2.08100000000002,-5.9845],[-16.988125,-18.62075],[-26.8425,-1.923],[-3.66912500000001,0.24224999999998],[-4.28550000000001,0.24850000000001],[-5.10037499999999,0.243875],[-0.08249999999998,-0.0635],[-0.125,-1.958],[-0.4785,-2.1515],[-0.59312499999999,-1.58324999999999],[-0.1815,-0.66149999999999],[-3.31299999999999,-8.00175000000002],[-4.0575,-7.18299999999999],[-8.9555,-10.4695],[-10.184,-7.74000000000001],[-0.97725,-0.8725],[-1.059,-0.72550000000001],[-1.77799999999999,-0.88362499999999],[-0.63200000000001,-0.60550000000001],[-3.70287500000001,-1.71637499999997],[-3.4135,-1.47550000000001],[-2.067875,-0.89150000000001],[-1.7465,-0.57749999999999],[-2.30325000000001,-0.62962500000003],[-2.515,-0.73000000000002],[-1.31075,-0.5745],[-1.4195,-0.31399999999996],[-1.69,-0.335375],[-1.6185,-0.30000000000001],[-23.332875,1.79750000000001],[-17.1755,5.98050000000001],[-3.9785,1.88349999999997],[-3.866,1.99649999999997],[-3.142625,1.96137499999998],[-2.2825,1.529],[-2.0175,1.44175000000001],[-1.8215,0.82100000000003],[-0.179875,0.45412500000003],[-0.14500000000001,0.1225],[-1.22425,0.79762499999998],[-1.0055,0.88099999999997],[-2.30025000000001,2.54762499999998],[-2.1885,2.52199999999999],[-5.52725000000001,8.23750000000001],[-4.053,8.322],[-0.43187499999999,1.555125],[-0.5805,1.35849999999999],[-1.2475,2.679125],[-1.17149999999998,3.322],[-0.52375000000001,1.539625],[-0.483,1.64449999999999],[-0.250125,1.8965],[-0.476,0.63049999999998],[-1.38475,0.516625],[-1.29750000000001,0.71699999999998],[-6.0025,4.25687500000001],[-5.261,4.255],[-4.093875,4.06937500000001],[-2.74250000000001,3.58249999999998],[-1.99199999999999,2.432875],[-2.01549999999997,2.63400000000001],[-1.55062499999997,2.350875],[-1.03250000000003,2.28999999999999],[-0.450875,0.16325000000001],[-0.12350000000004,0.185],[0.06712500000003,0.378625],[-0.11500000000001,0.2555],[-0.450625,0.15587499999999],[-0.11950000000002,0.20349999999999],[-0.44999999999999,1.22525],[-0.601,1.0795],[-3.78087500000004,13.5595],[-0.56799999999998,16.43],[3.187,12.786],[4.571,8.669],[3.103,4.978],[-3.538,6.24],[-2.363,4.785],[-1.832,5.231],[1.223,25.669],[1.203,10.37],[2.396,9.592],[10.292,17.104],[13.479,11.067],[16.682,6.33],[33.486,0.802],[11.41,-1.113],[10.12,-4.157],[3.717,5.729],[3.123,3.708],[1.385,1.43],[3.688,3.225],[5.129,3.746],[0.492,0.222],[0.346,0.249],[27.512,2.119],[8.592,0.206]],"o":[[-1.54149999999998,0.2475],[-1.46962500000001,0.35062499999998],[-2.53899999999999,0.5625],[-2.849875,0.70650000000001],[-2.86799999999999,0.851],[-2.41049999999998,1.03575000000001],[-2.001,0.80849999999998],[-2.02012500000001,0.81637499999999],[-6.48149999999998,3.12850000000003],[-5.94137499999999,3.960375],[-1.66500000000002,1.41149999999999],[-1.30275,1.31099999999998],[-0.6705,0.80250000000001],[-0.66225,0.59537499999999],[-4.34950000000001,5.21699999999998],[-3.60599999999999,6.06274999999999],[-2.13200000000001,6.255],[-1.14875000000001,7.69],[0.51750000000004,6.39350000000002],[1.89300000000003,8.09350000000001],[0.83550000000002,2.72500000000002],[1.13875000000002,2.42724999999999],[-0.2525,1.01300000000001],[-1.56675000000001,0.97637500000002],[-3.86599999999999,2.82499999999999],[-4.22787500000004,3.95612500000001],[-0.87200000000001,1.315],[-0.82537500000001,1.11500000000001],[-3.26850000000002,4.84550000000002],[-2.18587500000001,4.97887499999999],[-0.58799999999997,1.845],[-0.74037499999997,1.79925],[-1.0385,4.51150000000001],[-0.39175,4.39337499999999],[-0.33150000000001,4.1275],[-0.46787499999999,3.32362499999999],[-0.18200000000002,0.16],[-0.41200000000003,-0.0825],[-0.15199999999999,0.152],[0.07987500000002,0.43000000000001],[-0.45849999999996,0.3505],[-0.53637500000002,0.07075],[-1.42899999999997,1.32249999999999],[-1.19987500000002,1.45937499999999],[-3.81999999999999,4.161],[-3.52412500000003,4.16675000000001],[-4.22300000000001,5.7135],[-3.87924999999996,6.69375],[-2.39750000000004,6.907],[-1.41424999999998,7.362],[-0.12299999999999,0.996],[-0.43412500000005,0.99175],[-0.29150000000004,2.1505],[-0.12162499999999,2.371375],[-0.4325,4.601],[-0.42737499999998,4.889375],[0.23050000000001,7.87],[1.67212499999999,6.28637499999999],[8.20500000000004,23.594],[16.988125,18.62075],[3.03800000000001,0.2175],[3.66912499999995,-0.24224999999998],[1.51600000000002,-0.08799999999999],[5.10037499999999,-0.243875],[0.0215,0.01650000000001],[0.125,1.958],[0.446,2.00549999999998],[0.59312499999999,1.58325000000002],[2.69049999999999,9.81],[3.31300000000002,8.00174999999999],[6.994,12.382],[8.9555,10.4695],[1.03199999999998,0.78449999999998],[0.97725,0.8725],[1.256,0.86000000000001],[1.77799999999999,0.88362499999999],[2.77500000000001,2.65899999999999],[3.70287499999999,1.71637500000003],[1.982,0.85649999999998],[2.067875,0.89150000000001],[2.27199999999999,0.75149999999996],[2.30325000000001,0.62962500000003],[1.33750000000001,0.38800000000003],[1.31075,0.5745],[1.6215,0.35849999999999],[1.69,0.335375],[22.493,4.1705],[23.332875,-1.79750000000001],[4.22,-1.46950000000004],[3.9785,-1.88349999999997],[3.14699999999999,-1.62549999999999],[3.14262500000001,-1.96137500000003],[2.10849999999999,-1.41200000000003],[2.01750000000001,-1.44174999999996],[0.13550000000001,-0.06100000000004],[0.179875,-0.45412499999998],[1.0975,-0.92849999999999],[1.22425,-0.79762500000004],[2.6105,-2.28750000000002],[2.30024999999998,-2.54762500000004],[5.83799999999999,-6.72800000000001],[5.52724999999998,-8.23749999999998],[0.69200000000001,-1.42099999999999],[0.43187499999999,-1.555125],[0.83850000000001,-1.9615],[1.2475,-2.679125],[0.422,-1.197],[0.52375000000001,-1.539625],[0.52350000000001,-1.7835],[0.250125,-1.8965],[0.1635,-0.2165],[1.38475,-0.516625],[6.72899999999998,-3.7175],[6.0025,-4.25687499999998],[3.88200000000001,-3.13999999999999],[4.093875,-4.06937500000001],[2.01650000000001,-2.6345],[1.99200000000002,-2.432875],[1.76499999999999,-2.3065],[1.55062500000003,-2.350875],[0.07299999999998,-0.16200000000001],[0.450875,-0.16324999999999],[0.15350000000001,-0.22999999999999],[-0.06712499999998,-0.378625],[0.07799999999997,-0.173],[0.450625,-0.15587500000001],[0.59899999999999,-1.01949999999999],[0.44999999999999,-1.22525],[6.30849999999998,-11.332],[3.78087499999998,-13.5595],[0.438,-12.669],[-2.047,-8.213],[-2.345,-4.448],[-4.076,-6.538],[3.544,-6.251],[3.642,-7.376],[6.595,-18.833],[-0.592,-12.44],[-1.184,-10.206],[-4.427,-17.724],[-7.766,-12.906],[-12.561,-10.313],[-25.214,-9.567],[-11.745,-0.281],[-12.391,1.209],[-7.708,3.166],[-3.631,-5.596],[-1.86,-2.209],[-2.977,-3.074],[-5.371,-4.698],[-0.429,-0.313],[-0.309,-0.139],[-18.377,-13.208],[-7.033,-0.542],[-9.116,-0.218]],"v":[[-143.5,-439.5],[-147.971125,-438.576875],[-152.5,-437.5],[-160.858125,-435.53675],[-168.5,-433.5],[-176.2835,-430.61625],[-183.5,-427.5],[-189.561875,-425.088125],[-195.5,-422.5],[-214.296375,-411.676125],[-230.5,-399.5],[-234.90575,-395.44975],[-238.5,-391.5],[-240.4925,-389.510125],[-242.5,-387.5],[-254.59225,-370.48625],[-263.5,-351.5],[-268.64425,-330.5475],[-269.5,-305.5],[-265.54475,-282.87925],[-259.5,-260.5],[-256.0805,-252.63075],[-254.5,-246.5],[-257.579,-243.551375],[-262.5,-240.5],[-275.232625,-229.894125],[-285.5,-218.5],[-288.034125,-214.9325],[-290.5,-211.5],[-298.460375,-197.045125],[-304.5,-180.5],[-306.603125,-175.08475],[-308.5,-169.5],[-310.483,-156.302625],[-311.5,-142.5],[-312.400875,-131.087875],[-315.5,-123.5],[-316.509,-123.5075],[-317.5,-123.5],[-317.488375,-122.482],[-317.5,-121.5],[-319.046875,-121.012],[-320.5,-120.5],[-324.493125,-116.138125],[-327.5,-112.5],[-338.552375,-100.00825],[-348.5,-87.5],[-360.97225,-68.5985],[-370.5,-48.5],[-376.089,-27.0535],[-379.5,-4.5],[-380.486875,-1.53075],[-381.5,1.5],[-382.052125,8.339875],[-382.5,15.5],[-383.930875,29.819625],[-384.5,44.5],[-381.387875,65.414125],[-375.5,83.5],[-337.978125,149.75325],[-272.5,183.5],[-262.435625,183.3495],[-250.5,182.5],[-238.424875,181.886375],[-228.5,181.5],[-228.34275,184.89875],[-227.5,191.5],[-225.801625,197.008],[-224.5,200.5],[-215.52525,226.97025],[-204.5,249.5],[-180.3925,283.9815],[-151.5,311.5],[-148.52025,314.04425],[-145.5,316.5],[-140.532,319.190875],[-136.5,321.5],[-126.478875,327.887625],[-115.5,332.5],[-109.323375,335.20925],[-103.5,337.5],[-96.68225,339.516125],[-89.5,341.5],[-85.5615,343.0555],[-81.5,344.5],[-76.49775,345.543875],[-71.5,346.5],[-1.011875,349.61325],[61.5,337.5],[73.7655,332.39525],[85.5,326.5],[95.148375,320.927625],[103.5,315.5],[109.71525,311.05675],[115.5,307.5],[115.992875,306.546125],[116.5,305.5],[120.069,302.964375],[123.5,300.5],[130.8165,293.175875],[137.5,285.5],[154.83875,262.6955],[169.5,237.5],[171.083625,232.953125],[172.5,228.5],[175.75025,221.520375],[179.5,212.5],[180.95425,208.335625],[182.5,203.5],[183.535625,197.63525],[184.5,193.5],[187.1495,192.375375],[191.5,190.5],[210.601,178.403125],[227.5,165.5],[239.854625,154.331875],[250.5,142.5],[256.50075,134.999625],[262.5,127.5],[267.549375,120.487625],[271.5,113.5],[272.462125,113.01725],[273.5,112.5],[273.528875,111.519125],[273.5,110.5],[274.468875,110.022875],[275.5,109.5],[276.9985,106.045],[278.5,102.5],[293.805375,65.3235],[300.5,20.5],[298.5,-19.5],[285.5,-47.5],[274.5,-67.5],[273.5,-79.5],[283.5,-96.5],[293.5,-121.5],[301.5,-181.5],[300.5,-215.5],[294.5,-244.5],[274.5,-295.5],[241.5,-332.5],[196.5,-358.5],[106.5,-373.5],[71.5,-374.5],[33.5,-362.5],[23.5,-366.5],[14.5,-377.5],[10.5,-383.5],[-0.5,-392.5],[-16.5,-406.5],[-18.5,-406.5],[-19.5,-408.5],[-93.5,-439.5],[-117.5,-439.5]],"c":true}],"h":1},{"t":3.6,"s":[{"i":[[-1.453,0.615],[-2.57187500000003,3.51262500000001],[-2.44349999999997,3.54849999999999],[-2.04050000000001,3.72762499999999],[-1.82749999999999,4.717],[-0.840125,2.24925],[-0.25549999999998,2.01150000000001],[0.35649999999998,6.79412500000001],[0.32799999999997,6.8835],[0.17587500000002,6.64512500000001],[0.95799999999997,5.31399999999999],[0.53837499999997,1.83500000000001],[0.52449999999999,1.87350000000001],[3.26262500000001,8.555375],[3.54349999999999,8.18450000000001],[1.26962500000002,3.27212500000002],[1.44100000000003,2.49250000000001],[0.78050000000002,0.66662499999995],[0.495,0.6705],[0.07225,0.53512499999999],[0.37049999999999,0.39800000000002],[0.40662500000002,0.13925],[0.1705,0.22500000000002],[0.09587499999998,0.54537499999998],[0.32400000000001,0.4325],[0.94187500000004,0.840125],[0.77949999999998,1.03550000000001],[1.45162500000004,2.20324999999997],[1.66499999999996,2.15649999999999],[0.3415,0.26862499999999],[0.31700000000001,0.51499999999999],[1.43800000000005,1.73562499999997],[1.41550000000001,1.7045],[0.86287500000003,0.97162499999996],[0.81849999999997,1.23400000000004],[2.80650000000003,2.87787500000002],[2.27099999999996,2.22300000000001],[11.761625,7.62574999999998],[12.0405,4.79399999999998],[16.639625,2.84724999999997],[16.952,-0.15750000000003],[14.418,-2.32675],[13.012,-4.5505],[1.8815,-0.82800000000003],[0.2595,0.0865],[0.24125,0.73275000000001],[0.041,0.07100000000003],[1.05475,1.45662500000003],[0.45,0.60149999999999],[3.34375,3.26349999999996],[4.9205,3.99099999999999],[0.912125,0.82175000000001],[1.3155,0.8725],[0.3835,0.16849999999999],[0.2685,0.19499999999999],[2.499,1.639],[1.381,0.88],[1.865,1.11],[2.727,1.427],[6.315,2.712],[0.365,0.11],[0.866,0.34],[0.371,0.112],[0.868,0.339],[0.371,0.112],[26.219,1.718],[23.605,-3.887],[18.089,-39.428],[2.029,-19.343],[-5.65,-16.05],[-1.446,-3.54],[-2.68,-4.136],[-2.031,-3.609],[1.755,-2.799],[0.335,-0.164],[6.429,-5.357],[0.274,-0.124],[2.807,-3.2],[0.936,-1.093],[1.32,-1.98],[0.765,-0.798],[0.803,-0.838],[0.803,-0.838],[1.263,-2.445],[-5.902,-28.142],[-3.256,-7.652],[0.099,-1.374],[3.204,-3.779],[2.635,-2.817],[2.987,-4.51],[5.901,-14.612],[1.646,-4.331],[1.239,-4.125],[0.681,-2.369],[0.085,-0.378],[-9.655,-35.063],[-1.444,-4.025],[-4.15,-7.631],[-1.693,-2.925],[-0.584,-0.914],[-0.15,-0.333],[-1.285,-1.663],[-17.209,-7.908],[-23.444,0.692],[-1.765,-1.087],[-0.805,-2.11],[-1.137,-2.692],[-6.495,-11.281],[-0.907,-1.354],[-0.687,-1.136],[-1.681,-2.637],[-0.901,-1.229],[-3.41,-4.65],[-1.556,-2.346],[-3.058,-3.596],[-4.265,-4.265],[-8.271,-6.487],[-6.319,-4.104],[-2.65,-1.582],[-1.298,-0.739],[-1.056,-0.553],[-12.68,-3.729],[-14.429,-0.896],[-19.55,0],[-33.81,17.907],[-2.94,1.758],[-1.589,0.969],[-1.421,0.974],[-2.876,2.105],[-0.864,0.537],[-2.076,1.673],[-14.133,30.689],[-0.793,2.032],[-0.112,0.371],[-0.345,0.86],[-1.482,4.27],[-1.111,4.124],[-0.86,5.36],[-0.461,0.58],[-1.685,0.73],[-4.532,3.035],[-2.817,2.019],[-5.282,6.028],[-0.958,1.15],[-0.898,1.136],[-0.826,1.088],[-7.514,20.588],[-3.678,27.949],[1.932,24.224],[-0.794,0.907],[-3.836,0.634],[-1.633,1.11],[-3.636,5.024],[3.768,0.931],[4.83,0.442]],"o":[[2.26900000000001,-2.401],[2.57187499999998,-3.512625],[3.01049999999998,-4.3725],[2.04050000000001,-3.727625],[0.38400000000001,-0.9915],[0.840125,-2.24924999999999],[0.75400000000002,-5.94],[-0.35650000000004,-6.79412500000001],[-0.33850000000001,-7.10550000000001],[-0.17587499999996,-6.64512499999998],[-0.322,-1.78649999999999],[-0.53837500000003,-1.83499999999998],[-2.40600000000001,-8.59399999999999],[-3.26262499999996,-8.55537499999997],[-1.48050000000001,-3.41899999999998],[-1.26962499999996,-3.27212499999996],[-0.38300000000004,-0.66300000000001],[-0.78049999999996,-0.66662500000001],[-0.34050000000002,-0.4615],[-0.07225,-0.53512499999999],[-0.20299999999997,-0.21799999999996],[-0.40662500000002,-0.13925],[-0.29250000000002,-0.38599999999997],[-0.09587499999998,-0.54537500000004],[-0.45299999999997,-0.60400000000004],[-0.94187499999998,-0.84012499999994],[-1.52850000000001,-2.03049999999996],[-1.45162499999998,-2.20325000000003],[-0.31700000000001,-0.41050000000001],[-0.3415,-0.26862499999999],[-0.83249999999998,-1.35300000000001],[-1.43799999999999,-1.73562499999997],[-0.73000000000002,-0.87950000000001],[-0.86287500000003,-0.97162500000002],[-1.50299999999999,-2.26549999999997],[-2.80650000000003,-2.87787500000002],[-9.91300000000001,-9.70299999999997],[-11.761625,-7.62575000000004],[-14.4895,-5.76850000000002],[-16.639625,-2.84724999999997],[-15.316,0.14250000000004],[-14.418,2.32675],[-2.2145,0.77449999999999],[-1.8815,0.82799999999997],[0.006,0.00200000000001],[-0.24125,-0.73275000000001],[-0.331,-0.572],[-1.05475,-1.45662499999997],[-3.7045,-4.95500000000004],[-3.34375,-3.26349999999996],[-1.036,-0.84050000000002],[-0.912125,-0.82174999999995],[-0.1975,-0.13099999999997],[-0.3835,-0.16849999999999],[-2.562,-1.861],[-1.27,-0.833],[-1.059,-0.675],[-2.561,-1.524],[-5.987,-3.134],[-0.495,-0.212],[-0.893,-0.27],[-0.507,-0.199],[-0.894,-0.27],[-0.507,-0.198],[-20.799,-6.288],[-27.622,-1.81],[-47.243,7.779],[-6.312,13.757],[-1.796,17.125],[1.318,3.745],[2.24,5.483],[1.311,2.024],[1.416,2.516],[0.704,-1.122],[-7.986,3.908],[-0.295,0.246],[-3.382,1.524],[-0.761,0.867],[-1.083,1.263],[-0.696,1.044],[-0.815,0.85],[-0.815,0.85],[-0.894,0.933],[-10.555,20.436],[1.421,6.774],[0.909,2.138],[-0.207,2.891],[-2.537,2.992],[-3.373,3.606],[-7.783,11.752],[-1.63,4.035],[-1.5,3.945],[-0.735,2.447],[-0.152,0.53],[-7.014,31.245],[1.22,4.43],[2.652,7.392],[1.613,2.965],[0.449,0.775],[0.245,0.384],[0.615,1.365],[10.384,13.439],[13.649,6.272],[3.606,-0.106],[0.148,0.091],[1.271,3.333],[5.047,11.944],[0.853,1.482],[0.739,1.104],[1.622,2.681],[0.714,1.12],[2.877,3.923],[1.516,2.067],[2.041,3.076],[3.621,4.258],[6.942,6.942],[5.055,3.965],[2.399,1.558],[1.097,0.655],[1.266,0.72],[10.202,5.34],[12.526,3.684],[19.923,1.238],[50.001,0],[3.159,-1.673],[1.422,-0.85],[1.536,-0.937],[2.859,-1.961],[0.887,-0.649],[1.496,-0.93],[23.718,-19.109],[0.897,-1.949],[0.198,-0.508],[0.269,-0.89],[1.023,-2.549],[1.271,-3.66],[0.514,-1.907],[0.635,-3.959],[-0.099,0.124],[4.516,-1.956],[2.347,-1.572],[5.564,-3.989],[0.87,-0.993],[1.048,-1.258],[0.941,-1.19],[11.279,-14.861],[7.706,-21.114],[2.46,-18.694],[-0.365,-4.578],[0.898,-1.026],[3.356,-0.555],[5.037,-3.425],[0.918,-1.268],[-3.1,-0.766],[0.102,1.209]],"v":[[351.5,-79.5],[358.869125,-88.639375],[366.5,-99.5],[373.88725,-111.241625],[379.5,-123.5],[381.596375,-128.735],[383.5,-135.5],[383.8115,-154.792375],[382.5,-175.5],[381.964625,-196.343625],[380.5,-214.5],[379.151875,-219.93475],[377.5,-225.5],[368.853125,-251.307125],[358.5,-276.5],[354.470375,-286.694875],[350.5,-295.5],[348.584,-297.494375],[346.5,-299.5],[346.0225,-301.047625],[345.5,-302.5],[344.475625,-302.99475],[343.5,-303.5],[343.023625,-304.965125],[342.5,-306.5],[340.244875,-308.676375],[337.5,-311.5],[333.102375,-317.9055],[328.5,-324.5],[327.5,-325.421625],[326.5,-326.5],[322.93725,-331.236375],[318.5,-336.5],[316.066375,-339.234125],[313.5,-342.5],[306.576,-350.531875],[298.5,-358.5],[265.595625,-384.68175],[229.5,-403.5],[182.346875,-416.4445],[131.5,-420.5],[86.772,-416.806],[45.5,-406.5],[39.03375,-403.85425],[35.5,-402.5],[35.03525,-403.94525],[34.5,-405.5],[32.08925,-408.977875],[29.5,-412.5],[19.412,-424.223],[7.5,-434.5],[4.709625,-436.976],[1.5,-439.5],[0.55325,-439.952],[-0.5,-440.5],[-7.5,-446.5],[-12.5,-448.5],[-16.5,-451.5],[-24.5,-456.5],[-43.5,-464.5],[-45.5,-466.5],[-48.5,-466.5],[-50.5,-468.5],[-53.5,-468.5],[-55.5,-470.5],[-129.5,-486.5],[-209.5,-483.5],[-304.5,-414.5],[-318.5,-366.5],[-313.5,-322.5],[-308.5,-311.5],[-302.5,-297.5],[-298.5,-289.5],[-293.5,-279.5],[-303.5,-275.5],[-321.5,-264.5],[-322.5,-262.5],[-334.5,-252.5],[-336.5,-248.5],[-341.5,-243.5],[-342.5,-241.5],[-344.5,-238.5],[-346.5,-235.5],[-350.5,-227.5],[-361.5,-148.5],[-355.5,-129.5],[-351.5,-121.5],[-363.5,-106.5],[-369.5,-99.5],[-381.5,-82.5],[-402.5,-43.5],[-407.5,-31.5],[-412.5,-18.5],[-413.5,-11.5],[-415.5,-8.5],[-419.5,108.5],[-415.5,121.5],[-405.5,144.5],[-400.5,152.5],[-399.5,155.5],[-397.5,156.5],[-395.5,160.5],[-354.5,194.5],[-298.5,205.5],[-283.5,204.5],[-277.5,223.5],[-273.5,232.5],[-257.5,265.5],[-255.5,269.5],[-252.5,272.5],[-248.5,281.5],[-245.5,284.5],[-235.5,298.5],[-231.5,304.5],[-221.5,315.5],[-210.5,328.5],[-187.5,349.5],[-169.5,362.5],[-161.5,366.5],[-158.5,369.5],[-154.5,371.5],[-119.5,385.5],[-78.5,393.5],[-18.5,393.5],[105.5,367.5],[115.5,362.5],[119.5,358.5],[124.5,356.5],[132.5,349.5],[135.5,348.5],[141.5,343.5],[200.5,267.5],[202.5,261.5],[204.5,259.5],[204.5,256.5],[209.5,246.5],[212.5,234.5],[215.5,222.5],[216.5,209.5],[231.5,205.5],[247.5,197.5],[254.5,192.5],[273.5,175.5],[275.5,171.5],[279.5,168.5],[281.5,164.5],[310.5,109.5],[329.5,31.5],[331.5,-37.5],[329.5,-59.5],[341.5,-60.5],[351.5,-62.5],[359.5,-78.5],[360.5,-81.5],[351.5,-79.5]],"c":true}],"h":1},{"t":4.8,"s":[{"i":[[32.209,-4.942],[6.314,-5.198],[-2.681,-14.533],[-1.723,-3.059],[0.362,-1.808],[-0.006,-1.107],[0.938,-2.619],[3.49,-3.401],[5.783,-5.203],[1.731,0.931],[1.162,3.161],[2.512,4.947],[1.233,1.894],[1.89,2.171],[1.176,1.126],[6.064,-0.712],[2.365,-5.247],[0.234,-0.42],[0.851,-2.101],[1.658,-19.179],[-0.209,-8.689],[-1.852,-8.49],[0.158,-2.779],[1.504,-4.417],[1.987,-6.699],[0.685,-2.31],[0.418,-1.585],[3.271,-2.847],[2.195,-4.87],[0.242,-0.397],[0.864,-1.769],[-2.687,-21.943],[2.793,-5.01],[0.92,-1.691],[1.963,-4.023],[2.475,-13.062],[1.37,-3.573],[0.905,-1.379],[0.722,-0.888],[4.872,-5.43],[0.141,-0.213],[1.602,-3.2],[1.252,-3.95],[-6.382,-28.526],[-3.413,-12.823],[-4.498,-11.657],[-8.014,-4.932],[-4.663,-1.356],[-1.737,-1.313],[-0.136,-0.235],[-1.633,-2.821],[-1.123,-1.912],[-6.853,-11.025],[-0.444,-0.628],[-1.434,-1.875],[-2.816,-3.709],[-0.672,-0.962],[-0.655,-0.818],[-1.371,-1.681],[-2.038,-2.302],[-7.697,-6.678],[-1.386,-1.195],[-0.966,-0.675],[-0.834,-0.634],[-3.331,-2.07],[-2.98,-1.319],[-2.167,-2.076],[-0.85,-0.814],[-5.076,-2.76],[-9.57,-3.063],[-0.948,-0.668],[-1.762,-2.656],[-0.65,-0.796],[-1.791,-1.102],[-0.821,-0.634],[-7.978,-4.109],[-19.106,-1.369],[-9.983,0],[-9.786,1.095],[-9.293,3.294],[-8.228,3.746],[-6.931,4.491],[-2.55,1.561],[-1.926,0.868],[-0.37,0.247],[-0.511,0.23],[-0.382,0.245],[-1.913,1.229],[-2.056,1.405],[-2.804,2.105],[-0.778,0.606],[-0.861,0.659],[-0.725,0.496],[-3.566,1.607],[-0.296,0.246],[-6.179,7.912],[5.405,19.104],[-0.532,1.88],[-2.297,1.576],[-2.713,2.038],[-3.889,3.096],[-1.533,1.172],[-0.805,0.668],[-3.133,2.715],[-2.882,2.524],[-6.217,2.419],[-1.779,0.386],[-2.291,1.058],[-4.541,5.752],[-6.656,28.237],[-0.759,4.359],[-1.523,12.33],[14.472,7.314],[1.148,3.567],[-0.931,5.893],[-0.406,4.264],[1.7,31.976],[-0.748,1.962],[-1.789,1.125],[-1.326,2.155],[-0.515,0.766],[-0.374,7.028],[7.837,11.606],[3.436,4.008],[1.004,1.229],[2.019,2.637],[2.728,3.419],[5.236,6.676],[0.718,0.833],[6.811,5.545],[0.462,0.43],[0.899,0.684],[0.438,0.407],[0.914,0.682],[0.43,0.401],[2.022,1.31],[1.534,0.865],[1.848,1.014],[0.399,0.299],[0.575,0.281],[7.055,1.609],[5.547,-0.67],[3.627,-3.735],[4.567,2.089],[2.053,0.94],[5.272,2.397],[12.068,7.386],[2.538,1.755],[1.794,1.432],[0.95,0.698],[8.06,5.29],[1.51,0.88],[2.444,3.116],[8.609,6.669],[24.056,9.112]],"o":[[-8.662,1.329],[-8.771,7.221],[0.572,3.101],[1.462,2.595],[-0.077,0.387],[0.007,1.301],[-2.097,5.857],[-5.358,5.22],[-4.852,4.365],[-0.614,-0.33],[-2.553,-6.946],[-1.711,-3.37],[-1.433,-2.2],[-1.585,-1.821],[-3.499,-3.352],[-7.115,0.835],[-0.159,0.354],[-0.853,1.529],[-6.052,14.944],[-0.982,11.368],[0.249,10.367],[0.868,3.98],[-0.212,3.744],[-2.74,8.048],[-0.741,2.497],[-0.191,0.645],[-1.68,6.367],[-4.555,3.965],[-0.154,0.341],[-0.806,1.323],[-7.928,16.224],[0.724,5.914],[-1.07,1.92],[-2.138,3.931],[-5.618,11.517],[-0.878,4.634],[-0.498,1.301],[-1.021,1.556],[-4.076,5.018],[-0.263,0.293],[-1.787,2.693],[-1.811,3.617],[-9.426,29.745],[2.891,12.923],[3.034,11.397],[4.024,10.43],[3.147,1.937],[3.295,0.958],[0.233,0.176],[1.976,3.414],[1.591,2.748],[8.161,13.897],[0.367,0.591],[1.733,2.454],[3.329,4.354],[0.662,0.872],[0.582,0.833],[2.051,2.563],[2.307,2.829],[6.982,7.885],[1.449,1.257],[0.838,0.723],[0.834,0.583],[4.012,3.053],[2.68,1.666],[4.123,1.825],[0.838,0.803],[4.573,4.381],[8.573,4.661],[2.701,0.865],[2.086,1.47],[0.591,0.891],[2.125,2.604],[1.03,0.634],[7.249,5.597],[16.191,8.338],[9.236,0.662],[10.128,0],[8.657,-0.968],[9.172,-3.251],[8.812,-4.012],[3.105,-2.012],[2.652,-1.623],[0.324,-0.146],[0.46,-0.307],[0.331,-0.149],[1.986,-1.275],[2.758,-1.772],[2.981,-2.038],[0.875,-0.657],[0.84,-0.654],[0.797,-0.61],[3.643,-2.491],[0.274,-0.124],[6.946,-5.788],[10.235,-13.106],[-1.131,-3.997],[-0.043,0.154],[3.4,-2.332],[5.163,-3.878],[2.282,-1.816],[0.792,-0.606],[2.812,-2.334],[2.737,-2.372],[5.753,-5.039],[1.928,-0.75],[2.725,-0.591],[5.627,-2.598],[14.39,-18.228],[1.159,-4.918],[2.087,-11.981],[2.701,-21.864],[-3.049,-1.541],[-0.553,-1.719],[0.917,-5.81],[2.89,-30.37],[-0.345,-6.5],[0.332,-0.871],[3.529,-2.219],[0.59,-0.959],[3.068,-4.562],[0.984,-18.49],[-3.781,-5.599],[-1.081,-1.262],[-2.639,-3.229],[-2.923,-3.818],[-6.17,-7.731],[-0.779,-0.993],[-6.109,-7.088],[-0.471,-0.384],[-0.787,-0.733],[-0.451,-0.344],[-0.793,-0.738],[-0.445,-0.332],[-2.132,-1.985],[-1.503,-0.973],[-1.461,-0.824],[-0.377,-0.207],[-0.656,-0.492],[-7.133,-3.491],[-5.831,-1.33],[-8.196,0.99],[-0.961,0.99],[-3.144,-1.438],[-7.488,-3.43],[-14.807,-6.73],[-3.234,-1.98],[-2.854,-1.974],[-0.975,-0.778],[-8.643,-6.354],[-1.343,-0.881],[-4.246,-2.474],[-6.908,-8.808],[-19.254,-14.914],[-23.999,-9.091]],"v":[[-174.5,-509.5],[-198.5,-500.5],[-210.5,-464.5],[-205.5,-453.5],[-199.5,-445.5],[-200.5,-444.5],[-202.5,-436.5],[-210.5,-424.5],[-226.5,-410.5],[-236.5,-402.5],[-239.5,-410.5],[-245.5,-426.5],[-250.5,-433.5],[-254.5,-440.5],[-261.5,-446.5],[-277.5,-451.5],[-293.5,-437.5],[-295.5,-436.5],[-297.5,-430.5],[-308.5,-381.5],[-310.5,-349.5],[-305.5,-318.5],[-303.5,-307.5],[-308.5,-294.5],[-315.5,-270.5],[-317.5,-263.5],[-318.5,-259.5],[-324.5,-248.5],[-335.5,-235.5],[-337.5,-234.5],[-339.5,-229.5],[-350.5,-171.5],[-353.5,-162.5],[-356.5,-156.5],[-362.5,-144.5],[-376.5,-107.5],[-378.5,-94.5],[-381.5,-91.5],[-383.5,-86.5],[-398.5,-75.5],[-399.5,-73.5],[-403.5,-65.5],[-408.5,-54.5],[-406.5,40.5],[-397.5,79.5],[-386.5,116.5],[-368.5,143.5],[-358.5,148.5],[-349.5,150.5],[-348.5,153.5],[-342.5,164.5],[-337.5,172.5],[-316.5,206.5],[-314.5,208.5],[-309.5,216.5],[-299.5,228.5],[-298.5,231.5],[-295.5,233.5],[-290.5,240.5],[-284.5,247.5],[-262.5,269.5],[-258.5,273.5],[-255.5,274.5],[-253.5,277.5],[-240.5,285.5],[-232.5,290.5],[-217.5,295.5],[-214.5,297.5],[-199.5,306.5],[-170.5,319.5],[-161.5,321.5],[-157.5,329.5],[-154.5,332.5],[-149.5,337.5],[-147.5,339.5],[-124.5,353.5],[-68.5,372.5],[-38.5,372.5],[-7.5,372.5],[20.5,364.5],[46.5,353.5],[73.5,339.5],[82.5,334.5],[89.5,330.5],[90.5,328.5],[92.5,328.5],[93.5,326.5],[99.5,323.5],[107.5,318.5],[115.5,311.5],[118.5,310.5],[120.5,307.5],[123.5,306.5],[132.5,299.5],[133.5,297.5],[154.5,276.5],[164.5,229.5],[159.5,218.5],[164.5,215.5],[173.5,208.5],[187.5,198.5],[193.5,192.5],[196.5,191.5],[204.5,183.5],[213.5,176.5],[230.5,161.5],[237.5,160.5],[244.5,158.5],[262.5,143.5],[293.5,66.5],[297.5,52.5],[303.5,16.5],[291.5,-32.5],[287.5,-35.5],[290.5,-50.5],[292.5,-67.5],[293.5,-157.5],[291.5,-174.5],[295.5,-177.5],[301.5,-182.5],[303.5,-184.5],[309.5,-203.5],[292.5,-255.5],[279.5,-271.5],[277.5,-275.5],[269.5,-284.5],[261.5,-294.5],[243.5,-317.5],[241.5,-321.5],[219.5,-341.5],[218.5,-343.5],[215.5,-344.5],[214.5,-346.5],[211.5,-347.5],[210.5,-349.5],[203.5,-353.5],[199.5,-356.5],[194.5,-358.5],[193.5,-360.5],[190.5,-361.5],[169.5,-369.5],[150.5,-371.5],[133.5,-361.5],[122.5,-365.5],[113.5,-369.5],[95.5,-378.5],[58.5,-395.5],[49.5,-402.5],[43.5,-407.5],[39.5,-409.5],[13.5,-428.5],[9.5,-430.5],[3.5,-436.5],[-19.5,-457.5],[-86.5,-494.5]],"c":true}],"h":1},{"t":6,"s":[{"i":[[0.8775,-0.27499999999998],[0.96620312499999,-0.40198437499998],[0.7255625,-0.51568750000001],[0.52157812500002,-0.73085937500002],[0.35424999999998,-1.04750000000001],[-1.472390625,-3.25703124999995],[-2.67531249999999,-2.43912499999999],[-2.11526562500001,-1.96253124999998],[0.20774999999998,-1.82725000000005],[0.54765624999999,-0.48418749999996],[0.762125,-0.40875000000005],[0.70840625,-0.34518750000007],[0.38650000000001,-0.29349999999999],[0.56512499999999,-0.557484375],[0.48750000000001,-0.5451875],[0.42862500000001,-0.46510937500005],[0.38850000000002,-0.31725],[0.61203125,-0.41817187499998],[0.60862500000002,-0.3959375],[0.56728124999998,-0.40479687499999],[0.488,-0.44475],[0.55921874999999,-0.59156250000001],[0.45887500000001,-0.51024999999998],[0.42021875,-0.41356250000001],[0.44324999999998,-0.30150000000003],[1.532765625,-0.78565624999999],[1.64031249999999,-0.74812500000002],[1.537390625,-0.71340624999999],[1.22399999999999,-0.68150000000003],[0.31448437500001,-0.24557812500001],[0.32068749999999,-0.27356250000003],[0.345859375,-0.266203125],[0.38999999999999,-0.2235],[0.4118125,-0.15550000000002],[0.44874999999999,-0.14949999999999],[0.43756250000001,-0.16925000000003],[0.37824999999998,-0.21474999999998],[1.06092187499999,-0.69984375000001],[1.0064375,-0.70887499999998],[0.94229687500001,-0.65459375],[0.86849999999998,-0.53700000000003],[0.41292187499999,-0.15443750000003],[0.4334375,-0.13274999999999],[0.42879687500002,-0.16193749999996],[0.399,-0.24199999999996],[0.31567187499999,-0.24270312499999],[0.3189375,-0.26306249999999],[0.34379687500001,-0.26382812500003],[0.39024999999998,-0.245],[2.08198437499999,-1.15665624999997],[2.32568749999999,-1.60612500000002],[1.20585937500002,-1.64640624999998],[-1.2775,-1.27750000000003],[-0.88487499999999,-0.04815625000003],[-1.07849999999999,0.39087499999999],[-1.27937499999999,0.61859375000006],[-1.48750000000001,0.63499999999999],[-5.28709375,2.79700000000003],[-4.876375,2.62650000000002],[-5.27609375,2.26625000000001],[-6.48624999999998,1.71625],[-1.33403125000001,0.24459374999998],[-1.361625,0.21187500000002],[-1.34678125000002,0.23634375],[-1.28949999999998,0.31799999999998],[-1.393,0.47445312500003],[-1.31899999999999,0.44506250000001],[-1.14150000000001,0.24807812499995],[-0.8605,-0.11649999999997],[-0.66534375000001,-0.38796875000003],[-0.72737499999999,-0.575875],[-0.82334374999999,-0.64996875000003],[-0.95325,-0.61024999999995],[-3.0154375,-1.59545312500001],[-3.20125,-1.3970625],[-3.2101875,-1.10307812500002],[-3.04225,-0.71349999999995],[-1.60773437500001,-0.38035937500001],[-1.52368749999999,-0.33718749999997],[-1.52910937499999,-0.288234375],[-1.624,-0.23350000000005],[-2.329625,-0.321171875],[-2.451,-0.23293749999999],[-2.520875,-0.04529687499996],[-2.53925,0.24175000000002],[-0.422953125,-0.022890625],[-0.4305625,-0.03331250000002],[-0.417328125,0.00623437500002],[-0.38325,0.09574999999995],[-0.3318125,0.23620312499997],[-0.22575,0.2290625],[-0.2810625,0.12832812500005],[-0.49775,-0.06600000000003],[-0.424296875,-0.27973437499998],[-0.5254375,-0.40868749999998],[-0.588421875,-0.42460937500005],[-0.61325,-0.32749999999999],[-0.61009375,-0.25329687499999],[-0.599875,-0.2254375],[-0.56484375,-0.23442187500001],[-0.505,-0.28025000000002],[-4.17003703703704,-2.72044444444447],[-3.96137037037037,-2.7117777777778],[-3.93433333333333,-2.50533333333334],[-1.74175,-0.94299999999998],[-1.828,-0.82400000000001],[-0.15925,-0.450625],[-0.195,-0.12149999999997],[-1.56325,-0.67712499999999],[-0.6045,-0.57900000000001],[-0.24625,-0.06037500000002],[-0.588,-0.34950000000003],[-1.1245,-0.85837499999997],[-2.5915,-1.43150000000003],[-1.244625,-0.47562499999998],[-1.0195,-0.54399999999998],[-2.518625,-1.37187499999999],[-1.68350000000001,1.68349999999998],[1.476,1.33625000000001],[1.035,0.71600000000001],[0.98312499999999,0.87112500000001],[0.8035,0.64099999999996],[0.71975,0.28825000000001],[0.573,0.40949999999998],[1.280625,0.81099999999998],[1.1425,0.51499999999999],[0.16575,0.45112499999999],[0.179,0.12400000000002],[4.251625,2.94424999999995],[2.5135,1.81100000000004],[2.36975,1.58212500000002],[2.172,0.97900000000004],[0.161,0.45075000000003],[0.1905,0.1225],[0.729125,0.31712499999998],[0.5625,0.39599999999996],[1.33875,0.86349999999999],[1.245,0.56100000000004],[0.1725,0.45224999999999],[0.1625,0.12450000000001],[0.9455,0.80549999999999],[0.8805,0.75450000000001],[2.382875,1.19712500000003],[0.9455,0.90600000000001],[0.24175,0.05937500000005],[0.601,0.3485],[0.708375,0.79250000000002],[1.0895,1.62649999999996],[3.79825,3.35500000000002],[3.8765,3.2045],[9.84099999999999,6.61525000000006],[10.781,5.21949999999993],[6.034375,2.400125],[6.18950000000001,0.65300000000002],[2.31125,-0.25712500000009]],"o":[[-1.24349999999998,0.38975000000005],[-0.96620312500002,0.40198437499998],[-0.7255625,0.51568750000001],[-0.52157812499999,0.73085937499991],[-1.49349999999998,4.41624999999999],[1.472390625,3.25703124999995],[2.67531249999999,2.4391250000001],[2.11526562500001,1.96253124999998],[-0.065,0.57150000000001],[-0.54765624999999,0.48418749999996],[-0.76212500000003,0.40875000000005],[-0.70840625,0.34518749999995],[-0.66149999999999,0.50199999999995],[-0.56512499999999,0.557484375],[-0.48749999999998,0.5451875],[-0.42862499999998,0.465109375],[-0.57749999999999,0.47149999999999],[-0.61203125,0.41817187499998],[-0.60862500000002,0.3959375],[-0.56728125000001,0.40479687499999],[-0.72125,0.65750000000003],[-0.55921875000001,0.59156250000001],[-0.45887500000001,0.51024999999998],[-0.42021875,0.41356250000001],[-1.21475000000001,0.82600000000002],[-1.532765625,0.78565624999999],[-1.64031250000002,0.74812500000002],[-1.537390625,0.71340624999999],[-0.32724999999999,0.18225000000001],[-0.31448437500001,0.24557812500001],[-0.32068750000002,0.27356250000003],[-0.345859375,0.26620312499995],[-0.32675,0.18725000000001],[-0.4118125,0.15550000000002],[-0.44874999999999,0.14949999999999],[-0.43756250000001,0.16924999999998],[-1.10575,0.6275],[-1.06092187499999,0.69984375000001],[-1.0064375,0.70887499999998],[-0.94229687499998,0.65459375],[-0.36725000000001,0.22699999999998],[-0.41292187499999,0.15443750000003],[-0.4334375,0.13275000000004],[-0.42879687499999,0.16193750000002],[-0.334,0.20274999999998],[-0.31567187499999,0.24270312499999],[-0.3189375,0.26306250000005],[-0.34379687500001,0.26382812499997],[-0.47475,0.298],[-2.08198437500002,1.15665625000003],[-2.32568750000002,1.60612500000002],[-1.20585937499999,1.64640624999998],[0.6985,0.69849999999997],[0.88487499999999,0.04815624999998],[1.07849999999999,-0.39087499999999],[1.27937500000002,-0.61859375],[6.50825,-2.77774999999997],[5.28709375,-2.79699999999997],[4.87637500000002,-2.62650000000002],[5.27609375,-2.26625000000001],[1.26400000000001,-0.33449999999999],[1.33403125000001,-0.24459375000004],[1.36162499999998,-0.21187499999996],[1.34678124999999,-0.23634375],[1.36349999999999,-0.33625000000001],[1.393,-0.47445312500003],[1.31900000000002,-0.44506250000001],[1.14149999999998,-0.24807812500001],[0.63724999999999,0.08625000000001],[0.66534375000001,0.38796875000003],[0.72737500000001,0.575875],[0.82334375000001,0.64996874999997],[2.65275,1.69825000000003],[3.0154375,1.59545312500001],[3.20124999999999,1.3970625],[3.2101875,1.10307812499997],[1.78125,0.41775000000001],[1.60773437500001,0.38035937499995],[1.52368750000001,0.33718749999997],[1.529109375,0.288234375],[2.15675,0.31],[2.329625,0.321171875],[2.451,0.23293749999999],[2.520875,0.04529687500002],[0.3945,-0.03750000000002],[0.422953125,0.022890625],[0.4305625,0.03331250000002],[0.417328125,-0.00623437500002],[0.59925,-0.14974999999998],[0.3318125,-0.23620312499997],[0.22575,-0.2290625],[0.2810625,-0.128328125],[0.285,0.03775000000002],[0.424296875,0.27973437499998],[0.5254375,0.40868749999998],[0.588421875,0.42460937499999],[0.5955,0.31799999999998],[0.61009375,0.25329687499999],[0.599875,0.2254375],[0.56484375,0.23442187500001],[4.56033333333333,2.53133333333335],[4.17003703703704,2.72044444444441],[3.96137037037037,2.7117777777778],[2.205,1.404],[1.74175,0.94300000000004],[0.168,0.07600000000002],[0.15925,0.450625],[1.1425,0.71249999999998],[1.56325,0.67712499999999],[0.427,0.40899999999999],[0.24625,0.06037499999996],[1.9105,1.13499999999999],[1.1245,0.85837500000002],[1.002,0.55349999999999],[1.244625,0.47562500000004],[2.24199999999999,1.19600000000003],[2.518625,1.37187499999999],[0.93899999999999,-0.93899999999996],[-1.476,-1.33625000000001],[-1.26400000000001,-0.87450000000001],[-0.983125,-0.87112500000001],[-0.548,-0.4375],[-0.71975,-0.28825000000001],[-1.735,-1.24099999999999],[-1.280625,-0.81100000000004],[-0.158,-0.07150000000001],[-0.16575,-0.45112499999999],[-3.48,-2.41200000000003],[-4.251625,-2.94425000000001],[-2.349,-1.6925],[-2.36975,-1.58212499999996],[-0.1655,-0.0745],[-0.161,-0.45075000000003],[-0.521,-0.33550000000002],[-0.729125,-0.31712499999998],[-1.4,-0.98500000000001],[-1.33875,-0.86349999999999],[-0.1475,-0.06650000000002],[-0.1725,-0.45224999999999],[-1.3375,-1.02350000000001],[-0.9455,-0.80549999999999],[-1.523,-1.30549999999999],[-2.382875,-1.19712500000003],[-0.432,-0.41399999999999],[-0.24175,-0.05937499999999],[-2.077,-1.20349999999996],[-0.708375,-0.79250000000002],[-2.9305,-4.37549999999999],[-3.79825,-3.35500000000002],[-8.855,-7.31950000000006],[-9.84099999999999,-6.61525000000006],[-5.673,-2.74649999999997],[-6.034375,-2.400125],[-2.8775,-0.30349999999999],[-2.31125,0.25712499999997]],"v":[[-155.5,-557.5],[-158.805390625,-556.337765625],[-161.333875,-554.986625],[-163.195421875,-553.142171875],[-164.5,-550.5],[-164.090921875,-539.07540625],[-157.428625,-530.6165],[-149.802015625,-524.09934375],[-146.5,-518.5],[-147.48603125,-516.9194375],[-149.51775,-515.583],[-151.79059375,-514.4550625],[-153.5,-513.5],[-155.33525,-511.893828125],[-156.9095,-510.222875],[-158.279,-508.690484375],[-159.5,-507.5],[-161.29378125,-506.173265625],[-163.13425,-504.959875],[-164.90759375,-503.766546875],[-166.5,-502.5],[-168.40528125,-500.6225625],[-169.917,-498.966],[-171.22021875,-497.5764375],[-172.5,-496.5],[-176.673890625,-494.08321875],[-181.486125,-491.78325],[-186.305296875,-489.59165625],[-190.5,-487.5],[-191.457859375,-486.849421875],[-192.405875,-486.061875],[-193.400953125,-485.243390625],[-194.5,-484.5],[-195.619875,-483.9923125],[-196.92275,-483.54125],[-198.26425,-483.0695625],[-199.5,-482.5],[-202.752421875,-480.49315625],[-205.855875,-478.36425],[-208.781390625,-476.30321875],[-211.5,-474.5],[-212.676546875,-473.9405625],[-213.952375,-473.5225],[-215.252015625,-473.0931875],[-216.5,-472.5],[-217.469109375,-471.826921875],[-218.415625,-471.063375],[-219.404328125,-470.268140625],[-220.5,-469.5],[-224.675984375,-467.21571875],[-231.628375,-462.96925],[-237.266578125,-457.98815625],[-237.5,-453.5],[-235.12675,-452.43284375],[-232.1835,-452.99975],[-228.6485,-454.56678125],[-224.5,-456.5],[-207.00959375,-464.9095625],[-191.967,-473.09225],[-176.94090625,-480.4788125],[-159.5,-486.5],[-155.59234375,-487.35434375],[-151.53825,-488.02475],[-147.46503125,-488.68278125],[-143.5,-489.5],[-139.339375,-490.757953125],[-135.2455,-492.179125],[-131.528875,-493.260734375],[-128.5,-493.5],[-126.55459375,-492.76021875],[-124.474,-491.286],[-122.15640625,-489.41878125],[-119.5,-487.5],[-110.9535,-482.535546875],[-101.58425,-478.022875],[-91.922875,-474.248765625],[-82.5,-471.5],[-77.438890625,-470.301390625],[-72.764125,-469.223625],[-68.207296875,-468.284046875],[-63.5,-467.5],[-56.7575625,-466.528390625],[-49.57375,-465.672375],[-42.1030625,-465.230171875],[-34.5,-465.5],[-33.268609375,-465.509421875],[-31.983125,-465.412625],[-30.706078125,-465.359515625],[-29.5,-465.5],[-28.14375,-466.102328125],[-27.34775,-466.823625],[-26.627875,-467.383109375],[-25.5,-467.5],[-24.426515625,-466.995515625],[-22.992375,-465.934625],[-21.312046875,-464.656421875],[-19.5,-463.5],[-17.68540625,-462.652265625],[-15.86425,-461.943375],[-14.11096875,-461.262796875],[-12.5,-460.5],[0.55014814814815,-452.572888888889],[12.7018518518519,-444.375111111111],[24.5,-436.5],[30.28275,-433.065],[35.5,-430.5],[35.97975,-429.534125],[36.5,-428.5],[40.9035,-426.399875],[44.5,-424.5],[45.37925,-423.955375],[46.5,-423.5],[50.48925,-420.722375],[55.5,-417.5],[58.986875,-415.992875],[62.5,-414.5],[69.918875,-409.840375],[76.5,-409.5],[74.9805,-413.16725],[70.5,-416.5],[67.154625,-419.175125],[64.5,-421.5],[62.51875,-422.521],[60.5,-423.5],[56.055625,-426.5445],[52.5,-428.5],[52.01575,-429.460625],[51.5,-430.5],[39.275125,-438.95075],[28.5,-446.5],[21.36725,-451.535125],[14.5,-455.5],[14.01875,-456.464],[13.5,-457.5],[11.531125,-458.454625],[9.5,-459.5],[5.38375,-462.318],[1.5,-464.5],[1.01125,-465.4565],[0.5,-466.5],[-2.84275,-469.20175],[-5.5,-471.5],[-11.933125,-475.299625],[-17.5,-478.5],[-18.37325,-479.049125],[-19.5,-479.5],[-23.240625,-482.18275],[-25.5,-485.5],[-35.7905,-496.87825],[-47.5,-506.5],[-75.5555,-527.575],[-106.5,-545.5],[-124.112625,-553.570125],[-142.5,-558.5],[-150.5,-558.433875]],"c":true}],"h":1},{"t":7.2,"s":[{"i":[[1.20162500000001,-0.60300000000007],[0.16751259259259,-0.08188622222224],[0.16765481481481,-0.08454044444443],[0.16569333333334,-0.09089600000004],[0.16162814814815,-0.10095288888886],[0.15545925925926,-0.11471111111109],[0.14718666666667,-0.13217066666664],[0.13681037037037,-0.15333155555561],[0.12433037037037,-0.17819377777778],[0.10974666666667,-0.20675733333337],[0.09305925925925,-0.23902222222227],[0.07426814814815,-0.27498844444449],[0.05337333333333,-0.31465600000001],[0.03037481481482,-0.35802488888885],[0.00527259259259,-0.40509511111111],[-0.02193333333332,-0.45586666666668],[-0.08163555555555,-0.39520503703704],[-0.13704444444444,-0.37969125925929],[-0.18602666666666,-0.36479199999997],[-0.22858222222223,-0.3505072592593],[-0.26471111111111,-0.33683703703707],[-0.29441333333334,-0.32378133333339],[-0.3176888888889,-0.31134014814813],[-0.33453777777778,-0.29951348148143],[-0.34496,-0.28830133333338],[-0.34895555555555,-0.27770370370365],[-0.34652444444444,-0.26772059259258],[-0.33766666666668,-0.25835200000006],[-0.32238222222223,-0.24959792592597],[-0.30067111111111,-0.24145837037031],[-0.27253333333334,-0.23393333333343],[-0.19475703703704,-0.17551348148152],[-0.19664148148148,-0.18433837037037],[-0.19745333333333,-0.19114133333335],[-0.1971925925926,-0.19592237037034],[-0.19585925925927,-0.19868148148146],[-0.19345333333334,-0.1994186666667],[-0.18997481481482,-0.19813392592596],[-0.18542370370371,-0.19482725925923],[-0.1798,-0.18949866666662],[-0.1731037037037,-0.18214814814814],[-0.16533481481481,-0.17277570370368],[-0.15649333333333,-0.16138133333334],[-0.14657925925925,-0.14796503703707],[-0.13559259259259,-0.13252681481481],[-0.12353333333334,-0.11506666666662],[-0.06130065597668,-0.04144278425656],[-0.06563119533527,-0.03216909620994],[-0.06927733236152,-0.02453607871723],[-0.07223906705539,-0.01854373177844],[-0.07451639941691,-0.01419205539361],[-0.07610932944607,-0.01148104956269],[-0.07701785714286,-0.01041071428568],[-0.07724198250729,-0.0109810495627],[-0.07678170553936,-0.01319205539357],[-0.07563702623906,-0.01704373177841],[-0.07380794460641,-0.02253607871717],[-0.0712944606414,-0.02966909620989],[-0.06809657434403,-0.03844278425657],[-0.06421428571429,-0.04885714285717],[-0.047078125,-0.06786914062502],[-0.040375,-0.08591406250002],[-0.036265625,-0.09713476562501],[-0.03475,-0.10153124999999],[-0.03582812499999,-0.09910351562502],[-0.0395,-0.08985156249997],[-0.045765625,-0.07377539062497],[-0.05462499999999,-0.05087500000002],[-0.25987890624999,-0.20267968749999],[-0.262828125,-0.17665625000001],[-0.26247265625,-0.1580546875],[-0.2588125,-0.14687500000002],[-0.25184765624999,-0.14311718750002],[-0.241578125,-0.14678125],[-0.22800390625,-0.15786718750002],[-0.21112500000001,-0.17637500000001],[-1.03787890625,-0.76664453124999],[-1.36576562499999,-0.917140625],[-1.58691015625,-0.95561328125001],[-1.7013125,-0.88206250000002],[-1.70897265625,-0.69648828125003],[-1.60989062500001,-0.39889062499998],[-1.40406640625,0.01073046875001],[-1.0915,0.532375],[-0.24937109375,0.23763085937497],[-0.234921875,0.32696093750002],[-0.21352734375,0.39324023437501],[-0.1851875,0.43646874999996],[-0.14990234375,0.45664648437497],[-0.107671875,0.45377343749999],[-0.05849609374999,0.42784960937502],[-0.002375,0.37887499999999],[0.142220703125,0.64487500000001],[0.2550703125,0.63974999999999],[0.334548828125,0.619125],[0.38065625,0.58300000000003],[0.393392578125,0.53137499999997],[0.3727578125,0.46424999999999],[0.318751953125,0.38162499999999],[0.231375,0.2835],[0.125080078125,0.16564843750001],[0.1288828125,0.17853124999999],[0.130658203125,0.18477343750004],[0.13040625,0.18437500000005],[0.12812695312499,0.17733593749995],[0.1238203125,0.16365625000003],[0.117486328125,0.14333593749996],[0.10912500000001,0.11637500000006],[0.48007421875,0.46518164062502],[0.470421875,0.4167265625],[0.46204296875,0.37800976562494],[0.4549375,0.34903125000005],[0.44910546875001,0.32979101562501],[0.444546875,0.32028906249991],[0.44126171875,0.32052539062499],[0.43924999999999,0.33050000000003],[0.046974609375,0.06749218749997],[0.0404609375,0.08590624999999],[0.036458984375,0.09736718750003],[0.03496874999999,0.10187499999995],[0.03599023437499,0.09942968749999],[0.03952343749999,0.09003125000004],[0.04556835937501,0.07367968749998],[0.054125,0.05037500000003],[0.113,0.06054492187502],[0.123375,0.03755468750001],[0.130375,0.02340429687501],[0.134,0.01809374999993],[0.13424999999999,0.02162304687499],[0.131125,0.03399218749996],[0.12462499999999,0.05520117187496],[0.11475,0.08525000000009],[0.04680273437501,0.06711523437502],[0.0405234375,0.08589843749996],[0.036662109375,0.09759960937504],[0.03521875,0.10221875000002],[0.03619335937499,0.09975585937502],[0.03958593750001,0.09021093749993],[0.045396484375,0.07358398437498],[0.05362500000001,0.04987499999993],[0.29307031250001,0.219578125],[0.29859374999999,0.18393749999996],[0.30094531250001,0.15782812500004],[0.30012499999999,0.14125000000001],[0.29613281249999,0.134203125],[0.28896875,0.13668749999999],[0.27863281250001,0.148703125],[0.26512500000001,0.1702499999999],[1.17198437500001,0.72377343749997],[1.235,0.69459374999997],[1.27842187499999,0.61196093750004],[1.30225,0.47587499999997],[1.306484375,0.2863359375001],[1.29112500000001,0.04334375000008],[1.25617187499999,-0.25310156249998]],"o":[[-0.16526666666667,0.08293333333336],[-0.16751259259259,0.08188622222224],[-0.16765481481481,0.08454044444443],[-0.16569333333334,0.09089600000004],[-0.16162814814815,0.10095288888886],[-0.15545925925926,0.11471111111109],[-0.14718666666667,0.13217066666664],[-0.13681037037037,0.15333155555561],[-0.12433037037037,0.17819377777778],[-0.10974666666667,0.20675733333337],[-0.09305925925925,0.23902222222216],[-0.07426814814815,0.27498844444449],[-0.05337333333334,0.31465600000001],[-0.03037481481482,0.35802488888885],[-0.00527259259259,0.40509511111111],[0.0198,0.41133333333335],[0.08163555555555,0.39520503703704],[0.13704444444444,0.37969125925929],[0.18602666666666,0.36479199999997],[0.22858222222223,0.3505072592593],[0.26471111111111,0.33683703703696],[0.29441333333334,0.32378133333327],[0.31768888888888,0.31134014814813],[0.33453777777778,0.29951348148154],[0.34496,0.28830133333327],[0.34895555555555,0.27770370370376],[0.34652444444444,0.26772059259258],[0.33766666666666,0.25835199999995],[0.32238222222223,0.24959792592597],[0.3006711111111,0.24145837037042],[0.1918,0.16466666666668],[0.19475703703704,0.17551348148152],[0.19664148148148,0.18433837037037],[0.19745333333333,0.19114133333335],[0.1971925925926,0.19592237037034],[0.19585925925927,0.19868148148146],[0.19345333333334,0.1994186666667],[0.18997481481482,0.19813392592596],[0.18542370370371,0.19482725925923],[0.1798,0.18949866666674],[0.1731037037037,0.18214814814814],[0.16533481481481,0.17277570370368],[0.15649333333333,0.16138133333334],[0.14657925925925,0.14796503703707],[0.13559259259259,0.13252681481481],[0.05628571428571,0.05235714285715],[0.06130065597668,0.04144278425656],[0.06563119533529,0.03216909620988],[0.06927733236152,0.02453607871718],[0.07223906705539,0.01854373177844],[0.07451639941691,0.01419205539361],[0.07610932944607,0.01148104956269],[0.07701785714285,0.01041071428568],[0.07724198250729,0.01098104956264],[0.07678170553936,0.01319205539357],[0.07563702623906,0.01704373177841],[0.07380794460641,0.02253607871722],[0.0712944606414,0.02966909620994],[0.06809657434403,0.03844278425652],[0.056375,0.04300000000001],[0.047078125,0.06786914062502],[0.040375,0.08591406250002],[0.036265625,0.09713476562501],[0.03475,0.10153124999999],[0.03582812500001,0.09910351562502],[0.0395,0.08985156250003],[0.045765625,0.07377539062497],[0.253625,0.23612500000002],[0.25987890624999,0.20267968749999],[0.262828125,0.17665625000001],[0.26247265625,0.1580546875],[0.2588125,0.14687500000002],[0.25184765624999,0.14311718749997],[0.241578125,0.14678125],[0.22800390625,0.15786718749996],[0.60325,0.50412499999999],[1.03787890625,0.76664453124999],[1.36576562499999,0.917140625],[1.58691015625,0.95561328125001],[1.7013125,0.88206249999996],[1.70897265625,0.69648828125003],[1.60989062500001,0.39889062500004],[1.40406640625,-0.01073046875001],[0.256875,-0.12524999999999],[0.24937109375,-0.23763085937503],[0.234921875,-0.32696093750002],[0.21352734375,-0.39324023437501],[0.1851875,-0.43646875000002],[0.14990234375,-0.45664648437497],[0.107671875,-0.45377343749999],[0.05849609375,-0.42784960937502],[0.004,-0.6345],[-0.142220703125,-0.64487500000001],[-0.2550703125,-0.63974999999999],[-0.334548828125,-0.619125],[-0.38065625,-0.58300000000003],[-0.393392578125,-0.53137500000003],[-0.3727578125,-0.46424999999999],[-0.318751953125,-0.38162499999999],[-0.11925,-0.14612499999998],[-0.125080078125,-0.16564843750001],[-0.1288828125,-0.17853125000005],[-0.130658203125,-0.18477343749998],[-0.13040625000001,-0.18437499999993],[-0.128126953125,-0.17733593750006],[-0.12382031249999,-0.16365625000003],[-0.117486328125,-0.14333593749996],[-0.491,-0.52337499999999],[-0.48007421875,-0.46518164062502],[-0.470421875,-0.4167265625],[-0.46204296875,-0.37800976562505],[-0.4549375,-0.34903125000005],[-0.44910546875001,-0.32979101562501],[-0.444546875,-0.32028906249991],[-0.44126171875,-0.32052539062499],[-0.056,-0.04212499999994],[-0.046974609375,-0.06749218749997],[-0.0404609375,-0.08590624999999],[-0.036458984375,-0.09736718750003],[-0.03496875,-0.10187500000006],[-0.03599023437499,-0.09942968749999],[-0.03952343750001,-0.09003125000004],[-0.045568359375,-0.07367968749998],[-0.09925,-0.09237499999995],[-0.113,-0.06054492187502],[-0.123375,-0.03755468750001],[-0.130375,-0.02340429687501],[-0.134,-0.01809375000005],[-0.13424999999999,-0.02162304687499],[-0.131125,-0.03399218749996],[-0.12462499999999,-0.05520117187496],[-0.05549999999999,-0.04124999999999],[-0.04680273437501,-0.06711523437502],[-0.0405234375,-0.08589843750008],[-0.036662109375,-0.09759960937504],[-0.03521875,-0.10221875000002],[-0.03619335937501,-0.09975585937502],[-0.03958593750001,-0.09021093750005],[-0.04539648437499,-0.07358398437498],[-0.284375,-0.26475000000005],[-0.29307031250001,-0.219578125],[-0.29859374999999,-0.18393749999996],[-0.30094531250001,-0.15782812500004],[-0.30012499999999,-0.14125000000001],[-0.29613281250001,-0.134203125],[-0.28896875,-0.13668749999999],[-0.27863281249999,-0.148703125],[-1.089375,-0.69949999999994],[-1.17198437499999,-0.72377343749997],[-1.235,-0.69459374999997],[-1.27842187500001,-0.61196093750004],[-1.30225,-0.47587499999997],[-1.30648437500001,-0.28633593749998],[-1.29112499999999,-0.04334374999996],[-1.25617187500001,0.25310156249998]],"v":[[-118.5,-540.5],[-118.999694814815,-540.253696],[-119.502971851852,-540.004981333333],[-120.00352,-539.742752],[-120.495028148148,-539.455904],[-120.971185185185,-539.133333333333],[-121.42568,-538.763936],[-121.852201481481,-538.336608],[-122.244438518519,-537.840245333333],[-122.59608,-537.263744],[-122.900814814815,-536.596],[-123.152331851852,-535.825909333333],[-123.34432,-534.942368],[-123.470468148148,-533.934272],[-123.524465185185,-532.790517333333],[-123.5,-531.5],[-123.34624,-530.290346074074],[-123.016613333333,-529.128155259259],[-122.5304,-528.011584],[-121.90688,-526.938788740741],[-121.165333333333,-525.907925925926],[-120.32504,-524.917152],[-119.40528,-523.964623407407],[-118.425333333333,-523.048496592593],[-117.40448,-522.166928],[-116.362,-521.318074074074],[-115.317173333333,-520.500091259259],[-114.28928,-519.711136],[-113.2976,-518.949364740741],[-112.361413333333,-518.212933925926],[-111.5,-517.5],[-110.919896296296,-516.989224296296],[-110.33253037037,-516.448941037037],[-109.74112,-515.885216],[-109.148882962963,-515.304114962963],[-108.559037037037,-514.711703703704],[-107.9748,-514.114048],[-107.39938962963,-513.51721362963],[-106.836023703704,-512.92726637037],[-106.28792,-512.350272],[-105.758296296296,-511.792296296296],[-105.25037037037,-511.259405037037],[-104.76736,-510.757664],[-104.312482962963,-510.293138962963],[-103.888957037037,-509.871895703704],[-103.5,-509.5],[-103.323449344023,-509.359710276968],[-103.132880466472,-509.249702623907],[-102.930346574344,-509.165055029154],[-102.717900874636,-509.10084548105],[-102.497596574344,-509.05215196793],[-102.271486880466,-509.014052478134],[-102.041625,-508.981625],[-101.810064139942,-508.949947521866],[-101.578857507289,-508.91409803207],[-101.350058309038,-508.86915451895],[-101.125719752187,-508.810194970845],[-100.907895043732,-508.732297376093],[-100.698637390671,-508.630539723032],[-100.5,-508.5],[-100.34546875,-508.331990234375],[-100.2149375,-508.099609375],[-100.100625,-507.823330078125],[-99.99475,-507.523625],[-99.88953125,-507.220966796875],[-99.7771875,-506.935828125],[-99.6499375,-506.688681640625],[-99.5,-506.5],[-98.72891796875,-505.8436484375],[-97.94403125,-505.2765],[-97.15525390625,-504.7762890625],[-96.3725,-504.32075],[-95.60568359375,-503.8876171875],[-94.86471875,-503.454625],[-94.15951953125,-502.9995078125],[-93.5,-502.5],[-91.01162109375,-500.56583984375],[-87.37946875,-498.01215625],[-82.92376953125,-495.17501953125],[-77.96475,-492.3905],[-72.82263671875,-489.99466796875],[-67.81765625,-488.32359375],[-63.27003515625,-487.71334765625],[-59.5,-488.5],[-58.73889453125,-489.050083984375],[-58.01071875,-489.902734375],[-57.33630859375,-490.988798828125],[-56.7365,-492.239125],[-56.23212890625,-493.584560546875],[-55.84403125,-494.955953125],[-55.59304296875,-496.284150390625],[-55.5,-497.5],[-55.715673828125,-499.4229375],[-56.319953125,-501.35375],[-57.212724609375,-503.2459375],[-58.293875,-505.053],[-59.463291015625,-506.7284375],[-60.620859375,-508.22575],[-61.666466796875,-509.4984375],[-62.5,-510.5],[-62.867001953125,-510.9693203125],[-63.248453125,-511.48725],[-63.638271484375,-512.0338671875],[-64.030375,-512.58925],[-64.418681640625,-513.1334765625],[-64.797109375,-513.646625],[-65.159576171875,-514.1087734375],[-65.5,-514.5],[-66.95629296875,-515.980400390625],[-68.38171875,-517.300828125],[-69.78009765625,-518.490498046875],[-71.15525,-519.578625],[-72.51099609375,-520.594423828125],[-73.85115625,-521.567109375],[-75.17955078125,-522.525896484375],[-76.5,-523.5],[-76.653833984375,-523.6661640625],[-76.784359375,-523.898],[-76.899111328125,-524.1746484375],[-77.005625,-524.47525],[-77.111435546875,-524.7789453125],[-77.224078125,-525.064875],[-77.351087890625,-525.3121796875],[-77.5,-525.5],[-77.81921875,-525.727169921875],[-78.174625,-525.872109375],[-78.55609375,-525.961337890625],[-78.9535,-526.021375],[-79.35671875,-526.078740234375],[-79.755625,-526.159953125],[-80.14009375,-526.291533203125],[-80.5,-526.5],[-80.652849609375,-526.664318359375],[-80.783234375,-526.895609375],[-80.898408203125,-527.172626953125],[-81.005625,-527.474125],[-81.112138671875,-527.778857421875],[-81.225203125,-528.065578125],[-81.352072265625,-528.313041015625],[-81.5,-528.5],[-82.3669609375,-529.224109375],[-83.25525,-529.827],[-84.1553515625,-530.337265625],[-85.05775,-530.7835],[-85.9529296875,-531.194296875],[-86.831375,-531.59825],[-87.6835703125,-532.023953125],[-88.5,-532.5],[-91.8969375,-534.6482734375],[-95.5123125,-536.7891875],[-99.28734375,-538.7623828125],[-103.16325,-540.4075],[-107.08125,-541.5641796875],[-110.9825625,-542.0720625],[-114.80840625,-541.7707890625]],"c":true}],"h":1},{"t":8.4,"s":[{"i":[[0.75566666666666,-0.3893333333333],[0.08419701504776,-0.04782311697898],[0.0832125548403,-0.05157189716681],[0.08211558489482,-0.05507392677032],[0.08090610521137,-0.05832920578951],[0.0795841157899,-0.06133773422448],[0.07814961663045,-0.06409951207513],[0.07660260773299,-0.06661453934146],[0.07494308909754,-0.06888281602357],[0.07317106072409,-0.07090434212148],[0.07128652261265,-0.07267911763495],[0.06928947476321,-0.07420714256432],[0.06717991717578,-0.07548841690925],[0.06495784985034,-0.07652294066997],[0.06262327278691,-0.07731071384637],[0.06017618598548,-0.07785173643856],[0.05761658944606,-0.07814600844642],[0.05494448316864,-0.07819352987008],[0.05215986715322,-0.07799430070929],[0.04926274139982,-0.07754832096441],[0.04625310590841,-0.07685559063509],[0.04313096067899,-0.07591610972156],[0.03989630571159,-0.07472987822382],[0.03654914100619,-0.07329689614176],[0.0330894665628,-0.07161716347537],[0.02951728238141,-0.06969068022465],[0.02583258846201,-0.06751744638973],[0.02203538480462,-0.06509746197059],[0.01812567140925,-0.06243072696702],[0.01410344827588,-0.05951724137935],[0.02115269178728,-0.10095579974575],[0.01982955430726,-0.10683271146831],[0.01847886342203,-0.11235487309852],[0.01710061913157,-0.11752228463649],[0.01569482143589,-0.12233494608222],[0.01426147033499,-0.1267928574357],[0.01280056582885,-0.13089601869694],[0.0113121079175,-0.13464442986594],[0.00979609660092,-0.13803809094259],[0.00825253187912,-0.1410770019271],[0.0066814137521,-0.14376116281926],[0.00508274221986,-0.14609057361929],[0.00345651728239,-0.14806523432696],[0.00180273893969,-0.1496851449424],[0.00012140719177,-0.15095030546559],[-0.00158747796138,-0.15186071589653],[-0.00332391651975,-0.15241637623512],[-0.00508790848333,-0.15261728648159],[-0.00687945385215,-0.15246344663581],[-0.00869855262619,-0.15195485669767],[-0.01054520480544,-0.15109151666729],[-0.01241941038992,-0.14987342654479],[-0.01432116937964,-0.14830058632992],[-0.01625048177456,-0.14637299602282],[-0.01820734757473,-0.14409065562347],[-0.0201917667801,-0.14145356513177],[-0.0222037393907,-0.13846172454794],[-0.02424326540654,-0.13511513387175],[-0.02631034482758,-0.13141379310355],[-0.04654249866743,-0.17524461847552],[-0.05932219443191,-0.18345409815902],[-0.07161494936241,-0.1909043011193],[-0.08342076345893,-0.1975952273566],[-0.09473963672147,-0.20352687687068],[-0.10557156915003,-0.20869924966178],[-0.11591656074459,-0.21311234572966],[-0.12577461150519,-0.21676616507443],[-0.1351457214318,-0.21966070769611],[-0.14402989052442,-0.22179597359468],[-0.15242711878305,-0.22317196277004],[-0.16033740620772,-0.22378867522241],[-0.16776075279839,-0.22364611095168],[-0.17469715855509,-0.22274426995773],[-0.1811466234778,-0.22108315224079],[-0.18710914756653,-0.21866275780064],[-0.19258473082127,-0.21548308663739],[-0.19757337324204,-0.21154413875104],[-0.20207507482881,-0.20684591414158],[-0.20608983558162,-0.20138841280902],[-0.20961765550042,-0.19517163475336],[-0.21265853458526,-0.1881955799746],[-0.21521247283611,-0.18046024847274],[-0.21727947025299,-0.17196564024766],[-0.21885952683587,-0.1627117552996],[-0.21995264258477,-0.1526985936282],[-0.22055881749969,-0.14192615523393],[-0.22067805158063,-0.13039444011645],[-0.2203103448276,-0.11810344827586],[-0.19250920496945,-0.08920968469397],[-0.22466583295748,-0.09288986838328],[-0.25436643568821,-0.09569572348187],[-0.28161101316167,-0.09762724998973],[-0.30639956537783,-0.09868444790686],[-0.32873209233671,-0.09886731723316],[-0.3486085940383,-0.09817585796873],[-0.3660290704826,-0.09661007011357],[-0.38099352166961,-0.09416995366769],[-0.39350194759933,-0.09085550863097],[-0.40355434827177,-0.08666673500352],[-0.4111507236869,-0.08160363278523],[-0.41629107384476,-0.07566620197633],[-0.41897539874533,-0.06885444257659],[-0.41920369838861,-0.06116835458613],[-0.41697597277462,-0.05260793800483],[-0.41229222190332,-0.0431731928328],[-0.40515244577474,-0.03286411907004],[-0.39555664438887,-0.02168071671656],[-0.3835048177457,-0.0096229857723],[-0.36899696584526,0.00330907376275],[-0.35203308868753,0.01711546188858],[-0.3326131862725,0.03179617860508],[-0.31073725860019,0.04735122391241],[-0.28640530567059,0.06378059781048],[-0.2596173274837,0.08108430029938],[-0.23037332403953,0.0992623313789],[-0.19867329533806,0.11831469104925],[-0.16451724137931,0.13824137931033],[-0.22112709780092,0.25081922743061],[-0.17425144675926,0.27238802083332],[-0.129873046875,0.29199804687505],[-0.08799189814815,0.30964930555558],[-0.0486080005787,0.32534179687502],[-0.01172135416667,0.33907552083338],[0.02266804108796,0.35085047743053],[0.05456018518518,0.3606666666667],[0.083955078125,0.36852408854168],[0.11085271990741,0.37442274305556],[0.1352531105324,0.37836263020836],[0.15715625,0.38034374999995],[0.17656213831018,0.38036610243057],[0.19347077546296,0.37842968749999],[0.20788216145834,0.37453450520832],[0.21979629629629,0.36868055555556],[0.22921317997685,0.36086783854159],[0.2361328125,0.35109635416666],[0.24055519386574,0.33936610243052],[0.24248032407407,0.32567708333329],[0.241908203125,0.31002929687509],[0.23883883101852,0.29242274305557],[0.23327220775462,0.27285742187496],[0.22520833333333,0.25133333333338],[0.4372962962963,0.46506903703698],[0.5050074074074,0.50922281481485],[0.5658,0.53719466666666],[0.61967407407407,0.54898459259255],[0.66662962962963,0.54459259259261],[0.70666666666666,0.52401866666673],[0.73978518518518,0.48726281481481],[0.76598518518519,0.43432503703707],[0.78526666666667,0.36520533333339],[0.79762962962964,0.27990370370367],[0.80307407407408,0.17842014814812],[0.80160000000001,0.06075466666664],[0.79320740740741,-0.07309274074066],[0.7778962962963,-0.22312207407413]],"o":[[-0.08506896551724,0.04382758620693],[-0.08419701504776,0.04782311697898],[-0.0832125548403,0.0515718971667],[-0.08211558489482,0.05507392677021],[-0.08090610521137,0.05832920578951],[-0.07958411578991,0.06133773422448],[-0.07814961663045,0.06409951207513],[-0.07660260773299,0.06661453934146],[-0.07494308909754,0.06888281602357],[-0.07317106072409,0.07090434212148],[-0.07128652261265,0.07267911763506],[-0.06928947476321,0.07420714256432],[-0.06717991717578,0.07548841690925],[-0.06495784985034,0.07652294066997],[-0.06262327278691,0.07731071384637],[-0.06017618598548,0.07785173643856],[-0.05761658944606,0.07814600844642],[-0.05494448316864,0.07819352987008],[-0.05215986715322,0.07799430070929],[-0.04926274139982,0.07754832096441],[-0.04625310590841,0.07685559063509],[-0.04313096067899,0.07591610972156],[-0.03989630571159,0.07472987822382],[-0.03654914100619,0.07329689614176],[-0.0330894665628,0.07161716347537],[-0.02951728238139,0.06969068022465],[-0.02583258846201,0.06751744638973],[-0.02203538480462,0.06509746197059],[-0.01812567140924,0.06243072696714],[-0.02244827586208,0.09472413793105],[-0.02115269178728,0.10095579974575],[-0.01982955430726,0.10683271146831],[-0.01847886342203,0.11235487309852],[-0.01710061913158,0.11752228463649],[-0.01569482143589,0.12233494608222],[-0.01426147033499,0.1267928574357],[-0.01280056582885,0.13089601869694],[-0.0113121079175,0.13464442986594],[-0.00979609660092,0.1380380909427],[-0.00825253187912,0.1410770019271],[-0.0066814137521,0.14376116281926],[-0.00508274221986,0.14609057361929],[-0.00345651728239,0.14806523432696],[-0.00180273893969,0.1496851449424],[-0.00012140719177,0.15095030546559],[0.00158747796138,0.15186071589653],[0.00332391651975,0.15241637623524],[0.00508790848333,0.15261728648159],[0.00687945385215,0.15246344663581],[0.00869855262619,0.15195485669767],[0.01054520480544,0.15109151666729],[0.01241941038992,0.14987342654479],[0.01432116937964,0.14830058632992],[0.01625048177456,0.14637299602282],[0.01820734757473,0.14409065562336],[0.02019176678012,0.14145356513188],[0.0222037393907,0.13846172454794],[0.02424326540654,0.13511513387186],[0.03327586206896,0.16627586206891],[0.04654249866743,0.17524461847552],[0.05932219443191,0.18345409815902],[0.07161494936241,0.1909043011193],[0.08342076345893,0.1975952273566],[0.09473963672147,0.20352687687068],[0.10557156915003,0.20869924966178],[0.11591656074459,0.21311234572966],[0.12577461150519,0.21676616507443],[0.1351457214318,0.21966070769611],[0.14402989052441,0.22179597359457],[0.15242711878305,0.22317196277004],[0.16033740620772,0.22378867522241],[0.16776075279839,0.22364611095168],[0.17469715855509,0.22274426995773],[0.1811466234778,0.22108315224079],[0.18710914756653,0.21866275780064],[0.19258473082127,0.21548308663739],[0.19757337324204,0.21154413875104],[0.20207507482881,0.2068459141417],[0.20608983558161,0.20138841280902],[0.20961765550044,0.19517163475336],[0.21265853458526,0.1881955799746],[0.21521247283611,0.18046024847263],[0.21727947025299,0.17196564024766],[0.21885952683587,0.1627117552996],[0.21995264258477,0.15269859362832],[0.22055881749971,0.14192615523393],[0.22067805158062,0.13039444011645],[0.15789655172414,0.08465517241382],[0.19250920496945,0.08920968469397],[0.22466583295748,0.09288986838328],[0.25436643568823,0.09569572348187],[0.28161101316167,0.09762724998973],[0.30639956537783,0.09868444790686],[0.32873209233671,0.09886731723316],[0.3486085940383,0.09817585796873],[0.3660290704826,0.09661007011357],[0.38099352166961,0.09416995366769],[0.39350194759933,0.09085550863097],[0.40355434827177,0.08666673500352],[0.4111507236869,0.08160363278523],[0.41629107384476,0.07566620197633],[0.41897539874533,0.06885444257659],[0.41920369838861,0.06116835458613],[0.41697597277461,0.05260793800483],[0.41229222190332,0.0431731928328],[0.40515244577474,0.03286411907004],[0.39555664438887,0.02168071671656],[0.3835048177457,0.0096229857723],[0.36899696584526,-0.00330907376275],[0.35203308868753,-0.01711546188852],[0.3326131862725,-0.03179617860508],[0.31073725860019,-0.04735122391241],[0.28640530567059,-0.06378059781048],[0.2596173274837,-0.08108430029927],[0.23037332403952,-0.0992623313789],[0.19867329533806,-0.11831469104925],[0.2705,-0.2272916666667],[0.22112709780092,-0.25081922743061],[0.17425144675926,-0.27238802083332],[0.129873046875,-0.29199804687494],[0.08799189814815,-0.30964930555558],[0.0486080005787,-0.32534179687502],[0.01172135416667,-0.33907552083338],[-0.02266804108796,-0.35085047743053],[-0.05456018518518,-0.3606666666667],[-0.083955078125,-0.36852408854168],[-0.11085271990741,-0.37442274305556],[-0.13525311053241,-0.37836263020836],[-0.15715625,-0.38034374999995],[-0.17656213831018,-0.38036610243057],[-0.19347077546296,-0.37842968749999],[-0.20788216145834,-0.37453450520832],[-0.21979629629629,-0.36868055555556],[-0.22921317997685,-0.36086783854171],[-0.2361328125,-0.35109635416666],[-0.24055519386574,-0.33936610243052],[-0.24248032407407,-0.32567708333329],[-0.241908203125,-0.31002929687497],[-0.23883883101852,-0.29242274305557],[-0.23327220775463,-0.27285742187496],[-0.36266666666667,-0.4047333333333],[-0.4372962962963,-0.46506903703698],[-0.5050074074074,-0.50922281481485],[-0.5658,-0.53719466666666],[-0.61967407407407,-0.54898459259255],[-0.66662962962963,-0.54459259259261],[-0.70666666666666,-0.52401866666662],[-0.7397851851852,-0.48726281481481],[-0.76598518518519,-0.43432503703707],[-0.78526666666667,-0.36520533333339],[-0.79762962962963,-0.27990370370367],[-0.80307407407408,-0.17842014814812],[-0.80159999999999,-0.06075466666664],[-0.79320740740741,0.07309274074078],[-0.77789629629629,0.22312207407413]],"v":[[-90.5,-551.5],[-90.753927098282,-551.362462257575],[-91.0050695805486,-551.21330804871],[-91.2530899175858,-551.053277625159],[-91.4976505801796,-550.883111238673],[-91.738414039116,-550.703549141006],[-91.975042765181,-550.515331583911],[-92.2071992291607,-550.31919881914],[-92.434545901841,-550.115891098446],[-92.656745254008,-549.906148673582],[-92.8734597564476,-549.690711796302],[-93.0843518799459,-549.470320718357],[-93.2890840952889,-549.2457156915],[-93.4873188732625,-549.017636967485],[-93.6787186846529,-548.786824798065],[-93.862946000246,-548.554019434991],[-94.0396632908278,-548.319961130018],[-94.2085330271844,-548.085390134897],[-94.3692176801017,-547.851046701382],[-94.5213797203657,-547.617671081225],[-94.6646816187625,-547.38600352618],[-94.7987858460781,-547.156784287999],[-94.9233548730985,-546.930753618435],[-95.0380511706097,-546.70865176924],[-95.1425372093977,-546.491218992168],[-95.2364754602485,-546.279195538972],[-95.3195283939481,-546.073321661405],[-95.3913584812825,-545.874337611218],[-95.4516281930378,-545.682983640166],[-95.5,-545.5],[-95.5654083398253,-545.206391405962],[-95.6268885973185,-544.894619951618],[-95.6843581122637,-544.565749887244],[-95.7377342244454,-544.220845463119],[-95.7869342736479,-543.860970929518],[-95.8318755996556,-543.487190536718],[-95.8724755422526,-543.100568534996],[-95.9086514412235,-542.702169174628],[-95.9403206363524,-542.293056705892],[-95.9674004674238,-541.874295379065],[-95.9898082742219,-541.446949444422],[-96.0074613965312,-541.012083152241],[-96.0202771741359,-540.570760752798],[-96.0281729468203,-540.124046496371],[-96.0310660543688,-539.673004633236],[-96.0288738365657,-539.21869941367],[-96.0215136331953,-538.76219508795],[-96.008902784042,-538.304555906351],[-95.9909586288901,-537.846846119152],[-95.9675985075239,-537.390129976629],[-95.9387397597277,-536.935471729058],[-95.904299725286,-536.483935626717],[-95.8641957439829,-536.036585919882],[-95.8183451556029,-535.59448685883],[-95.7666652999303,-535.158702693838],[-95.7090735167494,-534.730297675182],[-95.6454871458444,-534.310336053139],[-95.5758235269999,-533.899882077986],[-95.5,-533.5],[-95.3801507236869,-532.987529460003],[-95.2212319488294,-532.44929156587],[-95.0247044979294,-531.887564147772],[-94.7920291934889,-531.304625035877],[-94.5246668580098,-530.702752060355],[-94.224078313994,-530.084223051376],[-93.8917243839436,-529.451315839108],[-93.5290658903604,-528.806308253721],[-93.1375636557464,-528.151478125384],[-92.7186785026036,-527.489103284267],[-92.2738712534339,-526.82146156054],[-91.8046027307393,-526.15083078437],[-91.3123337570216,-525.479488785928],[-90.7985251547829,-524.809713395384],[-90.2646377465251,-524.143782442905],[-89.7121323547501,-523.483973758662],[-89.1424698019599,-522.832565172824],[-88.5571109106564,-522.191834515561],[-87.9575165033417,-521.564059617041],[-87.3451474025175,-520.951518307434],[-86.721464430686,-520.35648841691],[-86.087928410349,-519.781247775637],[-85.4460001640084,-519.228074213785],[-84.7971405141662,-518.699245561524],[-84.1428102833245,-518.197039649022],[-83.484470293985,-517.72373430645],[-82.8235813686498,-517.281607363976],[-82.1616043298208,-516.872936651769],[-81.5,-516.5],[-80.9737773586453,-516.238984132191],[-80.3474007954406,-515.965616220427],[-79.6282383861577,-515.682519250482],[-78.8236582065685,-515.392316208127],[-77.941028332445,-515.097630079134],[-76.9877168395588,-514.801083849276],[-75.971091803682,-514.505300504326],[-74.8985213005864,-514.212903030055],[-73.7773734060437,-513.926514412235],[-72.615016195826,-513.648757636639],[-71.418817745705,-513.38225568904],[-70.1961461314527,-513.129631555209],[-68.9543694288409,-512.893508220919],[-67.7008557136414,-512.676508671942],[-66.4429730616262,-512.48125589405],[-65.188089548567,-512.310372873016],[-63.9435732502358,-512.166482594612],[-62.7167922424044,-512.05220804461],[-61.5151146008446,-511.970172208783],[-60.3459084013285,-511.922998072902],[-59.2165417196277,-511.91330862274],[-58.1343826315142,-511.943726844069],[-57.1067992127599,-512.016875722662],[-56.1411595391365,-512.13537824429],[-55.244831686416,-512.301857394727],[-54.4251837303702,-512.518936159744],[-53.6895837467711,-512.789237525114],[-53.0453998113904,-513.115384476608],[-52.5,-513.5],[-51.763183666088,-514.217656032986],[-51.170740162037,-515.002956597222],[-50.715177734375,-515.850025390625],[-50.3890046296297,-516.752986111111],[-50.1847290943287,-517.705962456597],[-50.094859375,-518.703078125],[-50.1119037181713,-519.738456814236],[-50.2283703703704,-520.806222222222],[-50.436767578125,-521.900498046875],[-50.729603587963,-523.015407986111],[-51.099386646412,-524.145075737847],[-51.538625,-525.283625],[-52.0398268952546,-526.425179470486],[-52.5955005787037,-527.563862847222],[-53.198154296875,-528.693798828125],[-53.8402962962963,-529.809111111111],[-54.5144348234954,-530.903923394097],[-55.213078125,-531.972359375],[-55.928734447338,-533.008542751736],[-56.653912037037,-534.006597222222],[-57.381119140625,-534.960646484375],[-58.1028640046296,-535.864814236111],[-58.8116548755787,-536.713224175347],[-59.5,-537.5],[-60.7016740740741,-538.808749037037],[-62.1168592592593,-540.274232296296],[-63.7248,-541.847904],[-65.5047407407407,-543.48121837037],[-67.4359259259259,-545.125629629629],[-69.4976,-546.732592],[-71.6690074074074,-548.253559703704],[-73.9293925925926,-549.639986962963],[-76.258,-550.843328],[-78.6340740740741,-551.815037037037],[-81.0368592592593,-552.506568296296],[-83.4456,-552.869376],[-85.8395407407407,-552.85491437037],[-88.1979259259259,-552.41463762963]],"c":true}],"h":1},{"t":9.6,"s":[{"i":[[0.18986666666672,-0.05259999999998],[0.154364549592,-0.05316855959654],[0.15149624830866,-0.06233535610318],[0.14842957890852,-0.07098314814056],[0.14516454139164,-0.07911193570874],[0.1417011357579,-0.08672171880767],[0.13803936200748,-0.09381249743734],[0.13417922014025,-0.10038427159787],[0.13012071015623,-0.1064370412891],[0.12586383205542,-0.11197080651112],[0.12140858583786,-0.11698556726395],[0.11675497150355,-0.12148132354753],[0.11190298905245,-0.12545807536185],[0.10685263848455,-0.12891582270697],[0.10160391979991,-0.13185456558284],[0.09615683299847,-0.13427430398951],[0.09051137808029,-0.13617503792693],[0.08466755504531,-0.13755676739515],[0.07862536389354,-0.13841949239412],[0.07238480462502,-0.13876321292383],[0.06594587723976,-0.13858792898435],[0.0593085817377,-0.13789364057567],[0.05247291811884,-0.13668034769773],[0.04543888638318,-0.13494805035054],[0.03820648653078,-0.13269674853416],[0.03077571856164,-0.12992644224857],[0.0231465824757,-0.12663713149368],[0.01531907827302,-0.12282881626965],[0.00729320595349,-0.1185014965763],[-0.00093103448273,-0.11365517241381],[-0.00734490959042,-0.12015260978308],[-0.01339152896799,-0.11391246053546],[-0.01917434089137,-0.10814162122267],[-0.02469334536062,-0.10284009184471],[-0.02994854237568,-0.09800787240147],[-0.03493993193655,-0.09364496289311],[-0.03966751404323,-0.08975136331952],[-0.04413128869572,-0.08632707368076],[-0.04833125589403,-0.08337209397678],[-0.0522674156382,-0.08088642420762],[-0.05593976792818,-0.07887006437329],[-0.05934831276392,-0.07732301447373],[-0.06249305014558,-0.07624527450901],[-0.06537398007299,-0.07563684447905],[-0.06799110254622,-0.07549772438392],[-0.07034441756531,-0.07582791422362],[-0.07243392513016,-0.0766274139981],[-0.07425962524087,-0.0778962237074],[-0.0758215178974,-0.07963434335153],[-0.07711960309979,-0.08184177293043],[-0.07815388084794,-0.08451851244416],[-0.07892435114189,-0.08766456189267],[-0.07943101398172,-0.091279921276],[-0.07967386936735,-0.0953645905941],[-0.0796529172988,-0.09991856984709],[-0.07936815777606,-0.1049418590348],[-0.07881959079913,-0.11043445815739],[-0.07800721636806,-0.11639636721475],[-0.07693103448275,-0.12282758620688],[-0.06936606666937,-0.11782209192671],[-0.06715154372876,-0.1204417565296],[-0.06518401738487,-0.12254864898108],[-0.06346348763788,-0.12414276928121],[-0.06198995448767,-0.12522411742998],[-0.06076341793431,-0.12579269342734],[-0.05978387797779,-0.12584849727335],[-0.05905133461806,-0.12539152896801],[-0.05856578785517,-0.1244217885112],[-0.05832723768913,-0.12293927590309],[-0.05833568411987,-0.12094399114358],[-0.05859112714745,-0.11843593423265],[-0.05909356677188,-0.11541510517037],[-0.05984300299315,-0.11188150395668],[-0.0608394358112,-0.10783513059164],[-0.0620828652261,-0.10327598507524],[-0.06357329123784,-0.09820406740744],[-0.06531071384643,-0.09261937758828],[-0.0672951330518,-0.08652191561771],[-0.06952654885401,-0.07991168149573],[-0.07200496125301,-0.07278867522245],[-0.07473037024886,-0.06515289679771],[-0.07770277584154,-0.05700434622167],[-0.08092217803107,-0.04834302349417],[-0.08438857681745,-0.03916892861537],[-0.0881019722006,-0.0294820615851],[-0.09206236418055,-0.01928242240353],[-0.09626975275739,-0.00857001107056],[-0.10072413793102,0.00265517241382],[-0.01809528885974,0.00649403419573],[-0.02739304604535,0.01269908565337],[-0.03606568534997,0.0188220509246],[-0.04411320677355,0.02486293000942],[-0.05153561031614,0.03082172290789],[-0.05833289597768,0.03669842961989],[-0.06450506375825,0.04249305014554],[-0.07005211365777,0.04820558448483],[-0.0749740456763,0.05383603263766],[-0.07927085981385,0.05938439460414],[-0.08294255607035,0.0648506703842],[-0.08598913444587,0.07023485997786],[-0.08841059494034,0.0755369633851],[-0.09020693755383,0.080756980606],[-0.09137816228628,0.08589491164048],[-0.09192426913773,0.09095075648861],[-0.09184525810815,0.09592451515027],[-0.09114112919758,0.10081618762558],[-0.08981188240602,0.10562577391448],[-0.08785751773343,0.11035327401697],[-0.08527803517978,0.11499868793311],[-0.08207343474515,0.11956201566278],[-0.07824371642954,0.1240432572061],[-0.07378888023288,0.128442412563],[-0.06870892615524,0.13275948173356],[-0.06300385419655,0.1369944647177],[-0.05667366435688,0.14114736151544],[-0.04971835663616,0.14521817212676],[-0.04213793103452,0.14920689655173],[-0.04073198784721,0.18725397858799],[-0.03788628472222,0.21740480324075],[-0.03492122395835,0.24432747395832],[-0.03183680555554,0.26802199074075],[-0.02863302951391,0.28848835358798],[-0.02530989583335,0.30572656250001],[-0.0218674045139,0.31973661747685],[-0.01830555555557,0.33051851851849],[-0.01462434895831,0.33807226562499],[-0.01082378472222,0.34239785879629],[-0.0069038628472,0.34349529803239],[-0.00286458333335,0.34136458333336],[0.00129405381944,0.33600571469907],[0.0055720486111,0.32741869212964],[0.00996940104164,0.31560351562501],[0.01448611111113,0.30056018518519],[0.01912217881943,0.28228870081017],[0.02387760416667,0.26078906250001],[0.02875238715279,0.23606127025465],[0.03374652777779,0.2081053240741],[0.03886002604168,0.17692122395835],[0.04409288194444,0.1425089699074],[0.04944509548608,0.10486856192131],[0.05491666666671,0.06399999999996],[0.14556444444446,0.11547466666667],[0.16340444444444,0.08724533333333],[0.17898666666667,0.06151199999999],[0.19231111111111,0.03827466666667],[0.2033777777778,0.01753333333335],[0.21218666666664,-0.00071200000002],[0.21873777777779,-0.01646133333333],[0.22303111111108,-0.02971466666668],[0.22506666666669,-0.04047200000002],[0.22484444444444,-0.0487333333333],[0.22236444444445,-0.05449866666669],[0.21762666666666,-0.05776800000001],[0.21063111111113,-0.05854133333332],[0.20137777777774,-0.05681866666669]],"o":[[-0.1570344827586,0.04348275862071],[-0.154364549592,0.05316855959654],[-0.15149624830866,0.06233535610318],[-0.14842957890852,0.07098314814056],[-0.14516454139164,0.07911193570874],[-0.14170113575796,0.08672171880767],[-0.13803936200748,0.09381249743734],[-0.13417922014025,0.10038427159787],[-0.13012071015623,0.1064370412891],[-0.12586383205542,0.11197080651112],[-0.12140858583786,0.11698556726395],[-0.11675497150355,0.12148132354753],[-0.11190298905245,0.12545807536185],[-0.10685263848455,0.12891582270697],[-0.10160391979991,0.13185456558284],[-0.09615683299847,0.13427430398951],[-0.09051137808029,0.13617503792693],[-0.08466755504531,0.13755676739515],[-0.07862536389354,0.13841949239412],[-0.07238480462502,0.13876321292383],[-0.06594587723976,0.13858792898435],[-0.05930858173764,0.13789364057567],[-0.05247291811884,0.13668034769773],[-0.04543888638318,0.1349480503506],[-0.03820648653084,0.13269674853416],[-0.03077571856164,0.12992644224852],[-0.0231465824757,0.12663713149374],[-0.01531907827302,0.12282881626965],[-0.00729320595349,0.1185014965763],[0.0010344827586,0.12686206896552],[0.00734490959042,0.12015260978308],[0.01339152896799,0.11391246053546],[0.01917434089137,0.10814162122267],[0.02469334536062,0.10284009184471],[0.02994854237568,0.09800787240152],[0.03493993193655,0.09364496289311],[0.03966751404323,0.08975136331952],[0.04413128869572,0.08632707368076],[0.04833125589403,0.08337209397678],[0.0522674156382,0.08088642420762],[0.05593976792818,0.07887006437329],[0.05934831276392,0.07732301447373],[0.06249305014552,0.07624527450901],[0.06537398007299,0.07563684447905],[0.06799110254622,0.07549772438392],[0.07034441756531,0.07582791422362],[0.07243392513016,0.0766274139981],[0.07425962524087,0.0778962237074],[0.0758215178974,0.07963434335153],[0.07711960309979,0.08184177293043],[0.07815388084794,0.08451851244411],[0.07892435114189,0.08766456189267],[0.07943101398172,0.091279921276],[0.0796738693673,0.0953645905941],[0.0796529172988,0.09991856984709],[0.07936815777606,0.10494185903485],[0.07881959079913,0.11043445815739],[0.07800721636806,0.11639636721475],[0.07182758620689,0.11468965517241],[0.06936606666943,0.11782209192671],[0.06715154372876,0.1204417565296],[0.06518401738487,0.12254864898108],[0.06346348763788,0.12414276928121],[0.06198995448767,0.12522411742998],[0.06076341793431,0.12579269342734],[0.05978387797779,0.12584849727335],[0.05905133461806,0.12539152896801],[0.05856578785517,0.1244217885112],[0.05832723768913,0.12293927590309],[0.05833568411987,0.12094399114352],[0.05859112714745,0.11843593423265],[0.05909356677188,0.11541510517037],[0.05984300299315,0.11188150395668],[0.06083943581126,0.10783513059164],[0.0620828652261,0.10327598507524],[0.06357329123784,0.09820406740744],[0.06531071384643,0.09261937758828],[0.0672951330518,0.08652191561771],[0.06952654885401,0.07991168149573],[0.07200496125301,0.07278867522245],[0.07473037024891,0.06515289679771],[0.07770277584154,0.05700434622167],[0.08092217803107,0.04834302349423],[0.08438857681745,0.03916892861537],[0.0881019722006,0.02948206158516],[0.09206236418061,0.01928242240353],[0.09626975275739,0.00857001107056],[0.00817241379309,-0.00020689655173],[0.01809528885974,-0.00649403419573],[0.02739304604535,-0.01269908565337],[0.03606568534997,-0.0188220509246],[0.04411320677355,-0.02486293000942],[0.05153561031614,-0.03082172290789],[0.05833289597768,-0.03669842961989],[0.06450506375825,-0.04249305014554],[0.07005211365782,-0.04820558448483],[0.07497404567636,-0.05383603263766],[0.07927085981385,-0.05938439460414],[0.08294255607035,-0.0648506703842],[0.08598913444587,-0.07023485997786],[0.08841059494034,-0.07553696338516],[0.09020693755383,-0.080756980606],[0.09137816228628,-0.08589491164048],[0.09192426913773,-0.09095075648861],[0.09184525810815,-0.09592451515027],[0.09114112919758,-0.10081618762558],[0.08981188240602,-0.10562577391448],[0.08785751773343,-0.11035327401697],[0.08527803517978,-0.11499868793311],[0.08207343474515,-0.11956201566278],[0.07824371642954,-0.1240432572061],[0.07378888023288,-0.12844241256306],[0.06870892615524,-0.13275948173356],[0.06300385419655,-0.1369944647177],[0.05667366435694,-0.14114736151544],[0.04971835663616,-0.14521817212676],[0.04345833333332,-0.15387499999997],[0.04073198784721,-0.18725397858799],[0.03788628472222,-0.21740480324075],[0.03492122395835,-0.24432747395832],[0.03183680555554,-0.26802199074075],[0.02863302951391,-0.28848835358798],[0.02530989583335,-0.30572656250001],[0.0218674045139,-0.31973661747685],[0.01830555555557,-0.33051851851849],[0.01462434895831,-0.33807226562499],[0.01082378472222,-0.34239785879629],[0.0069038628472,-0.34349529803239],[0.00286458333335,-0.34136458333336],[-0.00129405381944,-0.33600571469907],[-0.0055720486111,-0.32741869212964],[-0.00996940104164,-0.31560351562501],[-0.01448611111113,-0.30056018518519],[-0.01912217881943,-0.28228870081017],[-0.02387760416667,-0.26078906250001],[-0.02875238715279,-0.23606127025465],[-0.03374652777774,-0.2081053240741],[-0.03886002604168,-0.17692122395835],[-0.04409288194449,-0.1425089699074],[-0.04944509548613,-0.10486856192131],[-0.12546666666668,-0.14620000000002],[-0.14556444444446,-0.11547466666667],[-0.16340444444444,-0.08724533333333],[-0.17898666666667,-0.06151199999999],[-0.19231111111111,-0.03827466666667],[-0.20337777777775,-0.01753333333335],[-0.21218666666664,0.00071200000002],[-0.21873777777779,0.01646133333333],[-0.22303111111108,0.02971466666668],[-0.22506666666669,0.04047200000002],[-0.22484444444444,0.0487333333333],[-0.22236444444445,0.05449866666663],[-0.21762666666666,0.05776800000001],[-0.21063111111113,0.05854133333332],[-0.20137777777779,0.05681866666669]],"v":[[-342.5,-388.5],[-342.967148140555,-388.354893271557],[-343.425988929435,-388.18150764689],[-343.87592726229,-387.981400139407],[-344.31636803477,-387.756127762516],[-344.746716142523,-387.507247529624],[-345.166376481201,-387.236316454139],[-345.574753946451,-386.944891549469],[-345.971253433925,-386.634529829021],[-346.355279839272,-386.306788306204],[-346.726238058141,-385.963223994424],[-347.083532986182,-385.605393907089],[-347.426569519046,-385.234855057608],[-347.75475255238,-384.853164459387],[-348.067486981836,-384.461879125835],[-348.364177703063,-384.062556070359],[-348.64422961171,-383.656752306367],[-348.907047603428,-383.246024847267],[-349.152036573865,-382.831930706466],[-349.378601418672,-382.416026897372],[-349.586147033499,-381.999870433392],[-349.774078313994,-381.585018327935],[-349.941800155808,-381.173027594407],[-350.08871745459,-380.765455246218],[-350.21423510599,-380.363858296773],[-350.317758005658,-379.969793759482],[-350.398691049243,-379.584818647751],[-350.456439132396,-379.210489974989],[-350.490407150765,-378.848364754602],[-350.5,-378.5],[-350.487364959613,-378.129595309361],[-350.456194349912,-377.778615031367],[-350.407279593259,-377.445651236213],[-350.341412112018,-377.129295994096],[-350.25938332855,-376.82814137521],[-350.161984665218,-376.540779449752],[-350.050007544385,-376.265802287917],[-349.924243388413,-376.0018019599],[-349.785483619664,-375.747370535897],[-349.634519660503,-375.501100086104],[-349.472142933289,-375.261582680717],[-349.299144860388,-375.02741038993],[-349.11631686416,-374.79717528394],[-348.924450366969,-374.569469432941],[-348.724336791176,-374.34288490713],[-348.516767559145,-374.116013776703],[-348.302534093239,-373.887448111854],[-348.082427815819,-373.655779982779],[-347.857240149248,-373.419601459675],[-347.627762515888,-373.177504612735],[-347.394786338103,-372.928081512157],[-347.159103038255,-372.669924228136],[-346.921504038706,-372.401624830867],[-346.682780761819,-372.121775390545],[-346.443724629956,-371.828967977367],[-346.20512706548,-371.521794661528],[-345.967779490754,-371.198847513223],[-345.73247332814,-370.858718602649],[-345.5,-370.5],[-345.288271269835,-370.151104186313],[-345.083556603387,-369.793580220591],[-344.885115010865,-369.428966419287],[-344.692205502481,-369.058801098856],[-344.504087088441,-368.684622575751],[-344.320018778958,-368.307969166428],[-344.139259584239,-367.930379187339],[-343.961068514494,-367.553390954939],[-343.784704579934,-367.178542785682],[-343.609426790766,-366.807372996023],[-343.434494157202,-366.441419902415],[-343.25916568945,-366.082221821313],[-343.08270039772,-365.731317069171],[-342.904357292222,-365.390243962442],[-342.723395383165,-365.060540817582],[-342.539073680758,-364.743745951044],[-342.350651195211,-364.441397679282],[-342.157386936734,-364.15503431875],[-341.958539915536,-363.886194185903],[-341.753369141826,-363.636415597195],[-341.541133625815,-363.40723686908],[-341.321092377711,-363.200196318012],[-341.092504407725,-363.016832260445],[-340.854628726065,-362.858683012834],[-340.606724342942,-362.727286891631],[-340.348050268564,-362.624182213293],[-340.077865513141,-362.550907294272],[-339.795429086883,-362.509000451023],[-339.5,-362.5],[-339.46044216655,-362.510071917668],[-339.392053384723,-362.538882118988],[-339.296709008159,-362.586184345402],[-339.176284390504,-362.651732338349],[-339.032654885399,-362.735279839272],[-338.867695846488,-362.83658058961],[-338.683282627414,-362.955388330805],[-338.48129058182,-363.091456804297],[-338.263595063348,-363.244539751527],[-338.032071425643,-363.414390913937],[-337.788595022346,-363.600764032966],[-337.535041207102,-363.803412850055],[-337.273285333552,-364.022091106646],[-337.005202755341,-364.25655254418],[-336.73266882611,-364.506550904096],[-336.457558899504,-364.771839927836],[-336.181748329165,-365.052173356841],[-335.907112468736,-365.347304932552],[-335.63552667186,-365.656988396408],[-335.368866292181,-365.980977489852],[-335.109006683341,-366.319025954324],[-334.857823198983,-366.670887531264],[-334.617191192751,-367.036315962114],[-334.388986018287,-367.415064988314],[-334.175083029235,-367.806888351306],[-333.977357579237,-368.211539792529],[-333.797685021936,-368.628773053426],[-333.637940710976,-369.058341875436],[-333.5,-369.5],[-333.373684678819,-370.012500506366],[-333.255727430556,-370.620295717593],[-333.146486328125,-371.313701171875],[-333.046319444444,-372.083032407407],[-332.955584852431,-372.918604962384],[-332.874640625,-373.810734375],[-332.803844835069,-374.749736183449],[-332.743555555556,-375.725925925926],[-332.694130859375,-376.729619140625],[-332.655928819444,-377.751131365741],[-332.629307508681,-378.780778139467],[-332.614625,-379.808875],[-332.612239366319,-380.825737485532],[-332.622508680556,-381.821681134259],[-332.645791015625,-382.787021484375],[-332.682444444444,-383.712074074074],[-332.73282703993,-384.587154441551],[-332.797296875,-385.402578125],[-332.876212022569,-386.148660662616],[-332.969930555556,-386.815717592593],[-333.078810546875,-387.394064453125],[-333.203210069444,-387.874016782407],[-333.34348719618,-388.245890118634],[-333.5,-388.5],[-333.907111111111,-388.891888],[-334.371128888889,-389.195344],[-334.88528,-389.417856],[-335.442791111111,-389.566912],[-336.036888888889,-389.65],[-336.6608,-389.674608],[-337.307751111111,-389.648224],[-337.970968888889,-389.578336],[-338.64368,-389.472432],[-339.319111111111,-389.338],[-339.990488888889,-389.182528],[-340.65104,-389.013504],[-341.293991111111,-388.838416],[-341.912568888889,-388.664752]],"c":true}],"h":1},{"t":10.7995495495495,"s":[{"i":[[0.05724137931031,-0.01744827586208],[0.04725869768293,-0.01549081228774],[0.04678794554872,-0.01642000507576],[0.04630704184285,-0.01734898187294],[0.04581598656534,-0.01827774267929],[0.04531477971631,-0.01920628749468],[0.04480342129563,-0.02013461631918],[0.04428191130336,-0.02106272915285],[0.04375024973945,-0.02199062599556],[0.04320843660395,-0.02291830684743],[0.04265647189686,-0.02384577170841],[0.04209435561819,-0.02477302057855],[0.04152208776787,-0.02570005345774],[0.04093966834597,-0.02662687034609],[0.04034709735248,-0.02755347124349],[0.0397443747874,-0.02847985615006],[0.03913150065068,-0.02940602506573],[0.03850847494238,-0.03033197799056],[0.03787529766242,-0.03125771492444],[0.03723196881094,-0.03218323586742],[0.03657848838776,-0.03310854081957],[0.03591485639305,-0.03403362978082],[0.03524107282675,-0.03495850275118],[0.03455713768881,-0.03588315973064],[0.03386305097922,-0.03680760071927],[0.0331588126981,-0.03773182571695],[0.03244442284534,-0.03865583472378],[0.031719881421,-0.03957962773973],[0.03098518842506,-0.04050320476478],[0.03024034385749,-0.04142656579893],[0.02948534771832,-0.04234971084219],[0.02872020000757,-0.04327263989461],[0.02794490072517,-0.04419535295608],[0.02715944987119,-0.04511785002671],[0.02636384744562,-0.04604013110645],[0.02555809344847,-0.04696219619535],[0.02474218787967,-0.0478840452933],[0.02391613073928,-0.04880567840036],[0.02307992202731,-0.04972709551657],[0.02223356174369,-0.0506482966419],[0.02137704988849,-0.05156928177632],[0.02051038646169,-0.05249005091986],[0.01963357146332,-0.0534106040725],[0.01874660489329,-0.0543309412343],[0.01784948675169,-0.05525106240515],[0.01694221703843,-0.05617096758516],[0.01602479575359,-0.05709065677428],[0.01509722289723,-0.0580101299725],[0.01415949846916,-0.05892938717989],[0.01321162246956,-0.05984842839632],[0.01225359489831,-0.06076725362192],[0.01128541575548,-0.06168586285656],[0.01030708504101,-0.06260425610037],[0.00931860275495,-0.06352243335334],[0.0083199688973,-0.06444039461536],[0.00731118346806,-0.06535813988648],[0.00629224646718,-0.06627566916677],[0.00526315789477,-0.06719298245616],[0.00479368750001,-0.07106060937502],[0.00400975000002,-0.07134493749999],[0.0031981875,-0.07155298437499],[0.00235900000001,-0.07168474999997],[0.00149218749999,-0.071740234375],[0.00059775,-0.07171943750001],[-0.00032431250003,-0.071622359375],[-0.00127400000002,-0.07144900000003],[-0.00225131249999,-0.07119935937499],[-0.00325624999999,-0.07087343749998],[-0.00428881250002,-0.07047123437502],[-0.00534900000002,-0.06999274999998],[-0.0064368125,-0.06943798437499],[-0.00755225,-0.06880693750003],[-0.00869531249998,-0.068099609375],[-0.00986599999999,-0.06731600000001],[-0.01106431249997,-0.066456109375],[-0.01229024999998,-0.06551993750003],[-0.01354381250002,-0.06450748437499],[-0.01482499999997,-0.06341874999998],[-0.01613381250002,-0.06225373437502],[-0.01747024999997,-0.06101243749998],[-0.01883431250002,-0.05969485937499],[-0.02022599999998,-0.05830100000003],[-0.02164531250003,-0.056830859375],[-0.02309224999999,-0.05528443750001],[-0.02456681249998,-0.053661734375],[-0.02606900000001,-0.05196274999997],[-0.0275988125,-0.05018748437499],[-0.02915624999997,-0.04833593749998],[-0.03074131249997,-0.04640810937502],[-0.032354,-0.04440399999999],[-0.0339943125,-0.04232360937499],[-0.03566225000003,-0.04016693750003],[-0.03735781249998,-0.037933984375],[-0.03908100000001,-0.03562475000001],[-0.04083181250002,-0.033239234375],[-0.04261025,-0.03077743750003],[-0.0444163125,-0.02823935937505],[-0.04624999999999,-0.02562499999999],[-0.30504981754069,-0.1257723563902],[-0.28552269465746,-0.07468514494241],[-0.26641863135018,-0.02687629669111],[-0.24773762761902,0.01765418836362],[-0.22947968346386,0.0589063102218],[-0.21164479888472,0.09688006888354],[-0.1942329738817,0.13157546434866],[-0.17724420845462,0.16299249661733],[-0.16067850260362,0.19113116568946],[-0.14453585632867,0.21599147156508],[-0.12881626962974,0.23757341424414],[-0.11351974250687,0.2558769937267],[-0.09864627496006,0.27090221001271],[-0.08419586698921,0.28264906310221],[-0.07016851859447,0.29111755299522],[-0.05656422977574,0.29630767969167],[-0.04338300053303,0.29821944319161],[-0.03062483086637,0.296852843495],[-0.01828972077578,0.29220788060189],[-0.0063776702612,0.28428455451228],[0.00511132067737,0.27308286522612],[0.01617725203988,0.25860281274345],[0.02682012382633,0.24084439706428],[0.03703993603676,0.2198076181885],[0.04683668867114,0.19549247611627],[0.05621038172944,0.16789897084755],[0.06516101521174,0.13702710238221],[0.07368858911809,0.10287687072042],[0.08179310344826,0.06544827586208],[0.04854139161097,0.0315003485178],[0.04986949034401,0.02558522284636],[0.05112222723358,0.01997876091679],[0.05229960227973,0.01468096272907],[0.05340161548241,0.00969182828322],[0.05442826684163,0.00501135757924],[0.05537955635737,0.00063955061711],[0.05625548402969,-0.00342359260321],[0.05705604985855,-0.00717807208167],[0.05778125384393,-0.01062388781827],[0.0584310959859,-0.01376103981301],[0.05900557628439,-0.01658952806594],[0.05950469473942,-0.019109352577],[0.05992845135103,-0.02132051334615],[0.06027684611917,-0.02322301037356],[0.06054987904383,-0.02481684365904],[0.06074755012503,-0.02610201320266],[0.06086985936281,-0.02707851900448],[0.06091680675718,-0.02774636106443],[0.06088839230802,-0.02810553938252],[0.06078461601544,-0.02815605395875],[0.06060547787934,-0.02789790479312],[0.06035097789987,-0.02733109188569],[0.06002111607694,-0.02645561523639],[0.05961589241053,-0.02527147484523],[0.05913530690066,-0.0237786707122],[0.05857935954737,-0.02197720283732],[0.05794805035055,-0.01986707122063]],"o":[[-0.04771929824562,0.01456140350876],[-0.04725869768293,0.01549081228774],[-0.04678794554872,0.01642000507582],[-0.04630704184285,0.01734898187294],[-0.04581598656534,0.01827774267929],[-0.04531477971631,0.01920628749468],[-0.04480342129563,0.02013461631918],[-0.04428191130336,0.02106272915285],[-0.04375024973945,0.02199062599556],[-0.04320843660395,0.02291830684743],[-0.04265647189686,0.02384577170841],[-0.04209435561819,0.02477302057855],[-0.04152208776787,0.02570005345774],[-0.04093966834597,0.02662687034609],[-0.04034709735248,0.02755347124349],[-0.0397443747874,0.02847985615006],[-0.03913150065068,0.02940602506573],[-0.03850847494238,0.03033197799056],[-0.03787529766242,0.03125771492444],[-0.03723196881094,0.03218323586742],[-0.03657848838776,0.03310854081957],[-0.03591485639305,0.03403362978082],[-0.03524107282675,0.03495850275118],[-0.03455713768881,0.03588315973064],[-0.03386305097922,0.03680760071927],[-0.0331588126981,0.03773182571695],[-0.03244442284534,0.03865583472378],[-0.031719881421,0.03957962773973],[-0.03098518842506,0.04050320476478],[-0.03024034385749,0.04142656579893],[-0.02948534771832,0.04234971084219],[-0.02872020000757,0.04327263989461],[-0.02794490072517,0.04419535295614],[-0.02715944987119,0.04511785002671],[-0.02636384744562,0.04604013110645],[-0.02555809344847,0.0469621961953],[-0.02474218787967,0.0478840452933],[-0.02391613073928,0.04880567840036],[-0.02307992202731,0.04972709551657],[-0.02223356174369,0.0506482966419],[-0.02137704988849,0.05156928177632],[-0.02051038646169,0.05249005091986],[-0.01963357146332,0.0534106040725],[-0.01874660489329,0.0543309412343],[-0.01784948675169,0.05525106240515],[-0.01694221703843,0.05617096758516],[-0.01602479575359,0.05709065677428],[-0.01509722289717,0.0580101299725],[-0.01415949846916,0.05892938717989],[-0.01321162246956,0.05984842839632],[-0.01225359489831,0.06076725362186],[-0.01128541575548,0.06168586285656],[-0.01030708504101,0.06260425610037],[-0.00931860275495,0.06352243335328],[-0.00831996889735,0.06444039461536],[-0.00731118346806,0.06535813988648],[-0.00629224646724,0.06627566916677],[-0.00554999999997,0.07069999999999],[-0.00479368750001,0.07106060937502],[-0.00400975000002,0.07134493749999],[-0.0031981875,0.07155298437499],[-0.00235900000001,0.07168474999997],[-0.00149218749999,0.071740234375],[-0.00059775,0.07171943750001],[0.00032431250003,0.071622359375],[0.00127400000002,0.07144899999997],[0.00225131249999,0.07119935937499],[0.00325624999999,0.07087343749998],[0.00428881250002,0.07047123437502],[0.00534900000002,0.06999274999998],[0.0064368125,0.06943798437499],[0.00755225,0.06880693750003],[0.00869531249998,0.068099609375],[0.00986599999999,0.06731600000001],[0.01106431249997,0.066456109375],[0.01229024999998,0.06551993750003],[0.01354381250002,0.06450748437499],[0.01482499999997,0.06341874999998],[0.01613381250002,0.06225373437502],[0.01747024999997,0.06101243749998],[0.01883431250002,0.05969485937499],[0.02022599999998,0.05830100000003],[0.02164531249997,0.056830859375],[0.02309224999999,0.05528443750001],[0.02456681249998,0.053661734375],[0.02606900000001,0.05196274999997],[0.0275988125,0.05018748437499],[0.02915625000003,0.04833593749998],[0.03074131250003,0.04640810937502],[0.032354,0.04440399999999],[0.0339943125,0.04232360937499],[0.03566225000003,0.04016693750003],[0.03735781250003,0.037933984375],[0.03908100000001,0.03562475000001],[0.04083181250002,0.033239234375],[0.04261025,0.03077743750003],[0.04441631250006,0.02823935937499],[0.32499999999999,0.18013793103449],[0.30504981754069,0.1257723563902],[0.2855226946574,0.07468514494241],[0.26641863135018,0.02687629669111],[0.24773762761902,-0.01765418836362],[0.22947968346386,-0.0589063102218],[0.21164479888472,-0.09688006888354],[0.19423297388164,-0.13157546434866],[0.17724420845462,-0.16299249661733],[0.16067850260362,-0.19113116568946],[0.14453585632867,-0.21599147156502],[0.12881626962974,-0.23757341424414],[0.11351974250687,-0.2558769937267],[0.09864627496006,-0.27090221001271],[0.08419586698921,-0.28264906310221],[0.07016851859447,-0.29111755299522],[0.05656422977574,-0.29630767969167],[0.04338300053303,-0.29821944319161],[0.03062483086637,-0.296852843495],[0.01828972077578,-0.29220788060195],[0.0063776702612,-0.28428455451228],[-0.00511132067737,-0.27308286522612],[-0.01617725203982,-0.25860281274345],[-0.02682012382633,-0.24084439706428],[-0.03703993603676,-0.2198076181885],[-0.04683668867114,-0.19549247611627],[-0.0562103817295,-0.16789897084749],[-0.06516101521174,-0.13702710238226],[-0.07368858911809,-0.10287687072042],[-0.04713793103446,-0.03772413793104],[-0.04854139161097,-0.0315003485178],[-0.04986949034401,-0.02558522284636],[-0.05112222723358,-0.01997876091679],[-0.05229960227973,-0.01468096272907],[-0.05340161548241,-0.00969182828322],[-0.05442826684163,-0.00501135757924],[-0.05537955635737,-0.00063955061711],[-0.05625548402969,0.00342359260321],[-0.05705604985855,0.00717807208167],[-0.05778125384393,0.01062388781827],[-0.0584310959859,0.01376103981301],[-0.05900557628439,0.01658952806594],[-0.05950469473942,0.019109352577],[-0.05992845135103,0.02132051334615],[-0.06027684611917,0.02322301037356],[-0.06054987904383,0.02481684365904],[-0.06074755012503,0.02610201320266],[-0.06086985936281,0.02707851900448],[-0.06091680675712,0.02774636106443],[-0.06088839230802,0.02810553938252],[-0.06078461601544,0.02815605395875],[-0.06060547787939,0.02789790479312],[-0.06035097789987,0.02733109188569],[-0.06002111607694,0.02645561523639],[-0.05961589241048,0.02527147484523],[-0.05913530690066,0.0237786707122],[-0.05857935954731,0.02197720283738],[-0.0579480503506,0.01986707122057]],"v":[[-358.5,-387.5],[-358.642469531786,-387.454921622308],[-358.783542034526,-387.407055342265],[-358.923187053506,-387.356401807844],[-359.061374134012,-387.302961667018],[-359.198072821327,-387.246735567759],[-359.333252660738,-387.187724158041],[-359.466883197529,-387.125928085835],[-359.598933976986,-387.061347999114],[-359.729374544394,-386.993984545852],[-359.858174445038,-386.923838374021],[-359.985303224204,-386.850910131593],[-360.110730427176,-386.77520046654],[-360.23442559924,-386.696710026837],[-360.35635828568,-386.615439460455],[-360.476498031783,-386.531389415367],[-360.594814382833,-386.444560539545],[-360.711276884115,-386.354953480963],[-360.825855080915,-386.262568887593],[-360.938518518518,-386.167407407407],[-361.049236742209,-386.069469688379],[-361.157979297273,-385.968756378481],[-361.264715728996,-385.865268125685],[-361.369415582662,-385.759005577965],[-361.472048403557,-385.649969383292],[-361.572583736966,-385.53816018964],[-361.670991128174,-385.423578644981],[-361.767240122467,-385.306225397288],[-361.861300265129,-385.186101094534],[-361.953141101445,-385.063206384691],[-362.042732176702,-384.937541915731],[-362.130043036184,-384.809108335628],[-362.215043225176,-384.677906292354],[-362.297702288963,-384.543936433882],[-362.377989772831,-384.407199408185],[-362.455875222065,-384.267695863235],[-362.53132818195,-384.125426447004],[-362.604318197772,-383.980391807466],[-362.674814814815,-383.832592592593],[-362.742787578364,-383.682029450357],[-362.808206033705,-383.528703028732],[-362.871039726123,-383.37261397569],[-362.931258200904,-383.213762939204],[-362.988831003331,-383.052150567246],[-363.043727678692,-382.887777507789],[-363.09591777227,-382.720644408806],[-363.145370829351,-382.550751918269],[-363.19205639522,-382.378100684151],[-363.235944015162,-382.202691354425],[-363.277003234463,-382.024524577063],[-363.315203598408,-381.843601000038],[-363.350514652282,-381.659921271322],[-363.382905941369,-381.473486038889],[-363.412347010956,-381.284295950711],[-363.438807406327,-381.09235165476],[-363.462256672768,-380.89765379901],[-363.482664355564,-380.700203031432],[-363.5,-380.5],[-363.5155224375,-380.287340015625],[-363.5287345,-380.073712625],[-363.5395533125,-379.859346671875],[-363.547896,-379.644471],[-363.5536796875,-379.429314453125],[-363.5568215,-379.214105875],[-363.5572385625,-378.999074109375],[-363.554848,-378.784448],[-363.5495669375,-378.570456390625],[-363.5413125,-378.357328125],[-363.5300018125,-378.145292046875],[-363.515552,-377.934577],[-363.4978801875,-377.725411828125],[-363.4769035,-377.518025375],[-363.4525390625,-377.312646484375],[-363.424704,-377.109504],[-363.3933154375,-376.908826765625],[-363.3582905,-376.710843625],[-363.3195463125,-376.515783421875],[-363.277,-376.323875],[-363.2305686875,-376.135347203125],[-363.1801695,-375.950428875],[-363.1257195625,-375.769348859375],[-363.067136,-375.592336],[-363.0043359375,-375.419619140625],[-362.9372365,-375.251427125],[-362.8657548125,-375.087988796875],[-362.789808,-374.929533],[-362.7093131875,-374.776288578125],[-362.6241875,-374.628484375],[-362.5343480625,-374.486349234375],[-362.439712,-374.350112],[-362.3401964375,-374.220001515625],[-362.2357185,-374.096246625],[-362.1261953125,-373.979076171875],[-362.011544,-373.868719],[-361.8916816875,-373.765403953125],[-361.7665255,-373.669359875],[-361.6359925625,-373.580815609375],[-361.5,-373.5],[-360.555031038583,-373.041954159662],[-359.66927803518,-372.742087498462],[-358.841471811062,-372.590564926811],[-358.070343187503,-372.577551355119],[-357.354622985772,-372.693211693796],[-356.693042027143,-372.927710853254],[-356.084331132888,-373.271213743901],[-355.527221124277,-373.713885276149],[-355.020442822584,-374.245890360408],[-354.56272704908,-374.857393907089],[-354.152804625036,-375.538560826602],[-353.789406371725,-376.279556029358],[-353.471263110419,-377.070544425766],[-353.197105662389,-377.901690926237],[-352.965664848907,-378.763160441183],[-352.775671491246,-379.645117881012],[-352.625856410677,-380.537728156136],[-352.514950428472,-381.431156176965],[-352.441684365903,-382.31556685391],[-352.404789044241,-383.18112509738],[-352.402995284759,-384.017995817787],[-352.435033908729,-384.81634392554],[-352.499635737422,-385.566334331051],[-352.595531592111,-386.258131944729],[-352.721452294067,-386.881901676986],[-352.876128664562,-387.42780843823],[-353.058291524868,-387.886017138874],[-353.266671696256,-388.246692689327],[-353.5,-388.5],[-353.643537824429,-388.603759563738],[-353.791172987822,-388.689310754849],[-353.94267940465,-388.757579564558],[-354.09783098938,-388.809491984091],[-354.256401656485,-388.845974004674],[-354.418165320431,-388.867951617532],[-354.582895895691,-388.876350813891],[-354.750367296732,-388.872097584977],[-354.920353438025,-388.856117922014],[-355.09262823404,-388.829337816229],[-355.266965599246,-388.792683258846],[-355.443139448112,-388.747080241092],[-355.620923695108,-388.693454754192],[-355.800092254705,-388.632732789372],[-355.980419041371,-388.565840337857],[-356.161677969576,-388.493703390873],[-356.343642953791,-388.417247939645],[-356.526087908483,-388.337399975399],[-356.708786748124,-388.25508548936],[-356.891513387183,-388.171230472754],[-357.074041740129,-388.086760916807],[-357.256145721432,-388.002602812743],[-357.437599245562,-387.91968215179],[-357.618176226988,-387.838924925171],[-357.79765058018,-387.761257124113],[-357.975796219607,-387.687604739842],[-358.15238705974,-387.618893763582],[-358.327197015048,-387.556050186559]],"c":true}],"h":1}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"},{"inv":false,"mode":"f","pt":{"k":[{"t":1.2,"s":[{"i":[[0.82225,0.61874999999998],[0.2001875,0.12323828125],[0.2193125,0.119265625],[0.22975,0.11770703125001],[0.2315,0.1185625],[0.2245625,0.12183203124999],[0.2089375,0.127515625],[0.184625,0.13561328125002],[0.151625,0.14612499999998],[0.14286328125,0.18960546875002],[0.124203125,0.20973437500001],[0.11226953125,0.22251171874998],[0.1070625,0.2279375],[0.10858203125,0.22601171874999],[0.116828125,0.21673437499999],[0.13180078125,0.20010546875],[0.15349999999999,0.17612500000001],[0.165513671875,0.17565625],[0.1697421875,0.1700625],[0.17193554687501,0.16584374999999],[0.17209375,0.16300000000001],[0.170216796875,0.16153125],[0.1663046875,0.16143750000001],[0.160357421875,0.16271875000001],[0.15237500000001,0.16537499999998],[0.20991015625,0.063595703125],[0.205828125,-0.07455468750001],[0.20362890625,-0.18020117187501],[0.2033125,-0.25334375],[0.20487890625,-0.293982421875],[0.208328125,-0.30211718750002],[0.21366015624999,-0.27774804687499],[0.22087500000001,-0.22087499999998],[0.536515625,-0.47815234375],[0.568,-0.45417187499999],[0.591078125,-0.42468359375002],[0.60575,-0.38968750000001],[0.612015625,-0.34918359375001],[0.609875,-0.303171875],[0.599328125,-0.25165234374998],[0.580375,-0.19462499999997],[0.6716640625,-0.05670312500001],[0.89903125,-0.01318749999999],[1.0198515625,0.017296875],[1.034125,0.03475],[0.94185156250001,0.03917187500002],[0.74303125,0.0305625],[0.43766406250001,0.008921875],[0.02574999999999,-0.02575000000002],[-0.027083984375,-0.44398046875],[-0.08471093750001,-0.72173437499998],[-0.121755859375,-0.88438671874999],[-0.13821874999999,-0.9319375],[-0.134099609375,-0.86438671875001],[-0.10939843749999,-0.68173437499999],[-0.06411523437501,-0.38398046875002],[0.00174999999999,0.028875],[0.010728515625,-1.50419921874999],[0.0735390625,-1.65673437500001],[0.108556640625,-1.74248046875],[0.11578125,-1.7614375],[0.09521289062499,-1.71360546875],[0.0468515625,-1.598984375],[-0.02930273437499,-1.41757421874999],[-0.13325,-1.169375],[-0.85874804687501,1.01359375],[-0.9339296875,0.85899999999999],[-1.016294921875,0.70296875],[-1.10584375,0.5455],[-1.20257617187499,0.38659375],[-1.3064921875,0.22624999999999],[-1.417591796875,0.06446874999999],[-1.535875,-0.09875],[-0.582666015625,-0.06215820312499],[-0.3423515625,-0.03888281250001],[-0.170556640625,0.012451171875],[-0.06728125,0.09184375],[-0.032525390625,0.19929492187501],[-0.0662890625,0.3348046875],[-0.168572265625,0.498373046875],[-0.339375,0.69],[-0.12080078125,0.15878906250001],[-0.147390625,0.15115625],[-0.16064453125,0.1416015625],[-0.1605625,0.13012500000001],[-0.14714453125,0.11672656249999],[-0.120390625,0.10140625],[-0.08030078125,0.08416406249999],[-0.026875,0.065],[-0.06513119533528,0.31059766763849],[-0.03213702623907,0.33412536443149],[-0.01573177842565,0.34844023323615],[-0.01591545189504,0.35354227405247],[-0.03268804664723,0.34943148688046],[-0.06604956268222,0.33610787172012],[-0.116,0.31357142857144],[-0.173875,0.16639062499999],[-0.2235,0.19081249999999],[-0.187875,0.17901562499999],[-0.067,0.131],[-0.061828125,0.34390625],[-0.0305625,0.34062499999999],[-0.078453125,0.32640624999999],[-0.2055,0.30124999999998],[-0.66690625,0.667265625],[-0.756125,0.62381249999999],[-0.71115625,0.51964062499999],[-0.532,0.35475000000002],[-0.90359375,0.433859375],[-0.967375,0.3766875],[-1.20509375,0.504484375],[-1.61675,0.81725],[1.200203125,0.59451562500001],[1.1015625,0.79481250000001],[0.975578125,0.802890625]],"o":[[-0.172375,-0.129625],[-0.2001875,-0.12323828125],[-0.2193125,-0.119265625],[-0.22975,-0.11770703125001],[-0.2315,-0.1185625],[-0.2245625,-0.12183203124999],[-0.2089375,-0.127515625],[-0.184625,-0.13561328124999],[-0.16825,-0.162125],[-0.14286328125,-0.18960546874999],[-0.124203125,-0.20973437500001],[-0.11226953125,-0.22251171875001],[-0.1070625,-0.2279375],[-0.10858203125,-0.22601171875002],[-0.116828125,-0.21673437499999],[-0.13180078125,-0.20010546875],[-0.15925,-0.182625],[-0.165513671875,-0.17565625],[-0.1697421875,-0.1700625],[-0.171935546875,-0.16584374999999],[-0.17209375,-0.16300000000001],[-0.170216796875,-0.16153125],[-0.16630468749999,-0.16143750000001],[-0.160357421875,-0.16271874999998],[-0.215875,-0.23425],[-0.20991015625,-0.063595703125],[-0.205828125,0.07455468749998],[-0.20362890625,0.18020117187501],[-0.2033125,0.25334375],[-0.20487890624999,0.293982421875],[-0.208328125,0.30211718749999],[-0.21366015625,0.27774804687502],[-0.496625,0.49662499999999],[-0.536515625,0.47815234375],[-0.568,0.45417187500001],[-0.591078125,0.42468359374999],[-0.60575,0.38968750000001],[-0.612015625,0.34918359374998],[-0.609875,0.303171875],[-0.599328125,0.25165234375001],[-0.33775,0.11324999999999],[-0.6716640625,0.05670312500001],[-0.89903125,0.01318750000002],[-1.01985156249999,-0.017296875],[-1.034125,-0.03475],[-0.94185156250001,-0.03917187499999],[-0.74303125,-0.0305625],[-0.43766406250001,-0.008921875],[-0.051125,0.05112500000001],[0.027083984375,0.44398046875],[0.08471093750001,0.72173437499998],[0.121755859375,0.88438671874999],[0.13821874999999,0.9319375],[0.134099609375,0.86438671875001],[0.10939843749999,0.68173437500002],[0.064115234375,0.38398046875],[0.079875,1.284875],[-0.010728515625,1.50419921874999],[-0.0735390625,1.656734375],[-0.108556640625,1.74248046875],[-0.11578125,1.7614375],[-0.09521289062501,1.71360546875],[-0.0468515625,1.598984375],[0.02930273437499,1.41757421875],[0.79075,-1.16675000000001],[0.85874804687499,-1.01359375],[0.9339296875,-0.85899999999999],[1.016294921875,-0.70296875],[1.10584375,-0.5455],[1.202576171875,-0.38659375],[1.3064921875,-0.22625000000001],[1.417591796875,-0.06446875],[0.8915,0.05737500000001],[0.582666015625,0.06215820312499],[0.3423515625,0.03888281250001],[0.170556640625,-0.012451171875],[0.06728125,-0.09184375000001],[0.032525390625,-0.19929492187499],[0.0662890625,-0.3348046875],[0.168572265625,-0.498373046875],[0.080875,-0.1645],[0.12080078125,-0.15878906249999],[0.147390625,-0.15115625],[0.16064453125,-0.1416015625],[0.1605625,-0.13012500000001],[0.14714453125,-0.11672656249999],[0.12039062500001,-0.10140625000001],[0.08030078125,-0.08416406250001],[0.11471428571429,-0.27785714285714],[0.06513119533528,-0.31059766763849],[0.03213702623907,-0.33412536443149],[0.01573177842565,-0.34844023323615],[0.01591545189505,-0.35354227405249],[0.03268804664723,-0.34943148688046],[0.06604956268222,-0.33610787172012],[0.039,-0.10575],[0.173875,-0.16639062500001],[0.2235,-0.19081250000001],[0.18787500000001,-0.17901562500001],[0.17225,-0.33625000000001],[0.061828125,-0.34390625],[0.0305625,-0.34062500000002],[0.078453125,-0.32640625000002],[0.4435,-0.65000000000001],[0.66690625,-0.667265625],[0.756125,-0.62381250000001],[0.71115625,-0.51964062499999],[1.01375,-0.67599999999999],[0.90359375,-0.433859375],[0.967375,-0.3766875],[1.20509375,-0.504484375],[-1.2715,-0.202],[-1.200203125,-0.59451562499999],[-1.1015625,-0.79481250000001],[-0.975578125,-0.802890625]],"v":[[-25.5,-153.5],[-26.061015625,-153.87869140625],[-26.6924375,-154.24184375],[-27.368203125,-154.59669921875],[-28.06225,-154.9505],[-28.748515625,-155.31048828125],[-29.4009375,-155.68390625],[-29.993453125,-156.07799609375],[-30.5,-156.5],[-30.96498828125,-157.02943359375],[-31.36390625,-157.63028125],[-31.71693359375,-158.28048828125],[-32.04425,-158.958],[-32.36603515625,-159.64076171875],[-32.70246875,-160.30671875],[-33.07373046875,-160.93381640625],[-33.5,-161.5],[-33.987654296875,-162.037078125],[-34.491046875,-162.5553125],[-35.004072265625,-163.058828125],[-35.520625,-163.55175],[-36.034599609375,-164.038203125],[-36.539890625,-164.5223125],[-37.030392578125,-165.008203125],[-37.5,-165.5],[-38.13820703125,-165.938642578125],[-38.76134375,-165.914078125],[-39.37505859375,-165.523818359375],[-39.985,-164.865375],[-40.59681640625,-164.036259765625],[-41.21615625,-163.133984375],[-41.84866796875,-162.256060546875],[-42.5,-161.5],[-44.0518125,-160.03645703125],[-45.7106875,-158.63659375],[-47.45140625,-157.31693359375],[-49.24875,-156.094],[-51.0775,-154.98431640625],[-52.9124375,-154.00440625],[-54.72834375,-153.17079296875],[-56.5,-152.5],[-58.0407578125,-152.248328125],[-60.4234375,-152.14675],[-63.3283984375,-152.156171875],[-66.436,-152.2375],[-69.4266015625,-152.351640625],[-71.9805625,-152.4595],[-73.7782421875,-152.521984375],[-74.5,-152.5],[-74.530916015625,-151.72856640625],[-74.358078125,-149.95121875],[-74.043232421875,-147.51326171875],[-73.648125,-144.76],[-73.234501953125,-142.03673828125],[-72.864109375,-139.68878125],[-72.598693359375,-138.06143359375],[-72.5,-137.5],[-72.403228515625,-133.29969140625],[-72.536578125,-128.54159375],[-72.816669921875,-123.42607421875],[-73.160125,-118.1535],[-73.483564453125,-112.92423828125],[-73.703609375,-107.93865625],[-73.736880859375,-103.39712109375],[-73.5,-99.5],[-71.027548828125,-102.770875],[-68.340328125,-105.580125],[-65.416787109375,-107.9234375],[-62.235375,-109.7965],[-58.774541015625,-111.195],[-55.012734375,-112.114625],[-50.928404296875,-112.5510625],[-46.5,-112.5],[-44.305880859375,-112.313685546875],[-42.935484375,-112.155109375],[-42.183251953125,-112.108447265625],[-41.843625,-112.257875],[-41.711044921875,-112.687568359375],[-41.579953125,-113.481703125],[-41.244791015625,-114.724455078125],[-40.5,-116.5],[-40.19415234375,-116.9854140625],[-39.78853125,-117.4508125],[-39.32314453125,-117.8904296875],[-38.838,-118.2985],[-38.37310546875,-118.6692578125],[-37.96846875,-118.9969375],[-37.66409765625,-119.2757734375],[-37.5,-119.5],[-37.2343790087464,-120.384985422741],[-37.0926239067055,-121.354373177843],[-37.0249679300292,-122.380524781341],[-36.9816443148688,-123.435801749271],[-36.9128862973761,-124.492565597668],[-36.7689271137026,-125.523177842566],[-36.5,-126.5],[-36.159375,-126.917265625],[-35.542,-127.462125],[-34.903625,-128.025921875],[-34.5,-128.5],[-34.168671875,-129.52296875],[-34.049875,-130.5525],[-33.906140625,-131.55578125],[-33.5,-132.5],[-31.80084375,-134.491078125],[-29.63275,-136.442875],[-27.39828125,-138.173234375],[-25.5,-139.5],[-22.66746875,-141.118546875],[-19.9045,-142.288125],[-16.68928125,-143.563640625],[-12.5,-145.5],[-16.214390625,-146.742828125],[-19.673875,-148.874875],[-22.796421875,-151.319484375]],"c":true}],"h":1},{"t":2.4,"s":[{"i":[[10.9815,5.846],[0.98446875,0.65381250000002],[0.869375,0.67375000000001],[0.82521875,0.68306250000001],[0.852,0.68175000000002],[0.564890625,0.356296875],[0.5468125,0.32093750000001],[0.458515625,0.30417187500001],[0.3,0.30599999999998],[0.084375,0.261453125],[0.0615,0.30206250000001],[0.071375,0.26457812499999],[0.114,0.149],[0.165109375,0.16232812500002],[0.1836875,0.1665625],[0.176734375,0.17095312500001],[0.14425,0.1755],[0.465828125,0.61203125],[0.4070625,0.577125],[0.362703125,0.55153124999998],[0.33275,0.53525000000002],[0.269875,0.44290625000002],[0.253,0.42262500000001],[0.231625,0.39340625],[0.20575,0.35525000000001],[0.61184375,0.20107812500001],[0.526375,-0.52993749999999],[0.52634375,-0.84104687500002],[0.61175,-0.73225000000002],[1.976078125,-2.15178125],[2.0535625,-2.05112500000001],[2.050703125,-1.87378124999998],[1.9675,-1.61975000000001],[1.93734375,-1.46834375],[2.096875,-1.39587499999999],[2.23609375000001,-1.22959375000002],[2.35499999999999,-0.96949999999998],[1.08565625,-0.36703125],[1.41862499999999,-0.443625],[0.99865625,-0.22978125],[-0.17425,0.27449999999999],[-0.0128125,-1.26596875000001],[-0.21825,-1.463875],[-0.22131250000001,-1.21596875],[-0.02199999999999,-0.52224999999999],[0.358625,-6.76973437500001],[0.85299999999999,-6.4171875],[1.192875,-5.81385937500001],[1.37825000000001,-4.95975],[0.1653125,-0.4150625],[0.17975,-0.39324999999999],[0.17456250000001,-0.40656249999999],[0.14975000000001,-0.455],[0.230953125,-0.95790624999999],[0.20756249999999,-0.930125],[0.247828125,-0.88215624999999],[0.35175000000001,-0.81399999999999],[0.995328125,-1.811125],[1.10906249999999,-1.7845],[1.059203125,-1.58112499999999],[0.84575000000001,-1.201],[0.44375000000001,-0.69771875],[0.40300000000001,-0.671375],[0.38275,-0.63796875000001],[0.38300000000001,-0.5975],[0.86251851851851,-1.33333333333334],[0.86374074074075,-1.27633333333333],[0.96800000000002,-1.33333333333333],[1.05562499999999,-1.14925],[0.928,-1.2325],[0.77324999999999,-1.371],[0.99250000000001,-1.301],[1.20612500000001,-1.24075],[0.233,-1.8015],[-13.19325,-4.5145],[-8.85300000000001,-6.7285],[-3.34575,-3.150125],[-1.2955,-2.875],[-0.45375,-0.178875],[-0.123,-0.1475],[-1.953625,-3.795625],[-1.282,-4.3335],[0.744,-9.80550000000001],[0.2685,-9.1905],[-11.970625,3.9785],[-14.069,-0.005],[-3.3795,-0.495125],[0.023,-0.01900000000001],[-0.114,2.62712500000001],[-0.1105,1.12649999999999],[-0.038375,1.32775000000001],[-0.451,2.65000000000001],[-7.431875,11.52],[-10.042,6.809],[-3.09812500000001,1.580875],[-0.102,0.334],[1.242,1.917875],[1.158,1.9165],[1.06512499999999,1.720125],[0.51300000000001,1.0895],[0.5945,2.04675],[0.66249999999999,1.7755],[0.767625,1.337125],[0.265,0.871],[-0.094875,0.6965],[0.19450000000001,0.6055],[0.706,1.991125],[0.55850000000001,2.111],[1.49962500000001,7.22475],[0.36099999999999,5.90049999999999],[-0.953125,8.29275],[-0.7235,8.07650000000001],[-1.07925,7.65337499999998],[-2.99299999999999,7.68200000000002],[13.961125,-0.54112499999999]],"o":[[-1.1705,-0.62324999999998],[-0.98446875,-0.65381249999999],[-0.869375,-0.67375000000001],[-0.82521875,-0.68306249999998],[-0.51275,-0.41024999999999],[-0.564890625,-0.356296875],[-0.5468125,-0.32093749999999],[-0.458515625,-0.30417187500001],[-0.14,-0.14275000000001],[-0.084375,-0.261453125],[-0.0615,-0.30206250000001],[-0.071375,-0.26457812500001],[-0.121,-0.15825000000001],[-0.165109375,-0.16232812499999],[-0.1836875,-0.1665625],[-0.176734375,-0.17095312500001],[-0.539,-0.65625],[-0.465828125,-0.61203125],[-0.4070625,-0.577125],[-0.362703125,-0.55153124999998],[-0.28225,-0.45425],[-0.269875,-0.44290624999999],[-0.253,-0.42262499999998],[-0.231625,-0.39340625],[-0.78275,-1.352],[-0.61184375,-0.20107812500001],[-0.526375,0.52993749999999],[-0.52634375,0.84104687499999],[-1.81825,2.17574999999999],[-1.976078125,2.15178125],[-2.05356250000001,2.05112500000001],[-2.050703125,1.87378124999998],[-1.7575,1.447],[-1.93734375,1.46834375],[-2.09687500000001,1.39587499999999],[-2.23609375000001,1.22959375000002],[0.00024999999999,0],[-1.08565625,0.36703125],[-1.41862499999999,0.443625],[-0.99865625000001,0.22978125],[-0.395,0.62225000000001],[0.0128125,1.26596874999998],[0.21825,1.463875],[0.2213125,1.21596875],[0.29025,6.8715],[-0.358625,6.76973437499998],[-0.85299999999999,6.4171875],[-1.192875,5.81385937499999],[-0.13124999999999,0.47200000000001],[-0.1653125,0.41506249999999],[-0.17975,0.39324999999999],[-0.17456249999999,0.40656249999999],[-0.318,0.96549999999999],[-0.230953125,0.95790625000001],[-0.20756250000001,0.930125],[-0.247828125,0.88215625000001],[-0.718,1.661],[-0.995328125,1.811125],[-1.10906250000001,1.7845],[-1.059203125,1.581125],[-0.505,0.717],[-0.44374999999999,0.69771875],[-0.40300000000001,0.671375],[-0.38274999999999,0.63796875],[-0.96433333333333,1.50433333333334],[-0.86251851851853,1.33333333333334],[-0.86374074074072,1.27633333333333],[-0.84950000000001,1.1705],[-1.05562500000002,1.14925],[-0.9145,1.215],[-0.77324999999999,1.371],[-0.9425,1.2355],[-1.20612499999999,1.24075],[15.374,-0.7865],[13.19325,4.5145],[3.3215,2.5245],[3.34575,3.150125],[0.062,0.137],[0.45375,0.178875],[2.9035,3.484],[1.953625,3.795625],[2.2445,7.5875],[-0.744,9.80549999999999],[10.0485,-4.09100000000001],[11.970625,-3.9785],[1.505,0.0005],[3.37949999999999,0.49512499999999],[0.4335,-0.36500000000001],[0.114,-2.62712500000001],[0.3955,-4.039],[0.03837499999999,-1.32774999999999],[2.2305,-13.111],[7.43187500000001,-11.52],[0.5055,-0.3425],[3.098125,-1.580875],[0.126,-0.412],[-1.24199999999999,-1.917875],[-1.2265,-2.03],[-1.06512500000001,-1.720125],[-0.95949999999999,-2.0375],[-0.59450000000001,-2.04675],[-0.6645,-1.7805],[-0.76762500000001,-1.337125],[-0.185,-0.6085],[0.094875,-0.6965],[-0.61750000000001,-1.9245],[-0.70599999999999,-1.991125],[-1.6405,-6.20050000000001],[-1.49962499999999,-7.22475],[-0.536,-8.7525],[0.953125,-8.29275],[0.69,-7.7045],[1.07925,-7.65337500000001],[-15.174,4.6815],[-13.961125,0.54112500000002]],"v":[[-0.5,-196.5],[-3.71471875,-198.41825],[-6.47775,-200.41225],[-9.00190625,-202.450125],[-11.5,-204.5],[-13.134015625,-205.645171875],[-14.819125,-206.656375],[-16.344671875,-207.589390625],[-17.5,-208.5],[-17.828375,-209.125828125],[-18.039,-209.990625],[-18.230125,-210.860109375],[-18.5,-211.5],[-18.935546875,-211.980828125],[-19.465125,-212.474125],[-20.012140625,-212.980359375],[-20.5,-213.5],[-22.003640625,-215.40009375],[-23.309375,-217.1815],[-24.460421875,-218.87215625],[-25.5,-220.5],[-26.3293125,-221.84796875],[-27.11475,-223.1485],[-27.8428125,-224.37478125],[-28.5,-225.5],[-30.57053125,-227.724640625],[-32.2565,-227.126375],[-33.81421875,-224.964921875],[-35.5,-222.5],[-41.211578125,-215.98953125],[-47.276125,-209.666],[-53.452609375,-203.75946875],[-59.5,-198.5],[-65.04734375,-194.10353125],[-71.10375,-189.78375],[-77.60828125,-185.82209375],[-84.5,-182.5],[-86.31634375,-181.87684375],[-90.261,-180.58825],[-94.07515625,-179.50553125],[-95.5,-179.5],[-96.0226875,-176.55621875],[-95.6255,-172.35],[-94.9155625,-168.21878125],[-94.5,-165.5],[-94.6411875,-144.975453125],[-96.49725,-125.132375],[-99.6046875,-106.723109375],[-103.5,-90.5],[-103.94975,-89.1781875],[-104.47225,-87.9745],[-105.008625,-86.7835625],[-105.5,-85.5],[-106.307515625,-82.60984375],[-106.949375,-79.77275],[-107.616546875,-77.04928125],[-108.5,-74.5],[-111.110890625,-69.247625],[-114.308375,-63.81],[-117.601671875,-58.717375],[-120.5,-54.5],[-121.918,-52.37615625],[-123.183,-50.32075],[-124.3565,-48.35496875],[-125.5,-46.5],[-128.214518518519,-42.272],[-130.778148148148,-38.386],[-133.5,-34.5],[-136.441125,-31.0465],[-139.5,-27.5],[-141.9415,-23.5645],[-144.5,-19.5],[-148.032125,-15.9245],[-150.5,-11.5],[-107.10925,-5.13625],[-73.5,12.5],[-62.9805,21.237125],[-55.5,30.5],[-54.54575,30.992125],[-53.5,31.5],[-46.283875,42.362875],[-41.5,54.5],[-40.11525,81.29775],[-42.5,110.5],[-9.515375,97.428],[29.5,90.5],[38.146,91.486125],[44.5,92.5],[45.24225,87.071125],[45.5,80.5],[45.958375,73.45825],[46.5,68.5],[61.641375,30.7735],[88.5,2.5],[95.302625,-1.006375],[101.5,-4.5],[99.463,-8.371625],[95.5,-14.5],[91.964875,-20.205375],[89.5,-24.5],[87.27725,-30.6965],[85.5,-36.5],[83.200375,-41.182125],[81.5,-44.5],[81.507125,-46.50225],[81.5,-48.5],[79.45575,-54.360125],[77.5,-60.5],[72.540375,-81.225],[69.5,-101.5],[70.555375,-127.007],[73.5,-151.5],[75.77275,-174.516875],[81.5,-197.5],[37.355625,-189.104375]],"c":true}],"h":1},{"t":3.6,"s":[{"i":[[0.585,-0.206],[9.23962499999999,-5.70875000000001],[2.19749999999999,-8.40800000000002],[-0.22162499999999,-8.78900000000004],[-0.691,-5.80950000000001],[-1.93362500000001,-6.18437499999999],[-0.4725,-6.59350000000001],[2.03825000000001,-9.72612500000002],[4.77699999999999,-7.11349999999999],[1.05962500000001,-1.21449999999999],[0.869,-0.81299999999999],[1.15537500000002,-1.32137500000002],[1.18549999999999,-0.5985],[0.87787499999999,-0.193625],[0.09350000000001,-0.02600000000001],[3.717,-1.237],[3.613,-1.597],[1.839,-0.722],[5.318,-2.69],[3.605,-7.153],[0.763,-1.901],[-1.779,-22.311],[0.026,-6.589],[2.288,-4.415],[-2.849,-2.442],[-0.59,-1.032],[1.307,-2.565],[-1.508,-4.988],[-0.005,0.008],[2.054,-2.217],[1.634,-1.922],[1.586,-2.211],[-0.536,-12.768],[-2.295,-13.138],[-9.708,-7.469],[-0.679,-0.422],[-11.737,-6.093],[-1.982,-4.185],[-1.784,-11.362],[-6.118,-3.526],[-1.837,-1.295],[-8.913,-10.171],[-0.623,-0.751],[-0.764,-0.809],[-1.04,-1.268],[-0.722,-0.842],[-0.96,-1.236],[-1.548,-2.007],[-3.65,-4.731],[-1.93,-2.419],[-1.008,-1.217],[-0.712,-0.161],[-2.73,0.664],[-17.762,10.671],[-2.481,1.92],[-1.173,1.029],[-5.675,6.779],[-2.081,2.437],[-0.733,0.9],[-1.166,1.156],[-3.687,2.269],[-0.772,0.525],[-1.246,0.794],[-0.454,0.341],[-0.648,0.364],[-13.634,4.708],[-17.046,1.033],[-2.435,1.535],[-0.935,2.716],[-1.679,4.068],[-10.239,18.258],[-1.096,1.849],[-1.268,2.075],[-1.162,1.812],[-0.685,1.519],[-0.247,0.369],[-2.003,4.445],[-0.242,0.395],[-1.29,2.203],[-0.963,1.725],[-1.274,2.281],[-20.711,10.158],[-0.042,0.117],[-7.482,-9.55],[0.361,0.586],[0.588,0.803],[11.178,36.966],[0.226,0.478],[1.968,3.276],[1.2,1.289],[0.687,0.828],[1.258,1.348],[5.947,4.308],[22.014,5.591],[11.587,2.3],[15.701,7.647],[4.617,6.436],[0.746,6.591],[1.431,3.522],[0.038,0.042],[0.234,0.795],[1.756,3.315],[1.632,3.05],[0.719,1.184],[0.871,1.501],[0.684,1.074],[0.695,0.95],[1.078,1.29],[5.03,3.439],[0.137,0.131],[0.85,0.815],[1.693,0.977],[7.465,1.099],[7.084,0],[4.702,-0.959]],"o":[[-7.84399999999999,2.75700000000001],[-9.23962500000002,5.70875000000001],[-1.57749999999999,6.03449999999998],[0.22162499999999,8.78899999999999],[0.79300000000001,6.66899999999998],[1.93362499999998,6.18437499999999],[0.93000000000001,12.982],[-2.03825000000001,9.72612500000002],[-0.89249999999998,1.32900000000001],[-1.05962499999998,1.21449999999999],[-1.19299999999998,1.11599999999999],[-1.15537499999999,1.32137499999999],[-0.39499999999998,0.1995],[-0.87787500000002,0.193625],[-4.229,1.18],[-3.077,1.024],[-1.675,0.74],[-6.451,2.532],[-8.333,4.215],[-1.041,2.066],[-6.561,16.345],[0.521,6.531],[-0.035,9.042],[-1.402,2.705],[0.868,0.744],[1.485,2.594],[-2.634,5.169],[0.737,2.438],[-0.938,1.604],[-1.87,2.018],[-2.038,2.397],[-5.267,7.343],[0.658,15.685],[3.444,19.711],[0.744,0.573],[13.74,8.541],[4.485,2.328],[4.586,9.682],[1.182,7.529],[2.534,1.46],[11.958,8.428],[0.813,0.927],[0.7,0.843],[0.908,0.961],[0.693,0.844],[0.872,1.017],[1.553,1.999],[3.732,4.837],[2.629,3.407],[1.056,1.323],[2.125,2.566],[-0.292,-0.066],[25.612,-6.234],[3.453,-2.074],[1.522,-1.178],[7.548,-6.62],[2.269,-2.711],[0.938,-1.099],[0.978,-1.2],[3.7,-3.67],[0.966,-0.594],[1.216,-0.827],[0.432,-0.276],[0.723,-0.542],[11.814,-6.634],[13.309,-4.596],[4.897,-0.297],[-0.599,0.378],[1.997,-5.8],[9.282,-22.486],[1.047,-1.867],[1.307,-2.204],[1.121,-1.834],[1.271,-1.982],[0.146,-0.323],[3.121,-4.661],[0.153,-0.339],[1.311,-2.141],[1.082,-1.849],[1.319,-2.364],[12.571,-22.516],[-0.131,0.064],[0.905,-2.511],[-0.451,-0.575],[-0.618,-1.005],[-21.577,-29.462],[-0.108,-0.356],[-1.985,-4.194],[-1.467,-2.442],[-0.707,-0.76],[-1.315,-1.585],[-4.432,-4.751],[-16.712,-12.107],[-12.035,-3.057],[-20.252,-4.02],[-9.596,-4.674],[-3.277,-4.568],[-0.543,-4.795],[1.389,3.419],[-1.305,-1.457],[-0.666,-2.26],[-1.651,-3.118],[-0.654,-1.221],[-0.928,-1.529],[-1.1,-1.897],[-1.114,-1.748],[-0.713,-0.975],[-4.487,-5.37],[-0.063,-0.043],[-0.838,-0.803],[-1.681,-1.61],[-9.039,-5.218],[-6.998,-1.03],[-6.043,0],[-0.611,0.125]],"v":[[-144.5,-426.5],[-172.234875,-413.73825],[-191.5,-392.5],[-193.201375,-368.83125],[-191.5,-345.5],[-186.759625,-326.443375],[-182.5,-307.5],[-184.21975,-273.598625],[-194.5,-248.5],[-197.517625,-244.613],[-200.5,-241.5],[-204.005625,-237.611875],[-207.5,-234.5],[-209.726125,-233.869875],[-211.5,-233.5],[-224.5,-231.5],[-234.5,-225.5],[-240.5,-223.5],[-257.5,-216.5],[-271.5,-204.5],[-274.5,-198.5],[-275.5,-144.5],[-274.5,-124.5],[-276.5,-98.5],[-279.5,-92.5],[-276.5,-91.5],[-276.5,-84.5],[-284.5,-80.5],[-286.5,-73.5],[-292.5,-68.5],[-297.5,-61.5],[-303.5,-55.5],[-309.5,-28.5],[-304.5,14.5],[-287.5,60.5],[-284.5,61.5],[-237.5,70.5],[-227.5,82.5],[-219.5,116.5],[-211.5,126.5],[-204.5,130.5],[-172.5,160.5],[-170.5,164.5],[-167.5,166.5],[-165.5,170.5],[-162.5,172.5],[-160.5,176.5],[-155.5,182.5],[-145.5,195.5],[-137.5,204.5],[-135.5,208.5],[-129.5,214.5],[-124.5,212.5],[-59.5,187.5],[-50.5,180.5],[-45.5,177.5],[-26.5,155.5],[-19.5,148.5],[-17.5,144.5],[-13.5,141.5],[-0.5,130.5],[1.5,128.5],[6.5,126.5],[7.5,124.5],[10.5,123.5],[48.5,106.5],[93.5,96.5],[121.5,96.5],[123.5,89.5],[128.5,76.5],[156.5,19.5],[160.5,14.5],[163.5,7.5],[167.5,2.5],[169.5,-2.5],[171.5,-3.5],[180.5,-18.5],[182.5,-19.5],[185.5,-26.5],[189.5,-31.5],[192.5,-38.5],[240.5,-95.5],[248.5,-98.5],[245.5,-102.5],[244.5,-104.5],[242.5,-106.5],[196.5,-211.5],[194.5,-213.5],[189.5,-223.5],[184.5,-229.5],[183.5,-232.5],[179.5,-236.5],[163.5,-250.5],[101.5,-276.5],[65.5,-284.5],[6.5,-300.5],[-13.5,-316.5],[-20.5,-333.5],[-20.5,-347.5],[-25.5,-345.5],[-26.5,-357.5],[-31.5,-365.5],[-35.5,-375.5],[-38.5,-378.5],[-40.5,-383.5],[-43.5,-387.5],[-45.5,-392.5],[-48.5,-395.5],[-64.5,-409.5],[-65.5,-410.5],[-68.5,-412.5],[-73.5,-415.5],[-99.5,-427.5],[-120.5,-427.5],[-142.5,-426.5]],"c":true}],"h":1},{"t":4.8,"s":[{"i":[[2.91,-1.562],[1.755,-0.685],[4.078,-2.357],[2.932,-4.736],[4.544,-11.266],[0.677,-4.202],[0.786,-8.297],[26.435,-1.269],[2.352,-0.816],[1.588,-2.123],[1.436,-2.074],[0.779,-1.187],[0.989,-1.588],[0.854,-1.36],[-0.336,-6.885],[3.345,-10.27],[3.03,-5.546],[0.532,-0.709],[0.519,-0.745],[1.945,-2.089],[1.096,-1.763],[1.578,-2.793],[2.126,-3.937],[2.283,-8.192],[1.021,-12.531],[-0.652,-4.28],[-1.5,-3.356],[-0.954,-2.07],[-0.617,-1.339],[-2.133,-5.538],[-1.595,-13.462],[0,-12.873],[1.893,-15.733],[-2.135,-4.929],[-6.336,-10.271],[-2.997,-4.845],[-0.894,-1.335],[-0.716,-0.976],[-1.428,-2.132],[-0.822,-1.088],[-3.872,-4.427],[-8.025,-7.162],[-0.965,-0.674],[-0.819,-0.654],[-33.902,-7.248],[-2.077,0.267],[-2.951,1.697],[-1.357,0.81],[-0.832,0.426],[-1.596,0.649],[-1.502,0.61],[-2.44,1.073],[-2.709,1.211],[-3.229,1.294],[-1.429,0.551],[-2.587,0.87],[-1.515,0.737],[-0.357,0.268],[-0.708,0.451],[-4.474,2.624],[-14.24,6.146],[-28.232,5.115],[-15.377,-1.5],[-6.456,-2.533],[-0.294,0.016],[-3.869,3.869],[-8.66,7.376],[-1.537,1.366],[-0.728,2.62],[0.074,0.337],[-0.137,3.436],[-10.108,24.814],[-8.512,12.295],[-5.064,4.714],[-0.793,0.685],[-1.064,0.879],[-0.753,3.717],[-1.301,8.167],[0.065,12.753],[1.242,6.748],[0.651,2.057],[2.347,7.446],[1.347,4.347],[1.739,2.242],[2.17,1.232],[1.843,1.136],[0.867,0.831],[0.85,0.815],[1.828,1.48],[2.049,1.908],[0.782,0.684],[2.526,1.555],[0.842,0.709],[5.31,5.894],[4.28,4.757],[6.735,11.146],[2.647,5.744],[0.617,1.339],[2.24,3.659],[3.93,3.222],[2.265,1.984],[1.583,0.903],[6.311,3.046],[7.577,4.365],[12.941,5.715],[4.225,1.277],[2.308,0.961],[1.907,0.168],[3.503,-0.516],[3.165,-0.175],[28.899,9.91],[3.744,1.616],[6.668,3.95],[1.749,0.055],[-0.009,0.001]],"o":[[-1.959,1.052],[-4.515,1.763],[-2.887,1.669],[-6.188,9.996],[-2.39,5.925],[-1.492,9.262],[-2.496,26.337],[-3.578,0.172],[-0.606,0.21],[-2.012,2.69],[-0.635,0.918],[-0.85,1.296],[-0.764,1.227],[-3.438,5.475],[0.699,14.306],[-2.401,7.374],[-0.787,1.441],[-0.621,0.828],[-2.208,3.168],[-1.866,2.004],[-1.714,2.757],[-2.198,3.891],[-4.414,8.176],[-3.711,13.319],[-0.387,4.748],[0.404,2.651],[1.379,3.086],[0.774,1.679],[2.848,6.18],[5.384,13.976],[1.384,11.679],[0,18.91],[-0.939,7.805],[5.417,12.509],[3.689,5.979],[0.964,1.559],[0.737,1.1],[2.092,2.852],[0.885,1.322],[3.451,4.565],[7.695,8.797],[0.826,0.737],[0.833,0.583],[22.765,18.193],[4.441,0.949],[1.783,-0.229],[1.204,-0.692],[1.667,-0.995],[1.363,-0.698],[1.501,-0.611],[3.82,-1.551],[2.851,-1.254],[2.995,-1.339],[1.414,-0.567],[3.382,-1.303],[1.743,-0.586],[0.329,-0.16],[0.784,-0.588],[5.102,-3.247],[13.668,-8.015],[24.301,-10.488],[13.172,-2.386],[8.798,0.859],[0.657,0.258],[4.314,-0.232],[10.036,-10.036],[1.299,-1.107],[3.138,-2.789],[-0.083,0.297],[-1.133,-5.161],[1.523,-38.108],[5.363,-13.167],[4.237,-6.12],[0.744,-0.693],[1.598,-1.38],[2.112,-1.744],[2.102,-10.376],[2.123,-13.324],[-0.047,-9.267],[-0.302,-1.639],[-2.389,-7.551],[-1.228,-3.895],[-1.951,-6.293],[-0.766,-0.988],[-2.153,-1.223],[-2.148,-1.324],[-0.838,-0.803],[-1.858,-1.781],[-3.1,-2.511],[-0.739,-0.688],[-2.765,-2.418],[-1.068,-0.657],[-6.316,-5.318],[-4.523,-5.02],[-9.453,-10.507],[-3.795,-6.28],[-0.774,-1.679],[-1.921,-4.168],[-2.27,-3.709],[-3.224,-2.644],[-1.324,-1.161],[-5.492,-3.134],[-9.183,-4.432],[-12.64,-7.282],[-4.308,-1.902],[-2.251,-0.681],[-4.013,-1.672],[-2.981,-0.263],[-3.385,0.499],[-41.935,2.322],[-4.425,-1.517],[-6.903,-2.979],[-3.765,-2.23],[-0.762,-0.024],[-3.488,0.259]],"v":[[-180.5,-417.5],[-186.5,-413.5],[-200.5,-410.5],[-209.5,-398.5],[-223.5,-368.5],[-229.5,-352.5],[-230.5,-325.5],[-269.5,-268.5],[-280.5,-269.5],[-286.5,-262.5],[-291.5,-254.5],[-294.5,-251.5],[-296.5,-246.5],[-299.5,-242.5],[-301.5,-229.5],[-307.5,-196.5],[-315.5,-175.5],[-318.5,-172.5],[-319.5,-169.5],[-326.5,-162.5],[-330.5,-155.5],[-335.5,-147.5],[-341.5,-135.5],[-353.5,-111.5],[-357.5,-73.5],[-358.5,-59.5],[-354.5,-49.5],[-351.5,-42.5],[-349.5,-37.5],[-342.5,-19.5],[-328.5,23.5],[-327.5,61.5],[-327.5,113.5],[-327.5,129.5],[-308.5,165.5],[-296.5,183.5],[-294.5,188.5],[-291.5,191.5],[-286.5,198.5],[-284.5,202.5],[-272.5,215.5],[-249.5,241.5],[-246.5,242.5],[-244.5,245.5],[-158.5,283.5],[-142.5,286.5],[-134.5,281.5],[-130.5,279.5],[-126.5,276.5],[-121.5,275.5],[-117.5,272.5],[-107.5,269.5],[-99.5,264.5],[-89.5,261.5],[-85.5,259.5],[-76.5,255.5],[-70.5,254.5],[-69.5,252.5],[-66.5,251.5],[-52.5,242.5],[-11.5,222.5],[69.5,196.5],[113.5,193.5],[139.5,200.5],[142.5,202.5],[158.5,189.5],[183.5,164.5],[187.5,160.5],[203.5,147.5],[201.5,144.5],[201.5,126.5],[218.5,36.5],[237.5,1.5],[253.5,-18.5],[256.5,-19.5],[261.5,-24.5],[264.5,-31.5],[270.5,-60.5],[273.5,-98.5],[272.5,-125.5],[269.5,-131.5],[263.5,-153.5],[258.5,-166.5],[254.5,-181.5],[248.5,-184.5],[242.5,-188.5],[235.5,-192.5],[232.5,-194.5],[227.5,-198.5],[218.5,-206.5],[215.5,-207.5],[207.5,-215.5],[205.5,-217.5],[188.5,-234.5],[175.5,-249.5],[151.5,-279.5],[141.5,-299.5],[139.5,-304.5],[134.5,-317.5],[122.5,-328.5],[113.5,-336.5],[109.5,-338.5],[90.5,-346.5],[64.5,-360.5],[29.5,-380.5],[16.5,-385.5],[9.5,-389.5],[-1.5,-393.5],[-11.5,-391.5],[-22.5,-390.5],[-128.5,-401.5],[-144.5,-408.5],[-160.5,-416.5],[-170.5,-422.5],[-171.5,-421.5]],"c":true}],"h":1},{"t":6,"s":[{"i":[[0.77049999999997,-1.92574999999999],[-0.48240429687502,0.08983007812498],[-0.45817968749998,0.29638281249998],[-0.42782617187498,0.44390820312498],[-0.39134375000003,0.53240625000001],[-0.34873242187501,0.56187695312497],[-0.29999218749998,0.53232031250002],[-0.24512304687499,0.443736328125],[-0.18412499999999,0.29612499999996],[-0.47294335937499,0.7211015625],[-0.44833593750002,0.65684375000001],[-0.434177734375,0.62435156250001],[-0.43046874999999,0.623625],[-0.43720898437499,0.65466406249999],[-0.4543984375,0.71746875000002],[-0.48203710937503,0.81203906249999],[-0.52012500000001,0.93837499999995],[-0.26646679687502,0.54228320312501],[-0.24492968750002,0.53263281250003],[-0.23188867187497,0.50592382812499],[-0.22734374999999,0.46215625000002],[-0.23129492187502,0.401330078125],[-0.2437421875,0.32344531249998],[-0.264685546875,0.22850195312498],[-0.29412500000001,0.11649999999997],[-0.23487109375003,0.01377343749999],[-0.281796875,-0.02840624999999],[-0.31390234374999,-0.05803906249997],[-0.3311875,-0.07512500000001],[-0.33365234375003,-0.0796640625],[-0.32129687499997,-0.07165624999999],[-0.29412109375005,-0.05110156249998],[-0.25212499999998,-0.01800000000003],[-0.77097851562502,-0.01288281249998],[-0.6631015625,0.03653125],[-0.57186914062498,0.0841171875],[-0.49728125000001,0.12987499999997],[-0.43933789062498,0.17380468749997],[-0.3980390625,0.21590624999999],[-0.37338476562502,0.25617968749998],[-0.36537499999997,0.294625],[-0.32410351562498,0.30852929687501],[-0.29853906250003,0.32849218749999],[-0.27343164062501,0.342263671875],[-0.24878124999998,0.34984374999999],[-0.224587890625,0.35123242187501],[-0.20085156250002,0.34642968750001],[-0.17757226562497,0.33543554687498],[-0.15475000000004,0.31825000000003],[-0.43368164062497,1.16950000000003],[-0.3586640625,1.2589375],[-0.29094726562499,1.32993749999997],[-0.23053125000001,1.38249999999999],[-0.177416015625,1.41662500000001],[-0.13160156250001,1.43231250000002],[-0.09308789062504,1.42956249999997],[-0.06187499999999,1.40837499999998],[-0.05396679687499,2.55993749999999],[0.0188203125,2.4325],[0.09936132812498,2.32518750000003],[0.18765625000003,2.238],[0.28370507812502,2.17093749999998],[0.38750781250002,2.12399999999997],[0.49906445312496,2.09718750000002],[0.61837500000001,2.09050000000002],[0.52548828124998,1.524015625],[0.647578125,1.53081250000002],[0.78876953125001,1.44889062499999],[0.94906249999997,1.27825000000001],[1.12845703124998,1.01889062499998],[1.32695312499999,0.67081250000001],[1.54455078125,0.23401562500004],[1.78125,-0.29150000000004],[0.38370703125003,-0.12143164062502],[0.44814062500001,-0.17572656250002],[0.47692578124997,-0.20925976562501],[0.47006249999998,-0.22203124999999],[0.42755078125003,-0.21404101562501],[0.34939062500001,-0.18528906249998],[0.23558203125003,-0.13577539062499],[0.08612500000004,-0.06550000000004],[0.35767346938775,-0.38903790087465],[0.3331020408163,-0.46578425655974],[0.31799999999998,-0.52795335276966],[0.3123673469388,-0.5755451895044],[0.31620408163269,-0.60855976676385],[0.32951020408166,-0.62699708454812],[0.3522857142857,-0.63085714285717],[0.55120312499997,-1.04876562499999],[0.5055625,-1.06731250000001],[0.45157812500003,-1.10989062499999],[0.38925,-1.17650000000003],[0.66410937500001,-2.57020312499998],[0.50968749999998,-2.63456250000002],[0.34073437500001,-2.62207812499997],[0.15724999999998,-2.53274999999996],[-0.26274999999998,-5.09356249999996],[-0.85250000000002,-4.38425000000001],[-1.4135,-3.59856250000001],[-1.94574999999998,-2.73649999999998],[-0.59468749999996,-0.58759375],[-0.66825,-0.71887500000003],[-0.48943749999995,-0.77184375000002],[-0.05825000000004,-0.74649999999997],[0.27523437500003,-0.63599999999997],[0.36918750000001,-0.87200000000001],[0.28435937500001,-0.67500000000001],[0.02075000000002,-0.04499999999996],[0.55354687499999,-1.09701562499998],[0.55143750000002,-1.06231250000002],[0.47217187500002,-0.934140625],[0.31574999999998,-0.71249999999998],[0.66357812500002,-1.62143750000001],[0.6015625,-1.55424999999997],[0.63720312500004,-1.6556875]],"o":[[0.50049999999999,0.17574999999999],[0.48240429687502,-0.08983007812498],[0.45817968749998,-0.29638281249998],[0.42782617187498,-0.44390820312503],[0.39134374999998,-0.53240625000001],[0.34873242187501,-0.56187695312502],[0.29999218749998,-0.53232031250002],[0.24512304687505,-0.443736328125],[0.50799999999998,-0.81712499999998],[0.47294335937499,-0.7211015625],[0.44833593750002,-0.65684375000001],[0.434177734375,-0.62435156250001],[0.43046874999999,-0.623625],[0.43720898437499,-0.65466406249999],[0.4543984375,-0.71746875000002],[0.48203710937497,-0.81203906249999],[0.29649999999998,-0.534875],[0.26646679687502,-0.54228320312501],[0.24492968750002,-0.53263281250003],[0.23188867187497,-0.50592382812499],[0.22734374999999,-0.46215625000002],[0.23129492187502,-0.401330078125],[0.2437421875,-0.32344531250004],[0.264685546875,-0.22850195312503],[0.17312500000003,-0.06849999999997],[0.23487109374997,-0.01377343749999],[0.281796875,0.02840624999999],[0.31390234374999,0.05803906250003],[0.3311875,0.07512500000001],[0.33365234374997,0.0796640625],[0.32129687499997,0.07165624999999],[0.29412109374999,0.05110156250004],[0.89549999999997,0.06412499999999],[0.77097851562502,0.01288281249998],[0.6631015625,-0.03653125],[0.57186914062498,-0.0841171875],[0.49728125000001,-0.12987500000003],[0.43933789062498,-0.17380468750002],[0.3980390625,-0.21590624999999],[0.37338476562496,-0.25617968750004],[0.35012499999999,-0.282375],[0.32410351562498,-0.30852929687501],[0.29853906249997,-0.32849218749999],[0.27343164062501,-0.342263671875],[0.24878124999998,-0.34984374999999],[0.224587890625,-0.35123242187501],[0.20085156249996,-0.34642968750001],[0.17757226562503,-0.33543554687498],[0.51600000000002,-1.06162499999999],[0.43368164062497,-1.16950000000003],[0.3586640625,-1.2589375],[0.29094726562499,-1.32993749999997],[0.23053125000001,-1.38249999999999],[0.177416015625,-1.41662500000001],[0.13160156249995,-1.43231250000002],[0.09308789062499,-1.42956250000003],[0.11900000000003,-2.70749999999998],[0.05396679687499,-2.55993749999999],[-0.0188203125,-2.4325],[-0.09936132812498,-2.32518750000003],[-0.18765625000003,-2.238],[-0.28370507812502,-2.17093750000004],[-0.38750781249996,-2.12399999999997],[-0.49906445312502,-2.09718749999996],[-0.42250000000001,-1.42849999999999],[-0.52548828124998,-1.524015625],[-0.647578125,-1.53081250000002],[-0.78876953125001,-1.44889062499999],[-0.94906250000003,-1.27825000000001],[-1.12845703124998,-1.01889062499998],[-1.32695312500005,-0.67081249999995],[-1.54455078125,-0.23401562499998],[-0.28362500000003,0.04637500000001],[-0.38370703124997,0.12143164062502],[-0.44814062500001,0.17572656249996],[-0.47692578124997,0.20925976562501],[-0.47006249999998,0.22203124999999],[-0.42755078124998,0.21404101562501],[-0.34939062500001,0.18528906250003],[-0.23558203125003,0.13577539062499],[-0.39171428571427,0.29771428571428],[-0.35767346938775,0.38903790087465],[-0.3331020408163,0.4657842565598],[-0.31799999999998,0.52795335276971],[-0.31236734693874,0.57554518950434],[-0.31620408163263,0.60855976676385],[-0.32951020408166,0.62699708454807],[-0.58850000000001,1.05425000000002],[-0.55120312499997,1.04876562499999],[-0.5055625,1.06731250000001],[-0.45157812500003,1.10989062499999],[-0.80399999999997,2.42899999999997],[-0.66410937500001,2.57020312500003],[-0.50968749999998,2.63456250000002],[-0.34073437500001,2.62207812500003],[-0.35575,5.72649999999999],[0.26274999999998,5.09356250000002],[0.85250000000002,4.38425000000001],[1.4135,3.59856250000001],[0.26875000000001,0.37799999999999],[0.59468750000002,0.58759375],[0.66825,0.71887499999997],[0.48943750000001,0.77184375000002],[-0.0025,-0.03300000000002],[-0.27523437499997,0.63600000000002],[-0.36918750000001,0.87199999999996],[-0.28435937499995,0.67500000000001],[-0.4785,1.03825000000001],[-0.55354687499999,1.09701562499998],[-0.55143749999996,1.06231250000002],[-0.47217187500002,0.934140625],[-0.82325000000003,1.85725000000002],[-0.66357812500002,1.62143750000001],[-0.60156249999994,1.55425000000002],[-0.63720312499998,1.6556875]],"v":[[-330.5,-270.5],[-329.024111328125,-270.385876953125],[-327.611703125,-270.979953125],[-326.281162109375,-272.105146484375],[-325.050875,-273.584375],[-323.939228515625,-275.240556640625],[-322.964609375,-276.896609375],[-322.145404296875,-278.375451171875],[-321.5,-279.5],[-320.031197265625,-281.7993984375],[-318.651890625,-283.858375],[-317.330732421875,-285.7722265625],[-316.036375,-287.63625],[-314.737470703125,-289.5457421875],[-313.402671875,-291.596],[-312.000630859375,-293.8823203125],[-310.5,-296.5],[-309.657673828125,-298.120001953125],[-308.892703125,-299.736640625],[-308.179599609375,-301.298740234375],[-307.492875,-302.755125],[-306.807041015625,-304.054619140625],[-306.096609375,-305.146046875],[-305.336091796875,-305.978232421875],[-304.5,-306.5],[-303.88430078125,-306.6202734375],[-303.10559375,-306.5951875],[-302.20833984375,-306.4623828125],[-301.237,-306.2595],[-300.23603515625,-306.0241796875],[-299.24990625,-305.7940625],[-298.32307421875,-305.6067890625],[-297.5,-305.5],[-295.004443359375,-305.3849453125],[-292.857484375,-305.420875],[-291.009189453125,-305.6023046875],[-289.409625,-305.92375],[-288.008857421875,-306.3797265625],[-286.756953125,-306.96475],[-285.603978515625,-307.6733359375],[-284.5,-308.5],[-283.488771484375,-309.387904296875],[-282.554921875,-310.344984375],[-281.697080078125,-311.352666015625],[-280.913875,-312.392375],[-280.203935546875,-313.445537109375],[-279.565890625,-314.493578125],[-278.998369140625,-315.517923828125],[-278.5,-316.5],[-277.077302734375,-319.851296875],[-275.890609375,-323.4985625],[-274.918017578125,-327.386484375],[-274.137625,-331.45975],[-273.527529296875,-335.663046875],[-273.065828125,-339.9410625],[-272.730619140625,-344.238484375],[-272.5,-348.5],[-272.238611328125,-356.396125],[-272.183953125,-363.87975],[-272.359287109375,-371.01125],[-272.787875,-377.851],[-273.492978515625,-384.459375],[-274.497859375,-390.89675],[-275.825779296875,-397.2235],[-277.5,-403.5],[-278.91720703125,-407.950953125],[-280.67203125,-412.555375],[-282.82177734375,-417.047109375],[-285.42375,-421.16],[-288.53525390625,-424.627890625],[-292.21359375,-427.184625],[-296.51607421875,-428.564046875],[-301.5,-428.5],[-302.50991015625,-428.243099609375],[-303.76659375,-427.792171875],[-305.16310546875,-427.209501953125],[-306.5925,-426.557375],[-307.94783203125,-425.898076171875],[-309.12215625,-425.293890625],[-310.00852734375,-424.807103515625],[-310.5,-424.5],[-311.621714285714,-423.466227405248],[-312.655510204082,-422.180349854227],[-313.629795918367,-420.686099125364],[-314.572979591837,-419.027206997084],[-315.513469387755,-417.247405247813],[-316.479673469388,-415.390425655977],[-317.5,-413.5],[-319.211640625,-410.351484375],[-320.798875,-407.183375],[-322.236671875,-403.923578125],[-323.5,-400.5],[-325.705796875,-392.981984375],[-327.470125,-385.155625],[-328.749390625,-377.251453125],[-329.5,-369.5],[-329.6323125,-353.2508125],[-327.95225,-339.015],[-324.5460625,-327.0216875],[-319.5,-317.5],[-318.14175,-316.03203125],[-316.18425,-314.05275],[-314.384625,-311.79709375],[-313.5,-309.5],[-313.961296875,-308.48725],[-314.972625,-306.117],[-315.997640625,-303.68825],[-316.5,-302.5],[-318.067359375,-299.273734375],[-319.744125,-296.011375],[-321.298828125,-292.993328125],[-322.5,-290.5],[-324.705828125,-285.324125],[-326.579125,-280.60275],[-328.412859375,-275.83]],"c":true}],"h":1},{"t":7.2,"s":[{"i":[[-0.81462499999998,0.66300000000001],[0.04445837037036,0],[0.04445125925926,0],[0.04444533333333,0],[0.04444059259259,0],[0.04443703703703,0],[0.04443466666666,0],[0.04443348148149,0],[0.04443348148149,0],[0.04443466666666,0],[0.04443703703703,0],[0.04444059259259,0],[0.04444533333333,0],[0.04445125925926,0],[0.04445837037036,0],[0.04446666666666,0],[0.71694903703704,-0.2367914074074],[0.67932503703705,-0.23176118518518],[0.65046133333334,-0.22984266666668],[0.63035792592592,-0.23103585185186],[0.61901481481482,-0.23534074074075],[0.616432,-0.24275733333332],[0.62260948148148,-0.25328562962966],[0.63754725925926,-0.26692562962961],[0.66124533333334,-0.28367733333334],[0.6937037037037,-0.30354074074074],[0.73492237037036,-0.32651585185187],[0.78490133333332,-0.35260266666666],[0.84364059259258,-0.38180118518517],[0.91114014814815,-0.4141114074074],[0.98739999999998,-0.44953333333331],[0.23194637037037,-0.10250903703707],[0.24691437037038,-0.10694281481483],[0.25877066666666,-0.11063466666667],[0.26751525925926,-0.11358459259259],[0.27314814814815,-0.11579259259258],[0.27566933333333,-0.11725866666666],[0.2750788148148,-0.11798281481481],[0.27137659259259,-0.11796503703704],[0.26456266666668,-0.11720533333335],[0.25463703703704,-0.11570370370373],[0.24159970370371,-0.11346014814814],[0.22545066666666,-0.11047466666668],[0.20618992592594,-0.10674725925924],[0.1838174814815,-0.10227792592593],[0.15833333333336,-0.09706666666671],[0.34397274074075,-0.20684],[0.3480242962963,-0.20683111111111],[0.34908799999999,-0.20657333333332],[0.34716385185186,-0.20606666666669],[0.34225185185184,-0.20531111111109],[0.334352,-0.2043066666667],[0.32346429629629,-0.20305333333334],[0.30958874074074,-0.20155111111114],[0.29272533333332,-0.19979999999998],[0.27287407407408,-0.19780000000003],[0.25003496296296,-0.19555111111112],[0.224208,-0.19305333333335],[0.19539318518517,-0.19030666666669],[0.16359051851853,-0.18731111111111],[0.12880000000001,-0.18406666666669],[0.21253777777778,-0.36021007407408],[0.13235555555556,-0.29490696296295],[0.06105333333332,-0.23522400000002],[-0.00136888888889,-0.1811611851852],[-0.05491111111112,-0.13271851851852],[-0.09957333333332,-0.08989600000001],[-0.13535555555555,-0.05269362962963],[-0.16225777777777,-0.02111140740743],[-0.18028000000001,0.00485066666664],[-0.18942222222222,0.02519259259259],[-0.18968444444445,0.03991437037035],[-0.18106666666665,0.04901599999999],[-0.1635688888889,0.05249748148151],[-0.13719111111112,0.05035881481484],[-0.10193333333331,0.04259999999999],[-0.11760918518519,0.04741837037039],[-0.08866785185185,0.03421125925928],[-0.06557599999999,0.02404533333333],[-0.04833362962961,0.01692059259256],[-0.03694074074073,0.01283703703706],[-0.03139733333333,0.01179466666667],[-0.03170340740741,0.01379348148146],[-0.03785896296296,0.01883348148147],[-0.04986400000001,0.02691466666664],[-0.06771851851852,0.03803703703704],[-0.09142251851853,0.05220059259261],[-0.12097599999998,0.06940533333329],[-0.15637896296298,0.08965125925926],[-0.19763140740741,0.11293837037033],[-0.24473333333333,0.13926666666669],[-0.5680644718793,0.32638545953358],[-0.53186282578875,0.3078257887517],[-0.50561728395061,0.29376543209878],[-0.48932784636489,0.28420438957477],[-0.48299451303154,0.27914266117972],[-0.48661728395064,0.27858024691358],[-0.50019615912208,0.2825171467764],[-0.52373113854597,0.29095336076819],[-0.55722222222221,0.30388888888888],[-0.7031171875,0.37856640625],[-0.65928124999999,0.35107812500002],[-0.6248671875,0.33016015624997],[-0.599875,0.31581249999999],[-0.58430468750001,0.30803515625001],[-0.57815625000001,0.30682812499998],[-0.58142968749999,0.31219140625001],[-0.59412500000002,0.32412499999998],[-1.00285937500001,0.52991796875],[-0.971,0.50817187500002],[-0.94079687499999,0.50001171874999],[-0.91225,0.50543750000003],[-0.88535937500001,0.52444921874996],[-0.86012500000001,0.55704687499997],[-0.83654687500001,0.60323046874998]],"o":[[-0.04446666666666,0],[-0.04445837037036,0],[-0.04445125925926,0],[-0.04444533333333,0],[-0.04444059259259,0],[-0.04443703703703,0],[-0.04443466666666,0],[-0.04443348148149,0],[-0.04443348148149,0],[-0.04443466666666,0],[-0.04443703703703,0],[-0.04444059259259,0],[-0.04444533333333,0],[-0.04445125925926,0],[-0.04445837037039,0],[-0.76333333333332,0.24493333333334],[-0.71694903703704,0.2367914074074],[-0.67932503703705,0.23176118518518],[-0.65046133333334,0.22984266666668],[-0.63035792592592,0.23103585185186],[-0.61901481481482,0.23534074074075],[-0.616432,0.24275733333332],[-0.62260948148148,0.25328562962966],[-0.63754725925926,0.26692562962961],[-0.66124533333334,0.28367733333334],[-0.6937037037037,0.30354074074074],[-0.73492237037038,0.32651585185187],[-0.78490133333335,0.35260266666666],[-0.84364059259261,0.38180118518517],[-0.91114014814815,0.41411140740746],[-0.21386666666666,0.09733333333332],[-0.23194637037037,0.10250903703701],[-0.24691437037038,0.10694281481483],[-0.25877066666666,0.11063466666667],[-0.26751525925926,0.11358459259259],[-0.27314814814815,0.11579259259258],[-0.27566933333333,0.11725866666666],[-0.2750788148148,0.11798281481481],[-0.27137659259259,0.11796503703704],[-0.26456266666665,0.11720533333335],[-0.25463703703704,0.11570370370367],[-0.24159970370371,0.11346014814819],[-0.22545066666666,0.11047466666668],[-0.20618992592594,0.10674725925924],[-0.18381748148147,0.10227792592593],[-0.33693333333332,0.20659999999998],[-0.34397274074075,0.20684],[-0.3480242962963,0.20683111111111],[-0.34908799999999,0.20657333333332],[-0.34716385185186,0.20606666666669],[-0.34225185185184,0.20531111111109],[-0.334352,0.20430666666664],[-0.32346429629629,0.20305333333334],[-0.30958874074074,0.20155111111109],[-0.29272533333332,0.19979999999998],[-0.27287407407408,0.19779999999997],[-0.25003496296296,0.19555111111112],[-0.224208,0.1930533333333],[-0.19539318518517,0.19030666666663],[-0.1635905185185,0.18731111111111],[-0.30160000000001,0.43113333333332],[-0.21253777777778,0.36021007407408],[-0.13235555555556,0.29490696296295],[-0.06105333333332,0.23522400000002],[0.00136888888889,0.1811611851852],[0.05491111111112,0.13271851851852],[0.09957333333332,0.08989600000001],[0.13535555555555,0.05269362962963],[0.16225777777777,0.02111140740743],[0.18028000000001,-0.0048506666667],[0.18942222222222,-0.02519259259259],[0.18968444444445,-0.03991437037035],[0.18106666666665,-0.04901599999999],[0.16356888888888,-0.05249748148151],[0.13719111111112,-0.05035881481484],[0.1524,-0.06366666666668],[0.11760918518519,-0.04741837037039],[0.08866785185185,-0.03421125925922],[0.06557599999999,-0.02404533333333],[0.04833362962964,-0.01692059259261],[0.03694074074073,-0.01283703703706],[0.03139733333333,-0.01179466666667],[0.03170340740741,-0.01379348148146],[0.03785896296296,-0.01883348148147],[0.04986400000001,-0.0269146666667],[0.06771851851852,-0.03803703703704],[0.09142251851853,-0.05220059259261],[0.12097599999998,-0.06940533333335],[0.15637896296298,-0.08965125925926],[0.19763140740744,-0.11293837037033],[0.61422222222222,-0.34944444444443],[0.5680644718793,-0.32638545953358],[0.53186282578875,-0.3078257887517],[0.50561728395061,-0.29376543209878],[0.48932784636489,-0.28420438957477],[0.48299451303154,-0.27914266117972],[0.48661728395061,-0.27858024691358],[0.50019615912208,-0.2825171467764],[0.52373113854594,-0.29095336076819],[0.75637499999999,-0.41262499999999],[0.7031171875,-0.37856640625],[0.65928124999999,-0.35107812500002],[0.6248671875,-0.33016015624997],[0.599875,-0.31581249999999],[0.58430468750001,-0.30803515625001],[0.57815625000001,-0.30682812500004],[0.58142968749999,-0.31219140625001],[1.03637499999999,-0.56524999999999],[1.00285937500001,-0.52991796875],[0.971,-0.50817187500002],[0.94079687499999,-0.50001171874999],[0.91225,-0.50543750000003],[0.88535937500001,-0.52444921875002],[0.86012500000001,-0.55704687500003],[0.83654687499998,-0.60323046874998]],"v":[[-179.5,-482.5],[-179.633387259259,-482.5],[-179.766751407407,-482.5],[-179.900096,-482.5],[-180.033424592593,-482.5],[-180.166740740741,-482.5],[-180.300048,-482.5],[-180.433349925926,-482.5],[-180.566650074074,-482.5],[-180.699952,-482.5],[-180.833259259259,-482.5],[-180.966575407407,-482.5],[-181.099904,-482.5],[-181.233248592593,-482.5],[-181.366612740741,-482.5],[-181.5,-482.5],[-183.718233481481,-481.778190814815],[-185.810454518519,-481.076139851852],[-187.802944,-480.384512],[-189.721982814815,-479.693972148148],[-191.593851851852,-478.995185185185],[-193.444832,-478.278816],[-195.301204148148,-477.535529481482],[-197.189249185185,-476.755990518519],[-199.135248,-475.930864],[-201.165481481482,-475.050814814815],[-203.306230518519,-474.106507851852],[-205.583776,-473.088608],[-208.024398814815,-471.987780148148],[-210.654379851852,-470.794689185185],[-213.5,-469.5],[-214.169497481481,-469.200050962963],[-214.888566518519,-468.885687703704],[-215.647872,-468.559136],[-216.438078814815,-468.22262162963],[-217.249851851852,-467.87837037037],[-218.073856,-467.528608],[-218.900756148148,-467.175560296296],[-219.721217185185,-466.821453037037],[-220.525904,-466.468512],[-221.305481481481,-466.118962962963],[-222.050614518518,-465.775031703704],[-222.751968,-465.438944],[-223.400206814815,-465.11292562963],[-223.985995851852,-464.79920237037],[-224.5,-464.5],[-225.522106074074,-463.879777777778],[-226.560848592593,-463.259208888889],[-227.607264,-462.63904],[-228.652388740741,-462.020017777778],[-229.687259259259,-461.402888888889],[-230.702912,-460.7884],[-231.690383407407,-460.177297777778],[-232.640709925926,-459.570328888889],[-233.544928,-458.96824],[-234.394074074074,-458.371777777778],[-235.179184592593,-457.781688888889],[-235.891296,-457.19872],[-236.521444740741,-456.623617777778],[-237.060667259259,-456.057128888889],[-237.5,-455.5],[-238.268986666667,-454.314389925926],[-238.784106666667,-453.333119407407],[-239.072,-452.539328],[-239.159306666667,-451.916155259259],[-239.072666666667,-451.446740740741],[-238.83872,-451.114224],[-238.484106666667,-450.901744592593],[-238.035466666667,-450.792442074074],[-237.51944,-450.769456],[-236.962666666667,-450.815925925926],[-236.391786666667,-450.914991407407],[-235.83344,-451.049792],[-235.314266666667,-451.203467259259],[-234.860906666667,-451.359156740741],[-234.5,-451.5],[-234.096448592593,-451.665867259259],[-233.788495407407,-451.787551407407],[-233.558592,-451.874176],[-233.389189925926,-451.934864592593],[-233.262740740741,-451.978740740741],[-233.161696,-452.014928],[-233.068507259259,-452.052549925926],[-232.965626074074,-452.100730074074],[-232.835504,-452.168592],[-232.660592592593,-452.265259259259],[-232.423343407407,-452.399855407407],[-232.106208,-452.581504],[-231.691637925926,-452.819328592593],[-231.162084740741,-453.122452740741],[-230.5,-453.5],[-228.729058984911,-454.512620027435],[-227.081657064472,-455.462812071331],[-225.527925925926,-456.364074074074],[-224.037997256516,-457.229903978052],[-222.582002743484,-458.073799725652],[-221.130074074074,-458.909259259259],[-219.652342935528,-459.749780521262],[-218.118941015089,-460.608861454047],[-216.5,-461.5],[-214.3131171875,-462.68514453125],[-212.271875,-463.77796875],[-210.3480078125,-464.79818359375],[-208.51325,-465.7655],[-206.7393359375,-466.69962890625],[-204.998,-467.62028125],[-203.2609765625,-468.54716796875],[-201.5,-469.5],[-198.4415625,-471.13935546875],[-195.4811875,-472.69309375],[-192.61390625,-474.20197265625],[-189.83475,-475.70675],[-187.13875,-477.24818359375],[-184.5209375,-478.86703125],[-181.97634375,-480.60405078125]],"c":true}],"h":1},{"t":8.4,"s":[{"i":[[0.42920000000004,-0.0908],[0.15370014814818,-0.03906518518517],[0.16848948148146,-0.04882962962961],[0.18063466666666,-0.05809333333332],[0.19013570370367,-0.06685629629629],[0.19699259259261,-0.07511851851854],[0.20120533333335,-0.08287999999999],[0.2027739259259,-0.09014074074076],[0.20169837037037,-0.09690074074075],[0.19797866666664,-0.10316],[0.19161481481484,-0.10891851851852],[0.18260681481479,-0.11417629629631],[0.17095466666666,-0.11893333333336],[0.15665837037039,-0.12318962962962],[0.13971792592594,-0.12694518518521],[0.12013333333334,-0.13019999999995],[0.01401244444446,-0.02997925925928],[0.00806311111108,-0.03636592592591],[0.00301866666666,-0.04176000000001],[-0.00112088888892,-0.04616148148148],[-0.00435555555555,-0.04957037037036],[-0.00668533333334,-0.05198666666666],[-0.00811022222223,-0.05341037037039],[-0.00863022222222,-0.05384148148147],[-0.00824533333332,-0.05327999999997],[-0.00695555555558,-0.05172592592595],[-0.00476088888888,-0.04917925925923],[-0.00166133333335,-0.04563999999999],[0.00234311111109,-0.04110814814817],[0.00725244444442,-0.03558370370371],[0.01306666666665,-0.02906666666667],[0.0228245925926,-0.02276029629633],[0.03317392592589,-0.02174340740743],[0.04184800000002,-0.02094933333331],[0.04884681481479,-0.02037807407407],[0.0541703703704,-0.02002962962962],[0.05781866666666,-0.019904],[0.0597917037037,-0.02000118518515],[0.0600894814815,-0.0203211851852],[0.05871200000001,-0.02086400000002],[0.05565925925924,-0.02162962962962],[0.05093125925924,-0.0226180740741],[0.04452800000001,-0.02382933333331],[0.0364494814815,-0.02526340740741],[0.02669570370369,-0.02692029629628],[0.01526666666666,-0.02880000000005],[0.02317896296296,-0.05275555555556],[0.02555585185183,-0.06491999999997],[0.02733066666667,-0.07469333333336],[0.02850340740741,-0.08207555555555],[0.02907407407406,-0.08706666666666],[0.02904266666667,-0.08966666666669],[0.02840918518518,-0.08987555555552],[0.02717362962966,-0.08769333333333],[0.02533599999998,-0.08312000000001],[0.02289629629632,-0.07615555555554],[0.01985451851851,-0.0668],[0.01621066666667,-0.05505333333332],[0.01196474074078,-0.04091555555556],[0.00711674074074,-0.02438666666671],[0.00166666666667,-0.00546666666662],[0.22641511111112,-1.12376266666666],[0.15127822222223,-1.23247288888888],[0.07352266666663,-1.30826400000001],[-0.00685155555556,-1.351136],[-0.08984444444445,-1.3610888888889],[-0.175456,-1.33812266666666],[-0.26368622222225,-1.28223733333334],[-0.35453511111109,-1.19343288888888],[-0.4480026666667,-1.07170933333333],[-0.54408888888889,-0.91706666666664],[-0.6427937777778,-0.72950488888893],[-0.74411733333329,-0.50902400000001],[-0.84805955555555,-0.25562400000001],[-0.9546204444444,0.03069511111113],[-1.06380000000001,0.3499333333333],[-0.2459837037037,0.1641271111111],[-0.24088148148149,0.2412151111111],[-0.23449333333332,0.31346400000001],[-0.22681925925929,0.38087377777777],[-0.21785925925923,0.44344444444442],[-0.20761333333331,0.50117599999999],[-0.19608148148149,0.55406844444445],[-0.18326370370369,0.60212177777777],[-0.16916000000003,0.64533599999999],[-0.15377037037035,0.68371111111111],[-0.13709481481482,0.71724711111113],[-0.11913333333331,0.74594400000001],[-0.09988592592595,0.76980177777779],[-0.07935259259256,0.78882044444447],[-0.05753333333337,0.803],[-0.04049837037036,0.58625185185184],[-0.03952681481485,0.61455851851849],[-0.03648533333336,0.63498666666669],[-0.03137392592595,0.64753629629627],[-0.02419259259261,0.65220740740739],[-0.0149413333333,0.649],[-0.00362014814812,0.6379140740741],[0.00977096296299,0.61894962962964],[0.02523200000002,0.59210666666667],[0.04276296296297,0.55738518518518],[0.06236385185184,0.51478518518519],[0.08403466666664,0.46430666666669],[0.10777540740742,0.40594962962962],[0.13358607407406,0.33971407407404],[0.16146666666668,0.26559999999995],[0.288836,0.338887],[0.31502399999999,0.25828799999999],[0.33856400000002,0.185903],[0.35945599999997,0.12173200000001],[0.3777,0.06577499999997],[0.39329599999996,0.01803200000001],[0.40624400000002,-0.02149700000001],[0.41654399999999,-0.05281200000002],[0.42419599999999,-0.07591300000001]],"o":[[-0.13626666666664,0.02879999999999],[-0.15370014814818,0.03906518518517],[-0.16848948148146,0.04882962962967],[-0.18063466666666,0.05809333333332],[-0.19013570370373,0.06685629629629],[-0.19699259259261,0.07511851851854],[-0.20120533333335,0.08287999999999],[-0.20277392592595,0.09014074074071],[-0.20169837037037,0.09690074074075],[-0.19797866666664,0.10316],[-0.19161481481484,0.10891851851852],[-0.18260681481485,0.11417629629631],[-0.17095466666666,0.1189333333333],[-0.15665837037039,0.12318962962962],[-0.13971792592588,0.12694518518521],[-0.02086666666668,0.02260000000001],[-0.01401244444446,0.02997925925928],[-0.00806311111108,0.03636592592591],[-0.00301866666666,0.04176000000001],[0.00112088888892,0.04616148148148],[0.00435555555555,0.04957037037036],[0.00668533333334,0.05198666666666],[0.00811022222223,0.05341037037039],[0.00863022222222,0.05384148148147],[0.00824533333332,0.05327999999997],[0.00695555555552,0.05172592592595],[0.00476088888888,0.04917925925929],[0.00166133333335,0.04563999999999],[-0.00234311111114,0.04110814814817],[-0.00725244444442,0.03558370370365],[-0.01080000000002,0.024],[-0.0228245925926,0.02276029629627],[-0.03317392592595,0.02174340740743],[-0.04184800000002,0.02094933333331],[-0.04884681481479,0.02037807407407],[-0.05417037037034,0.02002962962962],[-0.05781866666666,0.019904],[-0.0597917037037,0.02000118518515],[-0.0600894814815,0.0203211851852],[-0.05871200000001,0.02086400000002],[-0.05565925925924,0.02162962962962],[-0.05093125925924,0.0226180740741],[-0.04452800000001,0.02382933333331],[-0.03644948148144,0.02526340740741],[-0.02669570370375,0.02692029629628],[-0.02019999999999,0.03820000000002],[-0.02317896296296,0.05275555555556],[-0.02555585185183,0.06492000000003],[-0.02733066666667,0.07469333333336],[-0.02850340740741,0.08207555555555],[-0.02907407407406,0.08706666666666],[-0.02904266666667,0.08966666666669],[-0.02840918518518,0.08987555555558],[-0.02717362962966,0.08769333333333],[-0.02533599999998,0.08312000000001],[-0.02289629629632,0.07615555555554],[-0.01985451851851,0.0668],[-0.01621066666667,0.05505333333332],[-0.01196474074072,0.04091555555556],[-0.00711674074074,0.02438666666666],[-0.29893333333331,0.98213333333331],[-0.22641511111112,1.12376266666666],[-0.15127822222223,1.23247288888888],[-0.07352266666663,1.30826400000001],[0.00685155555556,1.351136],[0.08984444444445,1.3610888888889],[0.175456,1.33812266666666],[0.26368622222219,1.28223733333334],[0.35453511111109,1.19343288888888],[0.4480026666667,1.07170933333333],[0.54408888888889,0.9170666666667],[0.6427937777778,0.72950488888893],[0.74411733333335,0.50902400000001],[0.84805955555555,0.25562400000001],[0.95462044444446,-0.03069511111113],[0.24979999999999,-0.0822],[0.2459837037037,-0.1641271111111],[0.24088148148149,-0.2412151111111],[0.23449333333332,-0.31346400000001],[0.22681925925923,-0.38087377777777],[0.21785925925923,-0.44344444444442],[0.20761333333331,-0.50117599999999],[0.19608148148149,-0.55406844444445],[0.18326370370374,-0.60212177777777],[0.16916000000003,-0.64533599999999],[0.15377037037035,-0.68371111111111],[0.13709481481482,-0.71724711111108],[0.11913333333331,-0.74594400000001],[0.09988592592595,-0.76980177777779],[0.07935259259256,-0.78882044444441],[0.0394,-0.55006666666668],[0.04049837037036,-0.58625185185184],[0.03952681481479,-0.61455851851855],[0.03648533333336,-0.63498666666669],[0.03137392592595,-0.64753629629632],[0.02419259259261,-0.65220740740739],[0.01494133333335,-0.649],[0.00362014814812,-0.63791407407405],[-0.00977096296299,-0.61894962962964],[-0.02523200000002,-0.59210666666667],[-0.04276296296297,-0.55738518518518],[-0.06236385185184,-0.51478518518519],[-0.0840346666667,-0.46430666666669],[-0.10777540740742,-0.40594962962967],[-0.13358607407406,-0.3397140740741],[-0.25999999999999,-0.42770000000002],[-0.288836,-0.338887],[-0.31502399999999,-0.25828799999999],[-0.33856400000002,-0.185903],[-0.35945600000002,-0.12173200000001],[-0.3777,-0.06577499999997],[-0.39329599999996,-0.01803200000001],[-0.40624399999996,0.02149700000001],[-0.41654400000004,0.05281199999996],[-0.42419599999999,0.07591300000001]],"v":[[-328.5,-398.5],[-328.935611259259,-398.398077037037],[-329.419556740741,-398.26610962963],[-329.943904,-398.1056],[-330.500720592593,-397.91805037037],[-331.082074074074,-397.704962962963],[-331.680032,-397.46784],[-332.286661925926,-397.208183703704],[-332.894031407407,-396.927496296296],[-333.494208,-396.62728],[-334.079259259259,-396.309037037037],[-334.641252740741,-395.97426962963],[-335.172256,-395.62448],[-335.664336592593,-395.26117037037],[-336.109562074074,-394.885842962963],[-336.5,-394.5],[-336.552092444444,-394.420882962963],[-336.584979555556,-394.321117037037],[-336.601376,-394.20368],[-336.603996444444,-394.07154962963],[-336.595555555556,-393.927703703704],[-336.578768,-393.77512],[-336.556348444444,-393.616776296296],[-336.531011555555,-393.45565037037],[-336.505472,-393.29472],[-336.482444444444,-393.136962962963],[-336.464643555556,-392.985357037037],[-336.454784,-392.84288],[-336.455580444444,-392.71250962963],[-336.469747555556,-392.597223703704],[-336.5,-392.5],[-336.550855703704,-392.429915259259],[-336.635272296296,-392.363215407407],[-336.748224,-392.299232],[-336.884685037037,-392.237296592593],[-337.03962962963,-392.176740740741],[-337.208032,-392.116896],[-337.38486637037,-392.057093925926],[-337.565106962963,-391.996666074074],[-337.743728,-391.934944],[-337.915703703704,-391.871259259259],[-338.076008296296,-391.804943407407],[-338.219616,-391.735328],[-338.341501037037,-391.661744592593],[-338.43663762963,-391.583524740741],[-338.5,-391.5],[-338.565218962963,-391.362968888889],[-338.638471703704,-391.185857777778],[-338.717952,-390.97584],[-338.80185362963,-390.740088888889],[-338.88837037037,-390.485777777778],[-338.975696,-390.22008],[-339.062024296296,-389.950168888889],[-339.145549037037,-389.683217777778],[-339.224464,-389.4264],[-339.296962962963,-389.186888888889],[-339.361239703704,-388.971857777778],[-339.415488,-388.78848],[-339.45790162963,-388.643928888889],[-339.48667437037,-388.545377777778],[-339.5,-388.5],[-340.288677333333,-385.332926222222],[-340.855872,-381.790343111111],[-341.193728,-377.971008],[-341.294389333333,-373.973678222222],[-341.15,-369.897111111111],[-340.752704,-365.840064],[-340.094645333333,-361.901294222222],[-339.167968,-358.179559111111],[-337.964816,-354.773616],[-336.477333333333,-351.782222222222],[-334.697664,-349.304135111111],[-332.617952,-347.438112],[-330.230341333333,-346.282910222222],[-327.526976,-345.937287111111],[-324.5,-346.5],[-323.756002962963,-346.870700444444],[-323.025383703704,-347.479923555556],[-322.312,-348.313152],[-321.61970962963,-349.355868444444],[-320.95237037037,-350.593555555555],[-320.31384,-352.011696],[-319.707976296296,-353.595772444444],[-319.138637037037,-355.331267555555],[-318.60968,-357.203664],[-318.124962962963,-359.198444444444],[-317.688343703704,-361.301091555556],[-317.30368,-363.497088],[-316.97482962963,-365.771916444444],[-316.70565037037,-368.111059555556],[-316.5,-370.5],[-316.379634962963,-372.206447407407],[-316.259079703704,-374.009632592593],[-316.144544,-375.88592],[-316.04223762963,-377.811674074074],[-315.95837037037,-379.763259259259],[-315.899152,-381.71704],[-315.870792296296,-383.649380740741],[-315.879501037037,-385.536645925926],[-315.931488,-387.3552],[-316.032962962963,-389.081407407407],[-316.190135703704,-390.691632592593],[-316.409216,-392.16224],[-316.69641362963,-393.469594074074],[-317.05793837037,-394.590059259259],[-317.5,-395.5],[-318.323916,-396.647827],[-319.230368,-397.541536],[-320.211412,-398.205769],[-321.259104,-398.665168],[-322.3655,-398.944375],[-323.522656,-399.068032],[-324.722628,-399.060781],[-325.957472,-398.947264],[-327.219244,-398.752123]],"c":true}],"h":1},{"t":9.6,"s":[{"i":[[0.41333333333333,-0.18353333333334],[0.08286686621017,-0.03692873836565],[0.08106912952562,-0.03649259912254],[0.07926196236008,-0.03627778916723],[0.07744536471361,-0.03628430849972],[0.07561933658616,-0.03651215712],[0.07378387797777,-0.03696133502808],[0.07193898888843,-0.03763184222396],[0.07008466931813,-0.03852367870763],[0.06822091926688,-0.03963684447911],[0.06634773873469,-0.04097133953832],[0.06446512772152,-0.04252716388538],[0.06257308622739,-0.04430431752019],[0.06067161425233,-0.04630280044285],[0.05876071179631,-0.04852261265324],[0.05684037885933,-0.0509637541515],[0.05491061544137,-0.05362622493749],[0.05297142154251,-0.05651002501128],[0.05102279716266,-0.05961515437286],[0.04906474230185,-0.06294161302225],[0.04709725696011,-0.06648940095943],[0.04512034113739,-0.0702585181844],[0.04313399483374,-0.07424896469718],[0.04113821804913,-0.07846074049775],[0.03913301078356,-0.08289384558611],[0.03711837303703,-0.08754827996228],[0.03509430480955,-0.09242404362624],[0.0330608061011,-0.09752113657794],[0.03101787691173,-0.10283955881749],[0.02896551724137,-0.10837931034484],[0.03154532781173,-0.16598134404853],[0.02335967034318,-0.18055438927388],[0.01554647587028,-0.19382258395177],[0.00810574439296,-0.20578592808232],[0.00103747591126,-0.21644442166553],[-0.0056583295748,-0.22579806470128],[-0.01198167206528,-0.23384685718975],[-0.01793255156014,-0.24059079913076],[-0.02351096805938,-0.24602989052443],[-0.02871692156299,-0.2501641313707],[-0.03355041207101,-0.25299352166962],[-0.03801143958341,-0.25451806142115],[-0.04210000410021,-0.25473775062528],[-0.04581610562138,-0.25365258928207],[-0.04915974414695,-0.25126257739146],[-0.0521309196769,-0.24756771495345],[-0.05472963221123,-0.2425680019681],[-0.05695588174999,-0.23626343843534],[-0.05880966829309,-0.22865402435525],[-0.06029099184059,-0.21973975972776],[-0.06139985239247,-0.20952064455287],[-0.06213624994874,-0.19799667883063],[-0.06250018450942,-0.185167862561],[-0.06249165607446,-0.17103419574397],[-0.06211066464391,-0.1555956783796],[-0.06135721021772,-0.13885231046783],[-0.06023129279592,-0.12080409200865],[-0.05873291237853,-0.10145102300214],[-0.05686206896553,-0.08079310344829],[-0.14309485342682,-0.16909114464261],[-0.16176487324086,-0.16316293247979],[-0.1790470964792,-0.15703017832647],[-0.19494152314181,-0.15069288218257],[-0.20944815322869,-0.14415104404816],[-0.22256698673982,-0.13740466392318],[-0.23429802367525,-0.13045374180763],[-0.24464126403495,-0.12329827770156],[-0.25359670781893,-0.11593827160493],[-0.26116435502718,-0.10837372351779],[-0.2673442056597,-0.10060463344001],[-0.27213625971649,-0.09263100137173],[-0.27554051719761,-0.08445282731293],[-0.27755697810295,-0.07607011126356],[-0.27818564243256,-0.06748285322362],[-0.27742651018644,-0.05869105319312],[-0.27527958136466,-0.04969471117209],[-0.27174485596709,-0.0404938271605],[-0.26682233399379,-0.03108840115834],[-0.26051201544482,-0.02147843316567],[-0.25281390032006,-0.01166392318243],[-0.24372798861958,-0.00164487120867],[-0.23325428034343,0.00857872275566],[-0.22139277549149,0.01900685871055],[-0.20814347406389,0.02963953665602],[-0.19350637606055,0.040476756592],[-0.17748148148144,0.05151851851849],[-0.14046903703706,0.06490103703703],[-0.17473392592592,0.09931525925924],[-0.20219466666668,0.13210933333335],[-0.22285125925924,0.16328325925929],[-0.23670370370371,0.19283703703701],[-0.24375199999997,0.22077066666668],[-0.24399614814814,0.24708414814813],[-0.23743614814816,0.27177748148148],[-0.22407199999998,0.29485066666666],[-0.2039037037037,0.31630370370374],[-0.17693125925928,0.3361365925926],[-0.14315466666665,0.35434933333329],[-0.10257392592592,0.37094192592593],[-0.05518903703705,0.38591437037036],[-0.00099999999998,0.39926666666668],[0.15661274074074,0.64175733333332],[0.29617540740742,0.64408711111111],[0.41708799999998,0.63698933333336],[0.51935051851854,0.62046400000003],[0.60296296296298,0.5945111111111],[0.66792533333336,0.55913066666665],[0.71423762962962,0.51432266666666],[0.74189985185183,0.46008711111108],[0.75091200000003,0.39642399999997],[0.74127407407406,0.32333333333332],[0.71298607407408,0.24081511111109],[0.66604799999999,0.14886933333332],[0.60045985185184,0.04749600000002],[0.51622162962963,-0.06330488888887]],"o":[[-0.08465517241379,0.03758620689655],[-0.08286686621017,0.03692873836565],[-0.08106912952562,0.03649259912254],[-0.07926196236008,0.03627778916723],[-0.07744536471361,0.03628430849972],[-0.07561933658616,0.03651215712],[-0.07378387797777,0.03696133502808],[-0.07193898888843,0.03763184222396],[-0.07008466931813,0.03852367870763],[-0.06822091926688,0.03963684447905],[-0.06634773873466,0.04097133953832],[-0.06446512772152,0.04252716388538],[-0.06257308622739,0.04430431752019],[-0.06067161425233,0.04630280044285],[-0.05876071179631,0.04852261265324],[-0.05684037885931,0.0509637541515],[-0.0549106154414,0.05362622493749],[-0.05297142154251,0.05651002501128],[-0.05102279716266,0.05961515437286],[-0.04906474230185,0.0629416130223],[-0.04709725696011,0.06648940095948],[-0.04512034113739,0.0702585181844],[-0.04313399483374,0.07424896469723],[-0.04113821804913,0.07846074049775],[-0.03913301078356,0.08289384558611],[-0.03711837303703,0.08754827996228],[-0.03509430480955,0.09242404362624],[-0.0330608061011,0.09752113657794],[-0.03101787691173,0.10283955881749],[-0.04010344827586,0.15010344827584],[-0.03154532781173,0.16598134404853],[-0.02335967034318,0.18055438927388],[-0.01554647587028,0.19382258395177],[-0.00810574439296,0.20578592808232],[-0.00103747591126,0.21644442166553],[0.0056583295748,0.22579806470128],[0.01198167206528,0.23384685718975],[0.01793255156014,0.24059079913076],[0.02351096805938,0.24602989052443],[0.02871692156299,0.2501641313707],[0.03355041207101,0.25299352166962],[0.03801143958341,0.25451806142115],[0.04210000410021,0.25473775062528],[0.04581610562138,0.25365258928207],[0.04915974414695,0.25126257739146],[0.0521309196769,0.24756771495345],[0.05472963221123,0.2425680019681],[0.05695588174999,0.23626343843534],[0.05880966829309,0.22865402435525],[0.06029099184059,0.21973975972776],[0.06139985239247,0.20952064455287],[0.06213624994876,0.19799667883063],[0.06250018450942,0.185167862561],[0.06249165607446,0.17103419574397],[0.06211066464388,0.1555956783796],[0.06135721021772,0.13885231046783],[0.06023129279592,0.12080409200871],[0.05873291237853,0.10145102300214],[0.12303703703705,0.17481481481479],[0.14309485342682,0.16909114464261],[0.16176487324086,0.16316293247979],[0.1790470964792,0.15703017832647],[0.19494152314181,0.15069288218262],[0.20944815322866,0.14415104404816],[0.22256698673982,0.13740466392318],[0.23429802367525,0.13045374180763],[0.24464126403495,0.12329827770156],[0.25359670781893,0.11593827160493],[0.26116435502718,0.10837372351779],[0.2673442056597,0.10060463344001],[0.27213625971649,0.09263100137173],[0.27554051719761,0.08445282731293],[0.27755697810295,0.0760701112635],[0.27818564243256,0.06748285322362],[0.27742651018644,0.05869105319312],[0.27527958136466,0.04969471117209],[0.27174485596709,0.0404938271605],[0.26682233399379,0.03108840115834],[0.26051201544482,0.02147843316567],[0.25281390032006,0.01166392318243],[0.24372798861964,0.00164487120867],[0.23325428034343,-0.00857872275566],[0.22139277549155,-0.01900685871055],[0.20814347406395,-0.02963953665596],[0.19350637606055,-0.040476756592],[0.0994,-0.02886666666666],[0.14046903703706,-0.06490103703703],[0.17473392592592,-0.09931525925924],[0.20219466666668,-0.13210933333335],[0.22285125925924,-0.16328325925923],[0.23670370370371,-0.19283703703701],[0.24375199999997,-0.22077066666668],[0.24399614814814,-0.24708414814813],[0.23743614814816,-0.27177748148148],[0.22407199999998,-0.29485066666672],[0.2039037037037,-0.31630370370374],[0.17693125925928,-0.3361365925926],[0.14315466666665,-0.35434933333335],[0.10257392592592,-0.37094192592593],[0.05518903703705,-0.38591437037036],[0.0016,-0.63],[-0.15661274074074,-0.64175733333332],[-0.29617540740742,-0.64408711111111],[-0.41708799999998,-0.63698933333336],[-0.51935051851854,-0.62046400000003],[-0.60296296296298,-0.5945111111111],[-0.6679253333333,-0.55913066666665],[-0.71423762962962,-0.51432266666666],[-0.74189985185188,-0.46008711111108],[-0.75091200000003,-0.39642399999997],[-0.74127407407406,-0.32333333333332],[-0.71298607407408,-0.24081511111115],[-0.66604799999999,-0.14886933333332],[-0.60045985185189,-0.04749600000002],[-0.51622162962963,0.06330488888887]],"v":[[255.5,-360.5],[255.248714584444,-360.388282914429],[255.00280823322,-360.278206240518],[254.762309237771,-360.169105990406],[254.52724588954,-360.060318176227],[254.29764647997,-359.95117881012],[254.073539300504,-359.841023904219],[253.854952642585,-359.729189470663],[253.641914797655,-359.615011521588],[253.434454057157,-359.49782606913],[253.232598712534,-359.376969125426],[253.03637705523,-359.251776702612],[252.845817376686,-359.121584812826],[252.660947968346,-358.985729468203],[252.481797121653,-358.843546680881],[252.30839312805,-358.694372462996],[252.140764278978,-358.537542826684],[251.978938865882,-358.372393784083],[251.822945180204,-358.198261347329],[251.672811513387,-358.014481528558],[251.528566156874,-357.820390339907],[251.390237402108,-357.615323793513],[251.257853540531,-357.398617901513],[251.131442863586,-357.169608676042],[251.011033662717,-356.927632129239],[250.896654229366,-356.672024273238],[250.788332854976,-356.402121120177],[250.686097830989,-356.117258682193],[250.58997744885,-355.816772971422],[250.5,-355.5],[250.392619951618,-355.025546598877],[250.310355570134,-354.505416786256],[250.252089466563,-353.943525113781],[250.216704251917,-353.343786133093],[250.203082537209,-352.710114395834],[250.210106933454,-352.046424453647],[250.236660051663,-351.356630858174],[250.28162450285,-350.644648161056],[250.343882898028,-349.914390913937],[250.42231784821,-349.169773668457],[250.51581196441,-348.41471097626],[250.623247857641,-347.653117388987],[250.743508138915,-346.88890745828],[250.875475419246,-346.125995735782],[251.018032309648,-345.368296773135],[251.170061421132,-344.619725121981],[251.330445364714,-343.884195333962],[251.498066751404,-343.16562196072],[251.671808192218,-342.467919553897],[251.850552298167,-341.795002665136],[252.033181680266,-341.150785846078],[252.218578949526,-340.539183648366],[252.405626716963,-339.964110623642],[252.593207593587,-339.429481323547],[252.780204190414,-338.939210299725],[252.965499118455,-338.497212103817],[253.147974988724,-338.107401287466],[253.326514412235,-337.773692402312],[253.5,-337.5],[253.89954478484,-336.984089925316],[254.357181323985,-336.485657674135],[254.868746227709,-336.005316872428],[255.430076106285,-335.543681146167],[256.037007569984,-335.101364121323],[256.685377229081,-334.678979423868],[257.371021693847,-334.277140679774],[258.089777574557,-333.896461515013],[258.837481481481,-333.537555555556],[259.609970024895,-333.201036427374],[260.403079815069,-332.88751775644],[261.212647462277,-332.597613168724],[262.034509576792,-332.3319362902],[262.864502768887,-332.091100746837],[263.698463648834,-331.875720164609],[264.532228826907,-331.686408169486],[265.361634913377,-331.523778387441],[266.182518518519,-331.388444444444],[266.990716252604,-331.281019966468],[267.782064725906,-331.202118579485],[268.552400548697,-331.152353909465],[269.29756033125,-331.132339582381],[270.013380683839,-331.142689224204],[270.695698216735,-331.184016460905],[271.340349540212,-331.256934918458],[271.943171264543,-331.362058222832],[272.5,-331.5],[272.861504592593,-331.641056592593],[273.336010074074,-331.887786074074],[273.903104,-332.235328],[274.542373925926,-332.678821925926],[275.233407407407,-333.213407407407],[275.955792,-333.834224],[276.689115259259,-334.536411259259],[277.412964740741,-335.315108740741],[278.106928,-336.165456],[278.750592592593,-337.082592592593],[279.323546074074,-338.061658074074],[279.805376,-339.097792],[280.175669925926,-340.186133925926],[280.414015407407,-341.321823407407],[280.5,-342.5],[280.26281837037,-344.409992888889],[279.57897362963,-346.341116444444],[278.504416,-348.265088],[277.095095703704,-350.153624888889],[275.406962962963,-351.978444444445],[273.495968,-353.711264],[271.418061037037,-355.323800888889],[269.229192296296,-356.787772444444],[266.985312,-358.074896],[264.74237037037,-359.156888888889],[262.55631762963,-360.005468444444],[260.483104,-360.592352],[258.578679703704,-360.889256888889],[256.898994962963,-360.867900444444]],"c":true}],"h":1},{"t":10.7995495495495,"s":[{"i":[[0.23315789473679,-0.15087719298242],[0.09046859752345,-0.06445921829516],[0.08575964574192,-0.06717099922093],[0.08109728258643,-0.06975603243268],[0.07648150805693,-0.07221431793022],[0.07191232215342,-0.07454585571367],[0.06738972487597,-0.07675064578291],[0.0629137162245,-0.07882868813812],[0.05848429619908,-0.08077998277912],[0.05410146479971,-0.08260452970603],[0.04976522202634,-0.0843023289188],[0.04547556787895,-0.08587338041741],[0.04123250235762,-0.08731768420188],[0.03703602546233,-0.08863524027225],[0.03288613719297,-0.08982604862848],[0.02878283754973,-0.09089010927056],[0.02472612653247,-0.09182742219855],[0.02071600414121,-0.09263798741233],[0.01675247037599,-0.09332180491208],[0.01283552523677,-0.09387887469762],[0.00896516872359,-0.09430919676902],[0.00514140083646,-0.09461277112632],[0.00136422157533,-0.09478959776948],[-0.00236636905981,-0.09483967669854],[-0.00605037106891,-0.0947630079134],[-0.00968778445201,-0.09455959141417],[-0.01327860920907,-0.09422942720079],[-0.01682284534013,-0.09377251527326],[-0.02032049284514,-0.09318885563164],[-0.02377155172411,-0.09247844827587],[-0.02717602197714,-0.09164129320595],[-0.03053390360407,-0.09067739042194],[-0.033845196605,-0.08958673992373],[-0.03710990097994,-0.08836934171143],[-0.04032801672884,-0.08702519578497],[-0.04349954385174,-0.08555430214443],[-0.04662448234859,-0.08395666078968],[-0.04970283221945,-0.08223227172084],[-0.05273459346427,-0.08038113493791],[-0.05571976608309,-0.07840325044077],[-0.05865835007586,-0.07629861822954],[-0.06155034544264,-0.07406723830417],[-0.06439575218337,-0.07170911066464],[-0.06719457029811,-0.06922423531103],[-0.06994679978681,-0.0666126122432],[-0.07265244064945,-0.06387424146135],[-0.07531149288616,-0.06100912296529],[-0.07792395649676,-0.05801725675508],[-0.08048983148143,-0.05489864283078],[-0.08300911783999,-0.05165328119233],[-0.08548181557262,-0.04828117183973],[-0.08790792467914,-0.04478231477304],[-0.09028744515967,-0.04115670999221],[-0.09262037701421,-0.03740435749722],[-0.09490672024276,-0.03352525728815],[-0.0971464748452,-0.02951940936487],[-0.09933964082165,-0.02538681372749],[-0.10148621817211,-0.02112747037597],[-0.10358620689658,-0.01674137931036],[-0.22308094798399,-0.02202515213855],[-0.2131563558018,-0.0070301253287],[-0.20329639889195,0.00733595762256],[-0.19350107725455,0.02107309671533],[-0.18377039088949,0.03418129194949],[-0.17410433979688,0.04666054332506],[-0.16450292397661,0.05851085084208],[-0.15496614342874,0.06973221450056],[-0.14549399815326,0.08032463430044],[-0.13608648815023,0.09028811024172],[-0.12674361341953,0.0996226423245],[-0.11746537396124,0.10832823054869],[-0.10825176977534,0.11640487491428],[-0.09910280086183,0.12385257542132],[-0.09001846722066,0.13067133206977],[-0.08099876885194,0.13686114485967],[-0.07204370575562,0.14242201379102],[-0.06315327793169,0.14735393886377],[-0.0543274853801,0.15165692007798],[-0.04556632810096,0.15533095743359],[-0.03686980609416,0.15837605093066],[-0.02823791935981,0.16079220056912],[-0.0196706678978,0.16257940634904],[-0.01116805170818,0.16373766827041],[-0.00273007079102,0.16426698633319],[0.00564327485381,0.16416736053736],[0.01395198522624,0.16343879088305],[0.02219606032628,0.16208127737008],[0.03037550015392,0.16009481999862],[0.03849030470917,0.1574794187685],[0.04654047399202,0.1542350736799],[0.05452600800248,0.1503617847327],[0.06244690674055,0.14585955192689],[0.07030317020622,0.14072837526254],[0.07809479839949,0.13496825473965],[0.08582179132043,0.12857919035815],[0.09348414896891,0.12156118211811],[0.101081871345,0.11391423001947],[0.10861495844875,0.10563833406229],[0.11608341028005,0.09673349424656],[0.12348722683902,0.08719971057224],[0.13082640812559,0.07703698303931],[0.13810095413976,0.06624531164783],[0.14531086488148,0.05482469639782],[0.15245614035086,0.0427751372892],[0.15953678054785,0.03009663432204],[0.16655278547245,0.01678918749627],[0.17350415512465,0.00285279681196],[0.18039088950445,-0.01171253773089],[0.18721298861186,-0.02690681613234],[0.19397045244693,-0.04273003839239],[0.20066328100955,-0.05918220451093],[0.20729147429978,-0.07626331448813],[0.21385503231761,-0.09397336832387],[0.2203539550631,-0.11231236601816],[0.22678824253614,-0.13128030757105]],"o":[[-0.09522413793104,0.06162068965517],[-0.09046859752345,0.06445921829516],[-0.08575964574192,0.06717099922093],[-0.08109728258643,0.06975603243268],[-0.07648150805693,0.07221431793022],[-0.07191232215342,0.07454585571367],[-0.06738972487597,0.07675064578291],[-0.0629137162245,0.07882868813812],[-0.05848429619908,0.08077998277912],[-0.05410146479971,0.08260452970603],[-0.04976522202634,0.0843023289188],[-0.04547556787895,0.08587338041741],[-0.04123250235762,0.08731768420188],[-0.03703602546227,0.08863524027225],[-0.03288613719297,0.08982604862848],[-0.02878283754973,0.09089010927056],[-0.02472612653247,0.09182742219855],[-0.02071600414121,0.09263798741233],[-0.01675247037599,0.09332180491208],[-0.01283552523677,0.09387887469762],[-0.00896516872359,0.09430919676902],[-0.00514140083646,0.09461277112632],[-0.00136422157533,0.09478959776948],[0.00236636905981,0.09483967669854],[0.00605037106891,0.0947630079134],[0.00968778445201,0.09455959141417],[0.01327860920907,0.09422942720079],[0.01682284534013,0.09377251527326],[0.02032049284514,0.09318885563164],[0.02377155172411,0.09247844827587],[0.02717602197714,0.09164129320595],[0.03053390360407,0.09067739042194],[0.033845196605,0.08958673992373],[0.03710990097994,0.08836934171143],[0.04032801672884,0.08702519578497],[0.04349954385174,0.08555430214443],[0.04662448234859,0.08395666078968],[0.04970283221945,0.08223227172084],[0.05273459346427,0.08038113493791],[0.05571976608309,0.07840325044077],[0.05865835007586,0.07629861822954],[0.06155034544264,0.07406723830417],[0.06439575218337,0.07170911066464],[0.06719457029806,0.06922423531103],[0.06994679978681,0.0666126122432],[0.07265244064945,0.06387424146129],[0.07531149288616,0.06100912296529],[0.07792395649676,0.05801725675508],[0.08048983148143,0.05489864283078],[0.08300911783999,0.05165328119233],[0.08548181557262,0.04828117183973],[0.08790792467914,0.04478231477304],[0.09028744515973,0.04115670999221],[0.09262037701421,0.03740435749722],[0.09490672024276,0.03352525728815],[0.0971464748452,0.02951940936487],[0.09933964082171,0.02538681372749],[0.10148621817211,0.02112747037597],[0.23307017543857,0.03764912280701],[0.22308094798399,0.02202515213855],[0.2131563558018,0.0070301253287],[0.20329639889195,-0.00733595762256],[0.19350107725455,-0.02107309671533],[0.18377039088949,-0.03418129194949],[0.17410433979688,-0.04666054332506],[0.16450292397661,-0.05851085084208],[0.15496614342874,-0.06973221450056],[0.14549399815326,-0.08032463430044],[0.13608648815023,-0.09028811024177],[0.12674361341953,-0.0996226423245],[0.11746537396124,-0.10832823054869],[0.10825176977534,-0.11640487491428],[0.09910280086177,-0.12385257542132],[0.09001846722066,-0.13067133206977],[0.08099876885194,-0.13686114485967],[0.07204370575562,-0.14242201379102],[0.06315327793169,-0.14735393886377],[0.0543274853801,-0.15165692007798],[0.04556632810096,-0.15533095743359],[0.03686980609416,-0.15837605093066],[0.02823791935981,-0.16079220056912],[0.0196706678978,-0.16257940634904],[0.01116805170818,-0.16373766827041],[0.00273007079102,-0.16426698633319],[-0.00564327485381,-0.16416736053736],[-0.01395198522624,-0.16343879088299],[-0.02219606032628,-0.16208127737008],[-0.03037550015392,-0.16009481999862],[-0.03849030470917,-0.1574794187685],[-0.04654047399202,-0.1542350736799],[-0.05452600800248,-0.1503617847327],[-0.06244690674055,-0.14585955192689],[-0.07030317020622,-0.14072837526254],[-0.07809479839949,-0.13496825473965],[-0.08582179132043,-0.12857919035815],[-0.09348414896891,-0.12156118211811],[-0.101081871345,-0.11391423001947],[-0.10861495844875,-0.10563833406229],[-0.11608341028005,-0.09673349424656],[-0.12348722683902,-0.08719971057224],[-0.13082640812559,-0.07703698303931],[-0.13810095413976,-0.06624531164783],[-0.14531086488148,-0.05482469639782],[-0.15245614035086,-0.0427751372892],[-0.15953678054785,-0.03009663432204],[-0.16655278547245,-0.01678918749627],[-0.17350415512465,-0.00285279681196],[-0.18039088950445,0.01171253773089],[-0.18721298861186,0.02690681613234],[-0.19397045244688,0.04273003839234],[-0.20066328100955,0.05918220451099],[-0.20729147429978,0.07626331448813],[-0.21385503231761,0.09397336832382],[-0.2203539550631,0.1123123660181],[-0.22678824253614,0.13128030757099]],"v":[[274.5,-357.5],[274.221472543975,-357.310848451146],[273.957141826233,-357.113371437943],[273.706868080897,-356.907949203534],[273.470511542089,-356.694961991062],[273.24793244393,-356.474790043667],[273.038991020542,-356.247813604494],[272.843547506048,-356.014412916684],[272.661462134569,-355.774968223379],[272.492595140227,-355.529859767723],[272.336806757145,-355.279467792857],[272.193957219443,-355.024172541925],[272.063906761245,-354.764354258067],[271.946515616671,-354.500393184427],[271.841644019845,-354.232669564148],[271.749152204888,-353.961563640371],[271.668900405921,-353.687455656238],[271.600748857067,-353.410725854894],[271.544557792447,-353.131754479478],[271.500187446185,-352.850921773135],[271.467498052401,-352.568607979007],[271.446349845217,-352.285193340235],[271.436603058756,-352.001058099963],[271.438117927139,-351.716582501333],[271.450754684489,-351.432146787486],[271.474373564927,-351.148131201566],[271.508834802575,-350.864915986715],[271.553998631555,-350.582881386076],[271.60972528599,-350.30240764279],[271.675875,-350.023875],[271.752308007708,-349.747663700849],[271.838884543237,-349.474153988478],[271.935464840707,-349.203726106031],[272.041909134241,-348.93676029665],[272.15807765796,-348.673636803477],[272.283830645988,-348.414735869654],[272.419028332445,-348.160437738325],[272.563530951453,-347.91112265263],[272.717198737135,-347.667170855714],[272.879891923613,-347.428962590717],[273.051470745008,-347.196878100783],[273.231795435442,-346.971297629054],[273.420726229038,-346.752601418672],[273.618123359916,-346.54116971278],[273.8238470622,-346.33738275452],[274.037757570011,-346.141620787035],[274.259715117471,-345.954264053467],[274.489579938702,-345.775692796957],[274.727212267826,-345.60628726065],[274.972472338964,-345.446427687687],[275.22522038624,-345.29649432121],[275.485316643774,-345.156867404363],[275.752621345689,-345.027927180286],[276.026994726106,-344.910053892123],[276.308297019148,-344.803627783017],[276.596388458936,-344.709029096109],[276.891129279593,-344.626638074542],[277.19237971524,-344.556834961458],[277.5,-344.5],[278.184210526316,-344.410645823546],[278.838550323176,-344.36722014331],[279.463213296399,-344.367836127715],[280.058393351801,-344.410606945187],[280.624284395199,-344.493645764149],[281.16108033241,-344.615065753025],[281.668975069252,-344.772980080241],[282.148162511542,-344.965501914219],[282.598836565097,-345.190744423385],[283.021191135734,-345.446820776163],[283.415420129271,-345.731844140977],[283.781717451524,-346.043927686252],[284.12027700831,-346.381184580411],[284.431292705448,-346.741727991879],[284.714958448754,-347.12367108908],[284.971468144044,-347.525127040439],[285.201015697138,-347.94420901438],[285.403795013851,-348.379030179326],[285.58,-348.827703703704],[285.729824561404,-349.288342755936],[285.853462603878,-349.759060504447],[285.951108033241,-350.237970117661],[286.022954755309,-350.723184764003],[286.0691966759,-351.212817611897],[286.090027700831,-351.704981829767],[286.085641735919,-352.197790586037],[286.05623268698,-352.689357049132],[286.001994459834,-353.177794387477],[285.923120960295,-353.661215769494],[285.819806094183,-354.13773436361],[285.692243767313,-354.605463338247],[285.540627885503,-355.06251586183],[285.36515235457,-355.507005102784],[285.166011080332,-355.937044229533],[284.943397968605,-356.350746410501],[284.697506925207,-356.746224814113],[284.428531855955,-357.121592608792],[284.136666666666,-357.474962962963],[283.822105263158,-357.80444904505],[283.485041551246,-358.108164023478],[283.12566943675,-358.384221066671],[282.744182825485,-358.630733343053],[282.340775623268,-358.845814021048],[281.915641735918,-359.027576269081],[281.468975069252,-359.174133255576],[281.000969529086,-359.283598148958],[280.511819021237,-359.35408411765],[280.001717451523,-359.383704330077],[279.470858725762,-359.370571954663],[278.919436749769,-359.312800159833],[278.347645429363,-359.208502114011],[277.75567867036,-359.05579098562],[277.143730378578,-358.852779943086],[276.511994459834,-358.597582154833],[275.860664819944,-358.288310789285],[275.189935364728,-357.923079014865]],"c":true}],"h":1}]},"o":{"k":[{"t":0,"s":[0],"h":1},{"t":1.19994994994995,"s":[100],"h":1}]},"x":{"k":0},"nm":"Mask 2"},{"inv":false,"mode":"f","pt":{"k":[{"t":1.2,"s":[{"i":[[6.2215,-0.77850000000001],[-0.89940625,-1.24829687499999],[-0.645125,-1.49993749999999],[-0.29815625,-1.751671875],[0.1415,-2.0035],[0.367703125,-0.801984375],[0.4650625,-0.6801875],[0.364828125,-0.663109375],[0.067,-0.75075000000001],[-0.115734375,-0.56951562499999],[-0.1406875,-0.77731249999999],[-0.079609375,-0.569140625],[0.0675,0.05500000000001],[-0.751421875,0.013890625],[-0.8089375,0.21731250000001],[-0.653046875,0.21976562499999],[-0.28375,0.02125000000001],[-1.020484375,-0.11860937500001],[-0.7431875,-0.1376875],[-0.601109375,0.04976562499999],[-0.59425,0.44374999999999],[-0.132703125,0.80728124999999],[-0.1455625,1.15062500000001],[-0.190078125,1.14303124999999],[-0.26625,0.78450000000001],[-0.2442962962963,0.46914814814815],[-0.25229629629629,0.46281481481482],[-0.15600000000001,0.37033333333333],[-1.91275,3.83175000000001],[-1.5745,2.46350000000001],[6.313625,-0.686375]],"o":[[1.061,0.99674999999999],[0.89940625,1.24829687499999],[0.645125,1.49993750000002],[0.29815625,1.751671875],[-0.07275,1.02850000000001],[-0.367703125,0.801984375],[-0.4650625,0.68018749999999],[-0.364828125,0.663109375],[0.00475,-0.05425],[0.115734375,0.56951562499999],[0.1406875,0.77731250000001],[0.079609375,0.569140625],[0.4805,0.3905],[0.751421875,-0.013890625],[0.8089375,-0.21731250000001],[0.653046875,-0.21976562499999],[1.433,-0.107],[1.020484375,0.11860937500001],[0.7431875,0.1376875],[0.601109375,-0.04976562500001],[0.1515,-0.113],[0.132703125,-0.80728125],[0.1455625,-1.15062499999999],[0.190078125,-1.14303124999999],[0.132,-0.38933333333334],[0.2442962962963,-0.46914814814815],[0.25229629629629,-0.46281481481482],[1.7745,-4.20949999999999],[1.91275,-3.83175],[-5.524,1.476],[-6.31362499999999,0.686375]],"v":[[20.5,-135.5],[23.46378125,-132.132453125],[25.80375,-128.010125],[27.24184375,-123.132734375],[27.5,-117.5],[26.789921875,-114.780453125],[25.491375,-112.583375],[24.197140625,-110.594609375],[23.5,-108.5],[23.702234375,-107.623109375],[24.108375,-105.498875],[24.460328125,-103.375203125],[24.5,-102.5],[26.401234375,-101.985328125],[28.795125,-102.382375],[31.041453125,-103.088234375],[32.5,-103.5],[36.146421875,-103.430953125],[38.758125,-102.994875],[40.740765625,-102.811359375],[42.5,-103.5],[42.918390625,-104.96815625],[43.327875,-107.99275],[43.823421875,-111.52096875],[44.5,-114.5],[45.0905185185185,-115.809259259259],[45.8614814814815,-117.228740740741],[46.5,-118.5],[52.15,-130.8095],[57.5,-140.5],[39.523125,-137.476875]],"c":true}],"h":1},{"t":2.4,"s":[{"i":[[-0.307,3.342],[-2.173625,-2.3895],[-1.7515,-1.078],[-0.31675,-0.39325],[-0.3185,-0.172],[-5.109625,-0.231375],[-2.2915,2.691],[-0.248,1.696],[1.774,3.608],[0.382,0.603],[1.268,4.004],[-0.023,0.687],[1.793,3.227],[0.665,0.876],[1.795,4.552],[0.552,3.085],[1.378,2.077],[3.119,0.649],[1.749,-1.309],[3.469,-5.787],[0.766,-1.911],[2.065,-1.368],[2.636,0.323],[1.924,-6.115],[-3.4,-3.257],[-0.41,-1.626],[0.348,-0.637],[-2.057,-6.281],[-1.673,-1.578],[-3.401,-0.663],[-1.5,9.901]],"o":[[1.554,1.364],[2.173625,2.3895],[0.4145,0.255],[0.31675,0.39325],[3.27,1.7655],[5.109625,0.231375],[1.174,-1.379],[0.91,-6.237],[-0.6,-1.221],[-2.734,-4.318],[-0.117,-0.371],[0.23,-6.754],[-0.955,-1.719],[-2.929,-3.859],[-1.119,-2.838],[-0.746,-4.169],[-1.803,-2.718],[-5.664,-1.179],[-5.638,4.219],[-1.284,2.142],[-2.396,5.98],[-1.297,0.859],[-8.81,-1.08],[-3.597,11.432],[1.13,1.082],[-0.035,-0.137],[-3.164,5.785],[1.076,3.286],[0.998,0.941],[16.767,3.267],[0.417,-2.751]],"v":[[-4.5,-43.5],[1.351875,-37.2855],[7.5,-31.5],[8.572,-30.43775],[9.5,-29.5],[23.233875,-26.157625],[35.5,-29.5],[37.5,-35.5],[33.5,-55.5],[31.5,-59.5],[19.5,-72.5],[20.5,-77.5],[17.5,-87.5],[15.5,-92.5],[5.5,-102.5],[5.5,-111.5],[-0.5,-122.5],[-6.5,-127.5],[-16.5,-125.5],[-27.5,-112.5],[-31.5,-106.5],[-35.5,-90.5],[-40.5,-91.5],[-62.5,-82.5],[-54.5,-60.5],[-46.5,-55.5],[-49.5,-51.5],[-49.5,-33.5],[-44.5,-23.5],[-34.5,-18.5],[-4.5,-34.5]],"c":true}],"h":1},{"t":3.6,"s":[{"i":[[0.365,-0.049],[2.50625,-3.19875],[0.38,-1.8595],[-0.371625,-2.16900000000001],[0.9955,-0.92099999999999],[5.1735,-0.00774999999999],[0.6245,-0.33850000000001],[-0.068625,-0.44825],[0.1265,-0.12649999999999],[0.423375,0.082375],[0.1465,-0.1695],[-0.1245,-1.35012500000001],[-0.4875,-1.46250000000001],[-1.89375,-1.74787499999999],[-0.418,-1.9875],[0.450375,-2.0775],[-0.7275,-1.3395],[-3.67675,-0.42725],[-3.0155,1.0615],[-1.54525,1.377],[-1.0445,1.8675],[-0.59175,1.845125],[-0.368,0.146],[-1.736625,-1.022625],[-2.4655,-0.1425],[0.321125,4.3845],[2.067,3.94450000000001],[2.025,2.178],[0.292,0.413],[0.47,1.191],[7.749,1.642]],"o":[[-2.595,0.3455],[-2.50625,3.19875],[-0.491,2.40299999999999],[0.371625,2.169],[-0.6815,0.6305],[-5.1735,0.00775],[-0.148,0.0805],[0.068625,0.44825],[-0.16,0.16],[-0.423375,-0.082375],[-0.9855,1.137],[0.1245,1.35012499999999],[1.00700000000001,3.021],[1.89375,1.747875],[0.074,0.3505],[-0.450375,2.0775],[1.2775,2.3525],[3.67675,0.42724999999999],[1.7745,-0.6245],[1.54525,-1.377],[0.265,-0.4735],[0.59175,-1.845125],[0.588,-0.233],[1.736625,1.02262500000001],[8.3515,0.4825],[-0.321125,-4.3845],[-2.209,-4.215],[-0.339,-0.365],[-0.565,-0.798],[-2.614,-6.63],[-1.106,-0.234]],"v":[[-10.5,-108.5],[-18.66125,-102.1355],[-23.5,-93.5],[-23.121625,-86.3885],[-23.5,-81.5],[-34.54275,-80.781],[-45.5,-80.5],[-45.516125,-79.5345],[-45.5,-78.5],[-46.510125,-78.507125],[-47.5,-78.5],[-48.60475,-74.744125],[-47.5,-70.5],[-42.55825,-63.724875],[-38.5,-58.5],[-39.490125,-54.24175],[-39.5,-48.5],[-31.3035,-44.4395],[-20.5,-45.5],[-15.4525,-48.56775],[-11.5,-53.5],[-10.07725,-57.745625],[-8.5,-61.5],[-4.908125,-59.781625],[1.5,-57.5],[11.813875,-64.67975],[6.5,-78.5],[0.5,-86.5],[0.5,-88.5],[-1.5,-89.5],[-8.5,-109.5]],"c":true}],"h":1},{"t":4.8,"s":[{"i":[[-0.15112499999998,0.01262499999996],[-0.7262728888889,-0.85040059259256],[-0.77065155555556,-0.84094014814815],[-0.816936,-0.82128533333332],[-0.86512622222222,-0.79143614814814],[-0.91522222222221,-0.75139259259259],[-0.96722399999999,-0.7011546666667],[-1.02113155555554,-0.64072237037038],[-1.07694488888887,-0.57009570370371],[-1.134664,-0.48927466666663],[-1.19428888888889,-0.39825925925925],[-1.25581955555556,-0.29704948148145],[-1.319256,-0.18564533333335],[-1.38459822222222,-0.06404681481484],[-1.45184622222223,0.06774607407402],[-1.52099999999999,0.20973333333336],[1.68522656250001,1.27305273437497],[1.80015625,1.15814843750002],[1.9097890625,1.04853710937499],[2.01412500000001,0.94421875],[2.1131640625,0.845193359375],[2.20690625,0.75146093749998],[2.2953515625,0.66302148437501],[2.37849999999997,0.57987500000002],[0.07273828125,0.09676171874997],[0.061640625,0.03010937499999],[0.04358203125,-0.01833203125],[0.0185625,-0.0485625],[-0.01341796874999,-0.06058203124996],[-0.05235937500001,-0.054390625],[-0.09826171875,-0.02998828124998]],"o":[[0.68379999999999,0.84966666666668],[0.7262728888889,0.85040059259256],[0.77065155555556,0.84094014814815],[0.816936,0.82128533333332],[0.86512622222222,0.79143614814814],[0.91522222222221,0.75139259259259],[0.96722399999999,0.7011546666667],[1.02113155555557,0.64072237037038],[1.07694488888887,0.57009570370371],[1.134664,0.48927466666669],[1.19428888888889,0.39825925925925],[1.25581955555556,0.29704948148145],[1.31925600000001,0.18564533333335],[1.38459822222224,0.06404681481479],[1.45184622222222,-0.06774607407408],[-1.565,-1.39325000000002],[-1.68522656250001,-1.27305273437503],[-1.80015625,-1.15814843750002],[-1.9097890625,-1.04853710937499],[-2.01412500000001,-0.94421875],[-2.1131640625,-0.845193359375],[-2.20690625,-0.75146093750004],[-2.2953515625,-0.66302148437495],[-0.076875,-0.181625],[-0.07273828125,-0.09676171875003],[-0.061640625,-0.03010937499999],[-0.04358203125,0.01833203125],[-0.0185625,0.0485625],[0.01341796874999,0.06058203124996],[0.05235937500001,0.054390625],[0.09826171875,0.02998828124998]],"v":[[-150.5,298.5],[-148.385367111111,301.052649481481],[-146.140456888889,303.592209185185],[-143.759552,306.088096],[-141.236935111111,308.509726814815],[-138.566888888889,310.826518518518],[-135.743696,313.007888],[-132.761639111111,315.023252148148],[-129.615000888889,316.842027851852],[-126.298064,318.433632],[-122.805111111111,319.767481481481],[-119.130424888889,320.812993185185],[-115.268288,321.539584],[-111.212983111111,321.916670814815],[-106.958792888889,321.913670518519],[-102.5,321.5],[-107.3766640625,317.501869140625],[-112.6060625,313.856390625],[-118.1723046875,310.547685546875],[-124.0595,307.559875],[-130.2517578125,304.877080078125],[-136.7331875,302.483421875],[-143.4878984375,300.363021484375],[-150.5,298.5],[-150.72616015625,298.08697265625],[-150.92946875,297.90121875],[-151.08904296875,297.88810546875],[-151.184,297.993],[-151.19345703125,298.16126953125],[-151.09653125,298.33828125],[-150.87233984375,298.46940234375]],"c":true}],"h":1},{"t":6,"s":[{"i":[[-2.744,-0.444],[7.011,20.125],[3.441,7.01],[0.236,2.596],[-0.305,2.203],[0.191,1.604],[2.765,5.166],[2.572,3.788],[14.33,12.67],[1.67,1.303],[2.385,1.714],[2.041,1.269],[5.142,1.271],[3.515,-1.421],[-1.862,-9.359],[-1.559,-2.385],[-20.424,-15.693],[-4.229,-2.431],[-1.34,-0.679],[-0.489,-0.232],[-0.835,-0.36],[-1.047,-0.399],[-0.618,-0.438],[-0.269,-0.345],[-0.688,-0.844],[-0.568,-0.73],[-0.71,-0.827],[-1.625,-3.19],[-3.555,-12.465],[-0.898,-3.072],[-2.144,-6.266]],"o":[[4.979,-26.745],[-2.984,-8.566],[-1.496,-3.048],[-0.094,-1.027],[0.428,-3.095],[-0.493,-4.144],[-2.386,-4.458],[-11.591,-17.07],[-1.658,-1.466],[-2.252,-1.756],[-1.959,-1.407],[-4.8,-2.985],[-4.997,-1.236],[-6.759,2.732],[0.371,1.867],[15.753,24.103],[3.955,3.039],[1.33,0.764],[0.406,0.206],[0.821,0.389],[0.758,0.327],[1.481,0.565],[0.322,0.228],[0.656,0.843],[0.641,0.786],[0.657,0.843],[4.441,5.173],[5.536,10.864],[0.884,3.098],[1.827,6.252],[0.885,2.586]],"v":[[307.5,-161.5],[300.5,-226.5],[290.5,-251.5],[286.5,-259.5],[288.5,-265.5],[288.5,-274.5],[282.5,-289.5],[274.5,-302.5],[234.5,-347.5],[229.5,-352.5],[222.5,-356.5],[216.5,-361.5],[202.5,-367.5],[189.5,-367.5],[179.5,-341.5],[183.5,-335.5],[237.5,-272.5],[249.5,-263.5],[253.5,-262.5],[254.5,-260.5],[257.5,-260.5],[260.5,-258.5],[265.5,-257.5],[266.5,-254.5],[269.5,-252.5],[270.5,-249.5],[273.5,-247.5],[282.5,-234.5],[294.5,-197.5],[297.5,-188.5],[302.5,-169.5]],"c":true}],"h":1},{"t":7.2,"s":[{"i":[[3.567,1.595],[-1.379625,-0.94687499999998],[-0.756,-0.34050000000002],[-0.1725,-0.45224999999999],[-0.1625,-0.12450000000001],[-0.76275,-0.31675000000001],[-0.378,-0.29599999999999],[-1.81575,-1.76850000000002],[-1.861,-1.45699999999999],[-0.39,0.06637499999999],[-0.2385,-0.10749999999996],[-0.17887500000001,-0.45375000000001],[-0.1475,-0.12299999999999],[-3.148375,-2.41650000000004],[-2.5265,-1.93399999999997],[-2.856,-2.254],[-6.025,-4.629],[-10.582,-2.868],[0.833,0.833],[2.428,2.087],[1.925,1.557],[5.72,4.767],[1.983,1.612],[0.84,0.72],[1.216,0.986],[4.139,1.866],[0.346,0.249],[1.65,1.58],[0.85,0.814],[1.507,0.924],[0.584,0.559]],"o":[[-0.2745,1.87200000000001],[1.379625,0.94687499999998],[0.1475,0.06650000000002],[0.1725,0.45224999999999],[0.571,0.43700000000001],[0.76275,0.31675000000001],[1.876,1.46899999999999],[1.81574999999999,1.76850000000002],[0.2015,0.15800000000002],[0.39,-0.06637499999999],[0.137,0.06200000000001],[0.178875,0.45375000000001],[2.88,2.39999999999998],[3.148375,2.41649999999998],[3.277,2.508],[6.186,4.883],[8.285,6.365],[0.354,-2.021],[-2.654,-2.655],[-1.792,-1.541],[-6.164,-4.985],[-1.935,-1.612],[-0.844,-0.686],[-1.285,-1.101],[-4.149,-3.366],[-0.309,-0.139],[-2.953,-2.123],[-0.838,-0.803],[-1.615,-1.547],[-1.87,-1.147],[-3.606,-3.454]],"v":[[32.5,-462.5],[34.727125,-458.351375],[38.5,-456.5],[38.98875,-455.5435],[39.5,-454.5],[41.64475,-453.39425],[43.5,-452.5],[49.01125,-447.491],[54.5,-442.5],[55.47225,-442.462125],[56.5,-442.5],[56.992125,-441.54575],[57.5,-440.5],[66.765125,-433.1505],[75.5,-426.5],[84.5,-419.5],[102.5,-405.5],[129.5,-389.5],[127.5,-392.5],[119.5,-400.5],[113.5,-404.5],[96.5,-419.5],[90.5,-423.5],[88.5,-426.5],[84.5,-428.5],[71.5,-438.5],[70.5,-440.5],[59.5,-447.5],[56.5,-449.5],[51.5,-452.5],[46.5,-455.5]],"c":true}],"h":1},{"t":8.4,"s":[{"i":[[5.33449999999999,-3.23699999999997],[0.19442187499999,-0.18429687499997],[0.08743749999999,-0.19543750000003],[0.09929687499999,-0.28842187499998],[0.23000000000002,-0.46325000000002],[0.22143750000001,-1.32593750000001],[-0.31524999999999,-1.02024999999998],[-0.6290625,-1.05918750000001],[-0.72,-1.44275000000005],[-0.70844444444444,-1.2205925925926],[-0.70911111111113,-1.12114814814817],[-0.54133333333334,-0.78266666666667],[-0.82487500000002,-0.758375],[-1.49850000000001,-1.22900000000004],[-0.13287500000001,-0.39749999999998],[-0.232,-0.21600000000001],[-0.52625,-0.07187499999998],[-0.48849999999999,-0.334],[-0.51575,-0.60149999999999],[-0.41700000000003,-0.23849999999999],[-6.11862500000001,0.96612499999998],[1.9545,8.26850000000002],[1.01800000000003,0.96050000000002],[0.63249999999999,0.9085],[-0.06699999999995,0.38150000000002],[0.113,0.25099999999998],[0.45412500000003,0.18000000000001],[0.1225,0.14499999999998],[1.31774999999999,1.30487499999998],[2.06650000000002,1.815],[5.78912500000001,3.508375]],"o":[[-0.42025000000001,0.255],[-0.19442187500002,0.18429687500003],[-0.08743749999999,0.19543750000003],[-0.09929687499999,0.28842187499998],[-0.98099999999999,1.97624999999999],[-0.22143750000001,1.32593750000001],[0.31525000000002,1.02024999999998],[0.6290625,1.05918750000001],[0.53933333333333,1.08100000000002],[0.70844444444444,1.22059259259254],[0.7091111111111,1.12114814814811],[1.202,1.73750000000001],[0.82487499999999,0.75837499999994],[0.23650000000001,0.19399999999996],[0.13287500000001,0.39750000000004],[0.40649999999999,0.37850000000003],[0.52625,0.07187499999998],[0.51999999999998,0.35550000000001],[0.51574999999997,0.60149999999999],[5.48000000000002,3.13300000000004],[6.11862499999995,-0.96612499999998],[-0.2955,-1.24950000000001],[-1.01800000000003,-0.96049999999997],[-0.15499999999997,-0.22300000000001],[0.06700000000001,-0.38150000000002],[-0.06100000000004,-0.13499999999999],[-0.45412499999998,-0.18000000000001],[-1.66250000000002,-1.96550000000002],[-1.31774999999999,-1.30487499999998],[-2.50900000000001,-2.20349999999996],[-5.78912499999998,-3.508375]],"v":[[238.5,-354.5],[237.607703125,-353.861515625],[237.214625,-353.312375],[236.964234375,-352.607046875],[236.5,-351.5],[234.7520625,-346.632875],[234.9485,-343.19975],[236.4206875,-340.16675],[238.5,-336.5],[240.413777777778,-332.987851851852],[242.582222222222,-329.415481481481],[244.5,-326.5],[247.277625,-323.118625],[250.5,-320.5],[251.003375,-319.5165],[251.5,-318.5],[252.9385,-317.966625],[254.5,-317.5],[256.07725,-315.91225],[257.5,-314.5],[277.075875,-310.448875],[285.5,-323.5],[283.25275,-326.75575],[280.5,-329.5],[280.4685,-330.479],[280.5,-331.5],[279.546125,-331.9925],[278.5,-332.5],[274.303,-337.112875],[269.5,-341.5],[256.119125,-352.080375]],"c":true}],"h":1},{"t":9.6,"s":[{"i":[[0.73166666666668,-0.32846666666666],[0.14924511718749,-0.10712866210937],[0.16757421875002,-0.15295214843749],[0.17911230468752,-0.19315795898439],[0.183859375,-0.22774609375],[0.1818154296875,-0.25671655273436],[0.17298046874998,-0.2800693359375],[0.15735449218749,-0.29780444335938],[0.13493749999998,-0.30992187499999],[0.10572949218749,-0.31642163085937],[0.06973046874998,-0.31730371093749],[0.0269404296875,-0.31256811523437],[-0.02264062500001,-0.30221484374999],[-0.07901269531249,-0.28624389648439],[-0.14217578124999,-0.26465527343751],[-0.21212988281252,-0.23744897460938],[-0.28887499999996,-0.20462500000002],[-0.48074577777777,-0.12176444444444],[-0.45863644444444,0.07337777777778],[-0.42660533333333,0.23622666666668],[-0.38465244444444,0.36678222222221],[-0.33277777777778,0.46504444444446],[-0.27098133333334,0.53101333333333],[-0.19926311111112,0.5646888888889],[-0.11762311111113,0.56607111111111],[-0.0260613333333,0.53515999999999],[0.07542222222224,0.47195555555555],[0.18682755555557,0.37645777777777],[0.30815466666667,0.24866666666668],[0.43940355555554,0.08858222222221],[0.5805742222222,-0.10379555555556]],"o":[[-0.12412499999999,0.0556875],[-0.14924511718749,0.10712866210937],[-0.16757421875002,0.15295214843749],[-0.17911230468752,0.19315795898439],[-0.183859375,0.22774609375],[-0.1818154296875,0.25671655273439],[-0.17298046874998,0.2800693359375],[-0.15735449218749,0.29780444335938],[-0.13493749999998,0.30992187499999],[-0.10572949218749,0.31642163085937],[-0.06973046874998,0.31730371093752],[-0.0269404296875,0.31256811523437],[0.02264062500001,0.30221484374999],[0.07901269531249,0.28624389648439],[0.14217578124999,0.26465527343748],[0.21212988281252,0.23744897460938],[0.49293333333333,0.3492],[0.48074577777777,0.12176444444444],[0.45863644444444,-0.07337777777778],[0.42660533333333,-0.23622666666665],[0.38465244444444,-0.36678222222221],[0.33277777777778,-0.46504444444446],[0.27098133333334,-0.53101333333333],[0.19926311111112,-0.5646888888889],[0.11762311111113,-0.56607111111111],[0.0260613333333,-0.53515999999999],[-0.07542222222224,-0.47195555555555],[-0.18682755555557,-0.37645777777777],[-0.30815466666667,-0.24866666666668],[-0.43940355555554,-0.08858222222221],[-0.5805742222222,0.10379555555556]],"v":[[-388.5,-240.5],[-388.911752929688,-240.254371337891],[-389.3886796875,-239.862845703125],[-389.910407226563,-239.342276123047],[-390.4565625,-238.709515625],[-391.006772460938,-237.981417236328],[-391.5406640625,-237.174833984375],[-392.037864257813,-236.306618896484],[-392.478,-235.393625],[-392.840698242188,-234.452705322266],[-393.1055859375,-233.500712890625],[-393.252290039062,-232.554500732422],[-393.2604375,-231.630921875],[-393.109655273438,-230.746829345703],[-392.7795703125,-229.919076171875],[-392.249809570312,-229.164515380859],[-391.5,-228.5],[-390.037000888889,-227.801626666667],[-388.625447111111,-227.73712],[-387.295104,-228.2096],[-386.075736888889,-229.122186666667],[-384.997111111111,-230.378],[-384.088992,-231.88016],[-383.381144888889,-233.531786666667],[-382.903335111111,-235.236],[-382.685328,-236.89592],[-382.756888888889,-238.414666666667],[-383.147783111111,-239.69536],[-383.887776,-240.64112],[-385.006632888889,-241.155066666667],[-386.534119111111,-241.14032]],"c":true}],"h":1},{"t":10.7995495495495,"s":[{"i":[[0.37400000000002,-0.22757142857142],[0.03751562500003,-0.00698632812501],[0.04250000000002,0.00142968750001],[0.04557812500002,0.00662304687501],[0.04674999999997,0.00859374999999],[0.046015625,0.00734179687498],[0.04337499999997,0.00286718750002],[0.03882812500001,-0.004830078125],[0.032375,-0.01575000000003],[0.13897851562501,-0.16125585937499],[0.10910156249997,-0.21883593749999],[0.07786914062501,-0.254240234375],[0.04528125000002,-0.26746875000001],[0.01133789062499,-0.258521484375],[-0.02396093750002,-0.2273984375],[-0.06061523437501,-0.17409960937499],[-0.09862499999997,-0.098625],[-0.40102734375,-0.10664648437501],[-0.47792187499999,0.0326640625],[-0.49480859375001,0.15380664062499],[-0.45168749999999,0.25678124999999],[-0.34855859375,0.34158789062502],[-0.18542187500003,0.4082265625],[0.03772265624997,0.456697265625],[0.320875,0.48700000000002],[0.16933527696796,0.17003790087463],[0.18574927113701,0.09909037900874],[0.20924198250725,0.03001457725946],[0.23981341107873,-0.03718950437317],[0.27746355685133,-0.1025218658892],[0.32219241982506,-0.16598250728865]],"o":[[-0.03062499999999,0.01862499999999],[-0.03751562500003,0.00698632812501],[-0.04249999999996,-0.00142968750001],[-0.04557812500002,-0.00662304687501],[-0.04675000000003,-0.00859374999999],[-0.046015625,-0.00734179687501],[-0.04337499999997,-0.00286718750002],[-0.03882812500001,0.004830078125],[-0.16750000000002,0.08150000000001],[-0.13897851562501,0.16125585937499],[-0.10910156250003,0.21883593750002],[-0.07786914062501,0.254240234375],[-0.04528125000002,0.26746875000001],[-0.01133789062499,0.258521484375],[0.02396093750002,0.2273984375],[0.06061523437501,0.17409960937499],[0.26412499999998,0.26412500000001],[0.40102734375,0.10664648437501],[0.47792187499999,-0.0326640625],[0.49480859375001,-0.15380664062499],[0.45168749999999,-0.25678124999999],[0.34855859375,-0.34158789062499],[0.18542187499997,-0.4082265625],[-0.03772265625003,-0.456697265625],[-0.16000000000003,-0.24285714285713],[-0.16933527696796,-0.17003790087463],[-0.18574927113701,-0.09909037900874],[-0.20924198250725,-0.03001457725946],[-0.23981341107873,0.03718950437317],[-0.27746355685133,0.10252186588923],[-0.32219241982506,0.16598250728862]],"v":[[-398.5,-241.5],[-398.6026875,-241.462388671875],[-398.7231875,-241.454859375],[-398.85578125,-241.467744140625],[-398.99475,-241.491375],[-399.134375,-241.516083984375],[-399.2689375,-241.532203125],[-399.39271875,-241.530064453125],[-399.5,-241.5],[-399.960056640625,-241.130322265625],[-400.332515625,-240.554640625],[-400.613310546875,-239.839482421875],[-400.798375,-239.051375],[-400.883642578125,-238.256845703125],[-400.865046875,-237.522421875],[-400.738521484375,-236.914630859375],[-400.5,-236.5],[-399.48726953125,-235.948384765625],[-398.15384375,-235.841953125],[-396.67974609375,-236.126201171875],[-395.245,-236.746625],[-394.02962890625,-237.648720703125],[-393.21365625,-238.777984375],[-392.97710546875,-240.079912109375],[-393.5,-241.5],[-393.992233236152,-242.118874635568],[-394.523090379009,-242.522099125364],[-395.113807580175,-242.715288629738],[-395.785620991254,-242.704058309038],[-396.559766763848,-242.494023323615],[-397.457481049563,-242.090798833819]],"c":true}],"h":1}]},"o":{"k":[{"t":0,"s":[0],"h":1},{"t":1.19994994994995,"s":[100],"h":1}]},"x":{"k":0},"nm":"Mask 3"},{"inv":false,"mode":"f","pt":{"k":[{"t":1.2,"s":[{"i":[[6.044,-12.184],[0.775,-1.198],[1.053,-1.645],[-4.564,-1.285],[-4.718,-9.386],[1.595,-7.547],[-1.029,-6.006],[-22.182,-13.443],[0.009,-0.002],[-0.073,0.187],[-1.676,3.069],[-0.862,1.35],[-1.636,2.182],[-0.219,0.487],[-0.249,0.346],[-16.376,5.685],[5.155,11.519],[3.372,3.7],[16.707,-9.996],[8.761,-0.668],[4.669,1.041],[2.359,0.958],[3.586,0.399],[1.374,-0.438],[1.847,-0.219],[5.259,13.345],[-0.823,2.705],[-1.241,2.753],[-0.247,0.37],[1.748,1.825],[0.814,0.85],[0.855,1.734],[2.466,4.573]],"o":[[-1.067,2.152],[-1.71,2.644],[-1.992,3.112],[13.137,3.698],[3.195,6.356],[-1.098,5.196],[17.88,-8.307],[0.785,0.476],[-0.144,0.04],[1.737,-4.426],[1.492,-2.732],[0.877,-1.374],[0.314,-0.419],[0.139,-0.309],[9.745,-13.559],[-8.606,-9.374],[-1.931,-4.316],[6.003,30.04],[-6.407,3.833],[-4.849,0.37],[-3.048,-0.68],[-2.808,-1.14],[-1.062,-0.118],[-1.688,0.538],[-22.832,2.71],[-1.971,-5.002],[1.038,-3.41],[0.146,-0.324],[1.985,-2.978],[-0.803,-0.838],[-1.583,-1.652],[-2.512,-5.094],[-2.255,16.604]],"v":[[-92.5,-28.5],[-95.5,-22.5],[-102.5,-15.5],[-92.5,-11.5],[-62.5,7.5],[-62.5,30.5],[-65.5,46.5],[12.5,38.5],[21.5,47.5],[25.5,37.5],[30.5,27.5],[33.5,20.5],[38.5,15.5],[38.5,13.5],[40.5,12.5],[74.5,-11.5],[53.5,-44.5],[47.5,-57.5],[34.5,2.5],[10.5,10.5],[-2.5,8.5],[-12.5,6.5],[-22.5,-0.5],[-26.5,1.5],[-31.5,2.5],[-74.5,-18.5],[-74.5,-37.5],[-69.5,-47.5],[-67.5,-48.5],[-67.5,-55.5],[-69.5,-58.5],[-72.5,-63.5],[-78.5,-77.5]],"c":true}],"h":1},{"t":4.8,"s":[{"i":[[0.4185,-0.05725000000001],[0.25092,-0.22112799999999],[0.20324,-0.32015200000001],[0.21716,-0.34647199999999],[0.29268,-0.300088],[0.4298,-0.18100000000001],[0.670359375,-0.0324375],[0.5651875,0.10924999999999],[0.487234375,0.0870625],[0.4365,-0.09899999999999],[0.708015625,-0.423890625],[0.3963125,-0.5938125],[0.115140625,-0.74801562499999],[-0.1355,-0.88650000000001],[-1.241875,-1.74870312499999],[-1.748,-1.5240625],[-1.757125,-0.888328125],[-1.26925,0.1585],[-0.5506875,0.47010937499999],[-0.35725,0.6281875],[-0.3779375,0.59398437499999],[-0.61275,0.36750000000001],[-0.567203125,-0.026625],[-0.4825625,-0.084],[-0.424078125,0.23462499999999],[-0.39175,0.92925],[0.450203125,2.00010937500001],[1.0165625,1.9416875],[1.058078125,1.34573437499999],[0.57475,0.21225000000001],[0.415828125,-0.04712499999999],[0.4165625,-0.149],[0.417453125,-0.15237499999999]],"o":[[-0.3602,0.04940000000001],[-0.25092,0.22112799999999],[-0.20324,0.32015199999999],[-0.21716,0.34647199999999],[-0.29268,0.300088],[-0.80275,0.33799999999999],[-0.670359375,0.0324375],[-0.5651875,-0.10924999999999],[-0.487234375,-0.0870625],[-1.05025,0.23824999999999],[-0.708015625,0.423890625],[-0.39631249999999,0.5938125],[-0.115140625,0.74801562500001],[0.23875,1.56225000000001],[1.241875,1.74870312499999],[1.748,1.5240625],[1.757125,0.888328125],[0.95825,-0.11975],[0.5506875,-0.47010937500001],[0.35725,-0.62818750000001],[0.3779375,-0.59398437500001],[0.678,-0.40675],[0.567203125,0.02662500000001],[0.4825625,0.08399999999999],[0.424078125,-0.23462500000001],[0.641,-1.521],[-0.450203125,-2.00010937499999],[-1.0165625,-1.94168749999999],[-1.058078125,-1.34573437500001],[-0.41525,-0.15325],[-0.415828125,0.04712499999999],[-0.4165625,0.149],[-0.417453125,0.15237500000001]],"v":[[-19.5,-90.5],[-20.40128,-90.076032],[-21.06712,-89.245936],[-21.68232,-88.227824],[-22.43168,-87.239808],[-23.5,-86.5],[-25.702859375,-85.9853125],[-27.549375,-86.1415],[-29.121203125,-86.4769375],[-30.5,-86.5],[-33.129765625,-85.502859375],[-34.778625,-83.972375],[-35.538171875,-81.955703125],[-35.5,-79.5],[-33.1548125,-74.430796875],[-28.54575,-69.418875],[-23.1638125,-65.697515625],[-18.5,-64.5],[-16.290125,-65.432859375],[-14.98175,-67.128375],[-13.9325,-69.009703125],[-12.5,-70.5],[-10.638734375,-70.9761875],[-9.070625,-70.71625],[-7.717203125,-70.8481875],[-6.5,-72.5],[-6.345015625,-77.916046875],[-8.676375,-83.963125],[-11.919546875,-89.028640625],[-14.5,-91.5],[-15.746578125,-91.6345625],[-16.995125,-91.31575],[-18.246109375,-90.8390625]],"c":true}],"h":1},{"t":6,"s":[{"i":[[-0.03246666666666,0.00999999999999],[-0.11088237311387,0.06747256515774],[-0.07849862825788,0.08579149519892],[-0.04879320987655,0.09984567901233],[-0.02176611796983,0.1096351165981],[0.00258264746228,0.1151598079561],[0.02425308641975,0.1164197530864],[0.04324519890261,0.11341495198906],[0.05955898491084,0.10614540466395],[0.07319444444445,0.09461111111113],[0.08415157750343,0.07881207133056],[0.09243038408778,0.05874828532234],[0.09803086419754,0.03441975308641],[0.10095301783264,0.00582647462278],[0.10119684499315,-0.02703155006861],[0.09876234567901,-0.06415432098765],[0.09364951989028,-0.10554183813446],[0.08585836762691,-0.15119410150891],[0.07538888888888,-0.20111111111112],[-0.00119792592594,-0.04850548148147],[-0.01588059259259,-0.05433748148147],[-0.028648,-0.05862933333333],[-0.03950014814814,-0.06138103703705],[-0.04843703703705,-0.06259259259258],[-0.05545866666665,-0.06226400000003],[-0.06056503703704,-0.06039525925928],[-0.06375614814814,-0.0569863703704],[-0.065032,-0.05203733333332],[-0.06439259259258,-0.04554814814816],[-0.06183792592591,-0.0375188148148],[-0.057368,-0.02794933333337],[-0.05098281481483,-0.01683970370368],[-0.04268237037036,-0.00418992592591]],"o":[[0.14594444444444,-0.04488888888886],[0.11088237311387,-0.06747256515774],[0.07849862825788,-0.08579149519892],[0.04879320987655,-0.09984567901233],[0.02176611796983,-0.1096351165981],[-0.00258264746228,-0.1151598079561],[-0.02425308641975,-0.1164197530864],[-0.04324519890261,-0.113414951989],[-0.05955898491084,-0.10614540466395],[-0.07319444444445,-0.09461111111113],[-0.08415157750343,-0.07881207133056],[-0.09243038408778,-0.05874828532234],[-0.09803086419754,-0.03441975308641],[-0.10095301783264,-0.00582647462278],[-0.10119684499313,0.02703155006861],[-0.09876234567901,0.06415432098765],[-0.09364951989025,0.1055418381344],[-0.08585836762688,0.15119410150891],[-0.0154,0.04113333333333],[0.00119792592594,0.04850548148147],[0.01588059259259,0.05433748148147],[0.028648,0.05862933333333],[0.03950014814814,0.06138103703705],[0.04843703703705,0.06259259259258],[0.05545866666665,0.06226400000003],[0.06056503703704,0.06039525925928],[0.06375614814814,0.0569863703704],[0.065032,0.05203733333332],[0.06439259259258,0.04554814814816],[0.06183792592594,0.0375188148148],[0.057368,0.02794933333331],[0.05098281481483,0.01683970370368],[0.04268237037039,0.00418992592591]],"v":[[203.5,-341.5],[203.884570644719,-341.669608367627],[204.167972565158,-341.900570644719],[204.358240740741,-342.180092592593],[204.463410150892,-342.495379972565],[204.491515775034,-342.833638545953],[204.450592592593,-343.182074074074],[204.34867558299,-343.527892318244],[204.193799725652,-343.858299039781],[203.994,-344.1605],[203.75731138546,-344.42170096022],[203.491768861454,-344.629107681756],[203.205407407407,-344.769925925926],[202.906262002744,-344.831361454047],[202.602367626886,-344.800620027435],[202.301759259259,-344.664907407407],[202.012471879287,-344.411429355281],[201.742540466392,-344.027391632373],[201.5,-343.5],[201.479175703704,-343.365156740741],[201.505272296296,-343.210507259259],[201.572544,-343.040672],[201.675245037037,-342.860271407407],[201.80762962963,-342.673925925926],[201.963952,-342.486256],[202.13846637037,-342.301882074074],[202.325426962963,-342.125424592593],[202.519088,-341.961504],[202.713703703704,-341.814740740741],[202.903528296296,-341.689755259259],[203.082816,-341.591168],[203.245821037037,-341.523599407407],[203.38679762963,-341.491669925926]],"c":true}],"h":1},{"t":7.2,"s":[{"i":[[0.10599999999999,-0.02025000000003],[0.12426171875001,-0.0277578125],[0.09510937499999,-0.02740625000001],[0.07416796874998,-0.0296953125],[0.06143750000001,-0.03462500000001],[0.05691796874999,-0.04219531249998],[0.06060937500001,-0.05240624999999],[0.07251171874998,-0.06525781250002],[0.092625,-0.08074999999997],[0.60071875,-0.66916406249999],[0.58631250000002,-0.80396875000002],[0.55440625,-0.92578906250003],[0.505,-1.03462500000001],[0.43809375000001,-1.13047656250001],[0.35368749999998,-1.21334375000004],[0.25178125000002,-1.28322656249998],[0.13237500000002,-1.340125],[0.011864,-3.39843999999999],[-0.38834400000002,-3.16111999999998],[-0.89082400000001,-2.42324000000002],[-1.49557599999997,-1.1848],[-2.20259999999996,0.55420000000004],[-0.90953124999999,1.639515625],[-0.76112499999999,2.6568125],[-0.59603124999995,3.313890625],[-0.41425000000004,3.61075],[-0.22368749999998,3.38956250000001],[0.19725,3.21174999999999],[0.94731250000001,2.21631249999996],[2.0265,0.40324999999996],[0.20804687500004,-0.076734375],[0.15193749999997,-0.1341875],[0.11792187500004,-0.11535937500003]],"o":[[-0.16162500000002,0.03075000000001],[-0.12426171875001,0.0277578125],[-0.09510937499999,0.02740625000001],[-0.07416796874998,0.0296953125],[-0.06143750000001,0.03462500000001],[-0.05691796874999,0.04219531249998],[-0.06060937500001,0.05240624999999],[-0.07251171874998,0.06525781250002],[-0.59762499999999,0.52137499999998],[-0.60071875,0.66916406249999],[-0.58631250000002,0.80396875000002],[-0.55440625,0.92578906249997],[-0.505,1.03462500000001],[-0.43809375000001,1.13047656250001],[-0.35368749999998,1.21334375000004],[-0.25178125000002,1.28322656249998],[-0.3098,3.1352],[-0.011864,3.39843999999999],[0.38834400000002,3.16111999999998],[0.89082400000001,2.42324000000002],[1.49557599999997,1.18480000000005],[1.04124999999999,-0.262],[0.90953124999999,-1.639515625],[0.76112500000005,-2.6568125],[0.59603125000001,-3.313890625],[0.31549999999999,-2.74975000000001],[0.22368750000004,-3.38956250000001],[-0.19725000000005,-3.21174999999999],[-0.94731250000001,-2.21631250000002],[-0.28625,-0.05700000000002],[-0.20804687499998,0.076734375],[-0.15193749999997,0.1341875],[-0.11792187500004,0.11535937500003]],"v":[[-308.5,-402.5],[-308.92677734375,-402.4128984375],[-309.25378125,-402.3308125],[-309.50564453125,-402.2458203125],[-309.707,-402.15],[-309.88248046875,-402.0354296875],[-310.05671875,-401.8941875],[-310.25434765625,-401.7183515625],[-310.5,-401.5],[-312.301890625,-399.7109453125],[-314.0868125,-397.498],[-315.802265625,-394.9001171875],[-317.39575,-391.95625],[-318.814765625,-388.7053515625],[-320.0068125,-385.186375],[-320.919390625,-381.4382734375],[-321.5,-377.5],[-322.008064,-367.5744],[-321.468912,-357.60992],[-319.575728,-349.10824],[-316.021696,-343.57104],[-310.5,-342.5],[-307.56965625,-345.442328125],[-305.0595,-351.976875],[-303.01959375,-361.022984375],[-301.5,-371.5],[-300.6089375,-380.913375],[-300.487,-391.01975],[-302.1215625,-399.36625],[-306.5,-403.5],[-307.235921875,-403.451328125],[-307.770375,-403.115875],[-308.169640625,-402.722484375]],"c":true}],"h":1},{"t":8.4,"s":[{"i":[[0.85720000000003,-0.46006666666665],[0.31076320301781,-0.27871604938272],[0.2679972565158,-0.35601851851851],[0.2242021604938,-0.42107407407408],[0.179377914952,-0.47388271604939],[0.13352451989027,-0.51444444444445],[0.08664197530862,-0.54275925925927],[0.03873028120711,-0.55882716049382],[-0.01021056241427,-0.56264814814816],[-0.06018055555558,-0.55422222222222],[-0.11117969821674,-0.53354938271605],[-0.16320799039784,-0.50062962962963],[-0.21626543209879,-0.45546296296297],[-0.27035202331962,-0.39804938271604],[-0.32546776406036,-0.3283888888889],[-0.38161265432097,-0.24648148148148],[-0.43878669410151,-0.15232716049383],[-0.49698988340191,-0.04592592592593],[-0.55622222222223,0.07272222222224],[-0.50349214814815,0.28617688888889],[-0.42335970370368,0.46122311111111],[-0.34060266666665,0.60113866666666],[-0.25522103703702,0.70592355555556],[-0.16721481481483,0.77557777777778],[-0.07658400000003,0.81010133333334],[0.01667140740739,0.80949422222221],[0.11255140740741,0.77375644444444],[0.21105599999999,0.702888],[0.31218518518517,0.59688888888888],[0.41593896296297,0.45575911111112],[0.52231733333338,0.27949866666665],[0.63132029629628,0.06810755555557],[0.74294785185185,-0.17841422222222]],"o":[[-0.35250000000002,0.18916666666667],[-0.31076320301781,0.27871604938272],[-0.2679972565158,0.35601851851851],[-0.2242021604938,0.42107407407408],[-0.179377914952,0.47388271604939],[-0.13352451989027,0.51444444444445],[-0.08664197530862,0.54275925925927],[-0.03873028120717,0.55882716049382],[0.01021056241427,0.56264814814816],[0.06018055555558,0.55422222222222],[0.11117969821674,0.53354938271605],[0.16320799039778,0.50062962962963],[0.21626543209874,0.45546296296297],[0.27035202331962,0.39804938271604],[0.32546776406036,0.3283888888889],[0.38161265432097,0.24648148148148],[0.43878669410151,0.1523271604938],[0.49698988340191,0.04592592592593],[0.58100000000002,-0.07599999999999],[0.50349214814815,-0.28617688888889],[0.42335970370368,-0.46122311111111],[0.34060266666665,-0.60113866666666],[0.25522103703702,-0.70592355555556],[0.16721481481483,-0.77557777777778],[0.07658400000003,-0.81010133333334],[-0.01667140740739,-0.80949422222221],[-0.11255140740741,-0.77375644444444],[-0.21105599999999,-0.702888],[-0.31218518518517,-0.59688888888888],[-0.41593896296297,-0.45575911111112],[-0.52231733333332,-0.27949866666668],[-0.63132029629628,-0.06810755555554],[-0.74294785185185,0.17841422222222]],"v":[[-383.5,-239.5],[-384.495152091907,-238.795114197531],[-385.363550068587,-237.839950617284],[-386.102106481481,-236.67125],[-386.70773388203,-235.32575308642],[-387.177344821674,-233.840200617284],[-387.507851851852,-232.251333333333],[-387.696167524005,-230.595891975309],[-387.739204389575,-228.910617283951],[-387.633875,-227.23225],[-387.377091906721,-225.597530864197],[-386.96576766118,-224.043200617284],[-386.396814814815,-222.606],[-385.667145919067,-221.322669753086],[-384.773673525377,-220.229950617284],[-383.713310185185,-219.364583333333],[-382.482968449931,-218.763308641975],[-381.079560871056,-218.462867283951],[-379.5,-218.5],[-377.87260562963,-219.052048],[-376.481671703704,-220.181930666667],[-375.335072,-221.784256],[-374.440680296296,-223.753632],[-373.80637037037,-225.984666666667],[-373.440016,-228.371968],[-373.349490962963,-230.810144],[-373.542669037037,-233.193802666667],[-374.027424,-235.417552],[-374.81162962963,-237.376],[-375.903159703704,-238.963754666667],[-377.309888,-240.075424],[-379.039688296296,-240.605616],[-381.10043437037,-240.448938666667]],"c":true}],"h":1},{"t":9.6,"s":[{"i":[[0.29859999999999,-0.29859999999999],[0.14228395061728,-0.18673285322359],[0.10615432098766,-0.19108573388203],[0.07222222222222,-0.19366975308643],[0.04048765432098,-0.19448491083676],[0.01095061728395,-0.19353120713306],[-0.01638888888889,-0.19080864197531],[-0.04153086419753,-0.18631721536352],[-0.06447530864197,-0.18005692729767],[-0.08522222222222,-0.17202777777779],[-0.10377160493827,-0.16222976680385],[-0.12012345679013,-0.15066289437586],[-0.13427777777778,-0.13732716049383],[-0.14623456790123,-0.12222256515774],[-0.15599382716049,-0.10534910836763],[-0.16355555555555,-0.08670679012346],[-0.16891975308642,-0.06629561042524],[-0.17208641975309,-0.04411556927298],[-0.17305555555555,-0.02016666666665],[-0.43659288888889,0.0526237037037],[-0.31391377777778,0.15243259259259],[-0.20202933333334,0.23302666666667],[-0.10093955555556,0.29440592592593],[-0.01064444444444,0.33657037037037],[0.068856,0.35952],[0.13756177777778,0.36325481481482],[0.19547288888889,0.34777481481481],[0.24258933333333,0.31308],[0.27891111111111,0.25917037037037],[0.30443822222222,0.18604592592592],[0.31917066666666,0.09370666666666],[0.32310844444444,-0.0178474074074],[0.31625155555555,-0.1486162962963]],"o":[[-0.18061111111111,0.18061111111111],[-0.14228395061728,0.18673285322359],[-0.10615432098766,0.19108573388203],[-0.07222222222222,0.19366975308643],[-0.04048765432099,0.19448491083676],[-0.01095061728395,0.19353120713306],[0.01638888888889,0.19080864197531],[0.04153086419753,0.18631721536352],[0.06447530864197,0.18005692729767],[0.08522222222222,0.17202777777779],[0.10377160493827,0.16222976680385],[0.12012345679013,0.15066289437586],[0.13427777777778,0.13732716049383],[0.14623456790124,0.12222256515776],[0.15599382716049,0.10534910836762],[0.16355555555555,0.08670679012344],[0.16891975308642,0.06629561042523],[0.17208641975309,0.04411556927298],[0.57006666666667,0.0664],[0.43659288888889,-0.0526237037037],[0.31391377777778,-0.15243259259259],[0.20202933333334,-0.23302666666667],[0.10093955555556,-0.29440592592593],[0.01064444444444,-0.33657037037037],[-0.068856,-0.35952],[-0.13756177777778,-0.36325481481482],[-0.19547288888889,-0.34777481481481],[-0.24258933333333,-0.31308],[-0.27891111111111,-0.25917037037037],[-0.30443822222222,-0.18604592592592],[-0.31917066666666,-0.09370666666668],[-0.32310844444444,0.01784740740742],[-0.31625155555556,0.1486162962963]],"v":[[-39.5,-113.5],[-39.9837932098765,-112.948541838134],[-40.3559012345679,-112.381371742112],[-40.6229166666667,-111.803796296296],[-40.7914320987654,-111.221122085048],[-40.8680401234568,-110.63865569273],[-40.8593333333333,-110.061703703704],[-40.7719043209877,-109.495572702332],[-40.6123456790123,-108.945569272977],[-40.38725,-108.417],[-40.1032098765432,-107.915171467764],[-39.7668179012346,-107.445390260631],[-39.3846666666667,-107.012962962963],[-38.9633487654321,-106.623196159122],[-38.5094567901235,-106.28139643347],[-38.0295833333333,-105.99287037037],[-37.5303209876543,-105.762924554184],[-37.018262345679,-105.596865569273],[-36.5,-105.5],[-34.9927093333333,-105.484139259259],[-33.869648,-105.796527407407],[-33.098432,-106.37952],[-32.6466773333333,-107.175472592593],[-32.482,-108.126740740741],[-32.572016,-109.17568],[-32.8843413333333,-110.264645925926],[-33.386592,-111.335994074074],[-34.046384,-112.33208],[-34.8313333333333,-113.195259259259],[-35.709056,-113.867887407407],[-36.647168,-114.29232],[-37.6132853333333,-114.410912592593],[-38.575024,-114.166020740741]],"c":true}],"h":1},{"t":10.7995495495495,"s":[{"i":[[0.11006666666667,-0.09980000000002],[0.21034945130315,-0.27155452674896],[0.10442866941015,-0.24338477366254],[0.01162654320988,-0.21410185185186],[-0.06805692729767,-0.18370576131687],[-0.13462174211249,-0.15219650205762],[-0.18806790123457,-0.11957407407408],[-0.22839540466392,-0.08583847736625],[-0.25560425240055,-0.05098971193416],[-0.26969444444445,-0.01502777777779],[-0.27066598079561,0.02204732510287],[-0.25851886145404,0.06023559670783],[-0.23325308641975,0.09953703703704],[-0.19486865569273,0.13995164609054],[-0.14336556927298,0.18147942386832],[-0.07874382716049,0.22412037037037],[-0.00100342935528,0.26787448559671],[0.08985562414266,0.31274176954733],[0.19383333333333,0.35872222222224],[0.07899703703703,0.10585688888889],[0.08888148148148,0.08667199999999],[0.09758666666666,0.06817866666665],[0.10511259259259,0.05037688888888],[0.11145925925926,0.03326666666666],[0.11662666666667,0.01684800000001],[0.12061481481481,0.00112088888889],[0.12342370370371,-0.01391466666666],[0.12505333333333,-0.02825866666666],[0.12550370370371,-0.04191111111112],[0.12477481481481,-0.05487199999999],[0.12286666666667,-0.06714133333332],[0.11977925925926,-0.0787191111111],[0.11551259259259,-0.08960533333334]],"o":[[-0.32938888888889,0.29861111111111],[-0.21034945130315,0.27155452674896],[-0.10442866941015,0.24338477366254],[-0.01162654320988,0.21410185185186],[0.06805692729767,0.18370576131687],[0.13462174211249,0.15219650205762],[0.18806790123457,0.11957407407408],[0.22839540466392,0.08583847736625],[0.25560425240054,0.05098971193416],[0.26969444444445,0.01502777777776],[0.27066598079561,-0.02204732510287],[0.25851886145405,-0.06023559670783],[0.23325308641975,-0.09953703703704],[0.19486865569273,-0.13995164609054],[0.14336556927297,-0.1814794238683],[0.07874382716049,-0.22412037037037],[0.00100342935528,-0.26787448559671],[-0.08985562414266,-0.31274176954733],[-0.06793333333334,-0.12573333333333],[-0.07899703703703,-0.10585688888889],[-0.08888148148148,-0.08667199999999],[-0.09758666666666,-0.06817866666668],[-0.10511259259259,-0.05037688888888],[-0.11145925925926,-0.03326666666666],[-0.11662666666667,-0.01684800000001],[-0.12061481481481,-0.00112088888889],[-0.12342370370371,0.01391466666666],[-0.12505333333333,0.02825866666666],[-0.12550370370371,0.04191111111112],[-0.12477481481481,0.05487199999999],[-0.12286666666667,0.06714133333332],[-0.11977925925925,0.07871911111113],[-0.11551259259259,0.08960533333331]],"v":[[-39.5,-134.5],[-40.3063278463649,-133.644473251029],[-40.7752153635117,-132.87178600823],[-40.9460185185185,-132.185277777778],[-40.8580932784637,-131.588288065844],[-40.5507956104252,-131.084156378601],[-40.0634814814815,-130.676222222222],[-39.4355068587106,-130.367825102881],[-38.7062277091907,-130.162304526749],[-37.915,-130.063],[-37.1011796982167,-130.073251028807],[-36.3041227709191,-130.196397119342],[-35.5631851851852,-130.435777777778],[-34.9177229080933,-130.794732510288],[-34.4070919067215,-131.276600823045],[-34.0706481481482,-131.884722222222],[-33.9477475994513,-132.622436213992],[-34.0777462277092,-133.493082304527],[-34.5,-134.5],[-34.7206903703704,-134.847212444444],[-34.972802962963,-135.135832888889],[-35.2528,-135.367936],[-35.5571437037037,-135.545596444444],[-35.8822962962963,-135.670888888889],[-36.22472,-135.745888],[-36.580877037037,-135.772668444444],[-36.9472296296296,-135.753304888889],[-37.32024,-135.689872],[-37.6963703703704,-135.584444444444],[-38.072082962963,-135.439096888889],[-38.44384,-135.255904],[-38.8081037037037,-135.036940444444],[-39.1613362962963,-134.784280888889]],"c":true}],"h":1}]},"o":{"k":[{"t":0,"s":[0],"h":1},{"t":1.2,"s":[100],"h":1},{"t":2.4,"s":[0],"h":1},{"t":4.7997997997998,"s":[100],"h":1}]},"x":{"k":0},"nm":"Mask 4"},{"inv":false,"mode":"f","pt":{"k":[{"t":6,"s":[{"i":[[-3.237,-2.22],[-6.92,18.152],[-0.878,2.117],[-3.922,6.994],[-0.898,1.753],[-3.166,1.583],[-1.936,1.991],[-0.297,0.483],[-0.507,0.761],[-0.857,8.655],[3.449,1.679],[0.763,-0.585],[-3.807,-18.546],[2.187,-4.541],[0.789,-1.765],[4.495,-17.623],[1.775,-9.403]],"o":[[5.144,-18.513],[1.115,-2.924],[3.092,-7.454],[1.596,-2.846],[1.924,-3.758],[2.63,-1.315],[0.411,-0.423],[0.587,-0.954],[4.305,-6.465],[0.723,-7.303],[-4.094,-1.993],[-11.306,8.667],[1.195,5.822],[-0.852,1.77],[-7.509,16.805],[-2.445,9.587],[-0.995,5.274]],"v":[[-401.5,-89.5],[-381.5,-148.5],[-377.5,-157.5],[-366.5,-178.5],[-361.5,-186.5],[-357.5,-191.5],[-350.5,-196.5],[-349.5,-198.5],[-347.5,-200.5],[-335.5,-231.5],[-339.5,-250.5],[-350.5,-248.5],[-372.5,-199.5],[-374.5,-189.5],[-377.5,-183.5],[-394.5,-131.5],[-401.5,-103.5]],"c":true}],"h":1},{"t":7.2,"s":[{"i":[[6.961,-3.986],[0.28025,-0.04087499999997],[0.333,-0.524],[0.12037500000002,-3.183875],[-0.77850000000001,-3.22399999999999],[-1.763375,-3.034875],[-1.20650000000001,-1.79599999999999],[-0.15925000000001,-0.36425000000003],[-0.15199999999999,-0.22900000000004],[-0.63412499999998,-0.96837499999998],[-0.70699999999999,-0.98599999999999],[-2.237875,-1.98900000000003],[-2.12649999999999,-1.36349999999999],[-4.53274999999999,-1.34212500000001],[-2.34550000000002,2.34550000000002],[2.733,5.355],[8.896,8.443]],"o":[[-0.54599999999999,0.3125],[-0.28025,0.04087500000003],[-1.297,2.04050000000001],[-0.120375,3.183875],[0.74000000000001,3.06450000000001],[1.763375,3.034875],[0.21100000000001,0.31399999999996],[0.15925000000001,0.36425000000003],[0.75650000000002,1.14049999999997],[0.63412500000001,0.96837500000004],[1.922,2.68049999999999],[2.237875,1.98900000000003],[1.52350000000001,0.97699999999998],[4.53274999999999,1.34212500000001],[4.045,-4.045],[-7.419,-14.538],[-5.023,-4.768]],"v":[[221.5,-359.5],[220.34025,-359.158625],[219.5,-358.5],[217.443375,-350.387625],[218.5,-340.5],[222.650125,-331.048625],[227.5,-323.5],[228.04425,-322.43625],[228.5,-321.5],[230.537125,-318.384125],[232.5,-315.5],[238.846625,-308.51225],[245.5,-303.5],[255.8835,-299.008125],[267.5,-299.5],[264.5,-320.5],[240.5,-350.5]],"c":true}],"h":1},{"t":8.4,"s":[{"i":[[3.0095,-1.2035],[0.90937037037037,-0.68274074074074],[0.75892592592589,-1.07396296296296],[0.38300000000004,-1.50733333333334],[-1.06662499999999,-6.372125],[-0.8725,-2.029],[-3.67612500000001,-2.81975],[-5.56100000000004,1.3125],[-1.065,0.56100000000001],[-0.76099999999997,0.761],[-0.505,4.78475],[0.6465,5.2345],[1.35700000000003,3.2615],[1.13099999999997,1.3865],[0.88650000000001,0.69],[1.363,0.9025],[2.174375,0.421375]],"o":[[-0.83433333333335,0.33366666666667],[-0.90937037037037,0.68274074074074],[-0.75892592592589,1.07396296296296],[-1.13900000000001,4.4825],[1.06662499999999,6.372125],[1.73450000000003,4.0335],[3.67612499999996,2.81975],[-0.02099999999996,0.005],[1.065,-0.56100000000001],[1.62649999999996,-1.6265],[0.505,-4.78475],[-0.44100000000003,-3.5675],[-1.35700000000003,-3.2615],[-1.09100000000001,-1.3375],[-0.88650000000001,-0.69],[-2.29300000000001,-1.518],[-2.174375,-0.421375]],"v":[[-447.5,14.5],[-450.171925925926,16.0140740740741],[-452.730740740741,18.6385925925926],[-454.5,22.5],[-454.008625,40.340125],[-450.5,54.5],[-442.369875,65.5095],[-428.5,68.5],[-426.5865,67.5745],[-423.5,65.5],[-420.29525,55.206],[-420.5,39.5],[-423.4825,28.86425],[-427.5,21.5],[-430.296,18.67375],[-433.5,16.5],[-439.962625,13.458875]],"c":true}],"h":1},{"t":9.6,"s":[{"i":[[0.297125,-0.29712499999999],[0.17579835390947,-0.55304115226338],[-0.20110288065844,-0.42223868312757],[-0.45914814814815,-0.27914814814815],[-0.59833744855967,-0.12376954732511],[-0.618670781893,0.04389711934157],[-0.52014814814815,0.22385185185185],[-0.3027695473251,0.41609465020576],[0.03346502057613,0.6206255144033],[0.48855555555556,0.83744444444446],[0.137205078125,0.11770703125001],[0.1998828125,0.112515625],[0.249283203125,0.08930078125],[0.28540625,0.0480625],[0.308251953125,-0.01119921874999],[0.3178203125,-0.08848437500001],[0.314111328125,-0.18379296875001]],"o":[[-0.67155555555556,0.67155555555556],[-0.17579835390947,0.55304115226338],[0.20110288065844,0.42223868312757],[0.45914814814815,0.27914814814814],[0.59833744855967,0.1237695473251],[0.618670781893,-0.04389711934157],[0.52014814814815,-0.22385185185185],[0.3027695473251,-0.41609465020575],[-0.03346502057613,-0.62062551440329],[-0.06125,-0.10487499999999],[-0.137205078125,-0.11770703125001],[-0.1998828125,-0.112515625],[-0.249283203125,-0.08930078125],[-0.28540625,-0.0480625],[-0.308251953125,0.01119921875001],[-0.3178203125,0.08848437499999],[-0.314111328125,0.18379296875]],"v":[[-1.5,-92.5],[-2.74131687242798,-90.6600329218107],[-2.67364609053498,-89.1940411522634],[-1.65355555555556,-88.1388888888889],[-0.03761316872428,-87.5314403292181],[1.81761316872428,-87.4085596707819],[3.55555555555556,-87.8071111111111],[4.81964609053498,-88.7639588477366],[5.25331687242798,-90.3159670781893],[4.5,-92.5],[4.198998046875,-92.83837890625],[3.690046875,-93.18821875],[3.012978515625,-93.49544921875],[2.207625,-93.706],[1.313818359375,-93.76580078125],[0.371390625,-93.62078125],[-0.579826171875,-93.21687109375]],"c":true}],"h":1},{"t":10.7995495495495,"s":[{"i":[[2.72975,-1.87],[0.0368984375,-0.00544140625],[0.04465625,0.00323437500001],[0.0491484375,0.00827734375001],[0.050375,0.0096875],[0.0483359375,0.00746484375],[0.04303125,0.001609375],[0.0344609375,-0.00787890625],[0.022625,-0.021],[0.222144,-0.457032],[0.037736,-0.45876800000001],[-0.108224,-0.418408],[-0.215736,-0.33595200000001],[-0.2848,-0.2114],[-1.24103125,0.92853125000001],[-0.415125,1.50862499999999],[0.90846875,0.57578125000001]],"o":[[-0.025875,0.01775000000001],[-0.0368984375,0.00544140625],[-0.04465625,-0.00323437500001],[-0.0491484375,-0.00827734375],[-0.050375,-0.0096875],[-0.0483359375,-0.00746484375],[-0.04303125,-0.001609375],[-0.0344609375,0.00787890625],[-0.445,0.4132],[-0.222144,0.457032],[-0.037736,0.45876800000001],[0.108224,0.418408],[0.215736,0.33595199999999],[1.56925,1.1645],[1.24103125,-0.92853124999999],[0.415125,-1.50862499999999],[-0.90846875,-0.57578125000001]],"v":[[10.5,-94.5],[10.4050234375,-94.46612109375],[10.281875,-94.46371875],[10.1403515625,-94.48189453125],[9.99025,-94.50975],[9.8413671875,-94.53638671875],[9.7035,-94.55090625],[9.5864453125,-94.54241015625],[9.5,-94.5],[8.508896,-93.184128],[8.128688,-91.799904],[8.244032,-90.473616],[8.739584,-89.331552],[9.5,-88.5],[13.83984375,-88.52428125],[16.4485,-92.55825],[15.83290625,-96.06309375]],"c":true}],"h":1}]},"o":{"k":[{"t":4.8,"s":[0],"h":1},{"t":5.99974974974975,"s":[100],"h":1}]},"x":{"k":0},"nm":"Mask 5"},{"inv":false,"mode":"f","pt":{"k":[{"t":6,"s":[{"i":[[1,0],[1.469,-21.308],[1.188,-6.555],[0.875,-3.333],[1.878,-6.092],[1.131,-1.809],[2.284,-2.418],[2.432,-3.891],[1.47,-2.377],[0.932,-1.719],[2.494,-13.655],[-2.421,-6.993],[0.137,-2.012],[0.657,-1.504],[-0.407,-3.121],[1.491,-1.556],[1.213,-1.656],[4.865,-6.356],[2.531,-3.037],[1.723,-4.931],[-4.468,3.296],[-0.686,0.559],[-6.125,8.524],[-2.614,4.271],[-1.199,2.075],[-1.515,2.002],[-2.318,2.45],[-0.476,0.622],[-2.022,2.016],[-5.423,16.153],[0.837,15.902],[-0.921,7.407],[3.713,41.053]],"o":[[-0.184,20.941],[-0.522,7.564],[-0.505,2.784],[-2.002,7.63],[-1.166,3.782],[-1.562,2.499],[-3.732,3.952],[-2.17,3.471],[-1.056,1.708],[-6.317,11.648],[-1.577,8.635],[0.505,1.46],[-0.053,0.774],[-1.922,4.402],[0.277,2.121],[-1.59,1.659],[-5.729,7.823],[-2.811,3.672],[-3.706,4.448],[6.493,-1.642],[0.614,-0.453],[7.977,-6.506],[2.716,-3.78],[1.1,-1.798],[1.346,-2.329],[2.183,-2.885],[0.578,-0.611],[1.947,-2.546],[11.014,-10.985],[4.139,-12.329],[-0.396,-7.532],[5.185,-41.688],[-1,0]],"v":[[313.5,-109.5],[310.5,-40.5],[309.5,-18.5],[306.5,-9.5],[301.5,11.5],[298.5,21.5],[291.5,28.5],[282.5,39.5],[277.5,46.5],[275.5,51.5],[261.5,88.5],[260.5,118.5],[262.5,123.5],[259.5,128.5],[257.5,138.5],[256.5,143.5],[252.5,148.5],[234.5,170.5],[226.5,180.5],[216.5,193.5],[233.5,184.5],[235.5,182.5],[256.5,159.5],[264.5,147.5],[268.5,141.5],[271.5,134.5],[279.5,127.5],[280.5,124.5],[287.5,119.5],[309.5,77.5],[316.5,36.5],[318.5,15.5],[316.5,-109.5]],"c":true}],"h":1},{"t":7.2,"s":[{"i":[[0.10024999999996,-0.01600000000002],[0.65767578125002,-0.30756640625],[0.641203125,-0.475578125],[0.62033203124997,-0.61066015624999],[0.59506249999998,-0.71281249999998],[0.56539453124998,-0.78203515625],[0.53132812500002,-0.81832812499999],[0.49286328124998,-0.82169140625001],[0.45000000000005,-0.792125],[0.61074400000001,-1.233688],[0.56041599999998,-1.38359199999999],[0.41461600000002,-1.44511199999999],[0.17334400000004,-1.41824800000001],[-0.16340000000002,-1.303],[-0.48681249999998,-1.015625],[-0.64024999999998,-0.9195],[-0.58331249999998,-0.69412500000001],[-0.31600000000003,-0.33949999999999],[-0.35320312499999,-0.58546874999999],[-0.3060625,-0.42137500000001],[-0.54982812500003,-0.25021875000002],[-1.08450000000005,-0.072],[-1.82639062499999,1.60648437500001],[-1.39531249999999,2.64268749999999],[-0.87126562500004,2.964859375],[-0.25424999999996,2.57299999999998],[0.02798437500002,2.81414062499999],[0.43768749999998,2.33431250000001],[0.940859375,1.47801562500001],[1.53750000000002,0.24525],[0.20895312499999,-0.08031249999999],[0.1545625,-0.13225],[0.11832812500001,-0.11081249999998]],"o":[[-0.66975000000002,0.10662500000001],[-0.65767578125002,0.30756640625],[-0.641203125,0.475578125],[-0.62033203124997,0.61066015624999],[-0.59506249999998,0.71281249999998],[-0.56539453124998,0.78203515625],[-0.53132812500002,0.81832812499999],[-0.49286328124998,0.82169140625001],[-0.56560000000002,0.99539999999999],[-0.61074400000001,1.233688],[-0.56041599999998,1.38359200000002],[-0.41461599999997,1.44511199999999],[-0.17334399999999,1.41824800000001],[0.12299999999999,0.98250000000002],[0.48681249999998,1.015625],[0.64024999999998,0.9195],[0.58331250000003,0.69412499999999],[0.69124999999997,0.74250000000001],[0.35320312499999,0.58546874999999],[0.3060625,0.42137499999998],[0.54982812499998,0.25021875000002],[2.16449999999998,0.14375000000001],[1.82639062500004,-1.60648437500001],[1.39531249999999,-2.64268749999999],[0.87126562499998,-2.964859375],[0.28825000000001,-2.91749999999999],[-0.02798437500002,-2.81414062500002],[-0.43768749999998,-2.33431250000001],[-0.940859375,-1.47801562499998],[-0.28149999999999,-0.04500000000002],[-0.20895312499999,0.08031250000002],[-0.15456250000005,0.13225],[-0.11832812500001,0.11081250000001]],"v":[[-341.5,-247.5],[-343.49223828125,-246.87048046875],[-345.44165625,-245.68753125],[-347.33505859375,-244.04994140625],[-349.15925,-242.0565],[-350.90103515625,-239.80599609375],[-352.54721875,-237.39721875],[-354.08460546875,-234.92895703125],[-355.5,-232.5],[-357.288384,-229.134272],[-359.068992,-225.186256],[-360.555408,-220.921104],[-361.461216,-216.603968],[-361.5,-212.5],[-360.5326875,-209.4705],[-358.7895,-206.5355],[-356.9015625,-204.08275],[-355.5,-202.5],[-354.006046875,-200.50628125],[-353.089875,-198.99425],[-351.878765625,-197.98509375],[-349.5,-197.5],[-343.490421875,-199.872609375],[-338.634625,-206.424875],[-335.211515625,-215.014703125],[-333.5,-223.5],[-333.086234375,-232.191578125],[-333.761375,-240.008375],[-335.805828125,-245.820984375],[-339.5,-248.5],[-340.231140625,-248.4286875],[-340.771875,-248.0915],[-341.176671875,-247.7085625]],"c":true}],"h":1},{"t":8.4,"s":[{"i":[[0.88499999999999,-0.19125],[0.47355273437501,-0.21480078125],[0.47339843750001,-0.308265625],[0.46328710937502,-0.38051953125],[0.44321874999997,-0.4315625],[0.41319335937499,-0.46139453125],[0.37321093750001,-0.470015625],[0.32327148437503,-0.45742578125001],[0.263375,-0.42362499999999],[0.42262890625,-1.15985546875],[0.24645312500002,-1.291796875],[0.04484765625,-1.31832421874999],[-0.1821875,-1.23943749999999],[-0.43465234375003,-1.05513671874999],[-0.71254687499999,-0.765421875],[-1.01587109375004,-0.37029296874999],[-1.34462499999995,0.13024999999999],[-0.40362695312501,0.19755859375],[-0.4242578125,0.34273437500001],[-0.43626757812501,0.47177734375001],[-0.43965624999998,0.5846875],[-0.43442382812498,0.68146484375001],[-0.42057031249999,0.76210937499999],[-0.39809570312497,0.82662109374999],[-0.36699999999996,0.875],[-0.48147999999998,1.274128],[-0.42007999999998,1.39371199999999],[-0.22500000000002,1.33435200000001],[0.10376000000002,1.096048],[0.56619999999998,0.6788],[0.68531250000001,0.295125],[0.74624999999997,-0.016],[0.81281250000001,-0.178125]],"o":[[-0.46375,0.100125],[-0.47355273437501,0.21480078125],[-0.47339843750001,0.308265625],[-0.46328710937502,0.38051953125],[-0.44321874999997,0.4315625],[-0.41319335937499,0.46139453125],[-0.37321093750001,0.47001562499999],[-0.32327148437503,0.45742578125],[-0.573375,0.9225],[-0.42262890625,1.15985546875],[-0.24645312500002,1.291796875],[-0.04484765625,1.31832421874999],[0.1821875,1.23943750000001],[0.43465234375003,1.05513671875001],[0.71254687499999,0.765421875],[1.01587109374998,0.37029296874999],[0.37437499999999,-0.03625],[0.40362695312501,-0.19755859375],[0.4242578125,-0.34273437500001],[0.43626757812501,-0.47177734374999],[0.43965625000004,-0.5846875],[0.43442382812498,-0.68146484374999],[0.42057031250005,-0.76210937499999],[0.39809570312502,-0.82662109375001],[0.4092,-0.9756],[0.48147999999998,-1.27412799999999],[0.42008000000004,-1.39371199999999],[0.22500000000002,-1.334352],[-0.10376000000002,-1.096048],[-0.63,-0.75525],[-0.68531250000001,-0.295125],[-0.74625000000003,0.016],[-0.81281250000001,0.178125]],"v":[[303.5,58.5],[302.091556640625,58.97769140625],[300.668640625,59.76759375],[299.261123046875,60.80607421875],[297.898875,62.0295],[296.611767578125,63.37423828125],[295.429671875,64.77665625],[294.382458984375,66.17312109375],[293.5,67.5],[291.99963671875,70.64988671875],[290.98965625,74.35371875],[290.54634765625,78.29525390625],[290.746,82.15825],[291.66490234375,85.62646484375],[293.37934375,88.38365625],[295.96561328125,90.11358203125],[299.5,90.5],[300.669158203125,90.14525390625],[301.913140625,89.33078125],[303.206083984375,88.10498046875],[304.522125,86.51625],[305.835400390625,84.61298828125],[307.120046875,82.44359375],[308.350201171875,80.05646484375],[309.5,77.5],[310.86944,74.080672],[312.2552,70.034176],[313.25624,65.897344],[313.47152,62.207008],[312.5,59.5],[310.5284375,57.9616875],[308.3825,57.58025],[306.0453125,57.9086875]],"c":true}],"h":1},{"t":9.6,"s":[{"i":[[0.33374999999999,-0.174125],[0.09656592592592,-0.06117155555556],[0.11711703703703,-0.08357955555556],[0.13085333333333,-0.10329066666667],[0.13777481481481,-0.12030488888888],[0.13788148148148,-0.13462222222222],[0.13117333333334,-0.14624266666667],[0.11765037037037,-0.15516622222222],[0.09731259259259,-0.16139288888888],[0.07016,-0.16492266666667],[0.03619259259259,-0.16575555555556],[-0.00458962962963,-0.16389155555555],[-0.05218666666667,-0.15933066666667],[-0.10659851851852,-0.15207288888889],[-0.16782518518518,-0.14211822222222],[-0.23586666666667,-0.12946666666667],[-0.181953,0.021618],[-0.267932,0.073852],[-0.325137,0.119802],[-0.353568,0.159468],[-0.35322499999999,0.19285],[-0.324108,0.219948],[-0.266217,0.24076199999999],[-0.179552,0.255292],[-0.064113,0.263538],[0.0801,0.2655],[0.107890625,0.192048828125],[0.1434375,0.1456328125],[0.177890625,0.097251953125],[0.21125,0.04690625000001],[0.243515625,-0.005404296875],[0.2746875,-0.05967968750001],[0.304765625,-0.11591992187499]],"o":[[-0.0692,0.03606666666667],[-0.09656592592592,0.06117155555556],[-0.11711703703704,0.08357955555556],[-0.13085333333333,0.10329066666667],[-0.13777481481481,0.12030488888888],[-0.13788148148148,0.13462222222222],[-0.13117333333334,0.14624266666667],[-0.11765037037037,0.15516622222222],[-0.09731259259259,0.16139288888888],[-0.07016,0.16492266666667],[-0.03619259259259,0.16575555555556],[0.00458962962963,0.16389155555555],[0.05218666666666,0.15933066666667],[0.10659851851852,0.15207288888889],[0.16782518518519,0.14211822222222],[0.0672,0.0369],[0.181953,-0.021618],[0.267932,-0.073852],[0.325137,-0.119802],[0.353568,-0.159468],[0.353225,-0.19285000000001],[0.324108,-0.219948],[0.266217,-0.240762],[0.179552,-0.255292],[0.06411300000001,-0.263538],[-0.07125,-0.23650000000001],[-0.107890625,-0.192048828125],[-0.1434375,-0.1456328125],[-0.177890625,-0.09725195312501],[-0.21125,-0.04690625000001],[-0.243515625,0.005404296875],[-0.2746875,0.05967968749999],[-0.304765625,0.11591992187499]],"v":[[-50.5,-68.5],[-50.7503525925926,-68.3534684444444],[-51.0725807407407,-68.1356675555555],[-51.44624,-67.854688],[-51.8508859259259,-67.5186204444444],[-52.2660740740741,-67.1355555555555],[-52.67136,-66.713584],[-53.0462992592593,-66.2607964444445],[-53.3704474074074,-65.7852835555556],[-53.62336,-65.295136],[-53.7845925925926,-64.7984444444444],[-53.8337007407407,-64.3032995555556],[-53.75024,-63.817792],[-53.5137659259259,-63.3500124444444],[-53.1038340740741,-62.9080515555556],[-52.5,-62.5],[-52.119077,-62.478648],[-51.437056,-62.623424],[-50.540259,-62.915476],[-49.515008,-63.335952],[-48.447625,-63.866],[-47.424432,-64.486768],[-46.531751,-65.179404],[-45.855904,-65.925056],[-45.483213,-66.704872],[-45.5,-67.5],[-45.768984375,-68.143314453125],[-46.14625,-68.650328125],[-46.628515625,-69.015146484375],[-47.2125,-69.231875],[-47.894921875,-69.294619140625],[-48.6725,-69.197484375],[-49.541953125,-68.934576171875]],"c":true}],"h":1},{"t":10.7995495495495,"s":[{"i":[[0.15546666666667,-0.15546666666667],[0.10562019890261,-0.14688460219479],[0.05872770919067,-0.13595198902606],[0.01654475308642,-0.12447993827161],[-0.02092866941015,-0.11246844993141],[-0.05369255829904,-0.09991752400548],[-0.08174691358025,-0.08682716049383],[-0.10509173525377,-0.07319735939643],[-0.12372702331962,-0.05902812071331],[-0.13765277777778,-0.04431944444445],[-0.14686899862826,-0.02907133058985],[-0.15137568587106,-0.01328377914952],[-0.15117283950617,0.00304320987654],[-0.14626045953361,0.01990963648834],[-0.13663854595336,0.03731550068587],[-0.12230709876543,0.05526080246914],[-0.10326611796982,0.07374554183814],[-0.07951560356653,0.09276971879287],[-0.05105555555555,0.11233333333334],[-0.02504414814815,0.12226014814815],[0.00090340740741,0.12457837037037],[0.02484266666666,0.123488],[0.04677362962963,0.11898903703704],[0.0666962962963,0.11108148148148],[0.08461066666666,0.09976533333333],[0.10051674074074,0.08504059259259],[0.11441451851852,0.06690725925926],[0.126304,0.04536533333333],[0.13618518518518,0.02041481481481],[0.14405807407407,-0.00794429629629],[0.14992266666667,-0.039712],[0.15377896296296,-0.07488829629629],[0.15562696296296,-0.11347318518519]],"o":[[-0.15722222222222,0.15727777777778],[-0.10562019890261,0.14688460219479],[-0.05872770919067,0.13595198902606],[-0.01654475308642,0.12447993827161],[0.02092866941015,0.11246844993141],[0.05369255829904,0.09991752400548],[0.08174691358025,0.08682716049383],[0.10509173525377,0.07319735939643],[0.12372702331962,0.05902812071331],[0.13765277777777,0.04431944444445],[0.14686899862826,0.02907133058985],[0.15137568587105,0.01328377914952],[0.15117283950617,-0.00304320987654],[0.14626045953361,-0.01990963648834],[0.13663854595336,-0.03731550068587],[0.12230709876543,-0.05526080246914],[0.10326611796982,-0.07374554183814],[0.07951560356653,-0.09276971879287],[0.053,-0.11653333333334],[0.02504414814815,-0.12226014814815],[-0.00090340740741,-0.12457837037037],[-0.02484266666666,-0.123488],[-0.04677362962963,-0.11898903703704],[-0.0666962962963,-0.11108148148148],[-0.08461066666667,-0.09976533333333],[-0.10051674074074,-0.08504059259259],[-0.11441451851852,-0.06690725925926],[-0.126304,-0.04536533333333],[-0.13618518518518,-0.02041481481481],[-0.14405807407407,0.00794429629629],[-0.14992266666667,0.039712],[-0.15377896296296,0.07488829629629],[-0.15562696296296,0.11347318518519]],"v":[[-57.5,-60.5],[-57.8930862482853,-60.0436215706447],[-58.1384307270233,-59.619231824417],[-58.250162037037,-59.2284490740741],[-58.2424087791495,-58.8728916323731],[-58.1292995541838,-58.5541778120713],[-57.924962962963,-58.2739259259259],[-57.64352760631,-58.0337542866941],[-57.299122085048,-57.8352812071331],[-56.905875,-57.680125],[-56.477914951989,-57.5699039780521],[-56.0293705418381,-57.5062364540466],[-55.5743703703704,-57.4907407407407],[-55.1270430384088,-57.5250351508916],[-54.7015171467764,-57.6107379972565],[-54.3119212962963,-57.7494675925926],[-53.9723840877915,-57.9428422496571],[-53.697034122085,-58.1924802812071],[-53.5,-58.5],[-53.3834358518519,-58.8590423703704],[-53.3477268148148,-59.2301522962963],[-53.386848,-59.603104],[-53.4947745185185,-59.9676717037037],[-53.6654814814815,-60.3136296296296],[-53.892944,-60.630752],[-54.1711371851852,-60.908813037037],[-54.4940361481482,-61.137586962963],[-54.855616,-61.306848],[-55.2498518518519,-61.4063703703704],[-55.6707188148148,-61.4259282962963],[-56.112192,-61.355296],[-56.5682465185185,-61.1842477037037],[-57.0328574814815,-60.9025576296296]],"c":true}],"h":1}]},"o":{"k":[{"t":4.8,"s":[0],"h":1},{"t":5.99974974974975,"s":[100],"h":1}]},"x":{"k":0},"nm":"Mask 6"},{"inv":false,"mode":"f","pt":{"k":[{"t":6,"s":[{"i":[[2.514,-0.65899999999999],[-1.1,-2.48287499999999],[-3.217,0.40350000000001],[-1.09475,1.26287499999999],[-0.2325,0.7745],[1.6435,0.509625]],"o":[[-5.617,1.47200000000001],[1.1,2.48287499999999],[1.3885,-0.17400000000001],[1.09475,-1.26287500000001],[1.088,-3.62049999999999],[-1.6435,-0.509625]],"v":[[-20.5,-82.5],[-26.1255,-75.593375],[-18.5,-71.5],[-14.633,-74.049625],[-12.5,-77.5],[-13.7985,-83.209625]],"c":true}],"h":1},{"t":7.2,"s":[{"i":[[-2.149,0.872],[0.13850000000002,2.818625],[-0.31650000000002,3.45499999999998],[5.435,-2.841],[-0.417,-6.001],[-0.558,-3.011]],"o":[[0.23750000000001,-3.2705],[-0.13849999999996,-2.818625],[0.187,-2.044],[-3.827,2.001],[0.232,3.33],[0.313,1.691]],"v":[[307.5,-138.5],[307.44075,-147.361625],[307.5,-156.5],[307.5,-174.5],[303.5,-155.5],[304.5,-143.5]],"c":true}],"h":1},{"t":8.4,"s":[{"i":[[12.222,-1.544],[10.092,-7.026],[1.773,-8.15],[-10.357,-1.249],[-12.134,9.964],[5.144,9.611]],"o":[[-15.023,1.898],[-5.906,4.112],[-2.524,11.605],[25.722,3.102],[6.046,-4.965],[-3.798,-7.096]],"v":[[52.5,354.5],[15.5,368.5],[-1.5,389.5],[11.5,405.5],[68.5,387.5],[78.5,361.5]],"c":true}],"h":1},{"t":9.6,"s":[{"i":[[6.2295,-4.0145],[0.4274375,-1.315875],[-0.38325,-1.332],[-0.9940625,-0.97512500000001],[-1.405,-0.24525],[0.959625,4.562]],"o":[[-1.438,0.92675],[-0.4274375,1.315875],[0.38325,1.332],[0.9940625,0.975125],[7.068,1.2335],[-0.959625,-4.562]],"v":[[-7.5,-63.5],[-10.2481875,-60.0428125],[-10.2645,-55.97775],[-8.1485625,-52.4238125],[-4.5,-50.5],[3.973125,-59.08575]],"c":true}],"h":1},{"t":10.7995495495495,"s":[{"i":[[1.1105,-2.0745],[-0.192125,-0.46690625],[-0.4125,-0.463625],[-0.514125,-0.26490625],[-0.497,0.12925],[1.306625,1.36675]],"o":[[-0.147,0.27475],[0.192125,0.46690625],[0.4125,0.463625],[0.514125,0.26490625],[2.337,-0.6075],[-1.306625,-1.36675]],"v":[[7.5,-48.5],[7.597375,-47.33865625],[8.534,-45.894],[9.953625,-44.75234375],[11.5,-44.5],[12.085625,-48.5115]],"c":true}],"h":1}]},"o":{"k":[{"t":4.8,"s":[0],"h":1},{"t":5.99974974974975,"s":[100],"h":1}]},"x":{"k":0},"nm":"Mask 7"},{"inv":false,"mode":"f","pt":{"k":[{"t":6,"s":[{"i":[[-9.525,-6.406],[2.854,3.285],[29.175,58.03],[-0.135,0.876],[-0.913,1.049],[-0.104,0.309],[0.523,8.414],[5.239,14.306],[5.346,8.266],[0.705,3.07],[0.22,4.435],[4.369,-4.369],[1.541,-1.814],[-0.016,-0.007],[1.17,-11.841],[-2.281,-13.552],[-14.405,-12.696],[-1.185,-1.542],[-0.954,-1.923],[-10.782,-16.641],[-2.863,-4.619],[-1.3,-2.073],[-0.813,-0.849],[-0.815,-0.85],[-1.708,-2.365],[-6.435,-8.206],[-2.873,-3.365],[-0.675,-0.966],[-2.183,-2.397],[-0.674,-0.964],[-0.696,-0.773]],"o":[[-1.539,-4.019],[-39.777,-45.783],[-2.128,-4.233],[0.205,-1.325],[0.447,-0.514],[2.81,-8.354],[-1.116,-17.969],[-4.15,-11.332],[-2.336,-3.611],[-0.921,-4.007],[-0.134,-2.7],[-2.321,2.321],[-0.587,0.691],[-11.161,-4.865],[-1.678,16.988],[4.516,26.833],[2.534,2.234],[0.743,0.966],[9.638,19.428],[3.309,5.106],[1.265,2.041],[1.424,2.271],[0.803,0.838],[2.26,2.359],[6.696,9.274],[2.783,3.549],[0.718,0.841],[2.11,3.019],[0.745,0.818],[0.576,0.825],[7.742,8.604]],"v":[[-270.5,273.5],[-278.5,263.5],[-381.5,111.5],[-387.5,98.5],[-382.5,95.5],[-379.5,89.5],[-378.5,55.5],[-389.5,5.5],[-404.5,-24.5],[-410.5,-34.5],[-410.5,-48.5],[-415.5,-60.5],[-415.5,-38.5],[-417.5,-39.5],[-434.5,-19.5],[-430.5,21.5],[-403.5,93.5],[-396.5,98.5],[-393.5,104.5],[-362.5,161.5],[-353.5,176.5],[-349.5,182.5],[-345.5,189.5],[-343.5,192.5],[-338.5,199.5],[-318.5,226.5],[-309.5,236.5],[-308.5,239.5],[-300.5,246.5],[-299.5,249.5],[-296.5,251.5]],"c":true}],"h":1},{"t":7.2,"s":[{"i":[[-1.15899999999999,4.65275],[0.22635742187498,0.15705078125001],[0.22092968750002,-0.05167187500001],[0.20784179687502,-0.19966796874999],[0.18709374999997,-0.28693749999999],[0.15868554687501,-0.31348046875002],[0.1226171875,-0.279296875],[0.07888867187501,-0.18438671874998],[0.02750000000003,-0.02875],[0.42810495626821,-0.57462390670554],[0.37503206997087,-0.61959766763849],[0.33163848396498,-0.64720699708454],[0.29792419825071,-0.65745189504372],[0.27388921282801,-0.65033236151604],[0.25953352769682,-0.62584839650145],[0.25485714285719,-0.584],[1.49401562499997,-4.32737499999999],[1.19831249999999,-4.6795],[0.73014062499999,-4.76237500000001],[0.08950000000004,-4.57599999999999],[-0.44593750000001,0.50496875],[-0.25725,0.66737499999999],[-0.18268749999999,0.70371875000001],[-0.22225000000003,0.614],[-0.25439062499998,0.753484375],[-0.2528125,0.7746875],[-0.24701562500002,0.758859375],[-0.23699999999997,0.70599999999999],[-1.515625,4.454609375],[-1.45650000000001,4.45868750000001],[-1.337625,4.52473437499998]],"o":[[-0.22412500000002,-0.4265],[-0.22635742187498,-0.15705078125001],[-0.22092968750002,0.05167187500001],[-0.20784179687502,0.19966796874999],[-0.18709374999997,0.28693749999999],[-0.15868554687501,0.31348046874999],[-0.1226171875,0.279296875],[-0.07888867187495,0.18438671875001],[-0.49085714285712,0.51228571428572],[-0.42810495626821,0.57462390670554],[-0.37503206997087,0.61959766763849],[-0.33163848396504,0.64720699708454],[-0.29792419825071,0.65745189504372],[-0.27388921282801,0.65033236151606],[-0.25953352769676,0.62584839650145],[-1.61725000000001,3.70599999999999],[-1.49401562500003,4.327375],[-1.19831249999999,4.6795],[-0.73014062499999,4.76237500000001],[0.74874999999997,-0.2165],[0.44593750000001,-0.50496875],[0.25725,-0.66737499999999],[0.18268749999999,-0.70371875000001],[0.25175000000002,-0.69525],[0.25439062499998,-0.753484375],[0.2528125,-0.77468750000001],[0.24701562500002,-0.758859375],[1.51499999999999,-4.5125],[1.515625,-4.454609375],[1.45650000000001,-4.4586875],[1.337625,-4.52473437499998]],"v":[[-384.5,-157.5],[-385.177638671875,-158.36014453125],[-385.850484375,-158.50303125],[-386.495556640625,-158.11083984375],[-387.089875,-157.36575],[-387.610458984375,-156.44994140625],[-388.034328125,-155.54559375],[-388.338501953125,-154.83488671875],[-388.5,-154.5],[-389.876023323615,-152.865294460641],[-391.078309037901,-151.069620991254],[-392.135895043732,-149.165072886297],[-393.077819241982,-147.203743440233],[-393.933119533528,-145.237725947522],[-394.730833819242,-143.319113702624],[-395.5,-141.5],[-400.210015625,-129.382625],[-404.291625,-115.805],[-407.227421875,-101.574875],[-408.5,-87.5],[-406.7365,-88.61371875],[-405.71025,-90.40375],[-405.078875,-92.49190625],[-404.5,-94.5],[-403.739734375,-96.682359375],[-402.977875,-98.983875],[-402.227078125,-101.293453125],[-401.5,-103.5],[-396.939125,-116.935171875],[-392.466,-130.289625],[-388.259875,-143.749265625]],"c":true}],"h":1},{"t":9.6,"s":[{"i":[[0.025375,-0.025375],[0.15848325925926,-0.2352077037037],[0.08883525925926,-0.23110637037037],[0.02672266666667,-0.22342933333334],[-0.02785451851852,-0.21217659259259],[-0.07489629629629,-0.19734814814815],[-0.11440266666667,-0.178944],[-0.14637362962963,-0.15696414814815],[-0.17080918518518,-0.13140859259259],[-0.18770933333333,-0.10227733333333],[-0.19707407407407,-0.06957037037037],[-0.19890340740741,-0.03328770370371],[-0.19319733333333,0.00657066666667],[-0.17995585185185,0.05000474074074],[-0.15917896296297,0.09701451851852],[-0.13086666666667,0.1476],[-0.09691796875,0.232095703125],[-0.056421875,0.2813828125],[-0.02026171875,0.307736328125],[0.0115625,0.31115625],[0.03905078125,0.291642578125],[0.062203125,0.2491953125],[0.08101953125,0.183814453125],[0.0955,0.0955],[0.17661328125,0.050203125],[0.204390625,-0.014125],[0.21570703125,-0.060609375],[0.2105625,-0.08925],[0.18895703125,-0.100046875],[0.150890625,-0.093],[0.09636328125,-0.068109375]],"o":[[-0.23566666666667,0.23573333333334],[-0.15848325925926,0.2352077037037],[-0.08883525925926,0.23110637037037],[-0.02672266666667,0.22342933333334],[0.02785451851852,0.21217659259259],[0.07489629629629,0.19734814814815],[0.11440266666667,0.178944],[0.14637362962963,0.15696414814815],[0.17080918518518,0.13140859259259],[0.18770933333333,0.10227733333333],[0.19707407407407,0.06957037037037],[0.19890340740741,0.03328770370371],[0.19319733333333,-0.00657066666667],[0.17995585185185,-0.05000474074075],[0.15917896296296,-0.09701451851852],[0.14175,-0.159875],[0.09691796875,-0.232095703125],[0.056421875,-0.2813828125],[0.02026171875,-0.307736328125],[-0.0115625,-0.31115625],[-0.03905078125,-0.291642578125],[-0.062203125,-0.2491953125],[-0.08101953125,-0.183814453125],[-0.132375,-0.132375],[-0.17661328125,-0.050203125],[-0.204390625,0.014125],[-0.21570703125,0.060609375],[-0.2105625,0.08925],[-0.18895703125,0.100046875],[-0.150890625,0.093],[-0.09636328125,0.06810937500001]],"v":[[-20.5,-50.5],[-21.089341037037,-49.7926945185185],[-21.458434962963,-49.0923294814815],[-21.629888,-48.409632],[-21.6263063703704,-47.7553291851852],[-21.4702962962963,-47.1401481481481],[-21.184464,-46.574816],[-20.7914157037037,-46.0700598518518],[-20.3137576296296,-45.6366068148148],[-19.774096,-45.285184],[-19.195037037037,-45.0265185185185],[-18.599186962963,-44.8713374814815],[-18.009152,-44.830368],[-17.4475383703704,-44.9143371851852],[-16.9369522962963,-45.1339721481481],[-16.5,-45.5],[-16.14308203125,-46.093689453125],[-15.91415625,-46.869640625],[-15.80021484375,-47.759052734375],[-15.78825,-48.693125],[-15.86525390625,-49.603056640625],[-16.01821875,-50.420046875],[-16.23413671875,-51.075294921875],[-16.5,-51.5],[-16.96759765625,-51.76940625],[-17.54321875,-51.8190625],[-18.17748046875,-51.7025],[-18.821,-51.47325],[-19.42439453125,-51.18484375],[-19.93828125,-50.8908125],[-20.31327734375,-50.6446875]],"c":true}],"h":1},{"t":10.7995495495495,"s":[{"i":[[0.21,-0.08471428571428],[0.48415625,-0.267509765625],[0.35125,-0.2717890625],[0.24003125,-0.270712890625],[0.1505,-0.26428125],[0.08265625,-0.252494140625],[0.0365,-0.2353515625],[0.01203125,-0.21285351562499],[0.00925,-0.185],[-0.063697265625,-0.353810546875],[-0.1313515625,-0.3969296875],[-0.188712890625,-0.413607421875],[-0.23578125,-0.40384375],[-0.272556640625,-0.367638671875],[-0.2990390625,-0.3049921875],[-0.315228515625,-0.215904296875],[-0.321125,-0.100375],[-0.77708984375,0.02971484375],[-0.742671875,0.259921875],[-0.66287109375,0.45124609375],[-0.5376875,0.6036875],[-0.36712109375,0.71724609375],[-0.151171875,0.791921875],[0.11016015625,0.82771484375],[0.416875,0.824625],[0.43537609329446,0.35137900874636],[0.54215743440233,0.198944606414],[0.59120116618076,0.0784110787172],[0.58250728862974,-0.01022157434402],[0.51607580174927,-0.06695335276968],[0.39190670553936,-0.09178425655977]],"o":[[-0.63875,0.257875],[-0.48415625,0.267509765625],[-0.35125,0.2717890625],[-0.24003125,0.270712890625],[-0.1505,0.26428125],[-0.08265625,0.252494140625],[-0.0365,0.2353515625],[-0.01203125,0.212853515625],[-0.01425,0.28425],[0.063697265625,0.353810546875],[0.1313515625,0.3969296875],[0.188712890625,0.413607421875],[0.23578125,0.40384375],[0.272556640625,0.367638671875],[0.2990390625,0.3049921875],[0.315228515625,0.215904296875],[0.766125,0.239375],[0.77708984375,-0.02971484375],[0.742671875,-0.259921875],[0.66287109375,-0.45124609375],[0.5376875,-0.6036875],[0.36712109375,-0.71724609375],[0.151171875,-0.791921875],[-0.11016015625,-0.82771484375],[-0.27085714285714,-0.53571428571428],[-0.43537609329446,-0.35137900874636],[-0.54215743440233,-0.198944606414],[-0.59120116618076,-0.0784110787172],[-0.58250728862974,0.01022157434402],[-0.51607580174927,0.06695335276968],[-0.39190670553936,0.09178425655977]],"v":[[-20.5,-42.5],[-22.1789375,-41.710583984375],[-23.426625,-40.900296875],[-24.308125,-40.085205078125],[-24.8885,-39.281375],[-25.2328125,-38.504873046875],[-25.406125,-37.771765625],[-25.4735,-37.098119140625],[-25.5,-36.5],[-25.423255859375,-35.536298828125],[-25.128109375,-34.403578125],[-24.645439453125,-33.181162109375],[-24.006125,-31.948375],[-23.241044921875,-30.784541015625],[-22.381078125,-29.768984375],[-21.457103515625,-28.981029296875],[-20.5,-28.5],[-18.17383203125,-28.19523046875],[-15.88284375,-28.63940625],[-13.76318359375,-29.71587890625],[-11.951,-31.308],[-10.58244140625,-33.29912109375],[-9.79365625,-35.57259375],[-9.72079296875,-38.01176953125],[-10.5,-40.5],[-11.5737842565598,-41.8226647230321],[-13.0545189504373,-42.6401749271137],[-14.7689912536443,-43.0482332361516],[-16.5439883381924,-43.1425422740525],[-18.2062973760933,-43.018804664723],[-19.5827055393586,-42.77272303207]],"c":true}],"h":1}]},"o":{"k":[{"t":4.8,"s":[0],"h":1},{"t":6,"s":[100],"h":1},{"t":8.4,"s":[0],"h":1},{"t":9.5995995995996,"s":[100],"h":1}]},"x":{"k":0},"nm":"Mask 8"},{"inv":false,"mode":"f","pt":{"k":[{"t":6,"s":[{"i":[[0,0.5675],[0.25,0.0725],[0,-0.5675],[-0.25,-0.0725]],"o":[[0,-0.2775],[-0.25,-0.0725],[0,0.2775],[0.25,0.0725]],"v":[[-405.5,20.5],[-406,19.86625],[-406.5,20.5],[-406,21.13375]],"c":true}],"h":1},{"t":7.2,"s":[{"i":[[11.725,-6.078],[0.205875,0.032375],[0.0765,-0.0775],[-1.802,-0.952]],"o":[[-0.1,0.05199999999999],[-0.205875,-0.032375],[-2.283,2.313],[10.164,5.371]],"v":[[-24.5,-83.5],[-25.017625,-83.519125],[-25.5,-83.5],[-25.5,-75.5]],"c":true}],"h":1},{"t":9.6,"s":[{"i":[[5.825,-3.221],[0.687,-1.019],[-9.453,-1.935],[1.512,10.287]],"o":[[-1.109,0.613],[-4.588,6.811],[10.564,2.163],[-1.216,-8.274]],"v":[[-465.5,33.5],[-467.5,34.5],[-461.5,65.5],[-448.5,45.5]],"c":true}],"h":1},{"t":10.7995495495495,"s":[{"i":[[13.463,-4.776],[1,-1.187875],[0.24549999999999,-1.626],[-6.247,1.457]],"o":[[-1.75450000000001,0.6225],[-1,1.187875],[-1.281,8.486],[7.374,-1.72]],"v":[[-476.5,42.5],[-480.63175,45.247375],[-482.5,49.5],[-472.5,61.5]],"c":true}],"h":1}]},"o":{"k":[{"t":4.8,"s":[0],"h":1},{"t":6,"s":[100],"h":1},{"t":8.4,"s":[0],"h":1},{"t":9.5995995995996,"s":[100],"h":1}]},"x":{"k":0},"nm":"Mask 9"},{"inv":false,"mode":"f","pt":{"k":[{"t":6,"s":[{"i":[[0,0.28375],[0.09375,0.1146875],[0.125,0.03625],[0.09375,-0.0965625],[0,-0.28375],[-0.09375,-0.1146875],[-0.125,-0.03625],[-0.09375,0.0965625]],"o":[[0,-0.13875],[-0.09375,-0.1146875],[-0.125,-0.03625],[-0.09375,0.0965625],[0,0.13875],[0.09375,0.1146875],[0.125,0.03625],[0.09375,-0.0965625]],"v":[[-404.5,24.5],[-404.65625,24.10625],[-405,23.86625],[-405.34375,23.943125],[-405.5,24.5],[-405.34375,24.89375],[-405,25.13375],[-404.65625,25.056875]],"c":true}],"h":1},{"t":7.2,"s":[{"i":[[8.638,-4.059],[0.554,-1.078],[-2.469,-11.184],[-2.845,-7.63],[-9.862,7.718],[-0.386,5.974],[-0.03,3.136],[5.366,15.567]],"o":[[-1.125,0.529],[-5.883,11.444],[1.998,9.053],[2.919,7.828],[3.578,-2.8],[0.266,-4.108],[0.115,-12.081],[-2.928,-8.495]],"v":[[-433.5,-15.5],[-435.5,-13.5],[-435.5,31.5],[-428.5,57.5],[-405.5,80.5],[-405.5,69.5],[-403.5,58.5],[-413.5,17.5]],"c":true}],"h":1},{"t":9.6,"s":[{"i":[[4.755,-0.741],[1.695875,-0.876625],[0.63800000000003,-1.2475],[0.284875,-2.13987499999999],[-0.59699999999998,-1.5455],[-2.393,-0.352],[-1.994,3.392],[-0.993,4.09]],"o":[[-1.57849999999996,0.246],[-1.695875,0.87662499999999],[-0.45749999999998,0.89500000000001],[-0.284875,2.139875],[0.412,1.066],[2.044,0.301],[1.328,-2.258],[2.194,-9.038]],"v":[[310.5,63.5],[305.294625,65.248875],[301.5,68.5],[300.209125,73.512125],[300.5,79.5],[306.5,83.5],[317.5,76.5],[318.5,71.5]],"c":true}],"h":1},{"t":10.7995495495495,"s":[{"i":[[1.97500000000002,-1.13550000000001],[0.51999999999998,-0.22199999999999],[0.25649999999996,-0.73050000000001],[-0.36262499999998,-1.70362499999999],[-0.815,-0.43000000000001],[-1.95437500000003,1.42200000000001],[0.48400000000004,2.19149999999999],[1.41374999999999,0.61475]],"o":[[-0.6635,0.3815],[-0.52000000000004,0.22199999999999],[-0.26549999999997,0.7555],[0.36262499999998,1.703625],[1.66650000000004,0.87950000000001],[1.95437500000003,-1.422],[-0.37,-1.6765],[-1.41374999999999,-0.61475]],"v":[[316.5,67.5],[314.69475,68.23825],[313.5,69.5],[313.689625,73.744125],[315.5,77.5],[321.612875,76.30325],[324.5,70.5],[321.70375,66.891]],"c":true}],"h":1}]},"o":{"k":[{"t":4.8,"s":[0],"h":1},{"t":6,"s":[100],"h":1},{"t":8.4,"s":[0],"h":1},{"t":9.5995995995996,"s":[100],"h":1}]},"x":{"k":0},"nm":"Mask 10"},{"inv":false,"mode":"f","pt":{"k":[{"t":6,"s":[{"i":[[-0.05650000000003,0.39575],[0.02646296296297,0.18503240740741],[0.06151851851848,0.16201851851852],[0.08016666666668,0.105625],[0.0824074074074,0.01585185185185],[0.06824074074069,-0.10730092592593],[0.03766666666667,-0.26383333333333],[-0.06906249999997,-0.266546875],[-0.12025,-0.1584375],[-0.1160625,0.062328125]],"o":[[0.02499999999998,-0.17466666666667],[-0.02646296296297,-0.18503240740741],[-0.06151851851848,-0.16201851851852],[-0.08016666666668,-0.105625],[-0.08240740740746,-0.01585185185185],[-0.06824074074075,0.10730092592593],[-0.03750000000002,0.262],[0.06906250000003,0.266546875],[0.12025,0.1584375],[0.1160625,-0.062328125]],"v":[[-403.5,28.5],[-403.506296296296,27.9521064814815],[-403.64237037037,27.4231851851852],[-403.859,27.013375],[-404.106962962963,26.8228148148148],[-404.337037037037,26.9516435185185],[-404.5,27.5],[-404.4388125,28.320984375],[-404.141,28.986625],[-403.7726875,29.158953125]],"c":true}],"h":1},{"t":7.2,"s":[{"i":[[2.763,-0.334],[3.229,-9.224],[1.428,-3.616],[0.602,-5.815],[-2.571,-1.39],[-0.925,1.43],[-0.304,0.467],[-1.291,2.609],[-2.555,10.295],[1.08,3.439]],"o":[[-10.892,1.318],[-1.186,3.389],[-3.19,8.078],[-0.752,7.262],[5.725,3.096],[1.201,-1.856],[0.667,-1.024],[3.873,-7.827],[1.628,-6.558],[-1.772,-5.642]],"v":[[288.5,30.5],[272.5,48.5],[268.5,59.5],[260.5,81.5],[263.5,96.5],[279.5,90.5],[284.5,85.5],[287.5,78.5],[295.5,53.5],[299.5,35.5]],"c":true}],"h":1},{"t":9.6,"s":[{"i":[[5.916,-0.563],[4.578,-2.44025000000005],[1.118,-3.709],[-4.656375,-2.91612499999997],[-7.765,1.59450000000004],[-1.529375,1.17112500000002],[-0.7275,0.87299999999999],[-0.99675000000001,0.92037499999998],[-0.34399999999999,0.51599999999996],[2.847,4.528]],"o":[[-5.57,0.52999999999997],[-4.578,2.44024999999999],[-2.3905,7.93000000000001],[4.656375,2.91612500000002],[2.155,-0.4425],[1.52937499999999,-1.17112500000002],[0.669,-0.80250000000001],[0.99674999999999,-0.92037500000004],[1.958,-2.937],[-2.889,-4.596]],"v":[[53.5,390.5],[37.661,395.11575],[28.5,404.5],[32.883375,420.643375],[52.5,422.5],[58.070625,419.822875],[61.5,416.5],[64.24375,413.785125],[66.5,411.5],[67.5,393.5]],"c":true}],"h":1},{"t":10.7995495495495,"s":[{"i":[[5.199,-0.884],[1.750125,-0.85224999999997],[0.983,-1.24799999999999],[0.838875,-2.47537499999999],[-1.155,-2.084],[-1.68275,-0.45224999999999],[-1.5975,0.02049999999997],[-1.45525,0.71924999999999],[-1.341,1.09950000000003],[5.086,3.842]],"o":[[-2.0165,0.34299999999996],[-1.750125,0.85225000000003],[-0.79949999999999,1.0145],[-0.838875,2.47537500000004],[0.6715,1.2115],[1.68275000000001,0.45224999999999],[1.838,-0.02350000000001],[1.45525,-0.71924999999999],[4.744,-3.89],[-2.65,-2.002]],"v":[[51.5,411.5],[45.724875,413.32125],[41.5,416.5],[38.534125,422.197875],[38.5,429.5],[42.3055,431.924],[47.5,432.5],[52.37275,431.307],[56.5,428.5],[60.5,411.5]],"c":true}],"h":1}]},"o":{"k":[{"t":4.8,"s":[0],"h":1},{"t":6,"s":[100],"h":1},{"t":8.4,"s":[0],"h":1},{"t":9.5995995995996,"s":[100],"h":1}]},"x":{"k":0},"nm":"Mask 11"},{"inv":false,"mode":"f","pt":{"k":[{"t":6,"s":[{"i":[[0.633,0.126],[-21.408,-7.277],[-4.708,-1.451],[-11.306,-5.68],[-0.958,-0.739],[-4.418,-3.891],[-2.887,-1.982],[-1.133,-0.79],[-0.828,-0.621],[-0.403,-0.237],[-3.436,-1.666],[-10.985,-0.787],[-12.765,1.644],[-2.713,0.386],[-1.733,0.3],[-17.635,12.585],[-5.162,7.782],[-1.625,2.25],[-0.633,0.844],[-1.229,2.254],[-1.592,3.715],[-0.95,1.558],[-2.176,2.838],[-0.784,2.164],[-1.694,4.464],[-1.468,2.186],[-1.134,1.598],[-0.581,0.832],[-0.605,0.887],[-0.37,0.594],[-2.211,3.818],[-1.625,5.34],[-4.398,5.429],[-1.774,2.673],[0.729,4.864],[5.021,-5.021],[2.287,-2.536],[4.158,-1.644],[2.148,-1.643],[0.838,-0.647],[6.823,-1.252],[0.536,0.15],[7.692,-0.409],[9.416,-0.911],[4.825,-1.223],[0.373,-0.084],[1.239,-0.345],[0.377,-0.085],[5.799,-2.23],[10.449,-6.096],[4.352,-2.987],[3.157,-1.87],[2.937,-0.79],[5.832,-0.703],[8.727,-7.582],[1.846,-1.638],[3.672,-0.885],[7.319,0.641],[7.345,-2.208],[1.396,0.042],[0.706,0.052],[6.277,2.078],[14.895,3.936]],"o":[[12.11,13.191],[4.495,1.528],[12.469,3.844],[1.996,1.003],[4.115,3.174],[2.061,1.815],[1.212,0.832],[0.745,0.519],[0.424,0.318],[3.197,1.88],[7.554,3.662],[14.294,1.024],[2.846,-0.367],[1.729,-0.246],[24.204,-4.195],[7.356,-5.249],[0.953,-1.437],[0.547,-0.757],[0.86,-1.146],[1.532,-2.811],[0.755,-1.762],[1.436,-2.356],[1.77,-2.308],[1.604,-4.424],[0.636,-1.675],[1.059,-1.577],[0.604,-0.851],[0.663,-0.949],[0.436,-0.64],[1.706,-2.744],[1.784,-3.081],[1.863,-6.121],[1.929,-2.381],[1.432,-2.158],[-6.242,1.295],[-2.29,2.29],[-2.778,3.081],[-2.482,0.981],[-0.758,0.579],[-8.575,6.616],[-0.998,0.183],[-9.375,-2.616],[-10.707,0.57],[-4.92,0.476],[-0.528,0.134],[-1.257,0.282],[-0.53,0.147],[-5.451,1.224],[-10.248,3.941],[-4.086,2.383],[-2.633,1.807],[-2.187,1.295],[-5.748,1.546],[-14.258,1.719],[-2.073,1.801],[-2.742,2.432],[-6.036,1.454],[-6.959,-0.609],[-0.791,0.238],[0.004,0],[-4.815,-0.358],[-15.528,-5.139],[-0.623,-0.165]],"v":[[-216.5,307.5],[-160.5,334.5],[-146.5,339.5],[-111.5,352.5],[-105.5,355.5],[-93.5,370.5],[-84.5,376.5],[-80.5,379.5],[-77.5,380.5],[-76.5,382.5],[-65.5,387.5],[-38.5,395.5],[3.5,392.5],[11.5,392.5],[16.5,390.5],[80.5,365.5],[101.5,345.5],[106.5,339.5],[107.5,336.5],[112.5,330.5],[116.5,320.5],[118.5,315.5],[125.5,308.5],[130.5,300.5],[132.5,286.5],[136.5,281.5],[139.5,275.5],[142.5,273.5],[143.5,270.5],[145.5,268.5],[151.5,257.5],[156.5,245.5],[171.5,226.5],[176.5,219.5],[182.5,208.5],[167.5,221.5],[160.5,228.5],[151.5,236.5],[146.5,239.5],[143.5,240.5],[121.5,261.5],[118.5,259.5],[89.5,262.5],[61.5,261.5],[45.5,264.5],[42.5,266.5],[38.5,266.5],[35.5,268.5],[18.5,273.5],[-11.5,288.5],[-22.5,295.5],[-30.5,301.5],[-38.5,306.5],[-57.5,307.5],[-88.5,320.5],[-94.5,325.5],[-100.5,329.5],[-124.5,329.5],[-143.5,328.5],[-145.5,330.5],[-147.5,329.5],[-164.5,323.5],[-214.5,307.5]],"c":true}],"h":1},{"t":7.1996996996997,"s":[{"i":[[0.0127931034483,-0.14844827586205],[-0.13831062996132,0.0308406269082],[-0.13872521880725,0.03723794015878],[-0.13880259006717,0.04330958681049],[-0.13854274374108,0.04905556686342],[-0.13794567982902,0.05447588031754],[-0.13701139833097,0.05957052717281],[-0.13573989924689,0.06433950742928],[-0.13413118257682,0.06878282108693],[-0.13218524832078,0.07290046814575],[-0.12990209647873,0.07669244860574],[-0.12728172705067,0.08015876246694],[-0.12432414003663,0.08329940972928],[-0.12102933543659,0.08611439039285],[-0.11739731325056,0.08860370445757],[-0.11342807347853,0.09076735192346],[-0.10912161612049,0.09260533279055],[-0.10447794117647,0.09411764705882],[-0.09949704864644,0.09530429472827],[-0.09417893853043,0.09616527579891],[-0.08852361082842,0.0967005902707],[-0.08253106554039,0.09691023814369],[-0.07620130266639,0.09679421941786],[-0.06953432220641,0.09635253409323],[-0.06253012416039,0.09558518216974],[-0.05518870852839,0.09449216364746],[-0.04751007531041,0.09307347852635],[-0.03949422450643,0.09132912680644],[-0.03114115611643,0.08925910848768],[-0.02245087014046,0.08686342357012],[-0.01342336657845,0.08414207205374],[-0.00405864543049,0.08109505393853],[0.00564329330348,0.07772236922452],[0.01568244962345,0.07402401791168],[0.02605882352941,0.06999999999999],[0.05663286727622,0.09023080077083],[0.06966702201814,0.06728824470048],[0.08161970560499,0.04541371109926],[0.09249091803682,0.02460719996719],[0.10228065931364,0.00486871130428],[0.11098892943539,-0.0138017548895],[0.11861572840215,-0.03140419861413],[0.12516105621387,-0.04793861986963],[0.13062491287056,-0.06340501865594],[0.13500729837222,-0.07780339497316],[0.13830821271884,-0.09113374882119],[0.14052765591046,-0.1033960802001],[0.14166562794702,-0.11459038910985],[0.14172212882858,-0.12471667555045],[0.1406971585551,-0.13377493952191],[0.13859071712656,-0.14176518102423],[0.13540280454302,-0.14868740005741],[0.13113342080447,-0.15454159662141],[0.12578256591087,-0.15932777071632],[0.11935023986223,-0.16304592234204],[0.11183644265859,-0.16569605149863],[0.10324117429988,-0.16727815818606],[0.09356443478617,-0.16779224240437],[0.08280622411743,-0.1672383041535],[0.07096654229366,-0.1656163434335],[0.05804538931486,-0.16292636024437],[0.04404276518102,-0.15916835458609],[0.02895866989215,-0.15434232645865]],"o":[[0.13755882352942,-0.02411764705883],[0.13831062996132,-0.0308406269082],[0.13872521880725,-0.03723794015878],[0.13880259006717,-0.04330958681049],[0.13854274374108,-0.04905556686342],[0.13794567982902,-0.05447588031754],[0.13701139833097,-0.05957052717281],[0.13573989924689,-0.06433950742928],[0.13413118257682,-0.0687828210869],[0.13218524832078,-0.07290046814575],[0.12990209647873,-0.07669244860574],[0.12728172705067,-0.08015876246694],[0.12432414003663,-0.08329940972928],[0.12102933543659,-0.08611439039282],[0.11739731325056,-0.08860370445757],[0.11342807347853,-0.09076735192346],[0.10912161612049,-0.09260533279055],[0.10447794117647,-0.09411764705882],[0.09949704864644,-0.09530429472827],[0.09417893853043,-0.09616527579891],[0.08852361082842,-0.0967005902707],[0.08253106554039,-0.09691023814369],[0.07620130266639,-0.09679421941786],[0.06953432220638,-0.09635253409323],[0.06253012416039,-0.09558518216974],[0.05518870852839,-0.09449216364746],[0.04751007531041,-0.09307347852635],[0.0394942245064,-0.09132912680641],[0.03114115611643,-0.08925910848768],[0.02245087014043,-0.08686342357012],[0.01342336657848,-0.08414207205374],[0.00405864543049,-0.08109505393853],[-0.00564329330348,-0.07772236922452],[-0.01568244962345,-0.07402401791165],[-0.0425172413793,-0.11424137931036],[-0.05663286727622,-0.09023080077083],[-0.06966702201811,-0.06728824470048],[-0.08161970560499,-0.04541371109926],[-0.09249091803682,-0.02460719996719],[-0.10228065931364,-0.00486871130428],[-0.11098892943539,0.0138017548895],[-0.11861572840215,0.03140419861413],[-0.12516105621387,0.04793861986963],[-0.13062491287056,0.06340501865594],[-0.13500729837222,0.07780339497316],[-0.13830821271884,0.09113374882119],[-0.14052765591046,0.1033960802001],[-0.14166562794702,0.11459038910985],[-0.14172212882858,0.12471667555045],[-0.1406971585551,0.13377493952191],[-0.13859071712656,0.14176518102423],[-0.13540280454302,0.14868740005741],[-0.13113342080447,0.15454159662144],[-0.12578256591087,0.15932777071632],[-0.11935023986223,0.16304592234204],[-0.11183644265859,0.16569605149863],[-0.10324117429988,0.16727815818606],[-0.09356443478617,0.16779224240437],[-0.08280622411743,0.1672383041535],[-0.07096654229366,0.16561634343353],[-0.05804538931486,0.16292636024437],[-0.04404276518105,0.15916835458609],[-0.02895866989218,0.15434232645865]],"v":[[219.5,199.5],[219.913888484633,199.4174811724],[220.329526562182,199.31528190515],[220.74590257989,199.194379198046],[221.162004884999,199.055750050885],[221.576821824751,198.900371463464],[221.989341746387,198.729220435579],[222.39855299715,198.543273967026],[222.803443924283,198.343509057602],[223.203002875025,198.130902707104],[223.596218196621,197.906431915327],[223.982078236312,197.671073682068],[224.359571341339,197.425805007124],[224.727685858946,197.171602890291],[225.085410136373,196.909444331366],[225.431732520863,196.640306330144],[225.765641359658,196.365165886424],[226.086125,196.085],[226.392171789131,195.80078567067],[226.682770074293,195.513499898229],[226.956908202727,195.224119682475],[227.213574521677,194.933622023204],[227.451757378384,194.642983920212],[227.67044512009,194.353182373295],[227.868626094036,194.065194382251],[228.045288647466,193.779996946876],[228.199421127621,193.498567066965],[228.330011881742,193.221881742316],[228.436049257073,192.950917972725],[228.516521600855,192.686652757989],[228.57041726033,192.430063097904],[228.59672458274,192.182125992265],[228.594431915327,191.943818440871],[228.562527605333,191.716117443517],[228.5,191.5],[228.351004469228,191.193558735496],[228.161284267498,190.957547172906],[227.934083808274,190.788761244824],[227.672647505023,190.683996883841],[227.380219771208,190.640050022551],[227.060045020296,190.653716593546],[226.715367665751,190.721792529419],[226.349432121038,190.841073762762],[225.965482799623,191.008356226168],[225.56676411497,191.220435852228],[225.156520480545,191.474108573537],[224.737996309812,191.766170322687],[224.314436016237,192.093417032269],[223.889084013285,192.452644634876],[223.46518471442,192.840649063102],[223.045982533109,193.254226249539],[222.634721882816,193.690172126778],[222.234647177006,194.145282627414],[221.849002829144,194.616353684038],[221.481033252696,195.100181229243],[221.133982861126,195.593561195621],[220.8110960679,196.093289515765],[220.515617286482,196.596162122268],[220.250790930338,197.098974947722],[220.019861412932,197.59852392472],[219.826073147731,198.091604985854],[219.672670548198,198.575014063717],[219.562898027799,199.045547090902]],"c":true}],"h":1}]},"o":{"k":[{"t":4.8,"s":[0],"h":1},{"t":6,"s":[100],"h":1},{"t":8.39964964964965,"s":[0],"h":1}]},"x":{"k":0},"nm":"Mask 12"},{"inv":false,"mode":"f","pt":{"k":[{"t":6,"s":[{"i":[[-0.20150000000001,0.01683333333335],[0.09308333333334,0.09669444444444],[0.06716666666665,-0.00561111111108],[0.02475000000001,-0.06475],[-0.03416666666666,-0.08072222222222],[-0.10958333333332,-0.05352777777779]],"o":[[-0.10249999999999,-0.24216666666666],[-0.09308333333334,-0.09669444444444],[-0.06716666666665,0.00561111111108],[-0.02475000000001,0.06475],[0.03416666666666,0.08072222222228],[0.10958333333332,0.05352777777779]],"v":[[-216.5,307.5],[-216.7975,307.0025],[-217.042,306.876666666667],[-217.184,306.993],[-217.174,307.222],[-216.9625,307.434166666667]],"c":true}],"h":1},{"t":7.1996996996997,"s":[{"i":[[27.754,29.58],[-2.633,-3.3],[-0.966,-1.221],[-16.022,-16.022],[-4.171,-1.88],[-3.963,2.55]],"o":[[0.843,6.757],[1.045,1.309],[14.775,18.675],[3.849,3.849],[3.599,1.622],[-28.765,-28.569]],"v":[[-339.5,200.5],[-329.5,216.5],[-327.5,220.5],[-280.5,271.5],[-267.5,282.5],[-257.5,290.5]],"c":true}],"h":1}]},"o":{"k":[{"t":4.8,"s":[0],"h":1},{"t":6,"s":[100],"h":1},{"t":8.39964964964965,"s":[0],"h":1}]},"x":{"k":0},"nm":"Mask 13"},{"inv":false,"mode":"f","pt":{"k":{"i":[[4.251,-0.54],[8.847,-4.875],[4.828,-7.277],[0.947,-1.523],[-1.094,-4.884],[-12.262,1.307],[-7.202,3.681],[-6.856,5.133],[-7.746,7.903],[3.107,6.09]],"o":[[-13.282,1.686],[-8.254,4.549],[-1.311,1.976],[-2.01,3.234],[1.736,7.754],[8.146,-0.868],[6.213,-3.176],[6.186,-4.631],[2.038,-2.079],[-2.691,-5.274]],"v":[[44.5,329.5],[13.5,339.5],[-10.5,359.5],[-13.5,364.5],[-18.5,379.5],[8.5,388.5],[32.5,380.5],[52.5,367.5],[69.5,351.5],[82.5,331.5]],"c":true}},"o":{"k":[{"t":6,"s":[0],"h":1},{"t":7.2,"s":[100],"h":1},{"t":8.39964964964965,"s":[0],"h":1}]},"x":{"k":0},"nm":"Mask 14"}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"k":[2312,1300.5]},"p":{"k":[0,0]},"r":{"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.69,0.31,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.33,0.69,0.31,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,-80],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":11.9994994994995,"st":0,"bm":0,"sr":1}]}],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Layer 2 Outlines 2","ks":{"o":{"k":100,"x":"var $bm_rt;\nvar p = 0.81;\nvar a = 50;\nvar s = 1.70158;\nfunction easeandwizz_inOutExpo(t, b, c, d) {\n if (t == 0)\n return b;\n if (t == d)\n return sum(b, c);\n if ((t /= d / 2) < 1)\n return sum(mul(div(c, 2), Math.pow(2, mul(10, sub(t, 1)))), b);\n return sum(mul(div(c, 2), sum($bm_neg(Math.pow(2, mul(-10, --t))), 2)), b);\n}\nfunction easeAndWizz() {\n var t, d, sX, eX;\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutExpo(t, sX, eX, d, a, p, s);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutExpo(t, sY, eY, d, a, p, s);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutExpo(t, sY, eY, d, a, p, s);\n val3 = easeandwizz_inOutExpo(t, sZ, eZ, d, a, p, s);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;"},"r":{"k":0},"p":{"k":[369.026,316.965,0]},"a":{"k":[8.074,27.575,0]},"s":{"k":[347,347,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.146,"y":0.975},"o":{"x":0.736,"y":0.016},"n":"0p146_0p975_0p736_0p016","t":46.046,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.574,25.075],[-5.574,25.075],[-5.598,24.709],[5.55,24.709]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.574,25.075],[-5.574,25.075],[-5.415,-34.825],[5.733,-34.825]],"c":true}]},{"i":{"x":0.263,"y":1},"o":{"x":0.879,"y":0.05},"n":"0p263_1_0p879_0p05","t":75.075,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.574,25.075],[-5.574,25.075],[-5.415,-34.825],[5.733,-34.825]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.574,25.075],[-5.574,25.075],[-5.574,-25.075],[5.574,-25.075]],"c":true}]},{"t":97.096949488551}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.69,0.31,1]},"o":{"k":100},"w":{"k":2.5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[8.074,27.575],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":46.046046046046,"op":113.113113113113,"st":51.0510510510511,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Layer 3 Outlines 2","ks":{"o":{"k":100,"x":"var $bm_rt;\nvar p = 0.81;\nvar a = 50;\nvar s = 1.70158;\nfunction easeandwizz_inOutExpo(t, b, c, d) {\n if (t == 0)\n return b;\n if (t == d)\n return sum(b, c);\n if ((t /= d / 2) < 1)\n return sum(mul(div(c, 2), Math.pow(2, mul(10, sub(t, 1)))), b);\n return sum(mul(div(c, 2), sum($bm_neg(Math.pow(2, mul(-10, --t))), 2)), b);\n}\nfunction easeAndWizz() {\n var t, d, sX, eX;\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutExpo(t, sX, eX, d, a, p, s);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutExpo(t, sY, eY, d, a, p, s);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutExpo(t, sY, eY, d, a, p, s);\n val3 = easeandwizz_inOutExpo(t, sZ, eZ, d, a, p, s);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;"},"r":{"k":0},"p":{"k":[300.639,377.973,0]},"a":{"k":[8.074,9.993,0]},"s":{"k":[347,347,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.299,"y":1},"o":{"x":0.87,"y":0},"n":"0p299_1_0p87_0","t":39.039,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.574,7.493],[-5.574,7.493],[-5.605,7.132],[5.543,7.132]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.574,7.493],[-5.574,7.493],[-5.574,-31.403],[5.574,-31.403]],"c":true}]},{"i":{"x":0.268,"y":1},"o":{"x":0.818,"y":0},"n":"0p268_1_0p818_0","t":68.068,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.574,7.493],[-5.574,7.493],[-5.574,-31.403],[5.574,-31.403]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.574,7.493],[-5.574,7.493],[-5.584,-18.156],[5.564,-18.156]],"c":true}]},{"t":90.089942481544}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.69,0.31,1]},"o":{"k":100},"w":{"k":2.5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[8.074,9.993],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":39.039039039039,"op":113.113113113113,"st":44.044044044044,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 4 Outlines 2","ks":{"o":{"k":100,"x":"var $bm_rt;\nvar p = 0.81;\nvar a = 50;\nvar s = 1.70158;\nfunction easeandwizz_inOutExpo(t, b, c, d) {\n if (t == 0)\n return b;\n if (t == d)\n return sum(b, c);\n if ((t /= d / 2) < 1)\n return sum(mul(div(c, 2), Math.pow(2, mul(10, sub(t, 1)))), b);\n return sum(mul(div(c, 2), sum($bm_neg(Math.pow(2, mul(-10, --t))), 2)), b);\n}\nfunction easeAndWizz() {\n var t, d, sX, eX;\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutExpo(t, sX, eX, d, a, p, s);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutExpo(t, sY, eY, d, a, p, s);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutExpo(t, sY, eY, d, a, p, s);\n val3 = easeandwizz_inOutExpo(t, sZ, eZ, d, a, p, s);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;"},"r":{"k":0},"p":{"k":[232.258,370.238,0]},"a":{"k":[8.074,12.222,0]},"s":{"k":[347,347,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.28,"y":1},"o":{"x":0.912,"y":0},"n":"0p28_1_0p912_0","t":33.033,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.574,9.722],[-5.574,9.722],[-5.646,9.01],[5.501,9.01]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.574,9.722],[-5.574,9.722],[-5.557,-12.998],[5.59,-12.998]],"c":true}]},{"i":{"x":0.323,"y":1},"o":{"x":0.808,"y":0},"n":"0p323_1_0p808_0","t":62.062,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.574,9.722],[-5.574,9.722],[-5.557,-12.998],[5.59,-12.998]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.574,9.722],[-5.574,9.722],[-5.694,-4.535],[5.453,-4.535]],"c":true}]},{"t":84.083936475538}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.69,0.31,1]},"o":{"k":100},"w":{"k":2.5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[8.074,12.222],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":33.033033033033,"op":113.113113113113,"st":38.038038038038,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Layer 5 Outlines 2","ks":{"o":{"k":100,"x":"var $bm_rt;\nvar p = 0.81;\nvar a = 50;\nvar s = 1.70158;\nfunction easeandwizz_inOutExpo(t, b, c, d) {\n if (t == 0)\n return b;\n if (t == d)\n return sum(b, c);\n if ((t /= d / 2) < 1)\n return sum(mul(div(c, 2), Math.pow(2, mul(10, sub(t, 1)))), b);\n return sum(mul(div(c, 2), sum($bm_neg(Math.pow(2, mul(-10, --t))), 2)), b);\n}\nfunction easeAndWizz() {\n var t, d, sX, eX;\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutExpo(t, sX, eX, d, a, p, s);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutExpo(t, sY, eY, d, a, p, s);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutExpo(t, sY, eY, d, a, p, s);\n val3 = easeandwizz_inOutExpo(t, sZ, eZ, d, a, p, s);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;"},"r":{"k":0},"p":{"k":[163.873,389.849,0]},"a":{"k":[8.074,6.571,0]},"s":{"k":[347,347,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.226,"y":1},"o":{"x":0.801,"y":0},"n":"0p226_1_0p801_0","t":29.029,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.574,4.071],[-5.574,4.071],[-5.517,3.566],[5.631,3.566]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.574,4.071],[-5.574,4.071],[-5.527,-12.132],[5.621,-12.132]],"c":true}]},{"i":{"x":0.247,"y":1},"o":{"x":0.833,"y":0},"n":"0p247_1_0p833_0","t":58.058,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.574,4.071],[-5.574,4.071],[-5.527,-12.132],[5.621,-12.132]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.574,4.071],[-5.574,4.071],[-5.574,-4.071],[5.574,-4.071]],"c":true}]},{"t":80.079932471534}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.69,0.31,1]},"o":{"k":100},"w":{"k":2.5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[8.074,6.571],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":29.029029029029,"op":113.113113113113,"st":34.034034034034,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":0,"nm":"2D Classic FX Vol.1 04","cl":"1","refId":"comp_0","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[399,86,0]},"a":{"k":[960,540,0]},"s":{"k":[19,19,100]}},"ao":0,"w":1920,"h":1080,"ip":23.023023023023,"op":35.035035035035,"st":23.023023023023,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Layer 2 Outlines","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24.024,"s":[100],"e":[0]},{"t":28.027637012012}],"x":"var $bm_rt;\nvar p = 0.81;\nvar a = 50;\nvar s = 1.70158;\nfunction easeandwizz_inOutExpo(t, b, c, d) {\n if (t == 0)\n return b;\n if (t == d)\n return sum(b, c);\n if ((t /= d / 2) < 1)\n return sum(mul(div(c, 2), Math.pow(2, mul(10, sub(t, 1)))), b);\n return sum(mul(div(c, 2), sum($bm_neg(Math.pow(2, mul(-10, --t))), 2)), b);\n}\nfunction easeAndWizz() {\n var t, d, sX, eX;\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutExpo(t, sX, eX, d, a, p, s);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutExpo(t, sY, eY, d, a, p, s);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutExpo(t, sY, eY, d, a, p, s);\n val3 = easeandwizz_inOutExpo(t, sZ, eZ, d, a, p, s);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;"},"r":{"k":0},"p":{"k":[369.026,316.965,0]},"a":{"k":[8.074,27.575,0]},"s":{"k":[347,347,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.574,25.075],[-5.574,25.075],[-5.574,-25.075],[5.574,-25.075]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.69,0.31,1]},"o":{"k":100},"w":{"k":2.5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[8.074,27.575],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":113.113113113113,"st":12.012012012012,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Layer 3 Outlines","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":23.023,"s":[100],"e":[0]},{"t":27.026660449512}],"x":"var $bm_rt;\nvar p = 0.81;\nvar a = 50;\nvar s = 1.70158;\nfunction easeandwizz_inOutExpo(t, b, c, d) {\n if (t == 0)\n return b;\n if (t == d)\n return sum(b, c);\n if ((t /= d / 2) < 1)\n return sum(mul(div(c, 2), Math.pow(2, mul(10, sub(t, 1)))), b);\n return sum(mul(div(c, 2), sum($bm_neg(Math.pow(2, mul(-10, --t))), 2)), b);\n}\nfunction easeAndWizz() {\n var t, d, sX, eX;\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutExpo(t, sX, eX, d, a, p, s);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutExpo(t, sY, eY, d, a, p, s);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutExpo(t, sY, eY, d, a, p, s);\n val3 = easeandwizz_inOutExpo(t, sZ, eZ, d, a, p, s);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;"},"r":{"k":0},"p":{"k":[300.639,377.973,0]},"a":{"k":[8.074,9.993,0]},"s":{"k":[347,347,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.574,7.493],[-5.574,7.493],[-5.584,-18.156],[5.564,-18.156]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.69,0.31,1]},"o":{"k":100},"w":{"k":2.5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[8.074,9.993],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":113.113113113113,"st":12.012012012012,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Layer 4 Outlines","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":22.022,"s":[100],"e":[0]},{"t":26.025683887012}],"x":"var $bm_rt;\nvar p = 0.81;\nvar a = 50;\nvar s = 1.70158;\nfunction easeandwizz_inOutExpo(t, b, c, d) {\n if (t == 0)\n return b;\n if (t == d)\n return sum(b, c);\n if ((t /= d / 2) < 1)\n return sum(mul(div(c, 2), Math.pow(2, mul(10, sub(t, 1)))), b);\n return sum(mul(div(c, 2), sum($bm_neg(Math.pow(2, mul(-10, --t))), 2)), b);\n}\nfunction easeAndWizz() {\n var t, d, sX, eX;\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutExpo(t, sX, eX, d, a, p, s);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutExpo(t, sY, eY, d, a, p, s);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutExpo(t, sY, eY, d, a, p, s);\n val3 = easeandwizz_inOutExpo(t, sZ, eZ, d, a, p, s);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;"},"r":{"k":0},"p":{"k":[232.258,370.238,0]},"a":{"k":[8.074,12.222,0]},"s":{"k":[347,347,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.574,9.722],[-5.574,9.722],[-5.694,-4.535],[5.453,-4.535]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.69,0.31,1]},"o":{"k":100},"w":{"k":2.5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[8.074,12.222],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":113.113113113113,"st":12.012012012012,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Layer 5 Outlines","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":21.021,"s":[100],"e":[0]},{"t":25.024707324512}],"x":"var $bm_rt;\nvar p = 0.81;\nvar a = 50;\nvar s = 1.70158;\nfunction easeandwizz_inOutExpo(t, b, c, d) {\n if (t == 0)\n return b;\n if (t == d)\n return sum(b, c);\n if ((t /= d / 2) < 1)\n return sum(mul(div(c, 2), Math.pow(2, mul(10, sub(t, 1)))), b);\n return sum(mul(div(c, 2), sum($bm_neg(Math.pow(2, mul(-10, --t))), 2)), b);\n}\nfunction easeAndWizz() {\n var t, d, sX, eX;\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutExpo(t, sX, eX, d, a, p, s);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutExpo(t, sY, eY, d, a, p, s);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutExpo(t, sY, eY, d, a, p, s);\n val3 = easeandwizz_inOutExpo(t, sZ, eZ, d, a, p, s);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;"},"r":{"k":0},"p":{"k":[163.873,389.849,0]},"a":{"k":[8.074,6.571,0]},"s":{"k":[347,347,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.574,4.071],[-5.574,4.071],[-5.574,-4.071],[5.574,-4.071]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.69,0.31,1]},"o":{"k":100},"w":{"k":2.5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[8.074,6.571],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":113.113113113113,"st":12.012012012012,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Layer 6 Outlines 2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[232.388,259.24,0]},"a":{"k":[36.093,35.992,0]},"s":{"k":[347,347,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.377,"y":1},"o":{"x":0.578,"y":0},"n":"0p377_1_0p578_0","t":33.033,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-32.554,32.546],[-33.408,33.408]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[43.614,-43.546],[-33.408,33.408]],"c":false}]},{"i":{"x":0.394,"y":0.971},"o":{"x":0.726,"y":0},"n":"0p394_0p971_0p726_0","t":62.062,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[43.614,-43.546],[-33.408,33.408]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[33.408,-33.408],[-33.408,33.408]],"c":false}]},{"t":75.075025220533}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.69,0.31,1]},"o":{"k":100},"w":{"k":2.5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[35.907,36.076],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.377,"y":1},"o":{"x":0.578,"y":0},"n":"0p377_1_0p578_0","t":33.033,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-58.312,59.888],[-58.344,58.334],[-60.184,58.301]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[17.831,-3.544],[17.824,-17.758],[3.59,-17.762]],"c":false}]},{"i":{"x":0.394,"y":0.971},"o":{"x":0.726,"y":0},"n":"0p394_0p971_0p726_0","t":62.062,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[17.831,-3.544],[17.824,-17.758],[3.59,-17.762]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[7.623,7.622],[7.618,-7.62],[-7.623,-7.622]],"c":false}]},{"t":75.075025220533}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.69,0.31,1]},"o":{"k":100},"w":{"k":2.5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[62.063,10.122],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"mn":"ADBE Vector Group"}],"ip":37.037037037037,"op":113.113113113113,"st":33.033033033033,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"Layer 6 Outlines","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[232.388,259.24,0]},"a":{"k":[36.093,35.992,0]},"s":{"k":[347,347,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.044,"y":1},"o":{"x":0.906,"y":0},"n":"0p044_1_0p906_0","t":0,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[33.408,-33.408],[-33.408,33.408]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[37.683,-37.713],[-33.408,33.408]],"c":false}]},{"i":{"x":0,"y":1},"o":{"x":0.63,"y":0},"n":"0_1_0p63_0","t":10.01,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[37.683,-37.713],[-33.408,33.408]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0.474,-0.636],[-33.408,33.408]],"c":false}]},{"i":{"x":0,"y":1},"o":{"x":0.229,"y":0},"n":"0_1_0p229_0","t":18.018,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0.474,-0.636],[-33.408,33.408]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0.474,-0.636],[-33.408,33.408]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":20.021,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0.474,-0.636],[-33.408,33.408]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[49.933,-50.095],[-33.408,33.408]],"c":false}]},{"i":{"x":0.98,"y":1},"o":{"x":0.806,"y":0},"n":"0p98_1_0p806_0","t":23.023,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[49.933,-50.095],[-33.408,33.408]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[49.933,-50.095],[49.227,-49.231]],"c":false}]},{"t":26.0263671875}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.69,0.31,1]},"o":{"k":100},"w":{"k":2.5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[35.907,36.076],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.044,"y":1},"o":{"x":0.906,"y":0},"n":"0p044_1_0p906_0","t":0,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[7.623,7.622],[7.618,-7.62],[-7.623,-7.622]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[11.899,3.317],[11.894,-11.926],[-3.347,-11.928]],"c":false}]},{"i":{"x":0,"y":1},"o":{"x":0.63,"y":0},"n":"0_1_0p63_0","t":10.01,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[11.899,3.317],[11.894,-11.926],[-3.347,-11.928]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-25.311,40.395],[-25.316,25.152],[-40.557,25.15]],"c":false}]},{"i":{"x":0,"y":1},"o":{"x":0.229,"y":0},"n":"0_1_0p229_0","t":18.018,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-25.311,40.395],[-25.316,25.152],[-40.557,25.15]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-25.311,40.395],[-25.316,25.152],[-40.557,25.15]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":20.021,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-25.311,40.395],[-25.316,25.152],[-40.557,25.15]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[24.149,-9.065],[24.144,-24.308],[8.903,-24.31]],"c":false}]},{"t":23.0234375}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.69,0.31,1]},"o":{"k":100},"w":{"k":2.5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[62.063,10.122],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":22.022,"s":[100],"e":[0]},{"t":23.0234375}],"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":26.026026026026,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"Layer 1 Outlines","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[233.201,303.977,0]},"a":{"k":[49.296,39.979,0]},"s":{"k":[347,347,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[2.5,77.459],[96.092,77.459]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.69,0.31,1]},"o":{"k":100},"w":{"k":2.5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[2.5,2.5],[10.185,2.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.69,0.31,1]},"o":{"k":100},"w":{"k":2.5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[2.5,10.827],[10.185,10.827]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.69,0.31,1]},"o":{"k":100},"w":{"k":2.5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[2.5,19.156],[10.185,19.156]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.69,0.31,1]},"o":{"k":100},"w":{"k":2.5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[2.5,27.485],[10.185,27.485]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.69,0.31,1]},"o":{"k":100},"w":{"k":2.5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[2.5,35.812],[10.185,35.812]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.69,0.31,1]},"o":{"k":100},"w":{"k":2.5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[2.5,44.143],[10.185,44.143]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.69,0.31,1]},"o":{"k":100},"w":{"k":2.5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[2.5,52.469],[10.185,52.469]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.69,0.31,1]},"o":{"k":100},"w":{"k":2.5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[2.5,60.799],[10.185,60.799]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.69,0.31,1]},"o":{"k":100},"w":{"k":2.5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[2.5,69.127],[10.185,69.127]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.69,0.31,1]},"o":{"k":100},"w":{"k":2.5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 10","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":113.113113113113,"st":0,"bm":0,"sr":1}],"v":"4.5.3","ddd":0,"ip":0,"op":113,"fr":30,"w":462,"h":502} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/animated_laptop_.json b/ohos/flutter_lottie/assets/lottiefiles/animated_laptop_.json new file mode 100644 index 0000000000000000000000000000000000000000..0defe281c3b9ff81393a0545f5d0a9a9c36e7005 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/animated_laptop_.json @@ -0,0 +1 @@ +{"v":"4.11.2","fr":60,"ip":0,"op":208,"w":1090,"h":1090,"nm":"laptop","ddd":1,"assets":[{"id":"comp_0","layers":[{"ddd":1,"ind":1,"ty":4,"nm":"cover Outlines","td":1,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[15.815]},"o":{"x":[0.333],"y":[0]},"n":["0p667_15p815_0p333_0"],"t":45,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0.296]},"n":["0p667_1_0p333_0p296"],"t":46,"s":[100],"e":[0]},{"i":{"x":[0.563],"y":[-13.916]},"o":{"x":[0.187],"y":[0]},"n":["0p563_-13p916_0p187_0"],"t":48,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.369],"y":[30.847]},"n":["0p833_1_0p369_30p847"],"t":79,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":155,"s":[0],"e":[100]},{"t":161}],"ix":11},"rx":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":31,"s":[0],"e":[-88]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":48,"s":[-88],"e":[-88]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":73,"s":[-88],"e":[-88]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":161,"s":[-88],"e":[0]},{"t":174}],"ix":8},"ry":{"a":0,"k":0,"ix":9},"rz":{"a":0,"k":0,"ix":10},"or":{"a":0,"k":[0,0,0],"ix":7},"p":{"a":0,"k":[525.84,505,0],"ix":2},"a":{"a":0,"k":[239.25,5.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-17.261],[17.261,0],[0,17.261],[-17.261,0]],"o":[[0,17.261],[-17.261,0],[0,-17.261],[17.261,0]],"v":[[31.254,0],[-0.001,31.253],[-31.254,0],[-0.001,-31.253]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.757000014361,0.779999976065,0.816000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[246.061,154.231],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.6,0],[0,0],[0,6.6],[0,0],[-6.6,0],[0,0],[0,-6.6],[0,0]],"o":[[0,0],[-6.6,0],[0,0],[0,-6.6],[0,0],[6.6,0],[0,0],[0,6.6]],"v":[[225,151],[-225,151],[-237,139],[-237,-139],[-225,-151],[225,-151],[237,-139],[237,139]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.957000014361,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[237.25,151.25],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 3","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":0,"s":[573,417,0],"e":[1213,713,0],"to":[106.666664123535,49.3333320617676,0],"ti":[-106.666664123535,-49.3333320617676,0]},{"t":29}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[130,130,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0]],"o":[[0,0]],"v":[[-471,47]],"c":false},"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,"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":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[-53,-179],[-479,181],[-457,215],[-13,-157]],"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,"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,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":1,"ind":3,"ty":4,"nm":"cover Outlines 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[15.815]},"o":{"x":[0.333],"y":[0]},"n":["0p667_15p815_0p333_0"],"t":45,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0.296]},"n":["0p667_1_0p333_0p296"],"t":46,"s":[100],"e":[0]},{"i":{"x":[0.563],"y":[-13.916]},"o":{"x":[0.187],"y":[0]},"n":["0p563_-13p916_0p187_0"],"t":48,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.369],"y":[30.847]},"n":["0p833_1_0p369_30p847"],"t":79,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":155,"s":[0],"e":[100]},{"t":161}],"ix":11},"rx":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":31,"s":[0],"e":[-88]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":48,"s":[-88],"e":[-88]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":73,"s":[-88],"e":[-88]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":161,"s":[-88],"e":[0]},{"t":174}],"ix":8},"ry":{"a":0,"k":0,"ix":9},"rz":{"a":0,"k":0,"ix":10},"or":{"a":0,"k":[0,0,0],"ix":7},"p":{"a":0,"k":[525.84,505,0],"ix":2},"a":{"a":0,"k":[239.25,5.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-17.261],[17.261,0],[0,17.261],[-17.261,0]],"o":[[0,17.261],[-17.261,0],[0,-17.261],[17.261,0]],"v":[[31.254,0],[-0.001,31.253],[-31.254,0],[-0.001,-31.253]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.757000014361,0.779999976065,0.816000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[246.061,154.231],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.6,0],[0,0],[0,6.6],[0,0],[-6.6,0],[0,0],[0,-6.6],[0,0]],"o":[[0,0],[-6.6,0],[0,0],[0,-6.6],[0,0],[6.6,0],[0,0],[0,6.6]],"v":[[225,151],[-225,151],[-237,139],[-237,-139],[-225,-151],[225,-151],[237,-139],[237,139]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.957000014361,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[237.25,151.25],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[545,545,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[224,282],[227,330]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":6,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":164,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":170,"s":[100],"e":[100]},{"t":175}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":182,"s":[0],"e":[100]},{"t":189}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[545,545,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[241,269],[297,299]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":6,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":165,"s":[0],"e":[100]},{"t":171}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":182,"s":[0],"e":[100]},{"t":189}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":0,"nm":"Pre-comp 1","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[545,545,0],"ix":2},"a":{"a":0,"k":[545,545,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1090,"h":1090,"ip":0,"op":300,"st":0,"bm":0},{"ddd":1,"ind":4,"ty":4,"nm":"laptop monitor Outlines 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":54,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":57,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":88,"s":[100],"e":[0]},{"t":90}],"ix":11},"rx":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":52,"s":[92],"e":[94]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":54,"s":[94],"e":[0]},{"t":71}],"ix":8},"ry":{"a":0,"k":0,"ix":9},"rz":{"a":0,"k":0,"ix":10},"or":{"a":0,"k":[0,0,0],"ix":7},"p":{"a":1,"k":[{"i":{"x":0.667,"y":0.654},"o":{"x":0.333,"y":0},"n":"0p667_0p654_0p333_0","t":50,"s":[527.019,511.016,2],"e":[527.019,495.6,2],"to":[0,-4.037184715271,0],"ti":[0,6.86387491226196,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0.127},"n":"0p667_1_0p333_0p127","t":60,"s":[527.019,495.6,2],"e":[527.019,483.016,2],"to":[0,-1.07022249698639,0],"ti":[0,0.62948197126389,0]},{"t":63}],"ix":2},"a":{"a":0,"k":[277.793,330.935,-12.009],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.6,0],[0,0],[0,6.6],[0,0],[-6.6,0],[0,0],[0,-6.6],[0,0]],"o":[[0,0],[-6.6,0],[0,0],[0,-6.6],[0,0],[6.6,0],[0,0],[0,6.6]],"v":[[213.793,143.355],[-213.793,143.355],[-225.793,131.355],[-225.793,-131.354],[-213.793,-143.354],[213.793,-143.354],[225.793,-131.354],[225.793,131.355]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.035000000748,0.118000000598,0.258999992819,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":20,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[275.793,193.354],"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":10,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.6,0],[0,0],[0,6.6],[0,0],[-6.6,0],[0,0],[0,-6.6],[0,0]],"o":[[0,0],[-6.6,0],[0,0],[0,-6.6],[0,0],[6.6,0],[0,0],[0,6.6]],"v":[[213.793,143.355],[-213.793,143.355],[-225.793,131.355],[-225.793,-131.354],[-213.793,-143.354],[213.793,-143.354],[225.793,-131.354],[225.793,131.355]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.475,0.885999971278,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[277.793,193.354],"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":10,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":35,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"keyboard Outlines 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[525,657.5,0],"ix":2},"a":{"a":0,"k":[237.25,156.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.606,13.704],[-12.828,10.482],[-12.828,-10.483],[-9.606,-13.704],[9.606,-13.704],[12.828,-10.483],[12.828,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[393.095,94.879],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.606,13.704],[-12.828,10.482],[-12.828,-10.483],[-9.606,-13.704],[9.606,-13.704],[12.828,-10.483],[12.828,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[361.842,94.879],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.778,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.778,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.606,13.704],[-12.827,10.482],[-12.827,-10.483],[-9.606,-13.704],[9.606,-13.704],[12.827,-10.483],[12.827,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[330.588,94.879],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.606,13.704],[-12.828,10.482],[-12.828,-10.483],[-9.606,-13.704],[9.606,-13.704],[12.828,-10.483],[12.828,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[299.335,94.879],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.606,13.704],[-12.828,10.482],[-12.828,-10.483],[-9.606,-13.704],[9.606,-13.704],[12.828,-10.483],[12.828,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[268.082,94.879],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.606,13.704],[-12.827,10.482],[-12.827,-10.483],[-9.606,-13.704],[9.606,-13.704],[12.827,-10.483],[12.827,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[236.829,94.879],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.605,13.704],[-12.827,10.482],[-12.827,-10.483],[-9.605,-13.704],[9.606,-13.704],[12.827,-10.483],[12.827,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[205.575,94.879],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.605,13.704],[-12.827,10.482],[-12.827,-10.483],[-9.605,-13.704],[9.606,-13.704],[12.827,-10.483],[12.827,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[174.322,94.879],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.605,13.704],[-12.827,10.482],[-12.827,-10.483],[-9.605,-13.704],[9.606,-13.704],[12.827,-10.483],[12.827,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[142.027,94.879],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.605,13.704],[-12.827,10.482],[-12.827,-10.483],[-9.605,-13.704],[9.606,-13.704],[12.827,-10.483],[12.827,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[78.478,94.879],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.606,13.704],[-12.827,10.482],[-12.827,-10.483],[-9.606,-13.704],[9.606,-13.704],[12.827,-10.483],[12.827,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[109.732,94.879],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.703],[-9.606,13.703],[-12.828,10.483],[-12.828,-10.483],[-9.606,-13.703],[9.606,-13.703],[12.828,-10.483],[12.828,10.483]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[361.842,127.156],"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.778,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.778,0],[0,0],[0,1.78]],"v":[[9.606,13.703],[-9.606,13.703],[-12.827,10.483],[-12.827,-10.483],[-9.606,-13.703],[9.606,-13.703],[12.827,-10.483],[12.827,10.483]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[330.588,127.156],"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.703],[-9.606,13.703],[-12.828,10.483],[-12.828,-10.483],[-9.606,-13.703],[9.606,-13.703],[12.828,-10.483],[12.828,10.483]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[299.335,127.156],"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.703],[-9.606,13.703],[-12.828,10.483],[-12.828,-10.483],[-9.606,-13.703],[9.606,-13.703],[12.828,-10.483],[12.828,10.483]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[268.082,127.156],"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":"Group 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.703],[-9.606,13.703],[-12.827,10.483],[-12.827,-10.483],[-9.606,-13.703],[9.606,-13.703],[12.827,-10.483],[12.827,10.483]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[236.829,127.156],"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":"Group 16","np":2,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.703],[-9.605,13.703],[-12.827,10.483],[-12.827,-10.483],[-9.605,-13.703],[9.606,-13.703],[12.827,-10.483],[12.827,10.483]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[205.575,127.156],"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":"Group 17","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[72.112,13.704],[-72.112,13.704],[-75.333,10.482],[-75.333,-10.483],[-72.112,-13.704],[72.112,-13.704],[75.333,-10.483],[75.333,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[236.829,160.546],"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":"Group 18","np":2,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.606,13.704],[-12.828,10.482],[-12.828,-10.483],[-9.606,-13.704],[9.606,-13.704],[12.828,-10.483],[12.828,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[394.137,160.546],"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":"Group 19","np":2,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.606,13.704],[-12.828,10.482],[-12.828,-10.483],[-9.606,-13.704],[9.606,-13.704],[12.828,-10.483],[12.828,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[361.842,160.546],"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":"Group 20","np":2,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.778,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.778,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.607,13.704],[-12.828,10.482],[-12.828,-10.483],[-9.607,-13.704],[9.606,-13.704],[12.828,-10.483],[12.828,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[329.547,160.546],"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":"Group 21","np":2,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.605,13.704],[-12.827,10.482],[-12.827,-10.483],[-9.605,-13.704],[9.606,-13.704],[12.827,-10.483],[12.827,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[143.068,160.546],"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":"Group 22","np":2,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.605,13.704],[-12.827,10.482],[-12.827,-10.483],[-9.605,-13.704],[9.606,-13.704],[12.827,-10.483],[12.827,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[110.773,160.546],"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":"Group 23","np":2,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.605,13.704],[-12.827,10.482],[-12.827,-10.483],[-9.605,-13.704],[9.606,-13.704],[12.827,-10.483],[12.827,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[78.478,160.546],"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":"Group 24","np":2,"cix":2,"ix":24,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.703],[-9.605,13.703],[-12.827,10.483],[-12.827,-10.483],[-9.605,-13.703],[9.606,-13.703],[12.827,-10.483],[12.827,10.483]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[174.322,127.156],"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":"Group 25","np":2,"cix":2,"ix":25,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.703],[-9.605,13.703],[-12.827,10.483],[-12.827,-10.483],[-9.605,-13.703],[9.606,-13.703],[12.827,-10.483],[12.827,10.483]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[142.027,127.156],"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":"Group 26","np":2,"cix":2,"ix":26,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.703],[-9.606,13.703],[-12.827,10.483],[-12.827,-10.483],[-9.606,-13.703],[9.606,-13.703],[12.827,-10.483],[12.827,10.483]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[109.732,127.156],"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":"Group 27","np":2,"cix":2,"ix":27,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[26.233,13.703],[-26.233,13.703],[-29.455,10.483],[-29.455,-10.483],[-26.233,-13.703],[26.233,-13.703],[29.455,-10.483],[29.455,10.483]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[410.795,127.156],"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":"Group 28","np":2,"cix":2,"ix":28,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[26.234,13.703],[-26.232,13.703],[-29.454,10.483],[-29.454,-10.483],[-26.232,-13.703],[26.234,-13.703],[29.454,-10.483],[29.454,10.483]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[61.422,127.156],"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":"Group 29","np":2,"cix":2,"ix":29,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.606,13.704],[-12.828,10.482],[-12.828,-10.483],[-9.606,-13.704],[9.606,-13.704],[12.828,-10.483],[12.828,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[361.842,62.602],"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":"Group 30","np":2,"cix":2,"ix":30,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.778,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.778,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.606,13.704],[-12.827,10.482],[-12.827,-10.483],[-9.606,-13.704],[9.606,-13.704],[12.827,-10.483],[12.827,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[330.588,62.602],"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":"Group 31","np":2,"cix":2,"ix":31,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.606,13.704],[-12.828,10.482],[-12.828,-10.483],[-9.606,-13.704],[9.606,-13.704],[12.828,-10.483],[12.828,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[299.335,62.602],"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":"Group 32","np":2,"cix":2,"ix":32,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.606,13.704],[-12.828,10.482],[-12.828,-10.483],[-9.606,-13.704],[9.606,-13.704],[12.828,-10.483],[12.828,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[268.082,62.602],"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":"Group 33","np":2,"cix":2,"ix":33,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.606,13.704],[-12.827,10.482],[-12.827,-10.483],[-9.606,-13.704],[9.606,-13.704],[12.827,-10.483],[12.827,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[236.829,62.602],"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":"Group 34","np":2,"cix":2,"ix":34,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.605,13.704],[-12.827,10.482],[-12.827,-10.483],[-9.605,-13.704],[9.606,-13.704],[12.827,-10.483],[12.827,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[205.575,62.602],"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":"Group 35","np":2,"cix":2,"ix":35,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.605,13.704],[-12.827,10.482],[-12.827,-10.483],[-9.605,-13.704],[9.606,-13.704],[12.827,-10.483],[12.827,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[174.322,62.602],"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":"Group 36","np":2,"cix":2,"ix":36,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.605,13.704],[-12.827,10.482],[-12.827,-10.483],[-9.605,-13.704],[9.606,-13.704],[12.827,-10.483],[12.827,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[142.027,62.602],"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":"Group 37","np":2,"cix":2,"ix":37,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.606,13.704],[-12.827,10.482],[-12.827,-10.483],[-9.606,-13.704],[9.606,-13.704],[12.827,-10.483],[12.827,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[109.732,62.602],"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":"Group 38","np":2,"cix":2,"ix":38,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[26.233,13.704],[-26.233,13.704],[-29.455,10.482],[-29.455,-10.483],[-26.233,-13.704],[26.233,-13.704],[29.455,-10.483],[29.455,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[410.795,62.602],"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":"Group 39","np":2,"cix":2,"ix":39,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[26.234,13.704],[-26.232,13.704],[-29.454,10.482],[-29.454,-10.483],[-26.232,-13.704],[26.234,-13.704],[29.454,-10.483],[29.454,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[61.422,62.602],"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":"Group 40","np":2,"cix":2,"ix":40,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.521,0],[0,0],[0,5.522],[0,0],[-5.522,0],[0,0],[0,-5.522],[0,0]],"o":[[0,0],[-5.522,0],[0,0],[0,-5.522],[0,0],[5.521,0],[0,0],[0,5.522]],"v":[[56.062,35.998],[-56.061,35.998],[-66.1,25.959],[-66.1,-25.959],[-56.061,-35.998],[56.062,-35.998],[66.1,-25.959],[66.1,25.959]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.875,0.882000014361,0.898000021542,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[237.25,249.832],"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":"Group 41","np":2,"cix":2,"ix":41,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.6,0],[0,0],[0,6.601],[0,0],[-6.6,0],[0,0],[0,-6.6],[0,0]],"o":[[0,0],[-6.6,0],[0,0],[0,-6.6],[0,0],[6.6,0],[0,0],[0,6.601]],"v":[[203.24,82.495],[-203.24,82.495],[-215.24,70.495],[-215.24,-70.495],[-203.24,-82.495],[203.24,-82.495],[215.24,-70.495],[215.24,70.495]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.875,0.882000014361,0.898000021542,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[236.09,113.339],"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":"Group 42","np":2,"cix":2,"ix":42,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.6,0],[0,0],[0,6.6],[0,0],[-6.6,0],[0,0],[0,-6.6],[0,0]],"o":[[0,0],[-6.6,0],[0,0],[0,-6.6],[0,0],[6.6,0],[0,0],[0,6.6]],"v":[[225,151],[-225,151],[-237,139],[-237,-139],[-225,-151],[225,-151],[237,-139],[237,139]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.980000035903,0.984000052658,0.987999949736,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[237.25,151.25],"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":"Group 43","np":2,"cix":2,"ix":43,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.6,0],[0,0],[0,6.6],[0,0],[-6.6,0],[0,0],[0,-6.6],[0,0]],"o":[[0,0],[-6.6,0],[0,0],[0,-6.6],[0,0],[6.6,0],[0,0],[0,6.6]],"v":[[225,151],[-225,151],[-237,139],[-237,-139],[-225,-151],[225,-151],[237,-139],[237,139]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.647000002394,0.677999997606,0.728999956916,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[237.25,162.25],"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":"Group 44","np":2,"cix":2,"ix":44,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"mouse","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":60,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":71,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":146,"s":[100],"e":[0]},{"t":151}],"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},"n":"0p667_1_0p333_0","t":78,"s":[698.361,304.774,0],"e":[638.361,414.774,0],"to":[529.666687011719,350,0],"ti":[10,-18.3333339691162,0]},{"t":100}],"ix":2},"a":{"a":0,"k":[35.785,45.085,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":109,"s":[96,96,100],"e":[85,85,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":112,"s":[85,85,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":115,"s":[100,100,100],"e":[85,85,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":132,"s":[85,85,100],"e":[100,100,100]},{"t":136}],"ix":6}},"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":[[16.938,9.061],[0.862,19.189],[-16.938,-9.061],[-0.863,-19.189]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[44.684,70.731],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-8.9,-14.126],[8.9,14.126]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.475,0.885999971278,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[44.685,70.732],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-35.508,-39.373],[-35.535,39.373],[35.535,-5.405]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[35.785,39.623],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"keyboard Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[525,657.5,0],"ix":2},"a":{"a":0,"k":[237.25,156.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.606,13.704],[-12.828,10.482],[-12.828,-10.483],[-9.606,-13.704],[9.606,-13.704],[12.828,-10.483],[12.828,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[393.095,94.879],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.606,13.704],[-12.828,10.482],[-12.828,-10.483],[-9.606,-13.704],[9.606,-13.704],[12.828,-10.483],[12.828,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[361.842,94.879],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.778,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.778,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.606,13.704],[-12.827,10.482],[-12.827,-10.483],[-9.606,-13.704],[9.606,-13.704],[12.827,-10.483],[12.827,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[330.588,94.879],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.606,13.704],[-12.828,10.482],[-12.828,-10.483],[-9.606,-13.704],[9.606,-13.704],[12.828,-10.483],[12.828,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[299.335,94.879],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.606,13.704],[-12.828,10.482],[-12.828,-10.483],[-9.606,-13.704],[9.606,-13.704],[12.828,-10.483],[12.828,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[268.082,94.879],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.606,13.704],[-12.827,10.482],[-12.827,-10.483],[-9.606,-13.704],[9.606,-13.704],[12.827,-10.483],[12.827,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[236.829,94.879],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.605,13.704],[-12.827,10.482],[-12.827,-10.483],[-9.605,-13.704],[9.606,-13.704],[12.827,-10.483],[12.827,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[205.575,94.879],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.605,13.704],[-12.827,10.482],[-12.827,-10.483],[-9.605,-13.704],[9.606,-13.704],[12.827,-10.483],[12.827,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[174.322,94.879],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.605,13.704],[-12.827,10.482],[-12.827,-10.483],[-9.605,-13.704],[9.606,-13.704],[12.827,-10.483],[12.827,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[142.027,94.879],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.605,13.704],[-12.827,10.482],[-12.827,-10.483],[-9.605,-13.704],[9.606,-13.704],[12.827,-10.483],[12.827,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[78.478,94.879],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.606,13.704],[-12.827,10.482],[-12.827,-10.483],[-9.606,-13.704],[9.606,-13.704],[12.827,-10.483],[12.827,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[109.732,94.879],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.703],[-9.606,13.703],[-12.828,10.483],[-12.828,-10.483],[-9.606,-13.703],[9.606,-13.703],[12.828,-10.483],[12.828,10.483]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[361.842,127.156],"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.778,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.778,0],[0,0],[0,1.78]],"v":[[9.606,13.703],[-9.606,13.703],[-12.827,10.483],[-12.827,-10.483],[-9.606,-13.703],[9.606,-13.703],[12.827,-10.483],[12.827,10.483]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[330.588,127.156],"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.703],[-9.606,13.703],[-12.828,10.483],[-12.828,-10.483],[-9.606,-13.703],[9.606,-13.703],[12.828,-10.483],[12.828,10.483]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[299.335,127.156],"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.703],[-9.606,13.703],[-12.828,10.483],[-12.828,-10.483],[-9.606,-13.703],[9.606,-13.703],[12.828,-10.483],[12.828,10.483]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[268.082,127.156],"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":"Group 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.703],[-9.606,13.703],[-12.827,10.483],[-12.827,-10.483],[-9.606,-13.703],[9.606,-13.703],[12.827,-10.483],[12.827,10.483]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[236.829,127.156],"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":"Group 16","np":2,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.703],[-9.605,13.703],[-12.827,10.483],[-12.827,-10.483],[-9.605,-13.703],[9.606,-13.703],[12.827,-10.483],[12.827,10.483]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[205.575,127.156],"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":"Group 17","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[72.112,13.704],[-72.112,13.704],[-75.333,10.482],[-75.333,-10.483],[-72.112,-13.704],[72.112,-13.704],[75.333,-10.483],[75.333,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[236.829,160.546],"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":"Group 18","np":2,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.606,13.704],[-12.828,10.482],[-12.828,-10.483],[-9.606,-13.704],[9.606,-13.704],[12.828,-10.483],[12.828,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[394.137,160.546],"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":"Group 19","np":2,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.606,13.704],[-12.828,10.482],[-12.828,-10.483],[-9.606,-13.704],[9.606,-13.704],[12.828,-10.483],[12.828,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[361.842,160.546],"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":"Group 20","np":2,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.778,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.778,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.607,13.704],[-12.828,10.482],[-12.828,-10.483],[-9.607,-13.704],[9.606,-13.704],[12.828,-10.483],[12.828,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[329.547,160.546],"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":"Group 21","np":2,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.605,13.704],[-12.827,10.482],[-12.827,-10.483],[-9.605,-13.704],[9.606,-13.704],[12.827,-10.483],[12.827,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[143.068,160.546],"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":"Group 22","np":2,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.605,13.704],[-12.827,10.482],[-12.827,-10.483],[-9.605,-13.704],[9.606,-13.704],[12.827,-10.483],[12.827,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[110.773,160.546],"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":"Group 23","np":2,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.605,13.704],[-12.827,10.482],[-12.827,-10.483],[-9.605,-13.704],[9.606,-13.704],[12.827,-10.483],[12.827,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[78.478,160.546],"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":"Group 24","np":2,"cix":2,"ix":24,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.703],[-9.605,13.703],[-12.827,10.483],[-12.827,-10.483],[-9.605,-13.703],[9.606,-13.703],[12.827,-10.483],[12.827,10.483]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[174.322,127.156],"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":"Group 25","np":2,"cix":2,"ix":25,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.703],[-9.605,13.703],[-12.827,10.483],[-12.827,-10.483],[-9.605,-13.703],[9.606,-13.703],[12.827,-10.483],[12.827,10.483]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[142.027,127.156],"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":"Group 26","np":2,"cix":2,"ix":26,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.703],[-9.606,13.703],[-12.827,10.483],[-12.827,-10.483],[-9.606,-13.703],[9.606,-13.703],[12.827,-10.483],[12.827,10.483]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[109.732,127.156],"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":"Group 27","np":2,"cix":2,"ix":27,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[26.233,13.703],[-26.233,13.703],[-29.455,10.483],[-29.455,-10.483],[-26.233,-13.703],[26.233,-13.703],[29.455,-10.483],[29.455,10.483]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[410.795,127.156],"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":"Group 28","np":2,"cix":2,"ix":28,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[26.234,13.703],[-26.232,13.703],[-29.454,10.483],[-29.454,-10.483],[-26.232,-13.703],[26.234,-13.703],[29.454,-10.483],[29.454,10.483]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[61.422,127.156],"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":"Group 29","np":2,"cix":2,"ix":29,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.606,13.704],[-12.828,10.482],[-12.828,-10.483],[-9.606,-13.704],[9.606,-13.704],[12.828,-10.483],[12.828,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[361.842,62.602],"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":"Group 30","np":2,"cix":2,"ix":30,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.778,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.778,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.606,13.704],[-12.827,10.482],[-12.827,-10.483],[-9.606,-13.704],[9.606,-13.704],[12.827,-10.483],[12.827,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[330.588,62.602],"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":"Group 31","np":2,"cix":2,"ix":31,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.606,13.704],[-12.828,10.482],[-12.828,-10.483],[-9.606,-13.704],[9.606,-13.704],[12.828,-10.483],[12.828,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[299.335,62.602],"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":"Group 32","np":2,"cix":2,"ix":32,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.606,13.704],[-12.828,10.482],[-12.828,-10.483],[-9.606,-13.704],[9.606,-13.704],[12.828,-10.483],[12.828,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[268.082,62.602],"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":"Group 33","np":2,"cix":2,"ix":33,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.606,13.704],[-12.827,10.482],[-12.827,-10.483],[-9.606,-13.704],[9.606,-13.704],[12.827,-10.483],[12.827,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[236.829,62.602],"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":"Group 34","np":2,"cix":2,"ix":34,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.605,13.704],[-12.827,10.482],[-12.827,-10.483],[-9.605,-13.704],[9.606,-13.704],[12.827,-10.483],[12.827,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[205.575,62.602],"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":"Group 35","np":2,"cix":2,"ix":35,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.605,13.704],[-12.827,10.482],[-12.827,-10.483],[-9.605,-13.704],[9.606,-13.704],[12.827,-10.483],[12.827,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[174.322,62.602],"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":"Group 36","np":2,"cix":2,"ix":36,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.605,13.704],[-12.827,10.482],[-12.827,-10.483],[-9.605,-13.704],[9.606,-13.704],[12.827,-10.483],[12.827,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[142.027,62.602],"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":"Group 37","np":2,"cix":2,"ix":37,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[9.606,13.704],[-9.606,13.704],[-12.827,10.482],[-12.827,-10.483],[-9.606,-13.704],[9.606,-13.704],[12.827,-10.483],[12.827,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[109.732,62.602],"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":"Group 38","np":2,"cix":2,"ix":38,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.779,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[26.233,13.704],[-26.233,13.704],[-29.455,10.482],[-29.455,-10.483],[-26.233,-13.704],[26.233,-13.704],[29.455,-10.483],[29.455,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[410.795,62.602],"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":"Group 39","np":2,"cix":2,"ix":39,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,0],[0,0],[0,1.78],[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0]],"o":[[0,0],[-1.78,0],[0,0],[0,-1.779],[0,0],[1.779,0],[0,0],[0,1.78]],"v":[[26.234,13.704],[-26.232,13.704],[-29.454,10.482],[-29.454,-10.483],[-26.232,-13.704],[26.234,-13.704],[29.454,-10.483],[29.454,10.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[61.422,62.602],"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":"Group 40","np":2,"cix":2,"ix":40,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.521,0],[0,0],[0,5.522],[0,0],[-5.522,0],[0,0],[0,-5.522],[0,0]],"o":[[0,0],[-5.522,0],[0,0],[0,-5.522],[0,0],[5.521,0],[0,0],[0,5.522]],"v":[[56.062,35.998],[-56.061,35.998],[-66.1,25.959],[-66.1,-25.959],[-56.061,-35.998],[56.062,-35.998],[66.1,-25.959],[66.1,25.959]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.875,0.882000014361,0.898000021542,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[237.25,249.832],"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":"Group 41","np":2,"cix":2,"ix":41,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.6,0],[0,0],[0,6.601],[0,0],[-6.6,0],[0,0],[0,-6.6],[0,0]],"o":[[0,0],[-6.6,0],[0,0],[0,-6.6],[0,0],[6.6,0],[0,0],[0,6.601]],"v":[[203.24,82.495],[-203.24,82.495],[-215.24,70.495],[-215.24,-70.495],[-203.24,-82.495],[203.24,-82.495],[215.24,-70.495],[215.24,70.495]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.875,0.882000014361,0.898000021542,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[236.09,113.339],"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":"Group 42","np":2,"cix":2,"ix":42,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.6,0],[0,0],[0,6.6],[0,0],[-6.6,0],[0,0],[0,-6.6],[0,0]],"o":[[0,0],[-6.6,0],[0,0],[0,-6.6],[0,0],[6.6,0],[0,0],[0,6.6]],"v":[[225,151],[-225,151],[-237,139],[-237,-139],[-225,-151],[225,-151],[237,-139],[237,139]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.980000035903,0.984000052658,0.987999949736,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[237.25,151.25],"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":"Group 43","np":2,"cix":2,"ix":43,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.6,0],[0,0],[0,6.6],[0,0],[-6.6,0],[0,0],[0,-6.6],[0,0]],"o":[[0,0],[-6.6,0],[0,0],[0,-6.6],[0,0],[6.6,0],[0,0],[0,6.6]],"v":[[225,151],[-225,151],[-237,139],[-237,-139],[-225,-151],[225,-151],[237,-139],[237,139]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.647000002394,0.677999997606,0.728999956916,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[237.25,162.25],"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":"Group 44","np":2,"cix":2,"ix":44,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":1,"ind":8,"ty":4,"nm":"laptop monitor Outlines 3","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":54,"s":[0],"e":[100]},{"t":57}],"ix":11},"rx":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":52,"s":[92],"e":[94]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":54,"s":[94],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":71,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":147,"s":[0],"e":[92]},{"t":153}],"ix":8},"ry":{"a":0,"k":0,"ix":9},"rz":{"a":0,"k":0,"ix":10},"or":{"a":0,"k":[0,0,0],"ix":7},"p":{"a":1,"k":[{"i":{"x":0.667,"y":0.654},"o":{"x":0.333,"y":0},"n":"0p667_0p654_0p333_0","t":50,"s":[527.019,511.016,2],"e":[527.019,495.6,2],"to":[0,-4.037184715271,0],"ti":[0,6.86387491226196,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0.127},"n":"0p667_1_0p333_0p127","t":60,"s":[527.019,495.6,2],"e":[527.019,483.016,2],"to":[0,-1.07022249698639,0],"ti":[0,0.62948197126389,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":63,"s":[527.019,483.016,2],"e":[527.019,483.016,2],"to":[0,-4.66666650772095,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":147,"s":[527.019,483.016,2],"e":[527.019,505.016,2],"to":[0,0,0],"ti":[0,0,0]},{"t":151}],"ix":2},"a":{"a":0,"k":[277.793,330.935,-12.009],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.6,0],[0,0],[0,6.6],[0,0],[-6.6,0],[0,0],[0,-6.6],[0,0]],"o":[[0,0],[-6.6,0],[0,0],[0,-6.6],[0,0],[6.6,0],[0,0],[0,6.6]],"v":[[213.793,143.355],[-213.793,143.355],[-225.793,131.355],[-225.793,-131.354],[-213.793,-143.354],[213.793,-143.354],[225.793,-131.354],[225.793,131.355]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.035000000748,0.118000000598,0.258999992819,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":20,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[275.793,193.354],"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":10,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.6,0],[0,0],[0,6.6],[0,0],[-6.6,0],[0,0],[0,-6.6],[0,0]],"o":[[0,0],[-6.6,0],[0,0],[0,-6.6],[0,0],[6.6,0],[0,0],[0,6.6]],"v":[[213.793,143.355],[-213.793,143.355],[-225.793,131.355],[-225.793,-131.354],[-213.793,-143.354],[213.793,-143.354],[225.793,-131.354],[225.793,131.355]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":118,"s":[0.475,0.885999971278,0.948999980852,1],"e":[0.92495405674,0.133061334491,0.656161725521,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":122,"s":[0.92495405674,0.133061334491,0.656161725521,1],"e":[0.92495405674,0.133061334491,0.656161725521,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":133,"s":[0.92495405674,0.133061334491,0.656161725521,1],"e":[0.92495405674,0.44661590457,0.133061334491,1]},{"t":140}],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[277.793,193.354],"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":10,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":35,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/animated_logo.json b/ohos/flutter_lottie/assets/lottiefiles/animated_logo.json new file mode 100644 index 0000000000000000000000000000000000000000..f133dec55b00d26fed152b4383c4d4e76389ccc5 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/animated_logo.json @@ -0,0 +1 @@ +{"v":"4.10.1","fr":25,"ip":0,"op":106,"w":1920,"h":1080,"nm":"Comp 1","ddd":0,"assets":[],"fonts":{"list":[{"fName":"CenturyGothic-Bold","fFamily":"Century Gothic","fStyle":"Bold","ascent":73.5992431640625}]},"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"perki Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[184],"e":[0]},{"t":106}],"ix":10},"p":{"a":0,"k":[864.842,407.026,0],"ix":2},"a":{"a":0,"k":[142,68,0],"ix":1},"s":{"a":0,"k":[242.635,242.635,100],"ix":6}},"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],[0,0],[0,0],[-0.328,1.763],[8.169,5.706],[3.07,-3.01],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0.421,-1.16],[0.829,-4.458],[-6.796,-4.75],[-1.553,1.523],[0,0],[0,0]],"v":[[17.446,16.727],[23.586,20.269],[23.562,20.227],[22.195,17.774],[24.676,17.342],[21.931,15.759],[23.13,11.344],[-4.639,-15.519],[-23.122,-9.273],[-23.288,-6.552],[17.507,16.621]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.216690736658,0.493324878169,0.721504001991,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[111.923,46.963],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[1.701,0.2],[5.15,-8.531],[-3.209,-2.863],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[-1.16,-0.327],[-4.502,-0.53],[-4.286,7.097],[1.622,1.448],[0,0],[0,0],[0,0]],"v":[[17.114,-24.659],[15.125,-24.268],[14.427,-23.06],[10.103,-23.915],[-14.849,5.582],[-7.385,23.608],[-4.66,23.592],[17.287,-21.853],[19.135,-25.056]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.216690736658,0.493324878169,0.721504001991,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[121.685,99.237],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-0.665,3.667],[2.419,5.179],[2.831,1.769],[5.222,-0.698],[2.106,-2.143],[0.499,-5.179],[-1.839,-2.662],[-5.222,-2.072],[-3.551,0.929],[-4.035,4.33]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.216690736658,0.493324878169,0.721504001991,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[142.45,68.291],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[-1.584,-0.248],[-5.476,8.325],[3.095,2.986],[0,0],[0,0],[-0.133,-0.065]],"o":[[0,0],[0,0],[0,0],[0,0],[1.11,0.35],[4.478,0.705],[4.557,-6.927],[-1.566,-1.508],[0,0],[0,0],[0,0]],"v":[[-19.025,21.994],[-18.775,22.466],[-17.482,24.908],[-17.221,25.03],[-15.669,22.34],[-11.604,23.291],[14.469,-5.219],[7.708,-23.521],[4.984,-23.61],[-18.785,21.109],[-18.575,21.214]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.216690736658,0.493324878169,0.721504001991,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[163.486,39.713],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.193,-1.751],[-8.57,-5.086],[-2.839,3.23]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.328,1.178],[-0.496,4.506],[7.13,4.232],[1.435,-1.633]],"v":[[23.596,4.268],[-20.873,-16.798],[-24.384,-18.824],[-24.729,-18.467],[-25.061,-15.724],[-25.068,-15.663],[-23.17,-14.567],[-24.021,-10.139],[5.663,14.592],[23.633,6.993]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.216690736658,0.493324878169,0.721504001991,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[171.91,89.433],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":106,"st":2,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 1/moller_logo_layers Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1005.842,522.026,0],"ix":2},"a":{"a":0,"k":[202,115,0],"ix":1},"s":{"a":0,"k":[242.635,242.635,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.572,1.853],[0.917,-0.651],[0.431,-0.352],[0,0],[0,0],[-2.393,11.061],[-6.221,27.059],[1.761,-0.782],[5.957,-2.927],[0.457,-2.506],[1.813,-9.778],[0.293,-0.171],[4.109,-1.259],[0.172,1.447],[0.926,2.243],[12.8,-8.535],[-0.387,-16.018],[-1.904,-4.479],[0.55,-0.672],[-0.205,8.524],[-0.111,6.719],[-0.095,5.498],[-0.01,0.114],[13.121,-16.616],[3.596,2.895],[5.561,-8.091],[0.216,2.037],[0.032,0.311],[1.374,-0.426],[6.59,-2.109],[-0.135,-1.034],[-4.627,-22.962],[-1.246,0.391],[-5.601,1.67],[0.163,0.965],[2.067,16.321],[-0.096,0.186],[-1.626,-16.239],[-2.659,-18.381],[-1.126,0.299],[-5.024,1.194],[0.093,1.01],[0.991,15.51],[-0.07,0.331],[-0.022,-17.845],[0.254,-11.817],[-11.121,14.991],[-0.865,-0.926],[-4.624,-1.307],[-2.29,22.016],[-0.644,0.322],[-2.949,2.11],[0.36,-1.982],[1.404,-7.64],[-17.646,15.51]],"o":[[-0.387,-1.253],[-0.424,0.386],[-0.003,0.004],[0,0],[-7.129,5.821],[5.856,-27.057],[0.417,-1.815],[-6.882,3.057],[-2.287,1.124],[-1.234,6.773],[-0.357,1.19],[-3.561,2.078],[-1.339,0.41],[-0.361,-3.052],[-7.204,-17.462],[-13.305,8.87],[0.131,5.412],[0.353,0.832],[-6.097,7.46],[0.295,-12.222],[0.06,-5.499],[0.002,-0.114],[2.252,-25.558],[-2.861,3.623],[-8.089,-6.512],[-1.165,1.695],[-0.032,-0.311],[-0.144,-1.378],[-6.513,2.021],[-1.056,0.339],[3.306,23.19],[0.26,1.268],[5.866,-1.843],[0.898,-0.268],[-2.752,-16.218],[0.048,-0.329],[1.882,-13.767],[1.851,18.482],[0.185,1.279],[5.079,-1.347],[0.865,-0.205],[-1.437,-15.461],[-0.002,-0.628],[1.817,-14.904],[0.015,12.489],[-0.498,23.112],[0.741,-0.999],[2.907,3.112],[24.839,7.024],[0.078,-0.74],[2.876,-1.439],[1.592,-1.139],[-1.394,7.68],[-6.315,25.688],[1.012,-1.171]],"v":[[103.062,36.349],[100.624,36.217],[99.342,37.325],[99.329,37.339],[99.328,37.337],[86.861,33.152],[109.398,-69.747],[105.985,-72.372],[89.322,-64.616],[84.957,-58.833],[77.397,-18.592],[75.995,-14.454],[63.272,-4.758],[60.356,-6.804],[58.192,-14.886],[14.346,-22.717],[-5.664,18.708],[-2.558,33.747],[-2.874,36.212],[-16.771,37.614],[-16.452,17.959],[-16.26,4.165],[-16.242,3.814],[-46.852,-11.847],[-58.476,-10.497],[-84.625,-1.942],[-88.723,-2.921],[-88.804,-3.698],[-91.721,-5.539],[-108.092,-0.368],[-109.681,1.995],[-97.579,71.08],[-94.658,72.763],[-80.342,68.372],[-79.081,66.256],[-86.439,17.461],[-86.342,16.803],[-70.509,5.682],[-63.364,60.977],[-60.842,62.858],[-48.229,59.682],[-46.895,57.593],[-50.838,11.136],[-50.7,9.845],[-35.551,-3.578],[-34.597,34.312],[-0.18,42.284],[2.83,42.179],[14.079,49.064],[60.026,7.207],[61.177,5.51],[69.919,0.162],[74.307,-0.344],[69.896,21.692],[102.856,41.114]],"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.168,2.739],[-3.006,5.472],[-4.947,-7.421],[2.106,-1.978],[0,0]],"o":[[0.542,-8.863],[5.357,-9.755],[1.603,2.404],[0,0],[-2,1.879]],"v":[[14.4,9.437],[20.002,-13.652],[37.889,-12.179],[36.966,-4.571],[19.504,11.834]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0.021,-0.44],[0.002,-0.04],[10.147,4.977],[1.467,3.78],[-1.743,1.637],[0,0],[0,0]],"o":[[-0.002,0.042],[-0.611,9.45],[-2.896,-1.42],[-0.864,-2.229],[0,0],[0.051,0.893],[0.027,3.301]],"v":[[42.446,9.577],[42.439,9.698],[23.356,39.03],[16.868,30.929],[18.39,24.524],[42.615,1.765],[42.663,3.233]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.999999820485,0.999999760646,0.999999820485,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[122.87,133.893],"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":"Group 1","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.266,1.045],[11.005,-9.2],[-0.592,2.014],[-0.443,1.491],[1.279,0.418],[5.961,1.768],[0.289,-0.955],[4.951,-14.436],[0.822,-0.857],[9.061,6.954],[-0.164,6.647],[-1.201,-0.213],[-6.907,10.1],[6.581,7.343],[9.31,-11.063],[-1.291,-12.38],[0.446,-0.449],[-3.664,13.079],[-12.401,35.265],[1.886,-0.681],[8.416,-3.294],[0.185,-0.582],[7.105,-29.354],[-0.299,-1.152],[-9.215,7.677],[-0.554,-1.287],[-8.418,-1.896],[-8.696,5.099],[0.768,-1.892],[0.513,-1.228],[-1.261,-0.318],[-6.056,-1.717],[-0.411,0.939],[-3.9,12.982],[-0.157,0.185],[-10.293,-10.99],[-0.743,0.323],[-4.393,1.742]],"o":[[-7.827,-6.46],[-1.421,1.188],[0.439,-1.492],[0.37,-1.248],[-6,-1.963],[-0.963,-0.285],[-4.368,14.62],[-0.385,1.123],[-8.166,8.515],[-4.913,-3.77],[0.031,-1.266],[11.528,2.045],[5.161,-7.546],[-10.775,-12.022],[-7.945,9.44],[0.068,0.65],[-8.367,8.447],[10.045,-35.856],[0.619,-1.761],[-8.532,3.079],[-0.609,0.238],[-8.801,28.905],[-2.417,11.632],[4.751,15.291],[1.023,-0.852],[2.804,6.518],[9.878,2.225],[1.69,-0.991],[-0.499,1.231],[-0.523,1.253],[6.088,1.539],[0.951,0.27],[5.121,-12.535],[0.077,-0.246],[8.119,-9.563],[0.702,0.749],[4.265,-1.857],[1.287,-0.51]],"v":[[78.905,18.125],[46.516,11.63],[43.178,8.622],[44.279,4.893],[42.529,1.674],[27.591,-2.987],[25.439,-1.835],[11.797,41.859],[9.951,44.857],[-19.049,51.171],[-25.468,33.323],[-23.165,31.354],[6.963,21.012],[6.466,-6.015],[-32.675,0.356],[-44.287,38.453],[-44.865,40.204],[-61.658,39.168],[-28.956,-68.148],[-32.178,-70.928],[-53.506,-62.949],[-54.754,-61.66],[-77.753,25.85],[-78.425,45.191],[-45.072,47.34],[-41.903,48.147],[-25.523,61.442],[1.687,58.319],[4.584,61.163],[3.319,64.237],[4.737,67.269],[19.918,71.34],[22.271,70.191],[36.112,32.212],[36.464,31.56],[65.638,25.581],[68.06,26.284],[78.867,21.783]],"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.088,0.434],[-0.067,0.29],[-3.34,4.094],[-2.305,1.162],[0.024,-4.411],[13.313,3.383]],"o":[[0.067,-0.29],[2.451,-7.865],[2.434,-2.984],[3.939,-1.985],[-0.07,12.606],[0.036,-0.335]],"v":[[-23.867,22.811],[-23.664,21.936],[-14.621,3.87],[-7.365,-2.304],[1.164,3.165],[-24.116,23.984]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.999999820485,0.999999760646,0.999999820485,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[309.022,131.176],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.572,1.853],[0.917,-0.651],[0.431,-0.352],[0,0],[0,0],[-2.393,11.061],[-6.221,27.059],[1.761,-0.782],[5.957,-2.927],[0.457,-2.506],[1.813,-9.778],[0.293,-0.171],[4.109,-1.259],[0.172,1.447],[0.926,2.243],[12.8,-8.535],[-0.387,-16.018],[-1.904,-4.479],[0.55,-0.672],[-0.205,8.524],[-0.111,6.719],[-0.095,5.498],[-0.01,0.114],[13.121,-16.616],[3.596,2.895],[5.561,-8.091],[0.216,2.037],[0.032,0.311],[1.374,-0.426],[6.59,-2.109],[-0.135,-1.034],[-4.627,-22.962],[-1.246,0.391],[-5.601,1.67],[0.163,0.965],[2.067,16.321],[-0.096,0.186],[-1.626,-16.239],[-2.659,-18.381],[-1.126,0.299],[-5.024,1.194],[0.093,1.01],[0.991,15.51],[-0.07,0.331],[-0.022,-17.845],[0.254,-11.817],[-11.121,14.991],[-0.865,-0.926],[-4.624,-1.307],[-2.29,22.016],[-0.644,0.322],[-2.949,2.11],[0.36,-1.982],[1.404,-7.64],[-17.646,15.51]],"o":[[-0.387,-1.253],[-0.424,0.386],[-0.003,0.004],[0,0],[-7.129,5.821],[5.856,-27.057],[0.417,-1.815],[-6.882,3.057],[-2.287,1.124],[-1.234,6.773],[-0.357,1.19],[-3.561,2.078],[-1.339,0.41],[-0.361,-3.052],[-7.204,-17.462],[-13.305,8.87],[0.131,5.412],[0.353,0.832],[-6.097,7.46],[0.295,-12.222],[0.06,-5.499],[0.002,-0.114],[2.252,-25.558],[-2.861,3.623],[-8.089,-6.512],[-1.165,1.695],[-0.032,-0.311],[-0.144,-1.378],[-6.513,2.021],[-1.056,0.339],[3.306,23.19],[0.26,1.268],[5.866,-1.843],[0.898,-0.268],[-2.752,-16.218],[0.048,-0.329],[1.882,-13.767],[1.851,18.482],[0.185,1.279],[5.079,-1.347],[0.865,-0.205],[-1.437,-15.461],[-0.002,-0.628],[1.817,-14.904],[0.015,12.489],[-0.498,23.112],[0.741,-0.999],[2.907,3.112],[24.839,7.024],[0.078,-0.74],[2.876,-1.439],[1.592,-1.139],[-1.394,7.68],[-6.315,25.688],[1.012,-1.171]],"v":[[103.061,36.349],[100.625,36.217],[99.342,37.325],[99.329,37.339],[99.329,37.337],[86.861,33.152],[109.398,-69.747],[105.986,-72.372],[89.322,-64.616],[84.957,-58.833],[77.397,-18.592],[75.996,-14.454],[63.272,-4.758],[60.357,-6.804],[58.193,-14.886],[14.345,-22.717],[-5.664,18.708],[-2.558,33.747],[-2.874,36.212],[-16.772,37.614],[-16.452,17.959],[-16.26,4.165],[-16.242,3.814],[-46.852,-11.847],[-58.475,-10.497],[-84.625,-1.942],[-88.723,-2.921],[-88.804,-3.698],[-91.721,-5.539],[-108.092,-0.368],[-109.681,1.995],[-97.579,71.08],[-94.658,72.763],[-80.342,68.372],[-79.081,66.256],[-86.439,17.461],[-86.343,16.803],[-70.508,5.682],[-63.364,60.977],[-60.843,62.858],[-48.229,59.682],[-46.895,57.593],[-50.838,11.136],[-50.7,9.845],[-35.551,-3.578],[-34.597,34.312],[-0.18,42.284],[2.831,42.179],[14.079,49.064],[60.026,7.207],[61.177,5.51],[69.918,0.162],[74.307,-0.344],[69.896,21.692],[102.856,41.114]],"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.168,2.739],[-3.006,5.472],[-4.947,-7.421],[2.106,-1.978],[0,0]],"o":[[0.542,-8.863],[5.357,-9.755],[1.603,2.404],[0,0],[-2,1.879]],"v":[[14.4,9.437],[20.003,-13.652],[37.888,-12.179],[36.966,-4.571],[19.505,11.834]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0.021,-0.44],[0.003,-0.04],[10.147,4.977],[1.467,3.78],[-1.743,1.637],[0,0],[0,0]],"o":[[-0.002,0.042],[-0.61,9.45],[-2.896,-1.42],[-0.864,-2.229],[0,0],[0.051,0.893],[0.027,3.301]],"v":[[42.447,9.577],[42.439,9.698],[23.356,39.03],[16.868,30.929],[18.391,24.524],[42.615,1.765],[42.663,3.233]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.216690736658,0.493324878169,0.721504001991,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[125.34,137.754],"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":"Group 3","np":5,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.266,1.045],[11.005,-9.2],[-0.592,2.014],[-0.443,1.491],[1.279,0.418],[5.961,1.768],[0.289,-0.955],[4.951,-14.436],[0.822,-0.857],[9.061,6.954],[-0.164,6.647],[-1.201,-0.213],[-6.907,10.1],[6.581,7.343],[9.31,-11.063],[-1.291,-12.38],[0.446,-0.449],[-3.664,13.079],[-12.401,35.265],[1.886,-0.681],[8.416,-3.294],[0.185,-0.582],[7.105,-29.354],[-0.299,-1.152],[-9.215,7.677],[-0.554,-1.287],[-8.417,-1.896],[-8.696,5.099],[0.768,-1.892],[0.513,-1.228],[-1.262,-0.318],[-6.056,-1.717],[-0.411,0.939],[-3.9,12.982],[-0.157,0.185],[-10.293,-10.99],[-0.743,0.323],[-4.393,1.742]],"o":[[-7.827,-6.46],[-1.421,1.188],[0.439,-1.492],[0.37,-1.248],[-6,-1.963],[-0.963,-0.285],[-4.368,14.62],[-0.386,1.123],[-8.166,8.515],[-4.913,-3.77],[0.031,-1.266],[11.528,2.045],[5.161,-7.546],[-10.775,-12.022],[-7.945,9.44],[0.068,0.65],[-8.367,8.447],[10.045,-35.856],[0.619,-1.761],[-8.532,3.079],[-0.609,0.238],[-8.801,28.905],[-2.417,11.632],[4.751,15.291],[1.023,-0.852],[2.804,6.518],[9.879,2.225],[1.69,-0.991],[-0.499,1.231],[-0.523,1.253],[6.088,1.539],[0.951,0.27],[5.121,-12.535],[0.077,-0.246],[8.119,-9.563],[0.702,0.749],[4.265,-1.857],[1.287,-0.51]],"v":[[78.905,18.124],[46.517,11.63],[43.177,8.622],[44.28,4.893],[42.528,1.674],[27.591,-2.987],[25.439,-1.835],[11.797,41.858],[9.952,44.856],[-19.049,51.171],[-25.468,33.323],[-23.166,31.354],[6.963,21.011],[6.465,-6.015],[-32.675,0.356],[-44.287,38.452],[-44.866,40.204],[-61.659,39.167],[-28.955,-68.149],[-32.179,-70.929],[-53.506,-62.95],[-54.753,-61.661],[-77.754,25.85],[-78.425,45.191],[-45.072,47.34],[-41.903,48.147],[-25.525,61.442],[1.687,58.32],[4.584,61.162],[3.319,64.236],[4.738,67.269],[19.918,71.34],[22.27,70.191],[36.112,32.213],[36.464,31.561],[65.639,25.58],[68.061,26.283],[78.868,21.782]],"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.088,0.434],[-0.067,0.29],[-3.34,4.094],[-2.305,1.162],[0.024,-4.411],[13.313,3.383]],"o":[[0.067,-0.29],[2.451,-7.865],[2.434,-2.984],[3.939,-1.985],[-0.07,12.606],[0.036,-0.335]],"v":[[-23.866,22.811],[-23.664,21.936],[-14.621,3.869],[-7.366,-2.305],[1.163,3.166],[-24.116,23.985]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.216690736658,0.493324878169,0.721504001991,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[311.493,135.036],"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":"Group 4","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":106,"st":2,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"z7 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":4,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":73,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":80,"s":[100],"e":[0]},{"t":105}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":3,"s":[50],"e":[90]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":4,"s":[90],"e":[0]},{"t":73}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":3,"s":[938.842,401.026,0],"e":[1116.842,289.026,0],"to":[29.6666660308838,-18.6666660308838,0],"ti":[-29.6666660308838,18.6666660308838,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":73,"s":[1116.842,289.026,0],"e":[1116.842,289.026,0],"to":[0,0,0],"ti":[0,0,0]},{"t":116}],"ix":2},"a":{"a":0,"k":[248,19,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":3,"s":[96.635,96.635,100],"e":[242.635,242.635,100]},{"t":73}],"ix":6}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[3.675,-17.202],[7.196,-6.551],[16.445,-0.198],[7.401,6.443],[4.218,17.202],[-4.894,10.654],[-16.11,10.951],[-12.696,0.263],[-16.445,-10.313],[-5.226,-10.37]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.216690736658,0.493324878169,0.721504001991,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[250.159,17.945],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":2,"op":106,"st":2,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Layer 10/moller_logo_layers Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":3,"s":[1005.842,522.026,0],"e":[1005.842,522.026,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":6,"s":[1005.842,522.026,0],"e":[1005.842,522.026,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":9,"s":[1005.842,522.026,0],"e":[1005.842,522.026,0],"to":[0,0,0],"ti":[0,0,0]},{"t":12}],"ix":2},"a":{"a":0,"k":[202,115,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":0,"s":[242,242,100],"e":[258,258,100]},{"i":{"x":[0.659,0.659,0.659],"y":[1,1,1]},"o":{"x":[0.297,0.297,0.297],"y":[0,0,0]},"n":["0p659_1_0p297_0","0p659_1_0p297_0","0p659_1_0p297_0"],"t":3,"s":[258,258,100],"e":[232,232,100]},{"i":{"x":[0.815,0.815,0.815],"y":[1,1,1]},"o":{"x":[0.425,0.425,0.425],"y":[0,0,0]},"n":["0p815_1_0p425_0","0p815_1_0p425_0","0p815_1_0p425_0"],"t":6,"s":[232,232,100],"e":[242.635,242.635,100]},{"i":{"x":[0.62,0.62,0.62],"y":[1,1,1]},"o":{"x":[0.159,0.159,0.159],"y":[0,0,0]},"n":["0p62_1_0p159_0","0p62_1_0p159_0","0p62_1_0p159_0"],"t":9,"s":[242.635,242.635,100],"e":[240,240,100]},{"i":{"x":[0.818,0.818,0.818],"y":[1,1,1]},"o":{"x":[0.436,0.436,0.436],"y":[0,0,0]},"n":["0p818_1_0p436_0","0p818_1_0p436_0","0p818_1_0p436_0"],"t":11,"s":[240,240,100],"e":[242.635,242.635,100]},{"t":12}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.403,3.636],[9.32,0.291],[1.116,-0.089],[3.185,1.042],[5.986,1.776],[1.33,0.041],[2.715,-2.046],[0.439,0.489],[9.169,0.286],[7.527,-4.544],[-5.152,14.651],[2.822,4.119],[5.14,0.161],[1.931,-0.698],[8.578,-3.358],[1.497,-1.465],[1.166,1.512],[4.858,0.152],[2.185,-0.971],[5.923,-2.91],[1.229,-6.735],[1.612,-8.539],[0.681,-3.612],[0,0.001],[0,0],[10.983,-1.417],[-0.325,-10.058],[0,0],[0,0],[0.689,-0.95],[1.213,1.367],[7.403,0.231],[6.944,-7.047],[3.826,0.119],[6.116,-4.752],[1.157,0.036],[1.701,-0.528],[6.843,-2.191],[-0.981,-7.563],[0,0],[-5.315,-26.377],[-7.425,-0.232],[-1.691,0.533],[-5.606,1.671],[-1.937,2.981],[-2.196,-0.068],[-1.436,0.381],[-4.792,1.139],[-1.565,5.103],[-4.615,-0.144],[-6.727,4.985],[-2.851,-0.806],[-3.468,-0.108],[-9.33,11.326],[-1.322,-1.741],[-9.037,-0.282],[-5.675,2.821],[-7.51,-0.234],[-6.11,2.725],[-7.547,-1.7],[-3.824,-0.12],[-3.175,0.564],[-3.07,-0.776],[-5.924,-1.68],[-1.272,-0.039],[-2.583,5.894],[0,0],[-4.127,13.286],[-0.718,0.269],[-0.551,-0.588],[-4.198,-0.131],[-2.061,0.896],[-4.345,1.723],[-0.855,5.42]],"o":[[-10.632,-8.773],[-1.14,-0.035],[-1.932,-2.497],[-6.168,-2.017],[-1.284,-0.381],[-3.561,-0.111],[-0.399,-0.507],[-6.021,-6.717],[-7.996,-0.25],[4.63,-15.181],[1.65,-4.692],[-2.896,-4.227],[-2.05,-0.064],[-8.696,3.138],[-2.02,0.79],[-0.554,-1.765],[-2.975,-3.858],[-2.391,-0.075],[-7.214,3.204],[-6.136,3.016],[-0.657,3.603],[-0.765,4.048],[0,-0.001],[0,0],[-1.436,-10.761],[-10.373,1.337],[0,0],[0,0],[-0.742,0.903],[-1.161,-2.018],[-5.006,-5.641],[-8.592,-0.268],[-3.302,-1.676],[-8.176,-0.256],[-1.087,-0.275],[-1.775,-0.055],[-6.445,1.999],[-7.329,2.344],[0,0],[3.04,21.322],[1.48,7.228],[1.78,0.056],[5.683,-1.785],[3.616,-1.078],[1.889,0.891],[1.492,0.047],[5.069,-1.344],[5.466,-1.297],[4.199,2.433],[7.932,0.247],[2.526,1.396],[3.451,0.976],[15.153,0.473],[0.919,2.006],[5.279,6.955],[5.891,0.184],[4.701,4.642],[5.926,0.185],[4.849,5.051],[4.377,0.986],[3.404,0.106],[2.071,2.329],[5.972,1.509],[1.227,0.348],[6.401,0.2],[0,0],[4.391,-10.749],[3.309,-3.542],[0.243,0.166],[2.938,3.138],[2.252,0.071],[3.984,-1.735],[5.024,-1.992],[0.886,-5.62]],"v":[[195.663,5.367],[166.014,-8.105],[162.626,-8.022],[154.848,-13.525],[139.548,-18.299],[135.609,-18.936],[125.955,-15.862],[124.698,-17.355],[101.48,-28.061],[77.431,-21.255],[91.985,-65.87],[90.113,-79.941],[77.278,-86.949],[71.277,-85.993],[49.608,-77.885],[44.292,-74.46],[41.703,-79.415],[29.377,-85.725],[22.382,-84.355],[5.24,-76.376],[-6.521,-60.805],[-10.379,-40.249],[-12.594,-28.514],[-12.595,-28.516],[-33.167,-64.316],[-55.615,-81.225],[-73.177,-60.958],[-73.181,-60.958],[-83.243,-22.688],[-85.399,-19.915],[-89.027,-24.973],[-108.271,-34.079],[-132.391,-23.484],[-143.172,-26.21],[-165.218,-18.323],[-168.591,-18.796],[-173.829,-18.084],[-190.313,-12.877],[-201.267,4.222],[-201.244,4.393],[-189.001,74.288],[-173.876,86.958],[-168.642,86.239],[-154.516,81.906],[-146.008,75.53],[-139.835,77.01],[-135.419,76.505],[-123.15,73.417],[-112.016,62.988],[-98.494,66.827],[-75.772,59.345],[-67.7,62.652],[-57.274,64.285],[-19.82,45.762],[-16.458,51.392],[6.068,62.78],[23.602,58.746],[42.209,66.297],[60.853,62.272],[79.563,72.493],[91.751,74.137],[101.608,73.453],[109.479,78.238],[124.281,82.207],[128.048,82.792],[142.837,73.418],[142.971,73.102],[156.48,36.399],[162.572,31.573],[163.771,32.649],[174.998,37.793],[181.586,36.534],[191.974,32.208],[201.362,20.372]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0,0.000775833749,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[201.921,136.213],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":106,"st":2,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"z12 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":65,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":73,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":80,"s":[100],"e":[0]},{"t":105}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":3,"s":[50],"e":[90]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":59,"s":[90],"e":[0]},{"t":73}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":3,"s":[762.092,506.651,0],"e":[940.092,394.651,0],"to":[29.6666660308838,-18.6666660308838,0],"ti":[-29.6666660308838,18.6666660308838,0]},{"t":73}],"ix":2},"a":{"a":0,"k":[174.8,62.5,0],"ix":1},"s":{"a":0,"k":[242.635,242.635,100],"ix":6}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-2.43,-2.167],[-0.556,-1.932],[1.079,-2.878],[1.434,-1.023],[2.839,0.24],[1.184,1.152],[0.418,2.878],[-0.96,1.585],[-2.839,1.389],[-2.036,-0.32]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.216690736658,0.493324878169,0.721504001991,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[175.081,62.622],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":2,"op":106,"st":2,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"z11 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":51,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":73,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":80,"s":[100],"e":[0]},{"t":105}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":3,"s":[50],"e":[-193]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":4,"s":[-193],"e":[0]},{"t":73}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":3,"s":[793.342,476.526,0],"e":[971.342,364.526,0],"to":[29.6666660308838,-18.6666660308838,0],"ti":[-29.6666660308838,18.6666660308838,0]},{"t":73}],"ix":2},"a":{"a":0,"k":[188,50,0],"ix":1},"s":{"a":0,"k":[242.635,242.635,100],"ix":6}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-0.381,-6.403],[2.376,-3.112],[6.562,-2.16],[4.285,1.479],[4.672,5.755],[0.508,4.713],[-3.439,6.403],[-3.735,2.12],[-6.562,-1.111],[-2.581,-2.716]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.216690736658,0.493324878169,0.721504001991,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[187.836,49.762],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":2,"op":106,"st":2,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"z10 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":37,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":73,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":80,"s":[100],"e":[0]},{"t":105}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":38,"s":[546],"e":[456]},{"t":73}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":3,"s":[806.842,442.526,0],"e":[984.842,330.526,0],"to":[29.6666660308838,-18.6666660308838,0],"ti":[-29.6666660308838,18.6666660308838,0]},{"t":73}],"ix":2},"a":{"a":0,"k":[193.5,36,0],"ix":1},"s":{"a":0,"k":[242.635,242.635,100],"ix":6}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-2.43,-2.167],[-0.556,-1.932],[1.079,-2.878],[1.434,-1.022],[2.839,0.241],[1.184,1.152],[0.418,2.878],[-0.96,1.585],[-2.839,1.389],[-2.036,-0.32]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.216690736658,0.493324878169,0.721504001991,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[193.542,36.08],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":2,"op":106,"st":2,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"z9 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":29,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":73,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":80,"s":[100],"e":[0]},{"t":105}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":3,"s":[50],"e":[-108]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":4,"s":[-108],"e":[0]},{"t":73}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":3,"s":[859.342,459.526,0],"e":[1037.342,347.526,0],"to":[29.6666660308838,-18.6666660308838,0],"ti":[-29.6666660308838,18.6666660308838,0]},{"t":73}],"ix":2},"a":{"a":0,"k":[215,43,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":31,"s":[177.635,177.635,100],"e":[242.635,242.635,100]},{"t":73}],"ix":6}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-1.546,-6.947],[2.083,-4.236],[6.613,-4.27],[5.156,0.019],[6.589,4.316],[2.059,4.256],[-1.585,6.947],[-2.927,2.62],[-6.613,-0.014],[-2.912,-2.628]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.216690736658,0.493324878169,0.721504001991,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[214.569,43.064],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":2,"op":106,"st":2,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"z8 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":31,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":73,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":80,"s":[100],"e":[0]},{"t":105}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":3,"s":[50],"e":[-150]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":4,"s":[-150],"e":[0]},{"t":73}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":3,"s":[870.342,413.526,0],"e":[1048.342,301.526,0],"to":[29.6666660308838,-18.6666660308838,0],"ti":[-29.6666660308838,18.6666660308838,0]},{"t":73}],"ix":2},"a":{"a":0,"k":[219.5,24,0],"ix":1},"s":{"a":0,"k":[242.635,242.635,100],"ix":6}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-1.493,-4.204],[0.871,-2.79],[3.61,-3.092],[2.994,-0.407],[4.128,2.105],[1.384,2.349],[-0.654,4.204],[-1.735,1.669],[-4.128,0.304],[-2.051,-1.507]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.216690736658,0.493324878169,0.721504001991,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[219.298,24.292],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":2,"op":106,"st":2,"bm":0},{"ddd":0,"ind":10,"ty":5,"nm":"world of fun","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":92,"s":[0],"e":[-3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":95,"s":[-3],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":99,"s":[4],"e":[0]},{"t":103}],"ix":10},"p":{"a":0,"k":[990,785,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[64.627,53.342,100],"ix":6}},"ao":0,"t":{"d":{"k":[{"s":{"s":91,"f":"CenturyGothic-Bold","t":"world of fun","j":2,"tr":20,"lh":109.2,"ls":0,"fc":[0.22,0.49,0.72]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":106,"st":-29,"bm":0},{"ddd":0,"ind":11,"ty":1,"nm":"White Solid 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[960,540,0],"ix":2},"a":{"a":0,"k":[960,540,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"sw":1920,"sh":1080,"sc":"#ffffff","ip":0,"op":106,"st":-49,"bm":0}],"chars":[{"ch":"w","size":91,"style":"Bold","w":79.98,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[19.995,0],[28.345,0],[40.015,-30.273],[51.343,0],[59.79,0],[79.175,-53.125],[66.042,-53.125],[55.347,-23.242],[44.06,-53.125],[36.079,-53.125],[24.585,-22.9],[13.902,-53.125],[0.854,-53.125]],"c":true},"ix":2},"nm":"w","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"w","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Century Gothic"},{"ch":"o","size":91,"style":"Bold","w":64.01,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.338,-4.817],[0,-8.301],[-5.388,-5.42],[-7.617,0],[-4.297,2.457],[-2.49,4.362],[0,5.013],[2.473,4.297],[4.411,2.507],[5.013,0]],"o":[[-6.087,5.534],[0,7.748],[5.387,5.42],[5.176,0],[4.297,-2.457],[2.49,-4.362],[0,-4.98],[-2.474,-4.297],[-4.411,-2.506],[-6.934,0]],"v":[[13.281,-47.266],[4.15,-26.514],[12.231,-6.763],[31.738,1.367],[45.947,-2.319],[56.128,-12.549],[59.863,-26.611],[56.152,-40.527],[45.825,-50.732],[31.689,-54.492]],"c":true},"ix":2},"nm":"o","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-2.723,-2.848],[0,-4.557],[2.771,-2.897],[4.173,0],[2.722,2.865],[0,4.623],[-2.756,2.881],[-4.141,0]],"o":[[2.722,2.849],[0,4.558],[-2.772,2.898],[-4.174,0],[-2.723,-2.864],[0,-4.492],[2.755,-2.881],[4.239,0]],"v":[[42.352,-37.671],[46.436,-26.563],[42.278,-15.381],[31.86,-11.035],[21.516,-15.332],[17.432,-26.563],[21.564,-37.622],[31.909,-41.943]],"c":true},"ix":2},"nm":"o","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"o","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Century Gothic"},{"ch":"r","size":91,"style":"Bold","w":31.98,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[-1.416,2.539],[-2.051,0],[-1.563,-0.781],[0,0],[1.725,0],[2.051,-1.367],[1.237,-2.637],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,-7.422],[1.416,-2.539],[1.009,0],[0,0],[-1.888,-0.911],[-2.441,0],[-2.051,1.367],[0,0],[0,0],[0,0]],"v":[[3.613,0],[16.846,0],[16.846,-21.484],[16.797,-24.072],[18.921,-39.014],[24.121,-42.822],[27.979,-41.65],[32.129,-53.125],[26.709,-54.492],[19.971,-52.441],[15.039,-46.436],[15.039,-53.125],[3.613,-53.125]],"c":true},"ix":2},"nm":"r","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"r","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Century Gothic"},{"ch":"l","size":91,"style":"Bold","w":23.97,"data":{"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":[[5.273,0],[18.604,0],[18.604,-73.633],[5.273,-73.633]],"c":true},"ix":2},"nm":"l","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"l","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Century Gothic"},{"ch":"d","size":91,"style":"Bold","w":66.02,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[2.796,1.205],[3.186,0],[4.845,-5.241],[0,-8.203],[-5.007,-5.322],[-6.86,0],[-2.618,1.09],[-2.602,2.474],[0,0],[0,0],[0,0],[0,0]],"o":[[-2.374,-2.409],[-2.796,-1.204],[-6.926,0],[-4.845,5.241],[0,7.91],[5.007,5.322],[3.056,0],[2.617,-1.09],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[45.947,-47.266],[38.192,-52.686],[29.219,-54.492],[11.564,-46.631],[4.297,-26.465],[11.807,-6.616],[29.609,1.367],[38.12,-0.269],[45.947,-5.615],[45.947,0],[59.277,0],[59.277,-73.633],[45.947,-73.633]],"c":true},"ix":2},"nm":"d","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-2.757,-2.864],[0,-4.622],[2.757,-2.913],[4.185,0],[2.774,2.962],[0,4.59],[-2.725,2.914],[-4.121,0]],"o":[[2.757,2.865],[0,4.72],[-2.757,2.914],[-4.056,0],[-2.774,-2.962],[0,-4.557],[2.725,-2.913],[4.218,0]],"v":[[42.397,-37.891],[46.533,-26.66],[42.397,-15.21],[31.982,-10.84],[21.738,-15.283],[17.578,-26.611],[21.666,-37.817],[31.934,-42.188]],"c":true},"ix":2},"nm":"d","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"d","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Century Gothic"},{"ch":" ","size":91,"style":"Bold","w":27.98,"data":{},"fFamily":"Century Gothic"},{"ch":"f","size":91,"style":"Bold","w":27.98,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.521,0.488],[-1.563,0],[-1.921,-0.553],[0,0],[2.766,0],[2.1,-1.709],[0.358,-2.93],[0.032,-6.966],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-1.53],[0.716,-0.651],[1.237,0],[0,0],[-3.484,-1.27],[-3.841,0],[-2.1,1.709],[-0.195,1.27],[0,0],[0,0]],"v":[[0.391,-41.846],[5.127,-41.846],[5.127,0],[18.457,0],[18.457,-41.846],[26.904,-41.846],[26.904,-53.125],[18.457,-53.125],[18.506,-59.766],[19.287,-62.793],[22.705,-63.77],[27.441,-62.939],[27.441,-73.096],[18.066,-75],[9.155,-72.437],[5.469,-65.479],[5.127,-53.125],[0.391,-53.125]],"c":true},"ix":2},"nm":"f","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"f","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Century Gothic"},{"ch":"u","size":91,"style":"Bold","w":60.01,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.042,-3.223],[-3.597,-2.604],[-5.827,0],[-3.484,2.229],[-1.791,4.167],[0,9.277],[0,0],[0,0],[0,0],[0.555,-1.53],[1.55,-1.057],[2.219,0],[1.517,1.074],[0.685,1.937],[0,4.98],[0,0],[0,0]],"o":[[0,8.496],[1.465,4.655],[3.596,2.604],[5.371,0],[3.483,-2.229],[1.465,-3.418],[0,0],[0,0],[0,0],[0,5.013],[-0.751,2.051],[-1.55,1.058],[-2.219,0],[-1.517,-1.074],[-0.685,-1.936],[0,0],[0,0],[0,0]],"v":[[6.689,-31.006],[8.252,-13.428],[15.845,-2.539],[29.98,1.367],[43.262,-1.978],[51.172,-11.572],[53.369,-30.615],[53.369,-53.125],[40.039,-53.125],[40.039,-27.1],[39.207,-17.285],[35.756,-12.622],[30.103,-11.035],[24.498,-12.646],[21.194,-17.163],[20.166,-27.539],[20.166,-53.125],[6.689,-53.125]],"c":true},"ix":2},"nm":"u","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"u","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Century Gothic"},{"ch":"n","size":91,"style":"Bold","w":60.01,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-0.39,1.659],[-1.933,1.805],[-2.695,0],[-1.413,-1.089],[-0.568,-2.081],[0,-6.34],[0,0],[0,0],[0,0],[3.088,3.125],[5.266,0],[2.454,-0.996],[3.023,-2.548],[0,0],[0,0]],"o":[[0,0],[0,0],[0,-5.527],[0.747,-3.186],[1.932,-1.804],[2.078,0],[1.413,1.089],[0.568,2.081],[0,0],[0,0],[0,0],[0,-6.12],[-3.674,-3.678],[-2.568,0],[-2.454,0.996],[0,0],[0,0],[0,0]],"v":[[6.738,0],[20.068,0],[20.068,-21.313],[20.653,-32.092],[24.672,-39.578],[31.613,-42.285],[36.849,-40.651],[39.821,-35.896],[40.674,-23.264],[40.674,0],[53.857,0],[53.857,-35.107],[49.226,-48.975],[35.817,-54.492],[28.284,-52.998],[20.068,-47.681],[20.068,-53.125],[6.738,-53.125]],"c":true},"ix":2},"nm":"n","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"n","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Century Gothic"}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/atm_link.json b/ohos/flutter_lottie/assets/lottiefiles/atm_link.json new file mode 100644 index 0000000000000000000000000000000000000000..52516f5acdae9585ee938f1fa66879a046203690 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/atm_link.json @@ -0,0 +1 @@ +{"v":"4.5.9","fr":25,"ip":0,"op":75,"w":500,"h":500,"ddd":0,"assets":[{"id":"comp_27","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Layer 36 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[326.292,347.618,0]},"a":{"a":0,"k":[40.626,27.729,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":12,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.25,0.25],[0.168,0.459],[80.921,0.459],[81.003,0.25]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.25,0.25],[0.25,55.209],[81.003,55.209],[81.003,0.25]],"c":true}]},{"t":27}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,1.312],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[1.301,0],[0,0],[0,0],[0,0]],"v":[[0.007,0],[-4.372,0],[-4.372,4.379],[2.196,4.379],[4.372,2.189],[4.372,-4.379],[0.007,-4.379]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[55.585,42.692],"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-1.314,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,1.312],[0,0],[0,0],[0,0],[0,0]],"v":[[-0.007,-4.379],[-4.372,-4.379],[-4.372,2.19],[-2.183,4.379],[4.372,4.379],[4.372,0.001],[-0.007,0.001]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[25.668,42.692],"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":"Group 2","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-4.397,0],[0,0],[0,4.397],[0,0],[0,0]],"o":[[0,4.397],[0,0],[4.398,0],[0,0],[0,0],[0,0]],"v":[[-11.192,-22.568],[-3.218,-14.592],[3.217,-14.592],[11.192,-22.568],[11.192,-24.089],[-11.192,-24.089]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[6.278,0],[0,0],[0,6.267],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,6.267],[0,0],[-6.267,0],[0,0],[0,0],[0,0]],"v":[[-24.08,24.07],[24.079,24.07],[24.079,-24.089],[14.602,-24.089],[14.602,-22.568],[3.217,-11.202],[-3.218,-11.202],[-14.583,-22.568],[-14.583,-24.089],[-24.08,-24.089]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,1.1],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.1,0]],"o":[[-1.099,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,1.1],[0,0]],"v":[[-25.785,27.479],[-27.49,25.774],[-27.49,-24.089],[-40.377,-24.089],[-40.377,-27.479],[40.377,-27.479],[40.377,-24.089],[27.489,-24.089],[27.489,25.774],[25.785,27.479]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[40.626,27.73],"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":"Group 3","np":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[25.167,25.167],[-25.167,25.167],[-25.167,-25.167],[25.167,-25.167]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[40.627,28.729],"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":"Group 4","np":2,"mn":"ADBE Vector Group"}],"ip":12,"op":72,"st":-3,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Layer 37 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.315,"y":1},"o":{"x":0.333,"y":0},"n":"0p315_1_0p333_0","t":4,"s":[352.083,179.79,0],"e":[352.083,131.79,0],"to":[0,-8,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.654,"y":0},"n":"0p667_1_0p654_0","t":11.144,"s":[352.083,131.79,0],"e":[352.083,179.79,0],"to":[0,0,0],"ti":[0,-8,0]},{"t":18.2861328125}]},"a":{"a":0,"k":[88.959,23.239,0]},"s":{"a":1,"k":[{"i":{"x":[0.315,0.315,0.667],"y":[0.315,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"n":["0p315_0p315_0p333_0p333","0p315_1_0p333_0","0p667_0p667_0p333_0p333"],"t":4,"s":[100,0,100],"e":[100,130,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.654,0.654,0.333],"y":[0.654,0,0.333]},"n":["0p667_0p667_0p654_0p654","0p667_1_0p654_0","0p667_0p667_0p333_0p333"],"t":11.144,"s":[100,130,100],"e":[100,100,100]},{"t":18.2861328125}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[1.006,0],[0,0],[0,1.006],[-1.006,0],[0,0],[0,-1.006]],"o":[[0,0],[-1.006,0],[0,-1.006],[0,0],[1.006,0],[0,1.006]],"v":[[28.872,1.829],[-28.871,1.829],[-30.701,0],[-28.871,-1.829],[28.872,-1.829],[30.701,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.153,0.624,0.937,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[146.968,20.478],"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[1.006,0],[0,0],[0,1.006],[-1.006,0],[0,0],[0,-1.006]],"o":[[0,0],[-1.006,0],[0,-1.006],[0,0],[1.006,0],[0,1.006]],"v":[[28.872,1.829],[-28.871,1.829],[-30.701,0],[-28.871,-1.829],[28.872,-1.829],[30.701,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.153,0.624,0.937,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[30.95,20.478],"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":"Group 2","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-9.865,11.494],[-9.865,-11.494],[-1.524,-11.494],[-0.021,-0.105],[1.524,-11.494],[9.865,-11.494],[9.865,11.494],[4.754,11.494],[4.754,-6.368],[1.734,11.494],[-1.72,11.494],[-4.683,-6.368],[-4.739,11.494]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.153,0.624,0.937,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[102.568,11.744],"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":"Group 3","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-6.073,-7.057],[-6.073,-11.494],[6.073,-11.494],[6.073,-7.057],[2.647,-7.057],[2.647,11.494],[-2.647,11.494],[-2.647,-7.057]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.153,0.624,0.937,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[85,11.745],"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":"Group 4","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-1.404,3.321],[1.236,3.321],[0,-7.927]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.794,11.494],[-3.539,-11.494],[3.483,-11.494],[7.794,11.494],[2.247,11.494],[1.756,7.408],[-1.952,7.408],[-2.499,11.494]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.153,0.624,0.937,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[73.267,11.745],"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":"Group 5","np":4,"mn":"ADBE Vector Group"}],"ip":4,"op":79,"st":4,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 35 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.315,"y":1},"o":{"x":0.333,"y":0},"n":"0p315_1_0p333_0","t":2,"s":[352.077,299.983,0],"e":[352.077,280.983,0],"to":[0,-3.16666674613953,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.654,"y":0},"n":"0p667_1_0p654_0","t":9.143,"s":[352.077,280.983,0],"e":[352.077,299.983,0],"to":[0,0,0],"ti":[0,-3.16666674613953,0]},{"t":16.28515625}]},"a":{"a":0,"k":[88.959,115.46,0]},"s":{"a":1,"k":[{"i":{"x":[0.315,0.315,0.667],"y":[0.315,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"n":["0p315_0p315_0p333_0p333","0p315_1_0p333_0","0p667_0p667_0p333_0p333"],"t":2,"s":[100,0,100],"e":[100,126,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.654,0.654,0.333],"y":[0.654,0,0.333]},"n":["0p667_0p667_0p654_0p654","0p667_1_0p654_0","0p667_0p667_0p333_0p333"],"t":9.143,"s":[100,126,100],"e":[100,100,100]},{"t":16.28515625}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.087,0],[0,0],[0,-1.099],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,-1.099],[0,0],[-1.086,0],[0,0],[0,0],[0,0]],"v":[[-85.319,-54.195],[85.319,-54.195],[85.319,57.605],[88.709,57.605],[88.709,-55.9],[87.023,-57.605],[-87.024,-57.605],[-88.709,-55.9],[-88.709,57.605],[-85.319,57.605]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.153,0.624,0.937,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[88.959,57.855],"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-3.871,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,3.872],[0,0],[3.872,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[3.872,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-3.855],[0,0],[-3.871,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[3.872,0],[0,0],[0,-3.872],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-3.855],[0,0],[0,0],[0,0],[0,0],[0,0],[-3.871,0],[0,0],[0,3.871],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,3.872]],"v":[[-6.454,16.114],[-3.227,16.114],[-3.227,19.341],[3.227,19.341],[3.227,16.114],[6.433,16.114],[12.887,9.66],[12.887,3.227],[6.433,-3.227],[-6.454,-3.227],[-6.454,-9.681],[6.433,-9.681],[6.433,-6.454],[12.887,-6.454],[12.887,-9.681],[6.433,-16.114],[3.227,-16.114],[3.227,-19.341],[-3.227,-19.341],[-3.227,-16.114],[-6.454,-16.114],[-12.887,-9.681],[-12.887,-3.227],[-6.454,3.227],[6.433,3.227],[6.433,9.66],[-6.454,9.66],[-6.454,6.433],[-12.887,6.433],[-12.887,9.66]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[43.844,50.297],"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":"Group 2","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-4.838,-3.227],[4.838,-3.227],[4.838,3.227],[-4.838,3.227]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[87.343,63.185],"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":"Group 3","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-4.838,-3.227],[4.838,-3.227],[4.838,3.227],[-4.838,3.227]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[87.343,50.297],"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":"Group 4","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-4.838,-3.219],[4.838,-3.219],[4.838,3.219],[-4.838,3.219]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[87.343,37.402],"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":"Group 5","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-3.219,-3.219],[3.219,-3.219],[3.219,3.219],[-3.219,3.219]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[159.861,69.63],"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":"Group 6","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-3.219,-3.219],[3.219,-3.219],[3.219,3.219],[-3.219,3.219]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[146.973,69.63],"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":"Group 7","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-3.227,-3.219],[3.227,-3.219],[3.227,3.219],[-3.227,3.219]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[134.074,69.63],"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":"Group 8","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-3.227,-3.219],[3.227,-3.219],[3.227,3.219],[-3.227,3.219]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[121.187,69.63],"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":"Group 9","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-3.219,-3.219],[3.219,-3.219],[3.219,3.219],[-3.219,3.219]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[159.861,56.743],"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":"Group 10","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-3.219,-3.219],[3.219,-3.219],[3.219,3.219],[-3.219,3.219]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[146.973,56.743],"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":"Group 11","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-3.227,-3.219],[3.227,-3.219],[3.227,3.219],[-3.227,3.219]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[134.074,56.743],"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":"Group 12","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-3.227,-3.219],[3.227,-3.219],[3.227,3.219],[-3.227,3.219]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[121.187,56.743],"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":"Group 13","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-20.853,7.975],[20.874,7.975],[20.874,-7.976],[-20.853,-7.976]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,1.099],[0,0],[-1.099,0],[0,0],[0,-1.1],[0,0],[1.1,0]],"o":[[-1.099,0],[0,0],[0,-1.1],[0,0],[1.1,0],[0,0],[0,1.099],[0,0]],"v":[[-22.557,11.365],[-24.263,9.661],[-24.263,-9.66],[-22.557,-11.365],[22.557,-11.365],[24.263,-9.66],[24.263,9.661],[22.557,11.365]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[140.518,30.956],"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":"Group 14","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-41.817,17.626],[12.796,17.626],[12.796,-36.987],[-41.817,-36.987]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.205,17.626],[41.797,17.626],[41.797,-36.987],[16.205,-36.987]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-41.817,36.966],[41.797,36.966],[41.797,21.035],[-41.817,21.035]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ind":3,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,1.1],[0,0],[-1.099,0],[0,0],[0,-1.1],[0,0],[1.1,0]],"o":[[-1.099,0],[0,0],[0,-1.1],[0,0],[1.1,0],[0,0],[0,1.1],[0,0]],"v":[[-43.502,40.377],[-45.207,38.671],[-45.207,-38.672],[-43.502,-40.377],[43.501,-40.377],[45.207,-38.672],[45.207,38.671],[43.501,40.377]],"c":true}},"nm":"Path 4","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[58.344,59.968],"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":"Group 15","np":6,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.758,45.482],[189.092,45.482],[189.092,-56.441],[16.758,-56.441]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.153,0.624,0.937,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-13.118,65.477],"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":"Group 16","np":3,"mn":"ADBE Vector Group"}],"ip":2,"op":77,"st":2,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Layer 3 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.315,"y":1},"o":{"x":0.333,"y":0},"n":"0p315_1_0p333_0","t":0,"s":[352.076,346.096,0],"e":[352.076,323.096,0],"to":[0,-3.83333325386047,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.654,"y":0},"n":"0p667_1_0p654_0","t":7.143,"s":[352.076,323.096,0],"e":[352.076,346.096,0],"to":[0,0,0],"ti":[0,-3.83333325386047,0]},{"t":14.2861328125}]},"a":{"a":0,"k":[95.412,82.525,0]},"s":{"a":1,"k":[{"i":{"x":[0.315,0.315,0.667],"y":[0.315,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"n":["0p315_0p315_0p333_0p333","0p315_1_0p333_0","0p667_0p667_0p333_0p333"],"t":0,"s":[100,0,100],"e":[100,126,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.654,0.654,0.333],"y":[0.654,0,0.333]},"n":["0p667_0p667_0p654_0p654","0p667_1_0p654_0","0p667_0p667_0p333_0p333"],"t":7.143,"s":[100,126,100],"e":[100,100,100]},{"t":14.2861328125}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[1.1,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-1.099],[0,0],[-1.099,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,1.1],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.099,0],[0,0],[0,1.1],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.1,0],[0,0],[0,-1.099]],"v":[[93.457,-22.241],[88.709,-22.241],[88.709,-23.057],[85.319,-23.057],[85.319,-22.241],[-85.319,-22.241],[-85.319,-23.057],[-88.709,-23.057],[-88.709,-22.241],[-93.458,-22.241],[-95.162,-20.537],[-95.162,21.352],[-93.458,23.057],[-62.751,23.057],[-62.751,19.647],[-91.753,19.647],[-91.753,-18.851],[91.753,-18.851],[91.753,19.647],[11.182,19.647],[11.182,23.057],[93.457,23.057],[95.162,21.352],[95.162,-20.537]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.153,0.624,0.937,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[95.412,59.468],"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[13.657,88.978],[189.092,88.978],[189.092,57.79],[13.657,57.79]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.153,0.624,0.937,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-6.664,-13.571],"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":"Group 10","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":75,"st":0,"bm":0,"sr":1}]},{"id":"comp_28","layers":[{"ddd":0,"ind":0,"ty":3,"nm":"NULL","ks":{"o":{"a":0,"k":0},"r":{"a":1,"k":[{"i":{"x":[0.258],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p258_1_0p333_0"],"t":0,"s":[0],"e":[5]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.565],"y":[0]},"n":["0p667_1_0p565_0"],"t":10,"s":[5],"e":[0]},{"t":20}]},"p":{"a":1,"k":[{"i":{"x":0.258,"y":1},"o":{"x":0.333,"y":0},"n":"0p258_1_0p333_0","t":0,"s":[179,419,0],"e":[179,399,0],"to":[0,-3.33333325386047,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.565,"y":0},"n":"0p667_1_0p565_0","t":10,"s":[179,399,0],"e":[179,419,0],"to":[0,0,0],"ti":[0,-3.33333325386047,0]},{"t":20}]},"a":{"a":0,"k":[60,60,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"ip":0,"op":75,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Layer 2 Outlines","parent":0,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[58.906,-123.557,0]},"a":{"a":0,"k":[67.74,57.948,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.352,"y":0.349},"o":{"x":0.928,"y":0},"n":"0p352_0p349_0p928_0","t":0,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.143,116.5],[-0.001,115.896],[135.478,115.896],[135.623,116.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.001,0],[-0.001,115.896],[135.478,115.896],[135.478,0]],"c":true}]},{"t":15}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-1.773],[1.773,0],[0,1.773],[-1.773,0]],"o":[[0,1.773],[-1.773,0],[0,-1.773],[1.773,0]],"v":[[3.211,0],[0,3.211],[-3.211,0],[0,-3.211]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.325,0.325,0.322,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[91.11,90.397],"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-1.773],[1.773,0],[0,1.773],[-1.773,0]],"o":[[0,1.773],[-1.773,0],[0,-1.773],[1.773,0]],"v":[[3.211,0],[0,3.211],[-3.211,0],[0,-3.211]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.325,0.325,0.322,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[41.148,89.846],"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":"Group 2","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-15.667,-6.893],[0.851,-6.718],[0,0],[0,0],[0,0],[-3.427,7.512],[0,0],[-14.724,6.489]],"o":[[0,0],[-0.85,6.718],[0,0],[0,0],[0,0],[5.715,-12.524],[0,0],[16.293,-7.181]],"v":[[43.423,-35.033],[33.502,-23.608],[38.579,-1.299],[-22.05,11.326],[-29.815,41.114],[-42.958,0.418],[-21.998,-12.711],[-7.812,-36.501]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.325,0.325,0.322,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[43.423,41.114],"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":"Group 3","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0.006,4.758],[4.765,6.637],[7.104,-1.466],[3.809,-3.301],[0,0],[0,0]],"o":[[0,0],[-0.005,-4.759],[-4.765,-6.637],[-7.103,1.466],[-3.808,3.3],[0,0],[0,0]],"v":[[15.097,41.006],[23.062,-8.314],[18.67,-25.226],[-2.838,-40.867],[-20.375,-33.27],[-22.837,-8.572],[8.787,2.64]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.325,0.325,0.322,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[107.222,49.391],"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":"Group 4","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[13.5,0.625],[1.855,-3.092],[-1.75,5.75]],"o":[[0,0],[-1.125,1.875],[1.75,-5.75]],"v":[[-4.996,-10.571],[-5.621,9.555],[4.337,5.331]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.325,0.325,0.322,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[129.764,105.326],"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":"Group 5","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-13.5,0.625],[-1.855,-3.092],[1.75,5.75]],"o":[[0,0],[1.125,1.875],[-1.75,-5.75]],"v":[[4.996,-10.571],[5.621,9.555],[-4.337,5.331]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.325,0.325,0.322,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[6.181,105.326],"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":"Group 6","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":75,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 31 Outlines","parent":0,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[57.916,-106.401,0]},"a":{"a":0,"k":[80.376,92.257,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-1,-2.502],[-2.662,2.382],[0,0]],"o":[[0,0],[1.402,3.503],[2.662,-2.382],[0,0]],"v":[[-3.633,-12.19],[-8.117,8.686],[6.455,9.807],[4.914,-12.19]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.325,0.325,0.322,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[80.067,128.166],"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-15.412,7.846]],"o":[[0,0],[0,0]],"v":[[-11.769,-4.344],[11.769,-3.503]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.325,0.325,0.322,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[80.216,152.265],"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":"Group 2","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-8.401,-15.412]],"o":[[0,0],[0,0]],"v":[[-9.671,4.624],[9.671,7.706]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.325,0.325,0.322,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[55.338,85.778],"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":"Group 3","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-3.792],[3.791,0],[0,3.792],[-3.792,0]],"o":[[0,3.792],[-3.792,0],[0,-3.792],[3.791,0]],"v":[[6.866,0],[0.001,6.865],[-6.866,0],[0.001,-6.865]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.325,0.325,0.322,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[54.774,106.998],"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":"Group 4","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-8.401,-15.412]],"o":[[0,0],[0,0]],"v":[[-9.671,4.624],[9.671,7.706]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.325,0.325,0.322,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[105.299,86.273],"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":"Group 5","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-3.792],[3.791,0],[0,3.792],[-3.792,0]],"o":[[0,3.792],[-3.792,0],[0,-3.792],[3.791,0]],"v":[[6.866,0],[0.001,6.865],[-6.866,0],[0.001,-6.865]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.325,0.325,0.322,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[104.736,107.493],"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":"Group 6","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-1.052,15.065],[0,0]],"o":[[0,0],[1.036,-14.852],[0,0]],"v":[[-9.368,13.266],[8.331,-0.106],[-6.801,-12.997]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.325,0.325,0.322,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[143.885,122.388],"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":"Group 7","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-1.036,-14.852],[0,0]],"o":[[0,0],[1.051,15.065],[0,0]],"v":[[8.084,-12.997],[-7.048,-0.106],[8.084,13.204]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.325,0.325,0.322,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[17.91,122.388],"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":"Group 8","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[31.509,-8.578],[0,0],[-2.522,-17.093],[0,0]],"o":[[0,0],[-25.22,6.865],[0,0],[2.522,17.093],[0,0]],"v":[[50.65,-31.741],[-4.553,-38.185],[-27.952,-11.844],[-48.128,9.172],[-29.688,46.763]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.325,0.325,0.322,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[58.149,54.264],"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":"Group 9","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[3.223,13.451],[13.731,-3.642],[1.101,-1.752],[0,0]],"o":[[0,0],[-3.222,-13.45],[-13.731,3.643],[-3.84,6.111],[0,0]],"v":[[15.125,48.057],[25.669,-16.674],[-6.277,-44.415],[-25.052,-34.047],[-22.81,-8.686]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.325,0.325,0.322,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[120.82,66.658],"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":"Group 10","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-0.42,-15.972],[-11.227,-10.639],[0,0],[-0.579,-0.458],[-0.461,-0.341],[-11.141,0.84],[-14.713,11.253],[-0.435,0.358],[-0.587,0.483],[0,0],[-0.335,12.698]],"o":[[0,0],[0,0],[0,0],[0.335,12.698],[0,0],[0.587,0.483],[0.435,0.358],[14.713,11.253],[11.141,0.84],[0.461,-0.341],[0.579,-0.458],[0,0],[11.227,-10.639],[0.42,-15.972]],"v":[[48.45,-47.558],[16.421,-59.521],[-48.45,-47.558],[-54.335,2.462],[-41.1,42.74],[-41.172,42.813],[-39.425,44.22],[-38.08,45.268],[0,58.681],[38.08,45.268],[39.425,44.22],[41.172,42.813],[41.1,42.74],[54.335,2.462]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.325,0.325,0.322,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[81.59,117.492],"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":"Group 11","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-0.42,-15.972],[-11.227,-10.639],[0,0],[-0.579,-0.458],[-0.461,-0.341],[-11.141,0.84],[-14.713,11.253],[-0.435,0.358],[-0.587,0.483],[0,0],[-0.335,12.698]],"o":[[0,0],[0,0],[0,0],[0.335,12.698],[0,0],[0.587,0.483],[0.435,0.358],[14.713,11.253],[11.141,0.84],[0.461,-0.341],[0.579,-0.458],[0,0],[11.227,-10.639],[0.42,-15.972]],"v":[[48.45,-47.558],[16.421,-59.521],[-48.45,-47.558],[-54.335,2.462],[-41.1,42.74],[-41.172,42.813],[-39.425,44.22],[-38.08,45.268],[0,58.681],[38.08,45.268],[39.425,44.22],[41.172,42.813],[41.1,42.74],[54.335,2.462]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[81.59,117.492],"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":"Group 12","np":2,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.185],"y":[1]},"o":{"x":[0.684],"y":[0.555]},"n":["0p185_1_0p684_0p555"],"t":0,"s":[0],"e":[100]},{"t":20}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":13,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":75,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Layer 30 Outlines","parent":0,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[48.373,14.502,0]},"a":{"a":0,"k":[63.728,45.519,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.409,"y":0.407},"o":{"x":0.668,"y":0},"n":"0p409_0p407_0p668_0","t":0,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.102,91],[0,91.039],[127.457,91.039],[127.558,91]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,91.039],[127.457,91.039],[127.457,0]],"c":true}]},{"t":15}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[11.063,-1.014],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[7.392,-5.011],[-7.392,5.011],[7.392,4.755]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.525,0.09,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[37.67,86.028],"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-5.132],[11.117,0],[0,7.849],[-11.118,0],[-0.729,2.587]],"o":[[0,7.849],[-11.118,0],[0,-7.849],[10.095,0],[0.834,-2.955]],"v":[[20.13,-1.807],[0,11.748],[-20.13,-1.807],[-4.933,1.436],[11.4,-11.05]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.525,0.09,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[20.13,75.206],"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":"Group 2","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-2.129,13.416],[0,0],[-13.792,-8.202],[-4.29,6.927],[0,0],[0,0],[9.581,-9.559],[11.468,5.34]],"o":[[0,0],[0,0],[12.676,7.539],[5.759,-9.299],[0,0],[0,0],[-8.5,8.48],[-14.645,-6.819]],"v":[[-28.842,-17.414],[-22.215,-14.914],[-11.788,8.681],[18.883,1.912],[21.908,-14.265],[28.908,-17.414],[22.533,8.356],[-12.948,14.836]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.525,0.09,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[74.485,22.605],"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":"Group 3","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[24.25,29],[0,0],[0.75,-18],[0,0],[0,0]],"o":[[0,0],[0,0],[-0.75,18],[0,0],[0,0]],"v":[[-9.014,-43.349],[-7.538,-36.201],[-1.245,-9.254],[-1.495,43.35],[8.005,43.35]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.525,0.09,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[118.442,47.272],"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":"Group 4","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-1.582,3.967],[0,0],[0,0]],"o":[[0,0],[1.111,-2.787],[0,0],[0,0]],"v":[[-4.605,-20.342],[3.148,-33.342],[4.606,33.424],[-4.605,33.424]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.525,0.09,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[106.3,57.359],"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":"Group 5","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-10.25,-11.09],[0,0],[2.25,0.512],[5.284,5.24],[0,0],[-5.685,1.519]],"o":[[0,0],[0,0],[0,0],[0,0],[-5.061,-5.017],[0,0],[1.125,-0.301]],"v":[[5.365,-27.43],[11.25,2.748],[11.25,30.947],[0.766,24.072],[-1.947,3.073],[-11.25,-0.094],[4.25,-30.93]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.525,0.09,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[33.197,30.947],"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":"Group 6","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-17.682,10.35],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-20.647,-25.008],[20.647,-22.423],[20.647,25.008],[-20.647,25.008]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.525,0.09,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[72.721,65.775],"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":"Group 7","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":75,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Layer 29 Outlines","parent":0,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[48.876,11.855,0]},"a":{"a":0,"k":[74.789,54.398,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-10.601],[8.473,0],[0,10.601],[-8.473,0]],"o":[[0,10.601],[-8.473,0],[0,-10.601],[8.473,0]],"v":[[15.342,0.494],[0,19.689],[-15.342,0.494],[6.584,-19.689]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.325,0.325,0.322,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[25.493,65.236],"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-10.601],[8.473,0],[0,10.601],[-8.473,0]],"o":[[0,10.601],[-8.473,0],[0,-10.601],[8.473,0]],"v":[[15.342,0.494],[0,19.689],[-15.342,0.494],[6.584,-19.689]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[25.493,65.236],"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":"Group 2","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-9.041],[12.806,0],[0,9.041],[-12.807,0]],"o":[[0,9.041],[-12.807,0],[0,-9.041],[12.806,0]],"v":[[23.188,0],[0,16.37],[-23.188,0],[0,-16.37]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.325,0.325,0.322,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[30.688,84.926],"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":"Group 3","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-9.041],[12.806,0],[0,9.041],[-12.807,0]],"o":[[0,9.041],[-12.807,0],[0,-9.041],[12.806,0]],"v":[[23.188,0],[0,16.37],[-23.188,0],[0,-16.37]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[30.688,84.926],"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":"Group 4","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0.421,-21.297],[0,0]],"o":[[0,0],[-0.42,21.297],[0,0]],"v":[[-3.342,-39.35],[2.921,-10.592],[2.945,39.35]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.325,0.325,0.322,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[121.661,61.947],"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":"Group 5","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[58.79,42.813],[58.79,101.296]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.325,0.325,0.322,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 6","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[108.609,46.451],[108.609,101.297]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.325,0.325,0.322,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 7","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-15.185,-4.856],[0,0],[4.669,9.982]],"o":[[0,0],[13.846,4.428],[0,0],[0,0]],"v":[[-18.369,-13.565],[-6.938,9.137],[14.636,3.663],[17.454,-13.565]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.325,0.325,0.322,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[84.939,32.104],"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":"Group 8","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-26.429,-8.451],[0,0],[8.126,17.374]],"o":[[0,0],[24.099,7.706],[0,0],[0,0]],"v":[[-31.971,-23.609],[-12.075,15.902],[25.474,6.376],[30.378,-23.609]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.325,0.325,0.322,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[85.377,36.993],"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":"Group 9","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-1.792,-50.654],[0,0]],"o":[[0,0],[0.64,18.074],[0,0]],"v":[[-11.879,-45.66],[11.239,21.033],[10.31,45.66]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.325,0.325,0.322,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[130.198,55.637],"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":"Group 10","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[1.792,-50.654],[0,0]],"o":[[0,0],[-0.639,18.074],[0,0]],"v":[[11.879,-46.166],[-11.24,20.526],[-10.118,46.166]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.325,0.325,0.322,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[34.241,53.666],"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":"Group 11","np":2,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.371],"y":[1]},"o":{"x":[0.678],"y":[0.147]},"n":["0p371_1_0p678_0p147"],"t":0,"s":[0],"e":[100]},{"t":18}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":12,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":75,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Layer 32 Outlines","parent":0,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.209],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p209_1_0p333_0"],"t":3,"s":[0],"e":[43]},{"i":{"x":[0.345],"y":[1]},"o":{"x":[0.702],"y":[0]},"n":["0p345_1_0p702_0"],"t":13,"s":[43],"e":[10]},{"t":25}]},"p":{"a":1,"k":[{"i":{"x":0.181,"y":1},"o":{"x":0.333,"y":0},"n":"0p181_1_0p333_0","t":3,"s":[11.108,7.918,0],"e":[-5.892,7.918,0],"to":[-5.33333349227905,-5.75,0],"ti":[4.08333349227905,-3.25,0]},{"t":18}]},"a":{"a":0,"k":[51.337,38.447,0]},"s":{"a":1,"k":[{"i":{"x":[0,0,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0_1_0p333_0","0_1_0p333_0","0p667_0p667_0p333_0p333"],"t":3,"s":[0,0,100],"e":[100,100,100]},{"t":13}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0.652],[0,0],[0,0],[0,0],[-0.057,-0.126],[-0.261,0],[-0.097,0.127],[0,0.275],[0.487,0.459],[0,0],[0,0.658],[-0.344,0.382],[-0.586,0.05],[0,0],[0,0],[0,0],[-0.303,-0.396],[0,-0.689],[0,0],[0,0],[0,0],[0.062,0.128],[0.21,0],[0.106,-0.128],[0,-0.154],[-0.496,-0.424],[-0.154,-0.181],[0,-0.706],[1.282,-0.231],[0,0],[0,0],[0,0],[0.358,0.317]],"o":[[0,0],[0,0],[0,0],[0,0.297],[0.05,0.136],[0.149,0],[0.086,-0.128],[0,-0.338],[0,0],[-0.486,-0.547],[0,-0.628],[0.343,-0.372],[0,0],[0,0],[0,0],[0.634,0],[0.275,0.362],[0,0],[0,0],[0,0],[0,-0.198],[-0.086,-0.147],[-0.121,0],[-0.093,0.127],[0,0.298],[0.768,0.655],[0.499,0.6],[0,1.265],[0,0],[0,0],[0,0],[-0.524,0],[-0.382,-0.359]],"v":[[-2.338,2.305],[-2.338,1.354],[-0.581,1.354],[-0.581,2.021],[-0.498,2.656],[-0.029,2.859],[0.338,2.667],[0.468,2.063],[-0.262,0.869],[-1.62,-0.342],[-2.349,-2.148],[-1.833,-3.663],[-0.442,-4.299],[-0.442,-5.06],[0.426,-5.06],[0.426,-4.299],[1.832,-3.706],[2.245,-2.129],[2.245,-1.587],[0.488,-1.587],[0.488,-2.148],[0.395,-2.635],[-0.049,-2.857],[-0.39,-2.665],[-0.53,-2.243],[0.214,-1.163],[1.599,0.093],[2.349,2.051],[0.426,4.295],[0.426,5.06],[-0.442,5.06],[-0.442,4.295],[-1.765,3.82]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[28.654,23.446],"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[6.901,14.333],[0,0],[-9.448,0.25]],"o":[[0,0],[-0.592,-1.228],[0,0],[9.447,-0.25]],"v":[[17.857,8.218],[-1.877,-11.285],[-18.643,-1.867],[12.286,11.381]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[32.214,25.314],"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":"Group 2","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[1.033,14.667],[0,0],[-16.667,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[22.837,8.113],[2.838,-15.947],[-22.837,-0.053],[12.337,15.947]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[30.336,23.447],"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":"Group 3","np":2,"mn":"ADBE Vector Group"}],"ip":3,"op":78,"st":3,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Layer 33 Outlines","parent":0,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.209],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p209_1_0p333_0"],"t":0,"s":[0],"e":[43]},{"i":{"x":[0.377],"y":[1]},"o":{"x":[0.702],"y":[0]},"n":["0p377_1_0p702_0"],"t":10,"s":[43],"e":[10]},{"t":22}]},"p":{"a":1,"k":[{"i":{"x":0.181,"y":1},"o":{"x":0.333,"y":0},"n":"0p181_1_0p333_0","t":0,"s":[6.151,17.212,0],"e":[-10.849,17.212,0],"to":[-4.33333349227905,-6.5,0],"ti":[3.08333325386047,-3,0]},{"t":15}]},"a":{"a":0,"k":[55.288,18.629,0]},"s":{"a":1,"k":[{"i":{"x":[0,0,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0_1_0p333_0","0_1_0p333_0","0p667_0p667_0p333_0p333"],"t":0,"s":[0,0,100],"e":[100,100,100]},{"t":10}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.412,0.506],[0,0],[0,0],[0,0],[-0.124,-0.062],[-0.203,0.166],[0.006,0.16],[0.174,0.214],[0.667,0.048],[0,0],[0.416,0.51],[-0.026,0.514],[-0.422,0.409],[0,0],[0,0],[0,0],[-0.486,-0.116],[-0.435,-0.535],[0,0],[0,0],[0,0],[0.13,0.061],[0.163,-0.133],[0.003,-0.166],[-0.098,-0.119],[-0.652,-0.015],[-0.233,-0.043],[-0.446,-0.548],[0.848,-0.988],[0,0],[0,0],[0,0],[0.478,0.019]],"o":[[0,0],[0,0],[0,0],[0.187,0.229],[0.124,0.073],[0.115,-0.093],[-0.014,-0.153],[-0.213,-0.262],[0,0],[-0.722,-0.117],[-0.395,-0.487],[0.03,-0.505],[0,0],[0,0],[0,0],[0.491,-0.4],[0.442,0.107],[0,0],[0,0],[0,0],[-0.125,-0.153],[-0.159,-0.059],[-0.094,0.076],[0.009,0.158],[0.187,0.231],[1.009,0.023],[0.766,0.15],[0.798,0.981],[0,0],[0,0],[0,0],[-0.406,0.331],[-0.523,-0.037]],"v":[[-0.436,3.258],[-1.036,2.521],[0.326,1.411],[0.749,1.93],[1.214,2.369],[1.704,2.229],[1.868,1.85],[1.587,1.299],[0.268,0.835],[-1.549,0.753],[-3.257,-0.188],[-3.812,-1.689],[-3.135,-3.059],[-3.615,-3.648],[-2.941,-4.197],[-2.46,-3.607],[-0.995,-4.035],[0.32,-3.072],[0.663,-2.652],[-0.701,-1.544],[-1.055,-1.98],[-1.436,-2.299],[-1.919,-2.189],[-2.064,-1.826],[-1.904,-1.41],[-0.646,-1.042],[1.221,-0.943],[3.04,0.104],[2.964,3.057],[3.447,3.65],[2.775,4.197],[2.292,3.604],[0.965,4.072]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[24.017,22.725],"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[14.402,6.758],[0,0],[-7.169,6.158]],"o":[[0,0],[-1.233,-0.579],[0,0],[7.168,-6.159]],"v":[[16.536,-6.272],[-11.082,-8.937],[-18.137,8.951],[14.213,-0.301]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[30.379,23.292],"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":"Group 2","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[10.061,10.722],[0,0],[-12.925,10.522]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[20.288,-8.597],[-10.411,-14.629],[-20.288,13.906],[17.091,4.107]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[27.788,22.129],"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":"Group 3","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":75,"st":0,"bm":0,"sr":1}]}],"layers":[{"ddd":0,"ind":0,"ty":0,"nm":"Mayintien","refId":"comp_27","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[250,250,0]},"a":{"a":0,"k":[250,250,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":500,"h":500,"ip":15,"op":90,"st":15,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":0,"nm":"Char","refId":"comp_28","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[250,250,0]},"a":{"a":0,"k":[250,250,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":500,"h":500,"ip":7,"op":82,"st":7,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 14 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":0,"s":[535.633,285.482,0],"e":[455.633,277.482,0],"to":[-13.3333330154419,-1.33333337306976,0],"ti":[13.3333330154419,1.33333337306976,0]},{"t":30}]},"a":{"a":0,"k":[7.164,7.394,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-0.185],[0.019,-0.13],[0.041,-0.079],[0.054,-0.034],[0.062,0],[0,0],[0,0],[0.032,-0.05],[0.081,-0.037],[0.138,-0.019],[0.205,0],[0.135,0.02],[0.082,0.039],[0.038,0.051],[0,0.07],[0,0],[0,0],[0.052,0.031],[0.039,0.078],[0.023,0.13],[0,0.189],[-0.02,0.134],[-0.036,0.078],[-0.047,0.035],[-0.061,0],[0,0],[0,0],[-0.037,0.059],[-0.082,0.037],[-0.136,0.02],[-0.203,0],[-0.135,-0.02],[-0.082,-0.039],[-0.036,-0.056],[0,-0.069],[0,0],[0,0],[-0.051,-0.035],[-0.036,-0.078],[-0.022,-0.132]],"o":[[0,0.189],[-0.022,0.13],[-0.04,0.078],[-0.055,0.031],[0,0],[0,0],[0,0.07],[-0.036,0.051],[-0.082,0.039],[-0.135,0.02],[-0.203,0],[-0.136,-0.019],[-0.082,-0.037],[-0.037,-0.05],[0,0],[0,0],[-0.059,0],[-0.051,-0.034],[-0.041,-0.079],[-0.025,-0.13],[0,-0.185],[0.019,-0.132],[0.038,-0.078],[0.046,-0.035],[0,0],[0,0],[0,-0.069],[0.038,-0.056],[0.082,-0.039],[0.135,-0.02],[0.205,0],[0.138,0.02],[0.081,0.037],[0.032,0.059],[0,0],[0,0],[0.055,0],[0.052,0.035],[0.037,0.078],[0.019,0.134]],"v":[[4.664,0.006],[4.636,0.483],[4.542,0.795],[4.401,0.963],[4.227,1.013],[1.06,1.013],[1.06,4.465],[1.009,4.644],[0.835,4.776],[0.508,4.863],[0,4.894],[-0.509,4.863],[-0.835,4.776],[-1.014,4.644],[-1.069,4.465],[-1.069,1.013],[-4.228,1.013],[-4.395,0.963],[-4.532,0.795],[-4.629,0.483],[-4.664,0.006],[-4.634,-0.47],[-4.549,-0.785],[-4.42,-0.953],[-4.258,-1.004],[-1.069,-1.004],[-1.069,-4.446],[-1.014,-4.636],[-0.835,-4.777],[-0.509,-4.864],[0,-4.894],[0.508,-4.864],[0.835,-4.777],[1.009,-4.636],[1.06,-4.446],[1.06,-1.004],[4.257,-1.004],[4.415,-0.953],[4.548,-0.785],[4.636,-0.47]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[1,0.525,0.09,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[7.164,7.394],"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-0.185],[0.019,-0.13],[0.041,-0.079],[0.054,-0.034],[0.062,0],[0,0],[0,0],[0.032,-0.05],[0.081,-0.037],[0.138,-0.019],[0.205,0],[0.135,0.02],[0.082,0.039],[0.038,0.051],[0,0.07],[0,0],[0,0],[0.052,0.031],[0.039,0.078],[0.023,0.13],[0,0.189],[-0.02,0.134],[-0.036,0.078],[-0.047,0.035],[-0.061,0],[0,0],[0,0],[-0.037,0.059],[-0.082,0.037],[-0.136,0.02],[-0.203,0],[-0.135,-0.02],[-0.082,-0.039],[-0.036,-0.056],[0,-0.069],[0,0],[0,0],[-0.051,-0.035],[-0.036,-0.078],[-0.022,-0.132]],"o":[[0,0.189],[-0.022,0.13],[-0.04,0.078],[-0.055,0.031],[0,0],[0,0],[0,0.07],[-0.036,0.051],[-0.082,0.039],[-0.135,0.02],[-0.203,0],[-0.136,-0.019],[-0.082,-0.037],[-0.037,-0.05],[0,0],[0,0],[-0.059,0],[-0.051,-0.034],[-0.041,-0.079],[-0.025,-0.13],[0,-0.185],[0.019,-0.132],[0.038,-0.078],[0.046,-0.035],[0,0],[0,0],[0,-0.069],[0.038,-0.056],[0.082,-0.039],[0.135,-0.02],[0.205,0],[0.138,0.02],[0.081,0.037],[0.032,0.059],[0,0],[0,0],[0.055,0],[0.052,0.035],[0.037,0.078],[0.019,0.134]],"v":[[4.664,0.006],[4.636,0.483],[4.542,0.795],[4.401,0.963],[4.227,1.013],[1.06,1.013],[1.06,4.465],[1.009,4.644],[0.835,4.776],[0.508,4.863],[0,4.894],[-0.509,4.863],[-0.835,4.776],[-1.014,4.644],[-1.069,4.465],[-1.069,1.013],[-4.228,1.013],[-4.395,0.963],[-4.532,0.795],[-4.629,0.483],[-4.664,0.006],[-4.634,-0.47],[-4.549,-0.785],[-4.42,-0.953],[-4.258,-1.004],[-1.069,-1.004],[-1.069,-4.446],[-1.014,-4.636],[-0.835,-4.777],[-0.509,-4.864],[0,-4.894],[0.508,-4.864],[0.835,-4.777],[1.009,-4.636],[1.06,-4.446],[1.06,-1.004],[4.257,-1.004],[4.415,-0.953],[4.548,-0.785],[4.636,-0.47]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.525,0.09,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[7.164,7.394],"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":"Group 2","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":75,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Layer 4 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":0,"s":[-43.512,320.139,0],"e":[69.488,320.139,0],"to":[18.8333339691162,0,0],"ti":[-18.8333339691162,0,0]},{"t":30}]},"a":{"a":0,"k":[7.422,7.783,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[3.98,-0.001],[-3.98,-4.34],[-3.98,4.34],[3.98,-0.001],[-3.98,-4.34],[-3.98,4.34]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[1,0.271,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1.377},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,0.271,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[7.422,7.783],"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":"Group 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":75,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Layer 5 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":0,"s":[536.009,376.11,0],"e":[386.009,376.11,0],"to":[-25,0,0],"ti":[25,0,0]},{"t":30}]},"a":{"a":0,"k":[9.361,9.816,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[5.019,-0.001],[-5.019,-5.473],[-5.019,5.473],[5.019,-0.001],[-5.019,-5.473],[-5.019,5.473]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[1,0.271,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1.737},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,0.271,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[9.361,9.816],"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":"Group 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":75,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Layer 6 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":0,"s":[-64.371,150.181,0],"e":[75.629,150.181,0],"to":[23.3333339691162,0,0],"ti":[-23.3333339691162,0,0]},{"t":30}]},"a":{"a":0,"k":[26.863,16.416,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-2.107,0.515],[0,1.355],[-5.967,0],[-1.372,-4.39],[-2.376,0],[0,-3.895],[0.39,-0.876],[0,0],[0,-2.664],[2.662,0],[0,0],[0,2.658]],"o":[[-0.457,-1.196],[0,-5.968],[4.84,0],[1.279,-1.802],[3.898,0],[0,1.018],[0,0],[2.662,0],[0,2.658],[0,0],[-2.661,0],[0,-2.266]],"v":[[-18.85,2.574],[-19.558,-1.271],[-8.754,-12.074],[1.554,-4.5],[7.309,-7.478],[14.363,-0.425],[13.756,2.435],[17.7,2.435],[22.52,7.256],[17.7,12.074],[-17.702,12.074],[-22.52,7.256]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.153,0.624,0.937,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1.737},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[26.863,16.417],"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-2.107,0.515],[0,1.355],[-5.967,0],[-1.372,-4.39],[-2.376,0],[0,-3.895],[0.39,-0.876],[0,0],[0,-2.664],[2.662,0],[0,0],[0,2.658]],"o":[[-0.457,-1.196],[0,-5.968],[4.84,0],[1.279,-1.802],[3.898,0],[0,1.018],[0,0],[2.662,0],[0,2.658],[0,0],[-2.661,0],[0,-2.266]],"v":[[-18.85,2.574],[-19.558,-1.271],[-8.754,-12.074],[1.554,-4.5],[7.309,-7.478],[14.363,-0.425],[13.756,2.435],[17.7,2.435],[22.52,7.256],[17.7,12.074],[-17.702,12.074],[-22.52,7.256]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[26.863,16.417],"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":"Group 2","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":75,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Layer 7 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":0,"s":[547.898,353.786,0],"e":[427.898,353.786,0],"to":[-20,0,0],"ti":[20,0,0]},{"t":30}]},"a":{"a":0,"k":[30.687,4.692,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[18.543,-0.522],[-18.543,-0.522],[-18.543,0.522],[18.543,0.522]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.153,0.624,0.937,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.153,0.624,0.937,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[21.043,3.022],"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":"Group 1","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[28.187,-0.522],[-28.187,-0.522],[-28.187,0.522],[28.187,0.522]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.153,0.624,0.937,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.153,0.624,0.937,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[30.687,6.361],"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":"Group 2","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":75,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Layer 8 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":0,"s":[-60.91,121.593,0],"e":[122.09,121.593,0],"to":[30.5,0,0],"ti":[-30.5,0,0]},{"t":30}]},"a":{"a":0,"k":[39.962,3.057,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.371,0.557],[-1.371,0.557],[-1.371,-0.557],[1.371,-0.557]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0.824,0.737,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0,0.824,0.737,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[76.052,3.057],"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":"Group 1","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[14.619,0.557],[-14.619,0.557],[-14.619,-0.557],[14.619,-0.557]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0.824,0.737,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0,0.824,0.737,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[54.582,3.057],"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":"Group 2","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[14.62,0.557],[-14.62,0.557],[-14.62,-0.557],[14.62,-0.557]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0.824,0.737,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0,0.824,0.737,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[17.119,3.057],"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":"Group 3","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":75,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Layer 9 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":0,"s":[532.544,111.112,0],"e":[287.544,111.112,0],"to":[-40.8333320617676,0,0],"ti":[40.8333320617676,0,0]},{"t":30}]},"a":{"a":0,"k":[30.873,18.567,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-2.482,0.607],[0,1.595],[-7.03,0],[-1.616,-5.173],[-2.799,0],[0,-4.587],[0.459,-1.032],[0,0],[0,-3.138],[3.136,0],[0,0],[0,3.132]],"o":[[-0.538,-1.409],[0,-7.031],[5.702,0],[1.505,-2.123],[4.591,0],[0,1.2],[0,0],[3.136,0],[0,3.132],[0,0],[-3.135,0],[0,-2.669]],"v":[[-22.207,3.031],[-23.041,-1.498],[-10.313,-14.225],[1.831,-5.301],[8.611,-8.811],[16.921,-0.503],[16.206,2.868],[20.853,2.868],[26.531,8.548],[20.853,14.225],[-20.854,14.225],[-26.531,8.548]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.153,0.624,0.937,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1.737},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[30.873,18.567],"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-2.482,0.607],[0,1.595],[-7.03,0],[-1.616,-5.173],[-2.799,0],[0,-4.587],[0.459,-1.032],[0,0],[0,-3.138],[3.136,0],[0,0],[0,3.132]],"o":[[-0.538,-1.409],[0,-7.031],[5.702,0],[1.505,-2.123],[4.591,0],[0,1.2],[0,0],[3.136,0],[0,3.132],[0,0],[-3.135,0],[0,-2.669]],"v":[[-22.207,3.031],[-23.041,-1.498],[-10.313,-14.225],[1.831,-5.301],[8.611,-8.811],[16.921,-0.503],[16.206,2.868],[20.853,2.868],[26.531,8.548],[20.853,14.225],[-20.854,14.225],[-26.531,8.548]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[30.873,18.567],"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":"Group 2","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":75,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Layer 10 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":0,"s":[535.861,141.984,0],"e":[424.861,141.984,0],"to":[-18.5,0,0],"ti":[18.5,0,0]},{"t":30}]},"a":{"a":0,"k":[31.816,18.519,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-2.564,0.603],[0,1.584],[-7.266,0],[-1.67,-5.135],[-2.893,0],[0,-4.554],[0.475,-1.025],[0,0],[0,-3.115],[3.24,0],[0,0],[0,3.109]],"o":[[-0.555,-1.398],[0,-6.98],[5.892,0],[1.557,-2.107],[4.744,0],[0,1.191],[0,0],[3.24,0],[0,3.109],[0,0],[-3.239,0],[0,-2.65]],"v":[[-22.95,3.01],[-23.812,-1.486],[-10.657,-14.121],[1.891,-5.263],[8.899,-8.745],[17.488,-0.498],[16.748,2.849],[21.55,2.849],[27.419,8.486],[21.55,14.121],[-21.553,14.121],[-27.419,8.486]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.153,0.624,0.937,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1.759},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[31.816,18.519],"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-2.564,0.603],[0,1.584],[-7.266,0],[-1.67,-5.135],[-2.893,0],[0,-4.554],[0.475,-1.025],[0,0],[0,-3.115],[3.24,0],[0,0],[0,3.109]],"o":[[-0.555,-1.398],[0,-6.98],[5.892,0],[1.557,-2.107],[4.744,0],[0,1.191],[0,0],[3.24,0],[0,3.109],[0,0],[-3.239,0],[0,-2.65]],"v":[[-22.95,3.01],[-23.812,-1.486],[-10.657,-14.121],[1.891,-5.263],[8.899,-8.745],[17.488,-0.498],[16.748,2.849],[21.55,2.849],[27.419,8.486],[21.55,14.121],[-21.553,14.121],[-27.419,8.486]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[31.816,18.519],"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":"Group 2","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":75,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"Layer 11 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":0,"s":[527.53,168.294,0],"e":[232.53,168.294,0],"to":[-49.1666679382324,0,0],"ti":[49.1666679382324,0,0]},{"t":30}]},"a":{"a":0,"k":[16.62,7.919,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.34,-0.226],[0,0],[0.127,-0.174],[-0.008,-0.164],[-0.098,-0.146],[-0.197,-0.03],[0,0],[-0.241,0.331],[0.333,0.24],[0,0],[0,0],[0.226,0.342]],"o":[[0,0],[-0.199,0.024],[-0.104,0.142],[-0.015,0.162],[0.119,0.181],[0,0],[0.33,0.242],[0.24,-0.332],[0,0],[0,0],[0.342,-0.228],[-0.226,-0.342]],"v":[[2.869,-5.119],[-3.457,-0.926],[-3.97,-0.628],[-4.108,-0.156],[-3.99,0.319],[-3.491,0.639],[2.646,5.103],[3.683,4.941],[3.518,3.904],[-1.999,-0.111],[3.688,-3.881],[3.897,-4.91]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.988,0.682,0.016,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[26.617,7.993],"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.34,-0.226],[0,0],[0.127,-0.174],[-0.008,-0.164],[-0.098,-0.146],[-0.197,-0.03],[0,0],[-0.241,0.331],[0.333,0.24],[0,0],[0,0],[0.226,0.342]],"o":[[0,0],[-0.199,0.024],[-0.104,0.142],[-0.015,0.162],[0.119,0.181],[0,0],[0.33,0.242],[0.24,-0.332],[0,0],[0,0],[0.342,-0.228],[-0.226,-0.342]],"v":[[2.869,-5.119],[-3.457,-0.926],[-3.97,-0.628],[-4.108,-0.156],[-3.99,0.319],[-3.491,0.639],[2.646,5.103],[3.683,4.941],[3.518,3.904],[-1.999,-0.111],[3.688,-3.881],[3.897,-4.91]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.988,0.682,0.016,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[26.617,7.993],"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":"Group 2","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.343,-0.226],[0,0],[0.126,-0.174],[-0.006,-0.165],[-0.098,-0.146],[-0.199,-0.029],[0,0],[-0.24,0.331],[0.33,0.239],[0,0],[0,0],[0.227,0.342]],"o":[[0,0],[-0.199,0.024],[-0.104,0.142],[-0.014,0.161],[0.117,0.18],[0,0],[0.334,0.241],[0.242,-0.332],[0,0],[0,0],[0.34,-0.228],[-0.225,-0.341]],"v":[[2.867,-5.119],[-3.456,-0.926],[-3.97,-0.628],[-4.109,-0.156],[-3.99,0.319],[-3.489,0.638],[2.644,5.104],[3.682,4.941],[3.519,3.905],[-1.999,-0.111],[3.689,-3.881],[3.896,-4.911]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.988,0.682,0.016,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[19.955,7.849],"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":"Group 3","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.343,-0.226],[0,0],[0.126,-0.174],[-0.006,-0.165],[-0.098,-0.146],[-0.199,-0.029],[0,0],[-0.24,0.331],[0.33,0.239],[0,0],[0,0],[0.227,0.342]],"o":[[0,0],[-0.199,0.024],[-0.104,0.142],[-0.014,0.161],[0.117,0.18],[0,0],[0.334,0.241],[0.242,-0.332],[0,0],[0,0],[0.34,-0.228],[-0.225,-0.341]],"v":[[2.867,-5.119],[-3.456,-0.926],[-3.97,-0.628],[-4.109,-0.156],[-3.99,0.319],[-3.489,0.638],[2.644,5.104],[3.682,4.941],[3.519,3.905],[-1.999,-0.111],[3.689,-3.881],[3.896,-4.911]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.988,0.682,0.016,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[19.955,7.849],"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":"Group 4","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.34,-0.226],[0,0],[0.125,-0.174],[-0.006,-0.164],[-0.097,-0.148],[-0.197,-0.032],[0,0],[-0.24,0.332],[0.331,0.24],[0,0],[0,0],[0.226,0.342]],"o":[[0,0],[-0.198,0.023],[-0.104,0.142],[-0.014,0.162],[0.119,0.177],[0,0],[0.331,0.243],[0.242,-0.329],[0,0],[0,0],[0.342,-0.228],[-0.226,-0.341]],"v":[[2.87,-5.12],[-3.454,-0.926],[-3.969,-0.63],[-4.109,-0.158],[-3.99,0.32],[-3.488,0.639],[2.645,5.102],[3.682,4.938],[3.52,3.903],[-1.999,-0.113],[3.688,-3.882],[3.896,-4.912]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.988,0.682,0.016,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[13.284,7.99],"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":"Group 5","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.34,-0.226],[0,0],[0.125,-0.174],[-0.006,-0.164],[-0.097,-0.148],[-0.197,-0.032],[0,0],[-0.24,0.332],[0.331,0.24],[0,0],[0,0],[0.226,0.342]],"o":[[0,0],[-0.198,0.023],[-0.104,0.142],[-0.014,0.162],[0.119,0.177],[0,0],[0.331,0.243],[0.242,-0.329],[0,0],[0,0],[0.342,-0.228],[-0.226,-0.341]],"v":[[2.87,-5.12],[-3.454,-0.926],[-3.969,-0.63],[-4.109,-0.158],[-3.99,0.32],[-3.488,0.639],[2.645,5.102],[3.682,4.938],[3.52,3.903],[-1.999,-0.113],[3.688,-3.882],[3.896,-4.912]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.988,0.682,0.016,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[13.284,7.99],"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":"Group 6","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.343,-0.226],[0,0],[0.128,-0.176],[-0.007,-0.164],[-0.096,-0.146],[-0.197,-0.033],[0,0],[-0.241,0.331],[0.332,0.241],[0,0],[0,0],[0.226,0.342]],"o":[[0,0],[-0.199,0.025],[-0.102,0.142],[-0.014,0.161],[0.121,0.18],[0,0],[0.333,0.241],[0.241,-0.331],[0,0],[0,0],[0.343,-0.227],[-0.226,-0.341]],"v":[[2.867,-5.119],[-3.456,-0.928],[-3.97,-0.627],[-4.108,-0.157],[-3.991,0.318],[-3.49,0.64],[2.644,5.104],[3.682,4.941],[3.518,3.903],[-1.998,-0.111],[3.687,-3.881],[3.896,-4.911]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.988,0.682,0.016,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[6.622,7.845],"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":"Group 7","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.343,-0.226],[0,0],[0.128,-0.176],[-0.007,-0.164],[-0.096,-0.146],[-0.197,-0.033],[0,0],[-0.241,0.331],[0.332,0.241],[0,0],[0,0],[0.226,0.342]],"o":[[0,0],[-0.199,0.025],[-0.102,0.142],[-0.014,0.161],[0.121,0.18],[0,0],[0.333,0.241],[0.241,-0.331],[0,0],[0,0],[0.343,-0.227],[-0.226,-0.341]],"v":[[2.867,-5.119],[-3.456,-0.928],[-3.97,-0.627],[-4.108,-0.157],[-3.991,0.318],[-3.49,0.64],[2.644,5.104],[3.682,4.941],[3.518,3.903],[-1.998,-0.111],[3.687,-3.881],[3.896,-4.911]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.988,0.682,0.016,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[6.622,7.845],"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":"Group 8","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":75,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"Layer 12 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":0,"s":[525.96,366.358,0],"e":[256.96,366.358,0],"to":[-44.8333320617676,0,0],"ti":[44.8333320617676,0,0]},{"t":30}]},"a":{"a":0,"k":[16.62,7.92,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.34,-0.226],[0,0],[0.127,-0.174],[-0.008,-0.163],[-0.097,-0.146],[-0.197,-0.032],[0,0],[-0.241,0.33],[0.333,0.239],[0,0],[0,0],[0.226,0.34]],"o":[[0,0],[-0.199,0.023],[-0.104,0.142],[-0.015,0.161],[0.119,0.18],[0,0],[0.331,0.242],[0.24,-0.332],[0,0],[0,0],[0.343,-0.229],[-0.226,-0.343]],"v":[[2.869,-5.12],[-3.456,-0.926],[-3.969,-0.628],[-4.107,-0.156],[-3.989,0.32],[-3.49,0.639],[2.645,5.104],[3.683,4.941],[3.518,3.904],[-1.998,-0.111],[3.687,-3.88],[3.896,-4.91]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.988,0.682,0.016,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[26.617,7.995],"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.34,-0.226],[0,0],[0.127,-0.174],[-0.008,-0.163],[-0.097,-0.146],[-0.197,-0.032],[0,0],[-0.241,0.33],[0.333,0.239],[0,0],[0,0],[0.226,0.34]],"o":[[0,0],[-0.199,0.023],[-0.104,0.142],[-0.015,0.161],[0.119,0.18],[0,0],[0.331,0.242],[0.24,-0.332],[0,0],[0,0],[0.343,-0.229],[-0.226,-0.343]],"v":[[2.869,-5.12],[-3.456,-0.926],[-3.969,-0.628],[-4.107,-0.156],[-3.989,0.32],[-3.49,0.639],[2.645,5.104],[3.683,4.941],[3.518,3.904],[-1.998,-0.111],[3.687,-3.88],[3.896,-4.91]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.988,0.682,0.016,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[26.617,7.995],"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":"Group 2","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.344,-0.226],[0,0],[0.126,-0.174],[-0.007,-0.164],[-0.097,-0.146],[-0.199,-0.029],[0,0],[-0.241,0.33],[0.33,0.242],[0,0],[0,0],[0.226,0.342]],"o":[[0,0],[-0.2,0.024],[-0.103,0.14],[-0.014,0.162],[0.118,0.181],[0,0],[0.334,0.242],[0.241,-0.332],[0,0],[0,0],[0.34,-0.228],[-0.226,-0.342]],"v":[[2.866,-5.12],[-3.455,-0.926],[-3.97,-0.626],[-4.108,-0.156],[-3.99,0.32],[-3.489,0.639],[2.643,5.104],[3.682,4.941],[3.519,3.902],[-1.998,-0.111],[3.688,-3.882],[3.896,-4.91]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.988,0.682,0.016,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[19.955,7.85],"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":"Group 3","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.344,-0.226],[0,0],[0.126,-0.174],[-0.007,-0.164],[-0.097,-0.146],[-0.199,-0.029],[0,0],[-0.241,0.33],[0.33,0.242],[0,0],[0,0],[0.226,0.342]],"o":[[0,0],[-0.2,0.024],[-0.103,0.14],[-0.014,0.162],[0.118,0.181],[0,0],[0.334,0.242],[0.241,-0.332],[0,0],[0,0],[0.34,-0.228],[-0.226,-0.342]],"v":[[2.866,-5.12],[-3.455,-0.926],[-3.97,-0.626],[-4.108,-0.156],[-3.99,0.32],[-3.489,0.639],[2.643,5.104],[3.682,4.941],[3.519,3.902],[-1.998,-0.111],[3.688,-3.882],[3.896,-4.91]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.988,0.682,0.016,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[19.955,7.85],"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":"Group 4","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.341,-0.226],[0,0],[0.125,-0.173],[-0.007,-0.163],[-0.097,-0.148],[-0.197,-0.032],[0,0],[-0.24,0.333],[0.331,0.242],[0,0],[0,0],[0.227,0.344]],"o":[[0,0],[-0.198,0.025],[-0.104,0.142],[-0.014,0.161],[0.118,0.178],[0,0],[0.33,0.241],[0.241,-0.33],[0,0],[0,0],[0.341,-0.227],[-0.225,-0.34]],"v":[[2.869,-5.119],[-3.456,-0.927],[-3.97,-0.629],[-4.109,-0.157],[-3.991,0.319],[-3.49,0.639],[2.645,5.104],[3.682,4.938],[3.519,3.903],[-2,-0.111],[3.688,-3.882],[3.895,-4.912]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.988,0.682,0.016,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[13.285,7.991],"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":"Group 5","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.341,-0.226],[0,0],[0.125,-0.173],[-0.007,-0.163],[-0.097,-0.148],[-0.197,-0.032],[0,0],[-0.24,0.333],[0.331,0.242],[0,0],[0,0],[0.227,0.344]],"o":[[0,0],[-0.198,0.025],[-0.104,0.142],[-0.014,0.161],[0.118,0.178],[0,0],[0.33,0.241],[0.241,-0.33],[0,0],[0,0],[0.341,-0.227],[-0.225,-0.34]],"v":[[2.869,-5.119],[-3.456,-0.927],[-3.97,-0.629],[-4.109,-0.157],[-3.991,0.319],[-3.49,0.639],[2.645,5.104],[3.682,4.938],[3.519,3.903],[-2,-0.111],[3.688,-3.882],[3.895,-4.912]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.988,0.682,0.016,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[13.285,7.991],"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":"Group 6","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.343,-0.227],[0,0],[0.128,-0.174],[-0.006,-0.164],[-0.097,-0.146],[-0.197,-0.032],[0,0],[-0.24,0.332],[0.332,0.241],[0,0],[0,0],[0.227,0.344]],"o":[[0,0],[-0.199,0.025],[-0.103,0.142],[-0.014,0.161],[0.121,0.178],[0,0],[0.333,0.241],[0.241,-0.33],[0,0],[0,0],[0.343,-0.228],[-0.226,-0.339]],"v":[[2.867,-5.119],[-3.457,-0.927],[-3.971,-0.628],[-4.109,-0.156],[-3.992,0.319],[-3.491,0.64],[2.644,5.105],[3.682,4.941],[3.518,3.905],[-1.999,-0.111],[3.687,-3.882],[3.896,-4.912]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.988,0.682,0.016,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[6.622,7.845],"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":"Group 7","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.343,-0.227],[0,0],[0.128,-0.174],[-0.006,-0.164],[-0.097,-0.146],[-0.197,-0.032],[0,0],[-0.24,0.332],[0.332,0.241],[0,0],[0,0],[0.227,0.344]],"o":[[0,0],[-0.199,0.025],[-0.103,0.142],[-0.014,0.161],[0.121,0.178],[0,0],[0.333,0.241],[0.241,-0.33],[0,0],[0,0],[0.343,-0.228],[-0.226,-0.339]],"v":[[2.867,-5.119],[-3.457,-0.927],[-3.971,-0.628],[-4.109,-0.156],[-3.992,0.319],[-3.491,0.64],[2.644,5.105],[3.682,4.941],[3.518,3.905],[-1.999,-0.111],[3.687,-3.882],[3.896,-4.912]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.988,0.682,0.016,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[6.622,7.845],"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":"Group 8","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":75,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"Layer 13 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":0,"s":[515.91,143.658,0],"e":[326.91,143.658,0],"to":[-31.5,0,0],"ti":[31.5,0,0]},{"t":30}]},"a":{"a":0,"k":[7.164,7.395,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-0.184],[0.019,-0.13],[0.039,-0.079],[0.054,-0.034],[0.062,0],[0,0],[0,0],[0.032,-0.051],[0.082,-0.037],[0.137,-0.019],[0.204,0],[0.135,0.02],[0.081,0.039],[0.037,0.051],[0,0.069],[0,0],[0,0],[0.053,0.032],[0.04,0.078],[0.023,0.13],[0,0.19],[-0.021,0.134],[-0.036,0.077],[-0.047,0.034],[-0.061,0],[0,0],[0,0],[-0.037,0.059],[-0.081,0.037],[-0.136,0.02],[-0.205,0],[-0.136,-0.019],[-0.082,-0.039],[-0.035,-0.057],[0,-0.068],[0,0],[0,0],[-0.051,-0.035],[-0.034,-0.078],[-0.022,-0.132]],"o":[[0,0.19],[-0.022,0.13],[-0.041,0.078],[-0.055,0.032],[0,0],[0,0],[0,0.069],[-0.035,0.051],[-0.082,0.039],[-0.136,0.02],[-0.205,0],[-0.136,-0.019],[-0.081,-0.037],[-0.037,-0.051],[0,0],[0,0],[-0.06,0],[-0.05,-0.034],[-0.042,-0.079],[-0.026,-0.13],[0,-0.184],[0.019,-0.132],[0.038,-0.078],[0.047,-0.035],[0,0],[0,0],[0,-0.068],[0.037,-0.057],[0.081,-0.039],[0.135,-0.019],[0.204,0],[0.137,0.02],[0.082,0.037],[0.032,0.059],[0,0],[0,0],[0.055,0],[0.052,0.034],[0.039,0.077],[0.019,0.134]],"v":[[4.664,0.005],[4.635,0.484],[4.542,0.794],[4.4,0.962],[4.226,1.014],[1.059,1.014],[1.059,4.466],[1.008,4.645],[0.834,4.777],[0.508,4.863],[0,4.895],[-0.509,4.863],[-0.836,4.777],[-1.015,4.645],[-1.069,4.466],[-1.069,1.014],[-4.228,1.014],[-4.396,0.962],[-4.532,0.794],[-4.629,0.484],[-4.664,0.005],[-4.634,-0.469],[-4.549,-0.784],[-4.421,-0.952],[-4.258,-1.003],[-1.069,-1.003],[-1.069,-4.447],[-1.015,-4.635],[-0.836,-4.776],[-0.509,-4.865],[0,-4.895],[0.508,-4.865],[0.834,-4.776],[1.008,-4.635],[1.059,-4.447],[1.059,-1.003],[4.256,-1.003],[4.415,-0.952],[4.546,-0.784],[4.635,-0.469]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[1,0.271,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[7.164,7.395],"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-0.184],[0.019,-0.13],[0.039,-0.079],[0.054,-0.034],[0.062,0],[0,0],[0,0],[0.032,-0.051],[0.082,-0.037],[0.137,-0.019],[0.204,0],[0.135,0.02],[0.081,0.039],[0.037,0.051],[0,0.069],[0,0],[0,0],[0.053,0.032],[0.04,0.078],[0.023,0.13],[0,0.19],[-0.021,0.134],[-0.036,0.077],[-0.047,0.034],[-0.061,0],[0,0],[0,0],[-0.037,0.059],[-0.081,0.037],[-0.136,0.02],[-0.205,0],[-0.136,-0.019],[-0.082,-0.039],[-0.035,-0.057],[0,-0.068],[0,0],[0,0],[-0.051,-0.035],[-0.034,-0.078],[-0.022,-0.132]],"o":[[0,0.19],[-0.022,0.13],[-0.041,0.078],[-0.055,0.032],[0,0],[0,0],[0,0.069],[-0.035,0.051],[-0.082,0.039],[-0.136,0.02],[-0.205,0],[-0.136,-0.019],[-0.081,-0.037],[-0.037,-0.051],[0,0],[0,0],[-0.06,0],[-0.05,-0.034],[-0.042,-0.079],[-0.026,-0.13],[0,-0.184],[0.019,-0.132],[0.038,-0.078],[0.047,-0.035],[0,0],[0,0],[0,-0.068],[0.037,-0.057],[0.081,-0.039],[0.135,-0.019],[0.204,0],[0.137,0.02],[0.082,0.037],[0.032,0.059],[0,0],[0,0],[0.055,0],[0.052,0.034],[0.039,0.077],[0.019,0.134]],"v":[[4.664,0.005],[4.635,0.484],[4.542,0.794],[4.4,0.962],[4.226,1.014],[1.059,1.014],[1.059,4.466],[1.008,4.645],[0.834,4.777],[0.508,4.863],[0,4.895],[-0.509,4.863],[-0.836,4.777],[-1.015,4.645],[-1.069,4.466],[-1.069,1.014],[-4.228,1.014],[-4.396,0.962],[-4.532,0.794],[-4.629,0.484],[-4.664,0.005],[-4.634,-0.469],[-4.549,-0.784],[-4.421,-0.952],[-4.258,-1.003],[-1.069,-1.003],[-1.069,-4.447],[-1.015,-4.635],[-0.836,-4.776],[-0.509,-4.865],[0,-4.895],[0.508,-4.865],[0.834,-4.776],[1.008,-4.635],[1.059,-4.447],[1.059,-1.003],[4.256,-1.003],[4.415,-0.952],[4.546,-0.784],[4.635,-0.469]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.271,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[7.164,7.395],"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":"Group 2","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":75,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"Layer 15 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":0,"s":[-20.43,149.046,0],"e":[145.57,149.046,0],"to":[27.6666660308838,0,0],"ti":[-27.6666660308838,0,0]},{"t":30}]},"a":{"a":0,"k":[7.164,7.394,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-0.184],[0.019,-0.13],[0.04,-0.079],[0.054,-0.035],[0.062,0],[0,0],[0,0],[0.033,-0.05],[0.081,-0.037],[0.137,-0.019],[0.205,0],[0.134,0.021],[0.08,0.04],[0.038,0.052],[0,0.07],[0,0],[0,0],[0.051,0.032],[0.039,0.079],[0.024,0.129],[0,0.19],[-0.02,0.133],[-0.035,0.077],[-0.048,0.033],[-0.061,0],[0,0],[0,0],[-0.037,0.058],[-0.082,0.037],[-0.136,0.019],[-0.203,0],[-0.136,-0.02],[-0.082,-0.039],[-0.035,-0.056],[0,-0.068],[0,0],[0,0],[-0.051,-0.035],[-0.036,-0.078],[-0.022,-0.131]],"o":[[0,0.19],[-0.022,0.129],[-0.041,0.079],[-0.055,0.032],[0,0],[0,0],[0,0.07],[-0.035,0.052],[-0.082,0.04],[-0.136,0.021],[-0.203,0],[-0.136,-0.019],[-0.082,-0.037],[-0.037,-0.05],[0,0],[0,0],[-0.059,0],[-0.051,-0.035],[-0.042,-0.079],[-0.025,-0.13],[0,-0.184],[0.02,-0.131],[0.039,-0.078],[0.046,-0.035],[0,0],[0,0],[0,-0.068],[0.038,-0.056],[0.08,-0.039],[0.134,-0.02],[0.205,0],[0.137,0.019],[0.081,0.037],[0.033,0.058],[0,0],[0,0],[0.055,0],[0.051,0.033],[0.038,0.077],[0.019,0.133]],"v":[[4.665,0.005],[4.635,0.483],[4.542,0.795],[4.4,0.963],[4.227,1.013],[1.059,1.013],[1.059,4.465],[1.008,4.644],[0.835,4.775],[0.508,4.863],[-0.001,4.894],[-0.508,4.863],[-0.835,4.775],[-1.014,4.644],[-1.068,4.465],[-1.068,1.013],[-4.229,1.013],[-4.395,0.963],[-4.532,0.795],[-4.63,0.483],[-4.665,0.005],[-4.635,-0.47],[-4.549,-0.784],[-4.419,-0.952],[-4.258,-1.004],[-1.068,-1.004],[-1.068,-4.446],[-1.014,-4.636],[-0.835,-4.777],[-0.508,-4.863],[-0.001,-4.894],[0.508,-4.863],[0.835,-4.777],[1.008,-4.636],[1.059,-4.446],[1.059,-1.004],[4.257,-1.004],[4.415,-0.952],[4.548,-0.784],[4.635,-0.47]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[7.164,7.394],"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-0.184],[0.019,-0.13],[0.04,-0.079],[0.054,-0.035],[0.062,0],[0,0],[0,0],[0.033,-0.05],[0.081,-0.037],[0.137,-0.019],[0.205,0],[0.134,0.021],[0.08,0.04],[0.038,0.052],[0,0.07],[0,0],[0,0],[0.051,0.032],[0.039,0.079],[0.024,0.129],[0,0.19],[-0.02,0.133],[-0.035,0.077],[-0.048,0.033],[-0.061,0],[0,0],[0,0],[-0.037,0.058],[-0.082,0.037],[-0.136,0.019],[-0.203,0],[-0.136,-0.02],[-0.082,-0.039],[-0.035,-0.056],[0,-0.068],[0,0],[0,0],[-0.051,-0.035],[-0.036,-0.078],[-0.022,-0.131]],"o":[[0,0.19],[-0.022,0.129],[-0.041,0.079],[-0.055,0.032],[0,0],[0,0],[0,0.07],[-0.035,0.052],[-0.082,0.04],[-0.136,0.021],[-0.203,0],[-0.136,-0.019],[-0.082,-0.037],[-0.037,-0.05],[0,0],[0,0],[-0.059,0],[-0.051,-0.035],[-0.042,-0.079],[-0.025,-0.13],[0,-0.184],[0.02,-0.131],[0.039,-0.078],[0.046,-0.035],[0,0],[0,0],[0,-0.068],[0.038,-0.056],[0.08,-0.039],[0.134,-0.02],[0.205,0],[0.137,0.019],[0.081,0.037],[0.033,0.058],[0,0],[0,0],[0.055,0],[0.051,0.033],[0.038,0.077],[0.019,0.133]],"v":[[4.665,0.005],[4.635,0.483],[4.542,0.795],[4.4,0.963],[4.227,1.013],[1.059,1.013],[1.059,4.465],[1.008,4.644],[0.835,4.775],[0.508,4.863],[-0.001,4.894],[-0.508,4.863],[-0.835,4.775],[-1.014,4.644],[-1.068,4.465],[-1.068,1.013],[-4.229,1.013],[-4.395,0.963],[-4.532,0.795],[-4.63,0.483],[-4.665,0.005],[-4.635,-0.47],[-4.549,-0.784],[-4.419,-0.952],[-4.258,-1.004],[-1.068,-1.004],[-1.068,-4.446],[-1.014,-4.636],[-0.835,-4.777],[-0.508,-4.863],[-0.001,-4.894],[0.508,-4.863],[0.835,-4.777],[1.008,-4.636],[1.059,-4.446],[1.059,-1.004],[4.257,-1.004],[4.415,-0.952],[4.548,-0.784],[4.635,-0.47]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[7.164,7.394],"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":"Group 2","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":75,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"Layer 16 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":0,"s":[529.386,397.562,0],"e":[277.386,397.562,0],"to":[-42,0,0],"ti":[42,0,0]},{"t":30}]},"a":{"a":0,"k":[7.165,7.395,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-0.183],[0.019,-0.13],[0.04,-0.081],[0.054,-0.035],[0.061,0],[0,0],[0,0],[0.032,-0.05],[0.081,-0.036],[0.136,-0.019],[0.205,0],[0.135,0.02],[0.082,0.04],[0.037,0.051],[0,0.069],[0,0],[0,0],[0.051,0.032],[0.041,0.078],[0.023,0.129],[0,0.19],[-0.021,0.133],[-0.036,0.078],[-0.048,0.035],[-0.061,0],[0,0],[0,0],[-0.037,0.059],[-0.082,0.037],[-0.136,0.018],[-0.204,0],[-0.136,-0.02],[-0.083,-0.039],[-0.036,-0.056],[0,-0.069],[0,0],[0,0],[-0.052,-0.033],[-0.035,-0.078],[-0.023,-0.132]],"o":[[0,0.19],[-0.023,0.129],[-0.041,0.078],[-0.055,0.032],[0,0],[0,0],[0,0.069],[-0.036,0.051],[-0.083,0.04],[-0.136,0.02],[-0.204,0],[-0.136,-0.019],[-0.082,-0.036],[-0.037,-0.05],[0,0],[0,0],[-0.059,0],[-0.052,-0.035],[-0.041,-0.081],[-0.025,-0.13],[0,-0.183],[0.018,-0.132],[0.038,-0.078],[0.046,-0.033],[0,0],[0,0],[0,-0.069],[0.037,-0.056],[0.082,-0.039],[0.135,-0.02],[0.205,0],[0.136,0.018],[0.081,0.037],[0.032,0.059],[0,0],[0,0],[0.054,0],[0.051,0.035],[0.038,0.078],[0.019,0.133]],"v":[[4.665,0.005],[4.635,0.482],[4.541,0.796],[4.4,0.962],[4.226,1.012],[1.058,1.012],[1.058,4.465],[1.008,4.643],[0.834,4.775],[0.508,4.863],[-0.001,4.895],[-0.51,4.863],[-0.835,4.775],[-1.015,4.643],[-1.07,4.465],[-1.07,1.012],[-4.229,1.012],[-4.395,0.962],[-4.533,0.796],[-4.63,0.482],[-4.665,0.005],[-4.633,-0.47],[-4.55,-0.785],[-4.421,-0.954],[-4.258,-1.005],[-1.07,-1.005],[-1.07,-4.447],[-1.015,-4.637],[-0.835,-4.778],[-0.51,-4.864],[-0.001,-4.895],[0.508,-4.864],[0.834,-4.778],[1.008,-4.637],[1.058,-4.447],[1.058,-1.005],[4.256,-1.005],[4.415,-0.954],[4.546,-0.785],[4.635,-0.47]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0.824,0.737,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[7.165,7.395],"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-0.183],[0.019,-0.13],[0.04,-0.081],[0.054,-0.035],[0.061,0],[0,0],[0,0],[0.032,-0.05],[0.081,-0.036],[0.136,-0.019],[0.205,0],[0.135,0.02],[0.082,0.04],[0.037,0.051],[0,0.069],[0,0],[0,0],[0.051,0.032],[0.041,0.078],[0.023,0.129],[0,0.19],[-0.021,0.133],[-0.036,0.078],[-0.048,0.035],[-0.061,0],[0,0],[0,0],[-0.037,0.059],[-0.082,0.037],[-0.136,0.018],[-0.204,0],[-0.136,-0.02],[-0.083,-0.039],[-0.036,-0.056],[0,-0.069],[0,0],[0,0],[-0.052,-0.033],[-0.035,-0.078],[-0.023,-0.132]],"o":[[0,0.19],[-0.023,0.129],[-0.041,0.078],[-0.055,0.032],[0,0],[0,0],[0,0.069],[-0.036,0.051],[-0.083,0.04],[-0.136,0.02],[-0.204,0],[-0.136,-0.019],[-0.082,-0.036],[-0.037,-0.05],[0,0],[0,0],[-0.059,0],[-0.052,-0.035],[-0.041,-0.081],[-0.025,-0.13],[0,-0.183],[0.018,-0.132],[0.038,-0.078],[0.046,-0.033],[0,0],[0,0],[0,-0.069],[0.037,-0.056],[0.082,-0.039],[0.135,-0.02],[0.205,0],[0.136,0.018],[0.081,0.037],[0.032,0.059],[0,0],[0,0],[0.054,0],[0.051,0.035],[0.038,0.078],[0.019,0.133]],"v":[[4.665,0.005],[4.635,0.482],[4.541,0.796],[4.4,0.962],[4.226,1.012],[1.058,1.012],[1.058,4.465],[1.008,4.643],[0.834,4.775],[0.508,4.863],[-0.001,4.895],[-0.51,4.863],[-0.835,4.775],[-1.015,4.643],[-1.07,4.465],[-1.07,1.012],[-4.229,1.012],[-4.395,0.962],[-4.533,0.796],[-4.63,0.482],[-4.665,0.005],[-4.633,-0.47],[-4.55,-0.785],[-4.421,-0.954],[-4.258,-1.005],[-1.07,-1.005],[-1.07,-4.447],[-1.015,-4.637],[-0.835,-4.778],[-0.51,-4.864],[-0.001,-4.895],[0.508,-4.864],[0.834,-4.778],[1.008,-4.637],[1.058,-4.447],[1.058,-1.005],[4.256,-1.005],[4.415,-0.954],[4.546,-0.785],[4.635,-0.47]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0.824,0.737,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[7.165,7.395],"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":"Group 2","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":75,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"Layer 17 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":0,"s":[-49.454,204.114,0],"e":[74.546,204.114,0],"to":[20.6666660308838,0,0],"ti":[-20.6666660308838,0,0]},{"t":30}]},"a":{"a":0,"k":[30.518,5.723,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-18.543,0.807],[18.543,0.807],[18.543,-0.807],[-18.543,-0.807]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.988,0.682,0.016,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0.933},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.988,0.682,0.016,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[40.16,8.307],"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":"Group 1","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-28.186,0.807],[28.186,0.807],[28.186,-0.807],[-28.186,-0.807]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.988,0.682,0.016,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0.933},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.988,0.682,0.016,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[30.518,3.139],"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":"Group 2","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":75,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"Layer 18 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":0,"s":[-20.859,129.521,0],"e":[208.141,129.521,0],"to":[38.1666679382324,0,0],"ti":[-38.1666679382324,0,0]},{"t":30}]},"a":{"a":0,"k":[20.619,6.394,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[11.921,-0.927],[-11.921,-0.927],[-11.921,0.927],[11.921,0.927]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[1,0.271,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,0.271,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[14.421,3.427],"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":"Group 1","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[18.12,-0.927],[-18.12,-0.927],[-18.12,0.927],[18.12,0.927]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[1,0.271,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,0.271,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[20.619,9.361],"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":"Group 2","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":75,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":4,"nm":"Layer 19 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":0,"s":[548.525,413.231,0],"e":[284.525,413.231,0],"to":[-44,0,0],"ti":[44,0,0]},{"t":30}]},"a":{"a":0,"k":[32.924,1.541,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.112,-1.291],[1.112,-1.291],[1.112,1.291],[-1.112,1.291]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[1.362,1.541],"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.111,-1.291],[1.111,-1.291],[1.111,1.291],[-1.111,1.291]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[6.622,1.541],"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":"Group 2","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.111,-1.291],[1.111,-1.291],[1.111,1.291],[-1.111,1.291]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[11.883,1.541],"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":"Group 3","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.112,-1.291],[1.112,-1.291],[1.112,1.291],[-1.112,1.291]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[17.142,1.541],"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":"Group 4","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.111,-1.291],[1.111,-1.291],[1.111,1.291],[-1.111,1.291]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[22.401,1.541],"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":"Group 5","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.11,-1.291],[1.11,-1.291],[1.11,1.291],[-1.11,1.291]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[27.663,1.541],"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":"Group 6","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.113,-1.291],[1.113,-1.291],[1.113,1.291],[-1.113,1.291]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[32.922,1.541],"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":"Group 7","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.112,-1.291],[1.112,-1.291],[1.112,1.291],[-1.112,1.291]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[38.183,1.541],"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":"Group 8","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.111,-1.291],[1.111,-1.291],[1.111,1.291],[-1.111,1.291]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[43.444,1.541],"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":"Group 9","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.112,-1.291],[1.112,-1.291],[1.112,1.291],[-1.112,1.291]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[48.704,1.541],"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":"Group 10","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.111,-1.291],[1.111,-1.291],[1.111,1.291],[-1.111,1.291]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[53.965,1.541],"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":"Group 11","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.111,-1.291],[1.111,-1.291],[1.111,1.291],[-1.111,1.291]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[59.225,1.541],"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":"Group 12","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.111,-1.291],[1.111,-1.291],[1.111,1.291],[-1.111,1.291]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[64.486,1.541],"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":"Group 13","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":75,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":4,"nm":"Layer 20 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":0,"s":[-36.355,180.304,0],"e":[103.645,180.304,0],"to":[23.3333339691162,0,0],"ti":[-23.3333339691162,0,0]},{"t":30}]},"a":{"a":0,"k":[26.13,3.434,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.803,-0.934],[0.803,-0.934],[0.803,0.934],[-0.803,0.934]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[3.304,3.434],"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":"Group 1","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.803,-0.934],[0.803,-0.934],[0.803,0.934],[-0.803,0.934]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[7.107,3.434],"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":"Group 2","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.803,-0.934],[0.803,-0.934],[0.803,0.934],[-0.803,0.934]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[10.913,3.434],"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":"Group 3","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.805,-0.934],[0.805,-0.934],[0.805,0.934],[-0.805,0.934]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[14.717,3.434],"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":"Group 4","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.804,-0.934],[0.804,-0.934],[0.804,0.934],[-0.804,0.934]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[18.52,3.434],"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":"Group 5","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.803,-0.934],[0.803,-0.934],[0.803,0.934],[-0.803,0.934]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[22.325,3.434],"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":"Group 6","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.805,-0.934],[0.805,-0.934],[0.805,0.934],[-0.805,0.934]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[26.13,3.434],"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":"Group 7","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.804,-0.934],[0.804,-0.934],[0.804,0.934],[-0.804,0.934]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[29.934,3.434],"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":"Group 8","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.803,-0.934],[0.803,-0.934],[0.803,0.934],[-0.803,0.934]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[33.737,3.434],"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":"Group 9","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.804,-0.934],[0.804,-0.934],[0.804,0.934],[-0.804,0.934]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[37.543,3.434],"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":"Group 10","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.803,-0.934],[0.803,-0.934],[0.803,0.934],[-0.803,0.934]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[41.347,3.434],"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":"Group 11","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.803,-0.934],[0.803,-0.934],[0.803,0.934],[-0.803,0.934]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[45.151,3.434],"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":"Group 12","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.804,-0.934],[0.804,-0.934],[0.804,0.934],[-0.804,0.934]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[48.956,3.434],"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":"Group 13","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":75,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":4,"nm":"Layer 21 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":0,"s":[538.794,112.714,0],"e":[388.794,112.714,0],"to":[-25,0,0],"ti":[25,0,0]},{"t":30}]},"a":{"a":0,"k":[32.085,1.853,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.083,-1.603],[1.083,-1.603],[1.083,1.603],[-1.083,1.603]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[1.333,1.853],"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.081,-1.603],[1.081,-1.603],[1.081,1.603],[-1.081,1.603]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[6.457,1.853],"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":"Group 2","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.083,-1.603],[1.083,-1.603],[1.083,1.603],[-1.083,1.603]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[11.584,1.853],"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":"Group 3","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.083,-1.603],[1.083,-1.603],[1.083,1.603],[-1.083,1.603]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[16.71,1.853],"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":"Group 4","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.083,-1.603],[1.083,-1.603],[1.083,1.603],[-1.083,1.603]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[21.835,1.853],"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":"Group 5","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.083,-1.603],[1.083,-1.603],[1.083,1.603],[-1.083,1.603]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[26.96,1.853],"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":"Group 6","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.083,-1.603],[1.083,-1.603],[1.083,1.603],[-1.083,1.603]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[32.086,1.853],"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":"Group 7","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.083,-1.603],[1.083,-1.603],[1.083,1.603],[-1.083,1.603]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[37.211,1.853],"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":"Group 8","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.083,-1.603],[1.083,-1.603],[1.083,1.603],[-1.083,1.603]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[42.336,1.853],"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":"Group 9","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.083,-1.603],[1.083,-1.603],[1.083,1.603],[-1.083,1.603]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[47.462,1.853],"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":"Group 10","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.083,-1.603],[1.083,-1.603],[1.083,1.603],[-1.083,1.603]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[52.587,1.853],"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":"Group 11","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.083,-1.603],[1.083,-1.603],[1.083,1.603],[-1.083,1.603]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[57.713,1.853],"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":"Group 12","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.083,-1.603],[1.083,-1.603],[1.083,1.603],[-1.083,1.603]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[62.838,1.853],"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":"Group 13","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":75,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":20,"ty":4,"nm":"Layer 22 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":0,"s":[-52.372,302.483,0],"e":[75.628,302.483,0],"to":[21.3333339691162,0,0],"ti":[-21.3333339691162,0,0]},{"t":30}]},"a":{"a":0,"k":[32.086,1.853,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.083,-1.603],[1.083,-1.603],[1.083,1.603],[-1.083,1.603]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.153,0.624,0.937,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[1.333,1.853],"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.082,-1.603],[1.082,-1.603],[1.082,1.603],[-1.082,1.603]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.153,0.624,0.937,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[6.457,1.853],"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":"Group 2","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.083,-1.603],[1.083,-1.603],[1.083,1.603],[-1.083,1.603]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.153,0.624,0.937,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[11.584,1.853],"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":"Group 3","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.083,-1.603],[1.083,-1.603],[1.083,1.603],[-1.083,1.603]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.153,0.624,0.937,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[16.709,1.853],"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":"Group 4","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.083,-1.603],[1.083,-1.603],[1.083,1.603],[-1.083,1.603]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.153,0.624,0.937,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[21.834,1.853],"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":"Group 5","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.083,-1.603],[1.083,-1.603],[1.083,1.603],[-1.083,1.603]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.153,0.624,0.937,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[26.959,1.853],"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":"Group 6","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.083,-1.603],[1.083,-1.603],[1.083,1.603],[-1.083,1.603]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.153,0.624,0.937,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[32.086,1.853],"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":"Group 7","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.083,-1.603],[1.083,-1.603],[1.083,1.603],[-1.083,1.603]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.153,0.624,0.937,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[37.211,1.853],"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":"Group 8","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.083,-1.603],[1.083,-1.603],[1.083,1.603],[-1.083,1.603]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.153,0.624,0.937,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[42.336,1.853],"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":"Group 9","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.083,-1.603],[1.083,-1.603],[1.083,1.603],[-1.083,1.603]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.153,0.624,0.937,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[47.461,1.853],"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":"Group 10","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.083,-1.603],[1.083,-1.603],[1.083,1.603],[-1.083,1.603]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.153,0.624,0.937,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[52.586,1.853],"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":"Group 11","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.083,-1.603],[1.083,-1.603],[1.083,1.603],[-1.083,1.603]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.153,0.624,0.937,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[57.712,1.853],"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":"Group 12","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.083,-1.603],[1.083,-1.603],[1.083,1.603],[-1.083,1.603]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.153,0.624,0.937,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[62.837,1.853],"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":"Group 13","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":75,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":21,"ty":4,"nm":"Layer 23 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":0,"s":[558.476,153.94,0],"e":[257.476,153.94,0],"to":[-50.1666679382324,0,0],"ti":[50.1666679382324,0,0]},{"t":30}]},"a":{"a":0,"k":[44.597,1.853,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.509,-1.603],[1.509,-1.603],[1.509,1.603],[-1.509,1.603]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[1.759,1.853],"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.507,-1.603],[1.507,-1.603],[1.507,1.603],[-1.507,1.603]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[8.897,1.853],"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":"Group 2","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.508,-1.603],[1.508,-1.603],[1.508,1.603],[-1.508,1.603]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[16.038,1.853],"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":"Group 3","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.508,-1.603],[1.508,-1.603],[1.508,1.603],[-1.508,1.603]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[23.178,1.853],"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":"Group 4","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.509,-1.603],[1.509,-1.603],[1.509,1.603],[-1.509,1.603]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[30.317,1.853],"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":"Group 5","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.508,-1.603],[1.508,-1.603],[1.508,1.603],[-1.508,1.603]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[37.458,1.853],"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":"Group 6","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.509,-1.603],[1.509,-1.603],[1.509,1.603],[-1.509,1.603]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[44.597,1.853],"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":"Group 7","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.509,-1.603],[1.509,-1.603],[1.509,1.603],[-1.509,1.603]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[51.737,1.853],"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":"Group 8","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.509,-1.603],[1.509,-1.603],[1.509,1.603],[-1.509,1.603]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[58.876,1.853],"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":"Group 9","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.508,-1.603],[1.508,-1.603],[1.508,1.603],[-1.508,1.603]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[66.015,1.853],"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":"Group 10","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.509,-1.603],[1.509,-1.603],[1.509,1.603],[-1.509,1.603]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[73.156,1.853],"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":"Group 11","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.509,-1.603],[1.509,-1.603],[1.509,1.603],[-1.509,1.603]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[80.295,1.853],"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":"Group 12","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.509,-1.603],[1.509,-1.603],[1.509,1.603],[-1.509,1.603]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[87.435,1.853],"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":"Group 13","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":75,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":22,"ty":4,"nm":"Layer 24 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":0,"s":[538.434,365.434,0],"e":[439.434,365.434,0],"to":[-16.5,0,0],"ti":[16.5,0,0]},{"t":30}]},"a":{"a":0,"k":[24.142,1.854,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.813,-1.604],[0.813,-1.604],[0.813,1.604],[-0.813,1.604]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[1.063,1.854],"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.812,-1.604],[0.812,-1.604],[0.812,1.604],[-0.812,1.604]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[4.908,1.854],"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":"Group 2","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.813,-1.604],[0.813,-1.604],[0.813,1.604],[-0.813,1.604]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[8.756,1.854],"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":"Group 3","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.813,-1.604],[0.813,-1.604],[0.813,1.604],[-0.813,1.604]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[12.603,1.854],"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":"Group 4","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.813,-1.604],[0.813,-1.604],[0.813,1.604],[-0.813,1.604]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[16.449,1.854],"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":"Group 5","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.813,-1.604],[0.813,-1.604],[0.813,1.604],[-0.813,1.604]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[20.295,1.854],"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":"Group 6","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.813,-1.604],[0.813,-1.604],[0.813,1.604],[-0.813,1.604]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[24.142,1.854],"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":"Group 7","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.813,-1.604],[0.813,-1.604],[0.813,1.604],[-0.813,1.604]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[27.99,1.854],"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":"Group 8","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.813,-1.604],[0.813,-1.604],[0.813,1.604],[-0.813,1.604]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[31.836,1.854],"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":"Group 9","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.813,-1.604],[0.813,-1.604],[0.813,1.604],[-0.813,1.604]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[35.682,1.854],"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":"Group 10","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.813,-1.604],[0.813,-1.604],[0.813,1.604],[-0.813,1.604]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[39.529,1.854],"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":"Group 11","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.813,-1.604],[0.813,-1.604],[0.813,1.604],[-0.813,1.604]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[43.375,1.854],"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":"Group 12","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.813,-1.604],[0.813,-1.604],[0.813,1.604],[-0.813,1.604]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.114,0.8,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[47.221,1.854],"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":"Group 13","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":75,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":23,"ty":4,"nm":"Layer 25 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":0,"s":[-56.71,260.876,0],"e":[68.29,260.876,0],"to":[20.8333339691162,0,0],"ti":[-20.8333339691162,0,0]},{"t":30}]},"a":{"a":0,"k":[35.924,3.056,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.223,-0.556],[1.223,-0.556],[1.223,0.556],[-1.223,0.556]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[1,0.271,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,0.271,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[3.723,3.056],"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":"Group 1","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.044,-0.556],[13.044,-0.556],[13.044,0.556],[-13.044,0.556]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[1,0.271,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,0.271,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[22.88,3.056],"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":"Group 2","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.044,-0.556],[13.044,-0.556],[13.044,0.556],[-13.044,0.556]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[1,0.271,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,0.271,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[56.306,3.056],"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":"Group 3","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":75,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":24,"ty":4,"nm":"Layer 26 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":0,"s":[561.279,413.967,0],"e":[372.279,413.967,0],"to":[-31.5,0,0],"ti":[31.5,0,0]},{"t":30}]},"a":{"a":0,"k":[26.885,5.869,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.042,0.801],[16.042,0.801],[16.042,-0.801],[-16.042,-0.801]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.153,0.624,0.937,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.153,0.624,0.937,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[35.229,8.436],"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":"Group 1","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-24.385,0.802],[24.385,0.802],[24.385,-0.802],[-24.385,-0.802]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.153,0.624,0.937,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.153,0.624,0.937,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[26.885,3.302],"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":"Group 2","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":75,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":25,"ty":4,"nm":"Layer 27 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":0,"s":[-41.58,412.305,0],"e":[69.42,412.305,0],"to":[18.5,0,0],"ti":[-18.5,0,0]},{"t":30}]},"a":{"a":0,"k":[30.686,6.393,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-18.543,0.926],[18.543,0.926],[18.543,-0.926],[-18.543,-0.926]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.153,0.624,0.937,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.153,0.624,0.937,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[40.329,9.359],"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":"Group 1","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-28.186,0.926],[28.186,0.926],[28.186,-0.926],[-28.186,-0.926]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.153,0.624,0.937,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.153,0.624,0.937,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[30.685,3.426],"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":"Group 2","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":75,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":26,"ty":4,"nm":"Layer 28 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":0,"s":[586.886,391.441,0],"e":[400.886,391.441,0],"to":[-31,0,0],"ti":[31,0,0]},{"t":30}]},"a":{"a":0,"k":[72.205,3.056,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-2.55,-0.556],[2.55,-0.556],[2.55,0.556],[-2.55,0.556]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[1,0.271,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,0.271,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[5.05,3.056],"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":"Group 1","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-27.201,-0.556],[27.201,-0.556],[27.201,0.556],[-27.201,0.556]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[1,0.271,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,0.271,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[45.001,3.056],"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":"Group 2","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-27.202,-0.556],[27.202,-0.556],[27.202,0.556],[-27.202,0.556]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[1,0.271,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,0.271,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[114.708,3.056],"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":"Group 3","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":75,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/autoconnect_loading.json b/ohos/flutter_lottie/assets/lottiefiles/autoconnect_loading.json new file mode 100644 index 0000000000000000000000000000000000000000..1a786560ff58861256d8bd54e7ca7fb3e81ad4c1 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/autoconnect_loading.json @@ -0,0 +1 @@ +{"v":"4.5.7","fr":50,"ip":0,"op":50,"w":720,"h":250,"ddd":0,"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Line_03","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[480.356,185.096,0]},"a":{"a":0,"k":[246.764,67.12,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[66.274,0],[6.548,60.089]],"o":[[0,0],[0,66.274],[-61.831,0],[0,0]],"v":[[239.644,-60],[-0.356,-60],[-120.356,60],[-239.644,-46.853]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.07,0.87,0.93,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[246.764,67.12],"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[0],"e":[0]},{"t":50}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[100],"e":[0]},{"t":50}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":50,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Line_02","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[360,127.248,0]},"a":{"a":0,"k":[107.225,104.977,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,-44.873],[55.228,0],[0,55.229],[-40.571,12.742]],"o":[[40.706,12.661],[0,55.229],[-55.229,0],[0,-44.776],[0,0]],"v":[[29.737,-97.752],[100,-2.248],[0,97.752],[-100,-2.248],[-30.001,-97.669]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.07,0.87,0.93,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[107.225,104.977],"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[0],"e":[0]},{"t":50}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[100],"e":[0]},{"t":50}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":50,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Shield","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[360,28.317,0]},"a":{"a":0,"k":[20.039,21.048,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.604,-1.23],[0.831,-0.906],[0.95,-0.637],[1.013,-0.4],[0.971,-0.194],[1.003,0.399],[0.982,0.636],[0.885,0.906],[0.604,1.23],[0.291,1.781],[0.097,1.641],[-0.011,1.154],[0,0],[-1.64,0.453],[-0.982,0.464],[-0.41,0.356],[0,0],[0,0],[-0.981,-0.464],[-1.641,-0.453],[-2.46,-0.194],[0,0],[0.109,-1.64],[0.292,-1.78]],"o":[[-0.582,1.23],[-0.831,0.906],[-0.949,0.636],[-1.015,0.399],[-0.842,-0.194],[-1.004,-0.4],[-0.982,-0.637],[-0.885,-0.906],[-0.583,-1.23],[-0.291,-1.78],[-0.097,-1.64],[0,0],[2.46,-0.194],[1.64,-0.453],[0.982,-0.464],[0,0],[0,0],[0.411,0.356],[0.983,0.464],[1.64,0.453],[0,0],[0.011,1.154],[-0.107,1.641],[-0.291,1.781]],"v":[[10.715,5.859],[8.594,9.064],[5.924,11.379],[2.979,12.933],[-0.001,13.823],[-2.768,12.933],[-5.747,11.379],[-8.546,9.064],[-10.781,5.859],[-12.091,1.343],[-12.674,-3.788],[-12.803,-7.98],[-12.787,-9.712],[-6.636,-10.683],[-2.704,-12.059],[-0.615,-13.289],[-0.001,-13.823],[0.615,-13.289],[2.702,-12.059],[6.637,-10.683],[12.787,-9.712],[12.804,-7.98],[12.657,-3.788],[12.059,1.343]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.07,0.87,0.93,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[20.039,21.048],"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[0],"e":[0]},{"t":50}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[100],"e":[0]},{"t":50}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":50,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Line_01","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[239.644,64.999,0]},"a":{"a":0,"k":[246.764,67.12,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[61.831,0],[0,-66.274],[0,0]],"o":[[-6.548,-60.089],[-66.274,0],[0,0],[0,0]],"v":[[239.644,46.853],[120.356,-60],[0.356,60],[-239.644,60]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.07,0.87,0.93,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[246.764,67.12],"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[0],"e":[0]},{"t":50}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[100],"e":[0]},{"t":50}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":50,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Line_White","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[360,125.048,0]},"a":{"a":0,"k":[361.424,121.472,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,-44.873],[55.228,0],[0,55.229],[-40.571,12.742]],"o":[[40.706,12.661],[0,55.229],[-55.229,0],[0,-44.776],[0,0]],"v":[[29.737,-97.752],[100,-2.248],[0,97.752],[-100,-2.248],[-30.001,-97.669]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.17,0.2,0.63,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[361.424,123.672],"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-61.831,0],[0,66.274],[0,0]],"o":[[6.548,60.089],[66.274,0],[0,0],[0,0]],"v":[[-239.644,-46.853],[-120.356,60],[-0.356,-60],[239.644,-60]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.17,0.2,0.63,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[481.78,181.52],"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":"Group 2","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[61.831,0],[0,-66.274],[0,0]],"o":[[-6.548,-60.089],[-66.274,0],[0,0],[0,0]],"v":[[239.644,46.853],[120.356,-60],[0.356,60],[-239.644,60]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.17,0.2,0.63,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[241.068,61.424],"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":"Group 3","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.582,1.23],[-0.291,1.781],[-0.107,1.641],[0.011,1.154],[0,0],[1.64,0.453],[0.983,0.464],[0.411,0.356],[0,0],[0,0],[0.982,-0.464],[1.64,-0.453],[2.46,-0.194],[0,0],[-0.097,-1.64],[-0.291,-1.78],[-0.583,-1.23],[-0.885,-0.906],[-0.982,-0.637],[-1.004,-0.4],[-0.842,-0.194],[-1.015,0.399],[-0.949,0.636],[-0.831,0.906]],"o":[[0.604,-1.23],[0.292,-1.78],[0.109,-1.64],[0,0],[-2.46,-0.194],[-1.641,-0.453],[-0.981,-0.464],[0,0],[0,0],[-0.41,0.356],[-0.982,0.464],[-1.64,0.453],[0,0],[-0.011,1.154],[0.097,1.641],[0.291,1.781],[0.604,1.23],[0.885,0.906],[0.982,0.636],[1.003,0.399],[0.971,-0.194],[1.013,-0.4],[0.95,-0.637],[0.831,-0.906]],"v":[[10.715,5.859],[12.059,1.343],[12.656,-3.788],[12.804,-7.98],[12.786,-9.712],[6.637,-10.683],[2.703,-12.059],[0.615,-13.289],[0,-13.823],[-0.615,-13.289],[-2.703,-12.059],[-6.636,-10.683],[-12.787,-9.712],[-12.803,-7.98],[-12.674,-3.788],[-12.091,1.343],[-10.781,5.859],[-8.547,9.064],[-5.747,11.379],[-2.768,12.933],[0,13.823],[2.979,12.933],[5.924,11.379],[8.594,9.064]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.17,0.2,0.63,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[361.424,24.741],"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":"Group 4","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":50,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/ball_&_map.zip b/ohos/flutter_lottie/assets/lottiefiles/ball_&_map.zip new file mode 100644 index 0000000000000000000000000000000000000000..de9ad8bb76afede381367910a68d1b6cfc145011 Binary files /dev/null and b/ohos/flutter_lottie/assets/lottiefiles/ball_&_map.zip differ diff --git a/ohos/flutter_lottie/assets/lottiefiles/banner_animation.json b/ohos/flutter_lottie/assets/lottiefiles/banner_animation.json new file mode 100644 index 0000000000000000000000000000000000000000..120260a5597b02a12229ec6f02411bdae93ca4e3 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/banner_animation.json @@ -0,0 +1 @@ +{"v":"5.1.14","fr":29.9700012207031,"ip":0,"op":581.000023664615,"w":1125,"h":345,"nm":"Comp","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":5,"ty":4,"nm":"desk","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[250.5,172.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[377.9,56.742],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[10.95,161.871],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300.00001221925,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"sd","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[260.5,334.5,0],"ix":2},"a":{"a":0,"k":[-394,162,0],"ix":1},"s":{"a":0,"k":[-100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-205.05,133.629],[-205.05,190.371],[-582.95,190.371],[-582.95,133.629]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[17.334,-53.086],[-40,-19.5],[-13,-1.25]],"o":[[0,0],[-24,73.5],[28.069,13.684],[13,1.25]],"v":[[-175.75,104],[-599.5,104],[-232.75,157.5],[-199.25,201]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.949,0.506,0.6,0.5,0.766,0.448,0.718,1,0.584,0.389,0.836],"ix":9}},"s":{"a":0,"k":[-573.953,148.109],"ix":5},"e":{"a":0,"k":[-156.326,159.414],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-4,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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300.00001221925,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"desk","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[622.5,172.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[1121.9,56.742],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.717647058824,0.760784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[10.95,161.871],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300.00001221925,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"pie 4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.17],"y":[0]},"n":["0_1_0p17_0"],"t":75,"s":[-166],"e":[0]},{"t":91.000003706506}],"ix":10},"p":{"a":0,"k":[997.235,118.767,0],"ix":2},"a":{"a":0,"k":[77.735,-43.153,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0,0,0.35],"y":[1,1,1]},"o":{"x":[0.17,0.17,0.17],"y":[0,0,0]},"n":["0_1_0p17_0","0_1_0p17_0","0p35_1_0p17_0"],"t":75,"s":[0,0,100],"e":[100,100,100]},{"t":91.000003706506}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.347,48.704],[0,-53.763],[0,0]],"o":[[53.763,0],[-39.193,-0.143],[0,0]],"v":[[0,-97.347],[97.347,0],[0.153,-0.25]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.976470588235,0.556862745098,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[77.847,-43.153],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[91,91],"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":"Ellipse 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":27.0000010997325,"op":327.000013318983,"st":27.0000010997325,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"pie 3","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.55],"y":[1]},"o":{"x":[0.17],"y":[0]},"n":["0p55_1_0p17_0"],"t":81,"s":[0],"e":[100]},{"t":95.0000038694293}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[997.347,118.767,0],"ix":2},"a":{"a":0,"k":[77.847,-43.153,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.55,0.55,0.55],"y":[1,1,1]},"o":{"x":[0.17,0.17,0.17],"y":[0,0,0]},"n":["0p55_1_0p17_0","0p55_1_0p17_0","0p55_1_0p17_0"],"t":81,"s":[0,0,100],"e":[100,100,100]},{"t":95.0000038694293}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[150.693,150.693],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.908,1,0.596,0.456,0.952,0.92,0.416,1,0.996,0.841,0.236],"ix":9}},"s":{"a":0,"k":[-62.084,-54.739],"ix":5},"e":{"a":0,"k":[49.326,45.193],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[77.847,-43.153],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[86.975,86.975],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":27.0000010997325,"op":327.000013318983,"st":27.0000010997325,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"pie 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.17,"y":0},"n":"0_1_0p17_0","t":95,"s":[997.347,118.767,0],"e":[1007.347,128.767,0],"to":[1.66666662693024,1.66666662693024,0],"ti":[-1.66666662693024,-1.66666662693024,0]},{"t":114.000004643315}],"ix":2},"a":{"a":0,"k":[87.847,-33.153,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[150.693,150.693],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.976470588235,0.556862745098,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[87.847,-33.153],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[86.975,86.975],"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":"Ellipse 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":95.0000038694293,"op":324.000013196791,"st":27.0000010997325,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"content 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[816.016,197.375,0],"ix":2},"a":{"a":0,"k":[-212.984,-45.125,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-237.75,-42.75],[-152.031,-42.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.33],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p33_1_0p333_0"],"t":89,"s":[0],"e":[100]},{"t":99.0000040323527}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,3.75],"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 4","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-273.938,-43],[-265.688,-35.75],[-249.562,-51]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.33],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p33_1_0p333_0"],"t":79,"s":[0],"e":[100]},{"t":89.0000036250443}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","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":2,"ix":5},"lc":1,"lj":1,"ml":4,"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":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":15.0000006109625,"op":315.000012830213,"st":15.0000006109625,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"content 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[816.016,162.375,0],"ix":2},"a":{"a":0,"k":[-212.984,-45.125,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-237.75,-42.75],[-152.031,-42.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.33],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p33_1_0p333_0"],"t":74,"s":[0],"e":[100]},{"t":84.0000034213901}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,3.75],"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 4","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-273.938,-43],[-265.688,-35.75],[-249.562,-51]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.33],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p33_1_0p333_0"],"t":64,"s":[0],"e":[100]},{"t":74.0000030140818}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","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":2,"ix":5},"lc":1,"lj":1,"ml":4,"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":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":15.0000006109625,"op":315.000012830213,"st":15.0000006109625,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"content","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[816.016,127.375,0],"ix":2},"a":{"a":0,"k":[-212.984,-45.125,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-237.75,-42.75],[-152.031,-42.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.33],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p33_1_0p333_0"],"t":59,"s":[0],"e":[100]},{"t":69.0000028104276}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,3.75],"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 4","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-273.938,-43],[-265.688,-35.75],[-249.562,-51]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.33],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p33_1_0p333_0"],"t":49,"s":[0],"e":[100]},{"t":59.0000024031193}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","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":2,"ix":5},"lc":1,"lj":1,"ml":4,"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":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":15.0000006109625,"op":315.000012830213,"st":15.0000006109625,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"Clamp","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.33],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p33_1_0p333_0"],"t":8,"s":[0],"e":[100]},{"t":17.0000006924242}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.09,"y":1},"o":{"x":0.333,"y":0},"n":"0p09_1_0p333_0","t":8,"s":[816.903,46.714,0],"e":[816.903,66.714,0],"to":[0,3.33333325386047,0],"ti":[0,-3.33333325386047,0]},{"t":17.0000006924242}],"ix":2},"a":{"a":0,"k":[-211.525,-110.286,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[12.557,12.557],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-211.722,-121.755],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.011,-9.25],[0,0],[0,0],[0.053,7.125],[-6.875,0.062]],"o":[[0.01,7.876],[0,0],[0,0],[0.072,-9.5],[6.875,-0.062]],"v":[[13.729,-9.695],[13.729,23.633],[-13.729,23.633],[-13.729,-9.695],[-0.158,-23.696]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[37.996,1.403],[37.996,24.082],[-37.954,24.082],[-37.954,1.403]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":2,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-211.521,-112.117],"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 2","np":5,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":8.00000032584668,"op":309.000012585828,"st":9.00000036657752,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"paper","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[816.903,191.004,0],"ix":2},"a":{"a":0,"k":[-215.669,18.004,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.093,"y":1},"o":{"x":0.611,"y":0},"n":"0p093_1_0p611_0","t":23,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[80.331,-102.004],[80.331,-102.379],[78.956,-101.902],[-78.581,-101.902],[-80.331,-101.879],[-80.331,-102.004]],"c":true}],"e":[{"i":[[0,0],[0.171,-17.375],[17.359,-0.242],[25.178,-0.133],[0.428,22.625],[0,0]],"o":[[0,0],[-0.234,23.75],[-17.359,0.242],[17.178,-5.633],[-0.341,-18.001],[0,0]],"v":[[80.331,-102.004],[80.331,37.121],[50.956,87.004],[-106.581,87.004],[-80.331,37.621],[-80.331,-102.004]],"c":true}]},{"t":45.0000018328876}],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-215.669,18.004],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":23.0000009368092,"op":313.000012748751,"st":13.0000005295009,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"paper","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[816.903,89,0],"ix":2},"a":{"a":0,"k":[-215.669,-84,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.33,0.33,0.33],"y":[1,1,1]},"o":{"x":[0.82,0.82,0.82],"y":[0,0,0]},"n":["0p33_1_0p82_0","0p33_1_0p82_0","0p33_1_0p82_0"],"t":15,"s":[100,0,100],"e":[100,100,100]},{"t":30.0000012219251}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[160.662,204.008],"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":"fl","c":{"a":0,"k":[0.749821262734,0.868595557119,0.942601102941,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-215.669,18.004],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":15.0000006109625,"op":315.000012830213,"st":15.0000006109625,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"bg","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[816.903,191.004,0],"ix":2},"a":{"a":0,"k":[-215.669,18.004,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[187.662,228.008],"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":"fl","c":{"a":0,"k":[0,0.376470588235,0.819607843137,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-215.669,18.004],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":15.0000006109625,"op":315.000012830213,"st":15.0000006109625,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"bgtr","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.33,"y":1},"o":{"x":0.82,"y":0},"n":"0p33_1_0p82_0","t":0,"s":[744.034,290.541,0],"e":[816.903,191.004,0],"to":[12.144775390625,-16.5895175933838,0],"ti":[-12.144775390625,16.5895175933838,0]},{"t":15.0000006109625}],"ix":2},"a":{"a":0,"k":[161.534,-145.959,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":1,"k":[{"i":{"x":[0.33,0.33],"y":[1,1]},"o":{"x":[0.82,0.82],"y":[0,0]},"n":["0p33_1_0p82_0","0p33_1_0p82_0"],"t":0,"s":[28.019,28.019],"e":[187.662,228.008]},{"t":15.0000006109625}],"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":"fl","c":{"a":1,"k":[{"i":{"x":[0.33],"y":[1]},"o":{"x":[0.82],"y":[0]},"n":["0p33_1_0p82_0"],"t":0,"s":[0.117647058824,0.627450980392,0.949019607843,1],"e":[0,0.376470595598,0.819607853889,1]},{"t":15.0000006109625}],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[161.534,-145.959],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":15.0000006109625,"st":-60.0000024438501,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"life","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.366],"y":[1]},"o":{"x":[0.53],"y":[0]},"n":["0p366_1_0p53_0"],"t":45,"s":[3.592],"e":[-1.85]},{"i":{"x":[0.313],"y":[1]},"o":{"x":[0.421],"y":[0]},"n":["0p313_1_0p421_0"],"t":72,"s":[-1.85],"e":[0]},{"t":99.0000040323527}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.213,"y":0},"n":"0_1_0p213_0","t":45,"s":[846.062,328.5,0],"e":[750.062,328.5,0],"to":[-16,0,0],"ti":[16,0,0]},{"t":75.0000030548126}],"ix":2},"a":{"a":0,"k":[-262.938,156,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-341.25,113.75],[-313.25,117.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.717647058824,0.760784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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 4","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-330.75,76],[-326,103.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.717647058824,0.760784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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 3","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-356.004,73.762],[-297.501,133.503]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.717647058824,0.760784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[99.96,100.151],"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":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[37.571,11.534],[0,0],[-34.25,-92.75]],"o":[[-83.875,-25.75],[0,0],[38.962,105.511]],"v":[[-310.875,156],[-380.5,52.25],[-262.938,133.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.717647058824,0.760784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":15.0000006109625,"op":315.000012830213,"st":15.0000006109625,"bm":0},{"ddd":0,"ind":20,"ty":4,"nm":"life2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.213,"y":0},"n":"0_1_0p213_0","t":45,"s":[804,280.75,0],"e":[748,280.75,0],"to":[-9.33333301544189,0,0],"ti":[9.33333301544189,0,0]},{"t":75.0000030548126}],"ix":2},"a":{"a":0,"k":[-227.5,110.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-280.25,60],[-265,64]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.717647058824,0.760784313725,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"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 4","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-270.25,33.25],[-272.75,49.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.717647058824,0.760784313725,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"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 3","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-282.25,34],[-249.5,90]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.717647058824,0.760784313725,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"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 2","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[18.298,15.548],[0,0],[-7,-71.75]],"o":[[-48.25,-41],[0,0],[4.999,51.236]],"v":[[-260.75,108.25],[-295.75,11],[-229,91.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.949019607843,0.505882352941,0.6,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1.5,2.5],"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,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":15.0000006109625,"op":315.000012830213,"st":15.0000006109625,"bm":0},{"ddd":0,"ind":21,"ty":4,"nm":"bookcover","parent":23,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-15.797,113,0],"ix":2},"a":{"a":0,"k":[13.703,89.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-16.25,0],[16.5,0],[0,0]],"o":[[0,0],[16.25,0],[-16.5,0],[0,0]],"v":[[-42.562,71.25],[57.75,71],[57.5,107.5],[-42.812,107.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-16.25,0],[16.5,0],[0,0]],"o":[[0,0],[16.25,0],[-16.5,0],[0,0]],"v":[[-165.062,71.25],[57.75,71],[57.5,107.5],[-165.312,107.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.949019607843,0.505882352941,0.6,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":56.0000022809268,"op":306.000012463636,"st":6.00000024438501,"bm":0},{"ddd":0,"ind":22,"ty":4,"nm":"booksd","parent":23,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-15.797,113,0],"ix":2},"a":{"a":0,"k":[13.703,89.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-16.25,0],[0.031,-7.563]],"o":[[0,0],[8.125,0],[-0.031,7.562]],"v":[[-39.125,75.625],[56.5,75.375],[70.344,90.501]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.717647058824,0.760784313725,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":56.0000022809268,"op":306.000012463636,"st":6.00000024438501,"bm":0},{"ddd":0,"ind":23,"ty":4,"nm":"book","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.33,"y":1},"o":{"x":0.333,"y":0},"n":"0p33_1_0p333_0","t":56,"s":[782.118,285.812,0],"e":[952.118,285.812,0],"to":[28.3333339691162,0,0],"ti":[-28.3333339691162,0,0]},{"t":96.0000039101602}],"ix":2},"a":{"a":0,"k":[-85.882,113.312,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-13.982,-0.083],[13.768,0.062],[0,0],[0,0]],"o":[[15.732,0.583],[-13.768,-0.062],[0,0],[0,0]],"v":[[-17.859,-16.688],[-17.859,16.708],[-115.391,16.604],[-115.391,-16.792]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[46.876,113.104],"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 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[17.141,-16.688],[17.141,16.708],[-115.391,16.604],[-115.391,-16.792]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.717647058824,0.760784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-85.391,113.104],"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,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":56.0000022809268,"op":306.000012463636,"st":6.00000024438501,"bm":0},{"ddd":0,"ind":24,"ty":4,"nm":"coffe","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.106,"y":1},"o":{"x":0.333,"y":0},"n":"0p106_1_0p333_0","t":70,"s":[839.73,240.746,0],"e":[929.73,240.746,0],"to":[15,0,0],"ti":[-15,0,0]},{"t":101.000004113814}],"ix":2},"a":{"a":0,"k":[97.73,75.621,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-20.108,0.25],[30.371,-0.383],[0.064,35.75]],"o":[[-0.275,35.875],[-30.371,0.383],[29.502,0]],"v":[[42.455,-30.246],[-0.045,23.246],[-42.61,-30.121]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.717647058824,0.760784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[97.73,75.621],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100.213,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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":56.0000022809268,"op":314.000012789482,"st":14.0000005702317,"bm":0},{"ddd":0,"ind":25,"ty":4,"nm":"coffe 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.106,"y":1},"o":{"x":0.333,"y":0},"n":"0p106_1_0p333_0","t":70,"s":[809.73,240.746,0],"e":[929.73,240.746,0],"to":[20,0,0],"ti":[-20,0,0]},{"t":105.000004276738}],"ix":2},"a":{"a":0,"k":[97.73,75.621,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[42.884,24.963],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":14,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[140.442,57.981],"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 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":56.0000022809268,"op":314.000012789482,"st":14.0000005702317,"bm":0},{"ddd":0,"ind":26,"ty":4,"nm":"ruler 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":82,"s":[1],"e":[100]},{"t":88.0000035843135}],"ix":11},"r":{"a":0,"k":5,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":32,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":36,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":43,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":44,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":46,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":48,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":49,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":50,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":51,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":53,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":54,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":55,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":57,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":58,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":59,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":60,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":61,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":62,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":63,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":64,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":65,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":66,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":67,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":68,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":69,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":70,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":71,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":72,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":73,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":74,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":75,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":76,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":77,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":78,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":79,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":80,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":81,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":82,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":83,"s":[615.265,157.208,0],"e":[615.265,157.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.667},"o":{"x":0.167,"y":0.083},"n":"0p833_0p667_0p167_0p083","t":84,"s":[615.265,157.208,0],"e":[615.265,157.821,0],"to":[0,0.10223456472158,0],"ti":[0,-0.40893825888634,0]},{"i":{"x":0.833,"y":0.778},"o":{"x":0.167,"y":0.111},"n":"0p833_0p778_0p167_0p111","t":85,"s":[615.265,157.821,0],"e":[615.265,159.662,0],"to":[0,0.40893825888634,0],"ti":[0,-0.81787651777267,0]},{"i":{"x":0.833,"y":0.8},"o":{"x":0.167,"y":0.133},"n":"0p833_0p8_0p167_0p133","t":86,"s":[615.265,159.662,0],"e":[615.265,162.729,0],"to":[0,0.81787651777267,0],"ti":[0,-1.22681486606598,0]},{"i":{"x":0.833,"y":0.81},"o":{"x":0.167,"y":0.143},"n":"0p833_0p81_0p167_0p143","t":87,"s":[615.265,162.729,0],"e":[615.265,167.023,0],"to":[0,1.22681486606598,0],"ti":[0,-1.63575303554535,0]},{"i":{"x":0.833,"y":0.815},"o":{"x":0.167,"y":0.148},"n":"0p833_0p815_0p167_0p148","t":88,"s":[615.265,167.023,0],"e":[615.265,172.543,0],"to":[0,1.63575303554535,0],"ti":[0,-2.04469132423401,0]},{"i":{"x":0.833,"y":0.818},"o":{"x":0.167,"y":0.152},"n":"0p833_0p818_0p167_0p152","t":89,"s":[615.265,172.543,0],"e":[615.265,179.291,0],"to":[0,2.04469132423401,0],"ti":[0,-2.45362973213196,0]},{"i":{"x":0.833,"y":0.821},"o":{"x":0.167,"y":0.154},"n":"0p833_0p821_0p167_0p154","t":90,"s":[615.265,179.291,0],"e":[615.265,187.265,0],"to":[0,2.45362973213196,0],"ti":[0,-2.86256790161133,0]},{"i":{"x":0.833,"y":0.822},"o":{"x":0.167,"y":0.156},"n":"0p833_0p822_0p167_0p156","t":91,"s":[615.265,187.265,0],"e":[615.265,196.466,0],"to":[0,2.86256790161133,0],"ti":[0,-3.2715060710907,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.157},"n":"0p833_0p843_0p167_0p157","t":92,"s":[615.265,196.466,0],"e":[615.265,206.894,0],"to":[0,3.2715060710907,0],"ti":[0,-3.26754760742188,0]},{"i":{"x":0.833,"y":0.836},"o":{"x":0.167,"y":0.178},"n":"0p833_0p836_0p167_0p178","t":93,"s":[615.265,206.894,0],"e":[615.265,216.071,0],"to":[0,3.26754760742188,0],"ti":[0,-0.04094560071826,0]},{"i":{"x":0.833,"y":0.857},"o":{"x":0.167,"y":0.169},"n":"0p833_0p857_0p167_0p169","t":94,"s":[615.265,216.071,0],"e":[615.265,207.14,0],"to":[0,0.04094560071826,0],"ti":[0,2.55324149131775,0]},{"i":{"x":0.833,"y":0.867},"o":{"x":0.167,"y":0.2},"n":"0p833_0p867_0p167_0p2","t":95,"s":[615.265,207.14,0],"e":[615.265,200.752,0],"to":[0,-2.55324149131775,0],"ti":[0,1.70526719093323,0]},{"i":{"x":0.833,"y":0.888},"o":{"x":0.167,"y":0.222},"n":"0p833_0p888_0p167_0p222","t":96,"s":[615.265,200.752,0],"e":[615.265,196.908,0],"to":[0,-1.70526719093323,0],"ti":[0,0.85729277133942,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.33},"n":"0p833_0p837_0p167_0p33","t":97,"s":[615.265,196.908,0],"e":[615.265,195.608,0],"to":[0,-0.85729277133942,0],"ti":[0,0.00931840017438,0]},{"i":{"x":0.833,"y":0.663},"o":{"x":0.167,"y":0.17},"n":"0p833_0p663_0p167_0p17","t":98,"s":[615.265,195.608,0],"e":[615.265,196.852,0],"to":[0,-0.00931840017438,0],"ti":[0,-0.83865600824356,0]},{"i":{"x":0.833,"y":0.777},"o":{"x":0.167,"y":0.111},"n":"0p833_0p777_0p167_0p111","t":99,"s":[615.265,196.852,0],"e":[615.265,200.64,0],"to":[0,0.83865600824356,0],"ti":[0,-1.68663036823273,0]},{"i":{"x":0.833,"y":0.8},"o":{"x":0.167,"y":0.133},"n":"0p833_0p8_0p167_0p133","t":100,"s":[615.265,200.64,0],"e":[615.265,206.972,0],"to":[0,1.68663036823273,0],"ti":[0,-2.53460478782654,0]},{"i":{"x":0.833,"y":0.885},"o":{"x":0.167,"y":0.143},"n":"0p833_0p885_0p167_0p143","t":101,"s":[615.265,206.972,0],"e":[615.265,215.848,0],"to":[0,2.53460478782654,0],"ti":[0,-0.97456735372543,0]},{"i":{"x":0.833,"y":0.832},"o":{"x":0.167,"y":0.3},"n":"0p833_0p832_0p167_0p3","t":102,"s":[615.265,215.848,0],"e":[615.265,212.819,0],"to":[0,0.97456735372543,0],"ti":[0,1.08494436740875,0]},{"i":{"x":0.833,"y":0.874},"o":{"x":0.167,"y":0.165},"n":"0p833_0p874_0p167_0p165","t":103,"s":[615.265,212.819,0],"e":[615.265,209.338,0],"to":[0,-1.08494436740875,0],"ti":[0,0.87958240509033,0]},{"i":{"x":0.833,"y":0.897},"o":{"x":0.167,"y":0.245},"n":"0p833_0p897_0p167_0p245","t":104,"s":[615.265,209.338,0],"e":[615.265,207.542,0],"to":[0,-0.87958240509033,0],"ti":[0,0.31788417696953,0]},{"i":{"x":0.833,"y":0.611},"o":{"x":0.167,"y":0.433},"n":"0p833_0p611_0p167_0p433","t":105,"s":[615.265,207.542,0],"e":[615.265,207.431,0],"to":[0,-0.31788417696953,0],"ti":[0,-0.24381406605244,0]},{"i":{"x":0.833,"y":0.744},"o":{"x":0.167,"y":0.106},"n":"0p833_0p744_0p167_0p106","t":106,"s":[615.265,207.431,0],"e":[615.265,209.005,0],"to":[0,0.24381406605244,0],"ti":[0,-0.8055123090744,0]},{"i":{"x":0.833,"y":0.79},"o":{"x":0.167,"y":0.124},"n":"0p833_0p79_0p167_0p124","t":107,"s":[615.265,209.005,0],"e":[615.265,212.264,0],"to":[0,0.8055123090744,0],"ti":[0,-1.36721050739288,0]},{"i":{"x":0.833,"y":0.917},"o":{"x":0.167,"y":0.138},"n":"0p833_0p917_0p167_0p138","t":108,"s":[615.265,212.264,0],"e":[615.265,217.208,0],"to":[0,1.36721050739288,0],"ti":[0,-0.82402986288071,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":109,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":110,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":111,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":112,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":113,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":114,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":115,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":116,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":117,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":118,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":119,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":120,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":121,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":122,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":123,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":124,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":125,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":126,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":127,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":128,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":129,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":130,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":131,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":132,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":133,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":134,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":135,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":136,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":137,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":138,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":139,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":140,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":141,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":142,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":143,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":144,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":145,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":146,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":147,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":148,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":149,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":150,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":151,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":152,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":153,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":154,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":155,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":156,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":157,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":158,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":159,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":160,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":161,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":162,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":163,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":164,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":165,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":166,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":167,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":168,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":169,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":170,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":171,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":172,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":173,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":174,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":175,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":176,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":177,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":178,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":179,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":180,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":181,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":182,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":183,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":184,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":185,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":186,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":187,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":188,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":189,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":190,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":191,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":192,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":193,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":194,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":195,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":196,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":197,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":198,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":199,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":200,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":201,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":202,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":203,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":204,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":205,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":206,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":207,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":208,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":209,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":210,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":211,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":212,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":213,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":214,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":215,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":216,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":217,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":218,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":219,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":220,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":221,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":222,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":223,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":224,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":225,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":226,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":227,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":228,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":229,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":230,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":231,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":232,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":233,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":234,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":235,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":236,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":237,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":238,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":239,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":240,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":241,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":242,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":243,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":244,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":245,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":246,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":247,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":248,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":249,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":250,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":251,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":252,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":253,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":254,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":255,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":256,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":257,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":258,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":259,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":260,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":261,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":262,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":263,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":264,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":265,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":266,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":267,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":268,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":269,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":270,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":271,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":272,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":273,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":274,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":275,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":276,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":277,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":278,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":279,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":280,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":281,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":282,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":283,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":284,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":285,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":286,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":287,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":288,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":289,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":290,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":291,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":292,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":293,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":294,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":295,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":296,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":297,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":298,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":299,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":300,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":301,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":302,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":303,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":304,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":305,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":306,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":307,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":308,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":309,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":310,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":311,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":312,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":313,"s":[615.265,217.208,0],"e":[615.265,217.208,0],"to":[0,0,0],"ti":[0,0,0]},{"t":314.000012789482}],"ix":2},"a":{"a":0,"k":[54.015,36.958,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[37.75,-31.25],[45,-31.5]],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[2.25,75],"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 6","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[37.75,-31.25],[45,-31.5]],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[2.25,30],"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 3","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[37.75,-31.25],[45,-31.5]],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[2.25,60],"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 5","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[37.75,-31.25],[45,-31.5]],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[2.25,15],"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":3,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[37.75,-31.25],[45,-31.5]],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[2.25,45],"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 4","np":3,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[37.75,-31.25],[45,-31.5]],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[2.25,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,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[29.029,173.916],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[54.015,36.958],"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,"ix":7,"mn":"ADBE Vector Group","hd":false}],"ip":15.0000006109625,"op":315.000012830213,"st":15.0000006109625,"bm":0},{"ddd":0,"ind":28,"ty":4,"nm":"pen 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":82,"s":[1],"e":[100]},{"t":88.0000035843135}],"ix":11},"r":{"a":0,"k":-7,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":32,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":36,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":43,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":44,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":46,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":48,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":49,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":50,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":51,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":53,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":54,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":55,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":57,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":58,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":59,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":60,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":61,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":62,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":63,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":64,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":65,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":66,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":67,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":68,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":69,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":70,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":71,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":72,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":73,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":74,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":75,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":76,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":77,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":78,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":79,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":80,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":81,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":82,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":83,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":84,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":85,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":86,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":87,"s":[581.388,149.861,0],"e":[581.388,149.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.667},"o":{"x":0.167,"y":0.083},"n":"0p833_0p667_0p167_0p083","t":88,"s":[581.388,149.861,0],"e":[581.388,150.475,0],"to":[0,0.10223456472158,0],"ti":[0,-0.40893825888634,0]},{"i":{"x":0.833,"y":0.778},"o":{"x":0.167,"y":0.111},"n":"0p833_0p778_0p167_0p111","t":89,"s":[581.388,150.475,0],"e":[581.388,152.315,0],"to":[0,0.40893825888634,0],"ti":[0,-0.81787651777267,0]},{"i":{"x":0.833,"y":0.8},"o":{"x":0.167,"y":0.133},"n":"0p833_0p8_0p167_0p133","t":90,"s":[581.388,152.315,0],"e":[581.388,155.382,0],"to":[0,0.81787651777267,0],"ti":[0,-1.22681486606598,0]},{"i":{"x":0.833,"y":0.81},"o":{"x":0.167,"y":0.143},"n":"0p833_0p81_0p167_0p143","t":91,"s":[581.388,155.382,0],"e":[581.388,159.676,0],"to":[0,1.22681486606598,0],"ti":[0,-1.63575303554535,0]},{"i":{"x":0.833,"y":0.815},"o":{"x":0.167,"y":0.148},"n":"0p833_0p815_0p167_0p148","t":92,"s":[581.388,159.676,0],"e":[581.388,165.197,0],"to":[0,1.63575303554535,0],"ti":[0,-2.04469132423401,0]},{"i":{"x":0.833,"y":0.818},"o":{"x":0.167,"y":0.152},"n":"0p833_0p818_0p167_0p152","t":93,"s":[581.388,165.197,0],"e":[581.388,171.944,0],"to":[0,2.04469132423401,0],"ti":[0,-2.45362973213196,0]},{"i":{"x":0.833,"y":0.821},"o":{"x":0.167,"y":0.154},"n":"0p833_0p821_0p167_0p154","t":94,"s":[581.388,171.944,0],"e":[581.388,179.918,0],"to":[0,2.45362973213196,0],"ti":[0,-2.86256790161133,0]},{"i":{"x":0.833,"y":0.822},"o":{"x":0.167,"y":0.156},"n":"0p833_0p822_0p167_0p156","t":95,"s":[581.388,179.918,0],"e":[581.388,189.119,0],"to":[0,2.86256790161133,0],"ti":[0,-3.2715060710907,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.157},"n":"0p833_0p843_0p167_0p157","t":96,"s":[581.388,189.119,0],"e":[581.388,199.547,0],"to":[0,3.2715060710907,0],"ti":[0,-3.26754760742188,0]},{"i":{"x":0.833,"y":0.836},"o":{"x":0.167,"y":0.178},"n":"0p833_0p836_0p167_0p178","t":97,"s":[581.388,199.547,0],"e":[581.388,208.725,0],"to":[0,3.26754760742188,0],"ti":[0,-0.04094560071826,0]},{"i":{"x":0.833,"y":0.857},"o":{"x":0.167,"y":0.169},"n":"0p833_0p857_0p167_0p169","t":98,"s":[581.388,208.725,0],"e":[581.388,199.793,0],"to":[0,0.04094560071826,0],"ti":[0,2.55324149131775,0]},{"i":{"x":0.833,"y":0.867},"o":{"x":0.167,"y":0.2},"n":"0p833_0p867_0p167_0p2","t":99,"s":[581.388,199.793,0],"e":[581.388,193.405,0],"to":[0,-2.55324149131775,0],"ti":[0,1.70526719093323,0]},{"i":{"x":0.833,"y":0.888},"o":{"x":0.167,"y":0.222},"n":"0p833_0p888_0p167_0p222","t":100,"s":[581.388,193.405,0],"e":[581.388,189.561,0],"to":[0,-1.70526719093323,0],"ti":[0,0.85729277133942,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.33},"n":"0p833_0p837_0p167_0p33","t":101,"s":[581.388,189.561,0],"e":[581.388,188.261,0],"to":[0,-0.85729277133942,0],"ti":[0,0.00931840017438,0]},{"i":{"x":0.833,"y":0.663},"o":{"x":0.167,"y":0.17},"n":"0p833_0p663_0p167_0p17","t":102,"s":[581.388,188.261,0],"e":[581.388,189.505,0],"to":[0,-0.00931840017438,0],"ti":[0,-0.83865600824356,0]},{"i":{"x":0.833,"y":0.777},"o":{"x":0.167,"y":0.111},"n":"0p833_0p777_0p167_0p111","t":103,"s":[581.388,189.505,0],"e":[581.388,193.293,0],"to":[0,0.83865600824356,0],"ti":[0,-1.68663036823273,0]},{"i":{"x":0.833,"y":0.8},"o":{"x":0.167,"y":0.133},"n":"0p833_0p8_0p167_0p133","t":104,"s":[581.388,193.293,0],"e":[581.388,199.625,0],"to":[0,1.68663036823273,0],"ti":[0,-2.53460478782654,0]},{"i":{"x":0.833,"y":0.885},"o":{"x":0.167,"y":0.143},"n":"0p833_0p885_0p167_0p143","t":105,"s":[581.388,199.625,0],"e":[581.388,208.501,0],"to":[0,2.53460478782654,0],"ti":[0,-0.97456735372543,0]},{"i":{"x":0.833,"y":0.832},"o":{"x":0.167,"y":0.3},"n":"0p833_0p832_0p167_0p3","t":106,"s":[581.388,208.501,0],"e":[581.388,205.473,0],"to":[0,0.97456735372543,0],"ti":[0,1.08494436740875,0]},{"i":{"x":0.833,"y":0.874},"o":{"x":0.167,"y":0.165},"n":"0p833_0p874_0p167_0p165","t":107,"s":[581.388,205.473,0],"e":[581.388,201.991,0],"to":[0,-1.08494436740875,0],"ti":[0,0.87958240509033,0]},{"i":{"x":0.833,"y":0.897},"o":{"x":0.167,"y":0.245},"n":"0p833_0p897_0p167_0p245","t":108,"s":[581.388,201.991,0],"e":[581.388,200.195,0],"to":[0,-0.87958240509033,0],"ti":[0,0.31788417696953,0]},{"i":{"x":0.833,"y":0.611},"o":{"x":0.167,"y":0.433},"n":"0p833_0p611_0p167_0p433","t":109,"s":[581.388,200.195,0],"e":[581.388,200.084,0],"to":[0,-0.31788417696953,0],"ti":[0,-0.24381406605244,0]},{"i":{"x":0.833,"y":0.744},"o":{"x":0.167,"y":0.106},"n":"0p833_0p744_0p167_0p106","t":110,"s":[581.388,200.084,0],"e":[581.388,201.658,0],"to":[0,0.24381406605244,0],"ti":[0,-0.8055123090744,0]},{"i":{"x":0.833,"y":0.79},"o":{"x":0.167,"y":0.124},"n":"0p833_0p79_0p167_0p124","t":111,"s":[581.388,201.658,0],"e":[581.388,204.917,0],"to":[0,0.8055123090744,0],"ti":[0,-1.36721050739288,0]},{"i":{"x":0.833,"y":0.917},"o":{"x":0.167,"y":0.138},"n":"0p833_0p917_0p167_0p138","t":112,"s":[581.388,204.917,0],"e":[581.388,209.861,0],"to":[0,1.36721050739288,0],"ti":[0,-0.82402986288071,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":113,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":114,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":115,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":116,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":117,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":118,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":119,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":120,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":121,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":122,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":123,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":124,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":125,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":126,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":127,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":128,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":129,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":130,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":131,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":132,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":133,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":134,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":135,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":136,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":137,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":138,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":139,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":140,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":141,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":142,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":143,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":144,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":145,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":146,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":147,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":148,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":149,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":150,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":151,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":152,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":153,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":154,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":155,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":156,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":157,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":158,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":159,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":160,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":161,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":162,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":163,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":164,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":165,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":166,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":167,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":168,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":169,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":170,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":171,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":172,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":173,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":174,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":175,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":176,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":177,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":178,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":179,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":180,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":181,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":182,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":183,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":184,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":185,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":186,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":187,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":188,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":189,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":190,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":191,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":192,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":193,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":194,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":195,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":196,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":197,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":198,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":199,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":200,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":201,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":202,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":203,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":204,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":205,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":206,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":207,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":208,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":209,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":210,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":211,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":212,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":213,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":214,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":215,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":216,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":217,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":218,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":219,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":220,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":221,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":222,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":223,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":224,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":225,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":226,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":227,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":228,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":229,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":230,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":231,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":232,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":233,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":234,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":235,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":236,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":237,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":238,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":239,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":240,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":241,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":242,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":243,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":244,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":245,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":246,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":247,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":248,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":249,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":250,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":251,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":252,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":253,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":254,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":255,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":256,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":257,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":258,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":259,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":260,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":261,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":262,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":263,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":264,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":265,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":266,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":267,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":268,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":269,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":270,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":271,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":272,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":273,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":274,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":275,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":276,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":277,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":278,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":279,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":280,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":281,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":282,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":283,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":284,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":285,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":286,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":287,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":288,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":289,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":290,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":291,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":292,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":293,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":294,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":295,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":296,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":297,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":298,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":299,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":300,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":301,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":302,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":303,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":304,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":305,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":306,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":307,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":308,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":309,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":310,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":311,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":312,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":313,"s":[581.388,209.861,0],"e":[581.388,209.861,0],"to":[0,0,0],"ti":[0,0,0]},{"t":314.000012789482}],"ix":2},"a":{"a":0,"k":[59.108,18.111,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[39.812,-45.625],[36.847,-37.302],[43.106,-37.382]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[19,-18.75],"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 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[61.75,-3.125],[61.75,63.25]],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"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 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"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.875,-29.125],[56.75,40.25]],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.608,-70.174],[8.166,84.096],[-7.051,84.096],[-7.608,-70.174],[-4.733,-68.486],[-2.464,-70.236],[0.661,-68.549],[3.411,-70.299],[5.767,-68.424]],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[59.108,29.174],"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,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":15.0000006109625,"op":315.000012830213,"st":15.0000006109625,"bm":0},{"ddd":0,"ind":30,"ty":4,"nm":"cup","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[603.996,305.982,0],"ix":2},"a":{"a":0,"k":[-28.504,133.482,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.537,0.022,0.18],"y":[1,1,1]},"o":{"x":[0.307,0.639,0.41],"y":[0,0,0]},"n":["0p537_1_0p307_0","0p022_1_0p639_0","0p18_1_0p41_0"],"t":26,"s":[100,0,100],"e":[100,100,100]},{"t":41.0000016699642}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[79.992,113.982],"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":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.986,0.667,0.52,0.448,0.739,0.481,0.706,0.999,0.492,0.296,0.892],"ix":9}},"s":{"a":0,"k":[-39.639,-39.52],"ix":5},"e":{"a":0,"k":[37.389,53.881],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-28.504,76.491],"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":15.0000006109625,"op":315.000012830213,"st":15.0000006109625,"bm":0},{"ddd":0,"ind":31,"ty":4,"nm":"chart bg 4","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":62,"s":[1],"e":[100]},{"t":71.0000028918893}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[685.554,57,0],"ix":2},"a":{"a":0,"k":[-399.946,-117.893,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-473.224,-162.473],[-473.224,-73.313],[-326.668,-73.313],[-326.668,-162.473]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[9.317,9.317],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-371.581,-128.607],"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":"Ellipse 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":15.0000006109625,"op":315.000012830213,"st":15.0000006109625,"bm":0},{"ddd":0,"ind":32,"ty":4,"nm":"chart bg 3","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":49,"s":[1],"e":[100]},{"t":58.0000023623884}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[685.554,57,0],"ix":2},"a":{"a":0,"k":[-399.946,-117.893,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-473.224,-162.473],[-473.224,-73.313],[-326.668,-73.313],[-326.668,-162.473]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[9.317,9.317],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-454.341,-94.234],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":15.0000006109625,"op":315.000012830213,"st":15.0000006109625,"bm":0},{"ddd":0,"ind":33,"ty":4,"nm":"chart bg 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[685.554,57,0],"ix":2},"a":{"a":0,"k":[-399.946,-117.893,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-473.224,-162.473],[-473.224,-73.313],[-326.668,-73.313],[-326.668,-162.473]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-401.25,-106.375],[-371.25,-131.75],[-350,-116.75],[-319,-141.25],[-293.75,-126.75],[-250,-160.25]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.33],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p33_1_0p333_0"],"t":54,"s":[0],"e":[100]},{"t":79.000003217736}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-52.5,12],"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":15.0000006109625,"op":315.000012830213,"st":15.0000006109625,"bm":0},{"ddd":0,"ind":34,"ty":4,"nm":"chart bg 5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[685.554,57,0],"ix":2},"a":{"a":0,"k":[-399.946,-117.893,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.112,"y":1},"o":{"x":0.333,"y":0},"n":"0p112_1_0p333_0","t":45,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-326.812,-162.473],[-326.812,-162.385],[-326.668,-162.385],[-326.668,-162.473]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-473.224,-162.473],[-473.224,-73.313],[-326.668,-73.313],[-326.668,-162.473]],"c":true}]},{"t":60.0000024438501}],"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[129.26,89.159],"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":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.445,0.909,0.801,0.518,0.26,0.711,0.869,1,0.074,0.514,0.937],"ix":9}},"s":{"a":0,"k":[-60.492,-42.461],"ix":5},"e":{"a":0,"k":[65.177,45.457],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-399.946,-117.893],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[113.381,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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300.00001221925,"st":0,"bm":0},{"ddd":0,"ind":35,"ty":4,"nm":"chart line b","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[702.625,61.438,0],"ix":2},"a":{"a":0,"k":[-325.625,-133.312,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-401.25,-106.375],[-371.25,-131.75],[-350,-116.75],[-319,-141.25],[-293.75,-126.75],[-250,-160.25]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.33],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p33_1_0p333_0"],"t":54,"s":[0],"e":[100]},{"t":79.000003217736}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.117647058824,0.627450980392,0.949019607843,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[5,-8],"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":15.0000006109625,"op":315.000012830213,"st":15.0000006109625,"bm":0},{"ddd":0,"ind":36,"ty":4,"nm":"chart line 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[670.969,74.018,0],"ix":2},"a":{"a":0,"k":[-413.531,-105.125,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-485.625,-148.125],[-485.625,-65],[-340,-65.25]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.33],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p33_1_0p333_0"],"t":45,"s":[36],"e":[0]},{"t":60.0000024438501}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.33],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p33_1_0p333_0"],"t":45,"s":[36],"e":[100]},{"t":60.0000024438501}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":15.0000006109625,"op":315.000012830213,"st":15.0000006109625,"bm":0},{"ddd":0,"ind":37,"ty":4,"nm":"chart line 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.33],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p33_1_0p333_0"],"t":45,"s":[0],"e":[100]},{"t":61.0000024845809}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.33,"y":1},"o":{"x":0.333,"y":0},"n":"0p33_1_0p333_0","t":45,"s":[540.969,74.018,0],"e":[670.969,74.018,0],"to":[21.6666660308838,0,0],"ti":[-21.6666660308838,0,0]},{"t":61.0000024845809}],"ix":2},"a":{"a":0,"k":[-413.531,-105.125,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[131,-59.25],[147.125,-52.625],[130.75,-46.25]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-484,-13],"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":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":15.0000006109625,"op":315.000012830213,"st":15.0000006109625,"bm":0},{"ddd":0,"ind":38,"ty":4,"nm":"chart line","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.33],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p33_1_0p333_0"],"t":45,"s":[1],"e":[100]},{"t":61.0000024845809}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.33,"y":1},"o":{"x":0.333,"y":0},"n":"0p33_1_0p333_0","t":45,"s":[670.969,146.518,0],"e":[670.969,74.018,0],"to":[0,-12.0833330154419,0],"ti":[0,12.0833330154419,0]},{"t":61.0000024845809}],"ix":2},"a":{"a":0,"k":[-413.531,-105.125,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[6.312,-124.625],[13.375,-136.125],[20.875,-124.688]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-499,-13],"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 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":15.0000006109625,"op":315.000012830213,"st":15.0000006109625,"bm":0}]},{"id":"comp_1","layers":[{"ddd":0,"ind":6,"ty":4,"nm":"desk","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[250.5,172.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[377.9,56.742],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[10.95,161.871],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":361.000014703831,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"sd","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[260.5,334.5,0],"ix":2},"a":{"a":0,"k":[-394,162,0],"ix":1},"s":{"a":0,"k":[-100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-205.05,133.629],[-205.05,190.371],[-582.95,190.371],[-582.95,133.629]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[17.334,-53.086],[-40,-19.5],[-13,-1.25]],"o":[[0,0],[-24,73.5],[28.069,13.684],[13,1.25]],"v":[[-175.75,104],[-599.5,104],[-232.75,157.5],[-199.25,201]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.949,0.506,0.6,0.5,0.766,0.448,0.718,1,0.584,0.389,0.836],"ix":9}},"s":{"a":0,"k":[-573.953,148.109],"ix":5},"e":{"a":0,"k":[-156.326,159.414],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-4,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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":361.000014703831,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"desk","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[622.5,172.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[1121.9,56.742],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.717647058824,0.760784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[10.95,161.871],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":361.000014703831,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"pie 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.64],"y":[1]},"o":{"x":[0.323],"y":[0]},"n":["0p64_1_0p323_0"],"t":0,"s":[0],"e":[8]},{"i":{"x":[0.64],"y":[1]},"o":{"x":[0.36],"y":[0]},"n":["0p64_1_0p36_0"],"t":45,"s":[8],"e":[-8]},{"i":{"x":[0.64],"y":[1]},"o":{"x":[0.36],"y":[0]},"n":["0p64_1_0p36_0"],"t":135,"s":[-8],"e":[8]},{"i":{"x":[0.64],"y":[1]},"o":{"x":[0.334],"y":[0]},"n":["0p64_1_0p334_0"],"t":225,"s":[8],"e":[-8]},{"i":{"x":[0.69],"y":[1]},"o":{"x":[0.36],"y":[0]},"n":["0p69_1_0p36_0"],"t":315,"s":[-8],"e":[0]},{"t":360.000014663101}],"ix":10},"p":{"a":0,"k":[997.235,118.767,0],"ix":2},"a":{"a":0,"k":[77.735,-43.153,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.347,48.704],[0,-53.763],[0,0]],"o":[[53.763,0],[-39.193,-0.143],[0,0]],"v":[[0,-97.347],[97.347,0],[0.153,-0.25]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.976470588235,0.556862745098,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[77.847,-43.153],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[91,91],"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":"Ellipse 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":361.000014703831,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"pie 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[997.347,118.767,0],"ix":2},"a":{"a":0,"k":[77.847,-43.153,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[150.693,150.693],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.908,1,0.596,0.456,0.952,0.92,0.416,1,0.996,0.841,0.236],"ix":9}},"s":{"a":0,"k":[-62.084,-54.739],"ix":5},"e":{"a":0,"k":[49.326,45.193],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[77.847,-43.153],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[86.975,86.975],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":361.000014703831,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"pie","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1008.873,112.241,0],"ix":2},"a":{"a":0,"k":[89.373,-49.68,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[150.693,150.693],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.976470588235,0.556862745098,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[87.847,-33.153],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[86.975,86.975],"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":"Ellipse 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":361.000014703831,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"content","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1029,242.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-237.75,-42.75],[-152.031,-42.75]],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,3.75],"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 4","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-273.938,-43],[-265.688,-35.75],[-249.438,-51]],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":361.000014703831,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"content","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1029,207.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-237.75,-42.75],[-152.031,-42.75]],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,3.75],"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 4","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-273.938,-43],[-265.688,-35.75],[-248.562,-51.75]],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":361.000014703831,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"content","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[816.016,127.375,0],"ix":2},"a":{"a":0,"k":[-212.984,-45.125,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-237.75,-42.75],[-152.031,-42.75]],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,3.75],"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 4","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-273.938,-43],[-265.688,-35.75],[-249.562,-51]],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":361.000014703831,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"Clamp 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[816.903,66.714,0],"ix":2},"a":{"a":0,"k":[-211.525,-110.286,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[12.557,12.557],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-211.722,-121.755],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.011,-9.25],[0,0],[0,0],[0.053,7.125],[-6.875,0.062]],"o":[[0.01,7.876],[0,0],[0,0],[0.072,-9.5],[6.875,-0.062]],"v":[[13.729,-9.695],[13.729,23.633],[-13.729,23.633],[-13.729,-9.695],[-0.158,-23.696]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[37.996,1.403],[37.996,24.082],[-37.954,24.082],[-37.954,1.403]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":2,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-211.521,-112.117],"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 2","np":5,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":372.000015151871,"st":1.00000004073083,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"paper","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[816.903,191.004,0],"ix":2},"a":{"a":0,"k":[-215.669,18.004,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.64,"y":1},"o":{"x":0.36,"y":0},"n":"0p64_1_0p36_0","t":0,"s":[{"i":[[0,0],[0.171,-17.375],[17.359,-0.242],[25.178,-0.133],[0.428,22.625],[0,0]],"o":[[0,0],[-0.234,23.75],[-17.359,0.242],[17.178,-5.633],[-0.341,-18.001],[0,0]],"v":[[80.331,-102.004],[80.331,37.121],[50.956,87.004],[-106.581,87.004],[-80.331,37.621],[-80.331,-102.004]],"c":true}],"e":[{"i":[[0,0],[0.171,-17.375],[0,0],[0,0],[0.428,22.625],[0,0]],"o":[[0,0],[-0.234,23.75],[0,0],[0,0],[-0.341,-18.001],[0,0]],"v":[[80.331,-102.004],[80.331,61.496],[73.456,98.879],[-84.081,98.879],[-80.331,61.996],[-80.331,-102.004]],"c":true}]},{"i":{"x":0.64,"y":1},"o":{"x":0.36,"y":0},"n":"0p64_1_0p36_0","t":90,"s":[{"i":[[0,0],[0.171,-17.375],[0,0],[0,0],[0.428,22.625],[0,0]],"o":[[0,0],[-0.234,23.75],[0,0],[0,0],[-0.341,-18.001],[0,0]],"v":[[80.331,-102.004],[80.331,61.496],[73.456,98.879],[-84.081,98.879],[-80.331,61.996],[-80.331,-102.004]],"c":true}],"e":[{"i":[[0,0],[0.171,-17.375],[17.359,-0.242],[25.178,-0.133],[0.428,22.625],[0,0]],"o":[[0,0],[-0.234,23.75],[-17.359,0.242],[17.178,-5.633],[-0.341,-18.001],[0,0]],"v":[[80.331,-102.004],[80.331,37.121],[50.956,87.004],[-106.581,87.004],[-80.331,37.621],[-80.331,-102.004]],"c":true}]},{"i":{"x":0.64,"y":1},"o":{"x":0.36,"y":0},"n":"0p64_1_0p36_0","t":165,"s":[{"i":[[0,0],[0.171,-17.375],[17.359,-0.242],[25.178,-0.133],[0.428,22.625],[0,0]],"o":[[0,0],[-0.234,23.75],[-17.359,0.242],[17.178,-5.633],[-0.341,-18.001],[0,0]],"v":[[80.331,-102.004],[80.331,37.121],[50.956,87.004],[-106.581,87.004],[-80.331,37.621],[-80.331,-102.004]],"c":true}],"e":[{"i":[[0,0],[0.171,-17.375],[0,0],[0,0],[0.428,22.625],[0,0]],"o":[[0,0],[-0.234,23.75],[0,0],[0,0],[-0.341,-18.001],[0,0]],"v":[[80.331,-102.004],[80.331,61.496],[71.581,93.254],[-85.956,93.254],[-80.331,61.996],[-80.331,-102.004]],"c":true}]},{"i":{"x":0.64,"y":1},"o":{"x":0.36,"y":0},"n":"0p64_1_0p36_0","t":270,"s":[{"i":[[0,0],[0.171,-17.375],[0,0],[0,0],[0.428,22.625],[0,0]],"o":[[0,0],[-0.234,23.75],[0,0],[0,0],[-0.341,-18.001],[0,0]],"v":[[80.331,-102.004],[80.331,61.496],[71.581,93.254],[-85.956,93.254],[-80.331,61.996],[-80.331,-102.004]],"c":true}],"e":[{"i":[[0,0],[0.171,-17.375],[17.359,-0.242],[25.178,-0.133],[0.428,22.625],[0,0]],"o":[[0,0],[-0.234,23.75],[-17.359,0.242],[17.178,-5.633],[-0.341,-18.001],[0,0]],"v":[[80.331,-102.004],[80.331,37.121],[50.956,87.004],[-106.581,87.004],[-80.331,37.621],[-80.331,-102.004]],"c":true}]},{"t":359.00001462237}],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-215.669,18.004],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":361.000014703831,"st":0,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"paper","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[816.903,191.004,0],"ix":2},"a":{"a":0,"k":[-215.669,18.004,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[160.662,204.008],"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":"fl","c":{"a":0,"k":[0.749821262734,0.868595557119,0.942601102941,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-215.669,18.004],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":361.000014703831,"st":0,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"bg","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[816.903,191.004,0],"ix":2},"a":{"a":0,"k":[-215.669,18.004,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[187.662,228.008],"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":"fl","c":{"a":0,"k":[0,0.376470588235,0.819607843137,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-215.669,18.004],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":361.000014703831,"st":0,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"bookcover","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1022.203,285.5,0],"ix":2},"a":{"a":0,"k":[13.703,89.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-16.25,0],[16.5,0],[0,0]],"o":[[0,0],[16.25,0],[-16.5,0],[0,0]],"v":[[-42.562,71.25],[57.75,71],[57.5,107.5],[-42.812,107.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-16.25,0],[16.5,0],[0,0]],"o":[[0,0],[16.25,0],[-16.5,0],[0,0]],"v":[[-165.062,71.25],[57.75,71],[57.5,107.5],[-165.312,107.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.949019607843,0.505882352941,0.6,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":361.000014703831,"st":0,"bm":0},{"ddd":0,"ind":20,"ty":4,"nm":"booksd","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1022.203,285.5,0],"ix":2},"a":{"a":0,"k":[13.703,89.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-16.25,0],[0.031,-7.563]],"o":[[0,0],[8.125,0],[-0.031,7.562]],"v":[[-39.125,75.625],[56.5,75.375],[70.344,90.501]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.717647058824,0.760784313725,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":361.000014703831,"st":0,"bm":0},{"ddd":0,"ind":21,"ty":4,"nm":"book","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[952.118,285.812,0],"ix":2},"a":{"a":0,"k":[-85.882,113.312,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-13.982,-0.083],[13.768,0.062],[0,0],[0,0]],"o":[[15.732,0.583],[-13.768,-0.062],[0,0],[0,0]],"v":[[-17.859,-16.688],[-17.859,16.708],[-115.391,16.604],[-115.391,-16.792]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[46.876,113.104],"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 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[17.141,-16.688],[17.141,16.708],[-115.391,16.604],[-115.391,-16.792]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.717647058824,0.760784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-85.391,113.104],"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,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":361.000014703831,"st":0,"bm":0},{"ddd":0,"ind":22,"ty":4,"nm":"coffe","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[929.73,240.746,0],"ix":2},"a":{"a":0,"k":[97.73,75.621,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-20.108,0.25],[30.371,-0.383],[0.064,35.75]],"o":[[-0.275,35.875],[-30.371,0.383],[29.502,0]],"v":[[42.455,-30.246],[-0.045,23.246],[-42.61,-30.121]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.717647058824,0.760784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[97.73,75.621],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100.213,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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[42.884,24.963],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":14,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[140.442,57.981],"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 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":361.000014703831,"st":0,"bm":0},{"ddd":0,"ind":23,"ty":4,"nm":"life","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.64],"y":[1]},"o":{"x":[0.323],"y":[0]},"n":["0p64_1_0p323_0"],"t":0,"s":[0],"e":[4]},{"i":{"x":[0.64],"y":[1]},"o":{"x":[0.36],"y":[0]},"n":["0p64_1_0p36_0"],"t":45,"s":[4],"e":[-6]},{"i":{"x":[0.64],"y":[1]},"o":{"x":[0.36],"y":[0]},"n":["0p64_1_0p36_0"],"t":135,"s":[-6],"e":[4]},{"i":{"x":[0.64],"y":[1]},"o":{"x":[0.334],"y":[0]},"n":["0p64_1_0p334_0"],"t":225,"s":[4],"e":[-6]},{"i":{"x":[0.69],"y":[1]},"o":{"x":[0.36],"y":[0]},"n":["0p69_1_0p36_0"],"t":315,"s":[-6],"e":[0]},{"t":360.000014663101}],"ix":10},"p":{"a":0,"k":[725.75,318,0],"ix":2},"a":{"a":0,"k":[-287.25,145.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-341.25,113.75],[-313.25,117.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.717647058824,0.760784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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 4","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-330.75,76],[-326,103.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.717647058824,0.760784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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 3","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-356.004,73.762],[-297.501,133.503]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.717647058824,0.760784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[99.96,100.151],"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":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[37.571,11.534],[0,0],[-34.25,-92.75]],"o":[[-83.875,-25.75],[0,0],[38.962,105.511]],"v":[[-310.875,156],[-380.5,52.25],[-262.938,133.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.717647058824,0.760784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":361.000014703831,"st":0,"bm":0},{"ddd":0,"ind":24,"ty":4,"nm":"life2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.64],"y":[1]},"o":{"x":[0.323],"y":[0]},"n":["0p64_1_0p323_0"],"t":0,"s":[0],"e":[-2]},{"i":{"x":[0.64],"y":[1]},"o":{"x":[0.36],"y":[0]},"n":["0p64_1_0p36_0"],"t":45,"s":[-2],"e":[2]},{"i":{"x":[0.64],"y":[1]},"o":{"x":[0.36],"y":[0]},"n":["0p64_1_0p36_0"],"t":135,"s":[2],"e":[-4]},{"i":{"x":[0.64],"y":[1]},"o":{"x":[0.334],"y":[0]},"n":["0p64_1_0p334_0"],"t":225,"s":[-4],"e":[2]},{"i":{"x":[0.69],"y":[1]},"o":{"x":[0.36],"y":[0]},"n":["0p69_1_0p36_0"],"t":315,"s":[2],"e":[0]},{"t":360.000014663101}],"ix":10},"p":{"a":0,"k":[738.5,280.25,0],"ix":2},"a":{"a":0,"k":[-237,110.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-280.25,60],[-265,64]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.717647058824,0.760784313725,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"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 4","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-270.25,33.25],[-272.75,49.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.717647058824,0.760784313725,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"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 3","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-282.25,34],[-249.5,90]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.717647058824,0.760784313725,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"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 2","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[18.298,15.548],[0,0],[-7,-71.75]],"o":[[-48.25,-41],[0,0],[4.999,51.236]],"v":[[-260.75,108.25],[-295.75,11],[-229,91.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.949019607843,0.505882352941,0.6,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1.5,2.5],"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,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":361.000014703831,"st":0,"bm":0},{"ddd":0,"ind":25,"ty":4,"nm":"chart bg light 4","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.56],"y":[1]},"o":{"x":[0.44],"y":[0]},"n":["0p56_1_0p44_0"],"t":270,"s":[40],"e":[1]},{"t":360.000014663101}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[713.919,46.286,0],"ix":2},"a":{"a":0,"k":[-371.581,-128.607,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.56,0.56,0.56],"y":[1,1,1]},"o":{"x":[0.44,0.44,0.44],"y":[0,0,0]},"n":["0p56_1_0p44_0","0p56_1_0p44_0","0p56_1_0p44_0"],"t":270,"s":[0,0,100],"e":[200,200,100]},{"t":360.000014663101}],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-473.224,-162.473],[-473.224,-73.313],[-326.668,-73.313],[-326.668,-162.473]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[9.317,9.317],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-371.581,-128.607],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[319.55,316.687],"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":"Ellipse 4","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":270.000010997325,"op":360.000014663101,"st":270.000010997325,"bm":0},{"ddd":0,"ind":26,"ty":4,"nm":"chart bg light 3","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.56],"y":[1]},"o":{"x":[0.44],"y":[0]},"n":["0p56_1_0p44_0"],"t":180,"s":[40],"e":[1]},{"t":270.000010997325}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[713.919,46.286,0],"ix":2},"a":{"a":0,"k":[-371.581,-128.607,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.56,0.56,0.56],"y":[1,1,1]},"o":{"x":[0.44,0.44,0.44],"y":[0,0,0]},"n":["0p56_1_0p44_0","0p56_1_0p44_0","0p56_1_0p44_0"],"t":180,"s":[0,0,100],"e":[200,200,100]},{"t":270.000010997325}],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-473.224,-162.473],[-473.224,-73.313],[-326.668,-73.313],[-326.668,-162.473]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[9.317,9.317],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-371.581,-128.607],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[319.55,316.687],"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":"Ellipse 4","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":180.00000733155,"op":270.000010997325,"st":180.00000733155,"bm":0},{"ddd":0,"ind":27,"ty":4,"nm":"chart bg light 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.56],"y":[1]},"o":{"x":[0.44],"y":[0]},"n":["0p56_1_0p44_0"],"t":90,"s":[40],"e":[1]},{"t":180.00000733155}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[713.919,46.286,0],"ix":2},"a":{"a":0,"k":[-371.581,-128.607,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.56,0.56,0.56],"y":[1,1,1]},"o":{"x":[0.44,0.44,0.44],"y":[0,0,0]},"n":["0p56_1_0p44_0","0p56_1_0p44_0","0p56_1_0p44_0"],"t":90,"s":[0,0,100],"e":[200,200,100]},{"t":180.00000733155}],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-473.224,-162.473],[-473.224,-73.313],[-326.668,-73.313],[-326.668,-162.473]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[9.317,9.317],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-371.581,-128.607],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[319.55,316.687],"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":"Ellipse 4","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":90.0000036657751,"op":180.00000733155,"st":90.0000036657751,"bm":0},{"ddd":0,"ind":28,"ty":4,"nm":"chart bg light","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.56],"y":[1]},"o":{"x":[0.44],"y":[0]},"n":["0p56_1_0p44_0"],"t":0,"s":[40],"e":[1]},{"t":90.0000036657751}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[713.919,46.286,0],"ix":2},"a":{"a":0,"k":[-371.581,-128.607,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.56,0.56,0.56],"y":[1,1,1]},"o":{"x":[0.44,0.44,0.44],"y":[0,0,0]},"n":["0p56_1_0p44_0","0p56_1_0p44_0","0p56_1_0p44_0"],"t":0,"s":[0,0,100],"e":[200,200,100]},{"t":90.0000036657751}],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-473.224,-162.473],[-473.224,-73.313],[-326.668,-73.313],[-326.668,-162.473]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[9.317,9.317],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-371.581,-128.607],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[319.55,316.687],"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":"Ellipse 4","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":90.0000036657751,"st":0,"bm":0},{"ddd":0,"ind":29,"ty":4,"nm":"chart bg 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[685.554,57,0],"ix":2},"a":{"a":0,"k":[-399.946,-117.893,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-473.224,-162.473],[-473.224,-73.313],[-326.668,-73.313],[-326.668,-162.473]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[9.317,9.317],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-371.581,-128.607],"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":"Ellipse 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[9.317,9.317],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-454.341,-94.234],"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":"Ellipse 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-401.25,-106.375],[-371.25,-131.75],[-350,-116.75],[-319,-141.25],[-293.75,-126.75],[-250,-160.25]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-52.5,12],"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,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":361.000014703831,"st":0,"bm":0},{"ddd":0,"ind":30,"ty":4,"nm":"chart bg 5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[685.554,57,0],"ix":2},"a":{"a":0,"k":[-399.946,-117.893,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-473.224,-162.473],[-473.224,-73.313],[-326.668,-73.313],[-326.668,-162.473]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[129.26,89.159],"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":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.445,0.909,0.801,0.518,0.26,0.711,0.869,1,0.074,0.514,0.937],"ix":9}},"s":{"a":0,"k":[-60.492,-42.461],"ix":5},"e":{"a":0,"k":[65.177,45.457],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-399.946,-117.893],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[113.381,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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":371.00001511114,"st":0,"bm":0},{"ddd":0,"ind":31,"ty":4,"nm":"chart line b","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[702.625,61.438,0],"ix":2},"a":{"a":0,"k":[-325.625,-133.312,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-401.25,-106.375],[-371.25,-131.75],[-350,-116.75],[-319,-141.25],[-293.75,-126.75],[-250,-160.25]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.117647058824,0.627450980392,0.949019607843,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[5,-8],"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,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":361.000014703831,"st":0,"bm":0},{"ddd":0,"ind":32,"ty":4,"nm":"chart line","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[670.969,74.018,0],"ix":2},"a":{"a":0,"k":[-413.531,-105.125,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-485.625,-148.125],[-485.625,-65],[-340,-65.25]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[131,-59.25],[147.125,-52.625],[130.75,-46.25]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-484,-13],"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":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[6.312,-124.625],[13.375,-136.125],[20.875,-124.688]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-499,-13],"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 3","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":361.000014703831,"st":0,"bm":0},{"ddd":0,"ind":33,"ty":4,"nm":"ruler","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":5,"ix":10},"p":{"a":0,"k":[615.265,217.208,0],"ix":2},"a":{"a":0,"k":[54.015,36.958,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[37.75,-31.25],[45,-31.5]],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[2.25,75],"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 6","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[37.75,-31.25],[45,-31.5]],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[2.25,30],"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 3","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[37.75,-31.25],[45,-31.5]],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[2.25,60],"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 5","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[37.75,-31.25],[45,-31.5]],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[2.25,15],"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":3,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[37.75,-31.25],[45,-31.5]],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[2.25,45],"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 4","np":3,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[37.75,-31.25],[45,-31.5]],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[2.25,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,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[29.029,173.916],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[54.015,36.958],"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,"ix":7,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":361.000014703831,"st":0,"bm":0},{"ddd":0,"ind":34,"ty":4,"nm":"pen","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-7,"ix":10},"p":{"a":0,"k":[581.388,209.861,0],"ix":2},"a":{"a":0,"k":[59.108,18.111,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[39.812,-45.625],[36.847,-37.302],[43.106,-37.382]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[19,-18.75],"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 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[61.75,-3.125],[61.75,63.25]],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"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 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"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.875,-29.125],[56.75,40.25]],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.608,-70.174],[8.166,84.096],[-7.051,84.096],[-7.608,-70.174],[-4.733,-68.486],[-2.464,-70.236],[0.661,-68.549],[3.411,-70.299],[5.767,-68.424]],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[59.108,29.174],"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,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":361.000014703831,"st":0,"bm":0},{"ddd":0,"ind":35,"ty":4,"nm":"cup","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[603.996,248.991,0],"ix":2},"a":{"a":0,"k":[-28.504,76.491,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[79.992,113.982],"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":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.986,0.667,0.52,0.448,0.739,0.481,0.706,0.999,0.492,0.296,0.892],"ix":9}},"s":{"a":0,"k":[-39.639,-39.52],"ix":5},"e":{"a":0,"k":[37.389,53.881],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-28.504,76.491],"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":361.000014703831,"st":0,"bm":0}]},{"id":"comp_2","layers":[{"ddd":0,"ind":6,"ty":4,"nm":"Clamp 2","parent":18,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.82],"y":[1]},"o":{"x":[0.66],"y":[0]},"n":["0p82_1_0p66_0"],"t":30,"s":[100],"e":[0]},{"t":50.0000020365418}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-215.669,-106.286,0],"ix":2},"a":{"a":0,"k":[-211.525,-110.286,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[12.557,12.557],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-211.722,-121.755],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.011,-9.25],[0,0],[0,0],[0.053,7.125],[-6.875,0.062]],"o":[[0.01,7.876],[0,0],[0,0],[0.072,-9.5],[6.875,-0.062]],"v":[[13.729,-9.695],[13.729,23.633],[-13.729,23.633],[-13.729,-9.695],[-0.158,-23.696]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[37.996,1.403],[37.996,24.082],[-37.954,24.082],[-37.954,1.403]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":2,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-211.521,-112.117],"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 2","np":5,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":372.000015151871,"st":1.00000004073083,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"content","parent":10,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-3.572,69.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-237.75,-42.75],[-152.031,-42.75]],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,3.75],"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 4","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-273.938,-43],[-265.688,-35.75],[-249.438,-51]],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300.00001221925,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"content","parent":10,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-3.572,34.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-237.75,-42.75],[-152.031,-42.75]],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,3.75],"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 4","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-273.938,-43],[-265.688,-35.75],[-248.562,-51.75]],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300.00001221925,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"content","parent":10,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-216.556,-45.625,0],"ix":2},"a":{"a":0,"k":[-212.984,-45.125,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-237.75,-42.75],[-152.031,-42.75]],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,3.75],"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 4","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-273.938,-43],[-265.688,-35.75],[-249.562,-51]],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300.00001221925,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"paper","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.46],"y":[1]},"o":{"x":[0.42],"y":[0]},"n":["0p46_1_0p42_0"],"t":2,"s":[0],"e":[63]},{"t":30.0000012219251}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.46,"y":1},"o":{"x":0.42,"y":0},"n":"0p46_1_0p42_0","t":2,"s":[816.903,191.004,0],"e":[578.576,470.019,0],"to":[-1.13050544261932,127.843788146973,0],"ti":[134.130508422852,21.1562118530273,0]},{"t":30.0000012219251}],"ix":2},"a":{"a":0,"k":[-215.669,18.004,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.72,"y":1},"o":{"x":0.28,"y":0},"n":"0p72_1_0p28_0","t":0,"s":[{"i":[[0,0],[0.171,-17.375],[17.359,-0.242],[25.178,-0.133],[0.428,22.625],[0,0]],"o":[[0,0],[-0.234,23.75],[-17.359,0.242],[17.178,-5.633],[-0.341,-18.001],[0,0]],"v":[[80.331,-102.004],[80.331,37.121],[50.956,87.004],[-106.581,87.004],[-80.331,37.621],[-80.331,-102.004]],"c":true}],"e":[{"i":[[0,0],[1.927,-18.899],[18.1,-1.002],[27.142,-1.284],[-2.842,26.418],[0,0]],"o":[[0,0],[-1.977,23.999],[-18.72,1.198],[22.558,-4.489],[0.694,-22.029],[0,0]],"v":[[79.314,-101.925],[79.51,34.858],[37.462,75.41],[-118.2,75.696],[-78.765,30.664],[-80.529,-100.494]],"c":true}]},{"i":{"x":0.72,"y":1},"o":{"x":0.28,"y":0},"n":"0p72_1_0p28_0","t":2,"s":[{"i":[[0,0],[1.927,-18.899],[18.1,-1.002],[27.142,-1.284],[-2.842,26.418],[0,0]],"o":[[0,0],[-1.977,23.999],[-18.72,1.198],[22.558,-4.489],[0.694,-22.029],[0,0]],"v":[[79.314,-101.925],[79.51,34.858],[37.462,75.41],[-118.2,75.696],[-78.765,30.664],[-80.529,-100.494]],"c":true}],"e":[{"i":[[0,0],[11.774,-33.57],[21.067,-4.04],[34.997,-5.89],[-3.546,24.685],[0,0]],"o":[[0,0],[-8.787,25.054],[-24.164,5.02],[20.979,-11.591],[4.834,-38.139],[0,0]],"v":[[72.247,-101.609],[73.224,25.805],[20.311,79.922],[-121.608,83.227],[-75.499,2.835],[-84.318,-94.452]],"c":true}]},{"i":{"x":0.72,"y":1},"o":{"x":0.28,"y":0},"n":"0p72_1_0p28_0","t":5,"s":[{"i":[[0,0],[11.774,-33.57],[21.067,-4.04],[34.997,-5.89],[-3.546,24.685],[0,0]],"o":[[0,0],[-8.787,25.054],[-24.164,5.02],[20.979,-11.591],[4.834,-38.139],[0,0]],"v":[[72.247,-101.609],[73.224,25.805],[20.311,79.922],[-121.608,83.227],[-75.499,2.835],[-84.318,-94.452]],"c":true}],"e":[{"i":[[0,0],[16.574,-41.767],[24.774,-7.838],[44.816,-11.647],[-9.187,26.22],[0,0]],"o":[[0,0],[-10.979,27.667],[-30.969,9.797],[24.78,-17.548],[13.409,-38.273],[0,0]],"v":[[76.831,-102.504],[70.739,36.249],[17.972,88.152],[-131.272,85.416],[-78.15,11.942],[-79.637,-103.315]],"c":true}]},{"t":10.0000004073083}],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-215.669,18.004],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300.00001221925,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"desk","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[250.5,172.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[377.9,56.742],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[10.95,161.871],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300.00001221925,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"sd","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[260.5,334.5,0],"ix":2},"a":{"a":0,"k":[-394,162,0],"ix":1},"s":{"a":0,"k":[-100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-205.05,133.629],[-205.05,190.371],[-582.95,190.371],[-582.95,133.629]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[17.334,-53.086],[-40,-19.5],[-13,-1.25]],"o":[[0,0],[-24,73.5],[28.069,13.684],[13,1.25]],"v":[[-175.75,104],[-599.5,104],[-232.75,157.5],[-199.25,201]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.949,0.506,0.6,0.5,0.766,0.448,0.718,1,0.584,0.389,0.836],"ix":9}},"s":{"a":0,"k":[-573.953,148.109],"ix":5},"e":{"a":0,"k":[-156.326,159.414],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-4,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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300.00001221925,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"desk","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[622.5,172.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[1121.9,56.742],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.717647058824,0.760784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[10.95,161.871],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300.00001221925,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"pie 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.83],"y":[1]},"o":{"x":[0.65],"y":[0]},"n":["0p83_1_0p65_0"],"t":42,"s":[0],"e":[-205]},{"t":56.0000022809268}],"ix":10},"p":{"a":0,"k":[997.235,118.767,0],"ix":2},"a":{"a":0,"k":[77.735,-43.153,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.83,0.83,0.83],"y":[1,1,1]},"o":{"x":[0.65,0.65,0.65],"y":[0,0,0]},"n":["0p83_1_0p65_0","0p83_1_0p65_0","0p83_1_0p65_0"],"t":42,"s":[100,100,100],"e":[0,0,100]},{"t":56.0000022809268}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.347,48.704],[0,-53.763],[0,0]],"o":[[53.763,0],[-39.193,-0.143],[0,0]],"v":[[0,-97.347],[97.347,0],[0.153,-0.25]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.976470588235,0.556862745098,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[77.847,-43.153],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[91,91],"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":"Ellipse 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300.00001221925,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"pie 4","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.83],"y":[1]},"o":{"x":[0.45],"y":[0]},"n":["0p83_1_0p45_0"],"t":50,"s":[100],"e":[0]},{"t":60.0000024438501}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[997.347,118.767,0],"ix":2},"a":{"a":0,"k":[77.847,-43.153,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.83,0.83,0.83],"y":[1,1,1]},"o":{"x":[0.45,0.45,0.45],"y":[0,0,0]},"n":["0p83_1_0p45_0","0p83_1_0p45_0","0p83_1_0p45_0"],"t":50,"s":[100,100,100],"e":[0,0,100]},{"t":60.0000024438501}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[150.693,150.693],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.908,1,0.596,0.456,0.952,0.92,0.416,1,0.996,0.841,0.236],"ix":9}},"s":{"a":0,"k":[-62.084,-54.739],"ix":5},"e":{"a":0,"k":[49.326,45.193],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[77.847,-43.153],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[86.975,86.975],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":361.000014703831,"st":0,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"pie","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.83,"y":1},"o":{"x":0.65,"y":0},"n":"0p83_1_0p65_0","t":36,"s":[1007.347,128.767,0],"e":[997.347,118.767,0],"to":[-1.66666662693024,-1.66666662693024,0],"ti":[1.66666662693024,1.66666662693024,0]},{"t":46.0000018736184}],"ix":2},"a":{"a":0,"k":[87.847,-33.153,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[150.693,150.693],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.976470588235,0.556862745098,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[87.847,-33.153],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[86.975,86.975],"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":"Ellipse 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":50.0000020365418,"st":0,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"paper","parent":18,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.82],"y":[1]},"o":{"x":[0.66],"y":[0]},"n":["0p82_1_0p66_0"],"t":30,"s":[100],"e":[0]},{"t":50.0000020365418}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-215.669,18.004,0],"ix":2},"a":{"a":0,"k":[-215.669,18.004,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[160.662,204.008],"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":"fl","c":{"a":0,"k":[0.749821262734,0.868595557119,0.942601102941,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-215.669,18.004],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300.00001221925,"st":0,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"bg","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.82],"y":[1]},"o":{"x":[0.66],"y":[0]},"n":["0p82_1_0p66_0"],"t":30,"s":[100],"e":[0]},{"t":50.0000020365418}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.82,"y":1},"o":{"x":0.66,"y":0},"n":"0p82_1_0p66_0","t":30,"s":[816.903,191.004,0],"e":[846.903,191.004,0],"to":[5,0,0],"ti":[-5,0,0]},{"t":50.0000020365418}],"ix":2},"a":{"a":0,"k":[-215.669,18.004,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[187.662,228.008],"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":"fl","c":{"a":0,"k":[0,0.376470588235,0.819607843137,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-215.669,18.004],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300.00001221925,"st":0,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"bookcover","parent":37,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.82],"y":[1]},"o":{"x":[0.66],"y":[0]},"n":["0p82_1_0p66_0"],"t":30,"s":[100],"e":[0]},{"t":50.0000020365418}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[389.703,113,0],"ix":2},"a":{"a":0,"k":[13.703,89.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-16.25,0],[16.5,0],[0,0]],"o":[[0,0],[16.25,0],[-16.5,0],[0,0]],"v":[[-42.562,71.25],[57.75,71],[57.5,107.5],[-42.812,107.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-16.25,0],[16.5,0],[0,0]],"o":[[0,0],[16.25,0],[-16.5,0],[0,0]],"v":[[-165.062,71.25],[57.75,71],[57.5,107.5],[-165.312,107.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.949019607843,0.505882352941,0.6,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300.00001221925,"st":0,"bm":0},{"ddd":0,"ind":20,"ty":4,"nm":"booksd","parent":37,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.82],"y":[1]},"o":{"x":[0.66],"y":[0]},"n":["0p82_1_0p66_0"],"t":30,"s":[100],"e":[0]},{"t":50.0000020365418}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[389.703,113,0],"ix":2},"a":{"a":0,"k":[13.703,89.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-16.25,0],[0.031,-7.563]],"o":[[0,0],[8.125,0],[-0.031,7.562]],"v":[[-39.125,75.625],[56.5,75.375],[70.344,90.501]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.717647058824,0.760784313725,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300.00001221925,"st":0,"bm":0},{"ddd":0,"ind":21,"ty":4,"nm":"book","parent":37,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.82],"y":[1]},"o":{"x":[0.66],"y":[0]},"n":["0p82_1_0p66_0"],"t":30,"s":[100],"e":[0]},{"t":50.0000020365418}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[319.618,113.312,0],"ix":2},"a":{"a":0,"k":[-85.882,113.312,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-13.982,-0.083],[13.768,0.062],[0,0],[0,0]],"o":[[15.732,0.583],[-13.768,-0.062],[0,0],[0,0]],"v":[[-17.859,-16.688],[-17.859,16.708],[-115.391,16.604],[-115.391,-16.792]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[46.876,113.104],"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 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[17.141,-16.688],[17.141,16.708],[-115.391,16.604],[-115.391,-16.792]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.717647058824,0.760784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-85.391,113.104],"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,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300.00001221925,"st":0,"bm":0},{"ddd":0,"ind":22,"ty":4,"nm":"coffe","parent":35,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.82],"y":[1]},"o":{"x":[0.66],"y":[0]},"n":["0p82_1_0p66_0"],"t":30,"s":[100],"e":[0]},{"t":43.0000017514259}],"ix":11},"r":{"a":0,"k":-5,"ix":10},"p":{"a":0,"k":[369.335,32.999,0],"ix":2},"a":{"a":0,"k":[97.73,75.621,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-20.108,0.25],[30.371,-0.383],[0.064,35.75]],"o":[[-0.275,35.875],[-30.371,0.383],[29.502,0]],"v":[[42.455,-30.246],[-0.045,23.246],[-42.61,-30.121]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.717647058824,0.760784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[97.73,75.621],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100.213,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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[42.884,24.963],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":14,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[140.442,57.981],"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 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300.00001221925,"st":0,"bm":0},{"ddd":0,"ind":23,"ty":4,"nm":"life","parent":18,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.82],"y":[1]},"o":{"x":[0.66],"y":[0]},"n":["0p82_1_0p66_0"],"t":30,"s":[100],"e":[0]},{"t":50.0000020365418}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-19.572,-0.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-341.25,113.75],[-313.25,117.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.717647058824,0.760784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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 4","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-330.75,76],[-326,103.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.717647058824,0.760784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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 3","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-356.004,73.762],[-297.501,133.503]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.717647058824,0.760784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[99.96,100.151],"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":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[37.571,11.534],[0,0],[-34.25,-92.75]],"o":[[-83.875,-25.75],[0,0],[38.962,105.511]],"v":[[-310.875,156],[-380.5,52.25],[-262.938,133.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.717647058824,0.760784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300.00001221925,"st":0,"bm":0},{"ddd":0,"ind":24,"ty":4,"nm":"life2","parent":18,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.6],"y":[1]},"o":{"x":[0.66],"y":[0]},"n":["0p6_1_0p66_0"],"t":30,"s":[100],"e":[0]},{"t":45.0000018328876}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-57.072,-3,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-280.25,60],[-265,64]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.717647058824,0.760784313725,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"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 4","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-270.25,33.25],[-272.75,49.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.717647058824,0.760784313725,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"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 3","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-282.25,34],[-249.5,90]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.717647058824,0.760784313725,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"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 2","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[18.298,15.548],[0,0],[-7,-71.75]],"o":[[-48.25,-41],[0,0],[4.999,51.236]],"v":[[-260.75,108.25],[-295.75,11],[-229,91.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.949019607843,0.505882352941,0.6,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1.5,2.5],"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,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300.00001221925,"st":0,"bm":0},{"ddd":0,"ind":25,"ty":4,"nm":"chart bg 4","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.83],"y":[1]},"o":{"x":[0.45],"y":[0]},"n":["0p83_1_0p45_0"],"t":46,"s":[100],"e":[0]},{"t":51.0000020772726}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[713.919,46.286,0],"ix":2},"a":{"a":0,"k":[-371.581,-128.607,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.83,0.83,0.83],"y":[1,1,1]},"o":{"x":[0.45,0.45,0.45],"y":[0,0,0]},"n":["0p83_1_0p45_0","0p83_1_0p45_0","0p83_1_0p45_0"],"t":46,"s":[100,100,100],"e":[400,400,100]},{"t":51.0000020772726}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[9.317,9.317],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-371.581,-128.607],"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":"Ellipse 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300.00001221925,"st":0,"bm":0},{"ddd":0,"ind":26,"ty":4,"nm":"chart bg 3","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.83],"y":[1]},"o":{"x":[0.45],"y":[0]},"n":["0p83_1_0p45_0"],"t":36,"s":[100],"e":[0]},{"t":41.0000016699642}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[631.159,80.659,0],"ix":2},"a":{"a":0,"k":[-454.341,-94.234,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.83,0.83,0.83],"y":[1,1,1]},"o":{"x":[0.45,0.45,0.45],"y":[0,0,0]},"n":["0p83_1_0p45_0","0p83_1_0p45_0","0p83_1_0p45_0"],"t":36,"s":[100,100,100],"e":[400,400,100]},{"t":41.0000016699642}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[9.317,9.317],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-454.341,-94.234],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300.00001221925,"st":0,"bm":0},{"ddd":0,"ind":27,"ty":4,"nm":"chart bg 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[695.291,53.581,0],"ix":2},"a":{"a":0,"k":[-390.209,-121.312,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-473.224,-162.473],[-473.224,-73.313],[-326.668,-73.313],[-326.668,-162.473]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-401.25,-106.375],[-371.25,-131.75],[-350,-116.75],[-319,-141.25],[-293.75,-126.75],[-250,-160.25]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.83],"y":[1]},"o":{"x":[0.45],"y":[0]},"n":["0p83_1_0p45_0"],"t":39,"s":[0],"e":[100]},{"t":54.0000021994651}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.83],"y":[1]},"o":{"x":[0.45],"y":[0]},"n":["0p83_1_0p45_0"],"t":39,"s":[100],"e":[100]},{"t":54.0000021994651}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-52.5,12],"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300.00001221925,"st":0,"bm":0},{"ddd":0,"ind":28,"ty":4,"nm":"Shape Layer 4","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.667},"o":{"x":0.167,"y":0.167},"n":"0p833_0p667_0p167_0p167","t":60,"s":[744.034,26.541,0],"e":[744.034,28.405,0],"to":[0,0.31067702174187,0],"ti":[0,-1.24270808696747,0]},{"i":{"x":0.833,"y":0.778},"o":{"x":0.167,"y":0.111},"n":"0p833_0p778_0p167_0p111","t":61,"s":[744.034,28.405,0],"e":[744.034,33.997,0],"to":[0,1.24270808696747,0],"ti":[0,-2.48541617393494,0]},{"i":{"x":0.833,"y":0.8},"o":{"x":0.167,"y":0.133},"n":"0p833_0p8_0p167_0p133","t":62,"s":[744.034,33.997,0],"e":[744.034,43.318,0],"to":[0,2.48541617393494,0],"ti":[0,-3.72812438011169,0]},{"i":{"x":0.833,"y":0.81},"o":{"x":0.167,"y":0.143},"n":"0p833_0p81_0p167_0p143","t":63,"s":[744.034,43.318,0],"e":[744.034,56.366,0],"to":[0,3.72812438011169,0],"ti":[0,-4.97083234786987,0]},{"i":{"x":0.833,"y":0.815},"o":{"x":0.167,"y":0.148},"n":"0p833_0p815_0p167_0p148","t":64,"s":[744.034,56.366,0],"e":[744.034,73.143,0],"to":[0,4.97083234786987,0],"ti":[0,-6.21354055404663,0]},{"i":{"x":0.833,"y":0.818},"o":{"x":0.167,"y":0.152},"n":"0p833_0p818_0p167_0p152","t":65,"s":[744.034,73.143,0],"e":[744.034,93.647,0],"to":[0,6.21354055404663,0],"ti":[0,-7.45624876022339,0]},{"i":{"x":0.833,"y":0.821},"o":{"x":0.167,"y":0.154},"n":"0p833_0p821_0p167_0p154","t":66,"s":[744.034,93.647,0],"e":[744.034,117.88,0],"to":[0,7.45624876022339,0],"ti":[0,-8.6989574432373,0]},{"i":{"x":0.833,"y":0.822},"o":{"x":0.167,"y":0.156},"n":"0p833_0p822_0p167_0p156","t":67,"s":[744.034,117.88,0],"e":[744.034,145.841,0],"to":[0,8.6989574432373,0],"ti":[0,-9.94166469573975,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.157},"n":"0p833_0p824_0p167_0p157","t":68,"s":[744.034,145.841,0],"e":[744.034,177.53,0],"to":[0,9.94166469573975,0],"ti":[0,-11.1843729019165,0]},{"i":{"x":0.833,"y":0.825},"o":{"x":0.167,"y":0.158},"n":"0p833_0p825_0p167_0p158","t":69,"s":[744.034,177.53,0],"e":[744.034,212.947,0],"to":[0,11.1843729019165,0],"ti":[0,-12.4270811080933,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.159},"n":"0p833_0p842_0p167_0p159","t":70,"s":[744.034,212.947,0],"e":[744.034,252.093,0],"to":[0,12.4270811080933,0],"ti":[0,-12.3732833862305,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.176},"n":"0p833_0p845_0p167_0p176","t":71,"s":[744.034,252.093,0],"e":[744.034,287.187,0],"to":[0,12.3732833862305,0],"ti":[0,-0.81379133462906,0]},{"i":{"x":0.833,"y":0.851},"o":{"x":0.167,"y":0.18},"n":"0p833_0p851_0p167_0p18","t":72,"s":[744.034,287.187,0],"e":[744.034,256.975,0],"to":[0,0.81379133462906,0],"ti":[0,8.99151515960693,0]},{"i":{"x":0.833,"y":0.856},"o":{"x":0.167,"y":0.19},"n":"0p833_0p856_0p167_0p19","t":73,"s":[744.034,256.975,0],"e":[744.034,233.238,0],"to":[0,-8.99151515960693,0],"ti":[0,6.83344793319702,0]},{"i":{"x":0.833,"y":0.865},"o":{"x":0.167,"y":0.198},"n":"0p833_0p865_0p167_0p198","t":74,"s":[744.034,233.238,0],"e":[744.034,215.975,0],"to":[0,-6.83344793319702,0],"ti":[0,4.67538118362427,0]},{"i":{"x":0.833,"y":0.883},"o":{"x":0.167,"y":0.217},"n":"0p833_0p883_0p167_0p217","t":75,"s":[744.034,215.975,0],"e":[744.034,205.186,0],"to":[0,-4.67538118362427,0],"ti":[0,2.51731395721436,0]},{"i":{"x":0.833,"y":0.871},"o":{"x":0.167,"y":0.292},"n":"0p833_0p871_0p167_0p292","t":76,"s":[744.034,205.186,0],"e":[744.034,200.871,0],"to":[0,-2.51731395721436,0],"ti":[0,0.35924687981606,0]},{"i":{"x":0.833,"y":0.609},"o":{"x":0.167,"y":0.237},"n":"0p833_0p609_0p167_0p237","t":77,"s":[744.034,200.871,0],"e":[744.034,203.03,0],"to":[0,-0.35924687981606,0],"ti":[0,-1.79882025718689,0]},{"i":{"x":0.833,"y":0.771},"o":{"x":0.167,"y":0.106},"n":"0p833_0p771_0p167_0p106","t":78,"s":[744.034,203.03,0],"e":[744.034,211.664,0],"to":[0,1.79882025718689,0],"ti":[0,-3.95688724517822,0]},{"i":{"x":0.833,"y":0.798},"o":{"x":0.167,"y":0.131},"n":"0p833_0p798_0p167_0p131","t":79,"s":[744.034,211.664,0],"e":[744.034,226.771,0],"to":[0,3.95688724517822,0],"ti":[0,-6.11495447158813,0]},{"i":{"x":0.833,"y":0.808},"o":{"x":0.167,"y":0.142},"n":"0p833_0p808_0p167_0p142","t":80,"s":[744.034,226.771,0],"e":[744.034,248.353,0],"to":[0,6.11495447158813,0],"ti":[0,-8.27302169799805,0]},{"i":{"x":0.833,"y":0.899},"o":{"x":0.167,"y":0.147},"n":"0p833_0p899_0p167_0p147","t":81,"s":[744.034,248.353,0],"e":[744.034,276.41,0],"to":[0,8.27302169799805,0],"ti":[0,-5.38813066482544,0]},{"i":{"x":0.833,"y":0.717},"o":{"x":0.167,"y":0.477},"n":"0p833_0p717_0p167_0p477","t":82,"s":[744.034,276.41,0],"e":[744.034,280.682,0],"to":[0,5.38813066482544,0],"ti":[0,1.66363644599915,0]},{"i":{"x":0.833,"y":0.857},"o":{"x":0.167,"y":0.118},"n":"0p833_0p857_0p167_0p118","t":83,"s":[744.034,280.682,0],"e":[744.034,266.428,0],"to":[0,-1.66363644599915,0],"ti":[0,4.09012603759766,0]},{"i":{"x":0.833,"y":0.865},"o":{"x":0.167,"y":0.199},"n":"0p833_0p865_0p167_0p199","t":84,"s":[744.034,266.428,0],"e":[744.034,256.141,0],"to":[0,-4.09012603759766,0],"ti":[0,2.76742100715637,0]},{"i":{"x":0.833,"y":0.886},"o":{"x":0.167,"y":0.219},"n":"0p833_0p886_0p167_0p219","t":85,"s":[744.034,256.141,0],"e":[744.034,249.823,0],"to":[0,-2.76742100715637,0],"ti":[0,1.4447158575058,0]},{"i":{"x":0.833,"y":0.858},"o":{"x":0.167,"y":0.307},"n":"0p833_0p858_0p167_0p307","t":86,"s":[744.034,249.823,0],"e":[744.034,247.473,0],"to":[0,-1.4447158575058,0],"ti":[0,0.12201061844826,0]},{"i":{"x":0.833,"y":0.635},"o":{"x":0.167,"y":0.202},"n":"0p833_0p635_0p167_0p202","t":87,"s":[744.034,247.473,0],"e":[744.034,249.091,0],"to":[0,-0.12201061844826,0],"ti":[0,-1.20069456100464,0]},{"i":{"x":0.833,"y":0.774},"o":{"x":0.167,"y":0.108},"n":"0p833_0p774_0p167_0p108","t":88,"s":[744.034,249.091,0],"e":[744.034,254.677,0],"to":[0,1.20069456100464,0],"ti":[0,-2.5233998298645,0]},{"i":{"x":0.833,"y":0.799},"o":{"x":0.167,"y":0.132},"n":"0p833_0p799_0p167_0p132","t":89,"s":[744.034,254.677,0],"e":[744.034,264.232,0],"to":[0,2.5233998298645,0],"ti":[0,-3.84610509872437,0]},{"i":{"x":0.833,"y":0.853},"o":{"x":0.167,"y":0.142},"n":"0p833_0p853_0p167_0p142","t":90,"s":[744.034,264.232,0],"e":[744.034,277.754,0],"to":[0,3.84610509872437,0],"ti":[0,-3.98318362236023,0]},{"i":{"x":0.833,"y":0.85},"o":{"x":0.167,"y":0.192},"n":"0p833_0p85_0p167_0p192","t":91,"s":[744.034,277.754,0],"e":[744.034,288.131,0],"to":[0,3.98318362236023,0],"ti":[0,-0.36094307899475,0]},{"i":{"x":0.833,"y":0.858},"o":{"x":0.167,"y":0.188},"n":"0p833_0p858_0p167_0p188","t":92,"s":[744.034,288.131,0],"e":[744.034,279.92,0],"to":[0,0.36094307899475,0],"ti":[0,2.33167266845703,0]},{"i":{"x":0.833,"y":0.868},"o":{"x":0.167,"y":0.202},"n":"0p833_0p868_0p167_0p202","t":93,"s":[744.034,279.92,0],"e":[744.034,274.141,0],"to":[0,-2.33167266845703,0],"ti":[0,1.52097082138062,0]},{"i":{"x":0.833,"y":0.893},"o":{"x":0.167,"y":0.227},"n":"0p833_0p893_0p167_0p227","t":94,"s":[744.034,274.141,0],"e":[744.034,270.794,0],"to":[0,-1.52097082138062,0],"ti":[0,0.7102689743042,0]},{"i":{"x":0.833,"y":0.784},"o":{"x":0.167,"y":0.376},"n":"0p833_0p784_0p167_0p376","t":95,"s":[744.034,270.794,0],"e":[744.034,269.879,0],"to":[0,-0.7102689743042,0],"ti":[0,-0.1004329547286,0]},{"i":{"x":0.833,"y":0.7},"o":{"x":0.167,"y":0.136},"n":"0p833_0p7_0p167_0p136","t":96,"s":[744.034,269.879,0],"e":[744.034,271.396,0],"to":[0,0.1004329547286,0],"ti":[0,-0.91113483905792,0]},{"i":{"x":0.833,"y":0.782},"o":{"x":0.167,"y":0.115},"n":"0p833_0p782_0p167_0p115","t":97,"s":[744.034,271.396,0],"e":[744.034,275.346,0],"to":[0,0.91113483905792,0],"ti":[0,-1.72183680534363,0]},{"i":{"x":0.833,"y":0.802},"o":{"x":0.167,"y":0.135},"n":"0p833_0p802_0p167_0p135","t":98,"s":[744.034,275.346,0],"e":[744.034,281.727,0],"to":[0,1.72183680534363,0],"ti":[0,-2.53253865242004,0]},{"i":{"x":0.833,"y":0.917},"o":{"x":0.167,"y":0.144},"n":"0p833_0p917_0p167_0p144","t":99,"s":[744.034,281.727,0],"e":[744.034,290.541,0],"to":[0,2.53253865242004,0],"ti":[0,-1.46894478797913,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":100,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":101,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":102,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":103,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":104,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":105,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":106,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":107,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":108,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":109,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":110,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":111,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":112,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":113,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":114,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":115,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":116,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":117,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":118,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":119,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":120,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":121,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":122,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":123,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":124,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":125,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":126,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":127,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":128,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":129,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":130,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":131,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":132,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":133,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":134,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":135,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":136,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":137,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":138,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":139,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":140,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":141,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":142,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":143,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":144,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":145,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":146,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":147,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":148,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":149,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":150,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":151,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":152,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":153,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":154,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":155,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":156,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":157,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":158,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":159,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":160,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":161,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":162,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":163,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":164,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":165,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":166,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":167,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":168,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":169,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":170,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":171,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":172,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":173,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":174,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":175,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":176,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":177,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":178,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":179,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":180,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":181,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":182,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":183,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":184,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":185,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":186,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":187,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":188,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":189,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":190,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":191,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":192,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":193,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":194,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":195,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":196,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":197,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":198,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":199,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":200,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":201,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":202,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":203,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":204,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":205,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":206,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":207,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":208,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":209,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":210,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":211,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":212,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":213,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":214,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":215,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":216,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":217,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":218,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":219,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":220,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":221,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":222,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":223,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":224,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":225,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":226,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":227,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":228,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":229,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":230,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":231,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":232,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":233,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":234,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":235,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":236,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":237,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":238,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":239,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":240,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":241,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":242,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":243,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":244,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":245,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":246,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":247,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":248,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":249,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":250,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":251,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":252,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":253,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":254,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":255,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":256,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":257,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":258,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":259,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":260,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":261,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":262,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":263,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":264,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":265,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":266,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":267,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":268,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":269,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":270,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":271,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":272,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":273,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":274,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":275,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":276,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":277,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":278,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":279,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":280,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":281,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":282,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":283,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":284,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":285,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":286,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":287,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":288,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":289,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":290,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":291,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":292,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":293,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":294,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":295,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":296,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":297,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":298,"s":[744.034,290.541,0],"e":[744.034,290.541,0],"to":[0,0,0],"ti":[0,0,0]},{"t":299.00001217852}],"ix":2},"a":{"a":0,"k":[161.534,-145.959,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[28.019,28.019],"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":"fl","c":{"a":0,"k":[0.117647058824,0.627450980392,0.949019607843,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[161.534,-145.959],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":60.0000024438501,"op":300.00001221925,"st":0,"bm":0},{"ddd":0,"ind":30,"ty":4,"nm":"chart bg 5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[685.554,57,0],"ix":2},"a":{"a":0,"k":[-399.946,-117.893,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":43,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-473.224,-162.473],[-473.224,-73.313],[-326.668,-73.313],[-326.668,-162.473]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-355.724,-162.473],[-355.724,-133.985],[-326.668,-133.985],[-326.668,-162.473]],"c":true}]},{"t":60.0000024438501}],"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[129.26,89.159],"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":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.445,0.909,0.801,0.518,0.26,0.711,0.869,1,0.074,0.514,0.937],"ix":9}},"s":{"a":0,"k":[-60.492,-42.461],"ix":5},"e":{"a":0,"k":[65.177,45.457],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-399.946,-117.893],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[113.381,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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":60.0000024438501,"st":0,"bm":0},{"ddd":0,"ind":31,"ty":4,"nm":"chart line b","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[702.375,61.438,0],"ix":2},"a":{"a":0,"k":[-325.625,-133.312,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-401.25,-106.375],[-371.25,-131.75],[-350,-116.75],[-319,-141.25],[-293.75,-126.75],[-250,-160.25]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.83],"y":[1]},"o":{"x":[0.45],"y":[0]},"n":["0p83_1_0p45_0"],"t":39,"s":[0],"e":[100]},{"t":54.0000021994651}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.83],"y":[1]},"o":{"x":[0.45],"y":[0]},"n":["0p83_1_0p45_0"],"t":39,"s":[100],"e":[100]},{"t":54.0000021994651}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.117647058824,0.627450980392,0.949019607843,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[5,-8],"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300.00001221925,"st":0,"bm":0},{"ddd":0,"ind":32,"ty":4,"nm":"chart line 3","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.83],"y":[1]},"o":{"x":[0.45],"y":[0]},"n":["0p83_1_0p45_0"],"t":36,"s":[100],"e":[0]},{"t":47.0000019143492}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.83,"y":1},"o":{"x":0.45,"y":0},"n":"0p83_1_0p45_0","t":36,"s":[670.969,74.018,0],"e":[550.969,74.018,0],"to":[-20,0,0],"ti":[20,0,0]},{"t":47.0000019143492}],"ix":2},"a":{"a":0,"k":[-413.531,-105.125,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[131,-59.25],[147.125,-52.625],[130.75,-46.25]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-484,-13],"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":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300.00001221925,"st":0,"bm":0},{"ddd":0,"ind":33,"ty":4,"nm":"chart line 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.83],"y":[1]},"o":{"x":[0.45],"y":[0]},"n":["0p83_1_0p45_0"],"t":36,"s":[100],"e":[0]},{"t":47.0000019143492}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.83,"y":1},"o":{"x":0.45,"y":0},"n":"0p83_1_0p45_0","t":36,"s":[670.969,74.018,0],"e":[670.969,133.018,0],"to":[0,9.83333301544189,0],"ti":[0,-9.83333301544189,0]},{"t":47.0000019143492}],"ix":2},"a":{"a":0,"k":[-413.531,-105.125,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[6.312,-124.625],[13.375,-136.125],[20.875,-124.688]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-499,-13],"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 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300.00001221925,"st":0,"bm":0},{"ddd":0,"ind":34,"ty":4,"nm":"chart line","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.83],"y":[1]},"o":{"x":[0.45],"y":[0]},"n":["0p83_1_0p45_0"],"t":36,"s":[100],"e":[0]},{"t":47.0000019143492}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[670.969,74.018,0],"ix":2},"a":{"a":0,"k":[-413.531,-105.125,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.83,"y":1},"o":{"x":0.45,"y":0},"n":"0p83_1_0p45_0","t":36,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-485.625,-148.125],[-485.625,-65],[-340,-65.25]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-485.75,-66.125],[-485.625,-65],[-485.5,-65.357]],"c":false}]},{"t":48.0000019550801}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300.00001221925,"st":0,"bm":0},{"ddd":0,"ind":35,"ty":4,"nm":"ruler","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.82],"y":[1]},"o":{"x":[0.66],"y":[0]},"n":["0p82_1_0p66_0"],"t":30,"s":[100],"e":[0]},{"t":50.0000020365418}],"ix":11},"r":{"a":0,"k":5,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.82,"y":1},"o":{"x":0.66,"y":0},"n":"0p82_1_0p66_0","t":34,"s":[607.686,303.835,0],"e":[557.686,303.835,0],"to":[-8.33333396911621,1.10214777748752e-7,0],"ti":[8.33333396911621,-1.10214777748752e-7,0]},{"t":51.0000020772726}],"ix":2},"a":{"a":0,"k":[54.015,123.916,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[37.75,-31.25],[45,-31.5]],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[2.25,75],"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 6","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[37.75,-31.25],[45,-31.5]],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[2.25,30],"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 3","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[37.75,-31.25],[45,-31.5]],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[2.25,60],"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 5","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[37.75,-31.25],[45,-31.5]],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[2.25,15],"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":3,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[37.75,-31.25],[45,-31.5]],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[2.25,45],"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 4","np":3,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[37.75,-31.25],[45,-31.5]],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[2.25,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,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[29.029,173.916],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[54.015,36.958],"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,"ix":7,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300.00001221925,"st":0,"bm":0},{"ddd":0,"ind":36,"ty":4,"nm":"pen","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.82],"y":[1]},"o":{"x":[0.66],"y":[0]},"n":["0p82_1_0p66_0"],"t":30,"s":[100],"e":[0]},{"t":50.0000020365418}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.82],"y":[1]},"o":{"x":[0.66],"y":[0]},"n":["0p82_1_0p66_0"],"t":32,"s":[-7],"e":[18]},{"t":53.0000021587343}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.82,"y":1},"o":{"x":0.66,"y":0},"n":"0p82_1_0p66_0","t":32,"s":[593.261,304.276,0],"e":[563.261,304.276,0],"to":[-5,-3.10200903186342e-7,0],"ti":[5,3.10200903186342e-7,0]},{"t":53.0000021587343}],"ix":2},"a":{"a":0,"k":[59.387,113.269,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[39.812,-45.625],[36.847,-37.302],[43.106,-37.382]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[19,-18.75],"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 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[61.75,-3.125],[61.75,63.25]],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"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 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"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.875,-29.125],[56.75,40.25]],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.608,-70.174],[8.166,84.096],[-7.051,84.096],[-7.608,-70.174],[-4.733,-68.486],[-2.464,-70.236],[0.661,-68.549],[3.411,-70.299],[5.767,-68.424]],"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":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[59.108,29.174],"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,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300.00001221925,"st":0,"bm":0},{"ddd":0,"ind":37,"ty":4,"nm":"cup","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.82],"y":[1]},"o":{"x":[0.66],"y":[0]},"n":["0p82_1_0p66_0"],"t":30,"s":[100],"e":[0]},{"t":50.0000020365418}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.82,"y":1},"o":{"x":0.66,"y":0},"n":"0p82_1_0p66_0","t":30,"s":[603.996,248.991,0],"e":[573.996,248.991,0],"to":[-5,0,0],"ti":[5,0,0]},{"t":51.0000020772726}],"ix":2},"a":{"a":0,"k":[-28.504,76.491,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[79.992,113.982],"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":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.986,0.667,0.52,0.448,0.739,0.481,0.706,0.999,0.492,0.296,0.892],"ix":9}},"s":{"a":0,"k":[-39.639,-39.52],"ix":5},"e":{"a":0,"k":[37.389,53.881],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-28.504,76.491],"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300.00001221925,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"让我们听到你的声音 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[71.461,141.417,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[50.375,3.25],[50.375,-1.828],[34.938,-1.828],[34.938,-22.953],[48.344,-22.953],[48.344,-28.234],[34.938,-28.234],[34.938,-42.25],[29.25,-42.25],[29.25,-1.828],[17.469,-1.828],[17.469,3.25]],"c":true},"ix":2},"nm":"让","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-1.219,1.082],[-1.219,1.219],[-1.355,0.949],[0.54,2.168],[1.625,-1.352],[0.812,-0.676],[0,0],[0,0],[0,0],[0,0],[0,0],[1.352,-1.352],[0,0]],"o":[[0.676,-0.406],[2.707,-2.438],[-0.543,-1.625],[-0.679,0.543],[-1.492,1.355],[0,0],[0,0],[0,0],[0,0],[0,0],[0.133,2.168],[0,0],[0.812,-1.085]],"v":[[12.188,0.406],[15.031,-2.031],[21.125,-7.109],[19.5,-12.797],[16.047,-9.953],[12.594,-6.906],[12.594,-26],[1.422,-26],[1.422,-20.922],[7.109,-20.922],[7.109,-5.484],[5.281,-0.203],[9.141,3.656]],"c":true},"ix":2},"nm":"让","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[3.52,3.523],[0,0],[-2.438,-3.25]],"o":[[-2.031,-2.165],[0,0],[2.844,2.574],[0,0]],"v":[[17.875,-33.516],[9.547,-42.047],[5.281,-38.594],[13.203,-29.859]],"c":true},"ix":2},"nm":"让","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.250765916413,0.073067077936,0.133220029345,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"让","np":6,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.168,0.273],[-0.679,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.977,-0.27],[0,0],[0,0],[0,0],[2.031,0.133],[0.812,0],[-0.273,-1.085],[-0.136,-0.543],[-1.355,0.133],[0.133,3.926],[0,0],[-2.844,0.406],[-0.136,1.492],[0,0.406],[2.977,-0.406],[0,0],[0,0],[0,0],[-0.949,-3.383],[4.469,-2.165],[-1.219,-1.625],[-0.136,-0.136],[-2.438,1.761],[-0.406,-0.812],[-3.793,0],[-1.085,2.977],[-0.406,3.523],[1.758,0.949],[0.133,-0.54],[0.27,-1.082],[1.219,0],[1.219,2.168],[0.406,0.679],[0.27,0.273],[-4.062,5.011],[0,0],[2.707,-2.301],[0.27,3.793],[0,0],[0,0],[0,0],[0,0],[0,2.71],[0,0],[-0.273,-7.312],[0,0],[0,0],[-1.898,0.136],[-0.679,0],[0,0],[5.145,-0.27],[-0.136,-1.219],[0,-0.54]],"o":[[1.352,-0.133],[0,0],[0,0],[0,0],[0,0],[0,0],[-3.656,0.543],[0,0],[0,0],[0,0],[0.133,1.898],[-2.574,0],[0.133,0.54],[0.27,1.219],[3.383,0],[3.656,0],[0,0],[2.977,-0.406],[-0.136,-0.812],[0,-0.812],[-2.844,0.543],[0,0],[0,0],[0,0],[0.406,5.281],[-3.523,2.438],[0.676,0.679],[0.27,0.406],[4.332,-2.168],[0.406,0.812],[2.301,4.062],[2.977,0],[0.946,-1.895],[-1.355,-0.54],[0,0.136],[-0.543,2.844],[-0.273,1.492],[-1.492,0],[-0.136,-0.406],[-0.273,-0.676],[3.52,-2.977],[0,0],[-2.98,4.199],[-0.406,-2.438],[0,0],[0,0],[0,0],[0,0],[-0.273,-7.04],[0,0],[0,2.438],[0,0],[0,0],[0.946,-0.133],[1.352,-0.27],[0,0],[-8.531,1.085],[0.133,0.406],[0.27,1.085],[0.946,0]],"v":[[60.645,-34.328],[63.692,-34.531],[63.692,-28.234],[53.942,-28.234],[53.942,-23.156],[63.692,-23.156],[63.692,-15.031],[53.739,-13.812],[54.754,-8.328],[63.692,-9.75],[63.692,-2.641],[60.848,0],[55.77,0],[56.379,2.438],[56.989,5.078],[64.098,4.875],[69.379,-1.016],[69.379,-10.766],[78.114,-11.984],[78.114,-15.438],[78.114,-17.266],[69.379,-15.844],[69.379,-23.156],[80.754,-23.156],[80.958,-21.125],[82.989,-8.125],[71.004,-1.219],[73.848,2.234],[74.458,3.047],[84.614,-2.844],[85.833,-0.406],[94.973,5.688],[101.067,1.219],[103.098,-6.906],[98.426,-9.141],[98.223,-8.125],[97.004,-2.234],[94.77,0],[90.708,-3.25],[89.895,-4.875],[89.083,-6.297],[100.458,-18.281],[95.989,-21.734],[87.458,-11.984],[86.442,-21.328],[86.239,-23.156],[102.895,-23.156],[102.895,-28.234],[85.833,-28.234],[85.426,-42.859],[79.942,-42.859],[80.348,-28.234],[69.379,-28.234],[69.379,-35.141],[73.645,-35.547],[76.692,-35.953],[75.676,-40.828],[55.161,-38.797],[55.567,-36.359],[55.973,-33.922]],"c":true},"ix":2},"nm":"我","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[1.625,1.219],[0,0],[-2.844,-2.844]],"o":[[-4.199,-3.79],[0,0],[2.844,2.438],[0,0]],"v":[[100.254,-33.516],[91.52,-41.031],[87.864,-37.781],[96.395,-29.859]],"c":true},"ix":2},"nm":"我","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.250765916413,0.073067077936,0.133220029345,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"我","np":5,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.929,0],[0.133,5.145],[0,0],[0,0],[0,0],[0,0],[0,0],[3.114,0.133],[2.301,0],[-0.406,-2.168],[0,-0.273]],"o":[[4.875,-0.136],[0,0],[0,0],[0,0],[0,0],[0,0],[0.27,2.844],[-2.304,0],[0.27,0.676],[0.133,0.54],[1.758,-0.136]],"v":[[146.274,5.281],[153.384,-2.641],[153.384,-39],[136.728,-39],[136.728,-33.719],[147.696,-33.719],[147.696,-4.062],[143.431,0],[136.524,0],[137.54,4.266],[137.743,5.484]],"c":true},"ix":2},"nm":"们","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-0.679,1.219],[-0.679,0.949],[0,0],[0,0],[0,0],[-0.136,0.543],[-0.679,2.304],[0,0],[4.062,-6.77],[0,0]],"o":[[1.219,-2.031],[0,0],[0,0],[0,0],[0.133,-0.133],[1.625,-3.926],[0,0],[-2.168,7.855],[0,0],[0.406,-0.54]],"v":[[109.103,-15.438],[111.946,-19.906],[111.946,5.891],[117.228,5.891],[117.228,-30.672],[117.634,-31.688],[121.087,-41.031],[115.603,-42.453],[106.259,-20.516],[107.478,-12.797]],"c":true},"ix":2},"nm":"们","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[129.415,5.281],[129.415,-30.266],[123.728,-30.266],[123.728,5.281]],"c":true},"ix":2},"nm":"们","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[1.352,1.761],[0,0],[-1.761,-2.707]],"o":[[-2.71,-3.25],[0,0],[2.031,2.574],[0,0]],"v":[[134.493,-34.938],[128.399,-42.453],[123.931,-39.609],[129.618,-31.688]],"c":true},"ix":2},"nm":"们","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.250765916413,0.073067077936,0.133220029345,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"们","np":7,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-5.824,0.679],[-1.355,0.136],[0,0],[9.614,-0.676],[0,0],[4.469,-4.875],[-1.625,-1.492],[0.133,10.699],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[2.844,-0.133],[2.707,-0.27],[0,0],[-5.418,0.949],[0,0],[0.27,11.105],[1.352,1.082],[4.875,-6.5],[0,0],[0,0],[0,0]],"v":[[201.029,5.281],[201.029,-19.703],[207.935,-19.703],[207.935,-24.578],[187.216,-24.578],[187.216,-34.328],[200.216,-35.547],[206.31,-36.156],[204.482,-41.438],[181.935,-39],[181.935,-21.734],[175.638,2.234],[180.107,6.094],[187.216,-19.703],[195.747,-19.703],[195.747,5.281]],"c":true},"ix":2},"nm":"听","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[166.091,0],[166.091,-3.859],[176.857,-3.859],[176.857,-38.594],[161.216,-38.594],[161.216,0]],"c":true},"ix":2},"nm":"听","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[171.982,-33.719],[171.982,-8.938],[166.091,-8.938],[166.091,-33.719]],"c":true},"ix":2},"nm":"听","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.250765916413,0.073067077936,0.133220029345,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"听","np":6,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[2.031,-2.571],[0.946,-0.54],[0,0],[-0.679,0.136],[-0.679,0],[-7.449,0.273],[-0.679,-1.082],[0,0],[2.977,4.335],[0.27,0.543],[0,0],[-0.812,-1.489],[2.031,-0.133],[1.489,-0.133],[-2.438,3.793],[-0.136,0.273],[0,0],[0,0],[0,0],[0,0]],"o":[[-1.898,3.25],[-0.543,0.543],[0,0],[0.27,0],[1.352,-0.27],[2.977,-0.27],[0.406,0.949],[0,0],[-1.219,-2.031],[-0.679,-0.946],[0,0],[1.219,1.625],[-1.085,0],[-3.25,0.136],[1.489,-1.895],[0.406,-0.54],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[220.439,-35.344],[214.549,-26.609],[212.314,-24.984],[214.143,-20.312],[215.564,-20.516],[218.611,-20.922],[234.252,-21.734],[235.877,-18.688],[240.143,-21.328],[233.846,-30.875],[232.424,-33.109],[228.361,-30.875],[231.408,-26.203],[226.736,-26],[219.627,-25.594],[225.518,-34.125],[226.33,-35.344],[239.533,-35.344],[239.533,-40.219],[212.111,-40.219],[212.111,-35.344]],"c":true},"ix":2},"nm":"到","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-3.25,0.273],[2.165,-0.133],[0,0],[-7.449,0.812],[-2.168,0.27],[-0.136,1.085],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[-4.062,0.406],[-4.742,0.406],[0,0],[4.196,-0.543],[4.332,-0.406],[0,-2.031],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[223.08,-9.547],[223.08,-1.828],[221.861,-1.625],[211.502,-0.812],[212.314,4.266],[229.783,2.234],[239.533,1.219],[239.736,-3.453],[228.361,-2.234],[228.361,-9.547],[238.518,-9.547],[238.518,-14.422],[228.361,-14.422],[228.361,-19.5],[223.08,-19.5],[223.08,-14.422],[212.721,-14.422],[212.721,-9.547]],"c":true},"ix":2},"nm":"到","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[-2.438,0],[0.27,4.469],[0,0],[0,0],[0,0],[2.165,0],[2.438,0],[-0.273,-2.031]],"o":[[4.602,-0.136],[0,0],[0,0],[0,0],[0.133,2.168],[-2.031,0],[0.406,1.352],[2.707,0]],"v":[[251.924,5.078],[258.424,-1.828],[258.424,-42.453],[252.939,-42.453],[252.939,-3.25],[249.893,0],[243.189,0],[244.205,5.078]],"c":true},"ix":2},"nm":"到","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[247.252,-6.5],[247.252,-37.172],[242.174,-37.172],[242.174,-6.5]],"c":true},"ix":2},"nm":"到","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.250765916413,0.073067077936,0.133220029345,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"到","np":7,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.492,2.574],[0,0],[0,0],[0,0],[-1.492,4.062],[0,0],[4.739,-7.176],[-0.136,-0.27],[-0.543,-1.625]],"o":[[0,0],[0,0],[0,0],[1.625,-3.79],[0,0],[-2.438,8.398],[0,0.136],[0.406,2.574],[1.625,-2.165]],"v":[[270.116,-19.703],[270.116,5.688],[275.6,5.688],[275.6,-29.656],[280.272,-41.438],[274.584,-42.859],[263.819,-19.5],[264.022,-18.891],[265.444,-12.594]],"c":true},"ix":2},"nm":"你","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-0.812,2.168],[0,0],[4.062,-5.415],[-1.219,-1.219],[-1.492,3.117],[0,0],[0,0],[-1.898,-0.406],[-0.273,0]],"o":[[0,0],[0,0],[0.812,-1.758],[0,0],[-1.898,6.5],[1.625,1.219],[2.301,-3.383],[0,0],[0,0],[0.812,0.136],[0.54,0.273],[0,0]],"v":[[312.366,-30.875],[312.366,-35.75],[290.428,-35.75],[292.866,-41.641],[287.178,-42.453],[278.241,-24.578],[282.506,-20.922],[288.194,-30.672],[306.881,-30.672],[304.038,-23.359],[308.1,-22.547],[309.319,-22.141]],"c":true},"ix":2},"nm":"你","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[-1.492,0],[-0.543,0],[0.133,4.469],[0,0],[0,0],[0,0],[2.165,0.133],[1.625,0],[-0.273,-1.898]],"o":[[1.489,-0.136],[4.469,0],[0,0],[0,0],[0,0],[0.133,2.031],[-1.898,0],[0.406,1.625],[0.676,0]],"v":[[289.209,5.281],[292.256,5.078],[298.756,-1.625],[298.756,-27.016],[293.272,-27.016],[293.272,-2.844],[290.225,0],[284.944,0],[285.959,5.281]],"c":true},"ix":2},"nm":"你","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[1.895,4.742],[0,0],[-2.438,-6.5],[-0.136,-0.54]],"o":[[-2.71,-6.5],[0,0],[1.489,3.386],[0.406,0.949],[0,0]],"v":[[313.381,-3.656],[306.475,-20.516],[301.397,-18.891],[307.288,-4.062],[308.1,-1.828]],"c":true},"ix":2},"nm":"你","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[-1.625,4.742],[0,0],[2.165,-4.196],[-1.355,-0.676]],"o":[[0,0],[-2.574,7.043],[2.031,0.812],[2.977,-6.906]],"v":[[290.225,-19.094],[285.35,-20.719],[278.241,-3.859],[283.319,-1.625]],"c":true},"ix":2},"nm":"你","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.250765916413,0.073067077936,0.133220029345,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"你","np":8,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.543,2.438],[0,0],[0.133,-0.812],[0.406,-1.489],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.812,-2.301],[0,0],[-0.136,0.406],[-0.679,2.574],[0,0],[0,0],[0,0]],"v":[[323.651,5.078],[323.651,1.219],[333.198,1.219],[333.198,4.875],[338.276,4.875],[338.276,-34.734],[329.542,-34.734],[331.573,-41.844],[325.886,-42.656],[325.479,-40.828],[323.854,-34.734],[318.37,-34.734],[318.37,5.078]],"c":true},"ix":2},"nm":"的","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-2.71,0.133],[0.133,6.094],[-0.273,14.761],[0,0],[-0.543,1.898],[-0.136,0.543],[0,0],[3.114,-5.688],[-0.679,-0.406],[-0.273,-0.133],[-1.219,2.71],[0,0],[0.133,-5.008],[0.133,-2.165],[3.656,0],[1.758,0.136],[0.812,0],[-0.273,-2.031]],"o":[[5.957,0.133],[0.27,-5.551],[0,0],[0.54,-1.082],[0.406,-0.946],[0,0],[-1.761,6.23],[1.625,0.812],[0.54,0.406],[1.219,-2.301],[0,0],[0,2.031],[-0.136,7.043],[0,3.523],[-0.949,0],[-1.625,0],[0.406,1.352],[3.114,0]],"v":[[354.526,4.672],[363.261,-4.266],[364.073,-34.734],[349.448,-34.734],[351.073,-39.203],[351.886,-41.438],[346.401,-42.656],[339.089,-24.781],[342.542,-22.953],[343.761,-22.141],[347.417,-29.656],[358.589,-29.656],[358.386,-19.094],[357.979,-5.281],[352.495,0],[348.432,-0.203],[344.776,-0.203],[345.792,4.875]],"c":true},"ix":2},"nm":"的","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[333.198,-14.016],[333.198,-3.453],[323.651,-3.453],[323.651,-14.016]],"c":true},"ix":2},"nm":"的","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[333.198,-29.656],[333.198,-19.094],[323.651,-19.094],[323.651,-29.656]],"c":true},"ix":2},"nm":"的","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[2.438,2.844],[0,0],[-2.304,-3.52]],"o":[[-2.844,-4.062],[0,0],[2.707,3.656],[0,0]],"v":[[354.729,-11.781],[346.807,-22.141],[342.542,-19.5],[350.057,-8.734]],"c":true},"ix":2},"nm":"的","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.250765916413,0.073067077936,0.133220029345,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"的","np":8,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.273,4.742],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[4.196,-3.52],[-1.355,-1.219]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.406,7.312],[1.489,1.082],[3.926,-3.929]],"v":[[379.624,-6.906],[408.265,-6.906],[408.265,-4.672],[413.343,-4.672],[413.343,-21.328],[374.749,-21.328],[374.749,-13.609],[369.062,2.641],[373.328,6.094]],"c":true},"ix":2},"nm":"声","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[391.203,-33.516],[391.203,-29.453],[373.531,-29.453],[373.531,-24.984],[414.156,-24.984],[414.156,-29.453],[396.687,-29.453],[396.687,-33.516],[418.015,-33.516],[418.015,-38.188],[396.687,-38.188],[396.687,-42.859],[391.203,-42.859],[391.203,-38.188],[369.874,-38.188],[369.874,-33.516]],"c":true},"ix":2},"nm":"声","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[379.828,-16.859],[391.406,-16.859],[391.406,-11.172],[379.828,-11.172],[379.828,-13.406]],"c":true},"ix":2},"nm":"声","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[408.265,-11.172],[396.687,-11.172],[396.687,-16.859],[408.265,-16.859]],"c":true},"ix":2},"nm":"声","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.250765916413,0.073067077936,0.133220029345,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"声","np":7,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[432.754,5.891],[432.754,3.25],[459.363,3.25],[459.363,5.688],[464.848,5.688],[464.848,-18.688],[427.269,-18.688],[427.269,5.891]],"c":true},"ix":2},"nm":"音","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-1.085,-1.758],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.219,1.625],[0,0],[0,0],[0,0],[0,0],[0.27,0.543],[0.406,0.949],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[1.219,1.625],[0,0],[0,0],[0,0],[0,0],[0,0],[1.352,-1.758],[0,0],[0,0],[0,0],[0,0],[-0.136,-0.406],[-0.679,-1.758],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[434.582,-33.109],[431.535,-32.094],[434.988,-27.016],[421.785,-27.016],[421.785,-22.547],[470.535,-22.547],[470.535,-27.016],[456.926,-27.016],[460.785,-32.094],[457.535,-33.109],[468.301,-33.109],[468.301,-37.578],[450.223,-37.578],[449.613,-39],[447.988,-43.062],[441.894,-42.25],[443.926,-37.578],[424.019,-37.578],[424.019,-33.109]],"c":true},"ix":2},"nm":"音","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[459.363,-5.484],[459.363,-0.609],[432.754,-0.609],[432.754,-5.484]],"c":true},"ix":2},"nm":"音","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[459.363,-14.219],[459.363,-9.344],[432.754,-9.344],[432.754,-14.219]],"c":true},"ix":2},"nm":"音","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0.812,1.085],[0.406,0.812],[0,0],[1.489,-2.165],[0.133,-0.27],[0,0],[0,0]],"o":[[-0.949,-1.352],[0,0],[-0.543,1.219],[-0.273,0.406],[0,0],[0,0],[-0.406,-0.676]],"v":[[439.66,-29.859],[437.629,-33.109],[454.488,-33.109],[451.441,-28.031],[450.832,-27.016],[440.879,-27.016],[441.488,-27.219]],"c":true},"ix":2},"nm":"音","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.250765916413,0.073067077936,0.133220029345,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"音","np":8,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":916.000037309445,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"“ 3","sr":1,"ks":{"o":{"a":0,"k":99,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[151.053,69.736,0],"ix":2},"a":{"a":0,"k":[270.642,-204.873,0],"ix":1},"s":{"a":0,"k":[83.221,71.251,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-22.148,12.305],[0,0],[-1.653,-33.626],[0,-9.844],[0,0],[0,0],[0,0]],"o":[[0,0],[-31.992,16.419],[0,21.341],[0,0],[0,0],[0,0],[0,-20.495]],"v":[[300.234,-247.324],[286.699,-265.781],[241.172,-190.723],[241.172,-143.965],[295.312,-143.965],[295.312,-198.105],[267.012,-198.105]],"c":true},"ix":2},"nm":"“","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.949,0.506,0.6,0.5,0.949,0.506,0.6,1,0.949,0.506,0.6,0,1,0.498,0.5,1,0],"ix":9}},"s":{"a":0,"k":[227.882,-240.869],"ix":5},"e":{"a":0,"k":[274.244,-160.502],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":"“","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":916.000037309445,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"“ 2","sr":1,"ks":{"o":{"a":0,"k":99,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[93.197,69.736,0],"ix":2},"a":{"a":0,"k":[201.121,-204.873,0],"ix":1},"s":{"a":0,"k":[83.221,71.251,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.653,-33.626],[0,-9.844],[0,0],[0,0],[0,0],[-21.341,12.305],[0,0]],"o":[[0,21.341],[0,0],[0,0],[0,0],[0,-20.495],[0,0],[-31.992,16.419]],"v":[[172.266,-190.723],[172.266,-143.965],[225.176,-143.965],[225.176,-198.105],[198.105,-198.105],[230.098,-247.324],[217.793,-265.781]],"c":true},"ix":2},"nm":"“","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.949,0.506,0.6,0.5,0.949,0.506,0.6,1,0.949,0.506,0.6,0,1,0.498,0.5,1,0],"ix":9}},"s":{"a":0,"k":[155.793,-245.992],"ix":5},"e":{"a":0,"k":[204.508,-169.568],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":"“","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":916.000037309445,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"参与京东调研 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[219.981,217.834,0],"ix":2},"a":{"a":0,"k":[119.922,-14.141,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.297,-0.394],[-0.1,-0.197],[-2.772,3.168],[0,0],[-5.344,-2.078],[-0.496,0.594],[2.572,3.168],[0,0],[0,0],[0,0],[-0.594,0.793],[0,0],[0.297,-0.297],[0.494,-0.594],[0,0],[0,0],[0,0],[4.947,-2.078]],"o":[[0.297,0.397],[5.838,-2.472],[0,0],[3.266,4.059],[0.297,-0.594],[-5.246,-1.781],[0,0],[0,0],[0,0],[0.691,-0.891],[0,0],[-0.1,0.199],[-0.793,1.09],[0,0],[0,0],[0,0],[-2.574,2.475],[0.097,0.1]],"v":[[1.633,-9.055],[2.227,-8.164],[15.141,-16.625],[22.711,-16.625],[35.625,-7.422],[36.812,-9.203],[25.086,-16.625],[36.07,-16.625],[36.07,-18.258],[16.625,-18.258],[18.555,-20.781],[16.625,-21.523],[16.031,-20.781],[14.102,-18.258],[1.93,-18.258],[1.93,-16.625],[12.32,-16.625],[1.039,-9.797]],"c":true},"ix":2},"nm":"参","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[3.463,2.375],[0,0],[-2.574,-1.781],[5.738,-0.197],[-3.859,2.772],[0,0],[2.672,-1.682],[1.285,-0.494],[0,0],[-1.484,0],[-6.928,0],[-0.594,-0.594]],"o":[[-2.871,-2.176],[0,0],[0.791,0.594],[-6.334,0],[2.672,-1.682],[0,0],[-2.772,2.375],[-0.99,0.594],[0,0],[0.494,-0.097],[6.728,-0.197],[0.891,0.594],[0,0]],"v":[[32.953,-21.969],[23.453,-28.797],[21.969,-27.461],[27.016,-23.898],[8.906,-23.602],[18.703,-30.281],[16.625,-31.469],[8.461,-25.383],[5.047,-23.75],[5.789,-21.672],[8.758,-21.82],[29.242,-22.117],[31.469,-20.336]],"c":true},"ix":2},"nm":"参","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[10.094,-1.881],[-0.199,-0.594],[-8.512,4.256],[0,0]],"o":[[0.394,0.594],[9.597,-1.781],[0,0],[-7.719,3.959]],"v":[[4.305,2.82],[5.195,4.602],[32.359,-4.453],[31.023,-5.938]],"c":true},"ix":2},"nm":"参","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[7.519,-1.781],[-0.199,-0.594],[-7.125,3.662],[0,0]],"o":[[0.394,0.594],[6.728,-1.385],[0,0],[-6.037,3.068]],"v":[[5.789,-2.672],[6.68,-0.891],[27.461,-8.461],[26.125,-9.945]],"c":true},"ix":2},"nm":"参","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[5.441,-1.385],[-0.297,-0.594],[-4.653,2.475],[0,0]],"o":[[0.394,0.594],[6.035,-1.682],[0,0],[-5.047,2.475]],"v":[[6.383,-8.312],[7.422,-6.531],[23.453,-12.766],[22.117,-14.102]],"c":true},"ix":2},"nm":"参","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"参","np":8,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.297,-3.66],[0.097,-0.791],[3.562,0.097],[2.275,0.197],[-0.1,-0.496],[0,-0.297],[-3.168,0],[-0.199,3.859],[-0.397,6.631],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[-0.1,1.781],[-0.1,1.684],[-0.297,2.769],[-3.068,0],[0.097,0.297],[0.097,0.494],[2.078,0],[4.847,0],[0.297,-2.869],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[71.814,-14.398],[71.22,-6.234],[70.923,-2.523],[65.134,1.484],[57.119,1.188],[57.416,2.375],[57.564,3.562],[65.431,3.562],[73.002,-2.227],[74.041,-16.477],[49.252,-16.477],[49.994,-23.305],[76.713,-23.305],[76.713,-25.234],[50.142,-25.234],[50.736,-31.172],[48.658,-31.172],[46.877,-14.398]],"c":true},"ix":2},"nm":"与","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[40.939,-5.938],[67.509,-5.938],[67.509,-7.867],[40.939,-7.867]],"c":true},"ix":2},"nm":"与","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"与","np":5,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[1.781,0.097],[0.791,0.097],[-0.1,-0.793],[-1.584,0],[0.097,2.472],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0.097,1.385],[-1.981,0],[0.197,0.594],[1.385,0],[2.572,-0.1],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[85.886,-9.203],[98.206,-9.203],[98.206,0],[95.683,1.93],[91.527,1.781],[91.972,3.859],[96.425,3.859],[100.136,0],[100.136,-9.203],[111.566,-9.203],[111.566,-19.594],[85.886,-19.594]],"c":true},"ix":2},"nm":"京","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[109.636,-17.812],[109.636,-11.133],[87.816,-11.133],[87.816,-17.812]],"c":true},"ix":2},"nm":"京","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[-0.397,-1.088],[-0.199,-0.594],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.594,1.287],[0.197,0.397],[0,0]],"o":[[0.494,1.09],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.397,-0.891],[-0.297,-0.691],[0,0],[0.297,0.594]],"v":[[97.464,-28.203],[98.503,-25.68],[80.988,-25.68],[80.988,-23.898],[116.613,-23.898],[116.613,-25.68],[98.652,-25.68],[100.581,-26.422],[99.097,-29.688],[98.355,-31.32],[96.425,-30.727]],"c":true},"ix":2},"nm":"京","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[3.76,-1.879],[-0.297,-0.397],[-0.1,-0.1],[-3.465,2.475],[0,0]],"o":[[0.097,0.197],[0.297,0.394],[3.166,-1.684],[0,0],[-2.672,2.278]],"v":[[80.988,0.297],[81.581,1.188],[82.175,1.93],[92.12,-4.305],[90.636,-5.938]],"c":true},"ix":2},"nm":"京","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[-2.475,-1.484],[0,0],[2.769,1.584],[0,0]],"o":[[0,0],[-3.762,-2.275],[0,0],[4.057,2.475]],"v":[[114.683,1.633],[115.87,0],[106.073,-5.789],[104.886,-4.305]],"c":true},"ix":2},"nm":"京","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"京","np":8,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[2.472,0.097],[1.188,0.097],[-0.1,-0.891],[-0.793,0.097],[0.197,3.166],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.178,4.156],[0,0],[0,0],[0,0],[-0.793,1.484],[0,0],[0.891,-1.781],[0,0],[0,0],[0,0],[2.176,-3.463],[0,0]],"o":[[0,0],[0.197,2.176],[-2.078,0],[0.197,0.594],[2.472,0],[3.562,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.582,-2.572],[0,0],[0,0],[0,0],[0.891,-1.879],[0,0],[-0.891,1.981],[0,0],[0,0],[0,0],[-1.484,2.969],[0,0],[0,0]],"v":[[138.997,-11.578],[138.997,-1.336],[135.583,1.781],[130.684,1.633],[131.13,3.859],[136.028,3.711],[141.075,-1.039],[141.075,-11.578],[154.286,-11.578],[154.286,-13.508],[141.075,-13.508],[141.075,-21.078],[138.997,-21.078],[138.997,-13.508],[126.528,-13.508],[132.169,-23.602],[156.216,-23.602],[156.216,-25.531],[133.208,-25.531],[135.731,-30.578],[133.505,-31.172],[130.833,-25.531],[121.184,-25.531],[121.184,-23.602],[129.794,-23.602],[124.302,-13.953],[124.302,-11.578]],"c":true},"ix":2},"nm":"东","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[3.76,-3.363],[-0.496,-0.496],[-2.772,3.365],[0,0]],"o":[[0.594,0.394],[3.266,-2.869],[0,0],[-2.178,2.772]],"v":[[120.739,1.039],[122.372,2.375],[131.427,-6.977],[129.645,-8.164]],"c":true},"ix":2},"nm":"东","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[-3.662,-3.266],[-0.297,-0.297],[0,0],[3.266,2.574],[0,0]],"o":[[0.594,0.494],[0,0],[-3.168,-2.769],[0,0],[1.781,1.387]],"v":[[153.692,0.297],[155.028,1.484],[156.661,0],[147.013,-8.016],[145.528,-6.68]],"c":true},"ix":2},"nm":"东","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"东","np":6,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[1.781,0.097],[1.781,0.097],[-0.1,-0.397],[0,-0.199],[-1.188,0],[0.097,2.472],[0,0],[0,0],[0,0],[0.594,-1.978],[1.879,-2.178],[-0.397,-0.496],[-0.594,2.178],[0,4.653],[0,0]],"o":[[0,0],[0.097,1.582],[-1.387,0],[0.097,0.297],[0.197,0.494],[1.978,0],[2.672,-0.1],[0,0],[0,0],[0,0],[0,4.256],[-0.496,2.078],[0.691,0.394],[1.978,-2.475],[0.594,-2.176],[0,0],[0,0]],"v":[[192.85,-27.312],[192.85,-0.297],[190.327,1.93],[185.577,1.781],[185.873,2.82],[186.17,3.859],[190.92,3.859],[194.78,0],[194.78,-29.094],[172.514,-29.094],[172.514,-12.914],[171.623,-3.562],[168.061,2.82],[169.694,4.156],[173.553,-2.82],[174.444,-13.062],[174.444,-27.312]],"c":true},"ix":2},"nm":"调","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[178.006,-1.93],[188.991,-1.93],[188.991,-10.836],[178.006,-10.836]],"c":true},"ix":2},"nm":"调","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[182.756,-22.266],[177.413,-22.266],[177.413,-20.484],[182.756,-20.484],[182.756,-16.477],[176.225,-16.477],[176.225,-14.695],[191.069,-14.695],[191.069,-16.477],[184.686,-16.477],[184.686,-20.484],[189.881,-20.484],[189.881,-22.266],[184.686,-22.266],[184.686,-25.828],[182.756,-25.828]],"c":true},"ix":2},"nm":"调","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0.691,-0.988],[0,0],[-0.199,0.199],[-0.1,0.1],[-1.287,1.584],[0.297,0.693],[0.494,-0.594],[0.494,-0.494]],"o":[[0,0],[0,0],[0,0],[0,0],[0,1.09],[0,0],[0.297,-0.496],[0.197,-0.197],[1.484,-1.781],[-0.297,-0.594],[-0.199,0.297],[-0.891,1.287],[0,0]],"v":[[166.577,-19.742],[160.639,-19.742],[160.639,-17.961],[164.647,-17.961],[164.647,-3.266],[163.608,-0.148],[165.241,0.594],[165.983,-0.445],[166.428,-0.891],[170.584,-5.938],[169.694,-7.867],[168.655,-6.531],[166.577,-3.859]],"c":true},"ix":2},"nm":"调","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[187.061,-9.203],[187.061,-3.711],[179.788,-3.711],[179.788,-9.203]],"c":true},"ix":2},"nm":"调","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0],[1.385,1.484],[0.494,0.496],[0,0],[-1.188,-1.682]],"o":[[-0.594,-0.594],[-0.99,-1.188],[0,0],[2.078,2.278],[0,0]],"v":[[169.397,-25.086],[166.428,-28.203],[164.202,-30.727],[162.717,-29.539],[167.616,-23.602]],"c":true},"ix":2},"nm":"调","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"调","np":9,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[4.453,-3.66],[-0.297,-0.297],[-0.199,-0.1],[0.097,7.522],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.791],[0,0]],"o":[[0,0],[0.097,7.028],[0.197,0.097],[0.394,0.394],[4.65,-4.059],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.693],[0,0],[0,0]],"v":[[214.789,-13.062],[219.242,-13.062],[212.711,2.969],[213.453,3.562],[214.344,4.305],[221.172,-13.062],[229.336,-13.062],[229.336,4.305],[231.266,4.305],[231.266,-13.062],[236.461,-13.062],[236.461,-14.992],[231.266,-14.992],[231.266,-27.016],[235.125,-27.016],[235.125,-28.945],[216.273,-28.945],[216.273,-27.016],[219.242,-27.016],[219.242,-17.219],[219.242,-14.992],[214.789,-14.992]],"c":true},"ix":2},"nm":"研","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-0.496,-0.791],[-0.297,0.693],[-0.297,0.496],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.594,2.969],[0,0],[0,0],[0,0],[0,0],[0,0],[3.066,-4.453]],"o":[[0.197,-0.297],[0.594,-0.988],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.088,-3.266],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.99,6.334],[0.297,0.297]],"v":[[201.727,-9.203],[202.469,-10.688],[203.805,-12.914],[203.805,1.781],[205.734,1.781],[205.734,-1.039],[212.711,-1.039],[212.711,-17.664],[206.031,-17.664],[208.555,-27.016],[214.047,-27.016],[214.047,-28.797],[201.281,-28.797],[201.281,-27.016],[206.625,-27.016],[200.539,-10.836]],"c":true},"ix":2},"nm":"研","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[-0.1,0.496],[0,0.199]],"o":[[0,0],[0,0],[0,0],[0,-0.197],[0,-0.394],[0,0]],"v":[[221.32,-27.016],[229.336,-27.016],[229.336,-14.992],[221.172,-14.992],[221.32,-16.031],[221.32,-16.922]],"c":true},"ix":2},"nm":"研","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[210.781,-15.883],[210.781,-2.82],[205.734,-2.82],[205.734,-15.883]],"c":true},"ix":2},"nm":"研","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"研","np":7,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":905.000036861406,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"buttonbg 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[220.746,219.834,0],"ix":2},"a":{"a":0,"k":[350.639,27.707,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[300,80],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":58,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[0,0.118,0.627,0.949,0.5,0.37,0.554,0.927,1,0.622,0.48,0.905],"e":[0,0.545,0.367,0.924,0.5,0.754,0.377,0.789,1,0.962,0.387,0.655]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":300,"s":[0,0.545,0.367,0.924,0.5,0.754,0.377,0.789,1,0.962,0.387,0.655],"e":[0,0.118,0.627,0.949,0.5,0.37,0.554,0.927,1,0.622,0.48,0.905]},{"t":580.000023623884}],"ix":9}},"s":{"a":0,"k":[-154.226,0.184],"ix":5},"e":{"a":0,"k":[150.007,3.097],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[350.994,28.031],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":905.000036861406,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"mask 4","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[562.5,172.5,0],"ix":2},"a":{"a":0,"k":[106.883,56.824,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[1061,345],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":18,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.799693627451,0.799693627451,0.799693627451,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[106.883,56.824],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":900.000036657751,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":0,"nm":"开场","tt":1,"refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[562.5,172.5,0],"ix":2},"a":{"a":0,"k":[562.5,172.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1125,"h":345,"ip":0,"op":120.0000048877,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"mask 3","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[562.5,172.5,0],"ix":2},"a":{"a":0,"k":[106.883,56.824,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[1061,345],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":18,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.799693627451,0.799693627451,0.799693627451,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[106.883,56.824],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":900.000036657751,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":0,"nm":"循环","tt":1,"refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[562.5,172.5,0],"ix":2},"a":{"a":0,"k":[562.5,172.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1125,"h":345,"ip":120.0000048877,"op":480.000019550801,"st":120.0000048877,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"mask 2","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[562.5,172.5,0],"ix":2},"a":{"a":0,"k":[106.883,56.824,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[1061,345],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":18,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.799693627451,0.799693627451,0.799693627451,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[106.883,56.824],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":900.000036657751,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":0,"nm":"消失","tt":1,"refId":"comp_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[562.5,172.5,0],"ix":2},"a":{"a":0,"k":[562.5,172.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1125,"h":345,"ip":480.000019550801,"op":581.000023664615,"st":480.000019550801,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[562.5,172.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[1061,345],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":18,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.717647058824,0.760784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Rectangle 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":900.000036657751,"st":0,"bm":0}],"markers":[{"tm":0,"cm":"1","dr":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/bb8.json b/ohos/flutter_lottie/assets/lottiefiles/bb8.json new file mode 100644 index 0000000000000000000000000000000000000000..b74ae2e6986ccd000c17c1878911fc67dda70ccb --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/bb8.json @@ -0,0 +1 @@ +{"v":"5.3.1","fr":25,"ip":0,"op":152,"w":2000,"h":2000,"nm":"Comp 1","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":3,"nm":"CONTROL","sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[500,250,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ef":[{"ty":5,"nm":"Stroke_LINE1","np":3,"mn":"ADBE Slider Control","ix":1,"en":1,"ef":[{"ty":0,"nm":"Slider","mn":"ADBE Slider Control-0001","ix":1,"v":{"a":0,"k":15,"ix":1}}]},{"ty":5,"nm":"Stroke_LINE2","np":3,"mn":"ADBE Slider Control","ix":2,"en":1,"ef":[{"ty":0,"nm":"Slider","mn":"ADBE Slider Control-0001","ix":1,"v":{"a":0,"k":7,"ix":1}}]}],"ip":0,"op":32.5325325325325,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":3,"nm":"position","parent":1,"sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.2,"y":1},"o":{"x":0.333,"y":0},"n":"0p2_1_0p333_0","t":3.337,"s":[50,0,0],"e":[-20,0,0],"to":[-11.6666669845581,0,0],"ti":[11.6666669845581,0,0]},{"t":26.6933600266934}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ip":0,"op":32.5325325325325,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Line 3","parent":2,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.34,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p34_1_0p167_0p167","t":1.668,"s":[350,60,0],"e":[100,60,0],"to":[-41.6666679382324,0,0],"ti":[41.6666679382324,0,0]},{"t":26.6933600266934}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ef":[{"ty":5,"nm":"Simple Choker","np":4,"mn":"ADBE Simple Choker","ix":1,"en":1,"ef":[{"ty":7,"nm":"View","mn":"ADBE Simple Choker-0001","ix":1,"v":{"a":0,"k":1,"ix":1}},{"ty":0,"nm":"Choke Matte","mn":"ADBE Simple Choker-0002","ix":2,"v":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":1.668,"s":[10],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":8.103,"s":[0],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":16.683,"s":[0],"e":[10.8]},{"t":23.8332082082082}],"ix":2}}]}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.25,"y":1},"o":{"x":0.75,"y":0},"n":"0p25_1_0p75_0","t":1.668,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[286.51,5.034],[286.51,5.034]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-246.521,5.494],[-10.977,5.494]],"c":false}]},{"t":17.5175175175175}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.807843137255,0.78431372549,0.78431372549,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":15,"ix":5,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('CONTROL').effect('Stroke_LINE2')('ADBE Slider Control-0001');"},"lc":2,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.34],"y":[1]},"o":{"x":[0.859],"y":[0]},"n":["0p34_1_0p859_0"],"t":10.249,"s":[100],"e":[1.22]},{"i":{"x":[0.576],"y":[1]},"o":{"x":[0.66],"y":[0]},"n":["0p576_1_0p66_0"],"t":18.828,"s":[1.22],"e":[0]},{"t":23.8332082082082}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":true},{"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":1.66833500166833,"op":34.2008675342009,"st":1.66833500166833,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Line 2","parent":2,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.34,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p34_1_0p167_0p167","t":0.834,"s":[210,-50,0],"e":[-40,-50,0],"to":[-41.6666679382324,0,0],"ti":[41.6666679382324,0,0]},{"t":25.8591925258592}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ef":[{"ty":5,"nm":"Simple Choker","np":4,"mn":"ADBE Simple Choker","ix":1,"en":1,"ef":[{"ty":7,"nm":"View","mn":"ADBE Simple Choker-0001","ix":1,"v":{"a":0,"k":1,"ix":1}},{"ty":0,"nm":"Choke Matte","mn":"ADBE Simple Choker-0002","ix":2,"v":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":0.834,"s":[10],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":7.269,"s":[0],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":15.849,"s":[0],"e":[10.8]},{"t":22.999040707374}],"ix":2}}]}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.25,"y":1},"o":{"x":0.75,"y":0},"n":"0p25_1_0p75_0","t":0.834,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[286.51,5.034],[286.51,5.034]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-171.144,5.042],[24.198,5.042]],"c":false}]},{"t":16.6833500166833}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.807843137255,0.78431372549,0.78431372549,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":15,"ix":5,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('CONTROL').effect('Stroke_LINE2')('ADBE Slider Control-0001');"},"lc":2,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.34],"y":[1]},"o":{"x":[0.859],"y":[0]},"n":["0p34_1_0p859_0"],"t":9.415,"s":[100],"e":[1.22]},{"i":{"x":[0.576],"y":[1]},"o":{"x":[0.66],"y":[0]},"n":["0p576_1_0p66_0"],"t":17.994,"s":[1.22],"e":[0]},{"t":22.999040707374}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":true},{"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0.83416750083417,"op":33.3667000333667,"st":0.83416750083417,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Line","parent":2,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.34,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p34_1_0p167_0p167","t":0,"s":[100,0,0],"e":[-60,0,0],"to":[-26.6666660308838,0,0],"ti":[26.6666660308838,0,0]},{"t":25.025025025025}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ef":[{"ty":5,"nm":"Simple Choker","np":4,"mn":"ADBE Simple Choker","ix":1,"en":1,"ef":[{"ty":7,"nm":"View","mn":"ADBE Simple Choker-0001","ix":1,"v":{"a":0,"k":1,"ix":1}},{"ty":0,"nm":"Choke Matte","mn":"ADBE Simple Choker-0002","ix":2,"v":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":0,"s":[10],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":6.435,"s":[0],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":15.015,"s":[0],"e":[10.8]},{"t":22.1648732065399}],"ix":2}}]}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.25,"y":1},"o":{"x":0.75,"y":0},"n":"0p25_1_0p75_0","t":0,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[286.51,5.034],[286.51,5.034]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-332.953,5.034],[86.51,5.034]],"c":false}]},{"t":17.1598682015349}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.807843137255,0.78431372549,0.78431372549,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":15,"ix":5,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('CONTROL').effect('Stroke_LINE1')('ADBE Slider Control-0001');"},"lc":2,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.34],"y":[1]},"o":{"x":[0.859],"y":[0]},"n":["0p34_1_0p859_0"],"t":8.58,"s":[100],"e":[1.22]},{"i":{"x":[0.576],"y":[1]},"o":{"x":[0.66],"y":[0]},"n":["0p576_1_0p66_0"],"t":17.16,"s":[1.22],"e":[0]},{"t":22.1648732065399}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":true},{"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":32.5325325325325,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Line_2","refId":"comp_0","sr":1.89141538461538,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1508.857,523.349,0],"ix":2},"a":{"a":0,"k":[500,250,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1000,"h":500,"ip":85,"op":146.532532532533,"st":85,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 16","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1180,2290,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[655.172,-620.69],[-668.435,-620.69]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.44],"y":[1]},"o":{"x":[0.56],"y":[0]},"n":["0p44_1_0p56_0"],"t":105,"s":[0],"e":[100]},{"t":113}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.44],"y":[1]},"o":{"x":[0.56],"y":[0]},"n":["0p44_1_0p56_0"],"t":100,"s":[0],"e":[100]},{"t":108}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.809175857843,0.783878042184,0.783418064491,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":15,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":true},{"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":81,"op":226,"st":74,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 13","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1180,2290,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[655.172,-620.69],[-668.435,-620.69]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.44],"y":[1]},"o":{"x":[0.56],"y":[0]},"n":["0p44_1_0p56_0"],"t":75,"s":[0],"e":[100]},{"t":83}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.44],"y":[1]},"o":{"x":[0.56],"y":[0]},"n":["0p44_1_0p56_0"],"t":70,"s":[0],"e":[100]},{"t":78}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.809175857843,0.783878042184,0.783418064491,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":15,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":true},{"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":51,"op":196,"st":44,"bm":0},{"ddd":0,"ind":4,"ty":0,"nm":"Line_2","refId":"comp_0","sr":1.89141538461538,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[719.807,913.043,0],"ix":2},"a":{"a":0,"k":[500,250,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1000,"h":500,"ip":80,"op":141.532532532533,"st":80,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 12","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1030,2170,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[655.172,-620.69],[-668.435,-620.69]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.44],"y":[1]},"o":{"x":[0.56],"y":[0]},"n":["0p44_1_0p56_0"],"t":72,"s":[0],"e":[100]},{"t":80}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.44],"y":[1]},"o":{"x":[0.56],"y":[0]},"n":["0p44_1_0p56_0"],"t":67,"s":[0],"e":[100]},{"t":75}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.809175857843,0.783878042184,0.783418064491,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":15,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":true},{"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":48,"op":193,"st":41,"bm":0},{"ddd":0,"ind":6,"ty":0,"nm":"Line_2","refId":"comp_0","sr":1.89141538461538,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1418.68,1022.544,0],"ix":2},"a":{"a":0,"k":[500,250,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1000,"h":500,"ip":75,"op":136.532532532533,"st":75,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 14","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1210,1990,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[655.172,-620.69],[-668.435,-620.69]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.44],"y":[1]},"o":{"x":[0.56],"y":[0]},"n":["0p44_1_0p56_0"],"t":96,"s":[0],"e":[100]},{"t":104}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.44],"y":[1]},"o":{"x":[0.56],"y":[0]},"n":["0p44_1_0p56_0"],"t":91,"s":[0],"e":[100]},{"t":99}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.809175857843,0.783878042184,0.783418064491,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":15,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":true},{"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":72,"op":217,"st":65,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 11","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1210,1990,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[655.172,-620.69],[-668.435,-620.69]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.44],"y":[1]},"o":{"x":[0.56],"y":[0]},"n":["0p44_1_0p56_0"],"t":69,"s":[0],"e":[100]},{"t":77}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.44],"y":[1]},"o":{"x":[0.56],"y":[0]},"n":["0p44_1_0p56_0"],"t":64,"s":[0],"e":[100]},{"t":72}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.809175857843,0.783878042184,0.783418064491,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":15,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":true},{"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":45,"op":190,"st":38,"bm":0},{"ddd":0,"ind":9,"ty":0,"nm":"Line_2","refId":"comp_0","sr":1.89141538461538,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1386.473,1447.665,0],"ix":2},"a":{"a":0,"k":[500,250,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1000,"h":500,"ip":68,"op":129.532532532533,"st":68,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Shape Layer 18","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1330,1840,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[655.172,-620.69],[-668.435,-620.69]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.44],"y":[1]},"o":{"x":[0.56],"y":[0]},"n":["0p44_1_0p56_0"],"t":106,"s":[0],"e":[100]},{"t":114}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.44],"y":[1]},"o":{"x":[0.56],"y":[0]},"n":["0p44_1_0p56_0"],"t":101,"s":[0],"e":[100]},{"t":109}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.809175857843,0.783878042184,0.783418064491,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":15,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":true},{"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":82,"op":227,"st":75,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Shape Layer 10","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1330,1840,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[655.172,-620.69],[-668.435,-620.69]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.44],"y":[1]},"o":{"x":[0.56],"y":[0]},"n":["0p44_1_0p56_0"],"t":66,"s":[0],"e":[100]},{"t":74}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.44],"y":[1]},"o":{"x":[0.56],"y":[0]},"n":["0p44_1_0p56_0"],"t":61,"s":[0],"e":[100]},{"t":69}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.809175857843,0.783878042184,0.783418064491,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":15,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":true},{"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":42,"op":187,"st":35,"bm":0},{"ddd":0,"ind":12,"ty":0,"nm":"Line_2","refId":"comp_0","sr":1.89141538461538,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[877.617,1244.767,0],"ix":2},"a":{"a":0,"k":[500,250,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1000,"h":500,"ip":60,"op":121.532532532533,"st":60,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Shape Layer 17","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1330,1480,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[655.172,-620.69],[-668.435,-620.69]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.44],"y":[1]},"o":{"x":[0.56],"y":[0]},"n":["0p44_1_0p56_0"],"t":100,"s":[0],"e":[100]},{"t":108}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.44],"y":[1]},"o":{"x":[0.56],"y":[0]},"n":["0p44_1_0p56_0"],"t":95,"s":[0],"e":[100]},{"t":103}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.809175857843,0.783878042184,0.783418064491,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":15,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":true},{"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":76,"op":221,"st":69,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"Shape Layer 9","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1330,1480,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[655.172,-620.69],[-668.435,-620.69]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.44],"y":[1]},"o":{"x":[0.56],"y":[0]},"n":["0p44_1_0p56_0"],"t":62,"s":[0],"e":[100]},{"t":70}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.44],"y":[1]},"o":{"x":[0.56],"y":[0]},"n":["0p44_1_0p56_0"],"t":57,"s":[0],"e":[100]},{"t":65}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.809175857843,0.783878042184,0.783418064491,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":15,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":true},{"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":38,"op":183,"st":31,"bm":0},{"ddd":0,"ind":15,"ty":0,"nm":"Line_2","refId":"comp_0","sr":1.89141538461538,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[929.147,639.291,0],"ix":2},"a":{"a":0,"k":[500,250,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1000,"h":500,"ip":52,"op":113.532532532533,"st":52,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"Shape Layer 15","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[850,1480,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[655.172,-620.69],[-668.435,-620.69]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.44],"y":[1]},"o":{"x":[0.56],"y":[0]},"n":["0p44_1_0p56_0"],"t":91,"s":[0],"e":[100]},{"t":99}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.44],"y":[1]},"o":{"x":[0.56],"y":[0]},"n":["0p44_1_0p56_0"],"t":86,"s":[0],"e":[100]},{"t":94}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.809175857843,0.783878042184,0.783418064491,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":15,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":true},{"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":67,"op":212,"st":60,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"Shape Layer 8","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[850,1480,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[655.172,-620.69],[-668.435,-620.69]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.44],"y":[1]},"o":{"x":[0.56],"y":[0]},"n":["0p44_1_0p56_0"],"t":58,"s":[0],"e":[100]},{"t":66}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.44],"y":[1]},"o":{"x":[0.56],"y":[0]},"n":["0p44_1_0p56_0"],"t":53,"s":[0],"e":[100]},{"t":61}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.809175857843,0.783878042184,0.783418064491,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":15,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":true},{"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":34,"op":179,"st":27,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"Shape Layer 7","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1120,1300,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[655.172,-620.69],[-668.435,-620.69]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.44],"y":[1]},"o":{"x":[0.56],"y":[0]},"n":["0p44_1_0p56_0"],"t":50,"s":[0],"e":[100]},{"t":58}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.44],"y":[1]},"o":{"x":[0.56],"y":[0]},"n":["0p44_1_0p56_0"],"t":45,"s":[0],"e":[100]},{"t":53}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.809175857843,0.783878042184,0.783418064491,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":15,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":true},{"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":26,"op":171,"st":19,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"Shape Layer 6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1000,1000,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[655.172,-620.69],[-668.435,-620.69]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.44],"y":[1]},"o":{"x":[0.56],"y":[0]},"n":["0p44_1_0p56_0"],"t":43,"s":[0],"e":[100]},{"t":51}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.44],"y":[1]},"o":{"x":[0.56],"y":[0]},"n":["0p44_1_0p56_0"],"t":38,"s":[0],"e":[100]},{"t":46}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.809175857843,0.783878042184,0.783418064491,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":15,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":true},{"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":19,"op":164,"st":12,"bm":0},{"ddd":0,"ind":20,"ty":3,"nm":"Null 1","sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1000,1000,0],"ix":2,"x":"var $bm_rt;\n$bm_rt = [\n value[0],\n wiggle(effect('Slider Control')('Slider'), effect('Slider Control 2')('Slider'))[1]\n];"},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ef":[{"ty":5,"nm":"Slider Control","np":3,"mn":"ADBE Slider Control","ix":1,"en":1,"ef":[{"ty":0,"nm":"Slider","mn":"ADBE Slider Control-0001","ix":1,"v":{"a":1,"k":[{"i":{"x":[0.56],"y":[1]},"o":{"x":[0.44],"y":[0]},"n":["0p56_1_0p44_0"],"t":11,"s":[0],"e":[46.5]},{"i":{"x":[0.56],"y":[1]},"o":{"x":[0.44],"y":[0]},"n":["0p56_1_0p44_0"],"t":92,"s":[46.5],"e":[0]},{"t":139}],"ix":1}}]},{"ty":5,"nm":"Slider Control 2","np":3,"mn":"ADBE Slider Control","ix":2,"en":1,"ef":[{"ty":0,"nm":"Slider","mn":"ADBE Slider Control-0001","ix":1,"v":{"a":1,"k":[{"i":{"x":[0.56],"y":[1]},"o":{"x":[0.44],"y":[0]},"n":["0p56_1_0p44_0"],"t":11,"s":[0],"e":[2]},{"i":{"x":[0.56],"y":[1]},"o":{"x":[0.44],"y":[0]},"n":["0p56_1_0p44_0"],"t":92,"s":[2],"e":[0]},{"t":139}],"ix":1}}]}],"ip":0,"op":152,"st":0,"bm":0},{"ddd":0,"ind":21,"ty":4,"nm":"Corpo Outlines","parent":20,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.32],"y":[1]},"o":{"x":[0.68],"y":[0]},"n":["0p32_1_0p68_0"],"t":0,"s":[0],"e":[2160]},{"t":151}],"ix":10},"p":{"a":0,"k":[0,270,0],"ix":2},"a":{"a":0,"k":[960,540,0],"ix":1},"s":{"a":0,"k":[113,113,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.844],[2.843,0],[0,2.843],[-2.844,0]],"o":[[0,2.843],[-2.844,0],[0,-2.844],[2.843,0]],"v":[[5.149,0],[0.001,5.149],[-5.148,0],[0.001,-5.149]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[960.213,300.464],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.303,0],[0,6.303],[-6.303,0],[0,-6.303]],"o":[[-6.303,0],[0,-6.303],[6.303,0],[0,6.303]],"v":[[0,11.412],[-11.413,0],[0,-11.414],[11.413,0]],"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":[[10.996,0],[0,-10.995],[-10.996,0],[0,10.996]],"o":[[-10.996,0],[0,10.996],[10.996,0],[0,-10.995]],"v":[[0,-19.909],[-19.909,0],[0,19.909],[19.909,0]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[960.213,300.464],"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":"Group 2","np":6,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-9.814],[9.814,0],[0,9.814],[-9.813,0]],"o":[[0,9.814],[-9.813,0],[0,-9.814],[9.814,0]],"v":[[17.77,0],[0,17.77],[-17.769,0],[0,-17.77]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.635000011968,0.596000043084,0.596000043084,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[960.497,300.809],"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":"Group 3","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.844],[2.843,0],[0,2.844],[-2.844,0]],"o":[[0,2.844],[-2.844,0],[0,-2.844],[2.843,0]],"v":[[5.149,-0.001],[0,5.148],[-5.149,-0.001],[0,-5.148]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1179.96,669.046],"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":"Group 4","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.304,0],[0,6.304],[-6.303,0],[0,-6.303]],"o":[[-6.303,0],[0,-6.303],[6.304,0],[0,6.304]],"v":[[0,11.413],[-11.412,0],[0,-11.412],[11.413,0]],"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":[[10.996,0],[0,-10.995],[-10.995,0],[0,10.996]],"o":[[-10.995,0],[0,10.996],[10.996,0],[0,-10.995]],"v":[[0,-19.909],[-19.909,0],[0,19.909],[19.909,0]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1179.96,669.046],"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":"Group 5","np":6,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-9.814],[9.815,0],[0,9.813],[-9.813,0]],"o":[[0,9.813],[-9.813,0],[0,-9.814],[9.815,0]],"v":[[17.77,0],[-0.001,17.771],[-17.77,0],[-0.001,-17.771]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.635000011968,0.596000043084,0.596000043084,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1180.245,669.391],"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":"Group 6","np":4,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.844],[2.844,0],[0,2.844],[-2.844,0]],"o":[[0,2.844],[-2.844,0],[0,-2.844],[2.844,0]],"v":[[5.149,-0.001],[0,5.148],[-5.149,-0.001],[0,-5.148]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[745.624,669.046],"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":"Group 7","np":4,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.303,0],[0,6.304],[-6.303,0],[0,-6.303]],"o":[[-6.303,0],[0,-6.303],[6.303,0],[0,6.304]],"v":[[0,11.413],[-11.413,0],[0,-11.412],[11.413,0]],"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":[[10.996,0],[0,-10.995],[-10.996,0],[0,10.996]],"o":[[-10.996,0],[0,10.996],[10.996,0],[0,-10.995]],"v":[[0,-19.909],[-19.909,0],[0,19.909],[19.909,0]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[745.623,669.046],"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":"Group 8","np":6,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-9.814],[9.814,0],[0,9.813],[-9.813,0]],"o":[[0,9.813],[-9.813,0],[0,-9.814],[9.814,0]],"v":[[17.769,0],[-0.001,17.771],[-17.77,0],[-0.001,-17.771]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.635000011968,0.596000043084,0.596000043084,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[745.908,669.391],"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":"Group 9","np":4,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.844],[2.844,0],[0,2.844],[-2.844,0]],"o":[[0,2.844],[-2.844,0],[0,-2.844],[2.844,0]],"v":[[5.149,0],[0,5.148],[-5.149,0],[0,-5.148]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[865.767,589.883],"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":"Group 10","np":4,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.303,0],[0,6.303],[-6.303,0],[0,-6.304]],"o":[[-6.303,0],[0,-6.304],[6.303,0],[0,6.303]],"v":[[0,11.413],[-11.413,0],[0,-11.413],[11.413,0]],"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":[[10.996,0],[0,-10.996],[-10.996,0],[0,10.995]],"o":[[-10.996,0],[0,10.995],[10.996,0],[0,-10.996]],"v":[[0,-19.909],[-19.909,0],[0,19.909],[19.909,0]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[865.768,589.884],"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":"Group 11","np":6,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-9.813],[9.814,0],[0,9.814],[-9.814,0]],"o":[[0,9.814],[-9.814,0],[0,-9.813],[9.814,0]],"v":[[17.77,0],[0,17.77],[-17.77,0],[0,-17.77]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.635000011968,0.596000043084,0.596000043084,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[866.052,590.229],"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":"Group 12","np":4,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.844],[2.842,0],[0,2.844],[-2.844,0]],"o":[[0,2.844],[-2.844,0],[0,-2.844],[2.842,0]],"v":[[5.149,0],[0.001,5.148],[-5.149,0],[0.001,-5.148]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1048.761,589.883],"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":"Group 13","np":4,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.303,0],[0,6.303],[-6.304,0],[0,-6.304]],"o":[[-6.304,0],[0,-6.304],[6.303,0],[0,6.303]],"v":[[0,11.413],[-11.413,0],[0,-11.413],[11.412,0]],"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":[[10.995,0],[0,-10.996],[-10.996,0],[0,10.995]],"o":[[-10.996,0],[0,10.995],[10.995,0],[0,-10.996]],"v":[[0,-19.909],[-19.91,0],[0,19.909],[19.909,0]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1048.761,589.884],"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":"Group 14","np":6,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-9.813],[9.815,0],[0,9.814],[-9.813,0]],"o":[[0,9.814],[-9.813,0],[0,-9.813],[9.815,0]],"v":[[17.77,0],[-0.001,17.77],[-17.77,0],[-0.001,-17.77]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.635000011968,0.596000043084,0.596000043084,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1049.045,590.229],"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":"Group 15","np":4,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.844],[2.843,0],[0,2.844],[-2.844,0]],"o":[[0,2.844],[-2.844,0],[0,-2.844],[2.843,0]],"v":[[5.148,0],[0,5.149],[-5.149,0],[0,-5.149]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[958.591,448.585],"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":"Group 16","np":4,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.303,0],[0,6.304],[-6.303,0],[0,-6.303]],"o":[[-6.303,0],[0,-6.303],[6.303,0],[0,6.304]],"v":[[0,11.412],[-11.413,0],[0,-11.412],[11.412,0]],"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":[[10.995,0],[0,-10.995],[-10.996,0],[0,10.996]],"o":[[-10.996,0],[0,10.996],[10.995,0],[0,-10.995]],"v":[[0,-19.909],[-19.91,0],[0,19.909],[19.909,0]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[958.59,448.585],"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":"Group 17","np":6,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-9.814],[9.814,0],[0,9.814],[-9.813,0]],"o":[[0,9.814],[-9.813,0],[0,-9.814],[9.814,0]],"v":[[17.77,0],[0,17.77],[-17.77,0],[0,-17.77]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.635000011968,0.596000043084,0.596000043084,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[958.874,448.93],"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":"Group 18","np":4,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"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":[[27.377,52.241],[-45.238,-37.843],[-27.377,-52.241],[45.238,37.843]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[823.386,615.5],"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":"Group 19","np":4,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"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":[[42.7,-40.685],[-23.946,53.9],[-42.7,40.686],[23.945,-53.899]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1093.998,615.5],"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":"Group 20","np":4,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"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":[[57.854,11.471],[-57.854,11.471],[-57.854,-11.471],[57.854,-11.471]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[963.146,395.219],"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":"Group 21","np":4,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[83.262,0],[58.876,-58.875],[0,-83.261],[-58.875,-58.875],[-83.262,0],[-58.875,58.875],[0,83.262],[58.875,58.875]],"o":[[-83.262,0],[-58.875,58.875],[0,83.262],[58.875,58.875],[83.262,0],[58.875,-58.875],[0,-83.261],[-58.875,-58.875]],"v":[[0,-311.714],[-220.416,-220.415],[-311.714,0],[-220.416,220.415],[0,311.714],[220.416,220.415],[311.714,0],[220.416,-220.415]],"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":[[48.55,0],[44.362,18.765],[33.027,33.027],[18.12,42.838],[0,48.551],[-18.763,44.363],[-33.028,33.028],[-42.838,18.119],[-48.55,0],[-44.362,-18.764],[-33.027,-33.028],[-18.118,-42.837],[0,-48.55],[18.765,-44.363],[33.028,-33.029],[42.838,-18.118]],"o":[[-48.551,0],[-42.838,-18.118],[-33.028,-33.029],[-18.763,-44.363],[0,-48.55],[18.12,-42.837],[33.027,-33.028],[44.362,-18.764],[48.55,0],[42.838,18.119],[33.028,33.028],[18.765,44.363],[0,48.551],[-18.118,42.838],[-33.027,33.027],[-44.362,18.765]],"v":[[0,359.714],[-140.024,331.436],[-254.356,254.357],[-331.437,140.025],[-359.714,0],[-331.437,-140.024],[-254.356,-254.356],[-140.024,-331.436],[0,-359.714],[140.024,-331.436],[254.356,-254.356],[331.436,-140.024],[359.714,0],[331.436,140.025],[254.356,254.357],[140.024,331.436]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[956.286,540],"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":"Group 22","np":6,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"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":[[2.516,-16.054],[-11.949,11.012],[-2.516,16.054],[11.949,-11.013]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[697.517,411.218],"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":"Group 23","np":4,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false},{"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":[[-10.04,12.112],[4.491,-15.077],[10.04,-12.112],[-4.491,15.077]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[710.59,418.125],"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":"Group 24","np":4,"cix":2,"ix":24,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[-14.827,27.744],[0,0],[0,0],[0,0],[-19.439,11.012],[16.866,9.663],[0,0],[-28.903,-44.695],[0,0],[0,0],[0,0],[22.538,-42.172],[0,0],[0,0],[0,0],[0,0],[54.598,27.752]],"o":[[53.284,28.476],[0,0],[0,0],[0,0],[0,0],[14.827,-27.745],[0,0],[0,0],[0,0],[-8.359,-17.108],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.537,42.172],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-118.748,84.52],[-36.917,107.564],[-36.326,65.078],[18.385,50.802],[41.75,85.838],[75.68,45.04],[89.466,-4.783],[47.188,-4.429],[29.286,-60.365],[64.797,-82.763],[11.771,-127.42],[33.94,-142.055],[99.286,-77.885],[60.034,-52.493],[66.934,-26.692],[114.307,-29.909],[96.211,56.012],[36.02,116.582],[9.737,78.996],[-14.398,86.784],[-13.067,131.011],[-103.063,114.303]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[740.132,411.128],"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":"Group 25","np":4,"cix":2,"ix":25,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.436,3.439],[-3.439,6.435],[-6.435,-3.44],[3.439,-6.436]],"o":[[-6.436,-3.439],[3.439,-6.436],[6.436,3.439],[-3.439,6.435]],"v":[[-6.227,11.653],[-11.653,-6.227],[6.227,-11.652],[11.652,6.228]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[745.623,522.095],"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":"Group 26","np":4,"cix":2,"ix":26,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.758,1.474],[-1.474,2.758],[-2.758,-1.474],[1.474,-2.758]],"o":[[-2.758,-1.474],[1.474,-2.758],[2.758,1.474],[-1.474,2.758]],"v":[[-2.669,4.994],[-4.994,-2.669],[2.669,-4.994],[4.994,2.669]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[831.584,362.584],"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":"Group 27","np":4,"cix":2,"ix":27,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-7.202,13.476],[-13.476,-7.202],[7.202,-13.477],[13.476,7.203]],"o":[[7.202,-13.476],[13.477,7.201],[-7.202,13.475],[-13.476,-7.201]],"v":[[-24.4,-13.04],[13.04,-24.4],[24.401,13.041],[-13.04,24.4]],"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":[[-13.331,24.942],[24.943,13.33],[13.33,-24.943],[-24.943,-13.33]],"o":[[13.329,-24.943],[-24.942,-13.33],[-13.33,24.942],[24.942,13.329]],"v":[[45.163,24.136],[24.136,-45.162],[-45.162,-24.135],[-24.135,45.163]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[705.027,397.832],"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":"Group 28","np":6,"cix":2,"ix":28,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[5.908,-135.811],[79.219,-78.084],[61.533,-49.014],[55.003,-14.102],[82.469,0.577],[105.38,5.094],[76.521,83.122],[52.222,107.232],[37.27,108.515],[21.014,74.859],[-22.925,86.332],[-25.115,135.811],[-76.25,122.038],[-105.38,100.584],[-58.747,-48.201]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.842999985639,0.819999964097,0.819999964097,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[735.198,399.393],"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":"Group 29","np":4,"cix":2,"ix":29,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[9.193,-17.201],[0,0],[0,0],[0,0]],"o":[[0,0],[-9.193,17.201],[0,0],[0,0],[0,0]],"v":[[20.056,-27.912],[8.854,1.057],[-7.637,27.912],[-20.056,8.434],[-1.374,-26.524]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[794.75,448.586],"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":"Group 30","np":4,"cix":2,"ix":30,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[],"o":[],"v":[],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0.5,0.5],"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":"Group 31","np":4,"cix":2,"ix":31,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[95.691,56.133],[-0.002,-2.12],[2.568,-0.061],[2.157,4.125],[0.205,0.375],[1.753,3.265],[1.698,0.783],[0.303,-0.08],[-3.547,-1.896],[48.079,-89.966],[89.964,48.079],[2.248,1.325],[-0.065,-0.568],[-0.081,-3.359],[0.091,-0.419],[-0.014,-1.55],[0.664,-0.787],[-0.3,-1.05],[0.326,-0.866],[-53.182,99.511]],"o":[[0.108,2.085],[0.002,2.928],[-1.665,3.273],[-0.198,-0.379],[-2.001,2.691],[-1.5,1.098],[-0.284,0.133],[3.611,1.642],[89.965,48.079],[-48.08,89.965],[-2.323,-1.242],[0.07,0.568],[0.594,3.272],[0.012,0.499],[0.073,1.543],[0.011,1.226],[0.3,1.05],[0.327,1.142],[100.294,50.165],[52.758,-98.719]],"v":[[34.189,-207.573],[34.342,-201.271],[29.148,-196.31],[20.525,-195.746],[19.918,-196.876],[11.444,-197.419],[6.147,-196.951],[5.264,-196.638],[16.007,-191.346],[91.848,58.604],[-158.103,134.445],[-164.946,130.581],[-164.737,132.283],[-163.648,142.213],[-163.789,143.574],[-163.648,148.213],[-164.729,151.232],[-163.827,154.382],[-163.892,157.407],[112.188,69.474]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[776.256,426.38],"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":"Group 32","np":4,"cix":2,"ix":32,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[20.533,52.349],[0,0],[0,0],[1.575,3.013],[0.205,0.375],[1.753,3.264],[1.698,0.783],[0.391,-0.082],[4.492,-1.475],[4.968,-1.973],[2.14,-0.681],[1.183,-0.539],[4.116,-2.496],[5.463,-3.43],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[-20.533,-52.349],[0,0],[-2.145,1.463],[-0.198,-0.378],[-2.001,2.69],[-1.5,1.097],[-0.359,0.168],[2.923,2.054],[-5.148,1.57],[-1.949,1.026],[-1.192,0.518],[-3.643,3.046],[-4.455,4.7],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[116.32,-93.496],[43.742,-177.939],[41.402,-178.957],[34.7,-180.556],[34.093,-181.686],[25.619,-182.228],[20.322,-181.762],[19.197,-181.382],[17.847,-172.259],[2.682,-166.927],[-3.461,-164.374],[-7.017,-162.776],[-18.73,-154.513],[-33.849,-142.319],[-61.833,-104.527],[-118.922,11.639],[-136.854,159.988],[-114.811,177.476],[-53.861,182.228],[21.056,170.189],[86.682,116.803],[126.337,53.282]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764999988032,0.505999995213,0.322000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[762.081,411.19],"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":"Group 33","np":4,"cix":2,"ix":33,"mn":"ADBE Vector Group","hd":false},{"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":[[11.057,11.908],[-1.261,-16.201],[-11.057,-11.908],[1.261,16.201]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1210.874,383.748],"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":"Group 34","np":4,"cix":2,"ix":34,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.305,-15.381],[9.068,12.855],[3.306,15.381],[-9.068,-12.856]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1197.359,389.746],"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":"Group 35","np":4,"cix":2,"ix":35,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[18.613,4.015],[0,0],[0,0],[0,0],[12.626,28.813],[0,0],[0,0],[0,0],[0,0],[-43.882,22.159],[0.451,0.345],[0.336,0.263],[0.003,-0.006],[0.051,0.05],[2.572,2.173],[1.725,1.726],[0,0],[0,0],[0,0],[0,0],[0,0],[-19.192,-43.794],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[3.373,-22.085],[0,0],[0,0],[0,0],[-12.626,-28.812],[0,0],[0,0],[0,0],[0,0],[-0.458,-0.145],[-0.339,-0.259],[-0.005,0.005],[-0.052,-0.051],[-2.649,-2.081],[-1.693,0.86],[0,0],[-55.563,25.729],[0,0],[0,0],[0,0],[0,0],[19.194,43.796],[0,0],[0,0],[0,0],[52.997,4.939],[0,0],[-18.027,7.274]],"v":[[39.885,112.382],[44.254,70.626],[-10.769,50.09],[-36.644,83.527],[-67.262,41.874],[-78.328,-10.023],[-36.345,-6.707],[-13.718,-58.525],[-46.733,-85.272],[8.283,-128.861],[6.915,-129.587],[5.916,-130.384],[5.904,-130.368],[5.748,-130.519],[-2.051,-136.938],[-7.595,-137.868],[-11.13,-141.402],[-79.91,-81.037],[-44.338,-54.725],[-53.148,-30.941],[-98.939,-33.543],[-88.583,51.217],[-32.27,118.587],[-5.491,79.376],[19.049,89.915],[14.718,136.464],[105.56,124.818],[107.775,98.345]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1169.64,407.012],"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":"Group 36","np":4,"cix":2,"ix":36,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-6.684,2.929],[-2.928,-6.683],[6.684,-2.93],[2.929,6.684]],"o":[[6.684,-2.929],[2.929,6.683],[-6.683,2.928],[-2.929,-6.683]],"v":[[-5.303,-12.101],[12.101,-5.303],[5.303,12.102],[-12.101,5.303]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1093.997,352.956],"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":"Group 37","np":4,"cix":2,"ix":37,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.864,1.255],[-1.255,-2.865],[2.864,-1.256],[1.255,2.864]],"o":[[2.864,-1.255],[1.255,2.864],[-2.864,1.255],[-1.256,-2.864]],"v":[[-2.272,-5.187],[5.187,-2.273],[2.273,5.187],[-5.186,2.273]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1166.15,519.169],"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":"Group 38","np":4,"cix":2,"ix":38,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[13.994,-6.133],[6.133,13.995],[-13.995,6.133],[-6.132,-13.994]],"o":[[-13.995,6.133],[-6.133,-13.995],[13.995,-6.133],[6.134,13.995]],"v":[[15.035,22.384],[-21.41,8.149],[-7.175,-28.296],[29.269,-14.06]],"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":[[1.713,3.833],[-0.773,1.314],[1.868,3.861],[5.44,6.796],[2.894,3.938],[10.89,-4.773],[-11.351,-25.902],[-25.902,11.351],[-2.945,16.194]],"o":[[-0.84,-1.879],[-2.184,-3.683],[-6.111,-6.224],[-3.188,-3.703],[-10.69,-2.74],[-25.904,11.351],[11.352,25.903],[16.21,-7.103],[-1.89,-3.765]],"v":[[48.943,-5.26],[49.072,-10.182],[42.998,-21.503],[25.724,-41.086],[16.605,-52.557],[-16.623,-49.857],[-42.971,17.597],[24.483,43.945],[54.322,6.162]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1212.815,400.885],"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":"Group 39","np":6,"cix":2,"ix":39,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.182,5.35],[0,0],[1.555,4.333],[1.519,9.582],[-0.607,1.031],[3.616,8.095],[-0.717,1.3],[0,0],[3.387,4.232],[4.729,7.46],[0.112,0.593],[1.069,0.924],[7.276,8.501],[-5.097,-3.022],[-1.094,-0.692],[-0.169,0.655],[3.769,3.799],[0.23,0.517],[2.608,2.606],[-1.166,1.873],[0.324,0.405],[1.176,0.897],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[-1.643,-4.301],[-4.124,-8.728],[-0.212,-1.341],[-4.686,-7.53],[-0.815,-1.825],[0,0],[-3.631,-4.025],[-5.745,-6.673],[-0.398,-0.628],[-1.06,-0.937],[-10.404,-4.217],[-3.574,-4.176],[1.116,0.662],[-0.064,-0.686],[-3.628,-3.932],[-0.457,-0.46],[-2.739,-2.393],[-1.819,-1.817],[-0.324,-0.405],[-1.115,0.304],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.389,-5.34]],"v":[[107.258,89.761],[98.776,58.879],[93.928,45.948],[84.79,18.607],[85.483,14.988],[73.295,-8.697],[73.361,-13.501],[60.608,-32.14],[50.076,-44.524],[34.297,-65.694],[33.551,-67.532],[30.358,-70.323],[3.579,-90.181],[9.64,-98.033],[12.954,-96.002],[13.12,-98.033],[2.079,-109.68],[1.063,-111.157],[-6.919,-118.679],[-7.406,-124.917],[-8.38,-126.129],[-11.901,-126.893],[-40.324,-119.055],[-82.78,-87.399],[-45.257,-55.071],[-63.424,-13.45],[-99.923,-21.498],[-108.166,-8.956],[-104.255,25.05],[-60.799,95.993],[-43.078,80.787],[-14.553,68.286],[8.838,95.014],[20.738,126.893],[108.166,105.793]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.842999985639,0.819999964097,0.819999964097,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1188.463,404.322],"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":"Group 40","np":4,"cix":2,"ix":40,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[7.829,17.864],[0,0],[0,0],[0,0]],"o":[[0,0],[-7.828,-17.864],[0,0],[0,0],[0,0]],"v":[[7.281,28.146],[-8.551,1.425],[-19.448,-28.146],[3.537,-25.854],[19.447,10.45]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1123.606,441.906],"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":"Group 41","np":4,"cix":2,"ix":41,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[],"o":[],"v":[],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0.5,0.5],"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":"Group 42","np":4,"cix":2,"ix":42,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.023,8.389],[40.08,91.459],[-80.768,46.316],[2.161,1.313],[0.29,0.279],[1.154,0.758],[0.335,0.969],[2.419,0.918],[0.48,0.439],[-41.298,-94.237],[-101.011,34.248]],"o":[[-92.062,36.646],[-38.221,-87.217],[-2.132,-1.318],[-0.389,-0.237],[-1.17,-0.726],[-1.105,-0.726],[-2.378,-0.999],[-0.709,-0.269],[-83.282,54.568],[43.607,99.507],[-0.174,-8.421]],"v":[[149.896,142.924],[-87.474,45.425],[-10.383,-188.826],[-16.805,-192.793],[-17.817,-193.571],[-21.305,-195.793],[-23.42,-198.403],[-30.609,-201.289],[-32.387,-202.369],[-108.598,54.682],[148.183,168.121]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1134.863,426.72],"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":"Group 43","np":4,"cix":2,"ix":43,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.463,-0.108],[0,0],[0.028,-0.027],[-0.765,-1.181]],"o":[[0,0],[-0.027,0.028],[0.8,1.157],[0.465,-0.05]],"v":[[1.872,1.838],[-1.791,-1.838],[-1.871,-1.753],[0.472,1.757]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764999988032,0.505999995213,0.322000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1224.829,323.309],"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":"Group 44","np":4,"cix":2,"ix":44,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.492,3.941],[-2.187,0.319],[-2.785,15.068],[0.237,7.987],[0.4,2.862],[-0.064,0.474],[0.005,0.013],[1.889,5.751],[1.867,5.201],[1.518,9.582],[-0.606,1.031],[3.616,8.095],[-0.773,1.314],[1.868,3.861],[5.439,6.796],[4.729,7.46],[0.113,0.593],[1.069,0.924],[7.275,8.501],[-5.096,-3.022],[-1.095,-0.692],[-0.169,0.655],[3.768,3.799],[0.231,0.517],[2.607,2.606],[-1.166,1.873],[0.097,0.121],[0,0],[1.131,0.865],[0.336,0.263],[0.004,-0.005],[0.051,0.051],[2.571,2.173],[1.725,1.725],[0,0],[3.454,3.748],[4.255,3.165],[-0.2,1.668],[2.256,1.371],[0.29,0.279],[0.798,0.513],[0,0],[0,0],[0,0],[0,0],[0,0],[-53.832,-16.25],[0,0]],"o":[[0.37,-3.942],[0.344,-2.761],[2.411,-15.13],[-0.608,-7.969],[-0.54,-2.841],[-0.071,-0.501],[-0.005,-0.013],[-2.116,-5.673],[-1.966,-5.167],[-4.124,-8.729],[-0.212,-1.341],[-4.686,-7.53],[-0.84,-1.879],[-2.184,-3.682],[-6.111,-6.224],[-5.745,-6.673],[-0.398,-0.628],[-1.059,-0.937],[-10.403,-4.217],[-3.575,-4.176],[1.116,0.662],[-0.065,-0.686],[-3.628,-3.932],[-0.457,-0.46],[-2.738,-2.393],[-1.82,-1.817],[-0.096,-0.121],[0,0],[-1.081,0.255],[-0.339,-0.259],[-0.005,0.006],[-0.052,-0.051],[-2.649,-2.08],[-1.694,0.86],[0,0],[-4.631,-1.89],[-4.808,-1.984],[-1.837,-1.366],[-2.225,-1.375],[-0.388,-0.237],[-0.805,-0.499],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[53.832,16.251],[0,0]],"v":[[123.062,163.119],[124.399,151.295],[128.998,146.457],[136.462,101.105],[135.001,77.18],[133.577,68.628],[133.593,67.166],[133.577,67.128],[127.551,49.994],[121.716,34.473],[112.578,7.131],[113.27,3.512],[101.083,-20.173],[101.211,-25.095],[95.137,-36.416],[77.864,-56],[62.084,-77.17],[61.339,-79.008],[58.145,-81.799],[31.368,-101.657],[37.427,-109.509],[40.743,-107.478],[40.908,-109.509],[29.868,-121.156],[28.85,-122.633],[20.869,-130.155],[20.382,-136.393],[20.091,-136.756],[19.274,-137.576],[15.88,-138.373],[14.881,-139.171],[14.869,-139.155],[14.714,-139.305],[6.915,-145.723],[1.37,-146.654],[-8.09,-156.114],[-20.266,-164.875],[-33.617,-172.871],[-35.915,-177.73],[-42.617,-181.871],[-43.628,-182.649],[-46.027,-184.176],[-58.14,-181.299],[-99.578,-136.35],[-136.463,-70.041],[-135.115,14.547],[-109.736,84.998],[11.784,167.925],[123.028,163.138]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764999988032,0.505999995213,0.322000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1160.675,415.798],"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":"Group 45","np":4,"cix":2,"ix":45,"mn":"ADBE Vector Group","hd":false},{"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":[[-15.344,5.348],[15.345,5.348],[15.345,-5.348],[-15.344,-5.348]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[971.844,823.281],"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":"Group 46","np":4,"cix":2,"ix":46,"mn":"ADBE Vector Group","hd":false},{"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":[[15.414,3.146],[-15.414,3.146],[-15.414,-3.146],[15.414,-3.146]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[971.775,808.496],"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":"Group 47","np":4,"cix":2,"ix":47,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-11.148,15.437],[0,0],[0,0],[0,0],[-31.458,0],[0,0],[0,0],[0,0],[0,0],[-1.97,-52.421],[-3.476,0.903],[0,0],[0,0],[0,0],[0,0],[0,0],[47.816,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[18.875,11.954],[0,0],[0,0],[0,0],[31.457,0],[0,0],[0,0],[0,0],[0,0],[3.143,-1.712],[0,0],[-1.257,-61.234],[0,0],[0,0],[0,0],[0,0],[-47.816,0],[0,0],[0,0],[0,0],[-25.796,46.557],[0,0],[0.573,-19.429]],"v":[[-107.585,10.38],[-71.094,31.142],[-30.198,-11.012],[-50.438,-48.132],[0.001,-59.457],[51.976,-48.761],[32.088,-11.641],[70.465,29.884],[108.215,10.38],[126.262,82.736],[136.264,78.938],[145.335,65.541],[117.653,-21.707],[79.275,0.314],[61.028,-17.303],[81.791,-58.198],[0.001,-82.735],[-84.306,-58.198],[-59.141,-17.932],[-78.644,0.314],[-119.539,-22.336],[-145.335,65.541],[-121.978,78.194]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[955.731,757.221],"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":"Group 48","np":4,"cix":2,"ix":48,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-7.297],[7.297,0],[0,7.297],[-7.297,0]],"o":[[0,7.297],[-7.297,0],[0,-7.297],[7.297,0]],"v":[[13.212,0],[0,13.213],[-13.212,0],[0,-13.212]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1046.96,728.592],"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":"Group 49","np":4,"cix":2,"ix":49,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-3.128],[3.128,0],[0,3.127],[-3.127,0]],"o":[[0,3.127],[-3.127,0],[0,-3.128],[3.128,0]],"v":[[5.662,0],[-0.001,5.663],[-5.663,0],[-0.001,-5.662]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[865.762,727.963],"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":"Group 50","np":4,"cix":2,"ix":50,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-15.28,0],[0,-15.28],[15.279,0],[0,15.279]],"o":[[15.279,0],[0,15.279],[-15.28,0],[0,-15.28]],"v":[[0,-24.583],[27.666,3.084],[0,30.75],[-27.667,3.084]],"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":[[-10.381,-9.371],[-9.047,-1.559],[-0.566,-0.989],[-1.375,-0.261],[-10.04,1.196],[0,17.009],[28.281,0],[0,-28.281]],"o":[[9.088,1.347],[1.444,0.249],[1.377,0.245],[10.05,-1.103],[12.763,-9.313],[0,-28.281],[-28.281,0],[0,15.086]],"v":[[-34.3,41.101],[-7.08,45.373],[-4.097,47.369],[0.031,48.123],[30.144,44.469],[51.207,3.084],[0,-48.123],[-51.207,3.084]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[956.5,819.883],"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":"Group 51","np":6,"cix":2,"ix":51,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-5.689,-1.396],[-1.67,-0.318],[-19.315,-4.845],[-15.451,-2.662],[-0.479,-0.315],[0,0],[-3.162,0.833],[-0.564,0.3],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[1.055,-0.801],[19.565,3.727],[15.503,2.4],[0.684,0.119],[0,0],[3.17,-0.782],[0.548,-0.336],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[5.706,1.316]],"v":[[-114.92,69.207],[-110.787,68.316],[-52.31,80.646],[-5.794,87.814],[-4.062,88.487],[115.848,65.79],[125.343,63.344],[127.013,62.395],[132.013,27.908],[120.058,-23.683],[75.388,-2.292],[44.56,-35.637],[66.581,-65.836],[58.401,-78.419],[25.685,-88.486],[-56.734,-77.161],[-49.92,-54.826],[-49.92,-23.683],[-83.789,-12.986],[-117.763,-14.883],[-132.013,65.145]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.842999985639,0.819999964097,0.819999964097,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[955.214,777.442],"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":"Group 52","np":4,"cix":2,"ix":52,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-19.504,0],[0,0],[0,0],[0,0]],"o":[[0,0],[19.503,0],[0,0],[0,0],[0,0]],"v":[[-31.143,-7.236],[-0.314,-11.01],[31.143,-9.123],[19.819,11.01],[-19.818,11.01]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[956.046,722.616],"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":"Group 53","np":4,"cix":2,"ix":53,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[],"o":[],"v":[],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0.5,0.5],"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":"Group 54","np":4,"cix":2,"ix":54,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-7.062,-5.249],[-100.148,0],[-3.839,-98.615],[-3.901,1.448],[-0.437,0.247],[-0.802,-0.025],[-2.374,0.909],[109.423,0],[9.962,-105.462]],"o":[[2.939,-99.435],[99.556,0],[3.906,-1.502],[0.423,-0.27],[0.797,-0.451],[2.405,-0.896],[-8.078,-107.357],[-108.07,0],[7.624,4.3]],"v":[[-184.78,101.102],[-0.171,-78.04],[184.37,99.349],[196.097,94.94],[197.385,94.162],[199.809,93.559],[206.979,90.852],[-0.171,-101.102],[-206.978,86.878]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[956.672,716.103],"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":"Group 55","np":4,"cix":2,"ix":55,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-5.046,-4.324],[-2.295,-1.622],[-3.416,-1.932],[-5.985,-2.498],[-0.808,-0.18],[-7.607,-1.865],[-1.67,-0.318],[-19.315,-4.846],[-15.452,-2.663],[-0.566,-0.99],[-0.586,-0.106],[0,0],[-14.922,1.142],[-4.428,0.844],[-0.355,0.093],[-2.635,0.66],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[36.491,-42.782],[0.147,-2.191]],"o":[[2.407,1.499],[3.37,2.03],[6.095,2.22],[0.677,-0.14],[7.641,1.708],[1.055,-0.801],[19.566,3.727],[15.503,2.399],[1.444,0.249],[0.586,0.103],[0,0],[14.858,-1.765],[4.417,-0.895],[0.3,-0.156],[2.627,-0.696],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-35.816,41.991],[5.563,3.673]],"v":[[-178.105,74.835],[-171.039,79.506],[-160.865,85.458],[-142.74,92.527],[-140.509,92.564],[-117.643,97.955],[-113.51,97.064],[-55.032,109.396],[-8.515,116.563],[-5.532,118.559],[-3.776,118.879],[4.978,118.581],[49.576,113.544],[62.845,110.945],[63.822,110.564],[71.715,108.532],[189.061,62.948],[194.094,35.266],[169.557,-20.729],[123.628,-81.129],[45.612,-113.846],[-29.102,-118.879],[-153.831,-40.863],[-194.093,62.88]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764999988032,0.505999995213,0.322000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[957.936,748.693],"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":"Group 56","np":4,"cix":2,"ix":56,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[71.996,0],[50.909,-50.908],[0,-71.995],[-50.908,-50.908],[-71.995,0],[-50.908,50.908],[0,71.995],[50.909,50.909]],"o":[[-71.995,0],[-50.908,50.909],[0,71.995],[50.908,50.908],[71.996,0],[50.909,-50.908],[0,-71.995],[-50.908,-50.908]],"v":[[0.002,-269.534],[-190.588,-190.59],[-269.532,0],[-190.588,190.589],[0.002,269.534],[190.591,190.589],[269.537,0],[190.591,-190.59]],"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":[[41.981,0],[38.36,16.226],[28.559,28.558],[15.668,37.041],[0,41.982],[-16.224,38.359],[-28.559,28.559],[-37.041,15.668],[-41.98,0],[-38.36,-16.224],[-28.558,-28.558],[-15.667,-37.041],[0,-41.98],[16.226,-38.359],[28.56,-28.559],[37.041,-15.666]],"o":[[-41.981,0],[-37.041,-15.666],[-28.559,-28.559],[-16.224,-38.359],[0,-41.98],[15.668,-37.041],[28.559,-28.558],[38.36,-16.224],[41.981,0],[37.041,15.668],[28.56,28.559],[16.226,38.359],[0,41.982],[-15.667,37.041],[-28.558,28.558],[-38.36,16.226]],"v":[[0.002,311.039],[-121.075,286.587],[-219.936,219.938],[-286.586,121.077],[-311.037,0],[-286.586,-121.076],[-219.936,-219.938],[-121.075,-286.588],[0.002,-311.039],[121.079,-286.588],[219.939,-219.938],[286.589,-121.076],[311.042,0],[286.589,121.077],[219.939,219.938],[121.079,286.587]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[956.283,540],"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":"Group 57","np":6,"cix":2,"ix":57,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-186.604],[186.605,0],[0,186.604],[-186.605,0]],"o":[[0,186.604],[-186.605,0],[0,-186.604],[186.605,0]],"v":[[337.877,0],[0,337.877],[-337.877,0],[0,-337.877]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.847000002394,0.823999980852,0.823999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[956.261,541.582],"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":"Group 58","np":4,"cix":2,"ix":58,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":152,"st":0,"bm":0},{"ddd":0,"ind":22,"ty":4,"nm":"Testa Outlines","parent":20,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.7],"y":[1]},"o":{"x":[0.29],"y":[0]},"n":["0p7_1_0p29_0"],"t":10,"s":[0],"e":[-7.257]},{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.3],"y":[0]},"n":["0p2_1_0p3_0"],"t":21,"s":[-7.257],"e":[-7.257]},{"i":{"x":[0.596],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p596_1_0p8_0"],"t":27,"s":[-7.257],"e":[25.8]},{"i":{"x":[0.628],"y":[1]},"o":{"x":[0.292],"y":[0]},"n":["0p628_1_0p292_0"],"t":41,"s":[25.8],"e":[22.4]},{"i":{"x":[0.596],"y":[1]},"o":{"x":[0.289],"y":[0]},"n":["0p596_1_0p289_0"],"t":59,"s":[22.4],"e":[25.8]},{"i":{"x":[0.628],"y":[1]},"o":{"x":[0.292],"y":[0]},"n":["0p628_1_0p292_0"],"t":78,"s":[25.8],"e":[22.4]},{"i":{"x":[0.628],"y":[1]},"o":{"x":[0.289],"y":[0]},"n":["0p628_1_0p289_0"],"t":93,"s":[22.4],"e":[25.8]},{"i":{"x":[0.564],"y":[1]},"o":{"x":[0.246],"y":[0]},"n":["0p564_1_0p246_0"],"t":101,"s":[25.8],"e":[29.8]},{"i":{"x":[0.28],"y":[1]},"o":{"x":[0.52],"y":[0]},"n":["0p28_1_0p52_0"],"t":111,"s":[29.8],"e":[-2.9]},{"i":{"x":[0.53],"y":[1]},"o":{"x":[0.72],"y":[0]},"n":["0p53_1_0p72_0"],"t":138,"s":[-2.9],"e":[0]},{"t":152}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.77,"y":1},"o":{"x":0.23,"y":0},"n":"0p77_1_0p23_0","t":41,"s":[4.333,370.246,0],"e":[10.333,364.246,0],"to":[1,-1,0],"ti":[0,0,0]},{"i":{"x":0.77,"y":1},"o":{"x":0.23,"y":0},"n":"0p77_1_0p23_0","t":51.2,"s":[10.333,364.246,0],"e":[4.333,370.246,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.77,"y":1},"o":{"x":0.23,"y":0},"n":"0p77_1_0p23_0","t":61.4,"s":[4.333,370.246,0],"e":[10.333,364.246,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.77,"y":1},"o":{"x":0.23,"y":0},"n":"0p77_1_0p23_0","t":71.6,"s":[10.333,364.246,0],"e":[4.333,370.246,0],"to":[0,0,0],"ti":[1,-1,0]},{"i":{"x":0.77,"y":0.77},"o":{"x":0.23,"y":0.23},"n":"0p77_0p77_0p23_0p23","t":81.8,"s":[4.333,370.246,0],"e":[4.333,370.246,0],"to":[0,0,0],"ti":[0,0,0]},{"t":92}],"ix":2},"a":{"a":0,"k":[960,1080,0],"ix":1},"s":{"a":0,"k":[113,113,100],"ix":6}},"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":[[19.287,7.133],[-19.287,7.133],[-19.287,-7.133],[19.287,-7.133]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[954.811,376.398],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[116.612,5.177],[-116.612,5.177],[-116.612,-5.177],[116.612,-5.177]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[954.81,383.531],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[105.795,0],[0,-105.795],[-0.396,-5.028],[0,0],[0,6.026],[-89.955,0],[0,-89.954],[0.638,-5.855],[0,0],[0,5.13]],"o":[[-105.795,0],[0,5.13],[0,0],[-0.637,-5.855],[0,-89.954],[89.954,0],[0,6.026],[0,0],[0.395,-5.028],[0,-105.795]],"v":[[0.002,-103.399],[-191.557,88.16],[-190.954,103.399],[-161.194,103.399],[-162.169,85.572],[0.708,-77.305],[163.585,85.572],[162.609,103.399],[190.959,103.399],[191.561,88.16]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[958.523,468.099],"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":"Group 3","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-9.329],[-9.329,0],[0,1.834],[9.329,0]],"o":[[0,3.214],[9.329,0],[0,-9.329],[-9.329,0]],"v":[[-16.891,5.747],[0,11.145],[16.891,5.747],[0,-11.145]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.438999998803,0.380000005984,0.380000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1080.583,492.111],"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":"Group 4","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-13.531],[-13.53,0],[0,13.531],[13.531,0]],"o":[[0,13.531],[13.531,0],[0,-13.531],[-13.53,0]],"v":[[-24.5,0],[0,24.5],[24.5,0],[0,-24.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1080.583,497.858],"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":"Group 5","np":4,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.182],[-4.182,0],[0,4.182],[4.182,0]],"o":[[0,4.182],[4.182,0],[0,-4.182],[-4.182,0]],"v":[[-7.573,0],[0,7.572],[7.572,0],[0,-7.572]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.438999998803,0.380000005984,0.380000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[935.523,475.193],"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":"Group 6","np":4,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-17.012],[-17.012,0],[0,3.345],[17.013,0]],"o":[[0,5.862],[17.013,0],[0,-17.012],[-17.012,0]],"v":[[-30.803,10.479],[0,20.324],[30.804,10.479],[0,-20.324]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.438999998803,0.380000005984,0.380000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[954.811,442.174],"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":"Group 7","np":4,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-24.675],[-24.675,0],[0,24.675],[24.675,0]],"o":[[0,24.675],[24.675,0],[0,-24.675],[-24.675,0]],"v":[[-44.678,-0.001],[0,44.678],[44.679,-0.001],[0,-44.678]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[954.811,452.653],"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":"Group 8","np":4,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"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":[[201,11.971],[-201,11.971],[-201,-11.971],[201,-11.971]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[958.524,584.633],"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":"Group 11","np":4,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"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":[[10.462,5.5],[-10.462,5.5],[-10.462,-5.5],[10.462,-5.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.532999973671,0.481999984442,0.481999984442,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1029.986,571.498],"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":"Group 12","np":4,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"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":[[64.479,5.5],[-64.479,5.5],[-64.479,-5.5],[64.479,-5.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.532999973671,0.481999984442,0.481999984442,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[945.577,571.498],"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":"Group 13","np":4,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"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":[[22.979,5.5],[-22.979,5.5],[-22.979,-5.5],[22.979,-5.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.532999973671,0.481999984442,0.481999984442,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1125.694,571.498],"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":"Group 14","np":4,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"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":[[9.002,9.002],[-9.002,9.002],[-9.002,-9.002],[9.002,-9.002]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1074.714,614.781],"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":"Group 15","np":4,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"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":[[11.815,9.002],[-11.815,9.002],[-11.815,-9.002],[11.815,-9.002]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1102.339,614.781],"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":"Group 16","np":4,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"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":[[14.517,9.002],[-14.518,9.002],[-14.518,-9.002],[14.517,-9.002]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[910.133,614.781],"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":"Group 17","np":4,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"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":[[14.517,9.002],[-14.518,9.002],[-14.518,-9.002],[14.517,-9.002]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1010.724,614.781],"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":"Group 18","np":4,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"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":[[29.035,9.002],[-29.036,9.002],[-29.036,-9.002],[29.035,-9.002]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[958.526,614.781],"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":"Group 19","np":4,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"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":[[9.002,9.002],[-9.002,9.002],[-9.002,-9.002],[9.002,-9.002]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[862.626,614.781],"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":"Group 20","np":4,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"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":[[16.771,9.002],[-16.771,9.002],[-16.771,-9.002],[16.771,-9.002]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[828.934,614.781],"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":"Group 21","np":4,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"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":[[29.036,5.5],[-29.035,5.5],[-29.035,-5.5],[29.036,-5.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.532999973671,0.481999984442,0.481999984442,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[803.49,571.498],"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":"Group 22","np":4,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[100.598,5.595],[38.029,-35.973],[0,-54.192],[0,0]],"o":[[0,0],[0,0],[0,0],[0,-100.862],[-52.895,-2.947],[-38.637,36.548],[0,0],[0,0]],"v":[[-160.037,129.281],[156.626,129.281],[190.148,99.378],[190.148,64.14],[10.748,-125.709],[-130.233,-74.485],[-190.148,66.227],[-190.148,98.417]],"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],[0,0],[0,0],[-13.206,30.332],[-23.197,21.942],[-65.475,-3.641],[0,-124.948],[0,0]],"o":[[0,0],[0,0],[0,0],[0,-33.636],[12.778,-29.347],[47.19,-44.638],[124.648,6.933],[0,0],[0,0]],"v":[[173.936,174.689],[-179.175,174.689],[-235.556,116.898],[-235.556,66.227],[-215.654,-30.176],[-161.438,-107.472],[13.269,-171.048],[235.556,64.14],[235.556,119.721]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[958.525,490.718],"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":"Group 23","np":6,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.441,3.092],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[2.68,-3.786]],"v":[[52.278,-5.178],[-52.278,-5.178],[-52.278,5.178],[43.073,5.178]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764999988032,0.505999995213,0.322000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[861.138,411.734],"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":"Group 24","np":4,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-2.68,-3.786],[0,0],[0,0]],"o":[[3.44,3.092],[0,0],[0,0],[0,0]],"v":[[-52.278,-5.178],[-43.074,5.178],[52.278,5.178],[52.278,-5.178]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764999988032,0.505999995213,0.322000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1048.484,411.734],"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":"Group 25","np":4,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-7.012],[-7.011,0],[0,7.011],[7.012,0]],"o":[[0,7.011],[7.012,0],[0,-7.012],[-7.011,0]],"v":[[-12.695,0],[-0.001,12.695],[12.695,0],[-0.001,-12.695]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[954.811,517.964],"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":"Group 26","np":4,"cix":2,"ix":24,"mn":"ADBE Vector Group","hd":false},{"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":[[201,10.356],[-201,10.356],[-201,-10.355],[201,-10.355]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.231000010173,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[954.811,548.642],"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":"Group 27","np":4,"cix":2,"ix":25,"mn":"ADBE Vector Group","hd":false},{"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":[[9.643,14.266],[-9.643,14.266],[-9.643,-14.267],[9.643,-14.267]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764999988032,0.505999995213,0.322000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[784.098,528.598],"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":"Group 28","np":4,"cix":2,"ix":26,"mn":"ADBE Vector Group","hd":false},{"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":[[9.644,14.266],[-9.643,14.266],[-9.643,-14.267],[9.644,-14.267]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764999988032,0.505999995213,0.322000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1122.107,528.598],"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":"Group 29","np":4,"cix":2,"ix":27,"mn":"ADBE Vector Group","hd":false},{"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":[[9.644,14.266],[-9.644,14.266],[-9.644,-14.267],[9.644,-14.267]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764999988032,0.505999995213,0.322000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[862.626,528.598],"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":"Group 30","np":4,"cix":2,"ix":28,"mn":"ADBE Vector Group","hd":false},{"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":[[19.287,14.266],[-19.288,14.266],[-19.288,-14.267],[19.287,-14.267]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764999988032,0.505999995213,0.322000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[821.911,528.598],"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":"Group 31","np":4,"cix":2,"ix":29,"mn":"ADBE Vector Group","hd":false},{"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":[[201,13.533],[-201,13.533],[-201,-13.533],[201,-13.533]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.532999973671,0.481999984442,0.481999984442,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[958.525,610.137],"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":"Group 32","np":4,"cix":2,"ix":30,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[111.969,6.227],[0,-123.809],[0,0],[0,0],[0,0]],"o":[[0,0],[0,-113.526],[-123.616,-6.875],[0,0],[0,0],[0,0],[0,0]],"v":[[212.853,111.183],[212.853,65.776],[12.009,-146.745],[-212.852,67.862],[-212.852,109.292],[-169.605,153.62],[165.282,153.62]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.847000002394,0.823999980852,0.823999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[958.524,489.084],"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":"Group 33","np":4,"cix":2,"ix":31,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":152,"st":0,"bm":0},{"ddd":0,"ind":23,"ty":4,"nm":"Shape Layer 5","parent":22,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[896.885,749.192,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[88.496,88.496,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":7,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[40.834,-462.31],[40.834,-686.561]],"c":false}],"e":[{"i":[[0,0],[-63.331,115.316]],"o":[[0,0],[47.077,-85.72]],"v":[[40.834,-462.31],[32.351,-691.564]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":19,"s":[{"i":[[0,0],[-63.331,115.316]],"o":[[0,0],[47.077,-85.72]],"v":[[40.834,-462.31],[32.351,-691.564]],"c":false}],"e":[{"i":[[0,0],[3.352,124.1]],"o":[[0,0],[-2.641,-97.761]],"v":[[40.834,-462.31],[32.351,-691.564]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":29,"s":[{"i":[[0,0],[3.352,124.1]],"o":[[0,0],[-2.641,-97.761]],"v":[[40.834,-462.31],[32.351,-691.564]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":32,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":34,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":36,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":38,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":40,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":42,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":44,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":46,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":48,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":50,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":52,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":54,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":56,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":58,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":60,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":62,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":64,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":66,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":68,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":70,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":72,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":74,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":76,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":78,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":80,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":82,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":84,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":86,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":88,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":90,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":92,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":94,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":96,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":98,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":100,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":102,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":104,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":106,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":108,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":110,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":112,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":114,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":116,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":118,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[-71.874,74.655]],"o":[[0,0],[50.656,-52.615]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":127,"s":[{"i":[[0,0],[-71.874,74.655]],"o":[[0,0],[50.656,-52.615]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[48.855,67.418]],"o":[[0,0],[-42.858,-59.141]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":139,"s":[{"i":[[0,0],[48.855,67.418]],"o":[[0,0],[-42.858,-59.141]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[40.834,-462.31],[40.834,-686.561]],"c":false}]},{"t":148}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.287254901961,0.233333333333,0.232352941176,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":15,"ix":5},"lc":2,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298039215686,0.231372563979,0.231372563979,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":true},{"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":0,"k":37,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":152,"st":0,"bm":0},{"ddd":0,"ind":24,"ty":4,"nm":"Shape Layer 4","parent":22,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[956.165,752.349,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[88.496,88.496,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":7,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[40.834,-462.31],[40.834,-686.561]],"c":false}],"e":[{"i":[[0,0],[-63.331,115.316]],"o":[[0,0],[47.077,-85.72]],"v":[[40.834,-462.31],[32.351,-691.564]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":19,"s":[{"i":[[0,0],[-63.331,115.316]],"o":[[0,0],[47.077,-85.72]],"v":[[40.834,-462.31],[32.351,-691.564]],"c":false}],"e":[{"i":[[0,0],[-63.331,115.316]],"o":[[0,0],[47.077,-85.72]],"v":[[40.834,-462.31],[32.351,-691.564]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":29,"s":[{"i":[[0,0],[-63.331,115.316]],"o":[[0,0],[47.077,-85.72]],"v":[[40.834,-462.31],[32.351,-691.564]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":32,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":34,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":36,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":38,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":40,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":42,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":44,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":46,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":48,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":50,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":52,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":54,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":56,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":58,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":60,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":62,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":64,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":66,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":68,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":70,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":72,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":74,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":76,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":78,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":80,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":82,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":84,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":86,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":88,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":90,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":92,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":94,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":96,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":98,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":100,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":102,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":104,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":106,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":108,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":110,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":112,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":114,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":116,"s":[{"i":[[0,0],[108.633,45.852]],"o":[[0,0],[-67.289,-28.401]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":118,"s":[{"i":[[0,0],[83.182,68.995]],"o":[[0,0],[-56.216,-46.628]],"v":[[40.834,-462.31],[19.564,-660.352]],"c":false}],"e":[{"i":[[0,0],[-71.874,74.655]],"o":[[0,0],[50.656,-52.615]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":127,"s":[{"i":[[0,0],[-71.874,74.655]],"o":[[0,0],[50.656,-52.615]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[48.855,67.418]],"o":[[0,0],[-42.858,-59.141]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":139,"s":[{"i":[[0,0],[48.855,67.418]],"o":[[0,0],[-42.858,-59.141]],"v":[[40.834,-462.31],[21.452,-693.358]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[40.834,-462.31],[40.834,-686.561]],"c":false}]},{"t":148}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.287254901961,0.233333333333,0.232352941176,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":15,"ix":5},"lc":2,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298039215686,0.231372563979,0.231372563979,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":true},{"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":152,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/bell.json b/ohos/flutter_lottie/assets/lottiefiles/bell.json new file mode 100644 index 0000000000000000000000000000000000000000..c70f06bb7a3e296b3802b9a9e1cf64ac35568249 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/bell.json @@ -0,0 +1 @@ +{"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":0,"ty":1,"nm":"White Solid 1","td":1,"ks":{"o":{"k":100},"r":{"k":22},"p":{"k":[288.003,547.449,0]},"a":{"k":[25,25,0]},"s":{"k":[412,168,100]}},"ao":0,"sw":50,"sh":50,"sc":"#ffffff","ip":0,"op":50,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","tt":2,"ks":{"o":{"k":100},"r":{"k":22},"p":{"k":[273.145,580.253,0]},"a":{"k":[-0.776,155.616,0]},"s":{"k":[110.945,113.273,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[59.648,59.648]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[-1,155.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":50,"st":0,"bm":0,"sr":1}]}],"layers":[{"ddd":0,"ind":0,"ty":3,"nm":"Null 1","ks":{"o":{"k":0},"r":{"k":[{"i":{"x":[0.833],"y":[1.093]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_1p093_0p167_0p167"],"t":0,"s":[0],"e":[-22]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0.037]},"n":["0p833_1_0p167_0p037"],"t":6.931,"s":[-22],"e":[22]},{"i":{"x":[0.833],"y":[0.966]},"o":{"x":[0.167],"y":[0]},"n":["0p833_0p966_0p167_0"],"t":12.435,"s":[22],"e":[-22]},{"i":{"x":[0.833],"y":[0.857]},"o":{"x":[0.167],"y":[-0.098]},"n":["0p833_0p857_0p167_-0p098"],"t":18,"s":[-22],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0.295]},"n":["0p833_1_0p167_0p295"],"t":26,"s":[0],"e":[4]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":29,"s":[4],"e":[0]},{"t":33}]},"p":{"k":[221.5,77,0]},"a":{"k":[0,0,0]},"s":{"k":[344,344,100]}},"ao":0,"ip":0,"op":50,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":1,"nm":"Black Solid 1","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,30.959,0]},"a":{"k":[221.5,183.5,0]},"s":{"k":[29.07,29.07,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"k":{"i":[[3.376,4.804],[0,15.358],[0,0],[40.857,4.809],[0,6.956],[9.556,0],[0,-9.556],[-4.437,-3.072],[-0.007,-0.031],[0,-42.092],[0,0],[8.971,-12.559],[-5.461,0],[0,0]],"o":[[-8.874,-12.628],[0,0],[0,-41.969],[4.427,-3.689],[0,-9.556],[-9.556,0],[0,5.802],[0,0],[-40.638,4.737],[0,0],[0,15.358],[-3.413,4.778],[0,0],[5.461,0]],"v":[[318.087,264.087],[303.411,220.401],[303.411,172.619],[231.019,91.367],[238.565,77.056],[221.5,59.991],[204.435,77.056],[211.944,91.049],[211.971,91.152],[139.589,172.619],[139.589,220.401],[124.913,264.087],[130.374,275.009],[312.626,275.009]],"c":true}},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"ef":[{"ty":21,"nm":"Fill","mn":"ADBE Fill","ix":1,"ef":[{"ty":3,"nm":"Fill Mask","mn":"ADBE Fill-0001","ix":1,"v":{"k":0}},{"ty":7,"nm":"All Masks","mn":"ADBE Fill-0007","ix":2,"v":{"k":0}},{"ty":2,"nm":"Color","mn":"ADBE Fill-0002","ix":3,"v":{"k":[1,1,1,1]}},{"ty":7,"nm":"Invert","mn":"ADBE Fill-0006","ix":4,"v":{"k":0}},{"ty":0,"nm":"Horizontal Feather","mn":"ADBE Fill-0003","ix":5,"v":{"k":0}},{"ty":0,"nm":"Vertical Feather","mn":"ADBE Fill-0004","ix":6,"v":{"k":0}},{"ty":0,"nm":"Opacity","mn":"ADBE Fill-0005","ix":7,"v":{"k":1}}]}],"sw":443,"sh":367,"sc":"#000000","ip":0,"op":50,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":0,"nm":"Pre-comp 1","parent":0,"refId":"comp_0","ks":{"o":{"k":100},"r":{"k":-22},"p":{"k":[{"i":{"x":0.833,"y":0.814},"o":{"x":0.167,"y":0.167},"n":"0p833_0p814_0p167_0p167","t":2,"s":[4.737,11.725,0],"e":[19.737,11.725,0],"to":[2.5,0,0],"ti":[2.83333325386047,0,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.157},"n":"0p833_0p844_0p167_0p157","t":4.572,"s":[19.737,11.725,0],"e":[-12.263,11.725,0],"to":[-2.83333325386047,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.88},"o":{"x":0.167,"y":0.177},"n":"0p833_0p88_0p167_0p177","t":9,"s":[-12.263,11.725,0],"e":[19.737,11.725,0],"to":[0,0,0],"ti":[-2.66666674613953,0,0]},{"i":{"x":0.833,"y":0.886},"o":{"x":0.167,"y":0.22},"n":"0p833_0p886_0p167_0p22","t":14.008,"s":[19.737,11.725,0],"e":[-8.129,11.725,0],"to":[0.7367005944252,0,0],"ti":[4.95352220535278,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.284},"n":"0p833_0p833_0p167_0p284","t":22,"s":[-8.129,11.725,0],"e":[3.737,11.725,0],"to":[-2.79587697982788,0,0],"ti":[0.0821717903018,0,0]},{"t":31}]},"a":{"k":[350,437.5,0]},"s":{"k":[29.07,29.07,100]}},"ao":0,"ef":[{"ty":21,"nm":"Fill","mn":"ADBE Fill","ix":1,"ef":[{"ty":3,"nm":"Fill Mask","mn":"ADBE Fill-0001","ix":1,"v":{"k":0}},{"ty":7,"nm":"All Masks","mn":"ADBE Fill-0007","ix":2,"v":{"k":0}},{"ty":2,"nm":"Color","mn":"ADBE Fill-0002","ix":3,"v":{"k":[1,1,1,1]}},{"ty":7,"nm":"Invert","mn":"ADBE Fill-0006","ix":4,"v":{"k":0}},{"ty":0,"nm":"Horizontal Feather","mn":"ADBE Fill-0003","ix":5,"v":{"k":0}},{"ty":0,"nm":"Vertical Feather","mn":"ADBE Fill-0004","ix":6,"v":{"k":0}},{"ty":0,"nm":"Opacity","mn":"ADBE Fill-0005","ix":7,"v":{"k":1}}]}],"w":700,"h":875,"ip":0,"op":50,"st":0,"bm":0,"sr":1}],"v":"4.5.0","ddd":0,"ip":0,"op":42,"fr":25,"w":443,"h":367} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/birds.json b/ohos/flutter_lottie/assets/lottiefiles/birds.json new file mode 100644 index 0000000000000000000000000000000000000000..cfa860daef253761989df4b7009408ad4a43eab9 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/birds.json @@ -0,0 +1 @@ +{"v":"4.7.0","fr":29.9700012207031,"ip":0,"op":155.000006313279,"w":320,"h":338,"nm":"Birds","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Untitled-5 Outlines","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":65,"s":[0],"e":[100]},{"t":73.000002973351}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[210.25,104.75,0]},"a":{"a":0,"k":[130.5,69.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[178.079,79.587],[236.338,117.448],[236.338,45.416]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"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":[[217.759,99.669],[217.759,27.665]],"c":false}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.502,0.831,0.765,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":4},"lc":2,"lj":2,"nm":"Stroke 2","mn":"ADBE Vector Graphic - Stroke"},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[201.68,99.669],[201.68,27.665]],"c":false}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.502,0.831,0.765,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":4},"lc":2,"lj":2,"nm":"Stroke 3","mn":"ADBE Vector Graphic - Stroke"},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[185.635,99.669],[185.635,27.665]],"c":false}},"nm":"Path 4","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.502,0.831,0.765,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":4},"lc":2,"lj":2,"nm":"Stroke 4","mn":"ADBE Vector Graphic - Stroke"},{"ty":"st","c":{"a":0,"k":[0.502,0.831,0.765,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":4},"lc":2,"lj":2,"nm":"Stroke 5","mn":"ADBE Vector Graphic - Stroke"},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[169.522,99.587],[169.522,27.583]],"c":false}},"nm":"Path 6","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.502,0.831,0.765,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":4},"lc":2,"lj":2,"nm":"Stroke 6","mn":"ADBE Vector Graphic - Stroke"},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[153.488,99.587],[153.488,27.583]],"c":false}},"nm":"Path 7","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.502,0.831,0.765,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":4},"lc":2,"lj":2,"nm":"Stroke 7","mn":"ADBE Vector Graphic - Stroke"},{"ind":11,"ty":"sh","ix":12,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[137.408,99.587],[137.408,27.583]],"c":false}},"nm":"Path 8","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.502,0.831,0.765,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":4},"lc":2,"lj":2,"nm":"Stroke 8","mn":"ADBE Vector Graphic - Stroke"},{"ind":13,"ty":"sh","ix":14,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[121.363,99.587],[121.363,27.583]],"c":false}},"nm":"Path 9","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.502,0.831,0.765,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":4},"lc":2,"lj":2,"nm":"Stroke 9","mn":"ADBE Vector Graphic - Stroke"},{"ind":15,"ty":"sh","ix":16,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[105.329,99.587],[105.329,27.583]],"c":false}},"nm":"Path 10","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.502,0.831,0.765,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":4},"lc":2,"lj":2,"nm":"Stroke 10","mn":"ADBE Vector Graphic - Stroke"},{"ind":17,"ty":"sh","ix":18,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[233.794,99.669],[233.794,27.665]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.502,0.831,0.765,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":4},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.307,"y":1},"o":{"x":0.165,"y":0.001},"n":"0p307_1_0p165_0p001","t":86,"s":[-63.25,15.5],"e":[0.75,15.5],"to":[10.6666669845581,0],"ti":[-10.6666669845581,0]},{"t":144.00000586524}],"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":"Group 1","np":19,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":900.000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Untitled-4 Outlines","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":46,"s":[0],"e":[100]},{"t":54.0000021994651}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[102.688,116.812,0]},"a":{"a":0,"k":[41,35,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[0.354,35.063],[19.259,45.955],[19.259,21.951]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"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":[[72.134,46.004],[72.134,22]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.502,0.831,0.765,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[66.098,46.004],[66.098,22]],"c":false}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.502,0.831,0.765,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 2","mn":"ADBE Vector Graphic - Stroke"},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[60.061,46.004],[60.061,22]],"c":false}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.502,0.831,0.765,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 3","mn":"ADBE Vector Graphic - Stroke"},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[54.025,46.004],[54.025,22]],"c":false}},"nm":"Path 4","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.502,0.831,0.765,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 4","mn":"ADBE Vector Graphic - Stroke"},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[47.988,46.004],[47.988,22]],"c":false}},"nm":"Path 5","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.502,0.831,0.765,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 5","mn":"ADBE Vector Graphic - Stroke"},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[41.952,46.004],[41.952,22]],"c":false}},"nm":"Path 6","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.502,0.831,0.765,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 6","mn":"ADBE Vector Graphic - Stroke"},{"ind":12,"ty":"sh","ix":13,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[35.915,46.004],[35.915,22]],"c":false}},"nm":"Path 7","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.502,0.831,0.765,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 7","mn":"ADBE Vector Graphic - Stroke"},{"ind":14,"ty":"sh","ix":15,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[29.879,46.004],[29.879,22]],"c":false}},"nm":"Path 8","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.502,0.831,0.765,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 8","mn":"ADBE Vector Graphic - Stroke"},{"ind":16,"ty":"sh","ix":17,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[23.842,46.004],[23.842,22]],"c":false}},"nm":"Path 9","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.502,0.831,0.765,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 9","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.218,"y":0.994},"o":{"x":0.201,"y":0},"n":"0p218_0p994_0p201_0","t":51,"s":[-72,0.75],"e":[-57.558,0.75],"to":[3.03967714309692,0],"ti":[-1.0903285741806,0]},{"t":92.0000037472368}],"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":"Group 1","np":18,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":900.000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Asset 4 Outlines","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":28.448,"s":[0],"e":[100]},{"t":33.0000013441176}]},"r":{"a":0,"k":0},"p":{"s":true,"x":{"a":0,"k":34.375},"y":{"a":1,"k":[{"i":{"x":[0.157],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p157_1_0p333_0"],"t":24,"s":[157.578],"e":[181.578]},{"t":33.0000013441176}]}},"a":{"a":0,"k":[56.75,78.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4.222,4.925],[0,0],[-0.511,0.775],[0,0],[0,0],[0,0]],"o":[[0,0],[0.609,-0.711],[0,0],[0,0],[0,0],[6.487,0]],"v":[[18.495,-2.759],[18.495,-2.759],[20.156,-5],[-10.156,-5],[-20.156,5],[1.624,5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0.533,0.424,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[50.216,40.942],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,-2.088],[3.453,-4.028],[6.487,0],[0,0]],"o":[[0,0],[2.088,0],[0,5.304],[-4.221,4.925],[0,0],[0,0]],"v":[[4,-13],[18.219,-13],[22,-9.22],[16.65,5.241],[-0.22,13],[-22,13]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0.533,0.424,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[52.06,32.943],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[14.357,-0.003],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,14.357],[0,0],[0,0],[0,0]],"v":[[-19,16],[-13,10],[9,-16],[19,-16],[19,-10],[-6.995,16],[-6.999,16],[-7,16]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.784,0.251,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[61.06,35.943],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,2.209],[0,0],[-0.225,-3.184],[3.322,-0.153],[0.122,1.089],[-1.159,0.027],[-0.15,0.97],[1.207,0],[0,0]],"o":[[0,0],[3.192,0],[0.242,3.41],[-1.095,0.05],[-0.134,-1.192],[0.981,-0.022],[0.192,-1.243],[0,0],[-2.209,0]],"v":[[-9.113,-6.022],[2.63,-6.022],[8.871,-0.457],[3.165,5.972],[0.9,4.209],[2.841,1.978],[4.862,0.295],[2.887,-2.022],[-5.113,-2.022]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.941,0.361,0.361,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[53.173,57.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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-1.104],[1.104,0],[0,1.104],[-1.105,0]],"o":[[0,1.104],[-1.105,0],[0,-1.104],[1.104,0]],"v":[[2,0],[0,2],[-2,0],[0,-2]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[76.06,13.943],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[-3.202,0],[-2.264,-2.265],[0,0],[0,0],[0,-1.281],[0,0],[14.361,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[2.264,-2.265],[3.201,0],[0,0],[0,0],[-0.906,0.905],[0,0],[0,14.36],[0,0],[0,0],[0,0]],"v":[[-31,26],[-17,12],[-17,6],[11.464,-22.464],[20,-26],[28.535,-22.464],[31,-20],[28.414,-17.414],[27,-14],[27,-8.002],[0.997,18],[-11,18],[-19,26]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.2,0.2,0.2,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[53.06,33.943],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"}],"ip":0,"op":900.000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Asset 4 Outlines","ks":{"o":{"a":1,"k":[{"i":{"x":[0.271],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p271_1_0p333_0"],"t":0,"s":[0],"e":[100]},{"t":18.000000733155}]},"r":{"a":0,"k":0},"p":{"s":true,"x":{"a":0,"k":135},"y":{"a":1,"k":[{"i":{"x":[0.133],"y":[1]},"o":{"x":[0.612],"y":[0]},"n":["0p133_1_0p612_0"],"t":0,"s":[220.875],"e":[181.625]},{"t":21.0000008553475}]}},"a":{"a":0,"k":[158,78.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.871,0.871,0.333],"y":[0.014,0.014,0]},"n":["0p667_1_0p871_0p014","0p667_1_0p871_0p014","0p667_1_0p333_0"],"t":0,"s":[113,113,100],"e":[100,100,100]},{"t":21.0000008553475}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[3.313,0.001],[0,0],[0,3.312],[-3.313,0.001],[0,0],[0,0],[0,-3.314],[0,0],[7.732,0],[0,0],[0,6.627],[0,0],[-6.627,0],[0,-6.627],[0,0],[-6.075,0],[0,0],[0,6.406],[6.414,-0.012],[0,0],[0,6.634],[0,0]],"o":[[0,0],[0,3.313],[0,0],[-3.312,-0.001],[0,-3.313],[3,0],[0,0],[3.313,0],[0,0],[0,7.732],[0,0],[-6.627,0],[0,0],[0,-6.627],[6.627,0],[0,0],[0,6.075],[0,0],[6.406,0],[0,-6.414],[0,0],[-6.635,0.01],[0,0],[0,0]],"v":[[-53,-41.5],[-53,-25.5],[-59,-19.502],[-59.004,-19.502],[-65,-25.5],[-59.001,-31.5],[-53,-31.5],[-49,-31.5],[-43,-25.5],[-43,0.5],[-57,14.5],[-111,14.5],[-123,2.5],[-123,-17.504],[-111,-29.504],[-99,-17.504],[-99,30.5],[-88,41.5],[111.401,41.5],[123,29.901],[111.38,18.303],[31.02,18.473],[19,6.473],[19,-37.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.016,0.306,0.337,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":4},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[167.06,87.443],"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":"Group 7","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":900.000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Asset 2 Outlines","ks":{"o":{"a":1,"k":[{"i":{"x":[0.271],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p271_1_0p333_0"],"t":0,"s":[0],"e":[100]},{"t":18.000000733155}]},"r":{"a":0,"k":0},"p":{"s":true,"x":{"a":0,"k":167.5},"y":{"a":1,"k":[{"i":{"x":[0.133],"y":[1]},"o":{"x":[0.612],"y":[0]},"n":["0p133_1_0p612_0"],"t":0,"s":[171.5],"e":[136.5]},{"t":21.0000008553475}]}},"a":{"a":0,"k":[144,91.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.872,0.872,0.333],"y":[0,0,0]},"n":["0p667_1_0p872_0","0p667_1_0p872_0","0p667_1_0p333_0"],"t":0,"s":[113,113,100],"e":[100,100,100]},{"t":21.0000008553475}]}},"ao":0,"ef":[{"ty":5,"nm":"Puppet","mn":"ADBE FreePin3","ix":1,"en":1,"ef":[{"ty":7,"nm":"On Transparent","mn":"ADBE FreePin3 On Transparent","ix":1,"v":{"a":0,"k":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":[[-3,-3],[3,-3],[3,3],[-3,3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.702,0.898,0.8590001,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[99,104.28],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"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":[[8,3],[-8,3],[-8,-3],[8,-3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.824,0.314,0.314,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[104,104.28],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.209,0],[0,0],[0,-2.209],[0,0],[-2.209,0],[0,2.209],[0,0]],"o":[[0,0],[-2.209,0],[0,0],[0,2.209],[2.209,0],[0,0],[0,-2.209]],"v":[[0,-30],[0,-30],[-4,-26],[-4,26],[0,30],[4,26],[4,-26]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.016,0.306,0.337,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[140,71.28],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.313,0],[0,0],[0,-3.313],[0,0],[-3.313,0],[0,0],[0,3.314],[0,0]],"o":[[0,0],[-3.313,0],[0,0],[0,3.314],[0,0],[3.313,0],[0,0],[0,-3.313]],"v":[[26,-30],[-26,-30],[-32,-24],[-32,24],[-26,30],[26,30],[32,24],[32,-24]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.941,0.361,0.361,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[104,71.28],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[7.732,0],[0,0],[0,7.732],[0,0],[0,0],[0,0]],"o":[[0,0],[-7.732,0],[0,0],[0,0],[0,0],[0,7.732]],"v":[[0,34],[0,34],[-14,20],[-14,-34],[14,-34],[14,20]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.941,0.361,0.361,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[104,135.28],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.209,0],[0,0],[0,-2.209],[0,0],[-2.209,0],[0,2.209],[0,0]],"o":[[0,0],[-2.209,0],[0,0],[0,2.209],[2.209,0],[0,0],[0,-2.209]],"v":[[0,-60],[0,-60],[-4,-56],[-4,56],[0,60],[4,56],[4,-56]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.016,0.306,0.337,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[222,71.28],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[19.247,0],[0,0],[0,-3.313],[0,0],[-3.313,0],[0,0],[-14.545,-12.606],[0,0]],"o":[[0,0],[-14.545,12.606],[0,0],[-3.313,0],[0,0],[0,3.314],[0,0],[19.247,0],[0,0],[0,0]],"v":[[37,-56],[29.552,-49.545],[-22.843,-30],[-31,-30],[-37,-24],[-37,24],[-31,30],[-22.843,30],[29.552,49.545],[37,56]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.702,0.898,0.8590001,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[181,71.28],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.209,0],[0,0],[0,-2.209],[0,0],[-2.209,0],[0,2.209],[0,0]],"o":[[0,0],[-2.209,0],[0,0],[0,2.209],[2.209,0],[0,0],[0,-2.209]],"v":[[0,-26],[0,-26],[-4,-22],[-4,22],[0,26],[4,22],[4,-22]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.016,0.306,0.337,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[68,71.28],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,8.837],[-8.837,0],[0,-8.836],[8.837,0]],"o":[[0,-8.836],[8.837,0],[0,8.837],[-8.837,0]],"v":[[-16,0],[0,-16],[16,0],[0,16]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.941,0.361,0.361,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[214,71.28],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.058,1.465],[0.688,0.459],[0,0],[0.134,0.671],[0,0],[0,0]],"o":[[0,0],[1.466,0],[-0.033,-0.826],[0,0],[-0.57,-0.38],[0,0],[0,0],[0,0]],"v":[[-7.055,9],[4.417,9],[6.997,6.315],[5.85,4.27],[1.835,1.593],[0.736,-0.048],[-1.055,-9],[-7.055,-9]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.824,0.314,0.314,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[125.055,110.28],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-6.627,0],[0,0],[0,0],[0,6.627],[0,0]],"o":[[0,0],[0,0],[-6.627,0],[0,0],[0,-6.627]],"v":[[6,-24],[6,-24],[6,24],[-6,12],[-6,-12]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.702,0.898,0.8590001,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[64,71.28],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group"}],"ip":0,"op":900.000036657751,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/bitcoin_to_the_moon.json b/ohos/flutter_lottie/assets/lottiefiles/bitcoin_to_the_moon.json new file mode 100644 index 0000000000000000000000000000000000000000..199c95c66b36a32fe911cb643ff79bbd6614a3d3 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/bitcoin_to_the_moon.json @@ -0,0 +1 @@ +{"v":"5.1.6","fr":30,"ip":0,"op":480,"w":1800,"h":1800,"nm":"__Bitcoin to the moon","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 374","parent":9,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":317,"s":[0],"e":[80]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":341,"s":[80],"e":[0]},{"t":362}],"ix":11},"r":{"a":0,"k":-92,"ix":10},"p":{"a":0,"k":[1.212,-149.259,0],"ix":2},"a":{"a":0,"k":[-589.853,146.595,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":317,"s":[25.26,25.26,100],"e":[46.26,46.26,100]},{"t":362}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-17.766,19.949],[0,24.757],[14.906,17.055]],"o":[[15.264,-17.139],[0,-24.43],[-17.781,-20.343]],"v":[[46.23,50.446],[70.768,-14.04],[46.83,-77.847]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-499,169],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":317,"op":362,"st":90,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 373","parent":9,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":299,"s":[0],"e":[80]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":323,"s":[80],"e":[0]},{"t":344}],"ix":11},"r":{"a":0,"k":-92,"ix":10},"p":{"a":0,"k":[1.212,-149.259,0],"ix":2},"a":{"a":0,"k":[-589.853,146.595,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":299,"s":[25.26,25.26,100],"e":[46.26,46.26,100]},{"t":344}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-17.766,19.949],[0,24.757],[14.906,17.055]],"o":[[15.264,-17.139],[0,-24.43],[-17.781,-20.343]],"v":[[46.23,50.446],[70.768,-14.04],[46.83,-77.847]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-499,169],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":299,"op":344,"st":72,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 372","parent":9,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":281,"s":[0],"e":[80]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":305,"s":[80],"e":[0]},{"t":326}],"ix":11},"r":{"a":0,"k":-92,"ix":10},"p":{"a":0,"k":[1.212,-149.259,0],"ix":2},"a":{"a":0,"k":[-589.853,146.595,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":281,"s":[25.26,25.26,100],"e":[46.26,46.26,100]},{"t":326}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-17.766,19.949],[0,24.757],[14.906,17.055]],"o":[[15.264,-17.139],[0,-24.43],[-17.781,-20.343]],"v":[[46.23,50.446],[70.768,-14.04],[46.83,-77.847]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-499,169],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":281,"op":326,"st":54,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 371","parent":9,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":263,"s":[0],"e":[80]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":287,"s":[80],"e":[0]},{"t":308}],"ix":11},"r":{"a":0,"k":-92,"ix":10},"p":{"a":0,"k":[1.212,-149.259,0],"ix":2},"a":{"a":0,"k":[-589.853,146.595,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":263,"s":[25.26,25.26,100],"e":[46.26,46.26,100]},{"t":308}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-17.766,19.949],[0,24.757],[14.906,17.055]],"o":[[15.264,-17.139],[0,-24.43],[-17.781,-20.343]],"v":[[46.23,50.446],[70.768,-14.04],[46.83,-77.847]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-499,169],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":263,"op":308,"st":36,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 370","parent":9,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":245,"s":[0],"e":[80]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":269,"s":[80],"e":[0]},{"t":290}],"ix":11},"r":{"a":0,"k":-92,"ix":10},"p":{"a":0,"k":[1.212,-149.259,0],"ix":2},"a":{"a":0,"k":[-589.853,146.595,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":245,"s":[25.26,25.26,100],"e":[46.26,46.26,100]},{"t":290}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-17.766,19.949],[0,24.757],[14.906,17.055]],"o":[[15.264,-17.139],[0,-24.43],[-17.781,-20.343]],"v":[[46.23,50.446],[70.768,-14.04],[46.83,-77.847]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-499,169],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":245,"op":290,"st":18,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 369","parent":9,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":227,"s":[0],"e":[80]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":251,"s":[80],"e":[0]},{"t":272}],"ix":11},"r":{"a":0,"k":-92,"ix":10},"p":{"a":0,"k":[1.212,-149.259,0],"ix":2},"a":{"a":0,"k":[-589.853,146.595,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":227,"s":[25.26,25.26,100],"e":[46.26,46.26,100]},{"t":272}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-17.766,19.949],[0,24.757],[14.906,17.055]],"o":[[15.264,-17.139],[0,-24.43],[-17.781,-20.343]],"v":[[46.23,50.446],[70.768,-14.04],[46.83,-77.847]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-499,169],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":227,"op":272,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 368","parent":9,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":209,"s":[0],"e":[80]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":233,"s":[80],"e":[0]},{"t":254}],"ix":11},"r":{"a":0,"k":-92,"ix":10},"p":{"a":0,"k":[1.212,-149.259,0],"ix":2},"a":{"a":0,"k":[-589.853,146.595,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":209,"s":[25.26,25.26,100],"e":[46.26,46.26,100]},{"t":254}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-17.766,19.949],[0,24.757],[14.906,17.055]],"o":[[15.264,-17.139],[0,-24.43],[-17.781,-20.343]],"v":[[46.23,50.446],[70.768,-14.04],[46.83,-77.847]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-499,169],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":209,"op":254,"st":-18,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 367","parent":9,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":191,"s":[0],"e":[80]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":215,"s":[80],"e":[0]},{"t":236}],"ix":11},"r":{"a":0,"k":-92,"ix":10},"p":{"a":0,"k":[1.212,-149.259,0],"ix":2},"a":{"a":0,"k":[-589.853,146.595,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":191,"s":[25.26,25.26,100],"e":[46.26,46.26,100]},{"t":236}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-17.766,19.949],[0,24.757],[14.906,17.055]],"o":[[15.264,-17.139],[0,-24.43],[-17.781,-20.343]],"v":[[46.23,50.446],[70.768,-14.04],[46.83,-77.847]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-499,169],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":191,"op":236,"st":-36,"bm":0},{"ddd":0,"ind":9,"ty":3,"nm":"satelite","parent":402,"sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":214,"s":[-244.959],"e":[-224]},{"t":305.9998046875}],"ix":10},"p":{"a":0,"k":[-890.523,-12004.417,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[279.733,279.733,100],"ix":6}},"ao":0,"ip":28.2,"op":478.2,"st":28.2,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Shape Layer 317","parent":9,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,-123.25,0],"ix":2},"a":{"a":0,"k":[1.375,-122.5,0],"ix":1},"s":{"a":0,"k":[132,132,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[16.25,4.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":20,"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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.03137254902,0.117647058824,0.223529411765,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1.375,-122.5],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":28.2,"op":478.2,"st":28.2,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Shape Layer 318","parent":9,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0.3,-142.486,0],"ix":2},"a":{"a":0,"k":[5.625,-119.687,0],"ix":1},"s":{"a":0,"k":[160,160,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[22.875,0.188],[0,0]],"o":[[0,0],[-22.875,-0.188],[0,0]],"v":[[21.875,0],[0,21.875],[-21.875,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":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[5.625,-130.625],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":28.2,"op":478.2,"st":28.2,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Shape Layer 319","parent":9,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,-161.25,0],"ix":2},"a":{"a":0,"k":[-0.5,-160.375,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.606,0],[0,-2.606],[-2.606,0],[0,2.606]],"o":[[-2.606,0],[0,2.606],[2.606,0],[0,-2.606]],"v":[[-2.063,-7.281],[-6.781,-2.563],[-2.063,2.156],[2.656,-2.563]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.537254929543,0.854901969433,0.964705884457,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[1.625,-168.875],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.5,-168.875],[-0.5,-151.875]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.537254929543,0.854901969433,0.964705884457,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":28.2,"op":478.2,"st":28.2,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Shape Layer 315","parent":9,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-181,34,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[30,30],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":2,"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,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"rp","c":{"a":0,"k":3,"ix":1},"o":{"a":0,"k":0,"ix":2},"m":1,"ix":4,"tr":{"ty":"tr","p":{"a":0,"k":[35,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":4},"so":{"a":0,"k":100,"ix":5},"eo":{"a":0,"k":100,"ix":6},"nm":"Transform"},"nm":"Repeater 1","mn":"ADBE Vector Filter - Repeater","hd":false},{"ty":"tr","p":{"a":0,"k":[54.875,-70.75],"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":28.2,"op":478.2,"st":28.2,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"Shape Layer 314","parent":9,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-181,-2.75,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[30,30],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":2,"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,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"rp","c":{"a":0,"k":3,"ix":1},"o":{"a":0,"k":0,"ix":2},"m":1,"ix":4,"tr":{"ty":"tr","p":{"a":0,"k":[35,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":4},"so":{"a":0,"k":100,"ix":5},"eo":{"a":0,"k":100,"ix":6},"nm":"Transform"},"nm":"Repeater 1","mn":"ADBE Vector Filter - Repeater","hd":false},{"ty":"tr","p":{"a":0,"k":[54.875,-70.75],"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":28.2,"op":478.2,"st":28.2,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"Shape Layer 313","parent":9,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-182.25,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[110,80],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":3,"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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.105882352941,0.262745098039,0.458823529412,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[91.375,-55],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":28.2,"op":478.2,"st":28.2,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"Shape Layer 312","parent":9,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1.75,34,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[30,30],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":2,"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,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"rp","c":{"a":0,"k":3,"ix":1},"o":{"a":0,"k":0,"ix":2},"m":1,"ix":4,"tr":{"ty":"tr","p":{"a":0,"k":[35,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":4},"so":{"a":0,"k":100,"ix":5},"eo":{"a":0,"k":100,"ix":6},"nm":"Transform"},"nm":"Repeater 1","mn":"ADBE Vector Filter - Repeater","hd":false},{"ty":"tr","p":{"a":0,"k":[54.875,-70.75],"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":28.2,"op":478.2,"st":28.2,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"Shape Layer 311","parent":9,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1.75,-2.75,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[30,30],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":2,"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,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"rp","c":{"a":0,"k":3,"ix":1},"o":{"a":0,"k":0,"ix":2},"m":1,"ix":4,"tr":{"ty":"tr","p":{"a":0,"k":[35,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":4},"so":{"a":0,"k":100,"ix":5},"eo":{"a":0,"k":100,"ix":6},"nm":"Transform"},"nm":"Repeater 1","mn":"ADBE Vector Filter - Repeater","hd":false},{"ty":"tr","p":{"a":0,"k":[54.875,-70.75],"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":28.2,"op":478.2,"st":28.2,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"Shape Layer 310","parent":9,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-0.5,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[110,80],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":3,"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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.105882352941,0.262745098039,0.458823529412,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[91.375,-55],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":28.2,"op":478.2,"st":28.2,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"Shape Layer 316","parent":9,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[60,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[11.5,38],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":4,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.537254929543,0.854901969433,0.964705884457,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.537254929543,0.854901969433,0.964705884457,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-30,-55.25],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":28.2,"op":478.2,"st":28.2,"bm":0},{"ddd":0,"ind":20,"ty":4,"nm":"Shape Layer 309","parent":9,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[11.5,38],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":4,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.537254929543,0.854901969433,0.964705884457,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.537254929543,0.854901969433,0.964705884457,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-30,-55.25],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":28.2,"op":478.2,"st":28.2,"bm":0},{"ddd":0,"ind":21,"ty":4,"nm":"Shape Layer 307","parent":9,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[-637.25,-401.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[70.5,19],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":5,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.537254929543,0.854901969433,0.964705884457,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.537254929543,0.854901969433,0.964705884457,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-637.25,-401],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":28.2,"op":478.2,"st":28.2,"bm":0},{"ddd":0,"ind":22,"ty":4,"nm":"Shape Layer 308","parent":9,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,-54.5,0],"ix":2},"a":{"a":0,"k":[-637.25,-458.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[49.5,132.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":20,"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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.105882352941,0.262745098039,0.458823529412,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-637.25,-458.25],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":28.2,"op":478.2,"st":28.2,"bm":0},{"ddd":0,"ind":38,"ty":4,"nm":"Shape Layer 134","parent":78,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[29.595,572.046,0],"ix":2},"a":{"a":0,"k":[-31.5,540.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-30,420.5],[-30,660.5]],"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":10,"ix":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-1.5,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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":0,"k":0,"ix":2,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 75').content('Trim Paths 1').end;"},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":148.8,"op":266.4,"st":148.2,"bm":0},{"ddd":0,"ind":39,"ty":4,"nm":"Shape Layer 133","parent":78,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-38.405,572.046,0],"ix":2},"a":{"a":0,"k":[-31.5,540.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-30,420.5],[-30,660.5]],"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":10,"ix":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-1.5,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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.751],"y":[0.736]},"o":{"x":[0.434],"y":[0]},"n":["0p751_0p736_0p434_0"],"t":148.8,"s":[0],"e":[25]},{"i":{"x":[0.724],"y":[1.396]},"o":{"x":[0.411],"y":[-0.815]},"n":["0p724_1p396_0p411_-0p815"],"t":161.4,"s":[25],"e":[18]},{"i":{"x":[0.625],"y":[0.574]},"o":{"x":[0.349],"y":[0.318]},"n":["0p625_0p574_0p349_0p318"],"t":168,"s":[18],"e":[28]},{"i":{"x":[0.603],"y":[1.89]},"o":{"x":[0.274],"y":[-0.544]},"n":["0p603_1p89_0p274_-0p544"],"t":174,"s":[28],"e":[20]},{"i":{"x":[0.636],"y":[-0.02]},"o":{"x":[0.304],"y":[0.39]},"n":["0p636_-0p02_0p304_0p39"],"t":182.4,"s":[20],"e":[30]},{"i":{"x":[0.647],"y":[0.999]},"o":{"x":[0.314],"y":[0.617]},"n":["0p647_0p999_0p314_0p617"],"t":188.4,"s":[30],"e":[60]},{"i":{"x":[0.607],"y":[0.832]},"o":{"x":[0.277],"y":[-0.002]},"n":["0p607_0p832_0p277_-0p002"],"t":201,"s":[60],"e":[50]},{"i":{"x":[0.644],"y":[1]},"o":{"x":[0.434],"y":[0.157]},"n":["0p644_1_0p434_0p157"],"t":213.6,"s":[50],"e":[0]},{"t":266.9998046875}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":148.8,"op":266.4,"st":148.2,"bm":0},{"ddd":0,"ind":41,"ty":4,"nm":"Shape Layer 76","parent":110,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[29.595,572.046,0],"ix":2},"a":{"a":0,"k":[-31.5,540.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-30,420.5],[-30,660.5]],"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":10,"ix":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-1.5,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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":0,"k":0,"ix":2,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 75').content('Trim Paths 1').end;"},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":149.4,"op":267,"st":148.8,"bm":0},{"ddd":0,"ind":42,"ty":4,"nm":"Shape Layer 75","parent":110,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-38.405,572.046,0],"ix":2},"a":{"a":0,"k":[-31.5,540.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-30,420.5],[-30,660.5]],"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":10,"ix":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-1.5,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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.751],"y":[0.736]},"o":{"x":[0.434],"y":[0]},"n":["0p751_0p736_0p434_0"],"t":148.8,"s":[0],"e":[25]},{"i":{"x":[0.724],"y":[1.396]},"o":{"x":[0.411],"y":[-0.815]},"n":["0p724_1p396_0p411_-0p815"],"t":161.4,"s":[25],"e":[18]},{"i":{"x":[0.625],"y":[0.574]},"o":{"x":[0.349],"y":[0.318]},"n":["0p625_0p574_0p349_0p318"],"t":168,"s":[18],"e":[28]},{"i":{"x":[0.603],"y":[1.89]},"o":{"x":[0.274],"y":[-0.544]},"n":["0p603_1p89_0p274_-0p544"],"t":174,"s":[28],"e":[20]},{"i":{"x":[0.636],"y":[-0.02]},"o":{"x":[0.304],"y":[0.39]},"n":["0p636_-0p02_0p304_0p39"],"t":182.4,"s":[20],"e":[30]},{"i":{"x":[0.647],"y":[0.999]},"o":{"x":[0.314],"y":[0.617]},"n":["0p647_0p999_0p314_0p617"],"t":188.4,"s":[30],"e":[60]},{"i":{"x":[0.607],"y":[0.832]},"o":{"x":[0.277],"y":[-0.002]},"n":["0p607_0p832_0p277_-0p002"],"t":201,"s":[60],"e":[50]},{"i":{"x":[0.644],"y":[1]},"o":{"x":[0.434],"y":[0.157]},"n":["0p644_1_0p434_0p157"],"t":213.6,"s":[50],"e":[0]},{"t":267.0001953125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":149.4,"op":267,"st":148.8,"bm":0},{"ddd":0,"ind":44,"ty":4,"nm":"Shape Layer 3","parent":72,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[10.6,100.4,0],"ix":2},"a":{"a":0,"k":[-31.5,540.5,0],"ix":1},"s":{"a":0,"k":[20,20,100],"ix":6}},"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":[[-30,420.5],[-30,660.5]],"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":10,"ix":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-1.5,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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 2').content('Trim Paths 1').start;"},"e":{"a":0,"k":0,"ix":2,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 2').content('Trim Paths 1').end;"},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":-1.2,"op":145.8,"st":27.6,"bm":0},{"ddd":0,"ind":45,"ty":4,"nm":"Shape Layer 2","parent":72,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-7,100.4,0],"ix":2},"a":{"a":0,"k":[-31.5,540.5,0],"ix":1},"s":{"a":0,"k":[20,20,100],"ix":6}},"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":[[-30,420.5],[-30,660.5]],"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":10,"ix":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-1.5,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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.172],"y":[0.331]},"n":["0p667_1_0p172_0p331"],"t":114.6,"s":[0],"e":[30]},{"t":141.000390625}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.796],"y":[0.297]},"o":{"x":[0.573],"y":[0]},"n":["0p796_0p297_0p573_0"],"t":6,"s":[0],"e":[7.653]},{"i":{"x":[0.796],"y":[2.074]},"o":{"x":[0.198],"y":[-1.045]},"n":["0p796_2p074_0p198_-1p045"],"t":18,"s":[7.653],"e":[4.647]},{"i":{"x":[0.623],"y":[0.109]},"o":{"x":[0.291],"y":[0.832]},"n":["0p623_0p109_0p291_0p832"],"t":25.2,"s":[4.647],"e":[10.658]},{"i":{"x":[0.635],"y":[2.36]},"o":{"x":[0.302],"y":[-1.19]},"n":["0p635_2p36_0p302_-1p19"],"t":33,"s":[10.658],"e":[7.052]},{"i":{"x":[0.647],"y":[-0.888]},"o":{"x":[0.314],"y":[1.349]},"n":["0p647_-0p888_0p314_1p349"],"t":40.8,"s":[7.052],"e":[9.456]},{"i":{"x":[0.637],"y":[0.802]},"o":{"x":[0.304],"y":[0.267]},"n":["0p637_0p802_0p304_0p267"],"t":46.8,"s":[9.456],"e":[30]},{"i":{"x":[0.565],"y":[1]},"o":{"x":[0.484],"y":[0]},"n":["0p565_1_0p484_0"],"t":55.2,"s":[30],"e":[100]},{"i":{"x":[0.764],"y":[0.625]},"o":{"x":[0.719],"y":[0]},"n":["0p764_0p625_0p719_0"],"t":114.6,"s":[100],"e":[30]},{"t":141.000390625}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":-1.2,"op":141.6,"st":27.6,"bm":0},{"ddd":0,"ind":46,"ty":3,"nm":"__Rocket","parent":300,"sr":1,"ks":{"o":{"a":0,"k":0,"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},"n":"0p833_0p833_0p167_0p167","t":-1.2,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-0.2,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":1.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":32.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":36.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":43.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":44.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":46.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":48.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":49.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":50.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":51.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":53.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":54.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":55.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":57.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":58.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":59.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":60.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":61.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":62.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":63.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":64.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":65.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":66.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":67.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":68.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":69.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":70.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":71.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":72.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":73.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":74.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":75.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":76.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":77.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":78.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":79.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":80.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.336},"o":{"x":0.167,"y":0.083},"n":"0p833_0p336_0p167_0p083","t":81.8,"s":[-7.576,-14.507,0],"e":[-7.578,-14.499,0],"to":[-0.0004155577335,0.00131150090601,0],"ti":[0.00337143102661,-0.010488120839,0]},{"i":{"x":0.833,"y":0.731},"o":{"x":0.167,"y":0.095},"n":"0p833_0p731_0p167_0p095","t":82.8,"s":[-7.578,-14.499,0],"e":[-7.596,-14.444,0],"to":[-0.00337143102661,0.010488120839,0],"ti":[0.00981628615409,-0.02952338382602,0]},{"i":{"x":0.833,"y":0.775},"o":{"x":0.167,"y":0.121},"n":"0p833_0p775_0p167_0p121","t":83.8,"s":[-7.596,-14.444,0],"e":[-7.637,-14.322,0],"to":[-0.00981628615409,0.02952338382602,0],"ti":[0.01939921453595,-0.05458343401551,0]},{"i":{"x":0.833,"y":0.792},"o":{"x":0.167,"y":0.132},"n":"0p833_0p792_0p167_0p132","t":84.8,"s":[-7.637,-14.322,0],"e":[-7.713,-14.116,0],"to":[-0.01939921453595,0.05458343401551,0],"ti":[0.03341427445412,-0.08452609926462,0]},{"i":{"x":0.833,"y":0.802},"o":{"x":0.167,"y":0.139},"n":"0p833_0p802_0p167_0p139","t":85.8,"s":[-7.713,-14.116,0],"e":[-7.838,-13.815,0],"to":[-0.03341427445412,0.08452609926462,0],"ti":[0.05392134934664,-0.11718787252903,0]},{"i":{"x":0.833,"y":0.811},"o":{"x":0.167,"y":0.144},"n":"0p833_0p811_0p167_0p144","t":86.8,"s":[-7.838,-13.815,0],"e":[-8.036,-13.413,0],"to":[-0.05392134934664,0.11718787252903,0],"ti":[0.08326411992311,-0.14719538390636,0]},{"i":{"x":0.833,"y":0.82},"o":{"x":0.167,"y":0.149},"n":"0p833_0p82_0p167_0p149","t":87.8,"s":[-8.036,-13.413,0],"e":[-8.337,-12.931,0],"to":[-0.08326411992311,0.14719538390636,0],"ti":[0.12275730073452,-0.16280773282051,0]},{"i":{"x":0.833,"y":0.831},"o":{"x":0.167,"y":0.155},"n":"0p833_0p831_0p167_0p155","t":88.8,"s":[-8.337,-12.931,0],"e":[-8.773,-12.436,0],"to":[-0.12275730073452,0.16280773282051,0],"ti":[0.16897566616535,-0.14026732742786,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.164},"n":"0p833_0p833_0p167_0p164","t":89.8,"s":[-8.773,-12.436,0],"e":[-9.351,-12.09,0],"to":[-0.16897566616535,0.14026732742786,0],"ti":[0.20468378067017,-0.03409215062857,0]},{"i":{"x":0.833,"y":0.805},"o":{"x":0.167,"y":0.167},"n":"0p833_0p805_0p167_0p167","t":90.8,"s":[-9.351,-12.09,0],"e":[-10.001,-12.232,0],"to":[-0.20468378067017,0.03409215062857,0],"ti":[0.1969016045332,0.14558961987495,0]},{"i":{"x":0.833,"y":0.829},"o":{"x":0.167,"y":0.146},"n":"0p833_0p829_0p167_0p146","t":91.8,"s":[-10.001,-12.232,0],"e":[-10.533,-12.963,0],"to":[-0.1969016045332,-0.14558961987495,0],"ti":[0.11504796147346,0.27742940187454,0]},{"i":{"x":0.833,"y":0.813},"o":{"x":0.167,"y":0.162},"n":"0p833_0p813_0p167_0p162","t":92.8,"s":[-10.533,-12.963,0],"e":[-10.691,-13.896,0],"to":[-0.11504796147346,-0.27742940187454,0],"ti":[-0.07131837308407,0.32564714550972,0]},{"i":{"x":0.833,"y":0.793},"o":{"x":0.167,"y":0.15},"n":"0p833_0p793_0p167_0p15","t":93.8,"s":[-10.691,-13.896,0],"e":[-10.105,-14.917,0],"to":[0.07131837308407,-0.32564714550972,0],"ti":[-0.34786531329155,0.32826861739159,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.139},"n":"0p833_0p833_0p167_0p139","t":94.8,"s":[-10.105,-14.917,0],"e":[-8.604,-15.866,0],"to":[0.34786531329155,-0.32826861739159,0],"ti":[-0.51397287845612,0.29771339893341,0]},{"i":{"x":0.833,"y":0.879},"o":{"x":0.167,"y":0.166},"n":"0p833_0p879_0p167_0p166","t":95.8,"s":[-8.604,-15.866,0],"e":[-7.021,-16.703,0],"to":[0.51397287845612,-0.29771339893341,0],"ti":[-0.34328126907349,0.05672513693571,0]},{"i":{"x":0.833,"y":0.61},"o":{"x":0.167,"y":0.269},"n":"0p833_0p61_0p167_0p269","t":96.8,"s":[-7.021,-16.703,0],"e":[-6.544,-16.206,0],"to":[0.34328126907349,-0.05672513693571,0],"ti":[-0.24948458373547,-0.54691904783249,0]},{"i":{"x":0.833,"y":0.884},"o":{"x":0.167,"y":0.106},"n":"0p833_0p884_0p167_0p106","t":97.8,"s":[-6.544,-16.206,0],"e":[-5.524,-13.422,0],"to":[0.24948458373547,0.54691904783249,0],"ti":[-0.32876607775688,-0.53450751304626,0]},{"i":{"x":0.833,"y":0.798},"o":{"x":0.167,"y":0.295},"n":"0p833_0p798_0p167_0p295","t":98.8,"s":[-5.524,-13.422,0],"e":[-4.572,-12.999,0],"to":[0.32876607775688,0.53450751304626,0],"ti":[-0.20547918975353,0.16044056415558,0]},{"i":{"x":0.833,"y":0.705},"o":{"x":0.167,"y":0.142},"n":"0p833_0p705_0p167_0p142","t":99.8,"s":[-4.572,-12.999,0],"e":[-4.291,-14.385,0],"to":[0.20547918975353,-0.16044056415558,0],"ti":[0.52122455835342,-0.18926654756069,0]},{"i":{"x":0.833,"y":0.873},"o":{"x":0.167,"y":0.116},"n":"0p833_0p873_0p167_0p116","t":100.8,"s":[-4.291,-14.385,0],"e":[-7.699,-11.864,0],"to":[-0.52122455835342,0.18926654756069,0],"ti":[0.24866777658463,-0.32318204641342,0]},{"i":{"x":0.833,"y":0.795},"o":{"x":0.167,"y":0.241},"n":"0p833_0p795_0p167_0p241","t":101.8,"s":[-7.699,-11.864,0],"e":[-5.783,-12.446,0],"to":[-0.24866777658463,0.32318204641342,0],"ti":[-0.23546592891216,0.63218492269516,0]},{"i":{"x":0.833,"y":0.84},"o":{"x":0.167,"y":0.141},"n":"0p833_0p84_0p167_0p141","t":102.8,"s":[-5.783,-12.446,0],"e":[-6.286,-15.657,0],"to":[0.23546592891216,-0.63218492269516,0],"ti":[0.00761817349121,0.99500662088394,0]},{"i":{"x":0.833,"y":0.749},"o":{"x":0.167,"y":0.174},"n":"0p833_0p749_0p167_0p174","t":103.8,"s":[-6.286,-15.657,0],"e":[-5.829,-18.416,0],"to":[-0.00761817349121,-0.99500662088394,0],"ti":[0.6699715256691,-0.20584142208099,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.125},"n":"0p833_0p838_0p167_0p125","t":104.8,"s":[-5.829,-18.416,0],"e":[-10.306,-14.422,0],"to":[-0.6699715256691,0.20584142208099,0],"ti":[-0.18304139375687,-0.4748161137104,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.171},"n":"0p833_0p846_0p167_0p171","t":105.8,"s":[-10.306,-14.422,0],"e":[-4.731,-15.567,0],"to":[0.18304139375687,0.4748161137104,0],"ti":[-0.26882413029671,-0.27468267083168,0]},{"i":{"x":0.833,"y":0.809},"o":{"x":0.167,"y":0.181},"n":"0p833_0p809_0p167_0p181","t":106.8,"s":[-4.731,-15.567,0],"e":[-8.693,-12.774,0],"to":[0.26882413029671,0.27468267083168,0],"ti":[-0.20897409319878,0.11634217947721,0]},{"i":{"x":0.833,"y":0.856},"o":{"x":0.167,"y":0.148},"n":"0p833_0p856_0p167_0p148","t":107.8,"s":[-8.693,-12.774,0],"e":[-3.477,-16.265,0],"to":[0.20897409319878,-0.11634217947721,0],"ti":[-0.15409216284752,0.75617027282715,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.198},"n":"0p833_0p845_0p167_0p198","t":108.8,"s":[-3.477,-16.265,0],"e":[-7.768,-17.311,0],"to":[0.15409216284752,-0.75617027282715,0],"ti":[0.13262975215912,-0.11967863887548,0]},{"i":{"x":0.833,"y":0.856},"o":{"x":0.167,"y":0.18},"n":"0p833_0p856_0p167_0p18","t":109.8,"s":[-7.768,-17.311,0],"e":[-4.272,-15.547,0],"to":[-0.13262975215912,0.11967863887548,0],"ti":[-0.54529345035553,-0.67703545093536,0]},{"i":{"x":0.833,"y":0.708},"o":{"x":0.167,"y":0.197},"n":"0p833_0p708_0p167_0p197","t":110.8,"s":[-4.272,-15.547,0],"e":[-4.497,-13.248,0],"to":[0.54529345035553,0.67703545093536,0],"ti":[0.95621353387833,0.39635938405991,0]},{"i":{"x":0.833,"y":0.866},"o":{"x":0.167,"y":0.117},"n":"0p833_0p866_0p167_0p117","t":111.8,"s":[-4.497,-13.248,0],"e":[-10.01,-17.925,0],"to":[-0.95621353387833,-0.39635938405991,0],"ti":[0.315912514925,0.38919267058372,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.22},"n":"0p833_0p847_0p167_0p22","t":112.8,"s":[-10.01,-17.925,0],"e":[-6.392,-15.584,0],"to":[-0.315912514925,-0.38919267058372,0],"ti":[-0.59409606456757,0.19642041623592,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.182},"n":"0p833_0p837_0p167_0p182","t":113.8,"s":[-6.392,-15.584,0],"e":[-6.445,-19.103,0],"to":[0.59409606456757,-0.19642041623592,0],"ti":[0.55807226896286,0.47734534740448,0]},{"i":{"x":0.833,"y":0.814},"o":{"x":0.167,"y":0.17},"n":"0p833_0p814_0p167_0p17","t":114.8,"s":[-6.445,-19.103,0],"e":[-9.741,-18.448,0],"to":[-0.55807226896286,-0.47734534740448,0],"ti":[0.58894085884094,-0.82833677530289,0]},{"i":{"x":0.833,"y":0.881},"o":{"x":0.167,"y":0.151},"n":"0p833_0p881_0p167_0p151","t":115.8,"s":[-9.741,-18.448,0],"e":[-9.979,-14.133,0],"to":[-0.58894085884094,0.82833677530289,0],"ti":[-0.21571201086044,-0.67864263057709,0]},{"i":{"x":0.833,"y":0.737},"o":{"x":0.167,"y":0.28},"n":"0p833_0p737_0p167_0p28","t":116.8,"s":[-9.979,-14.133,0],"e":[-8.446,-14.376,0],"to":[0.21571201086044,0.67864263057709,0],"ti":[-0.71795004606247,0.46740466356277,0]},{"i":{"x":0.833,"y":0.776},"o":{"x":0.167,"y":0.122},"n":"0p833_0p776_0p167_0p122","t":117.8,"s":[-8.446,-14.376,0],"e":[-5.671,-16.938,0],"to":[0.71795004606247,-0.46740466356277,0],"ti":[0.22787646949291,1.30253553390503,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.133},"n":"0p833_0p846_0p167_0p133","t":118.8,"s":[-5.671,-16.938,0],"e":[-9.814,-22.191,0],"to":[-0.22787646949291,-1.30253553390503,0],"ti":[0.2256276756525,0.04971945658326,0]},{"i":{"x":0.833,"y":0.891},"o":{"x":0.167,"y":0.182},"n":"0p833_0p891_0p167_0p182","t":119.8,"s":[-9.814,-22.191,0],"e":[-7.025,-17.236,0],"to":[-0.2256276756525,-0.04971945658326,0],"ti":[-0.68920141458511,-0.81885713338852,0]},{"i":{"x":0.833,"y":0.728},"o":{"x":0.167,"y":0.355},"n":"0p833_0p728_0p167_0p355","t":120.8,"s":[-7.025,-17.236,0],"e":[-5.678,-17.278,0],"to":[0.68920141458511,0.81885713338852,0],"ti":[0.41120579838753,-0.16754566133022,0]},{"i":{"x":0.833,"y":0.879},"o":{"x":0.167,"y":0.12},"n":"0p833_0p879_0p167_0p12","t":121.8,"s":[-5.678,-17.278,0],"e":[-9.492,-16.231,0],"to":[-0.41120579838753,0.16754566133022,0],"ti":[0.67037010192871,-0.44942498207092,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.269},"n":"0p833_0p841_0p167_0p269","t":122.8,"s":[-9.492,-16.231,0],"e":[-9.701,-14.581,0],"to":[-0.67037010192871,0.44942498207092,0],"ti":[0.14598877727985,-0.03565354272723,0]},{"i":{"x":0.833,"y":0.662},"o":{"x":0.167,"y":0.175},"n":"0p833_0p662_0p167_0p175","t":123.8,"s":[-9.701,-14.581,0],"e":[-10.368,-16.017,0],"to":[-0.14598877727985,0.03565354272723,0],"ti":[0.36816483736038,1.02323627471924,0]},{"i":{"x":0.833,"y":0.859},"o":{"x":0.167,"y":0.111},"n":"0p833_0p859_0p167_0p111","t":124.8,"s":[-10.368,-16.017,0],"e":[-11.91,-20.721,0],"to":[-0.36816483736038,-1.02323627471924,0],"ti":[0.05587247014046,0.26092219352722,0]},{"i":{"x":0.833,"y":0.85},"o":{"x":0.167,"y":0.205},"n":"0p833_0p85_0p167_0p205","t":125.8,"s":[-11.91,-20.721,0],"e":[-10.703,-17.582,0],"to":[-0.05587247014046,-0.26092219352722,0],"ti":[-0.34930557012558,-0.94522833824158,0]},{"i":{"x":0.833,"y":0.767},"o":{"x":0.167,"y":0.188},"n":"0p833_0p767_0p167_0p188","t":126.8,"s":[-10.703,-17.582,0],"e":[-9.814,-15.049,0],"to":[0.34930557012558,0.94522833824158,0],"ti":[-0.70548689365387,-1.00767862796783,0]},{"i":{"x":0.833,"y":0.865},"o":{"x":0.167,"y":0.13},"n":"0p833_0p865_0p167_0p13","t":127.8,"s":[-9.814,-15.049,0],"e":[-6.47,-11.536,0],"to":[0.70548689365387,1.00767862796783,0],"ti":[-0.1631676107645,-0.29900580644608,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.218},"n":"0p833_0p841_0p167_0p218","t":128.8,"s":[-6.47,-11.536,0],"e":[-8.835,-13.255,0],"to":[0.1631676107645,0.29900580644608,0],"ti":[0.72622317075729,0.59075558185577,0]},{"i":{"x":0.833,"y":0.875},"o":{"x":0.167,"y":0.175},"n":"0p833_0p875_0p167_0p175","t":129.8,"s":[-8.835,-13.255,0],"e":[-10.828,-15.081,0],"to":[-0.72622317075729,-0.59075558185577,0],"ti":[0.14545334875584,0.37265777587891,0]},{"i":{"x":0.833,"y":0.756},"o":{"x":0.167,"y":0.252},"n":"0p833_0p756_0p167_0p252","t":130.8,"s":[-10.828,-15.081,0],"e":[-9.707,-15.491,0],"to":[-0.14545334875584,-0.37265777587891,0],"ti":[-0.61763107776642,0.10579735785723,0]},{"i":{"x":0.833,"y":0.871},"o":{"x":0.167,"y":0.127},"n":"0p833_0p871_0p167_0p127","t":131.8,"s":[-9.707,-15.491,0],"e":[-7.122,-15.716,0],"to":[0.61763107776642,-0.10579735785723,0],"ti":[-0.63220304250717,0.10389675945044,0]},{"i":{"x":0.833,"y":0.715},"o":{"x":0.167,"y":0.235},"n":"0p833_0p715_0p167_0p235","t":132.8,"s":[-7.122,-15.716,0],"e":[-5.914,-16.115,0],"to":[0.63220304250717,-0.10389675945044,0],"ti":[0.33338296413422,-0.13954725861549,0]},{"i":{"x":0.833,"y":0.849},"o":{"x":0.167,"y":0.118},"n":"0p833_0p849_0p167_0p118","t":133.8,"s":[-5.914,-16.115,0],"e":[-9.122,-14.878,0],"to":[-0.33338296413422,0.13954725861549,0],"ti":[0.44102051854134,0.13732498884201,0]},{"i":{"x":0.833,"y":0.646},"o":{"x":0.167,"y":0.186},"n":"0p833_0p646_0p167_0p186","t":134.8,"s":[-9.122,-14.878,0],"e":[-8.56,-16.939,0],"to":[-0.44102051854134,-0.13732498884201,0],"ti":[-1.5702383518219,0.13598743081093,0]},{"i":{"x":0.833,"y":0.816},"o":{"x":0.167,"y":0.109},"n":"0p833_0p816_0p167_0p109","t":135.8,"s":[-8.56,-16.939,0],"e":[0.299,-15.694,0],"to":[1.5702383518219,-0.13598743081093,0],"ti":[-0.4100221991539,1.25576877593994,0]},{"i":{"x":0.833,"y":0.871},"o":{"x":0.167,"y":0.152},"n":"0p833_0p871_0p167_0p152","t":136.8,"s":[0.299,-15.694,0],"e":[-6.1,-24.473,0],"to":[0.4100221991539,-1.25576877593994,0],"ti":[1.2498197555542,0.54126566648483,0]},{"i":{"x":0.833,"y":0.81},"o":{"x":0.167,"y":0.235},"n":"0p833_0p81_0p167_0p235","t":137.8,"s":[-6.1,-24.473,0],"e":[-7.2,-18.942,0],"to":[-1.2498197555542,-0.54126566648483,0],"ti":[1.41890978813171,-1.16192960739136,0]},{"i":{"x":0.833,"y":0.814},"o":{"x":0.167,"y":0.148},"n":"0p833_0p814_0p167_0p148","t":138.8,"s":[-7.2,-18.942,0],"e":[-14.614,-17.502,0],"to":[-1.41890978813171,1.16192960739136,0],"ti":[0.98477184772491,-1.79135489463806,0]},{"i":{"x":0.833,"y":0.815},"o":{"x":0.167,"y":0.151},"n":"0p833_0p815_0p167_0p151","t":139.8,"s":[-14.614,-17.502,0],"e":[-13.108,-8.194,0],"to":[-0.98477184772491,1.79135489463806,0],"ti":[0.53124457597733,0.23470136523247,0]},{"i":{"x":0.833,"y":0.879},"o":{"x":0.167,"y":0.151},"n":"0p833_0p879_0p167_0p151","t":140.8,"s":[-13.108,-8.194,0],"e":[-17.801,-18.91,0],"to":[-0.53124457597733,-0.23470136523247,0],"ti":[0.02277784608305,1.60737204551697,0]},{"i":{"x":0.833,"y":0.806},"o":{"x":0.167,"y":0.268},"n":"0p833_0p806_0p167_0p268","t":141.8,"s":[-17.801,-18.91,0],"e":[-13.245,-17.838,0],"to":[-0.02277784608305,-1.60737204551697,0],"ti":[-1.85331571102142,-0.59046238660812,0]},{"i":{"x":0.833,"y":0.81},"o":{"x":0.167,"y":0.146},"n":"0p833_0p81_0p167_0p146","t":142.8,"s":[-13.245,-17.838,0],"e":[-6.681,-15.367,0],"to":[1.85331571102142,0.59046238660812,0],"ti":[0.20964920520782,0.33315962553024,0]},{"i":{"x":0.833,"y":0.825},"o":{"x":0.167,"y":0.149},"n":"0p833_0p825_0p167_0p149","t":143.8,"s":[-6.681,-15.367,0],"e":[-14.503,-19.837,0],"to":[-0.20964920520782,-0.33315962553024,0],"ti":[-0.21498608589172,0.08936700224876,0]},{"i":{"x":0.833,"y":0.861},"o":{"x":0.167,"y":0.159},"n":"0p833_0p861_0p167_0p159","t":144.8,"s":[-14.503,-19.837,0],"e":[-5.391,-15.903,0],"to":[0.21498608589172,-0.08936700224876,0],"ti":[-0.46667438745499,-0.40331703424454,0]},{"i":{"x":0.833,"y":0.814},"o":{"x":0.167,"y":0.209},"n":"0p833_0p814_0p167_0p209","t":145.8,"s":[-5.391,-15.903,0],"e":[-11.703,-17.417,0],"to":[0.46667438745499,0.40331703424454,0],"ti":[-0.20410320162773,-0.24872183799744,0]},{"i":{"x":0.833,"y":0.893},"o":{"x":0.167,"y":0.151},"n":"0p833_0p893_0p167_0p151","t":146.8,"s":[-11.703,-17.417,0],"e":[-4.167,-14.411,0],"to":[0.20410320162773,0.24872183799744,0],"ti":[-1.18023681640625,-0.22189265489578,0]},{"i":{"x":0.833,"y":0.897},"o":{"x":0.167,"y":0.377},"n":"0p833_0p897_0p167_0p377","t":147.8,"s":[-4.167,-14.411,0],"e":[-4.621,-16.086,0],"to":[1.18023681640625,0.22189265489578,0],"ti":[0.03260558471084,0.22588121891022,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.443},"n":"0p833_0p847_0p167_0p443","t":148.8,"s":[-4.621,-16.086,0],"e":[-4.362,-15.766,0],"to":[-0.03260558471084,-0.22588121891022,0],"ti":[-0.06648459285498,-0.12326070666313,0]},{"i":{"x":0.833,"y":0.827},"o":{"x":0.167,"y":0.184},"n":"0p833_0p827_0p167_0p184","t":149.8,"s":[-4.362,-15.766,0],"e":[-4.223,-15.346,0],"to":[0.06648459285498,0.12326070666313,0],"ti":[-0.02979809232056,-0.1493014395237,0]},{"i":{"x":0.833,"y":0.831},"o":{"x":0.167,"y":0.161},"n":"0p833_0p831_0p167_0p161","t":150.8,"s":[-4.223,-15.346,0],"e":[-4.184,-14.87,0],"to":[0.02979809232056,0.1493014395237,0],"ti":[0.00063101266278,-0.16125695407391,0]},{"i":{"x":0.833,"y":0.835},"o":{"x":0.167,"y":0.164},"n":"0p833_0p835_0p167_0p164","t":151.8,"s":[-4.184,-14.87,0],"e":[-4.226,-14.379,0],"to":[-0.00063101266278,0.16125695407391,0],"ti":[0.02471787296236,-0.1610890775919,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.168},"n":"0p833_0p839_0p167_0p168","t":152.8,"s":[-4.226,-14.379,0],"e":[-4.332,-13.904,0],"to":[-0.02471787296236,0.1610890775919,0],"ti":[0.04237763956189,-0.15075960755348,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.172},"n":"0p833_0p843_0p167_0p172","t":153.8,"s":[-4.332,-13.904,0],"e":[-4.481,-13.474,0],"to":[-0.04237763956189,0.15075960755348,0],"ti":[0.05352546647191,-0.13223038613796,0]},{"i":{"x":0.833,"y":0.848},"o":{"x":0.167,"y":0.178},"n":"0p833_0p848_0p167_0p178","t":154.8,"s":[-4.481,-13.474,0],"e":[-4.653,-13.111,0],"to":[-0.05352546647191,0.13223038613796,0],"ti":[0.05807650834322,-0.10746322572231,0]},{"i":{"x":0.833,"y":0.854},"o":{"x":0.167,"y":0.184},"n":"0p833_0p854_0p167_0p184","t":155.8,"s":[-4.653,-13.111,0],"e":[-4.829,-12.829,0],"to":[-0.05807650834322,0.10746322572231,0],"ti":[0.0559459105134,-0.07841995358467,0]},{"i":{"x":0.833,"y":0.865},"o":{"x":0.167,"y":0.195},"n":"0p833_0p865_0p167_0p195","t":156.8,"s":[-4.829,-12.829,0],"e":[-4.989,-12.64,0],"to":[-0.0559459105134,0.07841995358467,0],"ti":[0.0470488332212,-0.04706238955259,0]},{"i":{"x":0.833,"y":0.878},"o":{"x":0.167,"y":0.217},"n":"0p833_0p878_0p167_0p217","t":157.8,"s":[-4.989,-12.64,0],"e":[-5.111,-12.547,0],"to":[-0.0470488332212,0.04706238955259,0],"ti":[0.03130042180419,-0.01535235717893,0]},{"i":{"x":0.833,"y":0.809},"o":{"x":0.167,"y":0.265},"n":"0p833_0p809_0p167_0p265","t":158.8,"s":[-5.111,-12.547,0],"e":[-5.176,-12.548,0],"to":[-0.03130042180419,0.01535235717893,0],"ti":[0.00861583463848,0.01474832277745,0]},{"i":{"x":0.833,"y":0.737},"o":{"x":0.167,"y":0.148},"n":"0p833_0p737_0p167_0p148","t":159.8,"s":[-5.176,-12.548,0],"e":[-5.163,-12.635,0],"to":[-0.00861583463848,-0.01474832277745,0],"ti":[-0.02108977921307,0.04127782583237,0]},{"i":{"x":0.833,"y":0.782},"o":{"x":0.167,"y":0.122},"n":"0p833_0p782_0p167_0p122","t":160.8,"s":[-5.163,-12.635,0],"e":[-5.05,-12.796,0],"to":[0.02108977921307,-0.04127782583237,0],"ti":[-0.05790126696229,0.06227433681488,0]},{"i":{"x":0.833,"y":0.806},"o":{"x":0.167,"y":0.135},"n":"0p833_0p806_0p167_0p135","t":161.8,"s":[-5.05,-12.796,0],"e":[-4.816,-13.009,0],"to":[0.05790126696229,-0.06227433681488,0],"ti":[-0.09453509002924,0.07791144400835,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.146},"n":"0p833_0p839_0p167_0p146","t":162.8,"s":[-4.816,-13.009,0],"e":[-4.483,-13.263,0],"to":[0.09453509002924,-0.07791144400835,0],"ti":[-0.08498579263687,0.09957733750343,0]},{"i":{"x":0.833,"y":0.827},"o":{"x":0.167,"y":0.173},"n":"0p833_0p827_0p167_0p173","t":163.8,"s":[-4.483,-13.263,0],"e":[-4.306,-13.606,0],"to":[0.08498579263687,-0.09957733750343,0],"ti":[-0.02748321928084,0.12667089700699,0]},{"i":{"x":0.833,"y":0.817},"o":{"x":0.167,"y":0.161},"n":"0p833_0p817_0p167_0p161","t":164.8,"s":[-4.306,-13.606,0],"e":[-4.318,-14.023,0],"to":[0.02748321928084,-0.12667089700699,0],"ti":[0.0328426733613,0.14659611880779,0]},{"i":{"x":0.833,"y":0.818},"o":{"x":0.167,"y":0.153},"n":"0p833_0p818_0p167_0p153","t":165.8,"s":[-4.318,-14.023,0],"e":[-4.503,-14.486,0],"to":[-0.0328426733613,-0.14659611880779,0],"ti":[0.08724395185709,0.15809577703476,0]},{"i":{"x":0.833,"y":0.821},"o":{"x":0.167,"y":0.154},"n":"0p833_0p821_0p167_0p154","t":166.8,"s":[-4.503,-14.486,0],"e":[-4.841,-14.972,0],"to":[-0.08724395185709,-0.15809577703476,0],"ti":[0.13466589152813,0.16217784583569,0]},{"i":{"x":0.833,"y":0.825},"o":{"x":0.167,"y":0.156},"n":"0p833_0p825_0p167_0p156","t":167.8,"s":[-4.841,-14.972,0],"e":[-5.311,-15.459,0],"to":[-0.13466589152813,-0.16217784583569,0],"ti":[0.1740537583828,0.15985029935837,0]},{"i":{"x":0.833,"y":0.829},"o":{"x":0.167,"y":0.159},"n":"0p833_0p829_0p167_0p159","t":168.8,"s":[-5.311,-15.459,0],"e":[-5.886,-15.931,0],"to":[-0.1740537583828,-0.15985029935837,0],"ti":[0.20435285568237,0.1521211117506,0]},{"i":{"x":0.833,"y":0.832},"o":{"x":0.167,"y":0.162},"n":"0p833_0p832_0p167_0p162","t":169.8,"s":[-5.886,-15.931,0],"e":[-6.537,-16.372,0],"to":[-0.20435285568237,-0.1521211117506,0],"ti":[0.22450843453407,0.13999827206135,0]},{"i":{"x":0.833,"y":0.835},"o":{"x":0.167,"y":0.165},"n":"0p833_0p835_0p167_0p165","t":170.8,"s":[-6.537,-16.372,0],"e":[-7.233,-16.771,0],"to":[-0.22450843453407,-0.13999827206135,0],"ti":[0.2334657907486,0.12448972463608,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.168},"n":"0p833_0p839_0p167_0p168","t":171.8,"s":[-7.233,-16.771,0],"e":[-7.938,-17.119,0],"to":[-0.2334657907486,-0.12448972463608,0],"ti":[0.23017019033432,0.10660346597433,0]},{"i":{"x":0.833,"y":0.843},"o":{"x":0.167,"y":0.172},"n":"0p833_0p843_0p167_0p172","t":172.8,"s":[-7.938,-17.119,0],"e":[-8.614,-17.41,0],"to":[-0.23017019033432,-0.10660346597433,0],"ti":[0.21356691420078,0.08734746277332,0]},{"i":{"x":0.833,"y":0.85},"o":{"x":0.167,"y":0.178},"n":"0p833_0p85_0p167_0p178","t":173.8,"s":[-8.614,-17.41,0],"e":[-9.219,-17.643,0],"to":[-0.21356691420078,-0.08734746277332,0],"ti":[0.18260124325752,0.06772968918085,0]},{"i":{"x":0.833,"y":0.861},"o":{"x":0.167,"y":0.187},"n":"0p833_0p861_0p167_0p187","t":174.8,"s":[-9.219,-17.643,0],"e":[-9.709,-17.817,0],"to":[-0.18260124325752,-0.06772968918085,0],"ti":[0.13621844351292,0.04875812307,0]},{"i":{"x":0.833,"y":0.884},"o":{"x":0.167,"y":0.208},"n":"0p833_0p884_0p167_0p208","t":175.8,"s":[-9.709,-17.817,0],"e":[-10.036,-17.935,0],"to":[-0.13621844351292,-0.04875812307,0],"ti":[0.0733637958765,0.03144073486328,0]},{"i":{"x":0.833,"y":0.832},"o":{"x":0.167,"y":0.297},"n":"0p833_0p832_0p167_0p297","t":176.8,"s":[-10.036,-17.935,0],"e":[-10.149,-18.005,0],"to":[-0.0733637958765,-0.03144073486328,0],"ti":[-0.00279088132083,0.01237293984741,0]},{"i":{"x":0.833,"y":0.729},"o":{"x":0.167,"y":0.166},"n":"0p833_0p729_0p167_0p166","t":177.8,"s":[-10.149,-18.005,0],"e":[-10.02,-18.01,0],"to":[0.00279088132083,-0.01237293984741,0],"ti":[-0.06220081821084,-0.03068014234304,0]},{"i":{"x":0.833,"y":0.792},"o":{"x":0.167,"y":0.12},"n":"0p833_0p792_0p167_0p12","t":178.8,"s":[-10.02,-18.01,0],"e":[-9.776,-17.821,0],"to":[0.06220081821084,0.03068014234304,0],"ti":[-0.09258170425892,-0.08773176372051,0]},{"i":{"x":0.833,"y":0.816},"o":{"x":0.167,"y":0.139},"n":"0p833_0p816_0p167_0p139","t":179.8,"s":[-9.776,-17.821,0],"e":[-9.464,-17.483,0],"to":[0.09258170425892,0.08773176372051,0],"ti":[-0.11217175424099,-0.12671233713627,0]},{"i":{"x":0.833,"y":0.827},"o":{"x":0.167,"y":0.152},"n":"0p833_0p827_0p167_0p152","t":180.8,"s":[-9.464,-17.483,0],"e":[-9.103,-17.061,0],"to":[0.11217175424099,0.12671233713627,0],"ti":[-0.12543793022633,-0.1452648639679,0]},{"i":{"x":0.833,"y":0.834},"o":{"x":0.167,"y":0.161},"n":"0p833_0p834_0p167_0p161","t":181.8,"s":[-9.103,-17.061,0],"e":[-8.712,-16.612,0],"to":[0.12543793022633,0.1452648639679,0],"ti":[-0.13296030461788,-0.14618842303753,0]},{"i":{"x":0.833,"y":0.839},"o":{"x":0.167,"y":0.168},"n":"0p833_0p839_0p167_0p168","t":182.8,"s":[-8.712,-16.612,0],"e":[-8.305,-16.184,0],"to":[0.13296030461788,0.14618842303753,0],"ti":[-0.13531892001629,-0.13228207826614,0]},{"i":{"x":0.833,"y":0.844},"o":{"x":0.167,"y":0.173},"n":"0p833_0p844_0p167_0p173","t":183.8,"s":[-8.305,-16.184,0],"e":[-7.9,-15.818,0],"to":[0.13531892001629,0.13228207826614,0],"ti":[-0.13309383392334,-0.10634488612413,0]},{"i":{"x":0.833,"y":0.847},"o":{"x":0.167,"y":0.179},"n":"0p833_0p847_0p167_0p179","t":184.8,"s":[-7.9,-15.818,0],"e":[-7.507,-15.546,0],"to":[0.13309383392334,0.10634488612413,0],"ti":[-0.12686511874199,-0.07117593288422,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.183},"n":"0p833_0p846_0p167_0p183","t":185.8,"s":[-7.507,-15.546,0],"e":[-7.138,-15.391,0],"to":[0.12686511874199,0.07117593288422,0],"ti":[-0.11721281707287,-0.02957428060472,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.182},"n":"0p833_0p838_0p167_0p182","t":186.8,"s":[-7.138,-15.391,0],"e":[-6.804,-15.368,0],"to":[0.11721281707287,0.02957428060472,0],"ti":[-0.10471700131893,0.01566100120544,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.172},"n":"0p833_0p824_0p167_0p172","t":187.8,"s":[-6.804,-15.368,0],"e":[-6.51,-15.485,0],"to":[0.10471700131893,-0.01566100120544,0],"ti":[-0.08995772153139,0.06173084303737,0]},{"i":{"x":0.833,"y":0.816},"o":{"x":0.167,"y":0.158},"n":"0p833_0p816_0p167_0p158","t":188.8,"s":[-6.51,-15.485,0],"e":[-6.264,-15.739,0],"to":[0.08995772153139,-0.06173084303737,0],"ti":[-0.07351504266262,0.10583617538214,0]},{"i":{"x":0.833,"y":0.818},"o":{"x":0.167,"y":0.152},"n":"0p833_0p818_0p167_0p152","t":189.8,"s":[-6.264,-15.739,0],"e":[-6.069,-16.12,0],"to":[0.07351504266262,-0.10583617538214,0],"ti":[-0.05596902221441,0.14517794549465,0]},{"i":{"x":0.833,"y":0.822},"o":{"x":0.167,"y":0.153},"n":"0p833_0p822_0p167_0p153","t":190.8,"s":[-6.069,-16.12,0],"e":[-5.928,-16.61,0],"to":[0.05596902221441,-0.14517794549465,0],"ti":[-0.03789971768856,0.17695705592632,0]},{"i":{"x":0.833,"y":0.829},"o":{"x":0.167,"y":0.157},"n":"0p833_0p829_0p167_0p157","t":191.8,"s":[-5.928,-16.61,0],"e":[-5.842,-17.182,0],"to":[0.03789971768856,-0.17695705592632,0],"ti":[-0.02141531184316,0.19597785174847,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.163},"n":"0p833_0p845_0p167_0p163","t":192.8,"s":[-5.842,-17.182,0],"e":[-5.8,-17.786,0],"to":[0.02141531184316,-0.19597785174847,0],"ti":[-0.0146127473563,0.18709436058998,0]},{"i":{"x":0.833,"y":0.851},"o":{"x":0.167,"y":0.18},"n":"0p833_0p851_0p167_0p18","t":193.8,"s":[-5.8,-17.786,0],"e":[-5.754,-18.304,0],"to":[0.0146127473563,-0.18709436058998,0],"ti":[-0.01349267736077,0.15472330152988,0]},{"i":{"x":0.833,"y":0.856},"o":{"x":0.167,"y":0.189},"n":"0p833_0p856_0p167_0p189","t":194.8,"s":[-5.754,-18.304,0],"e":[-5.719,-18.714,0],"to":[0.01349267736077,-0.15472330152988,0],"ti":[-0.00669305957854,0.11810157448053,0]},{"i":{"x":0.833,"y":0.862},"o":{"x":0.167,"y":0.198},"n":"0p833_0p862_0p167_0p198","t":195.8,"s":[-5.719,-18.714,0],"e":[-5.714,-19.013,0],"to":[0.00669305957854,-0.11810157448053,0],"ti":[0.00611105980352,0.08140452951193,0]},{"i":{"x":0.833,"y":0.859},"o":{"x":0.167,"y":0.211},"n":"0p833_0p859_0p167_0p211","t":196.8,"s":[-5.714,-19.013,0],"e":[-5.755,-19.202,0],"to":[-0.00611105980352,-0.08140452951193,0],"ti":[0.02340176701546,0.04604237899184,0]},{"i":{"x":0.833,"y":0.815},"o":{"x":0.167,"y":0.203},"n":"0p833_0p815_0p167_0p203","t":197.8,"s":[-5.755,-19.202,0],"e":[-5.854,-19.289,0],"to":[-0.02340176701546,-0.04604237899184,0],"ti":[0.04366115108132,0.01342532783747,0]},{"i":{"x":0.833,"y":0.793},"o":{"x":0.167,"y":0.152},"n":"0p833_0p793_0p167_0p152","t":198.8,"s":[-5.854,-19.289,0],"e":[-6.017,-19.283,0],"to":[-0.04366115108132,-0.01342532783747,0],"ti":[0.06537129729986,-0.01503641344607,0]},{"i":{"x":0.833,"y":0.805},"o":{"x":0.167,"y":0.14},"n":"0p833_0p805_0p167_0p14","t":199.8,"s":[-6.017,-19.283,0],"e":[-6.246,-19.199,0],"to":[-0.06537129729986,0.01503641344607,0],"ti":[0.08701429516077,-0.03793263435364,0]},{"i":{"x":0.833,"y":0.816},"o":{"x":0.167,"y":0.146},"n":"0p833_0p816_0p167_0p146","t":200.8,"s":[-6.246,-19.199,0],"e":[-6.539,-19.055,0],"to":[-0.08701429516077,0.03793263435364,0],"ti":[0.10707222670317,-0.0538531281054,0]},{"i":{"x":0.833,"y":0.824},"o":{"x":0.167,"y":0.152},"n":"0p833_0p824_0p167_0p152","t":201.8,"s":[-6.539,-19.055,0],"e":[-6.889,-18.876,0],"to":[-0.10707222670317,0.0538531281054,0],"ti":[0.12402718514204,-0.06138768419623,0]},{"i":{"x":0.833,"y":0.83},"o":{"x":0.167,"y":0.158},"n":"0p833_0p83_0p167_0p158","t":202.8,"s":[-6.889,-18.876,0],"e":[-7.283,-18.687,0],"to":[-0.12402718514204,0.06138768419623,0],"ti":[0.1363612562418,-0.05912609398365,0]},{"i":{"x":0.833,"y":0.781},"o":{"x":0.167,"y":0.163},"n":"0p833_0p781_0p167_0p163","t":203.8,"s":[-7.283,-18.687,0],"e":[-7.707,-18.521,0],"to":[-0.1363612562418,0.05912609398365,0],"ti":[0.14255651831627,-0.04565814509988,0]},{"i":{"x":0.833,"y":0.303},"o":{"x":0.167,"y":0.134},"n":"0p833_0p303_0p167_0p134","t":204.8,"s":[-7.707,-18.521,0],"e":[-8.139,-18.413,0],"to":[-0.14255651831627,0.04565814509988,0],"ti":[0.70312142372131,-0.63227218389511,0]},{"i":{"x":0.833,"y":0.807},"o":{"x":0.167,"y":0.095},"n":"0p833_0p807_0p167_0p095","t":205.8,"s":[-8.139,-18.413,0],"e":[-11.926,-14.727,0],"to":[-0.70312142372131,0.63227218389511,0],"ti":[-0.51737725734711,-0.85045099258423,0]},{"i":{"x":0.833,"y":0.821},"o":{"x":0.167,"y":0.147},"n":"0p833_0p821_0p167_0p147","t":206.8,"s":[-11.926,-14.727,0],"e":[-5.035,-13.31,0],"to":[0.51737725734711,0.85045099258423,0],"ti":[-0.04843322187662,0.42410546541214,0]},{"i":{"x":0.833,"y":0.737},"o":{"x":0.167,"y":0.156},"n":"0p833_0p737_0p167_0p156","t":207.8,"s":[-5.035,-13.31,0],"e":[-11.635,-17.272,0],"to":[0.04843322187662,-0.42410546541214,0],"ti":[-0.97842592000961,-1.39478862285614,0]},{"i":{"x":0.833,"y":0.866},"o":{"x":0.167,"y":0.122},"n":"0p833_0p866_0p167_0p122","t":208.8,"s":[-11.635,-17.272,0],"e":[0.836,-4.942,0],"to":[0.97842592000961,1.39478862285614,0],"ti":[-2.57618522644043,-0.46614301204681,0]},{"i":{"x":0.833,"y":0.862},"o":{"x":0.167,"y":0.22},"n":"0p833_0p862_0p167_0p22","t":209.8,"s":[0.836,-4.942,0],"e":[3.822,-14.475,0],"to":[2.57618522644043,0.46614301204681,0],"ti":[0.6136103272438,1.49788081645966,0]},{"i":{"x":0.833,"y":0.708},"o":{"x":0.167,"y":0.21},"n":"0p833_0p708_0p167_0p21","t":210.8,"s":[3.822,-14.475,0],"e":[-2.846,-13.929,0],"to":[-0.6136103272438,-1.49788081645966,0],"ti":[3.74015808105469,1.27331519126892,0]},{"i":{"x":0.833,"y":0.895},"o":{"x":0.167,"y":0.117},"n":"0p833_0p895_0p167_0p117","t":211.8,"s":[-2.846,-13.929,0],"e":[-18.619,-22.115,0],"to":[-3.74015808105469,-1.27331519126892,0],"ti":[2.25968813896179,1.47592735290527,0]},{"i":{"x":0.833,"y":0.683},"o":{"x":0.167,"y":0.4},"n":"0p833_0p683_0p167_0p4","t":212.8,"s":[-18.619,-22.115,0],"e":[-16.404,-22.785,0],"to":[-2.25968813896179,-1.47592735290527,0],"ti":[-2.45391845703125,-0.51665210723877,0]},{"i":{"x":0.833,"y":0.89},"o":{"x":0.167,"y":0.113},"n":"0p833_0p89_0p167_0p113","t":213.8,"s":[-16.404,-22.785,0],"e":[-3.895,-19.015,0],"to":[2.45391845703125,0.51665210723877,0],"ti":[-1.80419099330902,-1.08614373207092,0]},{"i":{"x":0.833,"y":0.781},"o":{"x":0.167,"y":0.341},"n":"0p833_0p781_0p167_0p341","t":214.8,"s":[-3.895,-19.015,0],"e":[-5.579,-16.268,0],"to":[1.80419099330902,1.08614373207092,0],"ti":[1.26761662960052,-1.03631722927094,0]},{"i":{"x":0.833,"y":0.874},"o":{"x":0.167,"y":0.134},"n":"0p833_0p874_0p167_0p134","t":215.8,"s":[-5.579,-16.268,0],"e":[-11.501,-12.797,0],"to":[-1.26761662960052,1.03631722927094,0],"ti":[0.7431617975235,-0.09699192643166,0]},{"i":{"x":0.833,"y":0.851},"o":{"x":0.167,"y":0.246},"n":"0p833_0p851_0p167_0p246","t":216.8,"s":[-11.501,-12.797,0],"e":[-10.038,-15.686,0],"to":[-0.7431617975235,0.09699192643166,0],"ti":[-0.67139530181885,0.65363818407059,0]},{"i":{"x":0.833,"y":0.88},"o":{"x":0.167,"y":0.189},"n":"0p833_0p88_0p167_0p189","t":217.8,"s":[-10.038,-15.686,0],"e":[-7.473,-16.719,0],"to":[0.67139530181885,-0.65363818407059,0],"ti":[-0.3351114988327,0.32343679666519,0]},{"i":{"x":0.833,"y":0.653},"o":{"x":0.167,"y":0.273},"n":"0p833_0p653_0p167_0p273","t":218.8,"s":[-7.473,-16.719,0],"e":[-8.027,-17.626,0],"to":[0.3351114988327,-0.32343679666519,0],"ti":[0.01590304076672,0.77503448724747,0]},{"i":{"x":0.833,"y":0.78},"o":{"x":0.167,"y":0.11},"n":"0p833_0p78_0p167_0p11","t":219.8,"s":[-8.027,-17.626,0],"e":[-7.568,-21.369,0],"to":[-0.01590304076672,-0.77503448724747,0],"ti":[0.31253936886787,-0.35746243596077,0]},{"i":{"x":0.833,"y":0.883},"o":{"x":0.167,"y":0.134},"n":"0p833_0p883_0p167_0p134","t":220.8,"s":[-7.568,-21.369,0],"e":[-9.902,-15.482,0],"to":[-0.31253936886787,0.35746243596077,0],"ti":[0.5875877737999,-0.67048102617264,0]},{"i":{"x":0.833,"y":0.811},"o":{"x":0.167,"y":0.293},"n":"0p833_0p811_0p167_0p293","t":221.8,"s":[-9.902,-15.482,0],"e":[-11.094,-17.346,0],"to":[-0.5875877737999,0.67048102617264,0],"ti":[-0.03393341228366,-0.14751607179642,0]},{"i":{"x":0.833,"y":0.811},"o":{"x":0.167,"y":0.149},"n":"0p833_0p811_0p167_0p149","t":222.8,"s":[-11.094,-17.346,0],"e":[-9.699,-14.596,0],"to":[0.03393341228366,0.14751607179642,0],"ti":[-0.81829172372818,-0.14069689810276,0]},{"i":{"x":0.833,"y":0.894},"o":{"x":0.167,"y":0.149},"n":"0p833_0p894_0p167_0p149","t":223.8,"s":[-9.699,-14.596,0],"e":[-6.184,-16.502,0],"to":[0.81829172372818,0.14069689810276,0],"ti":[-0.63532334566116,0.26510837674141,0]},{"i":{"x":0.833,"y":0.641},"o":{"x":0.167,"y":0.385},"n":"0p833_0p641_0p167_0p385","t":224.8,"s":[-6.184,-16.502,0],"e":[-5.887,-16.187,0],"to":[0.63532334566116,-0.26510837674141,0],"ti":[0.53096532821655,-0.20557568967342,0]},{"i":{"x":0.833,"y":0.804},"o":{"x":0.167,"y":0.109},"n":"0p833_0p804_0p167_0p109","t":225.8,"s":[-5.887,-16.187,0],"e":[-9.37,-15.269,0],"to":[-0.53096532821655,0.20557568967342,0],"ti":[-0.02740133181214,0.41245022416115,0]},{"i":{"x":0.833,"y":0.864},"o":{"x":0.167,"y":0.145},"n":"0p833_0p864_0p167_0p145","t":226.8,"s":[-9.37,-15.269,0],"e":[-5.722,-18.662,0],"to":[0.02740133181214,-0.41245022416115,0],"ti":[-0.17850130796432,0.33507338166237,0]},{"i":{"x":0.833,"y":0.787},"o":{"x":0.167,"y":0.214},"n":"0p833_0p787_0p167_0p214","t":227.8,"s":[-5.722,-18.662,0],"e":[-8.299,-17.279,0],"to":[0.17850130796432,-0.33507338166237,0],"ti":[-0.25376629829407,-0.67957097291946,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.137},"n":"0p833_0p838_0p167_0p137","t":228.8,"s":[-8.299,-17.279,0],"e":[-4.2,-14.584,0],"to":[0.25376629829407,0.67957097291946,0],"ti":[0.06448954343796,-0.3004729449749,0]},{"i":{"x":0.833,"y":0.799},"o":{"x":0.167,"y":0.172},"n":"0p833_0p799_0p167_0p172","t":229.8,"s":[-4.2,-14.584,0],"e":[-8.686,-15.476,0],"to":[-0.06448954343796,0.3004729449749,0],"ti":[-0.22144478559494,-0.35183390974998,0]},{"i":{"x":0.833,"y":0.85},"o":{"x":0.167,"y":0.142},"n":"0p833_0p85_0p167_0p142","t":230.8,"s":[-8.686,-15.476,0],"e":[-2.871,-12.473,0],"to":[0.22144478559494,0.35183390974998,0],"ti":[-0.38317874073982,0.11893545091152,0]},{"i":{"x":0.833,"y":0.875},"o":{"x":0.167,"y":0.188},"n":"0p833_0p875_0p167_0p188","t":231.8,"s":[-2.871,-12.473,0],"e":[-6.387,-16.19,0],"to":[0.38317874073982,-0.11893545091152,0],"ti":[0.89578157663345,0.35977378487587,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.248},"n":"0p833_0p837_0p167_0p248","t":232.8,"s":[-6.387,-16.19,0],"e":[-8.246,-14.632,0],"to":[-0.89578157663345,-0.35977378487587,0],"ti":[0.46846970915794,-0.57363206148148,0]},{"i":{"x":0.833,"y":0.667},"o":{"x":0.167,"y":0.17},"n":"0p833_0p667_0p167_0p17","t":233.8,"s":[-8.246,-14.632,0],"e":[-9.197,-12.748,0],"to":[-0.46846970915794,0.57363206148148,0],"ti":[-0.20720264315605,0.87283056974411,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.111},"n":"0p833_0p833_0p167_0p111","t":234.8,"s":[-9.197,-12.748,0],"e":[-7.002,-19.869,0],"to":[0.20720264315605,-0.87283056974411,0],"ti":[-0.7952743768692,0.03131698444486,0]},{"i":{"x":0.833,"y":0.871},"o":{"x":0.167,"y":0.166},"n":"0p833_0p871_0p167_0p166","t":235.8,"s":[-7.002,-19.869,0],"e":[-4.426,-12.936,0],"to":[0.7952743768692,-0.03131698444486,0],"ti":[0.17425867915154,-1.36219429969788,0]},{"i":{"x":0.833,"y":0.827},"o":{"x":0.167,"y":0.235},"n":"0p833_0p827_0p167_0p235","t":236.8,"s":[-4.426,-12.936,0],"e":[-8.048,-11.696,0],"to":[-0.17425867915154,1.36219429969788,0],"ti":[0.00136882311199,0.22416557371616,0]},{"i":{"x":0.833,"y":0.88},"o":{"x":0.167,"y":0.161},"n":"0p833_0p88_0p167_0p161","t":237.8,"s":[-8.048,-11.696,0],"e":[-4.434,-14.281,0],"to":[-0.00136882311199,-0.22416557371616,0],"ti":[-0.56400501728058,0.15922616422176,0]},{"i":{"x":0.833,"y":0.807},"o":{"x":0.167,"y":0.275},"n":"0p833_0p807_0p167_0p275","t":238.8,"s":[-4.434,-14.281,0],"e":[-4.664,-12.651,0],"to":[0.56400501728058,-0.15922616422176,0],"ti":[0.27074098587036,0.08318838477135,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.147},"n":"0p833_0p842_0p167_0p147","t":239.8,"s":[-4.664,-12.651,0],"e":[-6.059,-14.78,0],"to":[-0.27074098587036,-0.08318838477135,0],"ti":[0.37976223230362,0.69830369949341,0]},{"i":{"x":0.833,"y":0.823},"o":{"x":0.167,"y":0.176},"n":"0p833_0p823_0p167_0p176","t":240.8,"s":[-6.059,-14.78,0],"e":[-6.943,-16.841,0],"to":[-0.37976223230362,-0.69830369949341,0],"ti":[0.51551383733749,0.1344693005085,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.157},"n":"0p833_0p846_0p167_0p157","t":241.8,"s":[-6.943,-16.841,0],"e":[-9.152,-15.587,0],"to":[-0.51551383733749,-0.1344693005085,0],"ti":[0.62050080299377,-0.46966558694839,0]},{"i":{"x":0.833,"y":0.855},"o":{"x":0.167,"y":0.181},"n":"0p833_0p855_0p167_0p181","t":242.8,"s":[-9.152,-15.587,0],"e":[-10.666,-14.023,0],"to":[-0.62050080299377,0.46966558694839,0],"ti":[0.18428926169872,-0.5107889175415,0]},{"i":{"x":0.833,"y":0.852},"o":{"x":0.167,"y":0.197},"n":"0p833_0p852_0p167_0p197","t":243.8,"s":[-10.666,-14.023,0],"e":[-10.257,-12.522,0],"to":[-0.18428926169872,0.5107889175415,0],"ti":[-0.2615122795105,-0.3040933907032,0]},{"i":{"x":0.833,"y":0.827},"o":{"x":0.167,"y":0.19},"n":"0p833_0p827_0p167_0p19","t":244.8,"s":[-10.257,-12.522,0],"e":[-9.096,-12.198,0],"to":[0.2615122795105,0.3040933907032,0],"ti":[-0.34673270583153,0.10818865150213,0]},{"i":{"x":0.833,"y":0.854},"o":{"x":0.167,"y":0.161},"n":"0p833_0p854_0p167_0p161","t":245.8,"s":[-9.096,-12.198,0],"e":[-8.177,-13.171,0],"to":[0.34673270583153,-0.10818865150213,0],"ti":[-0.22869244217873,0.3145649433136,0]},{"i":{"x":0.833,"y":0.881},"o":{"x":0.167,"y":0.194},"n":"0p833_0p881_0p167_0p194","t":246.8,"s":[-8.177,-13.171,0],"e":[-7.724,-14.086,0],"to":[0.22869244217873,-0.3145649433136,0],"ti":[-0.09955094754696,0.22060462832451,0]},{"i":{"x":0.833,"y":0.905},"o":{"x":0.167,"y":0.28},"n":"0p833_0p905_0p167_0p28","t":247.8,"s":[-7.724,-14.086,0],"e":[-7.58,-14.495,0],"to":[0.09955094754696,-0.22060462832451,0],"ti":[-0.02473864145577,0.07014242559671,0]},{"i":{"x":0.833,"y":0.917},"o":{"x":0.167,"y":0.688},"n":"0p833_0p917_0p167_0p688","t":248.8,"s":[-7.58,-14.495,0],"e":[-7.576,-14.507,0],"to":[0.02473864145577,-0.07014242559671,0],"ti":[-0.00062053930014,0.00195643864572,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":249.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":250.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":251.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":252.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":253.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":254.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":255.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":256.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":257.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":258.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":259.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":260.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":261.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":262.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":263.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":264.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":265.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":266.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":267.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":268.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":269.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":270.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":271.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":272.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":273.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":274.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":275.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":276.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":277.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":278.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":279.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":280.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":281.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":282.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":283.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":284.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":285.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":286.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":287.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":288.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":289.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":290.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":291.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":292.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":293.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":294.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":295.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":296.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":297.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":298.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":299.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":300.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":301.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":302.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":303.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":304.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":305.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":306.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":307.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":308.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":309.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":310.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":311.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":312.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":313.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":314.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":315.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":316.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":317.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":318.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":319.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":320.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":321.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":322.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":323.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":324.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":325.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":326.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":327.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":328.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":329.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":330.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":331.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":332.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":333.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":334.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":335.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":336.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":337.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":338.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":339.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":340.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":341.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":342.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":343.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":344.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":345.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":346.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":347.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":348.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":349.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":350.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":351.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":352.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":353.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":354.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":355.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":356.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":357.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":358.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":359.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":360.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":361.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":362.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":363.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":364.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":365.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":366.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":367.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":368.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":369.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":370.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":371.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":372.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":373.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":374.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":375.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":376.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":377.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":378.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":379.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":380.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":381.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":382.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":383.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":384.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":385.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":386.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":387.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":388.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":389.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":390.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":391.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":392.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":393.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":394.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":395.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":396.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":397.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":398.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":399.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":400.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":401.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":402.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":403.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":404.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":405.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":406.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":407.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":408.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":409.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":410.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":411.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":412.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":413.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":414.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":415.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":416.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":417.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":418.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":419.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":420.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":421.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":422.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":423.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":424.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":425.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":426.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":427.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":428.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":429.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":430.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":431.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":432.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":433.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":434.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":435.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":436.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":437.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":438.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":439.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":440.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":441.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":442.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":443.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":444.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":445.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":446.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":447.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":448.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":449.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":450.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":451.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":452.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":453.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":454.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":455.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":456.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":457.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":458.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":459.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":460.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":461.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":462.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":463.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":464.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":465.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":466.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":467.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":468.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":469.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":470.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":471.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":472.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":473.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":474.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":475.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":476.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":477.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":478.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":479.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":480.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":481.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":482.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":483.8,"s":[-7.576,-14.507,0],"e":[-7.576,-14.507,0],"to":[0,0,0],"ti":[0,0,0]},{"t":484.8001953125}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[500,500,100],"ix":6}},"ao":0,"ip":-1.2,"op":485.4,"st":27.6,"bm":0},{"ddd":0,"ind":47,"ty":4,"nm":"big_rocket__boost_line","parent":48,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-35.563,-25.625],[-46.25,-25.625]],"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":2,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-1.2,"op":267.6,"st":27.6,"bm":0},{"ddd":0,"ind":48,"ty":4,"nm":"big_rocket__boost","parent":51,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-0.143,"ix":3},"y":{"a":0,"k":15.999,"ix":4}},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,-5.903]],"o":[[0,0],[0,0],[-5.903,0],[0,0]],"v":[[-46.25,-0.125],[-35.563,-0.125],[-35.563,-35.25],[-46.25,-24.563]],"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":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.537254929543,0.854901969433,0.964705884457,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-1.2,"op":267.6,"st":27.6,"bm":0},{"ddd":0,"ind":49,"ty":4,"nm":"big_rocket_left_line 2","parent":51,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-39.667,-15.25],[-18.583,-15.25]],"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":2,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-1.2,"op":267.6,"st":27.6,"bm":0},{"ddd":0,"ind":50,"ty":4,"nm":"big_rocket_left_line","parent":51,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-39.667,-30.5],[-18.583,-30.5]],"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":2,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-1.2,"op":267.6,"st":27.6,"bm":0},{"ddd":0,"ind":51,"ty":4,"nm":"big_rocket_left","parent":46,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.756],"y":[0.503]},"o":{"x":[0.695],"y":[0]},"n":["0p756_0p503_0p695_0"],"t":213,"s":[0],"e":[-21]},{"t":247.000390625}],"ix":10},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.822],"y":[0.596]},"o":{"x":[0.695],"y":[0]},"n":["0p822_0p596_0p695_0"],"t":213,"s":[0],"e":[-80.8]},{"t":247.000390625}],"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.784],"y":[0.372]},"o":{"x":[0.695],"y":[0]},"n":["0p784_0p372_0p695_0"],"t":213,"s":[0],"e":[239.2]},{"t":247.000390625}],"ix":4}},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[7.5,0],[0,-16.116],[0,-20.777],[0,0],[0,0],[0,0],[0,16.116]],"o":[[-7.5,0],[0,12.611],[0,5.775],[0,0],[0,0],[0,0],[0,-16.116]],"v":[[-28.833,-54],[-39.667,-22.886],[-39.667,59.642],[-34.333,69],[-28.833,69],[-18,69],[-18,-22.886]],"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":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.772549033165,0.839215695858,0.89411765337,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-1.2,"op":267.6,"st":27.6,"bm":0},{"ddd":0,"ind":52,"ty":4,"nm":"big_rocket_engine 4","parent":51,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-32.461,69],[-32.461,73.539],[-35.405,78.875],[-18.817,78.875],[-21.761,73.539],[-21.761,69]],"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":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.890196084976,0.709803938866,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-1.2,"op":267.6,"st":27.6,"bm":0},{"ddd":0,"ind":53,"ty":4,"nm":"big_rocket_engine 3","parent":51,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.787,0],[0,0],[0,1.787],[0,0],[-1.787,0],[0,0],[0,-1.787],[0,0]],"o":[[0,0],[-1.787,0],[0,0],[0,-1.787],[0,0],[1.787,0],[0,0],[0,1.787]],"v":[[-16.938,85.75],[-37.938,85.75],[-41.188,82.5],[-41.188,82.125],[-37.938,78.875],[-16.938,78.875],[-13.688,82.125],[-13.688,82.5]],"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":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.439215689898,0.443137258291,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-1.2,"op":267.6,"st":27.6,"bm":0},{"ddd":0,"ind":54,"ty":4,"nm":"small_rocket right_line","parent":55,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[39.313,-25.625],[50,-25.625]],"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":2,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-1.2,"op":267.6,"st":27.6,"bm":0},{"ddd":0,"ind":55,"ty":4,"nm":"small_rocket right","parent":58,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0.367,15.996,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,-5.903]],"o":[[0,0],[0,0],[5.903,0],[0,0]],"v":[[50,-0.125],[39.313,-0.125],[39.313,-35.25],[50,-24.563]],"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":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.537254929543,0.854901969433,0.964705884457,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-1.2,"op":267.6,"st":27.6,"bm":0},{"ddd":0,"ind":56,"ty":4,"nm":"big_rocket_line 2","parent":58,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[43.542,-15.25],[22.458,-15.25]],"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":2,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-1.2,"op":267.6,"st":27.6,"bm":0},{"ddd":0,"ind":57,"ty":4,"nm":"big_rocket_line","parent":58,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[43.542,-30.5],[22.458,-30.5]],"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":2,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-1.2,"op":267.6,"st":27.6,"bm":0},{"ddd":0,"ind":58,"ty":4,"nm":"right rocket","parent":46,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.498],"y":[0]},"n":["0p667_1_0p498_0"],"t":213,"s":[0],"e":[20]},{"t":247.000390625}],"ix":10},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.817],"y":[0.539]},"o":{"x":[0.538],"y":[0]},"n":["0p817_0p539_0p538_0"],"t":213,"s":[0],"e":[66.4]},{"t":247.000390625}],"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.774],"y":[0.556]},"o":{"x":[0.538],"y":[0]},"n":["0p774_0p556_0p538_0"],"t":213,"s":[0],"e":[240.8]},{"t":247.000390625}],"ix":4}},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-7.5,0],[0,-16.116],[0,-20.777],[0,0],[0,0],[0,0],[0,16.116]],"o":[[7.5,0],[0,12.611],[0,5.775],[0,0],[0,0],[0,0],[0,-16.116]],"v":[[32.708,-54],[43.542,-22.886],[43.542,59.642],[38.208,69],[32.708,69],[21.875,69],[21.875,-22.886]],"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":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.772549033165,0.839215695858,0.89411765337,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-1.2,"op":267.6,"st":27.6,"bm":0},{"ddd":0,"ind":59,"ty":4,"nm":"big_rocket_engine 2","parent":58,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.534,69],[25.534,73.539],[22.534,78.875],[39.438,78.875],[36.438,73.539],[36.438,69]],"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":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.890196084976,0.709803938866,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-1.2,"op":267.6,"st":27.6,"bm":0},{"ddd":0,"ind":60,"ty":4,"nm":"big_rocket_engine","parent":59,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.787,0],[0,0],[0,1.787],[0,0],[1.787,0],[0,0],[0,-1.787],[0,0]],"o":[[0,0],[1.787,0],[0,0],[0,-1.787],[0,0],[-1.787,0],[0,0],[0,1.787]],"v":[[20.813,85.75],[41.813,85.75],[45.063,82.5],[45.063,82.125],[41.813,78.875],[20.813,78.875],[17.563,82.125],[17.563,82.5]],"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":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.439215689898,0.443137258291,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-1.2,"op":267.6,"st":27.6,"bm":0},{"ddd":0,"ind":61,"ty":4,"nm":"bitcoin-seeklogo.com Outlines","cl":"com","parent":65,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":90,"ix":10},"p":{"a":0,"k":[1.998,6.144,0],"ix":2},"a":{"a":0,"k":[153.5,32.5,0],"ix":1},"s":{"a":0,"k":[18,18,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.105,0.348],[-1.385,0.292],[-1.699,0.189],[-2.151,0],[-2.406,-3.671],[1.56,-6.368],[0,0],[0,0],[0,0],[-0.189,1.328],[0.223,1.004],[0.779,0.63],[1.621,0],[1.623,-0.324],[0,0],[0,0]],"o":[[0.91,-0.266],[1.109,-0.349],[1.369,-0.302],[1.699,-0.193],[6.322,0],[2.404,3.672],[0,0],[0,0],[0,0],[0.326,-1.406],[0.191,-1.315],[-0.213,-0.992],[-0.791,-0.618],[-1.564,0],[0,0],[0,0],[0,0]],"v":[[-11.313,-18.869],[-8.282,-19.803],[-4.55,-20.766],[0.063,-21.501],[5.849,-21.788],[18.935,-16.276],[20.195,-1.212],[14.681,21.788],[2.615,21.788],[7.959,-0.728],[8.73,-4.822],[8.687,-8.302],[7.193,-10.735],[3.586,-11.665],[-1.19,-11.173],[-9.047,21.787],[-21.118,21.787]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[285.381,42.072],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.137,0],[1.344,0.998],[0,2.059],[-0.457,1.002],[-0.758,0.732],[-0.994,0.436],[-1.132,0],[-1.348,-0.998],[0,-2.047],[0.453,-1],[0.755,-0.732],[0.996,-0.434]],"o":[[-1.672,0],[-1.35,-0.992],[0,-1.132],[0.457,-1],[0.753,-0.726],[0.996,-0.431],[1.676,0],[1.349,1.003],[0,1.136],[-0.453,1],[-0.76,0.727],[-1.004,0.436]],"v":[[4.737,-16.769],[0.205,-18.265],[-1.823,-22.842],[-1.133,-26.037],[0.691,-28.631],[3.323,-30.373],[6.517,-31.019],[11.055,-29.523],[13.084,-24.946],[12.39,-21.743],[10.573,-19.151],[7.943,-17.412]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.087,31.019],[-13.084,31.019],[-2.961,-11.578],[9.114,-11.578]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[256.32,32.841],"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":"Group 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.267,0],[1.345,-1.018],[0.914,-1.564],[0.462,-1.861],[0,-1.675],[-0.858,-1.515],[-2.269,0],[-1.353,1.03],[-0.921,1.566],[-0.463,1.863],[0,1.672],[0.865,1.513]],"o":[[-1.777,0],[-1.35,1.031],[-0.924,1.569],[-0.459,1.865],[0,2.703],[0.869,1.507],[1.783,0],[1.342,-1.022],[0.918,-1.561],[0.453,-1.859],[0,-2.695],[-0.864,-1.508]],"v":[[2.427,-12.227],[-2.267,-10.692],[-5.664,-6.801],[-7.737,-1.658],[-8.421,3.645],[-7.128,9.968],[-2.428,12.233],[2.271,10.691],[5.669,6.805],[7.74,1.662],[8.424,-3.642],[7.126,-9.961]],"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],[2.108,0.863],[1.377,1.569],[0.707,2.134],[0,2.587],[-1.053,3.235],[-2.058,2.589],[-2.967,1.652],[-3.827,0],[-2.136,-0.862],[-1.385,-1.563],[-0.699,-2.136],[0,-2.589],[1.02,-3.244],[2,-2.595],[2.998,-1.646],[3.942,0]],"o":[[-2.86,0],[-2.102,-0.863],[-1.379,-1.562],[-0.707,-2.132],[0,-3.245],[1.048,-3.242],[2.042,-2.593],[2.963,-1.643],[2.81,0],[2.128,0.861],[1.37,1.57],[0.706,2.128],[0,3.235],[-1.022,3.229],[-1.996,2.589],[-2.995,1.645],[0,0]],"v":[[-3.566,22.436],[-11.018,21.137],[-16.238,17.493],[-19.357,11.947],[-20.404,4.867],[-18.829,-4.857],[-14.169,-13.602],[-6.642,-19.967],[3.557,-22.436],[10.975,-21.136],[16.24,-17.492],[19.35,-11.943],[20.404,-4.858],[18.87,4.865],[14.333,13.61],[6.844,19.964],[-3.564,22.436]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[221.763,42.557],"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":"Group 3","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.187,3.239],[-2.215,2.433],[-3.165,1.408],[-3.887,0],[-1.913,-0.461],[-1.571,-0.755],[0,0],[1.159,0.35],[1.675,0],[2.355,-2.75],[0,-4.646],[-1.192,-1.703],[-3.181,0],[-1.451,0.319],[-1.137,0.481],[0,0],[1.834,-0.465],[2.537,0],[2.319,0.965],[1.51,1.648],[0.674,2.214],[0,2.425]],"o":[[0,-3.669],[1.185,-3.243],[2.207,-2.421],[3.15,-1.4],[2.433,0],[1.92,0.465],[0,0],[-1.08,-0.438],[-1.16,-0.357],[-4.001,0],[-2.344,2.751],[0,2.753],[1.186,1.703],[1.57,0],[1.462,-0.324],[0,0],[-1.517,0.588],[-1.838,0.449],[-3.349,0],[-2.32,-0.979],[-1.518,-1.652],[-0.674,-2.212],[0,0]],"v":[[-18.63,4.296],[-16.849,-6.072],[-11.741,-14.582],[-3.681,-20.329],[6.883,-22.436],[13.402,-21.744],[18.63,-19.924],[14.495,-10.525],[11.135,-11.698],[6.885,-12.228],[-2.635,-8.099],[-6.16,3],[-4.374,9.682],[2.184,12.232],[6.72,11.748],[10.61,10.534],[11.505,20.17],[6.484,21.754],[-0.079,22.436],[-8.583,20.981],[-14.329,17.052],[-17.611,11.257],[-18.63,4.296]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[183.58,42.559],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.052,-1.078],[-0.325,-0.783],[-0.841,-0.429],[-1.57,0],[-1.218,0.244],[-1.242,0.437],[0,0],[1.89,-0.431],[2.59,0],[2.056,1.101],[0.868,1.918],[-0.106,2.482],[-0.648,2.754]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.329,1.242],[-0.058,1.083],[0.322,0.785],[0.836,0.435],[1.293,0],[1.211,-0.239],[0,0],[-1.621,0.594],[-1.892,0.436],[-3.725,0],[-2.055,-1.109],[-0.858,-1.911],[0.111,-2.487],[0,0]],"v":[[-6.869,-26.116],[5.686,-28.061],[2.604,-15.504],[16.049,-15.504],[13.621,-5.626],[0.256,-5.626],[-3.303,9.274],[-3.87,12.754],[-3.467,15.55],[-1.726,17.368],[1.876,18.022],[5.647,17.655],[9.327,16.644],[10.221,25.88],[4.957,27.415],[-1.766,28.061],[-10.434,26.407],[-14.809,21.865],[-15.943,15.269],[-14.809,7.412]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[149.431,36.767],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.347,0.998],[0,2.059],[-0.456,1.002],[-0.757,0.732],[-0.996,0.436],[-1.135,0],[-1.352,-0.998],[0,-2.047],[0.46,-1],[0.758,-0.732],[0.995,-0.434],[1.132,0]],"o":[[-1.673,0],[-1.356,-0.992],[0,-1.132],[0.463,-1],[0.757,-0.726],[1.002,-0.431],[1.672,0],[1.345,1.003],[0,1.136],[-0.457,1],[-0.751,0.727],[-1.002,0.436],[0,0]],"v":[[4.742,-16.769],[0.206,-18.265],[-1.823,-22.842],[-1.138,-26.037],[0.689,-28.631],[3.319,-30.373],[6.523,-31.019],[11.056,-29.523],[13.077,-24.946],[12.39,-21.743],[10.569,-19.151],[7.939,-17.412],[4.742,-16.769]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.091,31.019],[-13.077,31.019],[-2.956,-11.578],[9.114,-11.578]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[122.945,32.841],"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":"Group 6","np":3,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.673,0.913],[-1.213,1.537],[-0.7,1.943],[0,2.109],[0.863,1.461],[2.319,0],[1.215,-0.259],[0.977,-0.859],[0,0],[-0.243,-0.051],[-0.262,-0.027],[-0.384,0],[-0.593,0]],"o":[[1.89,0],[1.678,-0.914],[1.213,-1.544],[0.7,-1.942],[0,-2.591],[-0.863,-1.455],[-0.76,0],[-1.218,0.275],[0,0],[0.322,0.058],[0.238,0.055],[0.277,0.031],[0.383,0],[0,0]],"v":[[-3.928,22.033],[1.415,20.655],[5.754,16.971],[8.627,11.744],[9.681,5.665],[8.385,-0.408],[3.606,-2.595],[0.653,-2.191],[-2.632,-0.486],[-7.974,21.702],[-7.124,21.864],[-6.361,21.986],[-5.383,22.032],[-3.929,22.033]],"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],[-1.885,-0.913],[-1.254,-1.562],[-0.595,-2.104],[0,-2.427],[1.379,-3.32],[2.38,-2.46],[3.238,-1.432],[3.774,0],[1.212,0.025],[1.56,0.211],[1.754,0.434],[1.566,0.759],[0,0],[0,0],[0,0],[-1.08,0.272],[-1.24,0]],"o":[[2.595,0],[1.892,0.922],[1.235,1.569],[0.59,2.108],[0,3.729],[-1.379,3.325],[-2.378,2.457],[-3.233,1.432],[-0.487,0],[-1.212,-0.025],[-1.57,-0.22],[-1.752,-0.426],[0,0],[0,0],[0,0],[1.074,-0.484],[1.081,-0.27],[0,0]],"v":[[6.598,-12.638],[13.32,-11.26],[18.028,-7.533],[20.778,-2.026],[21.664,4.778],[19.601,15.348],[13.971,24.017],[5.547,29.842],[-4.975,31.989],[-7.533,31.95],[-11.698,31.59],[-16.681,30.613],[-21.664,28.831],[-7.652,-30.045],[4.898,-31.989],[-0.119,-11.097],[3.117,-12.229],[6.598,-12.638]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[87.173,33.002],"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":"Group 7","np":3,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.03,-4.137],[1.981,0.494],[0,0]],"o":[[-0.99,3.967],[0,0],[1.981,0.494]],"v":[[8.013,-4.034],[-1.069,-2.577],[0.679,-9.587]],"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":[[1.134,-4.547],[2.38,0.591],[0,0]],"o":[[-1.085,4.36],[0,0],[2.38,0.595]],"v":[[6.927,7.279],[-3.879,8.691],[-1.951,0.961]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[4.434,1.527],[0,0],[0,0],[0,0],[0.942,0.215],[0,0],[0,0],[0,0],[0.728,0.181],[0,0],[0,0],[0,0],[0.056,-0.036],[0.043,-0.745],[0,0],[-0.14,-0.056],[0.129,0.031],[0,0],[0.994,0.246],[0,0],[0,0],[0,0],[-0.82,-0.21],[0,0],[0,0],[0,0],[-0.91,-0.227],[0,0],[0,0],[0,0],[-1.896,5.415],[3.149,1.64],[-0.461,3.117]],"o":[[0.637,-4.258],[0,0],[0,0],[0,0],[-0.923,-0.23],[0,0],[0,0],[0,0],[-0.764,-0.174],[0,0],[0,0],[0,0],[0,0],[1.422,0.355],[0,0],[0.099,0.025],[-0.117,-0.029],[0,0],[-0.174,0.432],[0.035,0.051],[0,0],[0,0],[0.85,0.213],[0,0],[0,0],[0,0],[0.958,0.26],[0,0],[0,0],[0,0],[5.986,1.133],[1.527,-4.36],[2.294,-0.529],[0,0]],"v":[[14.949,-3.971],[7.911,-12.045],[9.349,-17.812],[5.837,-18.687],[4.438,-13.071],[1.625,-13.733],[3.035,-19.387],[-0.474,-20.261],[-1.914,-14.496],[-4.155,-15.022],[-4.151,-15.041],[-8.993,-16.25],[-9.927,-12.5],[-7.377,-11.866],[-5.741,-9.824],[-7.379,-3.253],[-7.014,-3.136],[-7.385,-3.227],[-9.681,5.978],[-11.29,6.812],[-13.842,6.175],[-15.585,10.194],[-11.016,11.333],[-8.513,11.979],[-9.966,17.813],[-6.459,18.688],[-5.02,12.916],[-2.222,13.642],[-3.656,19.386],[-0.145,20.261],[1.308,14.439],[13.692,9.7],[10.466,1.185],[14.949,-3.971]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.999999820485,0.999999760646,0.999999820485,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[31.151,32.411],"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":"Group 8","np":4,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.273,-17.144],[17.145,4.275],[-4.276,17.142],[-17.14,-4.273]],"o":[[-4.275,17.144],[-17.139,-4.273],[4.272,-17.145],[17.145,4.274]],"v":[[29.381,7.741],[-9.401,31.042],[-32.696,-7.738],[6.078,-31.043]],"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":[[1.03,-4.137],[1.981,0.494],[0,0]],"o":[[-0.99,3.967],[0,0],[1.981,0.494]],"v":[[5.51,-4.622],[-3.572,-3.165],[-1.824,-10.175]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[1.134,-4.547],[2.38,0.591],[0,0]],"o":[[-1.085,4.36],[0,0],[2.38,0.595]],"v":[[4.424,6.691],[-6.382,8.103],[-4.454,0.373]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[4.434,1.527],[0,0],[0,0],[0,0],[0.942,0.215],[0,0],[0,0],[0,0],[0.728,0.181],[0,0],[0,0],[0,0],[0.056,-0.036],[0.043,-0.745],[0,0],[-0.14,-0.056],[0.129,0.031],[0,0],[0.994,0.246],[0,0],[0,0],[0,0],[-0.82,-0.21],[0,0],[0,0],[0,0],[-0.91,-0.227],[0,0],[0,0],[0,0],[-1.896,5.415],[3.149,1.64],[-0.461,3.117]],"o":[[0.637,-4.258],[0,0],[0,0],[0,0],[-0.923,-0.23],[0,0],[0,0],[0,0],[-0.764,-0.174],[0,0],[0,0],[0,0],[0,0],[1.422,0.355],[0,0],[0.099,0.025],[-0.117,-0.029],[0,0],[-0.174,0.432],[0.035,0.051],[0,0],[0,0],[0.85,0.213],[0,0],[0,0],[0,0],[0.958,0.26],[0,0],[0,0],[0,0],[5.986,1.133],[1.527,-4.36],[2.294,-0.529],[0,0]],"v":[[12.446,-4.559],[5.408,-12.633],[6.846,-18.401],[3.334,-19.276],[1.935,-13.659],[-0.879,-14.322],[0.532,-19.975],[-2.977,-20.85],[-4.417,-15.084],[-6.658,-15.611],[-6.654,-15.629],[-11.496,-16.838],[-12.43,-13.088],[-9.881,-12.454],[-8.244,-10.412],[-9.882,-3.841],[-9.517,-3.724],[-9.888,-3.816],[-12.184,5.39],[-13.794,6.224],[-16.345,5.586],[-18.089,9.606],[-13.519,10.744],[-11.016,11.391],[-12.469,17.225],[-8.963,18.1],[-7.523,12.327],[-4.725,13.054],[-6.159,18.798],[-2.648,19.673],[-1.195,13.851],[11.189,9.112],[7.963,0.596],[12.446,-4.559]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.998997647155,0.499710262523,0.010789998372,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[33.655,32.999],"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":"Group 9","np":5,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":480,"st":0,"bm":0},{"ddd":0,"ind":64,"ty":4,"nm":"main_rocket_smile","parent":65,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,8,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-2.85,0],[-1.93,-2.71]],"o":[[1.94,-2.71],[2.84,0],[0,0]],"v":[[-6.318,-40.375],[1.672,-44.875],[9.652,-40.375]],"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":2,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-1.2,"op":486.6,"st":27.6,"bm":0},{"ddd":0,"ind":65,"ty":4,"nm":"main_rocket","parent":46,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":0,"ix":3},"y":{"a":0,"k":0,"ix":4}},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.965,0],[0,-14.809],[0,0],[0,0],[0,0],[0,14.809]],"o":[[-5.965,0],[0,14.809],[0,0],[0,0],[0,0],[0,-14.809]],"v":[[1.667,-60.596],[-11.292,-32.005],[-11.292,52.429],[1.667,52.429],[14.625,52.429],[14.625,-32.005]],"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":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.772549019608,0.839215686275,0.894117647059,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-1.2,"op":486.6,"st":27.6,"bm":0},{"ddd":0,"ind":66,"ty":4,"nm":"main_rocket wing","parent":65,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.657,3.521],[5.396,0.478],[0,0],[0.015,-0.001],[0.015,0],[0,0],[1.647,-3.501],[-1.864,-1.243],[-11.791,-0.017],[0,0],[-0.015,0],[-0.015,0],[0,0],[-1.859,1.239]],"o":[[-1.647,-3.501],[0,0],[-0.015,0],[-0.015,-0.001],[0,0],[-5.396,0.478],[-1.657,3.521],[1.859,1.239],[0,0],[0.015,0],[0.015,0],[0,0],[11.791,-0.017],[1.864,-1.243]],"v":[[40.352,31.682],[1.77,-14.489],[1.77,-14.5],[1.723,-14.494],[1.676,-14.5],[1.676,-14.489],[-36.905,31.682],[-36.905,43.694],[1.676,48.249],[1.676,48.25],[1.723,48.25],[1.77,48.25],[1.77,48.249],[40.352,43.694]],"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":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.537254929543,0.854901969433,0.964705884457,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-1.2,"op":486.6,"st":27.6,"bm":0},{"ddd":0,"ind":67,"ty":4,"nm":"main_rocket_wing2","parent":65,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2,4.25],[6.514,0.577],[0,0],[0.018,-0.001],[0.018,0],[0,0],[1.989,-4.226],[-2.25,-1.5],[-14.233,-0.021],[0,0],[-0.018,0],[-0.018,0],[0,0],[-2.244,1.496]],"o":[[-1.989,-4.226],[0,0],[-0.018,0],[-0.018,-0.001],[0,0],[-6.514,0.577],[-2,4.25],[2.244,1.496],[0,0],[0.018,0],[0.018,0],[0,0],[14.233,-0.021],[2.25,-1.5]],"v":[[48.354,28.75],[1.78,-26.986],[1.78,-27],[1.723,-26.993],[1.667,-27],[1.667,-26.986],[-44.907,28.75],[-44.907,43.25],[1.667,48.749],[1.667,48.75],[1.723,48.75],[1.78,48.75],[1.78,48.749],[48.354,43.25]],"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":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.772549033165,0.839215695858,0.89411765337,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-1.2,"op":486.6,"st":27.6,"bm":0},{"ddd":0,"ind":68,"ty":4,"nm":"Shape Layer 191","parent":65,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[12.71,-15.429,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[20,20,100],"ix":6}},"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":[[-31.5,338.5],[-31.5,358.5]],"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":10,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-1.2,"op":486.6,"st":28.2,"bm":0},{"ddd":0,"ind":69,"ty":4,"nm":"Shape Layer 190","parent":65,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[2.71,-15.429,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[20,20,100],"ix":6}},"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":[[-31.5,338.5],[-31.5,358.5]],"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":10,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-1.2,"op":486.6,"st":28.2,"bm":0},{"ddd":0,"ind":70,"ty":4,"nm":"big_line","parent":72,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-19.318,-75],[22.667,-75]],"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":2,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-1.2,"op":267.6,"st":27.6,"bm":0},{"ddd":0,"ind":71,"ty":4,"nm":"big_line2","parent":72,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-19.318,-84.505],[22.667,-84.505]],"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":2,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-1.2,"op":267.6,"st":27.6,"bm":0},{"ddd":0,"ind":72,"ty":4,"nm":"big","parent":46,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.996],"y":[1]},"o":{"x":[0.663],"y":[0]},"n":["0p996_1_0p663_0"],"t":129.6,"s":[0],"e":[-49]},{"t":162.4173828125}],"ix":10},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.862],"y":[0.574]},"o":{"x":[0.419],"y":[0]},"n":["0p862_0p574_0p419_0"],"t":129.6,"s":[0],"e":[-41.294]},{"t":159.562890625}],"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.806],"y":[0.367]},"o":{"x":[0.385],"y":[0]},"n":["0p806_0p367_0p385_0"],"t":129.6,"s":[0],"e":[261.023]},{"t":159.562890625}],"ix":4}},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[9.667,0],[0,-24],[0,0],[0,0],[0,0],[0,24]],"o":[[-9.667,0],[0,24],[0,0],[0,0],[0,0],[0,-24]],"v":[[1.667,-124.667],[-19.333,-78.333],[-19.333,58.5],[1.667,58.5],[22.667,58.5],[22.667,-78.333]],"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":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.956862747669,0.419607847929,0.521568655968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-1.2,"op":267.6,"st":27.6,"bm":0},{"ddd":0,"ind":73,"ty":4,"nm":"big_engine","parent":72,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.375,58.5],[-7.375,63.096],[-10.375,68.5],[14.625,68.5],[11.625,63.096],[11.625,58.5]],"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":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.890196084976,0.709803938866,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-1.2,"op":267.6,"st":27.6,"bm":0},{"ddd":0,"ind":74,"ty":4,"nm":"big_engine2","parent":72,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.787,0],[0,0],[0,1.787],[0,0],[1.787,0],[0,0],[0,-1.787],[0,0]],"o":[[0,0],[1.787,0],[0,0],[0,-1.787],[0,0],[-1.787,0],[0,0],[0,1.787]],"v":[[-11.75,76.375],[15.375,76.375],[18.625,73.125],[18.625,71.75],[15.375,68.5],[-11.75,68.5],[-15,71.75],[-15,73.125]],"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":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.439215689898,0.443137258291,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-1.2,"op":267.6,"st":27.6,"bm":0},{"ddd":0,"ind":75,"ty":4,"nm":"Shape Layer 132","parent":78,"sr":1,"ks":{"o":{"a":0,"k":25,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-3.905,"ix":3},"y":{"a":0,"k":440.145,"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-18.459,1607.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":66,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.519],"y":[0.004]},"o":{"x":[0.203],"y":[0]},"n":["0p519_0p004_0p203_0"],"t":156.6,"s":[0],"e":[18]},{"i":{"x":[0.629],"y":[0.201]},"o":{"x":[0.297],"y":[0.615]},"n":["0p629_0p201_0p297_0p615"],"t":167.4,"s":[18],"e":[28]},{"i":{"x":[0.629],"y":[2.219]},"o":{"x":[0.297],"y":[-1.121]},"n":["0p629_2p219_0p297_-1p121"],"t":173.4,"s":[28],"e":[20]},{"i":{"x":[0.646],"y":[-0.43]},"o":{"x":[0.313],"y":[0.588]},"n":["0p646_-0p43_0p313_0p588"],"t":181.8,"s":[20],"e":[30]},{"i":{"x":[0.563],"y":[1]},"o":{"x":[0.323],"y":[0.913]},"n":["0p563_1_0p323_0p913"],"t":187.8,"s":[30],"e":[60]},{"i":{"x":[0.66],"y":[1]},"o":{"x":[0.322],"y":[0]},"n":["0p66_1_0p322_0"],"t":200.4,"s":[60],"e":[75]},{"i":{"x":[0.834],"y":[1]},"o":{"x":[0.415],"y":[0]},"n":["0p834_1_0p415_0"],"t":205.2,"s":[75],"e":[85]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":219.6,"s":[85],"e":[0]},{"t":262.2001953125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":156.6,"op":264.6,"st":66,"bm":0},{"ddd":0,"ind":76,"ty":4,"nm":"Shape Layer 74","parent":110,"sr":1,"ks":{"o":{"a":0,"k":25,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-3.905,"ix":3},"y":{"a":0,"k":400.145,"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-18.459,1607.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":66,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.519],"y":[0.004]},"o":{"x":[0.203],"y":[0]},"n":["0p519_0p004_0p203_0"],"t":157.2,"s":[0],"e":[18]},{"i":{"x":[0.629],"y":[0.201]},"o":{"x":[0.297],"y":[0.615]},"n":["0p629_0p201_0p297_0p615"],"t":168,"s":[18],"e":[28]},{"i":{"x":[0.629],"y":[2.219]},"o":{"x":[0.297],"y":[-1.121]},"n":["0p629_2p219_0p297_-1p121"],"t":174,"s":[28],"e":[20]},{"i":{"x":[0.646],"y":[-0.43]},"o":{"x":[0.313],"y":[0.588]},"n":["0p646_-0p43_0p313_0p588"],"t":182.4,"s":[20],"e":[30]},{"i":{"x":[0.563],"y":[1]},"o":{"x":[0.323],"y":[0.913]},"n":["0p563_1_0p323_0p913"],"t":188.4,"s":[30],"e":[60]},{"i":{"x":[0.66],"y":[1]},"o":{"x":[0.322],"y":[0]},"n":["0p66_1_0p322_0"],"t":201,"s":[60],"e":[75]},{"i":{"x":[0.834],"y":[1]},"o":{"x":[0.415],"y":[0]},"n":["0p834_1_0p415_0"],"t":205.8,"s":[75],"e":[85]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":220.2,"s":[85],"e":[0]},{"t":262.8001953125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":157.2,"op":265.2,"st":66.6,"bm":0},{"ddd":0,"ind":77,"ty":4,"nm":"Shape Layer 73","parent":143,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":118.8,"s":[25],"e":[0]},{"t":146.999609375}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":9.5,"ix":3},"y":{"a":0,"k":1312.04,"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-18.459,1607.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":82,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.561],"y":[0.899]},"o":{"x":[0.237],"y":[0]},"n":["0p561_0p899_0p237_0"],"t":7.8,"s":[0],"e":[25]},{"i":{"x":[0.631],"y":[0.782]},"o":{"x":[0.299],"y":[-0.217]},"n":["0p631_0p782_0p299_-0p217"],"t":19.2,"s":[25],"e":[20]},{"i":{"x":[0.638],"y":[0.933]},"o":{"x":[0.305],"y":[-0.098]},"n":["0p638_0p933_0p305_-0p098"],"t":26.4,"s":[20],"e":[30]},{"i":{"x":[0.644],"y":[0.975]},"o":{"x":[0.311],"y":[-0.021]},"n":["0p644_0p975_0p311_-0p021"],"t":34.2,"s":[30],"e":[2]},{"i":{"x":[0.652],"y":[0.905]},"o":{"x":[0.319],"y":[-0.017]},"n":["0p652_0p905_0p319_-0p017"],"t":42,"s":[2],"e":[30]},{"i":{"x":[0.65],"y":[0.32]},"o":{"x":[0.317],"y":[0.183]},"n":["0p65_0p32_0p317_0p183"],"t":48,"s":[30],"e":[50]},{"i":{"x":[0.638],"y":[1]},"o":{"x":[0.305],"y":[0.428]},"n":["0p638_1_0p305_0p428"],"t":57,"s":[50],"e":[100]},{"i":{"x":[0.582],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p582_1_0p167_0"],"t":73.2,"s":[100],"e":[91]},{"i":{"x":[0.834],"y":[1]},"o":{"x":[0.415],"y":[0]},"n":["0p834_1_0p415_0"],"t":84.6,"s":[91],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":99,"s":[100],"e":[25]},{"t":147.6001953125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":6.6,"op":147.6,"st":-54.6,"bm":0},{"ddd":0,"ind":78,"ty":3,"nm":"Null 4","parent":58,"sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[31.881,-4.009,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[20,20,100],"ix":6}},"ao":0,"ip":148.8,"op":272.4,"st":148.8,"bm":0},{"ddd":0,"ind":79,"ty":4,"nm":"Shape Layer 189","parent":78,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-2.905,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.601],"y":[0.343]},"o":{"x":[0.259],"y":[0]},"n":["0p601_0p343_0p259_0"],"t":182.4,"s":[440.145],"e":[446.382]},{"i":{"x":[0.865],"y":[0.533]},"o":{"x":[0.301],"y":[0.111]},"n":["0p865_0p533_0p301_0p111"],"t":184.2,"s":[446.382],"e":[670.145]},{"t":198.6}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":186.45,"s":[0],"e":[100]},{"t":198.6}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":183.335,"s":[0],"e":[100]},{"t":197.0423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":184.2,"op":199.2,"st":93.6,"bm":0},{"ddd":0,"ind":80,"ty":4,"nm":"Shape Layer 188","parent":78,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-10.901,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.358]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p358_0p228_0"],"t":168.6,"s":[440.145],"e":[458.931]},{"i":{"x":[0.653],"y":[0.602]},"o":{"x":[0.315],"y":[0.282]},"n":["0p653_0p602_0p315_0p282"],"t":172.2,"s":[458.931],"e":[480.56]},{"i":{"x":[0.861],"y":[0.599]},"o":{"x":[0.403],"y":[0.224]},"n":["0p861_0p599_0p403_0p224"],"t":174.6,"s":[480.56],"e":[670.145]},{"t":184.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":172.65,"s":[0],"e":[100]},{"t":184.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":169.535,"s":[0],"e":[100]},{"t":183.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":170.4,"op":185.4,"st":79.8,"bm":0},{"ddd":0,"ind":81,"ty":4,"nm":"Shape Layer 187","parent":78,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":7.097,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.586],"y":[0.383]},"o":{"x":[0.206],"y":[0]},"n":["0p586_0p383_0p206_0"],"t":204,"s":[440.145],"e":[481.642]},{"i":{"x":[0.666],"y":[0.626]},"o":{"x":[0.329],"y":[0.304]},"n":["0p666_0p626_0p329_0p304"],"t":210,"s":[481.642],"e":[508.436]},{"i":{"x":[0.668],"y":[0.66]},"o":{"x":[0.334],"y":[0.326]},"n":["0p668_0p66_0p334_0p326"],"t":212.4,"s":[508.436],"e":[516.106]},{"i":{"x":[0.851],"y":[0.625]},"o":{"x":[0.44],"y":[0.269]},"n":["0p851_0p625_0p44_0p269"],"t":213,"s":[516.106],"e":[670.145]},{"t":220.2}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-15.914,1420.01]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":208.05,"s":[0],"e":[100]},{"t":220.2}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":204.935,"s":[0],"e":[100]},{"t":218.6423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":205.8,"op":220.8,"st":115.2,"bm":0},{"ddd":0,"ind":82,"ty":4,"nm":"Shape Layer 186","parent":78,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":17.094,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.601],"y":[0.36]},"o":{"x":[0.259],"y":[0]},"n":["0p601_0p36_0p259_0"],"t":174.6,"s":[440.145],"e":[446.548]},{"i":{"x":[0.634],"y":[0.559]},"o":{"x":[0.291],"y":[0.216]},"n":["0p634_0p559_0p291_0p216"],"t":176.4,"s":[446.548],"e":[469.561]},{"i":{"x":[0.864],"y":[0.584]},"o":{"x":[0.382],"y":[0.201]},"n":["0p864_0p584_0p382_0p201"],"t":179.4,"s":[469.561],"e":[670.145]},{"t":190.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":178.65,"s":[0],"e":[100]},{"t":190.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":175.535,"s":[0],"e":[100]},{"t":189.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":176.4,"op":191.4,"st":85.8,"bm":0},{"ddd":0,"ind":83,"ty":4,"nm":"Shape Layer 185","parent":78,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":17.094,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.364]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p364_0p228_0"],"t":194.4,"s":[440.145],"e":[459.097]},{"i":{"x":[0.865],"y":[0.567]},"o":{"x":[0.356],"y":[0.171]},"n":["0p865_0p567_0p356_0p171"],"t":198,"s":[459.097],"e":[670.145]},{"t":210.6}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":198.45,"s":[0],"e":[100]},{"t":210.6}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":195.335,"s":[0],"e":[100]},{"t":209.0423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":196.2,"op":211.2,"st":105.6,"bm":0},{"ddd":0,"ind":84,"ty":4,"nm":"Shape Layer 182","parent":78,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-17.904,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.354]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p354_0p228_0"],"t":211.2,"s":[440.145],"e":[458.807]},{"i":{"x":[0.865],"y":[0.568]},"o":{"x":[0.356],"y":[0.171]},"n":["0p865_0p568_0p356_0p171"],"t":214.8,"s":[458.807],"e":[670.145]},{"t":227.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":215.25,"s":[0],"e":[100]},{"t":227.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":212.135,"s":[0],"e":[100]},{"t":225.8423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":213,"op":228,"st":122.4,"bm":0},{"ddd":0,"ind":85,"ty":4,"nm":"Shape Layer 181","parent":78,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":12.093,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.586],"y":[0.381]},"o":{"x":[0.206],"y":[0]},"n":["0p586_0p381_0p206_0"],"t":161.4,"s":[440.145],"e":[481.518]},{"i":{"x":[0.861],"y":[0.597]},"o":{"x":[0.403],"y":[0.225]},"n":["0p861_0p597_0p403_0p225"],"t":167.4,"s":[481.518],"e":[670.145]},{"t":177.6}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-16.242,1425.505]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":165.45,"s":[0],"e":[100]},{"t":177.6}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":162.335,"s":[0],"e":[100]},{"t":176.0423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":163.2,"op":178.2,"st":72.6,"bm":0},{"ddd":0,"ind":86,"ty":4,"nm":"Shape Layer 180","parent":78,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":2.595,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.363]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p363_0p228_0"],"t":208.2,"s":[440.145],"e":[459.065]},{"i":{"x":[0.661],"y":[0.643]},"o":{"x":[0.327],"y":[0.321]},"n":["0p661_0p643_0p327_0p321"],"t":211.8,"s":[459.065],"e":[464.001]},{"i":{"x":[0.864],"y":[0.576]},"o":{"x":[0.37],"y":[0.187]},"n":["0p864_0p576_0p37_0p187"],"t":212.4,"s":[464.001],"e":[670.145]},{"t":224.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":212.25,"s":[0],"e":[100]},{"t":224.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":209.135,"s":[0],"e":[100]},{"t":222.8423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":210,"op":225,"st":119.4,"bm":0},{"ddd":0,"ind":87,"ty":4,"nm":"Shape Layer 174","parent":78,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":2.094,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.601],"y":[0.36]},"o":{"x":[0.259],"y":[0]},"n":["0p601_0p36_0p259_0"],"t":172.8,"s":[440.145],"e":[446.548]},{"i":{"x":[0.634],"y":[0.559]},"o":{"x":[0.291],"y":[0.216]},"n":["0p634_0p559_0p291_0p216"],"t":174.6,"s":[446.548],"e":[469.561]},{"i":{"x":[0.864],"y":[0.584]},"o":{"x":[0.382],"y":[0.201]},"n":["0p864_0p584_0p382_0p201"],"t":177.6,"s":[469.561],"e":[670.145]},{"t":189}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":176.85,"s":[0],"e":[100]},{"t":189}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":173.735,"s":[0],"e":[100]},{"t":187.4423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":174.6,"op":189.6,"st":84,"bm":0},{"ddd":0,"ind":88,"ty":4,"nm":"Shape Layer 170","parent":78,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-17.904,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.354]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p354_0p228_0"],"t":168,"s":[440.145],"e":[458.807]},{"i":{"x":[0.865],"y":[0.568]},"o":{"x":[0.356],"y":[0.171]},"n":["0p865_0p568_0p356_0p171"],"t":171.6,"s":[458.807],"e":[670.145]},{"t":184.2}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":172.05,"s":[0],"e":[100]},{"t":184.2}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":168.935,"s":[0],"e":[100]},{"t":182.6423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":169.8,"op":184.8,"st":79.2,"bm":0},{"ddd":0,"ind":89,"ty":4,"nm":"Shape Layer 169","parent":78,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":18.093,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.586],"y":[0.381]},"o":{"x":[0.206],"y":[0]},"n":["0p586_0p381_0p206_0"],"t":205.2,"s":[440.145],"e":[481.518]},{"i":{"x":[0.861],"y":[0.597]},"o":{"x":[0.403],"y":[0.225]},"n":["0p861_0p597_0p403_0p225"],"t":211.2,"s":[481.518],"e":[670.145]},{"t":221.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-16.242,1425.505]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":209.25,"s":[0],"e":[100]},{"t":221.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":206.135,"s":[0],"e":[100]},{"t":219.8423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":207,"op":222,"st":116.4,"bm":0},{"ddd":0,"ind":90,"ty":4,"nm":"Shape Layer 166","parent":78,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-25.905,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":175.2,"s":[440.145],"e":[670.145]},{"t":191.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1484.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":179.25,"s":[0],"e":[100]},{"t":191.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":176.135,"s":[0],"e":[100]},{"t":189.8423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":177,"op":192,"st":86.4,"bm":0},{"ddd":0,"ind":91,"ty":4,"nm":"Shape Layer 165","parent":78,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-22.905,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":211.2,"s":[440.145],"e":[670.145]},{"t":227.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":215.25,"s":[0],"e":[100]},{"t":227.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":212.135,"s":[0],"e":[100]},{"t":225.8423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":213,"op":228,"st":122.4,"bm":0},{"ddd":0,"ind":92,"ty":4,"nm":"Shape Layer 164","parent":78,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":16.095,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":216,"s":[440.145],"e":[670.145]},{"t":232.2}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":220.05,"s":[0],"e":[100]},{"t":232.2}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":216.935,"s":[0],"e":[100]},{"t":230.6423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":217.8,"op":232.8,"st":127.2,"bm":0},{"ddd":0,"ind":93,"ty":4,"nm":"Shape Layer 163","parent":78,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-22.905,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":189,"s":[440.145],"e":[670.145]},{"t":205.2}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1484.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":193.05,"s":[0],"e":[100]},{"t":205.2}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":189.935,"s":[0],"e":[100]},{"t":203.6423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":190.8,"op":205.8,"st":100.2,"bm":0},{"ddd":0,"ind":94,"ty":4,"nm":"Shape Layer 158","parent":78,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-7.905,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":186.6,"s":[440.145],"e":[670.145]},{"t":217.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1405.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":194.4,"s":[0],"e":[100]},{"t":217.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":188.4,"s":[0],"e":[100]},{"t":214.8}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":188.4,"op":218.4,"st":97.8,"bm":0},{"ddd":0,"ind":95,"ty":4,"nm":"Shape Layer 157","parent":78,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-7.905,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":172.2,"s":[440.145],"e":[670.145]},{"t":203.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1405.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":180,"s":[0],"e":[100]},{"t":203.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":174,"s":[0],"e":[100]},{"t":200.4}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":174,"op":204,"st":83.4,"bm":0},{"ddd":0,"ind":96,"ty":4,"nm":"Shape Layer 156","parent":78,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":2.095,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":214.8,"s":[440.145],"e":[670.145]},{"t":231}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":218.85,"s":[0],"e":[100]},{"t":231}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":215.735,"s":[0],"e":[100]},{"t":229.4423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":216.6,"op":231.6,"st":126,"bm":0},{"ddd":0,"ind":97,"ty":4,"nm":"Shape Layer 155","parent":78,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":2.095,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":198.6,"s":[440.145],"e":[670.145]},{"t":214.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":202.65,"s":[0],"e":[100]},{"t":214.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":199.535,"s":[0],"e":[100]},{"t":213.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":200.4,"op":215.4,"st":109.8,"bm":0},{"ddd":0,"ind":98,"ty":4,"nm":"Shape Layer 154","parent":78,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-4.905,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":207,"s":[440.145],"e":[670.145]},{"t":223.2}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1484.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":211.05,"s":[0],"e":[100]},{"t":223.2}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":207.935,"s":[0],"e":[100]},{"t":221.6423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":208.8,"op":223.8,"st":118.2,"bm":0},{"ddd":0,"ind":99,"ty":4,"nm":"Shape Layer 150","parent":78,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-17.905,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":192,"s":[440.145],"e":[670.145]},{"t":223.2}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1484.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":199.8,"s":[0],"e":[100]},{"t":223.2}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":193.8,"s":[0],"e":[100]},{"t":220.2}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":193.8,"op":223.8,"st":103.2,"bm":0},{"ddd":0,"ind":100,"ty":4,"nm":"Shape Layer 149","parent":78,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-10.905,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":174.6,"s":[440.145],"e":[670.145]},{"t":190.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":178.65,"s":[0],"e":[100]},{"t":190.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":175.535,"s":[0],"e":[100]},{"t":189.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":176.4,"op":191.4,"st":85.8,"bm":0},{"ddd":0,"ind":101,"ty":4,"nm":"Shape Layer 148","parent":78,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":12.095,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":166.2,"s":[440.145],"e":[670.145]},{"t":182.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":170.25,"s":[0],"e":[100]},{"t":182.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":167.135,"s":[0],"e":[100]},{"t":180.8423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":168,"op":183,"st":77.4,"bm":0},{"ddd":0,"ind":102,"ty":4,"nm":"Shape Layer 146","parent":78,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":19.095,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":169.8,"s":[440.145],"e":[670.145]},{"t":201}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1392]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":177.6,"s":[0],"e":[100]},{"t":201}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":171.6,"s":[0],"e":[100]},{"t":198}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":171.6,"op":201.6,"st":81,"bm":0},{"ddd":0,"ind":103,"ty":4,"nm":"Shape Layer 143","parent":78,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-7.905,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":163.2,"s":[440.145],"e":[670.145]},{"t":194.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1405.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":171,"s":[0],"e":[100]},{"t":194.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":165,"s":[0],"e":[100]},{"t":191.4}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":165,"op":195,"st":74.4,"bm":0},{"ddd":0,"ind":104,"ty":4,"nm":"Shape Layer 142","parent":78,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":2.095,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":163.2,"s":[440.145],"e":[670.145]},{"t":179.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":167.25,"s":[0],"e":[100]},{"t":179.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":164.135,"s":[0],"e":[100]},{"t":177.8423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":165,"op":180,"st":74.4,"bm":0},{"ddd":0,"ind":105,"ty":4,"nm":"Shape Layer 141","parent":78,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":2.095,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":179.4,"s":[440.145],"e":[670.145]},{"t":195.6}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":183.45,"s":[0],"e":[100]},{"t":195.6}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":180.335,"s":[0],"e":[100]},{"t":194.0423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":181.2,"op":196.2,"st":90.6,"bm":0},{"ddd":0,"ind":106,"ty":4,"nm":"Shape Layer 139","parent":78,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":2.095,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":166.2,"s":[440.145],"e":[670.145]},{"t":197.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1484.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":174,"s":[0],"e":[100]},{"t":197.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":168,"s":[0],"e":[100]},{"t":194.4}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":168,"op":198,"st":77.4,"bm":0},{"ddd":0,"ind":107,"ty":4,"nm":"Shape Layer 138","parent":78,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-22.905,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":184.8,"s":[440.145],"e":[670.145]},{"t":216}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1484.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":192.6,"s":[0],"e":[100]},{"t":216}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":186.6,"s":[0],"e":[100]},{"t":213}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":186.6,"op":216.6,"st":96,"bm":0},{"ddd":0,"ind":108,"ty":4,"nm":"Shape Layer 137","parent":78,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":12.095,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":157.2,"s":[440.145],"e":[670.145]},{"t":188.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1484.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":165,"s":[0],"e":[100]},{"t":188.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":159,"s":[0],"e":[100]},{"t":185.4}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":159,"op":189,"st":68.4,"bm":0},{"ddd":0,"ind":109,"ty":4,"nm":"Shape Layer 136","parent":78,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-6.905,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":162,"s":[440.145],"e":[670.145]},{"t":193.2}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1484.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":169.8,"s":[0],"e":[100]},{"t":193.2}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":163.8,"s":[0],"e":[100]},{"t":190.2}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":163.8,"op":193.8,"st":73.2,"bm":0},{"ddd":0,"ind":110,"ty":3,"nm":"Null 4","parent":51,"sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-26.119,-4.009,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[20,20,100],"ix":6}},"ao":0,"ip":149.4,"op":273,"st":149.4,"bm":0},{"ddd":0,"ind":111,"ty":4,"nm":"Shape Layer 131","parent":110,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-2.905,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.601],"y":[0.343]},"o":{"x":[0.259],"y":[0]},"n":["0p601_0p343_0p259_0"],"t":173.4,"s":[440.145],"e":[446.382]},{"i":{"x":[0.865],"y":[0.533]},"o":{"x":[0.301],"y":[0.111]},"n":["0p865_0p533_0p301_0p111"],"t":175.2,"s":[446.382],"e":[670.145]},{"t":189.6}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":177.45,"s":[0],"e":[100]},{"t":189.6}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":174.335,"s":[0],"e":[100]},{"t":188.0423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":175.2,"op":190.2,"st":84.6,"bm":0},{"ddd":0,"ind":112,"ty":4,"nm":"Shape Layer 130","parent":110,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-10.901,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.358]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p358_0p228_0"],"t":192.6,"s":[440.145],"e":[458.931]},{"i":{"x":[0.653],"y":[0.602]},"o":{"x":[0.315],"y":[0.282]},"n":["0p653_0p602_0p315_0p282"],"t":196.2,"s":[458.931],"e":[480.56]},{"i":{"x":[0.861],"y":[0.599]},"o":{"x":[0.403],"y":[0.224]},"n":["0p861_0p599_0p403_0p224"],"t":198.6,"s":[480.56],"e":[670.145]},{"t":208.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":196.65,"s":[0],"e":[100]},{"t":208.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":193.535,"s":[0],"e":[100]},{"t":207.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":194.4,"op":209.4,"st":103.8,"bm":0},{"ddd":0,"ind":113,"ty":4,"nm":"Shape Layer 128","parent":110,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":17.094,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.601],"y":[0.36]},"o":{"x":[0.259],"y":[0]},"n":["0p601_0p36_0p259_0"],"t":201,"s":[440.145],"e":[446.548]},{"i":{"x":[0.634],"y":[0.559]},"o":{"x":[0.291],"y":[0.216]},"n":["0p634_0p559_0p291_0p216"],"t":202.8,"s":[446.548],"e":[469.561]},{"i":{"x":[0.864],"y":[0.584]},"o":{"x":[0.382],"y":[0.201]},"n":["0p864_0p584_0p382_0p201"],"t":205.8,"s":[469.561],"e":[670.145]},{"t":217.2}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":205.05,"s":[0],"e":[100]},{"t":217.2}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":201.935,"s":[0],"e":[100]},{"t":215.6423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":202.8,"op":217.8,"st":112.2,"bm":0},{"ddd":0,"ind":114,"ty":4,"nm":"Shape Layer 127","parent":110,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":17.094,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.364]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p364_0p228_0"],"t":212.4,"s":[440.145],"e":[459.097]},{"i":{"x":[0.865],"y":[0.567]},"o":{"x":[0.356],"y":[0.171]},"n":["0p865_0p567_0p356_0p171"],"t":216,"s":[459.097],"e":[670.145]},{"t":228.6}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":216.45,"s":[0],"e":[100]},{"t":228.6}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":213.335,"s":[0],"e":[100]},{"t":227.0423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":214.2,"op":229.2,"st":123.6,"bm":0},{"ddd":0,"ind":115,"ty":4,"nm":"Shape Layer 123","parent":110,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":12.093,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.586],"y":[0.381]},"o":{"x":[0.206],"y":[0]},"n":["0p586_0p381_0p206_0"],"t":185.4,"s":[440.145],"e":[481.518]},{"i":{"x":[0.861],"y":[0.597]},"o":{"x":[0.403],"y":[0.225]},"n":["0p861_0p597_0p403_0p225"],"t":191.4,"s":[481.518],"e":[670.145]},{"t":201.6}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-16.242,1425.505]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":189.45,"s":[0],"e":[100]},{"t":201.6}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":186.335,"s":[0],"e":[100]},{"t":200.0423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":187.2,"op":202.2,"st":96.6,"bm":0},{"ddd":0,"ind":116,"ty":4,"nm":"Shape Layer 120","parent":110,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-7.905,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":207.6,"s":[440.145],"e":[670.145]},{"t":223.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1484.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":211.65,"s":[0],"e":[100]},{"t":223.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":208.535,"s":[0],"e":[100]},{"t":222.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":209.4,"op":224.4,"st":118.8,"bm":0},{"ddd":0,"ind":117,"ty":4,"nm":"Shape Layer 119","parent":110,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-2.905,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.601],"y":[0.343]},"o":{"x":[0.259],"y":[0]},"n":["0p601_0p343_0p259_0"],"t":172.2,"s":[440.145],"e":[446.382]},{"i":{"x":[0.865],"y":[0.533]},"o":{"x":[0.301],"y":[0.111]},"n":["0p865_0p533_0p301_0p111"],"t":174,"s":[446.382],"e":[670.145]},{"t":188.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":176.25,"s":[0],"e":[100]},{"t":188.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":173.135,"s":[0],"e":[100]},{"t":186.8423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":174,"op":189,"st":83.4,"bm":0},{"ddd":0,"ind":118,"ty":4,"nm":"Shape Layer 118","parent":110,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-22.901,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.358]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p358_0p228_0"],"t":192.6,"s":[440.145],"e":[458.931]},{"i":{"x":[0.653],"y":[0.602]},"o":{"x":[0.315],"y":[0.282]},"n":["0p653_0p602_0p315_0p282"],"t":196.2,"s":[458.931],"e":[480.56]},{"i":{"x":[0.861],"y":[0.599]},"o":{"x":[0.403],"y":[0.224]},"n":["0p861_0p599_0p403_0p224"],"t":198.6,"s":[480.56],"e":[670.145]},{"t":208.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":196.65,"s":[0],"e":[100]},{"t":208.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":193.535,"s":[0],"e":[100]},{"t":207.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":194.4,"op":209.4,"st":103.8,"bm":0},{"ddd":0,"ind":119,"ty":4,"nm":"Shape Layer 115","parent":110,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":17.094,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.364]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p364_0p228_0"],"t":168,"s":[440.145],"e":[459.097]},{"i":{"x":[0.865],"y":[0.567]},"o":{"x":[0.356],"y":[0.171]},"n":["0p865_0p567_0p356_0p171"],"t":171.6,"s":[459.097],"e":[670.145]},{"t":184.2}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":172.05,"s":[0],"e":[100]},{"t":184.2}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":168.935,"s":[0],"e":[100]},{"t":182.6423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":169.8,"op":184.8,"st":79.2,"bm":0},{"ddd":0,"ind":120,"ty":4,"nm":"Shape Layer 114","parent":110,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-11.406,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.586],"y":[0.376]},"o":{"x":[0.206],"y":[0]},"n":["0p586_0p376_0p206_0"],"t":185.4,"s":[440.145],"e":[481.227]},{"i":{"x":[0.668],"y":[0.627]},"o":{"x":[0.328],"y":[0.29]},"n":["0p668_0p627_0p328_0p29"],"t":191.4,"s":[481.227],"e":[516.275]},{"i":{"x":[0.851],"y":[0.625]},"o":{"x":[0.44],"y":[0.27]},"n":["0p851_0p625_0p44_0p27"],"t":194.4,"s":[516.275],"e":[670.145]},{"t":201.6}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-15.858,1424.511]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":189.45,"s":[0],"e":[100]},{"t":201.6}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":186.335,"s":[0],"e":[100]},{"t":200.0423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":187.2,"op":202.2,"st":96.6,"bm":0},{"ddd":0,"ind":121,"ty":4,"nm":"Shape Layer 112","parent":110,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-17.904,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.354]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p354_0p228_0"],"t":168.6,"s":[440.145],"e":[458.807]},{"i":{"x":[0.865],"y":[0.568]},"o":{"x":[0.356],"y":[0.171]},"n":["0p865_0p568_0p356_0p171"],"t":172.2,"s":[458.807],"e":[670.145]},{"t":184.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":172.65,"s":[0],"e":[100]},{"t":184.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":169.535,"s":[0],"e":[100]},{"t":183.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":170.4,"op":185.4,"st":79.8,"bm":0},{"ddd":0,"ind":122,"ty":4,"nm":"Shape Layer 111","parent":110,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":18.093,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.586],"y":[0.381]},"o":{"x":[0.206],"y":[0]},"n":["0p586_0p381_0p206_0"],"t":198.6,"s":[440.145],"e":[481.518]},{"i":{"x":[0.861],"y":[0.597]},"o":{"x":[0.403],"y":[0.225]},"n":["0p861_0p597_0p403_0p225"],"t":204.6,"s":[481.518],"e":[670.145]},{"t":214.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-16.242,1425.505]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":202.65,"s":[0],"e":[100]},{"t":214.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":199.535,"s":[0],"e":[100]},{"t":213.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":200.4,"op":215.4,"st":109.8,"bm":0},{"ddd":0,"ind":123,"ty":4,"nm":"Shape Layer 110","parent":110,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":2.595,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.363]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p363_0p228_0"],"t":213.6,"s":[440.145],"e":[459.065]},{"i":{"x":[0.661],"y":[0.643]},"o":{"x":[0.327],"y":[0.321]},"n":["0p661_0p643_0p327_0p321"],"t":217.2,"s":[459.065],"e":[464.001]},{"i":{"x":[0.864],"y":[0.576]},"o":{"x":[0.37],"y":[0.187]},"n":["0p864_0p576_0p37_0p187"],"t":217.8,"s":[464.001],"e":[670.145]},{"t":229.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":217.65,"s":[0],"e":[100]},{"t":229.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":214.535,"s":[0],"e":[100]},{"t":228.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":215.4,"op":230.4,"st":124.8,"bm":0},{"ddd":0,"ind":124,"ty":4,"nm":"Shape Layer 109","parent":110,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":2.095,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":185.4,"s":[440.145],"e":[670.145]},{"t":201.6}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-16.466,1391.004]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":189.45,"s":[0],"e":[100]},{"t":201.6}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":186.335,"s":[0],"e":[100]},{"t":200.0423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":187.2,"op":202.2,"st":96.6,"bm":0},{"ddd":0,"ind":125,"ty":4,"nm":"Shape Layer 108","parent":110,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-25.905,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":165.6,"s":[440.145],"e":[670.145]},{"t":181.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1484.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":169.65,"s":[0],"e":[100]},{"t":181.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":166.535,"s":[0],"e":[100]},{"t":180.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":167.4,"op":182.4,"st":76.8,"bm":0},{"ddd":0,"ind":126,"ty":4,"nm":"Shape Layer 105","parent":110,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-22.905,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":198,"s":[440.145],"e":[670.145]},{"t":214.2}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1484.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":202.05,"s":[0],"e":[100]},{"t":214.2}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":198.935,"s":[0],"e":[100]},{"t":212.6423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":199.8,"op":214.8,"st":109.2,"bm":0},{"ddd":0,"ind":127,"ty":4,"nm":"Shape Layer 102","parent":110,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-17.905,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":197.4,"s":[440.145],"e":[670.145]},{"t":228.6}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1405.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":205.2,"s":[0],"e":[100]},{"t":228.6}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":199.2,"s":[0],"e":[100]},{"t":225.6}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":199.2,"op":229.2,"st":108.6,"bm":0},{"ddd":0,"ind":128,"ty":4,"nm":"Shape Layer 99","parent":110,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-7.905,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":181.2,"s":[440.145],"e":[670.145]},{"t":212.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1405.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":189,"s":[0],"e":[100]},{"t":212.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":183,"s":[0],"e":[100]},{"t":209.4}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":183,"op":213,"st":92.4,"bm":0},{"ddd":0,"ind":129,"ty":4,"nm":"Shape Layer 97","parent":110,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":2.095,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":205.2,"s":[440.145],"e":[670.145]},{"t":221.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":209.25,"s":[0],"e":[100]},{"t":221.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":206.135,"s":[0],"e":[100]},{"t":219.8423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":207,"op":222,"st":116.4,"bm":0},{"ddd":0,"ind":130,"ty":4,"nm":"Shape Layer 96","parent":110,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-4.905,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":202.8,"s":[440.145],"e":[670.145]},{"t":219}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1484.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":206.85,"s":[0],"e":[100]},{"t":219}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":203.735,"s":[0],"e":[100]},{"t":217.4423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":204.6,"op":219.6,"st":114,"bm":0},{"ddd":0,"ind":131,"ty":4,"nm":"Shape Layer 93","parent":110,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":7.095,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":183.6,"s":[440.145],"e":[670.145]},{"t":214.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1484.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":191.4,"s":[0],"e":[100]},{"t":214.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":185.4,"s":[0],"e":[100]},{"t":211.8}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":185.4,"op":215.4,"st":94.8,"bm":0},{"ddd":0,"ind":132,"ty":4,"nm":"Shape Layer 92","parent":110,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-17.905,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":179.4,"s":[440.145],"e":[670.145]},{"t":210.6}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1484.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":187.2,"s":[0],"e":[100]},{"t":210.6}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":181.2,"s":[0],"e":[100]},{"t":207.6}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":181.2,"op":211.2,"st":90.6,"bm":0},{"ddd":0,"ind":133,"ty":4,"nm":"Shape Layer 91","parent":110,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-10.905,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":169.8,"s":[440.145],"e":[670.145]},{"t":186}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":173.85,"s":[0],"e":[100]},{"t":186}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":170.735,"s":[0],"e":[100]},{"t":184.4423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":171.6,"op":186.6,"st":81,"bm":0},{"ddd":0,"ind":134,"ty":4,"nm":"Shape Layer 89","parent":110,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-22.905,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":175.8,"s":[440.145],"e":[670.145]},{"t":192}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1484.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":179.85,"s":[0],"e":[100]},{"t":192}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":176.735,"s":[0],"e":[100]},{"t":190.4423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":177.6,"op":192.6,"st":87,"bm":0},{"ddd":0,"ind":135,"ty":4,"nm":"Shape Layer 87","parent":110,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-17.905,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":175.2,"s":[440.145],"e":[670.145]},{"t":206.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1405.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":183,"s":[0],"e":[100]},{"t":206.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":177,"s":[0],"e":[100]},{"t":203.4}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":177,"op":207,"st":86.4,"bm":0},{"ddd":0,"ind":136,"ty":4,"nm":"Shape Layer 85","parent":110,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-7.905,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":159,"s":[440.145],"e":[670.145]},{"t":190.2}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1405.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":166.8,"s":[0],"e":[100]},{"t":190.2}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":160.8,"s":[0],"e":[100]},{"t":187.2}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":160.8,"op":190.8,"st":70.2,"bm":0},{"ddd":0,"ind":137,"ty":4,"nm":"Shape Layer 84","parent":110,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":2.095,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":184.8,"s":[440.145],"e":[670.145]},{"t":201}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":188.85,"s":[0],"e":[100]},{"t":201}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":185.735,"s":[0],"e":[100]},{"t":199.4423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":186.6,"op":201.6,"st":96,"bm":0},{"ddd":0,"ind":138,"ty":4,"nm":"Shape Layer 83","parent":110,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":2.095,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":183,"s":[440.145],"e":[670.145]},{"t":199.2}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":187.05,"s":[0],"e":[100]},{"t":199.2}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":183.935,"s":[0],"e":[100]},{"t":197.6423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":184.8,"op":199.8,"st":94.2,"bm":0},{"ddd":0,"ind":139,"ty":4,"nm":"Shape Layer 81","parent":110,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":2.095,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":187.2,"s":[440.145],"e":[670.145]},{"t":218.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1484.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":195,"s":[0],"e":[100]},{"t":218.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":189,"s":[0],"e":[100]},{"t":215.4}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":189,"op":219,"st":98.4,"bm":0},{"ddd":0,"ind":140,"ty":4,"nm":"Shape Layer 80","parent":110,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-22.905,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":183,"s":[440.145],"e":[670.145]},{"t":214.2}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1484.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":190.8,"s":[0],"e":[100]},{"t":214.2}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":184.8,"s":[0],"e":[100]},{"t":211.2}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":184.8,"op":214.8,"st":94.2,"bm":0},{"ddd":0,"ind":141,"ty":4,"nm":"Shape Layer 79","parent":110,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":12.095,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":161.4,"s":[440.145],"e":[670.145]},{"t":192.6}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1484.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":169.2,"s":[0],"e":[100]},{"t":192.6}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":163.2,"s":[0],"e":[100]},{"t":189.6}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":163.2,"op":193.2,"st":72.6,"bm":0},{"ddd":0,"ind":142,"ty":4,"nm":"Shape Layer 78","parent":110,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-6.905,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":157.2,"s":[440.145],"e":[670.145]},{"t":188.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1484.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":165,"s":[0],"e":[100]},{"t":188.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":159,"s":[0],"e":[100]},{"t":185.4}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":159,"op":189,"st":68.4,"bm":0},{"ddd":0,"ind":143,"ty":3,"nm":"Null 2","parent":72,"sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,-188.388,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[20,20,100],"ix":6}},"ao":0,"ip":28.2,"op":328.2,"st":27.6,"bm":0},{"ddd":0,"ind":144,"ty":4,"nm":"Shape Layer 57","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":10.5,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.601],"y":[0.343]},"o":{"x":[0.259],"y":[0]},"n":["0p601_0p343_0p259_0"],"t":52.2,"s":[1312.04],"e":[1318.277]},{"i":{"x":[0.865],"y":[0.533]},"o":{"x":[0.301],"y":[0.111]},"n":["0p865_0p533_0p301_0p111"],"t":54,"s":[1318.277],"e":[1542.04]},{"t":68.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":56.25,"s":[0],"e":[100]},{"t":68.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":53.135,"s":[0],"e":[100]},{"t":66.8423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":54,"op":69,"st":-36.6,"bm":0},{"ddd":0,"ind":145,"ty":4,"nm":"Shape Layer 56","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-19.496,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.358]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p358_0p228_0"],"t":71.4,"s":[1312.04],"e":[1330.826]},{"i":{"x":[0.653],"y":[0.602]},"o":{"x":[0.315],"y":[0.282]},"n":["0p653_0p602_0p315_0p282"],"t":75,"s":[1330.826],"e":[1352.455]},{"i":{"x":[0.861],"y":[0.599]},"o":{"x":[0.403],"y":[0.224]},"n":["0p861_0p599_0p403_0p224"],"t":77.4,"s":[1352.455],"e":[1542.04]},{"t":87.6}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":75.45,"s":[0],"e":[100]},{"t":87.6}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":72.335,"s":[0],"e":[100]},{"t":86.0423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":73.2,"op":88.2,"st":-17.4,"bm":0},{"ddd":0,"ind":146,"ty":4,"nm":"Shape Layer 54","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":35.499,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.601],"y":[0.36]},"o":{"x":[0.259],"y":[0]},"n":["0p601_0p36_0p259_0"],"t":79.8,"s":[1312.04],"e":[1318.443]},{"i":{"x":[0.634],"y":[0.559]},"o":{"x":[0.291],"y":[0.216]},"n":["0p634_0p559_0p291_0p216"],"t":81.6,"s":[1318.443],"e":[1341.456]},{"i":{"x":[0.864],"y":[0.584]},"o":{"x":[0.382],"y":[0.201]},"n":["0p864_0p584_0p382_0p201"],"t":84.6,"s":[1341.456],"e":[1542.04]},{"t":96}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":83.85,"s":[0],"e":[100]},{"t":96}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":80.735,"s":[0],"e":[100]},{"t":94.4423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":81.6,"op":96.6,"st":-9,"bm":0},{"ddd":0,"ind":147,"ty":4,"nm":"Shape Layer 53","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":30.499,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.364]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p364_0p228_0"],"t":91.2,"s":[1312.04],"e":[1330.992]},{"i":{"x":[0.865],"y":[0.567]},"o":{"x":[0.356],"y":[0.171]},"n":["0p865_0p567_0p356_0p171"],"t":94.8,"s":[1330.992],"e":[1542.04]},{"t":107.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":95.25,"s":[0],"e":[100]},{"t":107.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":92.135,"s":[0],"e":[100]},{"t":105.8423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":93,"op":108,"st":2.4,"bm":0},{"ddd":0,"ind":148,"ty":4,"nm":"Shape Layer 51","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-4.499,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.601],"y":[0.33]},"o":{"x":[0.259],"y":[0]},"n":["0p601_0p33_0p259_0"],"t":82.8,"s":[1312.04],"e":[1318.152]},{"i":{"x":[0.865],"y":[0.533]},"o":{"x":[0.301],"y":[0.11]},"n":["0p865_0p533_0p301_0p11"],"t":84.6,"s":[1318.152],"e":[1542.04]},{"t":99}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":86.85,"s":[0],"e":[100]},{"t":99}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":83.735,"s":[0],"e":[100]},{"t":97.4423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":84.6,"op":99.6,"st":-6,"bm":0},{"ddd":0,"ind":149,"ty":4,"nm":"Shape Layer 49","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":35.498,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.586],"y":[0.381]},"o":{"x":[0.206],"y":[0]},"n":["0p586_0p381_0p206_0"],"t":64.2,"s":[1312.04],"e":[1353.412]},{"i":{"x":[0.861],"y":[0.597]},"o":{"x":[0.403],"y":[0.225]},"n":["0p861_0p597_0p403_0p225"],"t":70.2,"s":[1353.412],"e":[1542.04]},{"t":80.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-16.242,1425.505]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":68.25,"s":[0],"e":[100]},{"t":80.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":65.135,"s":[0],"e":[100]},{"t":78.8423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":66,"op":81,"st":-24.6,"bm":0},{"ddd":0,"ind":150,"ty":4,"nm":"Shape Layer 48","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":16,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.363]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p363_0p228_0"],"t":87.6,"s":[1312.04],"e":[1330.96]},{"i":{"x":[0.661],"y":[0.643]},"o":{"x":[0.327],"y":[0.321]},"n":["0p661_0p643_0p327_0p321"],"t":91.2,"s":[1330.96],"e":[1335.895]},{"i":{"x":[0.864],"y":[0.576]},"o":{"x":[0.37],"y":[0.187]},"n":["0p864_0p576_0p37_0p187"],"t":91.8,"s":[1335.895],"e":[1542.04]},{"t":103.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":91.65,"s":[0],"e":[100]},{"t":103.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":88.535,"s":[0],"e":[100]},{"t":102.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":89.4,"op":104.4,"st":-1.2,"bm":0},{"ddd":0,"ind":151,"ty":4,"nm":"Shape Layer 47","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":15.5,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":96.6,"s":[1312.04],"e":[1542.04]},{"t":112.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-16.466,1391.004]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":100.65,"s":[0],"e":[100]},{"t":112.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":97.535,"s":[0],"e":[100]},{"t":111.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":98.4,"op":113.4,"st":7.8,"bm":0},{"ddd":0,"ind":152,"ty":4,"nm":"Shape Layer 46","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-14.5,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":86.4,"s":[1312.04],"e":[1542.04]},{"t":102.6}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1484.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":90.45,"s":[0],"e":[100]},{"t":102.6}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":87.335,"s":[0],"e":[100]},{"t":101.0423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":88.2,"op":103.2,"st":-2.4,"bm":0},{"ddd":0,"ind":153,"ty":4,"nm":"Shape Layer 45","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":10.5,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.601],"y":[0.343]},"o":{"x":[0.259],"y":[0]},"n":["0p601_0p343_0p259_0"],"t":51,"s":[1312.04],"e":[1318.277]},{"i":{"x":[0.865],"y":[0.533]},"o":{"x":[0.301],"y":[0.111]},"n":["0p865_0p533_0p301_0p111"],"t":52.8,"s":[1318.277],"e":[1542.04]},{"t":67.2}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":55.05,"s":[0],"e":[100]},{"t":67.2}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":51.935,"s":[0],"e":[100]},{"t":65.6423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":52.8,"op":67.8,"st":-37.8,"bm":0},{"ddd":0,"ind":154,"ty":4,"nm":"Shape Layer 44","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-19.496,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.358]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p358_0p228_0"],"t":49.2,"s":[1312.04],"e":[1330.826]},{"i":{"x":[0.653],"y":[0.602]},"o":{"x":[0.315],"y":[0.282]},"n":["0p653_0p602_0p315_0p282"],"t":52.8,"s":[1330.826],"e":[1352.455]},{"i":{"x":[0.861],"y":[0.599]},"o":{"x":[0.403],"y":[0.224]},"n":["0p861_0p599_0p403_0p224"],"t":55.2,"s":[1352.455],"e":[1542.04]},{"t":65.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":53.25,"s":[0],"e":[100]},{"t":65.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":50.135,"s":[0],"e":[100]},{"t":63.8423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":51,"op":66,"st":-39.6,"bm":0},{"ddd":0,"ind":155,"ty":4,"nm":"Shape Layer 43","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":20.502,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.586],"y":[0.383]},"o":{"x":[0.206],"y":[0]},"n":["0p586_0p383_0p206_0"],"t":44.4,"s":[1312.04],"e":[1353.537]},{"i":{"x":[0.666],"y":[0.626]},"o":{"x":[0.329],"y":[0.304]},"n":["0p666_0p626_0p329_0p304"],"t":50.4,"s":[1353.537],"e":[1380.331]},{"i":{"x":[0.668],"y":[0.66]},"o":{"x":[0.334],"y":[0.326]},"n":["0p668_0p66_0p334_0p326"],"t":52.8,"s":[1380.331],"e":[1388.001]},{"i":{"x":[0.851],"y":[0.625]},"o":{"x":[0.44],"y":[0.269]},"n":["0p851_0p625_0p44_0p269"],"t":53.4,"s":[1388.001],"e":[1542.04]},{"t":60.6}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-15.914,1420.01]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":48.45,"s":[0],"e":[100]},{"t":60.6}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":45.335,"s":[0],"e":[100]},{"t":59.0423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":46.2,"op":61.2,"st":-44.4,"bm":0},{"ddd":0,"ind":156,"ty":4,"nm":"Shape Layer 42","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":35.499,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.601],"y":[0.36]},"o":{"x":[0.259],"y":[0]},"n":["0p601_0p36_0p259_0"],"t":48.6,"s":[1312.04],"e":[1318.443]},{"i":{"x":[0.634],"y":[0.559]},"o":{"x":[0.291],"y":[0.216]},"n":["0p634_0p559_0p291_0p216"],"t":50.4,"s":[1318.443],"e":[1341.456]},{"i":{"x":[0.864],"y":[0.584]},"o":{"x":[0.382],"y":[0.201]},"n":["0p864_0p584_0p382_0p201"],"t":53.4,"s":[1341.456],"e":[1542.04]},{"t":64.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":52.65,"s":[0],"e":[100]},{"t":64.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":49.535,"s":[0],"e":[100]},{"t":63.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":50.4,"op":65.4,"st":-40.2,"bm":0},{"ddd":0,"ind":157,"ty":4,"nm":"Shape Layer 41","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":30.499,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.364]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p364_0p228_0"],"t":46.8,"s":[1312.04],"e":[1330.992]},{"i":{"x":[0.865],"y":[0.567]},"o":{"x":[0.356],"y":[0.171]},"n":["0p865_0p567_0p356_0p171"],"t":50.4,"s":[1330.992],"e":[1542.04]},{"t":63}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":50.85,"s":[0],"e":[100]},{"t":63}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":47.735,"s":[0],"e":[100]},{"t":61.4423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":48.6,"op":63.6,"st":-42,"bm":0},{"ddd":0,"ind":158,"ty":4,"nm":"Shape Layer 40","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":1.999,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.586],"y":[0.376]},"o":{"x":[0.206],"y":[0]},"n":["0p586_0p376_0p206_0"],"t":44.4,"s":[1312.04],"e":[1353.122]},{"i":{"x":[0.668],"y":[0.627]},"o":{"x":[0.328],"y":[0.29]},"n":["0p668_0p627_0p328_0p29"],"t":50.4,"s":[1353.122],"e":[1388.17]},{"i":{"x":[0.851],"y":[0.625]},"o":{"x":[0.44],"y":[0.27]},"n":["0p851_0p625_0p44_0p27"],"t":53.4,"s":[1388.17],"e":[1542.04]},{"t":60.6}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-15.858,1424.511]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":48.45,"s":[0],"e":[100]},{"t":60.6}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":45.335,"s":[0],"e":[100]},{"t":59.0423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":46.2,"op":61.2,"st":-44.4,"bm":0},{"ddd":0,"ind":159,"ty":4,"nm":"Shape Layer 39","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-4.499,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.601],"y":[0.33]},"o":{"x":[0.259],"y":[0]},"n":["0p601_0p33_0p259_0"],"t":49.8,"s":[1312.04],"e":[1318.152]},{"i":{"x":[0.865],"y":[0.533]},"o":{"x":[0.301],"y":[0.11]},"n":["0p865_0p533_0p301_0p11"],"t":51.6,"s":[1318.152],"e":[1542.04]},{"t":66}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":53.85,"s":[0],"e":[100]},{"t":66}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":50.735,"s":[0],"e":[100]},{"t":64.4423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":51.6,"op":66.6,"st":-39,"bm":0},{"ddd":0,"ind":160,"ty":4,"nm":"Shape Layer 38","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-4.499,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.354]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p354_0p228_0"],"t":47.4,"s":[1312.04],"e":[1330.701]},{"i":{"x":[0.865],"y":[0.568]},"o":{"x":[0.356],"y":[0.171]},"n":["0p865_0p568_0p356_0p171"],"t":51,"s":[1330.701],"e":[1542.04]},{"t":63.6}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":51.45,"s":[0],"e":[100]},{"t":63.6}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":48.335,"s":[0],"e":[100]},{"t":62.0423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":49.2,"op":64.2,"st":-41.4,"bm":0},{"ddd":0,"ind":161,"ty":4,"nm":"Shape Layer 37","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":35.498,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.586],"y":[0.381]},"o":{"x":[0.206],"y":[0]},"n":["0p586_0p381_0p206_0"],"t":42.6,"s":[1312.04],"e":[1353.412]},{"i":{"x":[0.861],"y":[0.597]},"o":{"x":[0.403],"y":[0.225]},"n":["0p861_0p597_0p403_0p225"],"t":48.6,"s":[1353.412],"e":[1542.04]},{"t":58.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-16.242,1425.505]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":46.65,"s":[0],"e":[100]},{"t":58.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":43.535,"s":[0],"e":[100]},{"t":57.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":44.4,"op":59.4,"st":-46.2,"bm":0},{"ddd":0,"ind":162,"ty":4,"nm":"Shape Layer 36","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":16,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.363]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p363_0p228_0"],"t":49.2,"s":[1312.04],"e":[1330.96]},{"i":{"x":[0.661],"y":[0.643]},"o":{"x":[0.327],"y":[0.321]},"n":["0p661_0p643_0p327_0p321"],"t":52.8,"s":[1330.96],"e":[1335.895]},{"i":{"x":[0.864],"y":[0.576]},"o":{"x":[0.37],"y":[0.187]},"n":["0p864_0p576_0p37_0p187"],"t":53.4,"s":[1335.895],"e":[1542.04]},{"t":65.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":53.25,"s":[0],"e":[100]},{"t":65.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":50.135,"s":[0],"e":[100]},{"t":63.8423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":51,"op":66,"st":-39.6,"bm":0},{"ddd":0,"ind":163,"ty":4,"nm":"Shape Layer 35","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":15.5,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":46.8,"s":[1312.04],"e":[1542.04]},{"t":63}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-16.466,1391.004]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":50.85,"s":[0],"e":[100]},{"t":63}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":47.735,"s":[0],"e":[100]},{"t":61.4423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":48.6,"op":63.6,"st":-42,"bm":0},{"ddd":0,"ind":164,"ty":4,"nm":"Shape Layer 34","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-14.5,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":44.4,"s":[1312.04],"e":[1542.04]},{"t":60.6}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1484.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":48.45,"s":[0],"e":[100]},{"t":60.6}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":45.335,"s":[0],"e":[100]},{"t":59.0423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":46.2,"op":61.2,"st":-44.4,"bm":0},{"ddd":0,"ind":165,"ty":4,"nm":"Shape Layer 33","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-19.5,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":84,"s":[1312.04],"e":[1542.04]},{"t":100.2}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":88.05,"s":[0],"e":[100]},{"t":100.2}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":84.935,"s":[0],"e":[100]},{"t":98.6423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":85.8,"op":100.8,"st":-4.8,"bm":0},{"ddd":0,"ind":166,"ty":4,"nm":"Shape Layer 32","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":35.5,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":85.8,"s":[1312.04],"e":[1542.04]},{"t":102}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":89.85,"s":[0],"e":[100]},{"t":102}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":86.735,"s":[0],"e":[100]},{"t":100.4423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":87.6,"op":102.6,"st":-3,"bm":0},{"ddd":0,"ind":167,"ty":4,"nm":"Shape Layer 31","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-9.5,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":90,"s":[1312.04],"e":[1542.04]},{"t":106.2}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1484.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":94.05,"s":[0],"e":[100]},{"t":106.2}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":90.935,"s":[0],"e":[100]},{"t":104.6423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":91.8,"op":106.8,"st":1.2,"bm":0},{"ddd":0,"ind":168,"ty":4,"nm":"Shape Layer 28","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":5.5,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":76.8,"s":[1312.04],"e":[1542.04]},{"t":108}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1392]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":84.6,"s":[0],"e":[100]},{"t":108}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":78.6,"s":[0],"e":[100]},{"t":105}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":78.6,"op":108.6,"st":-12,"bm":0},{"ddd":0,"ind":169,"ty":4,"nm":"Shape Layer 58","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":5.5,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":54,"s":[1312.04],"e":[1542.04]},{"t":85.2}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1405.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":61.8,"s":[0],"e":[100]},{"t":85.2}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":55.8,"s":[0],"e":[100]},{"t":82.2}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":55.8,"op":85.8,"st":-34.8,"bm":0},{"ddd":0,"ind":170,"ty":4,"nm":"Shape Layer 27","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":5.5,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":73.2,"s":[1312.04],"e":[1542.04]},{"t":104.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1405.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":81,"s":[0],"e":[100]},{"t":104.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":75,"s":[0],"e":[100]},{"t":101.4}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":75,"op":105,"st":-15.6,"bm":0},{"ddd":0,"ind":171,"ty":4,"nm":"Shape Layer 26","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":15.5,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":99,"s":[1312.04],"e":[1542.04]},{"t":115.2}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":103.05,"s":[0],"e":[100]},{"t":115.2}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":99.935,"s":[0],"e":[100]},{"t":113.6423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":100.8,"op":115.8,"st":10.2,"bm":0},{"ddd":0,"ind":172,"ty":4,"nm":"Shape Layer 25","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":15.5,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":97.2,"s":[1312.04],"e":[1542.04]},{"t":113.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":101.25,"s":[0],"e":[100]},{"t":113.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":98.135,"s":[0],"e":[100]},{"t":111.8423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":99,"op":114,"st":8.4,"bm":0},{"ddd":0,"ind":173,"ty":4,"nm":"Shape Layer 24","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-14.5,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":94.8,"s":[1312.04],"e":[1542.04]},{"t":111}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1484.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":98.85,"s":[0],"e":[100]},{"t":111}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":95.735,"s":[0],"e":[100]},{"t":109.4423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":96.6,"op":111.6,"st":6,"bm":0},{"ddd":0,"ind":174,"ty":4,"nm":"Shape Layer 21","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":25.5,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":75.6,"s":[1312.04],"e":[1542.04]},{"t":106.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1484.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":83.4,"s":[0],"e":[100]},{"t":106.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":77.4,"s":[0],"e":[100]},{"t":103.8}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":77.4,"op":107.4,"st":-13.2,"bm":0},{"ddd":0,"ind":175,"ty":4,"nm":"Shape Layer 20","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-14.5,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":71.4,"s":[1312.04],"e":[1542.04]},{"t":102.6}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1484.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":79.2,"s":[0],"e":[100]},{"t":102.6}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":73.2,"s":[0],"e":[100]},{"t":99.6}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":73.2,"op":103.2,"st":-17.4,"bm":0},{"ddd":0,"ind":176,"ty":4,"nm":"Shape Layer 15","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-19.5,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":48.6,"s":[1312.04],"e":[1542.04]},{"t":64.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":52.65,"s":[0],"e":[100]},{"t":64.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":49.535,"s":[0],"e":[100]},{"t":63.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":50.4,"op":65.4,"st":-40.2,"bm":0},{"ddd":0,"ind":177,"ty":4,"nm":"Shape Layer 14","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":35.5,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":50.4,"s":[1312.04],"e":[1542.04]},{"t":66.6}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":54.45,"s":[0],"e":[100]},{"t":66.6}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":51.335,"s":[0],"e":[100]},{"t":65.0423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":52.2,"op":67.2,"st":-38.4,"bm":0},{"ddd":0,"ind":178,"ty":4,"nm":"Shape Layer 13","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-9.5,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":54.6,"s":[1312.04],"e":[1542.04]},{"t":70.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1484.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":58.65,"s":[0],"e":[100]},{"t":70.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":55.535,"s":[0],"e":[100]},{"t":69.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":56.4,"op":71.4,"st":-34.2,"bm":0},{"ddd":0,"ind":179,"ty":4,"nm":"Shape Layer 17","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":32.5,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":57.6,"s":[1312.04],"e":[1542.04]},{"t":88.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1392]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":65.4,"s":[0],"e":[100]},{"t":88.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":59.4,"s":[0],"e":[100]},{"t":85.8}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":59.4,"op":89.4,"st":-31.2,"bm":0},{"ddd":0,"ind":180,"ty":4,"nm":"Shape Layer 16","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-4.5,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":54,"s":[1312.04],"e":[1542.04]},{"t":85.2}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1405.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":61.8,"s":[0],"e":[100]},{"t":85.2}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":55.8,"s":[0],"e":[100]},{"t":82.2}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":55.8,"op":85.8,"st":-34.8,"bm":0},{"ddd":0,"ind":181,"ty":4,"nm":"Shape Layer 9","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":5.5,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":41.4,"s":[1312.04],"e":[1542.04]},{"t":72.6}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1392]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":49.2,"s":[0],"e":[100]},{"t":72.6}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":43.2,"s":[0],"e":[100]},{"t":69.6}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":43.2,"op":73.2,"st":-47.4,"bm":0},{"ddd":0,"ind":182,"ty":4,"nm":"Shape Layer 8","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":5.5,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":37.8,"s":[1312.04],"e":[1542.04]},{"t":69}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1405.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":45.6,"s":[0],"e":[100]},{"t":69}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":39.6,"s":[0],"e":[100]},{"t":66}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":39.6,"op":69.6,"st":-51,"bm":0},{"ddd":0,"ind":183,"ty":4,"nm":"Shape Layer 12","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":15.5,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":63.6,"s":[1312.04],"e":[1542.04]},{"t":79.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":67.65,"s":[0],"e":[100]},{"t":79.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":64.535,"s":[0],"e":[100]},{"t":78.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":65.4,"op":80.4,"st":-25.2,"bm":0},{"ddd":0,"ind":184,"ty":4,"nm":"Shape Layer 11","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":15.5,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":61.8,"s":[1312.04],"e":[1542.04]},{"t":78}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":65.85,"s":[0],"e":[100]},{"t":78}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":62.735,"s":[0],"e":[100]},{"t":76.4423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":63.6,"op":78.6,"st":-27,"bm":0},{"ddd":0,"ind":185,"ty":4,"nm":"Shape Layer 10","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-14.5,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":59.4,"s":[1312.04],"e":[1542.04]},{"t":75.6}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1484.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":63.45,"s":[0],"e":[100]},{"t":75.6}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":60.335,"s":[0],"e":[100]},{"t":74.0423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":61.2,"op":76.2,"st":-29.4,"bm":0},{"ddd":0,"ind":186,"ty":4,"nm":"Shape Layer 19","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":15.5,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":66,"s":[1312.04],"e":[1542.04]},{"t":97.2}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1484.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":73.8,"s":[0],"e":[100]},{"t":97.2}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":67.8,"s":[0],"e":[100]},{"t":94.2}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":67.8,"op":97.8,"st":-22.8,"bm":0},{"ddd":0,"ind":187,"ty":4,"nm":"Shape Layer 18","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-19.5,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":61.8,"s":[1312.04],"e":[1542.04]},{"t":93}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1484.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":69.6,"s":[0],"e":[100]},{"t":93}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":63.6,"s":[0],"e":[100]},{"t":90}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":63.6,"op":93.6,"st":-27,"bm":0},{"ddd":0,"ind":188,"ty":4,"nm":"Shape Layer 7","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":25.5,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":40.2,"s":[1312.04],"e":[1542.04]},{"t":71.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1484.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":48,"s":[0],"e":[100]},{"t":71.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":42,"s":[0],"e":[100]},{"t":68.4}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":42,"op":72,"st":-48.6,"bm":0},{"ddd":0,"ind":189,"ty":4,"nm":"Shape Layer 6","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-14.5,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":36,"s":[1312.04],"e":[1542.04]},{"t":67.2}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1484.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":43.8,"s":[0],"e":[100]},{"t":67.2}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":37.8,"s":[0],"e":[100]},{"t":64.2}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":37.8,"op":67.8,"st":-52.8,"bm":0},{"ddd":0,"ind":190,"ty":4,"nm":"Shape Layer 358","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":0,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[-0.31]},"o":{"x":[0.203],"y":[0]},"n":["0p86_-0p31_0p203_0"],"t":28.8,"s":[1312.04],"e":[1405.04]},{"t":45}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":32.85,"s":[0],"e":[100]},{"t":45}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":29.735,"s":[0],"e":[100]},{"t":43.4423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":30.6,"op":45.6,"st":-60,"bm":0},{"ddd":0,"ind":191,"ty":4,"nm":"Shape Layer 357","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":25.5,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[-0.324]},"o":{"x":[0.203],"y":[0]},"n":["0p86_-0p324_0p203_0"],"t":33.6,"s":[1312.04],"e":[1404.04]},{"t":49.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17.17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":37.65,"s":[0],"e":[100]},{"t":49.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":34.535,"s":[0],"e":[100]},{"t":48.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":35.4,"op":50.4,"st":-55.2,"bm":0},{"ddd":0,"ind":192,"ty":4,"nm":"Shape Layer 356","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":15,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[-0.23]},"o":{"x":[0.203],"y":[0]},"n":["0p86_-0p23_0p203_0"],"t":31.2,"s":[1312.04],"e":[1411.04]},{"t":47.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17.17,1408.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":35.25,"s":[0],"e":[100]},{"t":47.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":32.135,"s":[0],"e":[100]},{"t":45.8423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":33,"op":48,"st":-57.6,"bm":0},{"ddd":0,"ind":193,"ty":4,"nm":"Shape Layer 355","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-19.5,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[-0.31]},"o":{"x":[0.203],"y":[0]},"n":["0p86_-0p31_0p203_0"],"t":27,"s":[1312.04],"e":[1405.04]},{"t":43.2}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":31.05,"s":[0],"e":[100]},{"t":43.2}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":27.935,"s":[0],"e":[100]},{"t":41.6423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":28.8,"op":43.8,"st":-61.8,"bm":0},{"ddd":0,"ind":194,"ty":4,"nm":"Shape Layer 354","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":40.5,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[-0.324]},"o":{"x":[0.203],"y":[0]},"n":["0p86_-0p324_0p203_0"],"t":24,"s":[1312.04],"e":[1404.04]},{"t":40.2}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17.17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":28.05,"s":[0],"e":[100]},{"t":40.2}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":24.935,"s":[0],"e":[100]},{"t":38.6423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":25.8,"op":40.8,"st":-64.8,"bm":0},{"ddd":0,"ind":195,"ty":4,"nm":"Shape Layer 353","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-5.5,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[-0.23]},"o":{"x":[0.203],"y":[0]},"n":["0p86_-0p23_0p203_0"],"t":22.8,"s":[1312.04],"e":[1411.04]},{"t":39}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17.17,1408.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":26.85,"s":[0],"e":[100]},{"t":39}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":23.735,"s":[0],"e":[100]},{"t":37.4423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":24.6,"op":39.6,"st":-66,"bm":0},{"ddd":0,"ind":196,"ty":4,"nm":"Shape Layer 352","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-5,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[-0.31]},"o":{"x":[0.203],"y":[0]},"n":["0p86_-0p31_0p203_0"],"t":14.4,"s":[1312.04],"e":[1405.04]},{"t":30.6}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":18.45,"s":[0],"e":[100]},{"t":30.6}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":15.335,"s":[0],"e":[100]},{"t":29.0423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":16.2,"op":31.2,"st":-74.4,"bm":0},{"ddd":0,"ind":197,"ty":4,"nm":"Shape Layer 351","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":20.5,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[-0.324]},"o":{"x":[0.203],"y":[0]},"n":["0p86_-0p324_0p203_0"],"t":19.2,"s":[1312.04],"e":[1404.04]},{"t":35.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17.17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":23.25,"s":[0],"e":[100]},{"t":35.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":20.135,"s":[0],"e":[100]},{"t":33.8423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":21,"op":36,"st":-69.6,"bm":0},{"ddd":0,"ind":198,"ty":4,"nm":"Shape Layer 350","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":10,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[-0.23]},"o":{"x":[0.203],"y":[0]},"n":["0p86_-0p23_0p203_0"],"t":16.8,"s":[1312.04],"e":[1411.04]},{"t":33}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17.17,1408.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":20.85,"s":[0],"e":[100]},{"t":33}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":17.735,"s":[0],"e":[100]},{"t":31.4423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":18.6,"op":33.6,"st":-72,"bm":0},{"ddd":0,"ind":199,"ty":4,"nm":"Shape Layer 349","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-19.5,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[-0.31]},"o":{"x":[0.203],"y":[0]},"n":["0p86_-0p31_0p203_0"],"t":12.6,"s":[1312.04],"e":[1405.04]},{"t":28.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":16.65,"s":[0],"e":[100]},{"t":28.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":13.535,"s":[0],"e":[100]},{"t":27.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":14.4,"op":29.4,"st":-76.2,"bm":0},{"ddd":0,"ind":200,"ty":4,"nm":"Shape Layer 348","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":35.5,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[-0.324]},"o":{"x":[0.203],"y":[0]},"n":["0p86_-0p324_0p203_0"],"t":9.6,"s":[1312.04],"e":[1404.04]},{"t":25.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17.17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":13.65,"s":[0],"e":[100]},{"t":25.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":10.535,"s":[0],"e":[100]},{"t":24.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":11.4,"op":26.4,"st":-79.2,"bm":0},{"ddd":0,"ind":201,"ty":4,"nm":"Shape Layer 347","parent":143,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":9.5,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[-0.23]},"o":{"x":[0.203],"y":[0]},"n":["0p86_-0p23_0p203_0"],"t":8.4,"s":[1312.04],"e":[1411.04]},{"t":24.6}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17.17,1408.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":12.45,"s":[0],"e":[100]},{"t":24.6}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":9.335,"s":[0],"e":[100]},{"t":23.0423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":10.2,"op":25.2,"st":-80.4,"bm":0},{"ddd":0,"ind":202,"ty":3,"nm":"Null 5","parent":65,"sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[2.492,-39.748,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[20,20,100],"ix":6}},"ao":0,"ip":235.2,"op":271.8,"st":28.2,"bm":0},{"ddd":0,"ind":203,"ty":4,"nm":"Shape Layer 306","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-12.458,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.364]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p364_0p228_0"],"t":425.4,"s":[441.838],"e":[460.789]},{"i":{"x":[0.865],"y":[0.567]},"o":{"x":[0.356],"y":[0.171]},"n":["0p865_0p567_0p356_0p171"],"t":429,"s":[460.789],"e":[671.838]},{"t":441.6}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":429.45,"s":[0],"e":[100]},{"t":441.6}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":426.335,"s":[0],"e":[100]},{"t":440.0423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":427.2,"op":442.2,"st":336.6,"bm":0},{"ddd":0,"ind":204,"ty":4,"nm":"Shape Layer 305","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-1.957,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.354]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p354_0p228_0"],"t":423,"s":[441.838],"e":[460.499]},{"i":{"x":[0.865],"y":[0.568]},"o":{"x":[0.356],"y":[0.171]},"n":["0p865_0p568_0p356_0p171"],"t":426.6,"s":[460.499],"e":[671.838]},{"t":439.2}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":427.05,"s":[0],"e":[100]},{"t":439.2}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":423.935,"s":[0],"e":[100]},{"t":437.6423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":424.8,"op":439.8,"st":334.2,"bm":0},{"ddd":0,"ind":205,"ty":4,"nm":"Shape Layer 304","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-12.958,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.363]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p363_0p228_0"],"t":421.2,"s":[441.838],"e":[460.757]},{"i":{"x":[0.661],"y":[0.643]},"o":{"x":[0.327],"y":[0.321]},"n":["0p661_0p643_0p327_0p321"],"t":424.8,"s":[460.757],"e":[465.693]},{"i":{"x":[0.864],"y":[0.576]},"o":{"x":[0.37],"y":[0.187]},"n":["0p864_0p576_0p37_0p187"],"t":425.4,"s":[465.693],"e":[671.838]},{"t":437.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":425.25,"s":[0],"e":[100]},{"t":437.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":422.135,"s":[0],"e":[100]},{"t":435.8423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":423,"op":438,"st":332.4,"bm":0},{"ddd":0,"ind":206,"ty":4,"nm":"Shape Layer 303","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":7.542,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":420.6,"s":[441.838],"e":[671.838]},{"t":436.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-16.466,1391.004]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":424.65,"s":[0],"e":[100]},{"t":436.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":421.535,"s":[0],"e":[100]},{"t":435.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":422.4,"op":437.4,"st":331.8,"bm":0},{"ddd":0,"ind":207,"ty":4,"nm":"Shape Layer 302","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-5.458,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.586],"y":[0.376]},"o":{"x":[0.206],"y":[0]},"n":["0p586_0p376_0p206_0"],"t":418.8,"s":[441.838],"e":[482.919]},{"i":{"x":[0.668],"y":[0.627]},"o":{"x":[0.328],"y":[0.29]},"n":["0p668_0p627_0p328_0p29"],"t":424.8,"s":[482.919],"e":[517.968]},{"i":{"x":[0.851],"y":[0.625]},"o":{"x":[0.44],"y":[0.27]},"n":["0p851_0p625_0p44_0p27"],"t":427.8,"s":[517.968],"e":[671.838]},{"t":435}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-15.858,1424.511]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":422.85,"s":[0],"e":[100]},{"t":435}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":419.735,"s":[0],"e":[100]},{"t":433.4423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":420.6,"op":435.6,"st":330,"bm":0},{"ddd":0,"ind":208,"ty":4,"nm":"Shape Layer 301","parent":202,"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.041,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.586],"y":[0.381]},"o":{"x":[0.206],"y":[0]},"n":["0p586_0p381_0p206_0"],"t":416.4,"s":[441.838],"e":[483.21]},{"i":{"x":[0.861],"y":[0.597]},"o":{"x":[0.403],"y":[0.225]},"n":["0p861_0p597_0p403_0p225"],"t":422.4,"s":[483.21],"e":[671.838]},{"t":432.6}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-16.242,1425.505]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":420.45,"s":[0],"e":[100]},{"t":432.6}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":417.335,"s":[0],"e":[100]},{"t":431.0423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":418.2,"op":433.2,"st":327.6,"bm":0},{"ddd":0,"ind":209,"ty":4,"nm":"Shape Layer 300","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-17.958,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":417.6,"s":[441.838],"e":[671.838]},{"t":433.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1484.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":421.65,"s":[0],"e":[100]},{"t":433.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":418.535,"s":[0],"e":[100]},{"t":432.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":419.4,"op":434.4,"st":328.8,"bm":0},{"ddd":0,"ind":210,"ty":4,"nm":"Shape Layer 299","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-1.958,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.601],"y":[0.343]},"o":{"x":[0.259],"y":[0]},"n":["0p601_0p343_0p259_0"],"t":414.6,"s":[441.838],"e":[448.074]},{"i":{"x":[0.865],"y":[0.533]},"o":{"x":[0.301],"y":[0.111]},"n":["0p865_0p533_0p301_0p111"],"t":416.4,"s":[448.074],"e":[671.838]},{"t":430.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":418.65,"s":[0],"e":[100]},{"t":430.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":415.535,"s":[0],"e":[100]},{"t":429.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":416.4,"op":431.4,"st":325.8,"bm":0},{"ddd":0,"ind":211,"ty":4,"nm":"Shape Layer 298","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-16.453,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.358]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p358_0p228_0"],"t":412.2,"s":[441.838],"e":[460.623]},{"i":{"x":[0.653],"y":[0.602]},"o":{"x":[0.315],"y":[0.282]},"n":["0p653_0p602_0p315_0p282"],"t":415.8,"s":[460.623],"e":[482.252]},{"i":{"x":[0.861],"y":[0.599]},"o":{"x":[0.403],"y":[0.224]},"n":["0p861_0p599_0p403_0p224"],"t":418.2,"s":[482.252],"e":[671.838]},{"t":428.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":416.25,"s":[0],"e":[100]},{"t":428.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":413.135,"s":[0],"e":[100]},{"t":426.8423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":414,"op":429,"st":323.4,"bm":0},{"ddd":0,"ind":212,"ty":4,"nm":"Shape Layer 297","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":3.044,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.586],"y":[0.383]},"o":{"x":[0.206],"y":[0]},"n":["0p586_0p383_0p206_0"],"t":410.4,"s":[441.838],"e":[483.335]},{"i":{"x":[0.666],"y":[0.626]},"o":{"x":[0.329],"y":[0.304]},"n":["0p666_0p626_0p329_0p304"],"t":416.4,"s":[483.335],"e":[510.128]},{"i":{"x":[0.668],"y":[0.66]},"o":{"x":[0.334],"y":[0.326]},"n":["0p668_0p66_0p334_0p326"],"t":418.8,"s":[510.128],"e":[517.798]},{"i":{"x":[0.851],"y":[0.625]},"o":{"x":[0.44],"y":[0.269]},"n":["0p851_0p625_0p44_0p269"],"t":419.4,"s":[517.798],"e":[671.838]},{"t":426.6}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-15.914,1420.01]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":414.45,"s":[0],"e":[100]},{"t":426.6}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":411.335,"s":[0],"e":[100]},{"t":425.0423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":412.2,"op":427.2,"st":321.6,"bm":0},{"ddd":0,"ind":213,"ty":4,"nm":"Shape Layer 296","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-11.959,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.601],"y":[0.36]},"o":{"x":[0.259],"y":[0]},"n":["0p601_0p36_0p259_0"],"t":408.6,"s":[441.838],"e":[448.24]},{"i":{"x":[0.634],"y":[0.559]},"o":{"x":[0.291],"y":[0.216]},"n":["0p634_0p559_0p291_0p216"],"t":410.4,"s":[448.24],"e":[471.253]},{"i":{"x":[0.864],"y":[0.584]},"o":{"x":[0.382],"y":[0.201]},"n":["0p864_0p584_0p382_0p201"],"t":413.4,"s":[471.253],"e":[671.838]},{"t":424.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":412.65,"s":[0],"e":[100]},{"t":424.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":409.535,"s":[0],"e":[100]},{"t":423.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":410.4,"op":425.4,"st":319.8,"bm":0},{"ddd":0,"ind":214,"ty":4,"nm":"Shape Layer 295","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":3.043,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.601],"y":[0.33]},"o":{"x":[0.259],"y":[0]},"n":["0p601_0p33_0p259_0"],"t":406.8,"s":[441.838],"e":[447.949]},{"i":{"x":[0.865],"y":[0.533]},"o":{"x":[0.301],"y":[0.11]},"n":["0p865_0p533_0p301_0p11"],"t":408.6,"s":[447.949],"e":[671.838]},{"t":423}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":410.85,"s":[0],"e":[100]},{"t":423}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":407.735,"s":[0],"e":[100]},{"t":421.4423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":408.6,"op":423.6,"st":318,"bm":0},{"ddd":0,"ind":215,"ty":4,"nm":"Shape Layer 294","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-12.458,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.364]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p364_0p228_0"],"t":403.8,"s":[441.838],"e":[460.789]},{"i":{"x":[0.865],"y":[0.567]},"o":{"x":[0.356],"y":[0.171]},"n":["0p865_0p567_0p356_0p171"],"t":407.4,"s":[460.789],"e":[671.838]},{"t":420}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":407.85,"s":[0],"e":[100]},{"t":420}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":404.735,"s":[0],"e":[100]},{"t":418.4423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":405.6,"op":420.6,"st":315,"bm":0},{"ddd":0,"ind":216,"ty":4,"nm":"Shape Layer 293","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-16.453,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.358]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p358_0p228_0"],"t":399.6,"s":[441.838],"e":[460.623]},{"i":{"x":[0.653],"y":[0.602]},"o":{"x":[0.315],"y":[0.282]},"n":["0p653_0p602_0p315_0p282"],"t":403.2,"s":[460.623],"e":[482.252]},{"i":{"x":[0.861],"y":[0.599]},"o":{"x":[0.403],"y":[0.224]},"n":["0p861_0p599_0p403_0p224"],"t":405.6,"s":[482.252],"e":[671.838]},{"t":415.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":403.65,"s":[0],"e":[100]},{"t":415.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":400.535,"s":[0],"e":[100]},{"t":414.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":401.4,"op":416.4,"st":310.8,"bm":0},{"ddd":0,"ind":217,"ty":4,"nm":"Shape Layer 292","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":3.044,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.586],"y":[0.383]},"o":{"x":[0.206],"y":[0]},"n":["0p586_0p383_0p206_0"],"t":397.8,"s":[441.838],"e":[483.335]},{"i":{"x":[0.666],"y":[0.626]},"o":{"x":[0.329],"y":[0.304]},"n":["0p666_0p626_0p329_0p304"],"t":403.8,"s":[483.335],"e":[510.128]},{"i":{"x":[0.668],"y":[0.66]},"o":{"x":[0.334],"y":[0.326]},"n":["0p668_0p66_0p334_0p326"],"t":406.2,"s":[510.128],"e":[517.798]},{"i":{"x":[0.851],"y":[0.625]},"o":{"x":[0.44],"y":[0.269]},"n":["0p851_0p625_0p44_0p269"],"t":406.8,"s":[517.798],"e":[671.838]},{"t":414}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-15.914,1420.01]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":401.85,"s":[0],"e":[100]},{"t":414}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":398.735,"s":[0],"e":[100]},{"t":412.4423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":399.6,"op":414.6,"st":309,"bm":0},{"ddd":0,"ind":218,"ty":4,"nm":"Shape Layer 291","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-11.959,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.601],"y":[0.36]},"o":{"x":[0.259],"y":[0]},"n":["0p601_0p36_0p259_0"],"t":396,"s":[441.838],"e":[448.24]},{"i":{"x":[0.634],"y":[0.559]},"o":{"x":[0.291],"y":[0.216]},"n":["0p634_0p559_0p291_0p216"],"t":397.8,"s":[448.24],"e":[471.253]},{"i":{"x":[0.864],"y":[0.584]},"o":{"x":[0.382],"y":[0.201]},"n":["0p864_0p584_0p382_0p201"],"t":400.8,"s":[471.253],"e":[671.838]},{"t":412.2}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":400.05,"s":[0],"e":[100]},{"t":412.2}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":396.935,"s":[0],"e":[100]},{"t":410.6423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":397.8,"op":412.8,"st":307.2,"bm":0},{"ddd":0,"ind":219,"ty":4,"nm":"Shape Layer 290","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":3.043,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.601],"y":[0.33]},"o":{"x":[0.259],"y":[0]},"n":["0p601_0p33_0p259_0"],"t":394.2,"s":[441.838],"e":[447.949]},{"i":{"x":[0.865],"y":[0.533]},"o":{"x":[0.301],"y":[0.11]},"n":["0p865_0p533_0p301_0p11"],"t":396,"s":[447.949],"e":[671.838]},{"t":410.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":398.25,"s":[0],"e":[100]},{"t":410.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":395.135,"s":[0],"e":[100]},{"t":408.8423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":396,"op":411,"st":305.4,"bm":0},{"ddd":0,"ind":220,"ty":4,"nm":"Shape Layer 289","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-12.458,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.364]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p364_0p228_0"],"t":391.2,"s":[441.838],"e":[460.789]},{"i":{"x":[0.865],"y":[0.567]},"o":{"x":[0.356],"y":[0.171]},"n":["0p865_0p567_0p356_0p171"],"t":394.8,"s":[460.789],"e":[671.838]},{"t":407.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":395.25,"s":[0],"e":[100]},{"t":407.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":392.135,"s":[0],"e":[100]},{"t":405.8423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":393,"op":408,"st":302.4,"bm":0},{"ddd":0,"ind":221,"ty":4,"nm":"Shape Layer 288","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-1.958,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.601],"y":[0.343]},"o":{"x":[0.259],"y":[0]},"n":["0p601_0p343_0p259_0"],"t":384.6,"s":[441.838],"e":[448.074]},{"i":{"x":[0.865],"y":[0.533]},"o":{"x":[0.301],"y":[0.111]},"n":["0p865_0p533_0p301_0p111"],"t":386.4,"s":[448.074],"e":[671.838]},{"t":400.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":388.65,"s":[0],"e":[100]},{"t":400.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":385.535,"s":[0],"e":[100]},{"t":399.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":386.4,"op":401.4,"st":295.8,"bm":0},{"ddd":0,"ind":222,"ty":4,"nm":"Shape Layer 287","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-16.453,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.358]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p358_0p228_0"],"t":382.2,"s":[441.838],"e":[460.623]},{"i":{"x":[0.653],"y":[0.602]},"o":{"x":[0.315],"y":[0.282]},"n":["0p653_0p602_0p315_0p282"],"t":385.8,"s":[460.623],"e":[482.252]},{"i":{"x":[0.861],"y":[0.599]},"o":{"x":[0.403],"y":[0.224]},"n":["0p861_0p599_0p403_0p224"],"t":388.2,"s":[482.252],"e":[671.838]},{"t":398.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":386.25,"s":[0],"e":[100]},{"t":398.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":383.135,"s":[0],"e":[100]},{"t":396.8423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":384,"op":399,"st":293.4,"bm":0},{"ddd":0,"ind":223,"ty":4,"nm":"Shape Layer 286","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":3.044,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.586],"y":[0.383]},"o":{"x":[0.206],"y":[0]},"n":["0p586_0p383_0p206_0"],"t":380.4,"s":[441.838],"e":[483.335]},{"i":{"x":[0.666],"y":[0.626]},"o":{"x":[0.329],"y":[0.304]},"n":["0p666_0p626_0p329_0p304"],"t":386.4,"s":[483.335],"e":[510.128]},{"i":{"x":[0.668],"y":[0.66]},"o":{"x":[0.334],"y":[0.326]},"n":["0p668_0p66_0p334_0p326"],"t":388.8,"s":[510.128],"e":[517.798]},{"i":{"x":[0.851],"y":[0.625]},"o":{"x":[0.44],"y":[0.269]},"n":["0p851_0p625_0p44_0p269"],"t":389.4,"s":[517.798],"e":[671.838]},{"t":396.6}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-15.914,1420.01]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":384.45,"s":[0],"e":[100]},{"t":396.6}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":381.335,"s":[0],"e":[100]},{"t":395.0423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":382.2,"op":397.2,"st":291.6,"bm":0},{"ddd":0,"ind":224,"ty":4,"nm":"Shape Layer 285","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-11.959,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.601],"y":[0.36]},"o":{"x":[0.259],"y":[0]},"n":["0p601_0p36_0p259_0"],"t":378.6,"s":[441.838],"e":[448.24]},{"i":{"x":[0.634],"y":[0.559]},"o":{"x":[0.291],"y":[0.216]},"n":["0p634_0p559_0p291_0p216"],"t":380.4,"s":[448.24],"e":[471.253]},{"i":{"x":[0.864],"y":[0.584]},"o":{"x":[0.382],"y":[0.201]},"n":["0p864_0p584_0p382_0p201"],"t":383.4,"s":[471.253],"e":[671.838]},{"t":394.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":382.65,"s":[0],"e":[100]},{"t":394.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":379.535,"s":[0],"e":[100]},{"t":393.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":380.4,"op":395.4,"st":289.8,"bm":0},{"ddd":0,"ind":225,"ty":4,"nm":"Shape Layer 284","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":3.043,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.601],"y":[0.33]},"o":{"x":[0.259],"y":[0]},"n":["0p601_0p33_0p259_0"],"t":376.8,"s":[441.838],"e":[447.949]},{"i":{"x":[0.865],"y":[0.533]},"o":{"x":[0.301],"y":[0.11]},"n":["0p865_0p533_0p301_0p11"],"t":378.6,"s":[447.949],"e":[671.838]},{"t":393}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":380.85,"s":[0],"e":[100]},{"t":393}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":377.735,"s":[0],"e":[100]},{"t":391.4423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":378.6,"op":393.6,"st":288,"bm":0},{"ddd":0,"ind":226,"ty":4,"nm":"Shape Layer 283","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-12.458,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.364]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p364_0p228_0"],"t":373.8,"s":[441.838],"e":[460.789]},{"i":{"x":[0.865],"y":[0.567]},"o":{"x":[0.356],"y":[0.171]},"n":["0p865_0p567_0p356_0p171"],"t":377.4,"s":[460.789],"e":[671.838]},{"t":390}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":377.85,"s":[0],"e":[100]},{"t":390}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":374.735,"s":[0],"e":[100]},{"t":388.4423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":375.6,"op":390.6,"st":285,"bm":0},{"ddd":0,"ind":227,"ty":4,"nm":"Shape Layer 282","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-1.957,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.354]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p354_0p228_0"],"t":371.4,"s":[441.838],"e":[460.499]},{"i":{"x":[0.865],"y":[0.568]},"o":{"x":[0.356],"y":[0.171]},"n":["0p865_0p568_0p356_0p171"],"t":375,"s":[460.499],"e":[671.838]},{"t":387.6}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":375.45,"s":[0],"e":[100]},{"t":387.6}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":372.335,"s":[0],"e":[100]},{"t":386.0423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":373.2,"op":388.2,"st":282.6,"bm":0},{"ddd":0,"ind":228,"ty":4,"nm":"Shape Layer 281","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-12.958,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.363]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p363_0p228_0"],"t":369.6,"s":[441.838],"e":[460.757]},{"i":{"x":[0.661],"y":[0.643]},"o":{"x":[0.327],"y":[0.321]},"n":["0p661_0p643_0p327_0p321"],"t":373.2,"s":[460.757],"e":[465.693]},{"i":{"x":[0.864],"y":[0.576]},"o":{"x":[0.37],"y":[0.187]},"n":["0p864_0p576_0p37_0p187"],"t":373.8,"s":[465.693],"e":[671.838]},{"t":385.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":373.65,"s":[0],"e":[100]},{"t":385.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":370.535,"s":[0],"e":[100]},{"t":384.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":371.4,"op":386.4,"st":280.8,"bm":0},{"ddd":0,"ind":229,"ty":4,"nm":"Shape Layer 280","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-12.458,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.364]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p364_0p228_0"],"t":364.8,"s":[441.838],"e":[460.789]},{"i":{"x":[0.865],"y":[0.567]},"o":{"x":[0.356],"y":[0.171]},"n":["0p865_0p567_0p356_0p171"],"t":368.4,"s":[460.789],"e":[671.838]},{"t":381}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":368.85,"s":[0],"e":[100]},{"t":381}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":365.735,"s":[0],"e":[100]},{"t":379.4423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":366.6,"op":381.6,"st":276,"bm":0},{"ddd":0,"ind":230,"ty":4,"nm":"Shape Layer 279","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-1.957,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.354]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p354_0p228_0"],"t":362.4,"s":[441.838],"e":[460.499]},{"i":{"x":[0.865],"y":[0.568]},"o":{"x":[0.356],"y":[0.171]},"n":["0p865_0p568_0p356_0p171"],"t":366,"s":[460.499],"e":[671.838]},{"t":378.6}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":366.45,"s":[0],"e":[100]},{"t":378.6}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":363.335,"s":[0],"e":[100]},{"t":377.0423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":364.2,"op":379.2,"st":273.6,"bm":0},{"ddd":0,"ind":231,"ty":4,"nm":"Shape Layer 278","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-12.958,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.363]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p363_0p228_0"],"t":360.6,"s":[441.838],"e":[460.757]},{"i":{"x":[0.661],"y":[0.643]},"o":{"x":[0.327],"y":[0.321]},"n":["0p661_0p643_0p327_0p321"],"t":364.2,"s":[460.757],"e":[465.693]},{"i":{"x":[0.864],"y":[0.576]},"o":{"x":[0.37],"y":[0.187]},"n":["0p864_0p576_0p37_0p187"],"t":364.8,"s":[465.693],"e":[671.838]},{"t":376.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":364.65,"s":[0],"e":[100]},{"t":376.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":361.535,"s":[0],"e":[100]},{"t":375.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":362.4,"op":377.4,"st":271.8,"bm":0},{"ddd":0,"ind":232,"ty":4,"nm":"Shape Layer 277","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":7.542,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":360,"s":[441.838],"e":[671.838]},{"t":376.2}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-16.466,1391.004]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":364.05,"s":[0],"e":[100]},{"t":376.2}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":360.935,"s":[0],"e":[100]},{"t":374.6423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":361.8,"op":376.8,"st":271.2,"bm":0},{"ddd":0,"ind":233,"ty":4,"nm":"Shape Layer 276","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-5.458,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.586],"y":[0.376]},"o":{"x":[0.206],"y":[0]},"n":["0p586_0p376_0p206_0"],"t":358.2,"s":[441.838],"e":[482.919]},{"i":{"x":[0.668],"y":[0.627]},"o":{"x":[0.328],"y":[0.29]},"n":["0p668_0p627_0p328_0p29"],"t":364.2,"s":[482.919],"e":[517.968]},{"i":{"x":[0.851],"y":[0.625]},"o":{"x":[0.44],"y":[0.27]},"n":["0p851_0p625_0p44_0p27"],"t":367.2,"s":[517.968],"e":[671.838]},{"t":374.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-15.858,1424.511]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":362.25,"s":[0],"e":[100]},{"t":374.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":359.135,"s":[0],"e":[100]},{"t":372.8423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":360,"op":375,"st":269.4,"bm":0},{"ddd":0,"ind":234,"ty":4,"nm":"Shape Layer 275","parent":202,"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.041,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.586],"y":[0.381]},"o":{"x":[0.206],"y":[0]},"n":["0p586_0p381_0p206_0"],"t":355.8,"s":[441.838],"e":[483.21]},{"i":{"x":[0.861],"y":[0.597]},"o":{"x":[0.403],"y":[0.225]},"n":["0p861_0p597_0p403_0p225"],"t":361.8,"s":[483.21],"e":[671.838]},{"t":372}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-16.242,1425.505]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":359.85,"s":[0],"e":[100]},{"t":372}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":356.735,"s":[0],"e":[100]},{"t":370.4423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":357.6,"op":372.6,"st":267,"bm":0},{"ddd":0,"ind":235,"ty":4,"nm":"Shape Layer 274","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-17.958,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":357,"s":[441.838],"e":[671.838]},{"t":373.2}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1484.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":361.05,"s":[0],"e":[100]},{"t":373.2}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":357.935,"s":[0],"e":[100]},{"t":371.6423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":358.8,"op":373.8,"st":268.2,"bm":0},{"ddd":0,"ind":236,"ty":4,"nm":"Shape Layer 273","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-1.958,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.601],"y":[0.343]},"o":{"x":[0.259],"y":[0]},"n":["0p601_0p343_0p259_0"],"t":354,"s":[441.838],"e":[448.074]},{"i":{"x":[0.865],"y":[0.533]},"o":{"x":[0.301],"y":[0.111]},"n":["0p865_0p533_0p301_0p111"],"t":355.8,"s":[448.074],"e":[671.838]},{"t":370.2}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":358.05,"s":[0],"e":[100]},{"t":370.2}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":354.935,"s":[0],"e":[100]},{"t":368.6423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":355.8,"op":370.8,"st":265.2,"bm":0},{"ddd":0,"ind":237,"ty":4,"nm":"Shape Layer 272","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-16.453,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.358]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p358_0p228_0"],"t":351.6,"s":[441.838],"e":[460.623]},{"i":{"x":[0.653],"y":[0.602]},"o":{"x":[0.315],"y":[0.282]},"n":["0p653_0p602_0p315_0p282"],"t":355.2,"s":[460.623],"e":[482.252]},{"i":{"x":[0.861],"y":[0.599]},"o":{"x":[0.403],"y":[0.224]},"n":["0p861_0p599_0p403_0p224"],"t":357.6,"s":[482.252],"e":[671.838]},{"t":367.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":355.65,"s":[0],"e":[100]},{"t":367.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":352.535,"s":[0],"e":[100]},{"t":366.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":353.4,"op":368.4,"st":262.8,"bm":0},{"ddd":0,"ind":238,"ty":4,"nm":"Shape Layer 271","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":3.044,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.586],"y":[0.383]},"o":{"x":[0.206],"y":[0]},"n":["0p586_0p383_0p206_0"],"t":349.8,"s":[441.838],"e":[483.335]},{"i":{"x":[0.666],"y":[0.626]},"o":{"x":[0.329],"y":[0.304]},"n":["0p666_0p626_0p329_0p304"],"t":355.8,"s":[483.335],"e":[510.128]},{"i":{"x":[0.668],"y":[0.66]},"o":{"x":[0.334],"y":[0.326]},"n":["0p668_0p66_0p334_0p326"],"t":358.2,"s":[510.128],"e":[517.798]},{"i":{"x":[0.851],"y":[0.625]},"o":{"x":[0.44],"y":[0.269]},"n":["0p851_0p625_0p44_0p269"],"t":358.8,"s":[517.798],"e":[671.838]},{"t":366}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-15.914,1420.01]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":353.85,"s":[0],"e":[100]},{"t":366}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":350.735,"s":[0],"e":[100]},{"t":364.4423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":351.6,"op":366.6,"st":261,"bm":0},{"ddd":0,"ind":239,"ty":4,"nm":"Shape Layer 270","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-11.959,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.601],"y":[0.36]},"o":{"x":[0.259],"y":[0]},"n":["0p601_0p36_0p259_0"],"t":348,"s":[441.838],"e":[448.24]},{"i":{"x":[0.634],"y":[0.559]},"o":{"x":[0.291],"y":[0.216]},"n":["0p634_0p559_0p291_0p216"],"t":349.8,"s":[448.24],"e":[471.253]},{"i":{"x":[0.864],"y":[0.584]},"o":{"x":[0.382],"y":[0.201]},"n":["0p864_0p584_0p382_0p201"],"t":352.8,"s":[471.253],"e":[671.838]},{"t":364.2}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":352.05,"s":[0],"e":[100]},{"t":364.2}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":348.935,"s":[0],"e":[100]},{"t":362.6423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":349.8,"op":364.8,"st":259.2,"bm":0},{"ddd":0,"ind":240,"ty":4,"nm":"Shape Layer 269","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":3.043,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.601],"y":[0.33]},"o":{"x":[0.259],"y":[0]},"n":["0p601_0p33_0p259_0"],"t":346.2,"s":[441.838],"e":[447.949]},{"i":{"x":[0.865],"y":[0.533]},"o":{"x":[0.301],"y":[0.11]},"n":["0p865_0p533_0p301_0p11"],"t":348,"s":[447.949],"e":[671.838]},{"t":362.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":350.25,"s":[0],"e":[100]},{"t":362.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":347.135,"s":[0],"e":[100]},{"t":360.8423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":348,"op":363,"st":257.4,"bm":0},{"ddd":0,"ind":241,"ty":4,"nm":"Shape Layer 268","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-12.458,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.364]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p364_0p228_0"],"t":343.2,"s":[441.838],"e":[460.789]},{"i":{"x":[0.865],"y":[0.567]},"o":{"x":[0.356],"y":[0.171]},"n":["0p865_0p567_0p356_0p171"],"t":346.8,"s":[460.789],"e":[671.838]},{"t":359.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":347.25,"s":[0],"e":[100]},{"t":359.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":344.135,"s":[0],"e":[100]},{"t":357.8423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":345,"op":360,"st":254.4,"bm":0},{"ddd":0,"ind":242,"ty":4,"nm":"Shape Layer 267","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-16.453,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.358]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p358_0p228_0"],"t":339,"s":[441.838],"e":[460.623]},{"i":{"x":[0.653],"y":[0.602]},"o":{"x":[0.315],"y":[0.282]},"n":["0p653_0p602_0p315_0p282"],"t":342.6,"s":[460.623],"e":[482.252]},{"i":{"x":[0.861],"y":[0.599]},"o":{"x":[0.403],"y":[0.224]},"n":["0p861_0p599_0p403_0p224"],"t":345,"s":[482.252],"e":[671.838]},{"t":355.2}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":343.05,"s":[0],"e":[100]},{"t":355.2}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":339.935,"s":[0],"e":[100]},{"t":353.6423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":340.8,"op":355.8,"st":250.2,"bm":0},{"ddd":0,"ind":243,"ty":4,"nm":"Shape Layer 266","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":3.044,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.586],"y":[0.383]},"o":{"x":[0.206],"y":[0]},"n":["0p586_0p383_0p206_0"],"t":337.2,"s":[441.838],"e":[483.335]},{"i":{"x":[0.666],"y":[0.626]},"o":{"x":[0.329],"y":[0.304]},"n":["0p666_0p626_0p329_0p304"],"t":343.2,"s":[483.335],"e":[510.128]},{"i":{"x":[0.668],"y":[0.66]},"o":{"x":[0.334],"y":[0.326]},"n":["0p668_0p66_0p334_0p326"],"t":345.6,"s":[510.128],"e":[517.798]},{"i":{"x":[0.851],"y":[0.625]},"o":{"x":[0.44],"y":[0.269]},"n":["0p851_0p625_0p44_0p269"],"t":346.2,"s":[517.798],"e":[671.838]},{"t":353.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-15.914,1420.01]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":341.25,"s":[0],"e":[100]},{"t":353.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":338.135,"s":[0],"e":[100]},{"t":351.8423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":339,"op":354,"st":248.4,"bm":0},{"ddd":0,"ind":244,"ty":4,"nm":"Shape Layer 265","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-11.959,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.601],"y":[0.36]},"o":{"x":[0.259],"y":[0]},"n":["0p601_0p36_0p259_0"],"t":335.4,"s":[441.838],"e":[448.24]},{"i":{"x":[0.634],"y":[0.559]},"o":{"x":[0.291],"y":[0.216]},"n":["0p634_0p559_0p291_0p216"],"t":337.2,"s":[448.24],"e":[471.253]},{"i":{"x":[0.864],"y":[0.584]},"o":{"x":[0.382],"y":[0.201]},"n":["0p864_0p584_0p382_0p201"],"t":340.2,"s":[471.253],"e":[671.838]},{"t":351.6}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":339.45,"s":[0],"e":[100]},{"t":351.6}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":336.335,"s":[0],"e":[100]},{"t":350.0423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":337.2,"op":352.2,"st":246.6,"bm":0},{"ddd":0,"ind":245,"ty":4,"nm":"Shape Layer 264","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":3.043,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.601],"y":[0.33]},"o":{"x":[0.259],"y":[0]},"n":["0p601_0p33_0p259_0"],"t":333.6,"s":[441.838],"e":[447.949]},{"i":{"x":[0.865],"y":[0.533]},"o":{"x":[0.301],"y":[0.11]},"n":["0p865_0p533_0p301_0p11"],"t":335.4,"s":[447.949],"e":[671.838]},{"t":349.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":337.65,"s":[0],"e":[100]},{"t":349.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":334.535,"s":[0],"e":[100]},{"t":348.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":335.4,"op":350.4,"st":244.8,"bm":0},{"ddd":0,"ind":246,"ty":4,"nm":"Shape Layer 263","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-12.458,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.364]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p364_0p228_0"],"t":330.6,"s":[441.838],"e":[460.789]},{"i":{"x":[0.865],"y":[0.567]},"o":{"x":[0.356],"y":[0.171]},"n":["0p865_0p567_0p356_0p171"],"t":334.2,"s":[460.789],"e":[671.838]},{"t":346.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":334.65,"s":[0],"e":[100]},{"t":346.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":331.535,"s":[0],"e":[100]},{"t":345.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":332.4,"op":347.4,"st":241.8,"bm":0},{"ddd":0,"ind":247,"ty":4,"nm":"Shape Layer 239","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-1.958,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.601],"y":[0.343]},"o":{"x":[0.259],"y":[0]},"n":["0p601_0p343_0p259_0"],"t":324,"s":[441.838],"e":[448.074]},{"i":{"x":[0.865],"y":[0.533]},"o":{"x":[0.301],"y":[0.111]},"n":["0p865_0p533_0p301_0p111"],"t":325.8,"s":[448.074],"e":[671.838]},{"t":340.2}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":328.05,"s":[0],"e":[100]},{"t":340.2}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":324.935,"s":[0],"e":[100]},{"t":338.6423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":325.8,"op":340.8,"st":235.2,"bm":0},{"ddd":0,"ind":248,"ty":4,"nm":"Shape Layer 238","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-16.453,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.358]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p358_0p228_0"],"t":321.6,"s":[441.838],"e":[460.623]},{"i":{"x":[0.653],"y":[0.602]},"o":{"x":[0.315],"y":[0.282]},"n":["0p653_0p602_0p315_0p282"],"t":325.2,"s":[460.623],"e":[482.252]},{"i":{"x":[0.861],"y":[0.599]},"o":{"x":[0.403],"y":[0.224]},"n":["0p861_0p599_0p403_0p224"],"t":327.6,"s":[482.252],"e":[671.838]},{"t":337.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":325.65,"s":[0],"e":[100]},{"t":337.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":322.535,"s":[0],"e":[100]},{"t":336.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":323.4,"op":338.4,"st":232.8,"bm":0},{"ddd":0,"ind":249,"ty":4,"nm":"Shape Layer 237","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":3.044,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.586],"y":[0.383]},"o":{"x":[0.206],"y":[0]},"n":["0p586_0p383_0p206_0"],"t":319.8,"s":[441.838],"e":[483.335]},{"i":{"x":[0.666],"y":[0.626]},"o":{"x":[0.329],"y":[0.304]},"n":["0p666_0p626_0p329_0p304"],"t":325.8,"s":[483.335],"e":[510.128]},{"i":{"x":[0.668],"y":[0.66]},"o":{"x":[0.334],"y":[0.326]},"n":["0p668_0p66_0p334_0p326"],"t":328.2,"s":[510.128],"e":[517.798]},{"i":{"x":[0.851],"y":[0.625]},"o":{"x":[0.44],"y":[0.269]},"n":["0p851_0p625_0p44_0p269"],"t":328.8,"s":[517.798],"e":[671.838]},{"t":336}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-15.914,1420.01]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":323.85,"s":[0],"e":[100]},{"t":336}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":320.735,"s":[0],"e":[100]},{"t":334.4423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":321.6,"op":336.6,"st":231,"bm":0},{"ddd":0,"ind":250,"ty":4,"nm":"Shape Layer 236","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-11.959,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.601],"y":[0.36]},"o":{"x":[0.259],"y":[0]},"n":["0p601_0p36_0p259_0"],"t":318,"s":[441.838],"e":[448.24]},{"i":{"x":[0.634],"y":[0.559]},"o":{"x":[0.291],"y":[0.216]},"n":["0p634_0p559_0p291_0p216"],"t":319.8,"s":[448.24],"e":[471.253]},{"i":{"x":[0.864],"y":[0.584]},"o":{"x":[0.382],"y":[0.201]},"n":["0p864_0p584_0p382_0p201"],"t":322.8,"s":[471.253],"e":[671.838]},{"t":334.2}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":322.05,"s":[0],"e":[100]},{"t":334.2}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":318.935,"s":[0],"e":[100]},{"t":332.6423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":319.8,"op":334.8,"st":229.2,"bm":0},{"ddd":0,"ind":251,"ty":4,"nm":"Shape Layer 235","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":3.043,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.601],"y":[0.33]},"o":{"x":[0.259],"y":[0]},"n":["0p601_0p33_0p259_0"],"t":316.2,"s":[441.838],"e":[447.949]},{"i":{"x":[0.865],"y":[0.533]},"o":{"x":[0.301],"y":[0.11]},"n":["0p865_0p533_0p301_0p11"],"t":318,"s":[447.949],"e":[671.838]},{"t":332.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":320.25,"s":[0],"e":[100]},{"t":332.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":317.135,"s":[0],"e":[100]},{"t":330.8423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":318,"op":333,"st":227.4,"bm":0},{"ddd":0,"ind":252,"ty":4,"nm":"Shape Layer 234","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-12.458,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.364]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p364_0p228_0"],"t":313.2,"s":[441.838],"e":[460.789]},{"i":{"x":[0.865],"y":[0.567]},"o":{"x":[0.356],"y":[0.171]},"n":["0p865_0p567_0p356_0p171"],"t":316.8,"s":[460.789],"e":[671.838]},{"t":329.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":317.25,"s":[0],"e":[100]},{"t":329.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":314.135,"s":[0],"e":[100]},{"t":327.8423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":315,"op":330,"st":224.4,"bm":0},{"ddd":0,"ind":253,"ty":4,"nm":"Shape Layer 233","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-1.957,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.354]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p354_0p228_0"],"t":310.8,"s":[441.838],"e":[460.499]},{"i":{"x":[0.865],"y":[0.568]},"o":{"x":[0.356],"y":[0.171]},"n":["0p865_0p568_0p356_0p171"],"t":314.4,"s":[460.499],"e":[671.838]},{"t":327}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":314.85,"s":[0],"e":[100]},{"t":327}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":311.735,"s":[0],"e":[100]},{"t":325.4423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":312.6,"op":327.6,"st":222,"bm":0},{"ddd":0,"ind":254,"ty":4,"nm":"Shape Layer 232","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-12.958,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.363]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p363_0p228_0"],"t":309,"s":[441.838],"e":[460.757]},{"i":{"x":[0.661],"y":[0.643]},"o":{"x":[0.327],"y":[0.321]},"n":["0p661_0p643_0p327_0p321"],"t":312.6,"s":[460.757],"e":[465.693]},{"i":{"x":[0.864],"y":[0.576]},"o":{"x":[0.37],"y":[0.187]},"n":["0p864_0p576_0p37_0p187"],"t":313.2,"s":[465.693],"e":[671.838]},{"t":325.2}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":313.05,"s":[0],"e":[100]},{"t":325.2}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":309.935,"s":[0],"e":[100]},{"t":323.6423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":310.8,"op":325.8,"st":220.2,"bm":0},{"ddd":0,"ind":255,"ty":4,"nm":"Shape Layer 231","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":7.542,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":308.4,"s":[441.838],"e":[671.838]},{"t":324.6}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-16.466,1391.004]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":312.45,"s":[0],"e":[100]},{"t":324.6}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":309.335,"s":[0],"e":[100]},{"t":323.0423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":310.2,"op":325.2,"st":219.6,"bm":0},{"ddd":0,"ind":256,"ty":4,"nm":"Shape Layer 230","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-5.458,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.586],"y":[0.376]},"o":{"x":[0.206],"y":[0]},"n":["0p586_0p376_0p206_0"],"t":303,"s":[441.838],"e":[482.919]},{"i":{"x":[0.668],"y":[0.627]},"o":{"x":[0.328],"y":[0.29]},"n":["0p668_0p627_0p328_0p29"],"t":309,"s":[482.919],"e":[517.968]},{"i":{"x":[0.851],"y":[0.625]},"o":{"x":[0.44],"y":[0.27]},"n":["0p851_0p625_0p44_0p27"],"t":312,"s":[517.968],"e":[671.838]},{"t":319.2}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-15.858,1424.511]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":307.05,"s":[0],"e":[100]},{"t":319.2}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":303.935,"s":[0],"e":[100]},{"t":317.6423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":304.8,"op":319.8,"st":214.2,"bm":0},{"ddd":0,"ind":257,"ty":4,"nm":"Shape Layer 229","parent":202,"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.041,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.586],"y":[0.381]},"o":{"x":[0.206],"y":[0]},"n":["0p586_0p381_0p206_0"],"t":300.6,"s":[441.838],"e":[483.21]},{"i":{"x":[0.861],"y":[0.597]},"o":{"x":[0.403],"y":[0.225]},"n":["0p861_0p597_0p403_0p225"],"t":306.6,"s":[483.21],"e":[671.838]},{"t":316.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-16.242,1425.505]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":304.65,"s":[0],"e":[100]},{"t":316.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":301.535,"s":[0],"e":[100]},{"t":315.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":302.4,"op":317.4,"st":211.8,"bm":0},{"ddd":0,"ind":258,"ty":4,"nm":"Shape Layer 228","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-17.958,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":301.8,"s":[441.838],"e":[671.838]},{"t":318}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1484.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":305.85,"s":[0],"e":[100]},{"t":318}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":302.735,"s":[0],"e":[100]},{"t":316.4423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":303.6,"op":318.6,"st":213,"bm":0},{"ddd":0,"ind":259,"ty":4,"nm":"Shape Layer 227","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-1.958,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.601],"y":[0.343]},"o":{"x":[0.259],"y":[0]},"n":["0p601_0p343_0p259_0"],"t":295.8,"s":[441.838],"e":[448.074]},{"i":{"x":[0.865],"y":[0.533]},"o":{"x":[0.301],"y":[0.111]},"n":["0p865_0p533_0p301_0p111"],"t":297.6,"s":[448.074],"e":[671.838]},{"t":312}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":299.85,"s":[0],"e":[100]},{"t":312}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":296.735,"s":[0],"e":[100]},{"t":310.4423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":297.6,"op":312.6,"st":207,"bm":0},{"ddd":0,"ind":260,"ty":4,"nm":"Shape Layer 226","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-16.453,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.358]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p358_0p228_0"],"t":293.4,"s":[441.838],"e":[460.623]},{"i":{"x":[0.653],"y":[0.602]},"o":{"x":[0.315],"y":[0.282]},"n":["0p653_0p602_0p315_0p282"],"t":297,"s":[460.623],"e":[482.252]},{"i":{"x":[0.861],"y":[0.599]},"o":{"x":[0.403],"y":[0.224]},"n":["0p861_0p599_0p403_0p224"],"t":299.4,"s":[482.252],"e":[671.838]},{"t":309.6}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":297.45,"s":[0],"e":[100]},{"t":309.6}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":294.335,"s":[0],"e":[100]},{"t":308.0423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":295.2,"op":310.2,"st":204.6,"bm":0},{"ddd":0,"ind":261,"ty":4,"nm":"Shape Layer 225","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":3.044,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.586],"y":[0.383]},"o":{"x":[0.206],"y":[0]},"n":["0p586_0p383_0p206_0"],"t":291.6,"s":[441.838],"e":[483.335]},{"i":{"x":[0.666],"y":[0.626]},"o":{"x":[0.329],"y":[0.304]},"n":["0p666_0p626_0p329_0p304"],"t":297.6,"s":[483.335],"e":[510.128]},{"i":{"x":[0.668],"y":[0.66]},"o":{"x":[0.334],"y":[0.326]},"n":["0p668_0p66_0p334_0p326"],"t":300,"s":[510.128],"e":[517.798]},{"i":{"x":[0.851],"y":[0.625]},"o":{"x":[0.44],"y":[0.269]},"n":["0p851_0p625_0p44_0p269"],"t":300.6,"s":[517.798],"e":[671.838]},{"t":307.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-15.914,1420.01]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":295.65,"s":[0],"e":[100]},{"t":307.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":292.535,"s":[0],"e":[100]},{"t":306.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":293.4,"op":308.4,"st":202.8,"bm":0},{"ddd":0,"ind":262,"ty":4,"nm":"Shape Layer 224","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-11.959,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.601],"y":[0.36]},"o":{"x":[0.259],"y":[0]},"n":["0p601_0p36_0p259_0"],"t":289.8,"s":[441.838],"e":[448.24]},{"i":{"x":[0.634],"y":[0.559]},"o":{"x":[0.291],"y":[0.216]},"n":["0p634_0p559_0p291_0p216"],"t":291.6,"s":[448.24],"e":[471.253]},{"i":{"x":[0.864],"y":[0.584]},"o":{"x":[0.382],"y":[0.201]},"n":["0p864_0p584_0p382_0p201"],"t":294.6,"s":[471.253],"e":[671.838]},{"t":306}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":293.85,"s":[0],"e":[100]},{"t":306}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":290.735,"s":[0],"e":[100]},{"t":304.4423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":291.6,"op":306.6,"st":201,"bm":0},{"ddd":0,"ind":263,"ty":4,"nm":"Shape Layer 223","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":3.043,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.601],"y":[0.33]},"o":{"x":[0.259],"y":[0]},"n":["0p601_0p33_0p259_0"],"t":288,"s":[441.838],"e":[447.949]},{"i":{"x":[0.865],"y":[0.533]},"o":{"x":[0.301],"y":[0.11]},"n":["0p865_0p533_0p301_0p11"],"t":289.8,"s":[447.949],"e":[671.838]},{"t":304.2}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":292.05,"s":[0],"e":[100]},{"t":304.2}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":288.935,"s":[0],"e":[100]},{"t":302.6423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":289.8,"op":304.8,"st":199.2,"bm":0},{"ddd":0,"ind":264,"ty":4,"nm":"Shape Layer 222","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-12.458,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.364]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p364_0p228_0"],"t":285,"s":[441.838],"e":[460.789]},{"i":{"x":[0.865],"y":[0.567]},"o":{"x":[0.356],"y":[0.171]},"n":["0p865_0p567_0p356_0p171"],"t":288.6,"s":[460.789],"e":[671.838]},{"t":301.2}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":289.05,"s":[0],"e":[100]},{"t":301.2}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":285.935,"s":[0],"e":[100]},{"t":299.6423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":286.8,"op":301.8,"st":196.2,"bm":0},{"ddd":0,"ind":265,"ty":4,"nm":"Shape Layer 221","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-1.957,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.354]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p354_0p228_0"],"t":282.6,"s":[441.838],"e":[460.499]},{"i":{"x":[0.865],"y":[0.568]},"o":{"x":[0.356],"y":[0.171]},"n":["0p865_0p568_0p356_0p171"],"t":286.2,"s":[460.499],"e":[671.838]},{"t":298.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":286.65,"s":[0],"e":[100]},{"t":298.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":283.535,"s":[0],"e":[100]},{"t":297.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":284.4,"op":299.4,"st":193.8,"bm":0},{"ddd":0,"ind":266,"ty":4,"nm":"Shape Layer 220","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-12.958,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.363]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p363_0p228_0"],"t":280.8,"s":[441.838],"e":[460.757]},{"i":{"x":[0.661],"y":[0.643]},"o":{"x":[0.327],"y":[0.321]},"n":["0p661_0p643_0p327_0p321"],"t":284.4,"s":[460.757],"e":[465.693]},{"i":{"x":[0.864],"y":[0.576]},"o":{"x":[0.37],"y":[0.187]},"n":["0p864_0p576_0p37_0p187"],"t":285,"s":[465.693],"e":[671.838]},{"t":297}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":284.85,"s":[0],"e":[100]},{"t":297}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":281.735,"s":[0],"e":[100]},{"t":295.4423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":282.6,"op":297.6,"st":192,"bm":0},{"ddd":0,"ind":267,"ty":4,"nm":"Shape Layer 219","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":7.542,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":280.2,"s":[441.838],"e":[671.838]},{"t":296.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-16.466,1391.004]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":284.25,"s":[0],"e":[100]},{"t":296.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":281.135,"s":[0],"e":[100]},{"t":294.8423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":282,"op":297,"st":191.4,"bm":0},{"ddd":0,"ind":268,"ty":4,"nm":"Shape Layer 218","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-5.458,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.586],"y":[0.376]},"o":{"x":[0.206],"y":[0]},"n":["0p586_0p376_0p206_0"],"t":278.4,"s":[441.838],"e":[482.919]},{"i":{"x":[0.668],"y":[0.627]},"o":{"x":[0.328],"y":[0.29]},"n":["0p668_0p627_0p328_0p29"],"t":284.4,"s":[482.919],"e":[517.968]},{"i":{"x":[0.851],"y":[0.625]},"o":{"x":[0.44],"y":[0.27]},"n":["0p851_0p625_0p44_0p27"],"t":287.4,"s":[517.968],"e":[671.838]},{"t":294.6}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-15.858,1424.511]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":282.45,"s":[0],"e":[100]},{"t":294.6}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":279.335,"s":[0],"e":[100]},{"t":293.0423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":280.2,"op":295.2,"st":189.6,"bm":0},{"ddd":0,"ind":269,"ty":4,"nm":"Shape Layer 217","parent":202,"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.041,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.586],"y":[0.381]},"o":{"x":[0.206],"y":[0]},"n":["0p586_0p381_0p206_0"],"t":276,"s":[441.838],"e":[483.21]},{"i":{"x":[0.861],"y":[0.597]},"o":{"x":[0.403],"y":[0.225]},"n":["0p861_0p597_0p403_0p225"],"t":282,"s":[483.21],"e":[671.838]},{"t":292.2}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-16.242,1425.505]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":280.05,"s":[0],"e":[100]},{"t":292.2}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":276.935,"s":[0],"e":[100]},{"t":290.6423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":277.8,"op":292.8,"st":187.2,"bm":0},{"ddd":0,"ind":270,"ty":4,"nm":"Shape Layer 216","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-17.958,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":277.2,"s":[441.838],"e":[671.838]},{"t":293.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1484.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":281.25,"s":[0],"e":[100]},{"t":293.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":278.135,"s":[0],"e":[100]},{"t":291.8423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":279,"op":294,"st":188.4,"bm":0},{"ddd":0,"ind":271,"ty":4,"nm":"Shape Layer 215","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-1.958,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.601],"y":[0.343]},"o":{"x":[0.259],"y":[0]},"n":["0p601_0p343_0p259_0"],"t":274.2,"s":[441.838],"e":[448.074]},{"i":{"x":[0.865],"y":[0.533]},"o":{"x":[0.301],"y":[0.111]},"n":["0p865_0p533_0p301_0p111"],"t":276,"s":[448.074],"e":[671.838]},{"t":290.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":278.25,"s":[0],"e":[100]},{"t":290.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":275.135,"s":[0],"e":[100]},{"t":288.8423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":276,"op":291,"st":185.4,"bm":0},{"ddd":0,"ind":272,"ty":4,"nm":"Shape Layer 214","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-16.453,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.358]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p358_0p228_0"],"t":271.8,"s":[441.838],"e":[460.623]},{"i":{"x":[0.653],"y":[0.602]},"o":{"x":[0.315],"y":[0.282]},"n":["0p653_0p602_0p315_0p282"],"t":275.4,"s":[460.623],"e":[482.252]},{"i":{"x":[0.861],"y":[0.599]},"o":{"x":[0.403],"y":[0.224]},"n":["0p861_0p599_0p403_0p224"],"t":277.8,"s":[482.252],"e":[671.838]},{"t":288}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":275.85,"s":[0],"e":[100]},{"t":288}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":272.735,"s":[0],"e":[100]},{"t":286.4423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":273.6,"op":288.6,"st":183,"bm":0},{"ddd":0,"ind":273,"ty":4,"nm":"Shape Layer 213","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":3.044,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.586],"y":[0.383]},"o":{"x":[0.206],"y":[0]},"n":["0p586_0p383_0p206_0"],"t":270,"s":[441.838],"e":[483.335]},{"i":{"x":[0.666],"y":[0.626]},"o":{"x":[0.329],"y":[0.304]},"n":["0p666_0p626_0p329_0p304"],"t":276,"s":[483.335],"e":[510.128]},{"i":{"x":[0.668],"y":[0.66]},"o":{"x":[0.334],"y":[0.326]},"n":["0p668_0p66_0p334_0p326"],"t":278.4,"s":[510.128],"e":[517.798]},{"i":{"x":[0.851],"y":[0.625]},"o":{"x":[0.44],"y":[0.269]},"n":["0p851_0p625_0p44_0p269"],"t":279,"s":[517.798],"e":[671.838]},{"t":286.2}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-15.914,1420.01]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":274.05,"s":[0],"e":[100]},{"t":286.2}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":270.935,"s":[0],"e":[100]},{"t":284.6423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":271.8,"op":286.8,"st":181.2,"bm":0},{"ddd":0,"ind":274,"ty":4,"nm":"Shape Layer 212","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-11.959,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.601],"y":[0.36]},"o":{"x":[0.259],"y":[0]},"n":["0p601_0p36_0p259_0"],"t":268.2,"s":[441.838],"e":[448.24]},{"i":{"x":[0.634],"y":[0.559]},"o":{"x":[0.291],"y":[0.216]},"n":["0p634_0p559_0p291_0p216"],"t":270,"s":[448.24],"e":[471.253]},{"i":{"x":[0.864],"y":[0.584]},"o":{"x":[0.382],"y":[0.201]},"n":["0p864_0p584_0p382_0p201"],"t":273,"s":[471.253],"e":[671.838]},{"t":284.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":272.25,"s":[0],"e":[100]},{"t":284.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":269.135,"s":[0],"e":[100]},{"t":282.8423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":270,"op":285,"st":179.4,"bm":0},{"ddd":0,"ind":275,"ty":4,"nm":"Shape Layer 211","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":3.043,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.601],"y":[0.33]},"o":{"x":[0.259],"y":[0]},"n":["0p601_0p33_0p259_0"],"t":266.4,"s":[441.838],"e":[447.949]},{"i":{"x":[0.865],"y":[0.533]},"o":{"x":[0.301],"y":[0.11]},"n":["0p865_0p533_0p301_0p11"],"t":268.2,"s":[447.949],"e":[671.838]},{"t":282.6}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":270.45,"s":[0],"e":[100]},{"t":282.6}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":267.335,"s":[0],"e":[100]},{"t":281.0423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":268.2,"op":283.2,"st":177.6,"bm":0},{"ddd":0,"ind":276,"ty":4,"nm":"Shape Layer 210","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-12.458,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.364]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p364_0p228_0"],"t":263.4,"s":[441.838],"e":[460.789]},{"i":{"x":[0.865],"y":[0.567]},"o":{"x":[0.356],"y":[0.171]},"n":["0p865_0p567_0p356_0p171"],"t":267,"s":[460.789],"e":[671.838]},{"t":279.6}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":267.45,"s":[0],"e":[100]},{"t":279.6}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":264.335,"s":[0],"e":[100]},{"t":278.0423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":265.2,"op":280.2,"st":174.6,"bm":0},{"ddd":0,"ind":277,"ty":4,"nm":"Shape Layer 209","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-1.957,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.354]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p354_0p228_0"],"t":261,"s":[441.838],"e":[460.499]},{"i":{"x":[0.865],"y":[0.568]},"o":{"x":[0.356],"y":[0.171]},"n":["0p865_0p568_0p356_0p171"],"t":264.6,"s":[460.499],"e":[671.838]},{"t":277.2}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":265.05,"s":[0],"e":[100]},{"t":277.2}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":261.935,"s":[0],"e":[100]},{"t":275.6423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":262.8,"op":277.8,"st":172.2,"bm":0},{"ddd":0,"ind":278,"ty":4,"nm":"Shape Layer 208","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-12.958,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.363]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p363_0p228_0"],"t":259.2,"s":[441.838],"e":[460.757]},{"i":{"x":[0.661],"y":[0.643]},"o":{"x":[0.327],"y":[0.321]},"n":["0p661_0p643_0p327_0p321"],"t":262.8,"s":[460.757],"e":[465.693]},{"i":{"x":[0.864],"y":[0.576]},"o":{"x":[0.37],"y":[0.187]},"n":["0p864_0p576_0p37_0p187"],"t":263.4,"s":[465.693],"e":[671.838]},{"t":275.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":263.25,"s":[0],"e":[100]},{"t":275.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":260.135,"s":[0],"e":[100]},{"t":273.8423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":261,"op":276,"st":170.4,"bm":0},{"ddd":0,"ind":279,"ty":4,"nm":"Shape Layer 207","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":7.542,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":258.6,"s":[441.838],"e":[671.838]},{"t":274.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-16.466,1391.004]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":262.65,"s":[0],"e":[100]},{"t":274.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":259.535,"s":[0],"e":[100]},{"t":273.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":260.4,"op":275.4,"st":169.8,"bm":0},{"ddd":0,"ind":280,"ty":4,"nm":"Shape Layer 206","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-5.458,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.586],"y":[0.376]},"o":{"x":[0.206],"y":[0]},"n":["0p586_0p376_0p206_0"],"t":256.8,"s":[441.838],"e":[482.919]},{"i":{"x":[0.668],"y":[0.627]},"o":{"x":[0.328],"y":[0.29]},"n":["0p668_0p627_0p328_0p29"],"t":262.8,"s":[482.919],"e":[517.968]},{"i":{"x":[0.851],"y":[0.625]},"o":{"x":[0.44],"y":[0.27]},"n":["0p851_0p625_0p44_0p27"],"t":265.8,"s":[517.968],"e":[671.838]},{"t":273}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-15.858,1424.511]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":260.85,"s":[0],"e":[100]},{"t":273}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":257.735,"s":[0],"e":[100]},{"t":271.4423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":258.6,"op":273.6,"st":168,"bm":0},{"ddd":0,"ind":281,"ty":4,"nm":"Shape Layer 205","parent":202,"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.041,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.586],"y":[0.381]},"o":{"x":[0.206],"y":[0]},"n":["0p586_0p381_0p206_0"],"t":254.4,"s":[441.838],"e":[483.21]},{"i":{"x":[0.861],"y":[0.597]},"o":{"x":[0.403],"y":[0.225]},"n":["0p861_0p597_0p403_0p225"],"t":260.4,"s":[483.21],"e":[671.838]},{"t":270.6}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-16.242,1425.505]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":258.45,"s":[0],"e":[100]},{"t":270.6}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":255.335,"s":[0],"e":[100]},{"t":269.0423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":256.2,"op":271.2,"st":165.6,"bm":0},{"ddd":0,"ind":282,"ty":4,"nm":"Shape Layer 204","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-17.958,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":255.6,"s":[441.838],"e":[671.838]},{"t":271.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1484.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":259.65,"s":[0],"e":[100]},{"t":271.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":256.535,"s":[0],"e":[100]},{"t":270.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":257.4,"op":272.4,"st":166.8,"bm":0},{"ddd":0,"ind":283,"ty":4,"nm":"Shape Layer 203","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-1.958,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.601],"y":[0.343]},"o":{"x":[0.259],"y":[0]},"n":["0p601_0p343_0p259_0"],"t":250.8,"s":[441.838],"e":[448.074]},{"i":{"x":[0.865],"y":[0.533]},"o":{"x":[0.301],"y":[0.111]},"n":["0p865_0p533_0p301_0p111"],"t":252.6,"s":[448.074],"e":[671.838]},{"t":267}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":254.85,"s":[0],"e":[100]},{"t":267}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":251.735,"s":[0],"e":[100]},{"t":265.4423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":252.6,"op":267.6,"st":162,"bm":0},{"ddd":0,"ind":284,"ty":4,"nm":"Shape Layer 202","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-16.453,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.358]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p358_0p228_0"],"t":248.4,"s":[441.838],"e":[460.623]},{"i":{"x":[0.653],"y":[0.602]},"o":{"x":[0.315],"y":[0.282]},"n":["0p653_0p602_0p315_0p282"],"t":252,"s":[460.623],"e":[482.252]},{"i":{"x":[0.861],"y":[0.599]},"o":{"x":[0.403],"y":[0.224]},"n":["0p861_0p599_0p403_0p224"],"t":254.4,"s":[482.252],"e":[671.838]},{"t":264.6}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":252.45,"s":[0],"e":[100]},{"t":264.6}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":249.335,"s":[0],"e":[100]},{"t":263.0423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":250.2,"op":265.2,"st":159.6,"bm":0},{"ddd":0,"ind":285,"ty":4,"nm":"Shape Layer 201","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":3.044,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.586],"y":[0.383]},"o":{"x":[0.206],"y":[0]},"n":["0p586_0p383_0p206_0"],"t":246.6,"s":[441.838],"e":[483.335]},{"i":{"x":[0.666],"y":[0.626]},"o":{"x":[0.329],"y":[0.304]},"n":["0p666_0p626_0p329_0p304"],"t":252.6,"s":[483.335],"e":[510.128]},{"i":{"x":[0.668],"y":[0.66]},"o":{"x":[0.334],"y":[0.326]},"n":["0p668_0p66_0p334_0p326"],"t":255,"s":[510.128],"e":[517.798]},{"i":{"x":[0.851],"y":[0.625]},"o":{"x":[0.44],"y":[0.269]},"n":["0p851_0p625_0p44_0p269"],"t":255.6,"s":[517.798],"e":[671.838]},{"t":262.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-15.914,1420.01]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":250.65,"s":[0],"e":[100]},{"t":262.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":247.535,"s":[0],"e":[100]},{"t":261.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":248.4,"op":263.4,"st":157.8,"bm":0},{"ddd":0,"ind":286,"ty":4,"nm":"Shape Layer 200","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-11.959,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.601],"y":[0.36]},"o":{"x":[0.259],"y":[0]},"n":["0p601_0p36_0p259_0"],"t":244.8,"s":[441.838],"e":[448.24]},{"i":{"x":[0.634],"y":[0.559]},"o":{"x":[0.291],"y":[0.216]},"n":["0p634_0p559_0p291_0p216"],"t":246.6,"s":[448.24],"e":[471.253]},{"i":{"x":[0.864],"y":[0.584]},"o":{"x":[0.382],"y":[0.201]},"n":["0p864_0p584_0p382_0p201"],"t":249.6,"s":[471.253],"e":[671.838]},{"t":261}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":248.85,"s":[0],"e":[100]},{"t":261}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":245.735,"s":[0],"e":[100]},{"t":259.4423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":246.6,"op":261.6,"st":156,"bm":0},{"ddd":0,"ind":287,"ty":4,"nm":"Shape Layer 197","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":3.043,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.601],"y":[0.33]},"o":{"x":[0.259],"y":[0]},"n":["0p601_0p33_0p259_0"],"t":243,"s":[441.838],"e":[447.949]},{"i":{"x":[0.865],"y":[0.533]},"o":{"x":[0.301],"y":[0.11]},"n":["0p865_0p533_0p301_0p11"],"t":244.8,"s":[447.949],"e":[671.838]},{"t":259.2}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":247.05,"s":[0],"e":[100]},{"t":259.2}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":243.935,"s":[0],"e":[100]},{"t":257.6423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":244.8,"op":259.8,"st":154.2,"bm":0},{"ddd":0,"ind":288,"ty":4,"nm":"Shape Layer 199","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-12.458,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.364]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p364_0p228_0"],"t":249.6,"s":[441.838],"e":[460.789]},{"i":{"x":[0.865],"y":[0.567]},"o":{"x":[0.356],"y":[0.171]},"n":["0p865_0p567_0p356_0p171"],"t":253.2,"s":[460.789],"e":[671.838]},{"t":265.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":253.65,"s":[0],"e":[100]},{"t":265.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":250.535,"s":[0],"e":[100]},{"t":264.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":251.4,"op":266.4,"st":160.8,"bm":0},{"ddd":0,"ind":289,"ty":4,"nm":"Shape Layer 196","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-1.957,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.354]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p354_0p228_0"],"t":247.2,"s":[441.838],"e":[460.499]},{"i":{"x":[0.865],"y":[0.568]},"o":{"x":[0.356],"y":[0.171]},"n":["0p865_0p568_0p356_0p171"],"t":250.8,"s":[460.499],"e":[671.838]},{"t":263.4}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1419.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":251.25,"s":[0],"e":[100]},{"t":263.4}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":248.135,"s":[0],"e":[100]},{"t":261.8423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":249,"op":264,"st":158.4,"bm":0},{"ddd":0,"ind":290,"ty":4,"nm":"Shape Layer 194","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-12.958,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.584],"y":[0.363]},"o":{"x":[0.228],"y":[0]},"n":["0p584_0p363_0p228_0"],"t":245.4,"s":[441.838],"e":[460.757]},{"i":{"x":[0.661],"y":[0.643]},"o":{"x":[0.327],"y":[0.321]},"n":["0p661_0p643_0p327_0p321"],"t":249,"s":[460.757],"e":[465.693]},{"i":{"x":[0.864],"y":[0.576]},"o":{"x":[0.37],"y":[0.187]},"n":["0p864_0p576_0p37_0p187"],"t":249.6,"s":[465.693],"e":[671.838]},{"t":261.6}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1397.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":249.45,"s":[0],"e":[100]},{"t":261.6}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":246.335,"s":[0],"e":[100]},{"t":260.0423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":247.2,"op":262.2,"st":156.6,"bm":0},{"ddd":0,"ind":291,"ty":4,"nm":"Shape Layer 193","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":7.542,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":244.8,"s":[441.838],"e":[671.838]},{"t":261}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-16.466,1391.004]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":248.85,"s":[0],"e":[100]},{"t":261}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":245.735,"s":[0],"e":[100]},{"t":259.4423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":246.6,"op":261.6,"st":156,"bm":0},{"ddd":0,"ind":292,"ty":4,"nm":"Shape Layer 198","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-5.458,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.586],"y":[0.376]},"o":{"x":[0.206],"y":[0]},"n":["0p586_0p376_0p206_0"],"t":243,"s":[441.838],"e":[482.919]},{"i":{"x":[0.668],"y":[0.627]},"o":{"x":[0.328],"y":[0.29]},"n":["0p668_0p627_0p328_0p29"],"t":249,"s":[482.919],"e":[517.968]},{"i":{"x":[0.851],"y":[0.625]},"o":{"x":[0.44],"y":[0.27]},"n":["0p851_0p625_0p44_0p27"],"t":252,"s":[517.968],"e":[671.838]},{"t":259.2}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-15.858,1424.511]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":247.05,"s":[0],"e":[100]},{"t":259.2}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":243.935,"s":[0],"e":[100]},{"t":257.6423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":244.8,"op":259.8,"st":154.2,"bm":0},{"ddd":0,"ind":293,"ty":4,"nm":"Shape Layer 195","parent":202,"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.041,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.586],"y":[0.381]},"o":{"x":[0.206],"y":[0]},"n":["0p586_0p381_0p206_0"],"t":240.6,"s":[441.838],"e":[483.21]},{"i":{"x":[0.861],"y":[0.597]},"o":{"x":[0.403],"y":[0.225]},"n":["0p861_0p597_0p403_0p225"],"t":246.6,"s":[483.21],"e":[671.838]},{"t":256.8}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-16.242,1425.505]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":244.65,"s":[0],"e":[100]},{"t":256.8}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":241.535,"s":[0],"e":[100]},{"t":255.2423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":242.4,"op":257.4,"st":151.8,"bm":0},{"ddd":0,"ind":294,"ty":4,"nm":"Shape Layer 192","parent":202,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-17.958,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.86],"y":[0.47]},"o":{"x":[0.203],"y":[0]},"n":["0p86_0p47_0p203_0"],"t":241.8,"s":[441.838],"e":[671.838]},{"t":258}],"ix":4}},"a":{"a":0,"k":[-16.5,1365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-16.5,1381],[-17,1484.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.9],"y":[0.537]},"o":{"x":[0.381],"y":[0]},"n":["0p9_0p537_0p381_0"],"t":245.85,"s":[0],"e":[100]},{"t":258}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.132],"y":[0]},"n":["0p416_1_0p132_0"],"t":242.735,"s":[0],"e":[100]},{"t":256.4423828125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":243.6,"op":258.6,"st":153,"bm":0},{"ddd":0,"ind":295,"ty":4,"nm":"objects 4","parent":402,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":115.8,"s":[326.136],"e":[369.787]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":129,"s":[369.787],"e":[445.536]},{"t":172.7998046875}],"ix":3},"y":{"a":0,"k":-7789.901,"ix":4}},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[250,250,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.213,1.833],[0,0.708],[0,0],[0,0],[23.652,0],[3.091,-0.626],[20.095,0],[2.372,-29.672],[6.454,0],[0,-19.981],[0,0],[-19.781,0],[0,0],[-1.351,0.098],[-1.31,0],[0,26.456]],"o":[[0.026,-0.702],[0,0],[0,0],[-3.898,-22.539],[-3.276,0],[-10.324,-15.585],[-30.282,0],[-5.246,-2.962],[-19.981,0],[0,0],[0,19.781],[0,0],[1.376,0],[1.283,0.103],[26.456,0],[0,-1.89]],"v":[[369.473,-265.164],[369.526,-267.275],[369.526,-267.837],[369.091,-267.796],[321.905,-307.482],[312.339,-306.525],[264.234,-332.394],[206.766,-279.377],[189.012,-284.036],[152.833,-247.857],[152.833,-247.496],[188.65,-211.679],[313.93,-211.679],[318.017,-211.844],[321.905,-211.679],[369.807,-259.58]],"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,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"Group 7","np":1,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false}],"ip":100,"op":202,"st":0,"bm":0},{"ddd":0,"ind":296,"ty":4,"nm":"objects 2","parent":402,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":133.8,"s":[-1534.539],"e":[-1414.539]},{"t":193.7998046875}],"ix":3},"y":{"a":0,"k":-7477.901,"ix":4}},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[250,250,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0.108],[15.305,0],[4.748,-3.815],[15.062,0],[1.472,-0.172],[10.831,0],[3.35,-1.501],[17.459,0],[0,-24.637],[-0.523,-2.731],[0,-13.874]],"o":[[0.001,-0.108],[0,-15.305],[-6.565,0],[-6.276,-12.632],[-1.518,0],[-4.251,-9.233],[-3.909,0],[-7.326,-14.612],[-24.637,0],[0,2.884],[-13.155,2.474],[0,0]],"v":[[374.355,299.938],[374.363,299.616],[346.651,271.905],[329.311,278.008],[294.946,256.689],[290.462,256.959],[266.051,241.313],[255.082,243.655],[215.19,219.008],[170.581,263.617],[171.388,272.048],[148.277,299.938]],"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,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"Group 1","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":116,"op":196.6,"st":0,"bm":0},{"ddd":0,"ind":297,"ty":4,"nm":"objects 5","parent":402,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":111,"s":[-802],"e":[-705]},{"t":193}],"ix":3},"y":{"a":0,"k":-8781.901,"ix":4}},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[250,250,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,3.449],[13.113,0],[3.482,-2.003],[16.62,0],[2.944,-0.853],[19.391,0],[4.586,-19.175],[0.999,0],[0,-6.989],[-0.263,-1.016],[4.405,-7.947],[0.765,0],[0,-13.113]],"o":[[1.322,-2.957],[0,-13.113],[-4.305,0],[-2.474,-15.927],[-3.218,0],[-5.671,-17.501],[-20.58,0],[-0.932,-0.219],[-6.989,0],[0,1.098],[-9.439,1.088],[-0.746,-0.071],[-13.113,0],[0,0]],"v":[[111.516,299.938],[113.58,290.259],[89.837,266.517],[78.017,269.671],[45.151,241.554],[35.881,242.873],[-5.607,212.714],[-48.012,246.148],[-50.911,245.801],[-63.566,258.455],[-63.148,261.629],[-85.041,276.306],[-87.308,276.196],[-111.05,299.938]],"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,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"Group 2","np":1,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":100,"op":216,"st":0,"bm":0},{"ddd":0,"ind":298,"ty":4,"nm":"objects 6","parent":402,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":110.4,"s":[192.632],"e":[167.632]},{"t":154}],"ix":3},"y":{"a":0,"k":-5905.901,"ix":4}},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[250,250,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.213,1.833],[0,0.708],[0,0],[0,0],[23.652,0],[3.091,-0.626],[20.095,0],[2.372,-29.672],[6.454,0],[0,-19.981],[0,0],[-19.781,0],[0,0],[-1.351,0.098],[-1.31,0],[0,26.456]],"o":[[0.026,-0.702],[0,0],[0,0],[-3.898,-22.539],[-3.276,0],[-10.324,-15.585],[-30.282,0],[-5.246,-2.962],[-19.981,0],[0,0],[0,19.781],[0,0],[1.376,0],[1.283,0.103],[26.456,0],[0,-1.89]],"v":[[369.473,-265.164],[369.526,-267.275],[369.526,-267.837],[369.091,-267.796],[321.905,-307.482],[312.339,-306.525],[264.234,-332.394],[206.766,-279.377],[189.012,-284.036],[152.833,-247.857],[152.833,-247.496],[188.65,-211.679],[313.93,-211.679],[318.017,-211.844],[321.905,-211.679],[369.807,-259.58]],"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,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"Group 7","np":1,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false}],"ip":100,"op":167,"st":0,"bm":0},{"ddd":0,"ind":299,"ty":4,"nm":"objects","parent":402,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":106.8,"s":[250],"e":[529.063]},{"t":312}],"ix":3},"y":{"a":0,"k":-7469.901,"ix":4}},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[250,250,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[19.399,0],[1.513,-0.199],[20.184,0],[6.802,-15.877],[4.584,0],[5.577,-12.023],[4.354,0],[4.119,-10.763],[3.21,0],[0,-11.927],[-11.927,0],[0,0],[0,19.399]],"o":[[-1.567,0],[-5.456,-18.414],[-18.367,0],[-4.014,-1.597],[-14.126,0],[-3.695,-1.739],[-12.211,0],[-2.739,-1.257],[-11.927,0],[0,11.927],[0,0],[19.399,0],[0,-19.399]],"v":[[84.993,-116.641],[80.372,-116.329],[37.695,-148.181],[-3.239,-121.179],[-16.211,-123.663],[-48.084,-103.298],[-60.259,-106.013],[-87.008,-87.604],[-95.993,-89.58],[-117.589,-67.985],[-95.993,-46.39],[84.993,-46.39],[120.118,-81.515]],"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,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"Group 5","np":1,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false}],"ip":100,"op":211,"st":0,"bm":0},{"ddd":0,"ind":300,"ty":3,"nm":"__ALL","sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[900,988,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.272,0.272,0.667],"y":[1,1,1]},"o":{"x":[0.422,0.422,0.333],"y":[0,0,0]},"n":["0p272_1_0p422_0","0p272_1_0p422_0","0p667_1_0p333_0"],"t":266.4,"s":[100,100,100],"e":[34,34,100]},{"t":387.9998046875}],"ix":6}},"ao":0,"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":301,"ty":3,"nm":"Star Moon","parent":402,"sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-10,-13174.242,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":302,"ty":4,"nm":"Star 36","parent":301,"sr":1,"ks":{"o":{"a":0,"k":90,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-2181.269,-5478.835,0],"ix":2},"a":{"a":0,"k":[598,-698,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[25,25],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952563715916,0.960784313725,0.949480961818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[598,-698],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":303,"ty":4,"nm":"Star 35","parent":301,"sr":1,"ks":{"o":{"a":0,"k":44,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-1884.233,-5203.219,0],"ix":2},"a":{"a":0,"k":[598,-698,0],"ix":1},"s":{"a":0,"k":[125,125,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[25,25],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952563715916,0.960784313725,0.949480961818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[598,-698],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":304,"ty":4,"nm":"Star 34","parent":301,"sr":1,"ks":{"o":{"a":0,"k":25,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-2248.968,-4609.569,0],"ix":2},"a":{"a":0,"k":[598,-698,0],"ix":1},"s":{"a":0,"k":[75,75,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[25,25],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952563715916,0.960784313725,0.949480961818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[598,-698],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":305,"ty":4,"nm":"Star 33","parent":301,"sr":1,"ks":{"o":{"a":0,"k":90,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[2012.29,-5394.194,0],"ix":2},"a":{"a":0,"k":[598,-698,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[25,25],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952563715916,0.960784313725,0.949480961818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[598,-698],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":306,"ty":4,"nm":"Star 32","parent":301,"sr":1,"ks":{"o":{"a":0,"k":88,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[2232.38,-5257.082,0],"ix":2},"a":{"a":0,"k":[598,-698,0],"ix":1},"s":{"a":0,"k":[125,125,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[25,25],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952563715916,0.960784313725,0.949480961818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[598,-698],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":307,"ty":4,"nm":"Star 31","parent":301,"sr":1,"ks":{"o":{"a":0,"k":65,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1867.645,-5125.108,0],"ix":2},"a":{"a":0,"k":[598,-698,0],"ix":1},"s":{"a":0,"k":[75,75,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[25,25],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952563715916,0.960784313725,0.949480961818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[598,-698],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":308,"ty":4,"nm":"Star 30","parent":301,"sr":1,"ks":{"o":{"a":0,"k":90,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1935.344,-1054.438,0],"ix":2},"a":{"a":0,"k":[598,-698,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[25,25],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952563715916,0.960784313725,0.949480961818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[598,-698],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":309,"ty":4,"nm":"Star 29","parent":301,"sr":1,"ks":{"o":{"a":0,"k":88,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[2240.074,-1309.75,0],"ix":2},"a":{"a":0,"k":[598,-698,0],"ix":1},"s":{"a":0,"k":[125,125,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[25,25],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952563715916,0.960784313725,0.949480961818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[598,-698],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":310,"ty":4,"nm":"Star 28","parent":301,"sr":1,"ks":{"o":{"a":0,"k":65,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1790.699,-1939.542,0],"ix":2},"a":{"a":0,"k":[598,-698,0],"ix":1},"s":{"a":0,"k":[75,75,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[25,25],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952563715916,0.960784313725,0.949480961818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[598,-698],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":311,"ty":4,"nm":"Star 27","parent":301,"sr":1,"ks":{"o":{"a":0,"k":75,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1999.897,-2566.782,0],"ix":2},"a":{"a":0,"k":[598,-698,0],"ix":1},"s":{"a":0,"k":[125,125,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[25,25],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952563715916,0.960784313725,0.949480961818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[598,-698],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":312,"ty":4,"nm":"Star 26","parent":301,"sr":1,"ks":{"o":{"a":0,"k":33,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1600.074,-1469.75,0],"ix":2},"a":{"a":0,"k":[598,-698,0],"ix":1},"s":{"a":0,"k":[25,25,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[25,25],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952563715916,0.960784313725,0.949480961818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[598,-698],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":313,"ty":4,"nm":"Star 25","parent":301,"sr":1,"ks":{"o":{"a":0,"k":90,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1840.074,-659.542,0],"ix":2},"a":{"a":0,"k":[598,-698,0],"ix":1},"s":{"a":0,"k":[98,98,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[25,25],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952563715916,0.960784313725,0.949480961818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[598,-698],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":314,"ty":4,"nm":"Star 24","parent":301,"sr":1,"ks":{"o":{"a":0,"k":90,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-1660.751,-1147.376,0],"ix":2},"a":{"a":0,"k":[598,-698,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[25,25],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952563715916,0.960784313725,0.949480961818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[598,-698],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":315,"ty":4,"nm":"Star 23","parent":301,"sr":1,"ks":{"o":{"a":0,"k":88,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-1740.751,-1867.376,0],"ix":2},"a":{"a":0,"k":[598,-698,0],"ix":1},"s":{"a":0,"k":[125,125,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[25,25],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952563715916,0.960784313725,0.949480961818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[598,-698],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":316,"ty":4,"nm":"Star 22","parent":301,"sr":1,"ks":{"o":{"a":0,"k":65,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-2190.127,-2497.167,0],"ix":2},"a":{"a":0,"k":[598,-698,0],"ix":1},"s":{"a":0,"k":[75,75,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[25,25],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952563715916,0.960784313725,0.949480961818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[598,-698],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":317,"ty":4,"nm":"Star 21","parent":301,"sr":1,"ks":{"o":{"a":0,"k":75,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-2213.272,-3124.407,0],"ix":2},"a":{"a":0,"k":[598,-698,0],"ix":1},"s":{"a":0,"k":[125,125,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[25,25],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952563715916,0.960784313725,0.949480961818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[598,-698],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":318,"ty":4,"nm":"Star 20","parent":301,"sr":1,"ks":{"o":{"a":0,"k":33,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-2380.751,-2027.376,0],"ix":2},"a":{"a":0,"k":[598,-698,0],"ix":1},"s":{"a":0,"k":[25,25,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[25,25],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952563715916,0.960784313725,0.949480961818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[598,-698],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":319,"ty":4,"nm":"Star 19","parent":301,"sr":1,"ks":{"o":{"a":0,"k":90,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-2140.751,-1217.167,0],"ix":2},"a":{"a":0,"k":[598,-698,0],"ix":1},"s":{"a":0,"k":[98,98,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[25,25],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952563715916,0.960784313725,0.949480961818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[598,-698],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":320,"ty":4,"nm":"Star 18","parent":301,"sr":1,"ks":{"o":{"a":0,"k":50,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-1391.969,-1426.543,0],"ix":2},"a":{"a":0,"k":[598,-698,0],"ix":1},"s":{"a":0,"k":[108,108,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[25,25],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952563715916,0.960784313725,0.949480961818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[598,-698],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":321,"ty":4,"nm":"Star 17","parent":301,"sr":1,"ks":{"o":{"a":0,"k":85,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-1420.751,-427.376,0],"ix":2},"a":{"a":0,"k":[598,-698,0],"ix":1},"s":{"a":0,"k":[88,88,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[25,25],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952563715916,0.960784313725,0.949480961818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[598,-698],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":322,"ty":4,"nm":"Star 16","parent":301,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-599.448,-1268.208,0],"ix":2},"a":{"a":0,"k":[598,-698,0],"ix":1},"s":{"a":0,"k":[80,80,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[25,25],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952563715916,0.960784313725,0.949480961818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[598,-698],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":323,"ty":4,"nm":"Star 15","parent":301,"sr":1,"ks":{"o":{"a":0,"k":66,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-842,22,0],"ix":2},"a":{"a":0,"k":[598,-698,0],"ix":1},"s":{"a":0,"k":[125,125,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[25,25],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952563715916,0.960784313725,0.949480961818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[598,-698],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":324,"ty":4,"nm":"Star 14","parent":301,"sr":1,"ks":{"o":{"a":0,"k":50,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-202,-538,0],"ix":2},"a":{"a":0,"k":[598,-698,0],"ix":1},"s":{"a":0,"k":[65,65,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[25,25],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952563715916,0.960784313725,0.949480961818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[598,-698],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":325,"ty":4,"nm":"Star 13","parent":301,"sr":1,"ks":{"o":{"a":0,"k":80,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[598,-58,0],"ix":2},"a":{"a":0,"k":[598,-698,0],"ix":1},"s":{"a":0,"k":[125,125,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[25,25],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952563715916,0.960784313725,0.949480961818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[598,-698],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":326,"ty":4,"nm":"Star 12","parent":301,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[678,742,0],"ix":2},"a":{"a":0,"k":[598,-698,0],"ix":1},"s":{"a":0,"k":[99,99,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[25,25],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952563715916,0.960784313725,0.949480961818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[598,-698],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":327,"ty":4,"nm":"Star 11","parent":301,"sr":1,"ks":{"o":{"a":0,"k":25,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[278,822,0],"ix":2},"a":{"a":0,"k":[598,-698,0],"ix":1},"s":{"a":0,"k":[55,55,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[25,25],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952563715916,0.960784313725,0.949480961818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[598,-698],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":328,"ty":4,"nm":"Star 10","parent":301,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[38,502,0],"ix":2},"a":{"a":0,"k":[598,-698,0],"ix":1},"s":{"a":0,"k":[135,135,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[25,25],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952563715916,0.960784313725,0.949480961818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[598,-698],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":329,"ty":4,"nm":"Star 9","parent":301,"sr":1,"ks":{"o":{"a":0,"k":90,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[198,-218,0],"ix":2},"a":{"a":0,"k":[598,-698,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[25,25],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952563715916,0.960784313725,0.949480961818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[598,-698],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":330,"ty":4,"nm":"Star 8","parent":301,"sr":1,"ks":{"o":{"a":0,"k":88,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[118,-938,0],"ix":2},"a":{"a":0,"k":[598,-698,0],"ix":1},"s":{"a":0,"k":[125,125,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[25,25],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952563715916,0.960784313725,0.949480961818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[598,-698],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":331,"ty":4,"nm":"Star 7","parent":301,"sr":1,"ks":{"o":{"a":0,"k":65,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[598,-1180.552,0],"ix":2},"a":{"a":0,"k":[598,-698,0],"ix":1},"s":{"a":0,"k":[75,75,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[25,25],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952563715916,0.960784313725,0.949480961818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[598,-698],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":332,"ty":4,"nm":"Star 6","parent":301,"sr":1,"ks":{"o":{"a":0,"k":75,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1364.824,-1343.104,0],"ix":2},"a":{"a":0,"k":[598,-698,0],"ix":1},"s":{"a":0,"k":[125,125,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[25,25],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952563715916,0.960784313725,0.949480961818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[598,-698],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":333,"ty":4,"nm":"Star 5","parent":301,"sr":1,"ks":{"o":{"a":0,"k":33,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-522,-1098,0],"ix":2},"a":{"a":0,"k":[598,-698,0],"ix":1},"s":{"a":0,"k":[25,25,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[25,25],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952563715916,0.960784313725,0.949480961818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[598,-698],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":334,"ty":4,"nm":"Star 4","parent":301,"sr":1,"ks":{"o":{"a":0,"k":90,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-282,22,0],"ix":2},"a":{"a":0,"k":[598,-698,0],"ix":1},"s":{"a":0,"k":[98,98,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[25,25],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952563715916,0.960784313725,0.949480961818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[598,-698],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":335,"ty":4,"nm":"Star 3","parent":301,"sr":1,"ks":{"o":{"a":0,"k":50,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-602,742,0],"ix":2},"a":{"a":0,"k":[598,-698,0],"ix":1},"s":{"a":0,"k":[108,108,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[25,25],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952563715916,0.960784313725,0.949480961818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[598,-698],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":336,"ty":4,"nm":"Star 2","parent":301,"sr":1,"ks":{"o":{"a":0,"k":85,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[438,502,0],"ix":2},"a":{"a":0,"k":[598,-698,0],"ix":1},"s":{"a":0,"k":[88,88,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[25,25],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952563715916,0.960784313725,0.949480961818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[598,-698],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":337,"ty":4,"nm":"Star","parent":301,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[25,25],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952563715916,0.960784313725,0.949480961818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[598,-698],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":338,"ty":4,"nm":"bitcoin-seeklogo.com Outlines 4","cl":"com","parent":340,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":349,"s":[0],"e":[100]},{"t":368}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-181.544,4.342,0],"ix":2},"a":{"a":0,"k":[31.997,32.999,0],"ix":1},"s":{"a":0,"k":[308.711,308.711,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.03,-4.137],[1.981,0.494],[0,0]],"o":[[-0.99,3.967],[0,0],[1.981,0.494]],"v":[[8.013,-4.034],[-1.069,-2.577],[0.679,-9.587]],"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":[[1.134,-4.547],[2.38,0.591],[0,0]],"o":[[-1.085,4.36],[0,0],[2.38,0.595]],"v":[[6.927,7.279],[-3.879,8.691],[-1.951,0.961]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[4.434,1.527],[0,0],[0,0],[0,0],[0.942,0.215],[0,0],[0,0],[0,0],[0.728,0.181],[0,0],[0,0],[0,0],[0.056,-0.036],[0.043,-0.745],[0,0],[-0.14,-0.056],[0.129,0.031],[0,0],[0.994,0.246],[0,0],[0,0],[0,0],[-0.82,-0.21],[0,0],[0,0],[0,0],[-0.91,-0.227],[0,0],[0,0],[0,0],[-1.896,5.415],[3.149,1.64],[-0.461,3.117]],"o":[[0.637,-4.258],[0,0],[0,0],[0,0],[-0.923,-0.23],[0,0],[0,0],[0,0],[-0.764,-0.174],[0,0],[0,0],[0,0],[0,0],[1.422,0.355],[0,0],[0.099,0.025],[-0.117,-0.029],[0,0],[-0.174,0.432],[0.035,0.051],[0,0],[0,0],[0.85,0.213],[0,0],[0,0],[0,0],[0.958,0.26],[0,0],[0,0],[0,0],[5.986,1.133],[1.527,-4.36],[2.294,-0.529],[0,0]],"v":[[14.949,-3.971],[7.911,-12.045],[9.349,-17.812],[5.837,-18.687],[4.438,-13.071],[1.625,-13.733],[3.035,-19.387],[-0.474,-20.261],[-1.914,-14.496],[-4.155,-15.022],[-4.151,-15.041],[-8.993,-16.25],[-9.927,-12.5],[-7.377,-11.866],[-5.741,-9.824],[-7.379,-3.253],[-7.014,-3.136],[-7.385,-3.227],[-9.681,5.978],[-11.29,6.812],[-13.842,6.175],[-15.585,10.194],[-11.016,11.333],[-8.513,11.979],[-9.966,17.813],[-6.459,18.688],[-5.02,12.916],[-2.222,13.642],[-3.656,19.386],[-0.145,20.261],[1.308,14.439],[13.692,9.7],[10.466,1.185],[14.949,-3.971]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.945098042488,0.827450990677,0.72549021244,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[31.151,32.411],"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":"Group 8","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":480,"st":0,"bm":0},{"ddd":0,"ind":339,"ty":4,"nm":"bitcoin-seeklogo.com Outlines 2","cl":"com","parent":340,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":355,"s":[0],"e":[100]},{"t":385}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[95.038,-2.533,0],"ix":2},"a":{"a":0,"k":[153.5,32.5,0],"ix":1},"s":{"a":0,"k":[157.162,157.162,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.105,0.348],[-1.385,0.292],[-1.699,0.189],[-2.151,0],[-2.406,-3.671],[1.56,-6.368],[0,0],[0,0],[0,0],[-0.189,1.328],[0.223,1.004],[0.779,0.63],[1.621,0],[1.623,-0.324],[0,0],[0,0]],"o":[[0.91,-0.266],[1.109,-0.349],[1.369,-0.302],[1.699,-0.193],[6.322,0],[2.404,3.672],[0,0],[0,0],[0,0],[0.326,-1.406],[0.191,-1.315],[-0.213,-0.992],[-0.791,-0.618],[-1.564,0],[0,0],[0,0],[0,0]],"v":[[-11.313,-18.869],[-8.282,-19.803],[-4.55,-20.766],[0.063,-21.501],[5.849,-21.788],[18.935,-16.276],[20.195,-1.212],[14.681,21.788],[2.615,21.788],[7.959,-0.728],[8.73,-4.822],[8.687,-8.302],[7.193,-10.735],[3.586,-11.665],[-1.19,-11.173],[-9.047,21.787],[-21.118,21.787]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.654901981354,0.686274528503,0.643137276173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[285.381,42.072],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.137,0],[1.344,0.998],[0,2.059],[-0.457,1.002],[-0.758,0.732],[-0.994,0.436],[-1.132,0],[-1.348,-0.998],[0,-2.047],[0.453,-1],[0.755,-0.732],[0.996,-0.434]],"o":[[-1.672,0],[-1.35,-0.992],[0,-1.132],[0.457,-1],[0.753,-0.726],[0.996,-0.431],[1.676,0],[1.349,1.003],[0,1.136],[-0.453,1],[-0.76,0.727],[-1.004,0.436]],"v":[[4.737,-16.769],[0.205,-18.265],[-1.823,-22.842],[-1.133,-26.037],[0.691,-28.631],[3.323,-30.373],[6.517,-31.019],[11.055,-29.523],[13.084,-24.946],[12.39,-21.743],[10.573,-19.151],[7.943,-17.412]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.087,31.019],[-13.084,31.019],[-2.961,-11.578],[9.114,-11.578]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.654901981354,0.686274528503,0.643137276173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[256.32,32.841],"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":"Group 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.267,0],[1.345,-1.018],[0.914,-1.564],[0.462,-1.861],[0,-1.675],[-0.858,-1.515],[-2.269,0],[-1.353,1.03],[-0.921,1.566],[-0.463,1.863],[0,1.672],[0.865,1.513]],"o":[[-1.777,0],[-1.35,1.031],[-0.924,1.569],[-0.459,1.865],[0,2.703],[0.869,1.507],[1.783,0],[1.342,-1.022],[0.918,-1.561],[0.453,-1.859],[0,-2.695],[-0.864,-1.508]],"v":[[2.427,-12.227],[-2.267,-10.692],[-5.664,-6.801],[-7.737,-1.658],[-8.421,3.645],[-7.128,9.968],[-2.428,12.233],[2.271,10.691],[5.669,6.805],[7.74,1.662],[8.424,-3.642],[7.126,-9.961]],"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],[2.108,0.863],[1.377,1.569],[0.707,2.134],[0,2.587],[-1.053,3.235],[-2.058,2.589],[-2.967,1.652],[-3.827,0],[-2.136,-0.862],[-1.385,-1.563],[-0.699,-2.136],[0,-2.589],[1.02,-3.244],[2,-2.595],[2.998,-1.646],[3.942,0]],"o":[[-2.86,0],[-2.102,-0.863],[-1.379,-1.562],[-0.707,-2.132],[0,-3.245],[1.048,-3.242],[2.042,-2.593],[2.963,-1.643],[2.81,0],[2.128,0.861],[1.37,1.57],[0.706,2.128],[0,3.235],[-1.022,3.229],[-1.996,2.589],[-2.995,1.645],[0,0]],"v":[[-3.566,22.436],[-11.018,21.137],[-16.238,17.493],[-19.357,11.947],[-20.404,4.867],[-18.829,-4.857],[-14.169,-13.602],[-6.642,-19.967],[3.557,-22.436],[10.975,-21.136],[16.24,-17.492],[19.35,-11.943],[20.404,-4.858],[18.87,4.865],[14.333,13.61],[6.844,19.964],[-3.564,22.436]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.654901981354,0.686274528503,0.643137276173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[221.763,42.557],"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":"Group 3","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.187,3.239],[-2.215,2.433],[-3.165,1.408],[-3.887,0],[-1.913,-0.461],[-1.571,-0.755],[0,0],[1.159,0.35],[1.675,0],[2.355,-2.75],[0,-4.646],[-1.192,-1.703],[-3.181,0],[-1.451,0.319],[-1.137,0.481],[0,0],[1.834,-0.465],[2.537,0],[2.319,0.965],[1.51,1.648],[0.674,2.214],[0,2.425]],"o":[[0,-3.669],[1.185,-3.243],[2.207,-2.421],[3.15,-1.4],[2.433,0],[1.92,0.465],[0,0],[-1.08,-0.438],[-1.16,-0.357],[-4.001,0],[-2.344,2.751],[0,2.753],[1.186,1.703],[1.57,0],[1.462,-0.324],[0,0],[-1.517,0.588],[-1.838,0.449],[-3.349,0],[-2.32,-0.979],[-1.518,-1.652],[-0.674,-2.212],[0,0]],"v":[[-18.63,4.296],[-16.849,-6.072],[-11.741,-14.582],[-3.681,-20.329],[6.883,-22.436],[13.402,-21.744],[18.63,-19.924],[14.495,-10.525],[11.135,-11.698],[6.885,-12.228],[-2.635,-8.099],[-6.16,3],[-4.374,9.682],[2.184,12.232],[6.72,11.748],[10.61,10.534],[11.505,20.17],[6.484,21.754],[-0.079,22.436],[-8.583,20.981],[-14.329,17.052],[-17.611,11.257],[-18.63,4.296]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.654901981354,0.686274528503,0.643137276173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[183.58,42.559],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.052,-1.078],[-0.325,-0.783],[-0.841,-0.429],[-1.57,0],[-1.218,0.244],[-1.242,0.437],[0,0],[1.89,-0.431],[2.59,0],[2.056,1.101],[0.868,1.918],[-0.106,2.482],[-0.648,2.754]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.329,1.242],[-0.058,1.083],[0.322,0.785],[0.836,0.435],[1.293,0],[1.211,-0.239],[0,0],[-1.621,0.594],[-1.892,0.436],[-3.725,0],[-2.055,-1.109],[-0.858,-1.911],[0.111,-2.487],[0,0]],"v":[[-6.869,-26.116],[5.686,-28.061],[2.604,-15.504],[16.049,-15.504],[13.621,-5.626],[0.256,-5.626],[-3.303,9.274],[-3.87,12.754],[-3.467,15.55],[-1.726,17.368],[1.876,18.022],[5.647,17.655],[9.327,16.644],[10.221,25.88],[4.957,27.415],[-1.766,28.061],[-10.434,26.407],[-14.809,21.865],[-15.943,15.269],[-14.809,7.412]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.654901981354,0.686274528503,0.643137276173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[149.431,36.767],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.347,0.998],[0,2.059],[-0.456,1.002],[-0.757,0.732],[-0.996,0.436],[-1.135,0],[-1.352,-0.998],[0,-2.047],[0.46,-1],[0.758,-0.732],[0.995,-0.434],[1.132,0]],"o":[[-1.673,0],[-1.356,-0.992],[0,-1.132],[0.463,-1],[0.757,-0.726],[1.002,-0.431],[1.672,0],[1.345,1.003],[0,1.136],[-0.457,1],[-0.751,0.727],[-1.002,0.436],[0,0]],"v":[[4.742,-16.769],[0.206,-18.265],[-1.823,-22.842],[-1.138,-26.037],[0.689,-28.631],[3.319,-30.373],[6.523,-31.019],[11.056,-29.523],[13.077,-24.946],[12.39,-21.743],[10.569,-19.151],[7.939,-17.412],[4.742,-16.769]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.091,31.019],[-13.077,31.019],[-2.956,-11.578],[9.114,-11.578]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.654901981354,0.686274528503,0.643137276173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[122.945,32.841],"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":"Group 6","np":3,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.673,0.913],[-1.213,1.537],[-0.7,1.943],[0,2.109],[0.863,1.461],[2.319,0],[1.215,-0.259],[0.977,-0.859],[0,0],[-0.243,-0.051],[-0.262,-0.027],[-0.384,0],[-0.593,0]],"o":[[1.89,0],[1.678,-0.914],[1.213,-1.544],[0.7,-1.942],[0,-2.591],[-0.863,-1.455],[-0.76,0],[-1.218,0.275],[0,0],[0.322,0.058],[0.238,0.055],[0.277,0.031],[0.383,0],[0,0]],"v":[[-3.928,22.033],[1.415,20.655],[5.754,16.971],[8.627,11.744],[9.681,5.665],[8.385,-0.408],[3.606,-2.595],[0.653,-2.191],[-2.632,-0.486],[-7.974,21.702],[-7.124,21.864],[-6.361,21.986],[-5.383,22.032],[-3.929,22.033]],"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],[-1.885,-0.913],[-1.254,-1.562],[-0.595,-2.104],[0,-2.427],[1.379,-3.32],[2.38,-2.46],[3.238,-1.432],[3.774,0],[1.212,0.025],[1.56,0.211],[1.754,0.434],[1.566,0.759],[0,0],[0,0],[0,0],[-1.08,0.272],[-1.24,0]],"o":[[2.595,0],[1.892,0.922],[1.235,1.569],[0.59,2.108],[0,3.729],[-1.379,3.325],[-2.378,2.457],[-3.233,1.432],[-0.487,0],[-1.212,-0.025],[-1.57,-0.22],[-1.752,-0.426],[0,0],[0,0],[0,0],[1.074,-0.484],[1.081,-0.27],[0,0]],"v":[[6.598,-12.638],[13.32,-11.26],[18.028,-7.533],[20.778,-2.026],[21.664,4.778],[19.601,15.348],[13.971,24.017],[5.547,29.842],[-4.975,31.989],[-7.533,31.95],[-11.698,31.59],[-16.681,30.613],[-21.664,28.831],[-7.652,-30.045],[4.898,-31.989],[-0.119,-11.097],[3.117,-12.229],[6.598,-12.638]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.654901981354,0.686274528503,0.643137276173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[87.173,33.002],"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":"Group 7","np":3,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":480,"st":0,"bm":0},{"ddd":0,"ind":340,"ty":3,"nm":"Moon","parent":301,"sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[2,-3715,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[524,524,100],"ix":6}},"ao":0,"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":341,"ty":4,"nm":"Shape Layer 254","parent":340,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[249.813,82.942,0],"ix":2},"a":{"a":0,"k":[-296,-560,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[20,20],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.654901960784,0.686274509804,0.643137254902,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-296,-560],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":342,"ty":4,"nm":"Shape Layer 253","parent":340,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[32,-184,0],"ix":2},"a":{"a":0,"k":[-296,-560,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[20,20],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.654901960784,0.686274509804,0.643137254902,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-296,-560],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":343,"ty":4,"nm":"Shape Layer 261","parent":340,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[74,-278,0],"ix":2},"a":{"a":0,"k":[-404,-322,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[16.569,0],[0,-16.569],[-16.569,0],[0,16.569]],"o":[[-16.569,0],[0,16.569],[16.569,0],[0,-16.569]],"v":[[0,-30],[-30,0],[0,30],[30,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":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.654901960784,0.686274509804,0.643137254902,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-404,-322],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":344,"ty":4,"nm":"Shape Layer 259","parent":340,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-136.117,-214.53,0],"ix":2},"a":{"a":0,"k":[-404,-322,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[16.569,0],[0,-16.569],[-16.569,0],[0,16.569]],"o":[[-16.569,0],[0,16.569],[16.569,0],[0,-16.569]],"v":[[0,-30],[-30,0],[0,30],[30,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":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.654901960784,0.686274509804,0.643137254902,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-404,-322],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":345,"ty":4,"nm":"Shape Layer 255","parent":340,"sr":1,"ks":{"o":{"a":0,"k":25,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-136.117,-214.53,0],"ix":2},"a":{"a":0,"k":[-404,-322,0],"ix":1},"s":{"a":0,"k":[118,118,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[16.569,0],[0,-16.569],[-16.569,0],[0,16.569]],"o":[[-16.569,0],[0,16.569],[16.569,0],[0,-16.569]],"v":[[0,-30],[-30,0],[0,30],[30,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":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.654901960784,0.686274509804,0.643137254902,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-404,-322],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":346,"ty":4,"nm":"Shape Layer 252","parent":340,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[171.729,-118.658,0],"ix":2},"a":{"a":0,"k":[-404,-322,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[16.569,0],[0,-16.569],[-16.569,0],[0,16.569]],"o":[[-16.569,0],[0,16.569],[16.569,0],[0,-16.569]],"v":[[0,-30],[-30,0],[0,30],[30,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":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.654901960784,0.686274509804,0.643137254902,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-404,-322],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":347,"ty":4,"nm":"Shape Layer 257","parent":340,"sr":1,"ks":{"o":{"a":0,"k":50,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[171.729,-118.658,0],"ix":2},"a":{"a":0,"k":[-404,-322,0],"ix":1},"s":{"a":0,"k":[133,133,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[16.569,0],[0,-16.569],[-16.569,0],[0,16.569]],"o":[[-16.569,0],[0,16.569],[16.569,0],[0,-16.569]],"v":[[0,-30],[-30,0],[0,30],[30,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":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.654901960784,0.686274509804,0.643137254902,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-404,-322],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":350,"ty":4,"nm":"Shape Layer 258","parent":340,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-181.046,-0.066,0],"ix":2},"a":{"a":0,"k":[-102,-374,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[184,184],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.654901960784,0.686274509804,0.643137254902,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-102,-374],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":351,"ty":4,"nm":"Shape Layer 256","parent":340,"sr":1,"ks":{"o":{"a":0,"k":50,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-181.046,-0.066,0],"ix":2},"a":{"a":0,"k":[-102,-374,0],"ix":1},"s":{"a":0,"k":[132,132,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[184,184],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.654901960784,0.686274509804,0.643137254902,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-102,-374],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":353,"ty":4,"nm":"Shape Layer 260","parent":340,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[621.524,797.963,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[78,78],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.654901960784,0.686274509804,0.643137254902,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-519,-585],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":354,"ty":4,"nm":"Shape Layer 250","parent":340,"sr":1,"ks":{"o":{"a":0,"k":25,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[102.524,212.963,0],"ix":2},"a":{"a":0,"k":[-519,-585,0],"ix":1},"s":{"a":0,"k":[208,208,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[78,78],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.654901960784,0.686274509804,0.643137254902,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-519,-585],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":355,"ty":4,"nm":"Shape Layer 249","parent":340,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[328,376,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-263.699,-69.252],[0,225.332],[-93.762,74.755]],"o":[[-225.332,0],[0,-129.236],[-249.782,397.501]],"v":[[0,408],[-408,0],[-254.15,-319.193]],"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":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.654901960784,0.686274509804,0.643137254902,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-324,-372],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":356,"ty":4,"nm":"Shape Layer 248","parent":340,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[328,376,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[816,816],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.945098039216,0.827450980392,0.725490196078,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-324,-372],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":357,"ty":3,"nm":"support","parent":402,"sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-10,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ip":-2.4,"op":478.2,"st":28.2,"bm":0},{"ddd":0,"ind":358,"ty":4,"nm":"bitcoin-seeklogo.com Outlines","cl":"com","parent":359,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[80.413,93.289,0],"ix":2},"a":{"a":0,"k":[30.873,32.411,0],"ix":1},"s":{"a":0,"k":[618,618,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.03,-4.137],[1.981,0.494],[0,0]],"o":[[-0.99,3.967],[0,0],[1.981,0.494]],"v":[[8.013,-4.034],[-1.069,-2.577],[0.679,-9.587]],"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":[[1.134,-4.547],[2.38,0.591],[0,0]],"o":[[-1.085,4.36],[0,0],[2.38,0.595]],"v":[[6.927,7.279],[-3.879,8.691],[-1.951,0.961]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[4.434,1.527],[0,0],[0,0],[0,0],[0.942,0.215],[0,0],[0,0],[0,0],[0.728,0.181],[0,0],[0,0],[0,0],[0.056,-0.036],[0.043,-0.745],[0,0],[-0.14,-0.056],[0.129,0.031],[0,0],[0.994,0.246],[0,0],[0,0],[0,0],[-0.82,-0.21],[0,0],[0,0],[0,0],[-0.91,-0.227],[0,0],[0,0],[0,0],[-1.896,5.415],[3.149,1.64],[-0.461,3.117]],"o":[[0.637,-4.258],[0,0],[0,0],[0,0],[-0.923,-0.23],[0,0],[0,0],[0,0],[-0.764,-0.174],[0,0],[0,0],[0,0],[0,0],[1.422,0.355],[0,0],[0.099,0.025],[-0.117,-0.029],[0,0],[-0.174,0.432],[0.035,0.051],[0,0],[0,0],[0.85,0.213],[0,0],[0,0],[0,0],[0.958,0.26],[0,0],[0,0],[0,0],[5.986,1.133],[1.527,-4.36],[2.294,-0.529],[0,0]],"v":[[14.949,-3.971],[7.911,-12.045],[9.349,-17.812],[5.837,-18.687],[4.438,-13.071],[1.625,-13.733],[3.035,-19.387],[-0.474,-20.261],[-1.914,-14.496],[-4.155,-15.022],[-4.151,-15.041],[-8.993,-16.25],[-9.927,-12.5],[-7.377,-11.866],[-5.741,-9.824],[-7.379,-3.253],[-7.014,-3.136],[-7.385,-3.227],[-9.681,5.978],[-11.29,6.812],[-13.842,6.175],[-15.585,10.194],[-11.016,11.333],[-8.513,11.979],[-9.966,17.813],[-6.459,18.688],[-5.02,12.916],[-2.222,13.642],[-3.656,19.386],[-0.145,20.261],[1.308,14.439],[13.692,9.7],[10.466,1.185],[14.949,-3.971]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.498039215803,0.011764706112,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[31.151,32.411],"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":"Group 8","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":480,"st":0,"bm":0},{"ddd":0,"ind":359,"ty":3,"nm":"E 2 Outlines","parent":357,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-483.71,479.357,0],"ix":2},"a":{"a":0,"k":[90.828,92.555,0],"ix":1},"s":{"a":0,"k":[50,50,100],"ix":6}},"ao":0,"ip":-2.4,"op":486.6,"st":27.6,"bm":0},{"ddd":0,"ind":360,"ty":4,"nm":"Shape Layer 320","parent":357,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,-3,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[1056,580],[-1148,580],[-1104,1016],[1056,1016]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.537254901961,0.854901960784,0.964705882353,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.862745098039,0.315923593559,0.152249130548,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":478.2,"st":28.2,"bm":0},{"ddd":0,"ind":361,"ty":4,"nm":"Shape Layer 321","parent":357,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[70,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[20,-479],[20,463],[-20,463],[-20,-479]],"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":10,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.890196078431,0.709803921569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[271,135],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":478.2,"st":28.2,"bm":0},{"ddd":0,"ind":362,"ty":4,"nm":"Shape Layer 346","parent":357,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,728,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-442,-160],[348,-161]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.890196078431,0.709803921569,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":20,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":478.2,"st":28.2,"bm":0},{"ddd":0,"ind":363,"ty":4,"nm":"Shape Layer 343","parent":357,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,714,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-374,-160],[323,-160]],"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":10,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":478.2,"st":28.2,"bm":0},{"ddd":0,"ind":364,"ty":4,"nm":"Shape Layer 341","parent":357,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,450,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[281,-160],[323,-160]],"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":10,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":478.2,"st":28.2,"bm":0},{"ddd":0,"ind":365,"ty":4,"nm":"Shape Layer 339","parent":357,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,250,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[281,-160],[323,-160]],"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":10,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":478.2,"st":28.2,"bm":0},{"ddd":0,"ind":366,"ty":4,"nm":"Shape Layer 340","parent":357,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,410,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[281,-160],[323,-160]],"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":10,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":478.2,"st":28.2,"bm":0},{"ddd":0,"ind":367,"ty":4,"nm":"Shape Layer 338","parent":357,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,210,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[281,-160],[323,-160]],"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":10,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":478.2,"st":28.2,"bm":0},{"ddd":0,"ind":368,"ty":4,"nm":"Shape Layer 337","parent":357,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,40,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[281,-160],[323,-160]],"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":10,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":478.2,"st":28.2,"bm":0},{"ddd":0,"ind":369,"ty":4,"nm":"Shape Layer 336","parent":357,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[281,-160],[323,-160]],"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":10,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":478.2,"st":28.2,"bm":0},{"ddd":0,"ind":372,"ty":4,"nm":"Shape Layer 333","parent":357,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[177,-141,0],"ix":2},"a":{"a":0,"k":[664,486,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[208,208],"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":10,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.890196078431,0.709803921569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[664,486],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":478.2,"st":28.2,"bm":0},{"ddd":0,"ind":375,"ty":4,"nm":"Shape Layer 330","parent":357,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[177,66,0],"ix":2},"a":{"a":0,"k":[664,486,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[208,208],"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":10,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.890196078431,0.709803921569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[664,486],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":478.2,"st":28.2,"bm":0},{"ddd":0,"ind":378,"ty":4,"nm":"Shape Layer 344","parent":357,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-480,480,0],"ix":2},"a":{"a":0,"k":[664,486,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[208,208],"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":10,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.890196078431,0.709803921569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[664,486],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":478.2,"st":28.2,"bm":0},{"ddd":0,"ind":379,"ty":4,"nm":"Shape Layer 327","parent":357,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[177,272,0],"ix":2},"a":{"a":0,"k":[664,486,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[208,208],"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":10,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.890196078431,0.709803921569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[664,486],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":478.2,"st":28.2,"bm":0},{"ddd":0,"ind":383,"ty":4,"nm":"Shape Layer 345","parent":357,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[10,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[458,68],"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":10,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.890196078431,0.709803921569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-815,484],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":478.2,"st":28.2,"bm":0},{"ddd":0,"ind":384,"ty":4,"nm":"Layer 8","parent":390,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-9.8,-10.71],[0,0],[1.82,1.58],[5,7],[-0.33,-10],[-5.29,-12.87],[0,0],[0,0],[0,0],[-24.33,11.67],[-9.66,6],[0.33,5],[-7,6],[-7,5],[-6.67,2],[-4.89,4.5],[-20.53,-8.9],[1.26,-4.13],[-8,-17],[-2.66,-2.33],[2.33,-3.33]],"o":[[0,0],[-7.07,-7.13],[-5,-4.33],[-7,-4],[0.25,7.46],[0,0],[0,0],[0,0],[0,0],[24.33,-11.66],[9.67,-6],[-0.34,-5],[7,-6],[7,-5],[5.78,-1.73],[4.18,20.28],[-1.96,-0.7],[-1.34,4.33],[8,17],[-8,-3],[-1.26,1.8]],"v":[[5.39,6.23],[-16.95,6.14],[-31.67,-9],[-66.67,-39.67],[-80,-31.67],[-64.01,5.95],[-296.67,5],[-332.67,5.67],[-321.67,-7.33],[-272,-37.67],[-214.67,-64.33],[-190.33,-81],[-176,-99],[-130.67,-121.33],[-91,-145],[-64.04,-161.73],[-27.15,-82.73],[-50.33,-86.33],[-18.67,-50.67],[3.33,-11.67],[-15,-17]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.423529416323,0.250980407,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":385,"ty":4,"nm":"Layer 7","parent":390,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-9.8,-10.71],[0,0],[1.82,1.58],[5,7],[-0.33,-10],[-5.29,-12.87],[0,0],[0,0],[0,0],[-24.33,11.67],[-9.66,6],[0.33,5],[-7,6],[-7,5],[-6.67,2],[-4.89,4.5],[-20.53,-8.9],[1.26,-4.13],[-8,-17],[-2.66,-2.33],[2.33,-3.33]],"o":[[0,0],[-7.07,-7.13],[-5,-4.33],[-7,-4],[0.25,7.46],[0,0],[0,0],[0,0],[0,0],[24.33,-11.66],[9.67,-6],[-0.34,-5],[7,-6],[7,-5],[5.78,-1.73],[4.18,20.28],[-1.96,-0.7],[-1.34,4.33],[8,17],[-8,-3],[-1.26,1.8]],"v":[[5.39,6.23],[-16.95,6.14],[-31.67,-9],[-66.67,-39.67],[-80,-31.67],[-64.01,5.95],[-296.67,5],[-332.67,5.67],[-321.67,-7.33],[-272,-37.67],[-214.67,-64.33],[-190.33,-81],[-176,-99],[-130.67,-121.33],[-91,-145],[-64.04,-161.73],[-27.15,-82.73],[-50.33,-86.33],[-18.67,-50.67],[3.33,-11.67],[-15,-17]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.423529416323,0.250980407,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":386,"ty":4,"nm":"Layer 6","parent":390,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-24.333,11.667],[-9.667,6],[0.333,5],[-7,6],[-7,5],[-6.667,2],[-1,2.667],[-4.333,-2],[-3.333,-6],[-5.667,-9],[-3.667,0],[-4,1],[-1.667,-3.667],[-5,-2],[0,0],[0,0],[0,0]],"o":[[0,0],[24.333,-11.667],[9.667,-6],[-0.333,-5],[7,-6],[7,-5],[6.667,-2],[3,3.333],[4.333,2],[7,4.667],[5.667,9],[3.667,0],[4,-1],[1.667,3.667],[5,2],[0,0],[0,0],[0,0]],"v":[[-321.667,-7.333],[-272,-37.667],[-214.667,-64.333],[-190.333,-81],[-176,-99],[-130.667,-121.333],[-91,-145],[-62.667,-163.333],[-45.333,-146.667],[0.333,-101.667],[33,-73],[63,-39.667],[72,-35],[81,-31.333],[99.333,-6.667],[112.667,6.667],[-296.667,5],[-332.667,5.667]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.996078431606,0.498039215803,0.290196090937,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":387,"ty":4,"nm":"objects 3","parent":402,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":105,"s":[-358.948],"e":[-231.948]},{"t":181}],"ix":3},"y":{"a":0,"k":-5733.901,"ix":4}},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[250,250,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[19.399,0],[1.513,-0.199],[20.184,0],[6.802,-15.877],[4.584,0],[5.577,-12.023],[4.354,0],[4.119,-10.763],[3.21,0],[0,-11.927],[-11.927,0],[0,0],[0,19.399]],"o":[[-1.567,0],[-5.456,-18.414],[-18.367,0],[-4.014,-1.597],[-14.126,0],[-3.695,-1.739],[-12.211,0],[-2.739,-1.257],[-11.927,0],[0,11.927],[0,0],[19.399,0],[0,-19.399]],"v":[[84.993,-116.641],[80.372,-116.329],[37.695,-148.181],[-3.239,-121.179],[-16.211,-123.663],[-48.084,-103.298],[-60.259,-106.013],[-87.008,-87.604],[-95.993,-89.58],[-117.589,-67.985],[-95.993,-46.39],[84.993,-46.39],[120.118,-81.515]],"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,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"Group 5","np":1,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false}],"ip":100,"op":202,"st":0,"bm":0},{"ddd":0,"ind":388,"ty":4,"nm":"Layer 5","parent":390,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[6.764,4.284],[7.238,-1.227],[4.333,-3.667],[2.333,-5.667],[9.667,-6.667],[1.095,-0.761],[-4.363,2.88],[0,0],[0,0],[0,0]],"o":[[0,0],[-7.5,-4.75],[-4.917,0.833],[-4.333,3.667],[-2.333,5.667],[-9.667,6.667],[-37.566,26.125],[0,0],[0,0],[0,0],[0,0]],"v":[[-87.667,-110],[-96.75,-141.75],[-109,-151],[-128,-139.25],[-145,-124.667],[-184.333,-103.333],[-220.667,-67.667],[-230.333,-0.333],[-228,20.667],[-150,22.667],[-94.333,14.667]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.996078431606,0.498039215803,0.290196090937,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":389,"ty":4,"nm":"Layer 4","parent":390,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.05,0.02]],"o":[[-0.05,-0.02],[0.1,0.04]],"v":[[-27,-82.67],[-27.15,-82.73]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.423529416323,0.250980407,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":390,"ty":4,"nm":"Layer 3","parent":402,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1737.676,804,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[2112.16,4654.32,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.05,0.02]],"o":[[-0.05,-0.02],[0.1,0.04]],"v":[[-27,-82.67],[-27.15,-82.73]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.423529416323,0.250980407,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":391,"ty":4,"nm":"Layer 2","parent":402,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1120,-4509.6,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[1228,1188,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-41.605],[41.605,0],[0,41.605],[-41.605,0]],"o":[[0,41.605],[-41.605,0],[0,-41.605],[41.605,0]],"v":[[-25,-136],[-100.333,-60.667],[-175.667,-136],[-100.333,-211.333]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":394,"ty":4,"nm":"light blue","parent":402,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[40,-5772,0],"ix":2},"a":{"a":0,"k":[108,895.75,0],"ix":1},"s":{"a":0,"k":[195,195,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[4000,4000],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.039215686275,0.666666666667,0.964705882353,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0.039215686275,0.666666666667,0.964705882353,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[108,895.75],"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":"Ellipse 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":395,"ty":4,"nm":"Shape Layer 247","parent":402,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[34,-4633.638,0],"ix":2},"a":{"a":0,"k":[108,895.75,0],"ix":1},"s":{"a":0,"k":[195,195,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[4000,4000],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.085490193087,0.093573229921,0.2,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0.085490193087,0.093573229921,0.2,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[108,95.75],"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":"Ellipse 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":396,"ty":4,"nm":"Shape Layer 243","parent":402,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[34,-6603.638,0],"ix":2},"a":{"a":0,"k":[108,895.75,0],"ix":1},"s":{"a":0,"k":[195,195,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[4000,4000],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.006828142615,0.080504802629,0.145098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0.006828142615,0.080504802629,0.145098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[108,95.75],"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":"Ellipse 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":397,"ty":4,"nm":"Shape Layer 359","parent":402,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[34,-6753.638,0],"ix":2},"a":{"a":0,"k":[108,895.75,0],"ix":1},"s":{"a":0,"k":[195,195,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[4000,4000],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.007843136787,0.066351797066,0.117647058824,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0.007843136787,0.066351797066,0.117647058824,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[108,95.75],"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":"Ellipse 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":398,"ty":4,"nm":"Shape Layer 262","parent":402,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[34,-17751.701,0],"ix":2},"a":{"a":0,"k":[108,895.75,0],"ix":1},"s":{"a":0,"k":[195,195,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[4000,4000],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.011672433217,0.019062879974,0.090196078431,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0.011672433217,0.019062879974,0.090196078431,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[108,95.75],"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":"Ellipse 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":399,"ty":4,"nm":"Shape Layer 244","parent":402,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[34,-12458.051,0],"ix":2},"a":{"a":0,"k":[108,895.75,0],"ix":1},"s":{"a":0,"k":[195,195,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[4000,4000],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.011672433217,0.019062879974,0.090196078431,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0.011672433217,0.019062879974,0.090196078431,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[108,95.75],"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":"Ellipse 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":402,"ty":3,"nm":"__bg_elements","parent":300,"sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":10,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.463],"y":[0.792]},"o":{"x":[0.371],"y":[0]},"n":["0p463_0p792_0p371_0"],"t":52.8,"s":[-87.999],"e":[7621.518]},{"i":{"x":[0.724],"y":[0.612]},"o":{"x":[0.234],"y":[0.287]},"n":["0p724_0p612_0p234_0p287"],"t":150,"s":[7621.518],"e":[8548.727]},{"i":{"x":[0.639],"y":[0.618]},"o":{"x":[0.258],"y":[0.169]},"n":["0p639_0p618_0p258_0p169"],"t":187,"s":[8548.727],"e":[11834.184]},{"i":{"x":[0.586],"y":[0.857]},"o":{"x":[0.171],"y":[0.422]},"n":["0p586_0p857_0p171_0p422"],"t":248,"s":[11834.184],"e":[16414.518]},{"i":{"x":[0.672],"y":[1]},"o":{"x":[0.336],"y":[0.51]},"n":["0p672_1_0p336_0p51"],"t":446,"s":[16414.518],"e":[16593.242]},{"t":479.9998046875}],"ix":4}},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ip":-2.4,"op":480,"st":28.2,"bm":0},{"ddd":0,"ind":403,"ty":1,"nm":"White Solid 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[900,900,0],"ix":2},"a":{"a":0,"k":[900,6000,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"sw":1800,"sh":12000,"sc":"#ffffff","ip":-2.4,"op":484.2,"st":19.8,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/blood_transfusion_kawaii.json b/ohos/flutter_lottie/assets/lottiefiles/blood_transfusion_kawaii.json new file mode 100644 index 0000000000000000000000000000000000000000..5eccdfda2ca3edb69e2c96fa1b37ff3e3e954352 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/blood_transfusion_kawaii.json @@ -0,0 +1 @@ +{"v":"5.1.1","fr":25,"ip":0,"op":73,"w":358,"h":512,"nm":"transfusion","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Camada de forma 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[160.5,107.5,0],"ix":2},"a":{"a":0,"k":[-19,-119.5,0],"ix":1},"s":{"a":0,"k":[100,30.576,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[201,132],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":0,"ix":4},"nm":"Caminho do retângulo 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-19,-119.5],"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":"Transformar"}],"nm":"Retângulo 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":120,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Camada de forma 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[158.157,109.74,0],"ix":2},"a":{"a":0,"k":[-20.843,-149.87,0],"ix":1},"s":{"a":0,"k":[100,60.124,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.6,"y":1},"o":{"x":0.4,"y":0},"n":"0p6_1_0p4_0","t":0,"s":[{"i":[[0,21.25],[193,-60.783],[0,0],[0,0]],"o":[[-138.75,34.271],[-11.106,1.167],[0,0],[0,0]],"v":[[142.25,-163.75],[-179,-163.5],[-179,-130],[142.25,-119.5]],"c":true}],"e":[{"i":[[0,36.765],[170,48.158],[0,0],[0,0]],"o":[[-160.75,-60.533],[-11.106,1.167],[0,0],[0,0]],"v":[[142.25,-163.75],[-179,-163.5],[-179,-130],[142.25,-119.5]],"c":true}]},{"i":{"x":0.6,"y":1},"o":{"x":0.4,"y":0},"n":"0p6_1_0p4_0","t":19,"s":[{"i":[[0,36.765],[170,48.158],[0,0],[0,0]],"o":[[-160.75,-60.533],[-11.106,1.167],[0,0],[0,0]],"v":[[142.25,-163.75],[-179,-163.5],[-179,-130],[142.25,-119.5]],"c":true}],"e":[{"i":[[0,21.25],[193,-60.783],[0,0],[0,0]],"o":[[-138.75,34.271],[-11.106,1.167],[0,0],[0,0]],"v":[[142.25,-163.75],[-179,-163.5],[-179,-130],[142.25,-119.5]],"c":true}]},{"i":{"x":0.6,"y":1},"o":{"x":0.167,"y":0},"n":"0p6_1_0p167_0","t":38,"s":[{"i":[[0,21.25],[193,-60.783],[0,0],[0,0]],"o":[[-138.75,34.271],[-11.106,1.167],[0,0],[0,0]],"v":[[142.25,-163.75],[-179,-163.5],[-179,-130],[142.25,-119.5]],"c":true}],"e":[{"i":[[0,36.765],[170,48.158],[0,0],[0,0]],"o":[[-160.75,-60.533],[-11.106,1.167],[0,0],[0,0]],"v":[[142.25,-163.75],[-179,-163.5],[-179,-130],[142.25,-119.5]],"c":true}]},{"i":{"x":0.6,"y":1},"o":{"x":0.4,"y":0},"n":"0p6_1_0p4_0","t":54,"s":[{"i":[[0,36.765],[170,48.158],[0,0],[0,0]],"o":[[-160.75,-60.533],[-11.106,1.167],[0,0],[0,0]],"v":[[142.25,-163.75],[-179,-163.5],[-179,-130],[142.25,-119.5]],"c":true}],"e":[{"i":[[0,21.25],[193,-60.783],[0,0],[0,0]],"o":[[-138.75,34.271],[-11.106,1.167],[0,0],[0,0]],"v":[[142.25,-163.75],[-179,-163.5],[-179,-130],[142.25,-119.5]],"c":true}]},{"t":73}],"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.980392216701,0.098039223166,0.109803929048,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 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":"Transformar"}],"nm":"Forma 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":120,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"transfusion contornos","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[179,256,0],"ix":2},"a":{"a":0,"k":[179,256,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.655,0],[0,0],[0,0],[0,0],[0,5.655],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[-5.655,0],[0,0],[0,0],[0,0],[-0.001,5.655]],"v":[[22.027,20.81],[15,20.81],[-15.003,20.81],[-22.027,20.81],[-32.266,10.571],[-32.266,-20.81],[32.267,-20.81],[32.267,10.571]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.78088612276,0.064297515271,0.068012499342,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[228.96,407.443],"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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.655,0],[0,0],[0,0],[0,0],[0,5.655],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[-5.655,0],[0,0],[0,0],[0,0],[-0.001,5.655]],"v":[[22.027,20.81],[15.001,20.81],[-15.001,20.81],[-22.027,20.81],[-32.267,10.571],[-32.267,-20.81],[32.267,-20.81],[32.267,10.571]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.78088612276,0.064297515271,0.068012499342,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[92.162,407.443],"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":"Transformar"}],"nm":"Grupo 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.329,0],[0,0],[0,5.33],[0,0],[-5.33,0],[0,0],[0,-5.33],[0,0]],"o":[[0,0],[-5.329,0],[0,0],[0,-5.329],[0,0],[5.329,0],[0,0],[-0.001,5.33]],"v":[[22.617,22.708],[-22.616,22.708],[-32.267,13.059],[-32.267,-13.059],[-22.616,-22.708],[22.617,-22.708],[32.267,-13.059],[32.267,13.059]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.457283708161,0.670155184877,0.81598887724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[92.162,489.292],"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":"Transformar"}],"nm":"Grupo 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"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":[[-100.665,-7.5],[100.665,-7.5],[100.665,7.5],[-100.665,7.5]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.686796180875,0.690748865464,0.669700413124,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[160.56,222.68],"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":"Transformar"}],"nm":"Grupo 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.143,0],[0,4.142],[0,0],[-4.143,0],[0,-4.142],[0,0]],"o":[[-4.143,0],[0,0],[0,-4.142],[4.143,0],[0,0],[0,4.142]],"v":[[0,12.035],[-7.5,4.535],[-7.5,-4.535],[0,-12.035],[7.5,-4.535],[7.5,4.535]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.193797736074,0.19626195571,0.235589016185,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[214.289,140.36],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":16,"s":[100,100],"e":[100,5]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":18,"s":[100,5],"e":[100,100]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":20,"s":[100,100],"e":[100,5]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":22,"s":[100,5],"e":[100,100]},{"t":24}],"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":"Transformar"}],"nm":"Grupo 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.454,0],[0,0],[0,8.454],[0,0],[-2.308,0],[0,0],[0,-2.308],[0,0]],"o":[[0,0],[-8.454,0],[0,0],[0,-2.308],[0,0],[2.308,0],[0,0],[-0.001,8.454]],"v":[[-0.001,15.307],[-0.001,15.307],[-15.308,0],[-15.308,-11.129],[-11.129,-15.307],[11.128,-15.307],[15.307,-11.129],[15.307,0]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.193797736074,0.19626195571,0.235589016185,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[160.561,151.833],"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":"Transformar"}],"nm":"Grupo 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.143,0],[0,4.142],[0,0],[-4.143,0],[0,-4.142],[0,0]],"o":[[-4.143,0],[0,0],[0,-4.142],[4.143,0],[0,0],[0,4.142]],"v":[[0,12.035],[-7.5,4.535],[-7.5,-4.535],[0,-12.035],[7.5,-4.535],[7.5,4.535]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.193797736074,0.19626195571,0.235589016185,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[106.832,140.36],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":16,"s":[100,100],"e":[100,5]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":18,"s":[100,5],"e":[100,100]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":20,"s":[100,100],"e":[100,5]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":22,"s":[100,5],"e":[100,100]},{"t":24}],"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":"Transformar"}],"nm":"Grupo 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-11.669,0],[0,-9.292],[11.669,0],[0,9.292]],"o":[[11.669,0],[0,9.292],[-11.669,0],[0,-9.292]],"v":[[0,-16.825],[21.13,0],[0,16.825],[-21.13,0]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.984266692517,0.439627613741,0.35079647887,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[217.825,164.76],"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":"Transformar"}],"nm":"Grupo 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.276,0],[0,-9.292],[11.67,0],[0,9.292],[-7.091,2.715]],"o":[[11.67,0],[0,9.292],[-11.67,0],[0,-6.684],[2.767,-1.059]],"v":[[0,-16.825],[21.13,0],[0,16.825],[-21.13,0],[-9.144,-15.172]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.984266692517,0.439627613741,0.35079647887,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[103.295,164.76],"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":"Transformar"}],"nm":"Grupo 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.143,0],[0,0],[0,4.142],[-4.143,0],[0,0],[0,-4.142]],"o":[[0,0],[-4.143,0],[0,-4.142],[0,0],[4.143,0],[0,4.142]],"v":[[14.003,7.5],[-14.002,7.5],[-21.503,0],[-14.002,-7.5],[14.003,-7.5],[21.503,0]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.193797736074,0.19626195571,0.235589016185,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[120.127,288.122],"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":"Transformar"}],"nm":"Grupo 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.951,0],[1.193,2.896],[0,0],[0,0],[3.832,1.579],[-1.578,3.83],[0,0],[-3.04,0],[-1.158,-2.81],[0,0],[3.83,-1.578]],"o":[[-2.949,0],[0,0],[0,0],[-1.577,3.83],[-3.83,-1.578],[0,0],[1.157,-2.81],[3.039,0],[0,0],[1.578,3.83],[-0.936,0.386]],"v":[[17.002,27.632],[10.064,22.986],[-0.001,-1.45],[-10.066,22.986],[-19.857,27.064],[-23.935,17.273],[-6.935,-23.999],[0,-28.643],[6.935,-23.999],[23.935,17.273],[19.857,27.064]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.193797736074,0.19626195571,0.235589016185,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[120.128,275.27],"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":"Transformar"}],"nm":"Grupo 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.144,0],[0,0],[0,4.142],[-4.143,0],[0,0],[0,-4.142]],"o":[[0,0],[-4.143,0],[0,-4.142],[0,0],[4.144,0],[0,4.142]],"v":[[17.38,7.5],[-17.38,7.5],[-24.88,0],[-17.38,-7.5],[17.38,-7.5],[24.88,0]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.193797736074,0.19626195571,0.235589016185,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[200.613,289.214],"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":"Transformar"}],"nm":"Grupo 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.144,0],[0,0],[0,4.142],[-4.143,0],[0,0],[0,-4.142]],"o":[[0,0],[-4.143,0],[0,-4.142],[0,0],[4.144,0],[0,4.142]],"v":[[17.38,7.5],[-17.38,7.5],[-24.88,0],[-17.38,-7.5],[17.38,-7.5],[24.88,0]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.193797736074,0.19626195571,0.235589016185,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[200.613,260.788],"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":"Transformar"}],"nm":"Grupo 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.182,0],[0,0],[0,-5.181],[0,0],[-5.181,0],[0,0],[0,5.181],[0,0]],"o":[[0,0],[-5.182,0],[0,0],[0,5.182],[0,0],[5.182,0],[0,0],[0,-5.182]],"v":[[91.282,-133.536],[-91.283,-133.536],[-100.665,-124.153],[-100.665,124.154],[-91.283,133.536],[91.282,133.536],[100.665,124.154],[100.665,-124.153]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.999999820485,0.999999760646,0.999999820485,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[160.561,193.316],"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":"Transformar"}],"nm":"Grupo 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[25.207,0],[0,0],[0,25.207],[0,0],[0,0],[0,0]],"o":[[0,0],[-25.207,0],[0,0],[0,0],[0,0],[0,25.207]],"v":[[114.92,132.864],[-114.92,132.864],[-160.561,87.223],[-160.561,-132.864],[160.561,-132.864],[160.561,87.223]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":4,"nm":"Mesclar caminhos 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.980422375249,0.096572554345,0.108960656559,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[160.561,253.769],"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":"Transformar"}],"nm":"Grupo 15","np":3,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[25.207,0],[0,0],[0,25.207],[0,0],[-25.207,0],[0,0],[0,-25.207],[0,0]],"o":[[0,0],[-25.207,0],[0,0],[0,-25.207],[0,0],[25.207,0],[0,0],[0,25.207]],"v":[[114.92,193.316],[-114.92,193.316],[-160.561,147.675],[-160.561,-147.675],[-114.92,-193.316],[114.92,-193.316],[160.561,-147.675],[160.561,147.675]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":4,"nm":"Mesclar caminhos 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.675596828087,0.87852489995,0.927169919481,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[160.561,193.316],"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":"Transformar"}],"nm":"Grupo 16","np":3,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.655,0],[0,0],[0,5.655],[0,0],[0,0],[0,0]],"o":[[0,0],[-5.655,0],[0,0],[0,0],[0,0],[-0.001,5.655]],"v":[[22.027,20.81],[-22.027,20.81],[-32.266,10.571],[-32.266,-20.81],[32.267,-20.81],[32.267,10.571]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.980422375249,0.096572554345,0.108960656559,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[228.96,407.443],"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":"Transformar"}],"nm":"Grupo 17","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.655,0],[0,0],[0,5.655],[0,0],[0,0],[0,0]],"o":[[0,0],[-5.655,0],[0,0],[0,0],[0,0],[-0.001,5.655]],"v":[[22.027,20.81],[-22.027,20.81],[-32.267,10.571],[-32.267,-20.81],[32.267,-20.81],[32.267,10.571]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.980422375249,0.096572554345,0.108960656559,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[92.162,407.443],"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":"Transformar"}],"nm":"Grupo 18","np":2,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.285,0],[0,0],[0,21.993],[0,0],[-8.285,0],[0,-8.285],[0,0],[-5.449,0],[0,0],[0,-8.285]],"o":[[0,0],[-21.993,0],[0,0],[0,-8.285],[8.285,0],[0,0],[0,5.449],[0,0],[8.285,0],[0,8.285]],"v":[[56.786,59.779],[-31.9,59.779],[-71.785,19.894],[-71.785,-44.778],[-56.784,-59.779],[-41.783,-44.778],[-41.783,19.894],[-31.901,29.776],[56.785,29.776],[71.786,44.777]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.675596828087,0.87852489995,0.927169919481,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[285.743,452.221],"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":"Transformar"}],"nm":"Grupo 19","np":2,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.285,0],[0,8.285],[0,0],[-8.285,0],[0,-8.285],[0,0]],"o":[[-8.285,0],[0,0],[0,-8.285],[8.285,0],[0,0],[0,8.285]],"v":[[0,56.237],[-15.001,41.236],[-15.001,-41.237],[0,-56.238],[15.001,-41.237],[15.001,41.236]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.675596828087,0.87852489995,0.927169919481,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[92.162,448.68],"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":"Transformar"}],"nm":"Grupo 20","np":2,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":120,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/bomb.json b/ohos/flutter_lottie/assets/lottiefiles/bomb.json new file mode 100644 index 0000000000000000000000000000000000000000..eeed29437beab9df2593bcc89b463563d08d7800 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/bomb.json @@ -0,0 +1 @@ +{"v":"5.2.1","fr":25,"ip":0,"op":21,"w":512,"h":512,"nm":"PTB_Live_Loading_Anim_PreComp_v1","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":3,"nm":"bomb_vinyl.png","cl":"png","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":0,"s":[257.5,244.75,0],"e":[188.5,182.75,0],"to":[-11.5,-10.3333330154419,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":10,"s":[188.5,182.75,0],"e":[257.5,244.75,0],"to":[0,0,0],"ti":[-11.5,-10.3333330154419,0]},{"t":20}],"ix":2},"a":{"a":0,"k":[61,59,0],"ix":1},"s":{"a":0,"k":[106,106,100],"ix":6}},"ao":0,"ip":0,"op":21,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"vector_Shape 2","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[61,43.75,0],"ix":2},"a":{"a":0,"k":[0.5,-15.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"f","pt":{"a":0,"k":{"i":[[4.848,5.673],[5.673,-4.847],[-4.848,-5.673],[-5.674,4.847]],"o":[[-4.848,-5.673],[-5.674,4.847],[4.848,5.673],[5.673,-4.847]],"v":[[-12.853,1.802],[-31.903,0.306],[-33.398,19.354],[-14.348,20.849]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 2"},{"inv":false,"mode":"f","pt":{"a":0,"k":{"i":[[3.586,4.197],[4.197,-3.586],[-3.586,-4.197],[-4.197,3.586]],"o":[[-3.586,-4.197],[-4.197,3.586],[3.586,4.197],[4.197,-3.586]],"v":[[21.419,-28.085],[7.326,-29.191],[6.219,-15.1],[20.312,-13.993]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 3"}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[212,212],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":true},{"ty":"fl","c":{"a":0,"k":[0.266666666667,0.188235309077,0.474509833841,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0.5,-15.5],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":21,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"vector_Shape","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[61,43.75,0],"ix":2},"a":{"a":0,"k":[0.5,-15.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"f","pt":{"a":0,"k":{"i":[[0.023,0.032],[8.065,-8.15],[-5.017,-6.09],[1.598,-1.903],[2.004,-2.19],[1.939,2.372],[5.146,6.218],[0.527,0.637],[1.801,-1.615],[-1.899,-2.295],[-0.574,-0.694],[-5.323,-6.53],[1.781,-1.64],[0,0],[1.132,-0.948],[1.969,2.417],[5.221,6.321],[0.542,0.655],[1.895,-1.541],[-1.892,-2.285],[-0.533,-0.645],[-5.351,-6.56],[2.019,-1.365],[2.521,-1.526],[1.874,2.281],[5.01,6.033],[-0.008,-0.012],[7.965,3.952],[1.044,1.066],[0.455,0.57],[0.381,0.559],[0,0.001],[-0.413,21.945],[-9.987,8.722],[0,0],[-0.52,0.37],[-20.965,-2.777],[-0.089,-0.089],[-1.96,-1.866],[-0.489,-0.541],[-0.44,-0.602],[-0.401,-1.363]],"o":[[-0.01,-0.014],[4.904,5.894],[1.84,2.233],[-1.934,2.29],[-1.655,1.82],[-5.298,-6.484],[-0.529,-0.639],[-1.875,-2.262],[-1.799,1.617],[0.573,0.692],[5.164,6.248],[1.957,2.4],[-1.076,0.989],[0,0],[-1.875,1.571],[-5.388,-6.613],[-0.543,-0.657],[-1.907,-2.306],[-1.893,1.543],[0.532,0.643],[5.191,6.279],[1.956,2.399],[-2.433,1.653],[-2.093,1.258],[-5.137,-6.257],[-9.306,6.625],[0.031,0.044],[-1.283,-0.635],[-0.522,-0.533],[-0.455,-0.57],[-1.521,-2.233],[-0.079,-0.078],[0.234,-21.326],[0.47,-0.441],[0,0],[10.413,-7.883],[21.583,2.738],[0,0.001],[0.49,0.467],[0.489,0.541],[0.879,1.203],[2.491,8.455]],"v":[[56.93,-14.555],[44.96,-0.249],[48.374,4.196],[48.499,12.186],[42.593,18.907],[36.04,17.837],[31.848,12.325],[30.264,10.412],[23.623,9.268],[23.891,16.232],[25.611,18.311],[33.711,28.542],[33.99,36.539],[31.092,38.976],[27.885,41.709],[20.347,40.229],[12.068,29.767],[10.44,27.798],[3.574,26.446],[3.556,33.346],[5.154,35.278],[11.396,43.31],[11.337,50.203],[3.906,54.972],[-3.328,53.046],[-8.985,45.83],[-25.494,56.89],[-40.722,55.68],[-44.223,53.036],[-45.689,51.369],[-46.944,49.664],[-49.377,45.473],[-59.644,6.307],[-38.976,-41.883],[-36.904,-43.641],[-36.686,-43.822],[14.513,-55.854],[49.922,-39.86],[53.668,-36.775],[55.149,-35.259],[56.553,-33.541],[58.566,-29.666]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"},{"inv":false,"mode":"f","pt":{"a":0,"k":{"i":[[4.848,5.673],[5.673,-4.847],[-4.848,-5.673],[-5.674,4.847]],"o":[[-4.848,-5.673],[-5.674,4.847],[4.848,5.673],[5.673,-4.847]],"v":[[-12.853,1.802],[-31.903,0.306],[-33.398,19.354],[-14.348,20.849]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 2"},{"inv":false,"mode":"f","pt":{"a":0,"k":{"i":[[3.586,4.197],[4.197,-3.586],[-3.586,-4.197],[-4.197,3.586]],"o":[[-3.586,-4.197],[-4.197,3.586],[3.586,4.197],[4.197,-3.586]],"v":[[21.419,-28.085],[7.326,-29.191],[6.219,-15.1],[20.312,-13.993]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 3"}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[212,212],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":true},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0.5,-15.5],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":21,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Bomb_Inner_Shadow","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[238,210.5,0],"ix":2},"a":{"a":0,"k":[0.5,-15.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"f","pt":{"a":0,"k":{"i":[[61.537,0],[19.928,18.774],[-20.588,0],[0,61.454],[21.508,20.263],[0,-40.893]],"o":[[-29.595,0],[16.533,9.708],[61.537,0],[0,-31.899],[32.883,19.309],[0,61.454]],"v":[[-16.972,104.024],[-93.351,73.729],[-36.972,89.024],[74.351,-22.148],[39.408,-103.024],[94.351,-7.148]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[212,212],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":true},{"ty":"fl","c":{"a":0,"k":[0.18648149079,0.134025364296,0.325490196078,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-2.5,-18],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[142.901,142.901],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":21,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Bomb_Base","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[219,202,0],"ix":2},"a":{"a":0,"k":[0.5,-15.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"f","pt":{"a":0,"k":{"i":[[-61.537,0],[0,61.454],[61.537,0],[0,-61.454]],"o":[[61.537,0],[0,-61.454],[-61.537,0],[0,61.454]],"v":[[0.5,111.672],[111.822,0.5],[0.5,-110.672],[-110.822,0.5]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[212,212],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":true},{"ty":"fl","c":{"a":0,"k":[0.266666666667,0.188235309077,0.474509833841,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-2.5,-18],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[142.901,142.901],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":21,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":3,"nm":"Bomb_base_head.png","cl":"png","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":0,"s":[0],"e":[11]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":10,"s":[11],"e":[0]},{"t":20}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[141,129,0],"e":[163,128.5,0],"to":[3.66666674613953,-0.08333333581686,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":10,"s":[163,128.5,0],"e":[141,129,0],"to":[0,0,0],"ti":[3.66666674613953,-0.08333333581686,0]},{"t":20}],"ix":2},"a":{"a":0,"k":[23,21.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ip":0,"op":21,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Bomb_Head","parent":10,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-38,"ix":10},"p":{"a":0,"k":[27.75,27.75,0],"ix":2},"a":{"a":0,"k":[0.5,-15.5,0],"ix":1},"s":{"a":0,"k":[13,13,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[212,212],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":true},{"ty":"fl","c":{"a":0,"k":[0.18648149079,0.134025364296,0.325490196078,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-2.5,-18],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[142.901,142.901],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":21,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Fire_Inner_Glow","parent":13,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[62.5,62.5,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[401,401],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":true},{"ty":"fl","c":{"a":0,"k":[1,1,0.192156877705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":21,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Fire_Outer_Glow","parent":11,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":38,"ix":10},"p":{"a":0,"k":[-619.627,-736.717,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[61.538,61.538,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[401,401],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":true},{"ty":"fl","c":{"a":0,"k":[1,0.588235234279,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":21,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"thread","parent":11,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":38,"ix":10},"p":{"a":0,"k":[23.359,639.309,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[769.231,769.231,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[18.5,-5],[19.5,1.5],[0,0]],"o":[[0,0],[-18.5,5],[-19.5,-1.5],[0,0]],"v":[[-61,-76],[-94,-88],[-137.5,-68.5],[-176.5,-89.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.058823529631,0.058823529631,0.058823529631,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":13,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.588235234279,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":true},{"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":21,"st":0,"bm":0},{"ddd":0,"ind":18,"ty":3,"nm":"Null - Thread","parent":10,"sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":0,"s":[-28],"e":[68]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":10,"s":[68],"e":[-28]},{"t":20}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.583,"y":0.344},"o":{"x":0.167,"y":0},"n":"0p583_0p344_0p167_0","t":0,"s":[23,19.5,0],"e":[21.218,34.383,0],"to":[-1.4485604763031,2.67458605766296,0],"ti":[4.02241992950439,-7.42689609527588,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.417,"y":0.373},"n":"0p833_1_0p417_0p373","t":5,"s":[21.218,34.383,0],"e":[3.884,54.796,0],"to":[-4.82478284835815,8.90835857391357,0],"ti":[0,0,0]},{"i":{"x":0.563,"y":0.714},"o":{"x":0.187,"y":0},"n":"0p563_0p714_0p187_0","t":10,"s":[3.884,54.796,0],"e":[23.979,51.938,0],"to":[0,0,0],"ti":[-2.88273620605469,5.32261228561401,0]},{"i":{"x":0.842,"y":1},"o":{"x":0.37,"y":0.361},"n":"0p842_1_0p37_0p361","t":13,"s":[23.979,51.938,0],"e":[23,19.5,0],"to":[4.95608711242676,-9.15079593658447,0],"ti":[-2.01438856124878,3.7193169593811,0]},{"t":20}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ip":0,"op":21,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":2,"ty":3,"nm":"null_Roll","sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[24],"e":[42]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":10,"s":[42],"e":[24]},{"t":20}],"ix":10},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[253],"e":[274]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":10,"s":[274],"e":[253]},{"t":20}],"ix":3},"y":{"a":0,"k":457,"ix":4}},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6,"x":"var $bm_rt;\n$bm_rt = wiggle(10, 4);"}},"ao":0,"ip":0,"op":21,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":0,"nm":"Bomb_PreComp_v1","parent":2,"refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[12.075,-14.734,0],"ix":2},"a":{"a":0,"k":[293.162,311.529,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":0,"s":[105,105,100],"e":[82.431,82.431,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":10,"s":[82.431,82.431,100],"e":[105,105,100]},{"t":20}],"ix":6}},"ao":0,"w":401,"h":401,"ip":0,"op":21,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":3,"nm":"null_Roll 2","sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[24],"e":[42]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":10,"s":[42],"e":[24]},{"t":20}],"ix":10},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[253],"e":[274]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":10,"s":[274],"e":[253]},{"t":20}],"ix":3},"y":{"a":0,"k":457,"ix":4}},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6,"x":"var $bm_rt;\n$bm_rt = wiggle(10, 4);"}},"ao":0,"ip":0,"op":21,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":3,"nm":"Null 2","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},"n":"0p667_1_0p333_0","t":0,"s":[255,441,0],"e":[289,441,0],"to":[5.66666650772095,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":10,"s":[289,441,0],"e":[255,441,0],"to":[0,0,0],"ti":[5.66666650772095,0,0]},{"t":20}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ip":0,"op":21,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":1,"nm":"shadow","parent":7,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.841],"y":[1]},"o":{"x":[0.276],"y":[0.183]},"n":["0p841_1_0p276_0p183"],"t":0,"s":[73.484],"e":[39]},{"i":{"x":[0.583],"y":[1.277]},"o":{"x":[0.167],"y":[0]},"n":["0p583_1p277_0p167_0"],"t":10,"s":[39],"e":[73.484]},{"t":20}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[3,0.5,0],"ix":2},"a":{"a":0,"k":[270,465.5,0],"ix":1},"s":{"a":0,"k":[68,68,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[54.676,0],[0,-9.113],[-54.676,0],[0,9.113]],"o":[[-54.676,0],[0,9.113],[54.676,0],[0,-9.113]],"v":[[270,449],[171,465.5],[270,482],[369,465.5]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"ef":[{"ty":5,"nm":"Directional Blur","np":5,"mn":"ADBE Motion Blur","ix":1,"en":1,"ef":[{"ty":0,"nm":"Direction","mn":"ADBE Motion Blur-0001","ix":1,"v":{"a":0,"k":90,"ix":1}},{"ty":0,"nm":"Blur Length","mn":"ADBE Motion Blur-0002","ix":2,"v":{"a":0,"k":80.9,"ix":2}},{"ty":7,"nm":"GPU Rendering","mn":"ADBE Force CPU GPU","ix":3,"v":{"a":0,"k":1,"ix":3}}]}],"sw":512,"sh":512,"sc":"#000000","ip":0,"op":21,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":1,"nm":"shadow","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":0,"s":[28],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":10,"s":[0],"e":[28]},{"t":20}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[266.5,441.5,0],"ix":2},"a":{"a":0,"k":[270,465.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[54.676,0],[0,-9.113],[-54.676,0],[0,9.113]],"o":[[-54.676,0],[0,9.113],[54.676,0],[0,-9.113]],"v":[[270,449],[171,465.5],[270,482],[369,465.5]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"ef":[{"ty":5,"nm":"Directional Blur","np":5,"mn":"ADBE Motion Blur","ix":1,"en":1,"ef":[{"ty":0,"nm":"Direction","mn":"ADBE Motion Blur-0001","ix":1,"v":{"a":0,"k":90,"ix":1}},{"ty":0,"nm":"Blur Length","mn":"ADBE Motion Blur-0002","ix":2,"v":{"a":0,"k":59.5,"ix":2}},{"ty":7,"nm":"GPU Rendering","mn":"ADBE Force CPU GPU","ix":3,"v":{"a":0,"k":1,"ix":3}}]}],"sw":512,"sh":512,"sc":"#000000","ip":0,"op":21,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/books.json b/ohos/flutter_lottie/assets/lottiefiles/books.json new file mode 100644 index 0000000000000000000000000000000000000000..abe4e3f2062c0008b6494d4de002214ee042b9f3 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/books.json @@ -0,0 +1 @@ +{"v":"4.7.0","fr":30,"ip":0,"op":101,"w":1000,"h":1000,"nm":"Books","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Book_01_Oval","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[500,500,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"t":20,"s":[{"i":[[2.355,-1.084],[3.78,-6.438],[0.76,-7.437],[-0.285,-3.011],[-2.082,-1.773],[-2.844,2.349],[-1.611,2.246],[-0.527,0.429],[-0.398,0.595],[-2.431,7.722],[2.637,8.262],[2.52,-1.4]],"o":[[-3.121,4.81],[-3.78,6.438],[-0.223,2.182],[0.285,3.011],[5.013,0.643],[2.844,-2.349],[0.495,-0.69],[0.527,-0.429],[3.913,-5.851],[2.431,-7.722],[-3.566,-1.685],[-2.52,1.4]],"v":[[465,334],[453.729,351.029],[446,372],[445.771,380.307],[449,388],[460.552,384.666],[467,377],[468.573,375.429],[470,374],[480.412,353.309],[481,329],[472.091,329.423]],"c":true}],"h":1},{"t":21,"s":[{"i":[[-3.572,7.378],[-1.367,3.08],[-0.655,3.866],[0.942,3.665],[4.922,-0.734],[2.421,-2.491],[1.548,-2.49],[0.402,-0.341],[0.205,-0.334],[2.371,-8.136],[-3.889,-6.906],[-4.017,4.378]],"o":[[0.877,-1.812],[1.367,-3.08],[0.69,-4.073],[-0.942,-3.665],[-2.77,1.545],[-2.421,2.491],[-0.187,0.301],[-0.402,0.341],[-3.404,5.548],[-2.372,8.136],[6.359,-0.11],[4.017,-4.378]],"v":[[371,303],[374.667,295.54],[378,285],[378.209,272.395],[370,267],[362.083,273.292],[356,281],[355.014,281.975],[354,283],[344.03,304.481],[345,328],[360.09,320.951]],"c":true}],"h":1},{"t":22,"s":[{"i":[[3.438,-0.438],[0.468,-0.199],[0.124,-0.543],[1.717,-2.216],[1.592,-2.534],[0.595,-1.321],[0.228,-0.434],[0.904,-2.182],[0.707,-2.077],[-5.427,-8.656],[-5.151,7.516],[3.756,17.901]],"o":[[-0.006,0.661],[-0.468,0.199],[-2.539,1.604],[-1.717,2.216],[-0.981,1.56],[-0.163,0.361],[-1.012,1.931],[-0.921,2.222],[-3,8.811],[12.95,0.283],[6.648,-10.793],[-2.395,-0.605]],"v":[[273,210],[272.088,211.089],[271,212],[264.79,217.803],[260,225],[258,229],[256,230],[254,237],[251,243],[250,272],[271,255],[281,211]],"c":true}],"h":1},{"t":23,"s":[{"i":[[1.114,-0.902],[2.295,-3.451],[2.045,-4.43],[1.352,-4.639],[0.217,-4.077],[-0.489,-2.938],[-3.175,-0.782],[-3.337,4.804],[-2.257,5.469],[-1.294,6.643],[3.39,6.061],[1.39,-0.297]],"o":[[-2.103,1.702],[-2.295,3.451],[-2.045,4.43],[-1.352,4.639],[-0.132,2.468],[0.489,2.938],[5.397,-1.315],[3.337,-4.804],[2.214,-5.364],[1.294,-6.643],[-2.327,-0.091],[-1.39,0.297]],"v":[[184,160],[177.292,167.923],[170.671,179.938],[165.465,193.734],[163,207],[163.02,215.764],[168,222],[180.855,212.115],[189,196],[195.203,177.523],[193,158],[187.591,158.255]],"c":true}],"h":1},{"t":24,"s":[{"i":[[2.333,0],[1.753,-2.081],[1.212,-2.463],[0.653,-1.876],[0.532,-1.76],[0.463,-0.389],[0.094,-0.257],[0.558,-5.744],[-4.175,-5.164],[-3.135,4.735],[-1.955,5.339],[4.475,13.289]],"o":[[-1.775,2.214],[-1.754,2.081],[-0.855,1.737],[-0.653,1.876],[-0.056,0.187],[-0.462,0.389],[-2.323,6.409],[-0.574,5.907],[6.526,0.545],[3.141,-4.742],[4.27,-11.661],[-2.333,0]],"v":[[111,112],[105.578,118.313],[101,125],[98.758,130.482],[97,136],[96.028,136.947],[95,138],[90,159],[93,178],[106,168],[114,152],[118,112]],"c":true}],"h":1},{"t":25,"s":[{"i":[[1,0],[2.634,-5.287],[1.563,-6.961],[0.474,-0.638],[0.065,-0.263],[0.618,-5.116],[-0.424,-2.651],[-0.686,-1.607],[-2.061,-0.353],[-2.59,4.532],[-1.69,4.971],[7.275,9.029]],"o":[[-3.902,2.891],[-2.634,5.287],[-0.041,0.186],[-0.474,0.638],[-0.951,3.886],[-0.618,5.116],[0.195,1.218],[0.686,1.607],[5.623,0.842],[2.542,-4.448],[4.115,-12.105],[-1,0]],"v":[[49,72],[39.246,84.447],[33,103],[32.017,104.442],[31,106],[28.469,120.427],[28,133],[29.101,137.649],[33,141],[43,131],[50,117],[52,72]],"c":true}],"h":1},{"t":26,"s":[{"i":[[0.667,0],[0.468,-0.199],[0.123,-0.543],[0.934,-1.589],[0.938,-2.086],[1.597,-6.766],[0.364,-5.936],[-0.579,-3.945],[-2.948,-0.911],[-2.811,9.018],[-0.646,9.017],[6.458,1.582]],"o":[[-0.006,0.661],[-0.468,0.199],[-1.325,1.56],[-0.934,1.588],[-2.247,5],[-1.597,6.766],[-0.264,4.307],[0.579,3.946],[7.329,-1.836],[2.745,-8.806],[0.595,-8.31],[-0.667,0]],"v":[[-4,41],[-4.912,42.088],[-6,43],[-9.291,47.606],[-12,53],[-17.913,71.298],[-21,91],[-20.909,104.047],[-16,112],[-3,91],[3,63],[-2,41]],"c":true}],"h":1},{"t":27,"s":[{"i":[[0.667,0],[0.85,-1.618],[0.653,-1.669],[0.772,-11.507],[-1.064,-5.372],[-3.224,-1.256],[-0.881,1.557],[-0.736,1.689],[-1.059,4.319],[-0.688,4.861],[0.867,8.156],[5.198,1.296]],"o":[[-0.707,2.744],[-0.824,1.57],[-3.819,9.765],[-0.456,6.808],[0.589,2.976],[3.473,-0.417],[0.739,-1.305],[1.598,-3.667],[1.109,-4.525],[1.248,-8.815],[-0.446,-4.195],[-0.667,0]],"v":[[-45,17],[-49,23],[-51,28],[-58,63],[-58,83],[-53,91],[-47,85],[-46,81],[-41,69],[-39,54],[-37,29],[-43,17]],"c":true}],"h":1},{"t":28,"s":[{"i":[[0.5,0],[0.426,-0.408],[0.177,-0.656],[1.309,-10.883],[-0.94,-11.299],[-0.455,-2.045],[-2.242,-0.258],[-1.053,3.017],[-0.858,3.359],[-0.424,11.255],[3.834,6.612],[0.5,0]],"o":[[-0.12,0.714],[-0.426,0.408],[-3.703,8.168],[-1.309,10.883],[0.938,1.562],[0.455,2.045],[2.93,-0.575],[1.053,-3.016],[2.139,-8.37],[0.424,-11.255],[-0.5,0],[-0.5,0]],"v":[[-73,1],[-73.958,2.543],[-75,4],[-82.482,33.152],[-83,67],[-81.478,72.978],[-78,77],[-72.446,71.088],[-70,61],[-65.52,29.682],[-70,1],[-71.5,1]],"c":true}],"h":1},{"t":29,"s":[{"i":[[0.5,0],[0.278,-0.388],[-0.141,-0.808],[0.716,-11.142],[-1.393,-9.184],[-0.659,-2.725],[-2.977,-0.565],[-0.622,2.333],[-0.59,2.522],[0.067,12.398],[3.806,6.528],[0.5,0]],"o":[[-0.028,0.639],[-0.278,0.388],[-3.529,7.248],[-0.716,11.142],[0.385,2.537],[0.66,2.725],[1.922,-1.144],[0.622,-2.334],[2.076,-8.88],[-0.067,-12.398],[-0.5,0],[-0.5,0]],"v":[[-90,-7],[-90.626,-5.626],[-91,-4],[-97.191,25.048],[-96,57],[-94.945,65.479],[-90,71],[-86.501,65.534],[-85,58],[-81.588,23.736],[-87,-7],[-88.5,-7]],"c":true}],"h":1},{"t":30,"s":[{"i":[[0.124,-0.543],[0.397,-12.267],[-1.639,-8.559],[-0.971,-2.44],[-2.654,0.166],[-0.902,4.506],[-0.277,5.001],[0.84,9.038],[2.182,6.09],[0.388,0.278],[0.808,-0.141],[0.468,-0.199]],"o":[[-3.052,7.371],[-0.397,12.267],[0.46,2.404],[0.971,2.44],[2.114,-2.977],[0.902,-4.506],[0.541,-9.76],[-0.84,-9.038],[-0.639,-0.027],[-0.388,-0.278],[-0.006,0.661],[-0.468,0.199]],"v":[[-99,-8],[-104.018,23.609],[-102,57],[-100.145,64.927],[-95,69],[-90.622,57.518],[-89,43],[-89.458,14.247],[-94,-9],[-95.374,-9.626],[-97,-10],[-97.912,-8.912]],"c":true}],"h":1},{"t":31,"s":[{"i":[[-0.421,1.989],[-0.263,6.221],[0.491,6.291],[1.134,5.549],[1.665,3.997],[0.5,0],[0.5,0],[0.278,-0.388],[-0.141,-0.808],[-0.499,-14.393],[-4.348,-8.907],[-0.748,2.188]],"o":[[1.129,-5.341],[0.263,-6.221],[-0.491,-6.29],[-1.134,-5.549],[-0.5,0],[-0.5,0],[-0.028,0.639],[-0.278,0.388],[-3.344,10.52],[0.499,14.393],[2.586,-0.257],[0.748,-2.189]],"v":[[-94,58],[-91.94,40.453],[-92.309,21.483],[-94.774,3.521],[-99,-11],[-100.5,-11],[-102,-11],[-102.626,-9.626],[-103,-8],[-107.269,31.709],[-100,69],[-95.376,64.799]],"c":true}],"h":1},{"t":32,"s":[{"i":[[1,0],[0.278,-0.388],[-0.141,-0.808],[0.611,-6.575],[-0.304,-6.693],[-0.315,-3.761],[-0.575,-3.349],[-1.11,-3.026],[-2.005,-1.663],[-0.88,3.672],[-0.272,4.053],[6.025,12.714]],"o":[[-0.028,0.639],[-0.278,0.388],[-1.859,5.008],[-0.611,6.575],[0.164,3.608],[0.315,3.761],[0.554,3.234],[1.11,3.026],[2.209,-2.259],[0.88,-3.672],[1.464,-21.835],[-1,0]],"v":[[-104,-11],[-104.626,-9.626],[-105,-8],[-108.622,9.736],[-109,30],[-108.308,41.195],[-107,52],[-104.588,61.678],[-100,69],[-95.547,59.845],[-94,48],[-101,-11]],"c":true}],"h":1},{"t":33,"s":[{"i":[[0.177,-0.657],[-0.232,-11.852],[-2.03,-8.532],[-0.703,-2.353],[-2.642,-0.303],[-0.26,1.488],[-0.354,1.428],[0.864,12.998],[2.987,8.144],[0.407,0.426],[0.656,0.177],[0.426,-0.407]],"o":[[-2.957,9.059],[0.232,11.852],[0.544,2.287],[0.703,2.353],[1.606,-0.619],[0.26,-1.488],[2.445,-9.864],[-0.864,-12.998],[-0.714,-0.12],[-0.407,-0.426],[-0.12,0.713],[-0.426,0.408]],"v":[[-106,-9],[-109.74,23.895],[-106,56],[-104.574,63.488],[-100,68],[-97.561,64.607],[-97,60],[-94.926,23.71],[-101,-10],[-102.543,-10.958],[-104,-12],[-104.958,-10.457]],"c":true}],"h":1},{"t":34,"s":[{"i":[[-0.282,-1.615],[0.584,-3.257],[0.227,-3.643],[-0.834,-8.76],[-2.257,-6.434],[-0.562,-1.485],[-2.264,0.334],[-0.751,3.644],[-0.251,3.745],[1.237,10.233],[2.727,6.998],[1.615,-0.282]],"o":[[-1.439,2.33],[-0.584,3.257],[-0.591,9.525],[0.834,8.76],[0.489,1.394],[0.562,1.485],[1.746,-2.679],[0.751,-3.644],[0.675,-10.07],[-1.237,-10.233],[-1.278,-0.055],[-0.055,1.278]],"v":[[-106,-9],[-108.909,-0.485],[-110,10],[-109.637,37.819],[-105,61],[-103.832,65.796],[-100,68],[-96.378,58.3],[-95,47],[-95.949,15.696],[-102,-11],[-105,-12]],"c":true}],"h":1},{"t":35,"s":[{"i":[[0.177,-0.657],[-0.335,-14.264],[-3.941,-7.297],[-0.333,-0.664],[-1.221,0.483],[-0.372,2.077],[-0.376,1.924],[1.032,12.316],[3.005,7.832],[0.388,0.278],[0.808,-0.141],[0.426,-0.407]],"o":[[-2.281,9.649],[0.335,14.264],[0.447,0.828],[0.333,0.664],[2.138,-0.767],[0.372,-2.077],[2.133,-10.905],[-1.032,-12.316],[-0.639,-0.027],[-0.388,-0.278],[-0.12,0.713],[-0.426,0.408]],"v":[[-107,-9],[-110.166,29.764],[-104,65],[-103.081,67.483],[-101,68],[-97.679,63.367],[-97,57],[-95.646,20.695],[-102,-11],[-103.374,-11.626],[-105,-12],[-105.958,-10.457]],"c":true}],"h":1},{"t":36,"s":[{"i":[[0.353,-1.313],[0.501,-2.475],[0.195,-2.719],[-0.62,-8.245],[-1.108,-5.84],[-0.67,-2.835],[-2.758,-0.692],[-0.768,4.718],[-0.245,5.09],[1.353,8.896],[2.062,6.503],[1.615,-0.282]],"o":[[-0.802,2.381],[-0.501,2.475],[-0.586,8.18],[0.62,8.245],[0.562,2.967],[0.67,2.835],[2.684,-3.038],[0.768,-4.718],[0.476,-9.913],[-1.353,-8.896],[-1.278,-0.055],[-0.24,1.427]],"v":[[-107,-9],[-108.955,-1.754],[-110,6],[-109.77,31.255],[-107,53],[-105.647,62.206],[-101,68],[-96.171,56.039],[-95,41],[-96.596,12.443],[-102,-11],[-105,-12]],"c":true}],"h":1},{"t":37,"s":[{"i":[[0.353,-1.313],[0.501,-2.475],[0.195,-2.719],[-0.602,-8.441],[-1.186,-5.941],[-0.718,-2.691],[-2.599,-0.584],[-0.364,2.152],[-0.4,2.254],[0.242,8.015],[3.924,10.937],[1.615,-0.282]],"o":[[-0.802,2.381],[-0.501,2.475],[-0.594,8.295],[0.602,8.441],[0.529,2.653],[0.718,2.691],[2.144,-1.139],[0.364,-2.152],[1.338,-7.539],[-0.468,-15.52],[-1.278,-0.055],[-0.24,1.427]],"v":[[-107,-9],[-108.955,-1.754],[-110,6],[-109.835,31.765],[-107,54],[-105.552,62.552],[-101,68],[-97.692,62.836],[-97,56],[-95,32],[-102,-11],[-105,-12]],"c":true}],"h":1},{"t":38,"s":[{"i":[[0.353,-1.313],[-0.29,-11.727],[-1.6,-7.861],[-0.711,-2.675],[-2.606,-0.595],[-0.689,5.142],[-0.38,5.181],[0.012,0.84],[0.013,0.822],[1.216,7.792],[2.003,5.724],[1.615,-0.282]],"o":[[-2.758,8.232],[0.29,11.727],[0.55,2.706],[0.711,2.675],[2.865,-3.25],[0.689,-5.142],[0.06,-0.82],[-0.012,-0.84],[-0.131,-8.108],[-1.216,-7.792],[-1.278,-0.055],[-0.24,1.427]],"v":[[-107,-9],[-110.269,22.778],[-107,54],[-105.541,62.583],[-101,68],[-96.136,54.948],[-95,39],[-94.945,36.502],[-95,34],[-97.096,9.712],[-102,-11],[-105,-12]],"c":true}],"h":1},{"t":72,"s":[{"i":[[0.353,-1.313],[-0.29,-11.727],[-1.6,-7.861],[-0.711,-2.675],[-2.606,-0.595],[-0.689,5.142],[-0.38,5.181],[0.012,0.84],[0.013,0.822],[1.216,7.792],[2.003,5.724],[1.615,-0.282]],"o":[[-2.758,8.232],[0.29,11.727],[0.55,2.706],[0.711,2.675],[2.865,-3.25],[0.689,-5.142],[0.06,-0.82],[-0.012,-0.84],[-0.131,-8.108],[-1.216,-7.792],[-1.278,-0.055],[-0.24,1.427]],"v":[[-107,-9],[-110.269,22.778],[-107,54],[-105.541,62.583],[-101,68],[-96.136,54.948],[-95,39],[-94.945,36.502],[-95,34],[-97.096,9.712],[-102,-11],[-105,-12]],"c":true}],"h":1},{"t":73,"s":[{"i":[[-0.141,-0.808],[-0.703,-12.941],[-3.263,-8.359],[-0.642,-1.358],[-2.142,0.142],[-0.506,5.897],[0.275,6.042],[1.485,7.989],[2.672,5.505],[0.5,0],[0.5,0],[0.278,-0.388]],"o":[[-2.076,9.877],[0.703,12.941],[0.29,1.71],[0.642,1.358],[2.249,-4.37],[0.506,-5.897],[-0.388,-8.541],[-1.485,-7.989],[-0.5,0],[-0.5,0],[-0.028,0.639],[-0.278,0.388]],"v":[[-100,-2],[-102.004,34.139],[-96,68],[-94.889,72.889],[-91,75],[-87.107,59.254],[-87,41],[-89.787,15.723],[-96,-5],[-97.5,-5],[-99,-5],[-99.626,-3.626]],"c":true}],"h":1},{"t":74,"s":[{"i":[[-0.282,-1.615],[0.136,-0.197],[0.425,0.092],[-0.991,-9.144],[-1.714,-7.712],[-1.269,-4.234],[-3.964,-1.745],[-0.265,4.219],[0.266,4.2],[2.073,9.599],[3.065,7.428],[0.804,0.529]],"o":[[-0.029,0.305],[-0.136,0.197],[-0.679,10.713],[0.991,9.144],[0.959,4.317],[1.269,4.234],[1.206,-3.926],[0.265,-4.219],[-0.644,-10.176],[-2.073,-9.599],[-1.377,0.043],[-0.055,1.279]],"v":[[-77,17],[-77.202,17.798],[-78,18],[-77.295,47.751],[-73,73],[-70.253,86.429],[-63,96],[-60.896,83.706],[-61,71],[-65.184,40.939],[-73,15],[-76,14]],"c":true}],"h":1},{"t":75,"s":[{"i":[[0,-1],[0.343,-0.824],[-0.361,-1.528],[-1.803,-9.931],[-2.777,-8],[-1.513,-2.751],[-3.067,-0.462],[0.841,7.365],[1.465,6.966],[2.124,6.304],[3.083,5.031],[1,0]],"o":[[0.011,1.178],[-0.343,0.824],[1.011,10.275],[1.803,9.931],[0.88,2.533],[1.513,2.751],[0.83,-7.572],[-0.841,-7.365],[-1.421,-6.755],[-2.124,-6.304],[-1,0],[0,1]],"v":[[-37,50],[-37.763,52.738],[-38,56],[-33.825,86.706],[-27,114],[-23.641,122.553],[-17,128],[-17.278,105.545],[-21,84],[-26.254,64.207],[-34,47],[-37,47]],"c":true}],"h":1},{"t":76,"s":[{"i":[[-0.282,-1.615],[0,-1],[0,-1],[-2.569,-9.657],[-3.364,-8.153],[-1.419,-2.742],[-3.297,-0.54],[1.087,7.204],[1.933,6.726],[2.561,6.237],[2.848,5.41],[1,0]],"o":[[0,1],[0,1],[1.361,10.221],[2.569,9.657],[1.028,2.491],[1.419,2.742],[0.282,-7.457],[-1.087,-7.204],[-1.91,-6.642],[-2.561,-6.237],[-1,0],[-0.055,1.279]],"v":[[19,93],[19,96],[19,99],[24.998,129.051],[34,156],[37.298,164.463],[44,170],[42.661,147.951],[38,127],[31.203,107.576],[23,90],[20,90]],"c":true}],"h":1},{"t":77,"s":[{"i":[[0,-1],[-0.988,-4.382],[-1.225,-4.439],[-2.141,-5.707],[-2.581,-5.445],[-1.474,-2.635],[-2.892,-0.904],[1.621,7.226],[2.156,6.447],[2.817,6.201],[3.449,5.375],[1,0]],"o":[[-0.177,6.032],[0.988,4.382],[1.856,6.727],[2.141,5.707],[1.21,2.555],[1.474,2.635],[0.641,-7.649],[-1.621,-7.226],[-2.281,-6.82],[-2.817,-6.201],[-1,0],[0,1]],"v":[[90,143],[91.449,158.195],[95,171],[100.957,189.461],[108,206],[111.739,214.239],[118,220],[116.098,197.599],[110,177],[102.376,157.416],[93,140],[90,140]],"c":true}],"h":1},{"t":78,"s":[{"i":[[-0.282,-1.615],[-1.258,-4.474],[-1.065,-3.832],[-1.19,-3.936],[-0.2,-0.506],[-1.429,-3.184],[-1.865,-3.421],[-5.267,-0.424],[5.109,12.118],[2.138,4.429],[2.926,5.712],[0.804,0.529]],"o":[[-0.095,5.273],[1.258,4.474],[1.255,4.517],[0.112,0.37],[1.26,3.197],[2.019,4.498],[2.31,4.238],[-0.677,-17.209],[-2.186,-5.185],[-2.803,-5.807],[-1.377,0.043],[-0.055,1.279]],"v":[[171,198],[173.13,212.581],[177,225],[181,238],[183,240],[186,250],[193,263],[203,274],[191,227],[185,213],[175,196],[172,195]],"c":true}],"h":1},{"t":79,"s":[{"i":[[0,-1],[-1.086,-3.847],[-1.524,-4.21],[-6.08,-11.034],[-5.66,-1.707],[2.906,9.612],[0.199,0.507],[0.27,0.893],[0.212,0.495],[3.104,5.852],[3.914,5.035],[1.615,-0.282]],"o":[[0.134,5.404],[1.086,3.847],[4.976,13.752],[2.977,5.402],[0.15,-13.652],[-0.112,-0.371],[-0.34,-0.866],[-0.11,-0.365],[-2.656,-6.182],[-3.054,-5.758],[-1.279,-0.055],[0,1]],"v":[[261,257],[262.957,270.395],[267,282],[283,318],[295,332],[287,297],[285,295],[285,292],[283,290],[275,271],[264,255],[261,254]],"c":true}],"h":1},{"t":80,"s":[{"i":[[-0.282,-1.615],[-3.512,-8.865],[-4.031,-7.446],[-1.603,-2.583],[-2.134,-1.981],[-1.385,-1.041],[-1.231,0.866],[2.351,6.809],[2.748,6.026],[3.267,5.704],[4.113,5],[1.615,-0.282]],"o":[[1.919,10.096],[3.512,8.864],[1.454,2.685],[1.603,2.583],[0.227,1.702],[1.386,1.041],[-0.85,-7.738],[-2.351,-6.809],[-2.821,-6.185],[-3.267,-5.704],[-1.279,-0.055],[-0.055,1.279]],"v":[[356,318],[364.416,346.488],[376,371],[380.49,379.028],[386,386],[388.747,390.426],[393,391],[387.923,369.216],[380,350],[370.969,332.111],[360,316],[357,315]],"c":true}],"h":1},{"t":81,"s":[{"i":[[-0.282,-1.615],[-3.968,-9.144],[-4.19,-7.312],[-0.278,-0.875],[-0.417,-0.677],[-0.426,-0.142],[-0.166,-0.221],[-0.519,-0.745],[-5.097,-0.361],[5.614,11.773],[8.346,10.209],[1.615,-0.282]],"o":[[1.938,10.115],[3.968,9.143],[0.472,0.825],[0.278,0.875],[0.13,0.211],[0.426,0.142],[0.621,0.828],[2.75,3.946],[-1.179,-15.733],[-5.921,-12.417],[-1.279,-0.055],[-0.055,1.279]],"v":[[455,379],[464.311,408.102],[477,433],[478.042,435.611],[479,438],[479.973,438.492],[481,439],[482,442],[493,452],[480,411],[459,377],[456,376]],"c":true}],"h":1}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.9058824,0.4509804,0.6745098,1]},"o":{"a":1,"k":[{"t":19,"s":[0],"h":1},{"t":20,"s":[100],"h":1},{"t":82,"s":[0],"h":1}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":101,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Book_01_Back","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[500,500,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"t":19,"s":[{"i":[[-0.082,0.959],[0.1,-0.1],[0.126,-0.128],[0.146,-0.153],[0.162,-0.174],[0.173,-0.19],[0.179,-0.203],[0.18,-0.212],[0.176,-0.217],[0.168,-0.218],[0.155,-0.215],[0.136,-0.208],[0.113,-0.197],[0.085,-0.182],[0.052,-0.163],[0.015,-0.14],[-0.006,-0.048],[-0.014,-0.054],[-0.022,-0.059],[-0.027,-0.064],[-0.032,-0.069],[-0.034,-0.073],[-0.036,-0.076],[-0.036,-0.079],[-0.034,-0.081],[-0.031,-0.083],[-0.027,-0.084],[-0.021,-0.084],[-0.013,-0.084],[-0.004,-0.084],[-0.106,-0.491],[-0.165,-0.507],[-0.204,-0.524],[-0.222,-0.541],[-0.22,-0.558],[-0.196,-0.576],[-0.151,-0.594],[-0.085,-0.611],[-0.169,0.872],[-0.076,0.966],[-0.009,1.033],[0.031,1.072],[0.043,1.085],[0.028,1.07],[-0.013,1.028]],"o":[[-0.07,0.067],[-0.1,0.1],[-0.126,0.128],[-0.146,0.153],[-0.162,0.174],[-0.173,0.19],[-0.179,0.203],[-0.18,0.212],[-0.176,0.217],[-0.168,0.218],[-0.155,0.215],[-0.136,0.208],[-0.113,0.197],[-0.085,0.182],[-0.052,0.163],[-0.004,0.041],[0.006,0.048],[0.014,0.054],[0.022,0.059],[0.027,0.064],[0.032,0.069],[0.034,0.073],[0.036,0.076],[0.036,0.079],[0.034,0.081],[0.031,0.083],[0.027,0.084],[0.021,0.084],[0.013,0.084],[0.025,0.474],[0.106,0.491],[0.165,0.507],[0.204,0.524],[0.222,0.541],[0.22,0.558],[0.196,0.576],[0.151,0.594],[0.29,-0.751],[0.169,-0.872],[0.076,-0.966],[0.009,-1.033],[-0.031,-1.072],[-0.043,-1.085],[-0.028,-1.07],[0.013,-1.028]],"v":[[500,476],[499.744,476.251],[499.404,476.594],[498.995,477.017],[498.532,477.507],[498.028,478.054],[497.5,478.645],[496.96,479.268],[496.424,479.912],[495.906,480.565],[495.422,481.214],[494.984,481.848],[494.609,482.456],[494.31,483.025],[494.102,483.544],[494,484],[494.002,484.134],[494.033,484.287],[494.087,484.457],[494.161,484.642],[494.249,484.842],[494.348,485.054],[494.454,485.276],[494.561,485.508],[494.666,485.748],[494.764,485.993],[494.851,486.242],[494.922,486.494],[494.973,486.747],[495,487],[495.201,488.448],[495.613,489.945],[496.173,491.492],[496.819,493.089],[497.487,494.738],[498.115,496.439],[498.64,498.193],[499,500],[499.683,497.558],[500.044,494.793],[500.163,491.788],[500.124,488.624],[500.007,485.382],[499.892,482.143],[499.863,478.988]],"c":true}],"h":1},{"t":20,"s":[{"i":[[0,34],[0.215,0.036],[0.06,-0.08],[4.774,-6.866],[4.923,-6.861],[4.862,-6.678],[4.785,-6.642],[0.676,-0.794],[0.666,-0.949],[0.465,-1.097],[0.595,-0.836],[1.072,-1.104],[0.861,-1.385],[0.119,-0.554],[0.296,-0.417],[0.602,-0.29],[0.291,-0.416],[0.084,-0.52],[0.327,-0.438],[1.125,-1.647],[1.398,-1.931],[0.732,-0.626],[0.525,-0.738],[0.45,-1.076],[0.587,-0.837],[0.695,-0.82],[0.565,-0.784],[2.165,-2.79],[2.275,-2.976],[1.412,-2.308],[1.146,-2.191],[-5.651,-24.349],[-3.322,0.809],[-3.046,1.62],[-4.579,6.382],[-2.008,2.739],[-4.374,6.07],[-3.487,4.859],[-1.853,2.608],[-0.891,1.33],[-4.256,5.906],[-1.065,1.423],[-2.168,3.024],[-2.126,2.965],[-3.579,2.977]],"o":[[-0.081,0.064],[-0.215,-0.036],[-4.98,6.677],[-4.774,6.866],[-4.768,6.645],[-4.862,6.678],[-0.63,0.874],[-0.676,0.794],[-0.544,0.776],[-0.465,1.097],[-0.852,1.197],[-1.072,1.104],[-0.229,0.368],[-0.119,0.554],[-0.302,0.425],[-0.602,0.29],[-0.336,0.481],[-0.084,0.521],[-1.103,1.479],[-1.125,1.647],[-0.549,0.759],[-0.731,0.626],[-0.613,0.861],[-0.45,1.076],[-0.656,0.936],[-0.695,0.82],[-2.063,2.863],[-2.165,2.79],[-1.207,1.577],[-1.412,2.308],[6.632,23.368],[3.618,2.64],[1.742,-2.925],[3.288,-6.969],[1.689,-2.355],[3.872,-5.279],[3.488,-4.841],[1.769,-2.465],[0.796,-1.12],[3.386,-5.056],[1.031,-1.43],[1.715,-2.29],[1.588,-2.215],[1.861,-2.596],[0,-34]],"v":[[500,259],[499.484,258.988],[499,259],[484.458,279.362],[470,300],[455.513,320.003],[441,340],[439.027,342.443],[437,345],[435.538,347.955],[434,351],[431.006,354.359],[428,358],[427.55,359.463],[427,361],[425.491,362.007],[424,363],[423.493,364.532],[423,366],[419.721,370.661],[416,376],[413.982,378.015],[412,380],[410.48,383.018],[409,386],[406.931,388.614],[405,391],[398.659,399.416],[392,408],[387.955,414.04],[384,421],[404,491],[411,485],[417,477],[430,458],[435,451],[448,433],[458,418],[464,411],[466,407],[479,389],[482,385],[487,378],[492,371],[500,361]],"c":true}],"h":1},{"t":21,"s":[{"i":[[0.425,-0.092],[0.34,-0.35],[0.207,-0.44],[0.139,-0.37],[0.134,-0.14],[0.206,-0.35],[0.207,-0.351],[0.272,-0.283],[0.076,-0.289],[0.339,-0.47],[0.939,-0.811],[0.625,-0.901],[-0.067,-0.381],[0.113,-0.251],[0.451,-0.163],[0.124,-0.185],[-0.067,-0.379],[0.115,-0.255],[0.451,-0.163],[0.124,-0.186],[-0.067,-0.378],[0.115,-0.256],[0.451,-0.161],[0.123,-0.19],[0.304,-0.706],[0.408,-0.594],[7.031,-10.416],[6.793,-10.004],[1.539,-1.953],[1.405,-2.07],[11.152,-16.518],[11.163,-16.389],[-1.702,-5.942],[-1.834,-5.83],[-1.066,-2.832],[-0.83,-2.789],[-0.779,-3.08],[-1.954,-2.561],[-19.915,29.086],[-19.697,29.303],[-2.925,4.241],[-2.387,4.78],[3.452,11.381],[3.596,11.238],[0.137,0.197]],"o":[[-0.536,0.101],[-0.34,0.35],[-0.208,0.44],[-0.139,0.37],[-0.268,0.279],[-0.206,0.35],[-0.207,0.351],[-0.358,0.374],[-0.076,0.289],[-0.619,0.856],[-0.939,0.811],[-0.155,0.224],[0.067,0.381],[-0.073,0.162],[-0.451,0.163],[-0.154,0.23],[0.067,0.379],[-0.073,0.162],[-0.451,0.163],[-0.153,0.231],[0.067,0.378],[-0.075,0.166],[-0.451,0.161],[-0.375,0.582],[-0.304,0.706],[-7.085,10.333],[-7.031,10.416],[-1.44,2.119],[-1.539,1.953],[-11.23,16.538],[-11.152,16.518],[2.358,5.4],[1.702,5.942],[0.907,2.884],[1.066,2.832],[0.928,3.12],[0.779,3.08],[19.645,-29.355],[19.914,-29.086],[2.911,-4.255],[2.925,-4.241],[-3.596,-11.238],[-3.452,-11.381],[-0.029,-0.305],[-0.137,-0.197]],"v":[[418,163],[416.703,163.717],[415.898,164.942],[415.394,166.196],[415,167],[414.306,167.961],[413.702,169.031],[413,170],[412.486,170.928],[412,172],[409.505,174.466],[407,177],[406.969,177.979],[407,179],[406.038,179.483],[405,180],[404.971,180.981],[405,182],[404.038,182.482],[403,183],[402.972,183.981],[403,185],[402.036,185.481],[401,186],[400.024,187.991],[399,190],[377.781,221.247],[357,252],[352.474,258.037],[348,264],[314.449,313.612],[281,363],[286.893,380.178],[292,398],[295.058,406.57],[298,415],[300.231,424.419],[304,433],[363.461,345.461],[423,258],[431.893,245.394],[440,232],[429.5,198],[419,164],[418.798,163.202]],"c":true}],"h":1},{"t":22,"s":[{"i":[[8.053,21.947],[0.697,-1.104],[7.911,-12.926],[1.966,-3.214],[0.862,-1.336],[0.445,-0.768],[0.479,-0.762],[2.001,-3.212],[0.524,-0.905],[0.641,-0.993],[0.963,-1.527],[1.907,-3.09],[1.064,-1.837],[0.763,-1.017],[0.451,-0.708],[1.835,-2.951],[0.645,-1.041],[6.413,-13.757],[1.416,-2.203],[1.291,-2.047],[1.383,-2.247],[1.307,-2.082],[1.259,-2.027],[1.451,-2.34],[0.236,-0.523],[0.247,-0.37],[0.23,-0.511],[0.241,-0.402],[0.515,-2.658],[-7.253,-22.413],[-1.094,1.627],[-1.297,2.08],[-5.108,8.778],[-0.718,1.15],[-1.248,1.987],[-1.438,2.316],[-1.351,2.18],[-0.236,0.523],[-0.247,0.37],[-0.23,0.511],[-0.243,0.391],[-0.721,1.276],[-0.699,1.142],[-21.128,34.324],[-4.559,9.406]],"o":[[-1.729,0.456],[-7.929,12.553],[-1.932,3.156],[-0.904,1.478],[-0.583,0.903],[-0.566,0.978],[-2.003,3.191],[-0.431,0.692],[-0.539,0.931],[-1.059,1.641],[-1.944,3.083],[-1.555,2.52],[-1.159,2.001],[-0.588,0.784],[-2.643,4.152],[-0.589,0.948],[-8.102,13.069],[-2.617,0.931],[-1.287,2.001],[-1.359,2.155],[-1.287,2.091],[-1.344,2.14],[-1.416,2.281],[-0.299,0.483],[-0.146,0.324],[-0.307,0.46],[-0.155,0.343],[-1.503,2.511],[7.361,22.306],[2.745,0.154],[1.445,-2.148],[6.048,-9.701],[0.695,-1.194],[1.284,-2.057],[1.367,-2.177],[1.325,-2.134],[0.299,-0.483],[0.146,-0.324],[0.307,-0.46],[0.152,-0.337],[0.79,-1.267],[0.659,-1.165],[21.708,-35.466],[5.544,-9.007],[-8.467,-21.533]],"v":[[319,103],[316,106],[292,144],[287,154],[283,158],[282,161],[280,163],[275,173],[273,175],[272,178],[268,182],[263,192],[258,199],[255,203],[254,206],[246,218],[245,221],[221,260],[217,266],[212,272],[209,279],[204,285],[201,292],[196,298],[196,300],[194,301],[194,303],[192,304],[189,312],[211,379],[216,374],[220,367],[238,338],[240,334],[245,328],[248,321],[253,315],[253,313],[255,312],[255,310],[257,309],[258,305],[261,302],[326,197],[342,170]],"c":true}],"h":1},{"t":23,"s":[{"i":[[0.213,-0.046],[4.998,-9.169],[5.007,-9.159],[5.012,-9.155],[5.012,-9.155],[5.007,-9.159],[4.999,-9.168],[4.986,-9.181],[4.968,-9.199],[-1.646,-4.287],[-1.613,-4.321],[-1.582,-4.351],[-1.554,-4.379],[-1.529,-4.404],[-0.749,1.001],[-0.478,1.272],[-0.615,1.135],[-1.159,0.591],[-1.819,3.515],[-1.922,3.412],[-1.892,3.441],[-1.731,3.603],[-5.037,9.13],[-5.009,9.158],[-4.967,9.199],[-4.912,9.255],[-1.659,2.919],[-1.613,2.923],[-1.522,2.793],[-1.388,2.528],[-0.337,0.582],[-0.345,0.588],[-0.335,0.587],[-0.308,0.578],[-0.653,1.219],[-0.622,1.257],[-0.533,1.284],[-0.386,1.301],[1.969,5.364],[1.957,5.377],[2.009,5.324],[2.127,5.207],[0.03,0.137],[0.068,0.098],[0.129,0.037]],"o":[[-4.985,9.182],[-4.998,9.169],[-5.007,9.159],[-5.012,9.155],[-5.012,9.155],[-5.007,9.159],[-4.999,9.168],[-4.986,9.181],[1.683,4.25],[1.646,4.287],[1.613,4.321],[1.582,4.351],[1.554,4.379],[1.428,-0.322],[0.749,-1.001],[0.478,-1.272],[0.615,-1.135],[1.584,-3.75],[1.819,-3.515],[1.922,-3.412],[1.892,-3.441],[5.052,-9.115],[5.037,-9.13],[5.009,-9.158],[4.967,-9.199],[1.662,-2.781],[1.659,-2.919],[1.612,-2.923],[1.522,-2.793],[0.312,-0.568],[0.337,-0.582],[0.345,-0.588],[0.335,-0.587],[0.625,-1.171],[0.653,-1.219],[0.622,-1.257],[0.533,-1.284],[-2.046,-5.287],[-1.969,-5.364],[-1.957,-5.377],[-2.009,-5.324],[-0.014,-0.153],[-0.03,-0.137],[-0.068,-0.098],[-0.129,-0.037]],"v":[[227,47],[212.024,74.525],[197.015,102.016],[181.985,129.486],[166.949,156.95],[151.919,184.419],[136.909,211.909],[121.931,239.431],[107,267],[111.993,279.807],[116.882,292.719],[121.673,305.727],[126.376,318.824],[131,332],[134.163,329.913],[135.903,326.403],[137.442,322.692],[140,320],[145.136,309.136],[150.78,298.779],[156.533,288.533],[162,278],[177.136,250.636],[192.209,223.209],[207.177,195.677],[222,168],[226.993,159.417],[231.912,150.621],[236.624,142.015],[241,134],[241.978,132.273],[243.005,130.515],[244.03,128.75],[245,127],[246.931,123.413],[248.858,119.696],[250.606,115.881],[252,112],[245.993,96.007],[240.12,79.88],[234.187,63.812],[228,48],[227.939,47.561],[227.798,47.202],[227.507,46.993]],"c":true}],"h":1},{"t":24,"s":[{"i":[[4.596,10.07],[9.042,-19.375],[8.993,-19.424],[8.955,-19.462],[8.928,-19.489],[-2.163,-5.087],[-2.163,-5.087],[-2.043,-5.207],[-1.804,-5.446],[-0.826,0.978],[-0.565,1.219],[-0.457,1.257],[-0.502,1.091],[-2.294,4.923],[-2.311,4.939],[-2.236,4.797],[-2.069,4.496],[-1.437,3.138],[-1.419,3.099],[-1.397,3.037],[-1.371,2.951],[-0.441,0.952],[-0.425,0.928],[-0.396,0.886],[-0.355,0.829],[-0.413,0.926],[-0.423,0.924],[-0.423,0.91],[-0.413,0.886],[-1.054,2.096],[-1.075,2.087],[-0.983,1.947],[-0.779,1.678],[-0.077,0.435],[-0.049,0.461],[-0.072,0.421],[-0.147,0.313],[-0.466,0.766],[-0.463,0.762],[-0.378,0.814],[-1.598,3.563],[-1.69,3.623],[-3.466,7.44],[-2.615,7.695],[4.3,10.367]],"o":[[-9.101,19.315],[-9.042,19.375],[-8.993,19.424],[-8.955,19.462],[2.044,5.206],[2.163,5.087],[2.163,5.087],[2.043,5.207],[1.24,-0.533],[0.826,-0.978],[0.565,-1.219],[0.457,-1.257],[2.185,-4.748],[2.294,-4.923],[2.311,-4.939],[2.236,-4.797],[1.451,-3.153],[1.437,-3.138],[1.419,-3.099],[1.397,-3.037],[0.446,-0.96],[0.441,-0.952],[0.425,-0.928],[0.396,-0.886],[0.394,-0.918],[0.413,-0.926],[0.423,-0.924],[0.423,-0.91],[0.921,-1.975],[1.054,-2.096],[1.075,-2.087],[0.983,-1.947],[0.159,-0.342],[0.077,-0.435],[0.049,-0.461],[0.072,-0.421],[0.388,-0.826],[0.466,-0.766],[0.463,-0.762],[1.917,-4.126],[1.598,-3.563],[3.522,-7.546],[3.466,-7.44],[-4.203,-10.463],[-4.3,-10.367]],"v":[[146,-3],[118.788,55.038],[91.739,113.239],[64.821,171.571],[38,230],[44.342,245.408],[50.861,260.639],[57.2,276.05],[63,292],[66.06,289.684],[68.107,286.338],[69.6,282.573],[71,279],[77.742,264.454],[84.674,249.622],[91.519,234.979],[98,221],[102.334,211.558],[106.62,202.197],[110.847,192.988],[115,184],[116.334,181.127],[117.636,178.302],[118.87,175.577],[120,173],[121.213,170.23],[122.471,167.452],[123.743,164.698],[125,162],[127.99,155.861],[131.213,149.554],[134.329,143.471],[137,138],[137.341,136.818],[137.517,135.458],[137.684,134.118],[138,133],[139.302,130.627],[140.717,128.35],[142,126],[147.17,114.622],[152,104],[162.68,81.612],[172,59],[159.295,27.705]],"c":true}],"h":1},{"t":25,"s":[{"i":[[0.405,0.095],[0.208,-0.223],[0.165,-0.288],[0.124,-0.297],[0.086,-0.247],[1.826,-4.768],[1.86,-4.753],[1.729,-4.608],[1.433,-4.334],[0.17,-0.339],[0.189,-0.329],[0.175,-0.326],[0.126,-0.328],[0.162,-0.674],[0.135,-0.694],[0.156,-0.674],[0.224,-0.611],[0.177,-0.255],[0.221,-0.299],[0.184,-0.269],[0.064,-0.166],[0.597,-1.712],[0.531,-1.604],[0.544,-1.59],[0.636,-1.671],[1.002,-2.491],[1.025,-2.503],[1.011,-2.511],[0.96,-2.513],[0.513,-1.771],[0.518,-1.786],[0.684,-1.798],[0.419,-0.542],[0.192,-0.489],[6.298,-17.148],[6.977,-17.001],[-3.448,-7.461],[-3.304,-7.047],[-1.282,-2.439],[-1.774,-1.897],[-15.539,40.961],[-15.239,41.261],[4.531,9.302],[3.876,9.958],[0.273,0.227]],"o":[[-0.254,0.099],[-0.208,0.223],[-0.165,0.288],[-0.124,0.296],[-1.627,4.654],[-1.826,4.768],[-1.86,4.753],[-1.729,4.608],[-0.117,0.355],[-0.17,0.339],[-0.189,0.329],[-0.175,0.326],[-0.235,0.611],[-0.162,0.674],[-0.135,0.694],[-0.156,0.674],[-0.05,0.137],[-0.177,0.255],[-0.221,0.299],[-0.184,0.269],[-0.742,1.915],[-0.597,1.712],[-0.531,1.604],[-0.544,1.59],[-0.942,2.474],[-1.002,2.491],[-1.025,2.503],[-1.011,2.511],[-0.669,1.753],[-0.513,1.771],[-0.518,1.786],[-0.131,0.344],[-0.419,0.542],[-6.831,17.409],[-6.298,17.148],[3.904,7.109],[3.448,7.461],[1.099,2.346],[1.282,2.439],[15.605,-40.894],[15.539,-40.961],[-4,-9.834],[-4.531,-9.302],[-0.501,0.002],[-0.273,-0.227]],"v":[[75,-45],[74.307,-44.503],[73.748,-43.721],[73.315,-42.829],[73,-42],[67.78,-27.835],[62.209,-13.52],[56.784,0.554],[52,14],[51.561,15.039],[51.014,16.04],[50.46,17.021],[50,18],[49.417,19.937],[48.983,22],[48.558,24.062],[48,26],[47.638,26.607],[47.021,27.457],[46.393,28.328],[46,29],[44.012,34.417],[42.341,39.367],[40.75,44.133],[39,49],[36.076,56.448],[33.027,63.941],[29.965,71.463],[27,79],[25.267,84.287],[23.763,89.623],[22,95],[21.046,96.391],[20,98],[0.61,149.806],[-19,201],[-8.05,223.047],[2,245],[5.494,252.336],[10,259],[56.775,136.274],[103,13],[89.907,-15.407],[77,-44],[75.928,-44.428]],"c":true}],"h":1},{"t":26,"s":[{"i":[[0.258,-0.046],[3.238,-10.804],[3.238,-10.803],[3.234,-10.808],[3.223,-10.819],[3.207,-10.835],[3.186,-10.856],[3.158,-10.883],[3.126,-10.916],[-1.043,-1.957],[-1.065,-1.935],[-1.075,-1.925],[-1.073,-1.927],[-1.059,-1.941],[-1.034,-1.966],[-0.997,-2.003],[-0.949,-2.051],[-0.224,-0.234],[-0.15,-0.308],[-0.113,-0.346],[-0.111,-0.347],[-0.146,-0.312],[-0.218,-0.24],[-0.326,-0.133],[-0.47,0.012],[-3.233,10.808],[-3.235,10.807],[-3.231,10.81],[-3.223,10.819],[-3.208,10.833],[-3.189,10.853],[-3.164,10.878],[-3.134,10.908],[1.178,2.163],[1.175,2.18],[1.171,2.189],[1.167,2.19],[1.163,2.182],[1.159,2.165],[1.154,2.139],[1.15,2.105],[0.08,0.121],[0.1,0.094],[0.137,0.057],[0.189,0.01]],"o":[[-3.232,10.81],[-3.238,10.804],[-3.238,10.803],[-3.234,10.808],[-3.223,10.819],[-3.207,10.835],[-3.186,10.856],[-3.158,10.883],[1.01,1.99],[1.043,1.957],[1.065,1.935],[1.075,1.925],[1.073,1.927],[1.059,1.941],[1.034,1.966],[0.997,2.003],[0.335,0.124],[0.224,0.234],[0.15,0.308],[0.113,0.346],[0.111,0.347],[0.146,0.312],[0.218,0.24],[0.326,0.133],[3.226,-10.815],[3.233,-10.808],[3.235,-10.807],[3.231,-10.81],[3.223,-10.819],[3.208,-10.833],[3.189,-10.853],[3.164,-10.878],[-1.182,-2.136],[-1.178,-2.163],[-1.175,-2.18],[-1.171,-2.189],[-1.167,-2.19],[-1.163,-2.182],[-1.159,-2.165],[-1.154,-2.139],[-0.076,-0.139],[-0.08,-0.121],[-0.1,-0.094],[-0.137,-0.057],[-0.189,-0.01]],"v":[[15,-80],[5.295,-47.58],[-4.421,-15.171],[-14.131,17.244],[-23.817,49.683],[-33.464,82.161],[-43.055,114.695],[-52.572,147.303],[-62,180],[-58.917,185.917],[-55.752,191.752],[-52.54,197.54],[-49.317,203.317],[-46.116,209.116],[-42.973,214.973],[-39.923,220.923],[-37,227],[-36.171,227.546],[-35.618,228.368],[-35.233,229.358],[-34.906,230.406],[-34.528,231.403],[-33.991,232.241],[-33.184,232.809],[-32,233],[-22.309,200.566],[-12.605,168.145],[-2.904,135.721],[6.778,103.278],[16.425,70.8],[26.022,38.272],[35.552,5.677],[45,-27],[41.46,-33.45],[37.93,-39.966],[34.411,-46.523],[30.904,-53.094],[27.409,-59.653],[23.926,-66.174],[20.456,-72.632],[17,-79],[16.771,-79.392],[16.504,-79.718],[16.152,-79.948],[15.667,-80.052]],"c":true}],"h":1},{"t":27,"s":[{"i":[[0.851,-0.184],[10.005,-45.495],[9.864,-45.636],[-1.029,-1.907],[-0.713,-1.582],[-0.451,-0.16],[-0.123,-0.192],[0.067,-0.376],[-0.117,-0.26],[-0.451,-0.163],[-0.124,-0.185],[0.067,-0.379],[-0.115,-0.255],[-0.451,-0.158],[-0.121,-0.197],[-0.696,-1.577],[-0.492,-0.513],[-1.087,-1.918],[-1.065,-1.672],[-1.434,-2.05],[-1.992,-0.8],[-2.304,10.543],[-1.814,10.233],[-0.441,0.696],[-0.121,0.579],[-0.437,2.807],[-0.663,2.966],[-2.19,10.308],[-2.112,9.259],[-2.517,11.592],[-2.447,10.732],[-1.693,6.916],[-1.56,7.02],[-0.653,3.331],[0.25,1.803],[1.331,1.956],[1.406,2.212],[1.035,1.904],[0.71,1.574],[0.451,0.16],[0.123,0.192],[0.458,1.038],[0.532,0.849],[2,3.031],[2.021,2.718]],"o":[[-10.115,45.385],[-10.005,45.495],[1.169,1.789],[1.029,1.907],[0.075,0.166],[0.451,0.16],[0.151,0.238],[-0.067,0.376],[0.073,0.162],[0.451,0.163],[0.154,0.23],[-0.067,0.379],[0.077,0.169],[0.451,0.158],[0.724,1.178],[0.696,1.577],[1.587,1.656],[1.087,1.918],[1.273,2],[1.434,2.05],[1.971,-10.597],[2.304,-10.542],[0.113,-0.637],[0.441,-0.696],[0.587,-2.805],[0.437,-2.807],[2.127,-9.51],[2.19,-10.308],[2.486,-10.899],[2.517,-11.592],[1.668,-7.316],[1.693,-6.916],[0.639,-2.873],[0.653,-3.331],[-0.272,-1.962],[-1.33,-1.957],[-1.149,-1.808],[-1.035,-1.905],[-0.075,-0.166],[-0.451,-0.16],[-0.636,-0.999],[-0.458,-1.038],[-1.979,-3.157],[-2,-3.031],[-0.057,-0.61]],"v":[[-33,-107],[-63.188,29.312],[-93,166],[-89.658,171.655],[-87,177],[-86.036,177.481],[-85,178],[-84.974,178.983],[-85,180],[-84.038,180.483],[-83,181],[-82.971,181.981],[-83,183],[-82.033,183.479],[-81,184],[-78.826,188.498],[-77,192],[-73.108,197.488],[-70,203],[-66.039,209.4],[-61,214],[-54.382,182.226],[-48,151],[-47.006,148.957],[-46,147],[-44.557,138.621],[-43,130],[-36.488,99.812],[-30,70],[-22.471,35.875],[-15,2],[-9.919,-19.221],[-5,-40],[-2.834,-49.802],[-2,-58],[-4.65,-63.813],[-9,-70],[-12.33,-75.675],[-15,-81],[-15.964,-81.481],[-17,-82],[-18.578,-85.113],[-20,-88],[-25.968,-97.33],[-32,-106]],"c":true}],"h":1},{"t":28,"s":[{"i":[[0.404,-0.071],[1.672,-11.828],[1.723,-11.777],[1.753,-11.747],[1.762,-11.737],[1.752,-11.748],[1.721,-11.779],[1.67,-11.83],[1.598,-11.902],[-0.53,-0.955],[-0.594,-0.911],[-0.641,-0.876],[-0.671,-0.851],[-0.683,-0.834],[-0.679,-0.826],[-0.657,-0.828],[-0.618,-0.839],[-0.477,-0.741],[-0.452,-0.754],[-0.446,-0.748],[-0.46,-0.722],[-0.493,-0.677],[-0.764,-0.846],[-0.742,-0.857],[-0.607,-0.958],[-0.358,-1.149],[-0.25,-0.116],[-0.174,-0.021],[-0.087,0.231],[0.011,0.639],[-3.553,23.447],[-3.463,23.537],[-3.428,23.572],[-3.449,23.551],[1.211,1.795],[1.301,1.727],[1.314,1.693],[1.252,1.693],[1.257,1.742],[1.242,1.748],[1.238,1.757],[1.248,1.768],[0.215,0.118],[0.194,0.139],[0.257,0.076]],"o":[[-1.602,11.898],[-1.672,11.828],[-1.723,11.777],[-1.753,11.747],[-1.762,11.737],[-1.752,11.748],[-1.721,11.779],[-1.67,11.83],[0.449,1.009],[0.53,0.955],[0.594,0.911],[0.641,0.876],[0.671,0.851],[0.683,0.834],[0.679,0.826],[0.657,0.828],[0.522,0.709],[0.477,0.741],[0.452,0.754],[0.446,0.748],[0.46,0.722],[0.673,0.925],[0.764,0.846],[0.742,0.856],[0.607,0.958],[0.314,0.055],[0.25,0.116],[0.174,0.021],[0.087,-0.231],[3.701,-23.3],[3.553,-23.447],[3.463,-23.537],[3.428,-23.572],[-1.046,-1.898],[-1.211,-1.795],[-1.301,-1.727],[-1.314,-1.693],[-1.286,-1.739],[-1.257,-1.742],[-1.242,-1.748],[-1.238,-1.757],[-0.32,-0.014],[-0.215,-0.118],[-0.194,-0.139],[-0.257,-0.076]],"v":[[-70,-124],[-74.917,-88.416],[-80.014,-53.014],[-85.233,-17.732],[-90.511,17.49],[-95.787,52.713],[-101.001,87.999],[-106.093,123.407],[-111,159],[-109.527,161.944],[-107.836,164.742],[-105.979,167.421],[-104.007,170.009],[-101.971,172.534],[-99.924,175.022],[-97.916,177.502],[-96,180],[-94.507,182.18],[-93.118,184.428],[-91.777,186.686],[-90.423,188.896],[-89,191],[-86.816,193.633],[-84.528,196.164],[-82.476,198.863],[-81,202],[-80.151,202.296],[-79.512,202.541],[-79.117,202.266],[-79,201],[-68.133,130.866],[-57.623,60.377],[-47.302,-10.301],[-37,-81],[-40.404,-86.531],[-44.19,-91.807],[-48.131,-96.929],[-52,-102],[-55.812,-107.221],[-59.557,-112.456],[-63.274,-117.713],[-67,-123],[-67.781,-123.219],[-68.374,-123.626],[-69.03,-123.97]],"c":true}],"h":1},{"t":29,"s":[{"i":[[0.213,-0.046],[0.983,-12.267],[0.98,-12.27],[0.982,-12.268],[0.988,-12.262],[0.999,-12.251],[1.014,-12.236],[1.033,-12.217],[1.057,-12.193],[-1.073,-1.218],[-1.053,-1.239],[-1.045,-1.247],[-1.049,-1.242],[-1.067,-1.225],[-1.097,-1.195],[-1.14,-1.152],[-1.196,-1.096],[-0.19,-0.394],[-0.241,-0.342],[-0.276,-0.308],[-0.294,-0.29],[-0.296,-0.288],[-0.281,-0.302],[-0.25,-0.333],[-0.203,-0.381],[-0.211,-0.093],[-0.165,-0.062],[-0.113,0.049],[-0.055,0.24],[0.009,0.511],[-1.967,24.283],[-2.001,24.249],[-1.908,24.341],[-1.688,24.562],[1.278,1.556],[1.379,1.455],[1.287,1.547],[1.002,1.831],[1.389,1.528],[1.306,1.61],[1.389,1.528],[1.637,1.28],[0.03,0.137],[0.068,0.098],[0.129,0.037]],"o":[[-0.99,12.261],[-0.983,12.267],[-0.98,12.27],[-0.982,12.268],[-0.988,12.262],[-0.999,12.251],[-1.014,12.236],[-1.033,12.217],[1.107,1.185],[1.073,1.218],[1.053,1.239],[1.045,1.247],[1.049,1.242],[1.067,1.225],[1.097,1.195],[1.14,1.152],[0.122,0.461],[0.19,0.394],[0.241,0.342],[0.276,0.308],[0.294,0.29],[0.296,0.288],[0.281,0.302],[0.25,0.333],[0.251,0.044],[0.211,0.093],[0.165,0.062],[0.113,-0.049],[0.055,-0.24],[1.806,-24.444],[1.967,-24.283],[2.002,-24.249],[1.909,-24.341],[-0.984,-1.85],[-1.278,-1.556],[-1.379,-1.455],[-1.287,-1.547],[-1.637,-1.28],[-1.389,-1.528],[-1.306,-1.61],[-1.389,-1.528],[-0.014,-0.153],[-0.03,-0.137],[-0.068,-0.098],[-0.129,-0.037]],"v":[[-94,-134],[-96.958,-97.207],[-99.901,-60.401],[-102.843,-23.593],[-105.798,13.202],[-108.778,49.972],[-111.796,86.704],[-114.865,123.384],[-118,160],[-114.733,163.608],[-111.547,167.297],[-108.404,171.029],[-105.266,174.766],[-102.095,178.47],[-98.852,182.102],[-95.5,185.625],[-92,189],[-91.528,190.278],[-90.877,191.378],[-90.099,192.349],[-89.241,193.241],[-88.353,194.103],[-87.484,194.984],[-86.683,195.933],[-86,197],[-85.305,197.226],[-84.74,197.479],[-84.323,197.52],[-84.07,197.107],[-84,196],[-78.309,122.941],[-72.324,50.176],[-66.427,-22.677],[-61,-96],[-64.44,-101.06],[-68.473,-105.527],[-72.519,-109.981],[-76,-115],[-80.498,-119.252],[-84.5,-124],[-88.502,-128.748],[-93,-133],[-93.061,-133.439],[-93.202,-133.798],[-93.493,-134.007]],"c":true}],"h":1},{"t":30,"s":[{"i":[[0.25,0],[0.376,-12.457],[0.399,-12.434],[0.417,-12.416],[0.43,-12.403],[0.438,-12.395],[0.441,-12.393],[0.438,-12.395],[0.431,-12.402],[-0.546,-0.796],[-0.643,-0.766],[-0.718,-0.744],[-0.769,-0.73],[-0.798,-0.723],[-0.804,-0.724],[-0.787,-0.732],[-0.748,-0.748],[-0.862,-0.92],[-0.849,-0.915],[-0.853,-0.878],[-0.874,-0.808],[-0.911,-0.705],[-0.36,-0.493],[-0.451,-0.416],[-0.366,0.16],[-0.102,1.234],[-0.822,24.678],[-0.849,24.65],[-0.853,24.647],[-0.832,24.668],[0.522,0.808],[0.63,0.74],[0.668,0.686],[0.635,0.649],[0.666,0.668],[0.67,0.667],[0.67,0.665],[0.663,0.663],[1.49,1.326],[1.422,1.341],[1.221,1.469],[0.887,1.711],[0.25,0],[0.25,0],[0.25,0]],"o":[[-0.348,12.485],[-0.376,12.457],[-0.399,12.434],[-0.417,12.416],[-0.43,12.403],[-0.438,12.395],[-0.441,12.393],[-0.438,12.395],[0.426,0.833],[0.546,0.796],[0.643,0.766],[0.718,0.744],[0.769,0.73],[0.798,0.723],[0.804,0.724],[0.787,0.732],[0.892,0.892],[0.862,0.92],[0.849,0.915],[0.853,0.878],[0.874,0.808],[0.092,0.071],[0.36,0.493],[0.451,0.416],[0.365,-0.16],[0.77,-24.73],[0.822,-24.678],[0.849,-24.65],[0.853,-24.647],[-0.343,-0.893],[-0.522,-0.808],[-0.631,-0.74],[-0.668,-0.686],[-0.655,-0.669],[-0.666,-0.668],[-0.67,-0.667],[-0.67,-0.665],[-1.425,-1.425],[-1.49,-1.326],[-1.422,-1.341],[-1.221,-1.469],[-0.25,0],[-0.25,0],[-0.25,0],[-0.25,0]],"v":[[-108,-136],[-109.087,-98.588],[-110.252,-61.252],[-111.478,-23.979],[-112.751,13.249],[-114.056,50.445],[-115.375,87.625],[-116.695,124.805],[-118,162],[-116.537,164.441],[-114.748,166.782],[-112.701,169.046],[-110.466,171.255],[-108.109,173.433],[-105.701,175.601],[-103.308,177.783],[-101,180],[-98.373,182.726],[-95.81,185.487],[-93.26,188.185],[-90.674,190.722],[-88,193],[-87.278,193.97],[-86.016,195.457],[-84.746,195.966],[-84,194],[-81.605,119.894],[-79.092,45.907],[-76.533,-28.033],[-74,-102],[-75.315,-104.548],[-77.061,-106.866],[-79.027,-109.001],[-81,-111],[-82.982,-113.006],[-84.988,-115.009],[-86.999,-117.007],[-89,-119],[-93.406,-123.099],[-97.807,-127.072],[-101.805,-131.259],[-105,-136],[-105.75,-136],[-106.5,-136],[-107.25,-136]],"c":true}],"h":1},{"t":31,"s":[{"i":[[0.066,1.085],[-0.116,12.467],[-0.15,12.433],[-0.168,12.416],[-0.169,12.414],[-0.154,12.43],[-0.122,12.461],[-0.074,12.51],[-0.009,12.574],[0.184,0.416],[0.251,0.373],[0.302,0.338],[0.336,0.312],[0.354,0.293],[0.354,0.283],[0.338,0.28],[0.305,0.286],[1.672,1.57],[1.652,1.542],[1.649,1.518],[1.664,1.497],[1.698,1.481],[0.118,0.095],[0.139,-0.079],[0.076,-0.26],[-0.071,-0.447],[0.352,-24.898],[0.261,-24.989],[0.278,-24.972],[0.403,-24.847],[-1.078,-1.341],[-1.234,-1.197],[-1.289,-1.133],[-1.243,-1.147],[-0.674,-0.575],[-0.677,-0.569],[-0.665,-0.584],[-0.636,-0.621],[-0.557,-0.716],[-0.604,-0.687],[-0.745,-0.502],[-0.98,-0.162],[-0.401,-0.499],[-0.509,-0.307],[-0.353,0.221]],"o":[[0.065,-12.518],[0.116,-12.467],[0.15,-12.433],[0.168,-12.416],[0.169,-12.414],[0.154,-12.43],[0.122,-12.461],[0.074,-12.51],[-0.099,-0.468],[-0.184,-0.416],[-0.251,-0.373],[-0.302,-0.338],[-0.336,-0.312],[-0.354,-0.293],[-0.354,-0.283],[-0.338,-0.28],[-1.71,-1.602],[-1.672,-1.57],[-1.652,-1.542],[-1.649,-1.518],[-1.664,-1.497],[-0.014,-0.263],[-0.118,-0.095],[-0.139,0.079],[-0.076,0.26],[-0.552,24.698],[-0.352,24.898],[-0.261,24.989],[-0.278,24.972],[0.82,1.564],[1.078,1.341],[1.234,1.197],[1.289,1.133],[0.654,0.604],[0.674,0.575],[0.677,0.569],[0.665,0.584],[0.605,0.59],[0.557,0.716],[0.604,0.687],[0.745,0.502],[0.03,0.356],[0.401,0.499],[0.509,0.307],[0.353,-0.221]],"v":[[-84,193],[-83.724,155.526],[-83.321,118.179],[-82.84,80.91],[-82.332,43.669],[-81.844,6.407],[-81.426,-30.926],[-81.129,-68.378],[-81,-106],[-81.429,-107.324],[-82.085,-108.506],[-82.92,-109.571],[-83.882,-110.544],[-84.921,-111.449],[-85.987,-112.31],[-87.03,-113.152],[-88,-114],[-93.068,-118.757],[-98.049,-123.423],[-102.995,-128.012],[-107.961,-132.533],[-113,-137],[-113.219,-137.539],[-113.626,-137.565],[-113.97,-137.058],[-114,-136],[-115.329,-61.579],[-116.222,13.277],[-117.005,88.245],[-118,163],[-115.127,167.337],[-111.634,171.124],[-107.824,174.599],[-104,178],[-102.004,179.763],[-99.973,181.474],[-97.956,183.198],[-96,185],[-94.281,186.998],[-92.563,189.142],[-90.563,190.964],[-88,192],[-87.287,193.367],[-85.856,194.661],[-84.497,194.874]],"c":true}],"h":1},{"t":32,"s":[{"i":[[1.891,0.859],[0,-12.583],[0,-12.583],[0,-12.583],[0,-12.583],[0,-12.583],[0,-12.583],[0,-12.583],[0,-12.583],[-0.201,-0.465],[-0.279,-0.387],[-0.339,-0.327],[-0.381,-0.285],[-0.405,-0.261],[-0.411,-0.255],[-0.399,-0.267],[-0.369,-0.298],[-0.505,-0.629],[-0.519,-0.614],[-0.585,-0.548],[-0.704,-0.429],[-0.875,-0.259],[-0.686,-0.731],[-0.742,-0.674],[-0.686,-0.731],[-0.516,-0.901],[-0.428,-0.238],[-0.384,-0.282],[-0.389,-0.278],[-0.442,-0.225],[-0.401,-0.499],[-0.509,-0.307],[-0.353,0.221],[0.066,1.085],[0,25],[0,25],[0,25],[0,25],[1.275,1.391],[1.46,1.207],[1.454,1.212],[1.26,1.406],[1.389,1.361],[1.387,1.363],[1.554,1.196]],"o":[[0,12.583],[0,12.583],[0,12.583],[0,12.583],[0,12.583],[0,12.583],[0,12.583],[0,12.583],[0.105,0.561],[0.201,0.465],[0.279,0.387],[0.339,0.327],[0.381,0.285],[0.405,0.261],[0.411,0.255],[0.399,0.267],[0.543,0.591],[0.505,0.629],[0.519,0.614],[0.585,0.548],[0.704,0.429],[0.516,0.901],[0.686,0.731],[0.742,0.675],[0.686,0.731],[0.52,0.147],[0.428,0.238],[0.384,0.282],[0.389,0.278],[0.03,0.356],[0.401,0.499],[0.509,0.307],[0.353,-0.221],[0,-25],[0,-25],[0,-25],[0,-25],[-0.902,-1.765],[-1.275,-1.391],[-1.46,-1.207],[-1.454,-1.212],[-1.561,-1.189],[-1.389,-1.361],[-1.387,-1.363],[-1.554,-1.196]],"v":[[-118,-138],[-118,-100.25],[-118,-62.5],[-118,-24.75],[-118,13],[-118,50.75],[-118,88.5],[-118,126.25],[-118,164],[-117.535,165.536],[-116.809,166.81],[-115.877,167.877],[-114.791,168.791],[-113.606,169.607],[-112.377,170.377],[-111.157,171.157],[-110,172],[-108.442,173.842],[-106.92,175.72],[-105.276,177.476],[-103.355,178.955],[-101,180],[-99.17,182.42],[-97,184.5],[-94.83,186.58],[-93,189],[-91.589,189.59],[-90.383,190.383],[-89.234,191.234],[-88,192],[-87.287,193.367],[-85.856,194.661],[-84.497,194.874],[-84,193],[-84,118],[-84,43],[-84,-32],[-84,-107],[-87.313,-111.687],[-91.463,-115.537],[-95.881,-119.119],[-100,-123],[-104.384,-126.866],[-108.507,-130.994],[-112.876,-134.874]],"c":true}],"h":1},{"t":33,"s":[{"i":[[2.214,1.746],[0.187,-12.514],[0.035,-12.55],[-0.07,-12.58],[-0.127,-12.602],[-0.137,-12.617],[-0.098,-12.626],[-0.012,-12.627],[0.121,-12.621],[-0.134,-0.328],[-0.176,-0.321],[-0.209,-0.311],[-0.233,-0.299],[-0.248,-0.283],[-0.253,-0.266],[-0.249,-0.245],[-0.236,-0.223],[-0.256,-0.14],[-0.268,-0.096],[-0.275,-0.094],[-0.277,-0.134],[-0.273,-0.216],[-0.247,-0.341],[-0.229,-0.378],[-0.242,-0.349],[-0.288,-0.252],[-1.169,-0.914],[-1.14,-0.941],[-1.026,-1.057],[-0.827,-1.26],[-0.887,-0.798],[-0.783,-0.931],[-0.629,-0.168],[-0.426,1.493],[0.156,24.927],[0.108,24.975],[0.023,25.06],[-0.099,25.183],[0.561,0.768],[0.806,0.561],[0.842,0.512],[0.669,0.623],[2.052,1.983],[2.038,1.942],[2.092,1.863]],"o":[[-0.388,12.471],[-0.187,12.514],[-0.035,12.55],[0.07,12.58],[0.127,12.602],[0.137,12.617],[0.098,12.626],[0.012,12.627],[0.082,0.333],[0.134,0.328],[0.176,0.321],[0.209,0.311],[0.233,0.299],[0.248,0.283],[0.253,0.266],[0.249,0.245],[0.239,0.226],[0.256,0.14],[0.268,0.096],[0.275,0.094],[0.277,0.134],[0.298,0.236],[0.247,0.341],[0.229,0.378],[0.242,0.349],[1.114,0.974],[1.169,0.914],[1.14,0.942],[1.026,1.057],[0.942,-0.232],[0.887,0.798],[0.783,0.931],[0.629,0.168],[-0.167,-24.916],[-0.156,-24.927],[-0.108,-24.975],[-0.023,-25.06],[-0.106,-1.135],[-0.561,-0.768],[-0.806,-0.561],[-0.842,-0.512],[-2.135,-1.987],[-2.052,-1.983],[-2.038,-1.942],[-2.092,-1.863]],"v":[[-118,-138],[-118.85,-100.521],[-119.172,-62.922],[-119.107,-25.226],[-118.799,12.548],[-118.391,50.379],[-118.026,88.245],[-117.848,126.126],[-118,164],[-117.675,164.993],[-117.208,165.968],[-116.628,166.916],[-115.962,167.832],[-115.238,168.705],[-114.484,169.53],[-113.729,170.297],[-113,171],[-112.257,171.537],[-111.47,171.88],[-110.654,172.154],[-109.826,172.486],[-109,173],[-108.19,173.881],[-107.485,174.976],[-106.787,176.083],[-106,177],[-102.555,179.81],[-99.069,182.571],[-95.8,185.547],[-93,189],[-90.244,190.073],[-87.726,192.891],[-85.595,194.763],[-84,193],[-84.494,118.244],[-84.899,43.4],[-85.105,-31.645],[-85,-107],[-86.053,-109.815],[-88.155,-111.768],[-90.68,-113.338],[-93,-115],[-99.264,-120.964],[-105.382,-126.861],[-111.559,-132.578]],"c":true}],"h":1},{"t":34,"s":[{"i":[[1.566,0.695],[-0.074,-12.593],[-0.086,-12.581],[-0.093,-12.574],[-0.095,-12.571],[-0.093,-12.573],[-0.087,-12.58],[-0.076,-12.59],[-0.061,-12.606],[-0.549,-0.826],[-0.66,-0.715],[-0.733,-0.642],[-0.768,-0.607],[-0.765,-0.61],[-0.724,-0.651],[-0.645,-0.73],[-0.527,-0.848],[-0.476,-0.232],[-0.418,-0.29],[-0.373,-0.335],[-0.341,-0.367],[-0.321,-0.387],[-0.315,-0.394],[-0.32,-0.388],[-0.339,-0.369],[-0.722,-0.531],[-0.665,-0.788],[-0.582,-0.587],[-0.474,0.074],[-0.341,1.194],[0.211,25.039],[0.178,25.072],[0.128,25.122],[0.061,25.189],[0.175,0.402],[0.356,0.316],[0.378,0.256],[0.241,0.222],[1.093,0.934],[1.08,0.888],[1.072,0.885],[1.068,0.926],[1.467,1.422],[1.5,1.391],[1.533,1.149]],"o":[[0.058,12.609],[0.074,12.593],[0.086,12.581],[0.093,12.574],[0.095,12.571],[0.093,12.573],[0.087,12.58],[0.076,12.59],[0.4,0.975],[0.549,0.826],[0.66,0.715],[0.733,0.642],[0.768,0.607],[0.765,0.61],[0.724,0.651],[0.645,0.73],[0.547,0.162],[0.476,0.232],[0.418,0.29],[0.373,0.335],[0.341,0.367],[0.321,0.387],[0.315,0.394],[0.32,0.388],[0.754,-0.185],[0.722,0.531],[0.665,0.788],[0.582,0.587],[0.474,-0.074],[-0.227,-25.023],[-0.211,-25.039],[-0.178,-25.072],[-0.128,-25.122],[0.166,-0.513],[-0.175,-0.402],[-0.356,-0.316],[-0.378,-0.256],[-1.11,-1.022],[-1.093,-0.934],[-1.08,-0.888],[-1.072,-0.885],[-1.433,-1.242],[-1.467,-1.422],[-1.5,-1.391],[-1.533,-1.149]],"v":[[-120,-138],[-119.801,-100.199],[-119.561,-62.439],[-119.293,-24.708],[-119.009,13.009],[-118.725,50.725],[-118.453,88.453],[-118.207,126.207],[-118,164],[-116.567,166.692],[-114.744,168.994],[-112.644,171.019],[-110.382,172.882],[-108.073,174.698],[-105.83,176.58],[-103.767,178.642],[-102,181],[-100.469,181.594],[-99.13,182.38],[-97.946,183.321],[-96.877,184.377],[-95.887,185.512],[-94.936,186.686],[-93.986,187.861],[-93,189],[-90.781,189.633],[-88.695,191.727],[-86.819,193.904],[-85.229,194.787],[-84,193],[-84.661,117.911],[-85.249,42.749],[-85.712,-32.538],[-86,-108],[-86.054,-109.367],[-86.89,-110.437],[-88.031,-111.289],[-89,-112],[-92.303,-114.923],[-95.563,-117.645],[-98.79,-120.294],[-102,-123],[-106.349,-127.048],[-110.799,-131.319],[-115.35,-135.181]],"c":true}],"h":1},{"t":35,"s":[{"i":[[0.053,0.033],[-0.029,-12.679],[-0.071,-12.637],[-0.101,-12.607],[-0.118,-12.591],[-0.122,-12.587],[-0.112,-12.596],[-0.091,-12.618],[-0.056,-12.653],[-0.069,-0.264],[-0.138,-0.195],[-0.188,-0.146],[-0.218,-0.115],[-0.229,-0.104],[-0.221,-0.112],[-0.193,-0.14],[-0.147,-0.187],[-0.126,-0.207],[-0.14,-0.194],[-0.153,-0.18],[-0.167,-0.167],[-0.18,-0.153],[-0.194,-0.14],[-0.207,-0.126],[-0.22,-0.113],[-1.176,-1.024],[-1.199,-1.001],[-1.168,-1.032],[-1.082,-1.118],[-0.941,-1.259],[-0.887,-0.798],[-0.783,-0.931],[-0.629,-0.168],[-0.426,1.493],[0.199,25.218],[0.146,25.271],[0.249,25.168],[0.508,24.908],[2.626,2.459],[2.735,2.353],[2.742,2.342],[2.647,2.427],[0.086,-0.003],[0.1,-0.019],[0.09,-0.007]],"o":[[-0.027,12.735],[0.029,12.679],[0.071,12.637],[0.101,12.607],[0.118,12.591],[0.122,12.587],[0.112,12.596],[0.091,12.618],[-0.019,0.353],[0.069,0.264],[0.138,0.195],[0.188,0.146],[0.218,0.115],[0.229,0.104],[0.221,0.112],[0.193,0.14],[0.113,0.22],[0.126,0.207],[0.14,0.194],[0.153,0.18],[0.167,0.167],[0.18,0.153],[0.194,0.14],[0.207,0.126],[1.097,1.103],[1.176,1.024],[1.199,1.001],[1.168,1.032],[1.082,1.118],[0.942,-0.232],[0.887,0.798],[0.783,0.931],[0.629,0.168],[-0.408,-25.009],[-0.199,-25.218],[-0.146,-25.271],[-0.249,-25.168],[-2.415,-2.662],[-2.626,-2.459],[-2.735,-2.353],[-2.742,-2.342],[-0.045,-0.041],[-0.086,0.003],[-0.1,0.019],[-0.09,0.007]],"v":[[-120,-138],[-119.993,-99.882],[-119.84,-61.91],[-119.578,-24.047],[-119.247,13.746],[-118.885,51.509],[-118.53,89.28],[-118.222,127.097],[-118,165],[-117.921,165.921],[-117.605,166.605],[-117.112,167.112],[-116.498,167.498],[-115.822,167.822],[-115.142,168.142],[-114.515,168.515],[-114,169],[-113.641,169.641],[-113.242,170.242],[-112.802,170.802],[-112.322,171.322],[-111.802,171.802],[-111.242,172.242],[-110.641,172.641],[-110,173],[-106.577,176.177],[-103.001,179.201],[-99.437,182.237],[-96.049,185.449],[-93,189],[-90.244,190.073],[-87.726,192.891],[-85.595,194.763],[-84,193],[-84.871,117.621],[-85.349,41.849],[-85.903,-33.847],[-87,-109],[-94.586,-116.658],[-102.652,-123.852],[-110.892,-130.87],[-119,-138],[-119.203,-138.051],[-119.489,-138.012],[-119.78,-137.967]],"c":true}],"h":1},{"t":36,"s":[{"i":[[0.25,0],[-0.18,-12.57],[-0.14,-12.61],[-0.111,-12.639],[-0.094,-12.656],[-0.088,-12.661],[-0.095,-12.655],[-0.113,-12.638],[-0.142,-12.608],[-0.069,-0.264],[-0.138,-0.195],[-0.188,-0.146],[-0.218,-0.115],[-0.229,-0.104],[-0.221,-0.112],[-0.193,-0.14],[-0.147,-0.187],[-0.215,-0.318],[-0.249,-0.284],[-0.284,-0.249],[-0.318,-0.215],[-0.353,-0.181],[-1.483,-1.267],[-1.488,-1.262],[-1.386,-1.364],[-1.177,-1.573],[-0.887,-0.798],[-0.783,-0.931],[-0.629,-0.168],[-0.426,1.493],[0.224,25.109],[0.175,25.159],[0.238,25.095],[0.414,24.919],[0.497,0.75],[0.673,0.617],[0.715,0.559],[0.622,0.575],[2.081,1.786],[2.04,1.766],[1.939,1.847],[1.778,2.029],[0.25,0],[0.25,0],[0.25,0]],"o":[[0.232,12.518],[0.18,12.57],[0.14,12.61],[0.111,12.639],[0.094,12.656],[0.088,12.661],[0.095,12.655],[0.113,12.638],[-0.019,0.353],[0.069,0.264],[0.138,0.195],[0.188,0.146],[0.218,0.115],[0.229,0.104],[0.221,0.112],[0.193,0.14],[0.181,0.353],[0.215,0.318],[0.249,0.284],[0.284,0.249],[0.318,0.215],[1.372,1.378],[1.483,1.267],[1.488,1.262],[1.386,1.364],[0.942,-0.232],[0.887,0.798],[0.783,0.931],[0.629,0.168],[-0.386,-24.946],[-0.224,-25.109],[-0.175,-25.159],[-0.238,-25.095],[-0.186,-0.957],[-0.497,-0.75],[-0.673,-0.617],[-0.715,-0.559],[-2.063,-1.906],[-2.081,-1.786],[-2.04,-1.766],[-1.939,-1.847],[-0.25,0],[-0.25,0],[-0.25,0],[-0.25,0]],"v":[[-121,-138],[-120.384,-100.365],[-119.907,-62.592],[-119.534,-24.716],[-119.229,13.23],[-118.959,51.209],[-118.687,89.187],[-118.379,127.129],[-118,165],[-117.921,165.921],[-117.605,166.605],[-117.112,167.112],[-116.498,167.498],[-115.822,167.822],[-115.142,168.142],[-114.515,168.515],[-114,169],[-113.406,170.006],[-112.709,170.909],[-111.909,171.709],[-111.006,172.406],[-110,173],[-105.691,176.941],[-101.207,180.708],[-96.87,184.62],[-93,189],[-90.244,190.073],[-87.726,192.891],[-85.595,194.763],[-84,193],[-84.888,117.889],[-85.458,42.459],[-86.05,-32.95],[-87,-108],[-88.058,-110.542],[-89.846,-112.574],[-91.961,-114.319],[-94,-116],[-100.231,-121.513],[-106.427,-126.816],[-112.41,-132.21],[-118,-138],[-118.75,-138],[-119.5,-138],[-120.25,-138]],"c":true}],"h":1},{"t":37,"s":[{"i":[[0.25,0],[-0.169,-12.582],[-0.137,-12.613],[-0.114,-12.636],[-0.101,-12.649],[-0.096,-12.654],[-0.101,-12.649],[-0.115,-12.635],[-0.138,-12.612],[-0.069,-0.264],[-0.138,-0.195],[-0.188,-0.146],[-0.218,-0.115],[-0.229,-0.104],[-0.221,-0.112],[-0.193,-0.14],[-0.147,-0.187],[-0.215,-0.318],[-0.249,-0.284],[-0.284,-0.249],[-0.318,-0.215],[-0.353,-0.181],[-0.733,-0.683],[-0.7,-0.717],[-0.741,-0.675],[-0.859,-0.558],[-0.722,-0.612],[-0.695,-0.639],[-0.626,-0.708],[-0.515,-0.819],[-0.887,-0.798],[-0.783,-0.931],[-0.629,-0.168],[-0.426,1.493],[0.241,25.176],[0.197,25.219],[0.233,25.184],[0.348,25.069],[2.626,2.374],[2.728,2.272],[2.613,2.387],[2.281,2.719],[0.25,0],[0.25,0],[0.25,0]],"o":[[0.21,12.541],[0.169,12.582],[0.137,12.613],[0.114,12.636],[0.101,12.649],[0.096,12.654],[0.101,12.649],[0.115,12.635],[-0.019,0.353],[0.069,0.264],[0.138,0.195],[0.188,0.146],[0.218,0.115],[0.229,0.104],[0.221,0.112],[0.193,0.14],[0.181,0.353],[0.215,0.318],[0.249,0.284],[0.284,0.249],[0.318,0.215],[0.843,0.574],[0.733,0.683],[0.7,0.717],[0.741,0.675],[0.707,0.627],[0.722,0.612],[0.695,0.639],[0.626,0.708],[0.942,-0.232],[0.887,0.798],[0.783,0.931],[0.629,0.168],[-0.364,-25.053],[-0.241,-25.176],[-0.197,-25.22],[-0.233,-25.184],[-2.307,-2.693],[-2.626,-2.374],[-2.728,-2.272],[-2.613,-2.387],[-0.25,0],[-0.25,0],[-0.25,0],[-0.25,0]],"v":[[-121,-138],[-120.435,-100.314],[-119.979,-62.52],[-119.605,-24.644],[-119.285,13.286],[-118.992,51.242],[-118.698,89.198],[-118.377,127.127],[-118,165],[-117.921,165.921],[-117.605,166.605],[-117.112,167.112],[-116.498,167.498],[-115.822,167.822],[-115.142,168.142],[-114.515,168.515],[-114,169],[-113.406,170.006],[-112.709,170.909],[-111.909,171.709],[-111.006,172.406],[-110,173],[-107.655,174.905],[-105.524,177.024],[-103.381,179.131],[-101,181],[-98.847,182.848],[-96.712,184.713],[-94.721,186.721],[-93,189],[-90.244,190.073],[-87.726,192.891],[-85.595,194.763],[-84,193],[-84.887,117.636],[-85.524,42.023],[-86.149,-33.601],[-87,-109],[-94.454,-116.546],[-102.539,-123.461],[-110.604,-130.396],[-118,-138],[-118.75,-138],[-119.5,-138],[-120.25,-138]],"c":true}],"h":1},{"t":38,"s":[{"i":[[0.582,-0.082],[-0.27,-25.23],[-0.208,-25.292],[-0.208,-25.291],[-0.273,-25.228],[-0.276,-0.391],[-0.436,-0.23],[-0.442,-0.225],[-0.293,-0.373],[-0.28,-0.387],[-0.333,-0.333],[-0.387,-0.28],[-0.441,-0.226],[-0.733,-0.683],[-0.7,-0.717],[-0.741,-0.675],[-0.859,-0.558],[-0.722,-0.612],[-0.695,-0.639],[-0.626,-0.708],[-0.515,-0.819],[-0.887,-0.798],[-0.783,-0.931],[-0.629,-0.168],[-0.426,1.493],[0.247,25.17],[0.205,25.212],[0.23,25.186],[0.324,25.093],[0.546,0.704],[0.6,0.65],[0.754,0.496],[1.007,0.243],[0.546,0.704],[0.6,0.65],[0.754,0.496],[1.007,0.243],[0.546,0.704],[0.6,0.65],[0.754,0.496],[1.007,0.243],[0.738,0.929],[0.922,0.745],[1.343,0.324],[0.327,0.173]],"o":[[0.397,25.104],[0.27,25.23],[0.208,25.292],[0.208,25.291],[-0.039,0.706],[0.276,0.391],[0.436,0.23],[0.442,0.225],[0.226,0.441],[0.28,0.387],[0.333,0.333],[0.387,0.28],[0.843,0.574],[0.733,0.683],[0.7,0.717],[0.741,0.675],[0.707,0.627],[0.722,0.612],[0.695,0.639],[0.626,0.708],[0.942,-0.232],[0.887,0.798],[0.783,0.931],[0.629,0.168],[-0.358,-25.059],[-0.247,-25.17],[-0.205,-25.212],[-0.23,-25.186],[-0.592,-0.658],[-0.546,-0.704],[-0.6,-0.65],[-0.754,-0.496],[-0.592,-0.658],[-0.546,-0.704],[-0.6,-0.65],[-0.754,-0.496],[-0.592,-0.658],[-0.546,-0.704],[-0.6,-0.65],[-0.754,-0.496],[-0.79,-0.877],[-0.738,-0.929],[-0.922,-0.745],[-0.111,-0.389],[-0.327,-0.173]],"v":[[-121,-138],[-120.015,-62.484],[-119.314,13.314],[-118.706,89.205],[-118,165],[-117.605,166.605],[-116.498,167.498],[-115.142,168.142],[-114,169],[-113.242,170.242],[-112.322,171.322],[-111.242,172.242],[-110,173],[-107.655,174.905],[-105.524,177.024],[-103.381,179.131],[-101,181],[-98.847,182.848],[-96.712,184.713],[-94.721,186.721],[-93,189],[-90.244,190.073],[-87.726,192.891],[-85.595,194.763],[-84,193],[-84.89,117.64],[-85.55,42.05],[-86.186,-33.565],[-87,-109],[-88.683,-111.067],[-90.378,-113.122],[-92.384,-114.866],[-95,-116],[-96.683,-118.067],[-98.378,-120.122],[-100.384,-121.866],[-103,-123],[-104.683,-125.067],[-106.378,-127.122],[-108.384,-128.866],[-111,-130],[-113.232,-132.768],[-115.662,-135.338],[-119,-137],[-119.647,-137.853]],"c":true}],"h":1},{"t":72,"s":[{"i":[[0.291,-0.041],[-0.228,-20.172],[-0.183,-20.217],[-0.166,-20.234],[-0.176,-20.224],[-0.214,-20.186],[-0.276,-0.391],[-0.436,-0.23],[-0.442,-0.225],[-0.293,-0.373],[-0.28,-0.387],[-0.333,-0.333],[-0.387,-0.28],[-0.441,-0.226],[-0.733,-0.683],[-0.7,-0.717],[-0.741,-0.675],[-0.859,-0.558],[-0.722,-0.612],[-0.695,-0.639],[-0.626,-0.708],[-0.515,-0.819],[-0.887,-0.798],[-0.783,-0.931],[-0.629,-0.168],[-0.426,1.493],[0.255,25.162],[0.212,25.205],[0.226,25.19],[0.298,25.119],[1.247,1.253],[1.331,1.169],[1.419,1.081],[1.51,0.99],[0.546,0.704],[0.6,0.65],[0.754,0.496],[1.007,0.243],[0.546,0.704],[0.6,0.65],[0.754,0.496],[1.007,0.243],[0.107,0.143],[0.163,0.087],[0.225,0.025]],"o":[[0.301,20.1],[0.228,20.172],[0.183,20.217],[0.166,20.234],[0.176,20.224],[-0.039,0.706],[0.276,0.391],[0.436,0.23],[0.442,0.225],[0.226,0.441],[0.28,0.387],[0.333,0.333],[0.387,0.28],[0.843,0.574],[0.733,0.683],[0.7,0.717],[0.741,0.675],[0.707,0.627],[0.722,0.612],[0.695,0.639],[0.626,0.708],[0.942,-0.232],[0.887,0.798],[0.783,0.931],[0.629,0.168],[-0.354,-25.062],[-0.255,-25.162],[-0.212,-25.205],[-0.226,-25.19],[-1.166,-1.334],[-1.247,-1.253],[-1.331,-1.169],[-1.419,-1.081],[-0.592,-0.658],[-0.546,-0.704],[-0.6,-0.65],[-0.754,-0.496],[-0.592,-0.658],[-0.546,-0.704],[-0.6,-0.65],[-0.754,-0.496],[-0.055,-0.195],[-0.107,-0.143],[-0.163,-0.087],[-0.225,-0.025]],"v":[[-121,-138],[-120.213,-77.586],[-119.603,-16.997],[-119.086,43.686],[-118.579,104.379],[-118,165],[-117.605,166.605],[-116.498,167.498],[-115.142,168.142],[-114,169],[-113.242,170.242],[-112.322,171.322],[-111.242,172.242],[-110,173],[-107.655,174.905],[-105.524,177.024],[-103.381,179.131],[-101,181],[-98.847,182.848],[-96.712,184.713],[-94.721,186.721],[-93,189],[-90.244,190.073],[-87.726,192.891],[-85.595,194.763],[-84,193],[-84.899,117.649],[-85.584,42.084],[-86.228,-33.523],[-87,-109],[-90.618,-112.882],[-94.484,-116.516],[-98.608,-119.892],[-103,-123],[-104.683,-125.067],[-106.378,-127.122],[-108.384,-128.866],[-111,-130],[-112.683,-132.067],[-114.378,-134.122],[-116.384,-135.866],[-119,-137],[-119.242,-137.508],[-119.647,-137.853],[-120.228,-138.022]],"c":true}],"h":1},{"t":73,"s":[{"i":[[2.326,1.74],[-0.553,-12.78],[-0.574,-12.76],[-0.581,-12.752],[-0.576,-12.757],[-0.558,-12.775],[-0.527,-12.807],[-0.483,-12.851],[-0.426,-12.908],[-0.551,-0.577],[-0.596,-0.527],[-0.63,-0.49],[-0.654,-0.466],[-0.666,-0.455],[-0.668,-0.456],[-0.66,-0.47],[-0.64,-0.497],[-0.626,-0.53],[-0.624,-0.551],[-0.631,-0.556],[-0.645,-0.544],[-0.668,-0.515],[-0.699,-0.471],[-0.737,-0.409],[-0.784,-0.331],[-0.115,-0.21],[-0.166,-0.233],[-0.192,-0.215],[-0.193,-0.154],[-0.168,-0.051],[-0.117,0.094],[-0.042,0.281],[0.059,0.511],[0.529,12.721],[0.554,12.696],[0.568,12.682],[0.571,12.679],[0.563,12.687],[0.544,12.706],[0.514,12.736],[0.474,12.776],[2.177,1.89],[2.275,1.792],[2.332,1.734],[2.35,1.717]],"o":[[0.52,12.813],[0.553,12.78],[0.574,12.76],[0.581,12.752],[0.576,12.757],[0.558,12.775],[0.527,12.807],[0.483,12.851],[0.495,0.639],[0.551,0.577],[0.596,0.527],[0.63,0.49],[0.654,0.466],[0.666,0.455],[0.668,0.456],[0.66,0.47],[0.635,0.493],[0.626,0.53],[0.624,0.551],[0.631,0.556],[0.645,0.544],[0.668,0.515],[0.699,0.471],[0.737,0.409],[0.039,0.143],[0.115,0.21],[0.166,0.233],[0.192,0.215],[0.193,0.154],[0.168,0.051],[0.117,-0.094],[0.042,-0.281],[-0.494,-12.756],[-0.529,-12.721],[-0.554,-12.696],[-0.568,-12.682],[-0.571,-12.679],[-0.563,-12.687],[-0.544,-12.706],[-0.514,-12.736],[-2.039,-2.028],[-2.177,-1.89],[-2.275,-1.792],[-2.332,-1.734],[-2.35,-1.717]],"v":[[-118,-132],[-116.386,-93.613],[-114.692,-55.307],[-112.956,-17.043],[-111.217,21.217],[-109.513,59.513],[-107.883,97.883],[-106.366,136.366],[-105,175],[-103.429,176.82],[-101.706,178.472],[-99.864,179.995],[-97.935,181.426],[-95.952,182.803],[-93.947,184.166],[-91.952,185.552],[-90,187],[-88.111,188.54],[-86.239,190.166],[-84.358,191.832],[-82.446,193.485],[-80.478,195.078],[-78.43,196.561],[-76.279,197.885],[-74,199],[-73.763,199.54],[-73.334,200.215],[-72.79,200.899],[-72.207,201.463],[-71.66,201.783],[-71.226,201.73],[-70.98,201.178],[-71,200],[-72.537,161.787],[-74.165,123.664],[-75.85,85.599],[-77.56,47.559],[-79.262,9.512],[-80.925,-28.575],[-82.515,-66.735],[-84,-105],[-90.334,-110.866],[-97.022,-116.378],[-103.943,-121.657],[-110.976,-126.824]],"c":true}],"h":1},{"t":74,"s":[{"i":[[1.437,0.647],[-0.894,-8.029],[-0.915,-8.008],[-0.932,-7.991],[-0.944,-7.979],[-0.952,-7.971],[-0.955,-7.968],[-0.954,-7.969],[-0.948,-7.975],[-0.938,-7.986],[-0.923,-8],[-0.903,-8.02],[-0.879,-8.044],[-0.85,-8.073],[-1.03,-0.623],[-1.06,-0.618],[-1.076,-0.608],[-1.078,-0.595],[-1.067,-0.577],[-1.042,-0.555],[-1.002,-0.528],[-0.95,-0.497],[-0.337,-0.212],[-0.361,-0.235],[-0.379,-0.231],[-0.391,-0.199],[-0.397,-0.139],[-0.397,-0.052],[-0.391,0.064],[-0.38,0.207],[1.607,12.935],[1.575,12.967],[1.548,12.994],[1.527,13.015],[1.511,13.03],[1.501,13.04],[1.497,13.045],[1.498,13.043],[1.402,0.681],[1.369,0.714],[1.349,0.734],[1.341,0.742],[1.346,0.737],[1.364,0.719],[1.394,0.689]],"o":[[0.868,8.055],[0.894,8.029],[0.915,8.008],[0.932,7.991],[0.944,7.979],[0.952,7.971],[0.955,7.968],[0.954,7.969],[0.948,7.975],[0.938,7.986],[0.923,8],[0.903,8.02],[0.879,8.044],[0.987,0.624],[1.03,0.623],[1.06,0.618],[1.076,0.608],[1.078,0.595],[1.067,0.577],[1.042,0.555],[1.002,0.528],[0.307,0.161],[0.337,0.212],[0.361,0.235],[0.379,0.231],[0.391,0.199],[0.397,0.139],[0.397,0.052],[0.391,-0.064],[-1.645,-12.897],[-1.607,-12.935],[-1.575,-12.967],[-1.548,-12.994],[-1.527,-13.015],[-1.511,-13.03],[-1.501,-13.04],[-1.497,-13.045],[-1.448,-0.636],[-1.402,-0.681],[-1.369,-0.714],[-1.349,-0.734],[-1.341,-0.742],[-1.346,-0.737],[-1.364,-0.719],[-1.394,-0.689]],"v":[[-104,-110],[-101.357,-85.874],[-98.643,-61.819],[-95.871,-37.821],[-93.056,-13.867],[-90.211,10.057],[-87.349,33.964],[-84.484,57.868],[-81.63,81.784],[-78.8,105.723],[-76.009,129.701],[-73.269,153.731],[-70.595,177.826],[-68,202],[-64.971,203.871],[-61.831,205.733],[-58.623,207.573],[-55.388,209.379],[-52.167,211.138],[-49.001,212.836],[-45.931,214.461],[-43,216],[-42.032,216.567],[-40.983,217.245],[-39.872,217.952],[-38.716,218.604],[-37.533,219.118],[-36.341,219.411],[-35.158,219.399],[-34,219],[-38.875,180.25],[-43.646,141.396],[-48.328,102.453],[-52.939,63.439],[-57.495,24.37],[-62.013,-14.738],[-66.509,-53.866],[-71,-93],[-75.271,-94.979],[-79.425,-97.075],[-83.5,-99.25],[-87.532,-101.468],[-91.561,-103.689],[-95.623,-105.877],[-99.757,-107.993]],"c":true}],"h":1},{"t":75,"s":[{"i":[[1.361,0.264],[-1.323,-7.01],[-1.341,-6.993],[-1.355,-6.978],[-1.366,-6.967],[-1.375,-6.959],[-1.38,-6.953],[-1.383,-6.951],[-1.383,-6.951],[-1.379,-6.954],[-1.373,-6.96],[-1.364,-6.97],[-1.352,-6.982],[-1.337,-6.997],[-1.319,-7.015],[-1.298,-7.035],[-0.742,-0.234],[-0.746,-0.23],[-0.749,-0.227],[-0.753,-0.224],[-0.756,-0.22],[-0.759,-0.217],[-0.762,-0.214],[-0.765,-0.211],[-0.769,-0.208],[-0.772,-0.205],[-0.775,-0.202],[-0.778,-0.199],[-0.78,-0.196],[-0.783,-0.193],[2.557,13.151],[2.566,13.142],[2.575,13.133],[2.584,13.124],[2.593,13.116],[2.601,13.108],[2.609,13.1],[2.616,13.092],[1.321,0.304],[1.285,0.34],[1.263,0.362],[1.254,0.371],[1.26,0.365],[1.28,0.345],[1.313,0.312]],"o":[[1.303,7.03],[1.323,7.01],[1.341,6.993],[1.355,6.978],[1.366,6.967],[1.375,6.959],[1.38,6.953],[1.383,6.951],[1.383,6.951],[1.379,6.954],[1.373,6.96],[1.364,6.97],[1.352,6.982],[1.337,6.997],[1.319,7.015],[0.739,0.237],[0.742,0.234],[0.746,0.23],[0.749,0.227],[0.753,0.224],[0.756,0.22],[0.759,0.217],[0.762,0.214],[0.765,0.211],[0.769,0.208],[0.772,0.205],[0.775,0.202],[0.778,0.199],[0.78,0.196],[-2.547,-13.161],[-2.557,-13.151],[-2.566,-13.142],[-2.575,-13.133],[-2.584,-13.124],[-2.593,-13.116],[-2.601,-13.108],[-2.609,-13.1],[-1.372,-0.253],[-1.321,-0.304],[-1.285,-0.34],[-1.263,-0.362],[-1.254,-0.371],[-1.26,-0.365],[-1.28,-0.345],[-1.313,-0.312]],"v":[[-73,-74],[-69.059,-52.941],[-65.062,-31.939],[-61.018,-10.983],[-56.935,9.934],[-52.823,30.822],[-48.689,51.688],[-44.544,72.543],[-40.395,93.394],[-36.252,114.251],[-32.123,135.122],[-28.017,156.017],[-23.943,176.943],[-19.909,197.909],[-15.925,218.926],[-12,240],[-9.778,240.706],[-7.545,241.403],[-5.303,242.088],[-3.05,242.764],[-0.787,243.43],[1.485,244.086],[3.768,244.733],[6.059,245.37],[8.36,245.998],[10.67,246.616],[12.989,247.225],[15.317,247.826],[17.654,248.417],[20,249],[12.343,209.532],[4.658,170.092],[-3.055,130.679],[-10.794,91.294],[-18.559,51.934],[-26.349,12.599],[-34.163,-26.712],[-42,-66],[-46.036,-66.839],[-49.942,-67.808],[-53.76,-68.865],[-57.532,-69.969],[-61.299,-71.076],[-65.105,-72.145],[-68.991,-73.134]],"c":true}],"h":1},{"t":76,"s":[{"i":[[7.003,25.997],[1.21,0.082],[1.214,0.078],[1.222,0.069],[1.236,0.055],[1.255,0.036],[1.279,0.012],[1.309,-0.017],[1.343,-0.052],[-0.011,-0.156],[-0.025,-0.141],[-0.037,-0.129],[-0.047,-0.119],[-0.055,-0.111],[-0.061,-0.106],[-0.065,-0.102],[-0.066,-0.1],[-2.949,-10.986],[-2.986,-11.049],[-2.972,-11.008],[-2.909,-10.863],[-2.795,-10.614],[-0.413,-1.585],[-0.41,-1.571],[-0.417,-1.575],[-0.434,-1.599],[-0.949,-3.272],[-0.97,-3.268],[-0.911,-3.112],[-0.771,-2.803],[-0.158,-0.92],[-0.129,-0.931],[-0.157,-0.921],[-0.242,-0.888],[-1.85,-6.465],[-1.822,-6.473],[-1.687,-6.521],[-1.442,-6.609],[-2.761,-0.014],[-2.742,-0.033],[-2.36,-0.003],[-1.616,0.077],[6.988,26.012],[7.014,25.986],[7.019,25.981]],"o":[[-1.212,-0.08],[-1.21,-0.082],[-1.214,-0.078],[-1.222,-0.069],[-1.236,-0.055],[-1.255,-0.036],[-1.279,-0.012],[-1.309,0.017],[-0.005,0.172],[0.011,0.156],[0.025,0.141],[0.037,0.129],[0.047,0.119],[0.055,0.111],[0.061,0.106],[0.065,0.102],[2.863,10.819],[2.949,10.986],[2.986,11.049],[2.972,11.008],[2.909,10.863],[0.427,1.619],[0.413,1.585],[0.41,1.57],[0.417,1.575],[0.849,3.124],[0.949,3.272],[0.97,3.268],[0.911,3.112],[0.244,0.887],[0.158,0.92],[0.129,0.931],[0.157,0.921],[1.768,6.498],[1.85,6.465],[1.822,6.473],[1.687,6.521],[2.417,-0.055],[2.761,0.014],[2.742,0.033],[2.36,0.003],[-6.942,-26.058],[-6.988,-26.012],[-7.014,-25.986],[-7.019,-25.981]],"v":[[5,-26],[1.368,-26.244],[-2.266,-26.484],[-5.919,-26.707],[-9.606,-26.895],[-13.341,-27.034],[-17.142,-27.108],[-21.023,-27.102],[-25,-27],[-24.991,-26.509],[-24.936,-26.063],[-24.842,-25.658],[-24.715,-25.285],[-24.56,-24.939],[-24.385,-24.614],[-24.197,-24.303],[-24,-24],[-15.269,8.733],[-6.353,41.812],[2.597,74.925],[11.431,107.758],[20,140],[21.257,144.802],[22.488,149.531],[23.725,154.244],[25,159],[27.717,168.632],[30.617,178.481],[33.458,188.089],[36,197],[36.588,199.716],[37.003,202.499],[37.417,205.281],[38,208],[43.454,227.434],[48.989,246.832],[54.28,266.314],[59,286],[66.857,285.951],[75.201,286.034],[82.945,286.099],[89,286],[68.099,207.9],[47.092,129.908],[26.038,51.962]],"c":true}],"h":1},{"t":77,"s":[{"i":[[0.203,0.047],[1.035,-0.298],[1.058,-0.275],[1.077,-0.256],[1.093,-0.241],[1.105,-0.228],[1.114,-0.22],[1.119,-0.215],[1.12,-0.213],[-0.431,-1.646],[-0.466,-1.633],[-0.494,-1.623],[-0.516,-1.616],[-0.533,-1.613],[-0.543,-1.613],[-0.547,-1.616],[-0.544,-1.622],[-3.76,-11.245],[-3.749,-11.248],[-3.743,-11.25],[-3.74,-11.251],[-3.741,-11.252],[-3.746,-11.253],[-3.754,-11.253],[-3.767,-11.253],[-1.782,0.418],[-1.792,0.408],[-1.805,0.395],[-1.819,0.381],[-1.834,0.366],[0.934,3.275],[1.038,3.247],[1.085,3.223],[1.075,3.203],[3.179,9.596],[3.154,9.587],[3.148,9.572],[3.162,9.552],[4.376,12.738],[4.363,12.791],[4.181,12.907],[3.829,13.087],[0.171,0.079],[0.137,0.113],[0.147,0.103]],"o":[[-1.009,0.325],[-1.035,0.298],[-1.058,0.275],[-1.077,0.256],[-1.093,0.241],[-1.105,0.228],[-1.114,0.22],[-1.119,0.215],[0.39,1.663],[0.431,1.646],[0.466,1.633],[0.494,1.623],[0.516,1.616],[0.533,1.613],[0.543,1.613],[0.547,1.616],[3.774,11.242],[3.76,11.245],[3.749,11.248],[3.743,11.25],[3.74,11.251],[3.741,11.252],[3.746,11.253],[3.754,11.253],[1.772,-0.428],[1.782,-0.418],[1.792,-0.408],[1.805,-0.395],[1.819,-0.381],[-0.774,-3.307],[-0.934,-3.275],[-1.038,-3.247],[-1.085,-3.223],[-3.223,-9.601],[-3.179,-9.596],[-3.154,-9.587],[-3.148,-9.572],[-4.219,-12.748],[-4.376,-12.738],[-4.363,-12.791],[-4.181,-12.907],[-0.251,0.001],[-0.171,-0.079],[-0.137,-0.113],[-0.147,-0.103]],"v":[[66,22],[62.934,22.933],[59.793,23.793],[56.59,24.59],[53.334,25.334],[50.036,26.037],[46.708,26.708],[43.359,27.359],[40,28],[41.233,32.963],[42.58,37.881],[44.02,42.765],[45.537,47.623],[47.112,52.466],[48.726,57.303],[50.362,62.145],[52,67],[63.3,100.731],[74.562,134.47],[85.799,168.216],[97.021,201.967],[108.241,235.722],[119.47,269.481],[130.719,303.24],[142,337],[147.33,335.73],[152.691,334.491],[158.086,333.286],[163.521,332.121],[169,331],[166.423,321.128],[163.452,311.345],[160.254,301.639],[157,292],[147.402,263.203],[137.907,234.427],[128.459,205.687],[119,177],[106.065,138.786],[92.915,100.508],[80.057,61.975],[68,23],[67.378,22.872],[66.928,22.572],[66.513,22.237]],"c":true}],"h":1},{"t":78,"s":[{"i":[[0.425,-0.092],[2.189,-0.978],[2.222,-0.944],[2.047,-1.119],[1.664,-1.503],[-0.979,-2.326],[-0.84,-2.371],[-0.816,-2.359],[-0.905,-2.291],[-1.294,-3.164],[-1.306,-3.17],[-1.234,-3.046],[-1.077,-2.791],[-0.242,-0.839],[-0.225,-0.865],[-0.246,-0.844],[-0.303,-0.775],[-2.49,-6.067],[-2.458,-6.119],[-2.239,-6.117],[-1.833,-6.062],[-0.177,-0.165],[-0.231,-0.195],[-0.188,-0.182],[-0.049,-0.127],[-0.248,-0.85],[-0.225,-0.859],[-0.24,-0.829],[-0.293,-0.76],[-4.61,-11.859],[-4.61,-11.835],[-4.57,-11.809],[-4.49,-11.779],[-1.638,0.696],[-1.6,0.733],[-1.537,0.796],[-1.449,0.885],[-0.659,0.174],[-0.582,0.251],[-0.382,0.452],[-0.058,0.775],[12.852,33.481],[12.92,33.413],[13,33.333],[0.136,0.197]],"o":[[-1.947,1.22],[-2.189,0.978],[-2.222,0.944],[-2.047,1.119],[1.233,2.225],[0.979,2.326],[0.84,2.371],[0.816,2.359],[1.197,3.029],[1.294,3.164],[1.306,3.17],[1.234,3.046],[0.295,0.764],[0.242,0.839],[0.225,0.865],[0.246,0.844],[2.335,5.962],[2.49,6.067],[2.458,6.119],[2.239,6.117],[0.028,0.093],[0.177,0.165],[0.231,0.195],[0.188,0.182],[0.309,0.802],[0.248,0.85],[0.225,0.859],[0.24,0.829],[4.569,11.88],[4.61,11.859],[4.61,11.835],[4.57,11.809],[1.65,-0.684],[1.638,-0.696],[1.6,-0.733],[1.537,-0.796],[0.613,-0.22],[0.659,-0.174],[0.582,-0.251],[0.382,-0.452],[-12.795,-33.538],[-12.852,-33.481],[-12.92,-33.413],[-0.029,-0.305],[-0.137,-0.197]],"v":[[141,77],[134.745,80.245],[128.076,83.076],[121.619,86.119],[116,90],[119.29,96.841],[121.991,103.901],[124.447,111.011],[127,118],[130.758,127.322],[134.68,136.856],[138.512,146.212],[142,155],[142.795,157.416],[143.487,159.984],[144.185,162.56],[145,165],[152.284,183.057],[159.753,201.349],[166.846,219.717],[173,238],[173.332,238.398],[173.968,238.949],[174.621,239.525],[175,240],[175.826,242.489],[176.525,245.063],[177.211,247.605],[178,250],[191.779,285.609],[205.619,321.15],[219.4,356.617],[233,392],[237.938,389.937],[242.802,387.801],[247.514,385.514],[252,383],[253.94,382.44],[255.833,381.833],[257.309,380.809],[258,379],[219.532,278.468],[180.877,178.123],[142,78],[141.798,77.202]],"c":true}],"h":1},{"t":79,"s":[{"i":[[0.007,3.34],[21.087,49.414],[21.272,49.226],[0.136,0.197],[0.425,-0.092],[0.469,-0.341],[0.517,-0.371],[1.676,-1.181],[1.746,-1.165],[1.916,-1.187],[0.648,-2.126],[-5.353,-12.323],[-5.327,-12.362],[-0.287,-1.171],[-0.344,-1.137],[-0.46,-0.393],[-0.106,-0.248],[-0.089,-0.865],[-0.314,-0.772],[-0.585,-0.6],[-0.311,-0.737],[-0.433,-1.75],[-0.635,-1.499],[-0.91,-1.451],[-0.663,-1.548],[-0.089,-0.865],[-0.314,-0.772],[-0.607,-0.654],[-0.303,-0.726],[-0.422,-1.719],[-0.679,-1.611],[-0.357,-0.666],[-0.288,-0.657],[-1.205,-2.232],[-0.981,-2.325],[-1.234,-2.952],[-0.56,-1.28],[-1.244,-2.95],[-1.335,-2.898],[-0.811,-1.854],[-1.215,-2.881],[-3.389,-8.039],[-1.893,-4.415],[-8.981,-18.139],[-6.331,3.669]],"o":[[-21.38,-49.119],[-21.087,-49.414],[-0.029,-0.305],[-0.137,-0.197],[-0.608,0.267],[-0.469,0.34],[-1.55,1.113],[-1.676,1.181],[-1.689,1.126],[-1.916,1.187],[5.261,12.346],[5.353,12.323],[0.508,1.18],[0.287,1.171],[0.055,0.183],[0.46,0.392],[0.329,0.767],[0.089,0.865],[0.351,0.862],[0.585,0.6],[0.633,1.5],[0.433,1.75],[0.698,1.647],[0.91,1.451],[0.329,0.768],[0.089,0.865],[0.267,0.656],[0.607,0.654],[0.632,1.512],[0.422,1.72],[0.286,0.678],[0.357,0.666],[1.201,2.745],[1.205,2.232],[1.314,3.113],[0.54,1.291],[1.659,3.793],[1.731,4.105],[1.131,2.454],[1.611,3.684],[3.858,9.152],[2.205,5.229],[8.346,19.462],[5.665,-4.335],[0.983,-2.35]],"v":[[354,433],[290.419,285.081],[227,137],[226.798,136.202],[226,136],[224.432,136.922],[223,138],[218.147,141.461],[213,145],[207.219,148.25],[203,153],[218.951,189.989],[235,227],[236.123,230.532],[237,234],[237.962,234.951],[239,236],[239.512,238.497],[240,241],[241.53,243.094],[243,245],[244.498,250.001],[246,255],[248.526,259.574],[251,264],[251.511,266.497],[252,269],[253.473,270.948],[255,273],[256.464,277.926],[258,283],[258.999,285.016],[260,287],[263.665,294.315],[267,301],[270,311],[272,315],[276,324],[281,336],[284,343],[288,352],[300,380],[306,394],[331,450],[349,438]],"c":true}],"h":1},{"t":80,"s":[{"i":[[-2.833,0],[-0.647,0.77],[-0.723,0.694],[-0.839,0.577],[-0.996,0.42],[0.06,0.798],[0.411,0.802],[0.521,0.728],[0.389,0.576],[1.962,4.492],[2.002,4.495],[2.038,4.506],[2.072,4.524],[0.189,0.182],[0.229,0.197],[0.175,0.167],[0.027,0.09],[0.136,0.581],[0.141,0.589],[0.184,0.589],[0.266,0.581],[0.262,0.326],[0.289,0.307],[0.258,0.327],[0.168,0.387],[0.071,0.577],[0.084,0.593],[0.23,0.491],[1.585,2.811],[1.303,2.868],[3.294,7.536],[3.548,7.65],[2.583,5.156],[2.369,5.417],[9.382,20.105],[8.909,19.996],[0.997,-0.793],[0.846,-0.673],[0.997,-0.837],[0.999,-0.846],[2.018,-1.769],[0.942,-2.245],[-21.789,-47.211],[-21.881,-47.12],[-2.833,0]],"o":[[0.612,-0.805],[0.647,-0.77],[0.723,-0.694],[0.839,-0.577],[0.534,-0.717],[-0.06,-0.798],[-0.411,-0.802],[-0.521,-0.728],[-1.921,-4.497],[-1.962,-4.492],[-2.002,-4.495],[-2.038,-4.506],[-0.055,-0.121],[-0.189,-0.182],[-0.229,-0.197],[-0.175,-0.167],[-0.171,-0.565],[-0.136,-0.581],[-0.141,-0.589],[-0.184,-0.589],[-0.176,-0.385],[-0.262,-0.326],[-0.289,-0.307],[-0.258,-0.327],[-0.193,-0.444],[-0.071,-0.577],[-0.084,-0.593],[-1.356,-2.889],[-1.585,-2.811],[-3.275,-7.205],[-3.294,-7.536],[-2.3,-4.959],[-2.583,-5.156],[-8.565,-19.585],[-9.382,-20.105],[-1.166,-0.844],[-0.997,0.793],[-1.014,0.808],[-0.997,0.837],[-1.985,1.681],[-2.018,1.768],[21.962,47.038],[21.789,47.21],[2.833,0],[2.833,0]],"v":[[444,500],[445.878,497.628],[447.923,495.423],[450.256,493.506],[453,492],[453.651,489.708],[452.885,487.288],[451.425,484.974],[450,483],[444.175,469.519],[438.228,456.042],[432.167,442.543],[426,429],[425.609,428.534],[424.958,427.953],[424.327,427.396],[424,427],[423.549,425.28],[423.144,423.525],[422.666,421.757],[422,420],[421.328,418.944],[420.488,418.003],[419.654,417.061],[419,416],[418.637,414.439],[418.437,412.655],[418,411],[413.46,402.484],[409,394],[399.205,371.834],[389,349],[381.552,333.843],[374,318],[346.758,258.308],[319,198],[315.76,198.362],[313,201],[309.989,203.471],[307,206],[300.718,211.077],[296,217],[361.561,358.439],[427,500],[435.5,500]],"c":true}],"h":1},{"t":81,"s":[{"i":[[0,2.75],[2.203,4.361],[2.192,4.372],[2.181,4.383],[2.171,4.393],[2.162,4.402],[2.153,4.411],[2.145,4.419],[2.138,4.426],[2.131,4.433],[2.125,4.439],[2.12,4.444],[2.115,4.449],[2.111,4.453],[0.561,-0.03],[0.536,-0.241],[0.513,-0.402],[0.493,-0.511],[0.476,-0.569],[0.461,-0.577],[0.448,-0.533],[0.438,-0.438],[0.494,-0.457],[0.503,-0.446],[0.501,-0.442],[0.488,-0.443],[0.464,-0.45],[0.428,-0.462],[0.381,-0.481],[0.323,-0.506],[-4.472,-9.07],[-4.443,-9.099],[-4.427,-9.115],[-4.424,-9.118],[-4.434,-9.108],[-4.457,-9.085],[-4.492,-9.049],[-4.541,-9.001],[0,2.75],[0,2.75],[0,2.75],[0,2.75],[0,2.75],[0,2.75],[0,2.75]],"o":[[-2.215,-4.349],[-2.203,-4.361],[-2.192,-4.372],[-2.181,-4.383],[-2.171,-4.393],[-2.162,-4.402],[-2.153,-4.411],[-2.145,-4.419],[-2.138,-4.426],[-2.131,-4.433],[-2.125,-4.439],[-2.12,-4.444],[-2.115,-4.449],[-0.589,-0.233],[-0.561,0.03],[-0.536,0.241],[-0.513,0.402],[-0.493,0.511],[-0.476,0.569],[-0.461,0.577],[-0.448,0.533],[-0.474,0.474],[-0.494,0.457],[-0.503,0.446],[-0.501,0.442],[-0.488,0.443],[-0.464,0.45],[-0.428,0.462],[-0.381,0.481],[4.513,9.028],[4.472,9.07],[4.443,9.099],[4.427,9.115],[4.424,9.118],[4.434,9.108],[4.457,9.085],[4.492,9.049],[0,-2.75],[0,-2.75],[0,-2.75],[0,-2.75],[0,-2.75],[0,-2.75],[0,-2.75],[0,-2.75]],"v":[[500,432],[493.373,418.934],[486.782,405.834],[480.223,392.701],[473.694,379.537],[467.195,366.344],[460.722,353.124],[454.274,339.88],[447.849,326.612],[441.446,313.324],[435.061,300.017],[428.693,286.692],[422.34,273.353],[416,260],[414.276,259.709],[412.63,260.129],[411.057,261.106],[409.547,262.488],[408.095,264.122],[406.691,265.854],[405.328,267.531],[404,269],[402.546,270.395],[401.046,271.748],[399.536,273.079],[398.049,274.404],[396.618,275.741],[395.277,277.108],[394.06,278.521],[393,280],[406.474,307.151],[419.842,334.407],[433.144,361.731],[446.417,389.083],[459.701,416.424],[473.033,443.717],[486.454,470.922],[500,498],[500,489.75],[500,481.5],[500,473.25],[500,465],[500,456.75],[500,448.5],[500,440.25]],"c":true}],"h":1},{"t":82,"s":[{"i":[[0,0.467],[0.05,0.006],[0.044,0],[0.038,-0.006],[0.033,-0.011],[0.028,-0.016],[0.024,-0.02],[0.02,-0.024],[0.016,-0.028],[0.013,-0.031],[0.011,-0.034],[0.008,-0.036],[0.007,-0.038],[0.005,-0.039],[0.004,-0.04],[0.004,-0.041],[0.522,-0.309],[0.389,-0.356],[0.268,-0.398],[0.159,-0.433],[0.062,-0.461],[-0.024,-0.483],[-0.099,-0.499],[-0.161,-0.508],[-0.212,-0.511],[-0.252,-0.508],[-0.279,-0.498],[-0.295,-0.482],[-0.3,-0.459],[-0.293,-0.43],[-0.274,-0.394],[0,0.467],[0,0.467],[0,0.467],[0,0.467],[0,0.467],[0,0.467],[0,0.467],[0,0.467],[0,0.467],[0,0.467],[0,0.467],[0,0.467],[0,0.467],[0,0.467]],"o":[[-0.057,-0.012],[-0.05,-0.006],[-0.044,0],[-0.038,0.006],[-0.033,0.011],[-0.028,0.016],[-0.024,0.02],[-0.02,0.024],[-0.016,0.028],[-0.013,0.031],[-0.011,0.034],[-0.008,0.036],[-0.007,0.038],[-0.005,0.039],[-0.004,0.04],[-0.666,0.255],[-0.522,0.309],[-0.389,0.356],[-0.268,0.398],[-0.159,0.433],[-0.062,0.461],[0.024,0.483],[0.099,0.499],[0.161,0.508],[0.212,0.511],[0.252,0.508],[0.279,0.498],[0.295,0.482],[0.3,0.459],[0.293,0.43],[0,-0.467],[0,-0.467],[0,-0.467],[0,-0.467],[0,-0.467],[0,-0.467],[0,-0.467],[0,-0.467],[0,-0.467],[0,-0.467],[0,-0.467],[0,-0.467],[0,-0.467],[0,-0.467],[0,-0.467]],"v":[[500,335],[499.84,334.973],[499.698,334.965],[499.575,334.975],[499.467,335.001],[499.375,335.042],[499.297,335.097],[499.231,335.164],[499.176,335.243],[499.132,335.331],[499.095,335.429],[499.067,335.533],[499.044,335.644],[499.026,335.76],[499.012,335.879],[499,336],[497.222,336.847],[495.859,337.846],[494.875,338.979],[494.237,340.227],[493.909,341.569],[493.856,342.987],[494.043,344.462],[494.435,345.975],[494.998,347.506],[495.697,349.036],[496.496,350.546],[497.36,352.016],[498.256,353.428],[499.147,354.763],[500,356],[500,354.6],[500,353.2],[500,351.8],[500,350.4],[500,349],[500,347.6],[500,346.2],[500,344.8],[500,343.4],[500,342],[500,340.6],[500,339.2],[500,337.8],[500,336.4]],"c":true}],"h":1}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.9058824,0.3176471,0.6078431,1]},"o":{"a":1,"k":[{"t":18,"s":[0],"h":1},{"t":19,"s":[100],"h":1},{"t":83,"s":[0],"h":1}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":101,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Book_01_Body","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[500,500,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"t":20,"s":[{"i":[[0,23.5],[2.044,-2.79],[1.961,-2.873],[2.062,-2.772],[2.346,-2.487],[2.175,-3.288],[2.417,-3.493],[0.451,-0.166],[0.072,-0.159],[-0.067,-0.379],[0.154,-0.23],[0.451,-0.163],[0.073,-0.162],[2.611,-3.482],[2.192,-3.043],[3.72,-5.275],[3.727,-5.194],[2.904,-4.133],[2.464,-4.4],[-13.26,-1.24],[-12.734,-1.766],[-2.667,0],[-2.667,0],[0,23.5]],"o":[[-2.311,2.522],[-2.044,2.79],[-1.961,2.873],[-2.062,2.772],[-1.882,3.356],[-2.175,3.288],[-0.124,0.179],[-0.451,0.166],[-0.115,0.255],[0.067,0.379],[-0.124,0.185],[-0.451,0.163],[-1.365,3.029],[-2.611,3.482],[-3.393,4.707],[-3.72,5.275],[-2.919,4.069],[-2.904,4.133],[13.226,1.274],[13.26,1.24],[2.667,0],[2.667,0],[0,-23.5],[0,-23.5]],"v":[[500,359],[493.514,367.014],[487.553,375.553],[481.566,384.066],[475,392],[468.9,401.898],[462,412],[460.961,412.516],[460,413],[460.029,414.019],[460,415],[458.962,415.517],[458,416],[451.62,425.99],[444,436],[433.251,451.135],[422,467],[413.158,479.251],[405,492],[444.869,495.631],[484,500],[492,500],[500,500],[500,429.5]],"c":true}],"h":1},{"t":21,"s":[{"i":[[0,93.666],[13.817,1.183],[13.4,1.6],[-3.536,-11.464],[-3.889,-11.111],[1.452,-2.273],[1.538,-2.234],[0.982,-1.37],[1.199,-1.251],[0.803,-0.838],[1.576,-2.328],[1.278,-1.916],[2.292,-2.392],[0.803,-0.838],[2.882,-4.245],[2.811,-4.139],[2.968,-4.322],[2.722,-4.082],[11.464,-16.698],[2.804,-4.205],[2.437,-3.391],[0.139,-0.309],[4.898,-9.61],[-65.577,-6.091]],"o":[[-13.331,-1.669],[-13.817,-1.183],[2.966,12.034],[3.536,11.464],[-0.653,2.673],[-1.452,2.273],[-0.873,1.267],[-0.982,1.37],[-0.814,0.85],[-1.02,1.065],[-1.281,1.891],[-1.79,2.684],[-0.815,0.85],[-2.693,2.812],[-2.879,4.239],[-2.829,4.166],[-2.712,3.95],[-11.33,16.99],[-2.85,4.151],[-2.047,3.069],[-0.249,0.346],[-3.95,8.764],[65.579,6.088],[0,-93.666]],"v":[[500,170],[459.052,165.947],[418,162],[427.808,197.192],[439,231],[435.664,238.329],[431,245],[428.245,249.012],[425,253],[423,256],[418,264],[414,270],[408,278],[406,281],[397,295],[388,307],[380,320],[371,332],[337,383],[328,395],[322,405],[320,406],[303,433],[500,451]],"c":true}],"h":1},{"t":22,"s":[{"i":[[0,66.334],[59.664,5.669],[-0.84,-2.695],[-0.867,-2.742],[-5.033,-17.154],[1.753,-1.371],[4.103,-6.564],[6.609,-10.631],[1.117,-1.797],[1.167,-2.016],[0.583,-0.903],[0.934,-1.481],[0.546,-0.942],[3.567,-5.756],[3.237,-2.126],[5.5,-8.822],[5.419,-8.656],[8.248,-13.476],[1.429,-5.071],[-77.214,-7.119],[-2.216,3.58],[-3.072,2.554],[-6.515,10.45],[-7.046,10.045]],"o":[[-60.011,-5.322],[-2.312,2.807],[0.889,2.852],[5.003,15.818],[1.764,1.882],[-3.073,7.594],[-5.912,10.824],[-0.849,1.365],[-0.929,1.494],[-0.445,0.768],[-0.869,1.347],[-0.639,1.014],[-2.839,4.903],[-1.853,2.991],[-4.659,9.479],[-5.376,8.623],[-8.091,12.924],[-2.7,4.412],[78.339,5.994],[4.186,-1.527],[2.182,-3.525],[5.747,-11.075],[6.526,-10.467],[0,-66.334]],"v":[[500,117],[319,102],[321,110],[323,119],[340,170],[337,176],[325,196],[305,228],[302,233],[299,238],[298,241],[294,245],[293,248],[282,265],[276,274],[260,301],[244,327],[219,366],[212,380],[446,399],[454,389],[461,379],[480,347],[500,316]],"c":true}],"h":1},{"t":23,"s":[{"i":[[3.847,11.153],[19.88,1.286],[19.861,1.305],[19.925,1.241],[20.073,1.094],[-1.99,-5.51],[-2.023,-5.477],[-2.021,-5.479],[-1.984,-5.516],[8.095,-14.822],[8.111,-14.806],[8.086,-14.831],[8.019,-14.897],[1.079,-2.421],[1.99,-1.51],[2.685,-4.482],[1.533,-5.634],[-39.578,-2.589],[-39.803,-2.363],[-9.939,18.388],[-9.948,18.293],[-10.124,18.24],[-9.507,18.661],[4.068,10.932]],"o":[[-19.982,-1.184],[-19.88,-1.286],[-19.861,-1.305],[-19.925,-1.241],[1.923,5.577],[1.99,5.51],[2.023,5.477],[2.021,5.479],[-8.037,14.879],[-8.095,14.822],[-8.111,14.806],[-8.086,14.831],[-1.695,1.804],[-1.079,2.421],[-1.728,5.438],[-2.685,4.482],[39.887,2.28],[39.578,2.589],[10.296,-18.154],[9.939,-18.388],[9.995,-18.377],[10.125,-18.24],[-3.88,-11.12],[-4.068,-10.932]],"v":[[466,62],[406.227,58.273],[346.636,54.365],[286.976,50.524],[227,47],[232.879,63.621],[238.908,80.092],[244.983,96.517],[251,113],[226.791,157.541],[202.473,201.973],[178.168,246.418],[154,291],[150.221,297.721],[146,304],[138.854,318.354],[132,333],[251.062,340.438],[370,348],[400.261,293.104],[430,238],[460.365,183.213],[490,128],[477.976,95.024]],"c":true}],"h":1},{"t":24,"s":[{"i":[[-35.903,77.763],[3.819,9.181],[3.69,9.309],[0.556,1.444],[1.802,0.198],[39.939,1.727],[39.844,1.823],[-4.498,-10.336],[-3.509,-11.325],[9.964,-21.854],[9.817,-21.2],[1.197,-2.301],[1.126,-2.447],[1.66,-3.682],[1.642,-3.534],[0.864,-1.888],[0.691,-1.611],[0.847,-1.848],[0.826,-1.772],[2.144,-4.16],[1.575,-3.393],[0.614,-1.307],[0.443,-5.745],[-81.104,-2.563]],"o":[[-4.034,-8.966],[-3.819,-9.181],[-0.975,-1.026],[-0.556,-1.444],[-39.399,-2.268],[-39.939,-1.727],[3.501,11.332],[4.497,10.336],[-10.326,21.385],[-9.964,21.854],[-1.088,2.348],[-1.197,2.301],[-1.719,3.737],[-1.66,3.683],[-0.853,1.836],[-0.864,1.888],[-0.787,1.837],[-0.847,1.848],[-1.849,3.969],[-2.144,4.16],[-0.714,1.538],[-2.356,5.017],[81.175,2.492],[36.24,-77.427]],"v":[[413,70],[401.242,42.758],[390,15],[388.121,10.879],[385,8],[265.833,2.167],[146,-3],[158.494,29.006],[171,61],[140.619,126.139],[111,191],[107.529,197.925],[104,205],[98.941,216.152],[94,227],[91.378,232.669],[89,238],[86.529,243.548],[84,249],[77.794,261.432],[72,273],[71,278],[64,293],[305,303]],"c":true}],"h":1},{"t":25,"s":[{"i":[[4.628,10.038],[20.276,0.391],[20.24,0.427],[20.219,0.447],[20.214,0.452],[-0.01,-0.324],[-0.042,-0.291],[-0.136,-0.197],[-0.293,-0.04],[-2.207,-4.71],[-2.266,-4.651],[-2.176,-4.741],[-1.938,-4.979],[7.803,-20.447],[7.77,-20.481],[7.707,-20.543],[7.615,-20.635],[-20.323,-0.344],[-20.242,-0.425],[-20.173,-0.494],[-20.115,-0.551],[-15.498,41.168],[-15.957,40.711],[4.764,9.903]],"o":[[-20.327,-0.34],[-20.276,-0.391],[-20.24,-0.427],[-20.219,-0.447],[0.039,0.294],[0.01,0.324],[0.042,0.291],[0.136,0.197],[2,4.917],[2.207,4.71],[2.266,4.651],[2.176,4.741],[-7.807,20.442],[-7.803,20.447],[-7.77,20.481],[-7.707,20.543],[20.416,0.251],[20.323,0.344],[20.242,0.424],[20.173,0.494],[16.052,-40.617],[15.498,-41.168],[-4.316,-10.351],[-4.764,-9.903]],"v":[[318,-41],[257.1,-42.1],[196.331,-43.331],[135.647,-44.647],[75,-46],[75.057,-45.057],[75.119,-44.119],[75.371,-43.371],[76,-43],[82.348,-28.597],[89.093,-14.593],[95.793,-0.543],[102,14],[78.577,75.327],[55.211,136.711],[31.99,198.24],[9,260],[70.105,260.894],[130.95,262.049],[191.57,263.43],[252,265],[299.071,142.07],[346,19],[332.234,-11.234]],"c":true}],"h":1},{"t":26,"s":[{"i":[[1.45,0.188],[20.299,-0.118],[20.206,-0.211],[20.304,-0.113],[20.593,0.177],[-2.422,-4.578],[-2.511,-4.489],[-2.459,-4.541],[-2.265,-4.735],[6.464,-21.619],[6.444,-21.639],[6.383,-21.701],[6.28,-21.803],[-20.547,0.119],[-20.662,0.005],[-20.534,0.133],[-20.163,0.504],[-6.421,21.663],[-6.446,21.638],[-6.427,21.656],[-6.365,21.718],[4.373,8.236],[4.177,7.309],[0.743,1.201]],"o":[[-20.583,-0.166],[-20.299,0.118],[-20.206,0.211],[-20.304,0.113],[2.19,4.81],[2.422,4.578],[2.511,4.489],[2.459,4.541],[-6.443,21.64],[-6.464,21.619],[-6.444,21.639],[-6.383,21.701],[20.189,-0.477],[20.547,-0.119],[20.662,-0.005],[20.534,-0.133],[6.352,-21.731],[6.421,-21.663],[6.446,-21.638],[6.427,-21.656],[-4.331,-7.746],[-4.373,-8.236],[-0.577,-1.009],[-0.743,-1.201]],"v":[[259,-82],[197.725,-82.025],[137.015,-81.485],[76.298,-80.952],[15,-81],[21.953,-66.953],[29.388,-53.388],[36.879,-39.879],[44,-26],[24.629,38.878],[5.255,103.755],[-13.996,168.754],[-33,234],[28.166,233.166],[90.04,233.041],[151.894,232.895],[213,232],[232.171,166.921],[251.481,101.981],[270.801,37.051],[290,-28],[276.884,-52.328],[264,-76],[262.155,-79.616]],"c":true}],"h":1},{"t":27,"s":[{"i":[[-40.76,1.907],[-5.038,22.712],[-5.004,22.746],[-4.964,22.786],[-4.918,22.832],[1.65,2.624],[1.776,2.871],[1.738,2.811],[1.537,2.445],[0.463,0.778],[0.489,0.814],[0.407,0.629],[0.215,0.224],[1.544,2.087],[3.168,-1.079],[40.539,-1.294],[40.021,-1.812],[-5.285,-8.048],[-4.295,-9.037],[8.612,-39.615],[8.743,-39.081],[1.282,-5.791],[0.564,-5.987],[-41.308,1.359]],"o":[[5.065,-22.685],[5.038,-22.712],[5.004,-22.746],[4.964,-22.786],[-1.36,-2.07],[-1.65,-2.624],[-1.776,-2.871],[-1.738,-2.811],[-0.327,-0.521],[-0.463,-0.778],[-0.489,-0.814],[-0.407,-0.629],[-1.657,-1.731],[-1.543,-2.087],[-39.823,2.011],[-40.539,1.294],[4.564,8.769],[5.285,8.048],[-8.81,39.459],[-8.612,39.615],[-1.308,5.849],[-1.282,5.791],[41.008,-1.658],[41.308,-1.359]],"v":[[185,206],[200.156,137.906],[215.22,69.72],[230.174,1.424],[245,-67],[240.445,-74.118],[235.266,-82.438],[229.954,-91.039],[225,-99],[223.787,-101.003],[222.331,-103.445],[220.959,-105.664],[220,-107],[215.633,-113.608],[209,-116],[88.148,-111.351],[-33,-107],[-17.799,-82.201],[-3,-57],[-29.051,61.784],[-55,180],[-59.058,197.396],[-62,215],[61.686,210.687]],"c":true}],"h":1},{"t":28,"s":[{"i":[[-41.521,2.645],[-7,47.333],[-6.846,47.487],[1.393,1.977],[1.418,1.941],[1.514,1.996],[1.488,2.02],[1.28,1.927],[0.836,0.873],[0.929,1.214],[1.181,0.995],[0.235,0.591],[0.607,0.254],[0.845,-0.196],[1.508,0.319],[40.439,-2.561],[40.298,-2.701],[-2.706,-3.628],[-3.05,-3.284],[-2.868,-3.465],[-1.703,-4.63],[6.963,-47.204],[6.984,-47.182],[-41.478,2.689]],"o":[[7.153,-47.181],[7,-47.333],[-1.01,-2.152],[-1.393,-1.977],[-1.457,-1.995],[-1.514,-1.996],[-1.044,-1.417],[-1.28,-1.927],[-1.103,-1.15],[-0.929,-1.214],[-0.453,-0.382],[-0.235,-0.591],[-1.112,-0.464],[-0.845,0.196],[-39.945,3.055],[-40.439,2.561],[2.127,4.206],[2.706,3.628],[1.823,4.51],[2.868,3.465],[-7.165,47.002],[-6.963,47.204],[41.568,-2.598],[41.478,-2.689]],"v":[[169,187],[190.229,45.229],[211,-97],[207.306,-103.159],[203,-109],[198.523,-114.981],[194,-121],[190.344,-126.408],[187,-131],[184.059,-134.617],[181,-138],[180.115,-139.596],[179,-141],[176.297,-141.109],[173,-141],[52.265,-132.735],[-69,-125],[-61.692,-113.308],[-53,-103],[-45.41,-91.59],[-38,-80],[-59.135,61.365],[-80,203],[44.535,195.035]],"c":true}],"h":1},{"t":29,"s":[{"i":[[-83.423,7.91],[-1.136,12.132],[-1.094,12.605],[-0.717,12.363],[-1.105,12.72],[-1.92,21.781],[-1.582,19.833],[-0.308,3.357],[0.496,2.269],[3.217,2.939],[2.192,3.952],[1.453,1.547],[0.964,2.036],[1.251,1.916],[2.688,0.479],[41.251,-3.915],[41.112,-4.055],[-1.519,-1.722],[-1.394,-0.955],[-2.14,-3.86],[-2.916,-3.397],[-0.984,-5.355],[0.255,-3.105],[6.732,-90.154]],"o":[[0.361,-11.867],[1.136,-12.132],[1.027,-11.829],[0.717,-12.363],[1.74,-20.044],[1.92,-21.781],[0.263,-3.305],[0.308,-3.357],[-0.939,-4.292],[-3.217,-2.939],[-1.226,-1.774],[-1.453,-1.547],[-2.308,-0.858],[-1.251,-1.916],[-40.883,4.284],[-41.251,3.915],[-0.469,1.156],[1.519,1.722],[1.258,4.742],[3.146,3.023],[3.105,3.617],[0.426,2.317],[-7.678,93.588],[83.194,-8.14]],"v":[[165,174],[167.45,138.053],[171,101],[173.442,64.668],[176,27],[181.619,-36.658],[187,-100],[188.07,-110.277],[188,-119],[180.94,-129.255],[172,-139],[167.804,-143.804],[164,-149],[159.285,-153.784],[154,-158],[30.672,-145.828],[-93,-134],[-90.897,-129.349],[-86,-125],[-78,-115],[-70,-105],[-62,-94],[-63,-86],[-85,198]],"c":true}],"h":1},{"t":30,"s":[{"i":[[0.667,0],[41.288,-4.878],[41.048,-5.119],[-0.796,-0.7],[-0.258,-0.312],[-3.524,-3.598],[-3.506,-3.506],[-1.413,-1.461],[-0.454,-2.261],[0.276,-1.301],[0.124,-1.665],[-0.035,-1.712],[0.025,-1.624],[0.396,-9.266],[0.277,-8.835],[1.256,-37.809],[0.794,-35.101],[-41.429,5.071],[-42.067,4.433],[-1.731,49.769],[-1.434,50.066],[1.261,1.479],[1.27,1.298],[7.119,9.756]],"o":[[-40.798,5.37],[-41.288,4.878],[-1.443,0.89],[0.796,0.7],[3.398,4.102],[3.524,3.598],[1.895,1.895],[1.413,1.461],[0.227,1.13],[-0.276,1.301],[-0.114,1.525],[0.035,1.713],[-0.139,9.1],[-0.396,9.266],[-1.181,37.662],[-1.256,37.809],[42.216,-4.284],[41.429,-5.071],[1.642,-49.858],[1.731,-49.769],[-0.685,-1.786],[-1.261,-1.479],[-8.675,-8.862],[-0.667,0]],"v":[[141,-167],[17.688,-151.812],[-106,-137],[-106.276,-134.567],[-104,-133],[-93.581,-121.553],[-83,-111],[-77.919,-106.274],[-75,-101],[-75.236,-97.401],[-76,-93],[-76.067,-88.074],[-76,-83],[-76.897,-55.302],[-78,-28],[-81.79,85.92],[-85,196],[40.112,181.612],[165,167],[170.156,17.656],[175,-132],[171.939,-136.866],[168,-141],[143,-167]],"c":true}],"h":1},{"t":31,"s":[{"i":[[4.8,3.611],[41.441,-5.392],[41.206,-5.627],[-0.741,-0.688],[-0.328,-0.328],[-0.668,-0.67],[-0.608,-0.601],[-3.933,-3.351],[-2.829,-3.197],[-0.443,-0.907],[-0.326,-1.353],[0.143,-3.105],[0,-3.212],[0.845,-47.809],[-0.38,-44.703],[-41.701,5.466],[-41.636,5.53],[-0.53,50.303],[-0.994,49.839],[0.982,1.278],[0.674,0.516],[0.572,0.1],[0.347,0.322],[4.167,4.296]],"o":[[-41.029,5.804],[-41.441,5.392],[-1.292,0.919],[0.741,0.688],[0.721,0.721],[0.668,0.67],[3.437,3.4],[3.933,3.351],[0.901,1.017],[0.443,0.907],[0.571,2.37],[-0.143,3.105],[0,46.062],[-0.845,47.809],[41.56,-5.606],[41.701,-5.466],[0.884,-49.95],[0.53,-50.303],[-0.398,-1.371],[-0.982,-1.278],[-0.365,-0.279],[-0.572,-0.1],[-4.531,-4.204],[-4.167,-4.296]],"v":[[135,-171],[11.132,-154.367],[-113,-138],[-113.215,-135.556],[-111,-134],[-108.915,-131.91],[-107,-130],[-95.544,-119.847],[-85,-110],[-83.069,-107.252],[-82,-104],[-81.572,-95.632],[-82,-86],[-83.785,56.019],[-85,196],[39.943,179.443],[165,163],[166.917,12.417],[169,-138],[166.707,-142.142],[164,-145],[162.486,-145.468],[161,-146],[148.202,-158.944]],"c":true}],"h":1},{"t":32,"s":[{"i":[[-1.166,49.501],[4.192,3.808],[4.101,3.899],[1.214,1.453],[2.278,0.389],[0.495,-0.152],[0.832,-0.094],[40.93,-5.969],[41.114,-4.584],[-1.368,-1.247],[-1.072,-1.037],[-2.232,-2.067],[-1.935,-1.665],[-1.551,-1.322],[-1.139,-1.287],[-0.425,-0.896],[-0.314,-1.303],[0.143,-3.104],[0,-3.204],[0,-47.905],[0,-44.089],[-41.586,5.747],[-41.547,5.786],[0.125,50.791]],"o":[[-4.132,-3.868],[-4.192,-3.808],[-1.867,-0.799],[-1.214,-1.453],[-0.188,-0.702],[-0.495,0.152],[-40.165,4.541],[-40.93,5.969],[-0.546,1.976],[1.368,1.247],[2.136,2.069],[2.232,2.067],[1.658,1.427],[1.551,1.322],[0.984,1.112],[0.425,0.896],[0.573,2.38],[-0.143,3.104],[0,46.29],[0,47.905],[42.108,-5.226],[41.586,-5.747],[0.332,-50.334],[-0.125,-50.791]],"v":[[166,-142],[153.477,-153.477],[141,-165],[136.808,-168.808],[132,-172],[130.983,-172.597],[129,-172],[7.212,-155.532],[-116,-139],[-114.213,-134.297],[-110,-131],[-103.349,-124.697],[-97,-119],[-92.111,-114.895],[-88,-111],[-85.997,-108.143],[-85,-105],[-84.57,-96.618],[-85,-87],[-85,55.651],[-85,195],[40.42,178.42],[165,161],[164.875,8.876]],"c":true}],"h":1},{"t":33,"s":[{"i":[[-82.832,12.167],[0.417,50.083],[-0.293,50.792],[1.507,1.401],[1.421,1.306],[1.472,1.539],[1.551,1.409],[0.587,0.113],[0.326,0.249],[0.902,1.281],[1.132,0.912],[0.558,0.098],[0.368,0.287],[1.527,1.004],[2.593,-1.028],[40.486,-5.681],[40.748,-5.42],[-0.771,-0.71],[-0.41,-0.405],[-2.226,-1.927],[-2.076,-1.291],[-2.891,-5.109],[0.757,-3.757],[-2.364,-98.969]],"o":[[0.375,-50.875],[-0.417,-50.083],[-0.552,-2.088],[-1.507,-1.401],[-1.561,-1.435],[-1.472,-1.539],[-0.329,-0.298],[-0.587,-0.113],[-1.26,-0.964],[-0.902,-1.281],[-0.399,-0.322],[-0.558,-0.098],[-1.299,-1.012],[-1.527,-1.004],[-40.31,5.858],[-40.486,5.681],[-1.493,0.756],[0.771,0.71],[2.021,2],[2.226,1.927],[2.891,5.109],[1.383,1.617],[2.1,99.232],[83.905,-11.094]],"v":[[165,160],[164.562,8.938],[164,-142],[160.652,-147.087],[156,-151],[151.493,-155.519],[147,-160],[145.498,-160.537],[144,-161],[140.904,-164.539],[138,-168],[136.477,-168.526],[135,-169],[130.971,-172.53],[125,-173],[3.828,-155.672],[-118,-139],[-118.427,-136.737],[-116,-135],[-109.541,-128.968],[-103,-124],[-91,-112],[-87,-107],[-85,195]],"c":true}],"h":1},{"t":34,"s":[{"i":[[-41.773,5.726],[0.367,50.467],[0.402,50.431],[2.21,1.834],[2.094,1.832],[2.063,1.991],[2.661,1.21],[1.364,1.469],[2.187,0.647],[41.3,-5.867],[41.559,-5.606],[-1.003,-0.538],[0.255,-0.993],[-0.667,-0.667],[-0.452,-0.882],[-1.446,-1.387],[-1.224,-1.61],[-1.446,-1.387],[-1.224,-1.61],[-0.675,-4.669],[0,-6.638],[-0.322,-47.941],[-0.712,-44.544],[-41.573,5.928]],"o":[[-0.132,-50.702],[-0.367,-50.467],[-1.068,-2.832],[-2.209,-1.834],[-2.086,-1.825],[-2.063,-1.991],[-1.356,-1.477],[-1.364,-1.469],[-41.241,5.925],[-41.3,5.867],[-1.758,0.856],[1.003,0.538],[0.882,0.452],[0.667,0.667],[1.993,0.841],[1.446,1.387],[1.993,0.84],[1.446,1.387],[5.301,1.689],[0.675,4.668],[0,46.692],[0.322,47.941],[41.937,-5.562],[41.573,-5.928]],"v":[[165,160],[164.203,8.297],[163,-143],[157.769,-149.751],[151,-155],[144.932,-160.961],[138,-166],[134.123,-170.623],[129,-174],[5.239,-156.261],[-119,-139],[-119.128,-137.102],[-117,-135],[-114.678,-133.322],[-113,-131],[-107.923,-127.577],[-104,-123],[-98.923,-119.577],[-95,-115],[-87.024,-105.212],[-87,-88],[-86.534,55.111],[-85,195],[40.123,177.623]],"c":true}],"h":1},{"t":35,"s":[{"i":[[-83.988,11.011],[0.501,50.332],[-0.036,50.87],[0.969,1.265],[0.692,0.529],[0.568,0.098],[0.357,0.325],[1.359,1.526],[2.118,0.584],[2.847,2.937],[5.014,0.5],[0.461,-0.239],[0.656,-0.095],[41.985,-5.832],[37.82,-5.43],[-0.777,-0.706],[-0.3,-0.297],[-2.163,-1.741],[-2.169,-1.877],[-1.329,-1.413],[-1.311,-1.16],[-1.544,-1.156],[-0.309,-2.04],[-2.066,-99.935]],"o":[[-0.031,-50.802],[-0.501,-50.332],[-0.43,-1.411],[-0.97,-1.265],[-0.371,-0.284],[-0.568,-0.098],[-1.444,-1.314],[-1.359,-1.526],[-3.6,-2.754],[-2.847,-2.937],[-0.498,-0.049],[-0.461,0.239],[-36.242,5.242],[-41.985,5.832],[-1.41,0.878],[0.777,0.706],[2.18,2.157],[2.163,1.741],[1.373,1.188],[1.329,1.413],[1.513,1.338],[1.544,1.156],[1.504,100.498],[83.954,-11.045]],"v":[[165,160],[163.949,8.551],[163,-143],[160.696,-147.161],[158,-150],[156.489,-150.469],[155,-151],[151.006,-155.547],[146,-159],[137.061,-168.191],[126,-174],[124.619,-173.608],[123,-173],[3.183,-156.141],[-119,-139],[-119.283,-136.564],[-117,-135],[-110.492,-129.29],[-104,-124],[-99.954,-119.979],[-96,-116],[-91.097,-112.526],[-88,-108],[-85,195]],"c":true}],"h":1},{"t":36,"s":[{"i":[[-41.971,5.528],[0.219,25.198],[0.266,25.15],[0.165,25.252],[-0.087,25.504],[3.12,2.547],[2.615,3.052],[2.846,2.783],[4.768,0.613],[1.486,-0.233],[1.258,-0.172],[3.578,-0.737],[3.504,-0.48],[36.433,-5.089],[33.83,-4.798],[-1.764,-1.141],[-0.359,-1.659],[-3.153,-2.959],[-2.865,-2.572],[-1.252,-0.833],[-0.002,-1.779],[-0.385,-50.614],[-0.953,-50.048],[-41.548,5.952]],"o":[[-0.021,-25.396],[-0.219,-25.198],[-0.266,-25.15],[-0.165,-25.252],[-1.904,-3.762],[-3.12,-2.546],[-3.847,-2.256],[-2.846,-2.783],[-0.797,-0.103],[-1.486,0.233],[-4.184,0.572],[-3.578,0.737],[-35.439,4.847],[-36.433,5.089],[-1.417,1.776],[1.764,1.141],[3.522,2.59],[3.153,2.959],[0.988,0.887],[1.252,0.833],[0.507,50.495],[0.385,50.614],[41.837,-5.662],[41.548,-5.952]],"v":[[165,160],[164.603,84.147],[163.838,8.662],[163.154,-66.904],[163,-143],[155.033,-152.033],[146,-160],[136.69,-168.232],[126,-174],[122.345,-173.706],[118,-173],[106.49,-170.931],[96,-169],[-12.707,-153.963],[-119,-139],[-117.333,-134.912],[-113,-131],[-103.007,-122.487],[-94,-114],[-90.261,-111.669],[-88,-108],[-86.835,43.835],[-85,195],[39.899,177.399]],"c":true}],"h":1},{"t":37,"s":[{"i":[[-42.136,5.364],[0.177,23.65],[0.181,24.169],[0.164,24.06],[0.125,23.322],[1.007,4.502],[4.933,1.684],[2.251,1.92],[2.464,2.175],[1.695,1.676],[1.454,0.736],[1.749,-0.162],[1.342,-0.194],[41.57,-5.827],[37.537,-5.461],[-1.676,-1.229],[-0.603,-1.416],[-3.162,-2.947],[-2.844,-2.602],[-1.214,-0.875],[-0.168,-1.607],[-0.417,-50.582],[-0.928,-50.073],[-41.484,6.016]],"o":[[-0.151,-22.501],[-0.177,-23.65],[-0.181,-24.169],[-0.164,-24.06],[-0.04,-7.306],[-1.007,-4.502],[-1.534,-2.144],[-2.251,-1.92],[-1.766,-1.558],[-1.695,-1.676],[-1.663,-0.842],[-1.749,0.162],[-36.183,5.233],[-41.57,5.826],[-1.309,1.668],[1.676,1.229],[3.507,2.612],[3.162,2.947],[0.975,0.892],[1.214,0.875],[0.404,50.597],[0.417,50.582],[41.927,-5.572],[41.484,-6.016]],"v":[[165,160],[164.502,90.617],[163.961,18.732],[163.439,-53.769],[163,-125],[162.17,-142.717],[154,-152],[148.197,-157.977],[141,-164],[135.766,-169.117],[131,-173],[125.759,-173.777],[121,-173],[2.016,-156.171],[-119,-139],[-117.434,-134.811],[-113,-131],[-103.004,-122.492],[-94,-114],[-90.395,-111.537],[-88,-108],[-86.893,43.893],[-85,195],[39.844,177.344]],"c":true}],"h":1},{"t":38,"s":[{"i":[[-42.136,5.364],[0.18,25.487],[0.215,25.451],[0.303,25.364],[0.442,25.224],[4.798,4.151],[3.827,3.05],[0.565,0.688],[0.804,0.501],[1.768,0.021],[1.998,-0.289],[41.603,-5.831],[37.459,-5.45],[-1.676,-1.229],[-0.603,-1.416],[-1.406,-1.26],[-1.8,-0.867],[-1.386,-1.284],[-1.413,-1.26],[-1.598,-1.376],[-0.228,-2.266],[-0.424,-50.409],[-0.927,-49.907],[-41.484,6.016]],"o":[[-0.196,-25.47],[-0.18,-25.487],[-0.215,-25.451],[-0.303,-25.364],[-2.983,-3.344],[-4.797,-4.151],[-0.938,-0.748],[-0.565,-0.688],[-1.93,-1.204],[-1.768,-0.021],[-36.127,5.225],[-41.603,5.831],[-1.309,1.668],[1.676,1.229],[1.575,1.091],[1.406,1.26],[1.042,1.605],[1.386,1.284],[1.382,1.231],[1.598,1.376],[0.376,50.457],[0.424,50.409],[41.927,-5.572],[41.484,-6.016]],"v":[[165,160],[164.449,83.552],[163.869,7.131],[163.105,-69.105],[162,-145],[149.633,-156.72],[136,-168],[133.899,-170.185],[132,-172],[126.551,-173.62],[121,-173],[1.999,-156.169],[-119,-139],[-117.434,-134.811],[-113,-131],[-108.669,-127.332],[-104,-124],[-100.279,-119.741],[-96,-116],[-91.135,-112.276],[-88,-107],[-86.912,44.413],[-85,195],[39.844,177.344]],"c":true}],"h":1},{"t":72,"s":[{"i":[[-42.136,5.364],[0.185,25.482],[0.221,25.446],[0.301,25.366],[0.425,25.242],[4.798,4.151],[3.827,3.05],[0.565,0.688],[0.804,0.501],[1.768,0.021],[1.998,-0.289],[41.603,-5.831],[37.459,-5.45],[-1.676,-1.229],[-0.603,-1.416],[-1.304,-1.363],[-2.064,-0.603],[-1.39,-1.29],[-1.394,-1.243],[-1.494,-1.244],[-0.674,-1.823],[-0.442,-50.558],[-0.916,-50.085],[-41.484,6.016]],"o":[[-0.193,-25.474],[-0.185,-25.482],[-0.221,-25.446],[-0.301,-25.366],[-2.983,-3.344],[-4.797,-4.151],[-0.938,-0.748],[-0.565,-0.688],[-1.93,-1.204],[-1.768,-0.021],[-36.127,5.225],[-41.603,5.831],[-1.309,1.668],[1.676,1.229],[1.722,0.945],[1.304,1.363],[1.047,1.598],[1.39,1.29],[1.349,1.203],[1.494,1.244],[0.317,50.684],[0.442,50.558],[41.927,-5.572],[41.484,-6.016]],"v":[[165,160],[164.445,83.556],[163.848,7.152],[163.077,-69.077],[162,-145],[149.633,-156.72],[136,-168],[133.899,-170.185],[132,-172],[126.551,-173.62],[121,-173],[1.999,-156.169],[-119,-139],[-117.434,-134.811],[-113,-131],[-108.756,-127.244],[-104,-124],[-100.261,-119.734],[-96,-116],[-91.494,-112.465],[-88,-108],[-86.949,43.949],[-85,195],[39.844,177.344]],"c":true}],"h":1},{"t":73,"s":[{"i":[[2.017,51.317],[1.397,1.186],[1.489,1.094],[1.472,1.111],[1.346,1.237],[1.463,1.268],[1.395,1.205],[1.734,0.835],[2.481,0.157],[1.319,-0.214],[1.053,-0.185],[40.463,-6.523],[37.416,-6.09],[-0.917,-0.803],[-0.759,-0.639],[-3.48,-2.508],[-2.915,-2.299],[-1.646,-1.021],[-0.35,-2.316],[-2.294,-50.873],[-2.101,-51.065],[-41.771,6.729],[-41.406,7.094],[2.305,51.028]],"o":[[-1.197,-1.387],[-1.397,-1.186],[-1.489,-1.094],[-1.472,-1.111],[-1.94,-1.023],[-1.463,-1.268],[-1.395,-1.205],[-1.734,-0.835],[-0.671,-0.043],[-1.319,0.214],[-38.731,6.816],[-40.463,6.523],[-0.428,1.149],[0.917,0.803],[3.166,2.668],[3.48,2.508],[1.066,1.6],[1.646,1.021],[1.724,51.443],[2.294,50.873],[41.509,-6.991],[41.771,-6.729],[-1.762,-51.572],[-2.305,-51.028]],"v":[[165,-146],[161.082,-149.831],[156.724,-153.224],[152.255,-156.505],[148,-160],[142.997,-163.514],[138.812,-167.3],[134.221,-170.436],[128,-172],[124.787,-171.671],[121,-171],[1.014,-150.956],[-117,-132],[-115.89,-129.118],[-113,-127],[-102.812,-119.223],[-93,-112],[-88.463,-108.537],[-85,-104],[-78.783,49.283],[-72,202],[53.077,181.578],[178,161],[171.691,7.309]],"c":true}],"h":1},{"t":74,"s":[{"i":[[6.2,52.134],[2.743,1.562],[2.832,1.686],[2.923,1.406],[3.016,0.722],[0.65,-0.257],[0.674,-0.146],[20.578,-4.123],[21.308,-4.534],[15.319,-3.193],[14.287,-2.942],[2.519,-0.493],[2.404,-0.509],[2.568,-0.482],[2.184,-1.535],[-2.595,-1.597],[-2.733,-1.484],[-2.786,-1.333],[-2.162,-2.204],[-6.178,-51.656],[-5.633,-52.201],[-41.552,8.615],[-41.754,8.413],[6.149,52.184]],"o":[[-2.654,-1.034],[-2.743,-1.562],[-2.832,-1.686],[-2.923,-1.406],[-0.725,-0.173],[-0.65,0.257],[-18.378,3.972],[-20.578,4.123],[-15.438,3.286],[-15.319,3.193],[-2.519,0.519],[-2.519,0.493],[-2.545,0.539],[-2.568,0.482],[2.886,1.126],[2.595,1.597],[2.695,1.464],[2.786,1.333],[5.657,52.176],[6.178,51.656],[42.039,-8.127],[41.552,-8.615],[-6.204,-52.13],[-6.149,-52.184]],"v":[[177,-144],[168.905,-147.995],[160.542,-152.968],[151.909,-157.707],[143,-161],[140.963,-160.74],[139,-160],[80.198,-147.922],[17,-135],[-29.363,-125.243],[-74,-116],[-81.586,-114.493],[-89,-113],[-96.771,-111.747],[-104,-109],[-95.885,-104.769],[-88,-100],[-79.6,-96.055],[-72,-91],[-53.982,64.482],[-36,220],[89.215,194.714],[214,169],[195.497,12.503]],"c":true}],"h":1},{"t":75,"s":[{"i":[[7.804,39.343],[3.08,1.071],[3.184,1.036],[3.012,0.447],[2.564,-0.697],[9.854,-2.573],[10.169,-2.585],[10.356,-2.595],[10.415,-2.602],[8.995,-2.296],[8.93,-2.296],[8.719,-2.227],[8.365,-2.09],[2.663,-0.688],[1.652,-1.573],[-5.101,-1.399],[-4.565,-1.935],[-10.249,-52.252],[-10.402,-52.098],[-41.145,10.522],[-41.115,10.552],[2.64,12.954],[2.58,13.014],[7.575,39.205]],"o":[[-2.7,-0.551],[-3.08,-1.071],[-3.184,-1.036],[-3.012,-0.447],[-9.411,2.557],[-9.854,2.573],[-10.169,2.585],[-10.356,2.595],[-8.917,2.227],[-8.995,2.296],[-8.93,2.296],[-8.719,2.227],[-2.698,0.674],[-2.662,0.688],[5.031,1.469],[5.101,1.399],[10.603,51.895],[10.249,52.252],[41.304,-10.362],[41.145,-10.522],[-1.858,-13.171],[-2.64,-12.954],[-7.897,-39.839],[-7.575,-39.205]],"v":[[205,-128],[196.262,-130.571],[186.797,-133.871],[177.434,-136.235],[169,-136],[140.071,-128.305],[110.006,-120.567],[79.187,-112.796],[48,-105],[21.095,-98.198],[-5.828,-91.293],[-32.338,-84.492],[-58,-78],[-66.285,-76.175],[-73,-73],[-57.651,-68.849],[-43,-64],[-11.849,92.348],[19,249],[142.642,217.642],[266,186],[259.041,146.883],[251,108],[227.93,-10.372]],"c":true}],"h":1},{"t":76,"s":[{"i":[[27.806,104.527],[4.636,0.364],[5.085,-0.085],[10.539,-3.067],[10.499,-3.219],[10.664,-3.332],[10.633,-2.387],[0.636,-0.469],[0.266,-0.081],[6.439,-1.737],[6.419,-1.96],[7.452,-2.335],[7.535,-2.323],[2.489,-0.867],[2.16,-0.642],[2.63,-0.594],[2.046,-1.898],[-4.582,-0.251],[-5.079,0.245],[-28.17,-103.496],[-20.168,6.102],[-23.735,7.181],[-9.55,2.89],[-26.021,6.859]],"o":[[-5.372,0.372],[-4.636,-0.364],[-10.344,3.514],[-10.539,3.067],[-10.709,3.283],[-10.664,3.333],[-0.19,0.043],[-0.636,0.469],[-6.825,2.092],[-6.439,1.737],[-7.656,2.338],[-7.452,2.335],[-2.883,0.889],[-2.489,0.867],[-2.437,0.725],[-2.63,0.594],[4.591,0.242],[4.582,0.251],[28.125,103.542],[20.794,-4.892],[25.36,-7.673],[11.178,-3.382],[25.419,-7.691],[-27.51,-104.824]],"v":[[249,-100],[234.285,-100.285],[220,-101],[188.616,-91.278],[157,-82],[124.943,-71.828],[93,-63],[91.557,-62.029],[90,-61],[70.196,-55.401],[51,-50],[28.41,-42.989],[6,-36],[-2.042,-33.316],[-9,-31],[-16.793,-29.38],[-24,-26],[-10.366,-25.134],[4,-25],[88,286],[149,268],[225,245],[256,236],[333,213]],"c":true}],"h":1},{"t":77,"s":[{"i":[[17.706,50.627],[0.508,-0.124],[0.803,-0.159],[16.758,-5.856],[15.526,-5.139],[21.957,-7.524],[21.683,-7.462],[5.551,-1.899],[5.265,-2.502],[-4.207,1.127],[-5.106,0.227],[-17.007,-50.993],[-16.527,-51.474],[-15.147,5.165],[-14.993,5.159],[-10.11,3.466],[-10.169,3.561],[-4.468,1.557],[-3.776,1.249],[-5.9,2.022],[-5.765,2.047],[-5.017,1.705],[-4.818,2.364],[16.928,51.405]],"o":[[-0.166,-0.653],[-0.508,0.124],[-17.44,3.438],[-16.758,5.856],[-22.488,7.442],[-21.957,7.524],[-5.532,1.904],[-5.551,1.899],[5.067,-0.267],[4.207,-1.127],[16.447,51.555],[17.007,50.993],[15.419,-5.179],[15.147,-5.165],[10.391,-3.576],[10.11,-3.466],[4.351,-1.524],[4.468,-1.557],[5.635,-1.863],[5.9,-2.022],[5.113,-1.815],[5.017,-1.705],[-17.582,-50.751],[-16.928,-51.405]],"v":[[308,-60],[306.979,-60.609],[305,-60],[253.565,-45.275],[205,-28],[138.397,-5.514],[73,17],[56.299,22.551],[40,29],[53.471,26.471],[67,24],[117.44,177.561],[168,331],[213.82,315.485],[259,300],[289.666,289.489],[320,279],[333.431,274.294],[346,270],[363.403,264.138],[381,258],[396.222,252.911],[411,247],[359.592,93.407]],"c":true}],"h":1},{"t":78,"s":[{"i":[[0.333,0],[19.799,-7.534],[19.836,-7.497],[19.869,-7.464],[19.898,-7.435],[-9.687,-25.23],[-9.745,-25.172],[-9.686,-25.231],[-9.51,-25.407],[1.073,-0.427],[1.038,-0.462],[0.946,-0.554],[0.798,-0.702],[2.36,-1.129],[-1.222,-1.199],[-21.188,8.159],[-21.31,8.072],[-21.438,7.99],[-20.808,8.921],[-1.586,0.414],[-0.14,1.86],[19.408,50.259],[19.017,50.65],[0.333,0]],"o":[[-19.758,7.575],[-19.799,7.534],[-19.836,7.497],[-19.869,7.464],[9.512,25.404],[9.687,25.23],[9.745,25.172],[9.686,25.231],[-1.051,0.449],[-1.073,0.427],[-1.038,0.462],[-0.946,0.554],[-1.783,0.286],[-2.36,1.129],[20.938,-8.293],[21.188,-8.159],[21.44,-8.121],[21.438,-7.99],[0.516,-1.484],[1.586,-0.414],[-19.352,-50.315],[-19.408,-50.259],[-0.333,0],[-0.333,0]],"v":[[379,-13],[319.664,9.664],[260.21,32.21],[200.652,54.652],[141,77],[169.827,152.922],[199.004,228.496],[228.178,304.072],[257,380],[253.8,381.3],[250.621,382.621],[247.631,384.131],[245,386],[237.746,388.316],[235,392],[298.221,367.335],[362,343],[426.473,319.099],[490,294],[493.782,291.782],[497,289],[438.748,138.251],[381,-13],[380,-13]],"c":true}],"h":1},{"t":79,"s":[{"i":[[0,85],[6.138,14.362],[6.058,14.443],[39.471,-16.028],[39.437,-16.063],[-3.628,-8.297],[-0.581,-1.388],[-1.388,-3.288],[-2.256,-5.159],[-0.572,-1.356],[-1.267,-3.03],[-0.534,-1.313],[-0.657,-1.535],[-1.265,-2.985],[-1.294,-3.065],[-0.701,-1.724],[-0.659,-1.535],[-0.11,-0.365],[-6.033,-14.067],[-21.239,-49.303],[1.421,-1.703],[2.985,-2.061],[1.037,-3.768],[-55.995,23.339]],"o":[[-6.39,-14.109],[-6.138,-14.362],[-39.678,15.823],[-39.471,16.029],[2.146,8.575],[0.706,1.614],[1.386,3.314],[1.917,4.542],[0.575,1.314],[1.321,3.13],[0.607,1.452],[0.628,1.543],[1.287,3.005],[1.392,3.285],[0.622,1.473],[0.628,1.543],[0.212,0.495],[4.302,14.229],[21.042,49.066],[2.546,2.665],[-2.912,2.01],[-2.91,2.01],[55.914,-23.42],[0,-85]],"v":[[500,126],[481.25,83.25],[463,40],[344.319,87.82],[226,136],[236,160],[238,164],[241,174],[248,188],[250,192],[253,202],[256,206],[257,211],[262,220],[265,230],[268,234],[269,239],[271,241],[289,284],[352,432],[348,437],[339,443],[331,450],[500,381]],"c":true}],"h":1},{"t":80,"s":[{"i":[[0,120.667],[30.471,-13.029],[30.586,-12.915],[-10.028,-21.54],[-10.002,-21.5],[-3.433,-7.798],[-3.69,-8.115],[-0.586,-0.62],[-0.312,-0.765],[-0.088,-0.876],[-0.321,-0.697],[-1.564,-3.009],[-1.371,-2.98],[-1.218,-2.311],[-1.024,-2.353],[-0.089,-0.893],[-0.305,-0.651],[-1.536,-2.964],[-1.422,-3.09],[-6.005,-12.869],[1.405,-6.583],[2.104,-3.562],[-4.333,0],[-15.4,5.32]],"o":[[-30.53,12.971],[-30.471,13.029],[9.885,21.341],[10.028,21.54],[3.579,7.693],[3.433,7.798],[0.344,0.756],[0.586,0.62],[0.326,0.8],[0.089,0.876],[1.374,2.986],[1.564,3.009],[1.105,2.401],[1.218,2.311],[0.337,0.775],[0.089,0.894],[1.433,3.052],[1.536,2.964],[5.385,11.7],[2.537,5.436],[-2.87,2.797],[4.333,0],[14.942,-6.793],[0,-120.668]],"v":[[500,119],[408.542,158.042],[317,197],[346.912,261.381],[377,326],[387.417,349.184],[398,373],[399.524,374.993],[401,377],[401.504,379.578],[402,382],[406.502,391.004],[411,400],[414.561,407.036],[418,414],[418.524,416.593],[419,419],[423.508,427.971],[428,437],[445,474],[451,492],[442,500],[455,500],[500,481]],"c":true}],"h":1},{"t":81,"s":[{"i":[[0,17.833],[3.628,-1.497],[3.573,-1.552],[3.539,-1.586],[3.527,-1.598],[3.535,-1.59],[3.566,-1.559],[3.617,-1.508],[3.69,-1.435],[-0.347,-0.945],[-0.377,-0.954],[-0.403,-0.96],[-0.426,-0.964],[-0.445,-0.966],[-0.461,-0.966],[-0.473,-0.964],[-0.482,-0.959],[-6.28,-12.787],[-6.322,-12.952],[-6.38,-12.939],[-6.457,-12.748],[0,17.833],[0,17.833],[0,17.833]],"o":[[-3.704,1.421],[-3.628,1.497],[-3.573,1.552],[-3.539,1.586],[-3.527,1.598],[-3.535,1.59],[-3.566,1.559],[-3.617,1.508],[0.314,0.935],[0.347,0.945],[0.377,0.954],[0.403,0.96],[0.426,0.964],[0.445,0.966],[0.461,0.966],[0.473,0.964],[6.257,12.445],[6.28,12.787],[6.322,12.952],[6.38,12.939],[0,-17.833],[0,-17.833],[0,-17.833],[0,-17.833]],"v":[[500,221],[489.008,225.383],[478.213,229.963],[467.55,234.675],[456.957,239.457],[446.369,244.244],[435.723,248.973],[424.955,253.58],[414,258],[414.992,260.821],[416.079,263.67],[417.25,266.541],[418.495,269.427],[419.803,272.323],[421.163,275.221],[422.566,278.115],[424,281],[442.801,318.892],[461.699,357.545],[480.748,396.426],[500,435],[500,381.5],[500,328],[500,274.5]],"c":true}],"h":1}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.6117647,0.2156863,0.4078431,1]},"o":{"a":1,"k":[{"t":19,"s":[0],"h":1},{"t":20,"s":[100],"h":1},{"t":82,"s":[0],"h":1}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":101,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Book_02_Back_c","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[500,500,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"t":17,"s":[{"i":[[-3.299,1.421],[8.027,12.307],[7.519,12.815],[0.273,0.227],[0.405,0.095],[0.5,-0.5],[0.28,-0.72],[5.128,-4.083],[5.06,-4.055],[3.691,-2.911],[2.775,-2.584],[0.546,-0.074],[0.429,-0.344],[2.447,-1.623],[2.173,-1.751],[17.75,-14.776],[-8.115,-12.552],[-7.832,-12.834],[-2.62,2.099],[-7.939,6.208],[-5.229,3.469],[-0.795,0.622],[-3.979,3.124],[-2.408,1.597],[-2.17,1.335],[-4.329,2.872],[-0.94,0.623],[-0.793,0.619],[-2.826,2.21],[-0.447,0.416],[-0.899,0.684],[-0.438,0.407],[-0.876,0.686]],"o":[[-7.375,-12.958],[-8.027,-12.307],[-0.501,0.001],[-0.273,-0.227],[-0.72,0.28],[-0.5,0.5],[-5.428,3.613],[-5.128,4.083],[-3.459,2.772],[-3.691,2.911],[-0.386,0.36],[-0.546,0.074],[-3.033,2.425],[-2.6,1.725],[-18.515,14.924],[7.251,13.416],[7.759,12.908],[3.446,-0.907],[8.285,-6.638],[5.743,-4.491],[0.969,-0.643],[4.275,-3.349],[3.057,-2.401],[2.888,-1.916],[5.444,-3.35],[1.662,-1.103],[0.967,-0.641],[2.893,-2.258],[0.46,-0.359],[0.788,-0.733],[0.452,-0.344],[0.779,-0.725],[2.623,-2.054]],"v":[[429,344],[405.608,306.392],[382,269],[380.928,268.572],[380,268],[378.17,269.17],[377,271],[361.224,282.668],[346,295],[334.987,303.641],[325,312],[323.533,312.512],[322,313],[313,321],[307,326],[252,369],[276,407],[300,445],[308,439],[332,420],[350,406],[352,404],[365,395],[374,387],[382,381],[398,368],[402,365],[404,363],[413,357],[414,355],[417,354],[418,352],[421,351]],"c":true}],"h":1},{"t":18,"s":[{"i":[[-8.622,5.833],[2.081,3.129],[2.048,3.102],[6.092,9.289],[6.294,9.246],[0.137,0.197],[0.425,-0.092],[0.426,-0.407],[0.177,-0.657],[2.388,-2.279],[3.168,-1.499],[4.841,-3.997],[4.347,-3.6],[0.287,-0.577],[0.433,-0.345],[0.716,-0.264],[0.594,-0.51],[1.897,-1.81],[2.468,-1.093],[10.145,-8.511],[10.953,-8.004],[-5.678,-9.133],[-0.651,-0.959],[-1.005,-1.501],[-1.042,-1.586],[-0.926,-1.439],[-0.496,-0.798],[-0.849,-1.365],[-5.163,-6.794],[-20.74,17.593],[-2.518,1.67],[-4.476,3.796],[-5.089,4.317]],"o":[[-1.626,-3.382],[-2.081,-3.129],[-6.338,-9.597],[-6.092,-9.289],[-0.029,-0.305],[-0.137,-0.197],[-0.12,0.714],[-0.426,0.407],[-3.281,1.386],[-2.388,2.279],[-4.288,4.411],[-4.841,3.997],[-0.421,0.348],[-0.287,0.577],[-0.543,0.433],[-0.716,0.264],[-1.945,1.669],[-1.897,1.81],[-9.314,9.345],[-10.31,8.65],[5.01,11.124],[0.563,0.905],[0.931,1.372],[1.018,1.52],[0.974,1.482],[0.604,0.939],[1.117,1.797],[4.44,7.143],[20.199,-18.134],[3.201,-2.32],[5.614,-3.724],[5.613,-4.759],[8.203,-6.958]],"v":[[322,279],[316.317,269.29],[310,260],[291.467,231.737],[273,204],[272.798,203.202],[272,203],[271.042,204.542],[270,206],[261.916,211.916],[254,218],[240.044,230.609],[226,242],[225.009,243.502],[224,245],[222.038,245.943],[220,247],[214.392,252.432],[208,257],[178,283],[147,309],[167,340],[168,343],[172,347],[174,352],[178,356],[179,359],[182,364],[197,385],[259,332],[268,324],[282,312],[298,299]],"c":true}],"h":1},{"t":19,"s":[{"i":[[-19.422,19.579],[2.114,2.962],[2.03,3.027],[2.026,3.052],[2.101,3.035],[2.833,3.969],[2.789,4.012],[2.612,4.094],[0.136,0.197],[0.425,-0.092],[15.12,-14.546],[15.218,-14.449],[4.14,-4.444],[3.868,-3.562],[0.931,-0.486],[-0.379,-1.454],[-2.12,-3.056],[-2.084,-3.019],[-2.497,-3.52],[-1.808,-2.725],[-0.468,-0.813],[-0.474,-0.762],[-1.351,-2.008],[-1.313,-1.904],[-0.415,-0.133],[-0.181,-0.241],[-0.112,-0.556],[-0.248,-0.367],[-1.203,-1.502],[-1.034,-1.284],[-0.519,-0.931],[-1.379,0.405],[-19.95,19.05]],"o":[[-2.278,-2.855],[-2.114,-2.962],[-2.03,-3.027],[-2.026,-3.052],[-2.745,-3.965],[-2.833,-3.969],[-2.789,-4.012],[-0.029,-0.305],[-0.137,-0.197],[-15.302,14.365],[-15.12,14.546],[-4.57,3.66],[-4.14,4.444],[-0.653,0.601],[-0.931,0.486],[2.434,2.758],[2.12,3.056],[2.206,3.195],[2.497,3.52],[0.656,0.988],[0.468,0.813],[1.284,2.065],[1.351,2.008],[0.157,0.228],[0.415,0.133],[0.305,0.407],[0.112,0.556],[1.154,1.707],[1.203,1.502],[0.547,0.679],[0.519,0.931],[19.78,-19.221],[19.95,-19.05]],"v":[[224,215],[217.433,206.264],[211.236,197.27],[205.171,188.141],[199,179],[190.6,167.109],[182.135,155.149],[174,143],[173.798,142.202],[173,142],[127.437,185.437],[82,229],[68.974,241.573],[57,254],[54.227,255.361],[53,258],[59.762,266.804],[66,276],[73.298,286.352],[80,296],[81.637,298.67],[83,301],[86.978,307.12],[91,313],[91.982,313.491],[93,314],[93.543,315.53],[94,317],[97.591,321.817],[101,326],[102.376,328.813],[105,330],[164.769,272.769]],"c":true}],"h":1},{"t":20,"s":[{"i":[[-0.972,4.028],[8.557,11.609],[8.322,11.846],[0.273,0.227],[0.405,0.095],[9.483,-10.684],[9.557,-10.609],[6.817,-7.683],[6.939,-7.562],[2.334,-2.499],[1.657,-3.177],[-4.247,-5.92],[-4.813,-5.353],[-2.026,-2.978],[-2.14,-2.881],[-2.288,-2.924],[-1.69,-3.399],[-1.982,2.38],[-2.003,2.287],[-2.023,1.942],[-1.275,1.37],[-0.081,0.566],[-0.34,0.374],[-2.244,2.122],[-1.995,2.278],[-1.972,2.341],[-2.064,2.294],[-6.249,7.057],[-1.099,1.231],[-3.988,4.522],[-1.07,1.354],[-1.649,4.875],[-1.444,3.556]],"o":[[-8.45,-11.717],[-8.557,-11.609],[-0.501,0.001],[-0.273,-0.227],[-9.51,10.657],[-9.483,10.684],[-6.794,7.706],[-6.817,7.683],[-2.007,2.826],[-2.334,2.499],[4.201,5.966],[4.247,5.92],[1.754,3.207],[2.026,2.978],[2.158,2.906],[2.288,2.923],[3.071,-1.192],[1.982,-2.38],[1.631,-1.862],[2.024,-1.942],[0.337,-0.361],[0.081,-0.566],[2.03,-2.235],[2.244,-2.122],[2.05,-2.34],[1.972,-2.342],[7.048,-7.834],[1.036,-1.17],[4.01,-4.493],[1.07,-1.214],[3.21,-4.061],[2.95,-2.05],[2.631,-2.369]],"v":[[136,157],[110.404,122.096],[85,87],[83.928,86.572],[83,86],[54.536,118.036],[26,150],[5.608,173.108],[-15,196],[-21.762,203.737],[-28,212],[-15.459,229.959],[-2,247],[3.711,256.245],[10,265],[16.851,273.63],[23,283],[30.301,277.321],[36,270],[41.767,264.131],[47,259],[47.498,257.509],[48,256],[54.526,249.532],[61,243],[66.989,235.966],[73,229],[94,205],[97,201],[110,188],[112,184],[122,173],[129,165]],"c":true}],"h":1},{"t":21,"s":[{"i":[[-33.453,46.88],[3.488,5.257],[1.714,2.2],[10.36,14.497],[1.615,-0.282],[4.855,-6.965],[0.977,-1.325],[1.749,-2.424],[0.995,-1.448],[0.371,-0.399],[0.681,-0.927],[0.395,-0.424],[0.686,-0.88],[1.173,-1.578],[2.054,-2.788],[1.68,-2.532],[0.506,-0.737],[0.925,-1.277],[0.39,-0.419],[0.686,-0.88],[1.18,-1.563],[2.048,-2.798],[1.75,-2.637],[0.623,-0.94],[0.554,-0.764],[0.865,-1.245],[1.084,-1.466],[3.29,-6.399],[-8.994,-11.377],[-4.423,-5.694],[-2.226,-2.807],[-1.13,-1.39],[-2.241,0.282]],"o":[[-4.746,-5.71],[-1.784,-2.69],[-11.052,-14.187],[-1.278,-0.055],[-5.481,8.034],[-0.821,1.178],[-2.263,3.067],[-0.924,1.281],[-0.286,0.416],[-0.742,0.797],[-0.323,0.44],[-0.727,0.78],[-1.115,1.429],[-2.066,2.778],[-2.545,3.455],[-0.595,0.897],[-0.993,1.446],[-0.315,0.435],[-0.727,0.78],[-1.111,1.425],[-2.216,2.936],[-2.501,3.418],[-1.103,1.662],[-0.616,0.928],[-1.016,1.399],[-1.135,1.635],[-4.26,5.76],[9.356,10.992],[4.52,5.718],[2.163,2.785],[1.056,1.332],[1.026,1.262],[34.065,-46.268]],"v":[[60,104],[45,86],[40,79],[7,37],[4,36],[-13,60],[-16,64],[-23,72],[-25,77],[-27,78],[-28,81],[-30,82],[-31,85],[-35,89],[-41,98],[-49,108],[-51,110],[-53,115],[-55,116],[-56,119],[-60,123],[-66,132],[-74,142],[-77,146],[-79,148],[-81,153],[-85,157],[-97,175],[-70,209],[-56,226],[-50,235],[-46,239],[-42,243]],"c":true}],"h":1},{"t":22,"s":[{"i":[[0.81,0.19],[0.286,-0.578],[0.272,-0.491],[3.69,-6.127],[3.769,-6.229],[7.299,-12.385],[7.309,-12.077],[1.044,-1.494],[0.912,-1.516],[0.772,-1.706],[0.937,-1.557],[1.054,-1.507],[0.87,-1.454],[0.861,-1.58],[1.6,-1.082],[-2.523,-2.724],[-2.335,-2.721],[-1.619,-2.231],[-1.623,-1.862],[-0.689,-0.638],[-0.632,-0.746],[-2.308,-2.851],[-2.4,-2.8],[-1.397,-1.307],[-1.212,-1.373],[-1.133,-1.594],[-2.25,-0.244],[-14.98,25.186],[-15.251,24.916],[2.442,2.558],[1.648,3.352],[6.986,8.181],[6.767,8.4]],"o":[[-0.584,0.197],[-0.286,0.578],[-3.471,6.265],[-3.69,6.127],[-7.495,12.385],[-7.299,12.385],[-0.913,1.509],[-1.044,1.494],[-0.974,1.617],[-0.772,1.707],[-0.913,1.518],[-1.054,1.507],[-0.957,1.598],[-0.861,1.58],[1.575,3.385],[2.523,2.724],[1.903,2.216],[1.619,2.23],[0.613,0.702],[0.689,0.638],[2.368,2.797],[2.308,2.851],[1.2,1.4],[1.397,1.307],[1.219,1.38],[1.133,1.594],[14.828,-25.339],[14.98,-25.186],[-1.585,-3.415],[-2.442,-2.558],[-7.29,-7.877],[-6.986,-8.181],[-1.003,0.003]],"v":[[-62,-8],[-63.234,-6.721],[-64,-5],[-74.776,13.527],[-86,32],[-108.139,69.231],[-130,106],[-133,110.495],[-136,115],[-138.527,120.045],[-141,125],[-144.032,129.548],[-147,134],[-149.518,138.887],[-153,143],[-146.571,151.998],[-139,160],[-133.79,166.766],[-129,173],[-127.015,174.967],[-125,177],[-118.024,185.497],[-111,194],[-107.009,198.021],[-103,202],[-99.773,206.852],[-95,210],[-50.317,134.183],[-5,59],[-11.453,50.453],[-18,42],[-39.393,17.893],[-60,-7]],"c":true}],"h":1},{"t":23,"s":[{"i":[[3.233,1.459],[6.441,-13.809],[6.505,-13.745],[6.436,-13.814],[6.236,-14.014],[-2.394,-2.689],[-2.49,-2.593],[-2.476,-2.607],[-2.352,-2.731],[-1.197,-1.303],[-1.241,-1.259],[-1.299,-1.201],[-1.369,-1.131],[-0.828,-1.088],[-0.962,-0.955],[-1.028,-0.889],[-1.026,-0.891],[-0.225,-0.442],[-0.23,-0.436],[-0.391,-0.276],[-0.706,0.039],[-6.473,13.943],[-6.534,13.883],[-6.543,13.873],[-6.503,13.913],[3.206,3.308],[3.231,3.369],[3.271,3.41],[1.471,1.609],[0.773,1.166],[1.013,0.881],[0.998,1.04],[2.749,3.163]],"o":[[-6.245,14.005],[-6.441,13.809],[-6.505,13.745],[-6.436,13.814],[2.188,2.896],[2.394,2.689],[2.49,2.593],[2.476,2.607],[1.166,1.334],[1.197,1.303],[1.241,1.259],[1.299,1.201],[0.627,1.29],[0.828,1.088],[0.962,0.955],[1.028,0.889],[0.374,0.293],[0.225,0.442],[0.23,0.436],[0.391,0.276],[6.363,-14.053],[6.473,-13.943],[6.534,-13.883],[6.543,-13.873],[-3.195,-3.225],[-3.206,-3.308],[-3.231,-3.369],[-1.343,-1.399],[-1.471,-1.609],[-0.952,-1.434],[-1.013,-0.881],[-2.77,-2.887],[-2.749,-3.163]],"v":[[-118,-44],[-137.062,-2.312],[-156.513,38.986],[-175.958,80.292],[-195,122],[-188.1,130.351],[-180.747,138.247],[-173.27,146.02],[-166,154],[-162.459,157.959],[-158.805,161.805],[-154.999,165.499],[-151,169],[-148.8,172.55],[-146.098,175.598],[-143.097,178.347],[-140,181],[-139.142,182.142],[-138.498,183.498],[-137.605,184.605],[-136,185],[-116.733,143.017],[-97.211,101.29],[-77.583,59.667],[-58,18],[-67.597,8.195],[-77.249,-1.826],[-87,-12],[-91.427,-16.675],[-95,-21],[-97.966,-24.296],[-101,-27],[-109.153,-36.571]],"c":true}],"h":1},{"t":24,"s":[{"i":[[0.851,-0.184],[10.834,-30],[10.163,-30.669],[-5.043,-4.79],[-4.916,-4.916],[-3.91,-3.681],[-3.534,-3.45],[-1.208,-1.374],[-1.959,-0.325],[-0.82,2.859],[-0.906,2.701],[-0.595,0.801],[-0.309,0.871],[-1.493,4.917],[-1.416,3.785],[-0.662,1.836],[-0.583,1.6],[-0.973,2.782],[-0.973,2.758],[-0.887,2.585],[-0.686,1.489],[-0.796,2.425],[-0.717,1.917],[-0.315,1.003],[-0.358,0.971],[-1.578,3.661],[-1.346,3.72],[-1.281,4.475],[-1.439,3.121],[-3.217,6.033],[3.139,2.581],[1.436,1.363],[15.775,14.109]],"o":[[-10.502,30.331],[-10.834,30],[4.911,4.922],[5.043,4.79],[3.824,3.824],[3.91,3.681],[1.209,1.18],[1.208,1.374],[0.815,-2.864],[0.82,-2.859],[0.31,-0.923],[0.595,-0.801],[1.614,-4.546],[1.493,-4.917],[0.769,-2.057],[0.662,-1.836],[1.135,-3.115],[0.973,-2.781],[0.766,-2.169],[0.887,-2.586],[1.097,-2.382],[0.796,-2.425],[0.38,-1.018],[0.315,-1.003],[1.341,-3.638],[1.578,-3.66],[1.44,-3.977],[1.28,-4.475],[3.281,-7.12],[-2.055,-4.91],[-1.587,-1.305],[-15.676,-14.88],[-0.057,-0.61]],"v":[[-161,-73],[-193.254,17.246],[-225,108],[-210.004,122.504],[-195,137],[-183.283,148.28],[-172,159],[-168.563,163.142],[-164,166],[-161.569,157.377],[-159,149],[-157.499,146.461],[-156,144],[-151.351,129.429],[-147,116],[-144.86,110.158],[-143,105],[-139.879,96.232],[-137,88],[-134.441,80.49],[-132,74],[-129.215,66.652],[-127,60],[-125.983,56.965],[-125,54],[-120.503,43.061],[-116,32],[-111.999,18.858],[-108,7],[-100,-13],[-110,-24],[-114,-28],[-160,-72]],"c":true}],"h":1},{"t":25,"s":[{"i":[[-3.923,16.161],[2.409,2.258],[2.461,2.206],[2.495,2.172],[2.509,2.158],[2.504,2.162],[2.481,2.186],[2.438,2.228],[2.377,2.29],[0.183,0.083],[0.154,0.113],[0.167,0.099],[0.224,0.043],[0.323,-0.056],[4.193,-16.057],[4.184,-16.066],[4.149,-16.101],[4.088,-16.162],[-2.232,-2.018],[-2.267,-1.984],[-2.277,-1.974],[-2.26,-1.987],[-2.294,-2.041],[-2.312,-2.021],[-2.362,-1.97],[-2.445,-1.888],[-0.568,-0.768],[-0.65,-0.656],[-0.757,-0.185],[-0.889,0.644],[-4.084,16],[-4.19,15.893],[-4.137,15.947]],"o":[[-2.337,-2.329],[-2.409,-2.258],[-2.461,-2.206],[-2.495,-2.172],[-2.509,-2.158],[-2.504,-2.162],[-2.481,-2.186],[-2.438,-2.228],[-0.256,-0.011],[-0.183,-0.083],[-0.154,-0.113],[-0.167,-0.099],[-0.224,-0.043],[-4.177,16.073],[-4.193,16.057],[-4.184,16.066],[-4.149,16.101],[2.171,2.076],[2.232,2.018],[2.267,1.984],[2.277,1.974],[2.308,2.029],[2.294,2.041],[2.312,2.021],[2.362,1.97],[0.512,0.52],[0.568,0.768],[0.65,0.656],[0.757,0.185],[3.816,-16.267],[4.084,-16],[4.19,-15.893],[4.137,-15.947]],"v":[[-131,-39],[-138.124,-45.876],[-145.433,-52.567],[-152.871,-59.128],[-160.382,-65.618],[-167.906,-72.093],[-175.389,-78.611],[-182.773,-85.227],[-190,-92],[-190.648,-92.152],[-191.143,-92.457],[-191.614,-92.786],[-192.191,-93.01],[-193,-93],[-205.561,-44.811],[-218.133,3.367],[-230.639,51.611],[-243,100],[-236.389,106.136],[-229.633,112.134],[-222.811,118.065],[-216,124],[-209.106,130.113],[-202.205,136.213],[-195.202,142.206],[-188,148],[-186.385,150.021],[-184.565,152.247],[-182.462,153.599],[-180,153],[-168.11,104.64],[-155.659,56.841],[-143.129,9.121]],"c":true}],"h":1},{"t":26,"s":[{"i":[[0.582,-0.082],[2.925,-17.075],[2.996,-17.004],[2.948,-17.052],[2.781,-17.219],[-3.608,-2.94],[-3.694,-2.846],[-3.614,-2.733],[-3.367,-2.6],[-0.462,-0.342],[-0.428,-0.317],[-0.392,-0.306],[-0.137,-0.403],[-0.224,-0.209],[-0.539,-0.073],[-0.45,-0.342],[-0.139,-0.406],[-0.219,-0.204],[-0.54,-0.073],[-0.448,-0.343],[-1.192,-1.236],[-1.95,-0.077],[-5.827,34.006],[-6.47,33.364],[1.276,1.057],[1.523,0.811],[1.24,1.093],[1.807,0.526],[5.279,4.054],[5.157,4.176],[2.545,2.121],[3.103,1.564],[0.327,0.173]],"o":[[-2.736,17.263],[-2.925,17.075],[-2.996,17.004],[-2.948,17.052],[3.355,3.016],[3.608,2.94],[3.694,2.846],[3.614,2.733],[0.495,0.382],[0.462,0.342],[0.428,0.317],[0.23,0.18],[0.137,0.403],[0.394,0.367],[0.539,0.073],[0.226,0.172],[0.139,0.406],[0.394,0.366],[0.539,0.073],[1.284,0.98],[1.192,1.236],[6.223,-33.611],[5.827,-34.006],[-0.373,-1.96],[-1.276,-1.057],[-1.231,-1.102],[-1.24,-1.093],[-4.726,-4.607],[-5.279,-4.054],[-2.716,-1.951],[-2.545,-2.121],[-0.111,-0.389],[-0.327,-0.173]],"v":[[-214,-106],[-222.522,-54.522],[-231.433,-3.433],[-240.377,47.623],[-249,99],[-238.513,107.939],[-227.518,116.623],[-216.514,124.996],[-206,133],[-204.565,134.083],[-203.23,135.068],[-202,136],[-201.495,136.979],[-201,138],[-199.542,138.518],[-198,139],[-197.494,139.976],[-197,141],[-195.541,141.518],[-194,142],[-190.5,145.678],[-186,148],[-168.185,46.315],[-150,-55],[-152.637,-59.362],[-157,-62],[-160.568,-65.432],[-165,-68],[-180.176,-80.823],[-196,-93],[-203.71,-99.29],[-212,-105],[-212.647,-105.853]],"c":true}],"h":1},{"t":27,"s":[{"i":[[10.885,7.448],[2.054,-17.78],[2.106,-17.727],[1.999,-17.834],[1.733,-18.101],[-2.429,-1.918],[-2.403,-1.771],[-2.047,-1.358],[-0.292,-0.358],[-0.375,-0.264],[-0.94,-0.284],[-0.601,-0.413],[-0.148,-0.418],[-0.2,-0.186],[-0.531,-0.072],[-0.472,-0.339],[-0.144,-0.413],[-0.207,-0.193],[-0.53,-0.072],[-0.477,-0.338],[-0.13,-0.413],[-0.245,-0.184],[-0.551,-0.104],[-0.377,-0.27],[-0.635,-0.492],[-0.748,-0.521],[-1.944,-1.519],[-1.999,-1.375],[-1.331,-0.908],[-1.553,0.403],[-4.181,35.319],[-3.767,35.733],[10.654,7.679]],"o":[[-1.842,17.992],[-2.054,17.78],[-2.106,17.727],[-1.999,17.834],[2.124,1.797],[2.429,1.918],[2.403,1.771],[0.456,0.303],[0.292,0.358],[0.64,0.451],[0.94,0.284],[0.208,0.143],[0.148,0.418],[0.401,0.374],[0.531,0.072],[0.216,0.154],[0.144,0.413],[0.403,0.376],[0.53,0.072],[0.233,0.165],[0.13,0.413],[0.42,0.315],[0.551,0.104],[0.713,0.51],[0.635,0.492],[2.225,1.551],[1.944,1.519],[1.123,0.772],[1.331,0.908],[3.507,-35.993],[4.181,-35.319],[-10.498,-7.835],[-10.654,-7.679]],"v":[[-225,-113],[-230.883,-59.383],[-237.163,-6.163],[-243.362,47.138],[-249,101],[-242.088,106.639],[-234.757,112.24],[-228,117],[-226.939,118.029],[-226,119],[-223.471,120.028],[-221,121],[-220.494,121.968],[-220,123],[-218.553,123.527],[-217,124],[-216.494,124.971],[-216,126],[-214.555,126.529],[-213,127],[-212.51,127.985],[-212,129],[-210.468,129.534],[-209,130],[-207.026,131.492],[-205,133],[-198.831,137.632],[-193,142],[-189.322,144.881],[-185,146],[-173.195,39.305],[-161,-67],[-192.71,-90.29]],"c":true}],"h":1},{"t":28,"s":[{"i":[[0.13,0.059],[2.142,-24.191],[2.147,-24.186],[2.462,-23.871],[-4.473,-3.245],[-3.815,-2.348],[-0.292,-0.37],[-0.369,-0.236],[-0.897,-0.266],[-0.742,-0.507],[-1.129,-1.071],[-1.226,-0.857],[-0.34,-0.144],[-0.316,-0.195],[-0.292,-0.37],[-0.369,-0.236],[-0.895,-0.266],[-0.7,-0.478],[-0.133,-0.416],[-0.24,-0.18],[-0.553,-0.108],[-0.373,-0.26],[-0.633,-0.498],[-0.721,-0.486],[-1.334,-0.98],[-1.639,0.609],[-3.237,35.93],[-3.249,35.917],[5.264,3.544],[5.231,3.602],[5.274,3.736],[5.591,3.399],[0.187,-0.033]],"o":[[-2.449,23.885],[-2.142,24.191],[-2.147,24.186],[4.293,2.671],[4.473,3.245],[0.464,0.286],[0.292,0.37],[0.67,0.427],[0.897,0.266],[1.258,0.86],[1.129,1.071],[0.326,0.228],[0.34,0.144],[0.464,0.286],[0.292,0.37],[0.719,0.458],[0.895,0.266],[0.228,0.156],[0.133,0.416],[0.414,0.31],[0.553,0.107],[0.748,0.521],[0.633,0.498],[1.023,0.689],[1.334,0.98],[2.805,-36.362],[3.237,-35.93],[-4.712,-4.223],[-5.264,-3.544],[-5.311,-3.656],[-5.274,-3.736],[-0.121,-0.074],[-0.187,0.033]],"v":[[-230,-115],[-236.809,-42.808],[-243.165,29.836],[-250,102],[-236.642,111.242],[-224,120],[-222.928,121.038],[-222,122],[-219.554,122.94],[-217,124],[-213.476,127.002],[-210,130],[-208.993,130.525],[-208,131],[-206.928,132.038],[-206,133],[-203.486,133.985],[-201,135],[-200.509,135.982],[-200,137],[-198.469,137.538],[-197,138],[-194.98,139.527],[-193,141],[-189.462,143.974],[-185,145],[-175.833,36.667],[-166,-71],[-181.111,-82.466],[-197,-93],[-212.79,-104.193],[-229,-115],[-229.493,-115.011]],"c":true}],"h":1},{"t":29,"s":[{"i":[[0.062,0.031],[0.692,-9.183],[0.689,-9.186],[0.69,-9.185],[0.696,-9.179],[0.706,-9.168],[0.722,-9.153],[0.741,-9.134],[0.765,-9.11],[-2.378,-1.533],[-2.378,-1.557],[-2.37,-1.57],[-2.355,-1.571],[-2.331,-1.562],[-2.299,-1.541],[-2.26,-1.51],[-2.212,-1.467],[-0.553,-0.43],[-0.561,-0.422],[-0.593,-0.354],[-0.651,-0.226],[-0.733,-0.038],[-1.347,18.236],[-1.433,18.15],[-1.37,18.214],[-1.156,18.427],[5.215,3.593],[5.262,3.552],[5.291,3.558],[5.303,3.612],[0.085,-0.002],[0.095,-0.017],[0.088,-0.006]],"o":[[-0.7,9.175],[-0.692,9.183],[-0.689,9.186],[-0.69,9.185],[-0.696,9.179],[-0.706,9.168],[-0.722,9.153],[-0.741,9.134],[2.37,1.498],[2.378,1.533],[2.378,1.557],[2.37,1.57],[2.355,1.571],[2.331,1.562],[2.299,1.541],[2.26,1.51],[0.571,0.378],[0.553,0.43],[0.561,0.422],[0.593,0.354],[0.651,0.226],[1.111,-18.472],[1.347,-18.236],[1.433,-18.15],[1.37,-18.214],[-5.149,-3.68],[-5.215,-3.593],[-5.262,-3.552],[-5.291,-3.558],[-0.057,-0.039],[-0.085,0.002],[-0.095,0.017],[-0.088,0.006]],"v":[[-233,-117],[-235.088,-89.463],[-237.159,-61.909],[-239.227,-34.351],[-241.305,-6.805],[-243.408,20.718],[-245.549,48.202],[-247.741,75.634],[-250,103],[-242.876,107.548],[-235.74,112.185],[-228.615,116.878],[-221.526,121.593],[-214.496,126.296],[-207.549,130.954],[-200.709,135.533],[-194,140],[-192.32,141.228],[-190.655,142.522],[-188.93,143.702],[-187.07,144.588],[-185,145],[-181.276,89.975],[-177.067,35.433],[-172.826,-19.075],[-169,-74],[-184.55,-84.898],[-200.269,-95.603],[-216.104,-106.257],[-232,-117],[-232.217,-117.048],[-232.492,-117.012],[-232.771,-116.969]],"c":true}],"h":1},{"t":30,"s":[{"i":[[0.696,-0.269],[1.317,-18.35],[1.261,-18.405],[1.314,-18.353],[1.474,-18.192],[-2.684,-1.733],[-2.647,-1.769],[-2.639,-1.777],[-2.661,-1.757],[-2.678,-1.835],[-2.719,-1.809],[-2.807,-1.695],[-2.942,-1.491],[-1.686,24.425],[-1.756,24.355],[-1.608,24.503],[2.554,1.581],[2.511,1.674],[0.484,0.574],[0.524,0.344],[0.862,0.243],[0.758,0.51],[1.129,1.083],[1.231,0.825],[0.716,0.314],[0.542,0.347],[3.398,2.204],[3.039,2.025],[0.444,0.547],[0.575,0.377],[0.847,0.245],[0.801,0.489],[0.263,0.279]],"o":[[-1.481,18.186],[-1.317,18.35],[-1.261,18.405],[-1.314,18.353],[2.751,1.669],[2.684,1.733],[2.647,1.769],[2.639,1.777],[2.683,1.772],[2.678,1.835],[2.719,1.809],[2.807,1.695],[1.399,-24.712],[1.686,-24.425],[1.756,-24.355],[-2.272,-2.001],[-2.554,-1.581],[-0.54,-0.36],[-0.484,-0.574],[-0.793,-0.52],[-0.862,-0.242],[-1.255,-0.843],[-1.129,-1.083],[-0.594,-0.398],[-0.716,-0.314],[-3.37,-2.16],[-3.398,-2.204],[-0.651,-0.434],[-0.444,-0.547],[-0.809,-0.531],[-0.847,-0.245],[-0.254,-0.155],[-0.263,-0.278]],"v":[[-234,-117],[-238.169,-62.169],[-242.009,-7.009],[-245.845,48.155],[-250,103],[-241.854,108.109],[-233.864,113.368],[-225.942,118.692],[-218,124],[-209.97,129.433],[-201.887,134.921],[-193.611,140.199],[-185,145],[-180.317,71.35],[-175.1,-1.766],[-170,-75],[-177.321,-80.245],[-185,-85],[-186.512,-86.512],[-188,-88],[-190.526,-89.008],[-193,-90],[-196.518,-93.013],[-200,-96],[-202.039,-97.038],[-204,-98],[-214.248,-104.602],[-224,-111],[-225.557,-112.542],[-227,-114],[-229.506,-115.031],[-232,-116],[-232.668,-116.818]],"c":true}],"h":1},{"t":31,"s":[{"i":[[0.062,0.031],[0.604,-9.229],[0.604,-9.229],[0.608,-9.226],[0.615,-9.218],[0.626,-9.207],[0.641,-9.192],[0.66,-9.174],[0.682,-9.151],[-2.713,-1.746],[-2.674,-1.784],[-2.655,-1.803],[-2.656,-1.803],[-2.676,-1.782],[-2.716,-1.742],[-2.776,-1.682],[-2.856,-1.602],[-0.922,14.678],[-1.008,14.592],[-1.011,14.589],[-0.931,14.669],[-0.767,14.833],[1.196,0.978],[1.28,0.868],[1.319,0.831],[1.313,0.867],[4.018,2.656],[3.993,2.654],[3.978,2.671],[3.974,2.707],[0.085,-0.002],[0.095,-0.017],[0.088,-0.006]],"o":[[-0.608,9.226],[-0.604,9.229],[-0.604,9.229],[-0.608,9.226],[-0.615,9.218],[-0.626,9.207],[-0.641,9.192],[-0.66,9.174],[2.771,1.687],[2.713,1.746],[2.674,1.784],[2.655,1.803],[2.656,1.803],[2.676,1.782],[2.716,1.742],[2.776,1.682],[0.752,-14.848],[0.922,-14.678],[1.008,-14.592],[1.011,-14.589],[0.931,-14.669],[-1.066,-1.16],[-1.196,-0.978],[-1.28,-0.868],[-1.319,-0.831],[-4.054,-2.678],[-4.018,-2.656],[-3.993,-2.654],[-3.978,-2.671],[-0.057,-0.039],[-0.085,0.002],[-0.095,0.017],[-0.088,0.006]],"v":[[-235,-118],[-236.816,-90.316],[-238.627,-62.627],[-240.443,-34.943],[-242.276,-7.276],[-244.137,20.363],[-246.037,47.963],[-247.988,75.512],[-250,103],[-241.779,108.154],[-233.704,113.454],[-225.716,118.841],[-217.755,124.255],[-209.762,129.637],[-201.678,134.928],[-193.444,140.068],[-185,145],[-182.468,100.732],[-179.552,56.848],[-176.502,13.098],[-173.568,-30.768],[-171,-75],[-174.405,-78.188],[-178.13,-80.939],[-182.04,-83.47],[-186,-86],[-198.106,-93.996],[-210.12,-101.957],[-222.074,-109.939],[-234,-118],[-234.217,-118.048],[-234.492,-118.012],[-234.771,-117.969]],"c":true}],"h":1},{"t":32,"s":[{"i":[[5.439,3.394],[0.642,-9.191],[0.614,-9.22],[0.598,-9.236],[0.593,-9.24],[0.601,-9.233],[0.62,-9.213],[0.652,-9.182],[0.695,-9.138],[-1.34,-0.876],[-1.336,-0.875],[-1.333,-0.873],[-1.331,-0.873],[-1.33,-0.873],[-1.329,-0.875],[-1.33,-0.876],[-1.331,-0.879],[-1.346,-0.904],[-1.346,-0.907],[-1.35,-0.904],[-1.36,-0.894],[-1.376,-0.876],[-1.397,-0.852],[-1.424,-0.82],[-1.456,-0.782],[-0.9,14.767],[-0.974,14.693],[-0.993,14.674],[-0.958,14.709],[-0.867,14.799],[5.294,3.539],[5.315,3.518],[5.363,3.47]],"o":[[-0.682,9.151],[-0.642,9.191],[-0.614,9.22],[-0.598,9.236],[-0.593,9.24],[-0.601,9.233],[-0.62,9.213],[-0.652,9.182],[1.345,0.879],[1.34,0.876],[1.336,0.875],[1.333,0.873],[1.331,0.873],[1.33,0.873],[1.329,0.875],[1.33,0.876],[1.352,0.893],[1.346,0.904],[1.346,0.907],[1.35,0.904],[1.36,0.894],[1.376,0.876],[1.397,0.852],[1.424,0.82],[0.771,-14.895],[0.9,-14.767],[0.974,-14.693],[0.993,-14.674],[0.958,-14.709],[-5.301,-3.532],[-5.294,-3.539],[-5.315,-3.518],[-5.363,-3.47]],"v":[[-235,-118],[-236.983,-90.483],[-238.864,-62.864],[-240.678,-35.178],[-242.461,-7.461],[-244.249,20.251],[-246.078,47.922],[-247.983,75.517],[-250,103],[-245.972,105.633],[-241.958,108.259],[-237.954,110.88],[-233.957,113.5],[-229.966,116.12],[-225.978,118.741],[-221.99,121.367],[-218,124],[-213.953,126.697],[-209.917,129.416],[-205.875,132.135],[-201.81,134.833],[-197.707,137.49],[-193.548,140.084],[-189.318,142.595],[-185,145],[-182.479,100.521],[-179.655,56.345],[-176.69,12.309],[-173.75,-31.751],[-171,-76],[-186.886,-86.614],[-202.793,-97.207],[-218.803,-107.697]],"c":true}],"h":1},{"t":33,"s":[{"i":[[5.41,3.423],[0.661,-9.172],[0.619,-9.215],[0.592,-9.241],[0.582,-9.252],[0.588,-9.246],[0.61,-9.223],[0.648,-9.185],[0.703,-9.131],[-1.34,-0.876],[-1.336,-0.875],[-1.333,-0.873],[-1.331,-0.873],[-1.33,-0.873],[-1.329,-0.875],[-1.33,-0.876],[-1.331,-0.879],[-1.348,-0.901],[-1.349,-0.903],[-1.354,-0.9],[-1.363,-0.89],[-1.377,-0.875],[-1.395,-0.854],[-1.418,-0.828],[-1.446,-0.795],[-0.886,14.781],[-0.955,14.712],[-0.984,14.683],[-0.975,14.692],[-0.926,14.741],[5.299,3.534],[5.328,3.505],[5.365,3.468]],"o":[[-0.72,9.113],[-0.661,9.172],[-0.619,9.215],[-0.592,9.241],[-0.582,9.252],[-0.588,9.246],[-0.61,9.223],[-0.648,9.185],[1.345,0.879],[1.34,0.876],[1.336,0.875],[1.333,0.873],[1.331,0.873],[1.33,0.873],[1.329,0.875],[1.33,0.876],[1.352,0.893],[1.348,0.901],[1.349,0.903],[1.354,0.9],[1.363,0.89],[1.377,0.875],[1.395,0.854],[1.418,0.828],[0.777,-14.889],[0.886,-14.781],[0.955,-14.712],[0.984,-14.683],[0.975,-14.692],[-5.278,-3.555],[-5.299,-3.534],[-5.328,-3.505],[-5.365,-3.468]],"v":[[-235,-118],[-237.068,-90.568],[-238.984,-62.984],[-240.796,-35.296],[-242.552,-7.552],[-244.302,20.198],[-246.094,47.906],[-247.977,75.523],[-250,103],[-245.972,105.633],[-241.958,108.259],[-237.954,110.88],[-233.957,113.5],[-229.966,116.12],[-225.978,118.741],[-221.99,121.367],[-218,124],[-213.95,126.693],[-209.906,129.401],[-205.853,132.107],[-201.78,134.794],[-197.671,137.444],[-193.514,140.04],[-189.295,142.564],[-185,145],[-182.496,100.505],[-179.726,56.275],[-176.808,12.192],[-173.86,-31.86],[-171,-76],[-186.863,-86.637],[-202.801,-97.199],[-218.839,-107.661]],"c":true}],"h":1},{"t":34,"s":[{"i":[[5.41,3.423],[0.671,-9.162],[0.621,-9.212],[0.589,-9.244],[0.576,-9.257],[0.581,-9.252],[0.604,-9.229],[0.646,-9.187],[0.707,-9.127],[-1.335,-0.883],[-1.335,-0.877],[-1.335,-0.873],[-1.334,-0.871],[-1.333,-0.87],[-1.332,-0.871],[-1.331,-0.873],[-1.329,-0.878],[-1.348,-0.901],[-1.349,-0.904],[-1.355,-0.9],[-1.364,-0.891],[-1.378,-0.876],[-1.395,-0.854],[-1.417,-0.827],[-1.443,-0.793],[-0.879,14.787],[-0.947,14.72],[-0.981,14.686],[-0.982,14.685],[-0.949,14.717],[5.299,3.534],[5.328,3.505],[5.365,3.468]],"o":[[-0.74,9.094],[-0.671,9.162],[-0.621,9.212],[-0.589,9.244],[-0.576,9.257],[-0.581,9.252],[-0.604,9.229],[-0.646,9.187],[1.334,0.89],[1.335,0.883],[1.335,0.877],[1.335,0.873],[1.334,0.871],[1.333,0.87],[1.332,0.871],[1.331,0.873],[1.351,0.892],[1.348,0.901],[1.349,0.904],[1.355,0.9],[1.364,0.891],[1.378,0.876],[1.395,0.854],[1.417,0.827],[0.778,-14.889],[0.879,-14.787],[0.947,-14.72],[0.981,-14.686],[0.982,-14.685],[-5.278,-3.555],[-5.299,-3.534],[-5.328,-3.505],[-5.365,-3.468]],"v":[[-235,-118],[-237.112,-90.612],[-239.046,-63.046],[-240.856,-35.356],[-242.599,-7.599],[-244.33,20.17],[-246.103,47.897],[-247.975,75.525],[-250,103],[-245.997,105.659],[-241.993,108.299],[-237.988,110.923],[-233.985,113.538],[-229.983,116.148],[-225.984,118.758],[-221.99,121.374],[-218,124],[-213.953,126.691],[-209.909,129.399],[-205.854,132.107],[-201.777,134.796],[-197.665,137.448],[-193.506,140.045],[-189.289,142.568],[-185,145],[-182.506,100.494],[-179.759,56.242],[-176.858,12.142],[-173.905,-31.905],[-171,-76],[-186.863,-86.637],[-202.801,-97.199],[-218.839,-107.661]],"c":true}],"h":1},{"t":75,"s":[{"i":[[0.348,-0.135],[0.861,-14.806],[0.929,-14.738],[0.976,-14.691],[1.002,-14.665],[1.008,-14.659],[-2.669,-1.754],[-2.673,-1.744],[-2.667,-1.743],[-2.652,-1.751],[-2.704,-1.8],[-2.733,-1.777],[-2.787,-1.713],[-2.867,-1.61],[-1.113,18.471],[-1.194,18.389],[-1.234,18.349],[-1.234,18.349],[4.641,3.068],[4.691,2.995],[4.58,2.929],[4.308,2.87],[0.25,0.261],[0.242,0.287],[0.246,0.257],[0.262,0.172],[0.42,0.161],[0.441,0.134],[0.425,0.156],[0.372,0.227],[0.103,0.15],[0.131,0.139],[0.213,0.044]],"o":[[-0.773,14.894],[-0.861,14.806],[-0.929,14.738],[-0.976,14.691],[-1.002,14.665],[2.657,1.773],[2.669,1.754],[2.673,1.744],[2.667,1.743],[2.701,1.784],[2.704,1.8],[2.733,1.777],[2.787,1.713],[0.99,-18.593],[1.113,-18.471],[1.194,-18.39],[1.234,-18.349],[-4.43,-3.149],[-4.641,-3.068],[-4.691,-2.995],[-4.58,-2.929],[-0.27,-0.18],[-0.25,-0.261],[-0.242,-0.287],[-0.246,-0.257],[-0.363,-0.238],[-0.42,-0.161],[-0.441,-0.134],[-0.425,-0.156],[-0.127,-0.078],[-0.103,-0.15],[-0.131,-0.139],[-0.213,-0.044]],"v":[[-236,-118],[-238.456,-73.456],[-241.146,-29.146],[-244.008,14.992],[-246.98,59.02],[-250,103],[-242.008,108.288],[-233.993,113.533],[-225.98,118.761],[-218,124],[-209.899,129.385],[-201.749,134.76],[-193.475,140.005],[-185,145],[-181.835,89.415],[-178.365,34.135],[-174.712,-20.963],[-171,-76],[-184.646,-85.324],[-198.684,-94.418],[-212.629,-103.303],[-226,-112],[-226.777,-112.676],[-227.512,-113.512],[-228.241,-114.342],[-229,-115],[-230.184,-115.586],[-231.486,-116.016],[-232.795,-116.438],[-234,-117],[-234.331,-117.363],[-234.668,-117.818],[-235.172,-118.114]],"c":true}],"h":1},{"t":76,"s":[{"i":[[-0.24,19.011],[1.76,1.084],[1.796,1.11],[1.811,1.122],[1.806,1.121],[1.779,1.105],[1.732,1.075],[1.664,1.032],[1.575,0.974],[0.331,0.136],[0.346,0.111],[0.347,0.11],[0.333,0.134],[0.305,0.183],[1.428,0.981],[1.441,0.953],[1.418,0.746],[1.357,0.358],[0.433,-18.817],[0.339,-18.911],[0.362,-18.888],[0.501,-18.749],[-2.61,-1.721],[-2.697,-1.602],[-2.738,-1.58],[-2.735,-1.655],[-2.683,-1.671],[-2.733,-1.643],[-2.808,-1.526],[-2.91,-1.319],[-0.322,18.928],[-0.411,18.838],[-0.384,18.866]],"o":[[-1.702,-1.044],[-1.76,-1.084],[-1.796,-1.11],[-1.811,-1.122],[-1.806,-1.121],[-1.779,-1.105],[-1.732,-1.075],[-1.664,-1.032],[-0.302,-0.187],[-0.331,-0.136],[-0.346,-0.111],[-0.347,-0.11],[-0.333,-0.134],[-1.377,-0.829],[-1.428,-0.981],[-1.441,-0.953],[-1.418,-0.746],[-0.643,18.608],[-0.433,18.817],[-0.339,18.911],[-0.362,18.888],[2.478,1.936],[2.61,1.721],[2.697,1.602],[2.738,1.58],[2.659,1.609],[2.683,1.671],[2.733,1.643],[2.808,1.526],[0.114,-19.136],[0.322,-18.928],[0.412,-18.838],[0.384,-18.866]],"v":[[-167,-76],[-172.198,-79.195],[-177.536,-82.489],[-182.952,-85.841],[-188.382,-89.209],[-193.765,-92.55],[-199.037,-95.824],[-204.136,-98.988],[-209,-102],[-209.953,-102.478],[-210.973,-102.843],[-212.017,-103.169],[-213.04,-103.529],[-214,-104],[-218.217,-106.76],[-222.531,-109.706],[-226.829,-112.299],[-231,-114],[-232.584,-57.834],[-233.712,-1.212],[-234.734,55.515],[-236,112],[-228.356,117.461],[-220.385,122.421],[-212.221,127.171],[-204,132],[-195.994,136.942],[-187.876,141.935],[-179.571,146.71],[-171,151],[-170.317,93.933],[-169.188,37.312],[-167.965,-19.215]],"c":true}],"h":1},{"t":77,"s":[{"i":[[1.562,0.297],[-0.704,-9.963],[-0.713,-9.954],[-0.718,-9.948],[-0.72,-9.947],[-0.716,-9.95],[-0.709,-9.958],[-0.698,-9.969],[-0.682,-9.985],[-3.839,-1.761],[-3.812,-1.788],[-3.786,-1.814],[-3.761,-1.839],[-3.738,-1.862],[-0.411,-0.089],[-0.343,-0.157],[-0.26,-0.24],[-0.164,-0.336],[-0.398,-0.176],[-0.25,-0.154],[-0.102,0.224],[0.045,0.959],[1.381,19.869],[1.429,19.821],[1.459,19.791],[1.47,19.78],[3.932,1.749],[3.831,1.786],[3.734,1.769],[3.639,1.698],[1.479,0.788],[1.487,0.752],[1.514,0.588]],"o":[[0.69,9.977],[0.704,9.963],[0.713,9.954],[0.718,9.948],[0.72,9.947],[0.716,9.95],[0.709,9.958],[0.698,9.969],[3.867,1.733],[3.839,1.761],[3.812,1.788],[3.786,1.814],[3.761,1.839],[0.465,0.035],[0.411,0.089],[0.343,0.157],[0.26,0.24],[0.545,-0.159],[0.398,0.176],[0.25,0.154],[0.102,-0.224],[-1.314,-19.936],[-1.381,-19.869],[-1.429,-19.821],[-1.459,-19.791],[-4.035,-1.658],[-3.932,-1.749],[-3.831,-1.786],[-3.734,-1.769],[-1.492,-0.696],[-1.479,-0.788],[-1.487,-0.752],[-1.514,-0.588]],"v":[[-215,-100],[-212.909,-70.091],[-210.782,-40.217],[-208.634,-10.366],[-206.476,19.476],[-204.32,49.321],[-202.181,79.181],[-200.07,109.07],[-198,139],[-186.441,144.241],[-174.965,149.565],[-163.569,154.969],[-152.248,160.448],[-141,166],[-139.682,166.182],[-138.548,166.548],[-137.641,167.141],[-137,168],[-135.586,168.114],[-134.614,168.699],[-134.086,168.684],[-134,167],[-138.047,107.297],[-142.266,47.766],[-146.602,-11.648],[-151,-71],[-162.95,-76.124],[-174.594,-81.44],[-185.941,-86.786],[-197,-92],[-201.451,-94.257],[-205.894,-96.598],[-210.391,-98.639]],"c":true}],"h":1},{"t":78,"s":[{"i":[[5.572,1.344],[-1.646,-10.354],[-1.691,-10.309],[-1.715,-10.285],[-1.72,-10.28],[-1.704,-10.296],[-1.669,-10.331],[-1.614,-10.386],[-1.539,-10.461],[-2.393,-0.773],[-2.388,-0.778],[-2.383,-0.784],[-2.376,-0.79],[-2.37,-0.797],[-2.363,-0.804],[-2.355,-0.812],[-2.347,-0.82],[-0.373,-0.085],[-0.364,-0.146],[-0.345,-0.159],[-0.317,-0.126],[-0.279,-0.045],[-0.232,0.083],[-0.176,0.258],[-0.11,0.481],[2.804,16.396],[2.728,16.472],[2.683,16.517],[2.668,16.532],[2.683,16.516],[5.171,1.746],[5.141,1.776],[5.275,1.642]],"o":[[1.582,10.418],[1.646,10.354],[1.691,10.309],[1.715,10.285],[1.72,10.28],[1.704,10.296],[1.669,10.331],[1.614,10.386],[2.398,0.769],[2.393,0.773],[2.388,0.778],[2.383,0.784],[2.376,0.79],[2.37,0.797],[2.363,0.804],[2.355,0.812],[0.373,-0.022],[0.373,0.085],[0.364,0.146],[0.345,0.159],[0.317,0.126],[0.279,0.045],[0.232,-0.083],[0.176,-0.258],[-2.91,-16.29],[-2.804,-16.396],[-2.728,-16.472],[-2.683,-16.517],[-2.668,-16.532],[-5.364,-1.552],[-5.171,-1.746],[-5.141,-1.776],[-5.275,-1.642]],"v":[[-181,-72],[-176.153,-40.847],[-171.143,-9.858],[-166.029,21.029],[-160.872,51.872],[-155.73,82.731],[-150.665,113.665],[-145.735,144.735],[-141,176],[-133.813,178.313],[-126.641,180.641],[-119.485,182.984],[-112.346,185.346],[-105.227,187.727],[-98.128,190.128],[-91.052,192.552],[-84,195],[-82.879,195.107],[-81.771,195.465],[-80.706,195.935],[-79.711,196.375],[-78.815,196.642],[-78.045,196.597],[-77.431,196.096],[-77,195],[-85.563,145.963],[-93.854,96.654],[-101.962,47.162],[-109.981,-2.42],[-118,-52],[-133.761,-56.988],[-149.188,-62.312],[-164.77,-67.48]],"c":true}],"h":1},{"t":79,"s":[{"i":[[5.267,0.733],[-2.595,-10.571],[-2.616,-10.551],[-2.623,-10.544],[-2.618,-10.549],[-2.599,-10.567],[-2.568,-10.598],[-2.524,-10.642],[-2.467,-10.699],[-1.274,-0.235],[-1.277,-0.247],[-1.282,-0.255],[-1.288,-0.26],[-1.296,-0.261],[-1.304,-0.258],[-1.315,-0.251],[-1.326,-0.241],[-1.296,-0.264],[-1.301,-0.272],[-1.303,-0.259],[-1.301,-0.224],[-1.296,-0.168],[-1.287,-0.09],[-1.274,0.01],[-1.258,0.131],[4.229,16.837],[4.154,16.913],[4.138,16.929],[4.18,16.886],[4.282,16.784],[5.032,0.968],[5.03,0.97],[5.108,0.892]],"o":[[2.562,10.605],[2.595,10.571],[2.616,10.551],[2.623,10.544],[2.618,10.549],[2.599,10.567],[2.568,10.598],[2.524,10.642],[1.272,0.22],[1.274,0.235],[1.277,0.247],[1.282,0.255],[1.288,0.26],[1.296,0.261],[1.304,0.258],[1.315,0.251],[1.287,0.234],[1.296,0.264],[1.301,0.272],[1.303,0.259],[1.301,0.224],[1.296,0.168],[1.287,0.09],[1.274,-0.01],[-4.364,-16.702],[-4.229,-16.837],[-4.154,-16.913],[-4.138,-16.929],[-4.18,-16.886],[-5.114,-0.886],[-5.032,-0.968],[-5.03,-0.97],[-5.108,-0.892]],"v":[[-130,-32],[-122.261,-0.239],[-114.442,31.441],[-106.58,63.08],[-98.716,94.716],[-90.887,126.387],[-83.132,158.132],[-75.49,189.99],[-68,222],[-64.182,222.683],[-60.356,223.407],[-56.518,224.162],[-52.663,224.936],[-48.788,225.718],[-44.889,226.496],[-40.961,227.261],[-37,228],[-33.124,228.752],[-29.227,229.561],[-25.319,230.363],[-21.412,231.094],[-17.516,231.687],[-13.641,232.079],[-9.799,232.205],[-6,232],[-18.875,181.676],[-31.436,131.036],[-43.859,80.258],[-56.321,29.521],[-69,-21],[-84.198,-23.802],[-99.27,-26.729],[-114.458,-29.542]],"c":true}],"h":1},{"t":80,"s":[{"i":[[20.657,0.009],[-0.189,-0.477],[-0.264,-0.402],[-7.89,-25.037],[-7.712,-24.097],[-0.262,-1.49],[-0.472,-1.534],[-1.946,-5.146],[-1.619,-5.222],[-0.599,-2.704],[-0.794,-2.57],[-0.56,-1.127],[-0.372,-1.234],[-2.013,-6.709],[-1.767,-6.925],[-10.034,-0.466],[-9.409,-1.091],[1.374,4.141],[0.945,3.074],[0.268,1.499],[0.454,1.465],[1.941,5.13],[1.599,5.198],[0.292,1.328],[0.409,1.312],[0.832,2.659],[0.82,2.631],[0.833,2.633],[0.806,2.697],[0.852,2.662],[0.776,2.619],[2.915,9.676],[10.497,35.129]],"o":[[-0.022,0.688],[0.189,0.477],[7.729,24.754],[7.89,25.037],[0.482,1.505],[0.262,1.49],[1.599,5.196],[1.946,5.145],[0.811,2.615],[0.599,2.704],[0.388,1.257],[0.56,1.127],[2.18,7.238],[2.013,6.709],[9.454,1.046],[10.034,0.466],[-0.559,-4.361],[-1.374,-4.141],[-0.474,-1.539],[-0.268,-1.499],[-1.637,-5.281],[-1.941,-5.13],[-0.423,-1.375],[-0.292,-1.328],[-0.852,-2.733],[-0.832,-2.659],[-0.862,-2.769],[-0.833,-2.633],[-0.817,-2.734],[-0.852,-2.662],[-3.104,-10.483],[-10.611,-35.224],[-19.64,-1.027]],"v":[[-63,18],[-62.715,19.715],[-62,21],[-38.488,95.992],[-15,170],[-13.993,174.479],[-13,179],[-7.515,194.481],[-2,210],[0.013,218.034],[2,226],[3.512,229.517],[5,233],[11.31,253.734],[17,274],[46.534,275.966],[76,278],[72.789,265.035],[69,254],[67.985,249.445],[67,245],[61.472,229.438],[56,214],[54.99,209.953],[54,206],[51.476,197.923],[49,190],[46.458,181.946],[44,174],[41.469,165.914],[39,158],[29,126],[-4,21]],"c":true}],"h":1},{"t":81,"s":[{"i":[[0.441,4.527],[9.409,-0.591],[9.599,-0.401],[-0.805,-2.1],[-0.507,-1.533],[-0.548,-1.388],[-0.36,-1.089],[-0.548,-1.388],[-0.36,-1.089],[-0.382,-0.664],[-0.255,-0.681],[-0.741,-2.901],[-1.034,-2.714],[-0.42,-0.539],[-0.189,-0.495],[-0.458,-1.234],[-0.453,-1.188],[-2.04,-5.499],[-1.778,-4.589],[-2.054,-6.095],[-2.287,-6.171],[-8.028,-21.345],[-7.995,-21.315],[-9.245,0.588],[-9.699,0.135],[7.968,21.285],[7.789,21.196],[8.822,24.316],[0.748,2.062],[0.686,2.074],[0.72,2.178],[0.828,2.504],[0.72,2.178]],"o":[[-9.764,0.236],[-9.409,0.591],[0.271,2.066],[0.805,2.1],[0.45,1.361],[0.547,1.388],[0.45,1.361],[0.547,1.388],[0.218,0.661],[0.382,0.664],[1.002,2.681],[0.741,2.901],[0.133,0.347],[0.42,0.539],[0.715,1.877],[0.458,1.234],[2.064,5.415],[2.04,5.499],[2.498,6.447],[2.054,6.095],[7.895,21.305],[8.028,21.345],[9.32,-0.514],[9.245,-0.588],[-7.339,-21.666],[-7.968,-21.285],[-9.237,-25.139],[-0.922,-2.542],[-0.919,-2.534],[-0.9,-2.722],[-1.087,-3.287],[-0.9,-2.722],[-1.356,-4.101]],"v":[[74,71],[45.376,72.376],[17,74],[18.823,80.4],[21,86],[22.568,90.204],[24,94],[25.568,98.204],[27,102],[27.973,103.985],[29,106],[31.476,114.476],[34,123],[34.958,124.389],[36,126],[37.697,130.517],[39,134],[45.215,150.62],[51,166],[57.658,184.707],[64,203],[87.925,266.993],[112,331],[139.716,329.216],[168,328],[144.838,263.648],[121,200],[93,124],[90,116],[87,108],[84,100],[81,92],[78,84]],"c":true}],"h":1},{"t":82,"s":[{"i":[[-9.012,1.321],[2.267,5.717],[2.445,5.593],[2.331,5.454],[1.923,5.3],[0.167,0.331],[0.189,0.342],[0.178,0.34],[0.134,0.326],[5.204,12.652],[5.192,12.637],[5.142,12.541],[5.053,12.365],[1.188,2.626],[1.162,2.626],[1.017,2.687],[0.756,2.81],[0.171,0.079],[0.137,0.113],[0.147,0.103],[0.202,0.047],[0.17,0.083],[0.25,-0.07],[0.33,-0.118],[0.411,-0.06],[2.829,-0.43],[3.002,-0.468],[3.069,-0.489],[4.27,-0.702],[3.51,-1.49],[-17.572,-42.428],[-17.757,-42.243],[-8.871,1.462]],"o":[[-1.795,-5.827],[-2.267,-5.717],[-2.446,-5.593],[-2.331,-5.454],[-0.112,-0.308],[-0.167,-0.331],[-0.189,-0.342],[-0.178,-0.34],[-5.179,-12.588],[-5.204,-12.652],[-5.192,-12.637],[-5.142,-12.541],[-1.098,-2.686],[-1.188,-2.626],[-1.162,-2.626],[-1.017,-2.687],[-0.251,0.001],[-0.171,-0.079],[-0.137,-0.113],[-0.147,-0.103],[-0.09,-0.341],[-0.17,-0.083],[-0.25,0.07],[-0.33,0.118],[-2.55,0.372],[-2.829,0.43],[-3.002,0.468],[-4.412,0.702],[-4.27,0.702],[17.956,42.044],[17.572,42.428],[9.502,-0.831],[8.871,-1.462]],"v":[[266,382],[259.834,364.68],[252.693,347.71],[245.455,331.136],[239,315],[238.574,314.038],[238.033,313.026],[237.475,312.001],[237,311],[221.416,273.12],[205.811,235.166],[190.301,197.379],[175,160],[171.541,152.047],[167.987,144.185],[164.689,136.23],[162,128],[161.378,127.872],[160.928,127.572],[160.513,127.237],[160,127],[159.611,126.391],[158.982,126.399],[158.112,126.707],[157,127],[148.905,128.208],[140.133,129.56],[131,131],[117.824,132.909],[106,136],[159.149,262.851],[212,390],[239.368,386.368]],"c":true}],"h":1},{"t":83,"s":[{"i":[[4.283,-0.283],[8.289,-2.044],[8.444,-1.889],[-0.627,-1.278],[-0.594,-1.344],[-0.459,-1.342],[-0.591,-1.331],[-1.436,-2.483],[-1.133,-2.536],[-0.123,-0.705],[-0.202,-0.491],[-2.23,-4.643],[-2.082,-4.574],[-3.482,-8.081],[-3.387,-7.581],[-0.739,-1.168],[-0.536,-1.192],[-0.447,-1.571],[-0.613,-1.382],[-1.432,-2.474],[-1.135,-2.541],[-0.404,-0.982],[-4.146,-9.121],[-7.073,-15.83],[-3.319,-11.272],[-18.629,3.038],[5.496,12.341],[13.627,29.205],[7.111,16.483],[0.454,0.978],[0.578,1.294],[2.129,4.765],[7.743,14.498]],"o":[[-8.399,1.934],[-8.289,2.044],[-0.101,1.546],[0.627,1.278],[0.574,1.299],[0.459,1.342],[1.124,2.531],[1.436,2.483],[0.308,0.689],[0.123,0.705],[1.998,4.856],[2.23,4.643],[3.685,8.095],[3.482,8.081],[0.507,1.135],[0.739,1.168],[0.6,1.334],[0.447,1.571],[1.139,2.565],[1.431,2.474],[0.615,1.377],[3.969,9.65],[7.421,16.325],[4.733,10.593],[18.396,-3.271],[-4.438,-14.027],[-13.188,-29.612],[-7.326,-17.754],[-0.516,-1.197],[-0.644,-1.388],[-2.148,-4.807],[-6.944,-15.54],[-0.58,-3.42]],"v":[[253,186],[228.033,192.034],[203,198],[203.978,202.151],[206,206],[207.487,209.976],[209,214],[212.993,221.496],[217,229],[217.579,231.148],[218,233],[224.436,247.211],[231,261],[241.724,285.386],[252,309],[253.979,312.457],[256,316],[257.49,320.464],[259,325],[263.003,332.519],[267,340],[268,344],[281,372],[302,420],[316,452],[369,440],[352,400],[312,312],[289,260],[287,257],[286,252],[279,238],[258,193]],"c":true}],"h":1},{"t":84,"s":[{"i":[[-9.334,0],[-0.338,0.568],[0.232,0.735],[0.454,0.8],[0.328,0.762],[9.744,20.423],[9.728,20.439],[9.745,20.422],[9.795,20.372],[4.286,-1.214],[4.174,-1.326],[4.176,-1.324],[4.293,-1.207],[-1.089,-2.528],[-1.243,-2.457],[-1.282,-2.451],[-1.207,-2.509],[-1.173,-2.505],[-1.167,-2.525],[-1.161,-2.508],[-1.154,-2.453],[-3.491,-7.372],[-3.493,-7.372],[-3.506,-7.439],[-3.528,-7.572],[-1.251,-2.417],[-1.255,-2.455],[-1.137,-2.528],[-4.253,-8.713],[-4.207,-8.742],[-1.063,-2.532],[-0.63,-2.548],[-9.333,0]],"o":[[1.257,-0.298],[0.338,-0.568],[-0.232,-0.735],[-0.454,-0.8],[-9.793,-20.374],[-9.744,-20.423],[-9.728,-20.439],[-9.745,-20.422],[-4.512,0.988],[-4.286,1.214],[-4.174,1.326],[-4.176,1.324],[0.822,2.663],[1.089,2.528],[1.243,2.457],[1.282,2.451],[1.177,2.446],[1.173,2.505],[1.167,2.525],[1.161,2.508],[3.498,7.439],[3.491,7.372],[3.493,7.372],[3.506,7.439],[1.124,2.412],[1.251,2.417],[1.255,2.455],[3.781,8.405],[4.253,8.713],[1.119,2.325],[1.063,2.532],[9.334,0],[9.333,0]],"v":[[472,500],[474.306,498.677],[474.378,496.697],[473.26,494.369],[472,492],[442.702,430.798],[413.503,369.498],[384.302,308.199],[355,247],[341.831,250.331],[329.17,254.17],[316.674,258.174],[304,262],[306.896,269.77],[310.422,277.231],[314.237,284.576],[318,292],[321.524,299.435],[325.035,306.99],[328.528,314.549],[332,322],[342.481,344.2],[352.955,366.3],[363.452,388.5],[374,411],[377.592,418.234],[381.381,425.534],[385,433],[397.181,458.748],[410,485],[413.367,492.332],[416,500],[444,500]],"c":true}],"h":1},{"t":85,"s":[{"i":[[0,15.834],[3.584,7.166],[3.509,7.241],[3.546,7.204],[3.694,7.056],[4.137,-1.446],[4.085,-1.499],[4.156,-1.428],[4.349,-1.234],[-0.761,-1.922],[-0.859,-1.942],[-0.919,-1.924],[-0.939,-1.868],[-1.815,-3.519],[-1.843,-3.556],[-1.857,-3.634],[-1.855,-3.752],[-3.568,-7.219],[-3.586,-7.258],[-3.6,-7.285],[-3.61,-7.3],[-0.937,-1.778],[-0.898,-1.813],[-0.762,-1.878],[-0.529,-1.975],[-0.5,0],[-0.5,0],[-0.5,0],[-0.5,0],[-0.184,1.26],[0.172,1.616],[-0.336,1.109],[0,15.833]],"o":[[-3.77,-6.98],[-3.584,-7.166],[-3.509,-7.241],[-3.546,-7.204],[-4.312,1.272],[-4.137,1.446],[-4.085,1.499],[-4.156,1.428],[0.624,1.863],[0.761,1.922],[0.859,1.942],[0.919,1.924],[1.771,3.522],[1.815,3.519],[1.843,3.556],[1.857,3.634],[3.545,7.168],[3.568,7.219],[3.586,7.258],[3.6,7.285],[0.877,1.774],[0.937,1.778],[0.898,1.813],[0.762,1.878],[0.5,0],[0.5,0],[0.5,0],[0.5,0],[1.404,-0.041],[0.184,-1.26],[-0.172,-1.616],[0,-15.834],[0,-15.833]],"v":[[500,394],[488.997,372.753],[478.386,351.114],[467.832,329.418],[457,308],[444.358,312.108],[432.056,316.556],[419.726,320.976],[407,325],[409.087,330.688],[411.527,336.494],[414.204,342.303],[417,348],[422.382,358.553],[427.874,369.156],[433.428,379.932],[439,391],[449.67,412.584],[460.402,434.303],[471.184,456.12],[482,478],[484.746,483.321],[487.523,488.699],[490.039,494.228],[492,500],[493.5,500],[495,500],[496.5,500],[498,500],[500.166,497.833],[499.97,493.303],[500,489],[500,441.5]],"c":true}],"h":1}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0.7254902,0.7294118,1]},"o":{"a":1,"k":[{"t":16,"s":[0],"h":1},{"t":17,"s":[100],"h":1},{"t":86,"s":[0],"h":1}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":101,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Book_02_Back_b","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[500,500,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"t":17,"s":[{"i":[[-0.204,1.462],[1.905,3.015],[1.936,2.988],[1.938,2.979],[1.91,2.987],[3.879,6.126],[3.583,6.395],[0.273,0.227],[0.405,0.095],[0.137,0.197],[0.425,-0.092],[1.824,-1.343],[1.205,-1.962],[-1.933,-3.049],[-1.924,-3.027],[-6.081,-9.389],[-5.562,-9.829],[-0.722,0.945],[-1.356,0.311],[-1.002,0.665]],"o":[[-1.845,-3.06],[-1.905,-3.015],[-1.936,-2.988],[-1.938,-2.979],[-3.901,-6.101],[-3.879,-6.126],[-0.501,0.001],[-0.273,-0.227],[-0.029,-0.305],[-0.137,-0.197],[-1.5,1.667],[-1.824,1.343],[2.343,2.778],[1.933,3.049],[6.115,9.616],[6.081,9.389],[1.755,0.089],[0.722,-0.945],[0.789,-0.877],[1.002,-0.665]],"v":[[449,327],[443.367,317.891],[437.598,308.891],[431.779,299.945],[426,291],[414.261,272.721],[403,254],[401.928,253.572],[401,253],[400.798,252.202],[400,252],[394.779,256.279],[390,261],[396.314,269.813],[402,279],[420.414,307.34],[438,336],[441.3,334.3],[444,332],[446.939,329.939]],"c":true}],"h":1},{"t":18,"s":[{"i":[[0.168,3.502],[1.924,3.006],[0.943,1.436],[0.965,1.441],[1.042,1.586],[0.994,1.49],[1.043,1.588],[0.998,1.49],[0.866,1.319],[1.14,1.754],[0.812,1.322],[0.519,0.896],[0.762,1.017],[0.496,0.734],[1.925,5.248],[0.81,0.19],[0.991,-0.768],[0.881,-2.536],[-16.428,-24.572],[-1.286,1.714]],"o":[[-1.343,-3.557],[-0.928,-1.45],[-0.983,-1.496],[-1.018,-1.52],[-0.95,-1.445],[-1.016,-1.524],[-0.951,-1.447],[-0.933,-1.393],[-1.15,-1.75],[-0.901,-1.386],[-0.42,-0.683],[-1.158,-2.001],[-0.61,-0.814],[-3.189,-4.715],[-1.003,0.003],[-1.183,0.554],[-2.56,1.984],[16.547,24.453],[2.932,-0.068],[1.482,-1.852]],"v":[[341,261],[335,252],[333,247],[329,243],[327,238],[323,234],[321,229],[317,225],[315,220],[311,216],[309,211],[307,209],[304,205],[303,202],[294,188],[292,187],[289,189],[282,196],[331,270],[336,266]],"c":true}],"h":1},{"t":19,"s":[{"i":[[-3.392,3.608],[8.278,12.222],[8.921,11.579],[0.136,0.197],[0.425,-0.092],[1.788,-1.545],[0.718,-2.616],[-3.653,-5.406],[-3.279,-4.731],[-0.95,-1.08],[-0.451,-0.601],[-0.102,-0.55],[-0.274,-0.379],[-0.758,-0.66],[-0.459,-0.654],[-0.271,-0.914],[-0.408,-0.621],[-0.909,-1.37],[-0.947,-1.523],[-1.843,-4.422]],"o":[[-8.968,-11.532],[-8.278,-12.222],[-0.029,-0.305],[-0.137,-0.197],[-1.13,2.203],[-1.788,1.545],[4.111,4.644],[3.653,5.406],[0.749,1.081],[0.95,1.08],[0.317,0.422],[0.102,0.55],[0.509,0.705],[0.758,0.66],[0.508,0.725],[0.271,0.914],[1.441,2.194],[1.311,1.976],[2.609,4.197],[5.055,-1.945]],"v":[[243,197],[217.465,161.035],[192,125],[191.798,124.202],[191,124],[186.191,129.19],[182,135],[193.624,150.434],[204,166],[206.724,169.36],[209,172],[209.532,173.533],[210,175],[212.038,177.038],[214,179],[215.075,181.578],[216,184],[221,190],[224,195],[232,207]],"c":true}],"h":1},{"t":20,"s":[{"i":[[4.534,5.799],[0.392,-0.441],[0.417,-0.416],[0.426,-0.408],[0.418,-0.415],[0.394,-0.439],[0.355,-0.479],[0.298,-0.535],[0.226,-0.607],[-4.377,-5.956],[-4.338,-5.995],[-4.417,-5.916],[-4.614,-5.719],[-0.804,0.863],[-0.821,0.846],[-0.732,0.935],[-0.537,1.13],[4.417,5.916],[4.338,5.995],[4.377,5.956]],"o":[[-0.351,0.482],[-0.392,0.441],[-0.417,0.416],[-0.426,0.408],[-0.418,0.415],[-0.394,0.439],[-0.355,0.479],[-0.298,0.535],[4.534,5.799],[4.377,5.956],[4.338,5.995],[4.417,5.916],[0.681,-0.986],[0.804,-0.863],[0.821,-0.846],[0.732,-0.935],[-4.614,-5.72],[-4.417,-5.916],[-4.338,-5.995],[-4.377,-5.956]],"v":[[101,66],[99.881,67.381],[98.663,68.663],[97.395,69.895],[96.125,71.125],[94.902,72.402],[93.775,73.775],[92.791,75.291],[92,77],[105.337,94.663],[118.38,112.62],[131.483,130.517],[145,148],[147.253,145.253],[149.716,142.716],[152.07,140.07],[154,137],[140.483,119.517],[127.38,101.62],[114.337,83.663]],"c":true}],"h":1},{"t":21,"s":[{"i":[[1.615,-0.282],[1.208,-1.625],[1.22,-1.614],[-2.262,-2.942],[-2.308,-2.892],[-1.683,-2.198],[-1.475,-1.964],[-0.713,-0.625],[-0.558,-0.714],[-0.959,-1.557],[-1.064,-1.368],[-0.715,-0.627],[-0.519,-0.691],[-1.147,-1.469],[-1.12,-1.404],[-1.698,-2.263],[-2.334,-1.597],[-1.731,4.936],[9.396,10.603],[8.066,11.934]],"o":[[-0.947,1.886],[-1.208,1.625],[1.643,3.34],[2.262,2.942],[1.791,2.245],[1.683,2.198],[0.59,0.785],[0.713,0.625],[1.099,1.406],[0.959,1.557],[0.622,0.799],[0.715,0.627],[1.294,1.722],[1.147,1.469],[1.875,2.352],[1.698,2.263],[2.228,-4.438],[-9.83,-10.17],[-8.334,-11.666],[-1.279,-0.055]],"v":[[20,14],[16.704,19.204],[13,24],[19.002,33.336],[26,42],[31.237,48.711],[36,55],[38.024,57.053],[40,59],[43.027,63.529],[46,68],[48.078,70.082],[50,72],[53.63,76.739],[57,81],[62.156,88.066],[68,94],[76,82],[49,49],[23,15]],"c":true}],"h":1},{"t":22,"s":[{"i":[[9.877,10.623],[0.536,-0.964],[0.554,-0.946],[0.616,-0.884],[0.722,-0.778],[-1.28,-1.692],[-1.46,-1.545],[-1.325,-1.455],[-0.875,-1.422],[-1.091,-1.294],[-1.157,-1.19],[-1.112,-1.176],[-0.957,-1.25],[-3.558,-4.109],[-3.416,-4.251],[-1.188,-1.479],[-1.851,-0.816],[-1.206,1.961],[-0.879,2.288],[9.422,11.078]],"o":[[-0.563,0.937],[-0.536,0.964],[-0.554,0.946],[-0.616,0.884],[0.785,1.896],[1.28,1.692],[1.46,1.545],[1.325,1.455],[0.916,1.488],[1.091,1.294],[1.157,1.19],[1.112,1.176],[3.352,4.315],[3.558,4.109],[1.399,1.267],[1.188,1.479],[1.296,-1.87],[1.206,-1.961],[-9.434,-11.066],[-9.422,-11.078]],"v":[[-48,-32],[-49.638,-29.138],[-51.262,-26.262],[-53.005,-23.505],[-55,-21],[-51.824,-15.631],[-47.635,-10.789],[-43.379,-6.302],[-40,-2],[-36.962,2.151],[-33.562,5.856],[-30.132,9.383],[-27,13],[-16.548,25.548],[-6,38],[-2.339,42.339],[2,46],[5.813,40.313],[9,34],[-19.168,0.668]],"c":true}],"h":1},{"t":23,"s":[{"i":[[1.615,-0.282],[1.03,-1.97],[0.536,-2.463],[-4.86,-5.141],[-4.948,-5.049],[-2.267,-2.729],[-2.454,-2.555],[-1.399,-1.114],[-1.192,-1.282],[-0.116,-0.592],[-0.242,-0.318],[-1.243,-0.889],[-1.187,-0.345],[-0.863,2.137],[-1.337,1.662],[2.564,2.312],[2.276,2.486],[0.999,1.215],[3.306,4.29],[9.487,10.513]],"o":[[-0.344,2.656],[-1.03,1.97],[4.612,5.387],[4.86,5.141],[2.478,2.529],[2.267,2.729],[1.214,1.263],[1.399,1.114],[0.293,0.316],[0.116,0.592],[0.841,1.099],[1.243,0.889],[1.212,-1.788],[0.863,-2.137],[-1.468,-3.266],[-2.564,-2.312],[-1.087,-1.187],[-3.742,-4.55],[-9.715,-10.285],[-1.278,-0.055]],"v":[[-106,-70],[-108.356,-63.356],[-111,-57],[-96.753,-41.246],[-82,-26],[-74.982,-18.02],[-68,-10],[-63.983,-6.514],[-60,-3],[-59.462,-1.501],[-59,0],[-55.76,3.066],[-52,5],[-49.094,-1.094],[-46,-7],[-52.394,-15.085],[-60,-22],[-63,-26],[-74,-38],[-103,-69]],"c":true}],"h":1},{"t":24,"s":[{"i":[[1.615,-0.282],[0.823,-2.177],[1.048,-1.952],[-1.198,-1.033],[-1.046,-1.081],[-0.957,-1.222],[-1.116,-1.022],[-0.679,-0.228],[-0.68,-0.538],[-0.459,-0.751],[-0.565,-0.524],[-5.656,-5.615],[-6.375,-4.981],[-0.032,4.777],[-2.335,2.998],[4.766,4.766],[3.196,2.676],[0.706,0.54],[0.58,0.536],[9.905,9.692]],"o":[[-0.659,2.34],[-0.823,2.177],[0.162,1.789],[1.198,1.033],[1.056,1.09],[0.957,1.222],[0.602,0.551],[0.679,0.228],[0.599,0.474],[0.459,0.751],[6,5.558],[5.656,5.615],[1.005,0.979],[2.492,-2.842],[-3.09,-6.374],[-3.593,-3.593],[-0.748,-0.626],[-0.559,-0.428],[-10.18,-9.395],[-1.278,-0.055]],"v":[[-151,-101],[-153.209,-94.209],[-156,-88],[-153.663,-83.969],[-150,-81],[-147.045,-77.449],[-144,-74],[-142.059,-72.99],[-140,-72],[-138.475,-70.038],[-137,-68],[-119.781,-51.068],[-102,-35],[-95,-30],[-90,-41],[-104,-56],[-114,-67],[-117,-68],[-119,-70],[-148,-100]],"c":true}],"h":1},{"t":25,"s":[{"i":[[5.271,4.395],[0.319,-1.265],[0.336,-1.248],[0.349,-1.234],[0.359,-1.224],[-4.597,-4.193],[-4.71,-4.164],[-4.633,-4.014],[-4.365,-3.743],[-0.65,-0.674],[-0.653,-0.56],[-0.677,-0.231],[-0.722,0.314],[-0.253,1.247],[-0.346,1.154],[-0.295,1.205],[-0.099,1.401],[5.132,4.534],[5.143,4.524],[5.189,4.478]],"o":[[-0.298,1.285],[-0.319,1.265],[-0.336,1.248],[-0.349,1.234],[4.295,4.101],[4.597,4.193],[4.71,4.164],[4.633,4.014],[0.668,0.572],[0.65,0.674],[0.653,0.56],[0.677,0.231],[0.017,-1.483],[0.253,-1.247],[0.346,-1.154],[0.295,-1.205],[-5.157,-4.509],[-5.132,-4.534],[-5.143,-4.524],[-5.189,-4.478]],"v":[[-185,-124],[-185.926,-120.176],[-186.908,-116.408],[-187.937,-112.687],[-189,-109],[-175.614,-96.529],[-161.605,-83.963],[-147.544,-71.665],[-134,-60],[-132.029,-58.076],[-130.081,-56.17],[-128.092,-54.928],[-126,-55],[-125.559,-59.059],[-124.624,-62.624],[-123.627,-66.127],[-123,-70],[-138.426,-83.574],[-153.83,-97.17],[-169.319,-110.681]],"c":true}],"h":1},{"t":26,"s":[{"i":[[1.163,-0.163],[0.4,-2.767],[0.7,-2.467],[-2.683,-1.967],[-2.644,-2.067],[-0.845,-0.939],[-0.618,-0.463],[-0.542,-0.09],[-0.391,-0.309],[-1.567,-1.498],[-1.204,-0.799],[-0.675,-0.534],[-0.47,-0.311],[-0.608,-0.498],[-0.641,-0.394],[-2.059,-1.603],[-6.228,-3.174],[0.157,6.157],[14.999,12.001],[6.206,3.127]],"o":[[-0.7,2.467],[-0.4,2.767],[2.626,2.065],[2.683,1.967],[1.001,0.783],[0.845,0.938],[0.442,0.331],[0.542,0.09],[1.525,1.208],[1.567,1.498],[0.831,0.552],[0.675,0.534],[0.928,0.615],[0.608,0.498],[2.57,1.582],[5.48,4.268],[-0.157,-6.157],[-14.134,-12.866],[-5.432,-3.901],[-0.221,-0.779]],"v":[[-208,-138],[-209.5,-130],[-211,-122],[-203.013,-116.002],[-195,-110],[-192.212,-107.26],[-190,-105],[-188.462,-104.484],[-187,-104],[-182.259,-99.694],[-178,-96],[-175.729,-94.32],[-174,-93],[-171.785,-91.334],[-170,-90],[-164,-85],[-147,-73],[-145,-89],[-190,-125],[-206,-137]],"c":true}],"h":1},{"t":27,"s":[{"i":[[1.615,-0.282],[0.318,-2.849],[0.459,-2.708],[-4.886,-3.721],[-4.399,-2.918],[-0.939,-0.62],[-1.042,-0.725],[-4.74,-3.461],[-5.149,-2.755],[-0.273,2.727],[-0.407,2.593],[2.273,1.716],[1.315,1.225],[0.531,0.072],[0.475,0.338],[2.512,1.826],[4.93,3.508],[1.174,0.779],[1.997,1.388],[3.942,2.899]],"o":[[-0.269,2.897],[-0.318,2.849],[5.055,3.197],[4.886,3.721],[1.201,0.797],[0.939,0.62],[4.892,3.4],[4.74,3.461],[0.503,-2.497],[0.273,-2.727],[-1.591,-1.913],[-2.273,-1.716],[-0.403,-0.374],[-0.531,-0.072],[-2.369,-1.686],[-5.403,-3.927],[-1.949,-1.387],[-2.285,-1.516],[-4.52,-3.142],[-1.278,-0.055]],"v":[[-221,-146],[-221.858,-137.358],[-223,-129],[-208.008,-118.291],[-194,-108],[-190.881,-105.946],[-188,-104],[-173.693,-93.517],[-159,-84],[-157.928,-91.928],[-157,-100],[-163.207,-105.516],[-169,-110],[-170.446,-110.527],[-172,-111],[-179,-117],[-195,-128],[-200,-132],[-206,-136],[-218,-145]],"c":true}],"h":1},{"t":28,"s":[{"i":[[0.425,-0.092],[0.14,-1.527],[0.099,-1.567],[0.16,-1.507],[0.322,-1.345],[-4.742,-3.205],[-4.695,-3.213],[-4.606,-3.151],[-4.473,-3.02],[-0.677,-0.566],[-0.708,-0.511],[-0.801,-0.314],[-0.959,0.024],[-0.207,2.626],[-0.359,2.475],[5.316,3.509],[5.183,3.558],[5.248,3.772],[5.625,3.216],[0.136,0.197]],"o":[[-0.282,1.385],[-0.14,1.527],[-0.099,1.568],[-0.16,1.507],[4.745,3.129],[4.742,3.205],[4.695,3.213],[4.606,3.151],[0.711,0.48],[0.677,0.566],[0.708,0.511],[0.801,0.314],[-0.186,-3.02],[0.207,-2.626],[-4.552,-4.407],[-5.317,-3.509],[-5.385,-3.697],[-5.248,-3.772],[-0.029,-0.305],[-0.137,-0.197]],"v":[[-227,-150],[-227.607,-145.607],[-227.94,-140.94],[-228.303,-136.303],[-229,-132],[-214.758,-122.481],[-200.592,-112.837],[-186.629,-103.273],[-173,-94],[-170.934,-92.395],[-168.872,-90.744],[-166.625,-89.47],[-164,-89],[-163.909,-97.409],[-163,-105],[-178.027,-116.637],[-194,-127],[-209.82,-138.361],[-226,-149],[-226.202,-149.798]],"c":true}],"h":1},{"t":29,"s":[{"i":[[4.601,2.378],[0.122,-1.461],[-0.011,-1.595],[0.122,-1.461],[0.523,-1.06],[-4.388,-3.003],[-4.4,-2.984],[-4.312,-2.864],[-4.123,-2.643],[-1.055,-0.74],[-1.051,-0.707],[-1.095,-0.614],[-1.189,-0.46],[-0.038,1.462],[-0.135,1.365],[-0.154,1.346],[-0.096,1.404],[6.066,3.992],[5.291,3.677],[4.944,3.352]],"o":[[-0.523,1.06],[-0.122,1.461],[0.011,1.595],[-0.122,1.461],[4.275,2.922],[4.388,3.003],[4.4,2.984],[4.312,2.864],[1.108,0.71],[1.055,0.74],[1.051,0.707],[1.095,0.614],[-0.135,-1.635],[0.038,-1.462],[0.135,-1.365],[0.154,-1.346],[-5.447,-4.356],[-6.066,-3.992],[-4.622,-3.212],[-4.944,-3.353]],"v":[[-230,-151],[-230.901,-147.151],[-231,-142.5],[-231.099,-137.849],[-232,-134],[-218.98,-125.087],[-205.772,-116.082],[-192.678,-107.286],[-180,-99],[-176.767,-96.81],[-173.621,-94.624],[-170.414,-92.626],[-167,-91],[-167.126,-95.626],[-166.846,-99.847],[-166.394,-103.894],[-166,-108],[-183.617,-120.51],[-201,-132],[-215.515,-142.125]],"c":true}],"h":1},{"t":30,"s":[{"i":[[0.255,0.121],[0.393,-2.607],[-0.183,-3.183],[-6.024,-4.09],[-5.406,-3.465],[-0.664,-0.532],[-0.697,-0.459],[-0.66,-0.529],[-0.496,-0.316],[-0.921,-0.285],[-0.629,-0.421],[-1.128,-1.084],[-1.256,-0.84],[-0.885,-0.261],[-0.701,-0.447],[-0.522,-0.6],[-1.098,-0.083],[-0.161,3.006],[0.121,3.287],[21.44,13.833]],"o":[[0.389,3.389],[-0.393,2.607],[5.5,4.175],[6.024,4.09],[0.645,0.413],[0.664,0.532],[0.864,0.569],[0.66,0.529],[0.686,0.438],[0.921,0.285],[1.231,0.824],[1.128,1.084],[0.76,0.508],[0.885,0.261],[0.814,0.519],[0.522,0.6],[0.477,-2.69],[0.161,-3.006],[-20.867,-14.021],[-0.235,-0.152]],"v":[[-232,-152],[-232.345,-143.345],[-233,-135],[-215.43,-122.468],[-198,-111],[-196.039,-109.534],[-194,-108],[-191.724,-106.311],[-190,-105],[-187.457,-103.988],[-185,-103],[-181.519,-100.012],[-178,-97],[-175.456,-95.954],[-173,-95],[-171.213,-93.173],[-169,-92],[-168.051,-100.552],[-168,-110],[-231,-152]],"c":true}],"h":1},{"t":31,"s":[{"i":[[0.5,0],[0.014,-1.486],[0.091,-1.409],[0.157,-1.343],[0.211,-1.289],[-4.719,-3.148],[-4.713,-3.12],[-4.637,-3.036],[-4.492,-2.898],[-0.691,-0.544],[-0.717,-0.501],[-0.793,-0.332],[-0.918,-0.036],[-0.161,3.006],[-0.477,2.69],[5.122,3.468],[5.092,3.243],[5.206,3.425],[4.85,3.908],[0.5,0]],"o":[[0.076,1.576],[-0.014,1.486],[-0.091,1.409],[-0.157,1.343],[4.657,3.123],[4.719,3.148],[4.713,3.12],[4.637,3.036],[0.714,0.46],[0.691,0.544],[0.717,0.501],[0.793,0.332],[-0.121,-3.287],[0.161,-3.006],[-5.421,-2.887],[-5.122,-3.468],[-5.327,-3.392],[-5.206,-3.425],[-0.5,0],[-0.5,0]],"v":[[-233,-152],[-232.909,-147.409],[-233.07,-143.07],[-233.446,-138.946],[-234,-135],[-219.918,-125.58],[-205.753,-116.164],[-191.711,-106.916],[-178,-98],[-175.906,-96.462],[-173.807,-94.863],[-171.554,-93.583],[-169,-93],[-168.949,-102.448],[-168,-111],[-183.746,-120.733],[-199,-131],[-214.857,-141.113],[-230,-152],[-231.5,-152]],"c":true}],"h":1},{"t":32,"s":[{"i":[[0.25,0],[0.124,-1.376],[0.21,-1.29],[0.106,-1.394],[-0.187,-1.687],[-5.287,-3.546],[-5.313,-3.52],[-5.37,-3.464],[-5.457,-3.376],[-0.157,1.426],[-0.081,1.503],[-0.008,1.575],[0.06,1.644],[5.149,3.351],[5.167,3.333],[5.06,3.44],[4.828,3.672],[0.25,0],[0.25,0],[0.25,0]],"o":[[0.152,1.652],[-0.124,1.376],[-0.21,1.29],[-0.106,1.394],[5.292,3.542],[5.287,3.546],[5.313,3.52],[5.37,3.464],[0.238,-1.345],[0.157,-1.426],[0.081,-1.503],[0.008,-1.575],[-5.006,-3.494],[-5.149,-3.351],[-5.167,-3.333],[-5.06,-3.44],[-0.25,0],[-0.25,0],[-0.25,0],[-0.25,0]],"v":[[-233,-152],[-233.005,-147.505],[-233.552,-143.552],[-234.074,-139.574],[-234,-135],[-218.14,-124.36],[-202.248,-113.752],[-186.232,-103.268],[-170,-93],[-169.407,-97.158],[-169.052,-101.552],[-168.92,-106.17],[-169,-111],[-184.263,-121.237],[-199.767,-131.233],[-215.137,-141.363],[-230,-152],[-230.75,-152],[-231.5,-152],[-232.25,-152]],"c":true}],"h":1},{"t":33,"s":[{"i":[[5.378,3.456],[0.051,-0.74],[0.075,-0.717],[0.085,-0.707],[0.08,-0.712],[0.061,-0.731],[0.027,-0.764],[-0.02,-0.812],[-0.082,-0.874],[-5.291,-3.543],[-5.321,-3.513],[-5.37,-3.464],[-5.437,-3.396],[-0.142,1.441],[-0.188,1.396],[-0.077,1.506],[0.19,1.773],[5.315,3.518],[5.328,3.505],[5.349,3.484]],"o":[[-0.013,0.778],[-0.051,0.74],[-0.075,0.717],[-0.085,0.707],[-0.08,0.712],[-0.061,0.731],[-0.027,0.764],[0.02,0.812],[5.28,3.554],[5.291,3.542],[5.321,3.513],[5.37,3.464],[-0.06,-1.644],[0.142,-1.441],[0.188,-1.396],[0.077,-1.506],[-5.31,-3.524],[-5.315,-3.518],[-5.328,-3.505],[-5.349,-3.484]],"v":[[-233,-153],[-233.1,-150.725],[-233.293,-148.544],[-233.536,-146.412],[-233.786,-144.286],[-234.001,-142.126],[-234.136,-139.886],[-234.15,-137.525],[-234,-135],[-218.149,-124.351],[-202.236,-113.764],[-186.206,-103.295],[-170,-93],[-169.839,-97.589],[-169.305,-101.805],[-168.869,-106.119],[-169,-111],[-184.935,-121.565],[-200.898,-132.102],[-216.912,-142.588]],"c":true}],"h":1},{"t":34,"s":[{"i":[[5.378,3.456],[0.075,-0.717],[0.078,-0.714],[0.073,-0.718],[0.061,-0.73],[0.042,-0.749],[0.016,-0.776],[-0.018,-0.81],[-0.06,-0.851],[-5.291,-3.542],[-5.329,-3.505],[-5.373,-3.46],[-5.425,-3.408],[-0.13,1.453],[-0.205,1.378],[-0.097,1.486],[0.194,1.777],[5.315,3.518],[5.328,3.505],[5.349,3.484]],"o":[[-0.064,0.727],[-0.075,0.717],[-0.078,0.714],[-0.073,0.718],[-0.061,0.73],[-0.042,0.749],[-0.016,0.776],[0.018,0.81],[5.26,3.573],[5.291,3.542],[5.329,3.505],[5.373,3.46],[-0.128,-1.711],[0.13,-1.453],[0.205,-1.378],[0.097,-1.486],[-5.31,-3.524],[-5.315,-3.518],[-5.328,-3.505],[-5.349,-3.484]],"v":[[-233,-153],[-233.21,-150.835],[-233.44,-148.69],[-233.668,-146.543],[-233.872,-144.372],[-234.029,-142.154],[-234.118,-139.868],[-234.115,-137.491],[-234,-135],[-218.175,-124.325],[-202.248,-113.752],[-186.196,-103.304],[-170,-93],[-169.951,-97.701],[-169.401,-101.901],[-168.901,-106.151],[-169,-111],[-184.935,-121.565],[-200.898,-132.102],[-216.912,-142.588]],"c":true}],"h":1},{"t":75,"s":[{"i":[[5.377,3.457],[0.099,-0.693],[0.079,-0.713],[0.059,-0.732],[0.04,-0.751],[0.022,-0.77],[0.004,-0.788],[-0.013,-0.805],[-0.03,-0.822],[-5.291,-3.542],[-5.329,-3.505],[-5.373,-3.46],[-5.425,-3.408],[-0.115,1.468],[-0.212,1.372],[-0.115,1.468],[0.173,1.756],[5.315,3.518],[5.329,3.504],[5.349,3.484]],"o":[[-0.119,0.673],[-0.099,0.693],[-0.079,0.713],[-0.059,0.732],[-0.04,0.751],[-0.022,0.77],[-0.004,0.788],[0.013,0.805],[5.26,3.573],[5.291,3.542],[5.329,3.505],[5.373,3.46],[-0.173,-1.756],[0.115,-1.468],[0.212,-1.372],[0.115,-1.468],[-5.308,-3.525],[-5.315,-3.518],[-5.329,-3.504],[-5.349,-3.484]],"v":[[-233,-153],[-233.327,-150.952],[-233.593,-148.842],[-233.799,-146.674],[-233.948,-144.448],[-234.041,-142.166],[-234.08,-139.83],[-234.066,-137.441],[-234,-135],[-218.175,-124.325],[-202.248,-113.752],[-186.196,-103.304],[-170,-93],[-170.038,-97.788],[-169.5,-102],[-168.962,-106.212],[-169,-111],[-184.933,-121.567],[-200.897,-132.103],[-216.913,-142.587]],"c":true}],"h":1},{"t":76,"s":[{"i":[[5.703,2.881],[0,-0.792],[0,-0.792],[0,-0.792],[0,-0.792],[0,-0.792],[0,-0.792],[0,-0.792],[0,-0.792],[-5.301,-3.115],[-5.205,-3.211],[-5.301,-3.115],[-5.589,-2.827],[-0.156,1.428],[0.006,1.589],[0.033,1.617],[-0.072,1.511],[5.342,3.241],[5.326,3.258],[5.446,3.137]],"o":[[0,0.792],[0,0.792],[0,0.792],[0,0.792],[0,0.792],[0,0.792],[0,0.792],[0,0.792],[5.589,2.827],[5.301,3.115],[5.205,3.211],[5.301,3.115],[0.45,-1.133],[0.156,-1.428],[-0.006,-1.589],[-0.033,-1.617],[-5.495,-3.089],[-5.342,-3.241],[-5.326,-3.258],[-5.446,-3.137]],"v":[[-231,-150],[-231,-147.625],[-231,-145.25],[-231,-142.875],[-231,-140.5],[-231,-138.125],[-231,-135.75],[-231,-133.375],[-231,-131],[-214.712,-122.038],[-199,-112.5],[-183.288,-102.962],[-167,-94],[-166.125,-97.875],[-165.933,-102.433],[-166.025,-107.275],[-166,-112],[-182.22,-121.529],[-198.188,-131.312],[-214.311,-140.939]],"c":true}],"h":1},{"t":77,"s":[{"i":[[5.496,2.504],[-0.108,-1.642],[-0.018,-1.732],[-0.151,-1.599],[-0.508,-1.242],[-3.913,-1.976],[-3.965,-1.872],[-3.945,-1.835],[-3.851,-1.864],[-1.381,-0.686],[-1.395,-0.627],[-1.441,-0.503],[-1.52,-0.313],[0.155,1.428],[0.123,1.461],[0.031,1.552],[-0.12,1.703],[5.359,2.641],[5.44,2.56],[5.486,2.514]],"o":[[0.421,1.329],[0.108,1.642],[0.018,1.732],[0.151,1.599],[3.787,2.146],[3.913,1.976],[3.965,1.872],[3.945,1.835],[1.401,0.678],[1.381,0.686],[1.395,0.627],[1.441,0.503],[-0.128,-1.455],[-0.155,-1.428],[-0.123,-1.461],[-0.031,-1.552],[-5.244,-2.756],[-5.359,-2.641],[-5.44,-2.56],[-5.486,-2.514]],"v":[[-218,-138],[-217.262,-133.488],[-217.13,-128.37],[-216.932,-123.318],[-216,-119],[-204.432,-112.834],[-192.597,-107.078],[-180.713,-101.533],[-169,-96],[-164.834,-93.938],[-160.679,-91.952],[-156.434,-90.24],[-152,-89],[-152.44,-93.31],[-152.872,-97.628],[-153.118,-102.132],[-153,-107],[-168.914,-115.086],[-185.122,-122.878],[-201.519,-130.481]],"c":true}],"h":1},{"t":78,"s":[{"i":[[-0.092,-0.425],[-0.318,-1.432],[-0.209,-1.541],[-0.161,-1.589],[-0.175,-1.575],[-4.013,-1.418],[-4.101,-1.308],[-4.037,-1.236],[-3.823,-1.203],[-1.309,-0.54],[-1.335,-0.471],[-1.359,-0.195],[-1.38,0.287],[0.319,1.598],[0.216,1.7],[0.29,1.627],[0.538,1.379],[10.324,3.343],[10.556,3.111],[0.197,-0.136]],"o":[[0.49,1.26],[0.318,1.432],[0.209,1.541],[0.161,1.589],[3.774,1.566],[4.013,1.418],[4.101,1.308],[4.037,1.236],[1.28,0.403],[1.309,0.54],[1.335,0.471],[1.359,0.195],[-0.596,-1.32],[-0.319,-1.598],[-0.216,-1.7],[-0.29,-1.627],[-10.147,-3.519],[-10.324,-3.343],[-0.305,0.029],[-0.197,0.136]],"v":[[-188,-110],[-186.804,-105.946],[-186.029,-101.471],[-185.489,-96.761],[-185,-92],[-173.282,-87.534],[-161.073,-83.456],[-148.829,-79.649],[-137,-76],[-133.116,-74.534],[-129.149,-72.966],[-125.108,-71.915],[-121,-72],[-122.329,-76.422],[-123.087,-81.413],[-123.803,-86.447],[-125,-91],[-155.693,-101.307],[-187,-111],[-187.798,-110.798]],"c":true}],"h":1},{"t":79,"s":[{"i":[[5.265,0.735],[-0.213,-0.87],[-0.223,-0.86],[-0.227,-0.857],[-0.224,-0.859],[-0.216,-0.867],[-0.202,-0.882],[-0.181,-0.902],[-0.155,-0.928],[-5.108,-0.892],[-5.03,-0.97],[-5.032,-0.968],[-5.114,-0.886],[0.361,1.806],[0.445,1.721],[0.487,1.68],[0.486,1.681],[5.041,0.959],[5.018,0.982],[5.093,0.907]],"o":[[0.197,0.886],[0.213,0.87],[0.223,0.86],[0.227,0.857],[0.224,0.859],[0.216,0.867],[0.202,0.882],[0.181,0.902],[5.267,0.733],[5.108,0.892],[5.03,0.97],[5.032,0.968],[-0.233,-1.934],[-0.361,-1.806],[-0.445,-1.721],[-0.487,-1.68],[-5.162,-0.838],[-5.041,-0.959],[-5.018,-0.982],[-5.093,-0.907]],"v":[[-140,-72],[-139.383,-69.367],[-138.727,-66.773],[-138.051,-64.199],[-137.373,-61.627],[-136.711,-59.039],[-136.082,-56.418],[-135.506,-53.744],[-135,-51],[-119.458,-48.542],[-104.27,-45.73],[-89.198,-42.802],[-74,-40],[-74.901,-45.599],[-76.121,-50.879],[-77.531,-55.969],[-79,-61],[-94.281,-63.719],[-109.346,-66.654],[-124.488,-69.512]],"c":true}],"h":1},{"t":80,"s":[{"i":[[4.727,0.523],[-0.14,-0.985],[-0.211,-0.914],[-0.263,-0.862],[-0.298,-0.827],[-0.315,-0.81],[-0.313,-0.812],[-0.294,-0.831],[-0.256,-0.869],[-4.863,-0.304],[-4.934,-0.233],[-4.854,-0.313],[-4.624,-0.543],[0.443,1.724],[0.619,1.548],[0.492,1.675],[0.061,2.106],[4.936,0.314],[5.017,0.233],[4.947,0.303]],"o":[[0.052,1.073],[0.14,0.985],[0.211,0.914],[0.263,0.862],[0.298,0.827],[0.315,0.81],[0.313,0.812],[0.294,0.831],[4.642,0.524],[4.863,0.304],[4.934,0.233],[4.854,0.313],[0.037,-2.204],[-0.443,-1.724],[-0.619,-1.548],[-0.492,-1.675],[-4.704,-0.546],[-4.936,-0.314],[-5.017,-0.233],[-4.947,-0.303]],"v":[[-75,-23],[-74.708,-19.917],[-74.177,-17.073],[-73.461,-14.414],[-72.614,-11.886],[-71.691,-9.434],[-70.745,-7.005],[-69.83,-4.545],[-69,-2],[-54.705,-0.795],[-39.973,-0.028],[-25.254,0.754],[-11,2],[-11.685,-3.815],[-13.354,-8.646],[-15.096,-13.404],[-16,-19],[-30.499,-20.251],[-45.466,-21.034],[-60.45,-21.8]],"c":true}],"h":1},{"t":81,"s":[{"i":[[0.38,1.954],[2.439,-0.061],[2.401,-0.099],[2.373,-0.127],[2.352,-0.148],[2.34,-0.16],[2.337,-0.163],[2.342,-0.158],[2.356,-0.144],[-0.616,-1.717],[-0.675,-1.658],[-0.597,-1.737],[-0.38,-1.954],[-4.685,0.315],[-4.7,0.3],[-4.79,0.21],[-4.956,0.044],[0.616,1.717],[0.675,1.658],[0.597,1.737]],"o":[[-2.485,0.015],[-2.439,0.061],[-2.401,0.099],[-2.373,0.127],[-2.352,0.148],[-2.34,0.16],[-2.337,0.163],[-2.342,0.158],[0.419,1.915],[0.616,1.717],[0.675,1.658],[0.597,1.737],[4.744,-0.256],[4.685,-0.315],[4.7,-0.3],[4.79,-0.21],[-0.419,-1.915],[-0.616,-1.717],[-0.675,-1.658],[-0.597,-1.737]],"v":[[59,31],[51.617,31.117],[44.358,31.358],[37.199,31.699],[30.114,32.114],[23.077,32.577],[16.063,33.063],[9.046,33.546],[2,34],[3.587,39.413],[5.559,44.441],[7.501,49.498],[9,55],[23.124,54.124],[37.182,53.182],[51.399,52.399],[66,52],[64.413,46.587],[62.441,41.559],[60.499,36.502]],"c":true}],"h":1},{"t":82,"s":[{"i":[[-4.36,0.89],[0.609,1.725],[0.69,1.644],[0.736,1.597],[0.748,1.585],[0.03,0.137],[0.068,0.098],[0.129,0.037],[0.213,-0.046],[4.413,-0.753],[4.497,-0.67],[4.46,-0.707],[4.303,-0.864],[-0.644,-1.772],[-0.751,-1.666],[-0.731,-1.686],[-0.585,-1.832],[-4.524,0.726],[-4.561,0.689],[-4.506,0.744]],"o":[[-0.493,-1.84],[-0.609,-1.725],[-0.69,-1.644],[-0.736,-1.597],[-0.014,-0.153],[-0.03,-0.137],[-0.068,-0.098],[-0.129,-0.037],[-4.209,0.957],[-4.413,0.753],[-4.497,0.67],[-4.46,0.707],[0.412,2.005],[0.644,1.772],[0.751,1.666],[0.731,1.686],[4.397,-0.853],[4.524,-0.726],[4.561,-0.689],[4.506,-0.744]],"v":[[152,107],[150.338,101.662],[148.382,96.618],[146.236,91.764],[144,87],[143.939,86.561],[143.798,86.202],[143.507,85.993],[143,86],[130.036,88.536],[116.64,90.64],[103.174,92.674],[90,95],[91.615,100.635],[93.739,105.761],[95.994,110.756],[98,116],[111.404,113.654],[125.055,111.555],[138.678,109.428]],"c":true}],"h":1},{"t":83,"s":[{"i":[[1.088,0.246],[4.217,-1.033],[4.212,-1.038],[4.264,-0.986],[4.374,-0.876],[-0.716,-1.7],[-0.822,-1.595],[-0.695,-1.722],[-0.334,-2.082],[-4.383,1.034],[-4.322,1.095],[-4.403,1.013],[-4.627,0.79],[0.266,0.984],[0.392,0.858],[0.43,0.82],[0.38,0.87],[0.341,0.992],[0.32,1.014],[0.568,0.765]],"o":[[-4.279,0.971],[-4.217,1.033],[-4.212,1.038],[-4.264,0.986],[0.377,2.04],[0.716,1.7],[0.822,1.595],[0.695,1.722],[4.585,-0.832],[4.383,-1.034],[4.322,-1.095],[4.403,-1.013],[-0.051,-1.199],[-0.266,-0.984],[-0.392,-0.858],[-0.43,-0.82],[-0.633,-0.7],[-0.341,-0.992],[-0.32,-1.014],[-0.568,-0.765]],"v":[[236,146],[223.27,149.02],[210.641,152.141],[197.942,155.192],[185,158],[186.698,163.552],[189.064,168.436],[191.398,173.352],[193,179],[206.416,176.166],[219.437,172.937],[232.49,169.74],[246,167],[245.503,163.747],[244.493,161.007],[243.237,158.513],[242,156],[240.605,153.395],[239.681,150.319],[238.417,147.584]],"c":true}],"h":1},{"t":84,"s":[{"i":[[-4.417,1.083],[0.65,1.683],[0.774,1.559],[0.737,1.596],[0.539,1.794],[0.215,0.118],[0.194,0.139],[0.257,0.076],[0.404,-0.07],[4.006,-1.327],[4.085,-1.248],[4.161,-1.172],[4.235,-1.098],[-0.745,-1.755],[-0.879,-1.621],[-0.819,-1.681],[-0.566,-1.935],[-4.225,1.275],[-4.172,1.328],[-4.236,1.264]],"o":[[-0.365,-1.969],[-0.65,-1.683],[-0.774,-1.559],[-0.737,-1.596],[-0.32,-0.014],[-0.215,-0.118],[-0.194,-0.139],[-0.257,-0.076],[-3.925,1.409],[-4.006,1.327],[-4.085,1.248],[-4.161,1.172],[0.418,2.083],[0.745,1.755],[0.879,1.621],[0.819,1.681],[4.394,-1.106],[4.225,-1.275],[4.172,-1.328],[4.236,-1.264]],"v":[[345,228],[343.438,222.562],[341.261,217.739],[338.954,213.046],[337,208],[336.219,207.781],[335.626,207.374],[334.97,207.03],[334,207],[322.103,211.103],[309.966,214.966],[297.596,218.596],[285,222],[286.793,227.707],[289.278,232.722],[291.874,237.626],[294,243],[306.898,239.398],[319.465,235.465],[332.049,231.549]],"c":true}],"h":1},{"t":85,"s":[{"i":[[0.961,0.373],[4.165,-1.418],[4.159,-1.424],[4.04,-1.544],[3.806,-1.777],[-0.865,-1.468],[-0.796,-1.538],[-0.657,-1.676],[-0.451,-1.883],[-4.309,1.358],[-4.145,1.522],[-4.139,1.528],[-4.289,1.377],[0.346,0.904],[0.416,0.834],[0.487,0.763],[0.558,0.692],[0.338,0.995],[0.409,0.925],[0.616,0.717]],"o":[[-4.057,1.526],[-4.165,1.418],[-4.159,1.424],[-4.04,1.544],[0.866,1.467],[0.865,1.468],[0.796,1.538],[0.657,1.676],[4.63,-1.036],[4.309,-1.358],[4.145,-1.522],[4.139,-1.528],[-0.277,-0.973],[-0.346,-0.904],[-0.416,-0.834],[-0.487,-0.763],[-0.405,-0.928],[-0.338,-0.995],[-0.409,-0.925],[-0.616,-0.717]],"v":[[436,269],[423.638,273.388],[411.124,277.623],[398.797,282.047],[387,287],[389.615,291.385],[392.124,295.876],[394.321,300.679],[396,306],[409.369,302.37],[422.011,298.011],[434.397,293.397],[447,289],[446.065,286.185],[444.922,283.578],[443.568,281.182],[442,279],[440.919,276.081],[439.833,273.167],[438.331,270.67]],"c":true}],"h":1},{"t":86,"s":[{"i":[[0,1.917],[0.407,-0.218],[0.463,-0.162],[0.491,-0.134],[0.491,-0.134],[0.463,-0.162],[0.408,-0.217],[0.324,-0.301],[0.212,-0.413],[-0.451,-0.716],[-0.404,-0.762],[-0.376,-0.79],[-0.367,-0.8],[-0.376,-0.79],[-0.404,-0.762],[-0.451,-0.716],[-0.516,-0.651],[0,1.917],[0,1.917],[0,1.917]],"o":[[-0.323,0.302],[-0.407,0.218],[-0.463,0.162],[-0.491,0.134],[-0.491,0.134],[-0.463,0.162],[-0.408,0.217],[-0.324,0.301],[0.516,0.651],[0.451,0.716],[0.404,0.762],[0.376,0.79],[0.367,0.8],[0.376,0.79],[0.404,0.762],[0.451,0.716],[0,-1.917],[0,-1.917],[0,-1.917],[0,-1.917]],"v":[[500,344],[498.898,344.773],[497.586,345.336],[496.148,345.772],[494.667,346.167],[493.228,346.603],[491.914,347.164],[490.81,347.935],[490,349],[491.445,351.055],[492.723,353.277],[493.89,355.611],[495,358],[496.11,360.389],[497.277,362.723],[498.555,364.945],[500,367],[500,361.25],[500,355.5],[500,349.75]],"c":true}],"h":1}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0.7254902,0.7294118,1]},"o":{"a":1,"k":[{"t":16,"s":[0],"h":1},{"t":17,"s":[100],"h":1},{"t":87,"s":[0],"h":1}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":101,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Book_02_Back_a","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[500,500,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"t":15,"s":[{"i":[[0,0.292],[0.28,-0.22],[0.292,-0.208],[0.299,-0.201],[0.299,-0.201],[0.292,-0.208],[0.28,-0.22],[0.262,-0.238],[0.237,-0.263],[0.206,-0.294],[0.169,-0.331],[-0.333,0],[-0.333,0],[-0.333,0],[-0.333,0],[-0.333,0],[-0.333,0],[-0.333,0],[-0.333,0],[0,0.292],[0,0.292],[0,0.292],[0,0.292],[0,0.292],[0,0.292],[0,0.292]],"o":[[-0.262,0.238],[-0.28,0.22],[-0.292,0.208],[-0.299,0.201],[-0.299,0.201],[-0.292,0.208],[-0.28,0.22],[-0.262,0.238],[-0.237,0.263],[-0.206,0.294],[0.333,0],[0.333,0],[0.333,0],[0.333,0],[0.333,0],[0.333,0],[0.333,0],[0.333,0],[0,-0.292],[0,-0.292],[0,-0.292],[0,-0.292],[0,-0.292],[0,-0.292],[0,-0.292],[0,-0.292]],"v":[[500,493],[499.186,493.686],[498.326,494.326],[497.438,494.938],[496.541,495.541],[495.654,496.154],[494.793,496.793],[493.979,497.479],[493.23,498.23],[492.564,499.064],[492,500],[493,500],[494,500],[495,500],[496,500],[497,500],[498,500],[499,500],[500,500],[500,499.125],[500,498.25],[500,497.375],[500,496.5],[500,495.625],[500,494.75],[500,493.875]],"c":true}],"h":1},{"t":16,"s":[{"i":[[0,34.667],[0.671,0.996],[0.308,1.358],[2.547,-2.22],[2.537,-1.992],[0.543,-0.091],[0.44,-0.329],[0.881,-0.97],[0.917,-0.702],[4.057,-2.998],[4.069,-3.169],[2.584,-2.144],[3.083,-1.415],[1.428,-1.08],[1.384,-1.096],[4.214,-3.404],[4.265,-3.312],[1.519,-0.93],[1.485,-1.163],[1.312,-1.214],[1.37,-1.062],[4.614,-5.077],[-13.16,-22.173],[-7.333,0],[-11.742,9.27],[-12.176,9.098]],"o":[[-1.009,-0.659],[-0.671,-0.996],[-3.276,1.13],[-2.547,2.22],[-0.39,0.307],[-0.543,0.091],[-0.558,0.418],[-0.882,0.97],[-3.703,2.84],[-4.057,2.998],[-2.579,2.009],[-2.584,2.144],[-0.903,1.582],[-1.428,1.08],[-3.877,3.071],[-4.214,3.404],[-1.438,1.117],[-1.519,0.93],[-1.38,1.081],[-1.312,1.214],[-5.473,4.239],[13.411,21.922],[7.333,0],[10.865,-10.151],[11.905,-9.399],[0,-34.667]],"v":[[500,340],[497.475,337.525],[496,334],[487.445,339.353],[480,346],[478.537,346.483],[477,347],[474.769,349.287],[472,352],[460.274,360.753],[448,370],[440.378,376.446],[432,382],[428.361,385.865],[424,389],[411.791,398.819],[399,409],[394.535,411.966],[390,415],[385.993,418.515],[382,422],[366,435],[407,500],[429,500],[464,472],[500,444]],"c":true}],"h":1},{"t":17,"s":[{"i":[[0,28.667],[1.966,3.034],[2.068,2.931],[3.225,-2.675],[3.24,-2.53],[1.691,-1.118],[1.619,-1.264],[7.939,-6.476],[7.793,-6.279],[-1.612,-2.453],[-1.664,-2.459],[-0.112,-0.556],[-0.305,-0.407],[-0.97,-1.074],[-0.676,-1.115],[-0.095,-0.498],[-0.298,-0.478],[-0.871,-1.142],[-0.931,-1.495],[-0.123,-0.566],[-0.29,-0.387],[-1.432,-1.917],[-1.283,-2.01],[-5.024,-10.055],[-6.755,5.37],[-6.877,5.611]],"o":[[-2.068,-2.931],[-1.966,-3.034],[-3.859,1.771],[-3.225,2.675],[-1.619,1.264],[-1.691,1.118],[-7.45,5.818],[-7.939,6.476],[0.888,2.73],[1.612,2.453],[0.248,0.367],[0.112,0.556],[0.443,0.591],[0.97,1.074],[0.321,0.53],[0.095,0.498],[0.583,0.939],[0.871,1.142],[0.217,0.35],[0.123,0.566],[0.991,1.322],[1.432,1.917],[5.301,8.309],[7.927,-4.148],[6.947,-5.522],[0,-28.667]],"v":[[500,202],[494,193],[488,184],[477.536,190.931],[468,199],[463,202.5],[458,206],[434.757,224.655],[411,244],[414.918,251.703],[420,259],[420.457,260.47],[421,262],[423.325,264.607],[426,268],[426.518,269.539],[427,271],[429.239,274.083],[432,278],[432.446,279.472],[433,281],[436.782,285.984],[441,292],[458,320],[479,304],[500,288]],"c":true}],"h":1},{"t":18,"s":[{"i":[[-0.278,0.938],[2.01,3.065],[1.945,3.102],[1.963,3.111],[2.062,3.092],[4.159,6.092],[3.357,6.625],[0.333,0],[0.333,0],[10.967,-9.2],[10.414,-9.753],[0.826,-0.487],[0.767,-0.642],[0.762,-0.877],[0.276,-0.923],[-8.142,-12.191],[-7.69,-12.644],[-2.427,1.974],[-2.321,1.974],[-2.323,2.009],[-2.37,1.975],[-4.766,4.074],[-5.121,3.691],[-2.495,1.918],[-2.075,1.79],[-0.76,0.869]],"o":[[-2.156,-3.001],[-2.01,-3.065],[-1.945,-3.102],[-1.963,-3.111],[-4.006,-6.007],[-4.159,-6.092],[-0.333,0],[-0.333,0],[-10.719,9.448],[-10.967,9.2],[-0.929,0.409],[-0.826,0.487],[-0.677,0.567],[-0.762,0.877],[7.741,12.591],[8.142,12.191],[2.971,-1.132],[2.427,-1.974],[2.339,-1.99],[2.323,-2.009],[4.814,-4.012],[4.766,-4.074],[1.947,-2.537],[2.495,-1.918],[0.68,-0.587],[0.76,-0.869]],"v":[[426,189],[419.771,179.894],[413.858,170.637],[408.017,161.311],[402,152],[389.513,133.963],[378,115],[377,115],[376,115],[343.271,142.771],[311,171],[308.378,172.325],[306,174],[303.699,176.233],[302,179],[326.039,215.961],[350,253],[357.987,248.131],[365,242],[371.978,235.989],[379,230],[393.269,217.76],[408,206],[414.904,199.44],[422,194],[424.302,191.763]],"c":true}],"h":1},{"t":19,"s":[{"i":[[-2.044,3.956],[8.163,11.837],[8.063,11.937],[0.273,0.227],[0.405,0.095],[3.292,-3.198],[3.375,-3.136],[2.784,-2.885],[2.922,-2.725],[1.555,-1.105],[1.396,-1.288],[2.784,-2.887],[2.798,-2.624],[1.468,-1.445],[0.738,-1.916],[-8.403,-12.097],[-8.142,-12.358],[-1.065,1.144],[-1.103,1.046],[-3.254,3.379],[-3.435,3.12],[-0.722,0.251],[-0.548,0.487],[-3.728,4.094],[-4.802,2.822],[-3.124,2.876]],"o":[[-8.284,-11.716],[-8.163,-11.837],[-0.501,0.002],[-0.273,-0.227],[-3.458,3.072],[-3.292,3.198],[-2.943,2.734],[-2.784,2.885],[-1.385,1.292],[-1.555,1.105],[-3.066,2.829],[-2.784,2.887],[-1.391,1.304],[-1.468,1.445],[8.248,12.252],[8.403,12.097],[1.637,-0.379],[1.065,-1.144],[3.549,-3.363],[3.254,-3.379],[0.563,-0.511],[0.722,-0.251],[4.285,-3.803],[3.728,-4.094],[2.46,-3.54],[3.124,-2.876]],"v":[[323,119],[298.335,83.665],[274,48],[272.928,47.572],[272,47],[261.938,56.452],[252,66],[243.484,74.506],[235,83],[230.508,86.503],[226,90],[217.299,98.654],[209,107],[204.511,111.041],[201,116],[226.08,152.42],[251,189],[254.9,186.5],[258,183],[268.086,172.817],[278,163],[280.011,161.982],[282,161],[293.612,148.764],[306,138],[314.812,128.812]],"c":true}],"h":1},{"t":20,"s":[{"i":[[-2.032,3.968],[4.294,5.873],[4.283,5.884],[4.348,5.819],[4.488,5.678],[0.03,0.137],[0.068,0.098],[0.129,0.037],[0.213,-0.046],[5.592,-6.324],[5.611,-6.306],[5.588,-6.329],[5.524,-6.392],[-3.332,-4.421],[-3.2,-4.494],[-3.143,-4.451],[-3.161,-4.292],[-1.173,-1.436],[-1.153,-1.458],[-1.029,-1.543],[-0.8,-1.692],[-1.332,1.668],[-1.291,1.709],[-6.958,8.042],[-7.565,7.435],[-2.939,3.061]],"o":[[-4.381,-5.785],[-4.294,-5.873],[-4.283,-5.884],[-4.348,-5.819],[-0.014,-0.152],[-0.03,-0.137],[-0.068,-0.098],[-0.129,-0.037],[-5.532,6.384],[-5.592,6.324],[-5.611,6.306],[-5.588,6.329],[3.538,4.232],[3.332,4.421],[3.2,4.494],[3.143,4.451],[1.088,1.477],[1.173,1.436],[1.153,1.458],[1.029,1.543],[2.382,-0.618],[1.332,-1.668],[7.603,-7.398],[6.958,-8.042],[2.212,-3.788],[2.939,-3.061]],"v":[[229,52],[216.007,34.493],[203.161,16.839],[190.235,-0.735],[177,-18],[176.939,-18.439],[176.798,-18.798],[176.507,-19.007],[176,-19],[159.302,0.052],[142.487,18.987],[125.678,37.929],[109,57],[119.287,70.009],[129.066,83.41],[138.562,96.856],[148,110],[151.417,114.353],[154.932,118.678],[158.231,123.163],[161,128],[166.319,124.319],[170,119],[191.528,95.528],[213,72],[221.134,62.134]],"c":true}],"h":1},{"t":21,"s":[{"i":[[9.372,11.295],[5.065,-6.852],[5.028,-6.889],[5.074,-6.842],[5.203,-6.714],[-1.027,-1.556],[-1.188,-1.395],[-1.192,-1.392],[-1.037,-1.546],[-1.99,-2.489],[-2.063,-2.438],[-1.916,-2.355],[-1.549,-2.24],[-0.673,-0.867],[-0.646,-0.771],[-0.65,-0.769],[-0.684,-0.86],[-0.414,-0.588],[-0.399,-0.591],[-0.41,-0.583],[-0.447,-0.564],[-0.938,-1.108],[-1.399,-0.495],[-10.173,13.827],[-10.103,13.896],[9.067,11.6]],"o":[[-5.184,6.732],[-5.065,6.852],[-5.028,6.889],[-5.074,6.842],[0.709,1.875],[1.027,1.556],[1.188,1.395],[1.192,1.392],[1.698,2.508],[1.99,2.489],[2.063,2.438],[1.916,2.355],[0.731,1.056],[0.673,0.867],[0.646,0.771],[0.65,0.769],[0.456,0.573],[0.414,0.588],[0.399,0.591],[0.41,0.583],[0.849,1.071],[0.938,1.108],[10.203,-13.796],[10.173,-13.827],[-9.362,-11.305],[-9.066,-11.6]],"v":[[90,-80],[74.647,-59.603],[59.528,-38.972],[44.395,-18.355],[29,2],[31.644,7.106],[35.007,11.493],[38.617,15.633],[42,20],[47.588,27.504],[53.723,34.902],[59.747,42.099],[65,49],[67.099,51.862],[69.071,54.295],[71.008,56.581],[73,59],[74.298,60.744],[75.513,62.514],[76.721,64.277],[78,66],[80.587,69.431],[84,72],[114.575,30.575],[145,-11],[117.507,-45.508]],"c":true}],"h":1},{"t":22,"s":[{"i":[[1.371,-0.344],[0.565,-0.816],[0.375,-0.604],[0.095,-0.494],[0.319,-0.54],[1.005,-1.706],[2.332,-3.875],[2.035,-3.382],[2.296,-3.899],[0.504,-0.87],[1.53,-2.594],[2.218,-3.707],[0.509,-0.88],[1.714,-2.881],[3.393,-2.907],[-4.671,-5.441],[-3.245,-3.723],[-1.263,-1.516],[-4.803,-5.603],[-2.423,-2.745],[-4.5,-0.488],[-7.275,12.193],[-1.029,1.72],[-2.349,3.903],[-5.298,12.001],[18.293,20.998]],"o":[[-0.363,1.133],[-0.565,0.816],[-0.3,0.483],[-0.095,0.494],[-1.054,1.781],[-2.333,3.962],[-2.115,3.515],[-2.374,3.945],[-0.386,0.656],[-1.89,3.264],[-2.207,3.742],[-0.399,0.666],[-1.822,3.146],[-2.163,3.636],[3.149,6.769],[3.806,4.434],[1.233,1.415],[4.705,5.646],[2.4,2.8],[2.438,2.761],[7.683,-13.497],[1.106,-1.853],[2.303,-3.849],[6.878,-11.43],[-18.033,-21.458],[-0.481,-0.552]],"v":[[13,-135],[11.509,-132.103],[10,-130],[9.514,-128.542],[9,-127],[5,-122],[-1,-110],[-8,-100],[-14,-88],[-16,-86],[-21,-78],[-27,-66],[-29,-64],[-34,-56],[-41,-45],[-27,-28],[-17,-15],[-13,-11],[1,6],[9,14],[17,22],[40,-18],[44,-23],[50,-35],[70,-69],[15,-134]],"c":true}],"h":1},{"t":23,"s":[{"i":[[10.122,10.545],[7.81,-16.69],[7.702,-16.799],[-2.5,-2.122],[-1.448,-1.894],[-0.098,-0.568],[-0.325,-0.358],[-2.726,-2.475],[-1.665,-3.424],[-2.483,-2.517],[-2.331,-2.669],[-1.849,-2.07],[-1.694,-1.645],[-0.788,-0.677],[-1.191,0.346],[-3.623,7.238],[-2.983,6.462],[-0.262,1.239],[-0.495,1.054],[-2.041,3.971],[-1.923,4.038],[-1.897,4.118],[-1.44,4.386],[2.367,2.482],[2.06,2.225],[4.674,5.659]],"o":[[-8.056,16.444],[-7.811,16.69],[1.552,2.618],[2.5,2.122],[0.284,0.371],[0.098,0.568],[2.43,2.675],[2.726,2.475],[2.739,2.261],[2.483,2.517],[1.912,2.075],[1.849,2.07],[0.657,0.637],[0.788,0.677],[2.523,-7.585],[3.623,-7.238],[0.457,-0.992],[0.262,-1.239],[1.913,-4.076],[2.041,-3.972],[1.972,-4.142],[1.897,-4.118],[0.683,-2.758],[-2.511,-2.633],[-4.597,-5.736],[-9.839,-10.828]],"v":[[-52,-183],[-75.766,-133.266],[-99,-83],[-92.422,-75.957],[-86,-70],[-85.531,-68.49],[-85,-67],[-76.926,-59.561],[-70,-51],[-62.195,-43.805],[-55,-36],[-49.337,-29.677],[-44,-24],[-41.901,-21.762],[-39,-21],[-29.344,-43.343],[-19,-64],[-18.028,-67.453],[-17,-71],[-11.007,-83.028],[-5,-95],[0.899,-107.317],[6,-120],[0,-127],[-7,-135],[-22,-151]],"c":true}],"h":1},{"t":24,"s":[{"i":[[0.425,-0.092],[3.211,-8.956],[3.18,-8.987],[3.254,-8.912],[3.433,-8.733],[-0.202,-0.383],[-0.314,-0.33],[-0.33,-0.282],[-0.25,-0.239],[-4.248,-4.054],[-4.243,-4.065],[-4.123,-3.978],[-3.888,-3.795],[-0.557,-0.716],[-0.604,-0.687],[-0.745,-0.502],[-0.98,-0.162],[-3.233,8.851],[-3.189,8.894],[-3.112,8.971],[-3.001,9.083],[1.429,0.904],[1.056,1.277],[8.763,8.404],[8.757,8.41],[0.136,0.197]],"o":[[-3.347,8.82],[-3.211,8.956],[-3.18,8.987],[-3.254,8.912],[-0.007,0.44],[0.202,0.383],[0.314,0.33],[0.33,0.282],[4.138,3.947],[4.248,4.054],[4.243,4.065],[4.123,3.978],[0.605,0.59],[0.557,0.716],[0.604,0.687],[0.745,0.502],[3.242,-8.841],[3.233,-8.851],[3.189,-8.894],[3.112,-8.971],[-0.227,-2.106],[-1.429,-0.904],[-8.191,-8.976],[-8.763,-8.404],[-0.029,-0.305],[-0.136,-0.197]],"v":[[-107,-223],[-116.81,-196.31],[-126.37,-169.369],[-135.995,-142.494],[-146,-116],[-145.683,-114.767],[-144.886,-113.698],[-143.895,-112.78],[-143,-112],[-130.391,-99.975],[-117.625,-87.773],[-105.046,-75.685],[-93,-64],[-91.281,-62.002],[-89.563,-59.858],[-87.563,-58.036],[-85,-57],[-75.279,-83.53],[-65.638,-110.138],[-56.177,-136.927],[-47,-164],[-49.878,-168.122],[-54,-171],[-79.576,-196.924],[-106,-222],[-106.202,-222.798]],"c":true}],"h":1},{"t":25,"s":[{"i":[[0.111,0.066],[2.523,-9.561],[2.491,-9.593],[2.473,-9.61],[2.469,-9.614],[-1.232,-1.188],[-1.252,-1.175],[-1.269,-1.149],[-1.281,-1.11],[-1.299,-1.123],[-1.32,-1.098],[-1.361,-1.051],[-1.421,-0.983],[-1.229,-1.188],[-1.316,-1.101],[-1.304,-1.113],[-1.194,-1.223],[-1.269,-1.148],[-1.25,-1.167],[-1.356,-1.061],[-1.588,-0.828],[-4.978,19.188],[-4.918,19.25],[10.203,8.979],[10.341,8.788],[0.198,-0.037]],"o":[[-2.569,9.515],[-2.523,9.561],[-2.491,9.593],[-2.473,9.61],[1.209,1.189],[1.232,1.188],[1.252,1.175],[1.269,1.149],[1.298,1.125],[1.299,1.123],[1.32,1.098],[1.361,1.051],[1.044,1.373],[1.229,1.188],[1.316,1.101],[1.304,1.113],[1.413,1.004],[1.269,1.148],[1.25,1.167],[1.356,1.061],[5.169,-18.998],[4.978,-19.188],[-9.846,-9.294],[-10.203,-8.979],[-0.096,-0.082],[-0.198,0.037]],"v":[[-151,-254],[-158.633,-225.383],[-166.149,-196.649],[-173.591,-167.841],[-181,-139],[-177.337,-135.431],[-173.609,-131.882],[-169.826,-128.392],[-166,-125],[-162.109,-121.623],[-158.185,-118.286],[-154.168,-115.056],[-150,-112],[-146.566,-108.184],[-142.725,-104.776],[-138.771,-101.479],[-135,-98],[-131.009,-94.741],[-127.263,-91.238],[-123.385,-87.865],[-119,-85],[-103.811,-142.311],[-89,-200],[-119.128,-227.379],[-150,-254],[-150.489,-254.012]],"c":true}],"h":1},{"t":26,"s":[{"i":[[1.163,-0.163],[3.553,-20.28],[3.378,-20.456],[-2.062,-1.74],[-1.269,-1.181],[-0.546,-0.074],[-0.43,-0.344],[-0.955,-1.065],[-1.077,-0.861],[-0.837,-0.651],[-0.567,-0.529],[-0.546,-0.074],[-0.43,-0.344],[-0.939,-1.052],[-1.145,-0.915],[-0.834,-0.649],[-0.557,-0.519],[-0.546,-0.074],[-0.43,-0.344],[-2.185,-2.033],[-2.938,-1.014],[-1.58,-1.268],[-0.156,1.971],[-6.242,41.091],[14.999,12.001],[6.206,3.127]],"o":[[-3.409,20.424],[-3.553,20.28],[1.484,1.858],[2.062,1.74],[0.387,0.36],[0.546,0.074],[1.103,0.88],[0.955,1.065],[1.084,0.867],[0.837,0.651],[0.387,0.36],[0.546,0.074],[1.1,0.877],[0.939,1.052],[1.108,0.886],[0.834,0.649],[0.387,0.36],[0.546,0.074],[2.322,1.853],[2.185,2.033],[0.523,0.898],[1.58,1.268],[7.662,-39.671],[-14.134,-12.866],[-5.432,-3.901],[-0.221,-0.779]],"v":[[-184,-277],[-194.523,-216.023],[-205,-155],[-199.338,-149.492],[-194,-145],[-192.533,-144.488],[-191,-144],[-187.98,-140.985],[-185,-138],[-182.112,-135.746],[-180,-134],[-178.533,-133.488],[-177,-133],[-174.034,-130.029],[-171,-127],[-168.087,-124.725],[-166,-123],[-164.533,-122.488],[-163,-122],[-156.462,-115.871],[-149,-111],[-145.224,-106.849],[-142,-107],[-121,-228],[-166,-264],[-182,-276]],"c":true}],"h":1},{"t":27,"s":[{"i":[[0.425,-0.092],[1.252,-10.665],[1.23,-10.687],[1.238,-10.679],[1.278,-10.639],[-10.668,-7.665],[-10.863,-7.471],[-2.415,21.252],[-2.8,20.866],[5.288,3.641],[5.293,3.845],[1.119,1.044],[1.265,0.908],[1.108,0.727],[0.57,0.377],[0.291,0.357],[0.376,0.267],[0.941,0.284],[0.645,0.443],[0.148,0.418],[0.2,0.186],[0.531,0.072],[0.474,0.338],[1.197,1.145],[1.764,0.388],[0.136,0.197]],"o":[[-1.304,10.612],[-1.252,10.665],[-1.23,10.687],[-1.238,10.679],[10.466,7.868],[10.668,7.665],[2.541,-21.126],[2.415,-21.252],[-4.557,-4.591],[-5.288,-3.641],[-1.26,-0.916],[-1.119,-1.044],[-0.999,-0.716],[-1.108,-0.727],[-0.458,-0.304],[-0.291,-0.357],[-0.592,-0.42],[-0.941,-0.284],[-0.208,-0.143],[-0.148,-0.418],[-0.402,-0.375],[-0.531,-0.072],[-1.447,-1.034],[-1.197,-1.145],[-0.029,-0.305],[-0.137,-0.197]],"v":[[-204,-291],[-207.826,-259.077],[-211.54,-227.04],[-215.234,-194.984],[-219,-163],[-187.298,-139.702],[-155,-117],[-147.695,-180.695],[-140,-244],[-154.948,-256.059],[-171,-267],[-174.497,-270.006],[-178,-273],[-181.322,-275.254],[-184,-277],[-185.061,-278.028],[-186,-279],[-188.46,-279.983],[-191,-281],[-191.506,-281.968],[-192,-283],[-193.446,-283.527],[-195,-284],[-198.762,-287.484],[-203,-290],[-203.202,-290.798]],"c":true}],"h":1},{"t":28,"s":[{"i":[[5.379,3.621],[0.663,-7.282],[0.641,-7.304],[0.638,-7.306],[0.654,-7.29],[0.69,-7.255],[0.744,-7.2],[-2.076,-1.344],[-1.968,-1.366],[-1.908,-1.339],[-1.896,-1.262],[-2.724,-1.881],[-2.721,-1.9],[-2.637,-1.82],[-2.471,-1.638],[-0.691,-0.543],[-0.718,-0.495],[-0.793,-0.33],[-0.916,-0.048],[-0.893,10.857],[-0.997,10.753],[-0.98,10.77],[-0.844,10.906],[5.31,3.69],[5.334,3.666],[5.356,3.644]],"o":[[-0.703,7.241],[-0.663,7.282],[-0.641,7.304],[-0.638,7.306],[-0.654,7.29],[-0.69,7.255],[2.232,1.273],[2.076,1.344],[1.968,1.366],[1.908,1.339],[2.645,1.76],[2.724,1.881],[2.721,1.9],[2.637,1.82],[0.714,0.473],[0.691,0.543],[0.718,0.495],[0.793,0.33],[0.669,-11.081],[0.893,-10.857],[0.997,-10.753],[0.98,-10.77],[-5.286,-3.714],[-5.31,-3.69],[-5.334,-3.666],[-5.356,-3.644]],"v":[[-214,-297],[-216.044,-275.211],[-217.994,-253.328],[-219.908,-231.408],[-221.842,-209.509],[-223.854,-187.687],[-226,-166],[-219.55,-162.062],[-213.496,-157.984],[-207.694,-153.913],[-202,-150],[-193.927,-144.514],[-185.739,-138.817],[-177.682,-133.212],[-170,-128],[-167.905,-126.447],[-165.804,-124.862],[-163.551,-123.596],[-161,-123],[-158.627,-155.877],[-155.762,-188.262],[-152.767,-220.517],[-150,-253],[-165.896,-264.104],[-181.862,-275.138],[-197.897,-286.103]],"c":true}],"h":1},{"t":29,"s":[{"i":[[0.582,-0.082],[0.826,-10.841],[0.819,-10.847],[0.834,-10.833],[0.87,-10.797],[-2.596,-1.76],[-2.529,-1.67],[-5.315,-3.703],[-5.198,-3.529],[-2.792,-1.694],[-3.049,-1.335],[-1.648,21.685],[-1.502,21.831],[2.594,1.725],[2.552,1.767],[0.487,0.572],[0.522,0.342],[0.905,0.271],[0.746,0.501],[1.153,1.099],[1.237,0.828],[0.716,0.314],[0.542,0.347],[4.597,3.105],[4.815,2.504],[0.327,0.173]],"o":[[-0.853,10.814],[-0.826,10.841],[-0.819,10.847],[-0.834,10.833],[2.086,2.289],[2.596,1.76],[5.543,3.66],[5.315,3.703],[2.783,1.889],[2.792,1.694],[1.906,-21.428],[1.648,-21.685],[-2.072,-2.333],[-2.594,-1.725],[-0.531,-0.368],[-0.487,-0.573],[-0.632,-0.414],[-0.906,-0.271],[-1.153,-0.774],[-1.153,-1.099],[-0.594,-0.398],[-0.716,-0.314],[-4.796,-3.075],[-4.597,-3.105],[-0.111,-0.389],[-0.327,-0.173]],"v":[[-219,-299],[-221.512,-266.512],[-223.975,-233.975],[-226.449,-201.449],[-229,-169],[-221.832,-163.036],[-214,-158],[-197.742,-146.902],[-182,-136],[-173.7,-130.584],[-165,-126],[-159.697,-190.697],[-155,-256],[-162.14,-261.925],[-170,-267],[-171.506,-268.519],[-173,-270],[-175.414,-270.935],[-178,-272],[-181.437,-274.959],[-185,-278],[-187.039,-279.038],[-189,-280],[-202.985,-289.428],[-217,-298],[-217.647,-298.853]],"c":true}],"h":1},{"t":30,"s":[{"i":[[0.425,-0.092],[0.807,-11.026],[0.73,-11.104],[0.807,-11.026],[1.041,-10.793],[-2.672,-1.749],[-2.66,-1.744],[-2.657,-1.748],[-2.666,-1.76],[-2.678,-1.835],[-2.717,-1.808],[-2.806,-1.694],[-2.943,-1.493],[-0.714,10.952],[-0.779,10.888],[-0.8,10.867],[-0.779,10.888],[2.532,1.794],[2.61,1.683],[2.648,1.673],[2.645,1.764],[2.604,1.828],[2.64,1.817],[2.716,1.705],[2.834,1.493],[0.136,0.197]],"o":[[-1.041,10.793],[-0.807,11.026],[-0.73,11.104],[-0.807,11.026],[2.696,1.762],[2.672,1.749],[2.659,1.744],[2.657,1.748],[2.688,1.775],[2.678,1.835],[2.717,1.808],[2.806,1.694],[0.607,-11.06],[0.714,-10.952],[0.779,-10.888],[0.8,-10.867],[-2.413,-2.005],[-2.532,-1.794],[-2.61,-1.683],[-2.648,-1.673],[-2.608,-1.739],[-2.604,-1.828],[-2.64,-1.817],[-2.716,-1.705],[-0.029,-0.305],[-0.137,-0.197]],"v":[[-221,-301],[-223.733,-268.233],[-226,-235],[-228.267,-201.767],[-231,-169],[-222.95,-163.736],[-214.955,-158.499],[-206.982,-153.261],[-199,-148],[-190.963,-142.563],[-182.882,-137.076],[-174.611,-131.801],[-166,-127],[-164.007,-160.007],[-161.757,-192.757],[-159.379,-225.378],[-157,-258],[-164.427,-263.673],[-172.151,-268.862],[-180.049,-273.87],[-188,-279],[-195.808,-284.376],[-203.662,-289.869],[-211.686,-295.177],[-220,-300],[-220.202,-300.798]],"c":true}],"h":1},{"t":31,"s":[{"i":[[0.5,0],[0.692,-10.892],[0.784,-10.799],[0.7,-10.883],[0.441,-11.142],[-1.207,-0.985],[-1.298,-0.88],[-1.317,-0.83],[-1.264,-0.835],[-1.732,-1.133],[-1.712,-1.112],[-1.624,-1.048],[-1.467,-0.94],[-1.016,-0.674],[-0.981,-0.662],[-0.974,-0.657],[-0.997,-0.659],[-2.761,-1.817],[-3.226,-0.93],[-1.429,21.904],[-1.772,21.561],[5.189,3.481],[5.21,3.441],[5.216,3.417],[4.879,3.863],[0.5,0]],"o":[[-0.423,11.16],[-0.692,10.892],[-0.784,10.799],[-0.7,10.883],[1.043,1.144],[1.207,0.985],[1.298,0.88],[1.317,0.83],[1.683,1.112],[1.732,1.133],[1.712,1.112],[1.624,1.048],[1.081,0.693],[1.016,0.674],[0.981,0.662],[0.974,0.657],[2.73,1.803],[2.761,1.817],[1.512,-21.821],[1.429,-21.904],[-5.032,-3.637],[-5.189,-3.481],[-5.255,-3.47],[-5.216,-3.417],[-0.5,0],[-0.5,0]],"v":[[-223,-301],[-224.717,-267.967],[-226.974,-235.474],[-229.244,-202.994],[-231,-170],[-227.607,-166.82],[-223.832,-164.036],[-219.89,-161.484],[-216,-159],[-210.86,-155.622],[-205.676,-152.243],[-200.654,-148.993],[-196,-146],[-192.862,-143.951],[-189.874,-141.948],[-186.949,-139.971],[-184,-138],[-175.872,-132.345],[-167,-128],[-162.695,-193.695],[-158,-259],[-173.367,-269.647],[-189,-280],[-204.782,-290.205],[-220,-301],[-221.5,-301]],"c":true}],"h":1},{"t":32,"s":[{"i":[[5.427,3.406],[0.383,-5.492],[0.365,-5.51],[0.355,-5.52],[0.353,-5.522],[0.36,-5.515],[0.375,-5.5],[0.398,-5.477],[0.429,-5.446],[-2.693,-1.844],[-2.7,-1.806],[-2.691,-1.771],[-2.666,-1.741],[-2.624,-1.716],[-2.566,-1.694],[-1.335,-0.954],[-1.396,-0.919],[-1.488,-0.755],[-1.612,-0.464],[-0.664,11.002],[-0.76,10.907],[-0.716,10.951],[-0.531,11.135],[5.298,3.535],[5.318,3.515],[5.361,3.472]],"o":[[-0.409,5.466],[-0.383,5.492],[-0.365,5.51],[-0.355,5.52],[-0.353,5.522],[-0.36,5.515],[-0.375,5.5],[-0.398,5.477],[2.668,1.887],[2.693,1.844],[2.7,1.806],[2.691,1.771],[2.666,1.741],[2.624,1.716],[1.305,0.862],[1.335,0.954],[1.396,0.919],[1.488,0.755],[0.429,-11.238],[0.664,-11.002],[0.76,-10.907],[0.716,-10.951],[-5.301,-3.532],[-5.298,-3.535],[-5.318,-3.515],[-5.361,-3.472]],"v":[[-223,-302],[-224.185,-285.56],[-225.304,-269.054],[-226.38,-252.505],[-227.44,-235.94],[-228.507,-219.382],[-229.606,-202.856],[-230.762,-186.387],[-232,-170],[-223.954,-164.404],[-215.86,-158.931],[-207.769,-153.566],[-199.728,-148.299],[-191.789,-143.114],[-184,-138],[-180.047,-135.243],[-175.959,-132.402],[-171.642,-129.86],[-167,-128],[-165.325,-161.325],[-163.154,-194.154],[-160.906,-226.906],[-159,-260],[-174.893,-270.607],[-190.812,-281.189],[-206.824,-291.676]],"c":true}],"h":1},{"t":33,"s":[{"i":[[5.404,3.43],[0.423,-5.452],[0.385,-5.49],[0.359,-5.516],[0.345,-5.53],[0.342,-5.533],[0.35,-5.525],[0.369,-5.506],[0.399,-5.476],[-1.738,-1.233],[-1.781,-1.169],[-1.806,-1.13],[-1.812,-1.115],[-1.799,-1.125],[-1.768,-1.159],[-2.613,-1.836],[-2.616,-1.814],[-2.695,-1.696],[-2.849,-1.481],[-0.761,10.989],[-0.692,11.058],[-0.71,11.04],[-0.815,10.935],[5.303,3.531],[5.328,3.506],[5.361,3.472]],"o":[[-0.471,5.404],[-0.423,5.452],[-0.385,5.49],[-0.359,5.516],[-0.345,5.53],[-0.342,5.533],[-0.35,5.525],[-0.369,5.506],[1.675,1.322],[1.738,1.233],[1.781,1.169],[1.806,1.13],[1.812,1.115],[1.799,1.125],[2.686,1.762],[2.613,1.836],[2.616,1.814],[2.695,1.696],[0.916,-10.834],[0.761,-10.989],[0.692,-11.058],[0.71,-11.04],[-5.286,-3.547],[-5.303,-3.531],[-5.328,-3.506],[-5.361,-3.472]],"v":[[-223,-302],[-224.338,-285.713],[-225.547,-269.297],[-226.662,-252.787],[-227.715,-236.215],[-228.742,-219.617],[-229.776,-203.026],[-230.85,-186.475],[-232,-170],[-226.876,-166.174],[-221.593,-162.577],[-216.208,-159.135],[-210.777,-155.774],[-205.355,-152.42],[-200,-149],[-192.069,-143.579],[-184.244,-138.079],[-176.297,-132.79],[-168,-128],[-165.507,-160.757],[-163.349,-193.849],[-161.266,-227.016],[-159,-260],[-174.881,-270.619],[-190.824,-281.176],[-206.855,-291.645]],"c":true}],"h":1},{"t":34,"s":[{"i":[[0.696,-0.269],[0.647,-11.02],[0.739,-10.928],[0.723,-10.944],[0.598,-11.068],[-2.643,-1.797],[-2.709,-1.695],[-2.712,-1.675],[-2.652,-1.739],[-2.613,-1.836],[-2.616,-1.814],[-2.695,-1.696],[-2.849,-1.481],[-0.736,11.014],[-0.687,11.063],[-0.732,11.018],[-0.871,10.879],[4.641,3.065],[4.695,3.004],[4.581,2.938],[4.299,2.865],[0.484,0.574],[0.524,0.344],[0.883,0.267],[0.744,0.454],[0.263,0.279]],"o":[[-0.447,11.22],[-0.647,11.02],[-0.739,10.928],[-0.723,10.944],[2.513,1.982],[2.643,1.797],[2.709,1.695],[2.712,1.675],[2.686,1.762],[2.613,1.836],[2.616,1.814],[2.695,1.696],[0.879,-10.871],[0.736,-11.014],[0.687,-11.063],[0.732,-11.018],[-4.419,-3.118],[-4.641,-3.065],[-4.695,-3.004],[-4.581,-2.938],[-0.54,-0.36],[-0.484,-0.574],[-0.725,-0.476],[-0.883,-0.267],[-0.254,-0.155],[-0.263,-0.279]],"v":[[-224,-302],[-225.667,-268.667],[-227.772,-235.772],[-229.992,-202.991],[-232,-170],[-224.251,-164.352],[-216.208,-159.135],[-208.061,-154.101],[-200,-149],[-192.069,-143.579],[-184.244,-138.079],[-176.297,-132.79],[-168,-128],[-165.6,-160.85],[-163.488,-193.988],[-161.381,-227.131],[-159,-260],[-172.633,-269.276],[-186.68,-278.381],[-200.638,-287.295],[-214,-296],[-215.512,-297.512],[-217,-299],[-219.486,-300.016],[-222,-301],[-222.668,-301.818]],"c":true}],"h":1},{"t":75,"s":[{"i":[[0.696,-0.269],[0.667,-10.999],[0.731,-10.936],[0.698,-10.969],[0.569,-11.098],[-0.648,-0.466],[-0.709,-0.343],[-0.707,-0.331],[-0.639,-0.43],[-1.157,-1.102],[-1.213,-0.812],[-0.716,-0.314],[-0.542,-0.347],[-2.174,-1.305],[-2.136,-1.387],[-5.23,-3.642],[-5.702,-2.94],[-1.365,22.135],[-1.858,21.642],[9.391,6.009],[8.598,5.729],[0.484,0.574],[0.524,0.344],[0.883,0.267],[0.744,0.454],[0.263,0.279]],"o":[[-0.508,11.159],[-0.667,10.999],[-0.731,10.936],[-0.698,10.969],[0.523,0.699],[0.648,0.466],[0.709,0.343],[0.707,0.331],[1.157,0.778],[1.157,1.103],[0.594,0.398],[0.716,0.314],[2.17,1.392],[2.173,1.305],[5.376,3.492],[5.23,3.642],[1.681,-21.818],[1.365,-22.135],[-8.839,-6.236],[-9.391,-6.009],[-0.54,-0.36],[-0.484,-0.574],[-0.725,-0.476],[-0.883,-0.267],[-0.254,-0.155],[-0.263,-0.279]],"v":[[-224,-302],[-225.787,-268.787],[-227.909,-235.908],[-230.076,-203.076],[-232,-170],[-230.228,-168.281],[-228.175,-167.096],[-226.035,-166.113],[-224,-165],[-220.542,-162.026],[-217,-159],[-214.961,-157.962],[-213,-157],[-206.474,-152.997],[-200,-149],[-184.245,-138.086],[-168,-128],[-163.633,-194.132],[-159,-260],[-186.68,-278.381],[-214,-296],[-215.512,-297.512],[-217,-299],[-219.486,-300.016],[-222,-301],[-222.668,-301.818]],"c":true}],"h":1},{"t":76,"s":[{"i":[[0.5,0],[0.197,-11.22],[0.281,-11.136],[0.193,-11.223],[-0.065,-11.482],[-1.208,-0.822],[-1.315,-0.66],[-1.325,-0.633],[-1.237,-0.74],[-0.235,-0.249],[-0.228,-0.284],[-0.255,-0.268],[-0.314,-0.201],[-0.346,-0.172],[-0.353,-0.159],[-0.331,-0.157],[-0.278,-0.168],[-6.465,-3.825],[-6.567,-3.736],[-0.809,-0.309],[0.439,1.755],[-0.378,22.455],[-0.713,22.12],[10.479,6.188],[9.989,6.677],[0.5,0]],"o":[[0.058,11.474],[-0.197,11.22],[-0.281,11.136],[-0.193,11.223],[1.003,1.12],[1.208,0.822],[1.315,0.66],[1.325,0.633],[0.274,0.164],[0.235,0.249],[0.228,0.284],[0.255,0.268],[0.309,0.197],[0.346,0.172],[0.353,0.159],[0.331,0.157],[6.572,3.964],[6.465,3.825],[0.204,0.52],[0.809,0.309],[0.774,-22.06],[0.378,-22.455],[-10.094,-6.572],[-10.479,-6.188],[-0.5,0],[-0.5,0]],"v":[[-228,-303],[-228.252,-269.002],[-229.012,-235.512],[-229.766,-202.015],[-230,-168],[-226.66,-165.121],[-222.851,-162.931],[-218.867,-161.025],[-215,-159],[-214.246,-158.368],[-213.56,-157.555],[-212.844,-156.715],[-212,-156],[-211.011,-155.449],[-209.954,-154.956],[-208.921,-154.485],[-208,-154],[-188.496,-142.328],[-169,-131],[-167.018,-129.294],[-166,-131],[-164.455,-197.955],[-163,-265],[-194.078,-283.922],[-225,-303],[-226.5,-303]],"c":true}],"h":1},{"t":77,"s":[{"i":[[5.455,2.378],[-0.38,-5.995],[-0.403,-5.972],[-0.42,-5.955],[-0.431,-5.944],[-0.437,-5.938],[-0.438,-5.937],[-0.433,-5.942],[-0.422,-5.953],[-2.651,-1.266],[-2.647,-1.27],[-2.647,-1.27],[-2.653,-1.264],[-2.664,-1.253],[-2.68,-1.237],[-2.701,-1.215],[-2.728,-1.189],[0.53,7.97],[0.56,7.94],[0.575,7.925],[0.578,7.922],[0.568,7.932],[0.544,7.956],[5.293,2.54],[5.306,2.527],[5.36,2.473]],"o":[[0.352,6.023],[0.38,5.995],[0.403,5.972],[0.42,5.955],[0.431,5.944],[0.437,5.938],[0.438,5.937],[0.433,5.942],[2.661,1.256],[2.651,1.266],[2.647,1.27],[2.647,1.27],[2.653,1.264],[2.664,1.253],[2.68,1.237],[2.701,1.215],[-0.488,-8.012],[-0.53,-7.97],[-0.56,-7.94],[-0.575,-7.925],[-0.578,-7.922],[-0.568,-7.932],[-5.322,-2.512],[-5.293,-2.54],[-5.306,-2.527],[-5.36,-2.473]],"v":[[-229,-299],[-227.9,-280.975],[-226.724,-263.026],[-225.488,-245.137],[-224.209,-227.291],[-222.904,-209.471],[-221.59,-191.66],[-220.283,-173.842],[-219,-156],[-211.034,-152.216],[-203.089,-148.411],[-195.149,-144.6],[-187.201,-140.799],[-179.227,-137.023],[-171.212,-133.287],[-163.142,-129.608],[-155,-126],[-156.531,-149.969],[-158.169,-173.831],[-159.874,-197.626],[-161.608,-221.392],[-163.33,-245.17],[-165,-269],[-180.911,-276.589],[-196.799,-284.201],[-212.788,-291.713]],"c":true}],"h":1},{"t":78,"s":[{"i":[[5.452,1.464],[-0.958,-6.25],[-0.997,-6.212],[-1.022,-6.186],[-1.034,-6.174],[-1.034,-6.175],[-1.021,-6.188],[-0.994,-6.214],[-0.955,-6.253],[-2.663,-0.796],[-2.611,-0.847],[-2.58,-0.878],[-2.57,-0.888],[-2.58,-0.878],[-2.611,-0.847],[-2.663,-0.796],[-2.735,-0.724],[1.327,8.284],[1.368,8.243],[1.379,8.232],[1.36,8.252],[1.309,8.302],[1.228,8.383],[5.223,1.693],[5.15,1.766],[5.227,1.69]],"o":[[0.907,6.301],[0.958,6.25],[0.997,6.212],[1.022,6.186],[1.034,6.174],[1.034,6.175],[1.021,6.188],[0.994,6.214],[2.735,0.724],[2.663,0.796],[2.611,0.847],[2.58,0.878],[2.57,0.888],[2.58,0.878],[2.611,0.847],[2.663,0.796],[-1.255,-8.356],[-1.327,-8.284],[-1.368,-8.243],[-1.379,-8.232],[-1.36,-8.252],[-1.309,-8.302],[-5.446,-1.471],[-5.223,-1.693],[-5.15,-1.766],[-5.227,-1.69]],"v":[[-215,-279],[-212.198,-260.177],[-209.262,-241.488],[-206.231,-222.894],[-203.144,-204.356],[-200.038,-185.837],[-196.953,-167.296],[-193.928,-148.697],[-191,-130],[-182.909,-127.716],[-175.003,-125.247],[-167.221,-122.654],[-159.5,-120],[-151.779,-117.346],[-143.997,-114.753],[-136.091,-112.284],[-128,-110],[-131.88,-134.953],[-135.93,-159.736],[-140.06,-184.44],[-144.176,-209.158],[-148.187,-233.98],[-152,-259],[-167.966,-263.784],[-183.489,-269.01],[-199.018,-274.232]],"c":true}],"h":1},{"t":79,"s":[{"i":[[5.115,0.885],[-1.529,-6.388],[-1.56,-6.356],[-1.577,-6.339],[-1.58,-6.337],[-1.568,-6.348],[-1.542,-6.374],[-1.502,-6.415],[-1.447,-6.47],[-3.426,-0.574],[-3.371,-0.629],[-3.346,-0.654],[-3.349,-0.651],[-3.381,-0.619],[-3.441,-0.559],[0.679,3.203],[0.833,3.164],[0.863,3.129],[0.769,3.097],[2.327,9.637],[2.282,9.516],[2.315,9.496],[2.423,9.577],[5.12,0.88],[5.013,0.987],[5.011,0.989]],"o":[[1.483,6.434],[1.529,6.388],[1.56,6.356],[1.577,6.339],[1.58,6.337],[1.568,6.348],[1.542,6.374],[1.502,6.415],[3.51,0.49],[3.426,0.574],[3.371,0.629],[3.346,0.654],[3.349,0.651],[3.381,0.619],[-0.4,-3.246],[-0.679,-3.203],[-0.833,-3.164],[-0.863,-3.129],[-2.447,-9.86],[-2.327,-9.637],[-2.282,-9.516],[-2.315,-9.496],[-5.334,-0.666],[-5.12,-0.88],[-5.013,-0.987],[-5.011,-0.989]],"v":[[-182,-244],[-177.479,-224.771],[-172.842,-205.658],[-168.132,-186.618],[-163.392,-167.608],[-158.665,-148.585],[-153.996,-129.504],[-149.426,-110.324],[-145,-91],[-134.603,-89.397],[-124.414,-87.586],[-114.346,-85.654],[-104.312,-83.688],[-94.226,-81.774],[-84,-80],[-85.65,-89.674],[-87.947,-99.223],[-90.521,-108.662],[-93,-118],[-100.142,-147.221],[-107.036,-175.926],[-113.912,-204.417],[-121,-233],[-136.654,-235.346],[-151.827,-238.173],[-166.837,-241.163]],"c":true}],"h":1},{"t":80,"s":[{"i":[[4.828,0.256],[-1.966,-6.45],[-1.996,-6.42],[-2.016,-6.4],[-2.026,-6.39],[-2.027,-6.39],[-2.017,-6.4],[-1.997,-6.42],[-1.968,-6.449],[-2.442,-0.142],[-2.424,-0.159],[-2.419,-0.165],[-2.426,-0.158],[-2.445,-0.138],[-2.476,-0.107],[-2.52,-0.063],[-2.576,-0.007],[2.693,8.584],[2.676,8.602],[2.684,8.594],[2.717,8.56],[2.777,8.501],[2.862,8.416],[4.878,0.206],[4.778,0.305],[4.761,0.322]],"o":[[1.927,6.49],[1.966,6.45],[1.996,6.42],[2.016,6.4],[2.026,6.39],[2.027,6.39],[2.017,6.4],[1.997,6.42],[2.471,0.112],[2.442,0.142],[2.424,0.159],[2.419,0.165],[2.426,0.158],[2.445,0.138],[2.476,0.107],[2.52,0.063],[-2.737,-8.541],[-2.693,-8.584],[-2.676,-8.602],[-2.684,-8.594],[-2.717,-8.56],[-2.777,-8.501],[-5.061,-0.023],[-4.878,-0.206],[-4.778,-0.305],[-4.761,-0.322]],"v":[[-130,-196],[-124.158,-176.592],[-118.211,-157.288],[-112.19,-138.06],[-106.123,-118.877],[-100.041,-99.709],[-93.973,-80.527],[-87.949,-61.301],[-82,-42],[-74.634,-41.617],[-67.338,-41.162],[-60.077,-40.673],[-52.814,-40.186],[-45.511,-39.739],[-38.132,-39.368],[-30.641,-39.109],[-23,-39],[-31.139,-64.694],[-39.186,-90.48],[-47.219,-116.281],[-55.314,-142.019],[-63.549,-167.618],[-72,-193],[-86.887,-193.363],[-101.35,-194.15],[-115.638,-195.112]],"c":true}],"h":1},{"t":81,"s":[{"i":[[-4.442,0.558],[2.356,6.394],[2.352,6.398],[2.354,6.396],[2.361,6.389],[2.373,6.377],[2.391,6.359],[2.414,6.336],[2.443,6.308],[2.839,-0.068],[3.198,-0.135],[3.379,-0.188],[3.381,-0.227],[3.205,-0.251],[2.851,-0.261],[-2.311,-6.438],[-2.376,-6.402],[-2.377,-6.388],[-2.314,-6.395],[-2.381,-6.441],[-2.418,-6.414],[-2.453,-6.392],[-2.485,-6.372],[-4.691,0.309],[-4.784,0.216],[-4.701,0.299]],"o":[[-2.365,-6.385],[-2.356,-6.394],[-2.352,-6.398],[-2.354,-6.396],[-2.361,-6.389],[-2.373,-6.377],[-2.391,-6.359],[-2.414,-6.336],[-2.301,-0.013],[-2.839,0.068],[-3.198,0.135],[-3.379,0.188],[-3.381,0.227],[-3.205,0.251],[2.181,6.496],[2.311,6.438],[2.376,6.402],[2.377,6.388],[2.341,6.47],[2.381,6.441],[2.418,6.414],[2.453,6.392],[4.423,-0.576],[4.691,-0.309],[4.784,-0.216],[4.701,-0.299]],"v":[[51,11],[43.919,-8.17],[36.858,-27.359],[29.801,-46.551],[22.731,-65.731],[15.633,-84.882],[8.489,-103.988],[1.283,-123.033],[-6,-142],[-13.755,-141.914],[-22.854,-141.606],[-32.763,-141.118],[-42.946,-140.492],[-52.87,-139.772],[-62,-139],[-55.245,-119.604],[-48.199,-100.349],[-41.053,-81.17],[-34,-62],[-26.916,-42.635],[-19.716,-23.353],[-12.408,-4.145],[-5,15],[8.716,13.716],[22.971,12.971],[37.242,12.242]],"c":true}],"h":1},{"t":82,"s":[{"i":[[3.107,0.776],[8.74,-1.427],[9.288,-0.879],[-0.371,-1.168],[-0.383,-0.83],[-0.146,-0.512],[-0.265,-0.626],[-0.938,-1.503],[-0.626,-1.523],[-0.432,-1.723],[-0.633,-1.558],[-0.186,-0.357],[-0.182,-0.396],[-0.326,-0.873],[-0.309,-0.669],[-0.507,-1.212],[-0.406,-0.927],[-0.857,-2.121],[-0.682,-1.48],[-0.474,-1.126],[-0.486,-1.152],[-2.243,-5.32],[-9.318,-24.579],[-10.305,1.472],[-5.727,3.396],[20.299,47.367]],"o":[[-8.754,1.413],[-8.74,1.427],[0.133,1.499],[0.371,1.168],[0.151,0.327],[0.146,0.512],[0.621,1.466],[0.938,1.503],[0.637,1.552],[0.433,1.723],[0.072,0.177],[0.186,0.357],[0.387,0.84],[0.326,0.873],[0.566,1.227],[0.507,1.212],[0.891,2.037],[0.857,2.121],[0.62,1.345],[0.474,1.126],[2.784,6.603],[10.445,24.774],[10.924,-1.478],[7.343,-1.049],[-20.641,-47.025],[-1.469,-3.075]],"v":[[71,-86],[44.901,-81.599],[18,-78],[18.813,-73.999],[20,-71],[20.414,-69.724],[21,-68],[23.497,-63.543],[26,-59],[27.503,-54.005],[29,-49],[29.417,-48.164],[30,-47],[31.059,-44.373],[32,-42],[33.62,-38.275],[35,-35],[37.656,-28.582],[40,-23],[41.6,-19.356],[43,-16],[51,3],[81,76],[115,70],[136,66],[76,-77]],"c":true}],"h":1},{"t":83,"s":[{"i":[[5.12,-0.454],[16.858,-3.809],[-2.788,-6.105],[-1.411,-3.144],[-1.428,-3.166],[-0.651,-1.6],[-0.662,-1.511],[-2.91,-6.556],[-1.41,-3.146],[-2.718,-6.056],[-6.781,-14.627],[-3.037,-0.673],[-17.516,3.484],[1.437,3.285],[1.305,2.76],[1.258,2.729],[3.013,6.711],[0.648,1.49],[0.677,1.503],[0.763,1.877],[0.671,1.512],[0.651,1.6],[0.674,1.512],[0.685,2.266],[0.217,0.49],[8.515,17.734]],"o":[[-16.858,3.809],[1.528,6.689],[1.526,3.34],[1.411,3.143],[0.63,1.397],[0.619,1.522],[3.113,7.106],[1.389,3.129],[2.776,6.193],[7.13,15.882],[1.455,3.138],[17.281,-3.719],[-0.971,-4.889],[-1.644,-3.76],[-1.734,-3.668],[-3.257,-7.066],[-0.657,-1.463],[-0.762,-1.752],[-0.711,-1.578],[-0.621,-1.526],[-0.622,-1.4],[-0.621,-1.527],[-1.044,-2.342],[-0.11,-0.362],[-8.144,-18.37],[-2.074,-2.593]],"v":[[158,-25],[108,-13],[116,6],[120,16],[125,25],[126,30],[129,34],[137,54],[142,63],[150,82],[172,130],[177,139],[228,127],[223,113],[219,104],[214,93],[204,73],[203,68],[200,64],[199,59],[196,55],[195,50],[192,46],[190,39],[188,37],[164,-17]],"c":true}],"h":1},{"t":84,"s":[{"i":[[-2.778,1.429],[6.022,12.478],[5.949,12.551],[5.952,12.548],[6.032,12.468],[0.167,0],[0.167,0],[0.167,0],[0.167,0],[4.038,-1.295],[4.075,-1.258],[4.124,-1.209],[4.187,-1.147],[-0.618,-1.616],[-0.708,-1.588],[-0.736,-1.553],[-0.702,-1.51],[-5.307,-11.025],[-5.306,-10.929],[-5.221,-10.939],[-5.052,-11.057],[-2.905,0.746],[-2.838,0.806],[-2.64,0.782],[-2.308,0.675],[-3.157,1.13]],"o":[[-6.171,-12.328],[-6.022,-12.478],[-5.949,-12.551],[-5.952,-12.548],[-0.167,0],[-0.167,0],[-0.167,0],[-0.167,0],[-4.014,1.319],[-4.038,1.295],[-4.075,1.259],[-4.124,1.209],[0.466,1.638],[0.618,1.616],[0.708,1.588],[0.736,1.553],[5.224,11.228],[5.307,11.025],[5.306,10.929],[5.221,10.939],[2.838,-0.602],[2.905,-0.746],[2.838,-0.806],[2.64,-0.782],[3.596,-1.051],[3.157,-1.13]],"v":[[327,187],[308.728,149.772],[290.79,112.21],[272.957,74.543],[255,37],[254.5,37],[254,37],[253.5,37],[253,37],[240.926,40.925],[228.76,44.759],[216.464,48.464],[204,52],[205.642,56.883],[207.646,61.691],[209.827,66.404],[212,71],[227.817,104.352],[243.757,137.256],[259.569,170.032],[275,203],[283.647,200.956],[292.295,198.608],[300.545,196.206],[308,194],[318.114,190.784]],"c":true}],"h":1},{"t":85,"s":[{"i":[[-4.477,1.19],[3.087,6.329],[3.085,6.332],[3.09,6.326],[3.104,6.313],[3.125,6.292],[3.155,6.262],[3.192,6.225],[3.237,6.179],[2.698,-1.025],[2.753,-0.97],[2.773,-0.949],[2.76,-0.962],[2.713,-1.01],[2.631,-1.091],[-1.409,-3.136],[-1.6,-3.036],[-1.641,-3.007],[-1.533,-3.05],[-4.598,-9.431],[-4.521,-9.402],[-4.538,-9.395],[-4.648,-9.409],[-4.228,1.439],[-4.129,1.538],[-4.212,1.455]],"o":[[-3.098,-6.319],[-3.087,-6.329],[-3.085,-6.332],[-3.09,-6.326],[-3.104,-6.313],[-3.125,-6.292],[-3.155,-6.262],[-3.192,-6.225],[-2.608,1.114],[-2.698,1.025],[-2.753,0.97],[-2.773,0.949],[-2.76,0.962],[-2.713,1.01],[1.068,3.308],[1.409,3.136],[1.6,3.036],[1.641,3.007],[4.767,9.481],[4.598,9.431],[4.521,9.402],[4.538,9.395],[4.509,-1.158],[4.228,-1.439],[4.129,-1.538],[4.212,-1.455]],"v":[[428,250],[418.724,231.026],[409.468,212.032],[400.207,193.043],[390.918,174.082],[381.577,155.173],[372.159,136.341],[362.642,117.608],[353,99],[345.032,102.199],[336.848,105.182],[328.551,108.051],[320.242,110.908],[312.024,113.857],[304,117],[307.753,126.649],[312.303,135.888],[317.201,144.934],[322,154],[336.023,182.362],[349.678,210.607],[363.244,238.798],[377,267],[390.059,263.059],[402.548,258.548],[415.013,254.013]],"c":true}],"h":1},{"t":86,"s":[{"i":[[0,6.083],[1.952,3.589],[1.898,3.643],[1.859,3.683],[1.835,3.707],[1.826,3.716],[1.832,3.71],[1.853,3.689],[1.889,3.653],[2.841,-0.937],[2.748,-1.03],[2.704,-1.074],[2.71,-1.068],[2.764,-1.014],[2.868,-0.91],[-6.211,-12.373],[-6.298,-12.285],[-6.188,-12.395],[-5.881,-12.702],[-1.711,0.402],[-1.737,0.784],[-1.783,0.74],[-1.847,0.271],[0,6.083],[0,6.083],[0,6.083]],"o":[[-2.022,-3.52],[-1.952,-3.589],[-1.898,-3.643],[-1.859,-3.683],[-1.835,-3.707],[-1.826,-3.716],[-1.832,-3.71],[-1.853,-3.689],[-2.983,0.795],[-2.841,0.937],[-2.748,1.03],[-2.704,1.074],[-2.71,1.068],[-2.764,1.014],[5.926,12.658],[6.211,12.373],[6.298,12.285],[6.188,12.395],[1.704,0.406],[1.711,-0.402],[1.737,-0.784],[1.783,-0.74],[0,-6.083],[0,-6.083],[0,-6.083],[0,-6.083]],"v":[[500,249],[494.043,238.332],[488.27,227.479],[482.638,216.487],[477.101,205.399],[471.613,194.262],[466.131,183.119],[460.608,172.017],[455,161],[446.278,163.611],[437.907,166.574],[429.742,169.742],[421.633,172.967],[413.435,176.102],[405,179],[423.254,216.496],[442.066,253.434],[460.846,290.405],[479,328],[484.117,327.901],[489.285,326.016],[494.56,323.623],[500,322],[500,303.75],[500,285.5],[500,267.25]],"c":true}],"h":1}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0.7254902,0.7294118,1]},"o":{"a":1,"k":[{"t":14,"s":[0],"h":1},{"t":15,"s":[100],"h":1},{"t":87,"s":[0],"h":1}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":101,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Book_02_Body_b","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[500,500,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,14],[15.611,-12.191],[21.879,-17.408],[4.423,-3.519],[3.639,-2.785],[0.295,-0.133],[5.968,-4.718],[1.924,-1.476],[1.961,-1.563],[4.055,-3.176],[0.688,-0.659],[3.317,-1.52],[1.547,-5.786],[-23.392,12.923],[-2.209,1.257],[-0.351,0.158],[-3.526,2.023],[-2.07,1.206],[-1.909,1.097],[-2.145,1.275],[-2.108,1.22],[-7.529,4.474],[-0.854,0.818],[-4.059,2.31],[-0.351,0.158],[-3.395,1.948],[-2.07,1.206],[-1.846,1.069],[-7.175,6.203]],"o":[[-16.396,11.352],[-21.786,17.014],[-3.844,3.059],[-3.015,2.399],[-0.325,0.249],[-6.042,2.724],[-2.036,1.609],[-2.103,1.614],[-3.797,3.027],[-0.827,0.648],[-1.752,1.679],[-2.271,5.062],[23.18,-12.784],[2.255,-1.246],[0.415,-0.236],[3.129,-1.411],[2.247,-1.289],[1.842,-1.073],[2.071,-1.19],[2.145,-1.275],[7.489,-4.335],[1.176,-0.699],[2.305,-2.208],[0.415,-0.236],[3.122,-1.407],[2.247,-1.289],[1.904,-1.109],[8.296,-4.803],[0,-14]],"v":[[500,287],[453,324],[388,375],[376,384],[367,391],[366,393],[347,407],[341,412],[335,416],[324,426],[322,427],[312,434],[301,445],[370,405],[377,402],[378,400],[389,394],[396,391],[401,387],[408,384],[414,380],[436,367],[438,366],[452,359],[453,357],[464,351],[471,348],[476,344],[500,329]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0.5568627,0.5607843,1]},"o":{"a":1,"k":[{"t":16,"s":[0],"h":1},{"t":17,"s":[100],"h":1},{"t":18,"s":[0],"h":1}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":101,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Book_02_Body_a","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[500,500,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"t":16,"s":[{"i":[[0,1.583],[0.042,0],[0.042,0],[0.042,0],[0.042,0],[0.042,0],[0.042,0],[0.042,0],[0.042,0],[2.243,-1.799],[2.271,-1.77],[2.286,-1.755],[2.287,-1.755],[2.274,-1.768],[2.247,-1.795],[2.206,-1.835],[2.151,-1.89],[0.803,-0.53],[0.787,-0.547],[0.77,-0.564],[0.752,-0.582],[0.733,-0.6],[0.714,-0.619],[0.694,-0.639],[0.674,-0.659],[-0.292,0],[-0.292,0],[-0.292,0],[-0.292,0],[-0.292,0],[-0.292,0],[-0.292,0],[-0.292,0],[-0.629,0.465],[-0.649,0.438],[-0.664,0.417],[-0.676,0.401],[-0.685,0.391],[-0.689,0.387],[-0.69,0.389],[-0.688,0.396],[-0.66,0.418],[-0.659,0.429],[-0.669,0.421],[-0.691,0.394],[-0.759,0.329],[-0.782,0.306],[-0.757,0.324],[-0.683,0.384],[-0.659,0.411],[-0.654,0.426],[-0.668,0.427],[-0.701,0.415],[-2.045,1.247],[-2.056,1.207],[-2.108,1.106],[-2.2,0.946],[0,1.583],[0,1.583],[0,1.583]],"o":[[-0.042,0],[-0.042,0],[-0.042,0],[-0.042,0],[-0.042,0],[-0.042,0],[-0.042,0],[-0.042,0],[-2.2,1.841],[-2.243,1.799],[-2.271,1.77],[-2.286,1.755],[-2.287,1.755],[-2.274,1.768],[-2.247,1.795],[-2.206,1.835],[-0.82,0.514],[-0.803,0.53],[-0.787,0.547],[-0.77,0.564],[-0.752,0.582],[-0.733,0.6],[-0.714,0.619],[-0.694,0.639],[0.292,0],[0.292,0],[0.292,0],[0.292,0],[0.292,0],[0.292,0],[0.292,0],[0.292,0],[0.606,-0.498],[0.629,-0.465],[0.649,-0.438],[0.664,-0.417],[0.676,-0.401],[0.685,-0.391],[0.689,-0.387],[0.69,-0.389],[0.673,-0.388],[0.66,-0.418],[0.659,-0.429],[0.669,-0.421],[0.689,-0.393],[0.759,-0.329],[0.782,-0.306],[0.757,-0.324],[0.682,-0.383],[0.659,-0.411],[0.654,-0.426],[0.668,-0.427],[2.075,-1.228],[2.045,-1.247],[2.056,-1.207],[2.108,-1.106],[0,-1.583],[0,-1.583],[0,-1.583],[0,-1.583]],"v":[[500,443],[499.875,443],[499.75,443],[499.625,443],[499.5,443],[499.375,443],[499.25,443],[499.125,443],[499,443],[492.332,448.457],[485.557,453.807],[478.717,459.092],[471.853,464.353],[465.008,469.633],[458.223,474.973],[451.54,480.415],[445,486],[442.565,487.566],[440.18,489.18],[437.845,490.846],[435.563,492.564],[433.336,494.337],[431.165,496.166],[429.053,498.053],[427,500],[427.875,500],[428.75,500],[429.625,500],[430.5,500],[431.375,500],[432.25,500],[433.125,500],[434,500],[435.855,498.556],[437.773,497.201],[439.744,495.92],[441.756,494.694],[443.799,493.506],[445.861,492.34],[447.932,491.177],[450,490],[451.998,488.785],[453.974,487.509],[455.963,486.228],[458,485],[460.184,483.928],[462.508,482.986],[464.828,482.052],[467,481],[469.006,479.806],[470.971,478.548],[472.951,477.266],[475,476],[481.17,472.272],[487.313,468.576],[493.549,465.092],[500,462],[500,457.25],[500,452.5],[500,447.75]],"c":true}],"h":1},{"t":17,"s":[{"i":[[0,1.167],[0.022,0],[0.022,0],[0.022,0],[0.022,0],[0.022,0],[0.022,0],[0.022,0],[0.022,0],[0.022,0],[0.022,0],[0.022,0],[0.022,0],[0.022,0],[0.022,0],[0.022,0],[0.197,-0.203],[0.213,-0.187],[0.227,-0.173],[0.239,-0.161],[0.249,-0.151],[0.257,-0.143],[0.262,-0.138],[0.266,-0.134],[0.267,-0.133],[0.266,-0.134],[0.264,-0.136],[0.259,-0.141],[0.252,-0.148],[0.242,-0.158],[0.231,-0.169],[0.023,-0.205],[-0.016,-0.222],[-0.051,-0.237],[-0.082,-0.25],[-0.109,-0.262],[-0.132,-0.271],[-0.151,-0.278],[-0.167,-0.283],[-0.178,-0.286],[-0.185,-0.288],[-0.189,-0.287],[-0.188,-0.285],[-0.184,-0.28],[-0.175,-0.274],[-0.301,-0.436],[-0.31,-0.428],[-0.313,-0.421],[-0.309,-0.415],[-0.299,-0.409],[-0.282,-0.404],[-0.259,-0.4],[-0.229,-0.395],[0,1.167],[0,1.167],[0,1.167],[0,1.167],[0,1.167],[0,1.167],[0,1.167]],"o":[[-0.022,0],[-0.022,0],[-0.022,0],[-0.022,0],[-0.022,0],[-0.022,0],[-0.022,0],[-0.022,0],[-0.022,0],[-0.022,0],[-0.022,0],[-0.022,0],[-0.022,0],[-0.022,0],[-0.022,0],[-0.178,0.222],[-0.197,0.203],[-0.213,0.187],[-0.227,0.173],[-0.239,0.161],[-0.249,0.151],[-0.257,0.143],[-0.262,0.138],[-0.266,0.134],[-0.267,0.133],[-0.266,0.134],[-0.264,0.136],[-0.259,0.141],[-0.252,0.148],[-0.242,0.158],[-0.066,0.186],[-0.023,0.205],[0.016,0.222],[0.051,0.237],[0.082,0.25],[0.109,0.262],[0.132,0.271],[0.151,0.278],[0.167,0.283],[0.178,0.286],[0.185,0.288],[0.189,0.287],[0.188,0.285],[0.184,0.28],[0.285,0.444],[0.301,0.436],[0.31,0.428],[0.313,0.421],[0.309,0.415],[0.299,0.409],[0.282,0.404],[0.259,0.4],[0,-1.167],[0,-1.167],[0,-1.167],[0,-1.167],[0,-1.167],[0,-1.167],[0,-1.167],[0,-1.167]],"v":[[500,176],[499.933,176],[499.867,176],[499.8,176],[499.733,176],[499.667,176],[499.6,176],[499.533,176],[499.467,176],[499.4,176],[499.333,176],[499.267,176],[499.2,176],[499.133,176],[499.067,176],[499,176],[498.437,176.637],[497.822,177.222],[497.161,177.761],[496.462,178.262],[495.729,178.729],[494.97,179.17],[494.191,179.591],[493.399,179.999],[492.598,180.398],[491.797,180.797],[491.002,181.202],[490.218,181.618],[489.452,182.052],[488.711,182.511],[488,183],[487.867,183.588],[487.856,184.231],[487.957,184.921],[488.156,185.653],[488.443,186.421],[488.806,187.22],[489.232,188.043],[489.71,188.885],[490.227,189.74],[490.773,190.601],[491.335,191.464],[491.901,192.322],[492.46,193.169],[493,194],[493.879,195.319],[494.797,196.616],[495.732,197.89],[496.667,199.145],[497.58,200.382],[498.454,201.602],[499.267,202.808],[500,204],[500,200.5],[500,197],[500,193.5],[500,190],[500,186.5],[500,183],[500,179.5]],"c":true}],"h":1},{"t":18,"s":[{"i":[[0,45.333],[20.645,-11.855],[20.645,-11.855],[-8.144,-12.356],[-8.322,-12.178],[9.589,-8.078],[9.423,-8.244],[9.599,-8.067],[9.13,-8.537],[4.757,-4.084],[4.812,-4.01],[0.664,-0.469],[0.67,-0.564],[1.112,-1.222],[1.399,-1.14],[0.718,-0.265],[0.558,-0.476],[0.457,-0.759],[0.594,-0.47],[0.679,-0.238],[0.611,-0.516],[0.457,-0.76],[0.593,-0.469],[0.679,-0.236],[0.61,-0.524],[2.312,-2.231],[2.375,-2.039],[0.689,-0.486],[0.618,-0.517],[2.422,-2.07],[2.327,-2.061],[1.162,-0.98],[1.315,-1.165],[1.153,-0.971],[1.337,-1.184],[1.804,-1.372],[1.291,-2.188],[-7.98,4.577],[-7.944,4.599],[-35.606,20.612],[-8.319,4.816],[-1.712,1.013],[-1.814,1.255],[-4.058,3.208],[-1.22,1.047],[-1.152,0.911],[-1.088,0.904],[-0.997,0.661],[-1.741,1.493],[-9.761,7.435],[-4.781,4.027],[-0.754,0.702],[-0.473,0.388],[-0.801,0.678],[-3.717,0.226],[-1.427,1.266],[-0.817,0.695],[-1.041,0.848],[-1.221,1.034],[-5.717,2.709]],"o":[[-20.774,11.727],[-20.645,11.855],[8.103,12.397],[8.144,12.356],[-9.222,8.445],[-9.589,8.078],[-9.474,8.194],[-9.599,8.067],[-5.159,3.653],[-4.757,4.084],[-0.673,0.561],[-0.664,0.469],[-1.151,0.97],[-1.112,1.222],[-0.57,0.464],[-0.718,0.265],[-0.578,0.494],[-0.457,0.759],[-0.672,0.531],[-0.679,0.238],[-0.58,0.49],[-0.457,0.76],[-0.674,0.533],[-0.679,0.236],[-2.375,2.039],[-2.312,2.231],[-0.626,0.538],[-0.689,0.486],[-1.984,1.659],[-2.422,2.07],[-1.034,0.916],[-1.163,0.98],[-1.05,0.93],[-1.153,0.972],[-1.495,1.324],[-1.804,1.372],[8.138,-4.094],[7.98,-4.577],[34.865,-20.183],[7.764,-4.494],[1.862,-1.078],[2.197,-1.301],[3.905,-2.703],[1.348,-1.065],[1.121,-0.962],[1.22,-0.964],[0.813,-0.675],[1.12,-0.743],[9.373,-8.035],[5.196,-3.66],[0.815,-0.687],[0.464,-0.432],[1.093,-0.897],[2.547,-2.157],[0.965,-1.367],[1.082,-0.96],[1.125,-0.957],[1.296,-1.057],[4.58,-3.879],[0,-45.334]],"v":[[500,44],[437.904,79.404],[376,115],[400.336,152.164],[425,189],[396.651,213.651],[368,238],[339.242,262.242],[311,287],[296.239,298.732],[282,311],[279.998,312.498],[278,314],[274.686,317.372],[271,321],[268.991,321.991],[267,323],[265.512,325.018],[264,327],[261.954,328.011],[260,329],[258.51,331.016],[257,333],[254.952,334.007],[253,335],[246,341.5],[239,348],[236.994,349.516],[235,351],[228.257,356.698],[221,363],[217.711,365.813],[214,369],[210.715,371.809],[207,375],[201.847,378.852],[197,384],[221.145,370.879],[245,357],[351,296],[375,283],[380,279],[386,276],[397,266],[401,264],[404,260],[408,258],[410,256],[415,252],[443,228],[457,215],[460,214],[461,212],[465,210],[472,204],[475,200],[479,198],[482,194],[486,192],[500,180]],"c":true}],"h":1},{"t":19,"s":[{"i":[[0,5.333],[3.193,4.474],[3.107,4.56],[3.111,4.556],[3.204,4.463],[10.931,-6.19],[10.899,-6.224],[10.893,-6.297],[10.914,-6.41],[1.01,-0.501],[1.008,-0.466],[0.994,-0.482],[0.967,-0.55],[0.086,-0.186],[0.077,-0.225],[0.078,-0.176],[0.088,-0.04],[7.631,-4.471],[7.949,-3.723],[-2.172,-2.995],[-1.846,-3.321],[-6.205,-9.129],[-6.674,-8.659],[1.082,-1.354],[1.135,-1.046],[0.568,-0.082],[0.358,-0.334],[7.573,-7.733],[7.471,-7.333],[4.392,-4.608],[5.01,-3.99],[21.694,-20.806],[21.553,-20.947],[1.129,-1.038],[0.328,-1.839],[-9.76,5.653],[-9.988,5.659],[-1.495,0.791],[-1.556,1.009],[-2.501,1.395],[-2.365,1.363],[-3.557,1.961],[-3.53,2.288],[-4.578,2.579],[-4.177,2.408],[-3.548,1.955],[-3.569,2.312],[-2.501,1.395],[-2.365,1.363],[-3.359,2.04],[-3.481,2.062],[-1.65,1.115],[-1.822,1.604],[-3.377,3.222],[-3.315,3.315],[-13.185,12.599],[-12.859,12.206],[-17.26,16.729],[-17.28,16.3],[0,5.333]],"o":[[-3.368,-4.298],[-3.193,-4.474],[-3.107,-4.56],[-3.111,-4.556],[-10.99,6.194],[-10.931,6.19],[-10.899,6.224],[-10.893,6.297],[-1,0.587],[-1.01,0.501],[-1.008,0.466],[-0.994,0.482],[-0.104,0.059],[-0.086,0.186],[-0.077,0.225],[-0.078,0.176],[-7.528,3.393],[-7.631,4.471],[1.467,3.7],[2.172,2.995],[6.507,8.826],[6.205,9.129],[-0.538,1.538],[-1.082,1.354],[-0.368,0.339],[-0.568,0.082],[-7.236,6.737],[-7.573,7.733],[-5.423,3.577],[-4.392,4.608],[-21.67,20.83],[-21.694,20.806],[-1.156,1.01],[-1.129,1.038],[9.972,-5.728],[9.76,-5.653],[1.463,-0.828],[1.495,-0.791],[1.63,-1.056],[2.501,-1.395],[3.241,-1.868],[3.557,-1.961],[3.512,-2.275],[4.578,-2.579],[3.238,-1.866],[3.548,-1.955],[1.63,-1.055],[2.501,-1.395],[3.084,-1.778],[3.359,-2.04],[1.578,-0.935],[1.65,-1.115],[3.177,-2.798],[3.377,-3.222],[12.399,-12.399],[13.185,-12.599],[17.68,-16.782],[17.26,-16.729],[0,-5.334],[0,-5.333]],"v":[[500,-8],[490.18,-21.18],[480.753,-34.752],[471.449,-48.449],[462,-62],[429.125,-43.434],[396.386,-24.823],[363.704,-6.051],[331,13],[327.982,14.619],[324.95,16.056],[321.944,17.465],[319,19],[318.718,19.39],[318.476,20.029],[318.246,20.654],[318,21],[295.316,33.253],[272,46],[277.716,55.784],[284,65],[302.874,92.126],[322,119],[319.449,123.369],[316,127],[314.493,127.503],[313,128],[290.676,150.053],[268,173],[253.691,185.691],[240,199],[174.912,261.412],[110,324],[106.379,326.879],[104,331],[133.488,313.947],[163,297],[167.43,294.635],[172,292],[178.448,288.231],[186,284],[196.283,278.315],[207,272],[219.501,264.599],[233,257],[243.251,251.335],[254,245],[260.448,241.231],[268,237],[277.702,231.213],[288,225],[292.818,222.002],[298,218],[307.897,208.888],[318,199],[356.655,161.354],[396,124],[448.3,73.639],[500,24],[500,8]],"c":true}],"h":1},{"t":20,"s":[{"i":[[-0.454,4.212],[8.681,11.653],[8.123,12.211],[0.333,0],[0.333,0],[31.427,-18.073],[31.619,-17.881],[-2.291,-2.933],[-2.174,-2.924],[-6.414,-8.967],[-6.56,-9.005],[8.589,-9.578],[8.15,-10.016],[8.457,-9.709],[9.085,-9.082],[4.288,-4.712],[4.049,-4.951],[4.302,-4.864],[4.441,-4.726],[2.247,-2.211],[2.294,-2.57],[0.236,-0.691],[0.526,-0.644],[0.719,-0.418],[0.62,-0.713],[1.534,-1.934],[1.285,-1.452],[0.447,-0.66],[0.594,-0.659],[2.768,-2.709],[1.565,-2.543],[0.817,-0.945],[-1.828,-0.309],[-15.514,8.979],[-15.876,9.19],[-5.696,3.185],[-5.096,2.297],[-0.155,0.451],[-0.206,0.119],[-2.214,0.906],[-2.043,1.163],[-0.336,0.399],[-0.372,0.241],[-1.471,0.776],[-1.49,0.844],[-4.573,2.588],[-3.493,2.263],[-0.909,0.523],[-1.597,1.224],[-2.021,2.255],[-2.074,2.324],[-0.862,1.058],[-1.06,1.218],[-2.679,3.026],[-7.027,8.866],[-9.567,8.433],[-6.332,7.335],[-0.454,4.212],[-26.997,27.669],[-6.332,7.335]],"o":[[-8.155,-12.178],[-8.681,-11.653],[-0.333,0],[-0.333,0],[-31.673,17.828],[-31.427,18.073],[1.661,3.345],[2.291,2.933],[6.786,9.126],[6.414,8.967],[-8.494,9.673],[-8.589,9.578],[-9.085,9.082],[-8.457,9.709],[-3.797,5.202],[-4.288,4.712],[-4.35,4.817],[-4.302,4.864],[-1.719,2.587],[-2.247,2.211],[-0.529,0.593],[-0.236,0.691],[-0.502,0.617],[-0.719,0.418],[-1.578,1.813],[-1.534,1.934],[-0.62,0.7],[-0.447,0.66],[-2.362,2.621],[-2.768,2.709],[-0.561,0.912],[-0.817,0.945],[15.068,-8.894],[15.514,-8.979],[5.118,-2.963],[5.696,-3.185],[0.174,-0.079],[0.155,-0.451],[2.099,-1.214],[2.214,-0.906],[0.285,-0.162],[0.336,-0.399],[1.625,-1.053],[1.471,-0.776],[4.213,-2.387],[4.573,-2.588],[1.005,-0.651],[2.221,-1.279],[2.017,-1.546],[2.335,-2.605],[1.012,-1.134],[1.053,-1.292],[3.348,-3.846],[7.901,-8.923],[9.162,-8.838],[5.448,-8.219],[1.27,-3.396],[27.141,-27.526],[5.448,-8.219],[1.271,-3.396]],"v":[[418,-56],[392.476,-91.476],[367,-127],[366,-127],[365,-127],[270.46,-73.04],[176,-19],[182.115,-9.685],[189,-1],[208.669,26.09],[228,53],[202.242,81.743],[177,111],[151,139.5],[125,168],[112.689,182.689],[100,197],[87.069,211.568],[74,226],[67.931,233.012],[61,240],[59.997,241.961],[59,244],[57.088,245.428],[55,247],[50.28,252.771],[46,258],[44.481,260.03],[43,262],[34.902,270.059],[28,278],[25.209,280.952],[26,283],[71.894,256.223],[119,229],[135.517,219.5],[152,211],[152.476,210.03],[153,209],[159.542,205.962],[166,203],[166.935,202.059],[168,201],[172.602,198.343],[177,196],[190.539,188.408],[203,181],[206,179],[213,176],[219,169],[226,162],[228,158],[232,155],[241,144],[264,118],[290,90],[309,68],[315,60],[393,-26],[412,-48]],"c":true}],"h":1},{"t":21,"s":[{"i":[[-1.557,3.245],[4.516,5.65],[4.466,5.701],[4.467,5.7],[4.519,5.648],[0.25,0],[0.25,0],[0.25,0],[0.25,0],[0.223,-0.198],[0.29,-0.139],[0.297,-0.121],[0.244,-0.145],[15.331,-8.835],[15.395,-8.761],[15.367,-8.795],[15.246,-8.938],[-2.383,-2.705],[-2.145,-2.733],[-0.941,-1.533],[-1.113,-1.435],[-2.37,-2.807],[-2.165,-2.736],[-1.158,-1.501],[-1.179,-1.494],[-2.263,-2.944],[-1.679,-3.348],[31.046,-42.12],[30.892,-42.275],[-6.579,3.617],[-5.322,3.449],[-2.183,1.221],[-1.351,0.875],[-1.478,0.78],[-1.505,0.853],[-21.755,12.53],[-21.99,12.423],[-16.925,22.683],[-15.911,22.457],[-1.32,1.812],[-1.255,1.683],[-0.567,0.77],[-0.206,0.215],[-0.748,1.161],[-0.874,1.172],[-2.147,2.761],[-1.312,3.142],[-2.452,3.216],[-2.373,3.245],[-3.711,5.052],[-3.442,4.711],[-0.679,0.819],[-0.654,0.861],[-0.083,0.521],[-0.336,0.481],[-0.599,0.291],[-0.312,0.42],[-0.094,0.543],[-0.298,0.389],[-2.296,2.95]],"o":[[-4.618,-5.549],[-4.516,-5.65],[-4.466,-5.701],[-4.467,-5.7],[-0.25,0],[-0.25,0],[-0.25,0],[-0.25,0],[-0.097,0.298],[-0.223,0.198],[-0.29,0.139],[-0.297,0.121],[-15.175,9.018],[-15.331,8.835],[-15.395,8.761],[-15.367,8.795],[1.323,3.447],[2.383,2.705],[1.124,1.432],[0.941,1.533],[2.355,3.037],[2.37,2.807],[1.189,1.502],[1.158,1.501],[2.27,2.876],[2.263,2.944],[-30.924,42.244],[-31.046,42.12],[6.362,-3.083],[6.579,-3.617],[1.917,-1.242],[2.183,-1.221],[1.584,-1.026],[1.478,-0.78],[21.99,-12.457],[21.755,-12.53],[16.388,-22.811],[16.925,-22.683],[1.465,-2.068],[1.32,-1.812],[0.527,-0.707],[0.567,-0.77],[1.134,-1.183],[0.748,-1.161],[2.101,-2.816],[2.147,-2.761],[2.817,-2.892],[2.453,-3.216],[3.716,-5.079],[3.711,-5.052],[0.631,-0.864],[0.679,-0.819],[0.331,-0.436],[0.083,-0.521],[0.292,-0.417],[0.599,-0.291],[0.327,-0.44],[0.094,-0.543],[2.26,-2.955],[2.296,-2.95]],"v":[[334,-120],[320.312,-136.812],[306.851,-153.852],[293.465,-170.965],[280,-188],[279.25,-188],[278.5,-188],[277.75,-188],[277,-188],[276.505,-187.266],[275.72,-186.77],[274.825,-186.389],[274,-186],[228.218,-159.247],[182.107,-132.879],[135.942,-106.572],[90,-80],[95.883,-70.964],[103,-63],[106.009,-58.502],[109,-54],[116.142,-45.274],[123,-37],[126.507,-32.494],[130,-28],[136.943,-19.355],[143,-10],[49.976,116.476],[-43,243],[-23.22,232.774],[-5,222],[1.424,218.225],[7,215],[11.56,212.37],[16,210],[81.5,172.474],[147,135],[197.358,66.735],[247,-1],[251.158,-6.789],[255,-12],[256.741,-14.369],[258,-16],[260.695,-19.509],[263,-23],[269.591,-31.255],[275,-40],[282.833,-49.236],[290,-59],[301.206,-74.276],[312,-89],[313.983,-91.502],[316,-94],[316.496,-95.466],[317,-97],[318.485,-97.998],[320,-99],[320.521,-100.538],[321,-102],[328.027,-110.783]],"c":true}],"h":1},{"t":22,"s":[{"i":[[-2.677,6.404],[0.686,0.677],[0.444,0.147],[0.564,0.769],[0.293,1.041],[3.43,4.236],[4.139,3.528],[0.703,0.55],[0.531,0.619],[1.732,2.204],[2.096,1.882],[2.4,2.767],[2.2,2.967],[0.333,0],[0.334,0],[16.014,-9.203],[15.904,-9.167],[7.561,-4.356],[7.4,-3.335],[0.154,-0.451],[0.207,-0.118],[2.036,-0.948],[1.914,-1.103],[1.977,-1.159],[2.029,-1.174],[1.835,-1.223],[1.815,-1.04],[3.067,-3.759],[-8.626,-11.707],[-6.411,-7.495],[-1.257,-3.735],[35.318,-57.102],[0.986,-1.639],[1.53,-2.537],[1.515,-2.591],[7.548,-16.162],[3.539,-5.848],[2.646,-6.365],[-15.184,6.845],[-0.415,0.236],[-3.881,2.237],[-43.967,24.636],[-13.76,23.131],[-3.276,5.507],[-3.505,5.825],[-1.033,1.695],[-2.867,4.707],[-0.879,1.447],[-0.945,1.505],[-0.575,0.962],[-1.715,2.875],[-0.322,0.43],[-0.441,0.702],[-0.818,1.36],[-0.822,1.349],[-2.506,4.232],[-10.618,17.429],[-0.897,1.477],[-2.313,4.037],[-2.534,4.187]],"o":[[1.189,-0.147],[-0.686,-0.677],[-0.45,-0.884],[-0.564,-0.769],[-4.139,-3.528],[-3.43,-4.236],[0.344,-1.18],[-0.703,-0.55],[-1.976,-2.303],[-1.732,-2.204],[-2.2,-2.967],[-2.4,-2.767],[-0.334,0],[-0.333,0],[-16.038,9.02],[-16.014,9.203],[-7.356,4.24],[-7.561,4.356],[-0.175,0.079],[-0.154,0.451],[-1.941,1.105],[-2.036,0.948],[-2.066,1.19],[-1.977,1.159],[-1.844,1.067],[-1.835,1.223],[-4.092,2.345],[9.655,10.678],[7.896,7.379],[2.4,2.805],[-35.553,58.604],[-1.04,1.681],[-1.549,2.574],[-1.51,2.504],[-9.092,15.548],[-4.339,5.198],[-3.466,5.727],[16.101,-7.185],[0.351,-0.158],[3.919,-2.23],[43.811,-25.253],[13.468,-23.507],[3.378,-5.678],[3.493,-5.871],[0.989,-1.644],[3.351,-5.502],[0.824,-1.353],[0.896,-1.476],[1.09,-1.737],[1.719,-2.873],[0.244,-0.409],[0.583,-0.778],[0.84,-1.337],[0.875,-1.454],[2.735,-4.489],[11.118,-18.769],[0.988,-1.622],[2.721,-4.481],[2.594,-4.527],[3.573,-5.905]],"v":[[259,-177],[259.225,-178.5],[257,-180],[255.383,-182.383],[254,-185],[243,-197],[232,-209],[231.156,-211.421],[229,-213],[223.59,-219.816],[218,-226],[211,-234.5],[204,-243],[203,-243],[202,-243],[153.899,-215.61],[106,-188],[83.533,-174.822],[61,-163],[60.524,-162.029],[60,-161],[53.98,-157.999],[48,-155],[41.972,-151.488],[36,-148],[30.477,-144.479],[25,-141],[13,-134],[41,-101],[62,-77],[69,-68],[-37,109],[-39,114],[-44,121],[-48,129],[-75,175],[-86,192],[-96,210],[-50,185],[-49,183],[-37,177],[94,102],[135,32],[145,15],[156,-2],[158,-7],[169,-24],[171,-29],[174,-33],[177,-37],[181,-46],[183,-47],[184,-50],[187,-54],[189,-59],[197,-72],[231,-128],[233,-133],[241,-146],[249,-159]],"c":true}],"h":1},{"t":23,"s":[{"i":[[-12.029,25.221],[0.495,0.755],[0.576,0.674],[0.629,0.621],[0.656,0.594],[0.655,0.595],[0.627,0.623],[0.572,0.678],[0.49,0.76],[1.197,1.303],[1.241,1.259],[1.299,1.201],[1.369,1.131],[1.15,1.35],[1.296,1.204],[1.248,1.252],[1.007,1.494],[1.268,1.316],[1.315,1.268],[1.265,1.318],[1.117,1.467],[0.167,0],[0.167,0],[0.167,0],[0.167,0],[15.669,-8.998],[15.682,-8.984],[15.672,-8.994],[15.639,-9.028],[-0.496,-0.754],[-0.65,-0.6],[-0.704,-0.546],[-0.658,-0.592],[-3.159,-3.523],[-3.224,-3.411],[-3.203,-3.308],[-3.095,-3.214],[-1.097,-1.17],[-1.041,-1.233],[-0.924,-1.321],[-0.744,-1.435],[8.968,-19.075],[8.979,-19.09],[8.897,-18.97],[8.72,-18.715],[2.616,-5.649],[2.598,-5.628],[2.558,-5.54],[2.496,-5.385],[0.516,-0.686],[0.433,-0.719],[0.075,-0.798],[-0.558,-0.925],[-15.75,9.084],[-15.803,9.03],[-15.777,9.056],[-15.671,9.163],[-11.887,25.363],[-11.881,25.369],[-11.928,25.321]],"o":[[-0.387,-0.863],[-0.495,-0.755],[-0.576,-0.674],[-0.629,-0.621],[-0.656,-0.594],[-0.655,-0.595],[-0.627,-0.623],[-0.572,-0.678],[-1.166,-1.334],[-1.197,-1.303],[-1.241,-1.259],[-1.299,-1.201],[-0.81,-1.69],[-1.15,-1.35],[-1.296,-1.204],[-1.248,-1.252],[-1.122,-1.462],[-1.268,-1.316],[-1.315,-1.268],[-1.265,-1.318],[-0.167,0],[-0.167,0],[-0.167,0],[-0.167,0],[-15.632,9.036],[-15.669,8.998],[-15.682,8.984],[-15.672,8.994],[0.243,1.007],[0.496,0.754],[0.65,0.6],[0.704,0.546],[3.007,3.642],[3.159,3.523],[3.224,3.411],[3.203,3.308],[1.091,1.132],[1.097,1.17],[1.041,1.233],[0.924,1.321],[-8.863,18.924],[-8.968,19.075],[-8.979,19.09],[-8.897,18.97],[-2.611,5.602],[-2.616,5.649],[-2.598,5.628],[-2.558,5.54],[-0.325,0.701],[-0.516,0.686],[-0.433,0.719],[-0.075,0.798],[15.616,-9.217],[15.75,-9.084],[15.803,-9.03],[15.777,-9.056],[11.947,-25.304],[11.887,-25.363],[11.881,-25.369],[11.929,-25.321]],"v":[[196,-228],[194.672,-230.422],[193.059,-232.559],[191.245,-234.495],[189.311,-236.311],[187.338,-238.088],[185.407,-239.907],[183.6,-241.85],[182,-244],[178.459,-247.959],[174.805,-251.805],[170.999,-255.499],[167,-259],[164.013,-263.513],[160.296,-267.296],[156.431,-270.931],[153,-275],[149.391,-279.142],[145.492,-282.993],[141.597,-286.847],[138,-291],[137.5,-291],[137,-291],[136.5,-291],[136,-291],[89.044,-263.956],[42.011,-236.989],[-5.027,-210.027],[-52,-183],[-50.866,-180.384],[-49.122,-178.378],[-47.067,-176.683],[-45,-175],[-35.729,-164.255],[-26.133,-153.856],[-16.47,-143.78],[-7,-134],[-3.703,-130.552],[-0.48,-126.954],[2.483,-123.128],[5,-119],[-21.77,-61.967],[-48.715,-4.685],[-75.552,52.439],[-102,109],[-109.845,125.894],[-117.672,142.826],[-125.413,159.595],[-133,176],[-134.33,178.068],[-135.823,180.164],[-136.655,182.427],[-136,185],[-88.931,157.569],[-41.582,130.418],[5.809,103.309],[53,76],[88.737,-0.014],[124.376,-76.125],[160.076,-152.173]],"c":true}],"h":1},{"t":24,"s":[{"i":[[3.376,1.731],[15.765,-8.985],[15.713,-9.036],[15.717,-9.033],[15.775,-8.975],[-0.452,-0.634],[-0.553,-0.577],[-0.574,-0.53],[-0.516,-0.492],[-3.904,-3.812],[-3.87,-3.773],[-3.906,-3.7],[-4.011,-3.593],[-0.645,-0.605],[-0.687,-0.563],[-0.448,-0.802],[0.072,-1.322],[9.832,-27.334],[9.765,-27.402],[9.8,-27.367],[9.938,-27.228],[-2.917,1.544],[-2.858,1.652],[-2.761,1.532],[-2.629,1.185],[-0.155,0.451],[-0.206,0.119],[-2.228,0.914],[-2.048,1.166],[-0.336,0.399],[-0.372,0.241],[-1.495,0.791],[-1.463,0.829],[-5.941,3.49],[-5.977,3.495],[-2.005,0.923],[-2.016,1.159],[-0.813,0.747],[-0.872,0.508],[-1.203,0.434],[-1.066,0.612],[-11.873,6.945],[-12.399,6.273],[-6.062,17.255],[-5.891,16.706],[-1.391,3.299],[-1.237,3.401],[-0.44,1.883],[-0.619,1.757],[-3.296,8.623],[-2.823,8.022],[-8.536,24.024],[-8.231,24.399],[0.639,0.452],[0.251,0.276],[4.473,4.493],[3.868,4.368],[2.638,2.367],[2.495,2.495],[2.515,2.676]],"o":[[-15.871,8.879],[-15.765,8.985],[-15.713,9.036],[-15.717,9.033],[0.271,0.7],[0.452,0.634],[0.553,0.577],[0.574,0.53],[4.007,3.816],[3.904,3.812],[3.87,3.773],[3.906,3.7],[0.322,0.928],[0.645,0.605],[0.687,0.563],[0.448,0.802],[-10.003,27.163],[-9.832,27.334],[-9.765,27.402],[-9.8,27.367],[2.941,-1.208],[2.917,-1.544],[2.858,-1.652],[2.761,-1.532],[0.174,-0.079],[0.155,-0.451],[2.039,-1.179],[2.228,-0.914],[0.285,-0.162],[0.336,-0.399],[1.556,-1.008],[1.495,-0.791],[6.26,-3.546],[5.941,-3.49],[1.965,-1.149],[2.005,-0.923],[0.874,-0.502],[0.813,-0.747],[1.121,-0.653],[1.203,-0.434],[12.108,-6.949],[11.873,-6.945],[5.86,-17.274],[6.062,-17.255],[1.2,-3.401],[1.391,-3.299],[0.623,-1.711],[0.44,-1.883],[2.99,-8.485],[3.297,-8.623],[8.626,-24.505],[8.536,-24.024],[0.806,-0.914],[-0.639,-0.453],[-4.242,-4.662],[-4.473,-4.492],[-2.953,-2.036],[-2.638,-2.367],[-2.563,-2.563],[-2.515,-2.676]],"v":[[82,-331],[34.559,-304.191],[-12.645,-277.145],[-59.776,-250.026],[-107,-223],[-105.895,-221.002],[-104.367,-219.188],[-102.656,-217.53],[-101,-216],[-89.151,-204.55],[-77.507,-193.165],[-65.859,-181.948],[-54,-171],[-52.478,-168.772],[-50.409,-167.091],[-48.635,-165.115],[-48,-162],[-77.727,-80.227],[-107.097,1.903],[-136.418,84.082],[-166,166],[-157.204,161.816],[-148.532,156.966],[-140.094,152.133],[-132,148],[-131.523,147.03],[-131,146],[-124.507,142.99],[-118,140],[-117.065,139.059],[-116,138],[-111.43,135.365],[-107,133],[-88.788,122.462],[-71,112],[-65.038,109.007],[-59,106],[-56.498,104.004],[-54,102],[-50.458,100.469],[-47,99],[-11.218,77.993],[25,58],[42.976,6.074],[61,-45],[64.972,-55],[69,-65],[70.503,-70.466],[72,-76],[81.625,-101.848],[91,-127],[116.796,-199.579],[142,-272],[141.793,-273.978],[140,-275],[126.72,-288.721],[114,-302],[105.657,-308.655],[98,-316],[90.61,-324.124]],"c":true}],"h":1},{"t":25,"s":[{"i":[[-14.898,59.102],[0.485,0.681],[0.693,0.474],[0.736,0.43],[0.615,0.551],[0.546,0.621],[0.619,0.548],[0.639,0.528],[0.606,0.561],[1.269,1.148],[1.25,1.167],[1.356,1.061],[1.588,0.828],[2.535,2.299],[2.638,2.195],[2.535,2.299],[2.224,2.609],[0.167,0],[0.167,0],[0.167,0],[0.167,0],[0.246,-0.171],[0.204,-0.213],[0.231,-0.185],[0.328,-0.088],[13.605,-7.774],[13.568,-7.795],[13.429,-7.748],[13.188,-7.635],[1.972,-1.124],[2.007,-1.103],[2.031,-1.053],[2.044,-0.972],[-0.514,-0.654],[-0.674,-0.534],[-0.698,-0.488],[-0.585,-0.516],[-3.782,-3.52],[-3.852,-3.369],[-1.365,-0.95],[-1.281,-1.1],[-0.456,-0.746],[-0.588,-0.508],[-0.883,-0.432],[-0.727,-0.632],[-0.456,-0.745],[-0.589,-0.509],[-0.884,-0.429],[-0.722,-0.641],[-0.456,-0.734],[-0.584,-0.537],[-0.975,-0.526],[0.501,-1.341],[15.273,-58.893],[15.296,-58.872],[-7.961,4.576],[-7.919,4.565],[-23.796,13.58],[-23.75,13.807],[-15.344,58.655]],"o":[[-0.114,-1.053],[-0.485,-0.682],[-0.693,-0.474],[-0.736,-0.43],[-0.419,-0.748],[-0.546,-0.621],[-0.619,-0.548],[-0.639,-0.528],[-1.413,-1.004],[-1.269,-1.148],[-1.25,-1.167],[-1.356,-1.06],[-2.224,-2.609],[-2.535,-2.299],[-2.638,-2.195],[-2.535,-2.299],[-0.167,0],[-0.167,0],[-0.167,0],[-0.167,0],[-0.357,0.06],[-0.246,0.171],[-0.204,0.213],[-0.231,0.185],[-13.539,7.687],[-13.605,7.774],[-13.568,7.795],[-13.429,7.748],[-1.927,1.115],[-1.972,1.124],[-2.007,1.103],[-2.031,1.053],[0.218,0.849],[0.514,0.654],[0.674,0.534],[0.698,0.488],[4.021,3.549],[3.782,3.52],[1.257,1.1],[1.365,0.95],[0.59,0.506],[0.456,0.746],[0.741,0.64],[0.883,0.432],[0.588,0.511],[0.456,0.745],[0.743,0.642],[0.884,0.429],[0.592,0.525],[0.456,0.734],[0.602,0.555],[0.975,0.526],[-15.611,58.558],[-15.274,58.893],[8.237,-4.133],[7.961,-4.576],[24.067,-13.872],[23.796,-13.58],[14.724,-59.278],[15.344,-58.655]],"v":[[100,-308],[99.061,-310.561],[97.253,-312.253],[95.069,-313.569],[93,-315],[91.54,-317.04],[89.78,-318.78],[87.88,-320.38],[86,-322],[82.009,-325.259],[78.263,-328.762],[74.385,-332.135],[70,-335],[62.81,-342.31],[55,-349],[47.19,-355.69],[40,-363],[39.5,-363],[39,-363],[38.5,-363],[38,-363],[37.114,-362.636],[36.457,-362.042],[35.822,-361.428],[35,-361],[-5.742,-337.792],[-46.526,-314.422],[-87.048,-291.091],[-127,-268],[-132.852,-264.633],[-138.824,-261.285],[-144.884,-258.045],[-151,-255],[-149.867,-252.764],[-148.05,-251.001],[-145.958,-249.487],[-144,-248],[-132.373,-237.365],[-121,-227],[-117.018,-224],[-113,-221],[-111.499,-219.001],[-110,-217],[-107.489,-215.494],[-105,-214],[-103.501,-211.998],[-102,-210],[-99.485,-208.5],[-97,-207],[-95.494,-205.009],[-94,-203],[-91.172,-201.589],[-90,-199],[-136.236,-22.736],[-182,154],[-157.762,140.823],[-134,127],[-62.262,85.951],[9,45],[54.37,-131.631]],"c":true}],"h":1},{"t":26,"s":[{"i":[[-11.189,61.978],[0.303,0.545],[0.478,0.446],[0.436,0.303],[0.176,0.117],[0.362,0.277],[0.304,0.249],[0.29,0.222],[0.32,0.197],[0.172,0.168],[0.134,0.171],[0.145,0.168],[0.205,0.159],[4.322,3.304],[4.257,3.292],[4.182,3.342],[4.096,3.453],[0.171,0.079],[0.137,0.113],[0.147,0.103],[0.203,0.048],[8.025,-4.565],[7.998,-4.607],[7.974,-4.613],[7.953,-4.584],[2.791,-1.614],[2.816,-1.576],[2.742,-1.424],[2.569,-1.158],[0.078,-0.176],[0.077,-0.225],[0.086,-0.186],[0.104,-0.059],[2.226,-0.913],[2.067,-1.195],[0.333,-0.397],[0.377,-0.245],[0.508,-0.349],[0.46,-0.274],[6.981,-3.787],[7.032,-3.651],[-1.122,-0.949],[-1.048,-0.831],[-8.053,-6.229],[-7.609,-6.599],[-1.398,-1.102],[-0.789,-1.711],[10.876,-62.457],[10.766,-62.567],[-1.988,1.157],[-1.803,1.039],[-5.11,2.872],[-4.55,2.623],[-0.947,0.682],[-1.089,0.626],[-2.055,0.952],[-1.88,1.1],[-21.844,12.573],[-21.671,12.871],[-10.83,62.337]],"o":[[0.089,-0.6],[-0.303,-0.545],[-0.478,-0.446],[-0.436,-0.303],[-0.464,-0.308],[-0.362,-0.277],[-0.304,-0.249],[-0.29,-0.222],[-0.258,-0.159],[-0.172,-0.168],[-0.134,-0.171],[-0.145,-0.168],[-4.376,-3.379],[-4.322,-3.304],[-4.257,-3.292],[-4.182,-3.342],[-0.251,0.001],[-0.171,-0.079],[-0.137,-0.113],[-0.147,-0.103],[-8.056,4.488],[-8.025,4.565],[-7.998,4.607],[-7.974,4.613],[-2.667,1.537],[-2.791,1.614],[-2.816,1.576],[-2.742,1.424],[-0.088,0.039],[-0.078,0.176],[-0.077,0.225],[-0.086,0.186],[-2.029,1.154],[-2.226,0.913],[-0.291,0.168],[-0.333,0.397],[-0.51,0.331],[-0.507,0.349],[-7.043,4.202],[-6.981,3.787],[0.464,1.373],[1.122,0.949],[8.178,6.486],[8.053,6.229],[1.618,0.882],[1.398,1.102],[-10.73,62.603],[-10.876,62.457],[2.246,-0.334],[1.988,-1.157],[5.012,-2.888],[5.11,-2.872],[1.123,-0.647],[0.947,-0.682],[1.899,-1.091],[2.055,-0.952],[21.955,-12.838],[21.844,-12.573],[10.493,-62.675],[10.83,-62.337]],"v":[[69,-335],[68.624,-336.728],[67.397,-338.224],[65.972,-339.359],[65,-340],[63.773,-340.877],[62.785,-341.666],[61.905,-342.372],[61,-343],[60.368,-343.491],[59.921,-344],[59.514,-344.509],[59,-345],[45.952,-355.009],[33.081,-364.888],[20.42,-374.823],[8,-385],[7.378,-385.128],[6.928,-385.428],[6.513,-385.763],[6,-386],[-18.122,-372.412],[-42.155,-358.645],[-66.111,-344.805],[-90,-331],[-98.211,-326.245],[-106.647,-321.431],[-115.009,-316.902],[-123,-313],[-123.246,-312.654],[-123.476,-312.029],[-123.718,-311.39],[-124,-311],[-130.472,-308.03],[-137,-305],[-137.935,-304.057],[-139,-303],[-140.538,-301.958],[-142,-301],[-163.009,-289.086],[-184,-278],[-181.438,-274.594],[-178,-272],[-153.573,-253.084],[-130,-234],[-125.378,-231.122],[-122,-227],[-154.473,-39.473],[-187,148],[-180.667,145.529],[-175,142],[-159.654,133.301],[-145,125],[-141.975,122.984],[-139,121],[-132.986,118.006],[-127,115],[-61.287,77.025],[4,39],[35.978,-148.522]],"c":true}],"h":1},{"t":27,"s":[{"i":[[0.167,0],[7.869,-4.506],[7.858,-4.517],[7.854,-4.521],[7.857,-4.518],[7.866,-4.509],[7.882,-4.493],[7.906,-4.469],[7.936,-4.439],[-0.199,-0.339],[-0.257,-0.287],[-0.301,-0.247],[-0.33,-0.218],[-0.345,-0.202],[-0.345,-0.197],[-0.332,-0.204],[-0.304,-0.223],[-0.751,-0.561],[-0.774,-0.582],[-0.785,-0.589],[-0.783,-0.581],[-0.769,-0.558],[-0.743,-0.52],[-0.704,-0.468],[-0.652,-0.401],[-0.291,-0.21],[-0.277,-0.225],[-0.263,-0.231],[-0.249,-0.23],[-0.236,-0.22],[-0.223,-0.203],[-0.21,-0.177],[-0.197,-0.144],[-2.74,-1.845],[-2.718,-1.844],[-2.619,-1.952],[-2.442,-2.169],[3.855,-32.562],[3.746,-32.67],[3.768,-32.648],[3.921,-32.496],[-15.911,9.089],[-15.866,9.134],[-15.897,9.103],[-16.004,8.996],[-3.727,32.606],[-3.793,32.54],[-3.795,32.539],[-3.731,32.603],[2.54,1.96],[2.654,1.846],[2.662,1.838],[2.564,1.936],[2.62,1.88],[2.64,1.86],[2.575,1.925],[2.425,2.075],[0.167,0],[0.167,0],[0.167,0]],"o":[[-7.887,4.488],[-7.869,4.506],[-7.858,4.517],[-7.854,4.521],[-7.857,4.518],[-7.866,4.509],[-7.882,4.493],[-7.906,4.469],[0.127,0.403],[0.199,0.339],[0.257,0.287],[0.301,0.247],[0.33,0.218],[0.345,0.202],[0.345,0.197],[0.332,0.204],[0.715,0.526],[0.751,0.561],[0.774,0.582],[0.785,0.589],[0.783,0.581],[0.769,0.558],[0.743,0.52],[0.704,0.468],[0.305,0.188],[0.291,0.21],[0.277,0.225],[0.263,0.231],[0.249,0.23],[0.236,0.22],[0.223,0.203],[0.21,0.177],[2.686,1.954],[2.74,1.845],[2.718,1.844],[2.619,1.952],[-4.094,32.323],[-3.855,32.562],[-3.746,32.67],[-3.768,32.648],[16.032,-8.968],[15.911,-9.089],[15.866,-9.134],[15.897,-9.103],[3.595,-32.739],[3.727,-32.606],[3.793,-32.54],[3.795,-32.539],[-2.321,-2.179],[-2.54,-1.96],[-2.654,-1.846],[-2.662,-1.838],[-2.515,-1.985],[-2.62,-1.88],[-2.64,-1.86],[-2.575,-1.925],[-0.167,0],[-0.167,0],[-0.167,0],[-0.167,0]],"v":[[-15,-399],[-38.634,-385.509],[-62.224,-371.974],[-85.791,-358.416],[-109.355,-344.855],[-132.938,-331.313],[-156.559,-317.809],[-180.24,-304.365],[-204,-291],[-203.507,-289.889],[-202.818,-288.952],[-201.978,-288.154],[-201.029,-287.46],[-200.014,-286.832],[-198.975,-286.237],[-197.956,-285.638],[-197,-285],[-194.798,-283.366],[-192.508,-281.646],[-190.167,-279.885],[-187.812,-278.127],[-185.48,-276.416],[-183.209,-274.795],[-181.037,-273.308],[-179,-272],[-178.107,-271.401],[-177.256,-270.747],[-176.446,-270.061],[-175.678,-269.368],[-174.949,-268.691],[-174.261,-268.055],[-173.611,-267.483],[-173,-267],[-164.841,-261.328],[-156.634,-255.822],[-148.611,-250.154],[-141,-244],[-152.89,-146.639],[-164.26,-48.759],[-175.499,49.251],[-187,147],[-139.104,119.896],[-91.458,92.542],[-43.833,65.167],[4,38],[15,-60.001],[26.297,-157.703],[37.696,-255.304],[49,-353],[41.682,-359.182],[33.864,-364.864],[25.865,-370.365],[18,-376],[10.276,-381.776],[2.364,-387.364],[-5.479,-393.021],[-13,-399],[-13.5,-399],[-14,-399],[-14.5,-399]],"c":true}],"h":1},{"t":28,"s":[{"i":[[0.167,0],[7.865,-4.51],[7.855,-4.52],[7.851,-4.524],[7.855,-4.52],[7.867,-4.508],[7.886,-4.489],[7.912,-4.463],[7.945,-4.43],[-0.191,-0.351],[-0.264,-0.278],[-0.316,-0.225],[-0.348,-0.194],[-0.358,-0.184],[-0.347,-0.194],[-0.315,-0.226],[-0.262,-0.279],[-2.348,-1.61],[-2.358,-1.601],[-2.36,-1.599],[-2.354,-1.604],[-2.34,-1.618],[-2.319,-1.639],[-2.29,-1.668],[-2.253,-1.705],[1.527,-16.556],[1.494,-16.589],[1.474,-16.61],[1.466,-16.617],[1.471,-16.612],[1.489,-16.594],[1.52,-16.564],[1.563,-16.52],[-7.992,4.507],[-7.963,4.537],[-7.944,4.556],[-7.933,4.567],[-7.932,4.568],[-7.941,4.559],[-7.959,4.541],[-7.986,4.514],[-1.439,16.603],[-1.469,16.573],[-1.486,16.556],[-1.491,16.551],[-1.484,16.558],[-1.464,16.577],[-1.433,16.609],[-1.388,16.653],[2.52,1.888],[2.624,1.766],[2.667,1.745],[2.65,1.824],[2.607,1.813],[2.595,1.834],[2.565,1.854],[2.518,1.873],[0.167,0],[0.167,0],[0.167,0]],"o":[[-7.883,4.492],[-7.865,4.51],[-7.855,4.52],[-7.851,4.524],[-7.855,4.52],[-7.867,4.508],[-7.886,4.489],[-7.912,4.463],[0.096,0.445],[0.191,0.351],[0.264,0.278],[0.316,0.225],[0.348,0.194],[0.358,0.184],[0.347,0.194],[0.315,0.226],[2.331,1.628],[2.348,1.61],[2.358,1.601],[2.36,1.599],[2.354,1.604],[2.34,1.618],[2.319,1.639],[2.29,1.668],[-1.573,16.51],[-1.527,16.556],[-1.494,16.589],[-1.474,16.61],[-1.466,16.617],[-1.471,16.612],[-1.489,16.594],[-1.52,16.564],[8.031,-4.469],[7.992,-4.507],[7.963,-4.537],[7.944,-4.556],[7.933,-4.567],[7.932,-4.568],[7.941,-4.559],[7.959,-4.541],[1.397,-16.645],[1.439,-16.603],[1.469,-16.573],[1.486,-16.556],[1.491,-16.551],[1.484,-16.558],[1.464,-16.577],[1.433,-16.609],[-2.356,-2.112],[-2.52,-1.888],[-2.624,-1.766],[-2.667,-1.745],[-2.601,-1.791],[-2.607,-1.813],[-2.595,-1.834],[-2.565,-1.854],[-0.167,0],[-0.167,0],[-0.167,0],[-0.167,0]],"v":[[-25,-405],[-48.621,-391.496],[-72.199,-377.949],[-95.756,-364.381],[-119.314,-350.814],[-142.896,-337.271],[-166.523,-323.773],[-190.217,-310.342],[-214,-297],[-213.564,-295.811],[-212.876,-294.874],[-212,-294.125],[-210.998,-293.502],[-209.934,-292.941],[-208.871,-292.379],[-207.872,-291.753],[-207,-291],[-199.98,-286.145],[-192.919,-281.331],[-185.841,-276.534],[-178.769,-271.731],[-171.725,-266.9],[-164.734,-262.016],[-157.818,-257.058],[-151,-252],[-155.646,-202.397],[-160.175,-152.676],[-164.623,-102.874],[-169.029,-53.03],[-173.432,-3.182],[-177.869,46.631],[-182.379,96.371],[-187,146],[-162.967,132.533],[-139.036,118.965],[-115.178,105.323],[-91.365,91.635],[-67.569,77.931],[-43.762,64.239],[-19.915,50.585],[4,37],[8.257,-12.868],[12.621,-62.628],[17.056,-112.318],[21.525,-161.974],[25.991,-211.634],[30.417,-261.333],[34.766,-311.11],[39,-361],[31.671,-366.975],[23.941,-372.431],[15.99,-377.672],[8,-383],[0.183,-388.407],[-7.625,-393.877],[-15.37,-399.409],[-23,-405],[-23.5,-405],[-24,-405],[-24.5,-405]],"c":true}],"h":1},{"t":29,"s":[{"i":[[10.431,7.236],[8.032,-4.552],[7.994,-4.589],[7.966,-4.618],[7.945,-4.638],[2.791,-1.592],[2.796,-1.596],[2.733,-1.456],[2.599,-1.172],[0.078,-0.176],[0.077,-0.225],[0.086,-0.186],[0.104,-0.059],[1.094,-0.492],[1.099,-0.451],[1.08,-0.484],[1.038,-0.59],[0.336,-0.399],[0.372,-0.241],[1.471,-0.776],[1.49,-0.844],[5.91,-3.425],[6.299,-2.868],[-1.391,-0.776],[-1.05,-1.116],[-4.011,-2.685],[-3.99,-2.635],[-4.068,-2.745],[-3.597,-3.293],[-1.432,-0.901],[-0.633,-1.7],[5.052,-66.782],[5.472,-66.36],[-1.952,1.137],[-1.894,1.092],[-14.034,7.976],[-13.791,7.984],[-3.754,2.1],[-3.452,1.556],[-0.154,0.451],[-0.208,0.118],[-2.25,0.931],[-1.996,1.136],[-0.336,0.399],[-0.372,0.241],[-1.703,0.768],[-1.581,0.888],[-0.814,0.75],[-0.87,0.507],[-1.19,0.426],[-1.073,0.616],[-3.985,2.339],[-3.822,2.213],[-1.371,0.744],[-0.392,0.376],[-0.852,0.529],[0.155,1.168],[-5.157,66.509],[-4.519,67.148],[10.656,7.01]],"o":[[-8.077,4.506],[-8.032,4.552],[-7.994,4.589],[-7.966,4.618],[-2.715,1.442],[-2.791,1.592],[-2.796,1.596],[-2.733,1.456],[-0.088,0.039],[-0.078,0.176],[-0.077,0.225],[-0.086,0.186],[-1.065,0.606],[-1.094,0.492],[-1.099,0.451],[-1.08,0.484],[-0.285,0.162],[-0.336,0.399],[-1.625,1.053],[-1.471,0.776],[-6.062,3.434],[-5.91,3.425],[0.385,1.781],[1.391,0.776],[3.968,2.627],[4.011,2.685],[4.132,2.728],[4.068,2.745],[1.639,0.694],[1.432,0.902],[-5.32,66.513],[-5.052,66.782],[2.299,-0.361],[1.952,-1.137],[14.074,-8.113],[14.034,-7.976],[3.531,-2.044],[3.754,-2.1],[0.175,-0.079],[0.154,-0.451],[2.005,-1.141],[2.25,-0.931],[0.285,-0.162],[0.336,-0.399],[1.606,-1.041],[1.703,-0.768],[0.877,-0.492],[0.813,-0.75],[1.166,-0.68],[1.19,-0.426],[4.239,-2.433],[3.985,-2.339],[1.123,-0.65],[1.371,-0.744],[0.746,-0.715],[0.852,-0.529],[4.854,-66.814],[5.157,-66.509],[-9.944,-7.724],[-10.656,-7.01]],"v":[[-29,-408],[-53.161,-394.411],[-77.198,-380.698],[-101.136,-366.886],[-125,-353],[-133.277,-348.412],[-141.674,-343.594],[-149.985,-338.978],[-158,-335],[-158.246,-334.654],[-158.476,-334.029],[-158.718,-333.39],[-159,-333],[-162.245,-331.372],[-165.541,-329.976],[-168.817,-328.593],[-172,-327],[-172.935,-326.059],[-174,-325],[-178.602,-322.343],[-183,-320],[-200.822,-309.575],[-219,-300],[-215.998,-296.502],[-212,-294],[-200.016,-286.005],[-188,-278],[-175.599,-269.923],[-164,-261],[-159.245,-258.755],[-156,-255],[-171.386,-54.885],[-187,145],[-180.696,142.548],[-175,139],[-132.788,114.904],[-91,91],[-79.94,84.634],[-69,79],[-68.524,78.029],[-68,77],[-61.494,73.996],[-55,71],[-54.065,70.059],[-53,69],[-47.981,66.385],[-43,64],[-40.495,62.011],[-38,60],[-34.43,58.452],[-31,57],[-18.688,49.835],[-7,43],[-2.951,40.794],[0,39],[2.676,37.34],[4,35],[19.251,-164.75],[34,-365],[2.866,-386.866]],"c":true}],"h":1},{"t":30,"s":[{"i":[[0.167,0],[7.897,-4.478],[7.876,-4.499],[7.862,-4.513],[7.855,-4.52],[7.856,-4.519],[7.864,-4.511],[7.88,-4.495],[7.903,-4.472],[-0.195,-0.346],[-0.286,-0.255],[-0.346,-0.196],[-0.374,-0.167],[-0.372,-0.17],[-0.339,-0.203],[-0.274,-0.268],[-0.178,-0.363],[-1.287,-0.783],[-1.268,-0.847],[-1.252,-0.878],[-1.241,-0.877],[-1.232,-0.844],[-1.227,-0.78],[-1.226,-0.683],[-1.229,-0.554],[-0.079,-0.175],[-0.081,-0.225],[-0.086,-0.187],[-0.095,-0.061],[-0.342,-0.165],[-0.364,-0.162],[-0.34,-0.166],[-0.269,-0.177],[-1.836,-1.176],[-1.775,-1.2],[-1.676,-1.299],[-1.54,-1.473],[2.403,-33.514],[2.312,-33.604],[2.379,-33.538],[2.601,-33.316],[-4.048,2.192],[-3.979,2.308],[-3.941,2.337],[-3.936,2.279],[-11.971,6.807],[-11.915,6.76],[-11.861,6.823],[-11.809,6.995],[-2.345,33.571],[-2.376,33.541],[-2.343,33.574],[-2.245,33.671],[5.181,3.485],[5.225,3.442],[5.181,3.485],[5.05,3.616],[0.167,0],[0.167,0],[0.167,0]],"o":[[-7.926,4.45],[-7.897,4.478],[-7.876,4.499],[-7.862,4.513],[-7.855,4.52],[-7.856,4.519],[-7.864,4.511],[-7.88,4.495],[0.074,0.468],[0.195,0.346],[0.286,0.255],[0.346,0.196],[0.374,0.167],[0.372,0.17],[0.339,0.203],[0.274,0.268],[1.309,0.688],[1.287,0.783],[1.268,0.847],[1.252,0.878],[1.241,0.877],[1.232,0.844],[1.227,0.78],[1.226,0.683],[0.083,0.037],[0.079,0.175],[0.081,0.225],[0.086,0.187],[0.274,0.177],[0.342,0.165],[0.364,0.162],[0.34,0.166],[1.861,1.226],[1.836,1.176],[1.775,1.2],[1.676,1.299],[-2.649,33.267],[-2.403,33.514],[-2.312,33.604],[-2.379,33.538],[4.15,-1.988],[4.048,-2.192],[3.979,-2.308],[3.941,-2.337],[12.029,-6.964],[11.971,-6.807],[11.915,-6.76],[11.861,-6.823],[2.251,-33.666],[2.345,-33.571],[2.376,-33.541],[2.343,-33.574],[-5.05,-3.616],[-5.181,-3.485],[-5.225,-3.442],[-5.181,-3.485],[-0.167,0],[-0.167,0],[-0.167,0],[-0.167,0]],"v":[[-32,-409],[-55.732,-395.607],[-79.39,-382.139],[-102.994,-368.619],[-126.569,-355.068],[-150.134,-341.509],[-173.713,-327.963],[-197.328,-314.453],[-221,-301],[-220.588,-299.787],[-219.858,-298.892],[-218.902,-298.223],[-217.814,-297.686],[-216.687,-297.189],[-215.613,-296.637],[-214.687,-295.939],[-214,-295],[-210.107,-292.785],[-206.276,-290.333],[-202.497,-287.738],[-198.758,-285.098],[-195.05,-282.508],[-191.361,-280.064],[-187.681,-277.863],[-184,-276],[-183.758,-275.659],[-183.519,-275.036],[-183.27,-274.395],[-183,-274],[-182.064,-273.489],[-180.993,-273.001],[-179.925,-272.512],[-179,-272],[-173.445,-268.415],[-168.019,-264.87],[-162.833,-261.14],[-158,-257],[-165.539,-156.789],[-172.572,-56.072],[-179.57,44.681],[-187,145],[-174.711,138.709],[-162.679,131.936],[-150.807,124.946],[-139,118],[-102.999,97.371],[-67.17,77.047],[-31.505,56.699],[4,36],[10.91,-64.841],[18.008,-165.493],[25.102,-266.149],[32,-367],[16.631,-377.631],[1,-388],[-14.631,-398.369],[-30,-409],[-30.5,-409],[-31,-409],[-31.5,-409]],"c":true}],"h":1},{"t":31,"s":[{"i":[[5.485,3.348],[7.873,-4.502],[7.86,-4.515],[7.855,-4.52],[7.856,-4.519],[7.865,-4.51],[7.88,-4.495],[7.903,-4.472],[7.933,-4.442],[-0.16,-0.382],[-0.244,-0.298],[-0.306,-0.235],[-0.348,-0.194],[-0.368,-0.173],[-0.368,-0.174],[-0.346,-0.196],[-0.303,-0.238],[-1.961,-1.331],[-1.987,-1.305],[-1.999,-1.293],[-1.996,-1.295],[-1.98,-1.312],[-1.949,-1.343],[-1.903,-1.388],[-1.844,-1.448],[-0.411,-0.173],[-0.402,-0.181],[-0.385,-0.199],[-0.358,-0.225],[-0.322,-0.261],[-0.277,-0.307],[-0.222,-0.361],[-0.158,-0.425],[1.067,-16.849],[1.091,-16.826],[1.112,-16.805],[1.131,-16.786],[1.148,-16.769],[1.162,-16.754],[1.174,-16.742],[1.185,-16.732],[-2.04,1.062],[-2.02,1.1],[-2.003,1.129],[-1.99,1.149],[-1.981,1.16],[-1.975,1.162],[-1.973,1.155],[-1.975,1.138],[-11.957,6.824],[-11.901,6.784],[-11.868,6.818],[-11.86,6.927],[-2.243,33.674],[-2.271,33.646],[-2.268,33.649],[-2.232,33.684],[5.286,3.548],[5.295,3.538],[5.362,3.471]],"o":[[-7.892,4.483],[-7.873,4.502],[-7.86,4.515],[-7.855,4.52],[-7.856,4.519],[-7.865,4.51],[-7.88,4.495],[-7.903,4.472],[0.055,0.486],[0.16,0.382],[0.244,0.298],[0.306,0.235],[0.348,0.194],[0.368,0.173],[0.368,0.174],[0.346,0.196],[1.921,1.371],[1.961,1.331],[1.987,1.305],[1.999,1.293],[1.996,1.295],[1.98,1.312],[1.949,1.343],[1.903,1.388],[0.41,0.173],[0.411,0.173],[0.402,0.181],[0.385,0.199],[0.358,0.225],[0.322,0.261],[0.277,0.307],[0.222,0.361],[-1.042,16.875],[-1.067,16.849],[-1.091,16.826],[-1.112,16.805],[-1.131,16.786],[-1.148,16.769],[-1.162,16.754],[-1.174,16.742],[2.064,-1.015],[2.04,-1.062],[2.02,-1.1],[2.003,-1.129],[1.99,-1.149],[1.981,-1.16],[1.975,-1.162],[1.973,-1.155],[12.037,-6.939],[11.957,-6.824],[11.901,-6.784],[11.868,-6.818],[2.183,-33.733],[2.243,-33.674],[2.271,-33.646],[2.268,-33.649],[-5.333,-3.5],[-5.286,-3.548],[-5.295,-3.538],[-5.362,-3.471]],"v":[[-33,-410],[-56.646,-396.521],[-80.243,-382.993],[-103.814,-369.438],[-127.378,-355.878],[-150.958,-342.332],[-174.574,-328.824],[-198.247,-315.372],[-222,-302],[-221.672,-300.703],[-221.061,-299.689],[-220.231,-298.894],[-219.244,-298.256],[-218.165,-297.71],[-217.056,-297.194],[-215.98,-296.645],[-215,-296],[-209.174,-291.951],[-203.248,-288.002],[-197.265,-284.11],[-191.269,-280.231],[-185.301,-276.323],[-179.406,-272.344],[-173.624,-268.251],[-168,-264],[-166.767,-263.483],[-165.545,-262.955],[-164.362,-262.388],[-163.246,-261.755],[-162.223,-261.027],[-161.323,-260.177],[-160.573,-259.177],[-160,-258],[-163.165,-207.414],[-166.402,-156.901],[-169.707,-106.456],[-173.072,-56.071],[-176.49,-5.74],[-179.955,44.545],[-183.461,94.789],[-187,145],[-180.845,141.881],[-174.756,138.635],[-168.722,135.289],[-162.733,131.869],[-156.777,128.404],[-150.844,124.919],[-144.922,121.442],[-139,118],[-103.014,97.375],[-67.233,76.982],[-31.586,56.598],[4,36],[10.647,-65.103],[17.426,-166.074],[24.242,-267.008],[31,-368],[15.086,-378.586],[-0.772,-389.228],[-16.743,-399.756]],"c":true}],"h":1},{"t":32,"s":[{"i":[[0.334,0],[8.014,-4.571],[8.013,-4.586],[7.993,-4.597],[7.953,-4.604],[3.751,-2.221],[3.783,-2.177],[3.765,-1.993],[3.698,-1.667],[0.078,-0.176],[0.077,-0.225],[0.086,-0.186],[0.104,-0.059],[1.007,-0.49],[1.019,-0.472],[1.003,-0.496],[0.957,-0.561],[1.001,-0.586],[0.995,-0.582],[0.997,-0.579],[1.006,-0.58],[0.92,-0.596],[0.918,-0.615],[0.914,-0.586],[0.909,-0.51],[1.077,-0.473],[1.05,-0.497],[0.948,-0.651],[0.772,-0.933],[-4.653,-3.014],[-4.657,-3.01],[-4.551,-3.116],[-4.333,-3.333],[-0.837,-0.33],[-0.771,-0.396],[-0.549,-0.618],[-0.171,-0.996],[2.219,-33.614],[2.183,-33.65],[2.247,-33.586],[2.413,-33.421],[-4.034,2.205],[-3.981,2.288],[-3.956,2.314],[-3.961,2.283],[-11.95,6.832],[-11.898,6.792],[-11.874,6.814],[-11.879,6.897],[-2.212,33.621],[-2.242,33.591],[-2.159,33.674],[-1.962,33.872],[1.211,0.974],[1.284,0.896],[1.306,0.848],[1.277,0.833],[7.836,5.104],[7.59,5.325],[0.333,0]],"o":[[-7.995,4.551],[-8.014,4.571],[-8.013,4.586],[-7.993,4.597],[-3.669,2.124],[-3.751,2.221],[-3.783,2.177],[-3.765,1.993],[-0.088,0.039],[-0.078,0.176],[-0.077,0.225],[-0.086,0.186],[-0.965,0.549],[-1.007,0.49],[-1.019,0.472],[-1.003,0.496],[-1.013,0.594],[-1.001,0.586],[-0.995,0.581],[-0.997,0.579],[-0.921,0.531],[-0.92,0.596],[-0.918,0.615],[-0.914,0.586],[-1.029,0.578],[-1.077,0.473],[-1.05,0.497],[-0.948,0.651],[4.538,3.129],[4.653,3.014],[4.657,3.01],[4.551,3.116],[0.747,0.42],[0.837,0.33],[0.771,0.396],[0.549,0.618],[-2.356,33.478],[-2.219,33.614],[-2.183,33.65],[-2.247,33.586],[4.117,-2.066],[4.034,-2.205],[3.981,-2.288],[3.956,-2.314],[12.031,-6.935],[11.95,-6.832],[11.898,-6.792],[11.874,-6.814],[2.069,-33.766],[2.212,-33.621],[2.242,-33.591],[2.159,-33.674],[-1.087,-1.085],[-1.211,-0.974],[-1.284,-0.896],[-1.306,-0.848],[-8.065,-5.26],[-7.836,-5.104],[-0.334,0],[-0.333,0]],"v":[[-34,-410],[-58.019,-396.316],[-82.064,-382.579],[-106.077,-368.803],[-130,-355],[-141.143,-348.447],[-152.457,-341.814],[-163.792,-335.525],[-175,-330],[-175.246,-329.654],[-175.476,-329.029],[-175.718,-328.39],[-176,-328],[-178.966,-326.451],[-182.012,-325.018],[-185.053,-323.576],[-188,-322],[-191.018,-320.23],[-194.01,-318.479],[-196.997,-316.738],[-200,-315],[-202.761,-313.298],[-205.518,-311.469],[-208.266,-309.656],[-211,-308],[-214.178,-306.456],[-217.387,-305.033],[-220.402,-303.344],[-223,-301],[-209.185,-291.814],[-195.192,-282.807],[-181.353,-273.646],[-168,-264],[-165.586,-262.914],[-163.136,-261.864],[-161.119,-260.382],[-160,-258],[-166.837,-157.336],[-173.415,-56.415],[-180.035,44.464],[-187,145],[-174.78,138.579],[-162.765,131.825],[-150.868,124.909],[-139,118],[-103.035,97.365],[-67.271,76.943],[-31.621,56.55],[4,36],[10.45,-65.051],[17.16,-165.84],[23.791,-266.709],[30,-368],[26.541,-371.081],[22.786,-373.878],[18.888,-376.486],[15,-379],[-8.856,-394.451],[-32,-410],[-33,-410]],"c":true}],"h":1},{"t":33,"s":[{"i":[[-4.189,67.478],[1.215,0.977],[1.285,0.896],[1.303,0.846],[1.267,0.827],[4.009,2.612],[3.974,2.575],[3.978,2.55],[4.02,2.538],[0.258,0.064],[0.387,-0.202],[0.31,-0.29],[0.028,-0.199],[13.698,-7.802],[13.658,-7.842],[13.631,-7.869],[13.617,-7.883],[2.011,-1.072],[1.991,-1.092],[1.86,-1.224],[1.615,-1.468],[-0.655,-0.423],[-0.676,-0.385],[-0.683,-0.394],[-0.675,-0.45],[-0.25,-0.261],[-0.242,-0.287],[-0.246,-0.257],[-0.262,-0.172],[-0.424,-0.159],[-0.446,-0.133],[-0.424,-0.158],[-0.359,-0.234],[-0.244,-0.26],[-0.241,-0.29],[-0.251,-0.26],[-0.276,-0.171],[-0.425,-0.156],[-0.442,-0.134],[-0.421,-0.16],[-0.362,-0.237],[-1.114,-1.079],[-1.234,-0.826],[-0.716,-0.314],[-0.542,-0.347],[-0.664,-0.53],[-0.697,-0.464],[-4.07,-2.556],[-3.556,-3.002],[4.306,-67.528],[4.856,-66.977],[-7.961,4.566],[-7.923,4.587],[-11.923,6.877],[-11.379,6.587],[-6.095,3.318],[-5.643,3.267],[-5.941,3.512],[-6.027,3.358],[-4.409,67.257]],"o":[[-1.092,-1.089],[-1.215,-0.977],[-1.285,-0.896],[-1.303,-0.846],[-4.083,-2.663],[-4.009,-2.612],[-3.974,-2.575],[-3.978,-2.55],[0.076,-0.508],[-0.258,-0.064],[-0.387,0.202],[-0.31,0.29],[-13.752,7.748],[-13.698,7.802],[-13.658,7.842],[-13.631,7.869],[-1.919,1.165],[-2.011,1.072],[-1.991,1.092],[-1.86,1.224],[0.62,0.509],[0.655,0.423],[0.676,0.385],[0.683,0.394],[0.27,0.18],[0.25,0.261],[0.242,0.287],[0.246,0.257],[0.358,0.235],[0.424,0.159],[0.446,0.133],[0.424,0.158],[0.262,0.17],[0.244,0.26],[0.241,0.29],[0.251,0.26],[0.37,0.229],[0.425,0.156],[0.442,0.134],[0.421,0.16],[1.31,0.858],[1.114,1.079],[0.594,0.398],[0.716,0.314],[0.647,0.415],[0.664,0.53],[4.165,2.775],[4.07,2.556],[-4.921,66.912],[-4.306,67.528],[8.234,-4.149],[7.961,-4.566],[11.93,-6.906],[11.923,-6.877],[5.978,-3.46],[6.095,-3.318],[6.207,-3.593],[5.941,-3.512],[4.176,-67.492],[4.409,-67.257]],"v":[[30,-368],[26.526,-371.091],[22.763,-373.893],[18.868,-376.499],[15,-379],[2.871,-386.91],[-9.095,-394.688],[-21.014,-402.372],[-33,-410],[-33.324,-410.812],[-34.344,-410.56],[-35.441,-409.777],[-36,-409],[-77.172,-385.672],[-118.203,-362.203],[-159.132,-338.632],[-200,-315],[-205.923,-311.673],[-211.955,-308.454],[-217.759,-305.009],[-223,-301],[-221.084,-299.614],[-219.083,-298.412],[-217.041,-297.255],[-215,-296],[-214.223,-295.324],[-213.488,-294.488],[-212.759,-293.658],[-212,-293],[-210.817,-292.423],[-209.502,-291.998],[-208.186,-291.574],[-207,-291],[-206.244,-290.34],[-205.521,-289.5],[-204.787,-288.661],[-204,-288],[-202.799,-287.435],[-201.489,-287.013],[-200.185,-286.584],[-199,-286],[-195.443,-282.976],[-192,-280],[-189.961,-278.962],[-188,-278],[-186.038,-276.537],[-184,-275],[-171.544,-267.171],[-160,-259],[-173.549,-57.048],[-187,145],[-162.766,131.828],[-139,118],[-103.086,97.26],[-68,77],[-49.749,66.855],[-32,57],[-13.865,46.323],[4,36],[16.991,-166.01]],"c":true}],"h":1},{"t":34,"s":[{"i":[[-4.327,67.341],[1.206,0.984],[1.285,0.887],[1.311,0.834],[1.285,0.826],[4.01,2.615],[3.972,2.591],[3.976,2.556],[4.021,2.508],[0.258,0.064],[0.387,-0.202],[0.31,-0.29],[0.028,-0.199],[7.785,-4.385],[7.733,-4.442],[7.707,-4.46],[7.707,-4.442],[3.759,-2.224],[3.775,-2.175],[3.754,-1.989],[3.695,-1.665],[0.078,-0.176],[0.077,-0.225],[0.086,-0.186],[0.104,-0.059],[0.999,-0.489],[1.006,-0.467],[1.004,-0.495],[0.994,-0.573],[5.933,-3.434],[6.255,-2.799],[-1.507,-0.818],[-1.086,-0.776],[-1.127,-1.075],[-1.216,-0.786],[-0.711,-0.32],[-0.55,-0.328],[-0.637,-0.529],[-0.524,-0.332],[-0.891,-0.272],[-0.778,-0.496],[-0.139,-0.423],[-0.227,-0.171],[-0.558,-0.114],[-0.364,-0.243],[-2.655,-1.858],[-2.681,-1.771],[-2.729,-1.771],[-2.403,-2.145],[4.266,-67.567],[4.88,-66.953],[-7.949,4.56],[-7.986,4.623],[-11.915,6.872],[-11.382,6.588],[-6.061,3.299],[-5.727,3.316],[-5.936,3.526],[-6.048,3.303],[-4.368,67.298]],"o":[[-1.075,-1.126],[-1.206,-0.984],[-1.285,-0.887],[-1.311,-0.834],[-4.09,-2.626],[-4.01,-2.615],[-3.972,-2.591],[-3.976,-2.556],[0.076,-0.508],[-0.258,-0.064],[-0.387,0.202],[-0.31,0.29],[-7.862,4.292],[-7.785,4.385],[-7.733,4.442],[-7.707,4.46],[-3.706,2.136],[-3.759,2.224],[-3.775,2.175],[-3.754,1.989],[-0.088,0.039],[-0.078,0.176],[-0.077,0.225],[-0.086,0.186],[-0.984,0.56],[-0.999,0.489],[-1.006,0.467],[-1.004,0.495],[-6.012,3.465],[-5.933,3.434],[-0.115,1.953],[1.507,0.818],[1.278,0.913],[1.127,1.075],[0.606,0.393],[0.711,0.32],[0.927,0.553],[0.637,0.529],[0.657,0.416],[0.891,0.272],[0.216,0.138],[0.139,0.423],[0.404,0.303],[0.558,0.114],[2.697,1.798],[2.655,1.858],[2.683,1.772],[2.728,1.771],[-5.055,66.778],[-4.266,67.567],[8.218,-4.139],[7.949,-4.56],[11.96,-6.924],[11.915,-6.872],[6.027,-3.489],[6.061,-3.299],[6.207,-3.593],[5.936,-3.526],[4.2,-67.469],[4.368,-67.298]],"v":[[30,-368],[26.565,-371.155],[22.815,-373.951],[18.908,-376.522],[15,-379],[2.86,-386.865],[-9.103,-394.677],[-21.014,-402.401],[-33,-410],[-33.324,-410.812],[-34.344,-410.56],[-35.441,-409.777],[-36,-409],[-59.463,-395.975],[-82.733,-382.725],[-105.886,-369.363],[-129,-356],[-140.206,-349.427],[-151.516,-342.795],[-162.818,-336.515],[-174,-331],[-174.246,-330.654],[-174.476,-330.029],[-174.718,-329.39],[-175,-329],[-177.977,-327.44],[-180.985,-326.019],[-184.002,-324.589],[-187,-323],[-204.817,-312.5],[-223,-303],[-220.4,-299.118],[-216,-297],[-212.453,-293.904],[-209,-291],[-206.958,-289.952],[-205,-289],[-202.699,-287.334],[-201,-286],[-198.59,-285.06],[-196,-284],[-195.508,-283.024],[-195,-282],[-193.47,-281.455],[-192,-281],[-183.989,-275.48],[-176,-270],[-167.789,-264.78],[-160,-259],[-173.631,-57.131],[-187,145],[-162.826,131.863],[-139,118],[-103.066,97.248],[-68,77],[-49.775,66.87],[-32,57],[-13.88,46.282],[4,36],[16.904,-166.096]],"c":true}],"h":1},{"t":75,"s":[{"i":[[4.639,3.122],[3.655,-2.134],[3.679,-2.104],[3.56,-2.043],[3.297,-1.95],[1.507,-0.837],[1.497,-0.809],[1.491,-0.818],[1.489,-0.862],[2.922,-1.667],[2.922,-1.659],[2.914,-1.662],[2.897,-1.677],[11.548,-6.706],[11.207,-6.459],[3.966,-2.217],[4.171,-1.846],[-1.477,-0.791],[-1.188,-0.85],[-1.131,-1.076],[-1.242,-0.814],[-0.71,-0.312],[-0.551,-0.353],[-0.667,-0.538],[-0.696,-0.438],[-0.911,-0.286],[-0.698,-0.445],[-0.139,-0.423],[-0.227,-0.171],[-0.558,-0.114],[-0.364,-0.243],[-0.444,-0.547],[-0.575,-0.377],[-0.905,-0.271],[-0.746,-0.501],[-1.153,-1.104],[-1.24,-0.813],[-0.661,-0.281],[-0.746,-0.478],[-0.706,-0.561],[-0.591,-0.381],[-1.542,-0.812],[-0.494,-1.889],[4.332,-67.334],[4.588,-67.08],[-7.927,4.588],[-8.039,4.554],[-11.902,6.902],[-11.374,6.584],[-6.061,3.299],[-5.727,3.316],[-5.934,3.534],[-6.064,3.275],[-4.334,67.332],[-4.447,67.22],[2.541,1.757],[2.665,1.711],[3.427,2.24],[2.904,1.861],[4.822,3.156]],"o":[[-3.487,2.132],[-3.655,2.134],[-3.679,2.105],[-3.56,2.043],[-1.522,0.9],[-1.507,0.837],[-1.497,0.809],[-1.491,0.818],[-2.913,1.687],[-2.922,1.667],[-2.922,1.659],[-2.914,1.662],[-11.601,6.716],[-11.548,6.706],[-3.966,2.286],[-3.966,2.217],[-0.097,1.985],[1.477,0.791],[1.236,0.884],[1.131,1.076],[0.61,0.4],[0.71,0.312],[0.637,0.409],[0.667,0.538],[0.656,0.412],[0.912,0.286],[0.216,0.138],[0.139,0.423],[0.404,0.303],[0.558,0.114],[0.65,0.434],[0.444,0.547],[0.632,0.414],[0.906,0.271],[1.149,0.772],[1.153,1.104],[0.608,0.399],[0.662,0.281],[0.585,0.375],[0.706,0.561],[1.339,0.863],[1.542,0.812],[-4.084,67.585],[-4.332,67.334],[8.251,-4.096],[7.927,-4.588],[12.019,-6.809],[11.902,-6.902],[6.027,-3.489],[6.061,-3.299],[6.2,-3.589],[5.934,-3.534],[4.216,-67.453],[4.334,-67.332],[-2.171,-2.26],[-2.541,-1.757],[-3.389,-2.177],[-3.427,-2.24],[-5.073,-3.252],[-4.822,-3.156]],"v":[[-34,-411],[-44.748,-404.593],[-55.785,-398.228],[-66.679,-391.998],[-77,-386],[-81.543,-383.403],[-86.049,-380.943],[-90.53,-378.511],[-95,-376],[-103.755,-370.972],[-112.524,-365.986],[-121.281,-361.007],[-130,-356],[-164.796,-335.808],[-199,-316],[-210.846,-309.171],[-223,-303],[-220.464,-299.148],[-216,-297],[-212.504,-293.947],[-209,-291],[-206.956,-289.965],[-205,-289],[-203.044,-287.521],[-201,-286],[-198.531,-285.025],[-196,-284],[-195.508,-283.024],[-195,-282],[-193.47,-281.455],[-192,-281],[-190.443,-279.457],[-189,-278],[-186.586,-277.065],[-184,-276],[-180.569,-273.032],[-177,-270],[-175.103,-269.06],[-173,-268],[-171.005,-266.505],[-169,-265],[-164.367,-262.769],[-161,-259],[-173.622,-56.621],[-187,145],[-162.841,131.844],[-139,118],[-103.016,97.332],[-68,77],[-49.775,66.87],[-32,57],[-13.898,46.264],[4,36],[16.826,-166.174],[30,-368],[22.87,-373.912],[15,-379],[4.636,-385.736],[-5,-392],[-19.826,-401.598]],"c":true}],"h":1},{"t":76,"s":[{"i":[[0.334,0],[15.734,-9.016],[15.711,-9.039],[15.746,-9.004],[15.841,-8.909],[-0.45,-0.55],[-0.625,-0.375],[-0.737,-0.263],[-0.787,-0.213],[-1.238,-0.869],[-1.336,-0.747],[-1.305,-0.629],[-1.144,-0.516],[-0.078,-0.176],[-0.078,-0.225],[-0.086,-0.186],[-0.103,-0.059],[-0.334,-0.162],[-0.338,-0.155],[-0.335,-0.166],[-0.325,-0.193],[-1.877,-1.103],[-1.811,-1.062],[-1.778,-1.053],[-1.779,-1.077],[-2.419,-1.418],[-1.996,-1.918],[1.284,-69.382],[1.874,-68.793],[-11.998,7.047],[-11.586,6.65],[-3.961,2.081],[-3.488,1.572],[-0.154,0.451],[-0.208,0.118],[-2.025,0.942],[-1.941,1.118],[-11.17,6.428],[-10.463,6.031],[-0.998,0.711],[-0.983,0.565],[-2.13,1.089],[-0.652,2.592],[-1.394,68.772],[-1.217,68.951],[2.621,1.551],[2.515,1.523],[0.706,0.317],[0.589,0.376],[0.458,0.569],[0.604,0.363],[1.567,0.591],[1.4,0.837],[0.456,0.568],[0.627,0.401],[0.707,0.317],[0.556,0.336],[4.023,2.382],[3.665,2.913],[0.333,0]],"o":[[-15.817,8.933],[-15.734,9.016],[-15.711,9.039],[-15.746,9.004],[0.214,0.786],[0.45,0.55],[0.625,0.375],[0.737,0.263],[1.01,0.997],[1.238,0.869],[1.336,0.747],[1.305,0.629],[0.087,0.039],[0.078,0.176],[0.078,0.225],[0.086,0.186],[0.322,0.187],[0.334,0.162],[0.338,0.155],[0.335,0.166],[1.977,1.176],[1.877,1.103],[1.811,1.062],[1.778,1.053],[2.329,1.409],[2.419,1.418],[-1.991,68.677],[-1.284,69.383],[12.424,-6.162],[11.997,-7.047],[3.669,-2.106],[3.961,-2.081],[0.175,-0.079],[0.154,-0.451],[1.959,-1.115],[2.025,-0.942],[10.856,-6.258],[11.17,-6.428],[1.024,-0.59],[0.998,-0.711],[1.829,-1.051],[2.13,-1.089],[1.206,-68.962],[1.394,-68.772],[-2.002,-2.274],[-2.621,-1.551],[-0.588,-0.356],[-0.706,-0.317],[-0.564,-0.361],[-0.458,-0.569],[-1.333,-0.8],[-1.567,-0.59],[-0.547,-0.327],[-0.456,-0.568],[-0.617,-0.394],[-0.707,-0.317],[-4.245,-2.56],[-4.023,-2.382],[-0.334,0],[-0.333,0]],"v":[[-38,-412],[-85.312,-385.061],[-132.464,-357.964],[-179.635,-330.885],[-227,-304],[-225.988,-302.012],[-224.359,-300.64],[-222.301,-299.699],[-220,-299],[-216.596,-296.202],[-212.702,-293.779],[-208.707,-291.716],[-205,-290],[-204.754,-289.655],[-204.523,-289.03],[-204.281,-288.391],[-204,-288],[-203.014,-287.482],[-202.005,-287.011],[-200.993,-286.534],[-200,-286],[-194.227,-282.589],[-188.703,-279.35],[-183.327,-276.186],[-178,-273],[-170.751,-268.882],[-164,-264],[-168.588,-56.588],[-173,151],[-136.371,130.866],[-101,110],[-89.364,103.6],[-78,98],[-77.524,97.029],[-77,96],[-70.986,93.003],[-65,90],[-31.705,70.83],[1,52],[4.031,49.981],[7,48],[13.382,45.156],[18,40],[21.991,-166.509],[26,-373],[18.885,-378.564],[11,-383],[9,-383.985],[7,-385],[5.53,-386.499],[4,-388],[-0.449,-389.972],[-5,-392],[-6.44,-393.445],[-8,-395],[-10.046,-396.044],[-12,-397],[-24.435,-404.236],[-36,-412],[-37,-412]],"c":true}],"h":1},{"t":77,"s":[{"i":[[2.66,36.257],[5.156,2.594],[5.262,2.488],[5.35,2.4],[5.42,2.33],[0.258,0.064],[0.387,-0.202],[0.31,-0.29],[0.028,-0.199],[13.698,-7.802],[13.661,-7.839],[13.632,-7.868],[13.612,-7.888],[2.011,-1.072],[1.991,-1.092],[1.86,-1.224],[1.615,-1.468],[-5.283,-2.467],[-5.262,-2.488],[-5.223,-2.527],[-5.167,-2.583],[-1.45,-20.628],[-1.463,-20.643],[-1.407,-20.443],[-1.282,-20.029],[-0.166,-2.234],[-0.176,-2.261],[-0.173,-2.271],[-0.154,-2.266],[-0.659,-9.237],[-0.674,-9.179],[-0.678,-9.103],[-0.669,-9.008],[-0.315,-4.513],[-0.368,-4.51],[-0.494,-4.492],[-0.694,-4.458],[-11.84,6.827],[-11.886,6.781],[-11.853,6.814],[-11.741,6.925],[-1.576,0.866],[-1.581,0.871],[-1.464,0.82],[-1.227,0.71],[-0.175,0.181],[-0.148,0.191],[-0.149,0.165],[-0.177,0.101],[-1.836,0.884],[-1.809,0.904],[-1.693,1.067],[-1.489,1.376],[-0.659,0.174],[-0.582,0.251],[-0.382,0.452],[-0.058,0.775],[2.518,36.399],[2.619,36.297],[2.667,36.25]],"o":[[-5.033,-2.717],[-5.156,-2.594],[-5.262,-2.488],[-5.35,-2.4],[0.076,-0.508],[-0.258,-0.064],[-0.387,0.202],[-0.31,0.29],[-13.744,7.756],[-13.698,7.802],[-13.661,7.839],[-13.632,7.868],[-1.919,1.165],[-2.011,1.072],[-1.991,1.092],[-1.86,1.224],[5.286,2.464],[5.283,2.467],[5.262,2.488],[5.223,2.527],[1.368,20.399],[1.45,20.628],[1.463,20.643],[1.407,20.443],[0.14,2.191],[0.166,2.234],[0.176,2.261],[0.173,2.271],[0.632,9.276],[0.659,9.237],[0.675,9.179],[0.678,9.103],[0.335,4.502],[0.315,4.513],[0.368,4.51],[0.494,4.492],[11.716,-6.95],[11.84,-6.827],[11.886,-6.781],[11.853,-6.814],[1.45,-0.804],[1.576,-0.866],[1.581,-0.871],[1.464,-0.819],[0.23,-0.133],[0.175,-0.181],[0.148,-0.191],[0.149,-0.165],[1.775,-1.01],[1.836,-0.884],[1.809,-0.904],[1.693,-1.067],[0.614,-0.22],[0.659,-0.174],[0.582,-0.251],[0.382,-0.452],[-2.362,-36.555],[-2.518,-36.399],[-2.619,-36.297],[-2.667,-36.25]],"v":[[24,-377],[8.712,-384.962],[-6.919,-392.581],[-22.841,-399.909],[-39,-407],[-39.324,-407.812],[-40.344,-407.56],[-41.441,-406.777],[-42,-406],[-83.161,-382.661],[-124.198,-359.198],[-165.136,-335.636],[-206,-312],[-211.923,-308.673],[-217.955,-305.454],[-223.759,-302.009],[-229,-298],[-213.142,-290.608],[-197.321,-283.179],[-181.59,-275.66],[-166,-268],[-161.756,-206.406],[-157.371,-144.446],[-153.05,-82.763],[-149,-22],[-148.538,-15.358],[-148.021,-8.612],[-147.494,-1.81],[-147,5],[-145.059,32.773],[-143.055,60.401],[-141.024,87.828],[-139,115],[-138.044,128.527],[-137.038,142.066],[-135.763,155.572],[-134,169],[-98.646,148.354],[-63.038,127.963],[-27.41,107.589],[8,87],[12.569,84.481],[17.335,81.86],[21.933,79.309],[26,77],[26.602,76.519],[27.08,75.951],[27.518,75.407],[28,75],[33.439,72.195],[38.929,69.55],[44.204,66.629],[49,63],[50.94,62.44],[52.833,61.833],[54.309,60.809],[55,59],[47.666,-50.417],[39.946,-159.447],[32.003,-268.253]],"c":true}],"h":1},{"t":78,"s":[{"i":[[20.373,7.293],[4.932,-2.744],[3.791,-2.457],[3.357,-1.729],[2.673,-1.205],[0.154,-0.451],[0.208,-0.118],[1.391,-0.636],[0.907,-0.587],[0.509,-0.351],[0.457,-0.267],[2.013,-0.927],[1.969,-1.132],[1.805,-1.206],[1.883,-1.086],[2.484,-1.413],[1.694,-0.981],[1.273,-0.835],[1.291,-0.725],[2.051,-0.959],[1.885,-1.091],[1.825,-1.212],[1.802,-1.053],[2.009,-0.925],[1.97,-1.132],[1.792,-1.199],[1.93,-1.112],[2.501,-1.395],[1.63,-1.055],[3.466,-1.821],[2.734,-2.51],[1.164,-0.502],[0.117,-1.55],[-5.189,-1.697],[-5.153,-1.639],[-5.215,-1.728],[-4.779,-2.382],[-12.488,-75.346],[-11.974,-75.859],[-1.94,1.232],[-1.84,1.055],[-3.985,2.089],[-3.889,2.251],[-5.706,3.312],[-5.601,2.525],[-0.155,0.451],[-0.206,0.118],[-1.978,0.848],[-1.36,0.613],[-0.154,0.451],[-0.208,0.118],[-2.22,0.914],[-2.041,1.161],[-0.336,0.399],[-0.372,0.241],[-1.471,0.776],[-1.489,0.844],[-13.921,8.028],[-14.114,7.841],[25.037,151.628]],"o":[[-4.48,2.566],[-4.932,2.744],[-2.898,1.877],[-3.357,1.729],[-0.175,0.079],[-0.154,0.451],[-1.53,0.87],[-1.391,0.635],[-0.506,0.328],[-0.509,0.351],[-1.981,1.159],[-2.013,0.927],[-1.897,1.09],[-1.805,1.206],[-2.37,1.365],[-2.484,1.413],[-1.617,0.936],[-1.273,0.835],[-1.911,1.073],[-2.051,0.959],[-1.898,1.099],[-1.825,1.212],[-1.994,1.166],[-2.009,0.925],[-1.901,1.093],[-1.792,1.199],[-2.365,1.363],[-2.501,1.395],[-3.404,2.206],[-3.466,1.821],[-1.227,0.44],[-1.164,0.502],[5.092,1.574],[5.189,1.697],[5.363,1.706],[5.215,1.728],[12.075,75.757],[12.488,75.346],[2.401,-0.016],[1.94,-1.232],[4.172,-2.394],[3.985,-2.089],[5.574,-3.226],[5.706,-3.312],[0.175,-0.079],[0.155,-0.451],[1.727,-0.994],[1.978,-0.848],[0.175,-0.079],[0.154,-0.451],[2.078,-1.183],[2.22,-0.914],[0.285,-0.162],[0.336,-0.399],[1.625,-1.053],[1.471,-0.776],[14.204,-8.047],[13.921,-8.028],[-25.088,-151.575],[-20.373,-7.293]],"v":[[-25,-388],[-39.516,-379.918],[-53,-372],[-62.669,-366.496],[-72,-362],[-72.476,-361.029],[-73,-360],[-77.467,-357.788],[-81,-356],[-82.537,-354.954],[-84,-354],[-90.009,-350.98],[-96,-348],[-101.51,-344.497],[-107,-341],[-114.507,-336.712],[-121,-333],[-125.244,-330.342],[-129,-328],[-135.019,-325.014],[-141,-322],[-146.572,-318.466],[-152,-315],[-158.018,-311.974],[-164,-309],[-169.479,-305.514],[-175,-302],[-182.552,-297.769],[-189,-294],[-199.502,-288.228],[-209,-282],[-212.833,-280.833],[-215,-278],[-199.546,-273.049],[-184,-268],[-168.062,-263.007],[-153,-257],[-115.924,-30.576],[-79,196],[-72.578,193.78],[-67,190],[-54.787,183.392],[-43,177],[-26.02,166.974],[-9,158],[-8.524,157.03],[-8,156],[-2.225,153.214],[3,151],[3.476,150.029],[4,149],[10.528,145.984],[17,143],[17.935,142.059],[19,141],[23.602,138.343],[28,136],[70.068,111.846],[112,88],[37,-367]],"c":true}],"h":1},{"t":79,"s":[{"i":[[9.739,38.51],[2.525,0.475],[2.51,0.49],[2.506,0.494],[2.512,0.488],[2.53,0.47],[2.559,0.441],[2.598,0.402],[2.649,0.351],[3.984,-2.307],[3.995,-2.294],[4.003,-2.285],[4.009,-2.281],[4.01,-2.28],[4.009,-2.284],[4.005,-2.292],[3.997,-2.304],[3.822,-2.251],[3.816,-2.263],[3.836,-2.255],[3.883,-2.228],[3.967,-2.161],[3.968,-2.186],[3.892,-2.307],[3.739,-2.523],[-5.028,-0.972],[-5.082,-0.918],[-5.013,-0.987],[-4.822,-1.178],[-9.57,-38.597],[-9.535,-38.631],[-9.448,-38.719],[-9.306,-38.86],[-2.066,0.993],[-1.963,1.19],[-1.916,1.227],[-1.924,1.104],[-1.949,1.075],[-1.96,1.03],[-1.906,0.94],[-1.787,0.805],[-0.078,0.176],[-0.077,0.225],[-0.086,0.186],[-0.104,0.059],[-0.994,0.482],[-1.008,0.466],[-1.01,0.501],[-1,0.587],[-10.072,5.838],[-10.12,5.811],[-9.988,5.692],[-9.675,5.481],[-1.12,0.555],[-1.051,0.62],[-0.78,0.755],[-0.308,0.962],[9.566,38.684],[9.503,38.747],[9.561,38.689]],"o":[[-2.552,-0.448],[-2.525,-0.475],[-2.51,-0.49],[-2.506,-0.494],[-2.512,-0.488],[-2.53,-0.47],[-2.559,-0.441],[-2.598,-0.402],[-3.969,2.323],[-3.984,2.307],[-3.995,2.294],[-4.003,2.285],[-4.009,2.281],[-4.01,2.28],[-4.009,2.284],[-4.005,2.292],[-3.853,2.221],[-3.822,2.251],[-3.816,2.263],[-3.836,2.255],[-3.89,2.233],[-3.967,2.161],[-3.968,2.186],[-3.892,2.307],[4.851,1.149],[5.028,0.972],[5.082,0.918],[5.013,0.987],[9.552,38.614],[9.57,38.597],[9.535,38.631],[9.448,38.719],[2.224,-0.636],[2.066,-0.993],[1.963,-1.19],[1.916,-1.227],[1.873,-1.075],[1.949,-1.075],[1.96,-1.03],[1.906,-0.94],[0.088,-0.04],[0.078,-0.176],[0.077,-0.225],[0.086,-0.186],[0.967,-0.55],[0.994,-0.482],[1.008,-0.466],[1.01,-0.501],[9.844,-5.773],[10.072,-5.838],[10.12,-5.811],[9.988,-5.692],[0.988,-0.56],[1.12,-0.555],[1.051,-0.62],[0.78,-0.755],[-9.748,-38.501],[-9.566,-38.684],[-9.503,-38.747],[-9.561,-38.689]],"v":[[68,-341],[60.387,-342.387],[52.836,-343.836],[45.316,-345.316],[37.792,-346.792],[30.231,-348.231],[22.601,-349.601],[14.868,-350.868],[7,-352],[-4.929,-345.056],[-16.898,-338.157],[-28.896,-331.289],[-40.915,-324.441],[-52.945,-317.601],[-64.975,-310.755],[-76.997,-303.892],[-89,-297],[-100.506,-290.286],[-111.956,-283.511],[-123.428,-276.73],[-135,-270],[-146.805,-263.433],[-158.726,-256.935],[-170.535,-250.22],[-182,-243],[-167.151,-239.849],[-151.957,-237.043],[-136.783,-234.217],[-122,-231],[-93.304,-115.197],[-64.632,0.632],[-36.144,116.645],[-8,233],[-1.579,230.517],[4.45,227.202],[10.255,223.537],[16,220],[21.75,216.763],[27.63,213.595],[33.445,210.629],[39,208],[39.246,207.654],[39.476,207.029],[39.718,206.39],[40,206],[42.944,204.464],[45.95,203.055],[48.981,201.618],[52,200],[81.92,182.56],[112.254,165.062],[142.461,147.783],[172,131],[175.213,129.346],[178.52,127.602],[181.317,125.558],[183,123],[154.059,7.193],[125.486,-108.985],[96.919,-225.17]],"c":true}],"h":1},{"t":80,"s":[{"i":[[24.713,78.123],[4.855,0.311],[4.864,0.303],[4.952,0.215],[5.119,0.048],[0.279,-0.137],[0.255,-0.161],[0.223,-0.193],[0.183,-0.234],[7.272,-4.115],[7.225,-4.124],[7.09,-4.072],[6.869,-3.96],[0.508,-0.344],[0.482,-0.346],[0.483,-0.329],[0.511,-0.294],[1.009,-0.493],[1.021,-0.473],[1.002,-0.493],[0.95,-0.555],[2.837,-1.677],[2.806,-1.662],[2.816,-1.653],[2.868,-1.653],[3.866,-2.242],[3.912,-2.211],[3.964,-2.114],[4.024,-1.951],[0.116,-0.25],[0.021,-0.174],[-0.231,-0.087],[-0.639,0.011],[-4.677,-0.323],[-4.778,-0.222],[-4.712,-0.288],[-4.479,-0.521],[-12.272,-38.978],[-12.282,-38.968],[-12.244,-39.006],[-12.158,-39.091],[-2.061,0.99],[-1.955,1.186],[-1.916,1.228],[-1.945,1.116],[-1.955,1.077],[-1.98,1.04],[-1.91,0.943],[-1.744,0.786],[-0.078,0.176],[-0.077,0.225],[-0.086,0.186],[-0.104,0.059],[-2.026,0.937],[-1.934,1.136],[-18.038,10.441],[-17.169,9.854],[-4.114,2.195],[-3.613,2.966],[24.575,78.257]],"o":[[-4.925,-0.241],[-4.855,-0.311],[-4.864,-0.303],[-4.952,-0.215],[-0.296,0.121],[-0.279,0.137],[-0.255,0.161],[-0.223,0.193],[-7.232,4.046],[-7.272,4.115],[-7.225,4.124],[-7.09,4.072],[-0.56,0.323],[-0.508,0.344],[-0.482,0.346],[-0.483,0.329],[-0.964,0.554],[-1.009,0.493],[-1.021,0.473],[-1.002,0.493],[-2.908,1.701],[-2.837,1.677],[-2.806,1.662],[-2.816,1.653],[-3.828,2.207],[-3.866,2.242],[-3.912,2.211],[-3.964,2.114],[-0.055,0.314],[-0.116,0.25],[-0.021,0.174],[0.231,0.087],[4.409,0.591],[4.677,0.323],[4.778,0.222],[4.712,0.288],[12.215,39.035],[12.272,38.978],[12.282,38.968],[12.244,39.006],[2.234,-0.641],[2.061,-0.99],[1.955,-1.186],[1.916,-1.228],[1.834,-1.053],[1.955,-1.077],[1.98,-1.04],[1.91,-0.943],[0.088,-0.04],[0.078,-0.176],[0.077,-0.225],[0.086,-0.186],[1.962,-1.116],[2.026,-0.937],[17.678,-10.382],[18.038,-10.441],[3.932,-2.257],[4.114,-2.194],[-24.988,-77.848],[-24.575,-78.257]],"v":[[118,-301],[103.349,-301.849],[88.79,-302.79],[74.086,-303.586],[59,-304],[58.136,-303.614],[57.332,-303.168],[56.612,-302.638],[56,-302],[34.223,-289.743],[12.456,-277.37],[-9.039,-265.062],[-30,-253],[-31.595,-251.995],[-33.073,-250.956],[-34.514,-249.939],[-36,-249],[-38.968,-247.44],[-42.021,-246.002],[-45.064,-244.563],[-48,-243],[-56.607,-237.935],[-65.061,-232.928],[-73.484,-227.957],[-82,-223],[-93.541,-216.311],[-105.206,-209.616],[-117.018,-203.114],[-129,-197],[-129.296,-196.151],[-129.541,-195.512],[-129.266,-195.117],[-128,-195],[-114.329,-193.671],[-100.105,-192.895],[-85.829,-192.171],[-72,-191],[-35.258,-73.992],[1.584,42.916],[38.385,159.865],[75,277],[81.427,274.514],[87.435,271.212],[93.225,267.554],[99,264],[104.708,260.791],[110.636,257.6],[116.495,254.61],[122,252],[122.246,251.654],[122.476,251.029],[122.718,250.39],[123,250],[129.021,247.015],[135,244],[188.881,212.604],[242,182],[254.239,175.532],[266,168],[191.794,-66.294]],"c":true}],"h":1},{"t":81,"s":[{"i":[[1.579,0.255],[0.667,0],[0.667,0],[0.667,0],[0.667,0],[3.872,-0.295],[3.957,-0.209],[3.982,-0.185],[3.946,-0.221],[3.889,-2.277],[3.955,-2.184],[3.964,-2.19],[3.914,-2.296],[7.722,-4.544],[7.644,-3.445],[0.154,-0.451],[0.207,-0.118],[2.063,-0.958],[1.842,-1.081],[8.625,-4.864],[7.384,-4.784],[1.703,-0.768],[1.581,-0.887],[0.781,-0.732],[0.949,-0.553],[1.197,-0.429],[1.116,-0.646],[0.803,-0.74],[0.928,-0.543],[1.261,-0.439],[0.005,-1.688],[-9.239,0.594],[-9.665,0.168],[-7.279,-19.471],[-7.139,-19.43],[-21.68,-58.394],[-21.639,-58.536],[-1.974,1.149],[-1.837,1.058],[-5.091,2.843],[-4.584,2.717],[-9.02,5.154],[-8.968,5.08],[-3.659,2.06],[-3.582,1.615],[-0.154,0.451],[-0.207,0.118],[-2.25,0.931],[-1.996,1.135],[-0.336,0.399],[-0.372,0.241],[-3.584,1.977],[-3.166,1.825],[-3.922,2.292],[-3.998,2.344],[-2.084,1.128],[-0.861,2.43],[28.471,76.864],[28.565,76.767],[0.451,1.382]],"o":[[-0.667,0],[-0.667,0],[-0.667,0],[-0.667,0],[-3.725,0.442],[-3.872,0.295],[-3.957,0.209],[-3.982,0.185],[-3.765,2.469],[-3.889,2.277],[-3.955,2.184],[-3.964,2.19],[-7.468,4.38],[-7.722,4.544],[-0.175,0.079],[-0.154,0.451],[-1.907,1.085],[-2.063,0.958],[-8.114,4.758],[-8.625,4.864],[-1.607,1.041],[-1.703,0.768],[-0.926,0.52],[-0.781,0.732],[-1.094,0.638],[-1.197,0.429],[-0.859,0.498],[-0.803,0.74],[-0.951,0.557],[-1.261,0.439],[9.38,-0.454],[9.239,-0.594],[6.742,19.688],[7.28,19.471],[21.639,58.889],[21.68,58.394],[2.269,-0.345],[1.974,-1.149],[5.052,-2.912],[5.091,-2.843],[8.951,-5.304],[9.02,-5.154],[3.783,-2.143],[3.659,-2.06],[0.175,-0.079],[0.154,-0.451],[2.005,-1.14],[2.25,-0.931],[0.285,-0.162],[0.336,-0.399],[3.499,-2.267],[3.584,-1.977],[4.314,-2.487],[3.922,-2.292],[1.805,-1.058],[2.083,-1.128],[-28.552,-76.778],[-28.471,-76.864],[-0.617,-1.216],[-0.451,-1.382]],"v":[[182,-251],[180,-251],[178,-251],[176,-251],[174,-251],[162.59,-249.91],[150.832,-249.168],[138.907,-248.593],[127,-248],[115.504,-240.906],[103.724,-234.24],[91.831,-227.704],[80,-221],[57.132,-207.299],[34,-195],[33.524,-194.029],[33,-193],[26.951,-189.996],[21,-187],[-4.548,-172.519],[-29,-158],[-34.019,-155.385],[-39,-153],[-41.483,-151.025],[-44,-149],[-47.484,-147.506],[-51,-146],[-53.449,-144.034],[-56,-142],[-59.709,-140.848],[-62,-138],[-34.214,-139.714],[-6,-141],[15.202,-82.306],[37,-24],[102,151.765],[167,327],[173.324,324.535],[179,321],[194.351,312.354],[209,304],[235.987,288.332],[263,273],[274.15,266.604],[285,261],[285.476,260.029],[286,259],[292.506,255.996],[299,253],[299.935,252.059],[301,251],[311.75,244.668],[322,239],[334.237,231.893],[346,225],[352.209,222.029],[357,217],[271.51,-13.508],[186,-244],[184.721,-248.221]],"c":true}],"h":1},{"t":82,"s":[{"i":[[-0.53,3.033],[3.718,9.475],[0.624,1.492],[1.044,2.514],[1.104,2.705],[1.023,2.459],[8.119,19.58],[16.364,39.72],[8.438,19.961],[5.508,14.037],[0.624,1.492],[1.006,2.423],[0.973,2.417],[1.08,2.753],[0.635,1.483],[1.002,2.439],[0.938,2.299],[1.064,2.557],[2.166,5.116],[5.248,13.372],[6.742,0.183],[1.703,-0.252],[12.914,-2.083],[15.693,-9.085],[15.266,-6.881],[0.415,-0.236],[3.934,-2.267],[4.01,-2.335],[10.891,-7.057],[3.161,-1.775],[1.74,-1.014],[2.258,-1.296],[1.722,-1.161],[-2.608,-3.396],[-16.722,3.611],[-23.635,-57.369],[-5.628,-14.342],[-0.635,-1.484],[-1.002,-2.439],[-0.974,-2.421],[-0.412,-0.962],[-0.684,-1.64],[-1.996,-4.782],[-0.45,-1.049],[-0.377,-0.937],[-0.937,-2.257],[-0.419,-0.978],[-0.687,-1.628],[-1.027,-2.504],[-8.184,-19.515],[-11.867,-28.027],[-3.14,-10.435],[-15.88,9.153],[-24.407,14.07],[-9.279,4.183],[-0.415,0.236],[-4.009,2.281],[-0.744,0.482],[-2.989,1.678],[-1.882,1.15]],"o":[[-4.852,-10.279],[-0.611,-1.557],[-1.08,-2.582],[-1.081,-2.604],[-0.945,-2.317],[-8.075,-19.412],[-15.572,-37.554],[-7.971,-19.348],[-6.447,-15.25],[-0.611,-1.558],[-1,-2.391],[-1.054,-2.538],[-1.328,-3.298],[-0.61,-1.555],[-1.031,-2.408],[-0.96,-2.338],[-0.94,-2.303],[-1.964,-4.721],[-5.258,-12.417],[-2.362,-6.019],[-1.819,-0.049],[-14.565,2.154],[-14.886,9.688],[-14.915,8.634],[-0.351,0.158],[-3.875,2.204],[-3.948,2.275],[-12.342,7.186],[-3.213,2.082],[-1.753,0.985],[-2.317,1.35],[-1.739,0.998],[-1.047,0.706],[16.406,-3.928],[23.778,58.761],[6.499,15.773],[0.61,1.555],[1.031,2.407],[1.046,2.547],[0.28,0.695],[0.545,1.272],[1.918,4.596],[0.614,1.471],[0.494,1.152],[0.913,2.269],[0.296,0.712],[0.542,1.265],[0.961,2.277],[8.033,19.594],[12.237,29.18],[4.271,10.088],[16.435,-8.245],[25.549,-14.727],[9.288,-5.354],[0.351,-0.158],[3.992,-2.271],[0.57,-0.324],[3.3,-2.138],[1.857,-1.043],[2.019,-1.233]],"v":[[456,272],[442,240],[441,236],[437,229],[435,221],[431,214],[407,155],[358,38],[334,-21],[314,-68],[313,-72],[309,-79],[307,-87],[302,-97],[301,-101],[297,-108],[295,-116],[291,-123],[285,-138],[265,-186],[257,-194],[253,-193],[207,-186],[160,-159],[114,-133],[113,-131],[101,-125],[89,-118],[51,-96],[41,-91],[36,-87],[29,-84],[24,-80],[20,-76],[72,-85],[144,90],[164,137],[165,141],[169,148],[171,156],[173,159],[174,163],[181,177],[182,181],[184,184],[186,192],[188,195],[189,199],[193,206],[217,265],[253,352],[265,382],[313,355],[390,311],[419,295],[420,293],[433,287],[435,285],[445,280],[450,276]],"c":true}],"h":1},{"t":83,"s":[{"i":[[0,27.667],[2.427,5.248],[2.416,5.488],[2.406,5.496],[2.397,5.272],[10.122,22.316],[10.154,22.517],[10.08,22.567],[9.901,22.468],[2.182,-0.48],[2.164,-0.504],[2.15,-0.522],[2.139,-0.534],[2.099,-0.431],[2.11,-0.44],[2.081,-0.539],[2.014,-0.729],[1.003,-0.547],[0.968,-0.63],[0.981,-0.643],[1.043,-0.586],[0.835,-0.389],[0.852,-0.384],[0.841,-0.428],[0.803,-0.52],[0.178,-0.185],[0.168,-0.2],[0.156,-0.165],[0.143,-0.081],[1.086,-0.487],[1.111,-0.457],[1.094,-0.492],[1.037,-0.59],[0.086,-0.186],[0.077,-0.225],[0.078,-0.176],[0.088,-0.04],[1.417,-0.706],[1.475,-0.785],[1.446,-0.812],[1.328,-0.786],[9.371,-5.415],[9.523,-5.438],[9.515,-5.429],[9.347,-5.388],[1.983,-1.073],[1.95,-1.106],[1.867,-1.229],[1.734,-1.445],[-8.507,2.159],[-8.985,1.682],[-34.785,-77.049],[-34.438,-77.394],[-2.773,1.66],[-2.736,1.584],[-13.775,7.857],[-13.636,7.894],[-5.489,2.998],[-5.62,2.87],[0,27.666]],"o":[[-2.44,-4.776],[-2.427,-5.248],[-2.416,-5.488],[-2.406,-5.496],[-9.984,-21.965],[-10.122,-22.316],[-10.154,-22.517],[-10.08,-22.567],[-2.205,0.451],[-2.182,0.48],[-2.164,0.504],[-2.15,0.522],[-2.048,0.512],[-2.099,0.431],[-2.109,0.44],[-2.081,0.539],[-1.085,0.393],[-1.003,0.547],[-0.968,0.63],[-0.981,0.643],[-0.79,0.444],[-0.835,0.389],[-0.852,0.384],[-0.841,0.428],[-0.186,0.12],[-0.178,0.185],[-0.168,0.2],[-0.156,0.165],[-1.02,0.581],[-1.086,0.487],[-1.111,0.457],[-1.094,0.492],[-0.104,0.059],[-0.086,0.186],[-0.077,0.225],[-0.078,0.176],[-1.271,0.573],[-1.417,0.706],[-1.475,0.785],[-1.446,0.812],[-9.059,5.359],[-9.371,5.415],[-9.523,5.438],[-9.515,5.429],[-1.965,1.133],[-1.983,1.073],[-1.95,1.106],[-1.867,1.229],[8.985,-1.682],[8.507,-2.159],[34.422,77.41],[34.785,77.049],[3.171,-0.775],[2.773,-1.66],[13.263,-7.678],[13.775,-7.857],[5.425,-3.14],[5.489,-2.998],[0,-27.667],[0,-27.666]],"v":[[500,199],[492.7,183.906],[485.435,167.744],[478.203,151.21],[471,135],[440.815,68.541],[410.376,1.254],[379.999,-66.409],[350,-134],[343.42,-132.603],[336.901,-131.126],[330.432,-129.586],[324,-128],[317.77,-126.609],[311.448,-125.325],[305.152,-123.879],[299,-122],[295.88,-120.573],[292.937,-118.789],[290.025,-116.861],[287,-115],[284.556,-113.763],[282.019,-112.615],[279.473,-111.41],[277,-110],[276.454,-109.53],[275.935,-108.941],[275.448,-108.381],[275,-108],[271.83,-106.415],[268.525,-105.015],[265.208,-103.607],[262,-102],[261.718,-101.61],[261.476,-100.971],[261.246,-100.346],[261,-100],[256.946,-98.069],[252.586,-95.819],[248.183,-93.41],[244,-91],[216.314,-74.831],[187.932,-58.543],[159.334,-42.234],[131,-26],[125.066,-22.714],[119.155,-19.468],[113.416,-15.988],[108,-12],[134,-18],[160,-24],[263.988,207.512],[368,439],[376.826,435.106],[385,430],[425.72,406.662],[467,383],[483.354,373.797],[500,365],[500,282]],"c":true}],"h":1},{"t":84,"s":[{"i":[[0,73.333],[4.695,9.638],[4.595,9.738],[4.603,9.731],[4.717,9.616],[4.05,-1.283],[4.074,-1.26],[4.112,-1.221],[4.164,-1.169],[8.021,-4.565],[8,-4.605],[7.98,-4.613],[7.958,-4.587],[6.964,-3.997],[6.996,-3.998],[7.034,-4.002],[7.078,-4.01],[0.968,-0.512],[0.953,-0.549],[0.884,-0.638],[0.759,-0.778],[-4.172,1.162],[-4.085,1.248],[-3.996,1.338],[-3.904,1.429],[-0.745,-1.12],[-0.624,-1.203],[-0.568,-1.232],[-0.575,-1.207],[-3.348,-7.271],[-3.459,-7.298],[-5.897,-11.928],[-5.716,-12.266],[-5.716,-12.204],[-5.805,-11.74],[-3.488,-7.173],[-3.581,-7.295],[-0.919,-2.543],[-1.139,-2.415],[-2.367,-4.655],[-2.294,-4.64],[-3.477,-7.151],[-3.565,-7.264],[-0.899,-2.5],[-1.171,-2.483],[-1.422,-2.274],[-1.156,-2.452],[-0.916,-2.552],[-1.226,-2.438],[-6.904,-14.43],[-6.529,-14.648],[-1.253,0.532],[-0.938,0.499],[-0.7,0.333],[-0.649,0.375],[-0.155,0.451],[-0.174,0.078],[-2.686,1.374],[-2.054,1.514],[0,73.334]],"o":[[-4.901,-9.432],[-4.695,-9.638],[-4.595,-9.738],[-4.603,-9.731],[-4.041,1.293],[-4.05,1.283],[-4.074,1.26],[-4.112,1.221],[-8.04,4.492],[-8.02,4.565],[-8,4.605],[-7.98,4.613],[-6.938,3.999],[-6.964,3.997],[-6.996,3.998],[-7.034,4.002],[-0.927,0.525],[-0.968,0.512],[-0.953,0.549],[-0.884,0.638],[4.256,-1.077],[4.172,-1.162],[4.085,-1.248],[3.996,-1.338],[0.928,0.983],[0.745,1.12],[0.624,1.203],[0.568,1.232],[3.15,6.617],[3.348,7.271],[5.697,12.023],[5.897,11.928],[5.332,11.445],[5.716,12.204],[3.469,7.014],[3.488,7.173],[1.185,2.414],[0.919,2.543],[2.236,4.74],[2.367,4.655],[3.526,7.131],[3.477,7.151],[1.235,2.515],[0.899,2.5],[1.156,2.452],[1.422,2.274],[1.11,2.353],[0.916,2.552],[6.854,13.633],[6.904,14.43],[1.05,0.626],[1.253,-0.532],[0.553,-0.294],[0.7,-0.333],[0.206,-0.119],[0.155,-0.451],[2.2,-0.991],[2.686,-1.374],[0,-73.333],[0,-73.334]],"v":[[500,44],[485.633,15.368],[471.724,-13.724],[457.953,-42.953],[444,-72],[431.867,-68.132],[419.685,-64.315],[407.41,-60.59],[395,-57],[370.909,-43.406],[346.878,-29.643],[322.907,-15.808],[299,-2],[278.148,9.993],[257.21,21.984],[236.166,33.983],[215,46],[212.144,47.542],[209.248,49.121],[206.478,50.889],[204,53],[216.643,49.643],[229.028,46.028],[241.149,42.149],[253,38],[255.494,41.167],[257.531,44.663],[259.303,48.328],[261,52],[270.769,72.989],[281,95],[298.486,130.818],[316,167],[332.645,202.778],[350,239],[360.416,260.289],[371,282],[374.034,289.499],[377,297],[383.956,311.075],[391,325],[401.471,346.401],[412,368],[415.048,375.524],[418,383],[422,390],[426,397],[428.913,404.436],[432,412],[452.744,454.239],[473,498],[476.585,497.844],[480,496],[481.929,495.06],[484,494],[484.524,492.97],[485,492],[492.609,488.392],[500,484],[500,264]],"c":true}],"h":1},{"t":85,"s":[{"i":[[0,32.583],[0.042,0],[0.042,0],[0.042,0],[0.042,0],[0.042,0],[0.042,0],[0.042,0],[0.042,0],[1.042,-0.396],[1.035,-0.421],[0.976,-0.564],[0.863,-0.827],[1.103,-0.576],[1.353,-0.591],[1.323,-0.594],[1.014,-0.586],[0.086,-0.186],[0.077,-0.225],[0.078,-0.176],[0.087,-0.039],[0.897,-0.378],[1.005,-0.434],[0.981,-0.464],[0.824,-0.469],[0.086,-0.186],[0.077,-0.225],[0.078,-0.176],[0.088,-0.04],[2.933,-1.514],[3.005,-1.669],[2.945,-1.696],[2.751,-1.593],[10.041,-5.797],[10.15,-5.861],[10.159,-5.883],[10.068,-5.864],[-0.933,0.133],[-1.059,0.322],[-1.096,0.403],[-1.045,0.377],[-2.986,1.104],[-3.072,1.131],[-3.05,1.086],[-2.92,0.97],[-0.52,-0.647],[-0.306,-0.861],[-0.383,-0.784],[-0.752,-0.415],[-5.839,-12.053],[-5.964,-11.973],[-6.018,-11.934],[-6.001,-11.935],[-5.857,-12.03],[-5.839,-12.056],[-5.937,-11.998],[-6.152,-11.855],[0,32.583],[0,32.584],[0,32.583]],"o":[[-0.042,0],[-0.042,0],[-0.042,0],[-0.042,0],[-0.042,0],[-0.042,0],[-0.042,0],[-0.042,0],[-0.995,0.49],[-1.042,0.396],[-1.035,0.421],[-0.976,0.564],[-0.574,0.55],[-1.103,0.576],[-1.353,0.591],[-1.323,0.594],[-0.103,0.059],[-0.086,0.186],[-0.077,0.225],[-0.078,0.176],[-0.655,0.295],[-0.897,0.378],[-1.005,0.434],[-0.981,0.464],[-0.104,0.059],[-0.086,0.186],[-0.077,0.225],[-0.078,0.176],[-2.726,1.229],[-2.933,1.514],[-3.005,1.669],[-2.945,1.696],[-9.832,5.691],[-10.041,5.797],[-10.15,5.861],[-10.159,5.883],[0.719,0.163],[0.933,-0.133],[1.059,-0.321],[1.096,-0.403],[2.791,-1.006],[2.986,-1.104],[3.072,-1.131],[3.05,-1.086],[1.025,0.142],[0.52,0.647],[0.306,0.861],[0.383,0.784],[5.644,12.172],[5.839,12.053],[5.964,11.973],[6.018,11.934],[5.993,11.92],[5.857,12.03],[5.839,12.056],[5.937,11.998],[0,-32.583],[0,-32.583],[0,-32.584],[0,-32.583]],"v":[[500,6],[499.875,6],[499.75,6],[499.625,6],[499.5,6],[499.375,6],[499.25,6],[499.125,6],[499,6],[495.931,7.3],[492.802,8.495],[489.772,9.942],[487,12],[484.414,13.693],[480.659,15.447],[476.575,17.227],[473,19],[472.719,19.391],[472.477,20.03],[472.246,20.655],[472,21],[469.639,22.016],[466.754,23.239],[463.741,24.593],[461,26],[460.718,26.39],[460.476,27.029],[460.246,27.654],[460,28],[451.478,32.147],[442.538,36.954],[433.578,42.034],[425,47],[395.166,64.243],[364.854,81.74],[334.365,99.368],[304,117],[306.5,117.018],[309.511,116.309],[312.766,115.196],[316,114],[324.692,110.816],[333.806,107.445],[343.017,104.101],[352,101],[354.244,102.256],[355.41,104.59],[356.37,107.129],[358,109],[375.242,145.327],[392.964,181.356],[410.954,217.206],[429,253],[446.746,288.947],[464.262,325.098],[481.896,361.201],[500,397],[500,299.251],[500,201.5],[500,103.75]],"c":true}],"h":1},{"t":86,"s":[{"i":[[0,5.292],[2.101,-1.188],[2.099,-1.19],[2.098,-1.191],[2.096,-1.193],[2.094,-1.195],[2.092,-1.197],[2.09,-1.199],[2.088,-1.2],[2.086,-1.202],[2.084,-1.205],[2.082,-1.207],[2.08,-1.209],[2.078,-1.211],[2.076,-1.213],[2.073,-1.215],[-0.121,-0.064],[-0.126,-0.04],[-0.131,-0.02],[-0.134,-0.001],[-0.137,0.015],[-0.139,0.028],[-0.14,0.04],[-0.141,0.048],[-0.14,0.055],[-0.139,0.059],[-0.137,0.061],[-0.135,0.061],[-0.132,0.058],[-0.128,0.053],[-0.123,0.045],[-0.934,0.353],[-0.957,0.369],[-0.977,0.383],[-0.993,0.393],[-1.007,0.4],[-1.018,0.405],[-1.025,0.406],[-1.029,0.404],[-1.031,0.399],[-1.029,0.391],[-1.024,0.38],[-1.017,0.366],[-1.006,0.349],[-0.992,0.329],[-1.907,-3.76],[-1.904,-3.763],[-1.904,-3.763],[-1.908,-3.759],[-1.915,-3.752],[-1.925,-3.741],[-1.939,-3.728],[-1.956,-3.711],[0,5.292],[0,5.292],[0,5.292],[0,5.292],[0,5.292],[0,5.292],[0,5.292]],"o":[[-2.102,1.186],[-2.101,1.188],[-2.099,1.19],[-2.098,1.191],[-2.096,1.193],[-2.094,1.195],[-2.092,1.197],[-2.09,1.199],[-2.088,1.2],[-2.086,1.202],[-2.084,1.205],[-2.082,1.207],[-2.08,1.209],[-2.078,1.211],[-2.076,1.213],[0.116,0.089],[0.121,0.064],[0.126,0.04],[0.131,0.02],[0.134,0.001],[0.137,-0.015],[0.139,-0.028],[0.14,-0.04],[0.141,-0.048],[0.14,-0.055],[0.139,-0.059],[0.137,-0.061],[0.135,-0.061],[0.132,-0.058],[0.128,-0.053],[0.908,-0.333],[0.934,-0.353],[0.957,-0.369],[0.977,-0.383],[0.993,-0.393],[1.007,-0.4],[1.018,-0.405],[1.025,-0.406],[1.029,-0.404],[1.031,-0.399],[1.029,-0.391],[1.024,-0.38],[1.017,-0.366],[1.006,-0.349],[1.913,3.754],[1.907,3.76],[1.904,3.763],[1.904,3.763],[1.908,3.759],[1.915,3.752],[1.925,3.741],[1.939,3.728],[0,-5.292],[0,-5.292],[0,-5.292],[0,-5.292],[0,-5.292],[0,-5.292],[0,-5.292],[0,-5.292]],"v":[[500,125],[493.695,128.562],[487.395,132.128],[481.1,135.7],[474.81,139.276],[468.525,142.858],[462.245,146.445],[455.972,150.038],[449.704,153.637],[443.441,157.241],[437.185,160.852],[430.935,164.468],[424.692,168.091],[418.454,171.721],[412.224,175.357],[406,179],[406.356,179.228],[406.727,179.384],[407.113,179.474],[407.51,179.505],[407.917,179.484],[408.331,179.419],[408.749,179.317],[409.17,179.184],[409.592,179.029],[410.011,178.856],[410.426,178.675],[410.835,178.492],[411.235,178.313],[411.624,178.147],[412,178],[414.764,176.97],[417.602,175.887],[420.503,174.758],[423.459,173.594],[426.46,172.403],[429.497,171.195],[432.562,169.979],[435.645,168.763],[438.736,167.558],[441.826,166.372],[444.907,165.213],[447.969,164.093],[451.003,163.019],[454,162],[459.728,173.272],[465.443,184.557],[471.154,195.847],[476.871,207.13],[482.604,218.397],[488.363,229.637],[494.158,240.842],[500,252],[500,236.125],[500,220.25],[500,204.375],[500,188.5],[500,172.625],[500,156.75],[500,140.875]],"c":true}],"h":1}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0.5568627,0.5607843,1]},"o":{"a":1,"k":[{"t":15,"s":[0],"h":1},{"t":16,"s":[100],"h":1},{"t":87,"s":[0],"h":1}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":101,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Book_02_Lines_b","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[500,500,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"t":17,"s":[{"i":[[0.004,3.671],[3.072,4.555],[2.677,4.167],[1.012,1.66],[0.941,1.461],[0.764,1.243],[0.519,0.896],[0.762,1.017],[0.496,0.734],[0.9,1.2],[0.435,0.699],[1.855,5.743],[3.306,-3.694],[-15.574,-25.426],[-2.711,0.622]],"o":[[-3.034,-4.615],[-3.072,-4.555],[-1.1,-1.712],[-0.87,-1.426],[-0.787,-1.223],[-0.42,-0.683],[-1.158,-2.001],[-0.61,-0.814],[-1.472,-2.177],[-0.58,-0.774],[-3.297,-5.294],[-5.703,1.297],[16.303,24.697],[3.511,0.178],[1.499,-2.168]],"v":[[439,334],[429.732,320.164],[421,307],[419,302],[415,298],[413,293],[411,291],[408,287],[407,284],[402,278],[401,275],[392,260],[380,269],[428,344],[434,340]],"c":true}],"h":1},{"t":18,"s":[{"i":[[-2.18,4.486],[3.969,6.057],[3.884,5.998],[4.419,6.526],[4.207,5.537],[1.62,-1.381],[1.829,-1.171],[-5.682,-9.141],[-0.651,-0.959],[-1.005,-1.501],[-1.042,-1.586],[-0.926,-1.439],[-0.496,-0.798],[-0.849,-1.365],[-5.139,-6.76]],"o":[[-4.238,-5.775],[-3.969,-6.057],[-4.118,-6.359],[-4.419,-6.526],[-1.692,1.308],[-1.62,1.38],[5.105,11.058],[0.563,0.905],[0.931,1.372],[1.018,1.52],[0.974,1.482],[0.604,0.939],[1.117,1.797],[4.428,7.123],[2.428,-4.239]],"v":[[332,269],[319.734,251.167],[308,233],[295.067,213.384],[282,195],[277.103,199.103],[272,203],[292,234],[293,237],[297,241],[299,246],[303,250],[304,253],[307,258],[322,279]],"c":true}],"h":1},{"t":19,"s":[{"i":[[8.923,11.744],[0.645,-0.466],[0.597,-0.514],[0.287,-0.824],[0.833,-0.833],[0.621,-1.046],[-4.037,-6.046],[-4.222,-6.099],[-4.312,-6.103],[-3.582,-6.566],[-0.722,0.945],[-1.356,0.311],[-1.063,0.77],[0.002,1.835],[8.398,12.269]],"o":[[-0.431,0.68],[-0.645,0.466],[-0.597,0.514],[-1.046,0.621],[-0.833,0.833],[4.63,5.719],[4.037,6.046],[4.17,6.024],[4.312,6.103],[1.755,0.089],[0.722,-0.945],[0.75,-1.084],[1.063,-0.77],[-8.485,-12.181],[-8.398,-12.269]],"v":[[182,133],[180.321,134.654],[178.392,136.059],[177,138],[174.181,140.181],[172,143],[184.806,160.715],[197,179],[209.941,197.093],[222,216],[225.3,214.3],[228,212],[231.064,209.564],[233,206],[207.828,169.172]],"c":true}],"h":1},{"t":20,"s":[{"i":[[0.405,0.095],[0.836,-0.831],[0.875,-0.791],[0.727,-0.94],[0.39,-1.276],[-5.825,-7.842],[-5.74,-7.927],[-5.636,-8.031],[-0.665,1.002],[-0.877,0.789],[-0.955,0.878],[-0.176,1.657],[8.556,11.611],[8.292,11.874],[0.273,0.227]],"o":[[-0.608,1.058],[-0.836,0.831],[-0.875,0.791],[-0.727,0.94],[5.892,7.775],[5.825,7.842],[5.74,7.927],[1.463,-0.204],[0.665,-1.002],[1.002,-0.831],[0.955,-0.878],[-8.485,-11.681],[-8.556,-11.611],[-0.501,0.001],[-0.273,-0.227]],"v":[[92,76],[89.786,78.787],[87.173,81.173],[84.723,83.722],[83,87],[100.58,110.42],[117.932,134.068],[135,158],[137.939,155.939],[140,153],[143.12,150.62],[145,147],[119.355,112.145],[94,77],[92.928,76.572]],"c":true}],"h":1},{"t":21,"s":[{"i":[[-0.193,3.474],[8.808,11.192],[8.746,11.254],[0.388,0.278],[0.808,-0.141],[1.304,-4.696],[-4.386,-5.548],[-2.179,-2.85],[-1.345,-2.028],[-1.845,-2.356],[-2.648,-3.436],[-0.539,-0.704],[-0.674,-0.86],[-0.712,-4.204],[-2.923,0.744]],"o":[[-9.023,-10.977],[-8.808,-11.192],[-0.639,-0.027],[-0.388,-0.278],[-1.552,4.448],[3.72,6.112],[2.863,3.622],[2.133,2.789],[1.855,2.797],[3.26,4.164],[0.618,0.801],[0.628,0.821],[2.305,2.939],[4.065,0.398],[0.463,-3.203]],"v":[[68,93],[41.293,59.707],[15,26],[13.626,25.374],[12,25],[5,36],[18,53],[26,64],[33,72],[38,79],[48,91],[50,93],[51,96],[58,105],[64,100]],"c":true}],"h":1},{"t":22,"s":[{"i":[[0.808,-0.141],[0.796,-1.315],[0.796,-1.315],[0.28,-1.831],[-8.273,-9.634],[-7.797,-8.99],[-1.215,-1.529],[-1.962,-0.526],[-1.086,1.914],[-1.377,1.623],[2.248,2.794],[2.298,2.67],[7.027,8.092],[6.757,8.341],[0.388,0.278]],"o":[[-0.28,1.831],[-0.796,1.315],[-0.796,1.315],[8.111,9.474],[8.273,9.634],[1.178,1.359],[1.215,1.529],[1.279,-1.721],[1.086,-1.914],[-1.711,-3.154],[-2.248,-2.794],[-7.135,-8.29],[-7.027,-8.092],[-0.639,-0.027],[-0.388,-0.278]],"v":[[-56,-20],[-57.742,-15.409],[-60.258,-11.591],[-62,-7],[-37.264,21.863],[-13,50],[-9.587,54.625],[-5,58],[-1.574,52.426],[2,47],[-4.06,38.137],[-11,30],[-32.284,5.538],[-53,-19],[-54.374,-19.626]],"c":true}],"h":1},{"t":23,"s":[{"i":[[1,0],[1.037,-2.13],[0.269,-2.897],[-7.186,-7.814],[-7.831,-7.17],[-1.974,-1.86],[-1.968,-1.865],[-0.46,-0.873],[-1.411,0.078],[-2.855,3.479],[2.36,2.418],[8.496,6.399],[2.36,2.418],[4.708,4.824],[0.649,3.919]],"o":[[-0.584,2.582],[-1.037,2.13],[7.427,7.573],[7.186,7.814],[1.137,2.697],[1.974,1.86],[0.747,0.587],[0.461,0.873],[1.822,-4.511],[-0.649,-3.919],[-7.686,-7.875],[-0.649,-3.919],[-5.207,-5.335],[-2.36,-2.418],[-1,0]],"v":[[-112,-57],[-114.736,-50.236],[-117,-43],[-95.303,-19.697],[-73,3],[-68.124,9.624],[-62,15],[-60.498,17.498],[-58,19],[-52,6],[-59,-2],[-81,-25],[-88,-33],[-102,-49],[-109,-57]],"c":true}],"h":1},{"t":24,"s":[{"i":[[1.615,-0.282],[0.823,-2.177],[1.048,-1.952],[-1.371,-1.204],[-1.197,-1.226],[-4.395,-4.561],[-4.228,-3.46],[-1.974,-1.826],[-1.868,-1.868],[-2.507,-2.668],[-3.396,-1.752],[-2.096,3.904],[4.776,4.776],[6.332,3.199],[9.082,10.585]],"o":[[-0.659,2.34],[-0.823,2.177],[0.32,1.957],[1.371,1.204],[4.191,4.294],[4.395,4.561],[2.235,1.829],[1.974,1.826],[2.577,2.576],[2.507,2.668],[1.319,-4.681],[-3.104,-6.385],[-4.79,-4.79],[-9.082,-10.585],[-1.278,-0.055]],"v":[[-156,-87],[-158.209,-80.209],[-161,-74],[-158.158,-69.452],[-154,-66],[-141.027,-52.375],[-128,-40],[-121.725,-34.529],[-116,-29],[-108.615,-20.882],[-100,-14],[-95,-27],[-109,-42],[-124,-56],[-153,-86]],"c":true}],"h":1},{"t":25,"s":[{"i":[[7.109,5.78],[0.334,-1.333],[0.335,-1.331],[0.334,-1.333],[0.329,-1.338],[-5.111,-4.555],[-5.13,-4.537],[-5.204,-4.463],[-5.332,-4.335],[-0.415,1.252],[-0.387,1.28],[-0.278,1.388],[-0.09,1.577],[6.815,6.073],[6.897,5.992]],"o":[[-0.329,1.338],[-0.334,1.333],[-0.336,1.331],[-0.334,1.333],[5.148,4.519],[5.111,4.555],[5.13,4.537],[5.204,4.463],[0.363,-1.304],[0.415,-1.252],[0.387,-1.28],[0.278,-1.388],[-6.864,-6.025],[-6.815,-6.073],[-6.897,-5.992]],"v":[[-189,-109],[-189.995,-104.995],[-191,-101],[-192.005,-97.005],[-193,-93],[-177.625,-79.375],[-162.276,-65.724],[-146.79,-52.211],[-131,-39],[-129.813,-42.813],[-128.59,-46.59],[-127.572,-50.572],[-127,-55],[-147.486,-73.18],[-168.023,-91.31]],"c":true}],"h":1},{"t":26,"s":[{"i":[[21.924,16.077],[0.538,-2.796],[0.659,-2.674],[-1.346,-0.934],[-1.38,-1.085],[-0.844,-0.936],[-0.605,-0.454],[-0.543,-0.091],[-0.39,-0.306],[-2.408,-1.597],[-0.94,-0.623],[-2.093,-1.616],[-3.874,-3.092],[-6.498,-2.745],[-1.641,4.693]],"o":[[-0.19,3.143],[-0.538,2.796],[1.236,1.179],[1.346,0.934],[1.02,0.803],[0.844,0.936],[0.44,0.329],[0.543,0.091],[3.057,2.401],[1.662,1.103],[2.62,1.738],[4.236,3.271],[5.359,4.277],[0.708,-5.626],[-21.125,-16.875]],"v":[[-211,-123],[-212.149,-114.148],[-214,-106],[-210.108,-102.93],[-206,-100],[-203.189,-97.238],[-201,-95],[-199.463,-94.483],[-198,-94],[-189,-86],[-185,-83],[-179,-78],[-167,-69],[-150,-57],[-147,-73]],"c":true}],"h":1},{"t":27,"s":[{"i":[[10.879,7.455],[0.134,-1.532],[0.177,-1.49],[0.204,-1.463],[0.216,-1.451],[-3.332,-2.472],[-3.191,-2.413],[-2.892,-1.919],[-0.965,-0.637],[-0.999,-0.694],[-4.73,-3.474],[-5.181,-2.701],[-0.391,2.775],[-0.065,3.101],[10.666,7.667]],"o":[[-0.077,1.59],[-0.134,1.532],[-0.177,1.49],[-0.204,1.463],[3.316,2.094],[3.332,2.472],[3.191,2.413],[1.142,0.758],[0.965,0.637],[4.897,3.404],[4.73,3.474],[0.369,-2.798],[0.391,-2.775],[-10.459,-7.875],[-10.666,-7.668]],"v":[[-223,-130],[-223.32,-125.32],[-223.791,-120.791],[-224.366,-116.366],[-225,-112],[-214.989,-105.042],[-205.165,-97.606],[-196,-91],[-192.892,-88.952],[-190,-87],[-175.713,-76.473],[-161,-67],[-159.772,-75.273],[-159,-84],[-190.685,-107.315]],"c":true}],"h":1},{"t":28,"s":[{"i":[[6.435,3.254],[0.423,-2.744],[-0.346,-3.513],[-10.688,-7.312],[-10.823,-7.177],[-0.356,2.977],[0.366,3.7],[2.775,2.052],[1.458,0.993],[2.501,1.738],[0.431,0.286],[0.737,0.506],[1.31,0.892],[2.304,1.623],[1.451,1.041]],"o":[[0.346,3.512],[-0.423,2.744],[10.425,7.575],[10.688,7.312],[-0.06,-3.393],[0.356,-2.977],[-4.554,-1.52],[-1.461,-1.081],[-2.466,-1.679],[-0.589,-0.409],[-0.897,-0.595],[-1.215,-0.835],[-2.435,-1.658],[-1.393,-0.981],[-6.514,-4.673]],"v":[[-229,-133],[-229.5,-124],[-230,-115],[-198.298,-92.701],[-166,-71],[-165.27,-80.27],[-165,-90],[-176,-98],[-181,-100],[-188,-106],[-190,-107],[-192,-109],[-197,-111],[-204,-117],[-208,-119]],"c":true}],"h":1},{"t":29,"s":[{"i":[[1,0],[0.342,-2.658],[-0.014,-3.014],[-2.588,-1.755],[-2.551,-1.684],[-10.989,-7.045],[-4.814,-1.491],[-2.168,4.499],[5.231,3.488],[1.049,0.688],[1.493,1.003],[2.474,1.657],[1.084,0.695],[1.484,0.989],[6.532,6.547]],"o":[[0.353,3.352],[-0.342,2.658],[2.096,2.296],[2.588,1.755],[11.795,7.789],[4.499,2.884],[2.168,-4.499],[-5.33,-3.309],[-1.08,-0.72],[-1.263,-0.829],[-2.305,-1.548],[-1.189,-0.796],[-1.466,-0.94],[-8.002,-5.332],[-1,0]],"v":[[-232,-134],[-232.246,-125.246],[-233,-117],[-225.841,-111.042],[-218,-106],[-182,-82],[-169,-74],[-167,-92],[-183,-102],[-186,-105],[-191,-107],[-198,-113],[-202,-115],[-206,-118],[-229,-134]],"c":true}],"h":1},{"t":30,"s":[{"i":[[0.255,0.121],[0.375,-2.791],[-0.38,-3.547],[-1.437,-0.698],[-1.233,-0.828],[-2.498,-1.673],[-1.084,-0.695],[-1.394,-0.917],[-0.992,-0.633],[-1.348,-0.903],[-2.305,-1.548],[-1.095,-0.702],[-7.705,-3.188],[0.761,7.094],[21.478,13.857]],"o":[[0.121,3.287],[-0.375,2.791],[1.02,1.38],[1.437,0.698],[2.481,1.666],[1.189,0.796],[1.291,0.827],[1.728,1.137],[1.282,0.817],[2.474,1.657],[1.204,0.808],[6.893,4.419],[-0.242,-6.575],[-21.185,-13.777],[-0.235,-0.152]],"v":[[-233,-135],[-233.695,-126.195],[-234,-117],[-230.159,-114.086],[-226,-112],[-219,-106],[-215,-104],[-211,-101],[-207,-98],[-202,-96],[-195,-90],[-191,-88],[-170,-75],[-169,-93],[-232,-135]],"c":true}],"h":1},{"t":31,"s":[{"i":[[11.062,4.778],[0.342,-2.658],[-0.014,-3.014],[-2.567,-1.774],[-2.585,-1.66],[-3.42,-2.236],[-2.935,-1.882],[-1.394,-0.917],[-0.992,-0.633],[-1.265,-0.847],[-2.265,-1.514],[-1.402,-0.894],[-2.273,-0.244],[-2.465,4.202],[10.636,7.093]],"o":[[0.353,3.353],[-0.342,2.658],[2.147,2.243],[2.567,1.774],[3.383,2.172],[3.42,2.236],[1.291,0.827],[1.728,1.137],[1.534,0.977],[2.428,1.626],[1.52,1.016],[1.761,1.123],[2.375,-4.292],[-10.402,-7.394],[-10.649,-7.102]],"v":[[-234,-135],[-234.246,-126.246],[-235,-118],[-227.829,-112.063],[-220,-107],[-209.664,-100.282],[-200,-94],[-196,-91],[-192,-88],[-187,-86],[-180,-80],[-175,-78],[-171,-75],[-169,-93],[-201,-114]],"c":true}],"h":1},{"t":32,"s":[{"i":[[1.392,-0.538],[-0.658,-6.991],[-2.558,-1.705],[-1.049,-0.688],[-1.44,-0.933],[-1.051,-0.69],[-1.493,-1.003],[-2.426,-1.625],[-1.084,-0.695],[-10.359,-4.509],[0.658,6.991],[14.755,9.475],[2.79,1.771],[1.052,0.69],[1.488,0.909]],"o":[[-0.106,6.227],[2.488,2.023],[1.08,0.72],[1.433,0.94],[1.092,0.707],[1.263,0.829],[2.315,1.555],[1.189,0.796],[9.742,6.246],[0.106,-6.227],[-15.599,-10.073],[-2.714,-1.743],[-1.1,-0.698],[-1.45,-0.952],[-0.507,-0.31]],"v":[[-234,-135],[-235,-117],[-227,-112],[-224,-109],[-219,-107],[-216,-104],[-211,-102],[-204,-96],[-200,-94],[-171,-76],[-170,-94],[-216,-124],[-224,-129],[-227,-132],[-232,-134]],"c":true}],"h":1},{"t":33,"s":[{"i":[[21.354,13.979],[0.223,-3.11],[-0.209,-3.542],[-1.369,-0.784],[-1.279,-0.852],[-0.484,-0.574],[-0.524,-0.344],[-0.891,-0.266],[-0.72,-0.466],[-1.051,-0.69],[-1.493,-1.003],[-2.426,-1.625],[-1.084,-0.695],[-10.313,-4.655],[0.775,7.108]],"o":[[-0.316,3.017],[-0.223,3.11],[1.244,1.011],[1.369,0.784],[0.54,0.36],[0.484,0.574],[0.716,0.47],[0.891,0.266],[1.092,0.707],[1.263,0.829],[2.315,1.555],[1.189,0.796],[9.763,6.259],[-0.512,-6.845],[-21.387,-13.946]],"v":[[-234,-136],[-234.894,-126.894],[-235,-117],[-231.026,-114.381],[-227,-112],[-225.488,-110.488],[-224,-109],[-221.503,-107.997],[-219,-107],[-216,-104],[-211,-102],[-204,-96],[-200,-94],[-171,-76],[-170,-94]],"c":true}],"h":1},{"t":34,"s":[{"i":[[0.851,-0.184],[0.057,-3.276],[0.036,-3.297],[-1.369,-0.784],[-1.279,-0.852],[-1.049,-0.688],[-1.44,-0.933],[-1.051,-0.69],[-1.493,-1.003],[-2.426,-1.625],[-1.084,-0.695],[-10.313,-4.655],[0.365,6.365],[10.639,7.095],[11.012,6.374]],"o":[[-0.735,2.598],[-0.057,3.276],[1.244,1.011],[1.369,0.784],[1.08,0.72],[1.433,0.94],[1.092,0.707],[1.263,0.829],[2.315,1.555],[1.189,0.796],[9.763,6.259],[-0.779,-6.779],[-9.352,-8.381],[-10.469,-6.981],[-0.057,-0.61]],"v":[[-234,-136],[-235.024,-127.024],[-235,-117],[-231.026,-114.381],[-227,-112],[-224,-109],[-219,-107],[-216,-104],[-211,-102],[-204,-96],[-200,-94],[-171,-76],[-170,-93],[-201,-114],[-233,-135]],"c":true}],"h":1},{"t":75,"s":[{"i":[[0.851,-0.184],[-0.021,-3.354],[0.161,-3.172],[-1.369,-0.784],[-1.279,-0.852],[-1.049,-0.688],[-1.548,-1.007],[-1.327,-0.821],[-1.537,-1.006],[-2.418,-1.619],[-1.084,-0.695],[-10.211,-4.768],[0.028,6.028],[10.639,7.095],[11.012,6.374]],"o":[[-0.923,2.41],[0.021,3.354],[1.244,1.011],[1.369,0.784],[1.08,0.72],[1.599,1.049],[1.145,0.745],[1.321,0.817],[2.322,1.52],[1.189,0.796],[9.761,6.258],[-0.705,-6.705],[-9.352,-8.381],[-10.469,-6.981],[-0.057,-0.61]],"v":[[-234,-136],[-235.072,-127.072],[-235,-117],[-231.026,-114.381],[-227,-112],[-224,-109],[-219,-107],[-216,-104],[-211,-102],[-204,-96],[-200,-94],[-171,-76],[-170,-93],[-201,-114],[-233,-135]],"c":true}],"h":1},{"t":76,"s":[{"i":[[1.444,-0.05],[0,-1.583],[0,-1.583],[0,-1.583],[0,-1.583],[-5.275,-3.141],[-5.206,-3.211],[-5.327,-3.089],[-5.64,-2.777],[0,2.111],[0,2.111],[0,2.111],[9.612,5.81],[8.894,5.311],[1.077,0.576]],"o":[[0,1.583],[0,1.583],[0,1.583],[0,1.583],[5.536,2.881],[5.275,3.141],[5.206,3.211],[5.328,3.089],[0,-2.111],[0,-2.111],[0,-2.111],[-9.657,-5.447],[-9.612,-5.811],[-1.248,-0.745],[-1.077,-0.576]],"v":[[-231,-132],[-231,-127.25],[-231,-122.5],[-231,-117.75],[-231,-113],[-214.831,-103.919],[-199.156,-94.344],[-183.404,-84.847],[-167,-76],[-167,-82.333],[-167,-88.667],[-167,-95],[-196.073,-112.101],[-224,-129],[-227.353,-131.097]],"c":true}],"h":1},{"t":77,"s":[{"i":[[11.02,4.647],[-0.061,-1.689],[-0.168,-1.582],[-0.148,-1.602],[0,-1.75],[-3.134,-1.56],[-2.888,-1.598],[-2.599,-1.097],[-0.908,-0.098],[-0.666,-0.313],[-5.221,-2.733],[-5.888,-1.614],[0.42,2.913],[-0.309,3.642],[10.602,5.065]],"o":[[-0.174,1.924],[0.061,1.689],[0.168,1.582],[0.148,1.602],[3.336,0.983],[3.134,1.56],[2.888,1.598],[0.702,0.296],[0.908,0.098],[5.228,2.455],[5.221,2.733],[0.371,-3.704],[-0.42,-2.913],[-10.572,-5.094],[-10.602,-5.065]],"v":[[-216,-119],[-216.137,-113.613],[-215.761,-108.739],[-215.254,-103.996],[-215,-99],[-205.284,-95.051],[-196.242,-90.177],[-188,-86],[-185.474,-85.513],[-183,-85],[-167.495,-76.87],[-151,-70],[-151.453,-79.547],[-152,-89],[-183.664,-104.336]],"c":true}],"h":1},{"t":78,"s":[{"i":[[-0.092,-0.425],[-0.34,-1.66],[-0.242,-1.758],[-0.281,-1.719],[-0.457,-1.543],[-5.224,-1.693],[-5.144,-1.773],[-5.223,-1.694],[-5.462,-1.455],[0.405,2.151],[0.35,2.205],[0.119,2.436],[10.498,3.502],[10.817,3.184],[0.197,-0.136]],"o":[[0.576,1.424],[0.34,1.66],[0.242,1.758],[0.281,1.719],[5.464,1.453],[5.224,1.693],[5.144,1.773],[5.223,1.694],[-0.282,-2.273],[-0.405,-2.151],[-0.35,-2.205],[-10.193,-3.808],[-10.498,-3.502],[-0.305,0.029],[-0.197,0.136]],"v":[[-185,-91],[-183.66,-86.34],[-182.821,-81.179],[-182.072,-75.928],[-181,-71],[-165.009,-66.242],[-149.497,-61.003],[-133.987,-55.763],[-118,-51],[-119.075,-57.592],[-120.252,-64.082],[-121,-71],[-152.032,-81.968],[-184,-92],[-184.798,-91.798]],"c":true}],"h":1},{"t":79,"s":[{"i":[[7.138,0.862],[-0.446,-1.721],[-0.449,-1.718],[-0.404,-1.763],[-0.31,-1.857],[-5.064,-0.936],[-5.029,-0.971],[-5.075,-0.925],[-5.203,-0.797],[0.361,1.806],[0.445,1.721],[0.487,1.68],[0.486,1.681],[6.658,1.342],[6.803,1.197]],"o":[[0.395,1.772],[0.446,1.721],[0.449,1.718],[0.404,1.763],[5.181,0.819],[5.064,0.936],[5.029,0.971],[5.075,0.925],[-0.233,-1.934],[-0.361,-1.806],[-0.445,-1.721],[-0.487,-1.68],[-6.701,-1.299],[-6.658,-1.342],[-6.803,-1.197]],"v":[[-135,-52],[-133.727,-46.773],[-132.373,-41.627],[-131.082,-36.418],[-130,-31],[-114.652,-28.348],[-99.532,-25.468],[-84.396,-22.604],[-69,-20],[-69.901,-25.599],[-71.121,-30.879],[-72.531,-35.969],[-74,-41],[-93.99,-45.01],[-114.135,-48.865]],"c":true}],"h":1},{"t":80,"s":[{"i":[[6.479,0.298],[-0.511,-1.823],[-0.645,-1.689],[-0.562,-1.772],[-0.262,-2.072],[-4.915,-0.251],[-4.842,-0.325],[-4.88,-0.286],[-5.032,-0.135],[0.539,1.877],[0.569,1.847],[0.62,1.796],[0.692,1.724],[6.433,0.345],[6.349,0.428]],"o":[[0.16,2.174],[0.511,1.823],[0.645,1.689],[0.562,1.772],[5.102,0.065],[4.915,0.251],[4.842,0.325],[4.88,0.286],[-0.53,-1.886],[-0.539,-1.877],[-0.57,-1.847],[-0.62,-1.796],[-6.729,-0.049],[-6.433,-0.345],[-6.349,-0.428]],"v":[[-69,-3],[-67.94,2.94],[-66.153,8.153],[-64.289,13.289],[-63,19],[-48.002,19.502],[-33.395,20.395],[-18.84,21.34],[-4,22],[-5.599,16.349],[-7.257,10.757],[-9.037,5.286],[-11,0],[-30.69,-0.644],[-49.81,-1.857]],"c":true}],"h":1},{"t":81,"s":[{"i":[[-9.38,0.454],[0.558,1.775],[0.67,1.663],[0.652,1.682],[0.503,1.831],[0.206,0.127],[0.185,0.148],[0.27,0.063],[6.813,-0.504],[6.146,-0.373],[2.714,-0.038],[2.225,-1.671],[-1.231,-3.435],[-1.462,-3.205],[-9.239,0.594]],"o":[[-0.317,-2.017],[-0.558,-1.775],[-0.67,-1.663],[-0.652,-1.682],[-0.334,0.001],[-0.206,-0.127],[-0.185,-0.148],[-5.601,0.611],[-6.813,0.504],[-2.921,0.177],[-2.714,0.038],[1.614,3.053],[1.231,3.436],[9.665,-0.168],[9.239,-0.594]],"v":[[73,72],[71.655,66.345],[69.78,61.22],[67.765,56.236],[66,51],[65.216,50.784],[64.656,50.344],[64,50],[44.909,51.678],[25,53],[16.478,52.88],[9,55],[13.114,64.886],[17,75],[45.214,73.714]],"c":true}],"h":1},{"t":82,"s":[{"i":[[-6.394,0.606],[0.718,1.865],[0.765,1.818],[0.79,1.794],[0.791,1.792],[4.431,-0.736],[4.433,-0.734],[4.536,-0.631],[4.739,-0.427],[-0.672,-1.828],[-0.782,-1.718],[-0.719,-1.781],[-0.482,-2.018],[-6.017,0.983],[-6.05,0.95]],"o":[[-0.648,-1.935],[-0.718,-1.865],[-0.765,-1.818],[-0.79,-1.794],[-4.529,0.637],[-4.431,0.736],[-4.433,0.734],[-4.536,0.631],[0.389,2.111],[0.672,1.828],[0.782,1.718],[0.719,1.781],[6.295,-0.705],[6.017,-0.983],[6.05,-0.95]],"v":[[161,128],[158.945,122.305],[156.715,116.785],[154.377,111.373],[152,106],[138.585,108.085],[125.315,110.315],[111.888,112.387],[98,114],[99.636,119.864],[101.861,125.14],[104.155,130.345],[106,136],[124.39,133.39],[142.412,130.412]],"c":true}],"h":1},{"t":83,"s":[{"i":[[-8.957,1.709],[0.651,1.849],[0.8,1.7],[0.874,1.626],[0.872,1.628],[0.03,0.137],[0.068,0.098],[0.129,0.037],[0.213,-0.046],[5.709,-1.402],[5.768,-1.343],[5.539,-1.572],[-1.615,-3.385],[-1.512,-3.488],[-8.51,2.157]],"o":[[-0.426,-2.074],[-0.651,-1.849],[-0.8,-1.7],[-0.874,-1.626],[-0.014,-0.153],[-0.03,-0.137],[-0.068,-0.098],[-0.129,-0.037],[-5.363,1.748],[-5.709,1.402],[-5.768,1.343],[1.028,3.972],[1.615,3.385],[9.002,-1.664],[8.51,-2.157]],"v":[[255,187],[253.365,181.135],[251.169,175.831],[248.638,170.862],[246,166],[245.939,165.561],[245.798,165.202],[245.507,164.993],[245,165],[228.32,169.653],[211.032,173.699],[194,178],[198.137,188.863],[203,199],[229.034,193.034]],"c":true}],"h":1},{"t":84,"s":[{"i":[[1.982,0.726],[4.175,-1.242],[4.124,-1.293],[4.137,-1.279],[4.216,-1.201],[-0.821,-1.679],[-0.895,-1.605],[-0.752,-1.748],[-0.391,-2.109],[-5.684,1.76],[-5.673,1.772],[-6.059,1.385],[0.936,1.826],[0.844,1.757],[0.796,1.884]],"o":[[-4.29,1.126],[-4.175,1.242],[-4.124,1.293],[-4.137,1.279],[0.529,1.971],[0.821,1.679],[0.895,1.605],[0.752,1.748],[6.093,-1.352],[5.684,-1.76],[5.673,-1.772],[-0.413,-1.94],[-0.936,-1.826],[-0.834,-1.736],[-0.796,-1.884]],"v":[[344,227],[331.319,230.569],[318.888,234.388],[306.513,238.263],[294,242],[296.078,247.422],[298.706,252.294],[301.231,257.269],[303,263],[320.566,258.232],[337.501,252.835],[355,248],[352.824,242.363],[350,237],[347.861,231.243]],"c":true}],"h":1},{"t":85,"s":[{"i":[[-8.619,2.714],[0.775,1.642],[0.849,1.568],[0.775,1.642],[0.552,1.865],[0.215,0.118],[0.194,0.139],[0.257,0.076],[0.404,-0.071],[5.271,-1.951],[5.408,-1.814],[5.52,-1.702],[-1.79,-3.21],[-1.058,-3.942],[-8.286,3.047]],"o":[[-0.552,-1.865],[-0.775,-1.642],[-0.849,-1.568],[-0.775,-1.642],[-0.32,-0.014],[-0.215,-0.118],[-0.194,-0.139],[-0.257,-0.076],[-5.109,2.113],[-5.271,1.951],[-5.408,1.814],[0.783,4.217],[1.79,3.21],[9.236,-2.097],[8.286,-3.047]],"v":[[457,309],[454.972,303.777],[452.5,299],[450.028,294.223],[448,289],[447.219,288.781],[446.626,288.374],[445.97,288.03],[445,288],[429.423,294.089],[413.398,299.731],[397,305],[401.294,315.706],[406,326],[431.962,317.963]],"c":true}],"h":1}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":1,"k":[{"t":16,"s":[0],"h":1},{"t":17,"s":[100],"h":1},{"t":86,"s":[0],"h":1}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":101,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"Book_02_Lines_a","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[500,500,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"t":16,"s":[{"i":[[0,1.083],[0.084,0.001],[0.065,-0.019],[0.048,-0.035],[0.034,-0.049],[0.023,-0.06],[0.015,-0.068],[0.01,-0.074],[0.007,-0.076],[0.554,-0.697],[-0.125,-0.915],[-0.523,-0.975],[-0.64,-0.877],[-0.476,-0.62],[0,1.083],[0,1.083],[0,1.083]],"o":[[-0.106,-0.023],[-0.084,-0.001],[-0.065,0.019],[-0.048,0.035],[-0.034,0.049],[-0.023,0.06],[-0.015,0.068],[-0.01,0.074],[-1.514,0.321],[-0.554,0.697],[0.125,0.915],[0.523,0.975],[0.64,0.877],[0,-1.083],[0,-1.083],[0,-1.083],[0,-1.083]],"v":[[500,330],[499.715,329.965],[499.493,329.993],[499.325,330.075],[499.202,330.202],[499.117,330.367],[499.061,330.561],[499.024,330.774],[499,331],[495.969,332.566],[495.397,335.023],[496.441,337.898],[498.256,340.715],[500,343],[500,339.75],[500,336.5],[500,333.25]],"c":true}],"h":1},{"t":17,"s":[{"i":[[-1.846,1.655],[4.071,6.262],[4.002,6.332],[4.055,6.279],[4.23,6.103],[1.004,-0.663],[0.975,-0.692],[0.858,-0.808],[0.655,-1.012],[-2.03,-3.051],[-1.966,-3.095],[-1.953,-3.122],[-1.991,-3.131],[-2.754,-4.165],[-2.672,-4.24],[-2.405,-4.394],[-1.917,1.582]],"o":[[-4.264,-6.07],[-4.071,-6.262],[-4.002,-6.332],[-4.055,-6.279],[-0.946,0.721],[-1.004,0.663],[-0.975,0.692],[-0.858,0.808],[2.143,2.989],[2.03,3.051],[1.967,3.095],[1.954,3.122],[2.652,4.17],[2.754,4.165],[2.672,4.24],[2.485,-1.015],[1.918,-1.582]],"v":[[460,319],[447.529,300.471],[435.45,281.55],[423.397,262.603],[411,244],[408.053,246.053],[405.063,248.063],[402.292,250.292],[400,253],[406.247,262.064],[412.229,271.287],[418.096,280.617],[424,290],[432.154,302.483],[440.339,315.07],[448,328],[454.479,323.98]],"c":true}],"h":1},{"t":18,"s":[{"i":[[-0.176,1.657],[4.056,6.194],[4.067,6.183],[4.102,6.148],[4.163,6.087],[0.962,-0.704],[0.965,-0.702],[0.77,-0.897],[0.379,-1.288],[-2.64,-4.108],[-2.598,-4.137],[-2.748,-4.12],[-4.159,-6.092],[-3.357,-6.625],[-0.722,0.945],[-1.356,0.311],[-0.955,0.878]],"o":[[-4.07,-6.179],[-4.056,-6.194],[-4.067,-6.183],[-4.102,-6.148],[-0.763,0.904],[-0.962,0.704],[-0.965,0.702],[-0.77,0.897],[2.871,4.034],[2.64,4.108],[2.598,4.137],[4.006,6.007],[4.159,6.092],[1.755,0.089],[0.722,-0.945],[1.002,-0.831],[0.955,-0.878]],"v":[[351,252],[338.816,233.434],[326.639,214.861],[314.392,196.358],[302,178],[299.363,180.363],[296.423,182.424],[293.772,184.772],[292,188],[300.219,200.225],[308.028,212.603],[316,225],[328.487,243.037],[340,262],[343.3,260.3],[346,258],[349.12,255.62]],"c":true}],"h":1},{"t":19,"s":[{"i":[[-1.211,2.456],[4.235,6.015],[4.139,6.111],[4.21,6.04],[4.447,5.803],[0.886,-0.781],[0.833,-0.833],[0.781,-0.886],[0.729,-0.938],[-2.773,-3.987],[-2.724,-4.028],[-2.793,-4.04],[-2.208,-2.988],[-2.086,-3.038],[-2.019,-3.153],[-1.796,-3.29],[-1.833,1.833]],"o":[[-4.495,-5.755],[-4.235,-6.015],[-4.139,-6.111],[-4.21,-6.04],[-0.938,0.729],[-0.886,0.781],[-0.833,0.833],[-0.781,0.886],[2.938,3.916],[2.773,3.987],[2.724,4.028],[2.082,3.012],[2.208,2.987],[2.128,3.099],[2.019,3.153],[2.456,-1.211],[1.833,-1.833]],"v":[[252,187],[238.946,169.304],[226.427,151.073],[213.944,132.806],[201,115],[198.265,117.265],[195.686,119.686],[193.265,122.265],[191,125],[199.537,136.861],[207.753,148.891],[216,161],[222.497,169.981],[229,179],[235.249,188.357],[241,198],[247.433,193.433]],"c":true}],"h":1},{"t":20,"s":[{"i":[[1.163,-0.163],[1.602,-1.565],[0.728,-2.439],[-0.959,-1.502],[-1.089,-1.477],[-1.749,-2.425],[-0.867,-1.248],[-1.138,-1.546],[-1.834,-2.765],[-1.022,-1.336],[-0.6,-0.824],[-2.107,-2.896],[-2.985,-6.89],[-2.246,2.44],[0.024,1.498],[1.476,2.007],[12.61,16.577]],"o":[[-0.865,2.302],[-1.602,1.565],[1.076,1.514],[0.959,1.502],[2.261,3.069],[1.014,1.405],[1.208,1.739],[2.586,3.511],[1.267,1.909],[0.536,0.701],[2.028,2.784],[4.24,5.829],[2.361,0.508],[1.441,-1.565],[-0.004,-0.266],[-14.963,-20.345],[-0.221,-0.779]],"v":[[109,56],[104.897,61.397],[101,67],[103.991,71.527],[107,76],[114,84],[116,89],[120,93],[128,104],[131,109],[133,111],[139,120],[152,138],[158,133],[163,127],[156,119],[111,57]],"c":true}],"h":1},{"t":21,"s":[{"i":[[0.81,0.19],[1.319,-5.348],[-2.142,-2.674],[-2.196,-2.828],[-3.004,-3.928],[-0.673,-0.843],[-0.975,-1.165],[-0.54,-0.707],[-0.582,-0.722],[-2.118,-2.727],[-2.23,-2.816],[-0.981,-4.002],[-2.168,1.499],[-0.193,3.474],[3.488,5.257],[1.714,2.2],[10.36,14.497]],"o":[[-2.729,3.938],[1.78,3.082],[2.288,2.856],[3.683,4.742],[0.622,0.813],[0.945,1.184],[0.626,0.748],[0.493,0.645],[2.19,2.717],[2.205,2.839],[2.364,2.985],[3.671,0.004],[0.463,-3.203],[-4.746,-5.71],[-1.784,-2.69],[-11.052,-14.187],[-1.003,0.003]],"v":[[29,3],[21,15],[28,23],[34,32],[46,46],[47,49],[51,52],[52,55],[54,57],[61,65],[67,74],[74,83],[80,78],[84,71],[69,53],[64,46],[31,4]],"c":true}],"h":1},{"t":22,"s":[{"i":[[1.378,-0.361],[1.251,-2.083],[0.889,-2.445],[-9.434,-11.066],[-9.664,-10.836],[-1.777,4.89],[3.533,5.326],[0.979,1.281],[0.664,0.779],[1.013,1.118],[1.379,1.596],[1.017,1.177],[1.248,1.462],[0.989,1.181],[0.54,0.707],[0.566,0.665],[4.827,5.238]],"o":[[-1.109,2.224],[-1.251,2.083],[9.6,10.9],[9.434,11.066],[2.219,-4.447],[-3.71,-6.656],[-1.358,-2.047],[-0.596,-0.779],[-1.095,-1.285],[-1.431,-1.58],[-1.017,-1.177],[-1.278,-1.48],[-1.001,-1.173],[-0.626,-0.748],[-0.467,-0.611],[-4.536,-5.327],[-0.49,-0.531]],"v":[[-41,-44],[-44.666,-37.666],[-48,-31],[-19.548,2.048],[9,35],[16,22],[1,4],[-3,0],[-4,-3],[-8,-6],[-11,-11],[-15,-14],[-18,-19],[-22,-22],[-23,-25],[-25,-27],[-39,-43]],"c":true}],"h":1},{"t":23,"s":[{"i":[[5.021,5.145],[0.401,-0.932],[0.45,-0.883],[0.447,-0.886],[0.39,-0.943],[0.28,-1.053],[-4.854,-5.313],[-4.906,-5.261],[-4.974,-5.193],[-5.059,-5.108],[-0.525,1.142],[-0.601,1.066],[-0.525,1.141],[-0.299,1.368],[4.869,5.298],[4.911,5.255],[4.962,5.205]],"o":[[-0.298,1.035],[-0.401,0.932],[-0.45,0.883],[-0.447,0.886],[-0.39,0.943],[4.819,5.348],[4.854,5.313],[4.906,5.261],[4.974,5.193],[0.299,-1.368],[0.525,-1.141],[0.601,-1.066],[0.525,-1.142],[-4.834,-5.332],[-4.869,-5.298],[-4.911,-5.256],[-4.962,-5.205]],"v":[[-99,-84],[-100.062,-81.062],[-101.353,-78.353],[-102.712,-75.712],[-103.981,-72.981],[-105,-70],[-90.495,-54.005],[-75.86,-38.14],[-61.044,-22.455],[-46,-7],[-44.726,-10.727],[-43,-14],[-41.274,-17.273],[-40,-21],[-54.552,-36.948],[-69.219,-52.78],[-84.027,-68.473]],"c":true}],"h":1},{"t":24,"s":[{"i":[[0.577,0.094],[0.367,-1.133],[0.412,-1.088],[0.464,-1.036],[0.524,-0.976],[-0.776,-0.917],[-0.972,-0.759],[-0.784,-0.804],[-1.827,-1.896],[-1.776,-1.454],[-6.789,-7.146],[-7.995,-5.99],[-0.971,2.362],[-0.526,2.808],[9.692,9.545],[9.61,9.466],[0.521,0.143]],"o":[[-0.33,1.17],[-0.367,1.133],[-0.412,1.088],[-0.464,1.036],[0.195,1.278],[0.776,0.917],[0.972,0.759],[1.916,1.963],[1.827,1.896],[7.849,6.425],[6.789,7.146],[0.589,-2.745],[0.971,-2.362],[-9.623,-9.355],[-9.692,-9.545],[-0.338,-0.333],[-0.521,-0.143]],"v":[[-146,-115],[-147.043,-111.543],[-148.209,-108.209],[-149.52,-105.02],[-151,-102],[-149.448,-98.758],[-146.731,-96.294],[-144,-94],[-138.395,-88.118],[-133,-83],[-111.61,-62.174],[-90,-42],[-87.453,-49.453],[-85,-57],[-114.009,-85.416],[-143,-114],[-144.321,-114.68]],"c":true}],"h":1},{"t":25,"s":[{"i":[[0.108,0.066],[0.46,-1.651],[0.433,-1.678],[0.397,-1.714],[-5.302,-4.532],[-5.145,-4.689],[-2.656,-2.344],[-2.736,-2.264],[-1.244,-1.256],[-1.533,-0.967],[-1.244,-1.367],[-1.533,1.044],[-0.692,2.308],[-0.198,2.802],[10.228,8.942],[10.163,8.996],[0.2,-0.037]],"o":[[-0.479,1.632],[-0.46,1.651],[-0.433,1.678],[4.649,5.184],[5.302,4.532],[2.642,2.358],[2.655,2.344],[1.492,1.008],[1.244,1.256],[1.492,0.574],[1.244,1.367],[0.033,-2.967],[0.692,-2.308],[-9.923,-9.237],[-10.228,-8.942],[-0.094,-0.082],[-0.2,0.037]],"v":[[-181,-139],[-182.411,-134.077],[-183.753,-129.086],[-185,-124],[-169.872,-109.628],[-154,-96],[-146.07,-88.93],[-138,-82],[-134.031,-78.469],[-130,-75],[-126.031,-71.287],[-122,-70],[-120.624,-77.624],[-119,-85],[-149.32,-112.181],[-180,-139],[-180.489,-139.012]],"c":true}],"h":1},{"t":26,"s":[{"i":[[0.851,-0.184],[0.456,-2.877],[0.524,-2.809],[-1.366,-0.927],[-1.379,-1.058],[-0.882,-0.97],[-0.558,-0.418],[-0.543,-0.091],[-0.39,-0.306],[-2.408,-1.597],[-0.94,-0.623],[-2.093,-1.616],[-3.874,-3.092],[-6.498,-2.745],[-0.137,5.863],[15.297,12.37],[6.206,3.127]],"o":[[-0.65,2.683],[-0.456,2.877],[1.158,1.236],[1.366,0.927],[0.916,0.702],[0.881,0.97],[0.44,0.329],[0.543,0.091],[3.057,2.401],[1.662,1.103],[2.62,1.738],[4.236,3.271],[5.359,4.277],[-0.333,-6.333],[-14.234,-13.433],[-5.432,-3.901],[-0.057,-0.61]],"v":[[-205,-155],[-206.594,-146.595],[-208,-138],[-204.166,-134.866],[-200,-132],[-197.231,-129.287],[-195,-127],[-193.463,-126.483],[-192,-126],[-183,-118],[-179,-115],[-173,-110],[-161,-101],[-144,-89],[-142,-105],[-188,-142],[-204,-154]],"c":true}],"h":1},{"t":27,"s":[{"i":[[2.804,-0.002],[0.407,-2.76],[0.238,-2.929],[-10.656,-7.677],[-10.902,-7.431],[-0.322,2.844],[-0.356,2.811],[10.803,7.784],[1.102,0.731],[0.753,0.535],[1.29,0.886],[0.399,0.372],[0.945,0.677],[0.415,0.386],[0.954,0.675],[0.491,0.368],[0.754,0.54]],"o":[[-0.135,3.031],[-0.407,2.76],[10.475,7.858],[10.656,7.677],[0.356,-2.811],[0.322,-2.844],[-9.424,-8.583],[-1.816,-1.309],[-0.916,-0.608],[-1.184,-0.84],[-0.416,-0.286],[-0.803,-0.748],[-0.431,-0.309],[-0.806,-0.751],[-0.465,-0.329],[-0.84,-0.63],[-2.609,-1.868]],"v":[[-219,-163],[-219.923,-154.423],[-221,-146],[-189.32,-122.68],[-157,-100],[-156,-108.5],[-155,-117],[-186,-140],[-191,-144],[-193,-146],[-198,-148],[-199,-150],[-202,-151],[-203,-153],[-206,-154],[-207,-156],[-210,-157]],"c":true}],"h":1},{"t":28,"s":[{"i":[[0.127,0.06],[0.225,-1.886],[0.225,-1.886],[-0.231,-2.342],[-1.415,-0.693],[-1.288,-0.865],[-1.112,-1.066],[-1.272,-0.876],[-4.012,-2.652],[-3.767,-2.507],[-4.085,-2.819],[-4.503,-1.957],[-0.319,2.848],[0.329,3.495],[10.356,7.269],[10.85,6.999],[0.189,-0.034]],"o":[[0.231,2.342],[-0.225,1.886],[-0.225,1.886],[1.052,1.362],[1.415,0.693],[1.281,0.86],[1.112,1.066],[4.185,2.886],[4.012,2.652],[4.157,2.767],[4.085,2.819],[0.053,-3.114],[0.319,-2.848],[-10.726,-6.927],[-10.356,-7.269],[-0.118,-0.076],[-0.189,0.034]],"v":[[-226,-167],[-226.105,-160.772],[-226.895,-155.228],[-227,-149],[-223.178,-146.127],[-219,-144],[-215.493,-141.012],[-212,-138],[-199.686,-129.716],[-188,-122],[-175.759,-113.392],[-163,-106],[-162.214,-114.713],[-162,-124],[-193.407,-145.446],[-225,-167],[-225.493,-167.012]],"c":true}],"h":1},{"t":29,"s":[{"i":[[10.945,6.888],[0.145,-1.521],[0.178,-1.488],[0.069,-1.598],[-0.183,-1.85],[-2.68,-1.736],[-2.638,-1.779],[-2.639,-1.778],[-2.683,-1.733],[-2.597,-1.82],[-2.637,-1.78],[-2.722,-1.695],[-2.851,-1.566],[-0.234,1.877],[-0.205,1.906],[0.258,2.369],[10.62,7.213]],"o":[[0.03,1.697],[-0.145,1.521],[-0.178,1.488],[-0.069,1.598],[2.767,1.65],[2.68,1.736],[2.638,1.779],[2.639,1.778],[2.601,1.816],[2.597,1.82],[2.637,1.78],[2.722,1.695],[-0.171,-2.282],[0.234,-1.877],[0.205,-1.906],[-10.574,-7.259],[-10.62,-7.213]],"v":[[-229,-169],[-229.209,-164.209],[-229.73,-159.73],[-230.136,-155.136],[-230,-150],[-221.841,-144.909],[-213.875,-139.625],[-205.972,-134.278],[-198,-129],[-190.215,-123.535],[-182.375,-118.125],[-174.348,-112.902],[-166,-108],[-165.796,-114.129],[-165.029,-119.695],[-165,-126],[-196.722,-147.778]],"c":true}],"h":1},{"t":30,"s":[{"i":[[1,0],[0.269,-2.731],[0.192,-2.808],[-5.381,-3.674],[-5.543,-3.53],[-2.473,-1.606],[-1.826,-1.124],[-0.285,-0.362],[-0.382,-0.256],[-0.94,-0.297],[-0.626,-0.4],[-0.454,-0.341],[-0.708,-0.45],[-3.301,1.279],[-1.311,4.689],[10.424,6.884],[9.695,7.814]],"o":[[0.27,3.27],[-0.269,2.731],[4.933,3.773],[5.381,3.674],[2.282,1.453],[2.473,1.606],[0.478,0.294],[0.285,0.362],[0.615,0.412],[0.94,0.297],[0.432,0.276],[0.784,0.588],[2.353,1.496],[-0.028,-6.028],[-10.048,-7.241],[-10.54,-6.96],[-1,0]],"v":[[-231,-169],[-231.154,-160.154],[-232,-152],[-216.458,-140.818],[-200,-130],[-192.658,-125.252],[-186,-121],[-184.928,-119.971],[-184,-119],[-181.509,-117.991],[-179,-117],[-178,-115],[-175,-114],[-167,-110],[-166,-127],[-197,-148],[-228,-169]],"c":true}],"h":1},{"t":31,"s":[{"i":[[0.851,-0.184],[-0.105,-3.438],[1.233,-2.101],[-5.318,-3.49],[-5.435,-3.456],[-5.425,-3.668],[-5.908,-2.901],[-0.269,2.73],[-0.192,2.808],[7.021,4.678],[1.149,0.754],[1.537,1.011],[1.315,0.853],[1.563,1.01],[2.413,1.616],[1.357,0.87],[4.617,1.746]],"o":[[-1.188,2.146],[0.105,3.438],[5.293,3.584],[5.318,3.49],[5.392,3.428],[5.425,3.668],[-0.27,-3.27],[0.269,-2.73],[-6.735,-6.677],[-1.302,-0.867],[-1.595,-1.046],[-1.151,-0.757],[-1.348,-0.874],[-2.325,-1.503],[-1.217,-0.815],[-4.449,-2.852],[-0.057,-0.61]],"v":[[-231,-170],[-231.966,-160.966],[-233,-152],[-217.106,-141.404],[-201,-131],[-184.887,-120.105],[-168,-110],[-167.846,-118.847],[-167,-127],[-190,-143],[-193,-146],[-198,-148],[-201,-151],[-206,-153],[-213,-159],[-217,-161],[-230,-169]],"c":true}],"h":1},{"t":32,"s":[{"i":[[1.392,-0.538],[0.342,-2.658],[-0.014,-3.014],[-2.596,-1.761],[-2.548,-1.682],[-3.409,-2.213],[-2.981,-1.911],[-1.394,-0.917],[-0.992,-0.633],[-1.265,-0.847],[-2.343,-1.566],[-1.402,-0.894],[-2.273,-0.244],[-2.465,4.202],[17.181,11.448],[1.149,0.754],[1.602,0.979]],"o":[[0.353,3.353],[-0.342,2.658],[2.067,2.274],[2.596,1.761],[3.385,2.235],[3.409,2.214],[1.291,0.827],[1.728,1.137],[1.533,0.978],[2.592,1.736],[1.52,1.016],[1.761,1.123],[2.375,-4.292],[-17.67,-12.34],[-1.302,-0.867],[-1.618,-1.062],[-0.507,-0.31]],"v":[[-232,-170],[-232.246,-161.246],[-233,-153],[-225.86,-147.056],[-218,-142],[-207.697,-135.257],[-198,-129],[-194,-126],[-190,-123],[-185,-121],[-178,-115],[-173,-113],[-169,-110],[-167,-128],[-222,-164],[-225,-167],[-230,-169]],"c":true}],"h":1},{"t":33,"s":[{"i":[[0.696,-0.269],[0.13,-1.453],[0.205,-1.378],[0.097,-1.486],[-0.194,-1.777],[-7.091,-4.687],[-7.126,-4.651],[-7.172,-4.606],[-0.223,3.11],[0.209,3.542],[9.196,5.889],[8.377,5.582],[0.484,0.574],[0.524,0.344],[0.883,0.267],[0.744,0.454],[0.263,0.278]],"o":[[0.128,1.711],[-0.13,1.453],[-0.205,1.378],[-0.097,1.486],[7.065,4.712],[7.091,4.687],[7.126,4.651],[0.316,-3.017],[0.223,-3.11],[-8.841,-5.863],[-9.196,-5.889],[-0.54,-0.36],[-0.484,-0.574],[-0.725,-0.476],[-0.883,-0.267],[-0.254,-0.155],[-0.263,-0.279]],"v":[[-232,-170],[-232.049,-165.299],[-232.599,-161.099],[-233.099,-156.849],[-233,-152],[-211.769,-137.898],[-190.445,-123.888],[-169,-110],[-168.106,-119.106],[-168,-129],[-195.348,-146.711],[-222,-164],[-223.512,-165.512],[-225,-167],[-227.486,-168.016],[-230,-169],[-230.668,-169.818]],"c":true}],"h":1},{"t":34,"s":[{"i":[[0.696,-0.269],[0.142,-1.441],[0.188,-1.396],[0.077,-1.506],[-0.19,-1.774],[-7.091,-4.687],[-7.126,-4.651],[-7.172,-4.606],[-0.356,2.977],[0.366,3.7],[9.196,5.889],[8.377,5.582],[0.484,0.574],[0.524,0.344],[0.883,0.267],[0.744,0.454],[0.263,0.278]],"o":[[0.06,1.644],[-0.142,1.441],[-0.188,1.396],[-0.077,1.506],[7.065,4.712],[7.091,4.687],[7.126,4.651],[-0.06,-3.393],[0.356,-2.977],[-8.841,-5.863],[-9.196,-5.889],[-0.54,-0.36],[-0.484,-0.574],[-0.725,-0.476],[-0.883,-0.267],[-0.254,-0.155],[-0.263,-0.279]],"v":[[-232,-170],[-232.161,-165.411],[-232.695,-161.195],[-233.131,-156.881],[-233,-152],[-211.769,-137.898],[-190.445,-123.888],[-169,-110],[-168.27,-119.27],[-168,-129],[-195.348,-146.711],[-222,-164],[-223.512,-165.512],[-225,-167],[-227.486,-168.016],[-230,-169],[-230.668,-169.818]],"c":true}],"h":1},{"t":75,"s":[{"i":[[0.696,-0.269],[0.155,-1.428],[0.123,-1.46],[0.031,-1.552],[-0.12,-1.703],[-7.091,-4.687],[-7.126,-4.651],[-7.172,-4.606],[-0.398,2.935],[0.39,3.724],[9.196,5.889],[8.377,5.582],[0.484,0.574],[0.524,0.344],[0.883,0.267],[0.744,0.454],[0.263,0.278]],"o":[[-0.128,1.455],[-0.155,1.428],[-0.123,1.461],[-0.031,1.552],[7.065,4.712],[7.091,4.687],[7.126,4.651],[-0.204,-3.537],[0.398,-2.935],[-8.841,-5.863],[-9.196,-5.889],[-0.54,-0.36],[-0.484,-0.574],[-0.725,-0.476],[-0.883,-0.267],[-0.254,-0.155],[-0.263,-0.279]],"v":[[-232,-170],[-232.44,-165.69],[-232.872,-161.372],[-233.118,-156.868],[-233,-152],[-211.769,-137.898],[-190.445,-123.888],[-169,-110],[-168.36,-119.36],[-168,-129],[-195.348,-146.711],[-222,-164],[-223.512,-165.512],[-225,-167],[-227.486,-168.016],[-230,-169],[-230.668,-169.818]],"c":true}],"h":1},{"t":76,"s":[{"i":[[5.484,3.016],[0.075,-1.192],[0.158,-1.109],[0.147,-1.119],[0.043,-1.224],[-0.155,-1.422],[-5.352,-3.315],[-5.417,-3.25],[-5.482,-3.185],[-5.547,-3.12],[0,1.583],[0,1.583],[0,1.583],[0,1.583],[5.285,3.215],[5.297,3.203],[5.363,3.137]],"o":[[0.102,1.369],[-0.075,1.192],[-0.158,1.109],[-0.147,1.119],[-0.043,1.224],[5.286,3.38],[5.352,3.315],[5.417,3.25],[5.482,3.185],[0,-1.583],[0,-1.583],[0,-1.583],[0,-1.583],[-5.328,-3.172],[-5.285,-3.215],[-5.297,-3.203],[-5.363,-3.137]],"v":[[-230,-168],[-229.982,-164.182],[-230.354,-160.754],[-230.835,-157.435],[-231.144,-153.944],[-231,-150],[-215.043,-139.957],[-198.891,-130.109],[-182.543,-120.457],[-166,-111],[-166,-115.75],[-166,-120.5],[-166,-125.25],[-166,-130],[-181.906,-139.594],[-197.766,-149.235],[-213.742,-158.758]],"c":true}],"h":1},{"t":77,"s":[{"i":[[10.832,4.834],[-0.129,-1.621],[-0.206,-1.544],[-0.099,-1.651],[0.192,-1.942],[-1.764,-0.894],[-1.742,-0.957],[-1.82,-0.873],[-2.842,-1.072],[-2.811,-1.357],[-2.657,-1.36],[-2.69,-1.265],[-2.68,-1.322],[-2.53,0.582],[0.081,3.419],[0.698,2.802],[10.592,5.075]],"o":[[-0.133,1.883],[0.129,1.621],[0.206,1.544],[0.099,1.651],[1.886,0.685],[1.764,0.894],[1.742,0.957],[2.822,1.353],[2.842,1.072],[2.681,1.294],[2.657,1.36],[2.749,1.293],[2.68,1.322],[-0.98,-2.52],[-0.081,-3.419],[-10.8,-4.867],[-10.592,-5.075]],"v":[[-219,-157],[-218.96,-151.79],[-218.411,-147.089],[-217.906,-142.344],[-218,-137],[-212.55,-134.595],[-207.317,-131.781],[-202,-129],[-193.493,-125.503],[-185,-122],[-177.006,-117.978],[-169,-114],[-160.836,-109.594],[-153,-108],[-154.211,-117.289],[-155,-127],[-186.976,-142.024]],"c":true}],"h":1},{"t":78,"s":[{"i":[[5.426,1.491],[-0.226,-1.307],[-0.245,-1.289],[-0.225,-1.308],[-0.167,-1.366],[-0.071,-1.462],[-5.225,-1.775],[-5.272,-1.728],[-5.286,-1.714],[-5.266,-1.734],[0.222,1.778],[0.316,1.684],[0.312,1.688],[0.208,1.792],[5.201,1.716],[5.199,1.718],[5.274,1.643]],"o":[[0.169,1.364],[0.226,1.307],[0.245,1.289],[0.225,1.308],[0.167,1.366],[5.145,1.855],[5.225,1.775],[5.272,1.728],[5.286,1.714],[-0.028,-1.972],[-0.222,-1.778],[-0.316,-1.684],[-0.312,-1.688],[-5.279,-1.637],[-5.201,-1.716],[-5.199,-1.718],[-5.274,-1.643]],"v":[[-191,-131],[-190.397,-127.003],[-189.681,-123.119],[-188.966,-119.234],[-188.368,-115.232],[-188,-111],[-172.436,-105.564],[-156.681,-100.318],[-140.836,-95.164],[-125,-90],[-125.398,-95.602],[-126.23,-100.77],[-127.197,-105.803],[-128,-111],[-143.7,-116.049],[-159.28,-121.22],[-174.97,-126.28]],"c":true}],"h":1},{"t":79,"s":[{"i":[[-0.092,-0.425],[-0.5,-1.583],[-0.416,-1.668],[-0.332,-1.751],[-0.25,-1.833],[-5.05,-0.95],[-5.022,-0.978],[-5.085,-0.915],[-5.242,-0.758],[0.373,1.71],[0.444,1.64],[0.349,1.734],[0.089,1.994],[6.688,1.312],[6.751,1.249],[7.046,0.954],[0.197,-0.136]],"o":[[0.587,1.497],[0.5,1.583],[0.416,1.668],[0.332,1.751],[5.172,0.828],[5.05,0.95],[5.022,0.978],[5.085,0.915],[-0.137,-1.946],[-0.373,-1.71],[-0.444,-1.64],[-0.349,-1.734],[-6.857,-1.143],[-6.688,-1.312],[-6.751,-1.249],[-0.305,0.029],[-0.197,0.136]],"v":[[-145,-91],[-143.37,-86.38],[-141.996,-81.504],[-140.874,-76.376],[-140,-71],[-124.69,-68.31],[-109.605,-65.395],[-94.468,-62.532],[-79,-60],[-79.806,-65.444],[-81.072,-70.428],[-82.302,-75.448],[-83,-81],[-103.261,-84.739],[-123.363,-88.637],[-144,-92],[-144.798,-91.798]],"c":true}],"h":1},{"t":80,"s":[{"i":[[5.057,0.109],[-0.429,-1.505],[-0.444,-1.489],[-0.47,-1.464],[-0.506,-1.427],[-0.554,-1.38],[-4.878,-0.206],[-4.778,-0.305],[-4.761,-0.322],[-4.828,-0.256],[0.501,1.833],[0.621,1.712],[0.56,1.773],[0.317,2.016],[4.904,0.263],[4.84,0.326],[4.892,0.275]],"o":[[0.424,1.509],[0.429,1.505],[0.444,1.489],[0.47,1.464],[0.506,1.427],[5.061,0.023],[4.878,0.206],[4.778,0.305],[4.761,0.322],[-0.198,-2.135],[-0.501,-1.833],[-0.621,-1.712],[-0.56,-1.773],[-5.081,-0.086],[-4.904,-0.263],[-4.84,-0.326],[-4.892,-0.275]],"v":[[-82,-43],[-80.724,-38.477],[-79.417,-33.983],[-78.049,-29.551],[-76.587,-25.212],[-75,-21],[-60.113,-20.637],[-45.65,-19.85],[-31.362,-18.888],[-17,-18],[-18.094,-23.907],[-19.822,-29.179],[-21.639,-34.362],[-23,-40],[-37.948,-40.552],[-52.535,-41.465],[-67.105,-42.395]],"c":true}],"h":1},{"t":81,"s":[{"i":[[0.923,3.91],[4.608,-0.308],[4.623,-0.294],[4.703,-0.214],[4.849,-0.067],[-0.122,-0.802],[-0.375,-0.834],[-0.441,-0.866],[-0.318,-0.895],[-0.307,-1.042],[-0.304,-1.035],[-0.345,-0.975],[-0.429,-0.863],[-6.166,0.389],[-6.188,0.368],[-6.39,0.166],[1.384,3.45]],"o":[[-4.66,0.257],[-4.608,0.308],[-4.623,0.294],[-4.703,0.214],[-0.319,0.767],[0.122,0.801],[0.375,0.835],[0.441,0.866],[0.354,0.997],[0.307,1.042],[0.304,1.035],[0.345,0.975],[6.326,-0.229],[6.166,-0.389],[6.188,-0.368],[-0.541,-4.291],[-1.384,-3.45]],"v":[[51,10],[37.114,10.864],[23.284,11.784],[9.312,12.562],[-5,13],[-5.249,15.353],[-4.456,17.807],[-3.185,20.358],[-2,23],[-1.019,26.072],[-0.112,29.201],[0.851,32.23],[2,35],[20.694,34.027],[39.179,32.846],[58,32],[54.786,20.714]],"c":true}],"h":1},{"t":82,"s":[{"i":[[1.647,-0.363],[4.267,-0.733],[4.296,-0.704],[4.381,-0.619],[4.523,-0.477],[-0.126,-0.873],[-0.323,-0.935],[-0.411,-0.969],[-0.389,-0.977],[-0.57,-1.293],[-0.575,-1.214],[-0.512,-1.01],[-8.867,1.467],[-9.399,0.935],[1.376,2.908],[1.022,2.09],[0.228,1.115]],"o":[[-4.293,0.707],[-4.267,0.733],[-4.296,0.704],[-4.381,0.619],[-0.181,0.785],[0.126,0.873],[0.323,0.935],[0.411,0.969],[0.496,1.247],[0.57,1.293],[0.575,1.214],[9.135,-1.198],[8.867,-1.467],[-0.475,-3.276],[-1.376,-2.908],[-0.441,-0.901],[-0.228,-1.115]],"v":[[134,66],[121.174,68.174],[108.344,70.344],[95.342,72.342],[82,74],[81.944,76.494],[82.645,79.212],[83.773,82.075],[85,85],[86.616,88.841],[88.352,92.632],[90,96],[116.802,91.803],[144,88],[140.91,78.61],[137,71],[136.404,67.552]],"c":true}],"h":1},{"t":83,"s":[{"i":[[2.175,0.492],[4.252,-0.998],[4.2,-1.05],[4.223,-1.027],[4.32,-0.93],[-0.692,-1.808],[-0.803,-1.697],[-0.834,-1.666],[-0.786,-1.714],[-4.361,0.973],[-4.267,1.066],[-4.273,1.06],[-4.378,0.956],[0.424,1.243],[0.57,1.097],[0.506,1.161],[0.639,2.027]],"o":[[-4.379,0.871],[-4.252,0.998],[-4.2,1.05],[-4.223,1.027],[0.503,1.997],[0.692,1.808],[0.803,1.697],[0.834,1.666],[4.553,-0.781],[4.361,-0.973],[4.267,-1.066],[4.273,-1.06],[-0.068,-1.599],[-0.424,-1.243],[-0.57,-1.097],[-1.267,-1.399],[-0.639,-2.027]],"v":[[227,126],[214.072,128.822],[201.412,131.912],[188.796,135.046],[176,138],[177.812,143.688],[180.074,148.926],[182.549,153.951],[185,159],[198.345,156.345],[211.262,153.262],[224.048,150.048],[237,147],[236.21,142.79],[234.667,139.333],[233,136],[230.681,130.319]],"c":true}],"h":1},{"t":84,"s":[{"i":[[-4.369,1.214],[0.591,1.409],[0.639,1.361],[0.642,1.358],[0.601,1.399],[0.516,1.484],[4.299,-1.284],[4.234,-1.35],[4.318,-1.266],[4.55,-1.033],[-0.812,-1.688],[-0.874,-1.626],[-0.75,-1.75],[-0.441,-2.059],[-4.397,1.186],[-4.224,1.359],[-4.215,1.369]],"o":[[-0.5,-1.5],[-0.591,-1.409],[-0.639,-1.361],[-0.642,-1.358],[-0.601,-1.399],[-4.514,1.069],[-4.299,1.284],[-4.234,1.35],[-4.318,1.266],[0.563,1.937],[0.812,1.688],[0.874,1.626],[0.75,1.75],[4.734,-0.849],[4.397,-1.186],[4.224,-1.359],[4.215,-1.369]],"v":[[336,208],[334.352,203.648],[332.496,199.504],[330.564,195.436],[328.688,191.312],[327,187],[313.817,190.567],[301.054,194.554],[288.265,198.515],[275,202],[277.109,207.391],[279.684,212.316],[282.167,217.333],[284,223],[297.656,219.906],[310.547,216.048],[323.165,211.915]],"c":true}],"h":1},{"t":85,"s":[{"i":[[-4.477,1.189],[0.63,1.437],[0.69,1.376],[0.713,1.354],[0.697,1.37],[0.643,1.423],[4.208,-1.376],[4.098,-1.485],[4.091,-1.492],[4.188,-1.396],[-0.752,-1.748],[-0.895,-1.605],[-0.821,-1.679],[-0.529,-1.971],[-4.218,1.449],[-4.141,1.526],[-4.228,1.439]],"o":[[-0.532,-1.535],[-0.63,-1.437],[-0.69,-1.376],[-0.713,-1.354],[-0.697,-1.37],[-4.421,1.162],[-4.208,1.376],[-4.098,1.485],[-4.091,1.492],[0.391,2.109],[0.752,1.748],[0.895,1.605],[0.821,1.679],[4.458,-1.208],[4.218,-1.449],[4.141,-1.526],[4.228,-1.439]],"v":[[438,270],[436.248,265.552],[434.258,261.343],[432.144,257.256],[430.02,253.18],[428,249],[415.083,252.833],[402.65,257.15],[390.393,261.642],[378,266],[379.769,271.731],[382.294,276.706],[384.922,281.578],[387,287],[399.973,282.974],[412.471,278.471],[424.983,273.983]],"c":true}],"h":1},{"t":86,"s":[{"i":[[0,4.167],[1.772,-0.561],[1.696,-0.637],[1.576,-0.758],[1.411,-0.922],[-0.644,-1.189],[-0.62,-1.214],[-0.666,-1.168],[-0.783,-1.051],[-0.245,-0.782],[-0.355,-0.675],[-0.433,-0.181],[-0.478,0.702],[-0.743,0.368],[-0.743,0.368],[-1.327,-0.215],[0,4.167]],"o":[[-1.805,0.528],[-1.772,0.561],[-1.696,0.637],[-1.576,0.758],[0.739,1.094],[0.644,1.189],[0.62,1.214],[0.666,1.168],[0.103,0.501],[0.245,0.782],[0.355,0.675],[0.433,0.181],[1.327,0.215],[0.743,-0.368],[0.743,-0.368],[0,-4.167],[0,-4.167]],"v":[[500,321],[494.623,322.623],[489.409,324.409],[484.491,326.491],[480,329],[482.057,332.443],[483.934,336.065],[485.845,339.655],[488,343],[488.529,345.021],[489.437,347.303],[490.626,348.684],[492,348],[494.959,347.625],[497.041,346.375],[500,346],[500,333.5]],"c":true}],"h":1}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":1,"k":[{"t":15,"s":[0],"h":1},{"t":16,"s":[100],"h":1},{"t":87,"s":[0],"h":1}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":101,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"Book_03_Back_f","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[500,500,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-5.21,0.79],[0.946,5.72],[3.391,3.609],[1.163,-0.163],[2.245,-3.755],[-3.699,-9.634]],"o":[[-0.819,-5.848],[-3.979,-3.021],[-0.221,-0.779],[-2.785,3.215],[4.995,8.339],[5.75,-0.25]],"v":[[484,348],[478,334],[470,321],[468,320],[457,327],[471,353]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.2901961,0.4745098,0.7529412,1]},"o":{"a":1,"k":[{"t":12,"s":[0],"h":1},{"t":13,"s":[100],"h":1},{"t":14,"s":[0],"h":1}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":101,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"Book_03_Back_e","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[500,500,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"t":13,"s":[{"i":[[0,1.458],[0.223,-0.111],[0.222,-0.111],[0.222,-0.111],[0.222,-0.111],[0.222,-0.111],[0.222,-0.111],[0.222,-0.111],[0.222,-0.111],[0.222,-0.111],[0.222,-0.111],[0.222,-0.111],[0.222,-0.111],[0.222,-0.111],[0.223,-0.111],[0.223,-0.11],[0.328,-0.191],[0.362,-0.157],[0.381,-0.137],[0.386,-0.132],[0.376,-0.142],[0.352,-0.167],[0.312,-0.206],[0.258,-0.261],[0.189,-0.33],[-0.344,-0.775],[-0.379,-0.82],[-0.408,-0.852],[-0.432,-0.87],[-0.45,-0.874],[-0.462,-0.865],[-0.468,-0.841],[-0.469,-0.804],[-0.279,-0.527],[-0.265,-0.48],[-0.276,-0.401],[-0.31,-0.291],[-0.369,-0.15],[-0.453,0.021],[-0.56,0.224],[-0.691,0.458],[0,1.458],[0,1.458],[0,1.458],[0,1.458],[0,1.458],[0,1.458],[0,1.458]],"o":[[-0.223,0.11],[-0.223,0.111],[-0.222,0.111],[-0.222,0.111],[-0.222,0.111],[-0.222,0.111],[-0.222,0.111],[-0.222,0.111],[-0.222,0.111],[-0.222,0.111],[-0.222,0.111],[-0.222,0.111],[-0.222,0.111],[-0.222,0.111],[-0.223,0.111],[-0.278,0.24],[-0.328,0.191],[-0.362,0.157],[-0.381,0.137],[-0.386,0.132],[-0.376,0.142],[-0.352,0.167],[-0.312,0.206],[-0.258,0.261],[0.303,0.716],[0.344,0.775],[0.379,0.82],[0.408,0.852],[0.432,0.87],[0.45,0.874],[0.462,0.865],[0.468,0.841],[0.317,0.543],[0.279,0.527],[0.265,0.48],[0.276,0.401],[0.31,0.291],[0.369,0.15],[0.453,-0.021],[0.56,-0.224],[0,-1.458],[0,-1.458],[0,-1.458],[0,-1.458],[0,-1.458],[0,-1.458],[0,-1.458],[0,-1.458]],"v":[[500,305],[499.332,305.332],[498.664,305.664],[497.997,305.997],[497.331,306.331],[496.665,306.665],[495.999,306.999],[495.333,307.333],[494.667,307.667],[494.001,308.001],[493.335,308.335],[492.669,308.669],[492.003,309.003],[491.336,309.336],[490.668,309.668],[490,310],[489.087,310.643],[488.049,311.161],[486.931,311.598],[485.775,311.998],[484.628,312.406],[483.532,312.866],[482.533,313.422],[481.674,314.119],[481,315],[481.973,317.24],[483.06,319.637],[484.243,322.149],[485.505,324.735],[486.829,327.355],[488.197,329.966],[489.594,332.528],[491,335],[491.887,336.614],[492.697,338.131],[493.502,339.46],[494.376,340.506],[495.39,341.176],[496.617,341.378],[498.129,341.017],[500,340],[500,335.625],[500,331.25],[500,326.875],[500,322.5],[500,318.125],[500,313.75],[500,309.375]],"c":true}],"h":1},{"t":14,"s":[{"i":[[-0.394,0.439],[0.351,0.516],[0.341,0.526],[0.332,0.535],[0.324,0.543],[0.317,0.55],[0.31,0.556],[0.305,0.562],[0.3,0.566],[0.297,0.57],[0.294,0.572],[0.292,0.574],[0.292,0.575],[0.292,0.575],[0.293,0.574],[0.294,0.572],[0.117,0.031],[0.099,0.049],[0.088,0.06],[0.085,0.063],[0.089,0.059],[0.101,0.047],[0.12,0.028],[0.146,0.002],[0.179,-0.031],[0.364,-0.261],[0.382,-0.243],[0.399,-0.226],[0.417,-0.208],[0.434,-0.191],[0.452,-0.173],[0.469,-0.156],[0.486,-0.139],[-0.494,-1.256],[-0.568,-1.182],[-0.619,-1.131],[-0.646,-1.104],[-0.649,-1.101],[-0.63,-1.12],[-0.586,-1.164],[-0.519,-1.231],[-0.605,0.229],[-0.599,0.234],[-0.585,0.248],[-0.563,0.27],[-0.533,0.3],[-0.495,0.338],[-0.449,0.385]],"o":[[-0.362,-0.505],[-0.351,-0.516],[-0.341,-0.526],[-0.332,-0.535],[-0.324,-0.543],[-0.317,-0.55],[-0.31,-0.556],[-0.305,-0.562],[-0.3,-0.566],[-0.297,-0.57],[-0.294,-0.572],[-0.292,-0.574],[-0.292,-0.575],[-0.292,-0.575],[-0.293,-0.574],[-0.142,-0.006],[-0.117,-0.031],[-0.099,-0.049],[-0.088,-0.06],[-0.085,-0.063],[-0.089,-0.059],[-0.101,-0.047],[-0.12,-0.028],[-0.146,-0.002],[-0.346,0.279],[-0.364,0.261],[-0.382,0.243],[-0.399,0.226],[-0.417,0.208],[-0.434,0.191],[-0.452,0.173],[-0.469,0.156],[0.397,1.353],[0.494,1.256],[0.568,1.182],[0.619,1.131],[0.646,1.104],[0.649,1.101],[0.63,1.12],[0.586,1.164],[0.602,-0.231],[0.605,-0.229],[0.599,-0.234],[0.585,-0.248],[0.563,-0.27],[0.533,-0.3],[0.495,-0.338],[0.449,-0.385]],"v":[[370,279],[368.931,277.469],[367.893,275.907],[366.883,274.317],[365.9,272.7],[364.939,271.061],[363.999,269.401],[363.076,267.724],[362.168,266.032],[361.273,264.327],[360.386,262.614],[359.507,260.893],[358.631,259.169],[357.756,257.444],[356.88,255.72],[356,254],[355.613,253.942],[355.292,253.819],[355.013,253.654],[354.754,253.468],[354.495,253.283],[354.211,253.122],[353.883,253.006],[353.486,252.958],[353,253],[351.936,253.811],[350.818,254.568],[349.647,255.272],[348.422,255.922],[347.145,256.52],[345.815,257.065],[344.434,257.559],[343,258],[344.343,261.907],[345.943,265.557],[347.73,269.02],[349.634,272.366],[351.583,275.667],[353.507,278.993],[355.336,282.414],[357,286],[358.812,285.312],[360.62,284.62],[362.398,283.899],[364.123,283.124],[365.77,282.271],[367.315,281.315],[368.733,280.233]],"c":true}],"h":1},{"t":15,"s":[{"i":[[-0.425,0.408],[0.37,0.519],[0.356,0.533],[0.344,0.545],[0.334,0.555],[0.326,0.563],[0.32,0.569],[0.316,0.573],[0.314,0.575],[0.314,0.575],[0.316,0.573],[0.32,0.569],[0.326,0.563],[0.334,0.555],[0.343,0.546],[0.355,0.534],[0.034,0.077],[0.045,0.066],[0.056,0.055],[0.067,0.044],[0.079,0.033],[0.091,0.021],[0.103,0.008],[0.116,-0.005],[0.129,-0.018],[0.361,-0.306],[0.393,-0.273],[0.418,-0.248],[0.436,-0.23],[0.447,-0.22],[0.45,-0.217],[0.446,-0.221],[0.434,-0.233],[-0.495,-1.213],[-0.571,-1.137],[-0.623,-1.086],[-0.649,-1.059],[-0.651,-1.057],[-0.628,-1.08],[-0.581,-1.128],[-0.508,-1.2],[-0.624,0.209],[-0.598,0.235],[-0.571,0.262],[-0.544,0.29],[-0.515,0.318],[-0.486,0.347],[-0.456,0.377]],"o":[[-0.385,-0.504],[-0.37,-0.519],[-0.356,-0.533],[-0.344,-0.545],[-0.334,-0.555],[-0.326,-0.563],[-0.32,-0.569],[-0.316,-0.573],[-0.314,-0.575],[-0.314,-0.575],[-0.316,-0.573],[-0.32,-0.569],[-0.326,-0.563],[-0.334,-0.555],[-0.343,-0.546],[-0.024,-0.087],[-0.034,-0.077],[-0.045,-0.066],[-0.056,-0.055],[-0.067,-0.044],[-0.079,-0.033],[-0.091,-0.021],[-0.103,-0.008],[-0.116,0.005],[-0.321,0.346],[-0.361,0.306],[-0.393,0.273],[-0.418,0.248],[-0.436,0.23],[-0.447,0.22],[-0.45,0.217],[-0.446,0.221],[0.394,1.314],[0.495,1.213],[0.571,1.137],[0.623,1.086],[0.649,1.059],[0.651,1.057],[0.628,1.08],[0.581,1.128],[0.649,-0.184],[0.624,-0.209],[0.598,-0.235],[0.571,-0.262],[0.544,-0.29],[0.515,-0.318],[0.486,-0.347],[0.456,-0.377]],"v":[[263,212],[261.868,210.465],[260.781,208.886],[259.732,207.268],[258.716,205.618],[257.726,203.941],[256.757,202.243],[255.803,200.53],[254.858,198.808],[253.916,197.083],[252.972,195.361],[252.018,193.648],[251.05,191.95],[250.062,190.271],[249.047,188.62],[248,187],[247.912,186.755],[247.793,186.541],[247.642,186.358],[247.458,186.209],[247.24,186.093],[246.986,186.014],[246.696,185.971],[246.367,185.966],[246,186],[244.976,186.976],[243.844,187.844],[242.624,188.624],[241.341,189.341],[240.014,190.014],[238.667,190.667],[237.322,191.322],[236,192],[237.34,195.785],[238.946,199.304],[240.743,202.632],[242.658,205.842],[244.615,209.01],[246.541,212.209],[248.361,215.514],[250,219],[251.91,218.41],[253.744,217.744],[255.498,216.998],[257.171,216.171],[258.761,215.26],[260.263,214.263],[261.677,213.177]],"c":true}],"h":1},{"t":16,"s":[{"i":[[-0.662,0.088],[0.005,0.171],[0.022,0.168],[0.037,0.166],[0.05,0.163],[0.061,0.161],[0.071,0.158],[0.079,0.156],[0.086,0.154],[0.09,0.152],[0.093,0.15],[0.095,0.148],[0.094,0.146],[0.092,0.144],[0.088,0.142],[0.083,0.14],[0.463,0.763],[0.459,0.744],[0.455,0.731],[0.45,0.723],[0.444,0.722],[0.437,0.725],[0.43,0.735],[0.421,0.75],[0.412,0.77],[0.591,-0.159],[0.498,-0.252],[0.438,-0.312],[0.411,-0.339],[0.418,-0.332],[0.458,-0.292],[0.53,-0.22],[0.636,-0.114],[-0.559,-1.191],[-0.619,-1.131],[-0.659,-1.091],[-0.678,-1.072],[-0.678,-1.072],[-0.658,-1.092],[-0.617,-1.133],[-0.557,-1.193],[-0.556,0.194],[-0.48,0.27],[-0.434,0.316],[-0.419,0.331],[-0.434,0.316],[-0.48,0.27],[-0.556,0.194]],"o":[[0.013,-0.174],[-0.005,-0.171],[-0.022,-0.168],[-0.037,-0.166],[-0.05,-0.163],[-0.061,-0.161],[-0.071,-0.158],[-0.079,-0.156],[-0.086,-0.154],[-0.09,-0.152],[-0.093,-0.15],[-0.095,-0.148],[-0.094,-0.146],[-0.092,-0.144],[-0.088,-0.142],[-0.466,-0.787],[-0.463,-0.763],[-0.459,-0.744],[-0.455,-0.731],[-0.45,-0.723],[-0.444,-0.722],[-0.437,-0.725],[-0.43,-0.735],[-0.421,-0.75],[-0.718,0.032],[-0.591,0.159],[-0.498,0.252],[-0.438,0.312],[-0.411,0.339],[-0.418,0.332],[-0.458,0.292],[-0.53,0.22],[0.479,1.271],[0.559,1.191],[0.619,1.131],[0.659,1.091],[0.678,1.072],[0.678,1.072],[0.658,1.092],[0.617,1.133],[0.662,-0.088],[0.556,-0.194],[0.48,-0.27],[0.434,-0.316],[0.419,-0.331],[0.434,-0.316],[0.48,-0.27],[0.556,-0.194]],"v":[[165,149],[165.012,148.483],[164.972,147.975],[164.884,147.474],[164.754,146.981],[164.587,146.495],[164.388,146.016],[164.162,145.544],[163.914,145.079],[163.65,144.621],[163.374,144.169],[163.091,143.723],[162.808,143.284],[162.528,142.85],[162.257,142.422],[162,142],[160.607,139.677],[159.223,137.418],[157.851,135.207],[156.493,133.027],[155.151,130.861],[153.829,128.692],[152.528,126.503],[151.251,124.278],[150,122],[148.045,122.295],[146.419,122.919],[145.022,123.772],[143.756,124.756],[142.52,125.77],[141.215,126.715],[139.742,127.492],[138,128],[139.563,131.687],[141.335,135.165],[143.256,138.494],[145.267,141.733],[147.307,144.943],[149.316,148.184],[151.234,151.516],[153,155],[154.819,154.569],[156.365,153.865],[157.728,152.978],[159,152],[160.272,151.022],[161.635,150.135],[163.181,149.431]],"c":true}],"h":1},{"t":17,"s":[{"i":[[-0.639,0.153],[0.551,1.157],[0.625,1.083],[0.673,1.035],[0.695,1.014],[0.69,1.018],[0.66,1.048],[0.603,1.105],[0.521,1.188],[0.128,0.038],[0.108,0.059],[0.097,0.07],[0.097,0.07],[0.108,0.059],[0.129,0.038],[0.16,0.007],[0.202,-0.035],[0.062,-0.146],[0.086,-0.123],[0.1,-0.108],[0.106,-0.102],[0.104,-0.104],[0.093,-0.116],[0.073,-0.136],[0.044,-0.164],[0.35,-0.192],[0.351,-0.191],[0.341,-0.201],[0.32,-0.221],[0.289,-0.253],[0.247,-0.295],[0.194,-0.347],[0.131,-0.411],[-0.636,-1.03],[-0.66,-1.006],[-0.67,-0.997],[-0.664,-1.002],[-0.644,-1.022],[-0.609,-1.057],[-0.559,-1.107],[-0.495,-1.172],[-0.579,0.213],[-0.493,0.299],[-0.439,0.353],[-0.416,0.375],[-0.425,0.367],[-0.465,0.327],[-0.536,0.255]],"o":[[-0.451,-1.258],[-0.551,-1.157],[-0.625,-1.083],[-0.673,-1.035],[-0.695,-1.014],[-0.69,-1.018],[-0.66,-1.048],[-0.603,-1.105],[-0.16,-0.007],[-0.128,-0.038],[-0.108,-0.059],[-0.097,-0.07],[-0.097,-0.07],[-0.108,-0.059],[-0.129,-0.038],[-0.16,-0.007],[-0.03,0.178],[-0.062,0.146],[-0.086,0.123],[-0.1,0.108],[-0.106,0.102],[-0.104,0.104],[-0.093,0.116],[-0.073,0.136],[-0.338,0.204],[-0.35,0.192],[-0.351,0.191],[-0.341,0.201],[-0.32,0.221],[-0.289,0.253],[-0.247,0.295],[-0.194,0.347],[0.597,1.069],[0.636,1.03],[0.66,1.006],[0.67,0.997],[0.664,1.002],[0.644,1.022],[0.609,1.057],[0.559,1.107],[0.695,-0.096],[0.579,-0.213],[0.493,-0.299],[0.439,-0.353],[0.416,-0.375],[0.425,-0.367],[0.465,-0.327],[0.536,-0.255]],"v":[[78,88],[76.491,84.384],[74.721,81.029],[72.767,77.858],[70.709,74.791],[68.625,71.75],[66.593,68.657],[64.692,65.433],[63,62],[62.57,61.93],[62.219,61.781],[61.915,61.585],[61.626,61.374],[61.322,61.178],[60.97,61.03],[60.54,60.96],[60,61],[59.86,61.485],[59.636,61.886],[59.355,62.23],[59.042,62.542],[58.725,62.85],[58.428,63.178],[58.177,63.552],[58,64],[56.965,64.59],[55.912,65.162],[54.873,65.748],[53.879,66.379],[52.962,67.087],[52.156,67.906],[51.491,68.866],[51,70],[52.854,73.146],[54.803,76.197],[56.803,79.198],[58.807,82.193],[60.774,85.226],[62.658,88.342],[64.415,91.585],[66,95],[67.903,94.528],[69.502,93.753],[70.893,92.768],[72.168,91.668],[73.423,90.548],[74.75,89.5],[76.245,88.619]],"c":true}],"h":1},{"t":18,"s":[{"i":[[-0.088,0.829],[0.686,0.94],[0.66,0.965],[0.645,0.98],[0.64,0.985],[0.645,0.98],[0.66,0.965],[0.684,0.941],[0.719,0.906],[0.04,0.085],[0.053,0.072],[0.067,0.058],[0.082,0.043],[0.097,0.028],[0.112,0.013],[0.129,-0.004],[0.145,-0.02],[0.399,-0.393],[0.437,-0.354],[0.451,-0.34],[0.441,-0.351],[0.405,-0.386],[0.345,-0.446],[0.261,-0.531],[0.152,-0.64],[-0.378,-0.468],[-0.346,-0.485],[-0.323,-0.499],[-0.309,-0.509],[-0.304,-0.516],[-0.308,-0.52],[-0.322,-0.519],[-0.344,-0.516],[-0.349,-0.478],[-0.363,-0.474],[-0.367,-0.477],[-0.361,-0.485],[-0.344,-0.499],[-0.317,-0.518],[-0.28,-0.543],[-0.232,-0.574],[-0.515,0.318],[-0.361,0.472],[-0.415,0.418],[-0.678,0.156],[-0.535,0.381],[-0.478,0.439],[-0.329,0.588]],"o":[[-0.72,-0.905],[-0.686,-0.94],[-0.66,-0.965],[-0.645,-0.98],[-0.64,-0.985],[-0.645,-0.98],[-0.66,-0.965],[-0.684,-0.941],[-0.028,-0.097],[-0.04,-0.085],[-0.053,-0.072],[-0.067,-0.058],[-0.082,-0.043],[-0.097,-0.028],[-0.112,-0.013],[-0.129,0.004],[-0.335,0.456],[-0.399,0.393],[-0.437,0.354],[-0.451,0.34],[-0.441,0.351],[-0.405,0.386],[-0.345,0.446],[-0.261,0.531],[0.42,0.447],[0.378,0.468],[0.346,0.485],[0.323,0.499],[0.309,0.509],[0.304,0.516],[0.308,0.52],[0.322,0.519],[0.324,0.486],[0.349,0.478],[0.363,0.474],[0.367,0.477],[0.361,0.485],[0.344,0.499],[0.317,0.518],[0.28,0.543],[0.878,0.044],[0.515,-0.318],[0.361,-0.472],[0.415,-0.418],[0.501,-0.416],[0.535,-0.381],[0.478,-0.439],[0.329,-0.588]],"v":[[2,30],[-0.107,27.231],[-2.123,24.373],[-4.079,21.454],[-6.005,18.505],[-7.93,15.555],[-9.884,12.634],[-11.898,9.773],[-14,7],[-14.102,6.727],[-14.242,6.492],[-14.423,6.298],[-14.647,6.147],[-14.914,6.039],[-15.228,5.978],[-15.589,5.964],[-16,6],[-17.108,7.267],[-18.368,8.382],[-19.707,9.418],[-21.051,10.449],[-22.327,11.549],[-23.459,12.791],[-24.375,14.25],[-25,16],[-23.805,17.373],[-22.721,18.803],[-21.719,20.28],[-20.773,21.794],[-19.855,23.333],[-18.939,24.887],[-17.996,26.447],[-17,28],[-15.987,29.445],[-14.917,30.871],[-13.818,32.297],[-12.724,33.738],[-11.664,35.212],[-10.669,36.736],[-9.771,38.326],[-9,40],[-6.963,39.538],[-5.7,38.3],[-4.587,36.912],[-3,36],[-1.422,34.828],[0.12,33.62],[1.352,32.102]],"c":true}],"h":1},{"t":19,"s":[{"i":[[-0.082,1.499],[4.377,5.956],[4.338,5.995],[4.417,5.916],[4.614,5.719],[9.167,-10.166],[8.568,-10.765],[2.028,-2.325],[1.553,-1.864],[1.412,-1.312],[1.103,-1.251],[0.604,-1.053],[0.794,-0.893],[1.033,-1.049],[0.644,-1.427],[0.454,-0.179],[0.123,-0.148],[1.227,-1.393],[0.75,-1.817],[1.167,-1.167],[0.956,-1.377],[1.284,-1.049],[0.227,-2.106],[-2.45,-3.333],[-2.173,-2.334],[-0.072,-0.535],[-0.341,-0.462],[-2.214,-2.634],[-1.353,-2.039],[-0.468,-0.813],[-0.474,-0.761],[-0.398,-0.349],[-0.224,-0.31],[-0.991,-1.555],[-1.046,-1.408],[-2.286,-2.922],[-1.656,-3.348],[-2.066,2.601],[-2.43,2.236],[-6.679,7.654],[-7.266,7.067],[-4.552,4.948],[-3.923,5.577],[-2.262,2.575],[-2.309,2.516],[-1.478,1.58],[-0.756,1.228],[-1.02,1.034]],"o":[[-4.534,-5.799],[-4.377,-5.956],[-4.338,-5.995],[-4.417,-5.916],[-8.762,10.57],[-9.167,10.166],[-2.334,1.835],[-2.028,2.325],[-1.249,1.499],[-1.412,1.312],[-0.791,0.897],[-0.604,1.053],[-1.223,1.376],[-1.033,1.049],[-0.062,0.137],[-0.454,0.179],[-1.342,1.611],[-1.227,1.393],[-1.377,0.956],[-1.167,1.167],[-0.635,1.698],[-1.284,1.049],[2.028,3.335],[2.45,3.333],[0.37,0.398],[0.072,0.535],[1.79,2.424],[2.215,2.634],[0.656,0.988],[0.468,0.813],[0.183,0.294],[0.398,0.349],[0.992,1.374],[0.991,1.555],[2.201,2.964],[2.286,2.922],[3.308,-1.359],[2.065,-2.601],[7.018,-7.315],[6.679,-7.654],[3.87,-5.629],[4.552,-4.949],[2.644,-2.184],[2.262,-2.575],[1.333,-1.452],[1.478,-1.58],[0.84,-1.364],[1.02,-1.034]],"v":[[-107,30],[-120.337,12.337],[-133.38,-5.62],[-146.483,-23.517],[-160,-41],[-187.146,-10.146],[-214,21],[-220.585,27.478],[-226,34],[-230.109,38.186],[-234,42],[-235.997,45.003],[-238,48],[-241.435,51.461],[-244,55],[-244.954,55.492],[-246,56],[-249.944,60.345],[-253,65],[-256.816,68.184],[-260,72],[-263.306,75.694],[-266,80],[-259.109,90.25],[-252,99],[-251.478,100.452],[-251,102],[-244.672,109.789],[-239,117],[-237.363,119.67],[-236,122],[-235.031,122.988],[-234,124],[-231.04,128.474],[-228,133],[-221.092,141.712],[-215,151],[-207.342,144.658],[-201,137],[-180.686,114.314],[-160,92],[-147.039,76.461],[-134,61],[-126.749,53.749],[-120,46],[-115.567,41.332],[-112,37],[-108.931,33.601]],"c":true}],"h":1},{"t":20,"s":[{"i":[[0.851,-0.184],[0.647,-0.952],[7.004,-10.558],[0.623,-0.94],[0.549,-0.761],[0.898,-1.308],[0.372,-0.399],[0.676,-0.95],[0.37,-0.493],[0.553,-0.76],[0.376,-0.501],[0.55,-0.758],[6.994,-10.543],[0.623,-0.94],[0.549,-0.761],[0.882,-1.284],[0.371,-0.399],[0.675,-0.954],[0.368,-0.491],[0.554,-0.76],[0.912,-1.286],[3.027,-6.285],[-2.102,-2.709],[-6.931,-8.684],[-10.202,-10.438],[-4.284,6.278],[-2.272,3.135],[-0.223,0.494],[-0.248,0.358],[-2.469,3.618],[-2.246,3.098],[-0.223,0.494],[-0.248,0.358],[-2.469,3.618],[-2.3,3.174],[-0.223,0.494],[-0.248,0.358],[-3.229,5.981],[-8.997,10.337],[4.646,6.027],[0.539,0.704],[0.675,0.87],[1.201,1.571],[0.672,0.831],[0.978,1.168],[0.54,0.707],[0.583,0.725],[6.778,8.718]],"o":[[-1.245,0.37],[-7.775,11.436],[-1.103,1.662],[-0.614,0.925],[-1.025,1.42],[-0.286,0.416],[-0.749,0.805],[-0.332,0.466],[-0.636,0.847],[-0.344,0.472],[-0.634,0.845],[-8.008,11.049],[-1.103,1.662],[-0.614,0.925],[-0.844,1.169],[-0.286,0.416],[-0.751,0.806],[-0.329,0.465],[-0.636,0.848],[-0.898,1.233],[-4.088,5.769],[1.472,3.312],[7.112,9.164],[9.149,11.464],[4.808,-7.258],[2.638,-3.865],[0.313,-0.431],[0.143,-0.316],[3.171,-4.576],[2.589,-3.794],[0.313,-0.431],[0.143,-0.316],[3.171,-4.576],[2.656,-3.893],[0.313,-0.431],[0.143,-0.316],[4.136,-5.968],[9.269,-10.064],[-4.149,-7.9],[-0.618,-0.801],[-0.632,-0.826],[-1.691,-2.179],[-0.617,-0.807],[-0.955,-1.182],[-0.626,-0.748],[-0.494,-0.646],[-7.204,-8.962],[-0.057,-0.61]],"v":[[-211,-76],[-213,-73],[-238,-39],[-241,-35],[-243,-33],[-245,-28],[-247,-27],[-248,-24],[-250,-23],[-251,-20],[-253,-19],[-254,-16],[-279,18],[-282,22],[-284,24],[-286,29],[-288,30],[-289,33],[-291,34],[-292,37],[-295,41],[-307,58],[-301,67],[-280,93],[-252,127],[-237,106],[-230,97],[-230,95],[-228,94],[-219,81],[-212,72],[-212,70],[-210,69],[-201,56],[-194,47],[-194,45],[-192,44],[-181,27],[-156,-6],[-172,-27],[-174,-29],[-175,-32],[-181,-38],[-182,-41],[-186,-44],[-187,-47],[-189,-49],[-210,-75]],"c":true}],"h":1},{"t":21,"s":[{"i":[[0.425,-0.092],[3.898,-6.724],[3.862,-6.776],[3.783,-6.663],[3.66,-6.388],[0.678,-1.101],[0.683,-1.078],[0.663,-1.063],[0.619,-1.056],[0.82,-1.505],[0.838,-1.477],[0.791,-1.699],[0.921,-1.592],[0.432,-0.148],[0.157,-0.209],[0.122,-0.565],[0.221,-0.351],[0.757,-1.43],[0.929,-1.622],[2.282,-3.788],[1.725,-4.103],[-4.75,-5.417],[-4.531,-5.635],[-3.472,-4.028],[-3.529,-3.971],[-0.772,-0.567],[-0.64,-0.679],[-0.555,-0.875],[-1.204,0.112],[-14.024,24.476],[-14.431,24.069],[1.941,1.924],[1.389,1.608],[0.433,0.883],[0.626,0.73],[2.573,2.629],[2.354,2.742],[0.489,0.689],[0.508,0.618],[1.171,1.307],[1.052,1.236],[1.159,1.306],[1.066,1.251],[0.811,1.21],[0.722,0.944],[1.153,0.841],[0.46,1.422],[0.137,0.197]],"o":[[-3.891,6.51],[-3.898,6.724],[-3.862,6.776],[-3.783,6.663],[-0.649,1.132],[-0.678,1.101],[-0.683,1.078],[-0.663,1.063],[-0.881,1.502],[-0.82,1.505],[-0.914,1.611],[-0.791,1.699],[-0.115,0.198],[-0.432,0.148],[-0.292,0.389],[-0.122,0.565],[-1.042,1.659],[-0.757,1.43],[-2.146,3.745],[-2.282,3.788],[4.471,5.696],[4.75,5.417],[3.584,3.916],[3.472,4.028],[0.27,1.053],[0.772,0.567],[0.577,0.611],[0.555,0.875],[14.472,-24.029],[14.024,-24.476],[-0.848,-2.697],[-1.941,-1.924],[-0.639,-0.74],[-0.434,-0.883],[-2.354,-2.742],[-2.573,-2.629],[-0.536,-0.624],[-0.489,-0.689],[-1.264,-1.537],[-1.171,-1.307],[-1.299,-1.525],[-1.159,-1.306],[-1.034,-1.215],[-0.811,-1.21],[-0.928,-1.213],[-1.153,-0.841],[-0.029,-0.305],[-0.137,-0.197]],"v":[[-251,-104],[-262.695,-84.108],[-274.346,-63.817],[-285.824,-43.618],[-297,-24],[-298.997,-20.652],[-301.045,-17.386],[-303.07,-14.176],[-305,-11],[-307.532,-6.481],[-310,-2],[-312.495,3.015],[-315,8],[-315.968,8.492],[-317,9],[-317.553,10.529],[-318,12],[-320.584,16.527],[-323,21],[-329.816,32.231],[-336,44],[-322.046,60.546],[-308,77],[-297.458,88.958],[-287,101],[-285.278,103.28],[-283,105],[-281.471,107.542],[-279,109],[-236.47,36.03],[-194,-37],[-198.594,-43.817],[-204,-49],[-205.51,-51.508],[-207,-54],[-214.5,-62],[-222,-70],[-223.52,-72.004],[-225,-74],[-228.659,-78.226],[-232,-82],[-235.675,-86.205],[-239,-90],[-241.734,-93.703],[-244,-97],[-247.35,-99.843],[-250,-103],[-250.203,-103.798]],"c":true}],"h":1},{"t":22,"s":[{"i":[[0.808,-0.141],[1.912,-4.43],[1.975,-4.358],[1.95,-4.248],[1.837,-4.102],[1.287,-2.669],[1.238,-2.638],[1.082,-2.65],[0.817,-2.704],[0.324,-0.579],[0.391,-0.586],[0.371,-0.589],[0.266,-0.588],[0.783,-1.644],[0.751,-1.545],[0.717,-1.504],[0.682,-1.52],[0.783,-1.752],[0.75,-1.674],[0.717,-1.585],[0.685,-1.485],[2.102,-4.901],[2.121,-5.042],[-1.374,-1.208],[-1.18,-1.209],[-1.137,-1.356],[-1.212,-1.304],[-2.543,-2.462],[-2.42,-2.56],[-2.264,-2.728],[-2.507,-2.507],[-1.392,-1.119],[-1.193,-1.284],[-0.116,-0.592],[-0.243,-0.317],[-1.243,-0.889],[-1.187,-0.344],[-12.07,26.596],[-12.425,26.242],[1.958,1.707],[1.337,1.547],[0.426,0.886],[0.654,0.714],[2.557,2.449],[2.397,2.611],[4.881,5.12],[4.69,5.308],[0.388,0.278]],"o":[[-1.761,4.466],[-1.912,4.43],[-1.975,4.358],[-1.95,4.248],[-1.229,2.744],[-1.287,2.669],[-1.238,2.638],[-1.082,2.65],[-0.171,0.567],[-0.324,0.579],[-0.391,0.586],[-0.371,0.589],[-0.815,1.799],[-0.783,1.644],[-0.751,1.545],[-0.717,1.504],[-0.815,1.817],[-0.783,1.752],[-0.75,1.674],[-0.717,1.585],[-2.472,5.356],[-2.102,4.9],[0.325,1.959],[1.374,1.208],[1.242,1.273],[1.137,1.356],[2.408,2.591],[2.543,2.462],[2.438,2.579],[2.264,2.728],[1.241,1.241],[1.392,1.119],[0.293,0.316],[0.116,0.592],[0.841,1.1],[1.243,0.889],[12.293,-26.374],[12.07,-26.596],[-0.832,-2.623],[-1.958,-1.707],[-0.642,-0.743],[-0.426,-0.886],[-2.375,-2.595],[-2.557,-2.449],[-4.785,-5.213],[-4.881,-5.12],[-0.639,-0.028],[-0.388,-0.278]],"v":[[-281,-124],[-286.532,-110.645],[-292.386,-97.454],[-298.296,-84.536],[-304,-72],[-307.802,-63.891],[-311.617,-55.941],[-315.124,-48.02],[-318,-40],[-318.764,-38.28],[-319.858,-36.532],[-321.022,-34.767],[-322,-33],[-324.398,-27.85],[-326.7,-23.081],[-328.901,-18.521],[-331,-14],[-333.397,-8.643],[-335.695,-3.501],[-337.896,1.391],[-340,6],[-346.763,21.236],[-353,36],[-350.142,40.563],[-346,44],[-342.477,47.976],[-339,52],[-331.509,59.524],[-324,67],[-317.051,75.054],[-310,83],[-305.964,86.468],[-302,90],[-301.462,91.498],[-301,93],[-297.76,96.066],[-294,98],[-257.599,18.401],[-221,-61],[-225.622,-67.307],[-231,-72],[-232.491,-74.522],[-234,-77],[-241.484,-84.488],[-249,-92],[-263.571,-107.428],[-278,-123],[-279.374,-123.626]],"c":true}],"h":1},{"t":23,"s":[{"i":[[0.404,-0.07],[2.447,-7.22],[2.491,-7.175],[2.522,-7.145],[2.538,-7.129],[2.54,-7.127],[2.528,-7.139],[2.501,-7.166],[2.46,-7.207],[-0.502,-0.745],[-0.687,-0.604],[-0.716,-0.557],[-0.59,-0.605],[-1.525,-1.686],[-1.521,-1.686],[-1.486,-1.532],[-1.418,-1.225],[-0.427,-0.239],[-0.443,-0.213],[-0.42,-0.242],[-0.357,-0.327],[-1.261,-1.241],[-1.247,-1.274],[-1.237,-1.271],[-1.232,-1.232],[-1.17,-1.359],[-1.251,-1.302],[-1.455,-1.042],[-1.784,-0.578],[-5.019,14.314],[-5.076,14.257],[-5.019,14.314],[-4.848,14.485],[0.536,0.631],[0.643,0.523],[0.661,0.506],[0.589,0.578],[1.793,1.909],[1.767,1.874],[1.84,1.778],[2.013,1.621],[2.469,2.364],[2.419,2.414],[2.366,2.468],[2.308,2.525],[0.215,0.118],[0.194,0.139],[0.257,0.076]],"o":[[-2.388,7.279],[-2.447,7.22],[-2.491,7.175],[-2.522,7.145],[-2.538,7.129],[-2.54,7.127],[-2.528,7.139],[-2.501,7.166],[0.162,0.98],[0.502,0.745],[0.687,0.604],[0.716,0.557],[1.496,1.533],[1.525,1.686],[1.521,1.686],[1.486,1.532],[0.372,0.321],[0.427,0.239],[0.443,0.213],[0.42,0.242],[1.28,1.172],[1.261,1.241],[1.247,1.274],[1.237,1.271],[1.213,1.213],[1.17,1.359],[1.251,1.302],[1.455,1.042],[4.848,-14.485],[5.019,-14.314],[5.076,-14.257],[5.019,-14.314],[-0.338,-0.829],[-0.536,-0.631],[-0.643,-0.523],[-0.661,-0.506],[-1.919,-1.885],[-1.793,-1.909],[-1.767,-1.874],[-1.84,-1.778],[-2.515,-2.318],[-2.469,-2.364],[-2.419,-2.414],[-2.366,-2.468],[-0.32,-0.014],[-0.215,-0.118],[-0.194,-0.139],[-0.257,-0.076]],"v":[[-299,-138],[-306.255,-116.255],[-313.666,-94.665],[-321.189,-73.189],[-328.783,-51.782],[-336.403,-30.403],[-344.008,-9.008],[-351.555,12.445],[-359,34],[-357.964,36.563],[-356.142,38.563],[-353.998,40.281],[-352,42],[-347.46,46.867],[-342.882,51.962],[-338.364,56.827],[-334,61],[-332.792,61.827],[-331.478,62.491],[-330.175,63.16],[-329,64],[-325.189,67.629],[-321.428,71.41],[-317.703,75.236],[-314,79],[-310.456,82.91],[-306.856,86.953],[-302.828,90.519],[-298,93],[-283.171,49.829],[-268,7],[-252.829,-35.829],[-238,-79],[-239.332,-81.168],[-241.123,-82.877],[-243.103,-84.397],[-245,-86],[-250.543,-91.706],[-255.859,-97.395],[-261.245,-102.887],[-267,-108],[-274.477,-115.023],[-281.81,-122.19],[-288.988,-129.512],[-296,-137],[-296.781,-137.219],[-297.374,-137.626],[-298.03,-137.97]],"c":true}],"h":1},{"t":24,"s":[{"i":[[-4.418,15.083],[2.575,2.216],[2.536,2.256],[2.511,2.28],[2.502,2.29],[2.507,2.285],[2.528,2.264],[2.563,2.229],[2.614,2.178],[0.047,0.098],[0.064,0.052],[0.079,0.013],[0.091,-0.019],[0.1,-0.044],[0.106,-0.062],[0.11,-0.073],[0.111,-0.077],[4.173,-14.994],[4.261,-14.906],[4.333,-14.834],[4.388,-14.779],[-0.789,-1.059],[-0.934,-0.915],[-0.928,-0.774],[-0.771,-0.634],[-0.336,-0.335],[-0.313,-0.34],[-0.321,-0.335],[-0.357,-0.321],[-2.699,-2.363],[-2.674,-2.317],[-2.638,-2.295],[-2.592,-2.298],[-0.243,-0.346],[-0.228,-0.373],[-0.246,-0.341],[-0.297,-0.249],[-0.261,-0.081],[-0.284,-0.052],[-0.256,-0.07],[-0.177,-0.135],[-0.726,-0.896],[-0.726,-0.896],[-0.887,-0.677],[-1.209,-0.238],[-4.31,15.189],[-4.308,15.192],[-4.343,15.157]],"o":[[-2.63,-2.162],[-2.575,-2.216],[-2.536,-2.256],[-2.511,-2.28],[-2.502,-2.29],[-2.507,-2.285],[-2.528,-2.264],[-2.563,-2.229],[-0.026,-0.151],[-0.047,-0.098],[-0.064,-0.052],[-0.079,-0.013],[-0.091,0.019],[-0.1,0.044],[-0.106,0.062],[-0.11,0.073],[-4.067,15.099],[-4.173,14.994],[-4.261,14.906],[-4.333,14.834],[0.493,1.205],[0.789,1.059],[0.934,0.915],[0.928,0.774],[0.389,0.319],[0.336,0.335],[0.314,0.34],[0.321,0.335],[2.713,2.434],[2.699,2.363],[2.674,2.317],[2.638,2.295],[0.291,0.258],[0.243,0.346],[0.228,0.373],[0.246,0.341],[0.187,0.156],[0.261,0.081],[0.284,0.052],[0.256,0.07],[0.887,0.678],[0.726,0.896],[0.726,0.896],[0.887,0.677],[4.352,-15.148],[4.31,-15.189],[4.308,-15.192],[4.343,-15.157]],"v":[[-246,-90],[-253.804,-96.571],[-261.467,-103.283],[-269.034,-110.091],[-276.55,-116.951],[-284.059,-123.817],[-291.607,-130.643],[-299.239,-137.386],[-307,-144],[-307.11,-144.372],[-307.276,-144.597],[-307.491,-144.693],[-307.745,-144.684],[-308.032,-144.589],[-308.342,-144.429],[-308.667,-144.226],[-309,-144],[-321.364,-98.864],[-334.019,-54.019],[-346.914,-9.414],[-360,35],[-358.038,38.396],[-355.416,41.357],[-352.586,43.89],[-350,46],[-348.921,46.984],[-347.954,47.998],[-347.01,49.013],[-346,50],[-337.88,57.191],[-329.818,64.205],[-321.848,71.117],[-314,78],[-313.208,78.92],[-312.509,80.013],[-311.806,81.1],[-311,82],[-310.315,82.344],[-309.484,82.532],[-308.661,82.704],[-308,83],[-305.621,85.417],[-303.483,88.16],[-301.103,90.573],[-298,92],[-285.016,46.483],[-272.099,0.901],[-259.132,-44.631]],"c":true}],"h":1},{"t":25,"s":[{"i":[[0.054,0.033],[1.97,-7.697],[1.966,-7.7],[1.963,-7.704],[1.959,-7.708],[1.955,-7.712],[1.95,-7.716],[1.946,-7.721],[1.941,-7.726],[-1.23,-1.229],[-1.28,-1.178],[-1.315,-1.144],[-1.334,-1.125],[-1.337,-1.121],[-1.324,-1.134],[-1.296,-1.162],[-1.252,-1.207],[-0.663,-0.546],[-0.634,-0.574],[-0.622,-0.587],[-0.625,-0.584],[-0.644,-0.565],[-0.678,-0.53],[-0.728,-0.48],[-0.794,-0.414],[-0.269,-0.356],[-0.284,-0.341],[-0.303,-0.322],[-0.325,-0.3],[-0.35,-0.275],[-0.378,-0.247],[-0.41,-0.215],[-0.444,-0.18],[-0.568,-0.768],[-0.65,-0.656],[-0.757,-0.185],[-0.889,0.644],[-3.835,15.332],[-3.922,15.245],[-3.876,15.291],[-3.696,15.47],[5.05,4.535],[5.131,4.456],[5.141,4.443],[5.079,4.495],[0.086,-0.003],[0.1,-0.019],[0.089,-0.007]],"o":[[-1.973,7.693],[-1.97,7.697],[-1.966,7.7],[-1.963,7.704],[-1.959,7.708],[-1.955,7.712],[-1.95,7.716],[-1.946,7.721],[1.163,1.295],[1.23,1.229],[1.28,1.178],[1.315,1.144],[1.334,1.125],[1.337,1.121],[1.324,1.134],[1.296,1.162],[0.707,0.502],[0.663,0.546],[0.634,0.574],[0.622,0.587],[0.625,0.584],[0.644,0.565],[0.678,0.53],[0.728,0.48],[0.256,0.369],[0.269,0.356],[0.284,0.341],[0.303,0.322],[0.325,0.3],[0.35,0.275],[0.378,0.247],[0.41,0.215],[0.512,0.52],[0.568,0.768],[0.65,0.656],[0.757,0.185],[3.615,-15.552],[3.835,-15.332],[3.922,-15.245],[3.876,-15.291],[-4.896,-4.68],[-5.05,-4.535],[-5.131,-4.456],[-5.141,-4.443],[-0.047,-0.041],[-0.086,0.003],[-0.1,0.019],[-0.089,0.007]],"v":[[-313,-148],[-318.915,-124.915],[-324.82,-101.82],[-330.713,-78.714],[-336.596,-55.596],[-342.467,-32.467],[-348.324,-9.325],[-354.169,13.831],[-360,37],[-356.407,40.782],[-352.639,44.389],[-348.743,47.868],[-344.766,51.266],[-340.756,54.631],[-336.76,58.01],[-332.826,61.451],[-329,65],[-326.95,66.575],[-325.009,68.259],[-323.129,70.003],[-321.263,71.762],[-319.364,73.489],[-317.385,75.135],[-315.28,76.655],[-313,78],[-312.214,79.089],[-311.385,80.135],[-310.505,81.13],[-309.565,82.065],[-308.553,82.928],[-307.462,83.712],[-306.281,84.406],[-305,85],[-303.385,87.021],[-301.565,89.247],[-299.462,90.599],[-297,90],[-285.791,43.709],[-274.122,-2.122],[-262.392,-47.892],[-251,-94],[-265.937,-107.807],[-281.226,-121.277],[-296.652,-134.609],[-312,-148],[-312.205,-148.051],[-312.489,-148.012],[-312.779,-147.968]],"c":true}],"h":1},{"t":26,"s":[{"i":[[-3.531,15.719],[2.537,2.171],[2.531,2.177],[2.529,2.179],[2.531,2.177],[2.537,2.171],[2.547,2.161],[2.561,2.147],[2.579,2.129],[0.047,0.098],[0.064,0.052],[0.079,0.013],[0.091,-0.019],[0.1,-0.044],[0.106,-0.062],[0.11,-0.073],[0.111,-0.077],[1.799,-7.826],[1.841,-7.784],[1.868,-7.757],[1.877,-7.748],[1.871,-7.754],[1.847,-7.778],[1.807,-7.818],[1.751,-7.874],[-1.275,-1.142],[-1.291,-1.125],[-1.302,-1.115],[-1.307,-1.11],[-1.306,-1.111],[-1.3,-1.117],[-1.287,-1.129],[-1.269,-1.147],[-0.992,-0.841],[-1.016,-0.857],[-1.029,-0.863],[-1.03,-0.86],[-1.02,-0.846],[-0.999,-0.823],[-0.967,-0.79],[-0.923,-0.746],[-0.58,-0.657],[-0.629,-0.586],[-0.734,-0.261],[-0.895,0.317],[-3.669,15.581],[-3.755,15.495],[-3.709,15.541]],"o":[[-2.547,-2.161],[-2.537,-2.171],[-2.531,-2.177],[-2.529,-2.179],[-2.531,-2.177],[-2.537,-2.171],[-2.547,-2.161],[-2.561,-2.147],[-0.026,-0.151],[-0.047,-0.098],[-0.064,-0.052],[-0.079,-0.013],[-0.091,0.019],[-0.1,0.044],[-0.106,0.062],[-0.11,0.073],[-1.74,7.886],[-1.799,7.826],[-1.841,7.784],[-1.868,7.757],[-1.877,7.748],[-1.871,7.754],[-1.847,7.778],[-1.807,7.818],[1.253,1.164],[1.275,1.142],[1.291,1.125],[1.302,1.115],[1.307,1.11],[1.306,1.111],[1.3,1.117],[1.287,1.129],[0.957,0.815],[0.992,0.841],[1.016,0.857],[1.029,0.863],[1.03,0.86],[1.02,0.846],[0.999,0.823],[0.967,0.79],[0.587,0.475],[0.58,0.657],[0.629,0.586],[0.734,0.261],[3.45,-15.8],[3.669,-15.581],[3.755,-15.495],[3.709,-15.541]],"v":[[-253,-97],[-260.625,-103.5],[-268.226,-110.024],[-275.815,-116.56],[-283.404,-123.096],[-291.005,-129.621],[-298.63,-136.121],[-306.291,-142.584],[-314,-149],[-314.11,-149.372],[-314.276,-149.597],[-314.491,-149.693],[-314.745,-149.684],[-315.032,-149.589],[-315.342,-149.429],[-315.667,-149.226],[-316,-149],[-321.312,-125.436],[-326.776,-102.026],[-332.344,-78.719],[-337.965,-55.465],[-343.591,-32.216],[-349.172,-8.922],[-354.658,14.467],[-360,38],[-356.206,41.456],[-352.355,44.855],[-348.463,48.213],[-344.548,51.548],[-340.627,54.877],[-336.717,58.218],[-332.836,61.586],[-329,65],[-326.073,67.486],[-323.058,70.035],[-319.988,72.618],[-316.897,75.205],[-313.819,77.766],[-310.788,80.272],[-307.837,82.694],[-305,85],[-303.263,86.761],[-301.462,88.688],[-299.43,90.021],[-297,90],[-286.289,42.961],[-275.121,-3.621],[-263.892,-50.142]],"c":true}],"h":1},{"t":27,"s":[{"i":[[1.381,0.454],[1.766,-7.86],[1.803,-7.822],[1.825,-7.8],[1.832,-7.793],[1.824,-7.801],[1.801,-7.824],[1.763,-7.862],[1.71,-7.915],[-1.256,-1.161],[-1.285,-1.132],[-1.305,-1.112],[-1.316,-1.101],[-1.318,-1.099],[-1.311,-1.106],[-1.295,-1.122],[-1.27,-1.147],[-0.998,-0.832],[-1.019,-0.854],[-1.029,-0.864],[-1.029,-0.864],[-1.017,-0.851],[-0.995,-0.828],[-0.962,-0.793],[-0.918,-0.747],[-0.288,-0.29],[-0.296,-0.32],[-0.308,-0.319],[-0.324,-0.289],[-0.343,-0.228],[-0.366,-0.137],[-0.392,-0.016],[-0.422,0.135],[-1.742,7.883],[-1.787,7.838],[-1.817,7.808],[-1.832,7.793],[-1.831,7.794],[-1.816,7.809],[-1.786,7.839],[-1.741,7.884],[3.856,3.291],[3.87,3.286],[3.829,3.227],[3.731,3.113],[1.414,1.287],[1.444,1.231],[1.433,0.954]],"o":[[-1.714,7.912],[-1.766,7.86],[-1.803,7.822],[-1.825,7.8],[-1.832,7.793],[-1.824,7.801],[-1.801,7.824],[-1.763,7.862],[1.218,1.199],[1.256,1.161],[1.285,1.132],[1.305,1.112],[1.316,1.101],[1.318,1.099],[1.311,1.106],[1.295,1.122],[0.967,0.799],[0.998,0.832],[1.019,0.854],[1.029,0.864],[1.029,0.864],[1.017,0.851],[0.995,0.828],[0.962,0.793],[0.283,0.23],[0.288,0.29],[0.296,0.32],[0.308,0.319],[0.324,0.289],[0.343,0.228],[0.366,0.137],[0.392,0.016],[1.683,-7.942],[1.742,-7.883],[1.787,-7.838],[1.817,-7.808],[1.832,-7.793],[1.831,-7.794],[1.816,-7.809],[1.786,-7.839],[-3.787,-3.243],[-3.856,-3.291],[-3.871,-3.286],[-3.829,-3.227],[-1.343,-1.121],[-1.414,-1.287],[-1.444,-1.231],[-1.433,-0.954]],"v":[[-317,-150],[-322.222,-126.347],[-327.578,-102.828],[-333.022,-79.397],[-338.51,-56.01],[-343.997,-32.622],[-349.438,-9.188],[-354.787,14.338],[-360,38],[-356.288,41.537],[-352.475,44.975],[-348.588,48.338],[-344.656,51.656],[-340.703,54.953],[-336.759,58.259],[-332.849,61.599],[-329,65],[-326.049,67.449],[-323.02,69.981],[-319.945,72.562],[-316.855,75.157],[-313.783,77.732],[-310.762,80.254],[-307.824,82.688],[-305,85],[-304.145,85.787],[-303.27,86.709],[-302.365,87.675],[-301.419,88.594],[-300.419,89.376],[-299.357,89.932],[-298.221,90.17],[-297,90],[-291.859,66.267],[-286.56,42.69],[-281.151,19.224],[-275.674,-4.174],[-270.176,-27.551],[-264.701,-50.951],[-259.294,-74.419],[-254,-98],[-265.479,-107.814],[-277.083,-117.694],[-288.646,-127.476],[-300,-137],[-304.146,-140.667],[-308.443,-144.5],[-312.768,-147.833]],"c":true}],"h":1},{"t":28,"s":[{"i":[[0.212,-0.046],[1.809,-7.857],[1.814,-7.853],[1.812,-7.854],[1.806,-7.861],[1.794,-7.873],[1.777,-7.89],[1.754,-7.912],[1.726,-7.94],[-1.248,-1.168],[-1.284,-1.133],[-1.308,-1.109],[-1.321,-1.096],[-1.323,-1.094],[-1.314,-1.102],[-1.295,-1.122],[-1.264,-1.153],[-1.003,-0.83],[-0.995,-0.838],[-0.991,-0.843],[-0.99,-0.843],[-0.993,-0.84],[-1,-0.833],[-1.011,-0.823],[-1.025,-0.808],[-0.345,-0.268],[-0.325,-0.343],[-0.314,-0.367],[-0.311,-0.342],[-0.316,-0.266],[-0.33,-0.141],[-0.353,0.035],[-0.383,0.261],[-3.532,15.635],[-3.624,15.543],[-3.53,15.637],[-3.25,15.916],[2.438,2.227],[2.571,2.092],[2.597,2.069],[2.517,2.158],[2.526,2.228],[2.552,2.209],[2.625,2.127],[2.745,1.982],[0.03,0.137],[0.068,0.098],[0.129,0.037]],"o":[[-1.8,7.867],[-1.809,7.857],[-1.814,7.853],[-1.812,7.854],[-1.806,7.861],[-1.794,7.873],[-1.777,7.89],[-1.754,7.912],[1.202,1.214],[1.248,1.168],[1.284,1.133],[1.308,1.109],[1.321,1.096],[1.323,1.094],[1.314,1.102],[1.295,1.122],[1.015,0.818],[1.003,0.83],[0.995,0.838],[0.991,0.843],[0.99,0.844],[0.993,0.84],[1,0.833],[1.011,0.823],[0.373,0.144],[0.345,0.268],[0.325,0.343],[0.314,0.367],[0.311,0.342],[0.316,0.266],[0.33,0.141],[0.353,-0.035],[3.255,-15.912],[3.532,-15.635],[3.624,-15.543],[3.53,-15.637],[-2.2,-2.473],[-2.438,-2.227],[-2.571,-2.092],[-2.597,-2.069],[-2.548,-2.184],[-2.526,-2.228],[-2.552,-2.209],[-2.625,-2.127],[-0.014,-0.153],[-0.03,-0.137],[-0.068,-0.098],[-0.129,-0.037]],"v":[[-317,-151],[-322.415,-127.415],[-327.851,-103.851],[-333.291,-80.291],[-338.72,-56.72],[-344.122,-33.122],[-349.479,-9.48],[-354.778,14.222],[-360,38],[-356.321,41.571],[-352.521,45.02],[-348.631,48.381],[-344.685,51.685],[-340.716,54.966],[-336.757,58.257],[-332.841,61.591],[-329,65],[-325.973,67.473],[-322.977,69.977],[-320,72.5],[-317.03,75.03],[-314.057,77.557],[-311.068,80.068],[-308.053,82.553],[-305,85],[-303.926,85.63],[-302.923,86.559],[-301.966,87.637],[-301.031,88.713],[-300.092,89.638],[-299.124,90.261],[-298.102,90.432],[-297,90],[-286.773,42.727],[-275.993,-3.993],[-265.217,-50.717],[-255,-98],[-261.985,-105.022],[-269.525,-111.473],[-277.303,-117.687],[-285,-124],[-292.598,-130.633],[-300.203,-137.303],[-307.956,-143.822],[-316,-150],[-316.061,-150.439],[-316.203,-150.798],[-316.493,-151.007]],"c":true}],"h":1},{"t":29,"s":[{"i":[[1.337,0.603],[1.696,-7.929],[1.755,-7.87],[1.791,-7.834],[1.807,-7.818],[1.801,-7.824],[1.774,-7.851],[1.725,-7.9],[1.655,-7.97],[-0.556,-0.611],[-0.6,-0.566],[-0.633,-0.533],[-0.654,-0.511],[-0.665,-0.501],[-0.665,-0.502],[-0.653,-0.514],[-0.631,-0.538],[-0.632,-0.574],[-0.627,-0.587],[-0.632,-0.588],[-0.644,-0.575],[-0.665,-0.55],[-0.695,-0.513],[-0.732,-0.463],[-0.779,-0.4],[-0.918,-0.92],[-0.954,-0.884],[-0.978,-0.852],[-0.99,-0.823],[-0.99,-0.799],[-0.979,-0.777],[-0.955,-0.76],[-0.919,-0.746],[-0.654,-0.668],[-0.706,-0.617],[-0.824,-0.39],[-1.008,0.011],[-3.524,15.725],[-3.614,15.636],[-3.532,15.718],[-3.281,15.97],[3.872,3.293],[3.87,3.301],[3.814,3.233],[3.701,3.089],[1.432,1.244],[1.449,1.189],[1.417,0.975]],"o":[[-1.617,8.008],[-1.696,7.929],[-1.755,7.87],[-1.791,7.834],[-1.807,7.818],[-1.801,7.824],[-1.774,7.851],[-1.725,7.9],[0.502,0.666],[0.556,0.611],[0.6,0.566],[0.633,0.533],[0.654,0.511],[0.665,0.501],[0.665,0.502],[0.653,0.514],[0.644,0.548],[0.632,0.574],[0.627,0.587],[0.632,0.588],[0.644,0.575],[0.665,0.55],[0.695,0.513],[0.732,0.463],[0.87,0.96],[0.918,0.92],[0.954,0.884],[0.978,0.852],[0.99,0.823],[0.99,0.799],[0.979,0.777],[0.955,0.76],[0.669,0.544],[0.654,0.668],[0.706,0.617],[0.824,0.39],[3.265,-15.985],[3.524,-15.725],[3.613,-15.636],[3.532,-15.718],[-3.817,-3.207],[-3.872,-3.293],[-3.87,-3.301],[-3.814,-3.233],[-1.368,-1.141],[-1.432,-1.244],[-1.449,-1.189],[-1.417,-0.975]],"v":[[-318,-151],[-322.976,-127.1],[-328.157,-103.407],[-333.482,-79.856],[-338.885,-56.384],[-344.302,-32.926],[-349.669,-9.419],[-354.923,14.202],[-360,38],[-358.41,39.913],[-356.672,41.675],[-354.821,43.322],[-352.888,44.886],[-350.907,46.402],[-348.91,47.904],[-346.93,49.425],[-345,51],[-343.088,52.687],[-341.202,54.432],[-339.315,56.198],[-337.403,57.945],[-335.441,59.637],[-333.403,61.235],[-331.265,62.702],[-329,64],[-326.315,66.82],[-323.504,69.526],[-320.603,72.129],[-317.647,74.641],[-314.673,77.073],[-311.716,79.436],[-308.813,81.741],[-306,84],[-304.032,85.861],[-302.008,87.832],[-299.731,89.387],[-297,90],[-286.773,42.477],[-276.023,-4.523],[-265.262,-51.512],[-255,-99],[-266.547,-108.769],[-278.174,-118.678],[-289.714,-128.499],[-301,-138],[-305.212,-141.618],[-309.546,-145.307],[-313.857,-148.593]],"c":true}],"h":1},{"t":30,"s":[{"i":[[1.337,0.603],[1.713,-7.912],[1.758,-7.867],[1.785,-7.84],[1.795,-7.83],[1.789,-7.836],[1.765,-7.86],[1.724,-7.901],[1.667,-7.958],[-0.556,-0.611],[-0.6,-0.566],[-0.633,-0.532],[-0.655,-0.511],[-0.665,-0.5],[-0.665,-0.502],[-0.653,-0.515],[-0.63,-0.54],[-0.629,-0.575],[-0.627,-0.588],[-0.632,-0.589],[-0.645,-0.576],[-0.667,-0.551],[-0.696,-0.512],[-0.733,-0.461],[-0.779,-0.396],[-0.918,-0.92],[-0.954,-0.884],[-0.978,-0.852],[-0.99,-0.823],[-0.99,-0.799],[-0.979,-0.777],[-0.955,-0.76],[-0.919,-0.746],[-0.654,-0.668],[-0.706,-0.617],[-0.824,-0.39],[-1.008,0.011],[-3.504,15.745],[-3.595,15.655],[-3.543,15.707],[-3.349,15.901],[3.872,3.293],[3.87,3.301],[3.814,3.233],[3.701,3.089],[1.432,1.244],[1.449,1.189],[1.417,0.975]],"o":[[-1.652,7.973],[-1.713,7.912],[-1.758,7.867],[-1.785,7.84],[-1.795,7.83],[-1.789,7.836],[-1.765,7.86],[-1.724,7.901],[0.501,0.668],[0.556,0.611],[0.6,0.566],[0.633,0.532],[0.655,0.511],[0.665,0.5],[0.665,0.502],[0.653,0.515],[0.64,0.548],[0.629,0.575],[0.627,0.588],[0.632,0.589],[0.645,0.576],[0.667,0.551],[0.696,0.512],[0.733,0.461],[0.87,0.96],[0.918,0.92],[0.954,0.884],[0.978,0.852],[0.99,0.823],[0.99,0.799],[0.979,0.777],[0.955,0.76],[0.669,0.544],[0.654,0.668],[0.706,0.617],[0.824,0.39],[3.272,-15.978],[3.504,-15.745],[3.595,-15.655],[3.543,-15.707],[-3.817,-3.207],[-3.872,-3.293],[-3.87,-3.301],[-3.814,-3.233],[-1.368,-1.141],[-1.432,-1.244],[-1.449,-1.189],[-1.417,-0.975]],"v":[[-318,-151],[-323.052,-127.177],[-328.263,-103.513],[-333.581,-79.956],[-338.956,-56.456],[-344.336,-32.961],[-349.67,-9.421],[-354.909,14.216],[-360,38],[-358.412,39.916],[-356.675,41.679],[-354.822,43.323],[-352.887,44.885],[-350.903,46.399],[-348.905,47.899],[-346.926,49.421],[-345,51],[-343.099,52.688],[-341.217,54.436],[-339.331,56.205],[-337.417,57.956],[-335.451,59.65],[-333.409,61.248],[-331.266,62.711],[-329,64],[-326.315,66.82],[-323.504,69.526],[-320.603,72.129],[-317.647,74.641],[-314.673,77.073],[-311.716,79.436],[-308.813,81.741],[-306,84],[-304.032,85.861],[-302.008,87.832],[-299.731,89.387],[-297,90],[-286.8,42.45],[-276.116,-4.615],[-265.373,-51.623],[-255,-99],[-266.547,-108.769],[-278.174,-118.678],[-289.714,-128.499],[-301,-138],[-305.212,-141.618],[-309.546,-145.307],[-313.857,-148.593]],"c":true}],"h":1},{"t":78,"s":[{"i":[[1.314,0.609],[1.727,-7.898],[1.762,-7.863],[1.783,-7.842],[1.789,-7.836],[1.78,-7.845],[1.757,-7.868],[1.72,-7.906],[1.667,-7.958],[-0.556,-0.611],[-0.6,-0.566],[-0.633,-0.532],[-0.655,-0.511],[-0.665,-0.5],[-0.665,-0.502],[-0.653,-0.515],[-0.63,-0.54],[-0.629,-0.575],[-0.627,-0.588],[-0.632,-0.589],[-0.645,-0.576],[-0.667,-0.551],[-0.696,-0.512],[-0.733,-0.461],[-0.779,-0.396],[-0.918,-0.92],[-0.954,-0.885],[-0.977,-0.853],[-0.989,-0.825],[-0.99,-0.799],[-0.979,-0.778],[-0.956,-0.759],[-0.921,-0.744],[-0.659,-0.662],[-0.71,-0.614],[-0.821,-0.395],[-0.992,-0.004],[-3.487,15.763],[-3.576,15.674],[-3.551,15.699],[-3.411,15.839],[3.867,3.299],[3.864,3.31],[3.815,3.231],[3.719,3.062],[1.437,1.238],[1.458,1.194],[1.417,0.984]],"o":[[-1.677,7.948],[-1.727,7.898],[-1.762,7.863],[-1.783,7.842],[-1.789,7.836],[-1.78,7.845],[-1.757,7.868],[-1.72,7.906],[0.501,0.668],[0.556,0.611],[0.6,0.566],[0.633,0.532],[0.655,0.511],[0.665,0.5],[0.665,0.502],[0.653,0.515],[0.64,0.548],[0.629,0.575],[0.627,0.588],[0.632,0.589],[0.645,0.576],[0.667,0.551],[0.696,0.512],[0.733,0.461],[0.871,0.958],[0.918,0.92],[0.954,0.885],[0.977,0.853],[0.989,0.825],[0.99,0.799],[0.979,0.778],[0.956,0.759],[0.667,0.539],[0.659,0.662],[0.71,0.614],[0.821,0.395],[3.284,-15.967],[3.487,-15.763],[3.576,-15.674],[3.551,-15.699],[-3.824,-3.198],[-3.867,-3.299],[-3.864,-3.31],[-3.815,-3.231],[-1.355,-1.115],[-1.437,-1.238],[-1.458,-1.194],[-1.417,-0.984]],"v":[[-318,-151],[-323.11,-127.235],[-328.348,-103.597],[-333.669,-80.044],[-339.03,-56.53],[-344.387,-33.013],[-349.697,-9.448],[-354.916,14.209],[-360,38],[-358.412,39.916],[-356.675,41.679],[-354.822,43.323],[-352.887,44.885],[-350.903,46.399],[-348.905,47.899],[-346.926,49.421],[-345,51],[-343.099,52.688],[-341.217,54.436],[-339.331,56.205],[-337.417,57.956],[-335.451,59.65],[-333.409,61.248],[-331.266,62.711],[-329,64],[-326.312,66.816],[-323.501,69.521],[-320.602,72.127],[-317.649,74.643],[-314.677,77.079],[-311.722,79.443],[-308.818,81.747],[-306,84],[-304.026,85.845],[-301.987,87.802],[-299.705,89.359],[-297,90],[-286.815,42.434],[-276.192,-4.692],[-265.472,-51.722],[-255,-99],[-266.549,-108.768],[-278.158,-118.704],[-289.688,-128.538],[-301,-138],[-305.204,-141.571],[-309.562,-145.26],[-313.889,-148.569]],"c":true}],"h":1},{"t":79,"s":[{"i":[[5.404,3.929],[1.409,-8.132],[1.389,-8.153],[1.381,-8.161],[1.385,-8.157],[1.4,-8.141],[1.428,-8.113],[1.468,-8.073],[1.52,-8.022],[-1.15,-1.215],[-1.379,-0.986],[-1.414,-0.903],[-1.256,-0.967],[-0.081,-0.172],[-0.069,-0.202],[-0.079,-0.179],[-0.111,-0.103],[-0.248,-0.075],[-0.27,-0.036],[-0.262,-0.069],[-0.225,-0.171],[-0.081,-0.172],[-0.069,-0.203],[-0.079,-0.18],[-0.11,-0.102],[-0.249,-0.074],[-0.272,-0.037],[-0.261,-0.069],[-0.219,-0.172],[-0.623,-0.646],[-0.619,-0.648],[-0.686,-0.553],[-0.826,-0.361],[-1.338,-1.084],[-1.323,-1.106],[-1.324,-1.093],[-1.34,-1.047],[-1.369,-1.058],[-1.405,-1.024],[-1.459,-0.954],[-1.529,-0.847],[-2.776,16.39],[-2.853,16.314],[-2.775,16.392],[-2.543,16.624],[5.196,4.137],[5.219,4.115],[5.288,4.045]],"o":[[-1.441,8.1],[-1.409,8.132],[-1.389,8.153],[-1.381,8.161],[-1.385,8.157],[-1.4,8.141],[-1.428,8.113],[-1.468,8.073],[0.728,1.59],[1.15,1.215],[1.379,0.986],[1.414,0.903],[0.114,0.088],[0.081,0.172],[0.069,0.202],[0.079,0.179],[0.197,0.183],[0.248,0.075],[0.27,0.036],[0.262,0.069],[0.113,0.086],[0.081,0.172],[0.069,0.203],[0.079,0.18],[0.195,0.181],[0.249,0.074],[0.272,0.037],[0.261,0.069],[0.699,0.547],[0.623,0.646],[0.619,0.648],[0.686,0.553],[1.367,1.029],[1.338,1.084],[1.323,1.106],[1.324,1.093],[1.35,1.056],[1.369,1.058],[1.405,1.024],[1.459,0.954],[2.545,-16.621],[2.776,-16.39],[2.853,-16.314],[2.775,-16.392],[-5.221,-4.112],[-5.196,-4.137],[-5.219,-4.115],[-5.288,-4.045]],"v":[[-313,-149],[-317.273,-124.648],[-321.467,-100.217],[-325.619,-75.744],[-329.764,-51.264],[-333.938,-26.814],[-338.179,-2.429],[-342.52,21.854],[-347,46],[-344.135,50.17],[-340.292,53.434],[-336.053,56.231],[-332,59],[-331.714,59.403],[-331.495,59.977],[-331.279,60.563],[-331,61],[-330.325,61.369],[-329.542,61.518],[-328.737,61.658],[-328,62],[-327.715,62.4],[-327.495,62.976],[-327.277,63.564],[-327,64],[-326.326,64.366],[-325.536,64.515],[-324.729,64.656],[-324,65],[-322.035,66.814],[-320.19,68.779],[-318.25,70.604],[-316,72],[-311.947,75.179],[-307.959,78.473],[-303.992,81.78],[-300,85],[-295.926,88.18],[-291.769,91.313],[-287.477,94.289],[-283,97],[-274.979,47.521],[-266.496,-1.496],[-258.015,-50.515],[-250,-100],[-265.615,-112.385],[-281.225,-124.775],[-296.974,-137.026]],"c":true}],"h":1},{"t":80,"s":[{"i":[[2.686,1.339],[0.568,-8.765],[0.573,-8.76],[0.571,-8.763],[0.561,-8.772],[0.544,-8.789],[0.52,-8.813],[0.488,-8.845],[0.45,-8.884],[-1.927,-1.413],[-1.951,-1.331],[-1.923,-1.253],[-1.844,-1.178],[-0.379,-0.284],[-0.326,-0.264],[-0.284,-0.223],[-0.254,-0.161],[-0.423,-0.155],[-0.461,-0.143],[-0.432,-0.166],[-0.337,-0.226],[-0.589,-0.517],[-0.579,-0.551],[-0.575,-0.508],[-0.579,-0.389],[-0.346,-0.171],[-0.356,-0.156],[-0.332,-0.157],[-0.274,-0.175],[-0.686,-0.428],[-0.661,-0.408],[-0.645,-0.401],[-0.636,-0.408],[-1.06,-0.743],[-1.045,-0.704],[-1.088,-0.609],[-1.188,-0.459],[-1.102,17.565],[-1.123,17.544],[-1.084,17.582],[-0.986,17.68],[2.539,1.811],[2.612,1.716],[2.642,1.672],[2.628,1.68],[2.762,1.875],[2.777,1.858],[2.752,1.679]],"o":[[-0.556,8.778],[-0.568,8.765],[-0.573,8.76],[-0.571,8.763],[-0.561,8.772],[-0.544,8.789],[-0.52,8.813],[-0.488,8.845],[1.851,1.497],[1.927,1.413],[1.951,1.331],[1.923,1.253],[0.442,0.282],[0.379,0.284],[0.326,0.264],[0.284,0.223],[0.318,0.203],[0.423,0.155],[0.461,0.143],[0.432,0.166],[0.606,0.406],[0.589,0.517],[0.579,0.551],[0.575,0.508],[0.301,0.202],[0.346,0.171],[0.356,0.156],[0.332,0.157],[0.719,0.46],[0.686,0.428],[0.661,0.408],[0.645,0.401],[1.132,0.726],[1.06,0.743],[1.045,0.704],[1.088,0.609],[1.022,-17.645],[1.102,-17.565],[1.123,-17.544],[1.084,-17.582],[-2.423,-1.957],[-2.539,-1.811],[-2.612,-1.716],[-2.642,-1.672],[-2.704,-1.73],[-2.762,-1.875],[-2.777,-1.858],[-2.752,-1.679]],"v":[[-296,-138],[-297.687,-111.687],[-299.401,-85.401],[-301.118,-59.119],[-302.818,-32.818],[-304.478,-6.478],[-306.076,19.923],[-307.591,46.409],[-309,73],[-303.319,77.364],[-297.489,81.478],[-291.664,85.354],[-286,89],[-284.771,89.855],[-283.716,90.681],[-282.804,91.418],[-282,92],[-280.871,92.528],[-279.527,92.966],[-278.17,93.421],[-277,94],[-275.208,95.404],[-273.458,97.026],[-271.729,98.635],[-270,100],[-269.021,100.555],[-267.959,101.04],[-266.918,101.505],[-266,102],[-263.895,103.329],[-261.877,104.579],[-259.92,105.789],[-258,107],[-254.726,109.217],[-251.583,111.4],[-248.398,113.384],[-245,115],[-241.8,62.2],[-238.447,9.553],[-235.121,-43.121],[-232,-96],[-239.455,-101.639],[-247.194,-106.915],[-255.085,-111.984],[-263,-117],[-271.209,-122.447],[-279.528,-128.087],[-287.833,-133.433]],"c":true}],"h":1},{"t":81,"s":[{"i":[[2.644,1.398],[-0.155,-5.045],[-0.177,-5.023],[-0.196,-5.004],[-0.211,-4.989],[-0.222,-4.978],[-0.23,-4.97],[-0.234,-4.966],[-0.234,-4.966],[-0.231,-4.969],[-0.224,-4.976],[-0.213,-4.987],[-0.199,-5.001],[-0.181,-5.019],[-0.159,-5.041],[-0.133,-5.067],[-1.421,-0.757],[-1.42,-0.758],[-1.42,-0.758],[-1.421,-0.756],[-1.424,-0.754],[-1.427,-0.751],[-1.432,-0.746],[-1.437,-0.741],[-1.444,-0.734],[-1.452,-0.726],[-1.46,-0.717],[-1.47,-0.707],[-1.481,-0.696],[-1.493,-0.684],[-1.506,-0.671],[0.348,7.485],[0.341,7.492],[0.335,7.498],[0.331,7.503],[0.328,7.506],[0.326,7.507],[0.325,7.508],[0.326,7.507],[0.329,7.505],[0.332,7.501],[2.657,1.385],[2.669,1.373],[2.676,1.365],[2.679,1.363],[2.677,1.364],[2.671,1.371],[2.66,1.382]],"o":[[0.129,5.071],[0.155,5.045],[0.177,5.023],[0.196,5.004],[0.211,4.989],[0.222,4.978],[0.23,4.97],[0.234,4.966],[0.234,4.966],[0.231,4.969],[0.224,4.976],[0.213,4.987],[0.199,5.001],[0.181,5.019],[0.159,5.041],[1.423,0.755],[1.421,0.757],[1.42,0.758],[1.42,0.758],[1.421,0.756],[1.424,0.754],[1.427,0.751],[1.432,0.746],[1.437,0.741],[1.444,0.734],[1.452,0.726],[1.46,0.717],[1.47,0.707],[1.481,0.696],[1.493,0.684],[-0.357,-7.476],[-0.348,-7.485],[-0.341,-7.492],[-0.335,-7.498],[-0.331,-7.503],[-0.328,-7.506],[-0.326,-7.507],[-0.325,-7.508],[-0.326,-7.507],[-0.329,-7.505],[-2.64,-1.402],[-2.657,-1.385],[-2.669,-1.373],[-2.676,-1.365],[-2.679,-1.363],[-2.677,-1.364],[-2.671,-1.371],[-2.66,-1.382]],"v":[[-262,-115],[-261.574,-99.826],[-261.075,-84.725],[-260.514,-69.685],[-259.903,-54.696],[-259.253,-39.747],[-258.574,-24.826],[-257.878,-9.922],[-257.175,4.975],[-256.476,19.876],[-255.794,34.794],[-255.138,49.737],[-254.519,64.719],[-253.95,79.749],[-253.439,94.839],[-253,110],[-248.734,112.268],[-244.473,114.54],[-240.213,116.813],[-235.951,119.084],[-231.683,121.35],[-227.407,123.607],[-223.119,125.853],[-218.816,128.083],[-214.495,130.295],[-210.152,132.485],[-205.784,134.651],[-201.388,136.788],[-196.961,138.895],[-192.499,140.966],[-188,143],[-189.057,120.558],[-190.091,98.091],[-191.106,75.606],[-192.104,53.104],[-193.091,30.591],[-194.071,8.071],[-195.048,-14.452],[-196.026,-36.974],[-197.008,-59.492],[-198,-82],[-205.946,-86.179],[-213.935,-90.315],[-221.953,-94.421],[-229.988,-98.512],[-238.023,-102.602],[-246.047,-106.703],[-254.044,-110.832]],"c":true}],"h":1},{"t":82,"s":[{"i":[[1.219,9.864],[1.378,0.511],[1.375,0.514],[1.372,0.517],[1.371,0.518],[1.37,0.519],[1.369,0.519],[1.37,0.519],[1.371,0.518],[1.373,0.515],[1.376,0.513],[1.38,0.509],[1.384,0.504],[1.39,0.499],[1.396,0.493],[1.402,0.487],[0.039,0.092],[0.054,0.055],[0.066,0.023],[0.076,-0.005],[0.084,-0.027],[0.091,-0.045],[0.096,-0.058],[0.098,-0.065],[0.099,-0.068],[-1.358,-9.767],[-1.341,-9.784],[-1.328,-9.797],[-1.32,-9.805],[-1.317,-9.808],[-1.32,-9.805],[-1.327,-9.798],[-1.339,-9.786],[-2.67,-0.913],[-2.623,-0.961],[-2.592,-0.991],[-2.579,-1.004],[-2.583,-1],[-2.604,-0.979],[-2.643,-0.941],[-2.698,-0.885],[1.233,9.85],[1.289,9.794],[1.326,9.758],[1.343,9.74],[1.341,9.742],[1.32,9.763],[1.279,9.804]],"o":[[-1.382,-0.507],[-1.378,-0.511],[-1.375,-0.514],[-1.372,-0.517],[-1.371,-0.518],[-1.37,-0.519],[-1.369,-0.519],[-1.37,-0.519],[-1.371,-0.518],[-1.373,-0.515],[-1.376,-0.513],[-1.38,-0.509],[-1.384,-0.504],[-1.39,-0.499],[-1.396,-0.493],[-0.023,-0.134],[-0.039,-0.092],[-0.054,-0.055],[-0.066,-0.023],[-0.076,0.005],[-0.084,0.027],[-0.091,0.045],[-0.096,0.058],[-0.098,0.065],[1.381,9.744],[1.358,9.767],[1.341,9.784],[1.328,9.797],[1.32,9.805],[1.317,9.808],[1.32,9.805],[1.327,9.798],[2.735,0.848],[2.67,0.913],[2.623,0.961],[2.592,0.991],[2.579,1.004],[2.583,1],[2.604,0.979],[2.643,0.941],[-1.158,-9.925],[-1.233,-9.85],[-1.289,-9.794],[-1.326,-9.758],[-1.343,-9.74],[-1.341,-9.742],[-1.32,-9.763],[-1.279,-9.804]],"v":[[-148,-55],[-152.14,-56.527],[-156.269,-58.065],[-160.389,-59.611],[-164.503,-61.163],[-168.613,-62.72],[-172.722,-64.278],[-176.831,-65.836],[-180.942,-67.391],[-185.06,-68.94],[-189.184,-70.483],[-193.319,-72.015],[-197.465,-73.535],[-201.626,-75.041],[-205.803,-76.53],[-210,-78],[-210.095,-78.339],[-210.235,-78.558],[-210.415,-78.674],[-210.628,-78.7],[-210.869,-78.651],[-211.133,-78.542],[-211.413,-78.387],[-211.704,-78.202],[-212,-78],[-207.893,-48.732],[-203.846,-19.404],[-199.844,9.969],[-195.874,39.374],[-191.919,68.794],[-187.965,98.215],[-183.997,127.622],[-180,157],[-171.896,159.646],[-163.961,162.46],[-156.142,165.392],[-148.39,168.389],[-140.651,171.401],[-132.874,174.374],[-125.008,177.258],[-117,180],[-120.591,150.342],[-124.379,120.88],[-128.306,91.557],[-132.315,62.315],[-136.346,33.096],[-140.343,3.843],[-144.247,-25.503]],"c":true}],"h":1},{"t":83,"s":[{"i":[[2.729,0.479],[-1.115,-5.329],[-1.12,-5.325],[-1.123,-5.322],[-1.125,-5.32],[-1.126,-5.319],[-1.125,-5.319],[-1.124,-5.321],[-1.121,-5.324],[-1.117,-5.328],[-1.112,-5.333],[-1.105,-5.339],[-1.097,-5.347],[-1.089,-5.356],[-1.079,-5.366],[-1.068,-5.377],[-1.718,-0.482],[-1.744,-0.494],[-1.761,-0.501],[-1.769,-0.502],[-1.769,-0.497],[-1.76,-0.487],[-1.742,-0.471],[-1.716,-0.45],[-1.681,-0.423],[-0.663,-0.166],[-0.676,-0.159],[-0.684,-0.141],[-0.684,-0.112],[-0.678,-0.073],[-0.666,-0.022],[-0.647,0.039],[-0.621,0.111],[2.172,9.954],[2.128,9.997],[2.1,10.025],[2.086,10.039],[2.087,10.038],[2.102,10.023],[2.133,9.992],[2.178,9.947],[2.579,0.63],[2.546,0.662],[2.532,0.676],[2.536,0.673],[2.557,0.651],[2.596,0.612],[2.654,0.555]],"o":[[1.11,5.334],[1.115,5.329],[1.12,5.325],[1.123,5.322],[1.125,5.32],[1.126,5.319],[1.125,5.319],[1.124,5.321],[1.121,5.324],[1.117,5.328],[1.112,5.333],[1.105,5.339],[1.097,5.347],[1.089,5.356],[1.079,5.366],[1.684,0.464],[1.718,0.482],[1.744,0.494],[1.761,0.501],[1.769,0.502],[1.769,0.497],[1.76,0.487],[1.742,0.471],[1.716,0.45],[0.642,0.162],[0.663,0.166],[0.676,0.159],[0.684,0.141],[0.684,0.112],[0.678,0.073],[0.666,0.022],[0.647,-0.039],[-2.23,-9.895],[-2.172,-9.954],[-2.128,-9.997],[-2.1,-10.025],[-2.086,-10.039],[-2.087,-10.038],[-2.102,-10.023],[-2.133,-9.992],[-2.629,-0.58],[-2.579,-0.63],[-2.546,-0.662],[-2.532,-0.676],[-2.536,-0.673],[-2.557,-0.651],[-2.596,-0.612],[-2.654,-0.555]],"v":[[-146,-32],[-142.662,-16.005],[-139.308,-0.025],[-135.944,15.944],[-132.572,31.905],[-129.196,47.862],[-125.819,63.819],[-122.446,79.779],[-119.079,95.746],[-115.723,111.723],[-112.38,127.714],[-109.055,143.722],[-105.751,159.751],[-102.471,175.805],[-99.22,191.887],[-96,208],[-90.894,209.421],[-85.698,210.887],[-80.439,212.381],[-75.142,213.887],[-69.834,215.387],[-64.54,216.865],[-59.285,218.304],[-54.097,219.688],[-49,221],[-47.041,221.494],[-45.03,221.983],[-42.989,222.435],[-40.935,222.817],[-38.89,223.098],[-36.873,223.243],[-34.903,223.222],[-33,223],[-39.598,193.223],[-46.044,163.293],[-52.382,133.256],[-58.656,103.156],[-64.91,73.035],[-71.19,42.94],[-77.538,12.913],[-84,-17],[-91.806,-18.819],[-99.489,-20.761],[-107.102,-22.773],[-114.699,-24.801],[-122.333,-26.792],[-130.059,-28.691],[-137.93,-30.445]],"c":true}],"h":1},{"t":84,"s":[{"i":[[2.478,0.397],[-1.394,-5.472],[-1.413,-5.454],[-1.429,-5.437],[-1.443,-5.424],[-1.454,-5.413],[-1.462,-5.405],[-1.468,-5.399],[-1.471,-5.396],[-1.471,-5.396],[-1.468,-5.398],[-1.463,-5.403],[-1.456,-5.411],[-1.445,-5.422],[-1.432,-5.435],[-1.416,-5.45],[-1.062,-0.2],[-1.084,-0.196],[-1.103,-0.192],[-1.117,-0.187],[-1.129,-0.183],[-1.136,-0.179],[-1.14,-0.174],[-1.14,-0.17],[-1.137,-0.165],[-1.328,-0.202],[-1.326,-0.2],[-1.319,-0.185],[-1.306,-0.158],[-1.288,-0.118],[-1.264,-0.067],[-1.235,-0.002],[-1.201,0.074],[2.793,10.082],[2.76,10.115],[2.737,10.138],[2.724,10.151],[2.721,10.155],[2.727,10.148],[2.743,10.132],[2.77,10.105],[2.485,0.39],[2.5,0.375],[2.51,0.365],[2.514,0.361],[2.513,0.362],[2.507,0.368],[2.495,0.38]],"o":[[1.372,5.494],[1.394,5.472],[1.413,5.454],[1.429,5.437],[1.443,5.424],[1.454,5.413],[1.462,5.405],[1.468,5.399],[1.471,5.396],[1.471,5.396],[1.468,5.398],[1.463,5.403],[1.456,5.411],[1.445,5.422],[1.432,5.435],[1.036,0.205],[1.062,0.2],[1.084,0.196],[1.103,0.192],[1.117,0.187],[1.129,0.183],[1.136,0.179],[1.14,0.174],[1.14,0.17],[1.325,0.193],[1.328,0.202],[1.326,0.2],[1.319,0.185],[1.306,0.158],[1.288,0.118],[1.264,0.067],[1.235,0.002],[-2.835,-10.039],[-2.793,-10.082],[-2.76,-10.115],[-2.737,-10.138],[-2.724,-10.151],[-2.721,-10.155],[-2.727,-10.148],[-2.743,-10.132],[-2.465,-0.41],[-2.485,-0.39],[-2.5,-0.375],[-2.51,-0.365],[-2.514,-0.361],[-2.513,-0.362],[-2.507,-0.368],[-2.495,-0.38]],"v":[[-67,21],[-62.849,37.449],[-58.638,53.838],[-54.374,70.173],[-50.065,86.464],[-45.719,102.718],[-41.344,118.944],[-36.949,135.148],[-32.541,151.34],[-28.128,167.527],[-23.718,183.718],[-19.32,199.92],[-14.941,216.141],[-10.589,232.389],[-6.273,248.673],[-2,265],[1.148,265.607],[4.368,266.202],[7.649,266.784],[10.98,267.353],[14.35,267.909],[17.748,268.451],[21.163,268.981],[24.584,269.497],[28,270],[31.98,270.596],[35.963,271.202],[39.933,271.783],[43.872,272.3],[47.765,272.718],[51.595,272.998],[55.345,273.105],[59,273],[50.561,242.815],[42.234,212.517],[33.991,182.134],[25.803,151.698],[17.639,121.237],[9.47,90.78],[1.267,60.358],[-7,30],[-14.426,28.801],[-21.905,27.655],[-29.422,26.547],[-36.959,25.459],[-44.502,24.377],[-52.033,23.283],[-59.538,22.163]],"c":true}],"h":1},{"t":85,"s":[{"i":[[3.128,10.288],[1.294,0.084],[1.295,0.083],[1.296,0.082],[1.297,0.08],[1.299,0.078],[1.302,0.076],[1.305,0.073],[1.308,0.069],[1.312,0.065],[1.317,0.061],[1.322,0.056],[1.327,0.051],[1.333,0.045],[1.339,0.039],[1.346,0.032],[-0.008,-0.14],[-0.02,-0.128],[-0.03,-0.118],[-0.038,-0.11],[-0.045,-0.103],[-0.051,-0.097],[-0.055,-0.093],[-0.058,-0.09],[-0.059,-0.089],[-3.143,-10.107],[-3.183,-10.067],[-3.206,-10.044],[-3.212,-10.038],[-3.201,-10.049],[-3.173,-10.077],[-3.128,-10.122],[-3.067,-10.183],[-2.41,-0.173],[-2.422,-0.161],[-2.436,-0.147],[-2.452,-0.131],[-2.471,-0.112],[-2.492,-0.092],[-2.515,-0.069],[-2.54,-0.044],[3.178,10.238],[3.217,10.199],[3.241,10.176],[3.249,10.167],[3.242,10.174],[3.22,10.197],[3.182,10.235]],"o":[[-1.294,-0.084],[-1.294,-0.084],[-1.295,-0.083],[-1.296,-0.082],[-1.297,-0.08],[-1.299,-0.078],[-1.302,-0.076],[-1.305,-0.073],[-1.308,-0.069],[-1.312,-0.065],[-1.317,-0.061],[-1.322,-0.056],[-1.327,-0.051],[-1.333,-0.045],[-1.339,-0.039],[-0.005,0.153],[0.008,0.14],[0.02,0.128],[0.03,0.118],[0.038,0.11],[0.045,0.103],[0.051,0.097],[0.055,0.093],[0.058,0.09],[3.087,10.164],[3.143,10.107],[3.183,10.067],[3.206,10.044],[3.212,10.038],[3.201,10.049],[3.173,10.077],[3.128,10.122],[2.4,0.183],[2.41,0.173],[2.422,0.161],[2.436,0.147],[2.452,0.131],[2.471,0.112],[2.492,0.092],[2.515,0.069],[-3.124,-10.293],[-3.178,-10.238],[-3.217,-10.199],[-3.241,-10.176],[-3.249,-10.167],[-3.242,-10.174],[-3.22,-10.197],[-3.182,-10.235]],"v":[[80,83],[76.118,82.749],[72.234,82.499],[68.348,82.252],[64.458,82.009],[60.563,81.77],[56.661,81.539],[52.751,81.316],[48.831,81.102],[44.9,80.9],[40.956,80.71],[36.999,80.534],[33.026,80.374],[29.036,80.231],[25.028,80.105],[21,80],[21.006,80.439],[21.048,80.841],[21.123,81.211],[21.225,81.553],[21.351,81.871],[21.496,82.171],[21.656,82.456],[21.825,82.731],[22,83],[31.349,113.402],[40.842,143.659],[50.429,173.822],[60.059,203.941],[69.682,234.068],[79.247,264.253],[88.703,294.547],[98,325],[105.215,325.534],[112.463,326.036],[119.75,326.5],[127.082,326.917],[134.467,327.283],[141.91,327.59],[149.419,327.831],[157,328],[147.543,297.207],[137.946,266.555],[128.254,235.996],[118.514,205.486],[108.772,174.978],[99.075,144.425],[89.469,113.781]],"c":true}],"h":1},{"t":86,"s":[{"i":[[3.475,10.359],[1.314,0.003],[1.297,-0.014],[1.283,-0.028],[1.272,-0.039],[1.264,-0.047],[1.26,-0.051],[1.258,-0.053],[1.26,-0.051],[1.265,-0.046],[1.274,-0.037],[1.285,-0.026],[1.3,-0.011],[1.318,0.006],[1.339,0.027],[1.363,0.052],[-1.929,-5.471],[-1.931,-5.469],[-1.933,-5.467],[-1.935,-5.465],[-1.936,-5.464],[-1.936,-5.464],[-1.937,-5.463],[-1.937,-5.463],[-1.936,-5.464],[-1.936,-5.464],[-1.935,-5.465],[-1.933,-5.467],[-1.931,-5.469],[-1.929,-5.471],[-1.926,-5.474],[-1.921,0.012],[-1.889,0.044],[-1.868,0.065],[-1.857,0.076],[-1.857,0.077],[-1.867,0.067],[-1.887,0.046],[-1.918,0.016],[-1.959,-0.025],[-2.01,-0.077],[3.532,10.301],[3.592,10.241],[3.629,10.204],[3.644,10.189],[3.636,10.197],[3.605,10.228],[3.551,10.282]],"o":[[-1.335,-0.024],[-1.314,-0.003],[-1.297,0.014],[-1.283,0.028],[-1.272,0.039],[-1.264,0.047],[-1.26,0.051],[-1.258,0.053],[-1.26,0.051],[-1.265,0.046],[-1.274,0.037],[-1.285,0.026],[-1.3,0.011],[-1.318,-0.006],[-1.339,-0.027],[1.926,5.474],[1.929,5.471],[1.931,5.469],[1.933,5.467],[1.935,5.465],[1.936,5.464],[1.936,5.464],[1.937,5.463],[1.937,5.463],[1.936,5.464],[1.936,5.464],[1.935,5.465],[1.933,5.467],[1.931,5.469],[1.929,5.471],[1.963,0.03],[1.921,-0.012],[1.889,-0.044],[1.868,-0.065],[1.857,-0.076],[1.857,-0.077],[1.867,-0.067],[1.887,-0.046],[1.918,-0.016],[1.959,0.025],[-3.449,-10.384],[-3.532,-10.301],[-3.592,-10.241],[-3.629,-10.204],[-3.644,-10.189],[-3.636,-10.197],[-3.605,-10.228],[-3.551,-10.282]],"v":[[174,140],[170.027,139.961],[166.111,139.978],[162.242,140.042],[158.411,140.144],[154.607,140.274],[150.822,140.422],[147.045,140.579],[143.268,140.735],[139.48,140.88],[135.673,141.006],[131.836,141.102],[127.959,141.159],[124.034,141.168],[120.051,141.118],[116,141],[121.783,157.417],[127.573,173.827],[133.369,190.231],[139.171,206.629],[144.976,223.024],[150.785,239.415],[156.595,255.805],[162.405,272.195],[168.215,288.585],[174.024,304.976],[179.829,321.371],[185.631,337.769],[191.427,354.173],[197.217,370.583],[203,387],[208.824,387.024],[214.537,386.937],[220.171,386.771],[225.756,386.556],[231.324,386.324],[236.906,386.106],[242.534,385.934],[248.238,385.838],[254.05,385.849],[260,386],[249.522,354.977],[238.831,324.169],[227.993,293.507],[217.077,262.923],[206.152,232.348],[195.285,201.715],[184.545,170.955]],"c":true}],"h":1},{"t":87,"s":[{"i":[[7.588,20.579],[4.692,-0.308],[4.577,-0.423],[4.597,-0.403],[4.75,-0.25],[-0.841,-2.617],[-0.991,-2.561],[-1.03,-2.538],[-0.957,-2.548],[-0.506,-1.259],[-0.518,-1.259],[-0.503,-1.246],[-0.462,-1.219],[-0.158,-0.671],[-0.125,-0.669],[-0.155,-0.664],[-0.246,-0.654],[-0.344,-0.579],[-0.39,-0.587],[-0.351,-0.589],[-0.227,-0.587],[-0.158,-0.666],[-0.134,-0.695],[-0.159,-0.682],[-0.233,-0.626],[-0.177,-0.255],[-0.221,-0.298],[-0.183,-0.269],[-0.065,-0.167],[-0.596,-1.71],[-0.529,-1.599],[-0.544,-1.59],[-0.64,-1.681],[-2.934,-7.587],[-2.941,-7.582],[-2.911,-7.579],[-2.846,-7.577],[-1.974,-5.137],[-1.951,-5.138],[-1.876,-5.181],[-1.75,-5.269],[-4.764,0.319],[-4.648,0.435],[-4.685,0.398],[-4.874,0.209],[7.791,20.376],[7.804,20.363],[7.736,20.43]],"o":[[-4.941,0.059],[-4.692,0.308],[-4.577,0.423],[-4.597,0.403],[0.579,2.707],[0.841,2.617],[0.991,2.561],[1.03,2.538],[0.468,1.245],[0.506,1.259],[0.518,1.259],[0.503,1.246],[0.253,0.668],[0.158,0.671],[0.125,0.669],[0.155,0.664],[0.213,0.566],[0.344,0.579],[0.39,0.587],[0.351,0.589],[0.23,0.594],[0.158,0.666],[0.134,0.695],[0.159,0.682],[0.052,0.139],[0.177,0.255],[0.221,0.299],[0.183,0.269],[0.745,1.922],[0.596,1.71],[0.529,1.599],[0.544,1.59],[2.891,7.594],[2.934,7.587],[2.941,7.582],[2.911,7.579],[1.946,5.18],[1.974,5.137],[1.951,5.138],[1.876,5.181],[5.032,-0.051],[4.764,-0.319],[4.648,-0.435],[4.685,-0.398],[-7.697,-20.47],[-7.791,-20.376],[-7.804,-20.363],[-7.736,-20.43]],"v":[[273,200],[258.584,200.584],[244.714,201.714],[230.987,202.987],[217,204],[219.158,211.978],[221.933,219.738],[224.992,227.379],[228,235],[229.467,238.76],[231.009,242.54],[232.546,246.3],[234,250],[234.601,252.01],[235.01,254.021],[235.414,256.022],[236,258],[236.857,259.719],[237.979,261.47],[239.111,263.235],[240,265],[240.57,266.9],[240.996,268.951],[241.424,271.027],[242,273],[242.363,273.609],[242.981,274.457],[243.607,275.327],[244,276],[245.99,281.423],[247.657,286.362],[249.245,291.119],[251,296],[259.747,318.773],[268.568,341.527],[277.355,364.267],[286,387],[291.893,402.466],[297.794,417.868],[303.547,433.336],[309,449],[323.656,448.406],[337.737,447.237],[351.699,445.949],[366,445],[342.749,383.751],[319.337,322.663],[296.006,261.494]],"c":true}],"h":1},{"t":88,"s":[{"i":[[-2.417,0],[2.112,5.354],[2.12,5.347],[2.127,5.34],[2.132,5.334],[2.137,5.33],[2.14,5.327],[2.142,5.324],[2.144,5.323],[2.144,5.323],[2.143,5.323],[2.141,5.325],[2.138,5.328],[2.134,5.332],[2.129,5.337],[2.123,5.343],[2.016,-0.243],[2.024,-0.236],[2.026,-0.233],[2.022,-0.237],[2.014,-0.246],[1.999,-0.26],[1.979,-0.28],[1.954,-0.306],[1.923,-0.337],[0.111,-0.235],[-0.015,-0.292],[-0.108,-0.329],[-0.17,-0.346],[-0.198,-0.342],[-0.195,-0.318],[-0.159,-0.274],[-0.091,-0.21],[-3.713,-9.453],[-3.74,-9.426],[-3.76,-9.407],[-3.771,-9.396],[-3.774,-9.392],[-3.77,-9.397],[-3.758,-9.409],[-3.738,-9.428],[-2.417,0],[-2.417,0],[-2.417,0],[-2.417,0],[-2.417,0],[-2.417,0],[-2.417,0]],"o":[[-2.104,-5.363],[-2.112,-5.354],[-2.12,-5.347],[-2.127,-5.34],[-2.132,-5.334],[-2.137,-5.33],[-2.14,-5.327],[-2.142,-5.324],[-2.144,-5.323],[-2.144,-5.323],[-2.143,-5.323],[-2.141,-5.325],[-2.138,-5.328],[-2.134,-5.332],[-2.129,-5.337],[-2.003,0.257],[-2.016,0.243],[-2.024,0.236],[-2.026,0.233],[-2.022,0.237],[-2.014,0.246],[-1.999,0.26],[-1.979,0.28],[-1.954,0.306],[-0.269,0.158],[-0.111,0.235],[0.015,0.292],[0.108,0.329],[0.17,0.346],[0.198,0.342],[0.195,0.318],[0.159,0.274],[3.678,9.488],[3.713,9.453],[3.74,9.426],[3.76,9.407],[3.771,9.396],[3.774,9.392],[3.77,9.397],[3.758,9.409],[2.417,0],[2.417,0],[2.417,0],[2.417,0],[2.417,0],[2.417,0],[2.417,0],[2.417,0]],"v":[[470,500],[463.676,483.924],[457.327,467.873],[450.956,451.844],[444.568,435.832],[438.164,419.836],[431.749,403.851],[425.325,387.875],[418.895,371.905],[412.463,355.936],[406.032,339.968],[399.605,323.995],[393.185,308.015],[386.775,292.024],[380.379,276.02],[374,260],[367.97,260.748],[361.91,261.465],[355.834,262.168],[349.76,262.872],[343.705,263.594],[337.685,264.352],[331.716,265.161],[325.816,266.038],[320,267],[319.437,267.594],[319.301,268.389],[319.493,269.325],[319.918,270.342],[320.478,271.378],[321.076,272.374],[321.616,273.268],[322,274],[333.09,302.41],[344.272,330.728],[355.524,358.976],[366.821,387.179],[378.141,415.359],[389.46,443.541],[400.754,471.747],[412,500],[419.25,500],[426.5,500],[433.75,500],[441,500],[448.25,500],[455.5,500],[462.75,500]],"c":true}],"h":1},{"t":89,"s":[{"i":[[-0.083,5.125],[0.742,1.62],[0.767,1.731],[0.78,1.806],[0.781,1.846],[0.771,1.849],[0.749,1.817],[0.715,1.749],[0.67,1.645],[0.237,0.579],[0.233,0.575],[0.225,0.574],[0.216,0.575],[0.203,0.58],[0.188,0.588],[0.17,0.599],[0.149,0.613],[2.306,-0.319],[2.29,-0.335],[2.279,-0.346],[2.275,-0.35],[2.277,-0.348],[2.285,-0.34],[2.3,-0.325],[2.321,-0.304],[-2.876,-7.207],[-2.917,-7.167],[-2.943,-7.141],[-2.954,-7.129],[-2.952,-7.131],[-2.936,-7.148],[-2.905,-7.178],[-2.86,-7.223],[-0.292,0],[-0.292,0],[-0.292,0],[-0.292,0],[-0.292,0],[-0.292,0],[-0.292,0],[-0.292,0],[-0.17,5.038],[-0.076,5.133],[-0.008,5.2],[0.031,5.24],[0.044,5.252],[0.029,5.237],[-0.014,5.195]],"o":[[-0.706,-1.473],[-0.742,-1.62],[-0.767,-1.731],[-0.78,-1.806],[-0.781,-1.846],[-0.771,-1.849],[-0.749,-1.817],[-0.715,-1.749],[-0.239,-0.586],[-0.237,-0.579],[-0.233,-0.575],[-0.225,-0.574],[-0.216,-0.575],[-0.203,-0.58],[-0.188,-0.588],[-0.17,-0.599],[-2.329,0.296],[-2.306,0.319],[-2.29,0.335],[-2.279,0.346],[-2.275,0.35],[-2.277,0.348],[-2.285,0.34],[-2.3,0.325],[2.822,7.261],[2.876,7.207],[2.917,7.167],[2.943,7.141],[2.954,7.129],[2.952,7.131],[2.936,7.148],[2.905,7.178],[0.292,0],[0.292,0],[0.292,0],[0.292,0],[0.292,0],[0.292,0],[0.292,0],[0.292,0],[0.292,-4.917],[0.17,-5.038],[0.076,-5.133],[0.008,-5.2],[-0.031,-5.24],[-0.044,-5.252],[-0.029,-5.237],[0.014,-5.195]],"v":[[500,376],[497.825,371.352],[495.558,366.317],[493.236,361.002],[490.892,355.516],[488.562,349.965],[486.279,344.457],[484.081,339.1],[482,334],[481.286,332.254],[480.581,330.524],[479.894,328.803],[479.231,327.08],[478.603,325.348],[478.016,323.596],[477.479,321.816],[477,320],[470.048,320.923],[463.156,321.906],[456.304,322.929],[449.475,323.975],[442.648,325.023],[435.806,326.056],[428.929,327.054],[422,328],[430.551,349.699],[439.244,371.256],[448.036,392.714],[456.885,414.115],[465.749,435.501],[474.584,456.916],[483.349,478.402],[492,500],[492.875,500],[493.75,500],[494.625,500],[495.5,500],[496.375,500],[497.25,500],[498.125,500],[499,500],[499.685,485.06],[500.047,469.797],[500.166,454.291],[500.125,438.625],[500.006,422.881],[499.891,407.141],[499.862,391.486]],"c":true}],"h":1}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.2901961,0.4745098,0.7529412,1]},"o":{"a":1,"k":[{"t":12,"s":[0],"h":1},{"t":13,"s":[100],"h":1},{"t":90,"s":[0],"h":1}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":101,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"Book_03_Back_d","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[500,500,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"t":13,"s":[{"i":[[0.167,0],[5.796,-2.829],[5.767,-2.858],[5.752,-2.873],[5.752,-2.873],[5.767,-2.858],[5.797,-2.828],[5.841,-2.784],[5.9,-2.725],[-1.775,-3.35],[-1.808,-3.317],[-1.826,-3.299],[-1.83,-3.295],[-1.82,-3.305],[-1.795,-3.33],[-1.756,-3.369],[-1.702,-3.423],[-7.802,3.809],[-7.782,3.829],[-7.768,3.843],[-7.761,3.85],[-7.76,3.851],[-7.766,3.845],[3.515,6.568],[3.607,6.476],[3.539,6.545],[3.309,6.774],[0.167,0],[0.167,0],[0.167,0]],"o":[[-5.84,2.785],[-5.796,2.829],[-5.767,2.858],[-5.752,2.873],[-5.752,2.873],[-5.767,2.858],[-5.797,2.828],[-5.841,2.784],[1.727,3.398],[1.775,3.35],[1.808,3.317],[1.826,3.299],[1.83,3.295],[1.82,3.305],[1.795,3.33],[1.756,3.369],[7.829,-3.783],[7.802,-3.809],[7.782,-3.829],[7.768,-3.843],[7.761,-3.85],[7.76,-3.851],[-3.262,-6.821],[-3.515,-6.568],[-3.607,-6.476],[-3.539,-6.545],[-0.167,0],[-0.167,0],[-0.167,0],[-0.167,0]],"v":[[382,297],[364.549,305.424],[347.208,313.958],[329.933,322.558],[312.679,331.179],[295.404,339.779],[278.061,348.311],[260.608,356.733],[243,365],[248.256,375.119],[253.633,385.117],[259.087,395.038],[264.575,404.925],[270.054,414.821],[275.48,424.77],[280.809,434.815],[286,445],[309.444,433.611],[332.818,422.151],[356.141,410.641],[379.432,399.099],[402.712,387.545],[426,376],[415.794,355.956],[405.071,336.43],[394.312,316.938],[384,297],[383.5,297],[383,297],[382.5,297]],"c":true}],"h":1},{"t":14,"s":[{"i":[[-23.495,11.004],[3.537,6.547],[3.647,6.436],[3.537,6.547],[3.206,6.877],[0.171,0.079],[0.137,0.113],[0.147,0.103],[0.202,0.048],[11.487,-5.846],[11.497,-5.837],[11.511,-5.822],[11.531,-5.803],[-0.337,-0.864],[-0.502,-0.796],[-0.539,-0.784],[-0.447,-0.828],[-0.409,-0.836],[-0.407,-0.854],[-0.419,-0.841],[-0.447,-0.797],[-2.419,-4.471],[-2.431,-4.476],[-2.422,-4.267],[-2.389,-3.844],[-0.306,-0.755],[-0.333,-0.693],[-0.485,-0.467],[-0.763,-0.076],[-22.818,11.683]],"o":[[-3.206,-6.877],[-3.537,-6.547],[-3.647,-6.436],[-3.537,-6.547],[-0.251,0.001],[-0.171,-0.079],[-0.137,-0.113],[-0.147,-0.103],[-11.482,5.851],[-11.487,5.846],[-11.497,5.837],[-11.511,5.822],[0.043,0.988],[0.337,0.864],[0.502,0.796],[0.539,0.784],[0.426,0.788],[0.409,0.836],[0.407,0.854],[0.419,0.841],[2.385,4.253],[2.419,4.471],[2.432,4.476],[2.421,4.267],[0.405,0.652],[0.306,0.755],[0.333,0.693],[0.485,0.467],[23.234,-11.265],[22.817,-11.683]],"v":[[312,310],[301.831,289.919],[291,270.5],[280.169,251.081],[270,231],[269.378,230.872],[268.928,230.572],[268.513,230.237],[268,230],[233.548,247.548],[199.073,265.074],[164.562,282.562],[130,300],[130.603,302.764],[131.894,305.24],[133.488,307.596],[135,310],[136.249,312.444],[137.469,314.987],[138.704,317.536],[140,320],[147.212,333.14],[154.493,346.614],[161.778,359.781],[169,372],[170.035,374.151],[170.963,376.364],[172.159,378.145],[174,379],[242.804,344.304]],"c":true}],"h":1},{"t":15,"s":[{"i":[[-11.511,6.072],[0.103,0.457],[0.169,0.436],[0.219,0.418],[0.252,0.406],[0.269,0.397],[0.27,0.392],[0.254,0.392],[0.221,0.395],[2.15,3.819],[2.121,3.759],[2.099,3.731],[2.085,3.734],[2.08,3.768],[2.083,3.833],[0.171,0.079],[0.137,0.113],[0.147,0.103],[0.202,0.048],[11.237,-6.263],[11.219,-6.281],[11.247,-6.253],[11.322,-6.178],[-3.635,-6.615],[-3.749,-6.501],[-3.74,-6.51],[-3.606,-6.644],[-11.303,6.28],[-11.255,6.329],[-11.324,6.259]],"o":[[-0.02,-0.483],[-0.103,-0.457],[-0.169,-0.436],[-0.219,-0.418],[-0.252,-0.406],[-0.269,-0.397],[-0.27,-0.392],[-0.254,-0.392],[-2.189,-3.91],[-2.15,-3.819],[-2.121,-3.759],[-2.099,-3.731],[-2.085,-3.734],[-2.08,-3.768],[-0.251,0.001],[-0.171,-0.079],[-0.137,-0.113],[-0.147,-0.103],[-11.302,6.198],[-11.237,6.263],[-11.219,6.281],[-11.247,6.253],[3.397,6.853],[3.635,6.615],[3.749,6.501],[3.74,6.51],[11.47,-6.114],[11.303,-6.28],[11.255,-6.329],[11.324,-6.259]],"v":[[206,245],[205.811,243.592],[205.399,242.253],[204.813,240.973],[204.103,239.738],[203.317,238.536],[202.505,237.354],[201.716,236.179],[201,235],[194.493,223.414],[188.089,212.055],[181.762,200.827],[175.488,189.639],[169.242,178.394],[163,167],[162.378,166.872],[161.928,166.572],[161.513,166.237],[161,166],[127.203,184.703],[93.53,203.53],[59.843,222.342],[26,241],[36.579,261.171],[47.686,280.813],[58.951,300.299],[70,320],[104.13,301.38],[137.938,282.437],[171.776,263.526]],"c":true}],"h":1},{"t":16,"s":[{"i":[[-5.175,4.127],[3.846,6.32],[3.766,6.401],[3.786,6.38],[3.909,6.258],[0.167,0],[0.167,0],[0.167,0],[0.167,0],[10.738,-6.929],[10.756,-6.91],[10.765,-6.901],[10.765,-6.902],[-0.36,-0.89],[-0.504,-0.746],[-0.517,-0.733],[-0.4,-0.85],[-0.431,-0.819],[-0.441,-0.809],[-0.54,-0.71],[-0.727,-0.523],[-2.838,-4.912],[-2.959,-4.791],[-2.891,-4.859],[-2.635,-5.115],[-10.95,7.138],[-10.867,6.978],[-5.505,3.491],[-5.451,3.486],[-5.57,3.581]],"o":[[-4.029,-6.137],[-3.847,-6.32],[-3.765,-6.401],[-3.786,-6.38],[-0.167,0],[-0.167,0],[-0.167,0],[-0.167,0],[-10.71,6.957],[-10.738,6.929],[-10.756,6.91],[-10.765,6.901],[0.086,1.164],[0.36,0.89],[0.504,0.746],[0.517,0.733],[0.508,0.743],[0.431,0.819],[0.441,0.809],[0.54,0.71],[2.53,5.22],[2.838,4.912],[2.959,4.791],[2.891,4.859],[11.334,-6.469],[10.95,-7.138],[5.528,-3.549],[5.505,-3.491],[5.547,-3.547],[5.57,-3.581]],"v":[[111,182],[99.212,163.288],[87.819,144.181],[76.517,124.983],[65,106],[64.5,106],[64,106],[63.5,106],[63,106],[30.825,126.825],[-1.418,147.582],[-33.703,168.297],[-66,189],[-65.299,192.049],[-63.971,194.471],[-62.408,196.658],[-61,199],[-59.615,201.365],[-58.329,203.829],[-56.878,206.128],[-55,208],[-46.9,223.15],[-38.158,237.658],[-29.336,252.086],[-21,267],[12.35,246.382],[45,225],[61.558,214.452],[78,204],[94.779,193.435]],"c":true}],"h":1},{"t":17,"s":[{"i":[[-1.738,5.093],[16.417,24.583],[0.247,-1.086],[2.274,-1.508],[0.94,-0.623],[1.972,-1.415],[2.266,-1.75],[7.254,-4.811],[0.94,-0.623],[0.94,-0.623],[2.032,-1.546],[2.032,-1.524],[0.774,-0.592],[5.223,-3.916],[5.154,-3.944],[2.534,-1.914],[0.513,-0.385],[0.786,-0.634],[-0.154,-1.518],[-7.777,-12.282],[-1.055,-1.606],[-0.943,-1.487],[-0.814,-1.355],[-0.884,-1.178],[-0.435,-0.699],[-2.034,-5.533],[-4.973,3.806],[-5.359,4.067],[-24.203,18.57],[-1.998,1.508]],"o":[[-16.216,-24.784],[-0.012,1.322],[-3.59,1.726],[-1.662,1.103],[-2.281,1.513],[-3.1,2.224],[-7.783,6.009],[-1.662,1.102],[-1.662,1.103],[-2.338,1.551],[-3.21,2.443],[-0.869,0.651],[-5.071,3.88],[-5.068,3.799],[-2.424,1.855],[-0.481,0.364],[-0.89,0.667],[-0.95,0.766],[7.623,12.58],[0.995,1.571],[0.937,1.426],[0.887,1.399],[1.341,2.232],[0.58,0.774],[3.212,5.158],[6.265,-2.371],[5.305,-4.059],[24.847,-19.5],[2.103,-1.614],[3.954,-2.984]],"v":[[26,125],[-22,50],[-24,52],[-33,59],[-37,62],[-43,66],[-51,72],[-75,91],[-79,94],[-83,97],[-89,101],[-98,109],[-101,110],[-116,122],[-131,134],[-139,139],[-140,141],[-143,142],[-146,146],[-122,183],[-120,188],[-116,192],[-114,197],[-109,203],[-108,206],[-99,221],[-83,210],[-67,198],[9,140],[15,135]],"c":true}],"h":1},{"t":18,"s":[{"i":[[-19.481,17.685],[2.054,3.126],[2.157,3.05],[2.15,3.024],[2.032,3.047],[2.044,3.115],[2.049,3.088],[2.105,3.054],[2.213,3.013],[0.03,0.137],[0.068,0.098],[0.129,0.037],[0.213,-0.046],[9.61,-8.973],[9.672,-8.912],[9.726,-8.858],[9.772,-8.811],[-1.593,-2.443],[-1.671,-2.336],[-1.618,-2.225],[-1.433,-2.11],[-0.498,-0.837],[-0.478,-0.845],[-0.491,-0.835],[-0.538,-0.808],[-2.235,-2.978],[-2.019,-3.028],[-2.047,-3.244],[-2.666,-2.806],[-19.344,17.823]],"o":[[-1.84,-3.251],[-2.054,-3.126],[-2.157,-3.05],[-2.15,-3.024],[-2.091,-3.135],[-2.044,-3.115],[-2.049,-3.088],[-2.105,-3.054],[-0.014,-0.152],[-0.03,-0.137],[-0.068,-0.098],[-0.129,-0.037],[-9.541,9.042],[-9.61,8.973],[-9.672,8.912],[-9.726,8.858],[1.383,2.546],[1.593,2.443],[1.671,2.336],[1.618,2.225],[0.551,0.811],[0.498,0.837],[0.478,0.845],[0.491,0.835],[2.041,3.06],[2.235,2.978],[2.147,3.219],[2.047,3.244],[19.144,-18.022],[19.344,-17.823]],"v":[[-46,76],[-51.868,66.446],[-58.211,57.194],[-64.699,48.095],[-71,39],[-77.189,29.623],[-83.316,20.316],[-89.535,11.102],[-96,2],[-96.061,1.561],[-96.202,1.202],[-96.493,0.993],[-97,1],[-125.729,28.021],[-154.654,54.846],[-183.752,81.499],[-213,108],[-208.503,115.485],[-203.574,122.654],[-198.608,129.496],[-194,136],[-192.436,138.478],[-190.981,141.006],[-189.536,143.531],[-188,146],[-181.484,155.024],[-175,164],[-168.89,173.81],[-162,183],[-104.253,129.247]],"c":true}],"h":1},{"t":19,"s":[{"i":[[1.637,1.863],[0.389,-0.486],[0.413,-0.462],[0.421,-0.454],[0.415,-0.46],[0.394,-0.481],[0.357,-0.518],[0.306,-0.569],[0.239,-0.636],[-0.436,-0.398],[-0.386,-0.448],[-0.352,-0.482],[-0.333,-0.5],[-0.33,-0.503],[-0.343,-0.49],[-0.372,-0.461],[-0.416,-0.417],[-0.453,-0.658],[-0.496,-0.615],[-0.502,-0.609],[-0.469,-0.642],[-0.398,-0.713],[-0.288,-0.823],[-1.016,0.734],[-0.815,0.935],[-0.642,1.108],[-0.496,1.254],[1.455,2.045],[1.468,2.032],[1.529,1.971]],"o":[[-0.35,0.525],[-0.389,0.486],[-0.413,0.462],[-0.421,0.454],[-0.415,0.46],[-0.394,0.481],[-0.357,0.518],[-0.306,0.569],[0.501,0.332],[0.436,0.398],[0.386,0.448],[0.352,0.482],[0.333,0.5],[0.33,0.503],[0.343,0.49],[0.372,0.461],[0.371,0.74],[0.453,0.658],[0.496,0.615],[0.502,0.609],[0.469,0.642],[0.398,0.713],[1.245,-0.505],[1.016,-0.734],[0.815,-0.935],[0.642,-1.108],[-1.49,-2.01],[-1.455,-2.045],[-1.468,-2.032],[-1.529,-1.971]],"v":[[-81,-44],[-82.112,-42.487],[-83.318,-41.068],[-84.573,-39.698],[-85.832,-38.332],[-87.049,-36.924],[-88.179,-35.429],[-89.178,-33.803],[-90,-32],[-88.599,-30.901],[-87.37,-29.63],[-86.268,-28.232],[-85.245,-26.755],[-84.254,-25.246],[-83.247,-23.753],[-82.178,-22.322],[-81,-21],[-79.754,-18.913],[-78.32,-17.013],[-76.814,-15.186],[-75.348,-13.318],[-74.039,-11.295],[-73,-9],[-69.617,-10.867],[-66.878,-13.378],[-64.7,-16.45],[-63,-20],[-67.405,-26.094],[-71.779,-32.221],[-76.263,-38.237]],"c":true}],"h":1},{"t":20,"s":[{"i":[[0.404,-0.071],[0.272,-0.52],[0.325,-0.466],[0.354,-0.437],[0.358,-0.433],[0.337,-0.455],[0.291,-0.501],[0.22,-0.571],[0.125,-0.667],[-0.783,-0.967],[-0.768,-0.982],[-0.763,-0.987],[-0.767,-0.983],[-0.78,-0.97],[-0.803,-0.947],[-0.835,-0.915],[-0.876,-0.873],[-0.429,0.626],[-0.436,0.62],[-0.443,0.612],[-0.451,0.604],[-0.46,0.595],[-0.47,0.586],[1.434,1.899],[1.534,1.8],[1.458,1.876],[1.206,2.127],[0.215,0.118],[0.194,0.139],[0.257,0.076]],"o":[[-0.193,0.599],[-0.272,0.52],[-0.325,0.466],[-0.354,0.437],[-0.358,0.434],[-0.337,0.455],[-0.291,0.5],[-0.22,0.571],[0.807,0.943],[0.783,0.967],[0.768,0.982],[0.763,0.987],[0.767,0.983],[0.78,0.97],[0.803,0.947],[0.835,0.915],[0.423,-0.632],[0.429,-0.626],[0.436,-0.62],[0.443,-0.612],[0.451,-0.604],[0.46,-0.595],[-1.16,-2.174],[-1.434,-1.899],[-1.534,-1.8],[-1.458,-1.876],[-0.32,-0.014],[-0.215,-0.118],[-0.194,-0.139],[-0.257,-0.076]],"v":[[-136,-86],[-136.703,-84.328],[-137.605,-82.855],[-138.631,-81.506],[-139.706,-80.206],[-140.755,-78.88],[-141.703,-77.453],[-142.477,-75.852],[-143,-74],[-140.618,-71.132],[-138.295,-68.205],[-136.001,-65.249],[-133.71,-62.29],[-131.392,-59.358],[-129.019,-56.481],[-126.565,-53.685],[-124,-51],[-122.721,-52.888],[-121.424,-54.757],[-120.105,-56.605],[-118.763,-58.429],[-117.395,-60.229],[-116,-62],[-119.935,-68.065],[-124.43,-73.57],[-128.961,-79.039],[-133,-85],[-133.781,-85.219],[-134.374,-85.626],[-135.03,-85.97]],"c":true}],"h":1},{"t":21,"s":[{"i":[[0.291,-0.041],[0.272,-0.561],[0.293,-0.541],[0.306,-0.527],[0.312,-0.522],[0.31,-0.523],[0.301,-0.533],[0.284,-0.55],[0.259,-0.574],[-0.548,-0.618],[-0.554,-0.613],[-0.558,-0.608],[-0.561,-0.606],[-0.561,-0.606],[-0.56,-0.607],[-0.767,-1.066],[-0.791,-1.042],[-1.003,-0.83],[-1.404,-0.429],[-0.569,1.014],[-0.627,0.956],[-0.494,1.089],[-0.171,1.412],[1.501,1.749],[1.503,1.747],[1.501,1.749],[1.494,1.756],[0.107,0.143],[0.163,0.087],[0.225,0.025]],"o":[[-0.244,0.59],[-0.272,0.561],[-0.293,0.541],[-0.306,0.527],[-0.312,0.522],[-0.31,0.523],[-0.301,0.533],[-0.284,0.55],[0.541,0.626],[0.548,0.618],[0.554,0.613],[0.558,0.609],[0.561,0.606],[0.561,0.606],[0.931,0.902],[0.767,1.066],[0.791,1.042],[1.003,0.83],[0.321,-1.262],[0.569,-1.014],[0.627,-0.956],[0.494,-1.089],[-1.494,-1.756],[-1.501,-1.749],[-1.503,-1.747],[-1.501,-1.749],[-0.055,-0.195],[-0.107,-0.143],[-0.163,-0.087],[-0.225,-0.025]],"v":[[-179,-122],[-179.775,-120.275],[-180.624,-118.624],[-181.524,-117.024],[-182.453,-115.453],[-183.388,-113.888],[-184.305,-112.305],[-185.184,-110.684],[-186,-109],[-184.366,-107.134],[-182.712,-105.288],[-181.044,-103.457],[-179.365,-101.635],[-177.682,-99.818],[-176,-98],[-173.499,-95.001],[-171.208,-91.792],[-168.564,-88.936],[-165,-87],[-163.617,-90.366],[-161.775,-93.275],[-160.045,-96.295],[-159,-100],[-163.494,-105.256],[-168,-110.5],[-172.506,-115.744],[-177,-121],[-177.242,-121.508],[-177.647,-121.853],[-178.228,-122.022]],"c":true}],"h":1},{"t":22,"s":[{"i":[[0.404,-0.07],[0.223,-0.61],[0.235,-0.599],[0.245,-0.589],[0.254,-0.58],[0.261,-0.572],[0.267,-0.566],[0.272,-0.562],[0.275,-0.558],[-0.739,-0.65],[-0.689,-0.7],[-0.673,-0.716],[-0.689,-0.7],[-0.739,-0.65],[-0.821,-0.568],[-0.592,-0.908],[-0.713,-0.787],[-0.889,-0.611],[-1.121,-0.379],[-0.463,1.12],[-0.603,0.98],[-0.463,1.12],[-0.044,1.539],[1.489,1.678],[1.521,1.645],[1.522,1.645],[1.49,1.677],[0.215,0.118],[0.194,0.139],[0.257,0.076]],"o":[[-0.211,0.623],[-0.223,0.61],[-0.235,0.599],[-0.245,0.589],[-0.254,0.58],[-0.261,0.572],[-0.267,0.566],[-0.272,0.562],[0.821,0.568],[0.739,0.65],[0.689,0.7],[0.673,0.716],[0.689,0.7],[0.739,0.65],[0.528,0.972],[0.592,0.908],[0.713,0.787],[0.889,0.611],[0.044,-1.539],[0.463,-1.12],[0.603,-0.981],[0.463,-1.12],[-1.425,-1.742],[-1.489,-1.678],[-1.521,-1.645],[-1.522,-1.645],[-0.32,-0.014],[-0.215,-0.118],[-0.194,-0.139],[-0.257,-0.076]],"v":[[-212,-150],[-212.651,-148.151],[-213.339,-146.339],[-214.058,-144.558],[-214.806,-142.806],[-215.578,-141.078],[-216.37,-139.371],[-217.179,-137.679],[-218,-136],[-215.669,-134.165],[-213.535,-132.132],[-211.5,-130],[-209.465,-127.868],[-207.331,-125.835],[-205,-124],[-203.334,-121.166],[-201.391,-118.609],[-199.002,-116.498],[-196,-115],[-195.169,-118.919],[-193.5,-122],[-191.831,-125.081],[-191,-129],[-195.379,-134.121],[-199.903,-139.097],[-204.475,-144.025],[-209,-149],[-209.781,-149.219],[-210.374,-149.626],[-211.03,-149.97]],"c":true}],"h":1},{"t":23,"s":[{"i":[[0.404,-0.07],[0.216,-0.534],[0.185,-0.565],[0.17,-0.58],[0.169,-0.581],[0.183,-0.567],[0.212,-0.538],[0.255,-0.495],[0.313,-0.437],[-0.448,-0.719],[-0.54,-0.626],[-0.602,-0.565],[-0.633,-0.534],[-0.632,-0.534],[-0.601,-0.565],[-0.916,-0.918],[-0.905,-0.928],[-1.037,-0.796],[-1.311,-0.522],[-0.323,1.177],[-0.352,1.148],[-0.478,1.022],[-0.702,0.798],[1.593,1.657],[1.788,1.462],[1.677,1.573],[1.257,1.993],[0.215,0.118],[0.194,0.139],[0.257,0.076]],"o":[[-0.261,0.489],[-0.216,0.534],[-0.185,0.565],[-0.17,0.58],[-0.169,0.581],[-0.183,0.567],[-0.212,0.538],[-0.255,0.495],[0.324,0.843],[0.448,0.719],[0.54,0.626],[0.602,0.565],[0.633,0.534],[0.632,0.534],[1.067,0.766],[0.916,0.918],[0.905,0.928],[1.037,0.796],[0.392,-1.108],[0.323,-1.177],[0.352,-1.148],[0.478,-1.022],[-1.089,-2.161],[-1.593,-1.657],[-1.788,-1.462],[-1.677,-1.573],[-0.32,-0.014],[-0.215,-0.118],[-0.194,-0.139],[-0.257,-0.076]],"v":[[-234,-171],[-234.71,-169.46],[-235.308,-167.808],[-235.837,-166.087],[-236.342,-164.342],[-236.867,-162.617],[-237.455,-160.955],[-238.151,-159.401],[-239,-158],[-237.834,-155.666],[-236.345,-153.655],[-234.624,-151.876],[-232.764,-150.236],[-230.858,-148.642],[-229,-147],[-226.061,-144.439],[-223.365,-141.635],[-220.486,-139.013],[-217,-137],[-215.953,-140.453],[-214.966,-143.966],[-213.746,-147.246],[-212,-150],[-216.1,-155.65],[-221.248,-160.252],[-226.522,-164.728],[-231,-170],[-231.781,-170.219],[-232.374,-170.626],[-233.03,-170.97]],"c":true}],"h":1},{"t":24,"s":[{"i":[[0.777,-0.056],[0.215,-0.84],[0.236,-0.82],[0.243,-0.813],[0.236,-0.82],[0.215,-0.84],[0.181,-0.874],[-0.805,-0.867],[-0.849,-0.833],[-0.869,-0.799],[-0.866,-0.767],[-0.935,-0.824],[-0.982,-0.785],[-1.056,-0.693],[-1.158,-0.549],[-0.349,1.234],[-0.336,1.248],[-0.319,1.265],[-0.298,1.286],[0.827,0.847],[0.824,0.86],[0.835,0.833],[0.861,0.766],[0.499,0.326],[0.518,0.299],[0.51,0.324],[0.476,0.4],[0.408,0.56],[0.439,0.54],[0.562,0.335]],"o":[[-0.181,0.874],[-0.215,0.84],[-0.236,0.82],[-0.243,0.813],[-0.236,0.82],[-0.215,0.84],[0.739,0.903],[0.805,0.867],[0.849,0.833],[0.869,0.799],[0.916,0.812],[0.935,0.824],[0.982,0.785],[1.056,0.693],[0.359,-1.224],[0.349,-1.234],[0.336,-1.248],[0.319,-1.265],[-0.844,-0.793],[-0.827,-0.847],[-0.824,-0.86],[-0.835,-0.833],[-0.454,-0.404],[-0.499,-0.326],[-0.518,-0.299],[-0.51,-0.324],[-0.468,-0.394],[-0.408,-0.56],[-0.439,-0.54],[-0.562,-0.335]],"v":[[-247,-184],[-247.599,-181.432],[-248.279,-178.946],[-249,-176.5],[-249.721,-174.054],[-250.401,-171.568],[-251,-169],[-248.677,-166.346],[-246.19,-163.797],[-243.608,-161.35],[-241,-159],[-238.23,-156.532],[-235.362,-154.105],[-232.313,-151.876],[-229,-150],[-227.937,-153.687],[-226.909,-157.408],[-225.926,-161.176],[-225,-165],[-227.503,-167.47],[-229.974,-170.041],[-232.459,-172.591],[-235,-175],[-236.437,-176.082],[-237.969,-177.006],[-239.516,-177.927],[-241,-179],[-242.29,-180.477],[-243.537,-182.174],[-245.015,-183.534]],"c":true}],"h":1},{"t":25,"s":[{"i":[[0.25,0],[0.051,-0.699],[0.125,-0.625],[0.173,-0.577],[0.195,-0.555],[0.19,-0.56],[0.16,-0.59],[0.103,-0.647],[0.02,-0.73],[-0.515,-0.595],[-0.546,-0.572],[-0.568,-0.551],[-0.582,-0.534],[-0.588,-0.519],[-0.585,-0.507],[-0.953,-0.812],[-0.993,-0.779],[-1.044,-0.703],[-1.106,-0.582],[-0.334,1.333],[-0.335,1.331],[-0.334,1.333],[-0.329,1.337],[1.747,1.419],[1.711,1.456],[1.608,1.558],[1.439,1.728],[0.25,0],[0.25,0],[0.25,0]],"o":[[0.049,0.799],[-0.051,0.699],[-0.125,0.625],[-0.173,0.577],[-0.195,0.555],[-0.19,0.56],[-0.16,0.59],[-0.103,0.647],[0.476,0.621],[0.515,0.595],[0.546,0.572],[0.568,0.551],[0.582,0.534],[0.588,0.519],[0.924,0.8],[0.953,0.812],[0.993,0.779],[1.044,0.703],[0.329,-1.338],[0.334,-1.333],[0.335,-1.331],[0.334,-1.333],[-1.717,-1.45],[-1.747,-1.419],[-1.711,-1.456],[-1.608,-1.558],[-0.25,0],[-0.25,0],[-0.25,0],[-0.25,0]],"v":[[-254,-190],[-254.01,-187.76],[-254.281,-185.781],[-254.734,-183.984],[-255.292,-182.292],[-255.876,-180.626],[-256.408,-178.908],[-256.809,-177.059],[-257,-175],[-255.512,-173.176],[-253.919,-171.427],[-252.246,-169.743],[-250.519,-168.117],[-248.762,-166.538],[-247,-165],[-244.188,-162.571],[-241.273,-160.173],[-238.221,-157.939],[-235,-156],[-234.005,-160.005],[-233,-164],[-231.995,-167.995],[-231,-172],[-236.212,-176.287],[-241.416,-180.583],[-246.412,-185.088],[-251,-190],[-251.75,-190],[-252.5,-190],[-253.25,-190]],"c":true}],"h":1},{"t":26,"s":[{"i":[[2.306,1.11],[0.09,-0.702],[0.129,-0.662],[0.154,-0.638],[0.164,-0.628],[0.159,-0.632],[0.14,-0.651],[0.106,-0.685],[0.058,-0.734],[-0.274,-0.279],[-0.277,-0.292],[-0.279,-0.294],[-0.28,-0.285],[-0.281,-0.266],[-0.281,-0.235],[-0.511,-0.329],[-0.517,-0.303],[-0.498,-0.322],[-0.453,-0.387],[-0.826,-0.854],[-0.869,-0.842],[-0.983,-0.691],[-1.169,-0.404],[-0.334,1.333],[-0.335,1.331],[-0.334,1.333],[-0.329,1.337],[1.82,1.597],[1.786,1.63],[1.949,1.468]],"o":[[-0.036,0.756],[-0.09,0.702],[-0.129,0.662],[-0.154,0.638],[-0.164,0.628],[-0.159,0.632],[-0.14,0.651],[-0.106,0.685],[0.271,0.255],[0.274,0.279],[0.277,0.292],[0.279,0.294],[0.28,0.285],[0.281,0.266],[0.479,0.401],[0.511,0.329],[0.517,0.303],[0.498,0.322],[0.855,0.73],[0.826,0.854],[0.869,0.842],[0.983,0.691],[0.329,-1.338],[0.334,-1.333],[0.335,-1.331],[0.334,-1.333],[-2.048,-1.368],[-1.82,-1.597],[-1.786,-1.63],[-1.949,-1.468]],"v":[[-257,-193],[-257.192,-190.817],[-257.525,-188.775],[-257.954,-186.829],[-258.434,-184.934],[-258.923,-183.048],[-259.377,-181.127],[-259.75,-179.125],[-260,-177],[-259.182,-176.197],[-258.356,-175.337],[-257.522,-174.455],[-256.684,-173.583],[-255.842,-172.754],[-255,-172],[-253.51,-170.916],[-251.962,-169.979],[-250.433,-169.053],[-249,-168],[-246.496,-165.589],[-243.971,-163.011],[-241.211,-160.677],[-238,-159],[-237.005,-163.005],[-236,-167],[-234.995,-170.995],[-234,-175],[-239.753,-179.497],[-245.113,-184.387],[-250.666,-189.084]],"c":true}],"h":1},{"t":27,"s":[{"i":[[1.864,1.553],[0.139,-0.736],[0.16,-0.715],[0.175,-0.7],[0.184,-0.691],[0.186,-0.689],[0.182,-0.693],[0.171,-0.704],[0.154,-0.721],[-0.505,-0.328],[-0.471,-0.362],[-0.447,-0.386],[-0.432,-0.401],[-0.428,-0.406],[-0.432,-0.401],[-0.447,-0.386],[-0.471,-0.362],[-0.65,-0.517],[-0.611,-0.556],[-0.61,-0.557],[-0.647,-0.52],[-0.722,-0.445],[-0.834,-0.332],[-0.259,1.325],[-0.328,1.255],[-0.28,1.303],[-0.115,1.468],[1.791,1.626],[1.869,1.547],[1.894,1.523]],"o":[[-0.111,0.764],[-0.139,0.736],[-0.16,0.715],[-0.175,0.7],[-0.184,0.691],[-0.186,0.689],[-0.182,0.693],[-0.171,0.704],[0.549,0.284],[0.505,0.328],[0.471,0.362],[0.447,0.386],[0.432,0.401],[0.428,0.406],[0.432,0.401],[0.447,0.386],[0.726,0.44],[0.65,0.517],[0.611,0.556],[0.61,0.557],[0.647,0.52],[0.722,0.445],[0.072,-1.512],[0.259,-1.325],[0.328,-1.255],[0.28,-1.303],[-1.658,-1.759],[-1.791,-1.626],[-1.869,-1.547],[-1.894,-1.523]],"v":[[-258,-195],[-258.377,-192.752],[-258.828,-190.578],[-259.332,-188.457],[-259.872,-186.372],[-260.428,-184.303],[-260.981,-182.231],[-261.511,-180.136],[-262,-178],[-260.421,-177.079],[-258.959,-176.042],[-257.583,-174.917],[-256.267,-173.734],[-254.979,-172.521],[-253.692,-171.309],[-252.375,-170.125],[-251,-169],[-248.946,-167.554],[-247.065,-165.935],[-245.243,-164.257],[-243.367,-162.633],[-241.324,-161.176],[-239,-160],[-238.475,-164.225],[-237.566,-168.066],[-236.623,-171.873],[-236,-176],[-241.187,-181.063],[-246.691,-185.809],[-252.35,-190.401]],"c":true}],"h":1},{"t":28,"s":[{"i":[[1.186,0.481],[0.121,-0.671],[0.148,-0.644],[0.161,-0.631],[0.161,-0.631],[0.147,-0.644],[0.12,-0.671],[0.08,-0.712],[0.025,-0.766],[-0.553,-0.558],[-0.575,-0.537],[-0.602,-0.509],[-0.635,-0.476],[-0.675,-0.436],[-0.721,-0.39],[-0.812,-0.855],[-0.912,-0.755],[-1.019,-0.647],[-1.133,-0.533],[-0.317,1.266],[-0.322,1.261],[-0.219,1.364],[-0.007,1.576],[0.824,0.842],[0.901,0.765],[1.001,0.665],[1.124,0.542],[0.793,0.873],[0.901,0.765],[1.032,0.634]],"o":[[-0.08,0.712],[-0.121,0.671],[-0.148,0.644],[-0.161,0.631],[-0.161,0.631],[-0.147,0.644],[-0.12,0.671],[-0.08,0.712],[0.538,0.573],[0.553,0.558],[0.575,0.537],[0.602,0.509],[0.635,0.476],[0.675,0.436],[0.718,0.949],[0.812,0.855],[0.912,0.755],[1.019,0.647],[0.203,-1.381],[0.317,-1.266],[0.322,-1.261],[0.219,-1.364],[-0.77,-0.896],[-0.824,-0.842],[-0.901,-0.765],[-1.001,-0.665],[-0.709,-0.958],[-0.793,-0.873],[-0.901,-0.765],[-1.032,-0.634]],"v":[[-259,-195],[-259.305,-192.93],[-259.711,-190.961],[-260.178,-189.052],[-260.664,-187.164],[-261.13,-185.255],[-261.535,-183.285],[-261.839,-181.214],[-262,-179],[-260.365,-177.302],[-258.675,-175.658],[-256.911,-174.088],[-255.057,-172.61],[-253.092,-171.241],[-251,-170],[-248.707,-167.293],[-246.123,-164.876],[-243.228,-162.772],[-240,-161],[-239.193,-164.944],[-238.207,-168.707],[-237.367,-172.617],[-237,-177],[-239.387,-179.613],[-241.969,-182.031],[-244.817,-184.183],[-248,-186],[-250.248,-188.753],[-252.784,-191.216],[-255.678,-193.322]],"c":true}],"h":1},{"t":29,"s":[{"i":[[1.864,1.553],[0.176,-0.699],[0.163,-0.712],[0.156,-0.719],[0.154,-0.721],[0.156,-0.719],[0.163,-0.712],[0.176,-0.699],[0.192,-0.683],[-0.484,-0.347],[-0.468,-0.366],[-0.456,-0.38],[-0.448,-0.388],[-0.444,-0.392],[-0.444,-0.391],[-0.447,-0.385],[-0.454,-0.373],[-0.631,-0.539],[-0.636,-0.538],[-0.652,-0.523],[-0.677,-0.492],[-0.712,-0.446],[-0.758,-0.385],[-0.241,1.343],[-0.322,1.261],[-0.295,1.288],[-0.161,1.423],[1.791,1.626],[1.869,1.547],[1.894,1.523]],"o":[[-0.192,0.683],[-0.176,0.699],[-0.163,0.712],[-0.156,0.719],[-0.154,0.721],[-0.156,0.719],[-0.163,0.712],[-0.176,0.699],[0.503,0.323],[0.484,0.347],[0.468,0.366],[0.456,0.38],[0.448,0.388],[0.444,0.392],[0.444,0.391],[0.447,0.385],[0.636,0.524],[0.631,0.539],[0.636,0.538],[0.652,0.523],[0.677,0.492],[0.712,0.446],[0.051,-1.532],[0.241,-1.343],[0.322,-1.261],[0.295,-1.288],[-1.658,-1.759],[-1.791,-1.626],[-1.869,-1.547],[-1.894,-1.523]],"v":[[-259,-196],[-259.551,-193.926],[-260.058,-191.808],[-260.536,-189.661],[-261,-187.5],[-261.464,-185.339],[-261.942,-183.192],[-262.449,-181.074],[-263,-179],[-261.521,-177.994],[-260.095,-176.924],[-258.709,-175.805],[-257.353,-174.652],[-256.015,-173.48],[-254.684,-172.304],[-253.35,-171.139],[-252,-170],[-250.102,-168.403],[-248.204,-166.784],[-246.275,-165.188],[-244.285,-163.662],[-242.203,-162.251],[-240,-161],[-239.535,-165.285],[-238.664,-169.164],[-237.711,-172.961],[-237,-177],[-242.187,-182.063],[-247.691,-186.809],[-253.35,-191.401]],"c":true}],"h":1},{"t":30,"s":[{"i":[[1.864,1.553],[0.202,-0.631],[0.169,-0.664],[0.148,-0.686],[0.137,-0.696],[0.138,-0.696],[0.149,-0.684],[0.172,-0.661],[0.206,-0.627],[-0.587,-0.58],[-0.619,-0.548],[-0.635,-0.532],[-0.635,-0.532],[-0.619,-0.547],[-0.588,-0.579],[-0.503,-0.414],[-0.475,-0.442],[-0.484,-0.432],[-0.531,-0.385],[-0.48,-0.501],[-0.421,-0.501],[-0.48,-0.125],[-0.658,0.629],[-0.212,1.288],[-0.288,1.212],[-0.307,1.193],[-0.269,1.231],[1.791,1.626],[1.869,1.547],[1.894,1.523]],"o":[[-0.246,0.588],[-0.202,0.631],[-0.169,0.664],[-0.148,0.686],[-0.137,0.696],[-0.138,0.696],[-0.149,0.684],[-0.172,0.661],[0.539,0.627],[0.587,0.58],[0.619,0.548],[0.635,0.532],[0.635,0.532],[0.619,0.547],[0.569,0.347],[0.503,0.414],[0.475,0.442],[0.484,0.432],[0.658,0.123],[0.48,0.501],[0.421,0.501],[0.48,0.125],[0.08,-1.42],[0.212,-1.288],[0.288,-1.212],[0.307,-1.193],[-1.658,-1.759],[-1.791,-1.626],[-1.869,-1.547],[-1.894,-1.523]],"v":[[-259,-196],[-259.669,-194.169],[-260.223,-192.223],[-260.695,-190.195],[-261.119,-188.119],[-261.528,-186.028],[-261.956,-183.956],[-262.435,-181.935],[-263,-180],[-261.306,-178.194],[-259.493,-176.507],[-257.608,-174.892],[-255.7,-173.3],[-253.814,-171.686],[-252,-170],[-250.401,-168.849],[-248.944,-167.557],[-247.514,-166.236],[-246,-165],[-244.322,-163.97],[-243,-162.373],[-241.678,-161.339],[-240,-162],[-239.548,-166.048],[-238.785,-169.785],[-237.879,-173.379],[-237,-177],[-242.187,-182.063],[-247.691,-186.809],[-253.35,-191.401]],"c":true}],"h":1},{"t":78,"s":[{"i":[[2.22,1.197],[0.08,-0.712],[0.12,-0.671],[0.147,-0.644],[0.161,-0.631],[0.161,-0.631],[0.148,-0.644],[0.121,-0.671],[0.08,-0.712],[-0.418,-0.415],[-0.416,-0.418],[-0.421,-0.412],[-0.436,-0.398],[-0.459,-0.375],[-0.49,-0.344],[-0.53,-0.304],[-0.578,-0.255],[-0.52,-0.591],[-0.563,-0.548],[-0.608,-0.503],[-0.655,-0.456],[-0.704,-0.407],[-0.756,-0.355],[-0.338,1.328],[-0.274,1.393],[-0.299,1.368],[-0.412,1.255],[1.847,1.57],[1.808,1.609],[1.932,1.485]],"o":[[-0.026,0.766],[-0.08,0.712],[-0.12,0.671],[-0.147,0.644],[-0.161,0.631],[-0.161,0.631],[-0.148,0.644],[-0.121,0.671],[0.429,0.404],[0.418,0.415],[0.416,0.418],[0.421,0.412],[0.436,0.398],[0.459,0.375],[0.49,0.344],[0.53,0.304],[0.479,0.632],[0.52,0.591],[0.563,0.548],[0.608,0.503],[0.655,0.456],[0.704,0.407],[0.492,-1.175],[0.338,-1.328],[0.274,-1.393],[0.299,-1.368],[-2.05,-1.367],[-1.847,-1.57],[-1.808,-1.609],[-1.932,-1.485]],"v":[[-260,-196],[-260.161,-193.786],[-260.465,-191.715],[-260.87,-189.745],[-261.336,-187.836],[-261.822,-185.948],[-262.289,-184.039],[-262.695,-182.07],[-263,-180],[-261.731,-178.769],[-260.482,-177.518],[-259.229,-176.271],[-257.945,-175.054],[-256.606,-173.894],[-255.186,-172.814],[-253.659,-171.841],[-252,-171],[-250.503,-169.164],[-248.879,-167.454],[-247.123,-165.876],[-245.229,-164.438],[-243.19,-163.143],[-241,-162],[-239.777,-165.777],[-238.881,-169.881],[-238.044,-174.044],[-237,-178],[-242.804,-182.446],[-248.245,-187.255],[-253.813,-191.937]],"c":true}],"h":1},{"t":79,"s":[{"i":[[3.813,1.652],[0.21,-1.374],[0.282,-1.301],[0.181,-1.402],[-0.093,-1.676],[-3.888,-3.112],[-3.934,-3.066],[-3.954,-3.046],[-3.948,-3.051],[-1.265,-1.069],[-1.293,-1.04],[-1.382,-0.951],[-1.531,-0.802],[-0.229,1.438],[-0.228,1.439],[-0.26,1.406],[-0.325,1.341],[2.674,1.959],[2.671,2.089],[0.845,0.939],[0.618,0.463],[0.542,0.09],[0.391,0.31],[1.568,1.498],[1.204,0.799],[0.675,0.534],[0.47,0.311],[0.608,0.498],[0.64,0.394],[3.847,3.253]],"o":[[0.036,1.62],[-0.21,1.374],[-0.282,1.301],[-0.181,1.402],[3.817,3.184],[3.888,3.112],[3.934,3.066],[3.954,3.046],[1.296,1.037],[1.265,1.069],[1.293,1.04],[1.382,0.951],[0.262,-1.404],[0.229,-1.438],[0.228,-1.439],[0.26,-1.406],[-2.635,-2.074],[-2.673,-1.959],[-1.001,-0.783],[-0.845,-0.938],[-0.442,-0.331],[-0.542,-0.09],[-1.525,-1.207],[-1.567,-1.498],[-0.831,-0.552],[-0.675,-0.534],[-0.928,-0.615],[-0.608,-0.498],[-3.798,-2.337],[-3.847,-3.253]],"v":[[-305,-198],[-305.304,-193.554],[-306.085,-189.585],[-306.824,-185.574],[-307,-181],[-295.437,-171.563],[-283.698,-162.302],[-271.86,-153.14],[-260,-144],[-256.173,-140.827],[-252.352,-137.648],[-248.354,-134.646],[-244,-132],[-243.272,-136.272],[-242.595,-140.595],[-241.87,-144.87],[-241,-149],[-248.972,-154.989],[-257,-161],[-259.788,-163.74],[-262,-166],[-263.538,-166.516],[-265,-167],[-269.741,-171.306],[-274,-175],[-276.271,-176.68],[-278,-178],[-280.215,-179.666],[-282,-181],[-293.488,-190.014]],"c":true}],"h":1},{"t":80,"s":[{"i":[[0.064,0.03],[0.004,-1.052],[0.088,-0.968],[0.125,-0.93],[0.116,-0.939],[0.061,-0.994],[-0.04,-1.096],[-3.546,-2.385],[-3.514,-2.369],[-3.461,-2.299],[-3.388,-2.175],[-1.225,-0.793],[-1.232,-0.764],[-1.266,-0.715],[-1.326,-0.644],[-0.64,-0.609],[-0.73,-0.484],[-0.725,-0.133],[-0.627,0.444],[0.047,1.547],[0.038,1.538],[-0.153,1.347],[-0.526,0.974],[5.303,3.499],[5.308,3.498],[5.351,3.5],[5.433,3.505],[0.085,-0.002],[0.094,-0.017],[0.087,-0.006]],"o":[[0.127,1.182],[-0.004,1.052],[-0.088,0.968],[-0.125,0.93],[-0.116,0.939],[-0.061,0.994],[3.557,2.347],[3.546,2.385],[3.514,2.369],[3.461,2.299],[1.245,0.799],[1.225,0.793],[1.232,0.764],[1.266,0.715],[0.455,0.509],[0.64,0.609],[0.73,0.484],[0.725,0.133],[0.125,-1.375],[-0.047,-1.547],[-0.038,-1.538],[0.153,-1.347],[-5.335,-3.505],[-5.303,-3.499],[-5.308,-3.498],[-5.351,-3.5],[-0.059,-0.038],[-0.085,0.002],[-0.094,0.017],[-0.087,0.006]],"v":[[-293,-191],[-292.827,-187.66],[-292.975,-184.642],[-293.305,-181.805],[-293.679,-179.012],[-293.957,-176.124],[-294,-173],[-283.341,-165.887],[-272.746,-158.742],[-262.279,-151.726],[-252,-145],[-248.302,-142.607],[-244.622,-140.266],[-240.882,-138.042],[-237,-136],[-235.334,-134.266],[-233.257,-132.571],[-231.051,-131.589],[-229,-132],[-228.929,-136.429],[-229.101,-141.101],[-228.973,-145.473],[-228,-149],[-243.947,-159.505],[-259.854,-169.999],[-275.834,-180.494],[-292,-191],[-292.22,-191.047],[-292.493,-191.012],[-292.769,-190.97]],"c":true}],"h":1},{"t":81,"s":[{"i":[[3.673,1.772],[0.002,-0.877],[-0.058,-0.817],[-0.094,-0.781],[-0.106,-0.769],[-0.094,-0.781],[-0.058,-0.817],[0.002,-0.877],[0.086,-0.961],[-2.677,-1.323],[-2.643,-1.357],[-2.625,-1.375],[-2.624,-1.376],[-2.638,-1.362],[-2.669,-1.331],[-2.715,-1.285],[-2.778,-1.222],[0,0.792],[0,0.792],[0,0.792],[0,0.792],[0,0.792],[0,0.792],[0,0.792],[0,0.792],[3.602,1.843],[3.59,1.854],[3.592,1.852],[3.606,1.838],[3.633,1.811]],"o":[[-0.086,0.961],[-0.002,0.877],[0.058,0.817],[0.094,0.781],[0.106,0.769],[0.094,0.781],[0.058,0.817],[-0.002,0.877],[2.727,1.273],[2.677,1.323],[2.643,1.357],[2.625,1.375],[2.624,1.376],[2.638,1.362],[2.669,1.331],[2.715,1.285],[0,-0.792],[0,-0.792],[0,-0.792],[0,-0.792],[0,-0.792],[0,-0.792],[0,-0.792],[0,-0.792],[-3.626,-1.819],[-3.602,-1.843],[-3.59,-1.854],[-3.592,-1.852],[-3.606,-1.838],[-3.633,-1.811]],"v":[[-265,-171],[-265.127,-168.248],[-265.038,-165.712],[-264.805,-163.32],[-264.5,-161],[-264.195,-158.68],[-263.962,-156.288],[-263.873,-153.752],[-264,-151],[-255.898,-147.102],[-247.922,-143.078],[-240.023,-138.977],[-232.153,-134.847],[-224.264,-130.736],[-216.308,-126.692],[-208.236,-122.764],[-200,-119],[-200,-121.375],[-200,-123.75],[-200,-126.125],[-200,-128.5],[-200,-130.875],[-200,-133.25],[-200,-135.625],[-200,-138],[-210.838,-143.496],[-221.623,-149.044],[-232.393,-154.607],[-243.188,-160.146],[-254.044,-165.623]],"c":true}],"h":1},{"t":82,"s":[{"i":[[3.744,1.09],[-0.159,-0.8],[-0.128,-0.83],[-0.108,-0.851],[-0.098,-0.861],[-0.098,-0.86],[-0.108,-0.85],[-0.129,-0.829],[-0.16,-0.799],[-2.604,-1.021],[-2.617,-1.008],[-2.626,-0.999],[-2.633,-0.992],[-2.636,-0.989],[-2.637,-0.988],[-2.635,-0.99],[-2.63,-0.995],[0.026,0.932],[0.078,0.881],[0.112,0.847],[0.129,0.829],[0.129,0.829],[0.112,0.846],[0.078,0.88],[0.027,0.932],[3.572,1.262],[3.493,1.34],[3.471,1.363],[3.505,1.328],[3.596,1.237]],"o":[[0.199,0.759],[0.159,0.8],[0.128,0.83],[0.108,0.851],[0.098,0.861],[0.098,0.86],[0.108,0.85],[0.129,0.829],[2.589,1.036],[2.604,1.021],[2.617,1.008],[2.626,0.999],[2.633,0.992],[2.636,0.989],[2.637,0.988],[2.635,0.99],[0.042,-1],[-0.026,-0.932],[-0.078,-0.881],[-0.112,-0.847],[-0.129,-0.829],[-0.129,-0.829],[-0.112,-0.846],[-0.078,-0.881],[-3.707,-1.126],[-3.572,-1.262],[-3.493,-1.34],[-3.471,-1.363],[-3.505,-1.328],[-3.596,-1.237]],"v":[[-220,-137],[-219.466,-134.659],[-219.039,-132.211],[-218.687,-129.687],[-218.381,-127.118],[-218.09,-124.534],[-217.783,-121.966],[-217.43,-119.445],[-217,-117],[-209.209,-113.916],[-201.376,-110.874],[-193.511,-107.864],[-185.622,-104.879],[-177.717,-101.908],[-169.806,-98.944],[-161.898,-95.977],[-154,-93],[-153.981,-95.894],[-154.141,-98.609],[-154.429,-101.196],[-154.794,-103.706],[-155.185,-106.19],[-155.55,-108.7],[-155.839,-111.286],[-156,-114],[-166.904,-117.596],[-177.487,-121.513],[-187.918,-125.582],[-198.367,-129.633],[-209.005,-133.495]],"c":true}],"h":1},{"t":83,"s":[{"i":[[3.582,0.695],[-0.1,-0.941],[-0.148,-0.894],[-0.182,-0.86],[-0.202,-0.839],[-0.21,-0.832],[-0.204,-0.838],[-0.184,-0.858],[-0.151,-0.891],[-2.604,-0.605],[-2.576,-0.632],[-2.559,-0.649],[-2.554,-0.654],[-2.559,-0.649],[-2.576,-0.632],[-2.604,-0.605],[-2.642,-0.566],[0.184,0.858],[0.188,0.854],[0.187,0.855],[0.18,0.861],[0.169,0.873],[0.152,0.889],[0.131,0.911],[0.104,0.938],[3.422,0.856],[3.398,0.879],[3.403,0.875],[3.435,0.843],[3.495,0.783]],"o":[[0.039,1.002],[0.1,0.941],[0.148,0.894],[0.182,0.86],[0.202,0.839],[0.21,0.832],[0.204,0.838],[0.184,0.858],[2.642,0.566],[2.604,0.605],[2.576,0.632],[2.559,0.649],[2.554,0.654],[2.559,0.649],[2.576,0.632],[2.604,0.605],[-0.175,-0.867],[-0.184,-0.858],[-0.188,-0.854],[-0.187,-0.855],[-0.18,-0.861],[-0.169,-0.873],[-0.152,-0.889],[-0.131,-0.911],[-3.473,-0.805],[-3.422,-0.856],[-3.398,-0.879],[-3.403,-0.875],[-3.435,-0.843],[-3.495,-0.783]],"v":[[-158,-92],[-157.787,-89.088],[-157.412,-86.338],[-156.915,-83.711],[-156.335,-81.165],[-155.714,-78.662],[-155.091,-76.16],[-154.506,-73.619],[-154,-71],[-146.134,-69.241],[-138.367,-67.382],[-130.667,-65.458],[-123,-63.5],[-115.333,-61.542],[-107.633,-59.618],[-99.866,-57.759],[-92,-56],[-92.539,-58.586],[-93.098,-61.152],[-93.661,-63.714],[-94.213,-66.287],[-94.739,-68.887],[-95.222,-71.528],[-95.647,-74.228],[-96,-77],[-106.335,-79.498],[-116.559,-82.108],[-126.754,-84.747],[-137.003,-87.33],[-147.391,-89.776]],"c":true}],"h":1},{"t":84,"s":[{"i":[[3.345,0.544],[-0.235,-0.932],[-0.238,-0.928],[-0.243,-0.924],[-0.248,-0.919],[-0.254,-0.913],[-0.261,-0.906],[-0.268,-0.899],[-0.276,-0.89],[-2.512,-0.321],[-2.471,-0.362],[-2.45,-0.383],[-2.448,-0.385],[-2.465,-0.368],[-2.503,-0.331],[-2.559,-0.274],[-2.635,-0.198],[0.2,0.883],[0.224,0.86],[0.236,0.847],[0.238,0.846],[0.228,0.855],[0.208,0.876],[0.176,0.907],[0.133,0.95],[3.414,0.475],[3.403,0.485],[3.391,0.498],[3.378,0.511],[3.362,0.527]],"o":[[0.232,0.935],[0.235,0.932],[0.238,0.928],[0.243,0.924],[0.248,0.919],[0.254,0.913],[0.261,0.906],[0.268,0.899],[2.573,0.26],[2.512,0.321],[2.471,0.362],[2.45,0.383],[2.448,0.385],[2.465,0.368],[2.503,0.331],[2.559,0.274],[-0.166,-0.917],[-0.2,-0.883],[-0.224,-0.86],[-0.236,-0.847],[-0.238,-0.846],[-0.228,-0.855],[-0.208,-0.876],[-0.176,-0.907],[-3.422,-0.466],[-3.414,-0.475],[-3.403,-0.485],[-3.391,-0.498],[-3.378,-0.511],[-3.362,-0.527]],"v":[[-84,-40],[-83.3,-37.2],[-82.591,-34.409],[-81.869,-31.63],[-81.134,-28.866],[-80.381,-26.119],[-79.609,-23.39],[-78.817,-20.683],[-78,-18],[-70.377,-17.123],[-62.906,-16.094],[-55.528,-14.972],[-48.186,-13.814],[-40.821,-12.679],[-33.374,-11.626],[-25.786,-10.714],[-18,-10],[-18.552,-12.698],[-19.191,-15.309],[-19.884,-17.866],[-20.598,-20.402],[-21.299,-22.951],[-21.955,-25.545],[-22.533,-28.217],[-23,-31],[-33.255,-32.412],[-43.481,-33.852],[-53.674,-35.326],[-63.828,-36.839],[-73.938,-38.395]],"c":true}],"h":1},{"t":85,"s":[{"i":[[3.316,0.072],[-0.174,-0.951],[-0.238,-0.887],[-0.281,-0.844],[-0.304,-0.821],[-0.307,-0.818],[-0.289,-0.836],[-0.252,-0.873],[-0.194,-0.931],[-2.445,-0.153],[-2.494,-0.188],[-2.519,-0.193],[-2.521,-0.166],[-2.499,-0.109],[-2.454,-0.02],[-2.385,0.1],[-2.293,0.251],[0.31,0.815],[0.286,0.839],[0.272,0.853],[0.267,0.858],[0.271,0.854],[0.285,0.84],[0.307,0.818],[0.339,0.786],[3.166,0.223],[3.191,0.198],[3.218,0.171],[3.248,0.141],[3.281,0.108]],"o":[[0.091,1.035],[0.174,0.951],[0.238,0.887],[0.281,0.844],[0.304,0.821],[0.307,0.818],[0.289,0.836],[0.252,0.873],[2.373,0.086],[2.445,0.153],[2.494,0.188],[2.519,0.193],[2.521,0.166],[2.499,0.109],[2.454,0.02],[2.385,-0.1],[-0.342,-0.783],[-0.31,-0.815],[-0.286,-0.839],[-0.272,-0.853],[-0.267,-0.858],[-0.271,-0.854],[-0.285,-0.84],[-0.307,-0.818],[-3.144,-0.245],[-3.166,-0.223],[-3.191,-0.198],[-3.218,-0.171],[-3.248,-0.141],[-3.281,-0.108]],"v":[[2,19],[2.402,21.973],[3.025,24.725],[3.808,27.317],[4.691,29.809],[5.612,32.263],[6.511,34.739],[7.327,37.298],[8,40],[15.233,40.365],[22.647,40.884],[30.173,41.464],[37.739,42.01],[45.276,42.43],[52.711,42.631],[59.976,42.519],[67,42],[66.025,39.6],[65.133,37.117],[64.297,34.578],[63.49,32.01],[62.685,29.44],[61.853,26.897],[60.967,24.408],[60,22],[50.536,21.298],[41.001,20.666],[31.388,20.112],[21.689,19.645],[11.895,19.271]],"c":true}],"h":1},{"t":86,"s":[{"i":[[0.336,1.276],[2.421,0.004],[2.36,-0.056],[2.324,-0.093],[2.311,-0.105],[2.323,-0.094],[2.358,-0.059],[2.417,0],[2.5,0.083],[-0.231,-0.977],[-0.281,-0.928],[-0.315,-0.894],[-0.333,-0.875],[-0.336,-0.872],[-0.323,-0.885],[-0.295,-0.913],[-0.252,-0.957],[-2.316,0.1],[-2.338,0.079],[-2.359,0.058],[-2.378,0.039],[-2.396,0.02],[-2.414,0.003],[-2.43,-0.013],[-2.444,-0.028],[0.333,1.278],[0.407,1.204],[0.444,1.167],[0.445,1.167],[0.408,1.203]],"o":[[-2.505,-0.088],[-2.421,-0.004],[-2.36,0.056],[-2.324,0.093],[-2.311,0.105],[-2.323,0.094],[-2.358,0.059],[-2.417,0],[0.166,1.042],[0.231,0.977],[0.281,0.928],[0.315,0.894],[0.333,0.875],[0.336,0.872],[0.323,0.885],[0.295,0.913],[2.293,-0.124],[2.316,-0.1],[2.338,-0.079],[2.359,-0.058],[2.378,-0.039],[2.396,-0.02],[2.414,-0.003],[2.43,0.013],[-0.222,-1.389],[-0.333,-1.278],[-0.407,-1.204],[-0.444,-1.167],[-0.445,-1.167],[-0.408,-1.203]],"v":[[152,79],[144.617,78.867],[137.451,78.951],[130.43,79.181],[123.484,79.484],[116.539,79.789],[109.524,80.025],[102.369,80.119],[95,80],[95.601,83.024],[96.373,85.877],[97.269,88.606],[98.245,91.255],[99.252,93.873],[100.244,96.506],[101.176,99.199],[102,102],[108.914,101.664],[115.896,101.396],[122.941,101.191],[130.047,101.047],[137.209,100.959],[144.424,100.924],[151.689,100.939],[159,101],[158.159,97.008],[157.041,93.293],[155.755,89.745],[154.413,86.253],[153.125,82.708]],"c":true}],"h":1},{"t":87,"s":[{"i":[[0.506,1.105],[2.392,-0.108],[2.346,-0.154],[2.314,-0.186],[2.296,-0.204],[2.292,-0.208],[2.302,-0.198],[2.326,-0.174],[2.365,-0.135],[-0.324,-0.926],[-0.337,-0.913],[-0.344,-0.906],[-0.346,-0.904],[-0.344,-0.906],[-0.337,-0.913],[-0.324,-0.926],[-0.307,-0.943],[-2.29,0.252],[-2.329,0.213],[-2.355,0.187],[-2.368,0.174],[-2.368,0.174],[-2.355,0.186],[-2.329,0.212],[-2.29,0.251],[0.403,1.208],[0.424,1.187],[0.444,1.167],[0.465,1.146],[0.486,1.125]],"o":[[-2.453,0.047],[-2.392,0.108],[-2.346,0.154],[-2.314,0.186],[-2.296,0.204],[-2.292,0.208],[-2.302,0.198],[-2.326,0.174],[0.307,0.943],[0.324,0.926],[0.337,0.913],[0.344,0.906],[0.346,0.904],[0.344,0.906],[0.337,0.913],[0.324,0.926],[2.238,-0.304],[2.29,-0.252],[2.329,-0.213],[2.355,-0.187],[2.368,-0.174],[2.368,-0.174],[2.355,-0.186],[2.329,-0.212],[-0.383,-1.228],[-0.403,-1.208],[-0.424,-1.187],[-0.444,-1.167],[-0.465,-1.146],[-0.486,-1.125]],"v":[[249,139],[241.736,139.236],[234.632,139.632],[227.646,140.146],[220.736,140.736],[213.858,141.358],[206.972,141.972],[200.033,142.533],[193,143],[193.948,145.802],[194.941,148.559],[195.963,151.287],[197,154],[198.037,156.713],[199.059,159.441],[200.052,162.198],[201,165],[207.794,164.169],[214.725,163.475],[221.754,162.879],[228.842,162.342],[235.95,161.824],[243.038,161.287],[250.068,160.692],[257,160],[255.821,156.345],[254.58,152.753],[253.278,149.222],[251.914,145.753],[250.488,142.345]],"c":true}],"h":1},{"t":88,"s":[{"i":[[1.096,0.238],[2.181,-0.319],[2.21,-0.29],[2.229,-0.271],[2.237,-0.263],[2.234,-0.266],[2.221,-0.279],[2.197,-0.303],[2.162,-0.338],[-0.231,-0.935],[-0.303,-0.864],[-0.347,-0.82],[-0.364,-0.803],[-0.354,-0.813],[-0.317,-0.85],[-0.252,-0.914],[-0.161,-1.006],[-3.14,0.304],[-3.053,0.391],[-3.024,0.421],[-3.053,0.391],[-3.14,0.304],[-3.285,0.159],[0.353,0.98],[0.412,0.922],[0.353,0.98],[0.176,1.157],[0.358,0.975],[0.292,1.042],[0.537,0.796]],"o":[[-2.141,0.359],[-2.181,0.319],[-2.21,0.29],[-2.229,0.271],[-2.237,0.263],[-2.234,0.266],[-2.221,0.279],[-2.197,0.303],[0.133,1.034],[0.231,0.935],[0.303,0.864],[0.347,0.82],[0.364,0.803],[0.354,0.813],[0.317,0.85],[0.252,0.914],[3.285,-0.159],[3.14,-0.304],[3.053,-0.391],[3.024,-0.421],[3.053,-0.391],[3.14,-0.304],[-0.176,-1.157],[-0.353,-0.98],[-0.412,-0.922],[-0.353,-0.98],[-0.738,-0.596],[-0.358,-0.975],[-0.292,-1.042],[-0.537,-0.796]],"v":[[348,199],[341.515,200.015],[334.926,200.926],[328.265,201.765],[321.564,202.564],[314.855,203.355],[308.17,204.17],[301.541,205.041],[295,206],[295.553,208.947],[296.361,211.639],[297.342,214.157],[298.416,216.584],[299.5,219],[300.513,221.487],[301.374,224.126],[302,227],[311.624,226.291],[320.899,225.232],[330,224],[339.101,222.768],[348.376,221.709],[358,221],[357.177,217.823],[356,215],[354.823,212.177],[354,209],[352.434,206.566],[351.537,203.463],[350.371,200.629]],"c":true}],"h":1},{"t":89,"s":[{"i":[[-4.751,0.499],[0.303,0.906],[0.339,0.869],[0.362,0.847],[0.37,0.838],[0.365,0.843],[0.346,0.862],[0.313,0.895],[0.266,0.942],[0.128,0.038],[0.108,0.059],[0.097,0.07],[0.097,0.07],[0.108,0.059],[0.129,0.038],[0.16,0.007],[0.202,-0.035],[2.827,-0.506],[2.871,-0.463],[2.904,-0.429],[2.927,-0.406],[2.94,-0.393],[2.944,-0.39],[-0.685,-1.815],[-0.792,-1.708],[-0.711,-1.789],[-0.443,-2.057],[-4.525,0.725],[-4.55,0.7],[-4.625,0.625]],"o":[[-0.252,-0.956],[-0.303,-0.906],[-0.339,-0.869],[-0.362,-0.847],[-0.37,-0.838],[-0.365,-0.843],[-0.346,-0.862],[-0.313,-0.895],[-0.16,-0.007],[-0.128,-0.038],[-0.108,-0.059],[-0.097,-0.07],[-0.097,-0.07],[-0.108,-0.059],[-0.129,-0.038],[-0.16,-0.007],[-2.774,0.56],[-2.827,0.506],[-2.871,0.463],[-2.904,0.429],[-2.927,0.406],[-2.94,0.393],[0.391,2.109],[0.685,1.815],[0.792,1.708],[0.711,1.789],[4.55,-0.7],[4.525,-0.725],[4.55,-0.7],[4.625,-0.625]],"v":[[460,281],[459.165,278.21],[458.199,275.551],[457.144,272.981],[456.042,270.458],[454.935,267.94],[453.865,265.385],[452.872,262.753],[452,260],[451.57,259.93],[451.219,259.781],[450.915,259.585],[450.626,259.374],[450.322,259.178],[449.97,259.03],[449.54,258.96],[449,259],[440.596,260.596],[432.047,262.047],[423.382,263.382],[414.633,264.633],[405.829,265.829],[397,267],[398.66,272.84],[400.922,278.078],[403.223,283.277],[405,289],[418.599,286.849],[432.198,284.698],[445.949,282.699]],"c":true}],"h":1}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.2901961,0.4745098,0.7529412,1]},"o":{"a":1,"k":[{"t":12,"s":[0],"h":1},{"t":13,"s":[100],"h":1},{"t":90,"s":[0],"h":1}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":101,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"Book_03_Back_c","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[500,500,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"t":13,"s":[{"i":[[-4.398,1.602],[7.206,13.128],[7.318,13.015],[0.137,0.197],[0.425,-0.092],[1.935,-0.898],[1.77,-1.063],[-1.019,-1.617],[-0.861,-1.593],[-0.799,-1.677],[-0.884,-1.592],[-1.848,-3.118],[-1.675,-3.043],[-3.616,-6.65],[-2.951,-7.005]],"o":[[-6.859,-13.474],[-7.206,-13.128],[-0.029,-0.305],[-0.137,-0.197],[-1.489,1.344],[-1.935,0.898],[0.062,1.939],[1.019,1.617],[0.918,1.7],[0.799,1.677],[1.935,3.486],[1.848,3.118],[3.578,6.503],[3.53,6.492],[5.27,-0.73]],"v":[[461,359],[439.844,319.156],[418,280],[417.798,279.202],[417,279],[411.711,282.21],[406,285],[407.901,290.26],[411,295],[413.526,300.08],[416,305],[421.695,314.832],[427,324],[437,344],[448,364]],"c":true}],"h":1},{"t":14,"s":[{"i":[[-0.531,2.635],[4.728,8.494],[4.675,8.548],[4.483,8.74],[1.88,-1.12],[2.605,-0.395],[-1.61,-3.159],[-1.356,-2.341],[-1.172,-1.976],[-1.163,-2.111],[-1.811,-3.296],[-1.808,-3.281],[-2.737,-5.069],[-3.234,-4.613],[-2.283,0.884]],"o":[[-4.643,-8.579],[-4.728,-8.494],[-4.675,-8.548],[-2.875,0.125],[-1.88,1.12],[1.204,3.023],[1.61,3.159],[1.15,1.987],[1.172,1.976],[1.948,3.534],[1.811,3.296],[2.817,5.11],[2.737,5.069],[1.337,-1.83],[2.283,-0.884]],"v":[[346,290],[331.909,264.425],[317.77,238.897],[304,213],[297.298,215.297],[291,218],[295.386,227.511],[300,236],[303.49,241.907],[307,248],[312.605,258.189],[318,268],[326.187,283.372],[335,298],[341.104,294.604]],"c":true}],"h":1},{"t":15,"s":[{"i":[[-2.201,0.632],[3.612,6.472],[3.706,6.377],[3.617,6.467],[3.343,6.741],[0.206,0.127],[0.185,0.148],[0.27,0.063],[2.097,-1.07],[0.786,-2.381],[-5.482,-9.81],[-5.327,-9.243],[-1.924,-3.244],[-2.442,-2.795],[-1.766,1.068]],"o":[[-3.332,-6.751],[-3.612,-6.472],[-3.706,-6.377],[-3.617,-6.467],[-0.334,0.001],[-0.206,-0.127],[-0.185,-0.148],[-1.827,1.34],[-2.097,1.07],[5.743,9.519],[5.482,9.81],[1.861,3.228],[1.924,3.244],[1.737,-1.096],[1.766,-1.068]],"v":[[240,226],[229.538,206.212],[218.515,186.985],[207.485,167.765],[197,148],[196.216,147.784],[195.656,147.344],[195,147],[188.719,150.219],[184,155],[200.812,184.207],[217,213],[222.564,222.825],[229,232],[234.152,228.652]],"c":true}],"h":1},{"t":16,"s":[{"i":[[0.004,1.67],[3.774,6.31],[3.774,6.309],[3.739,6.345],[3.666,6.417],[1.205,-0.461],[1.054,-0.613],[0.822,-0.845],[0.509,-1.158],[-5.058,-8.386],[-4.982,-8.462],[-4.825,-8.619],[-0.885,0.782],[-1.668,-0.001],[-1.128,0.539]],"o":[[-3.737,-6.347],[-3.774,-6.31],[-3.774,-6.309],[-3.739,-6.345],[-1.276,0.391],[-1.205,0.461],[-1.054,0.613],[-0.822,0.845],[5.053,8.391],[5.058,8.386],[4.982,8.462],[1.793,0.126],[0.885,-0.782],[0.492,-1.175],[1.128,-0.539]],"v":[[143,161],[131.726,142.025],[120.395,123.106],[109.116,104.134],[98,85],[94.258,86.258],[90.849,87.85],[88.016,90.016],[86,93],[101.188,118.146],[116.268,143.398],[131,169],[134.594,167.594],[138,166],[140.871,163.871]],"c":true}],"h":1},{"t":17,"s":[{"i":[[-0.204,1.463],[5.209,8.124],[5.16,8.174],[4.816,8.517],[0.388,0.278],[0.808,-0.141],[1.908,-1.259],[1.073,-2.094],[-3.865,-6.239],[-4.001,-6.284],[-4.085,-6.312],[-3.684,-6.51],[-0.722,0.944],[-1.355,0.311],[-1.002,0.665]],"o":[[-4.965,-8.368],[-5.209,-8.124],[-5.16,-8.174],[-0.639,-0.027],[-0.388,-0.278],[-1.297,1.87],[-1.908,1.259],[4.54,5.76],[3.865,6.239],[3.976,6.244],[4.085,6.312],[1.755,0.089],[0.722,-0.945],[0.789,-0.877],[1.002,-0.665]],"v":[[57,102],[41.665,77.335],[26.037,52.962],[11,28],[9.626,27.374],[8,27],[2.832,31.332],[-2,36],[10.404,54.107],[22,73],[34.219,91.801],[46,111],[49.3,109.3],[52,107],[54.939,104.939]],"c":true}],"h":1},{"t":18,"s":[{"i":[[-1.696,1.804],[4.127,5.956],[4.08,6.003],[4.038,6.046],[4.001,6.083],[0.265,0.179],[0.302,0.142],[0.538,-0.094],[1.65,-1.517],[1.2,-1.966],[-4.028,-6.065],[-4.201,-6.101],[-4.239,-6.148],[-3.862,-6.331],[-1.694,1.806]],"o":[[-4.18,-5.904],[-4.127,-5.956],[-4.08,-6.003],[-4.038,-6.046],[-0.426,-0.018],[-0.265,-0.179],[-0.302,-0.142],[-1.2,1.966],[-1.65,1.517],[4.688,5.637],[4.028,6.065],[4.183,6.075],[4.239,6.148],[2.527,-0.972],[1.694,-1.806]],"v":[[-17,48],[-29.46,30.209],[-41.769,12.269],[-53.944,-5.806],[-66,-24],[-66.987,-24.346],[-67.788,-24.878],[-69,-25],[-73.5,-20],[-78,-15],[-65.135,2.652],[-53,21],[-40.26,39.308],[-28,58],[-21.876,53.624]],"c":true}],"h":1},{"t":19,"s":[{"i":[[9.041,11.626],[1.16,-1.062],[1.063,-1.159],[0.52,-1.702],[-3.914,-5.142],[-3.82,-5.074],[-3.667,-5.268],[-4.409,-4.718],[-0.77,-0.563],[-0.154,-1.179],[-0.461,-0.873],[-1.411,0.078],[-1.751,1.583],[-0.781,2.553],[8.688,11.979]],"o":[[-0.811,1.411],[-1.16,1.062],[-1.063,1.159],[3.525,5.356],[3.914,5.142],[3.923,5.212],[3.667,5.268],[-0.237,1.57],[0.77,0.563],[0.747,0.587],[0.46,0.873],[1.217,-2.117],[1.751,-1.583],[-9.209,-11.457],[-8.688,-11.979]],"v":[[-133,-71],[-136.068,-67.401],[-139.514,-64.181],[-142,-60],[-130.721,-44.288],[-119,-29],[-107.864,-13.13],[-96,2],[-94.793,4.793],[-93,7],[-91.498,9.498],[-89,11],[-84.173,5.827],[-80,0],[-106.626,-35.374]],"c":true}],"h":1},{"t":20,"s":[{"i":[[1.615,-0.282],[0.996,-5.338],[-2.932,-3.904],[-1.117,-1.428],[-2.274,-2.872],[-1.221,-1.597],[-0.672,-0.831],[-0.978,-1.168],[-0.54,-0.707],[-0.583,-0.725],[-4.373,-5.382],[-4.295,-0.638],[-1.457,4.877],[8.695,11.134],[8.552,11.469]],"o":[[-1.544,4.79],[3.736,4.325],[1.179,1.57],[2.207,2.822],[1.69,2.135],[0.617,0.807],[0.955,1.182],[0.626,0.748],[0.494,0.646],[4.809,5.983],[2.297,2.828],[1.212,-5.122],[-8.704,-11.168],[-8.815,-11.288],[-1.278,-0.055]],"v":[[-188,-109],[-195,-97],[-185,-84],[-181,-80],[-175,-71],[-169,-65],[-168,-62],[-164,-59],[-163,-56],[-161,-54],[-147,-37],[-139,-29],[-132,-41],[-159,-74],[-185,-108]],"c":true}],"h":1},{"t":21,"s":[{"i":[[1,0],[1.068,-1.766],[1.096,-1.737],[-2.414,-2.752],[-2.686,-2.481],[-2.45,-2.717],[-2.293,-2.873],[-4.762,-5.571],[-5.108,-5.225],[-1.249,2.085],[-0.805,2.528],[6.933,8.067],[7.388,7.612],[2.442,2.558],[1.585,3.415]],"o":[[-0.632,2.201],[-1.068,1.766],[1.656,3.51],[2.414,2.752],[1.908,3.258],[2.45,2.717],[4.843,5.49],[4.762,5.571],[1.201,-2.133],[1.249,-2.085],[-6.882,-8.118],[-6.933,-8.067],[-1.647,-3.353],[-2.442,-2.558],[-1,0]],"v":[[-231,-140],[-233.652,-134.152],[-237,-129],[-230.772,-119.728],[-223,-112],[-216.289,-103.211],[-209,-95],[-194.699,-78.301],[-180,-62],[-176.204,-68.204],[-173,-75],[-193.62,-99.38],[-215,-123],[-221.547,-131.453],[-228,-140]],"c":true}],"h":1},{"t":22,"s":[{"i":[[0.184,0.132],[0.863,-2.137],[1.337,-1.662],[-2.201,-2.197],[-2.13,-2.13],[-2.148,-2.369],[-2.173,-2.29],[-4.303,-4.694],[-4.403,-4.602],[-1.022,-1.645],[-2.93,0.264],[-1.03,1.97],[-0.536,2.463],[9.88,10.134],[9.373,10.596]],"o":[[-1.212,1.788],[-0.863,2.137],[1.065,3.082],[2.201,2.197],[2.236,2.236],[2.148,2.369],[4.386,4.62],[4.303,4.694],[1.983,0.684],[1.022,1.645],[0.344,-2.656],[1.03,-1.97],[-9.108,-10.868],[-9.88,-10.134],[-0.146,-0.165]],"v":[[-262,-164],[-264.906,-157.906],[-268,-152],[-262.798,-144.285],[-256,-138],[-249.453,-131.04],[-243,-124],[-230.013,-109.986],[-217,-96],[-213.211,-91.789],[-208,-89],[-205.644,-95.644],[-203,-102],[-231.802,-133.205],[-261,-164]],"c":true}],"h":1},{"t":23,"s":[{"i":[[0.577,0.094],[0.546,-1.565],[0.546,-1.565],[0.139,-1.972],[-7.546,-7.395],[-7.403,-6.877],[-1.353,-1.152],[-1.302,-1.199],[-1.195,-1.391],[-1.982,-0.296],[-0.973,2.36],[-0.75,2.584],[9.783,9.599],[9.709,9.564],[0.521,0.143]],"o":[[-0.139,1.972],[-0.546,1.565],[-0.546,1.565],[7.413,7.541],[7.546,7.395],[1.285,1.194],[1.353,1.152],[1.239,1.142],[1.195,1.391],[0.359,-2.974],[0.973,-2.361],[-10.161,-9.038],[-9.783,-9.599],[-0.338,-0.333],[-0.521,-0.143]],"v":[[-284,-181],[-285.13,-175.797],[-286.87,-171.203],[-288,-166],[-265.492,-143.502],[-243,-122],[-239.013,-118.504],[-235,-115],[-231.557,-110.865],[-227,-108],[-224.792,-115.792],[-222,-123],[-251.839,-151.106],[-281,-180],[-282.321,-180.68]],"c":true}],"h":1},{"t":24,"s":[{"i":[[5.314,1.19],[0.815,-2.518],[0.558,-2.775],[-5.165,-4.669],[-4.875,-4.959],[-2.571,-2.429],[-2.637,-2.363],[-1.244,-1.256],[-1.492,-1.008],[-1.181,-1.43],[-1.638,1.149],[0.211,6.211],[10.933,9.207],[1.054,0.954],[2.725,1.807]],"o":[[-0.18,3.153],[-0.815,2.518],[5.467,4.367],[5.165,4.669],[3.079,1.921],[2.571,2.429],[1.533,0.967],[1.244,1.256],[1.638,0.427],[1.181,1.431],[-0.072,-6.072],[-10.622,-10.297],[-1.441,-1.214],[-3.264,-2.954],[-5.148,-3.415]],"v":[[-296,-190],[-297.717,-181.717],[-300,-174],[-284.056,-160.444],[-269,-146],[-260.668,-139.332],[-253,-132],[-248.969,-128.531],[-245,-125],[-241,-121.318],[-237,-120],[-234,-135],[-268,-166],[-272,-169],[-281,-178]],"c":true}],"h":1},{"t":25,"s":[{"i":[[1,0],[0.692,-2.308],[0.198,-2.802],[-2.647,-2.187],[-2.399,-2.434],[-2.499,-2.334],[-3.177,-1.657],[-2.647,-2.187],[-2.399,-2.434],[-2.499,-2.334],[-3.177,-1.657],[-0.603,2.564],[-0.708,2.459],[10.271,8.729],[9.481,9.519]],"o":[[-0.033,2.967],[-0.692,2.308],[2.014,2.819],[2.647,2.187],[2.826,2.007],[2.499,2.334],[2.014,2.819],[2.647,2.187],[2.826,2.007],[2.499,2.334],[0.88,-2.287],[0.603,-2.564],[-9.435,-9.565],[-10.271,-8.729],[-1,0]],"v":[[-302,-194],[-303.376,-186.376],[-305,-179],[-297.788,-171.712],[-290,-165],[-282.263,-158.237],[-274,-152],[-266.788,-144.712],[-259,-138],[-251.263,-131.237],[-243,-125],[-240.871,-132.371],[-239,-140],[-268.966,-167.034],[-299,-194]],"c":true}],"h":1},{"t":26,"s":[{"i":[[0.221,0.132],[0.603,-2.564],[0.708,-2.459],[-5.241,-4.426],[-5.243,-4.423],[-2.889,-2.759],[-2.574,-1.707],[-0.946,-0.838],[-0.988,-0.832],[-1.444,-1.228],[-1.959,-0.024],[-0.599,2.401],[-0.338,2.662],[10.267,8.751],[10.248,8.709]],"o":[[-0.88,2.286],[-0.603,2.564],[4.793,4.873],[5.241,4.426],[2.868,2.257],[2.889,2.759],[1.228,0.815],[0.946,0.838],[1.264,1.064],[1.444,1.228],[0.268,-2.732],[0.599,-2.401],[-9.685,-9.284],[-10.267,-8.752],[-0.194,-0.164]],"v":[[-304,-196],[-306.129,-188.629],[-308,-181],[-292.837,-167.163],[-277,-154],[-268.279,-146.088],[-260,-139],[-256.819,-136.512],[-254,-134],[-250.021,-130.22],[-245,-128],[-243.552,-135.552],[-242,-143],[-272.077,-169.931],[-303,-196]],"c":true}],"h":1},{"t":27,"s":[{"i":[[1.163,-0.163],[0.656,-2.51],[0.144,-3.023],[-7.128,-6.149],[-6.5,-5.535],[-1.064,-0.912],[-0.712,-0.472],[-0.975,-0.863],[-0.87,-0.733],[-1.42,-1.208],[-1.96,-0.025],[-0.729,2.438],[-0.202,2.964],[14.114,13.886],[6.428,2.905]],"o":[[-0.231,2.935],[-0.656,2.51],[6.99,5.869],[7.128,6.149],[1.033,0.88],[1.064,0.912],[1.231,0.817],[0.975,0.863],[1.36,1.144],[1.42,1.208],[-0.118,-3.284],[0.729,-2.438],[-14.742,-13.258],[-6.381,-2.952],[-0.221,-0.779]],"v":[[-306,-197],[-307.566,-189.066],[-309,-181],[-287.632,-162.75],[-267,-145],[-263.759,-142.194],[-261,-140],[-257.73,-137.437],[-255,-135],[-250.95,-131.16],[-246,-129],[-244.74,-137.24],[-243,-145],[-288,-184],[-304,-196]],"c":true}],"h":1},{"t":28,"s":[{"i":[[0.129,0.06],[0.354,-1.757],[0.441,-1.67],[0.27,-1.841],[-7.839,-6.494],[-7.235,-7.099],[-2.478,-2.356],[-3.732,-1.101],[-0.599,2.401],[-0.268,2.732],[5.279,4.221],[4.524,4.976],[5.026,4.656],[5.984,3.738],[0.188,-0.034]],"o":[[-0.01,2.101],[-0.354,1.757],[-0.441,1.67],[7.409,6.923],[7.839,6.494],[3.357,1.476],[2.478,2.356],[0.338,-2.662],[0.599,-2.401],[-4.358,-5.142],[-5.279,-4.221],[-5.914,-3.637],[-5.025,-4.656],[-0.12,-0.075],[-0.188,0.034]],"v":[[-307,-198],[-307.61,-192.277],[-308.868,-187.202],[-310,-182],[-286.869,-162.132],[-264,-142],[-255.781,-135.719],[-247,-130],[-245.448,-137.448],[-244,-145],[-258.875,-158.625],[-274,-172],[-289.947,-184.924],[-306,-198],[-306.493,-198.011]],"c":true}],"h":1},{"t":29,"s":[{"i":[[5.255,2.436],[0.656,-2.51],[0.144,-3.023],[-3.491,-3.121],[-2.778,-2.587],[-0.555,-0.077],[-0.403,-0.343],[-0.456,-0.748],[-0.587,-0.507],[-1.46,-1.253],[-3.264,-2.683],[-1.442,-0.956],[-5.975,-1.568],[-0.405,5.928],[14.875,12.246]],"o":[[-0.231,2.935],[-0.656,2.51],[3.258,2.93],[3.491,3.121],[0.375,0.349],[0.555,0.077],[0.59,0.502],[0.456,0.748],[1.48,1.279],[3.867,3.32],[2.113,1.737],[5.345,3.546],[-0.236,-6.569],[-15.347,-12.723],[-5.42,-4.462]],"v":[[-307,-198],[-308.566,-190.066],[-310,-182],[-299.64,-172.742],[-290,-164],[-288.521,-163.495],[-287,-163],[-285.498,-161.004],[-284,-159],[-279,-156],[-268,-146],[-262,-141],[-247,-130],[-244,-146],[-290,-185]],"c":true}],"h":1},{"t":30,"s":[{"i":[[5.255,2.436],[0.729,-2.438],[-0.118,-3.284],[-3.5,-3.119],[-2.768,-2.577],[-0.551,-0.076],[-0.415,-0.344],[-0.456,-0.751],[-0.583,-0.504],[-1.46,-1.253],[-2.435,-2.038],[-2.559,-2.147],[-6.005,-3.427],[-1.649,5.018],[14.875,12.246]],"o":[[-0.202,2.964],[-0.729,2.438],[3.231,2.947],[3.5,3.119],[0.38,0.354],[0.551,0.076],[0.592,0.49],[0.456,0.751],[1.48,1.279],[2.396,2.057],[2.595,2.172],[5.204,4.366],[1.966,-4.7],[-15.347,-12.723],[-5.42,-4.462]],"v":[[-307,-198],[-308.74,-190.24],[-310,-182],[-299.652,-172.722],[-290,-164],[-288.526,-163.492],[-287,-163],[-285.493,-161.01],[-284,-159],[-279,-156],[-272,-149],[-264,-143],[-248,-130],[-244,-146],[-290,-185]],"c":true}],"h":1},{"t":78,"s":[{"i":[[5.47,2.608],[0.548,-2.785],[0.983,-2.35],[-7.843,-6.579],[-7.582,-6.242],[-2.596,-2.258],[-2.979,-1.797],[-0.615,2.885],[-0.77,2.73],[1.25,1.118],[1.292,1.065],[3.773,3.148],[3.887,3.096],[2.452,2.153],[2.649,2.181]],"o":[[-0.825,2.509],[-0.548,2.785],[8.046,6.441],[7.843,6.579],[2.635,2.169],[2.596,2.258],[0.77,-2.73],[0.615,-2.885],[-1.709,-0.464],[-1.25,-1.118],[-4.022,-3.314],[-3.773,-3.148],[-2.541,-2.207],[-2.452,-2.153],[-5.338,-4.395]],"v":[[-307,-198],[-308.881,-189.881],[-311,-182],[-287.152,-162.35],[-264,-143],[-256.258,-136.221],[-248,-130],[-246,-138.5],[-244,-147],[-248.313,-149.55],[-252,-153],[-263.602,-162.663],[-275,-172],[-282.419,-178.519],[-290,-185]],"c":true}],"h":1},{"t":79,"s":[{"i":[[2.497,1.948],[0.281,-1.386],[0.27,-1.397],[0.229,-1.437],[0.158,-1.508],[-1.8,-1.533],[-1.832,-1.502],[-1.991,-1.343],[-2.278,-1.056],[-0.192,1.308],[-0.27,1.23],[-0.192,1.308],[0.039,1.539],[2.427,2.017],[2.561,1.884]],"o":[[-0.261,1.405],[-0.281,1.386],[-0.27,1.397],[-0.229,1.437],[1.896,1.437],[1.8,1.533],[1.832,1.502],[1.991,1.343],[-0.039,-1.539],[0.192,-1.308],[0.27,-1.23],[0.192,-1.308],[-2.096,-2.348],[-2.427,-2.017],[-2.561,-1.884]],"v":[[-258,-199],[-258.821,-194.821],[-259.655,-190.655],[-260.411,-186.411],[-261,-182],[-255.488,-177.512],[-250.072,-172.928],[-244.371,-168.629],[-238,-165],[-237.732,-169.232],[-237,-173],[-236.268,-176.768],[-236,-181],[-242.834,-187.499],[-250.365,-193.302]],"c":true}],"h":1},{"t":80,"s":[{"i":[[2.803,1.419],[0.155,-1.511],[-0.01,-1.677],[-0.035,-1.702],[0.08,-1.586],[-1.887,-1.196],[-1.798,-1.285],[-1.887,-1.196],[-2.154,-0.929],[-0.008,1.575],[-0.081,1.503],[-0.157,1.426],[-0.238,1.345],[2.473,1.749],[2.584,1.638]],"o":[[-0.462,1.205],[-0.155,1.511],[0.01,1.677],[0.035,1.702],[2.154,0.929],[1.887,1.196],[1.798,1.286],[1.887,1.196],[-0.06,-1.644],[0.008,-1.575],[0.081,-1.503],[0.157,-1.426],[-2.469,-1.753],[-2.473,-1.749],[-2.584,-1.638]],"v":[[-249,-199],[-249.89,-194.89],[-250.072,-190.072],[-249.968,-184.968],[-250,-180],[-243.983,-176.767],[-238.5,-173],[-233.017,-169.233],[-227,-166],[-227.08,-170.83],[-226.948,-175.448],[-226.593,-179.842],[-226,-184],[-233.386,-189.28],[-240.946,-194.388]],"c":true}],"h":1},{"t":81,"s":[{"i":[[2.864,0.914],[0,-1.583],[0,-1.583],[0,-1.583],[0,-1.583],[-1.929,-1.071],[-1.975,-1.025],[-2.059,-0.941],[-2.18,-0.82],[0.157,1.593],[0.101,1.649],[0.019,1.731],[-0.09,1.84],[2.453,1.325],[2.429,1.349]],"o":[[0,1.583],[0,1.583],[0,1.583],[0,1.583],[1.919,1.081],[1.929,1.071],[1.975,1.025],[2.059,0.941],[-0.185,-1.565],[-0.157,-1.593],[-0.101,-1.649],[-0.019,-1.731],[-2.936,-0.842],[-2.453,-1.325],[-2.429,-1.349]],"v":[[-225,-187],[-225,-182.25],[-225,-177.5],[-225,-172.75],[-225,-168],[-219.238,-164.762],[-213.392,-161.608],[-207.35,-158.65],[-201,-156],[-201.52,-160.73],[-201.913,-165.587],[-202.1,-170.65],[-202,-176],[-209.968,-179.365],[-217.176,-183.491]],"c":true}],"h":1},{"t":82,"s":[{"i":[[2.593,0.962],[-0.164,-1.669],[-0.25,-1.583],[-0.211,-1.622],[-0.047,-1.786],[-1.892,-0.775],[-1.935,-0.731],[-1.951,-0.716],[-1.938,-0.729],[0.189,1.645],[0.255,1.579],[0.189,1.645],[-0.009,1.843],[2.543,1.013],[2.625,0.931]],"o":[[-0.047,1.88],[0.164,1.669],[0.25,1.583],[0.211,1.622],[1.821,0.846],[1.892,0.775],[1.935,0.731],[1.951,0.716],[0.009,-1.843],[-0.189,-1.645],[-0.255,-1.579],[-0.189,-1.645],[-2.347,-1.208],[-2.543,-1.013],[-2.625,-0.931]],"v":[[-184,-161],[-183.794,-155.706],[-183.141,-150.859],[-182.418,-146.082],[-182,-141],[-176.424,-138.576],[-170.676,-136.324],[-164.84,-134.16],[-159,-132],[-159.302,-137.198],[-160,-142],[-160.698,-146.802],[-161,-152],[-168.364,-155.303],[-176.145,-158.189]],"c":true}],"h":1},{"t":83,"s":[{"i":[[2.786,0.436],[-0.334,-1.749],[-0.412,-1.672],[-0.372,-1.712],[-0.215,-1.869],[-1.82,-0.43],[-1.718,-0.532],[-1.788,-0.462],[-2.033,-0.217],[0.282,1.635],[0.376,1.541],[0.282,1.635],[-0.002,1.919],[2.479,0.744],[2.661,0.561]],"o":[[0.139,1.944],[0.334,1.749],[0.412,1.672],[0.372,1.712],[2.097,0.153],[1.82,0.43],[1.718,0.532],[1.788,0.462],[0.002,-1.919],[-0.282,-1.635],[-0.376,-1.541],[-0.282,-1.635],[-2.239,-0.983],[-2.479,-0.744],[-2.661,-0.561]],"v":[[-127,-122],[-126.26,-116.49],[-125.112,-111.388],[-123.909,-106.341],[-123,-101],[-117.167,-100.083],[-111.903,-98.597],[-106.688,-97.062],[-101,-96],[-101.466,-101.284],[-102.5,-106],[-103.534,-110.716],[-104,-116],[-111.091,-118.576],[-118.815,-120.519]],"c":true}],"h":1},{"t":84,"s":[{"i":[[2.149,0.517],[-0.429,-1.82],[-0.532,-1.718],[-0.462,-1.788],[-0.217,-2.033],[-1.854,-0.229],[-1.809,-0.275],[-1.8,-0.283],[-1.829,-0.255],[0.421,1.912],[0.486,1.848],[0.572,1.762],[0.679,1.654],[2.395,0.272],[2.275,0.392]],"o":[[0.153,2.097],[0.429,1.82],[0.533,1.718],[0.462,1.788],[1.938,0.146],[1.854,0.229],[1.808,0.275],[1.8,0.283],[-0.378,-1.955],[-0.421,-1.912],[-0.486,-1.848],[-0.572,-1.762],[-2.509,-0.158],[-2.395,-0.272],[-2.275,-0.392]],"v":[[-56,-75],[-55.083,-69.167],[-53.597,-63.903],[-52.062,-58.688],[-51,-53],[-45.322,-52.428],[-39.837,-51.663],[-34.433,-50.817],[-29,-50],[-30.194,-55.806],[-31.549,-61.451],[-33.13,-66.87],[-35,-72],[-42.356,-72.644],[-49.362,-73.638]],"c":true}],"h":1},{"t":85,"s":[{"i":[[4.056,-0.389],[-0.539,-1.877],[-0.569,-1.847],[-0.62,-1.796],[-0.692,-1.724],[-1,0],[-1,0],[-1,0],[-1,0],[-1.262,-0.253],[-0.866,0.007],[-0.213,1.203],[1.008,3.493],[1.45,3.05],[3.264,0.402]],"o":[[0.53,1.886],[0.539,1.877],[0.569,1.847],[0.62,1.796],[1,0],[1,0],[1,0],[1,0],[1.402,-0.424],[1.262,0.253],[0.866,-0.007],[-1.52,-2.981],[-1.008,-3.492],[-3.887,0.22],[-3.264,-0.402]],"v":[[26,-20],[27.599,-14.349],[29.257,-8.757],[31.037,-3.286],[33,2],[36,2],[39,2],[42,2],[45,2],[49.06,1.978],[52.317,2.581],[54,1],[50.448,-8.948],[47,-19],[36.627,-19.627]],"c":true}],"h":1},{"t":86,"s":[{"i":[[0.758,2.465],[1.844,0.094],[1.826,0.076],[1.444,-0.306],[0.699,-1.051],[-0.678,-1.572],[-0.607,-1.643],[-0.501,-1.749],[-0.359,-1.891],[-1.583,0],[-1.583,0],[-1.583,0],[-1.583,0],[0.784,2.438],[0.94,2.283]],"o":[[-1.499,0.251],[-1.844,-0.094],[-1.826,-0.076],[-1.444,0.306],[0.713,1.537],[0.678,1.572],[0.607,1.643],[0.501,1.749],[1.583,0],[1.583,0],[1.583,0],[1.583,0],[-0.292,-2.93],[-0.784,-2.438],[-0.94,-2.283]],"v":[[99,39],[93.895,39.145],[88.3,38.8],[83.305,39.055],[80,41],[82.096,45.654],[84.031,50.469],[85.701,55.549],[87,61],[91.75,61],[96.5,61],[101.25,61],[106,61],[104.301,53.033],[101.63,46.037]],"c":true}],"h":1},{"t":87,"s":[{"i":[[0.918,2.304],[1.453,-0.13],[1.378,-0.205],[1.486,-0.097],[1.777,0.194],[-0.599,-1.818],[-0.738,-1.679],[-0.645,-1.772],[-0.32,-2.096],[-1.646,0.104],[-1.656,0.094],[-1.557,0.193],[-1.349,0.401],[0.879,2.343],[0.92,2.303]],"o":[[-1.711,-0.128],[-1.453,0.13],[-1.378,0.205],[-1.486,0.097],[0.228,2.189],[0.599,1.818],[0.738,1.679],[0.645,1.772],[1.527,-0.223],[1.646,-0.104],[1.656,-0.094],[1.557,-0.193],[-0.797,-2.425],[-0.879,-2.343],[-0.92,-2.303]],"v":[[196,101],[191.299,101.049],[187.099,101.599],[182.849,102.099],[178,102],[179.298,107.952],[181.361,113.139],[183.494,118.257],[185,124],[189.787,123.537],[194.767,123.267],[199.614,122.864],[204,122],[201.475,114.858],[198.766,107.9]],"c":true}],"h":1},{"t":88,"s":[{"i":[[0.318,1.975],[1.553,-0.197],[1.511,-0.239],[1.578,-0.172],[1.752,0.002],[-0.704,-1.88],[-0.739,-1.844],[-0.791,-1.793],[-0.859,-1.724],[-1.82,0.291],[-1.93,0.181],[-2.095,0.016],[0.713,1.629],[0.712,1.862],[0.745,2.047]],"o":[[-1.703,0.047],[-1.553,0.197],[-1.511,0.239],[-1.578,0.172],[0.685,1.898],[0.704,1.88],[0.739,1.844],[0.791,1.793],[1.765,-0.347],[1.82,-0.291],[1.93,-0.181],[0.565,-1.624],[-0.713,-1.629],[-0.702,-1.836],[-0.745,-2.047]],"v":[[297,163],[292.143,163.393],[287.573,164.073],[282.967,164.717],[278,165],[280.079,170.671],[282.239,176.261],[284.529,181.721],[287,187],[292.364,186.03],[297.976,185.309],[304,185],[303.457,180.179],[301,175],[298.712,169.104]],"c":true}],"h":1},{"t":89,"s":[{"i":[[-0.308,1.692],[0.768,1.649],[0.677,1.74],[0.696,1.721],[0.824,1.593],[1.649,-0.184],[1.653,-0.18],[1.427,-0.406],[0.972,-0.861],[-0.966,-2.145],[-0.853,-2.259],[-0.658,-2.453],[-1.408,0.425],[-2.183,-0.351],[-1.889,0.111]],"o":[[-0.968,-1.448],[-0.768,-1.649],[-0.677,-1.74],[-0.696,-1.721],[-1.416,0.417],[-1.649,0.184],[-1.653,0.18],[-1.427,0.406],[0.998,2.113],[0.966,2.145],[0.853,2.259],[2.183,0.351],[1.408,-0.425],[1.135,-0.865],[1.889,-0.111]],"v":[[407,244],[404.423,239.327],[402.284,234.216],[400.252,228.998],[398,224],[393.344,224.844],[388.334,225.334],[383.656,226.156],[380,228],[382.966,234.367],[385.714,240.953],[388,248],[393,247.5],[398,247],[403.121,246.121]],"c":true}],"h":1},{"t":90,"s":[{"i":[[0,3.833],[1.464,-0.203],[1.407,-0.26],[1.49,-0.177],[1.713,0.046],[-0.126,-0.873],[-0.323,-0.935],[-0.411,-0.969],[-0.389,-0.977],[-0.57,-1.293],[-0.575,-1.214],[-0.512,-1.01],[-1.444,0.389],[-2.225,-0.392],[0,3.833]],"o":[[-1.66,0.007],[-1.464,0.203],[-1.407,0.26],[-1.49,0.177],[-0.181,0.785],[0.126,0.873],[0.323,0.935],[0.411,0.969],[0.496,1.247],[0.57,1.293],[0.575,1.214],[2,0.166],[1.444,-0.389],[0,-3.833],[0,-3.833]],"v":[[500,283],[495.349,283.349],[491.079,284.079],[486.769,284.769],[482,285],[481.944,287.494],[482.645,290.212],[483.773,293.075],[485,296],[486.616,299.841],[488.351,303.632],[490,307],[494.831,306.331],[500,306],[500,294.5]],"c":true}],"h":1}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.2901961,0.4745098,0.7529412,1]},"o":{"a":1,"k":[{"t":12,"s":[0],"h":1},{"t":13,"s":[100],"h":1},{"t":90,"s":[0],"h":1}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":101,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"Book_03_Back_b","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[500,500,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"t":13,"s":[{"i":[[-3.155,3.512],[2.371,4.295],[1.912,4.755],[1.88,-1.12],[2.605,-0.395],[-2.567,-4.433],[-2.062,-4.938]],"o":[[-2.603,-4.063],[-2.371,-4.295],[-2.875,0.125],[-1.88,1.12],[1.669,5.331],[2.567,4.433],[4.817,-1.849]],"v":[[456,294],[448.482,281.519],[442,268],[435.297,270.298],[429,273],[435.706,287.294],[443,301]],"c":true}],"h":1},{"t":14,"s":[{"i":[[-4.46,1.874],[2.522,4.311],[1.893,4.941],[1.88,-1.12],[2.605,-0.395],[-2.583,-4.417],[-1.884,-5.117]],"o":[[-2.018,-4.816],[-2.522,-4.311],[-2.875,0.125],[-1.88,1.12],[1.784,5.216],[2.583,4.417],[5.019,-1.314]],"v":[[341,228],[333.906,214.594],[327,201],[320.298,203.298],[314,206],[320.926,220.074],[328,234]],"c":true}],"h":1},{"t":15,"s":[{"i":[[1.313,0.353],[4.467,-1.2],[-1.622,-3.157],[-0.588,-1.054],[-4.172,-3.628],[-4.609,1.057],[3.279,9.721]],"o":[[-2.977,2.69],[1.691,3.806],[0.658,1.281],[2.641,4.737],[3.388,-2.279],[-3.021,-9.979],[-1.427,-0.24]],"v":[[217,134],[206,140],[211,151],[214,154],[222,168],[233,162],[220,136]],"c":true}],"h":1},{"t":16,"s":[{"i":[[-3.758,3.242],[2.464,4.203],[2.219,4.447],[0.5,0],[0.5,0],[0.963,-4.703],[-3.534,-9.466]],"o":[[-2.925,-3.742],[-2.464,-4.203],[-0.5,0],[-0.5,0],[-2.29,3.376],[4.36,8.64],[5.763,-1.237]],"v":[[135,96],[126.971,84.029],[120,71],[118.5,71],[117,71],[108,79],[122,104]],"c":true}],"h":1},{"t":17,"s":[{"i":[[-1.907,4.426],[2.545,3.955],[2.367,4.133],[0.327,0.173],[0.581,-0.082],[4.565,-1.102],[-6.586,-8.081]],"o":[[-2.453,-4.047],[-2.545,-3.955],[-0.11,-0.389],[-0.327,-0.173],[-3.319,2.348],[4.715,9.951],[2.858,-3.476]],"v":[[46,36],[38.435,24.065],[31,12],[30.353,11.147],[29,11],[19,18],[36,45]],"c":true}],"h":1},{"t":18,"s":[{"i":[[-5.369,0.965],[2.785,4.048],[2.596,4.236],[0.327,0.173],[0.581,-0.081],[0.875,-5.458],[-5.183,-8.15]],"o":[[-2.263,-4.571],[-2.785,-4.048],[-0.111,-0.389],[-0.327,-0.173],[-1.895,4.438],[5.228,8.105],[5.369,-0.965]],"v":[[-31,-17],[-38.749,-29.751],[-47,-42],[-47.647,-42.853],[-49,-43],[-58,-33],[-42,-9]],"c":true}],"h":1},{"t":19,"s":[{"i":[[7.601,6.733],[1.602,-1.565],[0.728,-2.439],[-2.92,-4.08],[-3.465,-3.535],[-1.568,1.766],[-1.456,1.877]],"o":[[-0.865,2.302],[-1.602,1.565],[2.856,4.144],[2.92,4.08],[1.273,-2.059],[1.568,-1.766],[-6.955,-7.379]],"v":[[-116,-91],[-120.103,-85.603],[-124,-80],[-115.457,-67.542],[-106,-56],[-101.637,-61.637],[-97,-67]],"c":true}],"h":1},{"t":20,"s":[{"i":[[1.615,-0.282],[1.42,-1.746],[0.457,-2.71],[-2.919,-3.581],[-2.436,-4.064],[-3.417,3.917],[5.354,7.312]],"o":[[-0.862,2.305],[-1.421,1.746],[2.887,3.612],[2.919,3.581],[5.194,-2.14],[-6.284,-6.383],[-1.278,-0.055]],"v":[[-172,-131],[-175.804,-125.304],[-179,-119],[-170.162,-108.338],[-162,-97],[-152,-109],[-169,-130]],"c":true}],"h":1},{"t":21,"s":[{"i":[[7.236,6.098],[1.25,-2.083],[0.888,-2.445],[-2.377,-2.708],[-2.137,-2.353],[-3.022,-0.004],[-0.322,6.011]],"o":[[-1.109,2.224],[-1.25,2.083],[2.356,2.815],[2.377,2.708],[1.637,1.802],[1.512,-4.822],[-6.569,-6.765]],"v":[[-216,-165],[-219.666,-158.666],[-223,-152],[-215.836,-143.654],[-209,-136],[-203,-131],[-197,-144]],"c":true}],"h":1},{"t":22,"s":[{"i":[[0.183,0.132],[1.138,-2.195],[0.701,-2.632],[-5.418,-4.582],[-2.925,-0.408],[-1.719,4.614],[6.26,7.088]],"o":[[-0.746,2.588],[-1.138,2.195],[4.582,5.418],[1.755,1.578],[2.506,-3.827],[-5.353,-7.961],[-0.146,-0.165]],"v":[[-250,-191],[-253.034,-184.034],[-256,-177],[-241,-162],[-236,-157],[-230,-170],[-249,-191]],"c":true}],"h":1},{"t":23,"s":[{"i":[[7.084,6.249],[0.835,-2.498],[0.724,-2.609],[-1.758,-1.575],[-1.667,-1.666],[-5.472,-0.587],[-0.14,5.86]],"o":[[-0.937,2.397],[-0.835,2.498],[1.3,2.033],[1.758,1.575],[3.154,3.154],[0.14,-5.86],[-6.249,-7.084]],"v":[[-273,-210],[-275.659,-202.659],[-278,-195],[-273.275,-189.725],[-268,-185],[-257,-176],[-253,-190]],"c":true}],"h":1},{"t":24,"s":[{"i":[[4.694,1.701],[0.728,-2.439],[0.544,-2.623],[-3.354,-2.969],[-4.877,-1.498],[-0.786,5.547],[3.347,2.967]],"o":[[-0.544,2.623],[-0.728,2.439],[2.43,3.896],[3.412,3.021],[1.171,-5.162],[-2.666,-3.652],[-3.424,-3.036]],"v":[[-287,-220],[-289,-212.5],[-291,-205],[-281,-196],[-270,-187],[-266,-202],[-276,-211]],"c":true}],"h":1},{"t":25,"s":[{"i":[[9.055,3.945],[0.745,-2.422],[0.01,-3.156],[-3.318,-3.016],[-4.204,-2.13],[-0.668,2.665],[-0.835,2.499]],"o":[[-0.01,3.156],[-0.745,2.422],[3.525,2.808],[3.318,3.016],[0.493,-2.841],[0.668,-2.665],[-8.223,-4.777]],"v":[[-294,-225],[-295.5,-217],[-297,-209],[-287.009,-199.992],[-276,-192],[-274.257,-200.257],[-272,-208]],"c":true}],"h":1},{"t":26,"s":[{"i":[[7.652,5.348],[0.656,-2.51],[0.144,-3.023],[-1.795,-1.354],[-1.726,-1.481],[-4.672,-1.622],[-0.02,6.313]],"o":[[-0.231,2.935],[-0.656,2.51],[1.095,2.103],[1.795,1.354],[3.413,2.93],[0.02,-6.313],[-6.35,-6.65]],"v":[[-297,-228],[-298.566,-220.066],[-300,-212],[-295.474,-207.034],[-290,-203],[-279,-194],[-276,-210]],"c":true}],"h":1},{"t":27,"s":[{"i":[[7.337,5.33],[0.644,-2.856],[0.495,-3.005],[-3.344,-2.99],[-3.779,-2.555],[-0.662,2.838],[-0.62,2.88]],"o":[[-0.929,2.571],[-0.644,2.856],[3.847,2.487],[3.344,2.99],[0.732,-2.767],[0.662,-2.838],[-7.56,-5.107]],"v":[[-298,-229],[-300.325,-220.825],[-302,-212],[-291.449,-203.551],[-281,-195],[-278.916,-203.416],[-277,-212]],"c":true}],"h":1},{"t":28,"s":[{"i":[[1.615,-0.282],[0.608,-2.726],[0.762,-2.572],[-3.424,-3.076],[-4.398,-2.102],[-0.405,5.928],[5.43,5.904]],"o":[[-0.807,2.526],[-0.608,2.725],[3.906,2.594],[3.424,3.076],[-0.236,-6.569],[-5.65,-5.683],[-1.278,-0.055]],"v":[[-299,-229],[-301.034,-221.034],[-303,-213],[-292.369,-204.131],[-281,-196],[-278,-212],[-296,-228]],"c":true}],"h":1},{"t":29,"s":[{"i":[[8.226,4.774],[0.729,-2.438],[0.202,-2.964],[-3.532,-2.968],[-3.749,-2.751],[-0.615,2.885],[-0.77,2.73]],"o":[[0.118,3.285],[-0.729,2.438],[3.121,3.379],[3.532,2.968],[0.77,-2.73],[0.615,-2.885],[-8.226,-4.774]],"v":[[-300,-230],[-301.26,-221.759],[-303,-214],[-292.97,-204.53],[-282,-196],[-280,-204.5],[-278,-213]],"c":true}],"h":1},{"t":30,"s":[{"i":[[2.47,0.254],[0.745,-2.422],[0.01,-3.156],[-3.532,-2.968],[-3.749,-2.751],[0.075,6.742],[4.493,3.744]],"o":[[-0.01,3.156],[-0.745,2.422],[3.121,3.379],[3.532,2.968],[0.645,-6.022],[-5.268,-4.313],[-1.853,-1.544]],"v":[[-300,-230],[-301.5,-222],[-303,-214],[-292.97,-204.53],[-282,-196],[-279,-213],[-294,-226]],"c":true}],"h":1},{"t":78,"s":[{"i":[[2.47,0.254],[0.644,-2.522],[0.102,-3.065],[-3.463,-2.886],[-4.849,-0.977],[-0.204,6.129],[4.493,3.744]],"o":[[-0.321,2.846],[-0.644,2.522],[2.323,4.023],[3.225,2.688],[0.642,-5.692],[-5.268,-4.313],[-1.853,-1.544]],"v":[[-300,-230],[-301.664,-222.164],[-303,-214],[-293,-205],[-282,-197],[-279,-213],[-294,-226]],"c":true}],"h":1},{"t":79,"s":[{"i":[[7.36,5.306],[0.456,-2.877],[0.65,-2.683],[-3.443,-2.89],[-4.479,-1.855],[-0.539,2.461],[0.078,3.079]],"o":[[-0.524,2.809],[-0.456,2.877],[3.749,2.584],[3.443,2.89],[-0.078,-3.079],[0.539,-2.461],[-6.105,-6.561]],"v":[[-299,-231],[-300.406,-222.405],[-302,-214],[-291.548,-205.453],[-280,-198],[-279,-206],[-278,-214]],"c":true}],"h":1},{"t":80,"s":[{"i":[[8.433,3.234],[0.072,-3.094],[0.698,-2.469],[-3.653,-2.347],[-3.802,-2.198],[-0.398,2.935],[0.39,3.724]],"o":[[-0.012,3.154],[-0.072,3.094],[3.587,2.412],[3.653,2.347],[-0.203,-3.537],[0.398,-2.935],[-7.984,-3.683]],"v":[[-291,-226],[-290.986,-216.486],[-292,-208],[-281.161,-200.839],[-270,-194],[-269.36,-203.36],[-269,-213]],"c":true}],"h":1},{"t":81,"s":[{"i":[[9.125,1.541],[0.021,-3.354],[-0.161,-3.173],[-3.558,-1.942],[-4.116,-1.384],[0.423,3.077],[-0.346,3.846]],"o":[[0.923,2.41],[-0.021,3.354],[3.65,1.849],[3.558,1.942],[0.346,-3.846],[-0.423,-3.077],[-8.549,-2.118]],"v":[[-267,-208],[-265.928,-199.072],[-266,-189],[-255.349,-183.151],[-244,-178],[-244.5,-188],[-245,-198]],"c":true}],"h":1},{"t":82,"s":[{"i":[[7.816,1.518],[-0.449,-3.551],[-0.68,-3.32],[-3.298,-1.369],[-3.79,-0.877],[0.434,3.566],[0.761,3.239]],"o":[[0.524,3.476],[0.449,3.551],[4.017,0.649],[3.298,1.368],[-0.502,-3.498],[-0.434,-3.566],[-7.658,-1.675]],"v":[[-225,-176],[-223.617,-165.383],[-222,-155],[-211.329,-151.671],[-201,-148],[-202.306,-158.694],[-204,-169]],"c":true}],"h":1},{"t":83,"s":[{"i":[[8.094,0.573],[-0.738,-3.262],[-0.424,-3.576],[-3.662,-0.838],[-3.252,-1.248],[0.823,3.344],[0.429,3.737]],"o":[[0.625,3.375],[0.738,3.262],[3.099,1.401],[3.662,0.838],[-0.279,-3.888],[-0.823,-3.344],[-6.458,-2.209]],"v":[[-167,-132],[-164.849,-122.151],[-163,-112],[-152.615,-108.885],[-142,-106],[-143.887,-116.613],[-146,-127]],"c":true}],"h":1},{"t":84,"s":[{"i":[[7.696,0.304],[-0.938,-3.562],[-1.182,-3.318],[-3.322,-0.511],[-3.556,-0.277],[0.992,3.341],[0.315,4.019]],"o":[[1.067,3.433],[0.938,3.562],[3.156,0.678],[3.322,0.511],[-0.716,-3.617],[-0.992,-3.341],[-6.885,-1.115]],"v":[[-95,-80],[-92.086,-69.414],[-89,-59],[-79.301,-57.199],[-69,-56],[-71.801,-66.198],[-74,-77]],"c":true}],"h":1},{"t":85,"s":[{"i":[[7.447,-0.78],[-1.251,-3.582],[-1.409,-3.425],[-3,0],[-3,0],[1.178,3.322],[0.863,3.637]],"o":[[0.588,4.245],[1.251,3.583],[3,0],[3,0],[-0.425,-4.074],[-1.178,-3.322],[-7.074,0.407]],"v":[[-11,-22],[-8.115,-10.384],[-4,0],[5,0],[14,0],[11.328,-10.828],[8,-21]],"c":true}],"h":1},{"t":86,"s":[{"i":[[3.02,6.98],[3.417,0.084],[2.261,-1.072],[-1.47,-3.61],[-0.741,-3.431],[-3.5,0],[-3.5,0]],"o":[[-3.069,0.264],[-3.417,-0.084],[-0.62,3.128],[1.47,3.61],[3.5,0],[3.5,0],[-2.327,-7.673]],"v":[[137,38],[126.894,37.894],[118,39],[119.979,49.272],[124,60],[134.5,60],[145,60]],"c":true}],"h":1},{"t":87,"s":[{"i":[[1.508,7.826],[3.087,-0.413],[3.885,0.385],[-0.742,-1.663],[-0.65,-1.788],[-1.476,-3.553],[-5.813,1.521]],"o":[[-3.767,-0.267],[-3.087,0.413],[-0.619,1.56],[0.742,1.663],[1.448,3.984],[6.667,-0.666],[-1.216,-8.117]],"v":[[234,98],[224.089,98.589],[214,99],[214.548,103.829],[217,109],[221,121],[241,119]],"c":true}],"h":1},{"t":88,"s":[{"i":[[2.197,7.137],[3.598,-0.402],[2.71,-1.29],[-1.333,-3.333],[-0.973,-3.694],[-3.573,0.427],[-2.849,1.151]],"o":[[-3.897,0.103],[-3.598,0.402],[1.693,2.973],[1.333,3.333],[3.86,-0.14],[3.573,-0.427],[-3.148,-6.186]],"v":[[334,159],[322.61,159.61],[313,162],[317.54,171.46],[321,182],[332.258,181.258],[342,179]],"c":true}],"h":1},{"t":89,"s":[{"i":[[2.422,7.245],[3.032,-0.635],[3.936,0.269],[-1.583,-3.417],[-0.885,-4.114],[-3.307,0.526],[-3.3,0.533]],"o":[[-3.936,-0.269],[-3.032,0.635],[0.781,4.219],[1.583,3.417],[3.471,-0.362],[3.307,-0.526],[-1.991,-7.676]],"v":[[435,219],[425,220],[415,221],[418.922,232.078],[423,243],[433.128,241.628],[443,240]],"c":true}],"h":1},{"t":90,"s":[{"i":[[0,7.667],[2.813,-0.52],[3.425,0.092],[-0.646,-1.869],[-0.778,-1.953],[-1.537,-3.031],[-4.449,-0.783]],"o":[[-3.321,0.013],[-2.813,0.52],[-0.363,1.57],[0.646,1.869],[1.488,3.741],[3.999,0.332],[0,-7.667]],"v":[[500,283],[491.079,284.079],[482,285],[482.645,290.212],[485,296],[490,307],[500,306]],"c":true}],"h":1}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.2901961,0.4745098,0.7529412,1]},"o":{"a":1,"k":[{"t":12,"s":[0],"h":1},{"t":13,"s":[100],"h":1},{"t":91,"s":[0],"h":1}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":101,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"Book_03_Back_a","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[500,500,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"t":12,"s":[{"i":[[0,17.166],[11.291,-5.959],[11.317,-5.933],[11.367,-5.883],[11.442,-5.808],[-3.003,-5.414],[-3.011,-5.406],[-3.003,-5.414],[-2.978,-5.439],[-3.083,0],[-3.083,0],[-3.083,0],[-3.083,0],[-6.921,3.745],[-7.079,3.588],[-7.236,3.43],[0,17.167]],"o":[[-11.29,5.96],[-11.291,5.959],[-11.317,5.933],[-11.367,5.883],[2.978,5.439],[3.003,5.414],[3.011,5.406],[3.003,5.414],[3.083,0],[3.083,0],[3.083,0],[3.083,0],[6.763,-3.903],[6.921,-3.745],[7.079,-3.588],[0,-17.166],[0,-17.167]],"v":[[500,364],[466.134,381.884],[432.227,399.728],[398.207,417.457],[364,435],[372.975,451.275],[382,467.5],[391.025,483.725],[400,500],[409.25,500],[418.5,500],[427.75,500],[437,500],[457.527,488.527],[478.527,477.527],[500,467],[500,415.5]],"c":true}],"h":1},{"t":13,"s":[{"i":[[0,0.667],[2.008,3.575],[1.965,3.618],[1.974,3.609],[2.036,3.547],[2.579,-1.31],[2.579,-1.31],[2.929,-0.96],[-2.482,-4.351],[-2.132,-4.701],[-2.175,0.891],[-2.049,0.962],[-1.778,0.937],[-1.989,-0.638],[-1.619,-3.048],[-2.004,-2.663],[0,0.667]],"o":[[-2.103,-3.48],[-2.008,-3.575],[-1.965,-3.618],[-1.974,-3.609],[-2.929,0.96],[-2.579,1.31],[-2.579,1.31],[1.938,4.895],[2.482,4.351],[2.249,-0.472],[2.175,-0.891],[1.898,-0.892],[1.778,-0.937],[1.521,3.145],[1.619,3.048],[0,-0.667],[0,-0.667]],"v":[[500,294],[493.846,283.404],[487.899,272.601],[482.003,261.747],[476,251],[467.825,254.492],[460.175,258.508],[452,262],[458.854,275.646],[466,289],[472.65,286.868],[479,284],[484.431,280.853],[490,280],[494.638,289.362],[500,298],[500,296]],"c":true}],"h":1},{"t":14,"s":[{"i":[[0.851,-0.184],[3.932,-1.902],[3.776,-2.058],[-1.284,-2.216],[-0.933,-2.567],[-0.594,-1.264],[-0.654,-1.126],[-0.772,-1.171],[-1.305,-0.274],[-3.583,1.75],[-3.2,2.134],[-2.441,-4.059],[-1.322,-5.178],[7.117,-3.217],[-4.279,-9.388],[-8.787,2.88],[14.562,26.104]],"o":[[-3.498,2.336],[-3.932,1.902],[0.933,2.567],[1.284,2.216],[0.969,0.816],[0.594,1.264],[0.606,1.042],[0.772,1.171],[3.469,-1.865],[3.583,-1.75],[1.913,4.587],[2.441,4.059],[-7.674,2.659],[3.579,10.088],[8.787,-2.88],[-13.27,-27.396],[-0.057,-0.61]],"v":[[360,183],[348.709,189.209],[337,195],[340.5,202],[344,209],[346.236,212.267],[348,216],[349.975,219.576],[353,222],[363.702,216.702],[374,211],[380.944,223.556],[387,237],[366,247],[380,274],[404,263],[361,184]],"c":true}],"h":1},{"t":15,"s":[{"i":[[-8.192,3.141],[1.801,3.273],[1.803,3.184],[5.513,9.698],[5.246,10.142],[3.773,-2.227],[4.072,-1.928],[-2.565,-4.268],[-1.889,-4.944],[-3.652,2.181],[-3.982,1.851],[-2.413,-3.92],[-1.635,-4.698],[7.939,-2.727],[-2.585,-2.698],[-0.709,-0.74],[-2.072,-0.637]],"o":[[-0.993,-3.723],[-1.801,-3.273],[-5.702,-10.065],[-5.513,-9.698],[-4.835,1.165],[-3.773,2.227],[1.851,4.983],[2.565,4.268],[4.409,-1.424],[3.652,-2.181],[1.712,4.621],[2.413,3.92],[-6.87,3.797],[2.546,4.694],[1.705,1.78],[1.656,1.728],[6.876,-4.458]],"v":[[296,195],[291.608,184.596],[286,175],[269.158,145.558],[253,116],[240.428,121.428],[229,128],[235.971,141.529],[243,155],[254.82,149.32],[266,143],[272.557,155.442],[279,168],[258,179],[266,195],[270,202],[274,207]],"c":true}],"h":1},{"t":16,"s":[{"i":[[-6.319,5.646],[1.628,2.853],[1.335,2.306],[1.169,2.01],[1.191,2.005],[4.778,7.757],[4.224,8.118],[0.388,0.278],[0.808,-0.141],[3.388,-2.279],[3.959,-1.707],[-4.326,-9.674],[-7.746,3.921],[-3.719,-9.281],[7.229,-3.438],[-2.527,-4.267],[-2.697,-4.389]],"o":[[-2.153,-2.281],[-1.628,-2.853],[-1.132,-1.955],[-1.169,-2.01],[-4.665,-7.855],[-4.778,-7.757],[-0.639,-0.028],[-0.388,-0.278],[-3.49,2.177],[-3.388,2.279],[4.164,9.836],[8.599,-3.068],[4.14,8.86],[-7.372,3.294],[1.32,5.347],[2.599,4.388],[8.658,-4.407]],"v":[[198,126],[192.387,118.019],[188,110],[184.545,104.038],[181,98],[166.669,74.697],[153,51],[151.626,50.374],[150,50],[139.852,56.852],[129,63],[144,90],[166,77],[180,102],[160,114],[167,128],[175,141]],"c":true}],"h":1},{"t":17,"s":[{"i":[[0.851,-0.184],[6.528,-5.472],[-4.002,-9.664],[-9.445,2.555],[-3.821,-8.846],[6.367,-5.3],[-5.062,-8.605],[-8.223,4.11],[7.638,12.097],[1.154,1.994],[0.478,0.762],[0.77,1.253],[0.519,0.896],[0.763,1.017],[0.496,0.734],[1.776,5.461],[0.81,0.19]],"o":[[-5.935,6.065],[3.83,9.837],[9.152,-2.848],[3.719,8.948],[-7.605,4.062],[5.807,7.86],[9.009,-3.324],[-6.628,-13.137],[-1.65,-2.613],[-0.566,-0.978],[-0.78,-1.244],[-0.42,-0.683],[-1.158,-2.001],[-0.61,-0.814],[-3.328,-4.919],[-1.003,0.003],[-0.057,-0.61]],"v":[[60,-13],[40,3],[55,29],[77,15],[91,39],[71,54],[87,79],[109,64],[86,27],[82,20],[80,18],[78,13],[76,11],[73,7],[72,4],[63,-11],[61,-12]],"c":true}],"h":1},{"t":18,"s":[{"i":[[0.851,-0.184],[3.544,-2.956],[2.119,-4.381],[-2.59,-3.91],[-2.502,-3.998],[-2.944,3.056],[-3.935,2.065],[-4.601,-8.066],[4.664,-4.336],[-0.264,-3.264],[-4.598,-5.735],[-3.211,-0.455],[-3.933,2.4],[-1.48,4.854],[8.061,11.856],[6.94,12.683],[0.81,0.19]],"o":[[-2.706,3.793],[-3.544,2.956],[3.139,3.361],[2.59,3.91],[4.288,-1.712],[2.944,-3.056],[4.934,7.733],[-4.31,4.69],[-0.12,2.88],[4.755,5.578],[1.558,2.108],[3.933,-2.4],[3.089,-3.244],[-8.782,-11.188],[-7.974,-11.728],[-1.003,0.003],[-0.057,-0.61]],"v":[[-20,-70],[-29.941,-60.441],[-39,-50],[-30.523,-38.977],[-23,-27],[-12.735,-34.735],[-3,-43],[12,-20],[-2,-7],[-6,-2],[7,16],[12,22],[22,13],[31,3],[7,-32],[-17,-68],[-19,-69]],"c":true}],"h":1},{"t":19,"s":[{"i":[[18.462,22.871],[3.079,-3.421],[2.841,-3.659],[-2.92,-3.913],[-2.373,-4.461],[-0.482,1.018],[-1.44,0.06],[-2.236,2.597],[-2.811,2.023],[-2.798,-3.702],[-2.534,-3.966],[2.681,-3.152],[3.006,-2.828],[-3.054,-3.946],[-2.533,-4.467],[-3.017,3.449],[-1.638,4.653]],"o":[[-2.841,3.659],[-3.079,3.421],[2.947,3.886],[2.92,3.913],[1.632,0.132],[0.482,-1.018],[2.245,-2.588],[2.236,-2.597],[2.274,4.226],[2.798,3.702],[-3.27,2.564],[-2.681,3.152],[2.251,4.748],[3.054,3.946],[4.863,-1.536],[2.989,-3.417],[-18.067,-23.266]],"v":[[-89,-121],[-98,-110.5],[-107,-100],[-98.069,-88.431],[-90,-76],[-87.356,-77.856],[-85,-80],[-78.424,-87.924],[-71,-95],[-63.195,-83.305],[-55,-72],[-63.698,-63.198],[-72,-54],[-63.711,-41.289],[-55,-29],[-45,-39],[-36,-50]],"c":true}],"h":1},{"t":20,"s":[{"i":[[18.966,22.034],[2.785,-3.715],[2.203,-4.297],[-2.261,-2.905],[-2.756,-2.41],[-0.805,-1.029],[-1.371,-0.462],[-1.188,1.828],[-1.254,1.731],[-1.335,1.681],[-1.419,1.568],[-2.926,-3.574],[-2.602,-3.898],[2.545,-3.455],[2.125,-3.875],[-6.658,-7.675],[-4.145,9.188]],"o":[[-2.656,3.844],[-2.785,3.715],[2.198,2.969],[2.261,2.905],[0.41,1.423],[0.805,1.029],[0.995,-1.958],[1.188,-1.828],[1.238,-1.709],[1.335,-1.681],[2.696,3.805],[2.926,3.574],[-2.694,3.306],[-2.545,3.455],[5.73,8.604],[4.792,-8.541],[-18.966,-22.034]],"v":[[-147,-165],[-155.34,-153.84],[-163,-142],[-156.418,-133.082],[-149,-125],[-147.221,-121.279],[-144,-119],[-140.694,-124.671],[-137,-130],[-133.136,-135.106],[-129,-140],[-120.429,-129.07],[-112,-118],[-119.927,-107.927],[-127,-97],[-108,-73],[-92,-97]],"c":true}],"h":1},{"t":21,"s":[{"i":[[0.851,-0.184],[5.283,-7.384],[-2.801,-4.199],[-5.031,-2.302],[-6.002,6.331],[-1.73,-4.603],[-3.143,-3.19],[5.859,-6.141],[-3.175,-4.203],[-0.89,-1.014],[-2.844,-0.861],[-5.599,7.068],[1.747,2.633],[0.979,1.281],[0.659,0.756],[4.424,5.785],[10.369,10.298]],"o":[[-4.346,8.32],[1.916,5.084],[4.131,3.203],[4.46,-7.873],[1.456,4.877],[3.785,2.548],[-5.567,6.433],[2.993,5.795],[0.834,1.104],[1.775,2.022],[4.087,-8.58],[-1.237,-4.092],[-1.358,-2.047],[-0.586,-0.766],[-4.737,-5.43],[-9.475,-11.191],[-0.057,-0.61]],"v":[[-195,-202],[-209,-178],[-200,-166],[-189,-155],[-175,-178],[-167,-167],[-158,-157],[-172,-135],[-160,-120],[-157,-117],[-151,-111],[-137,-135],[-145,-145],[-149,-149],[-150,-152],[-165,-168],[-194,-201]],"c":true}],"h":1},{"t":22,"s":[{"i":[[1.615,-0.282],[1.989,-4.344],[2.283,-4.05],[-1.876,-1.688],[-1.666,-1.735],[-1.669,-2.015],[-2.543,-1.084],[-1.903,4.096],[-2.028,3.972],[-1.334,-1.82],[-1.527,-1.668],[-1.256,-4.712],[2.716,-9.284],[-2.737,-4.263],[-5.17,-1.83],[-4.151,8.849],[18.228,21.105]],"o":[[-1.76,4.574],[-1.989,4.344],[0.829,2.512],[1.876,1.688],[1.781,1.855],[1.669,2.015],[1.358,-4.642],[1.904,-4.096],[2.137,1.051],[1.334,1.82],[2.918,3.188],[-3.863,8.137],[2.737,4.263],[3.551,3.449],[3.523,-9.477],[-18.943,-20.39],[-1.278,-0.055]],"v":[[-232,-231],[-237.607,-217.607],[-244,-205],[-239.628,-198.917],[-234,-194],[-229.071,-187.923],[-223,-183],[-218.002,-196.002],[-212,-208],[-207.042,-203.463],[-203,-198],[-194,-188],[-205,-163],[-195,-152],[-184,-142],[-172,-169],[-229,-230]],"c":true}],"h":1},{"t":23,"s":[{"i":[[0.85,-0.184],[1.712,-4.788],[1.576,-4.924],[-1.758,-1.575],[-1.667,-1.666],[-1.693,-1.852],[-2.513,-0.879],[-1.638,4.362],[-1.425,4.575],[-3.32,-3.064],[-1.528,-4.521],[4.457,-7.21],[-1.667,-1.741],[-6.273,-4.692],[-3.94,8.726],[4.949,4.642],[16.073,13.81]],"o":[[-1.576,4.924],[-1.712,4.788],[1.3,2.033],[1.758,1.575],[1.714,1.714],[1.693,1.852],[1.024,-4.976],[1.637,-4.363],[3.473,2.898],[3.184,2.939],[-4.457,7.21],[-0.097,3.101],[5.672,5.924],[2.943,-9.724],[-3.251,-6.307],[-15.767,-14.787],[-0.057,-0.61]],"v":[[-258,-253],[-263,-238.5],[-268,-224],[-263.275,-218.725],[-258,-214],[-253.1,-208.373],[-247,-204],[-242.801,-217.801],[-238,-231],[-228,-222],[-219,-212],[-229,-187],[-224,-181],[-207,-165],[-197,-193],[-211,-208],[-257,-252]],"c":true}],"h":1},{"t":24,"s":[{"i":[[10.569,9.097],[0.999,-3.334],[0.958,-3.375],[0.558,-3.775],[-3.37,-3.13],[-4.272,-2.228],[-1.332,4.668],[-1.613,4.387],[-3.294,-2.872],[-2.711,-3.456],[1.275,-4.891],[1.813,-4.354],[-3.547,-3.453],[-4.712,-2.288],[-1.468,4.866],[-1.251,5.082],[10.341,9.326]],"o":[[-0.682,3.652],[-0.999,3.334],[-0.958,3.375],[3.247,3.253],[3.37,3.13],[1.058,-4.942],[1.332,-4.668],[3.112,3.055],[3.294,2.872],[-2.085,4.081],[-1.275,4.891],[4.1,2.9],[3.547,3.453],[0.879,-5.455],[1.468,-4.866],[-10.067,-9.6],[-10.341,-9.326]],"v":[[-274,-266],[-276.611,-255.611],[-279.636,-245.636],[-282,-235],[-272.268,-225.232],[-261,-217],[-257.416,-231.416],[-253,-245],[-243.2,-236.3],[-234,-227],[-238.704,-213.205],[-243,-199],[-231.959,-189.041],[-220,-180],[-216.279,-195.279],[-212,-210],[-242.623,-238.377]],"c":true}],"h":1},{"t":25,"s":[{"i":[[1.163,-0.163],[1.344,-5.156],[1.427,-5.073],[-1.759,-1.407],[-1.191,-1.976],[-6.343,-0.324],[-1.669,5.941],[-2.253,0.692],[-3.37,-2.297],[-1.758,-4.242],[1.599,-10.401],[-8.701,-4.632],[-3.075,9.925],[10.01,8.657],[5.568,5.184],[0.773,0.683],[3.995,0.548]],"o":[[-1.199,5.301],[-1.344,5.156],[1.772,1.395],[1.759,1.407],[5.463,1.204],[1.826,-7.589],[0.555,-1.977],[3.435,2.232],[2.898,3.102],[-2.604,9.396],[7.348,5.985],[2.739,-10.261],[-10.232,-8.434],[-6.954,-5.441],[-0.735,-0.684],[-2.519,-2.225],[-0.221,-0.779]],"v":[[-282,-271],[-285.829,-255.329],[-290,-240],[-284.565,-235.935],[-280,-231],[-268,-223],[-263,-245],[-260,-251],[-251,-243],[-242,-234],[-249,-205],[-227,-187],[-219,-218],[-249,-244],[-269,-262],[-272,-263],[-280,-270]],"c":true}],"h":1},{"t":26,"s":[{"i":[[1.163,-0.163],[1.318,-5.016],[0.957,-5.375],[-3.505,-2.995],[-3.682,-2.818],[-1.178,4.989],[-1.047,5.12],[-2.093,-1.761],[-1.611,-1.314],[-1.286,-1.254],[-0.395,-1.791],[1.15,-4.85],[1.249,-4.751],[-9.086,-4.581],[-2.416,10.25],[15.167,12.833],[6.355,3.312]],"o":[[-0.772,5.561],[-1.318,5.016],[3.299,3.201],[3.505,2.995],[1.241,-4.925],[1.178,-4.989],[2.015,1.642],[2.093,1.761],[1.461,1.192],[1.286,1.254],[-1.15,4.85],[-1.15,4.85],[8.322,5.345],[1.708,-10.959],[-14.269,-13.731],[-5.459,-4.207],[-0.221,-0.779]],"v":[[-286,-274],[-289.361,-258.361],[-293,-243],[-282.787,-233.713],[-272,-225],[-268.354,-239.854],[-265,-255],[-258.697,-249.754],[-253,-245],[-248.7,-241.449],[-246,-237],[-249.426,-222.426],[-253,-208],[-230,-190],[-223,-221],[-268,-260],[-284,-273]],"c":true}],"h":1},{"t":27,"s":[{"i":[[0.239,0.127],[1.268,-5.232],[1.226,-5.274],[-2.721,-2.168],[-2.45,-1.957],[-0.859,-0.968],[-1.654,0.599],[-3.294,8.706],[-3.044,-2.564],[-1.301,-4.371],[1.248,-10.419],[-8.614,-4.72],[-2.062,10.604],[7.833,6.671],[1.424,0.945],[1.927,1.628],[8.071,5.948]],"o":[[-0.703,5.797],[-1.268,5.232],[2.666,2.373],[2.721,2.167],[0.909,0.726],[0.859,0.968],[1.628,-10.372],[3.136,2.487],[3.119,2.628],[-1.446,10.221],[6.726,6.607],[2.376,-10.29],[-8.28,-7.868],[-2.066,-1.759],[-2.462,-1.633],[-8.132,-6.868],[-0.216,-0.159]],"v":[[-288,-276],[-291.107,-259.607],[-295,-244],[-286.838,-237.189],[-279,-231],[-276.559,-228.006],[-273,-227],[-266,-256],[-257,-248],[-248,-239],[-254,-210],[-232,-192],[-225,-223],[-251,-246],[-257,-251],[-263,-256],[-287,-276]],"c":true}],"h":1},{"t":28,"s":[{"i":[[1,0],[1.25,-4.916],[0.483,-5.683],[-1.791,-1.357],[-1.735,-1.475],[-1.753,-1.667],[-2.272,-0.873],[-1.215,4.785],[-0.597,5.403],[-3.345,-2.822],[-3.03,-3.137],[1.084,-4.916],[1.097,-4.903],[-3.731,-3.102],[-3.814,-3.019],[-1.687,11.313],[19.066,18.268]],"o":[[-0.515,5.651],[-1.25,4.916],[1.101,2.098],[1.791,1.357],[1.717,1.46],[1.753,1.667],[0.542,-5.459],[1.215,-4.785],[3.59,2.577],[3.345,2.822],[-1.566,4.434],[-1.084,4.916],[3.26,3.572],[3.731,3.102],[2.313,-10.687],[-19.185,-18.149],[-1,0]],"v":[[-289,-276],[-292.024,-260.524],[-295,-245],[-290.476,-240.032],[-285,-236],[-279.916,-231.06],[-274,-227],[-271.042,-242.042],[-268,-257],[-257.58,-248.92],[-248,-240],[-251.852,-225.852],[-255,-211],[-244.415,-201.085],[-233,-192],[-226,-224],[-286,-276]],"c":true}],"h":1},{"t":29,"s":[{"i":[[0.211,0.133],[1.239,-5.261],[1.084,-5.416],[-1.638,-1.536],[-1.701,-1.448],[-1.825,-1.375],[-2.019,-1.07],[-1.014,5.152],[-2.231,3.936],[-1.547,-1.287],[-1.45,-1.383],[-1.346,-4.654],[3.038,-8.962],[-9.221,-4.446],[-2.168,10.832],[10.319,8.658],[9.925,9.103]],"o":[[-0.962,5.538],[-1.239,5.261],[1.745,1.408],[1.638,1.536],[1.682,1.432],[1.825,1.375],[1.712,-4.455],[1.014,-5.152],[1.364,1.469],[1.547,1.287],[2.733,3.267],[-2.601,9.399],[7.979,5.688],[1.923,-11.078],[-10.842,-8.141],[-10.339,-8.674],[-0.181,-0.166]],"v":[[-289,-277],[-292.408,-260.908],[-296,-245],[-290.967,-240.53],[-286,-236],[-280.752,-231.728],[-275,-228],[-271.389,-242.889],[-267,-257],[-262.564,-252.936],[-258,-249],[-249,-240],[-256,-211],[-233,-193],[-226,-225],[-257,-251],[-288,-277]],"c":true}],"h":1},{"t":30,"s":[{"i":[[0.211,0.133],[1.193,-5.307],[1,-5.5],[-1.664,-1.523],[-1.702,-1.418],[-1.826,-1.388],[-2.005,-1.038],[-1.045,4.955],[-1.519,4.481],[-1.632,-1.411],[-1.601,-1.336],[-1.567,-4.096],[2.519,-9.481],[-9.11,-4.557],[-2.476,10.524],[10.314,8.653],[9.925,9.103]],"o":[[-1.229,5.271],[-1.193,5.307],[1.643,1.488],[1.664,1.523],[1.69,1.409],[1.826,1.388],[1.3,-4.7],[1.045,-4.955],[1.87,1.019],[1.632,1.411],[3.126,2.608],[-2.832,9.168],[7.988,5.679],[1.613,-11.387],[-10.747,-8.228],[-10.339,-8.674],[-0.181,-0.166]],"v":[[-289,-277],[-292.671,-261.171],[-296,-245],[-291.044,-240.447],[-286,-236],[-280.736,-231.722],[-275,-228],[-271.664,-242.664],[-268,-257],[-262.798,-253.238],[-258,-249],[-249,-240],[-256,-211],[-233,-193],[-226,-225],[-257,-251],[-288,-277]],"c":true}],"h":1},{"t":78,"s":[{"i":[[0.211,0.133],[1.188,-5.312],[0.858,-5.642],[-1.664,-1.523],[-1.702,-1.418],[-1.826,-1.388],[-2.005,-1.038],[-1.168,4.832],[-0.512,5.488],[-3.353,-2.814],[-3.087,-3.079],[1.081,-4.919],[1.26,-4.74],[-3.702,-3.298],[-5.555,-1.445],[-0.796,11.87],[19.654,18.026]],"o":[[-1.39,5.11],[-1.188,5.312],[1.643,1.488],[1.664,1.523],[1.69,1.409],[1.826,1.388],[0.816,-5.184],[1.168,-4.832],[3.501,2.665],[3.353,2.814],[-1.416,4.584],[-1.081,4.919],[2.687,4.313],[4.181,2.819],[0.688,-11.979],[-19.389,-18.289],[-0.181,-0.166]],"v":[[-289,-277],[-292.899,-261.399],[-296,-245],[-291.044,-240.447],[-286,-236],[-280.736,-231.722],[-275,-228],[-271.772,-242.772],[-269,-258],[-258.689,-249.811],[-249,-241],[-252.617,-226.617],[-256,-212],[-245,-202],[-233,-193],[-227,-225],[-288,-277]],"c":true}],"h":1},{"t":79,"s":[{"i":[[0.24,0.127],[1.009,-5.325],[0.56,-5.774],[-3.261,-2.631],[-2.793,-1.259],[-0.646,-0.784],[0.102,2.368],[-0.755,5.078],[-1.524,4.31],[-1.229,-0.771],[-0.8,-0.748],[-1.569,-1.28],[-1.168,-2.851],[0.958,-10.709],[-8.372,-4.628],[-2.409,10.591],[21.699,15.991]],"o":[[-0.405,5.928],[-1.009,5.325],[2.163,2.217],[3.261,2.631],[0.517,0.233],[0.646,0.784],[1.455,-4.379],[0.755,-5.078],[1.286,1.169],[1.229,0.771],[1.968,1.841],[2.699,2.201],[-2.005,9.662],[6.507,6.493],[2.649,-10.351],[-21.71,-15.601],[-0.216,-0.159]],"v":[[-291,-280],[-293.384,-263.384],[-296,-247],[-287.472,-239.282],[-278,-233],[-276.036,-230.549],[-275,-232],[-272.051,-246.551],[-269,-261],[-265.136,-258.184],[-262,-256],[-257,-252],[-250,-245],[-255,-215],[-233,-198],[-227,-231],[-290,-280]],"c":true}],"h":1},{"t":80,"s":[{"i":[[21.576,13.757],[0.374,-5.96],[-0.049,-6.383],[-3.586,-2.248],[-3.453,-2.38],[-0.377,5.623],[-0.034,5.966],[-2.691,-1.582],[-2.396,-1.78],[-0.816,-0.774],[0.045,-1.327],[0.338,-5.328],[0.108,-5.558],[-1.84,-1.081],[-1.885,-1.257],[-5.08,-0.633],[-0.332,12.001]],"o":[[-0.555,5.778],[-0.373,5.96],[3.203,2.63],[3.586,2.248],[0.457,-5.543],[0.377,-5.623],[2.839,1.894],[2.691,1.582],[0.779,0.579],[0.816,0.774],[-0.538,5.128],[-0.338,5.328],[1.757,1.421],[1.84,1.081],[3.459,2.307],[0.225,-12.108],[-20.917,-14.416]],"v":[[-287,-279],[-288.454,-261.454],[-289,-243],[-278.687,-235.812],[-268,-229],[-266.683,-245.683],[-266,-263],[-257.667,-257.915],[-250,-253],[-247.382,-251.061],[-246,-248],[-247.323,-232.323],[-248,-216],[-242.596,-212.377],[-237,-209],[-225,-202],[-223,-237]],"c":true}],"h":1},{"t":81,"s":[{"i":[[0.277,0.109],[-0.21,-6.457],[-0.756,-5.911],[-3.259,-1.908],[-4.195,-0.972],[0.543,5.872],[-1.536,5.374],[-3.024,-1.642],[-2.85,-1.817],[-0.145,-6.188],[-0.69,-5.644],[-3.563,-2.103],[-4.681,-0.986],[0.21,6.457],[0.756,5.911],[10.465,5.236],[10.68,5.533]],"o":[[0.405,6.261],[0.21,6.457],[3.771,1.395],[3.259,1.908],[0.635,-6.139],[-0.543,-5.872],[3.055,1.613],[3.024,1.643],[0.729,5.605],[0.145,6.188],[4.066,1.601],[3.563,2.103],[-0.406,-6.261],[-0.21,-6.457],[-10.462,-5.524],[-10.465,-5.236],[-0.263,-0.136]],"v":[[-269,-264],[-268.263,-244.737],[-267,-226],[-256.818,-220.682],[-246,-216],[-246.675,-234.074],[-246,-251],[-236.846,-246.154],[-228,-241],[-226.97,-223.03],[-226,-205],[-214.961,-199.039],[-203,-194],[-203.737,-213.263],[-205,-232],[-236.336,-247.994],[-268,-264]],"c":true}],"h":1},{"t":82,"s":[{"i":[[10.794,3.872],[-0.645,-4.355],[-0.571,-4.429],[-0.288,-4.712],[-3.608,-1.392],[-3.861,-1.139],[0.846,6.321],[0.585,6.582],[-3.309,-1.191],[-2.74,-1.76],[-0.887,-6.279],[-0.725,-6.442],[-3.698,-1.468],[-3.989,-1.178],[0.928,6.573],[0.57,6.93],[10.633,4.034]],"o":[[0.508,4.492],[0.645,4.355],[0.571,4.429],[3.705,1.295],[3.609,1.391],[-1.031,-6.135],[-0.846,-6.321],[3.025,1.475],[3.309,1.191],[0.725,6.442],[0.887,6.279],[4.218,0.949],[3.698,1.468],[-0.72,-6.779],[-0.928,-6.572],[-10.673,-3.993],[-10.633,-4.034]],"v":[[-233,-235],[-231.218,-221.782],[-229.341,-208.659],[-228,-195],[-217.117,-190.883],[-206,-187],[-208.835,-205.665],[-211,-225],[-201.287,-221.213],[-192,-217],[-189.5,-198],[-187,-179],[-175.329,-175.172],[-164,-171],[-166.613,-190.887],[-169,-211],[-200.909,-223.091]],"c":true}],"h":1},{"t":83,"s":[{"i":[[10.734,2.099],[-0.929,-4.516],[-0.993,-4.451],[-0.77,-4.675],[-3.465,-1.113],[-3.31,1.299],[1.25,6.25],[1.226,6.274],[-3.198,-0.802],[-2.858,-1.142],[-1.377,-6.123],[-0.745,-6.755],[-3.873,-0.96],[-4.001,-0.833],[1.477,6.69],[0.974,7.193],[10.216,2.617]],"o":[[0.575,4.869],[0.929,4.516],[0.993,4.451],[3.829,-0.154],[3.465,1.113],[-1.774,-5.726],[-1.25,-6.25],[3.348,0.652],[3.198,0.802],[0.745,6.755],[1.377,6.123],[3.507,1.326],[3.873,0.96],[-1.118,-7.049],[-1.477,-6.69],[-10.401,-2.433],[-10.216,-2.617]],"v":[[-179,-192],[-176.672,-177.995],[-173.717,-164.617],[-171,-151],[-160.111,-148.641],[-150,-148],[-154.41,-166.089],[-158,-185],[-148.133,-182.868],[-139,-180],[-135.5,-161],[-132,-142],[-120.87,-138.631],[-109,-136],[-113.108,-156.392],[-117,-177],[-147.75,-184.75]],"c":true}],"h":1},{"t":84,"s":[{"i":[[10.064,1.436],[-1.228,-4.661],[-1.285,-4.604],[-1.206,-4.683],[-3.116,-0.55],[-3.914,0.248],[1.819,6.348],[1.184,6.983],[-2.836,-0.498],[-3.484,0.151],[-1.842,-6.491],[-1.365,-6.968],[-3.566,-0.601],[-4.125,-0.041],[1.848,6.819],[2.023,6.644],[10.061,1.439]],"o":[[1.034,4.855],[1.228,4.661],[1.285,4.604],[3.62,0.047],[3.116,0.55],[-1.542,-6.625],[-1.819,-6.348],[3.172,0.161],[2.836,0.498],[1.266,7.067],[1.842,6.491],[3.613,0.553],[3.566,0.601],[-1.587,-7.079],[-1.848,-6.819],[-9.691,-1.808],[-10.061,-1.439]],"v":[[-111,-141],[-107.574,-126.76],[-103.77,-112.896],[-100,-99],[-90.22,-97.779],[-80,-97],[-85.269,-116.231],[-90,-136],[-81.234,-134.766],[-72,-134],[-67.074,-113.925],[-62,-94],[-51.384,-92.116],[-40,-91],[-45.173,-111.827],[-51,-132],[-80.721,-136.779]],"c":true}],"h":1},{"t":85,"s":[{"i":[[20.062,0.605],[-2.252,-6.915],[-1.907,-7.26],[-3.11,-0.223],[-3.017,-0.316],[0.544,1.505],[0.485,1.564],[0.475,1.869],[0.571,1.812],[1.316,3.748],[-0.232,1.939],[-3,0],[-2.126,-0.874],[-2.094,-6.74],[-2.398,-6.434],[-7.524,0.191],[4.213,14.121]],"o":[[2.087,7.08],[2.252,6.915],[3.542,-0.209],[3.11,0.223],[0.661,-1.416],[-0.544,-1.505],[-0.53,-1.712],[-0.475,-1.869],[-0.968,-3.071],[-1.316,-3.748],[2.873,0.127],[3,-0.001],[2.226,6.607],[2.094,6.74],[8.083,-0.749],[-4,-14.333],[-19.546,-1.12]],"v":[[-31,-83],[-24.365,-62.135],[-18,-41],[-8.106,-40.894],[1,-40],[0.86,-44.388],[-1,-49],[-2.47,-54.425],[-4,-60],[-7.9,-70.849],[-10,-80],[-0.94,-80.06],[7,-79],[13.371,-58.871],[20,-39],[41,-38],[28,-80]],"c":true}],"h":1},{"t":86,"s":[{"i":[[2.036,7.297],[6.212,-0.233],[6.235,-0.209],[6.699,0.254],[-2.526,-6.808],[-2.177,-7.157],[-3.167,0],[-3.166,0],[2.447,6.72],[2.207,6.96],[-3.001,0.326],[-3.148,-0.496],[-2.372,-6.628],[-2.028,-6.972],[-3.5,0],[-3.5,0],[2.546,6.787]],"o":[[-6.627,-0.183],[-6.212,0.233],[-6.235,0.209],[1.721,7.613],[2.526,6.808],[3.166,0],[3.167,0],[-2.007,-7.16],[-2.447,-6.72],[1.848,0.806],[3.001,-0.326],[2.484,6.516],[2.372,6.628],[3.5,0],[3.5,0],[-1.779,-7.555],[-2.546,-6.787]],"v":[[116,-23],[96.852,-22.815],[78.291,-22.042],[59,-22],[65.658,-0.658],[73,20],[82.5,20],[92,20],[85.15,-0.65],[78,-21],[85.525,-20.768],[95,-21],[102.342,-1.342],[109,19],[119.5,19],[130,19],[123.193,-2.193]],"c":true}],"h":1},{"t":87,"s":[{"i":[[3.994,15.006],[9.144,-0.856],[9.673,-0.327],[-0.423,-0.623],[-0.237,-0.781],[-0.786,-1.707],[-0.926,-2.42],[-0.271,-0.897],[-0.186,-0.516],[-2.675,-4.923],[-6.845,-0.512],[2.597,6.88],[1.28,3.325],[-0.433,2.455],[-5.423,0.244],[-4.309,-14.024],[-7.958,-0.625]],"o":[[-9.752,0.248],[-9.144,0.856],[-0.928,0.727],[0.423,0.623],[0.933,3.083],[1.366,2.965],[0.334,0.873],[0.113,0.374],[2.185,6.052],[7.108,0.775],[-1.29,-7.055],[-1.258,-3.333],[-1.518,-3.943],[6.27,0.603],[5.298,13.035],[8.072,0.738],[-4.283,-14.717]],"v":[[211,37],[182.94,38.941],[155,41],[154.626,42.96],[156,45],[158,53],[162,61],[162,64],[164,66],[170,83],[188,82],[181,61],[177,51],[174,41],[190,40],[205,80],[226,79]],"c":true}],"h":1},{"t":88,"s":[{"i":[[2.737,6.763],[6.03,-0.748],[5.991,-0.786],[6.356,-0.422],[-2.835,-6.831],[-2.448,-7.219],[-2.896,0.438],[-3.11,0.224],[2.707,6.459],[2.263,6.904],[-2.836,0.331],[-3.166,0.001],[-2.709,-6.457],[-2.141,-7.026],[-3.492,0.341],[-2.919,0.913],[2.751,6.749]],"o":[[-6.47,0.308],[-6.03,0.748],[-5.991,0.786],[2.21,7.457],[2.835,6.831],[3.308,-0.025],[2.896,-0.438],[-1.908,-7.259],[-2.707,-6.459],[2.491,-0.675],[2.836,-0.331],[2.021,7.146],[2.71,6.457],[3.112,-0.721],[3.492,-0.341],[-2.26,-7.24],[-2.751,-6.749]],"v":[[309,98],[290.351,99.684],[272.42,102.087],[254,104],[261.821,125.178],[270,146],[279.149,145.149],[288,144],[280.767,123.733],[273,104],[280.995,102.495],[290,102],[297.41,122.09],[305,142],[315.144,140.644],[325,139],[317.358,118.142]],"c":true}],"h":1},{"t":89,"s":[{"i":[[2.539,0.039],[8.874,-1.292],[8.682,-1.485],[-2.185,-5.308],[-2.083,-5.142],[-0.719,-1.767],[-1.458,-1.283],[-2.915,0.418],[-2.869,0.464],[2.756,6.577],[2.54,6.793],[-2.904,0.263],[-2.193,0.974],[-4.587,-14.08],[-7.522,-0.189],[2.915,7.088],[1.223,2.654]],"o":[[-8.822,1.345],[-8.874,1.292],[2.176,5.626],[2.185,5.308],[0.668,1.649],[0.719,1.767],[2.471,-0.863],[2.915,-0.418],[-2.437,-6.897],[-2.756,-6.577],[2.193,-0.974],[2.904,-0.263],[5.352,13.315],[7.719,0.386],[-1.347,-7.771],[-1.594,-3.876],[-1.119,-2.428]],"v":[[408,158],[381.395,161.895],[355,166],[361.57,182.363],[368,198],[369.908,203.274],[373,208],[381.201,206.201],[390,205],[382.078,184.922],[374,165],[382,163.5],[390,162],[406,202],[426,200],[418,178],[413,165]],"c":true}],"h":1},{"t":90,"s":[{"i":[[0,4],[3.698,-0.552],[3.677,-0.573],[3.641,-0.609],[3.589,-0.661],[-1.857,-4.587],[-1.916,-4.528],[-1.984,-4.461],[-2.754,0.58],[-3.383,-0.05],[2.894,6.606],[2.137,7.363],[-2.569,0.431],[-2.697,0.303],[-1.427,-3.573],[-1.727,-3.272],[0,4]],"o":[[-3.704,0.547],[-3.698,0.552],[-3.677,0.573],[-3.641,0.609],[1.806,4.638],[1.857,4.587],[1.916,4.528],[3.602,0.269],[2.754,-0.58],[-2.286,-7.214],[-2.894,-6.606],[3.028,0.028],[2.569,-0.431],[1.563,3.436],[1.427,3.573],[0,-4],[0,-4]],"v":[[500,218],[488.894,219.644],[477.828,221.328],[466.848,223.098],[456,225],[461.493,238.84],[467.151,252.515],[473,266],[482.164,265.164],[491,264],[482.889,243.611],[475,223],[483.248,222.248],[491,221],[495.377,231.623],[500,242],[500,230]],"c":true}],"h":1}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.2901961,0.4745098,0.7529412,1]},"o":{"a":1,"k":[{"t":10,"s":[0],"h":1},{"t":11,"s":[100],"h":1},{"t":90,"s":[0],"h":1}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":101,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":4,"nm":"Book_03_Mark","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[500,500,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"t":13,"s":[{"i":[[0,1.667],[1.623,3.211],[2.421,2.413],[9.226,-4.607],[9.512,-4.321],[-0.983,-0.31],[-0.583,-0.385],[-0.442,-0.545],[-0.563,-0.377],[-1.266,-0.713],[-0.69,-1.31],[0,-2.667],[0,-2.667],[-8.736,4.431],[-8.889,4.278],[0,1.667]],"o":[[-2.089,-2.745],[-1.623,-3.211],[-9.583,4.25],[-9.226,4.607],[-0.517,1.376],[0.983,0.31],[0.669,0.442],[0.442,0.545],[1.247,0.837],[1.266,0.713],[0,2.667],[0,2.667],[9.167,-4],[8.736,-4.431],[0,-1.667],[0,-1.667]],"v":[[500,296],[494.749,286.751],[489,278],[460.947,291.447],[433,305],[434.175,307.244],[437,308],[438.58,309.548],[440,311],[443.917,313.145],[447,316],[447,324],[447,332],[473.708,319.209],[500,306],[500,301]],"c":true}],"h":1},{"t":14,"s":[{"i":[[-9.904,4.262],[1.124,2.209],[1.187,2.146],[1.22,2.113],[1.221,2.112],[0.107,0.143],[0.163,0.087],[0.225,0.025],[0.291,-0.041],[9.312,-4.688],[8.811,-5.189],[-2.554,-1.446],[-1.639,-2.361],[0,-2.667],[0,-2.667],[-9.262,4.904]],"o":[[-1.029,-2.304],[-1.124,-2.21],[-1.187,-2.146],[-1.22,-2.114],[-0.055,-0.195],[-0.107,-0.143],[-0.163,-0.087],[-0.225,-0.025],[-8.94,5.06],[-9.312,4.688],[2.146,1.854],[2.554,1.446],[0,2.666],[0,2.667],[10.046,-4.121],[9.262,-4.904]],"v":[[389,237],[385.762,230.238],[382.288,223.712],[378.669,217.331],[375,211],[374.758,210.492],[374.353,210.147],[373.772,209.978],[373,210],[345.403,224.403],[318,239],[325.38,243.62],[332,249],[332,257],[332,265],[360.606,251.106]],"c":true}],"h":1},{"t":15,"s":[{"i":[[-19.647,9.02],[2.57,4.43],[2.554,4.446],[2.246,-1.432],[2.369,-1.319],[0.668,-0.064],[0.654,-0.37],[0.493,-0.606],[0.498,-0.277],[1.346,-0.691],[1.055,-0.588],[4.451,-2.475],[2.32,-1.384],[0.363,-2.928],[-4.467,-2.866],[0,-5.667]],"o":[[-2.166,-4.834],[-2.57,-4.43],[-2.649,0.952],[-2.246,1.432],[-0.673,0.375],[-0.668,0.064],[-0.531,0.3],[-0.493,0.606],[-1.352,0.753],[-1.005,0.516],[-4.592,2.56],[-2.249,1.25],[-2,1.193],[5.519,1.814],[0,5.667],[19.5,-9.166]],"v":[[281,169],[273.791,155.209],[266,142],[258.79,145.725],[252,150],[249.985,150.504],[248,151],[246.475,152.518],[245,154],[241,155],[238,158],[224,165],[217,169],[211,174],[225,182],[225,199]],"c":true}],"h":1},{"t":16,"s":[{"i":[[-2.25,4.969],[2.405,3.928],[2.032,4.301],[0.5,0],[0.5,0],[6.618,-4.049],[5.764,-4.903],[1.123,-0.831],[1.063,-0.709],[1.204,-0.703],[0.216,-1.541],[-2.341,-1.325],[-1.93,-1.737],[-1.837,-4.497],[-9.684,6.462],[-2.219,1.411]],"o":[[-2.346,-3.987],[-2.405,-3.928],[-0.5,0],[-0.5,0],[-5.764,4.903],[-6.618,4.049],[-1.446,-0.032],[-1.123,0.831],[-0.969,0.646],[-1.204,0.703],[2.704,0.962],[2.341,1.325],[1.166,5.167],[10.416,-7.288],[2.066,-1.378],[4.228,-2.689]],"v":[[181,100],[173.764,88.236],[167,76],[165.5,76],[164,76],[145,89],[126,102],[122.213,103.444],[119,106],[115.436,107.829],[113,111],[120.581,114.419],[127,119],[129,136],[162,114],[169,110]],"c":true}],"h":1},{"t":17,"s":[{"i":[[-4.716,2.906],[2.756,4.244],[2.786,4.214],[0.199,0.037],[0.094,-0.082],[8.407,-6.283],[7.593,-7.025],[-2.454,-1.213],[-1.843,-1.823],[-0.342,-2.658],[0.352,-3.352],[-4.425,3.632],[-4.464,2.013],[-0.325,0.249],[-1.752,1.398],[-1.191,0.899]],"o":[[-2.189,-4.811],[-2.756,-4.244],[-0.108,0.066],[-0.199,-0.037],[-7.781,6.843],[-8.407,6.283],[2.343,1.325],[2.453,1.213],[-0.014,3.014],[0.342,2.658],[4.837,-2.461],[4.425,-3.632],[0.294,-0.133],[2.693,-2.061],[1.042,-0.831],[4.299,-3.245]],"v":[[92,39],[84.448,25.552],[76,13],[75.489,12.988],[75,13],[50.359,32.364],[26,52],[33.374,55.626],[40,60],[40.754,68.246],[41,77],[54.779,67.164],[68,58],[69,56],[75,51],[79,49]],"c":true}],"h":1},{"t":18,"s":[{"i":[[7.38,6.62],[1.752,-1.726],[1.539,-1.178],[1.837,-2.038],[1.581,-1.261],[0.716,-0.256],[0.587,-0.538],[1.141,-1.458],[1.069,-0.916],[1.119,-1.019],[1.774,-1.852],[-0.173,-3.007],[-4.443,-2.224],[-0.917,-5.416],[-5.816,1.85],[-10.597,12.403]],"o":[[-1.452,1.917],[-1.752,1.726],[-2.073,1.587],[-1.837,2.038],[-0.55,0.439],[-0.716,0.256],[-1.366,1.25],[-1.141,1.458],[-1.031,0.883],[-1.888,1.719],[-1.726,1.802],[5.466,1.201],[0.538,5.795],[5.885,-1.781],[10.597,-12.403],[-7.38,-6.62]],"v":[[-4,-45],[-8.934,-39.446],[-14,-35],[-19.869,-29.255],[-25,-24],[-26.972,-23.074],[-29,-22],[-32.722,-17.75],[-36,-14],[-40,-12],[-45,-6],[-50,0],[-36,6],[-34,23],[-21,13],[14,-21]],"c":true}],"h":1},{"t":19,"s":[{"i":[[-6.952,8.715],[2.696,3.637],[2.463,3.87],[0.388,0.278],[0.808,-0.141],[0.426,-0.407],[0.177,-0.656],[5.024,-5.643],[4.852,-5.814],[1.78,-1.887],[1.157,-2.509],[-4.575,-1.758],[-0.961,-6.039],[-0.804,0.851],[-2.224,3.653],[-3.733,3.934]],"o":[[-2.752,-3.581],[-2.696,-3.637],[-0.639,-0.028],[-0.388,-0.278],[-0.12,0.714],[-0.426,0.407],[-5.051,5.615],[-5.024,5.643],[-1.724,1.943],[-1.78,1.887],[4.674,1.659],[0.961,6.039],[1.805,0.147],[3.187,-3.374],[4.624,-3.043],[7.674,-7.993]],"v":[[-54,-73],[-62.217,-83.783],[-70,-95],[-71.374,-95.626],[-73,-96],[-73.958,-94.457],[-75,-93],[-90.149,-76.149],[-105,-59],[-110.425,-53.425],[-115,-47],[-101,-42],[-98,-24],[-95,-26],[-87,-36],[-76,-48]],"c":true}],"h":1},{"t":20,"s":[{"i":[[-3.89,7.653],[2.935,3.565],[2.491,4.009],[1,0],[3.158,-4.382],[4.9,-6.682],[0.812,-1.119],[0.766,-5.942],[-3.898,-2.102],[-0.669,-5.998],[-1.938,2.643],[-1.81,2.468],[-1.81,2.468],[-0.722,1.603],[-0.248,0.358],[-0.733,1.035]],"o":[[-2.77,-3.73],[-2.935,-3.565],[-1,0],[-2.349,5.019],[-5.489,7.618],[-0.759,1.034],[-3.269,4.506],[5.421,0.579],[0.384,6.283],[4.12,-1.478],[2.044,-2.788],[2.044,-2.788],[1.404,-1.915],[0.143,-0.317],[0.765,-1.104],[5.2,-7.335]],"v":[[-111,-119],[-119.71,-129.79],[-128,-141],[-131,-141],[-140,-127],[-157,-104],[-159,-100],[-168,-86],[-154,-82],[-151,-65],[-143,-74],[-138,-81],[-133,-88],[-130,-93],[-128,-94],[-126,-98]],"c":true}],"h":1},{"t":21,"s":[{"i":[[0.808,-0.141],[5.783,-9.883],[5.374,-10.293],[-2.112,-0.555],[-2.843,0.176],[-0.897,-2.936],[0.017,-3.851],[-0.642,1.358],[-0.55,1.45],[-1.184,2.239],[-1.316,2.273],[-3.914,6.62],[-3.463,6.819],[2.901,3.266],[2.522,3.644],[0.388,0.278]],"o":[[-5.493,10.173],[-5.783,9.883],[2.709,-0.042],[2.112,0.555],[0.428,3.406],[0.897,2.936],[1.882,-0.118],[0.642,-1.358],[1.948,-1.771],[1.184,-2.239],[3.88,-6.702],[3.915,-6.62],[-2.875,-3.292],[-2.901,-3.266],[-0.639,-0.028],[-0.388,-0.278]],"v":[[-177,-179],[-194.09,-149.09],[-211,-119],[-204.101,-117.9],[-197,-117],[-194.666,-107.834],[-193,-98],[-189.501,-100.501],[-188,-105],[-183.526,-111.124],[-180,-118],[-168.187,-137.913],[-157,-158],[-165.764,-167.736],[-174,-178],[-175.374,-178.626]],"c":true}],"h":1},{"t":22,"s":[{"i":[[0.091,0.066],[1.246,-2.865],[1.23,-2.835],[1.244,-2.803],[1.288,-2.769],[2.435,-5.259],[1.793,-5.663],[-2.311,-0.356],[-2.02,-0.646],[-0.84,-3.231],[-1.7,-1.756],[-4.973,10.694],[-4.498,11.169],[3.283,3.377],[3.133,3.548],[0.209,-0.037]],"o":[[-1.292,2.892],[-1.246,2.865],[-1.23,2.835],[-1.244,2.803],[-2.466,5.299],[-2.435,5.259],[2.736,-0.069],[2.311,0.356],[0.941,3.321],[0.84,3.231],[4.612,-11.055],[4.973,-10.694],[-2.733,-3.942],[-3.283,-3.377],[-0.073,-0.082],[-0.209,0.037]],"v":[[-213,-210],[-216.8,-201.364],[-220.507,-192.814],[-224.21,-184.357],[-228,-176],[-235.504,-160.273],[-242,-144],[-234.463,-143.536],[-228,-142],[-225.569,-131.826],[-222,-124],[-207.415,-156.415],[-193,-189],[-202.2,-199.795],[-212,-210],[-212.486,-210.012]],"c":true}],"h":1},{"t":23,"s":[{"i":[[0.241,0.127],[4.228,-11.606],[3.471,-12.362],[-2.167,0],[-2.166,0],[-1.001,-2.999],[-0.892,-3.108],[-0.453,1.424],[-0.406,1.076],[-0.934,2.936],[-1.032,2.984],[-0.766,1.333],[-0.46,1.298],[-1.885,6.076],[-2.344,5.731],[7.864,5.726]],"o":[[-3.618,12.215],[-4.228,11.606],[2.167,0],[2.167,0],[1.103,2.897],[1.001,2.999],[1.782,-0.228],[0.453,-1.424],[1.234,-3.271],[0.934,-2.936],[0.474,-1.37],[0.766,-1.333],[2.118,-5.965],[1.885,-6.076],[-6.689,-6.546],[-0.218,-0.159]],"v":[[-239,-233],[-251.11,-197.61],[-263,-162],[-256.5,-162],[-250,-162],[-246.842,-153.158],[-244,-144],[-240.968,-146.864],[-240,-151],[-236.849,-160.215],[-234,-169],[-231.99,-173.054],[-230,-177],[-224.169,-195.175],[-218,-213],[-238,-233]],"c":true}],"h":1},{"t":24,"s":[{"i":[[3.682,2.818],[1.789,-6.128],[1.766,-6.15],[1.719,-6.197],[1.648,-6.269],[-1.083,0],[-1.083,0],[-1.083,0],[-1.083,0],[-0.56,-1.606],[-0.542,-1.624],[-0.711,-1.456],[-1.066,-1.101],[-3.529,12.304],[-3.395,12.439],[3.373,3.127]],"o":[[-1.787,6.13],[-1.789,6.128],[-1.766,6.15],[-1.719,6.197],[1.083,0],[1.083,0],[1.083,0],[1.083,0],[0.765,1.402],[0.56,1.606],[0.542,1.624],[0.711,1.456],[3.49,-12.344],[3.529,-12.304],[-3.827,-2.673],[-3.373,-3.127]],"v":[[-254,-247],[-259.37,-228.619],[-264.709,-210.208],[-269.944,-191.693],[-275,-173],[-271.75,-173],[-268.5,-173],[-265.25,-173],[-262,-173],[-260.059,-168.441],[-258.451,-163.549],[-256.618,-158.882],[-254,-155],[-243.429,-191.929],[-233,-229],[-243.609,-237.891]],"c":true}],"h":1},{"t":25,"s":[{"i":[[0.111,0.066],[1.588,-6.245],[1.609,-6.225],[1.591,-6.242],[1.536,-6.297],[-2.271,0.063],[-1.611,0.721],[-0.798,-1.462],[-0.678,-1.582],[-0.566,-1.876],[-2.146,-0.112],[-3.206,12.127],[-2.632,12.701],[3.377,2.907],[3.529,2.999],[0.198,-0.037]],"o":[[-1.529,6.304],[-1.588,6.245],[-1.609,6.225],[-1.591,6.242],[2.306,-0.028],[2.271,-0.063],[0.13,1.572],[0.798,1.462],[0.592,1.382],[0.565,1.876],[2.543,-12.791],[3.206,-12.127],[-2.964,-3.371],[-3.377,-2.907],[-0.097,-0.082],[-0.198,0.037]],"v":[[-262,-253],[-266.685,-234.185],[-271.49,-215.49],[-276.299,-196.799],[-281,-178],[-273.979,-177.979],[-268,-179],[-266.411,-174.508],[-264,-170],[-262.665,-164.547],[-259,-161],[-250.067,-198.068],[-241,-235],[-250.577,-244.279],[-261,-253],[-261.49,-253.012]],"c":true}],"h":1},{"t":26,"s":[{"i":[[4.464,2.036],[1.482,-6.351],[1.518,-6.315],[1.527,-6.306],[1.508,-6.325],[-1.041,0.126],[-0.958,0.209],[-1.063,0.104],[-1.357,-0.19],[-0.722,-1.48],[-0.685,-1.591],[-0.631,-1.748],[-1.829,-0.506],[-3.036,12.63],[-3.161,12.507],[3.381,3.119]],"o":[[-1.419,6.415],[-1.482,6.351],[-1.518,6.315],[-1.527,6.306],[1.312,0.146],[1.041,-0.126],[0.958,-0.209],[1.063,-0.104],[0.428,1.49],[0.722,1.48],[0.647,1.502],[0.631,1.748],[2.695,-12.972],[3.036,-12.63],[-4.014,-2.486],[-3.381,-3.119]],"v":[[-266,-256],[-270.359,-236.859],[-274.867,-217.867],[-279.441,-198.941],[-284,-180],[-280.517,-180.017],[-277.567,-180.567],[-274.583,-181.083],[-271,-181],[-269.192,-176.576],[-267,-172],[-265.387,-166.753],[-262,-163],[-253.349,-201.349],[-244,-239],[-254.663,-247.837]],"c":true}],"h":1},{"t":27,"s":[{"i":[[4.339,2.161],[1.438,-6.396],[1.524,-6.31],[1.449,-6.384],[1.215,-6.619],[-1.014,0.153],[-1.02,0.146],[-1.121,0.046],[-1.316,-0.149],[-0.557,-1.61],[-0.586,-1.581],[-0.736,-1.431],[-1.007,-1.16],[-2.974,12.859],[-3.004,12.83],[3.376,3.124]],"o":[[-1.191,6.642],[-1.438,6.396],[-1.524,6.31],[-1.449,6.384],[1.102,-0.065],[1.014,-0.153],[1.02,-0.146],[1.121,-0.046],[0.649,1.518],[0.557,1.61],[0.586,1.581],[0.736,1.431],[3.099,-12.734],[2.974,-12.859],[-4.157,-2.343],[-3.376,-3.124]],"v":[[-268,-258],[-271.983,-238.483],[-276.465,-219.465],[-280.964,-200.464],[-285,-181],[-281.85,-181.349],[-278.821,-181.821],[-275.633,-182.132],[-272,-182],[-270.221,-177.279],[-268.537,-172.463],[-266.584,-167.916],[-264,-164],[-254.928,-202.428],[-246,-241],[-256.863,-249.637]],"c":true}],"h":1},{"t":28,"s":[{"i":[[0.5,0],[1.394,-6.356],[1.465,-6.285],[1.464,-6.286],[1.389,-6.361],[-1.959,0.375],[-2.45,-0.117],[-0.782,-1.505],[-0.637,-1.452],[-0.562,-1.709],[-2.024,-0.5],[-2.926,12.574],[-2.832,12.668],[3.354,2.646],[2.677,3.323],[0.5,0]],"o":[[-1.249,6.501],[-1.394,6.356],[-1.465,6.285],[-1.464,6.286],[2.714,0.381],[1.959,-0.374],[0.237,1.529],[0.782,1.505],[0.729,1.663],[0.562,1.709],[2.464,-13.036],[2.926,-12.574],[-2.909,-3.091],[-3.354,-2.646],[-0.5,0],[-0.5,0]],"v":[[-269,-258],[-272.982,-238.732],[-277.29,-219.79],[-281.702,-200.952],[-286,-182],[-279.302,-182.302],[-273,-183],[-271.3,-178.443],[-269,-174],[-267.471,-168.628],[-264,-165],[-255.776,-203.276],[-247,-241],[-256.674,-249.326],[-266,-258],[-267.5,-258]],"c":true}],"h":1},{"t":29,"s":[{"i":[[0.106,0.067],[1.458,-6.375],[1.475,-6.358],[1.404,-6.429],[1.246,-6.587],[-1.959,0.374],[-2.714,-0.381],[-0.846,-1.412],[-0.659,-1.562],[-0.442,-1.678],[-1.623,-0.846],[-2.945,12.722],[-2.347,13.32],[3.362,2.75],[3.326,3.049],[0.201,-0.037]],"o":[[-1.354,6.48],[-1.458,6.375],[-1.475,6.358],[-1.404,6.429],[2.45,0.117],[1.959,-0.375],[-0.042,1.791],[0.846,1.412],[0.608,1.442],[0.442,1.678],[2.874,-12.793],[2.945,-12.722],[-3.228,-2.951],[-3.361,-2.75],[-0.091,-0.083],[-0.201,0.037]],"v":[[-269,-259],[-273.24,-239.74],[-277.662,-220.662],[-282.003,-201.503],[-286,-182],[-279.698,-182.698],[-273,-183],[-271.526,-178.329],[-269,-174],[-267.761,-169.053],[-265,-165],[-256.105,-203.105],[-248,-242],[-257.927,-250.426],[-268,-259],[-268.489,-259.012]],"c":true}],"h":1},{"t":30,"s":[{"i":[[0.106,0.067],[1.492,-6.341],[1.466,-6.367],[1.366,-6.467],[1.192,-6.641],[-1.014,0.153],[-1.02,0.146],[-1.121,0.046],[-1.316,-0.149],[-1.236,-3.097],[-1.967,-2.366],[-2.945,12.722],[-2.501,13.166],[3.362,2.75],[3.326,3.049],[0.201,-0.037]],"o":[[-1.443,6.39],[-1.492,6.341],[-1.466,6.367],[-1.366,6.467],[1.102,-0.065],[1.014,-0.153],[1.02,-0.146],[1.121,-0.046],[1.087,3.246],[1.236,3.097],[2.72,-12.947],[2.945,-12.722],[-3.228,-2.951],[-3.361,-2.75],[-0.091,-0.083],[-0.201,0.037]],"v":[[-269,-259],[-273.421,-239.921],[-277.877,-220.877],[-282.144,-201.644],[-286,-182],[-282.85,-182.349],[-279.821,-182.821],[-276.633,-183.132],[-273,-183],[-269.66,-173.34],[-265,-165],[-256.336,-203.336],[-248,-242],[-257.927,-250.426],[-268,-259],[-268.489,-259.012]],"c":true}],"h":1},{"t":78,"s":[{"i":[[0.5,0],[1.391,-6.359],[1.5,-6.25],[1.359,-6.391],[0.966,-6.784],[-2.469,0.325],[-1.166,-0.546],[-0.565,-1.518],[-0.592,-1.388],[-0.704,-1.535],[-1.586,-0.462],[-2.859,12.641],[-2.748,12.752],[3.337,2.663],[2.637,3.363],[0.5,0]],"o":[[-1.032,6.718],[-1.391,6.359],[-1.5,6.25],[-1.359,6.391],[1.959,-0.248],[2.469,-0.325],[0.146,1.54],[0.566,1.518],[0.596,1.399],[0.704,1.535],[2.815,-12.685],[2.859,-12.641],[-3.015,-2.985],[-3.337,-2.663],[-0.5,0],[-0.5,0]],"v":[[-270,-259],[-273.697,-239.448],[-278.098,-220.598],[-282.449,-201.7],[-286,-182],[-278.905,-183.095],[-273,-183],[-271.835,-178.386],[-270,-174],[-268.242,-169.297],[-265,-166],[-256.45,-203.949],[-248,-242],[-257.784,-250.216],[-267,-259],[-268.5,-259]],"c":true}],"h":1},{"t":79,"s":[{"i":[[4.186,2.314],[1.073,-6.677],[1.176,-6.574],[1.14,-6.61],[0.965,-6.785],[-1.06,0.19],[-0.988,0.262],[-1.06,0.19],[-1.274,-0.024],[-0.896,-1.452],[-0.643,-1.363],[-0.595,-1.725],[-1.887,-0.542],[-2.305,13.029],[-2.007,13.327],[3.64,2.86]],"o":[[-0.832,6.918],[-1.073,6.677],[-1.176,6.574],[-1.14,6.61],[1.274,0.024],[1.06,-0.19],[0.988,-0.262],[1.06,-0.19],[-0.227,1.828],[0.896,1.452],[0.733,1.556],[0.595,1.725],[1.775,-13.558],[2.304,-13.029],[-3.254,-3.246],[-3.64,-2.86]],"v":[[-271,-263],[-273.892,-242.642],[-277.3,-222.8],[-280.808,-203.058],[-284,-183],[-280.536,-183.286],[-277.5,-184],[-274.464,-184.714],[-271,-185],[-269.653,-180.151],[-267,-176],[-265.365,-170.739],[-262,-167],[-255.673,-206.673],[-249,-246],[-259.301,-255.199]],"c":true}],"h":1},{"t":80,"s":[{"i":[[0.144,0.049],[0.435,-7.065],[0.464,-7.036],[0.422,-7.078],[0.311,-7.19],[-1.735,0.766],[-1.785,0.715],[-0.776,-1.529],[-0.825,-1.552],[-0.854,-1.689],[-1.74,-0.653],[-0.959,14.041],[-0.626,14.374],[3.4,2.424],[4.123,1.832],[0.179,-0.028]],"o":[[-0.335,7.165],[-0.435,7.065],[-0.464,7.036],[-0.422,7.078],[2.277,-0.223],[1.734,-0.766],[1.072,1.331],[0.776,1.529],[0.846,1.591],[0.854,1.689],[0.54,-14.46],[0.959,-14.041],[-3.275,-2.471],[-3.4,-2.424],[-0.139,-0.062],[-0.179,0.028]],"v":[[-267,-264],[-268.172,-242.672],[-269.537,-221.537],[-270.883,-200.383],[-272,-179],[-266.131,-180.631],[-261,-183],[-258.314,-178.666],[-256,-174],[-253.671,-168.797],[-250,-165],[-247.565,-207.565],[-245,-250],[-254.864,-257.48],[-266,-264],[-266.496,-264.009]],"c":true}],"h":1},{"t":81,"s":[{"i":[[4.061,1.272],[-0.411,-7.506],[-0.329,-7.588],[-0.253,-7.663],[-0.184,-7.733],[-0.945,0.471],[-0.753,0.664],[-0.806,0.611],[-1.106,0.311],[-0.851,-1.482],[-0.877,-1.456],[-0.962,-1.371],[-1.107,-1.226],[0.668,15.332],[0.995,15.005],[3.469,1.864]],"o":[[0.5,7.417],[0.411,7.506],[0.329,7.588],[0.253,7.663],[1.384,-0.032],[0.945,-0.471],[0.753,-0.664],[0.806,-0.611],[0.884,1.449],[0.851,1.482],[0.877,1.456],[0.962,1.371],[-0.331,-15.669],[-0.668,-15.332],[-4.061,-1.272],[-3.469,-1.864]],"v":[[-249,-253],[-247.636,-230.615],[-246.527,-207.973],[-245.655,-185.095],[-245,-162],[-241.567,-162.817],[-239.082,-164.582],[-236.806,-166.555],[-234,-168],[-231.412,-163.588],[-228.834,-159.166],[-226.089,-154.91],[-223,-151],[-224.502,-197.498],[-227,-243],[-238,-248]],"c":true}],"h":1},{"t":82,"s":[{"i":[[4.338,0.496],[-1.094,-7.823],[-1.046,-7.871],[-1.054,-7.863],[-1.119,-7.798],[-0.712,0.569],[-0.764,0.94],[-0.92,0.776],[-1.179,0.078],[-0.851,-1.351],[-0.911,-1.231],[-1.111,-1.31],[-1.634,-0.517],[2.124,15.876],[2.143,15.857],[3.407,1.426]],"o":[[1.198,7.718],[1.094,7.823],[1.046,7.871],[1.054,7.863],[0.763,0.338],[0.712,-0.569],[0.764,-0.94],[0.92,-0.776],[0.686,1.367],[0.851,1.351],[0.921,1.243],[1.111,1.31],[-2.363,-15.637],[-2.124,-15.876],[-4.034,-0.799],[-3.407,-1.426]],"v":[[-213,-226],[-209.576,-202.675],[-206.381,-179.12],[-203.245,-155.505],[-200,-132],[-197.813,-132.48],[-195.624,-134.877],[-193.123,-137.585],[-190,-139],[-187.668,-134.898],[-185,-131],[-182.035,-126.955],[-178,-124],[-184.665,-171.335],[-191,-219],[-201.772,-222.728]],"c":true}],"h":1},{"t":83,"s":[{"i":[[3.952,0.716],[-0.189,-0.477],[-0.264,-0.402],[-2.798,-14.19],[-2.921,-13.364],[-0.541,-1.977],[-1.457,-1.349],[-1.178,1.655],[-1.427,1.406],[-1.022,-1.313],[-1.066,-1.289],[-1.129,-1.286],[-1.39,-0.533],[3.411,16.089],[2.983,16.517],[3.654,1.012]],"o":[[-0.022,0.689],[0.189,0.477],[2.887,13.877],[2.798,14.19],[0.38,1.742],[0.541,1.977],[0.861,-1.972],[1.178,-1.655],[0.847,1.46],[1.022,1.313],[1.093,1.322],[1.129,1.286],[-3.372,-16.128],[-3.411,-16.089],[-3.432,-1.234],[-3.654,-1.012]],"v":[[-160,-187],[-159.714,-185.285],[-159,-184],[-150.526,-141.614],[-142,-100],[-140.808,-94.206],[-138,-89],[-134.925,-94.424],[-131,-99],[-128.164,-94.872],[-125,-91],[-121.723,-86.909],[-118,-84],[-128.292,-132.208],[-138,-181],[-148.61,-184.389]],"c":true}],"h":1},{"t":84,"s":[{"i":[[3.257,0.576],[-2.195,-8.222],[-2.248,-8.168],[-2.179,-8.237],[-1.988,-8.429],[-0.403,1.097],[-0.783,0.717],[-0.44,1.227],[-1.121,0.546],[-1.17,-1.056],[-0.997,-1.077],[-1.074,-1.288],[-1.602,-0.662],[4.434,16.566],[4.866,16.134],[3.298,0.536]],"o":[[2.019,8.398],[2.195,8.222],[2.248,8.168],[2.179,8.237],[1.606,0.106],[0.403,-1.097],[1.121,-0.546],[0.44,-1.227],[0.324,1.698],[1.17,1.056],[1.1,1.188],[1.074,1.288],[-4.399,-16.601],[-4.434,-16.566],[-3.552,-0.281],[-3.298,-0.536]],"v":[[-92,-138],[-85.65,-113.101],[-78.954,-88.546],[-72.282,-63.968],[-66,-39],[-63.382,-40.882],[-62,-44],[-60,-47],[-58,-50],[-55.505,-46.034],[-52,-43],[-48.877,-39.105],[-45,-36],[-58.15,-85.85],[-72,-135],[-82.221,-136.279]],"c":true}],"h":1},{"t":85,"s":[{"i":[[5.855,1.145],[-0.084,-0.583],[-0.586,-0.081],[-2.593,-8.127],[-2.587,-8.136],[-1.372,-4.04],[-1.261,-3.902],[-1.115,-4.049],[-2.206,-3.677],[-0.873,1.96],[-0.753,2.081],[-1.143,-1.357],[-1.212,-1.151],[-1.521,-1.255],[-0.037,1.855],[9.889,33.111]],"o":[[0.079,0.589],[0.084,0.583],[2.04,8.356],[2.593,8.127],[1.252,3.938],[1.372,4.04],[1.335,4.128],[1.115,4.049],[0.753,-2.081],[0.873,-1.96],[1.218,0.421],[1.143,1.357],[0.878,0.835],[1.521,1.255],[-10.633,-32.367],[-7.129,0.129]],"v":[[-12,-82],[-11.881,-80.119],[-11,-79],[-3.91,-54.335],[4,-30],[7.993,-17.973],[12,-6],[15.346,6.338],[20,18],[22.5,12],[25,6],[28.505,8.952],[32,13],[36.131,17.017],[39,17],[8,-81]],"c":true}],"h":1},{"t":86,"s":[{"i":[[3.166,0],[-2.871,-8.295],[-2.986,-8.181],[-2.871,-8.295],[-2.529,-8.638],[-0.384,0.42],[-0.125,0.662],[-0.053,0.661],[-0.171,0.418],[-0.644,1.091],[0.092,1.365],[-2.044,-2.289],[-3.12,-1.214],[5.849,16.485],[5.939,16.395],[3.167,0]],"o":[[2.529,8.638],[2.871,8.295],[2.986,8.181],[2.871,8.295],[0.831,0.065],[0.384,-0.42],[0.125,-0.662],[0.053,-0.661],[0.517,-1.269],[0.644,-1.091],[2.706,1.628],[2.044,2.29],[-5.667,-16.666],[-5.849,-16.485],[-3.166,0],[-3.167,0]],"v":[[77,-22],[85.157,3.343],[94,28],[102.843,52.657],[111,78],[112.776,77.408],[113.491,75.725],[113.711,73.68],[114,72],[115.957,68.572],[117,65],[123.689,71.31],[131,77],[113.704,27.296],[96,-22],[86.5,-22]],"c":true}],"h":1},{"t":87,"s":[{"i":[[6.488,16.18],[2.913,-0.42],[3.642,0.309],[-5.69,-14.718],[-5.199,-13.656],[-0.297,-1.246],[-0.446,-1.058],[-0.606,-1.073],[-1.266,0.032],[-0.559,2.107],[-1.151,1.516],[-1.161,-1.05],[-1.262,-1.05],[-1.204,-0.998],[-1.167,0.84],[6.209,16.457]],"o":[[-3.704,-0.371],[-2.913,0.42],[5.04,14.474],[5.69,14.718],[0.364,0.957],[0.297,1.246],[0.311,0.738],[0.606,1.073],[0.612,-2.055],[0.559,-2.107],[1.092,0.748],[1.161,1.05],[1.017,0.846],[1.204,0.998],[-6.676,-15.991],[-6.209,-16.457]],"v":[[191,39],[181.453,39.453],[172,40],[188.38,84.113],[205,127],[205.939,130.424],[207,134],[208.284,137.077],[211,139],[212.595,132.595],[215,127],[218.372,129.773],[222,133],[225.388,136.265],[229,137],[209.859,88.141]],"c":true}],"h":1},{"t":88,"s":[{"i":[[-5.68,-2.654],[3.309,8.27],[9.497,24.825],[6.713,0.047],[-0.518,-1.516],[-1.552,-3.776],[-0.828,-2.063],[-1.653,-4.117],[-0.843,-2.052],[-0.822,-2.048],[-1.653,-4.117],[-0.843,-2.052],[-1.772,-4.541],[-0.842,-2.105],[-3.856,-1.158],[-0.201,5.133]],"o":[[-2.721,-8.486],[-10.121,-25.296],[-5.928,0.738],[-1.557,1.599],[1.758,5.141],[0.843,2.052],[1.653,4.117],[0.828,2.063],[0.894,2.177],[1.653,4.118],[0.828,2.063],[1.877,4.567],[0.844,2.162],[1.78,4.448],[0.357,-4.976],[5.001,3.332]],"v":[[329,199],[320,174],[290,100],[272,102],[273,107],[278,120],[281,126],[285,139],[288,145],[291,151],[295,164],[298,170],[303,183],[306,189],[312,201],[315,188]],"c":true}],"h":1},{"t":89,"s":[{"i":[[2.987,-0.708],[2.608,-0.393],[3.055,0.055],[-0.997,-1.799],[-0.693,-1.687],[-0.293,-1.233],[-0.416,-1.065],[-2.182,-5.341],[-2.224,-5.389],[-2.792,-6.304],[-2.269,-5.57],[-3.983,-1.358],[-1.19,4.143],[-4.867,-3.466],[6.879,16.589],[6.173,13.055]],"o":[[-2.515,0.485],[-2.608,0.392],[-0.681,2.115],[0.997,1.799],[0.412,1.002],[0.293,1.233],[2.047,5.246],[2.182,5.341],[2.563,6.212],[2.792,6.305],[1.842,4.522],[1.034,-4.299],[4.693,3.64],[-5.7,-17.009],[-6.069,-14.636],[-0.742,-1.569]],"v":[[389,161],[381.405,162.405],[373,163],[373.969,168.821],[377,174],[377.997,177.453],[379,181],[385.367,196.892],[392,213],[400.221,231.981],[408,250],[414,262],[417,249],[431,260],[411,210],[393,166]],"c":true}],"h":1},{"t":90,"s":[{"i":[[0,8.166],[0.627,1.373],[0.51,1.49],[0.627,1.373],[0.98,1.02],[1.807,-0.264],[0.866,-0.069],[1.252,-0.415],[1.934,0.267],[-0.089,-0.719],[-0.305,-0.466],[-0.096,-0.904],[-0.925,-0.076],[-4.003,-9.664],[-4.217,-9.45],[0,8.167]],"o":[[-0.98,-1.02],[-0.627,-1.373],[-0.51,-1.49],[-0.627,-1.373],[0.096,-2.125],[-1.807,0.264],[-2.059,-0.392],[-1.252,0.415],[-1.663,-0.344],[0.089,0.72],[0.693,0.307],[0.096,0.904],[3.772,9.895],[4.003,9.664],[0,-8.166],[0,-8.167]],"v":[[500,238],[497.647,234.352],[496,230],[494.353,225.647],[492,222],[488.721,219.854],[484,221],[479.406,221.406],[475,222],[473.023,222.892],[474,225],[474.826,227.174],[476,229],[487.666,258.334],[500,287],[500,262.5]],"c":true}],"h":1}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.9960784,0.7686275,0.0745098,1]},"o":{"a":1,"k":[{"t":12,"s":[0],"h":1},{"t":13,"s":[100],"h":1},{"t":91,"s":[0],"h":1}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":101,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":4,"nm":"Book_03_Lines_d","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[500,500,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"t":13,"s":[{"i":[[0.732,0.118],[0.654,-0.235],[0.604,-0.285],[0.577,-0.312],[0.573,-0.316],[0.591,-0.298],[0.633,-0.256],[-1.149,-2.268],[-1.244,-2.173],[-1.223,-2.194],[-1.086,-2.33],[-1.081,0.419],[-0.94,0.56],[-1.014,0.486],[-1.303,0.198],[0.926,1.836],[0.934,1.785],[0.915,1.682],[0.871,1.525],[0.301,0.632],[0.361,0.579],[0.505,0.408]],"o":[[-0.727,0.162],[-0.654,0.235],[-0.604,0.285],[-0.577,0.312],[-0.573,0.316],[-0.591,0.298],[0.939,2.478],[1.149,2.268],[1.244,2.173],[1.223,2.194],[1.438,-0.062],[1.081,-0.419],[0.94,-0.56],[1.014,-0.486],[-0.893,-1.834],[-0.926,-1.836],[-0.934,-1.785],[-0.915,-1.682],[-0.323,-0.566],[-0.301,-0.632],[-0.361,-0.579],[-0.505,-0.408]],"v":[[480,315],[477.935,315.601],[476.054,316.387],[474.289,317.289],[472.571,318.238],[470.831,319.164],[469,320],[472.161,327.089],[475.779,333.721],[479.507,340.243],[483,347],[486.724,346.225],[489.702,344.703],[492.579,343.08],[496,342],[493.264,336.482],[490.467,331.037],[487.687,325.823],[485,321],[484.085,319.174],[483.113,317.329],[481.835,315.819]],"c":true}],"h":1},{"t":14,"s":[{"i":[[-2.605,0.395],[0.527,1.14],[0.64,1.027],[0.543,1.124],[0.236,1.43],[0.691,1.059],[0.579,1.171],[0.599,1.151],[0.75,1],[0.107,0.143],[0.164,0.087],[0.225,0.025],[0.29,-0.041],[0.986,-0.514],[1.061,-0.439],[0.919,-0.581],[0.561,-0.939],[-1.247,-2.087],[-1.192,-2.142],[-1.099,-2.234],[-0.969,-2.365],[-1.88,1.12]],"o":[[-0.205,-1.462],[-0.527,-1.14],[-0.64,-1.027],[-0.543,-1.124],[-0.933,-0.817],[-0.691,-1.059],[-0.579,-1.171],[-0.599,-1.151],[-0.055,-0.195],[-0.107,-0.143],[-0.164,-0.087],[-0.225,-0.025],[-0.696,0.804],[-0.986,0.514],[-1.061,0.439],[-0.919,0.581],[1.264,2.069],[1.247,2.087],[1.192,2.142],[1.099,2.234],[2.875,-0.125],[1.88,-1.12]],"v":[[381,275],[379.85,271.15],[378.048,267.952],[376.221,264.778],[375,261],[372.597,258.153],[370.725,254.775],[368.991,251.259],[367,248],[366.758,247.492],[366.353,247.147],[365.772,246.978],[365,247],[362.422,248.922],[359.297,250.298],[356.274,251.774],[354,254],[357.776,260.224],[361.443,266.557],[364.888,273.111],[368,280],[374.702,277.702]],"c":true}],"h":1},{"t":15,"s":[{"i":[[-1.196,0.387],[0.761,1.461],[0.808,1.415],[0.823,1.399],[0.809,1.413],[0.764,1.458],[0.688,1.534],[0.215,0.118],[0.194,0.139],[0.257,0.076],[0.404,-0.07],[0.82,-0.513],[0.857,-0.476],[0.859,-0.475],[0.824,-0.51],[-1.2,-2.216],[-1.282,-2.134],[-1.191,-2.226],[-0.925,-2.491],[-1.091,0.492],[-0.998,0.585],[-1.033,0.55]],"o":[[-0.685,-1.538],[-0.761,-1.461],[-0.808,-1.415],[-0.823,-1.399],[-0.809,-1.413],[-0.764,-1.458],[-0.32,-0.014],[-0.215,-0.118],[-0.194,-0.139],[-0.257,-0.076],[-0.747,0.587],[-0.82,0.513],[-0.857,0.476],[-0.859,0.475],[0.945,2.472],[1.2,2.216],[1.282,2.134],[1.191,2.226],[1.311,-0.272],[1.091,-0.492],[0.998,-0.585],[1.033,-0.55]],"v":[[274,207],[271.824,202.51],[269.463,198.204],[267.009,193.991],[264.553,189.781],[262.186,185.481],[260,181],[259.219,180.781],[258.626,180.374],[257.97,180.03],[257,180],[254.641,181.64],[252.116,183.115],[249.533,184.532],[247,186],[250.261,192.989],[254.029,199.471],[257.782,205.968],[261,213],[264.571,211.821],[267.673,210.173],[270.688,208.438]],"c":true}],"h":1},{"t":16,"s":[{"i":[[-0.754,0.913],[0.868,1.354],[0.85,1.372],[0.833,1.389],[0.816,1.406],[0.799,1.423],[0.782,1.44],[1.013,-0.487],[0.86,-0.64],[0.918,-0.583],[1.184,-0.316],[-0.523,-1.22],[-0.618,-1.143],[-0.66,-1.101],[-0.651,-1.095],[-0.691,-1.051],[-0.694,-1.056],[-0.656,-1.101],[-0.576,-1.189],[-1.123,0.543],[-1,0.667],[-0.876,0.79]],"o":[[-0.886,-1.336],[-0.868,-1.354],[-0.85,-1.372],[-0.833,-1.389],[-0.816,-1.406],[-0.799,-1.423],[-1.375,0.125],[-1.013,0.487],[-0.86,0.64],[-0.918,0.583],[0.377,1.333],[0.523,1.22],[0.618,1.143],[0.66,1.101],[0.648,1.089],[0.691,1.051],[0.694,1.056],[0.656,1.101],[1.248,-0.419],[1.123,-0.543],[1,-0.667],[0.876,-0.79]],"v":[[176,140],[173.369,135.964],[170.792,131.875],[168.266,127.734],[165.793,123.54],[163.371,119.295],[161,115],[157.472,115.971],[154.715,117.714],[152.1,119.6],[149,121],[150.364,124.821],[152.089,128.357],[154.019,131.714],[156,135],[158.019,138.2],[160.108,141.35],[162.142,144.575],[164,148],[167.556,146.556],[170.741,144.741],[173.555,142.555]],"c":true}],"h":1},{"t":17,"s":[{"i":[[0.084,1.751],[1.267,1.983],[1.251,1.999],[1.234,2.016],[1.215,2.035],[0.107,0.143],[0.164,0.087],[0.225,0.025],[0.291,-0.041],[0.814,-0.686],[0.877,-0.623],[0.875,-0.625],[0.806,-0.694],[-1.324,-2.176],[-1.382,-2.118],[-1.367,-2.133],[-1.279,-2.221],[-0.587,0.246],[-0.498,0.335],[-0.412,0.421],[-0.329,0.504],[-1.086,0.581]],"o":[[-1.281,-1.969],[-1.267,-1.983],[-1.251,-1.999],[-1.234,-2.016],[-0.055,-0.195],[-0.107,-0.143],[-0.164,-0.087],[-0.225,-0.025],[-0.684,0.816],[-0.814,0.686],[-0.877,0.623],[-0.875,0.625],[1.195,2.306],[1.324,2.176],[1.382,2.118],[1.367,2.133],[0.679,-0.154],[0.587,-0.246],[0.498,-0.335],[0.412,-0.421],[0.741,-0.926],[1.086,-0.581]],"v":[[88,78],[84.178,72.072],[80.401,66.099],[76.673,60.077],[73,54],[72.758,53.492],[72.353,53.147],[71.772,52.978],[71,53],[68.736,55.236],[66.183,57.183],[63.538,59.038],[61,61],[64.796,67.704],[68.873,74.128],[73.013,80.487],[77,87],[78.899,86.399],[80.525,85.525],[81.889,84.389],[83,83],[86.119,81.119]],"c":true}],"h":1},{"t":18,"s":[{"i":[[-1.261,0.322],[0.84,1.437],[0.926,1.352],[0.962,1.315],[0.95,1.328],[0.888,1.389],[0.778,1.5],[0.215,0.118],[0.194,0.139],[0.257,0.076],[0.404,-0.071],[0.769,-0.815],[0.825,-0.758],[0.769,-0.815],[0.6,-0.983],[-1.457,-1.959],[-1.331,-2.086],[-1.333,-2.084],[-1.464,-1.953],[-0.878,0.705],[-0.738,0.845],[-0.866,0.717]],"o":[[-0.706,-1.572],[-0.84,-1.437],[-0.926,-1.352],[-0.962,-1.315],[-0.95,-1.328],[-0.888,-1.389],[-0.319,-0.014],[-0.215,-0.118],[-0.194,-0.139],[-0.257,-0.076],[-0.6,0.983],[-0.769,0.815],[-0.825,0.758],[-0.769,0.815],[1.713,1.703],[1.457,1.959],[1.331,2.086],[1.333,2.084],[1.286,-0.297],[0.878,-0.705],[0.738,-0.845],[0.866,-0.717]],"v":[[12,23],[9.668,18.498],[7.007,14.327],[4.162,10.338],[1.281,6.385],[-1.488,2.321],[-4,-2],[-4.781,-2.219],[-5.374,-2.626],[-6.03,-2.97],[-7,-3],[-9.081,-0.331],[-11.5,2],[-13.919,4.331],[-16,7],[-11.276,12.526],[-7.126,18.626],[-3.163,24.913],[1,31],[4.179,29.43],[6.537,27.037],[8.876,24.626]],"c":true}],"h":1},{"t":19,"s":[{"i":[[1.61,1.89],[0.395,-0.48],[0.422,-0.453],[0.431,-0.444],[0.422,-0.453],[0.396,-0.479],[0.352,-0.523],[0.29,-0.585],[0.21,-0.665],[-1.007,-1.216],[-0.971,-1.252],[-0.939,-1.284],[-0.91,-1.312],[-0.886,-1.336],[-0.866,-1.356],[-0.995,0.755],[-0.784,0.966],[-0.647,1.103],[-0.585,1.166],[1.472,2.028],[1.465,2.035],[1.511,1.989]],"o":[[-0.35,0.525],[-0.395,0.48],[-0.422,0.453],[-0.431,0.444],[-0.422,0.453],[-0.396,0.479],[-0.352,0.523],[-0.29,0.585],[1.047,1.176],[1.007,1.216],[0.971,1.252],[0.939,1.284],[0.91,1.312],[0.886,1.336],[1.28,-0.47],[0.995,-0.755],[0.784,-0.966],[0.647,-1.103],[-1.532,-1.968],[-1.472,-2.028],[-1.465,-2.035],[-1.511,-1.989]],"v":[[-72,-54],[-73.122,-52.497],[-74.351,-51.101],[-75.635,-49.76],[-76.919,-48.419],[-78.151,-47.026],[-79.278,-45.528],[-80.245,-43.87],[-81,-42],[-77.921,-38.412],[-74.956,-34.71],[-72.093,-30.906],[-69.321,-27.012],[-66.627,-23.04],[-64,-19],[-60.606,-20.856],[-57.957,-23.457],[-55.829,-26.579],[-54,-30],[-58.491,-36.009],[-62.883,-42.117],[-67.333,-48.167]],"c":true}],"h":1},{"t":20,"s":[{"i":[[0.404,-0.071],[0.406,-0.65],[0.468,-0.588],[0.474,-0.582],[0.423,-0.633],[0.316,-0.74],[0.152,-0.904],[-1.536,-1.964],[-1.533,-1.967],[-1.606,-1.894],[-1.753,-1.747],[-0.628,0.955],[-0.647,0.936],[-0.695,0.888],[-0.773,0.811],[1.41,1.923],[1.528,1.806],[1.479,1.854],[1.264,2.069],[0.215,0.118],[0.194,0.139],[0.257,0.076]],"o":[[-0.287,0.768],[-0.406,0.65],[-0.468,0.588],[-0.474,0.582],[-0.423,0.633],[-0.316,0.74],[1.613,1.887],[1.536,1.964],[1.533,1.967],[1.606,1.894],[0.638,-0.945],[0.628,-0.955],[0.647,-0.936],[0.695,-0.888],[-1.126,-2.207],[-1.41,-1.923],[-1.528,-1.806],[-1.479,-1.854],[-0.32,-0.014],[-0.215,-0.118],[-0.194,-0.139],[-0.257,-0.076]],"v":[[-128,-97],[-129.053,-94.887],[-130.378,-93.045],[-131.804,-91.304],[-133.162,-89.496],[-134.284,-87.451],[-135,-85],[-130.295,-79.205],[-125.71,-73.29],[-121.019,-67.481],[-116,-62],[-114.107,-64.857],[-112.201,-67.701],[-110.195,-70.444],[-108,-73],[-111.845,-79.155],[-116.293,-84.707],[-120.844,-90.156],[-125,-96],[-125.781,-96.219],[-126.374,-96.626],[-127.03,-96.97]],"c":true}],"h":1},{"t":21,"s":[{"i":[[3.952,-0.12],[3.137,-9.53],[-9.063,-11.27],[-7.057,-7.943],[-1.281,-1.358],[-2.409,0.224],[-3.984,9.016],[1.04,1.117],[0.683,0.773],[1.117,1.46],[0.659,0.753],[1.058,1.168],[1.289,1.472],[1.059,1.169],[1.284,1.486],[1.017,1.177],[1.248,1.462],[0.989,1.181],[0.54,0.707],[1.453,1.735],[0.54,0.707],[0.758,0.814]],"o":[[-3.202,9.464],[8.941,11.392],[7.168,7.832],[0.541,2.105],[1.153,1.222],[4.896,-8.104],[-0.962,-2.488],[-0.684,-0.735],[-1.848,-2.092],[-0.584,-0.764],[-1.036,-1.184],[-1.295,-1.43],[-1.037,-1.184],[-1.299,-1.434],[-1.017,-1.177],[-1.278,-1.48],[-1.001,-1.173],[-0.626,-0.748],[-1.628,-2.129],[-0.626,-0.748],[-1.123,-1.469],[-2.621,-2.815]],"v":[[-238,-128],[-251,-103],[-223,-70],[-202,-46],[-198,-42],[-194,-38],[-180,-63],[-185,-68],[-186,-71],[-192,-76],[-193,-79],[-197,-82],[-200,-87],[-204,-90],[-207,-95],[-211,-98],[-214,-103],[-218,-106],[-219,-109],[-225,-114],[-226,-117],[-230,-120]],"c":true}],"h":1},{"t":22,"s":[{"i":[[10.179,9.988],[1.044,-2.206],[1.02,-2.23],[0.966,-2.284],[0.881,-2.369],[-2.367,-2.633],[-2.445,-2.555],[-2.481,-2.519],[-2.475,-2.525],[-1.166,-1.331],[-1.135,-1.357],[-1.152,-1.348],[-1.215,-1.302],[-0.671,-0.58],[-0.698,-0.558],[-0.678,-0.574],[-0.611,-0.629],[-1.185,-1.482],[-1.945,-0.72],[-2.041,4.459],[-1.762,4.739],[9.756,10.411]],"o":[[-1.038,2.212],[-1.044,2.206],[-1.02,2.23],[-0.966,2.284],[2.246,2.754],[2.367,2.633],[2.445,2.555],[2.481,2.519],[1.243,1.269],[1.166,1.331],[1.135,1.357],[1.152,1.348],[0.597,0.641],[0.671,0.58],[0.698,0.558],[0.678,0.574],[1.314,1.35],[1.185,1.482],[2.076,-4.424],[2.041,-4.459],[-9.798,-10.368],[-9.756,-10.411]],"v":[[-268,-151],[-271.131,-144.381],[-274.236,-137.736],[-277.222,-130.972],[-280,-124],[-273.07,-115.93],[-265.843,-108.157],[-258.444,-100.556],[-251,-93],[-247.397,-89.092],[-243.957,-85.051],[-240.538,-80.984],[-237,-77],[-235.086,-75.179],[-233.021,-73.482],[-230.945,-71.794],[-229,-70],[-225.473,-65.527],[-221,-62],[-214.764,-75.264],[-209,-89],[-238.215,-120.285]],"c":true}],"h":1},{"t":23,"s":[{"i":[[0.5,0],[1.668,-4.832],[1.865,-4.636],[-7.599,-7.507],[-7.534,-6.916],[-1.354,-1.139],[-1.272,-1.242],[-1.208,-1.374],[-1.959,-0.325],[-1.681,4.485],[-1.294,4.872],[2.518,2.358],[2.383,2.383],[1.646,1.951],[1.601,1.383],[0.886,0.426],[0.714,0.654],[4.189,4.564],[3.87,3.738],[0.878,0.551],[-0.116,1.21],[0.5,0]],"o":[[-1.463,5.037],[-1.668,4.832],[8.068,7.057],[7.599,7.507],[1.311,1.204],[1.354,1.139],[1.209,1.18],[1.208,1.374],[0.981,-5.186],[1.681,-4.485],[-1.545,-3.187],[-2.518,-2.358],[-1.814,-1.814],[-1.646,-1.951],[-0.743,-0.642],[-0.886,-0.426],[-4.375,-4.005],[-4.189,-4.564],[-0.605,-0.584],[-0.878,-0.551],[-0.5,0],[-0.5,0]],"v":[[-289,-166],[-293.699,-151.199],[-299,-137],[-275.6,-114.894],[-253,-93],[-248.971,-89.528],[-245,-86],[-241.563,-81.858],[-237,-79],[-232.736,-93.236],[-228,-107],[-234.371,-115.103],[-242,-122],[-247.159,-127.823],[-252,-133],[-254.522,-134.491],[-257,-136],[-269.879,-149.201],[-282,-162],[-284.541,-163.53],[-286,-166],[-287.5,-166]],"c":true}],"h":1},{"t":24,"s":[{"i":[[0.108,0.066],[0.715,-2.535],[0.768,-2.482],[0.669,-2.581],[0.418,-2.832],[-2.233,-2.015],[-2.266,-1.979],[-2.275,-1.975],[-2.259,-2.003],[-2.17,-2.083],[-2.188,-2.071],[-2.299,-1.952],[-2.504,-1.727],[-0.546,-0.704],[-0.6,-0.65],[-0.754,-0.496],[-1.007,-0.243],[-1.526,4.974],[-0.947,5.553],[10.162,9.173],[10.252,9.076],[0.2,-0.037]],"o":[[-0.511,2.739],[-0.715,2.535],[-0.768,2.482],[-0.669,2.581],[2.177,2.082],[2.233,2.015],[2.266,1.979],[2.275,1.975],[2.244,1.989],[2.17,2.083],[2.188,2.071],[2.299,1.952],[0.592,0.658],[0.546,0.704],[0.6,0.65],[0.754,0.496],[0.947,-5.553],[1.526,-4.974],[-10.098,-9.231],[-10.162,-9.173],[-0.094,-0.082],[-0.2,0.037]],"v":[[-300,-175],[-301.877,-167.127],[-304.139,-159.639],[-306.331,-152.081],[-308,-144],[-301.379,-137.863],[-294.624,-131.881],[-287.807,-125.958],[-281,-120],[-274.403,-113.865],[-267.889,-107.607],[-261.181,-101.545],[-254,-96],[-252.317,-93.933],[-250.622,-91.878],[-248.616,-90.134],[-246,-89],[-242,-104.5],[-238,-120],[-268.384,-147.617],[-299,-175],[-299.489,-175.012]],"c":true}],"h":1},{"t":25,"s":[{"i":[[0.85,-0.184],[1.273,-5.227],[1.37,-5.13],[-9.182,-7.984],[-9.379,-7.787],[-1.462,-1.15],[-1.308,0.819],[-1.286,4.881],[-1.096,5.071],[4.343,3.734],[3.788,3.157],[1.313,1.413],[1.252,1.098],[1.041,0.603],[0.947,0.807],[0.876,0.99],[1.5,0.19],[1.238,1.096],[1.211,1.122],[1.049,1.284],[2.106,0.227],[0.85,-0.184]],"o":[[-1.538,4.963],[-1.273,5.227],[8.892,8.275],[9.182,7.984],[0.846,1.22],[1.462,1.15],[0.762,-5.405],[1.285,-4.881],[-3.839,-3.908],[-4.343,-3.734],[-1.498,-1.248],[-1.313,-1.413],[-0.889,-0.779],[-1.041,-0.603],[-0.998,-0.851],[-0.876,-0.99],[-0.837,-1.495],[-1.238,-1.096],[-1.698,-0.635],[-1.049,-1.284],[-0.057,-0.61],[-0.057,-0.61]],"v":[[-305,-179],[-309.126,-163.626],[-313,-148],[-285.866,-123.634],[-258,-100],[-254.346,-95.971],[-250,-95],[-246.75,-110.251],[-243,-125],[-255.538,-136.563],[-268,-147],[-272.184,-151.113],[-276,-155],[-278.957,-156.979],[-282,-159],[-284.623,-161.995],[-288,-164],[-291.22,-167.78],[-295,-171],[-298.694,-174.306],[-303,-177],[-304,-178]],"c":true}],"h":1},{"t":26,"s":[{"i":[[0.85,-0.184],[1.372,-5.128],[0.582,-5.918],[-5.228,-4.439],[-5.077,-4.59],[-1.861,-1.855],[-1.516,-1.309],[-0.882,-0.433],[-0.73,-0.626],[-1.647,-1.713],[-1.036,-0.965],[-0.53,-0.072],[-0.477,-0.338],[-0.722,-0.771],[-0.043,2.13],[-1.12,5.214],[-1.713,4.62],[5.084,4.416],[5.333,4.167],[2.523,2.144],[2.543,2.124],[6.355,3.312]],"o":[[-0.93,5.57],[-1.372,5.128],[5.012,4.654],[5.228,4.439],[2.042,1.272],[1.861,1.855],[0.74,0.639],[0.882,0.434],[1.377,1.183],[1.647,1.713],[0.404,0.376],[0.53,0.072],[0.068,0.048],[0.722,0.771],[1.809,-4.525],[1.12,-5.214],[-5.333,-4.167],[-5.084,-4.416],[-2.365,-2.302],[-2.523,-2.144],[-5.459,-4.207],[-0.057,-0.61]],"v":[[-308,-181],[-311.761,-165.261],[-315,-149],[-299.548,-135.452],[-284,-122],[-278.106,-117.028],[-273,-112],[-270.493,-110.49],[-268,-109],[-263.244,-104.337],[-259,-100],[-257.555,-99.471],[-256,-99],[-254.482,-96.866],[-253,-98],[-248.928,-112.928],[-245,-128],[-260.5,-141],[-276,-154],[-283.366,-160.634],[-291,-167],[-307,-180]],"c":true}],"h":1},{"t":27,"s":[{"i":[[10.446,8.721],[0.641,-2.693],[0.589,-2.745],[0.654,-2.68],[0.836,-2.498],[-3.169,-2.657],[-3.228,-2.785],[-3.07,-2.736],[-2.695,-2.509],[-0.555,-0.077],[-0.403,-0.343],[-0.45,-0.742],[-0.634,-0.547],[-0.865,-0.418],[-0.755,-0.648],[-1.335,-1.199],[-1.365,-1.091],[-1.617,-1.399],[0.195,2.175],[-1.161,5.005],[-0.916,5.251],[10.388,8.778]],"o":[[-0.809,2.524],[-0.641,2.693],[-0.589,2.745],[-0.654,2.68],[2.893,2.35],[3.169,2.657],[3.228,2.785],[3.07,2.736],[0.375,0.349],[0.555,0.077],[0.567,0.483],[0.45,0.742],[0.784,0.678],[0.865,0.418],[1.295,1.112],[1.335,1.199],[0.726,0.581],[1.617,1.399],[1.44,-4.727],[1.161,-5.005],[-10.001,-9.166],[-10.388,-8.778]],"v":[[-309,-182],[-311.146,-174.146],[-312.961,-165.961],[-314.795,-157.795],[-317,-150],[-307.853,-142.445],[-298.204,-134.238],[-288.702,-125.912],[-280,-118],[-278.521,-117.495],[-277,-117],[-275.55,-115.049],[-274,-113],[-271.478,-111.478],[-269,-110],[-265.052,-106.485],[-261,-103],[-256.809,-98.933],[-254,-99],[-250.107,-113.608],[-247,-129],[-277.667,-155.834]],"c":true}],"h":1},{"t":28,"s":[{"i":[[0.12,0.064],[1.211,-5.122],[1.052,-5.282],[-5.282,-4.384],[-5.195,-4.472],[-0.827,-0.963],[-0.545,-0.507],[-0.554,-0.076],[-0.408,-0.344],[-0.45,-0.738],[-0.558,-0.505],[-0.865,-0.412],[-0.794,-0.678],[-2.541,-2.368],[-3.293,-1.357],[-1.258,5.242],[-1.192,5.308],[5.15,4.372],[5.119,4.266],[5.086,4.412],[5.464,4.026],[0.193,-0.036]],"o":[[-1.103,5.23],[-1.211,5.122],[4.677,4.99],[5.282,4.384],[1.147,0.641],[0.827,0.963],[0.377,0.351],[0.554,0.076],[0.644,0.542],[0.45,0.738],[0.745,0.674],[0.865,0.412],[2.544,2.172],[2.541,2.368],[0.774,-5.727],[1.258,-5.241],[-5.282,-4.246],[-5.15,-4.372],[-5.19,-4.326],[-5.086,-4.412],[-0.108,-0.079],[-0.193,0.036]],"v":[[-310,-182],[-313.539,-166.539],[-317,-151],[-301.888,-137.112],[-286,-124],[-283.049,-121.4],[-281,-119],[-279.523,-118.494],[-278,-118],[-276.435,-115.972],[-275,-114],[-272.537,-112.503],[-270,-111],[-262.562,-103.889],[-254,-98],[-250.814,-114.314],[-247,-130],[-262.622,-142.985],[-278,-156],[-293.295,-169.224],[-309,-182],[-309.491,-182.012]],"c":true}],"h":1},{"t":29,"s":[{"i":[[1,0],[1.223,-4.944],[0.63,-5.537],[-5.282,-4.384],[-5.195,-4.472],[-0.809,-0.946],[-0.57,-0.53],[-0.554,-0.076],[-0.408,-0.344],[-0.418,-0.709],[-0.709,-0.642],[-0.89,-0.433],[-0.754,-0.644],[-0.456,-0.751],[-0.591,-0.495],[-0.568,-0.104],[-0.353,-0.27],[-1.552,-1.6],[-2.16,0.648],[-1.25,4.916],[-0.515,5.651],[19.081,18.252]],"o":[[-0.478,5.689],[-1.223,4.944],[4.677,4.99],[5.282,4.384],[1.193,0.686],[0.809,0.946],[0.377,0.351],[0.554,0.076],[0.617,0.52],[0.418,0.709],[0.686,0.622],[0.89,0.433],[0.587,0.501],[0.456,0.751],[0.374,0.313],[0.568,0.104],[1.633,1.249],[1.552,1.6],[0.483,-5.683],[1.25,-4.916],[-19.094,-18.239],[-1,0]],"v":[[-311,-182],[-313.886,-166.387],[-317,-151],[-301.888,-137.112],[-286,-124],[-283.032,-121.383],[-281,-119],[-279.523,-118.494],[-278,-118],[-276.569,-116.092],[-275,-114],[-272.551,-112.516],[-270,-111],[-268.503,-108.995],[-267,-107],[-265.485,-106.468],[-264,-106],[-259.395,-101.078],[-254,-99],[-251.024,-114.524],[-248,-130],[-308,-182]],"c":true}],"h":1},{"t":30,"s":[{"i":[[1,0],[1.266,-4.901],[0.419,-5.748],[-5.311,-4.355],[-5.151,-4.516],[-0.897,-1.022],[-0.481,-0.447],[-0.554,-0.076],[-0.408,-0.344],[-0.456,-0.743],[-0.579,-0.525],[-0.883,-0.427],[-0.75,-0.64],[-1.33,-1.197],[-1.414,-1.131],[-0.694,-0.52],[-0.762,-0.549],[-0.737,-0.776],[0,2.144],[-1.118,5.049],[-0.984,5.182],[19.049,18.285]],"o":[[-0.517,5.649],[-1.266,4.901],[4.604,5.063],[5.311,4.355],[0.933,0.464],[0.897,1.022],[0.377,0.351],[0.554,0.076],[0.595,0.501],[0.456,0.743],[0.719,0.651],[0.883,0.427],[1.267,1.082],[1.33,1.197],[0.464,0.37],[0.694,0.52],[0.053,0.038],[0.736,0.776],[1.544,-4.622],[1.118,-5.049],[-19.049,-18.285],[-1,0]],"v":[[-311,-182],[-314.073,-166.574],[-317,-151],[-301.911,-137.089],[-286,-124],[-283.161,-121.487],[-281,-119],[-279.523,-118.494],[-278,-118],[-276.488,-116.018],[-275,-114],[-272.523,-112.492],[-270,-111],[-266.111,-107.537],[-262,-104],[-260.224,-102.634],[-258,-101],[-256.46,-98.863],[-255,-100],[-251.08,-114.58],[-248,-130],[-308,-182]],"c":true}],"h":1},{"t":31,"s":[{"i":[[1,0],[1.099,-5.067],[1.643,-4.524],[-1.293,-1.112],[-1.227,-1.065],[-4.778,-4.146],[-4.299,-3.433],[-0.32,-0.359],[-0.341,-0.261],[-0.551,-0.091],[-0.4,-0.334],[-0.451,-0.739],[-0.624,-0.565],[-0.892,-0.434],[-0.693,-0.591],[-1.335,-1.201],[-1.377,-1.102],[-1.617,-1.399],[0.195,2.175],[-1.135,5.032],[-1.015,5.151],[19.049,18.285]],"o":[[-0.961,5.206],[-1.099,5.067],[0.599,1.488],[1.293,1.112],[4.591,3.982],[4.778,4.146],[0.381,0.304],[0.32,0.359],[0.395,0.302],[0.551,0.091],[0.572,0.477],[0.451,0.739],[0.741,0.672],[0.892,0.434],[1.282,1.094],[1.335,1.201],[0.726,0.581],[1.617,1.399],[1.445,-4.721],[1.135,-5.032],[-19.049,-18.285],[-1,0]],"v":[[-311,-182],[-313.989,-166.489],[-318,-152],[-314.971,-148.182],[-311,-145],[-296.781,-132.588],[-283,-121],[-281.97,-119.967],[-281,-119],[-279.504,-118.524],[-278,-118],[-276.538,-116.066],[-275,-114],[-272.464,-112.44],[-270,-111],[-266.071,-107.505],[-262,-104],[-257.809,-99.933],[-255,-100],[-251.178,-114.677],[-248,-130],[-308,-182]],"c":true}],"h":1},{"t":78,"s":[{"i":[[0.85,-0.184],[1.134,-5.199],[1.575,-4.759],[-0.999,-0.746],[-0.821,-0.72],[-0.876,-0.699],[-1.188,-1.01],[-0.87,-0.694],[-1.219,-0.996],[-0.862,-0.688],[-1.187,-1.019],[-0.853,-0.731],[-1.131,-0.935],[-0.844,-0.723],[-1.124,-0.94],[-4.98,-1.925],[-6.38,-3.286],[-2.062,10.604],[5.051,4.301],[6.229,3.201],[5.08,4.32],[6.243,3.154]],"o":[[-0.89,5.444],[-1.134,5.199],[0.183,1.296],[0.999,0.746],[0.836,0.733],[1.082,0.864],[0.839,0.713],[1.319,1.053],[0.842,0.687],[1.085,0.866],[0.843,0.724],[1.113,0.954],[0.844,0.698],[1.112,0.953],[3.838,3.211],[4.568,5.099],[2.376,-10.29],[-4.016,-5.331],[-5.154,-4.388],[-3.992,-5.391],[-5.133,-4.365],[-0.057,-0.61]],"v":[[-311,-183],[-313.987,-166.987],[-318,-152],[-315.979,-149.068],[-313,-147],[-311,-144],[-307,-142],[-305,-139],[-301,-137],[-299,-134],[-295,-132],[-293,-129],[-289,-127],[-287,-124],[-283,-122],[-271,-112],[-255,-99],[-248,-130],[-263,-143],[-279,-156],[-294,-169],[-310,-182]],"c":true}],"h":1},{"t":79,"s":[{"i":[[0.5,0],[0.399,-2.685],[0.483,-2.6],[0.468,-2.615],[0.353,-2.73],[-1.928,-1.669],[-1.962,-1.591],[-1.928,-1.502],[-1.827,-1.4],[-0.708,-0.574],[-0.73,-0.54],[-0.782,-0.446],[-0.864,-0.291],[-4.045,-3.121],[-4.273,-2.894],[-1.442,-1.169],[-1.263,0.775],[-0.916,5.251],[-0.907,5.259],[10.375,7.958],[9.76,8.573],[0.5,0]],"o":[[-0.215,2.869],[-0.399,2.685],[-0.483,2.6],[-0.468,2.615],[1.826,1.734],[1.928,1.669],[1.962,1.591],[1.928,1.502],[0.715,0.548],[0.708,0.574],[0.73,0.54],[0.782,0.446],[3.546,3.621],[4.045,3.121],[0.967,1.099],[1.442,1.169],[0.428,-5.739],[0.916,-5.251],[-9.738,-8.594],[-10.375,-7.958],[-0.5,0],[-0.5,0]],"v":[[-308,-181],[-308.945,-172.695],[-310.292,-164.792],[-311.743,-156.993],[-313,-149],[-307.354,-143.892],[-301.503,-138.998],[-295.65,-134.355],[-290,-130],[-287.874,-128.302],[-285.724,-126.616],[-283.462,-125.121],[-281,-124],[-269.546,-113.954],[-257,-105],[-253.222,-101.095],[-249,-100],[-246.86,-116.36],[-244,-132],[-274.484,-156.516],[-305,-181],[-306.5,-181]],"c":true}],"h":1},{"t":80,"s":[{"i":[[1.392,-0.538],[0.43,-5.736],[0.113,-6.054],[-1.936,-1.306],[-1.486,-1.047],[-1.343,-0.806],[-1.195,-0.767],[-0.664,-0.532],[-0.697,-0.459],[-0.66,-0.529],[-0.496,-0.316],[-1.203,-0.783],[-1.103,-0.682],[-1.537,-1.006],[-2.418,-1.619],[-1.357,-0.87],[-4.617,-1.746],[0.089,12.756],[14.684,9.429],[2.594,1.646],[1.052,0.69],[1.602,0.979]],"o":[[-0.166,6],[-0.43,5.736],[1.768,1.728],[1.936,1.306],[1.434,1.01],[1.343,0.806],[0.645,0.413],[0.664,0.532],[0.864,0.569],[0.66,0.529],[1.212,0.773],[1.048,0.681],[1.321,0.817],[2.322,1.52],[1.217,0.815],[4.449,2.852],[0.933,-11.734],[-15.24,-10.27],[-2.627,-1.687],[-1.1,-0.698],[-1.618,-1.062],[-0.507,-0.31]],"v":[[-294,-173],[-295.04,-155.54],[-296,-138],[-290.289,-133.49],[-285,-130],[-280.821,-127.317],[-277,-125],[-275.039,-123.534],[-273,-122],[-270.724,-120.311],[-269,-119],[-264,-117],[-261,-114],[-256,-112],[-249,-106],[-245,-104],[-232,-96],[-230,-132],[-276,-162],[-284,-167],[-287,-170],[-292,-172]],"c":true}],"h":1},{"t":81,"s":[{"i":[[5.514,2.486],[-0.055,-1.611],[-0.046,-1.621],[-0.047,-1.62],[-0.057,-1.61],[-0.077,-1.589],[-0.108,-1.559],[-0.147,-1.519],[-0.197,-1.47],[-3.521,-1.868],[-3.542,-1.847],[-3.56,-1.829],[-3.575,-1.814],[-3.587,-1.802],[-3.596,-1.793],[0.122,3.295],[0.131,3.286],[0.194,3.223],[0.311,3.106],[5.299,2.701],[5.259,2.741],[5.33,2.67]],"o":[[0.074,1.592],[0.055,1.611],[0.046,1.621],[0.047,1.62],[0.057,1.61],[0.077,1.589],[0.108,1.559],[0.147,1.519],[3.498,1.891],[3.521,1.868],[3.542,1.847],[3.56,1.829],[3.575,1.814],[3.587,1.802],[-0.167,-3.25],[-0.122,-3.295],[-0.131,-3.286],[-0.194,-3.223],[-5.451,-2.549],[-5.299,-2.701],[-5.259,-2.741],[-5.33,-2.67]],"v":[[-264,-152],[-263.808,-147.192],[-263.659,-142.341],[-263.522,-137.478],[-263.369,-132.631],[-263.17,-127.831],[-262.895,-123.106],[-262.515,-118.486],[-262,-114],[-251.471,-108.363],[-240.875,-102.792],[-230.221,-97.279],[-219.519,-91.815],[-208.775,-86.391],[-198,-81],[-198.419,-90.831],[-198.784,-100.716],[-199.256,-110.494],[-200,-120],[-216.097,-127.903],[-231.906,-136.094],[-247.762,-144.238]],"c":true}],"h":1},{"t":82,"s":[{"i":[[5.357,1.977],[-0.197,-1.678],[-0.217,-1.658],[-0.229,-1.646],[-0.232,-1.643],[-0.226,-1.649],[-0.211,-1.664],[-0.188,-1.687],[-0.156,-1.719],[-3.522,-1.367],[-3.539,-1.35],[-3.556,-1.333],[-3.572,-1.316],[-3.589,-1.3],[-3.606,-1.283],[0.482,3.268],[0.458,3.292],[0.372,3.378],[0.224,3.526],[5.339,1.994],[5.31,2.024],[5.316,2.018]],"o":[[0.168,1.707],[0.197,1.678],[0.217,1.658],[0.229,1.646],[0.232,1.643],[0.226,1.649],[0.211,1.664],[0.188,1.687],[3.505,1.384],[3.522,1.367],[3.539,1.35],[3.556,1.333],[3.572,1.316],[3.589,1.3],[-0.445,-3.305],[-0.482,-3.268],[-0.458,-3.292],[-0.372,-3.378],[-5.404,-1.929],[-5.339,-1.994],[-5.31,-2.024],[-5.316,-2.018]],"v":[[-217,-118],[-216.451,-112.924],[-215.828,-107.922],[-215.157,-102.968],[-214.464,-98.036],[-213.776,-93.099],[-213.118,-88.132],[-212.518,-83.107],[-212,-78],[-201.46,-73.873],[-190.869,-69.797],[-180.228,-65.772],[-169.536,-61.797],[-158.793,-57.873],[-148,-54],[-149.406,-63.844],[-150.832,-73.668],[-152.092,-83.658],[-153,-94],[-169.106,-99.894],[-185.071,-105.929],[-201,-112]],"c":true}],"h":1},{"t":83,"s":[{"i":[[5.367,1.049],[-0.299,-1.743],[-0.338,-1.703],[-0.363,-1.679],[-0.373,-1.669],[-0.368,-1.674],[-0.348,-1.694],[-0.314,-1.728],[-0.264,-1.777],[-3.482,-0.795],[-3.402,-0.875],[-3.371,-0.907],[-3.389,-0.889],[-3.455,-0.822],[-3.571,-0.707],[0.667,3.417],[0.739,3.345],[0.703,3.381],[0.559,3.525],[5.11,1.306],[5.108,1.309],[5.194,1.223]],"o":[[0.245,1.797],[0.299,1.743],[0.338,1.703],[0.363,1.679],[0.373,1.669],[0.368,1.674],[0.348,1.694],[0.314,1.728],[3.612,0.666],[3.482,0.795],[3.402,0.875],[3.371,0.907],[3.389,0.889],[3.455,0.822],[-0.487,-3.596],[-0.667,-3.417],[-0.739,-3.345],[-0.703,-3.381],[-5.201,-1.216],[-5.11,-1.306],[-5.108,-1.309],[-5.194,-1.223]],"v":[[-154,-72],[-153.18,-66.695],[-152.221,-61.529],[-151.165,-56.46],[-150.059,-51.441],[-148.944,-46.431],[-147.867,-41.383],[-146.871,-36.254],[-146,-31],[-135.371,-28.795],[-125.057,-26.277],[-114.909,-23.591],[-104.781,-20.885],[-94.527,-18.306],[-84,-16],[-85.757,-26.493],[-87.892,-36.608],[-90.081,-46.669],[-92,-57],[-107.444,-60.806],[-122.75,-64.75],[-138.181,-68.569]],"c":true}],"h":1},{"t":84,"s":[{"i":[[5.175,0.491],[-0.382,-1.743],[-0.441,-1.684],[-0.475,-1.65],[-0.484,-1.641],[-0.467,-1.658],[-0.426,-1.699],[-0.36,-1.765],[-0.268,-1.857],[-3.369,-0.52],[-3.384,-0.505],[-3.395,-0.494],[-3.402,-0.487],[-3.405,-0.484],[-3.404,-0.485],[0.907,3.51],[0.954,3.462],[0.945,3.471],[0.88,3.537],[4.968,0.698],[4.925,0.741],[4.994,0.672]],"o":[[0.297,1.828],[0.382,1.743],[0.441,1.684],[0.475,1.65],[0.484,1.641],[0.467,1.658],[0.426,1.699],[0.36,1.765],[3.35,0.539],[3.369,0.52],[3.384,0.505],[3.395,0.494],[3.402,0.487],[3.405,0.484],[-0.803,-3.614],[-0.907,-3.51],[-0.954,-3.462],[-0.945,-3.471],[-5.123,-0.543],[-4.968,-0.698],[-4.925,-0.741],[-4.994,-0.672]],"v":[[-78,-19],[-76.975,-13.65],[-75.736,-8.514],[-74.357,-3.518],[-72.913,1.413],[-71.48,6.355],[-70.134,11.384],[-68.949,16.574],[-68,22],[-57.92,23.587],[-47.79,25.124],[-37.621,26.622],[-27.426,28.092],[-17.215,29.548],[-7,31],[-9.578,20.329],[-12.384,9.885],[-15.248,-0.502],[-18,-11],[-33.11,-12.891],[-47.922,-15.078],[-62.773,-17.227]],"c":true}],"h":1},{"t":85,"s":[{"i":[[4.95,0.216],[-0.51,-1.781],[-0.536,-1.756],[-0.553,-1.738],[-0.563,-1.729],[-0.565,-1.727],[-0.558,-1.733],[-0.544,-1.748],[-0.522,-1.77],[-3.278,-0.167],[-3.265,-0.179],[-3.263,-0.181],[-3.27,-0.174],[-3.288,-0.157],[-3.315,-0.13],[1.129,3.455],[1.13,3.453],[1.061,3.522],[0.922,3.661],[4.917,0.25],[4.894,0.272],[4.906,0.261]],"o":[[0.477,1.815],[0.51,1.781],[0.536,1.756],[0.553,1.738],[0.563,1.729],[0.565,1.727],[0.558,1.733],[0.544,1.748],[3.3,0.144],[3.278,0.167],[3.265,0.179],[3.263,0.181],[3.27,0.174],[3.288,0.157],[-1.057,-3.526],[-1.129,-3.455],[-1.13,-3.453],[-1.061,-3.522],[-4.972,-0.194],[-4.917,-0.25],[-4.894,-0.272],[-4.906,-0.261]],"v":[[8,39],[9.482,44.393],[11.053,49.697],[12.689,54.936],[14.365,60.135],[16.058,65.317],[17.744,70.506],[19.4,75.725],[21,81],[30.865,81.469],[40.677,81.99],[50.467,82.533],[60.265,83.069],[70.099,83.568],[80,84],[76.703,73.547],[73.297,63.203],[69.993,52.757],[67,42],[52.176,41.325],[37.467,40.533],[22.776,39.725]],"c":true}],"h":1},{"t":86,"s":[{"i":[[1.286,3.381],[3.157,-0.121],[3.247,-0.031],[3.269,-0.009],[3.222,-0.055],[3.108,-0.169],[2.927,-0.351],[-1.181,-3.402],[-1.224,-3.359],[-1.181,-3.402],[-1.052,-3.531],[-2.273,-0.009],[-2.475,0.012],[-2.589,0.015],[-2.617,0],[-2.592,0.041],[-2.44,0.132],[-2.253,0.276],[-2.03,0.47],[1.276,3.391],[1.191,3.475],[1.195,3.472]],"o":[[-2.999,0.279],[-3.157,0.121],[-3.247,0.031],[-3.269,0.009],[-3.222,0.055],[-3.108,0.169],[1.052,3.531],[1.181,3.402],[1.224,3.359],[1.181,3.402],[1.984,0.047],[2.273,0.009],[2.475,-0.012],[2.589,-0.015],[2.708,0],[2.592,-0.041],[2.44,-0.133],[2.253,-0.276],[-1.449,-3.218],[-1.276,-3.391],[-1.191,-3.475],[-1.195,-3.472]],"v":[[159,99],[149.749,99.582],[140.126,99.793],[130.336,99.836],[120.583,99.916],[111.069,100.236],[102,101],[105.371,111.379],[109,121.5],[112.629,131.621],[116,142],[122.407,142.08],[129.55,142.071],[137.168,142.027],[145,142],[152.959,141.952],[160.517,141.705],[167.566,141.106],[174,140],[169.934,130.066],[166.255,119.745],[162.698,109.302]],"c":true}],"h":1},{"t":87,"s":[{"i":[[1.166,3.584],[2.348,-0.152],[2.314,-0.186],[2.295,-0.205],[2.292,-0.208],[2.305,-0.195],[2.332,-0.168],[2.375,-0.125],[2.434,-0.066],[-0.801,-2.366],[-0.875,-2.292],[-0.903,-2.264],[-0.885,-2.282],[-0.819,-2.347],[-0.708,-2.459],[-4.659,0.341],[-4.572,0.428],[-4.627,0.373],[-4.825,0.175],[1.21,3.54],[1.359,3.391],[1.344,3.406]],"o":[[-2.397,0.103],[-2.348,0.152],[-2.314,0.186],[-2.295,0.205],[-2.292,0.208],[-2.305,0.195],[-2.332,0.168],[-2.375,0.125],[0.68,2.487],[0.801,2.366],[0.875,2.292],[0.903,2.264],[0.885,2.282],[0.819,2.347],[4.889,-0.111],[4.659,-0.341],[4.572,-0.428],[4.627,-0.373],[-0.898,-3.852],[-1.21,-3.54],[-1.359,-3.391],[-1.344,-3.406]],"v":[[257,159],[249.887,159.387],[242.899,159.899],[235.989,160.489],[229.111,161.111],[222.22,161.72],[215.268,162.268],[208.21,162.71],[201,163],[203.232,170.267],[205.758,177.242],[208.437,184.063],[211.13,190.87],[213.697,197.803],[216,205],[230.286,204.286],[244.096,203.096],[257.858,201.858],[272,201],[268.796,189.954],[264.902,179.598],[260.807,169.443]],"c":true}],"h":1},{"t":88,"s":[{"i":[[-8.9,1.433],[1.291,3.292],[1.355,3.228],[1.261,3.322],[1.01,3.573],[0.171,0.079],[0.137,0.113],[0.147,0.103],[0.202,0.048],[0.03,0.137],[0.068,0.098],[0.129,0.037],[0.213,-0.046],[4.371,-0.629],[4.465,-0.535],[4.487,-0.513],[4.436,-0.564],[-1.31,-3.523],[-1.448,-3.386],[-1.413,-3.42],[-1.208,-3.625],[-9.259,1.074]],"o":[[-1.07,-3.513],[-1.291,-3.292],[-1.355,-3.229],[-1.261,-3.322],[-0.251,0.001],[-0.171,-0.079],[-0.137,-0.113],[-0.147,-0.103],[-0.014,-0.153],[-0.03,-0.137],[-0.068,-0.098],[-0.129,-0.037],[-4.203,0.797],[-4.371,0.629],[-4.465,0.535],[-4.487,0.513],[1.002,3.832],[1.31,3.523],[1.448,3.386],[1.413,3.42],[9.063,-1.27],[9.259,-1.074]],"v":[[374,261],[370.418,250.832],[366.41,241.09],[362.447,231.303],[359,221],[358.378,220.872],[357.928,220.572],[357.513,220.237],[357,220],[356.939,219.561],[356.798,219.202],[356.507,218.993],[356,219],[343.121,221.121],[329.849,222.849],[316.402,224.402],[303,226],[306.511,236.989],[310.691,247.309],[315.025,257.475],[319,268],[346.622,264.622]],"c":true}],"h":1},{"t":89,"s":[{"i":[[2.866,6.634],[3.861,-0.459],[3.743,-0.549],[3.511,-0.565],[3.163,-0.51],[1.011,-0.063],[0.987,-0.14],[0.857,-0.382],[0.623,-0.788],[-1.428,-3.322],[-1.359,-3.391],[-1.376,-3.374],[-1.481,-3.269],[-2.343,0.293],[-2.337,0.373],[-2.326,0.393],[-2.308,0.354],[-2.341,0.268],[-2.291,0.322],[-2.18,0.518],[-2.008,0.856],[2.73,6.77]],"o":[[-3.864,0.296],[-3.861,0.459],[-3.743,0.549],[-3.511,0.565],[-0.93,0.15],[-1.011,0.063],[-0.987,0.14],[-0.857,0.382],[1.584,3.166],[1.428,3.322],[1.359,3.391],[1.376,3.374],[2.342,-0.154],[2.343,-0.293],[2.337,-0.373],[2.326,-0.393],[2.33,-0.358],[2.341,-0.268],[2.291,-0.322],[2.18,-0.518],[-3.214,-6.286],[-2.73,-6.77]],"v":[[460,280],[448.384,281.151],[436.948,282.68],[426.039,284.369],[416,286],[413.061,286.278],[410.038,286.542],[407.246,287.285],[405,289],[409.497,298.753],[413.656,308.844],[417.737,319.013],[422,329],[429.028,328.314],[436.05,327.3],[443.047,326.136],[450,325],[457.021,324.097],[463.983,323.248],[470.704,322.025],[477,320],[468.239,300.261]],"c":true}],"h":1},{"t":90,"s":[{"i":[[0,1.917],[0.182,-0.109],[0.213,-0.079],[0.239,-0.053],[0.261,-0.031],[0.279,-0.013],[0.293,0.001],[0.303,0.011],[0.308,0.016],[0.582,-0.368],[0.083,-0.581],[-0.228,-0.721],[-0.35,-0.788],[-0.282,-0.781],[-0.026,-0.702],[-0.418,-1.082],[-0.324,-1.176],[-0.619,-0.881],[-1.302,-0.198],[0,1.917],[0,1.917],[0,1.917]],"o":[[-0.148,0.144],[-0.182,0.109],[-0.213,0.079],[-0.239,0.053],[-0.261,0.031],[-0.279,0.013],[-0.293,-0.001],[-0.303,-0.011],[-1.271,0.082],[-0.582,0.368],[-0.083,0.581],[0.228,0.721],[0.35,0.788],[0.282,0.781],[0.901,0.599],[0.418,1.082],[0.324,1.176],[0.619,0.881],[0,-1.917],[0,-1.917],[0,-1.917],[0,-1.917]],"v":[[500,304],[499.504,304.379],[498.91,304.66],[498.232,304.857],[497.481,304.981],[496.67,305.045],[495.811,305.061],[494.917,305.042],[494,305],[491.267,305.693],[490.316,307.134],[490.581,309.105],[491.495,311.386],[492.491,313.758],[493,316],[494.882,318.618],[495.899,322.101],[497.216,325.284],[500,327],[500,321.25],[500,315.5],[500,309.75]],"c":true}],"h":1}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.5411765,0.627451,0.7529412,1]},"o":{"a":1,"k":[{"t":12,"s":[0],"h":1},{"t":13,"s":[100],"h":1},{"t":90,"s":[0],"h":1}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":101,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":4,"nm":"Book_03_Lines_c","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[500,500,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"t":13,"s":[{"i":[[-8.787,2.88],[1.831,3.268],[1.702,3.12],[2.819,7.285],[3.548,6.452],[3.582,6.751],[0.851,-0.184],[8.339,-2.994],[-3.443,-6.331],[-1.697,-3.103],[-1.887,-3.434],[-3.664,-6.669],[-2.754,-7.068]],"o":[[-0.973,-3.808],[-1.831,-3.268],[-3.572,-6.549],[-4.628,-5.373],[-3.908,-6.425],[-0.057,-0.61],[-7.782,3.551],[1.486,7.643],[1.807,3.322],[1.948,3.562],[3.569,6.496],[3.536,6.436],[8.787,-2.88]],"v":[[449,365],[444.547,354.484],[439,345],[429,325],[418,306],[407,286],[406,285],[383,296],[393,316],[398,326],[404,336],[414,356],[425,376]],"c":true}],"h":1},{"t":14,"s":[{"i":[[0.425,-0.092],[1.894,-1.023],[1.966,-0.951],[1.964,-0.953],[1.888,-1.029],[-4.784,-8.772],[-4.859,-8.697],[-4.76,-8.796],[-3.803,2.03],[-4.394,1.44],[7.261,13.072],[7.183,13.15],[0.137,0.197]],"o":[[-1.749,1.168],[-1.894,1.023],[-1.966,0.951],[-1.964,0.953],[4.534,9.021],[4.784,8.772],[4.859,8.697],[4.394,-1.44],[3.803,-2.03],[-6.773,-13.56],[-7.261,-13.072],[-0.029,-0.305],[-0.137,-0.197]],"v":[[291,218],[285.517,221.267],[279.709,224.209],[273.796,227.046],[268,230],[282.02,256.646],[296.528,282.805],[311,309],[323,303.5],[335,298],[313.808,258.192],[292,219],[291.798,218.202]],"c":true}],"h":1},{"t":15,"s":[{"i":[[-1.576,1.799],[3.734,6.516],[3.685,6.565],[3.734,6.516],[3.879,6.371],[2.726,-1.385],[2.594,-1.517],[2.044,-2.068],[-7.286,-12.88],[-7.322,-12.844],[-1.915,1.19],[-1.912,1.058],[-2.103,1.021]],"o":[[-3.879,-6.37],[-3.734,-6.516],[-3.685,-6.565],[-3.734,-6.516],[-2.441,1.67],[-2.726,1.385],[-2.594,1.517],[7.531,12.636],[7.287,12.88],[2.426,-0.18],[1.915,-1.19],[2.013,-1.115],[2.103,-1.022]],"v":[[229,231],[217.605,211.646],[206.5,192],[195.395,172.355],[184,153],[176.145,157.478],[168.061,161.727],[161,167],[183.157,205.344],[205,244],[211.385,241.659],[217,238],[223.328,235.014]],"c":true}],"h":1},{"t":16,"s":[{"i":[[0.004,1.67],[5.032,8.413],[5.032,8.413],[4.905,8.54],[0.5,0],[0.5,0],[3.358,-2.142],[3.575,-1.925],[-7.788,-12.712],[-6.923,-13.577],[-2.684,1.983],[-3.456,1.211],[-1.128,0.539]],"o":[[-4.905,-8.54],[-5.032,-8.413],[-5.032,-8.413],[-0.5,0],[-0.5,0],[-2.993,2.507],[-3.358,2.142],[6.923,13.576],[7.788,12.712],[3.81,-0.857],[2.683,-1.983],[0.492,-1.175],[1.128,-0.539]],"v":[[132,168],[117.064,142.603],[101.936,117.397],[87,92],[85.5,92],[84,92],[74.436,98.936],[64,105],[86.5,144],[109,183],[118.266,178.265],[127,173],[129.871,170.871]],"c":true}],"h":1},{"t":17,"s":[{"i":[[-6.495,5.505],[8.046,12.454],[7.427,13.073],[0.5,0],[0.5,0],[3.217,-2.449],[3.302,-2.365],[-4.126,-6.374],[-4.062,-6.438],[-1.99,-3.177],[-2.117,-3.049],[-2.003,-3.33],[-2.838,-2.495]],"o":[[-7.388,-13.112],[-8.046,-12.454],[-0.5,0],[-0.5,0],[-2.829,2.837],[-3.217,2.449],[3.433,7.068],[4.126,6.374],[1.925,3.243],[1.99,3.177],[2.151,3.183],[2.003,3.33],[5.548,-6.452]],"v":[[47,111],[23.529,72.971],[0,35],[-1.5,35],[-3,35],[-12.146,42.854],[-22,50],[-10.472,69.972],[2,89],[7.856,98.645],[14,108],[19.984,118.016],[27,127]],"c":true}],"h":1},{"t":18,"s":[{"i":[[-0.408,2.925],[4.499,6.45],[3.855,5.811],[0.468,0.813],[0.474,0.761],[2.426,3.639],[3.557,6.655],[1,0],[6.408,-5.258],[-4.304,-6.225],[-4.252,-6.296],[-9.377,-11.784],[-3.56,5.773]],"o":[[-4.148,-6.389],[-4.499,-6.45],[-0.656,-0.988],[-0.468,-0.813],[-2.441,-3.928],[-4.193,-6.287],[-1,0],[-5.13,6.537],[3.359,6.721],[4.338,6.275],[8.491,12.574],[3.908,-5.425],[1.578,-1.755]],"v":[[-27,57],[-40.219,37.567],[-53,19],[-54.636,16.33],[-56,14],[-64,3],[-76,-16],[-79,-16],[-97,1],[-85,20],[-72,39],[-46,76],[-32,62]],"c":true}],"h":1},{"t":19,"s":[{"i":[[18.163,23.17],[1.484,-1.683],[1.567,-1.599],[1.44,-1.726],[1.719,-1.448],[-2.316,-2.929],[-2.142,-2.909],[-2.134,-2.992],[-2.2,-2.958],[-4.279,-6.029],[-4.457,-5.929],[-3.567,3.1],[-1.81,4.857]],"o":[[-1.497,1.669],[-1.484,1.683],[-1.52,1.647],[-1.44,1.726],[1.591,3.375],[2.317,2.929],[2.264,3.075],[2.134,2.992],[4.428,5.954],[4.279,6.029],[4.864,-1.802],[2.81,-3.857],[-18.338,-22.996]],"v":[[-142,-61],[-146.447,-55.948],[-151,-51],[-155.351,-45.851],[-160,-41],[-153.913,-31.65],[-147,-23],[-140.451,-13.913],[-134,-5],[-121.022,13.019],[-108,31],[-98,21],[-89,10]],"c":true}],"h":1},{"t":20,"s":[{"i":[[18.961,22.039],[2.757,-3.743],[2.149,-4.352],[-4.56,-5.632],[-4.505,-5.623],[-1.366,-1.943],[-1.09,-1.425],[-1.315,-1.397],[-0.683,-1.029],[-1.737,-2.148],[-1.352,-1.613],[-2.4,0.118],[-4.406,8.594]],"o":[[-2.822,3.678],[-2.757,3.743],[4.252,5.85],[4.561,5.632],[1.445,1.802],[1.366,1.943],[1.058,1.383],[1.315,1.397],[1.772,2.672],[1.198,1.482],[1.151,1.374],[5.312,-7.688],[-18.841,-22.159]],"v":[[-195,-98],[-203.505,-87.006],[-211,-75],[-197.69,-57.83],[-184,-41],[-179.734,-35.217],[-176,-30],[-172.218,-25.734],[-169,-22],[-164,-15],[-160,-11],[-156,-7],[-140,-30]],"c":true}],"h":1},{"t":21,"s":[{"i":[[1.615,-0.282],[1.247,-2.086],[0.975,-2.359],[-1.626,-1.883],[-1.596,-1.884],[-1.74,-1.99],[-2.412,-1.118],[-1.255,1.912],[-0.427,2.74],[1.372,1.795],[1.982,1.184],[1.69,1.476],[0.594,2.572]],"o":[[-1.037,2.296],[-1.247,2.086],[1.901,1.584],[1.626,1.883],[1.629,1.923],[1.74,1.99],[0.555,-2.612],[1.255,-1.912],[-1.531,-1.636],[-1.372,-1.795],[-0.644,-2.523],[-1.69,-1.476],[-1.278,-0.055]],"v":[[-172,-134],[-175.547,-127.547],[-179,-121],[-173.771,-115.725],[-169,-110],[-164.088,-103.896],[-158,-99],[-154.904,-105.404],[-152,-112],[-156.161,-117.339],[-161,-122],[-165.037,-127.463],[-169,-133]],"c":true}],"h":1},{"t":22,"s":[{"i":[[0.808,-0.141],[0.676,-1.435],[0.692,-1.42],[0.194,-1.917],[-1.744,-1.763],[-1.709,-1.774],[-1.707,-1.838],[-2.49,-0.903],[-1.093,2.074],[-0.096,3.071],[3.27,3.063],[2.258,4.075],[0.388,0.278]],"o":[[-0.148,1.964],[-0.676,1.435],[-0.692,1.42],[1.314,2.174],[1.744,1.763],[1.683,1.746],[1.707,1.838],[0.533,-2.633],[1.093,-2.074],[-2.661,-3.673],[-3.27,-3.063],[-0.639,-0.028],[-0.388,-0.278]],"v":[[-206,-164],[-207.364,-159.03],[-209.543,-154.877],[-211,-150],[-206.297,-144.2],[-201,-139],[-196.106,-133.367],[-190,-129],[-187.172,-135.672],[-185,-143],[-194.302,-152.698],[-203,-163],[-204.374,-163.626]],"c":true}],"h":1},{"t":23,"s":[{"i":[[1.615,-0.282],[0.703,-2.297],[1.404,-1.596],[-1.75,-1.976],[-1.788,-1.788],[-1.976,-1.75],[-2.308,-1.212],[-0.703,2.297],[-1.404,1.596],[1.578,1.803],[1.629,1.629],[1.758,1.575],[1.3,2.033]],"o":[[-0.783,2.217],[-0.703,2.297],[1.212,2.308],[1.75,1.976],[1.788,1.788],[1.976,1.75],[0.783,-2.217],[0.703,-2.297],[-1.06,-2.157],[-1.578,-1.803],[-1.666,-1.666],[-1.758,-1.575],[-1.278,-0.055]],"v":[[-229,-186],[-231.034,-179.034],[-234,-173],[-229.432,-166.61],[-224,-161],[-218.39,-155.568],[-212,-151],[-209.966,-157.966],[-207,-164],[-211.074,-169.897],[-216,-175],[-221.275,-179.725],[-226,-185]],"c":true}],"h":1},{"t":24,"s":[{"i":[[4.439,2.394],[0.326,-1.341],[0.395,-1.271],[0.372,-1.295],[0.255,-1.412],[-1.163,-1.059],[-1.081,-1.141],[-1.4,-0.822],[-1.583,-1.751],[-2.553,-0.781],[-0.722,2.444],[-0.37,2.796],[3.547,3.286]],"o":[[-0.163,1.504],[-0.326,1.341],[-0.395,1.271],[-0.372,1.295],[1.645,0.577],[1.163,1.059],[1.081,1.141],[2.117,1.217],[1.583,1.751],[0.74,-2.426],[0.722,-2.444],[-3.373,-3.46],[-3.547,-3.286]],"v":[[-243,-199],[-243.757,-194.757],[-244.862,-190.862],[-246.036,-187.037],[-247,-183],[-242.888,-180.445],[-239.622,-177.045],[-236,-174],[-230.827,-169.173],[-225,-165],[-222.722,-172.222],[-221,-180],[-231.2,-190.3]],"c":true}],"h":1},{"t":25,"s":[{"i":[[2.04,1.627],[0.483,-1.739],[0.407,-1.815],[0.328,-1.894],[-1.946,-1.388],[-1.109,-2.225],[-1.63,-1.87],[-2.76,-0.74],[-0.571,2.429],[-1.19,1.81],[1.913,1.587],[1.55,1.95],[1.98,1.686]],"o":[[-0.557,1.666],[-0.483,1.739],[-0.407,1.815],[1.109,2.225],[1.946,1.388],[2.719,0.781],[1.631,1.869],[0.524,-2.476],[0.571,-2.429],[-0.798,-2.702],[-1.913,-1.587],[-2.04,-1.627],[-1.98,-1.686]],"v":[[-249,-206],[-250.56,-200.894],[-251.896,-195.563],[-253,-190],[-248,-185],[-243,-180],[-237.031,-175.469],[-231,-171],[-229.499,-178.499],[-227,-185],[-231.436,-191.064],[-237,-196],[-243,-201]],"c":true}],"h":1},{"t":26,"s":[{"i":[[0.808,-0.141],[0.413,-1.699],[0.393,-1.718],[0.096,-2.015],[-2.847,-2.236],[-2.427,-2.078],[-0.84,-1.046],[-1.656,0.028],[-0.656,2.51],[-0.144,3.023],[3.475,2.692],[2.581,3.585],[0.388,0.278]],"o":[[-0.154,1.957],[-0.413,1.699],[-0.393,1.718],[2.185,2.978],[2.847,2.236],[0.986,0.844],[0.84,1.046],[0.231,-2.935],[0.656,-2.51],[-2.519,-3.647],[-3.475,-2.692],[-0.639,-0.028],[-0.388,-0.278]],"v":[[-253,-209],[-253.919,-203.586],[-255.197,-198.531],[-256,-193],[-248.181,-185.325],[-240,-179],[-237.502,-175.846],[-234,-174],[-232.434,-181.934],[-231,-190],[-240.454,-199.046],[-250,-208],[-251.374,-208.626]],"c":true}],"h":1},{"t":27,"s":[{"i":[[1.163,-0.163],[0.729,-2.438],[0.202,-2.964],[-1.879,-1.433],[-1.819,-1.559],[-1.747,-1.657],[-2.278,-0.882],[-0.548,2.785],[-0.825,2.509],[2.53,2.243],[2.246,1.872],[0.96,0.775],[1.235,0.127]],"o":[[0.118,3.284],[-0.729,2.438],[1.666,1.709],[1.879,1.433],[1.736,1.488],[1.747,1.657],[0.983,-2.35],[0.548,-2.785],[-2.634,-2.156],[-2.53,-2.243],[-0.927,-0.772],[-0.96,-0.775],[-0.221,-0.779]],"v":[[-255,-210],[-256.26,-201.76],[-258,-194],[-252.615,-189.387],[-247,-185],[-241.906,-180.046],[-236,-176],[-233.881,-183.881],[-232,-192],[-239.791,-198.713],[-247,-205],[-249.769,-207.484],[-253,-209]],"c":true}],"h":1},{"t":28,"s":[{"i":[[3.916,2.918],[0.433,-1.9],[0.399,-1.934],[0.477,-1.856],[-1.735,-1.653],[-1.753,-1.49],[-1.024,-0.608],[-0.981,-0.784],[-0.859,-0.968],[-1.654,0.599],[-0.602,2.398],[-0.417,2.583],[3.715,3.119]],"o":[[-0.58,1.754],[-0.433,1.9],[-0.399,1.934],[2.308,0.899],[1.735,1.653],[0.924,0.786],[1.024,0.608],[0.909,0.726],[0.859,0.968],[0.174,-2.826],[0.602,-2.398],[-3.225,-3.608],[-3.715,-3.119]],"v":[[-255,-211],[-256.492,-205.492],[-257.713,-199.713],[-259,-194],[-253.083,-189.944],[-248,-185],[-245.043,-182.999],[-242,-181],[-239.559,-178.006],[-236,-177],[-234.682,-184.682],[-233,-192],[-243.482,-202.018]],"c":true}],"h":1},{"t":29,"s":[{"i":[[4.562,2.271],[0.259,-1.325],[0.328,-1.255],[0.28,-1.303],[0.115,-1.468],[-1.222,-0.986],[-1.271,-0.941],[-1.224,-1.041],[-1.744,-1.661],[-2.282,-0.877],[-0.608,2.725],[-0.807,2.526],[3.637,3.197]],"o":[[-0.072,1.512],[-0.259,1.325],[-0.328,1.255],[-0.28,1.303],[1.076,1.178],[1.222,0.986],[1.271,0.941],[1.741,1.481],[1.744,1.661],[0.762,-2.572],[0.608,-2.726],[-3.891,-2.942],[-3.637,-3.197]],"v":[[-256,-211],[-256.525,-206.775],[-257.434,-202.934],[-258.377,-199.127],[-259,-195],[-255.529,-191.79],[-251.766,-188.936],[-248,-186],[-242.906,-181.047],[-237,-177],[-235.034,-185.034],[-233,-193],[-243.996,-202.504]],"c":true}],"h":1},{"t":30,"s":[{"i":[[4.306,2.361],[0.295,-1.288],[0.322,-1.261],[0.241,-1.343],[0.051,-1.532],[-1.226,-0.987],[-1.26,-0.954],[-1.212,-1.039],[-1.747,-1.657],[-2.278,-0.882],[-0.645,2.522],[-0.014,3.152],[3.611,3.056]],"o":[[-0.161,1.423],[-0.295,1.288],[-0.322,1.261],[-0.241,1.343],[1.11,1.139],[1.226,0.987],[1.26,0.954],[1.736,1.488],[1.747,1.657],[0.406,-2.762],[0.645,-2.522],[-3.25,-3.416],[-3.611,-3.056]],"v":[[-256,-211],[-256.711,-206.961],[-257.664,-203.164],[-258.535,-199.285],[-259,-195],[-255.476,-191.84],[-251.728,-188.96],[-248,-186],[-242.906,-181.046],[-237,-177],[-235.207,-184.707],[-234,-193],[-244.208,-202.792]],"c":true}],"h":1},{"t":31,"s":[{"i":[[3.76,3.073],[0.305,-1.362],[0.35,-1.316],[0.245,-1.421],[-0.01,-1.676],[-1.226,-0.987],[-1.26,-0.954],[-1.212,-1.039],[-1.747,-1.657],[-2.278,-0.882],[-0.644,2.522],[-0.102,3.065],[3.77,3.063]],"o":[[-0.109,1.558],[-0.305,1.362],[-0.35,1.317],[-0.245,1.421],[1.11,1.139],[1.226,0.987],[1.26,0.954],[1.736,1.488],[1.747,1.657],[0.321,-2.846],[0.644,-2.522],[-3.159,-3.674],[-3.77,-3.063]],"v":[[-256,-212],[-256.658,-207.657],[-257.677,-203.677],[-258.608,-199.608],[-259,-195],[-255.476,-191.84],[-251.728,-188.96],[-248,-186],[-242.906,-181.046],[-237,-177],[-235.336,-184.836],[-234,-193],[-244.549,-202.951]],"c":true}],"h":1},{"t":78,"s":[{"i":[[3.76,3.073],[0.317,-1.349],[0.339,-1.327],[0.227,-1.439],[-0.019,-1.685],[-1.226,-0.987],[-1.26,-0.954],[-1.212,-1.039],[-1.747,-1.657],[-2.278,-0.882],[-0.656,2.51],[-0.144,3.023],[3.77,3.063]],"o":[[-0.161,1.505],[-0.317,1.349],[-0.339,1.327],[-0.227,1.439],[1.11,1.139],[1.226,0.987],[1.26,0.954],[1.736,1.488],[1.747,1.657],[0.231,-2.935],[0.656,-2.51],[-3.159,-3.674],[-3.77,-3.063]],"v":[[-256,-212],[-256.751,-207.751],[-257.77,-203.77],[-258.654,-199.654],[-259,-195],[-255.476,-191.84],[-251.728,-188.96],[-248,-186],[-242.906,-181.046],[-237,-177],[-235.434,-184.934],[-234,-193],[-244.549,-202.951]],"c":true}],"h":1},{"t":79,"s":[{"i":[[8.724,3.943],[1.256,-5.411],[-10.388,-9.671],[-0.871,-0.687],[-2.408,-1.598],[-1.915,-1.179],[-3.243,0.667],[-1.641,4.693],[8.877,4.456],[2.354,-2.646],[2.586,5.081],[3.986,-0.681],[-1.599,4.067]],"o":[[-0.596,6.071],[12.461,9.113],[0.777,0.723],[3.054,2.408],[2.755,1.827],[2.438,1.5],[0.708,-5.626],[-7.872,-5.461],[-1.465,3.535],[-1.955,-5.712],[-5.196,-0.529],[1.477,-4.19],[-7.669,-4.998]],"v":[[-302,-214],[-305,-197],[-268,-168],[-265,-167],[-256,-159],[-248,-153],[-241,-149],[-238,-165],[-261,-182],[-264,-170],[-271,-186],[-283,-184],[-280,-198]],"c":true}],"h":1},{"t":80,"s":[{"i":[[1,0],[0.246,-2.921],[0.256,-2.91],[-7.969,-5.219],[-7.779,-5.037],[-6.487,-1.836],[-1.396,4.938],[10.01,2.656],[2.3,-2.367],[2.175,5.825],[2.32,1.603],[0.719,5.719],[5.31,5.357]],"o":[[0.239,3.406],[-0.246,2.921],[8.344,5.088],[7.969,5.219],[5.339,3.458],[0.025,-6.308],[-8.691,-3.975],[-0.642,4.025],[-1.789,-6.211],[-3.981,0.058],[-0.067,-5.067],[-6.118,-4.549],[-1,0]],"v":[[-292,-208],[-292.128,-198.628],[-293,-190],[-268.576,-174.462],[-245,-159],[-228,-149],[-227,-167],[-251,-181],[-252,-168],[-260,-184],[-271,-181],[-270,-195],[-289,-208]],"c":true}],"h":1},{"t":81,"s":[{"i":[[8.654,2.013],[-0.223,-3.11],[0.209,-3.542],[-9.436,-5.12],[-8.916,-4.208],[-1.612,-0.612],[-1.376,1.001],[0.653,5.68],[9.323,2.344],[2.139,-2.856],[1.697,5.969],[4.673,-0.327],[0.46,4.874]],"o":[[0.316,3.017],[0.223,3.11],[9.34,4.314],[9.436,5.12],[1.174,0.554],[1.612,0.612],[-2.315,-4.018],[-8.214,-3.452],[0.972,3.066],[-1.55,-6.117],[-5.183,-0.183],[-2.047,-3.287],[-7.546,-3.121]],"v":[[-266,-189],[-265.106,-179.894],[-265,-170],[-236.682,-155.421],[-209,-141],[-204.651,-138.833],[-200,-139],[-201,-157],[-225,-168],[-225,-154],[-233,-169],[-243,-164],[-244,-179]],"c":true}],"h":1},{"t":82,"s":[{"i":[[6.825,2.841],[-0.596,-3.237],[0.192,-4.025],[-10.419,-4.081],[-11.256,-3.244],[0.391,3.442],[0.796,3.037],[3.656,1.511],[4.509,0.658],[-0.262,-5.071],[4.153,4.181],[2.063,1.018],[0.631,5.035]],"o":[[-0.192,4.025],[0.596,3.237],[11.07,3.43],[10.419,4.081],[-0.638,-3.195],[-0.391,-3.442],[-3.868,-1.298],[-3.656,-1.511],[0.956,4.378],[-4.237,-4.096],[-2.063,2.304],[-0.843,-4.824],[-6.973,-2.694]],"v":[[-222,-157],[-221,-146.5],[-220,-136],[-188.14,-124.36],[-156,-113],[-157.382,-123.118],[-159,-133],[-170.02,-137.48],[-182,-141],[-180,-127],[-191,-141],[-199,-134],[-201,-149]],"c":true}],"h":1},{"t":83,"s":[{"i":[[1.586,-3.289],[1.115,0.885],[0.472,1.528],[0.865,1.135],[1.54,0.46],[3.254,-2.08],[0.669,5.997],[6.619,-2.599],[-0.593,-7.073],[-14.778,-3.722],[-5.135,1.541],[0.96,6.707],[8.634,1.033]],"o":[[-0.067,-1.933],[-1.115,-0.885],[-1.001,-0.999],[-0.865,-1.135],[-2.907,2.426],[-0.384,-6.283],[-7.657,0.309],[1.872,5.794],[15.036,5.224],[4.871,1.227],[-2.091,-5.576],[-6.893,-2.773],[0.076,4.951]],"v":[[-121,-87],[-123.196,-90.804],[-126,-94],[-128.596,-97.404],[-132,-100],[-139,-91],[-142,-108],[-163,-111],[-159,-92],[-111,-80],[-96,-77],[-100,-96],[-123,-102]],"c":true}],"h":1},{"t":84,"s":[{"i":[[6.52,1.147],[-0.967,-3.699],[-1.415,-3.252],[-4.989,-0.724],[-5.014,-0.739],[-5.033,-0.694],[-4.808,0.52],[2.348,6.319],[8.25,0.083],[-1.191,-5.142],[6.369,1.965],[2.234,-2.766],[0.94,5.726]],"o":[[0.717,3.95],[0.967,3.699],[5.031,0.364],[4.989,0.724],[5.06,0.745],[5.033,0.694],[-2.7,-5.966],[-7.227,-1.107],[1.436,4.897],[-5.109,-3.224],[-1.108,3.892],[-1.068,-5.599],[-6.52,-1.147]],"v":[[-89,-60],[-86.523,-48.477],[-83,-38],[-67.987,-36.281],[-53,-34],[-37.811,-31.551],[-23,-31],[-29,-51],[-51,-54],[-47,-39],[-60,-51],[-65,-41],[-69,-57]],"c":true}],"h":1},{"t":85,"s":[{"i":[[6.034,0.632],[-1.241,-3.593],[-1.228,-3.605],[-9.64,-0.527],[-9.677,-0.49],[1.235,3.432],[0.611,4.056],[3.484,0.183],[3.245,0.421],[-1.154,-5.513],[5.904,2.096],[2.789,-2.211],[1.789,5.211]],"o":[[0.809,4.024],[1.241,3.593],[9.764,0.402],[9.64,0.527],[-0.451,-4.216],[-1.235,-3.432],[-3.819,0.152],[-3.484,-0.183],[0.151,6.516],[-5.076,-2.924],[-1.45,3.55],[-0.947,-6.053],[-7.084,0.418]],"v":[[-5,-2],[-1.814,9.314],[2,20],[31.066,21.434],[60,23],[57.12,11.88],[54,1],[43.07,0.93],[33,0],[37,16],[24,5],[19,15],[14,-1]],"c":true}],"h":1},{"t":86,"s":[{"i":[[-1.873,-4.794],[1.858,1.975],[2.832,1.002],[0.591,-1.909],[1.032,-1.468],[0.954,2.712],[1.147,2.52],[2.791,-0.375],[3.547,0.38],[-0.92,-8.08],[-19.21,0.457],[4.813,5.52],[6.012,-0.654]],"o":[[-2.734,-1.099],[-1.859,-1.975],[-0.606,1.894],[-0.59,1.91],[-1.036,-2.63],[-0.954,-2.712],[-3.287,-0.121],[-2.791,0.375],[0.827,8.173],[20.171,0.504],[-2.747,-7.587],[-4.35,2.317],[1.448,5.219]],"v":[[129,74],[122.573,68.927],[116,64],[114.32,69.82],[112,75],[109.083,66.918],[106,59],[97.195,59.695],[88,60],[94,81],[152,80],[143,58],[124,59]],"c":true}],"h":1},{"t":87,"s":[{"i":[[-2.115,-5.218],[2.151,2.016],[2.966,1.2],[0.549,-1.784],[0.734,-1.599],[0.997,2.503],[0.769,2.731],[3.576,-0.091],[1.933,-1.733],[-2.497,-6.836],[-19.199,0.801],[2.955,7.045],[6.186,-1.147]],"o":[[-2.429,-1.738],[-2.151,-2.016],[-0.069,2.264],[-0.549,1.784],[-1.244,-2.256],[-0.997,-2.503],[-2.765,0.902],[-3.576,0.091],[3.328,6.005],[19.324,-0.676],[-1.757,-8.243],[-6.186,1.147],[1.82,5.513]],"v":[[227,136],[220.403,130.096],[213,125],[211.999,130.999],[210,136],[206.644,128.856],[204,121],[193.876,121.876],[185,124],[193,144],[249,140],[241,118],[221,120]],"c":true}],"h":1},{"t":88,"s":[{"i":[[2.197,7.137],[3.167,-0.5],[3.572,-0.094],[-1.036,-2.297],[-0.601,-2.733],[1.819,1.848],[3.014,0.653],[1.76,-2.907],[4.596,3.071],[5.958,-0.042],[-1.242,-8.425],[-12.619,1.704],[-3.616,2.771]],"o":[[-3.761,-0.094],[-3.167,0.5],[0.256,3.077],[1.036,2.297],[-2.711,-0.956],[-1.819,-1.848],[-0.721,3.945],[-3.725,-3.942],[-4.435,1.565],[0.561,9.105],[14.534,-1.575],[4.634,-0.626],[-3.148,-6.186]],"v":[[342,179],[331.859,179.859],[322,181],[324.241,188.759],[327,196],[320.727,191.273],[314,187],[311,198],[303,183],[287,185],[294,207],[337,202],[350,199]],"c":true}],"h":1},{"t":89,"s":[{"i":[[4.658,0.676],[3.374,-0.293],[1.892,-1.775],[-0.998,-2.335],[-0.8,-2.534],[1.966,1.701],[2.798,0.868],[1.771,-2.896],[4.596,3.071],[5.059,-1.274],[-2.7,-6.966],[-19.171,1.163],[1.427,3.906]],"o":[[-2.613,1.053],[-3.374,0.293],[1.207,2.127],[0.998,2.335],[-2.338,-1.329],[-1.966,-1.701],[-1.323,3.344],[-3.725,-3.942],[-4.505,1.828],[1.441,8.226],[19.033,-1.3],[0.004,-5.337],[-1.894,-3.439]],"v":[[441,239],[431.459,240.459],[423,243],[426.305,249.695],[429,257],[422.845,252.155],[416,248],[413,259],[405,244],[389,247],[397,268],[451,261],[447,249]],"c":true}],"h":1},{"t":90,"s":[{"i":[[0,3.833],[0.425,-0.158],[0.522,-0.061],[0.586,0.002],[0.616,0.033],[0.463,-0.725],[-0.342,-1.081],[-0.509,-1.19],[-0.039,-1.052],[-0.458,-1.542],[-0.637,-1.363],[-1.736,-0.264],[0,3.833]],"o":[[-0.296,0.288],[-0.425,0.158],[-0.522,0.061],[-0.586,-0.002],[-1.907,0.123],[-0.463,0.725],[0.342,1.081],[0.509,1.19],[1.201,0.799],[0.458,1.542],[0.637,1.363],[0,-3.833],[0,-3.833]],"v":[[500,304],[498.91,304.66],[497.481,304.981],[495.811,305.061],[494,305],[490.604,306.334],[490.581,309.105],[492.018,312.574],[493,316],[495.259,319.741],[496.672,324.328],[500,327],[500,315.5]],"c":true}],"h":1}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.5411765,0.627451,0.7529412,1]},"o":{"a":1,"k":[{"t":12,"s":[0],"h":1},{"t":13,"s":[100],"h":1},{"t":90,"s":[0],"h":1}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":101,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":20,"ty":4,"nm":"Book_03_Lines_b","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[500,500,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"t":13,"s":[{"i":[[-2.867,1.8],[2.482,4.351],[2.132,4.701],[1.88,-1.12],[2.605,-0.395],[-7.312,-13.188],[-6.937,-13.563],[-2.253,1.08],[-1.577,1.756],[2.387,4.279],[1.849,4.817],[1.549,-0.951],[2.269,-0.231],[0,2.667],[0,2.667],[2.076,1.424],[2.168,1.332]],"o":[[-1.938,-4.895],[-2.482,-4.351],[-2.875,0.125],[-1.88,1.12],[6.815,13.685],[7.312,13.188],[2.409,-0.924],[2.254,-1.08],[-2.601,-4.065],[-2.387,-4.279],[-2.535,-0.035],[-1.549,0.951],[0,-2.667],[0,-2.667],[-2.527,-0.973],[-2.076,-1.424],[2.302,-2.365]],"v":[[444,301],[437.146,287.354],[430,274],[423.297,276.298],[417,279],[438.409,319.091],[460,359],[467.123,356.124],[473,352],[465.436,339.564],[459,326],[453.3,327.8],[448,330],[448,322],[448,314],[441.231,310.269],[435,306]],"c":true}],"h":1},{"t":14,"s":[{"i":[[-3.145,1.189],[1.158,2.175],[1.631,1.702],[1.342,2.158],[0.996,2.504],[0.5,0],[0.5,0],[1.969,-0.698],[0.422,-2.245],[-7.183,-12.817],[-6.454,-13.546],[-2.065,1.101],[-2.23,0.937],[4.035,9.632],[2.267,1.222],[0.664,5.997],[3.498,4.502]],"o":[[-0.736,-2.596],[-1.158,-2.175],[-0.637,-2.863],[-1.342,-2.158],[-0.5,0],[-0.5,0],[-0.703,1.964],[-1.969,0.698],[6.814,13.186],[7.183,12.817],[2.51,-0.657],[2.065,-1.101],[-3.785,-9.882],[-4.905,-0.538],[0.093,-5.24],[-4.309,-3.691],[3.709,-0.624]],"v":[[329,234],[326.171,226.829],[322,221],[318.769,213.731],[315,207],[313.5,207],[312,207],[307.289,210.29],[303,214],[324.27,252.73],[345,292],[351.71,289.21],[358,286],[344,259],[333,263],[334,248],[320,238]],"c":true}],"h":1},{"t":15,"s":[{"i":[[-3.884,0.783],[2.596,4.237],[1.734,5.099],[1.952,-1.214],[2.237,-0.93],[-3.658,-6.665],[-3.81,-6.582],[-3.789,-6.546],[-4.07,-6.298],[-1.113,0.387],[-0.149,1.351],[-1.164,0.502],[-0.117,1.55],[6.788,7.212],[3.523,-1.144],[0,5.333],[4.005,2.995]],"o":[[-1.882,-4.952],[-2.596,-4.237],[-2.954,0.213],[-1.952,1.214],[3.557,6.756],[3.658,6.665],[3.774,6.519],[3.789,6.546],[0.397,-1.103],[1.114,-0.386],[1.227,-0.44],[1.164,-0.502],[-5.574,-8.426],[-1.865,2.802],[0,-5.333],[-4.428,-2.572],[2.816,-1.851]],"v":[[222,168],[214.89,154.61],[208,141],[200.962,143.462],[195,147],[205.81,167.13],[217,187],[228.278,206.666],[240,226],[242.685,224.185],[245,222],[248.833,220.833],[251,218],[235,192],[226,197],[226,181],[213,173]],"c":true}],"h":1},{"t":16,"s":[{"i":[[-2.08,3.254],[2.501,4.166],[2.238,4.428],[0.5,0],[0.5,0],[1.843,-0.99],[0.481,-2.352],[-7.581,-12.586],[-7.242,-12.925],[-0.885,0.782],[-1.668,-0.001],[-1.275,0.392],[0.193,1.859],[4.892,8.442],[2.727,2.01],[0,5],[4.355,2.978]],"o":[[-2.759,-3.907],[-2.501,-4.166],[-0.5,0],[-0.5,0],[-1.145,1.688],[-1.843,0.99],[7.434,12.733],[7.581,12.586],[1.793,0.126],[0.885,-0.782],[0.092,-1.575],[1.275,-0.392],[-5.104,-8.229],[-4.734,-0.696],[0,-5],[-4.727,-2.606],[2.427,-2.907]],"v":[[124,103],[116.109,90.891],[109,78],[107.5,78],[106,78],[101.002,81.502],[97,86],[119.645,123.856],[142,162],[145.594,160.594],[149,159],[151.714,156.714],[154,154],[139,129],[129,133],[129,118],[115,110]],"c":true}],"h":1},{"t":17,"s":[{"i":[[-3.326,1.674],[2.67,3.997],[2.183,4.485],[0.388,0.278],[0.807,-0.141],[1.89,-1.11],[0.543,-2.456],[-7.9,-12.2],[-1.05,-1.599],[-0.911,-1.438],[-0.993,-1.652],[-3.835,-8.6],[-3.428,3.572],[4.899,8.767],[2.846,1.801],[0.718,4.949],[4.106,2.894]],"o":[[-2.139,-4.528],[-2.669,-3.997],[-0.639,-0.027],[-0.388,-0.278],[-0.896,2.104],[-1.89,1.11],[7.598,12.612],[1.005,1.551],[0.97,1.477],[1.015,1.602],[4.978,8.286],[5.091,-1.909],[-5.83,-7.837],[-4.263,0.104],[0.373,-6.04],[-5.224,-1.776],[3.586,-1.414]],"v":[[36,45],[28.532,32.468],[21,20],[19.626,19.374],[18,19],[13.236,23.236],[9,28],[33,65],[35,70],[39,74],[41,79],[56,103],[68,94],[52,69],[42,74],[41,58],[27,51]],"c":true}],"h":1},{"t":18,"s":[{"i":[[-0.889,4.444],[2.572,3.762],[2.109,4.224],[0.388,0.278],[0.808,-0.141],[1.807,-1.36],[0.817,-2.349],[-8.272,-12.228],[-8.377,-12.123],[-1.667,1.667],[-1.045,2.288],[2.667,3.999],[2.666,4.001],[1.462,-1.443],[1.237,0.879],[0.933,4.734],[3.767,3.233]],"o":[[-2.604,-3.729],[-2.572,-3.762],[-0.639,-0.028],[-0.388,-0.278],[-0.954,2.212],[-1.807,1.36],[8.535,11.964],[8.272,12.228],[2.288,-1.045],[1.667,-1.667],[-2.666,-4.001],[-2.667,-3.999],[-1.913,0.105],[-1.462,1.443],[-1.316,-4.351],[-4.169,-2.831],[2.393,-2.94]],"v":[[-41,-10],[-48.871,-21.13],[-56,-33],[-57.374,-33.626],[-59,-34],[-63.603,-29.103],[-68,-24],[-42.882,12.381],[-18,49],[-12.067,44.933],[-8,39],[-16,27],[-24,15],[-29.007,18.238],[-33,20],[-35,5],[-49,-2]],"c":true}],"h":1},{"t":19,"s":[{"i":[[1.163,-0.163],[1.189,-5.144],[-4.287,-4.604],[-0.686,-0.88],[-1.174,-1.576],[-1.712,-2.581],[-1.022,-1.337],[-0.6,-0.824],[-2.12,-2.914],[-3.019,-6.937],[-3.043,4.29],[7.214,7.12],[2.137,1.419],[1.541,4.792],[3.739,2.261],[-2.183,3.15],[5.594,7.74]],"o":[[-1.288,5.045],[4.156,6.321],[0.727,0.78],[1.114,1.429],[2.639,3.543],[1.267,1.909],[0.536,0.701],[2.229,3.061],[4.451,6.118],[5.323,-2.011],[-7.355,-6.978],[-2.293,1.745],[-1.903,-4.43],[-4.269,-1.731],[1.734,-3.6],[-6.039,-7.294],[-0.221,-0.779]],"v":[[-125,-81],[-133,-70],[-119,-51],[-118,-48],[-114,-44],[-106,-33],[-103,-28],[-101,-26],[-95,-17],[-82,1],[-71,-10],[-90,-34],[-97,-27],[-100,-43],[-113,-48],[-106,-57],[-123,-80]],"c":true}],"h":1},{"t":20,"s":[{"i":[[1.615,-0.282],[1.42,-1.746],[0.457,-2.71],[-4.484,-5.672],[-4.499,-5.691],[-4.623,-5.729],[-4.964,-5.337],[-1.731,4.936],[3.183,4.054],[0.68,0.852],[1.017,1.216],[2.698,0.16],[2.352,-2.648],[0.384,6.283],[3.924,2.41],[-2.224,3.443],[5.496,7.17]],"o":[[-0.862,2.305],[-1.421,1.746],[4.564,5.62],[4.484,5.672],[4.544,5.748],[4.623,5.729],[2.228,-4.439],[-3.732,-3.415],[-0.661,-0.842],[-1.058,-1.326],[-1.471,-1.758],[-1.688,3.312],[-0.669,-5.998],[-3.772,-2.561],[2.493,-3.174],[-6.633,-6.034],[-1.278,-0.055]],"v":[[-180,-120],[-183.804,-114.304],[-187,-108],[-173.451,-91.053],[-160,-74],[-146.315,-56.692],[-132,-40],[-124,-52],[-133,-64],[-136,-66],[-138,-70],[-144,-75],[-150,-66],[-153,-83],[-167,-88],[-160,-98],[-177,-119]],"c":true}],"h":1},{"t":21,"s":[{"i":[[6.789,6.877],[1.31,-2.023],[0.826,-2.507],[-4.749,-5.417],[-4.531,-5.635],[-2.303,-2.698],[-2.333,-2.667],[-1.256,-1.244],[-0.967,-1.533],[-1.281,-1.358],[-2.409,0.224],[-1.938,4.395],[7.297,7.036],[2.478,-2.856],[2.335,5.332],[2.79,2.21],[-0.602,4.398]],"o":[[-0.933,2.4],[-1.31,2.023],[4.471,5.696],[4.75,5.417],[2.457,2.543],[2.302,2.697],[1.008,1.492],[1.256,1.244],[0.541,2.105],[1.153,1.222],[2.999,-3.334],[-6.095,-8.239],[-1.433,3.901],[-0.707,-6.959],[-4.449,-0.551],[1.385,-3.615],[-5.827,-7.839]],"v":[[-223,-153],[-226.581,-146.581],[-230,-140],[-216.046,-123.454],[-202,-107],[-194.907,-99.093],[-188,-91],[-184.469,-87.031],[-181,-83],[-177,-79],[-173,-75],[-166,-87],[-186,-110],[-192,-100],[-197,-118],[-209,-121],[-204,-131]],"c":true}],"h":1},{"t":22,"s":[{"i":[[7.579,6.087],[1.06,-2.106],[1.032,-2.135],[-1.391,-1.195],[-1.142,-1.239],[-1.152,-1.353],[-1.194,-1.285],[-4.883,-5.479],[-4.411,-5.923],[-6.793,-3.54],[-0.177,6.156],[4.426,4.88],[3.021,0.005],[2.322,-3.011],[1.818,5.849],[3.217,1.783],[-1.16,4.173]],"o":[[-0.726,2.44],[-1.06,2.106],[0.296,1.982],[1.391,1.195],[1.199,1.302],[1.152,1.353],[4.995,5.376],[4.411,5.923],[5.148,5.185],[0.177,-6.156],[-4.954,-5.681],[-1.636,-1.804],[-1.453,3.88],[-0.759,-6.908],[-3.928,-1.072],[1.795,-3.538],[-6.776,-6.891]],"v":[[-256,-178],[-258.77,-171.271],[-262,-165],[-259.135,-160.443],[-255,-157],[-251.496,-152.987],[-248,-149],[-233,-133],[-218,-117],[-202,-102],[-197,-116],[-212,-132],[-218,-137],[-223,-126],[-228,-144],[-241,-146],[-236,-157]],"c":true}],"h":1},{"t":23,"s":[{"i":[[0.221,0.132],[0.895,-2.271],[0.209,-2.957],[-9.018,-8.556],[-8.325,-8.125],[-1.208,-1.374],[-1.959,-0.325],[-0.951,2.382],[-0.855,2.478],[1.851,1.649],[1.75,1.75],[5.027,1.757],[3.559,-1.037],[1.516,5.484],[1.716,0.379],[-0.524,4.81],[7.291,6.196]],"o":[[-0.209,2.957],[-0.895,2.271],[8.603,8.651],[9.018,8.556],[1.209,1.18],[1.208,1.374],[0.341,-2.993],[0.951,-2.382],[-1.846,-1.654],[-1.851,-1.649],[-3.428,-3.428],[-1.854,3.233],[-0.756,-6.244],[-5.29,0.295],[1.72,-3.613],[-5.774,-7.301],[-0.194,-0.165]],"v":[[-279,-195],[-281,-187.5],[-283,-180],[-256.291,-154.106],[-230,-129],[-226.563,-124.858],[-222,-122],[-219.885,-129.886],[-217,-137],[-222.572,-141.928],[-228,-147],[-239,-157],[-244,-147],[-249,-163],[-262,-164],[-258,-176],[-278,-195]],"c":true}],"h":1},{"t":24,"s":[{"i":[[1.615,-0.282],[0.722,-2.444],[0.37,-2.796],[-5.147,-4.519],[-4.884,-4.784],[-3.848,-3.485],[-3.712,-3.621],[-1.125,-1.375],[-2.644,0.144],[-1.171,5.162],[5.106,1.561],[5.055,1.945],[2.087,-3.246],[2.625,5.708],[4.728,0.395],[-1.399,4.267],[5.095,6.572]],"o":[[-0.74,2.426],[-0.722,2.444],[4.527,5.139],[5.147,4.519],[3.894,3.439],[3.848,3.485],[1.856,0.644],[1.125,1.375],[0.786,-5.547],[-4.233,-2.434],[-3.392,-3.608],[-1.721,3.613],[-1.458,-6.875],[-3.654,0.679],[1.79,-3.876],[-5.807,-5.86],[-1.278,-0.055]],"v":[[-291,-205],[-293.278,-197.778],[-295,-190],[-280.267,-175.733],[-265,-162],[-253.363,-151.637],[-242,-141],[-238.091,-137.409],[-233,-135],[-229,-150],[-240,-159],[-251,-169],[-255,-157],[-262,-175],[-274,-174],[-270,-187],[-288,-204]],"c":true}],"h":1},{"t":25,"s":[{"i":[[4.723,1.655],[0.829,-2.337],[-0.108,-3.275],[-10.348,-8.985],[-10.518,-8.816],[-0.671,2.662],[-0.659,2.675],[1.826,1.674],[1.878,1.622],[1.962,1.886],[2.132,-0.639],[0.467,-1.866],[0.98,-1.353],[1.349,6.318],[3.129,3.062],[-1.335,3.665],[3.663,3.145]],"o":[[0.21,3.377],[-0.83,2.337],[10.09,9.243],[10.348,8.985],[0.659,-2.675],[0.671,-2.662],[-1.82,-1.68],[-1.826,-1.674],[-2.019,-1.097],[-1.962,-1.886],[-0.151,2.182],[-0.467,1.866],[-1.349,-6.318],[-4.609,-1.226],[0.635,-4.365],[-3.302,-3.47],[-3.464,-2.974]],"v":[[-298,-210],[-299.423,-201.923],[-301,-194],[-270.321,-166.679],[-239,-140],[-237,-148],[-235,-156],[-240.457,-161.043],[-246,-166],[-251.916,-171.302],[-258,-174],[-258.878,-167.878],[-261,-163],[-267,-180],[-279,-180],[-276,-192],[-287,-201]],"c":true}],"h":1},{"t":26,"s":[{"i":[[8.795,4.205],[0.656,-2.51],[0.231,-2.935],[-5.228,-4.439],[-5.077,-4.59],[-4.12,-3.439],[-3.691,-2.986],[-1.259,-1.171],[-1.791,0.635],[-0.692,2.308],[-0.198,2.802],[3.69,3.144],[3.714,3.12],[2.83,-2.503],[1.918,5.415],[1.525,1.458],[-0.869,4.465]],"o":[[-0.144,3.023],[-0.656,2.51],[5.012,4.654],[5.228,4.439],[3.829,3.258],[4.12,3.439],[1.174,0.95],[1.259,1.171],[0.033,-2.967],[0.692,-2.308],[-3.528,-3.305],[-3.69,-3.144],[-1.516,3.817],[-1.443,-5.89],[-4.331,-0.948],[0.522,-4.811],[-8.167,-4.833]],"v":[[-301,-212],[-302.434,-203.934],[-304,-196],[-288.548,-182.452],[-273,-169],[-260.897,-158.795],[-249,-149],[-245.462,-145.312],[-241,-144],[-239.624,-151.624],[-238,-159],[-248.861,-168.639],[-260,-178],[-264,-166],[-270,-182],[-282,-182],[-279,-195]],"c":true}],"h":1},{"t":27,"s":[{"i":[[4.031,2.142],[0.548,-2.785],[0.983,-2.35],[-5.112,-4.388],[-5.288,-4.212],[-1.535,-1.501],[-1.259,-0.835],[-0.805,-0.651],[-1.339,-1.134],[-6.866,-2.469],[-1.614,5.053],[8.48,4.6],[1.716,-3.284],[2.48,5.52],[1.383,0.991],[-0.266,5.067],[3.372,2.891]],"o":[[-0.825,2.509],[-0.548,2.785],[5.263,4.237],[5.112,4.388],[1.601,1.16],[1.535,1.501],[0.985,0.653],[1.481,1.198],[5.102,4.321],[1.524,-5.143],[-8.756,-5.368],[-0.353,4.647],[-2.175,-5.825],[-3.255,0.455],[1.292,-4.042],[-3.584,-2.714],[-3.387,-2.903]],"v":[[-302,-213],[-303.881,-204.881],[-306,-197],[-290.519,-183.981],[-275,-171],[-270.244,-166.756],[-266,-163],[-264,-161],[-259,-158],[-243,-145],[-239,-161],[-262,-179],[-265,-167],[-272,-184],[-284,-183],[-281,-196],[-291,-205]],"c":true}],"h":1},{"t":28,"s":[{"i":[[7.545,5.455],[0.02,-6.313],[-10.389,-8.945],[-2.389,-1.585],[-0.805,-0.651],[-1.458,-1.235],[-1.173,-1.013],[-1.485,-1.189],[-3.586,1.278],[-1.078,4.922],[1.684,1.41],[1.813,1.548],[5.505,0.858],[2.21,-2.79],[1.517,6.15],[2.6,2.534],[0.048,4.715]],"o":[[-0.02,6.313],[9.354,9.98],[3.003,2.158],[0.985,0.653],[1.559,1.261],[1.181,1],[1.468,1.268],[2.356,1.886],[0.319,-5.681],[-1.625,-1.529],[-1.915,-1.604],[-3.497,-2.985],[-0.551,4.449],[-1.037,-6.63],[-4.787,-1.404],[0.244,-4.423],[-6.14,-6.86]],"v":[[-303,-214],[-306,-198],[-275,-171],[-266,-163],[-264,-161],[-259,-158],[-256,-154],[-251,-151],[-243,-146],[-240,-161],[-245,-166],[-251,-170],[-263,-179],[-266,-167],[-272,-184],[-284,-184],[-282,-196]],"c":true}],"h":1},{"t":29,"s":[{"i":[[7.497,5.503],[0.615,-2.885],[0.77,-2.73],[-1.258,-1.114],[-1.275,-1.07],[-2.475,-2.171],[-2.383,-2.038],[-1.446,-1.057],[-0.873,-1.623],[-5.186,-4.48],[-5.555,-4.112],[-1.858,5.142],[8.48,4.6],[1.716,-3.284],[2.131,5.869],[1.596,1.205],[-1.19,3.81]],"o":[[-0.77,2.73],[-0.615,2.885],[1.693,0.474],[1.258,1.114],[2.718,2.279],[2.475,2.171],[1.345,1.149],[1.446,1.057],[5.699,3.968],[5.186,4.48],[1.223,-5.777],[-8.756,-5.368],[-0.353,4.647],[-1.963,-6.037],[-3.042,0.668],[1.676,-3.324],[-6.243,-6.757]],"v":[[-303,-214],[-305,-205.5],[-307,-197],[-302.687,-194.447],[-299,-191],[-291.249,-184.319],[-284,-178],[-279.646,-174.855],[-276,-171],[-259.892,-158.108],[-244,-145],[-240,-162],[-263,-180],[-266,-168],[-273,-185],[-285,-184],[-282,-196]],"c":true}],"h":1},{"t":30,"s":[{"i":[[7.673,4.994],[0.548,-2.785],[0.825,-2.509],[-3.826,-3.36],[-3.834,-3.287],[-1.989,-1.617],[-0.84,-0.72],[-1.193,-1.01],[-5.131,-1.801],[-6.672,-2.995],[0.236,6.569],[3.633,3.118],[4.723,1.655],[1.628,-3.372],[2.181,5.819],[1.383,0.991],[-1.034,4.299]],"o":[[-0.983,2.35],[-0.548,2.785],[3.861,3.272],[3.826,3.36],[1.92,1.646],[0.844,0.686],[1.284,1.1],[3.883,3.289],[4.733,4.933],[0.405,-5.928],[-3.01,-3.719],[-3.464,-2.974],[-0.846,4.154],[-2.285,-5.715],[-3.255,0.455],[1.19,-4.143],[-7.32,-5.347]],"v":[[-303,-214],[-305.119,-206.119],[-307,-198],[-295.481,-188.011],[-284,-178],[-278,-174],[-276,-171],[-272,-169],[-260,-159],[-244,-146],[-241,-162],[-252,-171],[-263,-180],[-266,-168],[-273,-185],[-285,-184],[-282,-197]],"c":true}],"h":1},{"t":31,"s":[{"i":[[8.894,4.106],[0.645,-2.522],[0.405,-2.762],[-3.828,-3.357],[-3.848,-3.276],[-1.987,-1.616],[-0.84,-0.72],[-1.199,-1.004],[-5.04,-1.98],[-6.38,-3.286],[-0.204,6.129],[3.633,3.118],[4.723,1.655],[2.121,-2.546],[2.052,5.615],[1.678,1.287],[-1.19,4.143]],"o":[[-0.014,3.152],[-0.645,2.522],[3.841,3.293],[3.828,3.358],[1.924,1.638],[0.844,0.686],[1.284,1.101],[3.898,3.262],[4.568,5.099],[0.642,-5.692],[-3.01,-3.719],[-3.464,-2.974],[-1.323,3.344],[-2.72,-4.947],[-3.812,-0.102],[1.034,-4.299],[-7.784,-5.216]],"v":[[-304,-214],[-305.207,-205.707],[-307,-198],[-295.505,-187.987],[-284,-178],[-278,-174],[-276,-171],[-272,-169],[-260,-159],[-244,-146],[-241,-162],[-252,-171],[-263,-180],[-266,-169],[-273,-185],[-285,-184],[-282,-197]],"c":true}],"h":1},{"t":78,"s":[{"i":[[8.894,4.106],[0.644,-2.522],[0.321,-2.846],[-3.828,-3.357],[-3.848,-3.276],[-1.987,-1.616],[-0.84,-0.72],[-1.199,-1.004],[-5.04,-1.98],[-6.38,-3.286],[-0.287,6.046],[3.633,3.118],[4.723,1.655],[1.771,-2.896],[2.275,5.392],[2.965,2.898],[-0.96,4.04]],"o":[[-0.102,3.065],[-0.644,2.522],[3.841,3.293],[3.828,3.358],[1.924,1.638],[0.844,0.686],[1.284,1.101],[3.898,3.262],[4.568,5.099],[0.462,-5.871],[-3.01,-3.719],[-3.464,-2.974],[-1.323,3.344],[-3.067,-4.599],[-3.766,-0.384],[0.96,-4.04],[-7.784,-5.216]],"v":[[-304,-214],[-305.336,-205.836],[-307,-198],[-295.505,-187.987],[-284,-178],[-278,-174],[-276,-171],[-272,-169],[-260,-159],[-244,-146],[-241,-162],[-252,-171],[-263,-180],[-266,-169],[-273,-185],[-285,-185],[-282,-197]],"c":true}],"h":1},{"t":79,"s":[{"i":[[4.535,2.132],[0.181,-1.402],[0.282,-1.301],[0.21,-1.374],[-0.036,-1.62],[-1.431,-1.138],[-1.481,-1.113],[-1.435,-1.044],[-1.292,-0.93],[-0.451,-0.482],[-0.469,-0.398],[-0.533,-0.091],[-0.645,0.437],[-0.281,1.719],[-0.333,1.667],[-0.046,1.954],[3.658,3.009]],"o":[[0.093,1.676],[-0.181,1.402],[-0.282,1.301],[-0.21,1.374],[1.284,1.118],[1.431,1.138],[1.481,1.113],[1.435,1.044],[0.48,0.346],[0.451,0.482],[0.469,0.398],[0.533,0.091],[-0.111,-2.111],[0.281,-1.719],[0.333,-1.667],[-3.834,-2.832],[-3.658,-3.009]],"v":[[-256,-215],[-256.176,-210.426],[-256.915,-206.415],[-257.696,-202.446],[-258,-198],[-253.904,-194.605],[-249.512,-191.217],[-245.114,-187.971],[-241,-185],[-239.615,-183.703],[-238.247,-182.327],[-236.755,-181.538],[-235,-182],[-234.66,-187.66],[-233.653,-192.653],[-233,-198],[-243.974,-207.025]],"c":true}],"h":1},{"t":80,"s":[{"i":[[1.93,1.32],[0.128,-1.205],[0.108,-1.226],[0.066,-1.268],[0.002,-1.331],[-0.084,-1.417],[-1.846,-1.237],[-1.802,-1.282],[-1.929,-1.154],[-2.23,-0.854],[-0.038,1.462],[-0.135,1.365],[-0.154,1.346],[-0.096,1.404],[1.855,1.395],[1.99,1.26],[2.015,1.235]],"o":[[-0.126,1.207],[-0.128,1.205],[-0.108,1.226],[-0.066,1.268],[-0.002,1.331],[2.064,1.02],[1.846,1.237],[1.802,1.282],[1.929,1.154],[-0.135,-1.635],[0.038,-1.462],[0.135,-1.365],[0.154,-1.346],[-1.609,-1.641],[-1.855,-1.395],[-1.99,-1.26],[-2.015,-1.235]],"v":[[-248,-217],[-248.387,-213.387],[-248.745,-209.746],[-249.011,-206.01],[-249.117,-202.117],[-249,-198],[-243.178,-194.572],[-237.749,-190.751],[-232.195,-187.055],[-226,-184],[-226.126,-188.626],[-225.846,-192.847],[-225.394,-196.894],[-225,-201],[-230.224,-205.526],[-236.019,-209.481],[-242.055,-213.195]],"c":true}],"h":1},{"t":81,"s":[{"i":[[1.945,0.888],[0.015,-1.415],[0.005,-1.405],[-0.052,-1.348],[-0.156,-1.244],[-0.307,-1.093],[-1.87,-0.964],[-1.867,-0.966],[-1.939,-0.894],[-2.085,-0.748],[0.129,1.621],[0.206,1.544],[0.099,1.651],[-0.192,1.942],[1.939,0.894],[1.867,0.966],[1.87,0.964]],"o":[[0.023,1.377],[-0.015,1.415],[-0.005,1.405],[0.052,1.348],[0.156,1.244],[1.946,0.888],[1.87,0.964],[1.867,0.966],[1.939,0.894],[0.133,-1.883],[-0.129,-1.621],[-0.206,-1.544],[-0.099,-1.651],[-2.085,-0.749],[-1.939,-0.894],[-1.867,-0.966],[-1.87,-0.964]],"v":[[-226,-206],[-225.999,-201.801],[-226.041,-197.559],[-225.982,-193.417],[-225.683,-189.517],[-225,-186],[-219.296,-183.204],[-213.709,-180.291],[-208.017,-177.482],[-202,-175],[-202.04,-180.21],[-202.589,-184.911],[-203.094,-189.656],[-203,-195],[-209.017,-197.482],[-214.709,-200.291],[-220.296,-203.204]],"c":true}],"h":1},{"t":82,"s":[{"i":[[4.347,0.82],[-0.239,-1.511],[-0.253,-1.497],[-0.138,-1.612],[0.107,-1.857],[-0.93,-0.487],[-1.005,-0.412],[-1.073,-0.344],[-1.132,-0.284],[-1.027,-0.502],[-1.093,-0.444],[-1.019,-0.095],[-0.806,0.544],[0.322,2.123],[0.244,2.2],[0.368,2.076],[3.707,1.459]],"o":[[0.094,1.656],[0.239,1.511],[0.253,1.497],[0.138,1.612],[0.847,0.569],[0.93,0.487],[1.005,0.412],[1.072,0.344],[0.822,0.27],[1.027,0.502],[1.093,0.444],[1.019,0.095],[-0.6,-1.845],[-0.322,-2.123],[-0.244,-2.2],[-3.823,-1.343],[-3.707,-1.459]],"v":[[-187,-180],[-186.469,-175.281],[-185.698,-170.802],[-185.079,-166.171],[-185,-161],[-182.332,-159.418],[-179.428,-158.073],[-176.309,-156.941],[-173,-156],[-170.191,-154.77],[-166.976,-153.279],[-163.772,-152.398],[-161,-153],[-162.332,-159.001],[-163.132,-165.535],[-164,-172],[-175.107,-176.393]],"c":true}],"h":1},{"t":83,"s":[{"i":[[2.038,0.212],[-0.208,-1.458],[-0.299,-1.368],[-0.335,-1.332],[-0.316,-1.351],[-0.242,-1.425],[-1.818,-0.432],[-1.77,-0.48],[-1.818,-0.432],[-1.959,-0.291],[0.305,1.779],[0.361,1.722],[0.376,1.708],[0.35,1.734],[1.776,0.474],[1.773,0.477],[1.86,0.39]],"o":[[0.063,1.604],[0.208,1.458],[0.299,1.368],[0.335,1.332],[0.316,1.351],[1.959,0.291],[1.818,0.432],[1.77,0.48],[1.818,0.432],[-0.207,-1.876],[-0.305,-1.779],[-0.361,-1.723],[-0.376,-1.708],[-1.87,-0.38],[-1.776,-0.474],[-1.773,-0.477],[-1.86,-0.39]],"v":[[-131,-142],[-130.579,-137.421],[-129.804,-133.196],[-128.84,-129.161],[-127.85,-125.15],[-127,-121],[-121.358,-119.892],[-116,-118.5],[-110.642,-117.108],[-105,-116],[-105.778,-121.472],[-106.787,-126.713],[-107.902,-131.848],[-109,-137],[-114.447,-138.303],[-119.748,-139.752],[-125.175,-141.075]],"c":true}],"h":1},{"t":84,"s":[{"i":[[3.657,0.51],[-0.493,-1.84],[-0.474,-1.86],[-0.493,-1.84],[-0.553,-1.78],[-0.968,-0.116],[-0.871,-0.212],[-0.968,-0.116],[-1.258,0.174],[-1.039,-0.272],[-1.071,-0.15],[-0.747,0.197],[-0.065,0.77],[0.622,2.267],[0.562,2.327],[0.801,2.088],[3.617,0.55]],"o":[[0.553,1.78],[0.493,1.84],[0.474,1.86],[0.493,1.84],[1.258,-0.174],[0.968,0.116],[0.871,0.212],[0.968,0.116],[0.65,0.168],[1.039,0.272],[1.071,0.15],[0.747,-0.197],[-0.979,-1.909],[-0.622,-2.267],[-0.562,-2.327],[-3.875,-0.292],[-3.617,-0.55]],"v":[[-62,-95],[-60.44,-89.56],[-59,-84],[-57.56,-78.44],[-56,-73],[-52.71,-73.04],[-50,-72.5],[-47.29,-71.96],[-44,-72],[-41.377,-71.283],[-38.123,-70.592],[-35.307,-70.606],[-34,-72],[-36.327,-78.339],[-38.029,-85.304],[-40,-92],[-51.163,-93.337]],"c":true}],"h":1},{"t":85,"s":[{"i":[[1.795,0.038],[-0.351,-1.449],[-0.441,-1.359],[-0.47,-1.33],[-0.439,-1.361],[-0.347,-1.453],[-1.683,-0.15],[-1.675,-0.159],[-1.779,-0.054],[-1.997,0.163],[0.474,1.776],[0.579,1.671],[0.566,1.684],[0.433,1.817],[1.677,0.157],[1.818,0.016],[1.857,-0.024]],"o":[[0.2,1.6],[0.351,1.449],[0.441,1.359],[0.47,1.33],[0.439,1.361],[1.805,0.029],[1.683,0.15],[1.675,0.159],[1.779,0.054],[-0.25,-2],[-0.474,-1.776],[-0.579,-1.671],[-0.566,-1.684],[-1.434,-0.399],[-1.677,-0.157],[-1.818,-0.016],[-1.857,0.024]],"v":[[20,-40],[20.842,-35.442],[22.045,-31.245],[23.428,-27.228],[24.807,-23.207],[26,-19],[31.203,-18.703],[36.212,-18.212],[41.364,-17.864],[47,-18],[45.884,-23.634],[44.274,-28.774],[42.528,-33.778],[41,-39],[36.308,-39.808],[31.04,-40.041],[25.503,-40.003]],"c":true}],"h":1},{"t":86,"s":[{"i":[[1.583,0],[-0.473,-1.527],[-0.506,-1.494],[-0.547,-1.453],[-0.595,-1.405],[-0.651,-1.349],[-1.441,0.142],[-1.396,0.188],[-1.506,0.077],[-1.773,-0.19],[0.558,1.776],[0.636,1.697],[0.636,1.698],[0.555,1.778],[1.583,0],[1.583,0],[1.583,0]],"o":[[0.447,1.553],[0.473,1.527],[0.506,1.494],[0.547,1.453],[0.595,1.405],[1.644,0.06],[1.441,-0.142],[1.396,-0.188],[1.506,-0.077],[-0.399,-1.934],[-0.558,-1.776],[-0.636,-1.697],[-0.636,-1.698],[-1.583,0],[-1.583,0],[-1.583,0],[-1.583,0]],"v":[[73,19],[74.378,23.622],[75.845,28.155],[77.422,32.578],[79.132,36.868],[81,41],[85.589,40.839],[89.805,40.305],[94.119,39.869],[99,40],[97.545,34.455],[95.734,29.266],[93.806,24.194],[92,19],[87.25,19],[82.5,19],[77.75,19]],"c":true}],"h":1},{"t":87,"s":[{"i":[[0.682,3.985],[1.62,-0.047],[1.518,-0.148],[1.515,-0.152],[1.608,-0.058],[-0.284,-0.966],[-0.383,-0.867],[-0.407,-0.843],[-0.358,-0.892],[-0.297,-1.037],[-0.352,-0.981],[-0.504,-0.829],[-0.753,-0.58],[-1.944,0.167],[-2.019,0.092],[-1.722,0.389],[1.398,3.269]],"o":[[-1.818,-0.152],[-1.62,0.047],[-1.518,0.148],[-1.515,0.152],[0.112,1.138],[0.284,0.966],[0.383,0.867],[0.407,0.843],[0.338,0.995],[0.297,1.037],[0.352,0.981],[0.504,0.829],[1.499,-0.612],[1.944,-0.167],[2.019,-0.092],[-0.726,-3.94],[-1.398,-3.269]],"v":[[189,81],[183.868,80.867],[179.185,81.185],[174.66,81.66],[170,82],[170.612,85.138],[171.631,87.869],[172.834,90.416],[174,93],[174.928,96.072],[175.878,99.123],[177.138,101.862],[179,104],[184.258,102.924],[190.295,102.629],[196,102],[192.467,91.534]],"c":true}],"h":1},{"t":88,"s":[{"i":[[0.486,1.847],[1.305,-0.095],[1.234,-0.166],[1.211,-0.189],[1.236,-0.164],[1.31,-0.09],[-0.678,-1.739],[-0.712,-1.705],[-0.678,-1.739],[-0.576,-1.841],[-1.753,0.081],[-1.657,0.176],[-1.451,0.382],[-1.134,0.699],[0.757,1.577],[0.667,1.667],[0.577,1.757]],"o":[[-1.426,-0.026],[-1.305,0.095],[-1.234,0.166],[-1.211,0.189],[-1.236,0.164],[0.576,1.84],[0.678,1.739],[0.712,1.705],[0.678,1.739],[1.737,-0.096],[1.753,-0.081],[1.657,-0.176],[1.451,-0.382],[-0.847,-1.487],[-0.757,-1.577],[-0.667,-1.667],[-0.577,-1.757]],"v":[[289,143],[284.915,143.115],[281.119,143.519],[277.464,144.064],[273.807,144.607],[270,145],[271.898,150.352],[274,155.5],[276.102,160.648],[278,166],[283.262,165.762],[288.404,165.404],[293.095,164.594],[297,163],[294.595,158.405],[292.46,153.54],[290.595,148.405]],"c":true}],"h":1},{"t":89,"s":[{"i":[[0.608,1.808],[1.193,-0.14],[1.13,-0.203],[1.139,-0.195],[1.219,-0.115],[1.37,0.037],[-0.659,-1.841],[-0.754,-1.746],[-0.718,-1.782],[-0.552,-1.948],[-1.544,0.206],[-1.566,0.184],[-1.489,0.261],[-1.314,0.436],[0.649,1.768],[0.73,1.687],[0.716,1.701]],"o":[[-1.328,0.005],[-1.193,0.14],[-1.13,0.203],[-1.139,0.195],[-1.219,0.115],[0.432,2.068],[0.659,1.841],[0.754,1.746],[0.718,1.782],[1.423,-0.327],[1.544,-0.206],[1.566,-0.184],[1.489,-0.261],[-0.473,-1.944],[-0.649,-1.768],[-0.73,-1.687],[-0.716,-1.701]],"v":[[390,204],[386.236,204.236],[382.768,204.768],[379.383,205.383],[375.865,205.865],[372,206],[373.669,211.831],[375.82,217.18],[378.062,222.438],[380,228],[384.475,227.225],[389.163,226.663],[393.77,226.02],[398,225],[396.293,219.456],[394.202,214.297],[392.01,209.24]],"c":true}],"h":1},{"t":90,"s":[{"i":[[0,1.917],[0.322,-0.145],[0.39,-0.077],[0.441,-0.026],[0.476,0.009],[0.493,0.026],[0.463,-0.725],[-0.342,-1.081],[-0.509,-1.19],[-0.039,-1.052],[-0.418,-1.082],[-0.324,-1.176],[-0.619,-0.881],[-1.302,-0.198],[0,1.917],[0,1.917],[0,1.917]],"o":[[-0.236,0.23],[-0.322,0.145],[-0.39,0.077],[-0.441,0.026],[-0.476,-0.009],[-1.907,0.123],[-0.463,0.725],[0.342,1.081],[0.509,1.19],[0.901,0.599],[0.418,1.082],[0.324,1.176],[0.619,0.881],[0,-1.917],[0,-1.917],[0,-1.917],[0,-1.917]],"v":[[500,304],[499.159,304.559],[498.087,304.887],[496.836,305.037],[495.457,305.057],[494,305],[490.604,306.334],[490.581,309.105],[492.018,312.574],[493,316],[494.882,318.618],[495.899,322.101],[497.216,325.284],[500,327],[500,321.25],[500,315.5],[500,309.75]],"c":true}],"h":1}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.5411765,0.627451,0.7529412,1]},"o":{"a":1,"k":[{"t":12,"s":[0],"h":1},{"t":13,"s":[100],"h":1},{"t":91,"s":[0],"h":1}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":101,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":21,"ty":4,"nm":"Book_03_Lines_a","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[500,500,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"t":13,"s":[{"i":[[-5.21,0.79],[2.495,4.171],[1.58,5.087],[0.388,0.278],[0.808,-0.141],[2.283,-0.717],[0.899,-2.101],[-3.824,-9.51]],"o":[[-1.438,-5.228],[-2.495,-4.171],[-0.639,-0.028],[-0.388,-0.278],[-0.968,2.032],[-2.283,0.717],[5.206,8.127],[5.75,-0.25]],"v":[[467,290],[460.606,276.394],[454,263],[452.626,262.374],[451,262],[445.448,265.448],[440,269],[454,295]],"c":true}],"h":1},{"t":14,"s":[{"i":[[-4.815,0.852],[2.531,4.136],[1.64,5.026],[0.388,0.278],[0.808,-0.141],[1.668,-0.832],[1.946,-0.554],[-4.389,-9.611]],"o":[[-1.238,-5.43],[-2.531,-4.136],[-0.639,-0.028],[-0.388,-0.278],[-1.383,1.117],[-1.668,0.832],[3.018,10.982],[4.815,-0.852]],"v":[[352,223],[345.802,209.198],[339,196],[337.626,195.374],[336,195],[331.422,197.922],[326,200],[340,228]],"c":true}],"h":1},{"t":15,"s":[{"i":[[-5.117,0.55],[2.529,4.305],[2.356,4.477],[0.327,0.173],[0.582,-0.082],[2.034,-0.966],[0.565,-2.435],[-4.525,-8.475]],"o":[[-1.529,-5.304],[-2.529,-4.305],[-0.111,-0.389],[-0.327,-0.173],[-1.298,1.702],[-2.034,0.966],[4.728,8.272],[5.288,-0.379]],"v":[[244,156],[237.62,141.88],[230,129],[229.353,128.147],[228,128],[222.451,131.451],[218,136],[232,161]],"c":true}],"h":1},{"t":16,"s":[{"i":[[0.007,3.34],[2.518,3.982],[1.859,4.641],[1.755,-1.412],[2.834,-0.333],[-2.722,-4.278],[-2.003,-4.997],[-2.503,0.83]],"o":[[-2.07,-4.43],[-2.518,-3.982],[-3.146,0.02],[-1.755,1.412],[2.109,4.891],[2.722,4.278],[3.073,-0.26],[0.983,-2.35]],"v":[[145,89],[137.842,76.658],[131,64],[124.266,66.766],[118,70],[125.579,83.421],[133,97],[140,94]],"c":true}],"h":1},{"t":17,"s":[{"i":[[-3.287,3.713],[2.525,4.142],[2.788,3.879],[0.327,0.173],[0.581,-0.082],[1.936,-1.231],[1.129,-2.038],[-4.899,-8.767]],"o":[[-3.112,-3.555],[-2.525,-4.142],[-0.11,-0.389],[-0.327,-0.173],[-1.129,2.038],[-1.936,1.231],[5.83,7.837],[4.739,-2.261]],"v":[[57,28],[48.757,16.243],[41,4],[40.353,3.147],[39,3],[34,7.5],[29,12],[45,37]],"c":true}],"h":1},{"t":18,"s":[{"i":[[-1.618,4.716],[2.622,3.711],[2.145,4.188],[0.388,0.278],[0.808,-0.141],[2.4,-3.933],[-4.877,-5.457],[-3.211,-0.455]],"o":[[-2.364,-3.968],[-2.622,-3.711],[-0.639,-0.028],[-0.388,-0.278],[-2.4,3.933],[5.214,5.12],[1.558,2.108],[3.28,-3.054]],"v":[[-22,-28],[-29.664,-39.335],[-37,-51],[-38.374,-51.626],[-40,-52],[-49,-42],[-36,-24],[-31,-18]],"c":true}],"h":1},{"t":19,"s":[{"i":[[3.447,3.553],[1.568,-1.766],[1.456,-1.877],[-2.939,-4.228],[-3.751,-3.416],[-1.69,1.476],[-0.594,2.572],[2.943,4.057]],"o":[[-1.273,2.059],[-1.568,1.766],[3.493,3.673],[2.939,4.228],[0.644,-2.523],[1.69,-1.476],[-2.781,-4.219],[-2.943,-4.057]],"v":[[-107,-101],[-111.363,-95.363],[-116,-90],[-106.693,-77.808],[-97,-66],[-92.963,-71.463],[-89,-77],[-97.501,-89.499]],"c":true}],"h":1},{"t":20,"s":[{"i":[[6.616,7.384],[1.432,-1.902],[0.96,-2.374],[-2.809,-3.446],[-2.481,-2.62],[-0.38,-0.779],[-1.056,0.56],[-2.435,4.232]],"o":[[-1.314,2.02],[-1.432,1.902],[2.284,3.597],[2.809,3.446],[0.422,0.446],[0.381,0.779],[2.028,-4.639],[-6.805,-7.195]],"v":[[-163,-143],[-167.265,-137.265],[-171,-131],[-163.147,-120.268],[-155,-111],[-153.976,-108.745],[-152,-108],[-144,-120]],"c":true}],"h":1},{"t":21,"s":[{"i":[[1.163,-0.163],[1.108,-1.892],[1.444,-1.556],[-1.717,-1.783],[-1.409,-2.091],[-5.39,-1.944],[-2.074,4.593],[6.046,6.621]],"o":[[-1.126,1.874],[-1.107,1.893],[0.722,2.778],[1.717,1.783],[3.952,3.381],[1.949,-4.718],[-6.714,-5.953],[-0.221,-0.779]],"v":[[-209,-177],[-212.262,-171.262],[-216,-166],[-212.015,-159.485],[-207,-154],[-196,-143],[-189,-156],[-207,-176]],"c":true}],"h":1},{"t":22,"s":[{"i":[[1.615,-0.282],[3.043,-2.957],[-1.833,-1.941],[-0.882,-0.971],[-1.851,-1.773],[-2.994,0.176],[-0.177,6.156],[5.054,6.946]],"o":[[-2.254,3.746],[0.742,4.055],[0.951,1.006],[1.715,1.889],[1.691,1.619],[0.177,-6.156],[-5.516,-6.484],[-1.278,-0.055]],"v":[[-244,-204],[-250,-192],[-243,-184],[-241,-180],[-235,-175],[-229,-170],[-224,-184],[-241,-203]],"c":true}],"h":1},{"t":23,"s":[{"i":[[6.687,6.313],[0.913,-2.42],[0.536,-2.798],[-1.722,-1.622],[-1.715,-1.594],[-1.779,-1.605],[-2.189,-1.006],[0.024,6.357]],"o":[[-0.812,2.522],[-0.913,2.42],[1.397,1.918],[1.722,1.622],[1.695,1.575],[1.779,1.605],[0.151,-6.183],[-5.693,-7.307]],"v":[[-268,-224],[-270.707,-216.707],[-273,-209],[-268.239,-203.756],[-263,-199],[-257.87,-194.074],[-252,-190],[-248,-205]],"c":true}],"h":1},{"t":24,"s":[{"i":[[1.163,-0.163],[1.921,-4.079],[-1.578,-1.755],[-2.092,-1.242],[-5.106,-1.561],[-0.478,5.855],[3.209,2.791],[4.894,1.106]],"o":[[-0.813,5.187],[0.408,2.925],[1.242,2.092],[4.233,2.434],[1.621,-4.712],[-2.428,-3.572],[-4.071,-1.929],[-0.221,-0.779]],"v":[[-283,-235],[-287,-221],[-282,-216],[-277,-211],[-266,-202],[-262,-217],[-271,-226],[-281,-234]],"c":true}],"h":1},{"t":25,"s":[{"i":[[4.598,1.823],[0.745,-2.422],[0.01,-3.156],[-1.786,-1.376],[-1.711,-1.466],[-4.555,-1.765],[-1.451,5.216],[3.592,3.112]],"o":[[-0.01,3.156],[-0.745,2.422],[1.145,2.029],[1.786,1.376],[3.471,2.975],[0.358,-6.309],[-3.526,-3.168],[-3.48,-3.015]],"v":[[-290,-241],[-291.5,-233],[-293,-225],[-288.424,-220.078],[-283,-216],[-272,-207],[-268,-223],[-279,-232]],"c":true}],"h":1},{"t":26,"s":[{"i":[[4.031,2.142],[0.671,-2.662],[0.659,-2.675],[-1.795,-1.372],[-1.185,-1.982],[-6.343,-0.324],[-0.642,5.692],[3.372,2.891]],"o":[[-0.659,2.675],[-0.671,2.662],[1.637,1.531],[1.795,1.372],[5.463,1.204],[0.204,-6.129],[-3.584,-2.714],[-3.387,-2.903]],"v":[[-293,-243],[-295,-235],[-297,-227],[-291.661,-222.839],[-287,-218],[-275,-210],[-272,-226],[-282,-235]],"c":true}],"h":1},{"t":27,"s":[{"i":[[1.163,-0.163],[0.729,-2.438],[-0.118,-3.284],[-3.372,-2.891],[-4.031,-2.142],[-0.204,6.129],[2.87,2.797],[4.459,1.541]],"o":[[-0.202,2.964],[-0.729,2.438],[3.584,2.714],[3.387,2.903],[0.642,-5.692],[-2.104,-3.562],[-3.423,-2.577],[-0.221,-0.779]],"v":[[-295,-244],[-296.74,-236.24],[-298,-228],[-288,-219],[-277,-211],[-274,-227],[-283,-235],[-293,-243]],"c":true}],"h":1},{"t":28,"s":[{"i":[[8.719,4.281],[0.656,-2.51],[0.231,-2.935],[-1.695,-1.488],[-1.717,-1.414],[-1.788,-1.408],[-2.137,-0.961],[-1.614,5.053]],"o":[[-0.144,3.023],[-0.656,2.51],[1.504,1.636],[1.695,1.488],[1.711,1.409],[1.788,1.408],[1.524,-5.143],[-7.896,-5.104]],"v":[[-296,-245],[-297.434,-236.934],[-299,-229],[-294.16,-224.334],[-289,-220],[-283.819,-215.664],[-278,-212],[-274,-228]],"c":true}],"h":1},{"t":29,"s":[{"i":[[4.095,2.238],[0.548,-2.785],[0.983,-2.35],[-3.42,-3.08],[-4.333,-2.166],[-0.745,2.422],[-0.01,3.156],[3.385,2.949]],"o":[[-0.825,2.509],[-0.548,2.785],[3.986,2.514],[3.42,3.08],[0.01,-3.156],[0.745,-2.422],[-3.367,-2.966],[-3.385,-2.949]],"v":[[-296,-245],[-297.881,-236.881],[-300,-229],[-289.261,-220.239],[-278,-212],[-276.5,-220],[-275,-228],[-284.954,-237.046]],"c":true}],"h":1},{"t":30,"s":[{"i":[[4.095,2.238],[0.548,-2.785],[0.825,-2.509],[-3.42,-3.08],[-4.333,-2.166],[-0.729,2.438],[-0.202,2.964],[3.385,2.949]],"o":[[-0.983,2.35],[-0.548,2.785],[3.986,2.514],[3.42,3.08],[-0.118,-3.285],[0.729,-2.438],[-3.367,-2.966],[-3.385,-2.949]],"v":[[-296,-245],[-298.119,-237.119],[-300,-229],[-289.261,-220.239],[-278,-212],[-276.74,-220.241],[-275,-228],[-284.954,-237.046]],"c":true}],"h":1},{"t":31,"s":[{"i":[[3.452,3.048],[0.604,-2.896],[0.716,-2.784],[-3.42,-3.08],[-4.333,-2.166],[-0.609,2.557],[-0.541,2.626],[3.581,2.919]],"o":[[-0.87,2.63],[-0.604,2.896],[3.986,2.514],[3.42,3.08],[0.022,-3.145],[0.609,-2.557],[-3.224,-3.276],[-3.581,-2.919]],"v":[[-296,-246],[-298.115,-237.615],[-300,-229],[-289.261,-220.239],[-278,-212],[-276.889,-220.389],[-275,-228],[-285.328,-237.172]],"c":true}],"h":1},{"t":78,"s":[{"i":[[6.905,6.095],[0.548,-2.785],[0.825,-2.509],[-1.803,-1.531],[-2.249,-1.084],[-2.012,-1.751],[-1.637,0.635],[-0.843,5.157]],"o":[[-0.983,2.35],[-0.548,2.785],[1.541,1.792],[1.803,1.531],[1.317,1.632],[2.012,1.751],[-0.14,-6.14],[-6.447,-6.553]],"v":[[-296,-246],[-298.119,-238.119],[-300,-230],[-295.031,-224.969],[-289,-221],[-283.74,-215.3],[-278,-213],[-275,-228]],"c":true}],"h":1},{"t":79,"s":[{"i":[[4.311,1.887],[0.484,-2.683],[0.498,-2.669],[-3.654,-2.846],[-4.211,-2.289],[-0.565,2.602],[0.072,3.239],[3.347,2.671]],"o":[[-0.567,2.6],[-0.484,2.683],[3.173,3.327],[3.654,2.846],[-0.186,-3.353],[0.565,-2.602],[-3.29,-2.742],[-3.471,-2.77]],"v":[[-296,-247],[-297.552,-239.053],[-299,-231],[-288.778,-221.722],[-277,-214],[-276.085,-222.585],[-275,-231],[-285,-239]],"c":true}],"h":1},{"t":80,"s":[{"i":[[3.522,2.145],[-0.168,-3.501],[1.336,-1.998],[-3.626,-2.374],[-4.031,-1.969],[-0.297,3.037],[0.303,3.637],[3.374,2.293]],"o":[[-1.336,1.998],[0.168,3.501],[3.464,2.536],[3.626,2.374],[0.116,-3.216],[0.297,-3.037],[-3.982,-1.684],[-3.374,-2.293]],"v":[[-289,-244],[-290,-235],[-291,-226],[-280.426,-218.574],[-269,-212],[-268.185,-221.185],[-268,-231],[-278.846,-237.154]],"c":true}],"h":1},{"t":81,"s":[{"i":[[3.558,1.608],[0,-3.167],[0,-3.166],[-3.652,-1.848],[-3.97,-1.53],[0.275,3.225],[0.177,3.323],[3.401,1.766]],"o":[[0,3.166],[0,3.167],[3.422,2.079],[3.652,1.848],[0.277,-3.777],[-0.275,-3.225],[-3.837,-1.329],[-3.401,-1.766]],"v":[[-267,-227],[-267,-217.5],[-267,-208],[-256.411,-202.089],[-245,-197],[-245.16,-207.34],[-246,-217],[-256.709,-221.791]],"c":true}],"h":1},{"t":82,"s":[{"i":[[3.469,1.365],[-0.648,-3.715],[-0.005,-3.587],[-3.298,-1.368],[-4.017,-0.649],[0.509,3.157],[-0.018,3.685],[3.492,1.341]],"o":[[-0.595,2.553],[0.648,3.715],[3.79,0.877],[3.298,1.369],[0.018,-3.685],[-0.509,-3.157],[-3.565,-1.269],[-3.492,-1.341]],"v":[[-227,-196],[-226.45,-186.275],[-225,-175],[-214.671,-171.329],[-204,-168],[-205,-178],[-206,-188],[-216.572,-191.928]],"c":true}],"h":1},{"t":83,"s":[{"i":[[4.047,0.286],[-0.823,-3.344],[-0.279,-3.887],[-3.212,-0.954],[-4.155,-0.011],[0.767,3.233],[0.314,3.686],[3.431,0.902]],"o":[[0.429,3.738],[0.823,3.344],[3.995,0.171],[3.213,0.954],[-0.617,-3.383],[-0.767,-3.233],[-3.229,-1.105],[-3.431,-0.902]],"v":[[-171,-152],[-168.887,-141.613],[-167,-131],[-156.62,-128.88],[-146,-127],[-148.227,-136.773],[-150,-147],[-159.887,-150.113]],"c":true}],"h":1},{"t":84,"s":[{"i":[[3.859,-0.193],[-1.006,-3.328],[-0.465,-3.868],[-3.371,-0.463],[-3.148,-0.685],[1.059,3.441],[0.493,4.007],[3.095,0.572]],"o":[[0.513,3.821],[1.006,3.328],[3.368,0.465],[3.371,0.462],[-0.272,-4.228],[-1.059,-3.441],[-3.761,0.094],[-3.095,-0.572]],"v":[[-100,-100],[-97.464,-89.536],[-95,-79],[-84.835,-77.665],[-75,-76],[-77.334,-87.166],[-80,-98],[-89.926,-99.074]],"c":true}],"h":1},{"t":85,"s":[{"i":[[3.325,0.174],[-1.216,-3.284],[-0.362,-4.138],[-3.163,-0.337],[-3.848,0.348],[1.224,3.276],[0.552,3.948],[3.529,-0.029]],"o":[[0.774,3.725],[1.216,3.284],[3.5,0],[3.163,0.337],[-0.552,-3.948],[-1.224,-3.276],[-2.557,-0.943],[-3.529,0.029]],"v":[[-18,-42],[-14.691,-31.809],[-12,-21],[-2.261,-20.239],[8,-20],[5,-30.5],[2,-41],[-7.424,-42.076]],"c":true}],"h":1},{"t":86,"s":[{"i":[[3.334,0],[-1.372,-3.462],[-1.063,-3.77],[-3.298,0.202],[-3.129,0.371],[1.186,3.481],[1.436,3.231],[3.333,0]],"o":[[0.451,4.383],[1.372,3.462],[3.68,0.18],[3.298,-0.202],[-0.82,-3.846],[-1.186,-3.481],[-3.334,0],[-3.333,0]],"v":[[110,18],[113.041,29.459],[117,40],[127.413,39.913],[137,39],[133.962,28.038],[130,18],[120,18]],"c":true}],"h":1},{"t":87,"s":[{"i":[[1.326,3.341],[3.163,-0.337],[3.5,0],[-1.443,-3.557],[-1.504,-3.496],[-3.701,0.132],[-2.363,1.471],[1.28,3.387]],"o":[[-3.847,-0.347],[-3.163,0.337],[0.724,4.276],[1.443,3.557],[2.833,-1.001],[3.701,-0.132],[-1.555,-3.112],[-1.28,-3.387]],"v":[[226,78],[215.739,78.239],[206,79],[209.415,90.585],[214,101],[224.352,99.852],[234,98],[229.828,88.172]],"c":true}],"h":1},{"t":88,"s":[{"i":[[-7.37,-0.036],[1.497,3.504],[1.365,3.635],[3.073,-0.427],[3.592,0.092],[-0.713,-1.629],[-0.712,-1.862],[-0.636,-3.949]],"o":[[-0.649,-4.351],[-1.496,-3.504],[-3.117,0.383],[-3.073,0.427],[-0.565,1.624],[0.713,1.629],[1.404,3.672],[7.37,0.036]],"v":[[333,160],[329.536,148.464],[325,138],[315.856,139.356],[306,140],[306.543,144.821],[309,150],[313,162]],"c":true}],"h":1},{"t":89,"s":[{"i":[[-7.113,0.554],[1.394,3.272],[1.306,3.361],[0.362,0.304],[0.445,0.221],[3.036,-0.464],[3.187,-0.314],[-2.088,-7.912]],"o":[[-1.117,-3.55],[-1.394,-3.272],[-0.106,-0.561],[-0.362,-0.304],[-2.671,0.829],[-3.036,0.464],[1.324,8.676],[6.311,-1.356]],"v":[[435,220],[431.142,209.858],[427,200],[426.255,198.745],[425,198],[416.387,199.887],[407,201],[415,223]],"c":true}],"h":1},{"t":90,"s":[{"i":[[1.171,3.663],[2.813,-0.52],[3.321,-0.013],[-1.583,-3.417],[-0.885,-4.115],[-2.99,0.51],[-3.019,0.481],[1.502,3.332]],"o":[[-3.425,-0.092],[-2.813,0.52],[0.781,4.219],[1.583,3.417],[3.019,-0.481],[2.99,-0.51],[-0.823,-4.01],[-1.502,-3.332]],"v":[[491,263],[481.921,263.921],[473,265],[476.922,276.078],[481,287],[490,285.5],[499,284],[495.261,273.239]],"c":true}],"h":1}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.5411765,0.627451,0.7529412,1]},"o":{"a":1,"k":[{"t":12,"s":[0],"h":1},{"t":13,"s":[100],"h":1},{"t":91,"s":[0],"h":1}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":101,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":22,"ty":4,"nm":"Book_03_Body_a","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[500,500,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"t":12,"s":[{"i":[[0,0.667],[2.109,-1.102],[2.138,-1.177],[2.155,-1.232],[2.159,-1.265],[2.15,-1.277],[2.129,-1.268],[2.095,-1.237],[2.048,-1.186],[1.724,-0.99],[1.739,-0.993],[1.751,-0.996],[1.759,-0.999],[1.764,-1.003],[1.765,-1.007],[1.764,-1.011],[1.758,-1.016],[0.205,-0.094],[0.209,-0.08],[0.212,-0.071],[0.213,-0.068],[0.212,-0.071],[0.21,-0.079],[0.206,-0.094],[0.2,-0.114],[0.257,-0.268],[0.229,-0.292],[0.232,-0.253],[0.267,-0.152],[0.751,-0.322],[0.777,-0.302],[0.763,-0.329],[0.707,-0.402],[0.668,-0.423],[0.657,-0.43],[0.661,-0.418],[0.679,-0.385],[1.389,-0.754],[1.361,-0.791],[1.292,-0.892],[1.181,-1.056],[-11.143,5.774],[-11.057,5.859],[-11.135,5.781],[-11.378,5.539],[0,0.667],[0,0.667],[0,0.667]],"o":[[-2.067,1.005],[-2.109,1.102],[-2.138,1.177],[-2.155,1.232],[-2.159,1.265],[-2.15,1.277],[-2.129,1.268],[-2.095,1.237],[-1.706,0.988],[-1.724,0.99],[-1.739,0.993],[-1.751,0.996],[-1.759,0.999],[-1.764,1.003],[-1.765,1.007],[-1.764,1.011],[-0.199,0.115],[-0.205,0.094],[-0.209,0.08],[-0.212,0.071],[-0.213,0.068],[-0.212,0.071],[-0.21,0.079],[-0.206,0.094],[-0.316,0.181],[-0.257,0.268],[-0.229,0.292],[-0.232,0.253],[-0.684,0.389],[-0.751,0.322],[-0.777,0.302],[-0.763,0.329],[-0.693,0.394],[-0.668,0.423],[-0.657,0.43],[-0.661,0.418],[-1.375,0.779],[-1.389,0.754],[-1.361,0.791],[-1.292,0.892],[11.393,-5.524],[11.143,-5.774],[11.057,-5.859],[11.135,-5.781],[0,-0.667],[0,-0.667],[0,-0.667],[0,-0.667]],"v":[[500,358],[493.733,361.166],[487.359,364.59],[480.917,368.209],[474.443,371.959],[467.977,375.776],[461.556,379.598],[455.218,383.36],[449,387],[443.854,389.966],[438.659,392.939],[433.423,395.922],[428.157,398.913],[422.872,401.916],[417.578,404.931],[412.283,407.958],[407,411],[406.394,411.312],[405.773,411.572],[405.141,411.795],[404.504,412.002],[403.866,412.207],[403.233,412.431],[402.609,412.689],[402,413],[401.148,413.688],[400.426,414.543],[399.741,415.376],[399,416],[396.837,417.055],[394.534,417.981],[392.214,418.915],[390,420],[387.963,421.23],[385.979,422.515],[384.006,423.792],[382,425],[377.844,427.283],[373.709,429.585],[369.72,432.094],[366,435],[399.764,418.013],[433.023,400.523],[466.271,383.021],[500,366],[500,364],[500,362],[500,360]],"c":true}],"h":1},{"t":13,"s":[{"i":[[0,12],[2.838,-1.35],[2.882,-1.529],[2.853,-1.54],[2.751,-1.383],[2.87,-1.296],[2.851,-1.261],[2.806,-1.335],[2.732,-1.517],[1.98,-1.152],[1.988,-1.18],[2.014,-1.188],[2.058,-1.176],[1.303,-0.733],[1.315,-0.735],[1.355,-0.759],[1.422,-0.805],[1.859,-1.037],[1.908,-1.067],[1.97,-1.121],[2.046,-1.2],[5.91,-3.422],[5.917,-3.403],[5.924,-3.404],[5.929,-3.425],[1.298,-0.728],[1.331,-0.739],[1.367,-0.767],[1.406,-0.811],[0.31,-0.151],[0.318,-0.146],[0.349,-0.172],[0.404,-0.23],[0.256,-0.267],[0.253,-0.306],[0.246,-0.261],[0.234,-0.133],[1.536,-0.592],[1.442,-0.825],[1.152,-0.911],[1.206,-0.677],[2.631,-1.281],[1.928,-2.446],[-38.55,19.117],[-38.887,18.779],[-4.025,-7.308],[-4.255,-7.078],[0,12]],"o":[[-2.721,1.003],[-2.838,1.35],[-2.882,1.529],[-2.853,1.54],[-2.862,1.439],[-2.87,1.296],[-2.851,1.261],[-2.806,1.335],[-1.99,1.105],[-1.98,1.152],[-1.988,1.18],[-2.014,1.188],[-1.318,0.754],[-1.303,0.733],[-1.315,0.735],[-1.355,0.759],[-1.823,1.032],[-1.859,1.037],[-1.908,1.067],[-1.97,1.121],[-5.901,3.461],[-5.91,3.422],[-5.917,3.403],[-5.924,3.404],[-1.268,0.733],[-1.298,0.728],[-1.331,0.739],[-1.367,0.767],[-0.324,0.187],[-0.31,0.151],[-0.318,0.146],[-0.349,0.172],[-0.253,0.144],[-0.256,0.267],[-0.253,0.306],[-0.246,0.261],[-1.416,0.805],[-1.536,0.592],[-1.185,0.678],[-1.152,0.911],[-2.548,1.431],[-2.631,1.281],[38.912,-18.755],[38.55,-19.116],[3.645,7.688],[4.025,7.308],[0,-12],[0,-12]],"v":[[500,224],[491.642,227.57],[483.044,231.93],[474.424,236.574],[466,241],[457.395,245.075],[448.806,248.883],[440.314,252.75],[432,257],[426.049,260.391],[420.102,263.893],[414.104,267.449],[408,271],[404.075,273.225],[400.155,275.423],[396.158,277.659],[392,280],[386.48,283.098],[380.833,286.249],[375.02,289.525],[369,293],[351.283,303.32],[333.542,313.554],[315.78,323.76],[298,334],[294.151,336.186],[290.208,338.382],[286.16,340.637],[282,343],[281.055,343.499],[280.119,343.936],[279.124,344.405],[278,345],[277.236,345.637],[276.472,346.516],[275.721,347.388],[275,348],[270.519,349.985],[266,352],[262.516,354.5],[259,357],[251.035,360.739],[244,366],[360.019,309.019],[476,252],[487.543,274.457],[500,296],[500,260]],"c":true}],"h":1},{"t":14,"s":[{"i":[[0,18],[0.083,0],[0.083,0],[0.083,0],[0.083,0],[11.695,-6.026],[11.706,-6.034],[11.783,-5.991],[11.926,-5.897],[3.964,-1.932],[3.951,-1.969],[3.887,-2.053],[3.771,-2.183],[11.227,-6.485],[11.225,-6.479],[11.26,-6.504],[11.333,-6.561],[3.802,-2.092],[3.78,-2.098],[3.713,-2.207],[3.601,-2.419],[-0.612,0.103],[-0.617,0.207],[-0.571,0.25],[-0.475,0.232],[-1.706,0.989],[-1.76,1.071],[-1.798,1.047],[-1.823,0.917],[-16.705,8.352],[-16.814,8.438],[-16.702,8.492],[-16.369,8.515],[-0.626,-0.707],[-0.416,-0.917],[-0.457,-0.876],[-0.749,-0.585],[-3.066,-5.684],[-3.124,-5.626],[-3.121,-5.629],[-3.056,-5.694],[-2.168,1.092],[-2.013,1.165],[-6.057,3.565],[-6.091,3.451],[-7.947,4.555],[-8.242,4.265],[0,18]],"o":[[-0.083,0],[-0.083,0],[-0.083,0],[-0.083,0],[-11.751,5.968],[-11.695,6.026],[-11.706,6.034],[-11.783,5.991],[-3.924,1.941],[-3.964,1.932],[-3.951,1.969],[-3.887,2.053],[-11.267,6.523],[-11.227,6.485],[-11.225,6.479],[-11.26,6.504],[-3.781,2.188],[-3.802,2.092],[-3.78,2.098],[-3.713,2.207],[0.558,0.062],[0.612,-0.103],[0.617,-0.208],[0.571,-0.25],[1.639,-0.801],[1.706,-0.989],[1.76,-1.071],[1.798,-1.047],[16.376,-8.233],[16.705,-8.352],[16.814,-8.438],[16.702,-8.492],[1.087,0.247],[0.626,0.707],[0.416,0.917],[0.457,0.876],[2.946,5.804],[3.066,5.684],[3.124,5.626],[3.121,5.629],[2.314,-0.466],[2.168,-1.092],[5.68,-3.288],[6.057,-3.565],[7.971,-4.515],[7.947,-4.555],[0,-18],[0,-18]],"v":[[500,100],[499.75,100],[499.5,100],[499.25,100],[499,100],[463.846,118.004],[428.762,136.106],[393.546,154.155],[358,172],[346.155,177.797],[334.269,183.637],[322.499,189.658],[311,196],[277.268,215.504],[243.599,234.943],[209.881,254.41],[176,274],[164.615,280.395],[153.231,286.654],[141.981,293.086],[131,300],[132.769,299.923],[134.625,299.442],[136.419,298.739],[138,298],[143.021,295.289],[148.224,292.173],[153.564,288.971],[159,286],[208.677,261.115],[259.011,235.923],[309.339,210.519],[359,185],[361.506,186.494],[363.007,188.993],[364.254,191.745],[366,194],[375.034,211.216],[384.335,228.165],[393.719,245.031],[403,262],[409.726,259.524],[416,256],[433.692,245.622],[452,235],[475.796,221.312],[500,208],[500,154]],"c":true}],"h":1},{"t":15,"s":[{"i":[[6.933,13.567],[4.355,-2.274],[4.306,-2.364],[4.298,-2.408],[4.332,-2.408],[4.331,-2.416],[4.34,-2.425],[4.34,-2.421],[4.328,-2.406],[25.815,-14.553],[25.699,-14.61],[25.66,-14.626],[25.698,-14.604],[0.109,-0.205],[0.097,-0.152],[-0.06,-0.121],[-0.363,-0.111],[-9.236,5.178],[-9.244,5.155],[-9.261,5.15],[-9.286,5.162],[-4.679,2.574],[-4.687,2.577],[-4.664,2.59],[-4.612,2.613],[-4.622,2.67],[-4.63,2.628],[-4.693,2.519],[-4.81,2.341],[-3.615,-6.385],[-3.654,-6.346],[-3.587,-6.413],[-3.415,-6.585],[-3.329,1.72],[-3.287,1.807],[-3.065,1.809],[-2.661,1.724],[-1.087,0.632],[-1.086,0.607],[-0.955,0.546],[-0.697,0.452],[-1.478,0.78],[-1.505,0.853],[-13.971,7.984],[-13.94,8.035],[-7.948,4.589],[-8.262,4.065],[7.501,12.999]],"o":[[-4.445,2.138],[-4.355,2.274],[-4.306,2.364],[-4.298,2.408],[-4.31,2.396],[-4.331,2.416],[-4.34,2.425],[-4.34,2.421],[-26.008,14.458],[-25.815,14.553],[-25.699,14.61],[-25.66,14.626],[0.025,0.281],[-0.109,0.205],[-0.097,0.152],[0.06,0.121],[9.237,-5.218],[9.236,-5.178],[9.244,-5.155],[9.261,-5.15],[4.642,-2.581],[4.679,-2.574],[4.687,-2.577],[4.664,-2.59],[4.669,-2.645],[4.622,-2.67],[4.63,-2.628],[4.693,-2.519],[3.471,6.529],[3.615,6.385],[3.654,6.346],[3.587,6.413],[3.19,-1.546],[3.329,-1.72],[3.287,-1.807],[3.065,-1.809],[0.961,-0.622],[1.087,-0.632],[1.086,-0.607],[0.955,-0.546],[1.584,-1.026],[1.478,-0.78],[14.174,-8.03],[13.971,-7.984],[7.946,-4.58],[7.948,-4.589],[-7.062,-13.438],[-7.501,-12.999]],"v":[[442,7],[428.811,13.629],[415.83,20.596],[402.934,27.765],[390,35],[377.036,42.221],[364.027,49.485],[351.004,56.756],[338,64],[260.286,107.527],[183.035,151.281],[106.016,195.145],[29,239],[28.838,239.724],[28.493,240.255],[28.401,240.658],[29,241],[56.708,225.412],[84.427,209.917],[112.183,194.464],[140,179],[153.989,171.271],[168.045,163.548],[182.079,155.801],[196,148],[209.923,140.01],[223.789,132.045],[237.76,124.307],[252,117],[262.655,136.345],[273.584,155.416],[284.471,174.529],[295,194],[304.824,189.079],[314.793,183.767],[324.366,178.321],[333,173],[336.104,171.11],[339.396,169.244],[342.49,167.506],[345,166],[349.56,163.37],[354,161],[396.176,137.004],[438,113],[461.762,99.113],[486,86],[463.903,46.597]],"c":true}],"h":1},{"t":16,"s":[{"i":[[-17.274,9.781],[7.664,12.669],[7.196,13.137],[0.273,0.227],[0.405,0.095],[16.067,-9.036],[15.938,-9.36],[7.679,-4.532],[7.659,-4.395],[7.815,-4.326],[7.916,-4.205],[-2.008,-3.069],[-1.887,-3.136],[-0.783,-1.721],[-0.945,-1.584],[-0.935,-1.231],[-0.526,-0.846],[-0.095,-0.492],[-0.319,-0.544],[-4.001,-6.428],[-3.26,-6.9],[31.359,-20.142],[31.21,-20.289],[4.675,-2.825],[3.852,-3.648],[-4.354,2.35],[-4.201,2.411],[-14.187,8.338],[-13.334,7.662],[-1.215,0.446],[-1.05,0.589],[-1.952,1.403],[-2.045,1.184],[-2.177,1.136],[-2.134,1.209],[-1.72,0.809],[-1.454,0.822],[-1.03,0.578],[-2.078,1.194],[-3.31,1.492],[-0.412,0.237],[-1.335,0.686],[-1.279,0.745],[-2.251,1.353],[-3.747,2.379],[-0.906,0.868],[-3.159,2.028],[-45.013,28.865]],"o":[[-7.147,-13.187],[-7.664,-12.669],[-0.501,0.002],[-0.273,-0.227],[-15.796,9.496],[-16.067,9.036],[-7.625,4.478],[-7.679,4.532],[-7.823,4.49],[-7.815,4.326],[1.081,3.59],[2.008,3.069],[0.923,1.534],[0.783,1.721],[0.734,1.23],[0.935,1.231],[0.302,0.486],[0.095,0.493],[3.734,6.387],[4.001,6.428],[-31.356,20.144],[-31.359,20.142],[-4.447,3.053],[-4.675,2.825],[4.384,-2.19],[4.354,-2.35],[13.919,-7.988],[14.187,-8.338],[1.089,-0.625],[1.215,-0.446],[2.146,-1.205],[1.952,-1.403],[2.156,-1.249],[2.177,-1.136],[1.665,-0.944],[1.72,-0.809],[0.957,-0.541],[2.185,-1.227],[3.847,-2.21],[0.349,-0.157],[1.329,-0.765],[1.124,-0.578],[2.141,-1.247],[4.37,-2.626],[2.167,-1.376],[3.259,-3.122],[45.8,-29.411],[16.691,-10.703]],"v":[[387,19],[364.537,-19.537],[342,-58],[340.928,-58.428],[340,-59],[292.107,-31.398],[244,-4],[221.025,9.562],[198,23],[174.57,36.214],[151,49],[155.896,58.841],[162,68],[164.483,72.963],[167,78],[169.656,81.787],[172,85],[172.488,86.456],[173,88],[184.856,107.115],[196,127],[101.891,187.391],[8,248],[-5.946,256.554],[-19,266],[-5.862,259.165],[7,252],[49.438,227.256],[91,203],[94.529,201.473],[98,200],[104.076,195.984],[110,192],[116.517,188.47],[123,185],[128.158,182.409],[133,180],[136,177],[143,174],[154,168],[155,166],[159,165],[162,162],[169,159],[181,151],[189,146],[200,139],[337,51]],"c":true}],"h":1},{"t":17,"s":[{"i":[[0.667,0],[62.418,-36.914],[-16.268,-24.732],[17.057,-13.087],[9.519,-7.284],[4.145,-1.869],[0.346,-0.249],[4.719,-3.478],[5.819,-4.453],[4.18,-3.22],[2.433,-1.682],[1.781,-1.421],[1.221,-0.966],[9.487,-8.445],[3.421,-4.246],[-15.713,9.018],[-15.961,9.042],[-15.776,8.937],[-16.443,8.304],[-11.806,9.034],[-2.764,2.129],[-3.016,2.306],[-0.733,0.585],[-1.94,1.484],[-1.767,1.645],[-0.828,0.687],[-1.585,1.23],[-8.956,6.742],[-5.8,4.367],[-5.095,5.669],[-3.421,4.246],[-7.451,5.625],[-7.688,5.667],[-0.613,3.387],[1.905,3.022],[0.851,1.396],[0.895,1.41],[0.802,1.362],[0.401,0.645],[0.647,1.026],[0.924,1.432],[0.445,0.768],[0.49,0.769],[0.766,1.247],[0.519,0.896],[0.763,1.017],[0.451,0.708],[4.234,8.497]],"o":[[-62.681,36.652],[16.365,24.635],[-17.778,13.68],[-10.115,7.761],[-4.423,3.384],[-0.309,0.139],[-5.552,3.99],[-6.234,4.594],[-4.35,3.328],[-2.937,2.262],[-2.784,1.926],[-1.309,1.045],[-10.233,8.096],[-5.084,2.583],[16.339,-7.922],[15.851,-9.097],[15.715,-8.902],[15.91,-9.013],[10.949,-9.943],[2.812,-2.152],[3.939,-3.033],[0.651,-0.498],[2.574,-2.053],[2.771,-2.119],[0.759,-0.707],[1.443,-1.197],[9.145,-7.099],[5.811,-4.374],[6.16,-4.637],[5.084,-2.583],[8.485,-4.542],[7.641,-5.768],[1.562,-2.438],[-1.696,-3.287],[-1.042,-1.653],[-0.897,-1.472],[-0.901,-1.418],[-0.344,-0.584],[-0.585,-0.94],[-0.873,-1.385],[-0.583,-0.903],[-0.571,-0.986],[-0.784,-1.232],[-0.42,-0.683],[-1.158,-2.001],[-0.588,-0.784],[-5.236,-8.228],[-0.667,0]],"v":[[249,-121],[60,-12],[108,63],[54,104],[24,127],[10,137],[9,139],[-6,150],[-24,164],[-37,173],[-45,180],[-51,185],[-55,187],[-85,211],[-98,221],[-51,194],[-3,167],[44,140],[92,113],[127,86],[135,79],[147,71],[149,69],[156,64],[164,57],[167,56],[171,52],[198,32],[215,18],[233,4],[246,-6],[269,-23],[292,-40],[298,-46],[292,-55],[290,-60],[286,-64],[284,-69],[282,-71],[281,-74],[277,-78],[276,-81],[274,-83],[272,-88],[270,-90],[267,-94],[266,-97],[251,-121]],"c":true}],"h":1},{"t":18,"s":[{"i":[[-1.299,2.619],[8.278,12.055],[7.855,12.478],[0.333,0],[0.334,0],[25.9,-14.672],[24.998,-14.471],[5.809,-3.464],[5.686,-3.626],[-8.271,-12.229],[-8.421,-12.079],[24.21,-22.29],[24.067,-22.433],[3.985,-3.682],[4,-3.666],[3.62,-3.213],[3.089,-3.744],[0.22,-0.589],[-1.644,0.364],[-7.713,4.457],[-7.662,4.416],[-7.824,4.487],[-7.843,4.52],[-5.629,3.151],[-5.141,2.317],[-0.155,0.451],[-0.206,0.118],[-1.998,0.859],[-1.341,0.605],[-0.154,0.451],[-0.207,0.118],[-2.025,0.942],[-1.941,1.118],[-5.927,3.415],[-6.238,2.852],[-14.202,13.036],[-13.587,12.539],[-2.556,2.494],[-2.282,1.723],[-2.462,2.45],[-2.315,2.056],[-1.977,1.845],[-1.911,1.683],[-3.138,2.807],[-3.115,2.84],[-6.024,5.761],[-5.751,5.344],[-2.165,1.871]],"o":[[-8.032,-12.301],[-8.278,-12.055],[-0.334,0],[-0.333,0],[-25.401,14.843],[-25.9,14.671],[-6.079,3.519],[-5.809,3.464],[8.496,12.004],[8.271,12.229],[-24.091,22.409],[-24.21,22.29],[-4.059,3.608],[-3.985,3.682],[-3.43,3.403],[-3.62,3.213],[-0.766,0.007],[-0.22,0.589],[7.488,-4.755],[7.713,-4.457],[7.861,-4.531],[7.824,-4.487],[5.344,-3.08],[5.629,-3.151],[0.174,-0.078],[0.155,-0.451],[1.666,-0.959],[1.998,-0.859],[0.175,-0.079],[0.154,-0.451],[1.959,-1.115],[2.025,-0.942],[6.053,-3.489],[5.927,-3.415],[13.605,-13.316],[14.202,-13.036],[2.493,-2.301],[2.556,-2.494],[2.839,-2.145],[2.462,-2.45],[2.18,-1.936],[1.977,-1.845],[3.331,-2.931],[3.139,-2.807],[6.154,-5.611],[6.024,-5.761],[2.041,-1.897],[2.165,-1.871]],"v":[[220,-105],[195.367,-141.367],[171,-178],[170,-178],[169,-178],[91.698,-133.722],[15,-90],[-2.794,-79.581],[-20,-69],[5.057,-32.557],[30,4],[-42.518,70.982],[-115,138],[-127.044,148.956],[-139,160],[-149.756,169.744],[-160,180],[-161.807,181.278],[-160,182],[-137.131,168.246],[-114,155],[-90.487,141.492],[-67,128],[-50.348,118.428],[-34,110],[-33.524,109.03],[-33,108],[-27.256,105.234],[-22,103],[-21.524,102.029],[-21,101],[-14.986,98.003],[-9,95],[8.862,84.522],[27,75],[69.013,35.418],[111,-3],[118.658,-10.433],[126,-17],[133.893,-24.067],[141,-31],[147.202,-36.69],[153,-42],[162.661,-50.568],[172,-59],[190.302,-76.201],[208,-93],[214.556,-98.458]],"c":true}],"h":1},{"t":19,"s":[{"i":[[-2.402,5.307],[2.45,3.391],[2.136,2.294],[0.073,0.542],[0.343,0.44],[0.714,0.624],[0.587,0.788],[1.456,1.984],[0.856,1.291],[0.464,0.844],[0.511,0.668],[1.32,1.844],[1.353,1.838],[2.312,2.924],[1.599,3.382],[0.333,0],[0.334,0],[31.427,-18.073],[31.672,-17.827],[-2.316,-2.929],[-2.142,-2.909],[-2.134,-2.992],[-2.2,-2.958],[-4.279,-6.029],[-4.457,-5.929],[5.477,-6.189],[5.526,-6.142],[5.521,-6.306],[5.303,-6.538],[3.733,-3.934],[2.592,-5.408],[15.861,-15.472],[14.015,-17.652],[-15.05,6.784],[-0.415,0.236],[-3.882,2.238],[-11.199,5.049],[-0.415,0.236],[-3.839,2.213],[-6.674,3.009],[-0.415,0.236],[-4.078,2.358],[-0.754,0.489],[-0.92,0.549],[-14.135,7.343],[-29.281,34.052],[-22.569,24.764],[-3.759,4.298]],"o":[[-2.065,-3.144],[-2.45,-3.391],[-0.363,-0.39],[-0.073,-0.543],[-0.557,-0.714],[-0.714,-0.624],[-1.32,-1.772],[-1.456,-1.984],[-0.633,-0.954],[-0.464,-0.844],[-1.366,-1.786],[-1.32,-1.844],[-2.153,-2.923],[-2.312,-2.923],[-0.334,0],[-0.333,0],[-31.62,17.881],[-31.427,18.073],[1.591,3.375],[2.317,2.929],[2.264,3.075],[2.134,2.992],[4.428,5.954],[4.279,6.029],[-5.567,6.101],[-5.477,6.189],[-5.612,6.238],[-5.521,6.306],[-4.624,3.043],[-3.681,4.319],[-15.959,15.374],[-13.912,17.754],[15.826,-7.227],[0.351,-0.158],[3.853,-2.192],[11.202,-6.457],[0.351,-0.158],[3.857,-2.195],[7.218,-4.161],[0.351,-0.158],[4.096,-2.331],[0.582,-0.336],[1.021,-0.661],[14.211,-8.479],[29.32,-34.013],[22.752,-24.581],[3.952,-4.091],[3.637,-4.158]],"v":[[153,-158],[146.054,-168.137],[139,-177],[138.485,-178.462],[138,-180],[136.022,-181.945],[134,-184],[129.652,-189.861],[126,-195],[124.408,-197.715],[123,-200],[118.991,-205.461],[115,-211],[108.084,-219.656],[102,-229],[101,-229],[100,-229],[5.54,-174.96],[-89,-121],[-82.913,-111.65],[-76,-103],[-69.451,-93.913],[-63,-85],[-50.022,-66.981],[-37,-49],[-53.531,-30.531],[-70,-12],[-86.731,6.775],[-103,26],[-114,38],[-125,51],[-170,100],[-214,151],[-168,126],[-167,124],[-155,118],[-121,99],[-120,97],[-108,91],[-86,79],[-85,77],[-72,71],[-70,69],[-67,67],[-25,44],[64,-57],[131,-132],[142,-145]],"c":true}],"h":1},{"t":20,"s":[{"i":[[2.241,-0.282],[31.425,-18.075],[31.49,-18.01],[-1.062,-1.45],[-1.147,-1.466],[-3.511,-4.287],[-3.418,-4.33],[-1.37,-1.941],[-1.09,-1.425],[-1.075,-0.954],[-0.793,-0.995],[-0.943,-1.548],[-1.112,-1.405],[-1.338,-1.383],[-0.481,-1.99],[3.236,-4.603],[3.234,-4.489],[3.324,-4.654],[3.312,-4.673],[3.172,-4.077],[2.419,-3.611],[0.836,-1.131],[0.704,-1.051],[0.816,-1.127],[0.769,-1.048],[2.885,-3.934],[2.401,-3.282],[20.971,-28.985],[2.317,-5.445],[-7.82,4.527],[-11.229,6.5],[-44.243,24.398],[-26.837,37.246],[-6.664,9.211],[-2.036,3.04],[-2.646,3.95],[-1.529,2.283],[-1.537,2.096],[-2.816,3.839],[-1.589,2.166],[-1.589,2.166],[-1.621,2.261],[-1.578,4.234],[9.01,11.244],[2.18,2.851],[1.587,1.991],[2.273,2.865],[1.13,1.39]],"o":[[-31.808,17.692],[-31.425,18.075],[0.606,1.734],[1.062,1.45],[3.538,4.52],[3.511,4.288],[1.43,1.811],[1.37,1.941],[0.907,1.187],[1.075,0.954],[1.117,1.401],[0.943,1.548],[1.169,1.477],[1.338,1.383],[-3.82,4.097],[-3.237,4.603],[-3.394,4.709],[-3.324,4.654],[-2.893,4.081],[-3.172,4.077],[-0.954,1.424],[-0.836,1.131],[-0.967,1.444],[-0.816,1.127],[-3.556,4.849],[-2.835,3.866],[-21.832,29.843],[-3.411,4.714],[8.185,-3.893],[11.765,-6.81],[43.808,-25.36],[26.668,-37.42],[6.727,-9.336],[2.768,-3.825],[3.309,-4.942],[1.98,-2.956],[1.933,-2.887],[3.599,-4.908],[2.168,-2.957],[2.168,-2.957],[2.206,-3.008],[2.82,-3.933],[-8.748,-11.49],[-2.889,-3.605],[-1.815,-2.374],[-2.228,-2.795],[-1.056,-1.332],[-1.026,-1.262]],"v":[[42,-273],[-52.739,-219.238],[-147,-165],[-144.406,-160.299],[-141,-156],[-130.41,-142.858],[-120,-130],[-115.744,-124.21],[-112,-119],[-108.915,-115.856],[-106,-113],[-102.997,-108.503],[-100,-104],[-95.984,-99.885],[-93,-95],[-103.439,-81.794],[-113,-68],[-123.061,-53.973],[-133,-40],[-142.356,-27.648],[-151,-16],[-153.687,-12.221],[-156,-9],[-158.649,-5.203],[-161,-2],[-171,12],[-178,22],[-243,113],[-253,127],[-229,114],[-194,94],[-63,19],[17,-93],[37,-121],[45,-131],[55,-145],[60,-152],[65,-159],[75,-173],[80,-180],[85,-187],[90,-194],[97,-205],[70,-239],[62,-250],[56,-256],[50,-265],[46,-269]],"c":true}],"h":1},{"t":21,"s":[{"i":[[-23.451,41.382],[4.707,5.376],[4.686,5.397],[4.636,5.447],[4.556,5.527],[0.167,0],[0.167,0],[0.167,0],[0.167,0],[12.917,-7.376],[12.946,-7.342],[12.806,-7.295],[12.497,-7.234],[1.001,-0.585],[0.992,-0.582],[0.995,-0.581],[1.01,-0.582],[0.92,-0.596],[0.918,-0.615],[0.914,-0.586],[0.909,-0.51],[1.08,-0.475],[1.047,-0.496],[0.943,-0.648],[0.768,-0.931],[-1.192,-1.308],[-1.165,-1.335],[-1.141,-1.359],[-1.118,-1.382],[-1.268,-1.382],[-1.246,-1.348],[-1.105,-1.416],[-0.846,-1.589],[-1.253,-1.247],[-1.169,-1.331],[-1.081,-1.419],[-0.99,-1.51],[-2.452,-2.715],[-1.618,-3.548],[23.457,-40.71],[23.606,-40.56],[-3.911,2.371],[-3.902,2.239],[-19.707,11.106],[-19.308,11.177],[-7.921,4.596],[-8.332,3.995],[-23.76,41.074]],"o":[[-4.699,-5.384],[-4.707,-5.376],[-4.686,-5.397],[-4.636,-5.447],[-0.167,0],[-0.167,0],[-0.167,0],[-0.167,0],[-12.718,7.397],[-12.917,7.376],[-12.946,7.342],[-12.806,7.295],[-1.022,0.591],[-1.001,0.585],[-0.992,0.582],[-0.995,0.581],[-0.921,0.531],[-0.92,0.596],[-0.918,0.615],[-0.914,0.586],[-1.043,0.585],[-1.08,0.475],[-1.047,0.496],[-0.943,0.648],[1.221,1.279],[1.192,1.308],[1.165,1.335],[1.141,1.359],[1.171,1.521],[1.268,1.382],[1.246,1.348],[1.105,1.416],[1.334,1.166],[1.253,1.247],[1.169,1.331],[1.081,1.419],[2.574,2.593],[2.452,2.715],[-23.565,40.6],[-23.458,40.71],[4.455,-1.276],[3.911,-2.371],[19.863,-11.4],[19.707,-11.106],[7.983,-4.622],[7.921,-4.596],[23.511,-41.322],[23.76,-41.074]],"v":[[52,-245],[37.883,-261.133],[23.785,-277.286],[9.795,-293.546],[-4,-310],[-4.5,-310],[-5,-310],[-5.5,-310],[-6,-310],[-44.494,-287.836],[-83.331,-265.755],[-122.002,-243.797],[-160,-222],[-163.031,-220.236],[-166.017,-218.486],[-168.995,-216.744],[-172,-215],[-174.761,-213.298],[-177.518,-211.469],[-180.266,-209.656],[-183,-208],[-186.202,-206.442],[-189.412,-205.019],[-192.415,-203.336],[-195,-201],[-191.382,-197.118],[-187.847,-193.153],[-184.388,-189.112],[-181,-185],[-177.313,-180.671],[-173.513,-176.602],[-169.957,-172.481],[-167,-168],[-163.118,-164.382],[-159.484,-160.516],[-156.108,-156.392],[-153,-152],[-145.283,-144.216],[-139,-135],[-209.469,-12.97],[-280,109],[-267.585,103.223],[-256,96],[-196.583,62.333],[-138,29],[-114.262,15.03],[-90,2],[-18.954,-121.454]],"c":true}],"h":1},{"t":22,"s":[{"i":[[-5.302,10.924],[1.08,1.421],[1.237,1.283],[1.288,1.221],[1.234,1.234],[1.253,1.332],[1.238,1.351],[1.241,1.343],[1.261,1.309],[2.478,2.688],[2.468,2.697],[2.506,2.66],[2.592,2.578],[2.152,-1.272],[2.19,-1.224],[2.193,-1.215],[2.161,-1.246],[3.767,-2.11],[3.446,-1.553],[0.154,-0.451],[0.208,-0.118],[2.011,-0.934],[1.987,-1.145],[5.839,-3.318],[5.8,-3.358],[11.539,-6.701],[11.216,-6.464],[3.977,-2.199],[4.128,-1.92],[-2.529,-2.223],[-1.383,-1.809],[-0.098,-0.568],[-0.325,-0.358],[-2.749,-2.439],[-2.567,-2.563],[-3.846,-3.654],[-2.829,-4.671],[-1.397,-1.27],[-0.1,-2.567],[20.138,-44.196],[20.107,-44.226],[-1.988,1.157],[-1.803,1.039],[-29.904,17.083],[-29.41,17.393],[-15.035,33.246],[-14.892,32.712],[-5.156,10.982]],"o":[[-0.818,-1.634],[-1.08,-1.421],[-1.237,-1.283],[-1.288,-1.221],[-1.286,-1.286],[-1.253,-1.332],[-1.238,-1.351],[-1.241,-1.343],[-2.537,-2.634],[-2.478,-2.688],[-2.468,-2.697],[-2.506,-2.66],[-2.079,1.359],[-2.152,1.272],[-2.19,1.224],[-2.193,1.215],[-3.484,2.009],[-3.767,2.11],[-0.175,0.079],[-0.154,0.451],[-1.968,1.12],[-2.011,0.934],[-5.844,3.369],[-5.839,3.318],[-11.628,6.731],[-11.539,6.701],[-3.965,2.286],[-3.977,2.199],[0.5,3.3],[2.529,2.223],[0.284,0.371],[0.098,0.568],[2.436,2.683],[2.749,2.439],[2.786,4.714],[3.846,3.654],[1.314,1.353],[1.397,1.27],[-20.343,43.99],[-20.137,44.196],[2.246,-0.334],[1.988,-1.157],[29.974,-17.276],[29.904,-17.082],[14.969,-33.304],[15.035,-33.246],[5.075,-11.146],[5.156,-10.982]],"v":[[17,-276],[14.126,-280.562],[10.624,-284.599],[6.81,-288.336],[3,-292],[-0.806,-295.935],[-4.539,-299.967],[-8.252,-304.015],[-12,-308],[-19.511,-315.994],[-26.918,-324.084],[-34.366,-332.131],[-42,-340],[-48.356,-336.064],[-54.877,-332.33],[-61.46,-328.682],[-68,-325],[-79.029,-318.658],[-90,-313],[-90.476,-312.029],[-91,-311],[-96.985,-308.019],[-103,-305],[-120.533,-294.992],[-138,-285],[-172.809,-264.8],[-207,-245],[-218.878,-238.226],[-231,-232],[-225.663,-223.881],[-219,-218],[-218.531,-216.49],[-218,-215],[-210.099,-207.41],[-202,-200],[-191.533,-187.967],[-181,-176],[-176.59,-172.41],[-174,-167],[-234.677,-34.677],[-295,98],[-288.667,95.529],[-283,92],[-193.077,40.588],[-104,-11],[-58.942,-110.944],[-14,-210],[1.329,-243.166]],"c":true}],"h":1},{"t":23,"s":[{"i":[[-16.602,48.231],[4.946,4.804],[4.995,4.755],[4.926,4.824],[4.74,5.01],[0.167,0],[0.167,0],[0.167,0],[0.167,0],[8.996,-5.122],[9.014,-5.097],[8.886,-5.051],[8.611,-4.985],[2.829,-1.667],[2.812,-1.668],[2.827,-1.667],[2.875,-1.664],[3.876,-2.223],[3.917,-2.19],[3.957,-2.122],[3.998,-2.02],[-1.18,-1.424],[-0.856,-0.897],[-2.52,-2.517],[-2.392,-2.281],[-1.552,-1.097],[-1.415,-1.295],[-4.569,-4.678],[-4.075,-4.032],[-0.579,-0.584],[0.932,-1.053],[8.333,-23.793],[8.398,-23.856],[8.446,-23.809],[7.885,-24.101],[-5.733,3.265],[-5.276,2.379],[-0.154,0.451],[-0.207,0.118],[-2.225,0.917],[-2.05,1.166],[-0.336,0.399],[-0.372,0.241],[-1.495,0.791],[-1.463,0.828],[-21.745,12.559],[-21.993,12.287],[-16.949,47.884]],"o":[[-4.78,-4.97],[-4.946,-4.804],[-4.995,-4.755],[-4.926,-4.824],[-0.167,0],[-0.167,0],[-0.167,0],[-0.167,0],[-8.832,5.127],[-8.996,5.122],[-9.014,5.097],[-8.886,5.051],[-2.877,1.666],[-2.829,1.667],[-2.812,1.668],[-2.827,1.667],[-3.835,2.221],[-3.876,2.223],[-3.917,2.19],[-3.957,2.122],[-0.577,1.407],[1.18,1.424],[2.527,2.651],[2.52,2.517],[1.379,1.315],[1.552,1.097],[4.647,4.255],[4.569,4.678],[0.617,0.611],[0.579,0.584],[-8.269,23.971],[-8.333,23.793],[-8.329,23.663],[-8.446,23.809],[5.793,-2.561],[5.733,-3.265],[0.175,-0.079],[0.154,-0.451],[2.05,-1.166],[2.225,-0.917],[0.285,-0.162],[0.336,-0.399],[1.556,-1.008],[1.495,-0.791],[22.026,-12.478],[21.745,-12.559],[16.602,-48.231],[16.949,-47.884]],"v":[[-8,-303],[-22.619,-317.631],[-37.56,-331.94],[-52.471,-346.279],[-67,-361],[-67.5,-361],[-68,-361],[-68.5,-361],[-69,-361],[-95.778,-345.621],[-122.831,-330.287],[-149.718,-315.059],[-176,-300],[-184.55,-295.001],[-193.003,-289.998],[-201.455,-284.997],[-210,-280],[-221.567,-273.327],[-233.256,-266.699],[-245.066,-260.222],[-257,-254],[-255.575,-249.618],[-252,-246],[-244.398,-238.223],[-237,-231],[-232.527,-227.485],[-228,-224],[-214.071,-210.333],[-201,-197],[-198.838,-195.332],[-199,-193],[-223.903,-121.414],[-249,-50],[-274.333,21.172],[-299,93],[-281.613,83.863],[-265,75],[-264.524,74.029],[-264,73],[-257.5,70],[-251,67],[-250.065,66.059],[-249,65],[-244.43,62.365],[-240,60],[-174.475,22.357],[-109,-15],[-58.5,-159]],"c":true}],"h":1},{"t":24,"s":[{"i":[[-23.93,87.952],[10.13,9.037],[9.708,9.459],[0.333,0],[0.334,0],[31.365,-17.968],[31.278,-18.056],[-0.632,-0.452],[-0.305,-0.339],[-1.117,-1.135],[-1.221,-1.004],[-0.628,-0.683],[-0.714,-0.632],[-5.348,-4.65],[-5.168,-4.581],[-0.456,-0.747],[-0.594,-0.498],[-0.568,-0.104],[-0.353,-0.27],[-0.775,-1.096],[-0.81,-0.782],[-0.853,-0.527],[0.113,-1.218],[14.277,-50.223],[14.202,-50.298],[-9.638,5.762],[-9.554,4.307],[-0.154,0.451],[-0.207,0.118],[-2.247,0.929],[-2.031,1.155],[-0.336,0.399],[-0.372,0.241],[-1.718,0.771],[-1.483,0.849],[-0.804,0.738],[-0.853,0.513],[-1.178,0.413],[-1.134,0.652],[-1.834,1.223],[-1.814,1.046],[-8.116,4.492],[-7.564,4.436],[-3.994,2.333],[-3.882,2.237],[-1.753,1.083],[-0.451,2.297],[-3.506,12.437]],"o":[[-9.773,-9.394],[-10.13,-9.037],[-0.334,0],[-0.333,0],[-31.263,18.071],[-31.365,17.968],[-0.833,0.852],[0.632,0.452],[1.31,1.455],[1.117,1.135],[0.773,0.635],[0.628,0.683],[5.441,4.817],[5.348,4.65],[0.582,0.516],[0.456,0.747],[0.374,0.313],[0.568,0.104],[1.089,0.833],[0.775,1.096],[0.7,0.675],[0.853,0.527],[-14.69,49.81],[-14.277,50.223],[9.894,-4.644],[9.638,-5.762],[0.175,-0.079],[0.154,-0.451],[1.981,-1.127],[2.247,-0.929],[0.285,-0.162],[0.336,-0.399],[1.647,-1.067],[1.718,-0.771],[0.933,-0.535],[0.804,-0.738],[1.153,-0.694],[1.178,-0.413],[1.849,-1.062],[1.834,-1.223],[7.972,-4.596],[8.116,-4.492],[4.144,-2.43],[3.993,-2.333],[1.809,-1.043],[1.87,-1.155],[4.623,-12.087],[24.858,-88.174]],"v":[[-23,-319],[-53.048,-346.452],[-83,-374],[-84,-374],[-85,-374],[-178.989,-319.989],[-273,-266],[-272.853,-264.115],[-271,-263],[-267.434,-259.162],[-264,-256],[-261.956,-253.997],[-260,-252],[-243.795,-237.823],[-228,-224],[-226.509,-221.987],[-225,-220],[-223.485,-219.468],[-222,-219],[-219.29,-215.962],[-217,-213],[-214.391,-211.407],[-213,-209],[-256.367,-58.867],[-299,92],[-269.745,75.747],[-241,60],[-240.524,59.029],[-240,58],[-233.537,55.021],[-227,52],[-226.065,51.059],[-225,50],[-219.876,47.337],[-215,45],[-212.44,42.984],[-210,41],[-206.486,39.468],[-203,38],[-197.474,34.487],[-192,31],[-167.693,17.38],[-144,4],[-131.803,-3.144],[-120,-10],[-114,-13],[-109,-18],[-98,-55]],"c":true}],"h":1},{"t":25,"s":[{"i":[[0.334,0],[15.653,-9.014],[15.682,-8.984],[15.688,-8.979],[15.671,-8.996],[-0.453,-0.713],[-0.638,-0.529],[-0.741,-0.426],[-0.761,-0.405],[-0.568,-0.682],[-0.65,-0.6],[-0.757,-0.493],[-0.889,-0.361],[-1.244,-1.172],[-1.321,-1.096],[-1.291,-1.126],[-1.155,-1.261],[-1.283,-1.134],[-1.254,-1.163],[-1.344,-1.073],[-1.553,-0.863],[-0.546,-0.616],[-0.613,-0.555],[-0.635,-0.536],[-0.613,-0.56],[-0.738,-0.536],[-0.695,-0.605],[-0.485,-0.767],[-0.107,-1.02],[12.999,-51.168],[13.009,-51.157],[-7.953,4.646],[-7.828,4.578],[-2.049,0.949],[-1.861,1.07],[-0.814,0.748],[-0.813,0.474],[-1.178,0.419],[-1.129,0.648],[-19.795,11.509],[-19.829,11.491],[-12.998,51.17],[-13.267,50.899],[1.386,0.948],[1.231,1.102],[9.151,7.849],[8.765,8.235],[0.333,0]],"o":[[-15.601,9.066],[-15.653,9.014],[-15.682,8.984],[-15.688,8.979],[0.187,0.98],[0.453,0.713],[0.638,0.529],[0.741,0.426],[0.512,0.738],[0.568,0.682],[0.65,0.6],[0.757,0.493],[1.062,1.355],[1.244,1.172],[1.321,1.096],[1.291,1.126],[1.431,0.985],[1.283,1.134],[1.254,1.163],[1.344,1.073],[0.435,0.72],[0.546,0.616],[0.613,0.555],[0.635,0.536],[0.612,0.558],[0.738,0.536],[0.695,0.605],[0.485,0.767],[-12.995,51.171],[-12.999,51.168],[8.358,-3.84],[7.953,-4.646],[1.943,-1.136],[2.049,-0.949],[0.93,-0.535],[0.814,-0.748],[1.159,-0.675],[1.178,-0.419],[19.99,-11.472],[19.795,-11.509],[12.743,-51.422],[12.997,-51.17],[-0.227,-2.106],[-1.385,-0.948],[-8.632,-8.368],[-9.151,-7.849],[-0.334,0],[-0.333,0]],"v":[[-93,-380],[-139.886,-352.886],[-186.895,-325.895],[-233.956,-298.956],[-281,-272],[-280.02,-269.48],[-278.363,-267.637],[-276.274,-266.226],[-274,-265],[-272.385,-262.865],[-270.565,-260.935],[-268.462,-259.288],[-266,-258],[-262.514,-254.236],[-258.639,-250.86],[-254.696,-247.554],[-251,-244],[-246.958,-240.792],[-243.183,-237.317],[-239.316,-233.933],[-235,-231],[-233.518,-229.006],[-231.768,-227.259],[-229.884,-225.633],[-228,-224],[-225.934,-222.382],[-223.743,-220.693],[-221.93,-218.658],[-221,-216],[-259.99,-62.49],[-299,91],[-274.603,78.053],[-251,64],[-244.939,60.95],[-239,58],[-236.412,55.954],[-234,54],[-230.478,52.48],[-227,51],[-167.38,16.514],[-108,-18],[-69.392,-171.892],[-30,-325],[-32.747,-329.253],[-37,-332],[-63.9,-356.1],[-91,-380],[-92,-380]],"c":true}],"h":1},{"t":26,"s":[{"i":[[-12.044,52.289],[5.108,4.476],[5.155,4.428],[5.22,4.363],[5.302,4.281],[15.73,-9.02],[15.711,-9.039],[15.751,-8.999],[15.848,-8.902],[-0.485,-0.681],[-0.693,-0.474],[-0.736,-0.43],[-0.615,-0.551],[-1.952,-1.715],[-2.023,-1.643],[-1.935,-1.731],[-1.687,-1.98],[-1.887,-1.5],[-1.782,-1.614],[-1.629,-1.557],[-1.428,-1.329],[-0.255,-0.073],[-0.281,-0.04],[-0.26,-0.072],[-0.193,-0.171],[-0.247,-0.338],[-0.229,-0.365],[-0.242,-0.345],[-0.288,-0.278],[-0.457,-0.246],[-0.447,-0.283],[-0.266,-0.395],[0.085,-0.583],[6.278,-25.889],[6.187,-25.98],[6.19,-25.976],[6.289,-25.877],[-4.016,2.203],[-3.965,2.295],[-3.966,2.319],[-4.019,2.277],[-11.902,6.902],[-11.374,6.584],[-6.061,3.299],[-5.728,3.316],[-5.936,3.526],[-6.048,3.303],[-12.492,51.841]],"o":[[-5.078,-4.506],[-5.108,-4.476],[-5.155,-4.428],[-5.22,-4.363],[-15.807,8.943],[-15.73,9.02],[-15.711,9.039],[-15.751,8.999],[0.113,1.053],[0.485,0.682],[0.693,0.474],[0.736,0.43],[1.719,1.947],[1.952,1.715],[2.023,1.643],[1.935,1.731],[1.944,1.216],[1.887,1.5],[1.782,1.614],[1.629,1.557],[0.184,0.171],[0.255,0.073],[0.281,0.04],[0.26,0.072],[0.298,0.264],[0.247,0.338],[0.229,0.365],[0.242,0.345],[0.296,0.286],[0.457,0.246],[0.447,0.283],[0.266,0.395],[-6.464,25.702],[-6.278,25.889],[-6.187,25.98],[-6.19,25.976],[4.12,-2.045],[4.016,-2.203],[3.965,-2.295],[3.966,-2.319],[12.019,-6.809],[11.902,-6.902],[6.027,-3.489],[6.061,-3.299],[6.207,-3.594],[5.936,-3.526],[11.987,-52.346],[12.492,-51.841]],"v":[[-34,-330],[-49.273,-343.477],[-64.663,-356.837],[-80.221,-370.028],[-96,-383],[-143.291,-356.041],[-190.439,-328.938],[-237.616,-301.866],[-285,-275],[-284.061,-272.439],[-282.253,-270.747],[-280.069,-269.431],[-278,-268],[-272.453,-262.546],[-266.451,-257.549],[-260.473,-252.527],[-255,-247],[-249.242,-242.884],[-243.726,-238.17],[-238.597,-233.372],[-234,-229],[-233.33,-228.651],[-232.514,-228.499],[-231.691,-228.348],[-231,-228],[-230.19,-227.086],[-229.484,-226.021],[-228.786,-224.945],[-228,-224],[-226.827,-223.22],[-225.428,-222.446],[-224.315,-221.448],[-224,-220],[-243.09,-142.589],[-261.763,-64.763],[-280.305,13.196],[-299,91],[-286.808,84.612],[-274.849,77.848],[-262.965,70.911],[-251,64],[-215.016,43.332],[-180,23],[-161.775,12.87],[-144,3],[-125.88,-7.718],[-108,-18],[-71.043,-174.042]],"c":true}],"h":1},{"t":27,"s":[{"i":[[3.125,1.593],[15.773,-8.977],[15.714,-9.036],[15.709,-9.041],[15.758,-8.992],[-0.53,-0.639],[-0.642,-0.55],[-0.666,-0.512],[-0.602,-0.523],[-0.664,-0.586],[-0.663,-0.585],[-0.667,-0.582],[-0.677,-0.576],[-1.23,-1.053],[-1.183,-1.078],[-1.111,-0.986],[-1.015,-0.777],[-0.526,-0.441],[-0.465,-0.407],[-0.456,-0.387],[-0.5,-0.383],[-1.056,-0.888],[-1.023,-0.887],[-0.955,-0.806],[-0.853,-0.644],[-0.254,-0.252],[-0.226,-0.255],[-0.234,-0.251],[-0.278,-0.238],[-1.077,-0.766],[-1.024,-0.83],[-0.81,-1.025],[-0.434,-1.348],[12.046,-52.122],[12.245,-51.921],[-31.733,18.267],[-31.96,18.04],[-12.169,51.998],[-11.682,52.484],[1.334,1.057],[1.19,1.043],[1.219,1.124],[0.881,1.418],[2.557,2.277],[2.674,2.159],[2.712,2.105],[2.622,2.248],[2.58,2.304]],"o":[[-15.888,8.863],[-15.773,8.977],[-15.713,9.036],[-15.709,9.041],[0.331,0.776],[0.53,0.639],[0.642,0.55],[0.666,0.512],[0.671,0.582],[0.664,0.585],[0.663,0.585],[0.667,0.582],[1.254,0.911],[1.23,1.053],[1.183,1.078],[1.111,0.986],[0.64,0.49],[0.526,0.441],[0.465,0.407],[0.456,0.387],[1.055,0.807],[1.056,0.888],[1.023,0.887],[0.955,0.806],[0.319,0.241],[0.254,0.252],[0.226,0.255],[0.234,0.251],[0.969,0.83],[1.077,0.766],[1.024,0.83],[0.81,1.025],[-12.573,51.593],[-12.046,52.122],[32.108,-17.892],[31.733,-18.267],[11.641,-52.525],[12.169,-51.998],[-0.474,-1.729],[-1.334,-1.057],[-1.242,-1.088],[-1.219,-1.124],[-3.099,-1.734],[-2.557,-2.277],[-2.529,-2.331],[-2.712,-2.105],[-2.556,-2.191],[-2.58,-2.304]],"v":[[-98,-384],[-145.478,-357.227],[-192.694,-330.194],[-239.814,-303.063],[-287,-276],[-285.687,-273.89],[-283.907,-272.119],[-281.924,-270.539],[-280,-269],[-277.998,-267.248],[-276.008,-265.49],[-274.014,-263.738],[-272,-262],[-268.268,-259.024],[-264.642,-255.798],[-261.195,-252.673],[-258,-250],[-256.263,-248.607],[-254.79,-247.34],[-253.422,-246.152],[-252,-245],[-248.825,-242.438],[-245.697,-239.755],[-242.721,-237.195],[-240,-235],[-239.15,-234.259],[-238.439,-233.497],[-237.759,-232.736],[-237,-232],[-233.891,-229.639],[-230.698,-227.277],[-227.906,-224.527],[-226,-221],[-262.746,-65.246],[-299,91],[-203.389,36.611],[-108,-18],[-72.031,-174.53],[-36,-331],[-38.963,-335.014],[-43,-338],[-46.771,-341.253],[-50,-345],[-58.319,-351.181],[-66,-358],[-73.93,-364.563],[-82,-371],[-89.573,-377.949]],"c":true}],"h":1},{"t":28,"s":[{"i":[[-6.089,26.161],[2.593,2.115],[2.589,2.119],[2.578,2.131],[2.56,2.149],[2.535,2.173],[2.504,2.205],[2.465,2.243],[2.42,2.288],[0.083,0],[0.083,0],[0.083,0],[0.083,0],[0.083,0],[0.083,0],[0.083,0],[0.083,0],[15.723,-9.027],[15.71,-9.04],[15.758,-8.992],[15.865,-8.885],[-0.498,-0.671],[-0.693,-0.516],[-0.724,-0.462],[-0.59,-0.508],[-0.647,-0.601],[-0.658,-0.607],[-0.681,-0.578],[-0.718,-0.514],[-2.635,-2.198],[-2.656,-2.178],[-2.568,-2.266],[-2.372,-2.462],[-1.426,-0.991],[-1.331,-1.086],[-1.114,-1.302],[-0.777,-1.639],[6.016,-26.067],[5.959,-26.125],[5.963,-26.12],[6.029,-26.054],[-15.911,9.089],[-15.863,9.137],[-15.895,9.105],[-16.008,8.992],[-5.946,26.304],[-6.013,26.237],[-6.06,26.19]],"o":[[-2.591,-2.118],[-2.593,-2.115],[-2.589,-2.119],[-2.578,-2.131],[-2.56,-2.149],[-2.535,-2.173],[-2.504,-2.205],[-2.465,-2.243],[-0.083,0],[-0.083,0],[-0.083,0],[-0.083,0],[-0.083,0],[-0.083,0],[-0.083,0],[-0.083,0],[-15.794,8.956],[-15.723,9.027],[-15.71,9.04],[-15.758,8.992],[0.137,0.928],[0.498,0.671],[0.693,0.516],[0.724,0.462],[0.65,0.56],[0.647,0.601],[0.658,0.607],[0.681,0.578],[2.506,2.327],[2.635,2.198],[2.655,2.178],[2.568,2.266],[1.4,1.016],[1.426,0.991],[1.331,1.086],[1.114,1.302],[-6.136,25.947],[-6.016,26.067],[-5.959,26.125],[-5.963,26.12],[16.039,-8.961],[15.911,-9.089],[15.863,-9.137],[15.895,-9.105],[5.861,-26.389],[5.946,-26.304],[6.013,-26.237],[6.06,-26.19]],"v":[[-36,-333],[-43.778,-339.347],[-51.553,-345.698],[-59.304,-352.071],[-67.012,-358.488],[-74.656,-364.969],[-82.216,-371.534],[-89.671,-378.205],[-97,-385],[-97.25,-385],[-97.5,-385],[-97.75,-385],[-98,-385],[-98.25,-385],[-98.5,-385],[-98.75,-385],[-99,-385],[-146.26,-358.01],[-193.395,-330.895],[-240.582,-303.832],[-288,-277],[-287.007,-274.626],[-285.179,-272.87],[-283.013,-271.429],[-281,-270],[-279.057,-268.25],[-277.102,-266.43],[-275.096,-264.645],[-273,-263],[-265.261,-256.239],[-257.298,-249.702],[-249.436,-243.064],[-242,-236],[-237.73,-233.02],[-233.565,-229.935],[-229.868,-226.383],[-227,-222],[-245.212,-143.963],[-263.159,-65.66],[-281.027,12.723],[-299,91],[-251.095,63.905],[-203.453,36.547],[-155.834,9.166],[-108,-18],[-90.285,-97.035],[-72.343,-175.843],[-54.229,-254.479]],"c":true}],"h":1},{"t":29,"s":[{"i":[[0.334,0],[11.45,-6.522],[11.473,-6.51],[11.286,-6.483],[10.889,-6.442],[1.507,-0.837],[1.497,-0.809],[1.491,-0.818],[1.49,-0.862],[0.998,-0.583],[0.989,-0.58],[0.997,-0.582],[1.021,-0.588],[0.92,-0.596],[0.918,-0.615],[0.914,-0.586],[0.909,-0.51],[1.077,-0.473],[1.05,-0.497],[0.948,-0.651],[0.772,-0.933],[-3.985,-3.265],[-3.943,-3.307],[-3.861,-3.389],[-3.74,-3.51],[-1.081,-0.746],[-1.092,-0.796],[-0.965,-0.777],[-0.7,-0.69],[-0.54,-0.663],[0.774,-0.745],[3.497,-14.991],[3.171,-13.518],[3.319,-15.019],[3.217,-13.971],[0.623,-3.35],[0.747,-3.288],[4.31,-17.987],[3.692,-17.148],[0.281,-1.729],[-0.448,-1.573],[-31.673,18.16],[-31.794,18.04],[-11.974,52.36],[-11.63,52.703],[10.249,8.584],[10.053,8.781],[0.333,0]],"o":[[-11.217,6.519],[-11.45,6.522],[-11.473,6.51],[-11.286,6.483],[-1.522,0.9],[-1.507,0.837],[-1.497,0.809],[-1.491,0.818],[-1.022,0.592],[-0.998,0.583],[-0.989,0.58],[-0.997,0.582],[-0.921,0.531],[-0.92,0.596],[-0.918,0.615],[-0.914,0.586],[-1.029,0.578],[-1.077,0.473],[-1.05,0.497],[-0.948,0.651],[3.988,3.262],[3.985,3.265],[3.943,3.307],[3.861,3.389],[0.932,0.628],[1.081,0.746],[1.092,0.796],[0.965,0.777],[0.613,0.604],[0.54,0.663],[-2.841,14.517],[-3.497,14.991],[-3.507,14.952],[-3.319,15.019],[-0.763,3.314],[-0.623,3.35],[-4.068,17.902],[-4.31,17.987],[-0.326,1.513],[-0.281,1.729],[31.515,-18.319],[31.673,-18.16],[11.475,-52.858],[11.974,-52.36],[-9.951,-8.881],[-10.249,-8.584],[-0.334,0],[-0.333,0]],"v":[[-100,-385],[-134.054,-365.435],[-168.492,-345.884],[-202.684,-326.391],[-236,-307],[-240.543,-304.403],[-245.049,-301.943],[-249.53,-299.511],[-254,-297],[-257.026,-295.239],[-260.002,-293.495],[-262.978,-291.754],[-266,-290],[-268.761,-288.298],[-271.518,-286.469],[-274.266,-284.656],[-277,-283],[-280.178,-281.456],[-283.387,-280.033],[-286.402,-278.344],[-289,-276],[-277.029,-266.221],[-265.127,-256.373],[-253.411,-246.339],[-242,-236],[-238.946,-233.922],[-235.652,-231.593],[-232.532,-229.217],[-230,-227],[-227.96,-225.106],[-228,-223],[-237.752,-178.25],[-248,-135],[-258.218,-89.764],[-268,-46],[-270.012,-35.981],[-272,-26],[-284.782,28.065],[-297,81],[-298.08,85.955],[-298,91],[-203.209,36.291],[-108,-18],[-72.616,-175.616],[-37,-333],[-67.424,-359.075],[-98,-385],[-99,-385]],"c":true}],"h":1},{"t":30,"s":[{"i":[[-23.682,104.984],[7.71,6.457],[7.71,6.456],[2.551,2.282],[3.067,1.767],[0.774,-0.404],[0.055,-0.398],[5.609,-3.202],[5.186,-2.337],[0.154,-0.451],[0.207,-0.118],[2.202,-0.904],[2.055,-1.169],[0.336,-0.399],[0.372,-0.241],[1.492,-0.789],[1.447,-0.82],[3.785,-2.124],[3.303,-1.489],[0.154,-0.451],[0.207,-0.118],[2.22,-0.914],[2.041,-1.161],[0.336,-0.399],[0.372,-0.241],[1.495,-0.791],[1.463,-0.828],[4.561,-2.58],[3.517,-2.279],[2.18,-1.219],[1.406,-0.911],[1.495,-0.791],[1.463,-0.828],[1.983,-1.169],[1.997,-1.151],[6.808,-5.899],[-15.026,-12.658],[-2.476,-1.642],[0.221,-3.727],[24.098,-103.569],[-7.748,4.453],[-3.888,2.273],[-15.221,6.862],[-0.415,0.236],[-4.025,2.327],[-0.754,0.489],[-2.918,1.682],[-28.261,15.642]],"o":[[-7.45,-6.717],[-7.71,-6.457],[-2.727,-2.106],[-2.551,-2.282],[0.153,-1.015],[-0.774,0.404],[-5.379,2.856],[-5.609,3.202],[-0.175,0.079],[-0.154,0.451],[-2.138,1.216],[-2.202,0.904],[-0.285,0.162],[-0.336,0.399],[-1.583,1.025],[-1.492,0.789],[-3.558,2.016],[-3.785,2.124],[-0.175,0.079],[-0.154,0.451],[-2.078,1.183],[-2.22,0.914],[-0.285,0.162],[-0.336,0.399],[-1.556,1.009],[-1.495,0.791],[-4.24,2.402],[-4.561,2.58],[-1.875,1.215],[-2.18,1.219],[-1.556,1.009],[-1.495,0.791],[-2.073,1.174],[-1.982,1.169],[-7.763,4.475],[15.893,13.096],[2.764,2.328],[2.58,1.712],[-23.919,103.748],[9.029,-2.227],[3.895,-2.239],[14.888,-8.706],[0.351,-0.158],[4.043,-2.3],[0.582,-0.336],[3.188,-2.066],[28.262,-16.29],[23.041,-105.625]],"v":[[-37,-333],[-59.804,-352.696],[-83,-372],[-90.745,-378.755],[-99,-385],[-100.344,-385.56],[-102,-384],[-118.644,-374.611],[-135,-366],[-135.476,-365.029],[-136,-364],[-142.563,-360.964],[-149,-358],[-149.935,-357.059],[-151,-356],[-155.602,-353.346],[-160,-351],[-171.192,-344.605],[-182,-339],[-182.476,-338.029],[-183,-337],[-189.528,-333.984],[-196,-331],[-196.935,-330.059],[-198,-329],[-202.57,-326.365],[-207,-324],[-220.542,-316.408],[-233,-309],[-239.352,-305.272],[-245,-302],[-249.57,-299.365],[-254,-297],[-260.057,-293.482],[-266,-290],[-289,-276],[-242,-237],[-233,-229],[-228,-222],[-299,90],[-275,77],[-263,71],[-217,45],[-216,43],[-203,37],[-201,35],[-192,30],[-108,-18]],"c":true}],"h":1},{"t":78,"s":[{"i":[[-12.794,51.996],[1.391,1.036],[1.183,1.019],[1.578,1.48],[1.199,0.795],[0.937,0.832],[0.98,0.827],[3.967,3.305],[3.996,3.289],[2.596,2.258],[2.979,1.797],[0.774,-0.404],[0.055,-0.398],[15.462,-8.9],[15.398,-8.875],[5.629,-3.151],[5.141,-2.317],[0.154,-0.451],[0.207,-0.118],[2.01,-0.868],[1.31,-0.591],[0.155,-0.451],[0.206,-0.119],[2.016,-0.932],[1.983,-1.143],[5.935,-3.42],[6.235,-2.85],[-1.385,-0.948],[-1.231,-1.102],[-1.363,-1.374],[-1.129,-0.967],[-0.689,-0.237],[-0.612,-0.512],[-1.891,-1.852],[-2.51,-0.98],[-3.243,-2.655],[-1.421,-1.22],[-2.94,-6.646],[24.125,-103.876],[-7.718,4.429],[-7.817,4.525],[-11.105,5.006],[-0.412,0.237],[-2.772,1.25],[-0.415,0.236],[-3.695,2.13],[-28.268,15.587],[-11.881,52.056]],"o":[[-0.253,-1.837],[-1.391,-1.036],[-1.489,-1.284],[-1.578,-1.48],[-1.273,-0.845],[-0.937,-0.832],[-4.135,-3.491],[-3.967,-3.305],[-2.636,-2.169],[-2.596,-2.258],[0.153,-1.015],[-0.774,0.404],[-15.757,8.526],[-15.462,8.9],[-5.344,3.08],[-5.629,3.151],[-0.175,0.079],[-0.154,0.451],[-1.649,0.938],[-2.01,0.868],[-0.174,0.078],[-0.155,0.451],[-1.954,1.129],[-2.016,0.932],[-6.024,3.472],[-5.935,3.42],[0.227,2.106],[1.386,0.948],[1.421,1.536],[1.363,1.374],[0.632,0.542],[0.689,0.236],[1.925,1.611],[1.891,1.852],[3.104,4.109],[1.532,1.254],[5.192,4.457],[-23.971,104.03],[8.997,-2.234],[8.025,-4.606],[11.051,-6.397],[0.349,-0.157],[3.523,-2.028],[0.351,-0.158],[3.811,-2.168],[28.241,-16.278],[11.261,-52.482],[12.007,-52.606]],"v":[[-37,-332],[-39.803,-336.113],[-44,-339],[-48.717,-343.367],[-53,-347],[-56.22,-349.513],[-59,-352],[-71.104,-362.151],[-83,-372],[-90.742,-378.779],[-99,-385],[-100.344,-385.56],[-102,-384],[-148.769,-357.761],[-195,-331],[-211.652,-321.428],[-228,-313],[-228.476,-312.029],[-229,-311],[-234.754,-308.239],[-240,-306],[-240.477,-305.03],[-241,-304],[-246.978,-301.01],[-253,-298],[-270.842,-287.533],[-289,-278],[-286.253,-273.747],[-282,-271],[-277.781,-266.573],[-274,-263],[-271.985,-261.977],[-270,-261],[-264.439,-255.527],[-258,-251],[-247,-241],[-243,-237],[-228,-223],[-299,90],[-275,77],[-251,64],[-217,45],[-216,43],[-205,38],[-204,36],[-192,30],[-108,-18],[-73,-175]],"c":true}],"h":1},{"t":79,"s":[{"i":[[3.062,1.605],[15.767,-8.983],[15.714,-9.036],[15.715,-9.035],[15.77,-8.98],[-0.544,-0.623],[-0.728,-0.438],[-0.695,-0.471],[-0.445,-0.721],[-3.303,-2.53],[-3.28,-2.553],[-3.212,-2.622],[-3.099,-2.735],[-0.73,-0.437],[-0.675,-0.492],[-0.608,-0.559],[-0.528,-0.639],[-1.069,-1.78],[0.038,-2.392],[0.588,-2.916],[0.581,-3.353],[1.935,-10.577],[1.505,-8.569],[6.937,-41.298],[7.065,-37.891],[-7.606,4.489],[-7.553,4.334],[-6.429,3.534],[-5.238,3.394],[-3.553,1.959],[-3.267,1.883],[-2.501,1.395],[-1.63,1.056],[-1.496,0.786],[-1.457,0.844],[-5.779,3.284],[-5.865,3.38],[-1.835,1.23],[-1.85,1.04],[-2.116,1.003],[-1.502,1.845],[-1.164,0.502],[-0.117,1.55],[-9.329,54.338],[-9.288,54.378],[7.855,6.145],[7.936,6.064],[2.586,2.08]],"o":[[-15.875,8.875],[-15.767,8.983],[-15.714,9.036],[-15.715,9.035],[0.142,1.025],[0.544,0.623],[0.728,0.438],[0.695,0.471],[3.282,2.552],[3.303,2.53],[3.28,2.553],[3.212,2.622],[0.772,0.394],[0.73,0.437],[0.675,0.492],[0.608,0.559],[2.732,1.079],[1.069,1.78],[-0.038,2.392],[-0.588,2.916],[-1.755,10.123],[-1.935,10.577],[-7.187,40.919],[-6.937,41.298],[8.024,-3.71],[7.606,-4.489],[6.046,-3.47],[6.429,-3.534],[3.522,-2.282],[3.553,-1.959],[2.365,-1.364],[2.501,-1.395],[1.56,-1.011],[1.496,-0.786],[6.017,-3.483],[5.78,-3.284],[1.808,-1.042],[1.835,-1.23],[2.034,-1.142],[2.116,-1.003],[1.227,-0.44],[1.164,-0.502],[9.396,-54.269],[9.329,-54.338],[-7.645,-6.356],[-7.855,-6.145],[-2.593,-2.073],[-2.586,-2.08]],"v":[[-101,-388],[-148.45,-361.199],[-195.657,-334.157],[-242.786,-307.036],[-290,-280],[-288.918,-277.582],[-286.955,-276.045],[-284.765,-274.735],[-283,-273],[-273.111,-265.389],[-263.225,-257.775],[-253.477,-250.023],[-244,-242],[-241.744,-240.756],[-239.634,-239.366],[-237.707,-237.793],[-236,-236],[-230.438,-231.69],[-229.03,-225.41],[-230.108,-217.425],[-232,-208],[-237.687,-176.334],[-243,-147],[-264.091,-22.729],[-285,97],[-261.647,84.468],[-239,71],[-219.893,60.443],[-202,50],[-191.309,43.701],[-181,38],[-173.448,33.769],[-167,30],[-162.423,27.375],[-158,25],[-140.386,14.923],[-123,5],[-117.532,1.498],[-112,-2],[-105.601,-4.973],[-100,-9],[-96.167,-10.168],[-94,-13],[-65.919,-175.919],[-38,-339],[-61.281,-357.719],[-85,-376],[-92.648,-382.352]],"c":true}],"h":1},{"t":80,"s":[{"i":[[0.667,0],[16.015,-9.225],[15.894,-9.161],[5.637,-3.156],[5.162,-2.327],[0.154,-0.451],[0.207,-0.118],[2.239,-0.92],[2.046,-1.183],[0.333,-0.397],[0.377,-0.245],[3.515,-1.945],[3.425,-1.94],[3.881,-2.246],[3.549,-2.791],[-5.361,-3.497],[-5.306,-3.504],[-2.67,-1.629],[-2.665,-1.731],[-0.441,-0.548],[-0.669,-0.439],[-0.9,-0.265],[-0.693,-0.476],[-0.133,-0.416],[-0.24,-0.18],[-1.262,-0.595],[0.231,-1.731],[3.682,-58.318],[3.375,-58.624],[-8.012,4.502],[-7.937,4.575],[-5.734,3.33],[-5.555,2.504],[-0.154,0.451],[-0.207,0.118],[-2.25,0.931],[-2.005,1.141],[-0.336,0.399],[-0.372,0.241],[-1.478,0.78],[-1.505,0.852],[-12.18,6.918],[-11.413,6.607],[-0.669,0.641],[0.311,2.336],[-6.867,117.133],[10.623,7.084],[10.159,7.01]],"o":[[-16.048,8.938],[-16.015,9.225],[-5.291,3.049],[-5.637,3.156],[-0.175,0.079],[-0.154,0.451],[-1.998,1.137],[-2.239,0.92],[-0.291,0.168],[-0.333,0.397],[-3.517,2.279],[-3.514,1.945],[-3.925,2.224],[-3.881,2.246],[5.251,3.507],[5.361,3.497],[2.654,1.752],[2.67,1.629],[0.568,0.369],[0.441,0.548],[0.706,0.463],[0.9,0.265],[0.228,0.157],[0.133,0.416],[1.185,0.889],[1.262,0.595],[-3.895,58.104],[-3.682,58.318],[8.016,-4.417],[8.012,-4.502],[5.507,-3.174],[5.734,-3.33],[0.175,-0.079],[0.154,-0.451],[1.996,-1.136],[2.25,-0.931],[0.285,-0.162],[0.336,-0.399],[1.584,-1.026],[1.478,-0.78],[11.868,-6.723],[12.18,-6.917],[2.025,-1.172],[1.492,-1.43],[7.682,-116.317],[-9.157,-8.513],[-10.315,-6.879],[-0.667,0]],"v":[[-98,-387],[-146.116,-359.668],[-194,-332],[-210.596,-322.458],[-227,-314],[-227.476,-313.029],[-228,-312],[-234.464,-309.035],[-241,-306],[-241.935,-305.057],[-243,-304],[-253.568,-297.746],[-264,-292],[-275.782,-285.426],[-287,-278],[-271.041,-267.498],[-255,-257],[-247.009,-251.984],[-239,-247],[-237.576,-245.553],[-236,-244],[-233.491,-243.01],[-231,-242],[-230.509,-241.018],[-230,-240],[-225.937,-238.132],[-224,-235],[-235.39,-60.39],[-246,115],[-221.941,101.618],[-198,88],[-181.035,77.997],[-164,69],[-163.524,68.029],[-163,67],[-156.506,64.004],[-150,61],[-149.065,60.059],[-148,59],[-143.44,56.37],[-139,54],[-102.659,33.413],[-67,13],[-60,9],[-56,5],[-34,-345],[-65,-366],[-96,-387]],"c":true}],"h":1},{"t":81,"s":[{"i":[[21.186,11.148],[4.139,-2.332],[3.564,-1.606],[0.155,-0.451],[0.206,-0.119],[2.035,-0.943],[1.969,-1.135],[2.452,-1.395],[1.915,-1.108],[1.265,-0.824],[1.471,-0.851],[3.786,-2.116],[3.709,-2.138],[1.728,-0.848],[1.365,-0.615],[0.155,-0.451],[0.206,-0.119],[1.396,-0.635],[0.901,-0.583],[0.511,-0.354],[0.454,-0.26],[7.775,-4.358],[7.132,-4.111],[1.728,-0.848],[1.365,-0.615],[0.155,-0.451],[0.206,-0.119],[2.029,-0.94],[1.962,-1.13],[1.865,-1.126],[1.643,-1.404],[0.233,-3.1],[-10.746,-5.314],[-9.112,-7.143],[-6.528,-123.138],[-1.124,0.658],[-15.545,8.999],[-15.413,8.923],[-10.238,4.615],[-0.411,0.238],[-4.101,2.333],[-0.744,0.482],[-5.302,2.39],[-0.415,0.236],[-3.715,2.141],[-1.708,1.055],[-0.598,2.42],[4.62,125.046]],"o":[[-3.879,2.067],[-4.139,2.332],[-0.174,0.078],[-0.155,0.451],[-1.89,1.092],[-2.035,0.943],[-2.279,1.313],[-2.452,1.394],[-1.471,0.851],[-1.265,0.824],[-4.145,2.399],[-3.786,2.116],[-1.721,0.992],[-1.728,0.848],[-0.174,0.078],[-0.155,0.451],[-1.516,0.876],[-1.396,0.635],[-0.502,0.325],[-0.511,0.354],[-7.769,4.458],[-7.775,4.358],[-1.721,0.992],[-1.728,0.848],[-0.174,0.078],[-0.155,0.451],[-1.923,1.111],[-2.029,0.94],[-1.897,1.094],[-1.865,1.126],[-2.454,0.88],[11.102,4.245],[10.426,5.156],[6.183,123.482],[1.124,2.635],[15.807,-8.378],[15.351,-8.887],[10.593,-6.132],[0.349,-0.157],[4.165,-2.408],[0.57,-0.324],[5.687,-3.685],[0.351,-0.158],[3.848,-2.19],[1.688,-0.973],[1.697,-1.048],[-5.102,-124.563],[-21.089,-11.245]],"v":[[-79,-373],[-91.236,-366.155],[-103,-360],[-103.477,-359.03],[-104,-358],[-109.94,-355.032],[-116,-352],[-123.273,-347.846],[-130,-344],[-134,-341.5],[-138,-339],[-149.827,-332.304],[-161,-326],[-166.267,-323.218],[-171,-321],[-171.477,-320.03],[-172,-319],[-176.461,-316.78],[-180,-315],[-181.536,-313.952],[-183,-313],[-206.477,-299.739],[-229,-287],[-234.267,-284.218],[-239,-282],[-239.477,-281.03],[-240,-280],[-245.971,-277.014],[-252,-274],[-257.69,-270.733],[-263,-267],[-269,-263],[-237,-247],[-206,-230],[-189,142],[-184,140],[-137,114],[-91,87],[-58,69],[-57,67],[-44,61],[-42,59],[-23,49],[-22,47],[-10,41],[-4,38],[1,33],[-15,-340]],"c":true}],"h":1},{"t":82,"s":[{"i":[[5.633,1.616],[3.971,-2.308],[3.992,-2.295],[4.007,-2.286],[4.016,-2.281],[4.019,-2.28],[4.016,-2.283],[4.007,-2.29],[3.991,-2.301],[6.842,-3.953],[6.847,-3.969],[6.707,-3.907],[6.422,-3.766],[1.082,-0.481],[1.048,-0.569],[0.817,-0.804],[0.39,-1.185],[-2.401,-0.822],[-2.298,-0.919],[-2.123,-0.887],[-1.877,-0.727],[-1.722,-0.6],[-1.632,-0.541],[-1.594,-0.545],[-1.608,-0.612],[-1.389,-0.513],[-1.294,-0.544],[-1.133,-0.634],[-0.905,-0.782],[-4.352,-32.398],[-4.406,-32.343],[-4.352,-32.398],[-4.187,-32.563],[-4.045,2.193],[-3.976,2.31],[-3.943,2.337],[-3.946,2.274],[-11.961,6.819],[-11.902,6.778],[-11.865,6.82],[-11.849,6.945],[4.449,32.551],[4.4,32.6],[4.376,32.624],[4.378,32.623],[5.269,1.981],[5.22,2.03],[5.341,1.909]],"o":[[-3.944,2.326],[-3.971,2.308],[-3.992,2.295],[-4.007,2.286],[-4.016,2.281],[-4.019,2.28],[-4.016,2.283],[-4.007,2.29],[-6.692,3.857],[-6.842,3.953],[-6.847,3.969],[-6.707,3.907],[-0.918,0.539],[-1.082,0.481],[-1.048,0.569],[-0.817,0.804],[2.433,0.596],[2.401,0.822],[2.298,0.919],[2.123,0.887],[1.865,0.722],[1.722,0.6],[1.632,0.541],[1.594,0.545],[1.418,0.54],[1.389,0.513],[1.294,0.544],[1.133,0.634],[4.187,32.564],[4.352,32.398],[4.406,32.343],[4.352,32.398],[4.151,-1.985],[4.045,-2.193],[3.976,-2.31],[3.943,-2.337],[12.043,-6.941],[11.961,-6.819],[11.902,-6.778],[11.865,-6.82],[-4.523,-32.478],[-4.449,-32.551],[-4.4,-32.6],[-4.376,-32.624],[-5.488,-1.762],[-5.269,-1.981],[-5.22,-2.03],[-5.341,-1.909]],"v":[[-44,-343],[-55.875,-336.05],[-67.822,-329.145],[-79.822,-322.274],[-91.859,-315.425],[-103.913,-308.585],[-115.966,-301.742],[-128.002,-294.884],[-140,-288],[-160.336,-276.266],[-180.905,-264.364],[-201.271,-252.529],[-221,-241],[-224.049,-239.507],[-227.293,-237.969],[-230.14,-235.947],[-232,-233],[-224.732,-230.84],[-217.666,-228.196],[-211.017,-225.454],[-205,-223],[-199.632,-221.031],[-194.614,-219.335],[-189.789,-217.721],[-185,-216],[-180.772,-214.435],[-176.731,-212.864],[-173.073,-211.11],[-170,-209],[-157.164,-111.585],[-144,-14.5],[-130.836,82.585],[-118,180],[-105.714,173.711],[-93.692,166.934],[-81.823,159.94],[-70,153],[-33.999,132.38],[1.79,112.005],[37.435,91.627],[73,71],[59.549,-26.551],[46.283,-124.283],[33.124,-222.124],[20,-320],[3.907,-325.657],[-11.782,-331.718],[-27.581,-337.669]],"c":true}],"h":1},{"t":83,"s":[{"i":[[27.703,133.631],[10.107,2.726],[10.693,2.141],[0.511,-0.323],[0.367,-0.467],[5.597,-3.194],[5.162,-2.327],[0.154,-0.451],[0.207,-0.118],[2.225,-0.917],[2.05,-1.167],[0.336,-0.399],[0.372,-0.241],[1.471,-0.776],[1.489,-0.844],[3.772,-2.117],[3.314,-1.494],[0.154,-0.451],[0.208,-0.118],[2.222,-0.915],[2.078,-1.183],[0.336,-0.399],[0.372,-0.241],[3.375,-1.74],[2.647,-1.193],[0.154,-0.451],[0.208,-0.118],[2.056,-0.959],[1.84,-1.061],[5.699,-3.311],[5.601,-2.525],[0.154,-0.451],[0.207,-0.118],[2.019,-0.938],[1.988,-1.145],[1.024,-0.465],[0.982,-0.607],[0.979,-0.828],[0.252,-1.171],[-10.108,-2.559],[-10.201,-2.466],[-26.747,-134.25],[-11.068,6.38],[-3.732,2.145],[-3.947,2.308],[-33.902,19.205],[-7.001,5.528],[-0.233,3.1]],"o":[[-10.879,-1.955],[-10.107,-2.726],[-0.591,0.243],[-0.511,0.323],[-5.449,2.899],[-5.597,3.194],[-0.175,0.079],[-0.154,0.451],[-2.05,1.167],[-2.225,0.917],[-0.285,0.162],[-0.336,0.399],[-1.625,1.053],[-1.471,0.776],[-3.599,2.039],[-3.772,2.117],[-0.175,0.079],[-0.154,0.451],[-2.032,1.156],[-2.222,0.915],[-0.285,0.162],[-0.336,0.399],[-2.853,1.849],[-3.375,1.74],[-0.175,0.079],[-0.154,0.451],[-1.938,1.103],[-2.055,0.959],[-5.603,3.229],[-5.699,3.311],[-0.175,0.079],[-0.154,0.451],[-1.937,1.102],[-2.019,0.938],[-0.921,0.531],[-1.024,0.465],[-0.834,0.515],[-0.979,0.828],[10.368,2.298],[10.108,2.559],[26.842,134.154],[12.709,-5.888],[3.65,-2.104],[3.879,-2.23],[34.515,-20.183],[7.649,-4.333],[2.454,-0.88],[-28.489,-132.847]],"v":[[72,-286],[40.861,-293.361],[10,-301],[8.332,-300.168],[7,-299],[-9.715,-289.571],[-26,-281],[-26.476,-280.029],[-27,-279],[-33.5,-276],[-40,-273],[-40.935,-272.059],[-42,-271],[-46.602,-268.343],[-51,-266],[-62.214,-259.591],[-73,-254],[-73.476,-253.029],[-74,-252],[-80.465,-249.02],[-87,-246],[-87.935,-245.059],[-89,-244],[-98.655,-238.508],[-108,-234],[-108.476,-233.029],[-109,-232],[-115.073,-228.969],[-121,-226],[-138.001,-215.972],[-155,-207],[-155.476,-206.029],[-156,-205],[-161.962,-202.033],[-168,-199],[-170.955,-197.557],[-174,-196],[-176.936,-193.992],[-179,-191],[-148.375,-183.625],[-118,-176],[-35,224],[0,205],[11,198],[23,192],[127,132],[150,118],[156,114]],"c":true}],"h":1},{"t":84,"s":[{"i":[[18.721,67.112],[4.925,0.741],[4.895,0.772],[5.022,0.644],[5.307,0.36],[0.511,-0.323],[0.367,-0.467],[15.488,-8.889],[15.397,-8.875],[7.563,-4.357],[7.399,-3.335],[0.154,-0.451],[0.207,-0.118],[2.036,-0.948],[1.914,-1.103],[1.976,-1.159],[2.029,-1.174],[1.835,-1.223],[1.815,-1.04],[2.105,-0.987],[1.534,-1.88],[-10.044,-1.456],[-9.957,-1.543],[-9.132,-33.635],[-9.011,-33.447],[-4.513,-16.795],[-4.407,-16.962],[-4.673,-16.978],[-3.925,-17.218],[-7.589,4.479],[-7.63,4.38],[-6.451,3.546],[-5.245,3.399],[-3.568,1.968],[-3.21,1.851],[-2.468,1.375],[-1.678,1.087],[-1.493,0.783],[-1.442,0.839],[-5.805,3.294],[-5.811,3.35],[-1.798,1.209],[-1.935,1.087],[-2.139,1.016],[-1.513,1.85],[-1.164,0.502],[-0.117,1.55],[18.163,67.671]],"o":[[-5.113,-0.554],[-4.925,-0.741],[-4.895,-0.771],[-5.022,-0.644],[-0.591,0.243],[-0.511,0.323],[-15.651,8.57],[-15.488,8.889],[-7.349,4.236],[-7.563,4.357],[-0.175,0.079],[-0.154,0.451],[-1.941,1.105],[-2.036,0.948],[-2.066,1.19],[-1.977,1.159],[-1.844,1.067],[-1.835,1.223],[-2.046,1.173],[-2.105,0.987],[9.868,1.632],[10.044,1.456],[8.459,34.014],[9.132,33.635],[4.542,16.86],[4.513,16.795],[4.383,16.871],[4.673,16.978],[8.012,-3.704],[7.589,-4.479],[5.952,-3.416],[6.451,-3.547],[3.517,-2.279],[3.568,-1.968],[2.452,-1.413],[2.468,-1.375],[1.587,-1.028],[1.493,-0.783],[5.967,-3.474],[5.805,-3.294],[1.873,-1.079],[1.798,-1.209],[1.931,-1.084],[2.139,-1.016],[1.226,-0.44],[1.164,-0.502],[-18.629,-67.203],[-18.163,-67.671]],"v":[[138,-241],[122.982,-242.982],[108.291,-245.291],[93.454,-247.454],[78,-249],[76.332,-248.168],[75,-247],[28.309,-220.728],[-18,-194],[-40.463,-180.825],[-63,-169],[-63.476,-168.029],[-64,-167],[-70.02,-163.999],[-76,-161],[-82.028,-157.488],[-88,-154],[-93.523,-150.479],[-99,-147],[-105.384,-144.03],[-111,-140],[-81.067,-135.433],[-51,-131],[-24.414,-29.575],[3,71],[16.602,121.424],[30,172],[43.843,222.74],[57,274],[80.286,261.507],[103,248],[122.03,237.487],[140,227],[150.73,220.679],[161,215],[168.581,210.755],[175,207],[179.608,204.359],[184,202],[201.617,191.907],[219,182],[224.453,178.506],[230,175],[236.313,172.074],[242,168],[245.833,166.833],[248,164],[193.069,-38.569]],"c":true}],"h":1},{"t":85,"s":[{"i":[[42.968,135.7],[9.504,0.496],[9.213,0.787],[0.511,-0.323],[0.367,-0.467],[5.728,-3.292],[5.129,-2.986],[1.744,-0.855],[1.355,-0.611],[0.154,-0.451],[0.208,-0.118],[1.391,-0.636],[0.907,-0.588],[0.511,-0.354],[0.453,-0.26],[6.37,-3.533],[5.388,-3.349],[1.204,-0.451],[0.939,-0.423],[0.155,-0.451],[0.206,-0.118],[2.016,-0.932],[1.981,-1.147],[9.664,-5.588],[8.891,-5.177],[1.9,-1.082],[1.523,-1.581],[1.164,-0.502],[0.117,-1.55],[-9.493,-0.507],[-9.623,-0.376],[-21.539,-67.793],[-21.384,-67.951],[-7.95,4.612],[-7.927,4.589],[-8.028,4.45],[-7.927,4.589],[-5.743,3.332],[-5.543,2.499],[-0.155,0.451],[-0.206,0.118],[-2,0.861],[-1.35,0.608],[-0.154,0.451],[-0.207,0.118],[-3.828,2.207],[-7.851,4.525],[-1.89,4.54]],"o":[[-9.772,-0.228],[-9.504,-0.496],[-0.591,0.243],[-0.511,0.323],[-5.961,2.844],[-5.728,3.292],[-1.668,0.971],[-1.744,0.855],[-0.175,0.079],[-0.154,0.451],[-1.53,0.87],[-1.391,0.636],[-0.502,0.325],[-0.511,0.354],[-6.132,3.519],[-6.37,3.533],[-1.245,0.774],[-1.204,0.451],[-0.174,0.079],[-0.155,0.451],[-1.956,1.126],[-2.015,0.932],[-9.453,5.472],[-9.664,5.588],[-1.876,1.093],[-1.9,1.082],[-1.227,0.44],[-1.164,0.503],[9.404,0.596],[9.493,0.507],[21.459,67.876],[21.539,67.793],[8.275,-3.962],[7.95,-4.612],[7.963,-4.61],[8.028,-4.45],[5.483,-3.174],[5.743,-3.332],[0.174,-0.079],[0.155,-0.451],[1.65,-0.95],[2,-0.861],[0.175,-0.079],[0.154,-0.451],[3.882,-2.209],[8.437,-4.863],[3.773,-2.175],[-42.734,-135.937]],"v":[[217,-189],[188.081,-190.081],[160,-192],[158.332,-191.168],[157,-190],[139.376,-180.606],[123,-171],[117.765,-168.229],[113,-166],[112.524,-165.029],[112,-164],[107.533,-161.788],[104,-160],[102.464,-158.952],[101,-158],[81.942,-147.372],[64,-137],[60.27,-135.237],[57,-134],[56.524,-133.03],[56,-132],[50.019,-129.016],[44,-126],[15.079,-109.278],[-13,-93],[-18.765,-89.866],[-24,-86],[-27.833,-84.833],[-30,-82],[-1.664,-80.336],[27,-79],[91.556,124.444],[156,328],[180.261,314.971],[204,301],[228.027,287.484],[252,274],[268.956,263.993],[286,255],[286.476,254.03],[287,253],[292.725,250.244],[298,248],[298.476,247.029],[299,246],[311,240],[335,226],[346,218]],"c":true}],"h":1},{"t":86,"s":[{"i":[[1.851,-0.351],[4.612,-0.138],[4.769,0.019],[4.647,-0.103],[4.248,-0.502],[12.916,-7.374],[12.941,-7.341],[12.804,-7.296],[12.506,-7.239],[2.033,-1.194],[1.991,-1.172],[1.962,-1.141],[1.948,-1.104],[1.129,-0.56],[1.05,-0.619],[0.771,-0.75],[0.293,-0.952],[-4.696,0.137],[-4.848,-0.015],[-4.728,0.105],[-4.335,0.498],[-11.999,-33.917],[-12.018,-33.898],[-12.01,-33.907],[-11.974,-33.943],[-2.065,0.989],[-1.962,1.181],[-1.917,1.227],[-1.927,1.127],[-0.491,0.238],[-0.495,0.225],[-0.506,0.249],[-0.525,0.311],[-2.532,1.438],[-2.526,1.408],[-2.481,1.391],[-2.398,1.388],[-5.943,3.48],[-5.992,3.469],[-8.026,4.459],[-7.966,4.572],[-5.842,3.581],[-5.654,3.245],[-2.142,1.116],[-0.661,2.519],[23.753,66.915],[23.389,67.275],[0.253,1.247]],"o":[[-4.178,0.572],[-4.612,0.138],[-4.769,-0.019],[-4.647,0.103],[-12.731,7.395],[-12.916,7.374],[-12.941,7.341],[-12.804,7.296],[-2.089,1.209],[-2.033,1.194],[-1.991,1.172],[-1.962,1.141],[-1.007,0.57],[-1.129,0.56],[-1.05,0.619],[-0.771,0.75],[4.272,-0.561],[4.696,-0.137],[4.848,0.015],[4.728,-0.105],[11.953,33.964],[11.999,33.917],[12.018,33.898],[12.01,33.907],[2.223,-0.65],[2.065,-0.989],[1.962,-1.181],[1.917,-1.227],[0.495,-0.29],[0.491,-0.238],[0.495,-0.225],[0.506,-0.249],[2.5,-1.482],[2.532,-1.438],[2.526,-1.407],[2.481,-1.391],[6.236,-3.61],[5.943,-3.48],[7.929,-4.591],[8.026,-4.459],[5.976,-3.43],[5.842,-3.581],[1.773,-1.017],[2.142,-1.116],[-23.599,-67.065],[-23.753,-66.915],[-1.137,-0.362],[-0.253,-1.247]],"v":[[303,-132],[289.745,-131.005],[275.605,-130.895],[261.412,-130.838],[248,-130],[209.489,-107.843],[170.663,-85.766],[132.005,-63.807],[94,-42],[87.82,-38.392],[81.788,-34.841],[75.862,-31.37],[70,-28],[66.746,-26.323],[63.429,-24.572],[60.647,-22.535],[59,-20],[72.52,-20.979],[86.905,-21.095],[101.337,-21.163],[115,-22],[150.935,79.815],[186.969,181.531],[223.018,283.231],[259,385],[265.418,382.505],[271.444,379.214],[277.249,375.567],[283,372],[284.478,371.217],[285.955,370.532],[287.455,369.831],[289,369],[296.558,364.624],[304.154,360.359],[311.673,356.165],[319,352],[337.183,341.394],[355,331],[378.973,317.486],[403,304],[420.741,293.361],[438,283],[444.334,280.126],[449,275],[377.843,74.157],[307,-127],[305.535,-130.035]],"c":true}],"h":1},{"t":87,"s":[{"i":[[0,59.333],[1.104,3.332],[1.101,2.868],[1.232,2.65],[1.031,2.686],[1.962,5.523],[2.052,5.435],[12.572,32.616],[12.587,32.422],[9.187,-0.647],[8.606,-1.227],[7.949,-4.612],[7.926,-4.588],[13.987,-7.94],[14.119,-8.174],[1.478,-0.776],[1.587,-1.029],[0.336,-0.399],[0.285,-0.162],[2.22,-0.914],[2.078,-1.183],[0.154,-0.451],[0.175,-0.079],[3.953,-2.077],[3.68,-2.112],[1.908,-1.235],[-0.696,-3.429],[-17.187,2.146],[-0.613,-1.493],[-0.845,-2.243],[-11.245,-29.836],[-4.916,-12.87],[-1.59,-4.059],[-6.434,-16.759],[-6.55,-17.061],[-6.391,-16.732],[-0.946,-2.423],[-11.306,-31.751],[-4.121,-0.264],[-8.417,4.855],[-1.667,0.949],[-1.008,0.574],[-2.946,1.686],[-2.449,1.418],[-2.742,1.55],[-1.133,0.644],[-1.259,0.729],[-21.361,12.047]],"o":[[-1.481,-1.806],[-1.105,-3.332],[-1.042,-2.714],[-1.232,-2.65],[-2.101,-5.474],[-1.962,-5.523],[-12.124,-32.114],[-12.572,-32.616],[-8.648,1.185],[-9.186,0.647],[-8.279,3.964],[-7.949,4.612],[-13.933,8.066],[-13.987,7.94],[-1.5,0.868],[-1.478,0.776],[-0.372,0.241],[-0.336,0.399],[-2.041,1.162],[-2.22,0.914],[-0.207,0.118],[-0.154,0.451],[-3.506,1.581],[-3.953,2.077],[-1.802,1.034],[-1.544,1],[16.801,-2.532],[2.108,0.271],[1.028,2.501],[10.657,28.276],[4.639,12.308],[1.616,4.231],[6.606,16.867],[6.589,17.164],[6.511,16.959],[0.85,2.226],[11.746,30.099],[3.148,2.418],[7.425,-5.649],[1.217,-0.702],[0.945,-0.538],[2.877,-1.637],[2.334,-1.335],[2.856,-1.653],[1.179,-0.666],[1.325,-0.754],[21.241,-12.296],[0,-59.333]],"v":[[500,190],[496.215,181.796],[493,172],[489.492,163.979],[486,156],[479.963,139.47],[474,123],[436.847,25.731],[399,-72],[371.968,-69.531],[345,-67],[320.735,-53.968],[297,-40],[255.139,-16.081],[213,8],[208.566,10.38],[204,13],[202.935,14.059],[202,15],[195.528,17.984],[189,21],[188.476,22.029],[188,23],[176.631,28.601],[165,35],[160,39],[155,43],[208,38],[212,43],[214,50],[248,139],[263,177],[267,190],[287,240],[306,292],[326,342],[328,349],[364,444],[373,441],[397,427],[401,425],[404,422],[413,418],[420,413],[429,409],[432,406],[436,404],[500,368]],"c":true}],"h":1},{"t":88,"s":[{"i":[[0,165.667],[0.309,0.736],[1.099,0.23],[0.474,-0.295],[0.225,-0.005],[8.559,-1.177],[6.711,-0.147],[1.158,-0.44],[1.188,-0.655],[0.836,-0.768],[0.803,-0.457],[2.225,-0.917],[2.042,-1.162],[0.154,-0.451],[0.175,-0.079],[3.935,-2.066],[3.762,-2.159],[5.954,-3.498],[6.216,-3.584],[3.488,-1.919],[3.647,-2.362],[0.336,-0.399],[0.285,-0.162],[2.237,-0.923],[2.039,-1.16],[0.154,-0.451],[0.175,-0.079],[1.998,-0.859],[1.666,-0.959],[0.155,-0.451],[0.174,-0.078],[5.922,-3.293],[5.693,-3.296],[3.875,-2.323],[3.679,-2.499],[-8.673,1.16],[-8.923,0.911],[-0.199,-1.301],[-1.382,-0.118],[-2.902,-7.24],[-3.46,-8.632],[-3.542,-8.837],[-0.63,-1.568],[-1.612,-4.016],[-0.777,-1.984],[-40.009,-100.69],[-4,0],[-6.905,3.095]],"o":[[-0.666,0.172],[-0.309,-0.736],[-0.88,-0.184],[-0.474,0.295],[-7.053,0.144],[-8.559,1.177],[-1.181,0.584],[-1.158,0.44],[-0.851,0.47],[-0.836,0.768],[-2.059,1.171],[-2.225,0.917],[-0.207,0.118],[-0.154,0.451],[-3.498,1.576],[-3.935,2.066],[-5.969,3.425],[-5.954,3.498],[-3.401,1.96],[-3.488,1.919],[-0.372,0.241],[-0.336,0.399],[-2.014,1.146],[-2.237,0.923],[-0.207,0.118],[-0.154,0.451],[-1.341,0.605],[-1.998,0.859],[-0.206,0.118],[-0.155,0.451],[-5.62,2.533],[-5.922,3.293],[-3.819,2.21],[-3.875,2.323],[9.384,-0.45],[8.673,-1.16],[1.821,-0.321],[0.199,1.301],[1.954,6.539],[2.785,6.95],[2.849,7.11],[0.648,1.616],[1.66,4.136],[0.876,2.182],[38.98,99.511],[4,0],[5.526,-4.474],[0,-165.668]],"v":[[500,-8],[498.825,-9.198],[497,-11],[495.008,-10.641],[494,-10],[469.743,-7.503],[446,-5],[442.505,-3.553],[439,-2],[436.464,0.009],[434,2],[427.487,5.007],[421,8],[420.476,9.029],[420,10],[408.698,15.564],[397,22],[379.186,32.382],[361,43],[350.684,48.698],[340,55],[338.935,56.059],[338,57],[331.519,59.989],[325,63],[324.476,64.029],[324,65],[318.744,67.234],[313,70],[312.476,71.03],[312,72],[294.555,80.928],[277,91],[265.395,97.784],[254,105],[280.846,102.346],[307,99],[309.329,101.171],[311,104],[318,124],[328,149],[338,174],[341,179],[345,192],[348,198],[469,500],[481,500],[500,489]],"c":true}],"h":1},{"t":89,"s":[{"i":[[0,49.334],[0.083,0],[0.083,0],[0.083,0],[0.083,0],[2.958,-1.78],[3.022,-1.685],[3.052,-1.688],[3.05,-1.789],[2.996,-1.756],[3.011,-1.759],[3.01,-1.749],[2.993,-1.725],[1.167,-0.671],[1.161,-0.664],[1.163,-0.661],[1.173,-0.662],[0.724,-0.394],[0.69,-0.374],[0.747,-0.418],[0.892,-0.527],[0.254,-0.069],[0.286,-0.065],[0.264,-0.089],[0.187,-0.14],[0.148,-0.432],[0.198,-0.115],[0.883,-0.29],[0.759,-0.428],[5.369,-3.123],[5.039,-2.978],[0.638,-0.524],[0.75,-0.492],[0.919,-0.263],[-0.346,-1.51],[-8.872,1.295],[-8.726,1.44],[-1.762,-4.674],[-1.921,-4.716],[-2.081,-4.493],[-1.844,-4.526],[-3.328,-8.151],[-3.372,-8.258],[-4.142,-10.395],[-4.365,-10.461],[-3.782,-9.015],[-4.088,-8.87],[0,49.333]],"o":[[-0.083,0],[-0.083,0],[-0.083,0],[-0.083,0],[-2.862,1.972],[-2.958,1.78],[-3.022,1.685],[-3.052,1.688],[-2.965,1.739],[-2.996,1.756],[-3.011,1.759],[-3.01,1.749],[-1.182,0.681],[-1.167,0.671],[-1.161,0.664],[-1.163,0.661],[-0.846,0.477],[-0.724,0.394],[-0.69,0.374],[-0.747,0.418],[-0.168,0.1],[-0.254,0.069],[-0.286,0.065],[-0.264,0.089],[-0.209,0.157],[-0.148,0.432],[-0.709,0.411],[-0.883,0.29],[-4.483,2.529],[-5.369,3.123],[-0.698,0.412],[-0.638,0.524],[-0.668,0.439],[-0.92,0.263],[8.786,-1.381],[8.872,-1.295],[2.03,4.587],[1.762,4.674],[1.834,4.502],[2.081,4.493],[3.315,8.139],[3.328,8.15],[4.065,9.958],[4.142,10.395],[3.786,9.07],[3.782,9.015],[0,-49.334],[0,-49.333]],"v":[[500,83],[499.75,83],[499.5,83],[499.25,83],[499,83],[490.261,88.603],[481.282,93.775],[472.162,98.809],[463,104],[454.055,109.245],[445.042,114.52],[436.008,119.786],[427,125],[423.478,127.027],[419.988,129.029],[416.503,131.016],[413,133],[410.668,134.29],[408.569,135.425],[406.436,136.598],[404,138],[403.352,138.245],[402.528,138.439],[401.69,138.663],[401,139],[400.492,140.031],[400,141],[397.537,141.987],[395,143],[379.917,151.664],[364,161],[362.038,162.44],[360,164],[357.24,164.697],[356,167],[382.545,163.045],[409,159],[414.582,172.903],[420,187],[425.993,200.482],[432,214],[441.958,238.411],[452,263],[464.275,293.623],[477,325],[488.273,352.15],[500,379],[500,231]],"c":true}],"h":1},{"t":90,"s":[{"i":[[0,0.792],[0.022,0],[0.022,0],[0.022,0],[0.022,0],[0.022,0],[0.022,0],[0.022,0],[0.022,0],[0.022,0],[0.022,0],[0.022,0],[0.022,0],[0.022,0],[0.022,0],[0.022,0],[0.929,-0.604],[0.949,-0.584],[0.965,-0.568],[0.977,-0.556],[0.986,-0.548],[0.99,-0.543],[0.991,-0.542],[0.989,-0.545],[0.982,-0.551],[0.972,-0.561],[0.958,-0.575],[0.941,-0.593],[0.919,-0.614],[0.894,-0.639],[0.865,-0.668],[-1.474,0.226],[-1.477,0.223],[-1.478,0.222],[-1.478,0.222],[-1.475,0.225],[-1.47,0.23],[-1.464,0.236],[-1.455,0.245],[-1.444,0.256],[-1.432,0.268],[0,0.792],[0,0.792],[0,0.792],[0,0.792],[0,0.792],[0,0.792],[0,0.792]],"o":[[-0.022,0],[-0.022,0],[-0.022,0],[-0.022,0],[-0.022,0],[-0.022,0],[-0.022,0],[-0.022,0],[-0.022,0],[-0.022,0],[-0.022,0],[-0.022,0],[-0.022,0],[-0.022,0],[-0.022,0],[-0.906,0.628],[-0.929,0.604],[-0.949,0.584],[-0.965,0.568],[-0.977,0.556],[-0.986,0.548],[-0.99,0.543],[-0.991,0.542],[-0.989,0.545],[-0.982,0.551],[-0.972,0.561],[-0.958,0.575],[-0.941,0.593],[-0.919,0.614],[-0.894,0.639],[1.469,-0.231],[1.474,-0.226],[1.477,-0.223],[1.478,-0.222],[1.478,-0.222],[1.475,-0.225],[1.47,-0.23],[1.464,-0.236],[1.455,-0.245],[1.444,-0.256],[0,-0.792],[0,-0.792],[0,-0.792],[0,-0.792],[0,-0.792],[0,-0.792],[0,-0.792],[0,-0.792]],"v":[[500,200],[499.933,200],[499.867,200],[499.8,200],[499.733,200],[499.667,200],[499.6,200],[499.533,200],[499.467,200],[499.4,200],[499.333,200],[499.267,200],[499.2,200],[499.133,200],[499.067,200],[499,200],[496.247,201.847],[493.429,203.629],[490.558,205.358],[487.644,207.044],[484.699,208.699],[481.734,210.334],[478.76,211.96],[475.788,213.588],[472.831,215.231],[469.898,216.898],[467.001,218.601],[464.152,220.352],[461.361,222.161],[458.64,224.04],[456,226],[460.414,225.314],[464.841,224.641],[469.274,223.974],[473.708,223.308],[478.137,222.637],[482.555,221.955],[486.957,221.257],[491.335,220.535],[495.685,219.785],[500,219],[500,216.625],[500,214.25],[500,211.875],[500,209.5],[500,207.125],[500,204.75],[500,202.375]],"c":true}],"h":1}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.2117647,0.345098,0.5490196,1]},"o":{"a":1,"k":[{"t":11,"s":[0],"h":1},{"t":12,"s":[100],"h":1},{"t":91,"s":[0],"h":1}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":101,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":23,"ty":4,"nm":"Book_04_Body","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[500,500,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"t":8,"s":[{"i":[[0,0.375],[1.098,-0.59],[1.111,-0.607],[1.121,-0.621],[1.13,-0.634],[1.138,-0.644],[1.144,-0.653],[1.148,-0.66],[1.15,-0.664],[1.151,-0.667],[1.15,-0.669],[1.147,-0.668],[1.143,-0.665],[1.137,-0.66],[1.129,-0.654],[1.12,-0.645],[1.117,-0.637],[1.12,-0.633],[1.122,-0.63],[1.123,-0.629],[1.123,-0.628],[1.122,-0.629],[1.12,-0.632],[1.118,-0.635],[1.115,-0.64],[1.11,-0.645],[1.105,-0.652],[1.099,-0.661],[1.093,-0.67],[1.085,-0.681],[1.076,-0.693],[-0.275,-0.02],[-0.272,0.045],[-0.266,0.093],[-0.257,0.126],[-0.246,0.143],[-0.232,0.143],[-0.215,0.128],[-0.196,0.096],[-3.875,1.932],[-3.926,1.977],[-3.965,2.003],[-3.991,2.009],[-4.005,1.997],[-4.007,1.965],[-3.997,1.914],[-3.974,1.845],[0,0.375],[0,0.375],[0,0.375],[0,0.375],[0,0.375],[0,0.375],[0,0.375]],"o":[[-1.084,0.572],[-1.098,0.59],[-1.111,0.607],[-1.121,0.621],[-1.13,0.634],[-1.138,0.644],[-1.144,0.653],[-1.148,0.66],[-1.15,0.664],[-1.151,0.667],[-1.15,0.669],[-1.147,0.668],[-1.143,0.665],[-1.137,0.66],[-1.129,0.654],[-1.113,0.642],[-1.117,0.637],[-1.12,0.633],[-1.122,0.63],[-1.123,0.629],[-1.123,0.628],[-1.122,0.629],[-1.12,0.632],[-1.118,0.635],[-1.115,0.64],[-1.11,0.645],[-1.105,0.652],[-1.099,0.661],[-1.093,0.67],[-1.085,0.681],[0.276,0.101],[0.275,0.02],[0.272,-0.045],[0.266,-0.093],[0.257,-0.126],[0.246,-0.143],[0.232,-0.143],[0.215,-0.128],[3.811,-1.868],[3.875,-1.932],[3.926,-1.977],[3.965,-2.003],[3.991,-2.009],[4.005,-1.997],[4.007,-1.965],[3.997,-1.914],[0,-0.375],[0,-0.375],[0,-0.375],[0,-0.375],[0,-0.375],[0,-0.375],[0,-0.375],[0,-0.375]],"v":[[500,393],[496.726,394.744],[493.412,396.54],[490.063,398.382],[486.685,400.265],[483.282,402.182],[479.859,404.127],[476.422,406.096],[472.976,408.083],[469.524,410.081],[466.073,412.086],[462.628,414.091],[459.193,416.09],[455.773,418.079],[452.374,420.051],[449,422],[445.655,423.917],[442.3,425.821],[438.938,427.715],[435.571,429.603],[432.203,431.488],[428.836,433.374],[425.472,435.265],[422.114,437.165],[418.765,439.076],[415.428,441.003],[412.104,442.95],[408.797,444.919],[405.508,446.915],[402.242,448.94],[399,451],[399.826,451.177],[400.647,451.135],[401.453,450.924],[402.238,450.591],[402.993,450.183],[403.71,449.751],[404.382,449.34],[405,449],[416.532,443.294],[428.236,437.425],[440.075,431.451],[452.012,425.428],[464.01,419.415],[476.032,413.467],[488.041,407.643],[500,402],[500,400.875],[500,399.75],[500,398.625],[500,397.5],[500,396.375],[500,395.25],[500,394.125]],"c":true}],"h":1},{"t":9,"s":[{"i":[[0,7.167],[2.354,-0.945],[2.498,-0.986],[2.541,-1.039],[2.482,-1.102],[2.322,-1.177],[2.06,-1.263],[0.53,-0.298],[0.567,-0.311],[0.628,-0.358],[0.714,-0.438],[0.53,-0.298],[0.567,-0.311],[0.628,-0.358],[0.714,-0.438],[0.53,-0.298],[0.567,-0.311],[0.628,-0.358],[0.714,-0.438],[1.956,-1.156],[2.095,-1.214],[2.092,-1.201],[1.947,-1.117],[2.344,-1.339],[2.328,-1.327],[2.32,-1.325],[2.32,-1.332],[6.981,-3.957],[6.972,-3.952],[7.005,-4.019],[7.079,-4.158],[1.167,-0.669],[1.182,-0.669],[1.174,-0.666],[1.143,-0.659],[1.147,-0.589],[1.115,-0.611],[1.036,-0.716],[0.908,-0.906],[-1.102,0.358],[-1.067,0.464],[-1.056,0.499],[-1.07,0.463],[-15.674,6.729],[-15.817,6.762],[-15.86,6.776],[-15.801,6.774],[-2.053,-3.947],[-2.051,-3.949],[-2.097,-3.903],[-2.191,-3.809],[0,7.167],[0,7.167],[0,7.167]],"o":[[-2.108,0.916],[-2.354,0.945],[-2.498,0.986],[-2.541,1.039],[-2.482,1.102],[-2.322,1.177],[-0.519,0.318],[-0.53,0.298],[-0.567,0.311],[-0.628,0.358],[-0.519,0.318],[-0.53,0.298],[-0.567,0.311],[-0.628,0.358],[-0.519,0.318],[-0.53,0.298],[-0.567,0.311],[-0.628,0.358],[-1.675,1.027],[-1.956,1.156],[-2.095,1.214],[-2.092,1.201],[-2.368,1.359],[-2.344,1.339],[-2.328,1.327],[-2.32,1.325],[-7.031,4.035],[-6.981,3.957],[-6.972,3.952],[-7.005,4.019],[-1.13,0.663],[-1.167,0.669],[-1.182,0.669],[-1.174,0.666],[-1.131,0.652],[-1.147,0.589],[-1.115,0.611],[-1.036,0.716],[1.163,-0.18],[1.102,-0.358],[1.067,-0.464],[1.056,-0.499],[15.429,-6.68],[15.674,-6.729],[15.817,-6.762],[15.86,-6.776],[2.103,3.897],[2.053,3.947],[2.051,3.949],[2.097,3.903],[0,-7.167],[0,-7.167],[0,-7.167],[0,-7.167]],"v":[[500,253],[493.281,255.789],[485.976,258.684],[478.391,261.719],[470.831,264.927],[463.599,268.343],[457,272],[455.432,272.916],[453.793,273.821],[452.006,274.815],[450,276],[448.432,276.916],[446.793,277.821],[445.006,278.815],[443,280],[441.432,280.916],[439.793,281.821],[438.006,282.815],[436,284],[430.518,287.293],[424.407,290.865],[418.093,294.505],[412,298],[404.935,302.044],[397.928,306.041],[390.958,310.017],[384,314],[362.992,325.971],[342.073,337.817],[321.117,349.754],[300,362],[296.549,363.999],[293.02,366.007],[289.481,368.012],[286,370],[282.571,371.84],[279.165,373.619],[275.927,375.588],[273,378],[276.391,377.176],[279.639,375.925],[282.817,374.462],[286,373],[332.679,352.882],[379.941,332.641],[427.483,312.33],[475,292],[481.222,303.778],[487.368,315.632],[493.579,327.421],[500,339],[500,317.5],[500,296],[500,274.5]],"c":true}],"h":1},{"t":10,"s":[{"i":[[0,37],[23.394,-9.623],[23.183,-9.351],[3.841,-1.625],[3.699,-1.911],[2.953,-1.617],[3.192,-1.984],[3.738,-2.06],[3.322,-2.065],[3.718,-2.048],[3.396,-2.111],[4.005,-2.461],[3.817,-2.19],[0.49,-0.095],[0.489,-0.304],[0.842,-0.507],[1.015,-0.588],[0.315,-0.394],[0.317,-0.18],[1.904,-0.772],[1.707,-0.958],[1.287,-0.843],[1.543,-0.893],[0.315,-0.394],[0.317,-0.18],[1.863,-0.749],[1.782,-1.001],[0.339,-0.405],[0.302,-0.188],[3.185,-1.71],[2.832,-1.649],[6.843,-3.942],[6.723,-4.212],[-1.999,0.834],[-2.248,0.924],[-2.215,0.824],[-2.135,0.881],[-9.629,4.072],[-9.515,4.01],[-1.16,0.255],[-1.18,0.481],[-2.001,1.092],[-2.017,0.823],[-1.209,0.276],[-1.039,0.438],[-5.5,2.226],[-5.437,2.175],[-10.694,4.566],[-10.574,3.874],[-0.717,-1.783],[-1.151,-1.349],[-10.75,-23.917],[-4.537,2.627],[-29.982,17.893]],"o":[[-23.241,9.159],[-23.394,9.623],[-3.938,1.589],[-3.841,1.625],[-2.996,1.548],[-2.953,1.617],[-2.724,1.693],[-3.739,2.06],[-2.732,1.698],[-3.718,2.048],[-3.164,1.967],[-4.005,2.461],[-0.552,0.317],[-0.49,0.095],[-0.616,0.383],[-0.842,0.507],[-0.424,0.245],[-0.315,0.394],[-1.677,0.953],[-1.904,0.772],[-1.308,0.735],[-1.287,0.843],[-0.424,0.245],[-0.315,0.394],[-1.765,1.004],[-1.863,0.749],[-0.343,0.192],[-0.339,0.405],[-2.428,1.509],[-3.185,1.711],[-6.907,4.022],[-6.843,3.942],[1.758,0.259],[1.999,-0.834],[2.004,-0.824],[2.215,-0.824],[8.968,-3.701],[9.629,-4.072],[1.18,-0.498],[1.16,-0.255],[1.981,-0.808],[2,-1.092],[1.125,-0.458],[1.209,-0.276],[4.563,-1.923],[5.5,-2.225],[9.651,-3.862],[10.694,-4.566],[1.981,0.519],[0.717,1.783],[11.784,22.883],[5.379,-0.529],[29.361,-16.997],[0,-37]],"v":[[500,134],[429.956,162.355],[360,191],[348.321,195.758],[337,201],[328.147,205.672],[319,211],[308.949,216.721],[298,223],[287.998,228.691],[277,235],[265.99,241.832],[254,249],[252.453,249.509],[251,250],[248.799,251.347],[246,253],[244.919,254.049],[244,255],[238.522,257.497],[233,260],[229.176,262.381],[225,265],[223.919,266.049],[223,267],[217.513,269.502],[212,272],[210.969,273.004],[210,274],[201.303,278.895],[192,284],[171.362,295.858],[151,308],[156.633,306.888],[163,304],[169.401,301.543],[176,299],[204.09,287.232],[233,275],[236.5,273.988],[240,273],[245.972,270.011],[252,267],[255.564,265.985],[259,265],[274.344,258.689],[291,252],[321.808,239.009],[354,226],[357.622,229.877],[360,235],[395,304],[409,297],[500,245]],"c":true}],"h":1},{"t":11,"s":[{"i":[[3.378,1.154],[2.771,-1.152],[2.935,-1.27],[4.224,-1.877],[3.79,-1.626],[23.415,-10.02],[22.779,-9.815],[4.942,-2.175],[3.474,-2.251],[3.375,-1.74],[2.647,-1.193],[0.154,-0.451],[0.207,-0.118],[2,-0.927],[1.981,-1.142],[3.869,-2.156],[3.695,-2.167],[13.561,-7.861],[13.233,-7.627],[5.624,-3.148],[5.145,-2.319],[0.154,-0.451],[0.207,-0.118],[1.034,-0.472],[1.038,-0.641],[1.11,-0.576],[-0.864,-1.436],[-16.743,7.032],[-16.662,7.18],[-16.791,7.251],[-17.036,6.755],[-6.786,-13.047],[-6.692,-13.142],[-7.934,4.672],[-7.908,4.538],[-8.009,4.454],[-7.933,4.572],[-3.753,2.101],[-3.453,1.556],[-0.154,0.451],[-0.207,0.118],[-2.01,0.868],[-1.31,0.591],[-0.155,0.451],[-0.206,0.119],[-4.077,2.32],[-0.744,0.482],[-3.009,1.705],[-7.901,4.574],[-1.697,4.824],[4.777,9.128],[1.649,3.082],[3.546,6.655],[1.665,3.221]],"o":[[-2.981,1.122],[-2.771,1.152],[-4.315,1.868],[-4.224,1.877],[-23.56,10.103],[-23.415,10.02],[-4.757,2.05],[-4.942,2.175],[-2.853,1.849],[-3.375,1.74],[-0.175,0.079],[-0.154,0.451],[-2.02,1.149],[-2,0.927],[-3.829,2.207],[-3.869,2.157],[-13.523,7.93],[-13.561,7.861],[-5.361,3.089],[-5.624,3.148],[-0.175,0.079],[-0.154,0.451],[-0.825,0.469],[-1.035,0.472],[-0.423,0.262],[-1.11,0.576],[16.368,-7.692],[16.743,-7.032],[16.8,-7.239],[16.791,-7.251],[7.164,12.669],[6.786,13.047],[8.355,-3.774],[7.934,-4.672],[8.033,-4.61],[8.009,-4.454],[3.536,-2.038],[3.753,-2.101],[0.175,-0.079],[0.154,-0.451],[1.649,-0.938],[2.01,-0.868],[0.174,-0.079],[0.155,-0.451],[4.133,-2.389],[0.57,-0.324],[3.168,-2.053],[8.49,-4.809],[3.63,-2.102],[-5.602,-9.736],[-1.694,-3.236],[-3.486,-6.514],[-1.799,-3.376],[-1.945,-3.764]],"v":[[429,48],[420.466,51.389],[412,55],[399.106,60.682],[387,66],[316.414,96.216],[247,126],[232.037,132.349],[219,139],[209.345,144.492],[200,149],[199.524,149.971],[199,151],[192.971,154.006],[187,157],[175.399,163.53],[164,170],[123.283,193.727],[83,217],[66.338,226.578],[50,235],[49.524,235.971],[49,237],[46.16,238.371],[43,240],[40.034,241.119],[39,244],[88.78,222.116],[139,201],[189.323,179.137],[240,158],[260.854,196.646],[281,236],[305.336,223.073],[329,209],[353.075,195.472],[377,182],[388.062,175.639],[399,170],[399.476,169.029],[400,168],[405.754,165.239],[411,163],[411.477,162.03],[412,161],[425,155],[427,153],[436,148],[460,134],[471,126],[456,96],[450,87],[440,67],[435,57]],"c":true}],"h":1},{"t":12,"s":[{"i":[[-0.226,1.148],[3.453,6.38],[3.485,6.348],[3.414,6.419],[3.241,6.592],[0.171,0.079],[0.137,0.113],[0.147,0.103],[0.202,0.047],[16.795,-8.038],[16.783,-8.051],[16.721,-8.112],[16.61,-8.223],[11.673,-6.683],[11.597,-6.733],[11.501,-6.683],[11.384,-6.534],[3.967,-2.161],[3.968,-2.186],[3.892,-2.307],[3.739,-2.523],[-2.119,0.871],[-2.081,0.962],[-2.047,0.986],[-2.016,0.94],[-12.252,6.084],[-12.346,5.762],[-3.974,2.049],[-4.075,1.922],[-2.199,0.744],[-2.154,1.059],[-1.965,1.249],[-2.085,0.993],[-2.228,0.76],[-2.066,0.997],[-1.975,1.255],[-2.07,0.999],[-2.213,0.753],[-2.124,1.011],[-2.107,1.237],[-2.494,0.062],[-7.072,-12.761],[-6.424,-13.409],[-7.94,4.595],[-8.01,4.537],[-11.918,6.911],[-11.355,6.573],[-6.07,3.304],[-5.69,3.294],[-4.002,2.346],[-3.853,2.221],[-1.055,0.484],[-0.876,0.541],[-0.96,0.819]],"o":[[-3.32,-6.514],[-3.453,-6.38],[-3.485,-6.348],[-3.414,-6.419],[-0.251,0.001],[-0.171,-0.079],[-0.137,-0.113],[-0.147,-0.103],[-16.759,8.075],[-16.795,8.038],[-16.783,8.051],[-16.721,8.112],[-11.727,6.533],[-11.673,6.683],[-11.597,6.733],[-11.501,6.683],[-3.89,2.233],[-3.967,2.161],[-3.968,2.186],[-3.892,2.307],[2.16,-0.71],[2.119,-0.871],[2.081,-0.962],[2.047,-0.986],[12.647,-5.902],[12.252,-6.084],[4.029,-1.88],[3.974,-2.049],[2.049,-0.966],[2.199,-0.744],[2.056,-1.011],[1.965,-1.249],[2.025,-0.964],[2.228,-0.76],[2.031,-0.981],[1.975,-1.255],[2.023,-0.977],[2.213,-0.753],[2.077,-0.989],[2.107,-1.237],[6.288,13.545],[7.072,12.762],[8.229,-4.082],[7.94,-4.595],[11.972,-6.782],[11.918,-6.911],[6.029,-3.49],[6.07,-3.304],[4.137,-2.395],[4.002,-2.346],[0.904,-0.521],[1.055,-0.484],[0.935,-0.578],[0.96,-0.819]],"v":[[365,59],[354.815,39.685],[344.383,20.617],[334.009,1.492],[324,-18],[323.378,-18.128],[322.928,-18.428],[322.513,-18.763],[322,-19],[271.657,5.157],[221.277,29.277],[171.009,53.509],[121,78],[85.895,97.85],[50.986,118],[16.333,138.15],[-18,158],[-29.805,164.567],[-41.727,171.065],[-53.535,177.78],[-65,185],[-58.582,182.612],[-52.283,179.845],[-46.092,176.906],[-40,174],[-2.774,155.895],[34,138],[45.965,132.031],[58,126],[64.421,123.569],[71,121],[76.978,117.487],[83,114],[89.469,111.525],[96,109],[101.971,105.514],[108,102],[114.424,99.526],[121,97],[127.187,93.305],[134,91],[154.398,130.102],[175,169],[199.164,155.842],[223,142],[258.964,121.343],[294,101],[312.254,90.853],[330,81],[342.213,73.869],[354,67],[357.021,65.515],[360,64],[363.032,61.928]],"c":true}],"h":1},{"t":13,"s":[{"i":[[6.82,13.514],[3.315,-1.742],[3.32,-1.787],[3.095,-1.777],[2.64,-1.711],[1.792,-1.051],[1.779,-0.984],[1.722,-0.941],[1.623,-0.923],[5.976,-3.287],[5.996,-3.382],[11.907,-6.693],[11.51,-6.539],[1.804,-1.219],[1.898,-1.053],[2.217,-0.92],[2.082,-1.184],[0.336,-0.399],[0.372,-0.241],[1.495,-0.791],[1.462,-0.828],[3.746,-2.104],[3.354,-1.512],[0.155,-0.451],[0.205,-0.119],[2.228,-0.914],[2.048,-1.166],[0.336,-0.399],[0.372,-0.241],[1.478,-0.78],[1.505,-0.852],[4.568,-2.584],[3.502,-2.269],[3.513,-1.935],[3.369,-1.941],[9.885,-5.676],[9.43,-5.514],[3.042,-1.609],[2.663,-1.713],[0.955,-0.645],[-0.293,-1.114],[-30.956,17.544],[-31.216,17.284],[-3.759,-6.442],[-3.756,-6.488],[-2.639,-4.912],[-2.64,-4.508],[-1.121,-1.711],[-1.562,-0.528],[-19.839,11.465],[-18.931,10.959],[-11.848,6.642],[-11.438,7.386],[7.439,12.894]],"o":[[-3.082,1.64],[-3.315,1.742],[-3.32,1.787],[-3.095,1.777],[-1.762,1.142],[-1.792,1.051],[-1.779,0.984],[-1.722,0.941],[-6.098,3.469],[-5.976,3.287],[-11.863,6.691],[-11.907,6.693],[-1.886,1.072],[-1.804,1.219],[-2.049,1.137],[-2.217,0.919],[-0.285,0.162],[-0.336,0.399],[-1.556,1.008],[-1.495,0.791],[-3.66,2.073],[-3.746,2.104],[-0.175,0.078],[-0.155,0.451],[-2.039,1.179],[-2.228,0.914],[-0.285,0.162],[-0.336,0.399],[-1.584,1.026],[-1.478,0.78],[-4.229,2.395],[-4.568,2.584],[-3.578,2.318],[-3.513,1.935],[-10.032,5.782],[-9.885,5.676],[-3.168,1.852],[-3.042,1.609],[-0.474,0.305],[-0.955,0.645],[30.959,-17.541],[30.956,-17.544],[3.209,6.743],[3.759,6.442],[2.805,4.844],[2.639,4.912],[0.954,1.63],[1.121,1.711],[19.712,-11.18],[19.839,-11.465],[12.171,-7.046],[11.848,-6.642],[-7.425,-12.908],[-7.439,-12.895]],"v":[[226,-83],[216.347,-77.914],[206.338,-72.607],[196.659,-67.246],[188,-62],[182.657,-58.717],[177.29,-55.672],[172.028,-52.79],[167,-50],[148.923,-39.934],[131,-30],[95.235,-9.886],[60,10],[54.509,13.514],[49,17],[42.525,19.965],[36,23],[35.065,23.941],[34,25],[29.429,27.635],[25,30],[13.77,36.421],[3,42],[2.523,42.97],[2,44],[-4.493,47.01],[-11,50],[-11.935,50.941],[-13,52],[-17.56,54.63],[-22,57],[-35.545,64.595],[-48,72],[-58.656,78.282],[-69,84],[-98.952,101.201],[-128,118],[-137.378,123.105],[-146,128],[-148.575,129.393],[-150,132],[-57.193,79.307],[36,27],[46.59,46.691],[58,66],[66.123,80.752],[74,95],[77.044,100.327],[81,104],[140.585,69.834],[199,36],[235.049,15.756],[270,-5],[247.546,-43.545]],"c":true}],"h":1},{"t":14,"s":[{"i":[[-45.623,29.709],[2.69,4.44],[2.179,3.764],[1.044,1.737],[0.83,1.335],[0.402,0.341],[0.204,0.334],[0.775,1.713],[0.939,1.572],[3.101,4.743],[2.601,5.01],[0.136,0.197],[0.425,-0.092],[0.448,-0.357],[0.564,-0.334],[7.574,-4.334],[7.387,-3.329],[0.154,-0.451],[0.208,-0.118],[2.062,-0.963],[1.847,-1.065],[5.685,-3.303],[5.605,-2.526],[0.154,-0.451],[0.207,-0.118],[2.036,-0.948],[1.914,-1.103],[6.63,-2.989],[0.415,-0.236],[4.126,-2.385],[0.754,-0.489],[6.77,-3.835],[7,-5.528],[-1.803,-2.974],[-1.884,-3.087],[-1.875,-3.095],[-0.514,-0.887],[-0.873,-1.509],[-0.762,-1.017],[-0.435,-0.699],[-5.695,-11.823],[51.332,-35.342],[6.711,-6.064],[-19.966,11.508],[-21.087,11.977],[-1.599,0.91],[-1.008,0.574],[-5.067,2.933],[-4.637,2.661],[-5.227,2.974],[-0.038,0.037],[-1.202,0.697],[-2.182,1.462],[-14.71,10.634]],"o":[[-2.06,-4.477],[-2.69,-4.44],[-0.993,-1.716],[-1.044,-1.737],[-0.187,-0.301],[-0.402,-0.341],[-0.963,-1.575],[-0.775,-1.713],[-2.996,-5.017],[-3.101,-4.743],[-0.029,-0.305],[-0.137,-0.197],[-0.643,0.239],[-0.448,0.357],[-7.316,4.334],[-7.574,4.334],[-0.175,0.079],[-0.154,0.451],[-1.906,1.084],[-2.062,0.963],[-5.656,3.26],[-5.685,3.303],[-0.175,0.079],[-0.154,0.451],[-1.941,1.105],[-2.036,0.948],[-7.104,4.095],[-0.351,0.158],[-4.255,2.421],[-0.582,0.336],[-7.084,4.59],[-7.808,4.423],[2.84,2.272],[1.868,3.082],[1.962,3.215],[0.408,0.674],[1.266,2.186],[1.158,2.001],[0.58,0.774],[7.03,11.288],[-52.294,35.94],[-7.264,5.001],[20.288,-10.63],[22.129,-12.755],[1.282,-0.728],[0.945,-0.538],[5.091,-2.897],[4.777,-2.765],[5.287,-3.034],[-0.092,0.053],[0.864,-0.828],[3.137,-1.818],[15.742,-10.543],[45.29,-30.043]],"v":[[185,-64],[177.589,-77.535],[170,-90],[166.877,-95.285],[164,-100],[163.013,-100.975],[162,-102],[159.482,-107.002],[157,-112],[147.704,-126.506],[139,-141],[138.798,-141.798],[138,-142],[136.44,-141.071],[135,-140],[112.554,-126.747],[90,-115],[89.524,-114.029],[89,-113],[82.956,-109.986],[77,-107],[59.962,-96.95],[43,-88],[42.524,-87.029],[42,-86],[35.98,-82.999],[30,-80],[8,-68],[7,-66],[-6,-60],[-8,-58],[-29,-46],[-52,-32],[-46,-23],[-40,-14],[-35,-4],[-33,-2],[-30,3],[-27,7],[-26,10],[-6,44],[-164,151],[-186,167],[-126,133],[-59,95],[-55,93],[-52,90],[-36,82],[-22,73],[-6,65],[-5,64],[-3,63],[4,58],[50,27]],"c":true}],"h":1},{"t":15,"s":[{"i":[[-25.05,20.942],[2.97,4.612],[2.797,4.191],[1.409,1.906],[1.013,1.351],[0.123,0.566],[0.218,0.349],[3.632,5.355],[2.882,5.815],[0.273,0.227],[0.405,0.095],[0.457,-0.349],[0.544,-0.351],[3.872,-2.104],[3.861,-2.226],[3.759,-2.105],[3.451,-1.555],[0.154,-0.451],[0.207,-0.118],[2.039,-0.945],[1.925,-1.129],[11.549,-6.686],[31.365,-16.627],[-2.606,-4.501],[-0.762,-1.017],[-0.496,-0.734],[-0.432,-0.695],[-0.651,-0.971],[-0.988,-1.455],[-0.475,-0.765],[-0.425,-0.654],[-0.828,-1.358],[-1.097,-1.687],[-0.492,-0.791],[-4.795,-9.111],[32.721,-26.702],[1.681,-1.401],[3.58,-2.983],[1.72,-1.403],[5.319,-4.309],[9.928,-9.58],[-15.197,6.851],[-0.415,0.236],[-4.012,2.313],[-3.907,2.213],[-7.08,5.575],[-32.732,16.602],[-11.585,9.306],[-1.734,1.451],[-0.966,0.675],[-0.819,0.654],[-3.459,2.735],[-6.586,5.375],[-5.332,4.313]],"o":[[-3.324,-4.363],[-2.97,-4.612],[-1.352,-2.024],[-1.409,-1.906],[-0.29,-0.387],[-0.123,-0.566],[-3.591,-5.767],[-3.632,-5.355],[-0.502,0.001],[-0.273,-0.227],[-0.628,0.252],[-0.457,0.349],[-3.653,2.358],[-3.872,2.104],[-3.511,2.024],[-3.759,2.105],[-0.175,0.079],[-0.154,0.451],[-1.919,1.092],[-2.039,0.945],[-11.723,6.875],[-31.009,17.951],[1.758,6.716],[1.158,2.001],[0.61,0.814],[0.422,0.624],[0.566,0.911],[0.944,1.407],[0.599,0.882],[0.372,0.599],[0.88,1.355],[0.984,1.614],[0.603,0.928],[5.557,8.94],[-33.49,27.577],[-1.72,1.403],[-3.556,2.963],[-1.681,1.401],[-5.754,4.695],[-11.147,9.029],[16.139,-7.285],[0.351,-0.158],[3.863,-2.198],[3.889,-2.242],[7.926,-4.49],[32.813,-16.521],[11.604,-10.899],[1.834,-1.473],[0.848,-0.709],[0.833,-0.582],[4.093,-3.271],[7.581,-5.994],[5.761,-4.701],[25.913,-20.962]],"v":[[112,-120],[102.605,-133.629],[94,-147],[89.746,-153.005],[86,-158],[85.446,-159.529],[85,-161],[73.969,-177.464],[64,-194],[62.928,-194.428],[62,-195],[60.437,-194.075],[59,-193],[47.656,-186.4],[36,-180],[24.955,-173.649],[14,-168],[13.524,-167.029],[13,-166],[7.004,-163.027],[1,-160],[-34,-140],[-127,-87],[-117,-70],[-114,-66],[-113,-63],[-111,-61],[-110,-58],[-106,-54],[-105,-51],[-103,-49],[-101,-44],[-97,-40],[-96,-37],[-79,-11],[-180,72],[-185,77],[-196,85],[-201,90],[-217,103],[-249,130],[-203,105],[-202,103],[-190,97],[-178,90],[-155,76],[-60,23],[-23,-8],[-18,-13],[-15,-14],[-13,-17],[-2,-26],[20,-44],[36,-57]],"c":true}],"h":1},{"t":16,"s":[{"i":[[0.333,0],[8.004,-4.587],[7.997,-4.615],[7.994,-4.596],[7.996,-4.529],[3.753,-2.214],[3.771,-2.182],[3.757,-2.002],[3.712,-1.673],[0.078,-0.176],[0.077,-0.225],[0.086,-0.186],[0.103,-0.059],[1.008,-0.494],[1.02,-0.473],[1.002,-0.492],[0.954,-0.552],[1.001,-0.585],[0.985,-0.577],[0.992,-0.579],[1.021,-0.589],[0.92,-0.596],[0.918,-0.615],[0.914,-0.586],[0.909,-0.51],[1.08,-0.475],[1.047,-0.496],[0.943,-0.648],[0.768,-0.931],[-4.275,-5.975],[-4.221,-6.029],[-4.211,-6.039],[-4.245,-6.005],[13.025,-13.225],[13.023,-13.227],[13.112,-13.138],[13.291,-12.959],[0.116,-0.25],[0.021,-0.174],[-0.231,-0.087],[-0.639,0.011],[-31.121,17.879],[-31.426,17.574],[-13.424,13.242],[-13.334,13.334],[-3.09,3.573],[-3.302,3.373],[-8.46,8.416],[-7.935,7.935],[-1.86,1.702],[-0.856,2.488],[8.448,11.886],[8.114,12.22],[0.333,0]],"o":[[-8.017,4.512],[-8.004,4.587],[-7.997,4.615],[-7.994,4.596],[-3.704,2.098],[-3.753,2.214],[-3.771,2.182],[-3.757,2.002],[-0.087,0.039],[-0.078,0.176],[-0.077,0.225],[-0.086,0.186],[-0.964,0.555],[-1.008,0.494],[-1.02,0.473],[-1.002,0.492],[-1.04,0.602],[-1.001,0.585],[-0.985,0.577],[-0.992,0.579],[-0.921,0.531],[-0.92,0.596],[-0.918,0.615],[-0.914,0.586],[-1.043,0.585],[-1.08,0.475],[-1.047,0.496],[-0.943,0.648],[4.372,5.878],[4.275,5.975],[4.221,6.029],[4.211,6.039],[-13.117,13.133],[-13.025,13.225],[-13.023,13.227],[-13.112,13.138],[-0.055,0.314],[-0.116,0.25],[-0.021,0.174],[0.231,0.087],[31.089,-17.91],[31.121,-17.879],[12.969,-13.698],[13.425,-13.242],[3.337,-3.337],[3.091,-3.573],[8.226,-8.403],[8.46,-8.416],[1.703,-1.702],[1.86,-1.702],[-8.096,-12.238],[-8.448,-11.886],[-0.333,0],[-0.333,0]],"v":[[-3,-241],[-27.03,-227.34],[-51.031,-213.526],[-75.016,-199.699],[-99,-186],[-110.194,-179.494],[-121.489,-172.862],[-132.789,-166.549],[-144,-161],[-144.246,-160.655],[-144.476,-160.03],[-144.719,-159.39],[-145,-159],[-147.966,-157.436],[-151.016,-155.995],[-154.058,-154.557],[-157,-153],[-160.055,-151.222],[-163.027,-149.481],[-165.986,-147.749],[-169,-146],[-171.761,-144.298],[-174.518,-142.469],[-177.266,-140.656],[-180,-139],[-183.202,-137.442],[-186.412,-136.019],[-189.415,-134.336],[-192,-132],[-179.041,-114.209],[-166.309,-96.191],[-153.672,-78.078],[-141,-60],[-180.19,-20.44],[-219.239,19.261],[-258.419,58.831],[-298,98],[-298.296,98.849],[-298.541,99.488],[-298.266,99.883],[-297,100],[-203.753,46.248],[-110,-7],[-70.274,-47.273],[-30,-87],[-20.474,-97.473],[-11,-108],[14.218,-133.351],[39,-158],[44.635,-162.911],[49,-169],[24.014,-205.013],[-1,-241],[-2,-241]],"c":true}],"h":1},{"t":17,"s":[{"i":[[-2.357,4.29],[3.264,4.415],[3.265,4.356],[3.244,4.263],[3.2,4.137],[1.162,1.441],[1.13,1.471],[1.028,1.545],[0.856,1.661],[0.167,0],[0.167,0],[0.167,0],[0.167,0],[15.708,-9.042],[15.712,-9.038],[15.772,-8.978],[15.891,-8.859],[-1.026,-1.542],[-1.128,-1.469],[-1.163,-1.443],[-1.132,-1.462],[-1.082,-1.505],[-1.058,-1.513],[-1.073,-1.501],[-1.124,-1.469],[-2.4,-2.801],[-2.192,-2.912],[-2.142,-3.03],[-2.205,-2.924],[24.064,-29.769],[23.756,-30.078],[-5.733,3.265],[-5.279,2.38],[-0.154,0.451],[-0.207,0.118],[-2.216,0.907],[-2.067,1.195],[-0.333,0.397],[-0.377,0.245],[-1.469,0.771],[-1.502,0.866],[-21.789,12.497],[-21.93,12.38],[-17.627,22.139],[-17.797,20.763],[-0.266,0.717],[-0.458,0.575],[-0.913,0.826],[-0.678,0.858],[-1.511,1.816],[-1.352,1.709],[-0.625,1.028],[-0.751,0.944],[-3.162,3.735]],"o":[[-3.24,-4.44],[-3.264,-4.415],[-3.265,-4.356],[-3.244,-4.263],[-1.124,-1.454],[-1.162,-1.441],[-1.13,-1.471],[-1.028,-1.545],[-0.167,0],[-0.167,0],[-0.167,0],[-0.167,0],[-15.763,8.987],[-15.708,9.042],[-15.712,9.038],[-15.772,8.978],[0.856,1.661],[1.026,1.542],[1.128,1.469],[1.163,1.443],[1.142,1.477],[1.082,1.505],[1.058,1.513],[1.073,1.501],[2.207,2.885],[2.4,2.801],[2.226,2.957],[2.142,3.03],[-23.988,29.846],[-24.064,29.769],[5.788,-2.559],[5.733,-3.265],[0.175,-0.079],[0.154,-0.451],[2.067,-1.176],[2.216,-0.907],[0.291,-0.168],[0.333,-0.397],[1.621,-1.05],[1.469,-0.771],[21.915,-12.632],[21.789,-12.497],[17.693,-21.681],[17.627,-22.139],[0.477,-0.557],[0.266,-0.717],[0.669,-0.839],[0.913,-0.826],[1.602,-2.026],[1.512,-1.816],[0.748,-0.946],[0.625,-1.028],[2.995,-3.769],[3.162,-3.736]],"v":[[-2,-211],[-11.761,-224.291],[-21.559,-237.455],[-31.328,-250.392],[-41,-263],[-44.447,-267.331],[-47.903,-271.688],[-51.157,-276.202],[-54,-281],[-54.5,-281],[-55,-281],[-55.5,-281],[-56,-281],[-103.193,-253.942],[-150.308,-226.808],[-197.52,-199.77],[-245,-173],[-242.161,-168.207],[-238.913,-163.702],[-235.459,-159.346],[-232,-155],[-228.673,-150.521],[-225.473,-145.988],[-222.286,-141.461],[-219,-137],[-211.988,-128.52],[-205,-120],[-198.485,-110.976],[-192,-102],[-264.174,-12.674],[-336,77],[-318.618,67.866],[-302,59],[-301.524,58.029],[-301,57],[-294.5,54.014],[-288,51],[-287.065,50.057],[-286,49],[-281.41,46.362],[-277,44],[-211.512,6.311],[-146,-31],[-93.078,-97.189],[-40,-162],[-38.985,-163.987],[-38,-166],[-35.506,-168.487],[-33,-171],[-28.312,-176.738],[-24,-182],[-22.002,-185.001],[-20,-188],[-10.521,-199.109]],"c":true}],"h":1},{"t":18,"s":[{"i":[[-43.433,65.234],[4.428,5.415],[4.993,6.099],[1.135,1.401],[2.332,2.836],[3.282,6.743],[0.81,0.19],[8.645,-4.983],[6.891,-3.106],[0.415,-0.236],[3.891,-2.282],[11.622,-6.728],[31.615,-16.77],[-2.195,-2.746],[-15.954,-20.061],[2.54,-3.912],[2.031,-4.505],[0.247,-0.37],[0.23,-0.511],[0.244,-0.387],[1.136,-1.185],[0.815,-0.85],[1.779,-2.668],[10.903,-16.349],[3.427,-5.451],[0.859,-0.897],[0.815,-0.85],[0.815,-0.85],[0.815,-0.85],[0.815,-0.85],[0.815,-0.85],[0.698,-1.068],[1.309,-2.013],[0.232,-0.515],[0.247,-0.37],[0.23,-0.511],[0.247,-0.37],[0.23,-0.511],[0.247,-0.37],[0.23,-0.511],[0.247,-0.369],[0.23,-0.51],[0.247,-0.37],[0.23,-0.511],[0.247,-0.372],[0.231,-0.512],[0.245,-0.381],[0.625,-0.982],[3.354,-5.601],[-2.089,-2.263],[-3.654,2.07],[-6.987,4.527],[-6.473,3.769],[-43.395,25.143]],"o":[[-2.919,-6.715],[-5.705,-6.976],[-1.221,-1.491],[-2.359,-2.911],[-4.556,-5.541],[-1.003,0.003],[-8.318,5.436],[-6.969,4.017],[-0.351,0.158],[-3.901,2.219],[-11.669,6.843],[-31,17.945],[0.042,4.022],[16.401,20.522],[-3.934,3.082],[-3.16,4.866],[-0.146,0.324],[-0.307,0.46],[-0.151,0.334],[-1.712,2.711],[-0.803,0.838],[-2.447,2.554],[-10.881,16.317],[-4.133,6.197],[-1.31,2.083],[-0.803,0.838],[-0.803,0.838],[-0.803,0.838],[-0.803,0.838],[-0.803,0.838],[-0.775,0.809],[-1.266,1.937],[-0.305,0.468],[-0.146,0.324],[-0.307,0.46],[-0.146,0.324],[-0.307,0.46],[-0.146,0.324],[-0.307,0.46],[-0.146,0.323],[-0.307,0.459],[-0.146,0.324],[-0.307,0.46],[-0.147,0.325],[-0.306,0.462],[-0.149,0.331],[-0.669,1.039],[-3.993,6.28],[-0.906,1.513],[3.028,-3.098],[8.425,-4.773],[7.067,-4.579],[43.654,-25.417],[42.645,-66.023]],"v":[[-42,-245],[-55,-262],[-72,-283],[-76,-287],[-82,-296],[-96,-313],[-98,-314],[-124,-299],[-146,-287],[-147,-285],[-159,-279],[-194,-259],[-287,-206],[-281,-197],[-232,-137],[-240,-125],[-249,-111],[-251,-110],[-251,-108],[-253,-107],[-257,-99],[-259,-96],[-265,-88],[-297,-38],[-309,-20],[-314,-12],[-316,-9],[-318,-6],[-320,-3],[-322,0],[-324,3],[-325,5],[-330,11],[-330,13],[-332,14],[-332,16],[-334,17],[-334,19],[-336,20],[-336,22],[-338,23],[-338,25],[-340,26],[-340,28],[-342,29],[-342,31],[-344,32],[-346,36],[-358,54],[-360,61],[-349,54],[-323,39],[-302,27],[-171,-48]],"c":true}],"h":1},{"t":19,"s":[{"i":[[-18.721,36.445],[4.77,5.397],[4.781,5.386],[4.87,5.296],[5.04,5.127],[15.729,-9.021],[15.711,-9.039],[15.752,-8.998],[15.851,-8.899],[-0.99,-1.315],[-1.214,-1.138],[-1.116,-1.004],[-0.698,-0.913],[-0.07,-0.26],[-0.049,-0.284],[-0.08,-0.257],[-0.163,-0.179],[-1.301,-1.283],[-1.304,-1.29],[-1.226,-1.362],[-1.066,-1.498],[-1.814,-1.936],[-1.797,-1.953],[-1.709,-2.041],[-1.552,-2.199],[-0.764,-0.57],[-0.698,-0.635],[-0.46,-0.873],[-0.05,-1.283],[9.432,-17.902],[9.452,-17.882],[9.419,-17.914],[9.334,-17.999],[-2.913,1.543],[-2.854,1.649],[-2.764,1.532],[-2.643,1.191],[-0.078,0.176],[-0.077,0.225],[-0.086,0.186],[-0.104,0.059],[-1.094,0.492],[-1.107,0.455],[-1.084,0.486],[-1.026,0.584],[-0.156,0.165],[-0.168,0.2],[-0.178,0.185],[-0.186,0.12],[-1.478,0.78],[-1.505,0.852],[-21.754,12.542],[-22.007,12.383],[-19.08,36.087]],"o":[[-4.838,-5.329],[-4.77,-5.397],[-4.78,-5.386],[-4.871,-5.296],[-15.806,8.945],[-15.729,9.021],[-15.711,9.039],[-15.752,8.998],[0.447,1.536],[0.99,1.315],[1.214,1.138],[1.116,1.004],[0.142,0.186],[0.07,0.26],[0.049,0.284],[0.08,0.257],[1.218,1.341],[1.301,1.283],[1.304,1.29],[1.226,1.362],[1.762,1.988],[1.814,1.936],[1.797,1.953],[1.709,2.041],[0.657,0.677],[0.764,0.57],[0.698,0.635],[0.46,0.873],[-9.359,17.975],[-9.432,17.902],[-9.452,17.882],[-9.419,17.914],[2.94,-1.212],[2.913,-1.543],[2.854,-1.649],[2.764,-1.532],[0.088,-0.04],[0.078,-0.176],[0.077,-0.225],[0.086,-0.186],[1.047,-0.596],[1.094,-0.492],[1.107,-0.455],[1.084,-0.486],[0.142,-0.081],[0.156,-0.165],[0.168,-0.2],[0.178,-0.185],[1.584,-1.026],[1.478,-0.78],[21.976,-12.45],[21.754,-12.542],[18.959,-36.207],[19.08,-36.087]],"v":[[-72,-275],[-86.392,-291.108],[-100.698,-307.302],[-115.154,-323.345],[-130,-339],[-177.287,-312.037],[-224.432,-284.931],[-271.611,-257.86],[-319,-231],[-316.764,-226.734],[-313.378,-223.065],[-309.803,-219.864],[-307,-217],[-306.696,-216.318],[-306.531,-215.49],[-306.351,-214.666],[-306,-214],[-302.201,-210.08],[-298.273,-206.237],[-294.458,-202.275],[-291,-198],[-285.618,-192.132],[-280.184,-186.316],[-274.908,-180.342],[-270,-174],[-267.826,-172.174],[-265.59,-170.41],[-263.809,-168.191],[-263,-165],[-291.199,-111.199],[-319.538,-57.538],[-347.857,-3.857],[-376,50],[-367.213,45.812],[-358.554,40.968],[-350.118,36.141],[-342,32],[-341.754,31.654],[-341.524,31.029],[-341.282,30.39],[-341,30],[-337.779,28.386],[-334.469,26.982],[-331.174,25.588],[-328,24],[-327.552,23.619],[-327.065,23.059],[-326.546,22.47],[-326,22],[-321.44,19.37],[-317,17],[-251.523,-20.55],[-186,-58],[-128.822,-166.322]],"c":true}],"h":1},{"t":20,"s":[{"i":[[-8.706,18.982],[0.506,0.742],[0.695,0.597],[0.717,0.556],[0.571,0.62],[0.582,0.671],[0.576,0.677],[0.581,0.667],[0.597,0.643],[3.736,3.8],[3.717,3.756],[3.623,3.828],[3.454,4.017],[0.167,0],[0.167,0],[0.167,0],[0.167,0],[15.754,-8.996],[15.711,-9.039],[15.727,-9.023],[15.802,-8.948],[-0.499,-0.742],[-0.685,-0.602],[-0.718,-0.559],[-0.599,-0.613],[-1.841,-1.944],[-1.804,-1.918],[-1.811,-1.89],[-1.861,-1.861],[-1.887,-1.957],[-1.845,-1.951],[-1.785,-1.893],[-1.707,-1.783],[-0.799,-0.617],[-0.731,-0.675],[-0.442,-0.845],[0.069,-1.129],[7.155,-16.971],[7.113,-17.071],[7.026,-16.94],[6.895,-16.576],[0.594,-1.161],[0.625,-1.148],[0.594,-1.162],[0.501,-1.206],[0.248,-1.368],[0.486,-1.273],[0.733,-1.134],[-1.346,-1.38],[-31.61,18.057],[-31.331,18.335],[-8.124,19.331],[-8.314,19.386],[-8.01,19.443]],"o":[[-0.148,-0.991],[-0.506,-0.742],[-0.695,-0.597],[-0.717,-0.556],[-0.6,-0.651],[-0.582,-0.671],[-0.576,-0.677],[-0.581,-0.667],[-3.679,-3.96],[-3.736,-3.8],[-3.717,-3.756],[-3.623,-3.828],[-0.167,0],[-0.167,0],[-0.167,0],[-0.167,0],[-15.856,8.894],[-15.754,8.996],[-15.711,9.039],[-15.727,9.023],[0.16,0.978],[0.499,0.742],[0.685,0.602],[0.718,0.559],[1.921,1.968],[1.841,1.944],[1.804,1.918],[1.811,1.89],[1.911,1.911],[1.887,1.957],[1.845,1.951],[1.785,1.893],[0.644,0.673],[0.799,0.617],[0.731,0.675],[0.442,0.845],[-7.153,16.638],[-7.155,16.971],[-7.113,17.071],[-7.026,16.94],[-0.501,1.204],[-0.594,1.161],[-0.625,1.148],[-0.594,1.162],[-0.522,1.255],[-0.248,1.368],[-0.414,1.085],[-0.733,1.134],[31.23,-18.436],[31.61,-18.057],[8.19,-19.29],[8.124,-19.331],[8.253,-19.245],[8.01,-19.443]],"v":[[-92,-295],[-93.022,-297.574],[-94.865,-299.557],[-97.026,-301.262],[-99,-303],[-100.77,-304.987],[-102.504,-307.013],[-104.236,-309.032],[-106,-311],[-117.141,-322.61],[-128.338,-333.914],[-139.366,-345.261],[-150,-357],[-150.5,-357],[-151,-357],[-151.5,-357],[-152,-357],[-199.399,-330.149],[-246.581,-303.081],[-293.723,-275.973],[-341,-249],[-339.973,-246.444],[-338.158,-244.452],[-336.014,-242.734],[-334,-241],[-328.368,-235.132],[-322.911,-229.34],[-317.498,-223.628],[-312,-218],[-306.297,-212.184],[-300.694,-206.308],[-295.243,-200.528],[-290,-195],[-287.781,-193.094],[-285.431,-191.184],[-283.615,-188.933],[-283,-186],[-304.472,-135.528],[-325.885,-84.406],[-347.106,-33.331],[-368,17],[-369.657,20.541],[-371.5,23.997],[-373.343,27.455],[-375,31],[-376.027,34.987],[-377,39],[-379.32,42.279],[-379,46],[-284.576,-8.576],[-190,-63],[-165.593,-120.928],[-141,-179],[-116.84,-237.197]],"c":true}],"h":1},{"t":21,"s":[{"i":[[-13.96,41.039],[1.076,1.342],[1.232,1.197],[1.29,1.132],[1.25,1.147],[3.803,3.65],[3.719,3.676],[3.681,3.688],[3.69,3.687],[0.167,0],[0.167,0],[0.167,0],[0.167,0],[2.152,-1.272],[2.19,-1.224],[2.193,-1.215],[2.161,-1.246],[1.851,-1.071],[1.884,-1.055],[1.841,-0.957],[1.723,-0.776],[0.078,-0.176],[0.077,-0.225],[0.086,-0.186],[0.104,-0.059],[0.999,-0.489],[1.006,-0.467],[1.004,-0.495],[0.994,-0.573],[2.923,-1.666],[2.919,-1.659],[2.912,-1.663],[2.9,-1.679],[11.539,-6.701],[11.216,-6.464],[3.977,-2.199],[4.128,-1.92],[-0.628,-0.661],[-0.5,-0.477],[-7.038,-6.871],[-6.672,-6.672],[-2.712,-2.31],[-1.548,-3.153],[14.198,-40.802],[14.514,-40.486],[-3.932,2.363],[-3.849,2.257],[-10.993,6.154],[-10.178,6.021],[-3.023,1.636],[-2.93,1.697],[-13.924,8.041],[-14.145,7.639],[-14.323,40.678]],"o":[[-0.822,-1.567],[-1.076,-1.342],[-1.232,-1.197],[-1.29,-1.132],[-3.933,-3.61],[-3.803,-3.65],[-3.719,-3.676],[-3.681,-3.688],[-0.167,0],[-0.167,0],[-0.167,0],[-0.167,0],[-2.079,1.359],[-2.152,1.272],[-2.19,1.224],[-2.193,1.215],[-1.742,1.004],[-1.851,1.071],[-1.884,1.055],[-1.841,0.957],[-0.088,0.039],[-0.078,0.176],[-0.077,0.225],[-0.086,0.186],[-0.984,0.56],[-0.999,0.489],[-1.006,0.467],[-1.004,0.495],[-2.922,1.684],[-2.923,1.666],[-2.919,1.659],[-2.912,1.663],[-11.628,6.731],[-11.539,6.701],[-3.965,2.286],[-3.977,2.199],[-0.014,0.88],[0.628,0.661],[7.178,6.845],[7.037,6.871],[2.606,2.606],[2.712,2.311],[-14.695,40.305],[-14.198,40.802],[4.422,-1.293],[3.932,-2.363],[10.849,-6.362],[10.993,-6.154],[2.976,-1.761],[3.023,-1.636],[14.158,-8.195],[13.924,-8.041],[13.749,-41.251],[14.323,-40.678]],"v":[[-104,-309],[-106.871,-313.342],[-110.358,-317.13],[-114.166,-320.602],[-118,-324],[-129.593,-334.893],[-140.865,-345.885],[-151.955,-356.934],[-163,-368],[-163.5,-368],[-164,-368],[-164.5,-368],[-165,-368],[-171.356,-364.064],[-177.877,-360.33],[-184.46,-356.682],[-191,-353],[-196.409,-349.867],[-202.029,-346.658],[-207.635,-343.62],[-213,-341],[-213.246,-340.654],[-213.476,-340.029],[-213.718,-339.39],[-214,-339],[-216.977,-337.44],[-219.985,-336.019],[-223.002,-334.589],[-226,-333],[-234.768,-327.977],[-243.533,-322.992],[-252.281,-318.011],[-261,-313],[-295.809,-292.8],[-330,-273],[-341.878,-266.226],[-354,-260],[-352.885,-257.698],[-351,-256],[-329.62,-235.37],[-309,-215],[-300.707,-207.91],[-294,-200],[-337.135,-78.136],[-380,44],[-367.57,38.223],[-356,31],[-322.996,12.244],[-291,-6],[-281.966,-11.048],[-273,-16],[-230.991,-40.418],[-189,-64],[-146.659,-186.658]],"c":true}],"h":1},{"t":22,"s":[{"i":[[-6.918,20.582],[0.268,0.51],[0.401,0.377],[0.476,0.301],[0.493,0.284],[0.452,0.326],[0.352,0.426],[4.45,4.216],[4.537,4.129],[4.443,4.223],[4.168,4.499],[0.167,0],[0.167,0],[0.167,0],[0.167,0],[15.707,-9.043],[15.713,-9.037],[15.775,-8.975],[15.892,-8.858],[-0.517,-0.649],[-0.678,-0.517],[-0.697,-0.484],[-0.573,-0.552],[-0.94,-0.982],[-0.91,-0.958],[-0.89,-0.872],[-0.88,-0.724],[-1.003,-0.948],[-0.947,-0.935],[-0.971,-0.894],[-1.072,-0.827],[-1.631,-1.572],[-1.588,-1.592],[-1.538,-1.474],[-1.481,-1.218],[-1.058,-0.904],[-0.96,-0.964],[-0.797,-1.078],[-0.57,-1.245],[6.651,-20.682],[6.6,-20.734],[6.524,-20.809],[6.423,-20.91],[-0.388,0.058],[-0.482,0.376],[-0.478,0.38],[-0.376,0.07],[-15.423,8.827],[-15.408,8.842],[-15.406,8.844],[-15.417,8.833],[-6.585,20.915],[-6.608,20.892],[-6.719,20.781]],"o":[[-0.076,-0.702],[-0.268,-0.51],[-0.401,-0.377],[-0.476,-0.301],[-0.493,-0.284],[-0.452,-0.326],[-4.183,-4.484],[-4.45,-4.216],[-4.537,-4.129],[-4.443,-4.223],[-0.167,0],[-0.167,0],[-0.167,0],[-0.167,0],[-15.755,8.995],[-15.707,9.043],[-15.713,9.037],[-15.775,8.975],[0.214,0.881],[0.517,0.649],[0.678,0.517],[0.697,0.484],[0.98,0.943],[0.94,0.982],[0.91,0.958],[0.89,0.872],[1.137,0.935],[1.003,0.948],[0.947,0.935],[0.971,0.894],[1.667,1.415],[1.631,1.572],[1.588,1.592],[1.538,1.474],[1.092,0.898],[1.058,0.904],[0.96,0.964],[0.797,1.078],[-6.677,20.656],[-6.651,20.682],[-6.6,20.734],[-6.524,20.809],[0.197,0.575],[0.388,-0.058],[0.482,-0.376],[0.478,-0.38],[15.452,-8.798],[15.423,-8.827],[15.408,-8.842],[15.406,-8.844],[6.65,-20.85],[6.585,-20.915],[6.608,-20.892],[6.719,-20.781]],"v":[[-109,-315],[-109.529,-316.804],[-110.547,-318.12],[-111.878,-319.122],[-113.347,-319.986],[-114.78,-320.887],[-116,-322],[-128.995,-335.006],[-142.521,-347.479],[-156.037,-359.962],[-169,-373],[-169.5,-373],[-170,-373],[-170.5,-373],[-171,-373],[-218.179,-345.929],[-265.294,-318.795],[-312.513,-291.763],[-360,-265],[-358.867,-262.73],[-357.038,-261.007],[-354.94,-259.53],[-353,-258],[-350.123,-255.096],[-347.35,-252.17],[-344.652,-249.409],[-342,-247],[-338.809,-244.168],[-335.902,-241.337],[-333.045,-238.587],[-330,-236],[-325.052,-231.485],[-320.222,-226.705],[-315.531,-222.072],[-311,-218],[-307.759,-215.31],[-304.717,-212.521],[-302.066,-209.471],[-300,-206],[-319.999,-143.999],[-339.881,-81.881],[-359.573,-19.573],[-379,43],[-378.097,43.697],[-376.768,42.968],[-375.304,41.754],[-374,41],[-327.691,14.559],[-281.447,-11.948],[-235.231,-38.481],[-189,-65],[-169.17,-127.67],[-149.403,-190.403],[-129.434,-252.934]],"c":true}],"h":1},{"t":23,"s":[{"i":[[-3.417,10.443],[0.478,0.682],[0.724,0.478],[0.759,0.432],[0.582,0.543],[0.943,0.979],[0.908,0.964],[0.886,0.878],[0.877,0.721],[3.556,3.304],[3.468,3.337],[3.553,3.24],[3.811,3.012],[0.258,0.064],[0.387,-0.202],[0.31,-0.29],[0.028,-0.199],[15.469,-8.864],[15.435,-8.899],[15.498,-8.835],[15.659,-8.674],[-0.109,-0.558],[-0.38,-0.51],[-0.456,-0.447],[-0.338,-0.369],[-0.511,-0.434],[-0.553,-0.427],[-0.516,-0.405],[-0.4,-0.367],[-3.022,-2.736],[-2.977,-2.747],[-2.842,-2.762],[-2.616,-2.782],[-0.757,-0.493],[-0.65,-0.6],[-0.568,-0.682],[-0.513,-0.738],[-1.3,-1.2],[-0.486,-2.014],[12.74,-41.926],[12.31,-42.358],[-7.563,4.483],[-7.616,3.434],[-0.154,0.451],[-0.207,0.118],[-2.016,0.936],[-2.006,1.157],[-5.977,3.463],[-5.885,3.569],[-15.752,9.081],[-16.008,8.825],[-9.52,31.759],[-9.327,31.174],[-3.361,10.516]],"o":[[-0.02,-1.043],[-0.478,-0.682],[-0.724,-0.478],[-0.759,-0.432],[-0.99,-0.923],[-0.943,-0.979],[-0.908,-0.964],[-0.886,-0.878],[-3.819,-3.14],[-3.556,-3.304],[-3.468,-3.337],[-3.553,-3.24],[0.077,-0.508],[-0.258,-0.064],[-0.387,0.202],[-0.31,0.29],[-15.601,8.732],[-15.469,8.864],[-15.435,8.899],[-15.498,8.835],[-0.357,0.589],[0.109,0.558],[0.38,0.511],[0.456,0.447],[0.39,0.425],[0.511,0.434],[0.553,0.427],[0.516,0.405],[2.975,2.731],[3.022,2.736],[2.977,2.747],[2.842,2.762],[0.889,0.361],[0.757,0.493],[0.65,0.6],[0.568,0.682],[1.315,1.185],[1.3,1.2],[-12.729,41.938],[-12.74,41.926],[8.132,-3.636],[7.563,-4.483],[0.175,-0.079],[0.154,-0.451],[1.932,-1.099],[2.016,-0.936],[6.206,-3.577],[5.977,-3.463],[15.985,-8.849],[15.752,-9.081],[9.592,-31.79],[9.52,-31.759],[3.139,-10.495],[3.361,-10.516]],"v":[[-112,-318],[-112.8,-320.549],[-114.657,-322.251],[-116.935,-323.577],[-119,-325],[-121.896,-327.871],[-124.669,-330.803],[-127.358,-333.584],[-130,-336],[-141.019,-345.698],[-151.511,-355.692],[-161.998,-365.59],[-173,-375],[-173.324,-375.812],[-174.344,-375.56],[-175.441,-374.777],[-176,-374],[-222.581,-347.581],[-268.912,-320.913],[-315.288,-294.288],[-362,-268],[-362.324,-266.275],[-361.542,-264.669],[-360.24,-263.228],[-359,-262],[-357.629,-260.708],[-356.015,-259.413],[-354.393,-258.162],[-353,-257],[-343.983,-248.801],[-334.962,-240.578],[-326.21,-232.316],[-318,-224],[-315.538,-222.712],[-313.435,-221.065],[-311.615,-219.135],[-310,-217],[-305.878,-213.622],[-303,-209],[-341.315,-83.315],[-379,43],[-355.613,30.349],[-333,18],[-332.524,17.029],[-332,16],[-326.056,13.043],[-320,10],[-301.759,-0.506],[-284,-11],[-236.518,-38.018],[-189,-65],[-160.301,-160.462],[-132,-255],[-122.208,-286.538]],"c":true}],"h":1},{"t":24,"s":[{"i":[[-12.084,43.082],[5.06,4.69],[5.113,4.637],[5.121,4.629],[5.084,4.665],[7.984,-4.594],[8.022,-4.537],[8.027,-4.549],[7.999,-4.631],[3.834,-2.26],[3.837,-2.272],[3.834,-2.251],[3.826,-2.196],[3.901,-2.205],[3.906,-2.166],[3.927,-2.128],[3.964,-2.092],[-0.485,-0.682],[-0.702,-0.464],[-0.617,-0.55],[-0.227,-0.939],[-0.688,-0.562],[-0.678,-0.572],[-0.651,-0.599],[-0.607,-0.643],[-2.581,-2.336],[-2.573,-2.344],[-2.581,-2.336],[-2.604,-2.313],[-0.651,-0.599],[-0.678,-0.572],[-0.688,-0.562],[-0.681,-0.569],[-0.654,-0.596],[-0.762,-0.488],[-0.602,-0.648],[-0.174,-1.076],[6.324,-21.093],[6.26,-21.157],[6.181,-21.236],[6.087,-21.329],[-2.026,1.043],[-2.001,1.098],[-1.975,1.131],[-1.948,1.142],[-2.95,1.687],[-2.926,1.656],[-2.888,1.641],[-2.836,1.642],[-10.884,6.31],[-10.878,6.263],[-10.93,6.197],[-11.041,6.112],[-12.652,42.515]],"o":[[-4.963,-4.788],[-5.06,-4.69],[-5.113,-4.637],[-5.121,-4.629],[-7.915,4.721],[-7.984,4.594],[-8.022,4.537],[-8.027,4.549],[-3.826,2.214],[-3.834,2.26],[-3.837,2.272],[-3.834,2.251],[-3.911,2.245],[-3.901,2.205],[-3.906,2.166],[-3.927,2.128],[-0.037,1.204],[0.485,0.682],[0.702,0.464],[0.617,0.55],[0.681,0.569],[0.688,0.562],[0.678,0.572],[0.651,0.599],[2.604,2.313],[2.581,2.336],[2.573,2.344],[2.581,2.336],[0.607,0.643],[0.651,0.599],[0.678,0.572],[0.688,0.562],[0.278,0.972],[0.654,0.596],[0.762,0.488],[0.602,0.648],[-6.375,21.042],[-6.324,21.093],[-6.26,21.157],[-6.181,21.236],[2.049,-0.966],[2.026,-1.043],[2.001,-1.098],[1.975,-1.131],[2.959,-1.735],[2.95,-1.687],[2.926,-1.656],[2.888,-1.641],[10.947,-6.338],[10.884,-6.31],[10.878,-6.263],[10.93,-6.197],[12.31,-42.856],[12.652,-42.515]],"v":[[-114,-321],[-129.045,-335.205],[-144.317,-349.183],[-159.68,-363.07],[-175,-377],[-198.856,-363.045],[-222.873,-349.365],[-246.953,-335.753],[-271,-322],[-282.491,-315.279],[-293.999,-308.472],[-305.508,-301.678],[-317,-295],[-328.715,-288.326],[-340.421,-281.771],[-352.167,-275.33],[-364,-269],[-363.252,-266.247],[-361.396,-264.604],[-359.342,-263.158],[-358,-261],[-355.942,-259.308],[-353.889,-257.611],[-351.891,-255.859],[-350,-254],[-342.227,-247.023],[-334.5,-240],[-326.773,-232.977],[-319,-226],[-317.109,-224.141],[-315.111,-222.389],[-313.058,-220.692],[-311,-219],[-309.536,-216.714],[-307.344,-215.156],[-305.231,-213.519],[-304,-211],[-323.051,-147.801],[-341.93,-84.431],[-360.594,-20.845],[-379,43],[-372.887,39.98],[-366.847,36.764],[-360.884,33.415],[-355,30],[-346.133,24.87],[-337.315,19.86],[-328.59,14.919],[-320,10],[-287.268,-8.975],[-254.639,-27.838],[-221.942,-46.532],[-189,-65],[-151.331,-192.83]],"c":true}],"h":1},{"t":25,"s":[{"i":[[0.334,0],[15.745,-9.005],[15.712,-9.038],[15.735,-9.014],[15.817,-8.933],[-0.513,-0.654],[-0.715,-0.452],[-0.72,-0.447],[-0.528,-0.639],[-0.546,-0.704],[-0.6,-0.65],[-0.754,-0.496],[-1.007,-0.243],[-2.456,-2.377],[-2.56,-2.273],[-2.574,-2.259],[-2.499,-2.335],[-0.651,-0.599],[-0.678,-0.572],[-0.688,-0.562],[-0.681,-0.569],[-0.654,-0.596],[-0.762,-0.488],[-0.602,-0.648],[-0.174,-1.076],[6.22,-21.196],[6.22,-21.196],[6.14,-21.277],[5.979,-21.438],[-15.811,9.022],[-15.741,9.093],[-15.809,9.024],[-16.017,8.816],[-5.431,18.703],[-5.432,18.629],[-5.41,18.487],[-5.365,18.277],[-0.827,2.725],[-0.788,2.726],[-0.692,2.763],[-0.539,2.835],[0.277,0.587],[0.642,0.642],[0.794,0.484],[0.732,0.114],[0.602,0.648],[0.659,0.591],[0.602,0.648],[0.431,0.819],[2.353,2.48],[3.315,1.519],[5.271,4.562],[4.439,5.394],[0.333,0]],"o":[[-15.837,8.914],[-15.745,9.005],[-15.712,9.038],[-15.735,9.014],[0.113,1.053],[0.513,0.654],[0.715,0.452],[0.72,0.447],[0.592,0.658],[0.546,0.704],[0.6,0.65],[0.754,0.496],[2.262,2.571],[2.456,2.377],[2.56,2.273],[2.574,2.259],[0.607,0.643],[0.651,0.599],[0.678,0.572],[0.688,0.562],[0.278,0.972],[0.654,0.596],[0.762,0.488],[0.602,0.648],[-6.14,21.277],[-6.22,21.196],[-6.22,21.196],[-6.14,21.277],[16.021,-8.812],[15.811,-9.022],[15.741,-9.093],[15.809,-9.024],[5.406,-18.709],[5.431,-18.703],[5.432,-18.628],[5.41,-18.487],[0.81,-2.76],[0.827,-2.725],[0.788,-2.726],[0.692,-2.763],[0.301,-0.318],[-0.277,-0.587],[-0.642,-0.642],[-0.794,-0.484],[-0.431,-0.819],[-0.602,-0.648],[-0.659,-0.59],[-0.602,-0.648],[-3.274,-1.56],[-2.353,-2.48],[-4.476,-5.357],[-5.271,-4.562],[-0.334,0],[-0.333,0]],"v":[[-176,-377],[-223.358,-350.108],[-270.53,-323.029],[-317.686,-295.936],[-365,-269],[-364.012,-266.488],[-362.122,-264.878],[-359.921,-263.579],[-358,-262],[-356.317,-259.933],[-354.622,-257.878],[-352.616,-256.134],[-350,-255],[-342.901,-247.599],[-335.355,-240.645],[-327.631,-233.869],[-320,-227],[-318.109,-225.141],[-316.111,-223.389],[-314.058,-221.692],[-312,-220],[-310.536,-217.714],[-308.344,-216.156],[-306.231,-214.519],[-305,-212],[-323.561,-148.31],[-342.242,-84.742],[-360.802,-21.052],[-379,43],[-331.287,16.213],[-283.994,-10.994],[-236.705,-38.205],[-189,-65],[-172.74,-121.134],[-156.439,-177.148],[-140.169,-232.838],[-124,-288],[-121.529,-296.22],[-119.093,-304.389],[-116.86,-312.613],[-115,-321],[-115.018,-322.41],[-116.45,-324.306],[-118.658,-326.05],[-121,-327],[-122.579,-329.171],[-124.5,-331],[-126.421,-332.829],[-128,-335],[-135.969,-341.531],[-144,-348],[-159.028,-362.472],[-174,-377],[-175,-377]],"c":true}],"h":1},{"t":26,"s":[{"i":[[1.988,0.279],[0.397,-0.127],[0.262,-0.214],[0.234,-0.23],[0.313,-0.175],[15.508,-8.852],[15.497,-8.933],[7.564,-4.358],[7.39,-3.332],[0.154,-0.451],[0.207,-0.118],[2.048,-0.955],[1.882,-1.084],[1.971,-1.156],[2.049,-1.187],[1.835,-1.223],[1.815,-1.04],[2.115,-0.992],[1.505,-1.863],[-7.543,-6.957],[-7.813,-6.686],[-1.356,-1.144],[-1.362,-1.138],[-1.524,-0.976],[-0.347,-2.153],[12.354,-42.479],[11.988,-42.846],[-11.558,6.989],[-11.741,5.293],[-0.154,0.451],[-0.207,0.118],[-2.22,0.914],[-2.078,1.183],[-0.336,0.399],[-0.372,0.241],[-3.509,1.931],[-3.328,1.919],[-12.237,6.9],[-11.274,6.611],[-1.367,0.738],[-0.402,0.385],[-0.852,0.529],[0.156,1.168],[-12.341,42.492],[-12.026,42.807],[5.02,4.659],[5.049,4.591],[1.589,1.472],[1.19,0.789],[0.266,0.319],[0.416,0.38],[2.001,1.593],[1.916,1.726],[1.186,1.395]],"o":[[-0.639,-0.032],[-0.397,0.127],[-0.262,0.214],[-0.234,0.23],[-15.471,8.661],[-15.508,8.852],[-7.352,4.238],[-7.564,4.358],[-0.175,0.079],[-0.154,0.451],[-1.928,1.097],[-2.048,0.955],[-2.066,1.191],[-1.971,1.156],[-1.845,1.067],[-1.835,1.223],[-2.037,1.168],[-2.115,0.992],[8.016,6.484],[7.543,6.957],[1.214,1.286],[1.356,1.144],[0.555,1.945],[1.524,0.976],[-12.595,42.239],[-12.354,42.479],[12.026,-5.749],[11.558,-6.989],[0.175,-0.079],[0.154,-0.451],[2.041,-1.161],[2.22,-0.914],[0.285,-0.162],[0.336,-0.399],[3.637,-2.357],[3.509,-1.931],[11.777,-6.788],[12.237,-6.9],[1.13,-0.663],[1.367,-0.738],[0.746,-0.715],[0.852,-0.529],[12.61,-42.224],[12.341,-42.492],[-4.873,-4.774],[-5.02,-4.659],[-1.456,-1.324],[-1.589,-1.472],[-0.519,-0.344],[-0.267,-0.319],[-2.08,-1.903],[-2.001,-1.593],[-1.268,-1.142],[-1.186,-1.395]],"v":[[-176,-377],[-177.528,-376.84],[-178.489,-376.311],[-179.206,-375.626],[-180,-375],[-226.48,-348.704],[-273,-322],[-295.471,-308.82],[-318,-297],[-318.476,-296.029],[-319,-295],[-325.034,-291.991],[-331,-289],[-337.012,-285.497],[-343,-282],[-348.523,-278.479],[-354,-275],[-360.399,-272.022],[-366,-268],[-342.848,-247.652],[-320,-227],[-316.111,-223.389],[-312,-220],[-308.344,-216.156],[-305,-212],[-342.455,-84.954],[-379,43],[-343.786,23.158],[-309,4],[-308.524,3.029],[-308,2],[-301.528,-0.984],[-295,-4],[-294.065,-4.941],[-293,-6],[-282.269,-12.329],[-272,-18],[-235.622,-38.633],[-200,-59],[-195.954,-61.208],[-193,-63],[-190.324,-64.66],[-189,-67],[-151.562,-194.063],[-115,-322],[-129.868,-336.137],[-145,-350],[-149.7,-354.401],[-154,-358],[-155.077,-358.973],[-156,-360],[-162.123,-365.132],[-168,-370],[-171.46,-374.147]],"c":true}],"h":1},{"t":27,"s":[{"i":[[-24.409,85.258],[5.02,4.659],[5.049,4.591],[1.589,1.472],[1.19,0.789],[0.266,0.319],[0.416,0.38],[1.994,1.596],[1.939,1.712],[1.202,1.364],[1.903,0.405],[0.774,-0.404],[0.055,-0.398],[5.584,-3.224],[5.204,-2.346],[0.154,-0.451],[0.207,-0.118],[2.247,-0.929],[2.031,-1.155],[0.336,-0.399],[0.372,-0.241],[1.492,-0.789],[1.447,-0.82],[3.79,-2.127],[3.301,-1.488],[0.155,-0.451],[0.206,-0.119],[2.224,-0.911],[2.038,-1.16],[0.336,-0.399],[0.372,-0.241],[1.495,-0.791],[1.462,-0.828],[4.561,-2.58],[3.518,-2.279],[3.566,-1.965],[3.225,-1.866],[1.986,-1.164],[1.996,-1.15],[3.929,-2.203],[3.404,-2.95],[-7.708,-6.958],[-7.269,-7.398],[-2.05,-2.95],[2.331,-3.309],[23.508,-85.826],[-23.485,10.588],[-0.415,0.236],[-4.156,2.365],[-0.744,0.482],[-6.466,3.765],[-22.653,13.303],[-0.796,0.763],[0.311,2.336]],"o":[[-4.873,-4.774],[-5.02,-4.659],[-1.456,-1.324],[-1.589,-1.472],[-0.519,-0.344],[-0.267,-0.319],[-2.084,-1.905],[-1.995,-1.596],[-1.288,-1.137],[-1.202,-1.364],[0.153,-1.015],[-0.774,0.404],[-5.458,2.759],[-5.585,3.224],[-0.175,0.079],[-0.154,0.451],[-1.981,1.127],[-2.247,0.929],[-0.285,0.162],[-0.336,0.399],[-1.583,1.025],[-1.492,0.789],[-3.539,2.005],[-3.79,2.127],[-0.174,0.078],[-0.155,0.451],[-2.067,1.195],[-2.224,0.911],[-0.285,0.162],[-0.336,0.399],[-1.557,1.009],[-1.495,0.791],[-4.24,2.402],[-4.561,2.58],[-3.51,2.274],[-3.566,1.965],[-2.061,1.193],[-1.986,1.164],[-3.881,2.238],[-3.929,2.203],[7.898,6.769],[7.708,6.958],[3.556,1.444],[1.746,2.385],[-23.678,85.655],[24.028,-11.529],[0.351,-0.158],[4.082,-2.323],[0.57,-0.324],[7.144,-4.629],[23.694,-13.796],[2.254,-1.324],[1.492,-1.43],[25.259,-84.409]],"v":[[-115,-322],[-129.868,-336.137],[-145,-350],[-149.7,-354.401],[-154,-358],[-155.077,-358.973],[-156,-360],[-162.109,-365.145],[-168,-370],[-171.539,-374.049],[-176,-377],[-177.344,-377.56],[-179,-376],[-195.69,-366.69],[-212,-358],[-212.476,-357.029],[-213,-356],[-219.463,-353.021],[-226,-350],[-226.935,-349.059],[-228,-348],[-232.602,-345.346],[-237,-343],[-248.178,-336.613],[-259,-331],[-259.477,-330.03],[-260,-329],[-266.521,-325.974],[-273,-323],[-273.935,-322.059],[-275,-321],[-279.57,-318.365],[-284,-316],[-297.542,-308.408],[-310,-301],[-320.714,-294.694],[-331,-289],[-337.049,-285.468],[-343,-282],[-354.858,-275.534],[-366,-268],[-342.528,-247.472],[-320,-226],[-312,-219],[-306,-212],[-379,43],[-309,4],[-308,2],[-295,-4],[-293,-6],[-272,-18],[-200,-59],[-193,-63],[-189,-67]],"c":true}],"h":1},{"t":82,"s":[{"i":[[-20.385,88.614],[10.376,8.624],[9.832,9.168],[0.333,0],[0.334,0],[31.427,-18.073],[31.775,-17.725],[-1.347,-0.986],[-1.036,-1.297],[-3.928,-3.238],[-3.472,-3.695],[-2.551,-2.282],[-2.727,-2.106],[-1.807,-1.77],[-1.561,-1.438],[-0.957,-0.505],[0.488,-1.37],[4.364,-18.268],[3.861,-16.933],[0.433,-2.835],[0.624,-2.837],[0.596,-1.312],[0.318,-1.394],[0.433,-2.878],[0.638,-2.722],[3.139,-13.14],[2.337,-13.184],[0.438,-0.691],[0.132,-0.589],[0.085,-1.51],[0.332,-1.512],[0.604,-1.35],[0.297,-1.299],[0.097,-1.543],[0.293,-1.423],[0.512,-1.394],[-1.293,-1.24],[-15.852,9.158],[-15.942,9.03],[-1.707,0.841],[-1.398,0.63],[-0.154,0.451],[-0.207,0.118],[-2.22,0.914],[-2.078,1.183],[-0.336,0.399],[-0.372,0.241],[-1.718,0.772],[-1.534,0.88],[-0.76,0.712],[-1.003,0.604],[-2.112,1.214],[-3.554,2.049],[-11.518,7.822]],"o":[[-9.665,-9.335],[-10.376,-8.624],[-0.334,0],[-0.333,0],[-31.517,17.983],[-31.427,18.073],[0.575,1.758],[1.347,0.986],[3.815,3.352],[3.928,3.238],[3.067,1.767],[2.551,2.282],[2.211,1.484],[1.807,1.77],[0.663,0.61],[0.957,0.505],[-3.685,17.995],[-4.363,18.268],[-0.644,2.823],[-0.433,2.835],[-0.298,1.358],[-0.596,1.312],[-0.631,2.765],[-0.433,2.878],[-3.106,13.255],[-3.139,13.14],[-0.115,0.645],[-0.438,0.691],[-0.326,1.448],[-0.085,1.51],[-0.286,1.3],[-0.604,1.35],[-0.321,1.407],[-0.097,1.542],[-0.244,1.184],[-0.512,1.394],[15.651,-9.339],[15.852,-9.158],[1.774,-1.005],[1.707,-0.841],[0.175,-0.079],[0.154,-0.451],[2.041,-1.162],[2.22,-0.914],[0.285,-0.162],[0.336,-0.399],[1.596,-1.034],[1.718,-0.772],[0.957,-0.549],[0.76,-0.712],[2.025,-1.218],[3.713,-2.134],[12.438,-7.169],[19.552,-89.446]],"v":[[-113,-326],[-143.375,-352.625],[-174,-379],[-175,-379],[-176,-379],[-270.306,-324.806],[-365,-271],[-361.846,-267.154],[-358,-264],[-346.243,-254.257],[-335,-244],[-326.745,-237.755],[-319,-231],[-313.013,-225.965],[-308,-221],[-305.137,-219.57],[-304,-217],[-316.367,-162.203],[-329,-109],[-330.515,-100.51],[-332,-92],[-333.485,-88.027],[-335,-84],[-336.495,-75.468],[-338,-67],[-347.576,-27.446],[-356,12],[-356.986,14.042],[-358,16],[-358.495,20.452],[-359,25],[-360.492,29.001],[-362,33],[-362.521,37.488],[-363,42],[-364.652,45.958],[-364,50],[-316.718,22.269],[-269,-5],[-263.718,-7.78],[-259,-10],[-258.524,-10.971],[-258,-12],[-251.528,-14.984],[-245,-18],[-244.065,-18.941],[-243,-20],[-237.954,-22.616],[-233,-25],[-230.534,-26.959],[-228,-29],[-221,-32],[-210,-39],[-174,-60]],"c":true}],"h":1},{"t":83,"s":[{"i":[[0.334,0],[15.742,-9.009],[15.712,-9.038],[15.74,-9.01],[15.823,-8.927],[-0.514,-0.574],[-0.66,-0.437],[-0.691,-0.394],[-0.607,-0.447],[-2.009,-1.424],[-1.998,-1.394],[-1.99,-1.399],[-1.986,-1.437],[-1.145,-0.901],[-1.137,-0.91],[-1.048,-0.804],[-0.879,-0.583],[-0.172,-0.174],[-0.146,-0.179],[-0.151,-0.165],[-0.188,-0.134],[-0.423,-0.157],[-0.471,-0.142],[-0.437,-0.164],[-0.322,-0.221],[-0.082,-0.172],[-0.074,-0.209],[-0.08,-0.183],[-0.1,-0.093],[-0.246,-0.076],[-0.267,-0.036],[-0.262,-0.067],[-0.233,-0.17],[-0.077,-0.174],[-0.064,-0.205],[-0.08,-0.178],[-0.125,-0.094],[-0.262,-0.075],[-0.27,-0.044],[-0.249,-0.071],[-0.197,-0.159],[-0.607,-0.681],[0.041,-0.782],[5.507,-48.159],[5.667,-47.999],[-31.732,18.268],[-31.93,18.07],[-5.507,48.16],[-5.646,48.02],[5.256,3.713],[5.274,3.8],[5.202,3.814],[4.981,3.988],[0.333,0]],"o":[[-15.827,8.923],[-15.742,9.009],[-15.712,9.038],[-15.74,9.01],[0.255,0.807],[0.514,0.574],[0.66,0.437],[0.691,0.394],[2.022,1.486],[2.009,1.424],[1.998,1.394],[1.99,1.399],[1.073,0.776],[1.145,0.901],[1.137,0.91],[1.048,0.804],[0.229,0.152],[0.172,0.174],[0.146,0.179],[0.151,0.165],[0.294,0.209],[0.423,0.157],[0.471,0.142],[0.437,0.164],[0.104,0.072],[0.082,0.172],[0.074,0.209],[0.08,0.183],[0.2,0.186],[0.246,0.076],[0.267,0.036],[0.262,0.067],[0.118,0.086],[0.077,0.174],[0.064,0.205],[0.08,0.178],[0.222,0.167],[0.262,0.075],[0.27,0.044],[0.249,0.071],[0.611,0.492],[0.608,0.681],[-5.303,48.363],[-5.507,48.16],[32.142,-17.858],[31.732,-18.268],[5.326,-48.341],[5.507,-48.16],[-4.703,-4.346],[-5.256,-3.713],[-5.212,-3.755],[-5.202,-3.814],[-0.334,0],[-0.333,0]],"v":[[-167,-376],[-214.339,-349.089],[-261.506,-322.005],[-308.669,-294.919],[-356,-268],[-354.818,-265.952],[-353.029,-264.46],[-350.975,-263.237],[-349,-262],[-342.955,-257.644],[-336.946,-253.425],[-330.963,-249.244],[-325,-245],[-321.652,-242.455],[-318.208,-239.71],[-314.91,-237.11],[-312,-235],[-311.407,-234.506],[-310.939,-233.973],[-310.501,-233.453],[-310,-233],[-308.903,-232.46],[-307.542,-232.019],[-306.16,-231.568],[-305,-231],[-304.724,-230.619],[-304.494,-230.032],[-304.266,-229.429],[-304,-229],[-303.325,-228.625],[-302.55,-228.475],[-301.75,-228.338],[-301,-228],[-300.715,-227.595],[-300.51,-227.012],[-300.301,-226.422],[-300,-226],[-299.266,-225.652],[-298.461,-225.488],[-297.675,-225.33],[-297,-225],[-295.012,-223.218],[-294,-221],[-310.227,-76.228],[-327,68],[-231.341,13.659],[-136,-41],[-119.74,-185.74],[-103,-330],[-118.072,-341.91],[-134,-353],[-149.673,-364.325],[-165,-376],[-166,-376]],"c":true}],"h":1},{"t":84,"s":[{"i":[[0,51.666],[5.213,3.037],[5.227,3.023],[5.276,2.974],[5.358,2.892],[0.258,0.064],[0.387,-0.202],[0.31,-0.29],[0.028,-0.199],[3.213,-1.756],[3.213,-1.772],[3.018,-1.755],[2.63,-1.704],[2.173,-1.214],[1.353,-0.876],[1.478,-0.78],[1.505,-0.852],[4.589,-2.596],[3.476,-2.252],[3.572,-1.97],[3.209,-1.85],[4.553,-2.565],[3.532,-2.288],[3.561,-1.964],[3.24,-1.867],[5.908,-3.34],[5.284,-4.135],[-5.363,-2.905],[-5.395,-3.096],[-1.132,-0.895],[-1.219,-0.699],[-1.526,-0.584],[-1.429,-0.823],[-0.504,-0.609],[-0.476,-0.271],[-2.051,-0.956],[-1.507,-1.873],[0.122,-51.711],[0.574,-51.259],[-7.547,4.505],[-7.696,4.417],[-7.89,4.285],[-7.764,4.456],[-7.651,4.536],[-7.699,4.438],[-5.646,3.161],[-5.151,2.322],[-0.155,0.451],[-0.206,0.119],[-2.116,0.991],[-1.502,1.866],[-1.164,0.502],[-0.117,1.55],[0,51.667]],"o":[[-5.233,-3.017],[-5.213,-3.037],[-5.227,-3.023],[-5.276,-2.974],[0.077,-0.508],[-0.258,-0.064],[-0.387,0.202],[-0.31,0.29],[-3.019,1.707],[-3.213,1.756],[-3.213,1.772],[-3.018,1.755],[-1.954,1.267],[-2.173,1.214],[-1.584,1.026],[-1.478,0.78],[-4.17,2.362],[-4.589,2.596],[-3.504,2.27],[-3.572,1.97],[-4.254,2.452],[-4.553,2.565],[-3.518,2.279],[-3.561,1.964],[-6.083,3.506],[-5.908,3.34],[5.153,3.284],[5.363,2.905],[1.254,0.719],[1.132,0.895],[1.469,0.843],[1.526,0.584],[0.508,0.293],[0.504,0.609],[2.289,1.303],[2.051,0.956],[0.063,51.897],[-0.122,51.711],[8.118,-3.563],[7.547,-4.505],[7.675,-4.405],[7.89,-4.285],[7.697,-4.418],[7.651,-4.536],[5.263,-3.034],[5.646,-3.161],[0.174,-0.079],[0.155,-0.451],[2.034,-1.171],[2.116,-0.991],[1.227,-0.44],[1.164,-0.502],[0,-51.666],[0,-51.667]],"v":[[-79,-324],[-94.66,-333.09],[-110.312,-342.188],[-126.058,-351.192],[-142,-360],[-142.324,-360.812],[-143.344,-360.56],[-144.441,-359.777],[-145,-359],[-154.397,-353.796],[-164.084,-348.495],[-173.479,-343.196],[-182,-338],[-188.451,-334.207],[-194,-331],[-198.56,-328.37],[-203,-326],[-216.521,-318.418],[-229,-311],[-239.721,-304.684],[-250,-299],[-263.541,-291.377],[-276,-284],[-286.709,-277.691],[-297,-272],[-315.1,-261.971],[-332,-251],[-316.182,-241.859],[-300,-233],[-296.474,-230.485],[-293,-228],[-288.471,-225.985],[-284,-224],[-282.476,-222.484],[-281,-221],[-274.414,-217.928],[-269,-214],[-269.022,-58.522],[-270,96],[-246.684,83.641],[-224,70],[-200.566,57.038],[-177,44],[-154.001,30.515],[-131,17],[-114.416,7.466],[-98,-1],[-97.524,-1.97],[-97,-3],[-90.601,-5.978],[-85,-10],[-81.167,-11.168],[-79,-14],[-79,-169]],"c":true}],"h":1},{"t":85,"s":[{"i":[[5.139,54.528],[5.199,2.301],[5.174,2.326],[5.263,2.237],[5.465,2.035],[0.258,0.064],[0.387,-0.202],[0.31,-0.29],[0.028,-0.199],[2.908,-1.6],[2.859,-1.6],[2.771,-1.575],[2.645,-1.524],[1.227,-0.7],[1.211,-0.689],[1.128,-0.644],[0.979,-0.567],[0.658,-0.416],[0.632,-0.412],[0.658,-0.416],[0.736,-0.426],[1.274,-0.71],[1.246,-0.694],[1.099,-0.637],[0.834,-0.54],[3.375,-1.74],[2.647,-1.193],[0.154,-0.451],[0.207,-0.118],[1.391,-0.636],[0.907,-0.587],[0.511,-0.354],[0.454,-0.26],[6.383,-3.506],[5.325,-3.45],[3.375,-1.74],[2.647,-1.193],[0.154,-0.451],[0.207,-0.118],[2.024,-0.941],[1.967,-1.133],[1.865,-1.126],[1.643,-1.404],[1.164,-0.502],[0.116,-1.55],[-10.564,-4.602],[-10.23,-4.937],[-5.201,-54.132],[-4.633,-54.7],[-7.951,4.62],[-7.892,4.548],[-23.804,13.557],[-23.698,13.89],[5.127,54.54]],"o":[[-5.337,-2.163],[-5.199,-2.301],[-5.174,-2.326],[-5.263,-2.237],[0.076,-0.508],[-0.258,-0.064],[-0.387,0.202],[-0.31,0.29],[-2.919,1.576],[-2.908,1.6],[-2.859,1.6],[-2.771,1.575],[-1.177,0.678],[-1.227,0.7],[-1.211,0.689],[-1.128,0.644],[-0.735,0.426],[-0.658,0.416],[-0.632,0.412],[-0.658,0.416],[-1.183,0.685],[-1.274,0.71],[-1.246,0.694],[-1.099,0.637],[-2.853,1.849],[-3.375,1.74],[-0.175,0.079],[-0.154,0.451],[-1.531,0.87],[-1.391,0.635],[-0.502,0.325],[-0.511,0.354],[-6.142,3.525],[-6.383,3.506],[-2.853,1.849],[-3.375,1.74],[-0.175,0.079],[-0.154,0.451],[-1.938,1.102],[-2.024,0.941],[-1.897,1.094],[-1.865,1.126],[-1.227,0.44],[-1.164,0.502],[10.512,4.654],[10.564,4.602],[4.561,54.772],[5.201,54.132],[8.303,-3.97],[7.952,-4.62],[24.085,-13.883],[23.804,-13.557],[-5.354,-54.312],[-5.127,-54.54]],"v":[[-38,-303],[-53.777,-309.723],[-69.309,-316.691],[-84.937,-323.563],[-101,-330],[-101.324,-330.812],[-102.344,-330.56],[-103.441,-329.777],[-104,-329],[-112.75,-324.23],[-121.411,-319.423],[-129.866,-314.655],[-138,-310],[-141.624,-307.924],[-145.298,-305.832],[-148.823,-303.825],[-152,-302],[-154.077,-300.74],[-156,-299.5],[-157.922,-298.26],[-160,-297],[-163.715,-294.898],[-167.524,-292.783],[-171.07,-290.777],[-174,-289],[-183.655,-283.508],[-193,-279],[-193.476,-278.029],[-194,-277],[-198.468,-274.788],[-202,-273],[-203.536,-271.952],[-205,-271],[-224.113,-260.443],[-242,-250],[-251.655,-244.508],[-261,-240],[-261.476,-239.029],[-262,-238],[-267.978,-235.024],[-274,-232],[-279.691,-228.733],[-285,-225],[-288.833,-223.833],[-291,-221],[-259.288,-207.212],[-228,-193],[-213.054,-29.946],[-198,133],[-173.692,119.934],[-150,106],[-78.21,65.005],[-7,24],[-22.662,-139.338]],"c":true}],"h":1},{"t":86,"s":[{"i":[[10.245,3.422],[0.279,-0.137],[0.255,-0.161],[0.223,-0.193],[0.183,-0.234],[13.698,-7.802],[13.658,-7.842],[13.631,-7.869],[13.617,-7.883],[2.011,-1.072],[1.991,-1.092],[1.86,-1.224],[1.615,-1.468],[-5.254,-1.58],[-5.198,-1.635],[-5.096,-1.738],[-4.945,-1.889],[-4.81,-27.856],[-4.813,-27.853],[-4.721,-27.945],[-4.534,-28.132],[-0.985,0.209],[-0.991,0.584],[-0.886,0.708],[-0.669,0.582],[-4.146,2.251],[-4.05,2.346],[-3.879,2.297],[-3.634,2.104],[-0.705,0.446],[-0.647,0.423],[-0.618,0.39],[-0.62,0.348],[-1.015,0.496],[-1.003,0.467],[-0.986,0.488],[-0.965,0.559],[-3.8,2.198],[-3.745,2.164],[-3.698,2.134],[-3.658,2.108],[-1.916,1.079],[-1.921,1.074],[-1.92,1.083],[-1.912,1.107],[-5.445,3.182],[-5.041,2.273],[-0.155,0.451],[-0.206,0.119],[-2.122,0.964],[-0.704,2.096],[9.586,56.08],[9.886,55.781],[10.393,3.274]],"o":[[-0.296,0.121],[-0.279,0.137],[-0.255,0.161],[-0.223,0.193],[-13.752,7.748],[-13.698,7.802],[-13.658,7.842],[-13.631,7.869],[-1.919,1.165],[-2.011,1.072],[-1.991,1.092],[-1.86,1.224],[5.261,1.572],[5.254,1.58],[5.199,1.635],[5.096,1.738],[4.713,27.954],[4.81,27.856],[4.813,27.853],[4.721,27.946],[0.866,0.417],[0.985,-0.209],[0.991,-0.584],[0.886,-0.708],[4.168,-2.012],[4.146,-2.251],[4.05,-2.346],[3.879,-2.297],[0.794,-0.46],[0.705,-0.446],[0.647,-0.423],[0.618,-0.39],[1.023,-0.574],[1.015,-0.496],[1.003,-0.467],[0.986,-0.488],[3.861,-2.235],[3.8,-2.198],[3.745,-2.164],[3.698,-2.134],[1.905,-1.098],[1.916,-1.079],[1.921,-1.074],[1.92,-1.083],[5.179,-2.998],[5.445,-3.182],[0.174,-0.078],[0.155,-0.451],[1.809,-1.046],[2.122,-0.964],[-9.77,-55.898],[-9.586,-56.08],[-10.184,-3.483],[-10.393,-3.274]],"v":[[-44,-289],[-44.864,-288.614],[-45.668,-288.168],[-46.388,-287.638],[-47,-287],[-88.172,-263.672],[-129.203,-240.203],[-170.132,-216.632],[-211,-193],[-216.923,-189.673],[-222.955,-186.455],[-228.759,-183.009],[-234,-179],[-218.216,-174.284],[-202.526,-169.474],[-187.073,-164.427],[-172,-159],[-157.692,-75.309],[-143.232,8.232],[-128.907,91.907],[-115,176],[-112.196,176.251],[-109.204,174.999],[-106.36,172.998],[-104,171],[-91.511,164.569],[-79.2,157.638],[-67.288,150.637],[-56,144],[-53.759,142.639],[-51.739,141.332],[-49.849,140.11],[-48,139],[-44.942,137.408],[-41.914,135.977],[-38.929,134.557],[-36,133],[-24.51,126.351],[-13.194,119.809],[-2.031,113.363],[9,107],[14.733,103.739],[20.489,100.513],[26.251,97.281],[32,94],[48.103,84.456],[64,76],[64.476,75.03],[65,74],[71.328,71.288],[76,67],[47.087,-101.088],[18,-269],[-12.954,-279.046]],"c":true}],"h":1},{"t":87,"s":[{"i":[[27.003,113.662],[10.181,2.153],[10.293,2.041],[0.511,-0.323],[0.367,-0.467],[10.234,-5.95],[9.666,-5.596],[1.435,-0.663],[0.948,-0.589],[0.339,-0.405],[0.343,-0.192],[1.867,-0.751],[1.744,-0.992],[0.315,-0.394],[0.424,-0.245],[1.738,-1.045],[1.253,-0.779],[0.489,-0.095],[0.554,-0.315],[4.118,-2.526],[4.198,-2.43],[1.435,-0.663],[0.947,-0.589],[0.339,-0.405],[0.343,-0.192],[1.866,-0.75],[1.73,-0.984],[0.315,-0.394],[0.424,-0.245],[0.842,-0.507],[0.616,-0.383],[2.242,-1.142],[1.706,-1.985],[1.997,-1.069],[1.893,-1.091],[1.038,-0.474],[0.954,-0.589],[0.441,-2.289],[-18.978,-5.356],[-26.817,-113.848],[-23.36,10.529],[-0.415,0.236],[-2.621,1.181],[-0.411,0.238],[-4.004,2.278],[-0.744,0.482],[-3.009,1.705],[-11.948,6.987],[-3.854,2.215],[-1.714,0.999],[-2.258,1.296],[-3.977,2.302],[-0.669,0.641],[0.311,2.336]],"o":[[-9.984,-2.35],[-10.181,-2.153],[-0.591,0.243],[-0.511,0.323],[-10.396,5.606],[-10.234,5.95],[-1.311,0.759],[-1.435,0.663],[-0.302,0.188],[-0.339,0.405],[-1.79,1.005],[-1.867,0.751],[-0.317,0.18],[-0.315,0.394],[-1.797,1.04],[-1.738,1.045],[-0.49,0.305],[-0.489,0.095],[-4.329,2.464],[-4.118,2.526],[-1.311,0.759],[-1.435,0.663],[-0.302,0.188],[-0.339,0.405],[-1.806,1.014],[-1.866,0.75],[-0.316,0.18],[-0.315,0.394],[-1.015,0.588],[-0.842,0.507],[-2.327,1.447],[-2.242,1.142],[-2.12,0.632],[-1.997,1.069],[-0.892,0.514],[-1.038,0.474],[-1.717,1.061],[20.354,3.979],[26.787,113.877],[23.853,-11.713],[0.351,-0.158],[3.297,-1.876],[0.348,-0.157],[3.969,-2.294],[0.57,-0.324],[3.168,-2.053],[12.416,-7.033],[3.912,-2.288],[1.861,-1.069],[2.317,-1.35],[3.881,-2.227],[2.025,-1.172],[1.492,-1.43],[-26.626,-114.038]],"v":[[88,-225],[57.732,-231.732],[27,-238],[25.332,-237.168],[24,-236],[-7.048,-218.493],[-37,-201],[-41.273,-198.873],[-45,-197],[-45.969,-196.004],[-47,-195],[-52.534,-192.49],[-58,-190],[-58.919,-189.049],[-60,-188],[-65.408,-184.804],[-70,-182],[-71.452,-181.508],[-73,-181],[-85.599,-173.474],[-98,-166],[-102.273,-163.873],[-106,-162],[-106.969,-161.004],[-108,-160],[-113.557,-157.478],[-119,-155],[-119.919,-154.049],[-121,-153],[-123.799,-151.347],[-126,-150],[-132.965,-146.404],[-139,-142],[-145.17,-139.345],[-151,-136],[-153.953,-134.556],[-157,-133],[-162,-128],[-102,-115],[-22,227],[48,188],[49,186],[60,181],[61,179],[74,173],[76,171],[85,166],[121,145],[133,139],[138,135],[145,132],[157,125],[164,121],[168,117]],"c":true}],"h":1},{"t":88,"s":[{"i":[[16.578,57.256],[4.886,0.614],[4.897,0.603],[4.937,0.563],[5.007,0.493],[0.279,-0.137],[0.255,-0.161],[0.223,-0.193],[0.183,-0.233],[1.954,-1.031],[1.897,-1.159],[1.869,-1.174],[1.871,-1.074],[2.017,-1.077],[2.005,-1.048],[1.986,-1.072],[1.96,-1.149],[10.754,-6.231],[10.762,-6.198],[10.627,-6.118],[10.348,-5.99],[1.07,-0.473],[1.038,-0.565],[0.824,-0.81],[0.427,-1.208],[-4.897,-0.519],[-4.816,-0.6],[-4.761,-0.656],[-4.731,-0.686],[-6.099,-21.557],[-6.03,-21.534],[-6.042,-21.46],[-6.133,-21.335],[-2.068,-7.219],[-2.024,-7.237],[-1.944,-7.274],[-1.828,-7.331],[-1.066,0.438],[-0.982,0.572],[-0.925,0.598],[-0.895,0.516],[-1.023,0.544],[-0.999,0.544],[-0.976,0.603],[-0.954,0.721],[-13.655,7.727],[-13.678,7.702],[-13.435,7.749],[-12.923,7.869],[-0.545,0.201],[-0.53,0.265],[-0.345,0.432],[0.01,0.701],[16.195,57.638]],"o":[[-4.906,-0.594],[-4.886,-0.614],[-4.897,-0.603],[-4.937,-0.563],[-0.296,0.121],[-0.279,0.137],[-0.255,0.161],[-0.223,0.193],[-2.041,0.788],[-1.954,1.031],[-1.897,1.159],[-1.869,1.174],[-2.022,1.161],[-2.017,1.077],[-2.005,1.048],[-1.986,1.072],[-10.603,6.218],[-10.754,6.231],[-10.762,6.198],[-10.627,6.118],[-0.921,0.533],[-1.07,0.473],[-1.038,0.565],[-0.824,0.81],[5.004,0.413],[4.897,0.519],[4.816,0.6],[4.761,0.656],[6.247,21.529],[6.099,21.557],[6.03,21.534],[6.042,21.46],[2.075,7.221],[2.068,7.219],[2.024,7.237],[1.944,7.274],[1.178,-0.195],[1.066,-0.438],[0.982,-0.572],[0.925,-0.598],[1.048,-0.604],[1.023,-0.544],[0.999,-0.544],[0.976,-0.603],[13.363,-7.824],[13.655,-7.727],[13.678,-7.702],[13.435,-7.749],[0.39,-0.238],[0.545,-0.201],[0.53,-0.265],[0.345,-0.432],[-16.641,-57.194],[-16.195,-57.637]],"v":[[169,-174],[154.318,-175.818],[139.651,-177.651],[124.908,-179.408],[110,-181],[109.136,-180.614],[108.332,-180.168],[107.612,-179.638],[107,-179],[101.014,-176.242],[95.244,-172.928],[89.603,-169.4],[84,-166],[77.94,-162.657],[71.906,-159.483],[65.919,-156.317],[60,-153],[27.929,-134.315],[-4.382,-115.659],[-36.502,-97.174],[-68,-79],[-71.033,-77.53],[-74.241,-76.012],[-77.078,-73.988],[-79,-71],[-64.155,-69.595],[-49.59,-67.909],[-35.231,-66.019],[-21,-64],[-2.502,0.642],[15.671,65.291],[33.759,129.795],[52,194],[58.224,215.655],[64.371,237.335],[70.332,259.098],[76,281],[79.359,280.025],[82.424,278.482],[85.277,276.699],[88,275],[91.107,273.292],[94.142,271.675],[97.105,269.971],[100,268],[140.594,244.693],[181.66,221.568],[222.397,198.409],[262,175],[263.445,174.368],[265.101,173.695],[266.456,172.674],[267,171],[217.953,-1.454]],"c":true}],"h":1},{"t":89,"s":[{"i":[[18.379,58.121],[4.815,0.185],[4.792,0.208],[4.706,0.294],[4.557,0.443],[0.279,-0.137],[0.255,-0.161],[0.223,-0.193],[0.183,-0.233],[6.935,-3.952],[6.211,-3.674],[2.953,-1.594],[3.067,-1.775],[5.697,-3.307],[5.614,-2.531],[0.154,-0.451],[0.208,-0.118],[2.075,-0.966],[1.822,-1.069],[5.692,-3.294],[5.62,-2.534],[0.154,-0.451],[0.207,-0.118],[2.016,-0.936],[2.006,-1.157],[2.029,-1.189],[1.942,-1.124],[1.788,-1.196],[1.943,-1.114],[2.135,-1.004],[1.533,-1.877],[-9.743,-0.424],[-9.514,-0.653],[-13.995,-43.194],[-13.492,-42.653],[-4.536,-14.474],[-4.277,-14.63],[-1.94,1.232],[-1.839,1.055],[-3.985,2.089],[-3.888,2.251],[-7.74,4.567],[-7.584,3.419],[-0.154,0.451],[-0.207,0.118],[-2.22,0.914],[-2.041,1.161],[-0.336,0.399],[-0.372,0.241],[-1.479,0.781],[-1.488,0.842],[-13.917,8.033],[-14.13,7.822],[18.579,57.92]],"o":[[-4.774,-0.226],[-4.815,-0.185],[-4.792,-0.208],[-4.706,-0.294],[-0.296,0.121],[-0.279,0.137],[-0.255,0.161],[-0.223,0.193],[-7.049,3.519],[-6.935,3.952],[-3.121,1.846],[-2.953,1.595],[-5.597,3.24],[-5.697,3.307],[-0.175,0.079],[-0.154,0.451],[-1.877,1.068],[-2.075,0.966],[-5.61,3.29],[-5.692,3.294],[-0.175,0.079],[-0.154,0.451],[-1.931,1.099],[-2.016,0.936],[-1.944,1.12],[-2.029,1.189],[-1.907,1.104],[-1.788,1.196],[-1.928,1.105],[-2.135,1.004],[9.514,0.653],[9.743,0.424],[13.528,43.572],[13.995,43.194],[4.579,14.475],[4.536,14.474],[2.401,-0.015],[1.94,-1.232],[4.172,-2.394],[3.985,-2.089],[7.454,-4.315],[7.74,-4.566],[0.175,-0.079],[0.154,-0.451],[2.078,-1.183],[2.22,-0.914],[0.285,-0.162],[0.336,-0.399],[1.596,-1.034],[1.479,-0.781],[14.202,-8.046],[13.917,-8.033],[-18.303,-58.198],[-18.579,-57.92]],"v":[[259,-118],[244.601,-118.601],[230.175,-119.175],[215.911,-119.911],[202,-121],[201.136,-120.614],[200.332,-120.168],[199.612,-119.638],[199,-119],[177.871,-107.617],[158,-96],[148.959,-90.947],[140,-86],[123.012,-75.968],[106,-67],[105.524,-66.029],[105,-65],[98.958,-62],[93,-59],[76.008,-48.933],[59,-40],[58.524,-39.029],[58,-38],[52.056,-35.043],[46,-32],[39.999,-28.503],[34,-25],[28.527,-21.508],[23,-18],[16.703,-15.079],[11,-11],[40,-9.5],[69,-8],[110.527,122.189],[152,251],[165.726,294.384],[179,338],[185.422,335.78],[191,332],[203.213,325.392],[215,319],[237.903,305.328],[261,293],[261.476,292.029],[262,291],[268.528,287.984],[275,285],[275.935,284.059],[277,283],[281.581,280.356],[286,278],[328.054,253.832],[370,230],[314.557,55.943]],"c":true}],"h":1},{"t":90,"s":[{"i":[[19.661,58.174],[9.686,-0.147],[9.322,-0.511],[9.539,-5.676],[9.368,-4.223],[0.154,-0.451],[0.207,-0.118],[2.226,-0.913],[2.067,-1.195],[0.333,-0.397],[0.377,-0.245],[2.183,-1.221],[1.351,-0.875],[3.548,-1.955],[3.238,-1.866],[7.974,-4.573],[7.263,-4.186],[6.023,-3.384],[5.694,-3.882],[-9.5,0],[-9.5,0],[-12.632,-36.312],[-12.222,-35.517],[-1.393,-3.496],[-1.205,-3.464],[-1.087,-3.84],[-1.32,-3.809],[-3.96,-10.873],[-3.525,-10.015],[-1.175,-3.754],[-2.033,-3.387],[-1.834,1.209],[-1.832,1.072],[-2.035,0.941],[-1.895,1.089],[-1.814,1.211],[-1.844,1.062],[-2.492,1.389],[-1.656,1.073],[-3.376,1.741],[-2.651,1.195],[-0.154,0.451],[-0.207,0.118],[-2.026,0.937],[-1.935,1.135],[-13.494,7.717],[-12.901,7.436],[-1.793,1.205],[-1.904,1.07],[-2.113,1.001],[-1.538,1.869],[-1.164,0.502],[-0.116,1.55],[20.165,57.667]],"o":[[-9.934,-0.1],[-9.686,0.147],[-9.476,5.073],[-9.539,5.676],[-0.175,0.079],[-0.154,0.451],[-2.029,1.154],[-2.226,0.913],[-0.291,0.168],[-0.333,0.397],[-1.917,1.242],[-2.183,1.221],[-3.569,2.312],[-3.548,1.955],[-7.843,4.521],[-7.974,4.573],[-6.212,3.581],[-6.023,3.384],[9.5,0],[9.5,0],[12.249,36.236],[12.632,36.312],[1.222,3.553],[1.393,3.496],[1.333,3.833],[1.087,3.839],[3.636,10.493],[3.96,10.873],[1.266,3.596],[1.175,3.754],[1.833,-1.094],[1.834,-1.209],[1.964,-1.149],[2.035,-0.941],[1.903,-1.094],[1.813,-1.211],[2.377,-1.37],[2.492,-1.389],[2.844,-1.842],[3.376,-1.741],[0.175,-0.079],[0.154,-0.451],[1.962,-1.116],[2.026,-0.937],[13.123,-7.696],[13.494,-7.717],[1.923,-1.108],[1.793,-1.205],[2.01,-1.129],[2.113,-1.001],[1.227,-0.44],[1.164,-0.502],[-19.678,-58.158],[-20.166,-57.667]],"v":[[355,-59],[325.541,-58.959],[297,-58],[268.419,-41.362],[240,-26],[239.524,-25.029],[239,-24],[232.528,-21.03],[226,-18],[225.065,-17.057],[224,-16],[217.576,-12.225],[212,-9],[201.251,-2.665],[191,3],[167.065,16.751],[144,30],[125.611,40.274],[108,51],[136.5,51],[165,51],[202.52,160.039],[240,268],[244.013,278.566],[248,289],[251.51,300.518],[255,312],[266.583,344.358],[278,376],[281.425,387.157],[286,398],[291.501,394.483],[297,391],[303.052,387.955],[309,385],[314.544,381.477],[320,378],[327.541,373.777],[334,370],[343.644,364.514],[353,360],[353.476,359.029],[354,358],[360.02,355.014],[366,352],[406.166,328.805],[446,306],[451.514,302.471],[457,299],[463.353,296.055],[469,292],[472.833,290.833],[475,288],[414.987,114.512]],"c":true}],"h":1},{"t":91,"s":[{"i":[[0,45.167],[3.849,10.318],[3.784,10.382],[3.793,10.374],[3.876,10.291],[4.567,-0.266],[4.623,-0.21],[4.619,-0.214],[4.556,-0.277],[7.001,-3.934],[6.974,-4.039],[6.986,-4.085],[7.037,-4.073],[2.97,-1.634],[3.031,-1.644],[3.045,-1.688],[3.014,-1.767],[1.916,-1.179],[1.91,-1.19],[1.914,-1.166],[1.928,-1.106],[0.586,-0.239],[0.6,-0.216],[0.589,-0.244],[0.554,-0.323],[0.413,-0.346],[0.407,-0.375],[0.415,-0.342],[0.438,-0.246],[0.82,-0.38],[0.857,-0.386],[0.859,-0.438],[0.825,-0.535],[0.178,-0.185],[0.168,-0.2],[0.156,-0.165],[0.142,-0.081],[1.069,-0.477],[1.118,-0.461],[1.115,-0.503],[1.06,-0.603],[0.154,-0.451],[0.175,-0.079],[1.871,-0.893],[0.455,-1.948],[-9.247,0.419],[-9.026,0.641],[-21.177,-57.656],[-21.076,-57.76],[-4.617,2.688],[-4.446,2.611],[-13.545,7.601],[-13.655,7.865],[0,45.166]],"o":[[-3.988,-10.179],[-3.849,-10.318],[-3.784,-10.382],[-3.793,-10.374],[-4.452,0.382],[-4.567,0.266],[-4.623,0.21],[-4.619,0.214],[-7.067,3.772],[-7.001,3.934],[-6.974,4.039],[-6.986,4.085],[-2.863,1.657],[-2.97,1.634],[-3.031,1.644],[-3.045,1.688],[-1.933,1.133],[-1.916,1.179],[-1.91,1.19],[-1.914,1.166],[-0.547,0.314],[-0.586,0.239],[-0.6,0.216],[-0.589,0.244],[-0.435,0.254],[-0.413,0.346],[-0.407,0.375],[-0.415,0.342],[-0.747,0.419],[-0.82,0.38],[-0.857,0.387],[-0.859,0.438],[-0.186,0.12],[-0.178,0.185],[-0.168,0.2],[-0.156,0.165],[-0.969,0.552],[-1.069,0.477],[-1.118,0.461],[-1.115,0.503],[-0.207,0.118],[-0.154,0.451],[-1.063,0.479],[-1.87,0.893],[8.984,-0.683],[9.247,-0.419],[21.217,57.617],[21.177,57.656],[5.087,-1.635],[4.617,-2.689],[13.166,-7.731],[13.545,-7.601],[0,-45.168],[0,-45.166]],"v":[[500,125],[488.264,94.236],[476.832,63.168],[465.485,32.015],[454,1],[440.457,1.957],[426.657,2.657],[412.778,3.279],[399,4],[377.907,15.574],[356.954,27.548],[336.024,39.748],[315,52],[306.238,56.928],[297.225,61.835],[288.1,66.825],[279,72],[273.229,75.478],[267.492,79.041],[261.759,82.583],[256,86],[254.295,86.817],[252.511,87.486],[250.721,88.163],[249,89],[247.731,89.914],[246.505,91.011],[245.276,92.102],[244,93],[241.641,94.188],[239.117,95.327],[236.534,96.553],[234,98],[233.454,98.47],[232.935,99.059],[232.448,99.619],[232,100],[228.929,101.529],[225.636,102.922],[222.275,104.355],[219,106],[218.476,107.029],[218,108],[213.044,109.898],[209,114],[236.469,112.469],[264,111],[327.606,283.893],[391,457],[405.481,450.231],[419,442],[459.133,419.1],[500,396],[500,260.5]],"c":true}],"h":1},{"t":92,"s":[{"i":[[0,70.667],[0.083,0],[0.083,0],[0.083,0],[0.083,0],[1.947,-1.223],[2.035,-1.084],[2.07,-1.069],[2.052,-1.178],[1.916,-1.168],[1.921,-1.197],[1.919,-1.18],[1.911,-1.117],[0.582,-0.236],[0.592,-0.208],[0.589,-0.243],[0.573,-0.34],[0.403,-0.339],[0.401,-0.369],[0.422,-0.346],[0.467,-0.268],[0.581,-0.237],[0.589,-0.21],[0.588,-0.243],[0.579,-0.338],[0.403,-0.34],[0.402,-0.372],[0.423,-0.346],[0.466,-0.262],[1.722,-0.778],[1.608,-1.042],[6.577,-3.708],[6.196,-3.608],[1.978,-1.158],[2.065,-1.19],[2.036,-0.948],[1.941,-1.105],[0.154,-0.451],[0.175,-0.079],[3.76,-2.105],[3.511,-2.024],[3.909,-2.192],[3.423,-2.96],[-8.978,0.689],[-8.964,0.702],[-0.255,-1.078],[-0.462,-0.871],[-20.403,-54.096],[-20.709,-53.792],[-1.333,0],[-1.333,0],[0.152,2.319],[-0.504,1.663],[0,70.666]],"o":[[-0.083,0],[-0.083,0],[-0.083,0],[-0.083,0],[-1.807,1.485],[-1.947,1.223],[-2.035,1.084],[-2.07,1.069],[-1.905,1.093],[-1.916,1.168],[-1.921,1.197],[-1.919,1.18],[-0.559,0.327],[-0.582,0.236],[-0.592,0.208],[-0.589,0.243],[-0.43,0.255],[-0.403,0.339],[-0.401,0.369],[-0.422,0.346],[-0.565,0.324],[-0.581,0.237],[-0.589,0.21],[-0.588,0.243],[-0.427,0.249],[-0.403,0.34],[-0.402,0.372],[-0.423,0.346],[-1.505,0.845],[-1.722,0.778],[-5.495,3.56],[-6.577,3.708],[-2.025,1.179],[-1.977,1.158],[-1.914,1.103],[-2.036,0.948],[-0.207,0.118],[-0.154,0.451],[-3.451,1.555],[-3.76,2.105],[-3.942,2.272],[-3.909,2.192],[9.125,-0.543],[8.978,-0.689],[1.517,-0.183],[0.255,1.078],[20.678,53.823],[20.403,54.096],[1.333,0],[1.333,0],[2.106,-0.061],[-0.152,-2.319],[0,-70.668],[0,-70.666]],"v":[[500,65],[499.75,65],[499.5,65],[499.25,65],[499,65],[493.355,69.031],[487.368,72.46],[481.197,75.66],[475,79],[469.267,82.404],[463.509,85.964],[457.747,89.542],[452,93],[450.285,93.829],[448.521,94.481],[446.747,95.141],[445,96],[443.757,96.904],[442.557,97.98],[441.328,99.066],[440,100],[438.279,100.826],[436.522,101.48],[434.754,102.144],[433,103],[431.76,103.898],[430.558,104.981],[429.327,106.073],[428,107],[423.078,109.352],[418,112],[399.526,122.964],[380,134],[374.03,137.492],[368,141],[362.02,143.999],[356,147],[355.476,148.029],[355,149],[344.045,154.649],[333,161],[321.11,167.484],[310,175],[337.12,173.12],[364,171],[366.291,172.709],[367,176],[428.476,338.023],[490,500],[494,500],[498,500],[500.202,495.702],[500,489],[500,277]],"c":true}],"h":1},{"t":93,"s":[{"i":[[0,7.5],[0.085,-0.04],[0.074,-0.051],[0.068,-0.057],[0.068,-0.057],[0.074,-0.051],[0.086,-0.039],[0.103,-0.022],[0.125,0],[2.733,-1.57],[2.739,-1.575],[2.745,-1.581],[2.751,-1.585],[2.756,-1.589],[2.761,-1.592],[2.765,-1.595],[2.769,-1.596],[0.914,-0.494],[0.92,-0.484],[0.915,-0.487],[0.901,-0.505],[0.877,-0.536],[0.843,-0.581],[0.8,-0.64],[0.746,-0.713],[-2.263,0.196],[-2.283,0.176],[-2.29,0.168],[-2.284,0.174],[-2.266,0.193],[-2.234,0.224],[-2.19,0.268],[-2.133,0.325],[-0.315,-0.404],[-0.254,-0.444],[-0.207,-0.472],[-0.173,-0.489],[-0.152,-0.494],[-0.145,-0.488],[-0.15,-0.47],[-0.17,-0.44],[-1.203,-3.133],[-1.229,-3.199],[-1.249,-3.243],[-1.264,-3.266],[-1.274,-3.267],[-1.278,-3.247],[-1.278,-3.204],[-1.272,-3.14],[0,7.5],[0,7.5],[0,7.5],[0,7.5],[0,7.5]],"o":[[-0.101,0.024],[-0.085,0.04],[-0.074,0.051],[-0.068,0.057],[-0.068,0.057],[-0.074,0.051],[-0.086,0.039],[-0.103,0.022],[-2.726,1.563],[-2.733,1.57],[-2.739,1.575],[-2.745,1.581],[-2.751,1.585],[-2.756,1.589],[-2.761,1.592],[-2.765,1.595],[-0.899,0.518],[-0.914,0.494],[-0.92,0.484],[-0.915,0.487],[-0.901,0.505],[-0.877,0.536],[-0.843,0.581],[-0.8,0.64],[2.23,-0.229],[2.263,-0.196],[2.283,-0.176],[2.29,-0.168],[2.284,-0.174],[2.266,-0.193],[2.234,-0.224],[2.19,-0.268],[0.389,0.353],[0.315,0.404],[0.254,0.444],[0.207,0.472],[0.173,0.489],[0.152,0.494],[0.145,0.488],[0.15,0.47],[1.172,3.045],[1.203,3.133],[1.229,3.199],[1.249,3.243],[1.264,3.266],[1.274,3.267],[1.278,3.247],[1.278,3.204],[0,-7.5],[0,-7.5],[0,-7.5],[0,-7.5],[0,-7.5],[0,-7.5]],"v":[[500,182],[499.723,182.098],[499.487,182.237],[499.276,182.401],[499.072,182.572],[498.86,182.735],[498.622,182.872],[498.341,182.966],[498,183],[489.811,187.699],[481.602,192.417],[473.374,197.151],[465.129,201.9],[456.868,206.662],[448.592,211.434],[440.302,216.214],[432,221],[429.277,222.515],[426.523,223.979],[423.768,225.432],[421.041,226.917],[418.371,228.474],[415.788,230.146],[413.321,231.974],[411,234],[417.742,233.367],[424.563,232.813],[431.425,232.3],[438.29,231.79],[445.118,231.243],[451.872,230.622],[458.512,229.887],[465,229],[466.052,230.139],[466.903,231.415],[467.591,232.792],[468.158,234.238],[468.642,235.716],[469.084,237.192],[469.523,238.631],[470,240],[473.564,249.272],[477.213,258.774],[480.93,268.444],[484.701,278.214],[488.51,288.019],[492.34,297.796],[496.175,307.478],[500,317],[500,294.5],[500,272],[500,249.5],[500,227],[500,204.5]],"c":true}],"h":1}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.4156863,0.545098,0.5490196,1]},"o":{"a":1,"k":[{"t":7,"s":[0],"h":1},{"t":8,"s":[100],"h":1},{"t":94,"s":[0],"h":1}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":101,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":24,"ty":4,"nm":"Book_04_Line_b","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[500,500,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"t":9,"s":[{"i":[[0.183,1.517],[3.367,6.466],[3.408,6.425],[3.337,6.497],[3.153,6.68],[0.273,0.227],[0.405,0.095],[1.607,-0.727],[2,-0.333],[-6.995,-13.172],[-6.624,-13.543],[-1.026,0.308],[-0.46,0.874],[-1.078,0.255]],"o":[[-3.214,-6.619],[-3.367,-6.466],[-3.408,-6.425],[-3.337,-6.497],[-0.501,0.001],[-0.273,-0.227],[-1.574,0.76],[-1.606,0.727],[6.397,13.77],[6.995,13.172],[1.437,0.103],[1.026,-0.308],[0.871,-0.462],[1.078,-0.255]],"v":[[476,387],[466.1,367.4],[455.908,348.092],[445.762,328.738],[436,309],[434.928,308.572],[434,308],[429.319,310.32],[424,312],[444.33,352.17],[465,392],[468.733,391.733],[471,390],[474.291,389.291]],"c":true}],"h":1},{"t":10,"s":[{"i":[[-1.953,0.714],[3.37,6.547],[3.409,6.508],[3.334,6.582],[3.147,6.77],[0.171,0.079],[0.137,0.113],[0.147,0.103],[0.202,0.048],[1.678,-0.656],[1.645,-0.689],[-6.928,-13.072],[-6.144,-13.856],[-1.845,0.822]],"o":[[-3.218,-6.699],[-3.37,-6.547],[-3.409,-6.508],[-3.334,-6.582],[-0.251,0.001],[-0.171,-0.079],[-0.137,-0.113],[-0.147,-0.103],[-1.645,0.689],[-1.678,0.656],[6.144,13.856],[6.928,13.072],[2.668,0.002],[1.845,-0.822]],"v":[[356,321],[346.09,301.16],[335.893,281.607],[325.75,262],[316,242],[315.378,241.872],[314.928,241.572],[314.513,241.237],[314,241],[309,243],[304,245],[324,285],[344,325],[350.537,323.537]],"c":true}],"h":1},{"t":11,"s":[{"i":[[1.921,0.746],[0.931,-0.319],[0.89,-0.36],[0.764,-0.486],[0.553,-0.697],[-6.896,-13.104],[-6.403,-13.597],[-1.739,0.928],[-2.475,0.192],[3.085,5.785],[2.901,5.867],[3.15,5.861],[3.315,5.314],[0.817,1.849]],"o":[[-0.887,0.363],[-0.931,0.319],[-0.89,0.36],[-0.764,0.486],[7.014,12.986],[6.896,13.104],[2.57,-0.096],[1.739,-0.928],[-2.76,-5.994],[-3.085,-5.785],[-3.087,-6.243],[-3.149,-5.861],[-0.81,-1.856],[-0.817,-1.849]],"v":[[199,174],[196.251,175.001],[193.498,175.998],[190.996,177.246],[189,179],[209.959,218.041],[230,258],[236.071,256.072],[242,254],[233.106,236.404],[224,219],[214.671,200.803],[205,184],[202.833,178.167]],"c":true}],"h":1},{"t":12,"s":[{"i":[[3.842,1.492],[1.459,-0.874],[2.083,-0.251],[-1.952,-3.269],[-1.825,-3.316],[-1.659,-3.457],[-2.531,-2.84],[-2.85,-5.037],[-2.439,-4.341],[-0.828,-1.775],[-1.718,-1.177],[-1.874,0.793],[-1.253,1.413],[13.601,21.732]],"o":[[-2.083,0.251],[-1.459,0.874],[1.366,3.608],[1.952,3.269],[1.834,3.334],[1.659,3.457],[2.163,5.512],[2.85,5.037],[0.968,1.723],[0.828,1.775],[1.253,-1.413],[1.874,-0.793],[-13.511,-21.823],[-1.62,-3.713]],"v":[[93,109],[88,111],[83,113],[88.156,123.219],[94,133],[98.978,143.37],[105,153],[112.793,168.878],[121,183],[123.438,188.409],[127,193],[132,190],[137,187],[99,119]],"c":true}],"h":1},{"t":13,"s":[{"i":[[0.425,-0.092],[0.886,-0.53],[0.935,-0.481],[0.831,-0.585],[0.575,-0.842],[-3.557,-6.433],[-3.633,-6.275],[-3.752,-6.43],[-3.232,-6.783],[-1.595,1.071],[-1.971,0.696],[7.419,12.915],[7.382,12.951],[0.137,0.197]],"o":[[-0.684,0.732],[-0.886,0.53],[-0.935,0.482],[-0.831,0.585],[4.14,5.992],[3.557,6.433],[3.76,6.495],[3.752,6.43],[2.648,-0.019],[1.595,-1.071],[-6.942,-13.391],[-7.419,-12.915],[-0.029,-0.305],[-0.136,-0.197]],"v":[[-3,47],[-5.394,48.855],[-8.165,50.335],[-10.853,51.897],[-13,54],[-1.619,72.787],[9,92],[20.396,111.284],[31,131],[37.007,129.007],[42,126],[20.33,86.671],[-2,48],[-2.202,47.202]],"c":true}],"h":1},{"t":14,"s":[{"i":[[-1.76,0.907],[1.794,3.199],[1.861,3.139],[1.886,3.12],[1.87,3.144],[3.957,6.27],[3.434,6.635],[0.388,0.278],[0.808,-0.141],[1.624,-0.876],[0.504,-1.996],[-7.702,-12.631],[-7.499,-12.834],[-1.535,1.131]],"o":[[-1.687,-3.302],[-1.794,-3.199],[-1.861,-3.139],[-1.886,-3.12],[-3.739,-6.285],[-3.957,-6.27],[-0.639,-0.027],[-0.388,-0.278],[-1.001,1.498],[-1.624,0.876],[7.692,12.641],[7.702,12.631],[2.099,-0.567],[1.535,-1.131]],"v":[[-41,69],[-46.233,59.259],[-51.726,49.763],[-57.356,40.386],[-63,31],[-74.728,12.262],[-86,-7],[-87.374,-7.626],[-89,-8],[-93.373,-4.873],[-97,-1],[-73.856,36.855],[-51,75],[-45.746,72.255]],"c":true}],"h":1},{"t":15,"s":[{"i":[[-0.766,4.901],[8.049,12.451],[8.364,12.136],[1.072,-4.928],[-0.958,-1.542],[-0.65,-0.987],[-0.852,-1.321],[-0.445,-0.768],[-0.507,-0.78],[-0.878,-1.336],[-1.141,-1.714],[-0.483,-0.777],[-5.479,-8.532],[-5.19,-5.301]],"o":[[-8.439,-12.061],[-8.049,-12.451],[-3.008,2.992],[2.124,1.788],[0.572,0.92],[0.889,1.349],[0.583,0.903],[0.578,0.998],[0.991,1.523],[1.069,1.626],[0.601,0.904],[5.487,8.827],[4.015,6.252],[1.368,-4.298]],"v":[[-112,16],[-136.556,-20.944],[-161,-58],[-170,-49],[-165,-43],[-164,-40],[-160,-36],[-159,-33],[-157,-31],[-155,-26],[-151,-22],[-150,-19],[-133,7],[-120,25]],"c":true}],"h":1},{"t":16,"s":[{"i":[[-1.288,4.045],[17.407,23.593],[1.293,-4.374],[-1.979,-2.588],[-0.675,-0.927],[-1.073,-1.524],[-4.463,-4.793],[-0.681,-0.923],[-0.987,-1.399],[-2.156,-3.127],[-0.362,-0.482],[-0.496,-0.734],[-2.242,-2.868],[-2.742,0.797]],"o":[[-17.043,-23.957],[-2.954,2.713],[2.125,3.969],[0.653,0.854],[1.013,1.389],[4.44,6.309],[0.741,0.796],[0.996,1.349],[2.262,3.207],[0.315,0.457],[0.61,0.814],[2.355,3.481],[1.076,1.377],[2.372,-2.961]],"v":[[-172,-29],[-223,-101],[-231,-92],[-223,-81],[-222,-78],[-218,-74],[-204,-54],[-203,-51],[-199,-47],[-193,-37],[-191,-36],[-190,-33],[-183,-24],[-179,-20]],"c":true}],"h":1},{"t":17,"s":[{"i":[[0.425,-0.092],[0.634,-0.782],[0.705,-0.712],[0.593,-0.824],[0.299,-1.118],[-8.892,-11.608],[-8.661,-11.84],[-0.482,1.018],[-1.44,0.06],[-0.885,0.615],[0.27,1.77],[8.752,11.581],[9.125,11.209],[0.137,0.197]],"o":[[-0.382,1.034],[-0.634,0.782],[-0.705,0.712],[-0.593,0.824],[8.773,11.727],[8.892,11.608],[1.632,0.132],[0.482,-1.018],[-0.27,-1.77],[0.885,-0.615],[-8.865,-11.468],[-8.752,-11.581],[-0.029,-0.305],[-0.137,-0.197]],"v":[[-274,-137],[-275.571,-134.321],[-277.625,-132.125],[-279.617,-129.867],[-281,-127],[-254.416,-92.084],[-228,-57],[-225.356,-58.856],[-223,-61],[-221.5,-64],[-220,-67],[-246.306,-101.694],[-273,-136],[-273.203,-136.798]],"c":true}],"h":1},{"t":18,"s":[{"i":[[-2.352,2.648],[2.286,2.759],[2.23,2.719],[2.274,2.745],[2.672,2.297],[0.715,0.548],[0.505,0.625],[1.589,2.133],[1.739,2.112],[4.235,6.061],[1.615,-0.282],[1.558,-3.776],[-15.711,-18.558],[-3.896,-1.068]],"o":[[-1.625,-3.245],[-2.286,-2.759],[-2.234,-2.725],[-2.274,-2.745],[0.363,-1.185],[-0.714,-0.548],[-1.906,-2.356],[-1.589,-2.133],[-4.65,-5.648],[-1.278,-0.055],[-1.558,3.776],[16.456,19.393],[2.32,2.74],[1.688,-3.312]],"v":[[-257,-97],[-263.047,-105.894],[-270,-114],[-276.672,-122.321],[-284,-130],[-284.848,-132.42],[-287,-134],[-292.125,-140.683],[-297,-147],[-311,-164],[-314,-165],[-320,-155],[-271,-96],[-263,-88]],"c":true}],"h":1},{"t":19,"s":[{"i":[[1,0],[0.832,-1.668],[1.117,-1.383],[-2.631,-2.369],[-7.511,-8.156],[-2.017,-2.983],[-3.568,-4.025],[-5.531,-2.255],[-2.234,2.766],[1.062,1.238],[4.748,2.874],[2.631,2.369],[6.984,8.016],[3.331,6.407]],"o":[[-0.554,1.946],[-0.832,1.668],[0.972,4.028],[6.575,9.092],[1.934,3.066],[3.264,4.347],[3.68,4.151],[1.108,-3.892],[0.687,-2.36],[-3.793,-4.421],[-0.972,-4.028],[-6.253,-8.747],[-4.61,-6.155],[-1,0]],"v":[[-343,-187],[-345.078,-181.578],[-348,-177],[-341,-169],[-319,-144],[-312,-136],[-301,-124],[-289,-112],[-284,-122],[-287,-126],[-298,-138],[-305,-146],[-326,-170],[-340,-187]],"c":true}],"h":1},{"t":20,"s":[{"i":[[6.564,2.818],[0.867,-1.966],[0.857,-1.976],[-5.658,-5.943],[-5.481,-5.481],[-2.02,-1.861],[-1.039,-2.674],[-1.369,-1.192],[-1.323,-1.266],[-1.265,-1.404],[-1.711,0.794],[-0.839,1.661],[-0.403,2.097],[13.562,14.117]],"o":[[-0.674,2.159],[-0.867,1.966],[5.887,5.746],[5.658,5.943],[1.88,1.88],[2.02,1.862],[1.201,0.966],[1.369,1.192],[1.231,1.177],[1.265,1.404],[0.243,-2.257],[0.839,-1.661],[-12.946,-15.587],[-5.526,-5.752]],"v":[[-361,-202],[-363.363,-195.863],[-366,-190],[-348.695,-172.301],[-332,-155],[-325.869,-149.596],[-321,-143],[-317.092,-139.725],[-313,-136],[-309.36,-131.522],[-305,-130],[-303.12,-135.62],[-301,-141],[-344,-185]],"c":true}],"h":1},{"t":21,"s":[{"i":[[1.615,-0.282],[0.67,-1.997],[0.553,-2.114],[-7.56,-7.381],[-7.402,-6.877],[-1.353,-1.152],[-1.302,-1.199],[-1.195,-1.391],[-1.982,-0.296],[-0.591,1.909],[-1.033,1.468],[2.474,2.403],[2.483,2.279],[14.395,14.45]],"o":[[-0.768,1.899],[-0.67,1.997],[7.356,7.597],[7.56,7.381],[1.285,1.194],[1.353,1.152],[1.239,1.142],[1.195,1.391],[0.606,-1.894],[0.59,-1.91],[-1.619,-3.109],[-2.475,-2.403],[-15.383,-14.121],[-1.278,-0.055]],"v":[[-371,-210],[-373.161,-204.161],[-375,-198],[-352.534,-175.46],[-330,-154],[-326.013,-150.504],[-322,-147],[-318.557,-142.865],[-314,-140],[-312.32,-145.82],[-310,-151],[-316.352,-159.123],[-324,-166],[-368,-209]],"c":true}],"h":1},{"t":22,"s":[{"i":[[1.154,0.187],[0.436,-2.064],[1.224,-1.276],[-1.3,-1.2],[-1.315,-1.185],[-1.299,-1.201],[-1.778,-0.722],[-2.56,-2.441],[-2.57,-2.43],[-3.371,-2.912],[-1.428,-1.308],[-7.413,-2.251],[0.327,5.66],[18.965,18.682]],"o":[[-1.034,1.466],[-0.436,2.064],[0.486,2.014],[1.3,1.2],[1.025,1.475],[1.299,1.201],[2.192,2.808],[2.56,2.44],[4.693,2.896],[1.487,1.285],[5.109,4.677],[0.064,-5.27],[-19.271,-18.236],[-0.676,-0.666]],"v":[[-376,-214],[-377.858,-208.358],[-380,-203],[-377.122,-198.378],[-373,-195],[-369.565,-190.935],[-365,-188],[-357.783,-180.217],[-350,-173],[-339,-162],[-334,-159],[-318,-145],[-315,-158],[-373,-213]],"c":true}],"h":1},{"t":23,"s":[{"i":[[0.221,0.132],[0.68,-1.986],[0.101,-2.567],[-3.973,-3.442],[-3.562,-3.281],[-1.195,-1.391],[-1.982,-0.296],[-3.937,-3.397],[-3.155,-4.178],[-1.18,-1.32],[-2.178,-0.322],[-0.679,1.988],[-0.288,2.379],[21.038,17.88]],"o":[[-0.178,2.488],[-0.68,1.986],[3.547,3.951],[3.973,3.442],[1.239,1.142],[1.195,1.391],[3.098,4.235],[3.937,3.397],[2.101,0.399],[1.18,1.32],[-0.002,-2.669],[0.679,-1.988],[-20.153,-18.788],[-0.194,-0.164]],"v":[[-379,-216],[-380.558,-209.559],[-382,-203],[-370.512,-191.998],[-359,-182],[-355.557,-177.865],[-351,-175],[-340.043,-163.958],[-329,-153],[-324.558,-149.942],[-320,-147],[-318.718,-153.718],[-317,-160],[-378,-216]],"c":true}],"h":1},{"t":24,"s":[{"i":[[2.77,0.556],[0.783,-1.884],[-0.163,-2.83],[-2.621,-2.236],[-2.562,-2.337],[-2.904,-2.936],[-2.639,-1.75],[-2.264,-2.295],[-2.195,-1.996],[-1.352,-1.177],[-1.292,-1.107],[-2.887,1.258],[-0.862,4.138],[16.922,15.285]],"o":[[-0.032,2.635],[-0.783,1.884],[1.954,2.719],[2.621,2.236],[2.748,2.505],[2.903,2.936],[2.748,1.822],[2.264,2.295],[1.302,1.184],[1.352,1.177],[2.671,2.29],[0.317,-4.683],[-17.221,-16.592],[-2.879,-2.601]],"v":[[-380,-217],[-381.647,-210.646],[-383,-204],[-375.956,-196.713],[-368,-190],[-359.418,-181.434],[-351,-174],[-343.586,-167.63],[-337,-161],[-332.992,-157.442],[-329,-154],[-321,-149],[-318,-161],[-371,-210]],"c":true}],"h":1},{"t":25,"s":[{"i":[[1,0],[0.709,-1.791],[0.283,-2.217],[-5.271,-4.562],[-4.476,-5.357],[-1.702,-1.926],[-1.578,-1.363],[-0.886,-0.426],[-0.714,-0.654],[-2.526,-2.528],[-3.336,-1.544],[-0.679,1.988],[0.002,2.669],[18.831,19.169]],"o":[[0.12,2.62],[-0.709,1.791],[4.439,5.394],[5.271,4.562],[2.613,0.932],[1.702,1.926],[0.744,0.642],[0.886,0.426],[2.561,2.344],[2.526,2.528],[0.288,-2.379],[0.679,-1.988],[-19.01,-18.991],[-1,0]],"v":[[-381,-217],[-382.198,-210.698],[-384,-205],[-369.028,-190.472],[-354,-176],[-347.723,-171.323],[-343,-166],[-340.478,-164.509],[-338,-163],[-330.581,-155.4],[-322,-149],[-320.282,-155.282],[-319,-162],[-378,-217]],"c":true}],"h":1},{"t":26,"s":[{"i":[[1.154,0.187],[0.68,-1.986],[0.178,-2.488],[-5.291,-4.543],[-4.457,-5.377],[-1.702,-1.926],[-1.578,-1.363],[-0.886,-0.426],[-0.714,-0.654],[-2.526,-2.528],[-3.336,-1.544],[-0.68,1.986],[-0.178,2.488],[19.085,18.801]],"o":[[-0.101,2.567],[-0.68,1.986],[4.38,5.453],[5.291,4.542],[2.613,0.932],[1.702,1.926],[0.744,0.642],[0.886,0.426],[2.561,2.344],[2.526,2.528],[0.101,-2.567],[0.68,-1.986],[-19.006,-18.697],[-0.676,-0.666]],"v":[[-381,-218],[-382.442,-211.441],[-384,-205],[-369.057,-190.443],[-354,-176],[-347.723,-171.323],[-343,-166],[-340.478,-164.509],[-338,-163],[-330.581,-155.4],[-322,-149],[-320.558,-155.559],[-319,-162],[-378,-217]],"c":true}],"h":1},{"t":27,"s":[{"i":[[1.154,0.187],[0.68,-1.986],[0.101,-2.567],[-5.291,-4.543],[-4.457,-5.377],[-1.702,-1.926],[-1.578,-1.363],[-0.886,-0.426],[-0.714,-0.654],[-2.526,-2.528],[-3.336,-1.544],[-0.679,1.988],[-0.288,2.379],[19.085,18.801]],"o":[[-0.178,2.488],[-0.68,1.986],[4.38,5.453],[5.291,4.542],[2.613,0.932],[1.702,1.926],[0.744,0.642],[0.886,0.426],[2.561,2.344],[2.526,2.528],[-0.002,-2.669],[0.679,-1.988],[-19.006,-18.697],[-0.676,-0.666]],"v":[[-381,-218],[-382.558,-211.559],[-384,-205],[-369.057,-190.443],[-354,-176],[-347.723,-171.323],[-343,-166],[-340.478,-164.509],[-338,-163],[-330.581,-155.4],[-322,-149],[-320.718,-155.718],[-319,-162],[-378,-217]],"c":true}],"h":1},{"t":82,"s":[{"i":[[0.5,0],[0.205,-1.128],[0.321,-1.012],[0.205,-1.128],[-0.143,-1.476],[-5.214,-4.271],[-5.15,-4.385],[-5.08,-4.436],[-5.565,-3.901],[-0.501,2.332],[-0.227,2.606],[10.182,8.485],[9.451,9.216],[0.5,0]],"o":[[0.143,1.476],[-0.205,1.128],[-0.321,1.012],[-0.205,1.128],[4.995,4.531],[5.214,4.271],[5.115,4.355],[5.08,4.436],[0.768,-2.065],[0.501,-2.332],[-9.823,-8.844],[-10.182,-8.485],[-0.5,0],[-0.5,0]],"v":[[-378,-217],[-378.152,-213.152],[-379,-210],[-379.848,-206.848],[-380,-203],[-364.616,-189.89],[-349,-177],[-333.838,-163.659],[-318,-151],[-316.094,-157.594],[-315,-165],[-345.279,-190.72],[-375,-217],[-376.5,-217]],"c":true}],"h":1},{"t":83,"s":[{"i":[[0.246,0.125],[0.225,-2.608],[0.737,-2.096],[-2.71,-1.739],[-2.663,-1.911],[-1.148,-1.068],[-1.19,-0.854],[-1.108,-0.727],[-0.57,-0.377],[-1.972,-1.415],[-10.286,-5.451],[-1.04,4.294],[10.29,7.527],[10.86,7.597]],"o":[[-0.363,2.471],[-0.225,2.608],[2.495,2.132],[2.71,1.739],[1.217,0.873],[1.148,1.068],[0.999,0.716],[1.108,0.727],[2.281,1.513],[9.651,6.923],[1.601,-3.732],[-9.902,-8.151],[-10.686,-7.817],[-0.224,-0.157]],"v":[[-363,-210],[-363.719,-202.219],[-365,-195],[-357.126,-189.335],[-349,-184],[-345.48,-180.986],[-342,-178],[-338.678,-175.746],[-336,-174],[-330,-170],[-301,-150],[-299,-164],[-330,-187],[-362,-210]],"c":true}],"h":1},{"t":84,"s":[{"i":[[11.326,5.508],[0,-1.333],[0,-1.333],[0,-1.333],[0,-1.333],[-5.357,-3.143],[-5.383,-3.117],[-5.46,-3.04],[-5.587,-2.913],[0,1.417],[0,1.417],[0,1.417],[0,1.417],[10.57,6.263]],"o":[[0,1.333],[0,1.333],[0,1.333],[0,1.333],[5.38,3.12],[5.357,3.143],[5.383,3.117],[5.46,3.04],[0,-1.417],[0,-1.417],[0,-1.417],[0,-1.417],[-11.393,-5.441],[-10.57,-6.263]],"v":[[-333,-190],[-333,-186],[-333,-182],[-333,-178],[-333,-174],[-316.908,-164.592],[-300.811,-155.189],[-284.558,-145.942],[-268,-137],[-268,-141.25],[-268,-145.5],[-268,-149.75],[-268,-154],[-300.55,-171.95]],"c":true}],"h":1},{"t":85,"s":[{"i":[[10.783,4.55],[-0.124,-1.376],[-0.21,-1.29],[-0.106,-1.394],[0.187,-1.687],[-5.286,-2.381],[-5.317,-2.35],[-5.373,-2.294],[-5.453,-2.214],[0.086,1.414],[0.197,1.303],[0.138,1.362],[-0.091,1.591],[10.627,4.707]],"o":[[-0.152,1.652],[0.124,1.376],[0.21,1.29],[0.106,1.394],[5.279,2.387],[5.286,2.381],[5.317,2.35],[5.373,2.294],[0.195,-1.695],[-0.086,-1.414],[-0.196,-1.303],[-0.137,-1.362],[-10.71,-4.623],[-10.627,-4.707]],"v":[[-285,-157],[-284.995,-152.505],[-284.448,-148.552],[-283.926,-144.574],[-284,-140],[-268.159,-132.841],[-252.261,-125.739],[-236.233,-118.767],[-220,-112],[-219.879,-116.621],[-220.345,-120.655],[-220.888,-124.612],[-221,-129],[-252.946,-143.054]],"c":true}],"h":1},{"t":86,"s":[{"i":[[10.542,3.291],[-0.181,-1.402],[-0.282,-1.301],[-0.21,-1.374],[0.036,-1.619],[-5.244,-1.756],[-5.354,-1.646],[-5.308,-1.692],[-5.105,-1.895],[0.17,1.497],[0.29,1.377],[0.225,1.442],[-0.025,1.691],[10.502,3.332]],"o":[[-0.093,1.676],[0.181,1.402],[0.282,1.301],[0.21,1.374],[4.979,2.021],[5.244,1.756],[5.354,1.646],[5.308,1.692],[0.134,-1.801],[-0.17,-1.497],[-0.29,-1.377],[-0.225,-1.442],[-10.452,-3.381],[-10.501,-3.332]],"v":[[-222,-113],[-221.824,-108.426],[-221.085,-104.415],[-220.304,-100.446],[-220,-96],[-204.626,-90.374],[-188.689,-85.311],[-172.658,-80.342],[-157,-75],[-157.1,-79.9],[-157.836,-84.164],[-158.654,-88.346],[-159,-93],[-190.433,-103.067]],"c":true}],"h":1},{"t":87,"s":[{"i":[[10.206,2.128],[-0.254,-1.496],[-0.369,-1.381],[-0.305,-1.445],[-0.063,-1.687],[-5.133,-1.117],[-5.154,-1.096],[-5.194,-1.056],[-5.254,-0.996],[0.334,1.499],[0.365,1.469],[0.348,1.485],[0.284,1.549],[10.184,2.149]],"o":[[-0.04,1.79],[0.254,1.496],[0.369,1.381],[0.305,1.445],[5.132,1.117],[5.133,1.117],[5.153,1.096],[5.194,1.056],[-0.257,-1.576],[-0.334,-1.499],[-0.365,-1.469],[-0.348,-1.485],[-10.059,-2.274],[-10.184,-2.15]],"v":[[-146,-61],[-145.633,-56.117],[-144.654,-51.846],[-143.598,-47.652],[-143,-43],[-127.606,-39.643],[-112.181,-36.319],[-96.666,-33.084],[-81,-30],[-81.899,-34.601],[-82.96,-39.04],[-84.04,-43.459],[-85,-48],[-115.39,-54.609]],"c":true}],"h":1},{"t":88,"s":[{"i":[[9.563,1.771],[-0.352,-1.564],[-0.498,-1.418],[-0.397,-1.52],[-0.047,-1.869],[-4.994,-0.589],[-4.963,-0.621],[-4.987,-0.596],[-5.068,-0.515],[0.341,1.492],[0.454,1.379],[0.386,1.448],[0.137,1.697],[10.196,1.138]],"o":[[-0.041,1.958],[0.352,1.564],[0.498,1.418],[0.397,1.52],[5.081,0.502],[4.994,0.589],[4.963,0.621],[4.987,0.596],[-0.048,-1.785],[-0.341,-1.492],[-0.454,-1.379],[-0.386,-1.448],[-9.653,-1.679],[-10.196,-1.137]],"v":[[-60,-4],[-59.471,1.221],[-58.133,5.633],[-56.728,9.978],[-56,15],[-40.902,16.651],[-25.98,18.48],[-11.069,20.319],[4,22],[3.371,17.129],[2.133,12.867],[0.828,8.671],[0,4],[-30.068,0.068]],"c":true}],"h":1},{"t":89,"s":[{"i":[[9.617,0.717],[-0.51,-1.574],[-0.539,-1.544],[-0.51,-1.574],[-0.421,-1.662],[-4.901,-0.182],[-4.868,-0.216],[-4.783,-0.3],[-4.646,-0.437],[0.374,1.626],[0.513,1.487],[0.508,1.492],[0.357,1.643],[9.892,0.441]],"o":[[0.422,1.662],[0.51,1.574],[0.539,1.544],[0.51,1.574],[4.883,0.201],[4.901,0.182],[4.868,0.216],[4.783,0.3],[-0.09,-1.91],[-0.374,-1.626],[-0.513,-1.487],[-0.508,-1.492],[-9.816,-0.517],[-9.892,-0.442]],"v":[[33,57],[34.412,61.838],[36,66.5],[37.588,71.162],[39,76],[53.688,76.562],[68.354,77.146],[82.843,77.907],[97,79],[96.269,73.731],[94.902,69.098],[93.334,64.666],[92,60],[62.35,58.65]],"c":true}],"h":1},{"t":90,"s":[{"i":[[0.129,3.624],[4.956,0.04],[4.937,0.02],[4.762,-0.154],[4.431,-0.485],[-0.528,-1.472],[-0.524,-1.476],[-0.483,-1.517],[-0.408,-1.592],[-4.75,0],[-4.75,0],[-4.75,0],[-4.75,0],[1.39,3.143]],"o":[[-4.82,0.097],[-4.956,-0.04],[-4.937,-0.021],[-4.762,0.154],[0.498,1.502],[0.528,1.472],[0.524,1.476],[0.483,1.517],[4.75,0],[4.75,0],[4.75,0],[4.75,0],[0.69,-2.805],[-1.39,-3.143]],"v":[[190,119],[175.296,119.047],[160.417,118.917],[145.829,119.079],[132,120],[133.548,124.452],[135.135,128.865],[136.654,133.346],[138,138],[152.25,138],[166.5,138],[180.75,138],[195,138],[193.113,129.114]],"c":true}],"h":1},{"t":91,"s":[{"i":[[1.331,3.002],[4.664,-0.253],[4.698,-0.219],[4.685,-0.232],[4.626,-0.291],[-0.492,-1.758],[-0.6,-1.65],[-0.808,-1.442],[-1.116,-1.134],[-4.505,0.329],[-4.611,0.223],[-4.676,0.158],[-4.699,0.134],[1.18,3.153]],"o":[[-4.584,0.333],[-4.664,0.253],[-4.698,0.219],[-4.685,0.232],[0.483,1.767],[0.492,1.758],[0.6,1.65],[0.808,1.442],[4.358,-0.476],[4.505,-0.329],[4.611,-0.223],[4.676,-0.158],[-0.95,-3.384],[-1.18,-3.153]],"v":[[290,179],[276.117,179.867],[262.063,180.563],[247.978,181.227],[234,182],[235.438,187.312],[237.051,192.449],[239.139,197.111],[242,201],[255.304,199.804],[268.987,198.987],[282.927,198.427],[297,198],[293.786,188.214]],"c":true}],"h":1},{"t":92,"s":[{"i":[[1.245,3.089],[4.645,-0.355],[4.64,-0.36],[4.675,-0.325],[4.749,-0.251],[-0.576,-1.59],[-0.627,-1.539],[-0.612,-1.554],[-0.531,-1.635],[-4.589,0.411],[-4.647,0.353],[-4.735,0.265],[-4.852,0.148],[1.233,3.1]],"o":[[-4.69,0.31],[-4.645,0.355],[-4.64,0.36],[-4.675,0.325],[0.46,1.707],[0.576,1.59],[0.627,1.539],[0.612,1.554],[4.559,-0.441],[4.589,-0.411],[4.647,-0.353],[4.735,-0.265],[-0.824,-3.51],[-1.233,-3.101]],"v":[[392,239],[378.007,240.007],[364.089,241.089],[350.126,242.126],[336,243],[337.571,247.929],[339.392,252.608],[341.268,257.232],[343,262],[356.714,260.714],[370.56,259.56],[384.627,258.627],[399,258],[395.815,248.184]],"c":true}],"h":1},{"t":93,"s":[{"i":[[0,0.5],[0.574,1.176],[0.464,1.286],[0.407,1.343],[0.406,1.344],[9.855,-0.885],[9.327,-0.522],[-0.918,-2.582],[-1.208,-2.292],[-2.542,-0.115],[-2.005,0.045],[-7.67,0.953],[-7.094,0.048],[0,0.5]],"o":[[-0.74,-1.01],[-0.574,-1.176],[-0.464,-1.286],[-0.407,-1.343],[-8.251,-0.063],[-9.855,0.885],[1.121,2.379],[0.918,2.582],[0.826,2.583],[2.542,0.115],[6.226,-0.139],[7.67,-0.953],[0,-0.5],[0,-0.5]],"v":[[500,313],[498.043,309.707],[496.499,306.001],[495.207,302.043],[494,298],[466.307,299.561],[437,302],[439.935,309.565],[443,317],[448.616,320.471],[456,320],[477.349,317.931],[500,316],[500,314.5]],"c":true}],"h":1}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":1,"k":[{"t":8,"s":[0],"h":1},{"t":9,"s":[100],"h":1},{"t":94,"s":[0],"h":1}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":101,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":25,"ty":4,"nm":"Book_04_Line_a","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[500,500,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"t":9,"s":[{"i":[[-4.365,0.302],[3.686,6.598],[3.408,6.628],[3.35,6.748],[4.14,6.276],[0.137,0.197],[0.425,-0.092],[2.042,-0.625],[0.796,-1.871],[-3.413,-6.743],[-3.384,-6.731],[-1.899,-3.092],[-1.727,-3.3],[-5.581,-5.36]],"o":[[-2.846,-6.982],[-3.686,-6.598],[-3.461,-6.73],[-3.35,-6.748],[-0.029,-0.305],[-0.137,-0.197],[-1.038,1.629],[-2.042,0.625],[3.966,6.298],[3.413,6.743],[1.676,3.333],[1.899,3.092],[3.494,6.675],[3.177,-1.49]],"v":[[497,380],[486.921,359.734],[476,340],[466.01,319.66],[455,300],[454.798,299.202],[454,299],[448.818,301.818],[444,305],[454.936,324.676],[465,345],[470.462,354.525],[476,364],[487,384]],"c":true}],"h":1},{"t":10,"s":[{"i":[[1.526,0.151],[0.958,-0.292],[0.918,-0.332],[0.751,-0.499],[0.457,-0.793],[-6.771,-13.229],[-6.731,-13.269],[-1.76,0.74],[-1.861,0.639],[1.911,3.248],[1.648,3.278],[4.495,9.207],[4.647,7.475],[0.666,1.386]],"o":[[-0.871,0.379],[-0.958,0.292],[-0.918,0.332],[-0.751,0.499],[7.183,12.816],[6.771,13.229],[2.099,-0.401],[1.76,-0.74],[-0.707,-3.73],[-1.911,-3.248],[-4.373,-8.698],[-4.495,-9.207],[-0.81,-1.303],[-0.666,-1.386]],"v":[[334,233],[331.224,233.974],[328.378,234.878],[325.843,236.093],[324,238],[344.839,277.161],[365,317],[370.678,315.178],[376,313],[371.706,302.661],[366,293],[352.705,265.582],[339,240],[337.037,235.636]],"c":true}],"h":1},{"t":11,"s":[{"i":[[-2.032,0.468],[3.429,6.654],[3.493,6.591],[3.442,6.641],[3.277,6.806],[0.936,-0.314],[0.824,-0.426],[0.851,-0.399],[1.016,-0.234],[-1.899,-3.223],[-1.661,-3.304],[-5.1,-9.967],[-5.406,-9.803],[-1.648,0.852]],"o":[[-3.252,-6.832],[-3.429,-6.654],[-3.493,-6.591],[-3.442,-6.641],[-1.188,0.062],[-0.936,0.314],[-0.824,0.426],[-0.851,0.399],[0.744,3.803],[1.899,3.223],[5.193,10.329],[5.1,9.967],[2.375,-0.125],[1.648,-0.852]],"v":[[262,245],[251.949,224.8],[241.537,204.962],[231.107,185.143],[221,165],[217.848,165.598],[215.242,166.742],[212.765,168.015],[210,169],[214.312,179.374],[220,189],[235.34,219.394],[251,249],[256.758,247.258]],"c":true}],"h":1},{"t":12,"s":[{"i":[[0.106,1.606],[3.47,6.363],[3.484,6.349],[3.397,6.436],[3.209,6.625],[0.273,0.227],[0.405,0.095],[1.486,-0.847],[2.301,-0.032],[-7.251,-13.083],[-6.566,-13.767],[-0.845,0.488],[-1.046,0.288],[-1.097,0.403]],"o":[[-3.356,-6.478],[-3.47,-6.363],[-3.484,-6.349],[-3.397,-6.436],[-0.501,0.001],[-0.273,-0.227],[-1.755,0.579],[-1.486,0.847],[6.432,13.901],[7.251,13.083],[1.573,0.24],[0.845,-0.488],[0.717,-0.783],[1.097,-0.403]],"v":[[156,177],[145.736,157.763],[135.28,138.72],[124.934,119.566],[115,100],[113.928,99.572],[113,99],[108.41,101.41],[103,103],[123.9,143.101],[145,183],[148.396,182.396],[151,181],[154.118,179.618]],"c":true}],"h":1},{"t":13,"s":[{"i":[[-0.583,2.084],[3.603,6.314],[3.623,6.293],[3.584,6.333],[3.485,6.432],[0.388,0.278],[0.807,-0.141],[1.722,-0.612],[0.284,-2.05],[-5.503,-9.908],[-5.449,-9.413],[-1.967,-3.233],[-2.298,-2.9],[-1.864,0.802]],"o":[[-3.522,-6.394],[-3.603,-6.314],[-3.623,-6.293],[-3.584,-6.333],[-0.639,-0.028],[-0.388,-0.278],[-0.83,1.504],[-1.722,0.612],[5.538,9.953],[5.503,9.908],[1.834,3.168],[1.967,3.233],[0.959,-1.708],[1.864,-0.802]],"v":[[61,114],[50.298,94.953],[39.444,76.057],[28.618,57.132],[18,38],[16.626,37.374],[15,37],[10.59,39.59],[7,43],[23.567,72.905],[40,102],[45.652,111.701],[52,121],[56.782,117.782]],"c":true}],"h":1},{"t":14,"s":[{"i":[[-0.869,2.131],[3.793,6.29],[3.794,6.289],[3.854,6.23],[3.972,6.111],[0.136,0.197],[0.425,-0.092],[1.387,-1.113],[2.014,-0.486],[-3.883,-6.459],[-3.934,-6.392],[-3.9,-6.46],[-3.481,-6.796],[-1.77,1.23]],"o":[[-3.852,-6.232],[-3.793,-6.29],[-3.794,-6.289],[-3.854,-6.23],[-0.029,-0.305],[-0.136,-0.197],[-1.439,1.061],[-1.387,1.113],[3.535,6.771],[3.883,6.459],[3.918,6.365],[3.9,6.46],[2.053,-0.948],[1.77,-1.23]],"v":[[-23,55],[-34.452,36.202],[-45.819,17.319],[-57.275,-1.474],[-69,-20],[-69.202,-20.798],[-70,-21],[-74.069,-17.569],[-79,-15],[-67.8,4.784],[-56,24],[-44.172,43.177],[-33,63],[-27.112,59.888]],"c":true}],"h":1},{"t":15,"s":[{"i":[[-0.922,2.078],[4.051,6.199],[4.02,6.23],[4.084,6.166],[4.243,6.007],[0.83,-0.586],[0.807,-0.61],[0.698,-0.719],[0.505,-0.912],[-3.875,-6.207],[-4.144,-6.213],[-4.101,-6.124],[-3.577,-6.474],[-1.665,1.335]],"o":[[-4.177,-6.073],[-4.051,-6.199],[-4.02,-6.23],[-4.084,-6.166],[-0.769,0.648],[-0.83,0.586],[-0.807,0.61],[-0.698,0.719],[4.358,5.959],[3.875,6.207],[4.02,6.029],[4.101,6.124],[2.418,-0.582],[1.665,-1.335]],"v":[[-95,2],[-107.318,-16.432],[-119.401,-35.099],[-131.533,-53.717],[-144,-72],[-146.421,-70.17],[-148.897,-68.397],[-151.175,-66.425],[-153,-64],[-140.839,-45.691],[-129,-27],[-116.667,-8.834],[-105,10],[-98.878,7.122]],"c":true}],"h":1},{"t":16,"s":[{"i":[[-0.879,2.121],[4.238,6.012],[4.221,6.029],[4.247,6.003],[4.317,5.933],[0.787,-0.629],[0.735,-0.682],[0.58,-0.837],[0.323,-1.094],[-4.179,-5.988],[-4.224,-5.943],[-4.183,-5.984],[-4.057,-6.11],[-1.5,1.5]],"o":[[-4.3,-5.95],[-4.238,-6.012],[-4.221,-6.029],[-4.247,-6.003],[-0.738,0.678],[-0.787,0.629],[-0.735,0.682],[-0.58,0.837],[4.048,6.119],[4.179,5.988],[4.224,5.943],[4.183,5.984],[2.121,-0.879],[1.5,-1.5]],"v":[[-156,-45],[-168.796,-62.954],[-181.474,-81.026],[-194.165,-99.085],[-207,-117],[-209.314,-115.064],[-211.623,-113.123],[-213.62,-110.87],[-215,-108],[-202.639,-89.861],[-190.014,-71.987],[-177.381,-54.119],[-165,-36],[-159.569,-39.569]],"c":true}],"h":1},{"t":17,"s":[{"i":[[9.15,11.517],[1.335,-1.665],[1.246,-1.754],[-4.301,-5.866],[-4.994,-5.173],[-3.245,-4.036],[-2.618,-3.423],[-0.086,-0.535],[-0.338,-0.441],[-1.333,-1.356],[-0.471,-2.011],[-1.407,1.759],[-1.144,2.022],[8.873,11.794]],"o":[[-1.413,1.587],[-1.335,1.665],[4.803,5.364],[4.301,5.866],[2.4,4.433],[3.245,4.036],[0.319,0.416],[0.086,0.535],[1.197,1.566],[1.333,1.356],[2.226,-0.941],[1.407,-1.759],[-9.358,-11.309],[-8.873,-11.794]],"v":[[-259,-155],[-263.125,-150.125],[-267,-145],[-253.644,-127.857],[-240,-111],[-231.163,-98.243],[-222,-87],[-221.514,-85.519],[-221,-84],[-216.956,-79.834],[-214,-75],[-208.689,-79.189],[-205,-85],[-232.156,-119.844]],"c":true}],"h":1},{"t":18,"s":[{"i":[[1.615,-0.282],[1.25,-4.417],[-9.131,-11.136],[-6.564,-7.63],[-4.189,-0.8],[-2.352,2.648],[1.011,1.25],[3.437,4.174],[4.739,5.935],[0.522,0.682],[0.67,0.818],[0.967,1.119],[1.258,1.522],[3.937,6.293]],"o":[[-1.372,4.295],[9.977,10.306],[7.008,8.547],[2.356,2.739],[1.688,-3.312],[0.727,-2.369],[-3.754,-4.641],[-5.555,-6.748],[-0.609,-0.762],[-0.611,-0.799],[-1.051,-1.283],[-1.177,-1.362],[-4.636,-5.609],[-1.278,-0.055]],"v":[[-301,-185],[-307,-174],[-279,-141],[-258,-116],[-250,-108],[-244,-117],[-247,-121],[-257,-134],[-274,-154],[-276,-156],[-277,-159],[-281,-162],[-284,-167],[-298,-184]],"c":true}],"h":1},{"t":19,"s":[{"i":[[9.475,10.692],[0.633,-0.867],[0.581,-0.919],[0.408,-1.092],[0.114,-1.387],[-4.781,-5.385],[-4.781,-5.385],[-4.859,-5.307],[-5.015,-5.151],[-0.465,0.952],[-0.567,0.85],[-0.444,0.973],[-0.095,1.322],[9.554,10.613]],"o":[[-0.564,0.936],[-0.633,0.867],[-0.581,0.919],[-0.408,1.092],[4.859,5.308],[4.781,5.385],[4.781,5.385],[4.859,5.307],[0.137,-1.279],[0.465,-0.952],[0.567,-0.85],[0.444,-0.973],[-9.308,-10.858],[-9.554,-10.612]],"v":[[-330,-209],[-331.825,-206.325],[-333.675,-203.675],[-335.188,-200.688],[-336,-197],[-321.559,-180.941],[-307.234,-164.766],[-292.792,-148.708],[-278,-133],[-277.04,-136.29],[-275.436,-138.936],[-273.864,-141.614],[-273,-145],[-301.375,-177.125]],"c":true}],"h":1},{"t":20,"s":[{"i":[[1.615,-0.282],[0.647,-1.853],[1.375,-1.125],[-2.606,-2.394],[-2.001,-2.999],[-5.798,-5.798],[-5.255,-5.718],[-1.893,-1.983],[-2.625,-1.108],[-0.647,1.853],[-1.375,1.125],[1.104,1.276],[1.094,1.233],[15.667,18.64]],"o":[[-1.038,1.463],[-0.647,1.853],[1.576,3.424],[2.606,2.394],[5.553,6.089],[5.798,5.798],[1.802,1.96],[1.893,1.983],[1.038,-1.463],[0.647,-1.853],[-0.491,-1.661],[-1.104,-1.276],[-16.542,-18.65],[-1.278,-0.055]],"v":[[-351,-225],[-353.247,-219.746],[-356,-215],[-349.319,-206.681],[-342,-199],[-324.777,-181.222],[-308,-164],[-302.618,-157.861],[-296,-153],[-293.753,-158.254],[-291,-163],[-293.548,-167.321],[-297,-171],[-348,-224]],"c":true}],"h":1},{"t":21,"s":[{"i":[[0.577,0.094],[0.742,-2.091],[0.727,-2.106],[-7.613,-7.387],[-7.692,-7.308],[-1.369,-1.192],[-1.323,-1.266],[-1.265,-1.404],[-1.711,0.794],[-0.808,1.859],[-0.616,2.05],[9.854,9.579],[9.602,9.459],[0.521,0.143]],"o":[[-0.304,2.529],[-0.742,2.091],[7.856,7.144],[7.613,7.387],[1.201,0.966],[1.369,1.192],[1.231,1.177],[1.265,1.404],[0.153,-2.514],[0.808,-1.859],[-9.981,-9.226],[-9.854,-9.579],[-0.338,-0.333],[-0.521,-0.143]],"v":[[-363,-235],[-364.682,-228.183],[-367,-222],[-343.877,-200.123],[-321,-178],[-317.092,-174.725],[-313,-171],[-309.36,-166.522],[-305,-165],[-303.348,-171.348],[-301,-177],[-330.784,-205.325],[-360,-234],[-361.321,-234.68]],"c":true}],"h":1},{"t":22,"s":[{"i":[[1.154,0.187],[0.522,-1.978],[0.976,-1.524],[-1.35,-1.217],[-1.222,-1.176],[-0.451,-0.728],[-0.645,-0.558],[-1.473,-1.348],[-5.162,-4.796],[-3.3,-2.763],[-0.707,-0.54],[-8.131,-2.621],[0.327,5.66],[18.97,18.687]],"o":[[-0.935,1.565],[-0.522,1.978],[0.376,1.956],[1.35,1.217],[0.552,0.531],[0.451,0.728],[1.375,1.188],[5.169,4.732],[3.881,3.606],[0.748,0.626],[6.28,4.802],[0.064,-5.27],[-19.11,-18.397],[-0.676,-0.666]],"v":[[-368,-239],[-369.969,-233.469],[-372,-228],[-369.135,-223.415],[-365,-220],[-363.57,-218.02],[-362,-216],[-357,-213],[-342,-198],[-331,-187],[-328,-186],[-310,-170],[-307,-183],[-365,-238]],"c":true}],"h":1},{"t":23,"s":[{"i":[[6.057,1.622],[0.671,-2.163],[0.69,-2.144],[-5.094,-4.906],[-5.875,-4.125],[-3.961,-3.539],[-3.779,-3.721],[-1.3,-1.549],[-0.486,2.301],[-1.512,3.822],[10.126,9.221],[0.516,0.318],[2.758,2.499],[1.429,1.301]],"o":[[-0.629,2.204],[-0.67,2.163],[5.748,4.252],[5.094,4.906],[3.376,4.124],[3.961,3.539],[1.315,0.105],[1.3,1.549],[2.283,-3.05],[-10.75,-8.055],[-0.469,-0.427],[-3.966,-2.441],[-1.416,-1.283],[-5.215,-4.748]],"v":[[-371,-241],[-372.954,-234.454],[-375,-228],[-359.096,-213.904],[-343,-200],[-331.802,-188.698],[-320,-178],[-315.878,-174.195],[-313,-174],[-309,-186],[-339,-214],[-341,-215],[-350,-224],[-355,-227]],"c":true}],"h":1},{"t":24,"s":[{"i":[[20.943,18.391],[0.524,-2.143],[1.043,-1.623],[-1.572,-1.606],[-1.12,-0.689],[-3.387,-3.667],[-4.123,-2.669],[-1.757,-2.023],[-1.668,-1.442],[-0.886,-0.426],[-0.714,-0.654],[-2.526,-2.528],[-3.336,-1.544],[-1.79,3.876]],"o":[[-0.861,1.806],[-0.524,2.143],[0.592,1.888],[1.572,1.606],[4.329,2.664],[3.387,3.667],[2.304,1.468],[1.757,2.023],[0.744,0.642],[0.886,0.426],[2.561,2.344],[2.526,2.528],[1.399,-4.267],[-20.999,-18.334]],"v":[[-372,-243],[-373.863,-236.862],[-376,-231],[-372.395,-225.6],[-368,-222],[-356.845,-212.004],[-346,-202],[-340.023,-196.481],[-335,-191],[-332.478,-189.509],[-330,-188],[-322.581,-180.4],[-314,-174],[-310,-187]],"c":true}],"h":1},{"t":25,"s":[{"i":[[5.521,2.506],[0.645,-2.188],[0.879,-1.955],[-9.166,-8.334],[-9.13,-8.37],[-1.181,-1.43],[-1.638,1.149],[-0.576,4.758],[5.024,4.544],[2.471,2.226],[1.462,1.118],[0.716,0.65],[2.289,2.112],[2.731,2.454]],"o":[[-0.541,2.293],[-0.645,2.188],[9.207,8.293],[9.166,8.334],[1.638,0.427],[1.181,1.43],[-0.005,-5.339],[-5.583,-4.01],[-2.467,-2.231],[-2.077,-1.871],[-0.743,-0.568],[-2.447,-2.222],[-2.511,-2.317],[-5.09,-4.573]],"v":[[-373,-243],[-374.747,-236.246],[-377,-230],[-349.442,-205.058],[-322,-180],[-318,-176.318],[-314,-175],[-311,-188],[-326,-202],[-334,-208],[-339,-214],[-342,-215],[-349,-222],[-357,-229]],"c":true}],"h":1},{"t":26,"s":[{"i":[[1.154,0.187],[0.601,-2.232],[0.7,-2.133],[-5.126,-4.541],[-4.55,-5.117],[-1.702,-1.926],[-1.578,-1.363],[-0.886,-0.426],[-0.714,-0.654],[-2.526,-2.528],[-3.336,-1.544],[-0.671,2.163],[-0.69,2.144],[18.818,18.537]],"o":[[-0.895,1.938],[-0.601,2.232],[4.945,4.721],[5.126,4.541],[2.613,0.932],[1.702,1.926],[0.744,0.642],[0.886,0.426],[2.561,2.344],[2.526,2.528],[0.629,-2.205],[0.67,-2.163],[-19.721,-17.771],[-0.676,-0.666]],"v":[[-373,-243],[-375.147,-236.647],[-377,-230],[-361.704,-216.296],[-347,-202],[-340.723,-197.323],[-336,-192],[-333.478,-190.509],[-331,-189],[-323.581,-181.4],[-315,-175],[-313.046,-181.546],[-311,-188],[-370,-242]],"c":true}],"h":1},{"t":27,"s":[{"i":[[1,0],[0.679,-1.988],[0.288,-2.379],[-5.147,-4.519],[-4.527,-5.139],[-1.702,-1.926],[-1.578,-1.363],[-0.886,-0.426],[-0.714,-0.654],[-2.526,-2.528],[-3.336,-1.544],[-0.679,1.988],[0.002,2.669],[18.645,19.356]],"o":[[0.002,2.669],[-0.679,1.988],[4.884,4.784],[5.147,4.519],[2.613,0.932],[1.702,1.926],[0.744,0.642],[0.886,0.426],[2.561,2.344],[2.526,2.528],[0.288,-2.379],[0.679,-1.988],[-18.786,-19.214],[-1,0]],"v":[[-374,-243],[-375.282,-236.282],[-377,-230],[-361.733,-216.267],[-347,-202],[-340.723,-197.323],[-336,-192],[-333.478,-190.509],[-331,-189],[-323.581,-181.4],[-315,-175],[-313.282,-181.282],[-312,-188],[-371,-243]],"c":true}],"h":1},{"t":82,"s":[{"i":[[21.322,16.678],[0.627,-2.206],[0.077,-2.757],[-2.51,-2.164],[-2.536,-2.114],[-1.869,-1.754],[-1.526,-1.319],[-0.882,-0.435],[-0.732,-0.623],[-3.268,-2.687],[-1.442,-0.956],[-1.741,-1.466],[-3.921,-0.05],[0.352,5.686]],"o":[[-0.415,2.418],[-0.627,2.206],[2.425,2.23],[2.51,2.164],[1.998,1.665],[1.869,1.754],[0.74,0.639],[0.882,0.435],[3.904,3.319],[2.113,1.737],[2.461,1.633],[2.72,2.289],[-0.084,-5.417],[-20.728,-17.272]],"v":[[-371,-244],[-372.753,-237.254],[-374,-230],[-366.584,-223.413],[-359,-217],[-353.146,-211.74],[-348,-207],[-345.494,-205.488],[-343,-204],[-332,-194],[-326,-189],[-320,-184],[-311,-178],[-309,-192]],"c":true}],"h":1},{"t":83,"s":[{"i":[[0.125,0.062],[0.105,-1.228],[0.209,-1.124],[0.125,-1.209],[-0.149,-1.483],[-7.94,-5.568],[-7.631,-5.529],[-2.754,-2.059],[-3.358,-0.86],[-0.419,2.248],[0.377,3.044],[10.354,7.605],[10.812,7.363],[0.19,-0.035]],"o":[[0.188,1.522],[-0.105,1.228],[-0.209,1.124],[-0.125,1.209],[7.609,6.199],[7.94,5.568],[2.626,1.903],[2.754,2.059],[-0.299,-2.966],[0.419,-2.248],[-10.772,-7.218],[-10.354,-7.605],[-0.114,-0.077],[-0.19,0.035]],"v":[[-360,-239],[-359.922,-234.922],[-360.442,-231.442],[-360.99,-227.99],[-361,-224],[-337.517,-206.497],[-314,-190],[-306.049,-183.718],[-297,-179],[-296.442,-186.442],[-296,-194],[-327.47,-216.392],[-359,-239],[-359.492,-239.012]],"c":true}],"h":1},{"t":84,"s":[{"i":[[10.832,5.834],[0.2,-1.394],[0,-1.575],[-0.2,-1.394],[-0.401,-0.849],[-1.223,-0.788],[-1.219,-0.703],[-2.625,-1.464],[-2.618,-1.483],[-6.829,-3.908],[-6.83,-3.489],[0,2.833],[0,2.834],[10.519,6.148]],"o":[[-0.401,0.85],[-0.2,1.394],[0,1.575],[0.2,1.394],[0.889,1.146],[1.223,0.788],[2.882,1.662],[2.625,1.464],[6.852,3.88],[6.829,3.908],[0,-2.834],[0,-2.833],[-11.094,-5.573],[-10.519,-6.148]],"v":[[-332,-221],[-332.902,-217.544],[-333.202,-213],[-332.902,-208.456],[-332,-205],[-328.747,-202.168],[-325,-200],[-316.802,-195.365],[-309,-191],[-288.483,-179.207],[-268,-168],[-268,-176.5],[-268,-185],[-300.196,-202.804]],"c":true}],"h":1},{"t":85,"s":[{"i":[[0.303,0.085],[-0.42,-2.58],[0.374,-3.374],[-1.899,-1.031],[-1.246,-0.578],[-0.882,-0.085],[-0.687,-0.296],[-3.184,-1.343],[-1.562,-0.684],[-3.138,-1.324],[-1.826,-0.783],[-6.061,-0.544],[-0.609,6.609],[22.075,7.966]],"o":[[-0.304,3.305],[0.42,2.58],[2.156,0.299],[1.899,1.031],[0.786,0.365],[0.882,0.085],[3.983,1.716],[1.68,0.709],[3.893,1.704],[1.566,0.661],[5.274,2.262],[0.748,-6.748],[-21.858,-7.867],[-0.295,-0.106]],"v":[[-288,-189],[-287.448,-180.552],[-287,-172],[-280.817,-169.709],[-276,-167],[-273.426,-166.449],[-271,-166],[-260,-160],[-255,-159],[-244,-153],[-239,-152],[-223,-145],[-224,-162],[-287,-189]],"c":true}],"h":1},{"t":86,"s":[{"i":[[10.421,3.413],[-0.188,-1.562],[-0.249,-1.501],[-0.312,-1.438],[-0.375,-1.375],[-5.202,-1.715],[-5.245,-1.671],[-5.296,-1.621],[-5.354,-1.563],[0.282,1.468],[0.253,1.497],[0.219,1.531],[0.181,1.569],[10.489,3.344]],"o":[[0.128,1.622],[0.188,1.562],[0.249,1.501],[0.312,1.438],[5.165,1.751],[5.202,1.715],[5.245,1.672],[5.296,1.621],[-0.306,-1.444],[-0.282,-1.468],[-0.253,-1.497],[-0.219,-1.531],[-10.621,-3.212],[-10.489,-3.344]],"v":[[-228,-147],[-227.526,-142.224],[-226.871,-137.629],[-226.03,-133.22],[-225,-129],[-209.452,-123.799],[-193.783,-118.717],[-177.973,-113.777],[-162,-109],[-162.884,-113.366],[-163.688,-117.812],[-164.398,-122.352],[-165,-127],[-196.651,-136.849]],"c":true}],"h":1},{"t":87,"s":[{"i":[[10.378,1.955],[-0.27,-1.48],[-0.374,-1.376],[-0.292,-1.458],[-0.024,-1.727],[-5.178,-1.072],[-5.147,-1.103],[-5.146,-1.104],[-5.173,-1.077],[0.315,1.518],[0.34,1.494],[0.355,1.479],[0.361,1.473],[10.182,2.151]],"o":[[-0.019,1.769],[0.27,1.48],[0.374,1.376],[0.292,1.458],[5.238,1.013],[5.178,1.072],[5.147,1.103],[5.146,1.104],[-0.281,-1.552],[-0.315,-1.518],[-0.34,-1.494],[-0.355,-1.479],[-9.894,-2.439],[-10.182,-2.151]],"v":[[-154,-95],[-153.577,-90.173],[-152.564,-85.936],[-151.519,-81.731],[-151,-77],[-135.384,-73.866],[-119.903,-70.597],[-104.47,-67.28],[-89,-64],[-89.896,-68.603],[-90.881,-73.119],[-91.925,-77.575],[-93,-82],[-123.137,-88.863]],"c":true}],"h":1},{"t":88,"s":[{"i":[[10.203,0.963],[-0.375,-1.708],[-0.452,-1.631],[-0.601,-1.482],[-0.821,-1.262],[-4.988,-0.626],[-4.899,-0.726],[-4.836,-0.361],[-4.8,0.466],[0.473,1.361],[0.406,1.427],[0.355,1.478],[0.321,1.513],[9.908,1.259]],"o":[[0.369,1.714],[0.375,1.708],[0.452,1.631],[0.601,1.482],[5.103,0.064],[4.988,0.626],[4.899,0.726],[4.836,0.361],[-0.556,-1.278],[-0.473,-1.361],[-0.406,-1.427],[-0.355,-1.478],[-10.165,-1.002],[-9.908,-1.259]],"v":[[-70,-38],[-68.901,-32.849],[-67.678,-27.822],[-66.116,-23.135],[-64,-19],[-48.869,-17.849],[-34.045,-15.706],[-19.448,-13.959],[-5,-14],[-6.538,-17.962],[-7.852,-22.148],[-8.99,-26.51],[-10,-31],[-39.971,-34.529]],"c":true}],"h":1},{"t":89,"s":[{"i":[[9.386,-1.384],[-0.489,-1.428],[-0.447,-1.47],[-0.484,-1.432],[-0.602,-1.315],[-4.833,-0.25],[-4.871,-0.212],[-4.853,-0.23],[-4.777,-0.306],[0.427,1.573],[0.561,1.439],[0.478,1.522],[0.179,1.821],[9.875,0.707]],"o":[[0.611,1.306],[0.489,1.428],[0.447,1.47],[0.484,1.432],[4.737,0.346],[4.833,0.25],[4.871,0.212],[4.853,0.23],[-0.078,-1.922],[-0.427,-1.573],[-0.561,-1.439],[-0.478,-1.522],[-10.113,0.445],[-9.875,-0.707]],"v":[[22,24],[23.63,28.12],[25.013,32.486],[26.391,36.859],[28,41],[42.369,41.881],[56.94,42.56],[71.541,43.209],[86,44],[85.188,38.812],[83.652,34.348],[82.04,29.96],[81,25],[50.954,23.796]],"c":true}],"h":1},{"t":90,"s":[{"i":[[1.562,2.604],[4.685,-0.148],[4.667,-0.166],[4.774,-0.059],[5.004,0.171],[-0.483,-1.517],[-0.524,-1.476],[-0.528,-1.472],[-0.498,-1.502],[-4.974,-0.057],[-4.979,-0.062],[-4.766,0.151],[-4.334,0.583],[0.965,3.202]],"o":[[-4.826,0.007],[-4.685,0.148],[-4.667,0.166],[-4.774,0.059],[0.408,1.592],[0.483,1.517],[0.524,1.476],[0.528,1.472],[4.75,-0.166],[4.974,0.057],[4.979,0.062],[4.766,-0.151],[-1.578,-2.588],[-0.965,-3.202]],"v":[[177,84],[162.764,84.264],[148.767,84.767],[134.636,85.136],[120,85],[121.346,89.654],[122.865,94.135],[124.452,98.548],[126,103],[140.641,102.891],[155.625,103.125],[170.296,103.046],[184,102],[180.488,93.012]],"c":true}],"h":1},{"t":91,"s":[{"i":[[0.722,3.278],[4.743,-0.174],[4.629,-0.287],[4.697,-0.22],[4.945,0.029],[-0.542,-1.542],[-0.626,-1.457],[-0.522,-1.562],[-0.227,-1.856],[-4.75,0.25],[-4.772,0.228],[-4.761,0.239],[-4.717,0.283],[1.175,2.825]],"o":[[-5.038,-0.121],[-4.743,0.174],[-4.629,0.287],[-4.697,0.22],[0.267,1.816],[0.542,1.542],[0.626,1.457],[0.522,1.562],[4.696,-0.304],[4.75,-0.25],[4.772,-0.228],[4.761,-0.239],[-0.576,-3.424],[-1.175,-2.825]],"v":[[278,145],[263.375,145.125],[249.362,145.862],[235.418,146.668],[221,147],[222.261,151.989],[224.06,156.44],[225.83,160.92],[227,166],[241.177,165.177],[255.468,164.468],[269.776,163.776],[284,163],[281.11,153.89]],"c":true}],"h":1},{"t":92,"s":[{"i":[[-9.492,0.508],[0.559,1.441],[0.619,1.381],[0.501,1.499],[0.203,1.796],[0.215,0.118],[0.194,0.139],[0.257,0.076],[0.404,-0.07],[8.976,-0.69],[9.437,-0.23],[-1.233,-3.1],[-1.245,-3.089],[-9.264,0.736]],"o":[[-0.32,-1.68],[-0.559,-1.441],[-0.619,-1.381],[-0.501,-1.499],[-0.32,-0.014],[-0.215,-0.118],[-0.194,-0.139],[-0.257,-0.076],[-8.658,1.008],[-8.976,0.69],[0.824,3.51],[1.233,3.101],[9.452,-0.548],[9.264,-0.736]],"v":[[386,223],[384.637,218.363],[382.825,214.175],[381.101,209.899],[380,205],[379.219,204.781],[378.626,204.374],[377.97,204.03],[377,204],[350.584,206.584],[323,208],[326.185,217.816],[330,227],[357.97,224.97]],"c":true}],"h":1},{"t":93,"s":[{"i":[[1.303,2.865],[4.634,-0.366],[4.585,-0.415],[4.659,-0.341],[4.855,-0.145],[-0.576,-1.59],[-0.627,-1.539],[-0.612,-1.554],[-0.531,-1.635],[-4.698,0.386],[-4.721,0.362],[-4.663,0.42],[-4.523,0.56],[1.145,3.021]],"o":[[-4.804,0.196],[-4.634,0.366],[-4.585,0.415],[-4.659,0.341],[0.46,1.707],[0.576,1.59],[0.627,1.539],[0.612,1.554],[4.592,-0.491],[4.698,-0.386],[4.721,-0.362],[4.663,-0.42],[-1.117,-3.05],[-1.145,-3.021]],"v":[[480,263],[465.875,263.875],[452.077,265.077],[438.241,266.241],[424,267],[425.571,271.929],[427.392,276.608],[429.268,281.232],[431,286],[444.955,284.705],[459.103,283.603],[473.2,282.45],[487,281],[483.639,271.861]],"c":true}],"h":1}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":1,"k":[{"t":8,"s":[0],"h":1},{"t":9,"s":[100],"h":1},{"t":94,"s":[0],"h":1}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":101,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":26,"ty":4,"nm":"Book_04_Back_c","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[500,500,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"t":9,"s":[{"i":[[-12.909,5.258],[0.307,0.869],[0.343,0.853],[0.371,0.839],[0.393,0.827],[0.408,0.818],[0.416,0.811],[0.418,0.806],[0.413,0.804],[1.301,2.449],[1.321,2.436],[1.329,2.432],[1.325,2.436],[1.308,2.448],[1.279,2.469],[1.237,2.499],[1.183,2.537],[0.096,0.015],[0.084,0.027],[0.066,0.045],[0.04,0.071],[0.008,0.103],[-0.031,0.142],[0.03,0.137],[0.068,0.098],[0.129,0.037],[0.213,-0.046],[12.658,-5.509],[12.73,-5.437],[12.707,-5.459],[12.589,-5.578],[-3.43,-6.654],[-3.498,-6.585],[-3.444,-6.639],[-3.268,-6.816],[-12.733,5.434],[-12.667,5.499],[-12.726,5.441]],"o":[[-0.265,-0.887],[-0.307,-0.869],[-0.343,-0.853],[-0.371,-0.839],[-0.393,-0.827],[-0.408,-0.818],[-0.416,-0.811],[-0.418,-0.806],[-1.268,-2.47],[-1.301,-2.449],[-1.321,-2.436],[-1.329,-2.432],[-1.325,-2.436],[-1.308,-2.448],[-1.279,-2.469],[-1.237,-2.499],[-0.102,-0.01],[-0.096,-0.015],[-0.084,-0.027],[-0.066,-0.046],[-0.04,-0.071],[-0.008,-0.103],[-0.014,-0.153],[-0.03,-0.137],[-0.068,-0.098],[-0.129,-0.037],[-12.49,5.676],[-12.658,5.509],[-12.73,5.436],[-12.707,5.459],[3.238,6.845],[3.43,6.654],[3.498,6.585],[3.444,6.639],[12.923,-5.244],[12.733,-5.434],[12.667,-5.499],[12.726,-5.441]],"v":[[466,393],[465.139,390.366],[464.162,387.784],[463.09,385.248],[461.942,382.75],[460.739,380.283],[459.501,377.84],[458.248,375.415],[457,373],[453.143,365.624],[449.207,358.299],[445.229,351],[441.245,343.701],[437.293,336.377],[433.41,329.003],[429.633,321.552],[426,314],[425.701,313.965],[425.429,313.905],[425.202,313.798],[425.042,313.625],[424.968,313.366],[425,313],[424.939,312.561],[424.798,312.202],[424.507,311.993],[424,312],[386.254,328.754],[348.148,345.148],[309.968,361.468],[272,378],[282.033,398.217],[292.456,418.044],[302.901,437.849],[313,458],[351.452,441.952],[389.521,425.521],[427.579,409.079]],"c":true}],"h":1},{"t":10,"s":[{"i":[[-4.766,3.982],[6.742,13.425],[7.53,12.637],[3.466,-1.597],[3.437,-1.375],[1.695,-0.424],[1.569,-0.645],[1.495,-0.94],[1.501,-0.616],[1.701,-0.423],[1.593,-0.647],[0.357,-0.186],[0.396,-0.183],[0.873,-0.326],[0.669,-0.308],[1.115,-0.469],[1.197,-0.505],[6.698,-2.802],[6.519,-1.971],[0.391,-0.461],[0.251,-0.101],[0.532,0.077],[0.445,-0.135],[0.39,-0.461],[0.254,-0.1],[0.53,0.076],[0.447,-0.135],[0.391,-0.46],[0.25,-0.103],[2.196,-0.654],[1.305,-0.601],[1.339,-0.617],[1.854,-0.811],[1.786,-0.751],[2.399,-2.443],[-13.486,-26.514],[-12.825,5.292],[-31.012,12.756]],"o":[[-7.502,-12.664],[-6.742,-13.425],[-3.698,1.236],[-3.466,1.597],[-1.65,0.661],[-1.695,0.424],[-1.519,0.625],[-1.495,0.94],[-1.606,0.659],[-1.7,0.423],[-0.177,0.072],[-0.357,0.186],[-0.839,0.387],[-0.873,0.326],[-1.343,0.619],[-1.115,0.469],[-6.691,2.821],[-6.698,2.802],[-0.185,0.056],[-0.391,0.461],[-0.429,0.173],[-0.532,-0.077],[-0.185,0.056],[-0.39,0.461],[-0.433,0.17],[-0.53,-0.076],[-0.184,0.055],[-0.391,0.46],[-1.912,0.784],[-2.196,0.654],[-1.679,0.774],[-2.453,1.131],[-1.593,0.697],[-3.021,1.271],[14.257,25.742],[13.153,-4.575],[32.323,-13.338],[6.699,-2.756]],"v":[[346,324],[325.021,284.479],[304,245],[293.304,249.395],[283,254],[277.939,255.512],[273,257],[268.486,259.506],[264,262],[258.99,263.509],[254,265],[253.164,265.417],[252,266],[249.373,267.059],[247,268],[243.391,269.586],[240,271],[219.871,279.638],[200,287],[199.05,287.966],[198,289],[196.512,289.029],[195,289],[194.051,289.967],[193,291],[191.51,291.026],[190,291],[189.05,291.964],[188,293],[181.545,295.137],[176,297],[171,299],[164,302],[159,304],[150,309],[191,388],[230,373],[327,333]],"c":true}],"h":1},{"t":11,"s":[{"i":[[-8.398,4.491],[3.47,6.447],[3.393,6.524],[3.352,6.565],[3.346,6.571],[0.171,0.079],[0.137,0.113],[0.147,0.103],[0.202,0.048],[12.643,-5.44],[12.654,-5.429],[12.684,-5.399],[12.732,-5.351],[-3.425,-6.658],[-3.49,-6.593],[-3.445,-6.638],[-3.289,-6.794],[-3.267,1.265],[-3.22,1.372],[-3.218,1.42],[-3.26,1.412],[-3.115,1.271],[-3.13,1.264],[-2.95,1.236],[-2.575,1.187],[-0.626,0.271],[-0.606,0.254],[-0.551,0.231],[-0.464,0.203],[-1.213,0.618],[-1.127,0.607],[-1.101,0.561],[-1.134,0.478],[-0.534,-0.078],[-0.44,0.133],[-0.392,0.46],[-0.25,0.103],[-8.844,3.672]],"o":[[-3.582,-6.334],[-3.47,-6.447],[-3.393,-6.524],[-3.352,-6.565],[-0.251,0.001],[-0.171,-0.079],[-0.137,-0.113],[-0.147,-0.103],[-12.65,5.433],[-12.643,5.44],[-12.654,5.429],[-12.684,5.399],[3.249,6.834],[3.425,6.658],[3.49,6.593],[3.445,6.638],[3.358,-1.101],[3.267,-1.265],[3.22,-1.372],[3.218,-1.42],[2.906,-1.258],[3.115,-1.271],[3.13,-1.264],[2.95,-1.236],[0.613,-0.283],[0.626,-0.271],[0.606,-0.254],[0.551,-0.231],[1.357,-0.593],[1.213,-0.618],[1.127,-0.607],[1.101,-0.561],[0.423,-0.178],[0.534,0.078],[0.183,-0.055],[0.392,-0.46],[9.225,-3.821],[8.844,-3.672]],"v":[[232,257],[221.431,237.819],[211.146,218.354],[201.038,198.712],[191,179],[190.378,178.872],[189.928,178.572],[189.513,178.237],[189,178],[151.065,194.315],[113.123,210.623],[75.12,226.87],[37,243],[47.039,263.211],[57.44,283.06],[67.871,302.879],[78,323],[87.927,319.435],[97.647,315.465],[107.294,311.262],[117,307],[126.081,303.2],[135.497,299.392],[144.665,295.638],[153,292],[154.868,291.168],[156.725,290.38],[158.469,289.652],[160,289],[163.839,287.174],[167.334,285.328],[170.662,283.568],[174,282],[175.487,281.966],[177,282],[177.95,281.036],[179,280],[206.12,269.003]],"c":true}],"h":1},{"t":12,"s":[{"i":[[-12.237,6.18],[2.399,4.323],[2.356,4.367],[2.343,4.379],[2.361,4.362],[2.409,4.313],[2.489,4.234],[0.03,0.137],[0.068,0.098],[0.129,0.037],[0.213,-0.046],[1.711,-0.867],[1.847,-0.78],[1.837,-0.773],[1.681,-0.845],[6.902,-3.395],[6.908,-3.351],[6.802,-3.281],[6.585,-3.183],[3.19,-1.559],[3.126,-1.53],[2.998,-1.456],[2.806,-1.337],[0.844,-0.286],[0.815,-0.331],[0.689,-0.504],[0.465,-0.806],[-3.127,-5.706],[-3.056,-5.778],[-3.15,-5.683],[-3.412,-5.421],[-0.338,-0.995],[-0.409,-0.925],[-0.616,-0.717],[-0.96,-0.373],[-12.482,5.935],[-12.45,5.967],[-12.368,6.049]],"o":[[-2.474,-4.249],[-2.399,-4.323],[-2.356,-4.367],[-2.343,-4.379],[-2.361,-4.362],[-2.409,-4.313],[-0.014,-0.153],[-0.03,-0.137],[-0.068,-0.098],[-0.129,-0.037],[-1.43,1.034],[-1.711,0.867],[-1.847,0.78],[-1.837,0.773],[-6.784,3.411],[-6.902,3.395],[-6.908,3.351],[-6.802,3.281],[-3.19,1.542],[-3.19,1.559],[-3.126,1.53],[-2.998,1.456],[-0.776,0.37],[-0.844,0.286],[-0.815,0.331],[-0.689,0.504],[3.366,5.468],[3.127,5.706],[3.056,5.778],[3.15,5.683],[0.405,0.928],[0.338,0.995],[0.409,0.925],[0.616,0.717],[12.465,-5.952],[12.482,-5.935],[12.45,-5.967],[12.368,-6.049]],"v":[[127,192],[119.699,179.135],[112.574,166.093],[105.534,152.966],[98.487,139.847],[91.339,126.828],[84,114],[83.939,113.561],[83.798,113.202],[83.507,112.993],[83,113],[78.252,115.832],[72.878,118.283],[67.315,120.593],[62,123],[41.443,133.215],[20.701,143.341],[0.108,153.297],[-20,163],[-29.586,167.663],[-39.076,172.308],[-48.278,176.799],[-57,181],[-59.453,181.952],[-61.966,182.846],[-64.245,184.067],[-66,186],[-56.301,202.802],[-47.069,220.069],[-37.801,237.302],[-28,254],[-26.919,256.919],[-25.833,259.833],[-24.331,262.33],[-22,264],[15.432,246.182],[52.842,228.342],[90.081,210.331]],"c":true}],"h":1},{"t":13,"s":[{"i":[[-4.909,5.2],[1.673,3.27],[1.798,3.202],[1.064,1.483],[0.89,1.55],[4.482,8.082],[4.287,8.346],[0.333,0],[0.334,0],[0.407,-0.426],[0.657,-0.177],[11.653,-6.441],[11.682,-6.637],[11.609,-6.638],[12.076,-5.923],[-1.049,-1.576],[-0.911,-1.646],[-0.79,-1.689],[-0.934,-1.613],[-1.055,-1.471],[-0.881,-1.562],[-0.757,-1.88],[-0.989,-1.738],[-0.434,-0.15],[-0.154,-0.206],[-0.13,-0.572],[-0.2,-0.338],[-3.24,-5.81],[-3.495,-5.771],[-2.4,1.363],[-1.708,0.964],[-0.879,0.29],[-0.719,0.409],[-0.413,0.309],[-0.674,0.398],[-5.398,3.046],[-5.153,2.953],[-21.89,12.672]],"o":[[-2.509,-2.719],[-1.673,-3.27],[-0.853,-1.519],[-1.064,-1.483],[-4.783,-8.325],[-4.482,-8.082],[-0.334,0],[-0.333,0],[-0.713,0.12],[-0.408,0.426],[-11.705,6.601],[-11.653,6.441],[-11.488,6.527],[-11.609,6.637],[-0.108,2.051],[1.049,1.576],[0.904,1.632],[0.79,1.689],[0.899,1.553],[1.055,1.471],[0.983,1.742],[0.757,1.88],[0.111,0.195],[0.434,0.15],[0.281,0.375],[0.13,0.572],[3.545,5.988],[3.24,5.81],[2.692,-0.586],[2.4,-1.363],[0.764,-0.431],[0.879,-0.29],[0.391,-0.223],[0.748,-0.561],[6,-3.545],[5.862,-3.307],[22.884,-13.113],[6.15,-3.56]],"v":[[33,130],[26.967,120.862],[22,111],[19.028,106.523],[16,102],[2.128,77.516],[-11,53],[-12,53],[-13,53],[-14.543,53.958],[-16,55],[-51.017,74.473],[-86,94],[-120.559,113.953],[-156,133],[-154.265,138.304],[-151,143],[-148.522,148.014],[-146,153],[-142.986,157.493],[-140,162],[-137.505,167.503],[-135,173],[-134.033,173.492],[-133,174],[-132.439,175.528],[-132,177],[-121.962,194.662],[-112,212],[-104.262,208.783],[-98,205],[-95.466,203.983],[-93,203],[-92,201],[-89,200],[-71,190],[-53,180],[15,141]],"c":true}],"h":1},{"t":14,"s":[{"i":[[0.143,2.192],[7.611,12.389],[7.111,12.889],[0.273,0.227],[0.405,0.095],[0.511,-0.323],[0.367,-0.467],[16.643,-11.491],[16.421,-10.95],[5.62,-3.723],[5.874,-3.343],[-3.883,-6.459],[-3.935,-6.392],[-3.9,-6.46],[-3.481,-6.796],[-6.603,4.547],[-5.811,4.05],[-0.662,0.518],[-0.503,0.339],[-0.863,0.242],[-0.792,0.52],[-1.058,0.967],[-0.732,0.451],[-0.292,0.37],[-0.369,0.236],[-1.272,0.839],[-0.466,0.35],[-0.734,0.496],[-1.2,0.9],[-0.745,0.519],[-11.162,6.869],[-0.777,0.534],[-1.41,0.926],[-1.441,0.965],[-1.373,0.875],[-0.454,0.341],[-0.738,0.505],[-1.441,1.034]],"o":[[-7.445,-12.555],[-7.611,-12.389],[-0.501,0.002],[-0.273,-0.227],[-0.591,0.242],[-0.511,0.323],[-17.008,11.085],[-16.643,11.491],[-5.646,3.765],[-5.62,3.723],[3.534,6.771],[3.883,6.459],[3.918,6.365],[3.9,6.46],[6.776,-3.763],[6.603,-4.547],[0.847,-0.59],[0.663,-0.518],[0.757,-0.51],[0.863,-0.242],[1.037,-0.681],[1.058,-0.967],[0.464,-0.286],[0.292,-0.37],[1.379,-0.879],[0.444,-0.293],[0.814,-0.61],[2.177,-1.472],[0.828,-0.621],[11.68,-8.141],[0.972,-0.598],[1.385,-0.953],[1.496,-0.983],[1.258,-0.842],[0.433,-0.276],[0.819,-0.614],[1.444,-0.987],[1.28,-0.919]],"v":[[-50,74],[-72.751,36.751],[-95,-1],[-96.072,-1.428],[-97,-2],[-98.668,-1.168],[-100,0],[-150.44,34.101],[-200,68],[-216.829,79.317],[-234,90],[-222.8,109.784],[-211,129],[-199.172,148.177],[-188,168],[-167.776,155.215],[-149,142],[-146.742,140.312],[-145,139],[-142.527,138.008],[-140,137],[-136.771,134.327],[-134,132],[-132.928,130.962],[-132,130],[-127,128],[-126,126],[-123,125],[-117,120],[-114,119],[-78,94],[-76,92],[-71,90],[-67,86],[-62,84],[-61,82],[-58,81],[-54,78]],"c":true}],"h":1},{"t":15,"s":[{"i":[[-2.797,5.591],[4.084,5.951],[3.888,6.004],[0.243,0.856],[0.525,0.8],[0.757,0.633],[0.497,0.745],[0.243,0.861],[0.522,0.794],[0.76,0.634],[0.488,0.745],[0.306,0.945],[0.38,0.618],[0.383,0.303],[0.26,0.448],[0.51,0.623],[0.381,0.508],[0.112,0.556],[0.248,0.367],[-0.153,2.227],[0.81,0.19],[10.399,-10.601],[3.567,-2.917],[10.702,-8.752],[13.546,-12.789],[1.048,-0.904],[-0.192,-2.364],[-16.715,-24.618],[-20.395,18.939],[-3.064,1.602],[-4.67,3.908],[-1.298,1.058],[-1.233,0.989],[-0.947,0.721],[-0.515,0.386],[-0.789,0.649],[-1.112,0.929],[-3.64,2.976]],"o":[[-3.776,-6.193],[-4.084,-5.951],[-0.502,-0.776],[-0.243,-0.856],[-0.475,-0.723],[-0.757,-0.633],[-0.508,-0.762],[-0.243,-0.861],[-0.473,-0.72],[-0.76,-0.634],[-0.396,-0.604],[-0.306,-0.945],[-0.21,-0.341],[-0.383,-0.303],[-0.579,-1.001],[-0.51,-0.623],[-0.305,-0.407],[-0.112,-0.556],[-0.925,-1.367],[-1.003,0.003],[-10.998,10.002],[-4.061,2.082],[-11.076,9.057],[-14.488,11.847],[-2.407,-0.678],[-1.265,1.091],[15.994,25.339],[20.831,-18.502],[3.975,-0.691],[5.183,-3.401],[1.229,-1.028],[1.272,-1.036],[0.749,-0.601],[0.483,-0.367],[0.897,-0.673],[1.029,-0.846],[3.935,-3.288],[4.609,-3.769]],"v":[[-121,23],[-132.916,4.858],[-145,-13],[-145.983,-15.482],[-147,-18],[-148.983,-19.983],[-151,-22],[-151.99,-24.476],[-153,-27],[-154.988,-28.981],[-157,-31],[-158.012,-33.489],[-159,-36],[-159.963,-36.92],[-161,-38],[-162.649,-40.369],[-164,-42],[-164.543,-43.53],[-165,-45],[-168,-50],[-170,-51],[-204,-22],[-215,-14],[-247,13],[-290,49],[-294,52],[-298,56],[-249,131],[-185,77],[-177,71],[-163,59],[-159,57],[-156,53],[-152,51],[-151,49],[-148,48],[-145,45],[-134,36]],"c":true}],"h":1},{"t":16,"s":[{"i":[[-19.692,20.142],[4.306,6.111],[4.279,6.138],[4.333,6.083],[4.469,5.947],[0.299,-0.224],[0.222,-0.319],[0.187,-0.311],[0.194,-0.2],[8.632,-8.578],[8.693,-8.61],[8.465,-8.601],[7.947,-8.553],[0.581,-0.667],[0.576,-0.677],[0.582,-0.671],[0.6,-0.651],[0.722,-0.564],[0.688,-0.59],[0.497,-0.731],[0.149,-0.987],[-2.128,-2.955],[-2.049,-3.034],[-2.146,-2.937],[-2.42,-2.663],[-0.709,-1.203],[-0.781,-1.155],[-0.807,-1.124],[-0.785,-1.111],[-0.771,-1.143],[-0.798,-1.114],[-0.878,-1.038],[-1.01,-0.918],[-0.48,-0.931],[-0.596,-0.814],[-0.693,-0.601],[-0.772,-0.291],[-19.887,19.946]],"o":[[-4.415,-6.002],[-4.306,-6.111],[-4.279,-6.138],[-4.334,-6.083],[-0.418,0.025],[-0.299,0.224],[-0.222,0.319],[-0.187,0.311],[-8.28,8.507],[-8.632,8.578],[-8.693,8.61],[-8.465,8.601],[-0.597,0.643],[-0.581,0.667],[-0.576,0.677],[-0.582,0.671],[-0.601,0.652],[-0.722,0.564],[-0.688,0.59],[-0.497,0.731],[2.384,2.7],[2.128,2.955],[2.049,3.034],[2.146,2.937],[0.589,1.27],[0.709,1.203],[0.782,1.155],[0.807,1.124],[0.797,1.128],[0.771,1.143],[0.798,1.114],[0.878,1.038],[0.346,0.952],[0.48,0.931],[0.596,0.814],[0.693,0.601],[19.76,-20.074],[19.887,-19.946]],"v":[[-179,-20],[-192.06,-38.189],[-204.917,-56.582],[-217.816,-74.934],[-231,-93],[-232.064,-92.601],[-232.835,-91.761],[-233.438,-90.791],[-234,-90],[-259.44,-64.361],[-285.5,-38.569],[-311.31,-12.742],[-336,13],[-337.764,14.968],[-339.496,16.987],[-341.23,19.013],[-343,21],[-345.023,22.795],[-347.177,24.498],[-348.992,26.451],[-350,29],[-343.276,37.526],[-337.054,46.554],[-330.805,55.555],[-324,64],[-322.042,67.706],[-319.795,71.239],[-317.4,74.652],[-315,78],[-312.661,81.418],[-310.32,84.815],[-307.819,88.054],[-305,91],[-303.756,93.849],[-302.138,96.491],[-300.201,98.638],[-298,100],[-238.449,40.051]],"c":true}],"h":1},{"t":17,"s":[{"i":[[18.664,22.669],[4.291,-5.305],[3.79,-4.609],[0.913,-1.056],[0.478,-0.721],[0.814,-1.149],[0.894,-1.12],[2.729,-3.109],[1.755,-2.645],[0.337,-0.276],[0.326,-0.403],[1.161,-1.431],[1.601,-2.413],[1.988,-2.501],[4.194,-5.15],[2.342,-2.924],[2.233,-2.76],[3.411,-6.354],[-1.356,-3.644],[-3.276,-1.724],[-2.221,-4.928],[-0.248,-0.358],[-0.813,-1.1],[-1.85,-2.318],[-0.961,-1.221],[-1.759,-2.205],[-0.921,-1.221],[-0.939,-2.879],[-3.217,1.783],[-0.941,4.059],[-15.813,19.894],[-5.447,6.845],[-0.89,1.187],[-0.624,0.783],[-0.916,1.131],[-1.998,2.146],[-0.687,0.838],[-2.552,6.061]],"o":[[-4.047,5.169],[-4.291,5.305],[-0.869,1.056],[-0.913,1.056],[-0.851,1.284],[-0.813,1.149],[-2.331,2.919],[-2.729,3.109],[-0.327,0.493],[-0.337,0.276],[-1.1,1.361],[-2.458,3.03],[-1.808,2.725],[-4.602,5.79],[-2.283,2.803],[-2.195,2.74],[-4.53,5.6],[0.941,4.059],[2.767,2.233],[2.437,5.572],[0.143,0.316],[0.908,1.31],[2.41,3.257],[1.043,1.307],[2.497,3.173],[1.031,1.293],[1.719,2.279],[4.58,-0.42],[1.356,-3.644],[16.925,-18.788],[6,-7.548],[1.598,-2.008],[0.664,-0.885],[0.823,-1.033],[2.608,-3.22],[0.711,-0.764],[4.008,-4.888],[-18.286,-23.047]],"v":[[-281,-128],[-293.692,-112.08],[-306,-97],[-308.793,-93.748],[-311,-91],[-313.468,-87.377],[-316,-84],[-323.932,-74.795],[-331,-66],[-332.001,-64.933],[-333,-64],[-336,-59],[-344,-50],[-349,-43],[-363,-27],[-369,-18],[-376,-10],[-389,7],[-383,16],[-376,24],[-366,39],[-364,40],[-362,44],[-354,53],[-352,57],[-344,66],[-342,70],[-337,77],[-329,70],[-323,61],[-275,2],[-257,-20],[-252,-25],[-251,-28],[-248,-31],[-240,-40],[-239,-43],[-227,-58]],"c":true}],"h":1},{"t":18,"s":[{"i":[[0.85,-0.184],[2.776,-4.185],[13.786,-21.14],[6.448,-10.374],[0.649,-1.003],[6.729,-13.175],[-16.325,-19.675],[-4.229,-1.104],[-1.641,2.188],[-0.496,0.734],[-0.9,1.2],[-0.435,0.699],[-1.032,1.66],[-0.651,0.959],[-1.036,1.547],[-0.866,1.318],[-0.922,1.455],[-0.882,1.468],[-0.884,1.178],[-0.496,0.734],[-0.432,0.695],[-0.651,0.971],[-0.988,1.455],[-0.475,0.765],[-0.425,0.654],[-0.995,1.633],[-0.953,1.461],[-0.814,1.239],[-0.976,1.457],[-1.044,1.588],[-0.949,1.488],[-0.449,0.775],[-0.929,1.494],[-4.537,7.125],[-3.209,6.87],[1.14,1.41],[3.384,4.11],[14.232,16.25]],"o":[[-2.42,4.6],[-14.308,21.57],[-7.423,11.382],[-0.577,0.928],[-7.975,12.315],[16.802,19.198],[3.091,2.242],[0.783,-4.735],[0.61,-0.814],[1.472,-2.177],[0.58,-0.774],[1.505,-2.417],[0.563,-0.905],[1.128,-1.662],[0.933,-1.393],[1.06,-1.613],[0.846,-1.335],[1.341,-2.232],[0.61,-0.814],[0.422,-0.624],[0.566,-0.911],[0.944,-1.407],[0.599,-0.882],[0.372,-0.599],[0.962,-1.481],[0.872,-1.43],[0.81,-1.243],[1.072,-1.632],[0.953,-1.424],[0.939,-1.429],[0.584,-0.915],[1.167,-2.016],[4.419,-7.109],[3.99,-6.266],[0.782,-2.344],[-3.87,-4.784],[-14.061,-17.079],[-0.057,-0.61]],"v":[[-320,-156],[-327,-144],[-369,-80],[-392,-46],[-393,-43],[-417,-6],[-368,53],[-360,61],[-353,50],[-352,47],[-347,41],[-346,38],[-341,31],[-340,28],[-336,24],[-334,19],[-330,15],[-328,10],[-323,4],[-322,1],[-320,-1],[-319,-4],[-315,-8],[-314,-11],[-312,-13],[-310,-18],[-306,-22],[-304,-27],[-300,-31],[-298,-36],[-294,-40],[-293,-43],[-290,-48],[-276,-69],[-264,-88],[-267,-92],[-277,-105],[-319,-155]],"c":true}],"h":1},{"t":19,"s":[{"i":[[-13.869,27.297],[1.695,1.971],[1.791,1.876],[1.7,1.966],[1.422,2.244],[3.024,3.208],[2.909,3.258],[2.806,3.296],[2.713,3.324],[0.215,0.118],[0.194,0.139],[0.257,0.076],[0.404,-0.07],[7.131,-13.453],[7.126,-13.457],[7.058,-13.526],[6.924,-13.659],[-2.334,-2.749],[-2.388,-2.695],[-2.485,-2.599],[-2.624,-2.459],[-0.496,-0.754],[-0.65,-0.6],[-0.704,-0.546],[-0.658,-0.592],[-0.658,-0.851],[-0.76,-0.701],[-0.722,-0.625],[-0.544,-0.621],[-0.162,-0.348],[-0.14,-0.377],[-0.159,-0.34],[-0.216,-0.238],[-1.066,-0.784],[-0.882,-0.922],[-0.852,-1.21],[-1.657,-0.181],[-14.246,26.921]],"o":[[-1.413,-2.254],[-1.695,-1.971],[-1.791,-1.876],[-1.7,-1.966],[-3.149,-3.146],[-3.024,-3.208],[-2.909,-3.258],[-2.806,-3.296],[-0.32,-0.014],[-0.215,-0.118],[-0.194,-0.139],[-0.257,-0.076],[-7.07,13.513],[-7.131,13.453],[-7.126,13.457],[-7.058,13.526],[2.324,2.76],[2.334,2.749],[2.388,2.695],[2.485,2.599],[0.243,1.007],[0.496,0.754],[0.65,0.6],[0.704,0.546],[0.416,1.074],[0.658,0.851],[0.76,0.701],[0.722,0.625],[0.222,0.254],[0.162,0.348],[0.141,0.377],[0.159,0.34],[0.856,0.942],[1.065,0.784],[0.936,0.978],[0.852,1.21],[14.147,-27.02],[14.246,-26.921]],"v":[[-290,-112],[-294.709,-118.291],[-299.986,-124.014],[-305.27,-129.731],[-310,-136],[-319.257,-145.533],[-328.154,-155.234],[-336.724,-165.067],[-345,-175],[-345.781,-175.219],[-346.374,-175.626],[-347.03,-175.97],[-348,-176],[-369.318,-135.568],[-390.719,-95.22],[-412.011,-54.762],[-433,-14],[-426.024,-5.726],[-418.951,2.451],[-411.653,10.403],[-404,18],[-402.866,20.616],[-401.122,22.622],[-399.067,24.317],[-397,26],[-395.354,28.869],[-393.192,31.18],[-390.934,33.15],[-389,35],[-388.434,35.919],[-387.99,37.024],[-387.552,38.117],[-387,39],[-384.019,41.516],[-381,44],[-378.541,47.598],[-375,50],[-332.292,-30.792]],"c":true}],"h":1},{"t":20,"s":[{"i":[[0.577,0.094],[6.105,-14.562],[6.129,-14.537],[6.085,-14.582],[5.971,-14.695],[-2.515,-2.568],[-2.565,-2.518],[-2.518,-2.566],[-2.373,-2.71],[-2.241,-2.364],[-2.363,-2.413],[-2.315,-2.217],[-2.099,-1.778],[-0.253,-0.426],[-0.371,-0.407],[-0.308,0.098],[-0.062,1.089],[-1.994,4.517],[-1.95,4.521],[-1.856,4.368],[-1.712,4.06],[-0.462,1.204],[-0.42,1.189],[-0.373,1.141],[-0.32,1.059],[-0.177,0.165],[-0.231,0.195],[-0.188,0.182],[-0.049,0.127],[-0.161,0.504],[-0.158,0.524],[-0.169,0.508],[-0.191,0.457],[-6.91,16.496],[-6.522,16.692],[9.443,10.02],[9.634,9.49],[0.521,0.143]],"o":[[-6.011,14.656],[-6.105,14.562],[-6.129,14.537],[-6.085,14.582],[2.368,2.716],[2.515,2.568],[2.565,2.518],[2.518,2.566],[1.951,2.072],[2.241,2.364],[2.363,2.413],[2.315,2.217],[-0.048,-0.04],[0.253,0.426],[0.371,0.407],[0.308,-0.098],[1.989,-4.358],[1.994,-4.517],[1.95,-4.521],[1.856,-4.368],[0.5,-1.185],[0.462,-1.204],[0.42,-1.189],[0.373,-1.141],[0.028,-0.093],[0.177,-0.165],[0.231,-0.195],[0.188,-0.182],[0.175,-0.448],[0.161,-0.504],[0.158,-0.524],[0.169,-0.508],[6.839,-16.326],[6.91,-16.495],[-9.595,-9.431],[-9.443,-10.02],[-0.338,-0.333],[-0.521,-0.143]],"v":[[-366,-190],[-384.191,-146.191],[-402.559,-102.56],[-420.898,-58.898],[-439,-15],[-431.652,-7.098],[-424.008,0.507],[-416.36,8.11],[-409,16],[-402.67,22.715],[-395.723,29.941],[-388.664,36.946],[-382,43],[-381.646,43.701],[-380.665,45.073],[-379.601,45.658],[-379,44],[-373.013,30.649],[-367.085,17.053],[-361.365,3.681],[-356,-9],[-354.555,-12.592],[-353.23,-16.189],[-352.04,-19.692],[-351,-23],[-350.668,-23.398],[-350.032,-23.949],[-349.38,-24.526],[-349,-25],[-348.5,-26.437],[-348.024,-27.988],[-347.537,-29.544],[-347,-31],[-326.262,-80.226],[-306,-130],[-334.471,-159.456],[-363,-189],[-364.321,-189.68]],"c":true}],"h":1},{"t":21,"s":[{"i":[[0.111,0.066],[0,-0.25],[0,-0.25],[0,-0.25],[0,-0.25],[4.042,-11.323],[4.038,-11.318],[3.978,-11.212],[3.86,-11.002],[0.653,-2.226],[0.636,-2.213],[0.665,-2.006],[0.739,-1.603],[0.624,-1.758],[0.574,-1.702],[0.663,-1.593],[0.89,-1.431],[-0.526,-0.728],[-0.646,-0.647],[-0.672,-0.595],[-0.605,-0.574],[-3.776,-3.663],[-3.899,-3.556],[-3.865,-3.726],[-3.569,-3.416],[-1.361,-1.474],[-2.278,0.12],[-10.723,30.277],[-10.1,30.9],[0.659,0.482],[0.207,0.227],[3.803,4.084],[3.396,2.933],[0.886,0.426],[0.714,0.654],[5.084,5.146],[5.303,4.507],[0.198,-0.037]],"o":[[0,0.25],[0,0.25],[0,0.25],[0,0.25],[-3.987,11.224],[-4.042,11.323],[-4.038,11.318],[-3.978,11.212],[-0.717,2.044],[-0.653,2.226],[-0.636,2.213],[-0.665,2.006],[-0.812,1.762],[-0.624,1.758],[-0.574,1.702],[-0.663,1.593],[0.312,0.839],[0.526,0.728],[0.646,0.647],[0.672,0.595],[3.999,3.792],[3.776,3.663],[3.971,3.679],[3.865,3.726],[1.277,1.222],[1.361,1.474],[10.01,-30.991],[10.723,-30.277],[0.841,-0.844],[-0.659,-0.482],[-3.392,-3.728],[-3.803,-4.085],[-0.744,-0.642],[-0.886,-0.426],[-5.363,-4.91],[-5.084,-5.146],[-0.097,-0.082],[-0.198,0.037]],"v":[[-376,-198],[-376,-197.25],[-376,-196.5],[-376,-195.75],[-376,-195],[-388.058,-161.154],[-400.192,-127.167],[-412.23,-93.346],[-424,-60],[-426.044,-53.547],[-427.967,-46.84],[-429.906,-40.462],[-432,-35],[-434.119,-29.707],[-435.883,-24.505],[-437.704,-19.55],[-440,-15],[-438.72,-12.657],[-436.939,-10.602],[-434.939,-8.746],[-433,-7],[-421.425,4.177],[-410,15],[-398.198,26.197],[-387,37],[-383.251,41.506],[-378,44],[-346.567,-47.568],[-315,-139],[-315.214,-140.963],[-317,-142],[-327.997,-154.096],[-339,-165],[-341.522,-166.491],[-344,-168],[-359.545,-183.303],[-375,-198],[-375.49,-198.012]],"c":true}],"h":1},{"t":22,"s":[{"i":[[5.221,4.613],[2.492,-7.883],[2.5,-7.875],[2.505,-7.87],[2.507,-7.868],[2.507,-7.868],[2.504,-7.871],[2.498,-7.877],[2.489,-7.886],[-1.707,-1.57],[-1.653,-1.631],[-1.626,-1.66],[-1.627,-1.656],[-1.654,-1.62],[-1.708,-1.551],[-0.185,-0.095],[-0.22,-0.101],[-0.175,-0.08],[-0.05,-0.034],[-0.171,-0.16],[-0.133,-0.16],[-0.145,-0.169],[-0.208,-0.19],[-1.727,-1.524],[-1.702,-1.497],[-1.624,-1.475],[-1.492,-1.457],[-0.554,-0.713],[-0.601,-0.684],[-0.747,-0.504],[-0.991,-0.173],[-4.944,15.722],[-5.039,15.628],[-4.95,15.717],[-4.678,15.988],[5.018,4.816],[5.079,4.754],[5.147,4.686]],"o":[[-2.482,7.893],[-2.492,7.883],[-2.5,7.875],[-2.505,7.87],[-2.507,7.868],[-2.507,7.868],[-2.504,7.871],[-2.498,7.877],[1.787,1.476],[1.707,1.57],[1.653,1.631],[1.626,1.66],[1.627,1.656],[1.654,1.62],[0.07,0.064],[0.185,0.095],[0.22,0.101],[0.175,0.08],[0.259,0.172],[0.171,0.16],[0.133,0.159],[0.145,0.169],[1.698,1.553],[1.727,1.524],[1.702,1.498],[1.624,1.475],[0.606,0.591],[0.554,0.713],[0.601,0.684],[0.747,0.504],[4.667,-15.999],[4.944,-15.722],[5.039,-15.628],[4.95,-15.717],[-4.962,-4.871],[-5.018,-4.816],[-5.079,-4.754],[-5.147,-4.686]],"v":[[-380,-202],[-387.462,-178.337],[-394.951,-154.701],[-402.459,-131.084],[-409.979,-107.478],[-417.501,-83.875],[-425.017,-60.267],[-432.52,-36.644],[-440,-13],[-434.766,-8.423],[-429.734,-3.613],[-424.822,1.332],[-419.949,6.314],[-415.035,11.236],[-410,16],[-409.598,16.245],[-408.971,16.545],[-408.358,16.823],[-408,17],[-407.367,17.496],[-406.923,17.973],[-406.517,18.464],[-406,19],[-400.848,23.615],[-395.691,28.145],[-390.688,32.603],[-386,37],[-384.285,38.994],[-382.578,41.127],[-380.582,42.946],[-378,44],[-363.537,-3.537],[-348.517,-50.517],[-333.488,-97.488],[-319,-145],[-333.968,-159.532],[-349.112,-173.888],[-364.45,-188.05]],"c":true}],"h":1},{"t":23,"s":[{"i":[[0.5,0],[4.725,-15.859],[4.812,-15.772],[4.806,-15.777],[4.708,-15.876],[-1.219,-1.198],[-1.29,-1.127],[-1.301,-1.116],[-1.251,-1.163],[-1.439,-1.465],[-1.459,-1.468],[-1.415,-1.269],[-1.308,-0.868],[-0.814,-0.782],[-0.718,-0.822],[-0.67,-0.753],[-0.669,-0.578],[-0.427,-0.239],[-0.443,-0.213],[-0.42,-0.242],[-0.357,-0.327],[-1.2,-1.323],[-1.246,-1.288],[-1.423,-1.071],[-1.73,-0.672],[-4.736,15.764],[-4.774,15.726],[-4.776,15.724],[-4.741,15.759],[1.08,1.339],[1.238,1.202],[1.289,1.137],[1.232,1.144],[3.837,3.448],[3.788,3.435],[3.682,3.519],[3.519,3.701],[0.5,0]],"o":[[-4.546,16.038],[-4.725,15.859],[-4.812,15.772],[-4.806,15.777],[1.087,1.328],[1.219,1.198],[1.29,1.127],[1.301,1.116],[1.357,1.261],[1.439,1.465],[1.459,1.468],[1.415,1.269],[0.958,0.636],[0.814,0.782],[0.718,0.822],[0.67,0.753],[0.372,0.321],[0.427,0.239],[0.443,0.213],[0.42,0.242],[1.285,1.177],[1.2,1.323],[1.246,1.288],[1.423,1.071],[4.662,-15.838],[4.736,-15.764],[4.774,-15.726],[4.776,-15.724],[-0.815,-1.549],[-1.08,-1.339],[-1.238,-1.202],[-1.289,-1.137],[-3.83,-3.559],[-3.837,-3.448],[-3.788,-3.435],[-3.682,-3.519],[-0.5,0],[-0.5,0]],"v":[[-383,-203],[-396.929,-155.178],[-411.257,-107.756],[-425.706,-60.456],[-440,-13],[-436.526,-9.226],[-432.746,-5.752],[-428.844,-2.402],[-425,1],[-420.789,5.14],[-416.427,9.59],[-412.1,13.745],[-408,17],[-405.353,19.154],[-403.066,21.587],[-400.997,23.976],[-399,26],[-397.792,26.827],[-396.478,27.491],[-395.175,28.16],[-394,29],[-390.304,32.795],[-386.668,36.758],[-382.697,40.341],[-378,43],[-363.894,-4.394],[-349.618,-51.618],[-335.284,-98.784],[-321,-146],[-323.87,-150.314],[-327.375,-154.107],[-331.192,-157.597],[-335,-161],[-346.515,-171.486],[-357.966,-181.786],[-369.184,-192.193],[-380,-203],[-381.5,-203]],"c":true}],"h":1},{"t":24,"s":[{"i":[[0.808,-0.141],[4.646,-15.937],[4.72,-15.864],[4.713,-15.87],[4.627,-15.956],[-1.201,-1.216],[-1.302,-1.116],[-1.325,-1.092],[-1.27,-1.144],[-1.441,-1.46],[-1.45,-1.47],[-1.409,-1.275],[-1.318,-0.875],[-0.811,-0.786],[-0.722,-0.829],[-0.675,-0.754],[-0.669,-0.56],[-0.261,-0.081],[-0.284,-0.052],[-0.256,-0.07],[-0.177,-0.135],[-1.375,-1.48],[-1.37,-1.502],[-1.56,-1.271],[-1.944,-0.787],[-4.677,15.906],[-4.719,15.864],[-4.683,15.901],[-4.567,16.016],[0.533,0.633],[0.638,0.529],[0.661,0.506],[0.601,0.565],[1.358,0.975],[0.911,1.423],[7.486,6.848],[7.464,6.87],[0.388,0.278]],"o":[[-4.494,16.09],[-4.646,15.937],[-4.72,15.864],[-4.713,15.87],[1.024,1.392],[1.201,1.216],[1.302,1.116],[1.325,1.092],[1.383,1.246],[1.441,1.46],[1.45,1.47],[1.409,1.275],[0.942,0.625],[0.811,0.786],[0.722,0.829],[0.675,0.754],[0.187,0.157],[0.261,0.081],[0.284,0.052],[0.256,0.07],[1.574,1.204],[1.375,1.48],[1.37,1.502],[1.56,1.271],[4.556,-16.028],[4.677,-15.906],[4.719,-15.864],[4.683,-15.901],[-0.347,-0.82],[-0.533,-0.633],[-0.638,-0.529],[-0.661,-0.506],[-0.657,-1.676],[-1.358,-0.975],[-7.594,-6.739],[-7.486,-6.848],[-0.639,-0.028],[-0.388,-0.278]],"v":[[-384,-204],[-397.73,-155.98],[-411.799,-108.299],[-425.969,-60.719],[-440,-13],[-436.643,-9.108],[-432.87,-5.629],[-428.911,-2.336],[-425,1],[-420.752,5.111],[-416.403,9.557],[-412.103,13.725],[-408,17],[-405.381,19.145],[-403.092,21.596],[-401.006,23.999],[-399,26],[-398.315,26.344],[-397.485,26.532],[-396.662,26.704],[-396,27],[-391.624,31.089],[-387.555,35.626],[-383.207,39.85],[-378,43],[-364.131,-4.881],[-350.017,-52.517],[-335.894,-100.144],[-322,-148],[-323.341,-150.159],[-325.119,-151.881],[-327.087,-153.413],[-329,-155],[-332.31,-158.69],[-336,-162],[-358.598,-182.402],[-381,-203],[-382.374,-203.626]],"c":true}],"h":1},{"t":25,"s":[{"i":[[0.425,-0.092],[4.666,-16],[4.675,-15.992],[4.671,-15.996],[4.655,-16.012],[-1.023,-1.058],[-1.152,-0.926],[-1.177,-0.905],[-1.101,-0.996],[-1.077,-1.093],[-1.064,-1.119],[-1.08,-1.092],[-1.124,-1.01],[-1.175,-0.992],[-1.18,-0.981],[-1.165,-0.998],[-1.131,-1.044],[-1.126,-1.116],[-1.132,-1.06],[-1.19,-0.914],[-1.299,-0.678],[-0.546,-0.704],[-0.6,-0.65],[-0.754,-0.496],[-1.007,-0.243],[-9.282,31.885],[-9.664,31.502],[1.298,1.083],[1.172,1.084],[0.418,0.704],[0.727,0.628],[0.894,0.433],[0.736,0.674],[1.14,1.193],[1.233,1.12],[6.412,5.866],[6.779,5.567],[0.137,0.197]],"o":[[-4.645,16.021],[-4.666,16],[-4.675,15.992],[-4.671,15.996],[0.793,1.3],[1.023,1.058],[1.152,0.926],[1.177,0.905],[1.12,1.012],[1.077,1.093],[1.064,1.119],[1.08,1.092],[1.15,1.034],[1.175,0.992],[1.18,0.981],[1.165,0.998],[1.173,1.083],[1.126,1.116],[1.132,1.06],[1.19,0.914],[0.592,0.658],[0.546,0.704],[0.6,0.65],[0.754,0.496],[9.207,-31.959],[9.282,-31.885],[-0.637,-1.582],[-1.298,-1.083],[-0.6,-0.555],[-0.418,-0.704],[-0.688,-0.594],[-0.894,-0.433],[-1.208,-1.106],[-1.139,-1.193],[-6.573,-5.969],[-6.412,-5.866],[-0.029,-0.305],[-0.137,-0.197]],"v":[[-384,-205],[-397.971,-156.971],[-411.986,-108.986],[-426.008,-61.008],[-440,-13],[-437.25,-9.491],[-433.962,-6.543],[-430.443,-3.824],[-427,-1],[-423.712,2.172],[-420.507,5.504],[-417.298,8.834],[-414,12],[-410.508,15.032],[-406.972,17.984],[-403.45,20.944],[-400,24],[-396.564,27.32],[-393.189,30.606],[-389.72,33.589],[-386,36],[-384.317,38.067],[-382.622,40.122],[-380.616,41.866],[-378,43],[-350.343,-52.842],[-322,-148],[-325.099,-151.873],[-329,-155],[-330.404,-156.945],[-332,-159],[-334.463,-160.44],[-337,-162],[-340.481,-165.49],[-344,-169],[-363.345,-186.801],[-383,-204],[-383.203,-204.798]],"c":true}],"h":1},{"t":26,"s":[{"i":[[0.808,-0.141],[0,-0.25],[0,-0.25],[0,-0.25],[0,-0.25],[4.593,-15.741],[4.569,-15.764],[4.567,-15.767],[4.586,-15.747],[-1.023,-1.058],[-1.152,-0.926],[-1.177,-0.905],[-1.101,-0.996],[-1.077,-1.093],[-1.064,-1.119],[-1.08,-1.092],[-1.124,-1.01],[-1.175,-0.992],[-1.18,-0.981],[-1.165,-0.998],[-1.131,-1.044],[-1.099,-1.075],[-1.131,-1.047],[-1.217,-0.948],[-1.356,-0.778],[-0.546,-0.704],[-0.6,-0.65],[-0.754,-0.496],[-1.007,-0.243],[-9.334,31.833],[-8.749,32.418],[1.289,1.073],[1.185,1.103],[1.126,1.225],[1.308,0.995],[7.536,6.798],[7.3,7.033],[0.388,0.278]],"o":[[0,0.25],[0,0.25],[0,0.25],[0,0.25],[-4.638,15.695],[-4.593,15.741],[-4.569,15.764],[-4.567,15.767],[0.793,1.3],[1.023,1.058],[1.152,0.926],[1.177,0.905],[1.12,1.012],[1.077,1.093],[1.064,1.119],[1.08,1.092],[1.15,1.034],[1.175,0.992],[1.18,0.981],[1.165,0.998],[1.119,1.032],[1.099,1.075],[1.131,1.047],[1.217,0.948],[0.592,0.658],[0.546,0.704],[0.6,0.65],[0.754,0.496],[8.916,-32.252],[9.334,-31.833],[-0.659,-1.606],[-1.289,-1.073],[-1.188,-1.106],[-1.126,-1.225],[-7.557,-6.776],[-7.536,-6.798],[-0.639,-0.028],[-0.388,-0.278]],"v":[[-385,-205],[-385,-204.25],[-385,-203.5],[-385,-202.75],[-385,-202],[-398.841,-154.841],[-412.578,-107.578],[-426.276,-60.276],[-440,-13],[-437.25,-9.491],[-433.962,-6.543],[-430.443,-3.824],[-427,-1],[-423.712,2.172],[-420.507,5.504],[-417.298,8.834],[-414,12],[-410.508,15.032],[-406.972,17.984],[-403.45,20.944],[-400,24],[-396.687,27.18],[-393.355,30.381],[-389.846,33.392],[-386,36],[-384.317,38.067],[-382.622,40.122],[-380.616,41.866],[-378,43],[-350.375,-52.875],[-323,-149],[-326.106,-152.877],[-330,-156],[-333.41,-159.583],[-337,-163],[-359.692,-183.307],[-382,-204],[-383.374,-204.626]],"c":true}],"h":1},{"t":27,"s":[{"i":[[0.808,-0.141],[0,-0.25],[0,-0.25],[0,-0.25],[0,-0.25],[4.603,-15.73],[4.551,-15.783],[4.547,-15.786],[4.594,-15.74],[-1.023,-1.058],[-1.152,-0.926],[-1.177,-0.905],[-1.101,-0.996],[-1.077,-1.093],[-1.064,-1.119],[-1.08,-1.092],[-1.124,-1.01],[-1.175,-0.992],[-1.18,-0.981],[-1.165,-0.998],[-1.131,-1.044],[-1.099,-1.075],[-1.131,-1.047],[-1.217,-0.948],[-1.356,-0.778],[-0.546,-0.704],[-0.6,-0.65],[-0.754,-0.496],[-1.007,-0.243],[-9.297,31.869],[-8.87,32.296],[1.289,1.073],[1.185,1.103],[1.126,1.225],[1.308,0.995],[7.536,6.798],[7.3,7.033],[0.388,0.278]],"o":[[0,0.25],[0,0.25],[0,0.25],[0,0.25],[-4.704,15.629],[-4.603,15.73],[-4.551,15.783],[-4.547,15.786],[0.793,1.3],[1.023,1.058],[1.152,0.926],[1.177,0.905],[1.12,1.012],[1.077,1.093],[1.064,1.119],[1.08,1.092],[1.15,1.034],[1.175,0.992],[1.18,0.981],[1.165,0.998],[1.119,1.032],[1.099,1.075],[1.131,1.047],[1.217,0.948],[0.592,0.658],[0.546,0.704],[0.6,0.65],[0.754,0.496],[8.94,-32.227],[9.298,-31.869],[-0.659,-1.606],[-1.289,-1.073],[-1.188,-1.106],[-1.126,-1.225],[-7.557,-6.776],[-7.536,-6.798],[-0.639,-0.028],[-0.388,-0.278]],"v":[[-385,-205],[-385,-204.25],[-385,-203.5],[-385,-202.75],[-385,-202],[-398.948,-154.949],[-412.666,-107.667],[-426.301,-60.301],[-440,-13],[-437.25,-9.491],[-433.962,-6.543],[-430.443,-3.824],[-427,-1],[-423.712,2.172],[-420.507,5.504],[-417.298,8.834],[-414,12],[-410.508,15.032],[-406.972,17.984],[-403.45,20.944],[-400,24],[-396.687,27.18],[-393.355,30.381],[-389.846,33.392],[-386,36],[-384.317,38.067],[-382.622,40.122],[-380.616,41.866],[-378,43],[-350.448,-52.949],[-323,-149],[-326.106,-152.877],[-330,-156],[-333.41,-159.583],[-337,-163],[-359.692,-183.307],[-382,-204],[-383.374,-204.626]],"c":true}],"h":1},{"t":82,"s":[{"i":[[-3.74,16.76],[3.32,2.957],[3.372,2.906],[3.409,2.869],[3.433,2.844],[3.444,2.834],[3.441,2.837],[0.128,0.105],[0.181,-0.037],[0.213,-0.123],[0.222,-0.154],[3.768,-16.732],[3.834,-16.666],[3.899,-16.601],[3.963,-16.537],[-2.57,-2.18],[-2.563,-2.187],[-2.587,-2.163],[-2.64,-2.11],[-0.797,-0.728],[-0.768,-0.751],[-0.712,-0.647],[-0.63,-0.418],[-0.171,-0.167],[-0.138,-0.168],[-0.148,-0.167],[-0.201,-0.163],[-0.434,-0.249],[-0.449,-0.229],[-0.416,-0.241],[-0.335,-0.284],[-1.218,-1.217],[-1.266,-1.193],[-1.415,-1.005],[-1.665,-0.651],[-3.87,16.63],[-3.846,16.654],[-3.803,16.697]],"o":[[-3.256,-3.022],[-3.32,-2.957],[-3.372,-2.906],[-3.409,-2.869],[-3.433,-2.844],[-3.444,-2.834],[-0.053,-0.302],[-0.128,-0.105],[-0.181,0.037],[-0.213,0.123],[-3.699,16.8],[-3.768,16.732],[-3.835,16.666],[-3.899,16.601],[2.606,2.143],[2.57,2.18],[2.563,2.187],[2.587,2.163],[0.8,0.58],[0.797,0.728],[0.768,0.751],[0.712,0.647],[0.246,0.163],[0.171,0.167],[0.138,0.169],[0.148,0.167],[0.37,0.3],[0.434,0.249],[0.449,0.229],[0.416,0.241],[1.27,1.075],[1.218,1.217],[1.266,1.193],[1.415,1.005],[3.875,-16.625],[3.87,-16.63],[3.846,-16.654],[3.803,-16.697]],"v":[[-318,-151],[-327.867,-159.966],[-337.909,-168.758],[-348.083,-177.417],[-358.351,-185.983],[-368.67,-194.497],[-379,-203],[-379.276,-203.597],[-379.745,-203.684],[-380.342,-203.429],[-381,-203],[-392.201,-152.701],[-403.605,-102.605],[-415.206,-52.706],[-427,-3],[-419.243,3.493],[-411.551,10.051],[-403.833,16.583],[-396,23],[-393.597,24.994],[-391.244,27.244],[-389.018,29.372],[-387,31],[-386.385,31.496],[-385.932,32.001],[-385.514,32.505],[-385,33],[-383.782,33.815],[-382.447,34.524],[-381.138,35.221],[-380,36],[-376.294,39.48],[-372.593,43.137],[-368.595,46.476],[-364,49],[-352.378,-0.878],[-340.799,-50.799],[-329.32,-100.82]],"c":true}],"h":1},{"t":83,"s":[{"i":[[0.5,0],[2.032,-18.052],[2.105,-17.978],[2.021,-18.062],[1.779,-18.304],[-0.939,-0.834],[-0.974,-0.773],[-0.923,-0.677],[-0.785,-0.547],[-1.714,-1.227],[-1.716,-1.19],[-1.769,-1.118],[-1.874,-1.012],[-2.002,-1.584],[-2.101,-1.544],[-2.048,-1.438],[-1.843,-1.267],[-0.63,-0.52],[-0.667,-0.453],[-0.703,-0.206],[-0.739,0.22],[-4.21,35.956],[-3.579,36.588],[3.461,2.682],[2.898,1.922],[0.287,0.352],[0.384,0.281],[0.912,0.26],[0.721,0.495],[0.148,0.418],[0.2,0.186],[0.531,0.072],[0.475,0.338],[1.132,1.058],[1.227,0.882],[3.921,2.676],[3.26,3.38],[0.5,0]],"o":[[-1.801,18.282],[-2.032,18.052],[-2.105,17.978],[-2.021,18.062],[0.818,0.861],[0.939,0.834],[0.974,0.773],[0.923,0.677],[1.764,1.229],[1.714,1.227],[1.716,1.19],[1.769,1.118],[1.751,1.558],[2.002,1.584],[2.101,1.544],[2.048,1.438],[0.592,0.407],[0.63,0.52],[0.667,0.453],[0.703,0.206],[3.579,-36.587],[4.21,-35.956],[-3.259,-2.351],[-3.461,-2.682],[-0.467,-0.31],[-0.287,-0.352],[-0.633,-0.464],[-0.912,-0.26],[-0.208,-0.143],[-0.148,-0.418],[-0.403,-0.375],[-0.531,-0.072],[-1.245,-0.886],[-1.132,-1.058],[-4.058,-2.916],[-3.921,-2.676],[-0.5,0],[-0.5,0]],"v":[[-365,-195],[-370.788,-140.538],[-377.032,-86.532],[-383.26,-32.51],[-389,22],[-386.342,24.551],[-383.45,26.971],[-380.583,29.155],[-378,31],[-372.796,34.693],[-367.665,38.326],[-362.451,41.797],[-357,45],[-351.331,49.729],[-345.138,54.436],[-338.875,58.926],[-333,63],[-331.166,64.436],[-329.22,65.941],[-327.164,66.976],[-325,67],[-313,-41.5],[-301,-150],[-311.271,-157.822],[-321,-165],[-322.062,-166.021],[-323,-167],[-325.434,-167.977],[-328,-169],[-328.506,-169.968],[-329,-171],[-330.446,-171.527],[-332,-172],[-335.514,-175.003],[-339,-178],[-351.099,-186.152],[-362,-195],[-363.5,-195]],"c":true}],"h":1},{"t":84,"s":[{"i":[[0.5,0],[0,-19.417],[0,-19.417],[0,-19.417],[0,-19.416],[-5.33,-3.17],[-5.379,-3.121],[-5.485,-3.015],[-5.648,-2.852],[0,19.417],[0,19.417],[0,19.417],[0,19.416],[1.606,1.024],[1.703,0.87],[1.62,0.787],[1.357,0.772],[0.242,0.258],[0.229,0.291],[0.247,0.262],[0.298,0.172],[0.753,0.323],[0.786,0.305],[0.765,0.329],[0.691,0.397],[0.592,0.432],[0.571,0.451],[0.569,0.418],[0.584,0.334],[0.752,0.323],[0.756,0.29],[0.751,0.321],[0.736,0.419],[0.506,0.611],[0.472,0.269],[2.07,0.967],[1.452,1.841],[0.5,0]],"o":[[0,19.416],[0,19.417],[0,19.417],[0,19.417],[5.337,3.163],[5.33,3.17],[5.379,3.121],[5.485,3.015],[0,-19.416],[0,-19.417],[0,-19.417],[0,-19.417],[-1.329,-1.246],[-1.606,-1.024],[-1.703,-0.87],[-1.62,-0.787],[-0.287,-0.163],[-0.242,-0.258],[-0.229,-0.291],[-0.247,-0.262],[-0.665,-0.384],[-0.753,-0.323],[-0.786,-0.305],[-0.765,-0.329],[-0.63,-0.362],[-0.592,-0.432],[-0.571,-0.451],[-0.569,-0.418],[-0.739,-0.423],[-0.752,-0.323],[-0.756,-0.29],[-0.751,-0.321],[-0.504,-0.287],[-0.506,-0.611],[-2.269,-1.291],[-2.07,-0.967],[-0.5,0],[-0.5,0]],"v":[[-333,-174],[-333,-115.75],[-333,-57.5],[-333,0.75],[-333,59],[-317.014,68.514],[-300.966,77.965],[-284.685,87.184],[-268,96],[-268,37.75],[-268,-20.5],[-268,-78.75],[-268,-137],[-272.448,-140.387],[-277.458,-143.211],[-282.488,-145.679],[-287,-148],[-287.786,-148.648],[-288.483,-149.487],[-289.19,-150.333],[-290,-151],[-292.14,-152.05],[-294.461,-152.981],[-296.802,-153.921],[-299,-155],[-300.829,-156.205],[-302.569,-157.542],[-304.275,-158.858],[-306,-160],[-308.239,-161.103],[-310.504,-162.006],[-312.767,-162.906],[-315,-164],[-316.524,-165.514],[-318,-167],[-324.612,-170.087],[-330,-174],[-331.5,-174]],"c":true}],"h":1},{"t":85,"s":[{"i":[[1.903,0.524],[-1.008,-10.158],[-0.997,-10.17],[-0.983,-10.184],[-0.966,-10.201],[-0.946,-10.221],[-0.923,-10.243],[-0.898,-10.269],[-0.869,-10.297],[-2.657,-1.176],[-2.654,-1.179],[-2.655,-1.178],[-2.658,-1.175],[-2.665,-1.168],[-2.675,-1.159],[-2.688,-1.146],[-2.704,-1.13],[0.863,10.262],[0.933,10.192],[0.976,10.149],[0.991,10.134],[0.978,10.147],[0.937,10.188],[0.868,10.257],[0.772,10.353],[1.262,0.633],[1.276,0.599],[1.288,0.574],[1.298,0.558],[1.305,0.552],[1.31,0.555],[1.313,0.568],[1.313,0.59],[1.845,0.852],[1.884,0.862],[1.91,0.835],[1.921,0.769],[1.919,0.665]],"o":[[1.017,10.15],[1.008,10.158],[0.997,10.17],[0.983,10.184],[0.966,10.201],[0.946,10.221],[0.923,10.243],[0.898,10.269],[2.663,1.17],[2.657,1.176],[2.654,1.179],[2.655,1.178],[2.658,1.175],[2.665,1.168],[2.675,1.159],[2.688,1.146],[-0.765,-10.361],[-0.863,-10.262],[-0.933,-10.192],[-0.976,-10.149],[-0.991,-10.134],[-0.978,-10.147],[-0.937,-10.188],[-0.868,-10.257],[-1.246,-0.676],[-1.262,-0.633],[-1.276,-0.599],[-1.288,-0.574],[-1.298,-0.559],[-1.305,-0.552],[-1.31,-0.555],[-1.313,-0.568],[-1.792,-0.805],[-1.845,-0.852],[-1.884,-0.862],[-1.91,-0.835],[-1.921,-0.769],[-1.919,-0.665]],"v":[[-284,-140],[-280.962,-109.538],[-277.953,-79.047],[-274.982,-48.518],[-272.058,-17.942],[-269.189,12.689],[-266.384,43.384],[-263.652,74.151],[-261,105],[-253.021,108.521],[-245.054,112.054],[-237.091,115.591],[-229.121,119.122],[-221.137,122.637],[-213.128,126.128],[-205.086,129.586],[-197,133],[-199.448,102.073],[-202.15,71.4],[-205.021,40.896],[-207.979,10.479],[-210.939,-19.936],[-213.818,-50.432],[-216.533,-81.092],[-219,-112],[-222.763,-113.962],[-226.572,-115.807],[-230.419,-117.564],[-234.298,-119.26],[-238.202,-120.924],[-242.125,-122.583],[-246.06,-124.266],[-250,-126],[-255.459,-128.495],[-261.057,-131.077],[-266.751,-133.632],[-272.5,-136.046],[-278.264,-138.207]],"c":true}],"h":1},{"t":86,"s":[{"i":[[2.663,0.795],[-0.973,-6.098],[-0.992,-6.08],[-1.008,-6.064],[-1.021,-6.05],[-1.032,-6.04],[-1.04,-6.032],[-1.045,-6.026],[-1.048,-6.024],[-1.048,-6.023],[-1.046,-6.026],[-1.041,-6.031],[-1.033,-6.038],[-1.023,-6.048],[-1.01,-6.061],[-2.662,-0.754],[-2.609,-0.808],[-2.577,-0.84],[-2.567,-0.85],[-2.579,-0.838],[-2.612,-0.804],[-2.668,-0.749],[-2.745,-0.671],[1.813,10.521],[1.824,10.509],[1.826,10.507],[1.818,10.515],[1.8,10.533],[1.772,10.561],[1.734,10.599],[1.686,10.647],[2.602,0.856],[2.608,0.85],[2.615,0.844],[2.622,0.836],[2.631,0.827],[2.641,0.818],[2.651,0.807]],"o":[[0.952,6.119],[0.973,6.098],[0.992,6.08],[1.008,6.064],[1.021,6.05],[1.032,6.04],[1.04,6.032],[1.045,6.026],[1.048,6.024],[1.048,6.023],[1.046,6.026],[1.041,6.031],[1.033,6.038],[1.023,6.048],[2.738,0.679],[2.662,0.754],[2.609,0.808],[2.577,0.84],[2.567,0.85],[2.579,0.838],[2.612,0.804],[2.668,0.749],[-1.791,-10.543],[-1.813,-10.521],[-1.824,-10.509],[-1.826,-10.507],[-1.818,-10.515],[-1.8,-10.533],[-1.772,-10.561],[-1.734,-10.599],[-2.597,-0.861],[-2.602,-0.856],[-2.608,-0.85],[-2.615,-0.844],[-2.622,-0.836],[-2.631,-0.827],[-2.641,-0.818],[-2.651,-0.807]],"v":[[-219,-96],[-216.11,-77.675],[-213.162,-59.409],[-210.162,-41.195],[-207.118,-23.025],[-204.038,-4.89],[-200.931,13.217],[-197.803,31.303],[-194.663,49.378],[-191.518,67.447],[-188.377,85.52],[-185.247,103.604],[-182.135,121.707],[-179.05,139.836],[-176,158],[-167.906,160.155],[-160.005,162.505],[-152.233,164.982],[-144.523,167.523],[-136.81,170.06],[-129.029,172.53],[-121.114,174.865],[-113,177],[-118.408,145.407],[-123.866,113.865],[-129.345,82.344],[-134.814,50.813],[-140.244,19.244],[-145.605,-12.395],[-150.867,-44.133],[-156,-76],[-163.799,-78.575],[-171.614,-81.135],[-179.448,-83.676],[-187.303,-86.196],[-195.183,-88.691],[-203.091,-91.159],[-211.029,-93.596]],"c":true}],"h":1},{"t":87,"s":[{"i":[[3.368,0.742],[0,-0.125],[0,-0.125],[0,-0.125],[0,-0.125],[0,-0.125],[0,-0.125],[0,-0.125],[0,-0.125],[-2.465,-10.619],[-2.484,-10.599],[-2.492,-10.591],[-2.489,-10.594],[-2.474,-10.609],[-2.448,-10.636],[-2.41,-10.674],[-2.36,-10.723],[-2.566,-0.559],[-2.565,-0.56],[-2.568,-0.557],[-2.574,-0.551],[-2.584,-0.541],[-2.597,-0.528],[-2.613,-0.512],[-2.633,-0.492],[2.485,10.765],[2.5,10.75],[2.51,10.74],[2.514,10.736],[2.513,10.737],[2.507,10.743],[2.495,10.755],[2.478,10.772],[3.394,0.717],[3.396,0.715],[3.394,0.717],[3.389,0.723],[3.38,0.731]],"o":[[0,0.125],[0,0.125],[0,0.125],[0,0.125],[0,0.125],[0,0.125],[0,0.125],[0,0.125],[2.433,10.65],[2.465,10.619],[2.484,10.599],[2.492,10.591],[2.489,10.594],[2.474,10.609],[2.448,10.636],[2.41,10.674],[2.571,0.554],[2.566,0.559],[2.565,0.56],[2.568,0.557],[2.574,0.551],[2.584,0.541],[2.597,0.528],[2.613,0.512],[-2.465,-10.786],[-2.485,-10.765],[-2.5,-10.75],[-2.51,-10.74],[-2.514,-10.736],[-2.513,-10.737],[-2.507,-10.743],[-2.495,-10.755],[-3.39,-0.721],[-3.394,-0.717],[-3.396,-0.715],[-3.394,-0.717],[-3.389,-0.723],[-3.38,-0.731]],"v":[[-142,-44],[-142,-43.625],[-142,-43.25],[-142,-42.875],[-142,-42.5],[-142,-42.125],[-142,-41.75],[-142,-41.375],[-142,-41],[-134.65,-9.099],[-127.224,22.725],[-119.757,54.507],[-112.281,86.281],[-104.834,118.083],[-97.448,149.947],[-90.158,181.908],[-83,214],[-75.295,215.67],[-67.599,217.349],[-59.899,219.024],[-52.187,220.687],[-44.451,222.326],[-36.682,223.931],[-28.868,225.493],[-21,227],[-28.426,194.676],[-35.906,162.405],[-43.422,130.172],[-50.96,97.96],[-58.503,65.752],[-66.034,33.534],[-73.539,1.289],[-81,-31],[-91.177,-33.156],[-101.363,-35.303],[-111.548,-37.452],[-121.723,-39.611],[-131.876,-41.791]],"c":true}],"h":1},{"t":88,"s":[{"i":[[1.208,5.527],[2.493,0.298],[2.482,0.309],[2.479,0.313],[2.482,0.31],[2.491,0.3],[2.508,0.283],[2.532,0.26],[2.563,0.229],[0,-0.125],[0,-0.125],[0,-0.125],[0,-0.125],[0,-0.125],[0,-0.125],[0,-0.125],[0,-0.125],[-3.048,-10.702],[-3.028,-10.722],[-3.018,-10.732],[-3.017,-10.733],[-3.025,-10.725],[-3.043,-10.707],[-3.07,-10.68],[-3.106,-10.644],[-3.342,-0.445],[-3.391,-0.497],[-3.398,-0.463],[-3.361,-0.342],[-3.282,-0.135],[-3.159,0.159],[4.659,16.187],[4.573,16.211],[4.502,16.168],[4.448,16.059],[1.593,5.39],[1.57,5.379],[1.442,5.425]],"o":[[-2.511,-0.281],[-2.493,-0.298],[-2.482,-0.309],[-2.479,-0.313],[-2.482,-0.31],[-2.491,-0.3],[-2.508,-0.283],[-2.532,-0.26],[0,0.125],[0,0.125],[0,0.125],[0,0.125],[0,0.125],[0,0.125],[0,0.125],[0,0.125],[3.077,10.673],[3.048,10.702],[3.028,10.722],[3.018,10.732],[3.017,10.733],[3.025,10.725],[3.043,10.707],[3.07,10.68],[3.25,0.306],[3.342,0.445],[3.391,0.497],[3.398,0.463],[3.361,0.342],[3.282,0.135],[-4.762,-16.097],[-4.659,-16.187],[-4.573,-16.211],[-4.502,-16.168],[-1.511,-5.457],[-1.593,-5.39],[-1.57,-5.379],[-1.442,-5.425]],"v":[[5,21],[-2.505,20.13],[-9.967,19.217],[-17.406,18.281],[-24.845,17.345],[-32.303,16.428],[-39.801,15.551],[-47.359,14.734],[-55,14],[-55,14.375],[-55,14.75],[-55,15.125],[-55,15.5],[-55,15.875],[-55,16.25],[-55,16.625],[-55,17],[-45.815,49.065],[-36.703,81.203],[-27.636,113.386],[-18.587,145.586],[-9.526,177.776],[-0.427,209.927],[8.739,242.011],[18,274],[27.898,275.149],[38.009,276.584],[48.204,278.046],[58.353,279.276],[68.328,280.013],[78,280],[63.873,231.557],[50.029,182.943],[36.421,134.357],[23,86],[18.316,69.744],[13.545,53.605],[9.001,37.413]],"c":true}],"h":1},{"t":89,"s":[{"i":[[2.714,8.147],[3.236,0.097],[3.164,0.169],[3.145,0.189],[3.176,0.157],[3.26,0.073],[3.395,-0.062],[-0.009,-0.324],[-0.042,-0.291],[-0.137,-0.197],[-0.293,-0.04],[-6.836,-21.497],[-6.895,-21.438],[-6.861,-21.472],[-6.735,-21.599],[-4.892,-0.192],[-4.869,-0.214],[-4.793,-0.291],[-4.663,-0.421],[0.223,1.269],[0.436,1.21],[0.495,1.211],[0.401,1.273],[1.537,4.851],[1.515,4.777],[1.471,4.663],[1.404,4.508],[0.666,2.094],[0.672,2.089],[0.67,2.076],[0.66,2.053],[1.757,5.512],[1.742,5.49],[1.739,5.483],[1.747,5.492],[2.646,8.288],[2.663,8.268],[2.686,8.221]],"o":[[-3.359,0.026],[-3.236,-0.097],[-3.164,-0.169],[-3.145,-0.189],[-3.176,-0.157],[-3.26,-0.073],[0.039,0.294],[0.01,0.324],[0.042,0.291],[0.136,0.197],[6.684,21.65],[6.836,21.497],[6.895,21.438],[6.861,21.472],[4.861,0.223],[4.892,0.192],[4.869,0.214],[4.793,0.291],[0.143,-1.389],[-0.223,-1.269],[-0.436,-1.21],[-0.495,-1.211],[-1.536,-4.883],[-1.537,-4.851],[-1.515,-4.777],[-1.471,-4.663],[-0.651,-2.09],[-0.666,-2.094],[-0.672,-2.089],[-0.67,-2.076],[-1.785,-5.549],[-1.757,-5.512],[-1.742,-5.49],[-1.739,-5.483],[-2.634,-8.281],[-2.646,-8.288],[-2.663,-8.268],[-2.686,-8.221]],"v":[[97,77],[87.12,76.88],[77.532,76.468],[68.081,75.919],[58.612,75.388],[48.97,75.03],[39,75],[39.057,75.943],[39.119,76.881],[39.371,77.629],[40,78],[60.304,142.697],[80.924,207.076],[101.582,271.417],[122,336],[136.642,336.608],[151.297,337.203],[165.804,337.947],[180,339],[179.842,335.029],[178.816,331.326],[177.381,327.71],[176,324],[171.385,309.389],[166.802,294.937],[162.318,280.766],[158,267],[156.023,260.722],[154.014,254.446],[151.998,248.196],[150,242],[144.69,225.412],[139.443,208.914],[134.225,192.459],[129,176],[121.082,151.141],[113.12,126.3],[105.098,101.559]],"c":true}],"h":1},{"t":90,"s":[{"i":[[3.857,10.851],[1.338,-0.043],[1.337,-0.044],[1.336,-0.045],[1.337,-0.044],[1.339,-0.042],[1.342,-0.038],[1.347,-0.034],[1.353,-0.028],[1.36,-0.021],[1.368,-0.013],[1.378,-0.003],[1.388,0.007],[1.4,0.019],[1.413,0.033],[-3.751,-10.874],[-3.781,-10.844],[-3.794,-10.831],[-3.792,-10.833],[-3.774,-10.851],[-3.74,-10.885],[-3.691,-10.934],[-3.625,-11],[-2.417,0],[-2.417,0],[-2.417,0],[-2.417,0],[-2.417,0],[-2.417,0],[-2.417,0],[-2.417,0],[3.723,10.985],[3.752,10.956],[3.778,10.93],[3.8,10.908],[3.82,10.889],[3.836,10.873],[3.848,10.86]],"o":[[-1.341,0.04],[-1.338,0.043],[-1.337,0.044],[-1.336,0.045],[-1.337,0.044],[-1.339,0.042],[-1.342,0.038],[-1.347,0.034],[-1.353,0.028],[-1.36,0.021],[-1.368,0.013],[-1.378,0.003],[-1.388,-0.007],[-1.4,-0.019],[3.706,10.919],[3.751,10.874],[3.781,10.844],[3.794,10.831],[3.792,10.833],[3.774,10.851],[3.74,10.885],[3.691,10.934],[2.417,0],[2.417,0],[2.417,0],[2.417,0],[2.417,0],[2.417,0],[2.417,0],[2.417,0],[-3.691,-11.018],[-3.723,-10.985],[-3.752,-10.956],[-3.778,-10.93],[-3.8,-10.908],[-3.82,-10.889],[-3.836,-10.873],[-3.848,-10.86]],"v":[[195,136],[190.981,136.124],[186.968,136.254],[182.959,136.388],[178.949,136.521],[174.935,136.649],[170.913,136.77],[166.879,136.879],[162.83,136.973],[158.761,137.047],[154.67,137.098],[150.551,137.123],[146.403,137.117],[142.22,137.078],[138,137],[149.189,169.686],[160.491,202.259],[171.858,234.767],[183.242,267.258],[194.596,299.779],[205.872,332.378],[217.023,365.102],[228,398],[235.25,398],[242.5,398],[249.75,398],[257,398],[264.25,398],[271.5,398],[278.75,398],[286,398],[274.879,364.996],[263.665,332.084],[252.369,299.255],[241,266.499],[229.569,233.806],[218.085,201.165],[206.559,168.566]],"c":true}],"h":1},{"t":91,"s":[{"i":[[4.913,13.651],[2.434,-0.025],[2.371,-0.087],[2.332,-0.127],[2.315,-0.144],[2.32,-0.138],[2.348,-0.11],[2.399,-0.059],[2.473,0.014],[-3.968,-10.949],[-3.986,-10.931],[-4,-10.916],[-4.011,-10.906],[-4.017,-10.9],[-4.019,-10.897],[-4.017,-10.899],[-4.012,-10.905],[-2.277,0.181],[-2.306,0.152],[-2.33,0.129],[-2.348,0.111],[-2.36,0.098],[-2.368,0.091],[-2.37,0.089],[-2.366,0.092],[1.315,3.955],[1.405,3.957],[1.452,3.908],[1.458,3.81],[1.421,3.661],[1.341,3.463],[0.853,2.462],[0.775,2.368],[0.784,2.347],[0.88,2.399],[5.033,13.587],[5.014,13.534],[4.974,13.555]],"o":[[-2.519,-0.06],[-2.434,0.025],[-2.371,0.087],[-2.332,0.127],[-2.315,0.144],[-2.32,0.138],[-2.348,0.11],[-2.399,0.059],[3.945,10.971],[3.968,10.949],[3.986,10.931],[4,10.916],[4.011,10.906],[4.017,10.9],[4.019,10.897],[4.017,10.899],[2.243,-0.216],[2.277,-0.181],[2.306,-0.152],[2.33,-0.129],[2.348,-0.111],[2.36,-0.098],[2.368,-0.091],[2.37,-0.089],[-1.183,-3.904],[-1.315,-3.955],[-1.405,-3.957],[-1.452,-3.908],[-1.458,-3.81],[-1.421,-3.661],[-1.019,-2.63],[-0.853,-2.462],[-0.775,-2.368],[-0.784,-2.347],[-5.031,-13.714],[-5.033,-13.587],[-5.014,-13.534],[-4.974,-13.555]],"v":[[297,197],[289.577,196.952],[282.375,197.125],[275.326,197.451],[268.362,197.862],[261.415,198.29],[254.418,198.668],[247.302,198.927],[240,199],[251.87,231.88],[263.802,264.698],[275.783,297.467],[287.801,330.199],[299.844,362.906],[311.899,395.601],[323.955,428.295],[336,461],[342.781,460.406],[349.657,459.907],[356.612,459.487],[363.629,459.129],[370.692,458.818],[377.786,458.536],[384.894,458.269],[392,458],[388.242,446.199],[384.152,434.318],[379.856,422.508],[375.481,410.918],[371.153,399.698],[367,389],[364.214,381.381],[361.792,374.154],[359.475,367.1],[357,360],[341.899,319.068],[326.823,278.406],[311.836,237.791]],"c":true}],"h":1},{"t":92,"s":[{"i":[[-4.833,0],[3.841,10.159],[3.849,10.151],[3.851,10.149],[3.848,10.152],[3.84,10.16],[3.825,10.175],[3.806,10.194],[3.78,10.219],[3.05,-0.283],[3.07,-0.263],[3.098,-0.235],[3.135,-0.198],[3.181,-0.153],[3.235,-0.099],[-3.673,-10.043],[-3.831,-9.952],[-3.867,-9.933],[-3.783,-9.987],[-2.342,-6.246],[-2.334,-6.265],[-2.324,-6.261],[-2.315,-6.236],[-0.259,-0.591],[-0.272,-0.596],[-0.253,-0.582],[-0.199,-0.549],[-0.34,-1],[-0.313,-0.961],[-0.316,-0.98],[-0.35,-1.058],[-0.835,-2.103],[-0.924,-2.245],[-0.877,-2.269],[-0.694,-2.177],[-4.833,0],[-4.833,0],[-4.833,0]],"o":[[-3.827,-10.173],[-3.841,-10.159],[-3.849,-10.151],[-3.851,-10.149],[-3.848,-10.152],[-3.84,-10.16],[-3.825,-10.175],[-3.806,-10.194],[-3.039,0.294],[-3.05,0.283],[-3.07,0.263],[-3.098,0.235],[-3.135,0.198],[-3.181,0.153],[3.394,10.207],[3.673,10.043],[3.831,9.952],[3.867,9.933],[2.351,6.206],[2.342,6.246],[2.334,6.265],[2.324,6.261],[0.211,0.568],[0.258,0.591],[0.273,0.596],[0.253,0.582],[0.398,1.098],[0.34,1],[0.313,0.961],[0.316,0.98],[0.61,1.844],[0.835,2.103],[0.924,2.245],[0.877,2.269],[4.833,0],[4.833,0],[4.833,0],[4.833,0]],"v":[[491,500],[479.497,469.503],[467.962,439.038],[456.411,408.589],[444.861,378.139],[433.327,347.672],[421.829,317.171],[410.38,286.619],[399,256],[389.868,256.868],[380.69,257.69],[371.439,258.439],[362.092,259.092],[352.62,259.62],[343,260],[353.631,290.356],[364.917,320.329],[376.494,350.138],[388,380],[395.04,398.684],[402.054,417.455],[409.041,436.249],[416,455],[416.712,456.743],[417.517,458.528],[418.314,460.299],[419,462],[420.1,465.133],[421.073,468.06],[422.009,470.958],[423,474],[425.201,479.949],[427.874,486.501],[430.61,493.302],[433,500],[447.5,500],[462,500],[476.5,500]],"c":true}],"h":1},{"t":93,"s":[{"i":[[0,6.292],[1.276,-0.057],[1.26,-0.073],[1.246,-0.087],[1.236,-0.098],[1.227,-0.106],[1.222,-0.111],[1.219,-0.114],[1.219,-0.114],[1.222,-0.111],[1.227,-0.106],[1.236,-0.098],[1.246,-0.087],[1.26,-0.073],[1.276,-0.057],[1.296,-0.038],[-1.216,-3.295],[-1.222,-3.289],[-1.227,-3.284],[-1.232,-3.279],[-1.236,-3.275],[-1.241,-3.27],[-1.245,-3.266],[-1.249,-3.262],[-1.252,-3.259],[-1.256,-3.255],[-1.259,-3.252],[-1.262,-3.249],[-1.264,-3.247],[-1.266,-3.245],[-1.268,-3.243],[0,6.292],[0,6.292],[0,6.292],[0,6.292],[0,6.292],[0,6.292],[0,6.292]],"o":[[-1.296,0.038],[-1.276,0.057],[-1.26,0.073],[-1.246,0.087],[-1.236,0.098],[-1.227,0.106],[-1.222,0.111],[-1.219,0.114],[-1.219,0.114],[-1.222,0.111],[-1.227,0.106],[-1.236,0.098],[-1.246,0.087],[-1.26,0.073],[-1.276,0.057],[1.21,3.301],[1.216,3.295],[1.222,3.289],[1.227,3.284],[1.232,3.279],[1.236,3.275],[1.241,3.27],[1.245,3.266],[1.249,3.262],[1.252,3.259],[1.256,3.255],[1.259,3.252],[1.262,3.249],[1.264,3.247],[1.266,3.245],[0,-6.292],[0,-6.292],[0,-6.292],[0,-6.292],[0,-6.292],[0,-6.292],[0,-6.292],[0,-6.292]],"v":[[500,315],[496.143,315.143],[492.339,315.338],[488.579,315.579],[484.857,315.856],[481.163,316.163],[477.49,316.489],[473.829,316.828],[470.171,317.171],[466.51,317.51],[462.837,317.837],[459.143,318.143],[455.421,318.421],[451.661,318.661],[447.857,318.857],[444,319],[447.64,328.893],[451.296,338.77],[454.969,348.631],[458.657,358.476],[462.36,368.307],[466.076,378.124],[469.805,387.929],[473.546,397.721],[477.298,407.502],[481.06,417.273],[484.832,427.034],[488.613,436.787],[492.402,446.531],[496.198,456.269],[500,466],[500,447.125],[500,428.25],[500,409.375],[500,390.5],[500,371.625],[500,352.75],[500,333.875]],"c":true}],"h":1}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.654902,0.8588235,0.8666667,1]},"o":{"a":1,"k":[{"t":8,"s":[0],"h":1},{"t":9,"s":[100],"h":1},{"t":94,"s":[0],"h":1}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":101,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":27,"ty":4,"nm":"Book_04_Back_b","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[500,500,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"t":9,"s":[{"i":[[-1.57,1.264],[3.497,6.503],[3.448,6.552],[3.352,6.648],[3.208,6.792],[1.021,-0.313],[0.885,-0.449],[0.922,-0.412],[1.132,-0.202],[-4.643,-8.801],[-4.61,-8.834],[-4.293,-9.151],[-2.008,0.826]],"o":[[-3.5,-6.5],[-3.497,-6.503],[-3.448,-6.552],[-3.352,-6.648],[-1.33,0.004],[-1.021,0.313],[-0.885,0.449],[-0.922,0.412],[4.392,9.053],[4.643,8.801],[4.61,8.834],[2.4,-0.433],[2.008,-0.826]],"v":[[487,383],[476.493,363.507],[466.063,343.937],[455.852,324.148],[446,304],[442.518,304.518],[439.703,305.703],[437.037,307.037],[434,308],[447.623,334.71],[461.574,361.093],[475,388],[481.623,386.123]],"c":true}],"h":1},{"t":10,"s":[{"i":[[2.104,0.859],[0.863,-0.304],[0.825,-0.342],[0.8,-0.367],[0.787,-0.38],[-4.554,-8.891],[-4.596,-8.849],[-4.561,-8.883],[-1.76,0.74],[-1.861,0.639],[6.253,11.727],[5.583,10.974],[0.763,1.871]],"o":[[-0.913,0.254],[-0.863,0.304],[-0.825,0.342],[-0.8,0.367],[4.435,9.009],[4.554,8.891],[4.596,8.849],[2.099,-0.401],[1.76,-0.74],[-5.406,-12.117],[-6.253,-11.727],[-0.843,-1.656],[-0.763,-1.871]],"v":[[324,237],[321.34,237.84],[318.812,238.811],[316.377,239.877],[314,241],[327.503,267.831],[341.246,294.421],[355,321],[360.678,319.178],[366,317],[348.133,281.142],[330,247],[327.946,241.402]],"c":true}],"h":1},{"t":11,"s":[{"i":[[-1.572,3.761],[6.87,13.296],[7.228,12.939],[2.086,-0.747],[1.004,-1.829],[-1.265,-2.934],[-1.543,-2.947],[-1.758,-2.803],[-1.49,-2.964],[-2.935,-5.888],[-3.322,-5.603],[-0.817,-1.849],[-1.64,-1.026]],"o":[[-7.291,-12.875],[-6.87,-13.297],[-1.651,1.182],[-2.086,0.747],[2.396,2.318],[1.265,2.934],[1.479,2.826],[1.758,2.802],[2.938,5.844],[2.935,5.888],[1.091,1.576],[0.817,1.849],[2.363,-2.97]],"v":[[252,248],[230.952,208.548],[210,169],[204.014,171.515],[199,175],[204.14,183.028],[208,192],[212.991,200.396],[218,209],[226.712,226.681],[236,244],[238.588,249.412],[242,254]],"c":true}],"h":1},{"t":12,"s":[{"i":[[0.106,1.606],[3.483,6.517],[3.524,6.476],[3.529,6.471],[3.498,6.502],[1.126,-0.541],[1.066,-0.6],[1.512,-0.154],[-7.255,-13.078],[-6.444,-13.889],[-0.845,0.488],[-1.046,0.288],[-1.097,0.403]],"o":[[-3.407,-6.593],[-3.483,-6.517],[-3.524,-6.476],[-3.529,-6.471],[-1.69,-0.023],[-1.126,0.541],[-1.066,0.6],[6.535,13.799],[7.255,13.078],[1.573,0.24],[0.845,-0.488],[0.717,-0.783],[1.097,-0.403]],"v":[[146,182],[135.655,162.345],[125.136,142.864],[114.548,123.452],[104,104],[99.903,104.903],[96.742,106.742],[93,108],[114.068,147.932],[135,188],[138.396,187.396],[141,186],[144.118,184.618]],"c":true}],"h":1},{"t":13,"s":[{"i":[[-2.357,0.31],[3.706,6.627],[3.763,6.57],[3.801,6.533],[3.818,6.515],[0.811,-0.439],[0.783,-0.467],[0.83,-0.42],[0.954,-0.296],[-4.966,-8.7],[-5,-8.666],[-4.656,-9.01],[-1.552,1.115]],"o":[[-3.629,-6.704],[-3.706,-6.627],[-3.763,-6.57],[-3.801,-6.533],[-0.915,0.335],[-0.811,0.439],[-0.783,0.467],[-0.83,0.42],[4.555,9.112],[4.966,8.7],[5,8.666],[2.435,-0.231],[1.552,-1.115]],"v":[[52,121],[40.993,101.008],[29.784,81.216],[18.433,61.567],[7,42],[4.429,43.179],[2.058,44.558],[-0.343,45.907],[-3,47],[11.377,73.623],[26.421,99.579],[41,126],[46.559,123.559]],"c":true}],"h":1},{"t":14,"s":[{"i":[[-0.663,2.337],[3.821,6.262],[3.793,6.29],[3.826,6.258],[3.918,6.166],[0.054,0.169],[0.142,0.08],[0.284,-0.061],[1.857,-0.976],[0.623,-2.21],[-7.702,-12.631],[-7.377,-12.956],[-1.842,1.158]],"o":[[-3.909,-6.175],[-3.821,-6.262],[-3.793,-6.29],[-3.826,-6.258],[-0.019,-0.203],[-0.054,-0.169],[-0.142,-0.08],[-0.948,1.884],[-1.857,0.976],[7.815,12.518],[7.702,12.631],[1.97,-1.03],[1.842,-1.158]],"v":[[-32,61],[-43.58,42.329],[-54.986,23.486],[-66.4,4.65],[-78,-14],[-78.095,-14.571],[-78.375,-14.958],[-79,-15],[-83.744,-11.245],[-88,-7],[-64.672,30.672],[-42,69],[-36.02,65.98]],"c":true}],"h":1},{"t":15,"s":[{"i":[[-2.237,0.43],[2.663,4.143],[2.747,4.052],[2.678,4.016],[3.966,6.343],[3.98,6.392],[0.273,0.227],[0.405,0.095],[1.526,-1.141],[0.646,-2.02],[-8.055,-12.279],[-7.995,-12.339],[-1.343,1.324]],"o":[[-2.424,-4.289],[-2.663,-4.143],[-2.747,-4.052],[-4.158,-6.236],[-3.966,-6.343],[-0.501,0.002],[-0.273,-0.227],[-1.251,1.415],[-1.526,1.141],[7.786,12.547],[8.055,12.279],[2.391,-0.276],[1.343,-1.324]],"v":[[-103,11],[-110.67,-1.634],[-118.824,-13.913],[-127,-26],[-139.134,-44.882],[-151,-64],[-152.072,-64.428],[-153,-65],[-157.454,-61.454],[-161,-57],[-137.156,-19.844],[-113,17],[-107.885,14.116]],"c":true}],"h":1},{"t":16,"s":[{"i":[[-0.879,2.121],[4.23,6.02],[4.222,6.028],[4.257,5.994],[4.332,5.917],[0.787,-0.629],[0.735,-0.682],[0.58,-0.837],[0.323,-1.094],[-5.612,-7.944],[-5.6,-7.956],[-5.387,-8.169],[-1.5,1.5]],"o":[[-4.279,-5.971],[-4.23,-6.02],[-4.222,-6.028],[-4.257,-5.994],[-0.738,0.678],[-0.787,0.629],[-0.735,0.682],[-0.58,0.837],[5.423,8.132],[5.612,7.944],[5.6,7.956],[2.121,-0.879],[1.5,-1.5]],"v":[[-164,-37],[-176.752,-54.998],[-189.419,-73.081],[-202.127,-91.123],[-215,-109],[-217.314,-107.064],[-219.623,-105.123],[-221.62,-102.87],[-223,-100],[-206.397,-75.936],[-189.53,-52.137],[-173,-28],[-167.569,-31.569]],"c":true}],"h":1},{"t":17,"s":[{"i":[[0.85,-0.184],[1.203,-1.464],[1.332,-1.335],[-2.275,-2.973],[-2.335,-3.019],[-2.179,-2.85],[-1.645,-1.767],[-0.687,-0.828],[-1.23,-1.585],[-6.272,-9.102],[-2.88,0.12],[-1.232,2.101],[18.964,22.036]],"o":[[-0.857,1.809],[-1.203,1.464],[1.498,3.385],[2.241,2.929],[2.826,3.653],[2.119,2.771],[0.707,0.759],[1.197,1.443],[7.052,9.085],[3.264,0.264],[1.232,-2.101],[-19.028,-21.972],[-0.057,-0.61]],"v":[[-267,-146],[-270.144,-141.145],[-274,-137],[-268,-128],[-261,-119],[-253,-108],[-246,-100],[-245,-97],[-241,-93],[-221,-66],[-216,-70],[-212,-76],[-266,-145]],"c":true}],"h":1},{"t":18,"s":[{"i":[[-1.323,4.011],[2.999,6.652],[0.245,0.29],[0.736,1.633],[0.245,0.29],[0.736,1.633],[0.249,0.325],[4.752,5.096],[3.489,6.51],[0.81,0.19],[1.634,-4.033],[-15.625,-20.042],[-3.702,-1.632]],"o":[[-3.994,-7.285],[-0.122,-0.271],[-1.608,-1.9],[-0.122,-0.271],[-1.608,-1.9],[-0.133,-0.295],[-4.675,-6.108],[-4.092,-5.908],[-1.003,0.003],[-3.295,2.372],[15.465,20.202],[2.798,2.535],[2.075,-3.259]],"v":[[-251,-108],[-266,-128],[-268,-129],[-271,-134],[-273,-135],[-276,-140],[-278,-141],[-291,-157],[-304,-174],[-306,-175],[-313,-165],[-265,-106],[-257,-98]],"c":true}],"h":1},{"t":19,"s":[{"i":[[19.861,20.806],[0.793,-1.874],[1.413,-1.253],[-2.427,-2.275],[-1.397,-1.827],[-0.098,-0.568],[-0.325,-0.358],[-2.627,-2.562],[-2.055,-3.073],[-4.181,-4.819],[-4.747,-4.253],[-2.822,0.155],[-2.127,3.54]],"o":[[-1.413,1.253],[-0.793,1.874],[0.893,3.072],[2.428,2.275],[0.284,0.371],[0.098,0.568],[2.435,2.681],[2.627,2.561],[4.529,4.471],[4.181,4.819],[1.494,1.173],[2.688,-2.978],[-19.603,-21.063]],"v":[[-336,-198],[-339,-193],[-342,-188],[-336.378,-180.066],[-330,-174],[-329.531,-172.49],[-329,-171],[-321.215,-163.294],[-314,-155],[-301.163,-140.837],[-288,-127],[-284,-123],[-278,-134]],"c":true}],"h":1},{"t":20,"s":[{"i":[[20.942,19.392],[0.744,-1.922],[1.305,-1.361],[-2.683,-2.522],[-2.553,-2.553],[-2.478,-2.689],[-2.506,-2.661],[-4.02,-3.907],[-3.548,-3.393],[-1.224,-1.378],[-1.91,0.654],[-0.839,1.661],[-0.403,2.097]],"o":[[-0.717,1.95],[-0.744,1.922],[1.716,3.359],[2.683,2.522],[2.583,2.584],[2.478,2.689],[3.371,3.98],[4.02,3.907],[1.192,1.141],[1.224,1.378],[0.243,-2.257],[0.839,-1.661],[-20.077,-20.256]],"v":[[-356,-214],[-358.059,-208.059],[-361,-203],[-354.128,-194.395],[-346,-187],[-338.442,-179.058],[-331,-171],[-319.633,-159.06],[-308,-148],[-304.538,-143.654],[-300,-142],[-298.12,-147.62],[-296,-153]],"c":true}],"h":1},{"t":21,"s":[{"i":[[1.395,-0.427],[0.893,-1.94],[0.328,-2.505],[-4.914,-4.919],[-5.192,-4.641],[-3.888,-3.708],[-3.53,-3.446],[-1.204,-1.371],[-1.957,-0.32],[-0.742,2.091],[-0.304,2.529],[9.745,9.805],[10.025,8.812]],"o":[[-0.1,2.733],[-0.893,1.94],[5.151,4.683],[4.914,4.919],[3.919,3.723],[3.888,3.708],[1.226,1.197],[1.204,1.371],[0.727,-2.106],[0.742,-2.091],[-9.996,-8.967],[-9.745,-9.805],[-0.511,-0.449]],"v":[[-367,-223],[-368.829,-216.329],[-371,-210],[-356.031,-195.469],[-341,-181],[-329.209,-169.792],[-318,-159],[-314.548,-154.842],[-310,-152],[-307.682,-158.182],[-306,-165],[-335.478,-193.616],[-365,-222]],"c":true}],"h":1},{"t":22,"s":[{"i":[[20.94,18.393],[0.752,-2.081],[0.495,-2.338],[-7.779,-7.152],[-7.382,-6.923],[-0.457,-0.741],[-0.598,-0.5],[-0.568,-0.104],[-0.353,-0.27],[-1.452,-1.792],[-2.418,-0.477],[-0.783,1.884],[-0.032,2.635]],"o":[[-0.495,2.338],[-0.752,2.081],[7.504,7.469],[7.779,7.152],[0.572,0.537],[0.457,0.741],[0.374,0.313],[0.568,0.104],[1.774,1.356],[1.452,1.792],[-0.163,-2.83],[0.783,-1.884],[-19.75,-19.584]],"v":[[-372,-227],[-374,-220.5],[-376,-214],[-352.909,-192.09],[-330,-171],[-328.519,-168.973],[-327,-167],[-325.485,-166.468],[-324,-166],[-319.483,-160.84],[-314,-157],[-312.647,-163.646],[-311,-170]],"c":true}],"h":1},{"t":23,"s":[{"i":[[1.154,0.187],[0.68,-1.986],[0.101,-2.567],[-4.386,-4.121],[-4.411,-4.072],[-4.466,-4.026],[-4.707,-3.807],[-1.2,-1.3],[-2.014,-0.486],[-0.645,2.188],[-0.541,2.293],[9.901,9.122],[9.572,9.428]],"o":[[-0.178,2.488],[-0.68,1.986],[4.044,4.443],[4.386,4.121],[4.43,4.089],[4.466,4.026],[1.185,1.315],[1.2,1.3],[0.879,-1.955],[0.645,-2.188],[-9.823,-9.084],[-9.901,-9.122],[-0.676,-0.666]],"v":[[-375,-229],[-376.558,-222.559],[-378,-216],[-365.275,-203.221],[-352,-191],[-338.708,-178.788],[-325,-167],[-321.622,-162.878],[-317,-160],[-314.747,-166.246],[-313,-173],[-342.689,-200.242],[-372,-228]],"c":true}],"h":1},{"t":24,"s":[{"i":[[0.85,-0.184],[1.271,-4.729],[-3.596,-2.75],[-0.716,-0.65],[-2.43,-2.242],[-4.802,-4.349],[-4.985,-4.591],[-3.964,-0.591],[-2.087,3.246],[2.404,2.263],[2.422,2.244],[10.424,9.569],[4.643,2.435]],"o":[[-1.271,4.729],[5.715,2.262],[0.743,0.568],[2.408,2.187],[5.296,4.887],[5.53,5.008],[2.478,2.283],[1.721,-3.613],[-1.387,-3.279],[-1.675,-2.991],[-11.046,-9.946],[-4.823,-4.428],[-0.057,-0.61]],"v":[[-376,-230],[-380,-216],[-367,-204],[-364,-203],[-357,-196],[-342,-182],[-326,-168],[-318,-161],[-314,-173],[-321,-180],[-328,-187],[-361,-217],[-375,-229]],"c":true}],"h":1},{"t":25,"s":[{"i":[[5.275,1.189],[0.68,-1.986],[0.101,-2.567],[-7.669,-6.831],[-7.081,-7.419],[-2.38,-2.674],[-3.825,-0.779],[-0.68,1.986],[-0.101,2.567],[7.833,4.821],[2.117,1.902],[2.548,2.321],[2.618,1.736]],"o":[[-0.178,2.488],[-0.68,1.986],[7.243,7.257],[7.669,6.831],[3.656,1.525],[2.38,2.674],[0.178,-2.488],[0.68,-1.986],[-8.381,-5.906],[-2.932,-1.805],[-2.613,-2.348],[-3.053,-2.781],[-4.996,-3.315]],"v":[[-377,-230],[-378.558,-223.559],[-380,-217],[-357.378,-196.121],[-335,-175],[-326.627,-167.941],[-318,-162],[-316.442,-168.441],[-315,-175],[-339,-197],[-345,-203],[-353,-209],[-362,-218]],"c":true}],"h":1},{"t":26,"s":[{"i":[[6.05,1.92],[0.601,-2.232],[0.895,-1.938],[-7.56,-6.94],[-7.824,-6.676],[-2.49,-2.51],[-3.27,-1.73],[-1.399,4.267],[7.948,4.891],[0.844,0.719],[3.811,3.433],[1.462,1.118],[0.716,0.65]],"o":[[-0.7,2.133],[-0.601,2.232],[7.934,6.566],[7.561,6.939],[2.769,2.231],[2.49,2.51],[1.79,-3.876],[-8.432,-6.185],[-1.072,-0.66],[-4.265,-3.632],[-2.077,-1.871],[-0.743,-0.568],[-5.295,-4.808]],"v":[[-377,-230],[-378.853,-223.353],[-381,-217],[-357.918,-196.582],[-335,-176],[-327.377,-168.623],[-319,-162],[-315,-175],[-339,-197],[-341,-199],[-353,-209],[-358,-215],[-361,-216]],"c":true}],"h":1},{"t":27,"s":[{"i":[[0.85,-0.184],[0.682,-2.318],[0.635,-2.365],[-7.574,-6.926],[-7.81,-6.69],[-1.422,-1.08],[-1.31,-1.185],[-1.2,-1.329],[-1.919,-0.526],[-0.659,2.341],[-0.589,2.411],[5.312,4.021],[15.884,13.116]],"o":[[-0.635,2.365],[-0.682,2.318],[7.894,6.606],[7.574,6.926],[1.002,1.495],[1.422,1.08],[1.281,1.159],[1.2,1.329],[0.775,-2.225],[0.659,-2.341],[-6.187,-3.147],[-15.605,-13.395],[-0.057,-0.61]],"v":[[-377,-231],[-379,-224],[-381,-217],[-357.937,-196.563],[-335,-176],[-331.231,-172.268],[-327,-169],[-323.479,-165.025],[-319,-162],[-316.86,-168.86],[-315,-176],[-330,-189],[-376,-230]],"c":true}],"h":1},{"t":82,"s":[{"i":[[20.667,17.667],[0.627,-2.206],[0.077,-2.757],[-5.228,-4.498],[-5.332,-4.443],[-1.869,-1.754],[-1.526,-1.319],[-0.882,-0.435],[-0.732,-0.623],[-1.364,-1.221],[-1.284,-1.043],[-3.519,1.006],[0.094,5.094]],"o":[[-0.415,2.418],[-0.627,2.206],[4.757,4.567],[5.228,4.498],[1.998,1.665],[1.869,1.754],[0.74,0.639],[0.882,0.435],[1.261,1.072],[1.364,1.221],[2.164,1.759],[-0.094,-5.094],[-19.974,-18.36]],"v":[[-374,-231],[-375.753,-224.254],[-377,-217],[-361.931,-203.407],[-346,-190],[-340.146,-184.74],[-335,-180],[-332.494,-178.488],[-330,-177],[-326.017,-173.478],[-322,-170],[-314,-165],[-312,-178]],"c":true}],"h":1},{"t":83,"s":[{"i":[[4.762,2.076],[0.749,-4.584],[-3.139,-2.188],[-7.494,-4.047],[-6.106,-4.05],[-0.75,-0.528],[-1.363,-0.936],[-2.36,0.908],[-1.316,4.351],[10.16,7.288],[2.107,1.558],[1.155,0.82],[1.269,0.95]],"o":[[-1.174,4.159],[3.272,3.443],[7.055,4.917],[6.276,5.488],[0.912,0.605],[1.349,0.95],[1.43,0.982],[0.933,-4.734],[-11.076,-7.905],[-2.982,-2.139],[-1.369,-1.012],[-1.197,-0.85],[-4.779,-3.578]],"v":[[-361,-224],[-363,-210],[-352,-201],[-331,-187],[-310,-171],[-308,-169],[-303,-167],[-299,-164],[-297,-179],[-331,-203],[-338,-209],[-343,-211],[-346,-214]],"c":true}],"h":1},{"t":84,"s":[{"i":[[0.143,0.051],[0,-1.778],[0,-1.778],[0,-1.778],[-8.016,-4.493],[-7.7,-4.457],[-2.819,-1.686],[-3.109,-0.743],[0,2.667],[0,2.666],[10.386,6.298],[11.423,5.288],[0.18,-0.029]],"o":[[0,1.778],[0,1.778],[0,1.778],[8.235,4.569],[8.016,4.493],[2.616,1.514],[2.819,1.686],[0,-2.666],[0,-2.667],[-11.034,-5.52],[-10.386,-6.298],[-0.137,-0.064],[-0.18,0.029]],"v":[[-333,-205],[-333,-199.667],[-333,-194.333],[-333,-189],[-308.599,-175.416],[-285,-162],[-276.869,-156.921],[-268,-153],[-268,-161],[-268,-169],[-299.708,-187.174],[-332,-205],[-332.496,-205.009]],"c":true}],"h":1},{"t":85,"s":[{"i":[[0.149,0.046],[-0.143,-1.44],[-0.072,-1.511],[-0.143,-1.44],[-0.355,-1.228],[-7.078,-3.144],[-7.129,-3.093],[-7.209,-3.013],[0.28,3.053],[0.526,2.807],[10.294,4.641],[10.904,4.327],[0.177,-0.026]],"o":[[0.355,1.228],[0.143,1.44],[0.072,1.511],[0.143,1.44],[7.056,3.166],[7.078,3.144],[7.129,3.093],[-0.353,-2.981],[-0.28,-3.053],[-10.919,-4.111],[-10.294,-4.641],[-0.144,-0.057],[-0.177,0.026]],"v":[[-287,-173],[-286.288,-168.962],[-286,-164.5],[-285.712,-160.038],[-285,-156],[-263.805,-146.529],[-242.501,-137.166],[-221,-128],[-221.87,-137.13],[-223,-146],[-254.511,-159.338],[-286,-173],[-286.497,-173.009]],"c":true}],"h":1},{"t":86,"s":[{"i":[[10.505,3.328],[-0.188,-1.562],[-0.249,-1.501],[-0.312,-1.438],[-0.375,-1.375],[-5.174,-1.659],[-5.196,-1.637],[-5.174,-1.659],[-5.107,-1.726],[0.333,1.937],[0.443,2.188],[-0.111,2.189],[10.491,3.342]],"o":[[0.128,1.622],[0.188,1.562],[0.249,1.501],[0.312,1.438],[5.107,1.726],[5.174,1.659],[5.197,1.637],[5.174,1.659],[0.441,-1.436],[-0.333,-1.937],[-0.443,-2.188],[-10.531,-3.302],[-10.491,-3.342]],"v":[[-225,-130],[-224.526,-125.224],[-223.871,-120.629],[-223.03,-116.22],[-222,-112],[-206.567,-106.933],[-191,-102],[-175.433,-97.067],[-160,-92],[-160.004,-97.122],[-161.336,-103.372],[-162,-110],[-193.52,-119.98]],"c":true}],"h":1},{"t":87,"s":[{"i":[[10.293,2.041],[-0.27,-1.48],[-0.374,-1.376],[-0.292,-1.458],[-0.024,-1.727],[-5.157,-1.093],[-5.152,-1.098],[-5.169,-1.081],[-5.208,-1.042],[0.466,1.978],[0.478,1.966],[0.379,2.066],[10.181,2.153]],"o":[[-0.019,1.769],[0.27,1.48],[0.374,1.376],[0.292,1.458],[5.183,1.067],[5.157,1.093],[5.152,1.098],[5.169,1.081],[-0.343,-2.102],[-0.466,-1.978],[-0.478,-1.966],[-9.984,-2.35],[-10.181,-2.152]],"v":[[-150,-78],[-149.577,-73.173],[-148.564,-68.936],[-147.519,-64.731],[-147,-60],[-131.495,-56.755],[-116.037,-53.463],[-100.56,-50.19],[-85,-47],[-86.242,-53.092],[-87.687,-58.98],[-89,-65],[-119.268,-71.732]],"c":true}],"h":1},{"t":88,"s":[{"i":[[9.8,1.2],[-0.371,-1.629],[-0.469,-1.531],[-0.488,-1.512],[-0.43,-1.57],[-4.96,-0.54],[-4.898,-0.602],[-4.864,-0.636],[-4.859,-0.642],[0.479,2.188],[0.676,1.991],[0.785,1.882],[9.772,1.228]],"o":[[0.195,1.805],[0.371,1.629],[0.469,1.531],[0.488,1.512],[5.05,0.45],[4.96,0.54],[4.898,0.602],[4.864,0.636],[-0.196,-2.471],[-0.479,-2.188],[-0.676,-1.991],[-10.111,-0.889],[-9.772,-1.228]],"v":[[-65,-21],[-64.131,-15.869],[-62.852,-11.148],[-61.397,-6.603],[-60,-2],[-44.992,-0.508],[-30.213,1.213],[-15.577,3.077],[-1,5],[-2.034,-1.966],[-3.787,-8.213],[-6,-14],[-35.734,-17.266]],"c":true}],"h":1},{"t":89,"s":[{"i":[[9.898,0.436],[-0.423,-1.66],[-0.481,-1.602],[-0.567,-1.516],[-0.682,-1.401],[-4.827,-0.173],[-4.72,-0.28],[-4.782,-0.218],[-5.016,0.016],[0.658,1.898],[0.581,1.975],[0.248,2.307],[9.891,0.443]],"o":[[0.394,1.689],[0.423,1.66],[0.481,1.602],[0.567,1.516],[5.105,-0.105],[4.827,0.173],[4.72,0.28],[4.782,0.218],[-0.481,-2.075],[-0.658,-1.898],[-0.581,-1.975],[-9.54,-0.794],[-9.891,-0.442]],"v":[[28,40],[29.219,45.031],[30.568,49.932],[32.133,54.617],[34,59],[48.857,59.143],[63.135,59.865],[77.346,60.654],[92,61],[90.228,55.105],[88.307,49.36],[87,43],[57.769,41.231]],"c":true}],"h":1},{"t":90,"s":[{"i":[[9.666,0],[-0.51,-1.574],[-0.539,-1.544],[-0.51,-1.574],[-0.421,-1.662],[-4.989,0.011],[-4.884,0.116],[-4.704,0.296],[-4.446,0.554],[0.714,1.841],[0.61,1.946],[0.524,2.032],[9.667,0]],"o":[[0.422,1.662],[0.51,1.574],[0.539,1.544],[0.51,1.574],[5.016,0.016],[4.989,-0.011],[4.884,-0.116],[4.704,-0.296],[-0.837,-1.718],[-0.714,-1.841],[-0.61,-1.946],[-9.666,0],[-9.667,0]],"v":[[126,102],[127.412,106.838],[129,111.5],[130.588,116.162],[132,121],[147.026,121.026],[161.855,120.855],[176.256,120.256],[190,119],[187.677,113.656],[185.696,107.971],[184,102],[155,102]],"c":true}],"h":1},{"t":91,"s":[{"i":[[0.946,3.054],[3.173,-0.136],[3.208,-0.228],[3.18,-0.228],[3.092,-0.136],[2.219,0.089],[2.084,-0.264],[1.788,-1.155],[-1.041,-2.959],[-1.303,-2.697],[-9.391,0.443],[-8.971,0.862],[1.139,2.861]],"o":[[-3.077,-0.049],[-3.173,0.136],[-3.208,0.228],[-3.18,0.228],[-2.193,0.096],[-2.219,-0.089],[-2.084,0.264],[1.533,2.467],[1.041,2.959],[9.466,-0.368],[9.391,-0.443],[-0.5,-3.5],[-1.139,-2.861]],"v":[[284,162],[274.608,162.153],[265.021,162.722],[255.424,163.43],[246,164],[239.342,163.877],[232.848,164.006],[227,166],[230.673,174.327],[234,183],[262.371,181.871],[290,180],[287.335,170.665]],"c":true}],"h":1},{"t":92,"s":[{"i":[[0.815,3.185],[4.72,-0.28],[4.645,-0.355],[4.602,-0.398],[4.592,-0.407],[-0.482,-1.518],[-0.585,-1.415],[-0.56,-1.44],[-0.408,-1.592],[-6.265,0.402],[-6.149,0.518],[-6.095,0.572],[1.17,2.83]],"o":[[-4.828,0.172],[-4.72,0.28],[-4.645,0.355],[-4.602,0.398],[0.252,1.748],[0.482,1.518],[0.585,1.415],[0.56,1.44],[6.443,-0.224],[6.265,-0.402],[6.149,-0.518],[-0.505,-3.495],[-1.17,-2.83]],"v":[[386,222],[371.686,222.686],[357.647,223.647],[343.784,224.784],[330,226],[331.134,230.866],[332.767,235.233],[334.516,239.484],[336,244],[355.046,243.046],[373.651,241.651],[392,240],[389.233,230.767]],"c":true}],"h":1},{"t":93,"s":[{"i":[[1.909,0.424],[4.535,-0.382],[4.581,-0.336],[4.505,-0.411],[4.308,-0.609],[-0.763,-1.904],[-0.753,-1.914],[-0.378,-2.289],[-9.169,0.831],[-9.674,0.326],[0.688,1.479],[0.421,1.746],[0.565,1.768]],"o":[[-4.368,0.549],[-4.535,0.382],[-4.581,0.336],[-4.505,0.411],[0.408,2.258],[0.763,1.904],[0.753,1.914],[9.651,-0.349],[9.169,-0.831],[0.171,-2.338],[-0.688,-1.479],[-0.829,-1.505],[-0.565,-1.768]],"v":[[485,280],[471.615,281.365],[457.911,282.411],[444.251,283.501],[431,285],[432.848,291.152],[435.213,296.787],[437,303],[464.982,300.982],[493,299],[491.944,293.556],[490,289],[488.31,283.69]],"c":true}],"h":1}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.654902,0.8588235,0.8666667,1]},"o":{"a":1,"k":[{"t":8,"s":[0],"h":1},{"t":9,"s":[100],"h":1},{"t":94,"s":[0],"h":1}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":101,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":28,"ty":4,"nm":"Book_04_Back_a","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[500,500,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0]],"o":[[0,0]],"v":[[-816,428]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.654902,0.8588235,0.8666667,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"ix":1,"mn":"ADBE Vector Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":1,"k":[{"t":8,"s":[{"i":[[0,8.333],[8.5,-4.25],[8.5,-4.25],[8.5,-4.25],[8.5,-4.25],[-2.186,-4.064],[-2.239,-4.011],[-2.184,-4.066],[-2.019,-4.231],[-6.333,0],[-6.333,0],[-6.333,0],[-6.333,0],[0,8.333],[0,8.333],[0,8.333]],"o":[[-8.5,4.25],[-8.5,4.25],[-8.5,4.25],[-8.5,4.25],[2.024,4.226],[2.186,4.064],[2.239,4.011],[2.184,4.066],[6.333,0],[6.333,0],[6.333,0],[6.333,0],[0,-8.333],[0,-8.333],[0,-8.333],[0,-8.333]],"v":[[500,400],[474.5,412.75],[449,425.5],[423.5,438.25],[398,451],[404.341,463.409],[411.006,475.494],[417.668,487.582],[424,500],[443,500],[462,500],[481,500],[500,500],[500,475],[500,450],[500,425]],"c":true}],"h":1},{"t":9,"s":[{"i":[[0,14],[3.242,6.151],[2.932,5.651],[1.011,1.932],[2.111,0.644],[3.066,-1.267],[2.827,-1.506],[-1.08,-2.324],[-1.24,-2.339],[-0.144,-0.586],[-0.26,-0.347],[-0.439,-0.155],[-0.099,-0.185],[-3.315,-6.221],[-5.461,-12.598],[-4.823,3.845]],"o":[[-3.1,-4.746],[-3.242,-6.151],[-0.844,-1.627],[-1.011,-1.932],[-2.909,1.424],[-3.066,1.267],[-0.558,2.365],[1.08,2.324],[0.163,0.309],[0.144,0.586],[0.147,0.196],[0.439,0.155],[3.315,6.167],[6.519,12.235],[2.133,1.998],[0,-14]],"v":[[500,336],[490.374,319.179],[481,301],[478.45,295.263],[474,291],[464.938,294.938],[456,299],[457.152,306.02],[461,313],[461.427,314.471],[462,316],[463.036,316.509],[464,317],[473,336],[492,373],[500,378]],"c":true}],"h":1},{"t":10,"s":[{"i":[[-4.136,0.864],[3.374,6.626],[3.462,6.538],[3.357,6.643],[3.058,6.942],[0.171,0.079],[0.137,0.113],[0.147,0.103],[0.202,0.048],[3.331,-1.335],[3.458,-1.209],[-3.588,-6.519],[-3.305,-6.575],[-3.334,-6.795],[-3.264,-7.062],[-3.492,1.508]],"o":[[-3.093,-6.907],[-3.374,-6.626],[-3.462,-6.538],[-3.357,-6.643],[-0.251,0.001],[-0.171,-0.079],[-0.137,-0.113],[-0.147,-0.103],[-3.216,1.45],[-3.331,1.335],[2.342,7.349],[3.588,6.519],[3.398,6.758],[3.334,6.795],[3.897,-1.103],[3.492,-1.508]],"v":[[397,305],[387.25,284.75],[376.947,265.053],[366.67,245.33],[357,225],[356.378,224.872],[355.928,224.572],[355.513,224.237],[355,224],[345.181,228.181],[335,232],[344.277,252.58],[355,272],[365.1,292.272],[375,313],[385.82,308.82]],"c":true}],"h":1},{"t":11,"s":[{"i":[[-4.004,0.829],[0.725,1.732],[0.962,1.613],[1.006,1.574],[0.857,1.617],[1.623,3.35],[1.731,3.25],[3.338,6.609],[3.135,6.968],[0.273,0.227],[0.405,0.095],[3.423,-1.41],[3.154,-1.68],[-6.983,-13.184],[-6.666,-13.501],[-3.291,1.542]],"o":[[-0.296,-1.932],[-0.725,-1.732],[-0.962,-1.613],[-1.006,-1.574],[-1.777,-3.35],[-1.623,-3.35],[-3.514,-6.594],[-3.338,-6.609],[-0.501,0.001],[-0.273,-0.227],[-3.154,1.68],[-3.423,1.41],[6.404,13.763],[6.983,13.184],[3.83,-1.004],[3.291,-1.542]],"v":[[282,237],[280.421,231.524],[277.843,226.527],[274.843,221.766],[272,217],[266.966,206.925],[262,197],[251.716,177.281],[242,157],[240.928,156.572],[240,156],[230,160.5],[220,165],[240.304,205.196],[261,245],[271.37,240.869]],"c":true}],"h":1},{"t":12,"s":[{"i":[[3.675,6.575],[1.669,-0.831],[1.7,-0.8],[1.681,-0.819],[1.612,-0.888],[-3.51,-6.573],[-3.574,-6.51],[-3.527,-6.556],[-3.37,-6.714],[-1.819,0.681],[-1.666,0.834],[-1.639,0.861],[-1.737,0.763],[3.513,6.737],[3.617,6.634],[3.671,6.58]],"o":[[-1.588,0.912],[-1.669,0.831],[-1.7,0.8],[-1.681,0.819],[3.335,6.748],[3.51,6.573],[3.574,6.51],[3.527,6.556],[2.099,-0.401],[1.819,-0.681],[1.666,-0.834],[1.639,-0.861],[-3.359,-6.891],[-3.513,-6.737],[-3.617,-6.634],[-3.67,-6.58]],"v":[[133,89],[128.103,91.603],[123.037,94.037],[117.953,96.453],[113,99],[123.295,118.955],[133.949,138.551],[144.628,158.123],[155,178],[160.846,176.346],[166.043,174.043],[170.968,171.468],[176,169],[165.68,148.571],[154.973,128.527],[144.03,108.72]],"c":true}],"h":1},{"t":13,"s":[{"i":[[-0.493,2.173],[3.654,6.346],[3.676,6.324],[3.559,6.441],[3.303,6.697],[1.738,-0.845],[1.587,-0.997],[1.68,-0.903],[2.018,-0.565],[-3.674,-6.576],[-3.773,-6.477],[-3.712,-6.538],[-3.492,-6.758],[-1.73,0.937],[-1.9,0.767],[-1.834,0.832]],"o":[[-3.493,-6.507],[-3.654,-6.346],[-3.676,-6.324],[-3.559,-6.441],[-2.134,0.449],[-1.738,0.845],[-1.587,0.997],[-1.68,0.903],[3.416,6.834],[3.674,6.576],[3.773,6.477],[3.712,6.538],[2.181,-0.486],[1.73,-0.937],[1.17,-1.497],[1.834,-0.833]],"v":[[80,103],[69.246,83.754],[58.216,64.784],[47.329,45.671],[37,26],[31.252,28.002],[26.326,30.826],[21.487,33.737],[16,36],[26.676,56.074],[37.886,75.614],[49.153,95.097],[60,115],[65.711,112.711],[71,110],[76.007,107.007]],"c":true}],"h":1},{"t":14,"s":[{"i":[[-1.186,1.648],[3.914,6.336],[3.845,6.405],[3.883,6.367],[4.03,6.22],[1.569,-1.014],[1.526,-1.058],[1.569,-1.014],[1.699,-0.885],[-3.847,-6.403],[-3.908,-6.342],[-3.857,-6.393],[-3.694,-6.556],[-1.567,1.099],[-1.364,1.303],[-1.699,1.134]],"o":[[-4.091,-6.159],[-3.914,-6.336],[-3.845,-6.405],[-3.883,-6.367],[-1.699,0.885],[-1.569,1.014],[-1.526,1.058],[-1.569,1.014],[3.675,6.575],[3.847,6.403],[3.908,6.342],[3.857,6.393],[2.367,-0.299],[1.567,-1.099],[2.017,-0.817],[1.699,-1.134]],"v":[[-4,43],[-15.981,24.231],[-27.593,5.093],[-39.158,-14.092],[-51,-33],[-55.88,-30.13],[-60.5,-27],[-65.12,-23.87],[-70,-21],[-58.689,-1.561],[-47.029,17.529],[-35.354,36.604],[-24,56],[-18.247,53.753],[-14,50],[-8.377,47.123]],"c":true}],"h":1},{"t":15,"s":[{"i":[[-1.416,4.251],[4.087,5.955],[3.884,5.998],[0.243,0.856],[0.525,0.799],[0.994,1.49],[1.043,1.588],[0.963,1.489],[0.748,1.271],[1.584,5.238],[0.81,0.19],[0.56,-1.44],[2.242,-1.875],[1.097,-2.63],[-15.797,-24.869],[-2.167,3.167]],"o":[[-3.769,-6.183],[-4.087,-5.955],[-0.502,-0.776],[-0.243,-0.856],[-0.95,-1.445],[-1.016,-1.524],[-0.942,-1.434],[-0.795,-1.23],[-2.919,-4.958],[-1.003,0.003],[-1.44,0.56],[-2.753,1.322],[-2.08,1.74],[15.76,24.906],[4.135,-1.199],[3.679,-1.988]],"v":[[-78,-12],[-89.914,-30.139],[-102,-48],[-102.983,-50.482],[-104,-53],[-108,-57],[-110,-62],[-114,-66],[-116,-71],[-125,-85],[-127,-86],[-130,-83],[-138,-78],[-144,-71],[-96,3],[-87,-4]],"c":true}],"h":1},{"t":16,"s":[{"i":[[-0.509,2.13],[4.256,5.994],[4.222,6.028],[4.23,6.02],[4.28,5.97],[1.469,-1.364],[1.417,-1.417],[1.364,-1.469],[1.312,-1.521],[-4.293,-5.957],[-4.222,-6.028],[-4.193,-6.057],[-4.206,-6.044],[-1.377,1.532],[-1.363,1.363],[-1.532,1.377]],"o":[[-4.334,-5.916],[-4.256,-5.994],[-4.222,-6.028],[-4.23,-6.02],[-1.521,1.312],[-1.469,1.364],[-1.417,1.417],[-1.364,1.469],[4.405,5.845],[4.293,5.957],[4.222,6.028],[4.193,6.057],[2.13,-0.509],[1.377,-1.532],[1.363,-1.363],[1.532,-1.377]],"v":[[-140,-61],[-152.874,-78.876],[-165.58,-96.92],[-178.246,-115.004],[-191,-133],[-195.485,-128.985],[-199.813,-124.813],[-203.985,-120.485],[-208,-116],[-194.964,-98.286],[-182.202,-80.299],[-169.588,-62.162],[-157,-44],[-151.924,-47.359],[-148,-52],[-143.36,-55.924]],"c":true}],"h":1},{"t":17,"s":[{"i":[[9.329,11.337],[2.532,-2.968],[1.841,-3.659],[-6.583,-8.584],[-6.408,-8.759],[-2.257,-2.909],[-1.746,-3.421],[-0.903,1.331],[-0.566,0.727],[-0.582,0.289],[-0.346,0.421],[-0.099,0.562],[-0.283,0.363],[-1.225,1.188],[-0.073,1.927],[8.877,11.79]],"o":[[-2.031,3.469],[-2.532,2.968],[6.261,8.906],[6.583,8.584],[2.224,2.943],[2.257,2.909],[1.82,0.05],[0.903,-1.331],[0.328,-0.422],[0.582,-0.289],[0.32,-0.39],[0.099,-0.562],[1.029,-1.32],[1.225,-1.188],[-9.163,-11.503],[-8.877,-11.79]],"v":[[-245,-173],[-252.142,-163.642],[-259,-154],[-239.61,-127.89],[-220,-102],[-213.142,-93.358],[-207,-84],[-203.059,-86.417],[-201,-90],[-199.513,-91],[-198,-92],[-197.473,-93.52],[-197,-95],[-193.283,-98.545],[-191,-103],[-217.875,-138.125]],"c":true}],"h":1},{"t":18,"s":[{"i":[[19.312,21.688],[2.228,-3.272],[1.794,-3.706],[-2.829,-3.155],[-1.767,-2.871],[-0.712,-0.571],[-0.499,-0.651],[-0.09,-0.549],[-0.334,-0.406],[-1.669,-1.7],[-0.92,-1.495],[-0.997,-1.303],[-0.669,-0.811],[-2.331,-2.797],[-5.613,-4.782],[-4.099,7.235]],"o":[[-2.295,3.205],[-2.228,3.272],[1.918,3.51],[2.829,3.155],[0.655,1.065],[0.712,0.571],[0.304,0.398],[0.09,0.549],[1.405,1.704],[1.669,1.7],[1.31,2.129],[0.609,0.796],[2.291,2.777],[4.735,5.682],[4.025,-7.308],[-18.965,-22.035]],"v":[[-287,-205],[-293.876,-195.376],[-300,-185],[-292.386,-175.021],[-285,-166],[-282.883,-163.69],[-281,-162],[-280.522,-160.506],[-280,-159],[-275.136,-153.843],[-271,-149],[-267,-145],[-266,-142],[-258,-134],[-244,-117],[-231,-138]],"c":true}],"h":1},{"t":19,"s":[{"i":[[1.615,-0.282],[1.958,-3.542],[1.64,-3.859],[-4.772,-5.395],[-4.817,-5.35],[-3.755,-4.027],[-3.339,-3.757],[-1.245,-1.493],[-1.822,-0.676],[-1.879,3.455],[-2.091,3.243],[0.703,0.55],[0.531,0.619],[4.748,2.874],[2.631,2.369],[11.401,13.598]],"o":[[-1.529,3.971],[-1.958,3.542],[5.096,5.07],[4.772,5.395],[3.642,4.135],[3.755,4.027],[1.2,1.351],[1.245,1.493],[1.395,-3.938],[1.879,-3.455],[0.344,-1.18],[-0.703,-0.55],[-3.793,-4.421],[-0.972,-4.028],[-10.935,-14.065],[-1.278,-0.055]],"v":[[-320,-230],[-325.416,-218.916],[-331,-208],[-316.291,-192.209],[-302,-176],[-290.773,-163.717],[-280,-152],[-276.466,-147.494],[-272,-144],[-267.021,-155.022],[-261,-165],[-261.844,-167.421],[-264,-169],[-275,-181],[-282,-189],[-317,-229]],"c":true}],"h":1},{"t":20,"s":[{"i":[[10.272,9.895],[0.851,-1.983],[0.843,-1.99],[0.821,-2.013],[0.784,-2.049],[-4.432,-4.596],[-4.521,-4.677],[-4.454,-4.492],[-4.229,-4.042],[-0.719,-0.904],[-0.764,-0.819],[-0.538,-0.131],[-0.041,1.161],[-1.489,3.844],[-1.87,3.463],[9.915,10.252]],"o":[[-0.844,1.989],[-0.851,1.983],[-0.843,1.99],[-0.821,2.013],[4.185,4.25],[4.432,4.596],[4.521,4.677],[4.454,4.492],[0.401,0.384],[0.719,0.904],[0.764,0.819],[0.538,0.131],[2.173,-3.16],[1.489,-3.844],[-10.069,-10.097],[-9.915,-10.252]],"v":[[-341,-249],[-343.546,-243.046],[-346.09,-237.09],[-348.589,-231.089],[-351,-225],[-338.035,-211.664],[-324.566,-197.688],[-311.063,-183.868],[-298,-171],[-296.252,-168.918],[-293.959,-166.183],[-291.937,-164.606],[-291,-166],[-285.773,-176.773],[-281,-188],[-310.848,-218.652]],"c":true}],"h":1},{"t":21,"s":[{"i":[[0.577,0.094],[1.371,-3.962],[1.139,-4.195],[-2.315,-2.518],[-2.417,-2.416],[-2.634,-2.392],[-2.983,-1.952],[-2.591,-2.409],[-2.5,-2.5],[-2.49,-2.562],[-3.579,-1.291],[-1.458,3.875],[-1.123,4.21],[9.778,9.484],[9.589,9.446],[0.521,0.143]],"o":[[-1.375,3.958],[-1.371,3.962],[2.322,2.512],[2.315,2.518],[2.48,2.48],[2.634,2.392],[2.135,2.865],[2.591,2.409],[2.461,2.461],[2.49,2.562],[1.046,-4.287],[1.458,-3.875],[-9.298,-9.617],[-9.778,-9.484],[-0.338,-0.333],[-0.521,-0.143]],"v":[[-354,-259],[-358.177,-247.177],[-362,-235],[-355.071,-227.429],[-348,-220],[-340.378,-212.604],[-332,-206],[-324.774,-198.226],[-317,-191],[-309.839,-183.123],[-301,-177],[-297.058,-189.058],[-293,-201],[-321.781,-229.628],[-351,-258],[-352.321,-258.68]],"c":true}],"h":1},{"t":22,"s":[{"i":[[10.304,9.363],[0.679,-2.154],[0.679,-2.154],[0.661,-2.173],[0.623,-2.211],[-5.674,-5.61],[-5.509,-4.51],[-0.623,-0.672],[-0.718,-0.665],[-2.691,-2.291],[-2.495,-2.298],[-1.195,-1.391],[-1.982,-0.296],[-1.481,4.019],[-0.553,4.947],[10.165,9.502]],"o":[[-0.659,2.174],[-0.679,2.154],[-0.679,2.154],[-0.661,2.173],[5.793,5.052],[5.675,5.609],[0.789,0.646],[0.623,0.672],[2.742,2.537],[2.691,2.291],[1.239,1.142],[1.195,1.391],[0.521,-4.979],[1.481,-4.019],[-10.038,-9.629],[-10.165,-9.502]],"v":[[-360,-265],[-362.012,-258.512],[-364.054,-252.054],[-366.07,-245.57],[-368,-239],[-350.787,-222.594],[-334,-207],[-331.947,-205.014],[-330,-203],[-321.815,-195.82],[-314,-189],[-310.557,-184.865],[-306,-182],[-302.524,-195.024],[-299,-208],[-329.3,-236.7]],"c":true}],"h":1},{"t":23,"s":[{"i":[[0.85,-0.184],[3.711,-6.956],[-4.176,-1.882],[-0.29,-0.245],[-3.756,-1.693],[-0.29,-0.246],[-7.078,-5.926],[-6.711,-3.289],[-1.13,9.87],[4.814,4.402],[2.475,2.254],[2.569,2.351],[2.452,2.242],[1.462,1.118],[0.716,0.65],[6.43,3.193]],"o":[[-2.949,7.718],[2.463,5.077],[0.271,0.122],[3.76,3.181],[0.271,0.122],[7.522,6.364],[5.8,4.2],[1.792,-9.208],[-4.501,-4.744],[-2.454,-2.244],[-2.574,-2.345],[-2.467,-2.258],[-2.065,-1.888],[-0.743,-0.568],[-5.035,-4.573],[-0.057,-0.61]],"v":[[-363,-267],[-371,-243],[-359,-231],[-358,-229],[-347,-220],[-346,-218],[-325,-199],[-309,-185],[-302,-211],[-316,-225],[-324,-231],[-331,-239],[-339,-245],[-344,-251],[-347,-252],[-362,-266]],"c":true}],"h":1},{"t":24,"s":[{"i":[[0.106,0.067],[1.338,-4.162],[0.823,-4.677],[-5.75,-5.35],[-5.371,-4.523],[-0.688,-0.479],[-0.527,-0.477],[-1.813,-1.939],[-1.748,-1.437],[-2.02,-1.881],[-2.727,-0.675],[-1.291,4.043],[-0.952,4.382],[10.272,9.23],[10.169,9.327],[0.201,-0.037]],"o":[[-0.823,4.677],[-1.338,4.162],[5.63,5.079],[5.75,5.35],[0.721,0.607],[0.688,0.479],[1.998,1.808],[1.813,1.939],[2.192,1.802],[2.02,1.881],[0.886,-4.447],[1.291,-4.043],[-9.745,-9.754],[-10.272,-9.23],[-0.091,-0.083],[-0.201,0.037]],"v":[[-365,-268],[-368.5,-255],[-372,-242],[-354.805,-226.083],[-338,-211],[-335.855,-209.403],[-334,-208],[-328.312,-202.221],[-323,-197],[-316.902,-191.155],[-310,-187],[-306.549,-199.549],[-303,-212],[-333.181,-240.32],[-364,-268],[-364.489,-268.012]],"c":true}],"h":1},{"t":25,"s":[{"i":[[10.19,9.31],[0.629,-2.121],[0.589,-2.161],[0.666,-2.084],[0.859,-1.891],[-1.429,-0.967],[-1.167,-1.094],[-1.514,-1.654],[-1.381,-0.916],[-1.63,-1.615],[-1.499,-1.226],[-5.828,-5.538],[-6.348,-4.659],[-1.307,4.193],[-0.731,4.769],[10.254,9.246]],"o":[[-0.786,1.964],[-0.629,2.121],[-0.589,2.161],[-0.666,2.084],[0.119,2.037],[1.429,0.967],[1.562,1.466],[1.514,1.654],[1.982,1.315],[1.63,1.615],[6.341,5.191],[5.828,5.537],[1.041,-4.459],[1.307,-4.193],[-9.793,-9.707],[-10.254,-9.246]],"v":[[-365,-269],[-367.093,-262.843],[-368.89,-256.39],[-370.742,-249.992],[-373,-244],[-370.286,-239.793],[-366,-237],[-361.364,-232.087],[-357,-228],[-351.637,-223.434],[-347,-219],[-329.005,-202.601],[-311,-187],[-307.268,-199.768],[-304,-213],[-334.203,-241.297]],"c":true}],"h":1},{"t":26,"s":[{"i":[[1.36,0.265],[0.592,-2.158],[0.652,-2.098],[0.609,-2.141],[0.463,-2.287],[-3.792,-3.458],[-3.842,-3.408],[-3.754,-3.496],[-3.528,-3.722],[-2.394,-2.606],[-3.93,-1.07],[-1.2,4.133],[-1.145,4.188],[9.003,8.242],[8.443,7.663],[1.574,1.378]],"o":[[-0.428,2.322],[-0.592,2.158],[-0.652,2.098],[-0.609,2.141],[3.604,3.646],[3.792,3.458],[3.842,3.408],[3.754,3.496],[3.495,1.505],[2.394,2.606],[1.053,-4.28],[1.2,-4.133],[-8.544,-8.367],[-9.003,-8.243],[-1.346,-1.221],[-1.574,-1.378]],"v":[[-366,-269],[-367.555,-262.305],[-369.448,-255.948],[-371.366,-249.616],[-373,-243],[-361.871,-232.379],[-350.386,-222.114],[-338.957,-211.792],[-328,-201],[-319.827,-194.173],[-311,-188],[-307.569,-200.569],[-304,-213],[-330.576,-238.027],[-357,-262],[-361.489,-266.217]],"c":true}],"h":1},{"t":27,"s":[{"i":[[2.655,0.474],[1.264,-4.236],[0.833,-4.666],[-7.698,-6.802],[-7.041,-7.459],[-2.448,-2.552],[-3.799,-1.201],[-1.14,4.027],[-1.453,3.714],[1.596,1.626],[1.082,0.666],[0.26,0.328],[0.422,0.359],[3.286,2.985],[3.309,3.037],[7.242,6.573]],"o":[[-1.111,4.389],[-1.264,4.236],[7.167,7.334],[7.698,6.802],[3.41,1.591],[2.448,2.552],[0.988,-4.18],[1.14,-4.027],[-0.536,-1.832],[-1.596,-1.626],[-0.536,-0.33],[-0.26,-0.328],[-3.548,-3.022],[-3.286,-2.985],[-7.868,-7.222],[-2.739,-2.486]],"v":[[-366,-269],[-369.708,-256.208],[-373,-243],[-350.406,-222.094],[-328,-201],[-319.792,-194.208],[-311,-188],[-307.849,-200.35],[-304,-212],[-307.591,-217.375],[-312,-221],[-313.086,-221.978],[-314,-223],[-324.18,-231.988],[-334,-241],[-357,-262]],"c":true}],"h":1},{"t":82,"s":[{"i":[[21.444,17.222],[1.07,-4.43],[0.86,-4.64],[-5.284,-4.383],[-5.124,-4.543],[-0.827,-0.963],[-0.545,-0.507],[-0.554,-0.076],[-0.408,-0.344],[-0.45,-0.738],[-0.558,-0.505],[-0.865,-0.412],[-0.794,-0.678],[-2.541,-2.368],[-3.293,-1.357],[-2.343,8.657]],"o":[[-0.86,4.64],[-1.07,4.43],[4.74,4.927],[5.284,4.383],[1.147,0.641],[0.827,0.963],[0.377,0.351],[0.554,0.076],[0.644,0.542],[0.45,0.738],[0.745,0.674],[0.865,0.412],[2.544,2.172],[2.541,2.368],[1.29,-9.71],[-20.962,-17.705]],"v":[[-365,-271],[-368,-257.5],[-371,-244],[-355.787,-230.212],[-340,-217],[-337.049,-214.4],[-335,-212],[-333.523,-211.494],[-332,-211],[-330.435,-208.972],[-329,-207],[-326.537,-205.503],[-324,-204],[-316.562,-196.889],[-308,-191],[-302,-218]],"c":true}],"h":1},{"t":83,"s":[{"i":[[21.431,15.236],[0.527,-5.14],[0.947,-4.721],[-5.235,-3.757],[-1.303,-0.964],[-1.1,-0.805],[-0.423,-0.394],[-0.899,-0.684],[-0.437,-0.407],[-0.936,-0.679],[-2.495,-1.814],[-2.209,-1.465],[-0.737,-0.506],[-1.162,-0.839],[-3.787,-0.515],[-2.173,8.827]],"o":[[-0.947,4.721],[-0.527,5.14],[5.538,3.382],[1.028,0.738],[1.095,0.81],[0.439,0.321],[0.788,0.733],[0.451,0.344],[0.8,0.745],[2.501,1.814],[3.085,2.242],[0.897,0.595],[1.283,0.881],[2.933,2.117],[2.138,-8.861],[-21.055,-15.612]],"v":[[-356,-268],[-358,-253],[-360,-238],[-344,-227],[-341,-224],[-336,-222],[-335,-220],[-332,-219],[-331,-217],[-328,-216],[-321,-210],[-311,-203],[-309,-201],[-304,-199],[-296,-193],[-292,-222]],"c":true}],"h":1},{"t":84,"s":[{"i":[[10.759,6.075],[0.152,-2.515],[-0.054,-2.721],[-0.054,-2.721],[0.152,-2.514],[-2.638,-1.613],[-2.678,-1.556],[-2.701,-1.54],[-2.706,-1.567],[-2.69,-1.577],[-2.736,-1.545],[-2.803,-1.445],[-2.891,-1.278],[0,5.167],[0,5.166],[10.706,6.127]],"o":[[-0.564,2.103],[-0.152,2.515],[0.054,2.721],[0.054,2.721],[2.581,1.711],[2.638,1.613],[2.678,1.556],[2.701,1.54],[2.664,1.542],[2.69,1.577],[2.736,1.545],[2.803,1.445],[0,-5.166],[0,-5.167],[-10.418,-6.415],[-10.706,-6.127]],"v":[[-332,-252],[-333.022,-245.022],[-333.117,-237.117],[-332.904,-228.904],[-333,-221],[-325.167,-216.025],[-317.188,-211.283],[-309.115,-206.65],[-301,-202],[-292.974,-197.304],[-284.841,-192.603],[-276.537,-188.101],[-268,-184],[-268,-199.5],[-268,-215],[-299.745,-233.755]],"c":true}],"h":1},{"t":85,"s":[{"i":[[10.906,4.427],[-0.198,-2.885],[-0.285,-2.799],[-0.319,-2.764],[-0.302,-2.781],[-2.043,-0.827],[-1.925,-0.926],[-1.794,-0.886],[-1.65,-0.707],[-2.646,-1.161],[-2.373,-1.051],[-4.125,-1.661],[-4.153,-1.429],[0.541,5.459],[0.251,5.749],[10.634,4.7]],"o":[[0.059,3.024],[0.198,2.885],[0.285,2.799],[0.319,2.764],[2.148,0.589],[2.043,0.827],[1.925,0.926],[1.794,0.886],[3.042,1.305],[2.646,1.161],[4.348,1.926],[4.125,1.661],[-0.587,-5.413],[-0.541,-5.459],[-10.558,-4.775],[-10.634,-4.7]],"v":[[-291,-222],[-290.601,-213.149],[-289.864,-204.636],[-288.945,-196.305],[-288,-188],[-281.71,-185.841],[-275.753,-183.177],[-270.17,-180.425],[-265,-178],[-256.499,-174.31],[-249,-171],[-236.354,-165.627],[-224,-161],[-225.752,-177.248],[-227,-194],[-258.739,-208.261]],"c":true}],"h":1},{"t":86,"s":[{"i":[[5.505,1.328],[-0.505,-2.912],[-0.52,-2.897],[-0.505,-2.912],[-0.461,-2.956],[-5.238,-1.596],[-5.144,-1.69],[-5.209,-1.624],[-5.435,-1.399],[0.51,2.907],[0.478,2.938],[0.48,2.937],[0.513,2.904],[5.21,1.624],[5.134,1.7],[5.232,1.601]],"o":[[0.461,2.956],[0.505,2.912],[0.52,2.897],[0.505,2.912],[5.491,1.342],[5.238,1.596],[5.144,1.69],[5.209,1.624],[-0.573,-2.843],[-0.51,-2.907],[-0.478,-2.938],[-0.48,-2.937],[-5.46,-1.373],[-5.21,-1.624],[-5.134,-1.7],[-5.232,-1.601]],"v":[[-234,-180],[-232.544,-171.206],[-231,-162.5],[-229.456,-153.794],[-228,-145],[-211.947,-140.553],[-196.415,-135.585],[-180.926,-130.574],[-165,-126],[-166.617,-134.633],[-168.09,-143.409],[-169.519,-152.231],[-171,-161],[-186.961,-165.539],[-202.432,-170.568],[-217.937,-175.563]],"c":true}],"h":1},{"t":87,"s":[{"i":[[5.356,0.727],[-0.587,-2.996],[-0.699,-2.884],[-0.762,-2.821],[-0.777,-2.806],[-5.11,-1.057],[-5.101,-1.066],[-5.066,-1.101],[-5.005,-1.162],[0.67,2.997],[0.704,2.963],[0.682,2.985],[0.605,3.062],[5.033,1.05],[4.968,1.115],[5.076,1.008]],"o":[[0.427,3.157],[0.587,2.996],[0.699,2.884],[0.762,2.821],[5.093,1.073],[5.11,1.057],[5.101,1.066],[5.066,1.101],[-0.58,-3.087],[-0.67,-2.997],[-0.704,-2.963],[-0.682,-2.985],[-5.272,-0.812],[-5.033,-1.05],[-4.968,-1.115],[-5.076,-1.008]],"v":[[-162,-129],[-160.467,-119.783],[-158.526,-110.974],[-156.322,-102.428],[-154,-94],[-138.689,-90.811],[-123.368,-87.632],[-108.112,-84.388],[-93,-81],[-94.889,-90.112],[-96.963,-99.037],[-99.056,-107.944],[-101,-117],[-116.414,-119.836],[-131.373,-123.127],[-146.395,-126.355]],"c":true}],"h":1},{"t":88,"s":[{"i":[[4.854,0.813],[-0.806,-3.027],[-0.842,-2.991],[-0.865,-2.968],[-0.875,-2.959],[-4.949,-0.634],[-4.964,-0.62],[-5.033,-0.55],[-5.157,-0.427],[0.813,2.937],[0.803,2.947],[0.839,2.911],[0.921,2.829],[5.002,0.665],[5.095,0.572],[5.046,0.621]],"o":[[0.757,3.076],[0.806,3.027],[0.842,2.991],[0.865,2.968],[4.989,0.594],[4.949,0.634],[4.964,0.62],[5.033,0.55],[-0.869,-2.882],[-0.813,-2.937],[-0.803,-2.947],[-0.839,-2.911],[-4.766,-0.901],[-5.002,-0.665],[-5.095,-0.572],[-5.046,-0.621]],"v":[[-80,-73],[-77.652,-63.848],[-75.176,-54.824],[-72.613,-45.887],[-70,-37],[-55.107,-35.143],[-40.252,-33.248],[-25.27,-31.479],[-10,-30],[-12.51,-38.74],[-14.921,-47.579],[-17.372,-56.378],[-20,-65],[-34.687,-67.313],[-49.868,-69.132],[-65.115,-70.885]],"c":true}],"h":1},{"t":89,"s":[{"i":[[4.935,0.232],[-0.945,-2.972],[-0.968,-2.948],[-0.914,-3.003],[-0.782,-3.134],[-5.121,-0.242],[-5.081,-0.289],[-4.795,-0.153],[-4.262,0.168],[0.949,2.884],[0.963,2.87],[0.907,2.926],[0.782,3.052],[4.876,0.29],[4.958,0.208],[4.978,0.189]],"o":[[0.845,3.072],[0.945,2.972],[0.968,2.948],[0.914,3.003],[4.914,0.011],[5.121,0.242],[5.081,0.289],[4.795,0.153],[-0.865,-2.968],[-0.949,-2.884],[-0.963,-2.87],[-0.907,-2.926],[-4.731,-0.435],[-4.876,-0.29],[-4.958,-0.208],[-4.978,-0.189]],"v":[[11,-12],[13.704,-2.954],[16.593,5.907],[19.436,14.814],[22,24],[37.113,24.425],[52.478,25.268],[67.354,25.977],[81,26],[78.261,17.239],[75.375,8.626],[72.551,-0.051],[70,-9],[55.573,-10.072],[40.805,-10.805],[25.885,-11.385]],"c":true}],"h":1},{"t":90,"s":[{"i":[[4.833,0],[-0.993,-3.007],[-1.049,-2.951],[-1.032,-2.968],[-0.942,-3.058],[-4.75,0],[-4.75,0],[-4.75,0],[-4.75,0],[0.913,3.004],[1.07,2.847],[0.997,2.92],[0.695,3.221],[4.833,0],[4.833,0],[4.833,0]],"o":[[0.864,3.136],[0.993,3.007],[1.049,2.951],[1.032,2.968],[4.75,0],[4.75,0],[4.75,0],[4.75,0],[-0.526,-3.39],[-0.913,-3.004],[-1.07,-2.847],[-0.997,-2.92],[-4.833,0],[-4.833,0],[-4.833,0],[-4.833,0]],"v":[[108,50],[110.803,59.197],[113.883,68.117],[117.022,76.978],[120,86],[134.25,86],[148.5,86],[162.75,86],[177,86],[174.784,76.466],[171.753,67.747],[168.596,59.154],[166,50],[151.5,50],[137,50],[122.5,50]],"c":true}],"h":1},{"t":91,"s":[{"i":[[2.115,6.052],[3.173,-0.136],[3.208,-0.228],[3.18,-0.228],[3.092,-0.136],[1.671,0.07],[1.629,-0.015],[1.519,-0.327],[1.341,-0.866],[-1.102,-2.814],[-1.033,-2.883],[-1.039,-2.877],[-1.121,-2.796],[-9.259,0.575],[-9.89,-0.057],[2.224,5.943]],"o":[[-3.077,-0.049],[-3.173,0.136],[-3.208,0.228],[-3.18,0.228],[-1.644,0.072],[-1.671,-0.07],[-1.629,0.015],[-1.519,0.327],[1.246,2.671],[1.102,2.814],[1.033,2.883],[1.039,2.877],[10.075,0.242],[9.259,-0.575],[-1.989,-6.178],[-2.224,-5.943]],"v":[[265,110],[255.608,110.153],[246.021,110.722],[236.424,111.43],[227,112],[222.01,111.947],[217.044,111.809],[212.306,112.267],[208,114],[211.504,122.246],[214.688,130.812],[217.779,139.471],[221,148],[249.638,147.138],[278,146],[271.594,127.906]],"c":true}],"h":1},{"t":92,"s":[{"i":[[1.104,2.979],[4.709,-0.291],[4.638,-0.362],[4.61,-0.39],[4.625,-0.375],[-1.097,-2.986],[-1.139,-2.944],[-1.097,-2.986],[-0.972,-3.111],[-4.596,0.404],[-4.641,0.359],[-4.724,0.276],[-4.846,0.154],[1.026,3.058],[1.146,2.937],[1.172,2.911]],"o":[[-4.823,0.177],[-4.709,0.291],[-4.638,0.362],[-4.61,0.39],[0.972,3.112],[1.097,2.986],[1.139,2.944],[1.097,2.986],[4.589,-0.411],[4.596,-0.404],[4.641,-0.359],[4.724,-0.276],[-0.811,-3.273],[-1.026,-3.058],[-1.146,-2.937],[-1.172,-2.911]],"v":[[366,170],[351.713,170.713],[337.703,171.703],[323.842,172.842],[310,174],[313.125,183.125],[316.5,192],[319.875,200.875],[323,210],[336.769,208.769],[350.616,207.616],[364.655,206.655],[379,206],[376.222,196.528],[372.94,187.56],[369.438,178.812]],"c":true}],"h":1},{"t":93,"s":[{"i":[[2.553,-0.386],[4.433,-0.401],[4.509,-0.325],[4.447,-0.387],[4.246,-0.587],[-0.549,-1.515],[-0.646,-1.498],[-0.649,-1.483],[-0.558,-1.472],[-1.102,-3.147],[-2.391,-2.235],[-9.137,0.696],[-8.919,0.914],[1.894,4.606],[1.269,5.231],[0.54,1.627]],"o":[[-4.219,0.615],[-4.433,0.401],[-4.509,0.325],[-4.447,0.387],[0.357,1.537],[0.549,1.515],[0.646,1.498],[0.649,1.483],[1.203,3.176],[1.101,3.147],[8.533,-1.301],[9.137,-0.696],[-1.154,-5.346],[-1.894,-4.606],[-1.287,-0.88],[-0.54,-1.627]],"v":[[464,228],[450.989,229.489],[437.542,230.542],[424.074,231.574],[411,233],[412.382,237.577],[414.199,242.096],[416.166,246.567],[418,251],[421.109,260.706],[426,269],[452.71,266.21],[480,264],[475.086,249.414],[470,235],[467.949,230.551]],"c":true}],"h":1}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.654902,0.8588235,0.8666667,1]},"o":{"a":1,"k":[{"t":7,"s":[0],"h":1},{"t":8,"s":[100],"h":1},{"t":94,"s":[0],"h":1}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":101,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":29,"ty":4,"nm":">>>Sample<<<","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[500,500,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[],"o":[],"v":[],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":101,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/bootymovin.json b/ohos/flutter_lottie/assets/lottiefiles/bootymovin.json new file mode 100644 index 0000000000000000000000000000000000000000..d8bed1b7c214fc292d599f71e63878e88888c039 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/bootymovin.json @@ -0,0 +1 @@ +{"v":"4.9.0","fr":25,"ip":13,"op":29,"w":1500,"h":1500,"nm":"booty 2","ddd":0,"assets":[],"fonts":{"list":[{"fName":"Futura-CondensedMedium","fFamily":"Futura","fStyle":"Condensed Medium","ascent":82.958984375}]},"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"BOOTY","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[750,670,0]},"a":{"a":0,"k":[750,750,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":9,"s":[{"i":[[12.515,0],[7.241,3.588],[-2.666,5.377],[-5.38,-2.666],[-16.864,10.698],[-3.213,-5.067],[5.069,-3.214]],"o":[[-7.846,0],[-5.377,-2.667],[2.666,-5.377],[11.571,5.736],[5.074,-3.215],[3.215,5.069],[-14.5,9.193]],"v":[[-8.395,17.672],[-30.989,12.283],[-35.897,-2.284],[-21.331,-7.192],[20.349,-14.457],[35.348,-11.099],[31.991,3.9]],"c":true}],"e":[{"i":[[28.224,-0.762],[7.407,5.369],[-2.949,5.377],[-9.359,-1.987],[-18.661,10.689],[-3.555,-5.067],[11.27,-7.498]],"o":[[-17.807,0.481],[-5.278,-3.826],[2.949,-5.377],[15.753,3.344],[5.613,-3.215],[3.556,5.069],[-22.394,14.898]],"v":[[-3.471,10.672],[-69.935,-4.967],[-51.864,-19.534],[-23.281,-11.442],[22.825,-18.707],[51.416,-27.599],[63.203,-19.6]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":15,"s":[{"i":[[28.224,-0.762],[7.407,5.369],[-2.949,5.377],[-9.359,-1.987],[-18.661,10.689],[-3.555,-5.067],[11.27,-7.498]],"o":[[-17.807,0.481],[-5.278,-3.826],[2.949,-5.377],[15.753,3.344],[5.613,-3.215],[3.556,5.069],[-22.394,14.898]],"v":[[-3.471,10.672],[-69.935,-4.967],[-51.864,-19.534],[-23.281,-11.442],[22.825,-18.707],[51.416,-27.599],[63.203,-19.6]],"c":true}],"e":[{"i":[[28.224,-0.762],[7.407,5.369],[-2.949,5.377],[-9.359,-1.987],[-18.661,10.689],[-3.555,-5.067],[11.27,-7.498]],"o":[[-17.807,0.481],[-5.278,-3.826],[2.949,-5.377],[15.753,3.344],[5.613,-3.215],[3.556,5.069],[-22.394,14.898]],"v":[[-3.471,0.672],[-69.935,-14.967],[-51.864,-29.534],[-23.281,-21.442],[22.825,-28.707],[51.416,-37.599],[63.203,-29.6]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":19,"s":[{"i":[[28.224,-0.762],[7.407,5.369],[-2.949,5.377],[-9.359,-1.987],[-18.661,10.689],[-3.555,-5.067],[11.27,-7.498]],"o":[[-17.807,0.481],[-5.278,-3.826],[2.949,-5.377],[15.753,3.344],[5.613,-3.215],[3.556,5.069],[-22.394,14.898]],"v":[[-3.471,0.672],[-69.935,-14.967],[-51.864,-29.534],[-23.281,-21.442],[22.825,-28.707],[51.416,-37.599],[63.203,-29.6]],"c":true}],"e":[{"i":[[12.515,0],[7.241,3.588],[-2.666,5.377],[-5.38,-2.666],[-16.864,10.698],[-3.213,-5.067],[5.069,-3.214]],"o":[[-7.846,0],[-5.377,-2.667],[2.666,-5.377],[11.571,5.736],[5.074,-3.215],[3.215,5.069],[-14.5,9.193]],"v":[[-8.395,17.672],[-30.989,12.283],[-35.897,-2.284],[-21.331,-7.192],[20.349,-14.457],[35.348,-11.099],[31.991,3.9]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":25,"s":[{"i":[[12.515,0],[7.241,3.588],[-2.666,5.377],[-5.38,-2.666],[-16.864,10.698],[-3.213,-5.067],[5.069,-3.214]],"o":[[-7.846,0],[-5.377,-2.667],[2.666,-5.377],[11.571,5.736],[5.074,-3.215],[3.215,5.069],[-14.5,9.193]],"v":[[-8.395,17.672],[-30.989,12.283],[-35.897,-2.284],[-21.331,-7.192],[20.349,-14.457],[35.348,-11.099],[31.991,3.9]],"c":true}],"e":[{"i":[[28.224,-0.762],[7.407,5.369],[-2.949,5.377],[-9.359,-1.987],[-18.661,10.689],[-3.555,-5.067],[11.27,-7.497]],"o":[[-17.807,0.481],[-5.278,-3.826],[2.949,-5.377],[15.753,3.344],[5.613,-3.215],[3.556,5.069],[-22.394,14.898]],"v":[[-3.471,10.672],[-69.935,-4.967],[-51.864,-19.534],[-23.281,-11.442],[22.825,-18.707],[51.416,-27.599],[63.203,-19.6]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":31,"s":[{"i":[[28.224,-0.762],[7.407,5.369],[-2.949,5.377],[-9.359,-1.987],[-18.661,10.689],[-3.555,-5.067],[11.27,-7.497]],"o":[[-17.807,0.481],[-5.278,-3.826],[2.949,-5.377],[15.753,3.344],[5.613,-3.215],[3.556,5.069],[-22.394,14.898]],"v":[[-3.471,10.672],[-69.935,-4.967],[-51.864,-19.534],[-23.281,-11.442],[22.825,-18.707],[51.416,-27.599],[63.203,-19.6]],"c":true}],"e":[{"i":[[28.224,-0.762],[7.407,5.369],[-2.949,5.377],[-9.359,-1.987],[-18.661,10.689],[-3.555,-5.067],[11.27,-7.497]],"o":[[-17.807,0.481],[-5.278,-3.826],[2.949,-5.377],[15.753,3.344],[5.613,-3.215],[3.556,5.069],[-22.394,14.898]],"v":[[-3.471,0.672],[-69.935,-14.967],[-51.864,-29.534],[-23.281,-21.442],[22.825,-28.707],[51.416,-37.599],[63.203,-29.6]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":35,"s":[{"i":[[28.224,-0.762],[7.407,5.369],[-2.949,5.377],[-9.359,-1.987],[-18.661,10.689],[-3.555,-5.067],[11.27,-7.497]],"o":[[-17.807,0.481],[-5.278,-3.826],[2.949,-5.377],[15.753,3.344],[5.613,-3.215],[3.556,5.069],[-22.394,14.898]],"v":[[-3.471,0.672],[-69.935,-14.967],[-51.864,-29.534],[-23.281,-21.442],[22.825,-28.707],[51.416,-37.599],[63.203,-29.6]],"c":true}],"e":[{"i":[[12.515,0],[7.241,3.588],[-2.666,5.377],[-5.38,-2.666],[-16.864,10.698],[-3.213,-5.067],[5.069,-3.214]],"o":[[-7.846,0],[-5.377,-2.667],[2.666,-5.377],[11.571,5.736],[5.074,-3.215],[3.215,5.069],[-14.5,9.193]],"v":[[-8.395,17.672],[-30.989,12.283],[-35.897,-2.284],[-21.331,-7.192],[20.349,-14.457],[35.348,-11.099],[31.991,3.9]],"c":true}]},{"t":41}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.2,0.075,0.133,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[763.278,910.347],"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":"PANTY EDGE","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":10,"s":[{"i":[[1.773,0.032],[0.543,-1.965],[-9.177,-10.981],[-0.617,-0.742],[-2.471,2.358],[0.058,11.078],[0.916,0.856],[0.686,0],[7.473,-14.149],[4.407,0.484],[1.2,4.284]],"o":[[-3.782,1.349],[-2.982,10.811],[0.666,0.799],[2.082,-2.042],[12.53,-11.98],[-0.004,-0.893],[-3.224,-3.022],[-6.359,0],[-2.075,3.935],[-4.425,-0.473],[-4.615,-16.495]],"v":[[-27.037,-29.155],[-33.56,-24.162],[-5.877,23.349],[-3.953,25.657],[2.898,19.06],[38.695,-26.291],[37.607,-28.651],[31.614,-31.673],[7.351,-6.855],[-3.412,-1.124],[-12.727,-9.002]],"c":true}],"e":[{"i":[[1.769,-0.121],[0.358,-2.145],[-10.148,-10.926],[-0.684,-0.738],[-2.24,2.735],[1.079,11.816],[0.991,0.835],[0.683,-0.06],[6.121,-15.757],[4.435,0.116],[1.592,4.467]],"o":[[-3.642,1.771],[-1.967,11.797],[0.738,0.794],[1.884,-2.361],[11.37,-13.882],[-0.087,-0.953],[-3.492,-2.942],[-6.335,0.557],[-1.702,4.381],[-4.452,-0.117],[-6.129,-17.197]],"v":[[-28.141,-53.922],[-34.175,-48.023],[-2.186,0.248],[-0.055,2.542],[6.156,-5.098],[37.607,-56.629],[36.303,-59.052],[30.053,-61.751],[8.186,-33.141],[-2.004,-26.083],[-12.014,-33.672]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":18,"s":[{"i":[[1.769,-0.121],[0.358,-2.145],[-10.148,-10.926],[-0.684,-0.738],[-2.24,2.735],[1.079,11.816],[0.991,0.835],[0.683,-0.06],[6.121,-15.757],[4.435,0.116],[1.592,4.467]],"o":[[-3.642,1.771],[-1.967,11.797],[0.738,0.794],[1.884,-2.361],[11.37,-13.882],[-0.087,-0.953],[-3.492,-2.942],[-6.335,0.557],[-1.702,4.381],[-4.452,-0.117],[-6.129,-17.197]],"v":[[-28.141,-53.922],[-34.175,-48.023],[-2.186,0.248],[-0.055,2.542],[6.156,-5.098],[37.607,-56.629],[36.303,-59.052],[30.053,-61.751],[8.186,-33.141],[-2.004,-26.083],[-12.014,-33.672]],"c":true}],"e":[{"i":[[1.773,0.029],[0.538,-1.969],[-9.185,-10.991],[-0.618,-0.742],[-2.464,2.369],[0.081,11.094],[0.916,0.857],[0.686,-0.001],[7.434,-14.19],[4.409,0.463],[1.207,4.288]],"o":[[-3.779,1.358],[-2.959,10.833],[0.668,0.799],[2.078,-2.049],[12.504,-12.022],[-0.006,-0.894],[-3.23,-3.02],[-6.358,0.012],[-2.067,3.945],[-4.426,-0.465],[-4.649,-16.511]],"v":[[-27.062,-18.061],[-33.573,-13.048],[-5.794,34.48],[-3.866,36.788],[2.97,30.168],[38.671,-15.321],[37.577,-17.682],[31.579,-20.697],[7.369,4.205],[-3.381,9.966],[-12.711,2.094]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":26,"s":[{"i":[[1.773,0.029],[0.538,-1.969],[-9.185,-10.991],[-0.618,-0.742],[-2.464,2.369],[0.081,11.094],[0.916,0.857],[0.686,-0.001],[7.434,-14.19],[4.409,0.463],[1.207,4.288]],"o":[[-3.779,1.358],[-2.959,10.833],[0.668,0.799],[2.078,-2.049],[12.504,-12.022],[-0.006,-0.894],[-3.23,-3.02],[-6.358,0.012],[-2.067,3.945],[-4.426,-0.465],[-4.649,-16.511]],"v":[[-27.062,-18.061],[-33.573,-13.048],[-5.794,34.48],[-3.866,36.788],[2.97,30.168],[38.671,-15.321],[37.577,-17.682],[31.579,-20.697],[7.369,4.205],[-3.381,9.966],[-12.711,2.094]],"c":true}],"e":[{"i":[[1.769,-0.121],[0.358,-2.145],[-10.148,-10.926],[-0.684,-0.738],[-2.24,2.735],[1.079,11.816],[0.991,0.835],[0.683,-0.06],[6.121,-15.757],[4.435,0.116],[1.592,4.467]],"o":[[-3.642,1.771],[-1.967,11.797],[0.738,0.794],[1.884,-2.361],[11.37,-13.882],[-0.087,-0.953],[-3.492,-2.942],[-6.335,0.557],[-1.702,4.381],[-4.452,-0.117],[-6.129,-17.197]],"v":[[-28.141,-53.922],[-34.175,-48.023],[-2.186,0.248],[-0.055,2.542],[6.156,-5.098],[37.607,-56.629],[36.303,-59.052],[30.053,-61.751],[8.186,-33.141],[-2.004,-26.083],[-12.014,-33.672]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":32,"s":[{"i":[[1.769,-0.121],[0.358,-2.145],[-10.148,-10.926],[-0.684,-0.738],[-2.24,2.735],[1.079,11.816],[0.991,0.835],[0.683,-0.06],[6.121,-15.757],[4.435,0.116],[1.592,4.467]],"o":[[-3.642,1.771],[-1.967,11.797],[0.738,0.794],[1.884,-2.361],[11.37,-13.882],[-0.087,-0.953],[-3.492,-2.942],[-6.335,0.557],[-1.702,4.381],[-4.452,-0.117],[-6.129,-17.197]],"v":[[-28.141,-53.922],[-34.175,-48.023],[-2.186,0.248],[-0.055,2.542],[6.156,-5.098],[37.607,-56.629],[36.303,-59.052],[30.053,-61.751],[8.186,-33.141],[-2.004,-26.083],[-12.014,-33.672]],"c":true}],"e":[{"i":[[1.773,0.032],[0.543,-1.965],[-9.177,-10.981],[-0.617,-0.742],[-2.471,2.358],[0.058,11.078],[0.916,0.856],[0.686,0],[7.473,-14.149],[4.407,0.484],[1.2,4.284]],"o":[[-3.782,1.349],[-2.982,10.811],[0.666,0.799],[2.082,-2.042],[12.53,-11.98],[-0.004,-0.893],[-3.224,-3.022],[-6.359,0],[-2.075,3.935],[-4.425,-0.473],[-4.615,-16.495]],"v":[[-27.037,-29.155],[-33.56,-24.162],[-5.877,23.349],[-3.953,25.657],[2.898,19.06],[38.695,-26.291],[37.607,-28.651],[31.614,-31.673],[7.351,-6.855],[-3.412,-1.124],[-12.727,-9.002]],"c":true}]},{"t":42}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":1,"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":10,"s":[{"i":[[3.523,0],[0.204,0.012],[1.804,3.289],[3.317,3.968],[-6.014,21.793],[-13.725,4.797],[-2.43,0],[-8.04,-11.838],[-5.717,0],[-6.301,-5.902],[-0.036,-7.004],[23.318,-22.286],[1.885,-2.677]],"o":[[-0.202,0],[-3.743,-0.208],[-0.866,-1.573],[-16.024,-19.175],[1.76,-6.375],[2.212,-0.771],[8.114,0],[13.633,-16.778],[7.537,0],[5.177,4.848],[0.095,18.898],[-5.836,5.577],[-2.042,2.904]],"v":[[-4.723,53.408],[-5.331,53.39],[-14.252,47.768],[-22.559,37.286],[-54.513,-29.945],[-34.049,-49.73],[-27.06,-50.892],[-0.552,-34.451],[31.614,-53.408],[52.466,-44.517],[60.432,-26.401],[17.917,34.772],[4.162,48.793]],"c":true}],"e":[{"i":[[3.51,-0.309],[0.204,-0.006],[2.107,3.348],[3.672,3.944],[-3.97,23.781],[-13.233,6.31],[-2.421,0.213],[-9.109,-11.927],[-5.695,0.501],[-6.826,-5.745],[-0.685,-7.471],[21.162,-25.823],[1.627,-3.023]],"o":[[-0.201,0.018],[-3.748,0.106],[-1.009,-1.603],[-17.743,-19.056],[1.161,-6.957],[2.132,-1.017],[8.083,-0.711],[12.023,-19.098],[7.508,-0.661],[5.607,4.719],[1.849,20.157],[-5.296,6.463],[-1.765,3.278]],"v":[[1.754,32.221],[1.147,32.255],[-8.262,27.038],[-17.511,16.582],[-55.586,-52.357],[-37.036,-75.263],[-30.182,-77.115],[-2.249,-61.895],[28.035,-84.943],[49.634,-77.284],[59.251,-58.652],[22.577,10.351],[10.177,26.518]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":18,"s":[{"i":[[3.51,-0.309],[0.204,-0.006],[2.107,3.348],[3.672,3.944],[-3.97,23.781],[-13.233,6.31],[-2.421,0.213],[-9.109,-11.927],[-5.695,0.501],[-6.826,-5.745],[-0.685,-7.471],[21.162,-25.823],[1.627,-3.023]],"o":[[-0.201,0.018],[-3.748,0.106],[-1.009,-1.603],[-17.743,-19.056],[1.161,-6.957],[2.132,-1.017],[8.083,-0.711],[12.023,-19.098],[7.508,-0.661],[5.607,4.719],[1.849,20.157],[-5.296,6.463],[-1.765,3.278]],"v":[[1.754,32.221],[1.147,32.255],[-8.262,27.038],[-17.511,16.582],[-55.586,-52.357],[-37.036,-75.263],[-30.182,-77.115],[-2.249,-61.895],[28.035,-84.943],[49.634,-77.284],[59.251,-58.652],[22.577,10.351],[10.177,26.518]],"c":true}],"e":[{"i":[[3.523,-0.007],[0.204,0.011],[1.816,3.288],[3.324,3.968],[-5.971,21.837],[-13.718,4.819],[-2.43,0.005],[-8.064,-11.84],[-5.717,0.011],[-6.313,-5.898],[-0.05,-7.014],[23.271,-22.363],[1.877,-2.686]],"o":[[-0.202,0],[-3.743,-0.201],[-0.869,-1.574],[-16.062,-19.172],[1.747,-6.388],[2.21,-0.776],[8.113,-0.016],[13.597,-16.83],[7.536,-0.015],[5.187,4.845],[0.134,18.926],[-5.824,5.597],[-2.036,2.912]],"v":[[-4.578,64.582],[-5.186,64.565],[-14.118,58.952],[-22.446,48.471],[-54.537,-18.799],[-34.115,-38.653],[-27.129,-39.83],[-0.59,-23.417],[31.534,-42.465],[52.403,-33.601],[60.406,-15.474],[18.02,45.874],[4.296,59.943]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":26,"s":[{"i":[[3.523,-0.007],[0.204,0.011],[1.816,3.288],[3.324,3.968],[-5.971,21.837],[-13.718,4.819],[-2.43,0.005],[-8.064,-11.84],[-5.717,0.011],[-6.313,-5.898],[-0.05,-7.014],[23.271,-22.363],[1.877,-2.686]],"o":[[-0.202,0],[-3.743,-0.201],[-0.869,-1.574],[-16.062,-19.172],[1.747,-6.388],[2.21,-0.776],[8.113,-0.016],[13.597,-16.83],[7.536,-0.015],[5.187,4.845],[0.134,18.926],[-5.824,5.597],[-2.036,2.912]],"v":[[-4.578,64.582],[-5.186,64.565],[-14.118,58.952],[-22.446,48.471],[-54.537,-18.799],[-34.115,-38.653],[-27.129,-39.83],[-0.59,-23.417],[31.534,-42.465],[52.403,-33.601],[60.406,-15.474],[18.02,45.874],[4.296,59.943]],"c":true}],"e":[{"i":[[3.51,-0.309],[0.204,-0.006],[2.107,3.348],[3.672,3.944],[-3.97,23.781],[-13.233,6.31],[-2.421,0.213],[-9.109,-11.927],[-5.695,0.501],[-6.826,-5.745],[-0.685,-7.471],[21.162,-25.823],[1.627,-3.023]],"o":[[-0.201,0.018],[-3.748,0.106],[-1.009,-1.603],[-17.743,-19.056],[1.161,-6.957],[2.132,-1.017],[8.083,-0.711],[12.023,-19.098],[7.508,-0.661],[5.607,4.719],[1.849,20.157],[-5.296,6.463],[-1.765,3.278]],"v":[[1.754,32.221],[1.147,32.255],[-8.262,27.038],[-17.511,16.582],[-55.586,-52.357],[-37.036,-75.263],[-30.182,-77.115],[-2.249,-61.895],[28.035,-84.943],[49.634,-77.284],[59.251,-58.652],[22.577,10.351],[10.177,26.518]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":32,"s":[{"i":[[3.51,-0.309],[0.204,-0.006],[2.107,3.348],[3.672,3.944],[-3.97,23.781],[-13.233,6.31],[-2.421,0.213],[-9.109,-11.927],[-5.695,0.501],[-6.826,-5.745],[-0.685,-7.471],[21.162,-25.823],[1.627,-3.023]],"o":[[-0.201,0.018],[-3.748,0.106],[-1.009,-1.603],[-17.743,-19.056],[1.161,-6.957],[2.132,-1.017],[8.083,-0.711],[12.023,-19.098],[7.508,-0.661],[5.607,4.719],[1.849,20.157],[-5.296,6.463],[-1.765,3.278]],"v":[[1.754,32.221],[1.147,32.255],[-8.262,27.038],[-17.511,16.582],[-55.586,-52.357],[-37.036,-75.263],[-30.182,-77.115],[-2.249,-61.895],[28.035,-84.943],[49.634,-77.284],[59.251,-58.652],[22.577,10.351],[10.177,26.518]],"c":true}],"e":[{"i":[[3.523,0],[0.204,0.012],[1.804,3.289],[3.317,3.968],[-6.014,21.793],[-13.725,4.797],[-2.43,0],[-8.04,-11.838],[-5.717,0],[-6.301,-5.902],[-0.036,-7.004],[23.318,-22.286],[1.885,-2.677]],"o":[[-0.202,0],[-3.743,-0.208],[-0.866,-1.573],[-16.024,-19.175],[1.76,-6.375],[2.212,-0.771],[8.114,0],[13.633,-16.778],[7.537,0],[5.177,4.848],[0.095,18.898],[-5.836,5.577],[-2.042,2.904]],"v":[[-4.723,53.408],[-5.331,53.39],[-14.252,47.768],[-22.559,37.286],[-54.513,-29.945],[-34.049,-49.73],[-27.06,-50.892],[-0.552,-34.451],[31.614,-53.408],[52.466,-44.517],[60.432,-26.401],[17.917,34.772],[4.162,48.793]],"c":true}]},{"t":42}]},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.2,0.075,0.133,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ind":4,"ty":"sh","ix":5,"ks":{"a":1,"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":10,"s":[{"i":[[0.59,-17.899],[-5.483,-9.136],[-11.655,0.847],[-4.692,3.647],[-6.285,6.388],[-1.102,1.521],[6.632,9.919],[9.807,-7.246],[3.162,-6.715],[0.201,0.279],[1.552,2.249]],"o":[[-0.362,10.898],[5.054,8.442],[6.581,-0.481],[9.239,-5.209],[1.321,-1.342],[6.74,-7.965],[-6.965,-10.425],[-6.132,4.534],[-0.205,-0.273],[-1.75,-2.397],[-9.16,-13.275]],"v":[[-36.791,-19.254],[-26.995,10.668],[-3.04,30.77],[13.589,24.1],[35.993,-0.381],[39.655,-4.696],[42.943,-32.901],[14.881,-37.325],[1.742,-19.773],[1.147,-20.608],[-5.343,-27.037]],"c":true}],"e":[{"i":[[-1.069,-19.151],[-6.301,-9.275],[-11.531,1.931],[-4.336,4.303],[-5.67,7.366],[-0.957,1.72],[7.524,10.005],[9.094,-8.595],[2.527,-7.443],[0.228,0.279],[1.755,2.264]],"o":[[0.651,11.661],[5.819,8.565],[6.511,-1.09],[8.72,-6.368],[1.191,-1.548],[5.975,-9.09],[-7.906,-10.514],[-5.688,5.376],[-0.23,-0.273],[-1.966,-2.404],[-10.358,-13.362]],"v":[[-36.938,-42.502],[-24.402,-11.432],[1.328,7.918],[17.275,-0.657],[37.321,-28.744],[40.568,-33.669],[41.225,-64.054],[12.859,-66.315],[1.4,-46.434],[0.729,-47.272],[-6.333,-53.564]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":18,"s":[{"i":[[-1.069,-19.151],[-6.301,-9.275],[-11.531,1.931],[-4.336,4.303],[-5.67,7.366],[-0.957,1.72],[7.524,10.005],[9.094,-8.595],[2.527,-7.443],[0.228,0.279],[1.755,2.264]],"o":[[0.651,11.661],[5.819,8.565],[6.511,-1.09],[8.72,-6.368],[1.191,-1.548],[5.975,-9.09],[-7.906,-10.514],[-5.688,5.376],[-0.23,-0.273],[-1.966,-2.404],[-10.358,-13.362]],"v":[[-36.938,-42.502],[-24.402,-11.432],[1.328,7.918],[17.275,-0.657],[37.321,-28.744],[40.568,-33.669],[41.225,-64.054],[12.859,-66.315],[1.4,-46.434],[0.729,-47.272],[-6.333,-53.564]],"c":true}],"e":[{"i":[[0.558,-17.927],[-5.492,-9.145],[-11.652,0.876],[-4.684,3.662],[-6.272,6.409],[-1.099,1.525],[6.648,9.923],[9.789,-7.279],[3.148,-6.731],[0.203,0.278],[1.556,2.249]],"o":[[-0.339,10.915],[5.071,8.445],[6.579,-0.495],[9.227,-5.235],[1.318,-1.347],[6.723,-7.99],[-6.986,-10.427],[-6.122,4.553],[-0.206,-0.273],[-1.755,-2.397],[-9.187,-13.277]],"v":[[-36.794,-8.126],[-26.937,21.822],[-2.943,41.907],[13.671,35.195],[36.023,10.633],[39.675,6.305],[42.905,-21.949],[14.836,-26.325],[1.734,-8.721],[1.138,-9.556],[-5.365,-15.982]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":26,"s":[{"i":[[0.558,-17.927],[-5.492,-9.145],[-11.652,0.876],[-4.684,3.662],[-6.272,6.409],[-1.099,1.525],[6.648,9.923],[9.789,-7.279],[3.148,-6.731],[0.203,0.278],[1.556,2.249]],"o":[[-0.339,10.915],[5.071,8.445],[6.579,-0.495],[9.227,-5.235],[1.318,-1.347],[6.723,-7.99],[-6.986,-10.427],[-6.122,4.553],[-0.206,-0.273],[-1.755,-2.397],[-9.187,-13.277]],"v":[[-36.794,-8.126],[-26.937,21.822],[-2.943,41.907],[13.671,35.195],[36.023,10.633],[39.675,6.305],[42.905,-21.949],[14.836,-26.325],[1.734,-8.721],[1.138,-9.556],[-5.365,-15.982]],"c":true}],"e":[{"i":[[-1.069,-19.151],[-6.301,-9.275],[-11.531,1.931],[-4.336,4.303],[-5.67,7.366],[-0.957,1.72],[7.524,10.005],[9.094,-8.595],[2.527,-7.443],[0.228,0.279],[1.755,2.264]],"o":[[0.651,11.661],[5.819,8.565],[6.511,-1.09],[8.72,-6.368],[1.191,-1.548],[5.975,-9.09],[-7.906,-10.514],[-5.688,5.376],[-0.23,-0.273],[-1.966,-2.404],[-10.358,-13.362]],"v":[[-36.938,-42.502],[-24.402,-11.432],[1.328,7.918],[17.275,-0.657],[37.321,-28.744],[40.568,-33.669],[41.225,-64.054],[12.859,-66.315],[1.4,-46.434],[0.729,-47.272],[-6.333,-53.564]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":32,"s":[{"i":[[-1.069,-19.151],[-6.301,-9.275],[-11.531,1.931],[-4.336,4.303],[-5.67,7.366],[-0.957,1.72],[7.524,10.005],[9.094,-8.595],[2.527,-7.443],[0.228,0.279],[1.755,2.264]],"o":[[0.651,11.661],[5.819,8.565],[6.511,-1.09],[8.72,-6.368],[1.191,-1.548],[5.975,-9.09],[-7.906,-10.514],[-5.688,5.376],[-0.23,-0.273],[-1.966,-2.404],[-10.358,-13.362]],"v":[[-36.938,-42.502],[-24.402,-11.432],[1.328,7.918],[17.275,-0.657],[37.321,-28.744],[40.568,-33.669],[41.225,-64.054],[12.859,-66.315],[1.4,-46.434],[0.729,-47.272],[-6.333,-53.564]],"c":true}],"e":[{"i":[[0.59,-17.899],[-5.483,-9.136],[-11.655,0.847],[-4.692,3.647],[-6.285,6.388],[-1.102,1.521],[6.632,9.919],[9.807,-7.246],[3.162,-6.715],[0.201,0.279],[1.552,2.249]],"o":[[-0.362,10.898],[5.054,8.442],[6.581,-0.481],[9.239,-5.209],[1.321,-1.342],[6.74,-7.965],[-6.965,-10.425],[-6.132,4.534],[-0.205,-0.273],[-1.75,-2.397],[-9.16,-13.275]],"v":[[-36.791,-19.254],[-26.995,10.668],[-3.04,30.77],[13.589,24.1],[35.993,-0.381],[39.655,-4.696],[42.943,-32.901],[14.881,-37.325],[1.742,-19.773],[1.147,-20.608],[-5.343,-27.037]],"c":true}]},{"t":42}]},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.957,0.451,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[636.037,736.638],"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":"HEART","np":6,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.396,0],[0.463,0.058],[57.864,23.327],[26.751,57.586],[-5.446,2.529],[-2.529,-5.446],[-1.917,-0.242],[0.751,-5.954]],"o":[[-0.455,0],[-2.074,-0.264],[-77.479,-31.238],[-2.529,-5.441],[5.445,-2.533],[59.316,127.678],[5.954,0.753],[-0.695,5.491]],"v":[[130.522,91.422],[129.146,91.333],[19.811,61.318],[-139.514,-74.454],[-134.236,-88.888],[-119.802,-83.61],[131.871,69.768],[141.293,81.914]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.2,0.075,0.133,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[343.641,930.508],"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":"L-SHIN EDGE","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.075,0],[2.045,1.74],[-3.892,4.57],[24.493,26.549],[-4.411,4.07],[-4.071,-4.414],[39.021,-45.854]],"o":[[-2.492,0],[-4.571,-3.889],[30.317,-35.631],[-4.072,-4.413],[4.405,-4.069],[30.112,32.642],[-2.148,2.526]],"v":[[-13.683,85.927],[-20.723,83.336],[-21.954,68.016],[-29.546,-66.5],[-28.928,-81.858],[-13.57,-81.242],[-5.402,82.103]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.2,0.075,0.133,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[307.795,767.646],"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":"L-KNEE INNER EDGE","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":9,"s":[{"i":[[4.1,0],[1.48,0.686],[2.952,26.925],[-12.817,15.97],[-20.349,2.228],[-9.674,-2.83],[1.685,-5.761],[5.772,1.682],[7.255,-0.789],[9.184,-11.442],[-1.599,-14.58],[-17.626,-8.174],[2.524,-5.446]],"o":[[-1.53,0],[-24.596,-11.407],[-2.227,-20.352],[12.818,-15.968],[10.105,-1.1],[5.761,1.683],[-1.684,5.759],[-6.916,-2.021],[-14.574,1.597],[-9.182,11.438],[2.113,19.293],[5.445,2.526],[-1.84,3.964]],"v":[[-3.696,73.935],[-8.262,72.926],[-52.255,11.708],[-35.835,-44.617],[15.599,-72.836],[45.416,-70.237],[52.797,-56.756],[39.315,-49.375],[17.961,-51.227],[-18.883,-31.009],[-30.644,9.34],[0.882,53.206],[6.17,67.638]],"c":true}],"e":[{"i":[[4.1,0],[1.48,0.686],[2.952,26.925],[-12.817,15.97],[-20.349,2.228],[-9.674,-2.83],[1.685,-5.761],[5.772,1.682],[7.255,-0.789],[9.184,-11.442],[-1.599,-14.58],[-17.626,-8.174],[2.524,-5.446]],"o":[[-1.53,0],[-24.596,-11.407],[-2.227,-20.352],[12.818,-15.968],[10.105,-1.1],[5.761,1.683],[-1.684,5.759],[-6.916,-2.021],[-14.574,1.597],[-9.182,11.438],[2.113,19.293],[5.445,2.526],[-1.84,3.964]],"v":[[-3.696,73.935],[-8.262,72.926],[-55.255,11.208],[-40.335,-45.617],[15.599,-72.836],[40.416,-72.737],[47.797,-59.256],[34.315,-51.875],[17.961,-51.227],[-24.383,-31.009],[-34.144,9.34],[0.882,53.206],[6.17,67.638]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":15,"s":[{"i":[[4.1,0],[1.48,0.686],[2.952,26.925],[-12.817,15.97],[-20.349,2.228],[-9.674,-2.83],[1.685,-5.761],[5.772,1.682],[7.255,-0.789],[9.184,-11.442],[-1.599,-14.58],[-17.626,-8.174],[2.524,-5.446]],"o":[[-1.53,0],[-24.596,-11.407],[-2.227,-20.352],[12.818,-15.968],[10.105,-1.1],[5.761,1.683],[-1.684,5.759],[-6.916,-2.021],[-14.574,1.597],[-9.182,11.438],[2.113,19.293],[5.445,2.526],[-1.84,3.964]],"v":[[-3.696,73.935],[-8.262,72.926],[-55.255,11.208],[-40.335,-45.617],[15.599,-72.836],[40.416,-72.737],[47.797,-59.256],[34.315,-51.875],[17.961,-51.227],[-24.383,-31.009],[-34.144,9.34],[0.882,53.206],[6.17,67.638]],"c":true}],"e":[{"i":[[4.1,0],[1.48,0.686],[2.952,26.925],[-12.817,15.97],[-20.349,2.228],[-9.674,-2.83],[1.685,-5.761],[5.772,1.682],[7.255,-0.789],[9.184,-11.442],[-1.599,-14.58],[-17.626,-8.174],[2.524,-5.446]],"o":[[-1.53,0],[-24.596,-11.407],[-2.227,-20.352],[12.818,-15.968],[10.105,-1.1],[5.761,1.683],[-1.684,5.759],[-6.916,-2.021],[-14.574,1.597],[-9.182,11.438],[2.113,19.293],[5.445,2.526],[-1.84,3.964]],"v":[[-3.696,73.935],[-8.262,72.926],[-55.255,11.208],[-40.335,-45.617],[15.599,-72.836],[40.916,-72.737],[48.297,-59.256],[34.815,-51.875],[17.961,-51.227],[-24.383,-31.009],[-34.144,9.34],[0.882,53.206],[6.17,67.638]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":19,"s":[{"i":[[4.1,0],[1.48,0.686],[2.952,26.925],[-12.817,15.97],[-20.349,2.228],[-9.674,-2.83],[1.685,-5.761],[5.772,1.682],[7.255,-0.789],[9.184,-11.442],[-1.599,-14.58],[-17.626,-8.174],[2.524,-5.446]],"o":[[-1.53,0],[-24.596,-11.407],[-2.227,-20.352],[12.818,-15.968],[10.105,-1.1],[5.761,1.683],[-1.684,5.759],[-6.916,-2.021],[-14.574,1.597],[-9.182,11.438],[2.113,19.293],[5.445,2.526],[-1.84,3.964]],"v":[[-3.696,73.935],[-8.262,72.926],[-55.255,11.208],[-40.335,-45.617],[15.599,-72.836],[40.916,-72.737],[48.297,-59.256],[34.815,-51.875],[17.961,-51.227],[-24.383,-31.009],[-34.144,9.34],[0.882,53.206],[6.17,67.638]],"c":true}],"e":[{"i":[[4.1,0],[1.48,0.686],[2.952,26.925],[-12.817,15.97],[-20.349,2.228],[-9.674,-2.83],[1.685,-5.761],[5.772,1.682],[7.255,-0.789],[9.184,-11.442],[-1.599,-14.58],[-17.626,-8.174],[2.524,-5.446]],"o":[[-1.53,0],[-24.596,-11.407],[-2.227,-20.352],[12.818,-15.968],[10.105,-1.1],[5.761,1.683],[-1.684,5.759],[-6.916,-2.021],[-14.574,1.597],[-9.182,11.438],[2.113,19.293],[5.445,2.526],[-1.84,3.964]],"v":[[-3.696,73.935],[-8.262,72.926],[-52.255,11.708],[-35.835,-44.617],[15.599,-72.836],[45.416,-70.237],[52.797,-56.756],[39.315,-49.375],[17.961,-51.227],[-18.883,-31.009],[-30.644,9.34],[0.882,53.206],[6.17,67.638]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":25,"s":[{"i":[[4.1,0],[1.48,0.686],[2.952,26.925],[-12.817,15.97],[-20.349,2.228],[-9.674,-2.83],[1.685,-5.761],[5.772,1.682],[7.255,-0.789],[9.184,-11.442],[-1.599,-14.58],[-17.626,-8.174],[2.524,-5.446]],"o":[[-1.53,0],[-24.596,-11.407],[-2.227,-20.352],[12.818,-15.968],[10.105,-1.1],[5.761,1.683],[-1.684,5.759],[-6.916,-2.021],[-14.574,1.597],[-9.182,11.438],[2.113,19.293],[5.445,2.526],[-1.84,3.964]],"v":[[-3.696,73.935],[-8.262,72.926],[-52.255,11.708],[-35.835,-44.617],[15.599,-72.836],[45.416,-70.237],[52.797,-56.756],[39.315,-49.375],[17.961,-51.227],[-18.883,-31.009],[-30.644,9.34],[0.882,53.206],[6.17,67.638]],"c":true}],"e":[{"i":[[4.1,0],[1.48,0.686],[2.952,26.925],[-12.817,15.97],[-20.349,2.228],[-9.674,-2.83],[1.685,-5.761],[5.772,1.682],[7.255,-0.789],[9.184,-11.442],[-1.599,-14.58],[-17.626,-8.174],[2.524,-5.446]],"o":[[-1.53,0],[-24.596,-11.407],[-2.227,-20.352],[12.818,-15.968],[10.105,-1.1],[5.761,1.683],[-1.684,5.759],[-6.916,-2.021],[-14.574,1.597],[-9.182,11.438],[2.113,19.293],[5.445,2.526],[-1.84,3.964]],"v":[[-3.696,73.935],[-8.262,72.926],[-55.255,11.208],[-40.335,-45.617],[15.599,-72.836],[40.416,-72.737],[47.797,-59.256],[34.315,-51.875],[17.961,-51.227],[-24.383,-31.009],[-34.144,9.34],[0.882,53.206],[6.17,67.638]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":31,"s":[{"i":[[4.1,0],[1.48,0.686],[2.952,26.925],[-12.817,15.97],[-20.349,2.228],[-9.674,-2.83],[1.685,-5.761],[5.772,1.682],[7.255,-0.789],[9.184,-11.442],[-1.599,-14.58],[-17.626,-8.174],[2.524,-5.446]],"o":[[-1.53,0],[-24.596,-11.407],[-2.227,-20.352],[12.818,-15.968],[10.105,-1.1],[5.761,1.683],[-1.684,5.759],[-6.916,-2.021],[-14.574,1.597],[-9.182,11.438],[2.113,19.293],[5.445,2.526],[-1.84,3.964]],"v":[[-3.696,73.935],[-8.262,72.926],[-55.255,11.208],[-40.335,-45.617],[15.599,-72.836],[40.416,-72.737],[47.797,-59.256],[34.315,-51.875],[17.961,-51.227],[-24.383,-31.009],[-34.144,9.34],[0.882,53.206],[6.17,67.638]],"c":true}],"e":[{"i":[[4.1,0],[1.48,0.686],[2.952,26.925],[-12.817,15.97],[-20.349,2.228],[-9.674,-2.83],[1.685,-5.761],[5.772,1.682],[7.255,-0.789],[9.184,-11.442],[-1.599,-14.58],[-17.626,-8.174],[2.524,-5.446]],"o":[[-1.53,0],[-24.596,-11.407],[-2.227,-20.352],[12.818,-15.968],[10.105,-1.1],[5.761,1.683],[-1.684,5.759],[-6.916,-2.021],[-14.574,1.597],[-9.182,11.438],[2.113,19.293],[5.445,2.526],[-1.84,3.964]],"v":[[-3.696,73.935],[-8.262,72.926],[-55.255,11.208],[-40.335,-45.617],[15.599,-72.836],[40.916,-72.737],[48.297,-59.256],[34.815,-51.875],[17.961,-51.227],[-24.383,-31.009],[-34.144,9.34],[0.882,53.206],[6.17,67.638]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":35,"s":[{"i":[[4.1,0],[1.48,0.686],[2.952,26.925],[-12.817,15.97],[-20.349,2.228],[-9.674,-2.83],[1.685,-5.761],[5.772,1.682],[7.255,-0.789],[9.184,-11.442],[-1.599,-14.58],[-17.626,-8.174],[2.524,-5.446]],"o":[[-1.53,0],[-24.596,-11.407],[-2.227,-20.352],[12.818,-15.968],[10.105,-1.1],[5.761,1.683],[-1.684,5.759],[-6.916,-2.021],[-14.574,1.597],[-9.182,11.438],[2.113,19.293],[5.445,2.526],[-1.84,3.964]],"v":[[-3.696,73.935],[-8.262,72.926],[-55.255,11.208],[-40.335,-45.617],[15.599,-72.836],[40.916,-72.737],[48.297,-59.256],[34.815,-51.875],[17.961,-51.227],[-24.383,-31.009],[-34.144,9.34],[0.882,53.206],[6.17,67.638]],"c":true}],"e":[{"i":[[4.1,0],[1.48,0.686],[2.952,26.925],[-12.817,15.97],[-20.349,2.228],[-9.674,-2.83],[1.685,-5.761],[5.772,1.682],[7.255,-0.789],[9.184,-11.442],[-1.599,-14.58],[-17.626,-8.174],[2.524,-5.446]],"o":[[-1.53,0],[-24.596,-11.407],[-2.227,-20.352],[12.818,-15.968],[10.105,-1.1],[5.761,1.683],[-1.684,5.759],[-6.916,-2.021],[-14.574,1.597],[-9.182,11.438],[2.113,19.293],[5.445,2.526],[-1.84,3.964]],"v":[[-3.696,73.935],[-8.262,72.926],[-52.255,11.708],[-35.835,-44.617],[15.599,-72.836],[45.416,-70.237],[52.797,-56.756],[39.315,-49.375],[17.961,-51.227],[-18.883,-31.009],[-30.644,9.34],[0.882,53.206],[6.17,67.638]],"c":true}]},{"t":41}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.2,0.075,0.133,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[217.672,788.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":"L-KNEE OUTER EDGE","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":9,"s":[{"i":[[2.542,0],[2.149,2.452],[-4.513,3.956],[-52.501,24.872],[-58.518,-22.235],[2.477,-5.468],[5.37,2.673],[1.392,-1.22]],"o":[[-3.023,0],[-3.958,-4.514],[1.518,-1.331],[70.666,-33.479],[5.611,2.132],[-2.477,5.468],[-105.552,-52.535],[-2.061,1.808]],"v":[[-134.941,61.948],[-143.118,58.244],[-142.111,42.907],[-51.81,-14.862],[127.682,-31.457],[133.099,-17.074],[118.716,-11.657],[-127.783,59.253]],"c":true}],"e":[{"i":[[2.53,-0.245],[2.376,2.233],[-4.109,4.374],[-49.854,29.825],[-56.405,-19.226],[1.938,-5.682],[5.518,2.35],[1.267,-1.349]],"o":[[-3.009,0.292],[-4.375,-4.111],[1.382,-1.471],[67.104,-40.145],[5.682,1.937],[-1.938,5.682],[-103.272,-43.981],[-1.877,1.999]],"v":[[-131.722,61.762],[-140.218,58.865],[-140.696,43.503],[-56.393,-22.714],[121.699,-57.534],[121.73,-48.241],[111.436,-39.711],[-124.856,58.389]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":15,"s":[{"i":[[2.53,-0.245],[2.376,2.233],[-4.109,4.374],[-49.854,29.825],[-56.405,-19.226],[1.938,-5.682],[5.518,2.35],[1.267,-1.349]],"o":[[-3.009,0.292],[-4.375,-4.111],[1.382,-1.471],[67.104,-40.145],[5.682,1.937],[-1.938,5.682],[-103.272,-43.981],[-1.877,1.999]],"v":[[-131.722,61.762],[-140.218,58.865],[-140.696,43.503],[-56.393,-22.714],[121.699,-57.534],[121.73,-48.241],[111.436,-39.711],[-124.856,58.389]],"c":true}],"e":[{"i":[[2.53,-0.245],[2.376,2.233],[-4.109,4.374],[-49.854,29.825],[-56.405,-19.226],[1.938,-5.682],[5.518,2.35],[1.267,-1.349]],"o":[[-3.009,0.292],[-4.375,-4.111],[1.382,-1.471],[67.104,-40.145],[5.682,1.937],[-1.938,5.682],[-103.272,-43.981],[-1.877,1.999]],"v":[[-131.722,61.762],[-140.218,58.865],[-140.696,43.503],[-56.393,-22.714],[120.199,-49.034],[120.23,-39.741],[109.936,-31.211],[-124.856,58.389]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":19,"s":[{"i":[[2.53,-0.245],[2.376,2.233],[-4.109,4.374],[-49.854,29.825],[-56.405,-19.226],[1.938,-5.682],[5.518,2.35],[1.267,-1.349]],"o":[[-3.009,0.292],[-4.375,-4.111],[1.382,-1.471],[67.104,-40.145],[5.682,1.937],[-1.938,5.682],[-103.272,-43.981],[-1.877,1.999]],"v":[[-131.722,61.762],[-140.218,58.865],[-140.696,43.503],[-56.393,-22.714],[120.199,-49.034],[120.23,-39.741],[109.936,-31.211],[-124.856,58.389]],"c":true}],"e":[{"i":[[2.542,0],[2.149,2.452],[-4.513,3.956],[-52.501,24.872],[-58.518,-22.235],[2.477,-5.468],[5.37,2.673],[1.392,-1.22]],"o":[[-3.023,0],[-3.958,-4.514],[1.518,-1.331],[70.666,-33.479],[5.611,2.132],[-2.477,5.468],[-105.552,-52.535],[-2.061,1.808]],"v":[[-134.941,61.948],[-143.118,58.244],[-142.111,42.907],[-51.81,-14.862],[127.682,-31.457],[133.099,-17.074],[118.716,-11.657],[-127.783,59.253]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":25,"s":[{"i":[[2.542,0],[2.149,2.452],[-4.513,3.956],[-52.501,24.872],[-58.518,-22.235],[2.477,-5.468],[5.37,2.673],[1.392,-1.22]],"o":[[-3.023,0],[-3.958,-4.514],[1.518,-1.331],[70.666,-33.479],[5.611,2.132],[-2.477,5.468],[-105.552,-52.535],[-2.061,1.808]],"v":[[-134.941,61.948],[-143.118,58.244],[-142.111,42.907],[-51.81,-14.862],[127.682,-31.457],[133.099,-17.074],[118.716,-11.657],[-127.783,59.253]],"c":true}],"e":[{"i":[[2.53,-0.245],[2.376,2.233],[-4.109,4.374],[-49.854,29.825],[-56.405,-19.226],[1.938,-5.682],[5.518,2.35],[1.267,-1.349]],"o":[[-3.009,0.292],[-4.375,-4.111],[1.382,-1.471],[67.104,-40.145],[5.682,1.937],[-1.938,5.682],[-103.272,-43.981],[-1.877,1.999]],"v":[[-131.722,61.762],[-140.218,58.865],[-140.696,43.503],[-56.393,-22.714],[121.699,-57.534],[121.73,-48.241],[111.436,-39.711],[-124.856,58.389]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":31,"s":[{"i":[[2.53,-0.245],[2.376,2.233],[-4.109,4.374],[-49.854,29.825],[-56.405,-19.226],[1.938,-5.682],[5.518,2.35],[1.267,-1.349]],"o":[[-3.009,0.292],[-4.375,-4.111],[1.382,-1.471],[67.104,-40.145],[5.682,1.937],[-1.938,5.682],[-103.272,-43.981],[-1.877,1.999]],"v":[[-131.722,61.762],[-140.218,58.865],[-140.696,43.503],[-56.393,-22.714],[121.699,-57.534],[121.73,-48.241],[111.436,-39.711],[-124.856,58.389]],"c":true}],"e":[{"i":[[2.53,-0.245],[2.376,2.233],[-4.109,4.374],[-49.854,29.825],[-56.405,-19.226],[1.938,-5.682],[5.518,2.35],[1.267,-1.349]],"o":[[-3.009,0.292],[-4.375,-4.111],[1.382,-1.471],[67.104,-40.145],[5.682,1.937],[-1.938,5.682],[-103.272,-43.981],[-1.877,1.999]],"v":[[-131.722,61.762],[-140.218,58.865],[-140.696,43.503],[-56.393,-22.714],[120.199,-49.034],[120.23,-39.741],[109.936,-31.211],[-124.856,58.389]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":35,"s":[{"i":[[2.53,-0.245],[2.376,2.233],[-4.109,4.374],[-49.854,29.825],[-56.405,-19.226],[1.938,-5.682],[5.518,2.35],[1.267,-1.349]],"o":[[-3.009,0.292],[-4.375,-4.111],[1.382,-1.471],[67.104,-40.145],[5.682,1.937],[-1.938,5.682],[-103.272,-43.981],[-1.877,1.999]],"v":[[-131.722,61.762],[-140.218,58.865],[-140.696,43.503],[-56.393,-22.714],[120.199,-49.034],[120.23,-39.741],[109.936,-31.211],[-124.856,58.389]],"c":true}],"e":[{"i":[[2.542,0],[2.149,2.452],[-4.513,3.956],[-52.501,24.872],[-58.518,-22.235],[2.477,-5.468],[5.37,2.673],[1.392,-1.22]],"o":[[-3.023,0],[-3.958,-4.514],[1.518,-1.331],[70.666,-33.479],[5.611,2.132],[-2.477,5.468],[-105.552,-52.535],[-2.061,1.808]],"v":[[-134.941,61.948],[-143.118,58.244],[-142.111,42.907],[-51.81,-14.862],[127.682,-31.457],[133.099,-17.074],[118.716,-11.657],[-127.783,59.253]],"c":true}]},{"t":41}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.2,0.075,0.133,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[365.836,675.692],"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":"L-UPPER LEG FRONT EDGE","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":9,"s":[{"i":[[21.789,-0.94],[32.83,4.962],[113.469,82.943],[-3.537,4.846],[-4.842,-3.539],[-1.616,0.367],[-1.324,-5.856],[5.855,-1.325]],"o":[[-19.359,0.836],[-63.742,-9.634],[-4.847,-3.543],[3.541,-4.851],[209.82,153.337],[5.836,-1.325],[1.324,5.853],[-0.941,0.213]],"v":[[156.579,64.845],[76.597,61.156],[-197.426,-55.805],[-199.791,-70.991],[-184.603,-73.355],[189.888,39.777],[202.886,47.981],[194.683,60.978]],"c":true}],"e":[{"i":[[21.757,-1.511],[32.949,4.101],[115.602,79.945],[-3.409,4.937],[-4.933,-3.411],[-1.606,0.409],[-1.477,-5.819],[5.819,-1.478]],"o":[[-19.331,1.342],[-63.972,-7.962],[-4.938,-3.415],[3.413,-4.942],[213.762,147.792],[5.8,-1.477],[1.476,5.817],[-0.935,0.237]],"v":[[167.669,46.919],[86.841,50.549],[-198.767,-55.118],[-201.528,-70.237],[-186.408,-72.998],[197.372,21.065],[210.519,28.927],[202.72,42.134]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":15,"s":[{"i":[[21.757,-1.511],[32.949,4.101],[115.602,79.945],[-3.409,4.937],[-4.933,-3.411],[-1.606,0.409],[-1.477,-5.819],[5.819,-1.478]],"o":[[-19.331,1.342],[-63.972,-7.962],[-4.938,-3.415],[3.413,-4.942],[213.762,147.792],[5.8,-1.477],[1.476,5.817],[-0.935,0.237]],"v":[[167.669,46.919],[86.841,50.549],[-198.767,-55.118],[-201.528,-70.237],[-186.408,-72.998],[197.372,21.065],[210.519,28.927],[202.72,42.134]],"c":true}],"e":[{"i":[[21.686,-2.308],[33.077,2.888],[118.459,75.646],[-3.225,5.058],[-5.055,-3.227],[-1.59,0.468],[-1.69,-5.761],[5.76,-1.69]],"o":[[-19.268,2.051],[-64.221,-5.608],[-5.06,-3.232],[3.229,-5.064],[219.044,139.843],[5.741,-1.689],[1.689,5.759],[-0.925,0.271]],"v":[[171.45,33.688],[86.31,40.783],[-198.486,-54.825],[-201.8,-69.833],[-186.791,-73.147],[200.184,6.761],[213.611,14.134],[206.302,27.619]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":19,"s":[{"i":[[21.686,-2.308],[33.077,2.888],[118.459,75.646],[-3.225,5.058],[-5.055,-3.227],[-1.59,0.468],[-1.69,-5.761],[5.76,-1.69]],"o":[[-19.268,2.051],[-64.221,-5.608],[-5.06,-3.232],[3.229,-5.064],[219.044,139.843],[5.741,-1.689],[1.689,5.759],[-0.925,0.271]],"v":[[171.45,33.688],[86.31,40.783],[-198.486,-54.825],[-201.8,-69.833],[-186.791,-73.147],[200.184,6.761],[213.611,14.134],[206.302,27.619]],"c":true}],"e":[{"i":[[21.789,-0.94],[32.83,4.962],[113.469,82.943],[-3.537,4.846],[-4.842,-3.539],[-1.616,0.367],[-1.324,-5.856],[5.855,-1.325]],"o":[[-19.359,0.836],[-63.742,-9.634],[-4.847,-3.543],[3.541,-4.851],[209.82,153.337],[5.836,-1.325],[1.324,5.853],[-0.941,0.213]],"v":[[156.579,64.845],[76.597,61.156],[-197.426,-55.805],[-199.791,-70.991],[-184.603,-73.355],[189.888,39.777],[202.886,47.981],[194.683,60.978]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":25,"s":[{"i":[[21.789,-0.94],[32.83,4.962],[113.469,82.943],[-3.537,4.846],[-4.842,-3.539],[-1.616,0.367],[-1.324,-5.856],[5.855,-1.325]],"o":[[-19.359,0.836],[-63.742,-9.634],[-4.847,-3.543],[3.541,-4.851],[209.82,153.337],[5.836,-1.325],[1.324,5.853],[-0.941,0.213]],"v":[[156.579,64.845],[76.597,61.156],[-197.426,-55.805],[-199.791,-70.991],[-184.603,-73.355],[189.888,39.777],[202.886,47.981],[194.683,60.978]],"c":true}],"e":[{"i":[[21.757,-1.511],[32.949,4.101],[115.602,79.945],[-3.409,4.937],[-4.933,-3.411],[-1.606,0.409],[-1.477,-5.819],[5.819,-1.478]],"o":[[-19.331,1.342],[-63.972,-7.962],[-4.938,-3.415],[3.413,-4.942],[213.762,147.792],[5.8,-1.477],[1.476,5.817],[-0.935,0.237]],"v":[[167.669,46.919],[86.841,50.549],[-198.767,-55.118],[-201.528,-70.237],[-186.408,-72.998],[197.372,21.065],[210.519,28.927],[202.72,42.134]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":31,"s":[{"i":[[21.757,-1.511],[32.949,4.101],[115.602,79.945],[-3.409,4.937],[-4.933,-3.411],[-1.606,0.409],[-1.477,-5.819],[5.819,-1.478]],"o":[[-19.331,1.342],[-63.972,-7.962],[-4.938,-3.415],[3.413,-4.942],[213.762,147.792],[5.8,-1.477],[1.476,5.817],[-0.935,0.237]],"v":[[167.669,46.919],[86.841,50.549],[-198.767,-55.118],[-201.528,-70.237],[-186.408,-72.998],[197.372,21.065],[210.519,28.927],[202.72,42.134]],"c":true}],"e":[{"i":[[21.686,-2.308],[33.077,2.888],[118.459,75.646],[-3.225,5.058],[-5.055,-3.227],[-1.59,0.468],[-1.69,-5.761],[5.76,-1.69]],"o":[[-19.268,2.051],[-64.221,-5.608],[-5.06,-3.232],[3.229,-5.064],[219.044,139.843],[5.741,-1.689],[1.689,5.759],[-0.925,0.271]],"v":[[171.45,33.688],[86.31,40.783],[-198.486,-54.825],[-201.8,-69.833],[-186.791,-73.147],[200.184,6.761],[213.611,14.134],[206.302,27.619]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":35,"s":[{"i":[[21.686,-2.308],[33.077,2.888],[118.459,75.646],[-3.225,5.058],[-5.055,-3.227],[-1.59,0.468],[-1.69,-5.761],[5.76,-1.69]],"o":[[-19.268,2.051],[-64.221,-5.608],[-5.06,-3.232],[3.229,-5.064],[219.044,139.843],[5.741,-1.689],[1.689,5.759],[-0.925,0.271]],"v":[[171.45,33.688],[86.31,40.783],[-198.486,-54.825],[-201.8,-69.833],[-186.791,-73.147],[200.184,6.761],[213.611,14.134],[206.302,27.619]],"c":true}],"e":[{"i":[[21.789,-0.94],[32.83,4.962],[113.469,82.943],[-3.537,4.846],[-4.842,-3.539],[-1.616,0.367],[-1.324,-5.856],[5.855,-1.325]],"o":[[-19.359,0.836],[-63.742,-9.634],[-4.847,-3.543],[3.541,-4.851],[209.82,153.337],[5.836,-1.325],[1.324,5.853],[-0.941,0.213]],"v":[[156.579,64.845],[76.597,61.156],[-197.426,-55.805],[-199.791,-70.991],[-184.603,-73.355],[189.888,39.777],[202.886,47.981],[194.683,60.978]],"c":true}]},{"t":41}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.2,0.075,0.133,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[447.673,895.646],"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":"L-UPPER LEG BACK EDGE","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":9,"s":[{"i":[[0.395,0],[0.609,5.567],[-5.968,0.653],[9.802,89.527],[87.121,-9.554],[24.199,-49.077],[5.385,2.657],[-2.655,5.384],[-61.741,6.762],[-10.849,-99.047],[97.377,-10.663]],"o":[[-5.472,0.003],[-0.651,-5.966],[85.661,-9.378],[-9.539,-87.136],[-54.315,5.948],[-2.653,5.384],[-5.383,-2.654],[27.502,-55.777],[99.085,-10.825],[11.081,101.237],[-0.401,0.042]],"v":[[6.311,188.649],[-4.481,178.963],[5.142,166.976],[145.092,-15.488],[-30.244,-156.217],[-155.633,-68.34],[-170.186,-63.398],[-175.128,-77.952],[-32.609,-177.827],[166.702,-17.853],[7.506,188.586]],"c":true}],"e":[{"i":[[0.394,-0.029],[1.009,5.509],[-5.84,1.392],[16.254,88.583],[86.204,-15.82],[20.571,-50.705],[5.564,2.259],[-2.258,5.562],[-61.093,11.196],[-17.981,-98.004],[99.406,-20.486]],"o":[[-5.457,0.399],[-1.081,-5.903],[84.328,-20.104],[-15.82,-86.217],[-53.742,9.863],[-2.256,5.562],[-5.561,-2.257],[23.394,-57.621],[98.042,-17.967],[18.378,100.17],[-0.395,0.081]],"v":[[18.946,148.698],[7.982,159.818],[16.712,147.166],[142.591,-64.947],[-42.47,-192.619],[-155.67,-106.898],[-169.828,-100.916],[-175.81,-115.074],[-46.392,-214.001],[163.973,-68.87],[20.634,168.548]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":15,"s":[{"i":[[0.394,-0.029],[1.009,5.509],[-5.84,1.392],[16.254,88.583],[86.204,-15.82],[20.571,-50.705],[5.564,2.259],[-2.258,5.562],[-61.093,11.196],[-17.981,-98.004],[99.406,-20.486]],"o":[[-5.457,0.399],[-1.081,-5.903],[84.328,-20.104],[-15.82,-86.217],[-53.742,9.863],[-2.256,5.562],[-5.561,-2.257],[23.394,-57.621],[98.042,-17.967],[18.378,100.17],[-0.395,0.081]],"v":[[18.946,148.698],[7.982,159.818],[16.712,147.166],[142.591,-64.947],[-42.47,-192.619],[-155.67,-106.898],[-169.828,-100.916],[-175.81,-115.074],[-46.392,-214.001],[163.973,-68.87],[20.634,168.548]],"c":true}],"e":[{"i":[[0.394,-0.029],[1.009,5.509],[-5.84,1.392],[16.254,88.583],[86.204,-15.82],[20.571,-50.705],[5.564,2.259],[-2.258,5.562],[-61.093,11.196],[-17.981,-98.004],[99.406,-20.486]],"o":[[-5.457,0.399],[-1.081,-5.903],[84.328,-20.104],[-15.82,-86.217],[-53.742,9.863],[-2.256,5.562],[-5.561,-2.257],[23.394,-57.621],[98.042,-17.967],[18.378,100.17],[-0.395,0.081]],"v":[[14.446,152.198],[3.982,147.318],[12.712,134.666],[142.591,-54.947],[-42.47,-182.619],[-157.67,-87.898],[-171.828,-81.916],[-177.81,-96.074],[-46.392,-204.001],[163.973,-58.87],[16.634,156.048]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":19,"s":[{"i":[[0.394,-0.029],[1.009,5.509],[-5.84,1.392],[16.254,88.583],[86.204,-15.82],[20.571,-50.705],[5.564,2.259],[-2.258,5.562],[-61.093,11.196],[-17.981,-98.004],[99.406,-20.486]],"o":[[-5.457,0.399],[-1.081,-5.903],[84.328,-20.104],[-15.82,-86.217],[-53.742,9.863],[-2.256,5.562],[-5.561,-2.257],[23.394,-57.621],[98.042,-17.967],[18.378,100.17],[-0.395,0.081]],"v":[[14.446,152.198],[3.982,147.318],[12.712,134.666],[142.591,-54.947],[-42.47,-182.619],[-157.67,-87.898],[-171.828,-81.916],[-177.81,-96.074],[-46.392,-204.001],[163.973,-58.87],[16.634,156.048]],"c":true}],"e":[{"i":[[0.395,0],[0.609,5.567],[-5.968,0.653],[9.802,89.527],[87.121,-9.554],[24.199,-49.077],[5.385,2.657],[-2.655,5.384],[-61.741,6.762],[-10.849,-99.047],[97.377,-10.663]],"o":[[-5.472,0.003],[-0.651,-5.966],[85.661,-9.378],[-9.539,-87.136],[-54.315,5.948],[-2.653,5.384],[-5.383,-2.654],[27.502,-55.777],[99.085,-10.825],[11.081,101.237],[-0.401,0.042]],"v":[[6.311,188.649],[-4.481,178.963],[5.142,166.976],[145.092,-15.488],[-30.244,-156.217],[-155.633,-68.34],[-170.186,-63.398],[-175.128,-77.952],[-32.609,-177.827],[166.702,-17.853],[7.506,188.586]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":25,"s":[{"i":[[0.395,0],[0.609,5.567],[-5.968,0.653],[9.802,89.527],[87.121,-9.554],[24.199,-49.077],[5.385,2.657],[-2.655,5.384],[-61.741,6.762],[-10.849,-99.047],[97.377,-10.663]],"o":[[-5.472,0.003],[-0.651,-5.966],[85.661,-9.378],[-9.539,-87.136],[-54.315,5.948],[-2.653,5.384],[-5.383,-2.654],[27.502,-55.777],[99.085,-10.825],[11.081,101.237],[-0.401,0.042]],"v":[[6.311,188.649],[-4.481,178.963],[5.142,166.976],[145.092,-15.488],[-30.244,-156.217],[-155.633,-68.34],[-170.186,-63.398],[-175.128,-77.952],[-32.609,-177.827],[166.702,-17.853],[7.506,188.586]],"c":true}],"e":[{"i":[[0.394,-0.029],[1.009,5.509],[-5.84,1.392],[16.254,88.583],[86.204,-15.82],[20.571,-50.705],[5.564,2.259],[-2.258,5.562],[-61.093,11.196],[-17.981,-98.004],[99.406,-20.486]],"o":[[-5.457,0.399],[-1.081,-5.903],[84.328,-20.104],[-15.82,-86.217],[-53.742,9.863],[-2.256,5.562],[-5.561,-2.257],[23.394,-57.621],[98.042,-17.967],[18.378,100.17],[-0.395,0.081]],"v":[[18.946,148.698],[7.982,159.818],[16.712,147.166],[142.591,-64.947],[-42.47,-192.619],[-155.67,-106.898],[-169.828,-100.916],[-175.81,-115.074],[-46.392,-214.001],[163.973,-68.87],[20.634,168.548]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":31,"s":[{"i":[[0.394,-0.029],[1.009,5.509],[-5.84,1.392],[16.254,88.583],[86.204,-15.82],[20.571,-50.705],[5.564,2.259],[-2.258,5.562],[-61.093,11.196],[-17.981,-98.004],[99.406,-20.486]],"o":[[-5.457,0.399],[-1.081,-5.903],[84.328,-20.104],[-15.82,-86.217],[-53.742,9.863],[-2.256,5.562],[-5.561,-2.257],[23.394,-57.621],[98.042,-17.967],[18.378,100.17],[-0.395,0.081]],"v":[[18.946,148.698],[7.982,159.818],[16.712,147.166],[142.591,-64.947],[-42.47,-192.619],[-155.67,-106.898],[-169.828,-100.916],[-175.81,-115.074],[-46.392,-214.001],[163.973,-68.87],[20.634,168.548]],"c":true}],"e":[{"i":[[0.394,-0.029],[1.009,5.509],[-5.84,1.392],[16.254,88.583],[86.204,-15.82],[20.571,-50.705],[5.564,2.259],[-2.258,5.562],[-61.093,11.196],[-17.981,-98.004],[99.406,-20.486]],"o":[[-5.457,0.399],[-1.081,-5.903],[84.328,-20.104],[-15.82,-86.217],[-53.742,9.863],[-2.256,5.562],[-5.561,-2.257],[23.394,-57.621],[98.042,-17.967],[18.378,100.17],[-0.395,0.081]],"v":[[14.446,152.198],[3.982,147.318],[12.712,134.666],[142.591,-54.947],[-42.47,-182.619],[-157.67,-87.898],[-171.828,-81.916],[-177.81,-96.074],[-46.392,-204.001],[163.973,-58.87],[16.634,156.048]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":35,"s":[{"i":[[0.394,-0.029],[1.009,5.509],[-5.84,1.392],[16.254,88.583],[86.204,-15.82],[20.571,-50.705],[5.564,2.259],[-2.258,5.562],[-61.093,11.196],[-17.981,-98.004],[99.406,-20.486]],"o":[[-5.457,0.399],[-1.081,-5.903],[84.328,-20.104],[-15.82,-86.217],[-53.742,9.863],[-2.256,5.562],[-5.561,-2.257],[23.394,-57.621],[98.042,-17.967],[18.378,100.17],[-0.395,0.081]],"v":[[14.446,152.198],[3.982,147.318],[12.712,134.666],[142.591,-54.947],[-42.47,-182.619],[-157.67,-87.898],[-171.828,-81.916],[-177.81,-96.074],[-46.392,-204.001],[163.973,-58.87],[16.634,156.048]],"c":true}],"e":[{"i":[[0.395,0],[0.609,5.567],[-5.968,0.653],[9.802,89.527],[87.121,-9.554],[24.199,-49.077],[5.385,2.657],[-2.655,5.384],[-61.741,6.762],[-10.849,-99.047],[97.377,-10.663]],"o":[[-5.472,0.003],[-0.651,-5.966],[85.661,-9.378],[-9.539,-87.136],[-54.315,5.948],[-2.653,5.384],[-5.383,-2.654],[27.502,-55.777],[99.085,-10.825],[11.081,101.237],[-0.401,0.042]],"v":[[6.311,188.649],[-4.481,178.963],[5.142,166.976],[145.092,-15.488],[-30.244,-156.217],[-155.633,-68.34],[-170.186,-63.398],[-175.128,-77.952],[-32.609,-177.827],[166.702,-17.853],[7.506,188.586]],"c":true}]},{"t":41}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.2,0.075,0.133,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[629.96,768.938],"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":"L-BUTT EDGE","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":9,"s":[{"i":[[-33.594,9.011],[-19.294,-10.807],[-3.95,-4.198],[10.158,28.31],[4.538,-7.121],[3.4,-7.97],[0.416,-4.909],[3.031,-0.247],[11.918,-19.31],[0,0]],"o":[[49.685,-13.332],[5.446,3.051],[3.866,-31.312],[-3.486,-9.71],[-6.466,0.683],[-2.1,4.916],[-3.044,0.142],[-21.327,1.763],[-11.739,19.027],[0,0]],"v":[[-29.766,9.797],[55.061,29.636],[69.139,40.557],[46.212,-51.819],[24.581,-53.569],[8.66,-41.047],[5.183,-26.485],[-3.942,-25.981],[-61.267,2.002],[-59.399,61.53]],"c":true}],"e":[{"i":[[-33.593,9.014],[-19.293,-10.808],[-3.95,-4.198],[10.163,28.308],[4.538,-7.121],[3.404,-7.968],[0.416,-4.909],[3.031,-0.251],[11.915,-19.312],[0,0]],"o":[[49.685,-13.332],[5.446,3.051],[3.866,-31.312],[-3.486,-9.71],[-6.466,0.683],[-2.1,4.916],[-3.044,0.142],[-21.327,1.763],[-11.739,19.027],[0,0]],"v":[[-28.766,0.797],[56.061,20.636],[70.139,31.557],[47.212,-60.819],[25.581,-62.569],[9.66,-50.047],[6.183,-35.485],[-2.942,-34.981],[-60.267,-6.998],[-58.399,52.53]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":15,"s":[{"i":[[-33.593,9.014],[-19.293,-10.808],[-3.95,-4.198],[10.163,28.308],[4.538,-7.121],[3.404,-7.968],[0.416,-4.909],[3.031,-0.251],[11.915,-19.312],[0,0]],"o":[[49.685,-13.332],[5.446,3.051],[3.866,-31.312],[-3.486,-9.71],[-6.466,0.683],[-2.1,4.916],[-3.044,0.142],[-21.327,1.763],[-11.739,19.027],[0,0]],"v":[[-28.766,0.797],[56.061,20.636],[70.139,31.557],[47.212,-60.819],[25.581,-62.569],[9.66,-50.047],[6.183,-35.485],[-2.942,-34.981],[-60.267,-6.998],[-58.399,52.53]],"c":true}],"e":[{"i":[[-33.593,9.014],[-19.293,-10.808],[-3.95,-4.198],[10.163,28.308],[4.538,-7.121],[3.404,-7.968],[0.416,-4.909],[3.031,-0.251],[11.915,-19.312],[0,0]],"o":[[49.685,-13.332],[5.446,3.051],[3.866,-31.312],[-3.486,-9.71],[-6.466,0.683],[-2.1,4.916],[-3.044,0.142],[-21.327,1.763],[-11.739,19.027],[0,0]],"v":[[-28.766,0.797],[56.061,20.636],[70.139,31.557],[47.212,-60.819],[25.581,-62.569],[9.66,-50.047],[6.183,-35.485],[-2.942,-34.981],[-60.267,-6.998],[-58.399,52.53]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":19,"s":[{"i":[[-33.593,9.014],[-19.293,-10.808],[-3.95,-4.198],[10.163,28.308],[4.538,-7.121],[3.404,-7.968],[0.416,-4.909],[3.031,-0.251],[11.915,-19.312],[0,0]],"o":[[49.685,-13.332],[5.446,3.051],[3.866,-31.312],[-3.486,-9.71],[-6.466,0.683],[-2.1,4.916],[-3.044,0.142],[-21.327,1.763],[-11.739,19.027],[0,0]],"v":[[-28.766,0.797],[56.061,20.636],[70.139,31.557],[47.212,-60.819],[25.581,-62.569],[9.66,-50.047],[6.183,-35.485],[-2.942,-34.981],[-60.267,-6.998],[-58.399,52.53]],"c":true}],"e":[{"i":[[-33.594,9.011],[-19.294,-10.807],[-3.95,-4.198],[10.158,28.31],[4.538,-7.121],[3.4,-7.97],[0.416,-4.909],[3.031,-0.247],[11.918,-19.31],[0,0]],"o":[[49.685,-13.332],[5.446,3.051],[3.866,-31.312],[-3.486,-9.71],[-6.466,0.683],[-2.1,4.916],[-3.044,0.142],[-21.327,1.763],[-11.739,19.027],[0,0]],"v":[[-29.766,9.797],[55.061,29.636],[69.139,40.557],[46.212,-51.819],[24.581,-53.569],[8.66,-41.047],[5.183,-26.485],[-3.942,-25.981],[-61.267,2.002],[-59.399,61.53]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":25,"s":[{"i":[[-33.594,9.011],[-19.294,-10.807],[-3.95,-4.198],[10.158,28.31],[4.538,-7.121],[3.4,-7.97],[0.416,-4.909],[3.031,-0.247],[11.918,-19.31],[0,0]],"o":[[49.685,-13.332],[5.446,3.051],[3.866,-31.312],[-3.486,-9.71],[-6.466,0.683],[-2.1,4.916],[-3.044,0.142],[-21.327,1.763],[-11.739,19.027],[0,0]],"v":[[-29.766,9.797],[55.061,29.636],[69.139,40.557],[46.212,-51.819],[24.581,-53.569],[8.66,-41.047],[5.183,-26.485],[-3.942,-25.981],[-61.267,2.002],[-59.399,61.53]],"c":true}],"e":[{"i":[[-33.593,9.014],[-19.293,-10.808],[-3.95,-4.198],[10.163,28.308],[4.538,-7.121],[3.404,-7.968],[0.416,-4.909],[3.031,-0.251],[11.915,-19.312],[0,0]],"o":[[49.685,-13.332],[5.446,3.051],[3.866,-31.312],[-3.486,-9.71],[-6.466,0.683],[-2.1,4.916],[-3.044,0.142],[-21.327,1.763],[-11.739,19.027],[0,0]],"v":[[-28.766,0.797],[56.061,20.636],[70.139,31.557],[47.212,-60.819],[25.581,-62.569],[9.66,-50.047],[6.183,-35.485],[-2.942,-34.981],[-60.267,-6.998],[-58.399,52.53]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":31,"s":[{"i":[[-33.593,9.014],[-19.293,-10.808],[-3.95,-4.198],[10.163,28.308],[4.538,-7.121],[3.404,-7.968],[0.416,-4.909],[3.031,-0.251],[11.915,-19.312],[0,0]],"o":[[49.685,-13.332],[5.446,3.051],[3.866,-31.312],[-3.486,-9.71],[-6.466,0.683],[-2.1,4.916],[-3.044,0.142],[-21.327,1.763],[-11.739,19.027],[0,0]],"v":[[-28.766,0.797],[56.061,20.636],[70.139,31.557],[47.212,-60.819],[25.581,-62.569],[9.66,-50.047],[6.183,-35.485],[-2.942,-34.981],[-60.267,-6.998],[-58.399,52.53]],"c":true}],"e":[{"i":[[-33.593,9.014],[-19.293,-10.808],[-3.95,-4.198],[10.163,28.308],[4.538,-7.121],[3.404,-7.968],[0.416,-4.909],[3.031,-0.251],[11.915,-19.312],[0,0]],"o":[[49.685,-13.332],[5.446,3.051],[3.866,-31.312],[-3.486,-9.71],[-6.466,0.683],[-2.1,4.916],[-3.044,0.142],[-21.327,1.763],[-11.739,19.027],[0,0]],"v":[[-28.766,0.797],[56.061,20.636],[70.139,31.557],[47.212,-60.819],[25.581,-62.569],[9.66,-50.047],[6.183,-35.485],[-2.942,-34.981],[-60.267,-6.998],[-58.399,52.53]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":35,"s":[{"i":[[-33.593,9.014],[-19.293,-10.808],[-3.95,-4.198],[10.163,28.308],[4.538,-7.121],[3.404,-7.968],[0.416,-4.909],[3.031,-0.251],[11.915,-19.312],[0,0]],"o":[[49.685,-13.332],[5.446,3.051],[3.866,-31.312],[-3.486,-9.71],[-6.466,0.683],[-2.1,4.916],[-3.044,0.142],[-21.327,1.763],[-11.739,19.027],[0,0]],"v":[[-28.766,0.797],[56.061,20.636],[70.139,31.557],[47.212,-60.819],[25.581,-62.569],[9.66,-50.047],[6.183,-35.485],[-2.942,-34.981],[-60.267,-6.998],[-58.399,52.53]],"c":true}],"e":[{"i":[[-33.594,9.011],[-19.294,-10.807],[-3.95,-4.198],[10.158,28.31],[4.538,-7.121],[3.4,-7.97],[0.416,-4.909],[3.031,-0.247],[11.918,-19.31],[0,0]],"o":[[49.685,-13.332],[5.446,3.051],[3.866,-31.312],[-3.486,-9.71],[-6.466,0.683],[-2.1,4.916],[-3.044,0.142],[-21.327,1.763],[-11.739,19.027],[0,0]],"v":[[-29.766,9.797],[55.061,29.636],[69.139,40.557],[46.212,-51.819],[24.581,-53.569],[8.66,-41.047],[5.183,-26.485],[-3.942,-25.981],[-61.267,2.002],[-59.399,61.53]],"c":true}]},{"t":41}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.957,0.451,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[244.333,756.383],"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":"L-KNEE PINK SHINE","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":9,"s":[{"i":[[27.023,-18.797],[28.742,-6.636],[15.152,3.489],[0.774,-0.004],[34.305,6.027],[28.487,14.549],[13.781,9.222],[7.184,5.01],[4.578,1.52],[1.481,0.629],[0.467,6.929],[-6.909,4.309],[-2.514,0.48],[-146.287,82.378],[-3.575,3.813]],"o":[[-26.745,18.609],[-15.3,3.537],[-0.777,0.012],[-34.902,0.391],[-31.347,-5.509],[-14.799,-7.558],[-7.279,-4.868],[-3.668,-2.553],[-1.682,-0.183],[-7.674,-2.704],[-1.045,-6.873],[1.908,-1.348],[131.15,91.537],[28.08,-15.815],[-9.166,30.611]],"v":[[180.21,54.914],[88.881,85.05],[42.886,84.295],[40.564,84.334],[-61.873,75.24],[-152.153,46.976],[-194.283,20.06],[-216.024,5.328],[-232.084,-5.752],[-236.852,-6.98],[-248.791,-23.189],[-240.642,-41.609],[-233.978,-44.395],[194.981,-14.037],[249.836,-88.586]],"c":true}],"e":[{"i":[[27.02,-18.801],[28.74,-6.644],[15.152,3.489],[0.774,-0.009],[34.305,6.029],[28.487,14.549],[13.784,9.218],[7.189,5.003],[4.578,1.52],[1.481,0.629],[0.467,6.929],[-6.909,4.309],[-2.514,0.48],[-146.282,82.388],[-3.575,3.813]],"o":[[-26.745,18.609],[-15.3,3.537],[-0.777,0.012],[-34.902,0.391],[-31.347,-5.509],[-14.799,-7.558],[-7.279,-4.868],[-3.668,-2.553],[-1.682,-0.183],[-7.674,-2.704],[-1.045,-6.873],[1.908,-1.348],[131.15,91.537],[28.08,-15.815],[-9.166,30.611]],"v":[[164.21,41.414],[82.881,69.05],[39.386,73.295],[34.064,74.334],[-65.373,69.74],[-151.653,31.476],[-197.783,14.56],[-219.524,-0.172],[-235.584,-11.252],[-240.352,-12.48],[-252.291,-28.689],[-244.142,-47.109],[-237.478,-49.895],[183.481,-35.537],[246.336,-94.086]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":15,"s":[{"i":[[27.02,-18.801],[28.74,-6.644],[15.152,3.489],[0.774,-0.009],[34.305,6.029],[28.487,14.549],[13.784,9.218],[7.189,5.003],[4.578,1.52],[1.481,0.629],[0.467,6.929],[-6.909,4.309],[-2.514,0.48],[-146.282,82.388],[-3.575,3.813]],"o":[[-26.745,18.609],[-15.3,3.537],[-0.777,0.012],[-34.902,0.391],[-31.347,-5.509],[-14.799,-7.558],[-7.279,-4.868],[-3.668,-2.553],[-1.682,-0.183],[-7.674,-2.704],[-1.045,-6.873],[1.908,-1.348],[131.15,91.537],[28.08,-15.815],[-9.166,30.611]],"v":[[164.21,41.414],[82.881,69.05],[39.386,73.295],[34.064,74.334],[-65.373,69.74],[-151.653,31.476],[-197.783,14.56],[-219.524,-0.172],[-235.584,-11.252],[-240.352,-12.48],[-252.291,-28.689],[-244.142,-47.109],[-237.478,-49.895],[183.481,-35.537],[246.336,-94.086]],"c":true}],"e":[{"i":[[27.02,-18.801],[28.74,-6.644],[15.152,3.489],[0.774,-0.009],[34.305,6.029],[28.487,14.549],[13.784,9.218],[7.189,5.003],[4.578,1.52],[1.481,0.629],[0.467,6.929],[-6.909,4.309],[-2.514,0.48],[-146.282,82.388],[-3.575,3.813]],"o":[[-26.745,18.609],[-15.3,3.537],[-0.777,0.012],[-34.902,0.391],[-31.347,-5.509],[-14.799,-7.558],[-7.279,-4.868],[-3.668,-2.553],[-1.682,-0.183],[-7.674,-2.704],[-1.045,-6.873],[1.908,-1.348],[131.15,91.537],[28.08,-15.815],[-9.166,30.611]],"v":[[156.71,27.914],[76.881,51.05],[37.386,59.295],[32.064,60.334],[-64.873,52.24],[-151.653,31.476],[-197.783,14.56],[-219.524,-0.173],[-235.584,-11.252],[-240.352,-12.48],[-252.291,-28.689],[-244.142,-47.109],[-237.478,-63.895],[181.481,-42.537],[246.336,-94.086]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":19,"s":[{"i":[[27.02,-18.801],[28.74,-6.644],[15.152,3.489],[0.774,-0.009],[34.305,6.029],[28.487,14.549],[13.784,9.218],[7.189,5.003],[4.578,1.52],[1.481,0.629],[0.467,6.929],[-6.909,4.309],[-2.514,0.48],[-146.282,82.388],[-3.575,3.813]],"o":[[-26.745,18.609],[-15.3,3.537],[-0.777,0.012],[-34.902,0.391],[-31.347,-5.509],[-14.799,-7.558],[-7.279,-4.868],[-3.668,-2.553],[-1.682,-0.183],[-7.674,-2.704],[-1.045,-6.873],[1.908,-1.348],[131.15,91.537],[28.08,-15.815],[-9.166,30.611]],"v":[[156.71,27.914],[76.881,51.05],[37.386,59.295],[32.064,60.334],[-64.873,52.24],[-151.653,31.476],[-197.783,14.56],[-219.524,-0.173],[-235.584,-11.252],[-240.352,-12.48],[-252.291,-28.689],[-244.142,-47.109],[-237.478,-63.895],[181.481,-42.537],[246.336,-94.086]],"c":true}],"e":[{"i":[[27.023,-18.797],[28.742,-6.636],[15.152,3.489],[0.774,-0.004],[34.305,6.027],[28.487,14.549],[13.781,9.222],[7.184,5.01],[4.578,1.52],[1.481,0.629],[0.467,6.929],[-6.909,4.309],[-2.514,0.48],[-146.287,82.378],[-3.575,3.813]],"o":[[-26.745,18.609],[-15.3,3.537],[-0.777,0.012],[-34.902,0.391],[-31.347,-5.509],[-14.799,-7.558],[-7.279,-4.868],[-3.668,-2.553],[-1.682,-0.183],[-7.674,-2.704],[-1.045,-6.873],[1.908,-1.348],[131.15,91.537],[28.08,-15.815],[-9.166,30.611]],"v":[[180.21,54.914],[88.881,85.05],[42.886,84.295],[40.564,84.334],[-61.873,75.24],[-152.153,46.976],[-194.283,20.06],[-216.024,5.328],[-232.084,-5.752],[-236.852,-6.98],[-248.791,-23.189],[-240.642,-41.609],[-233.978,-44.395],[194.981,-14.037],[249.836,-88.586]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":25,"s":[{"i":[[27.023,-18.797],[28.742,-6.636],[15.152,3.489],[0.774,-0.004],[34.305,6.027],[28.487,14.549],[13.781,9.222],[7.184,5.01],[4.578,1.52],[1.481,0.629],[0.467,6.929],[-6.909,4.309],[-2.514,0.48],[-146.287,82.378],[-3.575,3.813]],"o":[[-26.745,18.609],[-15.3,3.537],[-0.777,0.012],[-34.902,0.391],[-31.347,-5.509],[-14.799,-7.558],[-7.279,-4.868],[-3.668,-2.553],[-1.682,-0.183],[-7.674,-2.704],[-1.045,-6.873],[1.908,-1.348],[131.15,91.537],[28.08,-15.815],[-9.166,30.611]],"v":[[180.21,54.914],[88.881,85.05],[42.886,84.295],[40.564,84.334],[-61.873,75.24],[-152.153,46.976],[-194.283,20.06],[-216.024,5.328],[-232.084,-5.752],[-236.852,-6.98],[-248.791,-23.189],[-240.642,-41.609],[-233.978,-44.395],[194.981,-14.037],[249.836,-88.586]],"c":true}],"e":[{"i":[[27.02,-18.801],[28.74,-6.644],[15.152,3.489],[0.774,-0.009],[34.305,6.029],[28.487,14.549],[13.784,9.218],[7.189,5.003],[4.578,1.52],[1.481,0.629],[0.467,6.929],[-6.909,4.309],[-2.514,0.48],[-146.282,82.388],[-3.575,3.813]],"o":[[-26.745,18.609],[-15.3,3.537],[-0.777,0.012],[-34.902,0.391],[-31.347,-5.509],[-14.799,-7.558],[-7.279,-4.868],[-3.668,-2.553],[-1.682,-0.183],[-7.674,-2.704],[-1.045,-6.873],[1.908,-1.348],[131.15,91.537],[28.08,-15.815],[-9.166,30.611]],"v":[[164.21,41.414],[82.881,69.05],[39.386,73.295],[34.064,74.334],[-65.373,69.74],[-151.653,31.476],[-197.783,14.56],[-219.524,-0.172],[-235.584,-11.252],[-240.352,-12.48],[-252.291,-28.689],[-244.142,-47.109],[-237.478,-49.895],[183.481,-35.537],[246.336,-94.086]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":31,"s":[{"i":[[27.02,-18.801],[28.74,-6.644],[15.152,3.489],[0.774,-0.009],[34.305,6.029],[28.487,14.549],[13.784,9.218],[7.189,5.003],[4.578,1.52],[1.481,0.629],[0.467,6.929],[-6.909,4.309],[-2.514,0.48],[-146.282,82.388],[-3.575,3.813]],"o":[[-26.745,18.609],[-15.3,3.537],[-0.777,0.012],[-34.902,0.391],[-31.347,-5.509],[-14.799,-7.558],[-7.279,-4.868],[-3.668,-2.553],[-1.682,-0.183],[-7.674,-2.704],[-1.045,-6.873],[1.908,-1.348],[131.15,91.537],[28.08,-15.815],[-9.166,30.611]],"v":[[164.21,41.414],[82.881,69.05],[39.386,73.295],[34.064,74.334],[-65.373,69.74],[-151.653,31.476],[-197.783,14.56],[-219.524,-0.172],[-235.584,-11.252],[-240.352,-12.48],[-252.291,-28.689],[-244.142,-47.109],[-237.478,-49.895],[183.481,-35.537],[246.336,-94.086]],"c":true}],"e":[{"i":[[27.02,-18.801],[28.74,-6.644],[15.152,3.489],[0.774,-0.009],[34.305,6.029],[28.487,14.549],[13.784,9.218],[7.189,5.003],[4.578,1.52],[1.481,0.629],[0.467,6.929],[-6.909,4.309],[-2.514,0.48],[-146.282,82.388],[-3.575,3.813]],"o":[[-26.745,18.609],[-15.3,3.537],[-0.777,0.012],[-34.902,0.391],[-31.347,-5.509],[-14.799,-7.558],[-7.279,-4.868],[-3.668,-2.553],[-1.682,-0.183],[-7.674,-2.704],[-1.045,-6.873],[1.908,-1.348],[131.15,91.537],[28.08,-15.815],[-9.166,30.611]],"v":[[156.71,27.914],[76.881,51.05],[37.386,59.295],[32.064,60.334],[-64.873,52.24],[-151.653,31.476],[-197.783,14.56],[-219.524,-0.172],[-235.584,-11.252],[-240.352,-12.48],[-252.291,-28.689],[-244.142,-47.109],[-237.478,-63.895],[181.481,-42.537],[246.336,-94.086]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":35,"s":[{"i":[[27.02,-18.801],[28.74,-6.644],[15.152,3.489],[0.774,-0.009],[34.305,6.029],[28.487,14.549],[13.784,9.218],[7.189,5.003],[4.578,1.52],[1.481,0.629],[0.467,6.929],[-6.909,4.309],[-2.514,0.48],[-146.282,82.388],[-3.575,3.813]],"o":[[-26.745,18.609],[-15.3,3.537],[-0.777,0.012],[-34.902,0.391],[-31.347,-5.509],[-14.799,-7.558],[-7.279,-4.868],[-3.668,-2.553],[-1.682,-0.183],[-7.674,-2.704],[-1.045,-6.873],[1.908,-1.348],[131.15,91.537],[28.08,-15.815],[-9.166,30.611]],"v":[[156.71,27.914],[76.881,51.05],[37.386,59.295],[32.064,60.334],[-64.873,52.24],[-151.653,31.476],[-197.783,14.56],[-219.524,-0.172],[-235.584,-11.252],[-240.352,-12.48],[-252.291,-28.689],[-244.142,-47.109],[-237.478,-63.895],[181.481,-42.537],[246.336,-94.086]],"c":true}],"e":[{"i":[[27.023,-18.797],[28.742,-6.636],[15.152,3.489],[0.774,-0.004],[34.305,6.027],[28.487,14.549],[13.781,9.222],[7.184,5.01],[4.578,1.52],[1.481,0.629],[0.467,6.929],[-6.909,4.309],[-2.514,0.48],[-146.287,82.378],[-3.575,3.813]],"o":[[-26.745,18.609],[-15.3,3.537],[-0.777,0.012],[-34.902,0.391],[-31.347,-5.509],[-14.799,-7.558],[-7.279,-4.868],[-3.668,-2.553],[-1.682,-0.183],[-7.674,-2.704],[-1.045,-6.873],[1.908,-1.348],[131.15,91.537],[28.08,-15.815],[-9.166,30.611]],"v":[[180.21,54.914],[88.881,85.05],[42.886,84.295],[40.564,84.334],[-61.873,75.24],[-152.153,46.976],[-194.283,20.06],[-216.024,5.328],[-232.084,-5.752],[-236.852,-6.98],[-248.791,-23.189],[-240.642,-41.609],[-233.978,-44.395],[194.981,-14.037],[249.836,-88.586]],"c":true}]},{"t":41}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.941,0.816,0.067,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[543.085,867.293],"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":"L-BUTT DROP SHADOW","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":9,"s":[{"i":[[-11.501,-7.951],[-2.05,-6.691],[-42.291,-46.059],[-56.466,8.503],[0,0],[104.408,13.527],[31.739,-22.382],[3.416,-2.365],[-1.054,-0.373],[5.294,0.41],[9.036,-0.96],[16.358,0.029],[22.026,-8.563],[9.744,-12.884]],"o":[[5.46,3.771],[50.446,-35.896],[44.007,-34.51],[63.872,-9.619],[0,0],[-39.124,-5.069],[-3.401,2.395],[-1.31,0.906],[-5.199,-0.42],[-9.283,-0.74],[-14.634,-5.08],[-23.653,-0.051],[-14.281,5.557],[-9.028,6.383]],"v":[[-218.686,40.518],[-208.344,58.256],[-47.787,43.808],[84.195,-21.529],[230.188,6.346],[101.273,-68.325],[-6.761,-26.362],[-18.219,-21.353],[-23.36,-15.499],[-33.87,-16.998],[-61.222,-16.18],[-106.945,-23.896],[-174.592,-11.06],[-217.226,12.488]],"c":true}],"e":[{"i":[[-11.505,-7.946],[-2.05,-6.691],[-39.537,-27.553],[-56.466,8.504],[0,0],[59.908,-0.473],[31.754,-22.361],[3.417,-2.363],[-1.054,-0.373],[5.293,0.422],[9.036,-0.96],[16.358,0.035],[22.023,-8.57],[9.744,-12.884]],"o":[[5.46,3.771],[50.446,-35.896],[44.007,-34.51],[63.872,-9.619],[0,0],[-39.45,0.312],[-3.401,2.395],[-1.31,0.906],[-5.199,-0.42],[-9.283,-0.74],[-14.634,-5.08],[-23.653,-0.051],[-14.281,5.557],[-9.028,6.383]],"v":[[-220.186,26.018],[-213.844,33.256],[-52.787,4.308],[80.195,-60.529],[240.688,-24.154],[112.273,-100.825],[-14.261,-68.362],[-24.719,-58.853],[-29.86,-49.999],[-35.37,-31.498],[-48.722,-44.68],[-109.444,-47.896],[-178.092,-20.06],[-218.726,3.988]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":15,"s":[{"i":[[-11.505,-7.946],[-2.05,-6.691],[-39.537,-27.553],[-56.466,8.504],[0,0],[59.908,-0.473],[31.754,-22.361],[3.417,-2.363],[-1.054,-0.373],[5.293,0.422],[9.036,-0.96],[16.358,0.035],[22.023,-8.57],[9.744,-12.884]],"o":[[5.46,3.771],[50.446,-35.896],[44.007,-34.51],[63.872,-9.619],[0,0],[-39.45,0.312],[-3.401,2.395],[-1.31,0.906],[-5.199,-0.42],[-9.283,-0.74],[-14.634,-5.08],[-23.653,-0.051],[-14.281,5.557],[-9.028,6.383]],"v":[[-220.186,26.018],[-213.844,33.256],[-52.787,4.308],[80.195,-60.529],[240.688,-24.154],[112.273,-100.825],[-14.261,-68.362],[-24.719,-58.853],[-29.86,-49.999],[-35.37,-31.498],[-48.722,-44.68],[-109.444,-47.896],[-178.092,-20.06],[-218.726,3.988]],"c":true}],"e":[{"i":[[-11.505,-7.946],[-2.05,-6.691],[-39.537,-27.553],[-56.466,8.504],[0,0],[59.908,-0.473],[31.754,-22.361],[3.417,-2.363],[-1.054,-0.373],[5.293,0.422],[9.036,-0.96],[16.358,0.035],[22.023,-8.57],[9.744,-12.884]],"o":[[5.46,3.771],[50.446,-35.896],[44.007,-34.51],[63.872,-9.619],[0,0],[-39.45,0.312],[-3.401,2.395],[-1.31,0.906],[-5.199,-0.42],[-9.283,-0.74],[-14.634,-5.08],[-23.653,-0.051],[-14.281,5.557],[-9.028,6.383]],"v":[[-220.186,26.018],[-213.844,33.256],[-52.787,4.308],[80.195,-60.529],[240.688,-24.154],[112.273,-100.825],[-14.261,-68.362],[-24.719,-58.853],[-29.86,-49.999],[-35.37,-31.498],[-48.722,-44.68],[-109.444,-47.896],[-178.092,-20.06],[-218.726,3.988]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":19,"s":[{"i":[[-11.505,-7.946],[-2.05,-6.691],[-39.537,-27.553],[-56.466,8.504],[0,0],[59.908,-0.473],[31.754,-22.361],[3.417,-2.363],[-1.054,-0.373],[5.293,0.422],[9.036,-0.96],[16.358,0.035],[22.023,-8.57],[9.744,-12.884]],"o":[[5.46,3.771],[50.446,-35.896],[44.007,-34.51],[63.872,-9.619],[0,0],[-39.45,0.312],[-3.401,2.395],[-1.31,0.906],[-5.199,-0.42],[-9.283,-0.74],[-14.634,-5.08],[-23.653,-0.051],[-14.281,5.557],[-9.028,6.383]],"v":[[-220.186,26.018],[-213.844,33.256],[-52.787,4.308],[80.195,-60.529],[240.688,-24.154],[112.273,-100.825],[-14.261,-68.362],[-24.719,-58.853],[-29.86,-49.999],[-35.37,-31.498],[-48.722,-44.68],[-109.444,-47.896],[-178.092,-20.06],[-218.726,3.988]],"c":true}],"e":[{"i":[[-11.501,-7.951],[-2.05,-6.691],[-42.291,-46.059],[-56.466,8.503],[0,0],[104.408,13.527],[31.739,-22.382],[3.416,-2.365],[-1.054,-0.373],[5.294,0.41],[9.036,-0.96],[16.358,0.029],[22.026,-8.563],[9.744,-12.884]],"o":[[5.46,3.771],[50.446,-35.896],[44.007,-34.51],[63.872,-9.619],[0,0],[-39.124,-5.069],[-3.401,2.395],[-1.31,0.906],[-5.199,-0.42],[-9.283,-0.74],[-14.634,-5.08],[-23.653,-0.051],[-14.281,5.557],[-9.028,6.383]],"v":[[-218.686,40.518],[-208.344,58.256],[-47.787,43.808],[84.195,-21.529],[230.188,6.346],[101.273,-68.325],[-6.761,-26.362],[-18.219,-21.353],[-23.36,-15.499],[-33.87,-16.998],[-61.222,-16.18],[-106.945,-23.896],[-174.592,-11.06],[-217.226,12.488]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":25,"s":[{"i":[[-11.501,-7.951],[-2.05,-6.691],[-42.291,-46.059],[-56.466,8.503],[0,0],[104.408,13.527],[31.739,-22.382],[3.416,-2.365],[-1.054,-0.373],[5.294,0.41],[9.036,-0.96],[16.358,0.029],[22.026,-8.563],[9.744,-12.884]],"o":[[5.46,3.771],[50.446,-35.896],[44.007,-34.51],[63.872,-9.619],[0,0],[-39.124,-5.069],[-3.401,2.395],[-1.31,0.906],[-5.199,-0.42],[-9.283,-0.74],[-14.634,-5.08],[-23.653,-0.051],[-14.281,5.557],[-9.028,6.383]],"v":[[-218.686,40.518],[-208.344,58.256],[-47.787,43.808],[84.195,-21.529],[230.188,6.346],[101.273,-68.325],[-6.761,-26.362],[-18.219,-21.353],[-23.36,-15.499],[-33.87,-16.998],[-61.222,-16.18],[-106.945,-23.896],[-174.592,-11.06],[-217.226,12.488]],"c":true}],"e":[{"i":[[-11.505,-7.946],[-2.05,-6.691],[-39.537,-27.553],[-56.466,8.504],[0,0],[59.908,-0.473],[31.754,-22.361],[3.417,-2.363],[-1.054,-0.373],[5.293,0.422],[9.036,-0.96],[16.358,0.035],[22.023,-8.57],[9.744,-12.884]],"o":[[5.46,3.771],[50.446,-35.896],[44.007,-34.51],[63.872,-9.619],[0,0],[-39.45,0.312],[-3.401,2.395],[-1.31,0.906],[-5.199,-0.42],[-9.283,-0.74],[-14.634,-5.08],[-23.653,-0.051],[-14.281,5.557],[-9.028,6.383]],"v":[[-220.186,26.018],[-213.844,33.256],[-52.787,4.308],[80.195,-60.529],[240.688,-24.154],[112.273,-100.825],[-14.261,-68.362],[-24.719,-58.853],[-29.86,-49.999],[-35.37,-31.498],[-48.722,-44.68],[-109.444,-47.896],[-178.092,-20.06],[-218.726,3.988]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":31,"s":[{"i":[[-11.505,-7.946],[-2.05,-6.691],[-39.537,-27.553],[-56.466,8.504],[0,0],[59.908,-0.473],[31.754,-22.361],[3.417,-2.363],[-1.054,-0.373],[5.293,0.422],[9.036,-0.96],[16.358,0.035],[22.023,-8.57],[9.744,-12.884]],"o":[[5.46,3.771],[50.446,-35.896],[44.007,-34.51],[63.872,-9.619],[0,0],[-39.45,0.312],[-3.401,2.395],[-1.31,0.906],[-5.199,-0.42],[-9.283,-0.74],[-14.634,-5.08],[-23.653,-0.051],[-14.281,5.557],[-9.028,6.383]],"v":[[-220.186,26.018],[-213.844,33.256],[-52.787,4.308],[80.195,-60.529],[240.688,-24.154],[112.273,-100.825],[-14.261,-68.362],[-24.719,-58.853],[-29.86,-49.999],[-35.37,-31.498],[-48.722,-44.68],[-109.444,-47.896],[-178.092,-20.06],[-218.726,3.988]],"c":true}],"e":[{"i":[[-11.505,-7.946],[-2.05,-6.691],[-39.537,-27.553],[-56.466,8.504],[0,0],[59.908,-0.473],[31.754,-22.361],[3.417,-2.363],[-1.054,-0.373],[5.293,0.422],[9.036,-0.96],[16.358,0.035],[22.023,-8.57],[9.744,-12.884]],"o":[[5.46,3.771],[50.446,-35.896],[44.007,-34.51],[63.872,-9.619],[0,0],[-39.45,0.312],[-3.401,2.395],[-1.31,0.906],[-5.199,-0.42],[-9.283,-0.74],[-14.634,-5.08],[-23.653,-0.051],[-14.281,5.557],[-9.028,6.383]],"v":[[-220.186,26.018],[-213.844,33.256],[-52.787,4.308],[80.195,-60.529],[240.688,-24.154],[112.273,-100.825],[-14.261,-68.362],[-24.719,-58.853],[-29.86,-49.999],[-35.37,-31.498],[-48.722,-44.68],[-109.444,-47.896],[-178.092,-20.06],[-218.726,3.988]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":35,"s":[{"i":[[-11.505,-7.946],[-2.05,-6.691],[-39.537,-27.553],[-56.466,8.504],[0,0],[59.908,-0.473],[31.754,-22.361],[3.417,-2.363],[-1.054,-0.373],[5.293,0.422],[9.036,-0.96],[16.358,0.035],[22.023,-8.57],[9.744,-12.884]],"o":[[5.46,3.771],[50.446,-35.896],[44.007,-34.51],[63.872,-9.619],[0,0],[-39.45,0.312],[-3.401,2.395],[-1.31,0.906],[-5.199,-0.42],[-9.283,-0.74],[-14.634,-5.08],[-23.653,-0.051],[-14.281,5.557],[-9.028,6.383]],"v":[[-220.186,26.018],[-213.844,33.256],[-52.787,4.308],[80.195,-60.529],[240.688,-24.154],[112.273,-100.825],[-14.261,-68.362],[-24.719,-58.853],[-29.86,-49.999],[-35.37,-31.498],[-48.722,-44.68],[-109.444,-47.896],[-178.092,-20.06],[-218.726,3.988]],"c":true}],"e":[{"i":[[-11.501,-7.951],[-2.05,-6.691],[-42.291,-46.059],[-56.466,8.503],[0,0],[104.408,13.527],[31.739,-22.382],[3.416,-2.365],[-1.054,-0.373],[5.294,0.41],[9.036,-0.96],[16.358,0.029],[22.026,-8.563],[9.744,-12.884]],"o":[[5.46,3.771],[50.446,-35.896],[44.007,-34.51],[63.872,-9.619],[0,0],[-39.124,-5.069],[-3.401,2.395],[-1.31,0.906],[-5.199,-0.42],[-9.283,-0.74],[-14.634,-5.08],[-23.653,-0.051],[-14.281,5.557],[-9.028,6.383]],"v":[[-218.686,40.518],[-208.344,58.256],[-47.787,43.808],[84.195,-21.529],[230.188,6.346],[101.273,-68.325],[-6.761,-26.362],[-18.219,-21.353],[-23.36,-15.499],[-33.87,-16.998],[-61.222,-16.18],[-106.945,-23.896],[-174.592,-11.06],[-217.226,12.488]],"c":true}]},{"t":41}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.929,0.49,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[519.818,668.798],"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":"L BUTT SHINE","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":9,"s":[{"i":[[10.541,-37.519],[29.674,-20.651],[28.736,-6.634],[15.151,3.497],[0.78,-0.01],[34.304,6.025],[28.487,14.553],[13.787,9.22],[7.182,5.011],[4.577,1.515],[1.486,0.628],[0.471,6.938],[-6.917,4.301],[-3.12,0.349],[-0.198,0.03],[-0.901,4.41],[-0.544,9.695],[-1.252,9.02],[1.658,5.703],[7.094,4.898],[-9.029,6.383],[-14.28,5.557],[-23.652,-0.051],[-14.635,-5.08],[-9.284,-0.74],[-5.199,-0.42],[-1.31,0.906],[-3.4,2.395],[-39.404,-1.932],[-28.672,-17.803],[-11.062,-30.19]],"o":[[-9.372,33.37],[-26.752,18.608],[-15.297,3.539],[-0.782,0.015],[-34.898,0.387],[-31.349,-5.51],[-14.796,-7.561],[-7.274,-4.869],[-3.668,-2.555],[-1.683,-0.187],[-7.677,-2.7],[-1.044,-6.873],[2.262,-1.617],[0.194,-0.034],[0.803,-4.606],[-1.767,-10.87],[0.502,-8.99],[-1.439,-5.695],[-2.261,-7.764],[-11.501,-7.951],[9.743,-12.884],[22.026,-8.563],[16.358,0.029],[9.035,-0.96],[5.294,0.41],[-1.053,-0.373],[3.416,-2.365],[31.739,-22.382],[33.929,1.661],[27.833,17.275],[13.542,36.977]],"v":[[238.529,49.295],[183.023,136.476],[95.564,168.982],[49.568,168.227],[47.241,168.273],[-55.189,159.177],[-145.469,130.911],[-187.603,103.997],[-209.342,89.263],[-225.405,78.187],[-230.171,76.956],[-242.108,60.742],[-233.957,42.333],[-225.853,39.284],[-225.268,39.167],[-222.867,25.528],[-224.227,-6.175],[-221.493,-33.218],[-226.409,-50.25],[-238.436,-73.747],[-236.975,-101.776],[-194.342,-125.325],[-126.694,-138.161],[-80.971,-130.445],[-53.62,-131.263],[-37.611,-126.263],[-32.469,-129.117],[-22.512,-136.627],[81.523,-170.589],[179.495,-138.156],[236.395,-62.86]],"c":true}],"e":[{"i":[[4.815,-38.673],[26.262,-24.845],[27.418,-10.865],[15.503,1.195],[0.77,-0.125],[34.819,0.838],[30.34,10.138],[15.006,7.064],[7.853,3.876],[4.752,0.814],[1.563,0.399],[1.502,6.79],[-6.197,5.286],[-3.033,0.811],[-0.191,0.059],[-0.232,4.495],[0.913,9.667],[0.109,9.106],[2.494,5.39],[7.744,3.788],[-7.974,7.66],[-13.292,7.623],[-23.393,3.492],[-15.23,-2.837],[-9.289,0.676],[-5.203,0.361],[-1.159,1.092],[-3.003,2.878],[-39.25,3.979],[-31.012,-13.315],[-15.443,-28.201]],"o":[[-4.282,34.396],[-23.672,22.395],[-14.597,5.784],[-0.771,0.132],[-34.449,5.595],[-31.82,-0.766],[-15.759,-5.266],[-7.92,-3.728],[-4.008,-1.978],[-1.692,0.066],[-7.994,-1.523],[-2.059,-6.64],[1.995,-1.937],[0.187,-0.063],[0.106,-4.674],[-3.371,-10.484],[-0.846,-8.964],[-2.274,-5.416],[-3.395,-7.339],[-12.56,-6.144],[7.709,-14.195],[20.5,-11.757],[16.179,-2.415],[8.79,-2.299],[5.296,-0.385],[-1.097,-0.212],[3.024,-2.849],[28.04,-26.872],[33.796,-3.426],[30.101,12.924],[18.913,34.539]],"v":[[243.216,-6.887],[205.542,89.375],[119.734,132.812],[74.141,138.935],[71.847,139.329],[-30.794,145.635],[-124.283,131.172],[-169.965,110.853],[-193.66,99.531],[-211.198,90.979],[-216.093,90.473],[-230.319,76.224],[-225.009,56.805],[-217.451,52.58],[-229.891,45.376],[-226.554,36.031],[-222.633,7.387],[-223.97,-19.76],[-231.374,-35.867],[-246.777,-57.303],[-249.519,-85.237],[-232.882,-117.889],[-163.911,-151.686],[-100.548,-163.886],[-61.625,-163.781],[-56.049,-139.229],[-51.392,-142.819],[-42.667,-151.731],[55.127,-200.853],[154.845,-194.918],[224.354,-117.466]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":15,"s":[{"i":[[4.815,-38.673],[26.262,-24.845],[27.418,-10.865],[15.503,1.195],[0.77,-0.125],[34.819,0.838],[30.34,10.138],[15.006,7.064],[7.853,3.876],[4.752,0.814],[1.563,0.399],[1.502,6.79],[-6.197,5.286],[-3.033,0.811],[-0.191,0.059],[-0.232,4.495],[0.913,9.667],[0.109,9.106],[2.494,5.39],[7.744,3.788],[-7.974,7.66],[-13.292,7.623],[-23.393,3.492],[-15.23,-2.837],[-9.289,0.676],[-5.203,0.361],[-1.159,1.092],[-3.003,2.878],[-39.25,3.979],[-31.012,-13.315],[-15.443,-28.201]],"o":[[-4.282,34.396],[-23.672,22.395],[-14.597,5.784],[-0.771,0.132],[-34.449,5.595],[-31.82,-0.766],[-15.759,-5.266],[-7.92,-3.728],[-4.008,-1.978],[-1.692,0.066],[-7.994,-1.523],[-2.059,-6.64],[1.995,-1.937],[0.187,-0.063],[0.106,-4.674],[-3.371,-10.484],[-0.846,-8.964],[-2.274,-5.416],[-3.395,-7.339],[-12.56,-6.144],[7.709,-14.195],[20.5,-11.757],[16.179,-2.415],[8.79,-2.299],[5.296,-0.385],[-1.097,-0.212],[3.024,-2.849],[28.04,-26.872],[33.796,-3.426],[30.101,12.924],[18.913,34.539]],"v":[[243.216,-6.887],[205.542,89.375],[119.734,132.812],[74.141,138.935],[71.847,139.329],[-30.794,145.635],[-124.283,131.172],[-169.965,110.853],[-193.66,99.531],[-211.198,90.979],[-216.093,90.473],[-230.319,76.224],[-225.009,56.805],[-217.451,52.58],[-229.891,45.376],[-226.554,36.031],[-222.633,7.387],[-223.97,-19.76],[-231.374,-35.867],[-246.777,-57.303],[-249.519,-85.237],[-232.882,-117.889],[-163.911,-151.686],[-100.548,-163.886],[-61.625,-163.781],[-56.049,-139.229],[-51.392,-142.819],[-42.667,-151.731],[55.127,-200.853],[154.845,-194.918],[224.354,-117.466]],"c":true}],"e":[{"i":[[4.815,-38.673],[26.262,-24.845],[27.418,-10.865],[15.503,1.195],[0.77,-0.125],[34.819,0.838],[30.34,10.138],[15.006,7.064],[7.853,3.876],[4.752,0.814],[1.563,0.399],[1.502,6.79],[-6.197,5.286],[-3.033,0.811],[-0.191,0.059],[-0.232,4.495],[0.913,9.667],[0.109,9.106],[2.494,5.39],[7.744,3.788],[-7.974,7.66],[-13.292,7.623],[-23.393,3.492],[-15.23,-2.837],[-9.289,0.676],[-5.203,0.361],[-1.159,1.092],[-3.003,2.878],[-39.25,3.979],[-31.012,-13.315],[-15,-28.852]],"o":[[-4.282,34.396],[-23.672,22.395],[-14.597,5.784],[-0.771,0.132],[-34.449,5.595],[-31.82,-0.766],[-15.759,-5.266],[-7.92,-3.728],[-4.008,-1.978],[-1.692,0.066],[-7.994,-1.523],[-2.059,-6.64],[1.995,-1.937],[0.187,-0.063],[0.106,-4.674],[-3.371,-10.484],[-0.846,-8.964],[-2.274,-5.416],[-3.395,-7.339],[-12.56,-6.144],[7.709,-14.195],[20.5,-11.757],[16.179,-2.415],[8.79,-2.299],[5.296,-0.385],[-1.097,-0.212],[3.024,-2.849],[28.04,-26.872],[33.796,-3.426],[30.101,12.924],[18.177,34.907]],"v":[[243.216,-6.887],[197.542,80.875],[119.734,132.812],[74.141,138.935],[71.847,139.329],[-30.794,145.635],[-124.283,131.172],[-169.965,110.853],[-193.66,99.531],[-211.198,90.979],[-216.093,90.473],[-230.319,76.224],[-225.009,56.805],[-217.451,52.58],[-229.891,45.376],[-226.554,36.031],[-222.633,7.387],[-223.97,-19.76],[-231.374,-35.867],[-246.777,-57.303],[-249.519,-85.237],[-232.882,-117.889],[-163.911,-151.686],[-100.548,-163.886],[-62.125,-152.781],[-56.049,-139.229],[-51.392,-142.819],[-42.667,-151.731],[55.127,-200.853],[158.345,-194.918],[224.354,-117.466]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":19,"s":[{"i":[[4.815,-38.673],[26.262,-24.845],[27.418,-10.865],[15.503,1.195],[0.77,-0.125],[34.819,0.838],[30.34,10.138],[15.006,7.064],[7.853,3.876],[4.752,0.814],[1.563,0.399],[1.502,6.79],[-6.197,5.286],[-3.033,0.811],[-0.191,0.059],[-0.232,4.495],[0.913,9.667],[0.109,9.106],[2.494,5.39],[7.744,3.788],[-7.974,7.66],[-13.292,7.623],[-23.393,3.492],[-15.23,-2.837],[-9.289,0.676],[-5.203,0.361],[-1.159,1.092],[-3.003,2.878],[-39.25,3.979],[-31.012,-13.315],[-15,-28.852]],"o":[[-4.282,34.396],[-23.672,22.395],[-14.597,5.784],[-0.771,0.132],[-34.449,5.595],[-31.82,-0.766],[-15.759,-5.266],[-7.92,-3.728],[-4.008,-1.978],[-1.692,0.066],[-7.994,-1.523],[-2.059,-6.64],[1.995,-1.937],[0.187,-0.063],[0.106,-4.674],[-3.371,-10.484],[-0.846,-8.964],[-2.274,-5.416],[-3.395,-7.339],[-12.56,-6.144],[7.709,-14.195],[20.5,-11.757],[16.179,-2.415],[8.79,-2.299],[5.296,-0.385],[-1.097,-0.212],[3.024,-2.849],[28.04,-26.872],[33.796,-3.426],[30.101,12.924],[18.177,34.907]],"v":[[243.216,-6.887],[197.542,80.875],[119.734,132.812],[74.141,138.935],[71.847,139.329],[-30.794,145.635],[-124.283,131.172],[-169.965,110.853],[-193.66,99.531],[-211.198,90.979],[-216.093,90.473],[-230.319,76.224],[-225.009,56.805],[-217.451,52.58],[-229.891,45.376],[-226.554,36.031],[-222.633,7.387],[-223.97,-19.76],[-231.374,-35.867],[-246.777,-57.303],[-249.519,-85.237],[-232.882,-117.889],[-163.911,-151.686],[-100.548,-163.886],[-62.125,-152.781],[-56.049,-139.229],[-51.392,-142.819],[-42.667,-151.731],[55.127,-200.853],[158.345,-194.918],[224.354,-117.466]],"c":true}],"e":[{"i":[[10.541,-37.519],[29.674,-20.651],[28.736,-6.634],[15.151,3.497],[0.78,-0.01],[34.304,6.025],[28.487,14.553],[13.787,9.22],[7.182,5.011],[4.577,1.515],[1.486,0.628],[0.471,6.938],[-6.917,4.301],[-3.12,0.349],[-0.198,0.03],[-0.901,4.41],[-0.544,9.695],[-1.252,9.02],[1.658,5.703],[7.094,4.898],[-9.029,6.383],[-14.28,5.557],[-23.652,-0.051],[-14.635,-5.08],[-9.284,-0.74],[-5.199,-0.42],[-1.31,0.906],[-3.4,2.395],[-39.404,-1.932],[-28.672,-17.803],[-11.062,-30.19]],"o":[[-9.372,33.37],[-26.752,18.608],[-15.297,3.539],[-0.782,0.015],[-34.898,0.387],[-31.349,-5.51],[-14.796,-7.561],[-7.274,-4.869],[-3.668,-2.555],[-1.683,-0.187],[-7.677,-2.7],[-1.044,-6.873],[2.262,-1.617],[0.194,-0.034],[0.803,-4.606],[-1.767,-10.87],[0.502,-8.99],[-1.439,-5.695],[-2.261,-7.764],[-11.501,-7.951],[9.743,-12.884],[22.026,-8.563],[16.358,0.029],[9.035,-0.96],[5.294,0.41],[-1.053,-0.373],[3.416,-2.365],[31.739,-22.382],[33.929,1.661],[27.833,17.275],[13.542,36.977]],"v":[[238.529,49.295],[183.023,136.476],[95.564,168.982],[49.568,168.227],[47.241,168.273],[-55.189,159.177],[-145.469,130.911],[-187.603,103.997],[-209.342,89.263],[-225.405,78.187],[-230.171,76.956],[-242.108,60.742],[-233.957,42.333],[-225.853,39.284],[-225.268,39.167],[-222.867,25.528],[-224.227,-6.175],[-221.493,-33.218],[-226.409,-50.25],[-238.436,-73.747],[-236.975,-101.776],[-194.342,-125.325],[-126.694,-138.161],[-80.971,-130.445],[-53.62,-131.263],[-37.611,-126.263],[-32.469,-129.117],[-22.512,-136.627],[81.523,-170.589],[179.495,-138.156],[236.395,-62.86]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":25,"s":[{"i":[[10.541,-37.519],[29.674,-20.651],[28.736,-6.634],[15.151,3.497],[0.78,-0.01],[34.304,6.025],[28.487,14.553],[13.787,9.22],[7.182,5.011],[4.577,1.515],[1.486,0.628],[0.471,6.938],[-6.917,4.301],[-3.12,0.349],[-0.198,0.03],[-0.901,4.41],[-0.544,9.695],[-1.252,9.02],[1.658,5.703],[7.094,4.898],[-9.029,6.383],[-14.28,5.557],[-23.652,-0.051],[-14.635,-5.08],[-9.284,-0.74],[-5.199,-0.42],[-1.31,0.906],[-3.4,2.395],[-39.404,-1.932],[-28.672,-17.803],[-11.062,-30.19]],"o":[[-9.372,33.37],[-26.752,18.608],[-15.297,3.539],[-0.782,0.015],[-34.898,0.387],[-31.349,-5.51],[-14.796,-7.561],[-7.274,-4.869],[-3.668,-2.555],[-1.683,-0.187],[-7.677,-2.7],[-1.044,-6.873],[2.262,-1.617],[0.194,-0.034],[0.803,-4.606],[-1.767,-10.87],[0.502,-8.99],[-1.439,-5.695],[-2.261,-7.764],[-11.501,-7.951],[9.743,-12.884],[22.026,-8.563],[16.358,0.029],[9.035,-0.96],[5.294,0.41],[-1.053,-0.373],[3.416,-2.365],[31.739,-22.382],[33.929,1.661],[27.833,17.275],[13.542,36.977]],"v":[[238.529,49.295],[183.023,136.476],[95.564,168.982],[49.568,168.227],[47.241,168.273],[-55.189,159.177],[-145.469,130.911],[-187.603,103.997],[-209.342,89.263],[-225.405,78.187],[-230.171,76.956],[-242.108,60.742],[-233.957,42.333],[-225.853,39.284],[-225.268,39.167],[-222.867,25.528],[-224.227,-6.175],[-221.493,-33.218],[-226.409,-50.25],[-238.436,-73.747],[-236.975,-101.776],[-194.342,-125.325],[-126.694,-138.161],[-80.971,-130.445],[-53.62,-131.263],[-37.611,-126.263],[-32.469,-129.117],[-22.512,-136.627],[81.523,-170.589],[179.495,-138.156],[236.395,-62.86]],"c":true}],"e":[{"i":[[4.815,-38.673],[26.262,-24.845],[27.418,-10.865],[15.503,1.195],[0.77,-0.125],[34.819,0.838],[30.34,10.138],[15.006,7.064],[7.853,3.876],[4.752,0.814],[1.563,0.399],[1.502,6.79],[-6.197,5.286],[-3.033,0.811],[-0.191,0.059],[-0.232,4.495],[0.913,9.667],[0.109,9.106],[2.494,5.39],[7.744,3.788],[-7.974,7.66],[-13.292,7.623],[-23.393,3.492],[-15.23,-2.837],[-9.289,0.676],[-5.203,0.361],[-1.159,1.092],[-3.003,2.878],[-39.25,3.979],[-31.012,-13.315],[-15.443,-28.201]],"o":[[-4.282,34.396],[-23.672,22.395],[-14.597,5.784],[-0.771,0.132],[-34.449,5.595],[-31.82,-0.766],[-15.759,-5.266],[-7.92,-3.728],[-4.008,-1.978],[-1.692,0.066],[-7.994,-1.523],[-2.059,-6.64],[1.995,-1.937],[0.187,-0.063],[0.106,-4.674],[-3.371,-10.484],[-0.846,-8.964],[-2.274,-5.416],[-3.395,-7.339],[-12.56,-6.144],[7.709,-14.195],[20.5,-11.757],[16.179,-2.415],[8.79,-2.299],[5.296,-0.385],[-1.097,-0.212],[3.024,-2.849],[28.04,-26.872],[33.796,-3.426],[30.101,12.924],[18.913,34.539]],"v":[[243.216,-6.887],[205.542,89.375],[119.734,132.812],[74.141,138.935],[71.847,139.329],[-30.794,145.635],[-124.283,131.172],[-169.965,110.853],[-193.66,99.531],[-211.198,90.979],[-216.093,90.473],[-230.319,76.224],[-225.009,56.805],[-217.451,52.58],[-229.891,45.376],[-226.554,36.031],[-222.633,7.387],[-223.97,-19.76],[-231.374,-35.867],[-246.777,-57.303],[-249.519,-85.237],[-232.882,-117.889],[-163.911,-151.686],[-100.548,-163.886],[-61.625,-163.781],[-56.049,-139.229],[-51.392,-142.819],[-42.667,-151.731],[55.127,-200.853],[154.845,-194.918],[224.354,-117.466]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":31,"s":[{"i":[[4.815,-38.673],[26.262,-24.845],[27.418,-10.865],[15.503,1.195],[0.77,-0.125],[34.819,0.838],[30.34,10.138],[15.006,7.064],[7.853,3.876],[4.752,0.814],[1.563,0.399],[1.502,6.79],[-6.197,5.286],[-3.033,0.811],[-0.191,0.059],[-0.232,4.495],[0.913,9.667],[0.109,9.106],[2.494,5.39],[7.744,3.788],[-7.974,7.66],[-13.292,7.623],[-23.393,3.492],[-15.23,-2.837],[-9.289,0.676],[-5.203,0.361],[-1.159,1.092],[-3.003,2.878],[-39.25,3.979],[-31.012,-13.315],[-15.443,-28.201]],"o":[[-4.282,34.396],[-23.672,22.395],[-14.597,5.784],[-0.771,0.132],[-34.449,5.595],[-31.82,-0.766],[-15.759,-5.266],[-7.92,-3.728],[-4.008,-1.978],[-1.692,0.066],[-7.994,-1.523],[-2.059,-6.64],[1.995,-1.937],[0.187,-0.063],[0.106,-4.674],[-3.371,-10.484],[-0.846,-8.964],[-2.274,-5.416],[-3.395,-7.339],[-12.56,-6.144],[7.709,-14.195],[20.5,-11.757],[16.179,-2.415],[8.79,-2.299],[5.296,-0.385],[-1.097,-0.212],[3.024,-2.849],[28.04,-26.872],[33.796,-3.426],[30.101,12.924],[18.913,34.539]],"v":[[243.216,-6.887],[205.542,89.375],[119.734,132.812],[74.141,138.935],[71.847,139.329],[-30.794,145.635],[-124.283,131.172],[-169.965,110.853],[-193.66,99.531],[-211.198,90.979],[-216.093,90.473],[-230.319,76.224],[-225.009,56.805],[-217.451,52.58],[-229.891,45.376],[-226.554,36.031],[-222.633,7.387],[-223.97,-19.76],[-231.374,-35.867],[-246.777,-57.303],[-249.519,-85.237],[-232.882,-117.889],[-163.911,-151.686],[-100.548,-163.886],[-61.625,-163.781],[-56.049,-139.229],[-51.392,-142.819],[-42.667,-151.731],[55.127,-200.853],[154.845,-194.918],[224.354,-117.466]],"c":true}],"e":[{"i":[[4.815,-38.673],[26.262,-24.845],[27.418,-10.865],[15.503,1.195],[0.77,-0.125],[34.819,0.838],[30.34,10.138],[15.006,7.064],[7.853,3.876],[4.752,0.814],[1.563,0.399],[1.502,6.79],[-6.197,5.286],[-3.033,0.811],[-0.191,0.059],[-0.232,4.495],[0.913,9.667],[0.109,9.106],[2.494,5.39],[7.744,3.788],[-7.974,7.66],[-13.292,7.623],[-23.393,3.492],[-15.23,-2.837],[-9.289,0.676],[-5.203,0.361],[-1.159,1.092],[-3.003,2.878],[-39.25,3.979],[-31.012,-13.315],[-15,-28.852]],"o":[[-4.282,34.396],[-23.672,22.395],[-14.597,5.784],[-0.771,0.132],[-34.449,5.595],[-31.82,-0.766],[-15.759,-5.266],[-7.92,-3.728],[-4.008,-1.978],[-1.692,0.066],[-7.994,-1.523],[-2.059,-6.64],[1.995,-1.937],[0.187,-0.063],[0.106,-4.674],[-3.371,-10.484],[-0.846,-8.964],[-2.274,-5.416],[-3.395,-7.339],[-12.56,-6.144],[7.709,-14.195],[20.5,-11.757],[16.179,-2.415],[8.79,-2.299],[5.296,-0.385],[-1.097,-0.212],[3.024,-2.849],[28.04,-26.872],[33.796,-3.426],[30.101,12.924],[18.177,34.907]],"v":[[243.216,-6.887],[197.542,80.875],[119.734,132.812],[74.141,138.935],[71.847,139.329],[-30.794,145.635],[-124.283,131.172],[-169.965,110.853],[-193.66,99.531],[-211.198,90.979],[-216.093,90.473],[-230.319,76.224],[-225.009,56.805],[-217.451,52.58],[-229.891,45.376],[-226.554,36.031],[-222.633,7.387],[-223.97,-19.76],[-231.374,-35.867],[-246.777,-57.303],[-249.519,-85.237],[-232.882,-117.889],[-163.911,-151.686],[-100.548,-163.886],[-62.125,-152.781],[-56.049,-139.229],[-51.392,-142.819],[-42.667,-151.731],[55.127,-200.853],[158.345,-194.918],[224.354,-117.466]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":35,"s":[{"i":[[4.815,-38.673],[26.262,-24.845],[27.418,-10.865],[15.503,1.195],[0.77,-0.125],[34.819,0.838],[30.34,10.138],[15.006,7.064],[7.853,3.876],[4.752,0.814],[1.563,0.399],[1.502,6.79],[-6.197,5.286],[-3.033,0.811],[-0.191,0.059],[-0.232,4.495],[0.913,9.667],[0.109,9.106],[2.494,5.39],[7.744,3.788],[-7.974,7.66],[-13.292,7.623],[-23.393,3.492],[-15.23,-2.837],[-9.289,0.676],[-5.203,0.361],[-1.159,1.092],[-3.003,2.878],[-39.25,3.979],[-31.012,-13.315],[-15,-28.852]],"o":[[-4.282,34.396],[-23.672,22.395],[-14.597,5.784],[-0.771,0.132],[-34.449,5.595],[-31.82,-0.766],[-15.759,-5.266],[-7.92,-3.728],[-4.008,-1.978],[-1.692,0.066],[-7.994,-1.523],[-2.059,-6.64],[1.995,-1.937],[0.187,-0.063],[0.106,-4.674],[-3.371,-10.484],[-0.846,-8.964],[-2.274,-5.416],[-3.395,-7.339],[-12.56,-6.144],[7.709,-14.195],[20.5,-11.757],[16.179,-2.415],[8.79,-2.299],[5.296,-0.385],[-1.097,-0.212],[3.024,-2.849],[28.04,-26.872],[33.796,-3.426],[30.101,12.924],[18.177,34.907]],"v":[[243.216,-6.887],[197.542,80.875],[119.734,132.812],[74.141,138.935],[71.847,139.329],[-30.794,145.635],[-124.283,131.172],[-169.965,110.853],[-193.66,99.531],[-211.198,90.979],[-216.093,90.473],[-230.319,76.224],[-225.009,56.805],[-217.451,52.58],[-229.891,45.376],[-226.554,36.031],[-222.633,7.387],[-223.97,-19.76],[-231.374,-35.867],[-246.777,-57.303],[-249.519,-85.237],[-232.882,-117.889],[-163.911,-151.686],[-100.548,-163.886],[-62.125,-152.781],[-56.049,-139.229],[-51.392,-142.819],[-42.667,-151.731],[55.127,-200.853],[158.345,-194.918],[224.354,-117.466]],"c":true}],"e":[{"i":[[10.541,-37.519],[29.674,-20.651],[28.736,-6.634],[15.151,3.497],[0.78,-0.01],[34.304,6.025],[28.487,14.553],[13.787,9.22],[7.182,5.011],[4.577,1.515],[1.486,0.628],[0.471,6.938],[-6.917,4.301],[-3.12,0.349],[-0.198,0.03],[-0.901,4.41],[-0.544,9.695],[-1.252,9.02],[1.658,5.703],[7.094,4.898],[-9.029,6.383],[-14.28,5.557],[-23.652,-0.051],[-14.635,-5.08],[-9.284,-0.74],[-5.199,-0.42],[-1.31,0.906],[-3.4,2.395],[-39.404,-1.932],[-28.672,-17.803],[-11.062,-30.19]],"o":[[-9.372,33.37],[-26.752,18.608],[-15.297,3.539],[-0.782,0.015],[-34.898,0.387],[-31.349,-5.51],[-14.796,-7.561],[-7.274,-4.869],[-3.668,-2.555],[-1.683,-0.187],[-7.677,-2.7],[-1.044,-6.873],[2.262,-1.617],[0.194,-0.034],[0.803,-4.606],[-1.767,-10.87],[0.502,-8.99],[-1.439,-5.695],[-2.261,-7.764],[-11.501,-7.951],[9.743,-12.884],[22.026,-8.563],[16.358,0.029],[9.035,-0.96],[5.294,0.41],[-1.053,-0.373],[3.416,-2.365],[31.739,-22.382],[33.929,1.661],[27.833,17.275],[13.542,36.977]],"v":[[238.529,49.295],[183.023,136.476],[95.564,168.982],[49.568,168.227],[47.241,168.273],[-55.189,159.177],[-145.469,130.911],[-187.603,103.997],[-209.342,89.263],[-225.405,78.187],[-230.171,76.956],[-242.108,60.742],[-233.957,42.333],[-225.853,39.284],[-225.268,39.167],[-222.867,25.528],[-224.227,-6.175],[-221.493,-33.218],[-226.409,-50.25],[-238.436,-73.747],[-236.975,-101.776],[-194.342,-125.325],[-126.694,-138.161],[-80.971,-130.445],[-53.62,-131.263],[-37.611,-126.263],[-32.469,-129.117],[-22.512,-136.627],[81.523,-170.589],[179.495,-138.156],[236.395,-62.86]],"c":true}]},{"t":41}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.89,0.208,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[540.004,783.497],"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":"L-BUTT MAIN","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":9,"s":[{"i":[[0.135,0],[0.216,5.861],[-21.158,12.327],[-3.021,-5.188],[5.188,-3.023],[-0.767,-20.678],[5.999,-0.22]],"o":[[-5.818,0],[-0.947,-25.481],[5.185,-3.018],[3.02,5.185],[-11.644,6.784],[0.222,5.999],[-0.138,0.007]],"v":[[-17.808,49.632],[-28.662,39.167],[11.726,-46.614],[26.589,-42.692],[22.669,-27.831],[-6.942,38.361],[-17.399,49.623]],"c":true}],"e":[{"i":[[0.135,0],[0.218,5.861],[-21.163,12.318],[-3.022,-5.188],[5.188,-3.023],[-0.765,-20.678],[5.999,-0.22]],"o":[[-5.818,0],[-0.947,-25.481],[5.185,-3.018],[3.02,5.185],[-11.644,6.784],[0.222,5.999],[-0.138,0.007]],"v":[[-17.808,49.632],[-28.662,39.167],[11.726,-46.614],[26.589,-42.692],[22.669,-27.831],[-6.942,38.361],[-17.399,49.623]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":15,"s":[{"i":[[0.135,0],[0.218,5.861],[-21.163,12.318],[-3.022,-5.188],[5.188,-3.023],[-0.765,-20.678],[5.999,-0.22]],"o":[[-5.818,0],[-0.947,-25.481],[5.185,-3.018],[3.02,5.185],[-11.644,6.784],[0.222,5.999],[-0.138,0.007]],"v":[[-17.808,49.632],[-28.662,39.167],[11.726,-46.614],[26.589,-42.692],[22.669,-27.831],[-6.942,38.361],[-17.399,49.623]],"c":true}],"e":[{"i":[[0.135,0],[0.218,5.861],[-21.163,12.318],[-3.022,-5.188],[5.188,-3.023],[-0.765,-20.678],[5.999,-0.22]],"o":[[-5.818,0],[-0.947,-25.481],[5.185,-3.018],[3.02,5.185],[-11.644,6.784],[0.222,5.999],[-0.138,0.007]],"v":[[-17.808,49.632],[-28.662,39.167],[11.726,-46.614],[26.589,-42.692],[22.669,-27.831],[-6.942,38.361],[-17.399,49.623]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":19,"s":[{"i":[[0.135,0],[0.218,5.861],[-21.163,12.318],[-3.022,-5.188],[5.188,-3.023],[-0.765,-20.678],[5.999,-0.22]],"o":[[-5.818,0],[-0.947,-25.481],[5.185,-3.018],[3.02,5.185],[-11.644,6.784],[0.222,5.999],[-0.138,0.007]],"v":[[-17.808,49.632],[-28.662,39.167],[11.726,-46.614],[26.589,-42.692],[22.669,-27.831],[-6.942,38.361],[-17.399,49.623]],"c":true}],"e":[{"i":[[0.135,0],[0.216,5.861],[-21.158,12.327],[-3.021,-5.188],[5.188,-3.023],[-0.767,-20.678],[5.999,-0.22]],"o":[[-5.818,0],[-0.947,-25.481],[5.185,-3.018],[3.02,5.185],[-11.644,6.784],[0.222,5.999],[-0.138,0.007]],"v":[[-17.808,49.632],[-28.662,39.167],[11.726,-46.614],[26.589,-42.692],[22.669,-27.831],[-6.942,38.361],[-17.399,49.623]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":25,"s":[{"i":[[0.135,0],[0.216,5.861],[-21.158,12.327],[-3.021,-5.188],[5.188,-3.023],[-0.767,-20.678],[5.999,-0.22]],"o":[[-5.818,0],[-0.947,-25.481],[5.185,-3.018],[3.02,5.185],[-11.644,6.784],[0.222,5.999],[-0.138,0.007]],"v":[[-17.808,49.632],[-28.662,39.167],[11.726,-46.614],[26.589,-42.692],[22.669,-27.831],[-6.942,38.361],[-17.399,49.623]],"c":true}],"e":[{"i":[[0.135,0],[0.218,5.861],[-21.163,12.318],[-3.022,-5.188],[5.188,-3.023],[-0.765,-20.678],[5.999,-0.22]],"o":[[-5.818,0],[-0.947,-25.481],[5.185,-3.018],[3.02,5.185],[-11.644,6.784],[0.222,5.999],[-0.138,0.007]],"v":[[-17.808,49.632],[-28.662,39.167],[11.726,-46.614],[26.589,-42.692],[22.669,-27.831],[-6.942,38.361],[-17.399,49.623]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":31,"s":[{"i":[[0.135,0],[0.218,5.861],[-21.163,12.318],[-3.022,-5.188],[5.188,-3.023],[-0.765,-20.678],[5.999,-0.22]],"o":[[-5.818,0],[-0.947,-25.481],[5.185,-3.018],[3.02,5.185],[-11.644,6.784],[0.222,5.999],[-0.138,0.007]],"v":[[-17.808,49.632],[-28.662,39.167],[11.726,-46.614],[26.589,-42.692],[22.669,-27.831],[-6.942,38.361],[-17.399,49.623]],"c":true}],"e":[{"i":[[0.135,0],[0.218,5.861],[-21.163,12.318],[-3.022,-5.188],[5.188,-3.023],[-0.765,-20.678],[5.999,-0.22]],"o":[[-5.818,0],[-0.947,-25.481],[5.185,-3.018],[3.02,5.185],[-11.644,6.784],[0.222,5.999],[-0.138,0.007]],"v":[[-17.808,49.632],[-28.662,39.167],[11.726,-46.614],[26.589,-42.692],[22.669,-27.831],[-6.942,38.361],[-17.399,49.623]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":35,"s":[{"i":[[0.135,0],[0.218,5.861],[-21.163,12.318],[-3.022,-5.188],[5.188,-3.023],[-0.765,-20.678],[5.999,-0.22]],"o":[[-5.818,0],[-0.947,-25.481],[5.185,-3.018],[3.02,5.185],[-11.644,6.784],[0.222,5.999],[-0.138,0.007]],"v":[[-17.808,49.632],[-28.662,39.167],[11.726,-46.614],[26.589,-42.692],[22.669,-27.831],[-6.942,38.361],[-17.399,49.623]],"c":true}],"e":[{"i":[[0.135,0],[0.216,5.861],[-21.158,12.327],[-3.021,-5.188],[5.188,-3.023],[-0.767,-20.678],[5.999,-0.22]],"o":[[-5.818,0],[-0.947,-25.481],[5.185,-3.018],[3.02,5.185],[-11.644,6.784],[0.222,5.999],[-0.138,0.007]],"v":[[-17.808,49.632],[-28.662,39.167],[11.726,-46.614],[26.589,-42.692],[22.669,-27.831],[-6.942,38.361],[-17.399,49.623]],"c":true}]},{"t":41}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.2,0.075,0.133,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[441.048,956.373],"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":"L-SOCK EDGE ","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.451,0],[1.216,0.439],[-2.035,5.648],[-23.394,15.247],[-3.274,-5.027],[5.029,-3.279],[15.555,-43.155]],"o":[[-1.225,0],[-5.647,-2.035],[20.257,-56.188],[5.033,-3.28],[3.277,5.028],[-23.695,15.445],[-1.598,4.431]],"v":[[-36.076,64.903],[-39.761,64.257],[-46.302,50.347],[30.019,-61.622],[45.06,-58.453],[41.89,-43.413],[-25.851,57.717]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.2,0.075,0.133,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[326.98,884.141],"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":"L-KNEE SOCK EDGE ","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[9.57,0],[24.718,41.488],[-25.607,30.628],[-4.607,-3.852],[3.849,-4.606],[-14.179,-23.798],[-51.742,10.504],[-1.195,-5.884],[5.881,-1.195]],"o":[[-54.408,0.002],[-19.064,-31.996],[3.846,-4.602],[4.603,3.848],[-19.508,23.335],[24.361,40.892],[5.871,-1.185],[1.194,5.883],[-9.103,1.847]],"v":[[59.504,86.144],[-78.246,16.19],[-68.103,-80.925],[-52.793,-82.293],[-51.426,-66.983],[-59.572,5.063],[83.304,62.113],[96.116,70.604],[87.626,83.417]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.2,0.075,0.133,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[557.965,1028.78],"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":"L-SHOE EDGE","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":9,"s":[{"i":[[10.017,0],[1.27,-0.601],[2.013,-5.947],[-9.059,-17.548],[-1.806,-2.536],[-39.508,0],[0,0],[0,0],[-6.154,13.698],[10.437,11.766],[18.542,9.09],[16.059,17.401]],"o":[[-1.657,0],[-5.878,2.771],[-5.312,15.677],[3.236,6.273],[32.626,45.795],[0,0],[0,0],[15.553,-0.009],[6.079,-13.534],[-12.81,-14.443],[-19.445,-9.539],[-9.582,-10.378]],"v":[[-64.83,-76.221],[-69.182,-75.329],[-80.75,-62.549],[-69.212,-4.987],[-61.34,8.164],[45.859,76.22],[45.859,87.09],[45.956,76.22],[81.147,53.996],[74.186,13.59],[25.321,-18.535],[-30.289,-55.334]],"c":true}],"e":[{"i":[[10.017,0],[1.27,-0.601],[2.013,-5.947],[-9.059,-17.548],[-1.806,-2.536],[-39.508,0],[0,0],[0,0],[-6.154,13.698],[10.437,11.766],[18.542,9.09],[16.059,17.401]],"o":[[-1.657,0],[-5.878,2.771],[-5.312,15.677],[3.236,6.273],[32.626,45.795],[0,0],[0,0],[15.553,-0.009],[6.079,-13.534],[-12.81,-14.443],[-19.445,-9.539],[-9.582,-10.378]],"v":[[-64.83,-76.221],[-69.182,-75.329],[-80.75,-62.549],[-69.212,-4.987],[-61.34,8.164],[45.859,76.22],[45.859,87.09],[45.956,76.22],[85.147,48.996],[73.186,7.59],[28.821,-19.535],[-30.289,-55.334]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":15,"s":[{"i":[[10.017,0],[1.27,-0.601],[2.013,-5.947],[-9.059,-17.548],[-1.806,-2.536],[-39.508,0],[0,0],[0,0],[-6.154,13.698],[10.437,11.766],[18.542,9.09],[16.059,17.401]],"o":[[-1.657,0],[-5.878,2.771],[-5.312,15.677],[3.236,6.273],[32.626,45.795],[0,0],[0,0],[15.553,-0.009],[6.079,-13.534],[-12.81,-14.443],[-19.445,-9.539],[-9.582,-10.378]],"v":[[-64.83,-76.221],[-69.182,-75.329],[-80.75,-62.549],[-69.212,-4.987],[-61.34,8.164],[45.859,76.22],[45.859,87.09],[45.956,76.22],[85.147,48.996],[73.186,7.59],[28.821,-19.535],[-30.289,-55.334]],"c":true}],"e":[{"i":[[10.017,0],[1.27,-0.601],[2.013,-5.947],[-9.059,-17.548],[-1.806,-2.536],[-39.508,0],[0,0],[0,0],[-6.154,13.698],[10.437,11.766],[18.542,9.09],[16.059,17.401]],"o":[[-1.657,0],[-5.878,2.771],[-5.312,15.677],[3.236,6.273],[32.626,45.795],[0,0],[0,0],[15.553,-0.009],[6.079,-13.534],[-12.81,-14.443],[-19.445,-9.539],[-9.582,-10.378]],"v":[[-64.83,-76.221],[-69.182,-75.329],[-80.75,-62.549],[-69.212,-4.987],[-61.34,8.164],[45.859,76.22],[45.859,87.09],[45.956,76.22],[85.147,48.996],[73.186,7.59],[28.821,-19.535],[-30.289,-55.334]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":19,"s":[{"i":[[10.017,0],[1.27,-0.601],[2.013,-5.947],[-9.059,-17.548],[-1.806,-2.536],[-39.508,0],[0,0],[0,0],[-6.154,13.698],[10.437,11.766],[18.542,9.09],[16.059,17.401]],"o":[[-1.657,0],[-5.878,2.771],[-5.312,15.677],[3.236,6.273],[32.626,45.795],[0,0],[0,0],[15.553,-0.009],[6.079,-13.534],[-12.81,-14.443],[-19.445,-9.539],[-9.582,-10.378]],"v":[[-64.83,-76.221],[-69.182,-75.329],[-80.75,-62.549],[-69.212,-4.987],[-61.34,8.164],[45.859,76.22],[45.859,87.09],[45.956,76.22],[85.147,48.996],[73.186,7.59],[28.821,-19.535],[-30.289,-55.334]],"c":true}],"e":[{"i":[[10.017,0],[1.27,-0.601],[2.013,-5.947],[-9.059,-17.548],[-1.806,-2.536],[-39.508,0],[0,0],[0,0],[-6.154,13.698],[10.437,11.766],[18.542,9.09],[16.059,17.401]],"o":[[-1.657,0],[-5.878,2.771],[-5.312,15.677],[3.236,6.273],[32.626,45.795],[0,0],[0,0],[15.553,-0.009],[6.079,-13.534],[-12.81,-14.443],[-19.445,-9.539],[-9.582,-10.378]],"v":[[-64.83,-76.221],[-69.182,-75.329],[-80.75,-62.549],[-69.212,-4.987],[-61.34,8.164],[45.859,76.22],[45.859,87.09],[45.956,76.22],[81.147,53.996],[74.186,13.59],[25.321,-18.535],[-30.289,-55.334]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":25,"s":[{"i":[[10.017,0],[1.27,-0.601],[2.013,-5.947],[-9.059,-17.548],[-1.806,-2.536],[-39.508,0],[0,0],[0,0],[-6.154,13.698],[10.437,11.766],[18.542,9.09],[16.059,17.401]],"o":[[-1.657,0],[-5.878,2.771],[-5.312,15.677],[3.236,6.273],[32.626,45.795],[0,0],[0,0],[15.553,-0.009],[6.079,-13.534],[-12.81,-14.443],[-19.445,-9.539],[-9.582,-10.378]],"v":[[-64.83,-76.221],[-69.182,-75.329],[-80.75,-62.549],[-69.212,-4.987],[-61.34,8.164],[45.859,76.22],[45.859,87.09],[45.956,76.22],[81.147,53.996],[74.186,13.59],[25.321,-18.535],[-30.289,-55.334]],"c":true}],"e":[{"i":[[10.017,0],[1.27,-0.601],[2.013,-5.947],[-9.059,-17.548],[-1.806,-2.536],[-39.508,0],[0,0],[0,0],[-6.154,13.698],[10.437,11.766],[18.542,9.09],[16.059,17.401]],"o":[[-1.657,0],[-5.878,2.771],[-5.312,15.677],[3.236,6.273],[32.626,45.795],[0,0],[0,0],[15.553,-0.009],[6.079,-13.534],[-12.81,-14.443],[-19.445,-9.539],[-9.582,-10.378]],"v":[[-64.83,-76.221],[-69.182,-75.329],[-80.75,-62.549],[-69.212,-4.987],[-61.34,8.164],[45.859,76.22],[45.859,87.09],[45.956,76.22],[85.147,48.996],[73.186,7.59],[28.821,-19.535],[-30.289,-55.334]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":31,"s":[{"i":[[10.017,0],[1.27,-0.601],[2.013,-5.947],[-9.059,-17.548],[-1.806,-2.536],[-39.508,0],[0,0],[0,0],[-6.154,13.698],[10.437,11.766],[18.542,9.09],[16.059,17.401]],"o":[[-1.657,0],[-5.878,2.771],[-5.312,15.677],[3.236,6.273],[32.626,45.795],[0,0],[0,0],[15.553,-0.009],[6.079,-13.534],[-12.81,-14.443],[-19.445,-9.539],[-9.582,-10.378]],"v":[[-64.83,-76.221],[-69.182,-75.329],[-80.75,-62.549],[-69.212,-4.987],[-61.34,8.164],[45.859,76.22],[45.859,87.09],[45.956,76.22],[85.147,48.996],[73.186,7.59],[28.821,-19.535],[-30.289,-55.334]],"c":true}],"e":[{"i":[[10.017,0],[1.27,-0.601],[2.013,-5.947],[-9.059,-17.548],[-1.806,-2.536],[-39.508,0],[0,0],[0,0],[-6.154,13.698],[10.437,11.766],[18.542,9.09],[16.059,17.401]],"o":[[-1.657,0],[-5.878,2.771],[-5.312,15.677],[3.236,6.273],[32.626,45.795],[0,0],[0,0],[15.553,-0.009],[6.079,-13.534],[-12.81,-14.443],[-19.445,-9.539],[-9.582,-10.378]],"v":[[-64.83,-76.221],[-69.182,-75.329],[-80.75,-62.549],[-69.212,-4.987],[-61.34,8.164],[45.859,76.22],[45.859,87.09],[45.956,76.22],[85.147,48.996],[73.186,7.59],[28.821,-19.535],[-30.289,-55.334]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":35,"s":[{"i":[[10.017,0],[1.27,-0.601],[2.013,-5.947],[-9.059,-17.548],[-1.806,-2.536],[-39.508,0],[0,0],[0,0],[-6.154,13.698],[10.437,11.766],[18.542,9.09],[16.059,17.401]],"o":[[-1.657,0],[-5.878,2.771],[-5.312,15.677],[3.236,6.273],[32.626,45.795],[0,0],[0,0],[15.553,-0.009],[6.079,-13.534],[-12.81,-14.443],[-19.445,-9.539],[-9.582,-10.378]],"v":[[-64.83,-76.221],[-69.182,-75.329],[-80.75,-62.549],[-69.212,-4.987],[-61.34,8.164],[45.859,76.22],[45.859,87.09],[45.956,76.22],[85.147,48.996],[73.186,7.59],[28.821,-19.535],[-30.289,-55.334]],"c":true}],"e":[{"i":[[10.017,0],[1.27,-0.601],[2.013,-5.947],[-9.059,-17.548],[-1.806,-2.536],[-39.508,0],[0,0],[0,0],[-6.154,13.698],[10.437,11.766],[18.542,9.09],[16.059,17.401]],"o":[[-1.657,0],[-5.878,2.771],[-5.312,15.677],[3.236,6.273],[32.626,45.795],[0,0],[0,0],[15.553,-0.009],[6.079,-13.534],[-12.81,-14.443],[-19.445,-9.539],[-9.582,-10.378]],"v":[[-64.83,-76.221],[-69.182,-75.329],[-80.75,-62.549],[-69.212,-4.987],[-61.34,8.164],[45.859,76.22],[45.859,87.09],[45.956,76.22],[81.147,53.996],[74.186,13.59],[25.321,-18.535],[-30.289,-55.334]],"c":true}]},{"t":41}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":1,"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":9,"s":[{"i":[[0,0],[37.003,51.937],[3.023,5.862],[-9.175,27.083],[-11.097,5.235],[-4.87,0],[-4.299,-4.657],[-18.464,-9.056],[-15.652,-17.651],[9.542,-21.236],[24.218,-0.017]],"o":[[-47.045,0],[-3.182,-4.471],[-6.905,-13.376],[3.872,-11.425],[4.173,-1.969],[23.579,0],[13.304,14.415],[19.617,9.62],[16.035,18.074],[-9.704,21.606],[0,0]],"v":[[45.859,97.957],[-79.046,20.773],[-88.528,4.98],[-101.339,-69.525],[-78.458,-94.989],[-64.83,-97.957],[-14.315,-70.075],[34.892,-38.052],[90.446,-0.834],[100.972,62.902],[45.975,97.957]],"c":true}],"e":[{"i":[[0,0],[37.003,51.937],[3.023,5.862],[-9.175,27.083],[-11.097,5.235],[-4.87,0],[-4.299,-4.657],[-18.464,-9.056],[-15.652,-17.651],[9.542,-21.236],[24.218,-0.017]],"o":[[-47.045,0],[-3.182,-4.471],[-6.905,-13.376],[3.872,-11.425],[4.173,-1.969],[23.579,0],[13.304,14.415],[19.617,9.62],[16.035,18.074],[-9.704,21.606],[0,0]],"v":[[45.859,97.957],[-79.046,20.773],[-88.528,4.98],[-101.339,-69.525],[-78.458,-94.989],[-64.83,-97.957],[-14.315,-70.075],[38.392,-39.052],[89.446,-6.834],[104.972,57.902],[45.975,97.957]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":15,"s":[{"i":[[0,0],[37.003,51.937],[3.023,5.862],[-9.175,27.083],[-11.097,5.235],[-4.87,0],[-4.299,-4.657],[-18.464,-9.056],[-15.652,-17.651],[9.542,-21.236],[24.218,-0.017]],"o":[[-47.045,0],[-3.182,-4.471],[-6.905,-13.376],[3.872,-11.425],[4.173,-1.969],[23.579,0],[13.304,14.415],[19.617,9.62],[16.035,18.074],[-9.704,21.606],[0,0]],"v":[[45.859,97.957],[-79.046,20.773],[-88.528,4.98],[-101.339,-69.525],[-78.458,-94.989],[-64.83,-97.957],[-14.315,-70.075],[38.392,-39.052],[89.446,-6.834],[104.972,57.902],[45.975,97.957]],"c":true}],"e":[{"i":[[0,0],[37.003,51.937],[3.023,5.862],[-9.175,27.083],[-11.097,5.235],[-4.87,0],[-4.299,-4.657],[-18.464,-9.056],[-15.652,-17.651],[9.542,-21.236],[24.218,-0.017]],"o":[[-47.045,0],[-3.182,-4.471],[-6.905,-13.376],[3.872,-11.425],[4.173,-1.969],[23.579,0],[13.304,14.415],[19.617,9.62],[16.035,18.074],[-9.704,21.606],[0,0]],"v":[[45.859,97.957],[-79.046,20.773],[-88.528,4.98],[-101.339,-69.525],[-78.458,-94.989],[-64.83,-97.957],[-14.315,-70.075],[38.392,-39.052],[89.446,-6.834],[104.972,57.902],[45.975,97.957]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":19,"s":[{"i":[[0,0],[37.003,51.937],[3.023,5.862],[-9.175,27.083],[-11.097,5.235],[-4.87,0],[-4.299,-4.657],[-18.464,-9.056],[-15.652,-17.651],[9.542,-21.236],[24.218,-0.017]],"o":[[-47.045,0],[-3.182,-4.471],[-6.905,-13.376],[3.872,-11.425],[4.173,-1.969],[23.579,0],[13.304,14.415],[19.617,9.62],[16.035,18.074],[-9.704,21.606],[0,0]],"v":[[45.859,97.957],[-79.046,20.773],[-88.528,4.98],[-101.339,-69.525],[-78.458,-94.989],[-64.83,-97.957],[-14.315,-70.075],[38.392,-39.052],[89.446,-6.834],[104.972,57.902],[45.975,97.957]],"c":true}],"e":[{"i":[[0,0],[37.003,51.937],[3.023,5.862],[-9.175,27.083],[-11.097,5.235],[-4.87,0],[-4.299,-4.657],[-18.464,-9.056],[-15.652,-17.651],[9.542,-21.236],[24.218,-0.017]],"o":[[-47.045,0],[-3.182,-4.471],[-6.905,-13.376],[3.872,-11.425],[4.173,-1.969],[23.579,0],[13.304,14.415],[19.617,9.62],[16.035,18.074],[-9.704,21.606],[0,0]],"v":[[45.859,97.957],[-79.046,20.773],[-88.528,4.98],[-101.339,-69.525],[-78.458,-94.989],[-64.83,-97.957],[-14.315,-70.075],[34.892,-38.052],[90.446,-0.834],[100.972,62.902],[45.975,97.957]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":25,"s":[{"i":[[0,0],[37.003,51.937],[3.023,5.862],[-9.175,27.083],[-11.097,5.235],[-4.87,0],[-4.299,-4.657],[-18.464,-9.056],[-15.652,-17.651],[9.542,-21.236],[24.218,-0.017]],"o":[[-47.045,0],[-3.182,-4.471],[-6.905,-13.376],[3.872,-11.425],[4.173,-1.969],[23.579,0],[13.304,14.415],[19.617,9.62],[16.035,18.074],[-9.704,21.606],[0,0]],"v":[[45.859,97.957],[-79.046,20.773],[-88.528,4.98],[-101.339,-69.525],[-78.458,-94.989],[-64.83,-97.957],[-14.315,-70.075],[34.892,-38.052],[90.446,-0.834],[100.972,62.902],[45.975,97.957]],"c":true}],"e":[{"i":[[0,0],[37.003,51.937],[3.023,5.862],[-9.175,27.083],[-11.097,5.235],[-4.87,0],[-4.299,-4.657],[-18.464,-9.056],[-15.652,-17.651],[9.542,-21.236],[24.218,-0.017]],"o":[[-47.045,0],[-3.182,-4.471],[-6.905,-13.376],[3.872,-11.425],[4.173,-1.969],[23.579,0],[13.304,14.415],[19.617,9.62],[16.035,18.074],[-9.704,21.606],[0,0]],"v":[[45.859,97.957],[-79.046,20.773],[-88.528,4.98],[-101.339,-69.525],[-78.458,-94.989],[-64.83,-97.957],[-14.315,-70.075],[38.392,-39.052],[89.446,-6.834],[104.972,57.902],[45.975,97.957]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":31,"s":[{"i":[[0,0],[37.003,51.937],[3.023,5.862],[-9.175,27.083],[-11.097,5.235],[-4.87,0],[-4.299,-4.657],[-18.464,-9.056],[-15.652,-17.651],[9.542,-21.236],[24.218,-0.017]],"o":[[-47.045,0],[-3.182,-4.471],[-6.905,-13.376],[3.872,-11.425],[4.173,-1.969],[23.579,0],[13.304,14.415],[19.617,9.62],[16.035,18.074],[-9.704,21.606],[0,0]],"v":[[45.859,97.957],[-79.046,20.773],[-88.528,4.98],[-101.339,-69.525],[-78.458,-94.989],[-64.83,-97.957],[-14.315,-70.075],[38.392,-39.052],[89.446,-6.834],[104.972,57.902],[45.975,97.957]],"c":true}],"e":[{"i":[[0,0],[37.003,51.937],[3.023,5.862],[-9.175,27.083],[-11.097,5.235],[-4.87,0],[-4.299,-4.657],[-18.464,-9.056],[-15.652,-17.651],[9.542,-21.236],[24.218,-0.017]],"o":[[-47.045,0],[-3.182,-4.471],[-6.905,-13.376],[3.872,-11.425],[4.173,-1.969],[23.579,0],[13.304,14.415],[19.617,9.62],[16.035,18.074],[-9.704,21.606],[0,0]],"v":[[45.859,97.957],[-79.046,20.773],[-88.528,4.98],[-101.339,-69.525],[-78.458,-94.989],[-64.83,-97.957],[-14.315,-70.075],[38.392,-39.052],[89.446,-6.834],[104.972,57.902],[45.975,97.957]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":35,"s":[{"i":[[0,0],[37.003,51.937],[3.023,5.862],[-9.175,27.083],[-11.097,5.235],[-4.87,0],[-4.299,-4.657],[-18.464,-9.056],[-15.652,-17.651],[9.542,-21.236],[24.218,-0.017]],"o":[[-47.045,0],[-3.182,-4.471],[-6.905,-13.376],[3.872,-11.425],[4.173,-1.969],[23.579,0],[13.304,14.415],[19.617,9.62],[16.035,18.074],[-9.704,21.606],[0,0]],"v":[[45.859,97.957],[-79.046,20.773],[-88.528,4.98],[-101.339,-69.525],[-78.458,-94.989],[-64.83,-97.957],[-14.315,-70.075],[38.392,-39.052],[89.446,-6.834],[104.972,57.902],[45.975,97.957]],"c":true}],"e":[{"i":[[0,0],[37.003,51.937],[3.023,5.862],[-9.175,27.083],[-11.097,5.235],[-4.87,0],[-4.299,-4.657],[-18.464,-9.056],[-15.652,-17.651],[9.542,-21.236],[24.218,-0.017]],"o":[[-47.045,0],[-3.182,-4.471],[-6.905,-13.376],[3.872,-11.425],[4.173,-1.969],[23.579,0],[13.304,14.415],[19.617,9.62],[16.035,18.074],[-9.704,21.606],[0,0]],"v":[[45.859,97.957],[-79.046,20.773],[-88.528,4.98],[-101.339,-69.525],[-78.458,-94.989],[-64.83,-97.957],[-14.315,-70.075],[34.892,-38.052],[90.446,-0.834],[100.972,62.902],[45.975,97.957]],"c":true}]},{"t":41}]},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.2,0.075,0.133,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[597.463,1014.456],"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":"L-SHOE BOTTOM","np":4,"cix":2,"ix":16,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":9,"s":[{"i":[[-6.217,-1.053],[-3.565,0.489],[3.42,0.044],[-3.019,2.382],[-1.108,4.223],[5.218,15.551],[3.774,0.559],[0.391,1.329],[11.077,-13.063],[4.832,-7.355],[3.301,-8.126],[-6.474,-5.033]],"o":[[3.429,0.587],[-0.159,0.023],[4.147,0.058],[3.787,-1.639],[3.848,-14.628],[-1.528,-4.564],[-0.094,-1.335],[-4.905,-16.757],[-5.71,6.733],[-4.903,7.468],[-3.342,8.206],[5.082,3.946]],"v":[[-10.364,43.335],[-0.593,43.7],[2.778,43.302],[13.706,39.481],[21.721,30.582],[33.265,-12.666],[24.626,-20.06],[23.925,-24.061],[-10.621,-31.126],[-25.399,-9.353],[-35.14,14.759],[-27.709,36.77]],"c":true}],"e":[{"i":[[-6.217,-1.053],[-3.565,0.489],[3.42,0.044],[-3.019,2.382],[-1.108,4.223],[5.218,15.551],[3.774,0.559],[0.391,1.329],[11.077,-13.063],[4.832,-7.355],[3.301,-8.126],[-6.474,-5.033]],"o":[[3.429,0.587],[-0.159,0.023],[4.147,0.058],[3.787,-1.639],[3.848,-14.628],[-1.528,-4.564],[-0.094,-1.335],[-4.905,-16.757],[-5.71,6.733],[-4.903,7.468],[-3.342,8.206],[5.082,3.946]],"v":[[-10.364,43.335],[-0.593,43.7],[2.778,43.302],[13.706,39.481],[21.721,30.582],[33.265,-12.666],[51.626,-31.06],[37.425,-34.561],[-10.621,-31.126],[-25.399,-9.353],[-35.14,14.759],[-27.709,36.77]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":15,"s":[{"i":[[-6.217,-1.053],[-3.565,0.489],[3.42,0.044],[-3.019,2.382],[-1.108,4.223],[5.218,15.551],[3.774,0.559],[0.391,1.329],[11.077,-13.063],[4.832,-7.355],[3.301,-8.126],[-6.474,-5.033]],"o":[[3.429,0.587],[-0.159,0.023],[4.147,0.058],[3.787,-1.639],[3.848,-14.628],[-1.528,-4.564],[-0.094,-1.335],[-4.905,-16.757],[-5.71,6.733],[-4.903,7.468],[-3.342,8.206],[5.082,3.946]],"v":[[-10.364,43.335],[-0.593,43.7],[2.778,43.302],[13.706,39.481],[21.721,30.582],[33.265,-12.666],[51.626,-31.06],[37.425,-34.561],[-10.621,-31.126],[-25.399,-9.353],[-35.14,14.759],[-27.709,36.77]],"c":true}],"e":[{"i":[[-6.217,-1.053],[-3.565,0.489],[3.42,0.044],[-3.019,2.382],[-1.108,4.223],[5.218,15.551],[3.774,0.559],[0.391,1.329],[11.077,-13.063],[4.832,-7.355],[3.301,-8.126],[-6.474,-5.033]],"o":[[3.429,0.587],[-0.159,0.023],[4.147,0.058],[3.787,-1.639],[3.848,-14.628],[-1.528,-4.564],[-0.094,-1.335],[-4.905,-16.757],[-5.71,6.733],[-4.903,7.468],[-3.342,8.206],[5.082,3.946]],"v":[[-10.364,43.335],[-0.593,43.7],[2.778,43.302],[13.706,39.481],[21.72,30.582],[33.264,-12.666],[51.625,-31.06],[37.424,-34.561],[-10.621,-31.126],[-25.399,-9.353],[-35.14,14.759],[-27.709,36.77]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":19,"s":[{"i":[[-6.217,-1.053],[-3.565,0.489],[3.42,0.044],[-3.019,2.382],[-1.108,4.223],[5.218,15.551],[3.774,0.559],[0.391,1.329],[11.077,-13.063],[4.832,-7.355],[3.301,-8.126],[-6.474,-5.033]],"o":[[3.429,0.587],[-0.159,0.023],[4.147,0.058],[3.787,-1.639],[3.848,-14.628],[-1.528,-4.564],[-0.094,-1.335],[-4.905,-16.757],[-5.71,6.733],[-4.903,7.468],[-3.342,8.206],[5.082,3.946]],"v":[[-10.364,43.335],[-0.593,43.7],[2.778,43.302],[13.706,39.481],[21.72,30.582],[33.264,-12.666],[51.625,-31.06],[37.424,-34.561],[-10.621,-31.126],[-25.399,-9.353],[-35.14,14.759],[-27.709,36.77]],"c":true}],"e":[{"i":[[-6.217,-1.053],[-3.565,0.489],[3.42,0.044],[-3.019,2.382],[-1.108,4.223],[5.218,15.551],[3.774,0.559],[0.391,1.329],[11.077,-13.063],[4.832,-7.355],[3.301,-8.126],[-6.474,-5.033]],"o":[[3.429,0.587],[-0.159,0.023],[4.147,0.058],[3.787,-1.639],[3.848,-14.628],[-1.528,-4.564],[-0.094,-1.335],[-4.905,-16.757],[-5.71,6.733],[-4.903,7.468],[-3.342,8.206],[5.082,3.946]],"v":[[-10.364,43.335],[-0.593,43.7],[2.778,43.302],[13.706,39.481],[21.721,30.582],[33.265,-12.666],[24.626,-20.06],[23.925,-24.061],[-10.621,-31.126],[-25.399,-9.353],[-35.14,14.759],[-27.709,36.77]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":25,"s":[{"i":[[-6.217,-1.053],[-3.565,0.489],[3.42,0.044],[-3.019,2.382],[-1.108,4.223],[5.218,15.551],[3.774,0.559],[0.391,1.329],[11.077,-13.063],[4.832,-7.355],[3.301,-8.126],[-6.474,-5.033]],"o":[[3.429,0.587],[-0.159,0.023],[4.147,0.058],[3.787,-1.639],[3.848,-14.628],[-1.528,-4.564],[-0.094,-1.335],[-4.905,-16.757],[-5.71,6.733],[-4.903,7.468],[-3.342,8.206],[5.082,3.946]],"v":[[-10.364,43.335],[-0.593,43.7],[2.778,43.302],[13.706,39.481],[21.721,30.582],[33.265,-12.666],[24.626,-20.06],[23.925,-24.061],[-10.621,-31.126],[-25.399,-9.353],[-35.14,14.759],[-27.709,36.77]],"c":true}],"e":[{"i":[[-6.217,-1.053],[-3.565,0.489],[3.42,0.044],[-3.019,2.382],[-1.108,4.223],[5.218,15.551],[3.774,0.559],[0.391,1.329],[11.077,-13.063],[4.832,-7.355],[3.301,-8.126],[-6.474,-5.033]],"o":[[3.429,0.587],[-0.159,0.023],[4.147,0.058],[3.787,-1.639],[3.848,-14.628],[-1.528,-4.564],[-0.094,-1.335],[-4.905,-16.757],[-5.71,6.733],[-4.903,7.468],[-3.342,8.206],[5.082,3.946]],"v":[[-10.364,43.335],[-0.593,43.7],[2.778,43.302],[13.706,39.481],[21.72,30.582],[33.264,-12.666],[51.625,-31.06],[37.424,-34.561],[-10.621,-31.126],[-25.399,-9.353],[-35.14,14.759],[-27.709,36.77]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":31,"s":[{"i":[[-6.217,-1.053],[-3.565,0.489],[3.42,0.044],[-3.019,2.382],[-1.108,4.223],[5.218,15.551],[3.774,0.559],[0.391,1.329],[11.077,-13.063],[4.832,-7.355],[3.301,-8.126],[-6.474,-5.033]],"o":[[3.429,0.587],[-0.159,0.023],[4.147,0.058],[3.787,-1.639],[3.848,-14.628],[-1.528,-4.564],[-0.094,-1.335],[-4.905,-16.757],[-5.71,6.733],[-4.903,7.468],[-3.342,8.206],[5.082,3.946]],"v":[[-10.364,43.335],[-0.593,43.7],[2.778,43.302],[13.706,39.481],[21.72,30.582],[33.264,-12.666],[51.625,-31.06],[37.424,-34.561],[-10.621,-31.126],[-25.399,-9.353],[-35.14,14.759],[-27.709,36.77]],"c":true}],"e":[{"i":[[-6.217,-1.053],[-3.565,0.489],[3.42,0.044],[-3.019,2.382],[-1.108,4.223],[5.218,15.551],[3.774,0.559],[0.391,1.329],[11.077,-13.063],[4.832,-7.355],[3.301,-8.126],[-6.474,-5.033]],"o":[[3.429,0.587],[-0.159,0.023],[4.147,0.058],[3.787,-1.639],[3.848,-14.628],[-1.528,-4.564],[-0.094,-1.335],[-4.905,-16.757],[-5.71,6.733],[-4.903,7.468],[-3.342,8.206],[5.082,3.946]],"v":[[-10.364,43.335],[-0.593,43.7],[2.778,43.302],[13.706,39.481],[21.72,30.582],[33.264,-12.666],[51.625,-31.06],[37.424,-34.561],[-10.621,-31.126],[-25.399,-9.353],[-35.14,14.759],[-27.709,36.77]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":35,"s":[{"i":[[-6.217,-1.053],[-3.565,0.489],[3.42,0.044],[-3.019,2.382],[-1.108,4.223],[5.218,15.551],[3.774,0.559],[0.391,1.329],[11.077,-13.063],[4.832,-7.355],[3.301,-8.126],[-6.474,-5.033]],"o":[[3.429,0.587],[-0.159,0.023],[4.147,0.058],[3.787,-1.639],[3.848,-14.628],[-1.528,-4.564],[-0.094,-1.335],[-4.905,-16.757],[-5.71,6.733],[-4.903,7.468],[-3.342,8.206],[5.082,3.946]],"v":[[-10.364,43.335],[-0.593,43.7],[2.778,43.302],[13.706,39.481],[21.72,30.582],[33.264,-12.666],[51.625,-31.06],[37.424,-34.561],[-10.621,-31.126],[-25.399,-9.353],[-35.14,14.759],[-27.709,36.77]],"c":true}],"e":[{"i":[[-6.217,-1.053],[-3.565,0.489],[3.42,0.044],[-3.019,2.382],[-1.108,4.223],[5.218,15.551],[3.774,0.559],[0.391,1.329],[11.077,-13.063],[4.832,-7.355],[3.301,-8.126],[-6.474,-5.033]],"o":[[3.429,0.587],[-0.159,0.023],[4.147,0.058],[3.787,-1.639],[3.848,-14.628],[-1.528,-4.564],[-0.094,-1.335],[-4.905,-16.757],[-5.71,6.733],[-4.903,7.468],[-3.342,8.206],[5.082,3.946]],"v":[[-10.364,43.335],[-0.593,43.7],[2.778,43.302],[13.706,39.481],[21.721,30.582],[33.265,-12.666],[24.626,-20.06],[23.925,-24.061],[-10.621,-31.126],[-25.399,-9.353],[-35.14,14.759],[-27.709,36.77]],"c":true}]},{"t":41}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.078,0.8590001,0.729,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[459.551,965.145],"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":"L-SOCK","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-30.573,-29.756],[-1.586,1.028],[3.848,8.31],[10.9,12.517],[12.216,9.644],[8.798,-12.54],[5.193,-5.413]],"o":[[1.294,-2.075],[7.101,-4.602],[-7.026,-15.175],[-10.172,-11.681],[-11.519,-9.093],[-4.328,6.169],[35.368,23.58]],"v":[[47.801,46.636],[46.079,55.173],[65.283,20.181],[24.413,-5.787],[-7.975,-41.043],[-42.374,-37.077],[-57.134,-20.141]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.929,0.49,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[386.556,905.116],"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":"L- SHIN SHINE","np":2,"cix":2,"ix":18,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":9,"s":[{"i":[[-38.569,-17.933],[0.268,-1.708],[8.873,0.886],[15.428,5.827],[13.431,7.842],[-7.463,11.505],[-2.655,6.187]],"o":[[-1.302,1.761],[-1.159,7.623],[-16.192,-1.617],[-14.391,-5.427],[-12.674,-7.392],[3.68,-5.663],[35.08,24.009]],"v":[[62.352,20.259],[59.717,25.514],[55.869,41.703],[-2.679,24.801],[-46.813,6.926],[-57.279,-24.52],[-48.364,-42.589]],"c":true}],"e":[{"i":[[-38.569,-17.933],[0.268,-1.708],[8.873,0.886],[15.428,5.827],[13.431,7.842],[-7.463,11.505],[-2.655,6.187]],"o":[[-1.302,1.761],[-1.159,7.623],[-16.192,-1.617],[-14.391,-5.427],[-12.674,-7.392],[3.68,-5.663],[35.08,24.009]],"v":[[70.852,2.759],[59.717,25.514],[55.869,41.703],[-2.679,24.801],[-46.813,6.926],[-57.279,-24.52],[-43.364,-53.589]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":15,"s":[{"i":[[-38.569,-17.933],[0.268,-1.708],[8.873,0.886],[15.428,5.827],[13.431,7.842],[-7.463,11.505],[-2.655,6.187]],"o":[[-1.302,1.761],[-1.159,7.623],[-16.192,-1.617],[-14.391,-5.427],[-12.674,-7.392],[3.68,-5.663],[35.08,24.009]],"v":[[70.852,2.759],[59.717,25.514],[55.869,41.703],[-2.679,24.801],[-46.813,6.926],[-57.279,-24.52],[-43.364,-53.589]],"c":true}],"e":[{"i":[[-38.569,-17.933],[0.268,-1.708],[8.873,0.886],[15.428,5.827],[13.431,7.842],[-7.463,11.505],[-2.655,6.187]],"o":[[-1.302,1.761],[-1.159,7.623],[-16.192,-1.617],[-14.391,-5.427],[-12.674,-7.392],[3.68,-5.663],[35.08,24.009]],"v":[[70.852,2.759],[59.717,25.514],[55.869,41.703],[-2.679,24.801],[-46.813,6.926],[-57.279,-24.52],[-43.364,-53.589]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":19,"s":[{"i":[[-38.569,-17.933],[0.268,-1.708],[8.873,0.886],[15.428,5.827],[13.431,7.842],[-7.463,11.505],[-2.655,6.187]],"o":[[-1.302,1.761],[-1.159,7.623],[-16.192,-1.617],[-14.391,-5.427],[-12.674,-7.392],[3.68,-5.663],[35.08,24.009]],"v":[[70.852,2.759],[59.717,25.514],[55.869,41.703],[-2.679,24.801],[-46.813,6.926],[-57.279,-24.52],[-43.364,-53.589]],"c":true}],"e":[{"i":[[-38.569,-17.933],[0.268,-1.708],[8.873,0.886],[15.428,5.827],[13.431,7.842],[-7.463,11.505],[-2.655,6.187]],"o":[[-1.302,1.761],[-1.159,7.623],[-16.192,-1.617],[-14.391,-5.427],[-12.674,-7.392],[3.68,-5.663],[35.08,24.009]],"v":[[62.352,20.259],[59.717,25.514],[55.869,41.703],[-2.679,24.801],[-46.813,6.926],[-57.279,-24.52],[-48.364,-42.589]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":25,"s":[{"i":[[-38.569,-17.933],[0.268,-1.708],[8.873,0.886],[15.428,5.827],[13.431,7.842],[-7.463,11.505],[-2.655,6.187]],"o":[[-1.302,1.761],[-1.159,7.623],[-16.192,-1.617],[-14.391,-5.427],[-12.674,-7.392],[3.68,-5.663],[35.08,24.009]],"v":[[62.352,20.259],[59.717,25.514],[55.869,41.703],[-2.679,24.801],[-46.813,6.926],[-57.279,-24.52],[-48.364,-42.589]],"c":true}],"e":[{"i":[[-38.569,-17.933],[0.268,-1.708],[8.873,0.886],[15.428,5.827],[13.431,7.842],[-7.463,11.505],[-2.655,6.187]],"o":[[-1.302,1.761],[-1.159,7.623],[-16.192,-1.617],[-14.391,-5.427],[-12.674,-7.392],[3.68,-5.663],[35.08,24.009]],"v":[[70.852,2.759],[59.717,25.514],[55.869,41.703],[-2.679,24.801],[-46.813,6.926],[-57.279,-24.52],[-43.364,-53.589]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":31,"s":[{"i":[[-38.569,-17.933],[0.268,-1.708],[8.873,0.886],[15.428,5.827],[13.431,7.842],[-7.463,11.505],[-2.655,6.187]],"o":[[-1.302,1.761],[-1.159,7.623],[-16.192,-1.617],[-14.391,-5.427],[-12.674,-7.392],[3.68,-5.663],[35.08,24.009]],"v":[[70.852,2.759],[59.717,25.514],[55.869,41.703],[-2.679,24.801],[-46.813,6.926],[-57.279,-24.52],[-43.364,-53.589]],"c":true}],"e":[{"i":[[-38.569,-17.933],[0.268,-1.708],[8.873,0.886],[15.428,5.827],[13.431,7.842],[-7.463,11.505],[-2.655,6.187]],"o":[[-1.302,1.761],[-1.159,7.623],[-16.192,-1.617],[-14.391,-5.427],[-12.674,-7.392],[3.68,-5.663],[35.08,24.009]],"v":[[70.852,2.759],[59.717,25.514],[55.869,41.703],[-2.679,24.801],[-46.813,6.926],[-57.279,-24.52],[-43.364,-53.589]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":35,"s":[{"i":[[-38.569,-17.933],[0.268,-1.708],[8.873,0.886],[15.428,5.827],[13.431,7.842],[-7.463,11.505],[-2.655,6.187]],"o":[[-1.302,1.761],[-1.159,7.623],[-16.192,-1.617],[-14.391,-5.427],[-12.674,-7.392],[3.68,-5.663],[35.08,24.009]],"v":[[70.852,2.759],[59.717,25.514],[55.869,41.703],[-2.679,24.801],[-46.813,6.926],[-57.279,-24.52],[-43.364,-53.589]],"c":true}],"e":[{"i":[[-38.569,-17.933],[0.268,-1.708],[8.873,0.886],[15.428,5.827],[13.431,7.842],[-7.463,11.505],[-2.655,6.187]],"o":[[-1.302,1.761],[-1.159,7.623],[-16.192,-1.617],[-14.391,-5.427],[-12.674,-7.392],[3.68,-5.663],[35.08,24.009]],"v":[[62.352,20.259],[59.717,25.514],[55.869,41.703],[-2.679,24.801],[-46.813,6.926],[-57.279,-24.52],[-48.364,-42.589]],"c":true}]},{"t":41}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.89,0.208,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[356.486,951.797],"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":"L-SHIN MAIN","np":2,"cix":2,"ix":19,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-11.52,-9.094],[-10.172,-11.681],[-7.027,-15.175],[7.101,-4.603],[2.647,-3.677],[4.661,-5.881],[2.69,-1.762],[3.493,0.504],[30.109,13.12],[-5.668,11.856],[-8.778,12.495],[-8.103,11.549]],"o":[[12.216,9.644],[10.907,12.511],[3.851,8.309],[-3.801,2.467],[-4.384,6.095],[-2.475,3.125],[-0.758,3.059],[-32.869,-4.794],[-12.458,-5.429],[6.585,-13.791],[8.135,-11.571],[8.794,-12.543]],"v":[[13.283,-65.559],[45.671,-30.303],[74.539,10.165],[67.336,30.657],[58.15,43.962],[44.418,61.636],[36.686,68.944],[29.848,74.149],[-62.328,40.224],[-72.723,10.301],[-48.63,-29.825],[-21.117,-61.593]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.941,0.816,0.067,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[375.299,909.632],"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":"L-SHIN MID","np":2,"cix":2,"ix":20,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":9,"s":[{"i":[[26.207,9.671],[29.981,22.561],[-12.779,-19.416],[-12.037,-11.62],[-6.021,0.502],[-15.007,-1.385],[-9.901,18.554],[-0.237,6.538]],"o":[[-36.2,-13.358],[4.139,24.101],[9.005,13.694],[5.922,0.251],[12.968,6.201],[19.751,1.829],[3.304,-6.198],[-28.29,3.05]],"v":[[4.54,3.129],[-88.643,-59.1],[-59.875,8.128],[-28.441,46.944],[-10.46,46.596],[31.814,57.271],[83.457,34.181],[88.643,14.9]],"c":true}],"e":[{"i":[[26.207,9.671],[29.981,22.561],[-12.771,-19.421],[-12.037,-11.62],[-6.021,0.502],[-15.007,-1.39],[-9.893,18.558],[-0.237,6.538]],"o":[[-36.2,-13.358],[4.139,24.101],[9.005,13.694],[5.922,0.251],[12.968,6.201],[19.751,1.829],[3.304,-6.198],[-28.29,3.05]],"v":[[-0.46,-19.871],[-92.643,-76.1],[-59.875,8.128],[-28.441,46.944],[-10.46,46.596],[31.814,57.271],[87.457,29.181],[81.143,-16.6]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":15,"s":[{"i":[[26.207,9.671],[29.981,22.561],[-12.771,-19.421],[-12.037,-11.62],[-6.021,0.502],[-15.007,-1.39],[-9.893,18.558],[-0.237,6.538]],"o":[[-36.2,-13.358],[4.139,24.101],[9.005,13.694],[5.922,0.251],[12.968,6.201],[19.751,1.829],[3.304,-6.198],[-28.29,3.05]],"v":[[-0.46,-19.871],[-92.643,-76.1],[-59.875,8.128],[-28.441,46.944],[-10.46,46.596],[31.814,57.271],[87.457,29.181],[81.143,-16.6]],"c":true}],"e":[{"i":[[26.207,9.671],[29.981,22.561],[-12.771,-19.421],[-12.037,-11.62],[-6.021,0.502],[-15.007,-1.39],[-9.893,18.558],[-0.237,6.538]],"o":[[-36.2,-13.358],[4.139,24.101],[9.005,13.694],[5.922,0.251],[12.968,6.201],[19.751,1.829],[3.304,-6.198],[-28.29,3.05]],"v":[[-0.46,-19.871],[-92.643,-76.1],[-59.875,8.128],[-28.441,46.944],[-10.46,46.596],[31.814,57.271],[87.457,29.181],[81.143,-16.6]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":19,"s":[{"i":[[26.207,9.671],[29.981,22.561],[-12.771,-19.421],[-12.037,-11.62],[-6.021,0.502],[-15.007,-1.39],[-9.893,18.558],[-0.237,6.538]],"o":[[-36.2,-13.358],[4.139,24.101],[9.005,13.694],[5.922,0.251],[12.968,6.201],[19.751,1.829],[3.304,-6.198],[-28.29,3.05]],"v":[[-0.46,-19.871],[-92.643,-76.1],[-59.875,8.128],[-28.441,46.944],[-10.46,46.596],[31.814,57.271],[87.457,29.181],[81.143,-16.6]],"c":true}],"e":[{"i":[[26.207,9.671],[29.981,22.561],[-12.779,-19.416],[-12.037,-11.62],[-6.021,0.502],[-15.007,-1.385],[-9.901,18.554],[-0.237,6.538]],"o":[[-36.2,-13.358],[4.139,24.101],[9.005,13.694],[5.922,0.251],[12.968,6.201],[19.751,1.829],[3.304,-6.198],[-28.29,3.05]],"v":[[4.54,3.129],[-88.643,-59.1],[-59.875,8.128],[-28.441,46.944],[-10.46,46.596],[31.814,57.271],[83.457,34.181],[88.643,14.9]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":25,"s":[{"i":[[26.207,9.671],[29.981,22.561],[-12.779,-19.416],[-12.037,-11.62],[-6.021,0.502],[-15.007,-1.385],[-9.901,18.554],[-0.237,6.538]],"o":[[-36.2,-13.358],[4.139,24.101],[9.005,13.694],[5.922,0.251],[12.968,6.201],[19.751,1.829],[3.304,-6.198],[-28.29,3.05]],"v":[[4.54,3.129],[-88.643,-59.1],[-59.875,8.128],[-28.441,46.944],[-10.46,46.596],[31.814,57.271],[83.457,34.181],[88.643,14.9]],"c":true}],"e":[{"i":[[26.207,9.671],[29.981,22.561],[-12.771,-19.421],[-12.037,-11.62],[-6.021,0.502],[-15.007,-1.39],[-9.893,18.558],[-0.237,6.538]],"o":[[-36.2,-13.358],[4.139,24.101],[9.005,13.694],[5.922,0.251],[12.968,6.201],[19.751,1.829],[3.304,-6.198],[-28.29,3.05]],"v":[[-0.46,-19.871],[-92.643,-76.1],[-59.875,8.128],[-28.441,46.944],[-10.46,46.596],[31.814,57.271],[87.457,29.181],[81.143,-16.6]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":31,"s":[{"i":[[26.207,9.671],[29.981,22.561],[-12.771,-19.421],[-12.037,-11.62],[-6.021,0.502],[-15.007,-1.39],[-9.893,18.558],[-0.237,6.538]],"o":[[-36.2,-13.358],[4.139,24.101],[9.005,13.694],[5.922,0.251],[12.968,6.201],[19.751,1.829],[3.304,-6.198],[-28.29,3.05]],"v":[[-0.46,-19.871],[-92.643,-76.1],[-59.875,8.128],[-28.441,46.944],[-10.46,46.596],[31.814,57.271],[87.457,29.181],[81.143,-16.6]],"c":true}],"e":[{"i":[[26.207,9.671],[29.981,22.561],[-12.771,-19.421],[-12.037,-11.62],[-6.021,0.502],[-15.007,-1.39],[-9.893,18.558],[-0.237,6.538]],"o":[[-36.2,-13.358],[4.139,24.101],[9.005,13.694],[5.922,0.251],[12.968,6.201],[19.751,1.829],[3.304,-6.198],[-28.29,3.05]],"v":[[-0.46,-19.871],[-92.643,-76.1],[-59.875,8.128],[-28.441,46.944],[-10.46,46.596],[31.814,57.271],[87.457,29.181],[81.143,-16.6]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":35,"s":[{"i":[[26.207,9.671],[29.981,22.561],[-12.771,-19.421],[-12.037,-11.62],[-6.021,0.502],[-15.007,-1.39],[-9.893,18.558],[-0.237,6.538]],"o":[[-36.2,-13.358],[4.139,24.101],[9.005,13.694],[5.922,0.251],[12.968,6.201],[19.751,1.829],[3.304,-6.198],[-28.29,3.05]],"v":[[-0.46,-19.871],[-92.643,-76.1],[-59.875,8.128],[-28.441,46.944],[-10.46,46.596],[31.814,57.271],[87.457,29.181],[81.143,-16.6]],"c":true}],"e":[{"i":[[26.207,9.671],[29.981,22.561],[-12.779,-19.416],[-12.037,-11.62],[-6.021,0.502],[-15.007,-1.385],[-9.901,18.554],[-0.237,6.538]],"o":[[-36.2,-13.358],[4.139,24.101],[9.005,13.694],[5.922,0.251],[12.968,6.201],[19.751,1.829],[3.304,-6.198],[-28.29,3.05]],"v":[[4.54,3.129],[-88.643,-59.1],[-59.875,8.128],[-28.441,46.944],[-10.46,46.596],[31.814,57.271],[83.457,34.181],[88.643,14.9]],"c":true}]},{"t":41}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.957,0.451,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[604.02,1041.036],"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":"L-SHOE SHINE","np":2,"cix":2,"ix":21,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":9,"s":[{"i":[[-24.946,-3.679],[-10.405,0.868],[-15.007,-1.385],[-9.901,18.555],[14.66,15.369],[16.491,9.594],[18.455,15.546],[4.024,0.025],[9.384,-0.726],[2.722,-14.987],[4.671,-5.589],[1.594,-8.875],[-10.924,-14.584]],"o":[[9.764,1.441],[12.968,6.202],[19.751,1.829],[10.346,-19.388],[-13.368,-14.015],[-20.82,-12.115],[-3.206,-2.693],[-3.274,-5.831],[-16.515,1.291],[-5.752,3.989],[-5.871,7.012],[-3.504,19.481],[15.232,20.331]],"v":[[-26.086,71.294],[4.568,72.068],[46.842,82.743],[98.484,59.653],[88.354,2.104],[39.808,-29.886],[-19.701,-70.613],[-30.862,-74.527],[-49.929,-83.846],[-79.44,-54.539],[-95.699,-41.576],[-105.327,-18.46],[-84.836,35.716]],"c":true}],"e":[{"i":[[-24.946,-3.679],[-10.405,0.868],[-15.007,-1.385],[-9.901,18.555],[14.66,15.369],[16.491,9.594],[18.455,15.546],[4.024,0.025],[9.384,-0.726],[2.722,-14.987],[4.671,-5.589],[1.594,-8.875],[-10.924,-14.584]],"o":[[9.764,1.441],[12.968,6.202],[19.751,1.829],[10.346,-19.388],[-13.368,-14.015],[-20.82,-12.115],[-3.206,-2.693],[-3.274,-5.831],[-16.515,1.291],[-5.752,3.989],[-5.871,7.012],[-3.504,19.481],[15.232,20.331]],"v":[[-26.086,71.294],[4.568,72.068],[46.842,82.743],[102.484,54.653],[87.354,-3.896],[43.308,-30.886],[-19.701,-70.613],[-30.862,-74.527],[-49.929,-83.846],[-79.44,-54.539],[-95.699,-41.576],[-105.327,-18.46],[-84.836,35.716]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":15,"s":[{"i":[[-24.946,-3.679],[-10.405,0.868],[-15.007,-1.385],[-9.901,18.555],[14.66,15.369],[16.491,9.594],[18.455,15.546],[4.024,0.025],[9.384,-0.726],[2.722,-14.987],[4.671,-5.589],[1.594,-8.875],[-10.924,-14.584]],"o":[[9.764,1.441],[12.968,6.202],[19.751,1.829],[10.346,-19.388],[-13.368,-14.015],[-20.82,-12.115],[-3.206,-2.693],[-3.274,-5.831],[-16.515,1.291],[-5.752,3.989],[-5.871,7.012],[-3.504,19.481],[15.232,20.331]],"v":[[-26.086,71.294],[4.568,72.068],[46.842,82.743],[102.484,54.653],[87.354,-3.896],[43.308,-30.886],[-19.701,-70.613],[-30.862,-74.527],[-49.929,-83.846],[-79.44,-54.539],[-95.699,-41.576],[-105.327,-18.46],[-84.836,35.716]],"c":true}],"e":[{"i":[[-24.946,-3.679],[-10.405,0.868],[-15.007,-1.385],[-9.901,18.555],[14.66,15.369],[16.491,9.594],[18.455,15.546],[4.024,0.025],[9.384,-0.726],[2.722,-14.987],[4.671,-5.589],[1.594,-8.875],[-10.924,-14.584]],"o":[[9.764,1.441],[12.968,6.202],[19.751,1.829],[10.346,-19.388],[-13.368,-14.015],[-20.82,-12.115],[-3.206,-2.693],[-3.274,-5.831],[-16.515,1.291],[-5.752,3.989],[-5.871,7.012],[-3.504,19.481],[15.232,20.331]],"v":[[-26.086,71.294],[4.568,72.068],[46.842,82.743],[102.484,54.653],[87.354,-3.896],[43.308,-30.886],[-19.701,-70.613],[-30.862,-74.527],[-49.929,-83.846],[-79.44,-54.539],[-95.699,-41.576],[-105.327,-18.46],[-84.836,35.716]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":19,"s":[{"i":[[-24.946,-3.679],[-10.405,0.868],[-15.007,-1.385],[-9.901,18.555],[14.66,15.369],[16.491,9.594],[18.455,15.546],[4.024,0.025],[9.384,-0.726],[2.722,-14.987],[4.671,-5.589],[1.594,-8.875],[-10.924,-14.584]],"o":[[9.764,1.441],[12.968,6.202],[19.751,1.829],[10.346,-19.388],[-13.368,-14.015],[-20.82,-12.115],[-3.206,-2.693],[-3.274,-5.831],[-16.515,1.291],[-5.752,3.989],[-5.871,7.012],[-3.504,19.481],[15.232,20.331]],"v":[[-26.086,71.294],[4.568,72.068],[46.842,82.743],[102.484,54.653],[87.354,-3.896],[43.308,-30.886],[-19.701,-70.613],[-30.862,-74.527],[-49.929,-83.846],[-79.44,-54.539],[-95.699,-41.576],[-105.327,-18.46],[-84.836,35.716]],"c":true}],"e":[{"i":[[-24.946,-3.679],[-10.405,0.868],[-15.007,-1.385],[-9.901,18.555],[14.66,15.369],[16.491,9.594],[18.455,15.546],[4.024,0.025],[9.384,-0.726],[2.722,-14.987],[4.671,-5.589],[1.594,-8.875],[-10.924,-14.584]],"o":[[9.764,1.441],[12.968,6.202],[19.751,1.829],[10.346,-19.388],[-13.368,-14.015],[-20.82,-12.115],[-3.206,-2.693],[-3.274,-5.831],[-16.515,1.291],[-5.752,3.989],[-5.871,7.012],[-3.504,19.481],[15.232,20.331]],"v":[[-26.086,71.294],[4.568,72.068],[46.842,82.743],[98.484,59.653],[88.354,2.104],[39.808,-29.886],[-19.701,-70.613],[-30.862,-74.527],[-49.929,-83.846],[-79.44,-54.539],[-95.699,-41.576],[-105.327,-18.46],[-84.836,35.716]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":25,"s":[{"i":[[-24.946,-3.679],[-10.405,0.868],[-15.007,-1.385],[-9.901,18.555],[14.66,15.369],[16.491,9.594],[18.455,15.546],[4.024,0.025],[9.384,-0.726],[2.722,-14.987],[4.671,-5.589],[1.594,-8.875],[-10.924,-14.584]],"o":[[9.764,1.441],[12.968,6.202],[19.751,1.829],[10.346,-19.388],[-13.368,-14.015],[-20.82,-12.115],[-3.206,-2.693],[-3.274,-5.831],[-16.515,1.291],[-5.752,3.989],[-5.871,7.012],[-3.504,19.481],[15.232,20.331]],"v":[[-26.086,71.294],[4.568,72.068],[46.842,82.743],[98.484,59.653],[88.354,2.104],[39.808,-29.886],[-19.701,-70.613],[-30.862,-74.527],[-49.929,-83.846],[-79.44,-54.539],[-95.699,-41.576],[-105.327,-18.46],[-84.836,35.716]],"c":true}],"e":[{"i":[[-24.946,-3.679],[-10.405,0.868],[-15.007,-1.385],[-9.901,18.555],[14.66,15.369],[16.491,9.594],[18.455,15.546],[4.024,0.025],[9.384,-0.726],[2.722,-14.987],[4.671,-5.589],[1.594,-8.875],[-10.924,-14.584]],"o":[[9.764,1.441],[12.968,6.202],[19.751,1.829],[10.346,-19.388],[-13.368,-14.015],[-20.82,-12.115],[-3.206,-2.693],[-3.274,-5.831],[-16.515,1.291],[-5.752,3.989],[-5.871,7.012],[-3.504,19.481],[15.232,20.331]],"v":[[-26.086,71.294],[4.568,72.068],[46.842,82.743],[102.484,54.653],[87.354,-3.896],[43.308,-30.886],[-19.701,-70.613],[-30.862,-74.527],[-49.929,-83.846],[-79.44,-54.539],[-95.699,-41.576],[-105.327,-18.46],[-84.836,35.716]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":31,"s":[{"i":[[-24.946,-3.679],[-10.405,0.868],[-15.007,-1.385],[-9.901,18.555],[14.66,15.369],[16.491,9.594],[18.455,15.546],[4.024,0.025],[9.384,-0.726],[2.722,-14.987],[4.671,-5.589],[1.594,-8.875],[-10.924,-14.584]],"o":[[9.764,1.441],[12.968,6.202],[19.751,1.829],[10.346,-19.388],[-13.368,-14.015],[-20.82,-12.115],[-3.206,-2.693],[-3.274,-5.831],[-16.515,1.291],[-5.752,3.989],[-5.871,7.012],[-3.504,19.481],[15.232,20.331]],"v":[[-26.086,71.294],[4.568,72.068],[46.842,82.743],[102.484,54.653],[87.354,-3.896],[43.308,-30.886],[-19.701,-70.613],[-30.862,-74.527],[-49.929,-83.846],[-79.44,-54.539],[-95.699,-41.576],[-105.327,-18.46],[-84.836,35.716]],"c":true}],"e":[{"i":[[-24.946,-3.679],[-10.405,0.868],[-15.007,-1.385],[-9.901,18.555],[14.66,15.369],[16.491,9.594],[18.455,15.546],[4.024,0.025],[9.384,-0.726],[2.722,-14.987],[4.671,-5.589],[1.594,-8.875],[-10.924,-14.584]],"o":[[9.764,1.441],[12.968,6.202],[19.751,1.829],[10.346,-19.388],[-13.368,-14.015],[-20.82,-12.115],[-3.206,-2.693],[-3.274,-5.831],[-16.515,1.291],[-5.752,3.989],[-5.871,7.012],[-3.504,19.481],[15.232,20.331]],"v":[[-26.086,71.294],[4.568,72.068],[46.842,82.743],[102.484,54.653],[87.354,-3.896],[43.308,-30.886],[-19.701,-70.613],[-30.862,-74.527],[-49.929,-83.846],[-79.44,-54.539],[-95.699,-41.576],[-105.327,-18.46],[-84.836,35.716]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":35,"s":[{"i":[[-24.946,-3.679],[-10.405,0.868],[-15.007,-1.385],[-9.901,18.555],[14.66,15.369],[16.491,9.594],[18.455,15.546],[4.024,0.025],[9.384,-0.726],[2.722,-14.987],[4.671,-5.589],[1.594,-8.875],[-10.924,-14.584]],"o":[[9.764,1.441],[12.968,6.202],[19.751,1.829],[10.346,-19.388],[-13.368,-14.015],[-20.82,-12.115],[-3.206,-2.693],[-3.274,-5.831],[-16.515,1.291],[-5.752,3.989],[-5.871,7.012],[-3.504,19.481],[15.232,20.331]],"v":[[-26.086,71.294],[4.568,72.068],[46.842,82.743],[102.484,54.653],[87.354,-3.896],[43.308,-30.886],[-19.701,-70.613],[-30.862,-74.527],[-49.929,-83.846],[-79.44,-54.539],[-95.699,-41.576],[-105.327,-18.46],[-84.836,35.716]],"c":true}],"e":[{"i":[[-24.946,-3.679],[-10.405,0.868],[-15.007,-1.385],[-9.901,18.555],[14.66,15.369],[16.491,9.594],[18.455,15.546],[4.024,0.025],[9.384,-0.726],[2.722,-14.987],[4.671,-5.589],[1.594,-8.875],[-10.924,-14.584]],"o":[[9.764,1.441],[12.968,6.202],[19.751,1.829],[10.346,-19.388],[-13.368,-14.015],[-20.82,-12.115],[-3.206,-2.693],[-3.274,-5.831],[-16.515,1.291],[-5.752,3.989],[-5.871,7.012],[-3.504,19.481],[15.232,20.331]],"v":[[-26.086,71.294],[4.568,72.068],[46.842,82.743],[98.484,59.653],[88.354,2.104],[39.808,-29.886],[-19.701,-70.613],[-30.862,-74.527],[-49.929,-83.846],[-79.44,-54.539],[-95.699,-41.576],[-105.327,-18.46],[-84.836,35.716]],"c":true}]},{"t":41}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.945,0.259,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[588.991,1015.563],"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":"L SHOE SHADOW","np":2,"cix":2,"ix":22,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":9,"s":[{"i":[[7.939,1.93],[34.683,-33.696],[0.421,-14.512],[-16.106,-4.907],[-6.675,-13.076],[-18.94,-10.32],[-2.747,9.602],[-4.203,8.716],[6.784,11.045],[5.802,3.561],[2.475,2.18],[-4.823,17.585]],"o":[[-14.995,-3.645],[-10.02,9.739],[-0.494,16.945],[9.694,9.757],[9.328,18.261],[10.5,5.722],[2.679,-9.351],[4.865,-10.096],[-3.649,-5.959],[-2.802,-1.72],[9.163,-15.859],[2.501,-9.107]],"v":[[41.938,-60.391],[-47.828,-70.268],[-67.163,-24.837],[-40.027,11.661],[-16.703,45.536],[21.582,98.242],[45.076,85.547],[56.895,58.693],[60.873,28.878],[45.139,15.619],[37.073,10.033],[55.52,-41.585]],"c":true}],"e":[{"i":[[7.939,1.93],[34.683,-33.696],[0.421,-14.512],[-16.106,-4.907],[-6.675,-13.076],[-18.94,-10.32],[-2.747,9.602],[-4.203,8.716],[6.784,11.045],[5.802,3.561],[2.475,2.18],[-4.823,17.585]],"o":[[-14.995,-3.645],[-10.02,9.739],[-0.494,16.945],[9.694,9.757],[9.328,18.261],[10.5,5.722],[2.679,-9.351],[4.865,-10.096],[-3.649,-5.959],[-2.802,-1.72],[9.163,-15.859],[2.501,-9.107]],"v":[[42.438,-70.391],[-56.828,-70.268],[-67.163,-24.837],[-40.027,11.661],[-16.703,45.536],[21.582,98.242],[45.076,85.547],[56.895,58.693],[60.873,28.878],[45.139,15.619],[37.073,10.033],[55.52,-41.585]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":15,"s":[{"i":[[7.939,1.93],[34.683,-33.696],[0.421,-14.512],[-16.106,-4.907],[-6.675,-13.076],[-18.94,-10.32],[-2.747,9.602],[-4.203,8.716],[6.784,11.045],[5.802,3.561],[2.475,2.18],[-4.823,17.585]],"o":[[-14.995,-3.645],[-10.02,9.739],[-0.494,16.945],[9.694,9.757],[9.328,18.261],[10.5,5.722],[2.679,-9.351],[4.865,-10.096],[-3.649,-5.959],[-2.802,-1.72],[9.163,-15.859],[2.501,-9.107]],"v":[[42.438,-70.391],[-56.828,-70.268],[-67.163,-24.837],[-40.027,11.661],[-16.703,45.536],[21.582,98.242],[45.076,85.547],[56.895,58.693],[60.873,28.878],[45.139,15.619],[37.073,10.033],[55.52,-41.585]],"c":true}],"e":[{"i":[[7.939,1.93],[34.683,-33.696],[0.421,-14.512],[-16.106,-4.907],[-6.675,-13.076],[-18.94,-10.32],[-2.747,9.602],[-4.203,8.716],[6.784,11.045],[5.802,3.561],[2.475,2.18],[-4.823,17.585]],"o":[[-14.995,-3.645],[-10.02,9.739],[-0.494,16.945],[9.694,9.757],[9.328,18.261],[10.5,5.722],[2.679,-9.351],[4.865,-10.096],[-3.649,-5.959],[-2.802,-1.72],[9.163,-15.859],[2.501,-9.107]],"v":[[42.438,-70.391],[-56.828,-70.268],[-67.163,-24.837],[-40.027,11.661],[-16.703,45.536],[21.582,98.242],[45.076,85.547],[56.895,58.693],[60.873,28.878],[45.139,15.619],[37.073,10.033],[55.52,-41.585]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":19,"s":[{"i":[[7.939,1.93],[34.683,-33.696],[0.421,-14.512],[-16.106,-4.907],[-6.675,-13.076],[-18.94,-10.32],[-2.747,9.602],[-4.203,8.716],[6.784,11.045],[5.802,3.561],[2.475,2.18],[-4.823,17.585]],"o":[[-14.995,-3.645],[-10.02,9.739],[-0.494,16.945],[9.694,9.757],[9.328,18.261],[10.5,5.722],[2.679,-9.351],[4.865,-10.096],[-3.649,-5.959],[-2.802,-1.72],[9.163,-15.859],[2.501,-9.107]],"v":[[42.438,-70.391],[-56.828,-70.268],[-67.163,-24.837],[-40.027,11.661],[-16.703,45.536],[21.582,98.242],[45.076,85.547],[56.895,58.693],[60.873,28.878],[45.139,15.619],[37.073,10.033],[55.52,-41.585]],"c":true}],"e":[{"i":[[7.939,1.93],[34.683,-33.696],[0.421,-14.512],[-16.106,-4.907],[-6.675,-13.076],[-18.94,-10.32],[-2.747,9.602],[-4.203,8.716],[6.784,11.045],[5.802,3.561],[2.475,2.18],[-4.823,17.585]],"o":[[-14.995,-3.645],[-10.02,9.739],[-0.494,16.945],[9.694,9.757],[9.328,18.261],[10.5,5.722],[2.679,-9.351],[4.865,-10.096],[-3.649,-5.959],[-2.802,-1.72],[9.163,-15.859],[2.501,-9.107]],"v":[[41.938,-60.391],[-47.828,-70.268],[-67.163,-24.837],[-40.027,11.661],[-16.703,45.536],[21.582,98.242],[45.076,85.547],[56.895,58.693],[60.873,28.878],[45.139,15.619],[37.073,10.033],[55.52,-41.585]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":25,"s":[{"i":[[7.939,1.93],[34.683,-33.696],[0.421,-14.512],[-16.106,-4.907],[-6.675,-13.076],[-18.94,-10.32],[-2.747,9.602],[-4.203,8.716],[6.784,11.045],[5.802,3.561],[2.475,2.18],[-4.823,17.585]],"o":[[-14.995,-3.645],[-10.02,9.739],[-0.494,16.945],[9.694,9.757],[9.328,18.261],[10.5,5.722],[2.679,-9.351],[4.865,-10.096],[-3.649,-5.959],[-2.802,-1.72],[9.163,-15.859],[2.501,-9.107]],"v":[[41.938,-60.391],[-47.828,-70.268],[-67.163,-24.837],[-40.027,11.661],[-16.703,45.536],[21.582,98.242],[45.076,85.547],[56.895,58.693],[60.873,28.878],[45.139,15.619],[37.073,10.033],[55.52,-41.585]],"c":true}],"e":[{"i":[[7.939,1.93],[34.683,-33.696],[0.421,-14.512],[-16.106,-4.907],[-6.675,-13.076],[-18.94,-10.32],[-2.747,9.602],[-4.203,8.716],[6.784,11.045],[5.802,3.561],[2.475,2.18],[-4.823,17.585]],"o":[[-14.995,-3.645],[-10.02,9.739],[-0.494,16.945],[9.694,9.757],[9.328,18.261],[10.5,5.722],[2.679,-9.351],[4.865,-10.096],[-3.649,-5.959],[-2.802,-1.72],[9.163,-15.859],[2.501,-9.107]],"v":[[42.438,-70.391],[-56.828,-70.268],[-67.163,-24.837],[-40.027,11.661],[-16.703,45.536],[21.582,98.242],[45.076,85.547],[56.895,58.693],[60.873,28.878],[45.139,15.619],[37.073,10.033],[55.52,-41.585]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":31,"s":[{"i":[[7.939,1.93],[34.683,-33.696],[0.421,-14.512],[-16.106,-4.907],[-6.675,-13.076],[-18.94,-10.32],[-2.747,9.602],[-4.203,8.716],[6.784,11.045],[5.802,3.561],[2.475,2.18],[-4.823,17.585]],"o":[[-14.995,-3.645],[-10.02,9.739],[-0.494,16.945],[9.694,9.757],[9.328,18.261],[10.5,5.722],[2.679,-9.351],[4.865,-10.096],[-3.649,-5.959],[-2.802,-1.72],[9.163,-15.859],[2.501,-9.107]],"v":[[42.438,-70.391],[-56.828,-70.268],[-67.163,-24.837],[-40.027,11.661],[-16.703,45.536],[21.582,98.242],[45.076,85.547],[56.895,58.693],[60.873,28.878],[45.139,15.619],[37.073,10.033],[55.52,-41.585]],"c":true}],"e":[{"i":[[7.939,1.93],[34.683,-33.696],[0.421,-14.512],[-16.106,-4.907],[-6.675,-13.076],[-18.94,-10.32],[-2.747,9.602],[-4.203,8.716],[6.784,11.045],[5.802,3.561],[2.475,2.18],[-4.823,17.585]],"o":[[-14.995,-3.645],[-10.02,9.739],[-0.494,16.945],[9.694,9.757],[9.328,18.261],[10.5,5.722],[2.679,-9.351],[4.865,-10.096],[-3.649,-5.959],[-2.802,-1.72],[9.163,-15.859],[2.501,-9.107]],"v":[[42.438,-70.391],[-56.828,-70.268],[-67.163,-24.837],[-40.027,11.661],[-16.703,45.536],[21.582,98.242],[45.076,85.547],[56.895,58.693],[60.873,28.878],[45.139,15.619],[37.073,10.033],[55.52,-41.585]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":35,"s":[{"i":[[7.939,1.93],[34.683,-33.696],[0.421,-14.512],[-16.106,-4.907],[-6.675,-13.076],[-18.94,-10.32],[-2.747,9.602],[-4.203,8.716],[6.784,11.045],[5.802,3.561],[2.475,2.18],[-4.823,17.585]],"o":[[-14.995,-3.645],[-10.02,9.739],[-0.494,16.945],[9.694,9.757],[9.328,18.261],[10.5,5.722],[2.679,-9.351],[4.865,-10.096],[-3.649,-5.959],[-2.802,-1.72],[9.163,-15.859],[2.501,-9.107]],"v":[[42.438,-70.391],[-56.828,-70.268],[-67.163,-24.837],[-40.027,11.661],[-16.703,45.536],[21.582,98.242],[45.076,85.547],[56.895,58.693],[60.873,28.878],[45.139,15.619],[37.073,10.033],[55.52,-41.585]],"c":true}],"e":[{"i":[[7.939,1.93],[34.683,-33.696],[0.421,-14.512],[-16.106,-4.907],[-6.675,-13.076],[-18.94,-10.32],[-2.747,9.602],[-4.203,8.716],[6.784,11.045],[5.802,3.561],[2.475,2.18],[-4.823,17.585]],"o":[[-14.995,-3.645],[-10.02,9.739],[-0.494,16.945],[9.694,9.757],[9.328,18.261],[10.5,5.722],[2.679,-9.351],[4.865,-10.096],[-3.649,-5.959],[-2.802,-1.72],[9.163,-15.859],[2.501,-9.107]],"v":[[41.938,-60.391],[-47.828,-70.268],[-67.163,-24.837],[-40.027,11.661],[-16.703,45.536],[21.582,98.242],[45.076,85.547],[56.895,58.693],[60.873,28.878],[45.139,15.619],[37.073,10.033],[55.52,-41.585]],"c":true}]},{"t":41}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.945,0.259,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[251.876,831.045],"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":"L-KNEE SHADOW","np":2,"cix":2,"ix":23,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.686,0],[1.006,5.197],[-5.893,1.14],[-51.007,131.707],[-5.596,-2.173],[2.169,-5.599],[75.602,-36.392],[2.061,-0.401]],"o":[[-5.101,0],[-1.141,-5.894],[1.902,-0.369],[2.166,-5.598],[5.597,2.167],[-23.027,59.466],[-56.465,27.179],[-0.699,0.133]],"v":[[-125.411,100.112],[-136.068,91.306],[-127.463,78.57],[114.773,-91.729],[128.832,-97.938],[135.041,-83.878],[-15.723,62.648],[-123.332,99.913]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.2,0.075,0.133,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[1172.721,885.199],"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":"Group 36","np":2,"cix":2,"ix":24,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.728,0],[2.131,2.194],[-28.032,34.682],[-4.666,-3.775],[3.773,-4.668],[-32.746,-33.739],[4.307,-4.182]],"o":[[-2.834,0],[-42.109,-43.383],[3.774,-4.669],[4.67,3.774],[-22.82,28.234],[4.181,4.306],[-2.113,2.048]],"v":[[15.465,82.448],[7.666,79.15],[8.63,-81.051],[23.915,-82.672],[25.536,-67.388],[23.263,64.011],[23.035,79.379]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.2,0.075,0.133,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[1197.757,718.285],"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":"Group 37","np":2,"cix":2,"ix":25,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":9,"s":[{"i":[[1.76,0],[1.974,3.611],[-5.265,2.88],[-0.851,19.484],[30.415,1.328],[6.798,-2.48],[2.06,5.641],[-5.64,2.059],[-10.21,-0.441],[1.847,-42.391],[23.884,-13.055]],"o":[[-3.846,0],[-2.879,-5.269],[17.152,-9.374],[1.325,-30.414],[-7.322,-0.315],[-5.631,2.058],[-2.058,-5.637],[9.495,-3.467],[42.393,1.851],[-1.186,27.152],[-1.655,0.905]],"v":[[9.715,73.111],[0.168,67.454],[4.491,52.704],[33.242,6.617],[-19.514,-50.953],[-40.81,-47.692],[-54.746,-54.177],[-48.261,-68.112],[-18.572,-72.67],[54.957,7.565],[14.918,71.778]],"c":true}],"e":[{"i":[[1.76,0],[1.974,3.611],[-5.265,2.88],[-1.563,19.44],[30.415,1.328],[6.798,-2.48],[2.06,5.641],[-5.64,2.059],[-10.218,-0.199],[1.847,-42.391],[23.884,-13.055]],"o":[[-3.846,0],[-2.879,-5.269],[17.152,-9.374],[2.835,-35.271],[-7.322,-0.315],[-5.631,2.058],[-2.058,-5.637],[9.495,-3.467],[52.149,1.016],[-1.186,27.152],[-1.655,0.905]],"v":[[9.715,73.111],[0.168,67.454],[4.491,52.704],[38.742,5.117],[-19.514,-50.953],[-37.81,-48.692],[-51.746,-55.177],[-45.261,-69.112],[-18.572,-72.67],[58.457,7.065],[14.918,71.778]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":15,"s":[{"i":[[1.76,0],[1.974,3.611],[-5.265,2.88],[-1.563,19.44],[30.415,1.328],[6.798,-2.48],[2.06,5.641],[-5.64,2.059],[-10.218,-0.199],[1.847,-42.391],[23.884,-13.055]],"o":[[-3.846,0],[-2.879,-5.269],[17.152,-9.374],[2.835,-35.271],[-7.322,-0.315],[-5.631,2.058],[-2.058,-5.637],[9.495,-3.467],[52.149,1.016],[-1.186,27.152],[-1.655,0.905]],"v":[[9.715,73.111],[0.168,67.454],[4.491,52.704],[38.742,5.117],[-19.514,-50.953],[-37.81,-48.692],[-51.746,-55.177],[-45.261,-69.112],[-18.572,-72.67],[58.457,7.065],[14.918,71.778]],"c":true}],"e":[{"i":[[1.76,0],[1.974,3.611],[-5.265,2.88],[-1.563,19.44],[30.415,1.328],[6.798,-2.48],[2.06,5.641],[-5.64,2.059],[-10.218,-0.199],[1.847,-42.391],[23.884,-13.055]],"o":[[-3.846,0],[-2.879,-5.269],[17.152,-9.374],[2.835,-35.271],[-7.322,-0.315],[-5.631,2.058],[-2.058,-5.637],[9.495,-3.467],[52.149,1.016],[-1.186,27.152],[-1.655,0.905]],"v":[[9.715,73.111],[0.168,67.454],[4.491,52.704],[38.742,5.117],[-19.514,-50.953],[-36.31,-49.192],[-50.246,-55.677],[-43.761,-69.612],[-18.572,-72.67],[58.457,7.065],[14.918,71.778]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":19,"s":[{"i":[[1.76,0],[1.974,3.611],[-5.265,2.88],[-1.563,19.44],[30.415,1.328],[6.798,-2.48],[2.06,5.641],[-5.64,2.059],[-10.218,-0.199],[1.847,-42.391],[23.884,-13.055]],"o":[[-3.846,0],[-2.879,-5.269],[17.152,-9.374],[2.835,-35.271],[-7.322,-0.315],[-5.631,2.058],[-2.058,-5.637],[9.495,-3.467],[52.149,1.016],[-1.186,27.152],[-1.655,0.905]],"v":[[9.715,73.111],[0.168,67.454],[4.491,52.704],[38.742,5.117],[-19.514,-50.953],[-36.31,-49.192],[-50.246,-55.677],[-43.761,-69.612],[-18.572,-72.67],[58.457,7.065],[14.918,71.778]],"c":true}],"e":[{"i":[[1.76,0],[1.974,3.611],[-5.265,2.88],[-0.851,19.484],[30.415,1.328],[6.798,-2.48],[2.06,5.641],[-5.64,2.059],[-10.21,-0.441],[1.847,-42.391],[23.884,-13.055]],"o":[[-3.846,0],[-2.879,-5.269],[17.152,-9.374],[1.325,-30.414],[-7.322,-0.315],[-5.631,2.058],[-2.058,-5.637],[9.495,-3.467],[42.393,1.851],[-1.186,27.152],[-1.655,0.905]],"v":[[9.715,73.111],[0.168,67.454],[4.491,52.704],[33.242,6.617],[-19.514,-50.953],[-40.81,-47.692],[-54.746,-54.177],[-48.261,-68.112],[-18.572,-72.67],[54.957,7.565],[14.918,71.778]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":25,"s":[{"i":[[1.76,0],[1.974,3.611],[-5.265,2.88],[-0.851,19.484],[30.415,1.328],[6.798,-2.48],[2.06,5.641],[-5.64,2.059],[-10.21,-0.441],[1.847,-42.391],[23.884,-13.055]],"o":[[-3.846,0],[-2.879,-5.269],[17.152,-9.374],[1.325,-30.414],[-7.322,-0.315],[-5.631,2.058],[-2.058,-5.637],[9.495,-3.467],[42.393,1.851],[-1.186,27.152],[-1.655,0.905]],"v":[[9.715,73.111],[0.168,67.454],[4.491,52.704],[33.242,6.617],[-19.514,-50.953],[-40.81,-47.692],[-54.746,-54.177],[-48.261,-68.112],[-18.572,-72.67],[54.957,7.565],[14.918,71.778]],"c":true}],"e":[{"i":[[1.76,0],[1.974,3.611],[-5.265,2.88],[-1.563,19.44],[30.415,1.328],[6.798,-2.48],[2.06,5.641],[-5.64,2.059],[-10.218,-0.199],[1.847,-42.391],[23.884,-13.055]],"o":[[-3.846,0],[-2.879,-5.269],[17.152,-9.374],[2.835,-35.271],[-7.322,-0.315],[-5.631,2.058],[-2.058,-5.637],[9.495,-3.467],[52.149,1.016],[-1.186,27.152],[-1.655,0.905]],"v":[[9.715,73.111],[0.168,67.454],[4.491,52.704],[38.742,5.117],[-19.514,-50.953],[-37.81,-48.692],[-51.746,-55.177],[-45.261,-69.112],[-18.572,-72.67],[58.457,7.065],[14.918,71.778]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":31,"s":[{"i":[[1.76,0],[1.974,3.611],[-5.265,2.88],[-1.563,19.44],[30.415,1.328],[6.798,-2.48],[2.06,5.641],[-5.64,2.059],[-10.218,-0.199],[1.847,-42.391],[23.884,-13.055]],"o":[[-3.846,0],[-2.879,-5.269],[17.152,-9.374],[2.835,-35.271],[-7.322,-0.315],[-5.631,2.058],[-2.058,-5.637],[9.495,-3.467],[52.149,1.016],[-1.186,27.152],[-1.655,0.905]],"v":[[9.715,73.111],[0.168,67.454],[4.491,52.704],[38.742,5.117],[-19.514,-50.953],[-37.81,-48.692],[-51.746,-55.177],[-45.261,-69.112],[-18.572,-72.67],[58.457,7.065],[14.918,71.778]],"c":true}],"e":[{"i":[[1.76,0],[1.974,3.611],[-5.265,2.88],[-1.563,19.44],[30.415,1.328],[6.798,-2.48],[2.06,5.641],[-5.64,2.059],[-10.218,-0.199],[1.847,-42.391],[23.884,-13.055]],"o":[[-3.846,0],[-2.879,-5.269],[17.152,-9.374],[2.835,-35.271],[-7.322,-0.315],[-5.631,2.058],[-2.058,-5.637],[9.495,-3.467],[52.149,1.016],[-1.186,27.152],[-1.655,0.905]],"v":[[9.715,73.111],[0.168,67.454],[4.491,52.704],[38.742,5.117],[-19.514,-50.953],[-36.31,-49.192],[-50.246,-55.677],[-43.761,-69.612],[-18.572,-72.67],[58.457,7.065],[14.918,71.778]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":35,"s":[{"i":[[1.76,0],[1.974,3.611],[-5.265,2.88],[-1.563,19.44],[30.415,1.328],[6.798,-2.48],[2.06,5.641],[-5.64,2.059],[-10.218,-0.199],[1.847,-42.391],[23.884,-13.055]],"o":[[-3.846,0],[-2.879,-5.269],[17.152,-9.374],[2.835,-35.271],[-7.322,-0.315],[-5.631,2.058],[-2.058,-5.637],[9.495,-3.467],[52.149,1.016],[-1.186,27.152],[-1.655,0.905]],"v":[[9.715,73.111],[0.168,67.454],[4.491,52.704],[38.742,5.117],[-19.514,-50.953],[-36.31,-49.192],[-50.246,-55.677],[-43.761,-69.612],[-18.572,-72.67],[58.457,7.065],[14.918,71.778]],"c":true}],"e":[{"i":[[1.76,0],[1.974,3.611],[-5.265,2.88],[-0.851,19.484],[30.415,1.328],[6.798,-2.48],[2.06,5.641],[-5.64,2.059],[-10.21,-0.441],[1.847,-42.391],[23.884,-13.055]],"o":[[-3.846,0],[-2.879,-5.269],[17.152,-9.374],[1.325,-30.414],[-7.322,-0.315],[-5.631,2.058],[-2.058,-5.637],[9.495,-3.467],[42.393,1.851],[-1.186,27.152],[-1.655,0.905]],"v":[[9.715,73.111],[0.168,67.454],[4.491,52.704],[33.242,6.617],[-19.514,-50.953],[-40.81,-47.692],[-54.746,-54.177],[-48.261,-68.112],[-18.572,-72.67],[54.957,7.565],[14.918,71.778]],"c":true}]},{"t":41}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.2,0.075,0.133,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[1287.923,735.154],"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":"Group 38","np":2,"cix":2,"ix":26,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":9,"s":[{"i":[[3.264,0],[1.972,1.513],[114.292,-61.073],[2.829,5.296],[-5.294,2.829],[-73.012,-28.909],[-1.608,-1.236],[3.655,-4.761]],"o":[[-2.308,0],[-1.471,-1.125],[-5.286,2.824],[-2.827,-5.295],[52.782,-28.203],[54.253,21.483],[4.763,3.652],[-2.139,2.789]],"v":[[137.487,57.221],[130.881,54.977],[-132.238,3.852],[-146.946,-0.611],[-142.482,-15.32],[49.811,-14.238],[144.109,37.732],[146.118,52.968]],"c":true}],"e":[{"i":[[3.264,0],[1.972,1.513],[114.292,-61.073],[2.829,5.296],[-5.566,2.248],[-73.072,-28.756],[-1.608,-1.236],[3.655,-4.761]],"o":[[-2.308,0],[-1.471,-1.125],[-5.286,2.824],[-2.827,-5.295],[57.743,-23.327],[44.7,17.591],[4.763,3.652],[-2.139,2.789]],"v":[[137.487,57.221],[130.881,54.977],[-104.488,-14.649],[-119.196,-19.111],[-114.732,-33.82],[53.311,-25.738],[143.609,39.732],[146.118,52.968]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":15,"s":[{"i":[[3.264,0],[1.972,1.513],[114.292,-61.073],[2.829,5.296],[-5.566,2.248],[-73.072,-28.756],[-1.608,-1.236],[3.655,-4.761]],"o":[[-2.308,0],[-1.471,-1.125],[-5.286,2.824],[-2.827,-5.295],[57.743,-23.327],[44.7,17.591],[4.763,3.652],[-2.139,2.789]],"v":[[137.487,57.221],[130.881,54.977],[-104.488,-14.649],[-119.196,-19.111],[-114.732,-33.82],[53.311,-25.738],[143.609,39.732],[146.118,52.968]],"c":true}],"e":[{"i":[[3.264,0],[1.972,1.513],[114.292,-61.073],[2.829,5.296],[-5.565,2.248],[-73.012,-28.909],[-1.608,-1.236],[3.655,-4.761]],"o":[[-2.308,0],[-1.471,-1.125],[-5.286,2.824],[-2.827,-5.295],[57.743,-23.327],[54.253,21.483],[4.763,3.652],[-2.139,2.789]],"v":[[137.487,57.221],[130.881,54.977],[-106.988,-7.648],[-117.696,-13.611],[-113.232,-28.32],[55.811,-24.238],[143.609,39.732],[146.118,52.968]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":19,"s":[{"i":[[3.264,0],[1.972,1.513],[114.292,-61.073],[2.829,5.296],[-5.565,2.248],[-73.012,-28.909],[-1.608,-1.236],[3.655,-4.761]],"o":[[-2.308,0],[-1.471,-1.125],[-5.286,2.824],[-2.827,-5.295],[57.743,-23.327],[54.253,21.483],[4.763,3.652],[-2.139,2.789]],"v":[[137.487,57.221],[130.881,54.977],[-106.988,-7.648],[-117.696,-13.611],[-113.232,-28.32],[55.811,-24.238],[143.609,39.732],[146.118,52.968]],"c":true}],"e":[{"i":[[3.264,0],[1.972,1.513],[114.292,-61.073],[2.829,5.296],[-5.294,2.829],[-73.012,-28.909],[-1.608,-1.236],[3.655,-4.761]],"o":[[-2.308,0],[-1.471,-1.125],[-5.286,2.824],[-2.827,-5.295],[52.782,-28.203],[54.253,21.483],[4.763,3.652],[-2.139,2.789]],"v":[[137.487,57.221],[130.881,54.977],[-132.238,3.852],[-146.946,-0.611],[-142.482,-15.32],[49.811,-14.238],[144.109,37.732],[146.118,52.968]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":25,"s":[{"i":[[3.264,0],[1.972,1.513],[114.292,-61.073],[2.829,5.296],[-5.294,2.829],[-73.012,-28.909],[-1.608,-1.236],[3.655,-4.761]],"o":[[-2.308,0],[-1.471,-1.125],[-5.286,2.824],[-2.827,-5.295],[52.782,-28.203],[54.253,21.483],[4.763,3.652],[-2.139,2.789]],"v":[[137.487,57.221],[130.881,54.977],[-132.238,3.852],[-146.946,-0.611],[-142.482,-15.32],[49.811,-14.238],[144.109,37.732],[146.118,52.968]],"c":true}],"e":[{"i":[[3.264,0],[1.972,1.513],[114.292,-61.073],[2.829,5.296],[-5.565,2.248],[-73.073,-28.756],[-1.608,-1.236],[3.655,-4.761]],"o":[[-2.308,0],[-1.471,-1.125],[-5.286,2.824],[-2.827,-5.295],[57.743,-23.327],[44.7,17.591],[4.763,3.652],[-2.139,2.789]],"v":[[137.487,57.221],[130.881,54.977],[-104.488,-14.648],[-119.196,-19.111],[-114.732,-33.82],[53.311,-25.738],[143.609,39.732],[146.118,52.968]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":31,"s":[{"i":[[3.264,0],[1.972,1.513],[114.292,-61.073],[2.829,5.296],[-5.565,2.248],[-73.073,-28.756],[-1.608,-1.236],[3.655,-4.761]],"o":[[-2.308,0],[-1.471,-1.125],[-5.286,2.824],[-2.827,-5.295],[57.743,-23.327],[44.7,17.591],[4.763,3.652],[-2.139,2.789]],"v":[[137.487,57.221],[130.881,54.977],[-104.488,-14.648],[-119.196,-19.111],[-114.732,-33.82],[53.311,-25.738],[143.609,39.732],[146.118,52.968]],"c":true}],"e":[{"i":[[3.264,0],[1.972,1.513],[114.292,-61.073],[2.829,5.296],[-5.565,2.248],[-73.012,-28.909],[-1.608,-1.236],[3.655,-4.761]],"o":[[-2.308,0],[-1.471,-1.125],[-5.286,2.824],[-2.827,-5.295],[57.743,-23.327],[54.253,21.483],[4.763,3.652],[-2.139,2.789]],"v":[[137.487,57.221],[130.881,54.977],[-106.988,-7.648],[-117.696,-13.611],[-113.232,-28.32],[55.811,-24.238],[143.609,39.732],[146.118,52.968]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":35,"s":[{"i":[[3.264,0],[1.972,1.513],[114.292,-61.073],[2.829,5.296],[-5.565,2.248],[-73.012,-28.909],[-1.608,-1.236],[3.655,-4.761]],"o":[[-2.308,0],[-1.471,-1.125],[-5.286,2.824],[-2.827,-5.295],[57.743,-23.327],[54.253,21.483],[4.763,3.652],[-2.139,2.789]],"v":[[137.487,57.221],[130.881,54.977],[-106.988,-7.648],[-117.696,-13.611],[-113.232,-28.32],[55.811,-24.238],[143.609,39.732],[146.118,52.968]],"c":true}],"e":[{"i":[[3.264,0],[1.972,1.513],[114.292,-61.073],[2.829,5.296],[-5.294,2.829],[-73.012,-28.909],[-1.608,-1.236],[3.655,-4.761]],"o":[[-2.308,0],[-1.471,-1.125],[-5.286,2.824],[-2.827,-5.295],[52.782,-28.203],[54.253,21.483],[4.763,3.652],[-2.139,2.789]],"v":[[137.487,57.221],[130.881,54.977],[-132.238,3.852],[-146.946,-0.611],[-142.482,-15.32],[49.811,-14.238],[144.109,37.732],[146.118,52.968]],"c":true}]},{"t":41}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.2,0.075,0.133,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[1134.989,627.148],"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":"Group 39","np":2,"cix":2,"ix":27,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":9,"s":[{"i":[[18.81,0],[0.635,0.073],[-0.682,5.963],[-5.958,-0.675],[-64.903,17.362],[-100.521,91.724],[-4.043,-4.43],[4.434,-4.046],[62.599,-16.558]],"o":[[-10.112,0],[-5.962,-0.683],[0.683,-5.956],[0.411,0.045],[59.958,-16.042],[4.434,-4.045],[4.046,4.435],[-104.287,95.162],[-44.557,11.785]],"v":[[-169.383,92.731],[-185.858,92.039],[-195.42,80.005],[-183.406,70.44],[-76.348,57.456],[176.703,-88.687],[192.057,-87.985],[191.356,-72.63],[-72.04,78.802]],"c":true}],"e":[{"i":[[18.782,1.031],[0.63,0.107],[-1.01,5.916],[-5.912,-1.001],[-65.757,13.78],[-105.411,86.06],[-3.793,-4.646],[4.649,-3.797],[63.413,-13.099]],"o":[[-10.097,-0.555],[-5.916,-1.009],[1.009,-5.91],[0.408,0.067],[60.747,-12.73],[4.649,-3.796],[3.797,4.65],[-109.349,89.3],[-45.136,9.324]],"v":[[-178.382,72.249],[-194.794,70.655],[-203.682,58.114],[-188.411,50.723],[-83.552,42.129],[177.133,-89.917],[192.425,-88.374],[190.883,-73.081],[-80.421,63.679]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":15,"s":[{"i":[[18.782,1.031],[0.63,0.107],[-1.01,5.916],[-5.912,-1.001],[-65.757,13.78],[-105.411,86.06],[-3.793,-4.646],[4.649,-3.797],[63.413,-13.099]],"o":[[-10.097,-0.555],[-5.916,-1.009],[1.009,-5.91],[0.408,0.067],[60.747,-12.73],[4.649,-3.796],[3.797,4.65],[-109.349,89.3],[-45.136,9.324]],"v":[[-178.382,72.249],[-194.794,70.655],[-203.682,58.114],[-188.411,50.723],[-83.552,42.129],[177.133,-89.917],[192.425,-88.374],[190.883,-73.081],[-80.421,63.679]],"c":true}],"e":[{"i":[[18.705,1.989],[0.624,0.139],[-1.311,5.857],[-5.853,-1.301],[-66.375,10.404],[-109.668,80.565],[-3.551,-4.834],[4.837,-3.554],[63.999,-9.844]],"o":[[-10.055,-1.069],[-5.856,-1.31],[1.309,-5.85],[0.404,0.088],[61.318,-9.612],[4.837,-3.553],[3.554,4.838],[-113.766,83.6],[-45.553,7.007]],"v":[[-185.758,53.742],[-202.068,51.312],[-210.304,38.334],[-194.676,31.732],[-89.515,28.504],[177.573,-90.06],[192.766,-87.738],[190.445,-72.543],[-87.488,50.186]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":19,"s":[{"i":[[18.705,1.989],[0.624,0.139],[-1.311,5.857],[-5.853,-1.301],[-66.375,10.404],[-109.668,80.565],[-3.551,-4.834],[4.837,-3.554],[63.999,-9.844]],"o":[[-10.055,-1.069],[-5.856,-1.31],[1.309,-5.85],[0.404,0.088],[61.318,-9.612],[4.837,-3.553],[3.554,4.838],[-113.766,83.6],[-45.553,7.007]],"v":[[-185.758,53.742],[-202.068,51.312],[-210.304,38.334],[-194.676,31.732],[-89.515,28.504],[177.573,-90.06],[192.766,-87.738],[190.445,-72.543],[-87.488,50.186]],"c":true}],"e":[{"i":[[18.81,0],[0.635,0.073],[-0.682,5.963],[-5.958,-0.675],[-64.903,17.362],[-100.521,91.724],[-4.043,-4.43],[4.434,-4.046],[62.599,-16.558]],"o":[[-10.112,0],[-5.962,-0.683],[0.683,-5.956],[0.411,0.045],[59.958,-16.042],[4.434,-4.045],[4.046,4.435],[-104.287,95.162],[-44.557,11.785]],"v":[[-169.383,92.731],[-185.858,92.039],[-195.42,80.005],[-183.406,70.44],[-76.348,57.456],[176.703,-88.687],[192.057,-87.985],[191.356,-72.63],[-72.04,78.802]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":25,"s":[{"i":[[18.81,0],[0.635,0.073],[-0.682,5.963],[-5.958,-0.675],[-64.903,17.362],[-100.521,91.724],[-4.043,-4.43],[4.434,-4.046],[62.599,-16.558]],"o":[[-10.112,0],[-5.962,-0.683],[0.683,-5.956],[0.411,0.045],[59.958,-16.042],[4.434,-4.045],[4.046,4.435],[-104.287,95.162],[-44.557,11.785]],"v":[[-169.383,92.731],[-185.858,92.039],[-195.42,80.005],[-183.406,70.44],[-76.348,57.456],[176.703,-88.687],[192.057,-87.985],[191.356,-72.63],[-72.04,78.802]],"c":true}],"e":[{"i":[[18.782,1.031],[0.63,0.107],[-1.01,5.916],[-5.912,-1.001],[-65.757,13.78],[-105.411,86.06],[-3.793,-4.646],[4.649,-3.797],[63.413,-13.099]],"o":[[-10.097,-0.554],[-5.916,-1.009],[1.009,-5.91],[0.408,0.067],[60.747,-12.73],[4.649,-3.796],[3.797,4.65],[-109.349,89.3],[-45.136,9.324]],"v":[[-178.382,72.249],[-194.794,70.655],[-203.682,58.114],[-188.411,50.723],[-83.552,42.129],[177.133,-89.917],[192.425,-88.374],[190.883,-73.081],[-80.421,63.679]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":31,"s":[{"i":[[18.782,1.031],[0.63,0.107],[-1.01,5.916],[-5.912,-1.001],[-65.757,13.78],[-105.411,86.06],[-3.793,-4.646],[4.649,-3.797],[63.413,-13.099]],"o":[[-10.097,-0.554],[-5.916,-1.009],[1.009,-5.91],[0.408,0.067],[60.747,-12.73],[4.649,-3.796],[3.797,4.65],[-109.349,89.3],[-45.136,9.324]],"v":[[-178.382,72.249],[-194.794,70.655],[-203.682,58.114],[-188.411,50.723],[-83.552,42.129],[177.133,-89.917],[192.425,-88.374],[190.883,-73.081],[-80.421,63.679]],"c":true}],"e":[{"i":[[18.705,1.989],[0.624,0.14],[-1.311,5.857],[-5.853,-1.301],[-66.375,10.404],[-109.668,80.565],[-3.551,-4.833],[4.837,-3.555],[63.999,-9.844]],"o":[[-10.055,-1.069],[-5.856,-1.31],[1.309,-5.85],[0.404,0.088],[61.318,-9.612],[4.837,-3.553],[3.554,4.838],[-113.766,83.6],[-45.553,7.007]],"v":[[-185.758,53.742],[-202.068,51.312],[-210.304,38.334],[-194.676,31.732],[-89.515,28.504],[177.573,-90.06],[192.766,-87.738],[190.445,-72.543],[-87.488,50.186]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":35,"s":[{"i":[[18.705,1.989],[0.624,0.14],[-1.311,5.857],[-5.853,-1.301],[-66.375,10.404],[-109.668,80.565],[-3.551,-4.833],[4.837,-3.555],[63.999,-9.844]],"o":[[-10.055,-1.069],[-5.856,-1.31],[1.309,-5.85],[0.404,0.088],[61.318,-9.612],[4.837,-3.553],[3.554,4.838],[-113.766,83.6],[-45.553,7.007]],"v":[[-185.758,53.742],[-202.068,51.312],[-210.304,38.334],[-194.676,31.732],[-89.515,28.504],[177.573,-90.06],[192.766,-87.738],[190.445,-72.543],[-87.488,50.186]],"c":true}],"e":[{"i":[[18.81,0],[0.635,0.073],[-0.682,5.963],[-5.958,-0.675],[-64.903,17.362],[-100.521,91.724],[-4.043,-4.43],[4.434,-4.046],[62.599,-16.558]],"o":[[-10.112,0],[-5.962,-0.683],[0.683,-5.956],[0.411,0.045],[59.958,-16.042],[4.434,-4.045],[4.046,4.435],[-104.287,95.162],[-44.557,11.785]],"v":[[-169.383,92.731],[-185.858,92.039],[-195.42,80.005],[-183.406,70.44],[-76.348,57.456],[176.703,-88.687],[192.057,-87.985],[191.356,-72.63],[-72.04,78.802]],"c":true}]},{"t":41}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.2,0.075,0.133,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[1065.858,849.381],"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":"Group 40","np":2,"cix":2,"ix":28,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":9,"s":[{"i":[[5.785,0],[0.162,0.007],[-4.454,102.178],[-35.741,32.75],[-48.429,-2.11],[-31.212,-54.089],[5.199,-3.001],[2.999,5.197],[54.854,2.393],[31.459,-28.827],[1.859,-42.629],[-86.504,-3.776],[0.26,-5.996]],"o":[[-0.161,0],[-98.277,-4.29],[2.112,-48.431],[35.74,-32.749],[62.318,2.717],[2.999,5.199],[-5.202,2.998],[-27.475,-47.622],[-42.62,-1.857],[-31.459,28.827],[-3.941,90.406],[5.996,0.261],[-0.255,5.836]],"v":[[4.997,185.964],[4.516,185.953],[-168.57,-10.463],[-109.87,-136.352],[20.657,-183.854],[170.025,-93.132],[166.043,-78.284],[151.197,-82.266],[19.709,-162.14],[-95.186,-120.326],[-146.854,-9.516],[5.463,164.239],[15.847,175.568]],"c":true}],"e":[{"i":[[5.785,0],[0.162,0.007],[-10.425,102.178],[-35.741,32.75],[-48.429,-2.111],[-31.204,-54.094],[5.201,-2.997],[2.999,5.197],[54.854,2.39],[31.459,-28.827],[1.858,-42.629],[-86.504,-3.765],[0.262,-5.996]],"o":[[-0.161,0],[-101.693,-4.29],[4.92,-48.227],[35.74,-32.749],[62.318,2.717],[2.999,5.199],[-5.202,2.998],[-27.475,-47.622],[-42.62,-1.857],[-31.459,28.827],[-3.941,90.406],[5.996,0.261],[-0.255,5.836]],"v":[[4.997,144.964],[2.516,165.954],[-168.57,-51.463],[-109.87,-177.352],[20.657,-232.354],[170.025,-134.132],[166.043,-119.284],[151.197,-123.266],[19.709,-210.64],[-95.186,-161.326],[-146.854,-50.516],[0.963,144.489],[13.847,155.568]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":15,"s":[{"i":[[5.785,0],[0.162,0.007],[-10.425,102.178],[-35.741,32.75],[-48.429,-2.111],[-31.204,-54.094],[5.201,-2.997],[2.999,5.197],[54.854,2.39],[31.459,-28.827],[1.858,-42.629],[-86.504,-3.765],[0.262,-5.996]],"o":[[-0.161,0],[-101.693,-4.29],[4.92,-48.227],[35.74,-32.749],[62.318,2.717],[2.999,5.199],[-5.202,2.998],[-27.475,-47.622],[-42.62,-1.857],[-31.459,28.827],[-3.941,90.406],[5.996,0.261],[-0.255,5.836]],"v":[[4.997,144.964],[2.516,165.954],[-168.57,-51.463],[-109.87,-177.352],[20.657,-232.354],[170.025,-134.132],[166.043,-119.284],[151.197,-123.266],[19.709,-210.64],[-95.186,-161.326],[-146.854,-50.516],[0.963,144.489],[13.847,155.568]],"c":true}],"e":[{"i":[[5.785,0],[0.162,0.007],[-10.425,102.178],[-35.741,32.75],[-48.429,-2.111],[-31.204,-54.094],[5.201,-2.997],[2.999,5.197],[54.854,2.39],[31.459,-28.827],[1.858,-42.629],[-86.504,-3.765],[0.262,-5.996]],"o":[[-0.161,0],[-101.693,-4.29],[4.92,-48.227],[35.74,-32.749],[62.318,2.717],[2.999,5.199],[-5.202,2.998],[-27.475,-47.622],[-42.62,-1.857],[-31.459,28.827],[-3.941,90.406],[5.996,0.261],[-0.255,5.836]],"v":[[-1.753,125.964],[-4.234,146.954],[-168.57,-41.463],[-109.87,-167.352],[20.657,-222.354],[170.025,-124.132],[166.043,-109.284],[151.197,-113.266],[19.709,-200.64],[-95.186,-151.326],[-146.854,-40.516],[-5.787,125.489],[7.097,136.568]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":19,"s":[{"i":[[5.785,0],[0.162,0.007],[-10.425,102.178],[-35.741,32.75],[-48.429,-2.111],[-31.204,-54.094],[5.201,-2.997],[2.999,5.197],[54.854,2.39],[31.459,-28.827],[1.858,-42.629],[-86.504,-3.765],[0.262,-5.996]],"o":[[-0.161,0],[-101.693,-4.29],[4.92,-48.227],[35.74,-32.749],[62.318,2.717],[2.999,5.199],[-5.202,2.998],[-27.475,-47.622],[-42.62,-1.857],[-31.459,28.827],[-3.941,90.406],[5.996,0.261],[-0.255,5.836]],"v":[[-1.753,125.964],[-4.234,146.954],[-168.57,-41.463],[-109.87,-167.352],[20.657,-222.354],[170.025,-124.132],[166.043,-109.284],[151.197,-113.266],[19.709,-200.64],[-95.186,-151.326],[-146.854,-40.516],[-5.787,125.489],[7.097,136.568]],"c":true}],"e":[{"i":[[5.785,0],[0.162,0.007],[-4.454,102.178],[-35.741,32.75],[-48.429,-2.11],[-31.212,-54.089],[5.199,-3.001],[2.999,5.197],[54.854,2.393],[31.459,-28.827],[1.859,-42.629],[-86.504,-3.776],[0.26,-5.996]],"o":[[-0.161,0],[-98.277,-4.29],[2.112,-48.431],[35.74,-32.749],[62.318,2.717],[2.999,5.199],[-5.202,2.998],[-27.475,-47.622],[-42.62,-1.857],[-31.459,28.827],[-3.941,90.406],[5.996,0.261],[-0.255,5.836]],"v":[[4.997,185.964],[4.516,185.953],[-168.57,-10.463],[-109.87,-136.352],[20.657,-183.854],[170.025,-93.132],[166.043,-78.284],[151.197,-82.266],[19.709,-162.14],[-95.186,-120.326],[-146.854,-9.516],[5.463,164.239],[15.847,175.568]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":25,"s":[{"i":[[5.785,0],[0.162,0.007],[-4.454,102.178],[-35.741,32.75],[-48.429,-2.11],[-31.212,-54.089],[5.199,-3.001],[2.999,5.197],[54.854,2.393],[31.459,-28.827],[1.859,-42.629],[-86.504,-3.776],[0.26,-5.996]],"o":[[-0.161,0],[-98.277,-4.29],[2.112,-48.431],[35.74,-32.749],[62.318,2.717],[2.999,5.199],[-5.202,2.998],[-27.475,-47.622],[-42.62,-1.857],[-31.459,28.827],[-3.941,90.406],[5.996,0.261],[-0.255,5.836]],"v":[[4.997,185.964],[4.516,185.953],[-168.57,-10.463],[-109.87,-136.352],[20.657,-183.854],[170.025,-93.132],[166.043,-78.284],[151.197,-82.266],[19.709,-162.14],[-95.186,-120.326],[-146.854,-9.516],[5.463,164.239],[15.847,175.568]],"c":true}],"e":[{"i":[[5.785,0],[0.162,0.007],[-10.424,102.178],[-35.741,32.75],[-48.429,-2.111],[-31.204,-54.094],[5.201,-2.997],[2.999,5.197],[54.854,2.39],[31.459,-28.827],[1.858,-42.629],[-86.504,-3.765],[0.262,-5.996]],"o":[[-0.161,0],[-101.693,-4.29],[4.92,-48.227],[35.74,-32.749],[62.318,2.717],[2.999,5.199],[-5.202,2.998],[-27.475,-47.622],[-42.62,-1.857],[-31.459,28.827],[-3.941,90.406],[5.996,0.261],[-0.255,5.836]],"v":[[4.997,144.964],[2.516,165.953],[-168.57,-51.463],[-109.87,-177.352],[20.657,-232.354],[170.025,-134.132],[166.043,-119.284],[151.197,-123.266],[19.709,-210.64],[-95.186,-161.326],[-146.854,-50.516],[0.963,144.489],[13.847,155.568]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":31,"s":[{"i":[[5.785,0],[0.162,0.007],[-10.424,102.178],[-35.741,32.75],[-48.429,-2.111],[-31.204,-54.094],[5.201,-2.997],[2.999,5.197],[54.854,2.39],[31.459,-28.827],[1.858,-42.629],[-86.504,-3.765],[0.262,-5.996]],"o":[[-0.161,0],[-101.693,-4.29],[4.92,-48.227],[35.74,-32.749],[62.318,2.717],[2.999,5.199],[-5.202,2.998],[-27.475,-47.622],[-42.62,-1.857],[-31.459,28.827],[-3.941,90.406],[5.996,0.261],[-0.255,5.836]],"v":[[4.997,144.964],[2.516,165.953],[-168.57,-51.463],[-109.87,-177.352],[20.657,-232.354],[170.025,-134.132],[166.043,-119.284],[151.197,-123.266],[19.709,-210.64],[-95.186,-161.326],[-146.854,-50.516],[0.963,144.489],[13.847,155.568]],"c":true}],"e":[{"i":[[5.785,0],[0.162,0.007],[-10.424,102.178],[-35.741,32.75],[-48.429,-2.111],[-31.204,-54.094],[5.201,-2.997],[2.999,5.197],[54.854,2.39],[31.459,-28.827],[1.858,-42.629],[-86.504,-3.765],[0.262,-5.996]],"o":[[-0.161,0],[-101.693,-4.29],[4.92,-48.227],[35.74,-32.749],[62.318,2.717],[2.999,5.199],[-5.202,2.998],[-27.475,-47.622],[-42.62,-1.857],[-31.459,28.827],[-3.941,90.406],[5.996,0.261],[-0.255,5.836]],"v":[[-1.753,125.964],[-4.234,146.953],[-168.57,-41.463],[-109.87,-167.352],[20.657,-222.354],[170.025,-124.132],[166.043,-109.284],[151.197,-113.267],[19.709,-200.64],[-95.186,-151.326],[-146.854,-40.516],[-5.787,125.489],[7.097,136.568]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":35,"s":[{"i":[[5.785,0],[0.162,0.007],[-10.424,102.178],[-35.741,32.75],[-48.429,-2.111],[-31.204,-54.094],[5.201,-2.997],[2.999,5.197],[54.854,2.39],[31.459,-28.827],[1.858,-42.629],[-86.504,-3.765],[0.262,-5.996]],"o":[[-0.161,0],[-101.693,-4.29],[4.92,-48.227],[35.74,-32.749],[62.318,2.717],[2.999,5.199],[-5.202,2.998],[-27.475,-47.622],[-42.62,-1.857],[-31.459,28.827],[-3.941,90.406],[5.996,0.261],[-0.255,5.836]],"v":[[-1.753,125.964],[-4.234,146.953],[-168.57,-41.463],[-109.87,-167.352],[20.657,-222.354],[170.025,-124.132],[166.043,-109.284],[151.197,-113.267],[19.709,-200.64],[-95.186,-151.326],[-146.854,-40.516],[-5.787,125.489],[7.097,136.568]],"c":true}],"e":[{"i":[[5.785,0],[0.162,0.007],[-4.454,102.178],[-35.741,32.75],[-48.429,-2.11],[-31.212,-54.089],[5.199,-3.001],[2.999,5.197],[54.854,2.393],[31.459,-28.827],[1.859,-42.629],[-86.504,-3.776],[0.26,-5.996]],"o":[[-0.161,0],[-98.277,-4.29],[2.112,-48.431],[35.74,-32.749],[62.318,2.717],[2.999,5.199],[-5.202,2.998],[-27.475,-47.622],[-42.62,-1.857],[-31.459,28.827],[-3.941,90.406],[5.996,0.261],[-0.255,5.836]],"v":[[4.997,185.964],[4.516,185.953],[-168.57,-10.463],[-109.87,-136.352],[20.657,-183.854],[170.025,-93.132],[166.043,-78.284],[151.197,-82.266],[19.709,-162.14],[-95.186,-120.326],[-146.854,-9.516],[5.463,164.239],[15.847,175.568]],"c":true}]},{"t":41}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.2,0.075,0.133,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[876.246,755.526],"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":"Group 41","np":2,"cix":2,"ix":29,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":9,"s":[{"i":[[-1.97,1.802],[-40.651,5.429],[12.772,0.216],[3.065,-0.057],[2.428,4.79],[6.523,0.264],[2.851,-9.961],[-5.935,-31.137]],"o":[[23.804,-36.108],[-11.921,-5.464],[-3.052,-0.051],[-0.731,-4.894],[-3.927,-7.768],[-5.019,-6.837],[-8.33,29.04],[1.652,-2.006]],"v":[[-45.294,46.357],[56.682,-11.751],[18.137,-19.435],[8.951,-19.346],[4.509,-33.71],[-12.266,-45.221],[-33.832,-42.042],[-50.746,52.058]],"c":true}],"e":[{"i":[[-1.97,1.802],[-41.693,1.26],[12.772,0.216],[3.065,-0.057],[2.428,4.79],[6.523,0.264],[2.851,-9.961],[-5.935,-31.137]],"o":[[20.541,-49.158],[-11.921,-5.464],[-3.052,-0.051],[-0.731,-4.894],[-3.927,-7.768],[-5.019,-6.837],[-8.33,29.04],[1.652,-2.006]],"v":[[-49.294,54.857],[53.182,-10.251],[18.137,-19.435],[8.951,-19.346],[4.509,-33.71],[-12.266,-45.221],[-33.832,-42.042],[-44.746,44.058]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":15,"s":[{"i":[[-1.97,1.802],[-41.693,1.26],[12.772,0.216],[3.065,-0.057],[2.428,4.79],[6.523,0.264],[2.851,-9.961],[-5.935,-31.137]],"o":[[20.541,-49.158],[-11.921,-5.464],[-3.052,-0.051],[-0.731,-4.894],[-3.927,-7.768],[-5.019,-6.837],[-8.33,29.04],[1.652,-2.006]],"v":[[-49.294,54.857],[53.182,-10.251],[18.137,-19.435],[8.951,-19.346],[4.509,-33.71],[-12.266,-45.221],[-33.832,-42.042],[-44.746,44.058]],"c":true}],"e":[{"i":[[-1.97,1.802],[-41.693,1.26],[12.772,0.216],[3.065,-0.057],[2.428,4.79],[6.523,0.264],[2.851,-9.961],[-5.935,-31.137]],"o":[[20.541,-49.158],[-11.921,-5.464],[-3.052,-0.051],[-0.731,-4.894],[-3.927,-7.768],[-5.019,-6.837],[-8.33,29.04],[1.652,-2.006]],"v":[[-49.294,54.857],[53.182,-10.251],[18.137,-19.435],[8.951,-19.346],[4.509,-33.71],[-12.266,-45.221],[-33.832,-42.042],[-44.746,44.058]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":19,"s":[{"i":[[-1.97,1.802],[-41.693,1.26],[12.772,0.216],[3.065,-0.057],[2.428,4.79],[6.523,0.264],[2.851,-9.961],[-5.935,-31.137]],"o":[[20.541,-49.158],[-11.921,-5.464],[-3.052,-0.051],[-0.731,-4.894],[-3.927,-7.768],[-5.019,-6.837],[-8.33,29.04],[1.652,-2.006]],"v":[[-49.294,54.857],[53.182,-10.251],[18.137,-19.435],[8.951,-19.346],[4.509,-33.71],[-12.266,-45.221],[-33.832,-42.042],[-44.746,44.058]],"c":true}],"e":[{"i":[[-1.97,1.802],[-40.651,5.429],[12.772,0.216],[3.065,-0.057],[2.428,4.79],[6.523,0.264],[2.851,-9.961],[-5.935,-31.137]],"o":[[23.804,-36.108],[-11.921,-5.464],[-3.052,-0.051],[-0.731,-4.894],[-3.927,-7.768],[-5.019,-6.837],[-8.33,29.04],[1.652,-2.006]],"v":[[-45.294,46.357],[56.682,-11.751],[18.137,-19.435],[8.951,-19.346],[4.509,-33.71],[-12.266,-45.221],[-33.832,-42.042],[-50.746,52.058]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":25,"s":[{"i":[[-1.97,1.802],[-40.651,5.429],[12.772,0.216],[3.065,-0.057],[2.428,4.79],[6.523,0.264],[2.851,-9.961],[-5.935,-31.137]],"o":[[23.804,-36.108],[-11.921,-5.464],[-3.052,-0.051],[-0.731,-4.894],[-3.927,-7.768],[-5.019,-6.837],[-8.33,29.04],[1.652,-2.006]],"v":[[-45.294,46.357],[56.682,-11.751],[18.137,-19.435],[8.951,-19.346],[4.509,-33.71],[-12.266,-45.221],[-33.832,-42.042],[-50.746,52.058]],"c":true}],"e":[{"i":[[-1.97,1.802],[-41.693,1.26],[12.772,0.216],[3.065,-0.057],[2.428,4.79],[6.523,0.264],[2.851,-9.961],[-5.935,-31.137]],"o":[[20.541,-49.158],[-11.921,-5.464],[-3.052,-0.051],[-0.731,-4.894],[-3.927,-7.768],[-5.019,-6.837],[-8.33,29.04],[1.652,-2.006]],"v":[[-49.294,54.857],[53.182,-10.251],[18.137,-19.435],[8.951,-19.346],[4.509,-33.71],[-12.266,-45.221],[-33.832,-42.042],[-44.746,44.058]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":31,"s":[{"i":[[-1.97,1.802],[-41.693,1.26],[12.772,0.216],[3.065,-0.057],[2.428,4.79],[6.523,0.264],[2.851,-9.961],[-5.935,-31.137]],"o":[[20.541,-49.158],[-11.921,-5.464],[-3.052,-0.051],[-0.731,-4.894],[-3.927,-7.768],[-5.019,-6.837],[-8.33,29.04],[1.652,-2.006]],"v":[[-49.294,54.857],[53.182,-10.251],[18.137,-19.435],[8.951,-19.346],[4.509,-33.71],[-12.266,-45.221],[-33.832,-42.042],[-44.746,44.058]],"c":true}],"e":[{"i":[[-1.97,1.802],[-41.693,1.26],[12.772,0.216],[3.065,-0.057],[2.428,4.79],[6.523,0.264],[2.851,-9.961],[-5.935,-31.137]],"o":[[20.541,-49.158],[-11.921,-5.464],[-3.052,-0.051],[-0.731,-4.894],[-3.927,-7.768],[-5.019,-6.837],[-8.33,29.04],[1.652,-2.006]],"v":[[-49.294,54.857],[53.182,-10.251],[18.137,-19.435],[8.951,-19.346],[4.509,-33.71],[-12.266,-45.221],[-33.832,-42.042],[-44.746,44.058]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":35,"s":[{"i":[[-1.97,1.802],[-41.693,1.26],[12.772,0.216],[3.065,-0.057],[2.428,4.79],[6.523,0.264],[2.851,-9.961],[-5.935,-31.137]],"o":[[20.541,-49.158],[-11.921,-5.464],[-3.052,-0.051],[-0.731,-4.894],[-3.927,-7.768],[-5.019,-6.837],[-8.33,29.04],[1.652,-2.006]],"v":[[-49.294,54.857],[53.182,-10.251],[18.137,-19.435],[8.951,-19.346],[4.509,-33.71],[-12.266,-45.221],[-33.832,-42.042],[-44.746,44.058]],"c":true}],"e":[{"i":[[-1.97,1.802],[-40.651,5.429],[12.772,0.216],[3.065,-0.057],[2.428,4.79],[6.523,0.264],[2.851,-9.961],[-5.935,-31.137]],"o":[[23.804,-36.108],[-11.921,-5.464],[-3.052,-0.051],[-0.731,-4.894],[-3.927,-7.768],[-5.019,-6.837],[-8.33,29.04],[1.652,-2.006]],"v":[[-45.294,46.357],[56.682,-11.751],[18.137,-19.435],[8.951,-19.346],[4.509,-33.71],[-12.266,-45.221],[-33.832,-42.042],[-50.746,52.058]],"c":true}]},{"t":41}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.957,0.451,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[1245.064,697.206],"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":"Group 42","np":2,"cix":2,"ix":30,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":9,"s":[{"i":[[-28.315,-17.064],[-29.247,-4.765],[-14.965,4.495],[-0.781,0.043],[-33.995,8.295],[-27.595,16.457],[-13.205,10.143],[-6.869,5.495],[-4.488,1.822],[-1.444,0.731],[-0.017,6.98],[7.208,3.86],[2.552,0.316],[118.03,27.67],[98.533,71.766],[2.213,-14.186],[2.959,2.774]],"o":[[28.037,16.897],[15.567,2.54],[0.773,-0.037],[35.009,-1.906],[31.05,-7.578],[14.337,-8.549],[6.97,-5.361],[3.511,-2.8],[1.673,-0.298],[7.514,-3.214],[0.591,-6.957],[-1.999,-1.23],[-107.999,86.412],[0,0],[-1.031,-0.751],[-7.523,48.252],[11.2,30.084]],"v":[[-185.532,114.935],[-92.003,139.144],[-45.944,135.365],[-43.615,135.254],[58.468,119.406],[147.099,85.148],[187.565,55.402],[208.387,39.204],[223.759,27.045],[228.455,25.499],[239.362,8.467],[229.98,-9.458],[223.116,-11.818],[-137.63,71.288],[-212.149,-139.658],[-230.924,-127.497],[-239.953,37.425]],"c":true}],"e":[{"i":[[-28.315,-17.064],[-29.246,-4.772],[-14.335,-2.674],[-0.781,0.043],[-33.995,8.297],[-27.596,16.455],[-13.198,10.152],[-6.877,5.485],[-4.488,1.822],[-1.444,0.731],[-0.017,6.98],[7.208,3.86],[2.552,0.316],[118.03,27.67],[120.87,46.849],[2.212,-14.186],[2.959,2.774]],"o":[[28.037,16.897],[15.567,2.54],[0.773,-0.037],[35.009,-1.906],[31.05,-7.578],[14.337,-8.549],[6.97,-5.361],[3.511,-2.8],[1.673,-0.298],[7.514,-3.214],[0.591,-6.957],[-1.999,-1.23],[-107.999,86.412],[0,0],[-1.189,-0.461],[-7.523,48.252],[11.2,30.084]],"v":[[-175.532,87.934],[-92.503,114.144],[-46.944,119.615],[-44.615,119.504],[59.218,95.781],[139.099,64.398],[186.565,38.902],[208.387,29.204],[223.759,17.045],[228.455,15.499],[239.362,-1.533],[229.98,-19.458],[223.116,-21.818],[-141.13,1.789],[-228.149,-171.658],[-230.924,-137.497],[-237.453,22.925]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":15,"s":[{"i":[[-28.315,-17.064],[-29.246,-4.772],[-14.335,-2.674],[-0.781,0.043],[-33.995,8.297],[-27.596,16.455],[-13.198,10.152],[-6.877,5.485],[-4.488,1.822],[-1.444,0.731],[-0.017,6.98],[7.208,3.86],[2.552,0.316],[118.03,27.67],[120.87,46.849],[2.212,-14.186],[2.959,2.774]],"o":[[28.037,16.897],[15.567,2.54],[0.773,-0.037],[35.009,-1.906],[31.05,-7.578],[14.337,-8.549],[6.97,-5.361],[3.511,-2.8],[1.673,-0.298],[7.514,-3.214],[0.591,-6.957],[-1.999,-1.23],[-107.999,86.412],[0,0],[-1.189,-0.461],[-7.523,48.252],[11.2,30.084]],"v":[[-175.532,87.934],[-92.503,114.144],[-46.944,119.615],[-44.615,119.504],[59.218,95.781],[139.099,64.398],[186.565,38.902],[208.387,29.204],[223.759,17.045],[228.455,15.499],[239.362,-1.533],[229.98,-19.458],[223.116,-21.818],[-141.13,1.789],[-228.149,-171.658],[-230.924,-137.497],[-237.453,22.925]],"c":true}],"e":[{"i":[[-28.315,-17.064],[-29.246,-4.772],[-14.335,-2.674],[-0.781,0.043],[-33.995,8.297],[-27.596,16.455],[-13.198,10.152],[-6.877,5.485],[-4.488,1.822],[-1.444,0.731],[-0.017,6.98],[7.208,3.86],[2.552,0.316],[115.851,39.402],[120.87,46.849],[2.212,-14.186],[2.959,2.774]],"o":[[28.037,16.897],[15.567,2.54],[0.773,-0.037],[35.009,-1.906],[31.05,-7.578],[14.337,-8.549],[6.97,-5.361],[3.511,-2.8],[1.673,-0.298],[7.514,-3.214],[0.591,-6.957],[-1.999,-1.23],[-107.999,86.412],[0,0],[-1.189,-0.461],[-7.523,48.252],[11.2,30.084]],"v":[[-175.532,87.934],[-92.503,114.144],[-47.444,114.615],[-45.115,114.504],[59.218,95.781],[139.099,64.398],[186.565,38.902],[208.387,29.204],[223.759,17.045],[228.455,15.499],[239.362,-1.533],[229.98,-19.458],[223.116,-21.818],[-141.13,-16.211],[-228.149,-171.658],[-230.924,-137.497],[-237.453,22.925]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":19,"s":[{"i":[[-28.315,-17.064],[-29.246,-4.772],[-14.335,-2.674],[-0.781,0.043],[-33.995,8.297],[-27.596,16.455],[-13.198,10.152],[-6.877,5.485],[-4.488,1.822],[-1.444,0.731],[-0.017,6.98],[7.208,3.86],[2.552,0.316],[115.851,39.402],[120.87,46.849],[2.212,-14.186],[2.959,2.774]],"o":[[28.037,16.897],[15.567,2.54],[0.773,-0.037],[35.009,-1.906],[31.05,-7.578],[14.337,-8.549],[6.97,-5.361],[3.511,-2.8],[1.673,-0.298],[7.514,-3.214],[0.591,-6.957],[-1.999,-1.23],[-107.999,86.412],[0,0],[-1.189,-0.461],[-7.523,48.252],[11.2,30.084]],"v":[[-175.532,87.934],[-92.503,114.144],[-47.444,114.615],[-45.115,114.504],[59.218,95.781],[139.099,64.398],[186.565,38.902],[208.387,29.204],[223.759,17.045],[228.455,15.499],[239.362,-1.533],[229.98,-19.458],[223.116,-21.818],[-141.13,-16.211],[-228.149,-171.658],[-230.924,-137.497],[-237.453,22.925]],"c":true}],"e":[{"i":[[-28.315,-17.064],[-29.247,-4.765],[-14.965,4.495],[-0.781,0.043],[-33.995,8.295],[-27.595,16.457],[-13.205,10.143],[-6.869,5.495],[-4.488,1.822],[-1.444,0.731],[-0.017,6.98],[7.208,3.86],[2.552,0.316],[118.03,27.67],[98.533,71.766],[2.213,-14.186],[2.959,2.774]],"o":[[28.037,16.897],[15.567,2.54],[0.773,-0.037],[35.009,-1.906],[31.05,-7.578],[14.337,-8.549],[6.97,-5.361],[3.511,-2.8],[1.673,-0.298],[7.514,-3.214],[0.591,-6.957],[-1.999,-1.23],[-107.999,86.412],[0,0],[-1.031,-0.751],[-7.523,48.252],[11.2,30.084]],"v":[[-185.532,114.935],[-92.003,139.144],[-45.944,135.365],[-43.615,135.254],[58.468,119.406],[147.099,85.148],[187.565,55.402],[208.387,39.204],[223.759,27.045],[228.455,25.499],[239.362,8.467],[229.98,-9.458],[223.116,-11.818],[-137.63,71.288],[-212.149,-139.658],[-230.924,-127.497],[-239.953,37.425]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":25,"s":[{"i":[[-28.315,-17.064],[-29.247,-4.765],[-14.965,4.495],[-0.781,0.043],[-33.995,8.295],[-27.595,16.457],[-13.205,10.143],[-6.869,5.495],[-4.488,1.822],[-1.444,0.731],[-0.017,6.98],[7.208,3.86],[2.552,0.316],[118.03,27.67],[98.533,71.766],[2.213,-14.186],[2.959,2.774]],"o":[[28.037,16.897],[15.567,2.54],[0.773,-0.037],[35.009,-1.906],[31.05,-7.578],[14.337,-8.549],[6.97,-5.361],[3.511,-2.8],[1.673,-0.298],[7.514,-3.214],[0.591,-6.957],[-1.999,-1.23],[-107.999,86.412],[0,0],[-1.031,-0.751],[-7.523,48.252],[11.2,30.084]],"v":[[-185.532,114.935],[-92.003,139.144],[-45.944,135.365],[-43.615,135.254],[58.468,119.406],[147.099,85.148],[187.565,55.402],[208.387,39.204],[223.759,27.045],[228.455,25.499],[239.362,8.467],[229.98,-9.458],[223.116,-11.818],[-137.63,71.288],[-212.149,-139.658],[-230.924,-127.497],[-239.953,37.425]],"c":true}],"e":[{"i":[[-28.315,-17.064],[-29.246,-4.772],[-14.335,-2.674],[-0.781,0.043],[-33.995,8.297],[-27.596,16.455],[-13.198,10.152],[-6.877,5.485],[-4.488,1.822],[-1.444,0.731],[-0.017,6.98],[7.208,3.86],[2.552,0.316],[118.03,27.67],[120.87,46.849],[2.212,-14.186],[2.959,2.774]],"o":[[28.037,16.897],[15.567,2.54],[0.773,-0.037],[35.009,-1.906],[31.05,-7.578],[14.337,-8.549],[6.97,-5.361],[3.511,-2.8],[1.673,-0.298],[7.514,-3.214],[0.591,-6.957],[-1.999,-1.23],[-107.999,86.412],[0,0],[-1.189,-0.461],[-7.523,48.252],[11.2,30.084]],"v":[[-175.532,87.934],[-92.503,114.144],[-46.944,119.615],[-44.615,119.504],[59.218,95.781],[139.099,64.398],[186.565,38.901],[208.387,29.204],[223.759,17.045],[228.455,15.499],[239.362,-1.533],[229.98,-19.458],[223.116,-21.818],[-141.13,1.789],[-228.149,-171.658],[-230.924,-137.497],[-237.453,22.925]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":31,"s":[{"i":[[-28.315,-17.064],[-29.246,-4.772],[-14.335,-2.674],[-0.781,0.043],[-33.995,8.297],[-27.596,16.455],[-13.198,10.152],[-6.877,5.485],[-4.488,1.822],[-1.444,0.731],[-0.017,6.98],[7.208,3.86],[2.552,0.316],[118.03,27.67],[120.87,46.849],[2.212,-14.186],[2.959,2.774]],"o":[[28.037,16.897],[15.567,2.54],[0.773,-0.037],[35.009,-1.906],[31.05,-7.578],[14.337,-8.549],[6.97,-5.361],[3.511,-2.8],[1.673,-0.298],[7.514,-3.214],[0.591,-6.957],[-1.999,-1.23],[-107.999,86.412],[0,0],[-1.189,-0.461],[-7.523,48.252],[11.2,30.084]],"v":[[-175.532,87.934],[-92.503,114.144],[-46.944,119.615],[-44.615,119.504],[59.218,95.781],[139.099,64.398],[186.565,38.901],[208.387,29.204],[223.759,17.045],[228.455,15.499],[239.362,-1.533],[229.98,-19.458],[223.116,-21.818],[-141.13,1.789],[-228.149,-171.658],[-230.924,-137.497],[-237.453,22.925]],"c":true}],"e":[{"i":[[-28.315,-17.064],[-29.246,-4.772],[-14.335,-2.674],[-0.781,0.043],[-33.995,8.297],[-27.596,16.455],[-13.198,10.152],[-6.877,5.485],[-4.488,1.822],[-1.444,0.731],[-0.017,6.98],[7.208,3.86],[2.552,0.316],[115.851,39.402],[120.87,46.849],[2.212,-14.186],[2.959,2.774]],"o":[[28.037,16.897],[15.567,2.54],[0.773,-0.037],[35.009,-1.906],[31.05,-7.578],[14.337,-8.549],[6.97,-5.361],[3.511,-2.8],[1.673,-0.298],[7.514,-3.214],[0.591,-6.957],[-1.999,-1.23],[-107.999,86.412],[0,0],[-1.189,-0.461],[-7.523,48.252],[11.2,30.084]],"v":[[-175.532,87.934],[-92.503,114.144],[-47.444,114.615],[-45.115,114.504],[59.218,95.781],[139.099,64.398],[186.565,38.901],[208.387,29.204],[223.759,17.045],[228.455,15.499],[239.362,-1.533],[229.98,-19.458],[223.116,-21.818],[-141.13,-16.211],[-228.149,-171.658],[-230.924,-137.497],[-237.453,22.925]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":35,"s":[{"i":[[-28.315,-17.064],[-29.246,-4.772],[-14.335,-2.674],[-0.781,0.043],[-33.995,8.297],[-27.596,16.455],[-13.198,10.152],[-6.877,5.485],[-4.488,1.822],[-1.444,0.731],[-0.017,6.98],[7.208,3.86],[2.552,0.316],[115.851,39.402],[120.87,46.849],[2.212,-14.186],[2.959,2.774]],"o":[[28.037,16.897],[15.567,2.54],[0.773,-0.037],[35.009,-1.906],[31.05,-7.578],[14.337,-8.549],[6.97,-5.361],[3.511,-2.8],[1.673,-0.298],[7.514,-3.214],[0.591,-6.957],[-1.999,-1.23],[-107.999,86.412],[0,0],[-1.189,-0.461],[-7.523,48.252],[11.2,30.084]],"v":[[-175.532,87.934],[-92.503,114.144],[-47.444,114.615],[-45.115,114.504],[59.218,95.781],[139.099,64.398],[186.565,38.901],[208.387,29.204],[223.759,17.045],[228.455,15.499],[239.362,-1.533],[229.98,-19.458],[223.116,-21.818],[-141.13,-16.211],[-228.149,-171.658],[-230.924,-137.497],[-237.453,22.925]],"c":true}],"e":[{"i":[[-28.315,-17.064],[-29.247,-4.765],[-14.965,4.495],[-0.781,0.043],[-33.995,8.295],[-27.595,16.457],[-13.205,10.143],[-6.869,5.495],[-4.488,1.822],[-1.444,0.731],[-0.017,6.98],[7.208,3.86],[2.552,0.316],[118.03,27.67],[98.533,71.766],[2.213,-14.186],[2.959,2.774]],"o":[[28.037,16.897],[15.567,2.54],[0.773,-0.037],[35.009,-1.906],[31.05,-7.578],[14.337,-8.549],[6.97,-5.361],[3.511,-2.8],[1.673,-0.298],[7.514,-3.214],[0.591,-6.957],[-1.999,-1.23],[-107.999,86.412],[0,0],[-1.031,-0.751],[-7.523,48.252],[11.2,30.084]],"v":[[-185.532,114.935],[-92.003,139.144],[-45.944,135.365],[-43.615,135.254],[58.468,119.406],[147.099,85.148],[187.565,55.402],[208.387,39.204],[223.759,27.045],[228.455,25.499],[239.362,8.467],[229.98,-9.458],[223.116,-11.818],[-137.63,71.288],[-212.149,-139.658],[-230.924,-127.497],[-239.953,37.425]],"c":true}]},{"t":41}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.941,0.816,0.067,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[977.279,786.81],"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":"Group 43","np":2,"cix":2,"ix":31,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":9,"s":[{"i":[[9.461,5.806],[14.681,4.619],[23.707,-1.603],[14.338,-6.054],[2.632,0.024],[-1.91,-2.991],[-40.227,-24.828],[-5.225,4.134]],"o":[[-10.618,-12.273],[-22.639,-7.145],[-16.396,1.102],[-2.632,-0.105],[8.473,9.379],[44.669,-11.428],[1.611,-6.837],[11.004,-8.724]],"v":[[75.924,-7.815],[31.637,-28.608],[-37.012,-37.04],[-82.338,-26.299],[-117.229,-14.5],[-84.686,19.687],[70.025,38.643],[79.225,20.189]],"c":true}],"e":[{"i":[[9.461,5.806],[14.681,4.619],[23.707,-1.603],[14.338,-6.054],[2.632,0.024],[-1.91,-2.991],[-40.227,-24.828],[-5.225,4.134]],"o":[[-10.618,-12.273],[-22.639,-7.145],[-16.396,1.102],[-2.632,-0.105],[8.473,9.379],[52.034,-17.061],[1.611,-6.837],[11.004,-8.724]],"v":[[87.424,-8.815],[31.137,-39.608],[-47.512,-44.54],[-88.338,-32.299],[-90.229,-26.5],[-82.686,-6.313],[72.025,30.643],[79.225,20.189]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":15,"s":[{"i":[[9.461,5.806],[14.681,4.619],[23.707,-1.603],[14.338,-6.054],[2.632,0.024],[-1.91,-2.991],[-40.227,-24.828],[-5.225,4.134]],"o":[[-10.618,-12.273],[-22.639,-7.145],[-16.396,1.102],[-2.632,-0.105],[8.473,9.379],[52.034,-17.061],[1.611,-6.837],[11.004,-8.724]],"v":[[87.424,-8.815],[31.137,-39.608],[-47.512,-44.54],[-88.338,-32.299],[-90.229,-26.5],[-82.686,-6.313],[72.025,30.643],[79.225,20.189]],"c":true}],"e":[{"i":[[9.461,5.806],[14.681,4.619],[23.707,-1.603],[14.338,-6.054],[2.632,0.024],[-1.91,-2.991],[-40.227,-24.828],[-5.225,4.134]],"o":[[-10.618,-12.273],[-22.639,-7.145],[-16.396,1.102],[-2.632,-0.105],[8.473,9.379],[52.034,-17.061],[1.611,-6.837],[11.004,-8.724]],"v":[[87.424,-8.815],[31.137,-39.608],[-47.512,-44.54],[-88.338,-32.299],[-90.229,-26.5],[-82.686,-6.313],[72.025,30.643],[79.225,20.189]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":19,"s":[{"i":[[9.461,5.806],[14.681,4.619],[23.707,-1.603],[14.338,-6.054],[2.632,0.024],[-1.91,-2.991],[-40.227,-24.828],[-5.225,4.134]],"o":[[-10.618,-12.273],[-22.639,-7.145],[-16.396,1.102],[-2.632,-0.105],[8.473,9.379],[52.034,-17.061],[1.611,-6.837],[11.004,-8.724]],"v":[[87.424,-8.815],[31.137,-39.608],[-47.512,-44.54],[-88.338,-32.299],[-90.229,-26.5],[-82.686,-6.313],[72.025,30.643],[79.225,20.189]],"c":true}],"e":[{"i":[[9.461,5.806],[14.681,4.619],[23.707,-1.603],[14.338,-6.054],[2.632,0.024],[-1.91,-2.991],[-40.227,-24.828],[-5.225,4.134]],"o":[[-10.618,-12.273],[-22.639,-7.145],[-16.396,1.102],[-2.632,-0.105],[8.473,9.379],[44.669,-11.428],[1.611,-6.837],[11.004,-8.724]],"v":[[75.924,-7.815],[31.637,-28.608],[-37.012,-37.04],[-82.338,-26.299],[-117.229,-14.5],[-84.686,19.687],[70.025,38.643],[79.225,20.189]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":25,"s":[{"i":[[9.461,5.806],[14.681,4.619],[23.707,-1.603],[14.338,-6.054],[2.632,0.024],[-1.91,-2.991],[-40.227,-24.828],[-5.225,4.134]],"o":[[-10.618,-12.273],[-22.639,-7.145],[-16.396,1.102],[-2.632,-0.105],[8.473,9.379],[44.669,-11.428],[1.611,-6.837],[11.004,-8.724]],"v":[[75.924,-7.815],[31.637,-28.608],[-37.012,-37.04],[-82.338,-26.299],[-117.229,-14.5],[-84.686,19.687],[70.025,38.643],[79.225,20.189]],"c":true}],"e":[{"i":[[9.461,5.806],[14.681,4.619],[23.707,-1.603],[14.338,-6.054],[2.632,0.024],[-1.91,-2.991],[-40.227,-24.828],[-5.225,4.134]],"o":[[-10.618,-12.273],[-22.639,-7.145],[-16.396,1.102],[-2.632,-0.105],[8.473,9.379],[52.034,-17.061],[1.611,-6.837],[11.004,-8.724]],"v":[[87.424,-8.815],[31.137,-39.608],[-47.512,-44.54],[-88.338,-32.299],[-90.229,-26.5],[-82.686,-6.313],[72.025,30.643],[79.225,20.189]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":31,"s":[{"i":[[9.461,5.806],[14.681,4.619],[23.707,-1.603],[14.338,-6.054],[2.632,0.024],[-1.91,-2.991],[-40.227,-24.828],[-5.225,4.134]],"o":[[-10.618,-12.273],[-22.639,-7.145],[-16.396,1.102],[-2.632,-0.105],[8.473,9.379],[52.034,-17.061],[1.611,-6.837],[11.004,-8.724]],"v":[[87.424,-8.815],[31.137,-39.608],[-47.512,-44.54],[-88.338,-32.299],[-90.229,-26.5],[-82.686,-6.313],[72.025,30.643],[79.225,20.189]],"c":true}],"e":[{"i":[[9.461,5.806],[14.681,4.619],[23.707,-1.603],[14.338,-6.054],[2.632,0.024],[-1.91,-2.991],[-40.227,-24.828],[-5.225,4.134]],"o":[[-10.618,-12.273],[-22.639,-7.145],[-16.396,1.102],[-2.632,-0.105],[8.473,9.379],[52.034,-17.061],[1.611,-6.837],[11.004,-8.724]],"v":[[87.424,-8.815],[31.137,-39.608],[-47.512,-44.54],[-88.338,-32.299],[-90.229,-26.5],[-82.686,-6.313],[72.025,30.643],[79.225,20.189]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":35,"s":[{"i":[[9.461,5.806],[14.681,4.619],[23.707,-1.603],[14.338,-6.054],[2.632,0.024],[-1.91,-2.991],[-40.227,-24.828],[-5.225,4.134]],"o":[[-10.618,-12.273],[-22.639,-7.145],[-16.396,1.102],[-2.632,-0.105],[8.473,9.379],[52.034,-17.061],[1.611,-6.837],[11.004,-8.724]],"v":[[87.424,-8.815],[31.137,-39.608],[-47.512,-44.54],[-88.338,-32.299],[-90.229,-26.5],[-82.686,-6.313],[72.025,30.643],[79.225,20.189]],"c":true}],"e":[{"i":[[9.461,5.806],[14.681,4.619],[23.707,-1.603],[14.338,-6.054],[2.632,0.024],[-1.91,-2.991],[-40.227,-24.828],[-5.225,4.134]],"o":[[-10.618,-12.273],[-22.639,-7.145],[-16.396,1.102],[-2.632,-0.105],[8.473,9.379],[44.669,-11.428],[1.611,-6.837],[11.004,-8.724]],"v":[[75.924,-7.815],[31.637,-28.608],[-37.012,-37.04],[-82.338,-26.299],[-117.229,-14.5],[-84.686,19.687],[70.025,38.643],[79.225,20.189]],"c":true}]},{"t":41}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.929,0.49,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[1122.652,641.375],"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":"Group 44","np":2,"cix":2,"ix":32,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":9,"s":[{"i":[[2.771,3.186],[9.349,11.836],[0.609,1.115],[0.295,-0.042],[1.378,0.823],[3.561,2.182],[39.37,-4.521],[27.57,-19.729],[6.262,-7.385],[-0.645,-0.953],[-50.718,1.01],[-46.377,-31.701],[-2.303,2.255]],"o":[[-9.881,-11.368],[-0.812,-1.028],[-0.294,0.066],[1.033,-0.446],[-3.576,-2.145],[-33.293,-20.349],[-33.9,3.896],[-8.09,5.791],[0.725,0.755],[4.17,6.156],[57.347,-1.146],[2.131,-2.652],[-2.133,-3.419]],"v":[[132.78,30.321],[102.777,-3.401],[100.652,-6.628],[99.765,-6.424],[94.421,-8.95],[83.956,-15.823],[-22.564,-43.029],[-118.635,-4.084],[-140.1,15.799],[-138.041,18.357],[-39.973,-6.148],[133.427,47.549],[140.1,40.232]],"c":true}],"e":[{"i":[[2.77,3.187],[9.349,11.836],[0.609,1.115],[0.295,-0.042],[1.376,0.826],[3.563,2.178],[39.37,-4.525],[27.567,-19.733],[6.262,-7.385],[-0.645,-0.953],[-50.718,1.014],[-46.377,-31.701],[-2.303,2.255]],"o":[[-9.881,-11.368],[-0.812,-1.028],[-0.294,0.066],[1.033,-0.446],[-3.576,-2.145],[-33.293,-20.349],[-33.9,3.896],[-8.09,5.791],[0.725,0.755],[4.17,6.156],[57.347,-1.146],[2.131,-2.652],[-2.133,-3.419]],"v":[[132.78,-1.179],[111.277,-23.901],[112.652,-25.128],[108.265,-29.924],[99.921,-37.45],[91.456,-59.823],[-30.064,-86.029],[-122.135,-30.084],[-139.6,-4.201],[-137.541,-1.643],[-31.473,-45.148],[133.427,6.049],[140.1,8.732]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":15,"s":[{"i":[[2.77,3.187],[9.349,11.836],[0.609,1.115],[0.295,-0.042],[1.376,0.826],[3.563,2.178],[39.37,-4.525],[27.567,-19.733],[6.262,-7.385],[-0.645,-0.953],[-50.718,1.014],[-46.377,-31.701],[-2.303,2.255]],"o":[[-9.881,-11.368],[-0.812,-1.028],[-0.294,0.066],[1.033,-0.446],[-3.576,-2.145],[-33.293,-20.349],[-33.9,3.896],[-8.09,5.791],[0.725,0.755],[4.17,6.156],[57.347,-1.146],[2.131,-2.652],[-2.133,-3.419]],"v":[[132.78,-1.179],[111.277,-23.901],[112.652,-25.128],[108.265,-29.924],[99.921,-37.45],[91.456,-59.823],[-30.064,-86.029],[-122.135,-30.084],[-139.6,-4.201],[-137.541,-1.643],[-31.473,-45.148],[133.427,6.049],[140.1,8.732]],"c":true}],"e":[{"i":[[2.77,3.187],[9.349,11.836],[0.609,1.115],[0.295,-0.042],[1.376,0.826],[3.563,2.178],[39.37,-4.525],[27.567,-19.733],[6.262,-7.385],[-0.645,-0.953],[-50.718,1.014],[-46.377,-31.701],[-2.303,2.255]],"o":[[-9.881,-11.368],[-0.812,-1.028],[-0.294,0.066],[1.033,-0.446],[-3.576,-2.145],[-33.293,-20.349],[-33.9,3.896],[-8.09,5.791],[0.725,0.755],[4.17,6.156],[57.347,-1.146],[2.131,-2.652],[-2.133,-3.419]],"v":[[132.78,-1.179],[111.277,-23.901],[112.652,-25.128],[108.265,-29.924],[99.921,-37.45],[91.456,-59.823],[-30.064,-86.029],[-122.135,-30.084],[-139.6,-4.201],[-137.541,-1.643],[-31.473,-45.148],[133.427,6.049],[140.1,8.732]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":19,"s":[{"i":[[2.77,3.187],[9.349,11.836],[0.609,1.115],[0.295,-0.042],[1.376,0.826],[3.563,2.178],[39.37,-4.525],[27.567,-19.733],[6.262,-7.385],[-0.645,-0.953],[-50.718,1.014],[-46.377,-31.701],[-2.303,2.255]],"o":[[-9.881,-11.368],[-0.812,-1.028],[-0.294,0.066],[1.033,-0.446],[-3.576,-2.145],[-33.293,-20.349],[-33.9,3.896],[-8.09,5.791],[0.725,0.755],[4.17,6.156],[57.347,-1.146],[2.131,-2.652],[-2.133,-3.419]],"v":[[132.78,-1.179],[111.277,-23.901],[112.652,-25.128],[108.265,-29.924],[99.921,-37.45],[91.456,-59.823],[-30.064,-86.029],[-122.135,-30.084],[-139.6,-4.201],[-137.541,-1.643],[-31.473,-45.148],[133.427,6.049],[140.1,8.732]],"c":true}],"e":[{"i":[[2.77,3.187],[9.349,11.836],[0.609,1.115],[0.295,-0.042],[1.377,0.825],[3.563,2.179],[39.37,-4.524],[27.568,-19.732],[6.262,-7.385],[-0.645,-0.953],[-50.718,1.013],[-46.377,-31.701],[-2.303,2.255]],"o":[[-9.881,-11.368],[-0.812,-1.028],[-0.294,0.066],[1.033,-0.446],[-3.576,-2.145],[-33.293,-20.349],[-33.9,3.896],[-8.09,5.791],[0.725,0.755],[4.17,6.156],[57.347,-1.146],[2.131,-2.652],[-2.133,-3.419]],"v":[[132.78,5.237],[109.546,-19.726],[110.208,-21.36],[106.534,-25.138],[98.801,-31.645],[90.429,-41.862],[-29.037,-64.271],[-121.422,-24.789],[-139.702,-0.127],[-137.643,2.431],[-33.204,-37.205],[133.427,14.501],[140.1,15.147]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":21,"s":[{"i":[[2.77,3.187],[9.349,11.836],[0.609,1.115],[0.295,-0.042],[1.377,0.825],[3.563,2.179],[39.37,-4.524],[27.568,-19.732],[6.262,-7.385],[-0.645,-0.953],[-50.718,1.013],[-46.377,-31.701],[-2.303,2.255]],"o":[[-9.881,-11.368],[-0.812,-1.028],[-0.294,0.066],[1.033,-0.446],[-3.576,-2.145],[-33.293,-20.349],[-33.9,3.896],[-8.09,5.791],[0.725,0.755],[4.17,6.156],[57.347,-1.146],[2.131,-2.652],[-2.133,-3.419]],"v":[[132.78,5.237],[109.546,-19.726],[110.208,-21.36],[106.534,-25.138],[98.801,-31.645],[90.429,-41.862],[-29.037,-64.271],[-121.422,-24.789],[-139.702,-0.127],[-137.643,2.431],[-33.204,-37.205],[133.427,14.501],[140.1,15.147]],"c":true}],"e":[{"i":[[2.771,3.186],[9.349,11.836],[0.609,1.115],[0.295,-0.042],[1.378,0.823],[3.561,2.182],[39.37,-4.521],[27.57,-19.729],[6.262,-7.385],[-0.645,-0.953],[-50.718,1.01],[-46.377,-31.701],[-2.303,2.255]],"o":[[-9.881,-11.368],[-0.812,-1.028],[-0.294,0.066],[1.033,-0.446],[-3.576,-2.145],[-33.293,-20.349],[-33.9,3.896],[-8.09,5.791],[0.725,0.755],[4.17,6.156],[57.347,-1.146],[2.131,-2.652],[-2.133,-3.419]],"v":[[132.78,30.321],[102.777,-3.401],[100.652,-6.628],[99.765,-6.424],[94.421,-8.95],[83.956,-15.823],[-22.564,-43.029],[-118.635,-4.084],[-140.1,15.799],[-138.041,18.357],[-39.973,-6.148],[133.427,47.549],[140.1,40.232]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":25,"s":[{"i":[[2.771,3.186],[9.349,11.836],[0.609,1.115],[0.295,-0.042],[1.378,0.823],[3.561,2.182],[39.37,-4.521],[27.57,-19.729],[6.262,-7.385],[-0.645,-0.953],[-50.718,1.01],[-46.377,-31.701],[-2.303,2.255]],"o":[[-9.881,-11.368],[-0.812,-1.028],[-0.294,0.066],[1.033,-0.446],[-3.576,-2.145],[-33.293,-20.349],[-33.9,3.896],[-8.09,5.791],[0.725,0.755],[4.17,6.156],[57.347,-1.146],[2.131,-2.652],[-2.133,-3.419]],"v":[[132.78,30.321],[102.777,-3.401],[100.652,-6.628],[99.765,-6.424],[94.421,-8.95],[83.956,-15.823],[-22.564,-43.029],[-118.635,-4.084],[-140.1,15.799],[-138.041,18.357],[-39.973,-6.148],[133.427,47.549],[140.1,40.232]],"c":true}],"e":[{"i":[[2.77,3.187],[9.349,11.836],[0.609,1.115],[0.295,-0.042],[1.376,0.826],[3.563,2.178],[39.37,-4.525],[27.567,-19.733],[6.262,-7.385],[-0.645,-0.953],[-50.718,1.014],[-46.377,-31.701],[-2.303,2.255]],"o":[[-9.881,-11.368],[-0.812,-1.028],[-0.294,0.066],[1.033,-0.446],[-3.576,-2.145],[-33.293,-20.349],[-33.9,3.896],[-8.09,5.791],[0.725,0.755],[4.17,6.156],[57.347,-1.146],[2.131,-2.652],[-2.133,-3.419]],"v":[[132.78,-1.179],[111.277,-23.901],[112.652,-25.128],[108.265,-29.924],[99.921,-37.45],[91.456,-59.823],[-30.064,-86.029],[-122.135,-30.084],[-139.6,-4.201],[-137.541,-1.643],[-31.473,-45.148],[133.427,6.049],[140.1,8.732]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":31,"s":[{"i":[[2.77,3.187],[9.349,11.836],[0.609,1.115],[0.295,-0.042],[1.376,0.826],[3.563,2.178],[39.37,-4.525],[27.567,-19.733],[6.262,-7.385],[-0.645,-0.953],[-50.718,1.014],[-46.377,-31.701],[-2.303,2.255]],"o":[[-9.881,-11.368],[-0.812,-1.028],[-0.294,0.066],[1.033,-0.446],[-3.576,-2.145],[-33.293,-20.349],[-33.9,3.896],[-8.09,5.791],[0.725,0.755],[4.17,6.156],[57.347,-1.146],[2.131,-2.652],[-2.133,-3.419]],"v":[[132.78,-1.179],[111.277,-23.901],[112.652,-25.128],[108.265,-29.924],[99.921,-37.45],[91.456,-59.823],[-30.064,-86.029],[-122.135,-30.084],[-139.6,-4.201],[-137.541,-1.643],[-31.473,-45.148],[133.427,6.049],[140.1,8.732]],"c":true}],"e":[{"i":[[2.77,3.187],[9.349,11.836],[0.609,1.115],[0.295,-0.042],[1.376,0.826],[3.563,2.178],[39.37,-4.525],[27.567,-19.733],[6.262,-7.385],[-0.645,-0.953],[-50.718,1.014],[-46.377,-31.701],[-2.303,2.255]],"o":[[-9.881,-11.368],[-0.812,-1.028],[-0.294,0.066],[1.033,-0.446],[-3.576,-2.145],[-33.293,-20.349],[-33.9,3.896],[-8.09,5.791],[0.725,0.755],[4.17,6.156],[57.347,-1.146],[2.131,-2.652],[-2.133,-3.419]],"v":[[132.78,-1.179],[111.277,-23.901],[112.652,-25.128],[108.265,-29.924],[99.921,-37.45],[91.456,-59.823],[-30.064,-86.029],[-122.135,-30.084],[-139.6,-4.201],[-137.541,-1.643],[-31.473,-45.148],[133.427,6.049],[140.1,8.732]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":35,"s":[{"i":[[2.77,3.187],[9.349,11.836],[0.609,1.115],[0.295,-0.042],[1.376,0.826],[3.563,2.178],[39.37,-4.525],[27.567,-19.733],[6.262,-7.385],[-0.645,-0.953],[-50.718,1.014],[-46.377,-31.701],[-2.303,2.255]],"o":[[-9.881,-11.368],[-0.812,-1.028],[-0.294,0.066],[1.033,-0.446],[-3.576,-2.145],[-33.293,-20.349],[-33.9,3.896],[-8.09,5.791],[0.725,0.755],[4.17,6.156],[57.347,-1.146],[2.131,-2.652],[-2.133,-3.419]],"v":[[132.78,-1.179],[111.277,-23.901],[112.652,-25.128],[108.265,-29.924],[99.921,-37.45],[91.456,-59.823],[-30.064,-86.029],[-122.135,-30.084],[-139.6,-4.201],[-137.541,-1.643],[-31.473,-45.148],[133.427,6.049],[140.1,8.732]],"c":true}],"e":[{"i":[[2.771,3.186],[9.349,11.836],[0.609,1.115],[0.295,-0.042],[1.378,0.823],[3.561,2.182],[39.37,-4.521],[27.57,-19.729],[6.262,-7.385],[-0.645,-0.953],[-50.718,1.01],[-46.377,-31.701],[-2.303,2.255]],"o":[[-9.881,-11.368],[-0.812,-1.028],[-0.294,0.066],[1.033,-0.446],[-3.576,-2.145],[-33.293,-20.349],[-33.9,3.896],[-8.09,5.791],[0.725,0.755],[4.17,6.156],[57.347,-1.146],[2.131,-2.652],[-2.133,-3.419]],"v":[[132.78,30.321],[102.777,-3.401],[100.652,-6.628],[99.765,-6.424],[94.421,-8.95],[83.956,-15.823],[-22.564,-43.029],[-118.635,-4.084],[-140.1,15.799],[-138.041,18.357],[-39.973,-6.148],[133.427,47.549],[140.1,40.232]],"c":true}]},{"t":41}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.929,0.49,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[896.404,627.542],"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":"Group 45","np":2,"cix":2,"ix":33,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":9,"s":[{"i":[[-13.029,-36.913],[-31.102,-18.75],[-29.243,-4.768],[-14.964,4.496],[-0.781,0.041],[-33.987,8.3],[-27.596,16.455],[-13.212,10.14],[-6.868,5.493],[-4.485,1.823],[-1.447,0.726],[-0.016,6.983],[7.209,3.856],[3.155,0.147],[0.205,0.02],[1.19,4.359],[1.183,9.681],[1.85,8.958],[-1.287,5.832],[-6.788,5.375],[9.461,5.806],[14.68,4.618],[23.706,-1.603],[14.338,-6.055],[9.248,-1.354],[5.183,-0.763],[1.378,0.823],[3.562,2.181],[39.37,-4.521],[27.571,-19.729],[9.102,-30.988]],"o":[[11.595,32.838],[28.038,16.899],[15.565,2.538],[0.781,-0.037],[35.009,-1.906],[31.056,-7.58],[14.336,-8.551],[6.97,-5.365],[3.51,-2.802],[1.676,-0.295],[7.515,-3.214],[0.592,-6.96],[-2.377,-1.468],[-0.195,-0.019],[-1.108,-4.562],[1.054,-11.013],[-1.097,-8.981],[1.069,-5.8],[1.76,-7.933],[11.004,-8.724],[-10.618,-12.273],[-22.639,-7.146],[-16.396,1.101],[-9.119,-0.37],[-5.283,0.764],[1.032,-0.446],[-3.575,-2.145],[-33.293,-20.349],[-33.901,3.896],[-26.758,19.145],[-11.149,37.951]],"v":[[-233.374,61.058],[-175.737,147.434],[-82.21,171.642],[-36.15,167.861],[-33.819,167.752],[68.258,151.902],[156.895,117.641],[197.362,87.902],[218.184,71.702],[233.555,59.54],[238.253,57.997],[249.158,40.963],[239.774,23.043],[231.445,20.519],[230.856,20.436],[227.555,6.928],[226.836,-24.938],[222.315,-51.868],[226.124,-69.264],[236.638,-93.606],[233.337,-121.609],[189.05,-142.402],[120.402,-150.834],[75.076,-140.093],[47.61,-139.117],[31.888,-133.054],[26.543,-135.58],[16.078,-142.453],[-90.441,-169.659],[-186.513,-130.715],[-238.6,-51.503]],"c":true}],"e":[{"i":[[-13.029,-36.913],[-31.102,-18.75],[-29.243,-4.768],[-14.964,4.496],[-0.781,0.041],[-33.987,8.3],[-27.596,16.455],[-13.212,10.14],[-6.868,5.493],[-4.485,1.823],[-1.447,0.726],[-0.016,6.983],[7.209,3.856],[3.155,0.147],[0.205,0.02],[1.19,4.359],[1.183,9.681],[1.85,8.958],[-1.287,5.832],[-6.788,5.375],[9.461,5.806],[14.68,4.618],[23.706,-1.603],[14.338,-6.055],[9.248,-1.354],[5.183,-0.763],[1.378,0.823],[3.562,2.181],[39.37,-4.521],[27.571,-19.729],[9.102,-30.988]],"o":[[11.595,32.838],[28.038,16.899],[15.565,2.538],[0.781,-0.037],[35.009,-1.906],[31.056,-7.58],[14.336,-8.551],[6.97,-5.365],[3.51,-2.802],[1.676,-0.295],[7.515,-3.214],[0.592,-6.96],[-2.377,-1.468],[-0.195,-0.019],[-1.108,-4.562],[1.054,-11.013],[-1.097,-8.981],[1.069,-5.8],[1.76,-7.933],[11.004,-8.724],[-10.618,-12.273],[-22.639,-7.146],[-16.396,1.101],[-9.119,-0.37],[-5.283,0.764],[1.032,-0.446],[-3.575,-2.145],[-33.293,-20.349],[-33.901,3.896],[-26.758,19.145],[-11.149,37.951]],"v":[[-233.374,61.058],[-167.237,131.434],[-74.71,164.642],[-36.15,159.861],[-30.319,159.252],[63.258,136.902],[152.02,104.391],[195.862,83.902],[218.184,71.702],[233.555,59.54],[238.253,57.997],[249.158,40.963],[239.774,23.043],[231.445,20.519],[230.856,20.436],[227.555,6.928],[226.836,-24.938],[222.315,-51.868],[226.124,-69.264],[236.638,-93.606],[233.337,-121.609],[189.05,-142.402],[120.402,-150.834],[75.076,-140.093],[47.61,-139.117],[31.888,-147.554],[26.543,-150.08],[16.078,-156.953],[-94.941,-181.659],[-199.013,-135.215],[-238.6,-51.503]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":15,"s":[{"i":[[-13.029,-36.913],[-31.102,-18.75],[-29.243,-4.768],[-14.964,4.496],[-0.781,0.041],[-33.987,8.3],[-27.596,16.455],[-13.212,10.14],[-6.868,5.493],[-4.485,1.823],[-1.447,0.726],[-0.016,6.983],[7.209,3.856],[3.155,0.147],[0.205,0.02],[1.19,4.359],[1.183,9.681],[1.85,8.958],[-1.287,5.832],[-6.788,5.375],[9.461,5.806],[14.68,4.618],[23.706,-1.603],[14.338,-6.055],[9.248,-1.354],[5.183,-0.763],[1.378,0.823],[3.562,2.181],[39.37,-4.521],[27.571,-19.729],[9.102,-30.988]],"o":[[11.595,32.838],[28.038,16.899],[15.565,2.538],[0.781,-0.037],[35.009,-1.906],[31.056,-7.58],[14.336,-8.551],[6.97,-5.365],[3.51,-2.802],[1.676,-0.295],[7.515,-3.214],[0.592,-6.96],[-2.377,-1.468],[-0.195,-0.019],[-1.108,-4.562],[1.054,-11.013],[-1.097,-8.981],[1.069,-5.8],[1.76,-7.933],[11.004,-8.724],[-10.618,-12.273],[-22.639,-7.146],[-16.396,1.101],[-9.119,-0.37],[-5.283,0.764],[1.032,-0.446],[-3.575,-2.145],[-33.293,-20.349],[-33.901,3.896],[-26.758,19.145],[-11.149,37.951]],"v":[[-233.374,61.058],[-167.237,131.434],[-74.71,164.642],[-36.15,159.861],[-30.319,159.252],[63.258,136.902],[152.02,104.391],[195.862,83.902],[218.184,71.702],[233.555,59.54],[238.253,57.997],[249.158,40.963],[239.774,23.043],[231.445,20.519],[230.856,20.436],[227.555,6.928],[226.836,-24.938],[222.315,-51.868],[226.124,-69.264],[236.638,-93.606],[233.337,-121.609],[189.05,-142.402],[120.402,-150.834],[75.076,-140.093],[47.61,-139.117],[31.888,-147.554],[26.543,-150.08],[16.078,-156.953],[-94.941,-181.659],[-199.013,-135.215],[-238.6,-51.503]],"c":true}],"e":[{"i":[[-13.029,-36.913],[-31.102,-18.75],[-29.243,-4.768],[-14.964,4.496],[-0.781,0.041],[-33.987,8.3],[-27.596,16.455],[-13.212,10.14],[-6.868,5.493],[-4.485,1.823],[-1.447,0.726],[-0.016,6.983],[7.209,3.856],[3.155,0.147],[0.205,0.02],[1.19,4.359],[1.183,9.681],[1.85,8.958],[-1.287,5.832],[-6.788,5.375],[9.461,5.806],[14.68,4.618],[23.706,-1.603],[14.338,-6.055],[9.248,-1.354],[5.183,-0.763],[1.378,0.823],[3.562,2.181],[39.37,-4.521],[27.571,-19.729],[9.102,-30.988]],"o":[[11.595,32.838],[28.038,16.899],[15.565,2.538],[0.781,-0.037],[35.009,-1.906],[31.056,-7.58],[14.336,-8.551],[6.97,-5.365],[3.51,-2.802],[1.676,-0.295],[7.515,-3.214],[0.592,-6.96],[-2.377,-1.468],[-0.195,-0.019],[-1.108,-4.562],[1.054,-11.013],[-1.097,-8.981],[1.069,-5.8],[1.76,-7.933],[11.004,-8.724],[-10.618,-12.273],[-22.639,-7.146],[-16.396,1.101],[-9.119,-0.37],[-5.283,0.764],[1.032,-0.446],[-3.575,-2.145],[-33.293,-20.349],[-33.901,3.896],[-26.758,19.145],[-11.149,37.951]],"v":[[-234.374,51.558],[-166.237,117.434],[-74.71,140.642],[-36.15,144.361],[-31.319,143.252],[60.258,128.902],[150.52,99.141],[193.362,75.402],[217.184,62.202],[233.555,59.54],[238.253,57.997],[249.158,40.963],[239.774,23.043],[231.445,20.519],[230.856,20.436],[227.555,6.928],[226.836,-24.938],[222.315,-51.868],[226.124,-69.264],[236.638,-93.606],[233.337,-121.609],[189.05,-142.402],[120.402,-150.834],[75.076,-140.093],[47.61,-139.117],[31.888,-147.554],[26.543,-150.08],[16.078,-156.953],[-94.941,-181.659],[-199.013,-135.215],[-238.6,-51.503]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":19,"s":[{"i":[[-13.029,-36.913],[-31.102,-18.75],[-29.243,-4.768],[-14.964,4.496],[-0.781,0.041],[-33.987,8.3],[-27.596,16.455],[-13.212,10.14],[-6.868,5.493],[-4.485,1.823],[-1.447,0.726],[-0.016,6.983],[7.209,3.856],[3.155,0.147],[0.205,0.02],[1.19,4.359],[1.183,9.681],[1.85,8.958],[-1.287,5.832],[-6.788,5.375],[9.461,5.806],[14.68,4.618],[23.706,-1.603],[14.338,-6.055],[9.248,-1.354],[5.183,-0.763],[1.378,0.823],[3.562,2.181],[39.37,-4.521],[27.571,-19.729],[9.102,-30.988]],"o":[[11.595,32.838],[28.038,16.899],[15.565,2.538],[0.781,-0.037],[35.009,-1.906],[31.056,-7.58],[14.336,-8.551],[6.97,-5.365],[3.51,-2.802],[1.676,-0.295],[7.515,-3.214],[0.592,-6.96],[-2.377,-1.468],[-0.195,-0.019],[-1.108,-4.562],[1.054,-11.013],[-1.097,-8.981],[1.069,-5.8],[1.76,-7.933],[11.004,-8.724],[-10.618,-12.273],[-22.639,-7.146],[-16.396,1.101],[-9.119,-0.37],[-5.283,0.764],[1.032,-0.446],[-3.575,-2.145],[-33.293,-20.349],[-33.901,3.896],[-26.758,19.145],[-11.149,37.951]],"v":[[-234.374,51.558],[-166.237,117.434],[-74.71,140.642],[-36.15,144.361],[-31.319,143.252],[60.258,128.902],[150.52,99.141],[193.362,75.402],[217.184,62.202],[233.555,59.54],[238.253,57.997],[249.158,40.963],[239.774,23.043],[231.445,20.519],[230.856,20.436],[227.555,6.928],[226.836,-24.938],[222.315,-51.868],[226.124,-69.264],[236.638,-93.606],[233.337,-121.609],[189.05,-142.402],[120.402,-150.834],[75.076,-140.093],[47.61,-139.117],[31.888,-147.554],[26.543,-150.08],[16.078,-156.953],[-94.941,-181.659],[-199.013,-135.215],[-238.6,-51.503]],"c":true}],"e":[{"i":[[-13.029,-36.913],[-31.102,-18.75],[-29.243,-4.768],[-14.964,4.496],[-0.781,0.041],[-33.987,8.3],[-27.596,16.455],[-13.212,10.14],[-6.868,5.493],[-4.485,1.823],[-1.447,0.726],[-0.016,6.983],[7.209,3.856],[3.155,0.147],[0.205,0.02],[1.19,4.359],[1.183,9.681],[1.85,8.958],[-1.287,5.832],[-6.788,5.375],[9.461,5.806],[14.68,4.618],[23.706,-1.603],[14.338,-6.055],[9.248,-1.354],[5.183,-0.763],[1.378,0.823],[3.562,2.181],[39.37,-4.521],[27.571,-19.729],[9.102,-30.988]],"o":[[11.595,32.838],[28.038,16.899],[15.565,2.538],[0.781,-0.037],[35.009,-1.906],[31.056,-7.58],[14.336,-8.551],[6.97,-5.365],[3.51,-2.802],[1.676,-0.295],[7.515,-3.214],[0.592,-6.96],[-2.377,-1.468],[-0.195,-0.019],[-1.108,-4.562],[1.054,-11.013],[-1.097,-8.981],[1.069,-5.8],[1.76,-7.933],[11.004,-8.724],[-10.618,-12.273],[-22.639,-7.146],[-16.396,1.101],[-9.119,-0.37],[-5.283,0.764],[1.032,-0.446],[-3.575,-2.145],[-33.293,-20.349],[-33.901,3.896],[-26.758,19.145],[-11.149,37.951]],"v":[[-233.521,59.661],[-174.341,143.024],[-81.108,167.085],[-36.15,164.406],[-33.452,164.15],[67.081,148.521],[155.958,114.921],[196.774,86.064],[218.037,70.305],[233.555,59.54],[238.253,57.997],[249.158,40.963],[239.774,23.043],[231.445,20.519],[230.856,20.436],[227.555,6.928],[226.836,-24.938],[222.315,-51.868],[226.124,-69.264],[236.638,-93.606],[233.337,-121.609],[189.05,-142.402],[120.402,-150.834],[75.076,-140.093],[47.61,-139.117],[31.888,-135.186],[26.543,-137.712],[16.078,-144.585],[-91.103,-155.423],[-188.351,-131.377],[-238.6,-51.503]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":23,"s":[{"i":[[-13.029,-36.913],[-31.102,-18.75],[-29.243,-4.768],[-14.964,4.496],[-0.781,0.041],[-33.987,8.3],[-27.596,16.455],[-13.212,10.14],[-6.868,5.493],[-4.485,1.823],[-1.447,0.726],[-0.016,6.983],[7.209,3.856],[3.155,0.147],[0.205,0.02],[1.19,4.359],[1.183,9.681],[1.85,8.958],[-1.287,5.832],[-6.788,5.375],[9.461,5.806],[14.68,4.618],[23.706,-1.603],[14.338,-6.055],[9.248,-1.354],[5.183,-0.763],[1.378,0.823],[3.562,2.181],[39.37,-4.521],[27.571,-19.729],[9.102,-30.988]],"o":[[11.595,32.838],[28.038,16.899],[15.565,2.538],[0.781,-0.037],[35.009,-1.906],[31.056,-7.58],[14.336,-8.551],[6.97,-5.365],[3.51,-2.802],[1.676,-0.295],[7.515,-3.214],[0.592,-6.96],[-2.377,-1.468],[-0.195,-0.019],[-1.108,-4.562],[1.054,-11.013],[-1.097,-8.981],[1.069,-5.8],[1.76,-7.933],[11.004,-8.724],[-10.618,-12.273],[-22.639,-7.146],[-16.396,1.101],[-9.119,-0.37],[-5.283,0.764],[1.032,-0.446],[-3.575,-2.145],[-33.293,-20.349],[-33.901,3.896],[-26.758,19.145],[-11.149,37.951]],"v":[[-233.521,59.661],[-174.341,143.024],[-81.108,167.085],[-36.15,164.406],[-33.452,164.15],[67.081,148.521],[155.958,114.921],[196.774,86.064],[218.037,70.305],[233.555,59.54],[238.253,57.997],[249.158,40.963],[239.774,23.043],[231.445,20.519],[230.856,20.436],[227.555,6.928],[226.836,-24.938],[222.315,-51.868],[226.124,-69.264],[236.638,-93.606],[233.337,-121.609],[189.05,-142.402],[120.402,-150.834],[75.076,-140.093],[47.61,-139.117],[31.888,-135.186],[26.543,-137.712],[16.078,-144.585],[-91.103,-155.423],[-188.351,-131.377],[-238.6,-51.503]],"c":true}],"e":[{"i":[[-13.029,-36.913],[-31.102,-18.75],[-29.243,-4.768],[-14.964,4.496],[-0.781,0.041],[-33.987,8.3],[-27.596,16.455],[-13.212,10.14],[-6.868,5.493],[-4.485,1.823],[-1.447,0.726],[-0.016,6.983],[7.209,3.856],[3.155,0.147],[0.205,0.02],[1.19,4.359],[1.183,9.681],[1.85,8.958],[-1.287,5.832],[-6.788,5.375],[9.461,5.806],[14.68,4.618],[23.706,-1.603],[14.338,-6.055],[9.248,-1.354],[5.183,-0.763],[1.378,0.823],[3.562,2.181],[39.37,-4.521],[27.571,-19.729],[9.102,-30.988]],"o":[[11.595,32.838],[28.038,16.899],[15.565,2.538],[0.781,-0.037],[35.009,-1.906],[31.056,-7.58],[14.336,-8.551],[6.97,-5.365],[3.51,-2.802],[1.676,-0.295],[7.515,-3.214],[0.592,-6.96],[-2.377,-1.468],[-0.195,-0.019],[-1.108,-4.562],[1.054,-11.013],[-1.097,-8.981],[1.069,-5.8],[1.76,-7.933],[11.004,-8.724],[-10.618,-12.273],[-22.639,-7.146],[-16.396,1.101],[-9.119,-0.37],[-5.283,0.764],[1.032,-0.446],[-3.575,-2.145],[-33.293,-20.349],[-33.901,3.896],[-26.758,19.145],[-11.149,37.951]],"v":[[-233.374,61.058],[-175.737,147.434],[-82.21,171.642],[-36.15,167.861],[-33.819,167.752],[68.258,151.902],[156.895,117.641],[197.362,87.902],[218.184,71.702],[233.555,59.54],[238.253,57.997],[249.158,40.963],[239.774,23.043],[231.445,20.519],[230.856,20.436],[227.555,6.928],[226.836,-24.938],[222.315,-51.868],[226.124,-69.264],[236.638,-93.606],[233.337,-121.609],[189.05,-142.402],[120.402,-150.834],[75.076,-140.093],[47.61,-139.117],[31.888,-133.054],[26.543,-135.58],[16.078,-142.453],[-90.441,-169.659],[-186.513,-130.715],[-238.6,-51.503]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":25,"s":[{"i":[[-13.029,-36.913],[-31.102,-18.75],[-29.243,-4.768],[-14.964,4.496],[-0.781,0.041],[-33.987,8.3],[-27.596,16.455],[-13.212,10.14],[-6.868,5.493],[-4.485,1.823],[-1.447,0.726],[-0.016,6.983],[7.209,3.856],[3.155,0.147],[0.205,0.02],[1.19,4.359],[1.183,9.681],[1.85,8.958],[-1.287,5.832],[-6.788,5.375],[9.461,5.806],[14.68,4.618],[23.706,-1.603],[14.338,-6.055],[9.248,-1.354],[5.183,-0.763],[1.378,0.823],[3.562,2.181],[39.37,-4.521],[27.571,-19.729],[9.102,-30.988]],"o":[[11.595,32.838],[28.038,16.899],[15.565,2.538],[0.781,-0.037],[35.009,-1.906],[31.056,-7.58],[14.336,-8.551],[6.97,-5.365],[3.51,-2.802],[1.676,-0.295],[7.515,-3.214],[0.592,-6.96],[-2.377,-1.468],[-0.195,-0.019],[-1.108,-4.562],[1.054,-11.013],[-1.097,-8.981],[1.069,-5.8],[1.76,-7.933],[11.004,-8.724],[-10.618,-12.273],[-22.639,-7.146],[-16.396,1.101],[-9.119,-0.37],[-5.283,0.764],[1.032,-0.446],[-3.575,-2.145],[-33.293,-20.349],[-33.901,3.896],[-26.758,19.145],[-11.149,37.951]],"v":[[-233.374,61.058],[-175.737,147.434],[-82.21,171.642],[-36.15,167.861],[-33.819,167.752],[68.258,151.902],[156.895,117.641],[197.362,87.902],[218.184,71.702],[233.555,59.54],[238.253,57.997],[249.158,40.963],[239.774,23.043],[231.445,20.519],[230.856,20.436],[227.555,6.928],[226.836,-24.938],[222.315,-51.868],[226.124,-69.264],[236.638,-93.606],[233.337,-121.609],[189.05,-142.402],[120.402,-150.834],[75.076,-140.093],[47.61,-139.117],[31.888,-133.054],[26.543,-135.58],[16.078,-142.453],[-90.441,-169.659],[-186.513,-130.715],[-238.6,-51.503]],"c":true}],"e":[{"i":[[-13.029,-36.913],[-31.102,-18.75],[-29.243,-4.768],[-14.964,4.496],[-0.781,0.041],[-33.987,8.3],[-27.596,16.455],[-13.212,10.14],[-6.868,5.493],[-4.485,1.823],[-1.447,0.726],[-0.016,6.983],[7.209,3.856],[3.155,0.147],[0.205,0.02],[1.19,4.359],[1.183,9.681],[1.85,8.958],[-1.287,5.832],[-6.788,5.375],[9.461,5.806],[14.68,4.618],[23.706,-1.603],[14.338,-6.055],[9.248,-1.354],[5.183,-0.763],[1.378,0.823],[3.562,2.181],[39.37,-4.521],[27.571,-19.729],[9.102,-30.988]],"o":[[11.595,32.838],[28.038,16.899],[15.565,2.538],[0.781,-0.037],[35.009,-1.906],[31.056,-7.58],[14.336,-8.551],[6.97,-5.365],[3.51,-2.802],[1.676,-0.295],[7.515,-3.214],[0.592,-6.96],[-2.377,-1.468],[-0.195,-0.019],[-1.108,-4.562],[1.054,-11.013],[-1.097,-8.981],[1.069,-5.8],[1.76,-7.933],[11.004,-8.724],[-10.618,-12.273],[-22.639,-7.146],[-16.396,1.101],[-9.119,-0.37],[-5.283,0.764],[1.032,-0.446],[-3.575,-2.145],[-33.293,-20.349],[-33.901,3.896],[-26.758,19.145],[-11.149,37.951]],"v":[[-233.374,61.058],[-167.237,131.434],[-74.71,164.642],[-36.15,159.861],[-30.319,159.252],[63.258,136.902],[152.02,104.391],[195.862,83.902],[218.184,71.702],[233.555,59.54],[238.253,57.997],[249.158,40.963],[239.774,23.043],[231.445,20.519],[230.856,20.436],[227.555,6.928],[226.836,-24.938],[222.315,-51.868],[226.124,-69.264],[236.638,-93.606],[233.337,-121.609],[189.05,-142.402],[120.402,-150.834],[75.076,-140.093],[47.61,-139.117],[31.888,-147.554],[26.543,-150.08],[16.078,-156.953],[-94.941,-181.659],[-199.013,-135.215],[-238.6,-51.503]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":31,"s":[{"i":[[-13.029,-36.913],[-31.102,-18.75],[-29.243,-4.768],[-14.964,4.496],[-0.781,0.041],[-33.987,8.3],[-27.596,16.455],[-13.212,10.14],[-6.868,5.493],[-4.485,1.823],[-1.447,0.726],[-0.016,6.983],[7.209,3.856],[3.155,0.147],[0.205,0.02],[1.19,4.359],[1.183,9.681],[1.85,8.958],[-1.287,5.832],[-6.788,5.375],[9.461,5.806],[14.68,4.618],[23.706,-1.603],[14.338,-6.055],[9.248,-1.354],[5.183,-0.763],[1.378,0.823],[3.562,2.181],[39.37,-4.521],[27.571,-19.729],[9.102,-30.988]],"o":[[11.595,32.838],[28.038,16.899],[15.565,2.538],[0.781,-0.037],[35.009,-1.906],[31.056,-7.58],[14.336,-8.551],[6.97,-5.365],[3.51,-2.802],[1.676,-0.295],[7.515,-3.214],[0.592,-6.96],[-2.377,-1.468],[-0.195,-0.019],[-1.108,-4.562],[1.054,-11.013],[-1.097,-8.981],[1.069,-5.8],[1.76,-7.933],[11.004,-8.724],[-10.618,-12.273],[-22.639,-7.146],[-16.396,1.101],[-9.119,-0.37],[-5.283,0.764],[1.032,-0.446],[-3.575,-2.145],[-33.293,-20.349],[-33.901,3.896],[-26.758,19.145],[-11.149,37.951]],"v":[[-233.374,61.058],[-167.237,131.434],[-74.71,164.642],[-36.15,159.861],[-30.319,159.252],[63.258,136.902],[152.02,104.391],[195.862,83.902],[218.184,71.702],[233.555,59.54],[238.253,57.997],[249.158,40.963],[239.774,23.043],[231.445,20.519],[230.856,20.436],[227.555,6.928],[226.836,-24.938],[222.315,-51.868],[226.124,-69.264],[236.638,-93.606],[233.337,-121.609],[189.05,-142.402],[120.402,-150.834],[75.076,-140.093],[47.61,-139.117],[31.888,-147.554],[26.543,-150.08],[16.078,-156.953],[-94.941,-181.659],[-199.013,-135.215],[-238.6,-51.503]],"c":true}],"e":[{"i":[[-13.029,-36.913],[-31.102,-18.75],[-29.243,-4.768],[-14.964,4.496],[-0.781,0.041],[-33.987,8.3],[-27.596,16.455],[-13.212,10.14],[-6.868,5.493],[-4.485,1.823],[-1.447,0.726],[-0.016,6.983],[7.209,3.856],[3.155,0.147],[0.205,0.02],[1.19,4.359],[1.183,9.681],[1.85,8.958],[-1.287,5.832],[-6.788,5.375],[9.461,5.806],[14.68,4.618],[23.706,-1.603],[14.338,-6.055],[9.248,-1.354],[5.183,-0.763],[1.378,0.823],[3.562,2.181],[39.37,-4.521],[27.571,-19.729],[9.102,-30.988]],"o":[[11.595,32.838],[28.038,16.899],[15.565,2.538],[0.781,-0.037],[35.009,-1.906],[31.056,-7.58],[14.336,-8.551],[6.97,-5.365],[3.51,-2.802],[1.676,-0.295],[7.515,-3.214],[0.592,-6.96],[-2.377,-1.468],[-0.195,-0.019],[-1.108,-4.562],[1.054,-11.013],[-1.097,-8.981],[1.069,-5.8],[1.76,-7.933],[11.004,-8.724],[-10.618,-12.273],[-22.639,-7.146],[-16.396,1.101],[-9.119,-0.37],[-5.283,0.764],[1.032,-0.446],[-3.575,-2.145],[-33.293,-20.349],[-33.901,3.896],[-26.758,19.145],[-11.149,37.951]],"v":[[-234.374,51.558],[-166.237,117.434],[-74.71,140.642],[-36.15,144.361],[-31.319,143.252],[60.258,128.902],[150.52,99.141],[193.362,75.402],[217.184,62.202],[233.555,59.54],[238.253,57.997],[249.158,40.963],[239.774,23.043],[231.445,20.519],[230.856,20.436],[227.555,6.928],[226.836,-24.938],[222.315,-51.868],[226.124,-69.264],[236.638,-93.606],[233.337,-121.609],[189.05,-142.402],[120.402,-150.834],[75.076,-140.093],[47.61,-139.117],[31.888,-147.554],[26.543,-150.08],[16.078,-156.953],[-94.941,-181.659],[-199.013,-135.215],[-238.6,-51.503]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":35,"s":[{"i":[[-13.029,-36.913],[-31.102,-18.75],[-29.243,-4.768],[-14.964,4.496],[-0.781,0.041],[-33.987,8.3],[-27.596,16.455],[-13.212,10.14],[-6.868,5.493],[-4.485,1.823],[-1.447,0.726],[-0.016,6.983],[7.209,3.856],[3.155,0.147],[0.205,0.02],[1.19,4.359],[1.183,9.681],[1.85,8.958],[-1.287,5.832],[-6.788,5.375],[9.461,5.806],[14.68,4.618],[23.706,-1.603],[14.338,-6.055],[9.248,-1.354],[5.183,-0.763],[1.378,0.823],[3.562,2.181],[39.37,-4.521],[27.571,-19.729],[9.102,-30.988]],"o":[[11.595,32.838],[28.038,16.899],[15.565,2.538],[0.781,-0.037],[35.009,-1.906],[31.056,-7.58],[14.336,-8.551],[6.97,-5.365],[3.51,-2.802],[1.676,-0.295],[7.515,-3.214],[0.592,-6.96],[-2.377,-1.468],[-0.195,-0.019],[-1.108,-4.562],[1.054,-11.013],[-1.097,-8.981],[1.069,-5.8],[1.76,-7.933],[11.004,-8.724],[-10.618,-12.273],[-22.639,-7.146],[-16.396,1.101],[-9.119,-0.37],[-5.283,0.764],[1.032,-0.446],[-3.575,-2.145],[-33.293,-20.349],[-33.901,3.896],[-26.758,19.145],[-11.149,37.951]],"v":[[-234.374,51.558],[-166.237,117.434],[-74.71,140.642],[-36.15,144.361],[-31.319,143.252],[60.258,128.902],[150.52,99.141],[193.362,75.402],[217.184,62.202],[233.555,59.54],[238.253,57.997],[249.158,40.963],[239.774,23.043],[231.445,20.519],[230.856,20.436],[227.555,6.928],[226.836,-24.938],[222.315,-51.868],[226.124,-69.264],[236.638,-93.606],[233.337,-121.609],[189.05,-142.402],[120.402,-150.834],[75.076,-140.093],[47.61,-139.117],[31.888,-147.554],[26.543,-150.08],[16.078,-156.953],[-94.941,-181.659],[-199.013,-135.215],[-238.6,-51.503]],"c":true}],"e":[{"i":[[-13.029,-36.913],[-31.102,-18.75],[-29.243,-4.768],[-14.964,4.496],[-0.781,0.041],[-33.987,8.3],[-27.596,16.455],[-13.212,10.14],[-6.868,5.493],[-4.485,1.823],[-1.447,0.726],[-0.016,6.983],[7.209,3.856],[3.155,0.147],[0.205,0.02],[1.19,4.359],[1.183,9.681],[1.85,8.958],[-1.287,5.832],[-6.788,5.375],[9.461,5.806],[14.68,4.618],[23.706,-1.603],[14.338,-6.055],[9.248,-1.354],[5.183,-0.763],[1.378,0.823],[3.562,2.181],[39.37,-4.521],[27.571,-19.729],[9.102,-30.988]],"o":[[11.595,32.838],[28.038,16.899],[15.565,2.538],[0.781,-0.037],[35.009,-1.906],[31.056,-7.58],[14.336,-8.551],[6.97,-5.365],[3.51,-2.802],[1.676,-0.295],[7.515,-3.214],[0.592,-6.96],[-2.377,-1.468],[-0.195,-0.019],[-1.108,-4.562],[1.054,-11.013],[-1.097,-8.981],[1.069,-5.8],[1.76,-7.933],[11.004,-8.724],[-10.618,-12.273],[-22.639,-7.146],[-16.396,1.101],[-9.119,-0.37],[-5.283,0.764],[1.032,-0.446],[-3.575,-2.145],[-33.293,-20.349],[-33.901,3.896],[-26.758,19.145],[-11.149,37.951]],"v":[[-233.374,61.058],[-175.737,147.434],[-82.21,171.642],[-36.15,167.861],[-33.819,167.752],[68.258,151.902],[156.895,117.641],[197.362,87.902],[218.184,71.702],[233.555,59.54],[238.253,57.997],[249.158,40.963],[239.774,23.043],[231.445,20.519],[230.856,20.436],[227.555,6.928],[226.836,-24.938],[222.315,-51.868],[226.124,-69.264],[236.638,-93.606],[233.337,-121.609],[189.05,-142.402],[120.402,-150.834],[75.076,-140.093],[47.61,-139.117],[31.888,-133.054],[26.543,-135.58],[16.078,-142.453],[-90.441,-169.659],[-186.513,-130.715],[-238.6,-51.503]],"c":true}]},{"t":41}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.89,0.208,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[964.282,754.173],"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":"Group 46","np":2,"cix":2,"ix":34,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.858,0],[3.203,4.834],[-5.004,3.314],[-3.556,-3.81],[0.654,-4.564],[4.504,-1.014]],"o":[[-4.212,0],[-3.317,-5.003],[4.494,-2.981],[3.786,2.137],[-0.658,4.599],[-0.896,0.202]],"v":[[1.283,12.656],[-9.877,5.387],[-6.82,-9.675],[7.123,-8.041],[12.539,2.968],[3.911,12.354]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.2,0.075,0.133,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[979.991,1066.138],"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":"Group 47","np":2,"cix":2,"ix":35,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.593,0],[1.878,3.871],[0,0],[-5.4,2.621],[-2.621,-5.397],[0,0],[5.401,-2.622]],"o":[[-4.03,0],[0,0],[-2.624,-5.399],[5.401,-2.624],[0,0],[2.624,5.4],[-1.529,0.742]],"v":[[2.844,17.474],[-6.939,11.35],[-12.612,-0.327],[-7.586,-14.849],[6.938,-9.823],[12.611,1.854],[7.584,16.379]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.2,0.075,0.133,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[1011.457,1041.842],"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":"Group 48","np":2,"cix":2,"ix":36,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.37,0],[1.721,4.207],[0,0],[-5.555,2.272],[-2.271,-5.556],[0,0],[5.555,-2.274]],"o":[[-4.282,0],[0,0],[-2.277,-5.555],[5.557,-2.276],[0,0],[2.275,5.554],[-1.347,0.552]],"v":[[2.842,18.527],[-7.22,11.774],[-12.892,-2.077],[-6.954,-16.251],[7.221,-10.313],[12.895,3.539],[6.954,17.714]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.2,0.075,0.133,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[945.69,1074.546],"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":"Group 49","np":2,"cix":2,"ix":37,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.104,0],[0.168,5.896],[12.127,6.041],[-2.677,5.373],[-5.374,-2.678],[-0.858,-30.355],[5.999,-0.17]],"o":[[-5.86,0],[-0.587,-20.79],[-5.373,-2.678],[2.678,-5.373],[18.55,9.243],[0.17,6],[-0.106,0.002]],"v":[[20.714,48.572],[9.856,38.011],[-31.194,-34.437],[-36.077,-49.012],[-21.502,-53.895],[31.585,37.396],[21.028,48.568]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.2,0.075,0.133,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[1076.58,917.433],"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":"Group 50","np":2,"cix":2,"ix":38,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.448,0],[1.782,4.088],[24.778,13.929],[-2.943,5.234],[-5.23,-2.94],[-23.985,-54.979],[5.502,-2.401]],"o":[[-4.193,0],[-18.429,-42.246],[-5.233,-2.942],[2.944,-5.23],[24.448,13.744],[2.4,5.502],[-1.414,0.618]],"v":[[39.634,62.679],[29.665,56.155],[-44.899,-40.792],[-49.046,-55.592],[-34.247,-59.739],[49.589,47.463],[43.972,61.771]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.2,0.075,0.133,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[1186.588,837.539],"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":"Group 51","np":2,"cix":2,"ix":39,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[57.381,-0.002],[6.048,0.819],[-0.806,5.948],[-5.962,-0.789],[-5.252,0],[-19.648,38.498],[21.101,22.124],[-4.345,4.144],[-4.142,-4.344],[17,-33.307]],"o":[[-6.227,0],[-5.947,-0.807],[0.809,-5.946],[5.067,0.689],[49.235,0.004],[12.66,-24.809],[-4.144,-4.343],[4.342,-4.143],[27.662,29.002],[-23.384,45.822]],"v":[[-65.901,90.302],[-84.338,89.088],[-93.647,76.857],[-81.416,67.546],[-65.907,68.566],[58.092,0.948],[45.189,-70.792],[45.552,-86.159],[60.917,-85.796],[77.453,10.829]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.2,0.075,0.133,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[966.468,997.95],"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":"Group 52","np":2,"cix":2,"ix":40,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":9,"s":[{"i":[[1.319,0],[9.341,-11.559],[18.86,-10.832],[11.9,-15.327],[-6.325,-12.921],[-14.895,-0.003],[0,0],[-0.951,0.062],[-29.733,48.103],[-2.258,5.17],[6.36,15.377],[6.001,2.362]],"o":[[-10.075,0],[-14.945,18.485],[-17.993,10.335],[-9.378,12.077],[6.394,13.061],[0,0],[0.93,0],[39.653,-2.565],[2.338,-3.794],[7.928,-18.187],[-2.383,-5.763],[-1.091,-0.432]],"v":[[60.851,-80.151],[26.703,-56.894],[-26.606,-16.374],[-73.493,19.051],[-78.367,58.975],[-43.852,80.152],[-43.849,80.152],[-41.034,80.06],[62.081,4.76],[69.115,-8.948],[76.893,-67.436],[64.433,-79.511]],"c":true}],"e":[{"i":[[1.319,0],[9.341,-11.559],[18.86,-10.832],[11.9,-15.327],[-6.325,-12.921],[-14.895,-0.003],[0,0],[-0.951,0.062],[-29.733,48.103],[-2.258,5.17],[6.36,15.377],[6.001,2.362]],"o":[[-10.075,0],[-14.945,18.485],[-17.993,10.335],[-9.378,12.077],[6.394,13.061],[0,0],[0.93,0],[39.653,-2.565],[2.338,-3.794],[7.928,-18.187],[-2.383,-5.763],[-1.091,-0.432]],"v":[[60.851,-80.151],[26.703,-56.894],[-26.606,-16.374],[-74.493,17.051],[-79.367,56.975],[-43.852,80.152],[-43.849,80.152],[-41.034,80.06],[62.081,4.76],[69.115,-8.948],[76.893,-67.436],[64.433,-79.511]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":15,"s":[{"i":[[1.319,0],[9.341,-11.559],[18.86,-10.832],[11.9,-15.327],[-6.325,-12.921],[-14.895,-0.003],[0,0],[-0.951,0.062],[-29.733,48.103],[-2.258,5.17],[6.36,15.377],[6.001,2.362]],"o":[[-10.075,0],[-14.945,18.485],[-17.993,10.335],[-9.378,12.077],[6.394,13.061],[0,0],[0.93,0],[39.653,-2.565],[2.338,-3.794],[7.928,-18.187],[-2.383,-5.763],[-1.091,-0.432]],"v":[[60.851,-80.151],[26.703,-56.894],[-26.606,-16.374],[-74.493,17.051],[-79.367,56.975],[-43.852,80.152],[-43.849,80.152],[-41.034,80.06],[62.081,4.76],[69.115,-8.948],[76.893,-67.436],[64.433,-79.511]],"c":true}],"e":[{"i":[[1.319,0],[9.341,-11.559],[18.86,-10.832],[11.9,-15.327],[-6.325,-12.921],[-14.895,-0.003],[0,0],[-0.951,0.062],[-29.733,48.103],[-2.258,5.17],[6.36,15.377],[6.001,2.362]],"o":[[-10.075,0],[-14.945,18.485],[-17.993,10.335],[-9.378,12.077],[6.394,13.061],[0,0],[0.93,0],[39.653,-2.565],[2.338,-3.794],[7.928,-18.187],[-2.383,-5.763],[-1.091,-0.432]],"v":[[60.851,-80.151],[26.703,-56.894],[-26.606,-16.374],[-74.493,17.051],[-79.367,56.975],[-43.852,80.152],[-43.849,80.152],[-41.034,80.06],[62.081,4.76],[69.115,-8.948],[76.893,-67.436],[64.433,-79.511]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":19,"s":[{"i":[[1.319,0],[9.341,-11.559],[18.86,-10.832],[11.9,-15.327],[-6.325,-12.921],[-14.895,-0.003],[0,0],[-0.951,0.062],[-29.733,48.103],[-2.258,5.17],[6.36,15.377],[6.001,2.362]],"o":[[-10.075,0],[-14.945,18.485],[-17.993,10.335],[-9.378,12.077],[6.394,13.061],[0,0],[0.93,0],[39.653,-2.565],[2.338,-3.794],[7.928,-18.187],[-2.383,-5.763],[-1.091,-0.432]],"v":[[60.851,-80.151],[26.703,-56.894],[-26.606,-16.374],[-74.493,17.051],[-79.367,56.975],[-43.852,80.152],[-43.849,80.152],[-41.034,80.06],[62.081,4.76],[69.115,-8.948],[76.893,-67.436],[64.433,-79.511]],"c":true}],"e":[{"i":[[1.319,0],[9.341,-11.559],[18.86,-10.832],[11.9,-15.327],[-6.325,-12.921],[-14.895,-0.003],[0,0],[-0.951,0.062],[-29.733,48.103],[-2.258,5.17],[6.36,15.377],[6.001,2.362]],"o":[[-10.075,0],[-14.945,18.485],[-17.993,10.335],[-9.378,12.077],[6.394,13.061],[0,0],[0.93,0],[39.653,-2.565],[2.338,-3.794],[7.928,-18.187],[-2.383,-5.763],[-1.091,-0.432]],"v":[[60.851,-80.151],[26.703,-56.894],[-26.606,-16.374],[-73.493,19.051],[-78.367,58.975],[-43.852,80.152],[-43.849,80.152],[-41.034,80.06],[62.081,4.76],[69.115,-8.948],[76.893,-67.436],[64.433,-79.511]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":25,"s":[{"i":[[1.319,0],[9.341,-11.559],[18.86,-10.832],[11.9,-15.327],[-6.325,-12.921],[-14.895,-0.003],[0,0],[-0.951,0.062],[-29.733,48.103],[-2.258,5.17],[6.36,15.377],[6.001,2.362]],"o":[[-10.075,0],[-14.945,18.485],[-17.993,10.335],[-9.378,12.077],[6.394,13.061],[0,0],[0.93,0],[39.653,-2.565],[2.338,-3.794],[7.928,-18.187],[-2.383,-5.763],[-1.091,-0.432]],"v":[[60.851,-80.151],[26.703,-56.894],[-26.606,-16.374],[-73.493,19.051],[-78.367,58.975],[-43.852,80.152],[-43.849,80.152],[-41.034,80.06],[62.081,4.76],[69.115,-8.948],[76.893,-67.436],[64.433,-79.511]],"c":true}],"e":[{"i":[[1.319,0],[9.341,-11.559],[18.86,-10.832],[11.9,-15.327],[-6.325,-12.921],[-14.895,-0.003],[0,0],[-0.951,0.062],[-29.733,48.103],[-2.258,5.17],[6.36,15.377],[6.001,2.362]],"o":[[-10.075,0],[-14.945,18.485],[-17.993,10.335],[-9.378,12.077],[6.394,13.061],[0,0],[0.93,0],[39.653,-2.565],[2.338,-3.794],[7.928,-18.187],[-2.383,-5.763],[-1.091,-0.432]],"v":[[60.851,-80.151],[26.703,-56.894],[-26.606,-16.374],[-74.493,17.051],[-79.367,56.975],[-43.852,80.152],[-43.849,80.152],[-41.034,80.06],[62.081,4.76],[69.115,-8.948],[76.893,-67.436],[64.433,-79.511]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":31,"s":[{"i":[[1.319,0],[9.341,-11.559],[18.86,-10.832],[11.9,-15.327],[-6.325,-12.921],[-14.895,-0.003],[0,0],[-0.951,0.062],[-29.733,48.103],[-2.258,5.17],[6.36,15.377],[6.001,2.362]],"o":[[-10.075,0],[-14.945,18.485],[-17.993,10.335],[-9.378,12.077],[6.394,13.061],[0,0],[0.93,0],[39.653,-2.565],[2.338,-3.794],[7.928,-18.187],[-2.383,-5.763],[-1.091,-0.432]],"v":[[60.851,-80.151],[26.703,-56.894],[-26.606,-16.374],[-74.493,17.051],[-79.367,56.975],[-43.852,80.152],[-43.849,80.152],[-41.034,80.06],[62.081,4.76],[69.115,-8.948],[76.893,-67.436],[64.433,-79.511]],"c":true}],"e":[{"i":[[1.319,0],[9.341,-11.559],[18.86,-10.832],[11.9,-15.327],[-6.325,-12.921],[-14.895,-0.003],[0,0],[-0.951,0.062],[-29.733,48.103],[-2.258,5.17],[6.36,15.377],[6.001,2.362]],"o":[[-10.075,0],[-14.945,18.485],[-17.993,10.335],[-9.378,12.077],[6.394,13.061],[0,0],[0.93,0],[39.653,-2.565],[2.338,-3.794],[7.928,-18.187],[-2.383,-5.763],[-1.091,-0.432]],"v":[[60.851,-80.151],[26.703,-56.894],[-26.606,-16.374],[-74.493,17.051],[-79.367,56.975],[-43.852,80.152],[-43.849,80.152],[-41.034,80.06],[62.081,4.76],[69.115,-8.948],[76.893,-67.436],[64.433,-79.511]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":35,"s":[{"i":[[1.319,0],[9.341,-11.559],[18.86,-10.832],[11.9,-15.327],[-6.325,-12.921],[-14.895,-0.003],[0,0],[-0.951,0.062],[-29.733,48.103],[-2.258,5.17],[6.36,15.377],[6.001,2.362]],"o":[[-10.075,0],[-14.945,18.485],[-17.993,10.335],[-9.378,12.077],[6.394,13.061],[0,0],[0.93,0],[39.653,-2.565],[2.338,-3.794],[7.928,-18.187],[-2.383,-5.763],[-1.091,-0.432]],"v":[[60.851,-80.151],[26.703,-56.894],[-26.606,-16.374],[-74.493,17.051],[-79.367,56.975],[-43.852,80.152],[-43.849,80.152],[-41.034,80.06],[62.081,4.76],[69.115,-8.948],[76.893,-67.436],[64.433,-79.511]],"c":true}],"e":[{"i":[[1.319,0],[9.341,-11.559],[18.86,-10.832],[11.9,-15.327],[-6.325,-12.921],[-14.895,-0.003],[0,0],[-0.951,0.062],[-29.733,48.103],[-2.258,5.17],[6.36,15.377],[6.001,2.362]],"o":[[-10.075,0],[-14.945,18.485],[-17.993,10.335],[-9.378,12.077],[6.394,13.061],[0,0],[0.93,0],[39.653,-2.565],[2.338,-3.794],[7.928,-18.187],[-2.383,-5.763],[-1.091,-0.432]],"v":[[60.851,-80.151],[26.703,-56.894],[-26.606,-16.374],[-73.493,19.051],[-78.367,58.975],[-43.852,80.152],[-43.849,80.152],[-41.034,80.06],[62.081,4.76],[69.115,-8.948],[76.893,-67.436],[64.433,-79.511]],"c":true}]},{"t":41}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":1,"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":9,"s":[{"i":[[1.392,0],[0,0],[10.07,20.571],[-14.585,18.783],[-19.029,10.929],[-12.387,15.327],[-24.486,0],[-3.624,-1.428],[-4.624,-11.183],[6.042,-13.861],[2.871,-4.656],[47.182,-3.051]],"o":[[0,0],[-23.26,-0.002],[-10.06,-20.549],[14.528,-18.71],[17.916,-10.292],[4.232,-5.23],[4.041,0],[11.452,4.511],[10.972,26.524],[-2.666,6.097],[-33.707,54.53],[-1.425,0.094]],"v":[[-43.849,101.888],[-43.854,101.888],[-97.891,68.535],[-90.662,5.72],[-37.432,-35.221],[9.795,-70.561],[60.851,-101.888],[72.402,-99.736],[96.979,-75.744],[89.037,-0.254],[80.578,16.179],[-39.632,101.75]],"c":true}],"e":[{"i":[[1.392,0],[0,0],[10.07,20.571],[-14.585,18.783],[-19.029,10.929],[-12.387,15.327],[-24.486,0],[-3.624,-1.428],[-4.624,-11.183],[6.042,-13.861],[2.871,-4.656],[47.182,-3.051]],"o":[[0,0],[-23.26,-0.002],[-10.06,-20.549],[14.528,-18.71],[17.916,-10.292],[4.232,-5.23],[4.041,0],[11.452,4.511],[10.972,26.524],[-2.666,6.097],[-33.707,54.53],[-1.425,0.094]],"v":[[-43.849,101.888],[-43.854,101.888],[-98.891,66.535],[-91.662,3.72],[-37.432,-35.221],[9.795,-70.561],[60.851,-101.888],[72.402,-99.736],[96.979,-75.744],[89.037,-0.254],[80.578,16.179],[-39.632,101.75]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":15,"s":[{"i":[[1.392,0],[0,0],[10.07,20.571],[-14.585,18.783],[-19.029,10.929],[-12.387,15.327],[-24.486,0],[-3.624,-1.428],[-4.624,-11.183],[6.042,-13.861],[2.871,-4.656],[47.182,-3.051]],"o":[[0,0],[-23.26,-0.002],[-10.06,-20.549],[14.528,-18.71],[17.916,-10.292],[4.232,-5.23],[4.041,0],[11.452,4.511],[10.972,26.524],[-2.666,6.097],[-33.707,54.53],[-1.425,0.094]],"v":[[-43.849,101.888],[-43.854,101.888],[-98.891,66.535],[-91.662,3.72],[-37.432,-35.221],[9.795,-70.561],[60.851,-101.888],[72.402,-99.736],[96.979,-75.744],[89.037,-0.254],[80.578,16.179],[-39.632,101.75]],"c":true}],"e":[{"i":[[1.392,0],[0,0],[10.07,20.571],[-14.585,18.783],[-19.029,10.929],[-12.387,15.327],[-24.486,0],[-3.624,-1.428],[-4.624,-11.183],[6.042,-13.861],[2.871,-4.656],[47.182,-3.051]],"o":[[0,0],[-23.26,-0.002],[-10.06,-20.549],[14.528,-18.71],[17.916,-10.292],[4.232,-5.23],[4.041,0],[11.452,4.511],[10.972,26.524],[-2.666,6.097],[-33.707,54.53],[-1.425,0.094]],"v":[[-43.849,101.888],[-43.854,101.888],[-98.891,66.535],[-91.662,3.72],[-37.432,-35.221],[9.795,-70.561],[60.851,-101.888],[72.402,-99.736],[96.979,-75.744],[89.037,-0.254],[80.578,16.179],[-39.632,101.75]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":19,"s":[{"i":[[1.392,0],[0,0],[10.07,20.571],[-14.585,18.783],[-19.029,10.929],[-12.387,15.327],[-24.486,0],[-3.624,-1.428],[-4.624,-11.183],[6.042,-13.861],[2.871,-4.656],[47.182,-3.051]],"o":[[0,0],[-23.26,-0.002],[-10.06,-20.549],[14.528,-18.71],[17.916,-10.292],[4.232,-5.23],[4.041,0],[11.452,4.511],[10.972,26.524],[-2.666,6.097],[-33.707,54.53],[-1.425,0.094]],"v":[[-43.849,101.888],[-43.854,101.888],[-98.891,66.535],[-91.662,3.72],[-37.432,-35.221],[9.795,-70.561],[60.851,-101.888],[72.402,-99.736],[96.979,-75.744],[89.037,-0.254],[80.578,16.179],[-39.632,101.75]],"c":true}],"e":[{"i":[[1.392,0],[0,0],[10.07,20.571],[-14.585,18.783],[-19.029,10.929],[-12.387,15.327],[-24.486,0],[-3.624,-1.428],[-4.624,-11.183],[6.042,-13.861],[2.871,-4.656],[47.182,-3.051]],"o":[[0,0],[-23.26,-0.002],[-10.06,-20.549],[14.528,-18.71],[17.916,-10.292],[4.232,-5.23],[4.041,0],[11.452,4.511],[10.972,26.524],[-2.666,6.097],[-33.707,54.53],[-1.425,0.094]],"v":[[-43.849,101.888],[-43.854,101.888],[-97.891,68.535],[-90.662,5.72],[-37.432,-35.221],[9.795,-70.561],[60.851,-101.888],[72.402,-99.736],[96.979,-75.744],[89.037,-0.254],[80.578,16.179],[-39.632,101.75]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":25,"s":[{"i":[[1.392,0],[0,0],[10.07,20.571],[-14.585,18.783],[-19.029,10.929],[-12.387,15.327],[-24.486,0],[-3.624,-1.428],[-4.624,-11.183],[6.042,-13.861],[2.871,-4.656],[47.182,-3.051]],"o":[[0,0],[-23.26,-0.002],[-10.06,-20.549],[14.528,-18.71],[17.916,-10.292],[4.232,-5.23],[4.041,0],[11.452,4.511],[10.972,26.524],[-2.666,6.097],[-33.707,54.53],[-1.425,0.094]],"v":[[-43.849,101.888],[-43.854,101.888],[-97.891,68.535],[-90.662,5.72],[-37.432,-35.221],[9.795,-70.561],[60.851,-101.888],[72.402,-99.736],[96.979,-75.744],[89.037,-0.254],[80.578,16.179],[-39.632,101.75]],"c":true}],"e":[{"i":[[1.392,0],[0,0],[10.07,20.571],[-14.585,18.783],[-19.029,10.929],[-12.387,15.327],[-24.486,0],[-3.624,-1.428],[-4.624,-11.183],[6.042,-13.861],[2.871,-4.656],[47.182,-3.051]],"o":[[0,0],[-23.26,-0.002],[-10.06,-20.549],[14.528,-18.71],[17.916,-10.292],[4.232,-5.23],[4.041,0],[11.452,4.511],[10.972,26.524],[-2.666,6.097],[-33.707,54.53],[-1.425,0.094]],"v":[[-43.849,101.888],[-43.854,101.888],[-98.891,66.535],[-91.662,3.72],[-37.432,-35.221],[9.795,-70.561],[60.851,-101.888],[72.402,-99.736],[96.979,-75.744],[89.037,-0.254],[80.578,16.179],[-39.632,101.75]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":31,"s":[{"i":[[1.392,0],[0,0],[10.07,20.571],[-14.585,18.783],[-19.029,10.929],[-12.387,15.327],[-24.486,0],[-3.624,-1.428],[-4.624,-11.183],[6.042,-13.861],[2.871,-4.656],[47.182,-3.051]],"o":[[0,0],[-23.26,-0.002],[-10.06,-20.549],[14.528,-18.71],[17.916,-10.292],[4.232,-5.23],[4.041,0],[11.452,4.511],[10.972,26.524],[-2.666,6.097],[-33.707,54.53],[-1.425,0.094]],"v":[[-43.849,101.888],[-43.854,101.888],[-98.891,66.535],[-91.662,3.72],[-37.432,-35.221],[9.795,-70.561],[60.851,-101.888],[72.402,-99.736],[96.979,-75.744],[89.037,-0.254],[80.578,16.179],[-39.632,101.75]],"c":true}],"e":[{"i":[[1.392,0],[0,0],[10.07,20.571],[-14.585,18.783],[-19.029,10.929],[-12.387,15.327],[-24.486,0],[-3.624,-1.428],[-4.624,-11.183],[6.042,-13.861],[2.871,-4.656],[47.182,-3.051]],"o":[[0,0],[-23.26,-0.002],[-10.06,-20.549],[14.528,-18.71],[17.916,-10.292],[4.232,-5.23],[4.041,0],[11.452,4.511],[10.972,26.524],[-2.666,6.097],[-33.707,54.53],[-1.425,0.094]],"v":[[-43.849,101.888],[-43.854,101.888],[-98.891,66.535],[-91.662,3.72],[-37.432,-35.221],[9.795,-70.561],[60.851,-101.888],[72.402,-99.736],[96.979,-75.744],[89.037,-0.254],[80.578,16.179],[-39.632,101.75]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":35,"s":[{"i":[[1.392,0],[0,0],[10.07,20.571],[-14.585,18.783],[-19.029,10.929],[-12.387,15.327],[-24.486,0],[-3.624,-1.428],[-4.624,-11.183],[6.042,-13.861],[2.871,-4.656],[47.182,-3.051]],"o":[[0,0],[-23.26,-0.002],[-10.06,-20.549],[14.528,-18.71],[17.916,-10.292],[4.232,-5.23],[4.041,0],[11.452,4.511],[10.972,26.524],[-2.666,6.097],[-33.707,54.53],[-1.425,0.094]],"v":[[-43.849,101.888],[-43.854,101.888],[-98.891,66.535],[-91.662,3.72],[-37.432,-35.221],[9.795,-70.561],[60.851,-101.888],[72.402,-99.736],[96.979,-75.744],[89.037,-0.254],[80.578,16.179],[-39.632,101.75]],"c":true}],"e":[{"i":[[1.392,0],[0,0],[10.07,20.571],[-14.585,18.783],[-19.029,10.929],[-12.387,15.327],[-24.486,0],[-3.624,-1.428],[-4.624,-11.183],[6.042,-13.861],[2.871,-4.656],[47.182,-3.051]],"o":[[0,0],[-23.26,-0.002],[-10.06,-20.549],[14.528,-18.71],[17.916,-10.292],[4.232,-5.23],[4.041,0],[11.452,4.511],[10.972,26.524],[-2.666,6.097],[-33.707,54.53],[-1.425,0.094]],"v":[[-43.849,101.888],[-43.854,101.888],[-97.891,68.535],[-90.662,5.72],[-37.432,-35.221],[9.795,-70.561],[60.851,-101.888],[72.402,-99.736],[96.979,-75.744],[89.037,-0.254],[80.578,16.179],[-39.632,101.75]],"c":true}]},{"t":41}]},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.2,0.075,0.133,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[923.926,985.362],"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":"Group 53","np":4,"cix":2,"ix":41,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.16,-1.46],[3.612,0.257],[-3.426,0.267],[3.18,2.189],[1.393,4.162],[-4.204,15.936],[-3.744,0.8],[-0.306,1.359],[-11.958,-12.365],[-5.33,-7.055],[-3.838,-7.924],[6.159,-5.468]],"o":[[-3.4,0.818],[0.163,0.013],[-4.152,0.331],[-3.909,-1.398],[-4.816,-14.404],[1.23,-4.673],[0.01,-1.347],[3.813,-17.118],[6.167,6.371],[5.407,7.169],[3.884,8.013],[-4.835,4.288]],"v":[[12.389,42.873],[2.616,43.885],[-0.79,43.708],[-11.99,40.598],[-20.611,32.197],[-35.025,-10.394],[-39.85,-22.368],[-38.156,-29.927],[7.752,-31.776],[23.997,-10.924],[35.344,12.602],[29.34,35.154]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.078,0.8590001,0.729,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[1064.801,927.012],"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":"Group 54","np":2,"cix":2,"ix":42,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.258,0],[1.975,1.52],[-3.66,4.76],[-9.099,13.353],[-58.902,32.325],[-2.885,-5.262],[5.261,-2.885],[27.057,-39.701],[13.196,-17.155]],"o":[[-2.313,0],[-4.758,-3.659],[12.815,-16.658],[26.744,-39.238],[5.262,-2.888],[2.888,5.26],[-54.332,29.822],[-9.264,13.593],[-2.14,2.783]],"v":[[-70.133,72.793],[-76.751,70.539],[-82.989,50.047],[-46.511,10.153],[60.255,-92.405],[75.011,-88.106],[70.713,-73.352],[-28.549,22.396],[-61.511,68.552]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.2,0.075,0.133,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[1094.65,843.418],"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":"Group 55","np":2,"cix":2,"ix":43,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":9,"s":[{"i":[[37.479,-20.51],[-0.376,-1.694],[-8.831,1.469],[-15.089,6.856],[-12.951,8.741],[8.236,11.043],[3.069,6.029]],"o":[[1.421,1.68],[1.664,7.566],[16.126,-2.685],[14.065,-6.391],[12.214,-8.24],[-4.067,-5.44],[-33.582,26.37]],"v":[[-62.605,26.083],[-59.622,31.177],[-43.667,42.717],[2.88,26.365],[45.942,5.548],[54.369,-26.658],[44.244,-44.186]],"c":true}],"e":[{"i":[[37.479,-20.51],[-0.376,-1.694],[-8.831,1.469],[-15.089,6.856],[-12.951,8.741],[8.236,11.043],[3.069,6.029]],"o":[[1.421,1.68],[1.664,7.566],[16.126,-2.685],[14.065,-6.391],[12.214,-8.24],[-4.067,-5.44],[-33.582,26.37]],"v":[[-67.855,17.333],[-64.872,22.427],[-43.667,42.717],[2.88,26.365],[45.942,5.548],[54.369,-26.658],[38.994,-52.936]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":15,"s":[{"i":[[37.479,-20.51],[-0.376,-1.694],[-8.831,1.469],[-15.089,6.856],[-12.951,8.741],[8.236,11.043],[3.069,6.029]],"o":[[1.421,1.68],[1.664,7.566],[16.126,-2.685],[14.065,-6.391],[12.214,-8.24],[-4.067,-5.44],[-33.582,26.37]],"v":[[-67.855,17.333],[-64.872,22.427],[-43.667,42.717],[2.88,26.365],[45.942,5.548],[54.369,-26.658],[38.994,-52.936]],"c":true}],"e":[{"i":[[37.479,-20.51],[-0.376,-1.694],[-8.831,1.469],[-15.089,6.856],[-12.951,8.741],[8.236,11.043],[3.069,6.029]],"o":[[1.421,1.68],[1.664,7.566],[16.126,-2.685],[14.065,-6.391],[12.214,-8.24],[-4.067,-5.44],[-33.582,26.37]],"v":[[-67.855,17.333],[-64.872,22.427],[-43.667,42.717],[2.88,26.365],[45.942,5.548],[54.369,-26.658],[38.994,-52.936]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":19,"s":[{"i":[[37.479,-20.51],[-0.376,-1.694],[-8.831,1.469],[-15.089,6.856],[-12.951,8.741],[8.236,11.043],[3.069,6.029]],"o":[[1.421,1.68],[1.664,7.566],[16.126,-2.685],[14.065,-6.391],[12.214,-8.24],[-4.067,-5.44],[-33.582,26.37]],"v":[[-67.855,17.333],[-64.872,22.427],[-43.667,42.717],[2.88,26.365],[45.942,5.548],[54.369,-26.658],[38.994,-52.936]],"c":true}],"e":[{"i":[[37.479,-20.51],[-0.376,-1.694],[-8.831,1.469],[-15.089,6.856],[-12.951,8.741],[8.236,11.043],[3.069,6.029]],"o":[[1.421,1.68],[1.664,7.566],[16.126,-2.685],[14.065,-6.391],[12.214,-8.24],[-4.067,-5.44],[-33.582,26.37]],"v":[[-62.605,26.083],[-59.622,31.177],[-43.667,42.717],[2.88,26.365],[45.942,5.548],[54.369,-26.658],[44.244,-44.186]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":25,"s":[{"i":[[37.479,-20.51],[-0.376,-1.694],[-8.831,1.469],[-15.089,6.856],[-12.951,8.741],[8.236,11.043],[3.069,6.029]],"o":[[1.421,1.68],[1.664,7.566],[16.126,-2.685],[14.065,-6.391],[12.214,-8.24],[-4.067,-5.44],[-33.582,26.37]],"v":[[-62.605,26.083],[-59.622,31.177],[-43.667,42.717],[2.88,26.365],[45.942,5.548],[54.369,-26.658],[44.244,-44.186]],"c":true}],"e":[{"i":[[37.479,-20.51],[-0.376,-1.694],[-8.831,1.469],[-15.089,6.856],[-12.951,8.741],[8.236,11.043],[3.069,6.029]],"o":[[1.421,1.68],[1.664,7.566],[16.126,-2.685],[14.065,-6.391],[12.214,-8.24],[-4.067,-5.44],[-33.582,26.37]],"v":[[-67.855,17.333],[-64.872,22.427],[-43.667,42.717],[2.88,26.365],[45.942,5.548],[54.369,-26.658],[38.994,-52.936]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":31,"s":[{"i":[[37.479,-20.51],[-0.376,-1.694],[-8.831,1.469],[-15.089,6.856],[-12.951,8.741],[8.236,11.043],[3.069,6.029]],"o":[[1.421,1.68],[1.664,7.566],[16.126,-2.685],[14.065,-6.391],[12.214,-8.24],[-4.067,-5.44],[-33.582,26.37]],"v":[[-67.855,17.333],[-64.872,22.427],[-43.667,42.717],[2.88,26.365],[45.942,5.548],[54.369,-26.658],[38.994,-52.936]],"c":true}],"e":[{"i":[[37.479,-20.51],[-0.376,-1.694],[-8.831,1.469],[-15.089,6.856],[-12.951,8.741],[8.236,11.043],[3.069,6.029]],"o":[[1.421,1.68],[1.664,7.566],[16.126,-2.685],[14.065,-6.391],[12.214,-8.24],[-4.067,-5.44],[-33.582,26.37]],"v":[[-67.855,17.333],[-64.872,22.427],[-43.667,42.717],[2.88,26.365],[45.942,5.548],[54.369,-26.658],[38.994,-52.936]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":35,"s":[{"i":[[37.479,-20.51],[-0.376,-1.694],[-8.831,1.469],[-15.089,6.856],[-12.951,8.741],[8.236,11.043],[3.069,6.029]],"o":[[1.421,1.68],[1.664,7.566],[16.126,-2.685],[14.065,-6.391],[12.214,-8.24],[-4.067,-5.44],[-33.582,26.37]],"v":[[-67.855,17.333],[-64.872,22.427],[-43.667,42.717],[2.88,26.365],[45.942,5.548],[54.369,-26.658],[38.994,-52.936]],"c":true}],"e":[{"i":[[37.479,-20.51],[-0.376,-1.694],[-8.831,1.469],[-15.089,6.856],[-12.951,8.741],[8.236,11.043],[3.069,6.029]],"o":[[1.421,1.68],[1.664,7.566],[16.126,-2.685],[14.065,-6.391],[12.214,-8.24],[-4.067,-5.44],[-33.582,26.37]],"v":[[-62.605,26.083],[-59.622,31.177],[-43.667,42.717],[2.88,26.365],[45.942,5.548],[54.369,-26.658],[44.244,-44.186]],"c":true}]},{"t":41}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.89,0.208,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[1162.811,905.63],"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":"Group 56","np":2,"cix":2,"ix":44,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.656,0.924],[-3.32,8.577],[-10.11,13.262],[-11.613,10.466],[-9.634,-11.992],[-5.558,-5.084]],"o":[[-7.426,-4.148],[6.043,-15.677],[9.421,-12.376],[10.948,-9.871],[4.747,5.904],[-33.902,25.958]],"v":[[-43.312,54.675],[-51.876,34.61],[-25.6,-7.858],[4.551,-45.321],[39.289,-43.607],[55.195,-27.597]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.929,0.49,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[1117.576,846.762],"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":"Group 57","np":2,"cix":2,"ix":45,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[10.947,-9.871],[9.421,-12.376],[6.043,-15.677],[-7.426,-4.148],[-2.891,-3.509],[-5.059,-5.592],[-2.811,-1.592],[-3.465,0.732],[-29.312,15.131],[6.46,11.512],[9.618,11.946],[8.882,11.046]],"o":[[-11.613,10.466],[-10.111,13.263],[-3.319,8.577],[3.969,2.218],[4.792,5.821],[2.686,2.968],[0.96,3.013],[32.64,-6.97],[12.137,-6.259],[-7.503,-13.389],[-8.911,-11.065],[-9.633,-11.992]],"v":[[-18.95,-71.898],[-49.101,-34.435],[-75.379,8.034],[-66.813,28.099],[-56.734,40.828],[-41.809,57.646],[-39.347,79.162],[-26.385,69.234],[63.781,29.166],[72.238,-1.508],[44.453,-44.144],[15.786,-70.183]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.941,0.816,0.067,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[1141.078,873.338],"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":"Group 58","np":2,"cix":2,"ix":46,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":9,"s":[{"i":[[-14.015,16.762],[-5.355,27.217],[25.545,-13.625],[22.762,-7.948],[14.907,-1.982],[3.499,-0.058],[-5.136,-8.264],[-19.673,3.134],[-12.59,7.068],[-4.228,0.295]],"o":[[12.729,-24.764],[-16.549,22.774],[-21.305,11.354],[-14.175,4.948],[-3.482,0.462],[-0.506,9.039],[11.132,17.945],[14.952,-2.377],[4.284,0.071],[13.225,-17.437]],"v":[[66.027,6.111],[92.29,-72.37],[29.198,-16.914],[-37.953,11.418],[-81.316,22.348],[-91.785,23.048],[-85.134,49.483],[-31.861,69.235],[9.813,55.757],[22.604,55.408]],"c":true}],"e":[{"i":[[-13.5,17.18],[-4.526,27.367],[25.125,-14.385],[22.511,-8.633],[14.841,-2.43],[3.496,-0.164],[-5.378,-8.109],[-19.57,3.724],[-12.37,7.447],[-4.847,6.095]],"o":[[11.971,-25.139],[-15.85,23.266],[-20.951,11.995],[-14.018,5.376],[-3.466,0.568],[-0.231,9.05],[11.672,17.599],[14.873,-2.83],[1.904,21.363],[12.69,-17.83]],"v":[[66.183,-10.896],[90.051,-90.138],[28.672,-32.792],[-37.588,-2.435],[-81.6,7.806],[-92.043,8.824],[-85.592,40.045],[-32.244,66.171],[6.501,53.434],[19.276,52.697]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":15,"s":[{"i":[[-13.5,17.18],[-4.526,27.367],[25.125,-14.385],[22.511,-8.633],[14.841,-2.43],[3.496,-0.164],[-5.378,-8.109],[-19.57,3.724],[-12.37,7.447],[-4.847,6.095]],"o":[[11.971,-25.139],[-15.85,23.266],[-20.951,11.995],[-14.018,5.376],[-3.466,0.568],[-0.231,9.05],[11.672,17.599],[14.873,-2.83],[1.904,21.363],[12.69,-17.83]],"v":[[66.183,-10.896],[90.051,-90.138],[28.672,-32.792],[-37.588,-2.435],[-81.6,7.806],[-92.043,8.824],[-85.592,40.045],[-32.244,66.171],[6.501,53.434],[19.276,52.697]],"c":true}],"e":[{"i":[[-13.5,17.18],[-4.526,27.367],[25.125,-14.385],[22.511,-8.633],[14.841,-2.43],[3.496,-0.164],[-5.378,-8.109],[-19.57,3.724],[-12.37,7.447],[-4.847,6.095]],"o":[[11.971,-25.139],[-15.85,23.266],[-20.951,11.995],[-14.018,5.376],[-3.466,0.567],[-0.231,9.05],[11.672,17.599],[14.873,-2.83],[1.904,21.363],[12.69,-17.83]],"v":[[66.183,-10.896],[90.051,-90.138],[28.672,-32.792],[-37.588,-2.435],[-81.6,7.806],[-92.043,8.824],[-85.592,40.045],[-32.244,66.171],[6.501,53.434],[19.276,52.697]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":19,"s":[{"i":[[-13.5,17.18],[-4.526,27.367],[25.125,-14.385],[22.511,-8.633],[14.841,-2.43],[3.496,-0.164],[-5.378,-8.109],[-19.57,3.724],[-12.37,7.447],[-4.847,6.095]],"o":[[11.971,-25.139],[-15.85,23.266],[-20.951,11.995],[-14.018,5.376],[-3.466,0.567],[-0.231,9.05],[11.672,17.599],[14.873,-2.83],[1.904,21.363],[12.69,-17.83]],"v":[[66.183,-10.896],[90.051,-90.138],[28.672,-32.792],[-37.588,-2.435],[-81.6,7.806],[-92.043,8.824],[-85.592,40.045],[-32.244,66.171],[6.501,53.434],[19.276,52.697]],"c":true}],"e":[{"i":[[-14.015,16.762],[-5.355,27.217],[25.545,-13.625],[22.762,-7.948],[14.907,-1.982],[3.499,-0.058],[-5.136,-8.264],[-19.673,3.134],[-12.59,7.068],[-4.228,0.295]],"o":[[12.729,-24.764],[-16.549,22.774],[-21.305,11.354],[-14.175,4.948],[-3.482,0.462],[-0.506,9.039],[11.132,17.945],[14.952,-2.377],[4.284,0.071],[13.225,-17.437]],"v":[[66.027,6.111],[92.29,-72.37],[29.198,-16.914],[-37.953,11.418],[-81.316,22.348],[-91.785,23.048],[-85.134,49.483],[-31.861,69.235],[9.813,55.757],[22.604,55.408]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":25,"s":[{"i":[[-14.015,16.762],[-5.355,27.217],[25.545,-13.625],[22.762,-7.948],[14.907,-1.982],[3.499,-0.058],[-5.136,-8.264],[-19.673,3.134],[-12.59,7.068],[-4.228,0.295]],"o":[[12.729,-24.764],[-16.549,22.774],[-21.305,11.354],[-14.175,4.948],[-3.482,0.462],[-0.506,9.039],[11.132,17.945],[14.952,-2.377],[4.284,0.071],[13.225,-17.437]],"v":[[66.027,6.111],[92.29,-72.37],[29.198,-16.914],[-37.953,11.418],[-81.316,22.348],[-91.785,23.048],[-85.134,49.483],[-31.861,69.235],[9.813,55.757],[22.604,55.408]],"c":true}],"e":[{"i":[[-13.5,17.18],[-4.526,27.367],[25.125,-14.385],[22.511,-8.633],[14.841,-2.43],[3.496,-0.164],[-5.378,-8.109],[-19.57,3.724],[-12.37,7.447],[-4.847,6.095]],"o":[[11.971,-25.139],[-15.85,23.266],[-20.951,11.995],[-14.018,5.376],[-3.466,0.567],[-0.231,9.05],[11.672,17.599],[14.873,-2.83],[1.904,21.363],[12.69,-17.83]],"v":[[66.183,-10.896],[90.051,-90.138],[28.672,-32.792],[-37.588,-2.435],[-81.6,7.806],[-92.043,8.824],[-85.592,40.045],[-32.244,66.171],[6.501,53.434],[19.276,52.697]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":31,"s":[{"i":[[-13.5,17.18],[-4.526,27.367],[25.125,-14.385],[22.511,-8.633],[14.841,-2.43],[3.496,-0.164],[-5.378,-8.109],[-19.57,3.724],[-12.37,7.447],[-4.847,6.095]],"o":[[11.971,-25.139],[-15.85,23.266],[-20.951,11.995],[-14.018,5.376],[-3.466,0.567],[-0.231,9.05],[11.672,17.599],[14.873,-2.83],[1.904,21.363],[12.69,-17.83]],"v":[[66.183,-10.896],[90.051,-90.138],[28.672,-32.792],[-37.588,-2.435],[-81.6,7.806],[-92.043,8.824],[-85.592,40.045],[-32.244,66.171],[6.501,53.434],[19.276,52.697]],"c":true}],"e":[{"i":[[-13.5,17.18],[-4.526,27.367],[25.125,-14.385],[22.511,-8.633],[14.841,-2.43],[3.496,-0.164],[-5.378,-8.109],[-19.57,3.724],[-12.37,7.447],[-4.847,6.095]],"o":[[11.971,-25.139],[-15.85,23.266],[-20.951,11.995],[-14.018,5.376],[-3.466,0.567],[-0.231,9.05],[11.672,17.599],[14.873,-2.83],[1.904,21.363],[12.69,-17.83]],"v":[[66.183,-10.896],[90.051,-90.138],[28.672,-32.792],[-37.588,-2.435],[-81.6,7.806],[-92.043,8.824],[-85.592,40.045],[-32.244,66.171],[6.501,53.434],[19.276,52.697]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":35,"s":[{"i":[[-13.5,17.18],[-4.526,27.367],[25.125,-14.385],[22.511,-8.633],[14.841,-2.43],[3.496,-0.164],[-5.378,-8.109],[-19.57,3.724],[-12.37,7.447],[-4.847,6.095]],"o":[[11.971,-25.139],[-15.85,23.266],[-20.951,11.995],[-14.018,5.376],[-3.466,0.567],[-0.231,9.05],[11.672,17.599],[14.873,-2.83],[1.904,21.363],[12.69,-17.83]],"v":[[66.183,-10.896],[90.051,-90.138],[28.672,-32.792],[-37.588,-2.435],[-81.6,7.806],[-92.043,8.824],[-85.592,40.045],[-32.244,66.171],[6.501,53.434],[19.276,52.697]],"c":true}],"e":[{"i":[[-14.015,16.762],[-5.355,27.217],[25.545,-13.625],[22.762,-7.948],[14.907,-1.982],[3.499,-0.058],[-5.136,-8.264],[-19.673,3.134],[-12.59,7.068],[-4.228,0.295]],"o":[[12.729,-24.764],[-16.549,22.774],[-21.305,11.354],[-14.175,4.948],[-3.482,0.462],[-0.506,9.039],[11.132,17.945],[14.952,-2.377],[4.284,0.071],[13.225,-17.437]],"v":[[66.027,6.111],[92.29,-72.37],[29.198,-16.914],[-37.953,11.418],[-81.316,22.348],[-91.785,23.048],[-85.134,49.483],[-31.861,69.235],[9.813,55.757],[22.604,55.408]],"c":true}]},{"t":41}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.957,0.451,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[922.848,1003.283],"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":"Group 59","np":2,"cix":2,"ix":47,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":9,"s":[{"i":[[24.768,-5.329],[10.485,0.186],[14.952,-2.377],[11.132,17.945],[-13.687,16.37],[-15.905,10.703],[-17.476,16.789],[-4.033,0.291],[-9.455,-0.115],[-3.714,-14.841],[-5.049,-5.301],[-2.186,-8.787],[9.982,-15.339]],"o":[[-9.695,2.084],[-12.59,7.069],[-19.673,3.133],[-11.652,-18.759],[12.478,-14.923],[20.067,-13.507],[3.033,-2.915],[2.902,-6.061],[16.638,0.206],[6.033,3.622],[6.343,6.638],[4.784,19.294],[-13.942,21.379]],"v":[[29.475,68.896],[-1.199,71.682],[-42.873,85.161],[-96.146,65.409],[-89.777,7.052],[-43.216,-28.2],[13.755,-72.926],[24.686,-77.587],[43.188,-88.178],[74.689,-60.746],[91.841,-48.814],[103.014,-26.28],[86.038,29.374]],"c":true}],"e":[{"i":[[24.768,-5.329],[10.485,0.186],[14.952,-2.377],[11.132,17.945],[-13.687,16.37],[-15.905,10.703],[-17.476,16.789],[-4.033,0.291],[-9.455,-0.115],[-3.714,-14.841],[-5.049,-5.301],[-2.186,-8.787],[9.982,-15.339]],"o":[[-9.695,2.084],[-12.59,7.069],[-19.673,3.133],[-11.652,-18.759],[12.478,-14.923],[20.067,-13.507],[3.033,-2.915],[2.902,-6.061],[16.638,0.206],[6.033,3.622],[6.343,6.638],[4.784,19.294],[-13.942,21.379]],"v":[[29.475,68.896],[-1.199,71.682],[-42.873,85.161],[-97.146,63.409],[-90.777,5.052],[-43.216,-28.2],[13.755,-72.926],[24.686,-77.587],[43.188,-88.178],[74.689,-60.746],[91.841,-48.814],[103.014,-26.28],[86.038,29.374]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":15,"s":[{"i":[[24.768,-5.329],[10.485,0.186],[14.952,-2.377],[11.132,17.945],[-13.687,16.37],[-15.905,10.703],[-17.476,16.789],[-4.033,0.291],[-9.455,-0.115],[-3.714,-14.841],[-5.049,-5.301],[-2.186,-8.787],[9.982,-15.339]],"o":[[-9.695,2.084],[-12.59,7.069],[-19.673,3.133],[-11.652,-18.759],[12.478,-14.923],[20.067,-13.507],[3.033,-2.915],[2.902,-6.061],[16.638,0.206],[6.033,3.622],[6.343,6.638],[4.784,19.294],[-13.942,21.379]],"v":[[29.475,68.896],[-1.199,71.682],[-42.873,85.161],[-97.146,63.409],[-90.777,5.052],[-43.216,-28.2],[13.755,-72.926],[24.686,-77.587],[43.188,-88.178],[74.689,-60.746],[91.841,-48.814],[103.014,-26.28],[86.038,29.374]],"c":true}],"e":[{"i":[[24.768,-5.329],[10.485,0.186],[14.952,-2.377],[11.132,17.945],[-13.687,16.37],[-15.905,10.703],[-17.476,16.789],[-4.033,0.291],[-9.455,-0.115],[-3.714,-14.841],[-5.049,-5.301],[-2.186,-8.787],[9.982,-15.339]],"o":[[-9.695,2.084],[-12.59,7.069],[-19.673,3.133],[-11.652,-18.759],[12.478,-14.923],[20.067,-13.507],[3.033,-2.915],[2.902,-6.061],[16.638,0.206],[6.033,3.622],[6.343,6.638],[4.784,19.294],[-13.942,21.379]],"v":[[29.475,68.896],[-1.199,71.682],[-42.873,85.161],[-97.146,63.409],[-90.777,5.052],[-43.216,-28.2],[13.755,-72.926],[24.686,-77.587],[43.188,-88.178],[74.689,-60.746],[91.841,-48.814],[103.014,-26.28],[86.038,29.374]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":19,"s":[{"i":[[24.768,-5.329],[10.485,0.186],[14.952,-2.377],[11.132,17.945],[-13.687,16.37],[-15.905,10.703],[-17.476,16.789],[-4.033,0.291],[-9.455,-0.115],[-3.714,-14.841],[-5.049,-5.301],[-2.186,-8.787],[9.982,-15.339]],"o":[[-9.695,2.084],[-12.59,7.069],[-19.673,3.133],[-11.652,-18.759],[12.478,-14.923],[20.067,-13.507],[3.033,-2.915],[2.902,-6.061],[16.638,0.206],[6.033,3.622],[6.343,6.638],[4.784,19.294],[-13.942,21.379]],"v":[[29.475,68.896],[-1.199,71.682],[-42.873,85.161],[-97.146,63.409],[-90.777,5.052],[-43.216,-28.2],[13.755,-72.926],[24.686,-77.587],[43.188,-88.178],[74.689,-60.746],[91.841,-48.814],[103.014,-26.28],[86.038,29.374]],"c":true}],"e":[{"i":[[24.768,-5.329],[10.485,0.186],[14.952,-2.377],[11.132,17.945],[-13.687,16.37],[-15.905,10.703],[-17.476,16.789],[-4.033,0.291],[-9.455,-0.115],[-3.714,-14.841],[-5.049,-5.301],[-2.186,-8.787],[9.982,-15.339]],"o":[[-9.695,2.084],[-12.59,7.069],[-19.673,3.133],[-11.652,-18.759],[12.478,-14.923],[20.067,-13.507],[3.033,-2.915],[2.902,-6.061],[16.638,0.206],[6.033,3.622],[6.343,6.638],[4.784,19.294],[-13.942,21.379]],"v":[[29.475,68.896],[-1.199,71.682],[-42.873,85.161],[-96.146,65.409],[-89.777,7.052],[-43.216,-28.2],[13.755,-72.926],[24.686,-77.587],[43.188,-88.178],[74.689,-60.746],[91.841,-48.814],[103.014,-26.28],[86.038,29.374]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":25,"s":[{"i":[[24.768,-5.329],[10.485,0.186],[14.952,-2.377],[11.132,17.945],[-13.687,16.37],[-15.905,10.703],[-17.476,16.789],[-4.033,0.291],[-9.455,-0.115],[-3.714,-14.841],[-5.049,-5.301],[-2.186,-8.787],[9.982,-15.339]],"o":[[-9.695,2.084],[-12.59,7.069],[-19.673,3.133],[-11.652,-18.759],[12.478,-14.923],[20.067,-13.507],[3.033,-2.915],[2.902,-6.061],[16.638,0.206],[6.033,3.622],[6.343,6.638],[4.784,19.294],[-13.942,21.379]],"v":[[29.475,68.896],[-1.199,71.682],[-42.873,85.161],[-96.146,65.409],[-89.777,7.052],[-43.216,-28.2],[13.755,-72.926],[24.686,-77.587],[43.188,-88.178],[74.689,-60.746],[91.841,-48.814],[103.014,-26.28],[86.038,29.374]],"c":true}],"e":[{"i":[[24.768,-5.329],[10.485,0.186],[14.952,-2.377],[11.132,17.945],[-13.687,16.37],[-15.905,10.703],[-17.476,16.789],[-4.033,0.291],[-9.455,-0.115],[-3.714,-14.841],[-5.049,-5.301],[-2.186,-8.787],[9.982,-15.339]],"o":[[-9.695,2.084],[-12.59,7.069],[-19.673,3.133],[-11.652,-18.759],[12.478,-14.923],[20.067,-13.507],[3.033,-2.915],[2.902,-6.061],[16.638,0.206],[6.033,3.622],[6.343,6.638],[4.784,19.294],[-13.942,21.379]],"v":[[29.475,68.896],[-1.199,71.682],[-42.873,85.161],[-97.146,63.409],[-90.777,5.052],[-43.216,-28.2],[13.755,-72.926],[24.686,-77.587],[43.188,-88.178],[74.689,-60.746],[91.841,-48.814],[103.014,-26.28],[86.038,29.374]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":31,"s":[{"i":[[24.768,-5.329],[10.485,0.186],[14.952,-2.377],[11.132,17.945],[-13.687,16.37],[-15.905,10.703],[-17.476,16.789],[-4.033,0.291],[-9.455,-0.115],[-3.714,-14.841],[-5.049,-5.301],[-2.186,-8.787],[9.982,-15.339]],"o":[[-9.695,2.084],[-12.59,7.069],[-19.673,3.133],[-11.652,-18.759],[12.478,-14.923],[20.067,-13.507],[3.033,-2.915],[2.902,-6.061],[16.638,0.206],[6.033,3.622],[6.343,6.638],[4.784,19.294],[-13.942,21.379]],"v":[[29.475,68.896],[-1.199,71.682],[-42.873,85.161],[-97.146,63.409],[-90.777,5.052],[-43.216,-28.2],[13.755,-72.926],[24.686,-77.587],[43.188,-88.178],[74.689,-60.746],[91.841,-48.814],[103.014,-26.28],[86.038,29.374]],"c":true}],"e":[{"i":[[24.768,-5.329],[10.485,0.186],[14.952,-2.377],[11.132,17.945],[-13.687,16.37],[-15.905,10.703],[-17.476,16.789],[-4.033,0.291],[-9.455,-0.115],[-3.714,-14.841],[-5.049,-5.301],[-2.186,-8.787],[9.982,-15.339]],"o":[[-9.695,2.084],[-12.59,7.069],[-19.673,3.133],[-11.652,-18.759],[12.478,-14.923],[20.067,-13.507],[3.033,-2.915],[2.902,-6.061],[16.638,0.206],[6.033,3.622],[6.343,6.638],[4.784,19.294],[-13.942,21.379]],"v":[[29.475,68.896],[-1.199,71.682],[-42.873,85.161],[-97.146,63.409],[-90.777,5.052],[-43.216,-28.2],[13.755,-72.926],[24.686,-77.587],[43.188,-88.178],[74.689,-60.746],[91.841,-48.814],[103.014,-26.28],[86.038,29.374]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":35,"s":[{"i":[[24.768,-5.329],[10.485,0.186],[14.952,-2.377],[11.132,17.945],[-13.687,16.37],[-15.905,10.703],[-17.476,16.789],[-4.033,0.291],[-9.455,-0.115],[-3.714,-14.841],[-5.049,-5.301],[-2.186,-8.787],[9.982,-15.339]],"o":[[-9.695,2.084],[-12.59,7.069],[-19.673,3.133],[-11.652,-18.759],[12.478,-14.923],[20.067,-13.507],[3.033,-2.915],[2.902,-6.061],[16.638,0.206],[6.033,3.622],[6.343,6.638],[4.784,19.294],[-13.942,21.379]],"v":[[29.475,68.896],[-1.199,71.682],[-42.873,85.161],[-97.146,63.409],[-90.777,5.052],[-43.216,-28.2],[13.755,-72.926],[24.686,-77.587],[43.188,-88.178],[74.689,-60.746],[91.841,-48.814],[103.014,-26.28],[86.038,29.374]],"c":true}],"e":[{"i":[[24.768,-5.329],[10.485,0.186],[14.952,-2.377],[11.132,17.945],[-13.687,16.37],[-15.905,10.703],[-17.476,16.789],[-4.033,0.291],[-9.455,-0.115],[-3.714,-14.841],[-5.049,-5.301],[-2.186,-8.787],[9.982,-15.339]],"o":[[-9.695,2.084],[-12.59,7.069],[-19.673,3.133],[-11.652,-18.759],[12.478,-14.923],[20.067,-13.507],[3.033,-2.915],[2.902,-6.061],[16.638,0.206],[6.033,3.622],[6.343,6.638],[4.784,19.294],[-13.942,21.379]],"v":[[29.475,68.896],[-1.199,71.682],[-42.873,85.161],[-96.146,65.409],[-89.777,7.052],[-43.216,-28.2],[13.755,-72.926],[24.686,-77.587],[43.188,-88.178],[74.689,-60.746],[91.841,-48.814],[103.014,-26.28],[86.038,29.374]],"c":true}]},{"t":41}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.945,0.259,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[933.86,987.358],"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":"Group 60","np":2,"cix":2,"ix":48,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":9,"s":[{"i":[[-7.829,2.451],[-36.978,-31.497],[-1.374,-14.519],[15.818,-5.979],[5.831,-13.548],[18.306,-11.589],[3.385,9.448],[4.785,8.462],[-6.067,11.513],[-5.584,3.95],[-2.334,2.343],[5.989,17.309]],"o":[[14.79,-4.64],[10.692,9.105],[1.606,16.947],[-9.082,10.418],[-8.148,18.915],[-10.151,6.428],[-3.294,-9.192],[-5.539,-9.797],[3.272,-6.216],[2.694,-1.909],[-10.228,-15.295],[-3.101,-8.964]],"v":[[-51.073,-52.31],[50.324,-80.288],[68.656,-31.692],[35.823,14.522],[14.665,50.01],[-20.247,105.357],[-44.633,94.17],[-58.245,68.032],[-64.196,38.41],[-49.285,24.083],[-41.573,17.957],[-63.453,-32.573]],"c":true}],"e":[{"i":[[-7.829,2.451],[-36.978,-31.497],[-1.374,-14.519],[15.818,-5.979],[5.831,-13.548],[18.306,-11.589],[3.385,9.448],[4.785,8.462],[-6.067,11.513],[-5.584,3.95],[-2.334,2.343],[5.989,17.309]],"o":[[14.79,-4.64],[10.692,9.105],[1.606,16.947],[-9.082,10.418],[-8.148,18.915],[-10.151,6.428],[-3.294,-9.192],[-5.539,-9.797],[3.272,-6.216],[2.694,-1.909],[-10.228,-15.295],[-3.101,-8.964]],"v":[[-57.573,-71.81],[50.324,-80.288],[68.656,-31.692],[35.823,14.522],[14.665,50.01],[-20.247,105.357],[-44.633,94.17],[-58.245,68.032],[-64.196,38.41],[-49.285,24.083],[-41.573,17.957],[-63.453,-32.573]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":15,"s":[{"i":[[-7.829,2.451],[-36.978,-31.497],[-1.374,-14.519],[15.818,-5.979],[5.831,-13.548],[18.306,-11.589],[3.385,9.448],[4.785,8.462],[-6.067,11.513],[-5.584,3.95],[-2.334,2.343],[5.989,17.309]],"o":[[14.79,-4.64],[10.692,9.105],[1.606,16.947],[-9.082,10.418],[-8.148,18.915],[-10.151,6.428],[-3.294,-9.192],[-5.539,-9.797],[3.272,-6.216],[2.694,-1.909],[-10.228,-15.295],[-3.101,-8.964]],"v":[[-57.573,-71.81],[50.324,-80.288],[68.656,-31.692],[35.823,14.522],[14.665,50.01],[-20.247,105.357],[-44.633,94.17],[-58.245,68.032],[-64.196,38.41],[-49.285,24.083],[-41.573,17.957],[-63.453,-32.573]],"c":true}],"e":[{"i":[[-7.829,2.451],[-36.978,-31.497],[-1.374,-14.519],[15.818,-5.979],[5.831,-13.548],[18.306,-11.589],[3.385,9.448],[4.785,8.462],[-6.067,11.513],[-5.584,3.95],[-2.334,2.343],[5.989,17.309]],"o":[[14.79,-4.64],[10.692,9.105],[1.606,16.947],[-9.082,10.418],[-8.148,18.915],[-10.151,6.428],[-3.294,-9.192],[-5.539,-9.797],[3.272,-6.216],[2.694,-1.909],[-10.228,-15.295],[-3.101,-8.964]],"v":[[-57.573,-71.81],[50.324,-80.288],[68.656,-31.692],[35.823,14.522],[14.665,50.01],[-20.247,105.357],[-44.633,94.17],[-58.245,68.032],[-64.196,38.41],[-49.285,24.083],[-41.573,17.957],[-63.453,-32.573]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":19,"s":[{"i":[[-7.829,2.451],[-36.978,-31.497],[-1.374,-14.519],[15.818,-5.979],[5.831,-13.548],[18.306,-11.589],[3.385,9.448],[4.785,8.462],[-6.067,11.513],[-5.584,3.95],[-2.334,2.343],[5.989,17.309]],"o":[[14.79,-4.64],[10.692,9.105],[1.606,16.947],[-9.082,10.418],[-8.148,18.915],[-10.151,6.428],[-3.294,-9.192],[-5.539,-9.797],[3.272,-6.216],[2.694,-1.909],[-10.228,-15.295],[-3.101,-8.964]],"v":[[-57.573,-71.81],[50.324,-80.288],[68.656,-31.692],[35.823,14.522],[14.665,50.01],[-20.247,105.357],[-44.633,94.17],[-58.245,68.032],[-64.196,38.41],[-49.285,24.083],[-41.573,17.957],[-63.453,-32.573]],"c":true}],"e":[{"i":[[-7.829,2.451],[-36.978,-31.497],[-1.374,-14.519],[15.818,-5.979],[5.831,-13.548],[18.306,-11.589],[3.385,9.448],[4.785,8.462],[-6.067,11.513],[-5.584,3.95],[-2.334,2.343],[5.989,17.309]],"o":[[14.79,-4.64],[10.692,9.105],[1.606,16.947],[-9.082,10.418],[-8.148,18.915],[-10.151,6.428],[-3.294,-9.192],[-5.539,-9.797],[3.272,-6.216],[2.694,-1.909],[-10.228,-15.295],[-3.101,-8.964]],"v":[[-51.073,-52.31],[50.324,-80.288],[68.656,-31.692],[35.823,14.522],[14.665,50.01],[-20.247,105.357],[-44.633,94.17],[-58.245,68.032],[-64.196,38.41],[-49.285,24.083],[-41.573,17.957],[-63.453,-32.573]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":25,"s":[{"i":[[-7.829,2.451],[-36.978,-31.497],[-1.374,-14.519],[15.818,-5.979],[5.831,-13.548],[18.306,-11.589],[3.385,9.448],[4.785,8.462],[-6.067,11.513],[-5.584,3.95],[-2.334,2.343],[5.989,17.309]],"o":[[14.79,-4.64],[10.692,9.105],[1.606,16.947],[-9.082,10.418],[-8.148,18.915],[-10.151,6.428],[-3.294,-9.192],[-5.539,-9.797],[3.272,-6.216],[2.694,-1.909],[-10.228,-15.295],[-3.101,-8.964]],"v":[[-51.073,-52.31],[50.324,-80.288],[68.656,-31.692],[35.823,14.522],[14.665,50.01],[-20.247,105.357],[-44.633,94.17],[-58.245,68.032],[-64.196,38.41],[-49.285,24.083],[-41.573,17.957],[-63.453,-32.573]],"c":true}],"e":[{"i":[[-7.829,2.451],[-36.978,-31.497],[-1.374,-14.519],[15.818,-5.979],[5.831,-13.548],[18.306,-11.589],[3.385,9.448],[4.785,8.462],[-6.067,11.513],[-5.584,3.95],[-2.334,2.343],[5.989,17.309]],"o":[[14.79,-4.64],[10.692,9.105],[1.606,16.947],[-9.082,10.418],[-8.148,18.915],[-10.151,6.428],[-3.294,-9.192],[-5.539,-9.797],[3.272,-6.216],[2.694,-1.909],[-10.228,-15.295],[-3.101,-8.964]],"v":[[-57.573,-71.81],[50.324,-80.288],[68.656,-31.692],[35.823,14.522],[14.665,50.01],[-20.247,105.357],[-44.633,94.17],[-58.245,68.032],[-64.196,38.41],[-49.285,24.083],[-41.573,17.957],[-63.453,-32.573]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":31,"s":[{"i":[[-7.829,2.451],[-36.978,-31.497],[-1.374,-14.519],[15.818,-5.979],[5.831,-13.548],[18.306,-11.589],[3.385,9.448],[4.785,8.462],[-6.067,11.513],[-5.584,3.95],[-2.334,2.343],[5.989,17.309]],"o":[[14.79,-4.64],[10.692,9.105],[1.606,16.947],[-9.082,10.418],[-8.148,18.915],[-10.151,6.428],[-3.294,-9.192],[-5.539,-9.797],[3.272,-6.216],[2.694,-1.909],[-10.228,-15.295],[-3.101,-8.964]],"v":[[-57.573,-71.81],[50.324,-80.288],[68.656,-31.692],[35.823,14.522],[14.665,50.01],[-20.247,105.357],[-44.633,94.17],[-58.245,68.032],[-64.196,38.41],[-49.285,24.083],[-41.573,17.957],[-63.453,-32.573]],"c":true}],"e":[{"i":[[-7.829,2.451],[-36.978,-31.497],[-1.374,-14.519],[15.818,-5.979],[5.831,-13.548],[18.306,-11.589],[3.385,9.448],[4.785,8.462],[-6.067,11.513],[-5.584,3.95],[-2.334,2.343],[5.989,17.309]],"o":[[14.79,-4.64],[10.692,9.105],[1.606,16.947],[-9.082,10.418],[-8.148,18.915],[-10.151,6.428],[-3.294,-9.192],[-5.539,-9.797],[3.272,-6.216],[2.694,-1.909],[-10.228,-15.295],[-3.101,-8.964]],"v":[[-57.573,-71.81],[50.324,-80.288],[68.656,-31.692],[35.823,14.522],[14.665,50.01],[-20.247,105.357],[-44.633,94.17],[-58.245,68.032],[-64.196,38.41],[-49.285,24.083],[-41.573,17.957],[-63.453,-32.573]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":35,"s":[{"i":[[-7.829,2.451],[-36.978,-31.497],[-1.374,-14.519],[15.818,-5.979],[5.831,-13.548],[18.306,-11.589],[3.385,9.448],[4.785,8.462],[-6.067,11.513],[-5.584,3.95],[-2.334,2.343],[5.989,17.309]],"o":[[14.79,-4.64],[10.692,9.105],[1.606,16.947],[-9.082,10.418],[-8.148,18.915],[-10.151,6.428],[-3.294,-9.192],[-5.539,-9.797],[3.272,-6.216],[2.694,-1.909],[-10.228,-15.295],[-3.101,-8.964]],"v":[[-57.573,-71.81],[50.324,-80.288],[68.656,-31.692],[35.823,14.522],[14.665,50.01],[-20.247,105.357],[-44.633,94.17],[-58.245,68.032],[-64.196,38.41],[-49.285,24.083],[-41.573,17.957],[-63.453,-32.573]],"c":true}],"e":[{"i":[[-7.829,2.451],[-36.978,-31.497],[-1.374,-14.519],[15.818,-5.979],[5.831,-13.548],[18.306,-11.589],[3.385,9.448],[4.785,8.462],[-6.067,11.513],[-5.584,3.95],[-2.334,2.343],[5.989,17.309]],"o":[[14.79,-4.64],[10.692,9.105],[1.606,16.947],[-9.082,10.418],[-8.148,18.915],[-10.151,6.428],[-3.294,-9.192],[-5.539,-9.797],[3.272,-6.216],[2.694,-1.909],[-10.228,-15.295],[-3.101,-8.964]],"v":[[-51.073,-52.31],[50.324,-80.288],[68.656,-31.692],[35.823,14.522],[14.665,50.01],[-20.247,105.357],[-44.633,94.17],[-58.245,68.032],[-64.196,38.41],[-49.285,24.083],[-41.573,17.957],[-63.453,-32.573]],"c":true}]},{"t":41}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.945,0.259,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[1263.366,773.938],"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":"Group 61","np":2,"cix":2,"ix":49,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":9,"s":[{"i":[[11.202,2.352],[6.635,-4.915],[-5.811,-8.515],[-2.188,-0.582],[-4.61,-0.195],[-3.332,3.348],[-1.907,5.041]],"o":[[-8.499,-1.788],[-6.696,4.956],[1.488,2.179],[3.611,3.313],[4.772,0.203],[4.973,-1.279],[3.725,-9.864]],"v":[[10.156,-25.91],[-12.272,-10.34],[-20.661,12.167],[-15.022,16.199],[-1.817,19.87],[11.059,14.386],[22.747,5.216]],"c":true}],"e":[{"i":[[11.201,2.356],[6.637,-4.912],[-5.813,-8.513],[-2.188,-0.582],[-4.61,-0.196],[-3.332,3.348],[-1.904,5.042]],"o":[[-8.499,-1.788],[-6.696,4.956],[1.488,2.179],[3.611,3.313],[4.772,0.203],[4.973,-1.279],[3.725,-9.864]],"v":[[5.781,-66.785],[-12.772,-41.34],[-31.161,-2.833],[-15.022,11.199],[-1.817,14.87],[11.059,9.386],[56.247,-18.284]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":15,"s":[{"i":[[11.201,2.356],[6.637,-4.912],[-5.813,-8.513],[-2.188,-0.582],[-4.61,-0.196],[-3.332,3.348],[-1.904,5.042]],"o":[[-8.499,-1.788],[-6.696,4.956],[1.488,2.179],[3.611,3.313],[4.772,0.203],[4.973,-1.279],[3.725,-9.864]],"v":[[5.781,-66.785],[-12.772,-41.34],[-31.161,-2.833],[-15.022,11.199],[-1.817,14.87],[11.059,9.386],[56.247,-18.284]],"c":true}],"e":[{"i":[[11.201,2.356],[6.637,-4.912],[-5.813,-8.513],[-2.188,-0.582],[-4.61,-0.196],[-3.332,3.348],[-1.904,5.042]],"o":[[-8.499,-1.788],[-6.696,4.956],[1.488,2.179],[3.611,3.313],[4.772,0.203],[4.973,-1.279],[3.725,-9.864]],"v":[[5.781,-81.785],[-12.772,-56.34],[-42.661,-26.333],[-15.522,-12.301],[-1.817,-10.13],[10.559,-11.614],[56.247,-33.284]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":19,"s":[{"i":[[11.201,2.356],[6.637,-4.912],[-5.813,-8.513],[-2.188,-0.582],[-4.61,-0.196],[-3.332,3.348],[-1.904,5.042]],"o":[[-8.499,-1.788],[-6.696,4.956],[1.488,2.179],[3.611,3.313],[4.772,0.203],[4.973,-1.279],[3.725,-9.864]],"v":[[5.781,-81.785],[-12.772,-56.34],[-42.661,-26.333],[-15.522,-12.301],[-1.817,-10.13],[10.559,-11.614],[56.247,-33.284]],"c":true}],"e":[{"i":[[11.202,2.352],[6.635,-4.915],[-5.811,-8.515],[-2.188,-0.582],[-4.61,-0.195],[-3.332,3.348],[-1.907,5.041]],"o":[[-8.499,-1.788],[-6.696,4.956],[1.488,2.179],[3.611,3.313],[4.772,0.203],[4.973,-1.279],[3.725,-9.864]],"v":[[10.156,-25.91],[-12.272,-10.34],[-20.661,12.167],[-15.022,16.199],[-1.817,19.87],[11.059,14.386],[22.747,5.216]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":25,"s":[{"i":[[11.202,2.352],[6.635,-4.915],[-5.811,-8.515],[-2.188,-0.582],[-4.61,-0.195],[-3.332,3.348],[-1.907,5.041]],"o":[[-8.499,-1.788],[-6.696,4.956],[1.488,2.179],[3.611,3.313],[4.772,0.203],[4.973,-1.279],[3.725,-9.864]],"v":[[10.156,-25.91],[-12.272,-10.34],[-20.661,12.167],[-15.022,16.199],[-1.817,19.87],[11.059,14.386],[22.747,5.216]],"c":true}],"e":[{"i":[[11.201,2.356],[6.637,-4.912],[-5.813,-8.513],[-2.188,-0.582],[-4.61,-0.196],[-3.332,3.348],[-1.904,5.042]],"o":[[-8.499,-1.788],[-6.696,4.956],[1.488,2.179],[3.611,3.313],[4.772,0.203],[4.973,-1.279],[3.725,-9.864]],"v":[[5.781,-66.785],[-12.772,-41.34],[-31.161,-2.833],[-15.022,11.199],[-1.817,14.87],[11.059,9.386],[56.247,-18.284]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":31,"s":[{"i":[[11.201,2.356],[6.637,-4.912],[-5.813,-8.513],[-2.188,-0.582],[-4.61,-0.196],[-3.332,3.348],[-1.904,5.042]],"o":[[-8.499,-1.788],[-6.696,4.956],[1.488,2.179],[3.611,3.313],[4.772,0.203],[4.973,-1.279],[3.725,-9.864]],"v":[[5.781,-66.785],[-12.772,-41.34],[-31.161,-2.833],[-15.022,11.199],[-1.817,14.87],[11.059,9.386],[56.247,-18.284]],"c":true}],"e":[{"i":[[11.201,2.356],[6.637,-4.912],[-5.813,-8.513],[-2.188,-0.582],[-4.61,-0.196],[-3.332,3.348],[-1.904,5.042]],"o":[[-8.499,-1.788],[-6.696,4.956],[1.488,2.179],[3.611,3.313],[4.772,0.203],[4.973,-1.279],[3.725,-9.864]],"v":[[5.781,-81.785],[-12.772,-56.34],[-42.661,-26.333],[-15.522,-12.301],[-1.817,-10.13],[10.559,-11.614],[56.247,-33.284]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":35,"s":[{"i":[[11.201,2.356],[6.637,-4.912],[-5.813,-8.513],[-2.188,-0.582],[-4.61,-0.196],[-3.332,3.348],[-1.904,5.042]],"o":[[-8.499,-1.788],[-6.696,4.956],[1.488,2.179],[3.611,3.313],[4.772,0.203],[4.973,-1.279],[3.725,-9.864]],"v":[[5.781,-81.785],[-12.772,-56.34],[-42.661,-26.333],[-15.522,-12.301],[-1.817,-10.13],[10.559,-11.614],[56.247,-33.284]],"c":true}],"e":[{"i":[[11.202,2.352],[6.635,-4.915],[-5.811,-8.515],[-2.188,-0.582],[-4.61,-0.195],[-3.332,3.348],[-1.907,5.041]],"o":[[-8.499,-1.788],[-6.696,4.956],[1.488,2.179],[3.611,3.313],[4.772,0.203],[4.973,-1.279],[3.725,-9.864]],"v":[[10.156,-25.91],[-12.272,-10.34],[-20.661,12.167],[-15.022,16.199],[-1.817,19.87],[11.059,14.386],[22.747,5.216]],"c":true}]},{"t":41}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.078,0.8590001,0.729,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[756.086,907.131],"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":"PANTY FILL","np":2,"cix":2,"ix":50,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":7,"s":[{"i":[[3.305,0],[1.746,1.06],[60.768,-4.199],[0.41,5.986],[-5.989,0.41],[-20.19,-10.816],[-71.172,-2.337],[0.199,-5.999],[5.836,0],[0.123,0.004],[1.549,-2.03]],"o":[[-1.92,0],[-0.635,-0.382],[-6.019,0.416],[-0.41,-5.988],[55.051,-3.765],[15.094,-15.657],[5.999,0.197],[-0.195,5.878],[-0.121,0],[-77.66,-2.505],[-2.13,2.791]],"v":[[3.274,36.715],[-2.33,35.148],[-127.868,0.624],[-139.454,-9.476],[-129.354,-21.062],[0.964,12.074],[129.159,-36.354],[139.663,-25.133],[128.807,-14.624],[128.441,-14.63],[11.966,32.419]],"c":true}],"e":[{"i":[[3.305,0],[1.746,1.06],[60.768,-4.199],[0.41,5.986],[-5.989,0.41],[-20.19,-10.816],[-71.172,-2.337],[0.199,-5.999],[5.836,0],[0.123,0.004],[1.549,-2.03]],"o":[[-1.92,0],[-0.635,-0.382],[-6.019,0.416],[-0.41,-5.988],[55.051,-3.765],[15.094,-15.657],[5.999,0.197],[-0.195,5.878],[-0.121,0],[-77.66,-2.505],[-2.13,2.791]],"v":[[3.274,-2.785],[-2.33,-4.352],[-127.868,-38.876],[-139.454,-48.976],[-129.354,-60.562],[0.964,-27.426],[129.159,-74.354],[139.663,-64.633],[128.807,-54.124],[128.441,-54.13],[11.966,-7.081]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":13,"s":[{"i":[[3.305,0],[1.746,1.06],[60.768,-4.199],[0.41,5.986],[-5.989,0.41],[-20.19,-10.816],[-71.172,-2.337],[0.199,-5.999],[5.836,0],[0.123,0.004],[1.549,-2.03]],"o":[[-1.92,0],[-0.635,-0.382],[-6.019,0.416],[-0.41,-5.988],[55.051,-3.765],[15.094,-15.657],[5.999,0.197],[-0.195,5.878],[-0.121,0],[-77.66,-2.505],[-2.13,2.791]],"v":[[3.274,-2.785],[-2.33,-4.352],[-127.868,-38.876],[-139.454,-48.976],[-129.354,-60.562],[0.964,-27.426],[129.159,-74.354],[139.663,-64.633],[128.807,-54.124],[128.441,-54.13],[11.966,-7.081]],"c":true}],"e":[{"i":[[3.305,0],[1.746,1.06],[60.768,-4.199],[0.41,5.986],[-5.989,0.41],[-20.19,-10.816],[-71.172,-2.337],[0.199,-5.999],[5.836,0],[0.123,0.004],[1.549,-2.03]],"o":[[-1.92,0],[-0.635,-0.382],[-6.019,0.416],[-0.41,-5.988],[55.051,-3.765],[15.094,-15.657],[5.999,0.197],[-0.195,5.878],[-0.121,0],[-77.66,-2.505],[-2.13,2.791]],"v":[[3.274,-0.285],[-2.33,-1.852],[-127.868,-36.376],[-139.454,-46.476],[-129.354,-58.062],[0.964,-24.926],[129.159,-71.854],[139.663,-62.133],[128.807,-51.624],[128.441,-51.63],[11.966,-4.581]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":17,"s":[{"i":[[3.305,0],[1.746,1.06],[60.768,-4.199],[0.41,5.986],[-5.989,0.41],[-20.19,-10.816],[-71.172,-2.337],[0.199,-5.999],[5.836,0],[0.123,0.004],[1.549,-2.03]],"o":[[-1.92,0],[-0.635,-0.382],[-6.019,0.416],[-0.41,-5.988],[55.051,-3.765],[15.094,-15.657],[5.999,0.197],[-0.195,5.878],[-0.121,0],[-77.66,-2.505],[-2.13,2.791]],"v":[[3.274,-0.285],[-2.33,-1.852],[-127.868,-36.376],[-139.454,-46.476],[-129.354,-58.062],[0.964,-24.926],[129.159,-71.854],[139.663,-62.133],[128.807,-51.624],[128.441,-51.63],[11.966,-4.581]],"c":true}],"e":[{"i":[[3.305,0],[1.746,1.06],[60.768,-4.199],[0.41,5.986],[-5.989,0.41],[-20.19,-10.816],[-71.172,-2.337],[0.199,-5.999],[5.836,0],[0.123,0.004],[1.549,-2.03]],"o":[[-1.92,0],[-0.635,-0.382],[-6.019,0.416],[-0.41,-5.988],[55.051,-3.765],[15.094,-15.657],[5.999,0.197],[-0.195,5.878],[-0.121,0],[-77.66,-2.505],[-2.13,2.791]],"v":[[3.274,36.715],[-2.33,35.148],[-127.868,0.624],[-139.454,-9.476],[-129.354,-21.062],[0.964,12.074],[129.159,-36.354],[139.663,-25.133],[128.807,-14.624],[128.441,-14.63],[11.966,32.419]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":23,"s":[{"i":[[3.305,0],[1.746,1.06],[60.768,-4.199],[0.41,5.986],[-5.989,0.41],[-20.19,-10.816],[-71.172,-2.337],[0.199,-5.999],[5.836,0],[0.123,0.004],[1.549,-2.03]],"o":[[-1.92,0],[-0.635,-0.382],[-6.019,0.416],[-0.41,-5.988],[55.051,-3.765],[15.094,-15.657],[5.999,0.197],[-0.195,5.878],[-0.121,0],[-77.66,-2.505],[-2.13,2.791]],"v":[[3.274,36.715],[-2.33,35.148],[-127.868,0.624],[-139.454,-9.476],[-129.354,-21.062],[0.964,12.074],[129.159,-36.354],[139.663,-25.133],[128.807,-14.624],[128.441,-14.63],[11.966,32.419]],"c":true}],"e":[{"i":[[3.305,0],[1.746,1.06],[60.768,-4.199],[0.41,5.986],[-5.989,0.41],[-20.19,-10.816],[-71.172,-2.337],[0.199,-5.999],[5.836,0],[0.123,0.004],[1.549,-2.03]],"o":[[-1.92,0],[-0.635,-0.382],[-6.019,0.416],[-0.41,-5.988],[55.051,-3.765],[15.094,-15.657],[5.999,0.197],[-0.195,5.878],[-0.121,0],[-77.66,-2.505],[-2.13,2.791]],"v":[[3.274,-2.785],[-2.33,-4.352],[-127.868,-38.876],[-139.454,-48.976],[-129.354,-60.562],[0.964,-27.426],[129.159,-74.354],[139.663,-64.633],[128.807,-54.124],[128.441,-54.13],[11.966,-7.081]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":29,"s":[{"i":[[3.305,0],[1.746,1.06],[60.768,-4.199],[0.41,5.986],[-5.989,0.41],[-20.19,-10.816],[-71.172,-2.337],[0.199,-5.999],[5.836,0],[0.123,0.004],[1.549,-2.03]],"o":[[-1.92,0],[-0.635,-0.382],[-6.019,0.416],[-0.41,-5.988],[55.051,-3.765],[15.094,-15.657],[5.999,0.197],[-0.195,5.878],[-0.121,0],[-77.66,-2.505],[-2.13,2.791]],"v":[[3.274,-2.785],[-2.33,-4.352],[-127.868,-38.876],[-139.454,-48.976],[-129.354,-60.562],[0.964,-27.426],[129.159,-74.354],[139.663,-64.633],[128.807,-54.124],[128.441,-54.13],[11.966,-7.081]],"c":true}],"e":[{"i":[[3.305,0],[1.746,1.06],[60.768,-4.199],[0.41,5.986],[-5.989,0.41],[-20.19,-10.816],[-71.172,-2.337],[0.199,-5.999],[5.836,0],[0.123,0.004],[1.549,-2.03]],"o":[[-1.92,0],[-0.635,-0.382],[-6.019,0.416],[-0.41,-5.988],[55.051,-3.765],[15.094,-15.657],[5.999,0.197],[-0.195,5.878],[-0.121,0],[-77.66,-2.505],[-2.13,2.791]],"v":[[3.274,-0.285],[-2.33,-1.852],[-127.868,-36.376],[-139.454,-46.476],[-129.354,-58.062],[0.964,-24.926],[129.159,-71.854],[139.663,-62.133],[128.807,-51.624],[128.441,-51.63],[11.966,-4.581]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":33,"s":[{"i":[[3.305,0],[1.746,1.06],[60.768,-4.199],[0.41,5.986],[-5.989,0.41],[-20.19,-10.816],[-71.172,-2.337],[0.199,-5.999],[5.836,0],[0.123,0.004],[1.549,-2.03]],"o":[[-1.92,0],[-0.635,-0.382],[-6.019,0.416],[-0.41,-5.988],[55.051,-3.765],[15.094,-15.657],[5.999,0.197],[-0.195,5.878],[-0.121,0],[-77.66,-2.505],[-2.13,2.791]],"v":[[3.274,-0.285],[-2.33,-1.852],[-127.868,-36.376],[-139.454,-46.476],[-129.354,-58.062],[0.964,-24.926],[129.159,-71.854],[139.663,-62.133],[128.807,-51.624],[128.441,-51.63],[11.966,-4.581]],"c":true}],"e":[{"i":[[3.305,0],[1.746,1.06],[60.768,-4.199],[0.41,5.986],[-5.989,0.41],[-20.19,-10.816],[-71.172,-2.337],[0.199,-5.999],[5.836,0],[0.123,0.004],[1.549,-2.03]],"o":[[-1.92,0],[-0.635,-0.382],[-6.019,0.416],[-0.41,-5.988],[55.051,-3.765],[15.094,-15.657],[5.999,0.197],[-0.195,5.878],[-0.121,0],[-77.66,-2.505],[-2.13,2.791]],"v":[[3.274,36.715],[-2.33,35.148],[-127.868,0.624],[-139.454,-9.476],[-129.354,-21.062],[0.964,12.074],[129.159,-36.354],[139.663,-25.133],[128.807,-14.624],[128.441,-14.63],[11.966,32.419]],"c":true}]},{"t":39}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":1,"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":7,"s":[{"i":[[2.959,0],[2.081,1.889],[2.121,24.073],[-5.978,0.527],[-0.528,-5.978],[-4.704,-4.269],[4.035,-4.445]],"o":[[-2.604,0],[-8.304,-7.534],[-0.526,-5.98],[5.971,-0.547],[1.562,17.714],[4.444,4.034],[-2.144,2.362]],"v":[[151.038,17.935],[143.739,15.114],[122.865,-33.835],[132.737,-45.616],[144.517,-35.745],[158.347,-0.981],[159.09,14.371]],"c":true}],"e":[{"i":[[2.959,0],[2.081,1.888],[2.117,24.073],[-5.976,0.547],[-0.527,-5.978],[-4.703,-4.27],[4.035,-4.445]],"o":[[-2.604,0],[-8.304,-7.534],[-0.526,-5.98],[5.971,-0.547],[1.562,17.714],[4.444,4.034],[-2.144,2.362]],"v":[[163.413,5.435],[156.114,2.614],[120.365,-75.335],[130.237,-87.116],[142.017,-77.245],[170.722,-13.481],[171.465,1.871]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":13,"s":[{"i":[[2.959,0],[2.081,1.888],[2.117,24.073],[-5.976,0.547],[-0.527,-5.978],[-4.703,-4.27],[4.035,-4.445]],"o":[[-2.604,0],[-8.304,-7.534],[-0.526,-5.98],[5.971,-0.547],[1.562,17.714],[4.444,4.034],[-2.144,2.362]],"v":[[163.413,5.435],[156.114,2.614],[120.365,-75.335],[130.237,-87.116],[142.017,-77.245],[170.722,-13.481],[171.465,1.871]],"c":true}],"e":[{"i":[[2.959,0],[2.081,1.888],[2.117,24.073],[-5.976,0.547],[-0.527,-5.978],[-4.703,-4.27],[4.035,-4.445]],"o":[[-2.604,0],[-8.304,-7.534],[-0.526,-5.98],[5.971,-0.547],[1.562,17.714],[4.444,4.034],[-2.144,2.362]],"v":[[156.913,-6.565],[149.614,-9.386],[120.365,-70.335],[130.237,-82.116],[142.017,-72.245],[164.222,-25.481],[164.965,-10.129]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":17,"s":[{"i":[[2.959,0],[2.081,1.888],[2.117,24.073],[-5.976,0.547],[-0.527,-5.978],[-4.703,-4.27],[4.035,-4.445]],"o":[[-2.604,0],[-8.304,-7.534],[-0.526,-5.98],[5.971,-0.547],[1.562,17.714],[4.444,4.034],[-2.144,2.362]],"v":[[156.913,-6.565],[149.614,-9.386],[120.365,-70.335],[130.237,-82.116],[142.017,-72.245],[164.222,-25.481],[164.965,-10.129]],"c":true}],"e":[{"i":[[2.959,0],[2.081,1.889],[2.121,24.073],[-5.978,0.527],[-0.528,-5.978],[-4.704,-4.269],[4.035,-4.445]],"o":[[-2.604,0],[-8.304,-7.534],[-0.526,-5.98],[5.971,-0.547],[1.562,17.714],[4.444,4.034],[-2.144,2.362]],"v":[[160.538,38.435],[153.239,35.614],[122.865,-33.835],[132.737,-45.616],[144.517,-35.745],[167.847,19.519],[168.59,34.871]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":23,"s":[{"i":[[2.959,0],[2.081,1.889],[2.121,24.073],[-5.978,0.527],[-0.528,-5.978],[-4.704,-4.269],[4.035,-4.445]],"o":[[-2.604,0],[-8.304,-7.534],[-0.526,-5.98],[5.971,-0.547],[1.562,17.714],[4.444,4.034],[-2.144,2.362]],"v":[[160.538,38.435],[153.239,35.614],[122.865,-33.835],[132.737,-45.616],[144.517,-35.745],[167.847,19.519],[168.59,34.871]],"c":true}],"e":[{"i":[[2.959,0],[2.081,1.888],[2.117,24.073],[-5.976,0.547],[-0.527,-5.978],[-4.703,-4.27],[4.035,-4.445]],"o":[[-2.604,0],[-8.304,-7.534],[-0.526,-5.98],[5.971,-0.547],[1.562,17.714],[4.444,4.034],[-2.144,2.362]],"v":[[158.913,-4.565],[151.614,-7.386],[120.365,-75.335],[130.237,-87.116],[142.017,-77.245],[166.222,-23.481],[166.965,-8.129]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":29,"s":[{"i":[[2.959,0],[2.081,1.888],[2.117,24.073],[-5.976,0.547],[-0.527,-5.978],[-4.703,-4.27],[4.035,-4.445]],"o":[[-2.604,0],[-8.304,-7.534],[-0.526,-5.98],[5.971,-0.547],[1.562,17.714],[4.444,4.034],[-2.144,2.362]],"v":[[158.913,-4.565],[151.614,-7.386],[120.365,-75.335],[130.237,-87.116],[142.017,-77.245],[166.222,-23.481],[166.965,-8.129]],"c":true}],"e":[{"i":[[2.959,0],[2.081,1.888],[2.117,24.073],[-5.976,0.547],[-0.527,-5.978],[-4.703,-4.27],[4.035,-4.445]],"o":[[-2.604,0],[-8.304,-7.534],[-0.526,-5.98],[5.971,-0.547],[1.562,17.714],[4.444,4.034],[-2.144,2.362]],"v":[[148.913,-23.565],[141.614,-26.386],[120.365,-70.335],[130.237,-82.116],[142.017,-72.245],[156.222,-42.481],[156.965,-27.129]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":33,"s":[{"i":[[2.959,0],[2.081,1.888],[2.117,24.073],[-5.976,0.547],[-0.527,-5.978],[-4.703,-4.27],[4.035,-4.445]],"o":[[-2.604,0],[-8.304,-7.534],[-0.526,-5.98],[5.971,-0.547],[1.562,17.714],[4.444,4.034],[-2.144,2.362]],"v":[[148.913,-23.565],[141.614,-26.386],[120.365,-70.335],[130.237,-82.116],[142.017,-72.245],[156.222,-42.481],[156.965,-27.129]],"c":true}],"e":[{"i":[[2.959,0],[2.081,1.889],[2.121,24.073],[-5.978,0.527],[-0.528,-5.978],[-4.704,-4.269],[4.035,-4.445]],"o":[[-2.604,0],[-8.304,-7.534],[-0.526,-5.98],[5.971,-0.547],[1.562,17.714],[4.444,4.034],[-2.144,2.362]],"v":[[151.038,17.935],[143.739,15.114],[122.865,-33.835],[132.737,-45.616],[144.517,-35.745],[158.347,-0.981],[159.09,14.371]],"c":true}]},{"t":39}]},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ix":3,"ks":{"a":1,"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":7,"s":[{"i":[[2.607,0],[2.146,2.358],[-4.441,4.037],[-1.196,11.809],[-6.014,-0.618],[0.606,-5.974],[26.341,-23.945]],"o":[[-2.956,0],[-4.037,-4.444],[20.177,-18.339],[0.604,-5.971],[5.973,0.605],[-1.403,13.857],[-2.083,1.891]],"v":[[-162.358,44.025],[-170.404,40.468],[-169.672,25.114],[-139.662,-32.713],[-127.754,-42.431],[-118.036,-30.522],[-155.05,41.2]],"c":true}],"e":[{"i":[[2.598,0.211],[1.945,2.526],[-4.754,3.663],[-2.148,11.673],[-5.946,-1.095],[1.087,-5.905],[28.211,-21.711]],"o":[[-2.946,-0.24],[-3.663,-4.757],[21.598,-16.642],[1.086,-5.902],[5.904,1.087],[-2.522,13.698],[-2.229,1.716]],"v":[[-175.209,24.967],[-182.94,20.769],[-180.965,5.525],[-137.615,-67.763],[-124.958,-76.483],[-116.238,-63.825],[-167.696,22.744]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":13,"s":[{"i":[[2.598,0.211],[1.945,2.526],[-4.754,3.663],[-2.148,11.673],[-5.946,-1.095],[1.087,-5.905],[28.211,-21.711]],"o":[[-2.946,-0.24],[-3.663,-4.757],[21.598,-16.642],[1.086,-5.902],[5.904,1.087],[-2.522,13.698],[-2.229,1.716]],"v":[[-175.209,24.967],[-182.94,20.769],[-180.965,5.525],[-137.615,-67.763],[-124.958,-76.483],[-116.238,-63.825],[-167.696,22.744]],"c":true}],"e":[{"i":[[2.598,0.211],[1.945,2.526],[-4.754,3.663],[-2.148,11.673],[-5.946,-1.095],[1.087,-5.905],[28.211,-21.711]],"o":[[-2.946,-0.24],[-3.663,-4.757],[21.598,-16.642],[1.086,-5.902],[5.904,1.087],[-2.522,13.698],[-2.229,1.716]],"v":[[-166.209,11.967],[-173.94,7.769],[-171.965,-7.475],[-137.615,-62.763],[-124.958,-71.483],[-116.238,-58.825],[-158.696,9.744]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":17,"s":[{"i":[[2.598,0.211],[1.945,2.526],[-4.754,3.663],[-2.148,11.673],[-5.946,-1.095],[1.087,-5.905],[28.211,-21.711]],"o":[[-2.946,-0.24],[-3.663,-4.757],[21.598,-16.642],[1.086,-5.902],[5.904,1.087],[-2.522,13.698],[-2.229,1.716]],"v":[[-166.209,11.967],[-173.94,7.769],[-171.965,-7.475],[-137.615,-62.763],[-124.958,-71.483],[-116.238,-58.825],[-158.696,9.744]],"c":true}],"e":[{"i":[[2.607,0],[2.146,2.358],[-4.441,4.037],[-1.196,11.809],[-6.014,-0.618],[0.606,-5.974],[26.341,-23.945]],"o":[[-2.956,0],[-4.037,-4.444],[20.177,-18.339],[0.604,-5.971],[5.973,0.605],[-1.403,13.857],[-2.083,1.891]],"v":[[-170.358,60.025],[-178.404,56.468],[-177.672,41.114],[-139.662,-32.713],[-127.754,-42.431],[-118.036,-30.522],[-163.05,57.2]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":23,"s":[{"i":[[2.607,0],[2.146,2.358],[-4.441,4.037],[-1.196,11.809],[-6.014,-0.618],[0.606,-5.974],[26.341,-23.945]],"o":[[-2.956,0],[-4.037,-4.444],[20.177,-18.339],[0.604,-5.971],[5.973,0.605],[-1.403,13.857],[-2.083,1.891]],"v":[[-170.358,60.025],[-178.404,56.468],[-177.672,41.114],[-139.662,-32.713],[-127.754,-42.431],[-118.036,-30.522],[-163.05,57.2]],"c":true}],"e":[{"i":[[2.598,0.211],[1.945,2.526],[-4.754,3.663],[-2.148,11.673],[-5.946,-1.095],[1.087,-5.905],[28.211,-21.711]],"o":[[-2.946,-0.24],[-3.663,-4.757],[21.598,-16.642],[1.086,-5.902],[5.904,1.087],[-2.522,13.698],[-2.229,1.716]],"v":[[-182.209,36.967],[-189.94,32.769],[-187.965,17.525],[-137.615,-67.763],[-124.958,-76.483],[-116.238,-63.825],[-174.696,34.744]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":29,"s":[{"i":[[2.598,0.211],[1.945,2.526],[-4.754,3.663],[-2.148,11.673],[-5.946,-1.095],[1.087,-5.905],[28.211,-21.711]],"o":[[-2.946,-0.24],[-3.663,-4.757],[21.598,-16.642],[1.086,-5.902],[5.904,1.087],[-2.522,13.698],[-2.229,1.716]],"v":[[-182.209,36.967],[-189.94,32.769],[-187.965,17.525],[-137.615,-67.763],[-124.958,-76.483],[-116.238,-63.825],[-174.696,34.744]],"c":true}],"e":[{"i":[[2.598,0.211],[1.945,2.526],[-4.754,3.663],[-2.148,11.673],[-5.946,-1.095],[1.087,-5.905],[28.211,-21.711]],"o":[[-2.946,-0.24],[-3.663,-4.757],[21.598,-16.642],[1.086,-5.902],[5.904,1.087],[-2.522,13.698],[-2.229,1.716]],"v":[[-166.209,11.967],[-173.94,7.769],[-171.965,-7.475],[-137.615,-62.763],[-124.958,-71.483],[-116.238,-58.825],[-158.696,9.744]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":33,"s":[{"i":[[2.598,0.211],[1.945,2.526],[-4.754,3.663],[-2.148,11.673],[-5.946,-1.095],[1.087,-5.905],[28.211,-21.711]],"o":[[-2.946,-0.24],[-3.663,-4.757],[21.598,-16.642],[1.086,-5.902],[5.904,1.087],[-2.522,13.698],[-2.229,1.716]],"v":[[-166.209,11.967],[-173.94,7.769],[-171.965,-7.475],[-137.615,-62.763],[-124.958,-71.483],[-116.238,-58.825],[-158.696,9.744]],"c":true}],"e":[{"i":[[2.607,0],[2.146,2.358],[-4.441,4.037],[-1.196,11.809],[-6.014,-0.618],[0.606,-5.974],[26.341,-23.945]],"o":[[-2.956,0],[-4.037,-4.444],[20.177,-18.339],[0.604,-5.971],[5.973,0.605],[-1.403,13.857],[-2.083,1.891]],"v":[[-162.358,44.025],[-170.404,40.468],[-169.672,25.114],[-139.662,-32.713],[-127.754,-42.431],[-118.036,-30.522],[-155.05,41.2]],"c":true}]},{"t":39}]},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.2,0.075,0.133,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[732.549,572.437],"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":"BACK EDGE","np":4,"cix":2,"ix":51,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":7,"s":[{"i":[[8.225,15.367],[7.927,0.446],[3.805,-0.84],[7.256,-1.7],[15.882,-10.621],[11.276,-7.786],[28.415,3.966],[12.608,-2.402],[1.196,-8.571],[1.605,-4.415],[-23.795,-9.008],[-22.043,-16.062],[-2.659,6.521],[-16.551,7.56],[-8.5,3.628],[-2.074,1.069],[-0.596,0.287],[-3.297,1.771]],"o":[[-4.312,-8.052],[-3.984,-0.221],[-6.71,1.491],[-18.713,4.375],[-11.132,7.443],[-23.549,-17.154],[-12.09,-1.685],[-8.419,1.608],[-0.654,4.704],[25.66,0.352],[25.542,9.669],[7.353,-1.182],[15.376,-9.646],[8.408,-3.838],[2.173,-0.847],[0.265,-0.124],[3.382,-1.604],[15.205,-8.164]],"v":[[124.982,-43.649],[102.174,-53.471],[89.714,-51.48],[81.62,-49.756],[30.126,-25.91],[-2.255,-0.182],[-87.385,-24.857],[-123.789,-32.015],[-138.258,-16.807],[-147.255,5.189],[-68.451,18.59],[5.009,53.691],[21.763,40.838],[69.185,14.915],[94.607,3.839],[100.964,0.929],[102.248,0.321],[132.049,-13.94]],"c":true}],"e":[{"i":[[8.229,17.118],[7.927,0.49],[3.804,-0.942],[7.257,-1.89],[15.883,-11.831],[11.276,-8.674],[28.416,4.412],[12.607,-2.682],[1.192,-9.549],[1.605,-4.919],[-23.795,-10.035],[-22.043,-17.894],[-2.659,7.265],[-16.553,8.418],[-8.5,4.042],[-2.074,1.191],[-0.598,0.316],[-3.297,1.972]],"o":[[-4.312,-8.97],[-3.984,-0.246],[-6.71,1.661],[-18.713,4.874],[-11.132,8.292],[-23.549,-19.11],[-12.09,-1.877],[-8.419,1.791],[-0.654,5.24],[24.304,-6.271],[25.542,10.772],[7.353,-1.317],[15.376,-10.746],[8.408,-4.276],[2.173,-0.944],[0.265,-0.138],[3.382,-1.787],[15.205,-9.095]],"v":[[124.982,-85.251],[102.174,-96.193],[89.714,-93.975],[81.62,-92.054],[30.126,-65.488],[-2.255,-36.826],[-83.885,-72.315],[-123.789,-72.29],[-138.258,-55.347],[-151.755,-19.856],[-59.951,-12.725],[6.009,23.191],[17.763,24.872],[69.186,-20.007],[94.607,-32.346],[100.964,-35.588],[102.248,-36.266],[132.049,-52.153]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":13,"s":[{"i":[[8.229,17.118],[7.927,0.49],[3.804,-0.942],[7.257,-1.89],[15.883,-11.831],[11.276,-8.674],[28.416,4.412],[12.607,-2.682],[1.192,-9.549],[1.605,-4.919],[-23.795,-10.035],[-22.043,-17.894],[-2.659,7.265],[-16.553,8.418],[-8.5,4.042],[-2.074,1.191],[-0.598,0.316],[-3.297,1.972]],"o":[[-4.312,-8.97],[-3.984,-0.246],[-6.71,1.661],[-18.713,4.874],[-11.132,8.292],[-23.549,-19.11],[-12.09,-1.877],[-8.419,1.791],[-0.654,5.24],[24.304,-6.271],[25.542,10.772],[7.353,-1.317],[15.376,-10.746],[8.408,-4.276],[2.173,-0.944],[0.265,-0.138],[3.382,-1.787],[15.205,-9.095]],"v":[[124.982,-85.251],[102.174,-96.193],[89.714,-93.975],[81.62,-92.054],[30.126,-65.488],[-2.255,-36.826],[-83.885,-72.315],[-123.789,-72.29],[-138.258,-55.347],[-151.755,-19.856],[-59.951,-12.725],[6.009,23.191],[17.763,24.872],[69.186,-20.007],[94.607,-32.346],[100.964,-35.588],[102.248,-36.266],[132.049,-52.153]],"c":true}],"e":[{"i":[[8.229,17.118],[7.927,0.49],[3.804,-0.942],[7.257,-1.89],[15.883,-11.831],[11.276,-8.674],[28.416,4.412],[12.607,-2.682],[1.192,-9.549],[1.605,-4.919],[-23.795,-10.035],[-22.043,-17.894],[-2.659,7.265],[-16.553,8.418],[-8.5,4.042],[-2.074,1.191],[-0.598,0.316],[-3.297,1.972]],"o":[[-4.312,-8.97],[-3.984,-0.246],[-6.71,1.661],[-18.713,4.874],[-11.132,8.292],[-23.549,-19.11],[-12.09,-1.877],[-8.419,1.791],[-0.654,5.24],[24.304,-6.271],[25.542,10.772],[7.353,-1.317],[15.376,-10.746],[8.408,-4.276],[2.173,-0.944],[0.265,-0.138],[3.382,-1.787],[15.205,-9.095]],"v":[[124.982,-85.251],[102.174,-96.193],[89.714,-93.975],[81.62,-92.054],[30.126,-65.488],[-2.255,-36.826],[-83.885,-72.315],[-123.789,-72.29],[-138.258,-55.347],[-147.755,-35.856],[-55.951,-28.725],[3.009,21.691],[21.763,8.872],[69.185,-20.007],[94.607,-32.346],[100.964,-35.588],[102.248,-36.266],[132.049,-52.153]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":17,"s":[{"i":[[8.229,17.118],[7.927,0.49],[3.804,-0.942],[7.257,-1.89],[15.883,-11.831],[11.276,-8.674],[28.416,4.412],[12.607,-2.682],[1.192,-9.549],[1.605,-4.919],[-23.795,-10.035],[-22.043,-17.894],[-2.659,7.265],[-16.553,8.418],[-8.5,4.042],[-2.074,1.191],[-0.598,0.316],[-3.297,1.972]],"o":[[-4.312,-8.97],[-3.984,-0.246],[-6.71,1.661],[-18.713,4.874],[-11.132,8.292],[-23.549,-19.11],[-12.09,-1.877],[-8.419,1.791],[-0.654,5.24],[24.304,-6.271],[25.542,10.772],[7.353,-1.317],[15.376,-10.746],[8.408,-4.276],[2.173,-0.944],[0.265,-0.138],[3.382,-1.787],[15.205,-9.095]],"v":[[124.982,-85.251],[102.174,-96.193],[89.714,-93.975],[81.62,-92.054],[30.126,-65.488],[-2.255,-36.826],[-83.885,-72.315],[-123.789,-72.29],[-138.258,-55.347],[-147.755,-35.856],[-55.951,-28.725],[3.009,21.691],[21.763,8.872],[69.185,-20.007],[94.607,-32.346],[100.964,-35.588],[102.248,-36.266],[132.049,-52.153]],"c":true}],"e":[{"i":[[8.225,15.367],[7.927,0.446],[3.805,-0.84],[7.256,-1.7],[15.882,-10.621],[11.276,-7.786],[28.415,3.966],[12.608,-2.402],[1.196,-8.571],[1.605,-4.415],[-23.795,-9.008],[-22.043,-16.062],[-2.659,6.521],[-16.551,7.56],[-8.5,3.628],[-2.074,1.069],[-0.596,0.287],[-3.297,1.771]],"o":[[-4.312,-8.052],[-3.984,-0.221],[-6.71,1.491],[-18.713,4.375],[-11.132,7.443],[-23.549,-17.154],[-12.09,-1.685],[-8.419,1.608],[-0.654,4.704],[25.66,0.352],[25.542,9.669],[7.353,-1.182],[15.376,-9.646],[8.408,-3.838],[2.173,-0.847],[0.265,-0.124],[3.382,-1.604],[15.205,-8.164]],"v":[[124.982,-43.649],[102.174,-53.471],[89.714,-51.48],[81.62,-49.756],[30.126,-25.91],[-2.255,-0.182],[-87.385,-24.857],[-123.789,-32.015],[-138.258,-16.807],[-147.255,5.189],[-68.451,18.59],[5.009,53.691],[21.763,40.838],[69.185,14.915],[94.607,3.839],[100.964,0.929],[102.248,0.321],[132.049,-13.94]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":23,"s":[{"i":[[8.225,15.367],[7.927,0.446],[3.805,-0.84],[7.256,-1.7],[15.882,-10.621],[11.276,-7.786],[28.415,3.966],[12.608,-2.402],[1.196,-8.571],[1.605,-4.415],[-23.795,-9.008],[-22.043,-16.062],[-2.659,6.521],[-16.551,7.56],[-8.5,3.628],[-2.074,1.069],[-0.596,0.287],[-3.297,1.771]],"o":[[-4.312,-8.052],[-3.984,-0.221],[-6.71,1.491],[-18.713,4.375],[-11.132,7.443],[-23.549,-17.154],[-12.09,-1.685],[-8.419,1.608],[-0.654,4.704],[25.66,0.352],[25.542,9.669],[7.353,-1.182],[15.376,-9.646],[8.408,-3.838],[2.173,-0.847],[0.265,-0.124],[3.382,-1.604],[15.205,-8.164]],"v":[[124.982,-43.649],[102.174,-53.471],[89.714,-51.48],[81.62,-49.756],[30.126,-25.91],[-2.255,-0.182],[-87.385,-24.857],[-123.789,-32.015],[-138.258,-16.807],[-147.255,5.189],[-68.451,18.59],[5.009,53.691],[21.763,40.838],[69.185,14.915],[94.607,3.839],[100.964,0.929],[102.248,0.321],[132.049,-13.94]],"c":true}],"e":[{"i":[[8.229,17.118],[7.927,0.49],[3.804,-0.942],[7.257,-1.89],[15.883,-11.831],[11.276,-8.674],[28.416,4.412],[12.607,-2.682],[1.192,-9.549],[1.605,-4.919],[-23.795,-10.035],[-22.043,-17.894],[-2.659,7.265],[-16.553,8.418],[-8.5,4.042],[-2.074,1.191],[-0.598,0.316],[-3.297,1.972]],"o":[[-4.312,-8.97],[-3.984,-0.246],[-6.71,1.661],[-18.713,4.874],[-11.132,8.292],[-23.549,-19.11],[-12.09,-1.877],[-8.419,1.791],[-0.654,5.24],[24.304,-6.271],[25.542,10.772],[7.353,-1.317],[15.376,-10.746],[8.408,-4.276],[2.173,-0.944],[0.265,-0.138],[3.382,-1.787],[15.205,-9.095]],"v":[[124.982,-85.251],[102.174,-96.193],[89.714,-93.975],[81.62,-92.054],[30.126,-65.488],[-2.256,-36.826],[-83.885,-72.315],[-123.789,-72.29],[-145.758,-56.847],[-177.255,-3.856],[-60.951,3.775],[5.009,39.691],[21.763,23.872],[77.185,-5.507],[102.607,-17.846],[108.964,-21.088],[110.248,-21.766],[140.049,-37.653]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":29,"s":[{"i":[[8.229,17.118],[7.927,0.49],[3.804,-0.942],[7.257,-1.89],[15.883,-11.831],[11.276,-8.674],[28.416,4.412],[12.607,-2.682],[1.192,-9.549],[1.605,-4.919],[-23.795,-10.035],[-22.043,-17.894],[-2.659,7.265],[-16.553,8.418],[-8.5,4.042],[-2.074,1.191],[-0.598,0.316],[-3.297,1.972]],"o":[[-4.312,-8.97],[-3.984,-0.246],[-6.71,1.661],[-18.713,4.874],[-11.132,8.292],[-23.549,-19.11],[-12.09,-1.877],[-8.419,1.791],[-0.654,5.24],[24.304,-6.271],[25.542,10.772],[7.353,-1.317],[15.376,-10.746],[8.408,-4.276],[2.173,-0.944],[0.265,-0.138],[3.382,-1.787],[15.205,-9.095]],"v":[[124.982,-85.251],[102.174,-96.193],[89.714,-93.975],[81.62,-92.054],[30.126,-65.488],[-2.256,-36.826],[-83.885,-72.315],[-123.789,-72.29],[-145.758,-56.847],[-177.255,-3.856],[-60.951,3.775],[5.009,39.691],[21.763,23.872],[77.185,-5.507],[102.607,-17.846],[108.964,-21.088],[110.248,-21.766],[140.049,-37.653]],"c":true}],"e":[{"i":[[8.229,17.118],[7.927,0.49],[3.804,-0.942],[7.257,-1.89],[15.883,-11.831],[11.276,-8.674],[28.416,4.412],[12.607,-2.682],[1.192,-9.549],[1.605,-4.919],[-23.795,-10.035],[-22.043,-17.894],[-2.659,7.265],[-16.553,8.418],[-8.5,4.042],[-2.074,1.191],[-0.598,0.316],[-3.297,1.972]],"o":[[-4.312,-8.97],[-3.984,-0.246],[-6.71,1.661],[-18.713,4.874],[-11.132,8.292],[-23.549,-19.11],[-12.09,-1.877],[-8.419,1.791],[-0.654,5.24],[24.304,-6.271],[25.542,10.772],[7.353,-1.317],[15.376,-10.746],[8.408,-4.276],[2.173,-0.944],[0.265,-0.138],[3.382,-1.787],[15.205,-9.095]],"v":[[124.982,-85.251],[102.174,-96.193],[89.714,-93.975],[81.62,-92.054],[30.126,-65.488],[-2.255,-36.826],[-83.885,-72.315],[-123.789,-72.29],[-138.258,-55.347],[-147.755,-35.856],[-55.951,-28.725],[3.009,21.691],[21.763,8.872],[69.185,-20.007],[94.607,-32.346],[100.964,-35.588],[102.248,-36.266],[132.049,-52.153]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":33,"s":[{"i":[[8.229,17.118],[7.927,0.49],[3.804,-0.942],[7.257,-1.89],[15.883,-11.831],[11.276,-8.674],[28.416,4.412],[12.607,-2.682],[1.192,-9.549],[1.605,-4.919],[-23.795,-10.035],[-22.043,-17.894],[-2.659,7.265],[-16.553,8.418],[-8.5,4.042],[-2.074,1.191],[-0.598,0.316],[-3.297,1.972]],"o":[[-4.312,-8.97],[-3.984,-0.246],[-6.71,1.661],[-18.713,4.874],[-11.132,8.292],[-23.549,-19.11],[-12.09,-1.877],[-8.419,1.791],[-0.654,5.24],[24.304,-6.271],[25.542,10.772],[7.353,-1.317],[15.376,-10.746],[8.408,-4.276],[2.173,-0.944],[0.265,-0.138],[3.382,-1.787],[15.205,-9.095]],"v":[[124.982,-85.251],[102.174,-96.193],[89.714,-93.975],[81.62,-92.054],[30.126,-65.488],[-2.255,-36.826],[-83.885,-72.315],[-123.789,-72.29],[-138.258,-55.347],[-147.755,-35.856],[-55.951,-28.725],[3.009,21.691],[21.763,8.872],[69.185,-20.007],[94.607,-32.346],[100.964,-35.588],[102.248,-36.266],[132.049,-52.153]],"c":true}],"e":[{"i":[[8.225,15.367],[7.927,0.446],[3.805,-0.84],[7.256,-1.7],[15.882,-10.621],[11.276,-7.786],[28.415,3.966],[12.608,-2.402],[1.196,-8.571],[1.605,-4.415],[-23.795,-9.008],[-22.043,-16.062],[-2.659,6.521],[-16.551,7.56],[-8.5,3.628],[-2.074,1.069],[-0.596,0.287],[-3.297,1.771]],"o":[[-4.312,-8.052],[-3.984,-0.221],[-6.71,1.491],[-18.713,4.375],[-11.132,7.443],[-23.549,-17.154],[-12.09,-1.685],[-8.419,1.608],[-0.654,4.704],[25.66,0.352],[25.542,9.669],[7.353,-1.182],[15.376,-9.646],[8.408,-3.838],[2.173,-0.847],[0.265,-0.124],[3.382,-1.604],[15.205,-8.164]],"v":[[124.982,-43.649],[102.174,-53.471],[89.714,-51.48],[81.62,-49.756],[30.126,-25.91],[-2.255,-0.182],[-87.385,-24.857],[-123.789,-32.015],[-138.258,-16.807],[-147.255,5.189],[-68.451,18.59],[5.009,53.691],[21.763,40.838],[69.185,14.915],[94.607,3.839],[100.964,0.929],[102.248,0.321],[132.049,-13.94]],"c":true}]},{"t":39}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.078,0.8590001,0.729,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[735.45,601.439],"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":"BACK FILL","np":2,"cix":2,"ix":52,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.395,0],[0.747,0.139],[0.841,4.567],[-3.703,2.285],[-4.603,-2.794],[3.114,-5.133]],"o":[[-0.714,0],[-4.54,-0.834],[-0.836,-4.537],[3.4,-3.945],[5.13,3.113],[-3.108,5.123]],"v":[[-1.191,12.716],[-3.385,12.51],[-12.383,3.479],[-7.405,-7.742],[6.452,-9.922],[10.105,5.008]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.2,0.075,0.133,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[539.998,1092.362],"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":"Group 64","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.438,0],[1.225,0.446],[-2.051,5.64],[0,0],[-5.635,-2.046],[2.051,-5.641],[0,0]],"o":[[-1.236,0],[-5.644,-2.054],[0,0],[2.055,-5.645],[5.642,2.053],[0,0],[-1.606,4.416]],"v":[[-2.547,18.565],[-6.261,17.91],[-12.761,3.98],[-7.67,-10.019],[6.26,-16.519],[12.76,-2.589],[7.667,11.41]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.2,0.075,0.133,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[574.51,1099.412],"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":"Group 65","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.074,0],[0.721,0.145],[-1.18,5.887],[0.331,3.322],[-5.974,0.598],[-0.598,-5.972],[1.069,-5.338]],"o":[[-0.707,0],[-5.885,-1.179],[0.649,-3.245],[-0.598,-5.972],[5.995,-0.574],[0.545,5.442],[-1.035,5.163]],"v":[[-0.072,17.76],[-2.219,17.545],[-10.74,4.753],[-10.254,-5.287],[-0.522,-17.185],[11.375,-7.452],[10.574,9.026]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.2,0.075,0.133,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[608.385,1105.584],"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":"Group 66","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":0,"k":[573.733,1102.102],"ix":2},"a":{"a":0,"k":[573.733,1102.102],"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":"L-LACES ","np":3,"cix":2,"ix":53,"mn":"ADBE Vector Group"}],"ip":0,"op":2016,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":5,"nm":"#BOOTYMOVIN","ln":"BOOTYMOVIN","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[744,1296,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"t":{"d":{"k":[{"s":{"s":150,"f":"Futura-CondensedMedium","t":"#BOOTYMOVIN","j":2,"tr":0,"lh":180,"ls":0,"fc":[0.2,0.07,0.13]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0]}},"a":[]},"ip":0,"op":29,"st":0,"bm":0}],"chars":[{"ch":"#","size":150,"style":"Condensed Medium","w":41.41,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[30.762,-32.52],[32.227,-44.336],[41.162,-44.336],[41.162,-52.734],[33.252,-52.734],[36.035,-75.391],[28.027,-75.391],[25.195,-52.734],[18.848,-52.734],[21.631,-75.391],[13.672,-75.391],[10.889,-52.734],[2.832,-52.734],[2.832,-44.336],[9.814,-44.336],[8.398,-32.52],[0.195,-32.52],[0.195,-24.121],[7.324,-24.121],[4.346,0],[12.354,0],[15.283,-24.121],[21.68,-24.121],[18.701,0],[26.758,0],[29.688,-24.121],[37.695,-24.121],[37.695,-32.52]],"c":true}},"nm":"#","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[22.754,-32.52],[16.357,-32.52],[17.773,-44.336],[24.17,-44.336]],"c":true}},"nm":"#","mn":"ADBE Vector Shape - Group"}],"nm":"#","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group"}]},"fFamily":"Futura"},{"ch":"B","size":150,"style":"Condensed Medium","w":41.16,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,13.835],[1.53,2.507],[4.069,1.628],[-1.4,2.474],[0,5.111],[10.774,0],[0,0]],"o":[[0,0],[11.848,0],[0,-5.045],[-1.498,-2.539],[3.548,-1.27],[1.399,-2.473],[0,-13.379],[0,0],[0,0]],"v":[[5.811,0],[19.092,0],[36.865,-20.752],[34.57,-32.08],[26.221,-38.33],[33.643,-43.945],[35.742,-55.322],[19.58,-75.391],[5.811,-75.391]],"c":true}},"nm":"B","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[-0.261,0],[0,0],[0,0],[0,-8.138],[1.53,-1.92],[3.938,0]],"o":[[0.065,-0.032],[0,0],[0,0],[5.859,0],[0,4.818],[-1.53,1.823],[0,0]],"v":[[15.381,-67.188],[15.869,-67.236],[16.309,-67.236],[17.09,-67.236],[25.879,-55.029],[23.584,-44.922],[15.381,-42.188]],"c":true}},"nm":"B","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[-1.628,-1.953],[0,-4.817],[1.595,-1.79],[4.166,0]],"o":[[4.069,0],[1.66,1.921],[0,4.688],[-1.595,1.791],[0,0]],"v":[[15.381,-34.131],[23.926,-31.201],[26.416,-21.094],[24.023,-11.377],[15.381,-8.691]],"c":true}},"nm":"B","mn":"ADBE Vector Shape - Group"}],"nm":"B","np":6,"cix":2,"ix":1,"mn":"ADBE Vector Group"}]},"fFamily":"Futura"},{"ch":"O","size":150,"style":"Condensed Medium","w":47.8,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.911,4.948],[2.018,2.898],[6.315,0],[2.962,-5.598],[0,-13.411],[-2.962,-5.891],[-7.324,0],[-2.962,5.599],[0,13.314]],"o":[[-0.912,-5.338],[-3.06,-4.329],[-7.064,0],[-2.93,5.566],[0,15.039],[2.995,6.023],[6.966,0],[2.962,-5.598],[0,-9.505]],"v":[[42.188,-57.52],[37.793,-69.873],[23.73,-76.367],[8.691,-67.969],[4.297,-39.502],[8.74,-8.105],[24.219,0.928],[39.111,-7.471],[43.555,-35.84]],"c":true}},"nm":"O","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[1.27,-3.743],[3.418,0],[1.27,4.037],[0,11.035],[-1.172,3.972],[-3.613,0],[-1.172,-4.297],[0,-13.053]],"o":[[-1.27,3.777],[-3.484,0],[-1.237,-4.264],[0,-11.979],[1.204,-3.938],[3.613,0],[1.172,4.265],[0,10.091]],"v":[[31.006,-14.014],[23.975,-8.35],[16.846,-14.404],[14.99,-37.354],[16.748,-61.279],[23.975,-67.188],[31.152,-60.742],[32.91,-34.766]],"c":true}},"nm":"O","mn":"ADBE Vector Shape - Group"}],"nm":"O","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group"}]},"fFamily":"Futura"},{"ch":"T","size":150,"style":"Condensed Medium","w":32.67,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-0.195,-66.504],[11.523,-66.504],[11.523,0],[21.484,0],[21.484,-66.504],[32.861,-66.504],[32.861,-75.391],[-0.195,-75.391]],"c":true}},"nm":"T","mn":"ADBE Vector Shape - Group"}],"nm":"T","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}]},"fFamily":"Futura"},{"ch":"Y","size":150,"style":"Condensed Medium","w":38.62,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.586,-4.036],[1.855,5.925],[0.163,0.586],[0.163,0.488],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.391,1.595],[-0.684,-4.036],[-0.228,-0.684],[-0.163,-0.586],[0,0],[0,0],[0,0]],"v":[[15.527,-32.422],[15.527,0],[25.684,0],[25.684,-32.422],[38.818,-75.391],[28.223,-75.391],[24.023,-58.35],[23.438,-55.713],[21.875,-48.975],[20.41,-40.527],[16.602,-55.469],[16.016,-57.373],[15.527,-58.984],[10.547,-75.391],[-0.195,-75.391]],"c":true}},"nm":"Y","mn":"ADBE Vector Shape - Group"}],"nm":"Y","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}]},"fFamily":"Futura"},{"ch":"M","size":150,"style":"Condensed Medium","w":57.03,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-0.635,-3.857],[-0.814,-3.743],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.212,1.335],[-0.261,1.791],[0,0],[-0.017,-0.211],[0,-0.065],[0,0],[0,0],[-0.049,-0.944],[-0.066,-1.302],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.032,-0.309],[0.065,-0.553],[0.667,3.857],[0.813,3.841],[0,0],[0,0]],"o":[[0,0],[0,0],[0.52,4.232],[0.635,3.857],[0,0],[0,0],[0,0],[0,0],[0,0],[0.163,-0.911],[0.211,-1.334],[0,0],[0.032,0.359],[0.016,0.212],[0,0],[0,0],[0,0.619],[0.049,0.945],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.033,0.13],[-0.033,0.31],[-0.554,-4.231],[-0.668,-3.857],[0,0],[0,0],[0,0]],"v":[[3.174,0],[12.744,0],[15.674,-51.953],[17.407,-39.819],[19.58,-28.418],[25.537,0],[32.373,0],[38.721,-32.91],[39.209,-35.498],[40.479,-42.383],[41.04,-45.752],[41.748,-50.439],[41.992,-51.953],[42.065,-51.099],[42.09,-50.684],[42.334,-41.406],[42.773,-31.299],[42.847,-28.955],[43.018,-25.586],[44.727,0],[54.443,0],[47.51,-75.391],[38.721,-75.391],[32.812,-45.166],[31.689,-39.746],[30.42,-31.543],[29.004,-22.9],[28.906,-22.241],[28.76,-20.947],[26.929,-33.081],[24.707,-44.629],[18.066,-75.391],[9.375,-75.391]],"c":true}},"nm":"M","mn":"ADBE Vector Shape - Group"}],"nm":"M","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}]},"fFamily":"Futura"},{"ch":"V","size":150,"style":"Condensed Medium","w":36.96,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0.146,-0.879],[0.163,-1.041],[0,0],[0,0],[0.065,-0.586],[0.098,-0.748],[0,0],[0.211,1.53],[0.26,1.855],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[-0.13,0.684],[-0.146,0.879],[0,0],[0,0],[-0.066,0.391],[-0.066,0.586],[0,0],[-0.163,-1.237],[-0.212,-1.53],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[14.355,0],[22.412,0],[37.207,-75.391],[27.734,-75.391],[22.852,-47.559],[22.437,-45.215],[21.973,-42.334],[20.264,-30.859],[18.945,-22.119],[18.75,-20.654],[18.506,-18.652],[18.018,-22.363],[17.456,-26.514],[16.748,-31.592],[15.137,-42.529],[14.355,-47.559],[9.814,-75.391],[-0.195,-75.391]],"c":true}},"nm":"V","mn":"ADBE Vector Shape - Group"}],"nm":"V","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}]},"fFamily":"Futura"},{"ch":"I","size":150,"style":"Condensed Medium","w":21.78,"data":{"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":[[5.811,0],[15.967,0],[15.967,-75.391],[5.811,-75.391]],"c":true}},"nm":"I","mn":"ADBE Vector Shape - Group"}],"nm":"I","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}]},"fFamily":"Futura"},{"ch":"N","size":150,"style":"Condensed Medium","w":46.78,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0.016,0.749],[0.032,0.521],[0,0],[0,0],[0.065,0.603],[0.098,0.847],[-0.146,-0.651],[-0.066,-0.455],[-0.928,-3.32],[-1.042,-3.157],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.391,-4.72],[-0.814,-5.827],[2.93,8.496],[0,0],[0,0]],"o":[[0,0],[0,0],[0,-0.944],[-0.017,-0.748],[0,0],[0,0],[-0.033,-0.423],[-0.066,-0.602],[0.195,0.847],[0.146,0.652],[0.781,3.646],[0.928,3.32],[0,0],[0,0],[0,0],[0,0],[0,0],[0,4.167],[0.391,4.72],[-2.246,-9.635],[0,0],[0,0],[0,0]],"v":[[5.811,0],[15.82,0],[15.283,-32.861],[15.259,-35.4],[15.186,-37.305],[14.648,-46.631],[14.111,-54.297],[13.965,-55.835],[13.721,-58.008],[14.233,-55.762],[14.551,-54.102],[17.114,-43.652],[20.068,-33.936],[31.445,0],[40.967,0],[40.967,-75.391],[30.762,-75.391],[30.762,-47.266],[31.348,-33.936],[33.154,-18.115],[25.391,-45.312],[15.283,-75.391],[5.811,-75.391]],"c":true}},"nm":"N","mn":"ADBE Vector Shape - Group"}],"nm":"N","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}]},"fFamily":"Futura"}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/bounching_ball.json b/ohos/flutter_lottie/assets/lottiefiles/bounching_ball.json new file mode 100644 index 0000000000000000000000000000000000000000..377929513d1511e027e202b3443534804040c6a2 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/bounching_ball.json @@ -0,0 +1 @@ +{"v":"4.5.7","fr":30,"ip":0,"op":30,"w":800,"h":600,"ddd":0,"assets":[{"id":"comp_1","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 4","td":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"s":true,"x":{"a":0,"k":960},"y":{"a":1,"k":[{"i":{"x":[0.96],"y":[0.317]},"o":{"x":[0.453],"y":[0]},"n":["0p96_0p317_0p453_0"],"t":0,"s":[372.934],"e":[910.934]},{"i":{"x":[0.491],"y":[0.491]},"o":{"x":[0.405],"y":[0.405]},"n":["0p491_0p491_0p405_0p405"],"t":14,"s":[910.934],"e":[910.934]},{"i":{"x":[0.328],"y":[1]},"o":{"x":[0.02],"y":[0.674]},"n":["0p328_1_0p02_0p674"],"t":16,"s":[910.934],"e":[372.934]},{"t":30}]}},"a":{"a":0,"k":[-55.922,214.156,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[43,43,100],"e":[36.8,54.9,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":14,"s":[36.8,54.9,100],"e":[56.6,27.5,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":15,"s":[56.6,27.5,100],"e":[56.6,27.5,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":16,"s":[56.6,27.5,100],"e":[34.58,45.3,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":18,"s":[34.58,45.3,100],"e":[47.692,41.258,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":25,"s":[47.692,41.258,100],"e":[43,43,100]},{"t":30}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[460.156,460.156]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0.2,0.77,0.61,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.95,0.31,0.56,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-55.922,-15.922],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":150,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 3","parent":2,"tt":1,"ks":{"o":{"a":0,"k":12},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[23.697,-140.59,0],"e":[59.033,-256.954,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":15,"s":[59.033,-256.954,0],"e":[23.697,-140.59,0],"to":[0,0,0],"ti":[0,0,0]},{"t":30}]},"a":{"a":0,"k":[7.73,-318.27,0]},"s":{"a":0,"k":[168.239,178.473,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[36.539,36.539]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0.2,0.77,0.61,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[7.73,-318.27],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":150,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"s":true,"x":{"a":0,"k":960},"y":{"a":1,"k":[{"i":{"x":[0.96],"y":[0.317]},"o":{"x":[0.453],"y":[0]},"n":["0p96_0p317_0p453_0"],"t":0,"s":[372.934],"e":[910.934]},{"i":{"x":[0.491],"y":[0.491]},"o":{"x":[0.405],"y":[0.405]},"n":["0p491_0p491_0p405_0p405"],"t":14,"s":[910.934],"e":[910.934]},{"i":{"x":[0.328],"y":[1]},"o":{"x":[0.02],"y":[0.674]},"n":["0p328_1_0p02_0p674"],"t":16,"s":[910.934],"e":[372.934]},{"t":30}]}},"a":{"a":0,"k":[-55.922,214.156,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[43,43,100],"e":[36.8,54.9,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":14,"s":[36.8,54.9,100],"e":[56.6,27.5,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":15,"s":[56.6,27.5,100],"e":[56.6,27.5,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":16,"s":[56.6,27.5,100],"e":[34.58,45.3,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":18,"s":[34.58,45.3,100],"e":[47.692,41.258,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":25,"s":[47.692,41.258,100],"e":[43,43,100]},{"t":30}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[460.156,460.156]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0.2,0.77,0.61,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.95,0.31,0.56,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-55.922,-15.922],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":150,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 2","ks":{"o":{"a":0,"k":45},"r":{"a":0,"k":0},"p":{"a":0,"k":[958,908,0]},"a":{"a":0,"k":[-2,400,0]},"s":{"a":1,"k":[{"i":{"x":[0.893,0.893,1],"y":[0.5,-0.195,1]},"o":{"x":[0.44,0.44,0],"y":[0,0,0]},"n":["0p893_0p5_0p44_0","0p893_-0p195_0p44_0","1_1_0_0"],"t":0,"s":[117.1,83.8,100],"e":[39.9,51.5,100]},{"i":{"x":[0.539,0.539,1],"y":[1,1,1]},"o":{"x":[0.175,0.175,0],"y":[0.542,1.294,0]},"n":["0p539_1_0p175_0p542","0p539_1_0p175_1p294","1_1_0_0"],"t":16,"s":[39.9,51.5,100],"e":[117.1,83.8,100]},{"t":30}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[467.797,27.125]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0.2,0.77,0.61,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.18,0.62,0.5,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-2,400],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[69.545,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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":150,"st":0,"bm":0,"sr":1}]}],"layers":[{"ddd":0,"ind":0,"ty":0,"nm":"bouncing ball.1920x1080","cl":"1920x1080","refId":"comp_1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[960,540,0]},"s":{"a":0,"k":[55.556,55.556,100]}},"ao":0,"w":1920,"h":1080,"ip":0,"op":150,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/brain__.json b/ohos/flutter_lottie/assets/lottiefiles/brain__.json new file mode 100644 index 0000000000000000000000000000000000000000..5a3195106f0772d99283077f9a864d0eb8cdb794 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/brain__.json @@ -0,0 +1 @@ +{"v":"4.5.5","fr":2,"ip":0,"op":26,"w":1024,"h":1024,"ddd":0,"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"doneIcon contornos","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[0,-128,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[146,284],[179,309],[187,326],[193,521],[181,666],[161,766],[137,839],[82,956],[50,1002]],"c":false}},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[0]},"o":{"x":[0],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[0],"e":[100]},{"t":2}],"ix":1},"e":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Recortar trazados 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":128},"lc":2,"lj":1,"ml":10,"nm":"Trazo 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Transformar"}],"nm":"Grupo 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":66,"st":0,"bm":0,"sr":1,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[7,-61],[0,-179],[-64,-53],[-10,7],[21,24],[0,21],[10,175],[-30,120],[-4,7],[-1,10],[12,-3],[78,-108],[0,0]],"v":[[208,622],[216,499],[219,317],[139,273],[136,292],[164,371],[166,418],[146,737],[47,991],[42,1003],[51,1010],[98,952],[203,660]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Masque 1"}]},{"ddd":0,"ind":0,"ty":4,"nm":"doneIcon contornos","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[0,-128,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[209,289],[218,297],[238,299],[284,284],[317,282],[346,303],[351,313],[346,391],[345,903],[325,944],[238,911]],"c":false}},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[0]},"o":{"x":[0],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[0],"e":[100]},{"t":4}],"ix":1},"e":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Recortar trazados 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":128},"lc":2,"lj":1,"ml":10,"nm":"Trazo 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Transformar"}],"nm":"Grupo 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":66,"st":0,"bm":0,"sr":1,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[10,0],[16,-1],[12,12],[7,316],[-1,27],[-3,3],[-19,-6],[45,40],[13,18],[9,4],[39,-45],[-7,-145],[1,-45],[12,-19],[-19,-19],[-18,-7],[-25,15],[-21,7],[0,0]],"v":[[219,317],[287,302],[311,310],[322,362],[315,867],[305,906],[247,905],[229,909],[298,979],[325,1001],[342,995],[379,896],[372,387],[386,322],[386,293],[331,260],[300,258],[259,277],[200,288]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Masque 1"}]},{"ddd":0,"ind":0,"ty":4,"nm":"doneIcon contornos","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[0,-128,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[223,494],[233,480],[271,476],[292,482]],"c":false}},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[0]},"o":{"x":[0],"y":[0]},"n":["0p667_1_0p333_0"],"t":4,"s":[0],"e":[100]},{"t":6}],"ix":1},"e":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Recortar trazados 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":128},"lc":2,"lj":1,"ml":10,"nm":"Trazo 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Transformar"}],"nm":"Grupo 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":66,"st":0,"bm":0,"sr":1,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[40,-4],[22,-4],[-10,-13],[-21,-1],[0,0]],"v":[[216,499],[288,492],[301,475],[267,459],[216,467]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Masque 1"}]},{"ddd":0,"ind":0,"ty":4,"nm":"doneIcon contornos","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[0,-128,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[211,655],[232,637],[263,636],[287,643]],"c":false}},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[0]},"o":{"x":[0],"y":[0]},"n":["0p667_1_0p333_0"],"t":6,"s":[0],"e":[100]},{"t":8}],"ix":1},"e":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Recortar trazados 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":128},"lc":2,"lj":1,"ml":10,"nm":"Trazo 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Transformar"}],"nm":"Grupo 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":66,"st":0,"bm":0,"sr":1,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[45,-4],[25,-4],[-12,-15],[-21,-3],[0,0]],"v":[[203,660],[282,654],[297,636],[259,617],[208,622]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Masque 1"}]},{"ddd":0,"ind":0,"ty":4,"nm":"doneIcon contornos","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[0,-128,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[496,234],[513,243],[530,275],[499,346],[461,405],[447,444],[511,501],[516,527]],"c":false}},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[0]},"o":{"x":[0],"y":[0]},"n":["0p667_1_0p333_0"],"t":8,"s":[0],"e":[100]},{"t":10}],"ix":1},"e":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Recortar trazados 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":128},"lc":2,"lj":1,"ml":10,"nm":"Trazo 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Transformar"}],"nm":"Grupo 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":66,"st":0,"bm":0,"sr":1,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[-12,70],[-10,12],[-1,10],[19,19],[12,19],[13,0],[9,-22],[-6,-21],[-10,-4],[-4,-19],[27,-39],[31,-15],[-19,-19],[-18,-1],[-3,4],[10,13],[0,0]],"v":[[497,279],[439,422],[427,442],[448,470],[493,527],[516,545],[537,528],[539,491],[474,448],[465,440],[518,344],[558,295],[549,247],[512,225],[489,229],[492,242],[497,279]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Masque 1"}]},{"ddd":0,"ind":0,"ty":4,"nm":"doneIcon contornos","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[0,-128,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[637,222],[659,238],[670,263],[589,422],[606,441],[679,485],[691,510]],"c":false}},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[0]},"o":{"x":[0],"y":[0]},"n":["0p667_1_0p333_0"],"t":10,"s":[0],"e":[100]},{"t":12}],"ix":1},"e":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Recortar trazados 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":128},"lc":2,"lj":1,"ml":10,"nm":"Trazo 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Transformar"}],"nm":"Grupo 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":66,"st":0,"bm":0,"sr":1,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[-12,72],[-10,12],[0,10],[31,22],[13,18],[13,-1],[4,-22],[-9,-21],[-27,-12],[6,-10],[34,-46],[10,-4],[3,-16],[-19,-19],[-18,-1],[-3,4],[9,12],[0,0]],"v":[[636,266],[579,402],[568,423],[592,450],[670,517],[694,531],[713,512],[710,475],[619,432],[633,365],[649,342],[697,284],[709,272],[689,235],[652,212],[629,217],[632,230],[636,266]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Masque 1"}]},{"ddd":0,"ind":0,"ty":4,"nm":"doneIcon contornos","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[0,-128,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[781,204],[796,213],[812,247],[736,379],[761,405],[848,460],[860,488]],"c":false}},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[0]},"o":{"x":[0],"y":[0]},"n":["0p667_1_0p333_0"],"t":12,"s":[0],"e":[100]},{"t":14}],"ix":1},"e":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Recortar trazados 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":128},"lc":2,"lj":1,"ml":10,"nm":"Trazo 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Transformar"}],"nm":"Grupo 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":66,"st":0,"bm":0,"sr":1,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[-13,63],[-9,9],[-1,10],[40,28],[13,18],[13,-1],[6,-22],[-9,-21],[-24,-10],[4,-12],[31,-36],[10,-4],[4,-16],[-19,-19],[-18,-3],[-3,4],[9,13],[0,0]],"v":[[779,248],[726,361],[717,378],[739,406],[838,492],[862,507],[881,488],[879,450],[770,393],[757,364],[795,314],[838,268],[851,257],[833,219],[797,195],[774,198],[776,211],[779,248]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Masque 1"}]},{"ddd":0,"ind":0,"ty":4,"nm":"doneIcon contornos","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[0,-128,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[577,544],[595,570],[528,655]],"c":false}},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[0]},"o":{"x":[0],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[0],"e":[100]},{"t":16}],"ix":1},"e":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Recortar trazados 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":128},"lc":2,"lj":1,"ml":10,"nm":"Trazo 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Transformar"}],"nm":"Grupo 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":66,"st":0,"bm":0,"sr":1,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[19,-16],[48,-43],[16,-10],[-12,-13],[-21,-7],[-10,3],[6,21],[0,0]],"v":[[536,663],[569,634],[630,583],[635,560],[601,539],[571,534],[566,547],[509,666]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Masque 1"}]},{"ddd":0,"ind":0,"ty":4,"nm":"doneIcon contornos","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[0,-128,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[418,661],[445,685],[462,721],[476,931],[492,1003]],"c":false}},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[0]},"o":{"x":[0],"y":[0]},"n":["0p667_1_0p333_0"],"t":16,"s":[0],"e":[100]},{"t":18}],"ix":1},"e":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Recortar trazados 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":128},"lc":2,"lj":1,"ml":10,"nm":"Trazo 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Transformar"}],"nm":"Grupo 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":66,"st":0,"bm":0,"sr":1,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[-19,-13],[-7,-3],[-7,6],[1,4],[0,1],[33,78],[0,33],[10,22],[15,6],[0,-52],[-10,-150],[0,0]],"v":[[463,670],[423,651],[411,653],[412,670],[417,680],[419,684],[451,926],[466,990],[488,1017],[506,998],[501,923],[490,704]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Masque 1"}]},{"ddd":0,"ind":0,"ty":4,"nm":"doneIcon contornos","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[0,-128,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[471,673],[497,684],[802,626],[821,630],[845,647],[856,660],[847,730],[843,845],[830,957],[811,1000],[814,1058]],"c":false}},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[0]},"o":{"x":[0],"y":[0]},"n":["0p667_1_0p333_0"],"t":18,"s":[0],"e":[100]},{"t":20}],"ix":1},"e":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Recortar trazados 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":128},"lc":2,"lj":1,"ml":10,"nm":"Trazo 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Transformar"}],"nm":"Grupo 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":66,"st":0,"bm":0,"sr":1,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[10,25],[10,18],[16,-4],[31,-73],[4,-49],[16,-19],[-22,-21],[-19,-10],[-105,39],[-49,4],[132,10],[30,-4],[10,6],[4,124],[-1,22],[-4,3],[0,0]],"v":[[752,972],[795,1056],[815,1072],[839,1042],[876,752],[902,673],[906,640],[837,600],[786,603],[536,663],[463,670],[762,651],[804,659],[816,691],[802,937],[792,961],[765,952]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Masque 1"}]},{"ddd":0,"ind":0,"ty":4,"nm":"doneIcon contornos","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[0,-128,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[685,692],[701,719],[660,794],[598,865],[552,901],[542,901],[538,909]],"c":false}},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[0]},"o":{"x":[0],"y":[0]},"n":["0p667_1_0p333_0"],"t":20,"s":[0],"e":[100]},{"t":22}],"ix":1},"e":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Recortar trazados 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":128},"lc":2,"lj":1,"ml":10,"nm":"Trazo 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Transformar"}],"nm":"Grupo 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":66,"st":0,"bm":0,"sr":1,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[19,-25],[13,-21],[-1,-7],[-24,-24],[-7,1],[1,22],[-38,57],[-7,4],[27,0],[1,-3],[0,0]],"v":[[680,801],[725,741],[739,717],[728,701],[678,682],[673,693],[642,783],[533,907],[535,913],[648,838],[652,834]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Masque 1"}]},{"ddd":0,"ind":0,"ty":4,"nm":"doneIcon contornos","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[0,-128,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[553,755],[693,833],[733,867],[745,890]],"c":false}},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[0]},"o":{"x":[0],"y":[0]},"n":["0p667_1_0p333_0"],"t":22,"s":[0],"e":[100]},{"t":24}],"ix":1},"e":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Recortar trazados 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":128},"lc":2,"lj":1,"ml":10,"nm":"Trazo 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Transformar"}],"nm":"Grupo 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":66,"st":0,"bm":0,"sr":1,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[87,61],[4,0],[7,-10],[-12,-27],[-96,-43],[-7,-3],[1,9],[31,19],[0,0]],"v":[[652,834],[743,897],[752,890],[746,853],[680,801],[553,748],[546,753],[555,768],[623,813]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Masque 1"}]},{"ddd":0,"ind":0,"ty":4,"nm":"doneIcon contornos","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[0,-128,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[512,990],[523,981],[589,970],[694,955],[756,953]],"c":false}},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[0]},"o":{"x":[0],"y":[0]},"n":["0p667_1_0p333_0"],"t":24,"s":[0],"e":[100]},{"t":26}],"ix":1},"e":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Recortar trazados 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":128},"lc":2,"lj":1,"ml":10,"nm":"Trazo 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Transformar"}],"nm":"Grupo 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":66,"st":0,"bm":0,"sr":1,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[6,0],[133,-16],[3,-33],[-24,-4],[-85,16],[0,0]],"v":[[506,998],[520,997],[752,972],[734,934],[669,938],[507,967]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Masque 1"}]}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/browser.json b/ohos/flutter_lottie/assets/lottiefiles/browser.json new file mode 100644 index 0000000000000000000000000000000000000000..d7e10a9dd27e02c3932bbad83203825d1f141a93 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/browser.json @@ -0,0 +1 @@ +{"v":"5.1.1","fr":25,"ip":0,"op":149,"w":256,"h":256,"nm":"Composição 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Camada de forma 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[68.5,23.75,0],"ix":2},"a":{"a":0,"k":[-92,-93.5,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.32,0.32,0.32],"y":[1.27,1.27,1]},"o":{"x":[0.17,0.17,0.17],"y":[0.89,0.89,0]},"n":["0p32_1p27_0p17_0p89","0p32_1p27_0p17_0p89","0p32_1_0p17_0"],"t":41,"s":[0,0,100],"e":[85,85,100]},{"t":47}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[14.5,14.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Caminho da elipse 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.701960784314,0.701960784314,0.701960784314,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-92,-93.5],"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":"Transformar"}],"nm":"Elipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":149,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Camada de forma 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[48.5,23.75,0],"ix":2},"a":{"a":0,"k":[-92,-93.5,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.32,0.32,0.32],"y":[1.27,1.27,1]},"o":{"x":[0.17,0.17,0.17],"y":[0.89,0.89,0]},"n":["0p32_1p27_0p17_0p89","0p32_1p27_0p17_0p89","0p32_1_0p17_0"],"t":35,"s":[0,0,100],"e":[85,85,100]},{"t":41}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[14.5,14.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Caminho da elipse 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.701960784314,0.701960784314,0.701960784314,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-92,-93.5],"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":"Transformar"}],"nm":"Elipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":149,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Camada de forma 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[28.5,23.75,0],"ix":2},"a":{"a":0,"k":[-92,-93.5,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.32,0.32,0.32],"y":[1.27,1.27,1]},"o":{"x":[0.17,0.17,0.17],"y":[0.89,0.89,0]},"n":["0p32_1p27_0p17_0p89","0p32_1p27_0p17_0p89","0p32_1_0p17_0"],"t":29,"s":[0,0,100],"e":[85,85,100]},{"t":35}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[14.5,14.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Caminho da elipse 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.701960784314,0.701960784314,0.701960784314,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-92,-93.5],"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":"Transformar"}],"nm":"Elipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":149,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"line 9","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.34,"y":1},"o":{"x":0.66,"y":0},"n":"0p34_1_0p66_0","t":64,"s":[53.085,245,0],"e":[53.085,200,0],"to":[0,-7.5,0],"ti":[0,7.5,0]},{"t":80}],"ix":2},"a":{"a":0,"k":[-73.675,-37.75,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.34,0.34,0.34],"y":[1,1,1]},"o":{"x":[0.66,0.66,0.66],"y":[0,0,0]},"n":["0p34_1_0p66_0","0p34_1_0p66_0","0p34_1_0p66_0"],"t":111,"s":[0,100,100],"e":[127.498,100,100]},{"t":126}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[116.75,12],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":20,"ix":4},"nm":"Caminho do retângulo 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.149019607843,0.650980392157,0.819607902976,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-14.375,-37.75],"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":"Transformar"}],"nm":"Retângulo 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":149,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"line 7","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.34,"y":1},"o":{"x":0.66,"y":0},"n":"0p34_1_0p66_0","t":64,"s":[109.085,217.25,0],"e":[109.085,172.25,0],"to":[0,-7.5,0],"ti":[0,7.5,0]},{"t":80}],"ix":2},"a":{"a":0,"k":[-117.575,-37.75,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.34,0.34,0.34],"y":[1,1,1]},"o":{"x":[0.66,0.66,0.66],"y":[0,0,0]},"n":["0p34_1_0p66_0","0p34_1_0p66_0","0p34_1_0p66_0"],"t":99,"s":[0,88.542,100],"e":[50.947,88.542,100]},{"t":111}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[116.75,12],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":110,"ix":4},"nm":"Caminho do retângulo 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286274509804,0.721568627451,0.643137254902,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-58.722,-37.75],"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":"Transformar"}],"nm":"Retângulo 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":149,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"line 6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.34,"y":1},"o":{"x":0.66,"y":0},"n":"0p34_1_0p66_0","t":64,"s":[53.085,217.25,0],"e":[53.085,172.25,0],"to":[0,-7.5,0],"ti":[0,7.5,0]},{"t":80}],"ix":2},"a":{"a":0,"k":[-117.575,-37.75,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.1,0.1,0.1],"y":[1,1,1]},"o":{"x":[0.9,0.9,0.9],"y":[0,0,0]},"n":["0p1_1_0p9_0","0p1_1_0p9_0","0p1_1_0p9_0"],"t":88,"s":[0,79.167,100],"e":[37.298,88.542,100]},{"t":103}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[116.75,12],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":20,"ix":4},"nm":"Caminho do retângulo 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.89019613827,0.36862745098,0.325490196078,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-58.722,-37.75],"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":"Transformar"}],"nm":"Retângulo 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":149,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"line 5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.34,"y":1},"o":{"x":0.66,"y":0},"n":"0p34_1_0p66_0","t":64,"s":[52.835,190.25,0],"e":[52.835,145.25,0],"to":[0,-7.5,0],"ti":[0,7.5,0]},{"t":80}],"ix":2},"a":{"a":0,"k":[-117.575,-37.75,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.34,0.34,0.34],"y":[1,1,1]},"o":{"x":[0.66,0.66,0.66],"y":[0,0,0]},"n":["0p34_1_0p66_0","0p34_1_0p66_0","0p34_1_0p66_0"],"t":79,"s":[0,100,100],"e":[88.298,100,100]},{"t":94}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[116.75,12],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":20,"ix":4},"nm":"Caminho do retângulo 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286274509804,0.721568627451,0.643137254902,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-58.722,-37.75],"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":"Transformar"}],"nm":"Retângulo 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":149,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"line 4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.34,"y":1},"o":{"x":0.66,"y":0},"n":"0p34_1_0p66_0","t":64,"s":[123.585,162.75,0],"e":[123.585,117.75,0],"to":[0,-7.5,0],"ti":[0,7.5,0]},{"t":80}],"ix":2},"a":{"a":0,"k":[-117.575,-37.75,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.34,0.34,0.34],"y":[1,1,1]},"o":{"x":[0.66,0.66,0.66],"y":[0,0,0]},"n":["0p34_1_0p66_0","0p34_1_0p66_0","0p34_1_0p66_0"],"t":62,"s":[0,100,100],"e":[67.298,100,100]},{"t":72}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[116.75,12],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":20,"ix":4},"nm":"Caminho do retângulo 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.149019607843,0.650980392157,0.819607902976,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-58.722,-37.75],"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":"Transformar"}],"nm":"Retângulo 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":149,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"line 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.34,"y":1},"o":{"x":0.66,"y":0},"n":"0p34_1_0p66_0","t":64,"s":[56.335,162.75,0],"e":[56.335,117.75,0],"to":[0,-7.5,0],"ti":[0,7.5,0]},{"t":80}],"ix":2},"a":{"a":0,"k":[-115.975,-37.75,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.34,0.34,0.34],"y":[1,1,1]},"o":{"x":[0.66,0.66,0.66],"y":[0,0,0]},"n":["0p34_1_0p66_0","0p34_1_0p66_0","0p34_1_0p66_0"],"t":52,"s":[0,100,100],"e":[48.498,100,100]},{"t":65}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[116.75,12],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":20,"ix":4},"nm":"Caminho do retângulo 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.89019613827,0.36862745098,0.325490196078,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-58.722,-37.75],"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":"Transformar"}],"nm":"Retângulo 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":149,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"line 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.34,"y":1},"o":{"x":0.66,"y":0},"n":"0p34_1_0p66_0","t":64,"s":[53.085,126.75,0],"e":[53.085,90.75,0],"to":[0,-6,0],"ti":[0,6,0]},{"t":80}],"ix":2},"a":{"a":0,"k":[-72.975,-37.75,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.34,0.34,0.34],"y":[1,1,1]},"o":{"x":[0.66,0.66,0.66],"y":[0,0,0]},"n":["0p34_1_0p66_0","0p34_1_0p66_0","0p34_1_0p66_0"],"t":40,"s":[0,100,100],"e":[105.498,100,100]},{"t":53}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[116.75,12],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":20,"ix":4},"nm":"Caminho do retângulo 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.937254961799,0.937254961799,0.937254961799,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-14.375,-37.75],"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":"Transformar"}],"nm":"Retângulo 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":149,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"blue","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.34,"y":1},"o":{"x":0.088,"y":1},"n":"0p34_1_0p088_1","t":16,"s":[127.77,391.572,0],"e":[127.77,145.572,0],"to":[0,-41,0],"ti":[0,41,0]},{"t":35}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[80.876,70.93,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[250.5,245.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":13,"ix":4},"nm":"Caminho do retângulo 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.16862745098,0.254901960784,0.301960784314,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0.25,-3.25],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[107.86,108.079],"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":"Transformar"}],"nm":"Retângulo 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":149,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"index","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.34,"y":1},"o":{"x":0.088,"y":1},"n":"0p34_1_0p088_1","t":7,"s":[127.77,402.072,0],"e":[127.77,131.072,0],"to":[0,-45.1666679382324,0],"ti":[0,45.1666679382324,0]},{"t":26}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[92,94.51,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[250.5,245.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":13,"ix":4},"nm":"Caminho do retângulo 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.937254961799,0.937254961799,0.937254961799,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0.25,-3.25],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[107.86,108.079],"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":"Transformar"}],"nm":"Retângulo 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":149,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/building_evolution_animation.json b/ohos/flutter_lottie/assets/lottiefiles/building_evolution_animation.json new file mode 100644 index 0000000000000000000000000000000000000000..9cd300d92b03140604d899fbef739739191aedc3 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/building_evolution_animation.json @@ -0,0 +1 @@ +{"v":"5.1.17","fr":60,"ip":0,"op":210,"w":800,"h":1200,"nm":"Prédios","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Pre-comp 4","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[465.375,505.625,0],"ix":2},"a":{"a":0,"k":[400,600,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":800,"h":1200,"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"Pre-comp 4","parent":1,"refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[400,628.25,0],"ix":2},"a":{"a":0,"k":[400,600,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":800,"h":1200,"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":0,"nm":"Pre-comp 4","parent":1,"refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[400,656.875,0],"ix":2},"a":{"a":0,"k":[400,600,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":800,"h":1200,"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":0,"nm":"Pre-comp 4","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[400,543.125,0],"ix":2},"a":{"a":0,"k":[400,600,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":800,"h":1200,"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":0,"nm":"Pre-comp 4","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[400,571.375,0],"ix":2},"a":{"a":0,"k":[400,600,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":800,"h":1200,"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":0,"nm":"Pre-comp 4","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[400,600,0],"ix":2},"a":{"a":0,"k":[400,600,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":800,"h":1200,"ip":0,"op":600,"st":0,"bm":0}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Janelinha Outlines 3","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[474.366,1045.131,0],"ix":2},"a":{"a":0,"k":[25.545,21.73,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-0.87,-5.821],[0.87,-6.821],[0.87,6.821],[-0.87,5.821]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.969000004787,0.944999964097,0.944999964097,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[49.97,7.071],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.295,-14.16],[25.295,-14.05],[-25.295,15.16],[-25.295,13.041],[23.555,-15.16]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.987999949736,0.987999949736,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[25.545,28.05],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.295,-21.48],[25.295,-7.73],[-25.295,21.48],[-25.295,7.73],[23.555,-20.48]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.305999995213,0.411999990426,0.522000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[25.545,21.73],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":609,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"JPR Outlines","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":30,"s":[501.791,1030.472,0],"e":[498.791,1030.472,0],"to":[-0.5,0,0],"ti":[0.5,0,0]},{"t":60}],"ix":2},"a":{"a":0,"k":[1.12,7.07,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-0.87,-5.821],[0.87,-6.821],[0.87,6.821],[-0.87,5.821]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.969000004787,0.944999964097,0.944999964097,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1.12,7.071],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":30,"op":639,"st":30,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Janelinha Outlines 2","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[474.366,1045.131,0],"ix":2},"a":{"a":0,"k":[25.545,21.73,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-0.87,-5.821],[0.87,-6.821],[0.87,6.821],[-0.87,5.821]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.969000004787,0.944999964097,0.944999964097,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[49.97,7.071],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.295,-14.16],[25.295,-14.05],[-25.295,15.16],[-25.295,13.041],[23.555,-15.16]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.987999949736,0.987999949736,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[25.545,28.05],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.295,-21.48],[25.295,-7.73],[-25.295,21.48],[-25.295,7.73],[23.555,-20.48]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.305999995213,0.411999990426,0.522000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[25.545,21.73],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":609,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"JPB Outlines","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":30,"s":[474.366,1055.451,0],"e":[474.366,1051.451,0],"to":[0,-0.66666668653488,0],"ti":[0,0.66666668653488,0]},{"t":60}],"ix":2},"a":{"a":0,"k":[25.545,15.41,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.295,-14.16],[25.295,-14.05],[-25.295,15.16],[-25.295,13.041],[23.555,-15.16]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.987999949736,0.987999949736,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[25.545,15.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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":30,"op":639,"st":30,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Janelinha Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[474.366,1045.131,0],"ix":2},"a":{"a":0,"k":[25.545,21.73,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.25,0.25],[0.25,43.21],[-1.16,43.111],[-1.16,0.151]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.25,0.25],[0.25,43.21],[50.84,43.21],[50.84,0.25]],"c":true}]},{"t":30}],"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.295,-21.48],[25.295,-7.73],[-25.295,21.48],[-25.295,7.73],[23.555,-20.48]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.305999995213,0.411999990426,0.522000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[25.545,21.73],"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":"Group 3","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":609,"st":0,"bm":0}]},{"id":"comp_2","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Janela R Outlines 3","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[400.916,1059.206,0],"ix":2},"a":{"a":0,"k":[33.451,54.582,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[33.201,-54.332],[-33.201,-15.994],[-33.201,54.332],[33.201,15.994]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.305999995213,0.411999990426,0.522000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[33.451,54.582],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":30,"op":611,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"JPR Outlines","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":60,"s":[439.545,1040.034,0],"e":[429.545,1040.034,0],"to":[-1.66666662693024,0,0],"ti":[1.66666662693024,0,0]},{"t":70}],"ix":2},"a":{"a":0,"k":[4.83,35.41,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[4.58,-35.16],[4.58,35.16],[-4.58,29.88],[-4.58,-29.87]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.969000004787,0.944999964097,0.944999964097,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[4.83,35.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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":30,"op":611,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Janela R Outlines 2","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[400.916,1059.206,0],"ix":2},"a":{"a":0,"k":[33.451,54.582,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[33.201,-54.332],[-33.201,-15.994],[-33.201,54.332],[33.201,15.994]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.305999995213,0.411999990426,0.522000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[33.451,54.582],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":30,"op":611,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"JPB Outlines","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":60,"s":[400.92,1103.729,0],"e":[400.92,1091.729,0],"to":[0,-2,0],"ti":[0,2,0]},{"t":70}],"ix":2},"a":{"a":0,"k":[33.455,22.065,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[33.205,-16.535],[33.205,-16.525],[-33.205,21.815],[-33.205,11.235],[24.045,-21.815]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.987999949736,0.987999949736,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[33.455,22.065],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":30,"op":611,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Janela R Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[400.916,1059.206,0],"ix":2},"a":{"a":0,"k":[33.451,54.582,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.25,0.25],[0.25,108.914],[-1.848,108.788],[-1.848,0.124]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.25,0.25],[0.25,108.914],[66.652,108.914],[66.652,0.25]],"c":true}]},{"t":60}],"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"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":[[33.201,-54.332],[-33.201,-15.994],[-33.201,54.332],[33.201,15.994]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.305999995213,0.411999990426,0.522000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[33.451,54.582],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":30,"op":611,"st":0,"bm":0}]},{"id":"comp_3","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Janela L Outlines 3","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[301.311,1040.036,0],"ix":2},"a":{"a":0,"k":[66.65,73.756,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[66.4,3.176],[66.4,73.506],[46.65,62.105],[1.831,36.226],[-9.6,29.626],[-18.509,24.476],[-49.329,6.686],[-66.4,-3.176],[-66.4,-73.506],[-49.329,-63.645],[-18.509,-45.855],[-9.6,-40.704],[1.831,-34.105]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.395999983245,0.532999973671,0.670999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[66.65,73.756],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":30,"op":611,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Reflexo Outlines 2","tt":1,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[0],"e":[100]},{"t":150}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[277.561,1021.032,0],"ix":2},"a":{"a":0,"k":[25.83,44.89,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[5.715,-26.57],[5.715,33.17],[-5.715,26.57],[-5.715,-33.17]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.525,0.630999995213,0.741000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[45.694,56.36],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[15.41,-20.98],[15.41,38.77],[-15.41,20.97],[-15.41,-38.77]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.525,0.630999995213,0.741000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[15.66,39.02],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":100,"op":609,"st":70,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Janela L Outlines 4","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[301.311,1040.036,0],"ix":2},"a":{"a":0,"k":[66.65,73.756,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[66.4,3.176],[66.4,73.506],[46.65,62.105],[1.831,36.226],[-9.6,29.626],[-18.509,24.476],[-49.329,6.686],[-66.4,-3.176],[-66.4,-73.506],[-49.329,-63.645],[-18.509,-45.855],[-9.6,-40.704],[1.831,-34.105]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.395999983245,0.532999973671,0.670999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[66.65,73.756],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":30,"op":611,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"JPL Outlines 2","tt":1,"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},"n":"0p833_0p833_0p167_0p167","t":90,"s":[229.491,1001.691,0],"e":[239.491,1001.691,0],"to":[1.66666662693024,0,0],"ti":[-1.66666662693024,0,0]},{"t":100}],"ix":2},"a":{"a":0,"k":[4.83,35.41,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-4.58,-35.16],[-4.58,35.16],[4.58,29.88],[4.58,-29.87]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.791999966491,0.769000004787,0.769000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[4.83,35.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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":90,"op":609,"st":60,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Janela L Outlines 5","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[301.311,1040.036,0],"ix":2},"a":{"a":0,"k":[66.65,73.756,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[66.4,3.176],[66.4,73.506],[46.65,62.105],[1.831,36.226],[-9.6,29.626],[-18.509,24.476],[-49.329,6.686],[-66.4,-3.176],[-66.4,-73.506],[-49.329,-63.645],[-18.509,-45.855],[-9.6,-40.704],[1.831,-34.105]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.395999983245,0.532999973671,0.670999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[66.65,73.756],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":30,"op":611,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"JPB Outlines 2","tt":1,"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},"n":"0p833_0p833_0p167_0p167","t":90,"s":[301.311,1085.553,0],"e":[301.311,1072.553,0],"to":[0,-2.16666674613953,0],"ti":[0,2.16666674613953,0]},{"t":100}],"ix":2},"a":{"a":0,"k":[66.65,41.239,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-66.4,-35.708],[-66.4,-35.698],[66.4,40.988],[66.4,30.408],[-57.24,-40.988]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.987999949736,0.987999949736,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[66.65,41.238],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":90,"op":609,"st":60,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Janela L Outlines 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[301.311,1040.036,0],"ix":2},"a":{"a":0,"k":[66.65,73.756,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.25,0.25],[0.25,147.261],[-1.45,147.303],[-1.45,0.292]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.25,0.25],[0.25,147.261],[133.05,147.261],[133.05,0.25]],"c":true}]},{"t":60}],"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[66.4,3.176],[66.4,73.506],[46.65,62.105],[1.831,36.226],[-9.6,29.626],[-18.509,24.476],[-49.329,6.686],[-66.4,-3.176],[-66.4,-73.506],[-49.329,-63.645],[-18.509,-45.855],[-9.6,-40.704],[1.831,-34.105]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.395999983245,0.532999973671,0.670999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[66.65,73.756],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":30,"op":609,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Star/Stars Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":200,"s":[100],"e":[0]},{"t":210}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.416],"y":[1]},"o":{"x":[0.058],"y":[0]},"n":["0p416_1_0p058_0"],"t":70,"s":[-360],"e":[0]},{"t":115}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.348,"y":1},"o":{"x":0.187,"y":0},"n":"0p348_1_0p187_0","t":70,"s":[400,720,0],"e":[400,518,0],"to":[0,-33.6666679382324,0],"ti":[0,33.6666679382324,0]},{"t":115}],"ix":2},"a":{"a":0,"k":[83.5,66.5,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":70,"s":[0,0,100],"e":[100,100,100]},{"t":115}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.184,-6.451],[0,0],[-2.827,-0.41],[0,0],[5.15,-5.019],[0,0],[-0.485,-2.814],[0,0],[6.367,3.345],[0,0],[2.527,-1.328],[0,0],[-1.217,7.089],[0,0],[2.044,1.993],[0,0],[-7.119,1.032],[0,0],[-1.264,2.561],[0,0]],"o":[[0,0],[1.263,2.561],[0,0],[7.119,1.035],[0,0],[-2.044,1.993],[0,0],[1.217,7.089],[0,0],[-2.528,-1.328],[0,0],[-6.366,3.348],[0,0],[0.484,-2.814],[0,0],[-5.149,-5.022],[0,0],[2.827,-0.41],[0,0],[3.18,-6.451]],"v":[[7.78,-72.574],[25.955,-35.747],[32.489,-31.001],[73.131,-25.095],[77.941,-10.295],[48.533,18.37],[46.038,26.051],[52.979,66.528],[40.388,75.677],[4.039,56.568],[-4.038,56.568],[-40.388,75.677],[-52.98,66.528],[-46.038,26.051],[-48.533,18.37],[-77.941,-10.295],[-73.131,-25.095],[-32.489,-31.001],[-25.954,-35.747],[-7.781,-72.574]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.804000016755,0.340999977261,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[83.34,62.16],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":360,"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 2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-50,"op":250,"st":-50,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Star/Stars Outlines 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":109,"s":[50],"e":[0]},{"t":139}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[400,518,0],"ix":2},"a":{"a":0,"k":[83.5,66.5,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":109,"s":[100,100,100],"e":[200,200,100]},{"t":139}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.184,-6.451],[0,0],[-2.827,-0.41],[0,0],[5.15,-5.019],[0,0],[-0.485,-2.814],[0,0],[6.367,3.345],[0,0],[2.527,-1.328],[0,0],[-1.217,7.089],[0,0],[2.044,1.993],[0,0],[-7.119,1.032],[0,0],[-1.264,2.561],[0,0]],"o":[[0,0],[1.263,2.561],[0,0],[7.119,1.035],[0,0],[-2.044,1.993],[0,0],[1.217,7.089],[0,0],[-2.528,-1.328],[0,0],[-6.366,3.348],[0,0],[0.484,-2.814],[0,0],[-5.149,-5.022],[0,0],[2.827,-0.41],[0,0],[3.18,-6.451]],"v":[[7.78,-72.574],[25.955,-35.747],[32.489,-31.001],[73.131,-25.095],[77.941,-10.295],[48.533,18.37],[46.038,26.051],[52.979,66.528],[40.388,75.677],[4.039,56.568],[-4.038,56.568],[-40.388,75.677],[-52.98,66.528],[-46.038,26.051],[-48.533,18.37],[-77.941,-10.295],[-73.131,-25.095],[-32.489,-31.001],[-25.954,-35.747],[-7.781,-72.574]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.804000016755,0.340999977261,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[83.34,62.16],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":360,"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 2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":109,"op":244,"st":-56,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"LineF/Stars Outlines 06","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[400,800,0],"ix":2},"a":{"a":0,"k":[200.5,73.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[105.118,-28.167],[0,24.863]],"o":[[0,24.863],[-105.118,28.166],[0,0]],"v":[[190.333,-63.431],[-0.001,32.588],[-190.334,38.568]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.804000016755,0.340999977261,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":12,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[200.333,73.431],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":60,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[0],"e":[0]},{"t":90}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[100],"e":[0]},{"t":90}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":60,"op":106,"st":60,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"LineF/Stars Outlines 03","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[400,800,0],"ix":2},"a":{"a":0,"k":[200.5,73.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[105.118,-28.167],[0,24.863]],"o":[[0,24.863],[-105.118,28.166],[0,0]],"v":[[190.333,-63.431],[-0.001,32.588],[-190.334,38.568]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.804000016755,0.340999977261,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":12,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[200.333,73.431],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":45,"s":[0],"e":[0]},{"t":60}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":45,"s":[100],"e":[0]},{"t":60}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":30,"op":76,"st":30,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"LineF/Stars Outlines 05","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[400,900,0],"ix":2},"a":{"a":0,"k":[200.5,73.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[105.118,-28.167],[0,24.863]],"o":[[0,24.863],[-105.118,28.166],[0,0]],"v":[[190.333,-63.431],[-0.001,32.588],[-190.334,38.568]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.804000016755,0.340999977261,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":12,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[200.333,73.431],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":45,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":60,"s":[0],"e":[0]},{"t":75}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":60,"s":[100],"e":[0]},{"t":75}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":45,"op":91,"st":45,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"LineF/Stars Outlines 02","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[400,900,0],"ix":2},"a":{"a":0,"k":[200.5,73.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[105.118,-28.167],[0,24.863]],"o":[[0,24.863],[-105.118,28.166],[0,0]],"v":[[190.333,-63.431],[-0.001,32.588],[-190.334,38.568]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.804000016755,0.340999977261,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":12,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[200.333,73.431],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[0],"e":[0]},{"t":45}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[100],"e":[0]},{"t":45}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":15,"op":61,"st":15,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"LineF/Stars Outlines 04","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[400,1000,0],"ix":2},"a":{"a":0,"k":[200.5,73.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[105.118,-28.167],[0,24.863]],"o":[[0,24.863],[-105.118,28.166],[0,0]],"v":[[190.333,-63.431],[-0.001,32.588],[-190.334,38.568]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.804000016755,0.340999977261,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":12,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[200.333,73.431],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":45,"s":[0],"e":[0]},{"t":60}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":45,"s":[100],"e":[0]},{"t":60}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":30,"op":76,"st":30,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"LineF/Stars Outlines 01","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[400,1000,0],"ix":2},"a":{"a":0,"k":[200.5,73.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[105.118,-28.167],[0,24.863]],"o":[[0,24.863],[-105.118,28.166],[0,0]],"v":[[190.333,-63.431],[-0.001,32.588],[-190.334,38.568]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.804000016755,0.340999977261,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":12,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[200.333,73.431],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[0],"e":[0]},{"t":30}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[100],"e":[0]},{"t":30}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":46,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Teto Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":0,"s":[400,913.461,0],"e":[400,668.461,0],"to":[0,-40.8333320617676,0],"ti":[0,40.8333320617676,0]},{"t":60}],"ix":2},"a":{"a":0,"k":[180.29,104.196,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-10.516,8.045],[10.516,-4.099],[10.516,-8.045],[-10.516,4.099]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.658999992819,0.658999992819,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[286.22,72.49],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[-19.586,-9.336],[19.586,13.281],[19.586,9.336],[-19.586,-13.281]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.791999966491,0.769000004787,0.769000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[256.118,67.253],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"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":[[-30.103,-5.237],[9.07,17.38],[30.103,5.238],[-9.071,-17.38]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929000016755,0.905999995213,0.905999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[266.634,59.208],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"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":[[-10.516,8.045],[10.516,-4.098],[10.516,-8.045],[-10.516,4.099]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.658999992819,0.658999992819,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[236.531,43.787],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"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":[[-19.587,-9.335],[19.587,13.282],[19.587,9.335],[-19.587,-13.282]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.791999966491,0.769000004787,0.769000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[206.428,38.551],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"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":[[-30.103,-5.237],[9.071,17.38],[30.103,5.238],[-9.07,-17.38]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929000016755,0.905999995213,0.905999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[216.944,30.505],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"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":[[17.804,7.899],[13.682,10.279],[-17.804,-7.899],[-13.682,-10.279]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.769000004787,0.74900004069,0.74900004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[81.56,111.457],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"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":[[17.804,7.898],[13.682,10.279],[-17.804,-7.899],[-13.682,-10.279]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.769000004787,0.74900004069,0.74900004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[74.719,115.407],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"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":[[17.804,7.899],[13.682,10.279],[-17.804,-7.898],[-13.682,-10.279]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.769000004787,0.74900004069,0.74900004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[67.878,119.356],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"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":[[17.804,7.899],[13.682,10.279],[-17.804,-7.899],[-13.682,-10.279]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.769000004787,0.74900004069,0.74900004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[61.037,123.305],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"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":[[17.804,7.899],[13.682,10.279],[-17.804,-7.899],[-13.68,-10.279]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.769000004787,0.74900004069,0.74900004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[54.196,127.255],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"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":[[35.139,0],[-0.001,20.287],[-35.139,0],[-0.001,-20.287]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929000016755,0.905999995213,0.905999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[67.878,119.356],"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"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":[[17.57,8.04],[17.57,12.246],[-17.57,-8.041],[-17.57,-12.247]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.791999966491,0.769000004787,0.769000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[50.308,131.603],"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"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":[[17.57,-12.247],[17.57,-8.04],[-17.57,12.247],[-17.57,8.04]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.658999992819,0.658999992819,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[85.447,131.602],"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"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":[[180.041,-18.64],[-32.285,103.946],[-180.04,18.64],[32.285,-103.946]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.987999949736,0.987999949736,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[180.29,104.197],"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":"Group 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":0,"nm":"Janelinha R 2","parent":28,"refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[32.535,-294.586,0],"ix":2},"a":{"a":0,"k":[400,600,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":800,"h":1200,"ip":55,"op":220,"st":55,"bm":0},{"ddd":0,"ind":11,"ty":0,"nm":"Janela R 2","parent":28,"refId":"comp_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[32.535,-294.586,0],"ix":2},"a":{"a":0,"k":[400,600,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":800,"h":1200,"ip":70,"op":220,"st":40,"bm":0},{"ddd":0,"ind":12,"ty":0,"nm":"Janela L03","parent":28,"refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[32.535,-294.586,0],"ix":2},"a":{"a":0,"k":[400,600,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":800,"h":1200,"ip":40,"op":220,"st":10,"bm":0},{"ddd":0,"ind":13,"ty":0,"nm":"Janelinha R","parent":26,"refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[32.535,-294.586,0],"ix":2},"a":{"a":0,"k":[400,600,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":800,"h":1200,"ip":35,"op":230,"st":35,"bm":0},{"ddd":0,"ind":14,"ty":0,"nm":"Janela R","parent":26,"refId":"comp_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[32.535,-294.586,0],"ix":2},"a":{"a":0,"k":[400,600,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":800,"h":1200,"ip":50,"op":230,"st":20,"bm":0},{"ddd":0,"ind":15,"ty":0,"nm":"Janela L02","parent":27,"refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[180.291,-331.865,0],"ix":2},"a":{"a":0,"k":[400,600,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":800,"h":1200,"ip":20,"op":230,"st":-10,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"Janelinhas","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[400,974.421,0],"ix":2},"a":{"a":0,"k":[180.291,165.157,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-0.87,-5.82],[0.87,-6.82],[0.87,6.82],[-0.87,5.82]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.969000004787,0.944999964097,0.944999964097,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[344.54,154.796],"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":"Group 36","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.296,-14.16],[25.296,-14.05],[-25.296,15.16],[-25.296,13.04],[23.555,-15.16]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.987999949736,0.987999949736,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[320.115,176.066],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.296,-21.48],[25.296,-7.73],[-25.296,21.48],[-25.296,7.73],[23.555,-20.48]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.305999995213,0.411999990426,0.522000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[320.115,169.746],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"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":[[-0.87,-5.82],[0.87,-6.82],[0.87,6.82],[-0.87,5.82]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.969000004787,0.944999964097,0.944999964097,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[344.54,126.796],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.296,-14.16],[25.296,-14.05],[-25.296,15.16],[-25.296,13.04],[23.555,-15.16]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.987999949736,0.987999949736,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[320.115,147.776],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.296,-21.48],[25.296,-7.73],[-25.296,21.48],[-25.296,7.73],[23.555,-20.48]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.305999995213,0.411999990426,0.522000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[320.115,141.456],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"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":[[-0.87,-5.82],[0.87,-6.82],[0.87,6.82],[-0.87,5.82]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.969000004787,0.944999964097,0.944999964097,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[344.54,183.376],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.296,-14.16],[25.296,-14.05],[-25.296,15.16],[-25.296,13.04],[23.555,-15.16]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.987999949736,0.987999949736,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[320.115,204.356],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.296,-21.48],[25.296,-7.73],[-25.296,21.48],[-25.296,7.73],[23.555,-20.48]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.305999995213,0.411999990426,0.522000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[320.115,198.036],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"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":[[-0.87,-5.821],[0.87,-6.821],[0.87,6.82],[-0.87,5.82]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.969000004787,0.944999964097,0.944999964097,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[279.081,192.918],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.295,-14.16],[25.295,-14.05],[-25.295,15.16],[-25.295,13.041],[23.555,-15.16]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.987999949736,0.987999949736,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[254.656,213.897],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.295,-21.48],[25.295,-7.73],[-25.295,21.48],[-25.295,7.73],[23.555,-20.48]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.305999995213,0.411999990426,0.522000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[254.656,207.577],"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"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":[[-0.87,-5.821],[0.87,-6.821],[0.87,6.82],[-0.87,5.82]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.969000004787,0.944999964097,0.944999964097,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[279.081,164.628],"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.295,-14.16],[25.295,-14.05],[-25.295,15.16],[-25.295,13.041],[23.555,-15.16]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.987999949736,0.987999949736,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[254.656,185.607],"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.295,-21.48],[25.295,-7.73],[-25.295,21.48],[-25.295,7.73],[23.555,-20.48]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.305999995213,0.411999990426,0.522000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[254.656,179.287],"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":"Group 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"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":[[-0.87,-5.821],[0.87,-6.821],[0.87,6.82],[-0.87,5.82]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.969000004787,0.944999964097,0.944999964097,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[279.081,221.208],"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":"Group 33","np":2,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.295,-14.16],[25.295,-14.05],[-25.295,15.159],[-25.295,13.041],[23.555,-15.16]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.987999949736,0.987999949736,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[254.656,242.187],"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":"Group 34","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.295,-21.48],[25.295,-7.73],[-25.295,21.48],[-25.295,7.73],[23.555,-20.48]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.305999995213,0.411999990426,0.522000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[254.656,235.867],"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":"Group 35","np":2,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240,"st":0,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"JPR Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[429.545,1040.034,0],"ix":2},"a":{"a":0,"k":[4.83,35.41,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[4.58,-35.16],[4.58,35.16],[-4.58,29.88],[-4.58,-29.87]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.969000004787,0.944999964097,0.944999964097,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[4.83,35.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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240,"st":0,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"JPB Outlines 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[400.92,1091.729,0],"ix":2},"a":{"a":0,"k":[33.455,22.065,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[33.205,-16.535],[33.205,-16.525],[-33.205,21.815],[-33.205,11.235],[24.045,-21.815]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.987999949736,0.987999949736,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[33.455,22.065],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240,"st":0,"bm":0},{"ddd":0,"ind":20,"ty":4,"nm":"Janela R Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[400.916,1059.206,0],"ix":2},"a":{"a":0,"k":[33.451,54.582,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[33.201,-54.332],[-33.201,-15.994],[-33.201,54.332],[33.201,15.994]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.305999995213,0.411999990426,0.522000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[33.451,54.582],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240,"st":0,"bm":0},{"ddd":0,"ind":21,"ty":4,"nm":"Reflexo Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[277.561,1021.032,0],"ix":2},"a":{"a":0,"k":[25.83,44.89,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[5.715,-26.57],[5.715,33.17],[-5.715,26.57],[-5.715,-33.17]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.525,0.630999995213,0.741000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[45.694,56.36],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[15.41,-20.98],[15.41,38.77],[-15.41,20.97],[-15.41,-38.77]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.525,0.630999995213,0.741000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[15.66,39.02],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240,"st":0,"bm":0},{"ddd":0,"ind":22,"ty":4,"nm":"JPL Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[239.491,1001.691,0],"ix":2},"a":{"a":0,"k":[4.83,35.41,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-4.58,-35.16],[-4.58,35.16],[4.58,29.88],[4.58,-29.87]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.791999966491,0.769000004787,0.769000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[4.83,35.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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240,"st":0,"bm":0},{"ddd":0,"ind":23,"ty":4,"nm":"JPB Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[301.311,1072.553,0],"ix":2},"a":{"a":0,"k":[66.65,41.239,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-66.4,-35.708],[-66.4,-35.698],[66.4,40.988],[66.4,30.408],[-57.24,-40.988]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.987999949736,0.987999949736,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[66.65,41.238],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240,"st":0,"bm":0},{"ddd":0,"ind":24,"ty":4,"nm":"Janela L Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[301.311,1040.036,0],"ix":2},"a":{"a":0,"k":[66.65,73.756,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[66.4,3.176],[66.4,73.506],[46.65,62.105],[1.831,36.226],[-9.6,29.626],[-18.509,24.476],[-49.329,6.686],[-66.4,-3.176],[-66.4,-73.506],[-49.329,-63.645],[-18.509,-45.855],[-9.6,-40.704],[1.831,-34.105]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.395999983245,0.532999973671,0.670999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[66.65,73.756],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240,"st":0,"bm":0},{"ddd":0,"ind":26,"ty":3,"nm":"P02R","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":0.5},"o":{"x":0.333,"y":0},"n":"0p667_0p5_0p333_0","t":0,"s":[473.877,1017.082,0],"e":[473.877,894.583,0],"to":[0,-10.2082796096802,0],"ti":[0,56.1454696655273,0]},{"t":30}],"ix":2},"a":{"a":0,"k":[106.412,122.496,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ip":0,"op":240,"st":0,"bm":0},{"ddd":0,"ind":27,"ty":3,"nm":"P02L","parent":26,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-73.628,141.135,0],"ix":2},"a":{"a":0,"k":[74.128,103.856,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ip":0,"op":240,"st":0,"bm":0},{"ddd":0,"ind":28,"ty":3,"nm":"P03R","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":0,"s":[473.877,1017.082,0],"e":[473.877,772.082,0],"to":[0,-20.4166927337646,0],"ti":[0,10.2083873748779,0]},{"t":60}],"ix":2},"a":{"a":0,"k":[106.412,122.496,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ip":0,"op":240,"st":0,"bm":0},{"ddd":0,"ind":30,"ty":4,"nm":"BGR","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[473.877,1017.082,0],"ix":2},"a":{"a":0,"k":[106.412,122.496,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[106.163,-0.34],[-106.163,122.246],[-106.163,0.34],[106.163,-122.246]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[106.163,-0.34],[-106.163,122.246],[-105.867,-245.271],[106.458,-367.857]],"c":true}]},{"t":60}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.791999966491,0.769000004787,0.769000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[106.412,122.496],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240,"st":0,"bm":0},{"ddd":0,"ind":31,"ty":4,"nm":"BGL","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[293.837,1035.722,0],"ix":2},"a":{"a":0,"k":[74.128,103.856,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[73.878,103.606],[-73.878,18.299],[-73.878,-103.606],[73.878,-18.299]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[73.878,103.607],[-73.878,18.299],[-73.617,-348.544],[74.138,-263.237]],"c":true}]},{"t":60}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.969000004787,0.944999964097,0.944999964097,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[74.128,103.857],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240,"st":0,"bm":0},{"ddd":0,"ind":32,"ty":4,"nm":"LineB/Stars Outlines 06","parent":7,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200.5,47.5,0],"ix":2},"a":{"a":0,"k":[200.5,73.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-105.118,28.167],[0,-24.863]],"o":[[0,-24.863],[105.118,-28.166],[0,0]],"v":[[-190.333,63.431],[-0.001,-32.588],[190.333,-38.568]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.910000011968,0.630999995213,0.310000011968,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":12,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[200.333,73.431],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":45,"s":[100],"e":[7]},{"t":60}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":59,"s":[100],"e":[7]},{"t":74}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":30,"op":76,"st":30,"bm":0},{"ddd":0,"ind":33,"ty":4,"nm":"LineB/Stars Outlines 01","parent":8,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200.5,47.5,0],"ix":2},"a":{"a":0,"k":[200.5,73.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-105.118,28.167],[0,-24.863]],"o":[[0,-24.863],[105.118,-28.166],[0,0]],"v":[[-190.333,63.431],[-0.001,-32.588],[190.333,-38.568]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.910000011968,0.630999995213,0.310000011968,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":12,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[200.333,73.431],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[100],"e":[7]},{"t":30}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":29,"s":[100],"e":[7]},{"t":44}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":46,"st":0,"bm":0},{"ddd":0,"ind":34,"ty":4,"nm":"LineB/Stars Outlines 05","parent":5,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200.5,47.5,0],"ix":2},"a":{"a":0,"k":[200.5,73.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-105.118,28.167],[0,-24.863]],"o":[[0,-24.863],[105.118,-28.166],[0,0]],"v":[[-190.333,63.431],[-0.001,-32.588],[190.333,-38.568]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.910000011968,0.630999995213,0.310000011968,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":12,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[200.333,73.431],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":60,"s":[100],"e":[7]},{"t":75}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":74,"s":[100],"e":[7]},{"t":89}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":45,"op":91,"st":45,"bm":0},{"ddd":0,"ind":35,"ty":4,"nm":"LineB/Stars Outlines 02","parent":6,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200.5,47.5,0],"ix":2},"a":{"a":0,"k":[200.5,73.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-105.118,28.167],[0,-24.863]],"o":[[0,-24.863],[105.118,-28.166],[0,0]],"v":[[-190.333,63.431],[-0.001,-32.588],[190.333,-38.568]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.910000011968,0.630999995213,0.310000011968,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":12,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[200.333,73.431],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[100],"e":[7]},{"t":45}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[100],"e":[7]},{"t":59}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":15,"op":61,"st":15,"bm":0},{"ddd":0,"ind":36,"ty":4,"nm":"LineB/Stars Outlines 04","parent":3,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200.5,47.5,0],"ix":2},"a":{"a":0,"k":[200.5,73.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-105.118,28.167],[0,-24.863]],"o":[[0,-24.863],[105.118,-28.166],[0,0]],"v":[[-190.333,63.431],[-0.001,-32.588],[190.333,-38.568]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.910000011968,0.630999995213,0.310000011968,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":12,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[200.333,73.431],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[100],"e":[7]},{"t":90}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":89,"s":[100],"e":[7]},{"t":104}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":60,"op":106,"st":60,"bm":0},{"ddd":0,"ind":37,"ty":4,"nm":"LineB/Stars Outlines 03","parent":4,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200.5,47.5,0],"ix":2},"a":{"a":0,"k":[200.5,73.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-105.118,28.167],[0,-24.863]],"o":[[0,-24.863],[105.118,-28.166],[0,0]],"v":[[-190.333,63.431],[-0.001,-32.588],[190.333,-38.568]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.910000011968,0.630999995213,0.310000011968,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":12,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[200.333,73.431],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":45,"s":[100],"e":[7]},{"t":60}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":59,"s":[100],"e":[7]},{"t":74}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":30,"op":76,"st":30,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/camera.json b/ohos/flutter_lottie/assets/lottiefiles/camera.json new file mode 100644 index 0000000000000000000000000000000000000000..65d0f5bfb190ad17eca737279814f4a63bae856b --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/camera.json @@ -0,0 +1 @@ +{"v":"4.5.7","fr":30,"ip":0,"op":309,"w":300,"h":300,"ddd":0,"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Cam","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"t":1}]},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p833_0p333_0"],"t":28,"s":[-180],"e":[0]},{"t":50}],"x":"var $bm_rt;\nvar amp, freq, decay, n, n, t, t, v;\namp = 0.05;\nfreq = 2;\ndecay = 7;\n$bm_rt = n = 0;\nif (numKeys > 0) {\n $bm_rt = n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n}\nif (n == 0) {\n $bm_rt = t = 0;\n} else {\n $bm_rt = t = sub(time, key(n).time);\n}\nif (n > 0) {\n v = velocityAtTime(sub(key(n).time, div(thisComp.frameDuration, 10)));\n $bm_rt = sum(value, div(mul(mul(v, amp), Math.sin(mul(mul(mul(freq, t), 2), Math.PI))), Math.exp(mul(decay, t))));\n} else {\n $bm_rt = value;\n}"},"p":{"a":1,"k":[{"i":{"x":0.722,"y":1},"o":{"x":1,"y":0},"n":"0p722_1_1_0","t":19,"s":[150,150,0],"e":[150,51,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.873,"y":0},"n":"0p833_0p833_0p873_0","t":36,"s":[150,51,0],"e":[150,150,0],"to":[0,0,0],"ti":[0,0,0]},{"t":51}],"x":"var $bm_rt;\nvar amp, freq, decay, n, n, t, t, v;\namp = 0.1;\nfreq = 1.5;\ndecay = 4;\n$bm_rt = n = 0;\nif (numKeys > 0) {\n $bm_rt = n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n}\nif (n == 0) {\n $bm_rt = t = 0;\n} else {\n $bm_rt = t = sub(time, key(n).time);\n}\nif (n > 0) {\n v = velocityAtTime(sub(key(n).time, div(thisComp.frameDuration, 10)));\n $bm_rt = sum(value, div(mul(mul(v, amp), Math.sin(mul(mul(mul(freq, t), 2), Math.PI))), Math.exp(mul(decay, t))));\n} else {\n $bm_rt = value;\n}"},"a":{"a":0,"k":[960,540,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":61,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.673,3.416],[-5.577,3.416],[-5.625,3.396],[5.625,3.396]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.615,-5.459],[-5.635,-5.459],[-5.625,3.396],[5.625,3.396]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":67,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.615,-5.459],[-5.635,-5.459],[-5.625,3.396],[5.625,3.396]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.591,-2.271],[-5.659,-2.271],[-5.625,3.396],[5.625,3.396]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":78,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.591,-2.271],[-5.659,-2.271],[-5.625,3.396],[5.625,3.396]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.655,-4.208],[-5.595,-4.208],[-5.625,3.396],[5.625,3.396]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":89,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.655,-4.208],[-5.595,-4.208],[-5.625,3.396],[5.625,3.396]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.625,-3.396],[-5.625,-3.396],[-5.625,3.396],[5.625,3.396]],"c":true}]},{"t":98}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.24,0.26,0.28,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[932.625,514.146],"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":57,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.938,5.401],[-16.938,5.401],[-11.337,5.349],[11.451,5.349]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.938,5.401],[-16.938,5.401],[-11.391,-8.901],[11.397,-8.901]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":63,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.938,5.401],[-16.938,5.401],[-11.391,-8.901],[11.397,-8.901]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.938,5.401],[-16.938,5.401],[-11.39,-2.151],[11.398,-2.151]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":74,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.938,5.401],[-16.938,5.401],[-11.39,-2.151],[11.398,-2.151]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.938,5.401],[-16.938,5.401],[-11.384,-6.901],[11.404,-6.901]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":85,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.938,5.401],[-16.938,5.401],[-11.384,-6.901],[11.404,-6.901]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.938,5.401],[-16.938,5.401],[-11.395,-5.401],[11.393,-5.401]],"c":true}]},{"t":94}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.24,0.26,0.28,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[960.938,512.141],"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":"Group 4","np":2,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":0,"k":[952.438,512.141],"ix":2},"a":{"a":0,"k":[952.438,512.141],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":57,"s":[0],"e":[100]},{"t":58}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"top","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[988.179,533.464],[994.861,533.464]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.51,0.3,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[991.542,530.006],"ix":2},"a":{"a":0,"k":[991.542,530.006],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[1,1],"y":[0,1]},"n":["0p833_0p833_1_0","0p833_0p833_1_1"],"t":61,"s":[0,100],"e":[100,100]},{"t":71}],"x":"var $bm_rt;\nvar amp, freq, decay, n, n, t, t, v;\namp = 0.05;\nfreq = 1.5;\ndecay = 4;\n$bm_rt = n = 0;\nif (numKeys > 0) {\n $bm_rt = n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n}\nif (n == 0) {\n $bm_rt = t = 0;\n} else {\n $bm_rt = t = sub(time, key(n).time);\n}\nif (n > 0) {\n v = velocityAtTime(sub(key(n).time, div(thisComp.frameDuration, 10)));\n $bm_rt = sum(value, div(mul(mul(v, amp), Math.sin(mul(mul(mul(freq, t), 2), Math.PI))), Math.exp(mul(decay, t))));\n} else {\n $bm_rt = value;\n}","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 2","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-1.721],[2.254,0],[0,1.722],[-2.255,0]],"o":[[0,1.722],[-2.255,0],[0,-1.721],[2.254,0]],"v":[[4.082,-0.001],[0,3.117],[-4.082,-0.001],[0,-3.117]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[960.938,545.6],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[1,1],"y":[0,0]},"n":["0p833_0p833_1_0","0p833_0p833_1_0"],"t":54,"s":[0,0],"e":[100,100]},{"t":69}],"x":"var $bm_rt;\nvar amp, freq, decay, n, n, t, t, v;\namp = 0.05;\nfreq = 1.5;\ndecay = 4;\n$bm_rt = n = 0;\nif (numKeys > 0) {\n $bm_rt = n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n}\nif (n == 0) {\n $bm_rt = t = 0;\n} else {\n $bm_rt = t = sub(time, key(n).time);\n}\nif (n > 0) {\n v = velocityAtTime(sub(key(n).time, div(thisComp.frameDuration, 10)));\n $bm_rt = sum(value, div(mul(mul(v, amp), Math.sin(mul(mul(mul(freq, t), 2), Math.PI))), Math.exp(mul(decay, t))));\n} else {\n $bm_rt = value;\n}","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 3","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-5.513],[5.511,0],[0,5.512],[-5.513,0]],"o":[[0,5.512],[-5.513,0],[0,-5.513],[5.511,0]],"v":[[9.981,0],[0.001,9.981],[-9.981,0],[0.001,-9.98]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.51,0.3,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[960.938,549.846],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[1,1],"y":[0,0]},"n":["0p833_0p833_1_0","0p833_0p833_1_0"],"t":44,"s":[0,0],"e":[100,100]},{"t":59}],"x":"var $bm_rt;\nvar amp, freq, decay, n, n, t, t, v;\namp = 0.05;\nfreq = 1.5;\ndecay = 4;\n$bm_rt = n = 0;\nif (numKeys > 0) {\n $bm_rt = n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n}\nif (n == 0) {\n $bm_rt = t = 0;\n} else {\n $bm_rt = t = sub(time, key(n).time);\n}\nif (n > 0) {\n v = velocityAtTime(sub(key(n).time, div(thisComp.frameDuration, 10)));\n $bm_rt = sum(value, div(mul(mul(v, amp), Math.sin(mul(mul(mul(freq, t), 2), Math.PI))), Math.exp(mul(decay, t))));\n} else {\n $bm_rt = value;\n}","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 5","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-8.74],[8.74,0],[0,8.739],[-8.741,0]],"o":[[0,8.739],[-8.741,0],[0,-8.74],[8.74,0]],"v":[[15.826,0.001],[0,15.826],[-15.826,0.001],[0,-15.826]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.588],"y":[0]},"n":["0_1_0p588_0"],"t":57,"s":[0],"e":[100]},{"t":87}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0.24,0.26,0.28,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[960.939,549.846],"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":"Group 6","np":3,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":0,"k":[960.939,549.846],"ix":2},"a":{"a":0,"k":[960.939,549.846],"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":"lense","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":1,"y":0},"n":"0p833_0p833_1_0","t":40,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[920.376,541.456],[920.263,542.073]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[920.466,526.081],[920.353,526.698]],"c":false}]},{"i":{"x":0,"y":1},"o":{"x":0.22,"y":0},"n":"0_1_0p22_0","t":51,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[920.466,526.081],[920.353,526.698]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[920.466,526.081],[1001.41,526.081]],"c":false}]},{"t":71}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.24,0.26,0.28,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 7","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.11,"y":1},"o":{"x":1,"y":0},"n":"0p11_1_1_0","t":0,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-40.5,-3.375],[-40.444,-3.154],[-40.5,-3.346],[-40.556,-3.567]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-40.528,27.5],[-40.472,27.721],[-40.472,-27.721],[-40.528,-27.942]],"c":true}]},{"i":{"x":0.19,"y":1},"o":{"x":0.657,"y":0},"n":"0p19_1_0p657_0","t":20,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-40.528,27.5],[-40.472,27.721],[-40.472,-27.721],[-40.528,-27.942]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[40.472,27.721],[-40.472,27.721],[-40.472,-27.721],[40.472,-27.721]],"c":true}]},{"t":40.052734375}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.24,0.26,0.28,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[960.938,545.263],"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":"box","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":309,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/camptravel.zip b/ohos/flutter_lottie/assets/lottiefiles/camptravel.zip new file mode 100644 index 0000000000000000000000000000000000000000..65a9f3860a88315d61df78b1f4a8827893264ec2 Binary files /dev/null and b/ohos/flutter_lottie/assets/lottiefiles/camptravel.zip differ diff --git a/ohos/flutter_lottie/assets/lottiefiles/cancel_button.json b/ohos/flutter_lottie/assets/lottiefiles/cancel_button.json new file mode 100644 index 0000000000000000000000000000000000000000..0f9c92272fcddfc8509eb57bd690a68d18502682 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/cancel_button.json @@ -0,0 +1 @@ +{"v":"4.5.7","fr":30,"ip":0,"op":180,"w":600,"h":600,"ddd":0,"assets":[],"fonts":{"list":[{"fName":"Roboto-Regular","fFamily":"Roboto","fStyle":"Regular","ascent":75}]},"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Success","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[304,307.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-45.75,-26.25],[-11.75,7.75],[17.75,-21.75]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p1_1_0p167_0p167"],"t":45,"s":[0],"e":[100]},{"i":{"x":[0.67],"y":[0.67]},"o":{"x":[0.33],"y":[0.33]},"n":["0p67_0p67_0p33_0p33"],"t":55,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.9],"y":[0]},"n":["0p833_0p833_0p9_0"],"t":122,"s":[100],"e":[0]},{"t":132}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p1_1_0p167_0p167"],"t":49,"s":[0],"e":[33]},{"i":{"x":[0.67],"y":[0.67]},"o":{"x":[0.33],"y":[0.33]},"n":["0p67_0p67_0p33_0p33"],"t":59,"s":[33],"e":[33]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.9],"y":[0]},"n":["0p833_0p833_0p9_0"],"t":118,"s":[33],"e":[0]},{"t":128}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0.91,0.3,0.24,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":4,"mn":"ADBE Vector Group"}],"ip":46,"op":132,"st":-14,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":5,"nm":"Cancel 7","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":138,"s":[0],"e":[100]},{"t":142}]},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.1,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p1_1_0p167_0p167","t":136,"s":[300,306,0],"e":[300,300,0],"to":[0,-1,0],"ti":[0,1,0]},{"t":156}]},"a":{"a":0,"k":[0.099,-16.655,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[68.599,-39.738],[58.099,-39.738],[58.099,7.012],[68.599,7.012]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"t":{"d":{"k":[{"s":{"s":45,"f":"Roboto-Regular","t":"Cancel","j":2,"tr":0,"lh":54,"fc":[0.91,0.3,0.24]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0]}},"a":[]},"ip":136,"op":316,"st":136,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":5,"nm":"Cancel 6","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":137,"s":[0],"e":[100]},{"t":141}]},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.1,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p1_1_0p167_0p167","t":135,"s":[300,306,0],"e":[300,300,0],"to":[0,-1,0],"ti":[0,1,0]},{"t":155}]},"a":{"a":0,"k":[0.099,-16.655,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[58.599,-29.988],[33.349,-29.988],[33.349,7.512],[58.599,7.512]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"t":{"d":{"k":[{"s":{"s":45,"f":"Roboto-Regular","t":"Cancel","j":2,"tr":0,"lh":54,"fc":[0.91,0.3,0.24]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0]}},"a":[]},"ip":135,"op":315,"st":135,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":5,"nm":"Cancel 5","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":136,"s":[0],"e":[100]},{"t":140}]},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.1,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p1_1_0p167_0p167","t":134,"s":[300,306,0],"e":[300,300,0],"to":[0,-1,0],"ti":[0,1,0]},{"t":154}]},"a":{"a":0,"k":[0.099,-16.655,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[33.599,-36.238],[9.599,-36.238],[9.599,8.762],[33.599,8.762]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"t":{"d":{"k":[{"s":{"s":45,"f":"Roboto-Regular","t":"Cancel","j":2,"tr":0,"lh":54,"fc":[0.91,0.3,0.24]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0]}},"a":[]},"ip":134,"op":314,"st":134,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":5,"nm":"Cancel 4","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":135,"s":[0],"e":[100]},{"t":139}]},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.1,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p1_1_0p167_0p167","t":133,"s":[300,306,0],"e":[300,300,0],"to":[0,-1,0],"ti":[0,1,0]},{"t":153}]},"a":{"a":0,"k":[0.099,-16.655,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[9.599,-33.238],[-13.901,-33.238],[-13.901,7.262],[9.599,7.262]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"t":{"d":{"k":[{"s":{"s":45,"f":"Roboto-Regular","t":"Cancel","j":2,"tr":0,"lh":54,"fc":[0.91,0.3,0.24]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0]}},"a":[]},"ip":133,"op":313,"st":133,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":5,"nm":"Cancel 3","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":134,"s":[0],"e":[100]},{"t":138}]},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.1,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p1_1_0p167_0p167","t":132,"s":[300,306,0],"e":[300,300,0],"to":[0,-1,0],"ti":[0,1,0]},{"t":152}]},"a":{"a":0,"k":[0.099,-16.655,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-14.901,-31.238],[-39.401,-31.238],[-39.401,8.762],[-14.901,8.762]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"t":{"d":{"k":[{"s":{"s":45,"f":"Roboto-Regular","t":"Cancel","j":2,"tr":0,"lh":54,"fc":[0.91,0.3,0.24]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0]}},"a":[]},"ip":132,"op":312,"st":132,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":5,"nm":"Cancel 2","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":133,"s":[0],"e":[100]},{"t":137}]},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.1,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p1_1_0p167_0p167","t":131,"s":[300,306,0],"e":[300,300,0],"to":[0,-1,0],"ti":[0,1,0]},{"t":151}]},"a":{"a":0,"k":[0.099,-16.655,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-36.901,-40.738],[-72.401,-40.738],[-72.401,7.762],[-36.901,7.762]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"t":{"d":{"k":[{"s":{"s":45,"f":"Roboto-Regular","t":"Cancel","j":2,"tr":0,"lh":54,"fc":[0.91,0.3,0.24]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0]}},"a":[]},"ip":131,"op":311,"st":131,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":5,"nm":"Cancel","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":41,"s":[100],"e":[0]},{"t":45}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[300,300,0]},"a":{"a":0,"k":[0.099,-16.655,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"t":{"d":{"k":[{"s":{"s":45,"f":"Roboto-Regular","t":"Cancel","j":2,"tr":0,"lh":54,"fc":[0.91,0.3,0.24]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0]}},"a":[]},"ip":0,"op":46,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Button","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[300,300,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[50,50,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.1,"y":1},"o":{"x":0.9,"y":0},"n":"0p1_1_0p9_0","t":39,"s":[{"i":[[0,0],[0,51.004],[-51.004,0],[0,0],[0,-51.004],[51.005,0]],"o":[[-51.004,0],[0,-51.004],[0,0],[51.005,0],[0,51.004],[0,0]],"v":[[-272,92.5],[-364.5,0],[-272,-92.5],[272,-92.5],[364.5,0],[272,92.5]],"c":true}],"e":[{"i":[[0,0],[0,51.004],[-51.004,0],[0,0],[0,-51.004],[51.005,0]],"o":[[-51.004,0],[0,-51.004],[0,0],[51.005,0],[0,51.004],[0,0]],"v":[[0,92],[-92.5,-0.5],[0,-93],[1,-92.5],[93.5,0],[1,92.5]],"c":true}]},{"i":{"x":0.1,"y":1},"o":{"x":0.9,"y":0},"n":"0p1_1_0p9_0","t":49,"s":[{"i":[[0,0],[0,51.004],[-51.004,0],[0,0],[0,-51.004],[51.005,0]],"o":[[-51.004,0],[0,-51.004],[0,0],[51.005,0],[0,51.004],[0,0]],"v":[[0,92],[-92.5,-0.5],[0,-93],[1,-92.5],[93.5,0],[1,92.5]],"c":true}],"e":[{"i":[[0,0],[0,51.004],[-51.004,0],[0,0],[0,-51.004],[51.005,0]],"o":[[-51.004,0],[0,-51.004],[0,0],[51.005,0],[0,51.004],[0,0]],"v":[[0,92],[-92.5,-0.5],[0,-93],[1,-92.5],[93.5,0],[1,92.5]],"c":true}]},{"i":{"x":0.1,"y":1},"o":{"x":0.9,"y":0},"n":"0p1_1_0p9_0","t":129,"s":[{"i":[[0,0],[0,51.004],[-51.004,0],[0,0],[0,-51.004],[51.005,0]],"o":[[-51.004,0],[0,-51.004],[0,0],[51.005,0],[0,51.004],[0,0]],"v":[[0,92],[-92.5,-0.5],[0,-93],[1,-92.5],[93.5,0],[1,92.5]],"c":true}],"e":[{"i":[[0,0],[0,51.004],[-51.004,0],[0,0],[0,-51.004],[51.005,0]],"o":[[-51.004,0],[0,-51.004],[0,0],[51.005,0],[0,51.004],[0,0]],"v":[[-272,92.5],[-364.5,0],[-272,-92.5],[272,-92.5],[364.5,0],[272,92.5]],"c":true}]},{"t":139}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.91,0.3,0.24,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":16},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"mn":"ADBE Vector Group"}],"ip":0,"op":180,"st":4,"bm":0,"sr":1}],"chars":[{"ch":"C","size":45,"style":"Regular","w":65.09,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[51.123,-22.559],[48.364,-12.589],[38.802,-6.689],[23.291,-8.97],[15.234,-24.233],[15.234,-38.846],[16.935,-53.327],[28.434,-64.404],[43.107,-63.131],[50.309,-53.923],[60.547,-48.242],[57.145,-61.531],[41.976,-72.07],[23.714,-70.728],[11.711,-61.507],[5.811,-45.67],[5.811,-32.227],[8.341,-14.079],[25.196,0.977],[47.551,-1.065],[59.668,-15.039]],"o":[[50.211,-16.7],[42.798,-7.868],[27.799,-6.689],[16.845,-18.092],[15.234,-31.955],[15.234,-47.023],[23.738,-62.189],[39.307,-64.404],[48.543,-58.037],[51.123,-48.242],[59.798,-55.696],[48.03,-69.962],[28.727,-72.07],[15.055,-65.356],[6.99,-51.481],[5.811,-39.062],[5.811,-22.136],[18.464,-2.034],[41.341,0.977],[56.893,-9.236],[60.547,-22.559]],"v":[[51.123,-22.559],[45.581,-10.229],[33.594,-6.689],[20.068,-13.531],[15.234,-31.955],[15.234,-38.846],[20.337,-57.758],[34.424,-64.404],[45.825,-60.584],[51.123,-48.242],[60.547,-48.242],[52.588,-65.747],[34.424,-72.07],[19.385,-68.042],[9.351,-56.494],[5.811,-39.062],[5.811,-32.227],[13.403,-8.057],[33.594,0.977],[52.222,-5.151],[60.547,-22.559]],"c":true}},"nm":"C","mn":"ADBE Vector Shape - Group"}],"nm":"C","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[2.783,-2.36],[5.208,0],[3.223,4.561],[0,7.722],[0,0],[-3.402,4.431],[-5.99,0],[-2.718,-2.547],[-0.814,-5.681],[0,0],[4.557,4.216],[7.552,0],[4.329,-2.686],[2.36,-5.013],[0,-6.608],[0,0],[-5.062,-6.022],[-8.398,0],[-4.671,4.086],[-0.879,7.52]],"o":[[-0.912,5.859],[-2.783,2.361],[-5.795,0],[-3.223,-4.561],[0,0],[0,-8.177],[3.401,-4.431],[4.883,0],[2.718,2.547],[0,0],[-0.749,-7.454],[-4.558,-4.215],[-5.697,0],[-4.33,2.686],[-2.361,5.013],[0,0],[0,10.091],[5.061,6.023],[7.747,0],[4.671,-4.085],[0,0]],"v":[[116.211,-22.559],[110.669,-10.229],[98.682,-6.689],[85.156,-13.531],[80.322,-31.955],[80.322,-38.846],[85.425,-57.758],[99.512,-64.404],[110.913,-60.584],[116.211,-48.242],[125.635,-48.242],[117.676,-65.747],[99.512,-72.07],[84.473,-68.042],[74.438,-56.494],[70.898,-39.062],[70.898,-32.227],[78.491,-8.057],[98.682,0.977],[117.31,-5.151],[125.635,-22.559]],"c":true}},"nm":"C","mn":"ADBE Vector Shape - Group"}],"nm":"C","np":3,"mn":"ADBE Vector Group"}]},"fFamily":"Roboto"},{"ch":"a","size":45,"style":"Regular","w":54.39,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[48.926,0],[48.926,-0.781],[47.07,-7.503],[47.07,-36.67],[45.149,-46.199],[33.48,-53.809],[20.027,-53.092],[11.075,-48.282],[6.396,-40.821],[15.479,-38.184],[16.569,-42.464],[23.632,-46.533],[33.317,-45.597],[38.037,-39.339],[38.037,-32.031],[29.248,-32.031],[15.779,-30.509],[5.322,-20.149],[6.99,-6.388],[17.936,0.977],[33.985,-1.204],[38.932,-1.041]],"o":[[48.926,0],[47.689,-3.645],[47.07,-12.354],[46.94,-42.008],[38.248,-52.286],[23.552,-53.809],[13.614,-50.227],[7.332,-43.367],[6.396,-38.184],[15.479,-40.495],[20.93,-45.719],[30.533,-46.533],[37.093,-41.854],[38.037,-36.182],[38.037,-32.031],[21.663,-32.031],[7.414,-24.422],[5.322,-10.123],[13.663,-0.496],[28.972,0.977],[38.509,-2.896],[39.453,0]],"v":[[48.926,0],[48.926,-0.781],[47.07,-12.354],[47.07,-36.67],[41.699,-49.243],[27.393,-53.809],[16.821,-51.66],[9.204,-45.825],[6.396,-38.184],[15.479,-38.184],[18.75,-44.092],[26.855,-46.533],[35.205,-43.726],[38.037,-36.182],[38.037,-32.031],[29.248,-32.031],[11.597,-27.466],[5.322,-14.648],[10.327,-3.442],[23.145,0.977],[38.184,-5.566],[39.453,0]],"c":true}},"nm":"a","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[19.076,-7.682],[14.355,-13.086],[19.889,-25.635],[38.037,-25.635],[38.037,-14.795],[35.059,-10.547],[27.295,-6.885]],"o":[[15.3,-10.872],[14.355,-22.395],[30.957,-25.635],[38.037,-25.635],[36.897,-12.451],[29.981,-7.617],[21.501,-6.885]],"v":[[17.188,-9.277],[14.355,-15.918],[30.957,-25.635],[38.037,-25.635],[38.037,-14.795],[32.52,-9.082],[24.463,-6.885]],"c":true}},"nm":"a","mn":"ADBE Vector Shape - Group"}],"nm":"a","np":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,4.851],[0,0],[3.45,3.044],[6.087,0],[3.206,-1.432],[1.871,-2.457],[0,-2.637],[0,0],[-2.181,1.628],[-3.223,0],[-1.888,-1.871],[0,-3.157],[0,0],[0,0],[4.182,-3.043],[0,-5.501],[-3.337,-2.946],[-5.209,0],[-4.199,4.362],[-0.521,-1.041]],"o":[[0,0],[-1.237,-2.864],[0,0],[-0.13,-5.338],[-3.451,-3.043],[-3.841,0],[-3.207,1.433],[-1.872,2.458],[0,0],[0,-2.311],[2.18,-1.627],[3.678,0],[1.888,1.872],[0,0],[0,0],[-7.585,0],[-4.183,3.044],[0,4.525],[3.336,2.946],[5.827,0],[0.325,2.67],[0,0]],"v":[[103.32,0],[103.32,-0.781],[101.465,-12.354],[101.465,-36.67],[96.094,-49.243],[81.787,-53.809],[71.216,-51.66],[63.599,-45.825],[60.791,-38.184],[69.873,-38.184],[73.145,-44.092],[81.25,-46.533],[89.6,-43.726],[92.432,-36.182],[92.432,-32.031],[83.643,-32.031],[65.991,-27.466],[59.717,-14.648],[64.722,-3.442],[77.539,0.977],[92.578,-5.566],[93.848,0]],"c":true}},"nm":"a","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[1.888,1.595],[0,2.832],[-11.068,0],[0,0],[0,0],[2.539,-1.465],[2.832,0]],"o":[[-1.888,-1.595],[0,-6.477],[0,0],[0,0],[-1.14,2.344],[-2.539,1.465],[-2.962,0]],"v":[[71.582,-9.277],[68.75,-15.918],[85.352,-25.635],[92.432,-25.635],[92.432,-14.795],[86.914,-9.082],[78.857,-6.885]],"c":true}},"nm":"a","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"}],"nm":"a","np":5,"mn":"ADBE Vector Group"}]},"fFamily":"Roboto"},{"ch":"n","size":45,"style":"Regular","w":55.18,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[6.836,-52.832],[6.836,0],[15.869,0],[15.869,-37.646],[18.831,-42.237],[25.83,-46.143],[35.034,-45.231],[39.322,-38.77],[39.355,0],[48.389,0],[48.389,-34.912],[42.659,-53.809],[19.71,-51.269],[15.381,-52.832]],"o":[[6.836,-52.832],[6.836,0],[15.869,0],[17.106,-40.185],[23.258,-45.361],[32.373,-46.143],[38.452,-41.585],[39.355,-34.961],[39.355,0],[48.389,0],[48.291,-47.51],[24.983,-53.809],[15.674,-46.191],[15.381,-52.832]],"v":[[6.836,-52.832],[6.836,0],[15.869,0],[15.869,-37.646],[21.045,-43.799],[28.76,-46.143],[36.743,-43.408],[39.355,-34.961],[39.355,0],[48.389,0],[48.389,-34.912],[31.494,-53.809],[15.674,-46.191],[15.381,-52.832]],"c":true}},"nm":"n","mn":"ADBE Vector Shape - Group"}],"nm":"n","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[-2.214,1.562],[-2.93,0],[-1.709,-1.823],[-0.033,-3.809],[0,0],[0,0],[0,0],[11.165,0],[4.036,-5.078],[0,0]],"o":[[0,0],[0,0],[0,0],[1.237,-2.539],[2.213,-1.562],[3.613,0],[1.709,1.823],[0,0],[0,0],[0,0],[-0.098,-12.598],[-6.511,0],[0,0],[0,0]],"v":[[62.012,-52.832],[62.012,0],[71.045,0],[71.045,-37.646],[76.221,-43.799],[83.936,-46.143],[91.919,-43.408],[94.531,-34.961],[94.531,0],[103.564,0],[103.564,-34.912],[86.67,-53.809],[70.85,-46.191],[70.557,-52.832]],"c":true}},"nm":"n","mn":"ADBE Vector Shape - Group"}],"nm":"n","np":3,"mn":"ADBE Vector Group"}]},"fFamily":"Roboto"},{"ch":"c","size":45,"style":"Regular","w":52.34,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[19.791,-8.04],[13.525,-19.304],[13.525,-27.1],[14.787,-38.127],[23.389,-46.387],[34.269,-45.288],[40.218,-38.086],[49.023,-34.668],[46.671,-44.938],[33.903,-53.809],[18.986,-52.701],[9.212,-45.166],[4.492,-32.584],[4.492,-25.928],[6.616,-11.027],[20.832,0.977],[35.001,0.162],[43.977,-5.274],[48.86,-13.623],[40.479,-16.65],[38.884,-11.279],[31.25,-6.396]],"o":[[14.778,-14.616],[13.525,-25.391],[13.525,-33.35],[19.832,-44.735],[31.397,-46.387],[38.924,-40.894],[40.479,-34.668],[48.762,-40.332],[38.826,-52.034],[23.161,-53.809],[11.922,-48.274],[5.436,-37.158],[4.492,-27.441],[4.492,-17.594],[15.112,-1.424],[31.607,0.977],[41.414,-3.092],[47.818,-10.742],[49.023,-16.65],[40.218,-13.72],[34.066,-7.373],[23.372,-6.396]],"v":[[17.285,-11.328],[13.525,-25.391],[13.525,-27.1],[17.31,-41.431],[27.979,-46.387],[36.597,-43.091],[40.479,-34.668],[49.023,-34.668],[42.749,-48.486],[27.979,-53.809],[15.454,-50.488],[7.324,-41.162],[4.492,-27.441],[4.492,-25.928],[10.864,-6.226],[28.027,0.977],[38.208,-1.465],[45.898,-8.008],[49.023,-16.65],[40.479,-16.65],[36.475,-9.326],[28.027,-6.396]],"c":true}},"nm":"c","mn":"ADBE Vector Shape - Group"}],"nm":"c","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[2.506,3.288],[0,6.087],[0,0],[-2.523,3.304],[-4.59,0],[-2.328,-2.197],[-0.261,-3.418],[0,0],[3.922,3.548],[5.924,0],[3.532,-2.213],[1.888,-4.004],[0,-5.143],[0,0],[-4.248,-4.801],[-7.195,0],[-3.207,1.627],[-1.921,2.734],[-0.163,3.027],[0,0],[2.409,-1.953],[3.223,0]],"o":[[-2.507,-3.288],[0,0],[0,-6.25],[2.522,-3.304],[3.418,0],[2.327,2.197],[0,0],[-0.261,-5.664],[-3.923,-3.548],[-4.818,0],[-3.532,2.214],[-1.888,4.004],[0,0],[0,8.334],[4.248,4.802],[3.58,0],[3.206,-1.627],[1.92,-2.734],[0,0],[-0.261,2.93],[-2.409,1.953],[-4.655,0]],"v":[[69.629,-11.328],[65.869,-25.391],[65.869,-27.1],[69.653,-41.431],[80.322,-46.387],[88.94,-43.091],[92.822,-34.668],[101.367,-34.668],[95.093,-48.486],[80.322,-53.809],[67.798,-50.488],[59.668,-41.162],[56.836,-27.441],[56.836,-25.928],[63.208,-6.226],[80.371,0.977],[90.552,-1.465],[98.242,-8.008],[101.367,-16.65],[92.822,-16.65],[88.818,-9.326],[80.371,-6.396]],"c":true}},"nm":"c","mn":"ADBE Vector Shape - Group"}],"nm":"c","np":3,"mn":"ADBE Vector Group"}]},"fFamily":"Roboto"},{"ch":"e","size":45,"style":"Regular","w":52.98,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[44.255,-2.425],[43.164,-13.525],[39.567,-9.652],[32.438,-6.396],[21.053,-7.999],[13.704,-18.619],[49.365,-23.828],[49.365,-27.588],[47.461,-42.496],[34.505,-53.809],[19.538,-52.644],[9.546,-44.767],[4.541,-31.852],[4.541,-24.951],[6.787,-10.783],[21.598,0.977]],"o":[[48.682,-9.229],[41.504,-11.377],[35.14,-7.048],[24.756,-6.396],[15.226,-14.412],[13.574,-23.828],[49.365,-23.828],[49.365,-36.018],[39.843,-51.545],[23.438,-53.809],[12.345,-47.989],[5.542,-36.531],[4.541,-26.611],[4.541,-17.073],[15.771,-1.375],[37.614,0.977]],"v":[[48.682,-9.229],[43.164,-13.525],[37.354,-8.35],[29.248,-6.396],[18.14,-11.206],[13.574,-23.828],[49.365,-23.828],[49.365,-27.588],[43.652,-47.021],[27.637,-53.809],[15.942,-50.317],[7.544,-40.649],[4.541,-26.611],[4.541,-24.951],[11.279,-6.079],[28.76,0.977]],"c":true}},"nm":"e","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[34.407,-45.125],[40.071,-36.524],[40.332,-31.25],[13.867,-31.25],[15.983,-39.753],[23.991,-46.387]],"o":[[38.834,-40.08],[40.332,-31.934],[40.332,-31.25],[14.453,-36.035],[20.93,-45.06],[31.413,-46.387]],"v":[[36.621,-42.603],[40.332,-31.934],[40.332,-31.25],[13.867,-31.25],[18.457,-42.407],[27.637,-46.387]],"c":true}},"nm":"e","mn":"ADBE Vector Shape - Group"}],"nm":"e","np":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-4.427,6.804],[0,0],[2.213,-1.302],[3.19,0],[2.913,3.207],[0.13,5.209],[0,0],[0,0],[3.809,4.525],[6.868,0],[3.596,-2.327],[2.002,-4.118],[0,-5.241],[0,0],[-4.492,-4.704],[-7.162,0]],"o":[[0,0],[-1.66,2.148],[-2.214,1.302],[-4.492,0],[-2.914,-3.206],[0,0],[0,0],[0,-8.43],[-3.809,-4.524],[-4.199,0],[-3.597,2.328],[-2.002,4.118],[0,0],[0,7.878],[4.492,4.704],[8.854,0]],"v":[[101.66,-9.229],[96.143,-13.525],[90.332,-8.35],[82.227,-6.396],[71.118,-11.206],[66.553,-23.828],[102.344,-23.828],[102.344,-27.588],[96.631,-47.021],[80.615,-53.809],[68.921,-50.317],[60.522,-40.649],[57.52,-26.611],[57.52,-24.951],[64.258,-6.079],[81.738,0.977]],"c":true}},"nm":"e","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[-2.214,-2.522],[-0.261,-4.59],[0,0],[0,0],[-2.474,2.654],[-3.646,0]],"o":[[2.213,2.523],[0,0],[0,0],[0.586,-4.785],[2.473,-2.653],[3.776,0]],"v":[[89.6,-42.603],[93.311,-31.934],[93.311,-31.25],[66.846,-31.25],[71.436,-42.407],[80.615,-46.387]],"c":true}},"nm":"e","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"}],"nm":"e","np":5,"mn":"ADBE Vector Group"}]},"fFamily":"Roboto"},{"ch":"l","size":45,"style":"Regular","w":24.27,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[16.65,-75],[7.617,-75],[7.617,0],[16.65,0]],"o":[[16.65,-75],[7.617,-75],[7.617,0],[16.65,0]],"v":[[16.65,-75],[7.617,-75],[7.617,0],[16.65,0]],"c":true}},"nm":"l","mn":"ADBE Vector Shape - Group"}],"nm":"l","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[40.918,-75],[31.885,-75],[31.885,0],[40.918,0]],"c":true}},"nm":"l","mn":"ADBE Vector Shape - Group"}],"nm":"l","np":3,"mn":"ADBE Vector Group"}]},"fFamily":"Roboto"}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/cash.json b/ohos/flutter_lottie/assets/lottiefiles/cash.json new file mode 100644 index 0000000000000000000000000000000000000000..fee595f9daef0031785ddee7cc161efa523ad857 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/cash.json @@ -0,0 +1 @@ +{"v":"5.1.6","fr":30,"ip":0,"op":31,"w":304,"h":188,"nm":"2_credit","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0,"y":0.885},"o":{"x":0.333,"y":0},"n":"0_0p885_0p333_0","t":0,"s":[178,115,0],"e":[152,90,0],"to":[-4.33333349227905,-4.16666650772095,0],"ti":[4.33333349227905,4.16666650772095,0]},{"t":30}],"ix":2},"a":{"a":0,"k":[79,46,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[5.644,5.25],[4.241,0.966],[7.114,0.966]],"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],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-1.357,-1.234],[-0.056,-5.087],[1.206,-1.234]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-5.861,5.231],[-7.265,0.966],[-4.421,0.966]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0.607,0],[0,0],[0,0],[0.575,0.197],[0.197,-0.574],[0,0],[0,0],[0,0],[0.474,0.003],[0,0],[0.151,-0.447],[0,0],[0,0],[0,0],[0.578,-0.191],[-0.19,-0.577],[0,0],[0,0],[0,-0.607],[-0.608,0],[0,0],[0,0],[-0.473,-0.002],[0,0],[-0.15,0.447],[0,0],[0,0],[0,0],[-0.473,-0.003],[0,0],[-0.153,0.445],[0,0],[0,0],[0,0.608]],"o":[[0,0],[0,0],[0.197,-0.575],[-0.575,-0.197],[0,0],[0,0],[0,0],[-0.147,-0.45],[0,0],[-0.472,0],[0,0],[0,0],[0,0],[-0.19,-0.577],[-0.577,0.19],[0,0],[0,0],[-0.608,0],[0,0.608],[0,0],[0,0],[0.147,0.449],[0,0],[0.472,0],[0,0],[0,0],[0,0],[0.147,0.449],[0,0],[0.469,0],[0,0],[0,0],[0.607,0],[0,-0.607]],"v":[[12.644,-1.234],[10.195,-1.234],[12.591,-8.216],[11.907,-9.613],[10.51,-8.93],[7.869,-1.234],[3.521,-1.234],[1.005,-8.915],[-0.035,-9.673],[-0.04,-9.673],[-1.082,-8.925],[-3.679,-1.234],[-7.988,-1.234],[-10.516,-8.917],[-11.905,-9.618],[-12.606,-8.229],[-10.304,-1.234],[-12.644,-1.234],[-13.744,-0.134],[-12.644,0.966],[-9.581,0.966],[-6.919,9.054],[-5.879,9.81],[-5.875,9.81],[-4.833,9.062],[-2.1,0.966],[1.926,0.966],[4.574,9.052],[5.612,9.81],[5.62,9.81],[6.66,9.067],[9.44,0.966],[12.644,0.966],[13.744,-0.134]],"c":true},"ix":2},"nm":"Path 4","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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[65.005,32.573],"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":"w","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-12.15,0],[0,-12.15],[12.15,0],[0,12.15]],"o":[[12.15,0],[0,12.15],[-12.15,0],[0,-12.15]],"v":[[0,-22],[22,0],[0,22],[-22,0]],"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":10,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[65,32],"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":"oval","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-1.657],[0,0],[-1.656,0],[0,0],[0,1.657],[0,0],[1.658,0]],"o":[[-1.656,0],[0,0],[0,1.657],[0,0],[1.658,0],[0,0],[0,-1.657],[0,0]],"v":[[-129,-66.001],[-132,-63.001],[-132,-3.001],[-129,0],[-3,0],[0,-3.001],[0,-63.001],[-3,-66.001]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.486,0.302,1,0.5,0.551,0.39,1,1,0.616,0.478,1],"ix":9}},"s":{"a":0,"k":[-127.498,-61.229],"ix":5},"e":{"a":0,"k":[-2.012,-2.539],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[131.23,67.124],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":35,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.035,"y":0.889},"o":{"x":0.333,"y":0},"n":"0p035_0p889_0p333_0","t":0,"s":[164,104,0],"e":[152,90,0],"to":[-2,-2.33333325386047,0],"ti":[2,2.33333325386047,0]},{"t":30}],"ix":2},"a":{"a":0,"k":[79,46,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-1.657],[0,0],[-1.657,0],[0,0],[0,1.656],[0,0],[1.657,0]],"o":[[-1.657,0],[0,0],[0,1.656],[0,0],[1.657,0],[0,0],[0,-1.657],[0,0]],"v":[[-140.965,-79.578],[-143.965,-76.578],[-143.965,-16.577],[-140.965,-13.578],[-14.965,-13.578],[-11.965,-16.577],[-11.965,-76.578],[-14.965,-79.578]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.925,0.949,0.98,0.5,0.888,0.922,0.965,1,0.851,0.894,0.949],"ix":9}},"s":{"a":0,"k":[-140.467,-76.619],"ix":5},"e":{"a":0,"k":[-14.162,-15.09],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[157.59,92.594],"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":"Group 4","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":35,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"3","sr":1,"ks":{"o":{"a":0,"k":45,"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},"n":"0p833_0p833_0p167_0p167","t":0,"s":[152,90,0],"e":[152,90,0],"to":[0,0,0],"ti":[0,0,0]},{"t":30}],"ix":2},"a":{"a":0,"k":[79,46,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.657,0],[0,0],[0,-1.657],[0,0],[1.657,0],[0,0],[0,1.656],[0,0]],"o":[[0,0],[1.657,0],[0,0],[0,1.656],[0,0],[-1.657,0],[0,0],[0,-1.657]],"v":[[-155.131,-92.106],[-29.131,-92.106],[-26.131,-89.106],[-26.131,-29.105],[-29.131,-26.105],[-155.131,-26.105],[-158.131,-29.105],[-158.131,-89.106]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.851,0.894,0.949,0.5,0.888,0.922,0.965,1,0.925,0.949,0.98],"ix":9}},"s":{"a":0,"k":[-27.91,-28.125],"ix":5},"e":{"a":0,"k":[-155.289,-90.943],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[183.719,118.715],"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":"Group 5","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":35,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/change_to_search_bar.json b/ohos/flutter_lottie/assets/lottiefiles/change_to_search_bar.json new file mode 100644 index 0000000000000000000000000000000000000000..554792e420386d8c87af1c291e2ff5da97f5306b --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/change_to_search_bar.json @@ -0,0 +1 @@ +{"v":"5.1.8","fr":29.9700012207031,"ip":0,"op":88.0000035843135,"w":500,"h":400,"nm":"search","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"input bar 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[250,202,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[2,28],"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.001531862745,0.001524987174,0.001524987174,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.402981148514,0.895879289216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-11.572,-36.049],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":72.0000029326201,"op":82.0000033399285,"st":72.0000029326201,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"input bar 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[250,202,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[2,28],"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.001531862745,0.001524987174,0.001524987174,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.402981148514,0.895879289216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-11.572,-36.049],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":54.0000021994651,"op":64.0000026067734,"st":54.0000021994651,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"input bar","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[250,202,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[2,28],"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.001531862745,0.001524987174,0.001524987174,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.402981148514,0.895879289216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-11.572,-36.049],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":36.0000014663101,"op":46.0000018736184,"st":36.0000014663101,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"search input","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[220,165.476,0],"ix":2},"a":{"a":0,"k":[-89.898,-31.387,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":29,"s":[0,100,100],"e":[100,100,100]},{"t":33.0000013441176}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[270,60],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":4,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.001531862745,0.001524987174,0.001524987174,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933333333333,0.933333333333,0.933333333333,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[57.102,-31.387],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[109.098,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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":25.0000010182709,"op":329.000013400445,"st":29.0000011811942,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"wifh bar","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[133,90,0],"ix":2},"a":{"a":0,"k":[-118,-100,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[4,18],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":2,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[1,1,1,1],"e":[0,0,0,1]},{"t":22.0000008960784}],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-111,-101],"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 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[4,12],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":2,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":17,"s":[1,1,1,1],"e":[0,0,0,1]},{"t":21.0000008553475}],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-118,-98],"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 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[4,8],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":2,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[1,1,1,1],"e":[0,0,0,1]},{"t":20.0000008146167}],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-125,-96],"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,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":309.000012585828,"st":9.00000036657752,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"back_tail","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[160,165,0],"ix":2},"a":{"a":0,"k":[18.5,18,0],"ix":1},"s":{"a":0,"k":[140,140,100],"ix":6}},"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},"n":"0p667_1_0p333_0","t":26,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[5,18.012],[6.714,18.024]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[5,18.012],[36,18.012]],"c":false}]},{"t":29.0000011811942}],"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":3.4,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":22.0000008960784,"op":315.000012830213,"st":15.0000006109625,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"back btn_head","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[0],"e":[100]},{"t":24.00000097754}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[90],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":22,"s":[0],"e":[-3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24,"s":[-3],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":26,"s":[3],"e":[-3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":28,"s":[-3],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":29,"s":[3],"e":[0]},{"t":30.0000012219251}],"ix":10,"x":"var $bm_rt;\nvar p = 0.81;\nvar a = 50;\nvar s = 1.70158;\nfunction easeandwizz_inOutQuart(t, b, c, d) {\n if ((t /= d / 2) < 1)\n return sum(mul(mul(mul(mul(div(c, 2), t), t), t), t), b);\n return sum(mul(div($bm_neg(c), 2), sub(mul(mul(mul(t -= 2, t), t), t), 2)), b);\n}\nfunction easeAndWizz() {\n var t, d, sX, eX, sY, eY, sZ, eZ, val1, val2, val2, val3;\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutQuart(t, sX, eX, d, a, p, s);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutQuart(t, sY, eY, d, a, p, s);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutQuart(t, sY, eY, d, a, p, s);\n val3 = easeandwizz_inOutQuart(t, sZ, eZ, d, a, p, s);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;"},"p":{"a":0,"k":[160,165,0],"ix":2},"a":{"a":0,"k":[18.5,18,0],"ix":1},"s":{"a":0,"k":[140,140,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[7.643,15.361],[-7.693,0.025],[7.693,-15.361]],"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":3.4,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[12.972,18.012],"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":"Group 2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":6.00000024438501,"op":315.000012830213,"st":15.0000006109625,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"search icon_GNB coloring","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[162.361,156.181,0],"ix":2},"a":{"a":0,"k":[-92.639,-33.639,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-155.139,-128.889],[-155.139,31.236],[244.861,31.236],[244.861,-128.889]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[40,40],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-92.211,-33.328],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":15,"s":[100,100],"e":[1800,1800]},{"t":21.0000008553475}],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":14.0000005702317,"op":309.000012585828,"st":9.00000036657752,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"search icon_body","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[0],"e":[100]},{"t":13.0000005295009}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[173.861,171.681,0],"ix":2},"a":{"a":0,"k":[-81.139,-18.139,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8,"s":[0,0,100],"e":[100,100,100]},{"t":14.0000005702317}],"ix":6,"x":"var $bm_rt;\nvar p = 0.81;\nvar a = 50;\nvar s = 1.70158;\nfunction easeandwizz_inOutExpo(t, b, c, d) {\n if (t == 0)\n return b;\n if (t == d)\n return sum(b, c);\n if ((t /= d / 2) < 1)\n return sum(mul(div(c, 2), Math.pow(2, mul(10, sub(t, 1)))), b);\n return sum(mul(div(c, 2), sum($bm_neg(Math.pow(2, mul(-10, --t))), 2)), b);\n}\nfunction easeAndWizz() {\n var t, d, sX, eX, sY, eY, sZ, eZ, val1, val2, val2, val3;\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutExpo(t, sX, eX, d, a, p, s);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutExpo(t, sY, eY, d, a, p, s);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutExpo(t, sY, eY, d, a, p, s);\n val3 = easeandwizz_inOutExpo(t, sZ, eZ, d, a, p, s);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;"}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[40,40],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-92.639,-33.639],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":309.000012585828,"st":9.00000036657752,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"search icon_tail","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[208,212,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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},"n":"0p667_1_0p333_0","t":4,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-35,-41],[-22.75,-25.812]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-35,-41],[-32.984,-38.5]],"c":false}]},{"t":8.00000032584668}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"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,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":309.000012585828,"st":9.00000036657752,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"search icon_head","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[255,189.819,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[40,40],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"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":0,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-92.639,-33.639],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":309.000012585828,"st":9.00000036657752,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"GNB bg","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[249.543,171.792,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[400,40],"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.372548989689,0.576470947266,0.952940996955,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921568627451,0.329411764706,0.156862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[51.187,-90.44],"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 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[400,120],"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.372548989689,0.576470947266,0.952940996955,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921568627451,0.329411764706,0.156862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[51.211,-11.295],"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,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300.00001221925,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"feed bg","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[314.195,249.865,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100.234,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[400,300],"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.372548989689,0.576470947266,0.952940996955,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933333333333,0.933333333333,0.933333333333,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-13.48,0.135],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300.00001221925,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/check_pop.json b/ohos/flutter_lottie/assets/lottiefiles/check_pop.json new file mode 100644 index 0000000000000000000000000000000000000000..a322bd1226c5c85de5e56050502082ab14fab9a9 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/check_pop.json @@ -0,0 +1 @@ +{"v":"4.5.9","fr":60,"ip":0,"op":43,"w":300,"h":300,"ddd":0,"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"smallCircle5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":1,"s":[133.426,147.301,0],"e":[51.176,133.801,0],"to":[-13.7083330154419,-2.25,0],"ti":[13.7083330154419,2.25,0]},{"t":12}]},"a":{"a":0,"k":[-32.449,76.551,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8,"s":[100,100,100],"e":[0,0,100]},{"t":17}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[7.102,7.102]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.884,0.947,0.351,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-32.449,76.551],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":120,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"smallCircle4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":1,"s":[144.676,133.926,0],"e":[143.926,63.926,0],"to":[-0.125,-11.6666669845581,0],"ti":[0.125,11.6666669845581,0]},{"t":12}]},"a":{"a":0,"k":[-32.449,76.551,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8,"s":[100,100,100],"e":[0,0,100]},{"t":17}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[7.102,7.102]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.884,0.947,0.351,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-32.449,76.551],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":120,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"smallCircle3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":1,"s":[159.551,138.051,0],"e":[253.801,111.051,0],"to":[15.7083330154419,-4.5,0],"ti":[-15.7083330154419,4.5,0]},{"t":12}]},"a":{"a":0,"k":[-32.449,76.551,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8,"s":[100,100,100],"e":[0,0,100]},{"t":17}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[7.102,7.102]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.884,0.947,0.351,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-32.449,76.551],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":120,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"smallCircle2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":1,"s":[156.926,162.301,0],"e":[206.176,223.301,0],"to":[8.20833301544189,10.1666669845581,0],"ti":[-8.20833301544189,-10.1666669845581,0]},{"t":12}]},"a":{"a":0,"k":[-32.449,76.551,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8,"s":[100,100,100],"e":[0,0,100]},{"t":17}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[7.102,7.102]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.884,0.947,0.351,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-32.449,76.551],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":120,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"smallCircle1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":1,"s":[142.301,162.676,0],"e":[77.301,231.176,0],"to":[-10.8333330154419,11.4166669845581,0],"ti":[10.8333330154419,-11.4166669845581,0]},{"t":12}]},"a":{"a":0,"k":[-32.449,76.551,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8,"s":[100,100,100],"e":[0,0,100]},{"t":17}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[7.102,7.102]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.884,0.947,0.351,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-32.449,76.551],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":120,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"bigCircle5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":1,"s":[136.6,141.6,0],"e":[64.6,142.35,0],"to":[-12,0.125,0],"ti":[12,-0.125,0]},{"t":12}]},"a":{"a":0,"k":[-72.275,38.725,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8,"s":[100,100,100],"e":[0,0,100]},{"t":17}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3.449,3.449]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.111,0.752,0.265,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-72.275,38.725],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[292.94,292.94],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":120,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"bigCircle4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":1,"s":[164.1,140.1,0],"e":[235.35,127.35,0],"to":[11.875,-2.125,0],"ti":[-11.875,2.125,0]},{"t":12}]},"a":{"a":0,"k":[-72.275,38.725,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8,"s":[100,100,100],"e":[0,0,100]},{"t":17}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3.449,3.449]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.111,0.752,0.265,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-72.275,38.725],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[292.94,292.94],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":120,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"bigCircle3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":1,"s":[146.225,132.1,0],"e":[138.975,83.35,0],"to":[-1.20833337306976,-8.125,0],"ti":[1.20833337306976,8.125,0]},{"t":12}]},"a":{"a":0,"k":[-72.275,38.725,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8,"s":[100,100,100],"e":[0,0,100]},{"t":17}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3.449,3.449]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.111,0.752,0.265,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-72.275,38.725],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[292.94,292.94],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":120,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"bigCircle2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":1,"s":[162.85,157.475,0],"e":[183.6,210.725,0],"to":[3.45833325386047,8.875,0],"ti":[-3.45833325386047,-8.875,0]},{"t":12}]},"a":{"a":0,"k":[-72.275,38.725,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8,"s":[100,100,100],"e":[0,0,100]},{"t":17}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3.449,3.449]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.111,0.752,0.265,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-72.275,38.725],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[292.94,292.94],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":120,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"bigCircle1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":1,"s":[139.475,156.85,0],"e":[89.975,210.1,0],"to":[-8.25,8.875,0],"ti":[8.25,-8.875,0]},{"t":12}]},"a":{"a":0,"k":[-72.275,38.725,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8,"s":[100,100,100],"e":[0,0,100]},{"t":17}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3.449,3.449]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.111,0.752,0.265,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-72.275,38.725],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[292.94,292.94],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":120,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"check","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":1,"s":[0],"e":[100]},{"t":18}]},"r":{"a":1,"k":[{"i":{"x":[0.66],"y":[2.045]},"o":{"x":[0.167],"y":[0.167]},"n":["0p66_2p045_0p167_0p167"],"t":1,"s":[-164],"e":[0]},{"i":{"x":[0.074],"y":[0.984]},"o":{"x":[0],"y":[0]},"n":["0p074_0p984_0_0"],"t":18,"s":[0],"e":[-36.525]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.666],"y":[-0.009]},"n":["0p833_1_0p666_-0p009"],"t":23,"s":[-36.525],"e":[18.356]},{"i":{"x":[0.57],"y":[0.989]},"o":{"x":[0.167],"y":[0]},"n":["0p57_0p989_0p167_0"],"t":29,"s":[18.356],"e":[-13.643]},{"i":{"x":[0.57],"y":[1.046]},"o":{"x":[0.427],"y":[-0.031]},"n":["0p57_1p046_0p427_-0p031"],"t":34,"s":[-13.643],"e":[0]},{"t":40}]},"p":{"a":0,"k":[150,150,0]},"a":{"a":0,"k":[-5.5,-5.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.842,0.842,0.833],"y":[1.621,1.621,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p842_1p621_0p167_0p167","0p842_1p621_0p167_0p167","0p833_0p833_0p167_0p167"],"t":1,"s":[30,30,100],"e":[100,100,100]},{"i":{"x":[0.349,0.349,0.833],"y":[1.018,1.018,0.833]},"o":{"x":[0,0,0],"y":[0,0,0]},"n":["0p349_1p018_0_0","0p349_1p018_0_0","0p833_0p833_0_0"],"t":18,"s":[100,100,100],"e":[92.786,92.786,100]},{"i":{"x":[0.783,0.783,0.833],"y":[2.448,2.448,0.833]},"o":{"x":[0.671,0.671,0.167],"y":[0.024,0.024,0.167]},"n":["0p783_2p448_0p671_0p024","0p783_2p448_0p671_0p024","0p833_0p833_0p167_0p167"],"t":25,"s":[92.786,92.786,100],"e":[100,100,100]},{"t":34}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-60,6],[-17,31],[49,-42]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.05,0.465,0.012,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":20},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"mn":"ADBE Vector Group"}],"ip":0,"op":120,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/chinese.json b/ohos/flutter_lottie/assets/lottiefiles/chinese.json new file mode 100644 index 0000000000000000000000000000000000000000..aa923e28c0a034fee8842af6135a009496f20e07 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/chinese.json @@ -0,0 +1 @@ +{"v":"4.6.3","fr":25,"ip":0,"op":40,"w":500,"h":500,"nm":"chinese","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Star-4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[257,215,0]},"a":{"a":0,"k":[7,-35,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":21,"s":[0,0,100],"e":[174,174,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":26,"s":[174,174,100],"e":[100,100,100]},{"t":28}]}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[8.8,-27.19],[-0.442,-22.52],[1.323,-32.412],[-6.154,-39.418],[4.179,-40.861],[8.8,-49.861],[13.421,-40.861],[23.754,-39.418],[16.277,-32.412],[18.042,-22.52],[8.8,-27.19]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.9490196,0.772549,0,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[8.8,-36.191],"ix":2},"a":{"a":0,"k":[8.8,-36.191],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Star-3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[295,173,0]},"a":{"a":0,"k":[45,-77,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":20,"s":[0,0,100],"e":[174,174,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":25,"s":[174,174,100],"e":[100,100,100]},{"t":27}]}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[45.608,-68.631],[36.366,-63.96],[38.131,-73.853],[30.654,-80.858],[40.987,-82.302],[45.608,-91.302],[50.229,-82.301],[60.562,-80.858],[53.085,-73.853],[54.85,-63.96],[45.608,-68.631]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.9490196,0.772549,0,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[45.608,-77.631],"ix":2},"a":{"a":0,"k":[45.608,-77.631],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Star-2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[290,127,0]},"a":{"a":0,"k":[40,-123,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":18,"s":[0,0,100],"e":[174,174,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":23,"s":[174,174,100],"e":[100,100,100]},{"t":25}]}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[41.021,-116.28],[31.779,-111.61],[33.544,-121.502],[26.067,-128.508],[36.4,-129.951],[41.021,-138.951],[45.642,-129.951],[55.975,-128.508],[48.498,-121.502],[50.263,-111.61],[41.021,-116.28]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.9490196,0.772549,0,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[41.021,-125.281],"ix":2},"a":{"a":0,"k":[41.021,-125.281],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Star-1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[251,96,0]},"a":{"a":0,"k":[1,-154,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":16,"s":[0,0,100],"e":[174,174,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":21,"s":[174,174,100],"e":[100,100,100]},{"t":23}]}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[1.557,-147.999],[-7.685,-143.328],[-5.92,-153.221],[-13.397,-160.226],[-3.064,-161.67],[1.557,-170.67],[6.178,-161.67],[16.511,-160.226],[9.034,-153.221],[10.799,-143.328],[1.557,-147.999]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.9490196,0.772549,0,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[1.557,-156.999],"ix":2},"a":{"a":0,"k":[1.557,-156.999],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Big_star","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":6,"s":[-122],"e":[0]},{"t":20}]},"p":{"a":0,"k":[176,166,0]},"a":{"a":0,"k":[-74,-84,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":6,"s":[0,0,100],"e":[152,152,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":13,"s":[152,152,100],"e":[100,100,100]},{"t":20}]}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-71.238,-49.328],[-115.131,-27.146],[-106.748,-74.128],[-142.258,-107.4],[-93.185,-114.254],[-71.238,-156.999],[-49.291,-114.254],[-0.217,-107.4],[-35.728,-74.128],[-27.345,-27.146],[-71.238,-49.328]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.9490196,0.772549,0,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-71.238,-92.073],"ix":2},"a":{"a":0,"k":[-71.238,-92.073],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"red","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[250,250,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":14,"s":[0,0,100],"e":[114,114,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":21,"s":[114,114,100],"e":[100,100,100]},{"t":27}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-117.714,0],[0,117.677],[117.714,0],[0,-117.677]],"o":[[117.714,0],[0,-117.677],[-117.714,0],[0,117.677]],"v":[[-0.217,213.151],[212.923,0.077],[-0.217,-212.997],[-213.358,0.077]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.9137255,0.2941177,0.2078431,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.217,0.077],"ix":2},"a":{"a":0,"k":[-0.217,0.077],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"white","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[250,250,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":0,"s":[0,0,100],"e":[114,114,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":10,"s":[114,114,100],"e":[100,100,100]},{"t":22}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-117.714,0],[0,117.677],[117.714,0],[0,-117.677]],"o":[[117.714,0],[0,-117.677],[-117.714,0],[0,117.677]],"v":[[-0.217,213.151],[212.923,0.077],[-0.217,-212.997],[-213.358,0.077]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.217,0.077],"ix":2},"a":{"a":0,"k":[-0.217,0.077],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/clock.json b/ohos/flutter_lottie/assets/lottiefiles/clock.json new file mode 100644 index 0000000000000000000000000000000000000000..4587da6d28fcd44cc2e19679f82c121d92ae856c --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/clock.json @@ -0,0 +1 @@ +{"v":"4.6.0","fr":60,"ip":0,"op":180,"w":160,"h":160,"nm":"rounded clock","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"small pointer Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":58.5,"s":[-6],"e":[383.579]},{"i":{"x":[0.662],"y":[0.88]},"o":{"x":[0.296],"y":[0]},"n":["0p662_0p88_0p296_0"],"t":145.5,"s":[383.579],"e":[332.089]},{"i":{"x":[0.813],"y":[1.121]},"o":{"x":[0.426],"y":[-0.326]},"n":["0p813_1p121_0p426_-0p326"],"t":163.5,"s":[332.089],"e":[354]},{"t":180}]},"p":{"a":0,"k":[80,80,0]},"a":{"a":0,"k":[80,80,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":0,"s":[100,100,100],"e":[80,80,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":45,"s":[80,80,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":90,"s":[100,100,100],"e":[80,80,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":135,"s":[80,80,100],"e":[100,100,100]},{"t":180}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,-2.209],[2.209,0],[0,0],[0,2.209],[-2.209,0]],"o":[[2.209,0],[0,2.209],[0,0],[-2.209,0],[0,-2.209],[0,0]],"v":[[23.333,-4],[27.333,0],[23.333,4],[-23.334,4],[-27.334,0],[-23.334,-4]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.714,0.157,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[103.333,80],"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":180,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"big pointer Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.825],"y":[0.923]},"o":{"x":[0.166],"y":[0.063]},"n":["0p825_0p923_0p166_0p063"],"t":0,"s":[0],"e":[360]},{"t":180}]},"p":{"a":0,"k":[80,80,0]},"a":{"a":0,"k":[80,80,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":0,"s":[100,100,100],"e":[80,80,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":45,"s":[80,80,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":90,"s":[100,100,100],"e":[80,80,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":135,"s":[80,80,100],"e":[100,100,100]},{"t":180}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-2.209,0],[0,-2.209],[0,0],[2.209,0],[0,2.209]],"o":[[0,-2.209],[2.209,0],[0,0],[0,2.209],[-2.209,0],[0,0]],"v":[[-4,-28.333],[0,-32.333],[4,-28.333],[4,28.333],[0,32.333],[-4,28.333]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.714,0.157,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[80,51.167],"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":180,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"rpound clock Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[80,80,0]},"a":{"a":0,"k":[80,80,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":0,"s":[100,100,100],"e":[80,80,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":45,"s":[80,80,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":90,"s":[100,100,100],"e":[80,80,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":135,"s":[80,80,100],"e":[100,100,100]},{"t":180}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-38.66],[38.66,0],[0,38.66],[-38.66,0]],"o":[[0,38.66],[-38.66,0],[0,-38.66],[38.66,0]],"v":[[70,0],[0,70],[-70,0],[0,-70]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.8590001,0.161,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[80,80],"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":180,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/cloud_disconnection.json b/ohos/flutter_lottie/assets/lottiefiles/cloud_disconnection.json new file mode 100644 index 0000000000000000000000000000000000000000..364710c6283d8233454f8cb7884277fdd28ebd47 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/cloud_disconnection.json @@ -0,0 +1 @@ +{"v":"4.6.9","fr":29.9700012207031,"ip":0,"op":100.000004073084,"w":72,"h":72,"nm":"Tag 24x24 Line Copy 8","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Mouth Outlines","parent":18,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":30,"s":[30.769,30.2,0],"e":[31.769,32.503,0],"to":[0.16667415201664,0.38377192616463,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":70,"s":[31.769,32.503,0],"e":[30.769,30.2,0],"to":[0,0,0],"ti":[0.16667415201664,0.38377192616463,0]},{"t":95.0000038694293}]},"a":{"a":0,"k":[6.25,5.401,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_0p667_0p167_0p167"],"t":30,"s":[93.884,93.884,100],"e":[108,120,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_0p667_0p167_0p167"],"t":70,"s":[108,120,100],"e":[93.884,93.884,100]},{"t":95.0000038694293}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.392,-0.227],[0.487,0],[0,-1.473],[0,0],[1.472,0]],"o":[[-0.393,-0.227],[-1.47,0],[0,0],[0,-1.482],[-0.484,0]],"v":[[0.002,-2.644],[-1.334,-3],[-3.936,-1.604],[4,-1.6],[1.333,-3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.498,0.749,0.839,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[6.244,7.803],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6,0],[0,0],[0,0]],"o":[[-6,0],[0,0],[0,0]],"v":[[0,-3],[-6,3],[6,3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"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":[[-36.006,26.553],[35.994,26.553],[35.994,-45.447],[-36.006,-45.447]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-36.006,-45.447],[35.994,-45.447],[35.994,26.553],[-36.006,26.553]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0,0.498,0.678,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[6.25,3.25],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":200.000008146167,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Right Pupil Outlines","parent":6,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[5.5,4.5,0]},"a":{"a":0,"k":[1.75,1.75,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":4,"s":[100,100,100],"e":[100,10,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":6,"s":[100,10,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8,"s":[100,100,100],"e":[100,10,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":10,"s":[100,10,100],"e":[100,100,100]},{"t":12.00000048877}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0.825],[0.825,0],[0,-0.825],[-0.825,0]],"o":[[0,-0.825],[-0.825,0],[0,0.825],[0.825,0]],"v":[[1.5,0],[0,-1.5],[-1.5,0],[0,1.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"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":[[-42.5,34.5],[29.5,34.5],[29.5,-37.5],[-42.5,-37.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-42.5,-37.5],[29.5,-37.5],[29.5,34.5],[-42.5,34.5]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0,0.498,0.678,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[1.75,1.75],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":200.000008146167,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Right Eye Outlines","parent":18,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[35.457,20.25,0],"e":[36.457,20.25,0],"to":[0.16666382551193,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":75,"s":[36.457,20.25,0],"e":[35.457,20.25,0],"to":[0,0,0],"ti":[0.16666382551193,0,0]},{"t":100.000004073084}]},"a":{"a":0,"k":[4,4,0]},"s":{"a":1,"k":[{"i":{"x":[0.576,0.576,0.576],"y":[1,1,0.576]},"o":{"x":[0.229,0.229,0.229],"y":[0,0,0.229]},"n":["0p576_1_0p229_0","0p576_1_0p229_0","0p576_0p576_0p229_0p229"],"t":4,"s":[93.884,93.884,100],"e":[93.884,10,100]},{"i":{"x":[0.638,0.638,0.638],"y":[1,1,0.638]},"o":{"x":[0.299,0.299,0.299],"y":[0,0,0.299]},"n":["0p638_1_0p299_0","0p638_1_0p299_0","0p638_0p638_0p299_0p299"],"t":6,"s":[93.884,10,100],"e":[93.884,93.884,100]},{"i":{"x":[0.654,0.654,0.654],"y":[1,1,0.654]},"o":{"x":[0.318,0.318,0.318],"y":[0,0,0.318]},"n":["0p654_1_0p318_0","0p654_1_0p318_0","0p654_0p654_0p318_0p318"],"t":8,"s":[93.884,93.884,100],"e":[93.884,10,100]},{"i":{"x":[0.664,0.664,0.664],"y":[1,1,0.664]},"o":{"x":[0.328,0.328,0.328],"y":[0,0,0.328]},"n":["0p664_1_0p328_0","0p664_1_0p328_0","0p664_0p664_0p328_0p328"],"t":10,"s":[93.884,10,100],"e":[93.884,93.884,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,0.833]},"o":{"x":[0.417,0.417,0.417],"y":[0,0,0.417]},"n":["0p833_1_0p417_0","0p833_1_0p417_0","0p833_0p833_0p417_0p417"],"t":12,"s":[93.884,93.884,100],"e":[93.884,93.884,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":20,"s":[93.884,93.884,100],"e":[100,140,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":75,"s":[100,140,100],"e":[93.884,93.884,100]},{"t":100.000004073084}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,1.65],[1.65,0],[0,-1.65],[-1.65,0]],"o":[[0,-1.65],[-1.65,0],[0,1.65],[1.65,0]],"v":[[3,0],[0,-3],[-3,0],[0,3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0.498,0.678,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[4,4],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,1.65],[1.65,0],[0,-1.65],[-1.65,0]],"o":[[0,-1.65],[-1.65,0],[0,1.65],[1.65,0]],"v":[[3,0],[0,-3],[-3,0],[0,3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"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":[[-41,35],[31,35],[31,-37],[-41,-37]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-41,-37],[31,-37],[31,35],[-41,35]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.898,0.949,0.965,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[4,4],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":200.000008146167,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":3,"nm":"Right Eye","parent":18,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[35.457,20.25,0],"e":[36.457,20.25,0],"to":[0.16666382551193,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":75,"s":[36.457,20.25,0],"e":[35.457,20.25,0],"to":[0,0,0],"ti":[0.16666382551193,0,0]},{"t":100.000004073084}]},"a":{"a":0,"k":[4,4,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":10,"s":[93.884,93.884,100],"e":[100,140,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":75,"s":[100,140,100],"e":[93.884,93.884,100]},{"t":100.000004073084}]}},"ao":0,"ip":0,"op":200.000008146167,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Left Pupil Outlines","parent":10,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[5.5,4.5,0]},"a":{"a":0,"k":[1.75,1.75,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":4,"s":[100,100,100],"e":[100,10,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":6,"s":[100,10,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8,"s":[100,100,100],"e":[100,10,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":10,"s":[100,10,100],"e":[100,100,100]},{"t":12.00000048877}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0.825],[0.825,0],[0,-0.825],[-0.825,0]],"o":[[0,-0.825],[-0.825,0],[0,0.825],[0.825,0]],"v":[[1.5,0],[0,-1.5],[-1.5,0],[0,1.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"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":[[-32.5,34.5],[39.5,34.5],[39.5,-37.5],[-32.5,-37.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-32.5,-37.5],[39.5,-37.5],[39.5,34.5],[-32.5,34.5]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0,0.498,0.678,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[1.75,1.75],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":200.000008146167,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Left Eye Outlines","parent":18,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[26.069,20.25,0]},"a":{"a":0,"k":[4,4,0]},"s":{"a":1,"k":[{"i":{"x":[0.582,0.582,0.582],"y":[0.582,1,0.582]},"o":{"x":[0.235,0.235,0.235],"y":[0.235,0,0.235]},"n":["0p582_0p582_0p235_0p235","0p582_1_0p235_0","0p582_0p582_0p235_0p235"],"t":4,"s":[93.884,93.884,100],"e":[93.884,10,100]},{"i":{"x":[0.639,0.639,0.639],"y":[1,1,0.639]},"o":{"x":[0.301,0.301,0.301],"y":[0,0,0.301]},"n":["0p639_1_0p301_0","0p639_1_0p301_0","0p639_0p639_0p301_0p301"],"t":6,"s":[93.884,10,100],"e":[93.884,93.884,100]},{"i":{"x":[0.658,0.658,0.658],"y":[0.658,1,0.658]},"o":{"x":[0.323,0.323,0.323],"y":[0.323,0,0.323]},"n":["0p658_0p658_0p323_0p323","0p658_1_0p323_0","0p658_0p658_0p323_0p323"],"t":8,"s":[93.884,93.884,100],"e":[93.884,10,100]},{"i":{"x":[0.663,0.663,0.663],"y":[1,1,0.663]},"o":{"x":[0.328,0.328,0.328],"y":[0,0,0.328]},"n":["0p663_1_0p328_0","0p663_1_0p328_0","0p663_0p663_0p328_0p328"],"t":10,"s":[93.884,10,100],"e":[93.884,93.884,100]},{"i":{"x":[0.702,0.702,0.702],"y":[0.702,0.702,0.702]},"o":{"x":[0.346,0.346,0.346],"y":[0.346,0.346,0.346]},"n":["0p702_0p702_0p346_0p346","0p702_0p702_0p346_0p346","0p702_0p702_0p346_0p346"],"t":12,"s":[93.884,93.884,100],"e":[93.884,93.884,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":20,"s":[93.884,93.884,100],"e":[100,140,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":75,"s":[100,140,100],"e":[93.884,93.884,100]},{"t":100.000004073084}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,1.65],[1.65,0],[0,-1.65],[-1.65,0]],"o":[[0,-1.65],[-1.65,0],[0,1.65],[1.65,0]],"v":[[3,0],[0,-3],[-3,0],[0,3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0.498,0.678,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[4,4],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,1.65],[1.65,0],[0,-1.65],[-1.65,0]],"o":[[0,-1.65],[-1.65,0],[0,1.65],[1.65,0]],"v":[[3,0],[0,-3],[-3,0],[0,3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"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":[[-31,35],[41,35],[41,-37],[-31,-37]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-31,-37],[41,-37],[41,35],[-31,35]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.898,0.949,0.965,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[4,4],"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":"Group 2","np":5,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":200.000008146167,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":3,"nm":"Left Eye","parent":18,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[26.069,20.25,0]},"a":{"a":0,"k":[4,4,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":10,"s":[93.884,93.884,100],"e":[100,140,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":75,"s":[100,140,100],"e":[93.884,93.884,100]},{"t":100.000004073084}]}},"ao":0,"ip":0,"op":200.000008146167,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"Right Eyebrow Outlines","parent":18,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":70,"s":[0],"e":[0]},{"t":100.000004073084}]},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[41.09,14.645,0],"e":[41.09,13,0],"to":[0,-0.27418360114098,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":70,"s":[41.09,13,0],"e":[41.09,14.645,0],"to":[0,0,0],"ti":[0,-0.27418360114098,0]},{"t":95.0000038694293}]},"a":{"a":0,"k":[9.249,2.212,0]},"s":{"a":0,"k":[93.884,93.884,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-4.162,-0.883]],"o":[[0,0],[0,0],[-1.779,-2.856]],"v":[[-3.747,-0.069],[-3.367,1.578],[3.747,1.278]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"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":[[-41.747,41.354],[30.253,41.354],[30.253,-30.646],[-41.747,-30.646]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-41.747,-30.646],[30.253,-30.646],[30.253,41.354],[-41.747,41.354]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0,0.498,0.678,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[3.997,1.828],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":200.000008146167,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"Left Eyebrow Outlines","parent":18,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[0],"e":[-15]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":70,"s":[-15],"e":[0]},{"t":95.0000038694293}]},"p":{"a":0,"k":[18.772,13.569,0]},"a":{"a":0,"k":[-1.522,3.392,0]},"s":{"a":0,"k":[93.884,93.884,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[4.4,-2.533]],"o":[[0,0],[0,0],[1.246,-4.49]],"v":[[3.992,-1.984],[3.992,0.401],[-3.992,2.245]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"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":[[-28.992,43.013],[43.008,43.013],[43.008,-28.987],[-28.992,-28.987]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-28.992,-28.987],[43.008,-28.987],[43.008,43.013],[-28.992,43.013]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0,0.498,0.678,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[4.242,2.495],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":200.000008146167,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"Outline Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[36,36,0],"e":[33.5,36,0],"to":[-0.41666665673256,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":50,"s":[33.5,36,0],"e":[39.889,36,0],"to":[0,0,0],"ti":[-0.67544835805893,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":75,"s":[39.889,36,0],"e":[36,36,0],"to":[0.47865009307861,0,0],"ti":[-0.17280808091164,0,0]},{"t":95.0000038694293}]},"a":{"a":0,"k":[30.5,21.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":10,"s":[100,100,100],"e":[108,108,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":50,"s":[108,108,100],"e":[103.556,103.556,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":75,"s":[103.556,103.556,100],"e":[100,100,100]},{"t":95.0000038694293}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.556,2.035],[0,0],[0,0],[-10.805,0],[-3.364,-7.113],[0,0],[0,0],[0,-7.65],[8.008,0],[0,0],[0,6.351]],"o":[[0,0],[0,0],[0.717,-10.724],[8.008,0],[0,0],[0,0],[7.595,0.497],[0,8.008],[0,0],[-6.351,0],[0,-4.172]],"v":[[-23.704,-0.988],[-23.472,-1.121],[-23.454,-1.389],[-3,-20.5],[15.543,-8.754],[15.668,-8.488],[15.962,-8.469],[29.5,6],[15,20.5],[-18,20.5],[-29.5,9]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0.498,0.678,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[30.5,21.5],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":200.000008146167,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":4,"nm":"Body Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[37.5,37,0],"e":[33.417,37,0],"to":[0.13118198513985,0,0],"ti":[-0.32388693094254,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[33.417,37,0],"e":[38.75,37,0],"to":[0.19048589468002,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":95,"s":[38.75,37,0],"e":[37.5,37,0],"to":[0,0,0],"ti":[0.20833332836628,0,0]},{"t":100.000004073084}]},"a":{"a":0,"k":[28.75,20.25,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[100,100,100],"e":[112,112,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":70,"s":[112,112,100],"e":[100,100,100]},{"t":100.000004073084}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.694,-10.415],[0,-4.249],[-6.296,0],[0,0],[0,7.89],[7.43,0.488],[7.97,0]],"o":[[-3.433,1.969],[0,6.312],[0,0],[7.87,0],[0,-7.571],[-3.195,-6.773],[-10.564,0]],"v":[[-22.755,-1.354],[-28.5,8.571],[-17.1,20],[14.25,20],[28.5,5.714],[15.194,-8.541],[-2.85,-20]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"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":[[-37.5,35],[34.5,35],[34.5,-37],[-37.5,-37]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-37.5,-37],[34.5,-37],[34.5,35],[-37.5,35]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.749,0.875,0.918,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[28.75,20.25],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":200.000008146167,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":3,"nm":"Body","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[37.5,37,0],"e":[33.417,37,0],"to":[0.13118198513985,0,0],"ti":[-0.32388693094254,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[33.417,37,0],"e":[38.75,37,0],"to":[0.19048589468002,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":95,"s":[38.75,37,0],"e":[37.5,37,0],"to":[0,0,0],"ti":[0.20833332836628,0,0]},{"t":100.000004073084}]},"a":{"a":0,"k":[28.75,20.25,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[100,100,100],"e":[112,112,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":70,"s":[112,112,100],"e":[100,100,100]},{"t":100.000004073084}]}},"ao":0,"ip":0,"op":200.000008146167,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/code_invite_success.json b/ohos/flutter_lottie/assets/lottiefiles/code_invite_success.json new file mode 100644 index 0000000000000000000000000000000000000000..d5882bd9b2e1116e62bbdf75b6aaa1fcf17b378f --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/code_invite_success.json @@ -0,0 +1 @@ +{"v":"4.6.9","fr":60,"ip":0,"op":230,"w":220,"h":220,"nm":"Intro3","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Checker Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[131.817,171.725,0]},"a":{"a":0,"k":[22.562,22.633,0]},"s":{"a":1,"k":[{"i":{"x":[0.5,0.5,0.5],"y":[1,1,0.5]},"o":{"x":[0.84,0.84,0.84],"y":[0,0,0.84]},"n":["0p5_1_0p84_0","0p5_1_0p84_0","0p5_0p5_0p84_0p84"],"t":158,"s":[0,0,100],"e":[130,130,100]},{"i":{"x":[0.5,0.5,0.5],"y":[1,1,0.5]},"o":{"x":[0.84,0.84,0.84],"y":[0,0,0.84]},"n":["0p5_1_0p84_0","0p5_1_0p84_0","0p5_0p5_0p84_0p84"],"t":176,"s":[130,130,100],"e":[100,100,100]},{"t":183}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-7.643,1.576],[-2.486,5.923],[7.643,-5.923]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1.991},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[22.967,22.739],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-12.322,0],[0,0],[0,-12.323],[0,0],[12.322,0],[0,12.322],[0,0]],"o":[[0,0],[12.322,0],[0,0],[0,12.322],[-12.322,0],[0,0],[0,-12.323]],"v":[[-0.001,-22.383],[-0.001,-22.383],[22.312,-0.071],[22.312,0.07],[-0.001,22.383],[-22.312,0.07],[-22.312,-0.071]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0.639,0.231,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[22.562,22.633],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":230,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"P1 Outlines","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":14,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":76,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":140,"s":[0],"e":[100]},{"t":143}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[78.828,132.057,0]},"a":{"a":0,"k":[1.83,1.816,0]},"s":{"a":0,"k":[100,100,100]}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.452,-1.566],[0.253,-0.406],[1.165,-1.143],[1.579,-0.389],[0.495,-0.001],[1.579,0.389],[1.141,1.161],[0.253,0.423],[0.445,1.566],[-0.419,1.566],[-0.236,0.423],[-1.124,1.167],[-1.579,0.381],[-0.501,-0.007],[-1.57,-0.38],[-1.148,-1.143],[-0.227,-0.406],[-0.419,-1.566]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[1.83,1.816],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":230,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"P2 Outlines","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":14,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":127,"s":[0],"e":[100]},{"t":130}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[74.772,132.057,0]},"a":{"a":0,"k":[1.83,1.816,0]},"s":{"a":0,"k":[100,100,100]}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.452,-1.566],[0.253,-0.406],[1.165,-1.143],[1.579,-0.389],[0.495,-0.001],[1.579,0.389],[1.141,1.161],[0.253,0.423],[0.445,1.566],[-0.419,1.566],[-0.236,0.423],[-1.124,1.167],[-1.579,0.381],[-0.501,-0.007],[-1.57,-0.38],[-1.148,-1.143],[-0.227,-0.406],[-0.419,-1.566]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[1.83,1.816],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":230,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"P2 Outlines","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":14,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":119,"s":[0],"e":[100]},{"t":122}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[70.715,132.057,0]},"a":{"a":0,"k":[1.829,1.816,0]},"s":{"a":0,"k":[100,100,100]}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.452,-1.566],[0.253,-0.406],[1.165,-1.143],[1.579,-0.389],[0.493,-0.001],[1.579,0.389],[1.139,1.161],[0.253,0.423],[0.443,1.566],[-0.419,1.566],[-0.236,0.423],[-1.124,1.167],[-1.579,0.381],[-0.501,-0.007],[-1.572,-0.38],[-1.148,-1.143],[-0.229,-0.406],[-0.419,-1.566]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[1.829,1.816],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":230,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"p3 Outlines","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":14,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":109,"s":[0],"e":[100]},{"t":112}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[66.659,132.057,0]},"a":{"a":0,"k":[1.829,1.816,0]},"s":{"a":0,"k":[100,100,100]}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.452,-1.566],[0.253,-0.406],[1.165,-1.143],[1.579,-0.389],[0.493,-0.001],[1.579,0.389],[1.139,1.161],[0.253,0.423],[0.443,1.566],[-0.419,1.566],[-0.236,0.423],[-1.124,1.167],[-1.579,0.381],[-0.503,-0.007],[-1.572,-0.38],[-1.148,-1.143],[-0.229,-0.406],[-0.419,-1.566]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[1.829,1.816],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":230,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"P4 Outlines","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":14,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":87,"s":[0],"e":[100]},{"t":92}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[62.601,132.057,0]},"a":{"a":0,"k":[1.829,1.816,0]},"s":{"a":0,"k":[100,100,100]}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.452,-1.566],[0.254,-0.406],[1.165,-1.143],[1.579,-0.389],[0.495,-0.001],[1.579,0.389],[1.141,1.161],[0.254,0.423],[0.445,1.566],[-0.419,1.566],[-0.236,0.423],[-1.124,1.167],[-1.579,0.381],[-0.501,-0.007],[-1.57,-0.38],[-1.148,-1.143],[-0.227,-0.406],[-0.419,-1.566]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[1.829,1.816],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":230,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"p5 Outlines","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":14,"s":[0],"e":[2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":76,"s":[2],"e":[100]},{"t":80}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[58.545,132.057,0]},"a":{"a":0,"k":[1.829,1.816,0]},"s":{"a":0,"k":[100,100,100]}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.452,-1.566],[0.253,-0.406],[1.165,-1.143],[1.579,-0.389],[0.495,-0.001],[1.579,0.389],[1.141,1.161],[0.253,0.423],[0.445,1.566],[-0.419,1.566],[-0.236,0.423],[-1.124,1.167],[-1.579,0.381],[-0.501,-0.007],[-1.57,-0.38],[-1.148,-1.143],[-0.227,-0.406],[-0.419,-1.566]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[1.829,1.816],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":230,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Phone Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[68.515,144.03,0]},"a":{"a":0,"k":[29.842,56.541,0]},"s":{"a":0,"k":[100,100,100]}},"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":[[-6.469,-0.691],[6.469,-0.691],[6.469,0.691],[-6.469,0.691]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[29.694,60.956],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.146,0],[0,0],[0,-1.145],[0,0],[1.145,0],[0,0],[0,1.145],[0,0]],"o":[[0,0],[1.145,0],[0,0],[0,1.145],[0,0],[-1.146,0],[0,0],[0,-1.145]],"v":[[-16.583,-4.144],[16.583,-4.144],[18.656,-2.069],[18.656,2.07],[16.583,4.144],[-16.583,4.144],[-18.656,2.07],[-18.656,-2.069]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0.639,0.231,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[30.039,60.955],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"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":[[-11.747,-0.691],[11.747,-0.691],[11.747,0.691],[-11.747,0.691]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.792,0.776,0.745,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[23.13,36.097],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"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":[[-18.657,-4.488],[18.657,-4.488],[18.657,4.488],[-18.657,4.488]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.878,0.878,0.878,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[30.04,44.729],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.735,0],[0,0],[0,-0.735],[0.735,0],[0,0],[0,0.735]],"o":[[0,0],[0.735,0],[0,0.735],[0,0],[-0.735,0],[0,-0.735]],"v":[[-4.637,-1.331],[4.637,-1.331],[5.969,-0.001],[4.637,1.331],[-4.637,1.331],[-5.969,-0.001]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.49,0.451,0.424,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[29.842,6.649],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.838,0],[0,0],[0,-1.838],[1.838,0],[0,0],[0,1.838]],"o":[[0,0],[1.838,0],[0,1.838],[0,0],[-1.838,0],[0,-1.838]],"v":[[-1.313,-3.327],[1.314,-3.327],[4.641,-0.001],[1.314,3.327],[-1.313,3.327],[-4.641,-0.001]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.49,0.451,0.424,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1.327},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[29.179,105.104],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.205,0],[0,0],[0,-2.204],[2.205,0],[0,0],[0,2.204]],"o":[[0,0],[2.205,0],[0,2.204],[0,0],[-2.205,0],[0,-2.204]],"v":[[-1.313,-3.991],[1.314,-3.991],[5.305,0],[1.314,3.991],[-1.313,3.991],[-5.305,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.608,0.608,0.608,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[29.178,105.104],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group"},{"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":[[-24.536,-43.24],[24.536,-43.24],[24.536,43.24],[-24.536,43.24]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.592,0.592,0.592,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1.327},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[29.842,55.211],"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":"Group 8","np":3,"cix":2,"ix":8,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.665,0],[0,0],[0,-3.664],[0,0],[3.665,0],[0,0],[0,3.665],[0,0]],"o":[[0,0],[3.665,0],[0,0],[0,3.665],[0,0],[-3.665,0],[0,0],[0,-3.664]],"v":[[-21.879,-55.215],[21.879,-55.215],[28.515,-48.579],[28.515,48.579],[21.879,55.215],[-21.879,55.215],[-28.515,48.579],[-28.515,-48.579]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.588,0.588,0.588,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1.327},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.792,0.776,0.745,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[29.842,56.541],"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":"Group 9","np":3,"cix":2,"ix":9,"mn":"ADBE Vector Group"}],"ip":0,"op":230,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Cupon Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.57],"y":[1]},"o":{"x":[0.16],"y":[0]},"n":["0p57_1_0p16_0"],"t":14,"s":[60],"e":[-3]},{"i":{"x":[0.51],"y":[1]},"o":{"x":[0.152],"y":[0]},"n":["0p51_1_0p152_0"],"t":44,"s":[-3],"e":[0]},{"t":72}]},"p":{"a":1,"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.16,"y":0},"n":"0p833_1_0p16_0","t":14,"s":[93.826,135.572,0],"e":[113,84.635,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.16,"y":0},"n":"0p833_1_0p16_0","t":44,"s":[113,84.635,0],"e":[113.826,85.572,0],"to":[0,0,0],"ti":[0,0,0]},{"t":72}]},"a":{"a":0,"k":[41.867,23.511,0]},"s":{"a":0,"k":[100,100,100]}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[24.029,3.622],[22.827,6.008],[25.297,5.013],[25.696,6.924],[23.08,7.049],[25.178,8.615],[23.714,9.996],[22.278,7.807],[21.932,10.414],[20.061,9.842],[21.216,7.482],[18.796,8.512],[18.328,6.501],[20.926,6.372],[18.852,4.852],[20.276,3.478],[21.784,5.689],[22.139,3.045]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[15.224,0.931],[14.022,3.316],[16.491,2.322],[16.891,4.232],[14.275,4.357],[16.374,5.924],[14.909,7.305],[13.473,5.115],[13.128,7.723],[11.257,7.15],[12.411,4.79],[9.991,5.821],[9.523,3.81],[12.121,3.68],[10.048,2.161],[11.47,0.786],[12.979,2.997],[13.335,0.353]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[6.42,-1.761],[5.217,0.625],[7.686,-0.371],[8.087,1.541],[5.47,1.666],[7.569,3.232],[6.104,4.613],[4.669,2.423],[4.323,5.032],[2.452,4.459],[3.606,2.099],[1.186,3.129],[0.718,1.118],[3.316,0.988],[1.242,-0.533],[2.666,-1.906],[4.175,0.306],[4.53,-2.339]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-2.385,-4.453],[-3.587,-2.067],[-1.118,-3.062],[-0.718,-1.15],[-3.334,-1.026],[-1.236,0.54],[-2.7,1.921],[-4.137,-0.27],[-4.482,2.34],[-6.353,1.768],[-5.199,-0.593],[-7.619,0.437],[-8.087,-1.574],[-5.489,-1.704],[-7.563,-3.223],[-6.139,-4.597],[-4.631,-2.386],[-4.275,-5.031]],"c":true}},"nm":"Path 4","mn":"ADBE Vector Shape - Group"},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-11.19,-7.145],[-12.392,-4.759],[-9.923,-5.755],[-9.523,-3.842],[-12.139,-3.718],[-10.04,-2.152],[-11.505,-0.771],[-12.942,-2.96],[-13.286,-0.352],[-15.158,-0.924],[-14.003,-3.285],[-16.424,-2.255],[-16.891,-4.266],[-14.293,-4.396],[-16.367,-5.916],[-14.944,-7.289],[-13.435,-5.078],[-13.08,-7.722]],"c":true}},"nm":"Path 5","mn":"ADBE Vector Shape - Group"},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-19.995,-9.837],[-21.197,-7.451],[-18.727,-8.447],[-18.328,-6.535],[-20.944,-6.41],[-18.845,-4.844],[-20.31,-3.464],[-21.746,-5.652],[-22.091,-3.044],[-23.963,-3.617],[-22.808,-5.977],[-25.229,-4.947],[-25.696,-6.958],[-23.098,-7.089],[-25.172,-8.607],[-23.748,-9.981],[-22.241,-7.77],[-21.885,-10.414]],"c":true}},"nm":"Path 6","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[41.941,23.286],"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":"Group 1","np":8,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.73,-0.223],[0,0],[0.224,-0.73],[0,0],[0.731,0.223],[0,0],[-0.224,0.73],[0,0]],"o":[[0,0],[0.73,0.223],[0,0],[-0.224,0.73],[0,0],[-0.73,-0.224],[0,0],[0.224,-0.73]],"v":[[-32.681,-21.906],[39.344,0.115],[40.261,1.841],[34.408,20.988],[32.681,21.906],[-39.344,-0.114],[-40.261,-1.841],[-34.408,-20.988]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.588,0.588,0.588,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1.382},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.792,0.776,0.745,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[41.867,23.511],"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":"Group 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":230,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/coding_ape.json b/ohos/flutter_lottie/assets/lottiefiles/coding_ape.json new file mode 100644 index 0000000000000000000000000000000000000000..02d686799c0840edbca9ba6d0f69aa72fc78495c --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/coding_ape.json @@ -0,0 +1 @@ +{"v":"5.0.2","fr":25,"ip":0,"op":62,"w":786,"h":658,"nm":"monkey","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"“coding ape is working on”轮廓","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[149,97,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[23.28,23.28,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-5.535,3.042],[-4.316,4.76],[0,0],[3.154,-1.714],[4.204,0],[2.765,1.274],[1.992,2.215],[1.05,2.988],[0,3.432],[0,0],[-1.053,2.934],[-1.938,2.215],[-2.602,1.274],[-3.211,0],[-3.045,-1.769],[-2.879,-2.988],[0,0],[5.532,2.656],[8.409,0],[5.698,-2.433],[4.093,-4.204],[2.324,-5.644],[0,-6.308],[0,0],[-2.324,-5.587],[-4.096,-4.15],[-5.701,-2.433],[-6.64,0]],"o":[[5.532,-3.042],[0,0],[-3.1,2.879],[-3.154,1.717],[-3.432,0],[-2.768,-1.271],[-1.992,-2.212],[-1.053,-2.988],[0,0],[0,-3.32],[1.05,-2.931],[1.935,-2.212],[2.599,-1.271],[4.536,0],[3.042,1.772],[0,0],[-4.207,-4.648],[-5.535,-2.656],[-6.863,0],[-5.701,2.436],[-4.096,4.207],[-2.324,5.644],[0,0],[0,6.308],[2.324,5.59],[4.093,4.15],[5.698,2.433],[8.852,0]],"v":[[74.866,-2.573],[89.64,-14.276],[74.866,-29.216],[65.487,-22.327],[54.448,-19.754],[45.152,-21.663],[38.014,-26.892],[33.449,-34.694],[31.872,-44.322],[31.872,-44.654],[33.449,-54.033],[37.931,-61.752],[44.737,-66.981],[53.452,-68.89],[64.823,-66.234],[73.704,-59.096],[89.142,-75.696],[74.534,-86.652],[53.618,-90.636],[34.777,-86.984],[20.086,-77.024],[10.458,-62.25],[6.972,-44.322],[6.972,-43.99],[10.458,-26.145],[20.086,-11.537],[34.777,-1.66],[53.286,1.992]],"c":true},"ix":2},"nm":"c","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921569943896,0.921569943896,0.921569943896,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"c","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.822,1.328],[2.101,2.27],[1.105,2.934],[0,3.32],[0,0],[-1.053,2.934],[-1.992,2.215],[-2.822,1.274],[-3.652,0],[-2.879,-1.328],[-2.104,-2.267],[-1.108,-2.931],[0,-3.32],[0,0],[1.05,-2.931],[1.992,-2.212],[2.822,-1.271],[3.652,0]],"o":[[-2.822,-1.328],[-2.104,-2.267],[-1.108,-2.931],[0,0],[0,-3.32],[1.05,-2.931],[1.992,-2.212],[2.822,-1.271],[3.429,0],[2.876,1.328],[2.101,2.27],[1.105,2.934],[0,0],[0,3.32],[-1.053,2.934],[-1.992,2.215],[-2.822,1.274],[-3.543,0]],"v":[[140.519,-21.746],[133.132,-27.141],[128.318,-34.943],[126.658,-44.322],[126.658,-44.654],[128.235,-54.033],[132.8,-61.752],[140.021,-66.981],[149.732,-68.89],[159.194,-66.898],[166.664,-61.503],[171.478,-53.701],[173.138,-44.322],[173.138,-43.99],[171.561,-34.611],[166.996,-26.892],[159.775,-21.663],[150.064,-19.754]],"c":true},"ix":2},"nm":"o","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-5.867,2.433],[-4.316,4.207],[-2.436,5.59],[0,6.42],[0,0],[2.433,5.59],[4.259,4.15],[5.864,2.381],[6.86,0],[5.864,-2.433],[4.316,-4.204],[2.433,-5.587],[0,-6.417],[0,0],[-2.436,-5.587],[-4.262,-4.15],[-5.867,-2.378],[-6.863,0]],"o":[[5.864,-2.433],[4.316,-4.204],[2.433,-5.587],[0,0],[0,-6.417],[-2.436,-5.587],[-4.262,-4.15],[-5.867,-2.378],[-6.972,0],[-5.867,2.436],[-4.316,4.207],[-2.436,5.59],[0,0],[0,6.42],[2.433,5.59],[4.259,4.15],[5.864,2.378],[6.972,0]],"v":[[168.988,-1.66],[184.26,-11.62],[194.386,-26.311],[198.038,-44.322],[198.038,-44.654],[194.386,-62.665],[184.343,-77.273],[169.154,-87.067],[150.064,-90.636],[130.808,-86.984],[115.536,-77.024],[105.41,-62.333],[101.758,-44.322],[101.758,-43.99],[105.41,-25.979],[115.453,-11.371],[130.642,-1.577],[149.732,1.992]],"c":true},"ix":2},"nm":"o","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921569943896,0.921569943896,0.921569943896,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"o","np":5,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.599,1.162],[1.992,2.158],[1.162,3.045],[0,3.652],[0,0],[-1.162,2.988],[-1.992,2.158],[-2.602,1.162],[-2.988,0],[-2.602,-1.162],[-1.938,-2.158],[-1.162,-3.042],[0,-3.652],[0,0],[1.162,-3.042],[1.935,-2.158],[2.599,-1.162],[2.988,0]],"o":[[-2.602,-1.162],[-1.992,-2.158],[-1.162,-3.042],[0,0],[0,-3.761],[1.162,-2.988],[1.992,-2.158],[2.599,-1.162],[2.988,0],[2.599,1.162],[1.935,2.158],[1.162,3.045],[0,0],[0,3.652],[-1.162,3.045],[-1.938,2.158],[-2.602,1.162],[-2.988,0]],"v":[[250.907,-21.497],[244.018,-26.477],[239.287,-34.279],[237.544,-44.322],[237.544,-44.654],[239.287,-54.78],[244.018,-62.499],[250.907,-67.479],[259.29,-69.222],[267.673,-67.479],[274.479,-62.499],[279.127,-54.697],[280.87,-44.654],[280.87,-44.322],[279.127,-34.279],[274.479,-26.477],[267.673,-21.497],[259.29,-19.754]],"c":true},"ix":2},"nm":"d","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-4.373,2.71],[-3.1,4.207],[0,0],[0,0],[0,0],[0,0],[0,0],[4.37,2.656],[6.749,0],[4.868,-1.992],[3.706,-3.927],[2.267,-5.698],[0,-7.413],[0,0],[-2.27,-5.698],[-3.764,-3.927],[-4.871,-1.992],[-5.203,0]],"o":[[4.37,-2.71],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.988,-3.54],[-4.373,-2.656],[-5.312,0],[-4.871,1.992],[-3.709,3.93],[-2.27,5.701],[0,0],[0,7.416],[2.267,5.701],[3.761,3.93],[4.868,1.992],[6.64,0]],"v":[[269.333,-2.407],[280.538,-12.782],[280.538,0],[305.77,0],[305.77,-121.18],[280.538,-121.18],[280.538,-77.356],[269.499,-86.652],[252.816,-90.636],[237.544,-87.648],[224.679,-78.767],[215.715,-64.325],[212.312,-44.654],[212.312,-44.322],[215.715,-24.651],[224.762,-10.209],[237.71,-1.328],[252.816,1.66]],"c":true},"ix":2},"nm":"d","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921569943896,0.921569943896,0.921569943896,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"d","np":5,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"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":[[329.506,0],[354.738,0],[354.738,-88.976],[329.506,-88.976]],"c":true},"ix":2},"nm":"i","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[328.842,-98.77],[355.402,-98.77],[355.402,-121.18],[328.842,-121.18]],"c":true},"ix":2},"nm":"i","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921569943896,0.921569943896,0.921569943896,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"i","np":5,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-2.822,3.035],[-4.871,0],[-2.656,-3.035],[0,-5.96],[0,0],[0,0],[0,0],[5.255,5.867],[9.628,0],[2.544,-0.781],[2.101,-1.338],[1.714,-1.727],[1.437,-1.893],[0,0],[0,0]],"o":[[0,0],[0,0],[0,-5.96],[2.822,-3.035],[4.868,0],[2.656,3.035],[0,0],[0,0],[0,0],[0,-10.292],[-5.258,-5.864],[-3.211,0],[-2.547,0.781],[-2.104,1.338],[-1.717,1.727],[0,0],[0,0],[0,0]],"v":[[378.473,0],[403.705,0],[403.705,-49.512],[407.938,-63.007],[419.475,-67.562],[430.763,-63.007],[434.747,-49.512],[434.747,0],[459.979,0],[459.979,-57.602],[452.094,-81.838],[429.767,-90.636],[421.135,-89.464],[414.163,-86.286],[408.436,-81.69],[403.705,-76.256],[403.705,-88.976],[378.473,-88.976]],"c":true},"ix":2},"nm":"n","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921569943896,0.921569943896,0.921569943896,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"n","np":3,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.093,3.764],[0,6.199],[0,0],[-1.108,2.547],[-1.938,1.826],[-2.602,0.996],[-3.1,0],[-2.656,-0.996],[-1.938,-1.826],[-1.108,-2.544],[0,-2.988],[0,0],[1.105,-2.544],[1.935,-1.826],[2.656,-0.996],[3.097,0]],"o":[[-4.096,-3.761],[0,0],[0,-2.988],[1.105,-2.544],[1.935,-1.826],[2.599,-0.996],[3.097,0],[2.656,0.996],[1.935,1.826],[1.105,2.547],[0,0],[0,2.988],[-1.108,2.547],[-1.938,1.826],[-2.656,0.996],[-6.199,0]],"v":[[509.279,-33.864],[503.137,-48.804],[503.137,-49.136],[504.797,-57.436],[509.362,-63.993],[516.168,-68.226],[524.717,-69.72],[533.349,-68.226],[540.238,-63.993],[544.803,-57.436],[546.463,-49.136],[546.463,-48.804],[544.803,-40.504],[540.238,-33.947],[533.349,-29.714],[524.717,-28.22]],"c":true},"ix":2},"nm":"g","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-6.365,1.88],[-4.207,4.204],[0,15.827],[0,0],[0,0],[0,0],[4.425,2.547],[6.86,0],[4.757,-1.826],[3.652,-3.54],[2.212,-5.146],[0,-6.64],[0,0],[-2.158,-5.146],[-3.652,-3.54],[-4.76,-1.826],[-5.203,0],[-4.427,2.547],[-3.764,4.539],[0,0],[4.15,-4.093],[8.632,0],[4.702,1.437],[4.648,2.544],[0,0],[-6.64,-1.606],[-7.304,0]],"o":[[6.362,-1.883],[7.524,-7.527],[0,0],[0,0],[0,0],[-3.432,-3.761],[-4.427,-2.544],[-5.091,0],[-4.76,1.826],[-3.652,3.543],[-2.215,5.146],[0,0],[0,6.64],[2.158,5.146],[3.652,3.543],[4.757,1.826],[6.749,0],[4.425,-2.544],[0,0],[0,7.968],[-4.15,4.093],[-5.976,0],[-4.705,-1.44],[0,0],[5.644,2.988],[6.64,1.603],[8.632,0]],"v":[[544.222,24.07],[560.075,14.94],[571.363,-20.086],[571.363,-88.976],[546.131,-88.976],[546.131,-77.356],[534.345,-86.818],[517.413,-90.636],[502.639,-87.897],[490.023,-79.846],[481.225,-66.815],[477.905,-49.136],[477.905,-48.804],[481.142,-31.125],[489.857,-18.094],[502.473,-10.043],[517.413,-7.304],[534.179,-11.122],[546.463,-21.746],[546.463,-17.43],[540.238,0.664],[521.065,6.806],[505.046,4.648],[491.019,-1.328],[482.387,17.596],[500.813,24.485],[521.729,26.892]],"c":true},"ix":2},"nm":"g","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921569943896,0.921569943896,0.921569943896,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"g","np":5,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.544,1.883],[0,3.432],[0,0],[-3.1,2.104],[-5.424,0],[-2.713,-0.607],[-2.215,-0.996],[0,0],[3.595,-2.876],[5.976,0]],"o":[[-2.547,-1.88],[0,0],[0,-3.984],[3.097,-2.101],[3.097,0],[2.71,0.61],[0,0],[0,4.648],[-3.598,2.879],[-4.096,0]],"v":[[666.643,-18.592],[662.825,-26.56],[662.825,-26.892],[667.473,-36.022],[680.255,-39.176],[688.97,-38.263],[696.357,-35.856],[696.357,-31.374],[690.962,-20.086],[676.603,-15.77]],"c":true},"ix":2},"nm":"a","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-4.316,2.046],[-3.1,3.432],[0,0],[0,0],[0,0],[1.548,4.814],[3.32,3.32],[4.923,1.717],[6.972,0],[5.312,-1.328],[4.868,-2.101],[0,0],[-3.709,0.83],[-4.871,0],[-3.211,-2.765],[0,-5.312],[0,0],[3.375,0.664],[4.536,0],[4.37,-1.162],[3.154,-2.324],[1.769,-3.54],[0,-4.868],[0,0],[-1.606,-3.374],[-2.768,-2.324],[-3.709,-1.162],[-4.207,0]],"o":[[4.316,-2.046],[0,0],[0,0],[0,0],[0,-5.976],[-1.551,-4.814],[-3.211,-3.208],[-4.926,-1.714],[-7.527,0],[-5.312,1.328],[0,0],[4.093,-1.548],[3.706,-0.83],[6.308,0],[3.208,2.768],[0,0],[-3.211,-1.105],[-3.377,-0.664],[-5.312,0],[-4.373,1.162],[-3.154,2.324],[-1.772,3.543],[0,0],[0,4.428],[1.603,3.377],[2.765,2.324],[3.706,1.162],[6.196,0]],"v":[[684.737,-1.411],[695.859,-9.628],[695.859,0],[720.261,0],[720.261,-51.626],[717.937,-67.811],[710.633,-80.012],[698.432,-87.399],[680.587,-89.972],[661.331,-87.98],[646.059,-82.834],[652.367,-63.578],[664.07,-67.147],[676.935,-68.392],[691.211,-64.242],[696.025,-52.124],[696.025,-50.63],[686.148,-53.286],[674.279,-54.282],[659.754,-52.539],[648.466,-47.31],[641.079,-38.512],[638.423,-25.896],[638.423,-25.564],[640.83,-13.861],[647.387,-5.312],[657.098,-0.083],[668.967,1.66]],"c":true},"ix":2},"nm":"a","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921569943896,0.921569943896,0.921569943896,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"a","np":5,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.599,1.162],[1.935,2.158],[1.162,3.045],[0,3.652],[0,0],[-1.162,3.045],[-1.938,2.158],[-2.602,1.162],[-2.988,0],[-2.602,-1.162],[-1.992,-2.158],[-1.162,-3.042],[0,-3.652],[0,0],[1.162,-2.988],[1.992,-2.158],[2.599,-1.162],[2.988,0]],"o":[[-2.602,-1.162],[-1.938,-2.158],[-1.162,-3.042],[0,0],[0,-3.652],[1.162,-3.042],[1.935,-2.158],[2.599,-1.162],[2.988,0],[2.599,1.162],[1.992,2.158],[1.162,3.045],[0,0],[0,3.764],[-1.162,2.988],[-1.992,2.158],[-2.602,1.162],[-2.988,0]],"v":[[780.103,-21.497],[773.297,-26.477],[768.649,-34.279],[766.906,-44.322],[766.906,-44.654],[768.649,-54.697],[773.297,-62.499],[780.103,-67.479],[788.486,-69.222],[796.869,-67.479],[803.758,-62.499],[808.489,-54.697],[810.232,-44.654],[810.232,-44.322],[808.489,-34.196],[803.758,-26.477],[796.869,-21.497],[788.486,-19.754]],"c":true},"ix":2},"nm":"p","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-4.373,-2.656],[-6.752,0],[-4.871,1.992],[-3.709,3.93],[-2.27,5.701],[0,7.416],[0,0],[2.267,5.701],[3.761,3.93],[4.868,1.992],[5.2,0],[4.37,-2.71],[3.097,-4.204],[0,0],[0,0]],"o":[[0,0],[0,0],[2.988,3.543],[4.37,2.656],[5.312,0],[4.868,-1.992],[3.706,-3.927],[2.267,-5.698],[0,0],[0,-7.413],[-2.27,-5.698],[-3.764,-3.927],[-4.871,-1.992],[-6.64,0],[-4.373,2.713],[0,0],[0,0],[0,0]],"v":[[742.006,26.56],[767.238,26.56],[767.238,-11.62],[778.277,-2.324],[794.96,1.66],[810.232,-1.328],[823.097,-10.209],[832.061,-24.651],[835.464,-44.322],[835.464,-44.654],[832.061,-64.325],[823.014,-78.767],[810.066,-87.648],[794.96,-90.636],[778.443,-86.569],[767.238,-76.194],[767.238,-88.976],[742.006,-88.976]],"c":true},"ix":2},"nm":"p","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921569943896,0.921569943896,0.921569943896,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"p","np":5,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-3.266,3.432],[-5.312,0],[-3.211,-3.486],[-0.776,-5.644]],"o":[[0.996,-5.753],[3.263,-3.429],[5.312,0],[3.208,3.486],[0,0]],"v":[[874.472,-51.46],[880.863,-65.238],[893.728,-70.384],[906.51,-65.155],[912.486,-51.46]],"c":true},"ix":2},"nm":"e","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-5.976,2.931],[-4.207,5.203],[0,0],[3.32,-1.437],[4.204,0],[3.818,2.934],[1.216,5.756],[0,0],[-0.057,1.108],[0,0.996],[1.714,5.81],[3.595,4.482],[5.421,2.656],[7.413,0],[5.366,-2.433],[3.872,-4.204],[2.158,-5.644],[0,-6.308],[0,0],[-2.324,-5.587],[-4.15,-4.093],[-5.701,-2.212],[-6.64,0]],"o":[[5.976,-2.931],[0,0],[-3.543,3.211],[-3.32,1.44],[-5.644,0],[-3.818,-2.931],[0,0],[0.109,-1.216],[0.054,-1.105],[0,-6.308],[-1.717,-5.81],[-3.598,-4.482],[-5.424,-2.656],[-6.531,0],[-5.369,2.436],[-3.875,4.207],[-2.158,5.644],[0,0],[0,6.863],[2.324,5.59],[4.15,4.096],[5.698,2.212],[8.077,0]],"v":[[917.3,-2.407],[932.572,-14.608],[918.13,-27.39],[907.838,-20.418],[896.55,-18.26],[882.357,-22.659],[874.804,-35.69],[936.722,-35.69],[936.971,-39.176],[937.054,-42.33],[934.481,-60.507],[926.513,-75.945],[912.984,-86.652],[893.728,-90.636],[875.883,-86.984],[862.022,-77.024],[852.975,-62.25],[849.738,-44.322],[849.738,-43.99],[853.224,-25.315],[862.935,-10.79],[877.709,-1.328],[896.218,1.992]],"c":true},"ix":2},"nm":"e","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921569943896,0.921569943896,0.921569943896,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"e","np":5,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"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":[[1006.771,0],[1032.003,0],[1032.003,-88.976],[1006.771,-88.976]],"c":true},"ix":2},"nm":"i","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1006.107,-98.77],[1032.667,-98.77],[1032.667,-121.18],[1006.107,-121.18]],"c":true},"ix":2},"nm":"i","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921569943896,0.921569943896,0.921569943896,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"i","np":5,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4.15,1.162],[-3.1,2.324],[-1.717,3.598],[0,4.98],[0,0],[1.66,2.879],[2.544,1.992],[3.208,1.385],[3.097,0.996],[2.158,0.776],[1.66,0.83],[0.996,0.942],[0,1.219],[0,0],[-1.551,1.162],[-3.1,0],[-4.207,-1.494],[-4.427,-2.544],[0,0],[5.81,1.826],[5.644,0],[3.927,-1.216],[2.931,-2.433],[1.714,-3.486],[0,-4.536],[0,0],[-1.605,-2.988],[-2.547,-2.046],[-3.154,-1.271],[-3.1,-0.884],[-2.215,-0.664],[-1.717,-0.718],[-0.996,-0.996],[0,-1.328],[0,0],[1.714,-1.216],[3.652,0],[4.814,1.772],[4.869,3.543],[0,0],[-6.586,-2.158],[-6.308,0]],"o":[[4.15,-1.162],[3.097,-2.324],[1.714,-3.595],[0,0],[0,-4.093],[-1.66,-2.876],[-2.547,-1.992],[-3.211,-1.382],[-2.436,-0.773],[-2.158,-0.773],[-1.66,-0.83],[-0.996,-0.939],[0,0],[0,-1.769],[1.548,-1.162],[3.208,0],[4.204,1.494],[0,0],[-4.871,-3.208],[-5.81,-1.826],[-4.539,0],[-3.93,1.219],[-2.934,2.436],[-1.717,3.486],[0,0],[0,4.316],[1.603,2.988],[2.544,2.049],[3.154,1.274],[2.433,0.776],[2.213,0.664],[1.714,0.721],[0.996,0.996],[0,0],[0,1.992],[-1.717,1.219],[-4.207,0],[-4.814,-1.769],[0,0],[5.976,4.648],[6.583,2.158],[4.757,0]],"v":[[1100.309,-0.083],[1111.182,-5.312],[1118.403,-14.193],[1120.976,-27.058],[1120.976,-27.39],[1118.486,-37.848],[1112.178,-45.152],[1103.546,-50.215],[1094.084,-53.784],[1087.195,-56.108],[1081.468,-58.515],[1077.484,-61.171],[1075.99,-64.408],[1075.99,-64.74],[1078.314,-69.139],[1085.286,-70.882],[1096.408,-68.641],[1109.356,-62.582],[1118.984,-80.012],[1102.965,-87.565],[1085.784,-90.304],[1073.085,-88.478],[1062.793,-83],[1055.821,-74.119],[1053.248,-62.084],[1053.248,-61.752],[1055.655,-50.796],[1061.88,-43.243],[1070.429,-38.263],[1079.808,-35.026],[1086.78,-32.868],[1092.673,-30.793],[1096.74,-28.22],[1098.234,-24.734],[1098.234,-24.402],[1095.661,-19.588],[1087.61,-17.762],[1074.081,-20.418],[1059.556,-28.386],[1048.766,-11.786],[1067.607,-1.577],[1086.946,1.66]],"c":true},"ix":2},"nm":"s","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921569943896,0.921569943896,0.921569943896,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"s","np":3,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[1208.954,0.664],[1231.53,0.664],[1248.96,-53.95],[1266.058,0.664],[1288.8,0.664],[1316.522,-88.976],[1291.456,-88.976],[1276.848,-34.86],[1259.916,-89.308],[1238.17,-89.308],[1221.404,-35.026],[1207.128,-88.976],[1181.564,-88.976]],"c":true},"ix":2},"nm":"w","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921569943896,0.921569943896,0.921569943896,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"w","np":3,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.822,1.328],[2.101,2.27],[1.105,2.934],[0,3.32],[0,0],[-1.053,2.934],[-1.992,2.215],[-2.822,1.274],[-3.652,0],[-2.879,-1.328],[-2.104,-2.267],[-1.108,-2.931],[0,-3.32],[0,0],[1.05,-2.931],[1.992,-2.212],[2.822,-1.271],[3.652,0]],"o":[[-2.822,-1.328],[-2.104,-2.267],[-1.108,-2.931],[0,0],[0,-3.32],[1.051,-2.931],[1.992,-2.212],[2.822,-1.271],[3.429,0],[2.876,1.328],[2.101,2.27],[1.105,2.934],[0,0],[0,3.32],[-1.053,2.934],[-1.992,2.215],[-2.822,1.274],[-3.543,0]],"v":[[1366.238,-21.746],[1358.851,-27.141],[1354.037,-34.943],[1352.377,-44.322],[1352.377,-44.654],[1353.954,-54.033],[1358.519,-61.752],[1365.74,-66.981],[1375.451,-68.89],[1384.913,-66.898],[1392.383,-61.503],[1397.197,-53.701],[1398.857,-44.322],[1398.857,-43.99],[1397.28,-34.611],[1392.715,-26.892],[1385.494,-21.663],[1375.783,-19.754]],"c":true},"ix":2},"nm":"o","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-5.867,2.433],[-4.316,4.207],[-2.436,5.59],[0,6.42],[0,0],[2.433,5.59],[4.259,4.15],[5.864,2.381],[6.86,0],[5.865,-2.433],[4.316,-4.204],[2.433,-5.587],[0,-6.417],[0,0],[-2.436,-5.587],[-4.261,-4.15],[-5.867,-2.378],[-6.863,0]],"o":[[5.865,-2.433],[4.316,-4.204],[2.433,-5.587],[0,0],[0,-6.417],[-2.436,-5.587],[-4.261,-4.15],[-5.867,-2.378],[-6.972,0],[-5.867,2.436],[-4.316,4.207],[-2.436,5.59],[0,0],[0,6.42],[2.433,5.59],[4.259,4.15],[5.865,2.378],[6.972,0]],"v":[[1394.707,-1.66],[1409.979,-11.62],[1420.105,-26.311],[1423.757,-44.322],[1423.757,-44.654],[1420.105,-62.665],[1410.062,-77.273],[1394.873,-87.067],[1375.783,-90.636],[1356.527,-86.984],[1341.255,-77.024],[1331.129,-62.333],[1327.477,-44.322],[1327.477,-43.99],[1331.129,-25.979],[1341.172,-11.371],[1356.361,-1.577],[1375.451,1.992]],"c":true},"ix":2},"nm":"o","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921569943896,0.921569943896,0.921569943896,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"o","np":5,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-4.814,5.092],[-8.411,0],[0,0],[0,0],[4.425,-3.652],[2.544,-6.085],[0,0],[0,0]],"o":[[0,0],[0,0],[0,-10.733],[4.814,-5.089],[0,0],[0,0],[-7.527,-0.332],[-4.428,3.652],[0,0],[0,0],[0,0]],"v":[[1442.015,0],[1467.247,0],[1467.247,-32.868],[1474.468,-56.606],[1494.305,-64.242],[1495.633,-64.242],[1495.633,-90.636],[1477.705,-85.656],[1467.247,-71.048],[1467.247,-88.976],[1442.015,-88.976]],"c":true},"ix":2},"nm":"r","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921569943896,0.921569943896,0.921569943896,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"r","np":3,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[1511.402,0],[1536.635,0],[1536.635,-27.058],[1545.432,-36.354],[1568.672,0],[1597.557,0],[1562.531,-53.95],[1596.395,-88.976],[1566.182,-88.976],[1536.635,-56.606],[1536.635,-121.18],[1511.402,-121.18]],"c":true},"ix":2},"nm":"k","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921569943896,0.921569943896,0.921569943896,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"k","np":3,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"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":[[1610.836,0],[1636.068,0],[1636.068,-88.976],[1610.836,-88.976]],"c":true},"ix":2},"nm":"i","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1610.172,-98.77],[1636.732,-98.77],[1636.732,-121.18],[1610.172,-121.18]],"c":true},"ix":2},"nm":"i","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921569943896,0.921569943896,0.921569943896,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"i","np":5,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-2.822,3.035],[-4.871,0],[-2.656,-3.035],[0,-5.96],[0,0],[0,0],[0,0],[5.255,5.867],[9.628,0],[2.545,-0.781],[2.101,-1.338],[1.714,-1.727],[1.437,-1.893],[0,0],[0,0]],"o":[[0,0],[0,0],[0,-5.96],[2.822,-3.035],[4.868,0],[2.656,3.035],[0,0],[0,0],[0,0],[0,-10.292],[-5.258,-5.864],[-3.211,0],[-2.547,0.781],[-2.104,1.338],[-1.717,1.727],[0,0],[0,0],[0,0]],"v":[[1659.803,0],[1685.036,0],[1685.036,-49.512],[1689.269,-63.007],[1700.806,-67.562],[1712.094,-63.007],[1716.078,-49.512],[1716.078,0],[1741.309,0],[1741.309,-57.602],[1733.425,-81.838],[1711.098,-90.636],[1702.465,-89.464],[1695.494,-86.286],[1689.766,-81.69],[1685.036,-76.256],[1685.036,-88.976],[1659.803,-88.976]],"c":true},"ix":2},"nm":"n","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921569943896,0.921569943896,0.921569943896,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"n","np":3,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.093,3.764],[0,6.199],[0,0],[-1.108,2.547],[-1.938,1.826],[-2.602,0.996],[-3.099,0],[-2.656,-0.996],[-1.938,-1.826],[-1.108,-2.544],[0,-2.988],[0,0],[1.105,-2.544],[1.935,-1.826],[2.656,-0.996],[3.097,0]],"o":[[-4.095,-3.761],[0,0],[0,-2.988],[1.105,-2.544],[1.935,-1.826],[2.599,-0.996],[3.097,0],[2.656,0.996],[1.935,1.826],[1.105,2.547],[0,0],[0,2.988],[-1.108,2.547],[-1.938,1.826],[-2.656,0.996],[-6.199,0]],"v":[[1790.609,-33.864],[1784.467,-48.804],[1784.467,-49.136],[1786.127,-57.436],[1790.692,-63.993],[1797.498,-68.226],[1806.047,-69.72],[1814.679,-68.226],[1821.568,-63.993],[1826.133,-57.436],[1827.793,-49.136],[1827.793,-48.804],[1826.133,-40.504],[1821.568,-33.947],[1814.679,-29.714],[1806.047,-28.22]],"c":true},"ix":2},"nm":"g","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-6.365,1.88],[-4.207,4.204],[0,15.827],[0,0],[0,0],[0,0],[4.425,2.547],[6.86,0],[4.757,-1.826],[3.652,-3.54],[2.212,-5.146],[0,-6.64],[0,0],[-2.158,-5.146],[-3.652,-3.54],[-4.76,-1.826],[-5.203,0],[-4.427,2.547],[-3.764,4.539],[0,0],[4.15,-4.093],[8.632,0],[4.703,1.437],[4.648,2.544],[0,0],[-6.64,-1.606],[-7.304,0]],"o":[[6.363,-1.883],[7.525,-7.527],[0,0],[0,0],[0,0],[-3.432,-3.761],[-4.427,-2.544],[-5.092,0],[-4.76,1.826],[-3.652,3.543],[-2.215,5.146],[0,0],[0,6.64],[2.158,5.146],[3.652,3.543],[4.757,1.826],[6.749,0],[4.425,-2.544],[0,0],[0,7.968],[-4.15,4.093],[-5.976,0],[-4.705,-1.44],[0,0],[5.644,2.988],[6.64,1.603],[8.632,0]],"v":[[1825.552,24.07],[1841.405,14.94],[1852.693,-20.086],[1852.693,-88.976],[1827.461,-88.976],[1827.461,-77.356],[1815.675,-86.818],[1798.743,-90.636],[1783.969,-87.897],[1771.353,-79.846],[1762.555,-66.815],[1759.235,-49.136],[1759.235,-48.804],[1762.472,-31.125],[1771.187,-18.094],[1783.803,-10.043],[1798.743,-7.304],[1815.509,-11.122],[1827.793,-21.746],[1827.793,-17.43],[1821.568,0.664],[1802.395,6.806],[1786.376,4.648],[1772.349,-1.328],[1763.717,17.596],[1782.143,24.485],[1803.059,26.892]],"c":true},"ix":2},"nm":"g","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921569943896,0.921569943896,0.921569943896,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"g","np":5,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.822,1.328],[2.101,2.27],[1.105,2.934],[0,3.32],[0,0],[-1.053,2.934],[-1.992,2.215],[-2.822,1.274],[-3.652,0],[-2.879,-1.328],[-2.104,-2.267],[-1.108,-2.931],[0,-3.32],[0,0],[1.05,-2.931],[1.992,-2.212],[2.822,-1.271],[3.652,0]],"o":[[-2.822,-1.328],[-2.104,-2.267],[-1.108,-2.931],[0,0],[0,-3.32],[1.051,-2.931],[1.992,-2.212],[2.822,-1.271],[3.429,0],[2.876,1.328],[2.101,2.27],[1.105,2.934],[0,0],[0,3.32],[-1.053,2.934],[-1.992,2.215],[-2.822,1.274],[-3.543,0]],"v":[[1959.51,-21.746],[1952.123,-27.141],[1947.309,-34.943],[1945.649,-44.322],[1945.649,-44.654],[1947.226,-54.033],[1951.791,-61.752],[1959.012,-66.981],[1968.723,-68.89],[1978.185,-66.898],[1985.655,-61.503],[1990.469,-53.701],[1992.129,-44.322],[1992.129,-43.99],[1990.552,-34.611],[1985.987,-26.892],[1978.766,-21.663],[1969.055,-19.754]],"c":true},"ix":2},"nm":"o","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-5.867,2.433],[-4.316,4.207],[-2.436,5.59],[0,6.42],[0,0],[2.433,5.59],[4.259,4.15],[5.864,2.381],[6.86,0],[5.865,-2.433],[4.316,-4.204],[2.433,-5.587],[0,-6.417],[0,0],[-2.436,-5.587],[-4.261,-4.15],[-5.867,-2.378],[-6.863,0]],"o":[[5.865,-2.433],[4.316,-4.204],[2.433,-5.587],[0,0],[0,-6.417],[-2.436,-5.587],[-4.261,-4.15],[-5.867,-2.378],[-6.972,0],[-5.867,2.436],[-4.316,4.207],[-2.436,5.59],[0,0],[0,6.42],[2.433,5.59],[4.259,4.15],[5.865,2.378],[6.972,0]],"v":[[1987.979,-1.66],[2003.251,-11.62],[2013.377,-26.311],[2017.029,-44.322],[2017.029,-44.654],[2013.377,-62.665],[2003.334,-77.273],[1988.145,-87.067],[1969.055,-90.636],[1949.799,-86.984],[1934.527,-77.024],[1924.401,-62.333],[1920.749,-44.322],[1920.749,-43.99],[1924.401,-25.979],[1934.444,-11.371],[1949.633,-1.577],[1968.723,1.992]],"c":true},"ix":2},"nm":"o","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921569943896,0.921569943896,0.921569943896,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"o","np":5,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-2.822,3.035],[-4.871,0],[-2.656,-3.035],[0,-5.96],[0,0],[0,0],[0,0],[5.255,5.867],[9.628,0],[2.544,-0.781],[2.101,-1.338],[1.715,-1.727],[1.437,-1.893],[0,0],[0,0]],"o":[[0,0],[0,0],[0,-5.96],[2.822,-3.035],[4.868,0],[2.656,3.035],[0,0],[0,0],[0,0],[0,-10.292],[-5.258,-5.864],[-3.211,0],[-2.547,0.781],[-2.104,1.338],[-1.717,1.727],[0,0],[0,0],[0,0]],"v":[[2035.287,0],[2060.519,0],[2060.519,-49.512],[2064.752,-63.007],[2076.289,-67.562],[2087.577,-63.007],[2091.561,-49.512],[2091.561,0],[2116.793,0],[2116.793,-57.602],[2108.908,-81.838],[2086.581,-90.636],[2077.949,-89.464],[2070.977,-86.286],[2065.25,-81.69],[2060.519,-76.256],[2060.519,-88.976],[2035.287,-88.976]],"c":true},"ix":2},"nm":"n","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921569943896,0.921569943896,0.921569943896,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"n","np":3,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":62,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"“Keep calm and stay tuned”轮廓","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[86,595,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[23.36,23.36,100],"ix":6}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[13.944,0],[39.508,0],[39.508,-35.524],[52.954,-49.468],[88.976,0],[119.686,0],[70.218,-66.898],[117.528,-116.2],[86.652,-116.2],[39.508,-65.404],[39.508,-116.2],[13.944,-116.2]],"c":true},"ix":2},"nm":"K","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921569943896,0.921569943896,0.921569943896,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"K","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[135.123,0],[223.435,0],[223.435,-22.742],[160.355,-22.742],[160.355,-47.144],[215.135,-47.144],[215.135,-69.886],[160.355,-69.886],[160.355,-93.458],[222.605,-93.458],[222.605,-116.2],[135.123,-116.2]],"c":true},"ix":2},"nm":"e","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921569943896,0.921569943896,0.921569943896,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"e","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[246.343,0],[334.655,0],[334.655,-22.742],[271.575,-22.742],[271.575,-47.144],[326.355,-47.144],[326.355,-69.886],[271.575,-69.886],[271.575,-93.458],[333.825,-93.458],[333.825,-116.2],[246.343,-116.2]],"c":true},"ix":2},"nm":"e","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921569943896,0.921569943896,0.921569943896,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"e","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-3.709,-2.988],[0,-5.753],[0,0],[3.54,-3.374],[6.417,0]],"o":[[0,0],[0,0],[6.417,0],[3.706,2.988],[0,0],[0,4.98],[-3.543,3.377],[0,0]],"v":[[383.127,-57.602],[383.127,-93.126],[402.881,-93.126],[418.07,-88.644],[423.631,-75.53],[423.631,-75.198],[418.319,-62.665],[403.379,-57.602]],"c":true},"ix":2},"nm":"p","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[-5.701,1.717],[-4.262,3.432],[-2.436,5.092],[0,6.752],[0,0],[2.046,4.926],[3.818,3.543],[5.478,1.938],[6.972,0],[0,0]],"o":[[0,0],[0,0],[0,0],[6.528,0],[5.698,-1.714],[4.259,-3.429],[2.433,-5.089],[0,0],[0,-5.976],[-2.049,-4.923],[-3.818,-3.54],[-5.478,-1.935],[0,0],[0,0]],"v":[[357.563,0],[383.127,0],[383.127,-34.86],[402.549,-34.86],[420.892,-37.433],[435.832,-45.152],[445.875,-57.934],[449.527,-75.696],[449.527,-76.028],[446.456,-92.379],[437.658,-105.078],[423.714,-113.295],[405.039,-116.2],[357.563,-116.2]],"c":true},"ix":2},"nm":"p","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921569943896,0.921569943896,0.921569943896,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"p","np":5,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4.539,0.939],[-3.818,1.826],[-3.211,2.547],[-2.988,3.211],[0,0],[4.591,-2.433],[6.64,0],[4.15,1.938],[2.931,3.32],[1.66,4.428],[0,4.98],[0,0],[-1.66,4.373],[-2.988,3.32],[-4.15,1.883],[-4.871,0],[-4.705,-2.324],[-4.539,-4.093],[0,0],[3.097,2.215],[3.652,1.551],[4.482,0.887],[5.421,0],[7.413,-3.154],[5.312,-5.478],[2.988,-7.247],[0,-8.3],[0,0],[-2.988,-7.304],[-5.312,-5.366],[-7.304,-3.097],[-8.523,0]],"o":[[4.536,-0.939],[3.818,-1.826],[3.208,-2.544],[0,0],[-4.539,4.207],[-4.594,2.436],[-4.98,0],[-4.15,-1.935],[-2.934,-3.32],[-1.66,-4.425],[0,0],[0,-4.98],[1.66,-4.37],[2.988,-3.32],[4.15,-1.88],[5.864,0],[4.703,2.324],[0,0],[-2.656,-2.656],[-3.1,-2.212],[-3.652,-1.548],[-4.482,-0.884],[-8.964,0],[-7.416,3.154],[-5.312,5.478],[-2.988,7.25],[0,0],[0,8.3],[2.988,7.304],[5.312,5.369],[7.304,3.097],[5.644,0]],"v":[[587.969,0.581],[600.502,-3.569],[611.043,-10.126],[620.339,-18.758],[604.071,-35.192],[590.376,-25.232],[573.527,-21.58],[559.832,-24.485],[549.208,-32.37],[542.319,-43.99],[539.829,-58.1],[539.829,-58.432],[542.319,-72.459],[549.291,-83.996],[559.998,-91.798],[573.527,-94.62],[589.38,-91.134],[603.241,-81.506],[619.509,-100.264],[610.877,-107.568],[600.751,-113.212],[588.55,-116.864],[573.693,-118.192],[549.125,-113.461],[530.035,-100.513],[517.585,-81.423],[513.103,-58.1],[513.103,-57.768],[517.585,-34.362],[530.035,-15.355],[548.959,-2.656],[572.697,1.992]],"c":true},"ix":2},"nm":"c","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921569943896,0.921569943896,0.921569943896,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"c","np":3,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[676.611,-48.638],[692.049,-86.32],[707.487,-48.638]],"c":true},"ix":2},"nm":"a","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[630.795,0],[656.857,0],[667.481,-26.062],[716.617,-26.062],[727.241,0],[753.967,0],[704.167,-117.03],[680.595,-117.03]],"c":true},"ix":2},"nm":"a","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921569943896,0.921569943896,0.921569943896,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"a","np":5,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[771.894,0],[855.392,0],[855.392,-23.074],[797.458,-23.074],[797.458,-116.2],[771.894,-116.2]],"c":true},"ix":2},"nm":"l","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921569943896,0.921569943896,0.921569943896,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"l","np":3,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[874.646,0],[899.878,0],[899.878,-75.364],[932.248,-26.228],[932.912,-26.228],[965.614,-75.862],[965.614,0],[990.846,0],[990.846,-116.2],[963.29,-116.2],[932.746,-67.064],[902.202,-116.2],[874.646,-116.2]],"c":true},"ix":2},"nm":"m","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921569943896,0.921569943896,0.921569943896,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"m","np":3,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[1104.387,-48.638],[1119.825,-86.32],[1135.263,-48.638]],"c":true},"ix":2},"nm":"a","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[1058.571,0],[1084.633,0],[1095.257,-26.062],[1144.393,-26.062],[1155.017,0],[1181.743,0],[1131.943,-117.03],[1108.371,-117.03]],"c":true},"ix":2},"nm":"a","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921569943896,0.921569943896,0.921569943896,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"a","np":5,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[1199.67,0],[1224.902,0],[1224.902,-73.87],[1281.176,0],[1302.922,0],[1302.922,-116.2],[1277.69,-116.2],[1277.69,-44.654],[1223.242,-116.2],[1199.67,-116.2]],"c":true},"ix":2},"nm":"n","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921569943896,0.921569943896,0.921569943896,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"n","np":3,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-4.316,-1.714],[-3.045,-3.097],[-1.717,-4.316],[0,-5.089],[0,0],[1.714,-4.204],[3.042,-3.097],[4.316,-1.66],[5.201,0]],"o":[[0,0],[0,0],[5.201,0],[4.316,1.717],[3.042,3.1],[1.714,4.316],[0,0],[0,5.203],[-1.717,4.207],[-3.045,3.1],[-4.316,1.66],[0,0]],"v":[[1356.373,-23.074],[1356.373,-93.126],[1376.127,-93.126],[1390.403,-90.553],[1401.442,-83.332],[1408.58,-72.21],[1411.153,-58.1],[1411.153,-57.768],[1408.58,-43.658],[1401.442,-32.702],[1390.403,-25.564],[1376.127,-23.074]],"c":true},"ix":2},"nm":"d","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-7.582,2.988],[-5.478,5.203],[-2.988,7.084],[0,8.191],[0,0],[2.988,7.029],[5.478,5.203],[7.579,2.934],[9.073,0],[0,0]],"o":[[0,0],[9.073,0],[7.579,-2.988],[5.478,-5.2],[2.988,-7.081],[0,0],[0,-8.188],[-2.988,-7.026],[-5.478,-5.2],[-7.582,-2.931],[0,0],[0,0]],"v":[[1330.809,0],[1376.127,0],[1401.11,-4.482],[1420.698,-16.766],[1433.397,-35.192],[1437.879,-58.1],[1437.879,-58.432],[1433.397,-81.257],[1420.698,-99.6],[1401.11,-111.801],[1376.127,-116.2],[1330.809,-116.2]],"c":true},"ix":2},"nm":"d","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921569943896,0.921569943896,0.921569943896,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"d","np":5,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-5.185,1.603],[-3.74,3.045],[-2.091,4.482],[0,5.756],[0,0],[1.608,3.652],[3.162,2.713],[4.604,1.938],[5.88,1.551],[3.273,0.996],[1.886,1.108],[0.721,1.385],[0,1.883],[0,0],[-2.49,1.938],[-4.98,0],[-4.98,-2.046],[-5.203,-3.54],[0,0],[7.138,2.547],[8.52,0],[4.959,-1.66],[3.574,-3.097],[1.979,-4.259],[0,-5.312],[0,0],[-1.831,-3.872],[-3.33,-2.599],[-4.772,-1.769],[-5.883,-1.437],[-3.053,-1.105],[-1.72,-1.105],[-0.612,-1.271],[0,-1.66],[0,0],[2.931,-1.935],[5.312,0],[5.587,2.547],[5.312,4.316],[0,0],[-8.523,-3.042],[-8.855,0]],"o":[[5.182,-1.603],[3.738,-3.042],[2.088,-4.482],[0,0],[0,-5.089],[-1.608,-3.652],[-3.164,-2.71],[-4.606,-1.935],[-4.996,-1.328],[-3.273,-0.996],[-1.888,-1.105],[-0.721,-1.382],[0,0],[0,-2.876],[2.49,-1.935],[4.98,0],[4.98,2.049],[0,0],[-5.976,-4.757],[-7.138,-2.544],[-5.976,0],[-4.962,1.66],[-3.574,3.1],[-1.979,4.262],[0,0],[0,5.756],[1.831,3.875],[3.328,2.602],[4.772,1.772],[4.881,1.219],[3.05,1.108],[1.72,1.108],[0.61,1.274],[0,0],[0,3.432],[-2.933,1.938],[-6.64,0],[-5.589,-2.544],[0,0],[6.972,6.308],[8.521,3.042],[6.308,0]],"v":[[1569.157,-0.747],[1582.541,-7.719],[1591.281,-19.007],[1594.415,-34.362],[1594.415,-34.694],[1592,-47.808],[1584.844,-57.353],[1573.193,-64.325],[1557.464,-69.554],[1545.063,-73.04],[1537.324,-76.194],[1533.412,-79.929],[1532.331,-84.826],[1532.331,-85.158],[1536.066,-92.379],[1547.271,-95.284],[1562.211,-92.213],[1577.483,-83.83],[1590.763,-103.086],[1571.092,-114.042],[1547.603,-117.86],[1531.197,-115.37],[1518.395,-108.232],[1510.066,-97.193],[1507.099,-82.834],[1507.099,-82.502],[1509.845,-68.06],[1517.585,-58.349],[1529.734,-51.792],[1545.714,-46.978],[1557.615,-43.492],[1564.771,-40.172],[1568.267,-36.603],[1569.183,-32.204],[1569.183,-31.872],[1564.784,-23.821],[1552.417,-20.916],[1534.074,-24.734],[1517.723,-35.026],[1502.617,-16.932],[1525.857,-2.905],[1551.919,1.66]],"c":true},"ix":2},"nm":"s","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921569943896,0.921569943896,0.921569943896,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"s","np":3,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[1643.717,0],[1669.281,0],[1669.281,-92.628],[1704.639,-92.628],[1704.639,-116.2],[1608.359,-116.2],[1608.359,-92.628],[1643.717,-92.628]],"c":true},"ix":2},"nm":"t","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921569943896,0.921569943896,0.921569943896,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"t","np":3,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[1760.082,-48.638],[1775.52,-86.32],[1790.958,-48.638]],"c":true},"ix":2},"nm":"a","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[1714.266,0],[1740.328,0],[1750.952,-26.062],[1800.088,-26.062],[1810.712,0],[1837.438,0],[1787.638,-117.03],[1764.066,-117.03]],"c":true},"ix":2},"nm":"a","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921569943896,0.921569943896,0.921569943896,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"a","np":5,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[1888.067,0],[1913.631,0],[1913.631,-46.314],[1958.285,-116.2],[1929.235,-116.2],[1901.015,-69.554],[1873.293,-116.2],[1843.413,-116.2],[1888.067,-45.816]],"c":true},"ix":2},"nm":"y","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921569943896,0.921569943896,0.921569943896,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"y","np":3,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[2051.075,0],[2076.639,0],[2076.639,-92.628],[2111.997,-92.628],[2111.997,-116.2],[2015.717,-116.2],[2015.717,-92.628],[2051.075,-92.628]],"c":true},"ix":2},"nm":"t","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921569943896,0.921569943896,0.921569943896,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"t","np":3,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-6.308,2.158],[-4.428,4.373],[-2.381,6.531],[0,8.855],[0,0],[0,0],[0,0],[4.425,-4.648],[7.856,0],[4.425,4.814],[0,9.519],[0,0],[0,0],[0,0],[-8.964,-8.632],[-15.604,0]],"o":[[6.308,-2.158],[4.425,-4.37],[2.378,-6.528],[0,0],[0,0],[0,0],[0,9.296],[-4.427,4.648],[-7.859,0],[-4.427,-4.814],[0,0],[0,0],[0,0],[0,17.155],[8.964,8.632],[7.745,0]],"v":[[2201.138,-1.411],[2217.24,-11.205],[2227.449,-27.556],[2231.018,-50.63],[2231.018,-116.2],[2205.454,-116.2],[2205.454,-49.634],[2198.814,-28.718],[2180.388,-21.746],[2161.962,-28.967],[2155.322,-50.464],[2155.322,-116.2],[2129.758,-116.2],[2129.758,-49.8],[2143.204,-11.122],[2180.056,1.826]],"c":true},"ix":2},"nm":"u","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921569943896,0.921569943896,0.921569943896,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"u","np":3,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[2257.079,0],[2282.311,0],[2282.311,-73.87],[2338.585,0],[2360.331,0],[2360.331,-116.2],[2335.099,-116.2],[2335.099,-44.654],[2280.651,-116.2],[2257.079,-116.2]],"c":true},"ix":2},"nm":"n","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921569943896,0.921569943896,0.921569943896,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"n","np":3,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[2388.218,0],[2476.53,0],[2476.53,-22.742],[2413.45,-22.742],[2413.45,-47.144],[2468.23,-47.144],[2468.23,-69.886],[2413.45,-69.886],[2413.45,-93.458],[2475.7,-93.458],[2475.7,-116.2],[2388.218,-116.2]],"c":true},"ix":2},"nm":"e","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921569943896,0.921569943896,0.921569943896,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"e","np":3,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-4.316,-1.714],[-3.045,-3.097],[-1.717,-4.316],[0,-5.089],[0,0],[1.714,-4.204],[3.042,-3.097],[4.316,-1.66],[5.2,0]],"o":[[0,0],[0,0],[5.2,0],[4.316,1.717],[3.042,3.1],[1.714,4.316],[0,0],[0,5.203],[-1.717,4.207],[-3.045,3.1],[-4.316,1.66],[0,0]],"v":[[2525.002,-23.074],[2525.002,-93.126],[2544.756,-93.126],[2559.032,-90.553],[2570.071,-83.332],[2577.209,-72.21],[2579.782,-58.1],[2579.782,-57.768],[2577.209,-43.658],[2570.071,-32.702],[2559.032,-25.564],[2544.756,-23.074]],"c":true},"ix":2},"nm":"d","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-7.582,2.988],[-5.478,5.203],[-2.988,7.084],[0,8.191],[0,0],[2.988,7.029],[5.478,5.203],[7.579,2.934],[9.073,0],[0,0]],"o":[[0,0],[9.073,0],[7.579,-2.988],[5.478,-5.2],[2.988,-7.081],[0,0],[0,-8.188],[-2.988,-7.026],[-5.478,-5.2],[-7.582,-2.931],[0,0],[0,0]],"v":[[2499.438,0],[2544.756,0],[2569.739,-4.482],[2589.327,-16.766],[2602.026,-35.192],[2606.508,-58.1],[2606.508,-58.432],[2602.026,-81.257],[2589.327,-99.6],[2569.739,-111.801],[2544.756,-116.2],[2499.438,-116.2]],"c":true},"ix":2},"nm":"d","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.921569943896,0.921569943896,0.921569943896,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"d","np":5,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":62,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"形状图层 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[393,329,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":1,"s":[{"i":[[0,0],[-6.625,0],[0,0]],"o":[[0,0],[7.375,0],[0,0]],"v":[[-10,-17.376],[0.555,-16.625],[11.75,-17.625]],"c":false}],"e":[{"i":[[0,0],[-6.625,0],[0,0]],"o":[[0,0],[7.375,0],[0,0]],"v":[[-10,-17.376],[1,-12.188],[11.75,-17.625]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[0,0],[-6.625,0],[0,0]],"o":[[0,0],[7.375,0],[0,0]],"v":[[-10,-17.376],[1,-12.188],[11.75,-17.625]],"c":false}],"e":[{"i":[[0,0],[-6.625,0],[0,0]],"o":[[0,0],[7.375,0],[0,0]],"v":[[-10,-17.376],[0.555,-16.625],[11.75,-17.625]],"c":false}]},{"t":61}],"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.40000000596,0.40000000596,0.40000000596,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":7,"ix":5},"lc":2,"lj":1,"ml":4,"nm":"描边 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0.125,-0.125],"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":"变换"}],"nm":"形状 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":62,"st":-33,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"“crown/monkey”轮廓","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[393,408.25,0],"ix":2},"a":{"a":0,"k":[24,21,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.003,0.406],[-0.369,0.005],[-0.004,-0.381],[0.371,-0.009]],"o":[[0.003,-0.391],[0.399,-0.006],[0.003,0.375],[-0.387,0.012]],"v":[[-0.702,-0.024],[-0.052,-0.716],[0.702,-0.013],[0.01,0.71]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-374.87,250.646],[411.13,250.646],[411.13,-407.354],[-374.87,-407.354]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-374.87,-407.354],[411.13,-407.354],[411.13,250.646],[-374.87,250.646]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.4,0.4,0.4,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[4.523,17.577],"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":"变换"}],"nm":"组 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.362,-0.001],[0.005,-0.368],[0.36,-0.001],[-0.011,0.386]],"o":[[0.39,0.002],[-0.005,0.361],[-0.384,0],[0.013,-0.374]],"v":[[-0.032,-0.715],[0.721,0.007],[0.004,0.716],[-0.715,-0.033]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-413.75,250.487],[372.25,250.487],[372.25,-407.513],[-413.75,-407.513]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-413.75,-407.513],[372.25,-407.513],[372.25,250.487],[-413.75,250.487]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.4,0.4,0.4,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[43.403,17.736],"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":"变换"}],"nm":"组 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.418,-0.003],[0.005,0.42],[-0.407,0.005],[0.001,-0.4]],"o":[[-0.443,0.003],[-0.006,-0.401],[0.423,-0.004],[0,0.413]],"v":[[0.028,0.726],[-0.748,0.005],[-0.027,-0.725],[0.753,0.005]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-394.202,251.453],[391.798,251.453],[391.798,-406.547],[-394.202,-406.547]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-394.202,-406.547],[391.798,-406.547],[391.798,251.453],[-394.202,251.453]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.4,0.4,0.4,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[23.855,16.771],"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":"变换"}],"nm":"组 3","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.006,-0.467],[0.462,0.002],[-0.015,0.488],[-0.468,-0.011]],"o":[[-0.006,0.462],[-0.476,-0.002],[0.012,-0.46],[0.457,0.01]],"v":[[0.831,0.018],[-0.001,0.837],[-0.821,-0.033],[0.029,-0.827]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-412.043,252.155],[373.957,252.155],[373.957,-405.845],[-412.043,-405.845]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-412.043,-405.845],[373.957,-405.845],[373.957,252.155],[-412.043,252.155]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.4,0.4,0.4,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[41.697,16.068],"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":"变换"}],"nm":"组 4","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.44,-0.002],[0.014,0.436],[-0.446,0],[0,-0.435]],"o":[[-0.443,0.002],[-0.014,-0.449],[0.463,-0.001],[0,0.429]],"v":[[0.014,0.831],[-0.846,0.013],[-0.031,-0.832],[0.86,0.003]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-376.508,252.313],[409.492,252.313],[409.492,-405.687],[-376.508,-405.687]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-376.508,-405.687],[409.492,-405.687],[409.492,252.313],[-376.508,252.313]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.4,0.4,0.4,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.162,15.91],"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":"变换"}],"nm":"组 5","np":4,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.003,-0.47],[0.482,0.003],[-0.011,0.462],[-0.43,0.008]],"o":[[-0.003,0.491],[-0.478,-0.003],[0.01,-0.433],[0.471,-0.008]],"v":[[0.87,0.016],[0.024,0.866],[-0.862,-0.018],[-0.017,-0.861]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-378.486,253.825],[407.514,253.825],[407.514,-404.175],[-378.486,-404.175]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-378.486,-404.175],[407.514,-404.175],[407.514,253.825],[-378.486,253.825]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.4,0.4,0.4,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[8.14,14.399],"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":"变换"}],"nm":"组 6","np":4,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.003,-0.456],[0.478,-0.002],[0.002,0.472],[-0.449,-0.008]],"o":[[0.003,0.495],[-0.485,0.003],[-0.002,-0.448],[0.463,0.006]],"v":[[0.864,-0.002],[0.037,0.865],[-0.865,-0.003],[0.003,-0.859]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-409.889,253.661],[376.111,253.661],[376.111,-404.339],[-409.889,-404.339]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-409.889,-404.339],[376.111,-404.339],[376.111,253.661],[-409.889,253.661]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.4,0.4,0.4,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[39.542,14.563],"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":"变换"}],"nm":"组 7","np":4,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.008,-0.488],[0.5,0.017],[-0.01,0.471],[-0.484,-0.002]],"o":[[-0.007,0.494],[-0.515,-0.019],[0.011,-0.462],[0.5,0.002]],"v":[[0.917,0.019],[0.012,0.87],[-0.915,-0.028],[0.007,-0.885]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-394.145,253.471],[391.855,253.471],[391.855,-404.529],[-394.145,-404.529]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-394.145,-404.529],[391.855,-404.529],[391.855,253.471],[-394.145,253.471]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.4,0.4,0.4,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[23.798,14.752],"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":"变换"}],"nm":"组 8","np":4,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.543,-0.001],[0.005,-0.509],[0.524,0.015],[0.002,0.529]],"o":[[0.545,0.001],[-0.006,0.544],[-0.53,-0.014],[-0.001,-0.537]],"v":[[-0.032,-0.986],[0.988,-0.022],[-0.004,0.971],[-0.992,-0.036]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-380.883,255.262],[405.117,255.262],[405.117,-402.738],[-380.883,-402.738]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-380.883,-402.738],[405.117,-402.738],[405.117,255.262],[-380.883,255.262]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.4,0.4,0.4,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[10.536,12.961],"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":"变换"}],"nm":"组 9","np":4,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.007,-0.543],[0.52,0],[-0.01,0.544],[-0.543,-0.007]],"o":[[-0.006,0.54],[-0.549,0],[0.01,-0.531],[0.554,0.007]],"v":[[0.984,0.007],[0.034,0.982],[-0.98,-0.044],[0.004,-0.975]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-407.532,255.109],[378.468,255.109],[378.468,-402.891],[-407.532,-402.891]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-407.532,-402.891],[378.468,-402.891],[378.468,255.109],[-407.532,255.109]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.4,0.4,0.4,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[37.185,13.114],"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":"变换"}],"nm":"组 10","np":4,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.001,0.614],[-0.603,-0.003],[0.01,-0.588],[0.587,-0.01]],"o":[[0.002,-0.612],[0.567,0.003],[-0.01,0.581],[-0.588,0.012]],"v":[[-1.083,-0.01],[0.005,-1.107],[1.074,0.027],[-0.006,1.098]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-394.21,255.878],[391.79,255.878],[391.79,-402.122],[-394.21,-402.122]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-394.21,-402.122],[391.79,-402.122],[391.79,255.878],[-394.21,255.878]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.4,0.4,0.4,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[23.864,12.345],"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":"变换"}],"nm":"组 11","np":4,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.64,-0.006],[0.005,-0.633],[0.606,0.001],[-0.005,0.629]],"o":[[0.626,0.006],[-0.004,0.626],[-0.642,-0.001],[0.004,-0.633]],"v":[[0.013,-1.078],[1.077,0.016],[0.034,1.083],[-1.078,-0.017]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-383.362,256.591],[402.638,256.591],[402.638,-401.409],[-383.362,-401.409]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-383.362,-401.409],[402.638,-401.409],[402.638,256.591],[-383.362,256.591]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.4,0.4,0.4,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[13.015,11.632],"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":"变换"}],"nm":"组 12","np":4,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.006,-0.637],[0.611,0.004],[-0.007,0.629],[-0.64,-0.007]],"o":[[-0.006,0.63],[-0.644,-0.003],[0.007,-0.628],[0.628,0.008]],"v":[[1.083,0.02],[0.035,1.083],[-1.081,-0.022],[0.021,-1.08]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-405.051,256.427],[380.949,256.427],[380.949,-401.573],[-405.051,-401.573]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-405.051,-401.573],[380.949,-401.573],[380.949,256.427],[-405.051,256.427]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.4,0.4,0.4,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[34.704,11.796],"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":"变换"}],"nm":"组 13","np":4,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.599,-0.001],[-0.012,-0.601],[0.604,-0.004],[-0.001,0.607]],"o":[[0.62,0.001],[0.011,0.606],[-0.598,0.005],[0,-0.616]],"v":[[-0.043,-1.15],[1.138,-0.025],[0,1.146],[-1.147,-0.015]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-402.116,257.561],[383.884,257.561],[383.884,-400.439],[-402.116,-400.439]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-402.116,-400.439],[383.884,-400.439],[383.884,257.561],[-402.116,257.561]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.4,0.4,0.4,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[31.769,10.662],"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":"变换"}],"nm":"组 14","np":4,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.602,0.003],[-0.012,-0.604],[0.609,-0.008],[0.003,0.614]],"o":[[0.624,-0.002],[0.012,0.613],[-0.601,0.008],[-0.003,-0.622]],"v":[[-0.047,-1.152],[1.135,-0.031],[0.008,1.146],[-1.145,-0.009]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-386.335,257.724],[399.665,257.724],[399.665,-400.276],[-386.335,-400.276]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-386.335,-400.276],[399.665,-400.276],[399.665,257.724],[-386.335,257.724]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.4,0.4,0.4,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[15.988,10.499],"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":"变换"}],"nm":"组 15","np":4,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.005,-0.627],[0.588,0.003],[-0.004,0.621],[-0.619,0.001]],"o":[[-0.005,0.63],[-0.617,-0.002],[0.003,-0.62],[0.622,0]],"v":[[1.158,-0.001],[0.04,1.181],[-1.158,-0.036],[-0.006,-1.185]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-389.378,258.58],[396.622,258.58],[396.622,-399.42],[-389.378,-399.42]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-389.378,-399.42],[396.622,-399.42],[396.622,258.58],[-389.378,258.58]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.4,0.4,0.4,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[19.031,9.644],"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":"变换"}],"nm":"组 16","np":4,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.661,-0.002],[-0.002,-0.648],[0.643,0.004],[-0.001,0.621]],"o":[[0.646,0.001],[0.003,0.647],[-0.651,-0.003],[0.001,-0.667]],"v":[[-0.005,-1.155],[1.162,0.014],[0.029,1.153],[-1.163,0.008]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-398.817,258.468],[387.183,258.468],[387.183,-399.532],[-398.817,-399.532]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-398.817,-399.532],[387.183,-399.532],[387.183,258.468],[-398.817,258.468]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.4,0.4,0.4,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[28.47,9.755],"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":"变换"}],"nm":"组 17","np":4,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.702,0.105],[-0.638,1.98],[-4.686,-3.911],[0.143,-0.221],[0.648,0.477],[4.169,1.204],[0.323,0.111],[0.076,-0.25],[0.384,-1.377]],"o":[[0.261,-2.067],[5.943,1.357],[-0.134,0.208],[-0.679,-0.508],[-3.502,-2.581],[-0.327,-0.095],[-0.248,-0.087],[-0.413,1.368],[-0.152,0.546]],"v":[[-8.733,1.741],[-7.184,-4.241],[8.733,3.636],[8.341,4.241],[6.372,2.772],[-5.182,-2.81],[-6.165,-3.09],[-6.626,-2.867],[-7.862,1.239]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-404.401,252.781],[381.599,252.781],[381.599,-405.219],[-404.401,-405.219]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-404.401,-405.219],[381.599,-405.219],[381.599,252.781],[-404.401,252.781]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.4,0.4,0.4,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[34.055,15.443],"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":"变换"}],"nm":"组 18","np":4,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.237,0.057],[-0.194,-0.748],[-0.23,-1.08],[0.39,-0.071],[0.092,0.42],[0.691,1.47],[4.225,-3.522],[-0.472,0.416],[-1.705,0.962],[-3.231,0.851],[-0.185,0.046]],"o":[[0.231,0.751],[0.277,1.069],[0.039,0.181],[-0.402,0.072],[-0.334,-1.518],[-5.336,1.331],[-0.512,-0.385],[1.473,-1.299],[2.919,-1.649],[0.184,-0.049],[0.17,-0.043]],"v":[[7.03,-4.106],[7.71,-1.876],[8.459,1.352],[8.279,1.906],[7.671,1.457],[6.269,-3.036],[-8.129,4.106],[-8.197,3.112],[-3.383,-0.216],[5.898,-3.826],[6.452,-3.968]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-384.162,252.898],[401.838,252.898],[401.838,-405.102],[-384.162,-405.102]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-384.162,-405.102],[401.838,-405.102],[401.838,252.898],[-384.162,252.898]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.4,0.4,0.4,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[13.816,15.325],"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":"变换"}],"nm":"组 19","np":4,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.437,0.125],[0.624,0.26],[0,0]],"o":[[-0.201,-0.797],[0,0],[0.465,-0.134]],"v":[[1.816,2.339],[0.506,0.914],[0.506,2.714]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0.25,-0.411],[-0.628,-0.139],[-0.271,-0.04]],"o":[[-0.516,0.151],[-0.344,0.564],[0.261,0.058],[0,0]],"v":[[-0.485,0.886],[-1.608,1.715],[-1.286,2.522],[-0.485,2.644]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[1.047,-0.472],[-0.659,0.035],[-0.365,0.507]],"o":[[0.455,0.611],[0.549,-0.029],[-1.061,-0.505]],"v":[[-1.554,3.585],[0.152,4.372],[1.537,3.578]],"c":true},"ix":2},"nm":"路径 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0.408],[0.784,-0.272],[0,0],[-0.716,-0.186],[0.286,0.902],[0,0],[0.272,-0.957],[-0.635,0.167],[0,0],[0.739,0.258],[0,0],[-0.074,-0.02],[0.306,-1.29],[1.378,0.265],[0.205,1.093],[-1.232,0.32],[0.025,0.318]],"o":[[-0.775,0.268],[0,0],[0.605,0.158],[-0.299,-0.942],[0,0],[-0.254,0.888],[0.698,-0.183],[0,0],[-0.769,-0.27],[0,0],[0.06,0.027],[1.337,0.371],[-0.323,1.354],[-1.215,-0.233],[-0.234,-1.248],[0.317,-0.082],[-0.026,-0.338]],"v":[[-0.476,-1.399],[-2.74,-0.615],[-2.74,-3.182],[-0.779,-2.671],[-1.642,-5.39],[1.528,-5.39],[0.753,-2.675],[2.719,-3.192],[2.719,-0.613],[0.498,-1.39],[0.498,0.067],[0.702,0.156],[2.583,3.185],[-0.445,5.125],[-2.655,3.06],[-0.874,0.212],[-0.471,-0.31]],"c":true},"ix":2},"nm":"路径 4","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-394.233,262.583],[391.767,262.583],[391.767,-395.417],[-394.233,-395.417]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-394.233,-395.417],[391.767,-395.417],[391.767,262.583],[-394.233,262.583]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"合并路径 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.4,0.4,0.4,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[23.886,5.64],"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":"变换"}],"nm":"组 20","np":8,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.72,-0.077],[2.114,0.161],[3.322,1.15],[0.039,0.032],[0.123,0.112],[-0.141,0.056],[-0.635,0.205],[-2.341,0.328],[-3.559,-0.222],[-3.616,-1.261],[-0.337,-0.175],[0.005,-0.145],[0.173,-0.064],[0.966,-0.288],[2.464,-0.131]],"o":[[-1.99,-0.1],[-3.5,-0.267],[-0.052,-0.017],[-0.129,-0.106],[0.114,-0.123],[0.619,-0.248],[2.256,-0.723],[3.538,-0.495],[3.8,0.237],[0.36,0.126],[0.17,0.088],[-0.005,0.152],[-0.947,0.348],[-2.369,0.708],[-1.584,0.084]],"v":[[0.783,2.969],[-5.442,2.65],[-15.686,0.542],[-15.838,0.489],[-16.21,0.155],[-15.864,-0.201],[-13.98,-0.883],[-7.062,-2.352],[3.587,-2.747],[14.752,-0.699],[15.816,-0.275],[16.205,0.163],[15.801,0.594],[12.937,1.57],[5.673,2.749]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-394.245,229.664],[391.755,229.664],[391.755,-428.336],[-394.245,-428.336]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-394.245,-428.336],[391.755,-428.336],[391.755,229.664],[-394.245,229.664]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.4,0.4,0.4,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[23.898,38.559],"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":"变换"}],"nm":"组 21","np":4,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.365,0.005],[0.014,0.405],[0.388,0.005],[0.005,-0.384]],"o":[[0.386,-0.006],[-0.013,-0.381],[-0.371,-0.004],[-0.005,0.37]],"v":[[-0.09,-3.244],[0.597,-4.003],[-0.118,-4.69],[-0.818,-3.983]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-0.216,0.451],[0.137,0.024],[0.075,-0.161],[0.099,-0.458],[-0.1,-0.018],[-0.075,0.124]],"o":[[-0.145,-0.248],[-0.165,-0.031],[-0.196,0.422],[-0.029,0.127],[0.15,0.029],[0.241,-0.399]],"v":[[21.971,-2.188],[21.605,-2.771],[21.059,-2.474],[20.637,-1.134],[20.852,-0.712],[21.336,-0.901]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0.01,-0.145],[-0.378,-0.386],[-0.101,0.36],[0.42,0.245],[0.065,-0.281]],"o":[[0.011,0.503],[0.279,0.284],[0.13,-0.467],[-0.252,-0.148],[-0.025,0.104]],"v":[[-22.37,-2.336],[-21.816,-0.963],[-21.134,-1.122],[-21.859,-2.9],[-22.341,-2.698]],"c":true},"ix":2},"nm":"路径 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0.004,0.51],[0.491,-0.011],[-0.005,-0.461],[-0.469,0.001]],"o":[[-0.004,-0.494],[-0.44,0.011],[0.006,0.449],[0.493,-0.002]],"v":[[-14.925,5.657],[-15.78,4.824],[-16.545,5.655],[-15.691,6.459]],"c":true},"ix":2},"nm":"路径 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0.002,-0.503],[-0.497,0.001],[-0.009,0.455],[0.462,0.009]],"o":[[-0.002,0.512],[0.446,0],[0.009,-0.437],[-0.5,-0.009]],"v":[[14.032,5.467],[14.859,6.32],[15.659,5.519],[14.82,4.693]],"c":true},"ix":2},"nm":"路径 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0.001,-0.531],[-0.474,-0.002],[0.005,0.467],[0.479,0.003]],"o":[[-0.001,0.509],[0.444,0.002],[-0.004,-0.455],[-0.523,-0.004]],"v":[[3.189,3.695],[4.007,4.579],[4.817,3.724],[3.964,2.915]],"c":true},"ix":2},"nm":"路径 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[0.492,0.005],[0.008,-0.516],[-0.465,-0.006],[0.001,0.494]],"o":[[-0.512,-0.005],[-0.008,0.489],[0.457,0.006],[0,-0.483]],"v":[[-4.427,2.915],[-5.216,3.691],[-4.396,4.579],[-3.602,3.731]],"c":true},"ix":2},"nm":"路径 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[-0.498,-0.001],[0.004,0.437],[0.449,-0.011],[0.008,-0.414]],"o":[[0.467,0.001],[-0.004,-0.428],[-0.423,0.011],[-0.009,0.462]],"v":[[-14.904,8.606],[-14.052,7.802],[-14.955,6.972],[-15.776,7.779]],"c":true},"ix":2},"nm":"路径 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[-0.468,-0.008],[-0.009,0.447],[0.468,0.009],[0.009,-0.442]],"o":[[0.448,0.007],[0.01,-0.448],[-0.443,-0.009],[-0.008,0.452]],"v":[[14.172,8.564],[15.026,7.743],[14.162,6.881],[13.307,7.7]],"c":true},"ix":2},"nm":"路径 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[-0.481,0.006],[-0.006,0.448],[0.437,0.004],[0.008,-0.438]],"o":[[0.437,-0.005],[0.006,-0.425],[-0.424,-0.004],[-0.008,0.468]],"v":[[-4.124,6.968],[-3.299,6.123],[-4.172,5.254],[-5.013,6.097]],"c":true},"ix":2},"nm":"路径 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[0.007,-0.478],[-0.466,0.003],[-0.018,0.463],[0.482,0.002]],"o":[[-0.007,0.501],[0.457,-0.004],[0.017,-0.451],[-0.468,-0.002]],"v":[[2.862,6.033],[3.703,6.944],[4.577,6.084],[3.681,5.211]],"c":true},"ix":2},"nm":"路径 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":11,"ty":"sh","ix":12,"ks":{"a":0,"k":{"i":[[-0.251,-0.533],[0.718,0.936],[0.425,-0.432]],"o":[[1.072,-0.959],[-0.414,0.421],[0.24,0.506]],"v":[[18.347,8.695],[18.862,5.856],[17.607,7.131]],"c":true},"ix":2},"nm":"路径 12","mn":"ADBE Vector Shape - Group","hd":false},{"ind":12,"ty":"sh","ix":13,"ks":{"a":0,"k":{"i":[[0.484,0.387],[0.045,-0.551],[-0.065,-0.061],[-0.421,-0.375],[-0.045,0.016],[-0.014,0.607],[0.048,0.04]],"o":[[-0.065,0.618],[-0.007,0.079],[0.415,0.38],[0.045,-0.017],[0.021,-0.608],[0.001,-0.056],[-0.41,-0.334]],"v":[[-19.75,5.934],[-19.925,7.651],[-19.798,7.898],[-18.538,9.025],[-18.402,8.976],[-18.343,7.154],[-18.441,6.986]],"c":true},"ix":2},"nm":"路径 13","mn":"ADBE Vector Shape - Group","hd":false},{"ind":13,"ty":"sh","ix":14,"ks":{"a":0,"k":{"i":[[0.128,0.168],[0.175,-0.272],[-0.615,-1.064],[-0.225,-0.329],[-0.057,0],[-0.407,0.663],[0.366,0.543]],"o":[[-0.25,0.363],[-0.671,1.048],[0.199,0.343],[0.057,0.001],[0.407,-0.66],[-0.396,-0.591],[-0.06,-0.091]],"v":[[-0.151,2.176],[-0.767,3.072],[-0.828,5.189],[-0.158,6.179],[0.014,6.18],[1.235,4.196],[0.109,2.518]],"c":true},"ix":2},"nm":"路径 14","mn":"ADBE Vector Shape - Group","hd":false},{"ind":14,"ty":"sh","ix":15,"ks":{"a":0,"k":{"i":[[-0.624,0.024],[-0.593,0.574],[0.977,0.656],[0.839,-1.23],[-0.745,-0.569]],"o":[[0.891,-0.001],[0.845,-0.818],[-1.234,-0.829],[-0.526,0.771],[0.495,0.378]],"v":[[-9.969,7.13],[-7.622,6.219],[-7.861,3.552],[-12.014,4.355],[-11.658,6.611]],"c":true},"ix":2},"nm":"路径 15","mn":"ADBE Vector Shape - Group","hd":false},{"ind":15,"ty":"sh","ix":16,"ks":{"a":0,"k":{"i":[[-1.023,-0.015],[-0.478,0.321],[0.718,0.814],[1.222,-0.597],[-0.983,-0.912]],"o":[[0.437,0.035],[0.9,-0.602],[-0.898,-1.016],[-1.202,0.587],[0.648,0.602]],"v":[[9.626,7.146],[11.069,6.7],[11.388,4.183],[7.593,3.434],[7.167,6.264]],"c":true},"ix":2},"nm":"路径 16","mn":"ADBE Vector Shape - Group","hd":false},{"ind":16,"ty":"sh","ix":17,"ks":{"a":0,"k":{"i":[[-0.127,-0.074],[-1.299,1.82],[0.719,-2.408],[-0.338,0.234],[-0.234,-1.715],[1.004,-0.474],[0.216,0.373],[0.76,-0.14],[0.169,-0.641],[-0.888,-0.706],[-1.476,0.238],[-0.686,0.486],[0.357,1.373],[0.913,-0.417],[0.068,1.709],[-0.862,-0.528],[-0.032,0.025],[0.501,1.278],[0,0],[0.441,-1.268],[-0.043,-0.035],[-0.845,0.548],[0,0],[0.824,0.395],[-2.895,0.272],[-0.724,0.557],[0.132,1.09],[0.577,0.149],[0.451,-0.605],[0.229,-0.345],[0.008,0.842],[-0.143,0.446],[-1.337,-0.953],[-0.444,-0.37],[-0.746,1.139],[-0.508,0.623],[1.582,-2.979],[-0.179,0.124],[-0.977,-0.738],[0.455,-1.219],[1.176,-0.576],[0.071,-0.004],[0.104,0.698],[0.556,0.128],[0.408,-0.511],[-1.859,-0.928],[-1.572,0.569],[-0.399,0.511],[-0.353,1.296],[0.985,-0.385],[-0.455,1.73],[-0.713,-0.677],[0,0],[0.146,1.338],[-1.132,-0.258],[0.342,-1.015],[-0.015,-0.22],[0.936,-0.674],[0.053,-0.122],[0.507,-1.239],[-0.037,-0.188],[-0.157,-0.789],[0.301,-0.369],[0.751,-0.936],[1.001,0.345],[2.065,0.341],[3.234,-0.072],[4.115,-1.214],[1.058,-0.435],[0.214,0.186],[0.854,0.727],[-0.046,0.501],[-0.068,0.996],[0.082,0.277],[0.371,1.142],[0.121,0.084],[-0.426,1.073],[0.097,0.267],[0.237,0.698],[0.033,0.161],[-1.249,0.304],[0.445,-1.224],[-0.046,-0.029],[-0.76,0.763],[-0.348,-1.769],[1.021,0.2],[-0.107,-0.282],[-1.388,-0.679],[-0.895,1.956],[0.673,0.933],[0.884,-0.151],[0.104,-0.765],[0,-0.574],[0.287,0.44],[-1.358,1.316],[-1.028,-0.738]],"o":[[-1.136,-2.09],[2.03,1.419],[0.392,-0.299],[1.931,-1.334],[0.176,1.285],[-0.142,-0.407],[-0.418,-0.724],[-0.7,0.13],[-0.306,1.165],[1.181,0.939],[0.818,-0.133],[1.143,-0.809],[-0.881,0.401],[-0.068,-1.681],[0.906,0.554],[0.032,-0.025],[-0.261,-1.317],[0,0],[-0.44,1.267],[0.044,0.035],[0.846,-0.547],[0,0],[-0.889,-0.427],[-0.444,3.128],[0.901,-0.085],[0.88,-0.676],[-0.074,-0.615],[-0.697,-0.181],[-0.218,0.294],[-0.583,-0.603],[-0.005,-0.47],[0.501,-1.559],[0.396,0.282],[-0.2,-1.371],[0.429,-0.656],[1.281,1.387],[0.251,-0.179],[1.061,-0.733],[1.056,0.797],[-0.462,1.236],[-0.033,0.017],[0.26,-0.657],[-0.079,-0.53],[-0.597,-0.137],[-0.902,1.131],[1.464,0.731],[0.605,-0.219],[0.776,-0.99],[-1.039,0.405],[0.467,-1.78],[0.729,0.69],[0,0],[-0.133,-1.22],[1.107,0.252],[-0.394,1.117],[-0.071,0.21],[0.078,1.086],[-0.102,0.074],[-0.526,1.23],[-0.069,0.171],[0.155,0.789],[0.091,0.45],[-0.772,0.94],[-1.013,-0.378],[-1.979,-0.68],[-3.197,-0.528],[-4.281,0.095],[-1.095,0.322],[-0.271,0.111],[-0.848,-0.735],[-0.361,-0.308],[0.091,-0.994],[0.02,-0.291],[-0.34,-1.151],[-0.046,-0.138],[-0.946,-0.66],[0.11,-0.278],[-0.253,-0.691],[-0.034,-0.098],[1.184,-0.288],[-0.475,1.304],[0.046,0.028],[0.999,-0.327],[0.346,1.762],[-0.817,-0.577],[0.12,0.36],[0.531,1.398],[2.031,0.995],[0.462,-1.011],[-0.58,-0.804],[-0.795,0.137],[-0.073,0.54],[-0.494,-0.082],[-1.001,-1.532],[0.851,-0.827],[0.063,0.044]],"v":[[-12.225,-5.297],[-11.718,-11.103],[-9.807,-5.384],[-8.758,-6.181],[-4.769,-4.288],[-6.22,-1.415],[-6.663,-2.641],[-8.557,-3.375],[-9.766,-2.064],[-8.716,0.711],[-4.698,1.676],[-2.419,0.821],[-1.081,-2.789],[-3.744,-1.573],[-3.945,-6.608],[-1.313,-4.998],[-1.218,-5.073],[-2.622,-8.852],[2.144,-8.852],[0.823,-5.049],[0.953,-4.943],[3.489,-6.586],[3.489,-1.545],[0.962,-2.756],[5.304,1.838],[7.764,0.913],[8.859,-1.761],[7.713,-3.075],[6.103,-2.491],[5.466,-1.537],[4.453,-3.656],[4.658,-5.063],[8.285,-6.242],[9.481,-5.253],[10.041,-9.061],[11.53,-10.913],[11.868,-4.625],[12.474,-5.056],[15.63,-5.048],[16.606,-1.89],[14.081,0.786],[13.931,0.797],[14.258,-1.221],[13.357,-2.261],[11.786,-1.848],[12.566,2.794],[17.062,3.252],[18.578,2.173],[20.075,-1.278],[17.097,-0.115],[18.487,-5.408],[20.644,-3.363],[20.8,-3.423],[20.388,-7.201],[23.704,-6.447],[22.605,-3.305],[22.518,-2.636],[21.421,0.07],[21.201,0.406],[19.639,4.102],[19.614,4.685],[20.118,7.047],[19.801,8.272],[17.523,11.103],[14.523,9.989],[8.443,8.519],[-1.206,7.877],[-13.824,9.723],[-17.031,10.946],[-17.679,10.857],[-20.244,8.678],[-20.783,7.498],[-20.53,4.515],[-20.61,3.637],[-21.688,0.2],[-21.965,-0.167],[-22.908,-3.186],[-22.902,-3.96],[-23.627,-6.048],[-23.704,-6.415],[-20.11,-7.289],[-21.474,-3.538],[-21.336,-3.451],[-18.931,-5.343],[-17.899,-0.098],[-20.596,-1.189],[-20.282,-0.257],[-17.556,2.989],[-11.789,1.124],[-12.022,-1.833],[-14.095,-2.535],[-15.428,-1.056],[-15.442,0.618],[-16.666,-0.131],[-16.181,-5.057],[-12.486,-5.448]],"c":true},"ix":2},"nm":"路径 17","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-394.301,241.355],[391.699,241.355],[391.699,-416.645],[-394.301,-416.645]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-394.301,-416.645],[391.699,-416.645],[391.699,241.355],[-394.301,241.355]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"合并路径 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.4,0.4,0.4,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[23.954,26.868],"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":"变换"}],"nm":"组 22","np":21,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":62,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"“com”轮廓","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[394.301,490.466,0],"ix":2},"a":{"a":0,"k":[134.199,10.966,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.104,0],[0,0],[0,1.104],[0,0],[0,0],[0,0]],"o":[[0,0],[-1.104,0],[0,0],[0,0],[0,0],[0,1.104]],"v":[[127.199,5.967],[-127.199,5.967],[-129.199,3.967],[-129.199,-5.967],[129.199,-5.967],[129.199,3.967]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.246999987434,0.246999987434,0.246999987434,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"描边 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[134.199,10.966],"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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.104,0],[0,0],[0,1.104],[0,0],[0,0],[0,0]],"o":[[0,0],[-1.104,0],[0,0],[0,0],[0,0],[0,1.104]],"v":[[127.199,5.967],[-127.199,5.967],[-129.199,3.967],[-129.199,-5.967],[129.199,-5.967],[129.199,3.967]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-394.301,167.534],[391.699,167.534],[391.699,-490.466],[-394.301,-490.466]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-394.301,-490.466],[391.699,-490.466],[391.699,167.534],[-394.301,167.534]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.4,0.4,0.4,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[134.199,10.966],"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":"变换"}],"nm":"组 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":62,"st":-33,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"“com”轮廓","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[394.301,415.683,0],"ix":2},"a":{"a":0,"k":[134.199,85.749,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.104,0],[0,0],[0,1.104],[0,0],[-1.104,0],[0,0],[0,-1.105],[0,0]],"o":[[0,0],[-1.104,0],[0,0],[0,-1.105],[0,0],[1.104,0],[0,0],[0,1.104]],"v":[[127.199,80.749],[-127.199,80.749],[-129.199,78.749],[-129.199,-78.749],[-127.199,-80.749],[127.199,-80.749],[129.199,-78.749],[129.199,78.749]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.246999987434,0.246999987434,0.246999987434,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"描边 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[134.199,85.75],"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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.104,0],[0,0],[0,1.104],[0,0],[-1.104,0],[0,0],[0,-1.105],[0,0]],"o":[[0,0],[-1.104,0],[0,0],[0,-1.105],[0,0],[1.104,0],[0,0],[0,1.104]],"v":[[127.199,80.749],[-127.199,80.749],[-129.199,78.749],[-129.199,-78.749],[-127.199,-80.749],[127.199,-80.749],[129.199,-78.749],[129.199,78.749]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-394.301,242.317],[391.699,242.317],[391.699,-415.683],[-394.301,-415.683]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-394.301,-415.683],[391.699,-415.683],[391.699,242.317],[-394.301,242.317]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.6,0.6,0.6,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[134.199,85.75],"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":"变换"}],"nm":"组 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":62,"st":-33,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"“nose”轮廓","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[393.801,286.984,0],"ix":2},"a":{"a":0,"k":[12.498,7.716,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.464,-1.464],[0,0],[0.83,0.829],[0,0],[1.465,-1.464],[-1.464,-1.464],[0,0],[-3.228,3.229],[0,0],[1.465,1.464]],"o":[[0,0],[-0.829,0.829],[0,0],[-1.465,-1.464],[-1.464,1.464],[0,0],[3.229,3.229],[0,0],[1.465,-1.464],[-1.464,-1.464]],"v":[[5.48,-6.003],[1.501,-2.024],[-1.502,-2.024],[-5.48,-6.003],[-10.784,-6.003],[-10.784,-0.7],[-5.847,4.238],[5.846,4.238],[10.783,-0.7],[10.783,-6.003]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-393.801,371.016],[392.199,371.016],[392.199,-286.984],[-393.801,-286.984]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-393.801,-286.984],[392.199,-286.984],[392.199,371.016],[-393.801,371.016]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.4,0.4,0.4,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[12.498,7.717],"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":"变换"}],"nm":"组 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":62,"st":-33,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"“eyeball r”轮廓","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":1,"s":[0],"e":[360]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":31,"s":[360],"e":[0]},{"t":61}],"ix":10},"p":{"a":0,"k":[420.5,256.5,0],"ix":2},"a":{"a":0,"k":[8.982,1.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.925],[2.926,0],[0,2.925],[-2.925,0]],"o":[[0,2.925],[-2.925,0],[0,-2.925],[2.926,0]],"v":[[5.297,0],[-0.001,5.296],[-5.297,0],[-0.001,-5.296]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-417.065,397.454],[368.935,397.454],[368.935,-260.546],[-417.065,-260.546]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-417.065,-260.546],[368.935,-260.546],[368.935,397.454],[-417.065,397.454]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[5.546,5.546],"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":"变换"}],"nm":"组 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":62,"st":-33,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"“eyeball l”轮廓","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":1,"s":[0],"e":[360]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":31,"s":[360],"e":[0]},{"t":61}],"ix":10},"p":{"a":0,"k":[367,256.5,0],"ix":2},"a":{"a":0,"k":[8.625,1.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.925],[2.925,0],[0,2.925],[-2.925,0]],"o":[[0,2.925],[-2.925,0],[0,-2.925],[2.925,0]],"v":[[5.296,0],[0,5.296],[-5.296,0],[0,-5.296]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-371.083,397.454],[414.917,397.454],[414.917,-260.546],[-371.083,-260.546]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-371.083,-260.546],[414.917,-260.546],[414.917,397.454],[-371.083,397.454]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[5.546,5.546],"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":"变换"}],"nm":"组 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":62,"st":-33,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"“eye”轮廓","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[420.268,256.178,0],"ix":2},"a":{"a":0,"k":[13.906,13.905,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-7.542],[7.542,0],[0,7.542],[-7.541,0]],"o":[[0,7.542],[-7.541,0],[0,-7.542],[7.542,0]],"v":[[13.656,0],[0,13.655],[-13.656,0],[0,-13.655]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-420.268,401.822],[365.732,401.822],[365.732,-256.178],[-420.268,-256.178]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-420.268,-256.178],[365.732,-256.178],[365.732,401.822],[-420.268,401.822]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.4,0.4,0.4,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[13.906,13.905],"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":"变换"}],"nm":"组 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":62,"st":-33,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"“eye”轮廓","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[367.333,256.178,0],"ix":2},"a":{"a":0,"k":[13.905,13.905,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-7.542],[-7.541,0],[0,7.542],[7.542,0]],"o":[[0,7.542],[7.542,0],[0,-7.542],[-7.541,0]],"v":[[-13.655,0],[0,13.655],[13.655,0],[0,-13.655]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-367.333,401.822],[418.667,401.822],[418.667,-256.178],[-367.333,-256.178]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-367.333,-256.178],[418.667,-256.178],[418.667,401.822],[-367.333,401.822]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.4,0.4,0.4,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[13.905,13.905],"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":"变换"}],"nm":"组 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":62,"st":-33,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"“face”轮廓","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[394.301,282.744,0],"ix":2},"a":{"a":0,"k":[58.365,58.337,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[17.409,0],[0,0],[0,-17.409],[-10.554,-5.095],[0,-6.418],[-24.778,0],[0,21.244],[3.11,5.233],[0,12.811]],"o":[[0,0],[-17.408,0],[0,12.504],[-3.242,5.32],[0,21.244],[24.78,0],[0,-6.276],[10.976,-4.93],[0,-17.409]],"v":[[26.594,-58.087],[-26.595,-58.087],[-58.115,-26.565],[-40.28,1.837],[-45.366,19.622],[-0.501,58.087],[44.365,19.622],[39.491,2.193],[58.115,-26.565]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-394.301,375.256],[391.699,375.256],[391.699,-282.744],[-394.301,-282.744]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-394.301,-282.744],[391.699,-282.744],[391.699,375.256],[-394.301,375.256]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[58.365,58.337],"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":"变换"}],"nm":"组 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":62,"st":-33,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"“head”轮廓","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[394.301,266.878,0],"ix":2},"a":{"a":0,"k":[89.75,93.705,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[9.941,0],[0.317,-0.017],[35.531,0],[5.551,-34.92],[0.322,0],[0,-9.941],[-9.941,0],[0,0],[-39.488,0],[0,39.489],[0,0],[0,9.941]],"o":[[-0.322,0],[-5.552,-34.92],[-35.531,0],[-0.318,-0.017],[-9.941,0],[0,9.941],[0,0],[0,39.489],[39.488,0],[0,0],[9.941,0],[0,-9.941]],"v":[[71.5,-27.878],[70.547,-27.83],[0,-93.455],[-70.546,-27.83],[-71.5,-27.878],[-89.5,-9.878],[-71.5,8.122],[-71.5,21.955],[0,93.455],[71.5,21.955],[71.5,8.122],[89.5,-9.878]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-394.301,391.122],[391.699,391.122],[391.699,-266.878],[-394.301,-266.878]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-394.301,-266.878],[391.699,-266.878],[391.699,391.122],[-394.301,391.122]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.349000010771,0.349000010771,0.349000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[89.75,93.705],"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":"变换"}],"nm":"组 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":62,"st":-33,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"“desk”轮廓","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[394.301,497.426,0],"ix":2},"a":{"a":0,"k":[172.917,7.157,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[172.667,6.907],[-172.667,6.907],[-172.667,-6.907],[172.667,-6.907]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.156999999402,0.156999999402,0.156999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[172.917,7.157],"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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":62,"st":-33,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"“arm r”轮廓","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[0],"e":[10]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":11,"s":[10],"e":[-18]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":17,"s":[-18],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":23,"s":[4],"e":[-19]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":29,"s":[-19],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":33,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":34,"s":[0],"e":[10]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[10],"e":[-18]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":46,"s":[-18],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":52,"s":[4],"e":[-19]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":58,"s":[-19],"e":[0]},{"t":61}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":5,"s":[537,477.5,0],"e":[537,460.5,0],"to":[0,-2.83333325386047,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":11,"s":[537,460.5,0],"e":[537,477.5,0],"to":[0,0,0],"ti":[0,-0.66666668653488,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":17,"s":[537,477.5,0],"e":[537,464.5,0],"to":[0,0.66666668653488,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":23,"s":[537,464.5,0],"e":[537,477.5,0],"to":[0,0,0],"ti":[0,-2.16666674613953,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":29,"s":[537,477.5,0],"e":[537,477.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":34,"s":[537,477.5,0],"e":[537,460.5,0],"to":[0,-2.83333325386047,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":40,"s":[537,460.5,0],"e":[537,477.5,0],"to":[0,0,0],"ti":[0,-0.66666668653488,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":46,"s":[537,477.5,0],"e":[537,464.5,0],"to":[0,0.66666668653488,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":52,"s":[537,464.5,0],"e":[537,477.5,0],"to":[0,0,0],"ti":[0,-2.16666674613953,0]},{"t":58}],"ix":2},"a":{"a":0,"k":[99.492,82.663,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-6.095,7.796],[0,0],[7.796,6.094],[0,0],[6.095,-7.794],[-7.796,-6.095],[0,0]],"o":[[0,0],[6.095,-7.795],[0,0],[-7.795,-6.094],[-6.095,7.796],[0,0],[7.795,6.095]],"v":[[50.858,39.759],[50.858,39.759],[47.777,14.611],[-25.707,-42.84],[-50.857,-39.762],[-47.777,-14.611],[25.708,42.839]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.246999987434,0.246999987434,0.246999987434,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"描边 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[61.952,53.935],"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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-6.095,7.796],[0,0],[7.796,6.094],[0,0],[6.095,-7.794],[-7.796,-6.095],[0,0]],"o":[[0,0],[6.095,-7.795],[0,0],[-7.795,-6.094],[-6.095,7.796],[0,0],[7.795,6.095]],"v":[[50.858,39.759],[50.858,39.759],[47.777,14.611],[-25.707,-42.84],[-50.857,-39.762],[-47.777,-14.611],[25.708,42.839]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-499.461,209.228],[286.539,209.228],[286.539,-448.772],[-499.461,-448.772]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-499.461,-448.772],[286.539,-448.772],[286.539,209.228],[-499.461,209.228]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.654999976065,0.788000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[61.952,53.935],"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":"变换"}],"nm":"组 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":62,"st":-33,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"“arm r”轮廓","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":5,"s":[537,477.5,0],"e":[537,460.5,0],"to":[0,-2.83333325386047,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":11,"s":[537,460.5,0],"e":[537,477.5,0],"to":[0,0,0],"ti":[0,-0.66666668653488,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":17,"s":[537,477.5,0],"e":[537,464.5,0],"to":[0,0.66666668653488,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":23,"s":[537,464.5,0],"e":[537,477.5,0],"to":[0,0,0],"ti":[0,-2.16666674613953,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":29,"s":[537,477.5,0],"e":[537,477.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":34,"s":[537,477.5,0],"e":[537,460.5,0],"to":[0,-2.83333325386047,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":40,"s":[537,460.5,0],"e":[537,477.5,0],"to":[0,0,0],"ti":[0,-0.66666668653488,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":46,"s":[537,477.5,0],"e":[537,464.5,0],"to":[0,0.66666668653488,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":52,"s":[537,464.5,0],"e":[537,477.5,0],"to":[0,0,0],"ti":[0,-2.16666674613953,0]},{"t":58}],"ix":2},"a":{"a":0,"k":[68.543,108.608,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-8.81,4.506],[0,0],[4.505,8.809],[0,0],[8.809,-4.506],[-4.505,-8.809],[0,0]],"o":[[0,0],[8.811,-4.506],[0,0],[-4.506,-8.81],[-8.81,4.506],[0,0],[4.505,8.81]],"v":[[29.49,57.661],[29.49,57.661],[37.283,33.552],[-5.38,-49.869],[-29.489,-57.662],[-37.283,-33.553],[5.381,49.868]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.246999987434,0.246999987434,0.246999987434,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"描边 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[46.788,67.168],"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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-8.81,4.506],[0,0],[4.505,8.809],[0,0],[8.809,-4.506],[-4.505,-8.809],[0,0]],"o":[[0,0],[8.811,-4.506],[0,0],[-4.506,-8.81],[-8.81,4.506],[0,0],[4.505,8.81]],"v":[[29.49,57.661],[29.49,57.661],[37.283,33.552],[-5.38,-49.869],[-29.489,-57.662],[-37.283,-33.553],[5.381,49.868]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-515.246,221.941],[270.754,221.941],[270.754,-436.059],[-515.246,-436.059]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-515.246,-436.059],[270.754,-436.059],[270.754,221.941],[-515.246,221.941]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.654999976065,0.788000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[46.788,67.168],"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":"变换"}],"nm":"组 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":62,"st":-33,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"“shoulder r”轮廓","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":5,"s":[449.224,370.045,0],"e":[449.224,365,0],"to":[0,-0.84081774950027,0],"ti":[0,0.00748443603516,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":11,"s":[449.224,365,0],"e":[449.224,370,0],"to":[0,-0.00748443603516,0],"ti":[0,-0.33333334326744,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":17,"s":[449.224,370,0],"e":[449.224,367,0],"to":[0,0.33333334326744,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":23,"s":[449.224,367,0],"e":[449.224,370,0],"to":[0,0,0],"ti":[0,-0.50748443603516,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":29,"s":[449.224,370,0],"e":[449.224,370.045,0],"to":[0,0.50748443603516,0],"ti":[0,0.83333331346512,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":34,"s":[449.224,370.045,0],"e":[449.224,365,0],"to":[0,-0.83333331346512,0],"ti":[0,0.00748443603516,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":40,"s":[449.224,365,0],"e":[449.224,370,0],"to":[0,-0.00748443603516,0],"ti":[0,-0.33333334326744,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":46,"s":[449.224,370,0],"e":[449.224,367,0],"to":[0,0.33333334326744,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":52,"s":[449.224,367,0],"e":[449.224,370,0],"to":[0,0,0],"ti":[0,-0.5,0]},{"t":58}],"ix":2},"a":{"a":0,"k":[51.621,51.622,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-25.748],[25.748,0],[0,25.749],[-25.749,0]],"o":[[0,25.749],[-25.749,0],[0,-25.748],[25.748,0]],"v":[[46.622,0],[0.001,46.622],[-46.622,0],[0.001,-46.622]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.246999987434,0.246999987434,0.246999987434,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"描边 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[51.621,51.622],"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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-25.748],[25.748,0],[0,25.749],[-25.749,0]],"o":[[0,25.749],[-25.749,0],[0,-25.748],[25.748,0]],"v":[[46.622,0],[0.001,46.622],[-46.622,0],[0.001,-46.622]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-449.224,287.955],[336.776,287.955],[336.776,-370.045],[-449.224,-370.045]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-449.224,-370.045],[336.776,-370.045],[336.776,287.955],[-449.224,287.955]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.654999976065,0.788000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[51.621,51.622],"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":"变换"}],"nm":"组 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":62,"st":-33,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"“arm l”轮廓","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":1,"s":[0],"e":[-10]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":7,"s":[-10],"e":[18]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":13,"s":[18],"e":[-4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":19,"s":[-4],"e":[19]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":25,"s":[19],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":29,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[0],"e":[-10]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":36,"s":[-10],"e":[18]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":42,"s":[18],"e":[-4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":48,"s":[-4],"e":[19]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[19],"e":[0]},{"t":58}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":1,"s":[249.5,477.5,0],"e":[249.5,460.5,0],"to":[0,-2.83333325386047,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":7,"s":[249.5,460.5,0],"e":[249.5,477.5,0],"to":[0,0,0],"ti":[0,-0.66666668653488,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":13,"s":[249.5,477.5,0],"e":[249.5,464.5,0],"to":[0,0.66666668653488,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":19,"s":[249.5,464.5,0],"e":[249.5,477.5,0],"to":[0,0,0],"ti":[0,-2.16666674613953,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":25,"s":[249.5,477.5,0],"e":[249.5,477.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[249.5,477.5,0],"e":[249.5,460.5,0],"to":[0,-2.83333325386047,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":36,"s":[249.5,460.5,0],"e":[249.5,477.5,0],"to":[0,0,0],"ti":[0,-0.66666668653488,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":42,"s":[249.5,477.5,0],"e":[249.5,464.5,0],"to":[0,0.66666668653488,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":48,"s":[249.5,464.5,0],"e":[249.5,477.5,0],"to":[0,0,0],"ti":[0,-2.16666674613953,0]},{"t":54}],"ix":2},"a":{"a":0,"k":[24.682,82.663,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.094,7.796],[0,0],[-7.796,6.094],[0,0],[-6.094,-7.794],[7.795,-6.095],[0,0]],"o":[[0,0],[-6.095,-7.795],[0,0],[7.795,-6.094],[6.094,7.796],[0,0],[-7.795,6.095]],"v":[[-50.857,39.759],[-50.857,39.759],[-47.777,14.611],[25.708,-42.84],[50.858,-39.762],[47.778,-14.611],[-25.708,42.839]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.246999987434,0.246999987434,0.246999987434,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"描边 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[61.952,53.935],"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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.094,7.796],[0,0],[-7.796,6.094],[0,0],[-6.094,-7.794],[7.795,-6.095],[0,0]],"o":[[0,0],[-6.095,-7.795],[0,0],[7.795,-6.094],[6.094,7.796],[0,0],[-7.795,6.095]],"v":[[-50.857,39.759],[-50.857,39.759],[-47.777,14.611],[25.708,-42.84],[50.858,-39.762],[47.778,-14.611],[-25.708,42.839]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-286.77,209.228],[499.23,209.228],[499.23,-448.772],[-286.77,-448.772]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-286.77,-448.772],[499.23,-448.772],[499.23,209.228],[-286.77,209.228]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.654999976065,0.788000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[61.952,53.935],"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":"变换"}],"nm":"组 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":62,"st":-33,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"“arm l”轮廓","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":1,"s":[249.5,477.5,0],"e":[249.5,460.5,0],"to":[0,-2.83333325386047,0],"ti":[0,-9.47390342581232e-15,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":7,"s":[249.5,460.5,0],"e":[249.5,477.5,0],"to":[0,9.47390342581232e-15,0],"ti":[0,-0.66666668653488,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":13,"s":[249.5,477.5,0],"e":[249.5,464.5,0],"to":[0,0.66666668653488,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":19,"s":[249.5,464.5,0],"e":[249.5,477.5,0],"to":[0,0,0],"ti":[0,-2.16666674613953,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[249.5,477.5,0],"e":[249.5,477.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[249.5,477.5,0],"e":[249.5,460.5,0],"to":[0,-2.83333325386047,0],"ti":[0,-9.47390342581232e-15,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":36,"s":[249.5,460.5,0],"e":[249.5,477.5,0],"to":[0,9.47390342581232e-15,0],"ti":[0,-0.66666668653488,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":42,"s":[249.5,477.5,0],"e":[249.5,464.5,0],"to":[0,0.66666668653488,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":48,"s":[249.5,464.5,0],"e":[249.5,477.5,0],"to":[0,0,0],"ti":[0,-2.16666674613953,0]},{"t":54}],"ix":2},"a":{"a":0,"k":[21.818,111.824,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.81,4.506],[0,0],[-4.506,8.809],[0,0],[-8.81,-4.505],[4.506,-8.81],[0,0]],"o":[[0,0],[-8.81,-4.506],[0,0],[4.505,-8.809],[8.81,4.505],[0,0],[-4.505,8.81]],"v":[[-28.709,56.134],[-28.709,56.134],[-36.502,32.025],[4.6,-48.342],[28.709,-56.135],[36.502,-32.025],[-4.6,48.341]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.246999987434,0.246999987434,0.246999987434,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"描边 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[46.008,65.64],"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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.81,4.506],[0,0],[-4.506,8.809],[0,0],[-8.81,-4.505],[4.506,-8.81],[0,0]],"o":[[0,0],[-8.81,-4.506],[0,0],[4.505,-8.809],[8.81,4.505],[0,0],[-4.505,8.81]],"v":[[-28.709,56.134],[-28.709,56.134],[-36.502,32.025],[4.6,-48.342],[28.709,-56.135],[36.502,-32.025],[-4.6,48.341]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-270.205,220.413],[515.795,220.413],[515.795,-437.587],[-270.205,-437.587]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-270.205,-437.587],[515.795,-437.587],[515.795,220.413],[-270.205,220.413]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.654999976065,0.788000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[46.008,65.64],"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":"变换"}],"nm":"组 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":62,"st":-33,"bm":0},{"ddd":0,"ind":20,"ty":4,"nm":"“shoulder l”轮廓","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":1,"s":[336.187,370.045,0],"e":[336.187,365.045,0],"to":[0,-0.83333331346512,0],"ti":[0,0.00748443603516,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":7,"s":[336.187,365.045,0],"e":[336.187,370,0],"to":[0,-0.00748443603516,0],"ti":[0,-0.32584890723228,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":13,"s":[336.187,370,0],"e":[336.187,367,0],"to":[0,0.32584890723228,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":19,"s":[336.187,367,0],"e":[336.187,370,0],"to":[0,0,0],"ti":[0,-0.50748443603516,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[336.187,370,0],"e":[336.187,370.045,0],"to":[0,0.50748443603516,0],"ti":[0,0.82584887742996,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[336.187,370.045,0],"e":[336.187,365.045,0],"to":[0,-0.82584887742996,0],"ti":[0,0.00748443603516,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":36,"s":[336.187,365.045,0],"e":[336.187,370,0],"to":[0,-0.00748443603516,0],"ti":[0,-0.32584890723228,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":42,"s":[336.187,370,0],"e":[336.187,367,0],"to":[0,0.32584890723228,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":48,"s":[336.187,367,0],"e":[336.187,370,0],"to":[0,0,0],"ti":[0,-0.5,0]},{"t":54}],"ix":2},"a":{"a":0,"k":[51.621,51.622,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-25.748],[25.748,0],[0,25.749],[-25.748,0]],"o":[[0,25.749],[-25.748,0],[0,-25.748],[25.748,0]],"v":[[46.622,0],[-0.001,46.622],[-46.622,0],[-0.001,-46.622]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.246999987434,0.246999987434,0.246999987434,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"描边 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[51.621,51.622],"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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-25.748],[25.748,0],[0,25.749],[-25.748,0]],"o":[[0,25.749],[-25.748,0],[0,-25.748],[25.748,0]],"v":[[46.622,0],[-0.001,46.622],[-46.622,0],[-0.001,-46.622]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-336.187,287.955],[449.813,287.955],[449.813,-370.045],[-336.187,-370.045]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-336.187,-370.045],[449.813,-370.045],[449.813,287.955],[-336.187,287.955]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.654999976065,0.788000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[51.621,51.622],"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":"变换"}],"nm":"组 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":62,"st":-33,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/coinfall.json b/ohos/flutter_lottie/assets/lottiefiles/coinfall.json new file mode 100644 index 0000000000000000000000000000000000000000..a9939d721be83ae4d8182aa4c15d153abe981538 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/coinfall.json @@ -0,0 +1 @@ +{"v":"4.7.0","fr":30,"ip":0,"op":131,"w":720,"h":720,"nm":"CoinFall","ddd":0,"assets":[{"id":"comp_8","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"FrontCoin 4","ks":{"o":{"a":1,"k":[{"t":5,"s":[100],"h":1},{"t":10,"s":[0],"h":1},{"t":15,"s":[100],"h":1},{"t":20,"s":[0],"h":1},{"t":25,"s":[100],"h":1},{"t":30,"s":[0],"h":1},{"t":35,"s":[100],"h":1},{"t":40,"s":[0],"h":1},{"t":45,"s":[100],"h":1},{"t":50,"s":[0],"h":1},{"t":55,"s":[100],"h":1},{"t":60,"s":[0],"h":1},{"t":65,"s":[100],"h":1},{"t":70,"s":[0],"h":1},{"t":75,"s":[100],"h":1},{"t":80,"s":[0],"h":1},{"t":85,"s":[100],"h":1},{"t":90,"s":[0],"h":1},{"t":95,"s":[100],"h":1},{"t":100,"s":[0],"h":1},{"t":105,"s":[100],"h":1},{"t":110,"s":[0],"h":1},{"t":115,"s":[100],"h":1},{"t":120,"s":[0],"h":1},{"t":125,"s":[100],"h":1},{"t":130,"s":[0],"h":1}]},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":5,"s":[69.962,56.954,0],"e":[69.962,67.941,0],"to":[0,1.83128869533539,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":10,"s":[69.962,67.941,0],"e":[69.962,56.954,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":15,"s":[69.962,56.954,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":20,"s":[69.962,67.941,0],"e":[69.962,56.954,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[69.962,56.954,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":30,"s":[69.962,67.941,0],"e":[69.962,56.954,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":35,"s":[69.962,56.954,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":40,"s":[69.962,67.941,0],"e":[69.962,56.954,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":45,"s":[69.962,56.954,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":50,"s":[69.962,67.941,0],"e":[69.962,56.954,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":55,"s":[69.962,56.954,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":60,"s":[69.962,67.941,0],"e":[69.962,56.954,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":65,"s":[69.962,56.954,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":70,"s":[69.962,67.941,0],"e":[69.962,56.954,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":75,"s":[69.962,56.954,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":80,"s":[69.962,67.941,0],"e":[69.962,56.954,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":85,"s":[69.962,56.954,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":90,"s":[69.962,67.941,0],"e":[69.962,56.954,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":95,"s":[69.962,56.954,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":100,"s":[69.962,67.941,0],"e":[69.962,56.954,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":105,"s":[69.962,56.954,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":110,"s":[69.962,67.941,0],"e":[69.962,56.954,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":115,"s":[69.962,56.954,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":120,"s":[69.962,67.941,0],"e":[69.962,56.954,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":125,"s":[69.962,56.954,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,-1.83128869533539,0]},{"t":130}]},"a":{"a":0,"k":[58.363,58.847,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":5,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":10,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":15,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":20,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":25,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":30,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":35,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":40,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":45,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":50,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":55,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":60,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":65,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":70,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":75,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":80,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":85,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":90,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":95,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":100,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":105,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":110,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":115,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":120,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":125,"s":[100,0,100],"e":[100,100,100]},{"t":130}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-24.071,0],[0,24.272],[24.071,0],[0,-24.272]],"o":[[24.071,0],[0,-24.272],[-24.071,0],[0,24.272]],"v":[[0,43.948],[43.585,0],[0,-43.948],[-43.585,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.961,0.965,0.9840001,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[58.363,58.847],"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":"Group 2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-28.083,0],[0,28.317],[28.083,0],[0,-28.317]],"o":[[28.083,0],[0,-28.317],[-28.083,0],[0,28.317]],"v":[[0,51.273],[50.849,0],[0,-51.273],[-50.849,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.784,0.314,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[58.363,58.847],"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":"Group 3","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-32.095,0],[0,32.364],[32.095,0],[0,-32.362]],"o":[[32.095,0],[0,-32.362],[-32.095,0],[0,32.364]],"v":[[0,58.597],[58.113,-0.001],[0,-58.597],[-58.113,-0.001]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.918,0.71,0.384,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[58.363,58.847],"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":"Group 4","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"}],"ip":5,"op":131,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"FrontCoin 5","td":1,"ks":{"o":{"a":1,"k":[{"t":5,"s":[100],"h":1},{"t":10,"s":[0],"h":1},{"t":15,"s":[100],"h":1},{"t":20,"s":[0],"h":1},{"t":25,"s":[100],"h":1},{"t":30,"s":[0],"h":1},{"t":35,"s":[100],"h":1},{"t":40,"s":[0],"h":1},{"t":45,"s":[100],"h":1},{"t":50,"s":[0],"h":1},{"t":55,"s":[100],"h":1},{"t":60,"s":[0],"h":1},{"t":65,"s":[100],"h":1},{"t":70,"s":[0],"h":1},{"t":75,"s":[100],"h":1},{"t":80,"s":[0],"h":1},{"t":85,"s":[100],"h":1},{"t":90,"s":[0],"h":1},{"t":95,"s":[100],"h":1},{"t":100,"s":[0],"h":1},{"t":105,"s":[100],"h":1},{"t":110,"s":[0],"h":1},{"t":115,"s":[100],"h":1},{"t":120,"s":[0],"h":1},{"t":125,"s":[100],"h":1},{"t":130,"s":[0],"h":1}]},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":5,"s":[69.962,78.929,0],"e":[69.962,67.941,0],"to":[0,-1.83128869533539,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":10,"s":[69.962,67.941,0],"e":[69.962,78.929,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":15,"s":[69.962,78.929,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":20,"s":[69.962,67.941,0],"e":[69.962,78.929,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[69.962,78.929,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":30,"s":[69.962,67.941,0],"e":[69.962,78.929,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":35,"s":[69.962,78.929,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":40,"s":[69.962,67.941,0],"e":[69.962,78.929,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":45,"s":[69.962,78.929,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":50,"s":[69.962,67.941,0],"e":[69.962,78.929,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":55,"s":[69.962,78.929,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":60,"s":[69.962,67.941,0],"e":[69.962,78.929,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":65,"s":[69.962,78.929,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":70,"s":[69.962,67.941,0],"e":[69.962,78.929,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":75,"s":[69.962,78.929,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":80,"s":[69.962,67.941,0],"e":[69.962,78.929,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":85,"s":[69.962,78.929,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":90,"s":[69.962,67.941,0],"e":[69.962,78.929,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":95,"s":[69.962,78.929,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":100,"s":[69.962,67.941,0],"e":[69.962,78.929,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":105,"s":[69.962,78.929,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":110,"s":[69.962,67.941,0],"e":[69.962,78.929,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":115,"s":[69.962,78.929,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":120,"s":[69.962,67.941,0],"e":[69.962,78.929,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":125,"s":[69.962,78.929,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,1.83128869533539,0]},{"t":130}]},"a":{"a":0,"k":[58.363,58.847,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":5,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":10,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":15,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":20,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":25,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":30,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":35,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":40,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":45,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":50,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":55,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":60,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":65,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":70,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":75,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":80,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":85,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":90,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":95,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":100,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":105,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":110,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":115,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":120,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":125,"s":[100,0,100],"e":[100,100,100]},{"t":130}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,2.322],[2.189,0],[0,0],[0,-2.321],[-2.19,0],[0,0],[-1.543,-3.59],[0,0],[0,-2.321],[-2.19,0],[0,0],[3.714,-0.011],[0,0],[0.602,-1.602],[-1.179,-1.187],[0,0],[-1.015,0.007],[-0.762,0.826],[0.029,1.113],[0.763,0.763],[0,0],[-1.781,7.983],[0,0],[0,2.323],[2.189,0],[0,0],[1.112,1.798],[0,0]],"o":[[2.189,0],[0,-2.321],[0,0],[-2.19,0],[0,2.322],[0,0],[3.719,-0.007],[0,0],[-2.19,0],[0,2.322],[0,0],[-1.555,3.58],[0,0],[-1.626,0.001],[-0.602,1.601],[0,0],[0.742,0.736],[1.09,-0.007],[0.721,-0.807],[-0.031,-1.111],[0,0],[7.722,-0.473],[0,0],[2.189,0],[0,-2.322],[0,0],[-0.462,-2.094],[0,0],[0,0]],"v":[[15.863,-21.341],[19.827,-25.545],[15.863,-29.75],[-15.534,-29.75],[-19.499,-25.545],[-15.534,-21.341],[-6.535,-21.341],[2.107,-15.455],[-15.495,-15.455],[-19.46,-11.25],[-15.495,-7.046],[2.107,-7.046],[-6.535,-1.159],[-15.534,-1.159],[-19.224,1.496],[-18.271,6.114],[4.168,28.608],[6.902,29.743],[9.797,28.44],[10.878,25.441],[9.638,22.512],[-5.585,7.249],[10.431,-7.003],[15.863,-7.003],[19.827,-11.208],[15.863,-15.412],[10.431,-15.412],[8.052,-21.298],[15.863,-21.298]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.796,0.271,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[58.077,61.532],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-24.071,0],[0,24.272],[24.071,0],[0,-24.272]],"o":[[24.071,0],[0,-24.272],[-24.071,0],[0,24.272]],"v":[[0,43.948],[43.585,0],[0,-43.948],[-43.585,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.961,0.965,0.9840001,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[58.363,58.847],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-28.083,0],[0,28.317],[28.083,0],[0,-28.317]],"o":[[28.083,0],[0,-28.317],[-28.083,0],[0,28.317]],"v":[[0,51.273],[50.849,0],[0,-51.273],[-50.849,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.784,0.314,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[58.363,58.847],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-32.095,0],[0,32.364],[32.095,0],[0,-32.362]],"o":[[32.095,0],[0,-32.362],[-32.095,0],[0,32.364]],"v":[[0,58.597],[58.113,-0.001],[0,-58.597],[-58.113,-0.001]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.918,0.71,0.384,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[58.363,58.847],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"}],"ip":5,"op":131,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"TopCoin 4","tt":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[69.962,67.941,0]},"a":{"a":0,"k":[58.363,11.238,0]},"s":{"a":0,"k":[100,556,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.022],[0,0],[-2.006,0],[0,0],[0.003,0],[0,0],[0,2.02],[0,0],[2.006,0],[0,0]],"o":[[0,0],[0,2.022],[0,0],[-0.002,0],[0,0],[2.002,-0.005],[0,0],[0,-2.022],[0,0],[-2.006,0]],"v":[[-7.264,-7.324],[-7.264,7.325],[-3.632,10.988],[0.008,10.988],[0.001,10.987],[3.64,10.987],[7.264,7.325],[7.264,-7.324],[3.632,-10.987],[-3.632,-10.987]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[98.316,11.238],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.006,0],[0,0],[0,0],[0,0],[0,-2.022],[0,0],[-2.005,0],[0,0],[0,0],[0.003,0],[0,0],[0,0],[0,2.022],[0,0]],"o":[[0,0],[0,0],[0,0],[-2.006,0],[0,0],[0,2.022],[0,0],[0,0],[-0.002,0],[0,0],[0,0],[2.006,0.001],[0,0],[0,-2.022]],"v":[[30.872,-10.988],[19.976,-10.988],[12.712,-10.988],[-30.872,-10.988],[-34.505,-7.324],[-34.505,7.324],[-30.873,10.988],[12.712,10.988],[16.352,10.988],[16.345,10.987],[19.984,10.987],[30.873,10.987],[34.505,7.324],[34.505,-7.324]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.796,0.271,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[81.972,11.238],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,2.021],[0,0],[-2.006,0],[0,0],[0,-2.022],[0,0],[-2.006,0],[0,0]],"o":[[-2.006,0],[0,0],[0,-2.022],[0,0],[-2.006,0],[0,0],[0,2.021],[0,0],[0,0]],"v":[[25.424,10.987],[21.792,7.326],[21.792,-7.324],[25.424,-10.987],[-21.793,-10.987],[-25.424,-7.324],[-25.424,7.326],[-21.793,10.987],[10.896,10.987]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.992,0.882,0.502,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[25.675,11.238],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"}],"ip":5,"op":131,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"FrontCoin 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[69.962,67.941,0],"e":[69.962,78.929,0],"to":[0,1.83128869533539,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":5,"s":[69.962,78.929,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":10,"s":[69.962,67.941,0],"e":[69.962,78.929,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":15,"s":[69.962,78.929,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[69.962,67.941,0],"e":[69.962,78.929,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[69.962,78.929,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[69.962,67.941,0],"e":[69.962,78.929,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":35,"s":[69.962,78.929,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":40,"s":[69.962,67.941,0],"e":[69.962,78.929,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":45,"s":[69.962,78.929,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":50,"s":[69.962,67.941,0],"e":[69.962,78.929,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":55,"s":[69.962,78.929,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":60,"s":[69.962,67.941,0],"e":[69.962,78.929,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":65,"s":[69.962,78.929,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":70,"s":[69.962,67.941,0],"e":[69.962,78.929,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":75,"s":[69.962,78.929,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":80,"s":[69.962,67.941,0],"e":[69.962,78.929,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":85,"s":[69.962,78.929,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":90,"s":[69.962,67.941,0],"e":[69.962,78.929,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":95,"s":[69.962,78.929,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":100,"s":[69.962,67.941,0],"e":[69.962,78.929,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":105,"s":[69.962,78.929,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110,"s":[69.962,67.941,0],"e":[69.962,78.929,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":115,"s":[69.962,78.929,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":120,"s":[69.962,67.941,0],"e":[69.962,78.929,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":125,"s":[69.962,78.929,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,1.83128869533539,0]},{"t":130}]},"a":{"a":0,"k":[58.363,58.847,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":0,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":5,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":10,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":15,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":20,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":25,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":30,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":35,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":40,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":45,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":50,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":55,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":60,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":65,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":70,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":75,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":80,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":85,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":90,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":95,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":100,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":105,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":110,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":115,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":120,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":125,"s":[100,0,100],"e":[100,100,100]},{"t":130}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-24.071,0],[0,24.272],[24.071,0],[0,-24.272]],"o":[[24.071,0],[0,-24.272],[-24.071,0],[0,24.272]],"v":[[0,43.948],[43.585,0],[0,-43.948],[-43.585,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.961,0.965,0.9840001,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[58.363,58.847],"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":"Group 2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-28.083,0],[0,28.317],[28.083,0],[0,-28.317]],"o":[[28.083,0],[0,-28.317],[-28.083,0],[0,28.317]],"v":[[0,51.273],[50.849,0],[0,-51.273],[-50.849,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.784,0.314,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[58.363,58.847],"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":"Group 3","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-32.095,0],[0,32.364],[32.095,0],[0,-32.362]],"o":[[32.095,0],[0,-32.362],[-32.095,0],[0,32.364]],"v":[[0,58.597],[58.113,-0.001],[0,-58.597],[-58.113,-0.001]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.918,0.71,0.384,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[58.363,58.847],"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":"Group 4","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"}],"ip":0,"op":131,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"FrontCoin 3","td":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[69.962,67.941,0],"e":[69.962,56.954,0],"to":[0,-1.83128869533539,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":5,"s":[69.962,56.954,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":10,"s":[69.962,67.941,0],"e":[69.962,56.954,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":15,"s":[69.962,56.954,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[69.962,67.941,0],"e":[69.962,56.954,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[69.962,56.954,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[69.962,67.941,0],"e":[69.962,56.954,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":35,"s":[69.962,56.954,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":40,"s":[69.962,67.941,0],"e":[69.962,56.954,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":45,"s":[69.962,56.954,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":50,"s":[69.962,67.941,0],"e":[69.962,56.954,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":55,"s":[69.962,56.954,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":60,"s":[69.962,67.941,0],"e":[69.962,56.954,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":65,"s":[69.962,56.954,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":70,"s":[69.962,67.941,0],"e":[69.962,56.954,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":75,"s":[69.962,56.954,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":80,"s":[69.962,67.941,0],"e":[69.962,56.954,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":85,"s":[69.962,56.954,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":90,"s":[69.962,67.941,0],"e":[69.962,56.954,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":95,"s":[69.962,56.954,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":100,"s":[69.962,67.941,0],"e":[69.962,56.954,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":105,"s":[69.962,56.954,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110,"s":[69.962,67.941,0],"e":[69.962,56.954,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":115,"s":[69.962,56.954,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":120,"s":[69.962,67.941,0],"e":[69.962,56.954,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":125,"s":[69.962,56.954,0],"e":[69.962,67.941,0],"to":[0,0,0],"ti":[0,-1.83128869533539,0]},{"t":130}]},"a":{"a":0,"k":[58.363,58.847,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":0,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":5,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":10,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":15,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":20,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":25,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":30,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":35,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":40,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":45,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":50,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":55,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":60,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":65,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":70,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":75,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":80,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":85,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":90,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":95,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":100,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":105,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":110,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":115,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":120,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":125,"s":[100,0,100],"e":[100,100,100]},{"t":130}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,2.322],[2.189,0],[0,0],[0,-2.321],[-2.19,0],[0,0],[-1.543,-3.59],[0,0],[0,-2.321],[-2.19,0],[0,0],[3.714,-0.011],[0,0],[0.602,-1.602],[-1.179,-1.187],[0,0],[-1.015,0.007],[-0.762,0.826],[0.029,1.113],[0.763,0.763],[0,0],[-1.781,7.983],[0,0],[0,2.323],[2.189,0],[0,0],[1.112,1.798],[0,0]],"o":[[2.189,0],[0,-2.321],[0,0],[-2.19,0],[0,2.322],[0,0],[3.719,-0.007],[0,0],[-2.19,0],[0,2.322],[0,0],[-1.555,3.58],[0,0],[-1.626,0.001],[-0.602,1.601],[0,0],[0.742,0.736],[1.09,-0.007],[0.721,-0.807],[-0.031,-1.111],[0,0],[7.722,-0.473],[0,0],[2.189,0],[0,-2.322],[0,0],[-0.462,-2.094],[0,0],[0,0]],"v":[[15.863,-21.341],[19.827,-25.545],[15.863,-29.75],[-15.534,-29.75],[-19.499,-25.545],[-15.534,-21.341],[-6.535,-21.341],[2.107,-15.455],[-15.495,-15.455],[-19.46,-11.25],[-15.495,-7.046],[2.107,-7.046],[-6.535,-1.159],[-15.534,-1.159],[-19.224,1.496],[-18.271,6.114],[4.168,28.608],[6.902,29.743],[9.797,28.44],[10.878,25.441],[9.638,22.512],[-5.585,7.249],[10.431,-7.003],[15.863,-7.003],[19.827,-11.208],[15.863,-15.412],[10.431,-15.412],[8.052,-21.298],[15.863,-21.298]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.796,0.271,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[58.077,61.532],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-24.071,0],[0,24.272],[24.071,0],[0,-24.272]],"o":[[24.071,0],[0,-24.272],[-24.071,0],[0,24.272]],"v":[[0,43.948],[43.585,0],[0,-43.948],[-43.585,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.961,0.965,0.9840001,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[58.363,58.847],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-28.083,0],[0,28.317],[28.083,0],[0,-28.317]],"o":[[28.083,0],[0,-28.317],[-28.083,0],[0,28.317]],"v":[[0,51.273],[50.849,0],[0,-51.273],[-50.849,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.784,0.314,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[58.363,58.847],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-32.095,0],[0,32.364],[32.095,0],[0,-32.362]],"o":[[32.095,0],[0,-32.362],[-32.095,0],[0,32.364]],"v":[[0,58.597],[58.113,-0.001],[0,-58.597],[-58.113,-0.001]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.918,0.71,0.384,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[58.363,58.847],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"}],"ip":0,"op":131,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"TopCoin 3","tt":1,"ks":{"o":{"a":1,"k":[{"t":0,"s":[100],"h":1},{"t":5,"s":[0],"h":1},{"t":10,"s":[100],"h":1},{"t":15,"s":[0],"h":1},{"t":20,"s":[100],"h":1},{"t":25,"s":[0],"h":1},{"t":30,"s":[100],"h":1},{"t":35,"s":[0],"h":1},{"t":40,"s":[100],"h":1},{"t":45,"s":[0],"h":1},{"t":50,"s":[100],"h":1},{"t":55,"s":[0],"h":1},{"t":60,"s":[100],"h":1},{"t":65,"s":[0],"h":1},{"t":70,"s":[100],"h":1},{"t":75,"s":[0],"h":1},{"t":80,"s":[100],"h":1},{"t":85,"s":[0],"h":1},{"t":90,"s":[100],"h":1},{"t":95,"s":[0],"h":1},{"t":100,"s":[100],"h":1},{"t":105,"s":[0],"h":1},{"t":110,"s":[100],"h":1},{"t":115,"s":[0],"h":1},{"t":120,"s":[100],"h":1},{"t":125,"s":[0],"h":1},{"t":130,"s":[100],"h":1}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[69.962,67.941,0]},"a":{"a":0,"k":[58.363,11.238,0]},"s":{"a":0,"k":[100,556,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.022],[0,0],[-2.006,0],[0,0],[0.003,0],[0,0],[0,2.02],[0,0],[2.006,0],[0,0]],"o":[[0,0],[0,2.022],[0,0],[-0.002,0],[0,0],[2.002,-0.005],[0,0],[0,-2.022],[0,0],[-2.006,0]],"v":[[-7.264,-7.324],[-7.264,7.325],[-3.632,10.988],[0.008,10.988],[0.001,10.987],[3.64,10.987],[7.264,7.325],[7.264,-7.324],[3.632,-10.987],[-3.632,-10.987]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[98.316,11.238],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.006,0],[0,0],[0,0],[0,0],[0,-2.022],[0,0],[-2.005,0],[0,0],[0,0],[0.003,0],[0,0],[0,0],[0,2.022],[0,0]],"o":[[0,0],[0,0],[0,0],[-2.006,0],[0,0],[0,2.022],[0,0],[0,0],[-0.002,0],[0,0],[0,0],[2.006,0.001],[0,0],[0,-2.022]],"v":[[30.872,-10.988],[19.976,-10.988],[12.712,-10.988],[-30.872,-10.988],[-34.505,-7.324],[-34.505,7.324],[-30.873,10.988],[12.712,10.988],[16.352,10.988],[16.345,10.987],[19.984,10.987],[30.873,10.987],[34.505,7.324],[34.505,-7.324]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.796,0.271,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[81.972,11.238],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,2.021],[0,0],[-2.006,0],[0,0],[0,-2.022],[0,0],[-2.006,0],[0,0]],"o":[[-2.006,0],[0,0],[0,-2.022],[0,0],[-2.006,0],[0,0],[0,2.021],[0,0],[0,0]],"v":[[25.424,10.987],[21.792,7.326],[21.792,-7.324],[25.424,-10.987],[-21.793,-10.987],[-25.424,-7.324],[-25.424,7.326],[-21.793,10.987],[10.896,10.987]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.992,0.882,0.502,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[25.675,11.238],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"}],"ip":0,"op":131,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"TopCoin 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[69.962,67.941,0]},"a":{"a":0,"k":[58.363,11.238,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":0,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":5,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":10,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":15,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":20,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":25,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":30,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":35,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":40,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":45,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":50,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":55,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":60,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":65,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":70,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":75,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":80,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":85,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":90,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":95,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":100,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":105,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":110,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":115,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":120,"s":[100,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":125,"s":[100,100,100],"e":[100,0,100]},{"t":130}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.022],[0,0],[-2.006,0],[0,0],[0.003,0],[0,0],[0,2.02],[0,0],[2.006,0],[0,0]],"o":[[0,0],[0,2.022],[0,0],[-0.002,0],[0,0],[2.002,-0.005],[0,0],[0,-2.022],[0,0],[-2.006,0]],"v":[[-7.264,-7.324],[-7.264,7.325],[-3.632,10.988],[0.008,10.988],[0.001,10.987],[3.64,10.987],[7.264,7.325],[7.264,-7.324],[3.632,-10.987],[-3.632,-10.987]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[98.316,11.238],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.006,0],[0,0],[0,0],[0,0],[0,-2.022],[0,0],[-2.005,0],[0,0],[0,0],[0.003,0],[0,0],[0,0],[0,2.022],[0,0]],"o":[[0,0],[0,0],[0,0],[-2.006,0],[0,0],[0,2.022],[0,0],[0,0],[-0.002,0],[0,0],[0,0],[2.006,0.001],[0,0],[0,-2.022]],"v":[[30.872,-10.988],[19.976,-10.988],[12.712,-10.988],[-30.872,-10.988],[-34.505,-7.324],[-34.505,7.324],[-30.873,10.988],[12.712,10.988],[16.352,10.988],[16.345,10.987],[19.984,10.987],[30.873,10.987],[34.505,7.324],[34.505,-7.324]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.796,0.271,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[81.972,11.238],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,2.021],[0,0],[-2.006,0],[0,0],[0,-2.022],[0,0],[-2.006,0],[0,0]],"o":[[-2.006,0],[0,0],[0,-2.022],[0,0],[-2.006,0],[0,0],[0,2.021],[0,0],[0,0]],"v":[[25.424,10.987],[21.792,7.326],[21.792,-7.324],[25.424,-10.987],[-21.793,-10.987],[-25.424,-7.324],[-25.424,7.326],[-21.793,10.987],[10.896,10.987]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.992,0.882,0.502,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[25.675,11.238],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"}],"ip":0,"op":131,"st":0,"bm":0,"sr":1}]}],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Arm","parent":15,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[0],"e":[1.742]},{"i":{"x":[0.999],"y":[1]},"o":{"x":[0.167],"y":[0.033]},"n":["0p999_1_0p167_0p033"],"t":23,"s":[1.742],"e":[0]},{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.001],"y":[0]},"n":["0p5_1_0p001_0"],"t":28,"s":[0],"e":[-0.336]},{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.5],"y":[0]},"n":["0p5_1_0p5_0"],"t":30.5,"s":[-0.336],"e":[0.124]},{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.5],"y":[0]},"n":["0p5_1_0p5_0"],"t":35.5,"s":[0.124],"e":[-0.046]},{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.5],"y":[0]},"n":["0p5_1_0p5_0"],"t":40.5,"s":[-0.046],"e":[0.017]},{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.5],"y":[0]},"n":["0p5_1_0p5_0"],"t":45.5,"s":[0.017],"e":[-0.006]},{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.5],"y":[0]},"n":["0p5_1_0p5_0"],"t":50.5,"s":[-0.006],"e":[0.002]},{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.5],"y":[0]},"n":["0p5_1_0p5_0"],"t":55.5,"s":[0.002],"e":[-0.001]},{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.5],"y":[0]},"n":["0p5_1_0p5_0"],"t":60.5,"s":[-0.001],"e":[0]},{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.5],"y":[0]},"n":["0p5_1_0p5_0"],"t":65.5,"s":[0],"e":[0]},{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.5],"y":[0]},"n":["0p5_1_0p5_0"],"t":70.5,"s":[0],"e":[0]},{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.5],"y":[0]},"n":["0p5_1_0p5_0"],"t":75.5,"s":[0],"e":[0]},{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.5],"y":[0]},"n":["0p5_1_0p5_0"],"t":80.5,"s":[0],"e":[0]},{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.5],"y":[0]},"n":["0p5_1_0p5_0"],"t":85.5,"s":[0],"e":[0]},{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.5],"y":[0]},"n":["0p5_1_0p5_0"],"t":90.5,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.967]},"o":{"x":[0.5],"y":[0]},"n":["0p833_0p967_0p5_0"],"t":95.5,"s":[0],"e":[0]},{"t":100.5}]},"p":{"a":0,"k":[8.434,518.655,0]},"a":{"a":0,"k":[3.809,172.809,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4.011,0],[0,4.011],[4.011,0],[0,-4.011]],"o":[[4.011,0],[0,-4.011],[-4.011,0],[0,4.011]],"v":[[0,7.262],[7.262,0],[0,-7.262],[-7.262,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[147.02,61.992],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"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":[[29.744,-88.559],[88.559,-29.744],[47.149,11.952],[-11.666,-46.863]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.235,0.722,0.471,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[88.809,88.809],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":131,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Hand","parent":1,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[0],"e":[9.888]},{"i":{"x":[0.999],"y":[1]},"o":{"x":[0.167],"y":[0.033]},"n":["0p999_1_0p167_0p033"],"t":21,"s":[9.888],"e":[0]},{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.001],"y":[0]},"n":["0p5_1_0p001_0"],"t":26,"s":[0],"e":[-1.909]},{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.5],"y":[0]},"n":["0p5_1_0p5_0"],"t":28.5,"s":[-1.909],"e":[0.702]},{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.5],"y":[0]},"n":["0p5_1_0p5_0"],"t":33.5,"s":[0.702],"e":[-0.258]},{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.5],"y":[0]},"n":["0p5_1_0p5_0"],"t":38.5,"s":[-0.258],"e":[0.095]},{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.5],"y":[0]},"n":["0p5_1_0p5_0"],"t":43.5,"s":[0.095],"e":[-0.035]},{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.5],"y":[0]},"n":["0p5_1_0p5_0"],"t":48.5,"s":[-0.035],"e":[0.013]},{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.5],"y":[0]},"n":["0p5_1_0p5_0"],"t":53.5,"s":[0.013],"e":[-0.005]},{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.5],"y":[0]},"n":["0p5_1_0p5_0"],"t":58.5,"s":[-0.005],"e":[0.002]},{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.5],"y":[0]},"n":["0p5_1_0p5_0"],"t":63.5,"s":[0.002],"e":[-0.001]},{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.5],"y":[0]},"n":["0p5_1_0p5_0"],"t":68.5,"s":[-0.001],"e":[0]},{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.5],"y":[0]},"n":["0p5_1_0p5_0"],"t":73.5,"s":[0],"e":[0]},{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.5],"y":[0]},"n":["0p5_1_0p5_0"],"t":78.5,"s":[0],"e":[0]},{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.5],"y":[0]},"n":["0p5_1_0p5_0"],"t":83.5,"s":[0],"e":[0]},{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.5],"y":[0]},"n":["0p5_1_0p5_0"],"t":88.5,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.967]},"o":{"x":[0.5],"y":[0]},"n":["0p833_0p967_0p5_0"],"t":93.5,"s":[0],"e":[0]},{"t":98.5}]},"p":{"a":0,"k":[142.518,31.517,0]},"a":{"a":0,"k":[22.335,91.073,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-6.812,-6.344],[0,0],[0,0],[0,0],[0,0],[-3.16,4.786],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[6.119,0],[0,0],[6.582,-6.582]],"v":[[59.363,-29.614],[-6.17,35.918],[-59.363,35.958],[-59.059,17.295],[-17.826,17.295],[-3.025,9.38],[35.244,-28.888]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.929,0.812,0.659,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[133.756,36.208],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.33,9.303],[9.688,0],[0,0],[8.287,-8.288],[0,0],[0,0],[0,0],[0,0],[-8.287,8.288],[0,0],[7.152,6.66],[6.582,-6.582],[0,0]],"o":[[0,0],[9.309,0],[0.348,-9.768],[0,0],[-11.721,0],[0,0],[0,0],[0,0],[0,0],[11.72,0],[0,0],[6.851,-6.852],[-6.812,-6.345],[0,0],[0,0]],"v":[[-25.638,-3.57],[15.595,-3.57],[33.161,-20.11],[16.007,-37.903],[-25.078,-37.903],[-56.328,-24.96],[-100.086,18.798],[-62.061,56.822],[-43.384,38.146],[11.019,38.146],[42.267,25.202],[93.234,-25.764],[92.784,-50.477],[68.664,-49.752],[30.582,-11.67]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.973,0.8590001,0.737,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[100.335,57.073],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":131,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"FrontCoin","parent":2,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[122.296,-14.393,0]},"a":{"a":0,"k":[58.363,58.847,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-24.071,0],[0,24.272],[24.071,0],[0,-24.272]],"o":[[24.071,0],[0,-24.272],[-24.071,0],[0,24.272]],"v":[[0,43.948],[43.585,0],[0,-43.948],[-43.585,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.961,0.965,0.9840001,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[58.363,58.847],"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":"Group 2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-28.083,0],[0,28.317],[28.083,0],[0,-28.317]],"o":[[28.083,0],[0,-28.317],[-28.083,0],[0,28.317]],"v":[[0,51.273],[50.849,0],[0,-51.273],[-50.849,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.784,0.314,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[58.363,58.847],"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":"Group 3","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-32.095,0],[0,32.364],[32.095,0],[0,-32.362]],"o":[[32.095,0],[0,-32.362],[-32.095,0],[0,32.364]],"v":[[0,58.597],[58.113,-0.001],[0,-58.597],[-58.113,-0.001]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.918,0.71,0.384,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[58.363,58.847],"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":"Group 4","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"}],"ip":0,"op":131,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":0,"nm":"CoinFall_Prec","parent":15,"refId":"comp_8","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"t":9.999755859375}]},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.875},"o":{"x":0.333,"y":0},"n":"0p833_0p875_0p333_0","t":0,"s":[247.488,-71.386,0],"e":[247.488,275.614,0],"to":[0,57.8333320617676,0],"ti":[0,-57.8333320617676,0]},{"t":20.000244140625}]},"a":{"a":0,"k":[70.5,70,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":141,"h":140,"ip":0,"op":19,"st":0,"bm":0,"sr":0.75},{"ddd":0,"ind":5,"ty":4,"nm":"TopCoin","parent":15,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.033]},"n":["0p667_1_0p167_0p033"],"t":82,"s":[0],"e":[-12.14]},{"i":{"x":[0.833],"y":[0.967]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p967_0p333_0"],"t":84,"s":[-12.14],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.033]},"n":["0p667_1_0p167_0p033"],"t":86,"s":[0],"e":[1.344]},{"i":{"x":[0.833],"y":[0.967]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p967_0p333_0"],"t":88,"s":[1.344],"e":[0]},{"t":90}]},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":82,"s":[161.797,173.462,0],"e":[161.797,158.462,0],"to":[0,-2.5,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":84,"s":[161.797,158.462,0],"e":[161.797,173.462,0],"to":[0,0,0],"ti":[0,-1.91666662693024,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":86,"s":[161.797,173.462,0],"e":[161.797,169.962,0],"to":[0,1.91666662693024,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":88,"s":[161.797,169.962,0],"e":[161.797,173.462,0],"to":[0,0,0],"ti":[0,-0.58333331346512,0]},{"t":90}]},"a":{"a":0,"k":[58.363,11.238,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.022],[0,0],[-2.006,0],[0,0],[0.003,0],[0,0],[0,2.02],[0,0],[2.006,0],[0,0]],"o":[[0,0],[0,2.022],[0,0],[-0.002,0],[0,0],[2.002,-0.005],[0,0],[0,-2.022],[0,0],[-2.006,0]],"v":[[-7.264,-7.324],[-7.264,7.325],[-3.632,10.988],[0.008,10.988],[0.001,10.987],[3.64,10.987],[7.264,7.325],[7.264,-7.324],[3.632,-10.987],[-3.632,-10.987]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[98.316,11.238],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.006,0],[0,0],[0,0],[0,0],[0,-2.022],[0,0],[-2.005,0],[0,0],[0,0],[0.003,0],[0,0],[0,0],[0,2.022],[0,0]],"o":[[0,0],[0,0],[0,0],[-2.006,0],[0,0],[0,2.022],[0,0],[0,0],[-0.002,0],[0,0],[0,0],[2.006,0.001],[0,0],[0,-2.022]],"v":[[30.872,-10.988],[19.976,-10.988],[12.712,-10.988],[-30.872,-10.988],[-34.505,-7.324],[-34.505,7.324],[-30.873,10.988],[12.712,10.988],[16.352,10.988],[16.345,10.987],[19.984,10.987],[30.873,10.987],[34.505,7.324],[34.505,-7.324]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.796,0.271,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[81.972,11.238],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,2.021],[0,0],[-2.006,0],[0,0],[0,-2.022],[0,0],[-2.006,0],[0,0]],"o":[[-2.006,0],[0,0],[0,-2.022],[0,0],[-2.006,0],[0,0],[0,2.021],[0,0],[0,0]],"v":[[25.424,10.987],[21.792,7.326],[21.792,-7.324],[25.424,-10.987],[-21.793,-10.987],[-25.424,-7.324],[-25.424,7.326],[-21.793,10.987],[10.896,10.987]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.992,0.882,0.502,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[25.675,11.238],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"}],"ip":0,"op":131,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"CoinStack","parent":15,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[159.825,272.346,0]},"a":{"a":0,"k":[65.628,88.147,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.006,0],[0,0],[0,-2.022],[0,0],[-2.006,0],[0,0],[0,-2.023],[0,0],[-2.005,0],[0,0],[0,-2.022],[0,0],[-2.006,0],[0,0],[0,-2.022],[0,0],[-2.006,0],[0,0],[0,-2.023],[0,0],[-2.006,0],[0,0],[0,-2.022],[0,0],[-2.005,0],[0,0],[0,-2.023],[0,0],[-2.006,0],[0,0],[0,-2.022],[0,0],[-2.006,0],[0,0],[0,2.022],[0,0],[-2.006,0],[0,0],[0,2.023],[0,0],[-2.005,0],[0,0],[0,2.022],[0,0],[-2.006,0],[0,0],[0,2.022],[0,0],[-2.005,0],[0,0],[0,2.024],[0,0],[-2.006,0],[0,0],[0,2.022],[0,0],[-2.005,0],[0,0],[0,2.023],[0,0],[-2.006,0],[0,0],[0,2.022],[0,0]],"o":[[0,0],[-2.006,0],[0,0],[0,2.022],[0,0],[-2.005,0],[0,0],[0,2.023],[0,0],[-2.006,0],[0,0],[0,2.022],[0,0],[-2.006,0],[0,0],[0,2.024],[0,0],[-2.006,0],[0,0],[0,2.022],[0,0],[-2.005,0],[0,0],[0,2.022],[0,0],[-2.006,0],[0,0],[0,2.023],[0,0],[-2.006,0],[0,0],[0,2.022],[0,0],[-2.006,0],[0,0],[0,-2.022],[0,0],[-2.005,0],[0,0],[0,-2.023],[0,0],[-2.006,0],[0,0],[0,-2.022],[0,0],[-2.005,0],[0,0],[0,-2.023],[0,0],[-2.006,0],[0,0],[0,-2.022],[0,0],[-2.005,0],[0,0],[0,-2.022],[0,0],[-2.006,0],[0,0],[0,-2.023],[0,0],[-2.005,0],[0,0],[0,-2.022]],"v":[[18.16,-87.896],[-29.056,-87.896],[-32.689,-84.234],[-32.689,-69.584],[-29.056,-65.922],[-21.793,-65.922],[-25.424,-62.26],[-25.424,-47.611],[-21.793,-43.949],[-29.056,-43.949],[-32.689,-40.286],[-32.689,-25.636],[-29.056,-21.975],[-14.528,-21.975],[-18.16,-18.311],[-18.16,-3.663],[-14.528,0],[-29.056,0],[-32.689,3.663],[-32.689,18.312],[-29.056,21.975],[-21.793,21.975],[-25.424,25.637],[-25.424,40.287],[-21.793,43.949],[-29.056,43.949],[-32.689,47.611],[-32.689,62.26],[-29.056,65.923],[-14.528,65.923],[-18.16,69.585],[-18.16,84.235],[-14.528,87.896],[32.689,87.896],[29.056,84.235],[29.056,69.585],[32.689,65.923],[18.16,65.923],[14.528,62.26],[14.528,47.611],[18.16,43.949],[25.425,43.949],[21.792,40.287],[21.792,25.637],[25.425,21.975],[18.16,21.975],[14.528,18.312],[14.528,3.663],[18.16,0],[32.689,0],[29.056,-3.663],[29.056,-18.311],[32.689,-21.975],[18.16,-21.975],[14.528,-25.636],[14.528,-40.286],[18.16,-43.949],[25.425,-43.949],[21.792,-47.611],[21.792,-62.26],[25.425,-65.922],[18.16,-65.922],[14.528,-69.584],[14.528,-84.234]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.992,0.882,0.502,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[32.939,88.148],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.006,0],[0,0],[0,2.022],[0,0],[2.006,0],[0,0],[0,-2.022],[0,0]],"o":[[0,0],[2.006,0],[0,0],[0,-2.022],[0,0],[-2.006,0],[0,0],[0,2.022]],"v":[[-3.632,10.987],[3.632,10.987],[7.264,7.325],[7.264,-7.325],[3.632,-10.988],[-3.632,-10.988],[-7.264,-7.325],[-7.264,7.325]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[98.316,11.238],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.006,0],[0,0],[0,-2.022],[0,0],[-2.003,-0.002],[0,0],[0,-2.023],[0,0],[-2.006,0],[0,0],[0,2.024],[0,0],[2.005,0.003],[0,0],[-0.001,2.022],[0,0]],"o":[[0,0],[-2.006,0],[0,0],[0,2.021],[0,0],[-2.006,0],[0,0],[0,2.023],[0,0],[2.006,0],[0,0],[0,-2.022],[0,0],[2.006,0],[0,0],[0,-2.022]],"v":[[7.264,-21.974],[0,-21.974],[-3.632,-18.312],[-3.632,-3.662],[-0.004,0],[-7.264,0],[-10.897,3.663],[-10.897,18.311],[-7.264,21.974],[0,21.974],[3.632,18.311],[3.632,3.663],[0.003,0],[7.264,0],[10.897,-3.662],[10.897,-18.312]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[101.949,44.199],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-2.022],[0,0],[-2.006,0],[0,0],[0,-2.023],[0,0],[-2.006,0],[0,0],[0,-2.022],[0,0],[-2.006,0],[0,0],[0,-2.022],[0,0],[-2.006,0],[0,0],[0,-2.023],[0,0],[-2.006,0],[0,0],[0,-2.022],[0,0],[-2.006,0],[0,0],[0,-2.023],[0,0],[-2.006,0],[0,0],[0,-2.022],[0,0],[-2.006,0],[0,0],[0,2.022],[0,0],[2.006,0],[0,0],[0,2.022],[0,0],[2.006,0],[0,0],[0,2.023],[0,0],[2.006,0],[0,0],[0,2.022],[0,0],[2.006,0]],"o":[[-2.006,0],[0,0],[0,2.022],[0,0],[-2.006,0],[0,0],[0,2.023],[0,0],[-2.006,0],[0,0],[0,2.022],[0,0],[-2.006,0],[0,0],[0,2.024],[0,0],[-2.006,0],[0,0],[0,2.022],[0,0],[-2.006,0],[0,0],[0,2.022],[0,0],[-2.006,0],[0,0],[0,2.023],[0,0],[-2.006,0],[0,0],[0,2.022],[0,0],[2.006,0],[0,0],[0,-2.022],[0,0],[2.006,0],[0,0],[0,-2.022],[0,0],[2.006,0],[0,0],[0,-2.023],[0,0],[2.006,0],[0,0],[0,-2.022],[0,0]],"v":[[-61.745,-87.896],[-65.378,-84.234],[-65.378,-69.584],[-61.745,-65.922],[-54.482,-65.922],[-58.114,-62.26],[-58.114,-47.611],[-54.482,-43.949],[-61.745,-43.949],[-65.378,-40.286],[-65.378,-25.636],[-61.745,-21.974],[-47.217,-21.974],[-50.85,-18.311],[-50.85,-3.663],[-47.217,0],[-61.745,0],[-65.378,3.663],[-65.378,18.312],[-61.745,21.975],[-54.482,21.975],[-58.114,25.637],[-58.114,40.287],[-54.482,43.949],[-61.745,43.949],[-65.378,47.611],[-65.378,62.26],[-61.745,65.923],[-47.217,65.923],[-50.85,69.585],[-50.85,84.235],[-47.217,87.897],[61.744,87.897],[65.378,84.235],[65.378,-18.312],[61.744,-21.974],[47.216,-21.974],[50.848,-25.637],[50.848,-40.286],[47.216,-43.949],[54.48,-43.949],[58.112,-47.611],[58.112,-62.26],[54.48,-65.922],[47.216,-65.922],[50.848,-69.585],[50.848,-84.235],[47.216,-87.897]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.796,0.271,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[65.628,88.147],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"}],"ip":0,"op":131,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":0,"nm":"CoinFall_Prec","parent":15,"refId":"comp_8","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":63,"s":[0],"e":[100]},{"t":72.999755859375}]},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.875},"o":{"x":0.333,"y":0},"n":"0p833_0p875_0p333_0","t":63,"s":[161.488,-72.386,0],"e":[161.488,175.614,0],"to":[0,41.3333320617676,0],"ti":[0,-41.3333320617676,0]},{"t":81.999755859375}]},"a":{"a":0,"k":[70.5,70,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":141,"h":140,"ip":63,"op":82,"st":63,"bm":0,"sr":0.75},{"ddd":0,"ind":8,"ty":4,"nm":"Arrow_02","parent":15,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[57.466,155.882,0]},"a":{"a":0,"k":[234.139,19.408,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.672,-1.115],[0,0],[1.2,0.827],[0,0],[-1.114,1.672],[-1.672,-1.114],[0,0],[0,0],[-2.01,0],[0,-2.009],[0,0],[0,0],[-1.114,-1.672]],"o":[[0,0],[-1.199,0.827],[0,0],[-1.672,-1.114],[1.114,-1.672],[0,0],[0,0],[0,-2.009],[2.01,0],[0,0],[0,0],[1.672,-1.114],[1.115,1.672]],"v":[[89.55,-73.101],[77.93,-65.356],[73.848,-65.356],[62.23,-73.102],[61.219,-78.147],[66.265,-79.156],[72.251,-75.165],[72.251,-99.413],[75.89,-103.051],[79.528,-99.413],[79.528,-75.165],[85.514,-79.156],[90.558,-78.147]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.235,0.722,0.471,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[158.25,103.301],"e":[158.25,145.301],"to":[0,7],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[158.25,145.301],"e":[158.25,103.301],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[158.25,103.301],"e":[158.25,145.301],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":70,"s":[158.25,145.301],"e":[158.25,103.301],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":80,"s":[158.25,103.301],"e":[158.25,145.301],"to":[0,0],"ti":[0,-7]},{"t":110}],"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":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":25,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":45,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":65,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":70,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":80,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":85,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":105,"s":[100],"e":[0]},{"t":110}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":111,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Arrow_01","parent":15,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[274.966,83.882,0]},"a":{"a":0,"k":[234.139,19.408,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.672,-1.115],[0,0],[1.2,0.827],[0,0],[-1.114,1.672],[-1.672,-1.114],[0,0],[0,0],[-2.01,0],[0,-2.009],[0,0],[0,0],[-1.114,-1.672]],"o":[[0,0],[-1.199,0.827],[0,0],[-1.672,-1.114],[1.114,-1.672],[0,0],[0,0],[0,-2.009],[2.01,0],[0,0],[0,0],[1.672,-1.114],[1.115,1.672]],"v":[[89.55,-73.101],[77.93,-65.356],[73.848,-65.356],[62.23,-73.102],[61.219,-78.147],[66.265,-79.156],[72.251,-75.165],[72.251,-99.413],[75.89,-103.051],[79.528,-99.413],[79.528,-75.165],[85.514,-79.156],[90.558,-78.147]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.235,0.722,0.471,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[158.25,103.301],"e":[158.25,145.301],"to":[0,7],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[158.25,145.301],"e":[158.25,103.301],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":50,"s":[158.25,103.301],"e":[158.25,145.301],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":80,"s":[158.25,145.301],"e":[158.25,103.301],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":90,"s":[158.25,103.301],"e":[158.25,145.301],"to":[0,0],"ti":[0,-7]},{"t":120}],"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":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":50,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":55,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":80,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":90,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":95,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":115,"s":[100],"e":[0]},{"t":120}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":10,"op":121,"st":10,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"Arrow_03","parent":15,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[342.466,238.882,0]},"a":{"a":0,"k":[234.139,19.408,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.672,-1.115],[0,0],[1.2,0.827],[0,0],[-1.114,1.672],[-1.672,-1.114],[0,0],[0,0],[-2.01,0],[0,-2.009],[0,0],[0,0],[-1.114,-1.672]],"o":[[0,0],[-1.199,0.827],[0,0],[-1.672,-1.114],[1.114,-1.672],[0,0],[0,0],[0,-2.009],[2.01,0],[0,0],[0,0],[1.672,-1.114],[1.115,1.672]],"v":[[89.55,-73.101],[77.93,-65.356],[73.848,-65.356],[62.23,-73.102],[61.219,-78.147],[66.265,-79.156],[72.251,-75.165],[72.251,-99.413],[75.89,-103.051],[79.528,-99.413],[79.528,-75.165],[85.514,-79.156],[90.558,-78.147]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.235,0.722,0.471,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[158.25,103.301],"e":[158.25,145.301],"to":[0,7],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":50,"s":[158.25,145.301],"e":[158.25,103.301],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":60,"s":[158.25,103.301],"e":[158.25,145.301],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":90,"s":[158.25,145.301],"e":[158.25,103.301],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":100,"s":[158.25,103.301],"e":[158.25,145.301],"to":[0,0],"ti":[0,-7]},{"t":130}],"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":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":25,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":45,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":50,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":60,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":65,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":85,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":90,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":105,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":125,"s":[100],"e":[0]},{"t":130}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":20,"op":131,"st":20,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"Star_03","parent":15,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[285.81,186.494,0]},"a":{"a":0,"k":[13.47,155.47,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":37,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":67,"s":[100,100,100],"e":[0,0,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":87,"s":[0,0,100],"e":[100,100,100]},{"t":117}]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.996,0.127],[2.446,2.999],[0.094,1.187],[1.047,0],[0.08,-1.004],[1.738,-2.131],[1.36,-0.174],[0,-0.965],[-0.996,-0.128],[-2.447,-2.998],[-0.094,-1.189],[-1.047,0],[-0.079,1.004],[-1.739,2.131],[-1.359,0.173],[0,0.966]],"o":[[-1.359,-0.174],[-1.739,-2.132],[-0.079,-1.004],[-1.048,0],[-0.094,1.188],[-2.447,2.999],[-0.996,0.127],[0,0.966],[1.36,0.174],[1.738,2.132],[0.08,1.004],[1.047,0],[0.094,-1.189],[2.447,-2.999],[0.996,-0.127],[0,-0.965]],"v":[[24.95,153.562],[17.717,149.662],[15.467,144.03],[13.47,142.249],[11.472,144.03],[9.223,149.662],[1.989,153.562],[0.25,155.47],[1.989,157.379],[9.223,161.279],[11.472,166.912],[13.47,168.691],[15.467,166.912],[17.717,161.28],[24.95,157.379],[26.69,155.47]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.729,0.886,0.773,1]},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":37,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":42,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":62,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":67,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":87,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":92,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":112,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":117,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":137,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":142,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":162,"s":[100],"e":[0]},{"t":167}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":37,"op":168,"st":37,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"Star_02","parent":15,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[223.31,88.494,0]},"a":{"a":0,"k":[13.47,155.47,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":22,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":52,"s":[100,100,100],"e":[0,0,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":72,"s":[0,0,100],"e":[100,100,100]},{"t":102}]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.996,0.127],[2.446,2.999],[0.094,1.187],[1.047,0],[0.08,-1.004],[1.738,-2.131],[1.36,-0.174],[0,-0.965],[-0.996,-0.128],[-2.447,-2.998],[-0.094,-1.189],[-1.047,0],[-0.079,1.004],[-1.739,2.131],[-1.359,0.173],[0,0.966]],"o":[[-1.359,-0.174],[-1.739,-2.132],[-0.079,-1.004],[-1.048,0],[-0.094,1.188],[-2.447,2.999],[-0.996,0.127],[0,0.966],[1.36,0.174],[1.738,2.132],[0.08,1.004],[1.047,0],[0.094,-1.189],[2.447,-2.999],[0.996,-0.127],[0,-0.965]],"v":[[24.95,153.562],[17.717,149.662],[15.467,144.03],[13.47,142.249],[11.472,144.03],[9.223,149.662],[1.989,153.562],[0.25,155.47],[1.989,157.379],[9.223,161.279],[11.472,166.912],[13.47,168.691],[15.467,166.912],[17.717,161.28],[24.95,157.379],[26.69,155.47]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.729,0.886,0.773,1]},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":22,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":47,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":52,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":72,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":77,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":97,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":102,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":147,"s":[100],"e":[0]},{"t":152}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":22,"op":153,"st":22,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"Star_01","parent":15,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[61.31,245.494,0]},"a":{"a":0,"k":[13.47,155.47,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":10,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":40,"s":[100,100,100],"e":[0,0,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":60,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":90,"s":[100,100,100],"e":[0,0,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":100,"s":[0,0,100],"e":[100,100,100]},{"t":130}]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.996,0.127],[2.446,2.999],[0.094,1.187],[1.047,0],[0.08,-1.004],[1.738,-2.131],[1.36,-0.174],[0,-0.965],[-0.996,-0.128],[-2.447,-2.998],[-0.094,-1.189],[-1.047,0],[-0.079,1.004],[-1.739,2.131],[-1.359,0.173],[0,0.966]],"o":[[-1.359,-0.174],[-1.739,-2.132],[-0.079,-1.004],[-1.048,0],[-0.094,1.188],[-2.447,2.999],[-0.996,0.127],[0,0.966],[1.36,0.174],[1.738,2.132],[0.08,1.004],[1.047,0],[0.094,-1.189],[2.447,-2.999],[0.996,-0.127],[0,-0.965]],"v":[[24.95,153.562],[17.717,149.662],[15.467,144.03],[13.47,142.249],[11.472,144.03],[9.223,149.662],[1.989,153.562],[0.25,155.47],[1.989,157.379],[9.223,161.279],[11.472,166.912],[13.47,168.691],[15.467,166.912],[17.717,161.28],[24.95,157.379],[26.69,155.47]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.729,0.886,0.773,1]},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":60,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":65,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":85,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":90,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":105,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":125,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":130,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":135,"s":[100],"e":[0]},{"t":140}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":10,"op":141,"st":10,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"BG","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[360,360,0]},"a":{"a":0,"k":[206.823,206.823,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-114.087,0],[0,114.087],[114.087,0],[0,-114.088]],"o":[[114.087,0],[0,-114.088],[-114.087,0],[0,114.087]],"v":[[206.823,413.396],[413.395,206.824],[206.823,0.25],[0.25,206.824]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.941,0.969,0.949,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":131,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/colorline.json b/ohos/flutter_lottie/assets/lottiefiles/colorline.json new file mode 100644 index 0000000000000000000000000000000000000000..ed16ee9c03ff53a5484c777408c965b700d96671 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/colorline.json @@ -0,0 +1 @@ +{"v":"4.6.3","fr":25,"ip":0,"op":42,"w":240,"h":120,"nm":"colorLine_export","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"speedLine 8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[71.417,24.291,0]},"a":{"a":0,"k":[202.006,21,0]},"s":{"a":0,"k":[100,100,100]}},"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":[[143.14,58],[202.86,21]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.6823529,1,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.9],"y":[0]},"n":["0p1_1_0p9_0"],"t":1,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.9],"y":[0.9]},"n":["0p833_0p833_0p9_0p9"],"t":9,"s":[100],"e":[100]},{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p1_1_0p167_0"],"t":11,"s":[100],"e":[0]},{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.9],"y":[0]},"n":["0p1_1_0p9_0"],"t":12,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.9],"y":[0.9]},"n":["0p833_0p833_0p9_0p9"],"t":20,"s":[100],"e":[100]},{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p1_1_0p167_0"],"t":22,"s":[100],"e":[0]},{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.9],"y":[0]},"n":["0p1_1_0p9_0"],"t":23,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.9],"y":[0.9]},"n":["0p833_0p833_0p9_0p9"],"t":31,"s":[100],"e":[100]},{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p1_1_0p167_0"],"t":33,"s":[100],"e":[0]},{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.9],"y":[0]},"n":["0p1_1_0p9_0"],"t":34,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.9],"y":[0.9]},"n":["0p833_0p833_0p9_0p9"],"t":42,"s":[100],"e":[100]},{"t":44}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":1,"s":[0],"e":[0]},{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.9],"y":[0]},"n":["0p1_1_0p9_0"],"t":3,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":11,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[0],"e":[0]},{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.9],"y":[0]},"n":["0p1_1_0p9_0"],"t":14,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":22,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":23,"s":[0],"e":[0]},{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.9],"y":[0]},"n":["0p1_1_0p9_0"],"t":25,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":33,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":34,"s":[0],"e":[0]},{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.9],"y":[0]},"n":["0p1_1_0p9_0"],"t":36,"s":[0],"e":[100]},{"t":44}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":1,"op":276,"st":-24,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"speedLine 7","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[130.412,40.291,0]},"a":{"a":0,"k":[167.027,43.2,0]},"s":{"a":0,"k":[100,100,100]}},"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":[[127,68],[219,11]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.4470591,0,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.9],"y":[0]},"n":["0p1_1_0p9_0"],"t":0.5,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.9],"y":[0.9]},"n":["0p833_0p833_0p9_0p9"],"t":6.5,"s":[100],"e":[100]},{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p1_1_0p167_0"],"t":8.5,"s":[100],"e":[0]},{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.9],"y":[0]},"n":["0p1_1_0p9_0"],"t":9,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.9],"y":[0.9]},"n":["0p833_0p833_0p9_0p9"],"t":17,"s":[100],"e":[100]},{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p1_1_0p167_0"],"t":19,"s":[100],"e":[0]},{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.9],"y":[0]},"n":["0p1_1_0p9_0"],"t":20,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.9],"y":[0.9]},"n":["0p833_0p833_0p9_0p9"],"t":28,"s":[100],"e":[100]},{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p1_1_0p167_0"],"t":30,"s":[100],"e":[0]},{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.9],"y":[0]},"n":["0p1_1_0p9_0"],"t":31,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.9],"y":[0.9]},"n":["0p833_0p833_0p9_0p9"],"t":39,"s":[100],"e":[100]},{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p1_1_0p167_0"],"t":41,"s":[100],"e":[0]},{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.9],"y":[0]},"n":["0p1_1_0p9_0"],"t":42,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.9],"y":[0.9]},"n":["0p833_0p833_0p9_0p9"],"t":50,"s":[100],"e":[100]},{"t":52}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0.5,"s":[0],"e":[0]},{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.9],"y":[0]},"n":["0p1_1_0p9_0"],"t":2.5,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":8.5,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9,"s":[0],"e":[0]},{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.9],"y":[0]},"n":["0p1_1_0p9_0"],"t":11,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":19,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[0],"e":[0]},{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.9],"y":[0]},"n":["0p1_1_0p9_0"],"t":22,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":30,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":31,"s":[0],"e":[0]},{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.9],"y":[0]},"n":["0p1_1_0p9_0"],"t":33,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":41,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":42,"s":[0],"e":[0]},{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.9],"y":[0]},"n":["0p1_1_0p9_0"],"t":44,"s":[0],"e":[100]},{"t":52}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0.5,"op":275.5,"st":-24.5,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"speedLine 6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[147.439,66.491,0]},"a":{"a":0,"k":[167.027,43.2,0]},"s":{"a":0,"k":[100,100,100]}},"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":[[127,68],[219,11]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,1,0.9882352,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.16],"y":[1]},"o":{"x":[0.84],"y":[0]},"n":["0p16_1_0p84_0"],"t":2,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.9],"y":[0.9]},"n":["0p833_0p833_0p9_0p9"],"t":8,"s":[100],"e":[100]},{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p1_1_0p167_0"],"t":10,"s":[100],"e":[0]},{"i":{"x":[0.16],"y":[1]},"o":{"x":[0.84],"y":[0]},"n":["0p16_1_0p84_0"],"t":11,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.9],"y":[0.9]},"n":["0p833_0p833_0p9_0p9"],"t":17,"s":[100],"e":[100]},{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p1_1_0p167_0"],"t":19,"s":[100],"e":[0]},{"i":{"x":[0.16],"y":[1]},"o":{"x":[0.84],"y":[0]},"n":["0p16_1_0p84_0"],"t":20,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.9],"y":[0.9]},"n":["0p833_0p833_0p9_0p9"],"t":26,"s":[100],"e":[100]},{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p1_1_0p167_0"],"t":28,"s":[100],"e":[0]},{"i":{"x":[0.16],"y":[1]},"o":{"x":[0.84],"y":[0]},"n":["0p16_1_0p84_0"],"t":29,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.9],"y":[0.9]},"n":["0p833_0p833_0p9_0p9"],"t":35,"s":[100],"e":[100]},{"t":37}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[0],"e":[0]},{"i":{"x":[0.16],"y":[1]},"o":{"x":[0.84],"y":[0]},"n":["0p16_1_0p84_0"],"t":4,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":10,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":11,"s":[0],"e":[0]},{"i":{"x":[0.16],"y":[1]},"o":{"x":[0.84],"y":[0]},"n":["0p16_1_0p84_0"],"t":13,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":19,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[0],"e":[0]},{"i":{"x":[0.16],"y":[1]},"o":{"x":[0.84],"y":[0]},"n":["0p16_1_0p84_0"],"t":22,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":28,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":29,"s":[0],"e":[0]},{"i":{"x":[0.16],"y":[1]},"o":{"x":[0.84],"y":[0]},"n":["0p16_1_0p84_0"],"t":31,"s":[0],"e":[100]},{"t":37}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":2,"op":277,"st":-23,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"speedLine 5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[133.412,46.291,0]},"a":{"a":0,"k":[127,11,0]},"s":{"a":0,"k":[100,100,100]}},"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":[[127,68],[219,11]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[1,0.8499999,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":4},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.16],"y":[1]},"o":{"x":[0.84],"y":[0]},"n":["0p16_1_0p84_0"],"t":0,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.9],"y":[0.9]},"n":["0p833_0p833_0p9_0p9"],"t":5,"s":[100],"e":[100]},{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p1_1_0p167_0"],"t":7,"s":[100],"e":[0]},{"i":{"x":[0.16],"y":[1]},"o":{"x":[0.84],"y":[0]},"n":["0p16_1_0p84_0"],"t":8,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.9],"y":[0.9]},"n":["0p833_0p833_0p9_0p9"],"t":13,"s":[100],"e":[100]},{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p1_1_0p167_0"],"t":15,"s":[100],"e":[0]},{"i":{"x":[0.16],"y":[1]},"o":{"x":[0.84],"y":[0]},"n":["0p16_1_0p84_0"],"t":16,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.9],"y":[0.9]},"n":["0p833_0p833_0p9_0p9"],"t":21,"s":[100],"e":[100]},{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p1_1_0p167_0"],"t":23,"s":[100],"e":[0]},{"i":{"x":[0.16],"y":[1]},"o":{"x":[0.84],"y":[0]},"n":["0p16_1_0p84_0"],"t":24,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.9],"y":[0.9]},"n":["0p833_0p833_0p9_0p9"],"t":29,"s":[100],"e":[100]},{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p1_1_0p167_0"],"t":31,"s":[100],"e":[0]},{"i":{"x":[0.16],"y":[1]},"o":{"x":[0.84],"y":[0]},"n":["0p16_1_0p84_0"],"t":32,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.9],"y":[0.9]},"n":["0p833_0p833_0p9_0p9"],"t":37,"s":[100],"e":[100]},{"t":39}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[0]},{"i":{"x":[0.16],"y":[1]},"o":{"x":[0.84],"y":[0]},"n":["0p16_1_0p84_0"],"t":2,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":7,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[0],"e":[0]},{"i":{"x":[0.16],"y":[1]},"o":{"x":[0.84],"y":[0]},"n":["0p16_1_0p84_0"],"t":10,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":15,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[0],"e":[0]},{"i":{"x":[0.16],"y":[1]},"o":{"x":[0.84],"y":[0]},"n":["0p16_1_0p84_0"],"t":18,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":23,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24,"s":[0],"e":[0]},{"i":{"x":[0.16],"y":[1]},"o":{"x":[0.84],"y":[0]},"n":["0p16_1_0p84_0"],"t":26,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":31,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":32,"s":[0],"e":[0]},{"i":{"x":[0.16],"y":[1]},"o":{"x":[0.84],"y":[0]},"n":["0p16_1_0p84_0"],"t":34,"s":[0],"e":[100]},{"t":39}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":275,"st":-25,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/confusion.json b/ohos/flutter_lottie/assets/lottiefiles/confusion.json new file mode 100644 index 0000000000000000000000000000000000000000..dda7b44db1a2eb83a22ca89ac1b3913b7d9cbe46 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/confusion.json @@ -0,0 +1 @@ +{"v":"5.0.0","fr":25,"ip":0,"op":219,"w":1080,"h":1080,"nm":"confusion","ddd":0,"assets":[{"id":"comp_11","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"centre line blocks - 20","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.2,"y":1},"o":{"x":0.2,"y":0},"n":"0p2_1_0p2_0","t":0,"s":[-104.875,540.346,0],"e":[487.125,540.346,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.2,"y":0.2},"n":"0p667_0p667_0p2_0p2","t":25,"s":[487.125,540.346,0],"e":[487.125,540.346,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":182.328,"s":[487.125,540.346,0],"e":[487.125,-133.654,0],"to":[0,0,0],"ti":[0,0,0]},{"t":207.328125}],"ix":2},"a":{"a":0,"k":[-52.875,0.346,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[49.987,60.225],[-155.738,60.225],[-155.738,-59.533],[49.987,-59.533]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.760784327984,0.623529434204,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 132","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":226,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"centre line blocks - 5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.2,"y":1},"o":{"x":0.2,"y":0},"n":"0p2_1_0p2_0","t":0.526,"s":[229.736,-25.081,0],"e":[229.736,220.919,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.2,"y":0.2},"n":"0p667_0p667_0p2_0p2","t":25.526,"s":[229.736,220.919,0],"e":[229.736,220.919,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":190.42,"s":[229.736,220.919,0],"e":[-53.264,220.919,0],"to":[0,0,0],"ti":[0,0,0]},{"t":215.419921875}],"ix":2},"a":{"a":0,"k":[-310.264,-319.081,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-361.83,-299.704],[-258.699,-299.704],[-258.699,-338.458],[-361.83,-338.458]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964705884457,0.298039227724,0.266666680574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 54","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":226,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"centre line blocks - 6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.2,"y":1},"o":{"x":0.2,"y":0},"n":"0p2_1_0p2_0","t":1.053,"s":[182.882,-43.093,0],"e":[182.882,160.907,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.2,"y":0.2},"n":"0p667_0p667_0p2_0p2","t":26.053,"s":[182.882,160.907,0],"e":[182.882,160.907,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":190.572,"s":[182.882,160.907,0],"e":[-81.118,160.907,0],"to":[0,0,0],"ti":[0,0,0]},{"t":215.572265625}],"ix":2},"a":{"a":0,"k":[-357.118,-379.093,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-291.643,-338.387],[-422.593,-338.387],[-422.593,-419.799],[-291.643,-419.799]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941176474094,0.929411768913,0.823529422283,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 55","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":226,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"centre line blocks - 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.2,"y":1},"o":{"x":0.2,"y":0},"n":"0p2_1_0p2_0","t":1.579,"s":[804.998,1145.955,0],"e":[804.998,899.955,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.2,"y":0.2},"n":"0p667_0p667_0p2_0p2","t":26.579,"s":[804.998,899.955,0],"e":[804.998,899.955,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":190.726,"s":[804.998,899.955,0],"e":[804.998,1305.955,0],"to":[0,0,0],"ti":[0,0,0]},{"t":215.7255859375}],"ix":2},"a":{"a":0,"k":[264.998,359.955,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[283.266,419.834],[246.729,419.834],[246.729,300.077],[283.266,300.077]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.980392158031,0.792156875134,0.003921568859,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 15","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":226,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"centre line blocks - 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.2,"y":1},"o":{"x":0.2,"y":0},"n":"0p2_1_0p2_0","t":2.105,"s":[769.601,1111.984,0],"e":[769.601,810.984,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.2,"y":0.2},"n":"0p667_0p667_0p2_0p2","t":27.105,"s":[769.601,810.984,0],"e":[769.601,810.984,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":190.878,"s":[769.601,810.984,0],"e":[1199.601,810.984,0],"to":[0,0,0],"ti":[0,0,0]},{"t":215.8779296875}],"ix":2},"a":{"a":0,"k":[229.601,270.984,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[189.477,300.077],[269.725,300.077],[269.725,241.892],[189.477,241.892]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.196078434587,0.57647061348,0.741176486015,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 19","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":226,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"centre line blocks - 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.2,"y":1},"o":{"x":0.2,"y":0},"n":"0p2_1_0p2_0","t":2.632,"s":[1132.429,810.984,0],"e":[859.429,810.984,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.2,"y":0.2},"n":"0p667_0p667_0p2_0p2","t":27.632,"s":[859.429,810.984,0],"e":[859.429,810.984,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":191.03,"s":[859.429,810.984,0],"e":[859.429,1278.984,0],"to":[0,0,0],"ti":[0,0,0]},{"t":216.0302734375}],"ix":2},"a":{"a":0,"k":[319.429,270.984,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[269.725,300.077],[369.133,300.077],[369.133,241.892],[269.725,241.892]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.760784327984,0.623529434204,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 21","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":226,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"centre line blocks - 4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.2,"y":1},"o":{"x":0.2,"y":0},"n":"0p2_1_0p2_0","t":3.158,"s":[740.063,1113.937,0],"e":[740.063,750.937,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.2,"y":0.2},"n":"0p667_0p667_0p2_0p2","t":28.158,"s":[740.063,750.937,0],"e":[740.063,750.937,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":191.184,"s":[740.063,750.937,0],"e":[740.063,1218.937,0],"to":[0,0,0],"ti":[0,0,0]},{"t":216.18359375}],"ix":2},"a":{"a":0,"k":[200.063,210.937,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[309.148,241.892],[90.978,241.892],[90.978,179.982],[309.148,179.982]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.984313726425,0.721568644047,0.75686275959,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 23","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":226,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"centre line blocks - 7","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.2,"y":1},"o":{"x":0.2,"y":0},"n":"0p2_1_0p2_0","t":3.685,"s":[72.874,-62.909,0],"e":[72.874,60.091,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.2,"y":0.2},"n":"0p667_0p667_0p2_0p2","t":28.685,"s":[72.874,60.091,0],"e":[72.874,60.091,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":191.336,"s":[72.874,60.091,0],"e":[-93.126,60.091,0],"to":[0,0,0],"ti":[0,0,0]},{"t":216.3359375}],"ix":2},"a":{"a":0,"k":[-467.126,-479.909,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-394.333,-419.799],[-539.919,-419.799],[-539.919,-540.019],[-394.333,-540.019]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964705884457,0.298039227724,0.266666680574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 63","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":226,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"centre line blocks - 8","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.2,"y":1},"o":{"x":0.2,"y":0},"n":"0p2_1_0p2_0","t":4.211,"s":[1148.564,980.112,0],"e":[1014.564,980.112,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.2,"y":0.2},"n":"0p667_0p667_0p2_0p2","t":29.211,"s":[1014.564,980.112,0],"e":[1014.564,980.112,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":191.488,"s":[1014.564,980.112,0],"e":[1163.564,980.112,0],"to":[0,0,0],"ti":[0,0,0]},{"t":216.48828125}],"ix":2},"a":{"a":0,"k":[474.564,440.112,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[540,419.834],[409.129,419.834],[409.129,460.391],[540,460.391]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.988235294819,0.929411768913,0.35686275363,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 76","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":226,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"centre line blocks - 9","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.2,"y":1},"o":{"x":0.2,"y":0},"n":"0p2_1_0p2_0","t":4.737,"s":[1112.145,1040.195,0],"e":[1054.145,1040.195,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.2,"y":0.2},"n":"0p667_0p667_0p2_0p2","t":29.737,"s":[1054.145,1040.195,0],"e":[1054.145,1040.195,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":191.642,"s":[1054.145,1040.195,0],"e":[1111.145,1040.195,0],"to":[0,0,0],"ti":[0,0,0]},{"t":216.6416015625}],"ix":2},"a":{"a":0,"k":[514.145,500.195,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[488.289,460.391],[540,460.391],[540,540],[488.289,540]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.196078434587,0.57647061348,0.741176486015,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 77","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":226,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"centre line blocks - 10","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.2,"y":1},"o":{"x":0.2,"y":0},"n":"0p2_1_0p2_0","t":5.263,"s":[988.709,1122.195,0],"e":[988.709,1040.195,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.2,"y":0.2},"n":"0p667_0p667_0p2_0p2","t":30.263,"s":[988.709,1040.195,0],"e":[988.709,1040.195,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":191.794,"s":[988.709,1040.195,0],"e":[988.709,1125.195,0],"to":[0,0,0],"ti":[0,0,0]},{"t":216.7939453125}],"ix":2},"a":{"a":0,"k":[448.709,500.195,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[409.129,460.391],[488.289,460.391],[488.289,540],[409.129,540]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741176486015,0.68235296011,0.803921580315,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 78","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":226,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"centre line blocks - 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.2,"y":1},"o":{"x":0.2,"y":0},"n":"0p2_1_0p2_0","t":5.789,"s":[-10.601,300.343,0],"e":[258.399,300.343,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.2,"y":0.2},"n":"0p667_0p667_0p2_0p2","t":30.789,"s":[258.399,300.343,0],"e":[258.399,300.343,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":191.946,"s":[258.399,300.343,0],"e":[258.399,-67.657,0],"to":[0,0,0],"ti":[0,0,0]},{"t":216.9462890625}],"ix":2},"a":{"a":0,"k":[-281.601,-239.657,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-271.558,-179.61],[-291.643,-179.61],[-291.643,-299.704],[-271.558,-299.704]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.980392158031,0.792156875134,0.003921568859,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 87","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":226,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"centre line blocks - 12","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.2,"y":1},"o":{"x":0.2,"y":0},"n":"0p2_1_0p2_0","t":6.315,"s":[647.353,1125.137,0],"e":[647.353,676.137,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.2,"y":0.2},"n":"0p667_0p667_0p2_0p2","t":31.315,"s":[647.353,676.137,0],"e":[647.353,676.137,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":192.1,"s":[647.353,676.137,0],"e":[-64.647,676.137,0],"to":[0,0,0],"ti":[0,0,0]},{"t":217.099609375}],"ix":2},"a":{"a":0,"k":[107.353,136.137,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[129.449,179.982],[85.256,179.982],[85.256,92.292],[129.449,92.292]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.760784327984,0.623529434204,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 93","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":226,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"centre line blocks - 13","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.2,"y":1},"o":{"x":0.2,"y":0},"n":"0p2_1_0p2_0","t":6.842,"s":[1131.278,676.137,0],"e":[715.278,676.137,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.2,"y":0.2},"n":"0p667_0p667_0p2_0p2","t":31.842,"s":[715.278,676.137,0],"e":[715.278,676.137,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":192.252,"s":[715.278,676.137,0],"e":[1151.278,676.137,0],"to":[0,0,0],"ti":[0,0,0]},{"t":217.251953125}],"ix":2},"a":{"a":0,"k":[175.278,136.137,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[129.449,179.982],[221.107,179.982],[221.107,92.292],[129.449,92.292]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.196078434587,0.57647061348,0.741176486015,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 97","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":226,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"centre line blocks - 14","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.2,"y":1},"o":{"x":0.2,"y":0},"n":"0p2_1_0p2_0","t":7.368,"s":[870.65,1140.955,0],"e":[870.65,899.955,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.2,"y":0.2},"n":"0p667_0p667_0p2_0p2","t":32.368,"s":[870.65,899.955,0],"e":[870.65,899.955,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":192.404,"s":[870.65,899.955,0],"e":[870.65,1235.955,0],"to":[0,0,0],"ti":[0,0,0]},{"t":217.404296875}],"ix":2},"a":{"a":0,"k":[330.65,359.955,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[378.034,419.834],[283.266,419.834],[283.266,300.077],[378.034,300.077]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.560784339905,0.811764717102,0.760784327984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 104","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":226,"st":0,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"centre line blocks - 15","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.2,"y":1},"o":{"x":0.2,"y":0},"n":"0p2_1_0p2_0","t":7.895,"s":[484.874,1149.103,0],"e":[484.874,660.103,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.2,"y":0.2},"n":"0p667_0p667_0p2_0p2","t":32.895,"s":[484.874,660.103,0],"e":[484.874,660.103,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":192.558,"s":[484.874,660.103,0],"e":[484.874,1310.103,0],"to":[0,0,0],"ti":[0,0,0]},{"t":217.5576171875}],"ix":2},"a":{"a":0,"k":[-55.126,120.103,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[85.256,179.982],[-195.509,179.982],[-195.509,60.225],[85.256,60.225]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.470588237047,0.35686275363,0.654901981354,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 105","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":226,"st":0,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"centre line blocks - 16","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.2,"y":1},"o":{"x":0.2,"y":0},"n":"0p2_1_0p2_0","t":8.421,"s":[-67.047,340.291,0],"e":[331.953,340.291,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.2,"y":0.2},"n":"0p667_0p667_0p2_0p2","t":33.421,"s":[331.953,340.291,0],"e":[331.953,340.291,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":192.71,"s":[331.953,340.291,0],"e":[331.953,-221.709,0],"to":[0,0,0],"ti":[0,0,0]},{"t":217.7099609375}],"ix":2},"a":{"a":0,"k":[-208.047,-199.709,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-271.558,-179.538],[-144.535,-179.538],[-144.535,-219.88],[-271.558,-219.88]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964705884457,0.298039227724,0.266666680574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 115","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":226,"st":0,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"centre line blocks - 17","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.2,"y":1},"o":{"x":0.2,"y":0},"n":"0p2_1_0p2_0","t":8.947,"s":[297.621,-40.9,0],"e":[297.621,280.1,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.2,"y":0.2},"n":"0p667_0p667_0p2_0p2","t":33.947,"s":[297.621,280.1,0],"e":[297.621,280.1,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":192.862,"s":[297.621,280.1,0],"e":[297.621,-40.9,0],"to":[0,0,0],"ti":[0,0,0]},{"t":217.8623046875}],"ix":2},"a":{"a":0,"k":[-242.379,-259.9,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-213.2,-220.095],[-271.558,-220.095],[-271.558,-299.704],[-213.2,-299.704]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.196078434587,0.57647061348,0.741176486015,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 120","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":226,"st":0,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"centre line blocks - 18","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.2,"y":1},"o":{"x":0.2,"y":0},"n":"0p2_1_0p2_0","t":9.474,"s":[-91.869,420.492,0],"e":[379.131,420.492,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.2,"y":0.2},"n":"0p667_0p667_0p2_0p2","t":34.474,"s":[379.131,420.492,0],"e":[379.131,420.492,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":193.016,"s":[379.131,420.492,0],"e":[379.131,1326.492,0],"to":[0,0,0],"ti":[0,0,0]},{"t":218.015625}],"ix":2},"a":{"a":0,"k":[-160.869,-119.508,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-72.009,-59.533],[-249.729,-59.533],[-249.729,-179.484],[-72.009,-179.484]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.984313726425,0.721568644047,0.75686275959,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 126","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":226,"st":0,"bm":0},{"ddd":0,"ind":20,"ty":4,"nm":"centre line blocks - 19","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.2,"y":1},"o":{"x":0.2,"y":0},"n":"0p2_1_0p2_0","t":10,"s":[1162.017,899.955,0],"e":[999.017,899.955,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.2,"y":0.2},"n":"0p667_0p667_0p2_0p2","t":35,"s":[999.017,899.955,0],"e":[999.017,899.955,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":193.168,"s":[999.017,899.955,0],"e":[1173.017,899.955,0],"to":[0,0,0],"ti":[0,0,0]},{"t":218.16796875}],"ix":2},"a":{"a":0,"k":[459.017,359.955,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[540,419.834],[378.034,419.834],[378.034,300.077],[540,300.077]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964705884457,0.298039227724,0.266666680574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 128","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":226,"st":0,"bm":0},{"ddd":0,"ind":21,"ty":4,"nm":"Group 44","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":71,"s":[1112.491,309.248,0],"e":[502.491,309.248,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":83,"s":[502.491,309.248,0],"e":[502.491,309.248,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.055,"y":1},"o":{"x":0.437,"y":0},"n":"0p055_1_0p437_0","t":86,"s":[502.491,309.248,0],"e":[502.491,322.148,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.812,"y":1},"o":{"x":0.872,"y":0},"n":"0p812_1_0p872_0","t":93,"s":[502.491,322.148,0],"e":[502.491,180.248,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":103,"s":[502.491,180.248,0],"e":[502.491,180.248,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":189.656,"s":[502.491,180.248,0],"e":[502.491,-62.752,0],"to":[0,0,0],"ti":[0,0,0]},{"t":214.65625}],"ix":2},"a":{"a":0,"k":[-37.509,-359.752,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-67.087,-299.704],[-7.93,-299.704],[-7.93,-419.799],[-67.087,-419.799]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941176474094,0.929411768913,0.823529422283,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 44","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":71,"op":226,"st":71,"bm":0},{"ddd":0,"ind":22,"ty":4,"nm":"Group 100","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":96,"s":[866.601,1158.597,0],"e":[866.601,1053.597,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.57,"y":1},"o":{"x":0.884,"y":0},"n":"0p57_1_0p884_0","t":103,"s":[866.601,1053.597,0],"e":[237.801,1053.597,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.739,"y":0},"n":"0p667_1_0p739_0","t":111,"s":[237.801,1053.597,0],"e":[264.601,1053.597,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":115,"s":[264.601,1053.597,0],"e":[264.601,1053.597,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":120,"s":[264.601,1053.597,0],"e":[264.601,913.597,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":1,"y":0},"n":"0p667_1_1_0","t":125,"s":[264.601,913.597,0],"e":[371.601,913.597,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":133,"s":[371.601,913.597,0],"e":[371.601,913.597,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":175,"s":[371.601,913.597,0],"e":[-114.399,913.597,0],"to":[0,0,0],"ti":[0,0,0]},{"t":200}],"ix":2},"a":{"a":0,"k":[-168.399,373.597,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-128.872,373.597],[-207.927,373.597],[-207.927,300.077],[-128.872,300.077]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941176474094,0.486274510622,0.521568655968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 100","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":96,"op":226,"st":96,"bm":0},{"ddd":0,"ind":23,"ty":4,"nm":"Group 102","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},"n":"0p833_0p833_0p167_0p167","t":25,"s":[-67.122,1019.637,0],"e":[890.878,1019.637,0],"to":[0,0,0],"ti":[0,0,0]},{"t":57}],"ix":2,"x":"var $bm_rt;\nvar config = [\n {\n 'top': 0.0672,\n 'left': 0,\n 'width': 0.27472527472527,\n 'right': 0.27472527472527,\n 'middle': 0.13736263736264,\n 'topVelocity': {\n 'speed': 0,\n 'influence': 64.8\n },\n 'a': -3.56149248\n },\n {\n 'top': 0.14,\n 'left': 0.27472527472527,\n 'width': 0.32967032967033,\n 'right': 0.6043956043956,\n 'middle': 0.43956043956044,\n 'topVelocity': {\n 'speed': 0,\n 'influence': 72\n },\n 'a': -5.15262222222222\n },\n {\n 'top': 1,\n 'left': 0.6043956043956,\n 'width': 0.3956043956044,\n 'right': 1,\n 'middle': 1,\n 'topVelocity': {\n 'speed': 0,\n 'influence': 72\n },\n 'a': -6.38966049382716\n }\n ];\nvar mode = 'Out';\nvar isPathShape = false;\nvar easeFunc = function (a, b, c, d, e) {\n var f = config;\n if (a /= d, 0 > a)\n return e || b;\n if (a > 1)\n return e || c + b;\n for (var g = 0; g < f.length && a >= f[g].right;)\n g++;\n g == f.length && (g = f.length - 1);\n var h = f[g];\n return a -= h.middle, a = h.a * a * a + h.top, c * a + b;\n};\nfunction getDimensions() {\n try {\n key(1)[2].length;\n return 3;\n } catch (e) {\n }\n try {\n key(1)[1].length;\n return 2;\n } catch (e) {\n }\n return 1;\n}\nfunction getNormalizedValue(value, dim) {\n if (dim == 1)\n return [value];\n var vals = [];\n for (var i = 0; i < dim; i++)\n vals.push(value[i]);\n return vals;\n}\nfunction easeBootstrap() {\n if (numKeys < 2)\n return value;\n var ease = easeFunc;\n switch (mode) {\n case 'Out':\n ease = function easeOut(t, b, c, d) {\n return -1 * easeFunc(d - t, b, c, d) + 2 * b + c;\n };\n }\n var key1 = key(1);\n var key2 = key(2);\n var t = sub(time, key1.time);\n var d = sub(key2.time, key1.time);\n if (isPathShape) {\n var b = key1.time;\n var c = sub(key2.time, key1.time);\n return valueAtTime(ease(t, b, c, d, value));\n } else {\n var values = [];\n var propertyDimensions = getDimensions();\n var vals = getNormalizedValue(value, propertyDimensions);\n for (var i = 0; i < propertyDimensions; i++) {\n var b = key1[i];\n var c = sub(key2[i], key1[i]);\n values.push(ease(t, b, c, d, vals[i]));\n }\n if (propertyDimensions == 1)\n return values[0];\n else\n return values;\n }\n}\ntry {\n $bm_rt = easeBootstrap() || value;\n} catch (e) {\n $bm_rt = value;\n}"},"a":{"a":0,"k":[350.878,479.637,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[409.129,539.432],[292.626,539.432],[292.626,419.842],[409.129,419.842]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941176474094,0.929411768913,0.823529422283,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":175.152,"s":[0,0],"e":[0,150],"to":[0,0],"ti":[0,0]},{"t":200.15234375}],"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":"Group 102","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":25,"op":226,"st":25,"bm":0},{"ddd":0,"ind":24,"ty":4,"nm":"Group 131","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":175.306,"s":[832.626,1019.637,0],"e":[832.626,1147.637,0],"to":[0,0,0],"ti":[0,0,0]},{"t":200.3056640625}],"ix":2},"a":{"a":0,"k":[292.626,479.637,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":56,"s":[0,100,100],"e":[100,100,100]},{"t":81}],"ix":6}},"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":[[292.626,539.516],[127.68,539.516],[127.68,419.758],[292.626,419.758]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.760784327984,0.623529434204,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 131","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":56,"op":226,"st":56,"bm":0},{"ddd":0,"ind":25,"ty":4,"nm":"Group 81","parent":24,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[127.104,419.941,0],"ix":2},"a":{"a":0,"k":[127.104,419.941,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":63,"s":[0,0,100],"e":[100,100,100]},{"t":88}],"ix":6}},"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":[[-5.737,419.941],[127.104,419.941],[127.104,540],[-5.737,540]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964705884457,0.298039227724,0.266666680574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 81","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":63,"op":226,"st":63,"bm":0},{"ddd":0,"ind":26,"ty":4,"nm":"Group 80","parent":25,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-5.737,540,0],"ix":2},"a":{"a":0,"k":[-5.737,540,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.2,0.2,0.2],"y":[1,1,1]},"o":{"x":[0.8,0.8,0.8],"y":[0,0,0]},"n":["0p2_1_0p8_0","0p2_1_0p8_0","0p2_1_0p8_0"],"t":69,"s":[0,0,100],"e":[100,100,100]},{"t":94}],"ix":6}},"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":[[-85.162,419.834],[-5.737,419.834],[-5.737,540],[-85.162,540]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.470588237047,0.35686275363,0.654901981354,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 80","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":69,"op":226,"st":69,"bm":0},{"ddd":0,"ind":27,"ty":4,"nm":"Group 82","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":175.458,"s":[435.172,1080,0],"e":[435.172,1214,0],"to":[0,0,0],"ti":[0,0,0]},{"t":200.4580078125}],"ix":2},"a":{"a":0,"k":[-104.828,540,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":77,"s":[100,0,100],"e":[100,100,100]},{"t":101}],"ix":6}},"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":[[-85.162,419.905],[-124.494,419.905],[-124.494,540],[-85.162,540]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941176474094,0.486274510622,0.521568655968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 82","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":77,"op":226,"st":77,"bm":0},{"ddd":0,"ind":28,"ty":4,"nm":"Group 79","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":175.61,"s":[405.463,959.905,0],"e":[405.463,1097.905,0],"to":[0,0,0],"ti":[0,0,0]},{"t":200.6103515625}],"ix":2},"a":{"a":0,"k":[-134.537,419.905,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":77,"s":[100,0,100],"e":[100,100,100]},{"t":101}],"ix":6}},"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":[[-144.579,419.905],[-124.494,419.905],[-124.494,540],[-144.579,540]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.980392158031,0.792156875134,0.003921568859,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 79","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":77,"op":226,"st":77,"bm":0},{"ddd":0,"ind":29,"ty":4,"nm":"Group 84","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":77,"s":[-31.758,1040.195,0],"e":[394.942,1040.195,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.05,"y":0.05},"n":"0p667_0p667_0p05_0p05","t":108,"s":[394.942,1040.195,0],"e":[394.942,1040.195,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":175.764,"s":[394.942,1040.195,0],"e":[394.942,1178.195,0],"to":[0,0,0],"ti":[0,0,0]},{"t":200.763671875}],"ix":2},"a":{"a":0,"k":[-144.579,500.195,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":77,"s":[0,100,100],"e":[100,100,100]},{"t":108}],"ix":6}},"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":[[-202.938,460.391],[-144.579,460.391],[-144.579,540],[-202.938,540]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.196078434587,0.57647061348,0.741176486015,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 84","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":77,"op":226,"st":77,"bm":0},{"ddd":0,"ind":30,"ty":4,"nm":"Group 83","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":88,"s":[1.421,980.112,0],"e":[395.421,980.112,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":112,"s":[395.421,980.112,0],"e":[395.421,980.112,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":175.916,"s":[395.421,980.112,0],"e":[395.421,1118.112,0],"to":[0,0,0],"ti":[0,0,0]},{"t":200.916015625}],"ix":2},"a":{"a":0,"k":[-144.579,440.112,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-144.579,419.834],[-271.602,419.834],[-271.602,460.391],[-144.579,460.391]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964705884457,0.298039227724,0.266666680574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 83","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":88,"op":226,"st":88,"bm":0},{"ddd":0,"ind":31,"ty":4,"nm":"Group 85","parent":30,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.05],"y":[1]},"o":{"x":[0.05],"y":[0]},"n":["0p05_1_0p05_0"],"t":92,"s":[180],"e":[0]},{"t":116}],"ix":10},"p":{"a":0,"k":[-271.602,460.391,0],"ix":2},"a":{"a":0,"k":[-271.602,460.391,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":92,"s":[0,0,100],"e":[100,100,100]},{"t":116}],"ix":6}},"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":[[-271.602,460.391],[-202.938,460.391],[-202.938,540],[-271.602,540]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741176486015,0.68235296011,0.803921580315,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 85","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":92,"op":226,"st":92,"bm":0},{"ddd":0,"ind":32,"ty":4,"nm":"Group 34","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":176.068,"s":[268.398,1033.174,0],"e":[268.398,1172.174,0],"to":[0,0,0],"ti":[0,0,0]},{"t":201.068359375}],"ix":2},"a":{"a":0,"k":[-271.602,493.174,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.2,0.2,0.2],"y":[1,1,1]},"o":{"x":[0.8,0.8,0.8],"y":[0,0,0]},"n":["0p2_1_0p8_0","0p2_1_0p8_0","0p2_1_0p8_0"],"t":110,"s":[0,100,100],"e":[100,100,100]},{"t":130}],"ix":6}},"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":[[-331.798,503.236],[-271.602,503.236],[-271.602,483.113],[-331.798,483.113]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.984313726425,0.721568644047,0.75686275959,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 34","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":110,"op":226,"st":110,"bm":0},{"ddd":0,"ind":33,"ty":4,"nm":"Group 39","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":176.222,"s":[268.398,991.473,0],"e":[268.398,1130.473,0],"to":[0,0,0],"ti":[0,0,0]},{"t":201.2216796875}],"ix":2},"a":{"a":0,"k":[-271.602,451.473,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.2,0.2,0.2],"y":[1,1,1]},"o":{"x":[0.8,0.8,0.8],"y":[0,0,0]},"n":["0p2_1_0p8_0","0p2_1_0p8_0","0p2_1_0p8_0"],"t":110,"s":[0,100,100],"e":[100,100,100]},{"t":130}],"ix":6}},"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":[[-342.129,483.113],[-271.602,483.113],[-271.602,419.834],[-342.129,419.834]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.196078434587,0.57647061348,0.741176486015,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 39","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":110,"op":226,"st":110,"bm":0},{"ddd":0,"ind":34,"ty":4,"nm":"Group 35","sr":1,"ks":{"o":{"a":1,"k":[{"t":130,"s":[100],"h":1},{"t":131.28,"s":[0],"h":1},{"t":132.56,"s":[45],"h":1},{"t":133.84,"s":[45],"h":1},{"t":135.12,"s":[0],"h":1},{"t":136.4,"s":[0],"h":1},{"t":137.68,"s":[97],"h":1},{"t":138.96,"s":[17],"h":1},{"t":140.24,"s":[60],"h":1},{"t":141.52,"s":[67],"h":1},{"t":142.8,"s":[100],"h":1},{"t":144.08,"s":[0],"h":1},{"t":145.36,"s":[0],"h":1},{"t":146.64,"s":[100],"h":1},{"t":147.92,"s":[100],"h":1},{"t":149.2,"s":[20],"h":1},{"t":150,"s":[100],"h":1}],"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},"n":"0p667_1_0p333_0","t":176.374,"s":[197.871,1033.174,0],"e":[197.871,1172.174,0],"to":[0,0,0],"ti":[0,0,0]},{"t":201.3740234375}],"ix":2},"a":{"a":0,"k":[-342.129,493.174,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-352.461,503.236],[-331.798,503.236],[-331.798,483.113],[-352.461,483.113]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964705884457,0.298039227724,0.266666680574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 35","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":130,"op":226,"st":130,"bm":0},{"ddd":0,"ind":35,"ty":4,"nm":"Group 36","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":130,"s":[100],"e":[20]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":130.8,"s":[20],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":132.08,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":133.36,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":134.64,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":135.92,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":137.2,"s":[100],"e":[67]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":138.48,"s":[67],"e":[60]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":139.76,"s":[60],"e":[17]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":141.04,"s":[17],"e":[97]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":142.32,"s":[97],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":143.6,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":144.88,"s":[0],"e":[45]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":146.16,"s":[45],"e":[45]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":147.44,"s":[45],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":148.72,"s":[0],"e":[100]},{"t":150,"s":[100],"h":1}],"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},"n":"0p667_1_0p333_0","t":176.526,"s":[177.208,1033.174,0],"e":[177.208,1172.174,0],"to":[0,0,0],"ti":[0,0,0]},{"t":201.5263671875}],"ix":2},"a":{"a":0,"k":[-362.792,493.174,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-373.124,503.236],[-352.461,503.236],[-352.461,483.113],[-373.124,483.113]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.988235294819,0.929411768913,0.35686275363,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 36","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":130,"op":226,"st":130,"bm":0},{"ddd":0,"ind":36,"ty":4,"nm":"Group 37","sr":1,"ks":{"o":{"a":1,"k":[{"t":130,"s":[100],"h":1},{"t":131.28,"s":[0],"h":1},{"t":132.56,"s":[45],"h":1},{"t":133.84,"s":[45],"h":1},{"t":135.12,"s":[0],"h":1},{"t":136.4,"s":[0],"h":1},{"t":137.68,"s":[97],"h":1},{"t":138.96,"s":[17],"h":1},{"t":140.24,"s":[60],"h":1},{"t":141.52,"s":[67],"h":1},{"t":142.8,"s":[100],"h":1},{"t":144.08,"s":[0],"h":1},{"t":145.36,"s":[0],"h":1},{"t":146.64,"s":[100],"h":1},{"t":147.92,"s":[100],"h":1},{"t":149.2,"s":[20],"h":1},{"t":150,"s":[100],"h":1}],"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},"n":"0p667_1_0p333_0","t":176.68,"s":[156.544,1033.174,0],"e":[156.544,1172.174,0],"to":[0,0,0],"ti":[0,0,0]},{"t":201.6796875}],"ix":2},"a":{"a":0,"k":[-383.456,493.174,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-393.787,503.236],[-373.124,503.236],[-373.124,483.113],[-393.787,483.113]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941176474094,0.929411768913,0.823529422283,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 37","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":130,"op":226,"st":130,"bm":0},{"ddd":0,"ind":37,"ty":4,"nm":"Group 40","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":176.832,"s":[197.871,991.473,0],"e":[197.871,1130.473,0],"to":[0,0,0],"ti":[0,0,0]},{"t":201.83203125}],"ix":2},"a":{"a":0,"k":[-342.129,451.473,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":129,"s":[0,100,100],"e":[100,100,100]},{"t":148}],"ix":6}},"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":[[-393.787,483.113],[-342.129,483.113],[-342.129,419.834],[-393.787,419.834]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.470588237047,0.35686275363,0.654901981354,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 40","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":129,"op":226,"st":129,"bm":0},{"ddd":0,"ind":38,"ty":4,"nm":"Group 38","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":176.984,"s":[134.24,1080,0],"e":[134.24,1143,0],"to":[0,0,0],"ti":[0,0,0]},{"t":201.984375}],"ix":2},"a":{"a":0,"k":[-405.76,540,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":115,"s":[100,0,100],"e":[100,100,100]},{"t":122}],"ix":6,"x":"var $bm_rt;\nvar config = undefined;\nvar isPathShape = false;\nvar easeFunc = function (a, b, c, d, e) {\n var f = 1, g = 0.29, h = 1.7;\n if (a /= d, 0 > a)\n return e + b;\n if (f >= a)\n return c * (a * (1 / f)) + b;\n a > f && 1 >= a && (e = b + c), a -= f;\n var i = c / f, j = g * Math.PI * 2, k = i * (Math.sin(a * j) / Math.exp(h * a) / j);\n return e + k;\n};\nfunction getDimensions() {\n try {\n key(1)[2].length;\n return 3;\n } catch (e) {\n }\n try {\n key(1)[1].length;\n return 2;\n } catch (e) {\n }\n return 1;\n}\nfunction getNormalizedValue(value, dim) {\n if (dim == 1)\n return [value];\n var vals = [];\n for (var i = 0; i < dim; i++)\n vals.push(value[i]);\n return vals;\n}\nfunction easeBootstrap() {\n if (numKeys < 2)\n return value;\n var n = nearestKey(time).index;\n if (key(n).time > time)\n n--;\n if (n % 2 == 0)\n n--;\n if (n <= 0)\n return value;\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n var key3 = null;\n var t = sub(time, key1.time);\n var d = sub(key2.time, key1.time);\n if (numKeys >= n + 2) {\n key3 = key(sum(n, 2));\n if (time > key3.time)\n return value;\n }\n if (isPathShape) {\n var b = key1.time;\n var c = sub(key2.time, key1.time);\n return valueAtTime(easeFunc(t, b, c, d, value));\n } else {\n var values = [];\n var propertyDimensions = getDimensions();\n var vals = getNormalizedValue(value, propertyDimensions);\n for (var i = 0; i < propertyDimensions; i++) {\n var b = key1[i];\n var c = sub(key2[i], key1[i]);\n values.push(easeFunc(t, b, c, d, vals[i]));\n }\n if (propertyDimensions == 1)\n return values[0];\n else\n return values;\n }\n}\ntry {\n $bm_rt = easeBootstrap() || value;\n} catch (e) {\n $bm_rt = value;\n}"}},"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":[[-539.919,540],[-271.602,540],[-271.602,503.236],[-539.919,503.236]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.560784339905,0.811764717102,0.760784327984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 38","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":115,"op":226,"st":115,"bm":0},{"ddd":0,"ind":39,"ty":4,"nm":"Group 110","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},"n":"0p833_0p833_0p167_0p167","t":125,"s":[73.147,1041.236,0],"e":[73.147,1043.236,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":135,"s":[73.147,1043.236,0],"e":[73.147,1043.236,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":177.138,"s":[73.147,1043.236,0],"e":[-84.853,1043.236,0],"to":[0,0,0],"ti":[0,0,0]},{"t":202.1376953125}],"ix":2,"x":"var $bm_rt;\nvar config = undefined;\nvar isPathShape = false;\nvar easeFunc = function (a, b, c, d, e) {\n var f = 1, g = 0.29, h = 1.7;\n if (a /= d, 0 > a)\n return e + b;\n if (f >= a)\n return c * (a * (1 / f)) + b;\n a > f && 1 >= a && (e = b + c), a -= f;\n var i = c / f, j = g * Math.PI * 2, k = i * (Math.sin(a * j) / Math.exp(h * a) / j);\n return e + k;\n};\nfunction getDimensions() {\n try {\n key(1)[2].length;\n return 3;\n } catch (e) {\n }\n try {\n key(1)[1].length;\n return 2;\n } catch (e) {\n }\n return 1;\n}\nfunction getNormalizedValue(value, dim) {\n if (dim == 1)\n return [value];\n var vals = [];\n for (var i = 0; i < dim; i++)\n vals.push(value[i]);\n return vals;\n}\nfunction easeBootstrap() {\n if (numKeys < 2)\n return value;\n var n = nearestKey(time).index;\n if (key(n).time > time)\n n--;\n if (n % 2 == 0)\n n--;\n if (n <= 0)\n return value;\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n var key3 = null;\n var t = sub(time, key1.time);\n var d = sub(key2.time, key1.time);\n if (numKeys >= n + 2) {\n key3 = key(sum(n, 2));\n if (time > key3.time)\n return value;\n }\n if (isPathShape) {\n var b = key1.time;\n var c = sub(key2.time, key1.time);\n return valueAtTime(easeFunc(t, b, c, d, value));\n } else {\n var values = [];\n var propertyDimensions = getDimensions();\n var vals = getNormalizedValue(value, propertyDimensions);\n for (var i = 0; i < propertyDimensions; i++) {\n var b = key1[i];\n var c = sub(key2[i], key1[i]);\n values.push(easeFunc(t, b, c, d, vals[i]));\n }\n if (propertyDimensions == 1)\n return values[0];\n else\n return values;\n }\n}\ntry {\n $bm_rt = easeBootstrap() || value;\n} catch (e) {\n $bm_rt = value;\n}"},"a":{"a":0,"k":[-466.853,503.236,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":125,"s":[100,0,100],"e":[100,100,100]},{"t":135}],"ix":6,"x":"var $bm_rt;\nvar config = undefined;\nvar isPathShape = false;\nvar easeFunc = function (a, b, c, d, e) {\n var f = 1, g = 0.29, h = 1.7;\n if (a /= d, 0 > a)\n return e + b;\n if (f >= a)\n return c * (a * (1 / f)) + b;\n a > f && 1 >= a && (e = b + c), a -= f;\n var i = c / f, j = g * Math.PI * 2, k = i * (Math.sin(a * j) / Math.exp(h * a) / j);\n return e + k;\n};\nfunction getDimensions() {\n try {\n key(1)[2].length;\n return 3;\n } catch (e) {\n }\n try {\n key(1)[1].length;\n return 2;\n } catch (e) {\n }\n return 1;\n}\nfunction getNormalizedValue(value, dim) {\n if (dim == 1)\n return [value];\n var vals = [];\n for (var i = 0; i < dim; i++)\n vals.push(value[i]);\n return vals;\n}\nfunction easeBootstrap() {\n if (numKeys < 2)\n return value;\n var n = nearestKey(time).index;\n if (key(n).time > time)\n n--;\n if (n % 2 == 0)\n n--;\n if (n <= 0)\n return value;\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n var key3 = null;\n var t = sub(time, key1.time);\n var d = sub(key2.time, key1.time);\n if (numKeys >= n + 2) {\n key3 = key(sum(n, 2));\n if (time > key3.time)\n return value;\n }\n if (isPathShape) {\n var b = key1.time;\n var c = sub(key2.time, key1.time);\n return valueAtTime(easeFunc(t, b, c, d, value));\n } else {\n var values = [];\n var propertyDimensions = getDimensions();\n var vals = getNormalizedValue(value, propertyDimensions);\n for (var i = 0; i < propertyDimensions; i++) {\n var b = key1[i];\n var c = sub(key2[i], key1[i]);\n values.push(easeFunc(t, b, c, d, vals[i]));\n }\n if (propertyDimensions == 1)\n return values[0];\n else\n return values;\n }\n}\ntry {\n $bm_rt = easeBootstrap() || value;\n} catch (e) {\n $bm_rt = value;\n}"}},"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":[[-539.919,503.236],[-393.787,503.236],[-393.787,419.834],[-539.919,419.834]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964705884457,0.298039227724,0.266666680574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 110","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":125,"op":226,"st":125,"bm":0},{"ddd":0,"ind":40,"ty":4,"nm":"Group 18","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.2,"y":1},"o":{"x":0.2,"y":0},"n":"0p2_1_0p2_0","t":0,"s":[-0.271,930.704,0],"e":[786.729,930.704,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.2,"y":0.2},"n":"0p667_0p667_0p2_0p2","t":25,"s":[786.729,930.704,0],"e":[786.729,930.704,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":177.29,"s":[786.729,930.704,0],"e":[1498.729,930.704,0],"to":[0,0,0],"ti":[0,0,0]},{"t":202.2900390625}],"ix":2},"a":{"a":0,"k":[246.729,390.704,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[62.73,419.834],[246.729,419.834],[246.729,361.573],[62.73,361.573]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.196078434587,0.57647061348,0.741176486015,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 18","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":226,"st":0,"bm":0},{"ddd":0,"ind":41,"ty":4,"nm":"Group 27","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":177.442,"s":[786.729,870.825,0],"e":[786.729,1308.825,0],"to":[0,0,0],"ti":[0,0,0]},{"t":202.4423828125}],"ix":2},"a":{"a":0,"k":[246.729,330.825,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.2,0.2,0.2],"y":[1,1,1]},"o":{"x":[0.2,0.2,0.2],"y":[0,0,0]},"n":["0p2_1_0p2_0","0p2_1_0p2_0","0p2_1_0p2_0"],"t":21,"s":[0,100,100],"e":[100,100,100]},{"t":46}],"ix":6}},"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":[[62.73,361.573],[246.729,361.573],[246.729,300.077],[62.73,300.077]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964705884457,0.298039227724,0.266666680574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 27","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":21,"op":226,"st":21,"bm":0},{"ddd":0,"ind":42,"ty":4,"nm":"Group 99","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":50,"s":[602.73,899.955,0],"e":[570.33,899.955,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.668,"y":0},"n":"0p667_1_0p668_0","t":62,"s":[570.33,899.955,0],"e":[602.73,899.955,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":71,"s":[602.73,899.955,0],"e":[602.73,899.955,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":177.596,"s":[602.73,899.955,0],"e":[602.73,1283.955,0],"to":[0,0,0],"ti":[0,0,0]},{"t":202.595703125}],"ix":2},"a":{"a":0,"k":[62.73,359.955,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.043,0.05,0.05],"y":[0.441,0,0]},"n":["0p05_1_0p043_0p441","0p05_1_0p05_0","0p05_1_0p05_0"],"t":50,"s":[0,100,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p667_1_0p05_0","0p667_1_0p05_0","0p667_1_0p05_0"],"t":62,"s":[100,100,100],"e":[100,100,100]},{"t":71}],"ix":6}},"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":[[62.73,419.834],[-9.908,419.834],[-9.908,300.077],[62.73,300.077]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.984313726425,0.721568644047,0.75686275959,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 99","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":50,"op":226,"st":50,"bm":0},{"ddd":0,"ind":43,"ty":4,"nm":"Group 92","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.05],"y":[1]},"o":{"x":[0.015],"y":[0.397]},"n":["0p05_1_0p015_0p397"],"t":69,"s":[-176],"e":[0]},{"t":86}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":177.748,"s":[530.092,959.743,0],"e":[530.092,1343.743,0],"to":[0,0,0],"ti":[0,0,0]},{"t":202.748046875}],"ix":2},"a":{"a":0,"k":[-9.908,419.743,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":69,"s":[0,0,100],"e":[100,100,100]},{"t":86}],"ix":6}},"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":[[-9.908,419.743],[-60.564,419.743],[-60.564,300.077],[-9.908,300.077]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941176474094,0.929411768913,0.823529422283,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 92","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":69,"op":226,"st":69,"bm":0},{"ddd":0,"ind":44,"ty":4,"nm":"Group 59","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":63,"s":[-4.564,936.67,0],"e":[479.436,936.67,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.05,"y":0.05},"n":"0p667_0p667_0p05_0p05","t":89,"s":[479.436,936.67,0],"e":[479.436,936.67,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":177.9,"s":[479.436,936.67,0],"e":[479.436,1320.67,0],"to":[0,0,0],"ti":[0,0,0]},{"t":202.900390625}],"ix":2},"a":{"a":0,"k":[-60.564,396.67,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-60.564,373.597],[-207.417,373.597],[-207.417,419.743],[-60.564,419.743]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.760784327984,0.623529434204,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 59","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":63,"op":226,"st":63,"bm":0},{"ddd":0,"ind":45,"ty":4,"nm":"Group 98","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":178.054,"s":[479.436,913.597,0],"e":[479.436,1297.597,0],"to":[0,0,0],"ti":[0,0,0]},{"t":203.0537109375}],"ix":2},"a":{"a":0,"k":[-60.564,373.597,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.9,0.9,0.9],"y":[1,1,1]},"o":{"x":[0.9,0.9,0.9],"y":[0,0,0]},"n":["0p9_1_0p9_0","0p9_1_0p9_0","0p9_1_0p9_0"],"t":89,"s":[0,0,100],"e":[100,100,100]},{"t":119}],"ix":6}},"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":[[-60.564,373.597],[-128.872,373.597],[-128.872,300.077],[-60.564,300.077]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.560784339905,0.811764717102,0.760784327984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 98","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":89,"op":226,"st":89,"bm":0},{"ddd":0,"ind":46,"ty":4,"nm":"Group 129","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":178.206,"s":[332.583,899.955,0],"e":[-153.417,899.955,0],"to":[0,0,0],"ti":[0,0,0]},{"t":203.2060546875}],"ix":2},"a":{"a":0,"k":[-207.417,359.955,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":134,"s":[0,100,100],"e":[100,100,100]},{"t":150}],"ix":6}},"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":[[-207.417,419.834],[-332.595,419.834],[-332.595,300.077],[-207.417,300.077]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941176474094,0.929411768913,0.823529422283,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 129","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":134,"op":226,"st":134,"bm":0},{"ddd":0,"ind":47,"ty":4,"nm":"Group 130","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":178.358,"s":[0.081,899.955,0],"e":[-219.919,899.955,0],"to":[0,0,0],"ti":[0,0,0]},{"t":203.3583984375}],"ix":2},"a":{"a":0,"k":[-539.919,359.955,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":134,"s":[0,100,100],"e":[100,100,100]},{"t":150}],"ix":6}},"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":[[-332.595,419.834],[-539.919,419.834],[-539.919,300.077],[-332.595,300.077]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.760784327984,0.623529434204,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 130","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":134,"op":226,"st":134,"bm":0},{"ddd":0,"ind":48,"ty":4,"nm":"Group 17","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":13,"s":[1095.244,750.937,0],"e":[861.244,750.937,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.05,"y":0.05},"n":"0p667_0p667_0p05_0p05","t":38,"s":[861.244,750.937,0],"e":[861.244,750.937,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":178.512,"s":[861.244,750.937,0],"e":[861.244,1218.937,0],"to":[0,0,0],"ti":[0,0,0]},{"t":203.51171875}],"ix":2},"a":{"a":0,"k":[321.244,210.937,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[333.455,241.892],[309.033,241.892],[309.033,179.982],[333.455,179.982]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941176474094,0.929411768913,0.823529422283,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 17","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":13,"op":226,"st":13,"bm":0},{"ddd":0,"ind":49,"ty":4,"nm":"Group 16","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":178.664,"s":[873.455,750.937,0],"e":[873.455,1218.937,0],"to":[0,0,0],"ti":[0,0,0]},{"t":203.6640625}],"ix":2},"a":{"a":0,"k":[333.455,210.937,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.2,0.2,0.2],"y":[1,1,1]},"o":{"x":[0.8,0.8,0.8],"y":[0,0,0]},"n":["0p2_1_0p8_0","0p2_1_0p8_0","0p2_1_0p8_0"],"t":38,"s":[0,100,100],"e":[100,100,100]},{"t":65}],"ix":6}},"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":[[369.133,241.892],[333.455,241.892],[333.455,179.982],[369.133,179.982]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.980392158031,0.792156875134,0.003921568859,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 16","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":38,"op":226,"st":38,"bm":0},{"ddd":0,"ind":50,"ty":4,"nm":"Group 20","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":178.816,"s":[729.477,781.892,0],"e":[1159.477,781.892,0],"to":[0,0,0],"ti":[0,0,0]},{"t":203.81640625}],"ix":2},"a":{"a":0,"k":[189.477,241.892,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.2,0.2,0.2],"y":[1,1,1]},"o":{"x":[0.2,0.2,0.2],"y":[0,0,0]},"n":["0p2_1_0p2_0","0p2_1_0p2_0","0p2_1_0p2_0"],"t":25,"s":[0,0,100],"e":[100,100,100]},{"t":51}],"ix":6}},"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":[[140.228,300.077],[189.477,300.077],[189.477,241.892],[140.228,241.892]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.980392158031,0.792156875134,0.003921568859,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 20","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":25,"op":226,"st":25,"bm":0},{"ddd":0,"ind":51,"ty":4,"nm":"Group 22","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},"n":"0p833_0p833_0p167_0p167","t":50,"s":[-26.397,810.984,0],"e":[655.603,810.984,0],"to":[0,0,0],"ti":[0,0,0]},{"t":74}],"ix":2,"x":"var $bm_rt;\nvar config = [\n {\n 'top': 0.019,\n 'left': 0,\n 'width': 0.30803351404633,\n 'right': 0.30803351404633,\n 'middle': 0.15401675702316,\n 'topVelocity': {\n 'speed': 0,\n 'influence': 64.8\n },\n 'a': -0.80097258496\n },\n {\n 'top': 0.1,\n 'left': 0.30803351404633,\n 'width': 0.33267619517003,\n 'right': 0.64070970921636,\n 'middle': 0.47437161163135,\n 'topVelocity': {\n 'speed': 0,\n 'influence': 72\n },\n 'a': -3.61423626886146\n },\n {\n 'top': 1,\n 'left': 0.64070970921636,\n 'width': 0.35929029078364,\n 'right': 1,\n 'middle': 1,\n 'topVelocity': {\n 'speed': 0,\n 'influence': 72\n },\n 'a': -7.74656264759399\n }\n ];\nvar mode = 'Out';\nvar isPathShape = false;\nvar easeFunc = function (a, b, c, d, e) {\n var f = config;\n if (a /= d, 0 > a)\n return e || b;\n if (a > 1)\n return e || c + b;\n for (var g = 0; g < f.length && a >= f[g].right;)\n g++;\n g == f.length && (g = f.length - 1);\n var h = f[g];\n return a -= h.middle, a = h.a * a * a + h.top, c * a + b;\n};\nfunction getDimensions() {\n try {\n key(1)[2].length;\n return 3;\n } catch (e) {\n }\n try {\n key(1)[1].length;\n return 2;\n } catch (e) {\n }\n return 1;\n}\nfunction getNormalizedValue(value, dim) {\n if (dim == 1)\n return [value];\n var vals = [];\n for (var i = 0; i < dim; i++)\n vals.push(value[i]);\n return vals;\n}\nfunction easeBootstrap() {\n if (numKeys < 2)\n return value;\n var ease = easeFunc;\n switch (mode) {\n case 'Out':\n ease = function easeOut(t, b, c, d) {\n return -1 * easeFunc(d - t, b, c, d) + 2 * b + c;\n };\n }\n var key1 = key(1);\n var key2 = key(2);\n var t = sub(time, key1.time);\n var d = sub(key2.time, key1.time);\n if (isPathShape) {\n var b = key1.time;\n var c = sub(key2.time, key1.time);\n return valueAtTime(ease(t, b, c, d, value));\n } else {\n var values = [];\n var propertyDimensions = getDimensions();\n var vals = getNormalizedValue(value, propertyDimensions);\n for (var i = 0; i < propertyDimensions; i++) {\n var b = key1[i];\n var c = sub(key2[i], key1[i]);\n values.push(ease(t, b, c, d, vals[i]));\n }\n if (propertyDimensions == 1)\n return values[0];\n else\n return values;\n }\n}\ntry {\n $bm_rt = easeBootstrap() || value;\n} catch (e) {\n $bm_rt = value;\n}"},"a":{"a":0,"k":[115.603,270.984,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[90.978,300.077],[140.228,300.077],[140.228,241.892],[90.978,241.892]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941176474094,0.486274510622,0.521568655968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":178.97,"s":[0,0],"e":[487,0],"to":[0,0],"ti":[0,0]},{"t":203.9697265625}],"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":"Group 22","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":50,"op":226,"st":50,"bm":0},{"ddd":0,"ind":52,"ty":4,"nm":"Group 24","parent":51,"sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":179.122,"s":[90.984,284.922,0],"e":[90.984,672.922,0],"to":[0,0,0],"ti":[0,0,0]},{"t":204.1220703125}],"ix":2},"a":{"a":0,"k":[29.484,284.922,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":59,"s":[0,100,100],"e":[100,100,100]},{"t":87}],"ix":6}},"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":[[-28.476,300.077],[29.484,300.077],[29.484,269.767],[-28.476,269.767]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941176474094,0.929411768913,0.823529422283,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 24","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":59,"op":226,"st":59,"bm":0},{"ddd":0,"ind":53,"ty":4,"nm":"Group 25","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":179.274,"s":[573.847,809.767,0],"e":[573.847,1197.767,0],"to":[0,0,0],"ti":[0,0,0]},{"t":204.2744140625}],"ix":2},"a":{"a":0,"k":[-27.653,269.767,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.2,0.2,0.2],"y":[1,1,1]},"o":{"x":[0.8,0.8,0.8],"y":[0,0,0]},"n":["0p2_1_0p8_0","0p2_1_0p8_0","0p2_1_0p8_0"],"t":80,"s":[0,0,100],"e":[100,100,100]},{"t":105}],"ix":6}},"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":[[-109.385,300.077],[-27.653,300.077],[-27.653,269.767],[-109.385,269.767]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.980392158031,0.792156875134,0.003921568859,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 25","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":80,"op":226,"st":80,"bm":0},{"ddd":0,"ind":54,"ty":4,"nm":"Group 26","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":179.428,"s":[540.979,809.767,0],"e":[540.979,1197.767,0],"to":[0,0,0],"ti":[0,0,0]},{"t":204.427734375}],"ix":2},"a":{"a":0,"k":[0.979,269.767,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.2,0.2,0.2],"y":[1,1,1]},"o":{"x":[0.8,0.8,0.8],"y":[0,0,0]},"n":["0p2_1_0p8_0","0p2_1_0p8_0","0p2_1_0p8_0"],"t":85,"s":[100,0,100],"e":[100,100,100]},{"t":110}],"ix":6}},"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":[[90.978,269.767],[-89.021,269.767],[-89.021,179.982],[90.978,179.982]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.760784327984,0.623529434204,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 26","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":85,"op":226,"st":85,"bm":0},{"ddd":0,"ind":55,"ty":4,"nm":"Group 28","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.2,"y":1},"o":{"x":0.2,"y":0},"n":"0p2_1_0p2_0","t":89,"s":[-5.885,824.96,0],"e":[492.115,824.96,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.2,"y":0.2},"n":"0p667_0p667_0p2_0p2","t":116,"s":[492.115,824.96,0],"e":[492.115,824.96,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":179.58,"s":[492.115,824.96,0],"e":[492.115,1212.96,0],"to":[0,0,0],"ti":[0,0,0]},{"t":204.580078125}],"ix":2},"a":{"a":0,"k":[-109.385,284.96,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.2,0.2,0.2],"y":[1,1,1]},"o":{"x":[0.2,0.2,0.2],"y":[0,0,0]},"n":["0p2_1_0p2_0","0p2_1_0p2_0","0p2_1_0p2_0"],"t":89,"s":[0,100,100],"e":[100,100,100]},{"t":116}],"ix":6}},"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":[[-305.407,300.153],[-109.385,300.077],[-109.385,269.767],[-305.407,269.844]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964705884457,0.298039227724,0.266666680574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 28","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":89,"op":226,"st":89,"bm":0},{"ddd":0,"ind":56,"ty":4,"nm":"Group 29","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":179.732,"s":[450.979,809.767,0],"e":[450.979,1277.767,0],"to":[0,0,0],"ti":[0,0,0]},{"t":204.732421875}],"ix":2},"a":{"a":0,"k":[-89.021,269.767,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.2,0.2,0.2],"y":[1,1,1]},"o":{"x":[0.2,0.2,0.2],"y":[0,0,0]},"n":["0p2_1_0p2_0","0p2_1_0p2_0","0p2_1_0p2_0"],"t":99,"s":[0,0,100],"e":[100,100,100]},{"t":122}],"ix":6}},"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":[[-89.021,269.767],[-244.134,269.767],[-244.134,179.982],[-89.021,179.982]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.196078434587,0.57647061348,0.741176486015,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 29","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":99,"op":226,"st":99,"bm":0},{"ddd":0,"ind":57,"ty":4,"nm":"Group 30","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":179.886,"s":[295.866,780.029,0],"e":[-208.134,780.029,0],"to":[0,0,0],"ti":[0,0,0]},{"t":204.8857421875}],"ix":2},"a":{"a":0,"k":[-244.134,240.029,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":119,"s":[0,100,100],"e":[100,100,100]},{"t":149}],"ix":6}},"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":[[-244.134,300.077],[-271.75,300.077],[-271.75,179.982],[-244.134,179.982]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.760784327984,0.623529434204,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 30","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":119,"op":226,"st":119,"bm":0},{"ddd":0,"ind":58,"ty":4,"nm":"Group 31","parent":57,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-271.75,240.029,0],"ix":2},"a":{"a":0,"k":[-271.75,240.029,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":119,"s":[0,100,100],"e":[100,100,100]},{"t":149}],"ix":6}},"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":[[-271.75,300.077],[-299.367,300.077],[-299.367,179.982],[-271.75,179.982]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941176474094,0.486274510622,0.521568655968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 31","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":119,"op":226,"st":119,"bm":0},{"ddd":0,"ind":59,"ty":4,"nm":"Group 32","parent":58,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-299.367,240.029,0],"ix":2},"a":{"a":0,"k":[-299.367,240.029,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":119,"s":[0,100,100],"e":[100,100,100]},{"t":149}],"ix":6}},"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":[[-299.367,300.077],[-326.983,300.077],[-326.983,179.982],[-299.367,179.982]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.980392158031,0.792156875134,0.003921568859,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 32","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":119,"op":226,"st":119,"bm":0},{"ddd":0,"ind":60,"ty":4,"nm":"Group 33","parent":59,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-326.983,240.029,0],"ix":2},"a":{"a":0,"k":[-326.983,240.029,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":119,"s":[0,100,100],"e":[100,100,100]},{"t":149}],"ix":6}},"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":[[-326.983,300.077],[-354.599,300.077],[-354.599,179.982],[-326.983,179.982]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.560784339905,0.811764717102,0.760784327984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 33","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":119,"op":226,"st":119,"bm":0},{"ddd":0,"ind":61,"ty":4,"nm":"Group 135","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":180.19,"s":[0.081,780.029,0],"e":[-196.919,780.029,0],"to":[0,0,0],"ti":[0,0,0]},{"t":205.1904296875}],"ix":2},"a":{"a":0,"k":[-539.919,240.029,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":119,"s":[0,100,100],"e":[100,100,100]},{"t":149}],"ix":6}},"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":[[-354.599,300.077],[-539.919,300.077],[-539.919,179.982],[-354.599,179.982]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.980392158031,0.792156875134,0.003921568859,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 135","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":119,"op":226,"st":119,"bm":0},{"ddd":0,"ind":62,"ty":4,"nm":"Group 13","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":180.344,"s":[964.877,840.077,0],"e":[1096.877,840.077,0],"to":[0,0,0],"ti":[0,0,0]},{"t":205.34375}],"ix":2},"a":{"a":0,"k":[424.877,300.077,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":91,"s":[0,0,100],"e":[100,100,100]},{"t":124}],"ix":6}},"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":[[424.877,300.077],[540,300.077],[540,179.982],[424.877,179.982]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.988235294819,0.929411768913,0.35686275363,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 13","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":91,"op":226,"st":91,"bm":0},{"ddd":0,"ind":63,"ty":4,"nm":"Group 14","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":63,"s":[-180],"e":[0]},{"t":91}],"ix":10,"x":"var $bm_rt;\nvar config = [\n {\n 'top': 0.1,\n 'left': 0,\n 'width': 0.45454545454545,\n 'right': 0.45454545454545,\n 'middle': 0.22727272727273,\n 'topVelocity': {\n 'speed': 0,\n 'influence': 72\n },\n 'a': -1.936\n },\n {\n 'top': 1,\n 'left': 0.45454545454545,\n 'width': 0.54545454545455,\n 'right': 1,\n 'middle': 1,\n 'topVelocity': {\n 'speed': 0,\n 'influence': 72\n },\n 'a': -3.36111111111111\n }\n ];\nvar mode = 'Out';\nvar isPathShape = false;\nvar easeFunc = function (a, b, c, d, e) {\n var f = config;\n if (a /= d, 0 > a)\n return e || b;\n if (a > 1)\n return e || c + b;\n for (var g = 0; g < f.length && a >= f[g].right;)\n g++;\n g == f.length && (g = f.length - 1);\n var h = f[g];\n return a -= h.middle, a = h.a * a * a + h.top, c * a + b;\n};\nfunction getDimensions() {\n try {\n key(1)[2].length;\n return 3;\n } catch (e) {\n }\n try {\n key(1)[1].length;\n return 2;\n } catch (e) {\n }\n return 1;\n}\nfunction getNormalizedValue(value, dim) {\n if (dim == 1)\n return [value];\n var vals = [];\n for (var i = 0; i < dim; i++)\n vals.push(value[i]);\n return vals;\n}\nfunction easeBootstrap() {\n if (numKeys < 2)\n return value;\n var ease = easeFunc;\n switch (mode) {\n case 'Out':\n ease = function easeOut(t, b, c, d) {\n return -1 * easeFunc(d - t, b, c, d) + 2 * b + c;\n };\n }\n var key1 = key(1);\n var key2 = key(2);\n var t = sub(time, key1.time);\n var d = sub(key2.time, key1.time);\n if (isPathShape) {\n var b = key1.time;\n var c = sub(key2.time, key1.time);\n return valueAtTime(ease(t, b, c, d, value));\n } else {\n var values = [];\n var propertyDimensions = getDimensions();\n var vals = getNormalizedValue(value, propertyDimensions);\n for (var i = 0; i < propertyDimensions; i++) {\n var b = key1[i];\n var c = sub(key2[i], key1[i]);\n values.push(ease(t, b, c, d, vals[i]));\n }\n if (propertyDimensions == 1)\n return values[0];\n else\n return values;\n }\n}\ntry {\n $bm_rt = easeBootstrap() || value;\n} catch (e) {\n $bm_rt = value;\n}"},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":180.496,"s":[909.133,719.982,0],"e":[1253.133,719.982,0],"to":[0,0,0],"ti":[0,0,0]},{"t":205.49609375}],"ix":2},"a":{"a":0,"k":[369.133,179.982,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":63,"s":[0,0,100],"e":[100,100,100]},{"t":91}],"ix":6,"x":"var $bm_rt;\nvar config = [\n {\n 'top': 0.1,\n 'left': 0,\n 'width': 0.45454545454545,\n 'right': 0.45454545454545,\n 'middle': 0.22727272727273,\n 'topVelocity': {\n 'speed': 0,\n 'influence': 72\n },\n 'a': -1.936\n },\n {\n 'top': 1,\n 'left': 0.45454545454545,\n 'width': 0.54545454545455,\n 'right': 1,\n 'middle': 1,\n 'topVelocity': {\n 'speed': 0,\n 'influence': 72\n },\n 'a': -3.36111111111111\n }\n ];\nvar mode = 'Out';\nvar isPathShape = false;\nvar easeFunc = function (a, b, c, d, e) {\n var f = config;\n if (a /= d, 0 > a)\n return e || b;\n if (a > 1)\n return e || c + b;\n for (var g = 0; g < f.length && a >= f[g].right;)\n g++;\n g == f.length && (g = f.length - 1);\n var h = f[g];\n return a -= h.middle, a = h.a * a * a + h.top, c * a + b;\n};\nfunction getDimensions() {\n try {\n key(1)[2].length;\n return 3;\n } catch (e) {\n }\n try {\n key(1)[1].length;\n return 2;\n } catch (e) {\n }\n return 1;\n}\nfunction getNormalizedValue(value, dim) {\n if (dim == 1)\n return [value];\n var vals = [];\n for (var i = 0; i < dim; i++)\n vals.push(value[i]);\n return vals;\n}\nfunction easeBootstrap() {\n if (numKeys < 2)\n return value;\n var ease = easeFunc;\n switch (mode) {\n case 'Out':\n ease = function easeOut(t, b, c, d) {\n return -1 * easeFunc(d - t, b, c, d) + 2 * b + c;\n };\n }\n var key1 = key(1);\n var key2 = key(2);\n var t = sub(time, key1.time);\n var d = sub(key2.time, key1.time);\n if (isPathShape) {\n var b = key1.time;\n var c = sub(key2.time, key1.time);\n return valueAtTime(ease(t, b, c, d, value));\n } else {\n var values = [];\n var propertyDimensions = getDimensions();\n var vals = getNormalizedValue(value, propertyDimensions);\n for (var i = 0; i < propertyDimensions; i++) {\n var b = key1[i];\n var c = sub(key2[i], key1[i]);\n values.push(ease(t, b, c, d, vals[i]));\n }\n if (propertyDimensions == 1)\n return values[0];\n else\n return values;\n }\n}\ntry {\n $bm_rt = easeBootstrap() || value;\n} catch (e) {\n $bm_rt = value;\n}"}},"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":[[369.133,300.077],[424.877,300.077],[424.877,179.982],[369.133,179.982]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.560784339905,0.811764717102,0.760784327984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 14","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":63,"op":226,"st":63,"bm":0},{"ddd":0,"ind":64,"ty":4,"nm":"Group 58","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":21,"s":[-10.085,745.709,0],"e":[334.915,745.709,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":38,"s":[334.915,745.709,0],"e":[334.915,745.709,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.863,"y":0},"n":"0p667_1_0p863_0","t":42,"s":[334.915,745.709,0],"e":[334.915,696.909,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":49,"s":[334.915,696.909,0],"e":[334.915,696.909,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":180.648,"s":[334.915,696.909,0],"e":[-29.085,696.909,0],"to":[0,0,0],"ti":[0,0,0]},{"t":205.6484375}],"ix":2},"a":{"a":0,"k":[-205.085,156.909,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-195.509,133.836],[-214.661,133.836],[-214.661,179.982],[-195.509,179.982]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.988235294819,0.929411768913,0.35686275363,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 58","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":21,"op":226,"st":21,"bm":0},{"ddd":0,"ind":65,"ty":4,"nm":"Group 60","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":25,"s":[-29.362,745.709,0],"e":[315.638,745.709,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":42,"s":[315.638,745.709,0],"e":[315.638,745.709,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.863,"y":0},"n":"0p667_1_0p863_0","t":46,"s":[315.638,745.709,0],"e":[315.638,696.909,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":53,"s":[315.638,696.909,0],"e":[315.638,696.909,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":180.802,"s":[315.638,696.909,0],"e":[-48.362,696.909,0],"to":[0,0,0],"ti":[0,0,0]},{"t":205.8017578125}],"ix":2},"a":{"a":0,"k":[-224.362,156.909,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-214.661,133.836],[-234.063,133.836],[-234.063,179.982],[-214.661,179.982]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.760784327984,0.623529434204,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 60","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":25,"op":226,"st":25,"bm":0},{"ddd":0,"ind":66,"ty":4,"nm":"Group 101","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":180.954,"s":[344.491,637.03,0],"e":[-19.509,637.03,0],"to":[0,0,0],"ti":[0,0,0]},{"t":205.9541015625}],"ix":2},"a":{"a":0,"k":[-195.509,97.03,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":29,"s":[0,100,100],"e":[100,100,100]},{"t":61}],"ix":6}},"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":[[-195.509,133.791],[-264.477,133.791],[-264.477,60.27],[-195.509,60.27]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941176474094,0.486274510622,0.521568655968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 101","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":29,"op":226,"st":29,"bm":0},{"ddd":0,"ind":67,"ty":4,"nm":"Group 94","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":29,"s":[-1.477,637.03,0],"e":[275.523,637.03,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.05,"y":0.05},"n":"0p667_0p667_0p05_0p05","t":61,"s":[275.523,637.03,0],"e":[275.523,637.03,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":181.106,"s":[275.523,637.03,0],"e":[-88.477,637.03,0],"to":[0,0,0],"ti":[0,0,0]},{"t":206.1064453125}],"ix":2},"a":{"a":0,"k":[-264.477,97.03,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ef":[{"ty":5,"nm":"Warp Time","np":7,"mn":"ADBE Echo","ix":1,"en":1,"ef":[{"ty":0,"nm":"Echo Time (seconds)","mn":"ADBE Echo-0001","ix":1,"v":{"a":0,"k":-0.016,"ix":1}},{"ty":0,"nm":"Number Of Echoes","mn":"ADBE Echo-0002","ix":2,"v":{"a":0,"k":16,"ix":2}},{"ty":0,"nm":"Starting Intensity","mn":"ADBE Echo-0003","ix":3,"v":{"a":0,"k":1,"ix":3}},{"ty":0,"nm":"Decay","mn":"ADBE Echo-0004","ix":4,"v":{"a":0,"k":1,"ix":4}},{"ty":7,"nm":"Echo Operator","mn":"ADBE Echo-0005","ix":5,"v":{"a":0,"k":2,"ix":5}}]},{"ty":5,"nm":"Edge Smooth","np":9,"mn":"ADBE Matte Choker","ix":2,"en":1,"ef":[{"ty":0,"nm":"Geometric Softness 1","mn":"ADBE Matte Choker-0001","ix":1,"v":{"a":0,"k":0,"ix":1}},{"ty":0,"nm":"Choke 1","mn":"ADBE Matte Choker-0002","ix":2,"v":{"a":0,"k":0,"ix":2}},{"ty":0,"nm":"Gray Level Softness 1","mn":"ADBE Matte Choker-0003","ix":3,"v":{"a":0,"k":0.1,"ix":3}},{"ty":0,"nm":"Geometric Softness 2","mn":"ADBE Matte Choker-0004","ix":4,"v":{"a":0,"k":0,"ix":4}},{"ty":0,"nm":"Choke 2","mn":"ADBE Matte Choker-0005","ix":5,"v":{"a":0,"k":0,"ix":5}},{"ty":0,"nm":"Gray Level Softness 2","mn":"ADBE Matte Choker-0006","ix":6,"v":{"a":0,"k":1,"ix":6}},{"ty":0,"nm":"Iterations","mn":"ADBE Matte Choker-0007","ix":7,"v":{"a":0,"k":1,"ix":7}}]},{"ty":5,"nm":"Object Crush","np":4,"mn":"ADBE Simple Choker","ix":3,"en":0,"ef":[{"ty":7,"nm":"View","mn":"ADBE Simple Choker-0001","ix":1,"v":{"a":0,"k":1,"ix":1}},{"ty":0,"nm":"Choke Matte","mn":"ADBE Simple Choker-0002","ix":2,"v":{"a":0,"k":12,"ix":2}}]}],"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":[[-264.477,133.791],[-410.008,133.791],[-410.008,60.27],[-264.477,60.27]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.196078434587,0.57647061348,0.741176486015,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 94","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":29,"op":226,"st":29,"bm":0},{"ddd":0,"ind":68,"ty":4,"nm":"Group 106","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":181.26,"s":[217.768,673.791,0],"e":[-146.232,673.791,0],"to":[0,0,0],"ti":[0,0,0]},{"t":206.259765625}],"ix":2},"a":{"a":0,"k":[-322.232,133.791,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.2,0.2,0.2],"y":[1,1,1]},"o":{"x":[0.8,0.8,0.8],"y":[0,0,0]},"n":["0p2_1_0p8_0","0p2_1_0p8_0","0p2_1_0p8_0"],"t":66,"s":[100,0,100],"e":[100,100,100]},{"t":100}],"ix":6}},"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":[[-234.063,179.982],[-410.4,179.982],[-410.4,133.791],[-234.063,133.791]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741176486015,0.803921580315,0.847058832645,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 106","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":66,"op":226,"st":66,"bm":0},{"ddd":0,"ind":69,"ty":4,"nm":"Group 68","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.05],"y":[1]},"o":{"x":[0.05],"y":[0]},"n":["0p05_1_0p05_0"],"t":64,"s":[91],"e":[0]},{"t":90}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":181.412,"s":[129.992,600.27,0],"e":[-234.008,600.27,0],"to":[0,0,0],"ti":[0,0,0]},{"t":206.412109375}],"ix":2},"a":{"a":0,"k":[-410.008,60.27,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":64,"s":[0,0,100],"e":[100,100,100]},{"t":90}],"ix":6}},"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":[[-430.977,179.982],[-410.008,179.982],[-410.008,60.27],[-430.977,60.27]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.980392158031,0.792156875134,0.003921568859,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 68","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":64,"op":226,"st":64,"bm":0},{"ddd":0,"ind":70,"ty":4,"nm":"Group 107","parent":69,"sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":181.564,"s":[-430.977,120.126,0],"e":[-587.977,120.126,0],"to":[0,0,0],"ti":[0,0,0]},{"t":206.564453125}],"ix":2},"a":{"a":0,"k":[-430.977,120.126,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.9,0.9,0.9],"y":[1,1,1]},"o":{"x":[0.9,0.9,0.9],"y":[0,0,0]},"n":["0p9_1_0p9_0","0p9_1_0p9_0","0p9_1_0p9_0"],"t":74,"s":[0,100,100],"e":[100,100,100]},{"t":104}],"ix":6}},"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":[[-430.977,179.982],[-539.919,179.982],[-539.919,60.27],[-430.977,60.27]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.560784339905,0.811764717102,0.760784327984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 107","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":74,"op":226,"st":74,"bm":0},{"ddd":0,"ind":71,"ty":4,"nm":"Group 118","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":181.718,"s":[625.256,616.258,0],"e":[1143.256,616.258,0],"to":[0,0,0],"ti":[0,0,0]},{"t":206.7177734375}],"ix":2},"a":{"a":0,"k":[85.256,76.258,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":24,"s":[0,100,100],"e":[100,100,100]},{"t":60}],"ix":6}},"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":[[343.018,92.292],[85.256,92.292],[85.256,60.225],[343.018,60.225]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964705884457,0.298039227724,0.266666680574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 118","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":24,"op":226,"st":24,"bm":0},{"ddd":0,"ind":72,"ty":4,"nm":"Group 96","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":181.87,"s":[761.107,632.292,0],"e":[1325.107,632.292,0],"to":[0,0,0],"ti":[0,0,0]},{"t":206.8701171875}],"ix":2},"a":{"a":0,"k":[221.107,92.292,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":69,"s":[0,0,100],"e":[100,100,100]},{"t":95}],"ix":6}},"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":[[343.018,179.982],[221.107,179.982],[221.107,92.292],[343.018,92.292]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741176486015,0.803921580315,0.847058832645,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 96","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":69,"op":226,"st":69,"bm":0},{"ddd":0,"ind":73,"ty":4,"nm":"Group 65","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.05],"y":[1]},"o":{"x":[0.05],"y":[0]},"n":["0p05_1_0p05_0"],"t":94,"s":[-180],"e":[0]},{"t":131}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":182.022,"s":[883.018,599.902,0],"e":[1101.018,599.902,0],"to":[0,0,0],"ti":[0,0,0]},{"t":207.0224609375}],"ix":2},"a":{"a":0,"k":[343.018,59.902,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":94,"s":[0,0,100],"e":[100,100,100]},{"t":131}],"ix":6}},"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":[[416.165,179.982],[343.018,179.982],[343.018,59.902],[416.165,59.902]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941176474094,0.486274510622,0.521568655968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 65","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":94,"op":226,"st":94,"bm":0},{"ddd":0,"ind":74,"ty":4,"nm":"Group 89","parent":73,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.05],"y":[1]},"o":{"x":[0.05],"y":[0]},"n":["0p05_1_0p05_0"],"t":106,"s":[180],"e":[0]},{"t":143}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":182.176,"s":[416.165,179.982,0],"e":[436.165,179.982,0],"to":[0,0,0],"ti":[0,0,0]},{"t":207.17578125}],"ix":2},"a":{"a":0,"k":[416.165,179.982,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":106,"s":[0,0,100],"e":[100,100,100]},{"t":143}],"ix":6}},"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":[[540,179.982],[416.165,179.982],[416.165,59.902],[540,59.902]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.470588237047,0.35686275363,0.654901981354,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 89","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":106,"op":226,"st":106,"bm":0},{"ddd":0,"ind":75,"ty":4,"nm":"Group 133","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":182.48,"s":[-155.738,-15.734,0],"e":[-693.738,-15.734,0],"to":[0,0,0],"ti":[0,0,0]},{"t":207.48046875}],"ix":2},"a":{"a":0,"k":[-155.738,-15.734,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.2,0.2,0.2],"y":[1,1,1]},"o":{"x":[0.093,0.2,0.2],"y":[0.356,0,0]},"n":["0p2_1_0p093_0p356","0p2_1_0p2_0","0p2_1_0p2_0"],"t":6,"s":[0,100,100],"e":[100,100,100]},{"t":44}],"ix":6}},"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":[[-354.694,-59.533],[-155.738,-59.533],[-155.738,28.064],[-354.694,28.064]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964705884457,0.298039227724,0.266666680574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 133","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":6,"op":226,"st":19,"bm":0},{"ddd":0,"ind":76,"ty":4,"nm":"Group 56","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":30,"s":[271.597,568.064,0],"e":[368.597,568.064,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.05,"y":0.05},"o":{"x":0.05,"y":0.05},"n":"0p05_0p05_0p05_0p05","t":60,"s":[368.597,568.064,0],"e":[368.597,568.064,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":182.634,"s":[368.597,568.064,0],"e":[-20.403,568.064,0],"to":[0,0,0],"ti":[0,0,0]},{"t":207.6337890625}],"ix":2},"a":{"a":0,"k":[-171.403,28.064,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":30,"s":[100,0,100],"e":[100,100,100]},{"t":60}],"ix":6}},"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":[[-155.738,28.064],[-187.068,28.064],[-187.068,60.225],[-155.738,60.225]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.984313726425,0.721568644047,0.75686275959,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 56","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":30,"op":226,"st":30,"bm":0},{"ddd":0,"ind":77,"ty":4,"nm":"Group 57","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":35,"s":[240.267,568.064,0],"e":[337.267,568.064,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.05,"y":0.05},"o":{"x":0.05,"y":0.05},"n":"0p05_0p05_0p05_0p05","t":65,"s":[337.267,568.064,0],"e":[337.267,568.064,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":182.786,"s":[337.267,568.064,0],"e":[-51.733,568.064,0],"to":[0,0,0],"ti":[0,0,0]},{"t":207.7861328125}],"ix":2},"a":{"a":0,"k":[-202.733,28.064,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":35,"s":[100,0,100],"e":[100,100,100]},{"t":65}],"ix":6}},"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":[[-187.068,28.064],[-218.398,28.064],[-218.398,60.225],[-187.068,60.225]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.980392158031,0.792156875134,0.003921568859,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 57","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":35,"op":226,"st":35,"bm":0},{"ddd":0,"ind":78,"ty":4,"nm":"Group 61","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":40,"s":[208.937,568.064,0],"e":[305.937,568.064,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.05,"y":0.05},"o":{"x":0.05,"y":0.05},"n":"0p05_0p05_0p05_0p05","t":70,"s":[305.937,568.064,0],"e":[305.937,568.064,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":182.938,"s":[305.937,568.064,0],"e":[-83.063,568.064,0],"to":[0,0,0],"ti":[0,0,0]},{"t":207.9384765625}],"ix":2},"a":{"a":0,"k":[-234.063,28.064,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":40,"s":[100,0,100],"e":[100,100,100]},{"t":70}],"ix":6}},"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":[[-218.398,28.064],[-249.729,28.064],[-249.729,60.225],[-218.398,60.225]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.760784327984,0.623529434204,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 61","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":40,"op":226,"st":40,"bm":0},{"ddd":0,"ind":79,"ty":4,"nm":"Group 69","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.2,"y":1},"o":{"x":0.8,"y":0},"n":"0p2_1_0p8_0","t":62,"s":[-72.117,584.145,0],"e":[219.883,584.145,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":83,"s":[219.883,584.145,0],"e":[219.883,584.145,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":183.092,"s":[219.883,584.145,0],"e":[219.883,-41.855,0],"to":[0,0,0],"ti":[0,0,0]},{"t":208.091796875}],"ix":2},"a":{"a":0,"k":[-320.117,44.145,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-390.505,60.225],[-249.729,60.225],[-249.729,28.064],[-390.505,28.064]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941176474094,0.929411768913,0.823529422283,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 69","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":62,"op":226,"st":62,"bm":0},{"ddd":0,"ind":80,"ty":4,"nm":"Group 119","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p2_1_0p333_0"],"t":69,"s":[90],"e":[90]},{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":73,"s":[90],"e":[0]},{"t":83}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":48,"s":[-1.694,516.967,0],"e":[185.306,516.967,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.2,"y":0.2},"o":{"x":0.333,"y":0.333},"n":"0p2_0p2_0p333_0p333","t":69,"s":[185.306,516.967,0],"e":[185.306,516.967,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.2,"y":1},"o":{"x":0.8,"y":0},"n":"0p2_1_0p8_0","t":73,"s":[185.306,516.967,0],"e":[185.306,480.467,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.8,"y":0.8},"n":"0p667_0p667_0p8_0p8","t":83,"s":[185.306,480.467,0],"e":[185.306,480.467,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":183.244,"s":[185.306,480.467,0],"e":[-42.694,480.467,0],"to":[0,0,0],"ti":[0,0,0]},{"t":208.244140625}],"ix":2},"a":{"a":0,"k":[-354.694,-59.533,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-354.694,28.064],[-390.505,28.064],[-390.505,-59.533],[-354.694,-59.533]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.196078434587,0.57647061348,0.741176486015,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 119","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":48,"op":226,"st":48,"bm":0},{"ddd":0,"ind":81,"ty":4,"nm":"Group 125","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":183.396,"s":[149.495,540.346,0],"e":[-7.505,540.346,0],"to":[0,0,0],"ti":[0,0,0]},{"t":208.396484375}],"ix":2},"a":{"a":0,"k":[-390.505,0.346,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":81,"s":[0,100,100],"e":[100,100,100]},{"t":109}],"ix":6}},"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":[[-390.505,60.225],[-539.919,60.225],[-539.919,-59.533],[-390.505,-59.533]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.470588237047,0.35686275363,0.654901981354,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 125","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":81,"op":226,"st":81,"bm":0},{"ddd":0,"ind":82,"ty":4,"nm":"Group 72","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.2,"y":1},"o":{"x":0.2,"y":0},"n":"0p2_1_0p2_0","t":16,"s":[1117.015,540.346,0],"e":[621.015,540.346,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.2,"y":0.2},"n":"0p667_0p667_0p2_0p2","t":39,"s":[621.015,540.346,0],"e":[621.015,540.346,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":183.55,"s":[621.015,540.346,0],"e":[-56.985,540.346,0],"to":[0,0,0],"ti":[0,0,0]},{"t":208.5498046875}],"ix":2},"a":{"a":0,"k":[81.015,0.346,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[112.043,60.225],[49.987,60.225],[49.987,-59.533],[112.043,-59.533]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.196078434587,0.57647061348,0.741176486015,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 72","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":16,"op":226,"st":16,"bm":0},{"ddd":0,"ind":83,"ty":4,"nm":"Group 70","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},"n":"0p833_0p833_0p167_0p167","t":42,"s":[1081.043,560.57,0],"e":[652.043,560.57,0],"to":[0,0,0],"ti":[0,0,0]},{"t":62}],"ix":2,"x":"var $bm_rt;\nvar config = [\n {\n 'top': 0.2,\n 'left': 0,\n 'width': 0.55555555555556,\n 'right': 0.55555555555556,\n 'middle': 0.27777777777778,\n 'topVelocity': {\n 'speed': 0,\n 'influence': 72\n },\n 'a': -2.592\n },\n {\n 'top': 1,\n 'left': 0.55555555555556,\n 'width': 0.44444444444444,\n 'right': 1,\n 'middle': 1,\n 'topVelocity': {\n 'speed': 0,\n 'influence': 72\n },\n 'a': -5.0625\n }\n ];\nvar mode = 'Out';\nvar isPathShape = false;\nvar easeFunc = function (a, b, c, d, e) {\n var f = config;\n if (a /= d, 0 > a)\n return e || b;\n if (a > 1)\n return e || c + b;\n for (var g = 0; g < f.length && a >= f[g].right;)\n g++;\n g == f.length && (g = f.length - 1);\n var h = f[g];\n return a -= h.middle, a = h.a * a * a + h.top, c * a + b;\n};\nfunction getDimensions() {\n try {\n key(1)[2].length;\n return 3;\n } catch (e) {\n }\n try {\n key(1)[1].length;\n return 2;\n } catch (e) {\n }\n return 1;\n}\nfunction getNormalizedValue(value, dim) {\n if (dim == 1)\n return [value];\n var vals = [];\n for (var i = 0; i < dim; i++)\n vals.push(value[i]);\n return vals;\n}\nfunction easeBootstrap() {\n if (numKeys < 2)\n return value;\n var ease = easeFunc;\n switch (mode) {\n case 'Out':\n ease = function easeOut(t, b, c, d) {\n return -1 * easeFunc(d - t, b, c, d) + 2 * b + c;\n };\n }\n var key1 = key(1);\n var key2 = key(2);\n var t = sub(time, key1.time);\n var d = sub(key2.time, key1.time);\n if (isPathShape) {\n var b = key1.time;\n var c = sub(key2.time, key1.time);\n return valueAtTime(ease(t, b, c, d, value));\n } else {\n var values = [];\n var propertyDimensions = getDimensions();\n var vals = getNormalizedValue(value, propertyDimensions);\n for (var i = 0; i < propertyDimensions; i++) {\n var b = key1[i];\n var c = sub(key2[i], key1[i]);\n values.push(ease(t, b, c, d, vals[i]));\n }\n if (propertyDimensions == 1)\n return values[0];\n else\n return values;\n }\n}\ntry {\n $bm_rt = easeBootstrap() || value;\n} catch (e) {\n $bm_rt = value;\n}"},"a":{"a":0,"k":[112.043,20.57,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[112.043,60.225],[230.543,60.225],[230.543,-19.085],[112.043,-19.085]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741176486015,0.68235296011,0.803921580315,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":183.702,"s":[0,0],"e":[453,0],"to":[0,0],"ti":[0,0]},{"t":208.7021484375}],"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":"Group 70","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":42,"op":226,"st":42,"bm":0},{"ddd":0,"ind":84,"ty":4,"nm":"Group 91","parent":83,"sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":183.854,"s":[148.91,-19.085,0],"e":[624.91,-19.085,0],"to":[0,0,0],"ti":[0,0,0]},{"t":208.8544921875}],"ix":2},"a":{"a":0,"k":[148.91,-19.085,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":51,"s":[100,0,100],"e":[100,100,100]},{"t":71}],"ix":6}},"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":[[112.043,-59.533],[185.776,-59.533],[185.776,-19.085],[112.043,-19.085]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.984313726425,0.721568644047,0.75686275959,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 91","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":51,"op":226,"st":51,"bm":0},{"ddd":0,"ind":85,"ty":4,"nm":"Group 67","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":184.008,"s":[725.501,520.915,0],"e":[1237.501,520.915,0],"to":[0,0,0],"ti":[0,0,0]},{"t":209.0078125}],"ix":2},"a":{"a":0,"k":[185.501,-19.085,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.258,0.258,0.9],"y":[1,1,1]},"o":{"x":[0.508,0.508,0.9],"y":[0,0,0]},"n":["0p258_1_0p508_0","0p258_1_0p508_0","0p9_1_0p9_0"],"t":71,"s":[0,0,100],"e":[100,100,100]},{"t":110}],"ix":6}},"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":[[230.543,-19.085],[185.501,-19.085],[185.501,-59.533],[230.543,-59.533]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.196078434587,0.57647061348,0.741176486015,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 67","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":71,"op":226,"st":71,"bm":0},{"ddd":0,"ind":86,"ty":4,"nm":"Group 90","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":93,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":94.28,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":95.56,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":96.84,"s":[0],"e":[35]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":98.12,"s":[35],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":99.4,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":100.68,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":101.96,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":103.24,"s":[0],"e":[20]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":104.52,"s":[20],"e":[20]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":105.8,"s":[20],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":107.08,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":108.36,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":109.64,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":110.92,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":112.2,"s":[100],"e":[67]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":113.48,"s":[67],"e":[60]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":114.76,"s":[60],"e":[17]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":116.04,"s":[17],"e":[97]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":117.32,"s":[97],"e":[100]},{"t":119}],"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},"n":"0p667_1_0p333_0","t":184.16,"s":[817.772,540.346,0],"e":[1359.772,540.346,0],"to":[0,0,0],"ti":[0,0,0]},{"t":209.16015625}],"ix":2},"a":{"a":0,"k":[277.772,0.346,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[325.001,60.225],[230.543,60.225],[230.543,-59.533],[325.001,-59.533]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.560784339905,0.811764717102,0.760784327984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 90","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":93,"op":226,"st":93,"bm":0},{"ddd":0,"ind":87,"ty":4,"nm":"Group 103","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":184.313,"s":[1080,540.262,0],"e":[1321,540.262,0],"to":[0,0,0],"ti":[0,0,0]},{"t":209.3125}],"ix":2},"a":{"a":0,"k":[540,0.262,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":110,"s":[0,100,100],"e":[100,100,100]},{"t":150}],"ix":6}},"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":[[540,60.057],[325.001,60.057],[325.001,-59.533],[540,-59.533]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941176474094,0.929411768913,0.823529422283,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 103","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":110,"op":226,"st":123,"bm":0},{"ddd":0,"ind":88,"ty":4,"nm":"Group 109","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.333,"y":0},"n":"0p833_0p833_0p333_0","t":10,"s":[-34.62,420.492,0],"e":[258.38,420.492,0],"to":[0,0,0],"ti":[0,0,0]},{"t":35}],"ix":2,"x":"var $bm_rt;\nvar config = [\n {\n 'top': 0.2,\n 'left': 0,\n 'width': 0.55555555555556,\n 'right': 0.55555555555556,\n 'middle': 0.27777777777778,\n 'topVelocity': {\n 'speed': 0,\n 'influence': 72\n },\n 'a': -2.592\n },\n {\n 'top': 1,\n 'left': 0.55555555555556,\n 'width': 0.44444444444444,\n 'right': 1,\n 'middle': 1,\n 'topVelocity': {\n 'speed': 0,\n 'influence': 72\n },\n 'a': -5.0625\n }\n ];\nvar mode = 'Out';\nvar isPathShape = false;\nvar easeFunc = function (a, b, c, d, e) {\n var f = config;\n if (a /= d, 0 > a)\n return e || b;\n if (a > 1)\n return e || c + b;\n for (var g = 0; g < f.length && a >= f[g].right;)\n g++;\n g == f.length && (g = f.length - 1);\n var h = f[g];\n return a -= h.middle, a = h.a * a * a + h.top, c * a + b;\n};\nfunction getDimensions() {\n try {\n key(1)[2].length;\n return 3;\n } catch (e) {\n }\n try {\n key(1)[1].length;\n return 2;\n } catch (e) {\n }\n return 1;\n}\nfunction getNormalizedValue(value, dim) {\n if (dim == 1)\n return [value];\n var vals = [];\n for (var i = 0; i < dim; i++)\n vals.push(value[i]);\n return vals;\n}\nfunction easeBootstrap() {\n if (numKeys < 2)\n return value;\n var ease = easeFunc;\n switch (mode) {\n case 'Out':\n ease = function easeOut(t, b, c, d) {\n return -1 * easeFunc(d - t, b, c, d) + 2 * b + c;\n };\n }\n var key1 = key(1);\n var key2 = key(2);\n var t = sub(time, key1.time);\n var d = sub(key2.time, key1.time);\n if (isPathShape) {\n var b = key1.time;\n var c = sub(key2.time, key1.time);\n return valueAtTime(ease(t, b, c, d, value));\n } else {\n var values = [];\n var propertyDimensions = getDimensions();\n var vals = getNormalizedValue(value, propertyDimensions);\n for (var i = 0; i < propertyDimensions; i++) {\n var b = key1[i];\n var c = sub(key2[i], key1[i]);\n values.push(ease(t, b, c, d, vals[i]));\n }\n if (propertyDimensions == 1)\n return values[0];\n else\n return values;\n }\n}\ntry {\n $bm_rt = easeBootstrap() || value;\n} catch (e) {\n $bm_rt = value;\n}"},"a":{"a":0,"k":[-281.62,-119.508,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-249.729,-59.533],[-313.511,-59.533],[-313.511,-179.484],[-249.729,-179.484]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.196078434587,0.57647061348,0.741176486015,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":184.466,"s":[0,0],"e":[-298,0],"to":[0,0],"ti":[0,0]},{"t":209.4658203125}],"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":"Group 109","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":10,"op":226,"st":10,"bm":0},{"ddd":0,"ind":89,"ty":4,"nm":"Group 123","parent":88,"sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":184.618,"s":[-313.511,-119.508,0],"e":[-313.511,708.492,0],"to":[0,0,0],"ti":[0,0,0]},{"t":209.6181640625}],"ix":2},"a":{"a":0,"k":[-313.511,-119.508,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.2,0.2,0.2],"y":[1,1,1]},"o":{"x":[0.023,0.2,0.2],"y":[0.357,0,0]},"n":["0p2_1_0p023_0p357","0p2_1_0p2_0","0p2_1_0p2_0"],"t":21,"s":[0,100,100],"e":[100,100,100]},{"t":40}],"ix":6}},"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":[[-313.511,-59.533],[-469.074,-59.533],[-469.074,-179.484],[-313.511,-179.484]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.988235294819,0.929411768913,0.35686275363,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 123","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":21,"op":226,"st":21,"bm":0},{"ddd":0,"ind":90,"ty":4,"nm":"Group 108","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":35,"s":[180],"e":[0]},{"t":60}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":184.771,"s":[70.926,360.516,0],"e":[-86.074,360.516,0],"to":[0,0,0],"ti":[0,0,0]},{"t":209.7705078125}],"ix":2},"a":{"a":0,"k":[-469.074,-179.484,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.2,0.2,0.2],"y":[1,1,1]},"o":{"x":[0.8,0.8,0.8],"y":[0,0,0]},"n":["0p2_1_0p8_0","0p2_1_0p8_0","0p2_1_0p8_0"],"t":35,"s":[0,0,100],"e":[100,100,100]},{"t":60}],"ix":6}},"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":[[-469.074,-59.533],[-539.919,-59.533],[-539.919,-179.484],[-469.074,-179.484]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.984313726425,0.721568644047,0.75686275959,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 108","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":35,"op":226,"st":35,"bm":0},{"ddd":0,"ind":91,"ty":4,"nm":"Group 137","sr":1,"ks":{"o":{"a":1,"k":[{"t":25,"s":[100],"h":1},{"t":26.28,"s":[0],"h":1},{"t":27.56,"s":[45],"h":1},{"t":28.84,"s":[45],"h":1},{"t":30.12,"s":[0],"h":1},{"t":31.4,"s":[0],"h":1},{"t":32.68,"s":[97],"h":1},{"t":33.96,"s":[17],"h":1},{"t":35.24,"s":[60],"h":1},{"t":36.52,"s":[67],"h":1},{"t":37.8,"s":[100],"h":1},{"t":39.08,"s":[0],"h":1},{"t":40.36,"s":[0],"h":1},{"t":41.64,"s":[100],"h":1},{"t":42.92,"s":[100],"h":1},{"t":44.2,"s":[20],"h":1},{"t":45.48,"s":[20],"h":1},{"t":46.76,"s":[0],"h":1},{"t":48.04,"s":[100],"h":1},{"t":49.32,"s":[100],"h":1},{"t":50.6,"s":[100],"h":1},{"t":51.88,"s":[35],"h":1},{"t":53.16,"s":[0],"h":1},{"t":54.44,"s":[0],"h":1},{"t":55.72,"s":[0],"h":1},{"t":57,"s":[100],"h":1}],"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},"n":"0p667_1_0p333_0","t":184.924,"s":[570.61,379.377,0],"e":[570.61,-256.623,0],"to":[0,0,0],"ti":[0,0,0]},{"t":209.923828125}],"ix":2},"a":{"a":0,"k":[30.61,-160.623,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[133.228,-141.761],[-72.009,-141.761],[-72.009,-179.484],[133.228,-179.484]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.560784339905,0.811764717102,0.760784327984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 137","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":25,"op":226,"st":25,"bm":0},{"ddd":0,"ind":92,"ty":4,"nm":"Group 138","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":185.076,"s":[467.991,480.467,0],"e":[467.991,-5.533,0],"to":[0,0,0],"ti":[0,0,0]},{"t":210.076171875}],"ix":2},"a":{"a":0,"k":[-72.009,-59.533,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":27,"s":[0,0,100],"e":[100,100,100]},{"t":58}],"ix":6}},"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":[[82.571,-59.533],[-72.009,-59.533],[-72.009,-141.761],[82.571,-141.761]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741176486015,0.803921580315,0.847058832645,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 138","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":27,"op":226,"st":27,"bm":0},{"ddd":0,"ind":93,"ty":4,"nm":"Group 74","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":46,"s":[1150.945,379.377,0],"e":[742.945,379.377,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.05,"y":0.05},"o":{"x":0.05,"y":0.05},"n":"0p05_0p05_0p05_0p05","t":75,"s":[742.945,379.377,0],"e":[742.945,379.377,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":185.229,"s":[742.945,379.377,0],"e":[1155.945,379.377,0],"to":[0,0,0],"ti":[0,0,0]},{"t":210.2294921875}],"ix":2},"a":{"a":0,"k":[202.945,-160.623,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[272.661,-141.761],[133.228,-141.761],[133.228,-179.484],[272.661,-179.484]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941176474094,0.929411768913,0.823529422283,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 74","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":46,"op":226,"st":46,"bm":0},{"ddd":0,"ind":94,"ty":4,"nm":"Group 111","parent":92,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[82.032,-100.647,0],"ix":2},"a":{"a":0,"k":[82.032,-100.647,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.2,0.2,0.2],"y":[1,1,1]},"o":{"x":[0.8,0.8,0.8],"y":[0,0,0]},"n":["0p2_1_0p8_0","0p2_1_0p8_0","0p2_1_0p8_0"],"t":40,"s":[0,100,100],"e":[100,100,100]},{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.8,0.8,0.8],"y":[0,0,0]},"n":["0p05_1_0p8_0","0p05_1_0p8_0","0p05_1_0p8_0"],"t":65,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":185.382,"s":[100,100,100],"e":[0,0,100]},{"t":210.3818359375}],"ix":6}},"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":[[82.032,-59.533],[207.759,-59.533],[207.759,-141.761],[82.032,-141.761]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964705884457,0.298039227724,0.266666680574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 111","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":40,"op":226,"st":40,"bm":0},{"ddd":0,"ind":95,"ty":4,"nm":"Group 127","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":185.534,"s":[747.759,398.239,0],"e":[1289.759,398.239,0],"to":[0,0,0],"ti":[0,0,0]},{"t":210.5341796875}],"ix":2},"a":{"a":0,"k":[207.759,-141.761,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.2,0.2,0.2],"y":[1,1,1]},"o":{"x":[0.8,0.8,0.8],"y":[0,0,0]},"n":["0p2_1_0p8_0","0p2_1_0p8_0","0p2_1_0p8_0"],"t":73,"s":[0,0,100],"e":[100,100,100]},{"t":100}],"ix":6}},"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":[[207.759,-59.533],[272.661,-59.533],[272.661,-141.761],[207.759,-141.761]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.760784327984,0.623529434204,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 127","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":73,"op":226,"st":73,"bm":0},{"ddd":0,"ind":96,"ty":4,"nm":"Group 71","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":185.688,"s":[812.661,480.467,0],"e":[1092.661,480.467,0],"to":[0,0,0],"ti":[0,0,0]},{"t":210.6875}],"ix":2},"a":{"a":0,"k":[272.661,-59.533,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":94,"s":[0,0,100],"e":[100,100,100]},{"t":124}],"ix":6}},"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":[[363.274,-59.533],[272.661,-59.533],[272.661,-179.29],[363.274,-179.29]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.988235294819,0.929411768913,0.35686275363,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 71","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":94,"op":226,"st":94,"bm":0},{"ddd":0,"ind":97,"ty":4,"nm":"Group 117","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":185.84,"s":[903.274,420.492,0],"e":[903.274,1148.492,0],"to":[0,0,0],"ti":[0,0,0]},{"t":211}],"ix":2},"a":{"a":0,"k":[363.274,-119.508,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.2,0.2,0.2],"y":[1,1,1]},"o":{"x":[0.2,0.2,0.2],"y":[0,0,0]},"n":["0p2_1_0p2_0","0p2_1_0p2_0","0p2_1_0p2_0"],"t":124,"s":[0,100,100],"e":[100,100,100]},{"t":150}],"ix":6}},"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":[[540,-59.533],[363.274,-59.533],[363.274,-179.484],[540,-179.484]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941176474094,0.486274510622,0.521568655968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 117","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":124,"op":226,"st":124,"bm":0},{"ddd":0,"ind":98,"ty":4,"nm":"Group 112","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":185.992,"s":[129.6,347.993,0],"e":[129.6,-188.007,0],"to":[0,0,0],"ti":[0,0,0]},{"t":210.9921875}],"ix":2},"a":{"a":0,"k":[-410.4,-192.007,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.2,0.2,0.2],"y":[1,1,1]},"o":{"x":[0.8,0.8,0.8],"y":[0,0,0]},"n":["0p2_1_0p8_0","0p2_1_0p8_0","0p2_1_0p8_0"],"t":71,"s":[0,100,100],"e":[100,100,100]},{"t":96}],"ix":6}},"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":[[-305.413,-179.538],[-410.4,-179.538],[-410.4,-204.476],[-305.413,-204.476]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.760784327984,0.623529434204,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 112","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":71,"op":226,"st":71,"bm":0},{"ddd":0,"ind":99,"ty":4,"nm":"Group 121","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":186.146,"s":[248.357,335.524,0],"e":[248.357,-200.476,0],"to":[0,0,0],"ti":[0,0,0]},{"t":211.1455078125}],"ix":2},"a":{"a":0,"k":[-291.643,-204.476,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":43,"s":[0,0,100],"e":[100,100,100]},{"t":80}],"ix":6}},"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":[[-291.643,-179.538],[-305.337,-179.538],[-305.337,-204.476],[-291.643,-204.476]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741176486015,0.68235296011,0.803921580315,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 121","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":43,"op":226,"st":43,"bm":0},{"ddd":0,"ind":100,"ty":4,"nm":"Group 114","parent":2,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-311.309,-299.704,0],"ix":2},"a":{"a":0,"k":[-311.309,-299.704,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":18,"s":[100,1,100],"e":[100,100,100]},{"t":43}],"ix":6}},"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":[[-330.975,-204.69],[-291.643,-204.69],[-291.643,-299.704],[-330.975,-299.704]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941176474094,0.486274510622,0.521568655968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 114","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":18,"op":226,"st":18,"bm":0},{"ddd":0,"ind":101,"ty":4,"nm":"Group 88","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":186.45,"s":[209.025,240.296,0],"e":[-12.975,240.296,0],"to":[0,0,0],"ti":[0,0,0]},{"t":211.4501953125}],"ix":2},"a":{"a":0,"k":[-330.975,-299.704,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":25,"s":[0,0,100],"e":[100,100,100]},{"t":57}],"ix":6}},"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":[[-330.975,-204.69],[-410.4,-204.69],[-410.4,-299.704],[-330.975,-299.704]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.470588237047,0.35686275363,0.654901981354,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 88","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":25,"op":226,"st":25,"bm":0},{"ddd":0,"ind":102,"ty":4,"nm":"Group 113","parent":101,"sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":186.604,"s":[-410.4,-299.704,0],"e":[-567.4,-299.704,0],"to":[0,0,0],"ti":[0,0,0]},{"t":211.603515625}],"ix":2},"a":{"a":0,"k":[-410.4,-299.704,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":37,"s":[0,0,100],"e":[100,100,100]},{"t":67}],"ix":6}},"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":[[-410.4,-179.753],[-539.919,-179.753],[-539.919,-299.704],[-410.4,-299.704]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964705884457,0.298039227724,0.266666680574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 113","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":37,"op":226,"st":37,"bm":0},{"ddd":0,"ind":103,"ty":4,"nm":"Group 122","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":186.756,"s":[326.8,319.905,0],"e":[1096.8,319.905,0],"to":[0,0,0],"ti":[0,0,0]},{"t":211.755859375}],"ix":2},"a":{"a":0,"k":[-213.2,-220.095,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":25,"s":[0,0,100],"e":[100,100,100]},{"t":51}],"ix":6}},"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":[[-144.535,-220.095],[-213.2,-220.095],[-213.2,-299.704],[-144.535,-299.704]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741176486015,0.68235296011,0.803921580315,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 122","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":25,"op":226,"st":25,"bm":0},{"ddd":0,"ind":104,"ty":4,"nm":"Group 136","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},"n":"0p833_0p833_0p167_0p167","t":39,"s":[1139.128,300.343,0],"e":[454.128,300.343,0],"to":[0,0,0],"ti":[0,0,0]},{"t":63}],"ix":2,"x":"var $bm_rt;\nvar config = [\n {\n 'top': 0.2,\n 'left': 0,\n 'width': 0.45454545454545,\n 'right': 0.45454545454545,\n 'middle': 0.22727272727273,\n 'topVelocity': {\n 'speed': 0,\n 'influence': 72\n },\n 'a': -3.872\n },\n {\n 'top': 1,\n 'left': 0.45454545454545,\n 'width': 0.54545454545455,\n 'right': 1,\n 'middle': 1,\n 'topVelocity': {\n 'speed': 0,\n 'influence': 72\n },\n 'a': -3.36111111111111\n }\n ];\nvar mode = 'Out';\nvar isPathShape = false;\nvar easeFunc = function (a, b, c, d, e) {\n var f = config;\n if (a /= d, 0 > a)\n return e || b;\n if (a > 1)\n return e || c + b;\n for (var g = 0; g < f.length && a >= f[g].right;)\n g++;\n g == f.length && (g = f.length - 1);\n var h = f[g];\n return a -= h.middle, a = h.a * a * a + h.top, c * a + b;\n};\nfunction getDimensions() {\n try {\n key(1)[2].length;\n return 3;\n } catch (e) {\n }\n try {\n key(1)[1].length;\n return 2;\n } catch (e) {\n }\n return 1;\n}\nfunction getNormalizedValue(value, dim) {\n if (dim == 1)\n return [value];\n var vals = [];\n for (var i = 0; i < dim; i++)\n vals.push(value[i]);\n return vals;\n}\nfunction easeBootstrap() {\n if (numKeys < 2)\n return value;\n var ease = easeFunc;\n switch (mode) {\n case 'Out':\n ease = function easeOut(t, b, c, d) {\n return -1 * easeFunc(d - t, b, c, d) + 2 * b + c;\n };\n }\n var key1 = key(1);\n var key2 = key(2);\n var t = sub(time, key1.time);\n var d = sub(key2.time, key1.time);\n if (isPathShape) {\n var b = key1.time;\n var c = sub(key2.time, key1.time);\n return valueAtTime(ease(t, b, c, d, value));\n } else {\n var values = [];\n var propertyDimensions = getDimensions();\n var vals = getNormalizedValue(value, propertyDimensions);\n for (var i = 0; i < propertyDimensions; i++) {\n var b = key1[i];\n var c = sub(key2[i], key1[i]);\n values.push(ease(t, b, c, d, vals[i]));\n }\n if (propertyDimensions == 1)\n return values[0];\n else\n return values;\n }\n}\ntry {\n $bm_rt = easeBootstrap() || value;\n} catch (e) {\n $bm_rt = value;\n}"},"a":{"a":0,"k":[-85.872,-239.657,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-27.209,-179.61],[-144.535,-179.61],[-144.535,-299.704],[-27.209,-299.704]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.980392158031,0.792156875134,0.003921568859,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":186.908,"s":[0,0],"e":[0,-410],"to":[0,0],"ti":[0,0]},{"t":211.908203125}],"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":"Group 136","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":39,"op":226,"st":39,"bm":0},{"ddd":0,"ind":105,"ty":4,"nm":"Group 64","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":65,"s":[-180],"e":[0]},{"t":96}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":187.062,"s":[512.791,240.296,0],"e":[1124.791,240.296,0],"to":[0,0,0],"ti":[0,0,0]},{"t":212.0615234375}],"ix":2},"a":{"a":0,"k":[-27.209,-299.704,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.2,0.2,0.2],"y":[1,1,1]},"o":{"x":[0.8,0.8,0.8],"y":[0,0,0]},"n":["0p2_1_0p8_0","0p2_1_0p8_0","0p2_1_0p8_0"],"t":65,"s":[0,0,100],"e":[100,100,100]},{"t":96}],"ix":6}},"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":[[89.908,-179.484],[-27.209,-179.484],[-27.209,-299.704],[89.908,-299.704]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964705884457,0.298039227724,0.266666680574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 64","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":65,"op":226,"st":65,"bm":0},{"ddd":0,"ind":106,"ty":4,"nm":"Group 116","parent":105,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.8,"y":1},"o":{"x":0.8,"y":0},"n":"0p8_1_0p8_0","t":80,"s":[89.908,-214.641,0],"e":[89.908,-264.641,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.8,"y":0.8},"n":"0p667_0p667_0p8_0p8","t":100,"s":[89.908,-264.641,0],"e":[89.908,-264.641,0],"to":[0,0,0],"ti":[0,0,0]},{"t":187.2138671875}],"ix":2},"a":{"a":0,"k":[89.908,-264.641,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.8,0.8,0.8],"y":[1,1,1]},"o":{"x":[0.8,0.8,0.8],"y":[0,0,0]},"n":["0p8_1_0p8_0","0p8_1_0p8_0","0p8_1_0p8_0"],"t":80,"s":[0,100,100],"e":[100,100,100]},{"t":100}],"ix":6}},"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":[[128.819,-229.578],[89.908,-229.578],[89.908,-299.704],[128.819,-299.704]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741176486015,0.68235296011,0.803921580315,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 116","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":80,"op":226,"st":80,"bm":0},{"ddd":0,"ind":107,"ty":4,"nm":"Group 124","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":187.366,"s":[629.908,310.422,0],"e":[1289.908,310.422,0],"to":[0,0,0],"ti":[0,0,0]},{"t":212.3662109375}],"ix":2},"a":{"a":0,"k":[89.908,-229.578,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.9,0.9,0.9],"y":[1,1,1]},"o":{"x":[0.9,0.9,0.9],"y":[0,0,0]},"n":["0p9_1_0p9_0","0p9_1_0p9_0","0p9_1_0p9_0"],"t":94,"s":[0,0,100],"e":[100,100,100]},{"t":117}],"ix":6}},"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":[[89.908,-179.29],[207.248,-179.29],[207.248,-229.578],[89.908,-229.578]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.980392158031,0.792156875134,0.003921568859,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 124","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":94,"op":226,"st":94,"bm":0},{"ddd":0,"ind":108,"ty":4,"nm":"Group 73","parent":106,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[128.819,-264.748,0],"ix":2},"a":{"a":0,"k":[128.819,-264.748,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":96,"s":[0,100,100],"e":[100,100,100]},{"t":123}],"ix":6}},"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":[[272.661,-229.792],[128.819,-229.792],[128.819,-299.704],[272.661,-299.704]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964705884457,0.298039227724,0.266666680574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 73","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":96,"op":226,"st":96,"bm":0},{"ddd":0,"ind":109,"ty":4,"nm":"Group 75","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":187.672,"s":[747.248,335.469,0],"e":[1415.248,335.469,0],"to":[0,0,0],"ti":[0,0,0]},{"t":212.671875}],"ix":2},"a":{"a":0,"k":[207.248,-204.531,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.2,0.2,0.2],"y":[1,1,1]},"o":{"x":[0.2,0.2,0.2],"y":[0,0,0]},"n":["0p2_1_0p2_0","0p2_1_0p2_0","0p2_1_0p2_0"],"t":117,"s":[0,100,100],"e":[100,100,100]},{"t":139}],"ix":6}},"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":[[333.455,-179.484],[207.248,-179.484],[207.248,-229.578],[333.455,-229.578]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.470588237047,0.35686275363,0.654901981354,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 75","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":117,"op":226,"st":117,"bm":0},{"ddd":0,"ind":110,"ty":4,"nm":"Group 66","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":187.824,"s":[812.661,240.296,0],"e":[812.661,-109.704,0],"to":[0,0,0],"ti":[0,0,0]},{"t":212.82421875}],"ix":2},"a":{"a":0,"k":[272.661,-299.704,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":118,"s":[0,0,100],"e":[100,100,100]},{"t":144}],"ix":6}},"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":[[519.915,-229.792],[272.661,-229.792],[272.661,-299.704],[519.915,-299.704]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.196078434587,0.57647061348,0.741176486015,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 66","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":118,"op":226,"st":118,"bm":0},{"ddd":0,"ind":111,"ty":4,"nm":"Group 95","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":117,"s":[1176.635,335.469,0],"e":[966.635,335.469,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.05,"y":0.05},"n":"0p667_0p667_0p05_0p05","t":139,"s":[966.635,335.469,0],"e":[966.635,335.469,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":187.978,"s":[966.635,335.469,0],"e":[1262.635,335.469,0],"to":[0,0,0],"ti":[0,0,0]},{"t":212.9775390625}],"ix":2},"a":{"a":0,"k":[426.635,-204.531,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[519.915,-179.484],[333.354,-179.484],[333.354,-229.578],[519.915,-229.578]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.980392158031,0.792156875134,0.003921568859,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 95","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":117,"op":226,"st":117,"bm":0},{"ddd":0,"ind":112,"ty":4,"nm":"Group 86","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":188.13,"s":[1080,300.406,0],"e":[1080,-71.594,0],"to":[0,0,0],"ti":[0,0,0]},{"t":213.1298828125}],"ix":2},"a":{"a":0,"k":[540,-239.594,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.2,0.2,0.2],"y":[1,1,1]},"o":{"x":[0.2,0.2,0.2],"y":[0,0,0]},"n":["0p2_1_0p2_0","0p2_1_0p2_0","0p2_1_0p2_0"],"t":136,"s":[0,100,100],"e":[100,100,100]},{"t":150}],"ix":6}},"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":[[540,-179.547],[519.915,-179.547],[519.915,-299.642],[540,-299.642]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741176486015,0.803921580315,0.847058832645,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 86","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":136,"op":226,"st":136,"bm":0},{"ddd":0,"ind":113,"ty":4,"nm":"Group 50","parent":2,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.05],"y":[1]},"o":{"x":[0.05],"y":[0]},"n":["0p05_1_0p05_0"],"t":14,"s":[-178],"e":[0]},{"t":40}],"ix":10},"p":{"a":0,"k":[-361.83,-299.473,0],"ix":2},"a":{"a":0,"k":[-361.83,-299.473,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":14,"s":[0,0,100],"e":[100,100,100]},{"t":40}],"ix":6}},"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":[[-361.83,-299.473],[-422.593,-299.473],[-422.593,-338.618],[-361.83,-338.618]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.560784339905,0.811764717102,0.760784327984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 50","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":14,"op":226,"st":14,"bm":0},{"ddd":0,"ind":114,"ty":4,"nm":"Group 134","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":18,"s":[-62.256,180.248,0],"e":[58.744,180.248,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.05,"y":0.05},"n":"0p667_0p667_0p05_0p05","t":43,"s":[58.744,180.248,0],"e":[58.744,180.248,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":188.436,"s":[58.744,180.248,0],"e":[58.744,-63.752,0],"to":[0,0,0],"ti":[0,0,0]},{"t":213.435546875}],"ix":2},"a":{"a":0,"k":[-481.256,-359.752,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-422.593,-299.704],[-539.919,-299.704],[-539.919,-419.799],[-422.593,-419.799]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.980392158031,0.792156875134,0.003921568859,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 134","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":18,"op":226,"st":18,"bm":0},{"ddd":0,"ind":115,"ty":4,"nm":"Group 52","parent":2,"sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":188.588,"s":[-291.643,-338.387,0],"e":[-691.643,-338.387,0],"to":[0,0,0],"ti":[0,0,0]},{"t":213.587890625}],"ix":2},"a":{"a":0,"k":[-291.643,-338.387,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":20,"s":[0,0,100],"e":[100,100,100]},{"t":45}],"ix":6}},"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":[[-157.341,-338.387],[-291.643,-338.387],[-291.643,-419.799],[-157.341,-419.799]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941176474094,0.486274510622,0.521568655968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 52","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":20,"op":226,"st":20,"bm":0},{"ddd":0,"ind":116,"ty":4,"nm":"Group 48","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},"n":"0p833_0p833_0p167_0p167","t":43,"s":[1177.504,220.954,0],"e":[373.504,220.954,0],"to":[0,0,0],"ti":[0,0,0]},{"t":69}],"ix":2,"x":"var $bm_rt;\nvar config = [\n {\n 'top': 0.046,\n 'left': 0,\n 'width': 0.27472527472527,\n 'right': 0.27472527472527,\n 'middle': 0.13736263736264,\n 'topVelocity': {\n 'speed': 0,\n 'influence': 64.8\n },\n 'a': -2.4379264\n },\n {\n 'top': 0.1,\n 'left': 0.27472527472527,\n 'width': 0.32967032967033,\n 'right': 0.6043956043956,\n 'middle': 0.43956043956044,\n 'topVelocity': {\n 'speed': 0,\n 'influence': 72\n },\n 'a': -3.68044444444444\n },\n {\n 'top': 1,\n 'left': 0.6043956043956,\n 'width': 0.3956043956044,\n 'right': 1,\n 'middle': 1,\n 'topVelocity': {\n 'speed': 0,\n 'influence': 72\n },\n 'a': -6.38966049382716\n }\n ];\nvar mode = 'Out';\nvar isPathShape = false;\nvar easeFunc = function (a, b, c, d, e) {\n var f = config;\n if (a /= d, 0 > a)\n return e || b;\n if (a > 1)\n return e || c + b;\n for (var g = 0; g < f.length && a >= f[g].right;)\n g++;\n g == f.length && (g = f.length - 1);\n var h = f[g];\n return a -= h.middle, a = h.a * a * a + h.top, c * a + b;\n};\nfunction getDimensions() {\n try {\n key(1)[2].length;\n return 3;\n } catch (e) {\n }\n try {\n key(1)[1].length;\n return 2;\n } catch (e) {\n }\n return 1;\n}\nfunction getNormalizedValue(value, dim) {\n if (dim == 1)\n return [value];\n var vals = [];\n for (var i = 0; i < dim; i++)\n vals.push(value[i]);\n return vals;\n}\nfunction easeBootstrap() {\n if (numKeys < 2)\n return value;\n var ease = easeFunc;\n switch (mode) {\n case 'Out':\n ease = function easeOut(t, b, c, d) {\n return -1 * easeFunc(d - t, b, c, d) + 2 * b + c;\n };\n }\n var key1 = key(1);\n var key2 = key(2);\n var t = sub(time, key1.time);\n var d = sub(key2.time, key1.time);\n if (isPathShape) {\n var b = key1.time;\n var c = sub(key2.time, key1.time);\n return valueAtTime(ease(t, b, c, d, value));\n } else {\n var values = [];\n var propertyDimensions = getDimensions();\n var vals = getNormalizedValue(value, propertyDimensions);\n for (var i = 0; i < propertyDimensions; i++) {\n var b = key1[i];\n var c = sub(key2[i], key1[i]);\n values.push(ease(t, b, c, d, vals[i]));\n }\n if (propertyDimensions == 1)\n return values[0];\n else\n return values;\n }\n}\ntry {\n $bm_rt = easeBootstrap() || value;\n} catch (e) {\n $bm_rt = value;\n}"},"a":{"a":0,"k":[-166.496,-319.046,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-149.661,-299.704],[-183.332,-299.704],[-183.332,-338.387],[-149.661,-338.387]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.760784327984,0.623529434204,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":188.74,"s":[0,0],"e":[0,-255],"to":[0,0],"ti":[0,0]},{"t":213.740234375}],"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":"Group 48","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":43,"op":226,"st":43,"bm":0},{"ddd":0,"ind":117,"ty":4,"nm":"Group 49","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},"n":"0p833_0p833_0p167_0p167","t":34,"s":[1141.826,220.954,0],"e":[337.826,220.954,0],"to":[0,0,0],"ti":[0,0,0]},{"t":60}],"ix":2,"x":"var $bm_rt;\nvar config = [\n {\n 'top': 0.046,\n 'left': 0,\n 'width': 0.27472527472527,\n 'right': 0.27472527472527,\n 'middle': 0.13736263736264,\n 'topVelocity': {\n 'speed': 0,\n 'influence': 64.8\n },\n 'a': -2.4379264\n },\n {\n 'top': 0.1,\n 'left': 0.27472527472527,\n 'width': 0.32967032967033,\n 'right': 0.6043956043956,\n 'middle': 0.43956043956044,\n 'topVelocity': {\n 'speed': 0,\n 'influence': 72\n },\n 'a': -3.68044444444444\n },\n {\n 'top': 1,\n 'left': 0.6043956043956,\n 'width': 0.3956043956044,\n 'right': 1,\n 'middle': 1,\n 'topVelocity': {\n 'speed': 0,\n 'influence': 72\n },\n 'a': -6.38966049382716\n }\n ];\nvar mode = 'Out';\nvar isPathShape = false;\nvar easeFunc = function (a, b, c, d, e) {\n var f = config;\n if (a /= d, 0 > a)\n return e || b;\n if (a > 1)\n return e || c + b;\n for (var g = 0; g < f.length && a >= f[g].right;)\n g++;\n g == f.length && (g = f.length - 1);\n var h = f[g];\n return a -= h.middle, a = h.a * a * a + h.top, c * a + b;\n};\nfunction getDimensions() {\n try {\n key(1)[2].length;\n return 3;\n } catch (e) {\n }\n try {\n key(1)[1].length;\n return 2;\n } catch (e) {\n }\n return 1;\n}\nfunction getNormalizedValue(value, dim) {\n if (dim == 1)\n return [value];\n var vals = [];\n for (var i = 0; i < dim; i++)\n vals.push(value[i]);\n return vals;\n}\nfunction easeBootstrap() {\n if (numKeys < 2)\n return value;\n var ease = easeFunc;\n switch (mode) {\n case 'Out':\n ease = function easeOut(t, b, c, d) {\n return -1 * easeFunc(d - t, b, c, d) + 2 * b + c;\n };\n }\n var key1 = key(1);\n var key2 = key(2);\n var t = sub(time, key1.time);\n var d = sub(key2.time, key1.time);\n if (isPathShape) {\n var b = key1.time;\n var c = sub(key2.time, key1.time);\n return valueAtTime(ease(t, b, c, d, value));\n } else {\n var values = [];\n var propertyDimensions = getDimensions();\n var vals = getNormalizedValue(value, propertyDimensions);\n for (var i = 0; i < propertyDimensions; i++) {\n var b = key1[i];\n var c = sub(key2[i], key1[i]);\n values.push(ease(t, b, c, d, vals[i]));\n }\n if (propertyDimensions == 1)\n return values[0];\n else\n return values;\n }\n}\ntry {\n $bm_rt = easeBootstrap() || value;\n} catch (e) {\n $bm_rt = value;\n}"},"a":{"a":0,"k":[-202.174,-319.046,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-183.332,-299.704],[-221.016,-299.704],[-221.016,-338.387],[-183.332,-338.387]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.984313726425,0.721568644047,0.75686275959,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":188.894,"s":[0,0],"e":[0,-260],"to":[0,0],"ti":[0,0]},{"t":213.8935546875}],"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":"Group 49","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":34,"op":226,"st":34,"bm":0},{"ddd":0,"ind":118,"ty":4,"nm":"Group 51","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},"n":"0p833_0p833_0p167_0p167","t":25,"s":[1104.142,220.723,0],"e":[300.142,220.723,0],"to":[0,0,0],"ti":[0,0,0]},{"t":51}],"ix":2,"x":"var $bm_rt;\nvar config = [\n {\n 'top': 0.046,\n 'left': 0,\n 'width': 0.27472527472527,\n 'right': 0.27472527472527,\n 'middle': 0.13736263736264,\n 'topVelocity': {\n 'speed': 0,\n 'influence': 64.8\n },\n 'a': -2.4379264\n },\n {\n 'top': 0.1,\n 'left': 0.27472527472527,\n 'width': 0.32967032967033,\n 'right': 0.6043956043956,\n 'middle': 0.43956043956044,\n 'topVelocity': {\n 'speed': 0,\n 'influence': 72\n },\n 'a': -3.68044444444444\n },\n {\n 'top': 1,\n 'left': 0.6043956043956,\n 'width': 0.3956043956044,\n 'right': 1,\n 'middle': 1,\n 'topVelocity': {\n 'speed': 0,\n 'influence': 72\n },\n 'a': -6.38966049382716\n }\n ];\nvar mode = 'Out';\nvar isPathShape = false;\nvar easeFunc = function (a, b, c, d, e) {\n var f = config;\n if (a /= d, 0 > a)\n return e || b;\n if (a > 1)\n return e || c + b;\n for (var g = 0; g < f.length && a >= f[g].right;)\n g++;\n g == f.length && (g = f.length - 1);\n var h = f[g];\n return a -= h.middle, a = h.a * a * a + h.top, c * a + b;\n};\nfunction getDimensions() {\n try {\n key(1)[2].length;\n return 3;\n } catch (e) {\n }\n try {\n key(1)[1].length;\n return 2;\n } catch (e) {\n }\n return 1;\n}\nfunction getNormalizedValue(value, dim) {\n if (dim == 1)\n return [value];\n var vals = [];\n for (var i = 0; i < dim; i++)\n vals.push(value[i]);\n return vals;\n}\nfunction easeBootstrap() {\n if (numKeys < 2)\n return value;\n var ease = easeFunc;\n switch (mode) {\n case 'Out':\n ease = function easeOut(t, b, c, d) {\n return -1 * easeFunc(d - t, b, c, d) + 2 * b + c;\n };\n }\n var key1 = key(1);\n var key2 = key(2);\n var t = sub(time, key1.time);\n var d = sub(key2.time, key1.time);\n if (isPathShape) {\n var b = key1.time;\n var c = sub(key2.time, key1.time);\n return valueAtTime(ease(t, b, c, d, value));\n } else {\n var values = [];\n var propertyDimensions = getDimensions();\n var vals = getNormalizedValue(value, propertyDimensions);\n for (var i = 0; i < propertyDimensions; i++) {\n var b = key1[i];\n var c = sub(key2[i], key1[i]);\n values.push(ease(t, b, c, d, vals[i]));\n }\n if (propertyDimensions == 1)\n return values[0];\n else\n return values;\n }\n}\ntry {\n $bm_rt = easeBootstrap() || value;\n} catch (e) {\n $bm_rt = value;\n}"},"a":{"a":0,"k":[-239.858,-319.277,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-221.016,-299.704],[-258.699,-299.704],[-258.699,-338.85],[-221.016,-338.85]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.560784339905,0.811764717102,0.760784327984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":189.046,"s":[0,0],"e":[0,-266],"to":[0,0],"ti":[0,0]},{"t":214.0458984375}],"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":"Group 51","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":25,"op":226,"st":25,"bm":0},{"ddd":0,"ind":119,"ty":4,"nm":"Group 47","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":189.198,"s":[431.626,220.954,0],"e":[431.626,-22.046,0],"to":[0,0,0],"ti":[0,0,0]},{"t":214.1982421875}],"ix":2},"a":{"a":0,"k":[-108.374,-319.046,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":69,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-148.087,-299.591],[-149.661,-299.704],[-149.661,-338.387],[-148.087,-338.273]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-67.087,-299.704],[-149.661,-299.704],[-149.661,-338.387],[-67.087,-338.387]],"c":true}]},{"t":94}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.470588237047,0.35686275363,0.654901981354,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 47","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":69,"op":226,"st":69,"bm":0},{"ddd":0,"ind":120,"ty":4,"nm":"Group 46","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.05],"y":[1]},"o":{"x":[0.05],"y":[0]},"n":["0p05_1_0p05_0"],"t":46,"s":[-89],"e":[0]},{"t":71}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":189.352,"s":[382.659,120.201,0],"e":[382.659,-94.799,0],"to":[0,0,0],"ti":[0,0,0]},{"t":214.3515625}],"ix":2},"a":{"a":0,"k":[-157.341,-419.799,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":46,"s":[0,0,100],"e":[100,100,100]},{"t":71}],"ix":6}},"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":[[-121.048,-338.387],[-157.341,-338.387],[-157.341,-419.799],[-121.048,-419.799]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.988235294819,0.929411768913,0.35686275363,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 46","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":46,"op":226,"st":46,"bm":0},{"ddd":0,"ind":121,"ty":4,"nm":"OPACITY BLOCK","sr":1,"ks":{"o":{"a":1,"k":[{"t":70,"s":[100],"h":1},{"t":71.28,"s":[0],"h":1},{"t":72.56,"s":[45],"h":1},{"t":73.84,"s":[45],"h":1},{"t":75.12,"s":[0],"h":1},{"t":76.4,"s":[0],"h":1},{"t":77.68,"s":[97],"h":1},{"t":78.96,"s":[17],"h":1},{"t":80.24,"s":[60],"h":1},{"t":81.52,"s":[67],"h":1},{"t":82.8,"s":[100],"h":1},{"t":84.08,"s":[0],"h":1},{"t":85.36,"s":[0],"h":1},{"t":86.64,"s":[100],"h":1},{"t":87.92,"s":[100],"h":1},{"t":89.2,"s":[20],"h":1},{"t":90.48,"s":[20],"h":1},{"t":91.76,"s":[0],"h":1},{"t":93.04,"s":[100],"h":1},{"t":94.32,"s":[100],"h":1},{"t":95.6,"s":[100],"h":1},{"t":96.88,"s":[35],"h":1},{"t":98.16,"s":[0],"h":1},{"t":99.44,"s":[0],"h":1},{"t":100.72,"s":[0],"h":1},{"t":102,"s":[100],"h":1}],"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},"n":"0p667_1_0p333_0","t":189.504,"s":[445.933,160.907,0],"e":[445.933,-138.093,0],"to":[0,0,0],"ti":[0,0,0]},{"t":214.50390625}],"ix":2},"a":{"a":0,"k":[-94.067,-379.093,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-121.048,-338.387],[-67.087,-338.387],[-67.087,-419.799],[-121.048,-419.799]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.980392158031,0.792156875134,0.003921568859,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 45","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":70,"op":226,"st":70,"bm":0},{"ddd":0,"ind":122,"ty":4,"nm":"Group 43","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":189.81,"s":[532.07,120.201,0],"e":[532.07,-209.799,0],"to":[0,0,0],"ti":[0,0,0]},{"t":214.8095703125}],"ix":2},"a":{"a":0,"k":[-7.93,-419.799,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":102,"s":[0,0,100],"e":[100,100,100]},{"t":122}],"ix":6}},"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":[[230.543,-299.704],[-7.93,-299.704],[-7.93,-419.799],[230.543,-419.799]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941176474094,0.486274510622,0.521568655968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 43","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":102,"op":226,"st":102,"bm":0},{"ddd":0,"ind":123,"ty":4,"nm":"Group 42","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":125,"s":[1152.796,161.902,0],"e":[842.796,161.902,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":145,"s":[842.796,161.902,0],"e":[842.796,161.902,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":189.962,"s":[842.796,161.902,0],"e":[1246.796,161.902,0],"to":[0,0,0],"ti":[0,0,0]},{"t":214.9619140625}],"ix":2},"a":{"a":0,"k":[302.796,-378.098,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ef":[{"ty":5,"nm":"Warp Time","np":7,"mn":"ADBE Echo","ix":1,"en":1,"ef":[{"ty":0,"nm":"Echo Time (seconds)","mn":"ADBE Echo-0001","ix":1,"v":{"a":0,"k":-0.016,"ix":1}},{"ty":0,"nm":"Number Of Echoes","mn":"ADBE Echo-0002","ix":2,"v":{"a":0,"k":16,"ix":2}},{"ty":0,"nm":"Starting Intensity","mn":"ADBE Echo-0003","ix":3,"v":{"a":0,"k":1,"ix":3}},{"ty":0,"nm":"Decay","mn":"ADBE Echo-0004","ix":4,"v":{"a":0,"k":1,"ix":4}},{"ty":7,"nm":"Echo Operator","mn":"ADBE Echo-0005","ix":5,"v":{"a":0,"k":2,"ix":5}}]},{"ty":5,"nm":"Edge Smooth","np":9,"mn":"ADBE Matte Choker","ix":2,"en":1,"ef":[{"ty":0,"nm":"Geometric Softness 1","mn":"ADBE Matte Choker-0001","ix":1,"v":{"a":0,"k":0,"ix":1}},{"ty":0,"nm":"Choke 1","mn":"ADBE Matte Choker-0002","ix":2,"v":{"a":0,"k":0,"ix":2}},{"ty":0,"nm":"Gray Level Softness 1","mn":"ADBE Matte Choker-0003","ix":3,"v":{"a":0,"k":0.1,"ix":3}},{"ty":0,"nm":"Geometric Softness 2","mn":"ADBE Matte Choker-0004","ix":4,"v":{"a":0,"k":0,"ix":4}},{"ty":0,"nm":"Choke 2","mn":"ADBE Matte Choker-0005","ix":5,"v":{"a":0,"k":0,"ix":5}},{"ty":0,"nm":"Gray Level Softness 2","mn":"ADBE Matte Choker-0006","ix":6,"v":{"a":0,"k":1,"ix":6}},{"ty":0,"nm":"Iterations","mn":"ADBE Matte Choker-0007","ix":7,"v":{"a":0,"k":1,"ix":7}}]},{"ty":5,"nm":"Object Crush","np":4,"mn":"ADBE Simple Choker","ix":3,"en":0,"ef":[{"ty":7,"nm":"View","mn":"ADBE Simple Choker-0001","ix":1,"v":{"a":0,"k":1,"ix":1}},{"ty":0,"nm":"Choke Matte","mn":"ADBE Simple Choker-0002","ix":2,"v":{"a":0,"k":-0.3,"ix":2}}]}],"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":[[375.048,-336.397],[230.543,-336.397],[230.543,-419.799],[375.048,-419.799]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741176486015,0.803921580315,0.847058832645,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 42","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":125,"op":226,"st":125,"bm":0},{"ddd":0,"ind":124,"ty":4,"nm":"Group 53","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":190.114,"s":[997.463,203.603,0],"e":[997.463,-5.397,0],"to":[0,0,0],"ti":[0,0,0]},{"t":215.1142578125}],"ix":2},"a":{"a":0,"k":[457.463,-336.397,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.9,0.9,0.9],"y":[1,1,1]},"o":{"x":[0.9,0.9,0.9],"y":[0,0,0]},"n":["0p9_1_0p9_0","0p9_1_0p9_0","0p9_1_0p9_0"],"t":128,"s":[100,0,100],"e":[100,100,100]},{"t":150}],"ix":6}},"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":[[375.048,-336.397],[539.879,-336.397],[539.879,-419.799],[375.048,-419.799]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964705884457,0.298039227724,0.266666680574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 53","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":128,"op":226,"st":128,"bm":0},{"ddd":0,"ind":125,"ty":4,"nm":"Group 41","parent":122,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[385.211,-318.051,0],"ix":2},"a":{"a":0,"k":[385.211,-318.051,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":113,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[230.543,-299.704],[231.379,-299.909],[231.379,-336.602],[230.543,-336.397]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[230.543,-299.704],[539.879,-299.704],[539.879,-336.397],[230.543,-336.397]],"c":true}]},{"t":144}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.980392158031,0.792156875134,0.003921568859,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 41","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":113,"op":226,"st":113,"bm":0},{"ddd":0,"ind":126,"ty":4,"nm":"Group 62","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":193.32,"s":[213.988,60.091,0],"e":[213.988,-66.909,0],"to":[0,0,0],"ti":[0,0,0]},{"t":218.3203125}],"ix":2},"a":{"a":0,"k":[-326.012,-479.909,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":25,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-394.191,-419.598],[-394.333,-419.799],[-394.333,-540.019],[-394.191,-539.818]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-257.691,-419.799],[-394.333,-419.799],[-394.333,-540.019],[-257.691,-540.019]],"c":true}]},{"t":50}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741176486015,0.68235296011,0.803921580315,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 62","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":25,"op":226,"st":25,"bm":0},{"ddd":0,"ind":127,"ty":4,"nm":"Group 8","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":193.474,"s":[472.913,20.017,0],"e":[1279.913,20.017,0],"to":[0,0,0],"ti":[0,0,0]},{"t":218.4736328125}],"ix":2},"a":{"a":0,"k":[-67.087,-519.983,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":44,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-257.484,-499.892],[-257.691,-499.946],[-257.691,-540.019],[-257.484,-539.965]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[123.516,-499.946],[-257.691,-499.946],[-257.691,-540.019],[123.516,-540.019]],"c":true}]},{"t":69}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941176474094,0.929411768913,0.823529422283,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 8","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":44,"op":226,"st":44,"bm":0},{"ddd":0,"ind":128,"ty":4,"nm":"Group 10","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":193.626,"s":[377.611,60.091,0],"e":[377.611,-29.909,0],"to":[0,0,0],"ti":[0,0,0]},{"t":218.6259765625}],"ix":2},"a":{"a":0,"k":[-162.389,-479.909,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0,"y":0},"n":"0_1_0_0","t":50,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-257.587,-459.745],[-257.691,-459.872],[-257.691,-499.946],[-257.587,-499.818]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-14.587,-459.74],[-257.691,-459.872],[-257.691,-499.946],[-14.587,-499.813]],"c":true}]},{"i":{"x":0.543,"y":0.982},"o":{"x":0.519,"y":0},"n":"0p543_0p982_0p519_0","t":75,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-14.587,-459.74],[-257.691,-459.872],[-257.691,-499.946],[-14.587,-499.813]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-77.587,-459.745],[-257.691,-459.872],[-257.691,-499.946],[-77.587,-499.818]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.565,"y":0},"n":"0p667_1_0p565_0","t":85,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-77.587,-459.745],[-257.691,-459.872],[-257.691,-499.946],[-77.587,-499.818]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-67.087,-459.872],[-257.691,-459.872],[-257.691,-499.946],[-67.087,-499.946]],"c":true}]},{"t":93}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.988235294819,0.929411768913,0.35686275363,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 10","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":50,"op":226,"st":50,"bm":0},{"ddd":0,"ind":129,"ty":4,"nm":"Group 12","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":193.778,"s":[443.738,100.164,0],"e":[443.738,-76.836,0],"to":[0,0,0],"ti":[0,0,0]},{"t":218.7783203125}],"ix":2},"a":{"a":0,"k":[-96.262,-439.836,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.05,"y":0},"n":"0_1_0p05_0","t":45,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-257.833,-419.598],[-257.691,-419.799],[-257.691,-459.872],[-257.833,-459.671]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[65.167,-419.799],[-257.691,-419.799],[-257.691,-459.872],[65.167,-459.872]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":70,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[65.167,-419.799],[-257.691,-419.799],[-257.691,-459.872],[65.167,-459.872]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[37.167,-419.598],[-257.691,-419.799],[-257.691,-459.872],[37.167,-459.671]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":71,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[37.167,-419.598],[-257.691,-419.799],[-257.691,-459.872],[37.167,-459.671]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[65.167,-419.799],[-257.691,-419.799],[-257.691,-459.872],[65.167,-459.872]],"c":true}]},{"t":75}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.980392158031,0.792156875134,0.003921568859,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 12","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":45,"op":226,"st":45,"bm":0},{"ddd":0,"ind":130,"ty":4,"nm":"Group 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},"n":"0p833_0p833_0p167_0p167","t":59,"s":[1146.561,100.164,0],"e":[668.561,100.164,0],"to":[0,0,0],"ti":[0,0,0]},{"t":79}],"ix":2,"x":"var $bm_rt;\nvar config = [\n {\n 'top': 0.1,\n 'left': 0,\n 'width': 0.45045045045045,\n 'right': 0.45045045045045,\n 'middle': 0.22522522522523,\n 'topVelocity': {\n 'speed': 0,\n 'influence': 72\n },\n 'a': -1.97136\n },\n {\n 'top': 1,\n 'left': 0.45045045045045,\n 'width': 0.54954954954955,\n 'right': 1,\n 'middle': 1,\n 'topVelocity': {\n 'speed': 0,\n 'influence': 72\n },\n 'a': -3.31120666487503\n }\n ];\nvar mode = 'Out';\nvar isPathShape = false;\nvar easeFunc = function (a, b, c, d, e) {\n var f = config;\n if (a /= d, 0 > a)\n return e || b;\n if (a > 1)\n return e || c + b;\n for (var g = 0; g < f.length && a >= f[g].right;)\n g++;\n g == f.length && (g = f.length - 1);\n var h = f[g];\n return a -= h.middle, a = h.a * a * a + h.top, c * a + b;\n};\nfunction getDimensions() {\n try {\n key(1)[2].length;\n return 3;\n } catch (e) {\n }\n try {\n key(1)[1].length;\n return 2;\n } catch (e) {\n }\n return 1;\n}\nfunction getNormalizedValue(value, dim) {\n if (dim == 1)\n return [value];\n var vals = [];\n for (var i = 0; i < dim; i++)\n vals.push(value[i]);\n return vals;\n}\nfunction easeBootstrap() {\n if (numKeys < 2)\n return value;\n var ease = easeFunc;\n switch (mode) {\n case 'Out':\n ease = function easeOut(t, b, c, d) {\n return -1 * easeFunc(d - t, b, c, d) + 2 * b + c;\n };\n }\n var key1 = key(1);\n var key2 = key(2);\n var t = sub(time, key1.time);\n var d = sub(key2.time, key1.time);\n if (isPathShape) {\n var b = key1.time;\n var c = sub(key2.time, key1.time);\n return valueAtTime(ease(t, b, c, d, value));\n } else {\n var values = [];\n var propertyDimensions = getDimensions();\n var vals = getNormalizedValue(value, propertyDimensions);\n for (var i = 0; i < propertyDimensions; i++) {\n var b = key1[i];\n var c = sub(key2[i], key1[i]);\n values.push(ease(t, b, c, d, vals[i]));\n }\n if (propertyDimensions == 1)\n return values[0];\n else\n return values;\n }\n}\ntry {\n $bm_rt = easeBootstrap() || value;\n} catch (e) {\n $bm_rt = value;\n}"},"a":{"a":0,"k":[128.561,-439.836,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[191.956,-419.799],[65.167,-419.799],[65.167,-459.872],[191.956,-459.872]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741176486015,0.68235296011,0.803921580315,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":193.932,"s":[0,0],"e":[0,-194],"to":[0,0],"ti":[0,0]},{"t":218.931640625}],"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":"Group 11","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":59,"op":226,"st":59,"bm":0},{"ddd":0,"ind":131,"ty":4,"nm":"Group 9","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":194.084,"s":[568.214,60.091,0],"e":[568.214,-37.909,0],"to":[0,0,0],"ti":[0,0,0]},{"t":219.083984375}],"ix":2},"a":{"a":0,"k":[28.214,-479.909,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":1,"y":1},"o":{"x":0.9,"y":0},"n":"1_1_0p9_0","t":88,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[123.532,-499.872],[-67.071,-499.872],[-67.087,-499.946],[123.516,-499.946]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[123.516,-459.872],[-67.087,-459.872],[-67.087,-499.946],[123.516,-499.946]],"c":true}]},{"i":{"x":0.09,"y":1},"o":{"x":0.051,"y":0},"n":"0p09_1_0p051_0","t":103,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[123.516,-459.872],[-67.087,-459.872],[-67.087,-499.946],[123.516,-499.946]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[123.532,-473.622],[-67.071,-473.622],[-67.087,-499.946],[123.516,-499.946]],"c":true}]},{"i":{"x":0.953,"y":1},"o":{"x":0.719,"y":0},"n":"0p953_1_0p719_0","t":113,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[123.532,-473.622],[-67.071,-473.622],[-67.087,-499.946],[123.516,-499.946]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[123.516,-459.872],[-67.087,-459.872],[-67.087,-499.946],[123.516,-499.946]],"c":true}]},{"t":122}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.196078434587,0.57647061348,0.741176486015,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 9","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":88,"op":226,"st":88,"bm":0},{"ddd":0,"ind":132,"ty":4,"nm":"Group 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.2,"y":1},"o":{"x":0.2,"y":0},"n":"0p2_1_0p2_0","t":128,"s":[1028.025,-60.909,0],"e":[1028.025,60.091,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":150,"s":[1028.025,60.091,0],"e":[1028.025,60.091,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":194.236,"s":[1028.025,60.091,0],"e":[1146.025,60.091,0],"to":[0,0,0],"ti":[0,0,0]},{"t":219.236328125}],"ix":2},"a":{"a":0,"k":[488.025,-479.909,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[436.172,-419.799],[539.879,-419.799],[539.879,-540.019],[436.172,-540.019]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.980392158031,0.792156875134,0.003921568859,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":128,"op":226,"st":128,"bm":0},{"ddd":0,"ind":133,"ty":4,"nm":"Group 3","parent":134,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[397.107,-479.909,0],"ix":2},"a":{"a":0,"k":[397.107,-479.909,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":120,"s":[0,100,100],"e":[100,100,100]},{"t":151}],"ix":6}},"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":[[397.107,-419.799],[437.068,-419.799],[437.068,-540.019],[397.107,-540.019]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.984313726425,0.721568644047,0.75686275959,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 3","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":104,"op":226,"st":104,"bm":0},{"ddd":0,"ind":134,"ty":4,"nm":"Group 4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.9],"y":[1]},"o":{"x":[0.9],"y":[0]},"n":["0p9_1_0p9_0"],"t":104,"s":[179],"e":[0]},{"t":128}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":194.542,"s":[827.159,120.201,0],"e":[827.159,-4.799,0],"to":[0,0,0],"ti":[0,0,0]},{"t":219.5419921875}],"ix":2},"a":{"a":0,"k":[287.159,-419.799,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.9,0.9,0.9],"y":[1,1,1]},"o":{"x":[0.9,0.9,0.9],"y":[0,0,0]},"n":["0p9_1_0p9_0","0p9_1_0p9_0","0p9_1_0p9_0"],"t":104,"s":[0,0,100],"e":[100,100,100]},{"t":128}],"ix":6}},"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":[[287.159,-419.799],[397.107,-419.799],[397.107,-540.019],[287.159,-540.019]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741176486015,0.803921580315,0.847058832645,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 4","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":104,"op":226,"st":104,"bm":0},{"ddd":0,"ind":135,"ty":4,"nm":"Group 5","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":194.694,"s":[785.842,40.054,0],"e":[1140.842,40.054,0],"to":[0,0,0],"ti":[0,0,0]},{"t":219.6943359375}],"ix":2},"a":{"a":0,"k":[245.842,-499.946,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":95,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[287.159,-459.872],[204.525,-459.872],[204.184,-459.519],[286.819,-459.519]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[287.159,-459.872],[204.525,-459.872],[204.525,-540.019],[287.159,-540.019]],"c":true}]},{"t":118}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.760784327984,0.623529434204,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 5","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":95,"op":226,"st":95,"bm":0},{"ddd":0,"ind":136,"ty":4,"nm":"Group 6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.05],"y":[1]},"o":{"x":[0.05],"y":[0]},"n":["0p05_1_0p05_0"],"t":79,"s":[-180],"e":[0]},{"t":96}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":194.848,"s":[731.956,80.128,0],"e":[1102.956,80.128,0],"to":[0,0,0],"ti":[0,0,0]},{"t":219.84765625}],"ix":2},"a":{"a":0,"k":[191.956,-459.872,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.05,0.05,0.05],"y":[1,1,1]},"o":{"x":[0.05,0.05,0.05],"y":[0,0,0]},"n":["0p05_1_0p05_0","0p05_1_0p05_0","0p05_1_0p05_0"],"t":79,"s":[0,0,100],"e":[100,100,100]},{"t":96}],"ix":6}},"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":[[191.956,-419.799],[287.159,-419.799],[287.159,-459.872],[191.956,-459.872]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964705884457,0.298039227724,0.266666680574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 6","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":79,"op":226,"st":79,"bm":0},{"ddd":0,"ind":137,"ty":4,"nm":"Group 7","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":195,"s":[663.516,80.128,0],"e":[663.516,-4.872,0],"to":[0,0,0],"ti":[0,0,0]},{"t":220}],"ix":2},"a":{"a":0,"k":[123.516,-459.872,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.9,0.9,0.9],"y":[1,1,1]},"o":{"x":[0.9,0.9,0.9],"y":[0,0,0]},"n":["0p9_1_0p9_0","0p9_1_0p9_0","0p9_1_0p9_0"],"t":100,"s":[0,0,100],"e":[100,100,100]},{"t":117}],"ix":6}},"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":[[123.516,-459.872],[204.525,-459.872],[204.525,-540.019],[123.516,-540.019]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.470588237047,0.35686275363,0.654901981354,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 7","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":100,"op":226,"st":100,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"block squares assemble","refId":"comp_11","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[540,540,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1080,"h":1080,"ip":0,"op":226,"st":0,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/construction_site.json b/ohos/flutter_lottie/assets/lottiefiles/construction_site.json new file mode 100644 index 0000000000000000000000000000000000000000..8b96213ed7d5a8619eb3a513ff1612a3518de1c6 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/construction_site.json @@ -0,0 +1 @@ +{"v":"4.12.0","fr":29.9700012207031,"ip":0,"op":92.0000037472368,"w":1920,"h":1080,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"agatoare/AnimatedSVGBase copy Outlines","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},"n":"0p833_0p833_0p167_0p167","t":0,"s":[1156,540,0],"e":[954,540,0],"to":[-33.6666679382324,0,0],"ti":[33.6666679382324,0,0]},{"t":44.0000017921567}],"ix":2},"a":{"a":0,"k":[1104,621,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.046,0],[0,0],[0,1.468],[0,0],[-1.046,0],[0,0],[0,-1.469],[0,0]],"o":[[0,0],[-1.046,0],[0,0],[0,-1.469],[0,0],[1.046,0],[0,0],[0,1.468]],"v":[[14.911,5.075],[-14.91,5.075],[-16.805,2.416],[-16.805,-2.416],[-14.91,-5.075],[14.911,-5.075],[16.805,-2.416],[16.805,2.416]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.026189471226,0.021800777959,0.023204855825,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1341.618,486.779],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.765,0],[0,0],[0,2.765],[0,0],[0,0],[0,0]],"o":[[0,0],[-2.765,0],[0,0],[0,0],[0,0],[0,2.765]],"v":[[0,4.165],[0,4.165],[-5.007,-0.841],[-5.007,-4.165],[5.007,-4.165],[5.007,-0.841]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.026189471226,0.021800777959,0.023204855825,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1341.618,496.019],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":899.000036617021,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"rope/AnimatedSVGBase copy Outlines","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},"n":"0p833_0p833_0p167_0p167","t":0,"s":[1156,540,0],"e":[954,540,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":44,"s":[954,540,0],"e":[954,664,0],"to":[0,0,0],"ti":[0,0,0]},{"t":73.000002973351}],"ix":2},"a":{"a":0,"k":[1104,621,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":44,"s":[100,100,100],"e":[100,215,100]},{"t":73.000002973351}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.263],[0,0],[0,0],[0,0],[0,0],[-0.127,-4.13],[0,-0.057],[0,2.264],[0,0],[0,0],[0,0],[0,0],[0.127,4.129],[0,0.058]],"o":[[0,0],[0,0],[0,0],[0,0],[0,4.131],[0.002,0.058],[0,2.26],[0,0],[0,0],[0,0],[0,0],[0,-4.132],[-0.002,-0.058],[0,-2.26]],"v":[[-1.756,-51.363],[-1.756,-41.081],[-1.756,-16.58],[-1.756,13.034],[-1.756,38.774],[-1.756,51.189],[-1.756,51.362],[1.756,51.362],[1.756,41.08],[1.756,16.579],[1.756,-13.035],[1.756,-38.774],[1.756,-51.189],[1.756,-51.363]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.210735395843,0.179488402722,0.183834165685,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1341.618,551.548],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":899.000036617021,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"payload/AnimatedSVGBase copy Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[-6]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":21,"s":[-6],"e":[0]},{"t":43.0000017514259}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[1396,510,0],"e":[1194,510,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":44,"s":[1194,510,0],"e":[1194,624,0],"to":[0,0,0],"ti":[0,0,0]},{"t":73.000002973351}],"ix":2},"a":{"a":0,"k":[1344,591,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.566,0],[0,0],[0.047,0.277],[0.852,4.962],[0.123,0.722],[0.179,0],[0,0],[0.032,-0.187],[0.852,-4.963],[0.124,-0.721],[-0.095,0.556],[-0.852,4.963],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.141,0.185],[0,0]],"o":[[0,0],[0.308,0],[-0.852,-4.962],[-0.124,-0.722],[-0.033,-0.187],[0,0],[-0.177,0],[-0.852,4.963],[-0.124,0.722],[-0.095,0.553],[0.852,-4.963],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.141,-0.185],[0,0],[-0.565,0]],"v":[[-6.938,8.848],[7.033,8.848],[7.457,8.292],[4.901,-6.595],[4.53,-8.76],[4.106,-9.083],[-4.011,-9.083],[-4.434,-8.76],[-6.99,6.128],[-7.361,8.292],[-6.515,8.526],[-3.959,-6.362],[-3.588,-8.527],[-4.011,-8.205],[4.106,-8.205],[3.683,-8.527],[6.238,6.36],[6.61,8.526],[7.033,7.97],[-6.938,7.97]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.026189471226,0.021800777959,0.023204855825,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1341.57,598.956],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[-6.985,8.526],[6.985,8.526],[4.058,-8.526],[-4.059,-8.526]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.026189471226,0.021800777959,0.023204855825,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1341.618,598.839],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.215,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.899,0.041],[-0.127,0],[0.096,2.134],[2.214,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.9,-0.041],[0.127,0],[-0.095,-2.133]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.9,0],[0.127,-0.002],[2.066,0],[-0.096,-2.14],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.9,0],[-0.126,0.001],[-2.067,0],[0.096,2.141]],"v":[[-111.883,3.951],[-105.858,3.951],[-89.605,3.951],[-65.51,3.951],[-36.112,3.951],[-4.027,3.951],[28.582,3.951],[58.777,3.951],[84.388,3.951],[102.8,3.951],[111.503,3.951],[111.884,3.951],[115.833,0],[111.884,-3.951],[105.858,-3.951],[89.605,-3.951],[65.51,-3.951],[36.113,-3.951],[4.027,-3.951],[-28.581,-3.951],[-58.778,-3.951],[-84.387,-3.951],[-102.801,-3.951],[-111.504,-3.951],[-111.883,-3.951],[-115.834,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239997220507,0.212600722967,0.209819883459,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1341.402,734.311],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1229.518,734.311],[1453.285,734.311]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239634540034,0.208558789422,0.210068287569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.215,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.539,0.033],[-0.111,0],[0.096,2.134],[2.215,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.539,-0.034],[0.111,0],[-0.095,-2.133]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.54,0],[0.111,-0.001],[2.066,0],[-0.095,-2.14],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.539,0],[-0.111,0.001],[-2.067,0],[0.096,2.141]],"v":[[-97.965,3.951],[-92.69,3.951],[-78.458,3.951],[-57.36,3.951],[-31.62,3.951],[-3.526,3.951],[25.026,3.951],[51.467,3.951],[73.891,3.951],[90.011,3.951],[97.632,3.951],[97.965,3.951],[101.916,0],[97.965,-3.95],[92.689,-3.95],[78.458,-3.95],[57.36,-3.95],[31.62,-3.95],[3.526,-3.95],[-25.026,-3.95],[-51.467,-3.95],[-73.891,-3.95],[-90.013,-3.95],[-97.633,-3.95],[-97.965,-3.95],[-101.917,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239997220507,0.212600722967,0.209819883459,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1341.177,714.6],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1243.212,714.6],[1439.143,714.6]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239634540034,0.208558789422,0.210068287569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.215,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.253,0.029],[-0.096,0],[0.096,2.134],[2.214,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.253,-0.029],[0.095,0],[-0.095,-2.133]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.253,0],[0.095,-0.001],[2.066,0],[-0.096,-2.14],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.253,0],[-0.095,0.001],[-2.067,0],[0.096,2.141]],"v":[[-86.845,3.95],[-82.195,3.95],[-69.54,3.95],[-50.823,3.95],[-28.073,3.95],[-3.073,3.95],[22.079,3.95],[45.614,3.95],[65.502,3.95],[79.798,3.95],[86.559,3.95],[86.845,3.95],[90.796,-0.001],[86.845,-3.951],[82.194,-3.951],[69.538,-3.951],[50.823,-3.951],[28.073,-3.951],[3.072,-3.951],[-22.079,-3.951],[-45.615,-3.951],[-65.503,-3.951],[-79.8,-3.951],[-86.561,-3.951],[-86.845,-3.951],[-90.797,-0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239997220507,0.212600722967,0.209819883459,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1341.428,696.406],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1254.583,696.406],[1428.273,696.406]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239634540034,0.208558789422,0.210068287569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"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":[[74.444,-32.309],[-74.444,-32.309],[-120.572,32.309],[120.572,32.309]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.29195284376,0.259144442689,0.259551613004,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1341.58,718.447],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"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":[[-135.888,40.193],[-78.503,-40.193],[78.503,-40.193],[135.888,40.193]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239634540034,0.208558789422,0.210068287569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1341.581,718.447],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"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":[[17.507,4.776],[-17.507,4.776],[-17.507,-4.776],[17.507,-4.776]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.29195284376,0.259144442689,0.259551613004,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1420.796,658.346],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"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":[[-14.151,23.974],[14.151,23.974],[14.151,-23.974],[-14.151,-23.974]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.542994300992,0.508812279795,0.482810345818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1420.69,681.995],"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.402,-0.863],[-1.132,-2.43],[-2.719,-5.835],[-3.291,-7.062],[-2.848,-6.11],[-0.945,-2.028],[-0.495,-0.917],[-0.02,-0.043],[-0.765,0.447],[0.402,0.862],[1.132,2.429],[2.72,5.834],[3.291,7.061],[2.848,6.109],[0.945,2.028],[0.495,0.917],[0.02,0.043],[0.764,-0.447]],"o":[[1.132,2.429],[2.72,5.834],[3.292,7.062],[2.848,6.109],[0.945,2.028],[0.44,0.944],[0.022,0.043],[0.401,0.86],[0.881,-0.515],[-1.133,-2.429],[-2.72,-5.835],[-3.291,-7.062],[-2.848,-6.109],[-0.945,-2.028],[-0.44,-0.944],[-0.023,-0.042],[-0.4,-0.86],[-0.881,0.515]],"v":[[-18.616,-35.799],[-15.219,-28.51],[-7.06,-11.006],[2.815,10.179],[11.358,28.507],[14.194,34.589],[15.523,37.44],[15.583,37.57],[17.986,38.201],[18.616,35.799],[15.219,28.51],[7.059,11.007],[-2.815,-10.178],[-11.359,-28.506],[-14.194,-34.591],[-15.523,-37.44],[-15.584,-37.57],[-17.986,-38.201]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.210735395843,0.179488402722,0.183834165685,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1364.002,642.568],"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.034,-2.013],[1.25,-2.435],[3.016,-5.875],[3.637,-7.084],[3.155,-6.146],[1.467,-3.001],[0.021,-0.042],[-1.033,2.013],[-1.25,2.435],[-3.016,5.875],[-3.636,7.084],[-3.155,6.146],[-1.467,3.001],[-0.021,0.042]],"o":[[-1.25,2.435],[-3.016,5.875],[-3.637,7.084],[-3.155,6.145],[-1.525,2.971],[-0.02,0.042],[-1.03,2.007],[1.25,-2.435],[3.017,-5.875],[3.637,-7.084],[3.155,-6.145],[1.526,-2.971],[0.021,-0.042],[1.031,-2.007]],"v":[[17.393,-37.718],[13.643,-30.413],[4.594,-12.788],[-6.317,8.464],[-15.781,26.9],[-20.361,35.82],[-20.426,35.946],[-17.393,37.718],[-13.643,30.413],[-4.594,12.788],[6.316,-8.464],[15.781,-26.9],[20.36,-35.82],[20.425,-35.946]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.210735395843,0.179488402722,0.183834165685,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1317.426,642.715],"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":899.000036617021,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"houses/AnimatedSVGBase copy Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[960,540,0],"ix":2},"a":{"a":0,"k":[1104,621,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.224,0],[0,0],[0,3.224],[-3.224,0],[0,0],[0,-3.224]],"o":[[0,0],[-3.224,0],[0,-3.224],[0,0],[3.224,0],[0,3.224]],"v":[[838.831,5.837],[-838.831,5.837],[-844.668,0],[-838.831,-5.837],[838.831,-5.837],[844.668,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.542994300992,0.508812279795,0.482810345818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1099.687,1101.795],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[13.202,54.208],[-13.202,54.208],[-13.202,-54.209],[13.202,-54.209]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.29195284376,0.259144442689,0.259551613004,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1195.515,1041.925],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[0,-22.614],[89.625,22.614],[-89.625,22.614]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.097268714157,0.079259318931,0.082637151082,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1096.441,619.063],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.006,-2.215],[-0.014,-4.955],[-0.023,-7.901],[-0.005,-1.821],[-2.138,0.096],[0.007,2.215],[0.014,4.954],[0.022,7.902],[0.005,1.821],[2.137,-0.095]],"o":[[0.014,4.954],[0.022,7.902],[0.005,1.821],[0.006,2.067],[2.135,-0.096],[-0.014,-4.954],[-0.023,-7.902],[-0.005,-1.821],[-0.005,-2.066],[-2.136,0.096]],"v":[[-4.013,-22.016],[-3.971,-7.153],[-3.904,16.552],[-3.889,22.015],[0.062,25.966],[4.012,22.015],[3.971,7.153],[3.904,-16.553],[3.888,-22.016],[-0.062,-25.967]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.384736154594,0.350735503552,0.34428914388,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1096.903,704.072],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.062,-22.016],[0.062,22.016]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1096.902,704.072],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.215,0],[0,0],[0,0],[0,0],[0.096,2.134],[2.215,0],[0,0],[0,0],[0,0],[-0.095,-2.133]],"o":[[0,0],[0,0],[0,0],[2.067,0],[-0.096,-2.14],[0,0],[0,0],[0,0],[-2.066,0],[0.096,2.141]],"v":[[-21.654,3.951],[-6.997,3.951],[16.336,3.951],[21.654,3.951],[25.604,0],[21.654,-3.95],[6.996,-3.95],[-16.336,-3.95],[-21.654,-3.95],[-25.605,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.384736154594,0.350735503552,0.34428914388,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1097.155,704.845],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1075.5,704.844],[1118.808,704.844]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-11.122],[11.122,0],[0,11.122],[-11.122,0]],"o":[[0,11.122],[-11.122,0],[0,-11.122],[11.122,0]],"v":[[20.138,0],[0,20.138],[-20.138,0],[0,-20.138]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.999999940162,0.999999940162,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1096.836,704.844],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[14.55,0],[0,14.55],[-14.55,0],[0,-14.55]],"o":[[-14.55,0],[0,-14.55],[14.55,0],[0,14.55]],"v":[[0,26.387],[-26.387,0],[0,-26.387],[26.387,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1096.835,704.845],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"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":[[14.493,5.532],[-14.493,5.532],[-14.493,-5.533],[14.493,-5.533]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1049.547,734.274],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"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":[[14.493,5.533],[-14.493,5.533],[-14.493,-5.532],[14.493,-5.532]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1155.09,718.131],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"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":[[14.493,5.533],[-14.493,5.533],[-14.493,-5.533],[14.493,-5.533]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1150.377,791.732],"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"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":[[14.493,5.533],[-14.493,5.533],[-14.493,-5.533],[14.493,-5.533]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1039.448,835.404],"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"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":[[14.493,5.532],[-14.493,5.532],[-14.493,-5.532],[14.493,-5.532]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1140.832,949.432],"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"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":[[14.493,5.532],[-14.493,5.532],[-14.493,-5.533],[14.493,-5.533]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1147.95,906.661],"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":"Group 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"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":[[14.493,5.532],[-14.493,5.532],[-14.493,-5.533],[14.493,-5.533]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1049.547,924.015],"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":"Group 16","np":2,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"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":[[50.824,5.237],[-50.824,5.237],[-50.824,-5.237],[50.824,-5.237]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.665624341778,0.637066411037,0.603830853631,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1111.521,1090.624],"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":"Group 17","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"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":[[45.489,5.237],[-45.489,5.237],[-45.489,-5.237],[45.489,-5.237]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.665624341778,0.637066411037,0.603830853631,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1106.185,1080.15],"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":"Group 18","np":2,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"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":[[40.068,5.237],[-40.068,5.237],[-40.068,-5.237],[40.068,-5.237]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.665624341778,0.637066411037,0.603830853631,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1100.766,1069.676],"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":"Group 19","np":2,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"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":[[34.521,5.237],[-34.521,5.237],[-34.521,-5.237],[34.521,-5.237]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.665624341778,0.637066411037,0.603830853631,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1095.218,1059.201],"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":"Group 20","np":2,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.444],[2.444,0],[0,2.444],[-2.444,0]],"o":[[0,2.444],[-2.444,0],[0,-2.444],[2.444,0]],"v":[[4.426,0],[0,4.426],[-4.426,0],[0,-4.426]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.999999940162,0.999999940162,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1103.703,1018.117],"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":"Group 21","np":2,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"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":[[23.047,-38.228],[-23.047,-38.228],[-23.047,38.228],[23.047,38.228]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1091.417,1015.599],"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":"Group 22","np":2,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"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":[[30.749,-42.285],[-30.749,-42.285],[-30.749,42.285],[30.749,42.285]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.482710984174,0.447433052811,0.429619972379,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1091.446,1011.539],"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":"Group 23","np":2,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false},{"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":[[21.906,2.145],[-21.906,2.145],[-21.906,-2.145],[21.906,-2.145]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1096.704,846.289],"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":"Group 24","np":2,"cix":2,"ix":24,"mn":"ADBE Vector Group","hd":false},{"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":[[21.906,23.698],[-21.906,23.698],[-21.906,-23.698],[21.906,-23.698]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.999999940162,0.999999940162,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1096.704,845.922],"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":"Group 25","np":2,"cix":2,"ix":25,"mn":"ADBE Vector Group","hd":false},{"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":[[31.419,4.18],[-31.419,4.18],[-31.419,-4.18],[31.419,-4.18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239634540034,0.208558789422,0.210068287569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1095.684,882.956],"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":"Group 26","np":2,"cix":2,"ix":26,"mn":"ADBE Vector Group","hd":false},{"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":[[35.152,4.577],[-35.152,4.577],[-35.152,-4.578],[35.152,-4.578]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.29195284376,0.259144442689,0.259551613004,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1096.73,811.405],"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":"Group 27","np":2,"cix":2,"ix":27,"mn":"ADBE Vector Group","hd":false},{"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":[[39.175,4.578],[-39.174,4.578],[-39.174,-4.578],[39.175,-4.578]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.29195284376,0.259144442689,0.259551613004,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1096.71,874.198],"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":"Group 28","np":2,"cix":2,"ix":28,"mn":"ADBE Vector Group","hd":false},{"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":[[-29.363,26.971],[29.363,26.971],[29.363,-26.971],[-29.363,-26.971]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1096.673,842.649],"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":"Group 29","np":2,"cix":2,"ix":29,"mn":"ADBE Vector Group","hd":false},{"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":[[90.086,-7.51],[-90.087,-7.51],[-90.087,7.51],[90.086,7.51]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239634540034,0.208558789422,0.210068287569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1096.903,649.186],"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":"Group 30","np":2,"cix":2,"ix":30,"mn":"ADBE Vector Group","hd":false},{"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":[[90.087,-7.51],[-90.086,-7.51],[-90.086,7.51],[90.087,7.51]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239634540034,0.208558789422,0.210068287569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1096.835,764.69],"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":"Group 31","np":2,"cix":2,"ix":31,"mn":"ADBE Vector Group","hd":false},{"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":[[85.477,-219.597],[-85.476,-219.597],[-85.476,219.597],[85.477,219.597]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.542994300992,0.508812279795,0.482810345818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1096.835,876.293],"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":"Group 32","np":2,"cix":2,"ix":32,"mn":"ADBE Vector Group","hd":false},{"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":[[18.686,4.693],[-18.686,4.693],[-18.686,-4.693],[18.686,-4.693]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.29195284376,0.259144442689,0.259551613004,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[911.758,748.323],"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":"Group 33","np":2,"cix":2,"ix":33,"mn":"ADBE Vector Group","hd":false},{"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":[[18.686,4.693],[-18.686,4.693],[-18.686,-4.693],[18.686,-4.693]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.29195284376,0.259144442689,0.259551613004,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[951.801,887.411],"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":"Group 34","np":2,"cix":2,"ix":34,"mn":"ADBE Vector Group","hd":false},{"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":[[18.686,4.693],[-18.686,4.693],[-18.686,-4.693],[18.686,-4.693]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.29195284376,0.259144442689,0.259551613004,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[731.353,981.521],"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":"Group 35","np":2,"cix":2,"ix":35,"mn":"ADBE Vector Group","hd":false},{"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":[[18.686,4.693],[-18.686,4.693],[-18.686,-4.693],[18.686,-4.693]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.29195284376,0.259144442689,0.259551613004,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[901.045,982.36],"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":"Group 36","np":2,"cix":2,"ix":36,"mn":"ADBE Vector Group","hd":false},{"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":[[17.194,1.683],[-17.194,1.683],[-17.194,-1.683],[17.194,-1.683]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[934.636,931.12],"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":"Group 37","np":2,"cix":2,"ix":37,"mn":"ADBE Vector Group","hd":false},{"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":[[17.194,18.601],[-17.194,18.601],[-17.194,-18.601],[17.194,-18.601]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.999999940162,0.999999940162,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[934.636,930.831],"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":"Group 38","np":2,"cix":2,"ix":38,"mn":"ADBE Vector Group","hd":false},{"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":[[24.661,3.281],[-24.661,3.281],[-24.661,-3.281],[24.661,-3.281]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239634540034,0.208558789422,0.210068287569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[933.834,959.899],"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":"Group 39","np":2,"cix":2,"ix":39,"mn":"ADBE Vector Group","hd":false},{"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":[[27.591,3.593],[-27.591,3.593],[-27.591,-3.593],[27.591,-3.593]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239634540034,0.208558789422,0.210068287569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[934.656,903.738],"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":"Group 40","np":2,"cix":2,"ix":40,"mn":"ADBE Vector Group","hd":false},{"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":[[30.749,3.593],[-30.749,3.593],[-30.749,-3.593],[30.749,-3.593]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.29195284376,0.259144442689,0.259551613004,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[934.64,953.025],"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":"Group 41","np":2,"cix":2,"ix":41,"mn":"ADBE Vector Group","hd":false},{"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":[[-23.047,21.17],[23.047,21.17],[23.047,-21.17],[-23.047,-21.17]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.29992906159,0.267721946567,0.266595219631,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[934.61,928.262],"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":"Group 42","np":2,"cix":2,"ix":42,"mn":"ADBE Vector Group","hd":false},{"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":[[17.194,1.683],[-17.194,1.683],[-17.194,-1.684],[17.194,-1.684]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[847.326,930.109],"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":"Group 43","np":2,"cix":2,"ix":43,"mn":"ADBE Vector Group","hd":false},{"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":[[17.194,18.601],[-17.194,18.601],[-17.194,-18.601],[17.194,-18.601]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.999999940162,0.999999940162,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[847.326,929.82],"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":"Group 44","np":2,"cix":2,"ix":44,"mn":"ADBE Vector Group","hd":false},{"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":[[24.661,3.281],[-24.661,3.281],[-24.661,-3.281],[24.661,-3.281]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239634540034,0.208558789422,0.210068287569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[846.524,958.888],"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":"Group 45","np":2,"cix":2,"ix":45,"mn":"ADBE Vector Group","hd":false},{"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":[[27.591,3.593],[-27.591,3.593],[-27.591,-3.593],[27.591,-3.593]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239634540034,0.208558789422,0.210068287569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[847.346,902.727],"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":"Group 46","np":2,"cix":2,"ix":46,"mn":"ADBE Vector Group","hd":false},{"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":[[30.749,3.593],[-30.749,3.593],[-30.749,-3.593],[30.749,-3.593]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.29195284376,0.259144442689,0.259551613004,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[847.33,952.014],"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":"Group 47","np":2,"cix":2,"ix":47,"mn":"ADBE Vector Group","hd":false},{"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":[[-23.048,21.17],[23.047,21.17],[23.047,-21.17],[-23.048,-21.17]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.29992906159,0.267721946567,0.266595219631,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[847.301,927.251],"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":"Group 48","np":2,"cix":2,"ix":48,"mn":"ADBE Vector Group","hd":false},{"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":[[17.194,1.684],[-17.194,1.684],[-17.194,-1.683],[17.194,-1.683]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[934.607,1029.053],"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":"Group 49","np":2,"cix":2,"ix":49,"mn":"ADBE Vector Group","hd":false},{"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":[[17.194,18.601],[-17.194,18.601],[-17.194,-18.601],[17.194,-18.601]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.999999940162,0.999999940162,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[934.607,1028.766],"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":"Group 50","np":2,"cix":2,"ix":50,"mn":"ADBE Vector Group","hd":false},{"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":[[24.661,3.281],[-24.661,3.281],[-24.661,-3.281],[24.661,-3.281]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239634540034,0.208558789422,0.210068287569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[933.805,1057.834],"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":"Group 51","np":2,"cix":2,"ix":51,"mn":"ADBE Vector Group","hd":false},{"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":[[27.591,3.593],[-27.591,3.593],[-27.591,-3.593],[27.591,-3.593]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239634540034,0.208558789422,0.210068287569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[934.627,1001.673],"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":"Group 52","np":2,"cix":2,"ix":52,"mn":"ADBE Vector Group","hd":false},{"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":[[30.749,3.593],[-30.749,3.593],[-30.749,-3.593],[30.749,-3.593]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.29195284376,0.259144442689,0.259551613004,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[934.611,1050.96],"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":"Group 53","np":2,"cix":2,"ix":53,"mn":"ADBE Vector Group","hd":false},{"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":[[-23.048,21.17],[23.047,21.17],[23.047,-21.17],[-23.048,-21.17]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.29992906159,0.267721946567,0.266595219631,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[934.582,1026.197],"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":"Group 54","np":2,"cix":2,"ix":54,"mn":"ADBE Vector Group","hd":false},{"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":[[17.194,1.683],[-17.194,1.683],[-17.194,-1.683],[17.194,-1.683]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[756.628,1028.964],"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":"Group 55","np":2,"cix":2,"ix":55,"mn":"ADBE Vector Group","hd":false},{"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":[[17.194,18.601],[-17.194,18.601],[-17.194,-18.601],[17.194,-18.601]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.999999940162,0.999999940162,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[756.628,1028.676],"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":"Group 56","np":2,"cix":2,"ix":56,"mn":"ADBE Vector Group","hd":false},{"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":[[24.661,3.281],[-24.661,3.281],[-24.661,-3.281],[24.661,-3.281]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239634540034,0.208558789422,0.210068287569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[755.828,1057.744],"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":"Group 57","np":2,"cix":2,"ix":57,"mn":"ADBE Vector Group","hd":false},{"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":[[27.591,3.593],[-27.591,3.593],[-27.591,-3.593],[27.591,-3.593]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239634540034,0.208558789422,0.210068287569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[756.648,1001.582],"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":"Group 58","np":2,"cix":2,"ix":58,"mn":"ADBE Vector Group","hd":false},{"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":[[30.749,3.593],[-30.749,3.593],[-30.749,-3.593],[30.749,-3.593]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.29195284376,0.259144442689,0.259551613004,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[756.632,1050.87],"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":"Group 59","np":2,"cix":2,"ix":59,"mn":"ADBE Vector Group","hd":false},{"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":[[-23.047,21.17],[23.047,21.17],[23.047,-21.17],[-23.047,-21.17]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.29992906159,0.267721946567,0.266595219631,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[756.604,1026.107],"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":"Group 60","np":2,"cix":2,"ix":60,"mn":"ADBE Vector Group","hd":false},{"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":[[17.194,1.684],[-17.194,1.684],[-17.194,-1.683],[17.194,-1.683]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[758.593,930.939],"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":"Group 61","np":2,"cix":2,"ix":61,"mn":"ADBE Vector Group","hd":false},{"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":[[17.194,18.601],[-17.194,18.601],[-17.194,-18.601],[17.194,-18.601]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.999999940162,0.999999940162,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[758.593,930.651],"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":"Group 62","np":2,"cix":2,"ix":62,"mn":"ADBE Vector Group","hd":false},{"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":[[24.661,3.281],[-24.661,3.281],[-24.661,-3.281],[24.661,-3.281]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239634540034,0.208558789422,0.210068287569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[757.792,959.719],"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":"Group 63","np":2,"cix":2,"ix":63,"mn":"ADBE Vector Group","hd":false},{"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":[[27.591,3.593],[-27.591,3.593],[-27.591,-3.593],[27.591,-3.593]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239634540034,0.208558789422,0.210068287569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[758.612,903.558],"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":"Group 64","np":2,"cix":2,"ix":64,"mn":"ADBE Vector Group","hd":false},{"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":[[30.749,3.593],[-30.749,3.593],[-30.749,-3.593],[30.749,-3.593]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.29195284376,0.259144442689,0.259551613004,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[758.597,952.845],"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":"Group 65","np":2,"cix":2,"ix":65,"mn":"ADBE Vector Group","hd":false},{"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":[[-23.047,21.17],[23.047,21.17],[23.047,-21.17],[-23.047,-21.17]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.29992906159,0.267721946567,0.266595219631,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[758.568,928.082],"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":"Group 66","np":2,"cix":2,"ix":66,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.444],[2.444,0],[0,2.444],[-2.444,0]],"o":[[0,2.444],[-2.444,0],[0,-2.444],[2.444,0]],"v":[[4.426,0],[0,4.426],[-4.426,0],[0,-4.426]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.999999940162,0.999999940162,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[858.782,1047.143],"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":"Group 67","np":2,"cix":2,"ix":67,"mn":"ADBE Vector Group","hd":false},{"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":[[23.048,-38.228],[-23.047,-38.228],[-23.047,38.227],[23.048,38.227]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239634540034,0.208558789422,0.210068287569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[846.495,1044.624],"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":"Group 68","np":2,"cix":2,"ix":68,"mn":"ADBE Vector Group","hd":false},{"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":[[30.749,-42.286],[-30.749,-42.286],[-30.749,42.286],[30.749,42.286]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.29195284376,0.259144442689,0.259551613004,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[846.525,1040.566],"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":"Group 69","np":2,"cix":2,"ix":69,"mn":"ADBE Vector Group","hd":false},{"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":[[17.194,1.683],[-17.194,1.683],[-17.194,-1.684],[17.194,-1.684]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[933.954,791.369],"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":"Group 70","np":2,"cix":2,"ix":70,"mn":"ADBE Vector Group","hd":false},{"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":[[17.194,18.601],[-17.194,18.601],[-17.194,-18.601],[17.194,-18.601]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.999999940162,0.999999940162,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[933.954,791.081],"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":"Group 71","np":2,"cix":2,"ix":71,"mn":"ADBE Vector Group","hd":false},{"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":[[24.661,3.281],[-24.661,3.281],[-24.661,-3.281],[24.661,-3.281]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239634540034,0.208558789422,0.210068287569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[933.153,820.149],"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":"Group 72","np":2,"cix":2,"ix":72,"mn":"ADBE Vector Group","hd":false},{"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":[[27.591,3.593],[-27.591,3.593],[-27.591,-3.593],[27.591,-3.593]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239634540034,0.208558789422,0.210068287569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[933.974,763.987],"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":"Group 73","np":2,"cix":2,"ix":73,"mn":"ADBE Vector Group","hd":false},{"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":[[30.749,3.593],[-30.749,3.593],[-30.749,-3.593],[30.749,-3.593]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.29195284376,0.259144442689,0.259551613004,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[933.957,813.275],"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":"Group 74","np":2,"cix":2,"ix":74,"mn":"ADBE Vector Group","hd":false},{"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":[[-23.047,21.17],[23.047,21.17],[23.047,-21.17],[-23.047,-21.17]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.29992906159,0.267721946567,0.266595219631,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[933.928,788.512],"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":"Group 75","np":2,"cix":2,"ix":75,"mn":"ADBE Vector Group","hd":false},{"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":[[17.194,1.684],[-17.194,1.684],[-17.194,-1.684],[17.194,-1.684]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[846.643,790.357],"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":"Group 76","np":2,"cix":2,"ix":76,"mn":"ADBE Vector Group","hd":false},{"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":[[17.194,18.601],[-17.194,18.601],[-17.194,-18.601],[17.194,-18.601]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.999999940162,0.999999940162,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[846.643,790.069],"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":"Group 77","np":2,"cix":2,"ix":77,"mn":"ADBE Vector Group","hd":false},{"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":[[24.661,3.281],[-24.661,3.281],[-24.661,-3.281],[24.661,-3.281]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239634540034,0.208558789422,0.210068287569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[845.843,819.137],"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":"Group 78","np":2,"cix":2,"ix":78,"mn":"ADBE Vector Group","hd":false},{"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":[[27.591,3.593],[-27.591,3.593],[-27.591,-3.593],[27.591,-3.593]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239634540034,0.208558789422,0.210068287569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[846.664,762.976],"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":"Group 79","np":2,"cix":2,"ix":79,"mn":"ADBE Vector Group","hd":false},{"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":[[30.749,3.593],[-30.749,3.593],[-30.749,-3.593],[30.749,-3.593]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.29195284376,0.259144442689,0.259551613004,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[846.647,812.263],"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":"Group 80","np":2,"cix":2,"ix":80,"mn":"ADBE Vector Group","hd":false},{"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":[[-23.048,21.17],[23.047,21.17],[23.047,-21.17],[-23.048,-21.17]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.29992906159,0.267721946567,0.266595219631,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[846.619,787.5],"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":"Group 81","np":2,"cix":2,"ix":81,"mn":"ADBE Vector Group","hd":false},{"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":[[17.194,1.684],[-17.194,1.684],[-17.194,-1.683],[17.194,-1.683]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[757.911,791.188],"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":"Group 82","np":2,"cix":2,"ix":82,"mn":"ADBE Vector Group","hd":false},{"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":[[17.194,18.601],[-17.194,18.601],[-17.194,-18.601],[17.194,-18.601]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.999999940162,0.999999940162,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[757.911,790.9],"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":"Group 83","np":2,"cix":2,"ix":83,"mn":"ADBE Vector Group","hd":false},{"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":[[24.661,3.281],[-24.661,3.281],[-24.661,-3.281],[24.661,-3.281]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239634540034,0.208558789422,0.210068287569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[757.109,819.968],"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":"Group 84","np":2,"cix":2,"ix":84,"mn":"ADBE Vector Group","hd":false},{"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":[[27.591,3.593],[-27.591,3.593],[-27.591,-3.593],[27.591,-3.593]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239634540034,0.208558789422,0.210068287569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[757.93,763.807],"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":"Group 85","np":2,"cix":2,"ix":85,"mn":"ADBE Vector Group","hd":false},{"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":[[30.749,3.593],[-30.749,3.593],[-30.749,-3.593],[30.749,-3.593]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.29195284376,0.259144442689,0.259551613004,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[757.915,813.094],"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":"Group 86","np":2,"cix":2,"ix":86,"mn":"ADBE Vector Group","hd":false},{"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":[[-23.047,21.17],[23.047,21.17],[23.047,-21.17],[-23.047,-21.17]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.29992906159,0.267721946567,0.266595219631,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[757.885,788.331],"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":"Group 87","np":2,"cix":2,"ix":87,"mn":"ADBE Vector Group","hd":false},{"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":[[152.23,-7.51],[-152.23,-7.51],[-152.23,7.51],[152.23,7.51]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239634540034,0.208558789422,0.210068287569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[843.213,728.741],"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":"Group 88","np":2,"cix":2,"ix":88,"mn":"ADBE Vector Group","hd":false},{"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":[[167.971,-7.51],[-167.971,-7.51],[-167.971,7.51],[167.971,7.51]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239634540034,0.208558789422,0.210068287569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[843.212,855.082],"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":"Group 89","np":2,"cix":2,"ix":89,"mn":"ADBE Vector Group","hd":false},{"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":[[144.935,-55.698],[-144.935,-55.698],[-144.935,55.699],[144.935,55.699]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[843.213,791.731],"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":"Group 90","np":2,"cix":2,"ix":90,"mn":"ADBE Vector Group","hd":false},{"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":[[-154.931,-103.609],[154.931,-103.609],[154.931,103.609],[-154.931,103.609]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[843.213,979.241],"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":"Group 91","np":2,"cix":2,"ix":91,"mn":"ADBE Vector Group","hd":false},{"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":[[167.971,-116.649],[-167.971,-116.649],[-167.971,116.649],[167.971,116.649]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.336052419625,0.302055358887,0.298147194058,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[843.212,979.242],"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":"Group 92","np":2,"cix":2,"ix":92,"mn":"ADBE Vector Group","hd":false},{"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":[[14.493,5.532],[-14.493,5.532],[-14.493,-5.532],[14.493,-5.532]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1324.585,889.13],"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":"Group 93","np":2,"cix":2,"ix":93,"mn":"ADBE Vector Group","hd":false},{"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":[[14.493,5.532],[-14.493,5.532],[-14.493,-5.533],[14.493,-5.533]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1253.293,1071.06],"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":"Group 94","np":2,"cix":2,"ix":94,"mn":"ADBE Vector Group","hd":false},{"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":[[14.493,5.533],[-14.493,5.533],[-14.493,-5.532],[14.493,-5.532]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1428.143,982.183],"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":"Group 95","np":2,"cix":2,"ix":95,"mn":"ADBE Vector Group","hd":false},{"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":[[17.194,1.683],[-17.194,1.683],[-17.194,-1.684],[17.194,-1.684]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1281.604,1017.635],"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":"Group 96","np":2,"cix":2,"ix":96,"mn":"ADBE Vector Group","hd":false},{"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":[[17.194,18.601],[-17.194,18.601],[-17.194,-18.601],[17.194,-18.601]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.999999940162,0.999999940162,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1281.604,1017.347],"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":"Group 97","np":2,"cix":2,"ix":97,"mn":"ADBE Vector Group","hd":false},{"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":[[24.661,3.281],[-24.661,3.281],[-24.661,-3.281],[24.661,-3.281]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239634540034,0.208558789422,0.210068287569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1280.802,1046.414],"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":"Group 98","np":2,"cix":2,"ix":98,"mn":"ADBE Vector Group","hd":false},{"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":[[27.591,3.593],[-27.592,3.593],[-27.592,-3.593],[27.591,-3.593]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.29195284376,0.259144442689,0.259551613004,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1281.624,990.253],"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":"Group 99","np":2,"cix":2,"ix":99,"mn":"ADBE Vector Group","hd":false},{"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":[[30.749,3.593],[-30.749,3.593],[-30.749,-3.593],[30.749,-3.593]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.29195284376,0.259144442689,0.259551613004,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1281.607,1039.541],"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":"Group 100","np":2,"cix":2,"ix":100,"mn":"ADBE Vector Group","hd":false},{"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":[[-23.047,21.17],[23.047,21.17],[23.047,-21.17],[-23.047,-21.17]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1281.578,1014.778],"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":"Group 101","np":2,"cix":2,"ix":101,"mn":"ADBE Vector Group","hd":false},{"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":[[17.194,1.684],[-17.194,1.684],[-17.194,-1.683],[17.194,-1.683]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1280.865,932.001],"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":"Group 102","np":2,"cix":2,"ix":102,"mn":"ADBE Vector Group","hd":false},{"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":[[17.194,18.601],[-17.194,18.601],[-17.194,-18.601],[17.194,-18.601]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.999999940162,0.999999940162,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1280.865,931.714],"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":"Group 103","np":2,"cix":2,"ix":103,"mn":"ADBE Vector Group","hd":false},{"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":[[24.661,3.281],[-24.661,3.281],[-24.661,-3.281],[24.661,-3.281]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239634540034,0.208558789422,0.210068287569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1280.064,960.782],"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":"Group 104","np":2,"cix":2,"ix":104,"mn":"ADBE Vector Group","hd":false},{"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":[[27.592,3.593],[-27.591,3.593],[-27.591,-3.593],[27.592,-3.593]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.29195284376,0.259144442689,0.259551613004,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1280.885,904.621],"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":"Group 105","np":2,"cix":2,"ix":105,"mn":"ADBE Vector Group","hd":false},{"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":[[30.749,3.593],[-30.749,3.593],[-30.749,-3.593],[30.749,-3.593]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.29195284376,0.259144442689,0.259551613004,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1280.869,953.908],"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":"Group 106","np":2,"cix":2,"ix":106,"mn":"ADBE Vector Group","hd":false},{"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":[[-23.047,21.17],[23.047,21.17],[23.047,-21.17],[-23.047,-21.17]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1280.84,929.145],"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":"Group 107","np":2,"cix":2,"ix":107,"mn":"ADBE Vector Group","hd":false},{"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":[[17.194,1.684],[-17.194,1.684],[-17.194,-1.684],[17.194,-1.684]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1390.628,931.841],"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":"Group 108","np":2,"cix":2,"ix":108,"mn":"ADBE Vector Group","hd":false},{"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":[[17.194,18.601],[-17.194,18.601],[-17.194,-18.601],[17.194,-18.601]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.999999940162,0.999999940162,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1390.628,931.553],"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":"Group 109","np":2,"cix":2,"ix":109,"mn":"ADBE Vector Group","hd":false},{"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":[[24.661,3.281],[-24.661,3.281],[-24.661,-3.281],[24.661,-3.281]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239634540034,0.208558789422,0.210068287569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1389.827,960.621],"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":"Group 110","np":2,"cix":2,"ix":110,"mn":"ADBE Vector Group","hd":false},{"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":[[27.592,3.593],[-27.591,3.593],[-27.591,-3.593],[27.592,-3.593]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.29195284376,0.259144442689,0.259551613004,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1390.647,904.46],"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":"Group 111","np":2,"cix":2,"ix":111,"mn":"ADBE Vector Group","hd":false},{"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":[[30.749,3.593],[-30.749,3.593],[-30.749,-3.593],[30.749,-3.593]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.29195284376,0.259144442689,0.259551613004,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1390.631,953.747],"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":"Group 112","np":2,"cix":2,"ix":112,"mn":"ADBE Vector Group","hd":false},{"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":[[-23.047,21.17],[23.047,21.17],[23.047,-21.17],[-23.047,-21.17]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1390.603,928.984],"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":"Group 113","np":2,"cix":2,"ix":113,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.444],[2.444,0],[0,2.444],[-2.444,0]],"o":[[0,2.444],[-2.444,0],[0,-2.444],[2.444,0]],"v":[[4.426,0],[0,4.426],[-4.426,0],[0,-4.426]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.999999940162,0.999999940162,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1402.889,1051.489],"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":"Group 114","np":2,"cix":2,"ix":114,"mn":"ADBE Vector Group","hd":false},{"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":[[23.047,-38.227],[-23.047,-38.227],[-23.047,38.228],[23.047,38.228]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1390.603,1048.969],"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":"Group 115","np":2,"cix":2,"ix":115,"mn":"ADBE Vector Group","hd":false},{"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":[[30.749,-42.286],[-30.749,-42.286],[-30.749,42.286],[30.749,42.286]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.482710984174,0.447433052811,0.429619972379,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1390.631,1044.912],"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":"Group 116","np":2,"cix":2,"ix":116,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.519,0],[0,0],[0,-2.519],[0,0],[2.52,0],[0,0],[0,2.519],[0,0]],"o":[[0,0],[2.52,0],[0,0],[0,2.519],[0,0],[-2.519,0],[0,0],[0,-2.519]],"v":[[-114.563,-107.698],[114.563,-107.698],[119.124,-103.137],[119.124,103.136],[114.563,107.698],[-114.563,107.698],[-119.124,103.136],[-119.124,-103.137]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.542994300992,0.508812279795,0.482810345818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1336.994,979.5],"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":"Group 117","np":2,"cix":2,"ix":117,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,5.909],[0,0],[-5.909,0],[0,0],[0,-5.91],[0,0],[5.91,0],[0,0]],"o":[[0,0],[0,-5.91],[0,0],[5.91,0],[0,0],[0,5.909],[0,0],[-5.909,0]],"v":[[-128.277,106.151],[-128.277,-106.151],[-117.578,-116.851],[117.578,-116.851],[128.277,-106.151],[128.277,106.151],[117.578,116.85],[-117.578,116.85]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1336.994,979.5],"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":"Group 118","np":2,"cix":2,"ix":118,"mn":"ADBE Vector Group","hd":false},{"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":[[14.493,5.533],[-14.493,5.533],[-14.493,-5.533],[14.493,-5.533]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[543.491,888.466],"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":"Group 119","np":2,"cix":2,"ix":119,"mn":"ADBE Vector Group","hd":false},{"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":[[14.493,5.532],[-14.493,5.532],[-14.493,-5.532],[14.493,-5.532]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[472.2,1070.396],"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":"Group 120","np":2,"cix":2,"ix":120,"mn":"ADBE Vector Group","hd":false},{"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":[[14.493,5.532],[-14.493,5.532],[-14.493,-5.532],[14.493,-5.532]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[647.049,981.521],"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":"Group 121","np":2,"cix":2,"ix":121,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.215,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.899,0.041],[-0.127,0],[0.096,2.134],[2.215,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.9,-0.041],[0.127,0],[-0.095,-2.133]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.9,0],[0.127,-0.002],[2.066,0],[-0.095,-2.14],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.9,0],[-0.126,0.002],[-2.066,0],[0.096,2.141]],"v":[[-111.883,3.951],[-105.857,3.951],[-89.605,3.951],[-65.51,3.951],[-36.112,3.951],[-4.027,3.951],[28.582,3.951],[58.778,3.951],[84.388,3.951],[102.799,3.951],[111.503,3.951],[111.884,3.951],[115.833,0],[111.884,-3.951],[105.858,-3.951],[89.606,-3.951],[65.51,-3.951],[36.113,-3.951],[4.027,-3.951],[-28.581,-3.951],[-58.778,-3.951],[-84.387,-3.951],[-102.8,-3.951],[-111.503,-3.951],[-111.883,-3.951],[-115.834,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239997220507,0.212600722967,0.209819883459,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[555.846,846.966],"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":"Group 122","np":2,"cix":2,"ix":122,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[443.962,846.966],[667.729,846.966]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239634540034,0.208558789422,0.210068287569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 123","np":2,"cix":2,"ix":123,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.215,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.539,0.033],[-0.111,0],[0.095,2.134],[2.215,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.539,-0.034],[0.111,0],[-0.095,-2.133]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.539,0],[0.111,-0.001],[2.066,0],[-0.096,-2.14],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.539,0],[-0.111,0.001],[-2.066,0],[0.096,2.141]],"v":[[-97.966,3.951],[-92.69,3.951],[-78.459,3.951],[-57.361,3.951],[-31.621,3.951],[-3.527,3.951],[25.025,3.951],[51.466,3.951],[73.89,3.951],[90.012,3.951],[97.632,3.951],[97.965,3.951],[101.916,0],[97.965,-3.95],[92.689,-3.95],[78.458,-3.95],[57.36,-3.95],[31.62,-3.95],[3.526,-3.95],[-25.026,-3.95],[-51.467,-3.95],[-73.891,-3.95],[-90.013,-3.95],[-97.633,-3.95],[-97.966,-3.95],[-101.917,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239997220507,0.212600722967,0.209819883459,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[555.621,827.255],"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":"Group 124","np":2,"cix":2,"ix":124,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[457.656,827.255],[653.587,827.255]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239634540034,0.208558789422,0.210068287569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 125","np":2,"cix":2,"ix":125,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.215,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.252,0.029],[-0.095,0],[0.096,2.134],[2.214,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.253,-0.029],[0.095,0],[-0.095,-2.133]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.253,0],[0.095,-0.001],[2.066,0],[-0.096,-2.14],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.253,0],[-0.095,0.001],[-2.066,0],[0.096,2.141]],"v":[[-86.845,3.95],[-82.194,3.95],[-69.539,3.95],[-50.822,3.95],[-28.073,3.95],[-3.071,3.95],[22.078,3.95],[45.615,3.95],[65.503,3.95],[79.799,3.95],[86.56,3.95],[86.846,3.95],[90.796,-0.001],[86.846,-3.951],[82.195,-3.951],[69.539,-3.951],[50.823,-3.951],[28.073,-3.951],[3.072,-3.951],[-22.078,-3.951],[-45.614,-3.951],[-65.502,-3.951],[-79.799,-3.951],[-86.56,-3.951],[-86.845,-3.951],[-90.796,-0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239997220507,0.212600722967,0.209819883459,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[555.872,809.061],"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":"Group 126","np":2,"cix":2,"ix":126,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[469.027,809.06],[642.718,809.06]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239634540034,0.208558789422,0.210068287569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 127","np":2,"cix":2,"ix":127,"mn":"ADBE Vector Group","hd":false},{"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":[[74.444,-32.309],[-74.444,-32.309],[-120.572,32.309],[120.572,32.309]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.29195284376,0.259144442689,0.259551613004,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[556.025,831.102],"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":"Group 128","np":2,"cix":2,"ix":128,"mn":"ADBE Vector Group","hd":false},{"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":[[-135.887,40.193],[-78.503,-40.194],[78.503,-40.194],[135.888,40.193]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239634540034,0.208558789422,0.210068287569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[556.024,831.102],"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":"Group 129","np":2,"cix":2,"ix":129,"mn":"ADBE Vector Group","hd":false},{"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":[[17.194,1.684],[-17.194,1.684],[-17.194,-1.684],[17.194,-1.684]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[500.51,1016.971],"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":"Group 130","np":2,"cix":2,"ix":130,"mn":"ADBE Vector Group","hd":false},{"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":[[17.194,18.601],[-17.194,18.601],[-17.194,-18.601],[17.194,-18.601]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.999999940162,0.999999940162,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[500.51,1016.683],"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":"Group 131","np":2,"cix":2,"ix":131,"mn":"ADBE Vector Group","hd":false},{"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":[[24.661,3.281],[-24.661,3.281],[-24.661,-3.281],[24.661,-3.281]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239634540034,0.208558789422,0.210068287569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[499.708,1045.751],"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":"Group 132","np":2,"cix":2,"ix":132,"mn":"ADBE Vector Group","hd":false},{"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":[[27.591,3.593],[-27.591,3.593],[-27.591,-3.593],[27.591,-3.593]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.29195284376,0.259144442689,0.259551613004,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[500.529,989.59],"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":"Group 133","np":2,"cix":2,"ix":133,"mn":"ADBE Vector Group","hd":false},{"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":[[30.749,3.593],[-30.749,3.593],[-30.749,-3.593],[30.749,-3.593]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.29195284376,0.259144442689,0.259551613004,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[500.514,1038.877],"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":"Group 134","np":2,"cix":2,"ix":134,"mn":"ADBE Vector Group","hd":false},{"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":[[-23.047,21.17],[23.047,21.17],[23.047,-21.17],[-23.047,-21.17]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[500.484,1014.114],"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":"Group 135","np":2,"cix":2,"ix":135,"mn":"ADBE Vector Group","hd":false},{"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":[[17.194,1.683],[-17.194,1.683],[-17.194,-1.683],[17.194,-1.683]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[499.771,931.339],"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":"Group 136","np":2,"cix":2,"ix":136,"mn":"ADBE Vector Group","hd":false},{"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":[[17.194,18.601],[-17.194,18.601],[-17.194,-18.601],[17.194,-18.601]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.999999940162,0.999999940162,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[499.771,931.051],"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":"Group 137","np":2,"cix":2,"ix":137,"mn":"ADBE Vector Group","hd":false},{"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":[[24.661,3.281],[-24.661,3.281],[-24.661,-3.281],[24.661,-3.281]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239634540034,0.208558789422,0.210068287569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[498.971,960.119],"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":"Group 138","np":2,"cix":2,"ix":138,"mn":"ADBE Vector Group","hd":false},{"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":[[27.591,3.593],[-27.591,3.593],[-27.591,-3.593],[27.591,-3.593]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.29195284376,0.259144442689,0.259551613004,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[499.792,903.957],"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":"Group 139","np":2,"cix":2,"ix":139,"mn":"ADBE Vector Group","hd":false},{"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":[[30.749,3.593],[-30.749,3.593],[-30.749,-3.593],[30.749,-3.593]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.29195284376,0.259144442689,0.259551613004,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[499.775,953.245],"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":"Group 140","np":2,"cix":2,"ix":140,"mn":"ADBE Vector Group","hd":false},{"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":[[17.507,4.777],[-17.507,4.777],[-17.507,-4.776],[17.507,-4.776]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.29195284376,0.259144442689,0.259551613004,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[609.553,767.174],"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":"Group 141","np":2,"cix":2,"ix":141,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-7.816,0],[0,0],[0,7.816],[0,0],[7.816,0],[0,-7.815],[0,0]],"o":[[0,0],[7.816,0],[0,0],[0,-7.815],[-7.816,0],[0,0],[0,7.816]],"v":[[0,23.974],[0,23.974],[14.152,9.822],[14.152,-9.822],[0,-23.973],[-14.152,-9.822],[-14.152,9.822]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.542994300992,0.508812279795,0.482810345818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[609.448,790.825],"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":"Group 142","np":2,"cix":2,"ix":142,"mn":"ADBE Vector Group","hd":false},{"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":[[-23.048,21.17],[23.047,21.17],[23.047,-21.17],[-23.048,-21.17]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[499.747,928.482],"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":"Group 143","np":2,"cix":2,"ix":143,"mn":"ADBE Vector Group","hd":false},{"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":[[17.194,1.683],[-17.194,1.683],[-17.194,-1.683],[17.194,-1.683]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[609.534,931.177],"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":"Group 144","np":2,"cix":2,"ix":144,"mn":"ADBE Vector Group","hd":false},{"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":[[17.194,18.601],[-17.194,18.601],[-17.194,-18.601],[17.194,-18.601]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.999999940162,0.999999940162,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[609.534,930.89],"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":"Group 145","np":2,"cix":2,"ix":145,"mn":"ADBE Vector Group","hd":false},{"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":[[24.661,3.281],[-24.661,3.281],[-24.661,-3.281],[24.661,-3.281]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239634540034,0.208558789422,0.210068287569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[608.732,959.958],"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":"Group 146","np":2,"cix":2,"ix":146,"mn":"ADBE Vector Group","hd":false},{"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":[[27.591,3.593],[-27.591,3.593],[-27.591,-3.593],[27.591,-3.593]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.29195284376,0.259144442689,0.259551613004,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[609.554,903.797],"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":"Group 147","np":2,"cix":2,"ix":147,"mn":"ADBE Vector Group","hd":false},{"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":[[30.749,3.593],[-30.749,3.593],[-30.749,-3.593],[30.749,-3.593]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.29195284376,0.259144442689,0.259551613004,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[609.537,953.084],"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":"Group 148","np":2,"cix":2,"ix":148,"mn":"ADBE Vector Group","hd":false},{"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":[[-23.048,21.17],[23.047,21.17],[23.047,-21.17],[-23.048,-21.17]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[609.509,928.321],"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":"Group 149","np":2,"cix":2,"ix":149,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.444],[2.444,0],[0,2.444],[-2.444,0]],"o":[[0,2.444],[-2.444,0],[0,-2.444],[2.444,0]],"v":[[4.426,0],[0,4.426],[-4.426,0],[0,-4.426]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.999999940162,0.999999940162,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[621.795,1050.826],"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":"Group 150","np":2,"cix":2,"ix":150,"mn":"ADBE Vector Group","hd":false},{"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":[[23.047,-38.227],[-23.047,-38.227],[-23.047,38.228],[23.047,38.228]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[609.509,1048.306],"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":"Group 151","np":2,"cix":2,"ix":151,"mn":"ADBE Vector Group","hd":false},{"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":[[30.749,-42.286],[-30.749,-42.286],[-30.749,42.286],[30.749,42.286]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.482710984174,0.447433052811,0.429619972379,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[609.537,1044.248],"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":"Group 152","np":2,"cix":2,"ix":152,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.709,0],[0,0],[0,-3.709],[0,0],[3.709,0],[0,0],[0,3.71],[0,0]],"o":[[0,0],[3.709,0],[0,0],[0,3.71],[0,0],[-3.709,0],[0,0],[0,-3.709]],"v":[[-112.408,-107.698],[112.408,-107.698],[119.124,-100.981],[119.124,100.98],[112.408,107.698],[-112.408,107.698],[-119.124,100.98],[-119.124,-100.981]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.542994300992,0.508812279795,0.482810345818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[555.901,978.837],"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":"Group 153","np":2,"cix":2,"ix":153,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,3.978],[0,0],[-3.977,0],[0,0],[0,-3.978],[0,0],[3.978,0],[0,0]],"o":[[0,0],[0,-3.978],[0,0],[3.978,0],[0,0],[0,3.978],[0,0],[-3.977,0]],"v":[[-128.277,109.649],[-128.277,-109.647],[-121.076,-116.85],[121.076,-116.85],[128.277,-109.647],[128.277,109.649],[121.076,116.85],[-121.076,116.85]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.382554297354,0.348617075004,0.341771802715,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[555.9,978.836],"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":"Group 154","np":2,"cix":2,"ix":154,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":899.000036617021,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"crane/AnimatedSVGBase copy Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[960,540,0],"ix":2},"a":{"a":0,"k":[1104,621,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.599,0],[0,0],[0,2.599],[0,0],[-2.599,0],[0,0],[0,-2.599],[0,0]],"o":[[0,0],[-2.599,0],[0,0],[0,-2.599],[0,0],[2.599,0],[0,0],[0,2.599]],"v":[[10.936,10.029],[-10.936,10.029],[-15.642,5.323],[-15.642,-5.323],[-10.936,-10.029],[10.936,-10.029],[15.642,-5.323],[15.642,5.323]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.922467818915,0.918270574831,0.901390105603,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1729.729,511.202],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.375,-1.377],[-0.32,-1.173],[-0.875,-3.211],[-1.289,-4.729],[-1.58,-5.797],[-1.723,-6.322],[-1.739,-6.382],[-1.629,-5.978],[-1.371,-5.03],[-0.99,-3.633],[-0.531,-1.691],[-0.02,-0.075],[-0.846,1.111],[0,0],[0,0],[0,0],[0,0],[2.892,-0.162],[0.042,0],[-0.847,-1.112],[-0.32,1.173],[-0.874,3.211],[0,0],[-1.58,5.796],[-1.723,6.322],[-1.739,6.382],[-1.629,5.978],[-1.37,5.03],[-0.99,3.634],[-0.431,1.723],[-0.02,0.074],[1.389,0.317],[0.388,-1.423],[0.32,-1.172],[0.875,-3.21],[0,0],[1.58,-5.796],[1.723,-6.322],[0,0],[1.629,-5.977],[1.371,-5.03],[0.99,-3.634],[0.432,-1.722],[0.02,-0.074],[-1.714,0],[0,0],[0,0],[0,0],[0,0],[-2.905,0.09],[-0.042,0],[0.45,1.651],[0.32,1.173],[0.875,3.21],[0,0],[1.58,5.796],[1.723,6.322],[0,0],[1.629,5.977],[1.371,5.03],[0.99,3.634],[0.502,1.703],[0.021,0.074],[1.369,-0.376]],"o":[[0.32,1.173],[0.875,3.21],[1.288,4.729],[1.58,5.797],[1.722,6.322],[1.739,6.382],[1.629,5.977],[1.371,5.03],[0.99,3.634],[0.466,1.71],[0.023,0.074],[0.847,-1.112],[0,0],[0,0],[0,0],[0,0],[-2.894,0],[-0.041,0.002],[0.847,1.111],[0.319,-1.173],[0.875,-3.211],[0,0],[1.58,-5.796],[1.722,-6.322],[1.739,-6.382],[1.629,-5.978],[1.371,-5.03],[0.991,-3.633],[0.467,-1.713],[0.019,-0.074],[0.362,-1.328],[-1.389,-0.316],[-0.32,1.173],[-0.875,3.211],[0,0],[-1.58,5.797],[-1.722,6.322],[0,0],[-1.629,5.978],[-1.371,5.031],[-0.99,3.634],[-0.467,1.713],[-0.018,0.075],[-0.45,1.651],[0,0],[0,0],[0,0],[0,0],[2.906,0],[0.042,-0.001],[1.714,0],[-0.32,-1.173],[-0.875,-3.21],[0,0],[-1.58,-5.797],[-1.723,-6.322],[0,0],[-1.629,-5.978],[-1.371,-5.031],[-0.99,-3.634],[-0.467,-1.713],[-0.022,-0.074],[-0.374,-1.373],[-1.379,0.379]],"v":[[-2.54,-65.27],[-1.581,-61.75],[1.044,-52.119],[4.91,-37.93],[9.649,-20.541],[14.817,-1.575],[20.034,17.571],[24.921,35.505],[29.034,50.594],[32.004,61.495],[33.406,66.638],[33.466,66.862],[36.006,63.529],[28.872,63.529],[11.647,63.529],[-9.117,63.529],[-27.147,63.529],[-35.881,63.529],[-36.007,63.529],[-33.467,66.862],[-32.508,63.344],[-29.884,53.711],[-26.017,39.523],[-21.278,22.133],[-16.11,3.167],[-10.893,-15.979],[-6.006,-33.911],[-1.894,-49.003],[1.077,-59.904],[2.478,-65.047],[2.539,-65.27],[0.7,-68.51],[-2.54,-66.669],[-3.499,-63.151],[-6.124,-53.52],[-9.99,-39.331],[-14.729,-21.942],[-19.897,-2.976],[-25.114,16.17],[-30.001,34.104],[-34.114,49.195],[-37.084,60.096],[-38.486,65.238],[-38.546,65.461],[-36.007,68.795],[-28.873,68.795],[-11.647,68.795],[9.117,68.795],[27.146,68.795],[35.88,68.795],[36.006,68.795],[38.546,65.461],[37.587,61.943],[34.962,52.312],[31.096,38.122],[26.357,20.734],[21.189,1.768],[15.971,-17.378],[11.085,-35.312],[6.972,-50.403],[4.002,-61.304],[2.6,-66.446],[2.539,-66.669],[-0.701,-68.51]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.210735395843,0.179488402722,0.183834165685,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1750.659,403.36],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.395,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[5.783,-0.359],[0.253,0],[-0.878,-0.878],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-5.784,0.359],[-0.254,0],[0,0],[0,0],[0,3.395],[0,0],[1.427,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[5.827,-0.111],[0.254,0],[0,-1.427],[0,0],[-1.427,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-5.828,0.111],[-0.255,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-5.792,0],[-0.253,0.016],[0.877,0.878],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[5.791,0],[0.253,-0.016],[0,0],[0,0],[0,3.389],[0,0],[0,-1.424],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-5.829,0],[-0.255,0.005],[-1.424,0],[0,0],[0,1.423],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[5.828,0],[0.255,-0.005],[3.389,0]],"v":[[224.565,-1.905],[212.45,-1.905],[179.774,-1.905],[131.33,-1.905],[72.226,-1.905],[7.716,-1.905],[-57.844,-1.905],[-118.556,-1.905],[-170.045,-1.905],[-207.064,-1.905],[-224.561,-1.905],[-225.326,-1.905],[-222.693,0.729],[-222.693,-1.38],[-225.326,1.255],[-213.211,1.255],[-180.535,1.255],[-132.091,1.255],[-72.987,1.255],[-8.477,1.255],[57.083,1.255],[117.795,1.255],[169.284,1.255],[206.303,1.255],[223.8,1.255],[224.565,1.255],[221.931,-1.38],[221.931,0.729],[227.199,0.729],[227.199,-1.38],[224.565,-4.013],[212.45,-4.013],[179.774,-4.013],[131.33,-4.013],[72.226,-4.013],[7.716,-4.013],[-57.844,-4.013],[-118.556,-4.013],[-170.045,-4.013],[-207.064,-4.013],[-224.561,-4.013],[-225.326,-4.013],[-227.96,-1.38],[-227.96,0.729],[-225.326,3.363],[-213.211,3.363],[-180.535,3.363],[-132.091,3.363],[-72.987,3.363],[-8.477,3.363],[57.083,3.363],[117.795,3.363],[169.284,3.363],[206.303,3.363],[223.8,3.363],[224.565,3.363]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.210735395843,0.179488402722,0.183834165685,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1399.921,442.635],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.66,0.293],[-5.15,0.909],[0,0],[-20.645,3.645],[-25.176,4.445],[-27.669,4.885],[-27.93,4.932],[-25.954,4.582],[-21.94,3.874],[-15.833,2.795],[-7.443,1.518],[-0.316,0.056],[1.66,-0.293],[5.151,-0.909],[0,0],[20.645,-3.645],[25.177,-4.445],[27.67,-4.885],[27.93,-4.931],[25.954,-4.583],[21.94,-3.873],[0,0],[7.443,-1.517],[0.316,-0.056]],"o":[[5.15,-0.909],[0,0],[20.646,-3.645],[25.176,-4.446],[27.67,-4.885],[27.93,-4.931],[25.954,-4.582],[21.939,-3.874],[15.832,-2.795],[7.48,-1.32],[0.315,-0.064],[1.666,-0.294],[-5.15,0.909],[0,0],[-20.645,3.645],[-25.176,4.445],[-27.669,4.885],[-27.93,4.931],[-25.953,4.582],[-21.94,3.873],[0,0],[-7.48,1.32],[-0.315,0.064],[-1.666,0.294]],"v":[[-287.825,52.148],[-272.375,49.421],[-230.333,41.998],[-168.397,31.064],[-92.869,17.728],[-9.859,3.072],[73.931,-11.722],[151.792,-25.467],[217.612,-37.089],[265.109,-45.475],[287.576,-49.441],[288.526,-49.608],[287.826,-52.149],[272.375,-49.421],[230.333,-41.998],[168.397,-31.063],[92.868,-17.728],[9.859,-3.072],[-73.932,11.722],[-151.792,25.468],[-217.611,37.088],[-265.109,45.475],[-287.575,49.441],[-288.526,49.608]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.026189471226,0.021800777959,0.023204855825,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1462.483,388.269],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.543,-0.661],[2.121,-0.909],[5.772,-2.473],[8.505,-3.643],[10.408,-4.458],[11.401,-4.884],[11.47,-4.914],[10.697,-4.583],[9.094,-3.896],[6.495,-2.782],[3.034,-1.411],[0.134,-0.057],[-1.543,0.661],[-2.121,0.909],[-5.771,2.472],[-8.505,3.644],[-10.408,4.459],[0,0],[-11.471,4.914],[-10.697,4.582],[-9.095,3.896],[-6.495,2.783],[-3.034,1.41],[-0.133,0.057]],"o":[[-2.121,0.909],[-5.772,2.472],[-8.505,3.643],[-10.408,4.459],[-11.4,4.884],[-11.47,4.914],[-10.697,4.582],[-9.094,3.896],[-6.495,2.782],[-3.075,1.317],[-0.132,0.061],[-1.553,0.666],[2.121,-0.908],[5.771,-2.472],[8.506,-3.644],[10.408,-4.459],[0,0],[11.471,-4.913],[10.697,-4.583],[9.094,-3.896],[6.495,-2.783],[3.075,-1.317],[0.131,-0.061],[1.554,-0.665]],"v":[[118.099,-52.016],[111.736,-49.29],[94.421,-41.871],[68.906,-30.941],[37.683,-17.566],[3.482,-2.913],[-30.929,11.829],[-63.02,25.577],[-90.303,37.264],[-109.788,45.611],[-119.028,49.57],[-119.429,49.741],[-118.099,52.015],[-111.736,49.29],[-94.422,41.872],[-68.906,30.941],[-37.683,17.566],[-3.483,2.913],[30.929,-11.827],[63.02,-25.576],[90.303,-37.264],[109.788,-45.611],[119.028,-49.569],[119.428,-49.741]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.026189471226,0.021800777959,0.023204855825,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1631.895,388.269],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.395,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[7.41,-0.551],[0.325,0],[-0.878,-0.878],[0,0],[0.878,-0.878],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-7.41,0.552],[-0.325,0],[0.878,0.878],[0,0],[0,3.395],[0,0],[1.427,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[7.494,-0.143],[0.328,0],[0,-1.427],[0,0],[-1.427,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-7.494,0.142],[-0.328,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-7.425,0],[-0.324,0.024],[0.878,0.878],[0,0],[-0.878,0.878],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[7.425,0],[0.324,-0.024],[-0.878,-0.878],[0,0],[0,3.389],[0,0],[0,-1.423],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-7.496,0],[-0.328,0.006],[-1.424,0],[0,0],[0,1.423],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[7.496,0],[0.328,-0.007],[3.389,0]],"v":[[288.89,-2.416],[273.31,-2.416],[231.291,-2.416],[168.993,-2.416],[92.988,-2.416],[10.031,-2.416],[-74.276,-2.416],[-152.349,-2.416],[-218.562,-2.416],[-266.166,-2.416],[-288.667,-2.416],[-289.651,-2.416],[-287.017,0.218],[-287.017,-0.837],[-289.651,1.797],[-274.071,1.797],[-232.052,1.797],[-169.754,1.797],[-93.749,1.797],[-10.792,1.797],[73.515,1.797],[151.588,1.797],[217.801,1.797],[265.405,1.797],[287.906,1.797],[288.89,1.797],[286.256,-0.837],[286.256,0.218],[291.524,0.218],[291.524,-0.837],[288.89,-3.47],[273.31,-3.47],[231.291,-3.47],[168.993,-3.47],[92.988,-3.47],[10.031,-3.47],[-74.276,-3.47],[-152.349,-3.47],[-218.562,-3.47],[-266.166,-3.47],[-288.667,-3.47],[-289.651,-3.47],[-292.285,-0.837],[-292.285,0.218],[-289.651,2.852],[-274.071,2.852],[-232.052,2.852],[-169.754,2.852],[-93.749,2.852],[-10.792,2.852],[73.515,2.852],[151.588,2.852],[217.801,2.852],[265.405,2.852],[287.906,2.852],[288.89,2.852]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.210735395843,0.179488402722,0.183834165685,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1406.615,477.818],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.222,-0.735],[-1.889,-1.136],[-4.537,-2.73],[-5.49,-3.303],[-4.75,-2.858],[-2.383,-1.24],[-0.034,-0.02],[-0.443,1.636],[0,0],[0,0],[0,0],[0,0],[0,0],[1.467,-0.066],[0.063,0],[-0.443,-1.636],[-1.889,1.136],[-4.536,2.73],[0,0],[-4.751,2.858],[-2.269,1.461],[-0.034,0.02],[0.725,1.239],[1.223,-0.736],[1.889,-1.136],[4.537,-2.729],[5.49,-3.303],[4.75,-2.858],[2.255,-1.478],[0.034,-0.021],[-2.637,0],[0,0],[0,0],[0,0],[0,0],[-4.62,0.145],[-0.062,0],[2.226,1.339],[1.888,1.136],[4.536,2.729],[5.491,3.304],[4.751,2.858],[2.361,1.304],[0.034,0.02],[0.711,-1.216]],"o":[[1.889,1.136],[4.537,2.729],[5.49,3.303],[4.75,2.858],[2.3,1.383],[0.035,0.018],[0.443,-1.636],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.468,0],[-0.062,0.003],[0.443,1.636],[1.888,-1.136],[4.536,-2.729],[0,0],[4.75,-2.858],[2.312,-1.391],[0.033,-0.021],[1.217,-0.733],[-0.713,-1.219],[-1.889,1.136],[-4.537,2.73],[-5.49,3.303],[-4.751,2.858],[-2.31,1.39],[-0.033,0.022],[-2.224,1.338],[0,0],[0,0],[0,0],[0,0],[4.622,0],[0.062,-0.001],[2.634,0],[-1.889,-1.137],[-4.537,-2.729],[-5.491,-3.303],[-4.75,-2.857],[-2.31,-1.39],[-0.034,-0.019],[-1.219,-0.734],[-0.728,1.246]],"v":[[-1.33,-14.771],[4.335,-11.361],[17.945,-3.173],[34.417,6.736],[48.667,15.31],[55.615,19.49],[55.718,19.551],[57.047,14.643],[45.626,14.643],[18.396,14.643],[-14.515,14.643],[-42.973,14.643],[-52.441,14.643],[-56.861,14.643],[-57.05,14.643],[-55.719,19.551],[-50.053,16.142],[-36.444,7.954],[-19.973,-1.956],[-5.722,-10.529],[1.226,-14.709],[1.328,-14.771],[2.272,-18.374],[-1.33,-19.318],[-6.996,-15.91],[-20.606,-7.722],[-37.078,2.188],[-51.328,10.76],[-58.276,14.941],[-58.379,15.003],[-57.05,19.91],[-45.63,19.91],[-18.399,19.91],[14.512,19.91],[42.969,19.91],[56.859,19.91],[57.047,19.91],[58.376,15.003],[52.71,11.594],[39.1,3.406],[22.629,-6.504],[8.377,-15.077],[1.429,-19.258],[1.328,-19.318],[-2.276,-18.374]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.210735395843,0.179488402722,0.183834165685,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1627.036,461.827],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.222,-0.735],[-1.889,-1.136],[-4.537,-2.73],[-5.49,-3.303],[-4.75,-2.858],[-2.383,-1.24],[-0.034,-0.02],[-0.443,1.636],[0,0],[0,0],[0,0],[0,0],[0,0],[1.467,-0.066],[0.063,0],[-0.443,-1.636],[-1.889,1.136],[-4.536,2.73],[0,0],[-4.751,2.858],[-2.269,1.461],[-0.034,0.02],[0.725,1.239],[1.223,-0.736],[1.889,-1.136],[4.537,-2.729],[5.49,-3.303],[4.75,-2.858],[2.255,-1.478],[0.034,-0.021],[-2.637,0],[0,0],[0,0],[0,0],[0,0],[-4.62,0.145],[-0.062,0],[2.226,1.339],[1.888,1.136],[4.536,2.729],[5.491,3.304],[4.751,2.858],[2.361,1.304],[0.034,0.02],[0.711,-1.216]],"o":[[1.889,1.136],[4.537,2.729],[5.49,3.303],[4.75,2.858],[2.3,1.383],[0.035,0.018],[0.443,-1.636],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.468,0],[-0.062,0.003],[0.443,1.636],[1.888,-1.136],[4.536,-2.729],[0,0],[4.75,-2.858],[2.312,-1.391],[0.033,-0.021],[1.217,-0.733],[-0.713,-1.219],[-1.889,1.136],[-4.537,2.73],[-5.49,3.303],[-4.751,2.858],[-2.31,1.39],[-0.033,0.022],[-2.224,1.338],[0,0],[0,0],[0,0],[0,0],[4.622,0],[0.062,-0.001],[2.634,0],[-1.889,-1.137],[-4.537,-2.729],[-5.491,-3.303],[-4.75,-2.857],[-2.31,-1.39],[-0.034,-0.019],[-1.219,-0.734],[-0.728,1.246]],"v":[[-1.33,-14.771],[4.335,-11.361],[17.945,-3.173],[34.417,6.736],[48.667,15.31],[55.615,19.49],[55.718,19.551],[57.047,14.643],[45.626,14.643],[18.396,14.643],[-14.515,14.643],[-42.973,14.643],[-52.441,14.643],[-56.861,14.643],[-57.05,14.643],[-55.719,19.551],[-50.053,16.142],[-36.444,7.954],[-19.973,-1.956],[-5.722,-10.529],[1.226,-14.709],[1.328,-14.771],[2.272,-18.374],[-1.33,-19.318],[-6.996,-15.91],[-20.606,-7.722],[-37.078,2.188],[-51.328,10.76],[-58.276,14.941],[-58.379,15.003],[-57.05,19.91],[-45.63,19.91],[-18.399,19.91],[14.512,19.91],[42.969,19.91],[56.859,19.91],[57.047,19.91],[58.376,15.003],[52.71,11.594],[39.1,3.406],[22.629,-6.504],[8.377,-15.077],[1.429,-19.258],[1.328,-19.318],[-2.276,-18.374]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.210735395843,0.179488402722,0.183834165685,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1513.132,461.827],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.222,-0.735],[-1.889,-1.136],[-4.537,-2.73],[-5.49,-3.303],[-4.75,-2.858],[-2.383,-1.24],[-0.034,-0.02],[-0.443,1.636],[0,0],[0,0],[0,0],[0,0],[0,0],[1.467,-0.066],[0.063,0],[-0.443,-1.636],[0,0],[-4.536,2.73],[0,0],[-4.751,2.858],[-2.269,1.461],[-0.034,0.02],[0.724,1.239],[1.224,-0.736],[1.889,-1.136],[4.537,-2.729],[5.49,-3.303],[4.75,-2.858],[2.255,-1.478],[0.034,-0.021],[-2.637,0],[0,0],[0,0],[0,0],[0,0],[-4.62,0.145],[-0.062,0],[2.226,1.339],[1.888,1.136],[4.536,2.729],[5.491,3.304],[4.751,2.858],[2.361,1.304],[0.034,0.02],[0.711,-1.216]],"o":[[1.889,1.136],[4.537,2.729],[5.49,3.303],[4.75,2.858],[2.3,1.383],[0.035,0.018],[0.443,-1.636],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.468,0],[-0.062,0.003],[0.443,1.636],[0,0],[4.536,-2.729],[0,0],[4.75,-2.858],[2.312,-1.391],[0.033,-0.021],[1.217,-0.733],[-0.713,-1.219],[-1.889,1.136],[-4.537,2.73],[-5.49,3.303],[-4.75,2.858],[-2.31,1.39],[-0.033,0.022],[-2.224,1.338],[0,0],[0,0],[0,0],[0,0],[4.621,0],[0.062,-0.001],[2.634,0],[-1.889,-1.137],[-4.537,-2.729],[-5.491,-3.303],[-4.75,-2.857],[-2.31,-1.39],[-0.034,-0.019],[-1.219,-0.734],[-0.728,1.246]],"v":[[-1.33,-14.771],[4.335,-11.361],[17.945,-3.173],[34.417,6.736],[48.667,15.31],[55.615,19.49],[55.718,19.551],[57.047,14.643],[45.626,14.643],[18.396,14.643],[-14.515,14.643],[-42.973,14.643],[-52.441,14.643],[-56.861,14.643],[-57.05,14.643],[-55.719,19.551],[-50.053,16.142],[-36.444,7.954],[-19.973,-1.956],[-5.722,-10.529],[1.226,-14.709],[1.328,-14.771],[2.273,-18.374],[-1.33,-19.318],[-6.996,-15.91],[-20.606,-7.722],[-37.078,2.188],[-51.328,10.76],[-58.276,14.941],[-58.379,15.003],[-57.05,19.91],[-45.63,19.91],[-18.399,19.91],[14.512,19.91],[42.97,19.91],[56.859,19.91],[57.047,19.91],[58.376,15.003],[52.71,11.594],[39.1,3.406],[22.629,-6.504],[8.377,-15.077],[1.429,-19.258],[1.328,-19.318],[-2.276,-18.374]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.210735395843,0.179488402722,0.183834165685,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1399.63,461.827],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.222,-0.735],[-1.889,-1.136],[-4.537,-2.73],[-5.49,-3.303],[0,0],[-2.383,-1.24],[-0.034,-0.02],[-0.443,1.636],[0,0],[0,0],[0,0],[0,0],[0,0],[1.467,-0.066],[0.063,0],[-0.443,-1.636],[0,0],[-4.536,2.73],[0,0],[-4.751,2.858],[-2.269,1.461],[-0.034,0.02],[0.725,1.239],[1.223,-0.736],[1.889,-1.136],[4.537,-2.729],[5.49,-3.303],[4.75,-2.858],[2.255,-1.478],[0.034,-0.021],[-2.637,0],[0,0],[0,0],[0,0],[0,0],[-4.62,0.145],[-0.062,0],[2.226,1.339],[1.888,1.136],[4.536,2.729],[5.491,3.304],[4.751,2.858],[2.361,1.304],[0.034,0.02],[0.711,-1.216]],"o":[[1.889,1.136],[4.537,2.729],[5.49,3.303],[0,0],[2.3,1.383],[0.035,0.018],[0.443,-1.636],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.468,0],[-0.062,0.003],[0.443,1.636],[0,0],[4.536,-2.729],[0,0],[4.75,-2.858],[2.312,-1.391],[0.033,-0.021],[1.217,-0.733],[-0.713,-1.219],[-1.889,1.136],[-4.537,2.73],[-5.49,3.303],[-4.751,2.858],[-2.31,1.39],[-0.033,0.022],[-2.224,1.338],[0,0],[0,0],[0,0],[0,0],[4.622,0],[0.062,-0.001],[2.634,0],[-1.889,-1.137],[-4.537,-2.729],[-5.491,-3.303],[-4.75,-2.857],[-2.31,-1.39],[-0.034,-0.019],[-1.219,-0.734],[-0.728,1.246]],"v":[[-1.33,-14.771],[4.335,-11.361],[17.945,-3.173],[34.417,6.736],[48.667,15.31],[55.615,19.49],[55.718,19.551],[57.047,14.643],[45.626,14.643],[18.396,14.643],[-14.515,14.643],[-42.973,14.643],[-52.441,14.643],[-56.861,14.643],[-57.05,14.643],[-55.719,19.551],[-50.053,16.142],[-36.444,7.954],[-19.973,-1.956],[-5.722,-10.529],[1.226,-14.709],[1.328,-14.771],[2.272,-18.374],[-1.33,-19.318],[-6.996,-15.91],[-20.606,-7.722],[-37.078,2.188],[-51.328,10.76],[-58.276,14.941],[-58.379,15.003],[-57.05,19.91],[-45.63,19.91],[-18.399,19.91],[14.512,19.91],[42.969,19.91],[56.859,19.91],[57.047,19.91],[58.376,15.003],[52.71,11.594],[39.1,3.406],[22.629,-6.504],[8.377,-15.077],[1.429,-19.258],[1.328,-19.318],[-2.276,-18.374]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.210735395843,0.179488402722,0.183834165685,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1286.933,461.827],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.222,-0.735],[-1.889,-1.136],[-4.537,-2.73],[-5.49,-3.303],[-4.75,-2.858],[-2.382,-1.24],[-0.034,-0.02],[-0.443,1.636],[0,0],[0,0],[0,0],[0,0],[0,0],[1.467,-0.066],[0.063,0],[-0.443,-1.636],[0,0],[-4.536,2.73],[0,0],[-4.75,2.858],[-2.269,1.461],[-0.034,0.02],[0.724,1.239],[1.224,-0.736],[1.889,-1.136],[4.537,-2.729],[5.49,-3.303],[4.75,-2.858],[2.255,-1.478],[0.034,-0.021],[-2.637,0],[0,0],[0,0],[0,0],[0,0],[-4.62,0.145],[-0.062,0],[2.226,1.339],[1.888,1.136],[4.536,2.729],[5.491,3.304],[4.751,2.858],[2.361,1.304],[0.034,0.02],[0.712,-1.216]],"o":[[1.889,1.136],[4.537,2.729],[5.49,3.303],[4.751,2.858],[2.3,1.383],[0.035,0.018],[0.443,-1.636],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.469,0],[-0.062,0.003],[0.443,1.636],[0,0],[4.536,-2.729],[0,0],[4.75,-2.858],[2.312,-1.391],[0.033,-0.021],[1.217,-0.733],[-0.713,-1.219],[-1.889,1.136],[-4.537,2.73],[-5.49,3.303],[-4.75,2.858],[-2.31,1.39],[-0.033,0.022],[-2.224,1.338],[0,0],[0,0],[0,0],[0,0],[4.621,0],[0.062,-0.001],[2.634,0],[-1.889,-1.137],[-4.537,-2.729],[-5.491,-3.303],[-4.75,-2.857],[-2.31,-1.39],[-0.034,-0.019],[-1.219,-0.734],[-0.728,1.246]],"v":[[-1.33,-14.771],[4.335,-11.361],[17.945,-3.173],[34.417,6.736],[48.667,15.31],[55.615,19.49],[55.718,19.551],[57.047,14.643],[45.626,14.643],[18.396,14.643],[-14.515,14.643],[-42.973,14.643],[-52.439,14.643],[-56.861,14.643],[-57.05,14.643],[-55.719,19.551],[-50.053,16.142],[-36.444,7.954],[-19.973,-1.956],[-5.722,-10.529],[1.226,-14.709],[1.328,-14.771],[2.273,-18.374],[-1.33,-19.318],[-6.996,-15.91],[-20.606,-7.722],[-37.078,2.188],[-51.328,10.76],[-58.276,14.941],[-58.379,15.003],[-57.05,19.91],[-45.629,19.91],[-18.397,19.91],[14.512,19.91],[42.97,19.91],[56.859,19.91],[57.047,19.91],[58.376,15.003],[52.71,11.594],[39.1,3.406],[22.629,-6.504],[8.377,-15.077],[1.429,-19.258],[1.328,-19.318],[-2.276,-18.374]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.210735395843,0.179488402722,0.183834165685,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1174.236,461.827],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.263,0],[0,0],[0,0],[0,0],[0,0],[2.903,-0.108],[0.042,0],[0,-0.951],[0,0],[-0.951,0],[0,0],[0,0],[0,0],[0,0],[-2.903,0.107],[-0.042,0],[0,0.951],[0,0],[0,-2.264],[0,0],[-0.585,0.585],[0,0],[0,0],[0,0],[0,0],[0,0],[0.925,-0.078],[0.042,0],[-0.585,-0.586],[0,0],[0.585,-0.586],[0,0],[0,0],[0,0],[0,0],[-2.903,0.107],[-0.042,0]],"o":[[0,0],[0,0],[0,0],[0,0],[-2.904,0],[-0.042,0.002],[-0.949,0],[0,0],[0,0.949],[0,0],[0,0],[0,0],[0,0],[2.904,0],[0.042,-0.002],[0.949,0],[0,0],[0,-2.26],[0,0],[0.585,-0.586],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.927,0],[-0.041,0.003],[0.585,0.585],[0,0],[-0.585,0.585],[0,0],[0,0],[0,0],[0,0],[2.904,0],[0.042,-0.002],[2.26,0]],"v":[[35.753,-3.859],[28.619,-3.859],[11.394,-3.859],[-9.371,-3.859],[-27.4,-3.859],[-36.134,-3.859],[-36.26,-3.859],[-38.016,-2.102],[-38.016,2.504],[-36.26,4.26],[-29.126,4.26],[-11.9,4.26],[8.864,4.26],[26.893,4.26],[35.627,4.26],[35.753,4.26],[37.509,2.504],[37.509,-2.102],[33.997,-2.102],[33.997,2.504],[35.753,0.747],[28.619,0.747],[11.394,0.747],[-9.371,0.747],[-27.4,0.747],[-33.317,0.747],[-36.134,0.747],[-36.26,0.747],[-34.504,2.504],[-34.504,-2.102],[-36.26,-0.346],[-29.126,-0.346],[-11.9,-0.346],[8.864,-0.346],[26.893,-0.346],[35.627,-0.346],[35.753,-0.346]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.210735395843,0.179488402722,0.183834165685,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1750.912,471.686],"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.395,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[3.756,-0.165],[0.165,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-3.756,0.164],[-0.164,0],[0.878,0.878],[0,0],[0,3.395],[0,0],[1.427,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[3.77,-0.067],[0.165,0],[0,-1.427],[0,0],[-1.427,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-3.77,0.067],[-0.165,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-3.759,0],[-0.164,0.007],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[3.759,0],[0.165,-0.007],[-0.878,-0.878],[0,0],[0,3.389],[0,0],[0,-1.424],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-3.77,0],[-0.165,0.003],[-1.424,0],[0,0],[0,1.423],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[3.77,0],[0.165,-0.003],[3.389,0]],"v":[[145.114,1.802],[137.277,1.802],[116.142,1.802],[84.809,1.802],[46.581,1.802],[4.856,1.802],[-37.547,1.802],[-76.816,1.802],[-110.119,1.802],[-134.062,1.802],[-145.38,1.802],[-145.875,1.802],[-143.24,4.436],[-143.24,-5.13],[-145.875,-2.496],[-138.039,-2.496],[-116.904,-2.496],[-85.571,-2.496],[-47.342,-2.496],[-5.618,-2.496],[36.786,-2.496],[76.055,-2.496],[109.359,-2.496],[133.302,-2.496],[144.618,-2.496],[145.114,-2.496],[142.479,-5.13],[142.479,4.436],[147.747,4.436],[147.747,-5.13],[145.114,-7.764],[137.277,-7.764],[116.142,-7.764],[84.809,-7.764],[46.581,-7.764],[4.856,-7.764],[-37.547,-7.764],[-76.816,-7.764],[-110.119,-7.764],[-134.062,-7.764],[-145.38,-7.764],[-145.875,-7.764],[-148.509,-5.13],[-148.509,4.436],[-145.875,7.07],[-138.039,7.07],[-116.904,7.07],[-85.571,7.07],[-47.342,7.07],[-5.618,7.07],[36.786,7.07],[76.055,7.07],[109.359,7.07],[133.302,7.07],[144.618,7.07],[145.114,7.07]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.210735395843,0.179488402722,0.183834165685,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1841.699,479.45],"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"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":[[145.494,4.783],[-145.494,4.783],[-145.494,-4.783],[145.494,-4.783]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.213697396073,0.178299623377,0.187440879672,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1841.318,479.103],"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-3.225],[0,0],[3.338,0],[0,0],[0.99,1.595],[0,0],[-0.988,1.592],[0,0],[-1.927,0],[0,0]],"o":[[0,0],[0,3.226],[0,0],[-1.926,0],[0,0],[-0.988,-1.592],[0,0],[0.989,-1.597],[0,0],[3.339,0]],"v":[[50.957,-22.372],[50.957,22.374],[44.911,28.212],[-30.969,28.212],[-35.669,25.641],[-49.969,2.588],[-49.969,-2.583],[-35.689,-25.636],[-30.988,-28.211],[44.911,-28.211]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.542994300992,0.508812279795,0.482810345818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1741.738,518.987],"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":"Group 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.263],[0,0],[0,0],[0,0],[0,0],[-0.113,-2.967],[0,-0.041],[0,2.264],[0,0],[0,0],[0,0],[0,0],[0.113,2.968],[0,0.041]],"o":[[0,0],[0,0],[0,0],[0,0],[0,2.969],[0.002,0.041],[0,2.26],[0,0],[0,0],[0,0],[0,0],[0,-2.969],[-0.002,-0.041],[0,-2.26]],"v":[[-1.756,-36.825],[-1.756,-29.499],[-1.756,-11.906],[-1.756,9.376],[-1.756,27.771],[-1.756,36.701],[-1.756,36.824],[1.756,36.824],[1.756,29.498],[1.756,11.906],[1.756,-9.377],[1.756,-27.772],[1.756,-36.702],[1.756,-36.825]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.210735395843,0.179488402722,0.183834165685,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1907.24,520.711],"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":"Group 16","np":2,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.263],[0,0],[0,0],[0,0],[0,0],[-0.113,-2.967],[0,-0.041],[0,2.264],[0,0],[0,0],[0,0],[0,0],[0.113,2.968],[0,0.041]],"o":[[0,0],[0,0],[0,0],[0,0],[0,2.969],[0.002,0.041],[0,2.26],[0,0],[0,0],[0,0],[0,0],[0,-2.969],[-0.002,-0.041],[0,-2.26]],"v":[[-1.756,-36.825],[-1.756,-29.499],[-1.756,-11.906],[-1.756,9.376],[-1.756,27.771],[-1.756,36.701],[-1.756,36.824],[1.756,36.824],[1.756,29.498],[1.756,11.906],[1.756,-9.377],[1.756,-27.772],[1.756,-36.702],[1.756,-36.825]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.210735395843,0.179488402722,0.183834165685,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1876.483,520.711],"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":"Group 17","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.263],[0,0],[0,0],[0,0],[0,0],[-0.113,-2.967],[0,-0.041],[0,2.264],[0,0],[0,0],[0,0],[0,0],[0.113,2.968],[0,0.041]],"o":[[0,0],[0,0],[0,0],[0,0],[0,2.969],[0.001,0.041],[0,2.26],[0,0],[0,0],[0,0],[0,0],[0,-2.969],[-0.002,-0.041],[0,-2.26]],"v":[[-1.756,-36.825],[-1.756,-29.499],[-1.756,-11.906],[-1.756,9.376],[-1.756,27.771],[-1.756,36.701],[-1.756,36.824],[1.756,36.824],[1.756,29.498],[1.756,11.906],[1.756,-9.377],[1.756,-27.772],[1.756,-36.702],[1.756,-36.825]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.210735395843,0.179488402722,0.183834165685,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1843.541,520.711],"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":"Group 18","np":2,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.457,-0.866],[-2.066,-1.227],[-5.579,-3.315],[-8.242,-4.897],[-10.115,-6.011],[-11.015,-6.545],[-11.117,-6.606],[-10.426,-6.195],[-8.756,-5.203],[0,0],[-3.022,-1.737],[-0.125,-0.075],[1.457,0.866],[2.066,1.228],[5.58,3.316],[8.242,4.898],[10.116,6.01],[0,0],[11.117,6.606],[10.425,6.195],[8.756,5.203],[6.299,3.743],[3.022,1.737],[0.125,0.074]],"o":[[2.066,1.228],[5.58,3.316],[8.242,4.898],[10.115,6.011],[11.015,6.545],[11.117,6.606],[10.426,6.195],[8.756,5.204],[0,0],[2.996,1.781],[0.126,0.072],[1.461,0.868],[-2.067,-1.228],[-5.58,-3.315],[-8.241,-4.897],[-10.115,-6.01],[0,0],[-11.118,-6.606],[-10.426,-6.195],[-8.757,-5.203],[-6.3,-3.744],[-2.997,-1.781],[-0.127,-0.073],[-1.46,-0.868]],"v":[[-115.774,-67.263],[-109.575,-63.579],[-92.836,-53.633],[-68.11,-38.941],[-37.765,-20.909],[-4.721,-1.274],[28.631,18.544],[59.908,37.129],[86.177,52.739],[105.076,63.969],[114.069,69.314],[114.444,69.536],[115.774,67.262],[109.575,63.578],[92.835,53.632],[68.11,38.939],[37.764,20.908],[4.721,1.272],[-28.631,-18.546],[-59.908,-37.131],[-86.177,-52.74],[-105.076,-63.97],[-114.069,-69.314],[-114.445,-69.537]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.026189471226,0.021800777959,0.023204855825,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1865.768,405.79],"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":"Group 19","np":2,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.263,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.925,-0.078],[0.042,0],[-0.585,-0.585],[0,0],[0.585,-0.585],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.925,0.078],[-0.042,0],[0.585,0.586],[0,0],[0,2.263],[0,0],[0.951,0],[0,0],[0,0],[0,0],[0,0],[2.905,-0.108],[0.042,0],[0,-0.951],[0,0],[-0.951,0],[0,0],[0,0],[0,0],[0,0],[-2.905,0.107],[-0.042,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[-0.928,0],[-0.041,0.003],[0.585,0.585],[0,0],[-0.585,0.586],[0,0],[0,0],[0,0],[0,0],[0,0],[0.927,0],[0.041,-0.003],[-0.585,-0.585],[0,0],[0,2.259],[0,0],[0,-0.949],[0,0],[0,0],[0,0],[0,0],[-2.906,0],[-0.042,0.001],[-0.949,0],[0,0],[0,0.949],[0,0],[0,0],[0,0],[0,0],[2.906,0],[0.042,-0.002],[2.26,0]],"v":[[35.776,-0.807],[28.638,-0.807],[11.401,-0.807],[-9.376,-0.807],[-27.416,-0.807],[-33.337,-0.807],[-36.156,-0.807],[-36.282,-0.807],[-34.526,0.949],[-34.526,-1.35],[-36.282,0.406],[-29.144,0.406],[-11.907,0.406],[8.87,0.406],[26.91,0.406],[32.832,0.406],[35.65,0.406],[35.776,0.406],[34.02,-1.35],[34.02,0.949],[37.532,0.949],[37.532,-1.35],[35.776,-3.105],[28.638,-3.105],[11.401,-3.105],[-9.376,-3.105],[-27.416,-3.105],[-36.156,-3.105],[-36.282,-3.105],[-38.038,-1.35],[-38.038,0.949],[-36.282,2.705],[-29.144,2.705],[-11.907,2.705],[8.87,2.705],[26.91,2.705],[35.65,2.705],[35.776,2.705]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.210735395843,0.179488402722,0.183834165685,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1750.934,548.262],"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":"Group 20","np":2,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.477,0],[0,0],[0,0],[0,0],[0,0],[2.894,-0.163],[0.042,0],[-0.878,-0.878],[0,0],[0.878,-0.878],[0,0],[0,0],[0,0],[0,0],[-2.893,0.163],[-0.042,0],[0.878,0.878],[0,0],[-1.422,0.063],[0,1.476],[0,0],[1.427,0],[0,0],[0,0],[0,0],[0,0],[2.907,-0.091],[0.042,0],[0,-1.427],[0,0],[-1.427,0],[0,0],[0,0],[0,0],[0,0],[-2.907,0.09],[-0.042,0],[0.064,1.422]],"o":[[0,0],[0,0],[0,0],[0,0],[-2.897,0],[-0.042,0.002],[0.878,0.878],[0,0],[-0.878,0.878],[0,0],[0,0],[0,0],[0,0],[2.897,0],[0.042,-0.002],[-0.878,-0.878],[0,0],[0,1.377],[1.427,-0.064],[0,0],[0,-1.423],[0,0],[0,0],[0,0],[0,0],[-2.908,0],[-0.042,0.001],[-1.424,0],[0,0],[0,1.423],[0,0],[0,0],[0,0],[0,0],[2.908,0],[0.042,-0.002],[1.378,0],[-0.064,-1.427]],"v":[[35.997,-1.484],[28.859,-1.484],[11.622,-1.484],[-9.155,-1.484],[-27.195,-1.484],[-35.935,-1.484],[-36.061,-1.484],[-33.427,1.15],[-33.427,-1.149],[-36.061,1.485],[-28.923,1.485],[-11.686,1.485],[9.091,1.485],[27.131,1.485],[35.871,1.485],[35.997,1.485],[33.363,-1.149],[33.363,1.15],[35.997,3.784],[38.631,1.15],[38.631,-1.149],[35.997,-3.782],[28.859,-3.782],[11.622,-3.782],[-9.155,-3.782],[-27.195,-3.782],[-35.935,-3.782],[-36.061,-3.782],[-38.695,-1.149],[-38.695,1.15],[-36.061,3.784],[-28.923,3.784],[-11.686,3.784],[9.091,3.784],[27.131,3.784],[35.871,3.784],[35.997,3.784],[38.631,1.15]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.210735395843,0.179488402722,0.183834165685,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1750.713,620.51],"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":"Group 21","np":2,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.191,0],[0,0],[0,4.191],[0,0],[-4.191,0],[0,0],[0,-4.191],[0,0]],"o":[[0,0],[-4.191,0],[0,0],[0,-4.191],[0,0],[4.191,0],[0,0],[0,4.191]],"v":[[40.082,37.747],[-40.082,37.747],[-47.67,30.159],[-47.67,-30.159],[-40.082,-37.747],[40.082,-37.747],[47.67,-30.159],[47.67,30.159]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.542994300992,0.508812279795,0.482810345818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1876.483,521.633],"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":"Group 22","np":2,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.477,0],[0,0],[0,0],[0,0],[0,0],[2.894,-0.163],[0.042,0],[0,0],[0,0],[0.878,-0.878],[0,0],[0,0],[0,0],[0,0],[-2.893,0.163],[-0.042,0],[0.878,0.878],[0,0],[-1.422,0.063],[0,1.476],[0,0],[1.427,0],[0,0],[0,0],[0,0],[0,0],[2.907,-0.091],[0.042,0],[0,-1.427],[0,0],[-1.427,0],[0,0],[0,0],[0,0],[0,0],[-2.907,0.09],[-0.042,0],[0.064,1.422]],"o":[[0,0],[0,0],[0,0],[0,0],[-2.897,0],[-0.042,0.002],[0,0],[0,0],[-0.878,0.878],[0,0],[0,0],[0,0],[0,0],[2.897,0],[0.042,-0.002],[-0.878,-0.878],[0,0],[0,1.377],[1.427,-0.064],[0,0],[0,-1.423],[0,0],[0,0],[0,0],[0,0],[-2.908,0],[-0.042,0.001],[-1.424,0],[0,0],[0,1.424],[0,0],[0,0],[0,0],[0,0],[2.908,0],[0.042,-0.002],[1.378,0],[-0.064,-1.427]],"v":[[35.997,-1.484],[28.859,-1.484],[11.622,-1.484],[-9.155,-1.484],[-27.195,-1.484],[-35.935,-1.484],[-36.061,-1.484],[-33.427,1.15],[-33.427,-1.149],[-36.061,1.485],[-28.923,1.485],[-11.686,1.485],[9.091,1.485],[27.131,1.485],[35.871,1.485],[35.997,1.485],[33.363,-1.149],[33.363,1.15],[35.997,3.784],[38.631,1.15],[38.631,-1.149],[35.997,-3.782],[28.859,-3.782],[11.622,-3.782],[-9.155,-3.782],[-27.195,-3.782],[-35.935,-3.782],[-36.061,-3.782],[-38.695,-1.149],[-38.695,1.15],[-36.061,3.784],[-28.923,3.784],[-11.686,3.784],[9.091,3.784],[27.131,3.784],[35.871,3.784],[35.997,3.784],[38.631,1.15]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.210735395843,0.179488402722,0.183834165685,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1750.713,692.958],"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":"Group 23","np":2,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-1.679,0],[0,0],[0,-1.68]],"o":[[0,0],[0,0],[0,-1.68],[0,0],[1.68,0],[0,0]],"v":[[13.854,11.608],[-13.854,11.608],[-13.854,-8.567],[-10.814,-11.608],[10.813,-11.608],[13.854,-8.567]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.542994300992,0.508812279795,0.482810345818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1921.094,462.581],"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":"Group 24","np":2,"cix":2,"ix":24,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-1.679,0],[0,0],[0,-1.68]],"o":[[0,0],[0,0],[0,-1.68],[0,0],[1.68,0],[0,0]],"v":[[13.854,11.608],[-13.854,11.608],[-13.854,-8.567],[-10.814,-11.608],[10.813,-11.608],[13.854,-8.567]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.542994300992,0.508812279795,0.482810345818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1878.988,462.581],"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":"Group 25","np":2,"cix":2,"ix":25,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-1.679,0],[0,0],[0,-1.68]],"o":[[0,0],[0,0],[0,-1.68],[0,0],[1.68,0],[0,0]],"v":[[13.854,11.608],[-13.854,11.608],[-13.854,-8.567],[-10.814,-11.608],[10.813,-11.608],[13.854,-8.567]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.542994300992,0.508812279795,0.482810345818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1835.097,462.581],"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":"Group 26","np":2,"cix":2,"ix":26,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.477,0],[0,0],[0,0],[0,0],[0,0],[2.894,-0.163],[0.042,0],[-0.878,-0.878],[0,0],[0.878,-0.878],[0,0],[0,0],[0,0],[0,0],[-2.893,0.163],[-0.042,0],[0.878,0.878],[0,0],[-1.422,0.063],[0,1.476],[0,0],[1.427,0],[0,0],[0,0],[0,0],[0,0],[2.907,-0.091],[0.042,0],[0,-1.427],[0,0],[-1.427,0],[0,0],[0,0],[0,0],[0,0],[-2.907,0.09],[-0.042,0],[0.064,1.422]],"o":[[0,0],[0,0],[0,0],[0,0],[-2.897,0],[-0.042,0.002],[0.878,0.878],[0,0],[-0.878,0.878],[0,0],[0,0],[0,0],[0,0],[2.897,0],[0.042,-0.002],[-0.878,-0.878],[0,0],[0,1.377],[1.427,-0.064],[0,0],[0,-1.423],[0,0],[0,0],[0,0],[0,0],[-2.908,0],[-0.042,0.001],[-1.424,0],[0,0],[0,1.424],[0,0],[0,0],[0,0],[0,0],[2.908,0],[0.042,-0.002],[1.378,0],[-0.064,-1.427]],"v":[[35.997,-1.484],[28.859,-1.484],[11.622,-1.484],[-9.155,-1.484],[-27.195,-1.484],[-35.935,-1.484],[-36.061,-1.484],[-33.427,1.15],[-33.427,-1.149],[-36.061,1.484],[-28.923,1.484],[-11.686,1.484],[9.091,1.484],[27.131,1.484],[35.871,1.484],[35.997,1.484],[33.363,-1.149],[33.363,1.15],[35.997,3.784],[38.631,1.15],[38.631,-1.149],[35.997,-3.782],[28.859,-3.782],[11.622,-3.782],[-9.155,-3.782],[-27.195,-3.782],[-35.935,-3.782],[-36.061,-3.782],[-38.695,-1.149],[-38.695,1.15],[-36.061,3.784],[-28.923,3.784],[-11.686,3.784],[9.091,3.784],[27.131,3.784],[35.871,3.784],[35.997,3.784],[38.631,1.15]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.210735395843,0.179488402722,0.183834165685,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1750.713,765.406],"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":"Group 27","np":2,"cix":2,"ix":27,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.477,0],[0,0],[0,0],[0,0],[0,0],[2.894,-0.163],[0.042,0],[-0.878,-0.878],[0,0],[0.878,-0.878],[0,0],[0,0],[0,0],[0,0],[-2.893,0.163],[-0.042,0],[0.878,0.878],[0,0],[-1.422,0.063],[0,1.476],[0,0],[1.427,0],[0,0],[0,0],[0,0],[0,0],[2.907,-0.091],[0.042,0],[0,-1.427],[0,0],[-1.427,0],[0,0],[0,0],[0,0],[0,0],[-2.907,0.09],[-0.042,0],[0.064,1.422]],"o":[[0,0],[0,0],[0,0],[0,0],[-2.897,0],[-0.042,0.002],[0.878,0.878],[0,0],[-0.878,0.878],[0,0],[0,0],[0,0],[0,0],[2.897,0],[0.042,-0.002],[-0.878,-0.878],[0,0],[0,1.377],[1.427,-0.064],[0,0],[0,-1.423],[0,0],[0,0],[0,0],[0,0],[-2.908,0],[-0.042,0.001],[-1.424,0],[0,0],[0,1.424],[0,0],[0,0],[0,0],[0,0],[2.908,0],[0.042,-0.002],[1.378,0],[-0.064,-1.427]],"v":[[35.997,-1.485],[28.859,-1.485],[11.622,-1.485],[-9.155,-1.485],[-27.195,-1.485],[-35.935,-1.485],[-36.061,-1.485],[-33.427,1.149],[-33.427,-1.149],[-36.061,1.484],[-28.923,1.484],[-11.686,1.484],[9.091,1.484],[27.131,1.484],[35.871,1.484],[35.997,1.484],[33.363,-1.149],[33.363,1.149],[35.997,3.784],[38.631,1.149],[38.631,-1.149],[35.997,-3.783],[28.859,-3.783],[11.622,-3.783],[-9.155,-3.783],[-27.195,-3.783],[-35.935,-3.783],[-36.061,-3.783],[-38.695,-1.149],[-38.695,1.149],[-36.061,3.784],[-28.923,3.784],[-11.686,3.784],[9.091,3.784],[27.131,3.784],[35.871,3.784],[35.997,3.784],[38.631,1.149]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.210735395843,0.179488402722,0.183834165685,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1750.713,837.854],"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":"Group 28","np":2,"cix":2,"ix":28,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.477,0],[0,0],[0,0],[0,0],[0,0],[2.894,-0.163],[0.042,0],[-0.878,-0.878],[0,0],[0.878,-0.878],[0,0],[0,0],[0,0],[0,0],[-2.893,0.163],[-0.042,0],[0.878,0.878],[0,0],[-1.422,0.063],[0,1.476],[0,0],[1.427,0],[0,0],[0,0],[0,0],[0,0],[2.907,-0.091],[0.042,0],[0,-1.427],[0,0],[-1.427,0],[0,0],[0,0],[0,0],[0,0],[-2.907,0.09],[-0.042,0],[0.064,1.422]],"o":[[0,0],[0,0],[0,0],[0,0],[-2.897,0],[-0.042,0.002],[0.878,0.878],[0,0],[-0.878,0.878],[0,0],[0,0],[0,0],[0,0],[2.897,0],[0.042,-0.002],[-0.878,-0.878],[0,0],[0,1.377],[1.427,-0.064],[0,0],[0,-1.423],[0,0],[0,0],[0,0],[0,0],[-2.908,0],[-0.042,0.001],[-1.424,0],[0,0],[0,1.424],[0,0],[0,0],[0,0],[0,0],[2.908,0],[0.042,-0.002],[1.378,0],[-0.064,-1.427]],"v":[[35.997,-1.485],[28.859,-1.485],[11.622,-1.485],[-9.155,-1.485],[-27.195,-1.485],[-35.935,-1.485],[-36.061,-1.485],[-33.427,1.149],[-33.427,-1.149],[-36.061,1.484],[-28.923,1.484],[-11.686,1.484],[9.091,1.484],[27.131,1.484],[35.871,1.484],[35.997,1.484],[33.363,-1.149],[33.363,1.149],[35.997,3.784],[38.631,1.149],[38.631,-1.149],[35.997,-3.783],[28.859,-3.783],[11.622,-3.783],[-9.155,-3.783],[-27.195,-3.783],[-35.935,-3.783],[-36.061,-3.783],[-38.695,-1.149],[-38.695,1.149],[-36.061,3.784],[-28.923,3.784],[-11.686,3.784],[9.091,3.784],[27.131,3.784],[35.871,3.784],[35.997,3.784],[38.631,1.149]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.210735395843,0.179488402722,0.183834165685,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1750.713,910.302],"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":"Group 29","np":2,"cix":2,"ix":29,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.477,0],[0,0],[0,0],[0,0],[0,0],[2.894,-0.163],[0.042,0],[-0.878,-0.878],[0,0],[0.878,-0.878],[0,0],[0,0],[0,0],[0,0],[-2.893,0.163],[-0.042,0],[0.878,0.878],[0,0],[-1.422,0.063],[0,1.476],[0,0],[1.427,0],[0,0],[0,0],[0,0],[0,0],[2.907,-0.091],[0.042,0],[0,-1.427],[0,0],[-1.427,0],[0,0],[0,0],[0,0],[0,0],[-2.907,0.09],[-0.042,0],[0.064,1.422]],"o":[[0,0],[0,0],[0,0],[0,0],[-2.897,0],[-0.042,0.002],[0.878,0.878],[0,0],[-0.878,0.878],[0,0],[0,0],[0,0],[0,0],[2.897,0],[0.042,-0.002],[-0.878,-0.878],[0,0],[0,1.377],[1.427,-0.064],[0,0],[0,-1.423],[0,0],[0,0],[0,0],[0,0],[-2.908,0],[-0.042,0.001],[-1.424,0],[0,0],[0,1.424],[0,0],[0,0],[0,0],[0,0],[2.908,0],[0.042,-0.002],[1.378,0],[-0.064,-1.427]],"v":[[35.997,-1.484],[28.859,-1.484],[11.622,-1.484],[-9.155,-1.484],[-27.195,-1.484],[-35.935,-1.484],[-36.061,-1.484],[-33.427,1.15],[-33.427,-1.149],[-36.061,1.484],[-28.923,1.484],[-11.686,1.484],[9.091,1.484],[27.131,1.484],[35.871,1.484],[35.997,1.484],[33.363,-1.149],[33.363,1.15],[35.997,3.784],[38.631,1.15],[38.631,-1.149],[35.997,-3.782],[28.859,-3.782],[11.622,-3.782],[-9.155,-3.782],[-27.195,-3.782],[-35.935,-3.782],[-36.061,-3.782],[-38.695,-1.149],[-38.695,1.15],[-36.061,3.784],[-28.923,3.784],[-11.686,3.784],[9.091,3.784],[27.131,3.784],[35.871,3.784],[35.997,3.784],[38.631,1.15]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.210735395843,0.179488402722,0.183834165685,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1750.713,983.555],"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":"Group 30","np":2,"cix":2,"ix":30,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.009,1.009],[4.054,4.054],[0,0],[1.49,1.49],[0,0],[-4.054,4.054],[0,0],[-1.49,1.49],[0,0],[-4.053,-4.054],[0,0],[-1.49,-1.49],[0,0],[4.054,-4.054],[6.466,-6.466],[1.491,-1.49],[-1.005,-1.006],[-1.009,1.009],[-4.054,4.053],[0,0],[-1.49,1.49],[1.008,1.008],[4.054,4.054],[0,0],[1.49,1.49],[1.008,-1.008],[4.053,-4.054],[0,0],[1.491,-1.49],[-1.008,-1.008],[-4.053,-4.054],[0,0],[-1.49,-1.491],[-1.006,1.006]],"o":[[-4.054,-4.054],[0,0],[-1.49,-1.49],[0,0],[4.054,-4.054],[0,0],[1.49,-1.491],[0,0],[4.054,4.054],[0,0],[1.491,1.49],[0,0],[-4.053,4.054],[-6.465,6.466],[-1.49,1.49],[-1.005,1.006],[1.01,1.009],[4.054,-4.054],[0,0],[1.49,-1.491],[1.006,-1.006],[-4.054,-4.054],[0,0],[-1.49,-1.49],[-1.006,-1.006],[-4.053,4.054],[0,0],[-1.49,1.49],[-1.005,1.006],[4.054,4.053],[0,0],[1.491,1.49],[1.006,1.006],[1.009,-1.01]],"v":[[1.863,34.166],[-10.298,22.005],[-29.696,2.608],[-34.167,-1.863],[-34.167,1.862],[-22.005,-10.299],[-2.609,-29.696],[1.863,-34.167],[-1.863,-34.167],[10.298,-22.006],[29.695,-2.609],[34.167,1.862],[34.167,-1.863],[22.005,10.298],[2.609,29.695],[-1.863,34.166],[-1.863,37.891],[1.863,37.891],[14.023,25.73],[33.421,6.333],[37.891,1.862],[37.891,-1.863],[25.73,-14.024],[6.333,-33.421],[1.863,-37.892],[-1.863,-37.892],[-14.022,-25.731],[-33.421,-6.334],[-37.891,-1.863],[-37.891,1.862],[-25.73,14.023],[-6.333,33.42],[-1.863,37.891],[1.863,37.891]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.210735395843,0.179488402722,0.183834165685,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1750.681,512.226],"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":"Group 31","np":2,"cix":2,"ix":31,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.009,1.009],[4.054,4.054],[6.466,6.466],[1.49,1.49],[0,0],[-4.054,4.054],[0,0],[-1.49,1.49],[0,0],[-4.053,-4.054],[0,0],[-1.49,-1.491],[0,0],[4.054,-4.054],[6.466,-6.466],[1.491,-1.49],[-1.005,-1.006],[-1.009,1.009],[-4.054,4.053],[0,0],[-1.49,1.49],[1.008,1.008],[4.054,4.054],[0,0],[1.49,1.49],[1.008,-1.008],[4.053,-4.054],[0,0],[1.491,-1.49],[-1.008,-1.008],[-4.053,-4.054],[0,0],[-1.49,-1.491],[-1.006,1.005]],"o":[[-4.054,-4.054],[-6.466,-6.466],[-1.49,-1.49],[0,0],[4.054,-4.054],[0,0],[1.49,-1.491],[0,0],[4.054,4.053],[0,0],[1.491,1.49],[0,0],[-4.053,4.054],[-6.465,6.466],[-1.49,1.49],[-1.005,1.006],[1.01,1.009],[4.054,-4.054],[0,0],[1.49,-1.491],[1.006,-1.006],[-4.054,-4.054],[0,0],[-1.49,-1.49],[-1.006,-1.006],[-4.053,4.054],[0,0],[-1.49,1.49],[-1.005,1.006],[4.054,4.053],[0,0],[1.491,1.49],[1.006,1.005],[1.009,-1.01]],"v":[[1.863,34.166],[-10.298,22.005],[-29.696,2.608],[-34.167,-1.863],[-34.167,1.862],[-22.005,-10.299],[-2.609,-29.696],[1.863,-34.167],[-1.863,-34.167],[10.298,-22.006],[29.695,-2.609],[34.167,1.862],[34.167,-1.863],[22.005,10.298],[2.609,29.695],[-1.863,34.166],[-1.863,37.891],[1.863,37.891],[14.023,25.73],[33.421,6.333],[37.891,1.862],[37.891,-1.863],[25.73,-14.024],[6.333,-33.421],[1.863,-37.892],[-1.863,-37.892],[-14.022,-25.731],[-33.421,-6.334],[-37.891,-1.863],[-37.891,1.862],[-25.73,14.023],[-6.333,33.42],[-1.863,37.891],[1.863,37.891]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.210735395843,0.179488402722,0.183834165685,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1750.681,584.674],"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":"Group 32","np":2,"cix":2,"ix":32,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.009,1.009],[4.054,4.054],[0,0],[1.49,1.49],[0,0],[-4.054,4.054],[-6.466,6.465],[-1.49,1.49],[0,0],[-4.053,-4.054],[-6.465,-6.466],[-1.49,-1.491],[0,0],[4.054,-4.054],[6.466,-6.466],[1.491,-1.49],[-1.005,-1.006],[-1.009,1.009],[-4.054,4.053],[-6.466,6.465],[-1.49,1.49],[1.008,1.008],[4.054,4.054],[0,0],[1.49,1.49],[1.008,-1.008],[4.053,-4.054],[0,0],[1.491,-1.49],[-1.008,-1.008],[-4.053,-4.054],[-6.465,-6.466],[-1.49,-1.491],[-1.006,1.006]],"o":[[-4.054,-4.054],[0,0],[-1.49,-1.49],[0,0],[4.054,-4.054],[6.466,-6.466],[1.49,-1.491],[0,0],[4.054,4.053],[6.466,6.465],[1.491,1.49],[0,0],[-4.053,4.054],[-6.465,6.466],[-1.49,1.49],[-1.005,1.006],[1.01,1.009],[4.054,-4.054],[6.466,-6.466],[1.49,-1.491],[1.006,-1.006],[-4.054,-4.054],[0,0],[-1.49,-1.49],[-1.006,-1.006],[-4.053,4.054],[0,0],[-1.49,1.49],[-1.005,1.006],[4.054,4.053],[6.466,6.465],[1.491,1.49],[1.006,1.006],[1.009,-1.01]],"v":[[1.863,34.166],[-10.298,22.005],[-29.696,2.608],[-34.167,-1.863],[-34.167,1.862],[-22.005,-10.299],[-2.609,-29.696],[1.863,-34.167],[-1.863,-34.167],[10.298,-22.006],[29.695,-2.609],[34.167,1.862],[34.167,-1.863],[22.005,10.298],[2.609,29.695],[-1.863,34.166],[-1.863,37.891],[1.863,37.891],[14.023,25.73],[33.421,6.333],[37.891,1.862],[37.891,-1.863],[25.73,-14.024],[6.333,-33.421],[1.863,-37.892],[-1.863,-37.892],[-14.022,-25.731],[-33.421,-6.334],[-37.891,-1.863],[-37.891,1.862],[-25.73,14.023],[-6.333,33.42],[-1.863,37.891],[1.863,37.891]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.210735395843,0.179488402722,0.183834165685,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1750.681,657.122],"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":"Group 33","np":2,"cix":2,"ix":33,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.009,1.009],[4.054,4.054],[6.466,6.466],[1.49,1.49],[0,0],[-4.054,4.054],[0,0],[-1.49,1.49],[0,0],[-4.053,-4.054],[0,0],[-1.49,-1.49],[0,0],[4.054,-4.054],[6.466,-6.466],[1.491,-1.49],[-1.005,-1.006],[-1.009,1.009],[-4.054,4.053],[-6.466,6.465],[-1.49,1.49],[1.008,1.008],[4.054,4.054],[0,0],[1.49,1.49],[1.008,-1.008],[4.053,-4.054],[6.466,-6.466],[1.491,-1.49],[-1.008,-1.008],[-4.053,-4.054],[-6.465,-6.466],[-1.49,-1.491],[-1.006,1.006]],"o":[[-4.054,-4.054],[-6.466,-6.466],[-1.49,-1.49],[0,0],[4.054,-4.054],[0,0],[1.49,-1.49],[0,0],[4.054,4.054],[0,0],[1.491,1.49],[0,0],[-4.053,4.054],[-6.465,6.466],[-1.49,1.49],[-1.005,1.006],[1.01,1.009],[4.054,-4.054],[6.466,-6.466],[1.49,-1.491],[1.006,-1.006],[-4.054,-4.054],[0,0],[-1.49,-1.49],[-1.006,-1.006],[-4.053,4.054],[-6.466,6.466],[-1.49,1.49],[-1.005,1.006],[4.054,4.053],[6.466,6.465],[1.491,1.49],[1.006,1.006],[1.009,-1.01]],"v":[[1.863,34.166],[-10.298,22.005],[-29.696,2.608],[-34.167,-1.863],[-34.167,1.862],[-22.005,-10.299],[-2.609,-29.696],[1.863,-34.167],[-1.863,-34.167],[10.298,-22.006],[29.695,-2.609],[34.167,1.862],[34.167,-1.863],[22.005,10.298],[2.609,29.695],[-1.863,34.166],[-1.863,37.891],[1.863,37.891],[14.023,25.73],[33.421,6.333],[37.891,1.862],[37.891,-1.863],[25.73,-14.024],[6.333,-33.421],[1.863,-37.892],[-1.863,-37.892],[-14.022,-25.731],[-33.421,-6.334],[-37.891,-1.863],[-37.891,1.862],[-25.73,14.023],[-6.333,33.42],[-1.863,37.891],[1.863,37.891]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.210735395843,0.179488402722,0.183834165685,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1750.681,729.57],"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":"Group 34","np":2,"cix":2,"ix":34,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.009,1.009],[4.054,4.054],[0,0],[1.49,1.49],[0,0],[-4.054,4.054],[-6.466,6.465],[-1.49,1.49],[0,0],[-4.053,-4.054],[-6.465,-6.466],[-1.49,-1.491],[0,0],[4.054,-4.054],[6.466,-6.466],[1.491,-1.49],[-1.005,-1.006],[-1.009,1.009],[-4.054,4.053],[0,0],[-1.49,1.49],[1.008,1.008],[4.054,4.054],[6.466,6.466],[1.49,1.49],[1.008,-1.008],[4.053,-4.054],[6.466,-6.466],[1.491,-1.49],[-1.008,-1.008],[-4.053,-4.054],[-6.465,-6.466],[-1.49,-1.491],[-1.006,1.006]],"o":[[-4.054,-4.054],[0,0],[-1.49,-1.49],[0,0],[4.054,-4.054],[6.466,-6.466],[1.49,-1.491],[0,0],[4.054,4.053],[6.466,6.465],[1.491,1.49],[0,0],[-4.053,4.054],[-6.465,6.466],[-1.49,1.49],[-1.005,1.006],[1.01,1.009],[4.054,-4.054],[0,0],[1.49,-1.491],[1.006,-1.006],[-4.054,-4.054],[-6.466,-6.465],[-1.49,-1.49],[-1.006,-1.006],[-4.053,4.054],[-6.466,6.466],[-1.49,1.49],[-1.005,1.006],[4.054,4.053],[6.466,6.465],[1.491,1.49],[1.006,1.006],[1.009,-1.01]],"v":[[1.863,34.166],[-10.298,22.005],[-29.696,2.608],[-34.167,-1.863],[-34.167,1.862],[-22.005,-10.299],[-2.609,-29.696],[1.863,-34.167],[-1.863,-34.167],[10.298,-22.006],[29.695,-2.609],[34.167,1.862],[34.167,-1.863],[22.005,10.298],[2.609,29.695],[-1.863,34.166],[-1.863,37.891],[1.863,37.891],[14.023,25.73],[33.421,6.333],[37.891,1.862],[37.891,-1.863],[25.73,-14.024],[6.333,-33.421],[1.863,-37.892],[-1.863,-37.892],[-14.022,-25.731],[-33.421,-6.334],[-37.891,-1.863],[-37.891,1.862],[-25.73,14.023],[-6.333,33.42],[-1.863,37.891],[1.863,37.891]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.210735395843,0.179488402722,0.183834165685,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1750.681,802.018],"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":"Group 35","np":2,"cix":2,"ix":35,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.009,1.009],[4.054,4.054],[0,0],[1.49,1.49],[0,0],[-4.054,4.054],[0,0],[-1.49,1.49],[0,0],[-4.053,-4.054],[0,0],[-1.49,-1.491],[0,0],[4.054,-4.054],[6.466,-6.466],[1.491,-1.49],[-1.005,-1.006],[-1.009,1.009],[-4.054,4.053],[0,0],[-1.49,1.49],[1.008,1.008],[4.054,4.054],[0,0],[1.49,1.49],[1.008,-1.008],[4.053,-4.054],[0,0],[1.491,-1.49],[-1.008,-1.008],[-4.053,-4.054],[0,0],[-1.49,-1.491],[-1.006,1.006]],"o":[[-4.054,-4.054],[0,0],[-1.49,-1.49],[0,0],[4.054,-4.054],[0,0],[1.49,-1.491],[0,0],[4.054,4.053],[0,0],[1.491,1.49],[0,0],[-4.053,4.054],[-6.465,6.466],[-1.49,1.49],[-1.005,1.006],[1.01,1.009],[4.054,-4.054],[0,0],[1.49,-1.491],[1.006,-1.006],[-4.054,-4.054],[0,0],[-1.49,-1.49],[-1.006,-1.006],[-4.053,4.054],[0,0],[-1.49,1.49],[-1.005,1.006],[4.054,4.053],[0,0],[1.491,1.49],[1.006,1.006],[1.009,-1.01]],"v":[[1.863,34.166],[-10.298,22.005],[-29.696,2.608],[-34.167,-1.863],[-34.167,1.862],[-22.005,-10.299],[-2.609,-29.696],[1.863,-34.167],[-1.863,-34.167],[10.298,-22.006],[29.695,-2.609],[34.167,1.862],[34.167,-1.863],[22.005,10.298],[2.609,29.695],[-1.863,34.166],[-1.863,37.891],[1.863,37.891],[14.023,25.73],[33.421,6.333],[37.891,1.862],[37.891,-1.863],[25.73,-14.024],[6.333,-33.421],[1.863,-37.892],[-1.863,-37.892],[-14.022,-25.731],[-33.421,-6.334],[-37.891,-1.863],[-37.891,1.862],[-25.73,14.023],[-6.333,33.42],[-1.863,37.891],[1.863,37.891]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.210735395843,0.179488402722,0.183834165685,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1750.681,874.466],"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":"Group 36","np":2,"cix":2,"ix":36,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.009,1.009],[4.054,4.054],[6.466,6.466],[1.49,1.49],[0,0],[-4.054,4.054],[0,0],[-1.49,1.49],[0,0],[-4.053,-4.054],[0,0],[-1.49,-1.491],[0,0],[4.054,-4.054],[6.466,-6.466],[1.491,-1.49],[-1.005,-1.006],[-1.009,1.009],[-4.054,4.053],[-6.466,6.465],[-1.49,1.49],[1.008,1.008],[4.054,4.054],[0,0],[1.49,1.49],[1.008,-1.008],[4.053,-4.054],[0,0],[1.491,-1.49],[-1.008,-1.008],[-4.053,-4.054],[0,0],[-1.49,-1.491],[-1.006,1.005]],"o":[[-4.054,-4.054],[-6.466,-6.466],[-1.49,-1.49],[0,0],[4.054,-4.054],[0,0],[1.49,-1.491],[0,0],[4.054,4.053],[0,0],[1.491,1.49],[0,0],[-4.053,4.054],[-6.465,6.466],[-1.49,1.49],[-1.005,1.006],[1.01,1.009],[4.054,-4.054],[6.466,-6.466],[1.49,-1.491],[1.006,-1.006],[-4.054,-4.054],[0,0],[-1.49,-1.49],[-1.006,-1.006],[-4.053,4.054],[0,0],[-1.49,1.49],[-1.005,1.006],[4.054,4.053],[0,0],[1.491,1.49],[1.006,1.005],[1.009,-1.01]],"v":[[1.863,34.166],[-10.298,22.005],[-29.696,2.608],[-34.167,-1.863],[-34.167,1.862],[-22.005,-10.299],[-2.609,-29.696],[1.863,-34.167],[-1.863,-34.167],[10.298,-22.006],[29.695,-2.609],[34.167,1.862],[34.167,-1.863],[22.005,10.298],[2.609,29.695],[-1.863,34.166],[-1.863,37.891],[1.863,37.891],[14.023,25.73],[33.421,6.333],[37.891,1.862],[37.891,-1.863],[25.73,-14.024],[6.333,-33.421],[1.863,-37.892],[-1.863,-37.892],[-14.022,-25.731],[-33.421,-6.334],[-37.891,-1.863],[-37.891,1.862],[-25.73,14.023],[-6.333,33.42],[-1.863,37.891],[1.863,37.891]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.210735395843,0.179488402722,0.183834165685,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1750.681,946.914],"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":"Group 37","np":2,"cix":2,"ix":37,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.009,1.009],[4.054,4.054],[6.466,6.466],[1.49,1.49],[0,0],[-4.054,4.054],[-6.466,6.465],[-1.49,1.49],[0,0],[-4.053,-4.054],[-6.465,-6.466],[-1.49,-1.491],[0,0],[4.054,-4.054],[6.466,-6.466],[1.491,-1.49],[-1.005,-1.006],[-1.009,1.009],[-4.054,4.053],[-6.466,6.465],[-1.49,1.49],[1.008,1.008],[4.054,4.054],[6.466,6.466],[1.49,1.49],[1.008,-1.008],[4.053,-4.054],[6.466,-6.466],[1.491,-1.49],[-1.008,-1.008],[-4.053,-4.054],[0,0],[-1.49,-1.491],[-1.006,1.006]],"o":[[-4.054,-4.054],[-6.466,-6.466],[-1.49,-1.49],[0,0],[4.054,-4.054],[6.466,-6.466],[1.49,-1.491],[0,0],[4.054,4.053],[6.466,6.465],[1.491,1.49],[0,0],[-4.053,4.054],[-6.465,6.466],[-1.49,1.49],[-1.005,1.006],[1.01,1.009],[4.054,-4.054],[6.466,-6.466],[1.49,-1.491],[1.006,-1.006],[-4.054,-4.054],[-6.466,-6.466],[-1.49,-1.49],[-1.006,-1.006],[-4.053,4.054],[-6.466,6.466],[-1.49,1.49],[-1.005,1.006],[4.054,4.053],[0,0],[1.491,1.49],[1.006,1.006],[1.009,-1.01]],"v":[[1.863,34.166],[-10.298,22.005],[-29.696,2.608],[-34.167,-1.863],[-34.167,1.862],[-22.005,-10.299],[-2.609,-29.696],[1.863,-34.167],[-1.863,-34.167],[10.298,-22.006],[29.695,-2.609],[34.167,1.862],[34.167,-1.863],[22.005,10.298],[2.609,29.695],[-1.863,34.166],[-1.863,37.891],[1.863,37.891],[14.023,25.73],[33.421,6.333],[37.891,1.862],[37.891,-1.863],[25.73,-14.024],[6.333,-33.421],[1.863,-37.892],[-1.863,-37.892],[-14.022,-25.731],[-33.421,-6.334],[-37.891,-1.863],[-37.891,1.862],[-25.73,14.023],[-6.333,33.42],[-1.863,37.891],[1.863,37.891]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.210735395843,0.179488402722,0.183834165685,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1750.681,1019.362],"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":"Group 38","np":2,"cix":2,"ix":38,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.395,0],[0,0],[0,0],[0,-1.427],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.142,-7.509],[0,-0.329],[-1.427,0],[0,0],[0,0],[0,1.427],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.142,7.51],[0,0.328],[0,-3.395],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.553,-7.425],[0,-0.326],[-0.878,0.878],[0,0],[0,0],[-0.878,-0.878],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.553,7.425],[0,0.326],[0.878,-0.878],[0,0],[0,0]],"o":[[0,0],[0,0],[-1.424,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,7.51],[0.007,0.328],[0,1.424],[0,0],[0,0],[1.424,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-7.511],[-0.006,-0.328],[0,-3.39],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,7.439],[0.024,0.325],[0.878,-0.878],[0,0],[0,0],[0.878,0.878],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-7.44],[-0.024,-0.324],[-0.878,0.878],[0,0],[0,0],[3.389,0]],"v":[[35.72,-292.092],[-27.465,-292.092],[-36.339,-292.092],[-38.972,-289.458],[-38.972,-273.848],[-38.972,-231.746],[-38.972,-169.326],[-38.972,-93.171],[-38.972,-10.052],[-38.972,74.421],[-38.972,152.648],[-38.972,218.991],[-38.972,266.689],[-38.972,289.234],[-38.972,290.22],[-36.339,292.854],[26.847,292.854],[35.72,292.854],[38.354,290.22],[38.354,274.609],[38.354,232.507],[38.354,170.088],[38.354,93.932],[38.354,10.813],[38.354,-73.66],[38.354,-151.887],[38.354,-218.23],[38.354,-265.927],[38.354,-288.473],[38.354,-289.458],[33.086,-289.458],[33.086,-273.848],[33.086,-231.746],[33.086,-169.326],[33.086,-93.171],[33.086,-10.052],[33.086,74.421],[33.086,152.648],[33.086,218.991],[33.086,266.689],[33.086,289.234],[33.086,290.22],[35.72,287.586],[-27.465,287.586],[-36.339,287.586],[-33.704,290.22],[-33.704,274.609],[-33.704,232.507],[-33.704,170.088],[-33.704,93.932],[-33.704,10.813],[-33.704,-73.66],[-33.704,-151.887],[-33.704,-218.23],[-33.704,-265.927],[-33.704,-288.473],[-33.704,-289.458],[-36.339,-286.824],[26.847,-286.824],[35.72,-286.824]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.210735395843,0.179488402722,0.183834165685,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1750.99,765.233],"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":"Group 39","np":2,"cix":2,"ix":39,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.476,0],[0,0],[0,0],[0,0],[0,0],[0.476,-0.004],[2.027,-2.424],[0.241,-2.324],[0,-0.715],[0,0],[0,0],[-1.427,0],[0,0],[0,0],[0,0],[0,0],[-4.521,0.117],[-0.064,0],[0,1.427],[0,0],[0.012,0.993],[1.72,2.017],[3.053,0.045],[-0.063,-1.408],[-1.477,-0.022],[-0.283,-0.028],[0.04,0.009],[-0.116,-0.026],[-0.26,-0.086],[-0.109,-0.04],[-0.351,-0.186],[-0.404,-0.296],[-0.098,-0.093],[-0.203,-0.227],[0.025,0.035],[-0.061,-0.096],[-0.126,-0.236],[0.169,0.417],[-0.081,-0.299],[-0.049,-0.232],[-0.008,-0.176],[-0.001,-0.159],[0,-2.531],[0,0],[-0.878,0.878],[0,0],[0,0],[0,0],[0,0],[0,0],[1.462,-0.072],[0.063,0],[-0.878,-0.878],[-0.217,3.737],[-0.198,0.7],[-0.068,0.226],[-0.087,0.215],[-0.05,0.086],[-0.273,0.374],[-0.052,0.057],[-0.219,0.211],[0.094,-0.069],[-0.195,0.119],[-0.199,0.115],[-0.678,0.219],[-0.423,0.092],[-0.752,0.044],[-0.245,0.003],[-0.316,0],[0,0],[0,0],[0,0],[-5.154,0.117],[-0.074,0],[0.063,1.422]],"o":[[0,0],[0,0],[0,0],[0,0],[-0.476,0],[-3.128,0.028],[-1.502,1.795],[-0.073,0.712],[0,0],[0,0],[0,1.424],[0,0],[0,0],[0,0],[0,0],[4.523,0],[0.064,-0.002],[1.423,0],[0,0],[0,-0.993],[-0.031,-2.657],[-2.001,-2.347],[-1.378,-0.02],[0.065,1.444],[0.284,0.004],[0.315,0.031],[0.115,0.025],[0.266,0.06],[0.11,0.037],[0.375,0.137],[0.441,0.234],[-0.419,-0.307],[0.221,0.209],[0.198,0.221],[0.067,0.092],[0.144,0.225],[0.081,0.15],[0.116,0.287],[0.061,0.229],[-0.107,-0.504],[0.007,0.159],[0.013,2.531],[0,0],[0.878,-0.878],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.463,0],[-0.063,0.003],[0.878,0.878],[0,-3.743],[0.043,-0.734],[0.064,-0.226],[0.067,-0.222],[-0.185,0.458],[0.231,-0.399],[-0.343,0.47],[0.207,-0.224],[0.346,-0.334],[0.184,-0.135],[0.197,-0.12],[0.614,-0.355],[0.412,-0.134],[0.438,-0.096],[0.244,-0.015],[0.315,-0.005],[0,0],[0,0],[0,0],[5.155,0],[0.074,-0.002],[1.378,0],[-0.064,-1.427]],"v":[[48.024,-12.03],[34.974,-12.03],[5.35,-12.03],[-26.568,-12.03],[-46.495,-12.03],[-47.923,-12.03],[-56.171,-8.28],[-58.751,-2.089],[-58.796,0.063],[-58.796,7.619],[-58.796,9.299],[-56.161,11.933],[-44.924,11.933],[-18.129,11.933],[14.262,11.933],[42.403,11.933],[55.989,11.933],[56.179,11.933],[58.812,9.299],[58.812,1.753],[58.812,-1.226],[56.115,-8.367],[48.024,-12.03],[45.39,-9.396],[48.024,-6.762],[48.873,-6.718],[48.764,-6.73],[49.111,-6.659],[49.901,-6.441],[50.229,-6.323],[50.236,-6.314],[51.51,-5.548],[51.765,-5.303],[52.39,-4.642],[52.332,-4.728],[52.527,-4.447],[52.941,-3.761],[53.064,-3.554],[53.359,-2.671],[53.512,-1.98],[53.536,-1.607],[53.546,-1.129],[53.546,6.463],[53.546,9.299],[56.179,6.665],[44.942,6.665],[18.146,6.665],[-14.245,6.665],[-42.386,6.665],[-51.562,6.665],[-55.972,6.665],[-56.161,6.665],[-53.528,9.299],[-53.496,-1.97],[-53.45,-2.213],[-53.276,-2.896],[-53.047,-3.554],[-53.03,-3.557],[-52.314,-4.728],[-52.147,-4.899],[-51.495,-5.533],[-51.494,-5.548],[-50.924,-5.93],[-50.323,-6.264],[-50.104,-6.364],[-48.863,-6.707],[-48.735,-6.73],[-48.005,-6.762],[-47.059,-6.762],[-28.906,-6.762],[2.2,-6.762],[32.323,-6.762],[47.802,-6.762],[48.024,-6.762],[50.657,-9.396]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.210735395843,0.179488402722,0.183834165685,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1750.672,1064.848],"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":"Group 40","np":2,"cix":2,"ix":40,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[10.325,0],[0,0],[0,-10.325],[0,0]],"o":[[0,0],[-10.325,0],[0,0],[0,-10.325]],"v":[[37.476,-9.348],[-37.475,-9.348],[-56.171,9.348],[56.171,9.348]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.348907560461,0.315202690573,0.310913893756,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1750.681,1064.799],"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":"Group 41","np":2,"cix":2,"ix":41,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.476,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.744,-0.111],[1.147,-0.949],[2.237,-1.85],[4.462,-3.692],[0.271,-0.224],[-2.137,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.066,0.046],[-0.086,0],[1.82,1.506],[2.604,2.155],[4.159,3.44],[0.965,0.799],[1.072,-1.072],[-1.102,-0.911],[-2.604,-2.154],[-4.158,-3.441],[-0.965,-0.798],[-0.62,1.499],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.063,-0.068],[0.086,0],[-0.621,-1.499],[-2.604,2.154],[-4.159,3.441],[-0.965,0.798],[0.621,-0.258],[0,0],[0,0],[0,0],[0,0],[-4.539,0.118],[-0.063,0],[0.063,1.422]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.747,0],[-1.536,0.098],[-2.236,1.851],[-4.462,3.692],[-0.271,0.224],[-1.818,1.505],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.067,0],[0.087,-0.002],[2.125,0],[-2.604,-2.154],[-4.159,-3.441],[-0.965,-0.799],[-1.095,-0.906],[-0.934,0.934],[2.604,2.155],[4.159,3.441],[0.965,0.798],[0.621,-1.499],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.064,0],[-0.087,0.003],[0.62,1.499],[2.604,-2.155],[4.158,-3.441],[0.965,-0.798],[-0.621,0.257],[0,0],[0,0],[0,0],[0,0],[4.54,0],[0.063,-0.002],[1.378,0],[-0.064,-1.427]],"v":[[56.241,-12.097],[51.455,-12.097],[38.895,-12.097],[21.041,-12.097],[0.614,-12.097],[-19.971,-12.097],[-38.037,-12.097],[-50.948,-12.097],[-56.226,-12.097],[-60.38,-9.444],[-67.089,-3.893],[-80.475,7.184],[-81.288,7.856],[-79.425,12.352],[-75.153,12.352],[-63.639,12.352],[-46.49,12.352],[-25.641,12.352],[-2.807,12.352],[20.24,12.352],[41.731,12.352],[59.894,12.352],[72.958,12.352],[79.164,12.352],[79.424,12.352],[81.286,7.856],[73.474,1.392],[60.998,-8.93],[58.103,-11.326],[54.379,-11.326],[54.379,-7.601],[62.191,-1.137],[74.667,9.186],[77.562,11.581],[79.424,7.085],[75.151,7.085],[63.638,7.085],[46.489,7.085],[25.64,7.085],[2.806,7.085],[-20.241,7.085],[-41.732,7.085],[-59.896,7.085],[-72.96,7.085],[-79.165,7.085],[-79.425,7.085],[-77.563,11.581],[-69.75,5.117],[-57.274,-5.206],[-54.38,-7.601],[-56.242,-6.829],[-45.012,-6.829],[-18.226,-6.829],[14.342,-6.829],[42.414,-6.829],[56.051,-6.829],[56.241,-6.829],[58.875,-9.463]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.210735395843,0.179488402722,0.183834165685,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1750.682,1083.61],"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":"Group 42","np":2,"cix":2,"ix":42,"mn":"ADBE Vector Group","hd":false},{"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":[[56.242,-9.591],[-56.241,-9.591],[-79.424,9.591],[79.425,9.591]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.348907560461,0.315202690573,0.310913893756,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1750.681,1083.738],"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":"Group 43","np":2,"cix":2,"ix":43,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":899.000036617021,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"background/AnimatedSVGBase copy Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[960,540,0],"ix":2},"a":{"a":0,"k":[1104,621,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.964,0],[0,0],[0,3.964],[0,0],[3.964,0],[0,0],[0,-3.965],[0,0]],"o":[[0,0],[3.964,0],[0,0],[0,-3.965],[0,0],[-3.964,0],[0,0],[0,3.964]],"v":[[-10.137,16.259],[10.138,16.259],[17.315,9.081],[17.315,-9.079],[10.138,-16.258],[-10.137,-16.258],[-17.315,-9.079],[-17.315,9.081]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[407.479,999.158],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.964,0],[0,0],[0,3.964],[0,0],[3.964,0],[0,0],[0,-3.965],[0,0]],"o":[[0,0],[3.964,0],[0,0],[0,-3.965],[0,0],[-3.964,0],[0,0],[0,3.964]],"v":[[-10.137,16.259],[10.138,16.259],[17.315,9.081],[17.315,-9.079],[10.138,-16.258],[-10.137,-16.258],[-17.315,-9.079],[-17.315,9.081]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[483.502,999.158],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.964,0],[0,0],[0,3.964],[0,0],[3.964,0],[0,0],[0,-3.965],[0,0]],"o":[[0,0],[3.964,0],[0,0],[0,-3.965],[0,0],[-3.964,0],[0,0],[0,3.964]],"v":[[-10.137,16.259],[10.138,16.259],[17.315,9.081],[17.315,-9.079],[10.138,-16.258],[-10.137,-16.258],[-17.315,-9.079],[-17.315,9.081]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[562.83,999.158],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.964,0],[0,0],[0,3.964],[0,0],[3.964,0],[0,0],[0,-3.964],[0,0]],"o":[[0,0],[3.964,0],[0,0],[0,-3.964],[0,0],[-3.964,0],[0,0],[0,3.964]],"v":[[-10.137,16.258],[10.138,16.258],[17.315,9.081],[17.315,-9.081],[10.138,-16.258],[-10.137,-16.258],[-17.315,-9.081],[-17.315,9.081]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[407.479,927.466],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.964,0],[0,0],[0,3.964],[0,0],[3.964,0],[0,0],[0,-3.964],[0,0]],"o":[[0,0],[3.964,0],[0,0],[0,-3.964],[0,0],[-3.964,0],[0,0],[0,3.964]],"v":[[-10.137,16.258],[10.138,16.258],[17.315,9.081],[17.315,-9.081],[10.138,-16.258],[-10.137,-16.258],[-17.315,-9.081],[-17.315,9.081]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[483.502,927.466],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.964,0],[0,0],[0,3.964],[0,0],[3.964,0],[0,0],[0,-3.964],[0,0]],"o":[[0,0],[3.964,0],[0,0],[0,-3.964],[0,0],[-3.964,0],[0,0],[0,3.964]],"v":[[-10.137,16.258],[10.138,16.258],[17.315,9.081],[17.315,-9.081],[10.138,-16.258],[-10.137,-16.258],[-17.315,-9.081],[-17.315,9.081]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[562.83,927.466],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.964,0],[0,0],[0,3.964],[0,0],[3.964,0],[0,0],[0,-3.965],[0,0]],"o":[[0,0],[3.964,0],[0,0],[0,-3.965],[0,0],[-3.964,0],[0,0],[0,3.964]],"v":[[-10.137,16.258],[10.138,16.258],[17.315,9.081],[17.315,-9.08],[10.138,-16.258],[-10.137,-16.258],[-17.315,-9.08],[-17.315,9.081]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[407.479,855.774],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.964,0],[0,0],[0,3.964],[0,0],[3.964,0],[0,0],[0,-3.965],[0,0]],"o":[[0,0],[3.964,0],[0,0],[0,-3.965],[0,0],[-3.964,0],[0,0],[0,3.964]],"v":[[-10.137,16.258],[10.138,16.258],[17.315,9.081],[17.315,-9.08],[10.138,-16.258],[-10.137,-16.258],[-17.315,-9.08],[-17.315,9.081]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[483.502,855.774],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.964,0],[0,0],[0,3.964],[0,0],[3.964,0],[0,0],[0,-3.965],[0,0]],"o":[[0,0],[3.964,0],[0,0],[0,-3.965],[0,0],[-3.964,0],[0,0],[0,3.964]],"v":[[-10.137,16.258],[10.138,16.258],[17.315,9.081],[17.315,-9.08],[10.138,-16.258],[-10.137,-16.258],[-17.315,-9.08],[-17.315,9.081]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[562.83,855.774],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.964,0],[0,0],[0,3.964],[0,0],[3.964,0],[0,0],[0,-3.965],[0,0]],"o":[[0,0],[3.964,0],[0,0],[0,-3.965],[0,0],[-3.964,0],[0,0],[0,3.964]],"v":[[-10.137,16.258],[10.138,16.258],[17.315,9.081],[17.315,-9.079],[10.138,-16.258],[-10.137,-16.258],[-17.315,-9.079],[-17.315,9.081]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[407.479,784.083],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.964,0],[0,0],[0,3.964],[0,0],[3.964,0],[0,0],[0,-3.965],[0,0]],"o":[[0,0],[3.964,0],[0,0],[0,-3.965],[0,0],[-3.964,0],[0,0],[0,3.964]],"v":[[-10.137,16.258],[10.138,16.258],[17.315,9.081],[17.315,-9.079],[10.138,-16.258],[-10.137,-16.258],[-17.315,-9.079],[-17.315,9.081]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[483.502,784.083],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.964,0],[0,0],[0,3.964],[0,0],[3.964,0],[0,0],[0,-3.965],[0,0]],"o":[[0,0],[3.964,0],[0,0],[0,-3.965],[0,0],[-3.964,0],[0,0],[0,3.964]],"v":[[-10.137,16.258],[10.138,16.258],[17.315,9.081],[17.315,-9.079],[10.138,-16.258],[-10.137,-16.258],[-17.315,-9.079],[-17.315,9.081]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[562.83,784.083],"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.964,0],[0,0],[0,3.964],[0,0],[3.964,0],[0,0],[0,-3.965],[0,0]],"o":[[0,0],[3.964,0],[0,0],[0,-3.965],[0,0],[-3.964,0],[0,0],[0,3.964]],"v":[[-10.137,16.259],[10.138,16.259],[17.316,9.081],[17.316,-9.079],[10.138,-16.258],[-10.137,-16.258],[-17.315,-9.079],[-17.315,9.081]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1045.2,794.228],"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.964,0],[0,0],[0,3.964],[0,0],[3.964,0],[0,0],[0,-3.965],[0,0]],"o":[[0,0],[3.964,0],[0,0],[0,-3.965],[0,0],[-3.964,0],[0,0],[0,3.964]],"v":[[-10.137,16.259],[10.137,16.259],[17.315,9.081],[17.315,-9.079],[10.137,-16.258],[-10.137,-16.258],[-17.316,-9.079],[-17.316,9.081]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1121.223,794.228],"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.964,0],[0,0],[0,3.964],[0,0],[3.964,0],[0,0],[0,-3.965],[0,0]],"o":[[0,0],[3.964,0],[0,0],[0,-3.965],[0,0],[-3.964,0],[0,0],[0,3.964]],"v":[[-10.137,16.259],[10.137,16.259],[17.315,9.081],[17.315,-9.079],[10.137,-16.258],[-10.137,-16.258],[-17.316,-9.079],[-17.316,9.081]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1200.551,794.228],"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":"Group 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.964,0],[0,0],[0,3.964],[0,0],[3.964,0],[0,0],[0,-3.965],[0,0]],"o":[[0,0],[3.964,0],[0,0],[0,-3.965],[0,0],[-3.964,0],[0,0],[0,3.964]],"v":[[-10.137,16.258],[10.138,16.258],[17.316,9.08],[17.316,-9.08],[10.138,-16.258],[-10.137,-16.258],[-17.315,-9.08],[-17.315,9.08]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1045.2,722.537],"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":"Group 16","np":2,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.964,0],[0,0],[0,3.964],[0,0],[3.964,0],[0,0],[0,-3.965],[0,0]],"o":[[0,0],[3.964,0],[0,0],[0,-3.965],[0,0],[-3.964,0],[0,0],[0,3.964]],"v":[[-10.137,16.258],[10.137,16.258],[17.315,9.08],[17.315,-9.08],[10.137,-16.258],[-10.137,-16.258],[-17.316,-9.08],[-17.316,9.08]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1121.223,722.537],"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":"Group 17","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.964,0],[0,0],[0,3.964],[0,0],[3.964,0],[0,0],[0,-3.965],[0,0]],"o":[[0,0],[3.964,0],[0,0],[0,-3.965],[0,0],[-3.964,0],[0,0],[0,3.964]],"v":[[-10.137,16.258],[10.137,16.258],[17.315,9.08],[17.315,-9.08],[10.137,-16.258],[-10.137,-16.258],[-17.316,-9.08],[-17.316,9.08]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1200.551,722.537],"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":"Group 18","np":2,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.964,0],[0,0],[0,3.964],[0,0],[3.964,0],[0,0],[0,-3.964],[0,0]],"o":[[0,0],[3.964,0],[0,0],[0,-3.964],[0,0],[-3.964,0],[0,0],[0,3.964]],"v":[[-10.137,16.258],[10.138,16.258],[17.316,9.081],[17.316,-9.081],[10.138,-16.258],[-10.137,-16.258],[-17.315,-9.081],[-17.315,9.081]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1045.2,650.845],"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":"Group 19","np":2,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.964,0],[0,0],[0,3.964],[0,0],[3.964,0],[0,0],[0,-3.964],[0,0]],"o":[[0,0],[3.964,0],[0,0],[0,-3.964],[0,0],[-3.964,0],[0,0],[0,3.964]],"v":[[-10.137,16.258],[10.137,16.258],[17.315,9.081],[17.315,-9.081],[10.137,-16.258],[-10.137,-16.258],[-17.316,-9.081],[-17.316,9.081]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1121.223,650.845],"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":"Group 20","np":2,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.964,0],[0,0],[0,3.964],[0,0],[3.964,0],[0,0],[0,-3.964],[0,0]],"o":[[0,0],[3.964,0],[0,0],[0,-3.964],[0,0],[-3.964,0],[0,0],[0,3.964]],"v":[[-10.137,16.258],[10.137,16.258],[17.315,9.081],[17.315,-9.081],[10.137,-16.258],[-10.137,-16.258],[-17.316,-9.081],[-17.316,9.081]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1200.551,650.845],"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":"Group 21","np":2,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.964,0],[0,0],[0,3.964],[0,0],[3.964,0],[0,0],[0,-3.964],[0,0]],"o":[[0,0],[3.964,0],[0,0],[0,-3.964],[0,0],[-3.964,0],[0,0],[0,3.964]],"v":[[-10.137,16.258],[10.138,16.258],[17.316,9.081],[17.316,-9.081],[10.138,-16.258],[-10.137,-16.258],[-17.315,-9.081],[-17.315,9.081]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1045.2,579.153],"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":"Group 22","np":2,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.964,0],[0,0],[0,3.964],[0,0],[3.964,0],[0,0],[0,-3.964],[0,0]],"o":[[0,0],[3.964,0],[0,0],[0,-3.964],[0,0],[-3.964,0],[0,0],[0,3.964]],"v":[[-10.137,16.258],[10.137,16.258],[17.315,9.081],[17.315,-9.081],[10.137,-16.258],[-10.137,-16.258],[-17.316,-9.081],[-17.316,9.081]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1121.223,579.153],"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":"Group 23","np":2,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.964,0],[0,0],[0,3.964],[0,0],[3.964,0],[0,0],[0,-3.964],[0,0]],"o":[[0,0],[3.964,0],[0,0],[0,-3.964],[0,0],[-3.964,0],[0,0],[0,3.964]],"v":[[-10.137,16.258],[10.137,16.258],[17.315,9.081],[17.315,-9.081],[10.137,-16.258],[-10.137,-16.258],[-17.316,-9.081],[-17.316,9.081]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1200.551,579.153],"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":"Group 24","np":2,"cix":2,"ix":24,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[172.057,-358.031],[172.057,400.125],[-172.057,400.125],[-172.057,-400.125],[-101.461,-400.125],[-101.461,-358.031]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.922467818915,0.918270574831,0.901390105603,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[800.018,701.922],"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":"Group 25","np":2,"cix":2,"ix":25,"mn":"ADBE Vector Group","hd":false},{"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":[[11.014,22.571],[-11.014,22.571],[-11.014,-22.571],[11.014,-22.571]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.922467818915,0.918270574831,0.901390105603,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1709.099,417.54],"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":"Group 26","np":2,"cix":2,"ix":26,"mn":"ADBE Vector Group","hd":false},{"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":[[35.917,-8.693],[-35.917,-8.693],[-35.917,8.693],[35.917,8.693]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.922467818915,0.918270574831,0.901390105603,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1408.785,408.939],"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":"Group 27","np":2,"cix":2,"ix":27,"mn":"ADBE Vector Group","hd":false},{"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":[[121.443,-342.208],[-121.443,-342.208],[-121.443,342.208],[121.443,342.208]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.922467818915,0.918270574831,0.901390105603,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1379.85,759.84],"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":"Group 28","np":2,"cix":2,"ix":28,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.979,0],[0,0],[0,8.979],[-8.979,0],[0,0],[0,-8.979]],"o":[[0,0],[-8.979,0],[0,-8.979],[0,0],[8.979,0],[0,8.979]],"v":[[1.626,16.258],[-1.626,16.258],[-17.884,0],[-1.626,-16.259],[1.626,-16.259],[17.884,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1119.414,780.664],"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":"Group 29","np":2,"cix":2,"ix":29,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.979,0],[0,0],[0,8.979],[-8.979,0],[0,0],[0,-8.979]],"o":[[0,0],[-8.979,0],[0,-8.979],[0,0],[8.979,0],[0,8.979]],"v":[[1.626,16.258],[-1.626,16.258],[-17.884,0],[-1.626,-16.259],[1.626,-16.259],[17.884,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1037.481,780.664],"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":"Group 30","np":2,"cix":2,"ix":30,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.979,0],[0,0],[0,8.979],[-8.979,0],[0,0],[0,-8.979]],"o":[[0,0],[-8.979,0],[0,-8.979],[0,0],[8.979,0],[0,8.979]],"v":[[1.626,16.258],[-1.626,16.258],[-17.884,0],[-1.626,-16.258],[1.626,-16.258],[17.884,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1119.414,708.973],"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":"Group 31","np":2,"cix":2,"ix":31,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.979,0],[0,0],[0,8.979],[-8.979,0],[0,0],[0,-8.979]],"o":[[0,0],[-8.979,0],[0,-8.979],[0,0],[8.979,0],[0,8.979]],"v":[[1.626,16.258],[-1.626,16.258],[-17.884,0],[-1.626,-16.258],[1.626,-16.258],[17.884,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1037.481,708.973],"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":"Group 32","np":2,"cix":2,"ix":32,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.979,0],[0,0],[0,8.979],[-8.979,0],[0,0],[0,-8.979]],"o":[[0,0],[-8.979,0],[0,-8.979],[0,0],[8.979,0],[0,8.979]],"v":[[1.626,16.258],[-1.626,16.258],[-17.884,0],[-1.626,-16.258],[1.626,-16.258],[17.884,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1119.414,637.282],"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":"Group 33","np":2,"cix":2,"ix":33,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.979,0],[0,0],[0,8.979],[-8.979,0],[0,0],[0,-8.979]],"o":[[0,0],[-8.979,0],[0,-8.979],[0,0],[8.979,0],[0,8.979]],"v":[[1.626,16.258],[-1.626,16.258],[-17.884,0],[-1.626,-16.258],[1.626,-16.258],[17.884,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1117.707,988.214],"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":"Group 34","np":2,"cix":2,"ix":34,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.979,0],[0,0],[0,8.979],[-8.979,0],[0,0],[0,-8.979]],"o":[[0,0],[-8.979,0],[0,-8.979],[0,0],[8.979,0],[0,8.979]],"v":[[1.626,16.258],[-1.626,16.258],[-17.884,0],[-1.626,-16.258],[1.626,-16.258],[17.884,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1035.774,988.214],"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":"Group 35","np":2,"cix":2,"ix":35,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.979,0],[0,0],[0,8.979],[-8.979,0],[0,0],[0,-8.979]],"o":[[0,0],[-8.979,0],[0,-8.979],[0,0],[8.979,0],[0,8.979]],"v":[[1.626,16.258],[-1.626,16.258],[-17.884,0],[-1.626,-16.258],[1.626,-16.258],[17.884,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1117.707,916.521],"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":"Group 36","np":2,"cix":2,"ix":36,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.979,0],[0,0],[0,8.979],[-8.979,0],[0,0],[0,-8.979]],"o":[[0,0],[-8.979,0],[0,-8.979],[0,0],[8.979,0],[0,8.979]],"v":[[1.626,16.258],[-1.626,16.258],[-17.884,0],[-1.626,-16.258],[1.626,-16.258],[17.884,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1035.774,916.521],"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":"Group 37","np":2,"cix":2,"ix":37,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.979,0],[0,0],[0,8.979],[-8.979,0],[0,0],[0,-8.979]],"o":[[0,0],[-8.979,0],[0,-8.979],[0,0],[8.979,0],[0,8.979]],"v":[[1.626,16.259],[-1.626,16.259],[-17.884,0],[-1.626,-16.258],[1.626,-16.258],[17.884,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1117.707,844.83],"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":"Group 38","np":2,"cix":2,"ix":38,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.979,0],[0,0],[0,8.979],[-8.979,0],[0,0],[0,-8.979]],"o":[[0,0],[-8.979,0],[0,-8.979],[0,0],[8.979,0],[0,8.979]],"v":[[1.626,16.259],[-1.626,16.259],[-17.884,0],[-1.626,-16.258],[1.626,-16.258],[17.884,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1035.774,844.83],"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":"Group 39","np":2,"cix":2,"ix":39,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.494,0],[0,0],[0,-5.493],[0,0],[-5.494,0],[0,0],[0,5.494],[0,0]],"o":[[0,0],[-5.494,0],[0,0],[0,5.494],[0,0],[5.494,0],[0,0],[0,-5.493]],"v":[[121.982,-303.522],[-121.981,-303.522],[-131.929,-293.575],[-131.929,293.573],[-121.981,303.522],[121.982,303.522],[131.929,293.573],[131.929,-293.575]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.922467818915,0.918270574831,0.901390105603,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1117.33,798.528],"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":"Group 40","np":2,"cix":2,"ix":40,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.964,0],[0,0],[0,3.964],[0,0],[3.964,0],[0,0],[0,-3.965],[0,0]],"o":[[0,0],[3.964,0],[0,0],[0,-3.965],[0,0],[-3.964,0],[0,0],[0,3.964]],"v":[[-10.137,16.258],[10.138,16.258],[17.316,9.08],[17.316,-9.08],[10.138,-16.258],[-10.137,-16.258],[-17.315,-9.08],[-17.315,9.08]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1564.762,855.305],"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":"Group 41","np":2,"cix":2,"ix":41,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.964,0],[0,0],[0,3.964],[0,0],[3.964,0],[0,0],[0,-3.965],[0,0]],"o":[[0,0],[3.964,0],[0,0],[0,-3.965],[0,0],[-3.964,0],[0,0],[0,3.964]],"v":[[-10.137,16.258],[10.137,16.258],[17.315,9.08],[17.315,-9.08],[10.137,-16.258],[-10.137,-16.258],[-17.316,-9.08],[-17.316,9.08]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1640.785,855.305],"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":"Group 42","np":2,"cix":2,"ix":42,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.964,0],[0,0],[0,3.964],[0,0],[3.964,0],[0,0],[0,-3.965],[0,0]],"o":[[0,0],[3.964,0],[0,0],[0,-3.965],[0,0],[-3.964,0],[0,0],[0,3.964]],"v":[[-10.137,16.258],[10.137,16.258],[17.315,9.08],[17.315,-9.08],[10.137,-16.258],[-10.137,-16.258],[-17.316,-9.08],[-17.316,9.08]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1720.113,855.305],"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":"Group 43","np":2,"cix":2,"ix":43,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.964,0],[0,0],[0,3.964],[0,0],[3.964,0],[0,0],[0,-3.965],[0,0]],"o":[[0,0],[3.964,0],[0,0],[0,-3.965],[0,0],[-3.964,0],[0,0],[0,3.964]],"v":[[-10.137,16.259],[10.138,16.259],[17.316,9.081],[17.316,-9.079],[10.138,-16.258],[-10.137,-16.258],[-17.315,-9.079],[-17.315,9.081]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1564.762,783.613],"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":"Group 44","np":2,"cix":2,"ix":44,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.964,0],[0,0],[0,3.964],[0,0],[3.964,0],[0,0],[0,-3.965],[0,0]],"o":[[0,0],[3.964,0],[0,0],[0,-3.965],[0,0],[-3.964,0],[0,0],[0,3.964]],"v":[[-10.137,16.259],[10.137,16.259],[17.315,9.081],[17.315,-9.079],[10.137,-16.258],[-10.137,-16.258],[-17.316,-9.079],[-17.316,9.081]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1640.785,783.613],"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":"Group 45","np":2,"cix":2,"ix":45,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.964,0],[0,0],[0,3.964],[0,0],[3.964,0],[0,0],[0,-3.965],[0,0]],"o":[[0,0],[3.964,0],[0,0],[0,-3.965],[0,0],[-3.964,0],[0,0],[0,3.964]],"v":[[-10.137,16.259],[10.137,16.259],[17.315,9.081],[17.315,-9.079],[10.137,-16.258],[-10.137,-16.258],[-17.316,-9.079],[-17.316,9.081]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1720.113,783.613],"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":"Group 46","np":2,"cix":2,"ix":46,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.964,0],[0,0],[0,3.964],[0,0],[3.964,0],[0,0],[0,-3.964],[0,0]],"o":[[0,0],[3.964,0],[0,0],[0,-3.964],[0,0],[-3.964,0],[0,0],[0,3.964]],"v":[[-10.137,16.258],[10.138,16.258],[17.316,9.081],[17.316,-9.081],[10.138,-16.258],[-10.137,-16.258],[-17.315,-9.081],[-17.315,9.081]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1564.762,711.922],"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":"Group 47","np":2,"cix":2,"ix":47,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.964,0],[0,0],[0,3.964],[0,0],[3.964,0],[0,0],[0,-3.964],[0,0]],"o":[[0,0],[3.964,0],[0,0],[0,-3.964],[0,0],[-3.964,0],[0,0],[0,3.964]],"v":[[-10.137,16.258],[10.137,16.258],[17.315,9.081],[17.315,-9.081],[10.137,-16.258],[-10.137,-16.258],[-17.316,-9.081],[-17.316,9.081]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1640.785,711.922],"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":"Group 48","np":2,"cix":2,"ix":48,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.964,0],[0,0],[0,3.964],[0,0],[3.964,0],[0,0],[0,-3.964],[0,0]],"o":[[0,0],[3.964,0],[0,0],[0,-3.964],[0,0],[-3.964,0],[0,0],[0,3.964]],"v":[[-10.137,16.258],[10.137,16.258],[17.315,9.081],[17.315,-9.081],[10.137,-16.258],[-10.137,-16.258],[-17.316,-9.081],[-17.316,9.081]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1720.113,711.922],"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":"Group 49","np":2,"cix":2,"ix":49,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.964,0],[0,0],[0,3.964],[0,0],[3.964,0],[0,0],[0,-3.965],[0,0]],"o":[[0,0],[3.964,0],[0,0],[0,-3.965],[0,0],[-3.964,0],[0,0],[0,3.964]],"v":[[-10.137,16.258],[10.138,16.258],[17.316,9.08],[17.316,-9.08],[10.138,-16.258],[-10.137,-16.258],[-17.315,-9.08],[-17.315,9.08]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1564.762,640.23],"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":"Group 50","np":2,"cix":2,"ix":50,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.964,0],[0,0],[0,3.964],[0,0],[3.964,0],[0,0],[0,-3.965],[0,0]],"o":[[0,0],[3.964,0],[0,0],[0,-3.965],[0,0],[-3.964,0],[0,0],[0,3.964]],"v":[[-10.137,16.258],[10.137,16.258],[17.315,9.08],[17.315,-9.08],[10.137,-16.258],[-10.137,-16.258],[-17.316,-9.08],[-17.316,9.08]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1640.785,640.23],"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":"Group 51","np":2,"cix":2,"ix":51,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.964,0],[0,0],[0,3.964],[0,0],[3.964,0],[0,0],[0,-3.965],[0,0]],"o":[[0,0],[3.964,0],[0,0],[0,-3.965],[0,0],[-3.964,0],[0,0],[0,3.964]],"v":[[-10.137,16.258],[10.137,16.258],[17.315,9.08],[17.315,-9.08],[10.137,-16.258],[-10.137,-16.258],[-17.316,-9.08],[-17.316,9.08]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1720.113,640.23],"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":"Group 52","np":2,"cix":2,"ix":52,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.009,1.698],[0,0],[0.041,8.409],[0.05,10.161],[0.044,8.783],[0.152,4.267],[0.001,0.062],[-0.009,-1.698],[0,0],[-0.042,-8.41],[0,0],[-0.043,-8.783],[-0.151,-4.267],[0,-0.062]],"o":[[0,0],[-0.042,-8.41],[-0.051,-10.162],[-0.044,-8.784],[-0.021,-4.269],[-0.002,-0.062],[-0.008,-1.694],[0,0],[0.042,8.41],[0,0],[0.044,8.784],[0.022,4.269],[0.003,0.061],[0.009,1.694]],"v":[[1.58,52.832],[1.527,42.244],[1.402,17.015],[1.25,-13.469],[1.118,-39.819],[1.054,-52.647],[1.053,-52.832],[-1.58,-52.832],[-1.528,-42.244],[-1.402,-17.015],[-1.25,13.469],[-1.119,39.819],[-1.055,52.647],[-1.054,52.832]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.87911454743,0.870938948089,0.84307532217,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1708.463,374.64],"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":"Group 53","np":2,"cix":2,"ix":53,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0.264,52.832],[-0.264,-52.832]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.877124083276,0.869359154795,0.844132546818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1708.463,374.64],"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":"Group 54","np":2,"cix":2,"ix":54,"mn":"ADBE Vector Group","hd":false},{"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":[[110.377,74.43],[110.377,-74.43],[-110.377,-10.302],[-110.377,74.43]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.922467818915,0.918270574831,0.901390105603,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1637.106,487.206],"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":"Group 55","np":2,"cix":2,"ix":55,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.232,0],[0,0],[0,-3.231],[0,0],[3.231,0],[0,0],[0,3.232],[0,0]],"o":[[0,0],[3.231,0],[0,0],[0,3.232],[0,0],[-3.232,0],[0,0],[0,-3.231]],"v":[[-121.883,-270.599],[121.883,-270.599],[127.734,-264.748],[127.734,264.748],[121.883,270.599],[-121.883,270.599],[-127.734,264.748],[-127.734,-264.748]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.922467818915,0.918270574831,0.901390105603,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1638.175,832.235],"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":"Group 56","np":2,"cix":2,"ix":56,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.979,0],[0,0],[0,8.979],[-8.979,0],[0,0],[0,-8.979]],"o":[[0,0],[-8.979,0],[0,-8.979],[0,0],[8.979,0],[0,8.979]],"v":[[1.626,16.258],[-1.626,16.258],[-17.884,0],[-1.626,-16.259],[1.626,-16.259],[17.884,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[567.297,991.627],"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":"Group 57","np":2,"cix":2,"ix":57,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.979,0],[0,0],[0,8.979],[-8.979,0],[0,0],[0,-8.979]],"o":[[0,0],[-8.979,0],[0,-8.979],[0,0],[8.979,0],[0,8.979]],"v":[[1.626,16.258],[-1.626,16.258],[-17.884,0],[-1.626,-16.259],[1.626,-16.259],[17.884,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[488.777,991.627],"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":"Group 58","np":2,"cix":2,"ix":58,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.979,0],[0,0],[0,8.979],[-8.979,0],[0,0],[0,-8.979]],"o":[[0,0],[-8.979,0],[0,-8.979],[0,0],[8.979,0],[0,8.979]],"v":[[1.626,16.258],[-1.626,16.258],[-17.884,0],[-1.626,-16.258],[1.626,-16.258],[17.884,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[567.297,919.936],"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":"Group 59","np":2,"cix":2,"ix":59,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.979,0],[0,0],[0,8.979],[-8.979,0],[0,0],[0,-8.979]],"o":[[0,0],[-8.979,0],[0,-8.979],[0,0],[8.979,0],[0,8.979]],"v":[[1.626,16.258],[-1.626,16.258],[-17.884,0],[-1.626,-16.258],[1.626,-16.258],[17.884,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[488.777,919.936],"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":"Group 60","np":2,"cix":2,"ix":60,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.979,0],[0,0],[0,8.979],[-8.979,0],[0,0],[0,-8.979]],"o":[[0,0],[-8.979,0],[0,-8.979],[0,0],[8.979,0],[0,8.979]],"v":[[1.626,16.258],[-1.626,16.258],[-17.884,0],[-1.626,-16.259],[1.626,-16.259],[17.884,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[567.297,848.244],"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":"Group 61","np":2,"cix":2,"ix":61,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.979,0],[0,0],[0,8.979],[-8.979,0],[0,0],[0,-8.979]],"o":[[0,0],[-8.979,0],[0,-8.979],[0,0],[8.979,0],[0,8.979]],"v":[[1.626,16.258],[-1.626,16.258],[-17.884,0],[-1.626,-16.259],[1.626,-16.259],[17.884,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.777039770987,0.757795864928,0.722858802945,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[488.777,848.244],"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":"Group 62","np":2,"cix":2,"ix":62,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.009,1.697],[-0.019,3.53],[-0.043,8.409],[-0.052,10.161],[-0.045,8.783],[0.119,4.267],[0,0.062],[0.009,-1.697],[0.018,-3.53],[0.043,-8.41],[0.052,-10.161],[0.045,-8.783],[-0.118,-4.267],[0.001,-0.062]],"o":[[0.018,-3.529],[0.043,-8.41],[0.053,-10.162],[0.046,-8.784],[0.022,-4.268],[-0.002,-0.061],[0.009,-1.695],[-0.018,3.529],[-0.044,8.41],[-0.052,10.162],[-0.045,8.784],[-0.022,4.268],[0.002,0.061],[-0.008,1.695]],"v":[[1.045,52.832],[1.1,42.244],[1.229,17.015],[1.385,-13.469],[1.522,-39.819],[1.588,-52.647],[1.589,-52.832],[-1.046,-52.832],[-1.099,-42.244],[-1.229,-17.015],[-1.387,13.469],[-1.522,39.819],[-1.589,52.647],[-1.589,52.832]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.87911454743,0.870938948089,0.84307532217,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[408.494,469.995],"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":"Group 63","np":2,"cix":2,"ix":63,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.272,52.832],[0.272,-52.832]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.877124083276,0.869359154795,0.844132546818,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[408.494,469.995],"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":"Group 64","np":2,"cix":2,"ix":64,"mn":"ADBE Vector Group","hd":false},{"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":[[-114.001,94.73],[-114.001,-94.731],[114.001,-13.112],[114.001,94.73]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.922467818915,0.918270574831,0.901390105603,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[482.194,603.228],"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":"Group 65","np":2,"cix":2,"ix":65,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.641,0],[0,0],[0,-4.642],[0,0],[-4.641,0],[0,0],[0,4.641],[0,0]],"o":[[0,0],[-4.641,0],[0,0],[0,4.641],[0,0],[4.641,0],[0,0],[0,-4.642]],"v":[[123.526,-202.045],[-123.525,-202.045],[-131.93,-193.641],[-131.93,193.642],[-123.525,202.045],[123.526,202.045],[131.93,193.642],[131.93,-193.641]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.922467818915,0.918270574831,0.901390105603,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[481.09,900.003],"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":"Group 66","np":2,"cix":2,"ix":66,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":899.000036617021,"st":0,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/cooking_app.json b/ohos/flutter_lottie/assets/lottiefiles/cooking_app.json new file mode 100644 index 0000000000000000000000000000000000000000..1d369ef00f8306876a4848149abbb82448969b16 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/cooking_app.json @@ -0,0 +1 @@ +{"v":"4.5.9","fr":25,"ip":0,"op":50,"w":358,"h":244,"ddd":0,"assets":[{"id":"comp_21","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[401,309.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[50,50,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[93.888,0],[0,-93.888],[-93.888,0],[0,93.888]],"o":[[-93.888,0],[0,93.888],[93.888,0],[0,-93.888]],"v":[[0,-170],[-170,0],[0,170],[170,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.624,0.624,0.624,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":10},"lc":1,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[5,29],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.239],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p239_1_0p333_0"],"t":10,"s":[0],"e":[18]},{"t":12}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.635],"y":[0]},"n":["0p667_1_0p635_0"],"t":1,"s":[0],"e":[18.28]},{"t":4}],"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.56],"y":[1]},"o":{"x":[0.447],"y":[0]},"n":["0p56_1_0p447_0"],"t":4,"s":[0],"e":[293]},{"t":12}],"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":1,"op":12,"st":-19,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[401,309.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[50,50,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[93.888,0],[0,-93.888],[-93.888,0],[0,93.888]],"o":[[-93.888,0],[0,93.888],[93.888,0],[0,-93.888]],"v":[[0,-170],[-170,0],[0,170],[170,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":10},"lc":1,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[5,29],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.382],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p382_1_0p333_0"],"t":9,"s":[0],"e":[18]},{"t":12}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.635],"y":[0]},"n":["0p667_1_0p635_0"],"t":0,"s":[0],"e":[18.28]},{"t":3}],"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.572],"y":[1]},"o":{"x":[0.434],"y":[0]},"n":["0p572_1_0p434_0"],"t":3,"s":[0],"e":[293]},{"t":12}],"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":12,"st":-20,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[401,309.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[50,50,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[93.888,0],[0,-93.888],[-93.888,0],[0,93.888]],"o":[[-93.888,0],[0,93.888],[93.888,0],[0,-93.888]],"v":[[0,-170],[-170,0],[0,170],[170,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.624,0.624,0.624,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":10},"lc":1,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[5,29],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":22,"s":[0],"e":[18]},{"t":24}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.607],"y":[0]},"n":["0p667_1_0p607_0"],"t":13,"s":[0],"e":[18.28]},{"t":16}],"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.489],"y":[1]},"o":{"x":[0.436],"y":[0]},"n":["0p489_1_0p436_0"],"t":16,"s":[0],"e":[293]},{"t":24}],"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":13,"op":24,"st":-7,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[401,309.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[50,50,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[93.888,0],[0,-93.888],[-93.888,0],[0,93.888]],"o":[[-93.888,0],[0,93.888],[93.888,0],[0,-93.888]],"v":[[0,-170],[-170,0],[0,170],[170,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":10},"lc":1,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[5,29],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":21,"s":[0],"e":[18]},{"t":24}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.607],"y":[0]},"n":["0p667_1_0p607_0"],"t":12,"s":[0],"e":[18.28]},{"t":15}],"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.509],"y":[1]},"o":{"x":[0.424],"y":[0]},"n":["0p509_1_0p424_0"],"t":15,"s":[0],"e":[293]},{"t":24}],"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":12,"op":24,"st":-8,"bm":0,"sr":1}]},{"id":"comp_22","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Layer 10 Outlines 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":33,"s":[951.783,613.605,0],"e":[845.383,613.605,0],"to":[-17.7333335876465,0,0],"ti":[17.7333335876465,0,0]},{"t":37}]},"a":{"a":0,"k":[67.969,40.915,0]},"s":{"a":0,"k":[80,80,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":33,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[51.227,41.046],[51.273,41.046]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[40.915,40.915],[95.023,40.915]],"c":false}]},{"t":37}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":16.366},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":33,"op":50,"st":33,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Layer 10 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.024,"y":1},"o":{"x":0.333,"y":0},"n":"0p024_1_0p333_0","t":13,"s":[845.383,613.605,0],"e":[760.583,534.805,0],"to":[-15.3999996185303,-33.533332824707,0],"ti":[20.2000007629395,46.7333335876465,0]},{"t":24}]},"a":{"a":0,"k":[67.969,40.915,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":19,"s":[80,80,100],"e":[0,0,100]},{"t":24}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":13,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[40.915,40.915],[95.023,40.915]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[60.415,41.229],[60.523,41.148]],"c":false}]},{"t":16}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":16.366},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":24,"st":-2,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 9 Outlines 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[957.332,613.605,0]},"a":{"a":0,"k":[114.845,41.189,0]},"s":{"a":0,"k":[80,80,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.065,"y":1},"o":{"x":0.167,"y":0},"n":"0p065_1_0p167_0","t":33,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[114.915,41.229],[114.776,41.148]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[40.915,40.915],[214.276,40.915]],"c":false}]},{"t":37}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":16.366},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":33,"op":50,"st":33,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Layer 9 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.195,"y":1},"o":{"x":0.333,"y":0},"n":"0p195_1_0p333_0","t":14,"s":[957.332,613.605,0],"e":[1065.732,542.005,0],"to":[66.466667175293,-3.53333330154419,0],"ti":[-42.8666648864746,12.3333330154419,0]},{"t":29}]},"a":{"a":0,"k":[114.845,41.189,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[1,1,0.833]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p833_1_0p333_0","0p833_1_0p333_0","0p833_0p833_0p333_0p333"],"t":24,"s":[80,80,100],"e":[0,0,100]},{"t":29}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":14,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[40.915,40.915],[214.276,40.915]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[114.915,41.229],[114.776,41.148]],"c":false}]},{"t":17}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":16.366},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":29,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":3,"nm":"NULL NAP SOONG","ks":{"o":{"a":0,"k":0},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.297,"y":1},"o":{"x":0.333,"y":0},"n":"0p297_1_0p333_0","t":0,"s":[906.405,500.56,0],"e":[906.405,513.56,0],"to":[0,2.16666674613953,0],"ti":[0,0,0]},{"i":{"x":0.331,"y":1},"o":{"x":0.333,"y":0},"n":"0p331_1_0p333_0","t":5,"s":[906.405,513.56,0],"e":[906.405,500.56,0],"to":[0,0,0],"ti":[0,-7.16666650772095,0]},{"i":{"x":0.596,"y":0.812},"o":{"x":0.662,"y":0},"n":"0p596_0p812_0p662_0","t":10,"s":[906.405,500.56,0],"e":[906.405,556.56,0],"to":[0,7.16666650772095,0],"ti":[0,15.6666669845581,0]},{"i":{"x":0.205,"y":1},"o":{"x":0.051,"y":0.03},"n":"0p205_1_0p051_0p03","t":15,"s":[906.405,556.56,0],"e":[906.405,406.56,0],"to":[15.5,-61.1666679382324,0],"ti":[-25.404541015625,43.9403991699219,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":30,"s":[906.405,406.56,0],"e":[906.405,500.56,0],"to":[25.404541015625,-43.9403991699219,0],"ti":[0,-17.8333339691162,0]},{"i":{"x":0.297,"y":1},"o":{"x":0.333,"y":0},"n":"0p297_1_0p333_0","t":34.104,"s":[906.405,500.56,0],"e":[906.405,513.56,0],"to":[0,17.8333339691162,0],"ti":[0,0,0]},{"i":{"x":0.331,"y":1},"o":{"x":0.333,"y":0},"n":"0p331_1_0p333_0","t":37.034,"s":[906.405,513.56,0],"e":[906.405,500.56,0],"to":[0,0,0],"ti":[0,-4,0]},{"i":{"x":0.596,"y":0.734},"o":{"x":0.662,"y":0},"n":"0p596_0p734_0p662_0","t":39.966,"s":[906.405,500.56,0],"e":[906.405,537.56,0],"to":[0,4,0],"ti":[0,15.6666669845581,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.051,"y":0.057},"n":"0p667_1_0p051_0p057","t":42.896,"s":[906.405,537.56,0],"e":[906.405,500.56,0],"to":[0.25,-33.1666679382324,0],"ti":[0,6.16666650772095,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":47,"s":[906.405,500.56,0],"e":[906.405,500.56,0],"to":[0,0,0],"ti":[0,0,0]},{"t":50}]},"a":{"a":0,"k":[60,60,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":15,"s":[100,100,100],"e":[0,0,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0.167]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_0p833_0p167_0p167"],"t":30,"s":[0,0,100],"e":[100,100,100]},{"t":34.103515625}]}},"ao":0,"ip":0,"op":50,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Nap Outlines 2","parent":4,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[59.132,70.274,0]},"a":{"a":0,"k":[208.324,40.915,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.143,"y":1},"o":{"x":0.167,"y":0},"n":"0p143_1_0p167_0","t":32.931,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[210.915,40.74],[210.788,40.706],[210.733,40.574]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[40.915,40.915],[210.48,40.915],[375.733,40.915]],"c":false}]},{"t":36.4482421875}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":16.366},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":33,"op":50,"st":17,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Quai_nap Outlines 2","parent":4,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[60.868,49.726,0]},"a":{"a":0,"k":[82.009,61.462,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.273,"y":1},"o":{"x":0.167,"y":0.284},"n":"0p273_1_0p167_0p284","t":35.275,"s":[{"i":[[22.696,0],[13.274,0.2],[0,0]],"o":[[-22.696,0],[0,0],[-10.414,-0.05]],"v":[[0.405,20.422],[-41.094,20.547],[41.094,20.547]],"c":true}],"e":[{"i":[[22.696,0],[0,-22.695],[0,0]],"o":[[-22.696,0],[0,0],[0,-22.695]],"v":[[0,-20.547],[-41.094,20.547],[41.094,20.547]],"c":true}]},{"t":37.62109375}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":16.366},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[82.009,61.462],"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":35,"op":50,"st":17,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Nap Outlines","parent":4,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[59.132,70.274,0]},"a":{"a":0,"k":[208.324,40.915,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.173,"y":1},"o":{"x":0.333,"y":0},"n":"0p173_1_0p333_0","t":15,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[40.915,40.915],[210.48,40.915],[375.733,40.915]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[210.915,40.74],[210.788,40.706],[210.733,40.574]],"c":false}]},{"t":18}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":16.366},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":30,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Quai_nap Outlines","parent":4,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[60.868,49.726,0]},"a":{"a":0,"k":[82.009,61.462,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":15,"s":[{"i":[[22.696,0],[0,-22.695],[0,0]],"o":[[-22.696,0],[0,0],[0,-22.695]],"v":[[0,-20.547],[-41.094,20.547],[41.094,20.547]],"c":true}],"e":[{"i":[[22.696,0],[13.274,0.2],[0,0]],"o":[[-22.696,0],[0,0],[-10.414,-0.05]],"v":[[0.405,20.422],[-41.094,20.547],[41.094,20.547]],"c":true}]},{"t":18}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":16.366},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[82.009,61.462],"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":18,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":3,"nm":"NULL CONTROL","ks":{"o":{"a":0,"k":0},"r":{"a":0,"k":0},"p":{"a":0,"k":[928,801,0]},"a":{"a":0,"k":[60,60,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"ip":0,"op":50,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":3,"nm":"Null 2","parent":9,"ks":{"o":{"a":0,"k":0},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[51.5,60,0],"e":[39.5,60,0],"to":[-2,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":5,"s":[39.5,60,0],"e":[51.5,60,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":10,"s":[51.5,60,0],"e":[39.5,60,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":15,"s":[39.5,60,0],"e":[51.5,60,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[51.5,60,0],"e":[39.5,60,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[39.5,60,0],"e":[51.5,60,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[51.5,60,0],"e":[39.5,60,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":35,"s":[39.5,60,0],"e":[51.5,60,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":40,"s":[51.5,60,0],"e":[39.5,60,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":45,"s":[39.5,60,0],"e":[51.5,60,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":50,"s":[51.5,60,0],"e":[39.5,60,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":55,"s":[39.5,60,0],"e":[51.5,60,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":60,"s":[51.5,60,0],"e":[39.5,60,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":65,"s":[39.5,60,0],"e":[51.5,60,0],"to":[0,0,0],"ti":[-2,0,0]},{"t":70}]},"a":{"a":0,"k":[50,1,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"ip":0,"op":50,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":0,"nm":"Ele","parent":10,"refId":"comp_23","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":6.642},"p":{"a":0,"k":[157,-243.5,0]},"a":{"a":0,"k":[206.308,467.692,0]},"s":{"a":0,"k":[61.861,61.861,100]}},"ao":0,"tm":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[0],"e":[0.57]},{"t":18.25}],"x":"var $bm_rt;\n$bm_rt = loop_out();"},"w":468,"h":480,"ip":4,"op":48,"st":4,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":0,"nm":"Ele","parent":10,"refId":"comp_23","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":8.012},"p":{"a":0,"k":[95,-13.5,0]},"a":{"a":0,"k":[206.308,467.692,0]},"s":{"a":0,"k":[84,84,100]}},"ao":0,"tm":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24.75,"s":[0],"e":[0.57]},{"t":39.0002417015791}],"x":"var $bm_rt;\n$bm_rt = loop_out();"},"w":468,"h":480,"ip":24.7502417015791,"op":50,"st":24.7502417015791,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":0,"nm":"Ele","parent":10,"refId":"comp_23","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-10.482},"p":{"a":0,"k":[3,-11.5,0]},"a":{"a":0,"k":[206.308,467.692,0]},"s":{"a":0,"k":[65,65,100]}},"ao":0,"tm":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[0],"e":[0.57]},{"t":18.25}],"x":"var $bm_rt;\n$bm_rt = loop_out();"},"w":468,"h":480,"ip":4,"op":48,"st":4,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":0,"nm":"Ele","parent":10,"refId":"comp_24","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-24.726},"p":{"a":0,"k":[-63,-67,0]},"a":{"a":0,"k":[353.529,367.806,0]},"s":{"a":0,"k":[52.838,52.838,100]}},"ao":0,"tm":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":14.25,"s":[0],"e":[1.17]},{"t":43.5001391615153}],"x":"var $bm_rt;\n$bm_rt = loop_out();"},"w":552,"h":460,"ip":14.2501391615152,"op":44,"st":14.2501391615152,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":0,"nm":"Ele","parent":10,"refId":"comp_24","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":9.451},"p":{"a":0,"k":[111,-102,0]},"a":{"a":0,"k":[276,230,0]},"s":{"a":0,"k":[40.453,40.453,100]}},"ao":0,"tm":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":14.25,"s":[0],"e":[1.17]},{"t":43.5001391615153}],"x":"var $bm_rt;\n$bm_rt = loop_out();"},"w":552,"h":460,"ip":14.2501391615152,"op":44,"st":14.2501391615152,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":0,"nm":"Ele","parent":10,"refId":"comp_24","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[55,-196,0]},"a":{"a":0,"k":[276,230,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"tm":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":14.25,"s":[0],"e":[1.17]},{"t":43.5001391615153}],"x":"var $bm_rt;\n$bm_rt = loop_out();"},"w":552,"h":460,"ip":14.2501391615152,"op":44,"st":14.2501391615152,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":0,"nm":"Fire","parent":10,"refId":"comp_25","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,-101,0]},"a":{"a":0,"k":[215.5,126,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"tm":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[2.8]},{"t":50}],"x":"var $bm_rt;\n$bm_rt = loop_out();"},"w":431,"h":252,"ip":0,"op":50,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":4,"nm":"Shadow_fire","parent":10,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[47.885,9.831,0]},"a":{"a":0,"k":[149.627,40.915,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":0,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[67.915,33.676],[231.339,31.676]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[57.915,32.318],[234.339,31.818]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":5,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[57.915,32.318],[234.339,31.818]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[68.915,33.676],[241.339,31.676]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":10,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[68.915,33.676],[241.339,31.676]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[57.915,32.318],[234.339,31.818]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":15,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[57.915,32.318],[234.339,31.818]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[68.915,33.676],[241.339,31.676]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":20,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[68.915,33.676],[241.339,31.676]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[57.915,32.318],[234.339,31.818]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":25,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[57.915,32.318],[234.339,31.818]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[68.915,33.676],[241.339,31.676]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":30,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[68.915,33.676],[241.339,31.676]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[57.915,32.318],[234.339,31.818]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":35,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[57.915,32.318],[234.339,31.818]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[68.915,33.676],[241.339,31.676]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":40,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[68.915,33.676],[241.339,31.676]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[57.915,32.318],[234.339,31.818]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":45,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[57.915,32.318],[234.339,31.818]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[68.915,33.676],[241.339,31.676]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":50,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[68.915,33.676],[241.339,31.676]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[57.915,32.318],[234.339,31.818]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":55,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[57.915,32.318],[234.339,31.818]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[68.915,33.676],[241.339,31.676]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":60,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[68.915,33.676],[241.339,31.676]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[57.915,32.318],[234.339,31.818]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":65,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[57.915,32.318],[234.339,31.818]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[67.915,33.676],[231.339,31.676]],"c":false}]},{"t":70}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":16.366},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ind":2,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[57.915,32.318],[234.339,31.818]],"c":false}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":3,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[57.915,32.318],[234.339,31.818]],"c":false}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ind":4,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[57.915,32.318],[234.339,31.818]],"c":false}},"nm":"Path 4","mn":"ADBE Vector Shape - Group"},{"ind":5,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[57.915,32.318],[234.339,31.818]],"c":false}},"nm":"Path 5","mn":"ADBE Vector Shape - Group"},{"ind":6,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[57.915,32.318],[234.339,31.818]],"c":false}},"nm":"Path 6","mn":"ADBE Vector Shape - Group"},{"ind":7,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[57.915,32.318],[234.339,31.818]],"c":false}},"nm":"Path 7","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":8,"mn":"ADBE Vector Group"}],"ip":0,"op":50,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":3,"nm":"NULL CONTROL","ks":{"o":{"a":0,"k":0},"r":{"a":0,"k":0},"p":{"a":0,"k":[900.25,611.75,0]},"a":{"a":0,"k":[60,60,0]},"s":{"a":0,"k":[94,94,100]}},"ao":0,"ip":15,"op":50,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":20,"ty":3,"nm":"NULL CONTROL","ks":{"o":{"a":0,"k":0},"r":{"a":0,"k":0},"p":{"a":0,"k":[922,816,0]},"a":{"a":0,"k":[60,220,0]},"s":{"a":1,"k":[{"i":{"x":[0.33,0.4,0.667],"y":[0.33,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"n":["0p33_0p33_0p333_0p333","0p4_1_0p333_0","0p667_0p667_0p333_0p333"],"t":12,"s":[100,100,100],"e":[100,94,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.626,0.696,0.333],"y":[0.626,0,0.333]},"n":["0p667_0p667_0p626_0p626","0p667_1_0p696_0","0p667_0p667_0p333_0p333"],"t":15,"s":[100,94,100],"e":[100,100,100]},{"t":17}]}},"ao":0,"ip":0,"op":50,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":21,"ty":0,"nm":"NOI COM","parent":20,"refId":"comp_26","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[60,60,0]},"a":{"a":0,"k":[396,265,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":792,"h":530,"ip":0,"op":50,"st":0,"bm":0,"sr":1}]},{"id":"comp_23","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"O","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[173.5,448.5,0],"e":[230.5,346.5,0],"to":[14.5,-64,0],"ti":[-3.5,47,0]},{"t":15.0001464858055}]},"a":{"a":0,"k":[167.5,179.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":0,"s":[0,0,100],"e":[63,63,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":7.5,"s":[63,63,100],"e":[0,0,100]},{"t":15.0001464858055}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[29,29]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":8},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[167.5,179.5],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":15.0001464858055,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"+","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":75},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[191.5,471,0],"e":[310,385,0],"to":[3.75,-67.8333358764648,0],"ti":[-15.25,65.8333358764648,0]},{"t":15.0001464858055}]},"a":{"a":0,"k":[202.5,210.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":0,"s":[0,0,100],"e":[45,45,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":7.5,"s":[45,45,100],"e":[0,0,100]},{"t":15.0001464858055}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[180,211],[225,211]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":16},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[203,186.5],[203,234.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":16},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"mn":"ADBE Vector Group"}],"ip":0,"op":15.0001464858055,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Fire 2","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[0],"e":[1]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":3.75,"s":[1],"e":[-22]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":7.5,"s":[-22],"e":[19]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":11.25,"s":[19],"e":[14]},{"t":15.0001464858055}]},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[192.183,445.5,0],"e":[191.183,190.5,0],"to":[59,-117.166664123535,0],"ti":[-56,112.166664123535,0]},{"t":15.0001464858055}]},"a":{"a":0,"k":[92.7,112.529,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":0,"s":[0,0,100],"e":[61,61,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":7.5,"s":[61,61,100],"e":[0,0,100]},{"t":15.0001464858055}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[27.238,-8.676],[-40.575,52.239]],"o":[[-20.203,6.436],[-1.512,25.364]],"v":[[2.92,35.614],[2.92,-35.614]],"c":true}],"e":[{"i":[[28.596,0.335],[-26.404,39.563]],"o":[[-28.904,0.835],[12.596,45.563]],"v":[[2.92,35.614],[4.42,-52.614]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":3.75,"s":[{"i":[[28.596,0.335],[-26.404,39.563]],"o":[[-28.904,0.835],[12.596,45.563]],"v":[[2.92,35.614],[4.42,-52.614]],"c":true}],"e":[{"i":[[19.425,-15.864],[-42.95,34.614]],"o":[[-28.7,9.761],[-2.325,31.489]],"v":[[2.92,35.614],[3.42,-23.614]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":7.5,"s":[{"i":[[19.425,-15.864],[-42.95,34.614]],"o":[[-28.7,9.761],[-2.325,31.489]],"v":[[2.92,35.614],[3.42,-23.614]],"c":true}],"e":[{"i":[[35.675,9.761],[-4.325,24.989]],"o":[[-25.575,-20.239],[23.8,25.614]],"v":[[2.92,35.614],[11.67,-38.364]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":11.25,"s":[{"i":[[35.675,9.761],[-4.325,24.989]],"o":[[-25.575,-20.239],[23.8,25.614]],"v":[[2.92,35.614],[11.67,-38.364]],"c":true}],"e":[{"i":[[27.238,-8.676],[-40.575,52.239]],"o":[[-20.203,6.436],[-1.512,25.364]],"v":[[2.92,35.614],[2.92,-35.614]],"c":true}]},{"t":15.0001464858055}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":16.366},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[89.501,76.529],"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":15.0001464858055,"st":0,"bm":0,"sr":1}]},{"id":"comp_24","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Fire 2","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[0],"e":[-18]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":3.75,"s":[-18],"e":[-3]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":7.5,"s":[-3],"e":[-19]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":11.25,"s":[-19],"e":[14]},{"t":15.0001464858055}]},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[288.183,379.5,0],"e":[249.183,187.5,0],"to":[-52,-39.1666679382324,0],"ti":[42,114.166664123535,0]},{"t":15.0001464858055}]},"a":{"a":0,"k":[92.7,112.529,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":0,"s":[0,0,100],"e":[40,40,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":7.5,"s":[40,40,100],"e":[0,0,100]},{"t":15.0001464858055}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[27.238,-8.676],[-40.575,52.239]],"o":[[-20.203,6.436],[-1.512,25.364]],"v":[[2.92,35.614],[2.92,-35.614]],"c":true}],"e":[{"i":[[28.596,0.335],[-26.404,39.563]],"o":[[-28.904,0.835],[12.596,45.563]],"v":[[2.92,35.614],[4.42,-52.614]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":3.75,"s":[{"i":[[28.596,0.335],[-26.404,39.563]],"o":[[-28.904,0.835],[12.596,45.563]],"v":[[2.92,35.614],[4.42,-52.614]],"c":true}],"e":[{"i":[[19.425,-15.864],[-42.95,34.614]],"o":[[-28.7,9.761],[-2.325,31.489]],"v":[[2.92,35.614],[3.42,-23.614]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":7.5,"s":[{"i":[[19.425,-15.864],[-42.95,34.614]],"o":[[-28.7,9.761],[-2.325,31.489]],"v":[[2.92,35.614],[3.42,-23.614]],"c":true}],"e":[{"i":[[35.675,9.761],[-4.325,24.989]],"o":[[-25.575,-20.239],[23.8,25.614]],"v":[[2.92,35.614],[11.67,-38.364]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":11.25,"s":[{"i":[[35.675,9.761],[-4.325,24.989]],"o":[[-25.575,-20.239],[23.8,25.614]],"v":[[2.92,35.614],[11.67,-38.364]],"c":true}],"e":[{"i":[[27.238,-8.676],[-40.575,52.239]],"o":[[-20.203,6.436],[-1.512,25.364]],"v":[[2.92,35.614],[2.92,-35.614]],"c":true}]},{"t":15.0001464858055}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":16.366},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[89.501,76.529],"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":15.0001464858055,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Fire","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":7.5,"s":[0],"e":[-18]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":11.25,"s":[-18],"e":[-3]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":15,"s":[-3],"e":[19]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":18.75,"s":[19],"e":[14]},{"t":22.5002197287083}]},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":7.5,"s":[344.183,391.5,0],"e":[381.183,235.5,0],"to":[42,-57.1666679382324,0],"ti":[-54,72.1666641235352,0]},{"t":22.5002197287083}]},"a":{"a":0,"k":[92.7,112.529,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":7.5,"s":[0,0,100],"e":[40,40,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":15,"s":[40,40,100],"e":[0,0,100]},{"t":22.5002197287083}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":7.5,"s":[{"i":[[27.238,-8.676],[-40.575,52.239]],"o":[[-20.203,6.436],[-1.512,25.364]],"v":[[2.92,35.614],[2.92,-35.614]],"c":true}],"e":[{"i":[[28.596,0.335],[-26.404,39.563]],"o":[[-28.904,0.835],[12.596,45.563]],"v":[[2.92,35.614],[4.42,-52.614]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":11.25,"s":[{"i":[[28.596,0.335],[-26.404,39.563]],"o":[[-28.904,0.835],[12.596,45.563]],"v":[[2.92,35.614],[4.42,-52.614]],"c":true}],"e":[{"i":[[19.425,-15.864],[-42.95,34.614]],"o":[[-28.7,9.761],[-2.325,31.489]],"v":[[2.92,35.614],[3.42,-23.614]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":15,"s":[{"i":[[19.425,-15.864],[-42.95,34.614]],"o":[[-28.7,9.761],[-2.325,31.489]],"v":[[2.92,35.614],[3.42,-23.614]],"c":true}],"e":[{"i":[[35.675,9.761],[-4.325,24.989]],"o":[[-25.575,-20.239],[23.8,25.614]],"v":[[2.92,35.614],[11.67,-38.364]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":18.75,"s":[{"i":[[35.675,9.761],[-4.325,24.989]],"o":[[-25.575,-20.239],[23.8,25.614]],"v":[[2.92,35.614],[11.67,-38.364]],"c":true}],"e":[{"i":[[27.238,-8.676],[-40.575,52.239]],"o":[[-20.203,6.436],[-1.512,25.364]],"v":[[2.92,35.614],[2.92,-35.614]],"c":true}]},{"t":22.5002197287083}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":16.366},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[89.501,76.529],"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":7.50007324290276,"op":22.5002197287083,"st":7.50007324290276,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 11 Outlines 2","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":15,"s":[0],"e":[-18]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":18.75,"s":[-18],"e":[-3]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":22.5,"s":[-3],"e":[19]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":26.25,"s":[19],"e":[14]},{"t":30.0002929716111}]},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":15,"s":[344.183,391.5,0],"e":[381.183,235.5,0],"to":[42,-57.1666679382324,0],"ti":[-54,72.1666641235352,0]},{"t":30.0002929716111}]},"a":{"a":0,"k":[92.7,112.529,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":15,"s":[0,0,100],"e":[40,40,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":22.5,"s":[40,40,100],"e":[0,0,100]},{"t":30.0002929716111}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":15,"s":[{"i":[[27.238,-8.676],[-40.575,52.239]],"o":[[-20.203,6.436],[-1.512,25.364]],"v":[[2.92,35.614],[2.92,-35.614]],"c":true}],"e":[{"i":[[28.596,0.335],[-26.404,39.563]],"o":[[-28.904,0.835],[12.596,45.563]],"v":[[2.92,35.614],[4.42,-52.614]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":18.75,"s":[{"i":[[28.596,0.335],[-26.404,39.563]],"o":[[-28.904,0.835],[12.596,45.563]],"v":[[2.92,35.614],[4.42,-52.614]],"c":true}],"e":[{"i":[[19.425,-15.864],[-42.95,34.614]],"o":[[-28.7,9.761],[-2.325,31.489]],"v":[[2.92,35.614],[3.42,-23.614]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":22.5,"s":[{"i":[[19.425,-15.864],[-42.95,34.614]],"o":[[-28.7,9.761],[-2.325,31.489]],"v":[[2.92,35.614],[3.42,-23.614]],"c":true}],"e":[{"i":[[35.675,9.761],[-4.325,24.989]],"o":[[-25.575,-20.239],[23.8,25.614]],"v":[[2.92,35.614],[11.67,-38.364]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":26.25,"s":[{"i":[[35.675,9.761],[-4.325,24.989]],"o":[[-25.575,-20.239],[23.8,25.614]],"v":[[2.92,35.614],[11.67,-38.364]],"c":true}],"e":[{"i":[[27.238,-8.676],[-40.575,52.239]],"o":[[-20.203,6.436],[-1.512,25.364]],"v":[[2.92,35.614],[2.92,-35.614]],"c":true}]},{"t":30.0002929716111}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":16.366},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[89.501,76.529],"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":15.0001464858055,"op":30.0002929716111,"st":15.0001464858055,"bm":0,"sr":1}]},{"id":"comp_25","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Layer 12 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[138.693,213.864,0]},"a":{"a":0,"k":[85.117,107.779,0]},"s":{"a":0,"k":[80,80,100]}},"ao":0,"ef":[{"ty":5,"nm":"Simple Choker","mn":"ADBE Simple Choker","ix":1,"en":1,"ef":[{"ty":7,"nm":"View","mn":"ADBE Simple Choker-0001","ix":1,"v":{"a":0,"k":1}},{"ty":0,"nm":"Choke Matte","mn":"ADBE Simple Choker-0002","ix":2,"v":{"a":0,"k":0}}]}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[26.753,-1.165],[-39.747,78.563]],"o":[[0,0],[18.753,36.563]],"v":[[0.457,35.614],[0.457,-35.614]],"c":true}],"e":[{"i":[[23.705,-11.693],[-26.404,39.563]],"o":[[-49.247,7.335],[16.253,52.063]],"v":[[0.457,35.614],[-13.043,-47.614]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":3.192,"s":[{"i":[[23.705,-11.693],[-26.404,39.563]],"o":[[-49.247,7.335],[16.253,52.063]],"v":[[0.457,35.614],[-13.043,-47.614]],"c":true}],"e":[{"i":[[49.753,7.335],[-49.247,72.563]],"o":[[0,0],[53.253,48.063]],"v":[[0.457,35.614],[1.457,-48.114]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":6.384,"s":[{"i":[[49.753,7.335],[-49.247,72.563]],"o":[[0,0],[53.253,48.063]],"v":[[0.457,35.614],[1.457,-48.114]],"c":true}],"e":[{"i":[[40.596,-0.665],[1.596,57.563]],"o":[[-32.404,-6.165],[21.096,30.063]],"v":[[0.457,35.614],[5.457,-74.614]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":9.576,"s":[{"i":[[40.596,-0.665],[1.596,57.563]],"o":[[-32.404,-6.165],[21.096,30.063]],"v":[[0.457,35.614],[5.457,-74.614]],"c":true}],"e":[{"i":[[26.753,-1.165],[-39.747,78.563]],"o":[[0,0],[18.753,36.563]],"v":[[0.457,35.614],[0.457,-35.614]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":12.769,"s":[{"i":[[26.753,-1.165],[-39.747,78.563]],"o":[[0,0],[18.753,36.563]],"v":[[0.457,35.614],[0.457,-35.614]],"c":true}],"e":[{"i":[[23.705,-11.693],[-26.404,39.563]],"o":[[-49.247,7.335],[16.253,52.063]],"v":[[0.457,35.614],[-13.043,-47.614]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":15.961,"s":[{"i":[[23.705,-11.693],[-26.404,39.563]],"o":[[-49.247,7.335],[16.253,52.063]],"v":[[0.457,35.614],[-13.043,-47.614]],"c":true}],"e":[{"i":[[49.753,7.335],[-49.247,72.563]],"o":[[0,0],[53.253,48.063]],"v":[[0.457,35.614],[1.457,-48.114]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":19.152,"s":[{"i":[[49.753,7.335],[-49.247,72.563]],"o":[[0,0],[53.253,48.063]],"v":[[0.457,35.614],[1.457,-48.114]],"c":true}],"e":[{"i":[[40.596,-0.665],[1.596,57.563]],"o":[[-32.404,-6.165],[21.096,30.063]],"v":[[0.457,35.614],[5.457,-74.614]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":22.345,"s":[{"i":[[40.596,-0.665],[1.596,57.563]],"o":[[-32.404,-6.165],[21.096,30.063]],"v":[[0.457,35.614],[5.457,-74.614]],"c":true}],"e":[{"i":[[26.753,-1.165],[-39.747,78.563]],"o":[[0,0],[18.753,36.563]],"v":[[0.457,35.614],[0.457,-35.614]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":25.536,"s":[{"i":[[26.753,-1.165],[-39.747,78.563]],"o":[[0,0],[18.753,36.563]],"v":[[0.457,35.614],[0.457,-35.614]],"c":true}],"e":[{"i":[[23.705,-11.693],[-26.404,39.563]],"o":[[-49.247,7.335],[16.253,52.063]],"v":[[0.457,35.614],[-13.043,-47.614]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":28.729,"s":[{"i":[[23.705,-11.693],[-26.404,39.563]],"o":[[-49.247,7.335],[16.253,52.063]],"v":[[0.457,35.614],[-13.043,-47.614]],"c":true}],"e":[{"i":[[49.753,7.335],[-49.247,72.563]],"o":[[0,0],[53.253,48.063]],"v":[[0.457,35.614],[1.457,-48.114]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":31.92,"s":[{"i":[[49.753,7.335],[-49.247,72.563]],"o":[[0,0],[53.253,48.063]],"v":[[0.457,35.614],[1.457,-48.114]],"c":true}],"e":[{"i":[[40.596,-0.665],[1.596,57.563]],"o":[[-32.404,-6.165],[21.096,30.063]],"v":[[0.457,35.614],[5.457,-74.614]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":35.113,"s":[{"i":[[40.596,-0.665],[1.596,57.563]],"o":[[-32.404,-6.165],[21.096,30.063]],"v":[[0.457,35.614],[5.457,-74.614]],"c":true}],"e":[{"i":[[26.753,-1.165],[-39.747,78.563]],"o":[[0,0],[18.753,36.563]],"v":[[0.457,35.614],[0.457,-35.614]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":38.305,"s":[{"i":[[26.753,-1.165],[-39.747,78.563]],"o":[[0,0],[18.753,36.563]],"v":[[0.457,35.614],[0.457,-35.614]],"c":true}],"e":[{"i":[[40.596,-0.665],[1.596,57.563]],"o":[[-32.404,-6.165],[21.096,30.063]],"v":[[0.457,35.614],[5.457,-74.614]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":41.498,"s":[{"i":[[40.596,-0.665],[1.596,57.563]],"o":[[-32.404,-6.165],[21.096,30.063]],"v":[[0.457,35.614],[5.457,-74.614]],"c":true}],"e":[{"i":[[26.753,-1.165],[-39.747,78.563]],"o":[[0,0],[18.753,36.563]],"v":[[0.457,35.614],[0.457,-35.614]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":44.69,"s":[{"i":[[26.753,-1.165],[-39.747,78.563]],"o":[[0,0],[18.753,36.563]],"v":[[0.457,35.614],[0.457,-35.614]],"c":true}],"e":[{"i":[[40.596,-0.665],[1.596,57.563]],"o":[[-32.404,-6.165],[21.096,30.063]],"v":[[0.457,35.614],[5.457,-74.614]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":47.669,"s":[{"i":[[40.596,-0.665],[1.596,57.563]],"o":[[-32.404,-6.165],[21.096,30.063]],"v":[[0.457,35.614],[5.457,-74.614]],"c":true}],"e":[{"i":[[26.753,-1.165],[-39.747,78.563]],"o":[[0,0],[18.753,36.563]],"v":[[0.457,35.614],[0.457,-35.614]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":50.86,"s":[{"i":[[26.753,-1.165],[-39.747,78.563]],"o":[[0,0],[18.753,36.563]],"v":[[0.457,35.614],[0.457,-35.614]],"c":true}],"e":[{"i":[[40.596,-0.665],[1.596,57.563]],"o":[[-32.404,-6.165],[21.096,30.063]],"v":[[0.457,35.614],[5.457,-74.614]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":54.053,"s":[{"i":[[40.596,-0.665],[1.596,57.563]],"o":[[-32.404,-6.165],[21.096,30.063]],"v":[[0.457,35.614],[5.457,-74.614]],"c":true}],"e":[{"i":[[26.753,-1.165],[-39.747,78.563]],"o":[[0,0],[18.753,36.563]],"v":[[0.457,35.614],[0.457,-35.614]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":57.245,"s":[{"i":[[26.753,-1.165],[-39.747,78.563]],"o":[[0,0],[18.753,36.563]],"v":[[0.457,35.614],[0.457,-35.614]],"c":true}],"e":[{"i":[[40.596,-0.665],[1.596,57.563]],"o":[[-32.404,-6.165],[21.096,30.063]],"v":[[0.457,35.614],[5.457,-74.614]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":60.579,"s":[{"i":[[40.596,-0.665],[1.596,57.563]],"o":[[-32.404,-6.165],[21.096,30.063]],"v":[[0.457,35.614],[5.457,-74.614]],"c":true}],"e":[{"i":[[26.753,-1.165],[-39.747,78.563]],"o":[[0,0],[18.753,36.563]],"v":[[0.457,35.614],[0.457,-35.614]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":63.771,"s":[{"i":[[26.753,-1.165],[-39.747,78.563]],"o":[[0,0],[18.753,36.563]],"v":[[0.457,35.614],[0.457,-35.614]],"c":true}],"e":[{"i":[[40.596,-0.665],[1.596,57.563]],"o":[[-32.404,-6.165],[21.096,30.063]],"v":[[0.457,35.614],[5.457,-74.614]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":66.808,"s":[{"i":[[40.596,-0.665],[1.596,57.563]],"o":[[-32.404,-6.165],[21.096,30.063]],"v":[[0.457,35.614],[5.457,-74.614]],"c":true}],"e":[{"i":[[26.753,-1.165],[-39.747,78.563]],"o":[[0,0],[18.753,36.563]],"v":[[0.457,35.614],[0.457,-35.614]],"c":true}]},{"t":70}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":16.366},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[91.964,76.529],"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":70,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[143.5,220.5,0]},"a":{"a":0,"k":[90,112,0]},"s":{"a":0,"k":[81,81,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[26.753,-1.165],[-39.747,78.563]],"o":[[0,0],[18.753,36.563]],"v":[[92.421,112.143],[92.421,40.915]],"c":true}],"e":[{"i":[[23.705,-11.693],[-26.404,39.563]],"o":[[-49.247,7.335],[16.253,52.063]],"v":[[92.421,112.143],[78.921,28.915]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":3.192,"s":[{"i":[[23.705,-11.693],[-26.404,39.563]],"o":[[-49.247,7.335],[16.253,52.063]],"v":[[92.421,112.143],[78.921,28.915]],"c":true}],"e":[{"i":[[49.753,7.335],[-49.247,72.563]],"o":[[0,0],[53.253,48.063]],"v":[[92.421,112.143],[93.421,28.415]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":6.384,"s":[{"i":[[49.753,7.335],[-49.247,72.563]],"o":[[0,0],[53.253,48.063]],"v":[[92.421,112.143],[93.421,28.415]],"c":true}],"e":[{"i":[[40.596,-0.665],[1.596,57.563]],"o":[[-32.404,-6.165],[21.096,30.063]],"v":[[92.421,112.143],[97.421,1.915]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":9.576,"s":[{"i":[[40.596,-0.665],[1.596,57.563]],"o":[[-32.404,-6.165],[21.096,30.063]],"v":[[92.421,112.143],[97.421,1.915]],"c":true}],"e":[{"i":[[26.753,-1.165],[-39.747,78.563]],"o":[[0,0],[18.753,36.563]],"v":[[92.421,112.143],[92.421,40.915]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":12.769,"s":[{"i":[[26.753,-1.165],[-39.747,78.563]],"o":[[0,0],[18.753,36.563]],"v":[[92.421,112.143],[92.421,40.915]],"c":true}],"e":[{"i":[[23.705,-11.693],[-26.404,39.563]],"o":[[-49.247,7.335],[16.253,52.063]],"v":[[92.421,112.143],[78.921,28.915]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":15.961,"s":[{"i":[[23.705,-11.693],[-26.404,39.563]],"o":[[-49.247,7.335],[16.253,52.063]],"v":[[92.421,112.143],[78.921,28.915]],"c":true}],"e":[{"i":[[49.753,7.335],[-49.247,72.563]],"o":[[0,0],[53.253,48.063]],"v":[[92.421,112.143],[93.421,28.415]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":19.152,"s":[{"i":[[49.753,7.335],[-49.247,72.563]],"o":[[0,0],[53.253,48.063]],"v":[[92.421,112.143],[93.421,28.415]],"c":true}],"e":[{"i":[[40.596,-0.665],[1.596,57.563]],"o":[[-32.404,-6.165],[21.096,30.063]],"v":[[92.421,112.143],[97.421,1.915]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":22.345,"s":[{"i":[[40.596,-0.665],[1.596,57.563]],"o":[[-32.404,-6.165],[21.096,30.063]],"v":[[92.421,112.143],[97.421,1.915]],"c":true}],"e":[{"i":[[26.753,-1.165],[-39.747,78.563]],"o":[[0,0],[18.753,36.563]],"v":[[92.421,112.143],[92.421,40.915]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":25.536,"s":[{"i":[[26.753,-1.165],[-39.747,78.563]],"o":[[0,0],[18.753,36.563]],"v":[[92.421,112.143],[92.421,40.915]],"c":true}],"e":[{"i":[[23.705,-11.693],[-26.404,39.563]],"o":[[-49.247,7.335],[16.253,52.063]],"v":[[92.421,112.143],[78.921,28.915]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":28.729,"s":[{"i":[[23.705,-11.693],[-26.404,39.563]],"o":[[-49.247,7.335],[16.253,52.063]],"v":[[92.421,112.143],[78.921,28.915]],"c":true}],"e":[{"i":[[49.753,7.335],[-49.247,72.563]],"o":[[0,0],[53.253,48.063]],"v":[[92.421,112.143],[93.421,28.415]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":31.92,"s":[{"i":[[49.753,7.335],[-49.247,72.563]],"o":[[0,0],[53.253,48.063]],"v":[[92.421,112.143],[93.421,28.415]],"c":true}],"e":[{"i":[[40.596,-0.665],[1.596,57.563]],"o":[[-32.404,-6.165],[21.096,30.063]],"v":[[92.421,112.143],[97.421,1.915]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":35.113,"s":[{"i":[[40.596,-0.665],[1.596,57.563]],"o":[[-32.404,-6.165],[21.096,30.063]],"v":[[92.421,112.143],[97.421,1.915]],"c":true}],"e":[{"i":[[26.753,-1.165],[-39.747,78.563]],"o":[[0,0],[18.753,36.563]],"v":[[92.421,112.143],[92.421,40.915]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":38.305,"s":[{"i":[[26.753,-1.165],[-39.747,78.563]],"o":[[0,0],[18.753,36.563]],"v":[[92.421,112.143],[92.421,40.915]],"c":true}],"e":[{"i":[[40.596,-0.665],[1.596,57.563]],"o":[[-32.404,-6.165],[21.096,30.063]],"v":[[92.421,112.143],[97.421,1.915]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":41.498,"s":[{"i":[[40.596,-0.665],[1.596,57.563]],"o":[[-32.404,-6.165],[21.096,30.063]],"v":[[92.421,112.143],[97.421,1.915]],"c":true}],"e":[{"i":[[26.753,-1.165],[-39.747,78.563]],"o":[[0,0],[18.753,36.563]],"v":[[92.421,112.143],[92.421,40.915]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":44.69,"s":[{"i":[[26.753,-1.165],[-39.747,78.563]],"o":[[0,0],[18.753,36.563]],"v":[[92.421,112.143],[92.421,40.915]],"c":true}],"e":[{"i":[[40.596,-0.665],[1.596,57.563]],"o":[[-32.404,-6.165],[21.096,30.063]],"v":[[92.421,112.143],[97.421,1.915]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":47.669,"s":[{"i":[[40.596,-0.665],[1.596,57.563]],"o":[[-32.404,-6.165],[21.096,30.063]],"v":[[92.421,112.143],[97.421,1.915]],"c":true}],"e":[{"i":[[26.753,-1.165],[-39.747,78.563]],"o":[[0,0],[18.753,36.563]],"v":[[92.421,112.143],[92.421,40.915]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":50.86,"s":[{"i":[[26.753,-1.165],[-39.747,78.563]],"o":[[0,0],[18.753,36.563]],"v":[[92.421,112.143],[92.421,40.915]],"c":true}],"e":[{"i":[[40.596,-0.665],[1.596,57.563]],"o":[[-32.404,-6.165],[21.096,30.063]],"v":[[92.421,112.143],[97.421,1.915]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":54.053,"s":[{"i":[[40.596,-0.665],[1.596,57.563]],"o":[[-32.404,-6.165],[21.096,30.063]],"v":[[92.421,112.143],[97.421,1.915]],"c":true}],"e":[{"i":[[26.753,-1.165],[-39.747,78.563]],"o":[[0,0],[18.753,36.563]],"v":[[92.421,112.143],[92.421,40.915]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":57.245,"s":[{"i":[[26.753,-1.165],[-39.747,78.563]],"o":[[0,0],[18.753,36.563]],"v":[[92.421,112.143],[92.421,40.915]],"c":true}],"e":[{"i":[[40.596,-0.665],[1.596,57.563]],"o":[[-32.404,-6.165],[21.096,30.063]],"v":[[92.421,112.143],[97.421,1.915]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":60.579,"s":[{"i":[[40.596,-0.665],[1.596,57.563]],"o":[[-32.404,-6.165],[21.096,30.063]],"v":[[92.421,112.143],[97.421,1.915]],"c":true}],"e":[{"i":[[26.753,-1.165],[-39.747,78.563]],"o":[[0,0],[18.753,36.563]],"v":[[92.421,112.143],[92.421,40.915]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":63.771,"s":[{"i":[[26.753,-1.165],[-39.747,78.563]],"o":[[0,0],[18.753,36.563]],"v":[[92.421,112.143],[92.421,40.915]],"c":true}],"e":[{"i":[[40.596,-0.665],[1.596,57.563]],"o":[[-32.404,-6.165],[21.096,30.063]],"v":[[92.421,112.143],[97.421,1.915]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":66.808,"s":[{"i":[[40.596,-0.665],[1.596,57.563]],"o":[[-32.404,-6.165],[21.096,30.063]],"v":[[92.421,112.143],[97.421,1.915]],"c":true}],"e":[{"i":[[26.753,-1.165],[-39.747,78.563]],"o":[[0,0],[18.753,36.563]],"v":[[92.421,112.143],[92.421,40.915]],"c":true}]},{"t":70}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":1,"mn":"ADBE Vector Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":70,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 13 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[210.539,216.846,0]},"a":{"a":0,"k":[100.889,133.234,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":0,"s":[{"i":[[7.32,-0.12],[-31.07,60.473]],"o":[[-7.32,0.12],[32.43,63.473]],"v":[[6.431,46.909],[6.431,-24.319]],"c":true}],"e":[{"i":[[8.402,0.719],[-20.695,47.223]],"o":[[-8.82,-0.755],[22.68,43.223]],"v":[[6.431,46.909],[5.931,-4.319]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":3.192,"s":[{"i":[[8.402,0.719],[-20.695,47.223]],"o":[[-8.82,-0.755],[22.68,43.223]],"v":[[6.431,46.909],[5.931,-4.319]],"c":true}],"e":[{"i":[[31.43,-1.255],[-20.695,47.223]],"o":[[-33.57,-4.255],[33.43,46.973]],"v":[[6.431,46.909],[7.431,-48.319]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":6.384,"s":[{"i":[[31.43,-1.255],[-20.695,47.223]],"o":[[-33.57,-4.255],[33.43,46.973]],"v":[[6.431,46.909],[7.431,-48.319]],"c":true}],"e":[{"i":[[24.93,-7.755],[-34.07,24.473]],"o":[[-30.07,5.745],[4.43,37.473]],"v":[[6.431,46.909],[7.431,-34.319]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":9.576,"s":[{"i":[[24.93,-7.755],[-34.07,24.473]],"o":[[-30.07,5.745],[4.43,37.473]],"v":[[6.431,46.909],[7.431,-34.319]],"c":true}],"e":[{"i":[[7.32,-0.12],[-31.07,60.473]],"o":[[-7.32,0.12],[32.43,63.473]],"v":[[6.431,46.909],[6.431,-24.319]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":12.769,"s":[{"i":[[7.32,-0.12],[-31.07,60.473]],"o":[[-7.32,0.12],[32.43,63.473]],"v":[[6.431,46.909],[6.431,-24.319]],"c":true}],"e":[{"i":[[8.402,0.719],[-20.695,47.223]],"o":[[-8.82,-0.755],[22.68,43.223]],"v":[[6.431,46.909],[5.931,-4.319]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":15.961,"s":[{"i":[[8.402,0.719],[-20.695,47.223]],"o":[[-8.82,-0.755],[22.68,43.223]],"v":[[6.431,46.909],[5.931,-4.319]],"c":true}],"e":[{"i":[[31.43,-1.255],[-20.695,47.223]],"o":[[-33.57,-4.255],[33.43,46.973]],"v":[[6.431,46.909],[7.431,-48.319]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":19.152,"s":[{"i":[[31.43,-1.255],[-20.695,47.223]],"o":[[-33.57,-4.255],[33.43,46.973]],"v":[[6.431,46.909],[7.431,-48.319]],"c":true}],"e":[{"i":[[24.93,-7.755],[-34.07,24.473]],"o":[[-30.07,5.745],[4.43,37.473]],"v":[[6.431,46.909],[7.431,-34.319]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":22.345,"s":[{"i":[[24.93,-7.755],[-34.07,24.473]],"o":[[-30.07,5.745],[4.43,37.473]],"v":[[6.431,46.909],[7.431,-34.319]],"c":true}],"e":[{"i":[[7.32,-0.12],[-31.07,60.473]],"o":[[-7.32,0.12],[32.43,63.473]],"v":[[6.431,46.909],[6.431,-24.319]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":25.536,"s":[{"i":[[7.32,-0.12],[-31.07,60.473]],"o":[[-7.32,0.12],[32.43,63.473]],"v":[[6.431,46.909],[6.431,-24.319]],"c":true}],"e":[{"i":[[8.402,0.719],[-20.695,47.223]],"o":[[-8.82,-0.755],[22.68,43.223]],"v":[[6.431,46.909],[5.931,-4.319]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":28.729,"s":[{"i":[[8.402,0.719],[-20.695,47.223]],"o":[[-8.82,-0.755],[22.68,43.223]],"v":[[6.431,46.909],[5.931,-4.319]],"c":true}],"e":[{"i":[[31.43,-1.255],[-20.695,47.223]],"o":[[-33.57,-4.255],[33.43,46.973]],"v":[[6.431,46.909],[7.431,-48.319]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":31.92,"s":[{"i":[[31.43,-1.255],[-20.695,47.223]],"o":[[-33.57,-4.255],[33.43,46.973]],"v":[[6.431,46.909],[7.431,-48.319]],"c":true}],"e":[{"i":[[24.93,-7.755],[-34.07,24.473]],"o":[[-30.07,5.745],[4.43,37.473]],"v":[[6.431,46.909],[7.431,-34.319]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":35.113,"s":[{"i":[[24.93,-7.755],[-34.07,24.473]],"o":[[-30.07,5.745],[4.43,37.473]],"v":[[6.431,46.909],[7.431,-34.319]],"c":true}],"e":[{"i":[[7.32,-0.12],[-31.07,60.473]],"o":[[-7.32,0.12],[32.43,63.473]],"v":[[6.431,46.909],[6.431,-24.319]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":38.305,"s":[{"i":[[7.32,-0.12],[-31.07,60.473]],"o":[[-7.32,0.12],[32.43,63.473]],"v":[[6.431,46.909],[6.431,-24.319]],"c":true}],"e":[{"i":[[24.93,-7.755],[-34.07,24.473]],"o":[[-30.07,5.745],[4.43,37.473]],"v":[[6.431,46.909],[7.431,-34.319]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":41.498,"s":[{"i":[[24.93,-7.755],[-34.07,24.473]],"o":[[-30.07,5.745],[4.43,37.473]],"v":[[6.431,46.909],[7.431,-34.319]],"c":true}],"e":[{"i":[[7.32,-0.12],[-31.07,60.473]],"o":[[-7.32,0.12],[32.43,63.473]],"v":[[6.431,46.909],[6.431,-24.319]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":44.69,"s":[{"i":[[7.32,-0.12],[-31.07,60.473]],"o":[[-7.32,0.12],[32.43,63.473]],"v":[[6.431,46.909],[6.431,-24.319]],"c":true}],"e":[{"i":[[24.93,-7.755],[-34.07,24.473]],"o":[[-30.07,5.745],[4.43,37.473]],"v":[[6.431,46.909],[7.431,-34.319]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":47.669,"s":[{"i":[[24.93,-7.755],[-34.07,24.473]],"o":[[-30.07,5.745],[4.43,37.473]],"v":[[6.431,46.909],[7.431,-34.319]],"c":true}],"e":[{"i":[[7.32,-0.12],[-31.07,60.473]],"o":[[-7.32,0.12],[32.43,63.473]],"v":[[6.431,46.909],[6.431,-24.319]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":50.86,"s":[{"i":[[7.32,-0.12],[-31.07,60.473]],"o":[[-7.32,0.12],[32.43,63.473]],"v":[[6.431,46.909],[6.431,-24.319]],"c":true}],"e":[{"i":[[24.93,-7.755],[-34.07,24.473]],"o":[[-30.07,5.745],[4.43,37.473]],"v":[[6.431,46.909],[7.431,-34.319]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":54.053,"s":[{"i":[[24.93,-7.755],[-34.07,24.473]],"o":[[-30.07,5.745],[4.43,37.473]],"v":[[6.431,46.909],[7.431,-34.319]],"c":true}],"e":[{"i":[[7.32,-0.12],[-31.07,60.473]],"o":[[-7.32,0.12],[32.43,63.473]],"v":[[6.431,46.909],[6.431,-24.319]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":57.245,"s":[{"i":[[7.32,-0.12],[-31.07,60.473]],"o":[[-7.32,0.12],[32.43,63.473]],"v":[[6.431,46.909],[6.431,-24.319]],"c":true}],"e":[{"i":[[24.93,-7.755],[-34.07,24.473]],"o":[[-30.07,5.745],[4.43,37.473]],"v":[[6.431,46.909],[7.431,-34.319]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":60.579,"s":[{"i":[[24.93,-7.755],[-34.07,24.473]],"o":[[-30.07,5.745],[4.43,37.473]],"v":[[6.431,46.909],[7.431,-34.319]],"c":true}],"e":[{"i":[[7.32,-0.12],[-31.07,60.473]],"o":[[-7.32,0.12],[32.43,63.473]],"v":[[6.431,46.909],[6.431,-24.319]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":63.771,"s":[{"i":[[7.32,-0.12],[-31.07,60.473]],"o":[[-7.32,0.12],[32.43,63.473]],"v":[[6.431,46.909],[6.431,-24.319]],"c":true}],"e":[{"i":[[24.93,-7.755],[-34.07,24.473]],"o":[[-30.07,5.745],[4.43,37.473]],"v":[[6.431,46.909],[7.431,-34.319]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":66.808,"s":[{"i":[[24.93,-7.755],[-34.07,24.473]],"o":[[-30.07,5.745],[4.43,37.473]],"v":[[6.431,46.909],[7.431,-34.319]],"c":true}],"e":[{"i":[[7.32,-0.12],[-31.07,60.473]],"o":[[-7.32,0.12],[32.43,63.473]],"v":[[6.431,46.909],[6.431,-24.319]],"c":true}]},{"t":70}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":16.366},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[96.49,86.234],"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":70,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[203,195,0]},"a":{"a":0,"k":[90,112,0]},"s":{"a":0,"k":[81,81,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":0,"s":[{"i":[[7.32,-0.12],[-31.07,60.473]],"o":[[-7.32,0.12],[32.43,63.473]],"v":[[102.921,133.143],[102.921,61.915]],"c":true}],"e":[{"i":[[8.402,0.719],[-20.695,47.223]],"o":[[-8.82,-0.755],[22.68,43.223]],"v":[[102.921,133.143],[102.421,81.915]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":3.192,"s":[{"i":[[8.402,0.719],[-20.695,47.223]],"o":[[-8.82,-0.755],[22.68,43.223]],"v":[[102.921,133.143],[102.421,81.915]],"c":true}],"e":[{"i":[[31.43,-1.255],[-20.695,47.223]],"o":[[-33.57,-4.255],[33.43,46.973]],"v":[[102.921,133.143],[103.921,37.915]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":6.384,"s":[{"i":[[31.43,-1.255],[-20.695,47.223]],"o":[[-33.57,-4.255],[33.43,46.973]],"v":[[102.921,133.143],[103.921,37.915]],"c":true}],"e":[{"i":[[24.93,-7.755],[-34.07,24.473]],"o":[[-30.07,5.745],[4.43,37.473]],"v":[[102.921,133.143],[103.921,51.915]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":9.576,"s":[{"i":[[24.93,-7.755],[-34.07,24.473]],"o":[[-30.07,5.745],[4.43,37.473]],"v":[[102.921,133.143],[103.921,51.915]],"c":true}],"e":[{"i":[[7.32,-0.12],[-31.07,60.473]],"o":[[-7.32,0.12],[32.43,63.473]],"v":[[102.921,133.143],[102.921,61.915]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":12.769,"s":[{"i":[[7.32,-0.12],[-31.07,60.473]],"o":[[-7.32,0.12],[32.43,63.473]],"v":[[102.921,133.143],[102.921,61.915]],"c":true}],"e":[{"i":[[8.402,0.719],[-20.695,47.223]],"o":[[-8.82,-0.755],[22.68,43.223]],"v":[[102.921,133.143],[102.421,81.915]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":15.961,"s":[{"i":[[8.402,0.719],[-20.695,47.223]],"o":[[-8.82,-0.755],[22.68,43.223]],"v":[[102.921,133.143],[102.421,81.915]],"c":true}],"e":[{"i":[[31.43,-1.255],[-20.695,47.223]],"o":[[-33.57,-4.255],[33.43,46.973]],"v":[[102.921,133.143],[103.921,37.915]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":19.152,"s":[{"i":[[31.43,-1.255],[-20.695,47.223]],"o":[[-33.57,-4.255],[33.43,46.973]],"v":[[102.921,133.143],[103.921,37.915]],"c":true}],"e":[{"i":[[24.93,-7.755],[-34.07,24.473]],"o":[[-30.07,5.745],[4.43,37.473]],"v":[[102.921,133.143],[103.921,51.915]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":22.345,"s":[{"i":[[24.93,-7.755],[-34.07,24.473]],"o":[[-30.07,5.745],[4.43,37.473]],"v":[[102.921,133.143],[103.921,51.915]],"c":true}],"e":[{"i":[[7.32,-0.12],[-31.07,60.473]],"o":[[-7.32,0.12],[32.43,63.473]],"v":[[102.921,133.143],[102.921,61.915]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":25.536,"s":[{"i":[[7.32,-0.12],[-31.07,60.473]],"o":[[-7.32,0.12],[32.43,63.473]],"v":[[102.921,133.143],[102.921,61.915]],"c":true}],"e":[{"i":[[8.402,0.719],[-20.695,47.223]],"o":[[-8.82,-0.755],[22.68,43.223]],"v":[[102.921,133.143],[102.421,81.915]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":28.729,"s":[{"i":[[8.402,0.719],[-20.695,47.223]],"o":[[-8.82,-0.755],[22.68,43.223]],"v":[[102.921,133.143],[102.421,81.915]],"c":true}],"e":[{"i":[[31.43,-1.255],[-20.695,47.223]],"o":[[-33.57,-4.255],[33.43,46.973]],"v":[[102.921,133.143],[103.921,37.915]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":31.92,"s":[{"i":[[31.43,-1.255],[-20.695,47.223]],"o":[[-33.57,-4.255],[33.43,46.973]],"v":[[102.921,133.143],[103.921,37.915]],"c":true}],"e":[{"i":[[24.93,-7.755],[-34.07,24.473]],"o":[[-30.07,5.745],[4.43,37.473]],"v":[[102.921,133.143],[103.921,51.915]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":35.113,"s":[{"i":[[24.93,-7.755],[-34.07,24.473]],"o":[[-30.07,5.745],[4.43,37.473]],"v":[[102.921,133.143],[103.921,51.915]],"c":true}],"e":[{"i":[[7.32,-0.12],[-31.07,60.473]],"o":[[-7.32,0.12],[32.43,63.473]],"v":[[102.921,133.143],[102.921,61.915]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":38.305,"s":[{"i":[[7.32,-0.12],[-31.07,60.473]],"o":[[-7.32,0.12],[32.43,63.473]],"v":[[102.921,133.143],[102.921,61.915]],"c":true}],"e":[{"i":[[24.93,-7.755],[-34.07,24.473]],"o":[[-30.07,5.745],[4.43,37.473]],"v":[[102.921,133.143],[103.921,51.915]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":41.498,"s":[{"i":[[24.93,-7.755],[-34.07,24.473]],"o":[[-30.07,5.745],[4.43,37.473]],"v":[[102.921,133.143],[103.921,51.915]],"c":true}],"e":[{"i":[[7.32,-0.12],[-31.07,60.473]],"o":[[-7.32,0.12],[32.43,63.473]],"v":[[102.921,133.143],[102.921,61.915]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":44.69,"s":[{"i":[[7.32,-0.12],[-31.07,60.473]],"o":[[-7.32,0.12],[32.43,63.473]],"v":[[102.921,133.143],[102.921,61.915]],"c":true}],"e":[{"i":[[24.93,-7.755],[-34.07,24.473]],"o":[[-30.07,5.745],[4.43,37.473]],"v":[[102.921,133.143],[103.921,51.915]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":47.669,"s":[{"i":[[24.93,-7.755],[-34.07,24.473]],"o":[[-30.07,5.745],[4.43,37.473]],"v":[[102.921,133.143],[103.921,51.915]],"c":true}],"e":[{"i":[[7.32,-0.12],[-31.07,60.473]],"o":[[-7.32,0.12],[32.43,63.473]],"v":[[102.921,133.143],[102.921,61.915]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":50.86,"s":[{"i":[[7.32,-0.12],[-31.07,60.473]],"o":[[-7.32,0.12],[32.43,63.473]],"v":[[102.921,133.143],[102.921,61.915]],"c":true}],"e":[{"i":[[24.93,-7.755],[-34.07,24.473]],"o":[[-30.07,5.745],[4.43,37.473]],"v":[[102.921,133.143],[103.921,51.915]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":54.053,"s":[{"i":[[24.93,-7.755],[-34.07,24.473]],"o":[[-30.07,5.745],[4.43,37.473]],"v":[[102.921,133.143],[103.921,51.915]],"c":true}],"e":[{"i":[[7.32,-0.12],[-31.07,60.473]],"o":[[-7.32,0.12],[32.43,63.473]],"v":[[102.921,133.143],[102.921,61.915]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":57.245,"s":[{"i":[[7.32,-0.12],[-31.07,60.473]],"o":[[-7.32,0.12],[32.43,63.473]],"v":[[102.921,133.143],[102.921,61.915]],"c":true}],"e":[{"i":[[24.93,-7.755],[-34.07,24.473]],"o":[[-30.07,5.745],[4.43,37.473]],"v":[[102.921,133.143],[103.921,51.915]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":60.579,"s":[{"i":[[24.93,-7.755],[-34.07,24.473]],"o":[[-30.07,5.745],[4.43,37.473]],"v":[[102.921,133.143],[103.921,51.915]],"c":true}],"e":[{"i":[[7.32,-0.12],[-31.07,60.473]],"o":[[-7.32,0.12],[32.43,63.473]],"v":[[102.921,133.143],[102.921,61.915]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":63.771,"s":[{"i":[[7.32,-0.12],[-31.07,60.473]],"o":[[-7.32,0.12],[32.43,63.473]],"v":[[102.921,133.143],[102.921,61.915]],"c":true}],"e":[{"i":[[24.93,-7.755],[-34.07,24.473]],"o":[[-30.07,5.745],[4.43,37.473]],"v":[[102.921,133.143],[103.921,51.915]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":66.808,"s":[{"i":[[24.93,-7.755],[-34.07,24.473]],"o":[[-30.07,5.745],[4.43,37.473]],"v":[[102.921,133.143],[103.921,51.915]],"c":true}],"e":[{"i":[[7.32,-0.12],[-31.07,60.473]],"o":[[-7.32,0.12],[32.43,63.473]],"v":[[102.921,133.143],[102.921,61.915]],"c":true}]},{"t":70}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":1,"mn":"ADBE Vector Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":70,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Layer 11 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[290.183,218,0]},"a":{"a":0,"k":[92.7,112.529,0]},"s":{"a":0,"k":[80,80,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[27.238,-8.676],[-40.575,52.239]],"o":[[-20.203,6.436],[-1.512,25.364]],"v":[[2.92,35.614],[2.92,-35.614]],"c":true}],"e":[{"i":[[28.596,0.335],[-26.404,39.563]],"o":[[-28.904,0.835],[12.596,45.563]],"v":[[2.92,35.614],[4.42,-52.614]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":3.192,"s":[{"i":[[28.596,0.335],[-26.404,39.563]],"o":[[-28.904,0.835],[12.596,45.563]],"v":[[2.92,35.614],[4.42,-52.614]],"c":true}],"e":[{"i":[[19.425,-15.864],[-42.95,34.614]],"o":[[-28.7,9.761],[-2.325,31.489]],"v":[[2.92,35.614],[3.42,-23.614]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":6.384,"s":[{"i":[[19.425,-15.864],[-42.95,34.614]],"o":[[-28.7,9.761],[-2.325,31.489]],"v":[[2.92,35.614],[3.42,-23.614]],"c":true}],"e":[{"i":[[35.675,9.761],[-4.325,24.989]],"o":[[-25.575,-20.239],[23.8,25.614]],"v":[[2.92,35.614],[11.67,-38.364]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":9.576,"s":[{"i":[[35.675,9.761],[-4.325,24.989]],"o":[[-25.575,-20.239],[23.8,25.614]],"v":[[2.92,35.614],[11.67,-38.364]],"c":true}],"e":[{"i":[[27.238,-8.676],[-40.575,52.239]],"o":[[-20.203,6.436],[-1.512,25.364]],"v":[[2.92,35.614],[2.92,-35.614]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":12.769,"s":[{"i":[[27.238,-8.676],[-40.575,52.239]],"o":[[-20.203,6.436],[-1.512,25.364]],"v":[[2.92,35.614],[2.92,-35.614]],"c":true}],"e":[{"i":[[28.596,0.335],[-26.404,39.563]],"o":[[-28.904,0.835],[12.596,45.563]],"v":[[2.92,35.614],[4.42,-52.614]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":15.961,"s":[{"i":[[28.596,0.335],[-26.404,39.563]],"o":[[-28.904,0.835],[12.596,45.563]],"v":[[2.92,35.614],[4.42,-52.614]],"c":true}],"e":[{"i":[[19.425,-15.864],[-42.95,34.614]],"o":[[-28.7,9.761],[-2.325,31.489]],"v":[[2.92,35.614],[3.42,-23.614]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":19.152,"s":[{"i":[[19.425,-15.864],[-42.95,34.614]],"o":[[-28.7,9.761],[-2.325,31.489]],"v":[[2.92,35.614],[3.42,-23.614]],"c":true}],"e":[{"i":[[35.675,9.761],[-4.325,24.989]],"o":[[-25.575,-20.239],[23.8,25.614]],"v":[[2.92,35.614],[11.67,-38.364]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":22.345,"s":[{"i":[[35.675,9.761],[-4.325,24.989]],"o":[[-25.575,-20.239],[23.8,25.614]],"v":[[2.92,35.614],[11.67,-38.364]],"c":true}],"e":[{"i":[[27.238,-8.676],[-40.575,52.239]],"o":[[-20.203,6.436],[-1.512,25.364]],"v":[[2.92,35.614],[2.92,-35.614]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":25.536,"s":[{"i":[[27.238,-8.676],[-40.575,52.239]],"o":[[-20.203,6.436],[-1.512,25.364]],"v":[[2.92,35.614],[2.92,-35.614]],"c":true}],"e":[{"i":[[28.596,0.335],[-26.404,39.563]],"o":[[-28.904,0.835],[12.596,45.563]],"v":[[2.92,35.614],[4.42,-52.614]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":28.729,"s":[{"i":[[28.596,0.335],[-26.404,39.563]],"o":[[-28.904,0.835],[12.596,45.563]],"v":[[2.92,35.614],[4.42,-52.614]],"c":true}],"e":[{"i":[[19.425,-15.864],[-42.95,34.614]],"o":[[-28.7,9.761],[-2.325,31.489]],"v":[[2.92,35.614],[3.42,-23.614]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":31.92,"s":[{"i":[[19.425,-15.864],[-42.95,34.614]],"o":[[-28.7,9.761],[-2.325,31.489]],"v":[[2.92,35.614],[3.42,-23.614]],"c":true}],"e":[{"i":[[35.675,9.761],[-4.325,24.989]],"o":[[-25.575,-20.239],[23.8,25.614]],"v":[[2.92,35.614],[11.67,-38.364]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":35.113,"s":[{"i":[[35.675,9.761],[-4.325,24.989]],"o":[[-25.575,-20.239],[23.8,25.614]],"v":[[2.92,35.614],[11.67,-38.364]],"c":true}],"e":[{"i":[[27.238,-8.676],[-40.575,52.239]],"o":[[-20.203,6.436],[-1.512,25.364]],"v":[[2.92,35.614],[2.92,-35.614]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":38.305,"s":[{"i":[[27.238,-8.676],[-40.575,52.239]],"o":[[-20.203,6.436],[-1.512,25.364]],"v":[[2.92,35.614],[2.92,-35.614]],"c":true}],"e":[{"i":[[35.675,9.761],[-4.325,24.989]],"o":[[-25.575,-20.239],[23.8,25.614]],"v":[[2.92,35.614],[11.67,-38.364]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":41.498,"s":[{"i":[[35.675,9.761],[-4.325,24.989]],"o":[[-25.575,-20.239],[23.8,25.614]],"v":[[2.92,35.614],[11.67,-38.364]],"c":true}],"e":[{"i":[[27.238,-8.676],[-40.575,52.239]],"o":[[-20.203,6.436],[-1.512,25.364]],"v":[[2.92,35.614],[2.92,-35.614]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":44.69,"s":[{"i":[[27.238,-8.676],[-40.575,52.239]],"o":[[-20.203,6.436],[-1.512,25.364]],"v":[[2.92,35.614],[2.92,-35.614]],"c":true}],"e":[{"i":[[35.675,9.761],[-4.325,24.989]],"o":[[-25.575,-20.239],[23.8,25.614]],"v":[[2.92,35.614],[11.67,-38.364]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":47.669,"s":[{"i":[[35.675,9.761],[-4.325,24.989]],"o":[[-25.575,-20.239],[23.8,25.614]],"v":[[2.92,35.614],[11.67,-38.364]],"c":true}],"e":[{"i":[[27.238,-8.676],[-40.575,52.239]],"o":[[-20.203,6.436],[-1.512,25.364]],"v":[[2.92,35.614],[2.92,-35.614]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":50.86,"s":[{"i":[[27.238,-8.676],[-40.575,52.239]],"o":[[-20.203,6.436],[-1.512,25.364]],"v":[[2.92,35.614],[2.92,-35.614]],"c":true}],"e":[{"i":[[35.675,9.761],[-4.325,24.989]],"o":[[-25.575,-20.239],[23.8,25.614]],"v":[[2.92,35.614],[11.67,-38.364]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":54.053,"s":[{"i":[[35.675,9.761],[-4.325,24.989]],"o":[[-25.575,-20.239],[23.8,25.614]],"v":[[2.92,35.614],[11.67,-38.364]],"c":true}],"e":[{"i":[[27.238,-8.676],[-40.575,52.239]],"o":[[-20.203,6.436],[-1.512,25.364]],"v":[[2.92,35.614],[2.92,-35.614]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":57.245,"s":[{"i":[[27.238,-8.676],[-40.575,52.239]],"o":[[-20.203,6.436],[-1.512,25.364]],"v":[[2.92,35.614],[2.92,-35.614]],"c":true}],"e":[{"i":[[35.675,9.761],[-4.325,24.989]],"o":[[-25.575,-20.239],[23.8,25.614]],"v":[[2.92,35.614],[11.67,-38.364]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":60.579,"s":[{"i":[[35.675,9.761],[-4.325,24.989]],"o":[[-25.575,-20.239],[23.8,25.614]],"v":[[2.92,35.614],[11.67,-38.364]],"c":true}],"e":[{"i":[[27.238,-8.676],[-40.575,52.239]],"o":[[-20.203,6.436],[-1.512,25.364]],"v":[[2.92,35.614],[2.92,-35.614]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":63.771,"s":[{"i":[[27.238,-8.676],[-40.575,52.239]],"o":[[-20.203,6.436],[-1.512,25.364]],"v":[[2.92,35.614],[2.92,-35.614]],"c":true}],"e":[{"i":[[35.675,9.761],[-4.325,24.989]],"o":[[-25.575,-20.239],[23.8,25.614]],"v":[[2.92,35.614],[11.67,-38.364]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":66.808,"s":[{"i":[[35.675,9.761],[-4.325,24.989]],"o":[[-25.575,-20.239],[23.8,25.614]],"v":[[2.92,35.614],[11.67,-38.364]],"c":true}],"e":[{"i":[[27.238,-8.676],[-40.575,52.239]],"o":[[-20.203,6.436],[-1.512,25.364]],"v":[[2.92,35.614],[2.92,-35.614]],"c":true}]},{"t":70}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":16.366},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[89.501,76.529],"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":70,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[287.5,216.5,0]},"a":{"a":0,"k":[90,112,0]},"s":{"a":0,"k":[70.435,70.435,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[27.238,-8.676],[-40.575,52.239]],"o":[[-20.203,6.436],[-1.512,25.364]],"v":[[92.421,112.143],[92.421,40.915]],"c":true}],"e":[{"i":[[28.596,0.335],[-26.404,39.563]],"o":[[-28.904,0.835],[12.596,45.563]],"v":[[92.421,112.143],[93.921,23.915]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":3.192,"s":[{"i":[[28.596,0.335],[-26.404,39.563]],"o":[[-28.904,0.835],[12.596,45.563]],"v":[[92.421,112.143],[93.921,23.915]],"c":true}],"e":[{"i":[[19.425,-15.864],[-42.95,34.614]],"o":[[-28.7,9.761],[-2.325,31.489]],"v":[[92.421,112.143],[92.921,52.915]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":6.384,"s":[{"i":[[19.425,-15.864],[-42.95,34.614]],"o":[[-28.7,9.761],[-2.325,31.489]],"v":[[92.421,112.143],[92.921,52.915]],"c":true}],"e":[{"i":[[35.675,9.761],[-4.325,24.989]],"o":[[-25.575,-20.239],[23.8,25.614]],"v":[[92.421,112.143],[101.171,38.165]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":9.576,"s":[{"i":[[35.675,9.761],[-4.325,24.989]],"o":[[-25.575,-20.239],[23.8,25.614]],"v":[[92.421,112.143],[101.171,38.165]],"c":true}],"e":[{"i":[[27.238,-8.676],[-40.575,52.239]],"o":[[-20.203,6.436],[-1.512,25.364]],"v":[[92.421,112.143],[92.421,40.915]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":12.769,"s":[{"i":[[27.238,-8.676],[-40.575,52.239]],"o":[[-20.203,6.436],[-1.512,25.364]],"v":[[92.421,112.143],[92.421,40.915]],"c":true}],"e":[{"i":[[28.596,0.335],[-26.404,39.563]],"o":[[-28.904,0.835],[12.596,45.563]],"v":[[92.421,112.143],[93.921,23.915]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":15.961,"s":[{"i":[[28.596,0.335],[-26.404,39.563]],"o":[[-28.904,0.835],[12.596,45.563]],"v":[[92.421,112.143],[93.921,23.915]],"c":true}],"e":[{"i":[[19.425,-15.864],[-42.95,34.614]],"o":[[-28.7,9.761],[-2.325,31.489]],"v":[[92.421,112.143],[92.921,52.915]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":19.152,"s":[{"i":[[19.425,-15.864],[-42.95,34.614]],"o":[[-28.7,9.761],[-2.325,31.489]],"v":[[92.421,112.143],[92.921,52.915]],"c":true}],"e":[{"i":[[35.675,9.761],[-4.325,24.989]],"o":[[-25.575,-20.239],[23.8,25.614]],"v":[[92.421,112.143],[101.171,38.165]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":22.345,"s":[{"i":[[35.675,9.761],[-4.325,24.989]],"o":[[-25.575,-20.239],[23.8,25.614]],"v":[[92.421,112.143],[101.171,38.165]],"c":true}],"e":[{"i":[[27.238,-8.676],[-40.575,52.239]],"o":[[-20.203,6.436],[-1.512,25.364]],"v":[[92.421,112.143],[92.421,40.915]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":25.536,"s":[{"i":[[27.238,-8.676],[-40.575,52.239]],"o":[[-20.203,6.436],[-1.512,25.364]],"v":[[92.421,112.143],[92.421,40.915]],"c":true}],"e":[{"i":[[28.596,0.335],[-26.404,39.563]],"o":[[-28.904,0.835],[12.596,45.563]],"v":[[92.421,112.143],[93.921,23.915]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":28.729,"s":[{"i":[[28.596,0.335],[-26.404,39.563]],"o":[[-28.904,0.835],[12.596,45.563]],"v":[[92.421,112.143],[93.921,23.915]],"c":true}],"e":[{"i":[[19.425,-15.864],[-42.95,34.614]],"o":[[-28.7,9.761],[-2.325,31.489]],"v":[[92.421,112.143],[92.921,52.915]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":31.92,"s":[{"i":[[19.425,-15.864],[-42.95,34.614]],"o":[[-28.7,9.761],[-2.325,31.489]],"v":[[92.421,112.143],[92.921,52.915]],"c":true}],"e":[{"i":[[35.675,9.761],[-4.325,24.989]],"o":[[-25.575,-20.239],[23.8,25.614]],"v":[[92.421,112.143],[101.171,38.165]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":35.113,"s":[{"i":[[35.675,9.761],[-4.325,24.989]],"o":[[-25.575,-20.239],[23.8,25.614]],"v":[[92.421,112.143],[101.171,38.165]],"c":true}],"e":[{"i":[[27.238,-8.676],[-40.575,52.239]],"o":[[-20.203,6.436],[-1.512,25.364]],"v":[[92.421,112.143],[92.421,40.915]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":38.305,"s":[{"i":[[27.238,-8.676],[-40.575,52.239]],"o":[[-20.203,6.436],[-1.512,25.364]],"v":[[92.421,112.143],[92.421,40.915]],"c":true}],"e":[{"i":[[35.675,9.761],[-4.325,24.989]],"o":[[-25.575,-20.239],[23.8,25.614]],"v":[[92.421,112.143],[101.171,38.165]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":41.498,"s":[{"i":[[35.675,9.761],[-4.325,24.989]],"o":[[-25.575,-20.239],[23.8,25.614]],"v":[[92.421,112.143],[101.171,38.165]],"c":true}],"e":[{"i":[[27.238,-8.676],[-40.575,52.239]],"o":[[-20.203,6.436],[-1.512,25.364]],"v":[[92.421,112.143],[92.421,40.915]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":44.69,"s":[{"i":[[27.238,-8.676],[-40.575,52.239]],"o":[[-20.203,6.436],[-1.512,25.364]],"v":[[92.421,112.143],[92.421,40.915]],"c":true}],"e":[{"i":[[35.675,9.761],[-4.325,24.989]],"o":[[-25.575,-20.239],[23.8,25.614]],"v":[[92.421,112.143],[101.171,38.165]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":47.669,"s":[{"i":[[35.675,9.761],[-4.325,24.989]],"o":[[-25.575,-20.239],[23.8,25.614]],"v":[[92.421,112.143],[101.171,38.165]],"c":true}],"e":[{"i":[[27.238,-8.676],[-40.575,52.239]],"o":[[-20.203,6.436],[-1.512,25.364]],"v":[[92.421,112.143],[92.421,40.915]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":50.86,"s":[{"i":[[27.238,-8.676],[-40.575,52.239]],"o":[[-20.203,6.436],[-1.512,25.364]],"v":[[92.421,112.143],[92.421,40.915]],"c":true}],"e":[{"i":[[35.675,9.761],[-4.325,24.989]],"o":[[-25.575,-20.239],[23.8,25.614]],"v":[[92.421,112.143],[101.171,38.165]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":54.053,"s":[{"i":[[35.675,9.761],[-4.325,24.989]],"o":[[-25.575,-20.239],[23.8,25.614]],"v":[[92.421,112.143],[101.171,38.165]],"c":true}],"e":[{"i":[[27.238,-8.676],[-40.575,52.239]],"o":[[-20.203,6.436],[-1.512,25.364]],"v":[[92.421,112.143],[92.421,40.915]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":57.245,"s":[{"i":[[27.238,-8.676],[-40.575,52.239]],"o":[[-20.203,6.436],[-1.512,25.364]],"v":[[92.421,112.143],[92.421,40.915]],"c":true}],"e":[{"i":[[35.675,9.761],[-4.325,24.989]],"o":[[-25.575,-20.239],[23.8,25.614]],"v":[[92.421,112.143],[101.171,38.165]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":60.579,"s":[{"i":[[35.675,9.761],[-4.325,24.989]],"o":[[-25.575,-20.239],[23.8,25.614]],"v":[[92.421,112.143],[101.171,38.165]],"c":true}],"e":[{"i":[[27.238,-8.676],[-40.575,52.239]],"o":[[-20.203,6.436],[-1.512,25.364]],"v":[[92.421,112.143],[92.421,40.915]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":63.771,"s":[{"i":[[27.238,-8.676],[-40.575,52.239]],"o":[[-20.203,6.436],[-1.512,25.364]],"v":[[92.421,112.143],[92.421,40.915]],"c":true}],"e":[{"i":[[35.675,9.761],[-4.325,24.989]],"o":[[-25.575,-20.239],[23.8,25.614]],"v":[[92.421,112.143],[101.171,38.165]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":66.808,"s":[{"i":[[35.675,9.761],[-4.325,24.989]],"o":[[-25.575,-20.239],[23.8,25.614]],"v":[[92.421,112.143],[101.171,38.165]],"c":true}],"e":[{"i":[[27.238,-8.676],[-40.575,52.239]],"o":[[-20.203,6.436],[-1.512,25.364]],"v":[[92.421,112.143],[92.421,40.915]],"c":true}]},{"t":70}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":1,"mn":"ADBE Vector Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":70,"st":0,"bm":0,"sr":1}]},{"id":"comp_26","layers":[{"ddd":0,"ind":0,"ty":3,"nm":"NULL CONTROL","ks":{"o":{"a":0,"k":0},"r":{"a":0,"k":0},"p":{"a":0,"k":[379.273,230.145,0]},"a":{"a":0,"k":[60,60,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"ip":0,"op":70,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"P 2","parent":0,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[-116.032,99.408,0]},"a":{"a":0,"k":[66.351,70.239,0]},"s":{"a":0,"k":[-72,72,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[9.253,0],[0,0],[-0.646,-23.044]],"o":[[0,0],[9.253,0],[0.573,20.447]],"v":[[-9.252,-19.455],[-9.449,-50.519],[27.71,-34.222]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":16.366},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[76.101,66.767],"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":70,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"P","parent":0,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[236.218,83.408,0]},"a":{"a":0,"k":[66.351,70.239,0]},"s":{"a":0,"k":[71,71,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[9.253,0],[0,0],[-0.54,-20.454]],"o":[[0,0],[9.253,0],[0.476,18.046]],"v":[[-9.947,3.06],[-10.277,-29.123],[27.286,-12.718]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":16.366},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[76.101,70.239],"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":70,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"NOI 2","parent":0,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[59.898,99.031,0]},"a":{"a":0,"k":[238.312,141.29,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-68.335,-0.151],[-22.062,0.064],[0,0],[0,0],[19.808,0],[60.313,-0.205],[0,0],[0.229,35.103],[0,0],[0,0]],"o":[[73.415,0.162],[0,0],[0,0],[-0.144,25.806],[-19.298,0],[-62.643,0.213],[0,0],[0.985,-36.823],[0,0],[8.667,-0.11]],"v":[[-2.352,-87.275],[195.125,-87.74],[175.972,-58.47],[175.706,77.268],[126.609,113.538],[-17.108,113.945],[-138.302,114.375],[-176.633,77.272],[-176.405,-58.47],[-193.854,-87.066]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":255,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":16.366},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[238.328,141.29],"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":"Group 1","np":3,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":70,"st":0,"bm":0,"sr":1}]}],"layers":[{"ddd":0,"ind":1,"ty":3,"nm":"NULL CONTROL","ks":{"o":{"a":0,"k":0},"r":{"a":0,"k":0},"p":{"a":0,"k":[176,115,0]},"a":{"a":0,"k":[60,60,0]},"s":{"a":0,"k":[50,50,100]}},"ao":0,"ip":0,"op":50,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":0,"nm":"Pre-comp 8","refId":"comp_21","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[174,96,0]},"a":{"a":0,"k":[400,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"tm":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[0],"e":[0.96]},{"t":50}]},"w":800,"h":600,"ip":30,"op":50,"st":30,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":0,"nm":"Pre-comp 8","refId":"comp_21","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[174,96,0]},"a":{"a":0,"k":[400,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"tm":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[0.96]},{"t":20}]},"w":800,"h":600,"ip":0,"op":20,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":0,"nm":"Main","parent":1,"refId":"comp_22","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[62,79,0]},"a":{"a":0,"k":[909.283,666.792,0]},"s":{"a":0,"k":[55.208,55.208,100]}},"ao":0,"w":1920,"h":1080,"ip":0,"op":50,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/countdown.json b/ohos/flutter_lottie/assets/lottiefiles/countdown.json new file mode 100644 index 0000000000000000000000000000000000000000..fd0d2f2c0a72da3c775d7b72ef4ff924a2b87633 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/countdown.json @@ -0,0 +1 @@ +{"v":"4.5.7","fr":30,"ip":0,"op":70,"w":800,"h":600,"ddd":0,"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Numbers_Pink","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p667_0p667_0p167_0p167","0p667_0p667_0p167_0p167","0p667_0p667_0p167_0p167"],"t":5,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":58,"s":[100,100,100],"e":[100,0,100]},{"t":60}],"x":"var $bm_rt;\nvar n, n, t, t, v, amp, freq, decay;\n$bm_rt = n = 0;\nif (numKeys > 0) {\n $bm_rt = n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n}\nif (n == 0) {\n $bm_rt = t = 0;\n} else {\n $bm_rt = t = sub(time, key(n).time);\n}\nif (n > 0 && t < 1) {\n v = velocityAtTime(sub(key(n).time, div(thisComp.frameDuration, 10)));\n amp = 0.05;\n freq = 3;\n decay = 8;\n $bm_rt = sum(value, div(mul(mul(v, amp), Math.sin(mul(mul(mul(freq, t), 2), Math.PI))), Math.exp(mul(decay, t))));\n} else {\n $bm_rt = value;\n}"}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":16,"s":[{"i":[[21.75,-10.75],[0,0],[0,0],[-17.5,8.75],[-11,-18.25],[45,0.25],[0,0],[13.125,-48.875],[-7.75,47.875],[0,0],[-90.5,0],[-3.25,36.5],[0,0],[6.75,51.5]],"o":[[-48,23.25],[0,0],[0,0],[17.5,-8.75],[11,18.25],[0,16],[0,0],[-13.54,50.419],[-25.75,-0.5],[0,0],[38.5,0.5],[4.592,-51.568],[0,0],[-6.75,-51.5]],"v":[[-27.25,-110],[-72.5,-39.75],[-37.5,-40],[-17.5,-79.75],[30.25,-68],[-14.312,-18.75],[-14.062,7.25],[40.625,54.875],[-41.5,38.75],[-76.75,38.25],[5.5,113.375],[78.25,53.25],[38.75,-8],[68.5,-66.25]],"c":true}],"e":[{"i":[[21.75,-10.75],[0,0],[0,0],[-17.5,8.75],[-11,-18.25],[45,0.25],[0,0],[13.125,-48.875],[-7.75,47.875],[0,0],[-90.5,0],[-3.25,36.5],[0,0],[6.75,51.5]],"o":[[-48,23.25],[0,0],[0,0],[17.5,-8.75],[11,18.25],[0,16],[0,0],[-13.54,50.419],[-25.75,-0.5],[0,0],[38.5,0.5],[4.592,-51.568],[0,0],[-6.75,-51.5]],"v":[[-27.25,-110],[-72.5,-39.75],[-37.5,-40],[-17.5,-79.75],[30.25,-68],[-14.312,-18.75],[-14.062,7.25],[40.625,54.875],[-41.5,38.75],[-76.75,38.25],[5.5,113.375],[78.25,53.25],[38.75,-8],[68.5,-66.25]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":18,"s":[{"i":[[21.75,-10.75],[0,0],[0,0],[-17.5,8.75],[-11,-18.25],[45,0.25],[0,0],[13.125,-48.875],[-7.75,47.875],[0,0],[-90.5,0],[-3.25,36.5],[0,0],[6.75,51.5]],"o":[[-48,23.25],[0,0],[0,0],[17.5,-8.75],[11,18.25],[0,16],[0,0],[-13.54,50.419],[-25.75,-0.5],[0,0],[38.5,0.5],[4.592,-51.568],[0,0],[-6.75,-51.5]],"v":[[-27.25,-110],[-72.5,-39.75],[-37.5,-40],[-17.5,-79.75],[30.25,-68],[-14.312,-18.75],[-14.062,7.25],[40.625,54.875],[-41.5,38.75],[-76.75,38.25],[5.5,113.375],[78.25,53.25],[38.75,-8],[68.5,-66.25]],"c":true}],"e":[{"i":[[21.75,-10.75],[0,0],[0,0],[-17.5,8.75],[-10.25,-17.5],[34.812,-34],[0,0],[14.532,-23.377],[0.25,-14],[0,0],[-90.5,0],[-0.5,22.75],[0,0],[23.25,72.75]],"o":[[-48,23.25],[0,0],[0,0],[17.5,-8.75],[6.216,10.612],[-21.688,16.5],[0,0],[-14.375,23.125],[2.75,0.25],[0,0],[2,-0.125],[0.028,-1.274],[15,-33],[-17.816,-55.746]],"v":[[-28,-110],[-71.25,-31],[-36.25,-31.25],[-18.25,-79.75],[31.813,-69.75],[15.938,-4],[-21.563,22],[-61.375,61.188],[-74,108.75],[-26.25,109.25],[75.125,109.125],[76.688,78.5],[-32.75,78],[73,-65]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":33,"s":[{"i":[[21.75,-10.75],[0,0],[0,0],[-17.5,8.75],[-10.25,-17.5],[34.812,-34],[0,0],[14.532,-23.377],[0.25,-14],[0,0],[-90.5,0],[-0.5,22.75],[0,0],[23.25,72.75]],"o":[[-48,23.25],[0,0],[0,0],[17.5,-8.75],[6.216,10.612],[-21.688,16.5],[0,0],[-14.375,23.125],[2.75,0.25],[0,0],[2,-0.125],[0.028,-1.274],[15,-33],[-17.816,-55.746]],"v":[[-28,-110],[-71.25,-31],[-36.25,-31.25],[-18.25,-79.75],[31.813,-69.75],[15.938,-4],[-21.563,22],[-61.375,61.188],[-74,108.75],[-26.25,109.25],[75.125,109.125],[76.688,78.5],[-32.75,78],[73,-65]],"c":true}],"e":[{"i":[[21.75,-10.75],[0,0],[0,0],[-17.5,8.75],[-10.25,-17.5],[34.812,-34],[0,0],[14.532,-23.377],[0.25,-14],[0,0],[-90.5,0],[-0.5,22.75],[0,0],[23.25,72.75]],"o":[[-48,23.25],[0,0],[0,0],[17.5,-8.75],[6.216,10.612],[-21.688,16.5],[0,0],[-14.375,23.125],[2.75,0.25],[0,0],[2,-0.125],[0.028,-1.274],[15,-33],[-17.816,-55.746]],"v":[[-28,-110],[-71.25,-31],[-36.25,-31.25],[-18.25,-79.75],[31.813,-69.75],[15.938,-4],[-21.563,22],[-61.375,61.188],[-74,108.75],[-26.25,109.25],[75.125,109.125],[76.688,78.5],[-32.75,78],[73,-65]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":35,"s":[{"i":[[21.75,-10.75],[0,0],[0,0],[-17.5,8.75],[-10.25,-17.5],[34.812,-34],[0,0],[14.532,-23.377],[0.25,-14],[0,0],[-90.5,0],[-0.5,22.75],[0,0],[23.25,72.75]],"o":[[-48,23.25],[0,0],[0,0],[17.5,-8.75],[6.216,10.612],[-21.688,16.5],[0,0],[-14.375,23.125],[2.75,0.25],[0,0],[2,-0.125],[0.028,-1.274],[15,-33],[-17.816,-55.746]],"v":[[-28,-110],[-71.25,-31],[-36.25,-31.25],[-18.25,-79.75],[31.813,-69.75],[15.938,-4],[-21.563,22],[-61.375,61.188],[-74,108.75],[-26.25,109.25],[75.125,109.125],[76.688,78.5],[-32.75,78],[73,-65]],"c":true}],"e":[{"i":[[21.75,-10.75],[0,0],[0,0],[-19.125,0.109],[-8.066,-0.096],[-0.062,0.125],[0,0],[0,-23.075],[-0.375,-14.438],[0,0],[-54.125,0],[-0.5,22.75],[0,0],[-0.375,-0.125]],"o":[[-16.125,6.75],[0,0],[0,0],[19.565,-0.112],[-0.062,0.016],[-0.062,19.75],[0,0],[0,15.562],[2.875,-0.188],[0,0],[0.062,-0.125],[0.028,-1.275],[-0.5,0],[-5.25,14]],"v":[[-32.125,-79.5],[-70.75,-72.5],[-70.375,-46],[-38.75,-46.047],[-17.438,-46.016],[-16.938,-45.875],[-16.875,59.75],[-16.813,87.688],[-16.75,109.063],[4.187,108.938],[23.188,109],[23.438,78.5],[22.75,-109],[-6,-109.375]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":50,"s":[{"i":[[21.75,-10.75],[0,0],[0,0],[-19.125,0.109],[-8.066,-0.096],[-0.062,0.125],[0,0],[0,-23.075],[-0.375,-14.438],[0,0],[-54.125,0],[-0.5,22.75],[0,0],[-0.375,-0.125]],"o":[[-16.125,6.75],[0,0],[0,0],[19.565,-0.112],[-0.062,0.016],[-0.062,19.75],[0,0],[0,15.562],[2.875,-0.188],[0,0],[0.062,-0.125],[0.028,-1.275],[-0.5,0],[-5.25,14]],"v":[[-32.125,-79.5],[-70.75,-72.5],[-70.375,-46],[-38.75,-46.047],[-17.438,-46.016],[-16.938,-45.875],[-16.875,59.75],[-16.813,87.688],[-16.75,109.063],[4.187,108.938],[23.188,109],[23.438,78.5],[22.75,-109],[-6,-109.375]],"c":true}],"e":[{"i":[[21.75,-10.75],[0,0],[0,0],[-19.125,0.109],[-8.066,-0.096],[-0.062,0.125],[0,0],[0,-23.075],[-0.375,-14.438],[0,0],[-54.125,0],[-0.5,22.75],[0,0],[-0.375,-0.125]],"o":[[-16.125,6.75],[0,0],[0,0],[19.565,-0.112],[-0.062,0.016],[-0.062,19.75],[0,0],[0,15.562],[2.875,-0.188],[0,0],[0.062,-0.125],[0.028,-1.275],[-0.5,0],[-5.25,14]],"v":[[-32.125,-79.5],[-70.75,-72.5],[-70.375,-46],[-38.75,-46.047],[-17.438,-46.016],[-16.938,-45.875],[-16.875,59.75],[-16.813,87.688],[-16.75,109.063],[4.187,108.938],[23.188,109],[23.438,78.5],[22.75,-109],[-6,-109.375]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":52,"s":[{"i":[[21.75,-10.75],[0,0],[0,0],[-19.125,0.109],[-8.066,-0.096],[-0.062,0.125],[0,0],[0,-23.075],[-0.375,-14.438],[0,0],[-54.125,0],[-0.5,22.75],[0,0],[-0.375,-0.125]],"o":[[-16.125,6.75],[0,0],[0,0],[19.565,-0.112],[-0.062,0.016],[-0.062,19.75],[0,0],[0,15.562],[2.875,-0.188],[0,0],[0.062,-0.125],[0.028,-1.275],[-0.5,0],[-5.25,14]],"v":[[-32.125,-79.5],[-70.75,-72.5],[-70.375,-46],[-38.75,-46.047],[-17.438,-46.016],[-16.938,-45.875],[-16.875,59.75],[-16.813,87.688],[-16.75,109.063],[4.187,108.938],[23.188,109],[23.438,78.5],[22.75,-109],[-6,-109.375]],"c":true}],"e":[{"i":[[6.75,0],[0,0],[0,0],[0,-19.125],[-0.312,-15.484],[-0.062,0.125],[0,0],[0,-23.075],[-0.375,-14.438],[0,0],[-54.125,0],[-0.5,22.75],[0,0],[-0.375,-0.125]],"o":[[0.125,1.75],[0,0],[0,0],[0,16.422],[-0.062,0.016],[-0.062,19.75],[0,0],[0,15.562],[2.875,-0.188],[0,0],[0.062,-0.125],[0.028,-1.275],[-0.5,0],[-9.75,0.094]],"v":[[-17.125,-109.047],[-16.875,-90.75],[-16.875,-89.375],[-17,-75.797],[-16.938,-49.891],[-16.938,-45.875],[-16.875,59.75],[-16.813,87.688],[-16.75,109.063],[4.187,108.938],[23.188,109],[23.438,78.5],[22.75,-109],[7.25,-108.969]],"c":true}]},{"t":57}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.54,0.07,0.26,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"mn":"ADBE Vector Group"}],"ip":0,"op":600,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Numbers Red","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":2,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p667_0p667_0p167_0p167","0p667_0p667_0p167_0p167","0p667_0p667_0p167_0p167"],"t":7,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":60,"s":[100,100,100],"e":[100,0,100]},{"t":62}],"x":"var $bm_rt;\nvar n, n, t, t, v, amp, freq, decay;\n$bm_rt = n = 0;\nif (numKeys > 0) {\n $bm_rt = n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n}\nif (n == 0) {\n $bm_rt = t = 0;\n} else {\n $bm_rt = t = sub(time, key(n).time);\n}\nif (n > 0 && t < 1) {\n v = velocityAtTime(sub(key(n).time, div(thisComp.frameDuration, 10)));\n amp = 0.05;\n freq = 3;\n decay = 8;\n $bm_rt = sum(value, div(mul(mul(v, amp), Math.sin(mul(mul(mul(freq, t), 2), Math.PI))), Math.exp(mul(decay, t))));\n} else {\n $bm_rt = value;\n}"}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":18,"s":[{"i":[[21.75,-10.75],[0,0],[0,0],[-17.5,8.75],[-11,-18.25],[45,0.25],[0,0],[13.125,-48.875],[-7.75,47.875],[0,0],[-90.5,0],[-3.25,36.5],[0,0],[6.75,51.5]],"o":[[-48,23.25],[0,0],[0,0],[17.5,-8.75],[11,18.25],[0,16],[0,0],[-13.54,50.419],[-25.75,-0.5],[0,0],[38.5,0.5],[4.592,-51.568],[0,0],[-6.75,-51.5]],"v":[[-27.25,-110],[-72.5,-39.75],[-37.5,-40],[-17.5,-79.75],[30.25,-68],[-14.312,-18.75],[-14.062,7.25],[40.625,54.875],[-41.5,38.75],[-76.75,38.25],[5.5,113.375],[78.25,53.25],[38.75,-8],[68.5,-66.25]],"c":true}],"e":[{"i":[[21.75,-10.75],[0,0],[0,0],[-17.5,8.75],[-11,-18.25],[45,0.25],[0,0],[13.125,-48.875],[-7.75,47.875],[0,0],[-90.5,0],[-3.25,36.5],[0,0],[6.75,51.5]],"o":[[-48,23.25],[0,0],[0,0],[17.5,-8.75],[11,18.25],[0,16],[0,0],[-13.54,50.419],[-25.75,-0.5],[0,0],[38.5,0.5],[4.592,-51.568],[0,0],[-6.75,-51.5]],"v":[[-27.25,-110],[-72.5,-39.75],[-37.5,-40],[-17.5,-79.75],[30.25,-68],[-14.312,-18.75],[-14.062,7.25],[40.625,54.875],[-41.5,38.75],[-76.75,38.25],[5.5,113.375],[78.25,53.25],[38.75,-8],[68.5,-66.25]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[{"i":[[21.75,-10.75],[0,0],[0,0],[-17.5,8.75],[-11,-18.25],[45,0.25],[0,0],[13.125,-48.875],[-7.75,47.875],[0,0],[-90.5,0],[-3.25,36.5],[0,0],[6.75,51.5]],"o":[[-48,23.25],[0,0],[0,0],[17.5,-8.75],[11,18.25],[0,16],[0,0],[-13.54,50.419],[-25.75,-0.5],[0,0],[38.5,0.5],[4.592,-51.568],[0,0],[-6.75,-51.5]],"v":[[-27.25,-110],[-72.5,-39.75],[-37.5,-40],[-17.5,-79.75],[30.25,-68],[-14.312,-18.75],[-14.062,7.25],[40.625,54.875],[-41.5,38.75],[-76.75,38.25],[5.5,113.375],[78.25,53.25],[38.75,-8],[68.5,-66.25]],"c":true}],"e":[{"i":[[21.75,-10.75],[0,0],[0,0],[-17.5,8.75],[-10.25,-17.5],[34.812,-34],[0,0],[14.532,-23.377],[0.25,-14],[0,0],[-90.5,0],[-0.5,22.75],[0,0],[23.25,72.75]],"o":[[-48,23.25],[0,0],[0,0],[17.5,-8.75],[6.216,10.612],[-21.688,16.5],[0,0],[-14.375,23.125],[2.75,0.25],[0,0],[2,-0.125],[0.028,-1.274],[15,-33],[-17.816,-55.746]],"v":[[-28,-110],[-71.25,-31],[-36.25,-31.25],[-18.25,-79.75],[31.813,-69.75],[15.938,-4],[-21.563,22],[-61.375,61.188],[-74,108.75],[-26.25,109.25],[75.125,109.125],[76.688,78.5],[-32.75,78],[73,-65]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":35,"s":[{"i":[[21.75,-10.75],[0,0],[0,0],[-17.5,8.75],[-10.25,-17.5],[34.812,-34],[0,0],[14.532,-23.377],[0.25,-14],[0,0],[-90.5,0],[-0.5,22.75],[0,0],[23.25,72.75]],"o":[[-48,23.25],[0,0],[0,0],[17.5,-8.75],[6.216,10.612],[-21.688,16.5],[0,0],[-14.375,23.125],[2.75,0.25],[0,0],[2,-0.125],[0.028,-1.274],[15,-33],[-17.816,-55.746]],"v":[[-28,-110],[-71.25,-31],[-36.25,-31.25],[-18.25,-79.75],[31.813,-69.75],[15.938,-4],[-21.563,22],[-61.375,61.188],[-74,108.75],[-26.25,109.25],[75.125,109.125],[76.688,78.5],[-32.75,78],[73,-65]],"c":true}],"e":[{"i":[[21.75,-10.75],[0,0],[0,0],[-17.5,8.75],[-10.25,-17.5],[34.812,-34],[0,0],[14.532,-23.377],[0.25,-14],[0,0],[-90.5,0],[-0.5,22.75],[0,0],[23.25,72.75]],"o":[[-48,23.25],[0,0],[0,0],[17.5,-8.75],[6.216,10.612],[-21.688,16.5],[0,0],[-14.375,23.125],[2.75,0.25],[0,0],[2,-0.125],[0.028,-1.274],[15,-33],[-17.816,-55.746]],"v":[[-28,-110],[-71.25,-31],[-36.25,-31.25],[-18.25,-79.75],[31.813,-69.75],[15.938,-4],[-21.563,22],[-61.375,61.188],[-74,108.75],[-26.25,109.25],[75.125,109.125],[76.688,78.5],[-32.75,78],[73,-65]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":37,"s":[{"i":[[21.75,-10.75],[0,0],[0,0],[-17.5,8.75],[-10.25,-17.5],[34.812,-34],[0,0],[14.532,-23.377],[0.25,-14],[0,0],[-90.5,0],[-0.5,22.75],[0,0],[23.25,72.75]],"o":[[-48,23.25],[0,0],[0,0],[17.5,-8.75],[6.216,10.612],[-21.688,16.5],[0,0],[-14.375,23.125],[2.75,0.25],[0,0],[2,-0.125],[0.028,-1.274],[15,-33],[-17.816,-55.746]],"v":[[-28,-110],[-71.25,-31],[-36.25,-31.25],[-18.25,-79.75],[31.813,-69.75],[15.938,-4],[-21.563,22],[-61.375,61.188],[-74,108.75],[-26.25,109.25],[75.125,109.125],[76.688,78.5],[-32.75,78],[73,-65]],"c":true}],"e":[{"i":[[21.75,-10.75],[0,0],[0,0],[-19.125,0.109],[-8.066,-0.096],[-0.062,0.125],[0,0],[0,-23.075],[-0.375,-14.438],[0,0],[-54.125,0],[-0.5,22.75],[0,0],[-0.375,-0.125]],"o":[[-16.125,6.75],[0,0],[0,0],[19.565,-0.112],[-0.062,0.016],[-0.062,19.75],[0,0],[0,15.562],[2.875,-0.188],[0,0],[0.062,-0.125],[0.028,-1.275],[-0.5,0],[-5.25,14]],"v":[[-32.125,-79.5],[-70.75,-72.5],[-70.375,-46],[-38.75,-46.047],[-17.438,-46.016],[-16.938,-45.875],[-16.875,59.75],[-16.813,87.688],[-16.75,109.063],[4.187,108.938],[23.188,109],[23.438,78.5],[22.75,-109],[-6,-109.375]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":52,"s":[{"i":[[21.75,-10.75],[0,0],[0,0],[-19.125,0.109],[-8.066,-0.096],[-0.062,0.125],[0,0],[0,-23.075],[-0.375,-14.438],[0,0],[-54.125,0],[-0.5,22.75],[0,0],[-0.375,-0.125]],"o":[[-16.125,6.75],[0,0],[0,0],[19.565,-0.112],[-0.062,0.016],[-0.062,19.75],[0,0],[0,15.562],[2.875,-0.188],[0,0],[0.062,-0.125],[0.028,-1.275],[-0.5,0],[-5.25,14]],"v":[[-32.125,-79.5],[-70.75,-72.5],[-70.375,-46],[-38.75,-46.047],[-17.438,-46.016],[-16.938,-45.875],[-16.875,59.75],[-16.813,87.688],[-16.75,109.063],[4.187,108.938],[23.188,109],[23.438,78.5],[22.75,-109],[-6,-109.375]],"c":true}],"e":[{"i":[[21.75,-10.75],[0,0],[0,0],[-19.125,0.109],[-8.066,-0.096],[-0.062,0.125],[0,0],[0,-23.075],[-0.375,-14.438],[0,0],[-54.125,0],[-0.5,22.75],[0,0],[-0.375,-0.125]],"o":[[-16.125,6.75],[0,0],[0,0],[19.565,-0.112],[-0.062,0.016],[-0.062,19.75],[0,0],[0,15.562],[2.875,-0.188],[0,0],[0.062,-0.125],[0.028,-1.275],[-0.5,0],[-5.25,14]],"v":[[-32.125,-79.5],[-70.75,-72.5],[-70.375,-46],[-38.75,-46.047],[-17.438,-46.016],[-16.938,-45.875],[-16.875,59.75],[-16.813,87.688],[-16.75,109.063],[4.187,108.938],[23.188,109],[23.438,78.5],[22.75,-109],[-6,-109.375]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":54,"s":[{"i":[[21.75,-10.75],[0,0],[0,0],[-19.125,0.109],[-8.066,-0.096],[-0.062,0.125],[0,0],[0,-23.075],[-0.375,-14.438],[0,0],[-54.125,0],[-0.5,22.75],[0,0],[-0.375,-0.125]],"o":[[-16.125,6.75],[0,0],[0,0],[19.565,-0.112],[-0.062,0.016],[-0.062,19.75],[0,0],[0,15.562],[2.875,-0.188],[0,0],[0.062,-0.125],[0.028,-1.275],[-0.5,0],[-5.25,14]],"v":[[-32.125,-79.5],[-70.75,-72.5],[-70.375,-46],[-38.75,-46.047],[-17.438,-46.016],[-16.938,-45.875],[-16.875,59.75],[-16.813,87.688],[-16.75,109.063],[4.187,108.938],[23.188,109],[23.438,78.5],[22.75,-109],[-6,-109.375]],"c":true}],"e":[{"i":[[6.75,0],[0,0],[0,0],[0,-19.125],[-0.312,-15.484],[-0.062,0.125],[0,0],[0,-23.075],[-0.375,-14.438],[0,0],[-54.125,0],[-0.5,22.75],[0,0],[-0.375,-0.125]],"o":[[0.125,1.75],[0,0],[0,0],[0,16.422],[-0.062,0.016],[-0.062,19.75],[0,0],[0,15.562],[2.875,-0.188],[0,0],[0.062,-0.125],[0.028,-1.275],[-0.5,0],[-9.75,0.094]],"v":[[-17.125,-109.047],[-16.875,-90.75],[-16.875,-89.375],[-17,-75.797],[-16.938,-49.891],[-16.938,-45.875],[-16.875,59.75],[-16.813,87.688],[-16.75,109.063],[4.187,108.938],[23.188,109],[23.438,78.5],[22.75,-109],[7.25,-108.969]],"c":true}]},{"t":59}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.79,0.16,0.24,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"mn":"ADBE Vector Group"}],"ip":0,"op":600,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Numbers Orange","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":3,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p667_0p667_0p167_0p167","0p667_0p667_0p167_0p167","0p667_0p667_0p167_0p167"],"t":8,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":61,"s":[100,100,100],"e":[100,0,100]},{"t":63}],"x":"var $bm_rt;\nvar n, n, t, t, v, amp, freq, decay;\n$bm_rt = n = 0;\nif (numKeys > 0) {\n $bm_rt = n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n}\nif (n == 0) {\n $bm_rt = t = 0;\n} else {\n $bm_rt = t = sub(time, key(n).time);\n}\nif (n > 0 && t < 1) {\n v = velocityAtTime(sub(key(n).time, div(thisComp.frameDuration, 10)));\n amp = 0.05;\n freq = 3;\n decay = 8;\n $bm_rt = sum(value, div(mul(mul(v, amp), Math.sin(mul(mul(mul(freq, t), 2), Math.PI))), Math.exp(mul(decay, t))));\n} else {\n $bm_rt = value;\n}"}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":19,"s":[{"i":[[21.75,-10.75],[0,0],[0,0],[-17.5,8.75],[-11,-18.25],[45,0.25],[0,0],[13.125,-48.875],[-7.75,47.875],[0,0],[-90.5,0],[-3.25,36.5],[0,0],[6.75,51.5]],"o":[[-48,23.25],[0,0],[0,0],[17.5,-8.75],[11,18.25],[0,16],[0,0],[-13.54,50.419],[-25.75,-0.5],[0,0],[38.5,0.5],[4.592,-51.568],[0,0],[-6.75,-51.5]],"v":[[-27.25,-110],[-72.5,-39.75],[-37.5,-40],[-17.5,-79.75],[30.25,-68],[-14.312,-18.75],[-14.062,7.25],[40.625,54.875],[-41.5,38.75],[-76.75,38.25],[5.5,113.375],[78.25,53.25],[38.75,-8],[68.5,-66.25]],"c":true}],"e":[{"i":[[21.75,-10.75],[0,0],[0,0],[-17.5,8.75],[-11,-18.25],[45,0.25],[0,0],[13.125,-48.875],[-7.75,47.875],[0,0],[-90.5,0],[-3.25,36.5],[0,0],[6.75,51.5]],"o":[[-48,23.25],[0,0],[0,0],[17.5,-8.75],[11,18.25],[0,16],[0,0],[-13.54,50.419],[-25.75,-0.5],[0,0],[38.5,0.5],[4.592,-51.568],[0,0],[-6.75,-51.5]],"v":[[-27.25,-110],[-72.5,-39.75],[-37.5,-40],[-17.5,-79.75],[30.25,-68],[-14.312,-18.75],[-14.062,7.25],[40.625,54.875],[-41.5,38.75],[-76.75,38.25],[5.5,113.375],[78.25,53.25],[38.75,-8],[68.5,-66.25]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":21,"s":[{"i":[[21.75,-10.75],[0,0],[0,0],[-17.5,8.75],[-11,-18.25],[45,0.25],[0,0],[13.125,-48.875],[-7.75,47.875],[0,0],[-90.5,0],[-3.25,36.5],[0,0],[6.75,51.5]],"o":[[-48,23.25],[0,0],[0,0],[17.5,-8.75],[11,18.25],[0,16],[0,0],[-13.54,50.419],[-25.75,-0.5],[0,0],[38.5,0.5],[4.592,-51.568],[0,0],[-6.75,-51.5]],"v":[[-27.25,-110],[-72.5,-39.75],[-37.5,-40],[-17.5,-79.75],[30.25,-68],[-14.312,-18.75],[-14.062,7.25],[40.625,54.875],[-41.5,38.75],[-76.75,38.25],[5.5,113.375],[78.25,53.25],[38.75,-8],[68.5,-66.25]],"c":true}],"e":[{"i":[[21.75,-10.75],[0,0],[0,0],[-17.5,8.75],[-10.25,-17.5],[34.812,-34],[0,0],[14.532,-23.377],[0.25,-14],[0,0],[-90.5,0],[-0.5,22.75],[0,0],[23.25,72.75]],"o":[[-48,23.25],[0,0],[0,0],[17.5,-8.75],[6.216,10.612],[-21.688,16.5],[0,0],[-14.375,23.125],[2.75,0.25],[0,0],[2,-0.125],[0.028,-1.274],[15,-33],[-17.816,-55.746]],"v":[[-28,-110],[-71.25,-31],[-36.25,-31.25],[-18.25,-79.75],[31.813,-69.75],[15.938,-4],[-21.563,22],[-61.375,61.188],[-74,108.75],[-26.25,109.25],[75.125,109.125],[76.688,78.5],[-32.75,78],[73,-65]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":36,"s":[{"i":[[21.75,-10.75],[0,0],[0,0],[-17.5,8.75],[-10.25,-17.5],[34.812,-34],[0,0],[14.532,-23.377],[0.25,-14],[0,0],[-90.5,0],[-0.5,22.75],[0,0],[23.25,72.75]],"o":[[-48,23.25],[0,0],[0,0],[17.5,-8.75],[6.216,10.612],[-21.688,16.5],[0,0],[-14.375,23.125],[2.75,0.25],[0,0],[2,-0.125],[0.028,-1.274],[15,-33],[-17.816,-55.746]],"v":[[-28,-110],[-71.25,-31],[-36.25,-31.25],[-18.25,-79.75],[31.813,-69.75],[15.938,-4],[-21.563,22],[-61.375,61.188],[-74,108.75],[-26.25,109.25],[75.125,109.125],[76.688,78.5],[-32.75,78],[73,-65]],"c":true}],"e":[{"i":[[21.75,-10.75],[0,0],[0,0],[-17.5,8.75],[-10.25,-17.5],[34.812,-34],[0,0],[14.532,-23.377],[0.25,-14],[0,0],[-90.5,0],[-0.5,22.75],[0,0],[23.25,72.75]],"o":[[-48,23.25],[0,0],[0,0],[17.5,-8.75],[6.216,10.612],[-21.688,16.5],[0,0],[-14.375,23.125],[2.75,0.25],[0,0],[2,-0.125],[0.028,-1.274],[15,-33],[-17.816,-55.746]],"v":[[-28,-110],[-71.25,-31],[-36.25,-31.25],[-18.25,-79.75],[31.813,-69.75],[15.938,-4],[-21.563,22],[-61.375,61.188],[-74,108.75],[-26.25,109.25],[75.125,109.125],[76.688,78.5],[-32.75,78],[73,-65]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":38,"s":[{"i":[[21.75,-10.75],[0,0],[0,0],[-17.5,8.75],[-10.25,-17.5],[34.812,-34],[0,0],[14.532,-23.377],[0.25,-14],[0,0],[-90.5,0],[-0.5,22.75],[0,0],[23.25,72.75]],"o":[[-48,23.25],[0,0],[0,0],[17.5,-8.75],[6.216,10.612],[-21.688,16.5],[0,0],[-14.375,23.125],[2.75,0.25],[0,0],[2,-0.125],[0.028,-1.274],[15,-33],[-17.816,-55.746]],"v":[[-28,-110],[-71.25,-31],[-36.25,-31.25],[-18.25,-79.75],[31.813,-69.75],[15.938,-4],[-21.563,22],[-61.375,61.188],[-74,108.75],[-26.25,109.25],[75.125,109.125],[76.688,78.5],[-32.75,78],[73,-65]],"c":true}],"e":[{"i":[[21.75,-10.75],[0,0],[0,0],[-19.125,0.109],[-8.066,-0.096],[-0.062,0.125],[0,0],[0,-23.075],[-0.375,-14.438],[0,0],[-54.125,0],[-0.5,22.75],[0,0],[-0.375,-0.125]],"o":[[-16.125,6.75],[0,0],[0,0],[19.565,-0.112],[-0.062,0.016],[-0.062,19.75],[0,0],[0,15.562],[2.875,-0.188],[0,0],[0.062,-0.125],[0.028,-1.275],[-0.5,0],[-5.25,14]],"v":[[-32.125,-79.5],[-70.75,-72.5],[-70.375,-46],[-38.75,-46.047],[-17.438,-46.016],[-16.938,-45.875],[-16.875,59.75],[-16.813,87.688],[-16.75,109.063],[4.187,108.938],[23.188,109],[23.438,78.5],[22.75,-109],[-6,-109.375]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":53,"s":[{"i":[[21.75,-10.75],[0,0],[0,0],[-19.125,0.109],[-8.066,-0.096],[-0.062,0.125],[0,0],[0,-23.075],[-0.375,-14.438],[0,0],[-54.125,0],[-0.5,22.75],[0,0],[-0.375,-0.125]],"o":[[-16.125,6.75],[0,0],[0,0],[19.565,-0.112],[-0.062,0.016],[-0.062,19.75],[0,0],[0,15.562],[2.875,-0.188],[0,0],[0.062,-0.125],[0.028,-1.275],[-0.5,0],[-5.25,14]],"v":[[-32.125,-79.5],[-70.75,-72.5],[-70.375,-46],[-38.75,-46.047],[-17.438,-46.016],[-16.938,-45.875],[-16.875,59.75],[-16.813,87.688],[-16.75,109.063],[4.187,108.938],[23.188,109],[23.438,78.5],[22.75,-109],[-6,-109.375]],"c":true}],"e":[{"i":[[21.75,-10.75],[0,0],[0,0],[-19.125,0.109],[-8.066,-0.096],[-0.062,0.125],[0,0],[0,-23.075],[-0.375,-14.438],[0,0],[-54.125,0],[-0.5,22.75],[0,0],[-0.375,-0.125]],"o":[[-16.125,6.75],[0,0],[0,0],[19.565,-0.112],[-0.062,0.016],[-0.062,19.75],[0,0],[0,15.562],[2.875,-0.188],[0,0],[0.062,-0.125],[0.028,-1.275],[-0.5,0],[-5.25,14]],"v":[[-32.125,-79.5],[-70.75,-72.5],[-70.375,-46],[-38.75,-46.047],[-17.438,-46.016],[-16.938,-45.875],[-16.875,59.75],[-16.813,87.688],[-16.75,109.063],[4.187,108.938],[23.188,109],[23.438,78.5],[22.75,-109],[-6,-109.375]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":55,"s":[{"i":[[21.75,-10.75],[0,0],[0,0],[-19.125,0.109],[-8.066,-0.096],[-0.062,0.125],[0,0],[0,-23.075],[-0.375,-14.438],[0,0],[-54.125,0],[-0.5,22.75],[0,0],[-0.375,-0.125]],"o":[[-16.125,6.75],[0,0],[0,0],[19.565,-0.112],[-0.062,0.016],[-0.062,19.75],[0,0],[0,15.562],[2.875,-0.188],[0,0],[0.062,-0.125],[0.028,-1.275],[-0.5,0],[-5.25,14]],"v":[[-32.125,-79.5],[-70.75,-72.5],[-70.375,-46],[-38.75,-46.047],[-17.438,-46.016],[-16.938,-45.875],[-16.875,59.75],[-16.813,87.688],[-16.75,109.063],[4.187,108.938],[23.188,109],[23.438,78.5],[22.75,-109],[-6,-109.375]],"c":true}],"e":[{"i":[[6.75,0],[0,0],[0,0],[0,-19.125],[-0.312,-15.484],[-0.062,0.125],[0,0],[0,-23.075],[-0.375,-14.438],[0,0],[-54.125,0],[-0.5,22.75],[0,0],[-0.375,-0.125]],"o":[[0.125,1.75],[0,0],[0,0],[0,16.422],[-0.062,0.016],[-0.062,19.75],[0,0],[0,15.562],[2.875,-0.188],[0,0],[0.062,-0.125],[0.028,-1.275],[-0.5,0],[-9.75,0.094]],"v":[[-17.125,-109.047],[-16.875,-90.75],[-16.875,-89.375],[-17,-75.797],[-16.938,-49.891],[-16.938,-45.875],[-16.875,59.75],[-16.813,87.688],[-16.75,109.063],[4.187,108.938],[23.188,109],[23.438,78.5],[22.75,-109],[7.25,-108.969]],"c":true}]},{"t":60}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,0.42,0.25,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"mn":"ADBE Vector Group"}],"ip":0,"op":600,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/credit_card.json b/ohos/flutter_lottie/assets/lottiefiles/credit_card.json new file mode 100644 index 0000000000000000000000000000000000000000..1af3b68b64d6fd26f6fce4539d925bb95b930fe6 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/credit_card.json @@ -0,0 +1 @@ +{"v":"5.1.6","fr":30,"ip":0,"op":35,"w":304,"h":188,"nm":"cards","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"lines Outlines","sr":1,"ks":{"o":{"a":0,"k":40,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[113.5,136.022,0],"ix":2},"a":{"a":0,"k":[850.5,315.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.552,0],[0,0],[0,-0.552],[0,0],[0.552,0],[0,0],[0,0.553],[0,0]],"o":[[0,0],[0.552,0],[0,0],[0,0.553],[0,0],[-0.552,0],[0,0],[0,-0.552]],"v":[[-31.323,-0.898],[31.324,-0.898],[32.324,0.102],[32.324,8.876],[31.324,9.876],[-31.323,9.876],[-32.323,8.876],[-32.323,0.102]],"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.552,0],[0,0],[0,-0.552],[0,0],[0.552,0],[0,0],[0,0.552],[0,0]],"o":[[0,0],[0.552,0],[0,0],[0,0.552],[0,0],[-0.552,0],[0,0],[0,-0.552]],"v":[[-31.323,-9.877],[-9.978,-9.877],[-8.978,-8.877],[-8.978,-6.387],[-9.978,-5.387],[-31.323,-5.387],[-32.323,-6.387],[-32.323,-8.877]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.192,0.533,1,0.5,0.282,0.637,1,1,0.373,0.741,1],"ix":9}},"s":{"a":0,"k":[32.035,-5.237],"ix":5},"e":{"a":0,"k":[-32.758,-2.508],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[850.792,315.762],"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":35,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"dots Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[129.967,109.277,0],"ix":2},"a":{"a":0,"k":[850.5,315.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-1.303],[-1.302,0],[0,1.303],[1.302,0]],"o":[[0,1.303],[1.302,0],[0,-1.303],[-1.302,0]],"v":[[43.883,0],[46.242,2.359],[48.602,0],[46.242,-2.359]],"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,-1.303],[-1.302,0],[0,1.303],[1.303,0]],"o":[[0,1.303],[1.303,0],[0,-1.303],[-1.302,0]],"v":[[36.333,0],[38.693,2.359],[41.052,0],[38.693,-2.359]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,-1.303],[-1.304,0],[0,1.303],[1.302,0]],"o":[[0,1.303],[1.302,0],[0,-1.303],[-1.304,0]],"v":[[28.784,0],[31.143,2.359],[33.503,0],[31.143,-2.359]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,-1.303],[-1.302,0],[0,1.303],[1.303,0]],"o":[[0,1.303],[1.303,0],[0,-1.303],[-1.302,0]],"v":[[21.234,0],[23.592,2.359],[25.953,0],[23.592,-2.359]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,-1.303],[-1.303,0],[0,1.303],[1.303,0]],"o":[[0,1.303],[1.303,0],[0,-1.303],[-1.303,0]],"v":[[8.966,0],[11.325,2.359],[13.683,0],[11.325,-2.359]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,-1.303],[-1.303,0],[0,1.303],[1.303,0]],"o":[[0,1.303],[1.303,0],[0,-1.303],[-1.303,0]],"v":[[1.415,0],[3.774,2.359],[6.133,0],[3.774,-2.359]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[0,-1.303],[-1.303,0],[0,1.303],[1.303,0]],"o":[[0,1.303],[1.303,0],[0,-1.303],[-1.303,0]],"v":[[-6.135,0],[-3.776,2.359],[-1.417,0],[-3.776,-2.359]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0,-1.303],[-1.303,0],[0,1.303],[1.303,0]],"o":[[0,1.303],[1.303,0],[0,-1.303],[-1.303,0]],"v":[[-13.685,0],[-11.326,2.359],[-8.966,0],[-11.326,-2.359]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0,-1.303],[-1.303,0],[0,1.303],[1.303,0]],"o":[[0,1.303],[1.303,0],[0,-1.303],[-1.303,0]],"v":[[-25.953,0],[-23.594,2.359],[-21.234,0],[-23.594,-2.359]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[0,-1.303],[-1.303,0],[0,1.303],[1.303,0]],"o":[[0,1.303],[1.303,0],[0,-1.303],[-1.303,0]],"v":[[-33.503,0],[-31.143,2.359],[-28.784,0],[-31.143,-2.359]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[0,-1.303],[-1.303,0],[0,1.303],[1.303,0]],"o":[[0,1.303],[1.303,0],[0,-1.303],[-1.303,0]],"v":[[-41.052,0],[-38.693,2.359],[-36.333,0],[-38.693,-2.359]],"c":true},"ix":2},"nm":"Path 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":11,"ty":"sh","ix":12,"ks":{"a":0,"k":{"i":[[0,-1.303],[-1.304,0],[0,1.303],[1.302,0]],"o":[[0,1.303],[1.302,0],[0,-1.303],[-1.304,0]],"v":[[-48.602,0],[-46.242,2.359],[-43.883,0],[-46.242,-2.359]],"c":true},"ix":2},"nm":"Path 12","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.192,0.533,1,0.5,0.282,0.637,1,1,0.373,0.741,1],"ix":9}},"s":{"a":0,"k":[39.703,0],"ix":5},"e":{"a":0,"k":[-64.812,-0.678],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[850.969,315.925],"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":"Group 1","np":13,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":35,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"visa","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[157,94,0],"ix":2},"a":{"a":0,"k":[89.5,66,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.029,1.326],[-0.86,0.109],[-1.331,-0.6],[0,0],[1.147,0],[0.017,-2.188],[-1.128,-0.539],[0.005,-0.493],[0.856,-0.013],[0.692,0.315],[0,0],[-1.33,-0.013],[-0.01,2.338]],"o":[[0.01,-0.403],[0.425,-0.055],[0,0],[-0.716,-0.254],[-2.94,0],[-0.019,1.62],[1.158,0.551],[-0.009,0.754],[-1.496,0.023],[0,0],[0.694,0.312],[3.125,0],[0.013,-2.967]],"v":[[-0.199,-2.492],[1.063,-3.432],[3.995,-2.93],[4.518,-5.314],[1.735,-5.812],[-3.291,-2.096],[-0.686,0.965],[0.856,2.362],[-0.924,3.462],[-3.98,2.752],[-4.518,5.215],[-1.21,5.812],[3.969,1.965]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.773000021542,0.898000021542,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[32.205,59.952],"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":"s","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-0.735,1.637],[0.831,-2.585],[1.732,1.637]],"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],[0.213,-0.5],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[-0.571,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[2.934,-5.622],[0.395,-5.622],[-0.871,-4.798],[-5.335,5.622],[-2.212,5.622],[-1.591,3.941],[2.224,3.941],[2.584,5.622],[5.335,5.622]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.773000021542,0.898000021542,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[41.354,59.967],"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":"a","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"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":[[-0.257,-5.622],[-2.717,5.622],[0.257,5.622],[2.717,-5.622]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.773000021542,0.898000021542,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[25.387,59.967],"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":"i","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0.645,0],[0,0],[0,0],[-0.715,-0.38],[-0.144,-0.553],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[-0.146,-0.727],[0,0],[0,0],[1.04,0.221],[0.438,0.232],[0,0],[0,0],[0,0],[0,0]],"v":[[3.864,-5.622],[0.768,2.03],[-0.485,-4.476],[-1.857,-5.622],[-6.918,-5.622],[-6.989,-5.296],[-4.054,-4.339],[-3.347,-3.351],[-0.975,5.622],[2.169,5.622],[6.989,-5.622]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.773000021542,0.898000021542,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[16.865,59.967],"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":"v","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-3.314],[0,0],[-3.314,0],[0,0],[0,3.314],[0,0],[3.313,0]],"o":[[-3.314,0],[0,0],[0,3.314],[0,0],[3.313,0],[0,0],[0,-3.314],[0,0]],"v":[[-137.66,-131.357],[-143.66,-125.357],[-143.66,-47.57],[-137.66,-41.569],[-6,-41.569],[0,-47.57],[0,-125.357],[-6,-131.357]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.055,0.424,0.933,0.5,0.124,0.478,0.967,1,0.192,0.533,1],"ix":9}},"s":{"a":0,"k":[0.486,-42.08],"ix":5},"e":{"a":0,"k":[-144.17,-110.92],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[144.165,173.341],"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":"visabg","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":35,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"master","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.01],"y":[0.99]},"o":{"x":[0.291],"y":[-0.004]},"n":["0p01_0p99_0p291_-0p004"],"t":0,"s":[-11],"e":[0]},{"t":34}],"ix":10},"p":{"a":0,"k":[297.5,158.5,0],"ix":2},"a":{"a":0,"k":[230,130.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.097,1.177],[1.859,-0.897],[-0.013,-0.017],[0.688,-2.981],[2.543,-1.229],[-0.014,-0.019],[-2.127,-0.491],[-1.2,5.2]],"o":[[-2.153,-0.497],[0.014,0.017],[1.72,2.214],[-0.693,3.002],[0.015,0.018],[1.275,1.594],[5.097,1.177],[1.201,-5.198]],"v":[[0.665,-9.754],[-5.503,-9.057],[-5.465,-9.006],[-3.687,-0.842],[-8.919,5.745],[-8.874,5.799],[-3.682,9.074],[7.719,1.79]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.722000002394,0.356999984442,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[73.11,25.659],"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":"master_yellow","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.153,0.497],[1.2,-5.199],[-5.096,-1.177],[-1.846,0.874],[-0.022,0.01],[-0.692,3.002],[-2.518,1.236],[-0.019,0.009]],"o":[[-5.097,-1.176],[-1.201,5.199],[2.128,0.491],[0.022,-0.01],[-1.749,-2.22],[0.688,-2.98],[0.019,-0.009],[-1.279,-1.621]],"v":[[3.682,-9.071],[-7.719,-1.787],[-0.665,9.756],[5.438,9.089],[5.503,9.061],[3.686,0.846],[8.865,-5.711],[8.921,-5.742]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.118000000598,0.211999990426,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[58.579,22.318],"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":"master_red","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.693,3.002],[1.72,2.215],[0,0],[0.688,-2.98],[-1.748,-2.22],[0.022,-0.01],[0,0],[0.015,0.018]],"o":[[0.688,-2.981],[0,0],[-2.518,1.235],[-0.693,3.002],[-0.021,0.01],[0,0],[-0.014,-0.018],[2.544,-1.229]],"v":[[3.582,0.784],[1.803,-7.38],[1.603,-7.425],[-3.576,-0.869],[-1.76,7.346],[-1.826,7.374],[-1.605,7.425],[-1.652,7.371]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.416000007181,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[65.842,24.033],"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":"master_orange","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.65,-3.344],[0,0],[-3.795,-0.738],[0,0],[-0.737,3.794],[0,0],[3.794,0.737],[0,0],[0.443,0]],"o":[[0,0],[-0.738,3.794],[0,0],[3.795,0.738],[0,0],[0.737,-3.796],[0,0],[-0.451,-0.087],[-3.285,0.001]],"v":[[-163.998,-106.052],[-178.221,-32.881],[-172.685,-24.674],[-50.843,-0.99],[-42.636,-6.525],[-28.412,-79.696],[-33.948,-87.903],[-155.79,-111.588],[-157.133,-111.718]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.851,0.894,0.949,0.5,0.888,0.922,0.965,1,0.925,0.949,0.98],"ix":9}},"s":{"a":0,"k":[-39.168,-24.24],"ix":5},"e":{"a":0,"k":[-166.056,-94.796],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[207.487,111.876],"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":"masterbg","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":35,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/credit_level.json b/ohos/flutter_lottie/assets/lottiefiles/credit_level.json new file mode 100644 index 0000000000000000000000000000000000000000..12894f102bcd70534b642548439867f9d1f52592 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/credit_level.json @@ -0,0 +1 @@ +{"v":"5.1.6","fr":30,"ip":0,"op":31,"w":304,"h":188,"nm":"1_cards","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"needle Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.093],"y":[1]},"o":{"x":[0.418],"y":[0.003]},"n":["0p093_1_0p418_0p003"],"t":0,"s":[48],"e":[-43]},{"t":30}],"ix":10},"p":{"a":0,"k":[152,98.993,0],"ix":2},"a":{"a":0,"k":[184.497,217.288,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-1.573],[1.574,0],[0,1.573],[-1.572,0]],"o":[[0,1.573],[-1.572,0],[0,-1.573],[1.574,0]],"v":[[2.848,0],[-0.001,2.849],[-2.848,0],[-0.001,-2.849]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[184.497,217.289],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.331,0],[0.257,-1.458],[0,-3.01],[-4.3,0],[0,4.3]],"o":[[-0.257,-1.458],[-1.33,0],[0,0],[0,4.3],[4.301,0],[0,-3.01]],"v":[[2.41,-23.176],[-0.001,-25.585],[-2.41,-23.176],[-7.787,17.798],[-0.001,25.585],[7.786,17.798]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0.403921574354,0.541176497936,0.945098042488,1],"e":[0.603921592236,0.564705908298,0.870588243008,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[0.603921592236,0.564705908298,0.870588243008,1],"e":[0.890196084976,0.282352954149,0.40000000596,1]},{"t":30}],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[184.497,200.064],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":35,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"tier","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[152,94,0],"ix":2},"a":{"a":0,"k":[82,82,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[7.118,0.111],[0,0],[-5.628,-2.276],[0,0]],"o":[[0,0],[6.122,0.111],[0,0],[-6.541,-2.663]],"v":[[-10.288,-5.487],[-10.288,1.892],[7.411,5.487],[10.288,-1.308]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.565,0.584,0.898,0.46,0.527,0.594,0.918,1,0.49,0.604,0.937],"ix":9}},"s":{"a":0,"k":[-9.502,-1.371],"ix":5},"e":{"a":0,"k":[8.68,2.434],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[92.678,27.001],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.854,5.198],[0,0],[-2.285,-5.652],[0,0]],"o":[[0,0],[4.162,4.479],[0,0],[-2.642,-6.578]],"v":[[-2.999,-10.191],[-8.291,-5.068],[1.421,10.191],[8.291,7.549]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.439,0.565,0.941,0.46,0.429,0.559,0.943,1,0.42,0.553,0.945],"ix":9}},"s":{"a":0,"k":[-6.366,-7.035],"ix":5},"e":{"a":0,"k":[4.854,9.257],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[126.214,49.865],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.302,6.31],[0,0],[0,-5.846],[0.009,-0.273],[0,0],[0,0],[0,0.356]],"o":[[0,0],[1.977,5.461],[0,0.276],[0,0],[0,0],[0.012,-0.353],[0,-6.75]],"v":[[1.701,-10.379],[-5.17,-7.736],[-2.19,9.299],[-2.207,10.122],[5.144,10.379],[5.145,10.361],[5.169,9.299]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.388,0.533,0.949,0.46,0.4,0.539,0.947,1,0.412,0.545,0.945],"ix":9}},"s":{"a":0,"k":[1.279,9.13],"ix":5},"e":{"a":0,"k":[-2.117,-8.112],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[133.47,69.505],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.695,-4.643],[-1.742,-0.814],[-0.965,0.4],[-0.357,0.981],[-0.288,5.742],[0,0]],"o":[[-0.661,1.811],[0.946,0.441],[0.966,-0.399],[1.961,-5.374],[0,0],[-0.26,4.966]],"v":[[-4.819,4.702],[-2.923,9.306],[0.04,9.373],[2.092,7.234],[5.48,-9.515],[-1.872,-9.774]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.412,0.494,0.894,0.46,0.398,0.508,0.918,1,0.384,0.522,0.941],"ix":9}},"s":{"a":0,"k":[-0.973,9.698],"ix":5},"e":{"a":0,"k":[2.379,-9.552],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[133.075,91.238],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.463,2.876],[0,0],[-4.319,-4.324],[0,0]],"o":[[0,0],[5.557,2.489],[0,0],[-5.017,-5.044]],"v":[[-7.208,-8.527],[-10.085,-1.734],[4.792,8.527],[10.085,3.405]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.478,0.592,0.937,0.46,0.465,0.584,0.937,1,0.451,0.576,0.937],"ix":9}},"s":{"a":0,"k":[-8.548,-5.38],"ix":5},"e":{"a":0,"k":[6.688,6.048],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[111.861,34.943],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0.276],[-1.979,5.462],[0,0],[0,-6.751],[-0.012,-0.36],[0,0]],"o":[[0,-5.845],[0,0],[-2.302,6.31],[0,0.362],[0,0],[-0.01,-0.274]],"v":[[2.188,9.299],[5.169,-7.736],[-1.701,-10.38],[-5.169,9.299],[-5.145,10.38],[2.206,10.123]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.898,0.243,0.294,0.46,0.892,0.269,0.361,1,0.886,0.294,0.427],"ix":9}},"s":{"a":0,"k":[-1.912,9.971],"ix":5},"e":{"a":0,"k":[1.773,-9.214],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[29.475,69.505],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.261,4.963],[0,0],[-1.961,-5.372],[-0.965,-0.398],[-0.948,0.441],[0.661,1.81]],"o":[[0,0],[0.289,5.745],[0.358,0.981],[0.965,0.401],[1.742,-0.813],[-1.696,-4.646]],"v":[[1.872,-9.774],[-5.48,-9.517],[-2.092,7.232],[-0.04,9.372],[2.924,9.307],[4.82,4.704]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.914,0.208,0.153,0.46,0.908,0.22,0.204,1,0.902,0.231,0.255],"ix":9}},"s":{"a":0,"k":[1.788,9.586],"ix":5},"e":{"a":0,"k":[-1.316,-9.714],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[29.869,91.238],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.016,-5.043],[0,0],[-5.553,2.487],[0,0]],"o":[[0,0],[4.322,-4.326],[0,0],[-6.463,2.877]],"v":[[-10.085,3.403],[-4.792,8.528],[10.085,-1.735],[7.208,-8.528]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.867,0.408,0.655,0.46,0.82,0.443,0.71,1,0.773,0.478,0.765],"ix":9}},"s":{"a":0,"k":[-7.152,5.15],"ix":5},"e":{"a":0,"k":[8.564,-3.9],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[51.084,34.944],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-6.121,0.111],[0,0],[6.541,-2.663]],"o":[[5.627,-2.276],[0,0],[-7.117,0.111],[0,0]],"v":[[-7.41,5.486],[10.288,1.892],[10.288,-5.486],[-10.288,-1.307]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.741,0.49,0.784,0.46,0.673,0.527,0.827,1,0.604,0.565,0.871],"ix":9}},"s":{"a":0,"k":[-8.795,2.205],"ix":5},"e":{"a":0,"k":[9.049,-1.282],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[70.266,27.001],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.642,-6.577],[0,0],[-4.162,4.479],[0,0]],"o":[[0,0],[2.285,-5.651],[0,0],[-4.854,5.198]],"v":[[-8.291,7.548],[-1.42,10.191],[8.291,-5.068],[3,-10.191]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.882,0.31,0.463,0.46,0.876,0.347,0.539,1,0.871,0.384,0.616],"ix":9}},"s":{"a":0,"k":[-4.729,8.232],"ix":5},"e":{"a":0,"k":[6.014,-7.28],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[36.73,49.866],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":35,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"bg","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[152,94,0],"ix":2},"a":{"a":0,"k":[82,82,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-36.718,0],[0,-36.718],[36.719,0],[0,36.719]],"o":[[36.719,0],[0,36.719],[-36.718,0],[0,-36.718]],"v":[[0,-66.484],[66.484,-0.001],[0,66.484],[-66.484,-0.001]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[82,79],"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":"oval","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":35,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"shadow","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[151.514,96.289,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[148.61,148.61,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[112.123,112.123],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.782,0.803,0.831,0.5,0.891,0.902,0.915,1,1,1,1],"ix":9}},"s":{"a":0,"k":[0,0],"ix":5},"e":{"a":0,"k":[51.097,0],"ix":6},"t":2,"h":{"a":0,"k":0,"ix":7},"a":{"a":0,"k":0,"ix":8},"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0.358,-1.54],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":35,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/cube_loader.json b/ohos/flutter_lottie/assets/lottiefiles/cube_loader.json new file mode 100644 index 0000000000000000000000000000000000000000..027a9b0e5e25ce4f012d9dd08da90a2485cabe3d --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/cube_loader.json @@ -0,0 +1 @@ +{"v":"4.6.0","fr":60,"ip":0,"op":241,"w":1080,"h":1080,"nm":"LOADER 60fps","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"small cube","parent":2,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.9],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p9_1_0p8_0"],"t":-30,"s":[0],"e":[360]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":0,"s":[360],"e":[360]},{"i":{"x":[0.9],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p9_1_0p8_0"],"t":30,"s":[360],"e":[720]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":60,"s":[720],"e":[720]},{"i":{"x":[0.9],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p9_1_0p8_0"],"t":90,"s":[720],"e":[1080]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":120,"s":[1080],"e":[1080]},{"i":{"x":[0.9],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p9_1_0p8_0"],"t":150,"s":[1080],"e":[1440]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_0p667_0p167_0p167"],"t":180,"s":[1440],"e":[1440]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p667_1_0p8_0"],"t":210,"s":[1440],"e":[1800]},{"t":240}]},"p":{"a":0,"k":[0,0,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[50,50]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[-25,25],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":241,"st":-30,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"big cube","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.67],"y":[1]},"o":{"x":[1],"y":[0]},"n":["0p67_1_1_0"],"t":0,"s":[-90],"e":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0],"y":[0]},"n":["0p667_0p667_0_0"],"t":30,"s":[0],"e":[0]},{"i":{"x":[0.67],"y":[1]},"o":{"x":[1],"y":[0]},"n":["0p67_1_1_0"],"t":60,"s":[0],"e":[90]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0],"y":[0]},"n":["0p667_0p667_0_0"],"t":90,"s":[90],"e":[90]},{"i":{"x":[0.67],"y":[1]},"o":{"x":[1],"y":[0]},"n":["0p67_1_1_0"],"t":120,"s":[90],"e":[180]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0],"y":[0]},"n":["0p667_0p667_0_0"],"t":150,"s":[180],"e":[180]},{"i":{"x":[0.67],"y":[1]},"o":{"x":[1],"y":[0]},"n":["0p67_1_1_0"],"t":180,"s":[180],"e":[270]},{"t":210}]},"p":{"a":0,"k":[540,540,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.2,0.2,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p2_1_0p167_0p167","0p2_1_0p167_0p167","0p667_0p667_0p167_0p167"],"t":30,"s":[100,100,100],"e":[75,75,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":60,"s":[75,75,100],"e":[75,75,100]},{"i":{"x":[0.2,0.2,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p2_1_0p167_0p167","0p2_1_0p167_0p167","0p667_0p667_0p167_0p167"],"t":90,"s":[75,75,100],"e":[50,50,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0.333,0.333]},"n":["0p833_0p833_0p333_0p333","0p833_0p833_0p333_0p333","0p833_0p833_0p333_0p333"],"t":120,"s":[50,50,100],"e":[50,50,100]},{"i":{"x":[0.2,0.2,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p2_1_0p167_0p167","0p2_1_0p167_0p167","0p667_0p667_0p167_0p167"],"t":150,"s":[50,50,100],"e":[25,25,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0.333,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333"],"t":180,"s":[25,25,100],"e":[25,25,100]},{"i":{"x":[0.2,0.2,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p2_1_0p333_0","0p2_1_0p333_0","0p667_0p667_0p333_0p333"],"t":210,"s":[25,25,100],"e":[100,100,100]},{"t":240}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.1921569,0.1921569,0.1921569,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[-50,50],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":241,"st":-30,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"big cube 5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":180},"p":{"a":0,"k":[540,540,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.2,0.2,0.667],"y":[1,1,0.667]},"o":{"x":[1,1,0.333],"y":[0,0,0.333]},"n":["0p2_1_1_0","0p2_1_1_0","0p667_0p667_0p333_0p333"],"t":185,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.8,0.8,0.167],"y":[0,0,0.167]},"n":["0p667_1_0p8_0","0p667_1_0p8_0","0p667_0p667_0p167_0p167"],"t":215,"s":[100,100,100],"e":[0,0,100]},{"t":230}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.6310202,0.627608,0.627608,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[-50,50],"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,"mn":"ADBE Vector Group"}],"ip":180,"op":241,"st":180,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"big cube 4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":90},"p":{"a":0,"k":[540,540,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.2,0.2,0.667],"y":[1,1,0.667]},"o":{"x":[1,1,0.333],"y":[0,0,0.333]},"n":["0p2_1_1_0","0p2_1_1_0","0p667_0p667_0p333_0p333"],"t":125,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0.167]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0","0p833_0p833_0p167_0p167"],"t":155,"s":[100,100,100],"e":[0,0,100]},{"t":220}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.6310202,0.627608,0.627608,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[-50,50],"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,"mn":"ADBE Vector Group"}],"ip":120,"op":241,"st":120,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"big cube 3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[540,540,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.2,0.2,0.667],"y":[1,1,0.667]},"o":{"x":[1,1,0.333],"y":[0,0,0.333]},"n":["0p2_1_1_0","0p2_1_1_0","0p667_0p667_0p333_0p333"],"t":65,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0.167]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0","0p833_0p833_0p167_0p167"],"t":95,"s":[100,100,100],"e":[0,0,100]},{"t":210}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.6310202,0.627608,0.627608,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[-50,50],"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,"mn":"ADBE Vector Group"}],"ip":60,"op":241,"st":60,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"big cube 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-90},"p":{"a":0,"k":[540,540,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.2,0.2,0.667],"y":[1,1,0.667]},"o":{"x":[1,1,0.333],"y":[0,0,0.333]},"n":["0p2_1_1_0","0p2_1_1_0","0p667_0p667_0p333_0p333"],"t":5,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0.167]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0","0p833_0p833_0p167_0p167"],"t":35,"s":[100,100,100],"e":[0,0,100]},{"t":200}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.6310202,0.627608,0.627608,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[-50,50],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":241,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"bg","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[540,540,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[1080,1080]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.8588235,0.8588235,0.8588235,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Rectangle 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":241,"st":-30,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/cubo_livre.json b/ohos/flutter_lottie/assets/lottiefiles/cubo_livre.json new file mode 100644 index 0000000000000000000000000000000000000000..ddb738f798cd742ccabb0752e7cc8dd474af966c --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/cubo_livre.json @@ -0,0 +1 @@ +{"v":"5.1.16","fr":29.9700012207031,"ip":0,"op":91.000003706506,"w":650,"h":650,"nm":"cubo","ddd":0,"assets":[],"fonts":{"list":[{"fName":"Helvetica-Bold","fFamily":"Helvetica","fStyle":"Bold","ascent":71.8994140625}]},"layers":[{"ddd":0,"ind":1,"ty":5,"nm":"dribbble.com/andregomesleite","cl":"com","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[110,612,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"t":{"d":{"k":[{"s":{"s":30,"f":"Helvetica-Bold","t":"dribbble.com/andregomesleite","j":0,"tr":0,"lh":36,"ls":0,"fc":[0.08,0.08,0.08]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":452.000018410337,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"rox 14","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[281.317,303.011,0],"ix":2},"a":{"a":0,"k":[71.439,43.837,0],"ix":1},"s":{"a":0,"k":[-300,300,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-56.92,-25.789],[-43.295,-26.67],[20.086,-28.461],[17.795,-24.746]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-58.17,-23.789],[-37.378,-28.92],[21.586,-27.961],[16.961,-23.163]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":48,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-58.17,-23.789],[-37.378,-28.92],[21.586,-27.961],[16.961,-23.163]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-59.42,-22.706],[-34.961,-31.42],[24.003,-29.294],[13.295,-17.413]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":49,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-59.42,-22.706],[-34.961,-31.42],[24.003,-29.294],[13.295,-17.413]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-61.82,-19.939],[-28.495,-36.087],[28.003,-29.994],[7.761,-10.613]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":51,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-61.82,-19.939],[-28.495,-36.087],[28.003,-29.994],[7.761,-10.613]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-64.753,-18.122],[-21.128,-43.17],[33.003,-27.128],[-3.122,4.837]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":54,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-64.753,-18.122],[-21.128,-43.17],[33.003,-27.128],[-3.122,4.837]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-65.086,-18.372],[-16.378,-46.754],[36.42,-21.461],[-10.705,15.17]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-65.086,-18.372],[-16.378,-46.754],[36.42,-21.461],[-10.705,15.17]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-65.42,-19.789],[-10.128,-48.837],[37.67,-13.294],[-18.789,24.504]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":58,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-65.42,-19.789],[-10.128,-48.837],[37.67,-13.294],[-18.789,24.504]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-62.586,-24.289],[2.039,-49.17],[36.336,8.372],[-33.622,38.837]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":62,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-62.586,-24.289],[2.039,-49.17],[36.336,8.372],[-33.622,38.837]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-57.253,-28.956],[15.872,-39.837],[29.003,33.039],[-46.789,44.837]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":66,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-57.253,-28.956],[15.872,-39.837],[29.003,33.039],[-46.789,44.837]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-50.753,-29.956],[25.039,-26.004],[21.003,48.206],[-53.622,44.504]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":69,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-50.753,-29.956],[25.039,-26.004],[21.003,48.206],[-53.622,44.504]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-38.42,-27.956],[33.872,-3.004],[7.836,61.872],[-60.955,40.67]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":73,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-38.42,-27.956],[33.872,-3.004],[7.836,61.872],[-60.955,40.67]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-25.253,-16.122],[37.372,21.163],[-6.83,64.539],[-63.955,34.67]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":77,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-25.253,-16.122],[37.372,21.163],[-6.83,64.539],[-63.955,34.67]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-17.087,-7.122],[36.594,30.774],[-12.441,63.65],[-64.483,33.615]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":79,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-17.087,-7.122],[36.594,30.774],[-12.441,63.65],[-64.483,33.615]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.253,12.378],[31.872,42.496],[-24.664,56.872],[-65.289,32.17]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":83,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.253,12.378],[31.872,42.496],[-24.664,56.872],[-65.289,32.17]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[10.447,28.544],[27.339,45.096],[-33.297,49.639],[-62.022,34.904]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":86,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[10.447,28.544],[27.339,45.096],[-33.297,49.639],[-62.022,34.904]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.414,37.211],[22.372,42.83],[-40.664,43.206],[-58.955,38.17]],"c":true}]},{"t":88.0000035843135}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2.5,"ix":5},"lc":1,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.992156862745,0.878431372549,0.121568627451,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.439,43.837],"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":"Group 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":47.0000019143492,"op":89.0000036250443,"st":45.0000018328876,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Layer 3 Outlines","tt":1,"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},"n":"0p833_0p833_0p167_0p167","t":43,"s":[322.5,300,0],"e":[562.5,300,0],"to":[40,0,0],"ti":[-40,0,0]},{"t":100.000004073084}],"ix":2},"a":{"a":0,"k":[205.5,152,0],"ix":1},"s":{"a":0,"k":[257,257,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.359,0],[-9.356,0],[-9.36,0],[-9.359,0],[-9.36,0],[-9.361,0]],"o":[[9.357,0],[9.354,0],[9.358,0],[9.358,0],[9.361,0],[9.359,0],[0,0]],"v":[[-56.151,-5.615],[-37.435,5.615],[-18.725,-5.615],[-0.007,5.615],[18.71,-5.615],[37.431,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[285.134,295.341],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.358,0],[-9.356,0],[-9.359,0],[-9.358,0],[-9.36,0],[-9.361,0]],"o":[[9.357,0],[9.355,0],[9.358,0],[9.359,0],[9.361,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.436,5.615],[-18.725,-5.615],[-0.008,5.615],[18.709,-5.615],[37.43,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[171.853,295.341],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.358,0],[-9.355,0],[-9.358,0],[-9.359,0],[-9.36,0],[-9.361,0]],"o":[[9.358,0],[9.355,0],[9.359,0],[9.359,0],[9.361,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.436,5.615],[-18.726,-5.615],[-0.009,5.615],[18.709,-5.615],[37.43,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[59.551,295.341],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.359,0],[-9.356,0],[-9.359,0],[-9.359,0],[-9.359,0],[-9.361,0]],"o":[[9.357,0],[9.354,0],[9.358,0],[9.359,0],[9.361,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.435,5.615],[-18.725,-5.615],[-0.008,5.615],[18.71,-5.615],[37.43,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[289.796,276.204],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.358,0],[-9.356,0],[-9.359,0],[-9.358,0],[-9.36,0],[-9.361,0]],"o":[[9.358,0],[9.355,0],[9.358,0],[9.359,0],[9.361,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.436,5.615],[-18.725,-5.615],[-0.008,5.615],[18.709,-5.615],[37.43,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[176.515,276.204],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.357,0],[-9.355,0],[-9.358,0],[-9.359,0],[-9.36,0],[-9.36,0]],"o":[[9.358,0],[9.356,0],[9.359,0],[9.359,0],[9.361,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.436,5.615],[-18.725,-5.615],[-0.008,5.615],[18.71,-5.615],[37.431,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[64.212,276.204],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.358,0],[-9.356,0],[-9.359,0],[-9.358,0],[-9.36,0],[-9.361,0]],"o":[[9.357,0],[9.355,0],[9.358,0],[9.359,0],[9.361,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.436,5.615],[-18.725,-5.615],[-0.008,5.615],[18.709,-5.615],[37.43,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[294.458,257.067],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.358,0],[-9.356,0],[-9.359,0],[-9.358,0],[-9.36,0],[-9.361,0]],"o":[[9.358,0],[9.355,0],[9.358,0],[9.359,0],[9.361,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.436,5.615],[-18.725,-5.615],[-0.008,5.615],[18.709,-5.615],[37.43,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[181.177,257.067],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.358,0],[-9.355,0],[-9.358,0],[-9.359,0],[-9.359,0],[-9.361,0]],"o":[[9.357,0],[9.356,0],[9.359,0],[9.359,0],[9.361,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.436,5.615],[-18.725,-5.615],[-0.008,5.615],[18.71,-5.615],[37.43,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[68.875,257.067],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.358,0],[-9.356,0],[-9.359,0],[-9.358,0],[-9.36,0],[-9.361,0]],"o":[[9.358,0],[9.355,0],[9.358,0],[9.359,0],[9.361,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.436,5.615],[-18.725,-5.615],[-0.008,5.615],[18.709,-5.615],[37.43,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[299.12,237.931],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.358,0],[-9.356,0],[-9.359,0],[-9.359,0],[-9.36,0],[-9.361,0]],"o":[[9.358,0],[9.355,0],[9.358,0],[9.358,0],[9.361,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.436,5.615],[-18.725,-5.615],[-0.008,5.615],[18.709,-5.615],[37.43,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[185.839,237.931],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.358,0],[-9.355,0],[-9.359,0],[-9.36,0],[-9.361,0],[-9.36,0]],"o":[[9.358,0],[9.355,0],[9.359,0],[9.358,0],[9.359,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.435,5.615],[-18.725,-5.615],[-0.007,5.615],[18.711,-5.615],[37.431,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[73.536,237.931],"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.358,0],[-9.356,0],[-9.359,0],[-9.358,0],[-9.36,0],[-9.361,0]],"o":[[9.358,0],[9.355,0],[9.358,0],[9.359,0],[9.361,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.436,5.615],[-18.725,-5.615],[-0.008,5.615],[18.709,-5.615],[37.43,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[303.782,218.794],"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.359,0],[-9.355,0],[-9.359,0],[-9.359,0],[-9.36,0],[-9.361,0]],"o":[[9.357,0],[9.355,0],[9.359,0],[9.358,0],[9.361,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.436,5.615],[-18.726,-5.615],[-0.008,5.615],[18.709,-5.615],[37.43,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[190.501,218.794],"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.358,0],[-9.355,0],[-9.358,0],[-9.359,0],[-9.361,0],[-9.36,0]],"o":[[9.358,0],[9.355,0],[9.359,0],[9.359,0],[9.36,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.435,5.615],[-18.725,-5.615],[-0.008,5.615],[18.71,-5.615],[37.431,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[78.198,218.794],"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":"Group 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.358,0],[-9.356,0],[-9.359,0],[-9.359,0],[-9.36,0],[-9.361,0]],"o":[[9.358,0],[9.355,0],[9.358,0],[9.358,0],[9.361,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.436,5.615],[-18.725,-5.615],[-0.008,5.615],[18.709,-5.615],[37.43,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[308.444,199.657],"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":"Group 16","np":2,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.359,0],[-9.355,0],[-9.36,0],[-9.359,0],[-9.36,0],[-9.36,0]],"o":[[9.357,0],[9.355,0],[9.358,0],[9.358,0],[9.361,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.435,5.615],[-18.725,-5.615],[-0.007,5.615],[18.71,-5.615],[37.431,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[195.163,199.657],"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":"Group 17","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.357,0],[-9.355,0],[-9.358,0],[-9.359,0],[-9.361,0],[-9.36,0]],"o":[[9.358,0],[9.356,0],[9.359,0],[9.359,0],[9.36,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.436,5.615],[-18.725,-5.615],[-0.008,5.615],[18.71,-5.615],[37.431,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[82.86,199.657],"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":"Group 18","np":2,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.359,0],[-9.355,0],[-9.359,0],[-9.359,0],[-9.36,0],[-9.361,0]],"o":[[9.357,0],[9.355,0],[9.359,0],[9.358,0],[9.361,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.436,5.615],[-18.726,-5.615],[-0.008,5.615],[18.709,-5.615],[37.43,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[313.106,180.521],"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":"Group 19","np":2,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.359,0],[-9.356,0],[-9.359,0],[-9.359,0],[-9.359,0],[-9.361,0]],"o":[[9.357,0],[9.354,0],[9.358,0],[9.359,0],[9.361,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.435,5.615],[-18.725,-5.615],[-0.008,5.615],[18.71,-5.615],[37.43,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[199.825,180.521],"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":"Group 20","np":2,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.358,0],[-9.355,0],[-9.359,0],[-9.359,0],[-9.36,0],[-9.361,0]],"o":[[9.358,0],[9.355,0],[9.359,0],[9.358,0],[9.361,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.436,5.615],[-18.726,-5.615],[-0.008,5.615],[18.709,-5.615],[37.43,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[87.522,180.521],"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":"Group 21","np":2,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.359,0],[-9.355,0],[-9.36,0],[-9.359,0],[-9.36,0],[-9.36,0]],"o":[[9.357,0],[9.355,0],[9.358,0],[9.358,0],[9.361,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.435,5.615],[-18.725,-5.615],[-0.007,5.615],[18.71,-5.615],[37.431,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[317.768,161.384],"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":"Group 22","np":2,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.358,0],[-9.356,0],[-9.359,0],[-9.358,0],[-9.36,0],[-9.361,0]],"o":[[9.357,0],[9.355,0],[9.358,0],[9.359,0],[9.361,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.436,5.615],[-18.725,-5.615],[-0.008,5.615],[18.709,-5.615],[37.43,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[204.487,161.384],"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":"Group 23","np":2,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.358,0],[-9.355,0],[-9.359,0],[-9.359,0],[-9.36,0],[-9.361,0]],"o":[[9.358,0],[9.355,0],[9.359,0],[9.358,0],[9.361,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.436,5.615],[-18.726,-5.615],[-0.008,5.615],[18.709,-5.615],[37.43,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[92.185,161.384],"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":"Group 24","np":2,"cix":2,"ix":24,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.358,0],[-9.356,0],[-9.359,0],[-9.358,0],[-9.36,0],[-9.361,0]],"o":[[9.357,0],[9.355,0],[9.358,0],[9.359,0],[9.361,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.436,5.615],[-18.725,-5.615],[-0.008,5.615],[18.709,-5.615],[37.43,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[338.313,65.988],"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":"Group 25","np":2,"cix":2,"ix":25,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.358,0],[-9.356,0],[-9.359,0],[-9.358,0],[-9.36,0],[-9.361,0]],"o":[[9.358,0],[9.355,0],[9.358,0],[9.359,0],[9.361,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.436,5.615],[-18.725,-5.615],[-0.008,5.615],[18.709,-5.615],[37.43,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[225.031,65.988],"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":"Group 26","np":2,"cix":2,"ix":26,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.358,0],[-9.355,0],[-9.358,0],[-9.36,0],[-9.361,0],[-9.36,0]],"o":[[9.358,0],[9.355,0],[9.359,0],[9.359,0],[9.359,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.435,5.615],[-18.725,-5.615],[-0.008,5.615],[18.711,-5.615],[37.431,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[112.729,65.988],"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":"Group 27","np":2,"cix":2,"ix":27,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.358,0],[-9.356,0],[-9.359,0],[-9.358,0],[-9.36,0],[-9.361,0]],"o":[[9.358,0],[9.355,0],[9.358,0],[9.359,0],[9.361,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.436,5.615],[-18.725,-5.615],[-0.008,5.615],[18.709,-5.615],[37.43,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[342.975,46.852],"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":"Group 28","np":2,"cix":2,"ix":28,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.358,0],[-9.356,0],[-9.359,0],[-9.359,0],[-9.36,0],[-9.361,0]],"o":[[9.358,0],[9.355,0],[9.358,0],[9.358,0],[9.361,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.436,5.615],[-18.725,-5.615],[-0.008,5.615],[18.709,-5.615],[37.43,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[229.693,46.852],"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":"Group 29","np":2,"cix":2,"ix":29,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.358,0],[-9.355,0],[-9.358,0],[-9.359,0],[-9.361,0],[-9.36,0]],"o":[[9.358,0],[9.355,0],[9.359,0],[9.359,0],[9.36,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.435,5.615],[-18.725,-5.615],[-0.008,5.615],[18.71,-5.615],[37.431,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[117.391,46.852],"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":"Group 30","np":2,"cix":2,"ix":30,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.358,0],[-9.356,0],[-9.359,0],[-9.358,0],[-9.36,0],[-9.361,0]],"o":[[9.358,0],[9.355,0],[9.358,0],[9.359,0],[9.361,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.436,5.615],[-18.725,-5.615],[-0.008,5.615],[18.709,-5.615],[37.43,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[347.637,27.715],"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":"Group 31","np":2,"cix":2,"ix":31,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.359,0],[-9.355,0],[-9.359,0],[-9.359,0],[-9.36,0],[-9.36,0]],"o":[[9.357,0],[9.355,0],[9.359,0],[9.358,0],[9.361,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.435,5.615],[-18.725,-5.615],[-0.007,5.615],[18.71,-5.615],[37.431,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[234.355,27.715],"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":"Group 32","np":2,"cix":2,"ix":32,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.357,0],[-9.355,0],[-9.358,0],[-9.359,0],[-9.361,0],[-9.36,0]],"o":[[9.358,0],[9.356,0],[9.359,0],[9.359,0],[9.36,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.436,5.615],[-18.725,-5.615],[-0.008,5.615],[18.71,-5.615],[37.431,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[122.053,27.715],"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":"Group 33","np":2,"cix":2,"ix":33,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.358,0],[-9.356,0],[-9.359,0],[-9.359,0],[-9.36,0],[-9.361,0]],"o":[[9.358,0],[9.355,0],[9.358,0],[9.358,0],[9.361,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.436,5.615],[-18.725,-5.615],[-0.008,5.615],[18.709,-5.615],[37.43,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[352.299,8.578],"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":"Group 34","np":2,"cix":2,"ix":34,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.359,0],[-9.356,0],[-9.36,0],[-9.359,0],[-9.36,0],[-9.361,0]],"o":[[9.357,0],[9.354,0],[9.358,0],[9.358,0],[9.361,0],[9.359,0],[0,0]],"v":[[-56.151,-5.615],[-37.435,5.615],[-18.725,-5.615],[-0.007,5.615],[18.71,-5.615],[37.431,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[239.017,8.578],"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":"Group 35","np":2,"cix":2,"ix":35,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.358,0],[-9.355,0],[-9.358,0],[-9.359,0],[-9.361,0],[-9.36,0]],"o":[[9.357,0],[9.356,0],[9.359,0],[9.359,0],[9.36,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.436,5.615],[-18.725,-5.615],[-0.008,5.615],[18.71,-5.615],[37.431,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[126.715,8.578],"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":"Group 36","np":2,"cix":2,"ix":36,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.359,0],[-9.356,0],[-9.359,0],[-9.359,0],[-9.359,0],[-9.361,0]],"o":[[9.357,0],[9.354,0],[9.358,0],[9.359,0],[9.361,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.435,5.615],[-18.725,-5.615],[-0.008,5.615],[18.71,-5.615],[37.43,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[322.43,142.247],"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":"Group 37","np":2,"cix":2,"ix":37,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.358,0],[-9.356,0],[-9.359,0],[-9.358,0],[-9.36,0],[-9.361,0]],"o":[[9.358,0],[9.355,0],[9.358,0],[9.359,0],[9.361,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.436,5.615],[-18.725,-5.615],[-0.008,5.615],[18.709,-5.615],[37.43,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[209.148,142.247],"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":"Group 38","np":2,"cix":2,"ix":38,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.358,0],[-9.355,0],[-9.36,0],[-9.359,0],[-9.36,0],[-9.36,0]],"o":[[9.358,0],[9.355,0],[9.358,0],[9.358,0],[9.361,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.435,5.615],[-18.725,-5.615],[-0.007,5.615],[18.71,-5.615],[37.431,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[96.846,142.247],"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":"Group 39","np":2,"cix":2,"ix":39,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.358,0],[-9.356,0],[-9.359,0],[-9.358,0],[-9.36,0],[-9.361,0]],"o":[[9.357,0],[9.355,0],[9.358,0],[9.359,0],[9.361,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.436,5.615],[-18.725,-5.615],[-0.008,5.615],[18.709,-5.615],[37.43,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[327.092,123.11],"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":"Group 40","np":2,"cix":2,"ix":40,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.358,0],[-9.356,0],[-9.359,0],[-9.358,0],[-9.36,0],[-9.361,0]],"o":[[9.358,0],[9.355,0],[9.358,0],[9.359,0],[9.361,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.436,5.615],[-18.725,-5.615],[-0.008,5.615],[18.709,-5.615],[37.43,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[213.811,123.11],"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":"Group 41","np":2,"cix":2,"ix":41,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.358,0],[-9.355,0],[-9.359,0],[-9.359,0],[-9.36,0],[-9.361,0]],"o":[[9.357,0],[9.356,0],[9.358,0],[9.359,0],[9.361,0],[9.359,0],[0,0]],"v":[[-56.151,-5.615],[-37.436,5.615],[-18.725,-5.615],[-0.008,5.615],[18.71,-5.615],[37.431,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[101.508,123.11],"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":"Group 42","np":2,"cix":2,"ix":42,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.358,0],[-9.356,0],[-9.359,0],[-9.358,0],[-9.36,0],[-9.361,0]],"o":[[9.358,0],[9.355,0],[9.358,0],[9.359,0],[9.361,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.436,5.615],[-18.725,-5.615],[-0.008,5.615],[18.709,-5.615],[37.43,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[331.754,103.974],"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":"Group 43","np":2,"cix":2,"ix":43,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.358,0],[-9.356,0],[-9.359,0],[-9.359,0],[-9.36,0],[-9.361,0]],"o":[[9.358,0],[9.355,0],[9.358,0],[9.358,0],[9.361,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.436,5.615],[-18.725,-5.615],[-0.008,5.615],[18.709,-5.615],[37.43,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[218.473,103.974],"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":"Group 44","np":2,"cix":2,"ix":44,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.358,0],[-9.355,0],[-9.358,0],[-9.36,0],[-9.361,0],[-9.36,0]],"o":[[9.358,0],[9.355,0],[9.359,0],[9.359,0],[9.359,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.435,5.615],[-18.725,-5.615],[-0.008,5.615],[18.711,-5.615],[37.431,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[106.17,103.974],"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":"Group 45","np":2,"cix":2,"ix":45,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.358,0],[-9.356,0],[-9.359,0],[-9.358,0],[-9.36,0],[-9.361,0]],"o":[[9.358,0],[9.355,0],[9.358,0],[9.359,0],[9.361,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.436,5.615],[-18.725,-5.615],[-0.008,5.615],[18.709,-5.615],[37.43,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[336.416,84.837],"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":"Group 46","np":2,"cix":2,"ix":46,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.359,0],[-9.355,0],[-9.359,0],[-9.359,0],[-9.36,0],[-9.361,0]],"o":[[9.357,0],[9.355,0],[9.359,0],[9.358,0],[9.361,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.436,5.615],[-18.726,-5.615],[-0.008,5.615],[18.709,-5.615],[37.43,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[223.135,84.837],"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":"Group 47","np":2,"cix":2,"ix":47,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.358,0],[-9.355,0],[-9.358,0],[-9.359,0],[-9.361,0],[-9.36,0]],"o":[[9.358,0],[9.355,0],[9.359,0],[9.359,0],[9.36,0],[9.36,0],[0,0]],"v":[[-56.151,-5.615],[-37.435,5.615],[-18.725,-5.615],[-0.008,5.615],[18.71,-5.615],[37.431,5.615],[56.151,-5.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[110.832,84.837],"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":"Group 48","np":2,"cix":2,"ix":48,"mn":"ADBE Vector Group","hd":false}],"ip":44.0000017921567,"op":90.0000036657751,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"rox 6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[281.317,303.011,0],"ix":2},"a":{"a":0,"k":[71.439,43.837,0],"ix":1},"s":{"a":0,"k":[-300,300,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-56.92,-25.789],[-43.295,-26.67],[20.086,-28.461],[17.795,-24.746]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-58.17,-23.789],[-37.378,-28.92],[21.586,-27.961],[16.961,-23.163]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":48,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-58.17,-23.789],[-37.378,-28.92],[21.586,-27.961],[16.961,-23.163]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-59.42,-22.706],[-34.961,-31.42],[24.003,-29.294],[13.295,-17.413]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":49,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-59.42,-22.706],[-34.961,-31.42],[24.003,-29.294],[13.295,-17.413]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-61.82,-19.939],[-28.495,-36.087],[28.003,-29.994],[7.761,-10.613]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":51,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-61.82,-19.939],[-28.495,-36.087],[28.003,-29.994],[7.761,-10.613]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-64.753,-18.122],[-21.128,-43.17],[33.003,-27.128],[-3.122,4.837]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":54,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-64.753,-18.122],[-21.128,-43.17],[33.003,-27.128],[-3.122,4.837]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-65.086,-18.372],[-16.378,-46.754],[36.42,-21.461],[-10.705,15.17]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-65.086,-18.372],[-16.378,-46.754],[36.42,-21.461],[-10.705,15.17]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-65.42,-19.789],[-10.128,-48.837],[37.67,-13.294],[-18.789,24.504]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":58,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-65.42,-19.789],[-10.128,-48.837],[37.67,-13.294],[-18.789,24.504]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-62.586,-24.289],[2.039,-49.17],[36.336,8.372],[-33.622,38.837]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":62,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-62.586,-24.289],[2.039,-49.17],[36.336,8.372],[-33.622,38.837]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-57.253,-28.956],[15.872,-39.837],[29.003,33.039],[-46.789,44.837]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":66,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-57.253,-28.956],[15.872,-39.837],[29.003,33.039],[-46.789,44.837]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-50.753,-29.956],[25.039,-26.004],[21.003,48.206],[-53.622,44.504]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":69,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-50.753,-29.956],[25.039,-26.004],[21.003,48.206],[-53.622,44.504]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-38.42,-27.956],[33.872,-3.004],[7.836,61.872],[-60.955,40.67]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":73,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-38.42,-27.956],[33.872,-3.004],[7.836,61.872],[-60.955,40.67]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-25.253,-16.122],[37.372,21.163],[-6.83,64.539],[-63.955,34.67]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":77,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-25.253,-16.122],[37.372,21.163],[-6.83,64.539],[-63.955,34.67]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-17.087,-7.122],[36.594,30.774],[-12.441,63.65],[-64.483,33.615]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":79,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-17.087,-7.122],[36.594,30.774],[-12.441,63.65],[-64.483,33.615]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.253,12.378],[31.872,42.496],[-24.664,56.872],[-65.289,32.17]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":83,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.253,12.378],[31.872,42.496],[-24.664,56.872],[-65.289,32.17]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[10.447,28.544],[27.339,45.096],[-33.297,49.639],[-62.022,34.904]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":86,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[10.447,28.544],[27.339,45.096],[-33.297,49.639],[-62.022,34.904]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.414,37.211],[22.372,42.83],[-40.664,43.206],[-58.955,38.17]],"c":true}]},{"t":88.0000035843135}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2.5,"ix":5},"lc":1,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.992156862745,0.878431372549,0.121568627451,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.439,43.837],"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":"Group 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":47.0000019143492,"op":89.0000036250443,"st":45.0000018328876,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"rox 11","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[287.317,301.011,0],"ix":2},"a":{"a":0,"k":[71.439,43.837,0],"ix":1},"s":{"a":0,"k":[-299.8,288.1,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":71,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-42.586,-28.372],[-37.795,-33.504],[23.253,-21.378],[31.294,-14.295]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-38.169,-29.337],[-34.878,-37.087],[24.92,-20.961],[32.127,-7.677]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":72,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-38.169,-29.337],[-34.878,-37.087],[24.92,-20.961],[32.127,-7.677]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-37.586,-27.206],[-31.461,-40.254],[27.669,-20.635],[35.127,-2.934]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":73,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-37.586,-27.206],[-31.461,-40.254],[27.669,-20.635],[35.127,-2.934]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-32.703,-25.905],[-29.228,-43.004],[28.17,-18.978],[34.777,3.036]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":74,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-32.703,-25.905],[-29.228,-43.004],[28.17,-18.978],[34.777,3.036]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-28.986,-22.001],[-26.328,-45.087],[27.502,-19.543],[36.094,9.2]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":75,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-28.986,-22.001],[-26.328,-45.087],[27.502,-19.543],[36.094,9.2]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-22.108,-16.665],[-19.304,-46.81],[29.113,-16.486],[38.894,20.132]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":77,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-22.108,-16.665],[-19.304,-46.81],[29.113,-16.486],[38.894,20.132]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-17.92,-9.456],[-17.461,-50.67],[29.335,-15.135],[37.043,25.629]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":78,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-17.92,-9.456],[-17.461,-50.67],[29.335,-15.135],[37.043,25.629]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.751,-1.803],[-8.793,-50.337],[28.836,-14.982],[36.544,33.629]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":80,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.751,-1.803],[-8.793,-50.337],[28.836,-14.982],[36.544,33.629]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.082,13.051],[0.456,-47.24],[28.419,-13.107],[31.96,42.15]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":83,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.082,13.051],[0.456,-47.24],[28.419,-13.107],[31.96,42.15]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.748,18.391],[4.373,-46.337],[27.169,-13.148],[31.211,43.157]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":84,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.748,18.391],[4.373,-46.337],[27.169,-13.148],[31.211,43.157]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[13.415,27.836],[10.65,-41.768],[23.669,-15.357],[27.821,45.288]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":86,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[13.415,27.836],[10.65,-41.768],[23.669,-15.357],[27.821,45.288]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.748,33.051],[13.205,-39.004],[23.669,-16.301],[25.711,44.323]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":87,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.748,33.051],[13.205,-39.004],[23.669,-16.301],[25.711,44.323]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[18.581,37.371],[16.706,-35.816],[22.669,-17.128],[23.044,43.344]],"c":true}]},{"t":88.0000035843135}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2.5,"ix":5},"lc":1,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.901960784314,0.203921568627,0.474509803922,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.439,43.837],"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":"Group 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":71.0000028918893,"op":89.0000036250443,"st":69.0000028104276,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Layer 8 Outlines","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":67,"s":[-23],"e":[25.1]},{"t":112.000004561854}],"ix":10},"p":{"a":0,"k":[304.5,337.5,0],"ix":2},"a":{"a":0,"k":[159.5,159.5,0],"ix":1},"s":{"a":0,"k":[180,180,100],"ix":6}},"ao":0,"ef":[{"ty":21,"nm":"Fill","np":9,"mn":"ADBE Fill","ix":1,"en":1,"ef":[{"ty":10,"nm":"Fill Mask","mn":"ADBE Fill-0001","ix":1,"v":{"a":0,"k":0,"ix":1}},{"ty":7,"nm":"All Masks","mn":"ADBE Fill-0007","ix":2,"v":{"a":0,"k":0,"ix":2}},{"ty":2,"nm":"Color","mn":"ADBE Fill-0002","ix":3,"v":{"a":0,"k":[0.20000000298,0.20000000298,0.20000000298,1],"ix":3}},{"ty":7,"nm":"Invert","mn":"ADBE Fill-0006","ix":4,"v":{"a":0,"k":0,"ix":4}},{"ty":0,"nm":"Horizontal Feather","mn":"ADBE Fill-0003","ix":5,"v":{"a":0,"k":0,"ix":5}},{"ty":0,"nm":"Vertical Feather","mn":"ADBE Fill-0004","ix":6,"v":{"a":0,"k":0,"ix":6}},{"ty":0,"nm":"Opacity","mn":"ADBE Fill-0005","ix":7,"v":{"a":0,"k":1,"ix":7}}]}],"sy":[{"ty":0,"nm":"Stroke","c":{"a":0,"k":[0.20000000298,0.20000000298,0.20000000298,1],"ix":2},"s":{"a":0,"k":2,"ix":3}}],"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":[[71.472,-55.589],[57.178,-55.589],[57.178,-69.883],[71.472,-69.883]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[71.472,-39.707],[57.178,-39.707],[57.178,-54.001],[71.472,-54.001]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[71.472,-23.824],[57.178,-23.824],[57.178,-38.118],[71.472,-38.118]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[71.472,-7.942],[57.178,-7.942],[57.178,-22.236],[71.472,-22.236]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[71.472,7.941],[57.178,7.941],[57.178,-6.353],[71.472,-6.353]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[71.472,23.823],[57.178,23.823],[57.178,9.529],[71.472,9.529]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[71.472,39.706],[57.178,39.706],[57.178,25.412],[71.472,25.412]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[71.472,55.589],[57.178,55.589],[57.178,41.295],[71.472,41.295]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[71.472,71.471],[57.178,71.471],[57.178,57.177],[71.472,57.177]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.589,-55.589],[41.295,-55.589],[41.295,-69.883],[55.589,-69.883]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.589,-39.707],[41.295,-39.707],[41.295,-54.001],[55.589,-54.001]],"c":true},"ix":2},"nm":"Path 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":11,"ty":"sh","ix":12,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.589,-23.824],[41.295,-23.824],[41.295,-38.118],[55.589,-38.118]],"c":true},"ix":2},"nm":"Path 12","mn":"ADBE Vector Shape - Group","hd":false},{"ind":12,"ty":"sh","ix":13,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.589,-7.942],[41.295,-7.942],[41.295,-22.236],[55.589,-22.236]],"c":true},"ix":2},"nm":"Path 13","mn":"ADBE Vector Shape - Group","hd":false},{"ind":13,"ty":"sh","ix":14,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.589,7.941],[41.295,7.941],[41.295,-6.353],[55.589,-6.353]],"c":true},"ix":2},"nm":"Path 14","mn":"ADBE Vector Shape - Group","hd":false},{"ind":14,"ty":"sh","ix":15,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.589,23.823],[41.295,23.823],[41.295,9.529],[55.589,9.529]],"c":true},"ix":2},"nm":"Path 15","mn":"ADBE Vector Shape - Group","hd":false},{"ind":15,"ty":"sh","ix":16,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.589,39.706],[41.295,39.706],[41.295,25.412],[55.589,25.412]],"c":true},"ix":2},"nm":"Path 16","mn":"ADBE Vector Shape - Group","hd":false},{"ind":16,"ty":"sh","ix":17,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.589,55.589],[41.295,55.589],[41.295,41.295],[55.589,41.295]],"c":true},"ix":2},"nm":"Path 17","mn":"ADBE Vector Shape - Group","hd":false},{"ind":17,"ty":"sh","ix":18,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.589,71.471],[41.295,71.471],[41.295,57.177],[55.589,57.177]],"c":true},"ix":2},"nm":"Path 18","mn":"ADBE Vector Shape - Group","hd":false},{"ind":18,"ty":"sh","ix":19,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[39.706,-55.589],[25.412,-55.589],[25.412,-69.883],[39.706,-69.883]],"c":true},"ix":2},"nm":"Path 19","mn":"ADBE Vector Shape - Group","hd":false},{"ind":19,"ty":"sh","ix":20,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[39.706,-39.707],[25.412,-39.707],[25.412,-54.001],[39.706,-54.001]],"c":true},"ix":2},"nm":"Path 20","mn":"ADBE Vector Shape - Group","hd":false},{"ind":20,"ty":"sh","ix":21,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[39.706,-23.824],[25.412,-23.824],[25.412,-38.118],[39.706,-38.118]],"c":true},"ix":2},"nm":"Path 21","mn":"ADBE Vector Shape - Group","hd":false},{"ind":21,"ty":"sh","ix":22,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[39.706,-7.942],[25.412,-7.942],[25.412,-22.236],[39.706,-22.236]],"c":true},"ix":2},"nm":"Path 22","mn":"ADBE Vector Shape - Group","hd":false},{"ind":22,"ty":"sh","ix":23,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[39.706,7.941],[25.412,7.941],[25.412,-6.353],[39.706,-6.353]],"c":true},"ix":2},"nm":"Path 23","mn":"ADBE Vector Shape - Group","hd":false},{"ind":23,"ty":"sh","ix":24,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[39.706,23.823],[25.412,23.823],[25.412,9.529],[39.706,9.529]],"c":true},"ix":2},"nm":"Path 24","mn":"ADBE Vector Shape - Group","hd":false},{"ind":24,"ty":"sh","ix":25,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[39.706,39.706],[25.412,39.706],[25.412,25.412],[39.706,25.412]],"c":true},"ix":2},"nm":"Path 25","mn":"ADBE Vector Shape - Group","hd":false},{"ind":25,"ty":"sh","ix":26,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[39.706,55.589],[25.412,55.589],[25.412,41.295],[39.706,41.295]],"c":true},"ix":2},"nm":"Path 26","mn":"ADBE Vector Shape - Group","hd":false},{"ind":26,"ty":"sh","ix":27,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[39.706,71.471],[25.412,71.471],[25.412,57.177],[39.706,57.177]],"c":true},"ix":2},"nm":"Path 27","mn":"ADBE Vector Shape - Group","hd":false},{"ind":27,"ty":"sh","ix":28,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[23.824,-55.589],[9.53,-55.589],[9.53,-69.883],[23.824,-69.883]],"c":true},"ix":2},"nm":"Path 28","mn":"ADBE Vector Shape - Group","hd":false},{"ind":28,"ty":"sh","ix":29,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[23.824,-39.707],[9.53,-39.707],[9.53,-54.001],[23.824,-54.001]],"c":true},"ix":2},"nm":"Path 29","mn":"ADBE Vector Shape - Group","hd":false},{"ind":29,"ty":"sh","ix":30,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[23.824,-23.824],[9.53,-23.824],[9.53,-38.118],[23.824,-38.118]],"c":true},"ix":2},"nm":"Path 30","mn":"ADBE Vector Shape - Group","hd":false},{"ind":30,"ty":"sh","ix":31,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[23.824,-7.942],[9.53,-7.942],[9.53,-22.236],[23.824,-22.236]],"c":true},"ix":2},"nm":"Path 31","mn":"ADBE Vector Shape - Group","hd":false},{"ind":31,"ty":"sh","ix":32,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[23.824,7.941],[9.53,7.941],[9.53,-6.353],[23.824,-6.353]],"c":true},"ix":2},"nm":"Path 32","mn":"ADBE Vector Shape - Group","hd":false},{"ind":32,"ty":"sh","ix":33,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[23.824,23.823],[9.53,23.823],[9.53,9.529],[23.824,9.529]],"c":true},"ix":2},"nm":"Path 33","mn":"ADBE Vector Shape - Group","hd":false},{"ind":33,"ty":"sh","ix":34,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[23.824,39.706],[9.53,39.706],[9.53,25.412],[23.824,25.412]],"c":true},"ix":2},"nm":"Path 34","mn":"ADBE Vector Shape - Group","hd":false},{"ind":34,"ty":"sh","ix":35,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[23.824,55.589],[9.53,55.589],[9.53,41.295],[23.824,41.295]],"c":true},"ix":2},"nm":"Path 35","mn":"ADBE Vector Shape - Group","hd":false},{"ind":35,"ty":"sh","ix":36,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[23.824,71.471],[9.53,71.471],[9.53,57.177],[23.824,57.177]],"c":true},"ix":2},"nm":"Path 36","mn":"ADBE Vector Shape - Group","hd":false},{"ind":36,"ty":"sh","ix":37,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.941,-55.589],[-6.353,-55.589],[-6.353,-69.883],[7.941,-69.883]],"c":true},"ix":2},"nm":"Path 37","mn":"ADBE Vector Shape - Group","hd":false},{"ind":37,"ty":"sh","ix":38,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.941,-39.707],[-6.353,-39.707],[-6.353,-54.001],[7.941,-54.001]],"c":true},"ix":2},"nm":"Path 38","mn":"ADBE Vector Shape - Group","hd":false},{"ind":38,"ty":"sh","ix":39,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.941,-23.824],[-6.353,-23.824],[-6.353,-38.118],[7.941,-38.118]],"c":true},"ix":2},"nm":"Path 39","mn":"ADBE Vector Shape - Group","hd":false},{"ind":39,"ty":"sh","ix":40,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.941,-7.942],[-6.353,-7.942],[-6.353,-22.236],[7.941,-22.236]],"c":true},"ix":2},"nm":"Path 40","mn":"ADBE Vector Shape - Group","hd":false},{"ind":40,"ty":"sh","ix":41,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.941,7.941],[-6.353,7.941],[-6.353,-6.353],[7.941,-6.353]],"c":true},"ix":2},"nm":"Path 41","mn":"ADBE Vector Shape - Group","hd":false},{"ind":41,"ty":"sh","ix":42,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.941,23.823],[-6.353,23.823],[-6.353,9.529],[7.941,9.529]],"c":true},"ix":2},"nm":"Path 42","mn":"ADBE Vector Shape - Group","hd":false},{"ind":42,"ty":"sh","ix":43,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.941,39.706],[-6.353,39.706],[-6.353,25.412],[7.941,25.412]],"c":true},"ix":2},"nm":"Path 43","mn":"ADBE Vector Shape - Group","hd":false},{"ind":43,"ty":"sh","ix":44,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.941,55.589],[-6.353,55.589],[-6.353,41.295],[7.941,41.295]],"c":true},"ix":2},"nm":"Path 44","mn":"ADBE Vector Shape - Group","hd":false},{"ind":44,"ty":"sh","ix":45,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.941,71.471],[-6.353,71.471],[-6.353,57.177],[7.941,57.177]],"c":true},"ix":2},"nm":"Path 45","mn":"ADBE Vector Shape - Group","hd":false},{"ind":45,"ty":"sh","ix":46,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.941,-55.589],[-22.235,-55.589],[-22.235,-69.883],[-7.941,-69.883]],"c":true},"ix":2},"nm":"Path 46","mn":"ADBE Vector Shape - Group","hd":false},{"ind":46,"ty":"sh","ix":47,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.941,-39.707],[-22.235,-39.707],[-22.235,-54.001],[-7.941,-54.001]],"c":true},"ix":2},"nm":"Path 47","mn":"ADBE Vector Shape - Group","hd":false},{"ind":47,"ty":"sh","ix":48,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.941,-23.824],[-22.235,-23.824],[-22.235,-38.118],[-7.941,-38.118]],"c":true},"ix":2},"nm":"Path 48","mn":"ADBE Vector Shape - Group","hd":false},{"ind":48,"ty":"sh","ix":49,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.941,-7.942],[-22.235,-7.942],[-22.235,-22.236],[-7.941,-22.236]],"c":true},"ix":2},"nm":"Path 49","mn":"ADBE Vector Shape - Group","hd":false},{"ind":49,"ty":"sh","ix":50,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.941,7.941],[-22.235,7.941],[-22.235,-6.353],[-7.941,-6.353]],"c":true},"ix":2},"nm":"Path 50","mn":"ADBE Vector Shape - Group","hd":false},{"ind":50,"ty":"sh","ix":51,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.941,23.823],[-22.235,23.823],[-22.235,9.529],[-7.941,9.529]],"c":true},"ix":2},"nm":"Path 51","mn":"ADBE Vector Shape - Group","hd":false},{"ind":51,"ty":"sh","ix":52,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.941,39.706],[-22.235,39.706],[-22.235,25.412],[-7.941,25.412]],"c":true},"ix":2},"nm":"Path 52","mn":"ADBE Vector Shape - Group","hd":false},{"ind":52,"ty":"sh","ix":53,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.941,55.589],[-22.235,55.589],[-22.235,41.295],[-7.941,41.295]],"c":true},"ix":2},"nm":"Path 53","mn":"ADBE Vector Shape - Group","hd":false},{"ind":53,"ty":"sh","ix":54,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.941,71.471],[-22.235,71.471],[-22.235,57.177],[-7.941,57.177]],"c":true},"ix":2},"nm":"Path 54","mn":"ADBE Vector Shape - Group","hd":false},{"ind":54,"ty":"sh","ix":55,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-23.824,-55.589],[-38.118,-55.589],[-38.118,-69.883],[-23.824,-69.883]],"c":true},"ix":2},"nm":"Path 55","mn":"ADBE Vector Shape - Group","hd":false},{"ind":55,"ty":"sh","ix":56,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-23.824,-39.707],[-38.118,-39.707],[-38.118,-54.001],[-23.824,-54.001]],"c":true},"ix":2},"nm":"Path 56","mn":"ADBE Vector Shape - Group","hd":false},{"ind":56,"ty":"sh","ix":57,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-23.824,-23.824],[-38.118,-23.824],[-38.118,-38.118],[-23.824,-38.118]],"c":true},"ix":2},"nm":"Path 57","mn":"ADBE Vector Shape - Group","hd":false},{"ind":57,"ty":"sh","ix":58,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-23.824,-7.942],[-38.118,-7.942],[-38.118,-22.236],[-23.824,-22.236]],"c":true},"ix":2},"nm":"Path 58","mn":"ADBE Vector Shape - Group","hd":false},{"ind":58,"ty":"sh","ix":59,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-23.824,7.941],[-38.118,7.941],[-38.118,-6.353],[-23.824,-6.353]],"c":true},"ix":2},"nm":"Path 59","mn":"ADBE Vector Shape - Group","hd":false},{"ind":59,"ty":"sh","ix":60,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-23.824,23.823],[-38.118,23.823],[-38.118,9.529],[-23.824,9.529]],"c":true},"ix":2},"nm":"Path 60","mn":"ADBE Vector Shape - Group","hd":false},{"ind":60,"ty":"sh","ix":61,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-23.824,39.706],[-38.118,39.706],[-38.118,25.412],[-23.824,25.412]],"c":true},"ix":2},"nm":"Path 61","mn":"ADBE Vector Shape - Group","hd":false},{"ind":61,"ty":"sh","ix":62,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-23.824,55.589],[-38.118,55.589],[-38.118,41.295],[-23.824,41.295]],"c":true},"ix":2},"nm":"Path 62","mn":"ADBE Vector Shape - Group","hd":false},{"ind":62,"ty":"sh","ix":63,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-23.824,71.471],[-38.118,71.471],[-38.118,57.177],[-23.824,57.177]],"c":true},"ix":2},"nm":"Path 63","mn":"ADBE Vector Shape - Group","hd":false},{"ind":63,"ty":"sh","ix":64,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-39.706,-55.589],[-54,-55.589],[-54,-69.883],[-39.706,-69.883]],"c":true},"ix":2},"nm":"Path 64","mn":"ADBE Vector Shape - Group","hd":false},{"ind":64,"ty":"sh","ix":65,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-39.706,-39.707],[-54,-39.707],[-54,-54.001],[-39.706,-54.001]],"c":true},"ix":2},"nm":"Path 65","mn":"ADBE Vector Shape - Group","hd":false},{"ind":65,"ty":"sh","ix":66,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-39.706,-23.824],[-54,-23.824],[-54,-38.118],[-39.706,-38.118]],"c":true},"ix":2},"nm":"Path 66","mn":"ADBE Vector Shape - Group","hd":false},{"ind":66,"ty":"sh","ix":67,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-39.706,-7.942],[-54,-7.942],[-54,-22.236],[-39.706,-22.236]],"c":true},"ix":2},"nm":"Path 67","mn":"ADBE Vector Shape - Group","hd":false},{"ind":67,"ty":"sh","ix":68,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-39.706,7.941],[-54,7.941],[-54,-6.353],[-39.706,-6.353]],"c":true},"ix":2},"nm":"Path 68","mn":"ADBE Vector Shape - Group","hd":false},{"ind":68,"ty":"sh","ix":69,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-39.706,23.823],[-54,23.823],[-54,9.529],[-39.706,9.529]],"c":true},"ix":2},"nm":"Path 69","mn":"ADBE Vector Shape - Group","hd":false},{"ind":69,"ty":"sh","ix":70,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-39.706,39.706],[-54,39.706],[-54,25.412],[-39.706,25.412]],"c":true},"ix":2},"nm":"Path 70","mn":"ADBE Vector Shape - Group","hd":false},{"ind":70,"ty":"sh","ix":71,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-39.706,55.589],[-54,55.589],[-54,41.295],[-39.706,41.295]],"c":true},"ix":2},"nm":"Path 71","mn":"ADBE Vector Shape - Group","hd":false},{"ind":71,"ty":"sh","ix":72,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-39.706,71.471],[-54,71.471],[-54,57.177],[-39.706,57.177]],"c":true},"ix":2},"nm":"Path 72","mn":"ADBE Vector Shape - Group","hd":false},{"ind":72,"ty":"sh","ix":73,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.589,-55.589],[-69.883,-55.589],[-69.883,-69.883],[-55.589,-69.883]],"c":true},"ix":2},"nm":"Path 73","mn":"ADBE Vector Shape - Group","hd":false},{"ind":73,"ty":"sh","ix":74,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.589,-39.707],[-69.883,-39.707],[-69.883,-54.001],[-55.589,-54.001]],"c":true},"ix":2},"nm":"Path 74","mn":"ADBE Vector Shape - Group","hd":false},{"ind":74,"ty":"sh","ix":75,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.589,-23.824],[-69.883,-23.824],[-69.883,-38.118],[-55.589,-38.118]],"c":true},"ix":2},"nm":"Path 75","mn":"ADBE Vector Shape - Group","hd":false},{"ind":75,"ty":"sh","ix":76,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.589,-7.942],[-69.883,-7.942],[-69.883,-22.236],[-55.589,-22.236]],"c":true},"ix":2},"nm":"Path 76","mn":"ADBE Vector Shape - Group","hd":false},{"ind":76,"ty":"sh","ix":77,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.589,7.941],[-69.883,7.941],[-69.883,-6.353],[-55.589,-6.353]],"c":true},"ix":2},"nm":"Path 77","mn":"ADBE Vector Shape - Group","hd":false},{"ind":77,"ty":"sh","ix":78,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.589,23.823],[-69.883,23.823],[-69.883,9.529],[-55.589,9.529]],"c":true},"ix":2},"nm":"Path 78","mn":"ADBE Vector Shape - Group","hd":false},{"ind":78,"ty":"sh","ix":79,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.589,39.706],[-69.883,39.706],[-69.883,25.412],[-55.589,25.412]],"c":true},"ix":2},"nm":"Path 79","mn":"ADBE Vector Shape - Group","hd":false},{"ind":79,"ty":"sh","ix":80,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.589,55.589],[-69.883,55.589],[-69.883,41.295],[-55.589,41.295]],"c":true},"ix":2},"nm":"Path 80","mn":"ADBE Vector Shape - Group","hd":false},{"ind":80,"ty":"sh","ix":81,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.589,71.471],[-69.883,71.471],[-69.883,57.177],[-55.589,57.177]],"c":true},"ix":2},"nm":"Path 81","mn":"ADBE Vector Shape - Group","hd":false},{"ind":81,"ty":"sh","ix":82,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[79.413,-69.884],[79.413,-71.472],[73.06,-71.472],[73.06,-79.413],[71.472,-79.413],[71.472,-71.472],[57.178,-71.472],[57.178,-79.413],[55.589,-79.413],[55.589,-71.472],[41.295,-71.472],[41.295,-79.413],[39.706,-79.413],[39.706,-71.472],[25.412,-71.472],[25.412,-79.413],[23.824,-79.413],[23.824,-71.472],[9.53,-71.472],[9.53,-79.413],[7.941,-79.413],[7.941,-71.472],[-6.353,-71.472],[-6.353,-79.413],[-7.941,-79.413],[-7.941,-71.472],[-22.235,-71.472],[-22.235,-79.413],[-23.824,-79.413],[-23.824,-71.472],[-38.118,-71.472],[-38.118,-79.413],[-39.706,-79.413],[-39.706,-71.472],[-54.001,-71.472],[-54.001,-79.413],[-55.589,-79.413],[-55.589,-71.472],[-69.883,-71.472],[-69.883,-79.413],[-71.471,-79.413],[-71.471,-71.472],[-79.413,-71.472],[-79.413,-69.884],[-71.471,-69.884],[-71.471,-55.589],[-79.413,-55.589],[-79.413,-54.001],[-71.471,-54.001],[-71.471,-39.707],[-79.413,-39.707],[-79.413,-38.119],[-71.471,-38.119],[-71.471,-23.824],[-79.413,-23.824],[-79.413,-22.236],[-71.471,-22.236],[-71.471,-7.942],[-79.413,-7.942],[-79.413,-6.353],[-71.471,-6.353],[-71.471,7.941],[-79.413,7.941],[-79.413,9.529],[-71.471,9.529],[-71.471,23.823],[-79.413,23.823],[-79.413,25.412],[-71.471,25.412],[-71.471,39.706],[-79.413,39.706],[-79.413,41.294],[-71.471,41.294],[-71.471,55.589],[-79.413,55.589],[-79.413,57.177],[-71.471,57.177],[-71.471,71.471],[-79.413,71.471],[-79.413,73.06],[-71.471,73.06],[-71.471,79.413],[-69.883,79.413],[-69.883,73.06],[-55.589,73.06],[-55.589,79.413],[-54.001,79.413],[-54.001,73.06],[-39.706,73.06],[-39.706,79.413],[-38.118,79.413],[-38.118,73.06],[-23.824,73.06],[-23.824,79.413],[-22.235,79.413],[-22.235,73.06],[-7.941,73.06],[-7.941,79.413],[-6.353,79.413],[-6.353,73.06],[7.941,73.06],[7.941,79.413],[9.53,79.413],[9.53,73.06],[23.824,73.06],[23.824,79.413],[25.412,79.413],[25.412,73.06],[39.706,73.06],[39.706,79.413],[41.295,79.413],[41.295,73.06],[55.589,73.06],[55.589,79.413],[57.178,79.413],[57.178,73.06],[71.472,73.06],[71.472,79.413],[73.06,79.413],[73.06,73.06],[79.413,73.06],[79.413,71.471],[73.06,71.471],[73.06,57.177],[79.413,57.177],[79.413,55.589],[73.06,55.589],[73.06,41.294],[79.413,41.294],[79.413,39.706],[73.06,39.706],[73.06,25.412],[79.413,25.412],[79.413,23.823],[73.06,23.823],[73.06,9.529],[79.413,9.529],[79.413,7.941],[73.06,7.941],[73.06,-6.353],[79.413,-6.353],[79.413,-7.942],[73.06,-7.942],[73.06,-22.236],[79.413,-22.236],[79.413,-23.824],[73.06,-23.824],[73.06,-38.119],[79.413,-38.119],[79.413,-39.707],[73.06,-39.707],[73.06,-54.001],[79.413,-54.001],[79.413,-55.589],[73.06,-55.589],[73.06,-69.884]],"c":true},"ix":2},"nm":"Path 82","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[239.151,79.723],"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":"Group 1","np":84,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[71.471,-55.589],[57.177,-55.589],[57.177,-69.883],[71.471,-69.883]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[71.471,-39.707],[57.177,-39.707],[57.177,-54.001],[71.471,-54.001]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[71.471,-23.824],[57.177,-23.824],[57.177,-38.118],[71.471,-38.118]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[71.471,-7.942],[57.177,-7.942],[57.177,-22.236],[71.471,-22.236]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[71.471,7.941],[57.177,7.941],[57.177,-6.353],[71.471,-6.353]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[71.471,23.823],[57.177,23.823],[57.177,9.529],[71.471,9.529]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[71.471,39.706],[57.177,39.706],[57.177,25.412],[71.471,25.412]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[71.471,55.589],[57.177,55.589],[57.177,41.295],[71.471,41.295]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[71.471,71.471],[57.177,71.471],[57.177,57.177],[71.471,57.177]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.59,-55.589],[41.296,-55.589],[41.296,-69.883],[55.59,-69.883]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.59,-39.707],[41.296,-39.707],[41.296,-54.001],[55.59,-54.001]],"c":true},"ix":2},"nm":"Path 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":11,"ty":"sh","ix":12,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.59,-23.824],[41.296,-23.824],[41.296,-38.118],[55.59,-38.118]],"c":true},"ix":2},"nm":"Path 12","mn":"ADBE Vector Shape - Group","hd":false},{"ind":12,"ty":"sh","ix":13,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.59,-7.942],[41.296,-7.942],[41.296,-22.236],[55.59,-22.236]],"c":true},"ix":2},"nm":"Path 13","mn":"ADBE Vector Shape - Group","hd":false},{"ind":13,"ty":"sh","ix":14,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.59,7.941],[41.296,7.941],[41.296,-6.353],[55.59,-6.353]],"c":true},"ix":2},"nm":"Path 14","mn":"ADBE Vector Shape - Group","hd":false},{"ind":14,"ty":"sh","ix":15,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.59,23.823],[41.296,23.823],[41.296,9.529],[55.59,9.529]],"c":true},"ix":2},"nm":"Path 15","mn":"ADBE Vector Shape - Group","hd":false},{"ind":15,"ty":"sh","ix":16,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.59,39.706],[41.296,39.706],[41.296,25.412],[55.59,25.412]],"c":true},"ix":2},"nm":"Path 16","mn":"ADBE Vector Shape - Group","hd":false},{"ind":16,"ty":"sh","ix":17,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.59,55.589],[41.296,55.589],[41.296,41.295],[55.59,41.295]],"c":true},"ix":2},"nm":"Path 17","mn":"ADBE Vector Shape - Group","hd":false},{"ind":17,"ty":"sh","ix":18,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.59,71.471],[41.296,71.471],[41.296,57.177],[55.59,57.177]],"c":true},"ix":2},"nm":"Path 18","mn":"ADBE Vector Shape - Group","hd":false},{"ind":18,"ty":"sh","ix":19,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[39.707,-55.589],[25.413,-55.589],[25.413,-69.883],[39.707,-69.883]],"c":true},"ix":2},"nm":"Path 19","mn":"ADBE Vector Shape - Group","hd":false},{"ind":19,"ty":"sh","ix":20,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[39.707,-39.707],[25.413,-39.707],[25.413,-54.001],[39.707,-54.001]],"c":true},"ix":2},"nm":"Path 20","mn":"ADBE Vector Shape - Group","hd":false},{"ind":20,"ty":"sh","ix":21,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[39.707,-23.824],[25.413,-23.824],[25.413,-38.118],[39.707,-38.118]],"c":true},"ix":2},"nm":"Path 21","mn":"ADBE Vector Shape - Group","hd":false},{"ind":21,"ty":"sh","ix":22,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[39.707,-7.942],[25.413,-7.942],[25.413,-22.236],[39.707,-22.236]],"c":true},"ix":2},"nm":"Path 22","mn":"ADBE Vector Shape - Group","hd":false},{"ind":22,"ty":"sh","ix":23,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[39.707,7.941],[25.413,7.941],[25.413,-6.353],[39.707,-6.353]],"c":true},"ix":2},"nm":"Path 23","mn":"ADBE Vector Shape - Group","hd":false},{"ind":23,"ty":"sh","ix":24,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[39.707,23.823],[25.413,23.823],[25.413,9.529],[39.707,9.529]],"c":true},"ix":2},"nm":"Path 24","mn":"ADBE Vector Shape - Group","hd":false},{"ind":24,"ty":"sh","ix":25,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[39.707,39.706],[25.413,39.706],[25.413,25.412],[39.707,25.412]],"c":true},"ix":2},"nm":"Path 25","mn":"ADBE Vector Shape - Group","hd":false},{"ind":25,"ty":"sh","ix":26,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[39.707,55.589],[25.413,55.589],[25.413,41.295],[39.707,41.295]],"c":true},"ix":2},"nm":"Path 26","mn":"ADBE Vector Shape - Group","hd":false},{"ind":26,"ty":"sh","ix":27,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[39.707,71.471],[25.413,71.471],[25.413,57.177],[39.707,57.177]],"c":true},"ix":2},"nm":"Path 27","mn":"ADBE Vector Shape - Group","hd":false},{"ind":27,"ty":"sh","ix":28,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[23.823,-55.589],[9.53,-55.589],[9.53,-69.883],[23.823,-69.883]],"c":true},"ix":2},"nm":"Path 28","mn":"ADBE Vector Shape - Group","hd":false},{"ind":28,"ty":"sh","ix":29,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[23.823,-39.707],[9.53,-39.707],[9.53,-54.001],[23.823,-54.001]],"c":true},"ix":2},"nm":"Path 29","mn":"ADBE Vector Shape - Group","hd":false},{"ind":29,"ty":"sh","ix":30,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[23.823,-23.824],[9.53,-23.824],[9.53,-38.118],[23.823,-38.118]],"c":true},"ix":2},"nm":"Path 30","mn":"ADBE Vector Shape - Group","hd":false},{"ind":30,"ty":"sh","ix":31,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[23.823,-7.942],[9.53,-7.942],[9.53,-22.236],[23.823,-22.236]],"c":true},"ix":2},"nm":"Path 31","mn":"ADBE Vector Shape - Group","hd":false},{"ind":31,"ty":"sh","ix":32,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[23.823,7.941],[9.53,7.941],[9.53,-6.353],[23.823,-6.353]],"c":true},"ix":2},"nm":"Path 32","mn":"ADBE Vector Shape - Group","hd":false},{"ind":32,"ty":"sh","ix":33,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[23.823,23.823],[9.53,23.823],[9.53,9.529],[23.823,9.529]],"c":true},"ix":2},"nm":"Path 33","mn":"ADBE Vector Shape - Group","hd":false},{"ind":33,"ty":"sh","ix":34,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[23.823,39.706],[9.53,39.706],[9.53,25.412],[23.823,25.412]],"c":true},"ix":2},"nm":"Path 34","mn":"ADBE Vector Shape - Group","hd":false},{"ind":34,"ty":"sh","ix":35,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[23.823,55.589],[9.53,55.589],[9.53,41.295],[23.823,41.295]],"c":true},"ix":2},"nm":"Path 35","mn":"ADBE Vector Shape - Group","hd":false},{"ind":35,"ty":"sh","ix":36,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[23.823,71.471],[9.53,71.471],[9.53,57.177],[23.823,57.177]],"c":true},"ix":2},"nm":"Path 36","mn":"ADBE Vector Shape - Group","hd":false},{"ind":36,"ty":"sh","ix":37,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.942,-55.589],[-6.352,-55.589],[-6.352,-69.883],[7.942,-69.883]],"c":true},"ix":2},"nm":"Path 37","mn":"ADBE Vector Shape - Group","hd":false},{"ind":37,"ty":"sh","ix":38,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.942,-39.707],[-6.352,-39.707],[-6.352,-54.001],[7.942,-54.001]],"c":true},"ix":2},"nm":"Path 38","mn":"ADBE Vector Shape - Group","hd":false},{"ind":38,"ty":"sh","ix":39,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.942,-23.824],[-6.352,-23.824],[-6.352,-38.118],[7.942,-38.118]],"c":true},"ix":2},"nm":"Path 39","mn":"ADBE Vector Shape - Group","hd":false},{"ind":39,"ty":"sh","ix":40,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.942,-7.942],[-6.352,-7.942],[-6.352,-22.236],[7.942,-22.236]],"c":true},"ix":2},"nm":"Path 40","mn":"ADBE Vector Shape - Group","hd":false},{"ind":40,"ty":"sh","ix":41,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.942,7.941],[-6.352,7.941],[-6.352,-6.353],[7.942,-6.353]],"c":true},"ix":2},"nm":"Path 41","mn":"ADBE Vector Shape - Group","hd":false},{"ind":41,"ty":"sh","ix":42,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.942,23.823],[-6.352,23.823],[-6.352,9.529],[7.942,9.529]],"c":true},"ix":2},"nm":"Path 42","mn":"ADBE Vector Shape - Group","hd":false},{"ind":42,"ty":"sh","ix":43,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.942,39.706],[-6.352,39.706],[-6.352,25.412],[7.942,25.412]],"c":true},"ix":2},"nm":"Path 43","mn":"ADBE Vector Shape - Group","hd":false},{"ind":43,"ty":"sh","ix":44,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.942,55.589],[-6.352,55.589],[-6.352,41.295],[7.942,41.295]],"c":true},"ix":2},"nm":"Path 44","mn":"ADBE Vector Shape - Group","hd":false},{"ind":44,"ty":"sh","ix":45,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.942,71.471],[-6.352,71.471],[-6.352,57.177],[7.942,57.177]],"c":true},"ix":2},"nm":"Path 45","mn":"ADBE Vector Shape - Group","hd":false},{"ind":45,"ty":"sh","ix":46,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.942,-55.589],[-22.236,-55.589],[-22.236,-69.883],[-7.942,-69.883]],"c":true},"ix":2},"nm":"Path 46","mn":"ADBE Vector Shape - Group","hd":false},{"ind":46,"ty":"sh","ix":47,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.942,-39.707],[-22.236,-39.707],[-22.236,-54.001],[-7.942,-54.001]],"c":true},"ix":2},"nm":"Path 47","mn":"ADBE Vector Shape - Group","hd":false},{"ind":47,"ty":"sh","ix":48,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.942,-23.824],[-22.236,-23.824],[-22.236,-38.118],[-7.942,-38.118]],"c":true},"ix":2},"nm":"Path 48","mn":"ADBE Vector Shape - Group","hd":false},{"ind":48,"ty":"sh","ix":49,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.942,-7.942],[-22.236,-7.942],[-22.236,-22.236],[-7.942,-22.236]],"c":true},"ix":2},"nm":"Path 49","mn":"ADBE Vector Shape - Group","hd":false},{"ind":49,"ty":"sh","ix":50,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.942,7.941],[-22.236,7.941],[-22.236,-6.353],[-7.942,-6.353]],"c":true},"ix":2},"nm":"Path 50","mn":"ADBE Vector Shape - Group","hd":false},{"ind":50,"ty":"sh","ix":51,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.942,23.823],[-22.236,23.823],[-22.236,9.529],[-7.942,9.529]],"c":true},"ix":2},"nm":"Path 51","mn":"ADBE Vector Shape - Group","hd":false},{"ind":51,"ty":"sh","ix":52,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.942,39.706],[-22.236,39.706],[-22.236,25.412],[-7.942,25.412]],"c":true},"ix":2},"nm":"Path 52","mn":"ADBE Vector Shape - Group","hd":false},{"ind":52,"ty":"sh","ix":53,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.942,55.589],[-22.236,55.589],[-22.236,41.295],[-7.942,41.295]],"c":true},"ix":2},"nm":"Path 53","mn":"ADBE Vector Shape - Group","hd":false},{"ind":53,"ty":"sh","ix":54,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.942,71.471],[-22.236,71.471],[-22.236,57.177],[-7.942,57.177]],"c":true},"ix":2},"nm":"Path 54","mn":"ADBE Vector Shape - Group","hd":false},{"ind":54,"ty":"sh","ix":55,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-23.824,-55.589],[-38.118,-55.589],[-38.118,-69.883],[-23.824,-69.883]],"c":true},"ix":2},"nm":"Path 55","mn":"ADBE Vector Shape - Group","hd":false},{"ind":55,"ty":"sh","ix":56,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-23.824,-39.707],[-38.118,-39.707],[-38.118,-54.001],[-23.824,-54.001]],"c":true},"ix":2},"nm":"Path 56","mn":"ADBE Vector Shape - Group","hd":false},{"ind":56,"ty":"sh","ix":57,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-23.824,-23.824],[-38.118,-23.824],[-38.118,-38.118],[-23.824,-38.118]],"c":true},"ix":2},"nm":"Path 57","mn":"ADBE Vector Shape - Group","hd":false},{"ind":57,"ty":"sh","ix":58,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-23.824,-7.942],[-38.118,-7.942],[-38.118,-22.236],[-23.824,-22.236]],"c":true},"ix":2},"nm":"Path 58","mn":"ADBE Vector Shape - Group","hd":false},{"ind":58,"ty":"sh","ix":59,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-23.824,7.941],[-38.118,7.941],[-38.118,-6.353],[-23.824,-6.353]],"c":true},"ix":2},"nm":"Path 59","mn":"ADBE Vector Shape - Group","hd":false},{"ind":59,"ty":"sh","ix":60,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-23.824,23.823],[-38.118,23.823],[-38.118,9.529],[-23.824,9.529]],"c":true},"ix":2},"nm":"Path 60","mn":"ADBE Vector Shape - Group","hd":false},{"ind":60,"ty":"sh","ix":61,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-23.824,39.706],[-38.118,39.706],[-38.118,25.412],[-23.824,25.412]],"c":true},"ix":2},"nm":"Path 61","mn":"ADBE Vector Shape - Group","hd":false},{"ind":61,"ty":"sh","ix":62,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-23.824,55.589],[-38.118,55.589],[-38.118,41.295],[-23.824,41.295]],"c":true},"ix":2},"nm":"Path 62","mn":"ADBE Vector Shape - Group","hd":false},{"ind":62,"ty":"sh","ix":63,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-23.824,71.471],[-38.118,71.471],[-38.118,57.177],[-23.824,57.177]],"c":true},"ix":2},"nm":"Path 63","mn":"ADBE Vector Shape - Group","hd":false},{"ind":63,"ty":"sh","ix":64,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-39.706,-55.589],[-54,-55.589],[-54,-69.883],[-39.706,-69.883]],"c":true},"ix":2},"nm":"Path 64","mn":"ADBE Vector Shape - Group","hd":false},{"ind":64,"ty":"sh","ix":65,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-39.706,-39.707],[-54,-39.707],[-54,-54.001],[-39.706,-54.001]],"c":true},"ix":2},"nm":"Path 65","mn":"ADBE Vector Shape - Group","hd":false},{"ind":65,"ty":"sh","ix":66,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-39.706,-23.824],[-54,-23.824],[-54,-38.118],[-39.706,-38.118]],"c":true},"ix":2},"nm":"Path 66","mn":"ADBE Vector Shape - Group","hd":false},{"ind":66,"ty":"sh","ix":67,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-39.706,-7.942],[-54,-7.942],[-54,-22.236],[-39.706,-22.236]],"c":true},"ix":2},"nm":"Path 67","mn":"ADBE Vector Shape - Group","hd":false},{"ind":67,"ty":"sh","ix":68,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-39.706,7.941],[-54,7.941],[-54,-6.353],[-39.706,-6.353]],"c":true},"ix":2},"nm":"Path 68","mn":"ADBE Vector Shape - Group","hd":false},{"ind":68,"ty":"sh","ix":69,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-39.706,23.823],[-54,23.823],[-54,9.529],[-39.706,9.529]],"c":true},"ix":2},"nm":"Path 69","mn":"ADBE Vector Shape - Group","hd":false},{"ind":69,"ty":"sh","ix":70,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-39.706,39.706],[-54,39.706],[-54,25.412],[-39.706,25.412]],"c":true},"ix":2},"nm":"Path 70","mn":"ADBE Vector Shape - Group","hd":false},{"ind":70,"ty":"sh","ix":71,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-39.706,55.589],[-54,55.589],[-54,41.295],[-39.706,41.295]],"c":true},"ix":2},"nm":"Path 71","mn":"ADBE Vector Shape - Group","hd":false},{"ind":71,"ty":"sh","ix":72,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-39.706,71.471],[-54,71.471],[-54,57.177],[-39.706,57.177]],"c":true},"ix":2},"nm":"Path 72","mn":"ADBE Vector Shape - Group","hd":false},{"ind":72,"ty":"sh","ix":73,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.59,-55.589],[-69.884,-55.589],[-69.884,-69.883],[-55.59,-69.883]],"c":true},"ix":2},"nm":"Path 73","mn":"ADBE Vector Shape - Group","hd":false},{"ind":73,"ty":"sh","ix":74,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.59,-39.707],[-69.884,-39.707],[-69.884,-54.001],[-55.59,-54.001]],"c":true},"ix":2},"nm":"Path 74","mn":"ADBE Vector Shape - Group","hd":false},{"ind":74,"ty":"sh","ix":75,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.59,-23.824],[-69.884,-23.824],[-69.884,-38.118],[-55.59,-38.118]],"c":true},"ix":2},"nm":"Path 75","mn":"ADBE Vector Shape - Group","hd":false},{"ind":75,"ty":"sh","ix":76,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.59,-7.942],[-69.884,-7.942],[-69.884,-22.236],[-55.59,-22.236]],"c":true},"ix":2},"nm":"Path 76","mn":"ADBE Vector Shape - Group","hd":false},{"ind":76,"ty":"sh","ix":77,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.59,7.941],[-69.884,7.941],[-69.884,-6.353],[-55.59,-6.353]],"c":true},"ix":2},"nm":"Path 77","mn":"ADBE Vector Shape - Group","hd":false},{"ind":77,"ty":"sh","ix":78,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.59,23.823],[-69.884,23.823],[-69.884,9.529],[-55.59,9.529]],"c":true},"ix":2},"nm":"Path 78","mn":"ADBE Vector Shape - Group","hd":false},{"ind":78,"ty":"sh","ix":79,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.59,39.706],[-69.884,39.706],[-69.884,25.412],[-55.59,25.412]],"c":true},"ix":2},"nm":"Path 79","mn":"ADBE Vector Shape - Group","hd":false},{"ind":79,"ty":"sh","ix":80,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.59,55.589],[-69.884,55.589],[-69.884,41.295],[-55.59,41.295]],"c":true},"ix":2},"nm":"Path 80","mn":"ADBE Vector Shape - Group","hd":false},{"ind":80,"ty":"sh","ix":81,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.59,71.471],[-69.884,71.471],[-69.884,57.177],[-55.59,57.177]],"c":true},"ix":2},"nm":"Path 81","mn":"ADBE Vector Shape - Group","hd":false},{"ind":81,"ty":"sh","ix":82,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[79.412,-69.884],[79.412,-71.472],[73.059,-71.472],[73.059,-79.413],[71.471,-79.413],[71.471,-71.472],[57.177,-71.472],[57.177,-79.413],[55.59,-79.413],[55.59,-71.472],[41.295,-71.472],[41.295,-79.413],[39.707,-79.413],[39.707,-71.472],[25.411,-71.472],[25.411,-79.413],[23.823,-79.413],[23.823,-71.472],[9.53,-71.472],[9.53,-79.413],[7.942,-79.413],[7.942,-71.472],[-6.353,-71.472],[-6.353,-79.413],[-7.942,-79.413],[-7.942,-71.472],[-22.236,-71.472],[-22.236,-79.413],[-23.824,-79.413],[-23.824,-71.472],[-38.118,-71.472],[-38.118,-79.413],[-39.706,-79.413],[-39.706,-71.472],[-54,-71.472],[-54,-79.413],[-55.59,-79.413],[-55.59,-71.472],[-69.884,-71.472],[-69.884,-79.413],[-71.471,-79.413],[-71.471,-71.472],[-79.412,-71.472],[-79.412,-69.884],[-71.471,-69.884],[-71.471,-55.589],[-79.412,-55.589],[-79.412,-54.001],[-71.471,-54.001],[-71.471,-39.707],[-79.412,-39.707],[-79.412,-38.119],[-71.471,-38.119],[-71.471,-23.824],[-79.412,-23.824],[-79.412,-22.236],[-71.471,-22.236],[-71.471,-7.942],[-79.412,-7.942],[-79.412,-6.353],[-71.471,-6.353],[-71.471,7.941],[-79.412,7.941],[-79.412,9.529],[-71.471,9.529],[-71.471,23.823],[-79.412,23.823],[-79.412,25.412],[-71.471,25.412],[-71.471,39.706],[-79.412,39.706],[-79.412,41.294],[-71.471,41.294],[-71.471,55.589],[-79.412,55.589],[-79.412,57.177],[-71.471,57.177],[-71.471,71.471],[-79.412,71.471],[-79.412,73.06],[-71.471,73.06],[-71.471,79.413],[-69.884,79.413],[-69.884,73.06],[-55.59,73.06],[-55.59,79.413],[-54,79.413],[-54,73.06],[-39.706,73.06],[-39.706,79.413],[-38.118,79.413],[-38.118,73.06],[-23.824,73.06],[-23.824,79.413],[-22.236,79.413],[-22.236,73.06],[-7.942,73.06],[-7.942,79.413],[-6.353,79.413],[-6.353,73.06],[7.942,73.06],[7.942,79.413],[9.53,79.413],[9.53,73.06],[23.823,73.06],[23.823,79.413],[25.411,79.413],[25.411,73.06],[39.707,73.06],[39.707,79.413],[41.295,79.413],[41.295,73.06],[55.59,73.06],[55.59,79.413],[57.177,79.413],[57.177,73.06],[71.471,73.06],[71.471,79.413],[73.059,79.413],[73.059,73.06],[79.412,73.06],[79.412,71.471],[73.059,71.471],[73.059,57.177],[79.412,57.177],[79.412,55.589],[73.059,55.589],[73.059,41.294],[79.412,41.294],[79.412,39.706],[73.059,39.706],[73.059,25.412],[79.412,25.412],[79.412,23.823],[73.059,23.823],[73.059,9.529],[79.412,9.529],[79.412,7.941],[73.059,7.941],[73.059,-6.353],[79.412,-6.353],[79.412,-7.942],[73.059,-7.942],[73.059,-22.236],[79.412,-22.236],[79.412,-23.824],[73.059,-23.824],[73.059,-38.119],[79.412,-38.119],[79.412,-39.707],[73.059,-39.707],[73.059,-54.001],[79.412,-54.001],[79.412,-55.589],[73.059,-55.589],[73.059,-69.884]],"c":true},"ix":2},"nm":"Path 82","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[80.325,79.723],"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":"Group 2","np":84,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"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":[[71.472,-55.59],[57.178,-55.59],[57.178,-69.884],[71.472,-69.884]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[71.472,-39.707],[57.178,-39.707],[57.178,-54.001],[71.472,-54.001]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[71.472,-23.823],[57.178,-23.823],[57.178,-38.117],[71.472,-38.117]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[71.472,-7.942],[57.178,-7.942],[57.178,-22.236],[71.472,-22.236]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[71.472,7.942],[57.178,7.942],[57.178,-6.352],[71.472,-6.352]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[71.472,23.823],[57.178,23.823],[57.178,9.53],[71.472,9.53]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[71.472,39.706],[57.178,39.706],[57.178,25.412],[71.472,25.412]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[71.472,55.589],[57.178,55.589],[57.178,41.295],[71.472,41.295]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[71.472,71.471],[57.178,71.471],[57.178,57.177],[71.472,57.177]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.589,-55.59],[41.295,-55.59],[41.295,-69.884],[55.589,-69.884]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.589,-39.707],[41.295,-39.707],[41.295,-54.001],[55.589,-54.001]],"c":true},"ix":2},"nm":"Path 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":11,"ty":"sh","ix":12,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.589,-23.823],[41.295,-23.823],[41.295,-38.117],[55.589,-38.117]],"c":true},"ix":2},"nm":"Path 12","mn":"ADBE Vector Shape - Group","hd":false},{"ind":12,"ty":"sh","ix":13,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.589,-7.942],[41.295,-7.942],[41.295,-22.236],[55.589,-22.236]],"c":true},"ix":2},"nm":"Path 13","mn":"ADBE Vector Shape - Group","hd":false},{"ind":13,"ty":"sh","ix":14,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.589,7.942],[41.295,7.942],[41.295,-6.352],[55.589,-6.352]],"c":true},"ix":2},"nm":"Path 14","mn":"ADBE Vector Shape - Group","hd":false},{"ind":14,"ty":"sh","ix":15,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.589,23.823],[41.295,23.823],[41.295,9.53],[55.589,9.53]],"c":true},"ix":2},"nm":"Path 15","mn":"ADBE Vector Shape - Group","hd":false},{"ind":15,"ty":"sh","ix":16,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.589,39.706],[41.295,39.706],[41.295,25.412],[55.589,25.412]],"c":true},"ix":2},"nm":"Path 16","mn":"ADBE Vector Shape - Group","hd":false},{"ind":16,"ty":"sh","ix":17,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.589,55.589],[41.295,55.589],[41.295,41.295],[55.589,41.295]],"c":true},"ix":2},"nm":"Path 17","mn":"ADBE Vector Shape - Group","hd":false},{"ind":17,"ty":"sh","ix":18,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.589,71.471],[41.295,71.471],[41.295,57.177],[55.589,57.177]],"c":true},"ix":2},"nm":"Path 18","mn":"ADBE Vector Shape - Group","hd":false},{"ind":18,"ty":"sh","ix":19,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[39.706,-55.59],[25.412,-55.59],[25.412,-69.884],[39.706,-69.884]],"c":true},"ix":2},"nm":"Path 19","mn":"ADBE Vector Shape - Group","hd":false},{"ind":19,"ty":"sh","ix":20,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[39.706,-39.707],[25.412,-39.707],[25.412,-54.001],[39.706,-54.001]],"c":true},"ix":2},"nm":"Path 20","mn":"ADBE Vector Shape - Group","hd":false},{"ind":20,"ty":"sh","ix":21,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[39.706,-23.823],[25.412,-23.823],[25.412,-38.117],[39.706,-38.117]],"c":true},"ix":2},"nm":"Path 21","mn":"ADBE Vector Shape - Group","hd":false},{"ind":21,"ty":"sh","ix":22,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[39.706,-7.942],[25.412,-7.942],[25.412,-22.236],[39.706,-22.236]],"c":true},"ix":2},"nm":"Path 22","mn":"ADBE Vector Shape - Group","hd":false},{"ind":22,"ty":"sh","ix":23,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[39.706,7.942],[25.412,7.942],[25.412,-6.352],[39.706,-6.352]],"c":true},"ix":2},"nm":"Path 23","mn":"ADBE Vector Shape - Group","hd":false},{"ind":23,"ty":"sh","ix":24,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[39.706,23.823],[25.412,23.823],[25.412,9.53],[39.706,9.53]],"c":true},"ix":2},"nm":"Path 24","mn":"ADBE Vector Shape - Group","hd":false},{"ind":24,"ty":"sh","ix":25,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[39.706,39.706],[25.412,39.706],[25.412,25.412],[39.706,25.412]],"c":true},"ix":2},"nm":"Path 25","mn":"ADBE Vector Shape - Group","hd":false},{"ind":25,"ty":"sh","ix":26,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[39.706,55.589],[25.412,55.589],[25.412,41.295],[39.706,41.295]],"c":true},"ix":2},"nm":"Path 26","mn":"ADBE Vector Shape - Group","hd":false},{"ind":26,"ty":"sh","ix":27,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[39.706,71.471],[25.412,71.471],[25.412,57.177],[39.706,57.177]],"c":true},"ix":2},"nm":"Path 27","mn":"ADBE Vector Shape - Group","hd":false},{"ind":27,"ty":"sh","ix":28,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[23.824,-55.59],[9.53,-55.59],[9.53,-69.884],[23.824,-69.884]],"c":true},"ix":2},"nm":"Path 28","mn":"ADBE Vector Shape - Group","hd":false},{"ind":28,"ty":"sh","ix":29,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[23.824,-39.707],[9.53,-39.707],[9.53,-54.001],[23.824,-54.001]],"c":true},"ix":2},"nm":"Path 29","mn":"ADBE Vector Shape - Group","hd":false},{"ind":29,"ty":"sh","ix":30,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[23.824,-23.823],[9.53,-23.823],[9.53,-38.117],[23.824,-38.117]],"c":true},"ix":2},"nm":"Path 30","mn":"ADBE Vector Shape - Group","hd":false},{"ind":30,"ty":"sh","ix":31,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[23.824,-7.942],[9.53,-7.942],[9.53,-22.236],[23.824,-22.236]],"c":true},"ix":2},"nm":"Path 31","mn":"ADBE Vector Shape - Group","hd":false},{"ind":31,"ty":"sh","ix":32,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[23.824,7.942],[9.53,7.942],[9.53,-6.352],[23.824,-6.352]],"c":true},"ix":2},"nm":"Path 32","mn":"ADBE Vector Shape - Group","hd":false},{"ind":32,"ty":"sh","ix":33,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[23.824,23.823],[9.53,23.823],[9.53,9.53],[23.824,9.53]],"c":true},"ix":2},"nm":"Path 33","mn":"ADBE Vector Shape - Group","hd":false},{"ind":33,"ty":"sh","ix":34,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[23.824,39.706],[9.53,39.706],[9.53,25.412],[23.824,25.412]],"c":true},"ix":2},"nm":"Path 34","mn":"ADBE Vector Shape - Group","hd":false},{"ind":34,"ty":"sh","ix":35,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[23.824,55.589],[9.53,55.589],[9.53,41.295],[23.824,41.295]],"c":true},"ix":2},"nm":"Path 35","mn":"ADBE Vector Shape - Group","hd":false},{"ind":35,"ty":"sh","ix":36,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[23.824,71.471],[9.53,71.471],[9.53,57.177],[23.824,57.177]],"c":true},"ix":2},"nm":"Path 36","mn":"ADBE Vector Shape - Group","hd":false},{"ind":36,"ty":"sh","ix":37,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.941,-55.59],[-6.353,-55.59],[-6.353,-69.884],[7.941,-69.884]],"c":true},"ix":2},"nm":"Path 37","mn":"ADBE Vector Shape - Group","hd":false},{"ind":37,"ty":"sh","ix":38,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.941,-39.707],[-6.353,-39.707],[-6.353,-54.001],[7.941,-54.001]],"c":true},"ix":2},"nm":"Path 38","mn":"ADBE Vector Shape - Group","hd":false},{"ind":38,"ty":"sh","ix":39,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.941,-23.823],[-6.353,-23.823],[-6.353,-38.117],[7.941,-38.117]],"c":true},"ix":2},"nm":"Path 39","mn":"ADBE Vector Shape - Group","hd":false},{"ind":39,"ty":"sh","ix":40,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.941,-7.942],[-6.353,-7.942],[-6.353,-22.236],[7.941,-22.236]],"c":true},"ix":2},"nm":"Path 40","mn":"ADBE Vector Shape - Group","hd":false},{"ind":40,"ty":"sh","ix":41,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.941,7.942],[-6.353,7.942],[-6.353,-6.352],[7.941,-6.352]],"c":true},"ix":2},"nm":"Path 41","mn":"ADBE Vector Shape - Group","hd":false},{"ind":41,"ty":"sh","ix":42,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.941,23.823],[-6.353,23.823],[-6.353,9.53],[7.941,9.53]],"c":true},"ix":2},"nm":"Path 42","mn":"ADBE Vector Shape - Group","hd":false},{"ind":42,"ty":"sh","ix":43,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.941,39.706],[-6.353,39.706],[-6.353,25.412],[7.941,25.412]],"c":true},"ix":2},"nm":"Path 43","mn":"ADBE Vector Shape - Group","hd":false},{"ind":43,"ty":"sh","ix":44,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.941,55.589],[-6.353,55.589],[-6.353,41.295],[7.941,41.295]],"c":true},"ix":2},"nm":"Path 44","mn":"ADBE Vector Shape - Group","hd":false},{"ind":44,"ty":"sh","ix":45,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.941,71.471],[-6.353,71.471],[-6.353,57.177],[7.941,57.177]],"c":true},"ix":2},"nm":"Path 45","mn":"ADBE Vector Shape - Group","hd":false},{"ind":45,"ty":"sh","ix":46,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.941,-55.59],[-22.235,-55.59],[-22.235,-69.884],[-7.941,-69.884]],"c":true},"ix":2},"nm":"Path 46","mn":"ADBE Vector Shape - Group","hd":false},{"ind":46,"ty":"sh","ix":47,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.941,-39.707],[-22.235,-39.707],[-22.235,-54.001],[-7.941,-54.001]],"c":true},"ix":2},"nm":"Path 47","mn":"ADBE Vector Shape - Group","hd":false},{"ind":47,"ty":"sh","ix":48,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.941,-23.823],[-22.235,-23.823],[-22.235,-38.117],[-7.941,-38.117]],"c":true},"ix":2},"nm":"Path 48","mn":"ADBE Vector Shape - Group","hd":false},{"ind":48,"ty":"sh","ix":49,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.941,-7.942],[-22.235,-7.942],[-22.235,-22.236],[-7.941,-22.236]],"c":true},"ix":2},"nm":"Path 49","mn":"ADBE Vector Shape - Group","hd":false},{"ind":49,"ty":"sh","ix":50,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.941,7.942],[-22.235,7.942],[-22.235,-6.352],[-7.941,-6.352]],"c":true},"ix":2},"nm":"Path 50","mn":"ADBE Vector Shape - Group","hd":false},{"ind":50,"ty":"sh","ix":51,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.941,23.823],[-22.235,23.823],[-22.235,9.53],[-7.941,9.53]],"c":true},"ix":2},"nm":"Path 51","mn":"ADBE Vector Shape - Group","hd":false},{"ind":51,"ty":"sh","ix":52,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.941,39.706],[-22.235,39.706],[-22.235,25.412],[-7.941,25.412]],"c":true},"ix":2},"nm":"Path 52","mn":"ADBE Vector Shape - Group","hd":false},{"ind":52,"ty":"sh","ix":53,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.941,55.589],[-22.235,55.589],[-22.235,41.295],[-7.941,41.295]],"c":true},"ix":2},"nm":"Path 53","mn":"ADBE Vector Shape - Group","hd":false},{"ind":53,"ty":"sh","ix":54,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.941,71.471],[-22.235,71.471],[-22.235,57.177],[-7.941,57.177]],"c":true},"ix":2},"nm":"Path 54","mn":"ADBE Vector Shape - Group","hd":false},{"ind":54,"ty":"sh","ix":55,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-23.824,-55.59],[-38.118,-55.59],[-38.118,-69.884],[-23.824,-69.884]],"c":true},"ix":2},"nm":"Path 55","mn":"ADBE Vector Shape - Group","hd":false},{"ind":55,"ty":"sh","ix":56,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-23.824,-39.707],[-38.118,-39.707],[-38.118,-54.001],[-23.824,-54.001]],"c":true},"ix":2},"nm":"Path 56","mn":"ADBE Vector Shape - Group","hd":false},{"ind":56,"ty":"sh","ix":57,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-23.824,-23.823],[-38.118,-23.823],[-38.118,-38.117],[-23.824,-38.117]],"c":true},"ix":2},"nm":"Path 57","mn":"ADBE Vector Shape - Group","hd":false},{"ind":57,"ty":"sh","ix":58,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-23.824,-7.942],[-38.118,-7.942],[-38.118,-22.236],[-23.824,-22.236]],"c":true},"ix":2},"nm":"Path 58","mn":"ADBE Vector Shape - Group","hd":false},{"ind":58,"ty":"sh","ix":59,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-23.824,7.942],[-38.118,7.942],[-38.118,-6.352],[-23.824,-6.352]],"c":true},"ix":2},"nm":"Path 59","mn":"ADBE Vector Shape - Group","hd":false},{"ind":59,"ty":"sh","ix":60,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-23.824,23.823],[-38.118,23.823],[-38.118,9.53],[-23.824,9.53]],"c":true},"ix":2},"nm":"Path 60","mn":"ADBE Vector Shape - Group","hd":false},{"ind":60,"ty":"sh","ix":61,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-23.824,39.706],[-38.118,39.706],[-38.118,25.412],[-23.824,25.412]],"c":true},"ix":2},"nm":"Path 61","mn":"ADBE Vector Shape - Group","hd":false},{"ind":61,"ty":"sh","ix":62,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-23.824,55.589],[-38.118,55.589],[-38.118,41.295],[-23.824,41.295]],"c":true},"ix":2},"nm":"Path 62","mn":"ADBE Vector Shape - Group","hd":false},{"ind":62,"ty":"sh","ix":63,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-23.824,71.471],[-38.118,71.471],[-38.118,57.177],[-23.824,57.177]],"c":true},"ix":2},"nm":"Path 63","mn":"ADBE Vector Shape - Group","hd":false},{"ind":63,"ty":"sh","ix":64,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-39.706,-55.59],[-54,-55.59],[-54,-69.884],[-39.706,-69.884]],"c":true},"ix":2},"nm":"Path 64","mn":"ADBE Vector Shape - Group","hd":false},{"ind":64,"ty":"sh","ix":65,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-39.706,-39.707],[-54,-39.707],[-54,-54.001],[-39.706,-54.001]],"c":true},"ix":2},"nm":"Path 65","mn":"ADBE Vector Shape - Group","hd":false},{"ind":65,"ty":"sh","ix":66,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-39.706,-23.823],[-54,-23.823],[-54,-38.117],[-39.706,-38.117]],"c":true},"ix":2},"nm":"Path 66","mn":"ADBE Vector Shape - Group","hd":false},{"ind":66,"ty":"sh","ix":67,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-39.706,-7.942],[-54,-7.942],[-54,-22.236],[-39.706,-22.236]],"c":true},"ix":2},"nm":"Path 67","mn":"ADBE Vector Shape - Group","hd":false},{"ind":67,"ty":"sh","ix":68,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-39.706,7.942],[-54,7.942],[-54,-6.352],[-39.706,-6.352]],"c":true},"ix":2},"nm":"Path 68","mn":"ADBE Vector Shape - Group","hd":false},{"ind":68,"ty":"sh","ix":69,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-39.706,23.823],[-54,23.823],[-54,9.53],[-39.706,9.53]],"c":true},"ix":2},"nm":"Path 69","mn":"ADBE Vector Shape - Group","hd":false},{"ind":69,"ty":"sh","ix":70,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-39.706,39.706],[-54,39.706],[-54,25.412],[-39.706,25.412]],"c":true},"ix":2},"nm":"Path 70","mn":"ADBE Vector Shape - Group","hd":false},{"ind":70,"ty":"sh","ix":71,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-39.706,55.589],[-54,55.589],[-54,41.295],[-39.706,41.295]],"c":true},"ix":2},"nm":"Path 71","mn":"ADBE Vector Shape - Group","hd":false},{"ind":71,"ty":"sh","ix":72,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-39.706,71.471],[-54,71.471],[-54,57.177],[-39.706,57.177]],"c":true},"ix":2},"nm":"Path 72","mn":"ADBE Vector Shape - Group","hd":false},{"ind":72,"ty":"sh","ix":73,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.589,-55.59],[-69.883,-55.59],[-69.883,-69.884],[-55.589,-69.884]],"c":true},"ix":2},"nm":"Path 73","mn":"ADBE Vector Shape - Group","hd":false},{"ind":73,"ty":"sh","ix":74,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.589,-39.707],[-69.883,-39.707],[-69.883,-54.001],[-55.589,-54.001]],"c":true},"ix":2},"nm":"Path 74","mn":"ADBE Vector Shape - Group","hd":false},{"ind":74,"ty":"sh","ix":75,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.589,-23.823],[-69.883,-23.823],[-69.883,-38.117],[-55.589,-38.117]],"c":true},"ix":2},"nm":"Path 75","mn":"ADBE Vector Shape - Group","hd":false},{"ind":75,"ty":"sh","ix":76,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.589,-7.942],[-69.883,-7.942],[-69.883,-22.236],[-55.589,-22.236]],"c":true},"ix":2},"nm":"Path 76","mn":"ADBE Vector Shape - Group","hd":false},{"ind":76,"ty":"sh","ix":77,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.589,7.942],[-69.883,7.942],[-69.883,-6.352],[-55.589,-6.352]],"c":true},"ix":2},"nm":"Path 77","mn":"ADBE Vector Shape - Group","hd":false},{"ind":77,"ty":"sh","ix":78,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.589,23.823],[-69.883,23.823],[-69.883,9.53],[-55.589,9.53]],"c":true},"ix":2},"nm":"Path 78","mn":"ADBE Vector Shape - Group","hd":false},{"ind":78,"ty":"sh","ix":79,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.589,39.706],[-69.883,39.706],[-69.883,25.412],[-55.589,25.412]],"c":true},"ix":2},"nm":"Path 79","mn":"ADBE Vector Shape - Group","hd":false},{"ind":79,"ty":"sh","ix":80,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.589,55.589],[-69.883,55.589],[-69.883,41.295],[-55.589,41.295]],"c":true},"ix":2},"nm":"Path 80","mn":"ADBE Vector Shape - Group","hd":false},{"ind":80,"ty":"sh","ix":81,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.589,71.471],[-69.883,71.471],[-69.883,57.177],[-55.589,57.177]],"c":true},"ix":2},"nm":"Path 81","mn":"ADBE Vector Shape - Group","hd":false},{"ind":81,"ty":"sh","ix":82,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[79.413,-69.884],[79.413,-71.471],[73.06,-71.471],[73.06,-79.412],[71.472,-79.412],[71.472,-71.471],[57.178,-71.471],[57.178,-79.412],[55.589,-79.412],[55.589,-71.471],[41.295,-71.471],[41.295,-79.412],[39.706,-79.412],[39.706,-71.471],[25.412,-71.471],[25.412,-79.412],[23.824,-79.412],[23.824,-71.471],[9.53,-71.471],[9.53,-79.412],[7.941,-79.412],[7.941,-71.471],[-6.353,-71.471],[-6.353,-79.412],[-7.941,-79.412],[-7.941,-71.471],[-22.235,-71.471],[-22.235,-79.412],[-23.824,-79.412],[-23.824,-71.471],[-38.118,-71.471],[-38.118,-79.412],[-39.706,-79.412],[-39.706,-71.471],[-54.001,-71.471],[-54.001,-79.412],[-55.589,-79.412],[-55.589,-71.471],[-69.883,-71.471],[-69.883,-79.412],[-71.471,-79.412],[-71.471,-71.471],[-79.413,-71.471],[-79.413,-69.884],[-71.471,-69.884],[-71.471,-55.59],[-79.413,-55.59],[-79.413,-54.001],[-71.471,-54.001],[-71.471,-39.707],[-79.413,-39.707],[-79.413,-38.118],[-71.471,-38.118],[-71.471,-23.823],[-79.413,-23.823],[-79.413,-22.236],[-71.471,-22.236],[-71.471,-7.942],[-79.413,-7.942],[-79.413,-6.354],[-71.471,-6.354],[-71.471,7.942],[-79.413,7.942],[-79.413,9.53],[-71.471,9.53],[-71.471,23.823],[-79.413,23.823],[-79.413,25.411],[-71.471,25.411],[-71.471,39.706],[-79.413,39.706],[-79.413,41.294],[-71.471,41.294],[-71.471,55.589],[-79.413,55.589],[-79.413,57.177],[-71.471,57.177],[-71.471,71.471],[-79.413,71.471],[-79.413,73.059],[-71.471,73.059],[-71.471,79.412],[-69.883,79.412],[-69.883,73.059],[-55.589,73.059],[-55.589,79.412],[-54.001,79.412],[-54.001,73.059],[-39.706,73.059],[-39.706,79.412],[-38.118,79.412],[-38.118,73.059],[-23.824,73.059],[-23.824,79.412],[-22.235,79.412],[-22.235,73.059],[-7.941,73.059],[-7.941,79.412],[-6.353,79.412],[-6.353,73.059],[7.941,73.059],[7.941,79.412],[9.53,79.412],[9.53,73.059],[23.824,73.059],[23.824,79.412],[25.412,79.412],[25.412,73.059],[39.706,73.059],[39.706,79.412],[41.295,79.412],[41.295,73.059],[55.589,73.059],[55.589,79.412],[57.178,79.412],[57.178,73.059],[71.472,73.059],[71.472,79.412],[73.06,79.412],[73.06,73.059],[79.413,73.059],[79.413,71.471],[73.06,71.471],[73.06,57.177],[79.413,57.177],[79.413,55.589],[73.06,55.589],[73.06,41.294],[79.413,41.294],[79.413,39.706],[73.06,39.706],[73.06,25.411],[79.413,25.411],[79.413,23.823],[73.06,23.823],[73.06,9.53],[79.413,9.53],[79.413,7.942],[73.06,7.942],[73.06,-6.354],[79.413,-6.354],[79.413,-7.942],[73.06,-7.942],[73.06,-22.236],[79.413,-22.236],[79.413,-23.823],[73.06,-23.823],[73.06,-38.118],[79.413,-38.118],[79.413,-39.707],[73.06,-39.707],[73.06,-54.001],[79.413,-54.001],[79.413,-55.59],[73.06,-55.59],[73.06,-69.884]],"c":true},"ix":2},"nm":"Path 82","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[239.151,238.549],"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":"Group 3","np":84,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"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":[[71.471,-55.59],[57.177,-55.59],[57.177,-69.884],[71.471,-69.884]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[71.471,-39.707],[57.177,-39.707],[57.177,-54.001],[71.471,-54.001]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[71.471,-23.823],[57.177,-23.823],[57.177,-38.117],[71.471,-38.117]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[71.471,-7.942],[57.177,-7.942],[57.177,-22.236],[71.471,-22.236]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[71.471,7.942],[57.177,7.942],[57.177,-6.352],[71.471,-6.352]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[71.471,23.823],[57.177,23.823],[57.177,9.53],[71.471,9.53]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[71.471,39.706],[57.177,39.706],[57.177,25.412],[71.471,25.412]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[71.471,55.589],[57.177,55.589],[57.177,41.295],[71.471,41.295]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[71.471,71.471],[57.177,71.471],[57.177,57.177],[71.471,57.177]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.59,-55.59],[41.296,-55.59],[41.296,-69.884],[55.59,-69.884]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.59,-39.707],[41.296,-39.707],[41.296,-54.001],[55.59,-54.001]],"c":true},"ix":2},"nm":"Path 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":11,"ty":"sh","ix":12,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.59,-23.823],[41.296,-23.823],[41.296,-38.117],[55.59,-38.117]],"c":true},"ix":2},"nm":"Path 12","mn":"ADBE Vector Shape - Group","hd":false},{"ind":12,"ty":"sh","ix":13,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.59,-7.942],[41.296,-7.942],[41.296,-22.236],[55.59,-22.236]],"c":true},"ix":2},"nm":"Path 13","mn":"ADBE Vector Shape - Group","hd":false},{"ind":13,"ty":"sh","ix":14,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.59,7.942],[41.296,7.942],[41.296,-6.352],[55.59,-6.352]],"c":true},"ix":2},"nm":"Path 14","mn":"ADBE Vector Shape - Group","hd":false},{"ind":14,"ty":"sh","ix":15,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.59,23.823],[41.296,23.823],[41.296,9.53],[55.59,9.53]],"c":true},"ix":2},"nm":"Path 15","mn":"ADBE Vector Shape - Group","hd":false},{"ind":15,"ty":"sh","ix":16,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.59,39.706],[41.296,39.706],[41.296,25.412],[55.59,25.412]],"c":true},"ix":2},"nm":"Path 16","mn":"ADBE Vector Shape - Group","hd":false},{"ind":16,"ty":"sh","ix":17,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.59,55.589],[41.296,55.589],[41.296,41.295],[55.59,41.295]],"c":true},"ix":2},"nm":"Path 17","mn":"ADBE Vector Shape - Group","hd":false},{"ind":17,"ty":"sh","ix":18,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[55.59,71.471],[41.296,71.471],[41.296,57.177],[55.59,57.177]],"c":true},"ix":2},"nm":"Path 18","mn":"ADBE Vector Shape - Group","hd":false},{"ind":18,"ty":"sh","ix":19,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[39.707,-55.59],[25.413,-55.59],[25.413,-69.884],[39.707,-69.884]],"c":true},"ix":2},"nm":"Path 19","mn":"ADBE Vector Shape - Group","hd":false},{"ind":19,"ty":"sh","ix":20,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[39.707,-39.707],[25.413,-39.707],[25.413,-54.001],[39.707,-54.001]],"c":true},"ix":2},"nm":"Path 20","mn":"ADBE Vector Shape - Group","hd":false},{"ind":20,"ty":"sh","ix":21,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[39.707,-23.823],[25.413,-23.823],[25.413,-38.117],[39.707,-38.117]],"c":true},"ix":2},"nm":"Path 21","mn":"ADBE Vector Shape - Group","hd":false},{"ind":21,"ty":"sh","ix":22,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[39.707,-7.942],[25.413,-7.942],[25.413,-22.236],[39.707,-22.236]],"c":true},"ix":2},"nm":"Path 22","mn":"ADBE Vector Shape - Group","hd":false},{"ind":22,"ty":"sh","ix":23,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[39.707,7.942],[25.413,7.942],[25.413,-6.352],[39.707,-6.352]],"c":true},"ix":2},"nm":"Path 23","mn":"ADBE Vector Shape - Group","hd":false},{"ind":23,"ty":"sh","ix":24,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[39.707,23.823],[25.413,23.823],[25.413,9.53],[39.707,9.53]],"c":true},"ix":2},"nm":"Path 24","mn":"ADBE Vector Shape - Group","hd":false},{"ind":24,"ty":"sh","ix":25,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[39.707,39.706],[25.413,39.706],[25.413,25.412],[39.707,25.412]],"c":true},"ix":2},"nm":"Path 25","mn":"ADBE Vector Shape - Group","hd":false},{"ind":25,"ty":"sh","ix":26,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[39.707,55.589],[25.413,55.589],[25.413,41.295],[39.707,41.295]],"c":true},"ix":2},"nm":"Path 26","mn":"ADBE Vector Shape - Group","hd":false},{"ind":26,"ty":"sh","ix":27,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[39.707,71.471],[25.413,71.471],[25.413,57.177],[39.707,57.177]],"c":true},"ix":2},"nm":"Path 27","mn":"ADBE Vector Shape - Group","hd":false},{"ind":27,"ty":"sh","ix":28,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[23.823,-55.59],[9.53,-55.59],[9.53,-69.884],[23.823,-69.884]],"c":true},"ix":2},"nm":"Path 28","mn":"ADBE Vector Shape - Group","hd":false},{"ind":28,"ty":"sh","ix":29,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[23.823,-39.707],[9.53,-39.707],[9.53,-54.001],[23.823,-54.001]],"c":true},"ix":2},"nm":"Path 29","mn":"ADBE Vector Shape - Group","hd":false},{"ind":29,"ty":"sh","ix":30,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[23.823,-23.823],[9.53,-23.823],[9.53,-38.117],[23.823,-38.117]],"c":true},"ix":2},"nm":"Path 30","mn":"ADBE Vector Shape - Group","hd":false},{"ind":30,"ty":"sh","ix":31,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[23.823,-7.942],[9.53,-7.942],[9.53,-22.236],[23.823,-22.236]],"c":true},"ix":2},"nm":"Path 31","mn":"ADBE Vector Shape - Group","hd":false},{"ind":31,"ty":"sh","ix":32,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[23.823,7.942],[9.53,7.942],[9.53,-6.352],[23.823,-6.352]],"c":true},"ix":2},"nm":"Path 32","mn":"ADBE Vector Shape - Group","hd":false},{"ind":32,"ty":"sh","ix":33,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[23.823,23.823],[9.53,23.823],[9.53,9.53],[23.823,9.53]],"c":true},"ix":2},"nm":"Path 33","mn":"ADBE Vector Shape - Group","hd":false},{"ind":33,"ty":"sh","ix":34,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[23.823,39.706],[9.53,39.706],[9.53,25.412],[23.823,25.412]],"c":true},"ix":2},"nm":"Path 34","mn":"ADBE Vector Shape - Group","hd":false},{"ind":34,"ty":"sh","ix":35,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[23.823,55.589],[9.53,55.589],[9.53,41.295],[23.823,41.295]],"c":true},"ix":2},"nm":"Path 35","mn":"ADBE Vector Shape - Group","hd":false},{"ind":35,"ty":"sh","ix":36,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[23.823,71.471],[9.53,71.471],[9.53,57.177],[23.823,57.177]],"c":true},"ix":2},"nm":"Path 36","mn":"ADBE Vector Shape - Group","hd":false},{"ind":36,"ty":"sh","ix":37,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.942,-55.59],[-6.352,-55.59],[-6.352,-69.884],[7.942,-69.884]],"c":true},"ix":2},"nm":"Path 37","mn":"ADBE Vector Shape - Group","hd":false},{"ind":37,"ty":"sh","ix":38,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.942,-39.707],[-6.352,-39.707],[-6.352,-54.001],[7.942,-54.001]],"c":true},"ix":2},"nm":"Path 38","mn":"ADBE Vector Shape - Group","hd":false},{"ind":38,"ty":"sh","ix":39,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.942,-23.823],[-6.352,-23.823],[-6.352,-38.117],[7.942,-38.117]],"c":true},"ix":2},"nm":"Path 39","mn":"ADBE Vector Shape - Group","hd":false},{"ind":39,"ty":"sh","ix":40,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.942,-7.942],[-6.352,-7.942],[-6.352,-22.236],[7.942,-22.236]],"c":true},"ix":2},"nm":"Path 40","mn":"ADBE Vector Shape - Group","hd":false},{"ind":40,"ty":"sh","ix":41,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.942,7.942],[-6.352,7.942],[-6.352,-6.352],[7.942,-6.352]],"c":true},"ix":2},"nm":"Path 41","mn":"ADBE Vector Shape - Group","hd":false},{"ind":41,"ty":"sh","ix":42,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.942,23.823],[-6.352,23.823],[-6.352,9.53],[7.942,9.53]],"c":true},"ix":2},"nm":"Path 42","mn":"ADBE Vector Shape - Group","hd":false},{"ind":42,"ty":"sh","ix":43,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.942,39.706],[-6.352,39.706],[-6.352,25.412],[7.942,25.412]],"c":true},"ix":2},"nm":"Path 43","mn":"ADBE Vector Shape - Group","hd":false},{"ind":43,"ty":"sh","ix":44,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.942,55.589],[-6.352,55.589],[-6.352,41.295],[7.942,41.295]],"c":true},"ix":2},"nm":"Path 44","mn":"ADBE Vector Shape - Group","hd":false},{"ind":44,"ty":"sh","ix":45,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.942,71.471],[-6.352,71.471],[-6.352,57.177],[7.942,57.177]],"c":true},"ix":2},"nm":"Path 45","mn":"ADBE Vector Shape - Group","hd":false},{"ind":45,"ty":"sh","ix":46,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.942,-55.59],[-22.236,-55.59],[-22.236,-69.884],[-7.942,-69.884]],"c":true},"ix":2},"nm":"Path 46","mn":"ADBE Vector Shape - Group","hd":false},{"ind":46,"ty":"sh","ix":47,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.942,-39.707],[-22.236,-39.707],[-22.236,-54.001],[-7.942,-54.001]],"c":true},"ix":2},"nm":"Path 47","mn":"ADBE Vector Shape - Group","hd":false},{"ind":47,"ty":"sh","ix":48,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.942,-23.823],[-22.236,-23.823],[-22.236,-38.117],[-7.942,-38.117]],"c":true},"ix":2},"nm":"Path 48","mn":"ADBE Vector Shape - Group","hd":false},{"ind":48,"ty":"sh","ix":49,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.942,-7.942],[-22.236,-7.942],[-22.236,-22.236],[-7.942,-22.236]],"c":true},"ix":2},"nm":"Path 49","mn":"ADBE Vector Shape - Group","hd":false},{"ind":49,"ty":"sh","ix":50,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.942,7.942],[-22.236,7.942],[-22.236,-6.352],[-7.942,-6.352]],"c":true},"ix":2},"nm":"Path 50","mn":"ADBE Vector Shape - Group","hd":false},{"ind":50,"ty":"sh","ix":51,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.942,23.823],[-22.236,23.823],[-22.236,9.53],[-7.942,9.53]],"c":true},"ix":2},"nm":"Path 51","mn":"ADBE Vector Shape - Group","hd":false},{"ind":51,"ty":"sh","ix":52,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.942,39.706],[-22.236,39.706],[-22.236,25.412],[-7.942,25.412]],"c":true},"ix":2},"nm":"Path 52","mn":"ADBE Vector Shape - Group","hd":false},{"ind":52,"ty":"sh","ix":53,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.942,55.589],[-22.236,55.589],[-22.236,41.295],[-7.942,41.295]],"c":true},"ix":2},"nm":"Path 53","mn":"ADBE Vector Shape - Group","hd":false},{"ind":53,"ty":"sh","ix":54,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.942,71.471],[-22.236,71.471],[-22.236,57.177],[-7.942,57.177]],"c":true},"ix":2},"nm":"Path 54","mn":"ADBE Vector Shape - Group","hd":false},{"ind":54,"ty":"sh","ix":55,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-23.824,-55.59],[-38.118,-55.59],[-38.118,-69.884],[-23.824,-69.884]],"c":true},"ix":2},"nm":"Path 55","mn":"ADBE Vector Shape - Group","hd":false},{"ind":55,"ty":"sh","ix":56,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-23.824,-39.707],[-38.118,-39.707],[-38.118,-54.001],[-23.824,-54.001]],"c":true},"ix":2},"nm":"Path 56","mn":"ADBE Vector Shape - Group","hd":false},{"ind":56,"ty":"sh","ix":57,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-23.824,-23.823],[-38.118,-23.823],[-38.118,-38.117],[-23.824,-38.117]],"c":true},"ix":2},"nm":"Path 57","mn":"ADBE Vector Shape - Group","hd":false},{"ind":57,"ty":"sh","ix":58,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-23.824,-7.942],[-38.118,-7.942],[-38.118,-22.236],[-23.824,-22.236]],"c":true},"ix":2},"nm":"Path 58","mn":"ADBE Vector Shape - Group","hd":false},{"ind":58,"ty":"sh","ix":59,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-23.824,7.942],[-38.118,7.942],[-38.118,-6.352],[-23.824,-6.352]],"c":true},"ix":2},"nm":"Path 59","mn":"ADBE Vector Shape - Group","hd":false},{"ind":59,"ty":"sh","ix":60,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-23.824,23.823],[-38.118,23.823],[-38.118,9.53],[-23.824,9.53]],"c":true},"ix":2},"nm":"Path 60","mn":"ADBE Vector Shape - Group","hd":false},{"ind":60,"ty":"sh","ix":61,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-23.824,39.706],[-38.118,39.706],[-38.118,25.412],[-23.824,25.412]],"c":true},"ix":2},"nm":"Path 61","mn":"ADBE Vector Shape - Group","hd":false},{"ind":61,"ty":"sh","ix":62,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-23.824,55.589],[-38.118,55.589],[-38.118,41.295],[-23.824,41.295]],"c":true},"ix":2},"nm":"Path 62","mn":"ADBE Vector Shape - Group","hd":false},{"ind":62,"ty":"sh","ix":63,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-23.824,71.471],[-38.118,71.471],[-38.118,57.177],[-23.824,57.177]],"c":true},"ix":2},"nm":"Path 63","mn":"ADBE Vector Shape - Group","hd":false},{"ind":63,"ty":"sh","ix":64,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-39.706,-55.59],[-54,-55.59],[-54,-69.884],[-39.706,-69.884]],"c":true},"ix":2},"nm":"Path 64","mn":"ADBE Vector Shape - Group","hd":false},{"ind":64,"ty":"sh","ix":65,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-39.706,-39.707],[-54,-39.707],[-54,-54.001],[-39.706,-54.001]],"c":true},"ix":2},"nm":"Path 65","mn":"ADBE Vector Shape - Group","hd":false},{"ind":65,"ty":"sh","ix":66,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-39.706,-23.823],[-54,-23.823],[-54,-38.117],[-39.706,-38.117]],"c":true},"ix":2},"nm":"Path 66","mn":"ADBE Vector Shape - Group","hd":false},{"ind":66,"ty":"sh","ix":67,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-39.706,-7.942],[-54,-7.942],[-54,-22.236],[-39.706,-22.236]],"c":true},"ix":2},"nm":"Path 67","mn":"ADBE Vector Shape - Group","hd":false},{"ind":67,"ty":"sh","ix":68,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-39.706,7.942],[-54,7.942],[-54,-6.352],[-39.706,-6.352]],"c":true},"ix":2},"nm":"Path 68","mn":"ADBE Vector Shape - Group","hd":false},{"ind":68,"ty":"sh","ix":69,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-39.706,23.823],[-54,23.823],[-54,9.53],[-39.706,9.53]],"c":true},"ix":2},"nm":"Path 69","mn":"ADBE Vector Shape - Group","hd":false},{"ind":69,"ty":"sh","ix":70,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-39.706,39.706],[-54,39.706],[-54,25.412],[-39.706,25.412]],"c":true},"ix":2},"nm":"Path 70","mn":"ADBE Vector Shape - Group","hd":false},{"ind":70,"ty":"sh","ix":71,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-39.706,55.589],[-54,55.589],[-54,41.295],[-39.706,41.295]],"c":true},"ix":2},"nm":"Path 71","mn":"ADBE Vector Shape - Group","hd":false},{"ind":71,"ty":"sh","ix":72,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-39.706,71.471],[-54,71.471],[-54,57.177],[-39.706,57.177]],"c":true},"ix":2},"nm":"Path 72","mn":"ADBE Vector Shape - Group","hd":false},{"ind":72,"ty":"sh","ix":73,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.59,-55.59],[-69.884,-55.59],[-69.884,-69.884],[-55.59,-69.884]],"c":true},"ix":2},"nm":"Path 73","mn":"ADBE Vector Shape - Group","hd":false},{"ind":73,"ty":"sh","ix":74,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.59,-39.707],[-69.884,-39.707],[-69.884,-54.001],[-55.59,-54.001]],"c":true},"ix":2},"nm":"Path 74","mn":"ADBE Vector Shape - Group","hd":false},{"ind":74,"ty":"sh","ix":75,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.59,-23.823],[-69.884,-23.823],[-69.884,-38.117],[-55.59,-38.117]],"c":true},"ix":2},"nm":"Path 75","mn":"ADBE Vector Shape - Group","hd":false},{"ind":75,"ty":"sh","ix":76,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.59,-7.942],[-69.884,-7.942],[-69.884,-22.236],[-55.59,-22.236]],"c":true},"ix":2},"nm":"Path 76","mn":"ADBE Vector Shape - Group","hd":false},{"ind":76,"ty":"sh","ix":77,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.59,7.942],[-69.884,7.942],[-69.884,-6.352],[-55.59,-6.352]],"c":true},"ix":2},"nm":"Path 77","mn":"ADBE Vector Shape - Group","hd":false},{"ind":77,"ty":"sh","ix":78,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.59,23.823],[-69.884,23.823],[-69.884,9.53],[-55.59,9.53]],"c":true},"ix":2},"nm":"Path 78","mn":"ADBE Vector Shape - Group","hd":false},{"ind":78,"ty":"sh","ix":79,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.59,39.706],[-69.884,39.706],[-69.884,25.412],[-55.59,25.412]],"c":true},"ix":2},"nm":"Path 79","mn":"ADBE Vector Shape - Group","hd":false},{"ind":79,"ty":"sh","ix":80,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.59,55.589],[-69.884,55.589],[-69.884,41.295],[-55.59,41.295]],"c":true},"ix":2},"nm":"Path 80","mn":"ADBE Vector Shape - Group","hd":false},{"ind":80,"ty":"sh","ix":81,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.59,71.471],[-69.884,71.471],[-69.884,57.177],[-55.59,57.177]],"c":true},"ix":2},"nm":"Path 81","mn":"ADBE Vector Shape - Group","hd":false},{"ind":81,"ty":"sh","ix":82,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[79.412,-69.884],[79.412,-71.471],[73.059,-71.471],[73.059,-79.412],[71.471,-79.412],[71.471,-71.471],[57.177,-71.471],[57.177,-79.412],[55.59,-79.412],[55.59,-71.471],[41.295,-71.471],[41.295,-79.412],[39.707,-79.412],[39.707,-71.471],[25.411,-71.471],[25.411,-79.412],[23.823,-79.412],[23.823,-71.471],[9.53,-71.471],[9.53,-79.412],[7.942,-79.412],[7.942,-71.471],[-6.353,-71.471],[-6.353,-79.412],[-7.942,-79.412],[-7.942,-71.471],[-22.236,-71.471],[-22.236,-79.412],[-23.824,-79.412],[-23.824,-71.471],[-38.118,-71.471],[-38.118,-79.412],[-39.706,-79.412],[-39.706,-71.471],[-54,-71.471],[-54,-79.412],[-55.59,-79.412],[-55.59,-71.471],[-69.884,-71.471],[-69.884,-79.412],[-71.471,-79.412],[-71.471,-71.471],[-79.412,-71.471],[-79.412,-69.884],[-71.471,-69.884],[-71.471,-55.59],[-79.412,-55.59],[-79.412,-54.001],[-71.471,-54.001],[-71.471,-39.707],[-79.412,-39.707],[-79.412,-38.118],[-71.471,-38.118],[-71.471,-23.823],[-79.412,-23.823],[-79.412,-22.236],[-71.471,-22.236],[-71.471,-7.942],[-79.412,-7.942],[-79.412,-6.354],[-71.471,-6.354],[-71.471,7.942],[-79.412,7.942],[-79.412,9.53],[-71.471,9.53],[-71.471,23.823],[-79.412,23.823],[-79.412,25.411],[-71.471,25.411],[-71.471,39.706],[-79.412,39.706],[-79.412,41.294],[-71.471,41.294],[-71.471,55.589],[-79.412,55.589],[-79.412,57.177],[-71.471,57.177],[-71.471,71.471],[-79.412,71.471],[-79.412,73.059],[-71.471,73.059],[-71.471,79.412],[-69.884,79.412],[-69.884,73.059],[-55.59,73.059],[-55.59,79.412],[-54,79.412],[-54,73.059],[-39.706,73.059],[-39.706,79.412],[-38.118,79.412],[-38.118,73.059],[-23.824,73.059],[-23.824,79.412],[-22.236,79.412],[-22.236,73.059],[-7.942,73.059],[-7.942,79.412],[-6.353,79.412],[-6.353,73.059],[7.942,73.059],[7.942,79.412],[9.53,79.412],[9.53,73.059],[23.823,73.059],[23.823,79.412],[25.411,79.412],[25.411,73.059],[39.707,73.059],[39.707,79.412],[41.295,79.412],[41.295,73.059],[55.59,73.059],[55.59,79.412],[57.177,79.412],[57.177,73.059],[71.471,73.059],[71.471,79.412],[73.059,79.412],[73.059,73.059],[79.412,73.059],[79.412,71.471],[73.059,71.471],[73.059,57.177],[79.412,57.177],[79.412,55.589],[73.059,55.589],[73.059,41.294],[79.412,41.294],[79.412,39.706],[73.059,39.706],[73.059,25.411],[79.412,25.411],[79.412,23.823],[73.059,23.823],[73.059,9.53],[79.412,9.53],[79.412,7.942],[73.059,7.942],[73.059,-6.354],[79.412,-6.354],[79.412,-7.942],[73.059,-7.942],[73.059,-22.236],[79.412,-22.236],[79.412,-23.823],[73.059,-23.823],[73.059,-38.118],[79.412,-38.118],[79.412,-39.707],[73.059,-39.707],[73.059,-54.001],[79.412,-54.001],[79.412,-55.59],[73.059,-55.59],[73.059,-69.884]],"c":true},"ix":2},"nm":"Path 82","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[80.325,238.549],"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":"Group 4","np":84,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":71.0000028918893,"op":89.0000036250443,"st":61.0000024845809,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"rox 9","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[287.317,301.011,0],"ix":2},"a":{"a":0,"k":[71.439,43.837,0],"ix":1},"s":{"a":0,"k":[-300,300,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":71,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-42.586,-28.372],[-37.795,-33.504],[23.253,-21.378],[32.128,-13.08]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-39.503,-28.122],[-34.878,-37.087],[24.92,-20.961],[33.795,-7.33]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":72,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-39.503,-28.122],[-34.878,-37.087],[24.92,-20.961],[33.795,-7.33]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-37.586,-27.206],[-31.461,-40.254],[28.336,-20.461],[36.128,-2.413]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":73,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-37.586,-27.206],[-31.461,-40.254],[28.336,-20.461],[36.128,-2.413]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-33.536,-23.822],[-29.228,-43.004],[28.17,-18.978],[36.611,3.904]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":74,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-33.536,-23.822],[-29.228,-43.004],[28.17,-18.978],[36.611,3.904]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-29.486,-20.439],[-26.328,-45.087],[29.003,-18.328],[37.928,9.72]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":75,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-29.486,-20.439],[-26.328,-45.087],[29.003,-18.328],[37.928,9.72]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-23.109,-15.45],[-21.473,-48.198],[30.781,-16.139],[39.395,21.52]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":77,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-23.109,-15.45],[-21.473,-48.198],[30.781,-16.139],[39.395,21.52]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-17.92,-9.456],[-17.461,-50.67],[30.836,-14.961],[39.045,26.67]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":78,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-17.92,-9.456],[-17.461,-50.67],[30.836,-14.961],[39.045,26.67]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-10.586,-1.456],[-11.128,-50.337],[30.003,-14.461],[37.878,34.67]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":80,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-10.586,-1.456],[-11.128,-50.337],[30.003,-14.461],[37.878,34.67]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.747,12.878],[-0.378,-47.587],[30.086,-12.586],[33.795,42.67]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":83,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.747,12.878],[-0.378,-47.587],[30.086,-12.586],[33.795,42.67]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.747,18.044],[3.205,-46.337],[28.67,-12.628],[32.545,43.504]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":84,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.747,18.044],[3.205,-46.337],[28.67,-12.628],[32.545,43.504]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[11.747,27.489],[9.983,-42.115],[24.836,-15.183],[29.489,45.115]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":86,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[11.747,27.489],[9.983,-42.115],[24.836,-15.183],[29.489,45.115]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[14.747,32.878],[13.205,-39.004],[24.67,-16.128],[26.878,44.67]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":87,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[14.747,32.878],[13.205,-39.004],[24.67,-16.128],[26.878,44.67]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[17.914,37.544],[16.205,-36.337],[23.503,-17.128],[24.711,43.17]],"c":true}]},{"t":88.0000035843135}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2.5,"ix":5},"lc":1,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.901960784314,0.203921568627,0.474509803922,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.439,43.837],"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":"Group 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":71.0000028918893,"op":89.0000036250443,"st":69.0000028104276,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"rox 8","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[323.817,327.95,0],"ix":2},"a":{"a":0,"k":[58.606,49.857,0],"ix":1},"s":{"a":0,"k":[-300,-300,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":72,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-52.253,3.961],[-57.961,-26.92],[-37.914,41.872],[-36.205,51.92]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-52.92,5.128],[-60.128,-24.42],[-35.247,39.872],[-30.705,58.087]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":74,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-52.92,5.128],[-60.128,-24.42],[-35.247,39.872],[-30.705,58.087]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-56.253,21.294],[-63.628,-19.42],[-19.414,26.539],[-18.039,65.754]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":78,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-56.253,21.294],[-63.628,-19.42],[-19.414,26.539],[-18.039,65.754]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-58.372,37.461],[-64.033,-18.158],[-3.58,6.515],[-5.158,64.135]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":82,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-58.372,37.461],[-64.033,-18.158],[-3.58,6.515],[-5.158,64.135]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-58.11,40.072],[-64.12,-17.857],[-0.08,1.69],[-1.673,62.508]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":83,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-58.11,40.072],[-64.12,-17.857],[-0.08,1.69],[-1.673,62.508]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-57.586,45.294],[-61.795,-19.254],[6.92,-7.961],[5.295,59.254]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":85,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-57.586,45.294],[-61.795,-19.254],[6.92,-7.961],[5.295,59.254]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-56.975,46.017],[-60.906,-20.365],[10.92,-13.35],[8.684,57.087]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":86,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-56.975,46.017],[-60.906,-20.365],[10.92,-13.35],[8.684,57.087]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.586,47.628],[-57.628,-23.087],[16.92,-22.628],[14.961,51.587]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":88,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.586,47.628],[-57.628,-23.087],[16.92,-22.628],[14.961,51.587]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-50.586,43.628],[-50.628,-31.587],[24.92,-31.294],[24.961,43.587]],"c":true}]},{"t":91.000003706506}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2.5,"ix":5},"lc":1,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.728999956916,0.513000009574,0.726999978458,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.439,43.837],"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":"Group 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":72.0000029326201,"op":92.0000037472368,"st":72.0000029326201,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"rox 12","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[285.317,305.011,0],"ix":2},"a":{"a":0,"k":[71.439,43.837,0],"ix":1},"s":{"a":0,"k":[-289.4,289.4,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[19.414,-24.456],[21.205,-27.504],[21.17,33.372],[17.378,48.67]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.58,-22.956],[23.539,-29.004],[22.17,32.039],[14.795,51.17]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":48,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.58,-22.956],[23.539,-29.004],[22.17,32.039],[14.795,51.17]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[11.58,-14.789],[27.372,-30.504],[24.503,29.372],[10.211,56.337]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":50,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[11.58,-14.789],[27.372,-30.504],[24.503,29.372],[10.211,56.337]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-2.586,4.711],[34.705,-27.337],[29.503,27.539],[-3.955,63.337]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":54,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-2.586,4.711],[34.705,-27.337],[29.503,27.539],[-3.955,63.337]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-17.92,23.711],[39.205,-14.004],[31.003,28.872],[-17.122,64.337]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":58,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-17.92,23.711],[39.205,-14.004],[31.003,28.872],[-17.122,64.337]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-32.586,38.544],[37.539,7.496],[28.336,33.206],[-29.455,59.504]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":62,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-32.586,38.544],[37.539,7.496],[28.336,33.206],[-29.455,59.504]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-41.586,43.211],[31.705,26.33],[24.336,36.039],[-36.289,49.837]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":65,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-41.586,43.211],[31.705,26.33],[24.336,36.039],[-36.289,49.837]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-45.753,43.378],[29.539,32.163],[26.67,35.872],[-41.955,46.004]],"c":true}]},{"t":66.0000026882351}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2.5,"ix":5},"lc":1,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.901960784314,0.203921568627,0.474509803922,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.439,43.837],"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":"Group 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":47.0000019143492,"op":67.0000027289659,"st":45.0000018328876,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"rox 7","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[285.317,305.011,0],"ix":2},"a":{"a":0,"k":[71.439,43.837,0],"ix":1},"s":{"a":0,"k":[-300,300,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[19.414,-24.456],[21.205,-27.504],[21.17,33.372],[17.378,48.67]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.58,-22.956],[23.539,-29.004],[22.17,32.039],[14.795,51.17]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":48,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.58,-22.956],[23.539,-29.004],[22.17,32.039],[14.795,51.17]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[11.58,-14.789],[27.372,-30.504],[24.503,29.372],[10.211,56.337]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":50,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[11.58,-14.789],[27.372,-30.504],[24.503,29.372],[10.211,56.337]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-2.586,4.711],[34.705,-27.337],[29.503,27.539],[-3.955,63.337]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":54,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-2.586,4.711],[34.705,-27.337],[29.503,27.539],[-3.955,63.337]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-17.92,23.711],[39.205,-14.004],[31.003,28.872],[-17.122,64.337]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":58,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-17.92,23.711],[39.205,-14.004],[31.003,28.872],[-17.122,64.337]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-32.586,38.544],[37.539,7.496],[28.336,33.206],[-29.455,59.504]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":62,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-32.586,38.544],[37.539,7.496],[28.336,33.206],[-29.455,59.504]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-41.586,43.211],[31.705,26.33],[24.336,36.039],[-36.289,49.837]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":65,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-41.586,43.211],[31.705,26.33],[24.336,36.039],[-36.289,49.837]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-45.753,43.378],[29.539,32.163],[26.67,35.872],[-41.955,46.004]],"c":true}]},{"t":66.0000026882351}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2.5,"ix":5},"lc":1,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.901960784314,0.203921568627,0.474509803922,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.439,43.837],"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":"Group 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":47.0000019143492,"op":67.0000027289659,"st":45.0000018328876,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"rox 5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[365.317,305.011,0],"ix":2},"a":{"a":0,"k":[71.439,43.837,0],"ix":1},"s":{"a":0,"k":[300,300,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-43.086,-29.372],[-36.628,-36.337],[23.92,-22.544],[32.128,-13.08]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-39.836,-28.122],[-33.878,-40.087],[25.586,-21.961],[33.795,-7.33]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-39.836,-28.122],[-33.878,-40.087],[25.586,-21.961],[33.795,-7.33]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-37.586,-27.206],[-31.795,-43.087],[27.67,-21.961],[35.295,-1.413]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-37.586,-27.206],[-31.795,-43.087],[27.67,-21.961],[35.295,-1.413]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-29.486,-20.439],[-26.328,-47.42],[29.003,-19.161],[37.095,10.22]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-29.486,-20.439],[-26.328,-47.42],[29.003,-19.161],[37.095,10.22]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-17.92,-9.456],[-17.295,-51.504],[31.17,-15.794],[37.878,27.17]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-17.92,-9.456],[-17.295,-51.504],[31.17,-15.794],[37.878,27.17]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-10.253,-0.456],[-10.795,-51.67],[30.003,-14.461],[35.711,33.17]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-10.253,-0.456],[-10.795,-51.67],[30.003,-14.461],[35.711,33.17]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.747,19.211],[3.205,-46.67],[27.003,-15.294],[30.878,42.67]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.747,19.211],[3.205,-46.67],[27.003,-15.294],[30.878,42.67]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[14.747,33.711],[13.372,-40.004],[23.17,-17.961],[24.211,42.67]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[14.747,33.711],[13.372,-40.004],[23.17,-17.961],[24.211,42.67]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[17.914,37.544],[17.705,-37.004],[21.503,-17.961],[22.711,41.67]],"c":true}]},{"t":43.0000017514259}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2.5,"ix":5},"lc":1,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.901960784314,0.203921568627,0.474509803922,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.439,43.837],"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":"Group 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":26.0000010590017,"op":44.0000017921567,"st":24.00000097754,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"rox 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[365.317,305.011,0],"ix":2},"a":{"a":0,"k":[71.439,43.837,0],"ix":1},"s":{"a":0,"k":[300,300,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[19.414,-24.456],[21.205,-27.504],[20.336,32.872],[18.378,48.337]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.58,-22.956],[23.539,-29.004],[22.17,32.039],[15.378,51.004]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.58,-22.956],[23.539,-29.004],[22.17,32.039],[15.378,51.004]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[10.08,-13.122],[28.039,-30.504],[26.003,29.539],[9.045,56.337]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[10.08,-13.122],[28.039,-30.504],[26.003,29.539],[9.045,56.337]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-4.42,6.711],[35.039,-26.837],[30.503,27.539],[-4.622,63.837]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-4.42,6.711],[35.039,-26.837],[30.503,27.539],[-4.622,63.837]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-20.086,26.878],[38.205,-11.337],[30.336,30.539],[-17.789,65.837]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-20.086,26.878],[38.205,-11.337],[30.336,30.539],[-17.789,65.837]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-36.42,40.378],[36.872,10.83],[27.503,33.872],[-30.955,58.337]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-36.42,40.378],[36.872,10.83],[27.503,33.872],[-30.955,58.337]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-43.086,43.878],[30.705,28.163],[22.67,36.872],[-38.455,47.837]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-43.086,43.878],[30.705,28.163],[22.67,36.872],[-38.455,47.837]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-46.42,44.211],[30.372,34.163],[26.503,36.372],[-40.455,46.504]],"c":true}]},{"t":21.0000008553475}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2.5,"ix":5},"lc":1,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.901960784314,0.203921568627,0.474509803922,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.439,43.837],"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":"Group 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":2.00000008146167,"op":21.0000008553475,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Layer 6 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[328.5,332.5,0],"ix":2},"a":{"a":0,"k":[159.5,159.5,0],"ix":1},"s":{"a":0,"k":[185,185,100],"ix":6}},"ao":0,"ef":[{"ty":28,"nm":"Set Matte","np":8,"mn":"ADBE Set Matte3","ix":1,"en":1,"ef":[{"ty":10,"nm":"Take Matte From Layer","mn":"ADBE Set Matte3-0001","ix":1,"v":{"a":0,"k":14,"ix":1}},{"ty":7,"nm":"Use For Matte","mn":"ADBE Set Matte3-0002","ix":2,"v":{"a":0,"k":4,"ix":2}},{"ty":7,"nm":"Invert Matte","mn":"ADBE Set Matte3-0003","ix":3,"v":{"a":0,"k":0,"ix":3}},{"ty":7,"nm":"If Layer Sizes Differ","mn":"ADBE Set Matte3-0004","ix":4,"v":{"a":0,"k":1,"ix":4}},{"ty":7,"nm":"Composite Matte with Original","mn":"ADBE Set Matte3-0005","ix":5,"v":{"a":0,"k":1,"ix":5}},{"ty":7,"nm":"Premultiply Matte Layer","mn":"ADBE Set Matte3-0006","ix":6,"v":{"a":0,"k":1,"ix":6}}]},{"ty":21,"nm":"Fill","np":9,"mn":"ADBE Fill","ix":2,"en":1,"ef":[{"ty":10,"nm":"Fill Mask","mn":"ADBE Fill-0001","ix":1,"v":{"a":0,"k":0,"ix":1}},{"ty":7,"nm":"All Masks","mn":"ADBE Fill-0007","ix":2,"v":{"a":0,"k":0,"ix":2}},{"ty":2,"nm":"Color","mn":"ADBE Fill-0002","ix":3,"v":{"a":0,"k":[0.20000000298,0.20000000298,0.20000000298,1],"ix":3}},{"ty":7,"nm":"Invert","mn":"ADBE Fill-0006","ix":4,"v":{"a":0,"k":0,"ix":4}},{"ty":0,"nm":"Horizontal Feather","mn":"ADBE Fill-0003","ix":5,"v":{"a":0,"k":0,"ix":5}},{"ty":0,"nm":"Vertical Feather","mn":"ADBE Fill-0004","ix":6,"v":{"a":0,"k":0,"ix":6}},{"ty":0,"nm":"Opacity","mn":"ADBE Fill-0005","ix":7,"v":{"a":0,"k":1,"ix":7}}]}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-1.404,4.211],[11.671,17.286],[14.479,17.286],[17.286,17.286],[14.479,14.479],[1.404,1.404],[-1.404,-1.404],[-14.479,-14.479],[-17.286,-17.286],[-17.286,-14.479],[-17.286,-11.672],[-4.211,1.404]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[176.492,142.418],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[6.537,9.345],[9.345,9.345],[6.537,6.537],[-6.538,-6.538],[-9.345,-9.345],[-9.345,-6.538],[-9.345,-3.73],[3.73,9.345]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[168.551,150.36],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-1.403,-1.404],[-1.403,1.404],[1.403,1.404]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[160.609,158.301],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[63.531,60.723],[50.456,47.648],[47.647,44.84],[34.573,31.765],[31.765,28.958],[18.689,15.883],[15.882,13.075],[2.807,0],[0,-2.807],[-13.076,-15.882],[-15.882,-18.69],[-28.958,-31.765],[-31.766,-34.572],[-44.84,-47.648],[-47.648,-50.455],[-60.724,-63.53],[-63.531,-66.338],[-76.606,-79.413],[-79.413,-79.413],[-79.413,-76.606],[-66.337,-63.53],[-63.531,-60.723],[-50.456,-47.648],[-47.648,-44.84],[-34.573,-31.765],[-31.766,-28.958],[-18.69,-15.882],[-15.882,-13.075],[-2.808,0],[0,2.807],[13.075,15.883],[15.882,18.69],[28.958,31.765],[31.765,34.573],[44.84,47.648],[47.647,50.455],[60.723,63.53],[63.531,66.338],[76.604,79.413],[79.413,79.413],[79.413,76.605],[66.337,63.53]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[238.619,80.292],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-9.345,-3.731],[3.729,9.344],[6.538,12.153],[19.612,25.227],[22.42,25.227],[25.228,25.227],[22.42,22.42],[9.345,9.344],[6.538,6.537],[-6.538,-6.537],[-9.345,-9.345],[-22.42,-22.421],[-25.228,-25.227],[-25.228,-22.421],[-25.228,-19.613],[-12.152,-6.537]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[184.433,134.477],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[56.993,51.377],[43.918,38.303],[41.11,35.496],[28.035,22.42],[25.227,19.613],[12.152,6.538],[9.345,3.73],[-3.731,-9.345],[-6.538,-12.152],[-19.613,-25.228],[-22.42,-28.035],[-35.495,-41.11],[-38.303,-43.917],[-51.378,-56.993],[-54.186,-59.8],[-67.261,-72.875],[-70.069,-72.875],[-72.875,-72.875],[-70.069,-70.068],[-56.993,-56.993],[-54.186,-54.186],[-41.111,-41.11],[-38.303,-38.303],[-25.228,-25.228],[-22.42,-22.42],[-9.345,-9.345],[-6.538,-6.538],[6.537,6.538],[9.345,9.345],[22.42,22.42],[25.227,25.228],[38.303,38.303],[41.11,41.11],[54.185,54.186],[56.993,56.993],[70.067,70.068],[72.875,72.875],[72.875,70.068],[72.875,67.261],[59.8,54.186]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[245.156,73.754],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-17.286,-11.671],[-4.211,1.404],[-1.403,4.211],[11.671,17.287],[14.479,20.094],[27.555,33.169],[30.362,33.169],[33.168,33.169],[30.362,30.362],[17.287,17.287],[14.479,14.479],[1.404,1.404],[-1.403,-1.403],[-14.479,-14.479],[-17.286,-17.286],[-30.361,-30.361],[-33.168,-33.169],[-33.168,-30.361],[-33.168,-27.554],[-20.093,-14.479]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[192.374,126.536],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[49.052,43.437],[35.977,30.362],[33.169,27.554],[20.094,14.479],[17.286,11.672],[4.211,-1.403],[1.404,-4.211],[-11.672,-17.286],[-14.479,-20.093],[-27.554,-33.168],[-30.361,-35.976],[-43.436,-49.051],[-46.244,-51.858],[-59.319,-64.934],[-62.127,-64.934],[-64.934,-64.934],[-62.127,-62.126],[-49.052,-49.051],[-46.244,-46.244],[-33.169,-33.168],[-30.361,-30.361],[-17.286,-17.286],[-14.479,-14.479],[-1.404,-1.403],[1.404,1.404],[14.479,14.479],[17.286,17.287],[30.362,30.362],[33.169,33.169],[46.244,46.244],[49.052,49.052],[62.126,62.127],[64.934,64.934],[64.934,62.127],[64.934,59.319],[51.859,46.244]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[253.097,65.813],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-25.228,-19.613],[-12.153,-6.538],[-9.345,-3.73],[3.73,9.345],[6.538,12.152],[19.613,25.227],[22.42,28.035],[35.496,41.11],[38.302,41.11],[41.11,41.11],[38.302,38.303],[25.227,25.227],[22.42,22.42],[9.345,9.345],[6.538,6.537],[-6.538,-6.538],[-9.345,-9.345],[-22.42,-22.42],[-25.228,-25.228],[-38.303,-38.303],[-41.11,-41.11],[-41.11,-38.303],[-41.11,-35.495],[-28.035,-22.42]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[200.316,118.595],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[41.111,35.495],[28.036,22.42],[25.228,19.613],[12.153,6.537],[9.345,3.73],[-3.73,-9.345],[-6.537,-12.152],[-19.613,-25.228],[-22.42,-28.035],[-35.495,-41.11],[-38.302,-43.918],[-51.377,-56.993],[-54.185,-56.993],[-56.993,-56.993],[-54.185,-54.186],[-41.11,-41.11],[-38.302,-38.303],[-25.227,-25.228],[-22.42,-22.421],[-9.345,-9.345],[-6.537,-6.538],[6.538,6.537],[9.345,9.345],[22.421,22.42],[25.228,25.227],[38.303,38.303],[41.111,41.11],[54.185,54.185],[56.993,56.993],[56.993,54.185],[56.993,51.378],[43.918,38.303]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[261.038,57.872],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-33.169,-27.554],[-20.094,-14.479],[-17.286,-11.672],[-4.212,1.404],[-1.404,4.211],[11.672,17.286],[14.479,20.094],[27.554,33.169],[30.361,35.976],[43.436,49.052],[46.243,49.052],[49.052,49.052],[46.243,46.244],[33.169,33.169],[30.361,30.362],[17.285,17.286],[14.479,14.479],[1.404,1.404],[-1.404,-1.404],[-14.479,-14.479],[-17.286,-17.286],[-30.362,-30.362],[-33.169,-33.169],[-46.244,-46.244],[-49.052,-49.052],[-49.052,-46.244],[-49.052,-43.437],[-35.976,-30.362]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[208.257,110.653],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[33.17,27.554],[20.094,14.479],[17.286,11.671],[4.212,-1.404],[1.404,-4.211],[-11.672,-17.286],[-14.479,-20.094],[-27.554,-33.169],[-30.362,-35.976],[-43.437,-49.051],[-46.243,-49.051],[-49.052,-49.051],[-46.243,-46.244],[-33.169,-33.169],[-30.362,-30.362],[-17.286,-17.286],[-14.479,-14.479],[-1.404,-1.404],[1.404,1.404],[14.479,14.479],[17.286,17.286],[30.362,30.361],[33.17,33.169],[46.243,46.244],[49.052,49.051],[49.052,46.244],[49.052,43.436],[35.976,30.361]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[268.98,49.93],"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-41.111,-35.496],[-28.036,-22.421],[-25.228,-19.613],[-12.153,-6.538],[-9.345,-3.731],[3.73,9.344],[6.537,12.153],[19.613,25.227],[22.419,28.034],[35.494,41.11],[38.302,43.917],[51.377,56.992],[54.185,56.992],[56.993,56.992],[54.185,54.185],[41.11,41.11],[38.302,38.302],[25.227,25.227],[22.419,22.42],[9.344,9.344],[6.537,6.537],[-6.538,-6.538],[-9.345,-9.345],[-22.421,-22.421],[-25.228,-25.228],[-38.303,-38.302],[-41.111,-41.111],[-54.186,-54.186],[-56.993,-56.992],[-56.993,-54.186],[-56.993,-51.378],[-43.918,-38.302]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[216.198,102.712],"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.228,19.612],[12.153,6.538],[9.345,3.73],[-3.73,-9.345],[-6.538,-12.152],[-19.613,-25.228],[-22.42,-28.035],[-35.496,-41.11],[-38.303,-41.11],[-41.11,-41.11],[-38.303,-38.303],[-25.228,-25.228],[-22.42,-22.42],[-9.345,-9.345],[-6.538,-6.538],[6.538,6.538],[9.345,9.345],[22.42,22.42],[25.228,25.228],[38.302,38.303],[41.11,41.11],[41.11,38.303],[41.11,35.496],[28.035,22.42]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[276.921,41.989],"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-49.052,-43.437],[-35.977,-30.362],[-33.169,-27.554],[-20.094,-14.479],[-17.286,-11.672],[-4.211,1.404],[-1.404,4.211],[11.672,17.286],[14.478,20.094],[27.553,33.169],[30.361,35.976],[43.436,49.052],[46.244,51.859],[59.319,64.934],[62.127,64.934],[64.934,64.934],[62.127,62.127],[49.052,49.052],[46.244,46.244],[33.169,33.169],[30.361,30.362],[17.286,17.286],[14.478,14.479],[1.403,1.404],[-1.404,-1.404],[-14.479,-14.479],[-17.286,-17.286],[-30.362,-30.362],[-33.169,-33.169],[-46.244,-46.244],[-49.052,-49.052],[-62.127,-62.127],[-64.934,-64.934],[-64.934,-62.127],[-64.934,-59.32],[-51.859,-46.244]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[224.14,94.771],"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":"Group 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[17.287,11.671],[4.212,-1.403],[1.404,-4.211],[-11.671,-17.286],[-14.479,-20.093],[-27.554,-33.168],[-30.361,-33.168],[-33.169,-33.168],[-30.361,-30.361],[-17.286,-17.286],[-14.479,-14.479],[-1.403,-1.403],[1.404,1.404],[14.479,14.479],[17.287,17.287],[30.361,30.362],[33.169,33.168],[33.169,30.362],[33.169,27.554],[20.094,14.479]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[284.862,34.048],"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":"Group 16","np":2,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-56.993,-51.378],[-43.918,-38.303],[-41.11,-35.495],[-28.035,-22.42],[-25.227,-19.613],[-12.152,-6.538],[-9.345,-3.73],[3.731,9.345],[6.537,12.152],[19.612,25.227],[22.42,28.035],[35.495,41.11],[38.303,43.917],[51.378,56.993],[54.186,59.8],[67.261,72.875],[70.069,72.875],[72.875,72.875],[70.069,70.068],[56.993,56.993],[54.186,54.185],[41.111,41.11],[38.303,38.303],[25.228,25.227],[22.42,22.42],[9.345,9.345],[6.537,6.538],[-6.538,-6.538],[-9.345,-9.345],[-22.42,-22.42],[-25.227,-25.228],[-38.303,-38.303],[-41.11,-41.11],[-54.185,-54.185],[-56.993,-56.993],[-70.068,-70.068],[-72.875,-72.875],[-72.875,-70.068],[-72.875,-67.26],[-59.8,-54.185]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[232.081,86.83],"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":"Group 17","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[9.346,3.73],[-3.729,-9.345],[-6.538,-12.152],[-19.612,-25.228],[-22.42,-25.228],[-25.228,-25.228],[-22.42,-22.42],[-9.345,-9.345],[-6.538,-6.538],[6.538,6.538],[9.346,9.345],[22.419,22.42],[25.228,25.228],[25.228,22.42],[25.228,19.613],[12.152,6.538]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[292.804,26.107],"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":"Group 18","np":2,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[1.404,1.403],[1.404,-1.403],[-1.404,-1.403]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[316.627,2.283],"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":"Group 19","np":2,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-6.537,-9.345],[-9.345,-9.345],[-6.537,-6.538],[6.537,6.537],[9.345,9.345],[9.345,6.537],[9.345,3.73],[-3.73,-9.345]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[308.686,10.224],"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":"Group 20","np":2,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[1.404,-4.211],[-11.671,-17.286],[-14.479,-17.286],[-17.286,-17.286],[-14.479,-14.479],[-1.404,-1.404],[1.404,1.404],[14.478,14.479],[17.286,17.286],[17.286,14.479],[17.286,11.671],[4.211,-1.404]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[300.745,18.165],"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":"Group 21","np":2,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-1.403,4.211],[11.672,17.286],[14.48,17.286],[17.286,17.286],[14.48,14.479],[1.405,1.404],[-1.403,-1.404],[-14.478,-14.479],[-17.286,-17.286],[-17.286,-14.479],[-17.286,-11.672],[-4.211,1.404]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[17.635,142.418],"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":"Group 22","np":2,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[6.538,9.345],[9.345,9.345],[6.538,6.537],[-6.537,-6.538],[-9.345,-9.345],[-9.345,-6.538],[-9.345,-3.73],[3.73,9.345]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.695,150.36],"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":"Group 23","np":2,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-1.404,-1.404],[-1.404,1.404],[1.404,1.404]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1.753,158.301],"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":"Group 24","np":2,"cix":2,"ix":24,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[63.53,60.723],[50.455,47.648],[47.647,44.84],[34.572,31.765],[31.764,28.958],[18.689,15.883],[15.883,13.075],[2.807,0],[0,-2.807],[-13.075,-15.882],[-15.883,-18.69],[-28.958,-31.765],[-31.766,-34.572],[-44.841,-47.648],[-47.648,-50.455],[-60.723,-63.53],[-63.531,-66.338],[-76.606,-79.413],[-79.413,-79.413],[-79.413,-76.606],[-66.338,-63.53],[-63.531,-60.723],[-50.455,-47.648],[-47.648,-44.84],[-34.573,-31.765],[-31.766,-28.958],[-18.691,-15.882],[-15.883,-13.075],[-2.808,0],[0,2.807],[13.075,15.883],[15.883,18.69],[28.958,31.765],[31.764,34.573],[44.84,47.648],[47.647,50.455],[60.722,63.53],[63.53,66.338],[76.605,79.413],[79.413,79.413],[79.413,76.605],[66.338,63.53]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[79.763,80.292],"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":"Group 25","np":2,"cix":2,"ix":25,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-9.344,-3.731],[3.73,9.344],[6.539,12.153],[19.613,25.227],[22.42,25.227],[25.228,25.227],[22.42,22.42],[9.345,9.344],[6.539,6.537],[-6.537,-6.537],[-9.344,-9.345],[-22.419,-22.421],[-25.228,-25.227],[-25.228,-22.421],[-25.228,-19.613],[-12.152,-6.537]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[25.577,134.477],"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":"Group 26","np":2,"cix":2,"ix":26,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[56.993,51.377],[43.917,38.303],[41.109,35.496],[28.035,22.42],[25.227,19.613],[12.151,6.538],[9.345,3.73],[-3.73,-9.345],[-6.538,-12.152],[-19.613,-25.228],[-22.42,-28.035],[-35.496,-41.11],[-38.304,-43.917],[-51.378,-56.993],[-54.186,-59.8],[-67.261,-72.875],[-70.068,-72.875],[-72.875,-72.875],[-70.068,-70.068],[-56.993,-56.993],[-54.186,-54.186],[-41.11,-41.11],[-38.304,-38.303],[-25.229,-25.228],[-22.42,-22.42],[-9.346,-9.345],[-6.538,-6.538],[6.538,6.538],[9.345,9.345],[22.42,22.42],[25.227,25.228],[38.302,38.303],[41.109,41.11],[54.185,54.186],[56.993,56.993],[70.067,70.068],[72.875,72.875],[72.875,70.068],[72.875,67.261],[59.8,54.186]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[86.3,73.754],"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":"Group 27","np":2,"cix":2,"ix":27,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-17.286,-11.671],[-4.211,1.404],[-1.403,4.211],[11.672,17.287],[14.479,20.094],[27.554,33.169],[30.361,33.169],[33.169,33.169],[30.361,30.362],[17.286,17.287],[14.479,14.479],[1.403,1.404],[-1.403,-1.403],[-14.478,-14.479],[-17.286,-17.286],[-30.361,-30.361],[-33.169,-33.169],[-33.169,-30.361],[-33.169,-27.554],[-20.094,-14.479]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[33.518,126.536],"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":"Group 28","np":2,"cix":2,"ix":28,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[49.051,43.437],[35.976,30.362],[33.168,27.554],[20.093,14.479],[17.285,11.672],[4.21,-1.403],[1.404,-4.211],[-11.672,-17.286],[-14.479,-20.093],[-27.554,-33.168],[-30.362,-35.976],[-43.437,-49.051],[-46.245,-51.858],[-59.32,-64.934],[-62.127,-64.934],[-64.934,-64.934],[-62.127,-62.126],[-49.052,-49.051],[-46.245,-46.244],[-33.17,-33.168],[-30.362,-30.361],[-17.287,-17.286],[-14.479,-14.479],[-1.404,-1.403],[1.404,1.404],[14.479,14.479],[17.285,17.287],[30.361,30.362],[33.168,33.169],[46.243,46.244],[49.051,49.052],[62.126,62.127],[64.934,64.934],[64.934,62.127],[64.934,59.319],[51.859,46.244]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[94.242,65.813],"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":"Group 29","np":2,"cix":2,"ix":29,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-25.227,-19.613],[-12.153,-6.538],[-9.344,-3.73],[3.73,9.345],[6.537,12.152],[19.613,25.227],[22.42,28.035],[35.495,41.11],[38.302,41.11],[41.111,41.11],[38.302,38.303],[25.227,25.227],[22.42,22.42],[9.344,9.345],[6.537,6.537],[-6.538,-6.538],[-9.344,-9.345],[-22.42,-22.42],[-25.227,-25.228],[-38.302,-38.303],[-41.111,-41.11],[-41.111,-38.303],[-41.111,-35.495],[-28.035,-22.42]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[41.46,118.595],"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":"Group 30","np":2,"cix":2,"ix":30,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[41.11,35.495],[28.035,22.42],[25.227,19.613],[12.152,6.537],[9.344,3.73],[-3.731,-9.345],[-6.537,-12.152],[-19.613,-25.228],[-22.42,-28.035],[-35.495,-41.11],[-38.303,-43.918],[-51.378,-56.993],[-54.186,-56.993],[-56.993,-56.993],[-54.186,-54.186],[-41.111,-41.11],[-38.303,-38.303],[-25.228,-25.228],[-22.42,-22.421],[-9.345,-9.345],[-6.537,-6.538],[6.538,6.537],[9.344,9.345],[22.42,22.42],[25.227,25.227],[38.302,38.303],[41.11,41.11],[54.185,54.185],[56.993,56.993],[56.993,54.185],[56.993,51.378],[43.918,38.303]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[102.183,57.872],"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":"Group 31","np":2,"cix":2,"ix":31,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-33.168,-27.554],[-20.094,-14.479],[-17.285,-11.672],[-4.211,1.404],[-1.404,4.211],[11.672,17.286],[14.479,20.094],[27.554,33.169],[30.362,35.976],[43.437,49.052],[46.244,49.052],[49.052,49.052],[46.244,46.244],[33.17,33.169],[30.362,30.362],[17.286,17.286],[14.479,14.479],[1.404,1.404],[-1.404,-1.404],[-14.479,-14.479],[-17.285,-17.286],[-30.361,-30.362],[-33.168,-33.169],[-46.243,-46.244],[-49.052,-49.052],[-49.052,-46.244],[-49.052,-43.437],[-35.976,-30.362]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[49.401,110.653],"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":"Group 32","np":2,"cix":2,"ix":32,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[33.169,27.554],[20.094,14.479],[17.286,11.671],[4.211,-1.404],[1.403,-4.211],[-11.672,-17.286],[-14.478,-20.094],[-27.554,-33.169],[-30.361,-35.976],[-43.436,-49.051],[-46.244,-49.051],[-49.052,-49.051],[-46.244,-46.244],[-33.169,-33.169],[-30.361,-30.362],[-17.286,-17.286],[-14.478,-14.479],[-1.403,-1.404],[1.403,1.404],[14.479,14.479],[17.286,17.286],[30.361,30.361],[33.169,33.169],[46.244,46.244],[49.052,49.051],[49.052,46.244],[49.052,43.436],[35.977,30.361]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[110.124,49.93],"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":"Group 33","np":2,"cix":2,"ix":33,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-41.11,-35.496],[-28.035,-22.421],[-25.227,-19.613],[-12.152,-6.538],[-9.345,-3.731],[3.73,9.344],[6.537,12.153],[19.613,25.227],[22.42,28.034],[35.495,41.11],[38.303,43.917],[51.378,56.992],[54.185,56.992],[56.993,56.992],[54.185,54.185],[41.11,41.11],[38.303,38.302],[25.228,25.227],[22.42,22.42],[9.345,9.344],[6.537,6.537],[-6.538,-6.538],[-9.345,-9.345],[-22.421,-22.421],[-25.227,-25.228],[-38.302,-38.302],[-41.11,-41.111],[-54.185,-54.186],[-56.993,-56.992],[-56.993,-54.186],[-56.993,-51.378],[-43.918,-38.302]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[57.342,102.712],"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":"Group 34","np":2,"cix":2,"ix":34,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.228,19.612],[12.153,6.538],[9.344,3.73],[-3.73,-9.345],[-6.538,-12.152],[-19.614,-25.228],[-22.42,-28.035],[-35.495,-41.11],[-38.302,-41.11],[-41.111,-41.11],[-38.302,-38.303],[-25.227,-25.228],[-22.42,-22.42],[-9.344,-9.345],[-6.538,-6.538],[6.537,6.538],[9.344,9.345],[22.42,22.42],[25.228,25.228],[38.302,38.303],[41.111,41.11],[41.111,38.303],[41.111,35.496],[28.035,22.42]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[118.065,41.989],"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":"Group 35","np":2,"cix":2,"ix":35,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-49.051,-43.437],[-35.976,-30.362],[-33.168,-27.554],[-20.093,-14.479],[-17.286,-11.672],[-4.211,1.404],[-1.404,4.211],[11.672,17.286],[14.479,20.094],[27.554,33.169],[30.362,35.976],[43.437,49.052],[46.244,51.859],[59.319,64.934],[62.127,64.934],[64.934,64.934],[62.127,62.127],[49.052,49.052],[46.244,46.244],[33.169,33.169],[30.362,30.362],[17.287,17.286],[14.479,14.479],[1.404,1.404],[-1.404,-1.404],[-14.479,-14.479],[-17.286,-17.286],[-30.362,-30.362],[-33.168,-33.169],[-46.243,-46.244],[-49.051,-49.052],[-62.126,-62.127],[-64.934,-64.934],[-64.934,-62.127],[-64.934,-59.32],[-51.859,-46.244]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[65.283,94.771],"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":"Group 36","np":2,"cix":2,"ix":36,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[17.286,11.671],[4.211,-1.403],[1.403,-4.211],[-11.672,-17.286],[-14.48,-20.093],[-27.555,-33.168],[-30.361,-33.168],[-33.169,-33.168],[-30.361,-30.361],[-17.286,-17.286],[-14.48,-14.479],[-1.404,-1.403],[1.403,1.404],[14.478,14.479],[17.286,17.287],[30.361,30.362],[33.169,33.168],[33.169,30.362],[33.169,27.554],[20.094,14.479]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[126.007,34.048],"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":"Group 37","np":2,"cix":2,"ix":37,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-56.992,-51.378],[-43.917,-38.303],[-41.109,-35.495],[-28.035,-22.42],[-25.228,-19.613],[-12.152,-6.538],[-9.345,-3.73],[3.73,9.345],[6.538,12.152],[19.613,25.227],[22.42,28.035],[35.496,41.11],[38.303,43.917],[51.377,56.993],[54.186,59.8],[67.261,72.875],[70.068,72.875],[72.875,72.875],[70.068,70.068],[56.993,56.993],[54.186,54.185],[41.11,41.11],[38.303,38.303],[25.228,25.227],[22.42,22.42],[9.346,9.345],[6.538,6.538],[-6.538,-6.538],[-9.345,-9.345],[-22.42,-22.42],[-25.228,-25.228],[-38.303,-38.303],[-41.109,-41.11],[-54.185,-54.185],[-56.992,-56.993],[-70.067,-70.068],[-72.875,-72.875],[-72.875,-70.068],[-72.875,-67.26],[-59.8,-54.185]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[73.225,86.83],"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":"Group 38","np":2,"cix":2,"ix":38,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[9.345,3.73],[-3.73,-9.345],[-6.539,-12.152],[-19.613,-25.228],[-22.421,-25.228],[-25.228,-25.228],[-22.421,-22.42],[-9.346,-9.345],[-6.539,-6.538],[6.537,6.538],[9.345,9.345],[22.419,22.42],[25.228,25.228],[25.228,22.42],[25.228,19.613],[12.152,6.538]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[133.948,26.107],"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":"Group 39","np":2,"cix":2,"ix":39,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[1.404,1.403],[1.404,-1.403],[-1.404,-1.403]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[157.772,2.283],"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":"Group 40","np":2,"cix":2,"ix":40,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-6.537,-9.345],[-9.345,-9.345],[-6.537,-6.538],[6.537,6.537],[9.345,9.345],[9.345,6.537],[9.345,3.73],[-3.73,-9.345]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[149.83,10.224],"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":"Group 41","np":2,"cix":2,"ix":41,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[1.404,-4.211],[-11.671,-17.286],[-14.479,-17.286],[-17.287,-17.286],[-14.479,-14.479],[-1.404,-1.404],[1.404,1.404],[14.479,14.479],[17.287,17.286],[17.287,14.479],[17.287,11.671],[4.211,-1.404]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[141.889,18.165],"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":"Group 42","np":2,"cix":2,"ix":42,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-1.404,4.211],[11.671,17.286],[14.479,17.286],[17.286,17.286],[14.479,14.479],[1.404,1.404],[-1.404,-1.404],[-14.479,-14.479],[-17.286,-17.286],[-17.286,-14.479],[-17.286,-11.671],[-4.211,1.404]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[176.492,301.245],"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":"Group 43","np":2,"cix":2,"ix":43,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[6.537,9.345],[9.345,9.345],[6.537,6.538],[-6.538,-6.537],[-9.345,-9.345],[-9.345,-6.537],[-9.345,-3.73],[3.73,9.345]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[168.551,309.186],"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":"Group 44","np":2,"cix":2,"ix":44,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-1.403,-1.404],[-1.403,1.404],[1.403,1.404]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[160.609,317.127],"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":"Group 45","np":2,"cix":2,"ix":45,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[63.531,60.723],[50.456,47.648],[47.647,44.841],[34.573,31.765],[31.765,28.958],[18.689,15.883],[15.882,13.076],[2.807,0],[0,-2.807],[-13.076,-15.882],[-15.882,-18.69],[-28.958,-31.765],[-31.766,-34.572],[-44.84,-47.648],[-47.648,-50.455],[-60.724,-63.53],[-63.531,-66.338],[-76.606,-79.413],[-79.413,-79.413],[-79.413,-76.605],[-66.337,-63.53],[-63.531,-60.723],[-50.456,-47.648],[-47.648,-44.84],[-34.573,-31.765],[-31.766,-28.958],[-18.69,-15.882],[-15.882,-13.075],[-2.808,0],[0,2.807],[13.075,15.883],[15.882,18.69],[28.958,31.765],[31.765,34.573],[44.84,47.648],[47.647,50.455],[60.723,63.531],[63.531,66.338],[76.604,79.413],[79.413,79.413],[79.413,76.606],[66.337,63.531]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[238.619,239.118],"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":"Group 46","np":2,"cix":2,"ix":46,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-9.345,-3.73],[3.729,9.345],[6.538,12.152],[19.612,25.228],[22.42,25.228],[25.228,25.228],[22.42,22.42],[9.345,9.345],[6.538,6.538],[-6.538,-6.538],[-9.345,-9.345],[-22.42,-22.42],[-25.228,-25.228],[-25.228,-22.42],[-25.228,-19.613],[-12.152,-6.538]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[184.433,293.303],"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":"Group 47","np":2,"cix":2,"ix":47,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[56.993,51.378],[43.918,38.303],[41.11,35.495],[28.035,22.42],[25.227,19.613],[12.152,6.538],[9.345,3.73],[-3.731,-9.345],[-6.538,-12.152],[-19.613,-25.227],[-22.42,-28.035],[-35.495,-41.11],[-38.303,-43.917],[-51.378,-56.993],[-54.186,-59.8],[-67.261,-72.875],[-70.069,-72.875],[-72.875,-72.875],[-70.069,-70.068],[-56.993,-56.993],[-54.186,-54.185],[-41.111,-41.11],[-38.303,-38.303],[-25.228,-25.227],[-22.42,-22.42],[-9.345,-9.345],[-6.538,-6.538],[6.537,6.538],[9.345,9.345],[22.42,22.42],[25.227,25.228],[38.303,38.303],[41.11,41.11],[54.185,54.185],[56.993,56.993],[70.067,70.068],[72.875,72.875],[72.875,70.068],[72.875,67.26],[59.8,54.185]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[245.156,232.581],"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":"Group 48","np":2,"cix":2,"ix":48,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-17.286,-11.672],[-4.211,1.403],[-1.403,4.211],[11.671,17.286],[14.479,20.093],[27.555,33.168],[30.362,33.168],[33.168,33.168],[30.362,30.361],[17.287,17.286],[14.479,14.479],[1.404,1.403],[-1.403,-1.404],[-14.479,-14.479],[-17.286,-17.287],[-30.361,-30.362],[-33.168,-33.168],[-33.168,-30.362],[-33.168,-27.554],[-20.093,-14.479]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[192.374,285.362],"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":"Group 49","np":2,"cix":2,"ix":49,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[49.052,43.436],[35.977,30.362],[33.169,27.554],[20.094,14.479],[17.286,11.672],[4.211,-1.404],[1.404,-4.211],[-11.672,-17.286],[-14.479,-20.094],[-27.554,-33.169],[-30.361,-35.976],[-43.436,-49.052],[-46.244,-51.859],[-59.319,-64.934],[-62.127,-64.934],[-64.934,-64.934],[-62.127,-62.127],[-49.052,-49.052],[-46.244,-46.244],[-33.169,-33.169],[-30.361,-30.362],[-17.286,-17.286],[-14.479,-14.479],[-1.404,-1.404],[1.404,1.404],[14.479,14.479],[17.286,17.286],[30.362,30.362],[33.169,33.169],[46.244,46.244],[49.052,49.052],[62.126,62.127],[64.934,64.934],[64.934,62.127],[64.934,59.32],[51.859,46.244]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[253.097,224.639],"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":"Group 50","np":2,"cix":2,"ix":50,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-25.228,-19.613],[-12.153,-6.538],[-9.345,-3.73],[3.73,9.345],[6.538,12.152],[19.613,25.228],[22.42,28.035],[35.496,41.11],[38.302,41.11],[41.11,41.11],[38.302,38.303],[25.227,25.228],[22.42,22.42],[9.345,9.345],[6.538,6.538],[-6.538,-6.538],[-9.345,-9.345],[-22.42,-22.42],[-25.228,-25.228],[-38.303,-38.303],[-41.11,-41.11],[-41.11,-38.303],[-41.11,-35.496],[-28.035,-22.42]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[200.316,277.421],"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":"Group 51","np":2,"cix":2,"ix":51,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[41.111,35.495],[28.036,22.421],[25.228,19.613],[12.153,6.538],[9.345,3.731],[-3.73,-9.344],[-6.537,-12.153],[-19.613,-25.227],[-22.42,-28.034],[-35.495,-41.11],[-38.302,-43.917],[-51.377,-56.992],[-54.185,-56.992],[-56.993,-56.992],[-54.185,-54.185],[-41.11,-41.11],[-38.302,-38.302],[-25.227,-25.227],[-22.42,-22.42],[-9.345,-9.344],[-6.537,-6.537],[6.538,6.538],[9.345,9.345],[22.421,22.421],[25.228,25.228],[38.303,38.302],[41.111,41.111],[54.185,54.186],[56.993,56.992],[56.993,54.186],[56.993,51.378],[43.918,38.302]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[261.038,216.698],"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":"Group 52","np":2,"cix":2,"ix":52,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-33.169,-27.554],[-20.094,-14.479],[-17.286,-11.671],[-4.212,1.404],[-1.404,4.211],[11.672,17.286],[14.479,20.094],[27.554,33.169],[30.361,35.976],[43.436,49.051],[46.243,49.051],[49.052,49.051],[46.243,46.244],[33.169,33.169],[30.361,30.362],[17.285,17.286],[14.479,14.479],[1.404,1.404],[-1.404,-1.404],[-14.479,-14.479],[-17.286,-17.286],[-30.362,-30.361],[-33.169,-33.169],[-46.244,-46.244],[-49.052,-49.051],[-49.052,-46.244],[-49.052,-43.436],[-35.976,-30.361]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[208.257,269.48],"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":"Group 53","np":2,"cix":2,"ix":53,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[33.17,27.553],[20.094,14.479],[17.286,11.672],[4.212,-1.404],[1.404,-4.211],[-11.672,-17.286],[-14.479,-20.094],[-27.554,-33.169],[-30.362,-35.976],[-43.437,-49.052],[-46.243,-49.052],[-49.052,-49.052],[-46.243,-46.244],[-33.169,-33.169],[-30.362,-30.362],[-17.286,-17.286],[-14.479,-14.479],[-1.404,-1.404],[1.404,1.404],[14.479,14.479],[17.286,17.286],[30.362,30.362],[33.17,33.169],[46.243,46.244],[49.052,49.052],[49.052,46.244],[49.052,43.437],[35.976,30.362]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[268.98,208.757],"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":"Group 54","np":2,"cix":2,"ix":54,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-41.111,-35.495],[-28.036,-22.42],[-25.228,-19.613],[-12.153,-6.537],[-9.345,-3.73],[3.73,9.345],[6.537,12.152],[19.613,25.228],[22.419,28.035],[35.494,41.11],[38.302,43.918],[51.377,56.993],[54.185,56.993],[56.993,56.993],[54.185,54.186],[41.11,41.11],[38.302,38.303],[25.227,25.228],[22.419,22.421],[9.344,9.345],[6.537,6.538],[-6.538,-6.537],[-9.345,-9.345],[-22.421,-22.42],[-25.228,-25.227],[-38.303,-38.303],[-41.111,-41.11],[-54.186,-54.185],[-56.993,-56.993],[-56.993,-54.185],[-56.993,-51.378],[-43.918,-38.303]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[216.198,261.538],"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":"Group 55","np":2,"cix":2,"ix":55,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.228,19.613],[12.153,6.538],[9.345,3.73],[-3.73,-9.345],[-6.538,-12.152],[-19.613,-25.227],[-22.42,-28.035],[-35.496,-41.11],[-38.303,-41.11],[-41.11,-41.11],[-38.303,-38.303],[-25.228,-25.227],[-22.42,-22.42],[-9.345,-9.345],[-6.538,-6.537],[6.538,6.538],[9.345,9.345],[22.42,22.42],[25.228,25.228],[38.302,38.303],[41.11,41.11],[41.11,38.303],[41.11,35.495],[28.035,22.42]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[276.921,200.815],"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":"Group 56","np":2,"cix":2,"ix":56,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-49.052,-43.437],[-35.977,-30.362],[-33.169,-27.554],[-20.094,-14.479],[-17.286,-11.672],[-4.211,1.403],[-1.404,4.211],[11.672,17.286],[14.478,20.093],[27.553,33.168],[30.361,35.976],[43.436,49.051],[46.244,51.858],[59.319,64.934],[62.127,64.934],[64.934,64.934],[62.127,62.126],[49.052,49.051],[46.244,46.244],[33.169,33.168],[30.361,30.361],[17.286,17.286],[14.478,14.479],[1.403,1.403],[-1.404,-1.404],[-14.479,-14.479],[-17.286,-17.287],[-30.362,-30.362],[-33.169,-33.169],[-46.244,-46.244],[-49.052,-49.052],[-62.127,-62.127],[-64.934,-64.934],[-64.934,-62.127],[-64.934,-59.319],[-51.859,-46.244]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[224.14,253.597],"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":"Group 57","np":2,"cix":2,"ix":57,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[17.287,11.671],[4.212,-1.404],[1.404,-4.211],[-11.671,-17.287],[-14.479,-20.094],[-27.554,-33.169],[-30.361,-33.169],[-33.169,-33.169],[-30.361,-30.362],[-17.286,-17.287],[-14.479,-14.479],[-1.403,-1.404],[1.404,1.403],[14.479,14.479],[17.287,17.286],[30.361,30.361],[33.169,33.169],[33.169,30.361],[33.169,27.554],[20.094,14.479]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[284.862,192.875],"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":"Group 58","np":2,"cix":2,"ix":58,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-56.993,-51.378],[-43.918,-38.303],[-41.11,-35.496],[-28.035,-22.42],[-25.227,-19.613],[-12.152,-6.538],[-9.345,-3.73],[3.731,9.345],[6.537,12.152],[19.612,25.228],[22.42,28.035],[35.495,41.11],[38.303,43.917],[51.378,56.993],[54.186,59.8],[67.261,72.875],[70.069,72.875],[72.875,72.875],[70.069,70.068],[56.993,56.993],[54.186,54.186],[41.111,41.11],[38.303,38.303],[25.228,25.228],[22.42,22.42],[9.345,9.345],[6.537,6.538],[-6.538,-6.538],[-9.345,-9.345],[-22.42,-22.42],[-25.227,-25.228],[-38.303,-38.303],[-41.11,-41.11],[-54.185,-54.186],[-56.993,-56.993],[-70.068,-70.068],[-72.875,-72.875],[-72.875,-70.068],[-72.875,-67.261],[-59.8,-54.186]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[232.081,245.656],"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":"Group 59","np":2,"cix":2,"ix":59,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[9.346,3.73],[-3.729,-9.344],[-6.538,-12.153],[-19.612,-25.227],[-22.42,-25.227],[-25.228,-25.227],[-22.42,-22.42],[-9.345,-9.344],[-6.538,-6.537],[6.538,6.537],[9.346,9.345],[22.419,22.421],[25.228,25.227],[25.228,22.421],[25.228,19.613],[12.152,6.537]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[292.804,184.933],"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":"Group 60","np":2,"cix":2,"ix":60,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[1.404,1.404],[1.404,-1.404],[-1.404,-1.404]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[316.627,161.109],"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":"Group 61","np":2,"cix":2,"ix":61,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-6.537,-9.345],[-9.345,-9.345],[-6.537,-6.537],[6.537,6.538],[9.345,9.345],[9.345,6.538],[9.345,3.73],[-3.73,-9.345]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[308.686,169.05],"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":"Group 62","np":2,"cix":2,"ix":62,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[1.404,-4.212],[-11.671,-17.286],[-14.479,-17.286],[-17.286,-17.286],[-14.479,-14.479],[-1.404,-1.404],[1.404,1.404],[14.478,14.479],[17.286,17.286],[17.286,14.479],[17.286,11.672],[4.211,-1.404]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[300.745,176.992],"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":"Group 63","np":2,"cix":2,"ix":63,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-1.403,4.211],[11.672,17.286],[14.48,17.286],[17.286,17.286],[14.48,14.479],[1.405,1.404],[-1.403,-1.404],[-14.478,-14.479],[-17.286,-17.286],[-17.286,-14.479],[-17.286,-11.671],[-4.211,1.404]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[17.635,301.245],"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":"Group 64","np":2,"cix":2,"ix":64,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[6.538,9.345],[9.345,9.345],[6.538,6.538],[-6.537,-6.537],[-9.345,-9.345],[-9.345,-6.537],[-9.345,-3.73],[3.73,9.345]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.695,309.186],"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":"Group 65","np":2,"cix":2,"ix":65,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-1.404,-1.404],[-1.404,1.404],[1.404,1.404]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1.753,317.127],"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":"Group 66","np":2,"cix":2,"ix":66,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[63.53,60.723],[50.455,47.648],[47.647,44.841],[34.572,31.765],[31.764,28.958],[18.689,15.883],[15.883,13.076],[2.807,0],[0,-2.807],[-13.075,-15.882],[-15.883,-18.69],[-28.958,-31.765],[-31.766,-34.572],[-44.841,-47.648],[-47.648,-50.455],[-60.723,-63.53],[-63.531,-66.338],[-76.606,-79.413],[-79.413,-79.413],[-79.413,-76.605],[-66.338,-63.53],[-63.531,-60.723],[-50.455,-47.648],[-47.648,-44.84],[-34.573,-31.765],[-31.766,-28.958],[-18.691,-15.882],[-15.883,-13.075],[-2.808,0],[0,2.807],[13.075,15.883],[15.883,18.69],[28.958,31.765],[31.764,34.573],[44.84,47.648],[47.647,50.455],[60.722,63.531],[63.53,66.338],[76.605,79.413],[79.413,79.413],[79.413,76.606],[66.338,63.531]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[79.763,239.118],"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":"Group 67","np":2,"cix":2,"ix":67,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-9.344,-3.73],[3.73,9.345],[6.539,12.152],[19.613,25.228],[22.42,25.228],[25.228,25.228],[22.42,22.42],[9.345,9.345],[6.539,6.538],[-6.537,-6.538],[-9.344,-9.345],[-22.419,-22.42],[-25.228,-25.228],[-25.228,-22.42],[-25.228,-19.613],[-12.152,-6.538]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[25.577,293.303],"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":"Group 68","np":2,"cix":2,"ix":68,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[56.993,51.378],[43.917,38.303],[41.109,35.495],[28.035,22.42],[25.227,19.613],[12.151,6.538],[9.345,3.73],[-3.73,-9.345],[-6.538,-12.152],[-19.613,-25.227],[-22.42,-28.035],[-35.496,-41.11],[-38.304,-43.917],[-51.378,-56.993],[-54.186,-59.8],[-67.261,-72.875],[-70.068,-72.875],[-72.875,-72.875],[-70.068,-70.068],[-56.993,-56.993],[-54.186,-54.185],[-41.11,-41.11],[-38.304,-38.303],[-25.229,-25.227],[-22.42,-22.42],[-9.346,-9.345],[-6.538,-6.538],[6.538,6.538],[9.345,9.345],[22.42,22.42],[25.227,25.228],[38.302,38.303],[41.109,41.11],[54.185,54.185],[56.993,56.993],[70.067,70.068],[72.875,72.875],[72.875,70.068],[72.875,67.26],[59.8,54.185]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[86.3,232.581],"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":"Group 69","np":2,"cix":2,"ix":69,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-17.286,-11.672],[-4.211,1.403],[-1.403,4.211],[11.672,17.286],[14.479,20.093],[27.554,33.168],[30.361,33.168],[33.169,33.168],[30.361,30.361],[17.286,17.286],[14.479,14.479],[1.403,1.403],[-1.403,-1.404],[-14.478,-14.479],[-17.286,-17.287],[-30.361,-30.362],[-33.169,-33.168],[-33.169,-30.362],[-33.169,-27.554],[-20.094,-14.479]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[33.518,285.362],"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":"Group 70","np":2,"cix":2,"ix":70,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[49.051,43.436],[35.976,30.362],[33.168,27.554],[20.093,14.479],[17.285,11.672],[4.21,-1.404],[1.404,-4.211],[-11.672,-17.286],[-14.479,-20.094],[-27.554,-33.169],[-30.362,-35.976],[-43.437,-49.052],[-46.245,-51.859],[-59.32,-64.934],[-62.127,-64.934],[-64.934,-64.934],[-62.127,-62.127],[-49.052,-49.052],[-46.245,-46.244],[-33.17,-33.169],[-30.362,-30.362],[-17.287,-17.286],[-14.479,-14.479],[-1.404,-1.404],[1.404,1.404],[14.479,14.479],[17.285,17.286],[30.361,30.362],[33.168,33.169],[46.243,46.244],[49.051,49.052],[62.126,62.127],[64.934,64.934],[64.934,62.127],[64.934,59.32],[51.859,46.244]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[94.242,224.639],"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":"Group 71","np":2,"cix":2,"ix":71,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-25.227,-19.613],[-12.153,-6.538],[-9.344,-3.73],[3.73,9.345],[6.537,12.152],[19.613,25.228],[22.42,28.035],[35.495,41.11],[38.302,41.11],[41.111,41.11],[38.302,38.303],[25.227,25.228],[22.42,22.42],[9.344,9.345],[6.537,6.538],[-6.538,-6.538],[-9.344,-9.345],[-22.42,-22.42],[-25.227,-25.228],[-38.302,-38.303],[-41.111,-41.11],[-41.111,-38.303],[-41.111,-35.496],[-28.035,-22.42]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[41.46,277.421],"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":"Group 72","np":2,"cix":2,"ix":72,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[41.11,35.495],[28.035,22.421],[25.227,19.613],[12.152,6.538],[9.344,3.731],[-3.731,-9.344],[-6.537,-12.153],[-19.613,-25.227],[-22.42,-28.034],[-35.495,-41.11],[-38.303,-43.917],[-51.378,-56.992],[-54.186,-56.992],[-56.993,-56.992],[-54.186,-54.185],[-41.111,-41.11],[-38.303,-38.302],[-25.228,-25.227],[-22.42,-22.42],[-9.345,-9.344],[-6.537,-6.537],[6.538,6.538],[9.344,9.345],[22.42,22.421],[25.227,25.228],[38.302,38.302],[41.11,41.111],[54.185,54.186],[56.993,56.992],[56.993,54.186],[56.993,51.378],[43.918,38.302]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[102.183,216.698],"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":"Group 73","np":2,"cix":2,"ix":73,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-33.168,-27.554],[-20.094,-14.479],[-17.285,-11.671],[-4.211,1.404],[-1.404,4.211],[11.672,17.286],[14.479,20.094],[27.554,33.169],[30.362,35.976],[43.437,49.051],[46.244,49.051],[49.052,49.051],[46.244,46.244],[33.17,33.169],[30.362,30.362],[17.286,17.286],[14.479,14.479],[1.404,1.404],[-1.404,-1.404],[-14.479,-14.479],[-17.285,-17.286],[-30.361,-30.361],[-33.168,-33.169],[-46.243,-46.244],[-49.052,-49.051],[-49.052,-46.244],[-49.052,-43.436],[-35.976,-30.361]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[49.401,269.48],"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":"Group 74","np":2,"cix":2,"ix":74,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[33.169,27.553],[20.094,14.479],[17.286,11.672],[4.211,-1.404],[1.403,-4.211],[-11.672,-17.286],[-14.478,-20.094],[-27.554,-33.169],[-30.361,-35.976],[-43.436,-49.052],[-46.244,-49.052],[-49.052,-49.052],[-46.244,-46.244],[-33.169,-33.169],[-30.361,-30.362],[-17.286,-17.286],[-14.478,-14.479],[-1.403,-1.404],[1.403,1.404],[14.479,14.479],[17.286,17.286],[30.361,30.362],[33.169,33.169],[46.244,46.244],[49.052,49.052],[49.052,46.244],[49.052,43.437],[35.977,30.362]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[110.124,208.757],"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":"Group 75","np":2,"cix":2,"ix":75,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-41.11,-35.495],[-28.035,-22.42],[-25.227,-19.613],[-12.152,-6.537],[-9.345,-3.73],[3.73,9.345],[6.537,12.152],[19.613,25.228],[22.42,28.035],[35.495,41.11],[38.303,43.918],[51.378,56.993],[54.185,56.993],[56.993,56.993],[54.185,54.186],[41.11,41.11],[38.303,38.303],[25.228,25.228],[22.42,22.421],[9.345,9.345],[6.537,6.538],[-6.538,-6.537],[-9.345,-9.345],[-22.421,-22.42],[-25.227,-25.227],[-38.302,-38.303],[-41.11,-41.11],[-54.185,-54.185],[-56.993,-56.993],[-56.993,-54.185],[-56.993,-51.378],[-43.918,-38.303]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[57.342,261.538],"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":"Group 76","np":2,"cix":2,"ix":76,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.228,19.613],[12.153,6.538],[9.344,3.73],[-3.73,-9.345],[-6.538,-12.152],[-19.614,-25.227],[-22.42,-28.035],[-35.495,-41.11],[-38.302,-41.11],[-41.111,-41.11],[-38.302,-38.303],[-25.227,-25.227],[-22.42,-22.42],[-9.344,-9.345],[-6.538,-6.537],[6.537,6.538],[9.344,9.345],[22.42,22.42],[25.228,25.228],[38.302,38.303],[41.111,41.11],[41.111,38.303],[41.111,35.495],[28.035,22.42]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[118.065,200.815],"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":"Group 77","np":2,"cix":2,"ix":77,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-49.051,-43.437],[-35.976,-30.362],[-33.168,-27.554],[-20.093,-14.479],[-17.286,-11.672],[-4.211,1.403],[-1.404,4.211],[11.672,17.286],[14.479,20.093],[27.554,33.168],[30.362,35.976],[43.437,49.051],[46.244,51.858],[59.319,64.934],[62.127,64.934],[64.934,64.934],[62.127,62.126],[49.052,49.051],[46.244,46.244],[33.169,33.168],[30.362,30.361],[17.287,17.286],[14.479,14.479],[1.404,1.403],[-1.404,-1.404],[-14.479,-14.479],[-17.286,-17.287],[-30.362,-30.362],[-33.168,-33.169],[-46.243,-46.244],[-49.051,-49.052],[-62.126,-62.127],[-64.934,-64.934],[-64.934,-62.127],[-64.934,-59.319],[-51.859,-46.244]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[65.283,253.597],"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":"Group 78","np":2,"cix":2,"ix":78,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[17.286,11.671],[4.211,-1.404],[1.403,-4.211],[-11.672,-17.287],[-14.48,-20.094],[-27.555,-33.169],[-30.361,-33.169],[-33.169,-33.169],[-30.361,-30.362],[-17.286,-17.287],[-14.48,-14.479],[-1.404,-1.404],[1.403,1.403],[14.478,14.479],[17.286,17.286],[30.361,30.361],[33.169,33.169],[33.169,30.361],[33.169,27.554],[20.094,14.479]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[126.007,192.875],"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":"Group 79","np":2,"cix":2,"ix":79,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-56.992,-51.378],[-43.917,-38.303],[-41.109,-35.496],[-28.035,-22.42],[-25.228,-19.613],[-12.152,-6.538],[-9.345,-3.73],[3.73,9.345],[6.538,12.152],[19.613,25.228],[22.42,28.035],[35.496,41.11],[38.303,43.917],[51.377,56.993],[54.186,59.8],[67.261,72.875],[70.068,72.875],[72.875,72.875],[70.068,70.068],[56.993,56.993],[54.186,54.186],[41.11,41.11],[38.303,38.303],[25.228,25.228],[22.42,22.42],[9.346,9.345],[6.538,6.538],[-6.538,-6.538],[-9.345,-9.345],[-22.42,-22.42],[-25.228,-25.228],[-38.303,-38.303],[-41.109,-41.11],[-54.185,-54.186],[-56.992,-56.993],[-70.067,-70.068],[-72.875,-72.875],[-72.875,-70.068],[-72.875,-67.261],[-59.8,-54.186]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[73.225,245.656],"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":"Group 80","np":2,"cix":2,"ix":80,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[9.345,3.73],[-3.73,-9.344],[-6.539,-12.153],[-19.613,-25.227],[-22.421,-25.227],[-25.228,-25.227],[-22.421,-22.42],[-9.346,-9.344],[-6.539,-6.537],[6.537,6.537],[9.345,9.345],[22.419,22.421],[25.228,25.227],[25.228,22.421],[25.228,19.613],[12.152,6.537]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[133.948,184.933],"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":"Group 81","np":2,"cix":2,"ix":81,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[1.404,1.404],[1.404,-1.404],[-1.404,-1.404]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[157.772,161.109],"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":"Group 82","np":2,"cix":2,"ix":82,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-6.537,-9.345],[-9.345,-9.345],[-6.537,-6.537],[6.537,6.538],[9.345,9.345],[9.345,6.538],[9.345,3.73],[-3.73,-9.345]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[149.83,169.05],"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":"Group 83","np":2,"cix":2,"ix":83,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[1.404,-4.212],[-11.671,-17.286],[-14.479,-17.286],[-17.287,-17.286],[-14.479,-14.479],[-1.404,-1.404],[1.404,1.404],[14.479,14.479],[17.287,17.286],[17.287,14.479],[17.287,11.672],[4.211,-1.404]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[141.889,176.992],"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":"Group 84","np":2,"cix":2,"ix":84,"mn":"ADBE Vector Group","hd":false}],"ip":2.00000008146167,"op":44.0000017921567,"st":2.00000008146167,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"rox 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[365.317,305.011,0],"ix":2},"a":{"a":0,"k":[71.439,43.837,0],"ix":1},"s":{"a":0,"k":[300,300,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.086,-25.706],[-41.795,-26.67],[21.42,-27.878],[19.128,-25.08]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-57.17,-23.289],[-35.878,-29.587],[23.42,-29.128],[16.961,-23.163]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-57.17,-23.289],[-35.878,-29.587],[23.42,-29.128],[16.961,-23.163]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-58.253,-22.039],[-34.295,-32.587],[26.17,-30.461],[13.295,-17.413]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-58.253,-22.039],[-34.295,-32.587],[26.17,-30.461],[13.295,-17.413]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-60.986,-19.606],[-28.828,-37.42],[30.003,-30.328],[6.261,-7.78]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-60.986,-19.606],[-28.828,-37.42],[30.003,-30.328],[6.261,-7.78]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-63.42,-18.456],[-20.628,-44.67],[35.336,-26.794],[-4.289,6.67]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-63.42,-18.456],[-20.628,-44.67],[35.336,-26.794],[-4.289,6.67]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-64.253,-19.539],[-14.878,-47.587],[37.086,-20.128],[-12.039,16.67]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-64.253,-19.539],[-14.878,-47.587],[37.086,-20.128],[-12.039,16.67]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-65.086,-20.622],[-9.128,-50.504],[38.503,-11.794],[-19.789,26.67]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-65.086,-20.622],[-9.128,-50.504],[38.503,-11.794],[-19.789,26.67]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-61.586,-25.622],[5.038,-48.837],[36.67,11.039],[-36.289,40.004]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-61.586,-25.622],[5.038,-48.837],[36.67,11.039],[-36.289,40.004]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-54.42,-29.789],[18.705,-38.504],[29.503,34.706],[-46.455,44.337]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-54.42,-29.789],[18.705,-38.504],[29.503,34.706],[-46.455,44.337]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-47.92,-31.122],[28.039,-25.004],[20.836,49.372],[-53.789,43.837]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-47.92,-31.122],[28.039,-25.004],[20.836,49.372],[-53.789,43.837]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-37.42,-27.456],[35.705,-1.004],[7.17,62.039],[-60.455,39.504]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-37.42,-27.456],[35.705,-1.004],[7.17,62.039],[-60.455,39.504]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-22.253,-14.456],[38.705,22.663],[-6.83,64.539],[-63.955,34.67]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":32,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-22.253,-14.456],[38.705,22.663],[-6.83,64.539],[-63.955,34.67]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.92,-5.956],[37.594,31.607],[-13.275,62.15],[-64.566,32.281]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.92,-5.956],[37.594,31.607],[-13.275,62.15],[-64.566,32.281]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.747,15.044],[32.872,42.496],[-25.164,54.372],[-62.789,32.004]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.747,15.044],[32.872,42.496],[-25.164,54.372],[-62.789,32.004]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[12.947,29.711],[26.505,43.763],[-32.797,47.139],[-60.189,34.404]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[12.947,29.711],[26.505,43.763],[-32.797,47.139],[-60.189,34.404]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[17.914,37.544],[22.539,41.83],[-38.997,42.872],[-55.955,38.504]],"c":true}]},{"t":43.0000017514259}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2.5,"ix":5},"lc":1,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.992156862745,0.878431372549,0.121568627451,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.439,43.837],"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":"Group 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":2.00000008146167,"op":44.0000017921567,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"rox 10","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[279.317,297.011,0],"ix":2},"a":{"a":0,"k":[71.439,43.837,0],"ix":1},"s":{"a":0,"k":[-285.8,285.8,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[9.414,-23.706],[3.539,-40.087],[22.586,11.539],[32.628,40.754]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.414,-20.206],[1.039,-42.254],[24.42,10.539],[32.628,40.754]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.414,-20.206],[1.039,-42.254],[24.42,10.539],[32.628,40.754]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.247,-17.706],[-2.295,-44.92],[25.086,5.039],[33.628,39.587]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.247,-17.706],[-2.295,-44.92],[25.086,5.039],[33.628,39.587]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-14.586,-2.539],[-14.628,-49.92],[28.253,-12.628],[35.961,34.92]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-14.586,-2.539],[-14.628,-49.92],[28.253,-12.628],[35.961,34.92]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-30.086,17.628],[-28.461,-46.254],[29.253,-25.628],[34.461,34.254]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-30.086,17.628],[-28.461,-46.254],[29.253,-25.628],[34.461,34.254]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-43.753,36.461],[-42.128,-37.42],[27.086,-30.961],[29.795,39.42]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-43.753,36.461],[-42.128,-37.42],[27.086,-30.961],[29.795,39.42]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-50.586,43.628],[-50.628,-31.587],[24.92,-31.294],[24.961,43.587]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":44,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-50.586,43.628],[-50.628,-31.587],[24.92,-31.294],[24.961,43.587]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.753,46.461],[-57.628,-23.087],[16.92,-22.628],[14.961,51.254]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.753,46.461],[-57.628,-23.087],[16.92,-22.628],[14.961,51.254]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-59.086,49.294],[-61.295,-19.254],[10.086,-13.628],[8.295,58.754]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":50,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-59.086,49.294],[-61.295,-19.254],[10.086,-13.628],[8.295,58.754]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-60.039,43.794],[-65.033,-15.825],[0.086,1.682],[-1.991,65.135]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":53,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-60.039,43.794],[-65.033,-15.825],[0.086,1.682],[-1.991,65.135]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-59.253,30.628],[-66.461,-16.42],[-15.747,22.206],[-15.872,68.254]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":57,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-59.253,30.628],[-66.461,-16.42],[-15.747,22.206],[-15.872,68.254]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-56.42,12.128],[-64.461,-20.587],[-31.747,38.539],[-28.039,64.087]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":61,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-56.42,12.128],[-64.461,-20.587],[-31.747,38.539],[-28.039,64.087]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-54.253,3.461],[-62.461,-22.254],[-37.414,42.706],[-34.372,59.087]],"c":true}]},{"t":63.0000025660426}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2.5,"ix":5},"lc":1,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.728999956916,0.513000009574,0.726999978458,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.439,43.837],"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":"Group 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":28.0000011404634,"op":63.0000025660426,"st":24.00000097754,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"Layer 7 Outlines","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":28,"s":[122],"e":[0]},{"t":83.0000033806593}],"ix":10},"p":{"a":0,"k":[309.444,328.166,0],"ix":2},"a":{"a":0,"k":[160,159.5,0],"ix":1},"s":{"a":0,"k":[191,191,100],"ix":6}},"ao":0,"ef":[{"ty":21,"nm":"Fill","np":9,"mn":"ADBE Fill","ix":1,"en":1,"ef":[{"ty":10,"nm":"Fill Mask","mn":"ADBE Fill-0001","ix":1,"v":{"a":0,"k":0,"ix":1}},{"ty":7,"nm":"All Masks","mn":"ADBE Fill-0007","ix":2,"v":{"a":0,"k":0,"ix":2}},{"ty":2,"nm":"Color","mn":"ADBE Fill-0002","ix":3,"v":{"a":0,"k":[0.20000000298,0.20000000298,0.20000000298,1],"ix":3}},{"ty":7,"nm":"Invert","mn":"ADBE Fill-0006","ix":4,"v":{"a":0,"k":0,"ix":4}},{"ty":0,"nm":"Horizontal Feather","mn":"ADBE Fill-0003","ix":5,"v":{"a":0,"k":0,"ix":5}},{"ty":0,"nm":"Vertical Feather","mn":"ADBE Fill-0004","ix":6,"v":{"a":0,"k":0,"ix":6}},{"ty":0,"nm":"Opacity","mn":"ADBE Fill-0005","ix":7,"v":{"a":0,"k":1,"ix":7}}]}],"sy":[{"ty":0,"nm":"Stroke","c":{"a":0,"k":[0.20000000298,0.20000000298,0.20000000298,1],"ix":2},"s":{"a":0,"k":2,"ix":3}}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.151,0],[-0.153,0.23],[0,0],[0,0],[0,0],[-0.366,-0.243]],"o":[[0.257,0],[0,0],[0,0],[0,0],[-0.244,0.365],[0.135,0.09]],"v":[[-1.51,2.622],[-0.848,2.269],[2.413,-2.622],[0.504,-2.622],[-2.169,1.388],[-1.949,2.49]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[283.986,3.329],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.247,0],[-0.141,0.1],[0.255,0.356],[0,0],[0,0],[0,0]],"o":[[0.161,0],[0.355,-0.256],[0,0],[0,0],[0,0],[0.156,0.215]],"v":[[1.393,2.28],[1.857,2.131],[2.038,1.022],[-0.336,-2.28],[-2.293,-2.28],[0.748,1.95]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[169.497,2.986],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.153,0],[-0.154,0.226],[0,0],[0,0],[0,0],[-0.362,-0.246]],"o":[[0.255,0],[0,0],[0,0],[0,0],[-0.246,0.363],[0.137,0.094]],"v":[[-0.31,0.811],[0.347,0.463],[1.213,-0.811],[-0.708,-0.811],[-0.967,-0.43],[-0.757,0.673]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[195.594,1.517],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.253,0],[-0.139,0.095],[0.25,0.361],[0,0],[0,0],[0,0]],"o":[[0.155,0],[0.361,-0.25],[0,0],[0,0],[0,0],[0.154,0.222]],"v":[[0.219,0.664],[0.669,0.524],[0.87,-0.582],[0.813,-0.664],[-1.12,-0.664],[-0.436,0.323]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[230.951,1.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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.438,-0.017],[-0.01,0],[-0.016,0.428],[0,0],[0,0],[0,0]],"o":[[0.01,0],[0.425,0],[0,0],[0,0],[0,0],[-0.016,0.438]],"v":[[-0.1,2.424],[-0.07,2.424],[0.723,1.661],[0.88,-2.424],[-0.708,-2.424],[-0.864,1.6]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[265.869,3.13],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.374,0],[-0.049,0.01],[0.082,0.431],[0,0],[0,0],[0,0]],"o":[[0.05,0],[0.432,-0.082],[0,0],[0,0],[0,0],[0.073,0.381]],"v":[[0.181,1.483],[0.33,1.469],[0.961,0.54],[0.574,-1.483],[-1.043,-1.483],[-0.599,0.838]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[299.181,2.189],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.41,-0.154],[-0.093,0],[-0.12,0.318],[0,0],[0,0],[0,0]],"o":[[0.093,0.035],[0.322,0],[0,0],[0,0],[0,0],[-0.155,0.411]],"v":[[-0.607,1.282],[-0.327,1.333],[0.416,0.819],[1.225,-1.333],[-0.471,-1.333],[-1.071,0.259]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[310.361,2.039],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.046,0],[-0.067,0.385],[0.431,0.076],[0,0],[0,0],[0,0]],"o":[[0.379,0],[0.076,-0.432],[0,0],[0,0],[0,0],[0.047,0.008]],"v":[[0.951,1.043],[1.732,0.387],[1.089,-0.533],[-1.808,-1.043],[-1.808,0.568],[0.812,1.031]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[161.917,138.878],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.264,0.351],[0.348,-0.265],[0,0],[0,0],[0,0]],"o":[[-0.264,-0.352],[0,0],[0,0],[0,0],[0.351,-0.263]],"v":[[2.116,-1.97],[1.005,-2.129],[-2.38,0.409],[-2.38,2.394],[1.957,-0.859]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[162.489,89.885],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0.439],[0.439,0],[0,0],[0,0],[0,0]],"o":[[0,-0.439],[0,0],[0,0],[0,0],[0.439,0]],"v":[[3.43,0],[2.636,-0.794],[-3.43,-0.794],[-3.43,0.794],[2.636,0.794]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[163.54,53.648],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.251,0.359],[0.251,0],[0,0],[0,0]],"o":[[-0.154,-0.22],[0,0],[0,0],[0.36,-0.252]],"v":[[0.2,-0.551],[-0.451,-0.875],[-0.451,0.875],[0.004,0.556]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[160.561,42.163],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.099,0.428],[0.429,-0.1],[0,0],[0,0],[0,0]],"o":[[-0.099,-0.427],[0,0],[0,0],[0,0],[0.427,-0.099]],"v":[[1.717,-0.468],[0.765,-1.062],[-1.815,-0.468],[-1.815,1.163],[1.121,0.485]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[161.925,16.437],"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.243,-0.366],[0,0],[0,0],[0,0],[0.365,0.243]],"o":[[0,0],[0,0],[0,0],[0.243,-0.365],[-0.369,-0.245]],"v":[[0.087,-1.071],[-1.652,1.536],[0.258,1.536],[1.408,-0.19],[1.188,-1.291]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[286.142,157.996],"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.35,-0.264],[0,0],[-0.264,-0.35],[-0.242,0],[-0.143,0.108],[0,0],[0.264,0.35]],"o":[[0,0],[-0.352,0.263],[0.156,0.209],[0.166,0],[0,0],[0.351,-0.263],[-0.263,-0.352]],"v":[[1.73,-2.237],[-2.682,1.072],[-2.841,2.183],[-2.206,2.501],[-1.73,2.342],[2.682,-0.967],[2.841,-2.078]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[256.618,83.927],"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.105,-0.425],[0,0],[-0.426,-0.105],[-0.063,0],[-0.089,0.362],[0,0],[0.426,0.105]],"o":[[0,0],[-0.103,0.427],[0.064,0.015],[0.356,0],[0,0],[0.104,-0.426],[-0.425,-0.098]],"v":[[-0.018,-3.228],[-1.526,2.925],[-0.944,3.886],[-0.753,3.909],[0.017,3.304],[1.525,-2.85],[0.943,-3.811]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[213.745,77.044],"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":"Group 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.364,-0.246],[-0.245,-0.364],[0,0],[-0.256,0],[-0.136,0.091],[0.244,0.365],[0,0]],"o":[[-0.363,0.245],[0,0],[0.153,0.228],[0.152,0],[0.364,-0.244],[0,0],[-0.246,-0.363]],"v":[[-2.532,-3.718],[-2.748,-2.616],[1.431,3.612],[2.091,3.963],[2.533,3.829],[2.749,2.727],[-1.429,-3.501]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[308.832,124.026],"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":"Group 16","np":2,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.086,-0.431],[-0.43,-0.086],[0,0],[-0.052,0],[-0.075,0.377],[0.43,0.087],[0,0]],"o":[[-0.087,0.431],[0,0],[0.052,0.012],[0.37,0],[0.086,-0.43],[0,0],[-0.432,-0.093]],"v":[[-4.913,-0.945],[-4.292,-0.01],[3.98,1.645],[4.138,1.661],[4.915,1.022],[4.292,0.087],[-3.979,-1.567]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[167.554,114.548],"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":"Group 17","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.264,-0.351],[-0.242,0],[-0.142,0.107],[0,0],[0.263,0.351],[0.351,-0.264],[0,0]],"o":[[0.155,0.208],[0.166,0],[0,0],[0.351,-0.264],[-0.263,-0.353],[0,0],[-0.35,0.262]],"v":[[-2.84,2.183],[-2.205,2.501],[-1.729,2.342],[2.683,-0.966],[2.841,-2.078],[1.729,-2.237],[-2.683,1.072]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[227.941,96.611],"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":"Group 18","np":2,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.425,0.108],[0.108,-0.426],[0,0],[-0.425,-0.108],[-0.064,0],[-0.091,0.36],[0,0]],"o":[[-0.426,-0.106],[0,0],[-0.108,0.425],[0.064,0.016],[0.356,0],[0,0],[0.107,-0.426]],"v":[[0.976,-3.825],[0.011,-3.249],[-1.551,2.943],[-0.976,3.907],[-0.781,3.931],[-0.011,3.332],[1.552,-2.86]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[205.652,127.292],"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":"Group 19","np":2,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.425,0.107],[0.107,-0.425],[0,0],[-0.425,-0.107],[-0.064,0],[-0.091,0.36],[0,0]],"o":[[-0.428,-0.108],[0,0],[-0.108,0.426],[0.065,0.017],[0.356,0],[0,0],[0.108,-0.425]],"v":[[0.977,-3.824],[0.011,-3.249],[-1.552,2.943],[-0.976,3.907],[-0.781,3.932],[-0.011,3.332],[1.552,-2.86]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[235.431,55.6],"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":"Group 20","np":2,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.248,-0.361],[0,0],[-0.361,-0.249],[-0.156,0],[-0.155,0.224],[0,0],[0.361,0.249]],"o":[[0,0],[-0.249,0.36],[0.137,0.095],[0.252,0],[0,0],[0.25,-0.361],[-0.36,-0.249]],"v":[[1.391,-3.355],[-2.698,2.561],[-2.496,3.665],[-2.046,3.806],[-1.391,3.463],[2.697,-2.452],[2.495,-3.557]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[304.526,75.026],"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":"Group 21","np":2,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.156,0],[-0.153,0.223],[0,0],[0.36,0.249],[0.248,-0.361],[0,0],[-0.362,-0.249]],"o":[[0.252,0],[0,0],[0.25,-0.361],[-0.359,-0.249],[0,0],[-0.25,0.361],[0.137,0.095]],"v":[[-2.045,3.806],[-1.392,3.463],[2.697,-2.452],[2.496,-3.557],[1.392,-3.355],[-2.697,2.56],[-2.495,3.665]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[253.238,8.298],"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":"Group 22","np":2,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.264,0.351],[0.35,-0.264],[0,0],[-0.263,-0.35],[-0.242,0],[-0.143,0.107],[0,0]],"o":[[-0.265,-0.352],[0,0],[-0.352,0.263],[0.157,0.209],[0.166,0],[0,0],[0.351,-0.263]],"v":[[2.841,-2.078],[1.73,-2.237],[-2.682,1.072],[-2.842,2.183],[-2.206,2.501],[-1.73,2.342],[2.682,-0.967]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[192.647,55.25],"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":"Group 23","np":2,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.251,-0.359],[-0.251,0],[-0.138,0.096],[0,0],[0.251,0.359],[0.36,-0.252],[0,0]],"o":[[0.154,0.221],[0.158,0],[0,0],[0.359,-0.252],[-0.251,-0.361],[0,0],[-0.36,0.252]],"v":[[-3.408,2.439],[-2.756,2.778],[-2.302,2.635],[3.213,-1.225],[3.408,-2.331],[2.303,-2.526],[-3.212,1.333]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[167.83,67.657],"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":"Group 24","np":2,"cix":2,"ix":24,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.283,-0.335],[-0.335,-0.284],[0,0],[-0.18,0],[-0.158,0.186],[0.335,0.284]],"o":[[-0.335,-0.283],[-0.282,0.334],[0,0],[0.149,0.126],[0.226,0],[0.283,-0.334],[0,0]],"v":[[-3.073,-3.592],[-4.192,-3.498],[-4.097,-2.379],[3.072,3.687],[3.583,3.875],[4.191,3.593],[4.097,2.474]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[185.753,33.472],"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":"Group 25","np":2,"cix":2,"ix":25,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.393,0.196],[0,0],[0.196,-0.393],[-0.392,-0.196],[0,0],[-0.12,0],[-0.139,0.279]],"o":[[0,0],[-0.39,-0.194],[-0.196,0.392],[0,0],[0.114,0.057],[0.292,0],[0.197,-0.392]],"v":[[3.112,0.724],[-2.403,-2.034],[-3.468,-1.678],[-3.113,-0.613],[2.402,2.145],[2.757,2.228],[3.467,1.789]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[299.634,50.008],"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":"Group 26","np":2,"cix":2,"ix":26,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.062,-0.435],[0,0],[-0.39,0],[-0.038,0.005],[0.061,0.434],[0,0],[0.431,-0.067]],"o":[[0,0],[0.056,0.396],[0.037,0],[0.434,-0.062],[0,0],[-0.062,-0.434],[-0.435,0.062]],"v":[[-1.337,-3.718],[-0.235,4.003],[0.551,4.684],[0.665,4.677],[1.338,3.778],[0.234,-3.943],[-0.664,-4.617]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[234.499,78.474],"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":"Group 27","np":2,"cix":2,"ix":27,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.081,-0.431],[-0.431,-0.081],[0,0],[-0.048,0],[-0.071,0.382],[0.432,0.081],[0,0]],"o":[[-0.081,0.431],[0,0],[0.05,0.009],[0.375,0],[0.081,-0.431],[0,0],[-0.426,-0.075]],"v":[[-5.192,-0.943],[-4.558,-0.016],[4.265,1.639],[4.412,1.652],[5.192,1.005],[4.558,0.078],[-4.265,-1.577]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[236.765,29.628],"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":"Group 28","np":2,"cix":2,"ix":28,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.429,-0.098],[0,0],[-0.092,-0.429],[-0.366,0],[-0.056,0.012],[0,0],[0.092,0.43]],"o":[[0,0],[-0.428,0.092],[0.08,0.372],[0.056,0],[0,0],[0.43,-0.092],[-0.091,-0.428]],"v":[[3.694,-1.564],[-4.027,0.091],[-4.636,1.033],[-3.861,1.661],[-3.693,1.643],[4.026,-0.01],[4.637,-0.954]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[201.47,118.407],"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":"Group 29","np":2,"cix":2,"ix":29,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.438,-0.068],[-0.066,-0.434],[0,0],[-0.386,0],[-0.042,0.007],[0.067,0.434],[0,0]],"o":[[-0.433,0.067],[0,0],[0.061,0.392],[0.039,0],[0.433,-0.067],[0,0],[-0.066,-0.433]],"v":[[-0.673,-4.341],[-1.336,-3.434],[-0.234,3.736],[0.55,4.408],[0.672,4.399],[1.335,3.492],[0.232,-3.677]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[193.75,127.241],"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":"Group 30","np":2,"cix":2,"ix":30,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.431,0.085],[0,0],[0.086,-0.43],[-0.43,-0.085],[0,0],[-0.051,0],[-0.074,0.378]],"o":[[0,0],[-0.43,-0.092],[-0.085,0.43],[0,0],[0.053,0.011],[0.371,0],[0.087,-0.431]],"v":[[3.156,-0.143],[-2.847,-1.339],[-3.78,-0.715],[-3.156,0.219],[2.845,1.414],[3.001,1.43],[3.778,0.791]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[290.502,64.135],"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":"Group 31","np":2,"cix":2,"ix":31,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.348,0.267],[0,0],[0.267,-0.349],[-0.347,-0.267],[0,0],[-0.168,0],[-0.156,0.204]],"o":[[0,0],[-0.347,-0.264],[-0.267,0.349],[0,0],[0.145,0.109],[0.239,0],[0.267,-0.349]],"v":[[3.111,1.427],[-2.146,-2.589],[-3.259,-2.44],[-3.111,-1.327],[2.146,2.69],[2.628,2.854],[3.259,2.542]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[208.152,54.991],"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":"Group 32","np":2,"cix":2,"ix":32,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.438,-0.018],[0,0],[-0.011,0],[-0.018,0.426],[0.438,0.018],[0,0],[0.018,-0.438]],"o":[[0,0],[0.01,0.001],[0.424,0],[0.018,-0.438],[0,0],[-0.437,-0.031],[-0.018,0.438]],"v":[[-3.396,0.667],[3.33,0.948],[3.363,0.949],[4.156,0.189],[3.396,-0.638],[-3.33,-0.919],[-4.156,-0.159]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[206.677,66.044],"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":"Group 33","np":2,"cix":2,"ix":33,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.35,-0.264],[0,0],[-0.264,-0.35],[-0.241,0],[-0.143,0.107],[0,0],[0.264,0.35]],"o":[[0,0],[-0.352,0.263],[0.156,0.209],[0.166,0],[0,0],[0.352,-0.264],[-0.262,-0.351]],"v":[[1.73,-2.237],[-2.682,1.071],[-2.841,2.182],[-2.206,2.501],[-1.73,2.342],[2.682,-0.966],[2.841,-2.078]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[295.222,117.016],"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":"Group 34","np":2,"cix":2,"ix":34,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.236,-0.37],[-0.369,-0.236],[0,0],[-0.145,0],[-0.151,0.238],[0.369,0.236],[0,0]],"o":[[-0.235,0.37],[0,0],[0.132,0.084],[0.263,0],[0.236,-0.369],[0,0],[-0.371,-0.232]],"v":[[-3.704,-2.303],[-3.461,-1.206],[2.607,2.654],[3.032,2.778],[3.703,2.411],[3.46,1.314],[-2.607,-2.546]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[299.358,89.165],"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":"Group 35","np":2,"cix":2,"ix":35,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.236,-0.368],[-0.369,-0.236],[0,0],[-0.145,0],[-0.151,0.238],[0.369,0.236],[0,0]],"o":[[-0.235,0.37],[0,0],[0.132,0.084],[0.263,0],[0.236,-0.369],[0,0],[-0.371,-0.232]],"v":[[-3.703,-2.303],[-3.46,-1.206],[2.606,2.654],[3.032,2.778],[3.703,2.411],[3.459,1.314],[-2.606,-2.546]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[282.813,145.415],"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":"Group 36","np":2,"cix":2,"ix":36,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.42,0.13],[0,0],[0.129,-0.417],[-0.419,-0.129],[0,0],[-0.077,0],[-0.105,0.341]],"o":[[0,0],[-0.419,-0.127],[-0.129,0.419],[0,0],[0.078,0.023],[0.339,0],[0.128,-0.419]],"v":[[3.818,0.389],[-3.351,-1.816],[-4.343,-1.291],[-3.818,-0.297],[3.351,1.908],[3.585,1.943],[4.344,1.382]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[262.408,112.059],"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":"Group 37","np":2,"cix":2,"ix":37,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.25,0],[-0.139,0.097],[0,0],[0.251,0.359],[0.359,-0.25],[0,0],[-0.251,-0.359]],"o":[[0.158,0],[0,0],[0.359,-0.251],[-0.251,-0.36],[0,0],[-0.36,0.251],[0.154,0.221]],"v":[[-2.757,2.778],[-2.303,2.634],[3.213,-1.226],[3.408,-2.332],[2.302,-2.528],[-3.212,1.333],[-3.409,2.439]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[263.788,98.541],"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":"Group 38","np":2,"cix":2,"ix":38,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.414,-0.151],[-0.151,-0.412],[0,0],[-0.323,0],[-0.09,0.033],[0.151,0.412],[0,0]],"o":[[-0.412,0.151],[0,0],[0.117,0.32],[0.091,0],[0.413,-0.151],[0,0],[-0.151,-0.411]],"v":[[-1.512,-4.069],[-1.984,-3.05],[0.494,3.7],[1.239,4.22],[1.512,4.171],[1.984,3.152],[-0.493,-3.597]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[279.304,126.975],"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":"Group 39","np":2,"cix":2,"ix":39,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.268,-0.348],[-0.347,-0.266],[0,0],[-0.168,0],[-0.157,0.205],[0.349,0.267],[0,0]],"o":[[-0.266,0.348],[0,0],[0.145,0.109],[0.239,0],[0.266,-0.349],[0,0],[-0.347,-0.263]],"v":[[-3.259,-2.441],[-3.111,-1.328],[2.145,2.69],[2.627,2.853],[3.259,2.542],[3.11,1.427],[-2.146,-2.59]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[264.955,134.404],"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":"Group 40","np":2,"cix":2,"ix":40,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.437,0.018],[0,0],[0.019,-0.437],[-0.438,-0.018],[0,0],[-0.012,0],[-0.018,0.426]],"o":[[0,0],[-0.419,-0.029],[-0.018,0.438],[0,0],[0.01,0],[0.423,0],[0.018,-0.438]],"v":[[3.397,-0.639],[-3.33,-0.92],[-4.156,-0.16],[-3.397,0.667],[3.33,0.948],[3.365,0.948],[4.156,0.188]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[263.479,145.457],"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":"Group 41","np":2,"cix":2,"ix":41,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.437,-0.032],[-0.02,0],[-0.032,0.418],[0,0],[0.438,0.032],[0.031,-0.438],[0,0]],"o":[[0.02,0.001],[0.411,0],[0,0],[0.033,-0.438],[-0.444,-0.045],[0,0],[-0.033,0.437]],"v":[[-0.304,4.139],[-0.244,4.141],[0.547,3.406],[1.037,-3.246],[0.303,-4.096],[-0.546,-3.362],[-1.037,3.289]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[280.577,51.404],"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":"Group 42","np":2,"cix":2,"ix":42,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.268,-0.348],[-0.347,-0.267],[0,0],[-0.168,0],[-0.157,0.205],[0.349,0.266],[0,0]],"o":[[-0.266,0.349],[0,0],[0.145,0.109],[0.239,0],[0.266,-0.349],[0,0],[-0.347,-0.265]],"v":[[-3.259,-2.441],[-3.111,-1.327],[2.146,2.69],[2.627,2.854],[3.259,2.542],[3.11,1.428],[-2.146,-2.589]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[267.712,58.851],"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":"Group 43","np":2,"cix":2,"ix":43,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.24,-0.367],[-0.259,0],[-0.135,0.088],[0,0],[0.24,0.367],[0.367,-0.24],[0,0]],"o":[[0.152,0.232],[0.148,0],[0,0],[0.368,-0.241],[-0.24,-0.365],[0,0],[-0.367,0.241]],"v":[[-3.294,2.211],[-2.63,2.571],[-2.195,2.44],[3.065,-1.002],[3.295,-2.102],[2.195,-2.331],[-3.066,1.112]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[266.969,71.725],"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":"Group 44","np":2,"cix":2,"ix":44,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.235,-0.37],[-0.263,0],[-0.133,0.084],[0,0],[0.236,0.37],[0.372,-0.236],[0,0]],"o":[[0.151,0.237],[0.145,0],[0,0],[0.369,-0.236],[-0.236,-0.369],[0,0],[-0.37,0.236]],"v":[[-3.703,2.413],[-3.032,2.78],[-2.606,2.656],[3.459,-1.204],[3.703,-2.301],[2.606,-2.544],[-3.46,1.316]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[196.783,103.501],"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":"Group 45","np":2,"cix":2,"ix":45,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0.439],[0.44,0],[0,0],[0,-0.439],[-0.439,0],[0,0]],"o":[[0,-0.439],[0,0],[-0.439,0],[0,0.439],[0,0],[0.44,0]],"v":[[4.104,0],[3.308,-0.794],[-3.31,-0.794],[-4.104,0],[-3.31,0.794],[3.308,0.794]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[189.89,88.943],"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":"Group 46","np":2,"cix":2,"ix":46,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.251,-0.36],[-0.36,-0.251],[0,0],[-0.157,0],[-0.154,0.221],[0.359,0.251],[0,0]],"o":[[-0.252,0.359],[0,0],[0.138,0.096],[0.25,0],[0.251,-0.359],[0,0],[-0.36,-0.252]],"v":[[-3.407,-2.332],[-3.212,-1.225],[2.303,2.635],[2.757,2.779],[3.408,2.44],[3.213,1.334],[-2.302,-2.527]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[195.404,79.238],"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":"Group 47","np":2,"cix":2,"ix":47,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-0.439],[-0.439,0],[0,0],[0,0.439],[0.439,0],[0,0]],"o":[[0,0.439],[0,0],[0.439,0],[0,-0.439],[0,0],[-0.439,0]],"v":[[-4.103,0],[-3.309,0.794],[3.309,0.794],[4.103,0],[3.309,-0.794],[-3.309,-0.794]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[222.978,45.928],"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":"Group 48","np":2,"cix":2,"ix":48,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.251,-0.361],[-0.36,-0.252],[0,0],[-0.157,0],[-0.154,0.221],[0.36,0.251],[0,0]],"o":[[-0.252,0.359],[0,0],[0.139,0.096],[0.251,0],[0.252,-0.359],[0,0],[-0.359,-0.252]],"v":[[-3.407,-2.331],[-3.212,-1.225],[2.303,2.635],[2.756,2.778],[3.408,2.439],[3.212,1.334],[-2.302,-2.526]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[211.948,97.437],"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":"Group 49","np":2,"cix":2,"ix":49,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-0.439],[-0.44,0],[0,0],[0,0.439],[0.44,0],[0,0]],"o":[[0,0.439],[0,0],[0.44,0],[0,-0.439],[0,0],[-0.44,0]],"v":[[-4.102,0],[-3.308,0.794],[3.308,0.794],[4.102,0],[3.308,-0.794],[-3.308,-0.794]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[295.713,98.908],"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":"Group 50","np":2,"cix":2,"ix":50,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.371,0.232],[0,0],[0.233,-0.37],[-0.372,-0.232],[0,0],[-0.143,0],[-0.15,0.241]],"o":[[0,0],[-0.372,-0.234],[-0.232,0.372],[0,0],[0.131,0.082],[0.264,0],[0.232,-0.372]],"v":[[2.628,0.762],[-1.784,-1.995],[-2.88,-1.743],[-2.627,-0.649],[1.784,2.108],[2.205,2.229],[2.88,1.856]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[245.037,131.626],"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":"Group 51","np":2,"cix":2,"ix":51,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.34,-0.278],[0,0],[-0.176,0],[-0.158,0.192],[0.34,0.279],[0,0],[0.277,-0.34]],"o":[[0,0],[0.148,0.12],[0.23,0],[0.277,-0.339],[0,0],[-0.34,-0.276],[-0.278,0.339]],"v":[[-3.535,-1.819],[2.531,3.145],[3.032,3.324],[3.648,3.032],[3.535,1.915],[-2.531,-3.049],[-3.648,-2.935]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[243.107,112.884],"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":"Group 52","np":2,"cix":2,"ix":52,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.126,-0.42],[0,0],[-0.421,-0.127],[-0.075,0],[-0.102,0.344],[0,0],[0.42,0.127]],"o":[[0,0],[-0.125,0.42],[0.076,0.022],[0.342,0],[0,0],[0.126,-0.419],[-0.423,-0.124]],"v":[[0.066,-2.94],[-1.588,2.575],[-1.055,3.564],[-0.828,3.597],[-0.067,3.031],[1.587,-2.484],[1.055,-3.473]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[244.21,97.169],"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":"Group 53","np":2,"cix":2,"ix":53,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.236,-0.368],[-0.37,-0.236],[0,0],[-0.145,0],[-0.151,0.237],[0.37,0.236],[0,0]],"o":[[-0.235,0.37],[0,0],[0.132,0.084],[0.263,0],[0.237,-0.37],[0,0],[-0.37,-0.233]],"v":[[-3.704,-2.303],[-3.46,-1.206],[2.606,2.654],[3.031,2.778],[3.702,2.412],[3.459,1.314],[-2.607,-2.545]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[243.659,68.76],"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":"Group 54","np":2,"cix":2,"ix":54,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.438,0],[0,0],[0,-0.439],[-0.439,0],[0,0],[0,0.439]],"o":[[0,0],[-0.439,0],[0,0.439],[0,0],[0.438,0],[0,-0.439]],"v":[[3.309,-0.794],[-3.309,-0.794],[-4.103,0],[-3.309,0.794],[3.309,0.794],[4.103,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[250.552,54.199],"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":"Group 55","np":2,"cix":2,"ix":55,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.251,-0.359],[-0.251,0],[-0.137,0.096],[0,0],[0.252,0.359],[0.356,-0.251],[0,0]],"o":[[0.154,0.221],[0.158,0],[0,0],[0.36,-0.251],[-0.252,-0.36],[0,0],[-0.36,0.251]],"v":[[-3.408,2.439],[-2.757,2.778],[-2.303,2.635],[3.212,-1.226],[3.407,-2.332],[2.302,-2.527],[-3.213,1.334]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[245.038,44.495],"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":"Group 56","np":2,"cix":2,"ix":56,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0.439],[0.439,0],[0,0],[0,-0.439],[-0.439,0],[0,0]],"o":[[0,-0.439],[0,0],[-0.439,0],[0,0.439],[0,0],[0.439,0]],"v":[[4.103,0],[3.309,-0.794],[-3.309,-0.794],[-4.103,0],[-3.309,0.794],[3.309,0.794]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[221.875,121.48],"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":"Group 57","np":2,"cix":2,"ix":57,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.372,0.232],[0,0],[0.233,-0.371],[-0.372,-0.233],[0,0],[-0.143,0],[-0.15,0.241]],"o":[[0,0],[-0.372,-0.234],[-0.232,0.372],[0,0],[0.131,0.082],[0.265,0],[0.233,-0.372]],"v":[[2.626,0.762],[-1.785,-1.996],[-2.879,-1.744],[-2.627,-0.649],[1.784,2.108],[2.204,2.229],[2.878,1.856]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[229.045,144.31],"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":"Group 58","np":2,"cix":2,"ix":58,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.34,-0.279],[0,0],[-0.176,0],[-0.158,0.192],[0.34,0.278],[0,0],[0.277,-0.341]],"o":[[0,0],[0.147,0.12],[0.231,0],[0.277,-0.339],[0,0],[-0.339,-0.278],[-0.278,0.339]],"v":[[-3.535,-1.817],[2.531,3.146],[3.031,3.325],[3.648,3.034],[3.535,1.916],[-2.531,-3.047],[-3.648,-2.935]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[221.048,133.839],"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":"Group 59","np":2,"cix":2,"ix":59,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.349,-0.264],[0,0],[-0.264,-0.351],[-0.242,0],[-0.143,0.107],[0,0],[0.264,0.35]],"o":[[0,0],[-0.352,0.263],[0.156,0.208],[0.166,0],[0,0],[0.352,-0.263],[-0.263,-0.351]],"v":[[1.73,-2.237],[-2.682,1.071],[-2.841,2.183],[-2.206,2.501],[-1.73,2.342],[2.682,-0.967],[2.841,-2.078]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[227.39,111.501],"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":"Group 60","np":2,"cix":2,"ix":60,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.086,-0.43],[-0.43,-0.086],[0,0],[-0.052,0],[-0.075,0.378],[0.43,0.086],[0,0]],"o":[[-0.086,0.431],[0,0],[0.052,0.011],[0.37,0],[0.086,-0.43],[0,0],[-0.436,-0.09]],"v":[[-4.915,-0.946],[-4.292,-0.01],[3.981,1.644],[4.138,1.658],[4.915,1.021],[4.292,0.087],[-3.98,-1.568]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[214.981,88.078],"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":"Group 61","np":2,"cix":2,"ix":61,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.211,-0.385],[-0.385,-0.21],[0,0],[-0.129,0],[-0.144,0.265],[0.384,0.21],[0,0]],"o":[[-0.21,0.385],[0,0],[0.12,0.066],[0.281,0],[0.211,-0.384],[0,0],[-0.384,-0.209]],"v":[[-3.731,-1.979],[-3.414,-0.902],[2.653,2.408],[3.033,2.505],[3.73,2.091],[3.414,1.013],[-2.654,-2.296]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[284.468,73.446],"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":"Group 62","np":2,"cix":2,"ix":62,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.252,0.359],[0.358,-0.252],[0,0],[-0.252,-0.359],[-0.251,0],[-0.138,0.096],[0,0]],"o":[[-0.251,-0.359],[0,0],[-0.36,0.252],[0.154,0.221],[0.157,0],[0,0],[0.36,-0.251]],"v":[[3.408,-2.332],[2.302,-2.527],[-3.212,1.333],[-3.408,2.44],[-2.756,2.779],[-2.303,2.635],[3.212,-1.225]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[222.978,65.451],"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":"Group 63","np":2,"cix":2,"ix":63,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.356,-0.254],[-0.255,-0.357],[0,0],[-0.248,0],[-0.14,0.1],[0.255,0.357]],"o":[[-0.255,-0.356],[-0.357,0.255],[0,0],[0.155,0.217],[0.16,0],[0.356,-0.255],[0,0]],"v":[[-2.112,-4.269],[-3.219,-4.454],[-3.404,-3.346],[2.112,4.375],[2.758,4.708],[3.219,4.56],[3.404,3.452]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[204.228,141.832],"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":"Group 64","np":2,"cix":2,"ix":64,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.294,-0.326],[0,0],[-0.326,-0.293],[-0.189,0],[-0.156,0.175],[0,0],[0.326,0.293]],"o":[[0,0],[-0.293,0.325],[0.152,0.136],[0.217,0],[0,0],[0.293,-0.325],[-0.325,-0.293]],"v":[[1.892,-3.244],[-3.073,2.271],[-3.012,3.392],[-2.481,3.596],[-1.891,3.333],[3.073,-2.182],[3.012,-3.303]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[178.584,120.884],"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":"Group 65","np":2,"cix":2,"ix":65,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.026,0.421],[0,0],[0.437,0.028],[0.027,-0.439],[0,0],[-0.437,-0.028],[-0.017,0]],"o":[[0,0],[0.027,-0.438],[-0.445,-0.019],[0,0],[-0.027,0.438],[0.017,0.001],[0.416,0]],"v":[[0.517,4.471],[1.069,-4.353],[0.326,-5.196],[-0.516,-4.452],[-1.069,4.371],[-0.325,5.214],[-0.276,5.215]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[176.929,137.464],"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":"Group 66","np":2,"cix":2,"ix":66,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.258,-0.354],[-0.246,0],[-0.141,0.103],[0,0],[0.257,0.355],[0.356,-0.257],[0,0]],"o":[[0.155,0.214],[0.162,0],[0,0],[0.355,-0.258],[-0.258,-0.355],[0,0],[-0.356,0.258]],"v":[[-3.675,2.725],[-3.032,3.052],[-2.566,2.901],[3.5,-1.511],[3.676,-2.62],[2.566,-2.796],[-3.499,1.616]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[183.547,45.875],"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":"Group 67","np":2,"cix":2,"ix":67,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.366,0],[-0.057,0.013],[0,0],[0.093,0.429],[0.428,-0.101],[0,0],[-0.092,-0.429]],"o":[[0.056,0],[0,0],[0.428,-0.091],[-0.093,-0.429],[0,0],[-0.429,0.091],[0.08,0.372]],"v":[[-3.862,1.662],[-3.694,1.645],[4.027,-0.01],[4.636,-0.952],[3.694,-1.561],[-4.028,0.093],[-4.637,1.035]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[210.294,21.345],"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":"Group 68","np":2,"cix":2,"ix":68,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.386,0],[-0.041,0.006],[0.068,0.434],[0,0],[0.442,-0.069],[-0.066,-0.433],[0,0]],"o":[[0.039,0],[0.434,-0.067],[0,0],[-0.068,-0.433],[-0.433,0.067],[0,0],[0.06,0.392]],"v":[[0.55,4.408],[0.672,4.4],[1.335,3.494],[0.233,-3.676],[-0.673,-4.339],[-1.337,-3.433],[-0.234,3.736]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[204.78,35.695],"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":"Group 69","np":2,"cix":2,"ix":69,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.385,0],[-0.041,0.006],[0,0],[0.066,0.434],[0.432,-0.061],[0,0],[-0.068,-0.433]],"o":[[0.041,0],[0,0],[0.434,-0.067],[-0.066,-0.434],[0,0],[-0.434,0.067],[0.06,0.392]],"v":[[-3.585,1.371],[-3.463,1.363],[3.706,0.26],[4.37,-0.646],[3.464,-1.31],[-3.704,-0.207],[-4.368,0.698]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[191.268,22.74],"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":"Group 70","np":2,"cix":2,"ix":70,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.439,0],[0,0.439],[0,0],[0.438,0],[0,-0.439],[0,0]],"o":[[0.438,0],[0,0],[0,-0.439],[-0.439,0],[0,0],[0,0.439]],"v":[[0.001,4.103],[0.795,3.309],[0.795,-3.309],[0.001,-4.103],[-0.795,-3.309],[-0.795,3.309]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[201.47,14.493],"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":"Group 71","np":2,"cix":2,"ix":71,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.251,-0.359],[-0.251,0],[-0.137,0.096],[0,0],[0.251,0.359],[0.356,-0.251],[0,0]],"o":[[0.155,0.221],[0.158,0],[0,0],[0.359,-0.251],[-0.25,-0.359],[0,0],[-0.36,0.252]],"v":[[-3.408,2.439],[-2.756,2.778],[-2.302,2.635],[3.213,-1.226],[3.408,-2.332],[2.303,-2.527],[-3.212,1.333]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[305.148,30.708],"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":"Group 72","np":2,"cix":2,"ix":72,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.304,0],[-0.105,0.048],[0,0],[0.18,0.4],[0.4,-0.182],[0,0],[-0.179,-0.401]],"o":[[0.108,0],[0,0],[0.401,-0.18],[-0.182,-0.4],[0,0],[-0.401,0.181],[0.133,0.294]],"v":[[-5.514,3.331],[-5.19,3.261],[5.839,-1.701],[6.24,-2.751],[5.188,-3.15],[-5.841,1.813],[-6.24,2.864]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[296.876,18.574],"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":"Group 73","np":2,"cix":2,"ix":73,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.373,0.229],[0.23,-0.374],[0,0],[-0.373,-0.23],[-0.142,0],[-0.15,0.244],[0,0]],"o":[[-0.376,-0.231],[0,0],[-0.23,0.374],[0.13,0.08],[0.266,0],[0,0],[0.23,-0.374]],"v":[[2.622,-4.205],[1.529,-3.944],[-2.882,3.225],[-2.621,4.318],[-2.206,4.436],[-1.53,4.058],[2.882,-3.111]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[273.714,27.396],"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":"Group 74","np":2,"cix":2,"ix":74,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.373,-0.229],[0,0],[-0.143,0],[-0.151,0.244],[0.373,0.229],[0,0],[0.229,-0.374]],"o":[[0,0],[0.13,0.08],[0.267,0],[0.229,-0.374],[0,0],[-0.375,-0.23],[-0.229,0.374]],"v":[[-4.001,-1.474],[3.169,2.938],[3.585,3.056],[4.261,2.678],[4.002,1.586],[-3.169,-2.826],[-4.261,-2.567]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[274.541,12.782],"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":"Group 75","np":2,"cix":2,"ix":75,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.182,0],[-0.157,0.185],[0.335,0.284],[0,0],[0.284,-0.334],[-0.335,-0.284]],"o":[[0.149,0.125],[0.224,0],[0.283,-0.335],[0,0],[-0.334,-0.281],[-0.283,0.335],[0,0]],"v":[[3.072,3.687],[3.585,3.874],[4.191,3.594],[4.097,2.474],[-3.072,-3.593],[-4.191,-3.5],[-4.097,-2.38]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[237.592,13.619],"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":"Group 76","np":2,"cix":2,"ix":76,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.188,0],[-0.157,0.175],[0,0],[0.325,0.293],[0.295,-0.326],[0,0],[-0.325,-0.293]],"o":[[0.218,0],[0,0],[0.293,-0.326],[-0.326,-0.293],[0,0],[-0.293,0.325],[0.152,0.137]],"v":[[-2.482,3.596],[-1.891,3.333],[3.072,-2.182],[3.013,-3.303],[1.891,-3.245],[-3.072,2.271],[-3.013,3.392]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[222.151,13.346],"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":"Group 77","np":2,"cix":2,"ix":77,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.376,0.226],[0.226,-0.375],[0,0],[-0.377,-0.225],[-0.139,0],[-0.149,0.248],[0,0]],"o":[[-0.377,-0.227],[0,0],[-0.225,0.376],[0.128,0.077],[0.27,0],[0,0],[0.226,-0.377]],"v":[[2.89,-4.76],[1.8,-4.488],[-3.163,3.784],[-2.89,4.873],[-2.483,4.987],[-1.801,4.601],[3.162,-3.67]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[174.172,80.89],"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":"Group 78","np":2,"cix":2,"ix":78,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.403,-0.165],[-0.163,-0.407],[0,0],[-0.315,0],[-0.096,0.038],[0.163,0.407],[0,0]],"o":[[-0.407,0.163],[0,0],[0.124,0.311],[0.098,0],[0.408,-0.164],[0,0],[-0.163,-0.409]],"v":[[-1.948,-4.82],[-2.392,-3.788],[0.917,4.485],[1.654,4.984],[1.949,4.928],[2.392,3.896],[-0.917,-4.376]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[179.411,101.297],"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":"Group 79","np":2,"cix":2,"ix":79,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.021,0],[-0.032,0.417],[0,0],[0.437,0.033],[0.033,-0.437],[0,0],[-0.437,-0.034]],"o":[[0.411,0],[0,0],[0.033,-0.437],[-0.45,-0.039],[0,0],[-0.033,0.437],[0.021,0.001]],"v":[[-0.275,4.397],[0.516,3.665],[1.068,-3.505],[0.337,-4.358],[-0.516,-3.627],[-1.068,3.542],[-0.337,4.396]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[170.312,42.876],"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":"Group 80","np":2,"cix":2,"ix":80,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.403,-0.173],[0,0],[-0.104,0],[-0.128,0.302],[0.403,0.172],[0,0],[0.172,-0.405]],"o":[[0,0],[0.101,0.044],[0.308,0],[0.174,-0.403],[0,0],[-0.401,-0.175],[-0.174,0.402]],"v":[[-4.173,-0.87],[3.548,2.439],[3.86,2.504],[4.59,2.022],[4.173,0.98],[-3.548,-2.329],[-4.59,-1.912]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[179.963,13.887],"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":"Group 81","np":2,"cix":2,"ix":81,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.438,0.016],[0.016,-0.439],[0,0],[-0.438,-0.016],[-0.011,0],[-0.017,0.428],[0,0]],"o":[[-0.393,-0.009],[0,0],[-0.018,0.439],[0.01,0.001],[0.424,0],[0,0],[0.017,-0.438]],"v":[[0.158,-4.096],[-0.666,-3.333],[-0.919,3.28],[-0.157,4.104],[-0.125,4.105],[0.667,3.341],[0.92,-3.273]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[219.886,151.907],"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":"Group 82","np":2,"cix":2,"ix":82,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.356,-0.257],[-0.257,-0.356],[0,0],[0,0]],"o":[[-0.257,-0.356],[-0.356,0.256],[0,0],[0,0],[0,0]],"v":[[0.125,-0.683],[-0.984,-0.863],[-1.164,0.246],[-0.534,1.121],[1.422,1.121]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[167.739,158.411],"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":"Group 83","np":2,"cix":2,"ix":83,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.429,0.092],[0.092,-0.428],[0,0],[-0.428,-0.092],[-0.055,0],[-0.081,0.372],[0,0]],"o":[[-0.424,-0.09],[0,0],[-0.093,0.429],[0.057,0.013],[0.365,0],[0,0],[0.092,-0.429]],"v":[[1.172,-5.393],[0.229,-4.784],[-1.78,4.521],[-1.172,5.465],[-1.003,5.482],[-0.227,4.856],[1.781,-4.448]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[181.513,152.352],"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":"Group 84","np":2,"cix":2,"ix":84,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.362,0.247],[0.247,-0.362],[0,0]],"o":[[0,0],[0.246,-0.363],[-0.366,-0.247],[0,0],[0,0]],"v":[[-0.192,2.19],[1.867,-0.839],[1.657,-1.943],[0.553,-1.732],[-2.114,2.19]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[196.999,157.341],"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":"Group 85","np":2,"cix":2,"ix":85,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.292,-0.328],[0,0],[-0.329,-0.291],[-0.187,0],[-0.158,0.178],[0,0],[0.329,0.291]],"o":[[0,0],[-0.291,0.328],[0.151,0.133],[0.219,0],[0,0],[0.29,-0.329],[-0.328,-0.289]],"v":[[1.999,-3.418],[-3.188,2.457],[-3.119,3.578],[-2.593,3.777],[-1.997,3.509],[3.189,-2.365],[3.12,-3.488]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[273.696,87.701],"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":"Group 86","np":2,"cix":2,"ix":86,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.36,-0.25],[-0.25,-0.36],[0,0],[0,0]],"o":[[-0.25,-0.36],[-0.362,0.25],[0,0],[0,0],[0,0]],"v":[[-0.764,-2],[-1.868,-2.2],[-2.07,-1.095],[0.387,2.45],[2.32,2.45]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[229.445,157.081],"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":"Group 87","np":2,"cix":2,"ix":87,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.247,-0.361],[0,0],[-0.361,-0.249],[-0.156,0],[-0.155,0.224],[0,0],[0.361,0.249]],"o":[[0,0],[-0.249,0.36],[0.137,0.095],[0.252,0],[0,0],[0.25,-0.361],[-0.361,-0.251]],"v":[[1.391,-3.354],[-2.698,2.562],[-2.496,3.666],[-2.046,3.807],[-1.391,3.464],[2.697,-2.451],[2.495,-3.556]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[251.584,152.784],"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":"Group 88","np":2,"cix":2,"ix":88,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.439,0.017],[0.016,-0.439],[0,0],[0,0]],"o":[[0.018,-0.438],[-0.408,-0.02],[0,0],[0,0],[0,0]],"v":[[0.834,-0.842],[0.071,-1.666],[-0.752,-0.902],[-0.852,1.686],[0.737,1.686]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[266.012,157.847],"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":"Group 89","np":2,"cix":2,"ix":89,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.261,0],[-0.134,0.087],[0.238,0.368],[0,0],[0.367,-0.238],[-0.239,-0.369]],"o":[[0.151,0.236],[0.146,0],[0.368,-0.237],[0,0],[-0.239,-0.369],[-0.368,0.237],[0,0]],"v":[[1.158,3.314],[1.826,3.678],[2.256,3.551],[2.492,2.453],[-1.157,-3.203],[-2.255,-3.441],[-2.491,-2.343]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[265.612,40.98],"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":"Group 90","np":2,"cix":2,"ix":90,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.243,0.365],[0,0],[0.365,-0.245],[-0.243,-0.364],[0,0],[-0.256,0],[-0.135,0.091]],"o":[[0,0],[-0.246,-0.366],[-0.365,0.244],[0,0],[0.153,0.229],[0.151,0],[0.365,-0.244]],"v":[[2.748,2.728],[-1.427,-3.501],[-2.53,-3.719],[-2.747,-2.618],[1.427,3.612],[2.089,3.964],[2.529,3.83]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[283.759,103.42],"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":"Group 91","np":2,"cix":2,"ix":91,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.426,-0.078],[-0.082,-0.43],[0,0],[0,0],[0,0]],"o":[[-0.431,0.082],[0,0],[0,0],[0,0],[-0.083,-0.431]],"v":[[-0.606,-2.879],[-1.237,-1.95],[-0.298,2.957],[1.319,2.957],[0.324,-2.248]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[298.436,156.575],"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":"Group 92","np":2,"cix":2,"ix":92,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.41,0.154],[0.154,-0.41],[0,0],[0,0],[0,0]],"o":[[-0.414,-0.155],[0,0],[0,0],[0,0],[0.154,-0.411]],"v":[[1.132,-2.623],[0.109,-2.159],[-1.749,2.778],[-0.052,2.778],[1.595,-1.599]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[311.638,156.755],"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":"Group 93","np":2,"cix":2,"ix":93,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.36,-0.249],[-0.155,0],[-0.154,0.223],[0,0],[0.361,0.249],[0.248,-0.362],[0,0]],"o":[[0.137,0.095],[0.252,0],[0,0],[0.25,-0.36],[-0.36,-0.251],[0,0],[-0.25,0.36]],"v":[[-2.495,3.666],[-2.045,3.807],[-1.391,3.464],[2.697,-2.452],[2.496,-3.556],[1.392,-3.355],[-2.697,2.562]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[257.098,23.187],"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":"Group 94","np":2,"cix":2,"ix":94,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.26,0],[-0.133,0.086],[0.237,0.368],[0,0],[0.366,-0.24],[-0.239,-0.368]],"o":[[0.151,0.235],[0.147,0],[0.368,-0.237],[0,0],[-0.238,-0.37],[-0.368,0.237],[0,0]],"v":[[1.159,3.314],[1.826,3.678],[2.256,3.55],[2.493,2.453],[-1.158,-3.202],[-2.254,-3.438],[-2.491,-2.341]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[220.05,33.118],"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":"Group 95","np":2,"cix":2,"ix":95,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.363,-0.245],[-0.244,-0.365],[0,0],[-0.256,0],[-0.136,0.091],[0.244,0.365],[0,0]],"o":[[-0.364,0.244],[0,0],[0.154,0.229],[0.153,0],[0.364,-0.244],[0,0],[-0.246,-0.365]],"v":[[-2.529,-3.72],[-2.748,-2.618],[1.427,3.612],[2.088,3.964],[2.53,3.83],[2.748,2.728],[-1.428,-3.501]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[285.965,36.14],"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":"Group 96","np":2,"cix":2,"ix":96,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.215,0],[0,0],[0,-0.439],[-0.438,0],[0,0],[-0.143,0.138]],"o":[[-0.143,-0.139],[0,0],[-0.438,0],[0,0.438],[0,0],[0.215,0],[0,0]],"v":[[3.982,-0.569],[3.429,-0.794],[-3.188,-0.794],[-3.982,0],[-3.188,0.794],[3.429,0.794],[3.982,0.568]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[314.954,99.972],"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":"Group 97","np":2,"cix":2,"ix":97,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.348,-0.271],[0,0],[-0.269,-0.347],[-0.237,0],[-0.146,0.113],[0,0],[0.27,0.346]],"o":[[0,0],[-0.347,0.269],[0.158,0.201],[0.17,0],[0,0],[0.345,-0.269],[-0.269,-0.344]],"v":[[1.994,-2.505],[-2.969,1.356],[-3.109,2.469],[-2.481,2.776],[-1.993,2.609],[2.97,-1.251],[3.108,-2.365]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[297.703,137.145],"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":"Group 98","np":2,"cix":2,"ix":98,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.076,-0.432],[-0.431,-0.076],[0,0]],"o":[[0,0],[-0.434,-0.076],[-0.077,0.432],[0,0],[0,0]],"v":[[3.738,-0.196],[-2.741,-1.34],[-3.661,-0.696],[-3.018,0.224],[3.738,1.416]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[315.198,138.031],"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":"Group 99","np":2,"cix":2,"ix":99,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.177,0],[-0.157,0.193],[0.34,0.278],[0,0],[0.279,-0.34],[-0.34,-0.277],[0,0]],"o":[[0.23,0],[0.278,-0.338],[0,0],[-0.339,-0.277],[-0.277,0.339],[0,0],[0.148,0.12]],"v":[[3.032,3.324],[3.648,3.032],[3.536,1.916],[-2.531,-3.047],[-3.649,-2.934],[-3.536,-1.817],[2.53,3.146]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[314.248,112.331],"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":"Group 100","np":2,"cix":2,"ix":100,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.263,-0.351],[-0.242,0],[-0.143,0.107],[0,0]],"o":[[0,0],[-0.352,0.263],[0.157,0.208],[0.166,0],[0,0],[0,0]],"v":[[0.725,-1.1],[-0.302,-0.329],[-0.462,0.782],[0.174,1.1],[0.65,0.941],[0.725,0.884]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[318.21,91.395],"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":"Group 101","np":2,"cix":2,"ix":101,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.235,-0.368],[-0.37,-0.236],[0,0],[-0.145,0],[-0.151,0.237],[0.37,0.236],[0,0]],"o":[[-0.236,0.37],[0,0],[0.132,0.084],[0.262,0],[0.236,-0.37],[0,0],[-0.37,-0.234]],"v":[[-3.703,-2.302],[-3.46,-1.205],[2.607,2.654],[3.032,2.779],[3.703,2.412],[3.459,1.314],[-2.606,-2.545]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[314.799,68.208],"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":"Group 102","np":2,"cix":2,"ix":102,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-0.439],[-0.439,0],[0,0],[0,0],[0,0]],"o":[[0,0.439],[0,0],[0,0],[0,0],[-0.439,0]],"v":[[-0.673,0],[0.121,0.794],[0.673,0.794],[0.673,-0.794],[0.121,-0.794]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[318.263,53.648],"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":"Group 103","np":2,"cix":2,"ix":103,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.251,0],[-0.138,0.097],[0,0],[0,0],[0.137,-0.097],[0,0],[-0.252,-0.359]],"o":[[0.157,0],[0,0],[0,0],[-0.159,-0.001],[0,0],[-0.36,0.252],[0.154,0.221]],"v":[[-2.305,2.717],[-1.852,2.575],[3.208,-0.967],[3.208,-2.716],[2.753,-2.587],[-2.761,1.272],[-2.957,2.378]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[315.727,44.004],"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":"Group 104","np":2,"cix":2,"ix":104,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.361,0],[-0.06,0.014],[0,0],[0,0],[0,0],[-0.099,-0.427]],"o":[[0.06,0],[0,0],[0,0],[0,0],[-0.427,0.098],[0.084,0.368]],"v":[[-1.771,1.313],[-1.591,1.294],[2.642,0.317],[2.642,-1.313],[-1.948,-0.254],[-2.543,0.698]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[316.293,17.283],"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":"Group 105","np":2,"cix":2,"ix":105,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.236,0],[-0.145,0.113],[0,0],[0.27,0.348],[0.348,-0.271],[0,0],[-0.269,-0.347]],"o":[[0.17,0],[0,0],[0.346,-0.269],[-0.269,-0.344],[0,0],[-0.347,0.269],[0.157,0.201]],"v":[[-2.481,2.776],[-1.994,2.609],[2.969,-1.252],[3.108,-2.367],[1.994,-2.505],[-2.969,1.356],[-3.109,2.47]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[167.003,150.381],"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":"Group 106","np":2,"cix":2,"ix":106,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.245,0],[-0.142,0.102],[0,0],[0.258,0.355],[0.355,-0.257],[0,0],[-0.257,-0.355]],"o":[[0.162,0],[0,0],[0.356,-0.258],[-0.258,-0.354],[0,0],[-0.355,0.258],[0.156,0.214]],"v":[[-3.033,3.052],[-2.566,2.901],[3.499,-1.511],[3.675,-2.62],[2.566,-2.795],[-3.5,1.617],[-3.676,2.726]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[169.76,26.573],"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":"Group 107","np":2,"cix":2,"ix":107,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.151,0],[-0.152,0.23],[0,0],[0,0],[0,0],[-0.366,-0.243]],"o":[[0.257,0],[0,0],[0,0],[0,0],[-0.243,0.365],[0.135,0.09]],"v":[[-1.51,2.622],[-0.849,2.269],[2.413,-2.622],[0.504,-2.622],[-2.17,1.388],[-1.949,2.49]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[124.998,3.329],"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":"Group 108","np":2,"cix":2,"ix":108,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.247,0],[-0.14,0.1],[0.256,0.356],[0,0],[0,0],[0,0]],"o":[[0.161,0],[0.356,-0.256],[0,0],[0,0],[0,0],[0.156,0.215]],"v":[[1.393,2.28],[1.856,2.131],[2.037,1.022],[-0.337,-2.28],[-2.293,-2.28],[0.747,1.95]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[10.508,2.986],"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":"Group 109","np":2,"cix":2,"ix":109,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.154,0],[-0.153,0.226],[0,0],[0,0],[0,0],[-0.363,-0.246]],"o":[[0.254,0],[0,0],[0,0],[0,0],[-0.247,0.363],[0.137,0.094]],"v":[[-0.31,0.811],[0.347,0.463],[1.213,-0.811],[-0.707,-0.811],[-0.966,-0.43],[-0.756,0.673]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[36.605,1.517],"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":"Group 110","np":2,"cix":2,"ix":110,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.252,0],[-0.138,0.095],[0.25,0.361],[0,0],[0,0],[0,0]],"o":[[0.156,0],[0.361,-0.25],[0,0],[0,0],[0,0],[0.154,0.222]],"v":[[0.218,0.664],[0.668,0.524],[0.87,-0.582],[0.813,-0.664],[-1.12,-0.664],[-0.436,0.323]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.963,1.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":"Group 111","np":2,"cix":2,"ix":111,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.437,-0.017],[-0.01,0],[-0.016,0.428],[0,0],[0,0],[0,0]],"o":[[0.011,0],[0.424,0],[0,0],[0,0],[0,0],[-0.017,0.438]],"v":[[-0.1,2.424],[-0.07,2.424],[0.723,1.661],[0.881,-2.424],[-0.709,-2.424],[-0.864,1.6]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[106.881,3.13],"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":"Group 112","np":2,"cix":2,"ix":112,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.374,0],[-0.05,0.01],[0.082,0.431],[0,0],[0,0],[0,0]],"o":[[0.05,0],[0.432,-0.082],[0,0],[0,0],[0,0],[0.072,0.381]],"v":[[0.181,1.483],[0.33,1.469],[0.961,0.54],[0.574,-1.483],[-1.043,-1.483],[-0.599,0.838]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[140.192,2.189],"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":"Group 113","np":2,"cix":2,"ix":113,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.41,-0.154],[-0.093,0],[-0.119,0.318],[0,0],[0,0],[0,0]],"o":[[0.092,0.035],[0.321,0],[0,0],[0,0],[0,0],[-0.155,0.411]],"v":[[-0.607,1.282],[-0.327,1.333],[0.415,0.819],[1.225,-1.333],[-0.471,-1.333],[-1.07,0.259]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[151.372,2.039],"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":"Group 114","np":2,"cix":2,"ix":114,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.046,0],[-0.067,0.385],[0.432,0.076],[0,0],[0,0],[0,0]],"o":[[0.378,0],[0.077,-0.432],[0,0],[0,0],[0,0],[0.046,0.008]],"v":[[0.951,1.043],[1.731,0.387],[1.088,-0.533],[-1.808,-1.043],[-1.808,0.568],[0.812,1.031]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[2.929,138.878],"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":"Group 115","np":2,"cix":2,"ix":115,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.264,0.351],[0.348,-0.265],[0,0],[0,0],[0,0]],"o":[[-0.264,-0.352],[0,0],[0,0],[0,0],[0.351,-0.263]],"v":[[2.116,-1.97],[1.005,-2.129],[-2.38,0.409],[-2.38,2.394],[1.957,-0.859]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[3.501,89.885],"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":"Group 116","np":2,"cix":2,"ix":116,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0.439],[0.439,0],[0,0],[0,0],[0,0]],"o":[[0,-0.439],[0,0],[0,0],[0,0],[0.439,0]],"v":[[3.43,0],[2.636,-0.794],[-3.43,-0.794],[-3.43,0.794],[2.636,0.794]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[4.551,53.648],"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":"Group 117","np":2,"cix":2,"ix":117,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.252,0.359],[0.25,0],[0,0],[0,0]],"o":[[-0.153,-0.22],[0,0],[0,0],[0.36,-0.252]],"v":[[0.199,-0.551],[-0.451,-0.875],[-0.451,0.875],[0.004,0.556]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1.572,42.163],"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":"Group 118","np":2,"cix":2,"ix":118,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.099,0.428],[0.429,-0.1],[0,0],[0,0],[0,0]],"o":[[-0.098,-0.427],[0,0],[0,0],[0,0],[0.427,-0.099]],"v":[[1.716,-0.468],[0.764,-1.062],[-1.815,-0.468],[-1.815,1.163],[1.121,0.485]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[2.936,16.437],"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":"Group 119","np":2,"cix":2,"ix":119,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.243,-0.366],[0,0],[0,0],[0,0],[0.365,0.243]],"o":[[0,0],[0,0],[0,0],[0.244,-0.365],[-0.369,-0.245]],"v":[[0.087,-1.071],[-1.652,1.536],[0.258,1.536],[1.407,-0.19],[1.188,-1.291]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[127.154,157.996],"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":"Group 120","np":2,"cix":2,"ix":120,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.35,-0.264],[0,0],[-0.264,-0.35],[-0.242,0],[-0.143,0.108],[0,0],[0.264,0.35]],"o":[[0,0],[-0.352,0.263],[0.155,0.209],[0.166,0],[0,0],[0.352,-0.263],[-0.262,-0.352]],"v":[[1.73,-2.237],[-2.681,1.072],[-2.841,2.183],[-2.205,2.501],[-1.73,2.342],[2.681,-0.967],[2.841,-2.078]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[97.63,83.927],"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":"Group 121","np":2,"cix":2,"ix":121,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.105,-0.425],[0,0],[-0.426,-0.105],[-0.064,0],[-0.089,0.362],[0,0],[0.426,0.105]],"o":[[0,0],[-0.104,0.427],[0.064,0.015],[0.356,0],[0,0],[0.103,-0.426],[-0.424,-0.098]],"v":[[-0.017,-3.228],[-1.525,2.925],[-0.943,3.886],[-0.752,3.909],[0.018,3.304],[1.526,-2.85],[0.943,-3.811]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[54.756,77.044],"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":"Group 122","np":2,"cix":2,"ix":122,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.364,-0.246],[-0.244,-0.364],[0,0],[-0.256,0],[-0.135,0.091],[0.244,0.365],[0,0]],"o":[[-0.364,0.245],[0,0],[0.152,0.228],[0.151,0],[0.365,-0.244],[0,0],[-0.246,-0.363]],"v":[[-2.532,-3.718],[-2.749,-2.616],[1.431,3.612],[2.091,3.963],[2.532,3.829],[2.749,2.727],[-1.43,-3.501]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[149.843,124.026],"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":"Group 123","np":2,"cix":2,"ix":123,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.086,-0.431],[-0.43,-0.086],[0,0],[-0.053,0],[-0.075,0.377],[0.43,0.087],[0,0]],"o":[[-0.086,0.431],[0,0],[0.052,0.012],[0.37,0],[0.086,-0.43],[0,0],[-0.432,-0.093]],"v":[[-4.914,-0.945],[-4.292,-0.01],[3.98,1.645],[4.138,1.661],[4.915,1.022],[4.292,0.087],[-3.979,-1.567]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[8.565,114.548],"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":"Group 124","np":2,"cix":2,"ix":124,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.264,-0.351],[-0.242,0],[-0.142,0.107],[0,0],[0.263,0.351],[0.351,-0.264],[0,0]],"o":[[0.156,0.208],[0.166,0],[0,0],[0.352,-0.264],[-0.263,-0.353],[0,0],[-0.351,0.262]],"v":[[-2.841,2.183],[-2.204,2.501],[-1.73,2.342],[2.682,-0.966],[2.842,-2.078],[1.73,-2.237],[-2.682,1.072]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[68.952,96.611],"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":"Group 125","np":2,"cix":2,"ix":125,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.425,0.108],[0.108,-0.426],[0,0],[-0.425,-0.108],[-0.064,0],[-0.091,0.36],[0,0]],"o":[[-0.426,-0.106],[0,0],[-0.107,0.425],[0.065,0.016],[0.355,0],[0,0],[0.108,-0.426]],"v":[[0.976,-3.825],[0.011,-3.249],[-1.552,2.943],[-0.977,3.907],[-0.781,3.931],[-0.012,3.332],[1.551,-2.86]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[46.663,127.292],"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":"Group 126","np":2,"cix":2,"ix":126,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.425,0.107],[0.106,-0.425],[0,0],[-0.425,-0.107],[-0.064,0],[-0.091,0.36],[0,0]],"o":[[-0.428,-0.108],[0,0],[-0.108,0.426],[0.065,0.017],[0.356,0],[0,0],[0.108,-0.425]],"v":[[0.977,-3.824],[0.011,-3.249],[-1.552,2.943],[-0.976,3.907],[-0.781,3.932],[-0.011,3.332],[1.552,-2.86]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[76.443,55.6],"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":"Group 127","np":2,"cix":2,"ix":127,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.248,-0.361],[0,0],[-0.36,-0.249],[-0.156,0],[-0.154,0.224],[0,0],[0.361,0.249]],"o":[[0,0],[-0.25,0.36],[0.138,0.095],[0.252,0],[0,0],[0.25,-0.361],[-0.36,-0.249]],"v":[[1.392,-3.355],[-2.698,2.561],[-2.496,3.665],[-2.045,3.806],[-1.391,3.463],[2.698,-2.452],[2.495,-3.557]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[145.537,75.026],"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":"Group 128","np":2,"cix":2,"ix":128,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.156,0],[-0.153,0.223],[0,0],[0.361,0.249],[0.249,-0.361],[0,0],[-0.361,-0.249]],"o":[[0.252,0],[0,0],[0.249,-0.361],[-0.358,-0.249],[0,0],[-0.25,0.361],[0.138,0.095]],"v":[[-2.044,3.806],[-1.391,3.463],[2.698,-2.452],[2.495,-3.557],[1.391,-3.355],[-2.697,2.56],[-2.495,3.665]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[94.249,8.298],"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":"Group 129","np":2,"cix":2,"ix":129,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.264,0.351],[0.35,-0.264],[0,0],[-0.263,-0.35],[-0.242,0],[-0.143,0.107],[0,0]],"o":[[-0.264,-0.352],[0,0],[-0.352,0.263],[0.156,0.209],[0.166,0],[0,0],[0.35,-0.263]],"v":[[2.841,-2.078],[1.729,-2.237],[-2.682,1.072],[-2.841,2.183],[-2.206,2.501],[-1.729,2.342],[2.683,-0.967]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[33.658,55.25],"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":"Group 130","np":2,"cix":2,"ix":130,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.251,-0.359],[-0.25,0],[-0.139,0.096],[0,0],[0.251,0.359],[0.361,-0.252],[0,0]],"o":[[0.154,0.221],[0.158,0],[0,0],[0.359,-0.252],[-0.252,-0.361],[0,0],[-0.359,0.252]],"v":[[-3.408,2.439],[-2.757,2.778],[-2.302,2.635],[3.213,-1.225],[3.408,-2.331],[2.302,-2.526],[-3.213,1.333]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[8.841,67.657],"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":"Group 131","np":2,"cix":2,"ix":131,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.283,-0.335],[-0.335,-0.284],[0,0],[-0.18,0],[-0.158,0.186],[0.335,0.284]],"o":[[-0.335,-0.283],[-0.283,0.334],[0,0],[0.148,0.126],[0.226,0],[0.283,-0.334],[0,0]],"v":[[-3.072,-3.592],[-4.191,-3.498],[-4.098,-2.379],[3.072,3.687],[3.583,3.875],[4.191,3.593],[4.098,2.474]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[26.765,33.472],"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":"Group 132","np":2,"cix":2,"ix":132,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.393,0.196],[0,0],[0.196,-0.393],[-0.392,-0.196],[0,0],[-0.121,0],[-0.139,0.279]],"o":[[0,0],[-0.39,-0.194],[-0.196,0.392],[0,0],[0.113,0.057],[0.291,0],[0.197,-0.392]],"v":[[3.112,0.724],[-2.403,-2.034],[-3.468,-1.678],[-3.113,-0.613],[2.402,2.145],[2.757,2.228],[3.467,1.789]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[140.646,50.008],"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":"Group 133","np":2,"cix":2,"ix":133,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.062,-0.435],[0,0],[-0.389,0],[-0.038,0.005],[0.062,0.434],[0,0],[0.431,-0.067]],"o":[[0,0],[0.056,0.396],[0.037,0],[0.435,-0.062],[0,0],[-0.062,-0.434],[-0.435,0.062]],"v":[[-1.337,-3.718],[-0.235,4.003],[0.55,4.684],[0.664,4.677],[1.337,3.778],[0.234,-3.943],[-0.664,-4.617]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[75.51,78.474],"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":"Group 134","np":2,"cix":2,"ix":134,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.081,-0.431],[-0.432,-0.081],[0,0],[-0.049,0],[-0.071,0.382],[0.431,0.081],[0,0]],"o":[[-0.081,0.431],[0,0],[0.049,0.009],[0.375,0],[0.081,-0.431],[0,0],[-0.427,-0.075]],"v":[[-5.192,-0.943],[-4.558,-0.016],[4.265,1.639],[4.412,1.652],[5.192,1.005],[4.558,0.078],[-4.265,-1.577]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[77.777,29.628],"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":"Group 135","np":2,"cix":2,"ix":135,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.429,-0.098],[0,0],[-0.092,-0.429],[-0.366,0],[-0.056,0.012],[0,0],[0.093,0.43]],"o":[[0,0],[-0.428,0.092],[0.08,0.372],[0.055,0],[0,0],[0.429,-0.092],[-0.09,-0.428]],"v":[[3.694,-1.564],[-4.027,0.091],[-4.636,1.033],[-3.861,1.661],[-3.693,1.643],[4.026,-0.01],[4.636,-0.954]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[42.482,118.407],"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":"Group 136","np":2,"cix":2,"ix":136,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.438,-0.068],[-0.067,-0.434],[0,0],[-0.386,0],[-0.041,0.007],[0.066,0.434],[0,0]],"o":[[-0.434,0.067],[0,0],[0.061,0.392],[0.039,0],[0.433,-0.067],[0,0],[-0.067,-0.433]],"v":[[-0.672,-4.341],[-1.335,-3.434],[-0.233,3.736],[0.552,4.408],[0.673,4.399],[1.337,3.492],[0.234,-3.677]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[34.761,127.241],"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":"Group 137","np":2,"cix":2,"ix":137,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.431,0.085],[0,0],[0.085,-0.43],[-0.43,-0.085],[0,0],[-0.052,0],[-0.075,0.378]],"o":[[0,0],[-0.43,-0.092],[-0.085,0.43],[0,0],[0.052,0.011],[0.37,0],[0.086,-0.431]],"v":[[3.156,-0.143],[-2.846,-1.339],[-3.78,-0.715],[-3.156,0.219],[2.845,1.414],[3.002,1.43],[3.779,0.791]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[131.514,64.135],"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":"Group 138","np":2,"cix":2,"ix":138,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.348,0.267],[0,0],[0.266,-0.349],[-0.347,-0.267],[0,0],[-0.168,0],[-0.156,0.204]],"o":[[0,0],[-0.348,-0.264],[-0.267,0.349],[0,0],[0.144,0.109],[0.238,0],[0.266,-0.349]],"v":[[3.112,1.427],[-2.146,-2.589],[-3.258,-2.44],[-3.11,-1.327],[2.146,2.69],[2.628,2.854],[3.26,2.542]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[49.164,54.991],"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":"Group 139","np":2,"cix":2,"ix":139,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.438,-0.018],[0,0],[-0.012,0],[-0.018,0.426],[0.437,0.018],[0,0],[0.019,-0.438]],"o":[[0,0],[0.011,0.001],[0.424,0],[0.018,-0.438],[0,0],[-0.437,-0.031],[-0.018,0.438]],"v":[[-3.395,0.667],[3.329,0.948],[3.364,0.949],[4.156,0.189],[3.397,-0.638],[-3.329,-0.919],[-4.156,-0.159]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[47.688,66.044],"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":"Group 140","np":2,"cix":2,"ix":140,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.351,-0.264],[0,0],[-0.264,-0.35],[-0.242,0],[-0.143,0.107],[0,0],[0.264,0.35]],"o":[[0,0],[-0.352,0.263],[0.155,0.209],[0.166,0],[0,0],[0.351,-0.264],[-0.262,-0.351]],"v":[[1.73,-2.237],[-2.681,1.071],[-2.841,2.182],[-2.205,2.501],[-1.73,2.342],[2.682,-0.966],[2.841,-2.078]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[136.233,117.016],"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":"Group 141","np":2,"cix":2,"ix":141,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.236,-0.37],[-0.37,-0.236],[0,0],[-0.146,0],[-0.151,0.238],[0.37,0.236],[0,0]],"o":[[-0.235,0.37],[0,0],[0.131,0.084],[0.263,0],[0.236,-0.369],[0,0],[-0.371,-0.232]],"v":[[-3.704,-2.303],[-3.461,-1.206],[2.607,2.654],[3.032,2.778],[3.703,2.411],[3.459,1.314],[-2.607,-2.546]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[140.37,89.165],"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":"Group 142","np":2,"cix":2,"ix":142,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.236,-0.368],[-0.37,-0.236],[0,0],[-0.146,0],[-0.151,0.238],[0.37,0.236],[0,0]],"o":[[-0.236,0.37],[0,0],[0.131,0.084],[0.262,0],[0.236,-0.369],[0,0],[-0.371,-0.232]],"v":[[-3.703,-2.303],[-3.46,-1.206],[2.607,2.654],[3.032,2.778],[3.703,2.411],[3.459,1.314],[-2.606,-2.546]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[123.825,145.415],"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":"Group 143","np":2,"cix":2,"ix":143,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.419,0.13],[0,0],[0.13,-0.417],[-0.42,-0.129],[0,0],[-0.078,0],[-0.105,0.341]],"o":[[0,0],[-0.419,-0.127],[-0.128,0.419],[0,0],[0.077,0.023],[0.339,0],[0.129,-0.419]],"v":[[3.818,0.389],[-3.351,-1.816],[-4.344,-1.291],[-3.818,-0.297],[3.351,1.908],[3.585,1.943],[4.343,1.382]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[103.42,112.059],"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":"Group 144","np":2,"cix":2,"ix":144,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.25,0],[-0.14,0.097],[0,0],[0.252,0.359],[0.359,-0.25],[0,0],[-0.251,-0.359]],"o":[[0.157,0],[0,0],[0.36,-0.251],[-0.25,-0.36],[0,0],[-0.359,0.251],[0.154,0.221]],"v":[[-2.757,2.778],[-2.303,2.634],[3.212,-1.226],[3.407,-2.332],[2.302,-2.528],[-3.213,1.333],[-3.409,2.439]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[104.799,98.541],"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":"Group 145","np":2,"cix":2,"ix":145,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.414,-0.151],[-0.151,-0.412],[0,0],[-0.323,0],[-0.09,0.033],[0.15,0.412],[0,0]],"o":[[-0.412,0.151],[0,0],[0.118,0.32],[0.091,0],[0.413,-0.151],[0,0],[-0.151,-0.411]],"v":[[-1.511,-4.069],[-1.984,-3.05],[0.493,3.7],[1.239,4.22],[1.512,4.171],[1.984,3.152],[-0.493,-3.597]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[120.315,126.975],"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":"Group 146","np":2,"cix":2,"ix":146,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.269,-0.348],[-0.348,-0.266],[0,0],[-0.168,0],[-0.157,0.205],[0.348,0.267],[0,0]],"o":[[-0.266,0.348],[0,0],[0.145,0.109],[0.239,0],[0.266,-0.349],[0,0],[-0.348,-0.263]],"v":[[-3.259,-2.441],[-3.11,-1.328],[2.146,2.69],[2.627,2.853],[3.259,2.542],[3.11,1.427],[-2.146,-2.59]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[105.966,134.404],"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":"Group 147","np":2,"cix":2,"ix":147,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.437,0.018],[0,0],[0.019,-0.437],[-0.438,-0.018],[0,0],[-0.012,0],[-0.018,0.426]],"o":[[0,0],[-0.419,-0.029],[-0.019,0.438],[0,0],[0.011,0],[0.424,0],[0.018,-0.438]],"v":[[3.397,-0.639],[-3.33,-0.92],[-4.156,-0.16],[-3.396,0.667],[3.33,0.948],[3.364,0.948],[4.157,0.188]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[104.49,145.457],"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":"Group 148","np":2,"cix":2,"ix":148,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.437,-0.032],[-0.02,0],[-0.032,0.418],[0,0],[0.438,0.032],[0.032,-0.438],[0,0]],"o":[[0.02,0.001],[0.412,0],[0,0],[0.032,-0.438],[-0.444,-0.045],[0,0],[-0.034,0.437]],"v":[[-0.303,4.139],[-0.244,4.141],[0.547,3.406],[1.038,-3.246],[0.304,-4.096],[-0.546,-3.362],[-1.036,3.289]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[121.588,51.404],"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":"Group 149","np":2,"cix":2,"ix":149,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.268,-0.348],[-0.347,-0.267],[0,0],[-0.168,0],[-0.157,0.205],[0.348,0.266],[0,0]],"o":[[-0.267,0.349],[0,0],[0.144,0.109],[0.238,0],[0.266,-0.349],[0,0],[-0.348,-0.265]],"v":[[-3.259,-2.441],[-3.111,-1.327],[2.146,2.69],[2.628,2.854],[3.26,2.542],[3.111,1.428],[-2.146,-2.589]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[108.724,58.851],"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":"Group 150","np":2,"cix":2,"ix":150,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.24,-0.367],[-0.259,0],[-0.134,0.088],[0,0],[0.24,0.367],[0.367,-0.24],[0,0]],"o":[[0.153,0.232],[0.148,0],[0,0],[0.368,-0.241],[-0.24,-0.365],[0,0],[-0.366,0.241]],"v":[[-3.295,2.211],[-2.629,2.571],[-2.195,2.44],[3.065,-1.002],[3.295,-2.102],[2.195,-2.331],[-3.066,1.112]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[107.98,71.725],"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":"Group 151","np":2,"cix":2,"ix":151,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.236,-0.37],[-0.264,0],[-0.132,0.084],[0,0],[0.236,0.37],[0.372,-0.236],[0,0]],"o":[[0.15,0.237],[0.145,0],[0,0],[0.37,-0.236],[-0.236,-0.369],[0,0],[-0.37,0.236]],"v":[[-3.703,2.413],[-3.032,2.78],[-2.607,2.656],[3.459,-1.204],[3.703,-2.301],[2.607,-2.544],[-3.46,1.316]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[37.794,103.501],"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":"Group 152","np":2,"cix":2,"ix":152,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0.439],[0.44,0],[0,0],[0,-0.439],[-0.44,0],[0,0]],"o":[[0,-0.439],[0,0],[-0.44,0],[0,0.439],[0,0],[0.44,0]],"v":[[4.103,0],[3.309,-0.794],[-3.309,-0.794],[-4.103,0],[-3.309,0.794],[3.309,0.794]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[30.901,88.943],"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":"Group 153","np":2,"cix":2,"ix":153,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.252,-0.36],[-0.359,-0.251],[0,0],[-0.157,0],[-0.154,0.221],[0.359,0.251],[0,0]],"o":[[-0.251,0.359],[0,0],[0.139,0.096],[0.25,0],[0.251,-0.359],[0,0],[-0.361,-0.252]],"v":[[-3.408,-2.332],[-3.213,-1.225],[2.302,2.635],[2.757,2.779],[3.408,2.44],[3.213,1.334],[-2.302,-2.527]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[36.416,79.238],"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":"Group 154","np":2,"cix":2,"ix":154,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-0.439],[-0.439,0],[0,0],[0,0.439],[0.44,0],[0,0]],"o":[[0,0.439],[0,0],[0.44,0],[0,-0.439],[0,0],[-0.439,0]],"v":[[-4.103,0],[-3.309,0.794],[3.308,0.794],[4.103,0],[3.308,-0.794],[-3.309,-0.794]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[63.99,45.928],"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":"Group 155","np":2,"cix":2,"ix":155,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.252,-0.361],[-0.359,-0.252],[0,0],[-0.157,0],[-0.154,0.221],[0.359,0.251],[0,0]],"o":[[-0.251,0.359],[0,0],[0.139,0.096],[0.25,0],[0.251,-0.359],[0,0],[-0.359,-0.252]],"v":[[-3.408,-2.331],[-3.213,-1.225],[2.303,2.635],[2.757,2.778],[3.408,2.439],[3.213,1.334],[-2.302,-2.526]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[52.959,97.437],"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":"Group 156","np":2,"cix":2,"ix":156,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-0.439],[-0.44,0],[0,0],[0,0.439],[0.439,0],[0,0]],"o":[[0,0.439],[0,0],[0.439,0],[0,-0.439],[0,0],[-0.44,0]],"v":[[-4.103,0],[-3.308,0.794],[3.309,0.794],[4.103,0],[3.309,-0.794],[-3.308,-0.794]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[136.724,98.908],"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":"Group 157","np":2,"cix":2,"ix":157,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.372,0.232],[0,0],[0.233,-0.37],[-0.371,-0.232],[0,0],[-0.143,0],[-0.151,0.241]],"o":[[0,0],[-0.373,-0.234],[-0.232,0.372],[0,0],[0.131,0.082],[0.265,0],[0.232,-0.372]],"v":[[2.627,0.762],[-1.784,-1.995],[-2.88,-1.743],[-2.628,-0.649],[1.784,2.108],[2.204,2.229],[2.88,1.856]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[86.049,131.626],"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":"Group 158","np":2,"cix":2,"ix":158,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.34,-0.278],[0,0],[-0.176,0],[-0.158,0.192],[0.34,0.279],[0,0],[0.277,-0.34]],"o":[[0,0],[0.147,0.12],[0.231,0],[0.277,-0.339],[0,0],[-0.34,-0.276],[-0.279,0.339]],"v":[[-3.535,-1.819],[2.531,3.145],[3.032,3.324],[3.649,3.032],[3.536,1.915],[-2.53,-3.049],[-3.647,-2.935]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[84.118,112.884],"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":"Group 159","np":2,"cix":2,"ix":159,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.126,-0.42],[0,0],[-0.421,-0.127],[-0.075,0],[-0.103,0.344],[0,0],[0.421,0.127]],"o":[[0,0],[-0.126,0.42],[0.075,0.022],[0.342,0],[0,0],[0.126,-0.419],[-0.422,-0.124]],"v":[[0.067,-2.94],[-1.588,2.575],[-1.054,3.564],[-0.827,3.597],[-0.067,3.031],[1.588,-2.484],[1.054,-3.473]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[85.221,97.169],"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":"Group 160","np":2,"cix":2,"ix":160,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.235,-0.368],[-0.369,-0.236],[0,0],[-0.145,0],[-0.151,0.237],[0.37,0.236],[0,0]],"o":[[-0.236,0.37],[0,0],[0.132,0.084],[0.262,0],[0.236,-0.37],[0,0],[-0.37,-0.233]],"v":[[-3.703,-2.303],[-3.46,-1.206],[2.607,2.654],[3.032,2.778],[3.703,2.412],[3.459,1.314],[-2.606,-2.545]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[84.669,68.76],"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":"Group 161","np":2,"cix":2,"ix":161,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.439,0],[0,0],[0,-0.439],[-0.439,0],[0,0],[0,0.439]],"o":[[0,0],[-0.439,0],[0,0.439],[0,0],[0.439,0],[0,-0.439]],"v":[[3.308,-0.794],[-3.309,-0.794],[-4.103,0],[-3.309,0.794],[3.308,0.794],[4.103,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[91.564,54.199],"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":"Group 162","np":2,"cix":2,"ix":162,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.252,-0.359],[-0.251,0],[-0.138,0.096],[0,0],[0.251,0.359],[0.356,-0.251],[0,0]],"o":[[0.153,0.221],[0.158,0],[0,0],[0.359,-0.251],[-0.252,-0.36],[0,0],[-0.36,0.251]],"v":[[-3.407,2.439],[-2.756,2.778],[-2.302,2.635],[3.213,-1.226],[3.408,-2.332],[2.303,-2.527],[-3.212,1.334]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[86.048,44.495],"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":"Group 163","np":2,"cix":2,"ix":163,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0.439],[0.44,0],[0,0],[0,-0.439],[-0.44,0],[0,0]],"o":[[0,-0.439],[0,0],[-0.44,0],[0,0.439],[0,0],[0.44,0]],"v":[[4.103,0],[3.308,-0.794],[-3.309,-0.794],[-4.103,0],[-3.309,0.794],[3.308,0.794]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[62.887,121.48],"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":"Group 164","np":2,"cix":2,"ix":164,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.371,0.232],[0,0],[0.234,-0.371],[-0.372,-0.233],[0,0],[-0.143,0],[-0.15,0.241]],"o":[[0,0],[-0.372,-0.234],[-0.232,0.372],[0,0],[0.131,0.082],[0.265,0],[0.232,-0.372]],"v":[[2.627,0.762],[-1.784,-1.996],[-2.879,-1.744],[-2.626,-0.649],[1.785,2.108],[2.205,2.229],[2.879,1.856]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[70.055,144.31],"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":"Group 165","np":2,"cix":2,"ix":165,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.34,-0.279],[0,0],[-0.176,0],[-0.159,0.192],[0.34,0.278],[0,0],[0.277,-0.341]],"o":[[0,0],[0.148,0.12],[0.231,0],[0.277,-0.339],[0,0],[-0.339,-0.278],[-0.279,0.339]],"v":[[-3.535,-1.817],[2.53,3.146],[3.032,3.325],[3.649,3.034],[3.535,1.916],[-2.53,-3.047],[-3.647,-2.935]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[62.059,133.839],"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":"Group 166","np":2,"cix":2,"ix":166,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.35,-0.264],[0,0],[-0.264,-0.351],[-0.242,0],[-0.143,0.107],[0,0],[0.264,0.35]],"o":[[0,0],[-0.352,0.263],[0.155,0.208],[0.166,0],[0,0],[0.351,-0.263],[-0.263,-0.351]],"v":[[1.73,-2.237],[-2.681,1.071],[-2.841,2.183],[-2.205,2.501],[-1.73,2.342],[2.682,-0.967],[2.841,-2.078]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[68.401,111.501],"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":"Group 167","np":2,"cix":2,"ix":167,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.086,-0.43],[-0.43,-0.086],[0,0],[-0.051,0],[-0.075,0.378],[0.43,0.086],[0,0]],"o":[[-0.086,0.431],[0,0],[0.052,0.011],[0.371,0],[0.086,-0.43],[0,0],[-0.436,-0.09]],"v":[[-4.915,-0.946],[-4.292,-0.01],[3.981,1.644],[4.137,1.658],[4.915,1.021],[4.292,0.087],[-3.98,-1.568]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[55.993,88.078],"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":"Group 168","np":2,"cix":2,"ix":168,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.211,-0.385],[-0.385,-0.21],[0,0],[-0.128,0],[-0.145,0.265],[0.385,0.21],[0,0]],"o":[[-0.21,0.385],[0,0],[0.12,0.066],[0.282,0],[0.21,-0.384],[0,0],[-0.384,-0.209]],"v":[[-3.73,-1.979],[-3.413,-0.902],[2.654,2.408],[3.032,2.505],[3.731,2.091],[3.413,1.013],[-2.654,-2.296]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[125.479,73.446],"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":"Group 169","np":2,"cix":2,"ix":169,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.251,0.359],[0.358,-0.252],[0,0],[-0.251,-0.359],[-0.251,0],[-0.138,0.096],[0,0]],"o":[[-0.251,-0.359],[0,0],[-0.36,0.252],[0.155,0.221],[0.157,0],[0,0],[0.359,-0.251]],"v":[[3.408,-2.332],[2.303,-2.527],[-3.212,1.333],[-3.408,2.44],[-2.756,2.779],[-2.302,2.635],[3.213,-1.225]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[63.989,65.451],"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":"Group 170","np":2,"cix":2,"ix":170,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.356,-0.254],[-0.256,-0.357],[0,0],[-0.248,0],[-0.14,0.1],[0.255,0.357]],"o":[[-0.255,-0.356],[-0.357,0.255],[0,0],[0.154,0.217],[0.159,0],[0.356,-0.255],[0,0]],"v":[[-2.111,-4.269],[-3.219,-4.454],[-3.404,-3.346],[2.112,4.375],[2.758,4.708],[3.219,4.56],[3.404,3.452]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[45.239,141.832],"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":"Group 171","np":2,"cix":2,"ix":171,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.294,-0.326],[0,0],[-0.326,-0.293],[-0.188,0],[-0.157,0.175],[0,0],[0.326,0.293]],"o":[[0,0],[-0.293,0.325],[0.151,0.136],[0.218,0],[0,0],[0.294,-0.325],[-0.326,-0.293]],"v":[[1.892,-3.244],[-3.073,2.271],[-3.012,3.392],[-2.482,3.596],[-1.891,3.333],[3.072,-2.182],[3.012,-3.303]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[19.595,120.884],"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":"Group 172","np":2,"cix":2,"ix":172,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.026,0.421],[0,0],[0.437,0.028],[0.027,-0.439],[0,0],[-0.436,-0.028],[-0.017,0]],"o":[[0,0],[0.027,-0.438],[-0.445,-0.019],[0,0],[-0.027,0.438],[0.018,0.001],[0.416,0]],"v":[[0.517,4.471],[1.069,-4.353],[0.325,-5.196],[-0.516,-4.452],[-1.069,4.371],[-0.326,5.214],[-0.276,5.215]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[17.941,137.464],"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":"Group 173","np":2,"cix":2,"ix":173,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.259,-0.354],[-0.247,0],[-0.14,0.103],[0,0],[0.257,0.355],[0.356,-0.257],[0,0]],"o":[[0.155,0.214],[0.162,0],[0,0],[0.355,-0.258],[-0.258,-0.355],[0,0],[-0.355,0.258]],"v":[[-3.674,2.725],[-3.032,3.052],[-2.566,2.901],[3.5,-1.511],[3.676,-2.62],[2.566,-2.796],[-3.5,1.616]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[24.558,45.875],"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":"Group 174","np":2,"cix":2,"ix":174,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.367,0],[-0.057,0.013],[0,0],[0.092,0.429],[0.429,-0.101],[0,0],[-0.093,-0.429]],"o":[[0.055,0],[0,0],[0.428,-0.091],[-0.093,-0.429],[0,0],[-0.429,0.091],[0.08,0.372]],"v":[[-3.861,1.662],[-3.694,1.645],[4.028,-0.01],[4.637,-0.952],[3.694,-1.561],[-4.027,0.093],[-4.636,1.035]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[51.305,21.345],"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":"Group 175","np":2,"cix":2,"ix":175,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.386,0],[-0.041,0.006],[0.067,0.434],[0,0],[0.443,-0.069],[-0.067,-0.433],[0,0]],"o":[[0.039,0],[0.434,-0.067],[0,0],[-0.068,-0.433],[-0.433,0.067],[0,0],[0.06,0.392]],"v":[[0.551,4.408],[0.672,4.4],[1.336,3.494],[0.234,-3.676],[-0.673,-4.339],[-1.336,-3.433],[-0.233,3.736]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[45.791,35.695],"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":"Group 176","np":2,"cix":2,"ix":176,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.385,0],[-0.041,0.006],[0,0],[0.066,0.434],[0.431,-0.061],[0,0],[-0.067,-0.433]],"o":[[0.041,0],[0,0],[0.434,-0.067],[-0.067,-0.434],[0,0],[-0.434,0.067],[0.06,0.392]],"v":[[-3.585,1.371],[-3.463,1.363],[3.706,0.26],[4.37,-0.646],[3.464,-1.31],[-3.705,-0.207],[-4.369,0.698]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[32.279,22.74],"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":"Group 177","np":2,"cix":2,"ix":177,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.438,0],[0,0.439],[0,0],[0.439,0],[0,-0.439],[0,0]],"o":[[0.439,0],[0,0],[0,-0.439],[-0.438,0],[0,0],[0,0.439]],"v":[[0,4.103],[0.794,3.309],[0.794,-3.309],[0,-4.103],[-0.794,-3.309],[-0.794,3.309]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[42.481,14.493],"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":"Group 178","np":2,"cix":2,"ix":178,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.251,-0.359],[-0.25,0],[-0.138,0.096],[0,0],[0.251,0.359],[0.357,-0.251],[0,0]],"o":[[0.154,0.221],[0.158,0],[0,0],[0.359,-0.251],[-0.251,-0.359],[0,0],[-0.359,0.252]],"v":[[-3.408,2.439],[-2.757,2.778],[-2.302,2.635],[3.213,-1.226],[3.408,-2.332],[2.302,-2.527],[-3.213,1.333]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[146.16,30.708],"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":"Group 179","np":2,"cix":2,"ix":179,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.303,0],[-0.105,0.048],[0,0],[0.18,0.4],[0.4,-0.182],[0,0],[-0.179,-0.401]],"o":[[0.109,0],[0,0],[0.401,-0.18],[-0.181,-0.4],[0,0],[-0.401,0.181],[0.133,0.294]],"v":[[-5.515,3.331],[-5.19,3.261],[5.84,-1.701],[6.239,-2.751],[5.189,-3.15],[-5.841,1.813],[-6.24,2.864]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[137.888,18.574],"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":"Group 180","np":2,"cix":2,"ix":180,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.373,0.229],[0.23,-0.374],[0,0],[-0.373,-0.23],[-0.142,0],[-0.15,0.244],[0,0]],"o":[[-0.376,-0.231],[0,0],[-0.23,0.374],[0.131,0.08],[0.266,0],[0,0],[0.23,-0.374]],"v":[[2.622,-4.205],[1.529,-3.944],[-2.882,3.225],[-2.622,4.318],[-2.206,4.436],[-1.529,4.058],[2.882,-3.111]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[114.725,27.396],"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":"Group 181","np":2,"cix":2,"ix":181,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.373,-0.229],[0,0],[-0.142,0],[-0.15,0.244],[0.373,0.229],[0,0],[0.229,-0.374]],"o":[[0,0],[0.13,0.08],[0.267,0],[0.23,-0.374],[0,0],[-0.376,-0.23],[-0.229,0.374]],"v":[[-4.001,-1.474],[3.169,2.938],[3.584,3.056],[4.26,2.678],[4.001,1.586],[-3.169,-2.826],[-4.261,-2.567]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.553,12.782],"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":"Group 182","np":2,"cix":2,"ix":182,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.182,0],[-0.158,0.185],[0.335,0.284],[0,0],[0.284,-0.334],[-0.335,-0.284]],"o":[[0.148,0.125],[0.224,0],[0.283,-0.335],[0,0],[-0.334,-0.281],[-0.283,0.335],[0,0]],"v":[[3.072,3.687],[3.585,3.874],[4.191,3.594],[4.097,2.474],[-3.072,-3.593],[-4.191,-3.5],[-4.097,-2.38]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[78.604,13.619],"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":"Group 183","np":2,"cix":2,"ix":183,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.189,0],[-0.156,0.175],[0,0],[0.325,0.293],[0.294,-0.326],[0,0],[-0.325,-0.293]],"o":[[0.217,0],[0,0],[0.293,-0.326],[-0.326,-0.293],[0,0],[-0.293,0.325],[0.152,0.137]],"v":[[-2.482,3.596],[-1.892,3.333],[3.072,-2.182],[3.013,-3.303],[1.891,-3.245],[-3.072,2.271],[-3.013,3.392]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[63.162,13.346],"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":"Group 184","np":2,"cix":2,"ix":184,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.376,0.226],[0.226,-0.375],[0,0],[-0.376,-0.225],[-0.139,0],[-0.149,0.248],[0,0]],"o":[[-0.377,-0.227],[0,0],[-0.225,0.376],[0.128,0.077],[0.269,0],[0,0],[0.226,-0.377]],"v":[[2.891,-4.76],[1.801,-4.488],[-3.163,3.784],[-2.89,4.873],[-2.482,4.987],[-1.8,4.601],[3.162,-3.67]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[15.183,80.89],"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":"Group 185","np":2,"cix":2,"ix":185,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.403,-0.165],[-0.163,-0.407],[0,0],[-0.315,0],[-0.096,0.038],[0.163,0.407],[0,0]],"o":[[-0.407,0.163],[0,0],[0.124,0.311],[0.098,0],[0.408,-0.164],[0,0],[-0.162,-0.409]],"v":[[-1.949,-4.82],[-2.392,-3.788],[0.917,4.485],[1.654,4.984],[1.949,4.928],[2.392,3.896],[-0.917,-4.376]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[20.423,101.297],"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":"Group 186","np":2,"cix":2,"ix":186,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.021,0],[-0.032,0.417],[0,0],[0.437,0.033],[0.033,-0.437],[0,0],[-0.437,-0.034]],"o":[[0.411,0],[0,0],[0.033,-0.437],[-0.449,-0.039],[0,0],[-0.033,0.437],[0.021,0.001]],"v":[[-0.274,4.397],[0.516,3.665],[1.067,-3.505],[0.336,-4.358],[-0.516,-3.627],[-1.068,3.542],[-0.336,4.396]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[11.323,42.876],"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":"Group 187","np":2,"cix":2,"ix":187,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.403,-0.173],[0,0],[-0.104,0],[-0.129,0.302],[0.403,0.172],[0,0],[0.173,-0.405]],"o":[[0,0],[0.101,0.044],[0.308,0],[0.173,-0.403],[0,0],[-0.401,-0.175],[-0.173,0.402]],"v":[[-4.172,-0.87],[3.549,2.439],[3.861,2.504],[4.591,2.022],[4.174,0.98],[-3.547,-2.329],[-4.591,-1.912]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[20.974,13.887],"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":"Group 188","np":2,"cix":2,"ix":188,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.437,0.016],[0.017,-0.439],[0,0],[-0.439,-0.016],[-0.011,0],[-0.016,0.428],[0,0]],"o":[[-0.393,-0.009],[0,0],[-0.018,0.439],[0.009,0.001],[0.424,0],[0,0],[0.017,-0.438]],"v":[[0.158,-4.096],[-0.667,-3.333],[-0.919,3.28],[-0.157,4.104],[-0.125,4.105],[0.667,3.341],[0.92,-3.273]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[60.898,151.907],"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":"Group 189","np":2,"cix":2,"ix":189,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.356,-0.257],[-0.257,-0.356],[0,0],[0,0]],"o":[[-0.257,-0.356],[-0.357,0.256],[0,0],[0,0],[0,0]],"v":[[0.125,-0.683],[-0.983,-0.863],[-1.164,0.246],[-0.534,1.121],[1.421,1.121]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[8.75,158.411],"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":"Group 190","np":2,"cix":2,"ix":190,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.429,0.092],[0.093,-0.428],[0,0],[-0.428,-0.092],[-0.055,0],[-0.08,0.372],[0,0]],"o":[[-0.424,-0.09],[0,0],[-0.093,0.429],[0.057,0.013],[0.366,0],[0,0],[0.093,-0.429]],"v":[[1.172,-5.393],[0.228,-4.784],[-1.78,4.521],[-1.172,5.465],[-1.004,5.482],[-0.228,4.856],[1.78,-4.448]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[22.525,152.352],"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":"Group 191","np":2,"cix":2,"ix":191,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.362,0.247],[0.248,-0.362],[0,0]],"o":[[0,0],[0.246,-0.363],[-0.365,-0.247],[0,0],[0,0]],"v":[[-0.192,2.19],[1.867,-0.839],[1.656,-1.943],[0.552,-1.732],[-2.114,2.19]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[38.01,157.341],"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":"Group 192","np":2,"cix":2,"ix":192,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.293,-0.328],[0,0],[-0.329,-0.291],[-0.186,0],[-0.157,0.178],[0,0],[0.328,0.291]],"o":[[0,0],[-0.291,0.328],[0.151,0.133],[0.22,0],[0,0],[0.29,-0.329],[-0.328,-0.289]],"v":[[1.999,-3.418],[-3.188,2.457],[-3.119,3.578],[-2.594,3.777],[-1.998,3.509],[3.189,-2.365],[3.12,-3.488]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[114.708,87.701],"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":"Group 193","np":2,"cix":2,"ix":193,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.361,-0.25],[-0.25,-0.36],[0,0],[0,0]],"o":[[-0.251,-0.36],[-0.361,0.25],[0,0],[0,0],[0,0]],"v":[[-0.764,-2],[-1.869,-2.2],[-2.07,-1.095],[0.387,2.45],[2.32,2.45]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[70.456,157.081],"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":"Group 194","np":2,"cix":2,"ix":194,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.247,-0.361],[0,0],[-0.36,-0.249],[-0.156,0],[-0.154,0.224],[0,0],[0.361,0.249]],"o":[[0,0],[-0.25,0.36],[0.138,0.095],[0.252,0],[0,0],[0.25,-0.361],[-0.362,-0.251]],"v":[[1.392,-3.354],[-2.698,2.562],[-2.496,3.666],[-2.045,3.807],[-1.391,3.464],[2.698,-2.451],[2.495,-3.556]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[92.595,152.784],"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":"Group 195","np":2,"cix":2,"ix":195,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.438,0.017],[0.017,-0.439],[0,0],[0,0]],"o":[[0.018,-0.438],[-0.409,-0.02],[0,0],[0,0],[0,0]],"v":[[0.835,-0.842],[0.072,-1.666],[-0.753,-0.902],[-0.852,1.686],[0.738,1.686]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[107.024,157.847],"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":"Group 196","np":2,"cix":2,"ix":196,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.261,0],[-0.133,0.087],[0.238,0.368],[0,0],[0.367,-0.238],[-0.238,-0.369]],"o":[[0.15,0.236],[0.147,0],[0.368,-0.237],[0,0],[-0.238,-0.369],[-0.369,0.237],[0,0]],"v":[[1.159,3.314],[1.826,3.678],[2.255,3.551],[2.491,2.453],[-1.158,-3.203],[-2.254,-3.441],[-2.492,-2.343]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[106.624,40.98],"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":"Group 197","np":2,"cix":2,"ix":197,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.244,0.365],[0,0],[0.364,-0.245],[-0.243,-0.364],[0,0],[-0.256,0],[-0.136,0.091]],"o":[[0,0],[-0.246,-0.366],[-0.365,0.244],[0,0],[0.153,0.229],[0.152,0],[0.364,-0.244]],"v":[[2.747,2.728],[-1.427,-3.501],[-2.53,-3.719],[-2.747,-2.618],[1.427,3.612],[2.088,3.964],[2.529,3.83]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[124.771,103.42],"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":"Group 198","np":2,"cix":2,"ix":198,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.426,-0.078],[-0.082,-0.43],[0,0],[0,0],[0,0]],"o":[[-0.431,0.082],[0,0],[0,0],[0,0],[-0.083,-0.431]],"v":[[-0.606,-2.879],[-1.237,-1.95],[-0.298,2.957],[1.319,2.957],[0.324,-2.248]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[139.448,156.575],"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":"Group 199","np":2,"cix":2,"ix":199,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.41,0.154],[0.154,-0.41],[0,0],[0,0],[0,0]],"o":[[-0.413,-0.155],[0,0],[0,0],[0,0],[0.155,-0.411]],"v":[[1.131,-2.623],[0.109,-2.159],[-1.749,2.778],[-0.053,2.778],[1.594,-1.599]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[152.65,156.755],"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":"Group 200","np":2,"cix":2,"ix":200,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.36,-0.249],[-0.156,0],[-0.153,0.223],[0,0],[0.362,0.249],[0.248,-0.362],[0,0]],"o":[[0.138,0.095],[0.252,0],[0,0],[0.25,-0.36],[-0.359,-0.251],[0,0],[-0.25,0.36]],"v":[[-2.496,3.666],[-2.045,3.807],[-1.392,3.464],[2.697,-2.452],[2.495,-3.556],[1.392,-3.355],[-2.697,2.562]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[98.11,23.187],"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":"Group 201","np":2,"cix":2,"ix":201,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.261,0],[-0.133,0.086],[0.238,0.368],[0,0],[0.366,-0.24],[-0.238,-0.368]],"o":[[0.151,0.235],[0.147,0],[0.368,-0.237],[0,0],[-0.239,-0.37],[-0.368,0.237],[0,0]],"v":[[1.158,3.314],[1.826,3.678],[2.255,3.55],[2.492,2.453],[-1.158,-3.202],[-2.255,-3.438],[-2.492,-2.341]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[61.062,33.118],"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":"Group 202","np":2,"cix":2,"ix":202,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.362,-0.245],[-0.243,-0.365],[0,0],[-0.256,0],[-0.137,0.091],[0.244,0.365],[0,0]],"o":[[-0.365,0.244],[0,0],[0.153,0.229],[0.152,0],[0.364,-0.244],[0,0],[-0.246,-0.365]],"v":[[-2.529,-3.72],[-2.749,-2.618],[1.427,3.612],[2.088,3.964],[2.53,3.83],[2.748,2.728],[-1.428,-3.501]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[126.977,36.14],"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":"Group 203","np":2,"cix":2,"ix":203,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.215,0],[0,0],[0,-0.439],[-0.439,0],[0,0],[-0.144,0.138]],"o":[[-0.144,-0.139],[0,0],[-0.439,0],[0,0.438],[0,0],[0.215,0],[0,0]],"v":[[3.982,-0.569],[3.43,-0.794],[-3.187,-0.794],[-3.982,0],[-3.187,0.794],[3.43,0.794],[3.982,0.568]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[155.965,99.972],"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":"Group 204","np":2,"cix":2,"ix":204,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.348,-0.271],[0,0],[-0.269,-0.347],[-0.237,0],[-0.145,0.113],[0,0],[0.27,0.346]],"o":[[0,0],[-0.346,0.269],[0.157,0.201],[0.17,0],[0,0],[0.345,-0.269],[-0.269,-0.344]],"v":[[1.994,-2.505],[-2.97,1.356],[-3.109,2.469],[-2.481,2.776],[-1.994,2.609],[2.97,-1.251],[3.108,-2.365]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[138.715,137.145],"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":"Group 205","np":2,"cix":2,"ix":205,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.076,-0.432],[-0.431,-0.076],[0,0]],"o":[[0,0],[-0.434,-0.076],[-0.078,0.432],[0,0],[0,0]],"v":[[3.739,-0.196],[-2.74,-1.34],[-3.661,-0.696],[-3.018,0.224],[3.739,1.416]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[156.209,138.031],"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":"Group 206","np":2,"cix":2,"ix":206,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.177,0],[-0.157,0.193],[0.34,0.278],[0,0],[0.279,-0.34],[-0.34,-0.277],[0,0]],"o":[[0.23,0],[0.279,-0.338],[0,0],[-0.339,-0.277],[-0.278,0.339],[0,0],[0.148,0.12]],"v":[[3.033,3.324],[3.648,3.032],[3.536,1.916],[-2.531,-3.047],[-3.648,-2.934],[-3.535,-1.817],[2.531,3.146]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[155.259,112.331],"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":"Group 207","np":2,"cix":2,"ix":207,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.263,-0.351],[-0.242,0],[-0.144,0.107],[0,0]],"o":[[0,0],[-0.351,0.263],[0.156,0.208],[0.166,0],[0,0],[0,0]],"v":[[0.725,-1.1],[-0.303,-0.329],[-0.462,0.782],[0.174,1.1],[0.65,0.941],[0.725,0.884]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[159.222,91.395],"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":"Group 208","np":2,"cix":2,"ix":208,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.235,-0.368],[-0.37,-0.236],[0,0],[-0.146,0],[-0.15,0.237],[0.37,0.236],[0,0]],"o":[[-0.236,0.37],[0,0],[0.131,0.084],[0.262,0],[0.237,-0.37],[0,0],[-0.37,-0.234]],"v":[[-3.703,-2.302],[-3.46,-1.205],[2.607,2.654],[3.032,2.779],[3.702,2.412],[3.459,1.314],[-2.606,-2.545]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[155.811,68.208],"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":"Group 209","np":2,"cix":2,"ix":209,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-0.439],[-0.439,0],[0,0],[0,0],[0,0]],"o":[[0,0.439],[0,0],[0,0],[0,0],[-0.439,0]],"v":[[-0.673,0],[0.121,0.794],[0.673,0.794],[0.673,-0.794],[0.121,-0.794]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[159.274,53.648],"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":"Group 210","np":2,"cix":2,"ix":210,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.25,0],[-0.139,0.097],[0,0],[0,0],[0.137,-0.097],[0,0],[-0.251,-0.359]],"o":[[0.158,0],[0,0],[0,0],[-0.159,-0.001],[0,0],[-0.359,0.252],[0.154,0.221]],"v":[[-2.306,2.717],[-1.852,2.575],[3.208,-0.967],[3.208,-2.716],[2.753,-2.587],[-2.762,1.272],[-2.958,2.378]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[156.739,44.004],"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":"Group 211","np":2,"cix":2,"ix":211,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.361,0],[-0.061,0.014],[0,0],[0,0],[0,0],[-0.098,-0.427]],"o":[[0.059,0],[0,0],[0,0],[0,0],[-0.426,0.098],[0.085,0.368]],"v":[[-1.771,1.313],[-1.591,1.294],[2.642,0.317],[2.642,-1.313],[-1.949,-0.254],[-2.544,0.698]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[157.305,17.283],"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":"Group 212","np":2,"cix":2,"ix":212,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.237,0],[-0.144,0.113],[0,0],[0.269,0.348],[0.347,-0.271],[0,0],[-0.269,-0.347]],"o":[[0.17,0],[0,0],[0.346,-0.269],[-0.269,-0.344],[0,0],[-0.346,0.269],[0.157,0.201]],"v":[[-2.48,2.776],[-1.994,2.609],[2.969,-1.252],[3.109,-2.367],[1.994,-2.505],[-2.969,1.356],[-3.109,2.47]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[8.014,150.381],"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":"Group 213","np":2,"cix":2,"ix":213,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.246,0],[-0.141,0.102],[0,0],[0.258,0.355],[0.355,-0.257],[0,0],[-0.258,-0.355]],"o":[[0.162,0],[0,0],[0.356,-0.258],[-0.258,-0.354],[0,0],[-0.354,0.258],[0.156,0.214]],"v":[[-3.032,3.052],[-2.566,2.901],[3.5,-1.511],[3.675,-2.62],[2.566,-2.795],[-3.5,1.617],[-3.675,2.726]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[10.771,26.573],"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":"Group 214","np":2,"cix":2,"ix":214,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.151,0],[-0.153,0.23],[0,0],[0,0],[0,0],[-0.366,-0.244]],"o":[[0.257,0],[0,0],[0,0],[0,0],[-0.243,0.365],[0.135,0.09]],"v":[[-1.51,2.622],[-0.848,2.269],[2.413,-2.622],[0.504,-2.622],[-2.17,1.387],[-1.949,2.49]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[283.932,162.156],"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":"Group 215","np":2,"cix":2,"ix":215,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.247,0],[-0.14,0.101],[0.255,0.356],[0,0],[0,0],[0,0]],"o":[[0.161,0],[0.356,-0.256],[0,0],[0,0],[0,0],[0.155,0.216]],"v":[[1.393,2.28],[1.856,2.13],[2.038,1.022],[-0.336,-2.28],[-2.293,-2.28],[0.748,1.949]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[169.442,161.812],"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":"Group 216","np":2,"cix":2,"ix":216,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.153,0],[-0.153,0.226],[0,0],[0,0],[0,0],[-0.363,-0.247]],"o":[[0.254,0],[0,0],[0,0],[0,0],[-0.247,0.363],[0.137,0.093]],"v":[[-0.31,0.81],[0.347,0.463],[1.213,-0.81],[-0.707,-0.81],[-0.966,-0.43],[-0.756,0.674]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[195.538,160.344],"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":"Group 217","np":2,"cix":2,"ix":217,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.252,0],[-0.139,0.096],[0.25,0.361],[0,0],[0,0],[0,0]],"o":[[0.156,0],[0.36,-0.25],[0,0],[0,0],[0,0],[0.154,0.223]],"v":[[0.218,0.664],[0.669,0.524],[0.87,-0.581],[0.813,-0.664],[-1.12,-0.664],[-0.436,0.323]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[230.896,160.197],"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":"Group 218","np":2,"cix":2,"ix":218,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.438,-0.016],[-0.01,0],[-0.016,0.428],[0,0],[0,0],[0,0]],"o":[[0.01,0.001],[0.425,0],[0,0],[0,0],[0,0],[-0.016,0.439]],"v":[[-0.1,2.423],[-0.07,2.424],[0.723,1.66],[0.88,-2.424],[-0.708,-2.424],[-0.864,1.599]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[265.815,161.957],"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":"Group 219","np":2,"cix":2,"ix":219,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.374,0],[-0.049,0.009],[0.082,0.43],[0,0],[0,0],[0,0]],"o":[[0.05,0],[0.432,-0.082],[0,0],[0,0],[0,0],[0.073,0.38]],"v":[[0.181,1.483],[0.33,1.469],[0.961,0.54],[0.574,-1.483],[-1.043,-1.483],[-0.599,0.838]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[299.126,161.016],"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":"Group 220","np":2,"cix":2,"ix":220,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.41,-0.154],[-0.093,0],[-0.12,0.318],[0,0],[0,0],[0,0]],"o":[[0.093,0.035],[0.322,0],[0,0],[0,0],[0,0],[-0.155,0.41]],"v":[[-0.607,1.281],[-0.327,1.333],[0.416,0.818],[1.225,-1.333],[-0.471,-1.333],[-1.07,0.259]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[310.306,160.866],"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":"Group 221","np":2,"cix":2,"ix":221,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.046,0],[-0.067,0.385],[0.432,0.076],[0,0],[0,0],[0,0]],"o":[[0.378,0],[0.076,-0.432],[0,0],[0,0],[0,0],[0.046,0.009]],"v":[[0.951,1.043],[1.732,0.388],[1.088,-0.532],[-1.808,-1.043],[-1.808,0.569],[0.812,1.031]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[161.862,297.704],"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":"Group 222","np":2,"cix":2,"ix":222,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.264,0.351],[0.348,-0.264],[0,0],[0,0],[0,0]],"o":[[-0.264,-0.352],[0,0],[0,0],[0,0],[0.351,-0.262]],"v":[[2.116,-1.971],[1.005,-2.129],[-2.38,0.409],[-2.38,2.394],[1.957,-0.859]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[162.435,248.712],"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":"Group 223","np":2,"cix":2,"ix":223,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0.438],[0.439,0],[0,0],[0,0],[0,0]],"o":[[0,-0.439],[0,0],[0,0],[0,0],[0.439,0]],"v":[[3.43,0],[2.636,-0.794],[-3.43,-0.794],[-3.43,0.794],[2.636,0.794]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[163.485,212.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":"Group 224","np":2,"cix":2,"ix":224,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.252,0.359],[0.25,0],[0,0],[0,0]],"o":[[-0.153,-0.22],[0,0],[0,0],[0.36,-0.252]],"v":[[0.199,-0.55],[-0.451,-0.874],[-0.451,0.874],[0.004,0.556]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[160.506,200.989],"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":"Group 225","np":2,"cix":2,"ix":225,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.099,0.427],[0.43,-0.1],[0,0],[0,0],[0,0]],"o":[[-0.099,-0.427],[0,0],[0,0],[0,0],[0.427,-0.098]],"v":[[1.717,-0.467],[0.764,-1.063],[-1.815,-0.467],[-1.815,1.163],[1.121,0.485]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[161.87,175.263],"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":"Group 226","np":2,"cix":2,"ix":226,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.243,-0.366],[0,0],[0,0],[0,0],[0.365,0.244]],"o":[[0,0],[0,0],[0,0],[0.244,-0.364],[-0.369,-0.245]],"v":[[0.087,-1.071],[-1.652,1.537],[0.258,1.537],[1.407,-0.19],[1.188,-1.292]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[286.087,316.822],"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":"Group 227","np":2,"cix":2,"ix":227,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.351,-0.264],[0,0],[-0.264,-0.35],[-0.242,0],[-0.143,0.107],[0,0],[0.265,0.351]],"o":[[0,0],[-0.352,0.263],[0.155,0.209],[0.166,0],[0,0],[0.351,-0.264],[-0.262,-0.352]],"v":[[1.729,-2.238],[-2.682,1.071],[-2.841,2.183],[-2.206,2.501],[-1.73,2.342],[2.682,-0.966],[2.84,-2.079]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[256.564,242.754],"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":"Group 228","np":2,"cix":2,"ix":228,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.105,-0.425],[0,0],[-0.426,-0.105],[-0.064,0],[-0.089,0.363],[0,0],[0.426,0.105]],"o":[[0,0],[-0.104,0.427],[0.064,0.015],[0.356,0],[0,0],[0.103,-0.426],[-0.425,-0.098]],"v":[[-0.017,-3.228],[-1.525,2.926],[-0.943,3.886],[-0.752,3.908],[0.018,3.303],[1.526,-2.849],[0.944,-3.81]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[213.69,235.87],"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":"Group 229","np":2,"cix":2,"ix":229,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.364,-0.246],[-0.245,-0.365],[0,0],[-0.256,0],[-0.136,0.092],[0.244,0.364],[0,0]],"o":[[-0.363,0.244],[0,0],[0.152,0.228],[0.152,0],[0.364,-0.244],[0,0],[-0.246,-0.363]],"v":[[-2.532,-3.718],[-2.748,-2.616],[1.431,3.611],[2.091,3.963],[2.533,3.828],[2.749,2.727],[-1.429,-3.501]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[308.777,282.853],"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":"Group 230","np":2,"cix":2,"ix":230,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.087,-0.431],[-0.43,-0.087],[0,0],[-0.052,0],[-0.075,0.377],[0.43,0.086],[0,0]],"o":[[-0.086,0.43],[0,0],[0.052,0.011],[0.37,0],[0.086,-0.431],[0,0],[-0.432,-0.093]],"v":[[-4.914,-0.945],[-4.292,-0.01],[3.98,1.645],[4.138,1.661],[4.915,1.022],[4.292,0.087],[-3.979,-1.567]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[167.499,273.375],"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":"Group 231","np":2,"cix":2,"ix":231,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.264,-0.35],[-0.242,0],[-0.143,0.107],[0,0],[0.263,0.351],[0.351,-0.265],[0,0]],"o":[[0.155,0.209],[0.166,0],[0,0],[0.352,-0.263],[-0.263,-0.353],[0,0],[-0.35,0.263]],"v":[[-2.84,2.183],[-2.205,2.501],[-1.729,2.342],[2.682,-0.966],[2.841,-2.078],[1.729,-2.236],[-2.683,1.072]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[227.886,255.438],"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":"Group 232","np":2,"cix":2,"ix":232,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.425,0.108],[0.108,-0.426],[0,0],[-0.426,-0.108],[-0.064,0],[-0.091,0.36],[0,0]],"o":[[-0.426,-0.106],[0,0],[-0.107,0.426],[0.064,0.016],[0.356,0],[0,0],[0.107,-0.425]],"v":[[0.976,-3.825],[0.011,-3.25],[-1.552,2.942],[-0.976,3.907],[-0.781,3.931],[-0.011,3.331],[1.552,-2.861]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[205.597,286.119],"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":"Group 233","np":2,"cix":2,"ix":233,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.425,0.108],[0.107,-0.425],[0,0],[-0.425,-0.108],[-0.064,0],[-0.091,0.36],[0,0]],"o":[[-0.428,-0.108],[0,0],[-0.108,0.426],[0.065,0.016],[0.356,0],[0,0],[0.108,-0.426]],"v":[[0.977,-3.824],[0.011,-3.249],[-1.552,2.943],[-0.976,3.908],[-0.781,3.932],[-0.011,3.332],[1.552,-2.859]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[235.377,214.426],"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":"Group 234","np":2,"cix":2,"ix":234,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.248,-0.361],[0,0],[-0.361,-0.249],[-0.156,0],[-0.154,0.224],[0,0],[0.361,0.249]],"o":[[0,0],[-0.25,0.36],[0.137,0.095],[0.252,0],[0,0],[0.25,-0.36],[-0.36,-0.25]],"v":[[1.392,-3.355],[-2.698,2.561],[-2.495,3.665],[-2.045,3.806],[-1.391,3.464],[2.698,-2.452],[2.495,-3.556]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[304.47,233.852],"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":"Group 235","np":2,"cix":2,"ix":235,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.156,0],[-0.153,0.224],[0,0],[0.361,0.248],[0.248,-0.361],[0,0],[-0.362,-0.249]],"o":[[0.252,0],[0,0],[0.25,-0.361],[-0.358,-0.25],[0,0],[-0.25,0.36],[0.137,0.096]],"v":[[-2.045,3.806],[-1.392,3.463],[2.697,-2.452],[2.495,-3.556],[1.392,-3.355],[-2.697,2.561],[-2.495,3.665]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[253.183,167.124],"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":"Group 236","np":2,"cix":2,"ix":236,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.264,0.351],[0.35,-0.263],[0,0],[-0.263,-0.351],[-0.242,0],[-0.143,0.106],[0,0]],"o":[[-0.265,-0.351],[0,0],[-0.352,0.263],[0.157,0.208],[0.166,0],[0,0],[0.351,-0.262]],"v":[[2.841,-2.079],[1.73,-2.238],[-2.682,1.071],[-2.842,2.183],[-2.206,2.501],[-1.73,2.342],[2.682,-0.968]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[192.592,214.077],"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":"Group 237","np":2,"cix":2,"ix":237,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.251,-0.359],[-0.25,0],[-0.138,0.097],[0,0],[0.251,0.36],[0.36,-0.252],[0,0]],"o":[[0.154,0.221],[0.159,0],[0,0],[0.359,-0.251],[-0.251,-0.36],[0,0],[-0.359,0.251]],"v":[[-3.408,2.439],[-2.757,2.779],[-2.302,2.635],[3.213,-1.225],[3.408,-2.332],[2.303,-2.527],[-3.213,1.333]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[167.775,226.483],"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":"Group 238","np":2,"cix":2,"ix":238,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.283,-0.335],[-0.335,-0.284],[0,0],[-0.18,0],[-0.158,0.186],[0.335,0.284]],"o":[[-0.335,-0.283],[-0.282,0.334],[0,0],[0.149,0.125],[0.226,0],[0.283,-0.334],[0,0]],"v":[[-3.073,-3.592],[-4.192,-3.498],[-4.098,-2.378],[3.072,3.688],[3.583,3.875],[4.191,3.593],[4.097,2.475]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[185.699,192.298],"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":"Group 239","np":2,"cix":2,"ix":239,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.393,0.196],[0,0],[0.196,-0.392],[-0.392,-0.196],[0,0],[-0.12,0],[-0.139,0.279]],"o":[[0,0],[-0.39,-0.195],[-0.196,0.393],[0,0],[0.114,0.057],[0.291,0],[0.197,-0.392]],"v":[[3.112,0.724],[-2.403,-2.034],[-3.468,-1.679],[-3.113,-0.613],[2.402,2.145],[2.757,2.229],[3.467,1.79]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[299.579,208.834],"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":"Group 240","np":2,"cix":2,"ix":240,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.062,-0.434],[0,0],[-0.389,0],[-0.037,0.005],[0.061,0.435],[0,0],[0.431,-0.066]],"o":[[0,0],[0.056,0.396],[0.038,0],[0.435,-0.062],[0,0],[-0.062,-0.434],[-0.435,0.062]],"v":[[-1.337,-3.719],[-0.235,4.002],[0.55,4.684],[0.664,4.676],[1.338,3.777],[0.234,-3.944],[-0.664,-4.618]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[234.444,237.301],"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":"Group 241","np":2,"cix":2,"ix":241,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.081,-0.43],[-0.431,-0.081],[0,0],[-0.048,0],[-0.071,0.382],[0.432,0.081],[0,0]],"o":[[-0.081,0.431],[0,0],[0.05,0.009],[0.375,0],[0.081,-0.431],[0,0],[-0.427,-0.075]],"v":[[-5.192,-0.944],[-4.558,-0.016],[4.265,1.638],[4.412,1.653],[5.192,1.005],[4.558,0.078],[-4.265,-1.577]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[236.71,188.455],"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":"Group 242","np":2,"cix":2,"ix":242,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.429,-0.098],[0,0],[-0.092,-0.43],[-0.366,0],[-0.056,0.012],[0,0],[0.092,0.429]],"o":[[0,0],[-0.428,0.092],[0.08,0.372],[0.056,0],[0,0],[0.43,-0.092],[-0.091,-0.429]],"v":[[3.694,-1.564],[-4.027,0.091],[-4.636,1.034],[-3.861,1.661],[-3.693,1.643],[4.026,-0.01],[4.637,-0.953]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[201.416,277.233],"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":"Group 243","np":2,"cix":2,"ix":243,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.438,-0.068],[-0.067,-0.434],[0,0],[-0.386,0],[-0.041,0.007],[0.067,0.434],[0,0]],"o":[[-0.433,0.067],[0,0],[0.061,0.392],[0.039,0],[0.433,-0.066],[0,0],[-0.066,-0.433]],"v":[[-0.673,-4.341],[-1.336,-3.434],[-0.234,3.736],[0.551,4.408],[0.672,4.399],[1.336,3.492],[0.233,-3.677]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[193.695,286.068],"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":"Group 244","np":2,"cix":2,"ix":244,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.431,0.085],[0,0],[0.085,-0.431],[-0.43,-0.085],[0,0],[-0.051,0],[-0.075,0.377]],"o":[[0,0],[-0.43,-0.092],[-0.085,0.43],[0,0],[0.053,0.011],[0.371,0],[0.087,-0.431]],"v":[[3.156,-0.143],[-2.847,-1.339],[-3.78,-0.715],[-3.156,0.219],[2.845,1.414],[3.001,1.43],[3.778,0.791]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[290.448,222.961],"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":"Group 245","np":2,"cix":2,"ix":245,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.348,0.267],[0,0],[0.267,-0.348],[-0.347,-0.266],[0,0],[-0.168,0],[-0.156,0.204]],"o":[[0,0],[-0.347,-0.265],[-0.267,0.349],[0,0],[0.145,0.11],[0.239,0],[0.267,-0.349]],"v":[[3.111,1.428],[-2.146,-2.588],[-3.259,-2.44],[-3.111,-1.327],[2.146,2.69],[2.628,2.854],[3.259,2.542]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[208.098,213.816],"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":"Group 246","np":2,"cix":2,"ix":246,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.438,-0.018],[0,0],[-0.011,0],[-0.018,0.426],[0.437,0.018],[0,0],[0.019,-0.438]],"o":[[0,0],[0.011,0],[0.424,0],[0.018,-0.438],[0,0],[-0.437,-0.03],[-0.018,0.438]],"v":[[-3.395,0.668],[3.329,0.949],[3.364,0.949],[4.156,0.189],[3.397,-0.638],[-3.329,-0.919],[-4.156,-0.159]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[206.622,224.87],"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":"Group 247","np":2,"cix":2,"ix":247,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.35,-0.263],[0,0],[-0.264,-0.351],[-0.242,0],[-0.143,0.107],[0,0],[0.264,0.351]],"o":[[0,0],[-0.352,0.262],[0.156,0.208],[0.166,0],[0,0],[0.352,-0.263],[-0.263,-0.351]],"v":[[1.73,-2.238],[-2.682,1.071],[-2.841,2.183],[-2.206,2.5],[-1.73,2.341],[2.682,-0.966],[2.841,-2.079]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[295.167,275.843],"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":"Group 248","np":2,"cix":2,"ix":248,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.236,-0.37],[-0.369,-0.235],[0,0],[-0.145,0],[-0.151,0.238],[0.369,0.236],[0,0]],"o":[[-0.235,0.37],[0,0],[0.132,0.084],[0.263,0],[0.236,-0.37],[0,0],[-0.371,-0.232]],"v":[[-3.704,-2.303],[-3.461,-1.207],[2.607,2.654],[3.032,2.778],[3.703,2.411],[3.46,1.314],[-2.607,-2.546]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[299.303,247.991],"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":"Group 249","np":2,"cix":2,"ix":249,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.236,-0.369],[-0.37,-0.235],[0,0],[-0.145,0],[-0.151,0.238],[0.369,0.236],[0,0]],"o":[[-0.235,0.37],[0,0],[0.132,0.084],[0.262,0],[0.236,-0.37],[0,0],[-0.371,-0.233]],"v":[[-3.703,-2.302],[-3.46,-1.206],[2.606,2.655],[3.032,2.779],[3.703,2.411],[3.459,1.315],[-2.606,-2.546]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[282.759,304.241],"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":"Group 250","np":2,"cix":2,"ix":250,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.42,0.129],[0,0],[0.129,-0.417],[-0.42,-0.13],[0,0],[-0.078,0],[-0.105,0.341]],"o":[[0,0],[-0.419,-0.127],[-0.129,0.419],[0,0],[0.077,0.023],[0.339,0],[0.129,-0.419]],"v":[[3.818,0.39],[-3.351,-1.816],[-4.343,-1.29],[-3.818,-0.297],[3.351,1.909],[3.585,1.943],[4.343,1.383]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[262.354,270.885],"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":"Group 251","np":2,"cix":2,"ix":251,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.25,0],[-0.139,0.098],[0,0],[0.251,0.359],[0.359,-0.251],[0,0],[-0.251,-0.359]],"o":[[0.158,0],[0,0],[0.359,-0.251],[-0.251,-0.36],[0,0],[-0.359,0.252],[0.154,0.221]],"v":[[-2.757,2.778],[-2.303,2.634],[3.213,-1.226],[3.408,-2.332],[2.302,-2.527],[-3.213,1.333],[-3.409,2.439]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[263.733,257.367],"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":"Group 252","np":2,"cix":2,"ix":252,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.414,-0.151],[-0.151,-0.412],[0,0],[-0.324,0],[-0.09,0.033],[0.151,0.412],[0,0]],"o":[[-0.412,0.151],[0,0],[0.118,0.321],[0.091,0],[0.413,-0.151],[0,0],[-0.151,-0.411]],"v":[[-1.512,-4.069],[-1.984,-3.05],[0.493,3.7],[1.239,4.22],[1.512,4.171],[1.984,3.152],[-0.493,-3.597]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[279.249,285.802],"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":"Group 253","np":2,"cix":2,"ix":253,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.268,-0.347],[-0.347,-0.267],[0,0],[-0.168,0],[-0.157,0.205],[0.348,0.267],[0,0]],"o":[[-0.267,0.348],[0,0],[0.145,0.109],[0.239,0],[0.266,-0.348],[0,0],[-0.347,-0.263]],"v":[[-3.258,-2.441],[-3.11,-1.327],[2.146,2.69],[2.627,2.853],[3.259,2.541],[3.11,1.427],[-2.146,-2.59]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[264.9,293.23],"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":"Group 254","np":2,"cix":2,"ix":254,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.437,0.018],[0,0],[0.019,-0.438],[-0.438,-0.018],[0,0],[-0.012,0],[-0.018,0.426]],"o":[[0,0],[-0.419,-0.03],[-0.018,0.438],[0,0],[0.011,0.001],[0.424,0],[0.018,-0.439]],"v":[[3.397,-0.638],[-3.33,-0.919],[-4.156,-0.159],[-3.397,0.668],[3.329,0.948],[3.364,0.949],[4.156,0.189]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[263.425,304.283],"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":"Group 255","np":2,"cix":2,"ix":255,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.437,-0.032],[-0.019,0],[-0.032,0.418],[0,0],[0.438,0.031],[0.031,-0.438],[0,0]],"o":[[0.02,0.001],[0.412,0],[0,0],[0.033,-0.438],[-0.444,-0.045],[0,0],[-0.033,0.437]],"v":[[-0.304,4.139],[-0.245,4.141],[0.547,3.405],[1.037,-3.246],[0.303,-4.096],[-0.546,-3.363],[-1.037,3.289]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[280.522,210.23],"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":"Group 256","np":2,"cix":2,"ix":256,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.268,-0.348],[-0.347,-0.267],[0,0],[-0.168,0],[-0.157,0.205],[0.348,0.267],[0,0]],"o":[[-0.267,0.349],[0,0],[0.145,0.109],[0.239,0],[0.266,-0.349],[0,0],[-0.347,-0.264]],"v":[[-3.259,-2.44],[-3.111,-1.326],[2.146,2.691],[2.628,2.853],[3.26,2.542],[3.111,1.428],[-2.146,-2.589]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[267.657,217.677],"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":"Group 257","np":2,"cix":2,"ix":257,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.24,-0.367],[-0.259,0],[-0.135,0.088],[0,0],[0.24,0.367],[0.367,-0.24],[0,0]],"o":[[0.153,0.232],[0.148,0],[0,0],[0.368,-0.24],[-0.24,-0.365],[0,0],[-0.367,0.241]],"v":[[-3.295,2.211],[-2.629,2.571],[-2.194,2.44],[3.065,-1.002],[3.295,-2.102],[2.195,-2.331],[-3.065,1.112]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[266.914,230.552],"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":"Group 258","np":2,"cix":2,"ix":258,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.236,-0.37],[-0.264,0],[-0.133,0.083],[0,0],[0.236,0.369],[0.372,-0.236],[0,0]],"o":[[0.151,0.237],[0.145,0],[0,0],[0.37,-0.236],[-0.236,-0.37],[0,0],[-0.37,0.236]],"v":[[-3.703,2.412],[-3.032,2.781],[-2.606,2.656],[3.459,-1.204],[3.703,-2.301],[2.607,-2.544],[-3.46,1.316]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[196.728,262.328],"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":"Group 259","np":2,"cix":2,"ix":259,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0.439],[0.44,0],[0,0],[0,-0.439],[-0.439,0],[0,0]],"o":[[0,-0.439],[0,0],[-0.439,0],[0,0.439],[0,0],[0.44,0]],"v":[[4.103,0],[3.309,-0.794],[-3.309,-0.794],[-4.103,0],[-3.309,0.794],[3.309,0.794]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[189.834,247.769],"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":"Group 260","np":2,"cix":2,"ix":260,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.252,-0.361],[-0.36,-0.252],[0,0],[-0.157,0],[-0.154,0.221],[0.359,0.252],[0,0]],"o":[[-0.251,0.359],[0,0],[0.138,0.097],[0.25,0],[0.251,-0.359],[0,0],[-0.36,-0.252]],"v":[[-3.408,-2.332],[-3.212,-1.225],[2.303,2.635],[2.757,2.779],[3.408,2.44],[3.213,1.333],[-2.302,-2.527]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[195.349,238.065],"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":"Group 261","np":2,"cix":2,"ix":261,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-0.439],[-0.439,0],[0,0],[0,0.439],[0.439,0],[0,0]],"o":[[0,0.439],[0,0],[0.439,0],[0,-0.439],[0,0],[-0.439,0]],"v":[[-4.103,0],[-3.309,0.794],[3.309,0.794],[4.103,0],[3.309,-0.794],[-3.309,-0.794]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[222.923,204.754],"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":"Group 262","np":2,"cix":2,"ix":262,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.251,-0.361],[-0.36,-0.251],[0,0],[-0.157,0],[-0.154,0.221],[0.36,0.252],[0,0]],"o":[[-0.252,0.359],[0,0],[0.139,0.097],[0.251,0],[0.251,-0.359],[0,0],[-0.359,-0.251]],"v":[[-3.407,-2.331],[-3.212,-1.226],[2.303,2.634],[2.757,2.778],[3.408,2.439],[3.213,1.333],[-2.302,-2.527]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[211.893,256.263],"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":"Group 263","np":2,"cix":2,"ix":263,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-0.439],[-0.44,0],[0,0],[0,0.439],[0.44,0],[0,0]],"o":[[0,0.439],[0,0],[0.44,0],[0,-0.439],[0,0],[-0.44,0]],"v":[[-4.102,0],[-3.308,0.794],[3.308,0.794],[4.102,0],[3.308,-0.794],[-3.308,-0.794]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[295.658,257.735],"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":"Group 264","np":2,"cix":2,"ix":264,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.371,0.232],[0,0],[0.233,-0.37],[-0.371,-0.232],[0,0],[-0.142,0],[-0.15,0.24]],"o":[[0,0],[-0.372,-0.234],[-0.232,0.373],[0,0],[0.131,0.082],[0.265,0],[0.232,-0.373]],"v":[[2.628,0.761],[-1.784,-1.996],[-2.88,-1.744],[-2.628,-0.649],[1.784,2.108],[2.204,2.229],[2.88,1.856]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[244.983,290.453],"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":"Group 265","np":2,"cix":2,"ix":265,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.34,-0.278],[0,0],[-0.176,0],[-0.158,0.192],[0.34,0.279],[0,0],[0.277,-0.34]],"o":[[0,0],[0.148,0.12],[0.231,0],[0.277,-0.339],[0,0],[-0.34,-0.277],[-0.278,0.339]],"v":[[-3.535,-1.818],[2.531,3.145],[3.031,3.325],[3.648,3.033],[3.535,1.915],[-2.531,-3.048],[-3.648,-2.936]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[243.052,271.71],"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":"Group 266","np":2,"cix":2,"ix":266,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.126,-0.42],[0,0],[-0.421,-0.126],[-0.075,0],[-0.102,0.344],[0,0],[0.421,0.127]],"o":[[0,0],[-0.125,0.419],[0.076,0.023],[0.342,0],[0,0],[0.126,-0.419],[-0.422,-0.124]],"v":[[0.066,-2.94],[-1.588,2.575],[-1.055,3.563],[-0.828,3.597],[-0.067,3.031],[1.587,-2.484],[1.054,-3.473]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[244.156,255.996],"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":"Group 267","np":2,"cix":2,"ix":267,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.236,-0.369],[-0.37,-0.235],[0,0],[-0.145,0],[-0.151,0.238],[0.369,0.236],[0,0]],"o":[[-0.235,0.37],[0,0],[0.132,0.084],[0.263,0],[0.237,-0.369],[0,0],[-0.37,-0.232]],"v":[[-3.704,-2.303],[-3.46,-1.207],[2.606,2.654],[3.031,2.778],[3.702,2.411],[3.459,1.314],[-2.607,-2.546]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[243.604,227.586],"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":"Group 268","np":2,"cix":2,"ix":268,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.438,0],[0,0],[0,-0.439],[-0.439,0],[0,0],[0,0.439]],"o":[[0,0],[-0.439,0],[0,0.439],[0,0],[0.438,0],[0,-0.439]],"v":[[3.309,-0.794],[-3.309,-0.794],[-4.103,0],[-3.309,0.794],[3.309,0.794],[4.103,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[250.498,213.026],"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":"Group 269","np":2,"cix":2,"ix":269,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.252,-0.359],[-0.251,0],[-0.137,0.097],[0,0],[0.252,0.359],[0.356,-0.251],[0,0]],"o":[[0.154,0.221],[0.158,0],[0,0],[0.36,-0.252],[-0.252,-0.36],[0,0],[-0.36,0.252]],"v":[[-3.407,2.439],[-2.756,2.778],[-2.302,2.634],[3.212,-1.226],[3.408,-2.332],[2.303,-2.527],[-3.212,1.333]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[244.982,203.322],"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":"Group 270","np":2,"cix":2,"ix":270,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0.439],[0.44,0],[0,0],[0,-0.438],[-0.439,0],[0,0]],"o":[[0,-0.438],[0,0],[-0.439,0],[0,0.439],[0,0],[0.44,0]],"v":[[4.103,0],[3.308,-0.794],[-3.309,-0.794],[-4.103,0],[-3.309,0.794],[3.308,0.794]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[221.821,280.306],"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":"Group 271","np":2,"cix":2,"ix":271,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.372,0.232],[0,0],[0.233,-0.371],[-0.372,-0.232],[0,0],[-0.143,0],[-0.15,0.241]],"o":[[0,0],[-0.372,-0.234],[-0.233,0.373],[0,0],[0.131,0.083],[0.265,0],[0.233,-0.372]],"v":[[2.627,0.762],[-1.784,-1.996],[-2.879,-1.744],[-2.627,-0.649],[1.784,2.108],[2.204,2.229],[2.879,1.856]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[228.99,303.136],"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":"Group 272","np":2,"cix":2,"ix":272,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.34,-0.278],[0,0],[-0.176,0],[-0.158,0.192],[0.34,0.279],[0,0],[0.277,-0.341]],"o":[[0,0],[0.148,0.12],[0.231,0],[0.277,-0.339],[0,0],[-0.339,-0.278],[-0.279,0.339]],"v":[[-3.535,-1.817],[2.53,3.146],[3.032,3.325],[3.649,3.034],[3.536,1.916],[-2.53,-3.047],[-3.647,-2.935]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[220.993,292.665],"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":"Group 273","np":2,"cix":2,"ix":273,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.349,-0.264],[0,0],[-0.264,-0.351],[-0.242,0],[-0.143,0.107],[0,0],[0.264,0.351]],"o":[[0,0],[-0.352,0.262],[0.156,0.208],[0.166,0],[0,0],[0.351,-0.264],[-0.263,-0.351]],"v":[[1.73,-2.237],[-2.682,1.072],[-2.841,2.183],[-2.206,2.501],[-1.73,2.342],[2.682,-0.966],[2.841,-2.078]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[227.335,270.328],"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":"Group 274","np":2,"cix":2,"ix":274,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.086,-0.431],[-0.43,-0.087],[0,0],[-0.051,0],[-0.075,0.378],[0.43,0.086],[0,0]],"o":[[-0.086,0.43],[0,0],[0.052,0.012],[0.371,0],[0.086,-0.43],[0,0],[-0.436,-0.09]],"v":[[-4.915,-0.946],[-4.292,-0.01],[3.981,1.643],[4.137,1.658],[4.915,1.021],[4.292,0.086],[-3.98,-1.568]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[214.926,246.905],"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":"Group 275","np":2,"cix":2,"ix":275,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.211,-0.386],[-0.385,-0.21],[0,0],[-0.129,0],[-0.144,0.264],[0.384,0.21],[0,0]],"o":[[-0.21,0.385],[0,0],[0.12,0.066],[0.281,0],[0.211,-0.384],[0,0],[-0.384,-0.21]],"v":[[-3.731,-1.978],[-3.414,-0.901],[2.653,2.408],[3.033,2.505],[3.73,2.091],[3.414,1.014],[-2.654,-2.295]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[284.413,232.272],"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":"Group 276","np":2,"cix":2,"ix":276,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.252,0.359],[0.358,-0.253],[0,0],[-0.252,-0.359],[-0.251,0],[-0.138,0.097],[0,0]],"o":[[-0.251,-0.359],[0,0],[-0.36,0.252],[0.154,0.221],[0.157,0],[0,0],[0.36,-0.252]],"v":[[3.408,-2.331],[2.302,-2.526],[-3.212,1.334],[-3.408,2.44],[-2.756,2.779],[-2.303,2.635],[3.212,-1.225]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[222.923,224.277],"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":"Group 277","np":2,"cix":2,"ix":277,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.356,-0.255],[-0.255,-0.357],[0,0],[-0.248,0],[-0.14,0.1],[0.255,0.357]],"o":[[-0.255,-0.357],[-0.357,0.255],[0,0],[0.155,0.217],[0.16,0],[0.356,-0.255],[0,0]],"v":[[-2.112,-4.269],[-3.219,-4.453],[-3.404,-3.345],[2.112,4.375],[2.758,4.708],[3.219,4.561],[3.404,3.453]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[204.173,300.658],"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":"Group 278","np":2,"cix":2,"ix":278,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.294,-0.326],[0,0],[-0.326,-0.293],[-0.189,0],[-0.156,0.174],[0,0],[0.326,0.293]],"o":[[0,0],[-0.293,0.325],[0.151,0.136],[0.217,0],[0,0],[0.294,-0.326],[-0.325,-0.293]],"v":[[1.892,-3.244],[-3.073,2.271],[-3.012,3.392],[-2.481,3.596],[-1.891,3.333],[3.072,-2.182],[3.012,-3.303]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[178.529,279.711],"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":"Group 279","np":2,"cix":2,"ix":279,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.026,0.421],[0,0],[0.436,0.027],[0.027,-0.439],[0,0],[-0.437,-0.027],[-0.017,0]],"o":[[0,0],[0.027,-0.437],[-0.445,-0.02],[0,0],[-0.027,0.437],[0.017,0.001],[0.416,0]],"v":[[0.517,4.47],[1.069,-4.354],[0.326,-5.195],[-0.516,-4.453],[-1.069,4.372],[-0.325,5.213],[-0.276,5.215]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[176.875,296.291],"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":"Group 280","np":2,"cix":2,"ix":280,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.258,-0.354],[-0.246,0],[-0.141,0.102],[0,0],[0.257,0.354],[0.356,-0.257],[0,0]],"o":[[0.155,0.214],[0.162,0],[0,0],[0.355,-0.259],[-0.258,-0.356],[0,0],[-0.355,0.258]],"v":[[-3.675,2.725],[-3.032,3.053],[-2.566,2.901],[3.5,-1.511],[3.676,-2.62],[2.566,-2.796],[-3.5,1.616]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[183.492,204.701],"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":"Group 281","np":2,"cix":2,"ix":281,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.366,0],[-0.057,0.013],[0,0],[0.093,0.429],[0.428,-0.1],[0,0],[-0.093,-0.429]],"o":[[0.056,0],[0,0],[0.428,-0.092],[-0.093,-0.429],[0,0],[-0.429,0.091],[0.08,0.372]],"v":[[-3.861,1.662],[-3.693,1.645],[4.027,-0.01],[4.636,-0.952],[3.694,-1.562],[-4.027,0.093],[-4.637,1.035]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[210.239,180.172],"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":"Group 282","np":2,"cix":2,"ix":282,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.386,0],[-0.04,0.006],[0.068,0.434],[0,0],[0.442,-0.069],[-0.067,-0.433],[0,0]],"o":[[0.039,0],[0.434,-0.067],[0,0],[-0.068,-0.434],[-0.433,0.067],[0,0],[0.06,0.393]],"v":[[0.551,4.408],[0.671,4.4],[1.335,3.494],[0.233,-3.674],[-0.672,-4.339],[-1.336,-3.433],[-0.233,3.736]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[204.725,194.521],"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":"Group 283","np":2,"cix":2,"ix":283,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.385,0],[-0.041,0.007],[0,0],[0.066,0.434],[0.432,-0.061],[0,0],[-0.068,-0.434]],"o":[[0.041,0],[0,0],[0.434,-0.067],[-0.067,-0.434],[0,0],[-0.434,0.066],[0.06,0.392]],"v":[[-3.585,1.371],[-3.463,1.362],[3.706,0.26],[4.37,-0.646],[3.464,-1.31],[-3.705,-0.207],[-4.368,0.698]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[191.213,181.566],"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":"Group 284","np":2,"cix":2,"ix":284,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.438,0],[0,0.439],[0,0],[0.439,0],[0,-0.439],[0,0]],"o":[[0.439,0],[0,0],[0,-0.439],[-0.438,0],[0,0],[0,0.439]],"v":[[0,4.103],[0.795,3.309],[0.795,-3.309],[0,-4.103],[-0.795,-3.309],[-0.795,3.309]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[201.415,173.32],"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":"Group 285","np":2,"cix":2,"ix":285,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.251,-0.359],[-0.25,0],[-0.138,0.097],[0,0],[0.251,0.359],[0.357,-0.251],[0,0]],"o":[[0.154,0.221],[0.159,0],[0,0],[0.359,-0.252],[-0.251,-0.36],[0,0],[-0.36,0.252]],"v":[[-3.408,2.439],[-2.757,2.778],[-2.302,2.634],[3.213,-1.226],[3.408,-2.332],[2.302,-2.527],[-3.212,1.333]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[305.093,189.535],"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":"Group 286","np":2,"cix":2,"ix":286,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.304,0],[-0.105,0.047],[0,0],[0.181,0.4],[0.4,-0.182],[0,0],[-0.179,-0.4]],"o":[[0.108,0],[0,0],[0.401,-0.18],[-0.181,-0.4],[0,0],[-0.401,0.18],[0.133,0.295]],"v":[[-5.514,3.331],[-5.19,3.262],[5.839,-1.701],[6.239,-2.751],[5.188,-3.15],[-5.841,1.814],[-6.24,2.864]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[296.822,177.4],"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":"Group 287","np":2,"cix":2,"ix":287,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.373,0.229],[0.23,-0.373],[0,0],[-0.373,-0.23],[-0.142,0],[-0.15,0.243],[0,0]],"o":[[-0.376,-0.231],[0,0],[-0.229,0.374],[0.131,0.08],[0.266,0],[0,0],[0.23,-0.373]],"v":[[2.622,-4.205],[1.529,-3.945],[-2.883,3.225],[-2.622,4.318],[-2.206,4.436],[-1.53,4.058],[2.882,-3.112]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[273.659,186.223],"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":"Group 288","np":2,"cix":2,"ix":288,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.373,-0.229],[0,0],[-0.142,0],[-0.151,0.244],[0.373,0.229],[0,0],[0.229,-0.375]],"o":[[0,0],[0.13,0.08],[0.267,0],[0.229,-0.374],[0,0],[-0.375,-0.231],[-0.229,0.373]],"v":[[-4.001,-1.474],[3.169,2.938],[3.584,3.056],[4.261,2.678],[4.002,1.586],[-3.169,-2.825],[-4.261,-2.566]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[274.487,171.609],"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":"Group 289","np":2,"cix":2,"ix":289,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.182,0],[-0.157,0.185],[0.335,0.284],[0,0],[0.284,-0.334],[-0.335,-0.285]],"o":[[0.148,0.126],[0.224,0],[0.283,-0.335],[0,0],[-0.334,-0.28],[-0.283,0.335],[0,0]],"v":[[3.072,3.686],[3.585,3.874],[4.191,3.593],[4.097,2.473],[-3.072,-3.594],[-4.191,-3.501],[-4.097,-2.38]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[237.537,172.446],"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":"Group 290","np":2,"cix":2,"ix":290,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.188,0],[-0.157,0.174],[0,0],[0.325,0.293],[0.294,-0.326],[0,0],[-0.325,-0.294]],"o":[[0.218,0],[0,0],[0.293,-0.325],[-0.326,-0.292],[0,0],[-0.293,0.326],[0.152,0.136]],"v":[[-2.482,3.596],[-1.891,3.333],[3.072,-2.183],[3.013,-3.304],[1.891,-3.245],[-3.072,2.27],[-3.013,3.392]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[222.096,172.173],"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":"Group 291","np":2,"cix":2,"ix":291,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.376,0.226],[0.226,-0.375],[0,0],[-0.376,-0.226],[-0.139,0],[-0.149,0.248],[0,0]],"o":[[-0.377,-0.227],[0,0],[-0.225,0.376],[0.128,0.076],[0.269,0],[0,0],[0.226,-0.376]],"v":[[2.89,-4.76],[1.8,-4.488],[-3.163,3.784],[-2.891,4.874],[-2.483,4.987],[-1.801,4.601],[3.162,-3.67]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[174.117,239.716],"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":"Group 292","np":2,"cix":2,"ix":292,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.403,-0.165],[-0.163,-0.407],[0,0],[-0.315,0],[-0.096,0.038],[0.163,0.408],[0,0]],"o":[[-0.407,0.163],[0,0],[0.124,0.311],[0.098,0],[0.408,-0.164],[0,0],[-0.163,-0.409]],"v":[[-1.948,-4.82],[-2.392,-3.788],[0.917,4.485],[1.654,4.984],[1.949,4.928],[2.392,3.896],[-0.917,-4.376]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[179.356,260.124],"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":"Group 293","np":2,"cix":2,"ix":293,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.021,0],[-0.032,0.417],[0,0],[0.437,0.033],[0.033,-0.437],[0,0],[-0.437,-0.034]],"o":[[0.411,0],[0,0],[0.034,-0.438],[-0.449,-0.04],[0,0],[-0.033,0.437],[0.021,0.001]],"v":[[-0.275,4.397],[0.516,3.665],[1.067,-3.504],[0.336,-4.357],[-0.516,-3.627],[-1.068,3.542],[-0.337,4.396]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[170.257,201.702],"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":"Group 294","np":2,"cix":2,"ix":294,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.403,-0.173],[0,0],[-0.104,0],[-0.128,0.302],[0.403,0.173],[0,0],[0.173,-0.405]],"o":[[0,0],[0.101,0.044],[0.308,0],[0.173,-0.402],[0,0],[-0.401,-0.175],[-0.173,0.402]],"v":[[-4.172,-0.87],[3.549,2.44],[3.861,2.504],[4.591,2.022],[4.174,0.98],[-3.547,-2.329],[-4.591,-1.912]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[179.907,172.713],"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":"Group 295","np":2,"cix":2,"ix":295,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.438,0.016],[0.016,-0.439],[0,0],[-0.438,-0.017],[-0.011,0],[-0.017,0.428],[0,0]],"o":[[-0.393,-0.008],[0,0],[-0.018,0.438],[0.01,0],[0.424,0],[0,0],[0.017,-0.439]],"v":[[0.158,-4.097],[-0.666,-3.333],[-0.919,3.281],[-0.157,4.104],[-0.125,4.104],[0.667,3.34],[0.92,-3.272]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[219.832,310.733],"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":"Group 296","np":2,"cix":2,"ix":296,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.356,-0.257],[-0.257,-0.356],[0,0],[0,0]],"o":[[-0.257,-0.356],[-0.356,0.257],[0,0],[0,0],[0,0]],"v":[[0.125,-0.683],[-0.984,-0.864],[-1.164,0.245],[-0.534,1.121],[1.422,1.121]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[167.684,317.238],"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":"Group 297","np":2,"cix":2,"ix":297,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.429,0.092],[0.092,-0.429],[0,0],[-0.428,-0.092],[-0.056,0],[-0.081,0.372],[0,0]],"o":[[-0.424,-0.09],[0,0],[-0.093,0.428],[0.057,0.013],[0.365,0],[0,0],[0.092,-0.429]],"v":[[1.172,-5.393],[0.229,-4.783],[-1.78,4.521],[-1.172,5.465],[-1.003,5.482],[-0.227,4.856],[1.781,-4.448]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[181.458,311.178],"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":"Group 298","np":2,"cix":2,"ix":298,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.362,0.247],[0.247,-0.361],[0,0]],"o":[[0,0],[0.246,-0.364],[-0.366,-0.247],[0,0],[0,0]],"v":[[-0.192,2.19],[1.867,-0.839],[1.657,-1.943],[0.553,-1.733],[-2.114,2.19]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[196.944,316.168],"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":"Group 299","np":2,"cix":2,"ix":299,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.292,-0.328],[0,0],[-0.329,-0.291],[-0.187,0],[-0.157,0.178],[0,0],[0.329,0.29]],"o":[[0,0],[-0.291,0.329],[0.151,0.133],[0.219,0],[0,0],[0.29,-0.329],[-0.328,-0.29]],"v":[[1.999,-3.418],[-3.188,2.457],[-3.119,3.578],[-2.593,3.777],[-1.998,3.508],[3.189,-2.366],[3.12,-3.487]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[273.642,246.528],"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":"Group 300","np":2,"cix":2,"ix":300,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.361,-0.251],[-0.25,-0.361],[0,0],[0,0]],"o":[[-0.25,-0.361],[-0.361,0.25],[0,0],[0,0],[0,0]],"v":[[-0.764,-1.999],[-1.869,-2.2],[-2.07,-1.095],[0.387,2.451],[2.32,2.451]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[229.39,315.907],"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":"Group 301","np":2,"cix":2,"ix":301,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.247,-0.361],[0,0],[-0.361,-0.249],[-0.156,0],[-0.154,0.224],[0,0],[0.361,0.248]],"o":[[0,0],[-0.25,0.36],[0.137,0.096],[0.252,0],[0,0],[0.25,-0.361],[-0.361,-0.252]],"v":[[1.392,-3.354],[-2.698,2.562],[-2.495,3.666],[-2.045,3.807],[-1.391,3.464],[2.698,-2.451],[2.495,-3.555]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[251.529,311.61],"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":"Group 302","np":2,"cix":2,"ix":302,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.439,0.016],[0.016,-0.439],[0,0],[0,0]],"o":[[0.018,-0.438],[-0.409,-0.02],[0,0],[0,0],[0,0]],"v":[[0.834,-0.842],[0.071,-1.665],[-0.752,-0.902],[-0.852,1.685],[0.737,1.685]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[265.958,316.673],"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":"Group 303","np":2,"cix":2,"ix":303,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.261,0],[-0.133,0.086],[0.237,0.368],[0,0],[0.367,-0.238],[-0.239,-0.368]],"o":[[0.151,0.235],[0.146,0],[0.369,-0.237],[0,0],[-0.239,-0.369],[-0.368,0.237],[0,0]],"v":[[1.159,3.315],[1.827,3.678],[2.255,3.551],[2.493,2.454],[-1.157,-3.204],[-2.254,-3.44],[-2.491,-2.343]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[265.557,199.806],"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":"Group 304","np":2,"cix":2,"ix":304,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.244,0.364],[0,0],[0.365,-0.244],[-0.243,-0.364],[0,0],[-0.256,0],[-0.136,0.09]],"o":[[0,0],[-0.246,-0.365],[-0.365,0.244],[0,0],[0.153,0.229],[0.151,0],[0.365,-0.245]],"v":[[2.747,2.728],[-1.427,-3.502],[-2.53,-3.72],[-2.747,-2.618],[1.427,3.612],[2.089,3.964],[2.529,3.83]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[283.704,262.247],"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":"Group 305","np":2,"cix":2,"ix":305,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.426,-0.077],[-0.082,-0.43],[0,0],[0,0],[0,0]],"o":[[-0.431,0.083],[0,0],[0,0],[0,0],[-0.083,-0.431]],"v":[[-0.606,-2.88],[-1.237,-1.951],[-0.298,2.957],[1.319,2.957],[0.324,-2.249]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[298.381,315.402],"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":"Group 306","np":2,"cix":2,"ix":306,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.41,0.154],[0.154,-0.41],[0,0],[0,0],[0,0]],"o":[[-0.414,-0.155],[0,0],[0,0],[0,0],[0.154,-0.411]],"v":[[1.132,-2.623],[0.109,-2.159],[-1.749,2.778],[-0.053,2.778],[1.595,-1.599]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[311.583,315.581],"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":"Group 307","np":2,"cix":2,"ix":307,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.361,-0.249],[-0.156,0],[-0.154,0.223],[0,0],[0.361,0.249],[0.248,-0.363],[0,0]],"o":[[0.137,0.095],[0.252,0],[0,0],[0.25,-0.361],[-0.36,-0.251],[0,0],[-0.25,0.36]],"v":[[-2.495,3.666],[-2.045,3.807],[-1.391,3.464],[2.697,-2.451],[2.496,-3.556],[1.392,-3.354],[-2.697,2.562]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[257.044,182.013],"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":"Group 308","np":2,"cix":2,"ix":308,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.26,0],[-0.132,0.087],[0.237,0.368],[0,0],[0.366,-0.24],[-0.239,-0.368]],"o":[[0.151,0.236],[0.147,0],[0.369,-0.237],[0,0],[-0.238,-0.37],[-0.368,0.237],[0,0]],"v":[[1.159,3.314],[1.826,3.678],[2.255,3.55],[2.493,2.453],[-1.158,-3.202],[-2.254,-3.438],[-2.491,-2.341]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[219.996,191.944],"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":"Group 309","np":2,"cix":2,"ix":309,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.362,-0.245],[-0.244,-0.364],[0,0],[-0.256,0],[-0.136,0.091],[0.244,0.364],[0,0]],"o":[[-0.365,0.244],[0,0],[0.153,0.229],[0.153,0],[0.364,-0.245],[0,0],[-0.246,-0.364]],"v":[[-2.529,-3.72],[-2.748,-2.618],[1.427,3.612],[2.088,3.964],[2.53,3.831],[2.748,2.729],[-1.428,-3.501]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[285.91,194.966],"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":"Group 310","np":2,"cix":2,"ix":310,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.215,0],[0,0],[0,-0.439],[-0.439,0],[0,0],[-0.144,0.138]],"o":[[-0.144,-0.139],[0,0],[-0.439,0],[0,0.439],[0,0],[0.215,0],[0,0]],"v":[[3.982,-0.568],[3.429,-0.794],[-3.188,-0.794],[-3.982,0],[-3.188,0.794],[3.429,0.794],[3.982,0.569]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[314.899,258.798],"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":"Group 311","np":2,"cix":2,"ix":311,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.348,-0.271],[0,0],[-0.269,-0.346],[-0.237,0],[-0.146,0.114],[0,0],[0.27,0.346]],"o":[[0,0],[-0.346,0.269],[0.158,0.201],[0.17,0],[0,0],[0.345,-0.269],[-0.269,-0.344]],"v":[[1.994,-2.505],[-2.97,1.355],[-3.109,2.469],[-2.481,2.776],[-1.993,2.608],[2.97,-1.252],[3.108,-2.366]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[297.648,295.972],"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":"Group 312","np":2,"cix":2,"ix":312,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.076,-0.432],[-0.431,-0.076],[0,0]],"o":[[0,0],[-0.434,-0.077],[-0.078,0.432],[0,0],[0,0]],"v":[[3.739,-0.196],[-2.74,-1.339],[-3.661,-0.696],[-3.018,0.224],[3.739,1.416]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[315.142,296.857],"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":"Group 313","np":2,"cix":2,"ix":313,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.177,0],[-0.157,0.193],[0.339,0.278],[0,0],[0.279,-0.34],[-0.34,-0.277],[0,0]],"o":[[0.23,0],[0.278,-0.338],[0,0],[-0.339,-0.277],[-0.278,0.339],[0,0],[0.148,0.12]],"v":[[3.033,3.324],[3.649,3.032],[3.537,1.916],[-2.531,-3.047],[-3.648,-2.934],[-3.535,-1.817],[2.531,3.146]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[314.193,271.158],"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":"Group 314","np":2,"cix":2,"ix":314,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.263,-0.35],[-0.242,0],[-0.143,0.107],[0,0]],"o":[[0,0],[-0.352,0.263],[0.156,0.209],[0.166,0],[0,0],[0,0]],"v":[[0.725,-1.1],[-0.302,-0.329],[-0.462,0.782],[0.174,1.1],[0.65,0.941],[0.725,0.885]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[318.156,250.221],"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":"Group 315","np":2,"cix":2,"ix":315,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.235,-0.368],[-0.37,-0.236],[0,0],[-0.145,0],[-0.151,0.237],[0.37,0.235],[0,0]],"o":[[-0.236,0.37],[0,0],[0.132,0.084],[0.262,0],[0.236,-0.37],[0,0],[-0.37,-0.235]],"v":[[-3.703,-2.302],[-3.46,-1.205],[2.607,2.655],[3.032,2.779],[3.703,2.412],[3.459,1.315],[-2.606,-2.544]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[314.745,227.034],"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":"Group 316","np":2,"cix":2,"ix":316,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-0.439],[-0.439,0],[0,0],[0,0],[0,0]],"o":[[0,0.438],[0,0],[0,0],[0,0],[-0.439,0]],"v":[[-0.673,0],[0.121,0.794],[0.673,0.794],[0.673,-0.794],[0.121,-0.794]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[318.208,212.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":"Group 317","np":2,"cix":2,"ix":317,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.251,0],[-0.139,0.097],[0,0],[0,0],[0.137,-0.098],[0,0],[-0.252,-0.359]],"o":[[0.157,0],[0,0],[0,0],[-0.159,-0.001],[0,0],[-0.36,0.251],[0.153,0.221]],"v":[[-2.305,2.717],[-1.852,2.574],[3.208,-0.968],[3.208,-2.716],[2.753,-2.587],[-2.761,1.272],[-2.957,2.378]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[315.672,202.831],"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":"Group 318","np":2,"cix":2,"ix":318,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.361,0],[-0.06,0.014],[0,0],[0,0],[0,0],[-0.099,-0.427]],"o":[[0.06,0],[0,0],[0,0],[0,0],[-0.426,0.099],[0.084,0.368]],"v":[[-1.771,1.313],[-1.591,1.294],[2.642,0.317],[2.642,-1.313],[-1.949,-0.254],[-2.543,0.698]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[316.239,176.109],"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":"Group 319","np":2,"cix":2,"ix":319,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.236,0],[-0.145,0.112],[0,0],[0.269,0.347],[0.347,-0.271],[0,0],[-0.269,-0.346]],"o":[[0.17,0],[0,0],[0.346,-0.269],[-0.269,-0.345],[0,0],[-0.346,0.269],[0.157,0.202]],"v":[[-2.48,2.776],[-1.993,2.609],[2.969,-1.252],[3.109,-2.367],[1.994,-2.505],[-2.969,1.355],[-3.109,2.469]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[166.948,309.208],"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":"Group 320","np":2,"cix":2,"ix":320,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.245,0],[-0.142,0.102],[0,0],[0.258,0.354],[0.355,-0.257],[0,0],[-0.257,-0.354]],"o":[[0.162,0],[0,0],[0.356,-0.258],[-0.258,-0.354],[0,0],[-0.354,0.259],[0.156,0.215]],"v":[[-3.033,3.053],[-2.566,2.901],[3.499,-1.511],[3.675,-2.62],[2.566,-2.796],[-3.501,1.616],[-3.676,2.725]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[169.706,185.399],"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":"Group 321","np":2,"cix":2,"ix":321,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.151,0],[-0.152,0.23],[0,0],[0,0],[0,0],[-0.366,-0.244]],"o":[[0.257,0],[0,0],[0,0],[0,0],[-0.243,0.365],[0.135,0.09]],"v":[[-1.509,2.622],[-0.849,2.269],[2.413,-2.622],[0.504,-2.622],[-2.169,1.387],[-1.949,2.49]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[124.991,162.156],"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":"Group 322","np":2,"cix":2,"ix":322,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.247,0],[-0.141,0.101],[0.256,0.356],[0,0],[0,0],[0,0]],"o":[[0.16,0],[0.356,-0.256],[0,0],[0,0],[0,0],[0.156,0.216]],"v":[[1.393,2.28],[1.856,2.13],[2.037,1.022],[-0.337,-2.28],[-2.293,-2.28],[0.747,1.949]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[10.501,161.812],"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":"Group 323","np":2,"cix":2,"ix":323,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.154,0],[-0.153,0.226],[0,0],[0,0],[0,0],[-0.363,-0.247]],"o":[[0.254,0],[0,0],[0,0],[0,0],[-0.247,0.363],[0.137,0.093]],"v":[[-0.309,0.81],[0.347,0.463],[1.213,-0.81],[-0.708,-0.81],[-0.966,-0.43],[-0.756,0.674]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[36.597,160.344],"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":"Group 324","np":2,"cix":2,"ix":324,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.252,0],[-0.138,0.096],[0.25,0.361],[0,0],[0,0],[0,0]],"o":[[0.156,0],[0.361,-0.25],[0,0],[0,0],[0,0],[0.154,0.223]],"v":[[0.218,0.664],[0.669,0.524],[0.87,-0.581],[0.813,-0.664],[-1.12,-0.664],[-0.435,0.323]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.956,160.197],"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":"Group 325","np":2,"cix":2,"ix":325,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.438,-0.016],[-0.01,0],[-0.015,0.428],[0,0],[0,0],[0,0]],"o":[[0.01,0.001],[0.424,0],[0,0],[0,0],[0,0],[-0.017,0.439]],"v":[[-0.1,2.423],[-0.069,2.424],[0.723,1.66],[0.88,-2.424],[-0.708,-2.424],[-0.863,1.599]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[106.873,161.957],"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":"Group 326","np":2,"cix":2,"ix":326,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.374,0],[-0.05,0.009],[0.082,0.43],[0,0],[0,0],[0,0]],"o":[[0.049,0],[0.431,-0.082],[0,0],[0,0],[0,0],[0.072,0.38]],"v":[[0.181,1.483],[0.33,1.469],[0.961,0.54],[0.575,-1.483],[-1.043,-1.483],[-0.598,0.838]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[140.185,161.016],"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":"Group 327","np":2,"cix":2,"ix":327,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.41,-0.154],[-0.092,0],[-0.119,0.318],[0,0],[0,0],[0,0]],"o":[[0.092,0.035],[0.322,0],[0,0],[0,0],[0,0],[-0.155,0.41]],"v":[[-0.607,1.281],[-0.328,1.333],[0.415,0.818],[1.225,-1.333],[-0.471,-1.333],[-1.07,0.259]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[151.365,160.866],"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":"Group 328","np":2,"cix":2,"ix":328,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.046,0],[-0.067,0.385],[0.431,0.076],[0,0],[0,0],[0,0]],"o":[[0.378,0],[0.077,-0.432],[0,0],[0,0],[0,0],[0.047,0.009]],"v":[[0.951,1.043],[1.731,0.388],[1.088,-0.532],[-1.808,-1.043],[-1.808,0.569],[0.811,1.031]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[2.922,297.704],"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":"Group 329","np":2,"cix":2,"ix":329,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.264,0.351],[0.349,-0.264],[0,0],[0,0],[0,0]],"o":[[-0.264,-0.352],[0,0],[0,0],[0,0],[0.35,-0.262]],"v":[[2.116,-1.971],[1.004,-2.129],[-2.379,0.409],[-2.379,2.394],[1.958,-0.859]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[3.494,248.712],"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":"Group 330","np":2,"cix":2,"ix":330,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0.438],[0.439,0],[0,0],[0,0],[0,0]],"o":[[0,-0.439],[0,0],[0,0],[0,0],[0.439,0]],"v":[[3.43,0],[2.636,-0.794],[-3.43,-0.794],[-3.43,0.794],[2.636,0.794]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[4.544,212.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":"Group 331","np":2,"cix":2,"ix":331,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.251,0.359],[0.25,0],[0,0],[0,0]],"o":[[-0.153,-0.22],[0,0],[0,0],[0.359,-0.252]],"v":[[0.2,-0.55],[-0.451,-0.874],[-0.451,0.874],[0.004,0.556]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1.565,200.989],"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":"Group 332","np":2,"cix":2,"ix":332,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.099,0.427],[0.429,-0.1],[0,0],[0,0],[0,0]],"o":[[-0.099,-0.427],[0,0],[0,0],[0,0],[0.428,-0.098]],"v":[[1.716,-0.467],[0.764,-1.063],[-1.815,-0.467],[-1.815,1.163],[1.12,0.485]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[2.929,175.263],"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":"Group 333","np":2,"cix":2,"ix":333,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.242,-0.366],[0,0],[0,0],[0,0],[0.365,0.244]],"o":[[0,0],[0,0],[0,0],[0.243,-0.364],[-0.369,-0.245]],"v":[[0.087,-1.071],[-1.651,1.537],[0.257,1.537],[1.408,-0.19],[1.189,-1.292]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[127.146,316.822],"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":"Group 334","np":2,"cix":2,"ix":334,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.35,-0.264],[0,0],[-0.264,-0.35],[-0.242,0],[-0.144,0.107],[0,0],[0.264,0.351]],"o":[[0,0],[-0.351,0.263],[0.155,0.209],[0.166,0],[0,0],[0.352,-0.264],[-0.262,-0.352]],"v":[[1.73,-2.238],[-2.682,1.071],[-2.841,2.183],[-2.205,2.501],[-1.73,2.342],[2.681,-0.966],[2.841,-2.079]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[97.623,242.754],"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":"Group 335","np":2,"cix":2,"ix":335,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.105,-0.425],[0,0],[-0.426,-0.105],[-0.063,0],[-0.089,0.363],[0,0],[0.426,0.105]],"o":[[0,0],[-0.104,0.427],[0.064,0.015],[0.357,0],[0,0],[0.103,-0.426],[-0.424,-0.098]],"v":[[-0.018,-3.228],[-1.525,2.926],[-0.943,3.886],[-0.753,3.908],[0.018,3.303],[1.526,-2.849],[0.943,-3.81]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[54.749,235.87],"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":"Group 336","np":2,"cix":2,"ix":336,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.364,-0.246],[-0.244,-0.365],[0,0],[-0.257,0],[-0.136,0.092],[0.244,0.364],[0,0]],"o":[[-0.364,0.244],[0,0],[0.152,0.228],[0.151,0],[0.365,-0.244],[0,0],[-0.246,-0.363]],"v":[[-2.532,-3.718],[-2.749,-2.616],[1.431,3.611],[2.091,3.963],[2.532,3.828],[2.749,2.727],[-1.43,-3.501]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[149.836,282.853],"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":"Group 337","np":2,"cix":2,"ix":337,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.086,-0.431],[-0.43,-0.087],[0,0],[-0.052,0],[-0.075,0.377],[0.43,0.086],[0,0]],"o":[[-0.086,0.43],[0,0],[0.052,0.011],[0.371,0],[0.086,-0.431],[0,0],[-0.432,-0.093]],"v":[[-4.914,-0.945],[-4.292,-0.01],[3.98,1.645],[4.137,1.661],[4.915,1.022],[4.292,0.087],[-3.979,-1.567]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[8.559,273.375],"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":"Group 338","np":2,"cix":2,"ix":338,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.264,-0.35],[-0.241,0],[-0.142,0.107],[0,0],[0.263,0.351],[0.351,-0.265],[0,0]],"o":[[0.156,0.209],[0.166,0],[0,0],[0.352,-0.263],[-0.263,-0.353],[0,0],[-0.351,0.263]],"v":[[-2.841,2.183],[-2.205,2.501],[-1.73,2.342],[2.682,-0.966],[2.842,-2.078],[1.73,-2.236],[-2.682,1.072]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[68.945,255.438],"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":"Group 339","np":2,"cix":2,"ix":339,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.425,0.108],[0.108,-0.426],[0,0],[-0.425,-0.108],[-0.064,0],[-0.091,0.36],[0,0]],"o":[[-0.426,-0.106],[0,0],[-0.108,0.426],[0.065,0.016],[0.356,0],[0,0],[0.108,-0.425]],"v":[[0.977,-3.825],[0.011,-3.25],[-1.552,2.942],[-0.976,3.907],[-0.781,3.931],[-0.011,3.331],[1.552,-2.861]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[46.656,286.119],"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":"Group 340","np":2,"cix":2,"ix":340,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.426,0.108],[0.107,-0.425],[0,0],[-0.425,-0.108],[-0.064,0],[-0.091,0.36],[0,0]],"o":[[-0.427,-0.108],[0,0],[-0.108,0.426],[0.065,0.016],[0.356,0],[0,0],[0.107,-0.426]],"v":[[0.976,-3.824],[0.011,-3.249],[-1.551,2.943],[-0.976,3.908],[-0.781,3.932],[-0.011,3.332],[1.552,-2.859]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[76.436,214.426],"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":"Group 341","np":2,"cix":2,"ix":341,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.249,-0.361],[0,0],[-0.36,-0.249],[-0.156,0],[-0.154,0.224],[0,0],[0.362,0.249]],"o":[[0,0],[-0.25,0.36],[0.138,0.095],[0.252,0],[0,0],[0.249,-0.36],[-0.359,-0.25]],"v":[[1.391,-3.355],[-2.697,2.561],[-2.496,3.665],[-2.045,3.806],[-1.391,3.464],[2.698,-2.452],[2.495,-3.556]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[145.53,233.852],"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":"Group 342","np":2,"cix":2,"ix":342,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.155,0],[-0.153,0.224],[0,0],[0.36,0.248],[0.248,-0.361],[0,0],[-0.361,-0.249]],"o":[[0.253,0],[0,0],[0.249,-0.361],[-0.358,-0.25],[0,0],[-0.25,0.36],[0.138,0.096]],"v":[[-2.045,3.806],[-1.391,3.463],[2.698,-2.452],[2.495,-3.556],[1.391,-3.355],[-2.697,2.561],[-2.495,3.665]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[94.242,167.124],"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":"Group 343","np":2,"cix":2,"ix":343,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.264,0.351],[0.35,-0.263],[0,0],[-0.263,-0.351],[-0.242,0],[-0.144,0.106],[0,0]],"o":[[-0.265,-0.351],[0,0],[-0.351,0.263],[0.156,0.208],[0.166,0],[0,0],[0.351,-0.262]],"v":[[2.841,-2.079],[1.729,-2.238],[-2.683,1.071],[-2.841,2.183],[-2.206,2.501],[-1.729,2.342],[2.682,-0.968]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[33.651,214.077],"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":"Group 344","np":2,"cix":2,"ix":344,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.251,-0.359],[-0.25,0],[-0.138,0.097],[0,0],[0.251,0.36],[0.36,-0.252],[0,0]],"o":[[0.154,0.221],[0.158,0],[0,0],[0.36,-0.251],[-0.252,-0.36],[0,0],[-0.359,0.251]],"v":[[-3.408,2.439],[-2.757,2.779],[-2.303,2.635],[3.212,-1.225],[3.408,-2.332],[2.302,-2.527],[-3.213,1.333]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[8.834,226.483],"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":"Group 345","np":2,"cix":2,"ix":345,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.283,-0.335],[-0.335,-0.284],[0,0],[-0.18,0],[-0.159,0.186],[0.335,0.284]],"o":[[-0.335,-0.283],[-0.283,0.334],[0,0],[0.148,0.125],[0.226,0],[0.283,-0.334],[0,0]],"v":[[-3.072,-3.592],[-4.191,-3.498],[-4.098,-2.378],[3.072,3.688],[3.583,3.875],[4.191,3.593],[4.098,2.475]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[26.758,192.298],"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":"Group 346","np":2,"cix":2,"ix":346,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.393,0.196],[0,0],[0.196,-0.392],[-0.392,-0.196],[0,0],[-0.12,0],[-0.139,0.279]],"o":[[0,0],[-0.39,-0.195],[-0.196,0.393],[0,0],[0.113,0.057],[0.292,0],[0.197,-0.392]],"v":[[3.112,0.724],[-2.403,-2.034],[-3.468,-1.679],[-3.113,-0.613],[2.402,2.145],[2.756,2.229],[3.467,1.79]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[140.639,208.834],"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":"Group 347","np":2,"cix":2,"ix":347,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.062,-0.434],[0,0],[-0.39,0],[-0.038,0.005],[0.062,0.435],[0,0],[0.432,-0.066]],"o":[[0,0],[0.056,0.396],[0.037,0],[0.435,-0.062],[0,0],[-0.062,-0.434],[-0.434,0.062]],"v":[[-1.338,-3.719],[-0.234,4.002],[0.551,4.684],[0.664,4.676],[1.338,3.777],[0.235,-3.944],[-0.664,-4.618]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[75.503,237.301],"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":"Group 348","np":2,"cix":2,"ix":348,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.08,-0.43],[-0.432,-0.081],[0,0],[-0.049,0],[-0.071,0.382],[0.431,0.081],[0,0]],"o":[[-0.082,0.431],[0,0],[0.05,0.009],[0.375,0],[0.082,-0.431],[0,0],[-0.427,-0.075]],"v":[[-5.191,-0.944],[-4.558,-0.016],[4.264,1.638],[4.412,1.653],[5.191,1.005],[4.559,0.078],[-4.265,-1.577]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[77.77,188.455],"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":"Group 349","np":2,"cix":2,"ix":349,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.429,-0.098],[0,0],[-0.093,-0.43],[-0.367,0],[-0.055,0.012],[0,0],[0.093,0.429]],"o":[[0,0],[-0.428,0.092],[0.08,0.372],[0.055,0],[0,0],[0.429,-0.092],[-0.091,-0.429]],"v":[[3.694,-1.564],[-4.027,0.091],[-4.636,1.034],[-3.861,1.661],[-3.694,1.643],[4.027,-0.01],[4.636,-0.953]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[42.475,277.233],"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":"Group 350","np":2,"cix":2,"ix":350,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.438,-0.068],[-0.066,-0.434],[0,0],[-0.385,0],[-0.041,0.007],[0.066,0.434],[0,0]],"o":[[-0.434,0.067],[0,0],[0.061,0.392],[0.04,0],[0.433,-0.066],[0,0],[-0.067,-0.433]],"v":[[-0.672,-4.341],[-1.336,-3.434],[-0.233,3.736],[0.551,4.408],[0.673,4.399],[1.337,3.492],[0.234,-3.677]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[34.754,286.068],"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":"Group 351","np":2,"cix":2,"ix":351,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.43,0.085],[0,0],[0.085,-0.431],[-0.431,-0.085],[0,0],[-0.052,0],[-0.075,0.377]],"o":[[0,0],[-0.43,-0.092],[-0.085,0.43],[0,0],[0.052,0.011],[0.37,0],[0.086,-0.431]],"v":[[3.156,-0.143],[-2.846,-1.339],[-3.78,-0.715],[-3.156,0.219],[2.845,1.414],[3.002,1.43],[3.779,0.791]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[131.507,222.961],"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":"Group 352","np":2,"cix":2,"ix":352,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.349,0.267],[0,0],[0.267,-0.348],[-0.348,-0.266],[0,0],[-0.169,0],[-0.157,0.204]],"o":[[0,0],[-0.348,-0.265],[-0.266,0.349],[0,0],[0.145,0.11],[0.238,0],[0.266,-0.349]],"v":[[3.111,1.428],[-2.146,-2.588],[-3.259,-2.44],[-3.11,-1.327],[2.146,2.69],[2.628,2.854],[3.26,2.542]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[49.157,213.816],"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":"Group 353","np":2,"cix":2,"ix":353,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.437,-0.018],[0,0],[-0.012,0],[-0.019,0.426],[0.438,0.018],[0,0],[0.019,-0.438]],"o":[[0,0],[0.011,0],[0.424,0],[0.018,-0.438],[0,0],[-0.437,-0.03],[-0.018,0.438]],"v":[[-3.396,0.668],[3.329,0.949],[3.364,0.949],[4.156,0.189],[3.396,-0.638],[-3.329,-0.919],[-4.156,-0.159]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[47.681,224.87],"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":"Group 354","np":2,"cix":2,"ix":354,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.35,-0.263],[0,0],[-0.264,-0.351],[-0.242,0],[-0.143,0.107],[0,0],[0.264,0.351]],"o":[[0,0],[-0.352,0.262],[0.155,0.208],[0.166,0],[0,0],[0.352,-0.263],[-0.262,-0.351]],"v":[[1.73,-2.238],[-2.681,1.071],[-2.841,2.183],[-2.205,2.5],[-1.73,2.341],[2.681,-0.966],[2.841,-2.079]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[136.226,275.843],"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":"Group 355","np":2,"cix":2,"ix":355,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.236,-0.37],[-0.37,-0.235],[0,0],[-0.145,0],[-0.15,0.238],[0.37,0.236],[0,0]],"o":[[-0.236,0.37],[0,0],[0.132,0.084],[0.264,0],[0.237,-0.37],[0,0],[-0.371,-0.232]],"v":[[-3.703,-2.303],[-3.46,-1.207],[2.606,2.654],[3.032,2.778],[3.703,2.411],[3.459,1.314],[-2.606,-2.546]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[140.362,247.991],"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":"Group 356","np":2,"cix":2,"ix":356,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.236,-0.369],[-0.37,-0.235],[0,0],[-0.146,0],[-0.151,0.238],[0.37,0.236],[0,0]],"o":[[-0.236,0.37],[0,0],[0.131,0.084],[0.262,0],[0.236,-0.37],[0,0],[-0.37,-0.233]],"v":[[-3.703,-2.302],[-3.46,-1.206],[2.607,2.655],[3.032,2.779],[3.703,2.411],[3.459,1.315],[-2.607,-2.546]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[123.818,304.241],"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":"Group 357","np":2,"cix":2,"ix":357,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.419,0.129],[0,0],[0.13,-0.417],[-0.42,-0.13],[0,0],[-0.078,0],[-0.105,0.341]],"o":[[0,0],[-0.419,-0.127],[-0.128,0.419],[0,0],[0.077,0.023],[0.339,0],[0.129,-0.419]],"v":[[3.818,0.39],[-3.351,-1.816],[-4.344,-1.29],[-3.818,-0.297],[3.351,1.909],[3.585,1.943],[4.343,1.383]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[103.413,270.885],"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":"Group 358","np":2,"cix":2,"ix":358,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.25,0],[-0.139,0.098],[0,0],[0.252,0.359],[0.359,-0.251],[0,0],[-0.251,-0.359]],"o":[[0.157,0],[0,0],[0.36,-0.251],[-0.25,-0.36],[0,0],[-0.359,0.252],[0.154,0.221]],"v":[[-2.757,2.778],[-2.304,2.634],[3.212,-1.226],[3.407,-2.332],[2.302,-2.527],[-3.213,1.333],[-3.409,2.439]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[104.792,257.367],"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":"Group 359","np":2,"cix":2,"ix":359,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.414,-0.151],[-0.151,-0.412],[0,0],[-0.323,0],[-0.09,0.033],[0.151,0.412],[0,0]],"o":[[-0.412,0.151],[0,0],[0.118,0.321],[0.091,0],[0.412,-0.151],[0,0],[-0.151,-0.411]],"v":[[-1.511,-4.069],[-1.984,-3.05],[0.493,3.7],[1.239,4.22],[1.512,4.171],[1.983,3.152],[-0.493,-3.597]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[120.308,285.802],"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":"Group 360","np":2,"cix":2,"ix":360,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.268,-0.347],[-0.348,-0.267],[0,0],[-0.169,0],[-0.157,0.205],[0.348,0.267],[0,0]],"o":[[-0.266,0.348],[0,0],[0.144,0.109],[0.238,0],[0.265,-0.348],[0,0],[-0.348,-0.263]],"v":[[-3.259,-2.441],[-3.11,-1.327],[2.146,2.69],[2.628,2.853],[3.26,2.541],[3.111,1.427],[-2.145,-2.59]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[105.959,293.23],"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":"Group 361","np":2,"cix":2,"ix":361,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.438,0.018],[0,0],[0.019,-0.438],[-0.438,-0.018],[0,0],[-0.012,0],[-0.019,0.426]],"o":[[0,0],[-0.42,-0.03],[-0.018,0.438],[0,0],[0.011,0.001],[0.424,0],[0.018,-0.439]],"v":[[3.396,-0.638],[-3.33,-0.919],[-4.157,-0.159],[-3.396,0.668],[3.33,0.948],[3.364,0.949],[4.157,0.189]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[104.484,304.283],"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":"Group 362","np":2,"cix":2,"ix":362,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.437,-0.032],[-0.02,0],[-0.032,0.418],[0,0],[0.438,0.031],[0.032,-0.438],[0,0]],"o":[[0.02,0.001],[0.412,0],[0,0],[0.032,-0.438],[-0.443,-0.045],[0,0],[-0.033,0.437]],"v":[[-0.303,4.139],[-0.244,4.141],[0.547,3.405],[1.038,-3.246],[0.303,-4.096],[-0.546,-3.363],[-1.037,3.289]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[121.581,210.23],"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":"Group 363","np":2,"cix":2,"ix":363,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.267,-0.348],[-0.348,-0.267],[0,0],[-0.169,0],[-0.158,0.205],[0.349,0.267],[0,0]],"o":[[-0.267,0.349],[0,0],[0.144,0.109],[0.238,0],[0.265,-0.349],[0,0],[-0.348,-0.264]],"v":[[-3.258,-2.44],[-3.11,-1.326],[2.146,2.691],[2.628,2.853],[3.26,2.542],[3.11,1.428],[-2.146,-2.589]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[108.716,217.677],"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":"Group 364","np":2,"cix":2,"ix":364,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.24,-0.367],[-0.26,0],[-0.134,0.088],[0,0],[0.24,0.367],[0.366,-0.24],[0,0]],"o":[[0.153,0.232],[0.148,0],[0,0],[0.367,-0.24],[-0.24,-0.365],[0,0],[-0.366,0.241]],"v":[[-3.295,2.211],[-2.629,2.571],[-2.195,2.44],[3.065,-1.002],[3.295,-2.102],[2.195,-2.331],[-3.066,1.112]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[107.973,230.552],"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":"Group 365","np":2,"cix":2,"ix":365,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.235,-0.37],[-0.263,0],[-0.132,0.083],[0,0],[0.237,0.369],[0.373,-0.236],[0,0]],"o":[[0.151,0.237],[0.146,0],[0,0],[0.37,-0.236],[-0.235,-0.37],[0,0],[-0.37,0.236]],"v":[[-3.704,2.412],[-3.033,2.781],[-2.607,2.656],[3.459,-1.204],[3.702,-2.301],[2.606,-2.544],[-3.46,1.316]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[37.788,262.328],"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":"Group 366","np":2,"cix":2,"ix":366,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0.439],[0.439,0],[0,0],[0,-0.439],[-0.44,0],[0,0]],"o":[[0,-0.439],[0,0],[-0.44,0],[0,0.439],[0,0],[0.439,0]],"v":[[4.103,0],[3.309,-0.794],[-3.309,-0.794],[-4.103,0],[-3.309,0.794],[3.309,0.794]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[30.894,247.769],"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":"Group 367","np":2,"cix":2,"ix":367,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.251,-0.361],[-0.359,-0.252],[0,0],[-0.158,0],[-0.154,0.221],[0.36,0.252],[0,0]],"o":[[-0.251,0.359],[0,0],[0.139,0.097],[0.25,0],[0.251,-0.359],[0,0],[-0.36,-0.252]],"v":[[-3.408,-2.332],[-3.213,-1.225],[2.302,2.635],[2.757,2.779],[3.408,2.44],[3.212,1.333],[-2.303,-2.527]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[36.409,238.065],"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":"Group 368","np":2,"cix":2,"ix":368,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-0.439],[-0.44,0],[0,0],[0,0.439],[0.44,0],[0,0]],"o":[[0,0.439],[0,0],[0.44,0],[0,-0.439],[0,0],[-0.44,0]],"v":[[-4.102,0],[-3.308,0.794],[3.308,0.794],[4.102,0],[3.308,-0.794],[-3.308,-0.794]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[63.982,204.754],"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":"Group 369","np":2,"cix":2,"ix":369,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.252,-0.361],[-0.359,-0.251],[0,0],[-0.157,0],[-0.154,0.221],[0.359,0.252],[0,0]],"o":[[-0.251,0.359],[0,0],[0.14,0.097],[0.25,0],[0.251,-0.359],[0,0],[-0.359,-0.251]],"v":[[-3.408,-2.331],[-3.213,-1.226],[2.302,2.634],[2.757,2.778],[3.408,2.439],[3.213,1.333],[-2.302,-2.527]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[52.953,256.263],"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":"Group 370","np":2,"cix":2,"ix":370,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-0.439],[-0.439,0],[0,0],[0,0.439],[0.439,0],[0,0]],"o":[[0,0.439],[0,0],[0.439,0],[0,-0.439],[0,0],[-0.439,0]],"v":[[-4.103,0],[-3.309,0.794],[3.309,0.794],[4.103,0],[3.309,-0.794],[-3.309,-0.794]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[136.717,257.735],"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":"Group 371","np":2,"cix":2,"ix":371,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.372,0.232],[0,0],[0.232,-0.37],[-0.371,-0.232],[0,0],[-0.143,0],[-0.15,0.24]],"o":[[0,0],[-0.372,-0.234],[-0.232,0.373],[0,0],[0.131,0.082],[0.265,0],[0.232,-0.373]],"v":[[2.627,0.761],[-1.785,-1.996],[-2.879,-1.744],[-2.627,-0.649],[1.785,2.108],[2.205,2.229],[2.879,1.856]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[86.042,290.453],"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":"Group 372","np":2,"cix":2,"ix":372,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.34,-0.278],[0,0],[-0.176,0],[-0.158,0.192],[0.339,0.279],[0,0],[0.277,-0.34]],"o":[[0,0],[0.148,0.12],[0.231,0],[0.277,-0.339],[0,0],[-0.34,-0.277],[-0.279,0.339]],"v":[[-3.535,-1.818],[2.53,3.145],[3.032,3.325],[3.649,3.033],[3.536,1.915],[-2.53,-3.048],[-3.647,-2.936]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[84.111,271.71],"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":"Group 373","np":2,"cix":2,"ix":373,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.125,-0.42],[0,0],[-0.42,-0.126],[-0.075,0],[-0.103,0.344],[0,0],[0.421,0.127]],"o":[[0,0],[-0.126,0.419],[0.076,0.023],[0.342,0],[0,0],[0.125,-0.419],[-0.423,-0.124]],"v":[[0.067,-2.94],[-1.587,2.575],[-1.055,3.563],[-0.827,3.597],[-0.066,3.031],[1.588,-2.484],[1.055,-3.473]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[85.214,255.996],"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":"Group 374","np":2,"cix":2,"ix":374,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.235,-0.369],[-0.37,-0.235],[0,0],[-0.145,0],[-0.151,0.238],[0.37,0.236],[0,0]],"o":[[-0.236,0.37],[0,0],[0.132,0.084],[0.262,0],[0.236,-0.369],[0,0],[-0.37,-0.232]],"v":[[-3.703,-2.303],[-3.46,-1.207],[2.607,2.654],[3.032,2.778],[3.703,2.411],[3.459,1.314],[-2.606,-2.546]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[84.663,227.586],"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":"Group 375","np":2,"cix":2,"ix":375,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.439,0],[0,0],[0,-0.439],[-0.439,0],[0,0],[0,0.439]],"o":[[0,0],[-0.439,0],[0,0.439],[0,0],[0.439,0],[0,-0.439]],"v":[[3.309,-0.794],[-3.309,-0.794],[-4.103,0],[-3.309,0.794],[3.309,0.794],[4.103,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[91.557,213.026],"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":"Group 376","np":2,"cix":2,"ix":376,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.251,-0.359],[-0.25,0],[-0.138,0.097],[0,0],[0.251,0.359],[0.356,-0.251],[0,0]],"o":[[0.154,0.221],[0.159,0],[0,0],[0.359,-0.252],[-0.252,-0.36],[0,0],[-0.359,0.252]],"v":[[-3.408,2.439],[-2.757,2.778],[-2.302,2.634],[3.213,-1.226],[3.408,-2.332],[2.303,-2.527],[-3.213,1.333]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[86.042,203.322],"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":"Group 377","np":2,"cix":2,"ix":377,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0.439],[0.439,0],[0,0],[0,-0.438],[-0.44,0],[0,0]],"o":[[0,-0.438],[0,0],[-0.44,0],[0,0.439],[0,0],[0.439,0]],"v":[[4.103,0],[3.308,-0.794],[-3.309,-0.794],[-4.103,0],[-3.309,0.794],[3.308,0.794]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[62.88,280.306],"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":"Group 378","np":2,"cix":2,"ix":378,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.371,0.232],[0,0],[0.234,-0.371],[-0.371,-0.232],[0,0],[-0.143,0],[-0.15,0.241]],"o":[[0,0],[-0.372,-0.234],[-0.232,0.373],[0,0],[0.131,0.083],[0.265,0],[0.232,-0.372]],"v":[[2.627,0.762],[-1.784,-1.996],[-2.879,-1.744],[-2.627,-0.649],[1.785,2.108],[2.205,2.229],[2.879,1.856]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[70.049,303.136],"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":"Group 379","np":2,"cix":2,"ix":379,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.339,-0.278],[0,0],[-0.176,0],[-0.158,0.192],[0.34,0.279],[0,0],[0.278,-0.341]],"o":[[0,0],[0.148,0.12],[0.231,0],[0.278,-0.339],[0,0],[-0.339,-0.278],[-0.278,0.339]],"v":[[-3.536,-1.817],[2.53,3.146],[3.032,3.325],[3.648,3.034],[3.535,1.916],[-2.53,-3.047],[-3.648,-2.935]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[62.052,292.665],"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":"Group 380","np":2,"cix":2,"ix":380,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.35,-0.264],[0,0],[-0.264,-0.351],[-0.242,0],[-0.144,0.107],[0,0],[0.264,0.351]],"o":[[0,0],[-0.351,0.262],[0.155,0.208],[0.166,0],[0,0],[0.352,-0.264],[-0.263,-0.351]],"v":[[1.73,-2.237],[-2.682,1.072],[-2.841,2.183],[-2.205,2.501],[-1.73,2.342],[2.681,-0.966],[2.841,-2.078]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[68.394,270.328],"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":"Group 381","np":2,"cix":2,"ix":381,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.085,-0.431],[-0.43,-0.087],[0,0],[-0.051,0],[-0.075,0.378],[0.43,0.086],[0,0]],"o":[[-0.086,0.43],[0,0],[0.052,0.012],[0.371,0],[0.086,-0.43],[0,0],[-0.436,-0.09]],"v":[[-4.915,-0.946],[-4.292,-0.01],[3.981,1.643],[4.137,1.658],[4.915,1.021],[4.292,0.086],[-3.98,-1.568]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[55.986,246.905],"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":"Group 382","np":2,"cix":2,"ix":382,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.211,-0.386],[-0.384,-0.21],[0,0],[-0.129,0],[-0.145,0.264],[0.385,0.21],[0,0]],"o":[[-0.211,0.385],[0,0],[0.12,0.066],[0.282,0],[0.21,-0.384],[0,0],[-0.384,-0.21]],"v":[[-3.73,-1.978],[-3.414,-0.901],[2.654,2.408],[3.033,2.505],[3.731,2.091],[3.414,1.014],[-2.653,-2.295]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[125.472,232.272],"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":"Group 383","np":2,"cix":2,"ix":383,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.251,0.359],[0.358,-0.253],[0,0],[-0.251,-0.359],[-0.25,0],[-0.139,0.097],[0,0]],"o":[[-0.251,-0.359],[0,0],[-0.359,0.252],[0.154,0.221],[0.158,0],[0,0],[0.359,-0.252]],"v":[[3.408,-2.331],[2.302,-2.526],[-3.213,1.334],[-3.408,2.44],[-2.757,2.779],[-2.302,2.635],[3.213,-1.225]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[63.982,224.277],"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":"Group 384","np":2,"cix":2,"ix":384,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.356,-0.255],[-0.256,-0.357],[0,0],[-0.248,0],[-0.139,0.1],[0.256,0.357]],"o":[[-0.256,-0.357],[-0.358,0.255],[0,0],[0.155,0.217],[0.159,0],[0.357,-0.255],[0,0]],"v":[[-2.111,-4.269],[-3.219,-4.453],[-3.404,-3.345],[2.111,4.375],[2.758,4.708],[3.218,4.561],[3.403,3.453]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[45.232,300.658],"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":"Group 385","np":2,"cix":2,"ix":385,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.293,-0.326],[0,0],[-0.325,-0.293],[-0.188,0],[-0.157,0.174],[0,0],[0.325,0.293]],"o":[[0,0],[-0.293,0.325],[0.152,0.136],[0.218,0],[0,0],[0.293,-0.326],[-0.326,-0.293]],"v":[[1.892,-3.244],[-3.072,2.271],[-3.013,3.392],[-2.482,3.596],[-1.891,3.333],[3.072,-2.182],[3.013,-3.303]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[19.588,279.711],"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":"Group 386","np":2,"cix":2,"ix":386,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.026,0.421],[0,0],[0.437,0.027],[0.027,-0.439],[0,0],[-0.437,-0.027],[-0.018,0]],"o":[[0,0],[0.027,-0.437],[-0.445,-0.02],[0,0],[-0.026,0.437],[0.018,0.001],[0.415,0]],"v":[[0.517,4.47],[1.069,-4.354],[0.325,-5.195],[-0.516,-4.453],[-1.07,4.372],[-0.326,5.213],[-0.276,5.215]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[17.934,296.291],"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":"Group 387","np":2,"cix":2,"ix":387,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.259,-0.354],[-0.247,0],[-0.14,0.102],[0,0],[0.258,0.354],[0.356,-0.257],[0,0]],"o":[[0.154,0.214],[0.162,0],[0,0],[0.355,-0.259],[-0.257,-0.356],[0,0],[-0.356,0.258]],"v":[[-3.674,2.725],[-3.032,3.053],[-2.566,2.901],[3.5,-1.511],[3.675,-2.62],[2.566,-2.796],[-3.5,1.616]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[24.551,204.701],"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":"Group 388","np":2,"cix":2,"ix":388,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.367,0],[-0.057,0.013],[0,0],[0.092,0.429],[0.428,-0.1],[0,0],[-0.093,-0.429]],"o":[[0.055,0],[0,0],[0.428,-0.092],[-0.093,-0.429],[0,0],[-0.429,0.091],[0.079,0.372]],"v":[[-3.861,1.662],[-3.694,1.645],[4.028,-0.01],[4.637,-0.952],[3.694,-1.562],[-4.027,0.093],[-4.636,1.035]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[51.298,180.172],"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":"Group 389","np":2,"cix":2,"ix":389,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.386,0],[-0.041,0.006],[0.067,0.434],[0,0],[0.443,-0.069],[-0.066,-0.433],[0,0]],"o":[[0.039,0],[0.434,-0.067],[0,0],[-0.068,-0.434],[-0.433,0.067],[0,0],[0.06,0.393]],"v":[[0.551,4.408],[0.672,4.4],[1.336,3.494],[0.234,-3.674],[-0.673,-4.339],[-1.337,-3.433],[-0.233,3.736]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[45.784,194.521],"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":"Group 390","np":2,"cix":2,"ix":390,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.386,0],[-0.041,0.007],[0,0],[0.067,0.434],[0.431,-0.061],[0,0],[-0.067,-0.434]],"o":[[0.04,0],[0,0],[0.434,-0.067],[-0.066,-0.434],[0,0],[-0.434,0.066],[0.06,0.392]],"v":[[-3.585,1.371],[-3.463,1.362],[3.706,0.26],[4.369,-0.646],[3.464,-1.31],[-3.705,-0.207],[-4.369,0.698]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[32.272,181.566],"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":"Group 391","np":2,"cix":2,"ix":391,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.438,0],[0,0.439],[0,0],[0.439,0],[0,-0.439],[0,0]],"o":[[0.439,0],[0,0],[0,-0.439],[-0.438,0],[0,0],[0,0.439]],"v":[[0,4.103],[0.794,3.309],[0.794,-3.309],[0,-4.103],[-0.794,-3.309],[-0.794,3.309]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[42.474,173.32],"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":"Group 392","np":2,"cix":2,"ix":392,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.251,-0.359],[-0.25,0],[-0.137,0.097],[0,0],[0.251,0.359],[0.357,-0.251],[0,0]],"o":[[0.154,0.221],[0.158,0],[0,0],[0.359,-0.252],[-0.251,-0.36],[0,0],[-0.359,0.252]],"v":[[-3.408,2.439],[-2.757,2.778],[-2.303,2.634],[3.213,-1.226],[3.408,-2.332],[2.302,-2.527],[-3.213,1.333]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[146.153,189.535],"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":"Group 393","np":2,"cix":2,"ix":393,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.303,0],[-0.105,0.047],[0,0],[0.18,0.4],[0.4,-0.182],[0,0],[-0.18,-0.4]],"o":[[0.108,0],[0,0],[0.401,-0.18],[-0.181,-0.4],[0,0],[-0.401,0.18],[0.132,0.295]],"v":[[-5.514,3.331],[-5.189,3.262],[5.841,-1.701],[6.24,-2.751],[5.189,-3.15],[-5.84,1.814],[-6.239,2.864]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[137.88,177.4],"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":"Group 394","np":2,"cix":2,"ix":394,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.373,0.229],[0.229,-0.373],[0,0],[-0.373,-0.23],[-0.143,0],[-0.15,0.243],[0,0]],"o":[[-0.376,-0.231],[0,0],[-0.23,0.374],[0.13,0.08],[0.266,0],[0,0],[0.23,-0.373]],"v":[[2.622,-4.205],[1.529,-3.945],[-2.882,3.225],[-2.622,4.318],[-2.206,4.436],[-1.529,4.058],[2.882,-3.112]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[114.719,186.223],"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":"Group 395","np":2,"cix":2,"ix":395,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.373,-0.229],[0,0],[-0.142,0],[-0.15,0.244],[0.373,0.229],[0,0],[0.229,-0.375]],"o":[[0,0],[0.131,0.08],[0.267,0],[0.229,-0.374],[0,0],[-0.376,-0.231],[-0.229,0.373]],"v":[[-4.001,-1.474],[3.168,2.938],[3.584,3.056],[4.261,2.678],[4.001,1.586],[-3.168,-2.825],[-4.261,-2.566]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.546,171.609],"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":"Group 396","np":2,"cix":2,"ix":396,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.182,0],[-0.157,0.185],[0.335,0.284],[0,0],[0.284,-0.334],[-0.335,-0.285]],"o":[[0.148,0.126],[0.224,0],[0.283,-0.335],[0,0],[-0.334,-0.28],[-0.283,0.335],[0,0]],"v":[[3.073,3.686],[3.585,3.874],[4.19,3.593],[4.098,2.473],[-3.071,-3.594],[-4.19,-3.501],[-4.097,-2.38]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[78.596,172.446],"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":"Group 397","np":2,"cix":2,"ix":397,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.189,0],[-0.156,0.174],[0,0],[0.326,0.293],[0.294,-0.326],[0,0],[-0.326,-0.294]],"o":[[0.217,0],[0,0],[0.293,-0.325],[-0.325,-0.292],[0,0],[-0.294,0.326],[0.152,0.136]],"v":[[-2.481,3.596],[-1.891,3.333],[3.073,-2.183],[3.012,-3.304],[1.891,-3.245],[-3.072,2.27],[-3.012,3.392]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[63.155,172.173],"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":"Group 398","np":2,"cix":2,"ix":398,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.377,0.226],[0.226,-0.375],[0,0],[-0.376,-0.226],[-0.139,0],[-0.15,0.248],[0,0]],"o":[[-0.376,-0.227],[0,0],[-0.225,0.376],[0.128,0.076],[0.269,0],[0,0],[0.226,-0.376]],"v":[[2.89,-4.76],[1.801,-4.488],[-3.163,3.784],[-2.89,4.874],[-2.482,4.987],[-1.8,4.601],[3.162,-3.67]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[15.176,239.716],"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":"Group 399","np":2,"cix":2,"ix":399,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.403,-0.165],[-0.163,-0.407],[0,0],[-0.316,0],[-0.096,0.038],[0.163,0.408],[0,0]],"o":[[-0.407,0.163],[0,0],[0.124,0.311],[0.098,0],[0.407,-0.164],[0,0],[-0.163,-0.409]],"v":[[-1.949,-4.82],[-2.392,-3.788],[0.917,4.485],[1.654,4.984],[1.949,4.928],[2.392,3.896],[-0.917,-4.376]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[20.416,260.124],"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":"Group 400","np":2,"cix":2,"ix":400,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.02,0],[-0.032,0.417],[0,0],[0.437,0.033],[0.033,-0.437],[0,0],[-0.436,-0.034]],"o":[[0.411,0],[0,0],[0.033,-0.438],[-0.45,-0.04],[0,0],[-0.033,0.437],[0.021,0.001]],"v":[[-0.275,4.397],[0.517,3.665],[1.067,-3.504],[0.336,-4.357],[-0.516,-3.627],[-1.068,3.542],[-0.337,4.396]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[11.316,201.702],"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":"Group 401","np":2,"cix":2,"ix":401,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.403,-0.173],[0,0],[-0.105,0],[-0.129,0.302],[0.403,0.173],[0,0],[0.172,-0.405]],"o":[[0,0],[0.101,0.044],[0.308,0],[0.173,-0.402],[0,0],[-0.4,-0.175],[-0.173,0.402]],"v":[[-4.173,-0.87],[3.549,2.44],[3.861,2.504],[4.591,2.022],[4.174,0.98],[-3.548,-2.329],[-4.591,-1.912]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[20.967,172.713],"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":"Group 402","np":2,"cix":2,"ix":402,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.438,0.016],[0.017,-0.439],[0,0],[-0.439,-0.017],[-0.011,0],[-0.016,0.428],[0,0]],"o":[[-0.392,-0.008],[0,0],[-0.017,0.438],[0.009,0],[0.424,0],[0,0],[0.016,-0.439]],"v":[[0.157,-4.097],[-0.666,-3.333],[-0.92,3.281],[-0.156,4.104],[-0.125,4.104],[0.667,3.34],[0.921,-3.272]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[60.891,310.733],"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":"Group 403","np":2,"cix":2,"ix":403,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.356,-0.257],[-0.257,-0.356],[0,0],[0,0]],"o":[[-0.257,-0.356],[-0.357,0.257],[0,0],[0,0],[0,0]],"v":[[0.125,-0.683],[-0.983,-0.864],[-1.164,0.245],[-0.534,1.121],[1.421,1.121]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[8.743,317.238],"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":"Group 404","np":2,"cix":2,"ix":404,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.429,0.092],[0.093,-0.429],[0,0],[-0.428,-0.092],[-0.055,0],[-0.08,0.372],[0,0]],"o":[[-0.425,-0.09],[0,0],[-0.093,0.428],[0.057,0.013],[0.366,0],[0,0],[0.093,-0.429]],"v":[[1.172,-5.393],[0.228,-4.783],[-1.78,4.521],[-1.172,5.465],[-1.004,5.482],[-0.228,4.856],[1.78,-4.448]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[22.518,311.178],"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":"Group 405","np":2,"cix":2,"ix":405,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.362,0.247],[0.248,-0.361],[0,0]],"o":[[0,0],[0.246,-0.364],[-0.365,-0.247],[0,0],[0,0]],"v":[[-0.193,2.19],[1.868,-0.839],[1.657,-1.943],[0.553,-1.733],[-2.114,2.19]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[38.003,316.168],"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":"Group 406","np":2,"cix":2,"ix":406,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.293,-0.328],[0,0],[-0.329,-0.291],[-0.186,0],[-0.157,0.178],[0,0],[0.328,0.29]],"o":[[0,0],[-0.291,0.329],[0.151,0.133],[0.22,0],[0,0],[0.29,-0.329],[-0.328,-0.29]],"v":[[1.999,-3.418],[-3.188,2.457],[-3.119,3.578],[-2.594,3.777],[-1.998,3.508],[3.189,-2.366],[3.12,-3.487]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[114.701,246.528],"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":"Group 407","np":2,"cix":2,"ix":407,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.36,-0.251],[-0.249,-0.361],[0,0],[0,0]],"o":[[-0.251,-0.361],[-0.361,0.25],[0,0],[0,0],[0,0]],"v":[[-0.764,-1.999],[-1.869,-2.2],[-2.071,-1.095],[0.387,2.451],[2.32,2.451]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[70.449,315.907],"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":"Group 408","np":2,"cix":2,"ix":408,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.248,-0.361],[0,0],[-0.36,-0.249],[-0.156,0],[-0.154,0.224],[0,0],[0.362,0.248]],"o":[[0,0],[-0.25,0.36],[0.138,0.096],[0.252,0],[0,0],[0.249,-0.361],[-0.361,-0.252]],"v":[[1.391,-3.354],[-2.697,2.562],[-2.496,3.666],[-2.045,3.807],[-1.391,3.464],[2.698,-2.451],[2.495,-3.555]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[92.588,311.61],"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":"Group 409","np":2,"cix":2,"ix":409,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.438,0.016],[0.017,-0.439],[0,0],[0,0]],"o":[[0.017,-0.438],[-0.409,-0.02],[0,0],[0,0],[0,0]],"v":[[0.835,-0.842],[0.072,-1.665],[-0.752,-0.902],[-0.852,1.685],[0.737,1.685]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[107.016,316.673],"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":"Group 410","np":2,"cix":2,"ix":410,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.261,0],[-0.134,0.086],[0.238,0.368],[0,0],[0.368,-0.238],[-0.239,-0.368]],"o":[[0.151,0.235],[0.147,0],[0.368,-0.237],[0,0],[-0.238,-0.369],[-0.368,0.237],[0,0]],"v":[[1.158,3.315],[1.826,3.678],[2.256,3.551],[2.492,2.454],[-1.157,-3.204],[-2.255,-3.44],[-2.491,-2.343]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[106.616,199.806],"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":"Group 411","np":2,"cix":2,"ix":411,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.244,0.364],[0,0],[0.364,-0.244],[-0.244,-0.364],[0,0],[-0.256,0],[-0.136,0.09]],"o":[[0,0],[-0.245,-0.365],[-0.365,0.244],[0,0],[0.153,0.229],[0.152,0],[0.364,-0.245]],"v":[[2.747,2.728],[-1.428,-3.502],[-2.529,-3.72],[-2.747,-2.618],[1.428,3.612],[2.088,3.964],[2.529,3.83]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[124.763,262.247],"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":"Group 412","np":2,"cix":2,"ix":412,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.426,-0.077],[-0.083,-0.43],[0,0],[0,0],[0,0]],"o":[[-0.432,0.083],[0,0],[0,0],[0,0],[-0.083,-0.431]],"v":[[-0.605,-2.88],[-1.237,-1.951],[-0.298,2.957],[1.32,2.957],[0.323,-2.249]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[139.44,315.402],"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":"Group 413","np":2,"cix":2,"ix":413,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.41,0.154],[0.154,-0.41],[0,0],[0,0],[0,0]],"o":[[-0.413,-0.155],[0,0],[0,0],[0,0],[0.155,-0.411]],"v":[[1.131,-2.623],[0.109,-2.159],[-1.749,2.778],[-0.053,2.778],[1.594,-1.599]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[152.643,315.581],"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":"Group 414","np":2,"cix":2,"ix":414,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.36,-0.249],[-0.156,0],[-0.153,0.223],[0,0],[0.361,0.249],[0.249,-0.363],[0,0]],"o":[[0.138,0.095],[0.252,0],[0,0],[0.25,-0.361],[-0.359,-0.251],[0,0],[-0.25,0.36]],"v":[[-2.496,3.666],[-2.045,3.807],[-1.392,3.464],[2.697,-2.451],[2.495,-3.556],[1.391,-3.354],[-2.697,2.562]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[98.103,182.013],"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":"Group 415","np":2,"cix":2,"ix":415,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.261,0],[-0.133,0.087],[0.238,0.368],[0,0],[0.366,-0.24],[-0.239,-0.368]],"o":[[0.151,0.236],[0.147,0],[0.368,-0.237],[0,0],[-0.239,-0.37],[-0.368,0.237],[0,0]],"v":[[1.158,3.314],[1.826,3.678],[2.256,3.55],[2.492,2.453],[-1.157,-3.202],[-2.255,-3.438],[-2.491,-2.341]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[61.055,191.944],"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":"Group 416","np":2,"cix":2,"ix":416,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.363,-0.245],[-0.243,-0.364],[0,0],[-0.257,0],[-0.136,0.091],[0.244,0.364],[0,0]],"o":[[-0.364,0.244],[0,0],[0.153,0.229],[0.152,0],[0.365,-0.245],[0,0],[-0.246,-0.364]],"v":[[-2.53,-3.72],[-2.748,-2.618],[1.428,3.612],[2.089,3.964],[2.53,3.831],[2.747,2.729],[-1.427,-3.501]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[126.969,194.966],"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":"Group 417","np":2,"cix":2,"ix":417,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.215,0],[0,0],[0,-0.439],[-0.438,0],[0,0],[-0.143,0.138]],"o":[[-0.143,-0.139],[0,0],[-0.438,0],[0,0.439],[0,0],[0.215,0],[0,0]],"v":[[3.982,-0.568],[3.43,-0.794],[-3.188,-0.794],[-3.982,0],[-3.188,0.794],[3.43,0.794],[3.982,0.569]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[155.958,258.798],"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":"Group 418","np":2,"cix":2,"ix":418,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.349,-0.271],[0,0],[-0.269,-0.346],[-0.237,0],[-0.145,0.114],[0,0],[0.27,0.346]],"o":[[0,0],[-0.346,0.269],[0.157,0.201],[0.17,0],[0,0],[0.345,-0.269],[-0.269,-0.344]],"v":[[1.993,-2.505],[-2.97,1.355],[-3.109,2.469],[-2.482,2.776],[-1.994,2.608],[2.97,-1.252],[3.108,-2.366]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[138.708,295.972],"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":"Group 419","np":2,"cix":2,"ix":419,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.076,-0.432],[-0.432,-0.076],[0,0]],"o":[[0,0],[-0.433,-0.077],[-0.078,0.432],[0,0],[0,0]],"v":[[3.738,-0.196],[-2.741,-1.339],[-3.66,-0.696],[-3.017,0.224],[3.738,1.416]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[156.201,296.857],"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":"Group 420","np":2,"cix":2,"ix":420,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.177,0],[-0.157,0.193],[0.34,0.278],[0,0],[0.28,-0.34],[-0.34,-0.277],[0,0]],"o":[[0.23,0],[0.279,-0.338],[0,0],[-0.339,-0.277],[-0.277,0.339],[0,0],[0.148,0.12]],"v":[[3.033,3.324],[3.648,3.032],[3.536,1.916],[-2.531,-3.047],[-3.649,-2.934],[-3.535,-1.817],[2.531,3.146]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[155.252,271.158],"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":"Group 421","np":2,"cix":2,"ix":421,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.263,-0.35],[-0.242,0],[-0.143,0.107],[0,0]],"o":[[0,0],[-0.352,0.263],[0.157,0.209],[0.166,0],[0,0],[0,0]],"v":[[0.725,-1.1],[-0.302,-0.329],[-0.462,0.782],[0.175,1.1],[0.65,0.941],[0.725,0.885]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[159.214,250.221],"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":"Group 422","np":2,"cix":2,"ix":422,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.236,-0.368],[-0.37,-0.236],[0,0],[-0.145,0],[-0.151,0.237],[0.37,0.235],[0,0]],"o":[[-0.235,0.37],[0,0],[0.132,0.084],[0.263,0],[0.237,-0.37],[0,0],[-0.369,-0.235]],"v":[[-3.704,-2.302],[-3.46,-1.205],[2.606,2.655],[3.031,2.779],[3.702,2.412],[3.459,1.315],[-2.607,-2.544]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[155.804,227.034],"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":"Group 423","np":2,"cix":2,"ix":423,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-0.439],[-0.44,0],[0,0],[0,0],[0,0]],"o":[[0,0.438],[0,0],[0,0],[0,0],[-0.44,0]],"v":[[-0.672,0],[0.122,0.794],[0.672,0.794],[0.672,-0.794],[0.122,-0.794]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[159.267,212.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":"Group 424","np":2,"cix":2,"ix":424,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.25,0],[-0.139,0.097],[0,0],[0,0],[0.138,-0.098],[0,0],[-0.251,-0.359]],"o":[[0.157,0],[0,0],[0,0],[-0.158,-0.001],[0,0],[-0.359,0.251],[0.154,0.221]],"v":[[-2.306,2.717],[-1.851,2.574],[3.208,-0.968],[3.208,-2.716],[2.753,-2.587],[-2.762,1.272],[-2.957,2.378]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[156.731,202.831],"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":"Group 425","np":2,"cix":2,"ix":425,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.361,0],[-0.06,0.014],[0,0],[0,0],[0,0],[-0.099,-0.427]],"o":[[0.059,0],[0,0],[0,0],[0,0],[-0.427,0.099],[0.085,0.368]],"v":[[-1.77,1.313],[-1.591,1.294],[2.642,0.317],[2.642,-1.313],[-1.948,-0.254],[-2.543,0.698]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[157.297,176.109],"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":"Group 426","np":2,"cix":2,"ix":426,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.236,0],[-0.144,0.112],[0,0],[0.269,0.347],[0.347,-0.271],[0,0],[-0.269,-0.346]],"o":[[0.17,0],[0,0],[0.346,-0.269],[-0.269,-0.345],[0,0],[-0.346,0.269],[0.156,0.202]],"v":[[-2.481,2.776],[-1.994,2.609],[2.969,-1.252],[3.109,-2.367],[1.994,-2.505],[-2.969,1.355],[-3.109,2.469]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[8.008,309.208],"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":"Group 427","np":2,"cix":2,"ix":427,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.246,0],[-0.141,0.102],[0,0],[0.259,0.354],[0.354,-0.257],[0,0],[-0.258,-0.354]],"o":[[0.162,0],[0,0],[0.356,-0.258],[-0.257,-0.354],[0,0],[-0.355,0.259],[0.155,0.215]],"v":[[-3.032,3.053],[-2.566,2.901],[3.5,-1.511],[3.674,-2.62],[2.566,-2.796],[-3.5,1.616],[-3.675,2.725]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.109999997008,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[10.765,185.399],"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":"Group 428","np":2,"cix":2,"ix":428,"mn":"ADBE Vector Group","hd":false}],"ip":28.0000011404634,"op":63.0000025660426,"st":28.0000011404634,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"rox 4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[279.317,297.011,0],"ix":2},"a":{"a":0,"k":[71.439,43.837,0],"ix":1},"s":{"a":0,"k":[-300,300,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[9.414,-23.706],[3.539,-40.087],[22.586,11.539],[32.628,40.754]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.414,-20.206],[1.039,-42.254],[24.42,10.539],[32.628,40.754]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.414,-20.206],[1.039,-42.254],[24.42,10.539],[32.628,40.754]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.247,-17.706],[-2.295,-44.92],[25.086,5.039],[33.628,39.587]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.247,-17.706],[-2.295,-44.92],[25.086,5.039],[33.628,39.587]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-14.586,-2.539],[-14.628,-49.92],[28.253,-12.628],[35.961,34.92]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-14.586,-2.539],[-14.628,-49.92],[28.253,-12.628],[35.961,34.92]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-30.086,17.628],[-28.461,-46.254],[29.253,-25.628],[34.461,34.254]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-30.086,17.628],[-28.461,-46.254],[29.253,-25.628],[34.461,34.254]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-43.753,36.461],[-42.128,-37.42],[27.086,-30.961],[29.795,39.42]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-43.753,36.461],[-42.128,-37.42],[27.086,-30.961],[29.795,39.42]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-50.586,43.628],[-50.628,-31.587],[24.92,-31.294],[24.961,43.587]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":44,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-50.586,43.628],[-50.628,-31.587],[24.92,-31.294],[24.961,43.587]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.753,46.461],[-57.628,-23.087],[16.92,-22.628],[14.961,51.254]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.753,46.461],[-57.628,-23.087],[16.92,-22.628],[14.961,51.254]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-59.086,49.294],[-61.295,-19.254],[10.086,-13.628],[8.295,58.754]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":50,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-59.086,49.294],[-61.295,-19.254],[10.086,-13.628],[8.295,58.754]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-60.039,43.794],[-65.033,-15.825],[0.086,1.682],[-1.991,65.135]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":53,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-60.039,43.794],[-65.033,-15.825],[0.086,1.682],[-1.991,65.135]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-59.253,30.628],[-66.461,-16.42],[-15.747,22.206],[-15.872,68.254]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":57,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-59.253,30.628],[-66.461,-16.42],[-15.747,22.206],[-15.872,68.254]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-56.42,12.128],[-64.461,-20.587],[-31.747,38.539],[-28.039,64.087]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":61,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-56.42,12.128],[-64.461,-20.587],[-31.747,38.539],[-28.039,64.087]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-54.253,3.461],[-62.461,-22.254],[-37.414,42.706],[-34.372,59.087]],"c":true}]},{"t":63.0000025660426}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2.5,"ix":5},"lc":1,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.728999956916,0.513000009574,0.726999978458,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.439,43.837],"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":"Group 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":28.0000011404634,"op":63.0000025660426,"st":24.00000097754,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"rox","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[365.317,305.011,0],"ix":2},"a":{"a":0,"k":[71.439,43.837,0],"ix":1},"s":{"a":0,"k":[300,300,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-50.586,43.628],[-50.628,-31.587],[24.92,-31.294],[24.961,43.587]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.753,46.461],[-57.628,-23.087],[16.92,-22.628],[14.961,51.254]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.753,46.461],[-57.628,-23.087],[16.92,-22.628],[14.961,51.254]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-57.586,45.294],[-61.295,-19.254],[6.92,-7.961],[4.961,58.92]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-57.586,45.294],[-61.295,-19.254],[6.92,-7.961],[4.961,58.92]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-57.872,36.794],[-63.866,-17.658],[-4.58,6.682],[-5.158,64.135]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-57.872,36.794],[-63.866,-17.658],[-4.58,6.682],[-5.158,64.135]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-57.086,21.961],[-64.961,-20.587],[-19.914,26.206],[-19.039,65.254]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-57.086,21.961],[-64.961,-20.587],[-19.914,26.206],[-19.039,65.254]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-51.92,4.128],[-61.628,-25.42],[-35.247,39.872],[-30.705,58.087]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-51.92,4.128],[-61.628,-25.42],[-35.247,39.872],[-30.705,58.087]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-51.92,4.128],[-59.628,-25.42],[-37.914,41.872],[-41.372,35.754]],"c":true}]},{"t":18.000000733155}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.2,0.198999995811,0.198999995811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2.5,"ix":5},"lc":1,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.728999956916,0.513000009574,0.726999978458,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.439,43.837],"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":"Group 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":18.000000733155,"st":0,"bm":0}],"markers":[],"chars":[{"ch":"d","size":30,"style":"Bold","w":61.08,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.223,0],[4.182,-5.208],[0,-9.082],[-4.248,-5.029],[-6.218,0],[-2.539,1.432],[-1.986,3.158],[0,0],[0,0],[0,0],[0,0],[0,0],[2.506,1.416]],"o":[[-6.999,0],[-4.183,5.209],[0,7.878],[4.248,5.029],[3.776,0],[2.539,-1.432],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.562,-2.506],[-2.507,-1.416]],"v":[[26.123,-54.492],[9.351,-46.68],[3.076,-25.244],[9.448,-5.884],[25.146,1.66],[34.619,-0.488],[41.406,-7.373],[41.406,0],[54.932,0],[54.932,-71.875],[40.82,-71.875],[40.82,-46.484],[34.717,-52.368]],"c":true},"ix":2},"nm":"d","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[3.938,0],[1.936,2.946],[0,4.916],[-1.904,3.076],[-4.07,0],[-2.019,-1.692],[0,-6.51],[2.051,-2.93]],"o":[[-3.939,0],[-1.937,-2.946],[0,-4.557],[1.904,-3.076],[2.669,0],[3.288,2.8],[0,4.655],[-2.051,2.93]],"v":[[29.15,-10.059],[20.337,-14.478],[17.432,-26.27],[20.288,-37.72],[29.248,-42.334],[36.279,-39.795],[41.211,-25.83],[38.135,-14.453]],"c":true},"ix":2},"nm":"d","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"d","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"},{"ch":"r","size":30,"style":"Bold","w":38.92,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.26,0],[2.604,-2.18],[2.148,-3.548],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.074,2.051],[-5.599,0],[-0.684,-0.032],[-0.879,-0.098],[0,0],[0.179,0.017]],"o":[[-4.167,0],[-1.595,1.302],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-4.264],[1.92,-3.645],[0.423,0],[0.684,0.033],[0,0],[-0.619,-0.032],[-0.179,-0.016]],"v":[[35.4,-54.492],[25.244,-51.221],[19.629,-43.945],[19.629,-53.223],[6.348,-53.223],[6.348,0],[20.361,0],[20.361,-25.439],[21.973,-34.912],[33.252,-40.381],[34.912,-40.332],[37.256,-40.137],[37.256,-54.395],[36.06,-54.468]],"c":true},"ix":2},"nm":"r","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"r","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"},{"ch":"i","size":30,"style":"Bold","w":27.78,"data":{"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":[[20.801,-72.412],[6.689,-72.412],[6.689,-59.57],[20.801,-59.57]],"c":true},"ix":2},"nm":"i","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[6.689,0],[20.801,0],[20.801,-53.223],[6.689,-53.223]],"c":true},"ix":2},"nm":"i","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"i","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"},{"ch":"b","size":30,"style":"Bold","w":61.08,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[7.043,0],[2.522,-1.627],[1.768,-2.473],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.604,-1.041],[-4.417,0],[-3.926,5.437],[0,8.269],[3.981,5.046]],"o":[[-3.899,0],[-2.13,1.302],[0,0],[0,0],[0,0],[0,0],[0,0],[1.865,2.605],[2.682,1.758],[7.034,0],[3.926,-5.436],[0,-7.975],[-3.981,-5.045]],"v":[[35.402,-54.395],[25.77,-51.953],[19.922,-46.289],[19.922,-71.875],[6.006,-71.875],[6.006,0],[19.727,0],[19.727,-6.689],[24.929,-1.221],[35.579,1.416],[52.02,-6.738],[57.91,-27.295],[51.939,-46.826]],"c":true},"ix":2},"nm":"b","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[3.61,0],[2.035,2.995],[0,4.558],[-0.985,2.441],[-5.087,0],[-1.871,-4.688],[0,-3.776],[2.002,-2.897]],"o":[[-4.169,0],[-2.036,-2.995],[0,-3.873],[1.904,-4.59],[5.022,0],[0.984,2.474],[0,4.72],[-2.002,2.898]],"v":[[31.889,-10.059],[22.584,-14.551],[19.531,-25.879],[21.008,-35.352],[31.495,-42.236],[41.833,-35.205],[43.311,-25.83],[40.307,-14.404]],"c":true},"ix":2},"nm":"b","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"b","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"},{"ch":"l","size":30,"style":"Bold","w":27.78,"data":{"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":[[20.703,-71.973],[6.787,-71.973],[6.787,0],[20.703,0]],"c":true},"ix":2},"nm":"l","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"l","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"},{"ch":"e","size":30,"style":"Bold","w":55.62,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.572,0],[-2.219,-1.913],[-0.253,-3.694],[0,0],[-1.967,2.027]],"o":[[3.284,0],[2.219,1.913],[0,0],[0.505,-3.465],[1.966,-2.027]],"v":[[28.664,-43.164],[36.918,-40.295],[40.625,-31.885],[16.65,-31.885],[20.358,-40.123]],"c":true},"ix":2},"nm":"e","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[4.632,0],[4.887,-4.919],[0,-9.219],[-5.415,-4.366],[-7.083,0],[-4.768,5.176],[-0.375,3.158],[0,0],[1.08,-0.879],[3.17,0],[2.126,1.335],[0.216,5.339],[0,0],[0.375,2.445],[2.18,3.162],[3.712,1.663]],"o":[[-7.8,0],[-4.888,4.919],[0,9.84],[5.415,4.366],[8.582,0],[3.065,-3.255],[0,0],[-0.829,1.562],[-1.981,1.628],[-2.99,0],[-3.494,-2.148],[0,0],[0.069,-4.597],[-0.647,-4.173],[-2.419,-3.586],[-3.712,-1.662]],"v":[[28.659,-54.639],[9.627,-47.259],[2.295,-26.05],[10.416,-4.742],[29.163,1.807],[49.187,-5.957],[54.346,-15.576],[40.138,-15.576],[37.274,-11.914],[29.547,-9.473],[21.874,-11.475],[16.309,-22.705],[55.072,-22.705],[54.613,-33.268],[50.373,-44.271],[41.176,-52.145]],"c":true},"ix":2},"nm":"e","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"e","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"},{"ch":".","size":30,"style":"Bold","w":27.78,"data":{"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":[[6.25,0],[21.045,0],[21.045,-14.6],[6.25,-14.6]],"c":true},"ix":2},"nm":".","mn":"ADBE Vector Shape - Group","hd":false}],"nm":".","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"},{"ch":"c","size":30,"style":"Bold","w":55.62,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[4.252,2.995],[6.68,0],[4.464,-5.078],[0,-9.129],[-4.041,-5.078],[-8.57,0],[-4.367,6.087],[-0.327,4.232],[0,0],[1.37,-1.758],[3.263,0],[1.664,4.427],[0,3.897],[-0.914,2.468],[-4.7,0],[-1.567,-2.148],[-0.261,-1.985]],"o":[[-0.783,-7.584],[-4.253,-2.995],[-7.854,0],[-4.464,5.078],[0,8.09],[4.041,5.078],[8.569,0],[2.737,-3.776],[0,0],[-0.294,2.8],[-1.37,1.758],[-4.601,0],[-0.914,-2.37],[0,-4.091],[1.729,-4.655],[3.295,0],[1.077,1.595],[0,0]],"v":[[52.588,-34.131],[45.036,-50],[28.638,-54.492],[10.162,-46.875],[3.467,-25.563],[9.528,-5.811],[28.443,1.807],[47.847,-7.324],[52.441,-19.336],[38.232,-19.336],[35.736,-12.5],[28.786,-9.863],[19.388,-16.504],[18.018,-25.904],[19.388,-35.742],[29.031,-42.725],[36.324,-39.502],[38.33,-34.131]],"c":true},"ix":2},"nm":"c","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"c","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"},{"ch":"o","size":30,"style":"Bold","w":61.08,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.069,0],[2.197,2.893],[0,5.331],[-2.197,2.876],[-4.07,0],[-2.181,-2.876],[0,-5.331],[2.18,-2.893]],"o":[[-4.07,0],[-2.197,-2.893],[0,-5.331],[2.197,-2.876],[4.069,0],[2.18,2.876],[0,5.331],[-2.181,2.893]],"v":[[30.371,-9.863],[20.972,-14.202],[17.676,-26.538],[20.972,-38.849],[30.371,-43.164],[39.746,-38.849],[43.018,-26.538],[39.746,-14.202]],"c":true},"ix":2},"nm":"o","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,7.806],[4.492,5.627],[9.147,0],[4.492,-5.627],[0,-7.675],[-4.492,-5.545],[-9.148,0],[-4.492,5.545]],"o":[[0,-7.675],[-4.492,-5.627],[-9.148,0],[-4.492,5.627],[0,7.806],[4.492,5.545],[9.147,0],[4.492,-5.545]],"v":[[57.617,-26.538],[50.879,-46.491],[30.42,-54.932],[9.961,-46.491],[3.223,-26.538],[9.961,-6.511],[30.42,1.807],[50.879,-6.511]],"c":true},"ix":2},"nm":"o","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"o","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"},{"ch":"m","size":30,"style":"Bold","w":88.92,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.344,0],[2.864,-1.465],[1.823,-3.125],[2.018,1.66],[4.069,0],[2.702,-2.083],[1.725,-2.766],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.749,1.465],[-3.972,0],[-1.172,-2.571],[0,-3.157],[0,0],[0,0],[0,0],[-0.749,1.693],[-3.841,0],[-1.237,-2.473],[0,-2.018],[0,0],[0,0],[0,0],[0.325,1.791],[1.497,1.855],[2.278,0.912]],"o":[[-3.516,0],[-2.702,1.465],[-1.042,-2.604],[-2.507,-1.79],[-4.297,0],[-1.53,1.172],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-2.897],[1.367,-2.571],[3.418,0],[0.651,1.433],[0,0],[0,0],[0,0],[0,-2.376],[1.465,-3.19],[3.32,0],[0.651,1.302],[0,0],[0,0],[0,0],[0,-3.45],[-0.521,-2.702],[-1.855,-2.278],[-2.279,-0.911]],"v":[[65.967,-54.395],[56.396,-52.197],[49.609,-45.312],[45.02,-51.709],[35.156,-54.395],[24.658,-51.27],[19.775,-45.361],[19.775,-53.125],[6.25,-53.125],[6.25,0],[20.361,0],[20.361,-32.031],[21.484,-38.574],[29.492,-42.432],[36.377,-38.574],[37.354,-31.689],[37.354,0],[51.367,0],[51.367,-31.689],[52.49,-37.793],[60.449,-42.578],[67.285,-38.867],[68.262,-33.887],[68.262,0],[82.52,0],[82.617,-33.545],[82.129,-41.406],[79.102,-48.242],[72.9,-53.027]],"c":true},"ix":2},"nm":"m","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"m","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"},{"ch":"/","size":30,"style":"Bold","w":27.78,"data":{"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":[[-5.493,0],[5.983,0],[34.001,-74.17],[22.422,-74.17]],"c":true},"ix":2},"nm":"/","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"/","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"},{"ch":"a","size":30,"style":"Bold","w":55.62,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[2.562,-1.758],[3.041,0],[1.338,1.058],[0,2.377],[-2.192,1.27],[-2.969,0.521],[0,0],[-0.908,0.342],[-0.891,0.554]],"o":[[-0.099,4.655],[-2.562,1.758],[-1.917,0],[-1.339,-1.057],[0,-2.669],[1.295,-0.748],[0,0],[1.584,-0.293],[0.907,-0.342],[0,0]],"v":[[36.083,-20.703],[32.092,-11.084],[23.689,-8.447],[18.805,-10.034],[16.797,-15.186],[20.084,-21.094],[26.481,-22.998],[29.649,-23.584],[33.385,-24.536],[36.083,-25.879]],"c":true},"ix":2},"nm":"a","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[2.788,-1.595],[0,-6.543],[-3.16,-2.75],[-4.846,0],[-3.012,1.725],[-1.932,2.084],[-0.163,-0.944],[-0.423,-1.074],[0,0],[0,0],[0.455,0.652],[0.098,1.823],[0,1.693],[0,0],[4.544,2.312],[5.852,0],[3.694,-4.688],[0.294,-4.655],[0,0],[-0.99,1.205],[-3.333,0],[-1.534,-0.83],[0,-2.18],[2,-0.846],[2.59,-0.325]],"o":[[-5.411,0.684],[-5.083,2.93],[0,5.046],[3.159,2.75],[3.798,0],[2.521,-1.465],[0.098,1.205],[0.163,0.945],[0,0],[0,0],[-0.912,-0.423],[-0.456,-0.651],[-0.066,-2.409],[0,0],[0,-6.413],[-4.545,-2.311],[-8.991,0],[-2.322,2.995],[0,0],[0.33,-2.051],[1.385,-1.627],[2.969,0],[1.534,0.83],[0,1.791],[-1.115,0.488],[0,0]],"v":[[22.803,-31.787],[10.505,-28.369],[2.881,-14.16],[7.62,-2.466],[19.628,1.66],[29.844,-0.928],[36.523,-6.25],[36.914,-3.027],[37.793,0],[52.93,0],[52.93,-2.051],[50.879,-3.662],[50.049,-7.373],[49.951,-13.525],[49.951,-37.939],[43.135,-51.025],[27.541,-54.492],[8.513,-47.461],[4.59,-35.986],[18.018,-35.986],[19.997,-40.869],[27.075,-43.311],[33.831,-42.065],[36.133,-37.549],[33.132,-33.594],[27.574,-32.373]],"c":true},"ix":2},"nm":"a","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"a","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"},{"ch":"n","size":30,"style":"Bold","w":61.08,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.478,0],[2.852,-2.148],[1.782,-2.734],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.905,2.116],[-4.686,0],[-1.358,-2.734],[0,-2.799],[0,0],[0,0],[0,0],[3.484,2.881]],"o":[[-4.376,0],[-1.588,1.205],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-3.288],[1.745,-4.004],[3.812,0],[0.743,1.498],[0,0],[0,0],[0,0],[0,-6.673],[-3.485,-2.881]],"v":[[35.968,-54.492],[25.125,-51.27],[20.068,-45.361],[20.068,-53.125],[6.592,-53.125],[6.592,0],[20.508,0],[20.508,-28.809],[21.865,-36.914],[31.511,-42.92],[39.266,-38.818],[40.381,-32.373],[40.381,0],[54.639,0],[54.639,-35.84],[49.412,-50.171]],"c":true},"ix":2},"nm":"n","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"n","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"},{"ch":"g","size":30,"style":"Bold","w":61.08,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.241,0],[1.88,4.492],[0,3.093],[-0.973,2.441],[-4.863,0],[-2.123,-2.637],[0,-5.045],[2.237,-2.457]],"o":[[-4.863,0],[-1.038,-2.409],[0,-3.58],[1.848,-4.59],[3.565,0],[2.123,2.637],[0,5.371],[-2.237,2.458]],"v":[[29.346,-11.426],[19.231,-18.164],[17.676,-26.416],[19.135,-35.449],[29.2,-42.334],[37.733,-38.379],[40.918,-26.855],[37.563,-15.112]],"c":true},"ix":2},"nm":"g","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[2.666,0],[3.934,-5.387],[0,-7.91],[-4.086,-4.801],[-6.836,0],[-2.767,2.116],[-1.335,2.279],[0,0],[1.106,-2.148],[5.013,0],[1.497,1.27],[0.391,1.627],[0,0],[-4.297,-2.67],[-6.804,0],[-3.972,5.989],[0,6.868],[0,0],[0,0],[0,0],[3.381,1.4]],"o":[[-7.217,0],[-3.934,5.388],[0,8.203],[4.085,4.802],[4.427,0],[1.53,-1.139],[0,0],[0,5.078],[-1.693,3.352],[-3.548,0],[-0.879,-0.716],[0,0],[0.455,5.305],[4.297,2.669],[11.263,0],[2.311,-3.484],[0,0],[0,0],[0,0],[-2.081,-3.743],[-1.984,-0.813]],"v":[[25.85,-54.492],[9.123,-46.411],[3.223,-26.465],[9.351,-6.958],[25.732,0.244],[36.523,-2.93],[40.82,-8.057],[40.82,-4.639],[39.16,6.201],[29.102,11.23],[21.533,9.326],[19.629,5.811],[4.492,5.811],[11.621,17.773],[28.271,21.777],[51.123,12.793],[54.59,-2.734],[54.59,-53.223],[41.016,-53.223],[41.016,-45.557],[32.823,-53.271]],"c":true},"ix":2},"nm":"g","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"g","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"},{"ch":"s","size":30,"style":"Bold","w":55.62,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-3.996,-3.532],[-8.383,0],[-3.931,3.336],[0,5.273],[2.734,2.67],[5.544,1.302],[1.37,0.749],[0,1.595],[-1.289,0.945],[-3.036,0],[-1.535,-1.888],[-0.196,-1.79],[0,0],[4.192,2.654],[6.654,0],[3.866,-3.532],[0,-4.915],[-2.474,-2.213],[-6.048,-1.497],[-1.305,-0.813],[0,-1.562],[1.619,-0.813],[2.747,0],[1.733,1.855],[0.294,2.474]],"o":[[0,5.469],[3.996,3.532],[8.219,0],[3.931,-3.336],[0,-4.004],[-2.767,-2.637],[-8.316,-1.823],[-1.372,-0.716],[0,-1.27],[1.289,-0.944],[3.688,0],[0.816,1.042],[0,0],[-0.62,-6.51],[-4.192,-2.653],[-7.014,0],[-3.866,3.532],[0,4.167],[2.473,2.246],[8.401,1.986],[1.304,0.814],[0,1.628],[-1.619,0.814],[-4.678,0],[-0.981,-1.041],[0,0]],"v":[[3.174,-16.992],[9.167,-3.491],[27.735,1.807],[45.959,-3.198],[51.855,-16.113],[47.754,-26.123],[35.287,-32.031],[20.758,-35.889],[18.701,-39.355],[20.635,-42.676],[27.122,-44.092],[34.957,-41.26],[36.475,-37.012],[50.391,-37.012],[43.172,-50.757],[26.903,-54.736],[10.583,-49.438],[4.785,-36.768],[8.496,-27.197],[21.278,-21.582],[35.837,-17.383],[37.793,-13.818],[35.365,-10.156],[28.815,-8.936],[19.199,-11.719],[17.285,-16.992]],"c":true},"ix":2},"nm":"s","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"s","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"},{"ch":"t","size":30,"style":"Bold","w":33.3,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-1.562,-1.595],[-6.576,0.227],[0,0],[0,0],[0.471,-0.016],[0.423,0],[0.553,0.537],[0,2.181],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,3.32],[2.409,2.507],[0,0],[0,0],[-0.456,0.033],[-0.472,0.017],[-2.832,0],[-0.554,-0.537],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[8.447,-42.822],[8.447,-10.059],[10.791,-2.686],[24.268,0.732],[30.859,0.488],[30.859,-9.912],[29.468,-9.839],[28.125,-9.814],[23.047,-10.62],[22.217,-14.697],[22.217,-42.822],[30.859,-42.822],[30.859,-52.734],[22.217,-52.734],[22.217,-67.578],[8.447,-67.578],[8.447,-52.734],[1.025,-52.734],[1.025,-42.822]],"c":true},"ix":2},"nm":"t","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"t","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Helvetica"}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/curly_hair_character_loop.json b/ohos/flutter_lottie/assets/lottiefiles/curly_hair_character_loop.json new file mode 100644 index 0000000000000000000000000000000000000000..0f3248a46bf9d37ada0a8ea1661519c986b4ac4c --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/curly_hair_character_loop.json @@ -0,0 +1 @@ +{"v":"4.6.6","fr":24,"ip":0,"op":48,"w":500,"h":500,"nm":"Icon 6","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"matte","td":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[250,250,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"rc","d":1,"s":{"a":0,"k":[500,500]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.3200615,0.5869402,0.6745098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":49,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Top Hair","parent":8,"tt":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[0,0,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.4,"y":1},"o":{"x":0.6,"y":0},"n":"0p4_1_0p6_0","t":-18,"s":[{"i":[[42,-18],[-42,-14],[-5.43,55.628],[-7.035,58.699],[-27.791,45.423],[-51.155,-16.827],[2,50],[122,4]],"o":[[-42,18],[42,14],[69.263,16.989],[59.453,14.344],[-4.894,70.637],[76.104,25.034],[-3.936,-98.41],[-122,-4]],"v":[[-262,-324],[-296.897,58.858],[-198.899,-4.212],[-87.793,-109.179],[49,-154],[142.098,5.578],[283,-34],[160,-396]],"c":true}],"e":[{"i":[[42,-18],[-42,-14],[-10,52],[-13,49],[-30,38],[-48.31,-23.794],[2,50],[122,4]],"o":[[-42,18],[42,14],[72,14],[64,9],[-12,64],[67,33],[-3.936,-98.41],[-122,-4]],"v":[[-262,-324],[-301,56],[-205,-7],[-93,-115],[49,-154],[130,3],[283,-34],[160,-396]],"c":true}]},{"i":{"x":0.4,"y":1},"o":{"x":0.6,"y":0},"n":"0p4_1_0p6_0","t":6,"s":[{"i":[[42,-18],[-42,-14],[-10,52],[-13,49],[-30,38],[-48.31,-23.794],[2,50],[122,4]],"o":[[-42,18],[42,14],[72,14],[64,9],[-12,64],[67,33],[-3.936,-98.41],[-122,-4]],"v":[[-262,-324],[-301,56],[-205,-7],[-93,-115],[49,-154],[130,3],[283,-34],[160,-396]],"c":true}],"e":[{"i":[[42,-18],[-42,-14],[-5.43,55.628],[-7.035,58.699],[-27.791,45.423],[-51.155,-16.827],[2,50],[122,4]],"o":[[-42,18],[42,14],[69.263,16.989],[59.453,14.344],[-4.894,70.637],[76.104,25.034],[-3.936,-98.41],[-122,-4]],"v":[[-262,-324],[-296.897,58.858],[-198.899,-4.212],[-87.793,-109.179],[49,-154],[142.098,5.578],[283,-34],[160,-396]],"c":true}]},{"i":{"x":0.4,"y":1},"o":{"x":0.6,"y":0},"n":"0p4_1_0p6_0","t":30,"s":[{"i":[[42,-18],[-42,-14],[-5.43,55.628],[-7.035,58.699],[-27.791,45.423],[-51.155,-16.827],[2,50],[122,4]],"o":[[-42,18],[42,14],[69.263,16.989],[59.453,14.344],[-4.894,70.637],[76.104,25.034],[-3.936,-98.41],[-122,-4]],"v":[[-262,-324],[-296.897,58.858],[-198.899,-4.212],[-87.793,-109.179],[49,-154],[142.098,5.578],[283,-34],[160,-396]],"c":true}],"e":[{"i":[[42,-18],[-42,-14],[-10,52],[-13,49],[-30,38],[-48.31,-23.794],[2,50],[122,4]],"o":[[-42,18],[42,14],[72,14],[64,9],[-12,64],[67,33],[-3.936,-98.41],[-122,-4]],"v":[[-262,-324],[-301,56],[-205,-7],[-93,-115],[49,-154],[130,3],[283,-34],[160,-396]],"c":true}]},{"t":54}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.2823529,0.2371374,0.1838062,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Top Hair","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":49,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"matte 2","td":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[250,250,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"rc","d":1,"s":{"a":0,"k":[500,500]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.3200615,0.5869402,0.6745098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":49,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"glasses","parent":8,"tt":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[0,0,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[66,96]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":41},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.827451,0.6908233,0.6327567,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-238.582,62.335],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":4,"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":"ear","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[150,40]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"st","c":{"a":0,"k":[0.4823529,0.4823529,0.4823529,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":7},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.8064129,0.8742862,0.9058824,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-100,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":"Rectangle 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[126,40]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"st","c":{"a":0,"k":[0.4823529,0.4823529,0.4823529,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":7},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.8064129,0.8742862,0.9058824,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[84,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":"Rectangle 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-14.582,13.915],[-11.442,-15.102]],"o":[[10.423,-9.946],[7.621,10.059]],"v":[[-26.815,39.89],[24.258,42.442]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.4823529,0.4823529,0.4823529,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":7},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,-34],"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,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.044,-0.498],[34.762,-42.495]],"o":[[-59.09,-26.645],[-36.626,44.775]],"v":[[-175.275,0.931],[-286.744,-41.632]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.4823529,0.4823529,0.4823529,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":3,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":0,"k":[28,81],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":4,"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":"Glasses","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":49,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"face matte","parent":8,"td":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[0,0,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[408.472,566]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":265},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.9176471,0.7764706,0.7176471,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Face","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":0,"k":[-36,13],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":6,"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":"Face 1","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":49,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"L Eye","parent":8,"tt":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[0,0,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[130.217,20]},"p":{"a":1,"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.6,"y":0},"n":"0p833_1_0p6_0","t":-26,"s":[210,-55],"e":[210,-62],"to":[0,-1.16666662693024],"ti":[0,0]},{"i":{"x":0.4,"y":1},"o":{"x":0.6,"y":0},"n":"0p4_1_0p6_0","t":-2,"s":[210,-62],"e":[210,-55],"to":[0,0],"ti":[0,0]},{"i":{"x":0.4,"y":1},"o":{"x":0.6,"y":0},"n":"0p4_1_0p6_0","t":22,"s":[210,-55],"e":[210,-62],"to":[0,0],"ti":[0,0]},{"i":{"x":0.4,"y":1},"o":{"x":0.167,"y":0},"n":"0p4_1_0p167_0","t":46,"s":[210,-62],"e":[210,-55],"to":[0,0],"ti":[0,-1.16666662693024]},{"t":70}]},"r":{"a":0,"k":20},"nm":"Rectangle Path 2","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.827451,0.7129249,0.6652057,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-41.497,18.941],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":-2,"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":"L Eyebrow","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[130.217,71.782]},"p":{"a":0,"k":[210,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 2","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.8745098,0.7176471,0.6509804,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p4_1_0p6_0"],"t":-6,"s":[40],"e":[45]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p4_1_0p6_0"],"t":18,"s":[45],"e":[40]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p4_1_0p6_0"],"t":42,"s":[40],"e":[45]},{"t":66}],"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":-6,"s":[214],"e":[204]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":18,"s":[204],"e":[214]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":42,"s":[214],"e":[204]},{"t":66}],"ix":3},"m":1,"ix":3,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"tr","p":{"a":0,"k":[-41.497,18.941],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":-2,"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":"L Eye 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[40,40]},"p":{"a":0,"k":[210,0]},"r":{"a":0,"k":123},"nm":"Rectangle Path 2","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.3604152,0.7187787,0.7411765,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-41.497,18.941],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":-2,"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":"L Eye 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[130.217,71.782]},"p":{"a":0,"k":[210,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 2","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.9490196,0.9838062,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-41.497,18.941],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":-2,"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":"L Eye","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":0,"k":[-36,13],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":6,"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":"Face 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":49,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"matte","td":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[250,250,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"rc","d":1,"s":{"a":0,"k":[500,500]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.3200615,0.5869402,0.6745098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":49,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Face","tt":1,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.3],"y":[1]},"o":{"x":[0.5],"y":[0]},"n":["0p3_1_0p5_0"],"t":0,"s":[0],"e":[3]},{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.7],"y":[0]},"n":["0p5_1_0p7_0"],"t":24,"s":[3],"e":[0]},{"t":48}]},"p":{"a":0,"k":[204,508,0]},"a":{"a":0,"k":[-46,258,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[166,14]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":91},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.7372549,0.5764706,0.5490196,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"rc","d":1,"s":{"a":0,"k":[102,14]},"p":{"a":0,"k":[0,13]},"r":{"a":0,"k":91},"nm":"Rectangle Path 2","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.8,0.6552941,0.6305882,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[11,174],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":4,"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":"Mouth","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[130.217,20]},"p":{"a":1,"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.6,"y":0},"n":"0p833_1_0p6_0","t":-26,"s":[0,-55],"e":[0,-62],"to":[0,-1.16666662693024],"ti":[0,0]},{"i":{"x":0.4,"y":1},"o":{"x":0.6,"y":0},"n":"0p4_1_0p6_0","t":-2,"s":[0,-62],"e":[0,-55],"to":[0,0],"ti":[0,0]},{"i":{"x":0.4,"y":1},"o":{"x":0.6,"y":0},"n":"0p4_1_0p6_0","t":22,"s":[0,-55],"e":[0,-62],"to":[0,0],"ti":[0,0]},{"i":{"x":0.4,"y":1},"o":{"x":0.167,"y":0},"n":"0p4_1_0p167_0","t":46,"s":[0,-62],"e":[0,-55],"to":[0,0],"ti":[0,-1.16666662693024]},{"t":70}]},"r":{"a":0,"k":20},"nm":"Rectangle Path 2","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.827451,0.7137255,0.6666667,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-41.497,18.941],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":-2,"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 Eyebrow","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[130.217,71.782]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 2","mn":"ADBE Vector Shape - Rect"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p4_1_0p6_0"],"t":-6,"s":[40],"e":[45]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p4_1_0p6_0"],"t":18,"s":[45],"e":[40]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p4_1_0p6_0"],"t":42,"s":[40],"e":[45]},{"t":66}],"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":-6,"s":[214],"e":[204]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":18,"s":[204],"e":[214]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":42,"s":[214],"e":[204]},{"t":66}],"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"fl","c":{"a":0,"k":[0.8745098,0.7171586,0.6515955,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-41.497,18.941],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":-2,"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 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[40,40]},"p":{"a":0,"k":[20,0]},"r":{"a":0,"k":87},"nm":"Rectangle Path 2","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.3607843,0.7176471,0.7411765,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-41.497,18.941],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":-2,"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":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[130.217,71.782]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 2","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.9490196,0.9838062,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-41.497,18.941],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":-2,"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","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[67.105,-12.081],[69.782,104.277]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.7372549,0.5758582,0.5493272,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":44},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Nose","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[408.472,566]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":265},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.9176471,0.7764706,0.7176471,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Face","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":0,"k":[-36,13],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":6,"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":"Face 1","np":6,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[42,-18],[-14,-66],[-42,-14],[22.728,-29.042],[-42,30],[-66.259,-31.902],[8,26],[22,96],[44,62],[122,4]],"o":[[-42,18],[14,66],[42,14],[-18,23],[42,-30],[54,26],[53,-2],[-22,-96],[-44,-62],[-122,-4]],"v":[[-166,-400],[-376,-256],[-356,-16],[-290,124],[-214,186],[88,235],[185,169],[311,44],[336,-208],[160,-396]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.227451,0.1897996,0.1453902,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Back Hair","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group"}],"ip":0,"op":49,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"square","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[250,250,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"rc","d":1,"s":{"a":0,"k":[500,500]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.3200615,0.5869402,0.6745098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":49,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[250,250,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"rc","d":1,"s":{"a":0,"k":[1000,1000]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.8235294,0.9564013,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":49,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/cycle_animation.json b/ohos/flutter_lottie/assets/lottiefiles/cycle_animation.json new file mode 100644 index 0000000000000000000000000000000000000000..41eb67f772fcd4a29cb2677ae14a6adf7295f2a1 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/cycle_animation.json @@ -0,0 +1 @@ +{"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"rwrist","parent":3,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[11]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[11],"e":[14]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[14],"e":[11]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":59,"s":[11],"e":[2]},{"t":79.999993075758}]},"p":{"k":[162.667,47.683,0]},"a":{"k":[6.25,5,0]},"s":{"k":[286.667,286.667,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-3.617],[0,0],[0,0],[-2.477,-0.327],[0,0],[-0.583,1.955],[0.679,-0.135],[0.896,-0.016],[0,0]],"o":[[0,3.617],[0,0],[0,0],[2.477,0.328],[0,0],[0.583,-1.955],[-0.68,0.136],[-0.896,0.016],[0,0]],"v":[[-24.211,-2.03],[-18.297,1.317],[11.586,0.755],[14.965,5.014],[19.744,5.045],[23.627,3.693],[19.985,-4.633],[11.403,-4.871],[-18.297,-5.617]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":1,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.99,0.8,0.68,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[26.272,7.347],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":81.999992902652,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"rhand ","parent":3,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[164.817,-72,0]},"a":{"k":[11,11.75,0]},"s":{"k":[286.667,286.667,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-3.255,0.177],[9.144,0],[0,0]],"o":[[0.425,-5.656],[-9.144,0],[0,0]],"v":[[6.429,-5.417],[-0.866,-25.5],[-8.389,-5.417]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.19,0.19,0.19,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[11.5,30.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,-5.24],[-2.96,0],[0,3.958],[0,0]],"o":[[0,0],[0,5.24],[2.96,0],[0,-3.958],[0,0]],"v":[[-7.5,-9.5],[-5.975,18.877],[-1.047,25.968],[3.689,18.877],[5.406,-9.5]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.99,0.8,0.68,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[11.5,30.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":81.999992902652,"st":0,"bm":0,"sr":1},{"ddd":1,"ind":2,"ty":4,"nm":"Bag ","parent":3,"ks":{"o":{"k":100},"rx":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[-18]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[-18],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":36,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":52,"s":[0],"e":[-18]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":65,"s":[-18],"e":[0]},{"t":79.999993075758}]},"ry":{"k":0},"rz":{"k":15},"or":{"k":[0,0,0]},"p":{"k":[52.657,39.799,0]},"a":{"k":[20.609,7.443,0]},"s":{"k":[268.033,268.033,268.033]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0.192,0],[0,0],[-0.001,0.192],[0,0],[-0.192,-0.001],[0,0],[0,-0.193]],"o":[[0,0.192],[0,0],[-0.192,0],[0,0],[0,-0.192],[0,0],[0.192,0.001],[0,0]],"v":[[3.31,0.466],[2.962,0.813],[-2.963,0.804],[-3.31,0.456],[-3.309,-0.465],[-2.961,-0.812],[2.964,-0.803],[3.311,-0.455]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":1,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.43,0.28,0.02,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[5.273,4.134],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0.192,0],[0,0],[0,0.192],[0,0],[-0.192,0],[0,0],[0.001,-0.192]],"o":[[0,0.192],[0,0],[-0.192,0],[0,0],[0,-0.192],[0,0],[0.192,0],[0,0]],"v":[[3.445,0.661],[3.098,1.008],[-3.1,0.999],[-3.447,0.65],[-3.446,-0.661],[-3.098,-1.008],[3.1,-0.999],[3.447,-0.651]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":1,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.67,0.58,0.12,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[21.267,26.064],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0.384,0.001],[0,0],[-0.001,0.384],[0,0],[-0.384,0],[0,0],[0,-0.384]],"o":[[-0.001,0.384],[0,0],[-0.384,0],[0,0],[0.001,-0.384],[0,0],[0.384,0.001],[0,0]],"v":[[4.603,1.421],[3.907,2.115],[-3.912,2.103],[-4.606,1.407],[-4.603,-1.421],[-3.908,-2.116],[3.912,-2.104],[4.607,-1.407]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":1,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.82,0.71,0.18,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[21.267,26.056],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[1.151,0.002],[0,0],[-0.002,1.152],[0,0],[-1.151,-0.001],[0,0],[0.002,-1.152]],"o":[[-0.002,1.152],[0,0],[-1.151,-0.001],[0,0],[0.001,-1.152],[0,0],[1.151,0.002],[0,0]],"v":[[17.326,8.218],[15.239,10.3],[-15.263,10.254],[-17.345,8.165],[-17.326,-8.217],[-15.239,-10.3],[15.263,-10.254],[17.345,-8.165]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":1,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.67,0.44,0.06,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[21.279,16.087],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0.384,0],[0,0],[-0.001,0.384],[0,0],[-0.384,-0.001],[0,0],[0,-0.384]],"o":[[-0.001,0.384],[0,0],[-0.384,-0.001],[0,0],[0,-0.384],[0,0],[0.384,0.001],[0,0]],"v":[[18.574,11.898],[17.879,12.593],[-17.908,12.538],[-18.602,11.842],[-18.574,-11.898],[-17.878,-12.592],[17.908,-12.538],[18.602,-11.842]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":1,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.6,0.38,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[21.274,20.218],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[2.572,-2.851],[-2.565,-2.859],[-2.572,2.851],[2.566,2.859]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":1,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.51,0.32,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[37.308,7.016],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[2.572,-2.851],[-2.565,-2.859],[-2.572,2.851],[2.566,2.859]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":1,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.51,0.32,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[5.27,6.968],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":81.999992902652,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":3,"nm":"body","ks":{"o":{"k":0},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[-4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[-4],"e":[-7]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[-7],"e":[-4.5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":59,"s":[-4.5],"e":[0]},{"t":79.999993075758}]},"p":{"k":[297,237,0]},"a":{"k":[48,57,0]},"s":{"k":[69.767,69.767,100]}},"ao":0,"ip":0,"op":81.999992902652,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"chest","parent":3,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[38.683,57,0]},"a":{"k":[25.484,61.419,0]},"s":{"k":[266.6,266.6,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0.185,0.053],[0,0],[-0.053,0.184],[0,0],[-0.185,-0.053],[0,0],[0.053,-0.185]],"o":[[-0.053,0.184],[0,0],[-0.184,-0.053],[0,0],[0.053,-0.184],[0,0],[0.185,0.053],[0,0]],"v":[[11.375,22.971],[10.944,23.208],[5.252,21.566],[5.014,21.137],[5.268,20.252],[5.699,20.014],[11.392,21.656],[11.629,22.086]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.43,0.28,0.02,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[40,34],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0.185,0.053],[0,0],[-0.053,0.184],[0,0],[-0.184,-0.054],[0,0],[0.053,-0.185]],"o":[[-0.053,0.184],[0,0],[-0.184,-0.053],[0,0],[0.053,-0.184],[0,0],[0.185,0.053],[0,0]],"v":[[-20.626,15.971],[-21.056,16.208],[-26.749,14.566],[-26.986,14.137],[-26.731,13.252],[-26.301,13.014],[-20.608,14.655],[-20.371,15.086]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.43,0.28,0.02,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[40,34],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[10.517,22.424],[5.58,21],[4,26.487],[8.937,27.91]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.51,0.32,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[40,34],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-21.483,15.424],[-26.42,14],[-28,19.487],[-23.063,20.91]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.51,0.32,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[40,34],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-4.953,9.665],[0,0],[0,0],[8.599,-10.328]],"o":[[0,0],[2.015,-2.563],[0,0],[0,0],[0,0]],"v":[[6,21.211],[17.004,6.078],[20.512,2.135],[23.003,0],[11.207,22.897]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.6,0.38,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[40,34],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[9.566,-32.008],[0,0],[0,0],[0,0]],"o":[[0,0],[12.045,-35.249],[3.622,-0.824],[-22.095,1.378]],"v":[[-26,14.584],[-21.442,15.937],[22.342,-26.587],[29.099,-28]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.6,0.38,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[40,34],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[-0.488,-5.848],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[31,-28.553],[33.089,-29],[35.178,-17.586],[34.385,-16.143]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.19,0.19,0.19,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[40,34],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[15.666,0.157],[0,0],[-27.165,15.109],[-11.901,1.419],[3.901,-6.071],[15.747,-26.898]],"o":[[-5.661,-0.057],[0.133,-1.6],[8.451,-4.7],[0,0],[-3.9,6.072],[0,0]],"v":[[-25.84,28.15],[-35,23.869],[1.53,-18.983],[33.09,-29],[33.09,-7.606],[5.797,22.423]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.14,0.14,0.14,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[40,34],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":81.999992902652,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Head ","parent":3,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[6]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[6],"e":[13]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[13],"e":[6]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":59,"s":[6],"e":[0]},{"t":79.999993075758}]},"p":{"k":[162.771,-77.156,0]},"a":{"k":[-0.464,39.201,0]},"s":{"k":[286.667,286.667,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.663,2.582],[-3.275,-0.55],[0.261,-0.736]],"o":[[0,0],[0,0],[0,0]],"v":[[5,11],[9.924,12.63],[9.375,14.332]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[23,24],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.326],[0.326,0],[0,0],[0,0.326],[-0.326,0],[0,0]],"o":[[0,0.326],[0,0],[-0.326,0],[0,-0.326],[0,0],[0.326,0]],"v":[[10.24,-2.409],[9.649,-1.818],[5.591,-1.818],[5,-2.409],[5.591,-3],[9.649,-3]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.39,0.15,0.02,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[23,24],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.268],[0.268,0],[0,0.268],[-0.267,0]],"o":[[0,0.268],[-0.267,0],[0,-0.268],[0.268,0]],"v":[[7.969,0.485],[7.485,0.97],[7,0.485],[7.485,0]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[23,24],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.775],[0.775,0],[0,0.775],[-0.774,0]],"o":[[0,0.775],[-0.774,0],[0,-0.775],[0.775,0]],"v":[[8.804,1.403],[7.401,2.807],[6,1.403],[7.401,0]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.11,0.11,0.1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[23,24],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.843,-1.827],[1.498,-0.692],[0.843,1.827],[-1.498,0.691]],"o":[[0.843,1.827],[-1.498,0.692],[-0.843,-1.827],[1.497,-0.692]],"v":[[-6.176,-1.714],[-7.362,2.847],[-11.599,0.791],[-10.414,-3.77]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.99,0.8,0.68,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[23,24],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-1.677,2.172],[-0.099,4.048],[-1.605,0.208],[5.498,4.048],[0.439,-2.468],[6.315,2.567],[-0.198,-3.036],[6.018,0],[-0.888,-1.481],[9.965,-3.159],[-0.62,-2.369],[1.875,-0.395],[-1.085,1.678],[0,0],[-0.296,-0.395],[0,0]],"o":[[0,0],[1.677,-2.172],[0.099,-4.048],[1.605,-0.208],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-9.965,3.159],[0.621,2.37],[0,0],[1.085,-1.678],[0,0],[0.296,0.395],[0,0]],"v":[[-2.051,6.304],[-1.755,-0.564],[3.376,-7.573],[13.413,-6.575],[13.413,-18.532],[14.273,-14.089],[8.21,-21],[9.986,-16.138],[1.501,-21],[4.56,-18.532],[-9.747,-17.841],[-14.314,-0.07],[-15.666,5.589],[-11.187,6.312],[-9.253,1.016],[-5.998,0.917],[-5.898,6.304]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.39,0.15,0.02,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[23,24],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-2.524,-1.428],[-0.549,0.659],[-0.549,3.405],[-0.439,-0.11],[0.658,3.734],[1.756,3.844],[6.109,-6.699]],"o":[[0,0],[2.524,1.428],[0.549,-0.659],[0,0],[0,0],[0,0],[-1.756,-3.844],[-6.109,6.7]],"v":[[-10.889,10.683],[-4.743,16.394],[6.233,20.018],[10.075,9.585],[13.587,10.353],[12.38,-0.52],[11.831,-10.295],[-12.683,-12.821]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.99,0.8,0.68,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[23,24],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-10.795,6],[-26,11.223],[-22.597,21.658],[-5.457,13.551]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.99,0.8,0.68,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[23,24],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":81.999992902652,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":3,"nm":"frontLeg","ks":{"o":{"k":0},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[13]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[13],"e":[57]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[57],"e":[36]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":59,"s":[36],"e":[7]},{"t":79.999993075758}]},"p":{"k":[308.5,240,0]},"a":{"k":[49,52,0]},"s":{"k":[32.292,32.292,100]}},"ao":0,"ip":0,"op":81.999992902652,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":3,"nm":"frontKnee","parent":6,"ks":{"o":{"k":0},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[-35]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[-35],"e":[-97]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[-97],"e":[-34]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":59,"s":[-34],"e":[1]},{"t":79.999993075758}]},"p":{"k":[306.702,176.759,0]},"a":{"k":[52.5,50,0]},"s":{"k":[123.871,123.871,100]}},"ao":0,"ip":0,"op":81.999992902652,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"frontPedal","parent":9,"ks":{"o":{"k":100},"r":{"k":-1},"p":{"k":[11.89,14.514,0]},"a":{"k":[-23.125,166.375,0]},"s":{"k":[62.195,50,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"k":[31,8]},"p":{"k":[0,0]},"r":{"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"st","fillEnabled":true,"c":{"k":[0.17,0.41,0.69,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.13,0.13,0.13,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[-23.25,166.25],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":81.999992902652,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"R Shoe ","parent":7,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[-4],"e":[6.6]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9,"s":[6.6],"e":[24]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[24],"e":[35]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[35],"e":[40]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[40],"e":[16.947]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":50,"s":[16.947],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":59,"s":[0],"e":[-12.714]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":70,"s":[-12.714],"e":[-9]},{"t":79.999993075758}]},"p":{"k":[-90.571,211.61,0]},"a":{"k":[8,6.375,0]},"s":{"k":[500,500,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.827,-0.558],[13.827,-0.558],[13.827,0.558],[-13.827,0.558]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.72,0.51,0.37,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[16.327,11.958],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[1.455,0.998],[1.455,0.249],[3.014,0],[0.856,0.771],[-1.394,-2.695]],"o":[[0,0],[-1.454,-0.998],[-1.455,-0.249],[-3.014,0],[-0.831,-0.748],[0,0]],"v":[[13.691,4.404],[12.115,-0.298],[-1.224,-4.074],[-8.393,-1.955],[-12.861,-4.947],[-13.963,4.404]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.37,0.18,0.06,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[16.5,7],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":81.999992902652,"st":0,"bm":0,"sr":1},{"ddd":1,"ind":10,"ty":4,"nm":"front_leg_2 ","parent":7,"ks":{"o":{"k":100},"rx":{"k":0},"ry":{"k":0},"rz":{"k":44},"or":{"k":[0,0,0]},"p":{"k":[82.5,30,0]},"a":{"k":[9.75,4.75,0]},"s":{"k":[500,500,500]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[6.467,-0.11],[0,0]],"o":[[0,0],[0,0],[0,0],[-6.467,0.11],[0,0]],"v":[[-5.487,16.058],[5.883,16.058],[5.883,-20.744],[0.402,-27.499],[-5.487,-20.744]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.07,0.39,0.6,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[9.5,29.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-5.25,-3.5],[5.25,-3.5],[5.25,3.5],[-5.25,3.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.62,0.59,0.56,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[9.75,51.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-4.75,-3.5],[4.75,-3.5],[4.75,3.5],[-4.75,3.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.99,0.8,0.68,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[9.75,46.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":81.999992902652,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"front_leg_1 ","parent":6,"ks":{"o":{"k":100},"r":{"k":-70},"p":{"k":[41.258,52,0]},"a":{"k":[11.634,1,0]},"s":{"k":[646.679,646.679,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[-2.746,0],[0,0],[-0.271,2.764],[0,0],[10.803,-0.278]],"o":[[0,0],[0.316,2.741],[0,0],[2.758,0],[0,0],[0,0],[-9.898,0.255]],"v":[[-10.5,-20.529],[-5.904,19.283],[-0.337,24.246],[0.154,24.246],[5.637,19.262],[9.541,-20.529],[-0.113,-23.985]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.07,0.39,0.6,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[11.5,26],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":81.999992902652,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":3,"nm":"stick","ks":{"o":{"k":0},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[90]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[90],"e":[180]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[180],"e":[270]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":59,"s":[270],"e":[360]},{"t":79.999993075758}]},"p":{"k":[332,398,0]},"a":{"k":[49,52,0]},"s":{"k":[33.333,33.333,100]}},"ao":0,"ip":0,"op":81.999992902652,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"Rim Inner","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[90]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[90],"e":[180]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[180],"e":[270]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":59,"s":[270],"e":[360]},{"t":79.999993075758}]},"p":{"k":[240.875,389.875,0]},"a":{"k":[9.5,9.5,0]},"s":{"k":[193.421,193.421,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.015,0],[0.024,0.38],[-0.382,0.026],[-0.133,0],[0,-0.397],[0.382,0],[0.01,0],[0.101,-0.007]],"o":[[-0.362,0],[-0.025,-0.395],[0.13,-0.008],[0.382,0],[0,0.396],[-0.01,0],[-0.074,0],[-0.015,0.001]],"v":[[-0.188,-5.054],[-0.879,-5.726],[-0.232,-6.487],[0.163,-6.5],[0.867,-5.783],[0.186,-5.065],[0.134,-5.066],[-0.143,-5.056]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[0.227,0],[0.117,0.079],[0.089,0.051],[-0.187,0.346],[-0.334,-0.194],[-0.11,-0.074],[0.208,-0.332]],"o":[[-0.13,0],[-0.085,-0.057],[-0.334,-0.193],[0.186,-0.346],[0.115,0.067],[0.321,0.216],[-0.133,0.211]],"v":[[3.167,-4.146],[2.79,-4.262],[2.529,-4.425],[2.263,-5.401],[3.206,-5.677],[3.545,-5.465],[3.748,-4.472]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ks":{"k":{"i":[[0.143,0],[0.135,0.19],[-0.307,0.236],[-0.111,0.074],[-0.207,-0.333],[0.322,-0.214],[0.082,-0.063]],"o":[[-0.212,0],[-0.228,-0.318],[0.106,-0.082],[0.321,-0.214],[0.207,0.333],[-0.086,0.057],[-0.124,0.095]],"v":[[-3.111,-3.953],[-3.668,-4.243],[-3.524,-5.246],[-3.197,-5.48],[-2.24,-5.264],[-2.448,-4.273],[-2.699,-4.094]],"c":true}},"nm":"Path 4","mn":"ADBE Vector Shape - Group"},{"ind":3,"ty":"sh","ks":{"k":{"i":[[0.095,0],[0.116,0.265],[0.048,0.094],[-0.338,0.186],[-0.179,-0.349],[-0.054,-0.125],[0.349,-0.163]],"o":[[-0.264,0],[-0.042,-0.097],[-0.179,-0.35],[0.337,-0.186],[0.062,0.12],[0.157,0.36],[-0.093,0.043]],"v":[[5.197,-1.703],[4.566,-2.124],[4.43,-2.41],[4.717,-3.38],[5.654,-3.083],[5.828,-2.716],[5.482,-1.767]],"c":true}},"nm":"Path 5","mn":"ADBE Vector Shape - Group"},{"ind":4,"ty":"sh","ks":{"k":{"i":[[0.278,0],[0.082,0.032],[-0.137,0.37],[-0.054,0.123],[-0.348,-0.165],[0.159,-0.36],[0.037,-0.099]],"o":[[-0.083,0],[-0.357,-0.142],[0.047,-0.128],[0.158,-0.361],[0.348,0.165],[-0.042,0.096],[-0.106,0.285]],"v":[[-4.997,-1.391],[-5.246,-1.438],[-5.644,-2.365],[-5.492,-2.74],[-4.575,-3.095],[-4.232,-2.144],[-4.351,-1.851]],"c":true}},"nm":"Path 6","mn":"ADBE Vector Shape - Group"},{"ind":5,"ty":"sh","ks":{"k":{"i":[[0.338,0],[0.034,0.006],[-0.056,0.392],[-0.008,0.106],[-0.383,-0.033],[0.032,-0.395],[0.019,-0.134]],"o":[[-0.034,0],[-0.379,-0.057],[0.015,-0.104],[0.032,-0.394],[0.381,0.033],[-0.011,0.136],[-0.05,0.356]],"v":[[5.63,1.488],[5.529,1.48],[4.944,0.666],[4.979,0.35],[5.727,-0.304],[6.359,0.47],[6.314,0.875]],"c":true}},"nm":"Path 7","mn":"ADBE Vector Shape - Group"},{"ind":6,"ty":"sh","ks":{"k":{"i":[[0.047,0],[0.068,0.338],[0.019,0.136],[-0.378,0.056],[-0.055,-0.393],[-0.021,-0.103],[0.374,-0.08]],"o":[[-0.321,0],[-0.026,-0.134],[-0.054,-0.392],[0.375,-0.052],[0.014,0.105],[0.078,0.389],[-0.048,0.01]],"v":[[-5.248,1.82],[-5.925,1.25],[-5.993,0.847],[-5.405,0.035],[-4.621,0.645],[-4.569,0.957],[-5.106,1.805]],"c":true}},"nm":"Path 8","mn":"ADBE Vector Shape - Group"},{"ind":7,"ty":"sh","ks":{"k":{"i":[[0.193,0],[0.131,0.119],[-0.252,0.299],[-0.062,0.085],[-0.303,-0.24],[0.233,-0.314],[0.087,-0.103]],"o":[[-0.162,0],[-0.288,-0.261],[0.067,-0.08],[0.233,-0.314],[0.303,0.241],[-0.081,0.108],[-0.137,0.162]],"v":[[4.327,4.414],[3.873,4.237],[3.806,3.225],[4,2.979],[4.972,2.847],[5.1,3.853],[4.849,4.169]],"c":true}},"nm":"Path 9","mn":"ADBE Vector Shape - Group"},{"ind":8,"ty":"sh","ks":{"k":{"i":[[0.175,0],[0.135,0.143],[0.086,0.102],[-0.289,0.259],[-0.251,-0.299],[-0.072,-0.076],[0.273,-0.278]],"o":[[-0.179,0],[-0.092,-0.097],[-0.251,-0.3],[0.29,-0.26],[0.068,0.08],[0.267,0.283],[-0.135,0.136]],"v":[[-3.781,4.663],[-4.275,4.447],[-4.542,4.148],[-4.472,3.136],[-3.495,3.209],[-3.286,3.444],[-3.296,4.458]],"c":true}},"nm":"Path 10","mn":"ADBE Vector Shape - Group"},{"ind":9,"ty":"sh","ks":{"k":{"i":[[0.064,0],[0.088,0.313],[-0.367,0.111],[-0.095,0.035],[-0.13,-0.373],[0.359,-0.135],[0.126,-0.038]],"o":[[-0.301,0],[-0.107,-0.381],[0.099,-0.03],[0.359,-0.135],[0.13,0.373],[-0.123,0.046],[-0.065,0.019]],"v":[[1.707,6.151],[1.042,5.634],[1.513,4.745],[1.805,4.647],[2.692,5.077],[2.276,5.996],[1.901,6.122]],"c":true}},"nm":"Path 11","mn":"ADBE Vector Shape - Group"},{"ind":10,"ty":"sh","ks":{"k":{"i":[[0.315,0],[0.052,0.013],[0.125,0.038],[-0.108,0.38],[-0.368,-0.112],[-0.101,-0.024],[0.086,-0.386]],"o":[[-0.051,0],[-0.128,-0.03],[-0.367,-0.112],[0.108,-0.38],[0.098,0.031],[0.373,0.089],[-0.074,0.332]],"v":[[-1.065,6.236],[-1.221,6.217],[-1.6,6.115],[-2.07,5.224],[-1.209,4.738],[-0.911,4.819],[-0.391,5.679]],"c":true}},"nm":"Path 12","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.8,0.89,0.89,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[9.5,9.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":13,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[4.455,0],[0,-4.614],[-4.455,0],[0,4.614]],"o":[[-4.455,0],[0,4.614],[4.455,0],[0,-4.614]],"v":[[0.067,-8.5],[-8,-0.145],[0.067,8.209],[8.134,-0.145]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.17,0.17,0.17,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[9.5,9.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":81.999992902652,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"Rim Inner 2","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[90]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[90],"e":[180]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[180],"e":[270]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":59,"s":[270],"e":[360]},{"t":79.999993075758}]},"p":{"k":[473.375,389.875,0]},"a":{"k":[9.5,9.5,0]},"s":{"k":[193.421,193.421,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.015,0],[0.024,0.38],[-0.382,0.026],[-0.133,0],[0,-0.397],[0.382,0],[0.01,0],[0.101,-0.007]],"o":[[-0.362,0],[-0.025,-0.395],[0.13,-0.008],[0.382,0],[0,0.396],[-0.01,0],[-0.074,0],[-0.015,0.001]],"v":[[-0.188,-5.054],[-0.879,-5.726],[-0.232,-6.487],[0.163,-6.5],[0.867,-5.783],[0.186,-5.065],[0.134,-5.066],[-0.143,-5.056]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[0.227,0],[0.117,0.079],[0.089,0.051],[-0.187,0.346],[-0.334,-0.194],[-0.11,-0.074],[0.208,-0.332]],"o":[[-0.13,0],[-0.085,-0.057],[-0.334,-0.193],[0.186,-0.346],[0.115,0.067],[0.321,0.216],[-0.133,0.211]],"v":[[3.167,-4.146],[2.79,-4.262],[2.529,-4.425],[2.263,-5.401],[3.206,-5.677],[3.545,-5.465],[3.748,-4.472]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ks":{"k":{"i":[[0.143,0],[0.135,0.19],[-0.307,0.236],[-0.111,0.074],[-0.207,-0.333],[0.322,-0.214],[0.082,-0.063]],"o":[[-0.212,0],[-0.228,-0.318],[0.106,-0.082],[0.321,-0.214],[0.207,0.333],[-0.086,0.057],[-0.124,0.095]],"v":[[-3.111,-3.953],[-3.668,-4.243],[-3.524,-5.246],[-3.197,-5.48],[-2.24,-5.264],[-2.448,-4.273],[-2.699,-4.094]],"c":true}},"nm":"Path 4","mn":"ADBE Vector Shape - Group"},{"ind":3,"ty":"sh","ks":{"k":{"i":[[0.095,0],[0.116,0.265],[0.048,0.094],[-0.338,0.186],[-0.179,-0.349],[-0.054,-0.125],[0.349,-0.163]],"o":[[-0.264,0],[-0.042,-0.097],[-0.179,-0.35],[0.337,-0.186],[0.062,0.12],[0.157,0.36],[-0.093,0.043]],"v":[[5.197,-1.703],[4.566,-2.124],[4.43,-2.41],[4.717,-3.38],[5.654,-3.083],[5.828,-2.716],[5.482,-1.767]],"c":true}},"nm":"Path 5","mn":"ADBE Vector Shape - Group"},{"ind":4,"ty":"sh","ks":{"k":{"i":[[0.278,0],[0.082,0.032],[-0.137,0.37],[-0.054,0.123],[-0.348,-0.165],[0.159,-0.36],[0.037,-0.099]],"o":[[-0.083,0],[-0.357,-0.142],[0.047,-0.128],[0.158,-0.361],[0.348,0.165],[-0.042,0.096],[-0.106,0.285]],"v":[[-4.997,-1.391],[-5.246,-1.438],[-5.644,-2.365],[-5.492,-2.74],[-4.575,-3.095],[-4.232,-2.144],[-4.351,-1.851]],"c":true}},"nm":"Path 6","mn":"ADBE Vector Shape - Group"},{"ind":5,"ty":"sh","ks":{"k":{"i":[[0.338,0],[0.034,0.006],[-0.056,0.392],[-0.008,0.106],[-0.383,-0.033],[0.032,-0.395],[0.019,-0.134]],"o":[[-0.034,0],[-0.379,-0.057],[0.015,-0.104],[0.032,-0.394],[0.381,0.033],[-0.011,0.136],[-0.05,0.356]],"v":[[5.63,1.488],[5.529,1.48],[4.944,0.666],[4.979,0.35],[5.727,-0.304],[6.359,0.47],[6.314,0.875]],"c":true}},"nm":"Path 7","mn":"ADBE Vector Shape - Group"},{"ind":6,"ty":"sh","ks":{"k":{"i":[[0.047,0],[0.068,0.338],[0.019,0.136],[-0.378,0.056],[-0.055,-0.393],[-0.021,-0.103],[0.374,-0.08]],"o":[[-0.321,0],[-0.026,-0.134],[-0.054,-0.392],[0.375,-0.052],[0.014,0.105],[0.078,0.389],[-0.048,0.01]],"v":[[-5.248,1.82],[-5.925,1.25],[-5.993,0.847],[-5.405,0.035],[-4.621,0.645],[-4.569,0.957],[-5.106,1.805]],"c":true}},"nm":"Path 8","mn":"ADBE Vector Shape - Group"},{"ind":7,"ty":"sh","ks":{"k":{"i":[[0.193,0],[0.131,0.119],[-0.252,0.299],[-0.062,0.085],[-0.303,-0.24],[0.233,-0.314],[0.087,-0.103]],"o":[[-0.162,0],[-0.288,-0.261],[0.067,-0.08],[0.233,-0.314],[0.303,0.241],[-0.081,0.108],[-0.137,0.162]],"v":[[4.327,4.414],[3.873,4.237],[3.806,3.225],[4,2.979],[4.972,2.847],[5.1,3.853],[4.849,4.169]],"c":true}},"nm":"Path 9","mn":"ADBE Vector Shape - Group"},{"ind":8,"ty":"sh","ks":{"k":{"i":[[0.175,0],[0.135,0.143],[0.086,0.102],[-0.289,0.259],[-0.251,-0.299],[-0.072,-0.076],[0.273,-0.278]],"o":[[-0.179,0],[-0.092,-0.097],[-0.251,-0.3],[0.29,-0.26],[0.068,0.08],[0.267,0.283],[-0.135,0.136]],"v":[[-3.781,4.663],[-4.275,4.447],[-4.542,4.148],[-4.472,3.136],[-3.495,3.209],[-3.286,3.444],[-3.296,4.458]],"c":true}},"nm":"Path 10","mn":"ADBE Vector Shape - Group"},{"ind":9,"ty":"sh","ks":{"k":{"i":[[0.064,0],[0.088,0.313],[-0.367,0.111],[-0.095,0.035],[-0.13,-0.373],[0.359,-0.135],[0.126,-0.038]],"o":[[-0.301,0],[-0.107,-0.381],[0.099,-0.03],[0.359,-0.135],[0.13,0.373],[-0.123,0.046],[-0.065,0.019]],"v":[[1.707,6.151],[1.042,5.634],[1.513,4.745],[1.805,4.647],[2.692,5.077],[2.276,5.996],[1.901,6.122]],"c":true}},"nm":"Path 11","mn":"ADBE Vector Shape - Group"},{"ind":10,"ty":"sh","ks":{"k":{"i":[[0.315,0],[0.052,0.013],[0.125,0.038],[-0.108,0.38],[-0.368,-0.112],[-0.101,-0.024],[0.086,-0.386]],"o":[[-0.051,0],[-0.128,-0.03],[-0.367,-0.112],[0.108,-0.38],[0.098,0.031],[0.373,0.089],[-0.074,0.332]],"v":[[-1.065,6.236],[-1.221,6.217],[-1.6,6.115],[-2.07,5.224],[-1.209,4.738],[-0.911,4.819],[-0.391,5.679]],"c":true}},"nm":"Path 12","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.8,0.89,0.89,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[9.5,9.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":13,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[4.455,0],[0,-4.614],[-4.455,0],[0,4.614]],"o":[[-4.455,0],[0,4.614],[4.455,0],[0,-4.614]],"v":[[0.067,-8.5],[-8,-0.145],[0.067,8.209],[8.134,-0.145]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.17,0.17,0.17,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[9.5,9.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":81.999992902652,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"frontStick","parent":12,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[49.375,48.625,0]},"a":{"k":[-24.875,123.875,0]},"s":{"k":[300,243.563,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"k":[8,45.5]},"p":{"k":[0,0]},"r":{"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"st","fillEnabled":true,"c":{"k":[0.17,0.41,0.69,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.22,0.21,0.21,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[-25,123.75],"ix":2},"a":{"k":[-0.25,22.25],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":-0.85,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":81.999992902652,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"Chain","ks":{"o":{"k":100},"r":{"k":-4},"p":{"k":[285.75,395.75,0]},"a":{"k":[26,14,0]},"s":{"k":[180,180,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.327,0.042],[0.024,0.006],[0,0],[0.088,0.134],[0.165,0.04],[0,0],[0.088,0.133],[0.165,0.039],[0,0],[0.088,0.134],[0.166,0.039],[0,0],[0.088,0.133],[0.167,0.04],[0,0],[0.088,0.133],[0.166,0.041],[0,0],[0.088,0.132],[0.165,0.039],[0,0],[0.088,0.134],[0.167,0.039],[0,0],[0.088,0.133],[0.166,0.039],[0,0],[0.088,0.133],[0.166,0.04],[0,0],[0.089,0.133],[0.166,0.04],[0,0],[0.089,0.133],[0.166,0.04],[0,0],[0.089,0.133],[0.165,0.039],[0,0],[0.088,0.133],[0.166,0.04],[0,0],[0.088,0.133],[0.166,0.04],[0,0],[0.088,0.133],[0.165,0.039],[0,0],[0.088,0.133],[0.165,0.039],[0,0],[0.088,0.133],[0.167,0.041],[0,0],[0.088,0.134],[0.167,0.04],[0,0],[0.088,0.133],[0.167,0.04],[0,0],[0.088,0.133],[0.166,0.039],[0,0],[0.088,0.133],[0.165,0.039],[0,0],[0.089,0.133],[0.167,0.04],[0,0],[0.088,0.133],[0.165,0.04],[0,0],[0.089,0.133],[0.166,0.039],[0,0],[0.088,0.133],[0.165,0.038],[0,0],[-0.085,0.358],[-0.354,-0.084],[0,0],[-0.089,-0.134],[-0.165,-0.04],[0,0],[-0.089,-0.133],[-0.166,-0.04],[0,0],[-0.088,-0.134],[-0.166,-0.038],[0,0],[-0.088,-0.133],[-0.166,-0.038],[0,0],[-0.088,-0.133],[-0.165,-0.04],[0,0],[-0.088,-0.132],[-0.166,-0.04],[0,0],[-0.089,-0.133],[-0.164,-0.039],[0,0],[-0.088,-0.133],[-0.165,-0.039],[0,0],[-0.088,-0.133],[-0.165,-0.038],[0,0],[-0.088,-0.133],[-0.167,-0.04],[0,0],[-0.089,-0.133],[-0.166,-0.04],[0,0],[-0.089,-0.133],[-0.164,-0.039],[0,0],[-0.089,-0.133],[-0.165,-0.039],[0,0],[-0.089,-0.133],[-0.166,-0.04],[0,0],[-0.088,-0.133],[-0.166,-0.039],[0,0],[-0.088,-0.133],[-0.165,-0.039],[0,0],[-0.088,-0.133],[-0.165,-0.04],[0,0],[-0.088,-0.133],[-0.165,-0.04],[0,0],[-0.089,-0.133],[-0.166,-0.041],[0,0],[-0.088,-0.133],[-0.167,-0.04],[0,0],[-0.088,-0.133],[-0.166,-0.039],[0,0],[-0.088,-0.133],[-0.165,-0.038],[0,0],[-0.088,-0.133],[-0.167,-0.04],[0,0],[-0.088,-0.134],[-0.165,-0.04],[0,0],[-0.089,-0.133],[-0.166,-0.039],[0,0],[0.084,-0.358]],"o":[[-0.024,-0.003],[0,0],[-0.165,-0.041],[-0.138,0.078],[0,0],[-0.165,-0.04],[-0.138,0.078],[0,0],[-0.165,-0.04],[-0.139,0.078],[0,0],[-0.166,-0.04],[-0.138,0.077],[0,0],[-0.166,-0.041],[-0.138,0.078],[0,0],[-0.166,-0.041],[-0.139,0.077],[0,0],[-0.166,-0.04],[-0.138,0.078],[0,0],[-0.166,-0.04],[-0.138,0.078],[0,0],[-0.166,-0.04],[-0.139,0.077],[0,0],[-0.166,-0.041],[-0.138,0.077],[0,0],[-0.166,-0.041],[-0.138,0.078],[0,0],[-0.165,-0.041],[-0.138,0.078],[0,0],[-0.165,-0.04],[-0.138,0.078],[0,0],[-0.165,-0.04],[-0.138,0.078],[0,0],[-0.166,-0.04],[-0.139,0.078],[0,0],[-0.166,-0.04],[-0.138,0.078],[0,0],[-0.166,-0.041],[-0.138,0.078],[0,0],[-0.165,-0.04],[-0.138,0.078],[0,0],[-0.166,-0.04],[-0.138,0.078],[0,0],[-0.166,-0.04],[-0.138,0.077],[0,0],[-0.165,-0.04],[-0.138,0.078],[0,0],[-0.165,-0.041],[-0.139,0.077],[0,0],[-0.165,-0.041],[-0.138,0.078],[0,0],[-0.165,-0.041],[-0.138,0.078],[0,0],[-0.166,-0.04],[-0.138,0.078],[0,0],[-0.352,-0.086],[0.085,-0.358],[0,0],[0.165,0.04],[0.138,-0.079],[0,0],[0.165,0.041],[0.138,-0.078],[0,0],[0.165,0.04],[0.138,-0.077],[0,0],[0.166,0.04],[0.139,-0.077],[0,0],[0.165,0.04],[0.138,-0.078],[0,0],[0.166,0.041],[0.139,-0.077],[0,0],[0.166,0.041],[0.138,-0.077],[0,0],[0.166,0.04],[0.139,-0.077],[0,0],[0.166,0.04],[0.138,-0.077],[0,0],[0.166,0.04],[0.138,-0.078],[0,0],[0.165,0.041],[0.139,-0.078],[0,0],[0.165,0.041],[0.138,-0.077],[0,0],[0.165,0.041],[0.138,-0.077],[0,0],[0.165,0.04],[0.138,-0.078],[0,0],[0.165,0.04],[0.138,-0.078],[0,0],[0.165,0.04],[0.139,-0.077],[0,0],[0.165,0.041],[0.139,-0.077],[0,0],[0.166,0.04],[0.139,-0.078],[0,0],[0.166,0.04],[0.138,-0.078],[0,0],[0.165,0.04],[0.139,-0.078],[0,0],[0.166,0.04],[0.139,-0.077],[0,0],[0.165,0.04],[0.139,-0.077],[0,0],[0.165,0.041],[0.138,-0.078],[0,0],[0.165,0.041],[0.139,-0.078],[0,0],[0.165,0.04],[0.138,-0.077],[0,0],[0.352,0.086],[-0.079,0.334]],"v":[[19.418,12.563],[19.346,12.55],[18.487,12.339],[18.097,12.065],[17.627,12.129],[16.767,11.918],[16.378,11.643],[15.907,11.708],[15.048,11.497],[14.659,11.222],[14.188,11.287],[13.329,11.077],[12.939,10.802],[12.469,10.866],[11.609,10.656],[11.219,10.381],[10.749,10.445],[9.89,10.235],[9.5,9.961],[9.03,10.024],[8.17,9.814],[7.781,9.539],[7.31,9.603],[6.451,9.393],[6.061,9.118],[5.591,9.183],[4.732,8.972],[4.342,8.698],[3.872,8.762],[3.013,8.552],[2.622,8.277],[2.153,8.341],[1.293,8.13],[0.903,7.855],[0.433,7.92],[-0.427,7.71],[-0.816,7.435],[-1.286,7.499],[-2.146,7.289],[-2.536,7.014],[-3.005,7.078],[-3.865,6.867],[-4.255,6.593],[-4.725,6.657],[-5.585,6.446],[-5.974,6.172],[-6.444,6.236],[-7.304,6.026],[-7.693,5.751],[-8.164,5.815],[-9.023,5.605],[-9.413,5.33],[-9.883,5.394],[-10.742,5.184],[-11.133,4.909],[-11.602,4.974],[-12.462,4.763],[-12.852,4.489],[-13.322,4.553],[-14.181,4.342],[-14.571,4.067],[-15.041,4.132],[-15.901,3.921],[-16.29,3.647],[-16.761,3.711],[-17.62,3.501],[-18.01,3.226],[-18.479,3.29],[-19.339,3.08],[-19.729,2.805],[-20.199,2.869],[-21.059,2.658],[-21.449,2.384],[-21.918,2.448],[-22.778,2.238],[-23.168,1.963],[-23.638,2.027],[-24.498,1.817],[-24.982,1.012],[-24.19,0.521],[-23.33,0.732],[-22.941,1.006],[-22.471,0.942],[-21.611,1.152],[-21.221,1.427],[-20.752,1.362],[-19.891,1.573],[-19.502,1.848],[-19.032,1.784],[-18.172,1.994],[-17.783,2.269],[-17.313,2.204],[-16.453,2.416],[-16.063,2.69],[-15.593,2.625],[-14.734,2.836],[-14.344,3.11],[-13.874,3.046],[-13.015,3.257],[-12.625,3.532],[-12.155,3.468],[-11.295,3.677],[-10.905,3.952],[-10.435,3.888],[-9.576,4.099],[-9.186,4.373],[-8.715,4.309],[-7.856,4.52],[-7.467,4.794],[-6.996,4.73],[-6.137,4.94],[-5.747,5.215],[-5.277,5.151],[-4.417,5.361],[-4.027,5.636],[-3.558,5.572],[-2.698,5.782],[-2.308,6.057],[-1.839,5.993],[-0.978,6.203],[-0.589,6.478],[-0.119,6.413],[0.741,6.624],[1.131,6.899],[1.601,6.834],[2.46,7.045],[2.85,7.319],[3.32,7.256],[4.179,7.465],[4.569,7.74],[5.039,7.676],[5.898,7.887],[6.288,8.161],[6.759,8.097],[7.618,8.308],[8.008,8.582],[8.478,8.518],[9.338,8.729],[9.727,9.003],[10.197,8.939],[11.057,9.149],[11.447,9.424],[11.916,9.36],[12.776,9.57],[13.166,9.845],[13.636,9.781],[14.496,9.991],[14.885,10.266],[15.356,10.202],[16.215,10.412],[16.605,10.687],[17.075,10.622],[17.934,10.833],[18.324,11.108],[18.794,11.043],[19.653,11.254],[20.138,12.058]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.33,0.36,0.36,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[26,14],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0.107,0.119],[0.17,0.016],[0,0],[0.106,0.119],[0.17,0.015],[0,0],[0.106,0.119],[0.17,0.014],[0,0],[0.107,0.119],[0.171,0.016],[0,0],[0.107,0.118],[0.17,0.016],[0,0],[0.106,0.118],[0.17,0.013],[0,0],[0.106,0.119],[0.17,0.014],[0,0],[0.107,0.119],[0.17,0.015],[0,0],[0.107,0.119],[0.17,0.015],[0,0],[0.107,0.119],[0.17,0.015],[0,0],[0.107,0.119],[0.17,0.014],[0,0],[0.107,0.119],[0.17,0.014],[0,0],[0.107,0.119],[0.17,0.016],[0,0],[0.106,0.118],[0.171,0.015],[0,0],[0.106,0.119],[0.169,0.014],[0,0],[0.107,0.119],[0.17,0.014],[0,0],[0.107,0.119],[0.17,0.016],[0,0],[0.106,0.119],[0.17,0.016],[0,0],[0.107,0.119],[0.171,0.016],[0,0],[0.107,0.118],[0.169,0.014],[0,0],[0.107,0.119],[0.169,0.014],[0,0],[0.107,0.119],[0.171,0.015],[0,0],[0.107,0.119],[0.169,0.015],[0,0],[0.107,0.119],[0.17,0.014],[0,0],[0.107,0.119],[0.169,0.014],[0,0],[-0.033,0.367],[-0.363,-0.032],[0,0],[-0.106,-0.119],[-0.17,-0.016],[0,0],[-0.107,-0.119],[-0.17,-0.015],[0,0],[-0.107,-0.119],[-0.169,-0.013],[0,0],[-0.107,-0.119],[-0.17,-0.014],[0,0],[-0.107,-0.119],[-0.17,-0.015],[0,0],[-0.107,-0.118],[-0.17,-0.015],[0,0],[-0.106,-0.119],[-0.168,-0.013],[0,0],[-0.106,-0.119],[-0.169,-0.014],[0,0],[-0.107,-0.119],[-0.169,-0.014],[0,0],[-0.107,-0.119],[-0.171,-0.016],[0,0],[-0.106,-0.119],[-0.17,-0.016],[0,0],[-0.106,-0.119],[-0.169,-0.014],[0,0],[-0.107,-0.119],[-0.169,-0.014],[0,0],[-0.107,-0.119],[-0.17,-0.015],[0,0],[-0.107,-0.119],[-0.17,-0.015],[0,0],[-0.106,-0.119],[-0.17,-0.014],[0,0],[-0.107,-0.119],[-0.169,-0.015],[0,0],[-0.107,-0.119],[-0.169,-0.014],[0,0],[-0.106,-0.119],[-0.17,-0.016],[0,0],[-0.106,-0.118],[-0.171,-0.016],[0,0],[-0.107,-0.119],[-0.169,-0.013],[0,0],[-0.107,-0.119],[-0.168,-0.013],[0,0],[-0.106,-0.119],[-0.17,-0.015],[0,0],[-0.106,-0.119],[-0.17,-0.015],[0,0],[-0.107,-0.119],[-0.17,-0.014],[0,0],[0.033,-0.366],[0.33,-0.007]],"o":[[-0.17,-0.016],[-0.125,0.097],[0,0],[-0.17,-0.016],[-0.126,0.097],[0,0],[-0.17,-0.016],[-0.126,0.097],[0,0],[-0.17,-0.016],[-0.126,0.097],[0,0],[-0.17,-0.016],[-0.126,0.097],[0,0],[-0.17,-0.016],[-0.126,0.096],[0,0],[-0.17,-0.016],[-0.126,0.097],[0,0],[-0.17,-0.016],[-0.126,0.097],[0,0],[-0.17,-0.016],[-0.126,0.097],[0,0],[-0.17,-0.016],[-0.126,0.097],[0,0],[-0.17,-0.016],[-0.126,0.098],[0,0],[-0.17,-0.016],[-0.126,0.097],[0,0],[-0.17,-0.016],[-0.126,0.097],[0,0],[-0.17,-0.016],[-0.126,0.097],[0,0],[-0.17,-0.016],[-0.126,0.097],[0,0],[-0.17,-0.016],[-0.126,0.097],[0,0],[-0.17,-0.016],[-0.126,0.097],[0,0],[-0.17,-0.016],[-0.126,0.097],[0,0],[-0.17,-0.016],[-0.126,0.097],[0,0],[-0.169,-0.016],[-0.126,0.096],[0,0],[-0.17,-0.016],[-0.126,0.097],[0,0],[-0.169,-0.016],[-0.126,0.097],[0,0],[-0.17,-0.016],[-0.126,0.097],[0,0],[-0.17,-0.016],[-0.126,0.097],[0,0],[-0.17,-0.016],[-0.126,0.097],[0,0],[-0.361,-0.034],[0.033,-0.367],[0,0],[0.17,0.016],[0.126,-0.097],[0,0],[0.169,0.016],[0.126,-0.097],[0,0],[0.17,0.016],[0.126,-0.096],[0,0],[0.17,0.016],[0.126,-0.096],[0,0],[0.17,0.016],[0.126,-0.097],[0,0],[0.169,0.016],[0.126,-0.097],[0,0],[0.17,0.016],[0.126,-0.096],[0,0],[0.17,0.016],[0.126,-0.096],[0,0],[0.17,0.016],[0.126,-0.097],[0,0],[0.17,0.016],[0.125,-0.097],[0,0],[0.17,0.016],[0.126,-0.097],[0,0],[0.17,0.016],[0.126,-0.097],[0,0],[0.17,0.016],[0.126,-0.096],[0,0],[0.17,0.016],[0.126,-0.097],[0,0],[0.17,0.016],[0.126,-0.097],[0,0],[0.17,0.016],[0.126,-0.096],[0,0],[0.17,0.016],[0.126,-0.096],[0,0],[0.17,0.016],[0.126,-0.097],[0,0],[0.17,0.016],[0.126,-0.097],[0,0],[0.17,0.016],[0.126,-0.097],[0,0],[0.17,0.016],[0.126,-0.097],[0,0],[0.17,0.016],[0.126,-0.096],[0,0],[0.17,0.016],[0.126,-0.097],[0,0],[0.17,0.016],[0.126,-0.097],[0,0],[0.17,0.016],[0.126,-0.097],[0,0],[0.36,0.033],[-0.031,0.342],[-0.024,0]],"v":[[23.69,-6.59],[23.265,-6.804],[22.81,-6.671],[21.929,-6.753],[21.505,-6.967],[21.048,-6.835],[20.168,-6.916],[19.743,-7.131],[19.287,-6.997],[18.407,-7.079],[17.982,-7.294],[17.526,-7.161],[16.645,-7.243],[16.22,-7.457],[15.765,-7.324],[14.884,-7.406],[14.46,-7.62],[14.003,-7.487],[13.123,-7.569],[12.698,-7.784],[12.242,-7.651],[11.362,-7.732],[10.936,-7.947],[10.481,-7.814],[9.6,-7.895],[9.175,-8.11],[8.72,-7.977],[7.839,-8.058],[7.414,-8.273],[6.958,-8.14],[6.078,-8.222],[5.653,-8.437],[5.197,-8.303],[4.316,-8.385],[3.892,-8.6],[3.436,-8.466],[2.555,-8.548],[2.13,-8.763],[1.675,-8.63],[0.794,-8.711],[0.369,-8.926],[-0.087,-8.793],[-0.968,-8.875],[-1.392,-9.089],[-1.848,-8.956],[-2.729,-9.038],[-3.154,-9.253],[-3.609,-9.119],[-4.49,-9.201],[-4.915,-9.416],[-5.371,-9.283],[-6.251,-9.364],[-6.676,-9.579],[-7.132,-9.446],[-8.012,-9.527],[-8.437,-9.742],[-8.893,-9.609],[-9.774,-9.691],[-10.199,-9.905],[-10.654,-9.772],[-11.535,-9.854],[-11.96,-10.068],[-12.416,-9.935],[-13.297,-10.017],[-13.721,-10.232],[-14.177,-10.099],[-15.058,-10.18],[-15.482,-10.395],[-15.938,-10.262],[-16.819,-10.344],[-17.244,-10.558],[-17.7,-10.425],[-18.58,-10.507],[-19.005,-10.721],[-19.461,-10.588],[-20.342,-10.67],[-20.935,-11.395],[-20.222,-11.997],[-19.341,-11.916],[-18.917,-11.702],[-18.461,-11.834],[-17.58,-11.752],[-17.156,-11.538],[-16.7,-11.671],[-15.819,-11.59],[-15.394,-11.376],[-14.939,-11.508],[-14.058,-11.426],[-13.633,-11.212],[-13.177,-11.344],[-12.296,-11.263],[-11.872,-11.048],[-11.416,-11.182],[-10.535,-11.1],[-10.111,-10.886],[-9.655,-11.018],[-8.774,-10.937],[-8.349,-10.722],[-7.893,-10.855],[-7.013,-10.773],[-6.588,-10.559],[-6.132,-10.691],[-5.251,-10.61],[-4.827,-10.396],[-4.371,-10.529],[-3.49,-10.447],[-3.065,-10.233],[-2.609,-10.365],[-1.729,-10.283],[-1.304,-10.069],[-0.848,-10.202],[0.032,-10.121],[0.457,-9.906],[0.913,-10.039],[1.794,-9.957],[2.219,-9.743],[2.674,-9.876],[3.555,-9.794],[3.98,-9.58],[4.436,-9.713],[5.316,-9.631],[5.741,-9.416],[6.197,-9.549],[7.077,-9.468],[7.502,-9.254],[7.958,-9.386],[8.838,-9.305],[9.264,-9.09],[9.72,-9.223],[10.6,-9.142],[11.025,-8.927],[11.481,-9.06],[12.361,-8.978],[12.786,-8.764],[13.242,-8.897],[14.123,-8.815],[14.547,-8.601],[15.003,-8.734],[15.884,-8.652],[16.309,-8.437],[16.765,-8.57],[17.645,-8.489],[18.07,-8.274],[18.526,-8.407],[19.406,-8.325],[19.831,-8.111],[20.287,-8.244],[21.168,-8.162],[21.593,-7.947],[22.048,-8.081],[22.929,-7.999],[23.354,-7.785],[23.809,-7.917],[24.691,-7.836],[25.284,-7.112],[24.644,-6.506]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.33,0.36,0.36,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[26,14],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":81.999992902652,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":4,"nm":"Rim ","parent":12,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[50.125,52,0]},"a":{"k":[13,13,0]},"s":{"k":[548.077,548.077,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.839],[0.827,0],[0,0.84],[-0.827,0]],"o":[[0,0.84],[-0.827,0],[0,-0.839],[0.827,0]],"v":[[1.41,-0.36],[-0.087,1.161],[-1.584,-0.36],[-0.087,-1.88]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.2,0.23,0.23,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[13,13],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-1.858],[1.829,0],[0,1.858],[-1.83,0]],"o":[[0,1.858],[-1.83,0],[0,-1.858],[1.829,0]],"v":[[3.225,-0.36],[-0.087,3.004],[-3.4,-0.36],[-0.087,-3.724]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.37,0.41,0.41,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[13,13],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-2.848],[2.804,0],[0,2.849],[-2.804,0]],"o":[[0,2.849],[-2.804,0],[0,-2.848],[2.804,0]],"v":[[4.99,-0.36],[-0.087,4.798],[-5.164,-0.36],[-0.087,-5.517]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.29,0.33,0.33,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[13,13],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[4.32,0],[0,4.389],[-4.321,0],[0,-4.388]],"o":[[-4.321,0],[0,-4.388],[4.32,0],[0,4.389]],"v":[[-0.087,7.587],[-7.911,-0.36],[-0.087,-8.306],[7.737,-0.36]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[0.527,0.658],[0.056,0.175],[-0.019,0.378],[0.626,0.875],[0.796,0.217],[0.161,0.119],[0.187,0.295],[1.031,0.341],[0.288,0],[0.558,-0.216],[0.22,0],[0.354,0.137],[0.689,0],[0.26,-0.086],[0.45,-0.707],[0.155,-0.114],[0.356,-0.097],[0.631,-0.88],[-0.042,-0.832],[0.065,-0.201],[0.214,-0.266],[0,-1.116],[-0.527,-0.657],[-0.056,-0.175],[0.019,-0.377],[-0.626,-0.874],[-0.796,-0.216],[-0.161,-0.119],[-0.188,-0.294],[-1.032,-0.341],[-0.288,0],[-0.557,0.216],[-0.22,0],[-0.354,-0.137],[-0.689,0],[-0.26,0.086],[-0.451,0.708],[-0.156,0.115],[-0.356,0.097],[-0.631,0.881],[0.042,0.833],[-0.064,0.201],[-0.214,0.266],[0,1.116]],"o":[[-0.214,-0.266],[-0.064,-0.201],[0.042,-0.832],[-0.631,-0.88],[-0.356,-0.097],[-0.155,-0.115],[-0.451,-0.707],[-0.26,-0.086],[-0.689,0],[-0.354,0.137],[-0.22,0],[-0.557,-0.216],[-0.288,0],[-1.032,0.34],[-0.188,0.295],[-0.161,0.12],[-0.796,0.217],[-0.626,0.874],[0.019,0.378],[-0.056,0.175],[-0.527,0.658],[0,1.116],[0.214,0.266],[0.065,0.201],[-0.041,0.833],[0.631,0.881],[0.356,0.097],[0.155,0.115],[0.45,0.708],[0.26,0.086],[0.689,0],[0.354,-0.137],[0.22,0],[0.558,0.216],[0.288,0],[1.031,-0.341],[0.187,-0.294],[0.161,-0.119],[0.796,-0.217],[0.626,-0.874],[-0.019,-0.377],[0.056,-0.175],[0.527,-0.657],[0,-1.116]],"v":[[10.644,-2.951],[10.108,-3.724],[10.083,-4.732],[9.55,-7.474],[7.133,-8.841],[6.213,-9.167],[5.637,-9.943],[3.594,-11.871],[2.768,-12],[0.889,-11.538],[-0.087,-11.245],[-1.064,-11.538],[-2.942,-12],[-3.769,-11.871],[-5.811,-9.943],[-6.387,-9.167],[-7.308,-8.841],[-9.724,-7.474],[-10.257,-4.732],[-10.282,-3.724],[-10.817,-2.951],[-12,-0.36],[-10.817,2.231],[-10.282,3.005],[-10.258,4.012],[-9.725,6.754],[-7.307,8.121],[-6.387,8.447],[-5.811,9.222],[-3.769,11.151],[-2.942,11.28],[-1.064,10.819],[-0.087,10.526],[0.889,10.819],[2.768,11.28],[3.594,11.151],[5.637,9.222],[6.213,8.447],[7.133,8.121],[9.55,6.754],[10.083,4.012],[10.108,3.005],[10.643,2.231],[11.826,-0.36]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.3,0.34,0.34,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[13,13],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[8.161,-4.582],[6.839,-6.659],[0.798,-2.694],[0.798,-10],[-1.637,-10],[-1.637,-2.694],[-7.678,-6.659],[-9,-4.582],[-2.662,-0.422],[-9,3.739],[-7.678,5.816],[-1.637,1.85],[-1.637,9.156],[0.798,9.156],[0.798,1.85],[6.839,5.816],[8.161,3.739],[1.823,-0.422]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.8,0.89,0.89,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[13,13],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":81.999992902652,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":4,"nm":"Bone","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[360.5,324,0]},"a":{"k":[66.5,47.5,0]},"s":{"k":[192.03,192.03,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-2.048],[2.015,0],[0,2.048],[-2.015,0]],"o":[[0,2.048],[-2.015,0],[0,-2.048],[2.015,0]],"v":[[48.459,-40.424],[44.809,-36.717],[41.16,-40.424],[44.809,-44.131]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.17,0.17,0.17,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[66.5,47.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-0.095,0.594],[0,0],[-0.585,-0.095],[0,0],[0.095,-0.594],[0,0],[0.585,0.096]],"o":[[-0.585,-0.095],[0,0],[0.095,-0.594],[0,0],[0.585,0.096],[0,0],[-0.094,0.594],[0,0]],"v":[[-60.566,33.142],[-61.454,31.893],[-61.202,30.31],[-59.973,29.408],[-12.533,36.708],[-11.645,37.957],[-11.897,39.54],[-13.126,40.442]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.29,0.56,0.89,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[66.5,47.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0.499,0.325],[0,0],[-0.32,0.507],[0,0],[-0.499,-0.324],[0,0],[0.32,-0.507]],"o":[[-0.32,0.506],[0,0],[-0.499,-0.324],[0,0],[0.319,-0.507],[0,0],[0.498,0.325],[0,0]],"v":[[-57.785,32.266],[-59.267,32.595],[-60.596,31.73],[-60.92,30.225],[-30.706,-18.796],[-29.225,-19.126],[-27.896,-18.262],[-27.571,-16.756]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.29,0.56,0.89,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[66.5,47.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0.888,-0.341],[0,0],[0.336,0.902],[0,0],[-0.888,0.341],[0,0],[-0.336,-0.902]],"o":[[0.336,0.902],[0,0],[-0.888,0.341],[0,0],[-0.336,-0.902],[0,0],[0.888,-0.341],[0,0]],"v":[[43.505,-15.434],[42.504,-13.183],[40.138,-12.275],[37.922,-13.291],[34.226,-24.552],[35.226,-26.803],[37.592,-27.711],[39.808,-26.695]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.17,0.41,0.68,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[66.5,47.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0.554,-0.213],[0,0],[0.209,0.563],[0,0],[-0.554,0.213],[0,0],[-0.21,-0.563]],"o":[[0.209,0.563],[0,0],[-0.554,0.213],[0,0],[-0.209,-0.563],[0,0],[0.554,-0.213],[0,0]],"v":[[59.933,30.658],[59.309,32.063],[57.832,32.629],[56.45,31.996],[36.096,-22.748],[36.721,-24.152],[38.197,-24.719],[39.579,-24.085]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.29,0.56,0.89,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[66.5,47.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0.919,-0.247],[0,0],[0.243,0.932],[0,0],[-0.918,0.247],[0,0],[-0.243,-0.932]],"o":[[0.243,0.933],[0,0],[-0.918,0.247],[0,0],[-0.243,-0.932],[0,0],[0.918,-0.247],[0,0]],"v":[[-27.28,-22.81],[-28.502,-20.674],[-30.946,-20.015],[-33.049,-21.256],[-36.587,-34.807],[-35.366,-36.942],[-32.921,-37.6],[-30.818,-36.361]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.17,0.41,0.68,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[66.5,47.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0.573,-0.154],[0,0],[0.152,0.582],[0,0],[-0.573,0.154],[0,0],[-0.151,-0.582]],"o":[[0.152,0.582],[0,0],[-0.573,0.154],[0,0],[-0.152,-0.582],[0,0],[0.573,-0.154],[0,0]],"v":[[-11.651,37.857],[-12.413,39.189],[-13.939,39.6],[-15.25,38.826],[-34.906,-32.818],[-34.145,-34.15],[-32.619,-34.562],[-31.308,-33.787]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.29,0.56,0.89,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[66.5,47.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-0.439,-0.404],[0,0],[0.397,-0.446],[0,0],[0.439,0.404],[0,0],[-0.398,0.446]],"o":[[0.397,-0.446],[0,0],[0.439,0.404],[0,0],[-0.398,0.446],[0,0],[-0.439,-0.405],[0,0]],"v":[[35.496,-20.004],[37.011,-20.078],[38.18,-19.002],[38.254,-17.463],[-10.325,36.733],[-11.841,36.809],[-13.009,35.732],[-13.083,34.192]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.29,0.56,0.89,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[66.5,47.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,-0.602],[0,0],[0.592,0],[0,0],[0,0.601],[0,0],[-0.592,0]],"o":[[0.592,0],[0,0],[0,0.601],[0,0],[-0.592,0],[0,0],[0,-0.602],[0,0]],"v":[[37.877,-20.479],[38.949,-19.389],[38.949,-17.786],[37.877,-16.697],[-28.62,-16.697],[-29.692,-17.786],[-29.692,-19.389],[-28.62,-20.479]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.29,0.56,0.89,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[66.5,47.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.182,0],[0.234,0.618],[0.856,3.044],[-1.178,1.586],[-2.173,0],[0,0],[0,-0.859],[0.845,0],[0,0],[0.108,-0.146],[-0.264,-0.939],[-0.651,-1.719],[0.789,-0.308]],"o":[[-0.615,0],[-0.699,-1.848],[-0.421,-1.497],[0.619,-0.834],[0,0],[0.845,0],[0,0.859],[0,0],[-1.104,0],[-0.4,0.538],[0.785,2.791],[0.303,0.801],[-0.181,0.071]],"v":[[37.375,-22.943],[35.946,-23.94],[32.796,-34.499],[33.524,-39.74],[37.511,-41.567],[45.079,-41.567],[46.61,-40.012],[45.079,-38.458],[37.511,-38.458],[35.968,-37.867],[35.738,-35.359],[38.804,-25.056],[37.925,-23.047]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.29,0.56,0.89,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[66.5,47.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 10","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":81.999992902652,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":4,"nm":"lwrist","parent":3,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[11.5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[11.5],"e":[13]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[13],"e":[9.825]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":59,"s":[9.825],"e":[0]},{"t":79.999993075758}]},"p":{"k":[154.067,51.267,0]},"a":{"k":[6.5,5,0]},"s":{"k":[286.667,286.667,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-3.617],[0,0],[0,0],[-2.477,-0.327],[0,0],[-0.583,1.955],[0.679,-0.135],[0.896,-0.016],[0,0]],"o":[[0,3.617],[0,0],[0,0],[2.477,0.328],[0,0],[0.583,-1.955],[-0.68,0.136],[-0.896,0.016],[0,0]],"v":[[-24.211,-2.03],[-18.297,1.317],[11.586,0.755],[14.965,5.014],[19.744,5.045],[23.627,3.693],[19.985,-4.633],[11.403,-4.871],[-18.297,-5.617]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":1,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.9,0.7,0.56,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[26.272,7.347],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":81.999992902652,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":20,"ty":4,"nm":"lhand ","parent":3,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[154.067,-67.7,0]},"a":{"k":[10.75,11.25,0]},"s":{"k":[286.667,286.667,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-3.255,0.177],[9.144,0],[0,0]],"o":[[0.425,-5.656],[-9.144,0],[0,0]],"v":[[6.429,-5.417],[-0.866,-25.5],[-8.389,-5.417]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.09,0.09,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[11.5,30.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,-5.24],[-2.96,0],[0,3.958],[0,0]],"o":[[0,0],[0,5.24],[2.96,0],[0,-3.958],[0,0]],"v":[[-7.5,-9.5],[-5.975,18.877],[-1.047,25.968],[3.689,18.877],[5.406,-9.5]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.9,0.7,0.56,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[11.5,30.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":81.999992902652,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":21,"ty":4,"nm":"Tyre Right","parent":14,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[9.565,9.565,0]},"a":{"k":[43,43.5,0]},"s":{"k":[99.698,99.698,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[18.333,0],[0,18.621],[-18.333,0],[0,-18.621]],"o":[[-18.333,0],[0,-18.621],[18.333,0],[0,18.621]],"v":[[-0.073,33.772],[-33.267,0.056],[-0.073,-33.661],[33.121,0.056]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[22.052,0],[0,-22.399],[-22.051,0],[0,22.398]],"o":[[-22.051,0],[0,22.398],[22.052,0],[0,-22.399]],"v":[[-0.073,-40.5],[-40,0.056],[-0.073,40.612],[39.855,0.056]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.17,0.17,0.17,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[43,43.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[17.021,0],[0,17.289],[-17.021,0],[0,-17.289]],"o":[[-17.021,0],[0,-17.289],[17.021,0],[0,17.289]],"v":[[-0.075,31.342],[-30.895,0.037],[-0.075,-31.268],[30.744,0.037]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[0,-21.836],[-21.498,0],[0,21.836],[21.497,0]],"o":[[0,21.836],[21.497,0],[0,-21.836],[-21.498,0]],"v":[[-39,0.037],[-0.075,39.574],[38.849,0.037],[-0.075,-39.5]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.8,0.89,0.89,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[43,43.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":4,"mn":"ADBE Vector Group"}],"ip":0,"op":81.999992902652,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":22,"ty":4,"nm":"lTyreAni ","parent":13,"ks":{"o":{"k":30},"r":{"k":176},"p":{"k":[9.621,8.698,0]},"a":{"k":[117,115,0]},"s":{"k":[51.701,51.701,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[72.5,72.5]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[0],"e":[0]},{"t":58.9999948933716}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[18],"e":[0]},{"t":58.9999948933716}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.33,0.33,1]},"o":{"k":100},"w":{"k":3},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[115.75,115.75],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[124.244,124.244],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":4,"mn":"ADBE Vector Group"}],"ip":0,"op":81.999992902652,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":23,"ty":4,"nm":"rTyreAni","parent":14,"ks":{"o":{"k":30},"r":{"k":0},"p":{"k":[9.823,8.531,0]},"a":{"k":[117,115,0]},"s":{"k":[51.701,51.701,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[72.5,72.5]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[0],"e":[0]},{"t":58.9999948933716}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[18],"e":[0]},{"t":58.9999948933716}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","fillEnabled":true,"c":{"k":[0.33,0.33,0.33,1]},"o":{"k":100},"w":{"k":3},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[115.75,115.75],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[124.244,124.244],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":4,"mn":"ADBE Vector Group"}],"ip":0,"op":81.999992902652,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":24,"ty":4,"nm":"Tyre Left","parent":13,"ks":{"o":{"k":100},"r":{"k":-180},"p":{"k":[9.435,9.694,0]},"a":{"k":[43,43.5,0]},"s":{"k":[99.698,99.698,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[18.333,0],[0,18.621],[-18.333,0],[0,-18.621]],"o":[[-18.333,0],[0,-18.621],[18.333,0],[0,18.621]],"v":[[-0.073,33.772],[-33.267,0.056],[-0.073,-33.661],[33.121,0.056]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[22.052,0],[0,-22.399],[-22.051,0],[0,22.398]],"o":[[-22.051,0],[0,22.398],[22.052,0],[0,-22.399]],"v":[[-0.073,-40.5],[-40,0.056],[-0.073,40.612],[39.855,0.056]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.17,0.17,0.17,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[43,43.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[17.021,0],[0,17.289],[-17.021,0],[0,-17.289]],"o":[[-17.021,0],[0,-17.289],[17.021,0],[0,17.289]],"v":[[-0.075,31.342],[-30.895,0.037],[-0.075,-31.268],[30.744,0.037]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[0,-21.836],[-21.498,0],[0,21.836],[21.497,0]],"o":[[0,21.836],[21.497,0],[0,-21.836],[-21.498,0]],"v":[[-39,0.037],[-0.075,39.574],[38.849,0.037],[-0.075,-39.5]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.8,0.89,0.89,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[43,43.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":4,"mn":"ADBE Vector Group"}],"ip":0,"op":81.999992902652,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":25,"ty":3,"nm":"backLeg","ks":{"o":{"k":0},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[15],"e":[-13]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[-13],"e":[-53]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[-53],"e":[-38]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":59,"s":[-38],"e":[15]},{"t":79.999993075758}]},"p":{"k":[314,244,0]},"a":{"k":[49,49,0]},"s":{"k":[45.098,45.098,100]}},"ao":0,"ip":0,"op":81.999992902652,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":26,"ty":3,"nm":"backKnee","parent":25,"ks":{"o":{"k":0},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[-32],"e":[42]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[42],"e":[80]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[80],"e":[34]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":59,"s":[34],"e":[-32]},{"t":79.999993075758}]},"p":{"k":[111.087,224.174,0]},"a":{"k":[49,49,0]},"s":{"k":[56.522,56.522,100]}},"ao":0,"ip":0,"op":81.999992902652,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":27,"ty":4,"nm":"backShoe","parent":26,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[16],"e":[-27]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[-27],"e":[-26.718]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[-26.718],"e":[7]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":59,"s":[7],"e":[16]},{"t":79.999993075758}]},"p":{"k":[-47.794,408.139,0]},"a":{"k":[8,6.375,0]},"s":{"k":[784.615,784.615,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-13.827,-0.558],[13.827,-0.558],[13.827,0.558],[-13.827,0.558]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.72,0.51,0.37,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[16.327,11.958],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[1.455,0.998],[1.455,0.249],[3.014,0],[0.856,0.771],[-1.394,-2.695]],"o":[[0,0],[-1.454,-0.998],[-1.455,-0.249],[-3.014,0],[-0.831,-0.748],[0,0]],"v":[[13.691,4.404],[12.115,-0.298],[-1.224,-4.074],[-8.393,-1.955],[-12.861,-4.947],[-13.963,4.404]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.37,0.18,0.06,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[16.5,7],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":81.999992902652,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":28,"ty":4,"nm":"back_leg_2","parent":26,"ks":{"o":{"k":100},"r":{"k":15},"p":{"k":[64.692,9.769,0]},"a":{"k":[10.25,2.25,0]},"s":{"k":[784.615,784.615,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[6.467,-0.11],[0,0]],"o":[[0,0],[0,0],[0,0],[-6.467,0.11],[0,0]],"v":[[-5.487,16.058],[5.883,16.058],[5.883,-20.744],[0.402,-27.499],[-5.487,-20.744]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.05,0.3,0.46,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[9.5,29.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-5.25,-3.5],[5.25,-3.5],[5.25,3.5],[-5.25,3.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.62,0.59,0.56,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[9.75,51.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-4.75,-3.5],[4.75,-3.5],[4.75,3.5],[-4.75,3.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.99,0.8,0.68,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[9.75,46.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":81.999992902652,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":29,"ty":4,"nm":"back_leg_1 ","parent":25,"ks":{"o":{"k":100},"r":{"k":-19},"p":{"k":[45.12,24.609,0]},"a":{"k":[11.679,2.116,0]},"s":{"k":[473.443,473.443,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[-2.746,0],[0,0],[-0.271,2.764],[0,0],[10.803,-0.278]],"o":[[0,0],[0.316,2.741],[0,0],[2.758,0],[0,0],[0,0],[-9.898,0.255]],"v":[[-10,-20.529],[-5.404,19.283],[0.163,24.246],[0.654,24.246],[6.137,19.262],[10.041,-20.529],[0.387,-23.985]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.05,0.3,0.46,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[11.5,26],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":81.999992902652,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":30,"ty":4,"nm":"backPedal","parent":27,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[8.555,14.349,0]},"a":{"k":[-23.125,166.375,0]},"s":{"k":[65,50,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"k":[31,8]},"p":{"k":[0,0]},"r":{"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"st","fillEnabled":true,"c":{"k":[0.17,0.41,0.69,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.13,0.13,0.13,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[-23.25,166.25],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":81.999992902652,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":31,"ty":4,"nm":"backStick","parent":12,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[49.75,47.125,0]},"a":{"k":[-25,79.125,0]},"s":{"k":[300,300,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"k":[8,45.5]},"p":{"k":[0,0]},"r":{"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"st","fillEnabled":true,"c":{"k":[0.17,0.41,0.69,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.22,0.21,0.21,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[-25,123.75],"ix":2},"a":{"k":[-0.25,22.25],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":81.999992902652,"st":0,"bm":0,"sr":1}]}],"layers":[{"ddd":0,"ind":0,"ty":0,"nm":"androidCycle","refId":"comp_0","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[310,260,0]},"a":{"k":[320,260,0]},"s":{"k":[100,100,100]}},"ao":0,"w":640,"h":520,"ip":80.999992989205,"op":162.999985891857,"st":80.999992989205,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":0,"nm":"androidCycle","refId":"comp_0","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[310,260,0]},"a":{"k":[320,260,0]},"s":{"k":[100,100,100]}},"ao":0,"w":640,"h":520,"ip":0,"op":81.999992902652,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"GrassTwo 3","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[735,446,0],"e":[-65,446,0],"to":[-37.9897842407227,0,0],"ti":[64.9527435302734,0,0]},{"t":89.9999922102278}]},"a":{"k":[36.5,11.5,0]},"s":{"k":[193.151,193.151,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.223],[0.224,0],[0,0.224],[-0.225,0]],"o":[[0,0.224],[-0.225,0],[0,-0.223],[0.224,0]],"v":[[10.737,-2.247],[10.331,-1.842],[9.924,-2.247],[10.331,-2.652]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[36.5,11.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.224],[0.224,0],[0,0.223],[-0.224,0]],"o":[[0,0.223],[-0.224,0],[0,-0.224],[0.224,0]],"v":[[13.098,2.384],[12.692,2.789],[12.285,2.384],[12.692,1.979]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[36.5,11.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.482],[0.484,0],[0,0.482],[-0.483,0]],"o":[[0,0.482],[-0.483,0],[0,-0.482],[0.484,0]],"v":[[25.384,1.712],[24.508,2.586],[23.632,1.712],[24.508,0.839]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[36.5,11.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.482],[0.484,0],[0,0.482],[-0.483,0]],"o":[[0,0.482],[-0.483,0],[0,-0.482],[0.484,0]],"v":[[18.311,4.309],[17.436,5.182],[16.56,4.309],[17.436,3.436]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[36.5,11.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.363],[0.364,0],[0,0.363],[-0.364,0]],"o":[[0,0.363],[-0.364,0],[0,-0.363],[0.364,0]],"v":[[18.299,0.057],[17.64,0.714],[16.981,0.057],[17.64,-0.6]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[36.5,11.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.482],[0.484,0],[0,0.482],[-0.483,0]],"o":[[0,0.482],[-0.483,0],[0,-0.482],[0.484,0]],"v":[[14.771,-1.023],[13.895,-0.15],[13.02,-1.023],[13.895,-1.896]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[36.5,11.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.482],[0.484,0],[0,0.482],[-0.483,0]],"o":[[0,0.482],[-0.483,0],[0,-0.482],[0.484,0]],"v":[[8.736,0.963],[7.86,1.836],[6.984,0.963],[7.86,0.09]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[36.5,11.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0.754],[-2.669,0.845],[-4.66,0],[-1.538,-2.613],[-1.004,0],[0,-3.937],[0.003,-0.085],[0,-2.364],[0.019,-0.179]],"o":[[-0.234,-0.675],[0,-2.94],[0.352,-4.555],[3.258,0],[0.867,-0.372],[3.949,0],[0,0.086],[2.217,0.507],[0,0.184],[0,0]],"v":[[-0.855,11.306],[-1.222,9.156],[3.38,2.881],[12.209,-5.262],[19.851,-0.894],[22.676,-1.473],[29.827,5.656],[29.821,5.912],[33.692,10.762],[33.661,11.306]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.13,0.49,0.05,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[36.5,11.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0.754],[-2.669,0.845],[-4.659,0],[-1.538,-2.613],[-1.004,0],[0,-3.937],[0.003,-0.085],[0,-2.364],[0.02,-0.179]],"o":[[-0.234,-0.675],[0,-2.94],[0.352,-4.555],[3.259,0],[0.867,-0.372],[3.949,0],[0,0.086],[2.217,0.507],[0,0.184],[0,0]],"v":[[1.85,11.306],[1.483,9.156],[6.085,2.881],[14.913,-5.262],[22.556,-0.894],[25.381,-1.473],[32.532,5.656],[32.526,5.912],[36.397,10.762],[36.366,11.306]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.14,0.55,0.05,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[36.5,11.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.302],[0.301,0],[0,0.303],[-0.302,0]],"o":[[0,0.303],[-0.302,0],[0,-0.302],[0.301,0]],"v":[[-20.077,-7.099],[-20.622,-6.551],[-21.168,-7.099],[-20.622,-7.647]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[36.5,11.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 10","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.303],[0.301,0],[0,0.302],[-0.301,0]],"o":[[0,0.302],[-0.301,0],[0,-0.303],[0.301,0]],"v":[[-16.908,-0.833],[-17.453,-0.286],[-17.999,-0.833],[-17.453,-1.381]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[36.5,11.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 11","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.652],[0.649,0],[0,0.652],[-0.649,0]],"o":[[0,0.652],[-0.649,0],[0,-0.652],[0.649,0]],"v":[[-0.419,-1.742],[-1.594,-0.561],[-2.77,-1.742],[-1.594,-2.923]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[36.5,11.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 12","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.652],[0.649,0],[0,0.652],[-0.649,0]],"o":[[0,0.652],[-0.649,0],[0,-0.652],[0.649,0]],"v":[[-9.911,1.771],[-11.086,2.953],[-12.261,1.771],[-11.086,0.59]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[36.5,11.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 13","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.491],[0.488,0],[0,0.491],[-0.489,0]],"o":[[0,0.491],[-0.489,0],[0,-0.491],[0.488,0]],"v":[[-9.927,-3.982],[-10.812,-3.093],[-11.696,-3.982],[-10.812,-4.871]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[36.5,11.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 14","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.652],[0.649,0],[0,0.652],[-0.649,0]],"o":[[0,0.652],[-0.649,0],[0,-0.652],[0.649,0]],"v":[[-14.663,-5.443],[-15.838,-4.262],[-17.013,-5.443],[-15.838,-6.624]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[36.5,11.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 15","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.652],[0.649,0],[0,0.652],[-0.649,0]],"o":[[0,0.652],[-0.649,0],[0,-0.652],[0.649,0]],"v":[[-22.762,-2.756],[-23.938,-1.575],[-25.113,-2.756],[-23.938,-3.938]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[36.5,11.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 16","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,1.02],[-3.581,1.143],[-6.254,0],[-2.064,-3.535],[-1.347,0],[0,-5.327],[0.004,-0.115],[0,-3.199],[0.026,-0.242]],"o":[[-0.315,-0.913],[0,-3.978],[0.473,-6.163],[4.373,0],[1.164,-0.503],[5.3,0],[0,0.116],[2.975,0.686],[0,0.249],[0,0]],"v":[[-35.634,11.238],[-36.127,8.329],[-29.95,-0.161],[-18.101,-11.179],[-7.845,-5.268],[-4.053,-6.052],[5.544,3.593],[5.536,3.94],[10.731,10.502],[10.69,11.238]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.13,0.49,0.05,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[36.5,11.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 17","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,1.02],[-3.581,1.143],[-6.253,0],[-2.064,-3.535],[-1.347,0],[0,-5.327],[0.004,-0.115],[0,-3.199],[0.027,-0.242]],"o":[[-0.315,-0.913],[0,-3.978],[0.472,-6.163],[4.374,0],[1.164,-0.503],[5.3,0],[0,0.116],[2.975,0.686],[0,0.249],[0,0]],"v":[[-32.004,11.238],[-32.497,8.329],[-26.32,-0.161],[-14.471,-11.179],[-4.214,-5.268],[-0.422,-6.052],[9.175,3.593],[9.166,3.94],[14.362,10.502],[14.32,11.238]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.14,0.55,0.05,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[36.5,11.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 18","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":91.9999920371218,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"GrassTwo 2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[735,446,0],"e":[-65,446,0],"to":[-37.9897842407227,0,0],"ti":[64.9527435302734,0,0]},{"t":120.999989527084}]},"a":{"k":[36.5,11.5,0]},"s":{"k":[193.151,193.151,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.223],[0.224,0],[0,0.224],[-0.225,0]],"o":[[0,0.224],[-0.225,0],[0,-0.223],[0.224,0]],"v":[[10.737,-2.247],[10.331,-1.842],[9.924,-2.247],[10.331,-2.652]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[36.5,11.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.224],[0.224,0],[0,0.223],[-0.224,0]],"o":[[0,0.223],[-0.224,0],[0,-0.224],[0.224,0]],"v":[[13.098,2.384],[12.692,2.789],[12.285,2.384],[12.692,1.979]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[36.5,11.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.482],[0.484,0],[0,0.482],[-0.483,0]],"o":[[0,0.482],[-0.483,0],[0,-0.482],[0.484,0]],"v":[[25.384,1.712],[24.508,2.586],[23.632,1.712],[24.508,0.839]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[36.5,11.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.482],[0.484,0],[0,0.482],[-0.483,0]],"o":[[0,0.482],[-0.483,0],[0,-0.482],[0.484,0]],"v":[[18.311,4.309],[17.436,5.182],[16.56,4.309],[17.436,3.436]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[36.5,11.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.363],[0.364,0],[0,0.363],[-0.364,0]],"o":[[0,0.363],[-0.364,0],[0,-0.363],[0.364,0]],"v":[[18.299,0.057],[17.64,0.714],[16.981,0.057],[17.64,-0.6]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[36.5,11.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.482],[0.484,0],[0,0.482],[-0.483,0]],"o":[[0,0.482],[-0.483,0],[0,-0.482],[0.484,0]],"v":[[14.771,-1.023],[13.895,-0.15],[13.02,-1.023],[13.895,-1.896]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[36.5,11.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.482],[0.484,0],[0,0.482],[-0.483,0]],"o":[[0,0.482],[-0.483,0],[0,-0.482],[0.484,0]],"v":[[8.736,0.963],[7.86,1.836],[6.984,0.963],[7.86,0.09]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[36.5,11.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0.754],[-2.669,0.845],[-4.66,0],[-1.538,-2.613],[-1.004,0],[0,-3.937],[0.003,-0.085],[0,-2.364],[0.019,-0.179]],"o":[[-0.234,-0.675],[0,-2.94],[0.352,-4.555],[3.258,0],[0.867,-0.372],[3.949,0],[0,0.086],[2.217,0.507],[0,0.184],[0,0]],"v":[[-0.855,11.306],[-1.222,9.156],[3.38,2.881],[12.209,-5.262],[19.851,-0.894],[22.676,-1.473],[29.827,5.656],[29.821,5.912],[33.692,10.762],[33.661,11.306]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.13,0.49,0.05,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[36.5,11.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0.754],[-2.669,0.845],[-4.659,0],[-1.538,-2.613],[-1.004,0],[0,-3.937],[0.003,-0.085],[0,-2.364],[0.02,-0.179]],"o":[[-0.234,-0.675],[0,-2.94],[0.352,-4.555],[3.259,0],[0.867,-0.372],[3.949,0],[0,0.086],[2.217,0.507],[0,0.184],[0,0]],"v":[[1.85,11.306],[1.483,9.156],[6.085,2.881],[14.913,-5.262],[22.556,-0.894],[25.381,-1.473],[32.532,5.656],[32.526,5.912],[36.397,10.762],[36.366,11.306]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.14,0.55,0.05,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[36.5,11.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.302],[0.301,0],[0,0.303],[-0.302,0]],"o":[[0,0.303],[-0.302,0],[0,-0.302],[0.301,0]],"v":[[-20.077,-7.099],[-20.622,-6.551],[-21.168,-7.099],[-20.622,-7.647]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[36.5,11.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 10","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.303],[0.301,0],[0,0.302],[-0.301,0]],"o":[[0,0.302],[-0.301,0],[0,-0.303],[0.301,0]],"v":[[-16.908,-0.833],[-17.453,-0.286],[-17.999,-0.833],[-17.453,-1.381]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[36.5,11.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 11","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.652],[0.649,0],[0,0.652],[-0.649,0]],"o":[[0,0.652],[-0.649,0],[0,-0.652],[0.649,0]],"v":[[-0.419,-1.742],[-1.594,-0.561],[-2.77,-1.742],[-1.594,-2.923]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[36.5,11.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 12","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.652],[0.649,0],[0,0.652],[-0.649,0]],"o":[[0,0.652],[-0.649,0],[0,-0.652],[0.649,0]],"v":[[-9.911,1.771],[-11.086,2.953],[-12.261,1.771],[-11.086,0.59]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[36.5,11.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 13","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.491],[0.488,0],[0,0.491],[-0.489,0]],"o":[[0,0.491],[-0.489,0],[0,-0.491],[0.488,0]],"v":[[-9.927,-3.982],[-10.812,-3.093],[-11.696,-3.982],[-10.812,-4.871]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[36.5,11.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 14","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.652],[0.649,0],[0,0.652],[-0.649,0]],"o":[[0,0.652],[-0.649,0],[0,-0.652],[0.649,0]],"v":[[-14.663,-5.443],[-15.838,-4.262],[-17.013,-5.443],[-15.838,-6.624]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[36.5,11.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 15","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.652],[0.649,0],[0,0.652],[-0.649,0]],"o":[[0,0.652],[-0.649,0],[0,-0.652],[0.649,0]],"v":[[-22.762,-2.756],[-23.938,-1.575],[-25.113,-2.756],[-23.938,-3.938]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[36.5,11.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 16","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,1.02],[-3.581,1.143],[-6.254,0],[-2.064,-3.535],[-1.347,0],[0,-5.327],[0.004,-0.115],[0,-3.199],[0.026,-0.242]],"o":[[-0.315,-0.913],[0,-3.978],[0.473,-6.163],[4.373,0],[1.164,-0.503],[5.3,0],[0,0.116],[2.975,0.686],[0,0.249],[0,0]],"v":[[-35.634,11.238],[-36.127,8.329],[-29.95,-0.161],[-18.101,-11.179],[-7.845,-5.268],[-4.053,-6.052],[5.544,3.593],[5.536,3.94],[10.731,10.502],[10.69,11.238]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.13,0.49,0.05,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[36.5,11.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 17","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,1.02],[-3.581,1.143],[-6.253,0],[-2.064,-3.535],[-1.347,0],[0,-5.327],[0.004,-0.115],[0,-3.199],[0.027,-0.242]],"o":[[-0.315,-0.913],[0,-3.978],[0.472,-6.163],[4.374,0],[1.164,-0.503],[5.3,0],[0,0.116],[2.975,0.686],[0,0.249],[0,0]],"v":[[-32.004,11.238],[-32.497,8.329],[-26.32,-0.161],[-14.471,-11.179],[-4.214,-5.268],[-0.422,-6.052],[9.175,3.593],[9.166,3.94],[14.362,10.502],[14.32,11.238]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.14,0.55,0.05,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[36.5,11.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 18","np":3,"mn":"ADBE Vector Group"}],"ip":30.9999973168562,"op":122.999989353978,"st":30.9999973168562,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"GrassThree 2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[430.998,455.5,0],"e":[-24.531,455.5,0],"to":[-186.956588745117,0,0],"ti":[86.6576843261719,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":79,"s":[-24.531,455.5,0],"e":[679.5,455.5,0],"to":[-1.99229145050049,0,0],"ti":[2.65938591957092,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":80,"s":[679.5,455.5,0],"e":[430.998,455.5,0],"to":[-21.2776031494141,0,0],"ti":[122.756690979004,0,0]},{"t":160.999986064963}]},"a":{"k":[16,7.5,0]},"s":{"k":[193.75,193.75,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.189],[0.189,0],[0,0.189],[-0.189,0]],"o":[[0,0.189],[-0.189,0],[0,-0.189],[0.189,0]],"v":[[-5.695,-4.749],[-6.037,-4.407],[-6.38,-4.749],[-6.037,-5.092]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[16,7.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.189],[0.189,0],[0,0.189],[-0.189,0]],"o":[[0,0.189],[-0.189,0],[0,-0.189],[0.189,0]],"v":[[-3.707,-0.833],[-4.049,-0.491],[-4.392,-0.833],[-4.049,-1.176]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[16,7.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.408],[0.407,0],[0,0.408],[-0.407,0]],"o":[[0,0.408],[-0.407,0],[0,-0.408],[0.407,0]],"v":[[6.639,-1.401],[5.902,-0.663],[5.164,-1.401],[5.902,-2.14]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[16,7.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.408],[0.407,0],[0,0.408],[-0.407,0]],"o":[[0,0.408],[-0.407,0],[0,-0.408],[0.407,0]],"v":[[0.683,0.795],[-0.054,1.533],[-0.791,0.795],[-0.054,0.056]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[16,7.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.307],[0.306,0],[0,0.307],[-0.307,0]],"o":[[0,0.307],[-0.307,0],[0,-0.307],[0.306,0]],"v":[[0.673,-2.801],[0.118,-2.246],[-0.437,-2.801],[0.118,-3.357]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[16,7.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.408],[0.407,0],[0,0.408],[-0.407,0]],"o":[[0,0.408],[-0.407,0],[0,-0.408],[0.407,0]],"v":[[-2.298,-3.714],[-3.036,-2.976],[-3.773,-3.714],[-3.036,-4.452]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[16,7.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.408],[0.407,0],[0,0.408],[-0.407,0]],"o":[[0,0.408],[-0.407,0],[0,-0.408],[0.407,0]],"v":[[-7.38,-2.035],[-8.118,-1.297],[-8.855,-2.035],[-8.118,-2.774]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[16,7.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0.637],[-2.247,0.715],[-3.924,0],[-1.295,-2.21],[-0.845,0],[0,-3.329],[0.002,-0.072],[0,-1.999],[0.016,-0.151]],"o":[[-0.197,-0.57],[0,-2.486],[0.297,-3.852],[2.744,0],[0.73,-0.315],[3.326,0],[0,0.073],[1.867,0.429],[0,0.156],[0,0]],"v":[[-15.457,6.711],[-15.766,4.893],[-11.89,-0.413],[-4.456,-7.299],[1.98,-3.605],[4.359,-4.095],[10.381,1.933],[10.375,2.15],[13.635,6.251],[13.609,6.711]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.13,0.49,0.05,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[16,7.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0.637],[-2.247,0.715],[-3.924,0],[-1.295,-2.21],[-0.845,0],[0,-3.329],[0.002,-0.072],[0,-1.999],[0.017,-0.151]],"o":[[-0.197,-0.57],[0,-2.486],[0.296,-3.852],[2.744,0],[0.73,-0.315],[3.326,0],[0,0.073],[1.867,0.429],[0,0.156],[0,0]],"v":[[-13.179,6.711],[-13.488,4.893],[-9.612,-0.413],[-2.178,-7.299],[4.258,-3.605],[6.637,-4.095],[12.659,1.933],[12.653,2.15],[15.913,6.251],[15.887,6.711]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.14,0.55,0.05,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[16,7.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":161.99998597841,"st":51.9999954992427,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"GrassThree","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[679.5,455.5,0],"e":[-52.5,453.5,0],"to":[-54.4280891418457,0,0],"ti":[56.7994651794434,0,0]},{"t":92.9999919505687}]},"a":{"k":[16,7.5,0]},"s":{"k":[193.75,193.75,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.189],[0.189,0],[0,0.189],[-0.189,0]],"o":[[0,0.189],[-0.189,0],[0,-0.189],[0.189,0]],"v":[[-5.695,-4.749],[-6.037,-4.407],[-6.38,-4.749],[-6.037,-5.092]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[16,7.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.189],[0.189,0],[0,0.189],[-0.189,0]],"o":[[0,0.189],[-0.189,0],[0,-0.189],[0.189,0]],"v":[[-3.707,-0.833],[-4.049,-0.491],[-4.392,-0.833],[-4.049,-1.176]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[16,7.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.408],[0.407,0],[0,0.408],[-0.407,0]],"o":[[0,0.408],[-0.407,0],[0,-0.408],[0.407,0]],"v":[[6.639,-1.401],[5.902,-0.663],[5.164,-1.401],[5.902,-2.14]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[16,7.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.408],[0.407,0],[0,0.408],[-0.407,0]],"o":[[0,0.408],[-0.407,0],[0,-0.408],[0.407,0]],"v":[[0.683,0.795],[-0.054,1.533],[-0.791,0.795],[-0.054,0.056]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[16,7.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.307],[0.306,0],[0,0.307],[-0.307,0]],"o":[[0,0.307],[-0.307,0],[0,-0.307],[0.306,0]],"v":[[0.673,-2.801],[0.118,-2.246],[-0.437,-2.801],[0.118,-3.357]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[16,7.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.408],[0.407,0],[0,0.408],[-0.407,0]],"o":[[0,0.408],[-0.407,0],[0,-0.408],[0.407,0]],"v":[[-2.298,-3.714],[-3.036,-2.976],[-3.773,-3.714],[-3.036,-4.452]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[16,7.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.408],[0.407,0],[0,0.408],[-0.407,0]],"o":[[0,0.408],[-0.407,0],[0,-0.408],[0.407,0]],"v":[[-7.38,-2.035],[-8.118,-1.297],[-8.855,-2.035],[-8.118,-2.774]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.09,0.33,0.03,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[16,7.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0.637],[-2.247,0.715],[-3.924,0],[-1.295,-2.21],[-0.845,0],[0,-3.329],[0.002,-0.072],[0,-1.999],[0.016,-0.151]],"o":[[-0.197,-0.57],[0,-2.486],[0.297,-3.852],[2.744,0],[0.73,-0.315],[3.326,0],[0,0.073],[1.867,0.429],[0,0.156],[0,0]],"v":[[-15.457,6.711],[-15.766,4.893],[-11.89,-0.413],[-4.456,-7.299],[1.98,-3.605],[4.359,-4.095],[10.381,1.933],[10.375,2.15],[13.635,6.251],[13.609,6.711]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.13,0.49,0.05,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[16,7.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0.637],[-2.247,0.715],[-3.924,0],[-1.295,-2.21],[-0.845,0],[0,-3.329],[0.002,-0.072],[0,-1.999],[0.017,-0.151]],"o":[[-0.197,-0.57],[0,-2.486],[0.296,-3.852],[2.744,0],[0.73,-0.315],[3.326,0],[0,0.073],[1.867,0.429],[0,0.156],[0,0]],"v":[[-13.179,6.711],[-13.488,4.893],[-9.612,-0.413],[-2.178,-7.299],[4.258,-3.605],[6.637,-4.095],[12.659,1.933],[12.653,2.15],[15.913,6.251],[15.887,6.711]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.14,0.55,0.05,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[16,7.5],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":161.99998597841,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Cloud 03","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[454,72,0]},"a":{"k":[39,27,0]},"s":{"k":[202.79,202.79,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[4.426,2.237],[0,2.097],[12.143,0],[3.457,-7.671],[2.012,0],[0,-7.522],[-0.081,-0.606],[0,-6.285],[-7.463,0],[0,0],[0,7.521]],"o":[[0.54,-1.922],[0,-12.237],[-8.904,0],[-1.715,-0.795],[-7.463,0],[0,0.629],[-5.743,1.57],[0,7.521],[0,0],[7.463,0],[0,-5.329]],"v":[[31.164,1.203],[32,-4.843],[10.014,-27],[-10.01,-13.99],[-15.645,-15.231],[-29.159,-1.612],[-29.032,0.239],[-39,13.381],[-25.486,27],[25.116,27],[38.63,13.381]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.95,0.97,1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[39,27],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":161.99998597841,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Cloud 02","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[144,161,0]},"a":{"k":[39,27,0]},"s":{"k":[127.719,127.719,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[4.426,2.237],[0,2.097],[12.143,0],[3.457,-7.671],[2.012,0],[0,-7.522],[-0.081,-0.606],[0,-6.285],[-7.463,0],[0,0],[0,7.521]],"o":[[0.54,-1.922],[0,-12.237],[-8.904,0],[-1.715,-0.795],[-7.463,0],[0,0.629],[-5.743,1.57],[0,7.521],[0,0],[7.463,0],[0,-5.329]],"v":[[31.164,1.203],[32,-4.843],[10.014,-27],[-10.01,-13.99],[-15.645,-15.231],[-29.159,-1.612],[-29.032,0.239],[-39,13.381],[-25.486,27],[25.116,27],[38.63,13.381]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.95,0.97,1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[39,27],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":161.99998597841,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Cloud 01","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[575,242,0]},"a":{"k":[39,27,0]},"s":{"k":[88.889,88.889,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[4.426,2.237],[0,2.097],[12.143,0],[3.457,-7.671],[2.012,0],[0,-7.522],[-0.081,-0.606],[0,-6.285],[-7.463,0],[0,0],[0,7.521]],"o":[[0.54,-1.922],[0,-12.237],[-8.904,0],[-1.715,-0.795],[-7.463,0],[0,0.629],[-5.743,1.57],[0,7.521],[0,0],[7.463,0],[0,-5.329]],"v":[[31.164,1.203],[32,-4.843],[10.014,-27],[-10.01,-13.99],[-15.645,-15.231],[-29.159,-1.612],[-29.032,0.239],[-39,13.381],[-25.486,27],[25.116,27],[38.63,13.381]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.95,0.97,1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[39,27],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":161.99998597841,"st":0,"bm":0,"sr":1}],"v":"4.5.0","ddd":1,"ip":0,"op":159.999986151516,"fr":23.9759979248047,"w":640,"h":520} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/day_night_cycle.json b/ohos/flutter_lottie/assets/lottiefiles/day_night_cycle.json new file mode 100644 index 0000000000000000000000000000000000000000..8a366253b79843f8e90287bf9aee323a3a6cd5a1 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/day_night_cycle.json @@ -0,0 +1 @@ +{"v":"4.6.6","fr":24,"ip":0,"op":48,"w":500,"h":500,"nm":"Icon 5","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Box Matte","td":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[250,250,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"rc","d":1,"s":{"a":0,"k":[350,350]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.6104422,0.7968428,0.8745098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":49,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Env","tt":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[336,513,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"d":1,"ty":"el","s":{"a":0,"k":[525,525]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":-36,"s":[0.336884,0.5490196,0.2798924,1],"e":[0.1534025,0.25,0.127451,1]},{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":-12,"s":[0.1534025,0.25,0.127451,1],"e":[0.336884,0.5490196,0.2798924,1]},{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":12,"s":[0.336884,0.5490196,0.2798924,1],"e":[0.1534025,0.25,0.127451,1]},{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":36,"s":[0.1534025,0.25,0.127451,1],"e":[0.336884,0.5490196,0.2798924,1]},{"t":60}]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"d":1,"ty":"el","s":{"a":0,"k":[363,363]},"p":{"a":0,"k":[-211,-117]},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":-36,"s":[0.4376192,0.5960785,0.3950481,1],"e":[0.2202491,0.3,0.1988235,1]},{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":-12,"s":[0.2202491,0.3,0.1988235,1],"e":[0.4376192,0.5960785,0.3950481,1]},{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":12,"s":[0.4376192,0.5960785,0.3950481,1],"e":[0.2202491,0.3,0.1988235,1]},{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":36,"s":[0.2202491,0.3,0.1988235,1],"e":[0.4376192,0.5960785,0.3950481,1]},{"t":60}]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill"},{"d":1,"ty":"el","s":{"a":0,"k":[849,849]},"p":{"a":0,"k":[18,75]},"nm":"Ellipse Path 3","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":-36,"s":[0.6286227,0.7098039,0.6068128,1],"e":[0.3631077,0.41,0.3505098,1]},{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":-12,"s":[0.3631077,0.41,0.3505098,1],"e":[0.6286227,0.7098039,0.6068128,1]},{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":12,"s":[0.6286227,0.7098039,0.6068128,1],"e":[0.3631077,0.41,0.3505098,1]},{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":36,"s":[0.3631077,0.41,0.3505098,1],"e":[0.6286227,0.7098039,0.6068128,1]},{"t":60}]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 3","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":49,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Planets","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[250,250,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[50,50]},"p":{"a":0,"k":[-135,0]},"nm":"Ellipse Path 3","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0.6780623,0.740981,0.8117647,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":10},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.1926182,0.2212769,0.2941176,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill"},{"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":"Moon","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[50,50]},"p":{"a":0,"k":[135,0]},"nm":"Ellipse Path 3","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0.9647059,0.6435824,0.2269896,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":10},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,0.8705883,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill"},{"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":"Sun","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"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":1,"k":[{"i":{"x":[0.5],"y":[0.861]},"o":{"x":[0.02],"y":[0.444]},"n":["0p5_0p861_0p02_0p444"],"t":0,"s":[0],"e":[-90]},{"i":{"x":[0.98],"y":[0.556]},"o":{"x":[0.5],"y":[0.139]},"n":["0p98_0p556_0p5_0p139"],"t":12,"s":[-90],"e":[-180]},{"i":{"x":[0.5],"y":[0.861]},"o":{"x":[0.02],"y":[0.444]},"n":["0p5_0p861_0p02_0p444"],"t":24,"s":[-180],"e":[-270]},{"i":{"x":[0.98],"y":[0.556]},"o":{"x":[0.5],"y":[0.139]},"n":["0p98_0p556_0p5_0p139"],"t":36,"s":[-270],"e":[-360]},{"t":48}],"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":"Main","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":49,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Box Matte 3","td":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[250,250,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"rc","d":1,"s":{"a":0,"k":[350,350]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.6104422,0.7968428,0.8745098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":49,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Stars","tt":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.489],"y":[1]},"o":{"x":[0.02],"y":[0]},"n":["0p489_1_0p02_0"],"t":24,"s":[0],"e":[100]},{"i":{"x":[0.98],"y":[1]},"o":{"x":[0.558],"y":[0]},"n":["0p98_1_0p558_0"],"t":36,"s":[100],"e":[0]},{"t":48}]},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[93],"e":[40]},{"t":48}]},"p":{"a":0,"k":[250,250,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"d":1,"ty":"el","s":{"a":0,"k":[5,5]},"p":{"a":0,"k":[-119,-54]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"d":1,"ty":"el","s":{"a":0,"k":[5,5]},"p":{"a":0,"k":[-89,-123]},"nm":"Ellipse Path 9","mn":"ADBE Vector Shape - Ellipse"},{"d":1,"ty":"el","s":{"a":0,"k":[5,5]},"p":{"a":0,"k":[133,-107]},"nm":"Ellipse Path 8","mn":"ADBE Vector Shape - Ellipse"},{"d":1,"ty":"el","s":{"a":0,"k":[5,5]},"p":{"a":0,"k":[83,-152]},"nm":"Ellipse Path 7","mn":"ADBE Vector Shape - Ellipse"},{"d":1,"ty":"el","s":{"a":0,"k":[5,5]},"p":{"a":0,"k":[61,-114]},"nm":"Ellipse Path 6","mn":"ADBE Vector Shape - Ellipse"},{"d":1,"ty":"el","s":{"a":0,"k":[5,5]},"p":{"a":0,"k":[-57,-76]},"nm":"Ellipse Path 5","mn":"ADBE Vector Shape - Ellipse"},{"d":1,"ty":"el","s":{"a":0,"k":[5,5]},"p":{"a":0,"k":[-148,-143]},"nm":"Ellipse Path 4","mn":"ADBE Vector Shape - Ellipse"},{"d":1,"ty":"el","s":{"a":0,"k":[5,5]},"p":{"a":0,"k":[-153,65]},"nm":"Ellipse Path 3","mn":"ADBE Vector Shape - Ellipse"},{"d":1,"ty":"el","s":{"a":0,"k":[5,5]},"p":{"a":0,"k":[-83,149]},"nm":"Ellipse Path 22","mn":"ADBE Vector Shape - Ellipse"},{"d":1,"ty":"el","s":{"a":0,"k":[5,5]},"p":{"a":0,"k":[104,135]},"nm":"Ellipse Path 21","mn":"ADBE Vector Shape - Ellipse"},{"d":1,"ty":"el","s":{"a":0,"k":[5,5]},"p":{"a":0,"k":[77,24]},"nm":"Ellipse Path 20","mn":"ADBE Vector Shape - Ellipse"},{"d":1,"ty":"el","s":{"a":0,"k":[5,5]},"p":{"a":0,"k":[-185,-82]},"nm":"Ellipse Path 23","mn":"ADBE Vector Shape - Ellipse"},{"d":1,"ty":"el","s":{"a":0,"k":[5,5]},"p":{"a":0,"k":[-77,24]},"nm":"Ellipse Path 19","mn":"ADBE Vector Shape - Ellipse"},{"d":1,"ty":"el","s":{"a":0,"k":[5,5]},"p":{"a":0,"k":[-93,89]},"nm":"Ellipse Path 18","mn":"ADBE Vector Shape - Ellipse"},{"d":1,"ty":"el","s":{"a":0,"k":[5,5]},"p":{"a":0,"k":[22,89]},"nm":"Ellipse Path 17","mn":"ADBE Vector Shape - Ellipse"},{"d":1,"ty":"el","s":{"a":0,"k":[5,5]},"p":{"a":0,"k":[22,-55]},"nm":"Ellipse Path 16","mn":"ADBE Vector Shape - Ellipse"},{"d":1,"ty":"el","s":{"a":0,"k":[5,5]},"p":{"a":0,"k":[-42,-29]},"nm":"Ellipse Path 15","mn":"ADBE Vector Shape - Ellipse"},{"d":1,"ty":"el","s":{"a":0,"k":[5,5]},"p":{"a":0,"k":[75,-43]},"nm":"Ellipse Path 14","mn":"ADBE Vector Shape - Ellipse"},{"d":1,"ty":"el","s":{"a":0,"k":[5,5]},"p":{"a":0,"k":[29,-208]},"nm":"Ellipse Path 13","mn":"ADBE Vector Shape - Ellipse"},{"d":1,"ty":"el","s":{"a":0,"k":[5,5]},"p":{"a":0,"k":[157,-164]},"nm":"Ellipse Path 12","mn":"ADBE Vector Shape - Ellipse"},{"d":1,"ty":"el","s":{"a":0,"k":[5,5]},"p":{"a":0,"k":[-57,-164]},"nm":"Ellipse Path 11","mn":"ADBE Vector Shape - Ellipse"},{"d":1,"ty":"el","s":{"a":0,"k":[5,5]},"p":{"a":0,"k":[0,-84]},"nm":"Ellipse Path 10","mn":"ADBE Vector Shape - Ellipse"},{"d":1,"ty":"el","s":{"a":0,"k":[5,5]},"p":{"a":0,"k":[-10,-122]},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.933126,0.9490196,0.8262053,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 3","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":49,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Box Matte 2","td":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[250,250,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"rc","d":1,"s":{"a":0,"k":[350,350]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.6104422,0.7968428,0.8745098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":49,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Sky","tt":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[250,250,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"rc","d":1,"s":{"a":0,"k":[350,350]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":-12,"s":[0.149158,0.1933445,0.2078431,1],"e":[0.7820223,0.9048088,0.945098,1]},{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":12,"s":[0.7820223,0.9048088,0.945098,1],"e":[0.149158,0.1933445,0.2078431,1]},{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":36,"s":[0.149158,0.1933445,0.2078431,1],"e":[0.7820223,0.9048088,0.945098,1]},{"t":60}]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 3","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":49,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/day_of_the_dead.json b/ohos/flutter_lottie/assets/lottiefiles/day_of_the_dead.json new file mode 100644 index 0000000000000000000000000000000000000000..93f18888c94195467e8adc74e5e19aa5af0f7426 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/day_of_the_dead.json @@ -0,0 +1 @@ +{"v":"5.1.16","fr":10,"ip":0,"op":65,"w":800,"h":800,"nm":"Renders","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"D","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":16,"s":[200,200,0],"e":[200,194,0],"to":[0,-1,0],"ti":[0,1,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":26,"s":[200,194,0],"e":[200,194,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":44,"s":[200,194,0],"e":[200,200,0],"to":[0,1,0],"ti":[0,-1,0]},{"t":54}],"ix":2},"a":{"a":0,"k":[87,55.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.298,0.694],[-4.848,-0.176],[-3.12,-1.918],[-0.985,-3.883],[1.052,-3.825],[6.19,-1.254],[2.079,-0.052],[3.963,0],[0,0],[-0.123,0.209],[0.002,2.119],[0.161,7.367],[0.475,1.625]],"o":[[5.182,0],[3.553,0.128],[3.456,2.126],[0.981,3.856],[-1.7,6.173],[-2.033,0.412],[-3.96,0.096],[0,0],[0.13,-0.349],[1.08,-1.848],[-0.007,-7.371],[-0.036,-1.638],[-0.09,-0.308]],"v":[[-16.326,-17.5],[-1.437,-17.456],[8.711,-14.69],[15.335,-5.647],[15.274,5.937],[3.124,16.903],[-3.095,17.536],[-14.983,17.563],[-16.202,17.563],[-15.896,16.756],[-14.333,10.783],[-14.444,-11.327],[-15.779,-16.212]],"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":[[3.171,0.247],[0,-0.109],[0.02,-10.161],[-0.633,0.031],[-2.104,0.278],[-1.614,5.239],[1.658,5.315],[3.936,0.71]],"o":[[-0.104,0.519],[-0.005,10.16],[-0.001,0.727],[2.127,-0.103],[4.812,-0.637],[1.64,-5.324],[-1.169,-3.748],[-3.085,-0.555]],"v":[[-8.531,-16.014],[-8.676,-15.279],[-8.698,15.203],[-7.748,16.057],[-1.367,15.752],[8.622,7.935],[8.522,-8.104],[0.913,-15.216]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.936999990426,0.827000038297,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[140.51,91.772],"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":"Group 12","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"A","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":14,"s":[200,200,0],"e":[200,194,0],"to":[0,-1,0],"ti":[0,1,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":24,"s":[200,194,0],"e":[200,194,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":43,"s":[200,194,0],"e":[200,200,0],"to":[0,1,0],"ti":[0,-1,0]},{"t":53}],"ix":2},"a":{"a":0,"k":[87,55.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.193,-0.322],[0,0],[0.374,1.67],[0.87,2.348],[0.299,0.004],[3.222,-0.042],[0.108,-0.275],[-0.297,-2.81],[-0.336,-1.492],[0,0],[-0.027,0.03],[-1.489,3.865],[-2.925,7.731],[-0.713,0.022],[-0.229,-0.609],[-3.379,-8.921],[-1.859,-2.044]],"o":[[0,0],[0,-1.783],[-0.544,-2.425],[-0.091,-0.247],[-3.222,-0.036],[-0.327,0.004],[-1.001,2.54],[0.154,1.454],[0,0],[-0.011,-0.052],[2.888,-3.184],[2.971,-7.713],[0.226,-0.601],[0.791,-0.024],[3.372,8.923],[0.959,2.532],[0.116,0.13]],"v":[[15.644,17.719],[6.088,17.719],[6.016,12.448],[3.588,5.35],[2.725,4.842],[-6.939,4.845],[-7.885,5.405],[-9.735,13.296],[-8.783,17.665],[-15.579,17.665],[-15.617,17.48],[-10.051,6.411],[-1.222,-16.762],[-0.036,-17.695],[1.221,-16.7],[11.361,10.061],[15.266,17.096]],"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":[[1.614,-4.234],[0,0],[1.686,4.44]],"o":[[0,0],[-1.617,-4.258],[-1.709,4.481]],"v":[[-6.997,3.085],[2.781,3.085],[-2.099,-9.761]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.936999990426,0.827000038297,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[105.776,91.745],"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":"Group 11","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"E","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":13,"s":[200,200,0],"e":[200,194,0],"to":[0,-1,0],"ti":[0,1,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":23,"s":[200,194,0],"e":[200,194,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":42,"s":[200,194,0],"e":[200,200,0],"to":[0,1,0],"ti":[0,-1,0]},{"t":52}],"ix":2},"a":{"a":0,"k":[87,55.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.121,0.034],[-0.436,1.746],[-0.002,0.75],[0.143,6.695],[0.433,1.94],[0.263,0.687],[-0.354,0],[-6.598,0.042],[-0.161,-0.872],[-0.454,-2.258],[0.073,-0.324],[0.201,0.225],[1.223,1.426],[2.17,-0.112],[1.935,0.101],[-0.003,-0.672],[0.011,-4.541],[-0.575,0.015],[-1.001,0.289],[-0.83,0.742],[-0.78,0.912],[-0.303,0.166],[-0.003,-0.319],[0.029,-3.217],[0.132,-0.308],[0.219,0.243],[0.815,0.881],[1.529,-0.178],[0.449,-0.523],[0.006,-1.045],[0.033,-3.708],[-0.967,0.063],[-2.639,0.179],[-1.202,1.289],[-1.426,1.695],[-0.345,0.195],[0.07,-0.351],[0.63,-2.72],[0.295,-0.001],[7.793,0.008]],"o":[[0.509,-1.804],[0.181,-0.722],[0.018,-6.698],[-0.042,-1.956],[-0.127,-0.57],[0.519,-0.028],[6.6,-0.004],[0.9,-0.005],[0.418,2.263],[0.059,0.296],[-0.311,-0.124],[-1.25,-1.402],[-1.282,-1.496],[-1.928,0.1],[-0.614,-0.032],[0.019,4.541],[-0.001,0.582],[1.081,-0.028],[1.05,-0.301],[0.881,-0.787],[0.211,-0.247],[0.124,0.32],[0.026,3.217],[-0.002,0.309],[-0.313,-0.155],[-0.803,-0.892],[-0.979,-1.058],[-0.987,0.114],[-0.534,0.622],[-0.019,3.708],[-0.007,0.84],[2.639,-0.173],[1.85,-0.127],[1.505,-1.616],[0.24,-0.285],[0.054,0.376],[-0.548,2.739],[-0.071,0.306],[-7.792,0.035],[-0.071,0]],"v":[[-13.077,17.623],[-11.607,12.352],[-11.366,10.108],[-11.409,-9.985],[-12.563,-15.828],[-13.234,-17.621],[-12.007,-17.686],[7.792,-17.711],[9.158,-16.554],[10.579,-9.795],[10.377,-8.827],[9.46,-9.212],[5.785,-13.486],[0.937,-16.009],[-4.87,-16.198],[-5.745,-15.4],[-5.743,-1.777],[-4.943,-0.981],[-1.717,-1.055],[1.187,-2.763],[3.467,-5.547],[4.364,-6.057],[4.719,-5.099],[4.717,4.552],[4.337,5.478],[3.411,4.999],[1.085,2.247],[-2.583,0.698],[-5.456,0.93],[-5.73,3.964],[-5.753,15.089],[-4.65,16.246],[3.28,15.89],[7.773,13.35],[12.002,8.227],[13.021,7.63],[13.165,8.755],[11.417,16.949],[10.564,17.681],[-12.814,17.695]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.936999990426,0.827000038297,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[75.892,92.296],"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":"Group 10","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"D","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":11,"s":[200,200,0],"e":[200,194,0],"to":[0,-1,0],"ti":[0,1,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":21,"s":[200,194,0],"e":[200,194,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":40,"s":[200,194,0],"e":[200,200,0],"to":[0,1,0],"ti":[0,-1,0]},{"t":50}],"ix":2},"a":{"a":0,"k":[87,55.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.24,0.491],[-4.604,-0.14],[-2.521,-0.796],[-0.619,-6.503],[1.256,-3.202],[5.674,-1.089],[2.108,-0.046],[4.581,0],[-0.18,0.328],[0.001,1.865],[0.138,7.519],[0.468,1.555]],"o":[[4.807,-0.09],[2.653,0.08],[6.651,2.098],[0.319,3.346],[-2.118,5.402],[-2.067,0.397],[-4.356,0.093],[0.214,-0.464],[0.894,-1.635],[-0.003,-7.52],[-0.029,-1.568],[-0.111,-0.369]],"v":[[-16.458,-17.271],[-2.43,-17.471],[5.48,-16.197],[16.139,-2.576],[15.076,7.333],[3.16,16.893],[-3.148,17.518],[-16.445,17.544],[-15.915,16.402],[-14.525,11.167],[-14.594,-11.394],[-15.883,-16.074]],"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":[[3.547,0.142],[0,-0.07],[0.025,-10.202],[-0.617,0.028],[-2.133,0.28],[-1.619,5.331],[1.751,5.337],[3.362,1.154]],"o":[[-0.082,0.274],[-0.009,10.2],[-0.001,0.752],[2.158,-0.1],[4.907,-0.646],[1.63,-5.37],[-1.068,-3.255],[-3.47,-1.19]],"v":[[-8.65,-15.809],[-8.771,-15.396],[-8.805,15.208],[-7.814,16.038],[-1.344,15.732],[8.809,7.796],[8.592,-8.353],[1.928,-15.029]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.936999990426,0.827000038297,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[42.458,91.791],"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":"Group 9","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"E","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":11,"s":[200,200,0],"e":[200,194,0],"to":[0,-1,0],"ti":[0,1,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":21,"s":[200,194,0],"e":[200,194,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":40,"s":[200,194,0],"e":[200,200,0],"to":[0,1,0],"ti":[0,-1,0]},{"t":50}],"ix":2},"a":{"a":0,"k":[87,55.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.117,0.02],[-0.073,0.188],[0.009,1.046],[-0.016,2.615],[0.351,0.905],[0.097,0.263],[-0.139,0],[-2.848,0.018],[-0.068,-0.35],[-0.189,-0.942],[0.034,-0.166],[0.099,0.112],[0.501,0.584],[0.947,-0.057],[0.97,0],[0,-0.139],[0.02,-1.829],[-0.384,-0.056],[-0.768,1.159],[-0.219,0.179],[-0.003,-0.27],[0.011,-1.219],[0.048,-0.138],[0.104,0.111],[0.312,0.343],[0.732,-0.03],[0,-1.303],[0.028,-1.589],[-0.416,0.026],[-1.102,0.07],[-0.529,0.557],[-0.6,0.707],[-0.145,0.093],[0.031,-0.159],[0.236,-1.144],[0.266,0.001],[3.313,0.002]],"o":[[0.077,-0.212],[0.381,-0.964],[-0.022,-2.615],[0.007,-0.98],[-0.085,-0.217],[0.208,-0.01],[2.849,-0.001],[0.368,-0.002],[0.181,0.944],[0.031,0.152],[-0.143,-0.072],[-0.516,-0.57],[-0.559,-0.653],[-0.921,0.056],[-0.006,0.083],[-0.002,1.829],[-0.004,0.399],[1.471,0.218],[0.149,-0.225],[0.045,0.269],[0.014,1.219],[-0.002,0.139],[-0.148,-0.07],[-0.315,-0.339],[-0.46,-0.506],[-1.284,0.053],[0,1.589],[-0.006,0.441],[1.102,-0.069],[0.815,-0.051],[0.635,-0.672],[0.107,-0.127],[0.03,0.17],[-0.231,1.146],[-0.05,0.242],[-3.313,-0.009],[-0.061,0]],"v":[[-5.668,7.467],[-5.453,6.875],[-4.869,3.878],[-4.871,-3.968],[-5.415,-6.779],[-5.673,-7.479],[-5.185,-7.501],[3.361,-7.512],[3.922,-7.049],[4.527,-4.231],[4.433,-3.737],[4.011,-3.959],[2.498,-5.7],[0.379,-6.789],[-2.439,-6.777],[-2.465,-6.416],[-2.475,-0.929],[-1.963,-0.405],[1.246,-2.02],[1.891,-2.566],[2.022,-1.758],[2.022,1.9],[1.885,2.315],[1.449,2.099],[0.55,1.036],[-1.181,0.284],[-2.466,1.603],[-2.477,6.368],[-1.931,6.883],[1.378,6.737],[3.349,5.643],[5.131,3.507],[5.561,3.221],[5.642,3.73],[4.918,7.161],[4.51,7.513],[-5.429,7.505]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[118.467,55.805],"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":"Group 8","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"H","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":10,"s":[200,200,0],"e":[200,194,0],"to":[0,-1,0],"ti":[0,1,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":20,"s":[200,194,0],"e":[200,194,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":41,"s":[200,194,0],"e":[200,200,0],"to":[0,1,0],"ti":[0,-1,0]},{"t":51}],"ix":2},"a":{"a":0,"k":[87,55.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.149,-0.353],[0.023,-1.005],[-0.028,-2.273],[-0.725,-1.2],[-0.022,-0.093],[0,0],[-0.052,0.092],[-0.004,1.246],[-0.015,1.016],[0.323,-0.002],[2.062,0.01],[-0.009,-0.344],[-0.096,-1.574],[-0.182,-0.58],[-0.092,-0.201],[0,0],[-0.066,0.138],[-0.001,0.98],[0.002,2.823],[0.444,0.914],[0.062,0.166],[0,0],[0.02,-0.036],[-0.037,-1.432],[0.004,-0.757],[-0.288,0.001],[-2.173,0.005],[-0.123,0.047],[1.289,2.218]],"o":[[-0.178,0.409],[-0.409,0.964],[-0.05,2.272],[0.017,1.334],[0.03,0.049],[0,0],[0.047,-0.14],[0.646,-1.123],[0.003,-1.016],[0.003,-0.307],[-2.062,0.012],[-0.326,-0.002],[0.04,1.578],[0.036,0.591],[0.047,0.149],[0,0],[0.058,-0.158],[0.429,-0.885],[0.004,-2.822],[0,-1.013],[-0.054,-0.11],[0,0],[-0.004,0.058],[-0.724,1.285],[0.018,0.758],[-0.002,0.248],[2.174,-0.011],[0.03,0],[-0.165,-2.265],[0,0]],"v":[[6.739,-7.512],[6.257,-6.402],[5.901,-3.398],[5.893,3.422],[6.66,7.303],[6.712,7.512],[2.699,7.512],[2.817,7.17],[3.502,3.56],[3.509,0.512],[3.103,0.088],[-3.083,0.089],[-3.536,0.529],[-3.42,5.262],[-2.915,7.008],[-2.693,7.495],[-6.736,7.495],[-6.57,7.051],[-5.942,4.249],[-5.941,-4.217],[-6.589,-7.113],[-6.739,-7.51],[-2.747,-7.51],[-2.758,-7.361],[-3.535,-3.242],[-3.533,-0.969],[-3.186,-0.579],[3.335,-0.596],[3.516,-0.663],[2.651,-7.512]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[103.899,55.805],"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":"Group 7","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"T","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":11,"s":[200,200,0],"e":[200,194,0],"to":[0,-1,0],"ti":[0,1,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":21,"s":[200,194,0],"e":[200,194,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":40,"s":[200,194,0],"e":[200,200,0],"to":[0,1,0],"ti":[0,-1,0]},{"t":50}],"ix":2},"a":{"a":0,"k":[87,55.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.043,-0.049],[0.096,0.128],[0.448,0.704],[1.338,-0.151],[0.209,-0.004],[0.074,-0.018],[0,-0.139],[0.006,-3.523],[-0.474,-0.921],[-0.06,-0.165],[0,0],[-0.033,0.062],[0.002,1.268],[0,3.395],[0.009,0.138],[0.889,-1.355],[0.591,-0.78],[0.146,-0.088],[-0.025,0.149],[-0.205,1.235],[-0.21,0],[-3.076,0],[-0.832,-0.026],[-0.023,-0.115],[-0.241,-1.358]],"o":[[-0.147,-0.09],[-0.498,-0.67],[-0.712,-1.119],[-0.206,0.023],[-0.045,0.001],[-0.008,0.138],[0.002,3.524],[-0.001,1.032],[0.057,0.109],[0,0],[0.006,-0.075],[0.601,-1.142],[-0.006,-3.396],[0,-0.078],[-1.306,0],[-0.537,0.818],[-0.096,0.126],[-0.025,-0.156],[0.208,-1.235],[0.059,-0.35],[3.076,-0.003],[0.833,0],[0.138,0.004],[0.264,1.353],[-0.043,0.048]],"v":[[6.889,-2.971],[6.454,-3.245],[5.006,-5.288],[1.991,-6.814],[1.366,-6.809],[1.202,-6.771],[1.179,-6.355],[1.185,4.217],[1.84,7.152],[1.986,7.548],[-1.991,7.548],[-1.969,7.323],[-1.216,3.682],[-1.218,-6.505],[-1.238,-6.801],[-4.764,-5.669],[-6.495,-3.298],[-6.926,-3.029],[-6.993,-3.497],[-6.348,-7.197],[-5.84,-7.469],[3.389,-7.471],[5.888,-7.458],[6.278,-7.189],[7.018,-3.118]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[88.525,55.77],"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":"Group 6","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"F","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":10,"s":[200,200,0],"e":[200,194,0],"to":[0,-1,0],"ti":[0,1,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":20,"s":[200,194,0],"e":[200,194,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":39,"s":[200,194,0],"e":[200,200,0],"to":[0,1,0],"ti":[0,-1,0]},{"t":49}],"ix":2},"a":{"a":0,"k":[87,55.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.042,-0.03],[0,0],[0.122,0.121],[0.49,0.355],[0.423,0.06],[0.477,0.012],[-0.005,-0.27],[-0.116,-1.564],[-0.219,-0.722],[0,0],[-0.046,0.089],[0.001,1.041],[0.073,2.785],[0.195,0.779],[0.091,0.209],[0,0],[-0.213,-0.955],[-0.005,-0.168],[0.037,-0.122],[0.076,0.084],[0.343,0.485],[1.482,-0.141],[0.731,0.039],[-0.002,-0.306],[0.013,-1.775],[-0.324,0.034],[-0.124,-0.02],[-0.806,1.181],[-0.163,0.171]],"o":[[0,0],[-0.219,-0.189],[-0.434,-0.432],[-0.33,-0.24],[-0.467,-0.066],[-0.26,-0.007],[0.036,1.571],[0.052,0.706],[0,0],[0.029,-0.097],[0.487,-0.936],[-0.003,-2.787],[-0.021,-0.785],[-0.04,-0.161],[0,0],[0.206,0.924],[0.037,0.167],[0.003,0.121],[-0.121,-0.046],[-0.402,-0.442],[-0.814,-1.153],[-0.723,0.068],[-0.32,-0.017],[0.01,1.775],[-0.002,0.334],[0.126,-0.013],[1.522,0.249],[0.131,-0.191],[0.042,0.03]],"v":[[2.629,-2.619],[2.629,2.196],[2.15,1.781],[0.842,0.498],[-0.381,0.096],[-1.811,0.078],[-2.183,0.422],[-2.064,5.132],[-1.451,7.244],[-5.362,7.244],[-5.273,6.954],[-4.587,3.978],[-4.633,-4.382],[-5.171,-6.726],[-5.393,-7.244],[4.657,-7.244],[5.288,-4.411],[5.389,-3.91],[5.285,-3.543],[4.928,-3.685],[3.764,-5.045],[0.424,-6.663],[-1.77,-6.707],[-2.185,-6.317],[-2.186,-0.992],[-1.735,-0.574],[-1.353,-0.573],[2.018,-2.194],[2.501,-2.709]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.286,55.536],"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":"Group 5","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"O","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":9,"s":[200,200,0],"e":[200,194,0],"to":[0,-1,0],"ti":[0,1,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":19,"s":[200,194,0],"e":[200,194,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":40,"s":[200,194,0],"e":[200,200,0],"to":[0,1,0],"ti":[0,-1,0]},{"t":50}],"ix":2},"a":{"a":0,"k":[87,55.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.039,0.022],[-0.155,4.328],[-3.891,-0.024],[0.041,-4.149]],"o":[[-3.777,0.135],[0.14,-3.941],[4.026,0.024],[-0.041,4.149]],"v":[[0.014,7.723],[-7.488,-0.278],[0.074,-7.834],[7.602,0.049]],"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.039,1.878],[0.231,0.971],[1.219,0.8],[1.196,-2.37],[-1.521,-3.127],[-1.678,-0.046],[-0.819,1.954]],"o":[[-0.081,-0.507],[-0.333,-1.398],[-2.148,-1.413],[-1.566,3.102],[0.734,1.507],[1.909,0.054],[0.537,-1.282]],"v":[[4.992,-0.502],[4.583,-2.984],[2.37,-6.424],[-3.734,-4.763],[-3.768,4.665],[-0.072,7.048],[4.232,4.01]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[55.595,55.59],"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":"Group 4","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Y","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":10,"s":[200,200,0],"e":[200,194,0],"to":[0,-1,0],"ti":[0,1,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":20,"s":[200,194,0],"e":[200,194,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":39,"s":[200,194,0],"e":[200,200,0],"to":[0,1,0],"ti":[0,-1,0]},{"t":49}],"ix":2},"a":{"a":0,"k":[87,55.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.246,-0.478],[0,0],[-0.123,0.204],[0.025,2.254],[0.02,2.62],[0.203,0.364],[2.668,4.458],[1.315,1.686],[0,0],[-1.249,-2.283],[-1.534,-2.826],[-0.296,-0.488],[-0.879,1.612],[-0.735,1.71],[1.355,2.342],[0,0],[0.088,-0.083],[2.221,-3.762],[1.274,-2.328],[0.012,-0.64],[0.016,-2.882],[-0.903,-1.562]],"o":[[0,0],[0.09,-0.267],[1.18,-1.953],[-0.028,-2.62],[-0.004,-0.434],[-2.528,-4.541],[-1.094,-1.827],[0,0],[-1.472,2.675],[1.542,2.821],[0.176,0.324],[0.99,-1.724],[0.894,-1.638],[0.97,-2.261],[0,0],[-0.071,0.173],[-3.27,3.041],[-1.35,2.285],[-0.306,0.56],[-0.052,2.881],[-0.009,1.798],[0.196,0.341]],"v":[[4.627,17.439],[-4.783,17.439],[-4.531,16.712],[-2.974,10.372],[-2.99,2.511],[-3.225,1.219],[-10.906,-12.348],[-14.825,-17.439],[-4.259,-17.439],[-3.217,-10.21],[1.381,-1.731],[2.058,-0.609],[4.869,-5.524],[7.431,-10.5],[7.063,-17.416],[14.825,-17.416],[14.647,-16.999],[7.211,-6.24],[3.255,0.672],[2.761,2.572],[2.734,11.218],[4.018,16.262]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.936999990426,0.827000038297,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[119.533,18.512],"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":"Group 3","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"A","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":9,"s":[200,200,0],"e":[200,194,0],"to":[0,-1,0],"ti":[0,1,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":19,"s":[200,194,0],"e":[200,194,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":40,"s":[200,194,0],"e":[200,200,0],"to":[0,1,0],"ti":[0,-1,0]},{"t":50}],"ix":2},"a":{"a":0,"k":[87,55.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.172,-0.29],[0,0],[1.396,3.964],[0.313,0.005],[3.186,-0.035],[0.094,-0.245],[-0.207,-2.65],[-0.306,-1.662],[0,0],[-0.292,0.358],[-0.962,2.555],[-3.226,8.564],[-0.962,-0.008],[-0.226,-0.604],[-3.356,-8.916],[-1.77,-1.953]],"o":[[0,0],[1.441,-4.497],[-0.097,-0.274],[-3.185,-0.042],[-0.302,0.004],[-0.913,2.405],[0.129,1.638],[0,0],[0.389,-0.482],[1.757,-2.156],[3.228,-8.564],[0.233,-0.618],[0.969,0.008],[3.342,8.92],[0.912,2.418],[0.138,0.152]],"v":[[15.537,17.7],[5.935,17.7],[3.667,5.442],[2.762,4.861],[-6.795,4.858],[-7.669,5.348],[-9.524,12.786],[-8.65,17.699],[-15.537,17.699],[-14.567,16.499],[-10.897,9.225],[-1.222,-16.469],[0.102,-17.692],[1.392,-16.438],[11.414,10.325],[15.148,17.054]],"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":[[1.598,-4.234],[0,0],[1.669,4.447]],"o":[[0,0],[-1.597,-4.254],[-1.686,4.473]],"v":[[-6.816,3.093],[2.848,3.093],[-1.972,-9.748]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.936999990426,0.827000038297,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[92.574,17.884],"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":"Group 2","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"D","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":8,"s":[200,200,0],"e":[200,194,0],"to":[0,-1,0],"ti":[0,1,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":18,"s":[200,194,0],"e":[200,194,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":39,"s":[200,194,0],"e":[200,200,0],"to":[0,1,0],"ti":[0,-1,0]},{"t":49}],"ix":2},"a":{"a":0,"k":[87,55.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.106,0.178],[0.014,2.419],[-0.032,6.757],[1.174,2.002],[0.107,0.302],[-3.29,0.095],[-3.488,-0.926],[-0.319,-7.087],[1.256,-3.14],[5.53,-1.078],[2.089,-0.051],[3.945,0]],"o":[[0.123,-0.349],[1.245,-2.101],[-0.042,-6.757],[0.011,-2.303],[-0.123,-0.21],[3.387,-0.105],[3.575,-0.104],[6.796,1.806],[0.149,3.317],[-2.133,5.332],[-2.048,0.4],[-3.942,0.097],[0,0]],"v":[[-16.219,17.697],[-15.952,16.952],[-14.328,10.153],[-14.332,-10.119],[-15.901,-16.591],[-16.179,-17.356],[-6.213,-17.662],[4.403,-16.722],[16.07,-2.152],[14.897,7.602],[3.177,17.037],[-3.073,17.669],[-14.907,17.697]],"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":[[3.363,0.159],[0,-0.332],[-0.002,-9.91],[-0.995,0.07],[-2.579,0.415],[-1.268,4.384],[1.734,5.38],[3.693,1.044]],"o":[[-0.024,0.526],[-0.002,9.909],[0,0.58],[2.617,-0.184],[4.466,-0.715],[1.572,-5.43],[-1.157,-3.591],[-3.216,-0.908]],"v":[[-8.624,-15.944],[-8.676,-14.754],[-8.676,14.976],[-7.847,16.177],[0,15.614],[8.764,7.894],[8.557,-8.389],[1.219,-15.374]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.936999990426,0.827000038297,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[61.087,18.23],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":0,"nm":"Marigold-animation","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":90,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":8,"s":[277.5,199,0],"e":[277.5,193,0],"to":[0,-1,0],"ti":[0,1,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":18,"s":[277.5,193,0],"e":[277.5,193,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":39,"s":[277.5,193,0],"e":[277.5,199,0],"to":[0,1,0],"ti":[0,-1,0]},{"t":49}],"ix":2},"a":{"a":0,"k":[300,300,0],"ix":1},"s":{"a":0,"k":[20,20,100],"ix":6}},"ao":0,"w":600,"h":600,"ip":0,"op":202,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":0,"nm":"Marigold-animation","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-89,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":8,"s":[121,200,0],"e":[121,194,0],"to":[0,-1,0],"ti":[0,1,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":18,"s":[121,194,0],"e":[121,194,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":39,"s":[121,194,0],"e":[121,200,0],"to":[0,1,0],"ti":[0,-1,0]},{"t":49}],"ix":2},"a":{"a":0,"k":[300,300,0],"ix":1},"s":{"a":0,"k":[20,20,100],"ix":6}},"ao":0,"w":600,"h":600,"ip":0,"op":202,"st":0,"bm":0}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Marigold","refId":"comp_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":0,"s":[0],"e":[321]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":9,"s":[321],"e":[360]},{"i":{"x":[0.335],"y":[1.103]},"o":{"x":[0.529],"y":[-0.156]},"n":["0p335_1p103_0p529_-0p156"],"t":15,"s":[360],"e":[720]},{"i":{"x":[0.603],"y":[1.294]},"o":{"x":[0.435],"y":[0]},"n":["0p603_1p294_0p435_0"],"t":35,"s":[720],"e":[713.427]},{"i":{"x":[0.519],"y":[3.043]},"o":{"x":[0.22],"y":[0.181]},"n":["0p519_3p043_0p22_0p181"],"t":44,"s":[713.427],"e":[720]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":54,"s":[720],"e":[360]},{"t":65}],"ix":10},"p":{"a":0,"k":[272.75,285.818,0],"ix":2},"a":{"a":0,"k":[862.541,721.333,0],"ix":1},"s":{"a":0,"k":[60,60,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"Branch","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[304.943,379.729,0],"ix":2},"a":{"a":0,"k":[292,152,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":800,"h":800,"ip":0,"op":150,"st":0,"bm":0}]},{"id":"comp_2","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Marigold 4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":270,"ix":10},"p":{"a":0,"k":[838,722.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.886,0,0.5,1,0.822,0,1,1,0.757,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Marigold 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":90,"ix":10},"p":{"a":0,"k":[888,722.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.812,0,0.5,1,0.724,0,1,1,0.635,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Marigold 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":180,"ix":10},"p":{"a":0,"k":[863,742.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.776,0,0.5,1,0.716,0,1,1,0.655,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Marigold","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[863,704,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.812,0,0.5,1,0.724,0,1,1,0.635,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Marigold 7","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":45,"ix":10},"p":{"a":0,"k":[844,741,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.969,0.69,0.02,0.5,0.947,0.58,0.014,1,0.925,0.471,0.008],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Marigold 6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":135,"ix":10},"p":{"a":0,"k":[844,703.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.969,0.69,0.02,0.5,0.947,0.58,0.014,1,0.925,0.471,0.008],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Marigold 9","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-22,"ix":10},"p":{"a":0,"k":[852.5,696,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.886,0,0.5,1,0.822,0,1,1,0.757,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Marigold 8","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":135,"ix":10},"p":{"a":0,"k":[881.5,740,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.969,0.69,0.02,0.5,0.947,0.58,0.014,1,0.925,0.471,0.008],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Marigold 5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":45,"ix":10},"p":{"a":0,"k":[881.5,703.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.969,0.69,0.02,0.5,0.947,0.58,0.014,1,0.925,0.471,0.008],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Marigold 16","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":294,"ix":10},"p":{"a":0,"k":[838.5,712,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.886,0,0.5,1,0.822,0,1,1,0.757,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Marigold 15","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":246,"ix":10},"p":{"a":0,"k":[838.5,733.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.886,0,0.5,1,0.822,0,1,1,0.757,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Marigold 14","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":201,"ix":10},"p":{"a":0,"k":[853.5,745.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.886,0,0.5,1,0.822,0,1,1,0.757,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Marigold 13","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":159,"ix":10},"p":{"a":0,"k":[872,745.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.886,0,0.5,1,0.822,0,1,1,0.757,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"Marigold 12","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":110,"ix":10},"p":{"a":0,"k":[887,731.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.886,0,0.5,1,0.822,0,1,1,0.757,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"Marigold 11","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":72,"ix":10},"p":{"a":0,"k":[887,712,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.886,0,0.5,1,0.822,0,1,1,0.757,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"Marigold 10","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":22,"ix":10},"p":{"a":0,"k":[872.5,696,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.886,0,0.5,1,0.822,0,1,1,0.757,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"Marigold 20","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":270,"ix":10},"p":{"a":0,"k":[826.5,722.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.969,0.69,0.02,0.5,0.947,0.58,0.014,1,0.925,0.471,0.008],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"Marigold 19","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":180,"ix":10},"p":{"a":0,"k":[863,753,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.969,0.69,0.02,0.5,0.947,0.58,0.014,1,0.925,0.471,0.008],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"Marigold 18","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":90,"ix":10},"p":{"a":0,"k":[900,722,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.969,0.69,0.02,0.5,0.947,0.58,0.014,1,0.925,0.471,0.008],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":20,"ty":4,"nm":"Marigold 17","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[862.5,689.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.969,0.69,0.02,0.5,0.947,0.58,0.014,1,0.925,0.471,0.008],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0}]},{"id":"comp_3","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Combined Shape Copy 10","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},"n":"0p833_0p833_0p167_0p167","t":10.8,"s":[282.705,208.357,0],"e":[275.705,168.357,0],"to":[-1.16666662693024,-6.66666650772095,0],"ti":[1.16666662693024,6.66666650772095,0]},{"t":15.6}],"ix":2},"a":{"a":0,"k":[9.59,13.885,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":10.8,"s":[0,0,100],"e":[-100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":15.6,"s":[-100,100,100],"e":[-100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":27.92,"s":[-100,100,100],"e":[100,100,100]},{"t":30.480078125}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.46,1.09],[-0.64,-1.11],[0.47,-1.1],[0.64,1.12]],"o":[[1.18,0.15],[0.64,1.12],[-1.17,-0.15],[-0.64,-1.11]],"v":[[0.31,0],[3.23,1.94],[3.45,5.45],[0.53,3.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929412007332,0.21960799396,0.447059005499,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[509.554,509.554],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Combined Shape Copy 8","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},"n":"0p833_0p833_0p167_0p167","t":6.32,"s":[275.705,110.064,0],"e":[275.705,70.064,0],"to":[0,-6.66666650772095,0],"ti":[0,6.66666650772095,0]},{"t":10.480078125}],"ix":2},"a":{"a":0,"k":[9.59,13.885,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":6.32,"s":[100,100,100],"e":[0,0,100]},{"t":10.480078125}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.46,1.09],[-0.64,-1.11],[0.47,-1.1],[0.64,1.12]],"o":[[1.18,0.15],[0.64,1.12],[-1.17,-0.15],[-0.64,-1.11]],"v":[[0.31,0],[3.23,1.94],[3.45,5.45],[0.53,3.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929412007332,0.21960799396,0.447059005499,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[509.554,509.554],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Combined Shape Copy 7","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},"n":"0p833_0p833_0p167_0p167","t":4.4,"s":[275.705,168.357,0],"e":[275.705,110.064,0],"to":[0,-9.71549606323242,0],"ti":[0,9.71549606323242,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9.84,"s":[275.705,110.064,0],"e":[275.705,110.064,0],"to":[0,0,0],"ti":[0,0,0]},{"t":26}],"ix":2},"a":{"a":0,"k":[9.59,13.885,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":4.4,"s":[100,100,100],"e":[-100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":9.84,"s":[-100,100,100],"e":[-100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":26,"s":[-100,100,100],"e":[100,100,100]},{"t":27.919921875}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.46,1.09],[-0.64,-1.11],[0.47,-1.1],[0.64,1.12]],"o":[[1.18,0.15],[0.64,1.12],[-1.17,-0.15],[-0.64,-1.11]],"v":[[0.31,0],[3.23,1.94],[3.45,5.45],[0.53,3.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929412007332,0.21960799396,0.447059005499,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[509.554,509.554],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Combined Shape Copy 9","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},"n":"0p833_0p833_0p167_0p167","t":10,"s":[313.06,228.818,0],"e":[313.06,198.818,0],"to":[0,-5,0],"ti":[0,5,0]},{"t":14.480078125}],"ix":2},"a":{"a":0,"k":[11.531,11.531,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":10,"s":[100,0,100],"e":[100,100,100]},{"t":14.480078125}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.17,0.16],[-0.91,0.91],[-1.18,-0.17],[0.91,-0.91]],"o":[[-0.17,-1.18],[0.91,-0.91],[0.16,1.17],[-0.91,0.91]],"v":[[0.04,4.49],[1.16,1.16],[4.49,0.04],[3.36,3.36]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929412007332,0.21960799396,0.447059005499,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[509.554,509.554],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Combined Shape","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},"n":"0p833_0p833_0p167_0p167","t":8.48,"s":[313.06,84.831,0],"e":[313.06,54.831,0],"to":[0,-5,0],"ti":[0,5,0]},{"t":16.480078125}],"ix":2},"a":{"a":0,"k":[11.531,11.531,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8.48,"s":[100,100,100],"e":[0,100,100]},{"t":16.480078125}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.17,0.16],[-0.91,0.91],[-1.18,-0.17],[0.91,-0.91]],"o":[[-0.17,-1.18],[0.91,-0.91],[0.16,1.17],[-0.91,0.91]],"v":[[0.04,4.49],[1.16,1.16],[4.49,0.04],[3.36,3.36]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929412007332,0.21960799396,0.447059005499,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[509.554,509.554],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Combined Shape Copy 5","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},"n":"0p833_0p833_0p167_0p167","t":5.28,"s":[313.06,142.258,0],"e":[313.06,84.831,0],"to":[0,-9.57113170623779,0],"ti":[0,9.57113170623779,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13.28,"s":[313.06,84.831,0],"e":[313.06,84.831,0],"to":[0,0,0],"ti":[0,0,0]},{"t":31.76015625}],"ix":2},"a":{"a":0,"k":[11.531,11.531,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":5.28,"s":[100,100,100],"e":[-100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":13.28,"s":[-100,100,100],"e":[-100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":31.76,"s":[-100,100,100],"e":[100,100,100]},{"t":35.6}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.17,0.16],[-0.91,0.91],[-1.18,-0.17],[0.91,-0.91]],"o":[[-0.17,-1.18],[0.91,-0.91],[0.16,1.17],[-0.91,0.91]],"v":[[0.04,4.49],[1.16,1.16],[4.49,0.04],[3.36,3.36]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929412007332,0.21960799396,0.447059005499,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[509.554,509.554],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Combined Shape Copy 6","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},"n":"0p833_0p833_0p167_0p167","t":0.8,"s":[313.06,198.818,0],"e":[313.06,142.258,0],"to":[0,-9.42675018310547,0],"ti":[0,9.42675018310547,0]},{"t":8.8}],"ix":2},"a":{"a":0,"k":[11.531,11.531,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0.8,"s":[100,100,100],"e":[-100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8.8,"s":[-100,100,100],"e":[-100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":28.88,"s":[-100,100,100],"e":[100,100,100]},{"t":33.36015625}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.17,0.16],[-0.91,0.91],[-1.18,-0.17],[0.91,-0.91]],"o":[[-0.17,-1.18],[0.91,-0.91],[0.16,1.17],[-0.91,0.91]],"v":[[0.04,4.49],[1.16,1.16],[4.49,0.04],[3.36,3.36]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929412007332,0.21960799396,0.447059005499,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[509.554,509.554],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Path 13","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[292.357,144.815,0],"ix":2},"a":{"a":0,"k":[31.847,84.713,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.02,0],[0,0.29],[-0.28,0],[0,-3.61],[0,0],[-2.76,0],[0,-0.28],[0.28,0],[0,3.36],[0,0]],"o":[[-0.28,0],[0,-0.28],[3.58,0],[0,0],[0,2.79],[0.28,0],[0,0.29],[-3.32,0],[0,0],[0,-3.05]],"v":[[0.51,1.02],[0,0.51],[0.51,0],[6.99,6.54],[6.99,27.17],[11.99,32.22],[12.5,32.73],[11.99,33.25],[5.97,27.17],[5.97,6.54]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.756862998009,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[509.554,509.554],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Day of the Dead","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[402.698,401.266,0],"ix":2},"a":{"a":0,"k":[200,200,0],"ix":1},"s":{"a":0,"k":[313.116,313.116,100],"ix":6}},"ao":0,"w":400,"h":400,"ip":0,"op":150,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/deadpool.json b/ohos/flutter_lottie/assets/lottiefiles/deadpool.json new file mode 100644 index 0000000000000000000000000000000000000000..151a0e5dbece303ca0d1021839762975263e8ef7 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/deadpool.json @@ -0,0 +1 @@ +{"v":"5.1.20","fr":24,"ip":0,"op":32,"w":800,"h":600,"nm":"DeadPool","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"note_big_02","parent":29,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":25,"s":[100],"e":[0]},{"t":30}],"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},"n":"0p833_0p833_0p167_0p167","t":0,"s":[114,-184.8,0],"e":[114,-184.8,0],"to":[-0.08333333581686,0,0],"ti":[-4.16666650772095,1.66666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[114,-184.8,0],"e":[139,-194.8,0],"to":[2.08306550979614,-0.83322614431381,0],"ti":[-2.08360123634338,0.83344048261642,0]},{"t":30}],"ix":2},"a":{"a":0,"k":[6.8,8,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":5,"s":[100,100,100],"e":[140,140,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":10,"s":[140,140,100],"e":[160,160,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":17,"s":[160,160,100],"e":[140,140,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":25,"s":[140,140,100],"e":[100,100,100]},{"t":30}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[1.09,-0.4],[0,0],[0.45,1.25],[-1.23,0.45],[0,0],[-0.62,-0.45],[0,0],[0,0],[0,0],[1.09,-0.4],[0,0],[0.45,1.25],[-1.23,0.45],[0,0],[-0.62,-0.45]],"o":[[0,0],[0,0],[0.19,1.11],[0,0],[-1.23,0.46],[-0.44,-1.24],[0,0],[0.77,-0.28],[0,0],[0,0],[0,0],[0.18,1.11],[0,0],[-1.23,0.45],[-0.45,-1.24],[0,0],[0.77,-0.28],[0,0]],"v":[[16.02,3.75],[6.51,7.74],[6.51,16.56],[4.98,19.2],[3.19,19.85],[0.14,18.42],[1.56,15.36],[3.35,14.7],[5.56,15.01],[5.56,4.79],[16.97,0],[16.97,12.73],[15.44,15.37],[13.65,16.03],[10.6,14.59],[12.02,11.53],[13.81,10.87],[16.02,11.18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","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":"Path","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[9.51,1.44],[9.51,0],[0,3.99],[0,5.43]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[6.51,1.36],"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":"Path","np":1,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.160784006119,0.145098000765,0.203922003508,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[80,80],"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":"note_big_02","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"note_small_03","parent":29,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[100],"e":[0]},{"t":20}],"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},"n":"0p833_0p833_0p167_0p167","t":4,"s":[26.802,-179.201,0],"e":[51.802,-199.201,0],"to":[4.16666650772095,-3.33333325386047,0],"ti":[-4.16666650772095,3.33333325386047,0]},{"t":20}],"ix":2},"a":{"a":0,"k":[3.602,7.999,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":4,"s":[40,40,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":6,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":18,"s":[100,100,100],"e":[40,40,100]},{"t":20}],"ix":6}},"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],[1.5,-0.53],[0,0],[0.62,1.63],[-1.69,0.59],[0,0],[-0.85,-0.59]],"o":[[0,0],[0,0],[0,0],[0.25,1.47],[0,0],[-1.7,0.59],[-0.62,-1.63],[0,0],[1.06,-0.37],[0,0]],"v":[[7.65,13.44],[7.65,0],[8.96,0],[8.96,15.47],[6.85,18.95],[4.39,19.81],[0.2,17.93],[2.15,13.9],[4.61,13.03],[7.65,13.44]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.160784006119,0.145098000765,0.203922003508,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[80,80],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"note_small_01","parent":29,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[100],"e":[0]},{"t":22}],"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},"n":"0p833_0p833_0p167_0p167","t":4,"s":[97.002,-153.401,0],"e":[107,-155.901,0],"to":[1.66645228862762,-0.41661307215691,0],"ti":[-4.16613054275513,1.04153263568878,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[107,-155.901,0],"e":[117.002,-158.401,0],"to":[4.16720247268677,-1.04180061817169,0],"ti":[-1.66688096523285,0.41672024130821,0]},{"t":22}],"ix":2},"a":{"a":0,"k":[4.402,9.999,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":4,"s":[40,40,100],"e":[80,80,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8,"s":[80,80,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":18,"s":[100,100,100],"e":[100,100,100]},{"t":22}],"ix":6}},"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],[1.84,-0.66],[0,0],[0.76,2.04],[-2.07,0.74],[0,0],[-1.04,-0.74]],"o":[[0,0],[0,0],[0,0],[0.31,1.84],[0,0],[-2.07,0.74],[-0.75,-2.04],[0,0],[1.29,-0.46],[0,0]],"v":[[9.35,16.8],[9.35,0],[10.95,0],[10.95,19.34],[8.37,23.69],[5.36,24.76],[0.24,22.41],[2.63,17.37],[5.64,16.29],[9.35,16.8]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.160784006119,0.145098000765,0.203922003508,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[80,80],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"note_small_02","parent":29,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":14,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":26,"s":[100],"e":[0]},{"t":32}],"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},"n":"0p833_0p833_0p167_0p167","t":9,"s":[71.903,-195.288,0],"e":[90.931,-206.596,0],"to":[1.54349267482758,-0.66149681806564,0],"ti":[-2.06069183349609,1.06206560134888,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[90.931,-206.596,0],"e":[106.903,-210.288,0],"to":[2.45264768600464,-1.26407670974731,0],"ti":[-2.09735989570618,0.89886850118637,0]},{"t":32}],"ix":2},"a":{"a":0,"k":[5.503,12.712,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":9,"s":[60,60,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":14,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":26,"s":[100,100,100],"e":[60,60,100]},{"t":32}],"ix":6}},"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],[2.3,-0.84],[0,0],[0.95,2.59],[-2.59,0.94],[0,0],[-1.3,-0.94]],"o":[[0,0],[0,0],[0,0],[0.39,2.33],[0,0],[-2.59,0.94],[-0.94,-2.6],[0,0],[1.62,-0.59],[0,0]],"v":[[11.69,21.36],[11.69,0],[13.69,0],[13.69,24.59],[10.47,30.11],[6.71,31.48],[0.3,28.49],[3.29,22.08],[7.05,20.71],[11.69,21.36]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.160784006119,0.145098000765,0.203922003508,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[80,80],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"note_big_01","parent":29,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[100],"e":[0]},{"t":26}],"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},"n":"0p833_0p833_0p167_0p167","t":0,"s":[38.503,-146.688,0],"e":[51.001,-156.687,0],"to":[2.08306550979614,-0.83322614431381,0],"ti":[-5.20766353607178,2.08306527137756,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[51.001,-156.687,0],"e":[63.503,-156.688,0],"to":[5.20900297164917,-2.08360123634338,0],"ti":[-2.08360123634338,0.83344048261642,0]},{"t":26}],"ix":2},"a":{"a":0,"k":[14.303,16.712,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[60,60,100],"e":[80,80,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":6,"s":[80,80,100],"e":[80,80,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":18,"s":[80,80,100],"e":[60,60,100]},{"t":26}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[2.3,-0.84],[0,0],[0.95,2.59],[-2.59,0.94],[0,0],[-1.3,-0.94],[0,0],[0,0],[0,0],[2.3,-0.84],[0,0],[0.95,2.59],[-2.59,0.94],[0,0],[-1.3,-0.94]],"o":[[0,0],[0,0],[0.39,2.33],[0,0],[-2.59,0.94],[-0.94,-2.6],[0,0],[1.62,-0.59],[0,0],[0,0],[0,0],[0.39,2.33],[0,0],[-2.59,0.94],[-0.94,-2.6],[0,0],[1.62,-0.59],[0,0]],"v":[[33.69,7.83],[13.69,16.17],[13.69,34.59],[10.47,40.11],[6.71,41.48],[0.3,38.49],[3.29,32.08],[7.05,30.71],[11.69,31.36],[11.69,10],[35.69,0],[35.69,26.59],[32.47,32.11],[28.71,33.48],[22.3,30.49],[25.29,24.08],[29.05,22.71],[33.69,23.36]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","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":"Path","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[20,3],[20,0],[0,8.33],[0,11.33]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[13.69,2.83],"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":"Path","np":1,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.160784006119,0.145098000765,0.203922003508,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[80,80],"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":"note_big_01","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"r_hand_up","parent":29,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[-20],"e":[-10]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[-10],"e":[-5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[-5],"e":[10]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[10],"e":[30]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[30],"e":[20]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[20],"e":[10]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24,"s":[10],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":28,"s":[5],"e":[-20]},{"t":32}],"ix":10},"p":{"a":0,"k":[36,-32.8,0],"ix":2},"a":{"a":0,"k":[0,-24,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[40,100],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":25,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.160784006119,0.145098000765,0.203922003508,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[80,80],"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_hand_up","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"r_hand_down","parent":6,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[10],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[5],"e":[10]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[10],"e":[20]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[20],"e":[30]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[30],"e":[20]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[20],"e":[10]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24,"s":[10],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":28,"s":[5],"e":[10]},{"t":32}],"ix":10},"p":{"a":0,"k":[0,23.875,0],"ix":2},"a":{"a":0,"k":[0,-24.125,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[40,100],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":25,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764706015587,0.098039001226,0.239215999842,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[80,80],"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_hand_down","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"l_bag_zip","parent":10,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[7.2,10.4,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[6,2],"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":"fl","c":{"a":0,"k":[0.160784006119,0.145098000765,0.203922003508,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[80,80],"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":"l_bag_zip","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"l_bag_up","parent":10,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[7.2,4.8,0],"ix":2},"a":{"a":0,"k":[7.2,4.8,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[0,0],[18,0],[18,12],[0,12]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"rd","nm":"Round Corners 1","r":{"a":0,"k":3,"ix":1},"ix":2,"mn":"ADBE Vector Filter - RC","hd":false},{"ty":"fl","c":{"a":0,"k":[0.525489985943,0.352941006422,0.305882006884,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[80,80],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"l_bag_main","parent":23,"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},"n":"0p833_0p833_0p167_0p167","t":0,"s":[7.2,6.4,0],"e":[7.2,3.4,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[7.2,3.4,0],"e":[7.2,8.4,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[7.2,8.4,0],"e":[7.2,3.4,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[7.2,3.4,0],"e":[7.2,6.4,0],"to":[0,0,0],"ti":[0,0,0]},{"t":32}],"ix":2},"a":{"a":0,"k":[7.2,9.6,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[0,0],[18,0],[18,24],[0,24]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"rd","nm":"Round Corners 1","r":{"a":0,"k":3,"ix":1},"ix":2,"mn":"ADBE Vector Filter - RC","hd":false},{"ty":"fl","c":{"a":0,"k":[0.443823993206,0.317243993282,0.282723009586,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[80,80],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"r_bag_zip","parent":13,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0.8,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[6,2],"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":"fl","c":{"a":0,"k":[0.160784006119,0.145098000765,0.203922003508,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[80,80],"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_bag_zip","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"r_bag_up","parent":13,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,-4.8,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[20,12],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":3,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.525489985943,0.352941006422,0.305882006884,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[80,80],"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_bag_up","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"r_bag_main","parent":23,"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},"n":"0p833_0p833_0p167_0p167","t":0,"s":[49.6,6.4,0],"e":[49.6,3.4,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[49.6,3.4,0],"e":[49.6,9.4,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[49.6,9.4,0],"e":[49.6,3.4,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[49.6,3.4,0],"e":[49.6,6.4,0],"to":[0,0,0],"ti":[0,0,0]},{"t":32}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[20,24],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":3,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.443823993206,0.317243993282,0.282723009586,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[80,80],"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_bag_main","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"eye_left","parent":15,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[6.4,30.792,0],"ix":2},"a":{"a":0,"k":[4,2,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":12,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":16,"s":[100,0,100],"e":[100,100,100]},{"t":20}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-1.38],[1.38,0],[0,0],[0,1.38],[-1.38,0],[0,0]],"o":[[0,1.38],[0,0],[-1.38,0],[0,-1.38],[0,0],[1.38,0]],"v":[[10,2.5],[7.5,5],[2.5,5],[0,2.5],[2.5,0],[7.5,0]],"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,"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":[80,80],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"mask_left","parent":18,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[8.8,40.14,0],"ix":2},"a":{"a":0,"k":[8.8,25.596,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,3.96],[0,0],[-4.16,6.31],[0,-8.64],[0,0],[8.84,0],[1.38,0.39]],"o":[[-1.07,-3.61],[0,0],[0,-8.12],[8.57,0.31],[0,0],[0,8.84],[-1.51,0],[0,0]],"v":[[1.65,63.39],[0,51.99],[0,21.99],[6.58,0],[22,15.99],[22,47.99],[6,63.99],[1.65,63.39]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.160784006119,0.145098000765,0.203922003508,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[80,80],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"eye_right","parent":17,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-4.8,5.2,0],"ix":2},"a":{"a":0,"k":[4,2,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":12,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":16,"s":[100,0,100],"e":[100,100,100]},{"t":20}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-1.38],[1.38,0],[0,0],[0,1.38],[-1.38,0],[0,0]],"o":[[0,1.38],[0,0],[-1.38,0],[0,-1.38],[0,0],[1.38,0]],"v":[[10,2.5],[7.5,5],[2.5,5],[0,2.5],[2.5,0],[7.5,0]],"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,"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":[80,80],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"mask_right","parent":18,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[38.4,40.136,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[32,64],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":16,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.160784006119,0.145098000765,0.203922003508,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[80,80],"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":"mask_right","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"head","parent":29,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[-3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[-3],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[0],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24,"s":[3],"e":[0]},{"t":32}],"ix":10},"p":{"a":0,"k":[-22.4,-79.174,0],"ix":2},"a":{"a":0,"k":[32,44.069,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-13.06],[0,0],[22.09,0],[0,22.09],[0,0],[-21.62,0.54],[0.02,0.01],[-6.31,-1.58],[3.69,-3.19]],"o":[[9.68,7.3],[0,0],[0,22.09],[-22.09,0],[0,0],[0,-21.75],[-0.03,-0.02],[12.45,-0.41],[7.17,1.78],[0,0]],"v":[[64.06,8.21],[80,40.17],[80,70.17],[40,110.17],[0,70.17],[0,40.17],[38.98,0.18],[38.91,0.13],[67.06,1.88],[64.06,8.21]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764706015587,0.098039001226,0.239215999842,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[80,80],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"Rectangle 3","parent":22,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-4.8,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[4,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":1,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[80,80],"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 3","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":20,"ty":4,"nm":"Rectangle 3","parent":22,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[4.8,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[4,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":1,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[80,80],"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 3","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":21,"ty":4,"nm":"Combined Shape","parent":22,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[8.8,8.656,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,5.39],[-5.12,0.94]],"o":[[-5.12,-0.94],[0,-5.39],[0,0]],"v":[[9,21.64],[0,10.82],[9,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","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":"Path","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-5.39],[5.12,-0.94]],"o":[[5.12,0.94],[0,5.39],[0,0]],"v":[[0,0],[9,10.82],[0,21.64]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[13,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":"Path","np":1,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.160784006119,0.145098000765,0.203922003508,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[80,80],"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":"Combined Shape","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":22,"ty":4,"nm":"logo","parent":23,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[28,7.147,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[28,28],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.627451002598,0.090195998549,0.203922003508,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[80,80],"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":"logo","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":23,"ty":4,"nm":"b_belt","parent":29,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,33.4,0],"ix":2},"a":{"a":0,"k":[44,6.4,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.72,-3.55],[0,0],[0,3.77],[0,0],[0,0]],"o":[[0,3.77],[0,0],[-0.72,-3.55],[0,0],[0,0],[0,0]],"v":[[110,5],[108.9,16],[1.1,16],[0,5],[0,0],[110,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.576530992985,0.399028003216,0.350618004799,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[80,80],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":24,"ty":4,"nm":"r_leg_up","parent":29,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[25],"e":[15]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[15],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[0],"e":[-15]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[-15],"e":[-25]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[-25],"e":[-15]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[-15],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24,"s":[5],"e":[20]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":28,"s":[20],"e":[25]},{"t":32}],"ix":10},"p":{"a":0,"k":[20,44.8,0],"ix":2},"a":{"a":0,"k":[0,-28,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[40,110],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":25,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.160784006119,0.145098000765,0.203922003508,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[80,80],"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","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":25,"ty":4,"nm":"r_leg_down","parent":24,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[-5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[-5],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[0],"e":[-5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[-5],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[0],"e":[-20]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[-20],"e":[-50]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24,"s":[-50],"e":[-60]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":28,"s":[-60],"e":[0]},{"t":32}],"ix":10},"p":{"a":0,"k":[0,28,0],"ix":2},"a":{"a":0,"k":[0,-28,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[40,110],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":25,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764706015587,0.098039001226,0.239215999842,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[80,80],"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","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":26,"ty":4,"nm":"b_right","parent":29,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[24,26.312,0],"ix":2},"a":{"a":0,"k":[20,37.512,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[28.03,-2.53],[0,0],[0,0],[0,0]],"o":[[0,28.69],[0,0],[0,0],[0,0],[0,0]],"v":[[50,39],[0,93.78],[0,20],[50,0],[50,39]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.160784006119,0.145098000765,0.203922003508,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[80,80],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":27,"ty":4,"nm":"b_left","parent":29,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-38,25.1,0],"ix":2},"a":{"a":0,"k":[6,25.1,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,14.62],[0,0],[0,0],[0,0]],"o":[[-9.3,-9.85],[0,0],[0,0],[0,0],[0,0]],"v":[[15,62.75],[0,25],[0,0],[15,6],[15,62.75]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.160784006119,0.145098000765,0.203922003508,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[80,80],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":28,"ty":4,"nm":"b_shadow","parent":29,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-11.08,-45.2,0],"ix":2},"a":{"a":0,"k":[28.68,18.8,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-6.74,-2.95],[0,0],[22.09,0],[7.31,9.49],[-21.94,0]],"o":[[0,0],[0,22.09],[-12.91,0],[8.83,-18.56],[7.82,0]],"v":[[71.7,4.58],[71.7,7],[31.7,47],[0,31.4],[49.7,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.627451002598,0.090195998549,0.203922003508,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[80,80],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":29,"ty":4,"nm":"body","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},"n":"0p833_0p833_0p167_0p167","t":0,"s":[392,371,0],"e":[392,363,0],"to":[0,-1.33333337306976,0],"ti":[0,2,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[392,363,0],"e":[392,359,0],"to":[0,-2,0],"ti":[0,-0.33333334326744,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[392,359,0],"e":[392,365,0],"to":[0,0.33333334326744,0],"ti":[0,-1.83333337306976,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[392,365,0],"e":[392,370,0],"to":[0,1.83333337306976,0],"ti":[0,0.5,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[392,370,0],"e":[392,362,0],"to":[0,-0.5,0],"ti":[0,1.66666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[392,362,0],"e":[392,360,0],"to":[0,-1.66666662693024,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[392,360,0],"e":[392,362,0],"to":[0,0,0],"ti":[0,-1.66666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28,"s":[392,362,0],"e":[392,370,0],"to":[0,1.66666662693024,0],"ti":[0,-1.33333337306976,0]},{"t":32}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[110,160],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":70,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764706015587,0.098039001226,0.239215999842,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[80,80],"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":"body","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":30,"ty":4,"nm":"l_leg_up","parent":29,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[-25],"e":[-20]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[-20],"e":[-5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[-5],"e":[25]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[25],"e":[25]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[25],"e":[15]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[15],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24,"s":[5],"e":[-5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":28,"s":[-5],"e":[-25]},{"t":32}],"ix":10},"p":{"a":0,"k":[-20,44.05,0],"ix":2},"a":{"a":0,"k":[0,-28.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[40,110],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":25,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.105881996453,0.094117999077,0.133332997561,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[80,80],"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","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":31,"ty":4,"nm":"l_leg_down","parent":30,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[-15]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[-15],"e":[-30]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[-30],"e":[-40]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[-40],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[0],"e":[-10]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[-10],"e":[-5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24,"s":[-5],"e":[-10]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":28,"s":[-10],"e":[0]},{"t":32}],"ix":10},"p":{"a":0,"k":[0,28,0],"ix":2},"a":{"a":0,"k":[0,-28,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[40,110],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":25,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.627451002598,0.090195998549,0.203922003508,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[80,80],"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","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":32,"ty":4,"nm":"l_hand_up","parent":29,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[20],"e":[10]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[10],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[5],"e":[-10]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[-10],"e":[-30]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[-30],"e":[-10]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[-10],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24,"s":[5],"e":[10]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":28,"s":[10],"e":[20]},{"t":32}],"ix":10},"p":{"a":0,"k":[-36,-32.3,0],"ix":2},"a":{"a":0,"k":[0,-23.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[40,100],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":25,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.10632699728,0.095711998641,0.132865995169,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[80,80],"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":"l_hand_up","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":33,"ty":4,"nm":"l_hand_down","parent":32,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[10],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[5],"e":[10]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[10],"e":[20]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[20],"e":[30]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[30],"e":[20]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[20],"e":[10]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24,"s":[10],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":28,"s":[5],"e":[10]},{"t":32}],"ix":10},"p":{"a":0,"k":[0,24,0],"ix":2},"a":{"a":0,"k":[0,-24,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[40,100],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":25,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.627451002598,0.090195998549,0.203922003508,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[80,80],"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":"l_hand_down","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":34,"ty":4,"nm":"stick_l","parent":29,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[-3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[-3],"e":[-5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[-5],"e":[-3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[-3],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[0],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[3],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24,"s":[5],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":28,"s":[3],"e":[0]},{"t":32}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[5.616,-8.404,0],"e":[5.616,-10,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[5.616,-10,0],"e":[5.616,-20,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[5.616,-20,0],"e":[5.616,-10,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[5.616,-10,0],"e":[5.616,-8.4,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[5.616,-8.4,0],"e":[5.616,-10,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[5.616,-10,0],"e":[5.616,-20,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[5.616,-20,0],"e":[5.616,-10,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28,"s":[5.616,-10,0],"e":[5.616,-8.404,0],"to":[0,0,0],"ti":[0,0,0]},{"t":32}],"ix":2},"a":{"a":0,"k":[41.992,84.556,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.01,1.4],[-1.4,-3.01],[0,0],[3.01,-1.4],[1.4,3.01],[0,0]],"o":[[3,-1.4],[0,0],[1.4,3.01],[-3,1.4],[0,0],[-1.4,-3.01]],"v":[[3.47,0.56],[11.44,3.47],[104.42,202.85],[101.51,210.83],[93.54,207.92],[0.56,8.54]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.160784006119,0.145098000765,0.203922003508,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[80,80],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":35,"ty":4,"nm":"stick_r","parent":29,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[3],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[5],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[3],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[0],"e":[-3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[-3],"e":[-5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24,"s":[-5],"e":[-3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":28,"s":[-3],"e":[0]},{"t":32}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[4.416,-18.404,0],"e":[4.416,-20,0],"to":[0,-0.26599791646004,0],"ti":[0,1.66666460037231,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[4.416,-20,0],"e":[4.416,-30,0],"to":[0,-0.50885707139969,0],"ti":[0,-0.71346390247345,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[4.416,-30,0],"e":[4.416,-20,0],"to":[0,0.09466829150915,0],"ti":[0,-0.07903362065554,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[4.416,-20,0],"e":[4.416,-18.4,0],"to":[0,0.39896818995476,0],"ti":[0,1.18673062324524,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[4.416,-18.4,0],"e":[4.416,-20,0],"to":[0,-0.7633770108223,0],"ti":[0,3.55316185951233,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[4.416,-20,0],"e":[4.416,-30,0],"to":[0,-2.67349457740784,0],"ti":[0,-0.72112119197845,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[4.416,-30,0],"e":[4.416,-20,0],"to":[0,0.33558735251427,0],"ti":[0,-0.19472159445286,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28,"s":[4.416,-20,0],"e":[4.416,-18.4,0],"to":[-8.88178419700125e-16,0.73161619901657,0],"ti":[0,-0.19026271998882,0]},{"t":32}],"ix":2},"a":{"a":0,"k":[41.992,84.556,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3,-1.4],[1.4,-3.01],[0,0],[3,1.4],[-1.4,3.01],[0,0]],"o":[[3.01,1.4],[0,0],[-1.4,3.01],[-3.01,-1.4],[0,0],[1.4,-3.01]],"v":[[101.51,0.56],[104.42,8.54],[11.44,207.92],[3.47,210.83],[0.56,202.85],[93.54,3.47]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.160784006119,0.145098000765,0.203922003508,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[80,80],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":36,"ty":4,"nm":"bg_shadow","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},"n":"0p833_0p833_0p167_0p167","t":0,"s":[392,536.8,0],"e":[392,536.8,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[392,536.8,0],"e":[402,536.8,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[402,536.8,0],"e":[392,536.8,0],"to":[0,0,0],"ti":[0,0,0]},{"t":32}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[100,100,100],"e":[70,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":4,"s":[70,100,100],"e":[60,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":6,"s":[60,100,100],"e":[70,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8,"s":[70,100,100],"e":[130,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":12,"s":[130,100,100],"e":[170,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":16,"s":[170,100,100],"e":[157.5,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":18,"s":[157.5,100,100],"e":[125,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":20,"s":[125,100,100],"e":[90,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":24,"s":[90,100,100],"e":[65,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":28,"s":[65,100,100],"e":[100,100,100]},{"t":32}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[146,18],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":9,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.858173012733,0.914214015007,0.926419019699,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[80,80],"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":"bg_shadow","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":37,"ty":4,"nm":"bg","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[400,300,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[1000,800],"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":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[80,80],"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":"bg","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/delivery_van.json b/ohos/flutter_lottie/assets/lottiefiles/delivery_van.json new file mode 100644 index 0000000000000000000000000000000000000000..3418f828b42f22f5f294d6fdf24dfe511faa6a9e --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/delivery_van.json @@ -0,0 +1 @@ +{"v":"5.3.0","fr":29.9700012207031,"ip":0,"op":241.000009816131,"w":1920,"h":1080,"nm":"Slide-third","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"tire-right Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[7200]},{"t":300.00001221925}],"ix":10},"p":{"a":0,"k":[1156.235,823.371,0],"ix":2},"a":{"a":0,"k":[73.225,73.226,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-0.027,-0.034],[0.027,0.086],[0.023,-0.086]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[99.234,91.367],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.008,-0.061],[0.047,0.164]],"o":[[0.131,0.096],[-0.081,0.04]],"v":[[-0.139,-0.021],[0.092,-0.082]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[91.58,99.992],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.047,0.142],[0,0]],"o":[[0,0],[-0.027,0.084]],"v":[[0.107,0.057],[-0.08,-0.199]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[88.311,102.391],"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":"Group 3","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-0.036,0.018],[-0.07,0.066],[0.07,-0.066]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[80.059,105.775],"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":"Group 4","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[0.06,0.022],[-0.06,-0.119],[-0.058,0.119]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[79.011,104.105],"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":"Group 5","np":4,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.015,0.157],[0,0]],"o":[[0,0],[0.092,-0.053]],"v":[[-0.06,-0.128],[-0.032,0.128]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[78.391,105.723],"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":"Group 6","np":4,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.097,0.093],[0.005,-0.062]],"o":[[-0.126,0.054],[0.079,-0.101]],"v":[[0.015,-0.11],[0.013,0.11]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[73.055,106.179],"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":"Group 7","np":4,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.308,-0.035],[0,0],[0.107,-0.029]],"o":[[0,0],[0.041,0.107],[0.297,0.315]],"v":[[0.129,-0.223],[-0.105,-0.298],[-0.118,-0.017]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[72.209,106.155],"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":"Group 8","np":4,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.066,0.169],[0.092,-0.061],[0,0]],"o":[[-0.064,-0.025],[0,0],[0.046,-0.149]],"v":[[0.13,0.031],[-0.119,-0.132],[-0.13,-0.051]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.071,104.618],"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":"Group 9","np":4,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.002,-0.048],[0,0]],"o":[[0,0],[-0.007,0.022]],"v":[[-0.007,0.051],[0.007,-0.051]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[70.935,104.617],"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":"Group 10","np":4,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.021,-0.079],[0,0]],"o":[[0,0],[-0.026,-0.002]],"v":[[-0.04,0.04],[0.04,-0.027]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[69.924,104.596],"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":"Group 11","np":4,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.006,0.03],[0,0]],"o":[[0,0],[0.016,0.001]],"v":[[0.019,-0.016],[-0.019,0.015]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[69.983,104.553],"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":"Group 12","np":4,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.004,-0.011]],"o":[[0,0],[-0.001,0.019],[0,0]],"v":[[0.019,-0.01],[-0.012,-0.023],[-0.019,0.023]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[70.021,104.514],"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":"Group 13","np":4,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.035,0.053],[0.034,-0.049]],"o":[[-0.069,-0.04],[0.05,0.007]],"v":[[0.073,-0.007],[-0.073,0.025]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[80.619,103.888],"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":"Group 14","np":4,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-0.01,0.001],[-0.009,0.005],[0.01,-0.005]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[86.34,100.783],"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":"Group 15","np":4,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.037,-0.156],[-0.026,0.04]],"o":[[0.021,-0.058],[-0.06,-0.007]],"v":[[-0.015,0.081],[0.052,-0.074]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[80.494,103.986],"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":"Group 16","np":4,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.027,-0.057],[-0.005,0.009]],"o":[[0.009,-0.004],[0.037,-0.07]],"v":[[-0.029,0.045],[-0.008,0.025]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[83.347,102.479],"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":"Group 17","np":4,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.004,-0.034],[0,0]],"o":[[-0.005,0.05],[0,0],[0,0]],"v":[[0.006,-0.061],[-0.006,0.06],[-0.004,0.061]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[72.956,104.743],"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":"Group 18","np":4,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.032,-0.015],[0,0]],"o":[[0,0],[0.056,0.056]],"v":[[0.064,0.048],[-0.064,-0.048]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[73.577,104.754],"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":"Group 19","np":4,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.016,-0.027],[0.016,0.02]],"o":[[-0.005,-0.024],[0.002,0.017]],"v":[[0.015,0.035],[-0.015,-0.035]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[74.51,104.806],"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":"Group 20","np":4,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-0.031,-0.004],[0.031,0.028],[-0.01,-0.028]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[97.478,89.27],"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":"Group 21","np":4,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.004,-0.011],[0,0],[0.007,0.016]],"o":[[0,0],[-0.008,-0.011],[0.006,0.013]],"v":[[0.002,0.013],[0.011,0.019],[-0.011,-0.019]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[76.667,105.597],"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":"Group 22","np":4,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.001,0.011],[0.021,-0.005],[0,0]],"o":[[-0.003,-0.01],[-0.027,0.006],[0,0],[0,0]],"v":[[0.042,-0.001],[0.029,-0.031],[-0.042,-0.016],[0.035,0.031]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[101.663,84.481],"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":"Group 23","np":4,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.031,-0.022],[0.057,0.01],[0.005,0.048],[0,0]],"o":[[0.02,0.07],[0.004,-0.029],[0,0],[0.05,0.021]],"v":[[15.29,-6.456],[15.193,-6.393],[15.194,-6.505],[15.163,-6.522]],"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.097,-0.025],[-0.018,0.057],[0.017,-0.033]],"o":[[0.027,-0.038],[0.097,0.02],[-0.055,-0.04]],"v":[[13.188,-6.321],[13.253,-6.469],[13.422,-6.37]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0.003,-0.048],[0,0],[-0.003,0.022]],"o":[[0,0],[0.005,-0.038],[-0.002,0.02]],"v":[[13.309,-6.67],[13.304,-6.672],[13.316,-6.764]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[-0.198,-0.085],[0.201,-0.031],[0.037,-0.098],[0.069,0.04],[-0.316,-0.256],[0.028,0.004],[-0.128,-0.039],[0.242,0.029],[0.067,0.043],[0,0],[0.249,0.063],[0.128,-0.103],[0.335,-0.093],[0,0],[0.59,0.007],[0.17,-0.228],[-0.165,-0.108],[-0.359,-0.391],[0.274,-0.127],[0,0],[0.329,-0.183],[0.055,-0.024],[0.041,-0.129],[0,0],[0.035,-0.312],[0.12,-0.034],[0.312,-0.274],[0,0],[0.041,0.053],[-0.083,-0.106],[0.063,0.08],[0.391,-0.129],[0,0],[0.328,-0.074],[0,0],[0.543,-0.13],[-0.517,-0.28],[0.337,-0.236],[-0.001,-0.135],[0,0],[0,0],[0,0],[0,0],[-0.076,-0.047],[0.138,0.071],[0,0],[0.043,0.086],[-0.153,-0.316],[-0.052,-0.034],[0.015,-0.188],[0,0],[0.181,-0.291],[0.025,-0.105],[0,0],[-0.137,-0.245],[0.052,0.119],[0,0],[0.1,0.074],[-0.247,-0.268],[0,0],[0.145,-0.238],[-0.138,-0.199],[0.122,-0.216],[-0.089,-0.164],[0.071,0.214],[0.07,-0.424],[-0.054,-0.072],[0.09,0.084],[0,0],[-0.175,-0.583],[0,0],[0,0],[0.197,0.019],[-0.001,-0.424],[0.566,0.121],[0,0],[0.072,-0.012],[-0.031,-0.107],[0.623,-0.34],[0.527,0.139],[0,0],[0.238,-0.569],[-0.044,0.026],[-0.104,-0.166],[0.097,0.058],[0.178,0.171],[-0.007,0.027],[-0.202,-0.2],[0.215,0.059],[-0.184,-0.39],[0.009,-0.245],[0.046,0.189],[-0.13,-0.194],[0.44,0.554],[0.308,-0.25],[0.21,0.424],[0.373,-0.04],[0.001,0.083],[0.221,-0.322],[-0.019,0.043],[-0.077,-0.19],[0,0],[-0.04,-0.152],[0.083,0.756],[-0.055,-0.126],[-0.008,0.167],[0.197,-0.061],[0.017,0.117],[0.191,0.024],[-0.05,0.016],[0.374,0.089],[0.119,0.355],[0,0],[0,0],[0.163,0.086],[0,0],[0,0],[0,0],[0.231,0.05],[0.132,0.193],[0,0],[0.135,0.062],[0.038,0.072],[0.021,-0.348],[0.018,0.037],[0,0],[0.022,0.156],[0.295,0.137],[-0.033,0.048],[0.261,0.082],[0.138,0.297],[0.345,0.03],[0,0],[0.128,-0.276],[0.002,-0.06],[0.328,-0.192],[0,0],[0.152,0.048],[-0.071,-0.192],[0.452,0.606],[0.038,-0.003],[0,0],[-0.084,-0.172],[0.086,-0.001],[0.073,0.128],[-0.01,-0.071],[0.261,0.269],[0,0],[0.102,0.032],[0.005,0.22],[0.136,0.263],[-0.056,0.075],[0.103,0.047],[0,0],[0,0],[0,0],[0.224,-0.463],[-0.012,0.303],[-0.025,0.086],[0.15,-0.362],[-0.023,0.246],[0.011,-0.123],[0.32,-0.436],[0.26,-0.154],[0,0],[0.134,-0.107],[0.036,0.111],[0.132,0.15],[-0.055,0.107],[0.132,-0.083],[-0.05,0.108],[0.06,-0.266],[0,0],[-0.041,0.047],[-0.003,-0.098],[0,0],[-0.179,-0.04],[0,0],[0,0],[0.092,-0.059],[-0.106,-0.234],[0.013,-0.016],[0,0],[0.079,0.064],[-0.081,-0.319],[0,0],[-0.246,0.348],[0,0],[0,0],[0.014,-0.121],[-0.073,0.199],[-0.039,-0.486],[-0.17,0.166],[-0.149,-0.236],[-0.152,-0.238],[-0.124,0.09],[-0.204,0.126],[-0.203,-0.126],[0,0],[-0.14,0.082],[0.075,-0.101],[-0.046,0.007],[-0.086,0.051],[0,0],[-0.25,-0.16],[-0.23,0.195],[0.06,-0.063],[-0.047,-0.054],[0,0],[-0.087,-0.013],[-0.001,-0.157],[0.026,-0.08],[-0.053,-0.145],[-0.068,0.033],[-0.117,-0.091],[0.028,0.294],[-0.03,-0.077],[0.144,0.302],[0,0],[0,0],[-0.287,0.187],[0,0],[-0.095,0.233],[0.003,-0.121],[-0.229,-0.126],[0.197,-0.008],[-0.147,0.3],[-0.073,0.089],[0,0],[-0.09,-0.007],[0,0],[-0.424,-0.587],[-0.027,0.288],[-0.055,0.013],[-0.271,-0.061],[-0.149,0.152],[0.083,-0.119],[0.009,0.039],[-0.099,-0.108],[0,0],[0.005,-0.203],[0.11,0.035],[-0.256,-0.055],[-0.035,0.008],[-0.202,0.118],[-0.175,0.218],[0.025,-0.111],[-0.13,-0.001],[0,0],[-0.053,0.017],[0,0],[-0.03,-0.093],[-0.059,0.244],[-0.13,-0.288],[0.206,-0.122],[-0.076,-0.017],[0.012,-0.022],[-0.261,0.079],[-0.029,0.05],[-0.048,0.159],[-0.092,0.015],[0,0],[-0.093,0.093],[-0.062,-0.042],[-0.098,0.269],[-0.102,-0.046],[-0.134,0.264],[-0.053,0.275],[0,0],[0,0],[0.075,0.011],[0.123,0.163],[-0.251,-0.156],[0,0],[-0.372,-0.004],[0,0],[-0.061,0.129],[-0.095,-0.089],[0.145,0.368],[0,0],[-0.26,0.058],[0.086,-0.218],[0.061,0.123],[-0.161,-0.129],[-0.095,0.03],[0,0],[0.181,0.153],[-0.465,-0.33],[-0.139,0.104],[0.039,0],[-0.338,-0.031],[-0.139,-0.055],[-0.365,-0.217],[0,0],[-0.211,0.094],[-0.031,-0.029],[-0.12,0.201],[-0.187,-0.183],[-0.113,0.172],[-0.183,-0.208],[0,0],[-0.116,0.008],[0,0],[-0.249,0.174],[0,0],[0.057,0.33],[0,0],[-0.098,0.182],[-0.001,-0.226],[0.084,0.184],[0.073,0.018],[-0.168,0.132],[-0.51,-0.315],[-0.296,0.353],[0.458,0.406],[-0.036,-0.02],[0,0],[-0.107,-0.087],[-0.222,0.004],[-0.15,0.042],[0,0],[0.019,0.461],[0,0],[0.265,0.439],[0.017,-0.084],[-0.43,0.053],[0,0],[-0.177,-0.02],[-0.028,0.023],[-0.131,0.024],[0,0],[-0.107,0.317],[-0.148,0.085],[0,0],[-0.069,0.449],[-0.441,0.224],[0.003,0.086],[-0.343,-0.215],[0,0],[-0.086,0.131],[0,0],[-0.701,-0.114],[0.074,0.146],[0,0],[-0.092,0.333],[0,0],[-0.057,0.165],[0,0],[0.218,0.454],[0.006,-0.057],[0.558,0.17],[0.088,0.226],[0,0],[0.014,0.229],[0.091,-0.036],[-0.213,0.132],[0,0],[0.163,0.161],[-0.246,-0.061],[-0.102,0.07],[-0.021,-0.027],[-0.324,0.094],[-0.032,0.007],[0.013,0.024],[-0.284,-0.257],[-0.17,0.131],[-0.039,-0.006],[0,0],[0.031,0.047],[-0.02,0.051],[-0.038,0.084],[0.256,-0.036],[0.007,-0.061],[-0.013,-0.014],[0,0],[0.02,-0.087],[-0.179,0.047],[0.076,0.051],[-0.241,-0.039],[0.458,0.314],[-0.087,0.005],[-0.066,-0.044],[0.345,0.134],[-0.017,0.28],[0,0],[-0.873,0.396],[0.062,0.006],[-0.641,0.558],[0.156,0.144],[0,0],[0,0],[0.421,0.427],[0,0],[-0.229,-0.052],[-0.113,0.036],[0,0],[0,0],[-0.072,0.362],[0.111,-0.045],[0.158,0.011],[0,0],[0.349,-0.23],[0,0],[0,0],[0,0],[-0.121,-0.079],[0.049,-0.033],[0,0],[0.116,-0.115],[-0.115,-0.166],[-0.164,-0.133],[0.046,0.05],[-0.237,-0.086],[0.434,0.076],[-0.004,-0.094],[0.551,0.139],[-0.218,-0.263],[-0.027,0.015],[0.103,-0.06],[-0.217,-0.15],[0.365,0.025],[-0.269,-0.003],[0.329,0.009],[-0.274,-0.156],[-0.104,-0.21]],"o":[[-0.049,0.178],[0.053,0.24],[0.066,0.157],[-0.06,-0.006],[0.253,0.212],[-0.035,0.004],[0.186,0.019],[-0.015,0.083],[0.021,-0.049],[0,0],[-0.356,-0.01],[0.066,0.194],[-0.335,-0.062],[0,0],[-0.556,0.015],[-0.161,0.231],[0.165,0.108],[0.222,0.459],[0.197,0.133],[0,0],[-0.107,0.236],[-0.129,-0.09],[-0.344,0.078],[0,0],[-0.032,0.276],[-0.091,-0.048],[0.033,0.416],[0,0],[-0.013,0.029],[-0.155,0.094],[-0.012,0.084],[0.14,0.323],[0,0],[-0.188,0.147],[0,0],[-0.303,0.363],[0.36,0.242],[-0.379,0.106],[-0.067,0.074],[0,0],[0,0],[0,0],[0,0],[0.037,-0.032],[0.049,0.226],[0,0],[-0.105,-0.068],[0.168,0.345],[0.074,0.011],[-0.212,-0.003],[0,0],[-0.188,0.242],[0.149,-0.052],[0,0],[0.135,0.163],[-0.101,0.091],[0,0],[-0.087,-0.044],[0.137,0.163],[0,0],[-0.179,0.29],[0.228,0.163],[-0.193,0.118],[0.013,0.225],[-0.212,-0.14],[-0.15,0.259],[0.108,0.033],[-0.01,0.08],[0,0],[0.031,0.58],[0,0],[0,0],[-0.14,0.09],[0.065,0.567],[-0.71,-0.362],[0,0],[0.062,0.184],[0.101,0.095],[-0.35,0.664],[-0.231,0.122],[0,0],[-0.192,0.624],[-0.015,-0.08],[-0.226,-0.142],[-0.081,0.024],[-0.168,-0.062],[-0.029,-0.028],[0.001,0.136],[-0.233,-0.011],[0.069,0.321],[-0.211,-0.4],[-0.029,-0.14],[-0.122,0.069],[-0.477,-0.362],[-0.256,0.424],[-0.167,-0.418],[-0.249,0.306],[-0.108,-0.022],[-0.264,0.304],[-0.013,-0.04],[-0.055,0.034],[0,0],[0.201,0.246],[-0.095,-0.587],[-0.026,0.05],[-0.072,-0.017],[-0.177,0.177],[-0.03,-0.094],[-0.037,0.215],[-0.009,-0.061],[-0.273,0.119],[-0.024,-0.437],[0,0],[0,0],[-0.152,0.031],[0,0],[0,0],[0,0],[-0.106,0.225],[0.031,-0.047],[0,0],[-0.047,0.134],[-0.057,-0.108],[-0.002,0.321],[0.014,-0.084],[0,0],[-0.088,-0.061],[-0.222,0.008],[0.016,-0.025],[-0.276,-0.053],[-0.139,-0.356],[-0.322,0.124],[0,0],[0.037,0.531],[0.035,-0.046],[-0.236,-0.044],[0,0],[-0.15,-0.107],[-0.027,0.14],[-0.521,-0.728],[0.047,-0.006],[0,0],[0.041,0.229],[-0.035,0.14],[0.145,-0.16],[0.016,0.07],[-0.202,-0.405],[0,0],[-0.088,0.065],[-0.052,-0.266],[-0.136,0.02],[0.055,-0.076],[-0.15,-0.311],[0,0],[0,0],[0,0],[-0.152,0.701],[0.22,-0.438],[-0.061,-0.083],[-0.106,0.247],[-0.008,-0.097],[-0.141,0.081],[-0.22,0.342],[-0.275,0.178],[-0.082,-0.16],[-0.135,-0.148],[0.03,-0.084],[-0.105,0.022],[0.028,-0.107],[-0.126,0.085],[-0.025,-0.171],[-0.146,0.07],[0,0],[-0.053,0.01],[0.133,-0.206],[0,0],[0.067,0.575],[0,0],[0,0],[0.036,0.11],[0.126,0.211],[0.012,0.036],[0,0],[-0.028,0.087],[0.229,0.249],[0,0],[0.326,-0.128],[0,0],[0,0],[0.033,0.012],[0.126,-0.213],[0.16,0.274],[0.055,-0.234],[0.055,0.521],[-0.04,0.272],[0.081,-0.459],[-0.004,-0.364],[-0.007,0.123],[0,0],[0.019,-0.368],[0.008,0.22],[0.047,-0.002],[0.025,-0.12],[0,0],[0.183,-0.033],[-0.01,-0.257],[0.02,0.137],[0.02,-0.021],[0,0],[0.116,0.091],[0.016,0.197],[-0.019,0.022],[0.1,0.026],[-0.019,-0.11],[0.181,-0.032],[0.031,-0.142],[0.054,-0.003],[0.081,-0.139],[0,0],[0,0],[0.272,-0.321],[0,0],[0.166,-0.142],[0.054,-0.009],[0.127,-0.097],[-0.111,0.194],[0.196,0.053],[-0.021,0.261],[0,0],[0.091,-0.052],[0,0],[0.462,0.34],[0.046,-0.251],[0.177,0.003],[0.278,0.12],[-0.06,-0.106],[0.177,0.001],[-0.038,0.02],[-0.043,0.054],[0,0],[0.114,0.097],[0.1,-0.142],[0.263,0.111],[-0.054,-0.054],[0.369,0.059],[0.175,0.133],[0.17,0.073],[0.133,-0.286],[0,0],[0.047,-0.076],[0,0],[0.075,0.018],[0.016,-0.169],[0.121,0.087],[-0.294,-0.014],[0.032,-0.05],[0.022,0.03],[0.345,0.182],[0.027,0.179],[-0.106,0.031],[0.213,0.074],[0,0],[-0.029,-0.179],[0.06,0.127],[0.014,-0.336],[0.125,0.079],[0.109,-0.296],[-0.152,-0.194],[0,0],[0,0],[-0.102,0.04],[0.028,-0.224],[0.273,0.274],[0,0],[0.348,0.139],[0,0],[-0.056,-0.231],[0.074,0.183],[-0.069,-0.129],[0,0],[0.293,-0.032],[0.029,0.226],[0.079,-0.04],[0.103,0.085],[-0.009,-0.094],[0.028,0.03],[-0.045,-0.086],[0.544,0.426],[0.129,-0.157],[0.022,0.057],[0.302,0.029],[0.291,0.194],[0.387,0.524],[0,0],[0.241,0.102],[0,0],[-0.064,-0.364],[0.096,0.243],[0.058,-0.088],[0.134,0.075],[0,0],[0.292,0.228],[0,0],[0.203,-0.208],[0,0],[-0.119,-0.408],[0,0],[0.023,-0.146],[0.108,0.293],[0.086,-0.069],[-0.009,0.057],[-0.099,-0.323],[0.484,0.6],[0.085,-0.475],[-0.54,-0.305],[0.046,-0.1],[0,0],[0.181,0.065],[0.189,-0.141],[-0.18,-0.125],[0,0],[-0.025,-0.459],[0,0],[0.028,-0.201],[0.073,0.023],[0.317,-0.265],[0,0],[0.012,-0.084],[0.046,0.041],[-0.016,-0.062],[0,0],[0.407,-0.186],[0.357,0.257],[0,0],[0.314,-0.343],[0.538,0.036],[-0.1,0.015],[0.125,-0.041],[0,0],[0.38,0.133],[0,0],[0.881,0.013],[-0.073,-0.148],[0,0],[0.188,-0.215],[0,0],[0.105,-0.166],[0,0],[0.129,-0.304],[0.055,0.029],[0.079,-0.137],[0.35,0.142],[0,0],[-0.274,-0.273],[0.052,-0.034],[0.197,-0.102],[0,0],[0.084,-0.151],[-0.069,-0.14],[-0.136,-0.074],[0.094,0.02],[0.276,-0.205],[0.089,0.027],[-0.083,0.212],[0.242,0.087],[-0.132,-0.206],[0.026,-0.001],[0,0],[0.037,-0.031],[0.058,-0.041],[0.208,0.046],[-0.27,-0.079],[0.025,-0.007],[0.004,0.016],[0,0],[-0.014,0.06],[-0.113,-0.113],[-0.156,-0.104],[0.411,0.002],[-0.061,-0.313],[-0.043,-0.094],[0.038,0.058],[-0.086,-0.19],[0.215,-0.146],[0,0],[0.709,-0.378],[-0.054,0.029],[0.481,-0.591],[0.137,-0.17],[0,0],[0,0],[-0.203,-0.315],[0,0],[0.059,-0.122],[-0.034,-0.019],[0,0],[0,0],[0.141,-0.23],[-0.046,-0.142],[-0.012,0.057],[0,0],[-0.463,-0.057],[0,0],[0,0],[0,0],[-0.22,0.068],[-0.121,0.003],[0,0],[-0.184,0.001],[0.192,0.116],[-0.223,0.067],[-0.12,0],[0.129,0.117],[-0.274,0.06],[0.1,0.045],[-0.493,-0.249],[0.445,0.201],[-0.035,-0.02],[-0.062,0.114],[0.381,0.09],[-0.4,0.074],[0.313,0.055],[-0.251,0.066],[0.475,0.121],[-0.274,0.113],[-0.165,0.051]],"v":[[13.657,-11.085],[14.189,-10.837],[13.7,-10.766],[14.035,-10.33],[13.879,-10.362],[14.103,-9.681],[14.008,-9.682],[14.506,-9.582],[14.451,-9.4],[14.311,-9.52],[14.391,-9.408],[14.056,-9.619],[14.223,-9.052],[13.853,-9.288],[14.029,-9.452],[13.506,-9.569],[13.433,-9.008],[13.872,-8.845],[13.328,-8.401],[13.656,-7.992],[13.308,-8.168],[13.465,-7.683],[13.351,-7.89],[13.479,-7.579],[13.145,-7.654],[13.22,-6.701],[12.924,-6.799],[12.296,-5.766],[12.523,-5.53],[12.338,-5.573],[12.593,-5.395],[12.331,-5.435],[12.169,-4.434],[12.108,-4.515],[12.249,-3.989],[12.217,-4.044],[11.41,-2.979],[11.565,-2.377],[10.788,-2.149],[11.053,-1.719],[10.777,-1.856],[10.992,-1.562],[10.626,-1.655],[10.646,-1.518],[10.887,-1.492],[10.353,-1.287],[10.38,-0.801],[10.229,-1.036],[10.08,-0.843],[10.285,-0.706],[9.946,-0.323],[9.778,-0.458],[9.351,0.433],[9.774,0.703],[9.477,0.565],[9.774,0.785],[9.363,0.543],[9.377,0.735],[9.166,0.559],[8.996,0.876],[8.91,0.831],[8.583,1.541],[8.835,1.957],[8.209,2.349],[8.46,2.695],[8.05,2.555],[7.786,3.305],[8.012,3.402],[7.74,3.375],[7.73,3.344],[6.731,4.216],[6.724,4.185],[6.699,4.627],[6.423,4.409],[5.984,5.23],[4.85,5.736],[4.985,5.852],[4.772,5.86],[4.977,6.021],[3.082,7.117],[3.003,7.794],[2.878,7.477],[1.769,8.675],[1.743,8.486],[1.498,8.855],[1.289,8.658],[1.043,8.891],[1.035,8.782],[0.94,9.132],[0.471,9.376],[0.299,9.815],[-0.191,9.898],[-0.4,9.633],[-0.466,10.03],[-1.175,10.107],[-2.04,11.065],[-1.88,10.436],[-2.544,11.221],[-2.57,10.936],[-3.436,11.506],[-3.414,11.369],[-3.498,11.544],[-3.459,11.473],[-3.445,12.288],[-3.884,11.496],[-3.873,11.78],[-3.982,11.526],[-4.211,11.945],[-4.231,11.684],[-4.5,12.094],[-4.502,11.95],[-5.208,12.524],[-5.475,12.061],[-5.616,12.21],[-5.498,12.368],[-5.876,12.609],[-5.803,12.433],[-6.067,12.572],[-5.871,12.669],[-5.965,13.072],[-6.253,12.913],[-6.253,12.912],[-6.484,13.126],[-6.594,12.647],[-6.949,13.167],[-6.994,12.855],[-7.002,13.118],[-7.13,12.865],[-7.258,13.175],[-7.227,13.067],[-7.952,13.231],[-7.902,12.809],[-8.868,13.342],[-8.801,13.372],[-9.215,13.431],[-9.206,13.191],[-9.973,13.596],[-9.946,13.456],[-10.46,13.373],[-10.502,13.691],[-11.774,13.584],[-11.708,13.457],[-12.036,13.615],[-11.899,13.923],[-12.109,14.185],[-12.207,13.687],[-12.199,13.907],[-12.464,14.103],[-12.457,13.981],[-12.724,14.176],[-12.636,13.829],[-13.023,14.08],[-12.827,13.925],[-13.091,13.648],[-13.081,13.654],[-13.317,13.519],[-13.256,13.603],[-13.827,14.202],[-13.782,13.648],[-13.909,13.388],[-14.242,13.562],[-14.336,13.31],[-14.313,13.602],[-15.144,13.649],[-15.738,14.308],[-15.657,13.955],[-16.031,13.936],[-16.062,13.667],[-16.277,13.87],[-16.157,13.483],[-16.544,13.828],[-16.405,13.465],[-16.841,13.871],[-16.754,13.971],[-16.728,13.691],[-16.553,13.889],[-16.647,13.948],[-16.096,13.911],[-16.189,14.323],[-15.986,13.986],[-16.023,14.388],[-15.795,14.478],[-15.802,14.55],[-15.668,14.431],[-15.733,14.662],[-15.268,14.684],[-15.287,14.708],[-15.004,14.056],[-14.849,14.815],[-14.814,14.511],[-14.729,14.67],[-14.676,14.338],[-14.195,14.682],[-14.181,14.341],[-13.834,14.481],[-13.865,14.851],[-13.451,14.852],[-12.981,14.566],[-12.376,14.881],[-12.379,14.941],[-12.016,14.557],[-12.103,14.965],[-11.964,14.956],[-11.814,14.719],[-11.83,14.996],[-11.234,14.798],[-11.248,13.911],[-11.258,14.346],[-11.145,14.278],[-11.223,14.521],[-11.098,14.334],[-11.021,14.626],[-11.128,14.632],[-10.848,14.908],[-10.805,14.611],[-10.602,14.933],[-10.467,14.627],[-10.359,14.837],[-10.064,14.455],[-10.09,14.437],[-10.076,14.423],[-9.126,14.345],[-9.112,14.442],[-8.622,14.075],[-8.47,14.352],[-8.118,14.269],[-8.24,14.418],[-7.827,14.319],[-7.559,14.52],[-7.721,14.364],[-7.451,14.325],[-7.434,14.659],[-6.48,14.446],[-6.689,14.049],[-6.172,14.46],[-5.797,13.994],[-5.814,13.435],[-5.564,13.983],[-5.64,13.933],[-5.643,14.163],[-5.65,14.042],[-5.31,14.27],[-5.416,14.032],[-4.819,14.006],[-4.908,13.818],[-4.625,13.446],[-4.37,13.657],[-4.274,14.059],[-3.722,14.077],[-3.8,14.204],[-3.646,14.095],[-3.78,13.89],[-3.622,13.985],[-3.735,13.383],[-3.397,13.465],[-3.471,13.877],[-3.311,13.829],[-3.31,13.917],[-3.049,13.462],[-2.846,13.709],[-2.947,13.287],[-2.711,13.116],[-2.832,13.089],[-2.678,12.814],[-2.685,12.982],[-2.191,12.899],[-1.959,13.252],[-1.52,13.123],[-1.605,12.711],[-1.876,13.009],[-1.794,12.597],[-2.024,12.814],[-2.107,12.486],[-1.666,12.336],[-1.439,12.881],[-0.759,12.425],[-0.902,12.374],[-0.663,12.134],[-0.402,12.44],[-0.319,11.968],[-0.07,12.132],[0.214,11.427],[0.328,11.94],[0.433,11.774],[0.684,11.556],[0.682,11.244],[0.727,11.33],[0.618,10.991],[1.707,10.92],[2.136,10.484],[2.149,10.568],[2.308,10.044],[2.419,10.32],[3.014,10.291],[2.998,10.348],[3.349,9.848],[3.404,9.929],[3.632,9.103],[3.819,9.452],[3.663,8.963],[4.166,9.26],[4.025,9.381],[4.329,9.221],[4.414,9.352],[4.623,8.656],[4.524,8.584],[4.712,8.334],[5.002,8.606],[5.149,7.883],[5.179,8.666],[5.362,8.217],[5.301,8.366],[5.402,7.683],[6.467,7.775],[7.401,6.971],[7.026,6.46],[7.144,6.36],[7.62,6.377],[7.758,6.631],[8.234,6.732],[8.21,6.416],[7.878,6.363],[8.426,6.04],[8.5,6.246],[8.658,5.342],[8.869,5.527],[9.45,4.449],[9.549,4.565],[9.585,4.311],[9.713,4.403],[9.759,4.065],[9.84,4.232],[9.97,3.186],[10.769,3.189],[10.816,3.229],[11.03,1.94],[12.113,1.081],[11.82,0.812],[12.03,0.639],[12.006,0.665],[12.48,0.436],[12.031,0.155],[13.002,-0.798],[12.911,-1.202],[13.162,-1.07],[13.535,-1.727],[13.686,-1.578],[13.107,-2.311],[13.513,-2.183],[13.903,-3.102],[14.06,-2.959],[14.004,-3.58],[14.078,-4.112],[14.326,-3.983],[13.949,-4.525],[14.082,-4.449],[14.097,-4.797],[14.235,-4.664],[14.061,-4.998],[14.481,-5.214],[14.285,-5.515],[14.443,-5.414],[14.604,-6.014],[14.773,-5.991],[14.601,-5.636],[15.232,-5.452],[14.96,-6.162],[15.052,-6.157],[15.073,-6.13],[15.068,-6.251],[15.187,-6.368],[15.399,-6.619],[14.953,-6.763],[14.973,-6.675],[14.989,-6.629],[14.967,-6.643],[14.916,-6.42],[14.89,-6.689],[14.497,-6.949],[15.425,-7.074],[15.057,-8.053],[15.315,-8.104],[15.397,-7.951],[15.131,-8.551],[15.444,-8.633],[15.543,-8.567],[15.726,-10.041],[15.584,-10.002],[16.223,-11.984],[15.977,-12.361],[16.281,-12.351],[15.972,-12.604],[16.359,-13.399],[16.15,-13.383],[16.315,-13.749],[16.224,-13.854],[16.381,-13.838],[16.151,-14.185],[16.841,-14.434],[16.309,-14.825],[16.041,-14.702],[15.969,-14.83],[14.69,-14.769],[14.955,-14.55],[14.724,-14.512],[14.727,-14.674],[14.807,-14.448],[14.551,-14.395],[14.97,-14.152],[14.506,-14.167],[15.037,-14.036],[14.811,-13.886],[14.572,-13.97],[14.836,-13.619],[14.418,-13.353],[14.737,-13.035],[14.1,-12.843],[14.45,-12.109],[14.372,-12.181],[14.059,-12],[14.707,-11.555],[13.909,-11.761],[14.437,-11.439],[13.978,-11.373],[14.31,-11.096],[13.956,-10.941]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[86.732,91.155],"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":"Group 24","np":8,"cix":2,"ix":24,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[100.74,81.473],[100.737,81.473]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 25","np":4,"cix":2,"ix":25,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.05,-0.012],[0.012,0.03]],"o":[[0.078,0.067],[-0.003,-0.023],[0,0]],"v":[[-0.094,-0.056],[0.094,0.056],[0.077,-0.019]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[87.108,100.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":"Group 26","np":4,"cix":2,"ix":26,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.023,-0.024],[0,0]],"o":[[0,0],[-0.013,0.012]],"v":[[0.012,0.027],[0.002,-0.027]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[97.377,89.664],"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":"Group 27","np":4,"cix":2,"ix":27,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.061,-0.031],[0,0]],"o":[[0,0],[-0.06,0]],"v":[[-0.094,0.025],[0.094,-0.025]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[86.445,100.752],"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":"Group 28","np":4,"cix":2,"ix":28,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.008,-0.025],[-0.02,0.015],[0.014,-0.006]],"o":[[0.01,-0.07],[-0.015,0.003],[-0.005,0.042]],"v":[[-0.017,0.06],[0.025,-0.06],[-0.017,-0.046]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[70.651,104.651],"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":"Group 29","np":4,"cix":2,"ix":29,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.036,-0.216],[-0.086,-0.009]],"o":[[0.084,-0.006],[-0.198,-0.031]],"v":[[-0.129,0.104],[0.129,0.112]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.608,81.361],"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":"Group 30","np":4,"cix":2,"ix":30,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.017,0.013],[0,0]],"o":[[-0.019,-0.013],[0,0],[0,0]],"v":[[0.039,0.018],[-0.012,-0.018],[-0.039,0.017]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[88.451,102.093],"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":"Group 31","np":4,"cix":2,"ix":31,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.054,0.022],[-0.022,0.054],[0.008,0.006]],"o":[[0.039,0.005],[-0.01,-0.01],[0.003,0.041]],"v":[[-0.044,0.005],[0.044,-0.016],[0.017,-0.038]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[87.399,102.749],"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":"Group 32","np":4,"cix":2,"ix":32,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.017,-0.002],[0,0]],"o":[[0,0],[-0.031,-0.017]],"v":[[-0.034,-0.008],[0.034,0.01]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[84.056,104.278],"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":"Group 33","np":4,"cix":2,"ix":33,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.048,-0.042],[0.027,0.027]],"o":[[-0.027,-0.041],[0.014,0.026]],"v":[[0.042,0.048],[-0.042,-0.048]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[86.371,103.642],"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":"Group 34","np":4,"cix":2,"ix":34,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.013,-0.001],[0,0],[0,0]],"o":[[0,0],[0,0],[0.015,0.002]],"v":[[0.019,0.002],[0.016,0.001],[-0.019,-0.002]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[93.859,97.514],"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":"Group 35","np":4,"cix":2,"ix":35,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.015,-0.011],[-0.021,-0.004]],"o":[[0.02,-0.002],[-0.028,-0.011]],"v":[[-0.03,0.005],[0.03,0.005]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[70.706,104.586],"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":"Group 36","np":4,"cix":2,"ix":36,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.249,0.016],[0.352,0.034]],"o":[[-0.282,-0.068],[0.095,0.062]],"v":[[0.211,0.207],[-0.211,-0.223]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[94.088,97.739],"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":"Group 37","np":4,"cix":2,"ix":37,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.015,0.027],[0,0]],"o":[[0,0],[-0.025,0.042]],"v":[[0.017,-0.018],[0.008,-0.021]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[83.406,105.09],"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":"Group 38","np":4,"cix":2,"ix":38,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-0.085,-0.022],[-0.072,0.004],[0.085,0.022]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[102.773,76.321],"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":"Group 39","np":4,"cix":2,"ix":39,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.004,-0.011],[-0.018,-0.003]],"o":[[0.02,0.003],[-0.028,-0.013]],"v":[[-0.025,0.001],[0.025,0.01]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[101.125,77.792],"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":"Group 40","np":4,"cix":2,"ix":40,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.011,0.031],[-0.007,-0.021]],"o":[[0.006,0.041],[-0.002,-0.036]],"v":[[-0.011,-0.05],[0.011,0.05]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[75.896,106.112],"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":"Group 41","np":4,"cix":2,"ix":41,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.015,0.013],[0,0]],"o":[[0,0],[0.013,-0.011]],"v":[[0.022,-0.019],[-0.022,0.019]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[70.909,105.723],"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":"Group 42","np":4,"cix":2,"ix":42,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.014,-0.081],[-0.01,0.123],[0.03,-0.023]],"o":[[0.034,0.012],[-0.016,0.117],[0.001,0.053]],"v":[[-0.013,0.19],[0.035,-0.202],[-0.035,-0.008]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[73.315,106.014],"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":"Group 43","np":4,"cix":2,"ix":43,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.008,-0.053]],"o":[[0,0],[-0.006,0.039],[0,0]],"v":[[0.029,-0.071],[-0.007,-0.067],[-0.029,0.071]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[74.775,106.178],"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":"Group 44","np":4,"cix":2,"ix":44,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.019,-0.04],[-0.02,0.008]],"o":[[-0.024,0.016],[0.019,-0.014],[0,0]],"v":[[0.033,-0.043],[-0.033,0.043],[0.026,0.009]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[70.608,104.596],"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":"Group 45","np":4,"cix":2,"ix":45,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.061,0.019],[0,0]],"o":[[0,0],[-0.005,-0.108]],"v":[[-0.065,-0.038],[0.065,0.054]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[76.793,105.688],"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":"Group 46","np":4,"cix":2,"ix":46,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.004,0.026],[0.017,0.004]],"o":[[-0.02,-0.004],[0.026,0.026]],"v":[[0.026,-0.008],[-0.026,-0.018]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[81.938,105.179],"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":"Group 47","np":4,"cix":2,"ix":47,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.015,0.026],[-0.006,-0.03]],"o":[[-0.031,0.016],[0.025,-0.029]],"v":[[0.011,-0.041],[-0.02,0.041]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[81.113,105.047],"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":"Group 48","np":4,"cix":2,"ix":48,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.019,-0.004],[0,0]],"o":[[0,0],[0.016,0.02]],"v":[[0.026,0.017],[-0.026,-0.017]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[76.703,105.633],"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":"Group 49","np":4,"cix":2,"ix":49,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.01,-0.061],[0.037,0.305],[0.113,-0.374],[-0.021,0.121],[0.051,-0.206],[-0.137,0.207]],"o":[[0.094,-0.156],[-0.101,0.314],[-0.074,0.037],[-0.032,0.084],[0.075,0.26],[0.021,0.074]],"v":[[0.053,0.37],[0.222,-0.37],[-0.003,0.185],[-0.101,-0.046],[-0.259,0.083],[0.072,0.15]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[69.587,104.943],"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":"Group 50","np":4,"cix":2,"ix":50,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.074,0.036],[0,0]],"o":[[-0.032,0.084],[0,0],[0,0]],"v":[[-0.042,-0.098],[0.001,0.146],[0.074,-0.182]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[69.241,104.781],"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":"Group 51","np":4,"cix":2,"ix":51,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[0.029,0.042],[-0.003,-0.085],[-0.029,0.085]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[48.93,53.171],"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":"Group 52","np":4,"cix":2,"ix":52,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.019,0.058],[-0.018,-0.169]],"o":[[-0.112,-0.116],[0.086,-0.026]],"v":[[0.129,0.045],[-0.11,0.066]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[57.979,46.01],"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":"Group 53","np":4,"cix":2,"ix":53,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.071,-0.131],[0,0]],"o":[[0,0],[0.042,-0.078]],"v":[[-0.09,-0.077],[0.048,0.208]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[61.604,44.218],"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":"Group 54","np":4,"cix":2,"ix":54,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[0.039,-0.013],[0.081,-0.051],[-0.081,0.051]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[70.323,42.316],"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":"Group 55","np":4,"cix":2,"ix":55,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-0.067,-0.043],[0.028,0.117],[0.067,-0.117]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.076,44.153],"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":"Group 56","np":4,"cix":2,"ix":56,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.014,-0.156],[0,0]],"o":[[0,0],[-0.1,0.036]],"v":[[0.034,0.128],[0.05,-0.128]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.96,42.664],"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":"Group 57","np":4,"cix":2,"ix":57,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.079,-0.108],[-0.017,0.06]],"o":[[0.133,-0.032],[-0.096,0.086]],"v":[[-0.027,0.108],[0.012,-0.108]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[77.285,43.132],"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":"Group 58","np":4,"cix":2,"ix":58,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.297,0.089],[0,0],[-0.111,0.01]],"o":[[0,0],[-0.022,-0.113],[-0.238,-0.363]],"v":[[-0.148,0.203],[0.069,0.318],[0.13,0.044]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[78.103,43.298],"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":"Group 59","np":4,"cix":2,"ix":59,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.095,-0.155],[-0.102,0.043],[0,0]],"o":[[0.059,0.036],[0,0],[-0.072,0.14]],"v":[[-0.12,-0.056],[0.096,0.148],[0.12,0.07]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[78.972,45.018],"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":"Group 60","np":4,"cix":2,"ix":60,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.011,0.047],[0,0]],"o":[[0,0],[0.009,-0.02]],"v":[[0.015,-0.049],[-0.015,0.049]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[79.108,45.04],"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":"Group 61","np":4,"cix":2,"ix":61,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.035,0.074],[0,0]],"o":[[0,0],[0.026,0.006]],"v":[[0.045,-0.037],[-0.045,0.016]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[80.1,45.242],"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":"Group 62","np":4,"cix":2,"ix":62,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.012,-0.029],[0,0]],"o":[[0,0],[-0.017,-0.004]],"v":[[-0.021,0.014],[0.021,-0.009]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[80.034,45.267],"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":"Group 63","np":4,"cix":2,"ix":63,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.005,0.01]],"o":[[0,0],[0.003,-0.019],[0,0]],"v":[[-0.021,0.003],[0.007,0.022],[0.021,-0.022]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[79.991,45.304],"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":"Group 64","np":4,"cix":2,"ix":64,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.044,-0.046],[-0.041,0.042]],"o":[[0.062,0.052],[-0.047,-0.015]],"v":[[-0.074,-0.003],[0.074,-0.009]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[69.445,44.074],"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":"Group 65","np":4,"cix":2,"ix":65,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[0.011,0.002],[0.009,-0.003],[-0.011,0.003]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[63.27,46.141],"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":"Group 66","np":4,"cix":2,"ix":66,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.009,0.159],[0.033,-0.035]],"o":[[-0.03,0.053],[0.059,0.017]],"v":[[0.043,-0.08],[-0.052,0.061]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[69.57,44.005],"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":"Group 67","np":4,"cix":2,"ix":67,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.036,0.052],[0.005,-0.008]],"o":[[-0.008,0.003],[-0.05,0.062]],"v":[[0.036,-0.04],[0.014,-0.022]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[66.513,44.99],"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":"Group 68","np":4,"cix":2,"ix":68,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.009,0.033],[0,0]],"o":[[0.013,-0.048],[0,0],[0,0]],"v":[[-0.015,0.059],[0.015,-0.057],[0.014,-0.059]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[77.139,44.565],"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":"Group 69","np":4,"cix":2,"ix":69,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.028,0.021],[0,0]],"o":[[0,0],[-0.045,-0.064]],"v":[[-0.054,-0.059],[0.054,0.059]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[76.529,44.447],"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":"Group 70","np":4,"cix":2,"ix":70,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.011,0.03],[-0.013,-0.023]],"o":[[0.001,0.025],[0.001,-0.018]],"v":[[-0.009,-0.038],[0.008,0.038]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[75.621,44.233],"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":"Group 71","np":4,"cix":2,"ix":71,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[0.029,0.01],[-0.029,-0.032],[0.003,0.032]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[50.305,55.544],"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":"Group 72","np":4,"cix":2,"ix":72,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.002,0.012],[0,0],[-0.003,-0.017]],"o":[[0,0],[0.006,0.012],[-0.003,-0.014]],"v":[[0.001,-0.014],[-0.008,-0.021],[0.008,0.021]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[73.633,43.08],"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":"Group 73","np":4,"cix":2,"ix":73,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.004,-0.011],[-0.021,0.001],[0,0]],"o":[[0.001,0.011],[0.028,-0.001],[0,0],[0,0]],"v":[[-0.039,-0.001],[-0.034,0.031],[0.039,0.028],[-0.028,-0.031]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[45.348,59.529],"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":"Group 74","np":4,"cix":2,"ix":74,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.027,0.027],[-0.054,-0.019],[0.004,-0.047],[0,0]],"o":[[-0.007,-0.073],[-0.009,0.028],[0,0],[-0.045,-0.031]],"v":[[-16.129,4.404],[-16.023,4.358],[-16.044,4.468],[-16.017,4.492]],"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.099,0.008],[0.027,-0.053],[-0.022,0.03]],"o":[[-0.032,0.035],[-0.092,-0.035],[0.047,0.049]],"v":[[-14.037,4.635],[-14.126,4.769],[-14.276,4.643]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[-0.012,0.046],[0,0],[0.006,-0.021]],"o":[[0,0],[-0.012,0.036],[0.005,-0.02]],"v":[[-14.216,4.959],[-14.211,4.962],[-14.238,5.05]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0.181,0.118],[-0.203,-0.004],[-0.053,0.091],[-0.061,-0.052],[0.267,0.307],[-0.027,-0.007],[0.12,0.059],[-0.232,-0.071],[-0.06,-0.054],[0,0],[-0.234,-0.106],[-0.144,0.08],[-0.346,0.033],[0,0],[-0.58,-0.109],[-0.207,0.195],[0.144,0.134],[0.285,0.447],[-0.291,0.078],[0,0],[-0.355,0.124],[-0.058,0.014],[-0.064,0.12],[0,0],[-0.088,0.3],[-0.125,0.013],[-0.355,0.216],[0,0],[-0.032,-0.061],[0.062,0.117],[-0.048,-0.09],[-0.407,0.059],[0,0],[-0.336,0.015],[0,0],[-0.558,0.033],[0.461,0.366],[-0.373,0.173],[-0.022,0.135],[0,0],[0,0],[0,0],[0,0],[0.067,0.06],[-0.124,-0.094],[0,0],[-0.028,-0.092],[0.097,0.338],[0.046,0.043],[-0.048,0.182],[0,0],[-0.23,0.255],[-0.043,0.1],[0,0],[0.093,0.265],[-0.03,-0.125],[0,0],[-0.085,-0.091],[0.196,0.307],[0,0],[-0.184,0.209],[0.102,0.219],[-0.158,0.191],[0.059,0.177],[-0.033,-0.223],[-0.144,0.407],[0.041,0.081],[-0.075,-0.1],[0,0],[0.072,0.604],[0,0],[0,0],[-0.191,-0.052],[-0.072,0.418],[-0.537,-0.218],[0,0],[-0.072,0],[0.01,0.109],[-0.674,0.227],[-0.496,-0.228],[0,0],[-0.333,0.519],[0.047,-0.018],[0.073,0.182],[-0.085,-0.073],[-0.144,-0.199],[0.011,-0.026],[0.165,0.232],[-0.202,-0.094],[0.113,0.417],[-0.052,0.239],[-0.014,-0.194],[0.094,0.214],[-0.336,-0.621],[-0.346,0.192],[-0.133,-0.455],[-0.374,-0.025],[0.014,-0.082],[-0.275,0.279],[0.026,-0.038],[0.043,0.201],[0,0],[0.013,0.157],[0.049,-0.757],[0.031,0.134],[0.037,-0.163],[-0.205,0.025],[0.003,-0.119],[-0.186,-0.057],[0.052,-0.006],[-0.352,-0.152],[-0.055,-0.37],[0,0],[0,0],[-0.145,-0.112],[0,0],[0,0],[0,0],[-0.218,-0.089],[-0.097,-0.214],[0,0],[-0.122,-0.084],[-0.024,-0.078],[-0.082,0.339],[-0.012,-0.04],[0,0],[0.005,-0.157],[-0.266,-0.187],[0.041,-0.041],[-0.243,-0.124],[-0.086,-0.318],[-0.334,-0.09],[0,0],[-0.174,0.249],[-0.013,0.059],[-0.355,0.131],[0,0],[-0.141,-0.073],[0.038,0.201],[-0.34,-0.675],[-0.038,-0.003],[0,0],[0.053,0.185],[-0.084,-0.014],[-0.051,-0.138],[-0.003,0.072],[-0.21,-0.31],[0,0],[-0.094,-0.049],[0.035,-0.218],[-0.089,-0.282],[0.068,-0.066],[-0.093,-0.065],[0,0],[0,0],[0,0],[-0.301,0.417],[0.065,-0.296],[0.039,-0.08],[-0.212,0.33],[0.066,-0.239],[-0.032,0.118],[-0.391,0.375],[-0.283,0.106],[0,0],[-0.151,0.082],[-0.016,-0.115],[-0.104,-0.17],[0.071,-0.095],[-0.144,0.058],[0.068,-0.099],[-0.105,0.252],[0,0],[0.049,-0.04],[-0.014,0.097],[0,0],[0.17,0.07],[0,0],[0,0],[-0.103,0.042],[0.065,0.249],[-0.015,0.014],[0,0],[-0.067,-0.075],[0.025,0.328],[0,0],[0.302,-0.301],[0,0],[0,0],[-0.033,0.117],[0.107,-0.184],[-0.046,0.484],[0.196,-0.135],[0.107,0.259],[0.109,0.259],[0.138,-0.069],[0.224,-0.089],[0.178,0.159],[0,0],[0.153,-0.057],[-0.09,0.086],[0.045,0],[0.094,-0.035],[0,0],[0.219,0.2],[0.26,-0.152],[-0.07,0.051],[0.037,0.062],[0,0],[0.083,0.029],[-0.025,0.155],[-0.04,0.075],[0.027,0.151],[0.074,-0.019],[0.1,0.109],[0.024,-0.294],[0.016,0.081],[-0.089,-0.322],[0,0],[0,0],[0.316,-0.135],[0,0],[0.134,-0.212],[-0.025,0.118],[0.203,0.164],[-0.194,-0.027],[0.195,-0.27],[0.086,-0.077],[0,0],[0.088,0.022],[0,0],[0.317,0.652],[0.077,-0.278],[0.055,-0.003],[0.257,0.109],[0.175,-0.125],[-0.102,0.103],[-0.001,-0.04],[0.079,0.123],[0,0],[-0.039,0.198],[-0.102,-0.055],[0.244,0.097],[0.036,-0.001],[0.22,-0.08],[0.21,-0.184],[-0.045,0.104],[0.129,0.024],[0,0],[0.055,-0.008],[0,0],[0.012,0.099],[0.101,-0.23],[0.078,0.307],[-0.224,0.085],[0.071,0.031],[-0.014,0.021],[0.27,-0.032],[0.038,-0.044],[0.076,-0.15],[0.093,0.002],[0,0],[0.107,-0.077],[0.054,0.052],[0.143,-0.247],[0.092,0.062],[0.179,-0.237],[0.099,-0.262],[0,0],[0,0],[-0.072,-0.024],[-0.092,-0.182],[0.22,0.198],[0,0],[0.365,0.069],[0,0],[0.082,-0.117],[0.077,0.105],[-0.079,-0.388],[0,0],[0.267,-0.013],[-0.123,0.2],[-0.04,-0.131],[0.134,0.154],[0.098,-0.013],[0,0],[-0.152,-0.181],[0.4,0.406],[0.155,-0.078],[-0.038,-0.007],[0.328,0.09],[0.127,0.08],[0.321,0.277],[0,0],[0.223,-0.057],[0.025,0.033],[0.153,-0.178],[0.153,0.213],[0.142,-0.15],[0.143,0.236],[0,0],[0.116,0.012],[0,0],[0.275,-0.129],[0,0],[0.001,-0.335],[0,0],[0.128,-0.161],[-0.039,0.224],[-0.051,-0.196],[-0.068,-0.031],[0.189,-0.103],[0.447,0.4],[0.353,-0.295],[-0.381,-0.481],[0.031,0.027],[0,0],[0.09,0.104],[0.221,0.034],[0.155,-0.016],[0,0],[0.061,-0.457],[0,0],[-0.184,-0.479],[-0.03,0.08],[0.432,0.024],[0,0],[0.171,0.049],[0.032,-0.016],[0.133,-0.002],[0,0],[0.159,-0.294],[0.16,-0.058],[0,0],[0.146,-0.43],[0.474,-0.145],[0.012,-0.086],[0.3,0.271],[0,0],[0.108,-0.115],[0,0],[0.671,0.236],[-0.048,-0.157],[0,0],[0.147,-0.312],[0,0],[0.085,-0.151],[0,0],[-0.136,-0.484],[-0.015,0.054],[-0.521,-0.264],[-0.048,-0.239],[0,0],[0.027,-0.229],[-0.096,0.02],[0.232,-0.094],[0,0],[-0.132,-0.187],[0.23,0.105],[0.113,-0.05],[0.016,0.03],[0.336,-0.038],[0.032,-0.001],[-0.009,-0.025],[0.237,0.302],[0.189,-0.099],[0.038,0.014],[0,0],[-0.023,-0.051],[0.03,-0.047],[0.052,-0.078],[-0.257,-0.009],[-0.018,0.059],[0.01,0.015],[0,0],[-0.035,0.082],[0.184,-0.016],[-0.066,-0.062],[0.23,0.081],[-0.396,-0.388],[0.088,0.01],[0.057,0.056],[-0.316,-0.193],[0.064,-0.271],[0,0],[0.928,-0.237],[-0.06,-0.017],[0.728,-0.438],[-0.129,-0.17],[0,0],[0,0],[-0.34,-0.494],[0,0],[0.216,0.091],[0.117,-0.016],[0,0],[0,0],[0.133,-0.343],[-0.116,0.026],[-0.154,-0.038],[0,0],[-0.382,0.166],[0,0],[0,0],[0,0],[0.105,0.1],[-0.054,0.025],[0,0],[-0.135,0.093],[0.083,0.184],[0.138,0.161],[-0.037,-0.057],[0.218,0.125],[-0.414,-0.15],[-0.011,0.093],[-0.519,-0.232],[0.169,0.296],[0.03,-0.01],[-0.112,0.041],[0.188,0.186],[-0.355,-0.088],[0.264,0.05],[-0.322,-0.066],[0.242,0.201],[0.068,0.226]],"o":[[0.078,-0.167],[-0.01,-0.246],[-0.037,-0.166],[0.059,0.018],[-0.212,-0.253],[0.036,0.002],[-0.18,-0.05],[0.029,-0.08],[-0.028,0.045],[0,0],[0.349,0.071],[-0.032,-0.203],[0.318,0.119],[0,0],[0.55,0.081],[0.198,-0.199],[-0.144,-0.135],[-0.138,-0.492],[-0.172,-0.164],[0,0],[0.147,-0.214],[0.112,0.113],[0.352,-0.017],[0,0],[0.08,-0.267],[0.081,0.063],[0.04,-0.416],[0,0],[0.019,-0.026],[0.168,-0.067],[0.025,-0.081],[-0.081,-0.342],[0,0],[0.211,-0.113],[0,0],[0.362,-0.305],[-0.313,-0.302],[0.392,-0.037],[0.079,-0.061],[0,0],[0,0],[0,0],[0,0],[-0.041,0.025],[-0.009,-0.23],[0,0],[0.091,0.085],[-0.106,-0.369],[-0.071,-0.023],[0.209,0.04],[0,0],[0.227,-0.206],[-0.155,0.025],[0,0],[-0.105,-0.184],[0.116,-0.072],[0,0],[0.078,0.059],[-0.106,-0.184],[0,0],[0.225,-0.255],[-0.197,-0.201],[0.211,-0.083],[0.026,-0.225],[0.185,0.175],[0.194,-0.229],[-0.1,-0.05],[0.024,-0.077],[0,0],[0.071,-0.576],[0,0],[0,0],[0.154,-0.063],[0.034,-0.568],[0.637,0.48],[0,0],[-0.028,-0.191],[-0.083,-0.11],[0.459,-0.593],[0.249,-0.079],[0,0],[0.297,-0.582],[0.002,0.081],[0.198,0.179],[0.084,-0.009],[0.155,0.091],[0.024,0.033],[0.022,-0.135],[0.228,0.05],[-0.012,-0.329],[0.138,0.431],[0.004,0.142],[0.131,-0.048],[0.406,0.439],[0.325,-0.373],[0.092,0.441],[0.299,-0.259],[0.103,0.041],[0.313,-0.254],[0.006,0.042],[0.06,-0.023],[0,0],[-0.154,-0.278],[-0.009,0.596],[0.034,-0.044],[0.068,0.029],[0.206,-0.144],[0.014,0.097],[0.073,-0.207],[-0.003,0.061],[0.291,-0.071],[-0.051,0.437],[0,0],[0,0],[0.155,-0.004],[0,0],[0,0],[0,0],[0.143,-0.203],[-0.04,0.041],[0,0],[0.069,-0.124],[0.037,0.117],[0.058,-0.317],[-0.03,0.081],[0,0],[0.076,0.076],[0.218,0.031],[-0.019,0.021],[0.263,0.1],[0.074,0.376],[0.337,-0.067],[0,0],[0.057,-0.53],[-0.043,0.039],[0.225,0.084],[0,0],[0.127,0.132],[0.052,-0.131],[0.388,0.807],[-0.048,-0.002],[0,0],[0,-0.233],[0.058,-0.13],[-0.17,0.131],[-0.003,-0.072],[0.128,0.434],[0,0],[0.098,-0.048],[0.006,0.271],[0.138,0.005],[-0.068,0.066],[0.093,0.331],[0,0],[0,0],[0,0],[0.27,-0.664],[-0.292,0.393],[0.046,0.092],[0.148,-0.224],[-0.01,0.098],[0.153,-0.056],[0.277,-0.3],[0.302,-0.127],[0.053,0.171],[0.108,0.17],[-0.043,0.079],[0.107,-0.003],[-0.046,0.1],[0.137,-0.061],[-0.005,0.173],[0.156,-0.045],[0,0],[0.054,-0.002],[-0.166,0.179],[0,0],[0.034,-0.578],[0,0],[0,0],[-0.016,-0.114],[-0.088,-0.229],[-0.006,-0.037],[0,0],[0.042,-0.08],[-0.182,-0.284],[0,0],[-0.344,0.069],[0,0],[0,0],[-0.03,-0.018],[-0.16,0.188],[-0.11,-0.297],[-0.096,0.219],[0.038,-0.524],[0.087,-0.259],[-0.159,0.438],[-0.06,0.358],[0.03,-0.119],[0,0],[-0.082,0.36],[0.03,-0.219],[-0.046,-0.006],[-0.046,0.114],[0,0],[-0.188,0],[-0.035,0.254],[0.003,-0.139],[-0.024,0.017],[0,0],[-0.098,-0.11],[0.018,-0.197],[0.024,-0.018],[-0.094,-0.043],[-0.001,0.112],[-0.183,0.001],[-0.054,0.132],[-0.052,-0.006],[-0.103,0.122],[0,0],[0,0],[-0.324,0.269],[0,0],[-0.187,0.113],[-0.054,-0.001],[-0.143,0.073],[0.143,-0.172],[-0.183,-0.086],[0.065,-0.253],[0,0],[-0.097,0.037],[0,0],[-0.396,-0.414],[-0.089,0.24],[-0.174,-0.032],[-0.253,-0.167],[0.04,0.117],[-0.173,-0.032],[0.041,-0.013],[0.053,-0.047],[0,0],[-0.096,-0.115],[-0.123,0.123],[-0.239,-0.155],[0.044,0.061],[-0.352,-0.121],[-0.148,-0.16],[-0.155,-0.1],[-0.182,0.258],[0,0],[-0.06,0.066],[0,0],[-0.07,-0.031],[-0.045,0.164],[-0.104,-0.107],[0.287,0.065],[-0.039,0.044],[-0.016,-0.033],[-0.307,-0.238],[0.004,-0.179],[0.111,-0.013],[-0.197,-0.111],[0,0],[-0.003,0.181],[-0.036,-0.136],[-0.072,0.329],[-0.109,-0.099],[-0.159,0.273],[0.116,0.217],[0,0],[0,0],[0.106,-0.021],[-0.066,0.215],[-0.222,-0.316],[0,0],[-0.319,-0.197],[0,0],[0.015,0.237],[-0.042,-0.193],[0.044,0.14],[0,0],[-0.293,-0.019],[0.011,-0.229],[-0.085,0.025],[-0.088,-0.102],[-0.008,0.094],[-0.024,-0.035],[0.03,0.092],[-0.461,-0.513],[-0.155,0.133],[-0.012,-0.059],[-0.293,-0.08],[-0.253,-0.242],[-0.29,-0.583],[0,0],[-0.219,-0.143],[0,0],[-0.001,0.369],[-0.053,-0.257],[-0.072,0.076],[-0.119,-0.097],[0,0],[-0.248,-0.275],[0,0],[-0.236,0.169],[0,0],[0.046,0.422],[0,0],[-0.05,0.139],[-0.056,-0.307],[-0.097,0.053],[0.019,-0.054],[0.041,0.335],[-0.372,-0.676],[-0.166,0.455],[0.479,0.394],[-0.063,0.091],[0,0],[-0.166,-0.095],[-0.211,0.105],[0.158,0.156],[0,0],[-0.056,0.456],[0,0],[-0.063,0.193],[-0.068,-0.036],[-0.357,0.207],[0,0],[-0.027,0.082],[-0.038,-0.049],[0.005,0.065],[0,0],[-0.433,0.113],[-0.308,-0.316],[0,0],[-0.367,0.283],[-0.524,-0.129],[0.102,0.002],[-0.13,0.019],[0,0],[-0.351,-0.197],[0,0],[-0.864,-0.165],[0.046,0.159],[0,0],[-0.222,0.179],[0,0],[-0.132,0.144],[0,0],[-0.179,0.277],[-0.049,-0.038],[-0.101,0.121],[-0.321,-0.201],[0,0],[0.223,0.317],[-0.057,0.022],[-0.212,0.066],[0,0],[-0.11,0.135],[0.044,0.149],[0.121,0.098],[-0.089,-0.035],[-0.307,0.155],[-0.083,-0.042],[0.118,-0.194],[-0.223,-0.126],[0.095,0.226],[-0.026,-0.004],[0,0],[-0.041,0.024],[-0.065,0.031],[-0.197,-0.082],[0.252,0.125],[-0.025,0.003],[-0.001,-0.016],[0,0],[0.024,-0.055],[0.092,0.132],[0.135,0.129],[-0.404,-0.073],[0.006,0.318],[0.027,0.101],[-0.027,-0.064],[0.053,0.202],[-0.237,0.106],[0,0],[-0.764,0.249],[0.059,-0.019],[-0.576,0.498],[-0.166,0.143],[0,0],[0,0],[0.145,0.344],[0,0],[-0.077,0.109],[0.031,0.023],[0,0],[0,0],[-0.18,0.203],[0.021,0.148],[0.022,-0.054],[0,0],[0.446,0.137],[0,0],[0,0],[0,0],[0.228,-0.028],[0.12,0.019],[0,0],[0.181,0.031],[-0.17,-0.147],[0.23,-0.028],[0.119,0.022],[-0.106,-0.136],[0.279,-0.012],[-0.09,-0.062],[0.444,0.33],[-0.403,-0.275],[0.03,0.025],[0.082,-0.101],[-0.36,-0.154],[0.408,-0.003],[-0.298,-0.109],[0.258,-0.021],[-0.447,-0.202],[0.288,-0.062],[0.172,-0.021]],"v":[[-15.325,9.246],[-15.806,8.909],[-15.313,8.924],[-15.566,8.436],[-15.419,8.496],[-15.521,7.786],[-15.428,7.802],[-15.901,7.619],[-15.815,7.449],[-15.696,7.592],[-15.757,7.467],[-15.462,7.733],[-15.529,7.145],[-15.206,7.442],[-15.408,7.574],[-14.913,7.779],[-14.743,7.24],[-15.148,7.003],[-14.534,6.66],[-14.788,6.2],[-14.475,6.433],[-14.545,5.928],[-14.469,6.153],[-14.54,5.824],[-14.227,5.956],[-14.133,5.005],[-13.858,5.152],[-13.061,4.244],[-13.245,3.972],[-13.069,4.048],[-13.289,3.828],[-13.039,3.912],[-12.705,2.954],[-12.659,3.045],[-12.706,2.503],[-12.685,2.562],[-11.705,1.654],[-11.753,1.033],[-10.948,0.944],[-11.134,0.473],[-10.887,0.658],[-11.047,0.331],[-10.703,0.485],[-10.699,0.347],[-10.931,0.279],[-10.37,0.171],[-10.313,-0.313],[-10.205,-0.055],[-10.024,-0.219],[-10.203,-0.39],[-9.802,-0.708],[-9.659,-0.546],[-9.085,-1.349],[-9.454,-1.69],[-9.185,-1.501],[-9.44,-1.77],[-9.078,-1.46],[-9.058,-1.652],[-8.881,-1.441],[-8.658,-1.724],[-8.581,-1.664],[-8.136,-2.307],[-8.313,-2.76],[-7.627,-3.037],[-7.815,-3.422],[-7.435,-3.213],[-7.044,-3.907],[-7.251,-4.041],[-6.987,-3.966],[-6.983,-3.935],[-5.847,-4.619],[-5.846,-4.588],[-5.745,-5.02],[-5.511,-4.757],[-4.936,-5.489],[-3.731,-5.79],[-3.845,-5.928],[-3.633,-5.9],[-3.805,-6.092],[-1.75,-6.844],[-1.555,-7.496],[-1.487,-7.161],[-0.188,-8.149],[-0.194,-7.959],[0.112,-8.28],[0.283,-8.05],[0.565,-8.236],[0.555,-8.127],[0.708,-8.455],[1.213,-8.615],[1.46,-9.017],[1.956,-9.013],[2.117,-8.716],[2.25,-9.096],[2.961,-9.049],[3.979,-9.842],[3.712,-9.249],[4.503,-9.908],[4.479,-9.622],[5.431,-10.034],[5.385,-9.904],[5.499,-10.061],[5.447,-9.996],[5.576,-10.803],[5.871,-9.947],[5.909,-10.228],[5.972,-9.958],[6.27,-10.331],[6.246,-10.071],[6.581,-10.428],[6.557,-10.286],[7.352,-10.73],[7.535,-10.226],[7.701,-10.349],[7.612,-10.525],[8.025,-10.698],[7.924,-10.535],[8.207,-10.627],[8.031,-10.756],[8.194,-11.137],[8.45,-10.93],[8.45,-10.929],[8.715,-11.1],[8.738,-10.608],[9.18,-11.06],[9.169,-10.744],[9.223,-11.002],[9.305,-10.731],[9.484,-11.013],[9.435,-10.913],[10.179,-10.95],[10.056,-10.541],[11.099,-10.898],[11.038,-10.94],[11.456,-10.926],[11.406,-10.691],[12.231,-10.956],[12.181,-10.824],[12.672,-10.654],[12.768,-10.958],[14.003,-10.632],[13.916,-10.519],[14.267,-10.617],[14.185,-10.945],[14.436,-11.165],[14.447,-10.659],[14.478,-10.877],[14.773,-11.024],[14.746,-10.905],[15.041,-11.051],[14.893,-10.724],[15.32,-10.904],[15.099,-10.784],[15.311,-10.466],[15.304,-10.475],[15.513,-10.3],[15.466,-10.393],[16.133,-10.885],[15.992,-10.347],[16.071,-10.069],[16.431,-10.182],[16.478,-9.917],[16.507,-10.208],[17.333,-10.112],[18.033,-10.657],[17.892,-10.324],[18.257,-10.24],[18.241,-9.97],[18.487,-10.132],[18.304,-9.772],[18.743,-10.044],[18.544,-9.71],[19.043,-10.035],[18.974,-10.148],[18.899,-9.877],[18.763,-10.103],[18.866,-10.145],[18.315,-10.203],[18.478,-10.594],[18.221,-10.297],[18.328,-10.686],[18.118,-10.815],[18.138,-10.884],[17.986,-10.79],[18.09,-11.007],[17.634,-11.109],[17.659,-11.129],[17.267,-10.535],[17.246,-11.311],[17.159,-11.017],[17.101,-11.189],[16.992,-10.871],[16.578,-11.292],[16.504,-10.959],[16.187,-11.159],[16.283,-11.516],[15.875,-11.589],[15.362,-11.39],[14.821,-11.805],[14.835,-11.865],[14.409,-11.548],[14.565,-11.935],[14.43,-11.95],[14.239,-11.743],[14.305,-12.013],[13.682,-11.921],[13.543,-11.045],[13.628,-11.472],[13.504,-11.426],[13.623,-11.65],[13.467,-11.489],[13.441,-11.789],[13.549,-11.777],[13.321,-12.097],[13.227,-11.813],[13.082,-12.163],[12.896,-11.887],[12.827,-12.112],[12.471,-11.787],[12.492,-11.765],[12.477,-11.753],[11.528,-11.841],[11.53,-11.941],[10.984,-11.663],[10.883,-11.962],[10.521,-11.942],[10.668,-12.067],[10.244,-12.042],[10.015,-12.285],[10.146,-12.105],[9.874,-12.113],[9.915,-12.446],[8.939,-12.401],[9.076,-11.974],[8.638,-12.467],[8.189,-12.075],[8.107,-11.52],[7.956,-12.104],[8.021,-12.04],[8.065,-12.267],[8.052,-12.147],[7.757,-12.43],[7.82,-12.177],[7.227,-12.255],[7.283,-12.056],[6.939,-11.739],[6.724,-11.99],[6.701,-12.402],[6.159,-12.516],[6.258,-12.627],[6.087,-12.547],[6.184,-12.322],[6.045,-12.444],[6.051,-11.83],[5.732,-11.97],[5.877,-12.363],[5.711,-12.344],[5.724,-12.43],[5.39,-12.028],[5.232,-12.306],[5.258,-11.872],[4.997,-11.745],[5.112,-11.698],[4.911,-11.453],[4.947,-11.617],[4.447,-11.622],[4.279,-12.01],[3.825,-11.959],[3.837,-11.538],[4.155,-11.784],[4.003,-11.393],[4.268,-11.567],[4.293,-11.23],[3.832,-11.159],[3.703,-11.735],[2.955,-11.404],[3.086,-11.328],[2.81,-11.133],[2.606,-11.48],[2.441,-11.03],[2.224,-11.235],[1.822,-10.589],[1.8,-11.115],[1.669,-10.97],[1.383,-10.798],[1.331,-10.491],[1.3,-10.583],[1.349,-10.231],[0.264,-10.35],[-0.233,-9.995],[-0.232,-10.08],[-0.48,-9.591],[-0.54,-9.883],[-1.132,-9.957],[-1.107,-10.01],[-1.539,-9.578],[-1.579,-9.668],[-1.946,-8.894],[-2.07,-9.271],[-2.002,-8.762],[-2.445,-9.142],[-2.285,-9.237],[-2.612,-9.131],[-2.674,-9.275],[-3.001,-8.626],[-2.915,-8.538],[-3.144,-8.325],[-3.382,-8.643],[-3.653,-7.956],[-3.545,-8.733],[-3.805,-8.323],[-3.719,-8.458],[-3.936,-7.803],[-4.97,-8.08],[-6.029,-7.45],[-5.748,-6.881],[-5.882,-6.804],[-6.349,-6.903],[-6.44,-7.177],[-6.892,-7.359],[-6.922,-7.043],[-6.604,-6.934],[-7.2,-6.711],[-7.237,-6.926],[-7.549,-6.063],[-7.726,-6.283],[-8.485,-5.323],[-8.563,-5.453],[-8.642,-5.208],[-8.752,-5.323],[-8.856,-4.996],[-8.907,-5.176],[-9.216,-4.167],[-10.002,-4.309],[-10.043,-4.357],[-10.477,-3.125],[-11.693,-2.467],[-11.451,-2.151],[-11.688,-2.017],[-11.659,-2.039],[-12.165,-1.895],[-11.773,-1.541],[-12.893,-0.772],[-12.873,-0.358],[-13.099,-0.531],[-13.58,0.051],[-13.704,-0.121],[-13.261,0.701],[-13.638,0.504],[-14.181,1.341],[-14.311,1.174],[-14.363,1.795],[-14.529,2.306],[-14.751,2.135],[-14.474,2.736],[-14.591,2.637],[-14.665,2.977],[-14.779,2.822],[-14.667,3.181],[-15.117,3.32],[-14.977,3.651],[-15.115,3.524],[-15.378,4.088],[-15.539,4.036],[-15.309,3.715],[-15.899,3.425],[-15.753,4.172],[-15.844,4.15],[-15.86,4.12],[-15.876,4.24],[-16.013,4.336],[-16.266,4.546],[-15.852,4.764],[-15.856,4.674],[-15.862,4.626],[-15.844,4.643],[-15.754,4.433],[-15.776,4.703],[-15.435,5.027],[-16.37,4.989],[-16.178,6.017],[-16.441,6.022],[-16.495,5.857],[-16.336,6.495],[-16.659,6.52],[-16.745,6.439],[-17.181,7.858],[-17.034,7.845],[-18.008,9.686],[-17.831,10.1],[-18.128,10.037],[-17.868,10.341],[-18.388,11.056],[-18.18,11.076],[-18.405,11.408],[-18.334,11.527],[-18.485,11.484],[-18.319,11.865],[-19.043,11.99],[-18.586,12.468],[-18.3,12.394],[-18.253,12.532],[-16.983,12.694],[-17.205,12.432],[-16.971,12.435],[-17.002,12.594],[-17.042,12.358],[-16.779,12.35],[-17.151,12.039],[-16.695,12.133],[-17.195,11.912],[-16.949,11.803],[-16.727,11.927],[-16.925,11.537],[-16.469,11.348],[-16.729,10.979],[-16.066,10.9],[-16.284,10.117],[-16.221,10.201],[-15.879,10.077],[-16.441,9.526],[-15.69,9.868],[-16.154,9.459],[-15.691,9.474],[-15.97,9.143],[-15.596,9.052]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[61.163,54.854],"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":"Group 75","np":8,"cix":2,"ix":75,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.001,-0.001],[0.001,0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[45.738,62.657],"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":"Group 76","np":4,"cix":2,"ix":76,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.048,0.022],[-0.007,-0.033]],"o":[[-0.065,-0.081],[0.001,0.025],[0,0]],"v":[[0.085,0.071],[-0.083,-0.071],[-0.078,0.006]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[62.459,46.311],"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":"Group 77","np":4,"cix":2,"ix":77,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.019,0.029],[0,0]],"o":[[0,0],[0.016,-0.01]],"v":[[-0.009,-0.029],[-0.009,0.029]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[50.474,55.173],"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":"Group 78","np":4,"cix":2,"ix":78,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.064,0.021],[0,0]],"o":[[0,0],[0.06,0.01]],"v":[[0.098,-0.014],[-0.098,0.004]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[63.162,46.158],"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":"Group 79","np":4,"cix":2,"ix":79,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.003,0.026],[0.022,-0.009],[-0.014,0.004]],"o":[[-0.022,0.068],[0.015,0],[0.012,-0.04]],"v":[[0.03,-0.055],[-0.032,0.055],[0.011,0.049]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[79.39,45.054],"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":"Group 80","np":4,"cix":2,"ix":80,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.073,0.206],[0.084,0.024]],"o":[[-0.084,-0.009],[0.19,0.066]],"v":[[0.127,-0.077],[-0.127,-0.13]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[45.866,62.787],"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":"Group 81","np":4,"cix":2,"ix":81,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-0.037,-0.022],[0.005,0.022],[0.037,-0.007]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[61.423,44.482],"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":"Group 82","np":4,"cix":2,"ix":82,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.05,-0.031],[0.03,-0.049],[-0.008,-0.008]],"o":[[-0.038,-0.011],[0.008,0.013],[0.003,-0.041]],"v":[[0.046,0.005],[-0.046,0.01],[-0.021,0.038]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[62.568,44.017],"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":"Group 83","np":4,"cix":2,"ix":83,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.018,-0.001],[0,0]],"o":[[0,0],[0.028,0.021]],"v":[[0.033,0.014],[-0.033,-0.014]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[66.128,43.095],"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":"Group 84","np":4,"cix":2,"ix":84,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.04,0.049],[-0.023,-0.03]],"o":[[0.02,0.045],[-0.008,-0.027]],"v":[[-0.032,-0.054],[0.032,0.054]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[63.736,43.32],"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":"Group 85","np":4,"cix":2,"ix":85,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.012,0.004],[0,0],[0,0]],"o":[[0,0],[0,0],[-0.014,-0.005]],"v":[[-0.017,-0.006],[-0.016,-0.003],[0.017,0.006]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[55.298,48.055],"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":"Group 86","np":4,"cix":2,"ix":86,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.017,0.009],[0.019,0.008]],"o":[[-0.02,-0.001],[0.025,0.016]],"v":[[0.03,0],[-0.03,-0.009]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[79.329,45.109],"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":"Group 87","np":4,"cix":2,"ix":87,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.247,0.028],[-0.341,-0.094]],"o":[[0.266,0.116],[-0.083,-0.077]],"v":[[-0.169,-0.248],[0.171,0.248]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[55.111,47.801],"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":"Group 88","np":4,"cix":2,"ix":88,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.02,-0.024],[0,0]],"o":[[0,0],[0.032,-0.037]],"v":[[-0.02,0.014],[-0.012,0.019]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[66.908,42.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":"Group 89","np":4,"cix":2,"ix":89,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[0.08,0.035],[0.071,0.009],[-0.08,-0.035]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[42.84,67.378],"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":"Group 90","np":4,"cix":2,"ix":90,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.006,0.01],[0.017,0.005]],"o":[[-0.02,-0.006],[0.025,0.017]],"v":[[0.024,0.003],[-0.024,-0.013]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[44.719,66.215],"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":"Group 91","np":4,"cix":2,"ix":91,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.006,-0.032],[0.004,0.023]],"o":[[0.001,-0.042],[-0.003,0.036]],"v":[[0.004,0.051],[-0.002,-0.051]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[74.481,42.706],"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":"Group 92","np":4,"cix":2,"ix":92,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.018,-0.011],[0,0]],"o":[[0,0],[-0.014,0.008]],"v":[[-0.024,0.014],[0.024,-0.014]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[79.325,43.956],"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":"Group 93","np":4,"cix":2,"ix":93,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0.082],[0.031,-0.12],[-0.033,0.017]],"o":[[-0.031,-0.018],[0.036,-0.112],[0.009,-0.053]],"v":[[0.058,-0.181],[-0.058,0.199],[0.044,0.018]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[76.995,43.246],"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":"Group 94","np":4,"cix":2,"ix":94,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.018,0.05]],"o":[[0,0],[0.013,-0.037],[0,0]],"v":[[-0.04,0.063],[-0.005,0.066],[0.04,-0.066]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[75.597,42.838],"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":"Group 95","np":4,"cix":2,"ix":95,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.026,0.035],[0.02,-0.004]],"o":[[0.026,-0.011],[-0.022,0.01],[0,0]],"v":[[-0.039,0.036],[0.039,-0.036],[-0.025,-0.015]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[79.427,45.119],"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":"Group 96","np":4,"cix":2,"ix":96,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.056,-0.028],[0,0]],"o":[[0,0],[-0.014,0.107]],"v":[[0.063,0.056],[-0.049,-0.056]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[73.519,42.961],"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":"Group 97","np":4,"cix":2,"ix":97,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.008,-0.025],[-0.016,-0.007]],"o":[[0.018,0.008],[-0.021,-0.03]],"v":[[-0.023,0.002],[0.023,0.023]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[68.367,42.577],"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":"Group 98","np":4,"cix":2,"ix":98,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.01,-0.028],[0.001,0.03]],"o":[[0.033,-0.011],[-0.029,0.023]],"v":[[-0.017,0.037],[0.026,-0.037]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[69.159,42.851],"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":"Group 99","np":4,"cix":2,"ix":99,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.018,0.007],[0,0]],"o":[[0,0],[-0.012,-0.022]],"v":[[-0.022,-0.022],[0.022,0.022]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[73.604,43.039],"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":"Group 100","np":4,"cix":2,"ix":100,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.02,0.058],[0.016,-0.307],[-0.175,0.35],[0.04,-0.116],[-0.087,0.194],[0.17,-0.18]],"o":[[-0.12,0.138],[0.153,-0.292],[0.08,-0.022],[0.045,-0.078],[-0.029,-0.268],[-0.008,-0.076]],"v":[[0.019,-0.35],[-0.276,0.35],[0.042,-0.158],[0.099,0.088],[0.276,-0.012],[-0.038,-0.136]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[80.485,44.929],"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":"Group 101","np":4,"cix":2,"ix":101,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.079,-0.023],[0,0]],"o":[[0.046,-0.077],[0,0],[0,0]],"v":[[0.025,0.104],[0.025,-0.143],[-0.104,0.167]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[80.804,45.172],"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":"Group 102","np":4,"cix":2,"ix":102,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-9.53],[9.529,0],[0,9.527],[-9.528,0]],"o":[[0,9.527],[-9.528,0],[0,-9.53],[9.529,0]],"v":[[17.253,0.001],[-0.001,17.251],[-17.253,0.001],[-0.001,-17.251]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.093999997307,0.086000001197,0.093999997307,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[73.227,73.227],"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":"Group 103","np":4,"cix":2,"ix":103,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-24.86],[24.861,0],[0,24.859],[-24.862,0]],"o":[[0,24.859],[-24.862,0],[0,-24.86],[24.861,0]],"v":[[45.015,0.002],[-0.002,45.014],[-45.015,0.002],[-0.002,-45.014]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.898000021542,0.882000014361,0.870999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[73.227,73.226],"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":"Group 104","np":4,"cix":2,"ix":104,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-40.306],[40.303,0],[0,40.304],[-40.303,0]],"o":[[0,40.304],[-40.303,0],[0,-40.306],[40.303,0]],"v":[[72.975,0.001],[0.001,72.977],[-72.975,0.001],[0.001,-72.977]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.2,0.2,0.2,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[73.225,73.227],"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":"Group 105","np":4,"cix":2,"ix":105,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1798.00007323404,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"tire-left Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[7200]},{"t":300.00001221925}],"ix":10},"p":{"a":0,"k":[602.982,823.371,0],"ix":2},"a":{"a":0,"k":[73.228,73.226,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-0.027,-0.034],[0.027,0.086],[0.022,-0.086]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.49,92.367],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.008,-0.061],[0.047,0.164]],"o":[[0.131,0.096],[-0.08,0.04]],"v":[[-0.139,-0.021],[0.092,-0.082]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[92.836,100.992],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.047,0.142],[0,0]],"o":[[0,0],[-0.028,0.084]],"v":[[0.107,0.057],[-0.079,-0.199]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[89.567,103.391],"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":"Group 3","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-0.036,0.018],[-0.071,0.066],[0.071,-0.066]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[81.315,106.775],"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":"Group 4","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[0.061,0.022],[-0.061,-0.119],[-0.059,0.119]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[80.267,105.105],"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":"Group 5","np":4,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.014,0.157],[0,0]],"o":[[0,0],[0.091,-0.053]],"v":[[-0.06,-0.128],[-0.031,0.128]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[79.647,106.723],"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":"Group 6","np":4,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.097,0.093],[0.005,-0.062]],"o":[[-0.125,0.054],[0.078,-0.101]],"v":[[0.014,-0.11],[0.014,0.11]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[74.311,107.179],"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":"Group 7","np":4,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.308,-0.035],[0,0],[0.107,-0.029]],"o":[[0,0],[0.04,0.107],[0.297,0.315]],"v":[[0.129,-0.223],[-0.105,-0.298],[-0.118,-0.017]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[73.465,107.155],"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":"Group 8","np":4,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.066,0.169],[0.093,-0.061],[0,0]],"o":[[-0.064,-0.025],[0,0],[0.046,-0.149]],"v":[[0.13,0.031],[-0.12,-0.132],[-0.13,-0.051]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[72.327,105.618],"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":"Group 9","np":4,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.002,-0.048],[0,0]],"o":[[0,0],[-0.006,0.022]],"v":[[-0.006,0.051],[0.006,-0.051]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[72.191,105.617],"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":"Group 10","np":4,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.021,-0.079],[0,0]],"o":[[0,0],[-0.026,-0.002]],"v":[[-0.04,0.04],[0.04,-0.027]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.18,105.596],"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":"Group 11","np":4,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.007,0.03],[0,0]],"o":[[0,0],[0.017,0.001]],"v":[[0.019,-0.016],[-0.019,0.015]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.239,105.553],"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":"Group 12","np":4,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.003,-0.011]],"o":[[0,0],[0,0.019],[0,0]],"v":[[0.019,-0.01],[-0.013,-0.023],[-0.019,0.023]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.277,105.514],"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":"Group 13","np":4,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.035,0.053],[0.034,-0.049]],"o":[[-0.069,-0.04],[0.05,0.007]],"v":[[0.073,-0.007],[-0.073,0.025]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[81.875,104.888],"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":"Group 14","np":4,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-0.01,0.001],[-0.009,0.005],[0.01,-0.005]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[87.596,101.783],"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":"Group 15","np":4,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.037,-0.156],[-0.026,0.04]],"o":[[0.021,-0.058],[-0.06,-0.007]],"v":[[-0.015,0.081],[0.052,-0.074]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[81.75,104.986],"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":"Group 16","np":4,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.026,-0.057],[-0.005,0.009]],"o":[[0.008,-0.004],[0.038,-0.07]],"v":[[-0.029,0.045],[-0.009,0.025]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[84.604,103.479],"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":"Group 17","np":4,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.003,-0.034],[0,0]],"o":[[-0.004,0.05],[0,0],[0,0]],"v":[[0.006,-0.061],[-0.006,0.06],[-0.004,0.061]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[74.212,105.743],"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":"Group 18","np":4,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.032,-0.015],[0,0]],"o":[[0,0],[0.056,0.056]],"v":[[0.064,0.048],[-0.064,-0.048]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[74.833,105.754],"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":"Group 19","np":4,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.016,-0.027],[0.016,0.02]],"o":[[-0.005,-0.024],[0.002,0.017]],"v":[[0.016,0.035],[-0.016,-0.035]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[75.766,105.806],"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":"Group 20","np":4,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-0.031,-0.004],[0.031,0.028],[-0.01,-0.028]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[98.734,90.27],"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":"Group 21","np":4,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.004,-0.011],[0,0],[0.006,0.016]],"o":[[0,0],[-0.008,-0.011],[0.006,0.013]],"v":[[0.003,0.013],[0.01,0.019],[-0.01,-0.019]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[77.923,106.597],"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":"Group 22","np":4,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.001,0.011],[0.021,-0.005],[0,0]],"o":[[-0.003,-0.01],[-0.027,0.006],[0,0],[0,0]],"v":[[0.042,-0.001],[0.029,-0.031],[-0.042,-0.016],[0.035,0.031]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[102.92,85.481],"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":"Group 23","np":4,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.032,-0.022],[0.057,0.01],[0.005,0.048],[0,0]],"o":[[0.019,0.07],[0.004,-0.029],[0,0],[0.049,0.021]],"v":[[15.29,-6.456],[15.193,-6.393],[15.194,-6.505],[15.164,-6.522]],"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.096,-0.025],[-0.018,0.057],[0.017,-0.033]],"o":[[0.025,-0.038],[0.097,0.02],[-0.055,-0.04]],"v":[[13.189,-6.321],[13.253,-6.469],[13.422,-6.37]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0.003,-0.048],[0,0],[-0.003,0.022]],"o":[[0,0],[0.006,-0.038],[-0.002,0.02]],"v":[[13.309,-6.67],[13.303,-6.672],[13.316,-6.764]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[-0.198,-0.085],[0.201,-0.031],[0.037,-0.098],[0.069,0.04],[-0.316,-0.256],[0.028,0.004],[-0.128,-0.039],[0.241,0.029],[0.067,0.043],[0,0],[0.248,0.063],[0.127,-0.103],[0.335,-0.093],[0,0],[0.589,0.007],[0.17,-0.228],[-0.166,-0.108],[-0.359,-0.391],[0.272,-0.127],[0,0],[0.328,-0.183],[0.056,-0.024],[0.041,-0.129],[0,0],[0.034,-0.312],[0.12,-0.034],[0.312,-0.274],[0,0],[0.041,0.053],[-0.082,-0.106],[0.062,0.08],[0.391,-0.129],[0,0],[0.328,-0.074],[0,0],[0.543,-0.13],[-0.517,-0.28],[0.337,-0.236],[-0.001,-0.135],[0,0],[0,0],[0,0],[0,0],[-0.076,-0.047],[0.138,0.071],[0,0],[0.042,0.086],[-0.154,-0.316],[-0.052,-0.034],[0.015,-0.188],[0,0],[0.182,-0.291],[0.024,-0.105],[0,0],[-0.137,-0.245],[0.051,0.119],[0,0],[0.1,0.074],[-0.247,-0.268],[0,0],[0.145,-0.238],[-0.138,-0.199],[0.123,-0.216],[-0.089,-0.164],[0.072,0.214],[0.07,-0.424],[-0.054,-0.072],[0.09,0.084],[0,0],[-0.175,-0.583],[0,0],[0,0],[0.197,0.019],[-0.002,-0.424],[0.565,0.121],[0,0],[0.072,-0.012],[-0.03,-0.107],[0.624,-0.34],[0.527,0.139],[0,0],[0.238,-0.569],[-0.044,0.026],[-0.104,-0.166],[0.096,0.058],[0.177,0.171],[-0.007,0.027],[-0.203,-0.2],[0.215,0.059],[-0.184,-0.39],[0.009,-0.245],[0.046,0.189],[-0.13,-0.194],[0.439,0.554],[0.308,-0.25],[0.209,0.424],[0.373,-0.04],[0.002,0.083],[0.222,-0.322],[-0.019,0.043],[-0.078,-0.19],[0,0],[-0.041,-0.152],[0.083,0.756],[-0.054,-0.126],[-0.008,0.167],[0.197,-0.061],[0.017,0.117],[0.192,0.024],[-0.049,0.016],[0.374,0.089],[0.119,0.355],[0,0],[0,0],[0.163,0.086],[0,0],[0,0],[0,0],[0.23,0.05],[0.132,0.193],[0,0],[0.135,0.062],[0.037,0.072],[0.022,-0.348],[0.019,0.037],[0,0],[0.022,0.156],[0.295,0.137],[-0.033,0.048],[0.261,0.082],[0.139,0.297],[0.345,0.03],[0,0],[0.127,-0.276],[0.003,-0.06],[0.328,-0.192],[0,0],[0.152,0.048],[-0.071,-0.192],[0.452,0.606],[0.038,-0.003],[0,0],[-0.084,-0.172],[0.086,-0.001],[0.074,0.128],[-0.01,-0.071],[0.261,0.269],[0,0],[0.101,0.032],[0.005,0.22],[0.136,0.263],[-0.056,0.075],[0.103,0.047],[0,0],[0,0],[0,0],[0.224,-0.463],[-0.012,0.303],[-0.025,0.086],[0.151,-0.362],[-0.023,0.246],[0.011,-0.123],[0.32,-0.436],[0.261,-0.154],[0,0],[0.135,-0.107],[0.036,0.111],[0.132,0.15],[-0.054,0.107],[0.132,-0.083],[-0.049,0.108],[0.059,-0.266],[0,0],[-0.04,0.047],[-0.003,-0.098],[0,0],[-0.179,-0.04],[0,0],[0,0],[0.094,-0.059],[-0.107,-0.234],[0.012,-0.016],[0,0],[0.079,0.064],[-0.081,-0.319],[0,0],[-0.246,0.348],[0,0],[0,0],[0.013,-0.121],[-0.073,0.199],[-0.04,-0.486],[-0.17,0.166],[-0.149,-0.236],[-0.152,-0.238],[-0.124,0.09],[-0.205,0.126],[-0.202,-0.126],[0,0],[-0.141,0.082],[0.074,-0.101],[-0.046,0.007],[-0.086,0.051],[0,0],[-0.25,-0.16],[-0.23,0.195],[0.059,-0.063],[-0.047,-0.054],[0,0],[-0.086,-0.013],[-0.002,-0.157],[0.026,-0.08],[-0.053,-0.145],[-0.068,0.033],[-0.117,-0.091],[0.028,0.294],[-0.03,-0.077],[0.143,0.302],[0,0],[0,0],[0,0],[0,0],[-0.287,0.187],[0,0],[-0.095,0.233],[0.004,-0.121],[-0.229,-0.126],[0.197,-0.008],[-0.146,0.3],[-0.072,0.089],[0,0],[-0.09,-0.007],[0,0],[-0.424,-0.587],[-0.027,0.288],[-0.055,0.013],[-0.272,-0.061],[-0.149,0.152],[0.083,-0.119],[0.008,0.039],[-0.099,-0.108],[0,0],[0.005,-0.203],[0.11,0.035],[-0.256,-0.055],[-0.036,0.008],[-0.202,0.118],[-0.175,0.218],[0.025,-0.111],[-0.13,-0.001],[0,0],[-0.054,0.017],[0,0],[-0.03,-0.093],[-0.059,0.244],[-0.13,-0.288],[0.205,-0.122],[-0.076,-0.017],[0.012,-0.022],[-0.261,0.079],[-0.03,0.05],[-0.048,0.159],[-0.092,0.015],[0,0],[-0.093,0.093],[-0.062,-0.042],[-0.098,0.269],[-0.102,-0.046],[-0.134,0.264],[-0.053,0.275],[0,0],[0,0],[0.076,0.011],[0.122,0.163],[-0.251,-0.156],[0,0],[-0.372,-0.004],[0,0],[-0.06,0.129],[-0.095,-0.089],[0.146,0.368],[0,0],[-0.26,0.058],[0.086,-0.218],[0.062,0.123],[-0.16,-0.129],[-0.094,0.03],[0,0],[0.18,0.153],[-0.465,-0.33],[-0.139,0.104],[0.039,0],[-0.338,-0.031],[-0.139,-0.055],[-0.365,-0.217],[0,0],[-0.211,0.094],[-0.031,-0.029],[-0.12,0.201],[-0.187,-0.183],[-0.113,0.172],[-0.183,-0.208],[0,0],[-0.116,0.008],[0,0],[-0.249,0.174],[0,0],[0.057,0.33],[0,0],[-0.099,0.182],[-0.001,-0.226],[0.084,0.184],[0.072,0.018],[-0.168,0.132],[-0.51,-0.315],[-0.297,0.353],[0.459,0.406],[-0.036,-0.02],[0,0],[-0.107,-0.087],[-0.222,0.004],[-0.15,0.042],[0,0],[0.019,0.461],[0,0],[0.265,0.439],[0.015,-0.084],[-0.43,0.053],[0,0],[-0.177,-0.02],[-0.028,0.023],[-0.131,0.024],[0,0],[-0.106,0.317],[-0.147,0.085],[0,0],[-0.069,0.449],[-0.442,0.224],[0.002,0.086],[-0.343,-0.215],[0,0],[-0.086,0.131],[0,0],[-0.702,-0.114],[0.074,0.146],[0,0],[-0.092,0.333],[0,0],[-0.057,0.165],[0,0],[0.218,0.454],[0.006,-0.057],[0.559,0.17],[0.088,0.226],[0,0],[0.014,0.229],[0.091,-0.036],[-0.213,0.132],[0,0],[0.163,0.161],[-0.245,-0.061],[-0.102,0.07],[-0.021,-0.027],[-0.324,0.094],[-0.032,0.007],[0.013,0.024],[-0.285,-0.257],[-0.17,0.131],[-0.04,-0.006],[0,0],[0.03,0.047],[-0.02,0.051],[-0.038,0.084],[0.255,-0.036],[0.007,-0.061],[-0.013,-0.014],[0,0],[0.021,-0.087],[-0.179,0.047],[0.077,0.051],[-0.241,-0.039],[0.458,0.314],[-0.087,0.005],[-0.066,-0.044],[0.346,0.134],[-0.017,0.28],[0,0],[-0.873,0.396],[0.062,0.006],[-0.641,0.558],[0.157,0.144],[0,0],[0,0],[0.421,0.427],[0,0],[-0.23,-0.052],[-0.113,0.036],[0,0],[0,0],[-0.071,0.362],[0.11,-0.045],[0.159,0.011],[0,0],[0.348,-0.23],[0,0],[0,0],[0,0],[-0.121,-0.079],[0.048,-0.033],[0,0],[0.118,-0.115],[-0.115,-0.166],[-0.165,-0.133],[0.046,0.05],[-0.237,-0.086],[0.434,0.076],[-0.004,-0.094],[0.552,0.139],[-0.218,-0.263],[-0.028,0.015],[0.103,-0.06],[-0.216,-0.15],[0.365,0.025],[-0.269,-0.003],[0.33,0.009],[-0.273,-0.156],[-0.106,-0.21]],"o":[[-0.049,0.178],[0.053,0.24],[0.065,0.157],[-0.061,-0.006],[0.253,0.212],[-0.035,0.004],[0.186,0.019],[-0.015,0.083],[0.019,-0.049],[0,0],[-0.356,-0.01],[0.067,0.194],[-0.335,-0.062],[0,0],[-0.557,0.015],[-0.161,0.231],[0.165,0.108],[0.221,0.459],[0.197,0.133],[0,0],[-0.107,0.236],[-0.129,-0.09],[-0.343,0.078],[0,0],[-0.033,0.276],[-0.091,-0.048],[0.033,0.416],[0,0],[-0.013,0.029],[-0.155,0.094],[-0.011,0.084],[0.138,0.323],[0,0],[-0.188,0.147],[0,0],[-0.301,0.363],[0.36,0.242],[-0.379,0.106],[-0.067,0.074],[0,0],[0,0],[0,0],[0,0],[0.037,-0.032],[0.049,0.226],[0,0],[-0.104,-0.068],[0.167,0.345],[0.074,0.011],[-0.212,-0.003],[0,0],[-0.188,0.242],[0.149,-0.052],[0,0],[0.136,0.163],[-0.101,0.091],[0,0],[-0.086,-0.044],[0.137,0.163],[0,0],[-0.178,0.29],[0.228,0.163],[-0.193,0.118],[0.013,0.225],[-0.212,-0.14],[-0.15,0.259],[0.108,0.033],[-0.01,0.08],[0,0],[0.031,0.58],[0,0],[0,0],[-0.14,0.09],[0.065,0.567],[-0.711,-0.362],[0,0],[0.061,0.184],[0.101,0.095],[-0.35,0.664],[-0.231,0.122],[0,0],[-0.192,0.624],[-0.015,-0.08],[-0.226,-0.142],[-0.081,0.024],[-0.169,-0.062],[-0.029,-0.028],[0.001,0.136],[-0.234,-0.011],[0.069,0.321],[-0.211,-0.4],[-0.029,-0.14],[-0.121,0.069],[-0.477,-0.362],[-0.255,0.424],[-0.168,-0.418],[-0.25,0.306],[-0.108,-0.022],[-0.263,0.304],[-0.013,-0.04],[-0.054,0.034],[0,0],[0.201,0.246],[-0.095,-0.587],[-0.026,0.05],[-0.071,-0.017],[-0.178,0.177],[-0.031,-0.094],[-0.037,0.215],[-0.008,-0.061],[-0.273,0.119],[-0.024,-0.437],[0,0],[0,0],[-0.151,0.031],[0,0],[0,0],[0,0],[-0.106,0.225],[0.032,-0.047],[0,0],[-0.047,0.134],[-0.057,-0.108],[-0.002,0.321],[0.014,-0.084],[0,0],[-0.088,-0.061],[-0.221,0.008],[0.016,-0.025],[-0.275,-0.053],[-0.139,-0.356],[-0.322,0.124],[0,0],[0.036,0.531],[0.035,-0.046],[-0.235,-0.044],[0,0],[-0.15,-0.107],[-0.028,0.14],[-0.522,-0.728],[0.047,-0.006],[0,0],[0.041,0.229],[-0.035,0.14],[0.145,-0.16],[0.016,0.07],[-0.201,-0.405],[0,0],[-0.088,0.065],[-0.053,-0.266],[-0.136,0.02],[0.055,-0.076],[-0.15,-0.311],[0,0],[0,0],[0,0],[-0.152,0.701],[0.22,-0.438],[-0.061,-0.083],[-0.106,0.247],[-0.007,-0.097],[-0.141,0.081],[-0.22,0.342],[-0.275,0.178],[-0.082,-0.16],[-0.134,-0.148],[0.029,-0.084],[-0.105,0.022],[0.028,-0.107],[-0.125,0.085],[-0.025,-0.171],[-0.145,0.07],[0,0],[-0.054,0.01],[0.134,-0.206],[0,0],[0.066,0.575],[0,0],[0,0],[0.036,0.11],[0.126,0.211],[0.012,0.036],[0,0],[-0.028,0.087],[0.229,0.249],[0,0],[0.327,-0.128],[0,0],[0,0],[0.033,0.012],[0.125,-0.213],[0.16,0.274],[0.055,-0.234],[0.053,0.521],[-0.041,0.272],[0.081,-0.459],[-0.004,-0.364],[-0.009,0.123],[0,0],[0.019,-0.368],[0.009,0.22],[0.046,-0.002],[0.025,-0.12],[0,0],[0.184,-0.033],[-0.01,-0.257],[0.02,0.137],[0.019,-0.021],[0,0],[0.115,0.091],[0.016,0.197],[-0.02,0.022],[0.1,0.026],[-0.019,-0.11],[0.181,-0.032],[0.031,-0.142],[0.053,-0.003],[0.081,-0.139],[0,0],[0,0],[0,0],[0,0],[0.272,-0.321],[0,0],[0.165,-0.142],[0.054,-0.009],[0.127,-0.097],[-0.11,0.194],[0.196,0.053],[-0.02,0.261],[0,0],[0.09,-0.052],[0,0],[0.462,0.34],[0.046,-0.251],[0.177,0.003],[0.277,0.12],[-0.06,-0.106],[0.177,0.001],[-0.038,0.02],[-0.044,0.054],[0,0],[0.114,0.097],[0.1,-0.142],[0.263,0.111],[-0.054,-0.054],[0.368,0.059],[0.175,0.133],[0.17,0.073],[0.133,-0.286],[0,0],[0.047,-0.076],[0,0],[0.076,0.018],[0.016,-0.169],[0.121,0.087],[-0.294,-0.014],[0.031,-0.05],[0.021,0.03],[0.345,0.182],[0.027,0.179],[-0.106,0.031],[0.213,0.074],[0,0],[-0.029,-0.179],[0.06,0.127],[0.014,-0.336],[0.124,0.079],[0.109,-0.296],[-0.151,-0.194],[0,0],[0,0],[-0.101,0.04],[0.029,-0.224],[0.273,0.274],[0,0],[0.348,0.139],[0,0],[-0.056,-0.231],[0.076,0.183],[-0.068,-0.129],[0,0],[0.293,-0.032],[0.029,0.226],[0.079,-0.04],[0.104,0.085],[-0.008,-0.094],[0.029,0.03],[-0.045,-0.086],[0.543,0.426],[0.129,-0.157],[0.022,0.057],[0.302,0.029],[0.291,0.194],[0.387,0.524],[0,0],[0.241,0.102],[0,0],[-0.064,-0.364],[0.097,0.243],[0.058,-0.088],[0.134,0.075],[0,0],[0.292,0.228],[0,0],[0.203,-0.208],[0,0],[-0.119,-0.408],[0,0],[0.025,-0.146],[0.108,0.293],[0.086,-0.069],[-0.009,0.057],[-0.099,-0.323],[0.484,0.6],[0.084,-0.475],[-0.541,-0.305],[0.047,-0.1],[0,0],[0.18,0.065],[0.189,-0.141],[-0.181,-0.125],[0,0],[-0.025,-0.459],[0,0],[0.028,-0.201],[0.073,0.023],[0.315,-0.265],[0,0],[0.013,-0.084],[0.046,0.041],[-0.016,-0.062],[0,0],[0.407,-0.186],[0.357,0.257],[0,0],[0.313,-0.343],[0.539,0.036],[-0.1,0.015],[0.125,-0.041],[0,0],[0.38,0.133],[0,0],[0.88,0.013],[-0.073,-0.148],[0,0],[0.188,-0.215],[0,0],[0.105,-0.166],[0,0],[0.129,-0.304],[0.055,0.029],[0.079,-0.137],[0.35,0.142],[0,0],[-0.274,-0.273],[0.052,-0.034],[0.198,-0.102],[0,0],[0.084,-0.151],[-0.068,-0.14],[-0.136,-0.074],[0.094,0.02],[0.275,-0.205],[0.089,0.027],[-0.083,0.212],[0.242,0.087],[-0.133,-0.206],[0.026,-0.001],[0,0],[0.037,-0.031],[0.057,-0.041],[0.209,0.046],[-0.27,-0.079],[0.024,-0.007],[0.004,0.016],[0,0],[-0.013,0.06],[-0.113,-0.113],[-0.156,-0.104],[0.411,0.002],[-0.061,-0.313],[-0.043,-0.094],[0.039,0.058],[-0.086,-0.19],[0.216,-0.146],[0,0],[0.708,-0.378],[-0.055,0.029],[0.481,-0.591],[0.138,-0.17],[0,0],[0,0],[-0.203,-0.315],[0,0],[0.058,-0.122],[-0.035,-0.019],[0,0],[0,0],[0.141,-0.23],[-0.046,-0.142],[-0.012,0.057],[0,0],[-0.463,-0.057],[0,0],[0,0],[0,0],[-0.22,0.068],[-0.121,0.003],[0,0],[-0.184,0.001],[0.193,0.116],[-0.223,0.067],[-0.121,0],[0.129,0.117],[-0.274,0.06],[0.1,0.045],[-0.493,-0.249],[0.446,0.201],[-0.035,-0.02],[-0.063,0.114],[0.381,0.09],[-0.4,0.074],[0.313,0.055],[-0.251,0.066],[0.476,0.121],[-0.273,0.113],[-0.166,0.051]],"v":[[13.657,-11.085],[14.189,-10.837],[13.7,-10.766],[14.035,-10.33],[13.879,-10.362],[14.103,-9.681],[14.008,-9.682],[14.506,-9.582],[14.452,-9.4],[14.311,-9.52],[14.391,-9.408],[14.056,-9.619],[14.223,-9.052],[13.853,-9.288],[14.029,-9.452],[13.506,-9.569],[13.433,-9.008],[13.873,-8.845],[13.328,-8.401],[13.657,-7.992],[13.308,-8.168],[13.465,-7.683],[13.35,-7.89],[13.479,-7.579],[13.146,-7.654],[13.22,-6.701],[12.924,-6.799],[12.296,-5.766],[12.523,-5.53],[12.338,-5.573],[12.592,-5.395],[12.332,-5.435],[12.169,-4.434],[12.108,-4.515],[12.249,-3.989],[12.216,-4.044],[11.41,-2.979],[11.565,-2.377],[10.788,-2.149],[11.053,-1.719],[10.777,-1.856],[10.992,-1.562],[10.626,-1.655],[10.646,-1.518],[10.887,-1.492],[10.353,-1.287],[10.38,-0.801],[10.23,-1.036],[10.08,-0.843],[10.285,-0.706],[9.946,-0.323],[9.778,-0.458],[9.351,0.433],[9.774,0.703],[9.476,0.565],[9.774,0.785],[9.364,0.543],[9.376,0.735],[9.166,0.559],[8.996,0.876],[8.91,0.831],[8.583,1.541],[8.835,1.957],[8.208,2.349],[8.46,2.695],[8.05,2.555],[7.786,3.305],[8.012,3.402],[7.74,3.375],[7.73,3.344],[6.731,4.216],[6.724,4.185],[6.699,4.627],[6.423,4.409],[5.985,5.23],[4.85,5.736],[4.985,5.852],[4.772,5.86],[4.976,6.021],[3.082,7.117],[3.003,7.794],[2.878,7.477],[1.769,8.675],[1.743,8.486],[1.498,8.855],[1.29,8.658],[1.043,8.891],[1.035,8.782],[0.941,9.132],[0.471,9.376],[0.299,9.815],[-0.191,9.898],[-0.4,9.633],[-0.466,10.03],[-1.175,10.107],[-2.04,11.065],[-1.879,10.436],[-2.544,11.221],[-2.571,10.936],[-3.436,11.506],[-3.414,11.369],[-3.498,11.544],[-3.459,11.473],[-3.445,12.288],[-3.884,11.496],[-3.874,11.78],[-3.982,11.526],[-4.211,11.945],[-4.231,11.684],[-4.5,12.094],[-4.502,11.95],[-5.208,12.524],[-5.475,12.061],[-5.616,12.21],[-5.499,12.368],[-5.876,12.609],[-5.803,12.433],[-6.067,12.572],[-5.871,12.669],[-5.965,13.072],[-6.253,12.913],[-6.253,12.912],[-6.484,13.126],[-6.593,12.647],[-6.949,13.167],[-6.995,12.855],[-7.002,13.118],[-7.13,12.865],[-7.258,13.175],[-7.227,13.067],[-7.952,13.231],[-7.902,12.809],[-8.868,13.342],[-8.8,13.372],[-9.214,13.431],[-9.207,13.191],[-9.973,13.596],[-9.946,13.456],[-10.46,13.373],[-10.502,13.691],[-11.774,13.584],[-11.708,13.457],[-12.036,13.615],[-11.899,13.923],[-12.109,14.185],[-12.207,13.687],[-12.2,13.907],[-12.464,14.103],[-12.457,13.981],[-12.723,14.176],[-12.636,13.829],[-13.023,14.08],[-12.827,13.925],[-13.091,13.648],[-13.081,13.654],[-13.318,13.519],[-13.256,13.603],[-13.827,14.202],[-13.782,13.648],[-13.909,13.388],[-14.243,13.562],[-14.336,13.31],[-14.313,13.602],[-15.144,13.649],[-15.738,14.308],[-15.658,13.955],[-16.031,13.936],[-16.062,13.667],[-16.277,13.87],[-16.158,13.483],[-16.544,13.828],[-16.406,13.465],[-16.841,13.871],[-16.753,13.971],[-16.728,13.691],[-16.553,13.889],[-16.647,13.948],[-16.096,13.911],[-16.188,14.323],[-15.986,13.986],[-16.024,14.388],[-15.795,14.478],[-15.802,14.55],[-15.668,14.431],[-15.733,14.662],[-15.268,14.684],[-15.288,14.708],[-15.004,14.056],[-14.849,14.815],[-14.814,14.511],[-14.728,14.67],[-14.676,14.338],[-14.195,14.682],[-14.18,14.341],[-13.834,14.481],[-13.865,14.851],[-13.451,14.852],[-12.98,14.566],[-12.377,14.881],[-12.379,14.941],[-12.016,14.557],[-12.102,14.965],[-11.964,14.956],[-11.814,14.719],[-11.83,14.996],[-11.234,14.798],[-11.248,13.911],[-11.257,14.346],[-11.145,14.278],[-11.223,14.521],[-11.098,14.334],[-11.02,14.626],[-11.128,14.632],[-10.848,14.908],[-10.805,14.611],[-10.602,14.933],[-10.467,14.627],[-10.359,14.837],[-10.063,14.455],[-10.09,14.437],[-10.076,14.423],[-10.077,14.423],[-10.076,14.423],[-9.126,14.345],[-9.112,14.442],[-8.622,14.075],[-8.47,14.352],[-8.118,14.269],[-8.24,14.418],[-7.828,14.319],[-7.559,14.52],[-7.72,14.364],[-7.451,14.325],[-7.434,14.659],[-6.48,14.446],[-6.689,14.049],[-6.171,14.46],[-5.797,13.994],[-5.814,13.435],[-5.564,13.983],[-5.639,13.933],[-5.643,14.163],[-5.65,14.042],[-5.31,14.27],[-5.416,14.032],[-4.819,14.006],[-4.908,13.818],[-4.625,13.446],[-4.37,13.657],[-4.274,14.059],[-3.722,14.077],[-3.8,14.204],[-3.646,14.095],[-3.781,13.89],[-3.622,13.985],[-3.735,13.383],[-3.397,13.465],[-3.47,13.877],[-3.311,13.829],[-3.31,13.917],[-3.049,13.462],[-2.846,13.709],[-2.947,13.287],[-2.711,13.116],[-2.832,13.089],[-2.678,12.814],[-2.685,12.982],[-2.191,12.899],[-1.959,13.252],[-1.52,13.123],[-1.605,12.711],[-1.877,13.009],[-1.794,12.597],[-2.025,12.814],[-2.107,12.486],[-1.666,12.336],[-1.439,12.881],[-0.759,12.425],[-0.902,12.374],[-0.664,12.134],[-0.402,12.44],[-0.319,11.968],[-0.07,12.132],[0.214,11.427],[0.328,11.94],[0.432,11.774],[0.683,11.556],[0.681,11.244],[0.727,11.33],[0.619,10.991],[1.707,10.92],[2.136,10.484],[2.149,10.568],[2.308,10.044],[2.419,10.32],[3.014,10.291],[2.998,10.348],[3.349,9.848],[3.404,9.929],[3.632,9.103],[3.819,9.452],[3.663,8.963],[4.166,9.26],[4.025,9.381],[4.329,9.221],[4.414,9.352],[4.623,8.656],[4.525,8.584],[4.712,8.334],[5.001,8.606],[5.149,7.883],[5.179,8.666],[5.362,8.217],[5.301,8.366],[5.402,7.683],[6.467,7.775],[7.402,6.971],[7.026,6.46],[7.144,6.36],[7.621,6.377],[7.758,6.631],[8.234,6.732],[8.21,6.416],[7.878,6.363],[8.426,6.04],[8.5,6.246],[8.658,5.342],[8.87,5.527],[9.45,4.449],[9.549,4.565],[9.585,4.311],[9.713,4.403],[9.759,4.065],[9.84,4.232],[9.97,3.186],[10.768,3.189],[10.816,3.229],[11.03,1.94],[12.113,1.081],[11.821,0.812],[12.03,0.639],[12.006,0.665],[12.48,0.436],[12.032,0.155],[13.002,-0.798],[12.911,-1.202],[13.162,-1.07],[13.535,-1.727],[13.686,-1.578],[13.107,-2.311],[13.513,-2.183],[13.903,-3.102],[14.06,-2.959],[14.004,-3.58],[14.078,-4.112],[14.326,-3.983],[13.949,-4.525],[14.082,-4.449],[14.097,-4.797],[14.235,-4.664],[14.061,-4.998],[14.481,-5.214],[14.285,-5.515],[14.443,-5.414],[14.604,-6.014],[14.773,-5.991],[14.601,-5.636],[15.233,-5.452],[14.96,-6.162],[15.052,-6.157],[15.073,-6.13],[15.069,-6.251],[15.187,-6.368],[15.399,-6.619],[14.954,-6.763],[14.973,-6.675],[14.989,-6.629],[14.967,-6.643],[14.915,-6.42],[14.89,-6.689],[14.497,-6.949],[15.425,-7.074],[15.057,-8.053],[15.315,-8.104],[15.397,-7.951],[15.13,-8.551],[15.444,-8.633],[15.543,-8.567],[15.726,-10.041],[15.584,-10.002],[16.223,-11.984],[15.976,-12.361],[16.281,-12.351],[15.972,-12.604],[16.359,-13.399],[16.15,-13.383],[16.316,-13.749],[16.224,-13.854],[16.381,-13.838],[16.151,-14.185],[16.841,-14.434],[16.309,-14.825],[16.04,-14.702],[15.969,-14.83],[14.691,-14.769],[14.955,-14.55],[14.723,-14.512],[14.727,-14.674],[14.807,-14.448],[14.551,-14.395],[14.97,-14.152],[14.505,-14.167],[15.037,-14.036],[14.812,-13.886],[14.572,-13.97],[14.836,-13.619],[14.418,-13.353],[14.737,-13.035],[14.099,-12.843],[14.45,-12.109],[14.373,-12.181],[14.059,-12],[14.707,-11.555],[13.909,-11.761],[14.437,-11.439],[13.977,-11.373],[14.309,-11.096],[13.957,-10.941]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[87.988,92.155],"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":"Group 24","np":8,"cix":2,"ix":24,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[101.996,82.473],[101.993,82.473]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 25","np":4,"cix":2,"ix":25,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.05,-0.012],[0.012,0.03]],"o":[[0.078,0.067],[-0.004,-0.023],[0,0]],"v":[[-0.094,-0.056],[0.094,0.056],[0.077,-0.019]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[88.364,101.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":"Group 26","np":4,"cix":2,"ix":26,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.023,-0.024],[0,0]],"o":[[0,0],[-0.013,0.012]],"v":[[0.012,0.027],[0.001,-0.027]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[98.633,90.664],"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":"Group 27","np":4,"cix":2,"ix":27,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.06,-0.031],[0,0]],"o":[[0,0],[-0.061,0]],"v":[[-0.094,0.025],[0.094,-0.025]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[87.701,101.752],"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":"Group 28","np":4,"cix":2,"ix":28,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.008,-0.025],[-0.021,0.015],[0.013,-0.006]],"o":[[0.01,-0.07],[-0.015,0.003],[-0.006,0.042]],"v":[[-0.017,0.06],[0.025,-0.06],[-0.017,-0.046]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.908,105.651],"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":"Group 29","np":4,"cix":2,"ix":29,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.036,-0.216],[-0.087,-0.009]],"o":[[0.083,-0.006],[-0.198,-0.031]],"v":[[-0.129,0.104],[0.129,0.112]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[101.864,82.361],"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":"Group 30","np":4,"cix":2,"ix":30,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.016,0.013],[0,0]],"o":[[-0.018,-0.013],[0,0],[0,0]],"v":[[0.039,0.018],[-0.01,-0.018],[-0.039,0.017]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[89.706,103.093],"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":"Group 31","np":4,"cix":2,"ix":31,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.054,0.022],[-0.022,0.054],[0.009,0.006]],"o":[[0.039,0.005],[-0.01,-0.01],[0.003,0.041]],"v":[[-0.044,0.005],[0.044,-0.016],[0.016,-0.038]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[88.655,103.749],"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":"Group 32","np":4,"cix":2,"ix":32,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.017,-0.002],[0,0]],"o":[[0,0],[-0.032,-0.017]],"v":[[-0.035,-0.008],[0.035,0.01]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[85.312,105.278],"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":"Group 33","np":4,"cix":2,"ix":33,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.048,-0.042],[0.028,0.027]],"o":[[-0.027,-0.041],[0.014,0.026]],"v":[[0.042,0.048],[-0.042,-0.048]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[87.627,104.642],"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":"Group 34","np":4,"cix":2,"ix":34,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.013,-0.001],[0,0],[0,0]],"o":[[0,0],[0,0],[0.015,0.002]],"v":[[0.019,0.002],[0.017,0.001],[-0.019,-0.002]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[95.115,98.514],"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":"Group 35","np":4,"cix":2,"ix":35,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.014,-0.011],[-0.019,-0.004]],"o":[[0.02,-0.002],[-0.026,-0.011]],"v":[[-0.029,0.005],[0.029,0.005]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.962,105.586],"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":"Group 36","np":4,"cix":2,"ix":36,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.249,0.016],[0.352,0.034]],"o":[[-0.282,-0.068],[0.095,0.062]],"v":[[0.211,0.207],[-0.211,-0.223]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[95.344,98.739],"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":"Group 37","np":4,"cix":2,"ix":37,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.015,0.027],[0,0]],"o":[[0,0],[-0.025,0.042]],"v":[[0.017,-0.018],[0.008,-0.021]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[84.662,106.09],"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":"Group 38","np":4,"cix":2,"ix":38,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-0.085,-0.022],[-0.072,0.004],[0.085,0.022]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[104.029,77.321],"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":"Group 39","np":4,"cix":2,"ix":39,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.003,-0.011],[-0.018,-0.003]],"o":[[0.02,0.003],[-0.027,-0.013]],"v":[[-0.025,0.001],[0.025,0.01]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[102.381,78.792],"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":"Group 40","np":4,"cix":2,"ix":40,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.011,0.031],[-0.007,-0.021]],"o":[[0.006,0.041],[-0.003,-0.036]],"v":[[-0.011,-0.05],[0.011,0.05]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[77.151,107.112],"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":"Group 41","np":4,"cix":2,"ix":41,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.015,0.013],[0,0]],"o":[[0,0],[0.012,-0.011]],"v":[[0.022,-0.019],[-0.022,0.019]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[72.165,106.723],"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":"Group 42","np":4,"cix":2,"ix":42,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.014,-0.081],[-0.009,0.123],[0.029,-0.023]],"o":[[0.034,0.012],[-0.016,0.117],[0.001,0.053]],"v":[[-0.013,0.19],[0.035,-0.202],[-0.035,-0.008]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[74.571,107.014],"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":"Group 43","np":4,"cix":2,"ix":43,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.008,-0.053]],"o":[[0,0],[-0.006,0.039],[0,0]],"v":[[0.029,-0.071],[-0.007,-0.067],[-0.029,0.071]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[76.031,107.178],"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":"Group 44","np":4,"cix":2,"ix":44,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.02,-0.04],[-0.02,0.008]],"o":[[-0.025,0.016],[0.021,-0.014],[0,0]],"v":[[0.033,-0.043],[-0.033,0.043],[0.027,0.009]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.863,105.596],"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":"Group 45","np":4,"cix":2,"ix":45,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.06,0.019],[0,0]],"o":[[0,0],[-0.005,-0.108]],"v":[[-0.065,-0.038],[0.065,0.054]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[78.049,106.688],"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":"Group 46","np":4,"cix":2,"ix":46,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.004,0.026],[0.016,0.004]],"o":[[-0.02,-0.004],[0.025,0.026]],"v":[[0.025,-0.008],[-0.025,-0.018]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[83.195,106.179],"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":"Group 47","np":4,"cix":2,"ix":47,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.015,0.026],[-0.006,-0.03]],"o":[[-0.031,0.016],[0.025,-0.029]],"v":[[0.011,-0.041],[-0.02,0.041]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[82.369,106.047],"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":"Group 48","np":4,"cix":2,"ix":48,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.019,-0.004],[0,0]],"o":[[0,0],[0.015,0.02]],"v":[[0.026,0.017],[-0.026,-0.017]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[77.959,106.633],"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":"Group 49","np":4,"cix":2,"ix":49,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.01,-0.061],[0.038,0.305],[0.113,-0.374],[-0.019,0.121],[0.052,-0.206],[-0.136,0.207]],"o":[[0.094,-0.156],[-0.101,0.314],[-0.074,0.037],[-0.031,0.084],[0.076,0.26],[0.022,0.074]],"v":[[0.053,0.37],[0.222,-0.37],[-0.003,0.185],[-0.102,-0.046],[-0.26,0.083],[0.071,0.15]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[70.843,105.943],"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":"Group 50","np":4,"cix":2,"ix":50,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.074,0.036],[0,0]],"o":[[-0.032,0.084],[0,0],[0,0]],"v":[[-0.042,-0.098],[0.001,0.146],[0.074,-0.182]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[70.497,105.781],"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":"Group 51","np":4,"cix":2,"ix":51,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[0.029,0.042],[-0.004,-0.085],[-0.029,0.085]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[48.186,52.171],"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":"Group 52","np":4,"cix":2,"ix":52,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.019,0.058],[-0.018,-0.169]],"o":[[-0.112,-0.116],[0.086,-0.026]],"v":[[0.129,0.045],[-0.111,0.066]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[57.235,45.01],"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":"Group 53","np":4,"cix":2,"ix":53,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.071,-0.131],[0,0]],"o":[[0,0],[0.042,-0.078]],"v":[[-0.09,-0.077],[0.048,0.208]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[60.86,43.218],"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":"Group 54","np":4,"cix":2,"ix":54,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[0.039,-0.013],[0.081,-0.051],[-0.081,0.051]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[69.579,41.316],"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":"Group 55","np":4,"cix":2,"ix":55,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-0.067,-0.043],[0.028,0.117],[0.067,-0.117]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[70.332,43.153],"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":"Group 56","np":4,"cix":2,"ix":56,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.014,-0.156],[0,0]],"o":[[0,0],[-0.099,0.036]],"v":[[0.035,0.128],[0.049,-0.128]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.215,41.664],"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":"Group 57","np":4,"cix":2,"ix":57,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.079,-0.108],[-0.016,0.06]],"o":[[0.133,-0.032],[-0.095,0.086]],"v":[[-0.027,0.108],[0.012,-0.108]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[76.542,42.132],"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":"Group 58","np":4,"cix":2,"ix":58,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.297,0.089],[0,0],[-0.111,0.01]],"o":[[0,0],[-0.022,-0.113],[-0.237,-0.363]],"v":[[-0.148,0.203],[0.069,0.318],[0.13,0.044]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[77.359,42.298],"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":"Group 59","np":4,"cix":2,"ix":59,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.095,-0.155],[-0.101,0.043],[0,0]],"o":[[0.059,0.036],[0,0],[-0.072,0.14]],"v":[[-0.12,-0.056],[0.095,0.148],[0.12,0.07]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[78.228,44.018],"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":"Group 60","np":4,"cix":2,"ix":60,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.011,0.047],[0,0]],"o":[[0,0],[0.01,-0.02]],"v":[[0.016,-0.049],[-0.016,0.049]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[78.364,44.04],"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":"Group 61","np":4,"cix":2,"ix":61,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.035,0.074],[0,0]],"o":[[0,0],[0.026,0.006]],"v":[[0.045,-0.037],[-0.045,0.016]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[79.356,44.242],"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":"Group 62","np":4,"cix":2,"ix":62,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.012,-0.029],[0,0]],"o":[[0,0],[-0.016,-0.004]],"v":[[-0.021,0.014],[0.021,-0.009]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[79.29,44.267],"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":"Group 63","np":4,"cix":2,"ix":63,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.005,0.01]],"o":[[0,0],[0.004,-0.019],[0,0]],"v":[[-0.021,0.003],[0.008,0.022],[0.021,-0.022]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[79.246,44.304],"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":"Group 64","np":4,"cix":2,"ix":64,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.044,-0.046],[-0.041,0.042]],"o":[[0.061,0.052],[-0.047,-0.015]],"v":[[-0.074,-0.003],[0.074,-0.009]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[68.701,43.074],"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":"Group 65","np":4,"cix":2,"ix":65,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[0.011,0.002],[0.009,-0.003],[-0.011,0.003]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[62.526,45.141],"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":"Group 66","np":4,"cix":2,"ix":66,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.009,0.159],[0.033,-0.035]],"o":[[-0.031,0.053],[0.059,0.017]],"v":[[0.043,-0.08],[-0.052,0.061]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[68.826,43.005],"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":"Group 67","np":4,"cix":2,"ix":67,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.036,0.052],[0.006,-0.008]],"o":[[-0.008,0.003],[-0.05,0.062]],"v":[[0.036,-0.04],[0.014,-0.022]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[65.769,43.99],"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":"Group 68","np":4,"cix":2,"ix":68,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.009,0.033],[0,0]],"o":[[0.013,-0.048],[0,0],[0,0]],"v":[[-0.016,0.059],[0.016,-0.057],[0.015,-0.059]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[76.395,43.565],"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":"Group 69","np":4,"cix":2,"ix":69,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.029,0.021],[0,0]],"o":[[0,0],[-0.045,-0.064]],"v":[[-0.054,-0.059],[0.054,0.059]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[75.785,43.447],"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":"Group 70","np":4,"cix":2,"ix":70,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.011,0.03],[-0.012,-0.023]],"o":[[0.001,0.025],[0.001,-0.018]],"v":[[-0.009,-0.038],[0.008,0.038]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[74.876,43.233],"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":"Group 71","np":4,"cix":2,"ix":71,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[0.029,0.01],[-0.029,-0.032],[0.003,0.032]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[49.561,54.544],"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":"Group 72","np":4,"cix":2,"ix":72,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.002,0.012],[0,0],[-0.003,-0.017]],"o":[[0,0],[0.006,0.012],[-0.003,-0.014]],"v":[[0,-0.014],[-0.007,-0.021],[0.007,0.021]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[72.889,42.08],"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":"Group 73","np":4,"cix":2,"ix":73,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.003,-0.011],[-0.021,0.001],[0,0]],"o":[[0.001,0.011],[0.028,-0.001],[0,0],[0,0]],"v":[[-0.039,-0.001],[-0.034,0.031],[0.039,0.028],[-0.029,-0.031]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[44.604,58.529],"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":"Group 74","np":4,"cix":2,"ix":74,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.027,0.027],[-0.054,-0.019],[0.004,-0.047],[0,0]],"o":[[-0.007,-0.073],[-0.009,0.028],[0,0],[-0.045,-0.031]],"v":[[-16.129,4.404],[-16.024,4.358],[-16.043,4.468],[-16.017,4.492]],"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.099,0.008],[0.028,-0.053],[-0.023,0.03]],"o":[[-0.032,0.035],[-0.09,-0.035],[0.046,0.049]],"v":[[-14.037,4.635],[-14.126,4.769],[-14.275,4.643]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[-0.012,0.046],[0,0],[0.006,-0.021]],"o":[[0,0],[-0.012,0.036],[0.005,-0.02]],"v":[[-14.216,4.959],[-14.211,4.962],[-14.238,5.05]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0.18,0.118],[-0.203,-0.004],[-0.053,0.091],[-0.061,-0.052],[0.267,0.307],[-0.027,-0.007],[0.12,0.059],[-0.232,-0.071],[-0.058,-0.054],[0,0],[-0.234,-0.106],[-0.144,0.08],[-0.346,0.033],[0,0],[-0.58,-0.109],[-0.207,0.195],[0.144,0.134],[0.285,0.447],[-0.291,0.078],[0,0],[-0.355,0.124],[-0.059,0.014],[-0.063,0.12],[0,0],[-0.088,0.3],[-0.125,0.013],[-0.355,0.216],[0,0],[-0.032,-0.061],[0.063,0.117],[-0.048,-0.09],[-0.407,0.059],[0,0],[-0.336,0.015],[0,0],[-0.558,0.033],[0.461,0.366],[-0.373,0.173],[-0.023,0.135],[0,0],[0,0],[0,0],[0,0],[0.067,0.06],[-0.124,-0.094],[0,0],[-0.028,-0.092],[0.097,0.338],[0.046,0.043],[-0.047,0.182],[0,0],[-0.23,0.255],[-0.042,0.1],[0,0],[0.093,0.265],[-0.03,-0.125],[0,0],[-0.085,-0.091],[0.196,0.307],[0,0],[-0.184,0.209],[0.102,0.219],[-0.158,0.191],[0.06,0.177],[-0.033,-0.223],[-0.143,0.407],[0.04,0.081],[-0.075,-0.1],[0,0],[0.072,0.604],[0,0],[0,0],[-0.191,-0.052],[-0.072,0.418],[-0.537,-0.218],[0,0],[-0.072,0],[0.01,0.109],[-0.673,0.227],[-0.495,-0.228],[0,0],[-0.332,0.519],[0.047,-0.018],[0.073,0.182],[-0.085,-0.073],[-0.144,-0.199],[0.011,-0.026],[0.165,0.232],[-0.202,-0.094],[0.114,0.417],[-0.051,0.239],[-0.014,-0.194],[0.094,0.214],[-0.336,-0.621],[-0.346,0.192],[-0.133,-0.455],[-0.374,-0.025],[0.014,-0.082],[-0.274,0.279],[0.026,-0.038],[0.043,0.201],[0,0],[0.013,0.157],[0.049,-0.757],[0.031,0.134],[0.037,-0.163],[-0.205,0.025],[0.003,-0.119],[-0.185,-0.057],[0.052,-0.006],[-0.353,-0.152],[-0.055,-0.37],[0,0],[0,0],[-0.145,-0.112],[0,0],[0,0],[0,0],[-0.219,-0.089],[-0.098,-0.214],[0,0],[-0.123,-0.084],[-0.024,-0.078],[-0.082,0.339],[-0.012,-0.04],[0,0],[0.005,-0.157],[-0.266,-0.187],[0.041,-0.041],[-0.243,-0.124],[-0.085,-0.318],[-0.334,-0.09],[0,0],[-0.173,0.249],[-0.013,0.059],[-0.357,0.131],[0,0],[-0.141,-0.073],[0.038,0.201],[-0.34,-0.675],[-0.038,-0.003],[0,0],[0.053,0.185],[-0.085,-0.014],[-0.05,-0.138],[-0.003,0.072],[-0.21,-0.31],[0,0],[-0.093,-0.049],[0.034,-0.218],[-0.089,-0.282],[0.068,-0.066],[-0.093,-0.065],[0,0],[0,0],[0,0],[-0.302,0.417],[0.065,-0.296],[0.039,-0.08],[-0.211,0.33],[0.066,-0.239],[-0.032,0.118],[-0.39,0.375],[-0.284,0.106],[0,0],[-0.151,0.082],[-0.016,-0.115],[-0.104,-0.17],[0.072,-0.095],[-0.144,0.058],[0.068,-0.099],[-0.104,0.252],[0,0],[0.049,-0.04],[-0.015,0.097],[0,0],[0.171,0.07],[0,0],[0,0],[-0.103,0.042],[0.065,0.249],[-0.015,0.014],[0,0],[-0.067,-0.075],[0.025,0.328],[0,0],[0.303,-0.301],[0,0],[0,0],[-0.033,0.117],[0.107,-0.184],[-0.045,0.484],[0.196,-0.135],[0.106,0.259],[0.109,0.259],[0.138,-0.069],[0.223,-0.089],[0.178,0.159],[0,0],[0.153,-0.057],[-0.091,0.086],[0.046,0],[0.094,-0.035],[0,0],[0.219,0.2],[0.26,-0.152],[-0.069,0.051],[0.037,0.062],[0,0],[0.083,0.029],[-0.025,0.155],[-0.04,0.075],[0.027,0.151],[0.073,-0.019],[0.1,0.109],[0.023,-0.294],[0.016,0.081],[-0.089,-0.322],[0,0],[0,0],[0,0],[0,0],[0.316,-0.135],[0,0],[0.134,-0.212],[-0.024,0.118],[0.203,0.164],[-0.195,-0.027],[0.196,-0.27],[0.087,-0.077],[0,0],[0.088,0.022],[0,0],[0.317,0.652],[0.077,-0.278],[0.055,-0.003],[0.257,0.109],[0.174,-0.125],[-0.102,0.103],[-0.002,-0.04],[0.079,0.123],[0,0],[-0.04,0.198],[-0.102,-0.055],[0.242,0.097],[0.036,-0.001],[0.219,-0.08],[0.21,-0.184],[-0.045,0.104],[0.129,0.024],[0,0],[0.056,-0.008],[0,0],[0.013,0.099],[0.101,-0.23],[0.078,0.307],[-0.224,0.085],[0.073,0.031],[-0.015,0.021],[0.27,-0.032],[0.038,-0.044],[0.076,-0.15],[0.092,0.002],[0,0],[0.107,-0.077],[0.054,0.052],[0.143,-0.247],[0.092,0.062],[0.178,-0.237],[0.101,-0.262],[0,0],[0,0],[-0.073,-0.024],[-0.092,-0.182],[0.22,0.198],[0,0],[0.366,0.069],[0,0],[0.082,-0.117],[0.078,0.105],[-0.079,-0.388],[0,0],[0.267,-0.013],[-0.122,0.2],[-0.04,-0.131],[0.134,0.154],[0.099,-0.013],[0,0],[-0.152,-0.181],[0.4,0.406],[0.154,-0.078],[-0.038,-0.007],[0.328,0.09],[0.127,0.08],[0.321,0.277],[0,0],[0.224,-0.057],[0.027,0.033],[0.153,-0.178],[0.152,0.213],[0.142,-0.15],[0.144,0.236],[0,0],[0.116,0.012],[0,0],[0.275,-0.129],[0,0],[0.001,-0.335],[0,0],[0.128,-0.161],[-0.038,0.224],[-0.051,-0.196],[-0.068,-0.031],[0.189,-0.103],[0.448,0.4],[0.353,-0.295],[-0.381,-0.481],[0.031,0.027],[0,0],[0.09,0.104],[0.22,0.034],[0.155,-0.016],[0,0],[0.061,-0.457],[0,0],[-0.184,-0.479],[-0.03,0.08],[0.432,0.024],[0,0],[0.171,0.049],[0.032,-0.016],[0.133,-0.002],[0,0],[0.159,-0.294],[0.16,-0.058],[0,0],[0.146,-0.43],[0.474,-0.145],[0.012,-0.086],[0.301,0.271],[0,0],[0.108,-0.115],[0,0],[0.671,0.236],[-0.047,-0.157],[0,0],[0.148,-0.312],[0,0],[0.086,-0.151],[0,0],[-0.135,-0.484],[-0.015,0.054],[-0.521,-0.264],[-0.048,-0.239],[0,0],[0.026,-0.229],[-0.096,0.02],[0.233,-0.094],[0,0],[-0.132,-0.187],[0.23,0.105],[0.113,-0.05],[0.016,0.03],[0.335,-0.038],[0.032,-0.001],[-0.009,-0.025],[0.237,0.302],[0.191,-0.099],[0.037,0.014],[0,0],[-0.021,-0.051],[0.029,-0.047],[0.052,-0.078],[-0.257,-0.009],[-0.018,0.059],[0.01,0.015],[0,0],[-0.035,0.082],[0.184,-0.016],[-0.066,-0.062],[0.23,0.081],[-0.396,-0.388],[0.087,0.01],[0.057,0.056],[-0.316,-0.193],[0.066,-0.271],[0,0],[0.928,-0.237],[-0.06,-0.017],[0.728,-0.438],[-0.129,-0.17],[0,0],[0,0],[-0.341,-0.494],[0,0],[0.217,0.091],[0.117,-0.016],[0,0],[0,0],[0.133,-0.343],[-0.117,0.026],[-0.154,-0.038],[0,0],[-0.382,0.166],[0,0],[0,0],[0,0],[0.105,0.1],[-0.054,0.025],[0,0],[-0.135,0.093],[0.084,0.184],[0.139,0.161],[-0.037,-0.057],[0.218,0.125],[-0.414,-0.15],[-0.012,0.093],[-0.52,-0.232],[0.169,0.296],[0.029,-0.01],[-0.112,0.041],[0.188,0.186],[-0.356,-0.088],[0.264,0.05],[-0.323,-0.066],[0.242,0.201],[0.067,0.226]],"o":[[0.079,-0.167],[-0.011,-0.246],[-0.037,-0.166],[0.059,0.018],[-0.212,-0.253],[0.036,0.002],[-0.18,-0.05],[0.029,-0.08],[-0.027,0.045],[0,0],[0.348,0.071],[-0.033,-0.203],[0.318,0.119],[0,0],[0.55,0.081],[0.198,-0.199],[-0.144,-0.135],[-0.138,-0.492],[-0.172,-0.164],[0,0],[0.146,-0.214],[0.112,0.113],[0.351,-0.017],[0,0],[0.08,-0.267],[0.081,0.063],[0.04,-0.416],[0,0],[0.019,-0.026],[0.169,-0.067],[0.026,-0.081],[-0.081,-0.342],[0,0],[0.21,-0.113],[0,0],[0.36,-0.305],[-0.313,-0.302],[0.392,-0.037],[0.079,-0.061],[0,0],[0,0],[0,0],[0,0],[-0.041,0.025],[-0.009,-0.23],[0,0],[0.09,0.085],[-0.106,-0.369],[-0.071,-0.023],[0.208,0.04],[0,0],[0.227,-0.206],[-0.155,0.025],[0,0],[-0.106,-0.184],[0.116,-0.072],[0,0],[0.078,0.059],[-0.106,-0.184],[0,0],[0.226,-0.255],[-0.197,-0.201],[0.211,-0.083],[0.026,-0.225],[0.185,0.175],[0.192,-0.229],[-0.1,-0.05],[0.024,-0.077],[0,0],[0.071,-0.576],[0,0],[0,0],[0.154,-0.063],[0.034,-0.568],[0.637,0.48],[0,0],[-0.028,-0.191],[-0.082,-0.11],[0.459,-0.593],[0.249,-0.079],[0,0],[0.297,-0.582],[0.002,0.081],[0.198,0.179],[0.084,-0.009],[0.154,0.091],[0.024,0.033],[0.022,-0.135],[0.228,0.05],[-0.012,-0.329],[0.139,0.431],[0.004,0.142],[0.131,-0.048],[0.406,0.439],[0.325,-0.373],[0.092,0.441],[0.299,-0.259],[0.104,0.041],[0.313,-0.254],[0.006,0.042],[0.06,-0.023],[0,0],[-0.155,-0.278],[-0.009,0.596],[0.034,-0.044],[0.068,0.029],[0.205,-0.144],[0.014,0.097],[0.073,-0.207],[-0.003,0.061],[0.29,-0.071],[-0.051,0.437],[0,0],[0,0],[0.155,-0.004],[0,0],[0,0],[0,0],[0.143,-0.203],[-0.04,0.041],[0,0],[0.069,-0.124],[0.037,0.117],[0.058,-0.317],[-0.029,0.081],[0,0],[0.075,0.076],[0.219,0.031],[-0.019,0.021],[0.263,0.1],[0.074,0.376],[0.338,-0.067],[0,0],[0.057,-0.53],[-0.042,0.039],[0.225,0.084],[0,0],[0.128,0.132],[0.052,-0.131],[0.388,0.807],[-0.048,-0.002],[0,0],[-0.001,-0.233],[0.058,-0.13],[-0.171,0.131],[-0.003,-0.072],[0.129,0.434],[0,0],[0.098,-0.048],[0.006,0.271],[0.137,0.005],[-0.069,0.066],[0.093,0.331],[0,0],[0,0],[0,0],[0.271,-0.664],[-0.292,0.393],[0.046,0.092],[0.148,-0.224],[-0.009,0.098],[0.153,-0.056],[0.277,-0.3],[0.303,-0.127],[0.052,0.171],[0.106,0.17],[-0.044,0.079],[0.107,-0.003],[-0.046,0.1],[0.139,-0.061],[-0.005,0.173],[0.156,-0.045],[0,0],[0.054,-0.002],[-0.166,0.179],[0,0],[0.034,-0.578],[0,0],[0,0],[-0.017,-0.114],[-0.088,-0.229],[-0.005,-0.037],[0,0],[0.042,-0.08],[-0.182,-0.284],[0,0],[-0.344,0.069],[0,0],[0,0],[-0.031,-0.018],[-0.16,0.188],[-0.11,-0.297],[-0.096,0.219],[0.037,-0.524],[0.087,-0.259],[-0.16,0.438],[-0.06,0.358],[0.03,-0.119],[0,0],[-0.082,0.36],[0.03,-0.219],[-0.046,-0.006],[-0.045,0.114],[0,0],[-0.187,0],[-0.035,0.254],[0.003,-0.139],[-0.023,0.017],[0,0],[-0.098,-0.11],[0.019,-0.197],[0.024,-0.018],[-0.094,-0.043],[-0.001,0.112],[-0.183,0.001],[-0.054,0.132],[-0.053,-0.006],[-0.103,0.122],[0,0],[0,0],[0,0],[0,0],[-0.323,0.269],[0,0],[-0.187,0.113],[-0.054,-0.001],[-0.142,0.073],[0.142,-0.172],[-0.183,-0.086],[0.065,-0.253],[0,0],[-0.098,0.037],[0,0],[-0.396,-0.414],[-0.088,0.24],[-0.173,-0.032],[-0.253,-0.167],[0.041,0.117],[-0.174,-0.032],[0.041,-0.013],[0.052,-0.047],[0,0],[-0.096,-0.115],[-0.123,0.123],[-0.239,-0.155],[0.043,0.061],[-0.353,-0.121],[-0.15,-0.16],[-0.155,-0.1],[-0.182,0.258],[0,0],[-0.059,0.066],[0,0],[-0.071,-0.031],[-0.044,0.164],[-0.104,-0.107],[0.287,0.065],[-0.039,0.044],[-0.015,-0.033],[-0.307,-0.238],[0.004,-0.179],[0.11,-0.013],[-0.197,-0.111],[0,0],[-0.003,0.181],[-0.036,-0.136],[-0.072,0.329],[-0.109,-0.099],[-0.159,0.273],[0.116,0.217],[0,0],[0,0],[0.106,-0.021],[-0.067,0.215],[-0.221,-0.316],[0,0],[-0.319,-0.197],[0,0],[0.015,0.237],[-0.042,-0.193],[0.045,0.14],[0,0],[-0.293,-0.019],[0.011,-0.229],[-0.084,0.025],[-0.088,-0.102],[-0.009,0.094],[-0.023,-0.035],[0.03,0.092],[-0.462,-0.513],[-0.154,0.133],[-0.012,-0.059],[-0.292,-0.08],[-0.253,-0.242],[-0.29,-0.583],[0,0],[-0.219,-0.143],[0,0],[0,0.369],[-0.054,-0.257],[-0.072,0.076],[-0.119,-0.097],[0,0],[-0.248,-0.275],[0,0],[-0.236,0.169],[0,0],[0.047,0.422],[0,0],[-0.049,0.139],[-0.056,-0.307],[-0.096,0.053],[0.019,-0.054],[0.041,0.335],[-0.372,-0.676],[-0.165,0.455],[0.479,0.394],[-0.063,0.091],[0,0],[-0.167,-0.095],[-0.211,0.105],[0.157,0.156],[0,0],[-0.056,0.456],[0,0],[-0.063,0.193],[-0.068,-0.036],[-0.357,0.207],[0,0],[-0.027,0.082],[-0.038,-0.049],[0.005,0.065],[0,0],[-0.432,0.113],[-0.307,-0.316],[0,0],[-0.367,0.283],[-0.524,-0.129],[0.102,0.002],[-0.131,0.019],[0,0],[-0.351,-0.197],[0,0],[-0.865,-0.165],[0.046,0.159],[0,0],[-0.222,0.179],[0,0],[-0.132,0.144],[0,0],[-0.18,0.277],[-0.049,-0.038],[-0.101,0.121],[-0.321,-0.201],[0,0],[0.223,0.317],[-0.057,0.022],[-0.212,0.066],[0,0],[-0.109,0.135],[0.044,0.149],[0.121,0.098],[-0.089,-0.035],[-0.307,0.155],[-0.083,-0.042],[0.118,-0.194],[-0.223,-0.126],[0.096,0.226],[-0.025,-0.004],[0,0],[-0.042,0.024],[-0.064,0.031],[-0.197,-0.082],[0.252,0.125],[-0.025,0.003],[-0.001,-0.016],[0,0],[0.024,-0.055],[0.092,0.132],[0.135,0.129],[-0.404,-0.073],[0.005,0.318],[0.027,0.101],[-0.028,-0.064],[0.053,0.202],[-0.237,0.106],[0,0],[-0.763,0.249],[0.059,-0.019],[-0.576,0.498],[-0.166,0.143],[0,0],[0,0],[0.145,0.344],[0,0],[-0.078,0.109],[0.032,0.023],[0,0],[0,0],[-0.179,0.203],[0.021,0.148],[0.022,-0.054],[0,0],[0.446,0.137],[0,0],[0,0],[0,0],[0.228,-0.028],[0.12,0.019],[0,0],[0.181,0.031],[-0.17,-0.147],[0.231,-0.028],[0.119,0.022],[-0.107,-0.136],[0.279,-0.012],[-0.09,-0.062],[0.442,0.33],[-0.404,-0.275],[0.03,0.025],[0.081,-0.101],[-0.36,-0.154],[0.407,-0.003],[-0.298,-0.109],[0.258,-0.021],[-0.448,-0.202],[0.288,-0.062],[0.172,-0.021]],"v":[[-15.326,9.246],[-15.806,8.909],[-15.313,8.924],[-15.566,8.436],[-15.418,8.496],[-15.521,7.786],[-15.428,7.802],[-15.901,7.619],[-15.816,7.449],[-15.698,7.592],[-15.756,7.467],[-15.462,7.733],[-15.529,7.145],[-15.207,7.442],[-15.408,7.574],[-14.913,7.779],[-14.743,7.24],[-15.149,7.003],[-14.535,6.66],[-14.788,6.2],[-14.475,6.433],[-14.546,5.928],[-14.467,6.153],[-14.542,5.824],[-14.227,5.956],[-14.134,5.005],[-13.858,5.152],[-13.061,4.244],[-13.245,3.972],[-13.069,4.048],[-13.289,3.828],[-13.039,3.912],[-12.704,2.954],[-12.659,3.045],[-12.707,2.503],[-12.684,2.562],[-11.704,1.654],[-11.754,1.033],[-10.948,0.944],[-11.134,0.473],[-10.887,0.658],[-11.047,0.331],[-10.703,0.485],[-10.699,0.347],[-10.931,0.279],[-10.37,0.171],[-10.311,-0.313],[-10.204,-0.055],[-10.025,-0.219],[-10.203,-0.39],[-9.802,-0.708],[-9.66,-0.546],[-9.085,-1.349],[-9.454,-1.69],[-9.185,-1.501],[-9.441,-1.77],[-9.078,-1.46],[-9.058,-1.652],[-8.881,-1.441],[-8.658,-1.724],[-8.582,-1.664],[-8.136,-2.307],[-8.313,-2.76],[-7.626,-3.037],[-7.815,-3.422],[-7.435,-3.213],[-7.045,-3.907],[-7.251,-4.041],[-6.987,-3.966],[-6.983,-3.935],[-5.848,-4.619],[-5.845,-4.588],[-5.745,-5.02],[-5.511,-4.757],[-4.936,-5.489],[-3.73,-5.79],[-3.845,-5.928],[-3.634,-5.9],[-3.806,-6.092],[-1.75,-6.844],[-1.555,-7.496],[-1.487,-7.161],[-0.188,-8.149],[-0.194,-7.959],[0.111,-8.28],[0.283,-8.05],[0.565,-8.236],[0.556,-8.127],[0.708,-8.455],[1.213,-8.615],[1.458,-9.017],[1.955,-9.013],[2.116,-8.716],[2.25,-9.096],[2.961,-9.049],[3.979,-9.842],[3.712,-9.249],[4.502,-9.908],[4.479,-9.622],[5.431,-10.034],[5.385,-9.904],[5.499,-10.061],[5.447,-9.996],[5.577,-10.803],[5.871,-9.947],[5.909,-10.228],[5.973,-9.958],[6.27,-10.331],[6.246,-10.071],[6.582,-10.428],[6.557,-10.286],[7.353,-10.73],[7.535,-10.226],[7.7,-10.349],[7.611,-10.525],[8.025,-10.698],[7.922,-10.535],[8.207,-10.627],[8.031,-10.756],[8.194,-11.137],[8.45,-10.93],[8.449,-10.929],[8.715,-11.1],[8.738,-10.608],[9.179,-11.06],[9.169,-10.744],[9.223,-11.002],[9.306,-10.731],[9.484,-11.013],[9.434,-10.913],[10.178,-10.95],[10.056,-10.541],[11.099,-10.898],[11.038,-10.94],[11.455,-10.926],[11.406,-10.691],[12.231,-10.956],[12.181,-10.824],[12.672,-10.654],[12.768,-10.958],[14.004,-10.632],[13.916,-10.519],[14.267,-10.617],[14.185,-10.945],[14.437,-11.165],[14.447,-10.659],[14.478,-10.877],[14.772,-11.024],[14.746,-10.905],[15.04,-11.051],[14.895,-10.724],[15.32,-10.904],[15.099,-10.784],[15.311,-10.466],[15.302,-10.475],[15.512,-10.3],[15.466,-10.393],[16.132,-10.885],[15.991,-10.347],[16.072,-10.069],[16.431,-10.182],[16.478,-9.917],[16.507,-10.208],[17.332,-10.112],[18.033,-10.657],[17.892,-10.324],[18.257,-10.24],[18.241,-9.97],[18.487,-10.132],[18.302,-9.772],[18.743,-10.044],[18.543,-9.71],[19.043,-10.035],[18.974,-10.148],[18.9,-9.877],[18.762,-10.103],[18.866,-10.145],[18.315,-10.203],[18.478,-10.594],[18.221,-10.297],[18.328,-10.686],[18.118,-10.815],[18.137,-10.884],[17.986,-10.79],[18.09,-11.007],[17.634,-11.109],[17.658,-11.129],[17.267,-10.535],[17.246,-11.311],[17.158,-11.017],[17.1,-11.189],[16.991,-10.871],[16.578,-11.292],[16.504,-10.959],[16.187,-11.159],[16.283,-11.516],[15.875,-11.589],[15.361,-11.39],[14.822,-11.805],[14.835,-11.865],[14.41,-11.548],[14.566,-11.935],[14.428,-11.95],[14.239,-11.743],[14.303,-12.013],[13.682,-11.921],[13.543,-11.045],[13.626,-11.472],[13.504,-11.426],[13.624,-11.65],[13.467,-11.489],[13.441,-11.789],[13.549,-11.777],[13.322,-12.097],[13.226,-11.813],[13.082,-12.163],[12.897,-11.887],[12.827,-12.112],[12.47,-11.787],[12.492,-11.765],[12.476,-11.753],[12.478,-11.753],[12.476,-11.753],[11.527,-11.841],[11.53,-11.941],[10.984,-11.663],[10.882,-11.962],[10.521,-11.942],[10.668,-12.067],[10.244,-12.042],[10.014,-12.285],[10.146,-12.105],[9.874,-12.113],[9.915,-12.446],[8.939,-12.401],[9.075,-11.974],[8.638,-12.467],[8.189,-12.075],[8.108,-11.52],[7.957,-12.104],[8.022,-12.04],[8.065,-12.267],[8.052,-12.147],[7.757,-12.43],[7.819,-12.177],[7.228,-12.255],[7.283,-12.056],[6.939,-11.739],[6.724,-11.99],[6.7,-12.402],[6.158,-12.516],[6.257,-12.627],[6.087,-12.547],[6.184,-12.322],[6.044,-12.444],[6.051,-11.83],[5.733,-11.97],[5.876,-12.363],[5.71,-12.344],[5.724,-12.43],[5.39,-12.028],[5.233,-12.306],[5.259,-11.872],[4.997,-11.745],[5.111,-11.698],[4.911,-11.453],[4.947,-11.617],[4.447,-11.622],[4.28,-12.01],[3.824,-11.959],[3.836,-11.538],[4.156,-11.784],[4.004,-11.393],[4.268,-11.567],[4.293,-11.23],[3.832,-11.159],[3.703,-11.735],[2.954,-11.404],[3.086,-11.328],[2.809,-11.133],[2.605,-11.48],[2.441,-11.03],[2.224,-11.235],[1.822,-10.589],[1.799,-11.115],[1.668,-10.97],[1.384,-10.798],[1.33,-10.491],[1.301,-10.583],[1.349,-10.231],[0.264,-10.35],[-0.233,-9.995],[-0.233,-10.08],[-0.48,-9.591],[-0.54,-9.883],[-1.132,-9.957],[-1.107,-10.01],[-1.539,-9.578],[-1.579,-9.668],[-1.947,-8.894],[-2.071,-9.271],[-2.001,-8.762],[-2.446,-9.142],[-2.285,-9.237],[-2.613,-9.131],[-2.673,-9.275],[-3.001,-8.626],[-2.917,-8.538],[-3.144,-8.325],[-3.382,-8.643],[-3.652,-7.956],[-3.547,-8.733],[-3.805,-8.323],[-3.719,-8.458],[-3.936,-7.803],[-4.97,-8.08],[-6.03,-7.45],[-5.749,-6.881],[-5.881,-6.804],[-6.348,-6.903],[-6.44,-7.177],[-6.892,-7.359],[-6.922,-7.043],[-6.604,-6.934],[-7.199,-6.711],[-7.237,-6.926],[-7.55,-6.063],[-7.725,-6.283],[-8.485,-5.323],[-8.563,-5.453],[-8.642,-5.208],[-8.751,-5.323],[-8.855,-4.996],[-8.907,-5.176],[-9.216,-4.167],[-10.001,-4.309],[-10.043,-4.357],[-10.477,-3.125],[-11.693,-2.467],[-11.451,-2.151],[-11.688,-2.017],[-11.659,-2.039],[-12.165,-1.895],[-11.772,-1.541],[-12.894,-0.772],[-12.875,-0.358],[-13.099,-0.531],[-13.579,0.051],[-13.704,-0.121],[-13.261,0.701],[-13.637,0.504],[-14.181,1.341],[-14.311,1.174],[-14.363,1.795],[-14.529,2.306],[-14.751,2.135],[-14.474,2.736],[-14.592,2.637],[-14.667,2.977],[-14.78,2.822],[-14.667,3.181],[-15.117,3.32],[-14.977,3.651],[-15.115,3.524],[-15.378,4.088],[-15.54,4.036],[-15.309,3.715],[-15.9,3.425],[-15.754,4.172],[-15.842,4.15],[-15.86,4.12],[-15.876,4.24],[-16.014,4.336],[-16.266,4.546],[-15.852,4.764],[-15.855,4.674],[-15.863,4.626],[-15.844,4.643],[-15.754,4.433],[-15.776,4.703],[-15.435,5.027],[-16.37,4.989],[-16.178,6.017],[-16.441,6.022],[-16.495,5.857],[-16.337,6.495],[-16.66,6.52],[-16.746,6.439],[-17.181,7.858],[-17.035,7.845],[-18.008,9.686],[-17.831,10.1],[-18.129,10.037],[-17.868,10.341],[-18.388,11.056],[-18.18,11.076],[-18.407,11.408],[-18.334,11.527],[-18.486,11.484],[-18.319,11.865],[-19.043,11.99],[-18.587,12.468],[-18.301,12.394],[-18.253,12.532],[-16.983,12.694],[-17.204,12.432],[-16.97,12.435],[-17.001,12.594],[-17.042,12.358],[-16.78,12.35],[-17.151,12.039],[-16.696,12.133],[-17.197,11.912],[-16.949,11.803],[-16.728,11.927],[-16.926,11.537],[-16.469,11.348],[-16.728,10.979],[-16.066,10.9],[-16.284,10.117],[-16.22,10.201],[-15.879,10.077],[-16.441,9.526],[-15.691,9.868],[-16.155,9.459],[-15.691,9.474],[-15.97,9.143],[-15.595,9.052]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[60.419,53.854],"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":"Group 75","np":8,"cix":2,"ix":75,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.001,-0.001],[0.001,0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[44.994,61.657],"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":"Group 76","np":4,"cix":2,"ix":76,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.048,0.022],[-0.006,-0.033]],"o":[[-0.065,-0.081],[0,0.025],[0,0]],"v":[[0.084,0.071],[-0.083,-0.071],[-0.078,0.006]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[61.716,45.311],"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":"Group 77","np":4,"cix":2,"ix":77,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.019,0.029],[0,0]],"o":[[0,0],[0.016,-0.01]],"v":[[-0.009,-0.029],[-0.009,0.029]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[49.73,54.173],"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":"Group 78","np":4,"cix":2,"ix":78,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.065,0.021],[0,0]],"o":[[0,0],[0.06,0.01]],"v":[[0.098,-0.014],[-0.098,0.004]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[62.418,45.158],"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":"Group 79","np":4,"cix":2,"ix":79,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.003,0.026],[0.022,-0.009],[-0.014,0.004]],"o":[[-0.022,0.068],[0.015,0],[0.012,-0.04]],"v":[[0.03,-0.055],[-0.033,0.055],[0.012,0.049]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[78.646,44.054],"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":"Group 80","np":4,"cix":2,"ix":80,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.073,0.206],[0.084,0.024]],"o":[[-0.083,-0.009],[0.19,0.066]],"v":[[0.127,-0.077],[-0.127,-0.13]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[45.122,61.787],"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":"Group 81","np":4,"cix":2,"ix":81,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-0.038,-0.022],[0.004,0.022],[0.038,-0.007]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[60.679,43.482],"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":"Group 82","np":4,"cix":2,"ix":82,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.049,-0.031],[0.03,-0.049],[-0.009,-0.008]],"o":[[-0.038,-0.011],[0.008,0.013],[0.003,-0.041]],"v":[[0.046,0.005],[-0.046,0.01],[-0.022,0.038]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[61.825,43.017],"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":"Group 83","np":4,"cix":2,"ix":83,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.018,-0.001],[0,0]],"o":[[0,0],[0.028,0.021]],"v":[[0.033,0.014],[-0.033,-0.014]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[65.384,42.095],"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":"Group 84","np":4,"cix":2,"ix":84,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.04,0.049],[-0.023,-0.03]],"o":[[0.02,0.045],[-0.009,-0.027]],"v":[[-0.032,-0.054],[0.032,0.054]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[62.992,42.32],"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":"Group 85","np":4,"cix":2,"ix":85,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.012,0.004],[0,0],[0,0]],"o":[[0,0],[0,0],[-0.014,-0.005]],"v":[[-0.017,-0.006],[-0.017,-0.003],[0.017,0.006]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[54.554,47.055],"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":"Group 86","np":4,"cix":2,"ix":86,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.016,0.009],[0.019,0.008]],"o":[[-0.02,-0.001],[0.025,0.016]],"v":[[0.03,0],[-0.03,-0.009]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[78.585,44.109],"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":"Group 87","np":4,"cix":2,"ix":87,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.248,0.028],[-0.34,-0.094]],"o":[[0.266,0.116],[-0.083,-0.077]],"v":[[-0.17,-0.248],[0.17,0.248]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[54.367,46.801],"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":"Group 88","np":4,"cix":2,"ix":88,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.02,-0.024],[0,0]],"o":[[0,0],[0.033,-0.037]],"v":[[-0.02,0.014],[-0.013,0.019]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[66.164,41.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":"Group 89","np":4,"cix":2,"ix":89,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[0.08,0.035],[0.071,0.009],[-0.08,-0.035]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[42.096,66.378],"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":"Group 90","np":4,"cix":2,"ix":90,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.005,0.01],[0.016,0.005]],"o":[[-0.019,-0.006],[0.024,0.017]],"v":[[0.024,0.003],[-0.024,-0.013]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[43.975,65.215],"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":"Group 91","np":4,"cix":2,"ix":91,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.005,-0.032],[0.004,0.023]],"o":[[0.001,-0.042],[-0.003,0.036]],"v":[[0.004,0.051],[-0.001,-0.051]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[73.737,41.706],"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":"Group 92","np":4,"cix":2,"ix":92,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.017,-0.011],[0,0]],"o":[[0,0],[-0.014,0.008]],"v":[[-0.024,0.014],[0.024,-0.014]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[78.581,42.956],"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":"Group 93","np":4,"cix":2,"ix":93,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0.082],[0.031,-0.12],[-0.033,0.017]],"o":[[-0.032,-0.018],[0.036,-0.112],[0.008,-0.053]],"v":[[0.058,-0.181],[-0.058,0.199],[0.044,0.018]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[76.251,42.246],"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":"Group 94","np":4,"cix":2,"ix":94,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.017,0.05]],"o":[[0,0],[0.013,-0.037],[0,0]],"v":[[-0.04,0.063],[-0.005,0.066],[0.04,-0.066]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[74.852,41.838],"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":"Group 95","np":4,"cix":2,"ix":95,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.026,0.035],[0.021,-0.004]],"o":[[0.027,-0.011],[-0.022,0.01],[0,0]],"v":[[-0.039,0.036],[0.039,-0.036],[-0.025,-0.015]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[78.682,44.119],"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":"Group 96","np":4,"cix":2,"ix":96,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.056,-0.028],[0,0]],"o":[[0,0],[-0.014,0.107]],"v":[[0.063,0.056],[-0.049,-0.056]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[72.775,41.961],"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":"Group 97","np":4,"cix":2,"ix":97,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.008,-0.025],[-0.016,-0.007]],"o":[[0.019,0.008],[-0.021,-0.03]],"v":[[-0.024,0.002],[0.024,0.023]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[67.623,41.577],"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":"Group 98","np":4,"cix":2,"ix":98,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.01,-0.028],[0.001,0.03]],"o":[[0.033,-0.011],[-0.029,0.023]],"v":[[-0.017,0.037],[0.026,-0.037]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[68.415,41.851],"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":"Group 99","np":4,"cix":2,"ix":99,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.018,0.007],[0,0]],"o":[[0,0],[-0.012,-0.022]],"v":[[-0.022,-0.022],[0.022,0.022]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[72.86,42.039],"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":"Group 100","np":4,"cix":2,"ix":100,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.02,0.058],[0.016,-0.307],[-0.176,0.35],[0.041,-0.116],[-0.087,0.194],[0.17,-0.18]],"o":[[-0.12,0.138],[0.153,-0.292],[0.08,-0.022],[0.045,-0.078],[-0.029,-0.268],[-0.009,-0.076]],"v":[[0.019,-0.35],[-0.277,0.35],[0.041,-0.158],[0.098,0.088],[0.277,-0.012],[-0.038,-0.136]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[79.741,43.929],"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":"Group 101","np":4,"cix":2,"ix":101,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.079,-0.023],[0,0]],"o":[[0.046,-0.077],[0,0],[0,0]],"v":[[0.025,0.104],[0.025,-0.143],[-0.104,0.167]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.39199999641,0.39199999641,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[80.06,44.172],"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":"Group 102","np":4,"cix":2,"ix":102,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-10.685],[10.684,0],[0,10.683],[-10.682,0]],"o":[[0,10.683],[-10.682,0],[0,-10.685],[10.684,0]],"v":[[19.343,0],[-0.003,19.344],[-19.343,0],[-0.003,-19.344]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.093999997307,0.086000001197,0.093999997307,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[73.231,73.228],"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":"Group 103","np":4,"cix":2,"ix":103,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-24.382],[24.381,0],[0,24.38],[-24.376,0]],"o":[[0,24.38],[-24.376,0],[0,-24.382],[24.381,0]],"v":[[44.144,-0.001],[-0.005,44.146],[-44.144,-0.001],[-0.005,-44.146]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.898000021542,0.882000014361,0.870999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[73.23,73.229],"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":"Group 104","np":4,"cix":2,"ix":104,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-40.306],[40.308,0],[0,40.304],[-40.302,0]],"o":[[0,40.304],[-40.302,0],[0,-40.306],[40.308,0]],"v":[[72.978,0.001],[-0.003,72.977],[-72.978,0.001],[-0.003,-72.977]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.2,0.2,0.2,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[73.228,73.227],"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":"Group 105","np":4,"cix":2,"ix":105,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1798.00007323404,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Van Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":0,"s":[726.065,635.051,0],"e":[726.065,633.051,0],"to":[0,-0.33333334326744,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":15,"s":[726.065,633.051,0],"e":[726.065,635.051,0],"to":[0,0,0],"ti":[0,-0.33333334326744,0]},{"t":30.0000012219251}],"ix":2,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"},"a":{"a":0,"k":[621.602,277.796,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.556],[237.329,0],[0,4.557],[-237.33,0]],"o":[[0,4.557],[-237.33,0],[0,-4.556],[237.329,0]],"v":[[429.724,0],[0.001,8.25],[-429.724,0],[0.001,-8.25]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":40,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[748.414,547.093],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[25.818,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[4.579,-16.071],[14.756,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-7.018,24.632]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[15.544,0],[-4.425,15.543],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[24.372,0],[7.317,-25.687]],"v":[[19.883,-46.434],[-16.869,-46.434],[-60.717,-46.434],[-21.785,-29.177],[-3.475,-29.177],[-2.06,-29.177],[14.966,-29.177],[34.824,0.066],[-0.207,29.178],[-20.096,29.178],[-5.115,-23.417],[-23.425,-23.417],[-47.68,-23.417],[-27.205,-10.146],[-43.321,46.434],[-3.542,46.434],[53.4,0.066]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[438.079,139.201],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[14.808,-15.24],[-1.613,4.907],[-4.026,15.24],[-10.253,15.24],[-7.839,4.907],[-14.807,-15.24],[-7.76,-15.24],[-3.118,-1.793],[7.718,-15.24]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[675.927,143.484],"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":"Group 3","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.839,3.588],[4.799,0],[0,0]],"o":[[0,0],[4.928,0],[0.737,-3.156],[0,0],[0,0]],"v":[[-6.43,2.312],[-0.984,2.312],[7.703,-3.783],[2.685,-9.879],[-3.583,-9.879]],"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.389,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.332,-5.707],[4.425,-1.729],[0,0],[0,0]],"o":[[-0.357,0.044],[0,0],[0,0],[0,0],[0,0],[0,0],[8.906,0],[-1.222,5.231],[0,0],[0,0],[0,0]],"v":[[-0.781,7.371],[-1.958,7.415],[-7.622,7.415],[-9.45,15.239],[-15.632,15.239],[-8.513,-15.239],[4.932,-15.239],[14.299,-4.259],[5.683,6.16],[10.654,15.239],[3.26,15.239]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[643.175,143.484],"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":"Group 4","np":6,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[9.842,9.878],[8.591,15.24],[-14.799,15.24],[-7.681,-15.24],[14.799,-15.24],[13.549,-9.878],[-2.923,-9.878],[-4.732,-2.141],[9.06,-2.141],[7.849,3.047],[-5.943,3.047],[-7.537,9.878]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[613.981,143.484],"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":"Group 5","np":4,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[8.885,-15.24],[15.628,-15.24],[-5.713,15.24],[-8.567,15.24],[-15.628,-15.24],[-8.927,-15.24],[-4.666,4.648]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[586.779,143.484],"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":"Group 6","np":4,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"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":[[-0.446,15.239],[-6.672,15.239],[0.447,-15.239],[6.672,-15.239]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[560.371,143.484],"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":"Group 7","np":4,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[11.544,10.052],[10.332,15.24],[-11.544,15.24],[-4.427,-15.24],[1.756,-15.24],[-4.15,10.052]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[538.828,143.483],"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":"Group 8","np":4,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[9.842,9.878],[8.59,15.24],[-14.799,15.24],[-7.681,-15.24],[14.799,-15.24],[13.548,-9.878],[-2.923,-9.878],[-4.732,-2.141],[9.06,-2.141],[7.849,3.047],[-5.943,3.047],[-7.538,9.878]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[513.722,143.484],"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":"Group 9","np":4,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.233],[4.233,0],[0,0],[0,4.232],[-4.233,0],[0,0]],"o":[[0,4.232],[0,0],[-4.233,0],[0,-4.233],[0,0],[4.233,0]],"v":[[182.135,0.001],[174.471,7.663],[-174.473,7.663],[-182.135,0.001],[-174.473,-7.664],[174.471,-7.664]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.136999990426,0.122000002394,0.125,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[565.798,336.631],"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":"Group 10","np":4,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.232],[4.233,0],[0,0],[0,4.233],[-4.233,0],[0,0]],"o":[[0,4.233],[0,0],[-4.233,0],[0,-4.232],[0,0],[4.233,0]],"v":[[182.135,0],[174.471,7.663],[-174.473,7.663],[-182.135,0],[-174.473,-7.664],[174.471,-7.664]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.136999990426,0.122000002394,0.125,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[565.798,280.603],"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":"Group 11","np":4,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.232],[4.233,0],[0,0],[0,4.234],[-4.233,0],[0,0]],"o":[[0,4.234],[0,0],[-4.233,0],[0,-4.232],[0,0],[4.233,0]],"v":[[182.135,0],[174.471,7.664],[-174.473,7.664],[-182.135,0],[-174.473,-7.663],[174.471,-7.663]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.136999990426,0.122000002394,0.125,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[565.798,308.316],"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":"Group 12","np":4,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[2.746,12.133],[0,0],[-2.991,-8.174],[0,0],[-8.173,0],[0,0]],"o":[[0,0],[0,0],[-8.173,0],[0,0],[2.99,8.173],[0,0],[0,0]],"v":[[26.583,3.34],[23.026,-18.871],[-14.208,-18.871],[-23.592,-4.072],[-20.609,4.069],[-0.391,18.871],[26.583,18.871]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.944999964097,0.404000016755,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1186.86,372.074],"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":"Group 13","np":4,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[11.604,0],[0,0],[0,11.601],[0,0]],"o":[[0,0],[11.604,0],[0,0],[0,-11.603]],"v":[[-10.503,-30.357],[-10.503,30.357],[10.504,9.352],[10.504,-9.35]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.255000005984,0.255000005984,0.258999992819,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1069.026,256.181],"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":"Group 14","np":4,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.255,0],[0,1.253],[0,0],[-1.255,0],[0,-1.255],[0,0]],"o":[[-1.255,0],[0,0],[0,-1.255],[1.255,0],[0,0],[0,1.253]],"v":[[0,72.198],[-2.272,69.927],[-2.272,-69.925],[0,-72.197],[2.271,-69.925],[2.271,69.927]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.898000021542,0.493999974868,0.144999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1086.1,306.11],"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":"Group 15","np":4,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.255,0],[0,1.254],[0,0],[-6.034,1.697],[-0.207,0],[0,0],[0,-1.255],[1.255,0],[0,0],[0,-12.011],[0,0]],"o":[[-1.254,0],[0,0],[0,-13.069],[0.2,-0.056],[0,0],[1.255,0],[0,1.255],[0,0],[-2.031,0.651],[0,0],[0,1.254]],"v":[[-28.616,101.684],[-30.887,99.413],[-30.887,-80.171],[-13.444,-101.6],[-12.829,-101.684],[28.616,-101.684],[30.887,-99.413],[28.616,-97.14],[-12.491,-97.14],[-26.344,-80.171],[-26.344,99.413]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.898000021542,0.493999974868,0.144999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[883.774,366.708],"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":"Group 16","np":4,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.255,0],[0,1.254],[0,0],[-1.255,0],[0,-1.255],[0,0]],"o":[[-1.255,0],[0,0],[0,-1.255],[1.255,0],[0,0],[0,1.254]],"v":[[0,54.035],[-2.271,51.764],[-2.271,-51.763],[0,-54.035],[2.271,-51.763],[2.271,51.764]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.898000021542,0.493999974868,0.144999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1019.948,215.532],"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":"Group 17","np":4,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.052,-0.696],[0,0],[-4.127,-2.931],[-4.262,0],[-0.024,0.002],[-0.099,0],[0,0],[0,0],[6.44,3.447],[0.409,0],[0,0],[0,0],[6.122,-4.594]],"o":[[0,0],[0.067,2.723],[3.56,2.531],[3.219,0],[0.099,-0.014],[0,0],[0,0],[-0.01,-0.013],[-6.518,-3.488],[0,0],[0,0],[-1.619,0],[-6.183,4.637]],"v":[[-116.455,-31.219],[-116.455,33.094],[-111.18,46.597],[-97.53,49.659],[-91.888,49.344],[-91.589,49.324],[114.182,49.324],[51.802,-38.252],[42.031,-46.127],[25.422,-49.656],[-93.069,-49.656],[-93.34,-49.658],[-109.468,-44.832]],"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":[[3.09,0],[4.536,3.223],[0.011,0.5],[0,0],[-0.002,0.038],[-8.158,6.12],[-1.872,0],[0,0],[0,0],[0,0],[-7.375,-3.947],[-0.156,-0.213],[0,0],[0.391,-0.755],[0.851,0],[0,0]],"o":[[-4.924,0],[-6.837,-4.858],[0,0],[0,-0.038],[0.022,-0.445],[7.275,-5.458],[0.219,0],[0,0],[0,0],[1.24,0],[7.401,3.961],[0,0],[0.493,0.693],[-0.389,0.756],[0,0],[-0.625,0.075]],"v":[[-97.53,54.202],[-113.811,50.302],[-120.998,33.143],[-120.999,-31.293],[-120.996,-31.407],[-112.194,-48.467],[-93.34,-54.201],[-93.004,-54.198],[25.342,-54.199],[25.347,-54.199],[44.175,-50.133],[55.484,-40.913],[120.441,50.277],[120.609,52.636],[118.589,53.866],[-91.446,53.866]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.898000021542,0.493999974868,0.144999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[989.672,215.701],"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":"Group 18","np":6,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[7.03,3.763],[0,0],[0,0],[7.426,-5.571],[0,0],[0,0],[-5.985,-4.252],[0,0]],"o":[[0,0],[0,0],[-7.29,-3.902],[0,0],[0,0],[-7.401,5.551],[0,0],[0,0],[7.03,4.996],[0,0]],"v":[[118.659,50.983],[53.721,-40.182],[43.172,-48.742],[25.41,-52.539],[-93.001,-52.539],[-110.763,-47.262],[-118.659,-31.906],[-118.659,32.481],[-112.428,47.837],[-91.521,50.983]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.2,0.2,0.2,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[989.604,216.313],"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":"Group 19","np":4,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.094],[4.094,0],[0,0],[0,4.095],[-4.094,0],[0,0]],"o":[[0,4.095],[0,0],[-4.094,0],[0,-4.094],[0,0],[4.094,0]],"v":[[59.104,0],[54.665,7.415],[-51.686,7.415],[-59.104,0],[-51.686,-7.415],[54.665,-7.415]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.2,0.2,0.2,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1183.851,438.714],"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":"Group 20","np":4,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.096],[4.096,0],[0,0],[0,4.095],[-4.096,0],[0,0]],"o":[[0,4.095],[0,0],[-4.096,0],[0,-4.096],[0,0],[4.096,0]],"v":[[66.666,0],[59.25,7.415],[-61.47,7.415],[-66.666,0],[-61.47,-7.415],[59.25,-7.415]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.2,0.2,0.2,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[354.929,463.852],"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":"Group 21","np":4,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.095],[4.093,0],[0,0],[0,4.096],[-4.094,0],[0,0]],"o":[[0,4.096],[0,0],[-4.094,0],[0,-4.095],[0,0],[4.093,0]],"v":[[99.473,0],[92.058,7.415],[-92.058,7.415],[-99.473,0],[-92.058,-7.415],[92.058,-7.415]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.2,0.2,0.2,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[715.886,454.404],"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":"Group 22","np":4,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-15.462,0],[0,0],[0,10.627],[0,0],[15.462,0],[0,0],[0,-10.627]],"o":[[0,10.627],[0,0],[15.462,0],[0,0],[0,-10.627],[0,0],[-15.462,0],[0,0]],"v":[[-60.414,14.093],[-38.344,33.334],[32.416,33.334],[60.414,14.093],[60.414,-14.093],[32.416,-33.334],[-38.344,-33.334],[-60.414,-14.093]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.255000005984,0.255000005984,0.258999992819,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[355.827,452.87],"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":"Group 23","np":4,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[15.46,0],[0,0],[0,10.626],[0,0],[-15.462,0],[0,0],[0,-10.627]],"o":[[0,10.626],[0,0],[-15.462,0],[0,0],[0,-10.627],[0,0],[15.46,0],[0,0]],"v":[[53.823,14.094],[25.827,33.336],[-25.827,33.336],[-53.823,14.094],[-53.823,-14.094],[-25.827,-33.336],[25.827,-33.336],[53.823,-14.094]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.255000005984,0.255000005984,0.258999992819,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1184.693,428.895],"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":"Group 24","np":4,"cix":2,"ix":24,"mn":"ADBE Vector Group","hd":false},{"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":[[-18.699,3.185],[18.701,3.185],[18.701,-3.185],[-18.699,-3.185]],"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":[[1.255,0],[0,0],[0,1.255],[0,0],[-1.255,0],[0,0],[0,-1.255],[0,0]],"o":[[0,0],[-1.255,0],[0,0],[0,-1.255],[0,0],[1.255,0],[0,0],[0,1.255]],"v":[[20.971,7.729],[-20.971,7.729],[-23.243,5.457],[-23.243,-5.457],[-20.971,-7.729],[20.971,-7.729],[23.243,-5.457],[23.243,5.457]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.898000021542,0.493999974868,0.144999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[898.338,306.11],"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":"Group 25","np":6,"cix":2,"ix":25,"mn":"ADBE Vector Group","hd":false},{"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":[[-17.549,3.609],[17.55,3.609],[17.55,-3.611],[-17.549,-3.611]],"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":[[1.255,0],[0,0],[0,1.255],[0,0],[-1.255,0],[0,0],[0,-1.255],[0,0]],"o":[[0,0],[-1.255,0],[0,0],[0,-1.255],[0,0],[1.255,0],[0,0],[0,1.255]],"v":[[19.821,8.153],[-19.822,8.153],[-22.094,5.881],[-22.094,-5.882],[-19.822,-8.153],[19.821,-8.153],[22.094,-5.882],[22.094,5.881]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.898000021542,0.493999974868,0.144999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[795.537,425.418],"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":"Group 26","np":6,"cix":2,"ix":26,"mn":"ADBE Vector Group","hd":false},{"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":[[-17.549,3.609],[17.55,3.609],[17.55,-3.61],[-17.549,-3.61]],"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":[[1.255,0],[0,0],[0,1.254],[0,0],[-1.255,0],[0,0],[0,-1.255],[0,0]],"o":[[0,0],[-1.255,0],[0,0],[0,-1.255],[0,0],[1.255,0],[0,0],[0,1.254]],"v":[[19.821,8.153],[-19.822,8.153],[-22.094,5.882],[-22.094,-5.881],[-19.822,-8.153],[19.821,-8.153],[22.094,-5.881],[22.094,5.882]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.898000021542,0.493999974868,0.144999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[795.537,403.422],"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":"Group 27","np":6,"cix":2,"ix":27,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.177,0],[0.059,0.004],[-0.093,1.251],[-20.321,18.934],[-27.934,0],[-17.398,-40.466],[1.152,-0.496],[0.495,1.151],[42.221,0],[19.582,-18.246],[1.985,-26.457]],"o":[[-0.058,0],[-1.25,-0.094],[2.073,-27.601],[20.426,-19.033],[44.038,0],[0.495,1.153],[-1.15,0.494],[-16.68,-38.797],[-26.781,0],[-19.483,18.154],[-0.09,1.194]],"v":[[-103.359,50.096],[-103.533,50.09],[-105.628,47.655],[-70.901,-20.582],[4.093,-50.096],[105.226,16.517],[104.037,19.501],[101.052,18.312],[4.093,-45.552],[-67.804,-17.258],[-101.096,47.994]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.898000021542,0.493999974868,0.144999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1047.68,419.516],"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":"Group 28","np":4,"cix":2,"ix":28,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.057,0],[0.09,1.194],[19.483,18.153],[26.782,0],[8.862,-50.483],[1.233,0.221],[-0.217,1.236],[-53.548,0],[-20.427,-19.033],[-2.074,-27.602],[1.251,-0.094]],"o":[[-1.178,0],[-1.987,-26.457],[-19.583,-18.246],[-51.337,0],[-0.217,1.234],[-1.236,-0.216],[9.245,-52.659],[27.935,0],[20.321,18.934],[0.093,1.251],[-0.058,0.004]],"v":[[106.841,50.096],[104.577,47.994],[71.283,-17.258],[-0.616,-45.552],[-104.508,41.571],[-107.138,43.414],[-108.984,40.784],[-0.616,-50.096],[74.381,-20.582],[109.108,47.655],[107.013,50.09]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.898000021542,0.493999974868,0.144999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[499.131,419.516],"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":"Group 29","np":4,"cix":2,"ix":29,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[2.754,0],[0,0],[0,2.75],[0,0],[-2.754,0],[0,0],[0,-2.75]],"o":[[0,2.75],[0,0],[-2.754,0],[0,0],[0,-2.75],[0,0],[2.754,0],[0,0]],"v":[[10.802,1.94],[5.818,6.923],[-5.817,6.923],[-10.802,1.94],[-10.802,-1.941],[-5.817,-6.923],[5.818,-6.923],[10.802,-1.941]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964999988032,0.57599995931,0.128999986836,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1108.262,366.708],"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":"Group 30","np":4,"cix":2,"ix":30,"mn":"ADBE Vector Group","hd":false},{"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":[[-294.138,-61.184],[-295.074,65.413],[222.866,63.684],[294.304,-65.413]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.752999997606,0.226999993418,0.169000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[614.201,144.612],"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":"Group 31","np":2,"cix":2,"ix":31,"mn":"ADBE Vector Group","hd":false},{"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":[[-205.828,-62.685],[-206.263,65.413],[134.679,63.684],[206.116,-65.413]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.752999997606,0.226999993418,0.169000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[526.013,286.789],"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":"Group 32","np":2,"cix":2,"ix":32,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[12.504,18.308],[0,0],[0,0],[0,0],[68.151,0],[0,0],[0,-21.094],[0,0],[0,0],[0,0],[0,0],[-49.866,0],[-4.287,-48.873],[0,0],[-50.717,0],[-13.575,-36.928]],"o":[[0,0],[0,0],[-20.387,-29.85],[0,0],[0,0],[-33.532,-37.163],[0,0],[-21.095,0],[0,0],[0,0],[0,0],[0,0],[4.442,-48.711],[49.987,0],[0,0],[3.989,-49.694],[41.641,0],[0,0]],"v":[[446.773,210.426],[446.773,139.23],[431.546,86.864],[364.939,31.606],[217.507,-153.412],[199.728,-172.495],[59.561,-235.934],[-408.58,-235.934],[-446.773,-197.74],[-446.773,-178.657],[-446.773,-122.254],[-446.773,234.768],[-362.662,234.96],[-267.414,148.089],[-172.133,235.298],[189.572,235.934],[285.839,147.15],[376.502,210.426]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.948999980852,0.611999990426,0.122000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[766.67,236.184],"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":"Group 33","np":4,"cix":2,"ix":33,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[332.335,75.732],[-433.763,75.732],[-433.763,-66.857],[125.481,-75.732],[433.763,-1.763]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.023999999551,0.027000000898,0.019999999626,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[764.454,404.699],"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":"Group 34","np":2,"cix":2,"ix":34,"mn":"ADBE Vector Group","hd":false},{"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":[[102.313,11.101],[-104.39,11.101],[-117.895,-11.101],[117.895,-11.101]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.023999999551,0.027000000898,0.019999999626,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[498.519,480.677],"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":"Group 35","np":2,"cix":2,"ix":35,"mn":"ADBE Vector Group","hd":false},{"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":[[81.685,-11.101],[-81.685,-11.101],[-68.179,11.101],[81.685,11.101]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.023999999551,0.027000000898,0.019999999626,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[940.894,480.677],"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":"Group 36","np":2,"cix":2,"ix":36,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1798.00007323404,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Van-full","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[907.542,540,0],"ix":2},"a":{"a":0,"k":[960,540,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1920,"h":1080,"ip":0,"op":1798.00007323404,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Buildings 2 Outlines","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},"n":"0p833_0p833_0p167_0p167","t":0,"s":[2861,412.977,0],"e":[961,412.977,0],"to":[-316.666656494141,0,0],"ti":[316.666656494141,0,0]},{"t":240.0000097754}],"ix":2},"a":{"a":0,"k":[959.25,350.272,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[370.944,196.866],[368.681,196.866],[363.667,192.704],[367.428,189.155],[373.65,194.323]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[361.112,190.566],[354.883,185.405],[358.671,181.857],[364.868,187.017]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[346.093,178.1],[349.882,174.54],[356.097,179.712],[352.321,183.261]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[337.323,170.793],[341.097,167.246],[347.312,172.418],[343.539,175.961]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[328.538,163.49],[332.314,159.928],[338.53,165.1],[334.754,168.66]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[319.749,156.184],[323.53,152.636],[329.752,157.801],[325.971,161.349]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[310.97,148.878],[314.747,145.324],[320.975,150.488],[317.199,154.038]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[218.915,196.316],[225.131,191.145],[228.913,194.688],[222.703,199.86]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[218.356,203.475],[210.323,203.475],[216.354,198.451],[220.136,201.993]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.406,0],[0,0],[0,0],[0,0],[-0.146,-0.282],[0.015,-0.059],[-0.091,-0.201],[-0.173,-0.069],[-0.134,-0.074],[-0.036,-0.05],[-0.292,0.745],[-0.018,0.247],[-0.133,0.163],[0,0],[0,0]],"o":[[0,0],[0,-0.354],[0,0],[0,0],[0,0],[-0.049,0.22],[-0.012,0.044],[-0.037,0.212],[0.127,0.343],[0.184,0.212],[0.119,0.089],[0.332,0.686],[0.095,-0.219],[0,-0.15],[0,0],[0,0],[0,0]],"v":[[202.32,196.647],[202.32,189.043],[201.59,188.392],[201.176,188.392],[201.176,185.303],[201.601,185.303],[201.723,186.047],[201.677,186.216],[201.692,186.854],[202.245,187.405],[202.754,187.821],[202.923,187.97],[204.653,187.939],[204.774,187.264],[204.977,186.854],[214.472,195.771],[207.526,201.522]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[205.193,203.475],[202.32,203.475],[202.32,199.837],[205.72,203.026]],"c":true},"ix":2},"nm":"Path 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":11,"ty":"sh","ix":12,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[233.915,183.849],[237.704,187.394],[231.479,192.56],[227.705,189.012]],"c":true},"ix":2},"nm":"Path 12","mn":"ADBE Vector Shape - Group","hd":false},{"ind":12,"ty":"sh","ix":13,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[242.685,176.546],[246.48,180.089],[240.257,185.249],[236.482,181.699]],"c":true},"ix":2},"nm":"Path 13","mn":"ADBE Vector Shape - Group","hd":false},{"ind":13,"ty":"sh","ix":14,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[251.482,169.233],[255.256,172.783],[249.041,177.949],[245.254,174.399]],"c":true},"ix":2},"nm":"Path 14","mn":"ADBE Vector Shape - Group","hd":false},{"ind":14,"ty":"sh","ix":15,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[260.258,161.933],[264.035,165.475],[257.825,170.638],[254.048,167.094]],"c":true},"ix":2},"nm":"Path 15","mn":"ADBE Vector Shape - Group","hd":false},{"ind":15,"ty":"sh","ix":16,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[269.029,154.633],[272.824,158.171],[266.601,163.344],[262.821,159.789]],"c":true},"ix":2},"nm":"Path 16","mn":"ADBE Vector Shape - Group","hd":false},{"ind":16,"ty":"sh","ix":17,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[277.82,147.323],[281.608,150.871],[275.392,156.043],[271.591,152.488]],"c":true},"ix":2},"nm":"Path 17","mn":"ADBE Vector Shape - Group","hd":false},{"ind":17,"ty":"sh","ix":18,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.407,0],[0,0],[0,0],[0,0],[0,0.359],[0,0],[0.415,0],[0,0],[0,0],[0.408,0],[0,0],[0,0],[0,0.687],[1.538,0],[0,-1.364],[-0.491,-0.438],[0,0],[0,0],[0,-0.37],[0,0],[0,0],[0,-0.364],[0,0],[-0.406,0],[0,0],[0,0],[0,0],[0,-0.36],[0,0],[0,0],[-0.024,0.021],[-0.197,0.212],[-0.127,0.341],[0.121,0.225],[0.267,0.394],[0,0.091],[0.031,0.252],[0,0],[0,0],[0.294,0.252],[0,0],[0.279,-0.258],[0,0],[0,0],[0,0],[0,0],[-0.02,-0.236],[-0.064,-0.214],[-0.272,0.582],[-0.134,0.072],[-0.169,0.218],[-0.128,0.33],[0.03,0.208],[0.049,-0.08],[0.252,0.37],[0,0],[0.011,0.141],[0,0.078],[0,0],[0.292,0.258],[0,0],[0.28,-0.258],[0,0],[0,0],[0,0],[-0.005,-0.231],[-0.102,-0.236],[-0.363,0.618],[-0.121,0.074],[-0.185,0.217],[-0.115,0.324],[0.051,0.203],[0.051,-0.061],[0.262,0.371],[0,0.101],[0.025,0.158],[0,0.068],[0,0],[0.303,0.246],[0,0],[0.279,-0.252],[0,0],[0,0],[0,0],[-0.012,-0.27],[-0.063,-0.202],[-0.325,0.605],[-0.113,0.073],[-0.172,0.207],[-0.147,0.366],[0.026,0.196],[0.012,-0.011],[0.252,0.376],[0,0.083],[0.039,0.258],[0,0],[0,0],[0.305,0.247],[0,0],[0.28,-0.247],[0,0],[0,0],[0,0],[-0.008,-0.139],[0,0],[-0.085,-0.164],[-0.278,0.566],[-0.121,0.077],[-0.19,0.212],[-0.134,0.333],[0.037,0.209],[0.018,-0.046],[0.267,0.365],[0,0.096],[0.012,0.224],[0,0.045],[0,0],[0.317,0.254],[0,0],[0.191,0],[0,0],[0.134,-0.131],[0,0],[0,0],[0,0],[-0.005,-0.225],[-0.075,-0.249],[-0.331,0.64],[-0.094,0.072],[-0.184,0.225],[-0.14,0.319],[0.046,0.209],[0.033,-0.051],[0.249,0.386],[0,0.091],[0.024,0.169],[0.006,0.061],[0,0],[0,0.175],[0.133,0.117],[0,0],[0.258,0.056],[0.134,-0.123],[0,0],[0,0],[0,0],[-0.015,-0.236],[-0.095,-0.241],[-0.407,0.656],[-0.127,0.078],[-0.191,0.218],[-0.148,0.349],[0.036,0.201],[0.063,-0.078],[0.26,0.387],[0,0.089],[0.013,0.14],[0.013,0.072],[0,0],[0.306,0.254],[0,0],[0.179,0],[0,0],[0.139,-0.129],[0,0],[0,0],[0,0],[-0.018,-0.281],[-0.095,-0.214],[-0.31,0.601],[-0.109,0.077],[-0.191,0.225],[-0.115,0.338],[0.043,0.202],[0,-0.062],[0.267,0.375],[0,0.097],[0.012,0.256],[0,0.046],[0,0],[0,0.175],[0.14,0.123],[0,0],[0.281,-0.26],[0,0],[0,0],[0,0],[0.191,0],[0.151,-0.119],[0,0],[-0.012,-0.174],[0,0],[0.139,-0.134],[0,0],[0.033,-0.119],[0.088,-0.073],[0,0],[0,-0.175],[-0.134,-0.118],[0,0],[0,0],[0,-0.36],[0,0],[0,0],[0,0],[0,0],[0,0],[0.413,0],[0,0],[0,0],[0.3,0.268],[0,0],[0.126,0.034],[0.094,0.096],[0,0],[0.203,0.005],[0,0],[0.139,0.135],[0,0],[0.312,-0.247],[0,0],[0,0],[0.114,-0.029],[0.14,-0.113],[0,0],[0,0],[0,0],[-0.278,-0.258],[0,0],[0.013,-0.091],[0,-0.102],[0.052,-0.124],[-0.254,-0.5],[0.012,-0.044],[-0.076,-0.242],[-0.158,-0.08],[-0.134,-0.09],[-0.037,-0.085],[-0.297,0.675],[-0.013,0.26],[-0.115,0.158],[0,0],[0,0],[0,0],[0.292,-0.266],[0,0],[-0.28,-0.27],[0,0],[0.015,-0.089],[-0.006,-0.112],[0.058,-0.123],[-0.255,-0.528],[0.013,-0.057],[-0.088,-0.22],[-0.178,-0.078],[-0.133,-0.073],[-0.064,-0.078],[-0.445,0.966],[-0.019,0.298],[-0.125,0.145],[0,0],[0,0],[0,0],[0.287,-0.257],[0,0],[0.012,-0.175],[-0.121,-0.136],[0,0],[0,-0.084],[-0.015,-0.113],[0.052,-0.112],[-0.254,-0.517],[0.012,-0.058],[-0.083,-0.247],[-0.173,-0.069],[-0.121,-0.078],[-0.037,-0.054],[-0.419,0.976],[-0.021,0.254],[-0.121,0.145],[0,0],[0,0],[0,0],[0.306,-0.254],[0,0],[0,-0.175],[-0.148,-0.123],[0,0],[0.013,-0.072],[0,-0.118],[0.051,-0.091],[-0.26,-0.522],[0.013,-0.05],[-0.089,-0.236],[-0.158,-0.074],[-0.133,-0.08],[-0.051,-0.076],[-0.356,0.903],[-0.006,0.282],[-0.14,0.153],[0,0],[0,0],[0,0],[0.121,-0.029],[0.146,-0.107],[0,0],[0.012,0],[0,0],[-0.286,-0.271],[0,0],[0.006,-0.083],[-0.013,-0.102],[0.055,-0.112],[-0.249,-0.527],[0.012,-0.056],[-0.064,-0.252],[-0.166,-0.07],[-0.128,-0.078],[-0.05,-0.097],[-0.337,0.836],[-0.007,0.236],[-0.125,0.151],[0,0],[0,0],[0,0],[0.292,-0.27],[0,0],[-0.274,-0.26],[0,0],[0.019,-0.066],[0,-0.107],[0.051,-0.123],[-0.253,-0.518],[0.013,-0.055],[-0.097,-0.237],[-0.158,-0.066],[-0.134,-0.073],[-0.043,-0.074],[-0.355,0.78],[-0.012,0.254],[-0.121,0.159],[0,0],[0,0],[0,0],[0.306,-0.09],[0.082,0],[0,0],[0,0],[0.401,0],[0,0],[0,0],[0,0.692],[1.551,0],[0,-1.364],[-0.497,-0.456],[0,0],[0,0],[0,-0.366],[0,0],[0,0],[0,-0.371],[0,0],[-0.412,0],[0,0],[0,0],[0,0],[0,-0.354],[0,0],[0,0],[0,-0.36],[0,0],[-0.255,-0.101],[0,0],[0,-0.371],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.351,0.145],[0,0],[0,0],[0,0],[0,0.297],[0.397,0],[0,-0.523],[-0.165,-0.161],[0,0],[0,0],[0.36,-0.158],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.36],[0,0],[0,0],[0,0],[0.415,0],[0,0],[0,-0.364],[0,0],[0,0],[0,-0.37],[0,0],[0,0],[0.546,-0.454],[0,-1.358],[-1.55,0],[0,0.647],[0,0],[0,0],[-0.401,0],[0,0],[0,0],[-0.406,0],[0,0],[0,0.359],[0,0],[0,0],[0,0],[-0.406,0],[0,0],[0,0],[0.031,-0.012],[0.134,-0.085],[0.152,-0.067],[0.103,-0.225],[0.307,-0.657],[-0.012,-0.049],[0.012,-0.112],[0,0],[0,0],[0.279,-0.252],[0,0],[-0.292,-0.259],[0,0],[0,0],[0,0],[0,0],[0.121,0.151],[0,0.173],[0.4,0.954],[0.043,-0.085],[0.133,-0.085],[0.147,-0.061],[0.084,-0.224],[-0.021,-0.05],[0.292,-0.651],[0,0],[0,-0.112],[-0.015,-0.073],[0,0],[0.279,-0.26],[0,0],[-0.293,-0.237],[0,0],[0,0],[0,0],[0.14,0.157],[0.013,0.163],[0.388,0.91],[0.043,-0.085],[0.121,-0.09],[0.152,-0.062],[0.089,-0.225],[0,-0.043],[0.291,-0.64],[-0.012,-0.05],[0.012,-0.112],[-0.006,-0.056],[0,0],[0.294,-0.27],[0,0],[-0.304,-0.258],[0,0],[0,0],[0,0],[0.127,0.158],[0.014,0.156],[0.389,0.949],[0.037,-0.076],[0.133,-0.089],[0.159,-0.061],[0.065,-0.202],[-0.013,-0.039],[0.241,-0.622],[-0.014,-0.056],[0.014,-0.119],[0,0],[0,0],[0.26,-0.265],[0,0],[-0.285,-0.258],[0,0],[0,0],[0,0],[0.14,0.15],[0,0.011],[0.006,0.153],[0.386,0.954],[0.046,-0.079],[0.128,-0.078],[0.16,-0.068],[0.076,-0.225],[-0.018,-0.054],[0.291,-0.63],[-0.012,-0.067],[0,-0.105],[0,-0.046],[0,0],[0.293,-0.275],[0,0],[-0.146,-0.118],[0,0],[-0.185,0],[0,0],[0,0],[0,0],[0.134,0.151],[0.013,0.169],[0.292,0.662],[0.051,-0.091],[0.145,-0.084],[0.153,-0.057],[0.089,-0.231],[-0.006,-0.044],[0.262,-0.63],[-0.011,-0.046],[0.011,-0.117],[0,-0.066],[0,0],[0.122,-0.123],[-0.013,-0.168],[0,0],[-0.128,-0.118],[-0.204,0],[0,0],[0,0],[0,0],[0.119,0.146],[0,0.153],[0.293,0.657],[0.024,-0.091],[0.127,-0.084],[0.167,-0.062],[0.063,-0.224],[0,-0.051],[0.285,-0.641],[-0.013,-0.062],[0.013,-0.101],[-0.008,-0.074],[0,0],[0.292,-0.263],[0,0],[-0.152,-0.123],[0,0],[-0.19,0.005],[0,0],[0,0],[0,0],[0.133,0.158],[0,0.14],[0.376,0.909],[0.039,-0.073],[0.134,-0.078],[0.146,-0.067],[0.095,-0.225],[-0.013,-0.067],[0.267,-0.641],[-0.005,-0.057],[0.005,-0.107],[-0.012,-0.046],[0,0],[0.125,-0.118],[-0.012,-0.174],[0,0],[-0.306,-0.247],[0,0],[0,0],[0,0],[-0.133,-0.124],[-0.177,-0.021],[0,0],[-0.145,0.134],[0,0],[-0.191,0.006],[0,0],[-0.095,0.078],[-0.127,0.032],[0,0],[-0.132,0.123],[0.014,0.168],[0,0],[0,0],[-0.419,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.359],[0,0],[0,0],[0.304,-0.241],[0,0],[-0.089,-0.094],[-0.032,-0.112],[0,0],[-0.14,-0.129],[0,0],[0,-0.167],[0,0],[-0.28,-0.246],[0,0],[0,0],[-0.134,-0.139],[-0.189,0],[0,0],[-0.011,0.012],[0,0],[-0.306,0.258],[0,0],[-0.011,0.062],[-0.006,0.14],[0.013,0.088],[-0.222,0.337],[0,0.057],[-0.039,0.203],[0.133,0.308],[0.179,0.217],[0.133,0.073],[0.376,0.658],[0.09,-0.219],[0.012,-0.14],[0,0],[0,0],[0,0],[-0.274,-0.264],[0,0],[-0.28,0.246],[0,0],[0,0.063],[-0.018,0.137],[0,0.095],[-0.215,0.331],[0,0.051],[-0.024,0.201],[0.115,0.33],[0.177,0.208],[0.121,0.083],[0.325,0.578],[0.089,-0.19],[0.015,-0.146],[0,0],[0,0],[0,0],[-0.286,-0.269],[0,0],[-0.133,0.118],[0,0.168],[0,0],[-0.011,0.055],[-0.028,0.152],[0.013,0.083],[-0.216,0.324],[0,0.05],[-0.045,0.212],[0.133,0.303],[0.185,0.225],[0.126,0.077],[0.294,0.602],[0.075,-0.22],[0.011,-0.139],[0,0],[0,0],[0,0],[-0.294,-0.257],[0,0],[-0.152,0.117],[-0.013,0.174],[0,0],[-0.013,0.067],[-0.012,0.147],[0,0.094],[-0.215,0.335],[0,0.043],[-0.039,0.197],[0.115,0.314],[0.19,0.224],[0.121,0.083],[0.304,0.599],[0.096,-0.225],[0,-0.134],[0,0],[0,0],[0,0],[-0.146,-0.128],[-0.173,0],[0,0],[-0.013,0.006],[0,0],[-0.292,0.247],[0,0],[0,0.062],[-0.013,0.142],[0.011,0.105],[-0.211,0.336],[0,0.051],[-0.051,0.207],[0.139,0.308],[0.19,0.217],[0.133,0.078],[0.331,0.59],[0.115,-0.249],[0.013,-0.151],[0,0],[0,0],[0,0],[-0.28,-0.258],[0,0],[-0.294,0.252],[0,0],[-0.011,0.084],[-0.015,0.142],[0.006,0.094],[-0.216,0.332],[0,0.051],[-0.045,0.203],[0.121,0.313],[0.185,0.224],[0.121,0.089],[0.358,0.679],[0.091,-0.22],[0.013,-0.151],[0,0],[0,0],[0,0],[-0.203,-0.197],[-0.052,-0.017],[0,0],[0,0],[0,-0.366],[0,0],[0,0],[0.533,-0.451],[0,-1.364],[-1.538,0],[0,0.64],[0,0],[0,0],[-0.406,0],[0,0],[0,0],[-0.412,0],[0,0],[0,0.365],[0,0],[0,0],[0,0],[-0.413,0],[0,0],[0,0],[-0.412,0],[0,0],[0,0.262],[0,0],[-0.413,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.352,-0.153],[0,0],[0,0],[0.162,-0.161],[0,-0.523],[-0.41,0],[0,0.297],[0,0],[0,0],[0,0],[-0.342,0.145],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[948.231,75.84],[948.231,74.21],[940.999,74.21],[940.999,75.84],[932.317,75.84],[932.317,82.717],[912.335,82.717],[912.335,74.21],[890.86,74.21],[890.86,82.717],[884.199,82.717],[884.199,188.145],[876.006,188.145],[876.006,-91.129],[868.557,-91.129],[868.557,-99.282],[864.21,-99.282],[864.21,-91.129],[861.717,-91.129],[861.717,-99.282],[855.507,-99.282],[855.507,-91.129],[853.016,-91.129],[853.016,-99.282],[848.345,-99.282],[848.345,-91.129],[840.91,-91.129],[840.91,-68.835],[812.97,-68.835],[812.97,-65.408],[808.769,-65.408],[808.769,162.568],[794.532,162.568],[794.532,105.313],[788.69,105.313],[788.69,98.79],[787.006,98.79],[787.006,97.351],[784.495,97.351],[784.495,98.79],[780.746,98.79],[780.746,94.178],[776.971,94.178],[776.971,98.79],[772.789,98.79],[772.789,105.313],[768.195,105.313],[768.195,95.711],[731.889,95.711],[731.889,-20.117],[729.29,-20.117],[729.29,-29.752],[715.474,-29.752],[715.474,-23.588],[706.131,-23.588],[706.131,-20.117],[703.156,-20.117],[703.156,105.308],[694.201,105.308],[694.201,222.613],[691.64,222.613],[691.64,-18.348],[689.231,-18.348],[689.162,-18.455],[676.297,-48.957],[673.278,-41.793],[657.318,-65.309],[657.364,-65.309],[657.364,-93.975],[652.61,-93.975],[652.61,-65.309],[652.672,-65.309],[636.708,-41.803],[633.687,-48.957],[620.837,-18.455],[620.773,-18.348],[618.358,-18.348],[618.358,222.613],[614.864,222.613],[614.864,90.022],[614.463,90.022],[581.774,51.514],[581.774,73.149],[578.928,73.149],[578.928,52.468],[553.771,90.022],[553.665,90.022],[553.665,92.54],[553.665,222.613],[549.323,222.613],[549.323,-44.634],[527.682,-44.634],[527.682,-152.554],[522.992,-152.554],[522.992,-158.249],[513.045,-158.249],[513.045,-152.554],[509.231,-152.554],[509.231,-170.133],[495.045,-170.133],[495.045,-180.991],[490.062,-180.991],[490.062,-170.133],[475.876,-170.133],[475.876,-152.554],[472.068,-152.554],[472.068,-158.249],[462.135,-158.249],[462.135,-152.554],[457.437,-152.554],[457.437,-44.634],[435.798,-44.634],[435.798,193.12],[430.205,193.12],[430.205,179.588],[429.467,178.936],[429.06,178.936],[429.06,175.848],[430.177,175.848],[430.909,175.197],[430.909,173.157],[430.177,172.501],[429.06,172.501],[429.06,169.862],[428.309,169.198],[426.74,169.198],[422.056,165.431],[422.915,163.651],[420.124,161.18],[417.315,163.651],[418.097,165.347],[413.481,169.198],[411.919,169.198],[411.2,169.862],[411.2,172.501],[410.068,172.501],[409.319,173.157],[409.319,175.197],[410.068,175.848],[411.2,175.848],[411.2,178.936],[410.781,178.936],[410.044,179.588],[410.044,193.12],[398.476,193.12],[398.558,193.077],[399.074,192.661],[399.62,192.123],[399.556,191.437],[399.429,189.987],[399.417,189.807],[399.411,189.344],[399.411,189.246],[399.787,188.888],[399.772,187.961],[399.023,187.349],[397.988,187.381],[387.886,196.849],[381.843,196.849],[378.139,193.76],[387.62,184.862],[387.825,185.344],[387.914,185.944],[389.642,185.984],[389.834,185.816],[390.34,185.395],[390.887,184.862],[390.908,184.203],[390.838,184.16],[390.705,182.755],[390.705,182.565],[390.705,182.198],[390.683,181.98],[391.078,181.621],[391.041,180.688],[390.303,180.094],[389.26,180.126],[376.32,192.263],[369.406,186.505],[378.888,177.6],[379.091,178.089],[379.219,178.701],[380.942,178.724],[381.125,178.555],[381.622,178.135],[382.168,177.607],[382.168,176.948],[382.117,176.899],[381.989,175.489],[381.977,175.297],[381.977,174.916],[381.953,174.724],[382.332,174.36],[382.296,173.433],[381.583,172.844],[380.527,172.865],[367.607,185.001],[360.678,179.253],[370.168,170.333],[370.377,170.874],[370.473,171.423],[372.209,171.469],[372.379,171.311],[372.882,170.89],[373.46,170.323],[373.447,169.711],[373.416,169.615],[373.258,168.223],[373.244,168.05],[373.231,167.572],[373.231,167.47],[373.626,167.105],[373.581,166.178],[372.855,165.583],[371.808,165.604],[358.868,177.758],[351.947,171.979],[361.436,163.079],[361.639,163.47],[361.652,163.64],[361.767,164.157],[363.481,164.214],[363.66,164.046],[364.168,163.63],[364.728,163.095],[364.728,162.427],[364.665,162.373],[364.537,160.978],[364.525,160.776],[364.525,160.339],[364.512,160.215],[364.886,159.861],[364.855,158.929],[364.149,158.329],[363.621,158.149],[363.603,158.149],[363.093,158.352],[350.148,170.49],[343.232,164.735],[352.721,155.829],[352.924,156.306],[353.027,156.936],[354.736,156.958],[354.921,156.785],[355.436,156.363],[355.982,155.836],[355.982,155.16],[355.943,155.112],[355.803,153.707],[355.792,153.543],[355.792,153.15],[355.773,152.96],[356.173,152.6],[356.377,152.129],[356.134,151.668],[355.41,151.068],[354.89,150.883],[354.362,151.084],[341.415,163.235],[334.493,157.475],[343.997,148.569],[344.2,149.063],[344.319,149.668],[346.042,149.704],[346.22,149.524],[346.715,149.103],[347.282,148.558],[347.276,147.924],[347.213,147.873],[347.085,146.452],[347.072,146.267],[347.072,145.908],[347.051,145.694],[347.427,145.335],[347.401,144.408],[346.697,143.811],[346.181,143.628],[346.15,143.628],[345.623,143.835],[332.681,155.97],[325.767,150.23],[335.263,141.314],[335.466,141.853],[335.573,142.42],[337.296,142.443],[337.468,142.279],[337.984,141.863],[338.53,141.325],[338.53,140.673],[338.491,140.617],[338.345,139.202],[338.34,139.017],[338.333,138.552],[338.321,138.438],[338.721,138.085],[338.916,137.613],[338.675,137.147],[337.945,136.552],[336.902,136.587],[323.969,148.715],[316.673,142.651],[315.032,141.29],[314.517,141.1],[313.959,141.303],[312.59,142.605],[312.381,143.094],[308.301,146.912],[307.788,147.12],[306.751,148.087],[306.566,148.384],[306.256,148.546],[305.708,149.053],[305.505,149.524],[305.734,149.985],[362.134,196.894],[357.138,196.894],[356.401,197.546],[356.401,205.615],[331.971,205.615],[331.971,222.659],[229.574,222.659],[229.574,204.149],[228.837,203.498],[224.941,203.498],[286.89,151.971],[286.915,151.045],[286.393,150.54],[286.07,150.366],[285.892,150.068],[284.861,149.103],[284.315,148.894],[280.247,145.063],[280.044,144.592],[278.672,143.29],[277.616,143.258],[268.679,150.714],[255.741,138.566],[255.193,138.361],[254.685,138.541],[254.342,138.821],[254.215,138.931],[253.948,139.146],[253.909,140.079],[254.303,140.438],[254.279,140.652],[254.279,141.012],[254.24,141.259],[254.106,142.482],[254.082,142.644],[254.082,143.324],[254.64,143.841],[255.15,144.267],[255.32,144.436],[257.049,144.396],[257.152,143.694],[257.361,143.301],[266.856,152.22],[259.949,157.964],[246.996,145.823],[245.952,145.802],[245.215,146.412],[245.203,147.334],[245.579,147.686],[245.564,147.905],[245.564,148.266],[245.506,148.513],[245.387,149.749],[245.354,149.918],[245.367,150.574],[245.927,151.118],[246.428,151.529],[246.613,151.703],[248.324,151.646],[248.443,150.961],[248.646,150.569],[258.13,159.473],[251.215,165.229],[238.281,153.095],[237.225,153.061],[236.508,153.651],[236.266,154.118],[236.457,154.595],[236.851,154.96],[236.84,155.16],[236.827,155.543],[236.788,155.774],[236.654,157.009],[236.63,157.173],[236.642,157.857],[237.188,158.362],[237.697,158.79],[237.868,158.94],[239.603,158.902],[239.706,158.221],[239.909,157.835],[249.404,166.74],[242.469,172.49],[229.555,160.349],[228.512,160.322],[227.775,160.918],[227.533,161.378],[227.744,161.854],[228.131,162.214],[228.105,162.416],[228.105,162.803],[228.054,163.024],[227.933,164.27],[227.902,164.432],[227.915,165.1],[228.449,165.624],[228.97,166.045],[229.161,166.214],[230.864,166.178],[230.978,165.47],[231.194,165.077],[240.676,173.995],[233.763,179.751],[220.822,167.599],[220.276,167.397],[219.766,167.578],[219.436,167.864],[219.29,167.974],[219.036,168.199],[219.017,169.121],[219.399,169.474],[219.373,169.687],[219.373,170.042],[219.329,170.29],[219.196,171.536],[219.169,171.704],[219.169,172.373],[219.729,172.885],[220.237,173.31],[220.427,173.495],[222.118,173.469],[222.252,172.748],[222.461,172.35],[231.943,181.263],[225.029,187.016],[212.089,174.87],[211.048,174.849],[210.31,175.454],[210.29,176.376],[210.677,176.729],[210.647,176.948],[210.647,177.308],[210.602,177.555],[210.487,178.792],[210.45,178.958],[210.463,179.634],[211.008,180.15],[211.518,180.566],[211.688,180.729],[213.423,180.678],[213.526,180.004],[213.729,179.604],[223.224,188.516],[216.302,194.266],[203.357,182.131],[202.53,181.974],[202.327,181.952],[201.208,181.952],[201.208,179.302],[200.47,178.644],[198.895,178.644],[194.23,174.884],[195.089,173.102],[192.285,170.625],[189.488,173.102],[190.258,174.808],[185.63,178.644],[184.091,178.644],[183.337,179.302],[183.337,181.952],[182.229,181.952],[181.48,182.609],[181.48,184.652],[182.229,185.303],[183.337,185.303],[183.337,188.391],[182.936,188.391],[182.199,189.043],[182.199,204.426],[181.792,204.426],[181.048,205.082],[181.048,207.126],[181.48,207.72],[180.718,207.72],[179.981,208.384],[179.981,222.635],[178.816,222.635],[178.816,-23.395],[155.461,-23.395],[155.461,-26.877],[147.033,-26.877],[147.033,-31.189],[135.973,-31.189],[135.973,-26.877],[116.473,-26.877],[116.473,-23.395],[108.289,-23.395],[108.289,138.878],[84.288,128.936],[84.288,127.376],[82.871,127.376],[82.871,126.254],[81.403,126.254],[81.403,125.254],[79.643,125.254],[79.643,126.254],[78.174,126.254],[78.174,127.376],[76.752,127.376],[76.752,128.936],[29.425,148.558],[29.425,148.333],[28.27,148.333],[28.27,146.827],[27.608,146.827],[27.608,145.587],[25.803,145.587],[25.803,146.827],[25.803,148.333],[25.803,149.737],[26.349,149.737],[26.349,157.34],[12.107,157.34],[12.107,-60.98],[2.033,-60.98],[2.033,-70.363],[-27.818,-70.363],[-27.818,-60.98],[-37.905,-60.98],[-37.905,222.232],[-45.983,222.232],[-45.983,-37.577],[-107.895,-37.577],[-107.895,-48.663],[-121.152,-48.663],[-121.152,-57.749],[-121.152,-63.278],[-125.589,-63.278],[-125.589,-57.749],[-133.622,-57.749],[-133.622,-63.278],[-135.224,-63.278],[-135.224,-92.155],[-137.257,-92.155],[-137.257,-63.278],[-142.062,-63.278],[-142.062,-101.248],[-143.691,-101.248],[-143.691,-63.278],[-143.691,-60.514],[-143.691,-57.749],[-154.533,-57.749],[-154.533,-63.278],[-158.962,-63.278],[-158.962,-57.749],[-158.962,-48.663],[-166.596,-48.663],[-166.596,-37.577],[-211.62,-37.577],[-211.62,106.694],[-218.134,106.694],[-218.134,102.095],[-225.145,102.095],[-225.145,94.314],[-237.328,94.314],[-237.328,86.52],[-251.842,86.52],[-251.842,94.314],[-264.038,94.314],[-264.038,102.095],[-271.04,102.095],[-271.04,106.694],[-301.655,106.694],[-301.655,110.811],[-307.238,110.811],[-307.238,117.23],[-301.655,117.23],[-301.655,222.635],[-309.434,222.635],[-309.434,75.568],[-314.652,75.568],[-314.652,48.188],[-318.328,48.188],[-318.328,31.376],[-341.161,19.293],[-341.161,16.787],[-343.45,16.787],[-343.504,16.41],[-344.101,16.147],[-343.933,13.217],[-343.672,10.145],[-343.23,10.145],[-343.45,6.535],[-344.636,6.219],[-344.636,5.803],[-344.572,5.584],[-344.298,4.855],[-345.019,3.9],[-345.754,4.855],[-345.48,5.584],[-345.41,5.803],[-345.41,6.219],[-346.596,6.535],[-346.808,10.145],[-346.38,10.145],[-346.125,13.217],[-345.944,16.147],[-346.555,16.41],[-346.601,16.787],[-348.89,16.787],[-348.89,19.293],[-371.729,31.376],[-371.729,48.188],[-375.419,48.188],[-375.419,75.568],[-380.634,75.568],[-380.634,222.635],[-386.379,222.635],[-386.379,-54.268],[-405.151,-54.268],[-405.151,-164.937],[-420.188,-164.937],[-420.188,-240.717],[-432.967,-240.717],[-432.967,-294.497],[-436.226,-294.497],[-436.226,-244.692],[-439.961,-244.692],[-439.961,-248.527],[-440.098,-248.527],[-440.098,-347.159],[-446.774,-347.159],[-446.774,-297.235],[-449.107,-297.235],[-449.107,-248.527],[-454.369,-248.527],[-454.369,-322.071],[-456.231,-322.071],[-456.231,-350.022],[-461.348,-350.022],[-461.348,-322.071],[-463.216,-322.071],[-463.216,-244.692],[-464.602,-244.692],[-464.602,-271.028],[-468.323,-271.028],[-468.323,-240.717],[-470.65,-240.717],[-470.65,-291.636],[-474.37,-291.636],[-474.37,-240.717],[-480.357,-240.717],[-480.357,-164.937],[-495.398,-164.937],[-495.398,-54.268],[-514.177,-54.268],[-514.177,63.827],[-514.357,63.827],[-514.357,74.138],[-518.498,74.138],[-518.498,43.551],[-515.19,43.551],[-515.19,37.363],[-518.498,37.363],[-518.498,26.355],[-523.357,26.355],[-523.357,19.489],[-527.25,19.489],[-527.25,15.371],[-529.386,15.371],[-529.386,9.869],[-533.672,9.869],[-533.672,5.405],[-533.672,0.243],[-535.223,0.243],[-535.223,-4.231],[-540.378,-4.231],[-540.378,-7.314],[-543.489,-7.314],[-543.489,-14.186],[-546.8,-14.186],[-546.8,-7.314],[-549.911,-7.314],[-549.911,-4.231],[-555.072,-4.231],[-555.072,0.243],[-556.617,0.243],[-556.617,5.405],[-556.617,9.869],[-560.903,9.869],[-560.903,15.371],[-563.045,15.371],[-563.045,19.489],[-566.938,19.489],[-566.938,26.355],[-571.8,26.355],[-571.8,37.363],[-575.105,37.363],[-575.105,43.551],[-571.8,43.551],[-571.8,74.138],[-575.931,74.138],[-575.931,63.827],[-597.63,63.827],[-597.63,74.138],[-601.958,74.138],[-601.958,222.635],[-606.603,222.635],[-606.603,-56.311],[-620.577,-56.311],[-620.577,-66.132],[-641.84,-66.132],[-641.84,-56.311],[-655.82,-56.311],[-655.82,79.225],[-664.132,79.225],[-664.132,66.236],[-678.827,66.236],[-678.827,57.308],[-682.05,57.308],[-682.05,49.193],[-685.72,49.193],[-685.72,45.134],[-694.908,45.134],[-694.908,6.186],[-698.581,6.186],[-698.581,45.134],[-699.737,45.134],[-699.737,39.86],[-704.327,39.86],[-704.327,45.134],[-711.445,45.134],[-711.445,49.193],[-717.418,49.193],[-717.418,57.308],[-729.831,57.308],[-729.831,66.236],[-742.451,66.236],[-742.451,15.956],[-760.38,15.956],[-760.38,9.858],[-799.001,9.858],[-799.001,-16.871],[-833.522,-16.871],[-833.522,9.858],[-872.16,9.858],[-872.16,15.956],[-890.072,15.956],[-890.072,222.624],[-895.382,222.624],[-895.382,-0.329],[-902.001,-0.329],[-902.001,-25.158],[-905.777,-25.158],[-905.777,-34.47],[-908.9,-34.47],[-908.9,-40.262],[-906.596,-40.262],[-906.596,-43.465],[-908.9,-43.465],[-908.9,-64.666],[-915.695,-64.666],[-932.731,-84.644],[-949.77,-64.666],[-956.564,-64.666],[-956.564,-43.465],[-958.869,-43.465],[-958.869,-40.262],[-956.564,-40.262],[-956.564,-34.47],[-959,-34.47],[-959,350.022],[959,350.022],[959,75.84]],"c":true},"ix":2},"nm":"Path 18","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.352999997606,0.654999976065,0.685999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[959.25,350.272],"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":"Group 1","np":22,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1798.00007323404,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Buildings Outlines","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},"n":"0p833_0p833_0p167_0p167","t":0,"s":[941,412.977,0],"e":[-959,412.977,0],"to":[-316.666656494141,0,0],"ti":[316.666656494141,0,0]},{"t":240.0000097754}],"ix":2},"a":{"a":0,"k":[959.25,350.272,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[370.944,196.866],[368.681,196.866],[363.667,192.704],[367.428,189.155],[373.65,194.323]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[361.112,190.566],[354.883,185.405],[358.671,181.857],[364.868,187.017]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[346.093,178.1],[349.882,174.54],[356.097,179.712],[352.321,183.261]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[337.323,170.793],[341.097,167.246],[347.312,172.418],[343.539,175.961]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[328.538,163.49],[332.314,159.928],[338.53,165.1],[334.754,168.66]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[319.749,156.184],[323.53,152.636],[329.752,157.801],[325.971,161.349]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[310.97,148.878],[314.747,145.324],[320.975,150.488],[317.199,154.038]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[218.915,196.316],[225.131,191.145],[228.913,194.688],[222.703,199.86]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[218.356,203.475],[210.323,203.475],[216.354,198.451],[220.136,201.993]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.406,0],[0,0],[0,0],[0,0],[-0.146,-0.282],[0.015,-0.059],[-0.091,-0.201],[-0.173,-0.069],[-0.134,-0.074],[-0.036,-0.05],[-0.292,0.745],[-0.018,0.247],[-0.133,0.163],[0,0],[0,0]],"o":[[0,0],[0,-0.354],[0,0],[0,0],[0,0],[-0.049,0.22],[-0.012,0.044],[-0.037,0.212],[0.127,0.343],[0.184,0.212],[0.119,0.089],[0.332,0.686],[0.095,-0.219],[0,-0.15],[0,0],[0,0],[0,0]],"v":[[202.32,196.647],[202.32,189.043],[201.59,188.392],[201.176,188.392],[201.176,185.303],[201.601,185.303],[201.723,186.047],[201.677,186.216],[201.692,186.854],[202.245,187.405],[202.754,187.821],[202.923,187.97],[204.653,187.939],[204.774,187.264],[204.977,186.854],[214.472,195.771],[207.526,201.522]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[205.193,203.475],[202.32,203.475],[202.32,199.837],[205.72,203.026]],"c":true},"ix":2},"nm":"Path 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":11,"ty":"sh","ix":12,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[233.915,183.849],[237.704,187.394],[231.479,192.56],[227.705,189.012]],"c":true},"ix":2},"nm":"Path 12","mn":"ADBE Vector Shape - Group","hd":false},{"ind":12,"ty":"sh","ix":13,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[242.685,176.546],[246.48,180.089],[240.257,185.249],[236.482,181.699]],"c":true},"ix":2},"nm":"Path 13","mn":"ADBE Vector Shape - Group","hd":false},{"ind":13,"ty":"sh","ix":14,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[251.482,169.233],[255.256,172.783],[249.041,177.949],[245.254,174.399]],"c":true},"ix":2},"nm":"Path 14","mn":"ADBE Vector Shape - Group","hd":false},{"ind":14,"ty":"sh","ix":15,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[260.258,161.933],[264.035,165.475],[257.825,170.638],[254.048,167.094]],"c":true},"ix":2},"nm":"Path 15","mn":"ADBE Vector Shape - Group","hd":false},{"ind":15,"ty":"sh","ix":16,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[269.029,154.633],[272.824,158.171],[266.601,163.344],[262.821,159.789]],"c":true},"ix":2},"nm":"Path 16","mn":"ADBE Vector Shape - Group","hd":false},{"ind":16,"ty":"sh","ix":17,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[277.82,147.323],[281.608,150.871],[275.392,156.043],[271.591,152.488]],"c":true},"ix":2},"nm":"Path 17","mn":"ADBE Vector Shape - Group","hd":false},{"ind":17,"ty":"sh","ix":18,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.407,0],[0,0],[0,0],[0,0],[0,0.359],[0,0],[0.415,0],[0,0],[0,0],[0.408,0],[0,0],[0,0],[0,0.687],[1.538,0],[0,-1.364],[-0.491,-0.438],[0,0],[0,0],[0,-0.37],[0,0],[0,0],[0,-0.364],[0,0],[-0.406,0],[0,0],[0,0],[0,0],[0,-0.36],[0,0],[0,0],[-0.024,0.021],[-0.197,0.212],[-0.127,0.341],[0.121,0.225],[0.267,0.394],[0,0.091],[0.031,0.252],[0,0],[0,0],[0.294,0.252],[0,0],[0.279,-0.258],[0,0],[0,0],[0,0],[0,0],[-0.02,-0.236],[-0.064,-0.214],[-0.272,0.582],[-0.134,0.072],[-0.169,0.218],[-0.128,0.33],[0.03,0.208],[0.049,-0.08],[0.252,0.37],[0,0],[0.011,0.141],[0,0.078],[0,0],[0.292,0.258],[0,0],[0.28,-0.258],[0,0],[0,0],[0,0],[-0.005,-0.231],[-0.102,-0.236],[-0.363,0.618],[-0.121,0.074],[-0.185,0.217],[-0.115,0.324],[0.051,0.203],[0.051,-0.061],[0.262,0.371],[0,0.101],[0.025,0.158],[0,0.068],[0,0],[0.303,0.246],[0,0],[0.279,-0.252],[0,0],[0,0],[0,0],[-0.012,-0.27],[-0.063,-0.202],[-0.325,0.605],[-0.113,0.073],[-0.172,0.207],[-0.147,0.366],[0.026,0.196],[0.012,-0.011],[0.252,0.376],[0,0.083],[0.039,0.258],[0,0],[0,0],[0.305,0.247],[0,0],[0.28,-0.247],[0,0],[0,0],[0,0],[-0.008,-0.139],[0,0],[-0.085,-0.164],[-0.278,0.566],[-0.121,0.077],[-0.19,0.212],[-0.134,0.333],[0.037,0.209],[0.018,-0.046],[0.267,0.365],[0,0.096],[0.012,0.224],[0,0.045],[0,0],[0.317,0.254],[0,0],[0.191,0],[0,0],[0.134,-0.131],[0,0],[0,0],[0,0],[-0.005,-0.225],[-0.075,-0.249],[-0.331,0.64],[-0.094,0.072],[-0.184,0.225],[-0.14,0.319],[0.046,0.209],[0.033,-0.051],[0.249,0.386],[0,0.091],[0.024,0.169],[0.006,0.061],[0,0],[0,0.175],[0.133,0.117],[0,0],[0.258,0.056],[0.134,-0.123],[0,0],[0,0],[0,0],[-0.015,-0.236],[-0.095,-0.241],[-0.407,0.656],[-0.127,0.078],[-0.191,0.218],[-0.148,0.349],[0.036,0.201],[0.063,-0.078],[0.26,0.387],[0,0.089],[0.013,0.14],[0.013,0.072],[0,0],[0.306,0.254],[0,0],[0.179,0],[0,0],[0.139,-0.129],[0,0],[0,0],[0,0],[-0.018,-0.281],[-0.095,-0.214],[-0.31,0.601],[-0.109,0.077],[-0.191,0.225],[-0.115,0.338],[0.043,0.202],[0,-0.062],[0.267,0.375],[0,0.097],[0.012,0.256],[0,0.046],[0,0],[0,0.175],[0.14,0.123],[0,0],[0.281,-0.26],[0,0],[0,0],[0,0],[0.191,0],[0.151,-0.119],[0,0],[-0.012,-0.174],[0,0],[0.139,-0.134],[0,0],[0.033,-0.119],[0.088,-0.073],[0,0],[0,-0.175],[-0.134,-0.118],[0,0],[0,0],[0,-0.36],[0,0],[0,0],[0,0],[0,0],[0,0],[0.413,0],[0,0],[0,0],[0.3,0.268],[0,0],[0.126,0.034],[0.094,0.096],[0,0],[0.203,0.005],[0,0],[0.139,0.135],[0,0],[0.312,-0.247],[0,0],[0,0],[0.114,-0.029],[0.14,-0.113],[0,0],[0,0],[0,0],[-0.278,-0.258],[0,0],[0.013,-0.091],[0,-0.102],[0.052,-0.124],[-0.254,-0.5],[0.012,-0.044],[-0.076,-0.242],[-0.158,-0.08],[-0.134,-0.09],[-0.037,-0.085],[-0.297,0.675],[-0.013,0.26],[-0.115,0.158],[0,0],[0,0],[0,0],[0.292,-0.266],[0,0],[-0.28,-0.27],[0,0],[0.015,-0.089],[-0.006,-0.112],[0.058,-0.123],[-0.255,-0.528],[0.013,-0.057],[-0.088,-0.22],[-0.178,-0.078],[-0.133,-0.073],[-0.064,-0.078],[-0.445,0.966],[-0.019,0.298],[-0.125,0.145],[0,0],[0,0],[0,0],[0.287,-0.257],[0,0],[0.012,-0.175],[-0.121,-0.136],[0,0],[0,-0.084],[-0.015,-0.113],[0.052,-0.112],[-0.254,-0.517],[0.012,-0.058],[-0.083,-0.247],[-0.173,-0.069],[-0.121,-0.078],[-0.037,-0.054],[-0.419,0.976],[-0.021,0.254],[-0.121,0.145],[0,0],[0,0],[0,0],[0.306,-0.254],[0,0],[0,-0.175],[-0.148,-0.123],[0,0],[0.013,-0.072],[0,-0.118],[0.051,-0.091],[-0.26,-0.522],[0.013,-0.05],[-0.089,-0.236],[-0.158,-0.074],[-0.133,-0.08],[-0.051,-0.076],[-0.356,0.903],[-0.006,0.282],[-0.14,0.153],[0,0],[0,0],[0,0],[0.121,-0.029],[0.146,-0.107],[0,0],[0.012,0],[0,0],[-0.286,-0.271],[0,0],[0.006,-0.083],[-0.013,-0.102],[0.055,-0.112],[-0.249,-0.527],[0.012,-0.056],[-0.064,-0.252],[-0.166,-0.07],[-0.128,-0.078],[-0.05,-0.097],[-0.337,0.836],[-0.007,0.236],[-0.125,0.151],[0,0],[0,0],[0,0],[0.292,-0.27],[0,0],[-0.274,-0.26],[0,0],[0.019,-0.066],[0,-0.107],[0.051,-0.123],[-0.253,-0.518],[0.013,-0.055],[-0.097,-0.237],[-0.158,-0.066],[-0.134,-0.073],[-0.043,-0.074],[-0.355,0.78],[-0.012,0.254],[-0.121,0.159],[0,0],[0,0],[0,0],[0.306,-0.09],[0.082,0],[0,0],[0,0],[0.401,0],[0,0],[0,0],[0,0.692],[1.551,0],[0,-1.364],[-0.497,-0.456],[0,0],[0,0],[0,-0.366],[0,0],[0,0],[0,-0.371],[0,0],[-0.412,0],[0,0],[0,0],[0,0],[0,-0.354],[0,0],[0,0],[0,-0.36],[0,0],[-0.255,-0.101],[0,0],[0,-0.371],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.351,0.145],[0,0],[0,0],[0,0],[0,0.297],[0.397,0],[0,-0.523],[-0.165,-0.161],[0,0],[0,0],[0.36,-0.158],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.36],[0,0],[0,0],[0,0],[0.415,0],[0,0],[0,-0.364],[0,0],[0,0],[0,-0.37],[0,0],[0,0],[0.546,-0.454],[0,-1.358],[-1.55,0],[0,0.647],[0,0],[0,0],[-0.401,0],[0,0],[0,0],[-0.406,0],[0,0],[0,0.359],[0,0],[0,0],[0,0],[-0.406,0],[0,0],[0,0],[0.031,-0.012],[0.134,-0.085],[0.152,-0.067],[0.103,-0.225],[0.307,-0.657],[-0.012,-0.049],[0.012,-0.112],[0,0],[0,0],[0.279,-0.252],[0,0],[-0.292,-0.259],[0,0],[0,0],[0,0],[0,0],[0.121,0.151],[0,0.173],[0.4,0.954],[0.043,-0.085],[0.133,-0.085],[0.147,-0.061],[0.084,-0.224],[-0.021,-0.05],[0.292,-0.651],[0,0],[0,-0.112],[-0.015,-0.073],[0,0],[0.279,-0.26],[0,0],[-0.293,-0.237],[0,0],[0,0],[0,0],[0.14,0.157],[0.013,0.163],[0.388,0.91],[0.043,-0.085],[0.121,-0.09],[0.152,-0.062],[0.089,-0.225],[0,-0.043],[0.291,-0.64],[-0.012,-0.05],[0.012,-0.112],[-0.006,-0.056],[0,0],[0.294,-0.27],[0,0],[-0.304,-0.258],[0,0],[0,0],[0,0],[0.127,0.158],[0.014,0.156],[0.389,0.949],[0.037,-0.076],[0.133,-0.089],[0.159,-0.061],[0.065,-0.202],[-0.013,-0.039],[0.241,-0.622],[-0.014,-0.056],[0.014,-0.119],[0,0],[0,0],[0.26,-0.265],[0,0],[-0.285,-0.258],[0,0],[0,0],[0,0],[0.14,0.15],[0,0.011],[0.006,0.153],[0.386,0.954],[0.046,-0.079],[0.128,-0.078],[0.16,-0.068],[0.076,-0.225],[-0.018,-0.054],[0.291,-0.63],[-0.012,-0.067],[0,-0.105],[0,-0.046],[0,0],[0.293,-0.275],[0,0],[-0.146,-0.118],[0,0],[-0.185,0],[0,0],[0,0],[0,0],[0.134,0.151],[0.013,0.169],[0.292,0.662],[0.051,-0.091],[0.145,-0.084],[0.153,-0.057],[0.089,-0.231],[-0.006,-0.044],[0.262,-0.63],[-0.011,-0.046],[0.011,-0.117],[0,-0.066],[0,0],[0.122,-0.123],[-0.013,-0.168],[0,0],[-0.128,-0.118],[-0.204,0],[0,0],[0,0],[0,0],[0.119,0.146],[0,0.153],[0.293,0.657],[0.024,-0.091],[0.127,-0.084],[0.167,-0.062],[0.063,-0.224],[0,-0.051],[0.285,-0.641],[-0.013,-0.062],[0.013,-0.101],[-0.008,-0.074],[0,0],[0.292,-0.263],[0,0],[-0.152,-0.123],[0,0],[-0.19,0.005],[0,0],[0,0],[0,0],[0.133,0.158],[0,0.14],[0.376,0.909],[0.039,-0.073],[0.134,-0.078],[0.146,-0.067],[0.095,-0.225],[-0.013,-0.067],[0.267,-0.641],[-0.005,-0.057],[0.005,-0.107],[-0.012,-0.046],[0,0],[0.125,-0.118],[-0.012,-0.174],[0,0],[-0.306,-0.247],[0,0],[0,0],[0,0],[-0.133,-0.124],[-0.177,-0.021],[0,0],[-0.145,0.134],[0,0],[-0.191,0.006],[0,0],[-0.095,0.078],[-0.127,0.032],[0,0],[-0.132,0.123],[0.014,0.168],[0,0],[0,0],[-0.419,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.359],[0,0],[0,0],[0.304,-0.241],[0,0],[-0.089,-0.094],[-0.032,-0.112],[0,0],[-0.14,-0.129],[0,0],[0,-0.167],[0,0],[-0.28,-0.246],[0,0],[0,0],[-0.134,-0.139],[-0.189,0],[0,0],[-0.011,0.012],[0,0],[-0.306,0.258],[0,0],[-0.011,0.062],[-0.006,0.14],[0.013,0.088],[-0.222,0.337],[0,0.057],[-0.039,0.203],[0.133,0.308],[0.179,0.217],[0.133,0.073],[0.376,0.658],[0.09,-0.219],[0.012,-0.14],[0,0],[0,0],[0,0],[-0.274,-0.264],[0,0],[-0.28,0.246],[0,0],[0,0.063],[-0.018,0.137],[0,0.095],[-0.215,0.331],[0,0.051],[-0.024,0.201],[0.115,0.33],[0.177,0.208],[0.121,0.083],[0.325,0.578],[0.089,-0.19],[0.015,-0.146],[0,0],[0,0],[0,0],[-0.286,-0.269],[0,0],[-0.133,0.118],[0,0.168],[0,0],[-0.011,0.055],[-0.028,0.152],[0.013,0.083],[-0.216,0.324],[0,0.05],[-0.045,0.212],[0.133,0.303],[0.185,0.225],[0.126,0.077],[0.294,0.602],[0.075,-0.22],[0.011,-0.139],[0,0],[0,0],[0,0],[-0.294,-0.257],[0,0],[-0.152,0.117],[-0.013,0.174],[0,0],[-0.013,0.067],[-0.012,0.147],[0,0.094],[-0.215,0.335],[0,0.043],[-0.039,0.197],[0.115,0.314],[0.19,0.224],[0.121,0.083],[0.304,0.599],[0.096,-0.225],[0,-0.134],[0,0],[0,0],[0,0],[-0.146,-0.128],[-0.173,0],[0,0],[-0.013,0.006],[0,0],[-0.292,0.247],[0,0],[0,0.062],[-0.013,0.142],[0.011,0.105],[-0.211,0.336],[0,0.051],[-0.051,0.207],[0.139,0.308],[0.19,0.217],[0.133,0.078],[0.331,0.59],[0.115,-0.249],[0.013,-0.151],[0,0],[0,0],[0,0],[-0.28,-0.258],[0,0],[-0.294,0.252],[0,0],[-0.011,0.084],[-0.015,0.142],[0.006,0.094],[-0.216,0.332],[0,0.051],[-0.045,0.203],[0.121,0.313],[0.185,0.224],[0.121,0.089],[0.358,0.679],[0.091,-0.22],[0.013,-0.151],[0,0],[0,0],[0,0],[-0.203,-0.197],[-0.052,-0.017],[0,0],[0,0],[0,-0.366],[0,0],[0,0],[0.533,-0.451],[0,-1.364],[-1.538,0],[0,0.64],[0,0],[0,0],[-0.406,0],[0,0],[0,0],[-0.412,0],[0,0],[0,0.365],[0,0],[0,0],[0,0],[-0.413,0],[0,0],[0,0],[-0.412,0],[0,0],[0,0.262],[0,0],[-0.413,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.352,-0.153],[0,0],[0,0],[0.162,-0.161],[0,-0.523],[-0.41,0],[0,0.297],[0,0],[0,0],[0,0],[-0.342,0.145],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[948.231,75.84],[948.231,74.21],[940.999,74.21],[940.999,75.84],[932.317,75.84],[932.317,82.717],[912.335,82.717],[912.335,74.21],[890.86,74.21],[890.86,82.717],[884.199,82.717],[884.199,188.145],[876.006,188.145],[876.006,-91.129],[868.557,-91.129],[868.557,-99.282],[864.21,-99.282],[864.21,-91.129],[861.717,-91.129],[861.717,-99.282],[855.507,-99.282],[855.507,-91.129],[853.016,-91.129],[853.016,-99.282],[848.345,-99.282],[848.345,-91.129],[840.91,-91.129],[840.91,-68.835],[812.97,-68.835],[812.97,-65.408],[808.769,-65.408],[808.769,162.568],[794.532,162.568],[794.532,105.313],[788.69,105.313],[788.69,98.79],[787.006,98.79],[787.006,97.351],[784.495,97.351],[784.495,98.79],[780.746,98.79],[780.746,94.178],[776.971,94.178],[776.971,98.79],[772.789,98.79],[772.789,105.313],[768.195,105.313],[768.195,95.711],[731.889,95.711],[731.889,-20.117],[729.29,-20.117],[729.29,-29.752],[715.474,-29.752],[715.474,-23.588],[706.131,-23.588],[706.131,-20.117],[703.156,-20.117],[703.156,105.308],[694.201,105.308],[694.201,222.613],[691.64,222.613],[691.64,-18.348],[689.231,-18.348],[689.162,-18.455],[676.297,-48.957],[673.278,-41.793],[657.318,-65.309],[657.364,-65.309],[657.364,-93.975],[652.61,-93.975],[652.61,-65.309],[652.672,-65.309],[636.708,-41.803],[633.687,-48.957],[620.837,-18.455],[620.773,-18.348],[618.358,-18.348],[618.358,222.613],[614.864,222.613],[614.864,90.022],[614.463,90.022],[581.774,51.514],[581.774,73.149],[578.928,73.149],[578.928,52.468],[553.771,90.022],[553.665,90.022],[553.665,92.54],[553.665,222.613],[549.323,222.613],[549.323,-44.634],[527.682,-44.634],[527.682,-152.554],[522.992,-152.554],[522.992,-158.249],[513.045,-158.249],[513.045,-152.554],[509.231,-152.554],[509.231,-170.133],[495.045,-170.133],[495.045,-180.991],[490.062,-180.991],[490.062,-170.133],[475.876,-170.133],[475.876,-152.554],[472.068,-152.554],[472.068,-158.249],[462.135,-158.249],[462.135,-152.554],[457.437,-152.554],[457.437,-44.634],[435.798,-44.634],[435.798,193.12],[430.205,193.12],[430.205,179.588],[429.467,178.936],[429.06,178.936],[429.06,175.848],[430.177,175.848],[430.909,175.197],[430.909,173.157],[430.177,172.501],[429.06,172.501],[429.06,169.862],[428.309,169.198],[426.74,169.198],[422.056,165.431],[422.915,163.651],[420.124,161.18],[417.315,163.651],[418.097,165.347],[413.481,169.198],[411.919,169.198],[411.2,169.862],[411.2,172.501],[410.068,172.501],[409.319,173.157],[409.319,175.197],[410.068,175.848],[411.2,175.848],[411.2,178.936],[410.781,178.936],[410.044,179.588],[410.044,193.12],[398.476,193.12],[398.558,193.077],[399.074,192.661],[399.62,192.123],[399.556,191.437],[399.429,189.987],[399.417,189.807],[399.411,189.344],[399.411,189.246],[399.787,188.888],[399.772,187.961],[399.023,187.349],[397.988,187.381],[387.886,196.849],[381.843,196.849],[378.139,193.76],[387.62,184.862],[387.825,185.344],[387.914,185.944],[389.642,185.984],[389.834,185.816],[390.34,185.395],[390.887,184.862],[390.908,184.203],[390.838,184.16],[390.705,182.755],[390.705,182.565],[390.705,182.198],[390.683,181.98],[391.078,181.621],[391.041,180.688],[390.303,180.094],[389.26,180.126],[376.32,192.263],[369.406,186.505],[378.888,177.6],[379.091,178.089],[379.219,178.701],[380.942,178.724],[381.125,178.555],[381.622,178.135],[382.168,177.607],[382.168,176.948],[382.117,176.899],[381.989,175.489],[381.977,175.297],[381.977,174.916],[381.953,174.724],[382.332,174.36],[382.296,173.433],[381.583,172.844],[380.527,172.865],[367.607,185.001],[360.678,179.253],[370.168,170.333],[370.377,170.874],[370.473,171.423],[372.209,171.469],[372.379,171.311],[372.882,170.89],[373.46,170.323],[373.447,169.711],[373.416,169.615],[373.258,168.223],[373.244,168.05],[373.231,167.572],[373.231,167.47],[373.626,167.105],[373.581,166.178],[372.855,165.583],[371.808,165.604],[358.868,177.758],[351.947,171.979],[361.436,163.079],[361.639,163.47],[361.652,163.64],[361.767,164.157],[363.481,164.214],[363.66,164.046],[364.168,163.63],[364.728,163.095],[364.728,162.427],[364.665,162.373],[364.537,160.978],[364.525,160.776],[364.525,160.339],[364.512,160.215],[364.886,159.861],[364.855,158.929],[364.149,158.329],[363.621,158.149],[363.603,158.149],[363.093,158.352],[350.148,170.49],[343.232,164.735],[352.721,155.829],[352.924,156.306],[353.027,156.936],[354.736,156.958],[354.921,156.785],[355.436,156.363],[355.982,155.836],[355.982,155.16],[355.943,155.112],[355.803,153.707],[355.792,153.543],[355.792,153.15],[355.773,152.96],[356.173,152.6],[356.377,152.129],[356.134,151.668],[355.41,151.068],[354.89,150.883],[354.362,151.084],[341.415,163.235],[334.493,157.475],[343.997,148.569],[344.2,149.063],[344.319,149.668],[346.042,149.704],[346.22,149.524],[346.715,149.103],[347.282,148.558],[347.276,147.924],[347.213,147.873],[347.085,146.452],[347.072,146.267],[347.072,145.908],[347.051,145.694],[347.427,145.335],[347.401,144.408],[346.697,143.811],[346.181,143.628],[346.15,143.628],[345.623,143.835],[332.681,155.97],[325.767,150.23],[335.263,141.314],[335.466,141.853],[335.573,142.42],[337.296,142.443],[337.468,142.279],[337.984,141.863],[338.53,141.325],[338.53,140.673],[338.491,140.617],[338.345,139.202],[338.34,139.017],[338.333,138.552],[338.321,138.438],[338.721,138.085],[338.916,137.613],[338.675,137.147],[337.945,136.552],[336.902,136.587],[323.969,148.715],[316.673,142.651],[315.032,141.29],[314.517,141.1],[313.959,141.303],[312.59,142.605],[312.381,143.094],[308.301,146.912],[307.788,147.12],[306.751,148.087],[306.566,148.384],[306.256,148.546],[305.708,149.053],[305.505,149.524],[305.734,149.985],[362.134,196.894],[357.138,196.894],[356.401,197.546],[356.401,205.615],[331.971,205.615],[331.971,222.659],[229.574,222.659],[229.574,204.149],[228.837,203.498],[224.941,203.498],[286.89,151.971],[286.915,151.045],[286.393,150.54],[286.07,150.366],[285.892,150.068],[284.861,149.103],[284.315,148.894],[280.247,145.063],[280.044,144.592],[278.672,143.29],[277.616,143.258],[268.679,150.714],[255.741,138.566],[255.193,138.361],[254.685,138.541],[254.342,138.821],[254.215,138.931],[253.948,139.146],[253.909,140.079],[254.303,140.438],[254.279,140.652],[254.279,141.012],[254.24,141.259],[254.106,142.482],[254.082,142.644],[254.082,143.324],[254.64,143.841],[255.15,144.267],[255.32,144.436],[257.049,144.396],[257.152,143.694],[257.361,143.301],[266.856,152.22],[259.949,157.964],[246.996,145.823],[245.952,145.802],[245.215,146.412],[245.203,147.334],[245.579,147.686],[245.564,147.905],[245.564,148.266],[245.506,148.513],[245.387,149.749],[245.354,149.918],[245.367,150.574],[245.927,151.118],[246.428,151.529],[246.613,151.703],[248.324,151.646],[248.443,150.961],[248.646,150.569],[258.13,159.473],[251.215,165.229],[238.281,153.095],[237.225,153.061],[236.508,153.651],[236.266,154.118],[236.457,154.595],[236.851,154.96],[236.84,155.16],[236.827,155.543],[236.788,155.774],[236.654,157.009],[236.63,157.173],[236.642,157.857],[237.188,158.362],[237.697,158.79],[237.868,158.94],[239.603,158.902],[239.706,158.221],[239.909,157.835],[249.404,166.74],[242.469,172.49],[229.555,160.349],[228.512,160.322],[227.775,160.918],[227.533,161.378],[227.744,161.854],[228.131,162.214],[228.105,162.416],[228.105,162.803],[228.054,163.024],[227.933,164.27],[227.902,164.432],[227.915,165.1],[228.449,165.624],[228.97,166.045],[229.161,166.214],[230.864,166.178],[230.978,165.47],[231.194,165.077],[240.676,173.995],[233.763,179.751],[220.822,167.599],[220.276,167.397],[219.766,167.578],[219.436,167.864],[219.29,167.974],[219.036,168.199],[219.017,169.121],[219.399,169.474],[219.373,169.687],[219.373,170.042],[219.329,170.29],[219.196,171.536],[219.169,171.704],[219.169,172.373],[219.729,172.885],[220.237,173.31],[220.427,173.495],[222.118,173.469],[222.252,172.748],[222.461,172.35],[231.943,181.263],[225.029,187.016],[212.089,174.87],[211.048,174.849],[210.31,175.454],[210.29,176.376],[210.677,176.729],[210.647,176.948],[210.647,177.308],[210.602,177.555],[210.487,178.792],[210.45,178.958],[210.463,179.634],[211.008,180.15],[211.518,180.566],[211.688,180.729],[213.423,180.678],[213.526,180.004],[213.729,179.604],[223.224,188.516],[216.302,194.266],[203.357,182.131],[202.53,181.974],[202.327,181.952],[201.208,181.952],[201.208,179.302],[200.47,178.644],[198.895,178.644],[194.23,174.884],[195.089,173.102],[192.285,170.625],[189.488,173.102],[190.258,174.808],[185.63,178.644],[184.091,178.644],[183.337,179.302],[183.337,181.952],[182.229,181.952],[181.48,182.609],[181.48,184.652],[182.229,185.303],[183.337,185.303],[183.337,188.391],[182.936,188.391],[182.199,189.043],[182.199,204.426],[181.792,204.426],[181.048,205.082],[181.048,207.126],[181.48,207.72],[180.718,207.72],[179.981,208.384],[179.981,222.635],[178.816,222.635],[178.816,-23.395],[155.461,-23.395],[155.461,-26.877],[147.033,-26.877],[147.033,-31.189],[135.973,-31.189],[135.973,-26.877],[116.473,-26.877],[116.473,-23.395],[108.289,-23.395],[108.289,138.878],[84.288,128.936],[84.288,127.376],[82.871,127.376],[82.871,126.254],[81.403,126.254],[81.403,125.254],[79.643,125.254],[79.643,126.254],[78.174,126.254],[78.174,127.376],[76.752,127.376],[76.752,128.936],[29.425,148.558],[29.425,148.333],[28.27,148.333],[28.27,146.827],[27.608,146.827],[27.608,145.587],[25.803,145.587],[25.803,146.827],[25.803,148.333],[25.803,149.737],[26.349,149.737],[26.349,157.34],[12.107,157.34],[12.107,-60.98],[2.033,-60.98],[2.033,-70.363],[-27.818,-70.363],[-27.818,-60.98],[-37.905,-60.98],[-37.905,222.232],[-45.983,222.232],[-45.983,-37.577],[-107.895,-37.577],[-107.895,-48.663],[-121.152,-48.663],[-121.152,-57.749],[-121.152,-63.278],[-125.589,-63.278],[-125.589,-57.749],[-133.622,-57.749],[-133.622,-63.278],[-135.224,-63.278],[-135.224,-92.155],[-137.257,-92.155],[-137.257,-63.278],[-142.062,-63.278],[-142.062,-101.248],[-143.691,-101.248],[-143.691,-63.278],[-143.691,-60.514],[-143.691,-57.749],[-154.533,-57.749],[-154.533,-63.278],[-158.962,-63.278],[-158.962,-57.749],[-158.962,-48.663],[-166.596,-48.663],[-166.596,-37.577],[-211.62,-37.577],[-211.62,106.694],[-218.134,106.694],[-218.134,102.095],[-225.145,102.095],[-225.145,94.314],[-237.328,94.314],[-237.328,86.52],[-251.842,86.52],[-251.842,94.314],[-264.038,94.314],[-264.038,102.095],[-271.04,102.095],[-271.04,106.694],[-301.655,106.694],[-301.655,110.811],[-307.238,110.811],[-307.238,117.23],[-301.655,117.23],[-301.655,222.635],[-309.434,222.635],[-309.434,75.568],[-314.652,75.568],[-314.652,48.188],[-318.328,48.188],[-318.328,31.376],[-341.161,19.293],[-341.161,16.787],[-343.45,16.787],[-343.504,16.41],[-344.101,16.147],[-343.933,13.217],[-343.672,10.145],[-343.23,10.145],[-343.45,6.535],[-344.636,6.219],[-344.636,5.803],[-344.572,5.584],[-344.298,4.855],[-345.019,3.9],[-345.754,4.855],[-345.48,5.584],[-345.41,5.803],[-345.41,6.219],[-346.596,6.535],[-346.808,10.145],[-346.38,10.145],[-346.125,13.217],[-345.944,16.147],[-346.555,16.41],[-346.601,16.787],[-348.89,16.787],[-348.89,19.293],[-371.729,31.376],[-371.729,48.188],[-375.419,48.188],[-375.419,75.568],[-380.634,75.568],[-380.634,222.635],[-386.379,222.635],[-386.379,-54.268],[-405.151,-54.268],[-405.151,-164.937],[-420.188,-164.937],[-420.188,-240.717],[-432.967,-240.717],[-432.967,-294.497],[-436.226,-294.497],[-436.226,-244.692],[-439.961,-244.692],[-439.961,-248.527],[-440.098,-248.527],[-440.098,-347.159],[-446.774,-347.159],[-446.774,-297.235],[-449.107,-297.235],[-449.107,-248.527],[-454.369,-248.527],[-454.369,-322.071],[-456.231,-322.071],[-456.231,-350.022],[-461.348,-350.022],[-461.348,-322.071],[-463.216,-322.071],[-463.216,-244.692],[-464.602,-244.692],[-464.602,-271.028],[-468.323,-271.028],[-468.323,-240.717],[-470.65,-240.717],[-470.65,-291.636],[-474.37,-291.636],[-474.37,-240.717],[-480.357,-240.717],[-480.357,-164.937],[-495.398,-164.937],[-495.398,-54.268],[-514.177,-54.268],[-514.177,63.827],[-514.357,63.827],[-514.357,74.138],[-518.498,74.138],[-518.498,43.551],[-515.19,43.551],[-515.19,37.363],[-518.498,37.363],[-518.498,26.355],[-523.357,26.355],[-523.357,19.489],[-527.25,19.489],[-527.25,15.371],[-529.386,15.371],[-529.386,9.869],[-533.672,9.869],[-533.672,5.405],[-533.672,0.243],[-535.223,0.243],[-535.223,-4.231],[-540.378,-4.231],[-540.378,-7.314],[-543.489,-7.314],[-543.489,-14.186],[-546.8,-14.186],[-546.8,-7.314],[-549.911,-7.314],[-549.911,-4.231],[-555.072,-4.231],[-555.072,0.243],[-556.617,0.243],[-556.617,5.405],[-556.617,9.869],[-560.903,9.869],[-560.903,15.371],[-563.045,15.371],[-563.045,19.489],[-566.938,19.489],[-566.938,26.355],[-571.8,26.355],[-571.8,37.363],[-575.105,37.363],[-575.105,43.551],[-571.8,43.551],[-571.8,74.138],[-575.931,74.138],[-575.931,63.827],[-597.63,63.827],[-597.63,74.138],[-601.958,74.138],[-601.958,222.635],[-606.603,222.635],[-606.603,-56.311],[-620.577,-56.311],[-620.577,-66.132],[-641.84,-66.132],[-641.84,-56.311],[-655.82,-56.311],[-655.82,79.225],[-664.132,79.225],[-664.132,66.236],[-678.827,66.236],[-678.827,57.308],[-682.05,57.308],[-682.05,49.193],[-685.72,49.193],[-685.72,45.134],[-694.908,45.134],[-694.908,6.186],[-698.581,6.186],[-698.581,45.134],[-699.737,45.134],[-699.737,39.86],[-704.327,39.86],[-704.327,45.134],[-711.445,45.134],[-711.445,49.193],[-717.418,49.193],[-717.418,57.308],[-729.831,57.308],[-729.831,66.236],[-742.451,66.236],[-742.451,15.956],[-760.38,15.956],[-760.38,9.858],[-799.001,9.858],[-799.001,-16.871],[-833.522,-16.871],[-833.522,9.858],[-872.16,9.858],[-872.16,15.956],[-890.072,15.956],[-890.072,222.624],[-895.382,222.624],[-895.382,-0.329],[-902.001,-0.329],[-902.001,-25.158],[-905.777,-25.158],[-905.777,-34.47],[-908.9,-34.47],[-908.9,-40.262],[-906.596,-40.262],[-906.596,-43.465],[-908.9,-43.465],[-908.9,-64.666],[-915.695,-64.666],[-932.731,-84.644],[-949.77,-64.666],[-956.564,-64.666],[-956.564,-43.465],[-958.869,-43.465],[-958.869,-40.262],[-956.564,-40.262],[-956.564,-34.47],[-959,-34.47],[-959,350.022],[959,350.022],[959,75.84]],"c":true},"ix":2},"nm":"Path 18","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.352999997606,0.654999976065,0.685999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[959.25,350.272],"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":"Group 1","np":22,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1798.00007323404,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Ground Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[961,919.537,0],"ix":2},"a":{"a":0,"k":[959.25,160.713,0],"ix":1},"s":{"a":0,"k":[100.625,100,100],"ix":6}},"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":[[-959,160.463],[959,160.463],[959,-160.463],[-959,-160.463]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.411999990426,0.717999985639,0.769000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[959.25,160.713],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1798.00007323404,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":1,"nm":"White Solid 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[960,540,0],"ix":2},"a":{"a":0,"k":[960,540,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"sw":1920,"sh":1080,"sc":"#ffffff","ip":0,"op":1798.00007323404,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/developer-animation.zip b/ohos/flutter_lottie/assets/lottiefiles/developer-animation.zip new file mode 100644 index 0000000000000000000000000000000000000000..52520de16524319cf745d3861847f8d8dfd2a3af Binary files /dev/null and b/ohos/flutter_lottie/assets/lottiefiles/developer-animation.zip differ diff --git a/ohos/flutter_lottie/assets/lottiefiles/dna_loader.json b/ohos/flutter_lottie/assets/lottiefiles/dna_loader.json new file mode 100644 index 0000000000000000000000000000000000000000..580169bec6aae207f86a473a32e48239f65eba6b --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/dna_loader.json @@ -0,0 +1 @@ +{"v":"5.1.7","fr":25,"ip":0,"op":290,"w":500,"h":500,"nm":"Comp 10","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 13","sr":1,"ks":{"o":{"a":0,"k":69.046,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[238.338,246.416,0],"ix":2},"a":{"a":0,"k":[-302.398,-143.444,0],"ix":1},"s":{"a":0,"k":[41.6,41.6,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":111,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":147,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":186,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":222,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":261}],"ix":2},"a":{"a":0,"k":[582,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":110,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":111,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":129,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":147,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":168,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":186,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":204,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":222,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":243,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":261,"s":[69.046],"e":[0]},{"t":262}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":114,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":150,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":189,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":225,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":264}],"ix":2},"a":{"a":0,"k":[582,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":113,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":114,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":132,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":150,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":171,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":189,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":207,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":225,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":246,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":264,"s":[69.046],"e":[0]},{"t":265}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 3","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":114,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":150,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":189,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":225,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":264}],"ix":2},"a":{"a":0,"k":[606,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":113,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":114,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":132,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":150,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":171,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":189,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":207,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":225,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":246,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":264,"s":[69.046],"e":[0]},{"t":265}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 4","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":117,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":153,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":192,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":228,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":267}],"ix":2},"a":{"a":0,"k":[606,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":116,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":117,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":135,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":153,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":174,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":192,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":210,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":228,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":249,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":267,"s":[69.046],"e":[0]},{"t":268}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 5","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":117,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":153,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":192,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":228,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":267}],"ix":2},"a":{"a":0,"k":[630,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":116,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":117,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":135,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":153,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":174,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":192,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":210,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":228,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":249,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":267,"s":[69.046],"e":[0]},{"t":268}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 9","np":3,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":120,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":156,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":195,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":231,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":270}],"ix":2},"a":{"a":0,"k":[630,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":119,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":120,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":138,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":156,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":177,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":195,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":213,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":231,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":252,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":270,"s":[69.046],"e":[0]},{"t":271}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 8","np":3,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":120,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":156,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":195,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":231,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":270}],"ix":2},"a":{"a":0,"k":[654,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":119,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":120,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":138,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":156,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":177,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":195,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":213,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":231,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":252,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":270,"s":[69.046],"e":[0]},{"t":271}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 7","np":3,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":123,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":159,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":198,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":234,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":273}],"ix":2},"a":{"a":0,"k":[654,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":122,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":123,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":141,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":159,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":180,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":198,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":216,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":234,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":255,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":273,"s":[69.046],"e":[0]},{"t":274}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 6","np":3,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":123,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":159,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":198,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":234,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":273}],"ix":2},"a":{"a":0,"k":[680,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":122,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":123,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":141,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":159,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":180,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":198,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":216,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":234,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":255,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":273,"s":[69.046],"e":[0]},{"t":274}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 17","np":3,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":126,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":162,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":201,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":237,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":276}],"ix":2},"a":{"a":0,"k":[680,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":125,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":126,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":144,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":162,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":183,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":201,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":219,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":237,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":258,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":276,"s":[69.046],"e":[0]},{"t":277}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 16","np":3,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":126,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":162,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":201,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":237,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":276}],"ix":2},"a":{"a":0,"k":[704,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":125,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":126,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":144,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":162,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":183,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":201,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":219,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":237,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":258,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":276,"s":[69.046],"e":[0]},{"t":277}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 15","np":3,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":129,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":165,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":204,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":240,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":279}],"ix":2},"a":{"a":0,"k":[704,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":128,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":129,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":147,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":165,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":186,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":204,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":222,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":240,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":261,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":279,"s":[69.046],"e":[0]},{"t":280}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 14","np":3,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":129,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":165,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":204,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":240,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":279}],"ix":2},"a":{"a":0,"k":[728,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":128,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":129,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":147,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":165,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":186,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":204,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":222,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":240,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":261,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":279,"s":[69.046],"e":[0]},{"t":280}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 13","np":3,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":132,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":168,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":207,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":243,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":282}],"ix":2},"a":{"a":0,"k":[728,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":131,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":132,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":150,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":168,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":189,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":207,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":225,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":243,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":264,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":282,"s":[69.046],"e":[0]},{"t":283}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 12","np":3,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":132,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":168,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":207,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":243,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":282}],"ix":2},"a":{"a":0,"k":[752,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":131,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":132,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":150,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":168,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":189,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":207,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":225,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":243,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":264,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":282,"s":[69.046],"e":[0]},{"t":283}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 11","np":3,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":135,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":171,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":210,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":246,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":285}],"ix":2},"a":{"a":0,"k":[752,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":134,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":135,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":153,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":171,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":192,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":210,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":228,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":246,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":267,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":285,"s":[69.046],"e":[0]},{"t":286}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 10","np":3,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":87,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":123,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":162,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":198,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":237}],"ix":2},"a":{"a":0,"k":[388,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":86,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":87,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":105,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":123,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":144,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":162,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":180,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":198,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":219,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":237,"s":[69.046],"e":[0]},{"t":238}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 33","np":3,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":90,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":126,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":165,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":201,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":240}],"ix":2},"a":{"a":0,"k":[388,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":89,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":90,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":108,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":126,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":147,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":165,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":183,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":201,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":222,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":240,"s":[69.046],"e":[0]},{"t":241}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 32","np":3,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":90,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":126,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":165,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":201,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":240}],"ix":2},"a":{"a":0,"k":[412,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":89,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":90,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":108,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":126,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":147,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":165,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":183,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":201,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":222,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":240,"s":[69.046],"e":[0]},{"t":241}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 31","np":3,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":93,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":129,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":168,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":204,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":243}],"ix":2},"a":{"a":0,"k":[412,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":92,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":93,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":111,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":129,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":150,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":168,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":186,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":204,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":225,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":243,"s":[69.046],"e":[0]},{"t":244}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 30","np":3,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":93,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":129,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":168,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":204,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":243}],"ix":2},"a":{"a":0,"k":[436,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":92,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":93,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":111,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":129,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":150,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":168,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":186,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":204,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":225,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":243,"s":[69.046],"e":[0]},{"t":244}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 29","np":3,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":96,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":132,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":171,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":207,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":246}],"ix":2},"a":{"a":0,"k":[436,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":95,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":96,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":114,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":132,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":153,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":171,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":189,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":207,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":228,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":246,"s":[69.046],"e":[0]},{"t":247}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 28","np":3,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":96,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":132,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":171,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":207,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":246}],"ix":2},"a":{"a":0,"k":[460,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":95,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":96,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":114,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":132,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":153,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":171,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":189,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":207,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":228,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":246,"s":[69.046],"e":[0]},{"t":247}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 27","np":3,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":99,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":135,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":174,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":210,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":249}],"ix":2},"a":{"a":0,"k":[460,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":98,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":99,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":117,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":135,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":156,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":174,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":192,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":210,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":231,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":249,"s":[69.046],"e":[0]},{"t":250}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 26","np":3,"cix":2,"ix":24,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":99,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":135,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":174,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":210,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":249}],"ix":2},"a":{"a":0,"k":[486,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":98,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":99,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":117,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":135,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":156,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":174,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":192,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":210,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":231,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":249,"s":[69.046],"e":[0]},{"t":250}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 25","np":3,"cix":2,"ix":25,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":102,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":138,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":177,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":213,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":252}],"ix":2},"a":{"a":0,"k":[486,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":101,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":102,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":120,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":138,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":159,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":177,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":195,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":213,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":234,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":252,"s":[69.046],"e":[0]},{"t":253}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 24","np":3,"cix":2,"ix":26,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":102,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":138,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":177,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":213,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":252}],"ix":2},"a":{"a":0,"k":[510,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":101,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":102,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":120,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":138,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":159,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":177,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":195,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":213,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":234,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":252,"s":[69.046],"e":[0]},{"t":253}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 23","np":3,"cix":2,"ix":27,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":105,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":141,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":180,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":216,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":255}],"ix":2},"a":{"a":0,"k":[510,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":104,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":105,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":123,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":141,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":162,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":180,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":198,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":216,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":237,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":255,"s":[69.046],"e":[0]},{"t":256}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 22","np":3,"cix":2,"ix":28,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":105,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":141,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":180,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":216,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":255}],"ix":2},"a":{"a":0,"k":[534,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":104,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":105,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":123,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":141,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":162,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":180,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":198,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":216,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":237,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":255,"s":[69.046],"e":[0]},{"t":256}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 21","np":3,"cix":2,"ix":29,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":108,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":144,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":183,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":219,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":258}],"ix":2},"a":{"a":0,"k":[534,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":107,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":108,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":126,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":144,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":165,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":183,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":201,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":219,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":240,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":258,"s":[69.046],"e":[0]},{"t":259}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 20","np":3,"cix":2,"ix":30,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":108,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":144,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":183,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":219,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":258}],"ix":2},"a":{"a":0,"k":[558,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":107,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":108,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":126,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":144,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":165,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":183,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":201,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":219,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":240,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":258,"s":[69.046],"e":[0]},{"t":259}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 19","np":3,"cix":2,"ix":31,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":111,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":147,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":186,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":222,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":261}],"ix":2},"a":{"a":0,"k":[558,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":110,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":111,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":129,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":147,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":168,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":186,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":204,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":222,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":243,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":261,"s":[69.046],"e":[0]},{"t":262}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 18","np":3,"cix":2,"ix":32,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":63,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":99,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":138,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":174,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":213}],"ix":2},"a":{"a":0,"k":[194,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":62,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":63,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":81,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":99,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":120,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":138,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":156,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":174,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":195,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":213,"s":[69.046],"e":[0]},{"t":214}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 65","np":3,"cix":2,"ix":33,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":66,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":102,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":141,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":177,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":216}],"ix":2},"a":{"a":0,"k":[194,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":65,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":66,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":84,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":102,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":123,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":141,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":159,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":177,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":198,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":216,"s":[69.046],"e":[0]},{"t":217}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 64","np":3,"cix":2,"ix":34,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":66,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":102,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":141,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":177,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":216}],"ix":2},"a":{"a":0,"k":[218,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":65,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":66,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":84,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":102,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":123,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":141,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":159,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":177,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":198,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":216,"s":[69.046],"e":[0]},{"t":217}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 63","np":3,"cix":2,"ix":35,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":69,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":105,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":144,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":180,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":219}],"ix":2},"a":{"a":0,"k":[218,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":68,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":69,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":87,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":105,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":126,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":144,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":162,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":180,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":201,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":219,"s":[69.046],"e":[0]},{"t":220}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 62","np":3,"cix":2,"ix":36,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":69,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":105,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":144,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":180,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":219}],"ix":2},"a":{"a":0,"k":[242,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":68,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":69,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":87,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":105,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":126,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":144,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":162,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":180,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":201,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":219,"s":[69.046],"e":[0]},{"t":220}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 61","np":3,"cix":2,"ix":37,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":72,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":108,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":147,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":183,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":222}],"ix":2},"a":{"a":0,"k":[242,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":71,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":72,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":90,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":108,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":129,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":147,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":165,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":183,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":204,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":222,"s":[69.046],"e":[0]},{"t":223}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 60","np":3,"cix":2,"ix":38,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":72,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":108,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":147,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":183,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":222}],"ix":2},"a":{"a":0,"k":[266,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":71,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":72,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":90,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":108,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":129,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":147,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":165,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":183,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":204,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":222,"s":[69.046],"e":[0]},{"t":223}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 59","np":3,"cix":2,"ix":39,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":75,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":111,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":150,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":186,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":225}],"ix":2},"a":{"a":0,"k":[266,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":74,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":75,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":93,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":111,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":132,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":150,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":168,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":186,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":207,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":225,"s":[69.046],"e":[0]},{"t":226}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 58","np":3,"cix":2,"ix":40,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":75,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":111,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":150,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":186,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":225}],"ix":2},"a":{"a":0,"k":[292,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":74,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":75,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":93,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":111,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":132,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":150,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":168,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":186,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":207,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":225,"s":[69.046],"e":[0]},{"t":226}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 57","np":3,"cix":2,"ix":41,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":78,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":114,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":153,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":189,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":228}],"ix":2},"a":{"a":0,"k":[292,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":77,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":78,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":96,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":114,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":135,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":153,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":171,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":189,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":210,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":228,"s":[69.046],"e":[0]},{"t":229}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 56","np":3,"cix":2,"ix":42,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":78,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":114,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":153,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":189,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":228}],"ix":2},"a":{"a":0,"k":[316,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":77,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":78,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":96,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":114,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":135,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":153,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":171,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":189,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":210,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":228,"s":[69.046],"e":[0]},{"t":229}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 55","np":3,"cix":2,"ix":43,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":81,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":117,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":156,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":192,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":231}],"ix":2},"a":{"a":0,"k":[316,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":80,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":81,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":99,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":117,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":138,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":156,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":174,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":192,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":213,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":231,"s":[69.046],"e":[0]},{"t":232}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 54","np":3,"cix":2,"ix":44,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":81,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":117,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":156,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":192,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":231}],"ix":2},"a":{"a":0,"k":[340,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":80,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":81,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":99,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":117,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":138,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":156,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":174,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":192,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":213,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":231,"s":[69.046],"e":[0]},{"t":232}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 53","np":3,"cix":2,"ix":45,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":84,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":120,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":159,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":195,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":234}],"ix":2},"a":{"a":0,"k":[340,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":83,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":84,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":102,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":120,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":141,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":159,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":177,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":195,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":216,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":234,"s":[69.046],"e":[0]},{"t":235}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 52","np":3,"cix":2,"ix":46,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":84,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":120,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":159,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":195,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":234}],"ix":2},"a":{"a":0,"k":[364,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":83,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":84,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":102,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":120,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":141,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":159,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":177,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":195,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":216,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":234,"s":[69.046],"e":[0]},{"t":235}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 51","np":3,"cix":2,"ix":47,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":87,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":123,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":162,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":198,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":237}],"ix":2},"a":{"a":0,"k":[364,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":86,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":87,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":105,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":123,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":144,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":162,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":180,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":198,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":219,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":237,"s":[69.046],"e":[0]},{"t":238}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 50","np":3,"cix":2,"ix":48,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":39,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":75,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":114,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":150,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":189}],"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":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":38,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":39,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":57,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":75,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":96,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":114,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":132,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":150,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":171,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":189,"s":[69.046],"e":[0]},{"t":190}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 49","np":3,"cix":2,"ix":49,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":42,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":78,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":117,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":153,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":192}],"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":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":41,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":42,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":60,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":78,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":99,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":117,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":135,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":153,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":174,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":192,"s":[69.046],"e":[0]},{"t":193}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 48","np":3,"cix":2,"ix":50,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":42,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":78,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":117,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":153,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":192}],"ix":2},"a":{"a":0,"k":[24,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":41,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":42,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":60,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":78,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":99,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":117,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":135,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":153,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":174,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":192,"s":[69.046],"e":[0]},{"t":193}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 47","np":3,"cix":2,"ix":51,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":45,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":81,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":120,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":156,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":195}],"ix":2},"a":{"a":0,"k":[24,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":44,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":45,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":63,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":81,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":102,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":120,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":138,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":156,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":177,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":195,"s":[69.046],"e":[0]},{"t":196}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 46","np":3,"cix":2,"ix":52,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":45,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":81,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":120,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":156,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":195}],"ix":2},"a":{"a":0,"k":[48,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":44,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":45,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":63,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":81,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":102,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":120,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":138,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":156,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":177,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":195,"s":[69.046],"e":[0]},{"t":196}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 45","np":3,"cix":2,"ix":53,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":48,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":84,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":123,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":159,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":198}],"ix":2},"a":{"a":0,"k":[48,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":47,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":48,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":66,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":84,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":105,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":123,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":141,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":159,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":180,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":198,"s":[69.046],"e":[0]},{"t":199}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 44","np":3,"cix":2,"ix":54,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":48,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":84,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":123,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":159,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":198}],"ix":2},"a":{"a":0,"k":[72,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":47,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":48,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":66,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":84,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":105,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":123,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":141,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":159,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":180,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":198,"s":[69.046],"e":[0]},{"t":199}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 43","np":3,"cix":2,"ix":55,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":51,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":87,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":126,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":162,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":201}],"ix":2},"a":{"a":0,"k":[72,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":50,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":51,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":69,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":87,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":108,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":126,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":144,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":162,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":183,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":201,"s":[69.046],"e":[0]},{"t":202}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 42","np":3,"cix":2,"ix":56,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":51,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":87,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":126,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":162,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":201}],"ix":2},"a":{"a":0,"k":[98,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":50,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":51,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":69,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":87,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":108,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":126,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":144,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":162,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":183,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":201,"s":[69.046],"e":[0]},{"t":202}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 41","np":3,"cix":2,"ix":57,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":54,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":90,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":129,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":165,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":204}],"ix":2},"a":{"a":0,"k":[98,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":53,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":54,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":72,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":90,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":111,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":129,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":147,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":165,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":186,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":204,"s":[69.046],"e":[0]},{"t":205}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 40","np":3,"cix":2,"ix":58,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":54,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":90,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":129,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":165,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":204}],"ix":2},"a":{"a":0,"k":[122,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":53,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":54,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":72,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":90,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":111,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":129,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":147,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":165,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":186,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":204,"s":[69.046],"e":[0]},{"t":205}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 39","np":3,"cix":2,"ix":59,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":57,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":93,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":132,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":168,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":207}],"ix":2},"a":{"a":0,"k":[122,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":56,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":57,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":75,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":93,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":114,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":132,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":150,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":168,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":189,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":207,"s":[69.046],"e":[0]},{"t":208}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 38","np":3,"cix":2,"ix":60,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":57,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":93,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":132,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":168,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":207}],"ix":2},"a":{"a":0,"k":[146,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":56,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":57,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":75,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":93,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":114,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":132,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":150,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":168,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":189,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":207,"s":[69.046],"e":[0]},{"t":208}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 37","np":3,"cix":2,"ix":61,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":60,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":96,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":135,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":171,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":210}],"ix":2},"a":{"a":0,"k":[146,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":59,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":60,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":78,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":96,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":117,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":135,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":153,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":171,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":192,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":210,"s":[69.046],"e":[0]},{"t":211}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 36","np":3,"cix":2,"ix":62,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":60,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":96,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":135,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":171,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":210}],"ix":2},"a":{"a":0,"k":[170,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":59,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":60,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":78,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":96,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":117,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":135,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":153,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":171,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":192,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":210,"s":[69.046],"e":[0]},{"t":211}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 35","np":3,"cix":2,"ix":63,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":63,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":99,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":138,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":174,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":213}],"ix":2},"a":{"a":0,"k":[170,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":62,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":63,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":81,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":99,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":120,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":138,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":156,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":174,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":195,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":213,"s":[69.046],"e":[0]},{"t":214}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 34","np":3,"cix":2,"ix":64,"mn":"ADBE Vector Group","hd":false}],"ip":38,"op":908,"st":39,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 11","sr":1,"ks":{"o":{"a":0,"k":69.046,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[258.338,246.416,0],"ix":2},"a":{"a":0,"k":[-302.398,-143.444,0],"ix":1},"s":{"a":0,"k":[41.6,41.6,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":111,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":147,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":186,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":222,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":261}],"ix":2},"a":{"a":0,"k":[582,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":110,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":111,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":129,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":147,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":168,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":186,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":204,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":222,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":243,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":261,"s":[69.046],"e":[0]},{"t":262}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":114,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":150,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":189,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":225,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":264}],"ix":2},"a":{"a":0,"k":[582,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":113,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":114,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":132,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":150,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":171,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":189,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":207,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":225,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":246,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":264,"s":[69.046],"e":[0]},{"t":265}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 3","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":114,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":150,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":189,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":225,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":264}],"ix":2},"a":{"a":0,"k":[606,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":113,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":114,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":132,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":150,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":171,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":189,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":207,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":225,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":246,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":264,"s":[69.046],"e":[0]},{"t":265}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 4","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":117,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":153,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":192,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":228,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":267}],"ix":2},"a":{"a":0,"k":[606,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":116,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":117,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":135,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":153,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":174,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":192,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":210,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":228,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":249,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":267,"s":[69.046],"e":[0]},{"t":268}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 5","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":117,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":153,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":192,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":228,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":267}],"ix":2},"a":{"a":0,"k":[630,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":116,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":117,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":135,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":153,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":174,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":192,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":210,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":228,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":249,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":267,"s":[69.046],"e":[0]},{"t":268}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 9","np":3,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":120,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":156,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":195,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":231,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":270}],"ix":2},"a":{"a":0,"k":[630,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":119,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":120,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":138,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":156,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":177,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":195,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":213,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":231,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":252,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":270,"s":[69.046],"e":[0]},{"t":271}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 8","np":3,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":120,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":156,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":195,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":231,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":270}],"ix":2},"a":{"a":0,"k":[654,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":119,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":120,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":138,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":156,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":177,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":195,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":213,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":231,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":252,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":270,"s":[69.046],"e":[0]},{"t":271}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 7","np":3,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":123,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":159,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":198,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":234,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":273}],"ix":2},"a":{"a":0,"k":[654,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":122,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":123,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":141,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":159,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":180,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":198,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":216,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":234,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":255,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":273,"s":[69.046],"e":[0]},{"t":274}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 6","np":3,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":123,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":159,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":198,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":234,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":273}],"ix":2},"a":{"a":0,"k":[680,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":122,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":123,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":141,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":159,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":180,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":198,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":216,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":234,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":255,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":273,"s":[69.046],"e":[0]},{"t":274}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 17","np":3,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":126,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":162,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":201,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":237,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":276}],"ix":2},"a":{"a":0,"k":[680,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":125,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":126,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":144,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":162,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":183,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":201,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":219,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":237,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":258,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":276,"s":[69.046],"e":[0]},{"t":277}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 16","np":3,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":126,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":162,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":201,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":237,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":276}],"ix":2},"a":{"a":0,"k":[704,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":125,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":126,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":144,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":162,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":183,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":201,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":219,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":237,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":258,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":276,"s":[69.046],"e":[0]},{"t":277}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 15","np":3,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":129,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":165,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":204,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":240,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":279}],"ix":2},"a":{"a":0,"k":[704,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":128,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":129,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":147,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":165,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":186,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":204,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":222,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":240,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":261,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":279,"s":[69.046],"e":[0]},{"t":280}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 14","np":3,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":129,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":165,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":204,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":240,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":279}],"ix":2},"a":{"a":0,"k":[728,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":128,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":129,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":147,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":165,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":186,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":204,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":222,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":240,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":261,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":279,"s":[69.046],"e":[0]},{"t":280}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 13","np":3,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":132,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":168,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":207,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":243,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":282}],"ix":2},"a":{"a":0,"k":[728,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":131,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":132,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":150,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":168,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":189,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":207,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":225,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":243,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":264,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":282,"s":[69.046],"e":[0]},{"t":283}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 12","np":3,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":132,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":168,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":207,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":243,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":282}],"ix":2},"a":{"a":0,"k":[752,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":131,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":132,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":150,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":168,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":189,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":207,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":225,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":243,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":264,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":282,"s":[69.046],"e":[0]},{"t":283}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 11","np":3,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":135,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":171,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":210,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":246,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":285}],"ix":2},"a":{"a":0,"k":[752,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":134,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":135,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":153,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":171,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":192,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":210,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":228,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":246,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":267,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":285,"s":[69.046],"e":[0]},{"t":286}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 10","np":3,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":87,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":123,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":162,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":198,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":237}],"ix":2},"a":{"a":0,"k":[388,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":86,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":87,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":105,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":123,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":144,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":162,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":180,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":198,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":219,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":237,"s":[69.046],"e":[0]},{"t":238}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 33","np":3,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":90,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":126,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":165,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":201,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":240}],"ix":2},"a":{"a":0,"k":[388,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":89,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":90,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":108,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":126,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":147,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":165,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":183,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":201,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":222,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":240,"s":[69.046],"e":[0]},{"t":241}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 32","np":3,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":90,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":126,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":165,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":201,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":240}],"ix":2},"a":{"a":0,"k":[412,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":89,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":90,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":108,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":126,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":147,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":165,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":183,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":201,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":222,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":240,"s":[69.046],"e":[0]},{"t":241}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 31","np":3,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":93,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":129,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":168,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":204,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":243}],"ix":2},"a":{"a":0,"k":[412,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":92,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":93,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":111,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":129,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":150,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":168,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":186,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":204,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":225,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":243,"s":[69.046],"e":[0]},{"t":244}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 30","np":3,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":93,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":129,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":168,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":204,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":243}],"ix":2},"a":{"a":0,"k":[436,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":92,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":93,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":111,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":129,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":150,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":168,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":186,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":204,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":225,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":243,"s":[69.046],"e":[0]},{"t":244}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 29","np":3,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":96,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":132,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":171,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":207,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":246}],"ix":2},"a":{"a":0,"k":[436,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":95,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":96,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":114,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":132,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":153,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":171,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":189,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":207,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":228,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":246,"s":[69.046],"e":[0]},{"t":247}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 28","np":3,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":96,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":132,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":171,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":207,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":246}],"ix":2},"a":{"a":0,"k":[460,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":95,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":96,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":114,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":132,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":153,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":171,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":189,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":207,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":228,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":246,"s":[69.046],"e":[0]},{"t":247}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 27","np":3,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":99,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":135,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":174,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":210,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":249}],"ix":2},"a":{"a":0,"k":[460,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":98,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":99,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":117,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":135,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":156,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":174,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":192,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":210,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":231,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":249,"s":[69.046],"e":[0]},{"t":250}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 26","np":3,"cix":2,"ix":24,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":99,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":135,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":174,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":210,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":249}],"ix":2},"a":{"a":0,"k":[486,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":98,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":99,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":117,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":135,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":156,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":174,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":192,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":210,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":231,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":249,"s":[69.046],"e":[0]},{"t":250}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 25","np":3,"cix":2,"ix":25,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":102,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":138,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":177,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":213,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":252}],"ix":2},"a":{"a":0,"k":[486,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":101,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":102,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":120,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":138,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":159,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":177,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":195,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":213,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":234,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":252,"s":[69.046],"e":[0]},{"t":253}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 24","np":3,"cix":2,"ix":26,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":102,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":138,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":177,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":213,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":252}],"ix":2},"a":{"a":0,"k":[510,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":101,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":102,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":120,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":138,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":159,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":177,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":195,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":213,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":234,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":252,"s":[69.046],"e":[0]},{"t":253}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 23","np":3,"cix":2,"ix":27,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":105,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":141,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":180,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":216,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":255}],"ix":2},"a":{"a":0,"k":[510,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":104,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":105,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":123,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":141,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":162,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":180,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":198,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":216,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":237,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":255,"s":[69.046],"e":[0]},{"t":256}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 22","np":3,"cix":2,"ix":28,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":105,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":141,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":180,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":216,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":255}],"ix":2},"a":{"a":0,"k":[534,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":104,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":105,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":123,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":141,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":162,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":180,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":198,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":216,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":237,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":255,"s":[69.046],"e":[0]},{"t":256}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 21","np":3,"cix":2,"ix":29,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":108,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":144,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":183,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":219,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":258}],"ix":2},"a":{"a":0,"k":[534,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":107,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":108,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":126,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":144,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":165,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":183,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":201,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":219,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":240,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":258,"s":[69.046],"e":[0]},{"t":259}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 20","np":3,"cix":2,"ix":30,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":108,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":144,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":183,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":219,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":258}],"ix":2},"a":{"a":0,"k":[558,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":107,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":108,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":126,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":144,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":165,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":183,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":201,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":219,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":240,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":258,"s":[69.046],"e":[0]},{"t":259}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 19","np":3,"cix":2,"ix":31,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":111,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":147,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":186,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":222,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":261}],"ix":2},"a":{"a":0,"k":[558,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":110,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":111,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":129,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":147,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":168,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":186,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":204,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":222,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":243,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":261,"s":[69.046],"e":[0]},{"t":262}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 18","np":3,"cix":2,"ix":32,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":63,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":99,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":138,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":174,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":213}],"ix":2},"a":{"a":0,"k":[194,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":62,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":63,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":81,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":99,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":120,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":138,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":156,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":174,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":195,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":213,"s":[69.046],"e":[0]},{"t":214}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 65","np":3,"cix":2,"ix":33,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":66,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":102,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":141,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":177,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":216}],"ix":2},"a":{"a":0,"k":[194,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":65,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":66,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":84,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":102,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":123,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":141,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":159,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":177,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":198,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":216,"s":[69.046],"e":[0]},{"t":217}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 64","np":3,"cix":2,"ix":34,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":66,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":102,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":141,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":177,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":216}],"ix":2},"a":{"a":0,"k":[218,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":65,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":66,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":84,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":102,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":123,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":141,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":159,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":177,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":198,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":216,"s":[69.046],"e":[0]},{"t":217}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 63","np":3,"cix":2,"ix":35,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":69,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":105,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":144,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":180,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":219}],"ix":2},"a":{"a":0,"k":[218,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":68,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":69,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":87,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":105,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":126,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":144,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":162,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":180,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":201,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":219,"s":[69.046],"e":[0]},{"t":220}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 62","np":3,"cix":2,"ix":36,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":69,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":105,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":144,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":180,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":219}],"ix":2},"a":{"a":0,"k":[242,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":68,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":69,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":87,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":105,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":126,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":144,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":162,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":180,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":201,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":219,"s":[69.046],"e":[0]},{"t":220}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 61","np":3,"cix":2,"ix":37,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":72,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":108,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":147,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":183,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":222}],"ix":2},"a":{"a":0,"k":[242,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":71,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":72,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":90,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":108,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":129,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":147,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":165,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":183,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":204,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":222,"s":[69.046],"e":[0]},{"t":223}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 60","np":3,"cix":2,"ix":38,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":72,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":108,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":147,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":183,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":222}],"ix":2},"a":{"a":0,"k":[266,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":71,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":72,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":90,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":108,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":129,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":147,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":165,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":183,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":204,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":222,"s":[69.046],"e":[0]},{"t":223}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 59","np":3,"cix":2,"ix":39,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":75,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":111,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":150,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":186,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":225}],"ix":2},"a":{"a":0,"k":[266,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":74,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":75,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":93,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":111,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":132,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":150,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":168,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":186,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":207,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":225,"s":[69.046],"e":[0]},{"t":226}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 58","np":3,"cix":2,"ix":40,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":75,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":111,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":150,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":186,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":225}],"ix":2},"a":{"a":0,"k":[292,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":74,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":75,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":93,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":111,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":132,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":150,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":168,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":186,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":207,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":225,"s":[69.046],"e":[0]},{"t":226}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 57","np":3,"cix":2,"ix":41,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":78,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":114,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":153,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":189,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":228}],"ix":2},"a":{"a":0,"k":[292,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":77,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":78,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":96,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":114,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":135,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":153,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":171,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":189,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":210,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":228,"s":[69.046],"e":[0]},{"t":229}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 56","np":3,"cix":2,"ix":42,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":78,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":114,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":153,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":189,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":228}],"ix":2},"a":{"a":0,"k":[316,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":77,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":78,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":96,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":114,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":135,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":153,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":171,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":189,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":210,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":228,"s":[69.046],"e":[0]},{"t":229}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 55","np":3,"cix":2,"ix":43,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":81,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":117,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":156,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":192,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":231}],"ix":2},"a":{"a":0,"k":[316,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":80,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":81,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":99,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":117,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":138,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":156,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":174,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":192,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":213,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":231,"s":[69.046],"e":[0]},{"t":232}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 54","np":3,"cix":2,"ix":44,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":81,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":117,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":156,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":192,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":231}],"ix":2},"a":{"a":0,"k":[340,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":80,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":81,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":99,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":117,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":138,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":156,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":174,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":192,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":213,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":231,"s":[69.046],"e":[0]},{"t":232}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 53","np":3,"cix":2,"ix":45,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":84,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":120,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":159,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":195,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":234}],"ix":2},"a":{"a":0,"k":[340,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":83,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":84,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":102,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":120,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":141,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":159,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":177,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":195,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":216,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":234,"s":[69.046],"e":[0]},{"t":235}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 52","np":3,"cix":2,"ix":46,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":84,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":120,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":159,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":195,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":234}],"ix":2},"a":{"a":0,"k":[364,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":83,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":84,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":102,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":120,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":141,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":159,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":177,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":195,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":216,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":234,"s":[69.046],"e":[0]},{"t":235}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 51","np":3,"cix":2,"ix":47,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":87,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":123,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":162,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":198,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":237}],"ix":2},"a":{"a":0,"k":[364,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":86,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":87,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":105,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":123,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":144,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":162,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":180,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":198,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":219,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":237,"s":[69.046],"e":[0]},{"t":238}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 50","np":3,"cix":2,"ix":48,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":39,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":75,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":114,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":150,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":189}],"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":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":38,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":39,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":57,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":75,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":96,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":114,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":132,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":150,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":171,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":189,"s":[69.046],"e":[0]},{"t":190}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 49","np":3,"cix":2,"ix":49,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":42,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":78,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":117,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":153,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":192}],"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":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":41,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":42,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":60,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":78,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":99,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":117,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":135,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":153,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":174,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":192,"s":[69.046],"e":[0]},{"t":193}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 48","np":3,"cix":2,"ix":50,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":42,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":78,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":117,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":153,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":192}],"ix":2},"a":{"a":0,"k":[24,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":41,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":42,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":60,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":78,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":99,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":117,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":135,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":153,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":174,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":192,"s":[69.046],"e":[0]},{"t":193}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 47","np":3,"cix":2,"ix":51,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":45,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":81,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":120,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":156,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":195}],"ix":2},"a":{"a":0,"k":[24,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":44,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":45,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":63,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":81,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":102,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":120,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":138,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":156,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":177,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":195,"s":[69.046],"e":[0]},{"t":196}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 46","np":3,"cix":2,"ix":52,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":45,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":81,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":120,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":156,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":195}],"ix":2},"a":{"a":0,"k":[48,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":44,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":45,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":63,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":81,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":102,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":120,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":138,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":156,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":177,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":195,"s":[69.046],"e":[0]},{"t":196}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 45","np":3,"cix":2,"ix":53,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":48,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":84,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":123,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":159,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":198}],"ix":2},"a":{"a":0,"k":[48,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":47,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":48,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":66,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":84,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":105,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":123,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":141,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":159,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":180,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":198,"s":[69.046],"e":[0]},{"t":199}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 44","np":3,"cix":2,"ix":54,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":48,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":84,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":123,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":159,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":198}],"ix":2},"a":{"a":0,"k":[72,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":47,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":48,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":66,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":84,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":105,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":123,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":141,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":159,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":180,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":198,"s":[69.046],"e":[0]},{"t":199}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 43","np":3,"cix":2,"ix":55,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":51,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":87,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":126,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":162,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":201}],"ix":2},"a":{"a":0,"k":[72,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":50,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":51,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":69,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":87,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":108,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":126,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":144,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":162,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":183,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":201,"s":[69.046],"e":[0]},{"t":202}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 42","np":3,"cix":2,"ix":56,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":51,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":87,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":126,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":162,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":201}],"ix":2},"a":{"a":0,"k":[98,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":50,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":51,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":69,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":87,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":108,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":126,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":144,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":162,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":183,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":201,"s":[69.046],"e":[0]},{"t":202}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 41","np":3,"cix":2,"ix":57,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":54,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":90,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":129,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":165,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":204}],"ix":2},"a":{"a":0,"k":[98,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":53,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":54,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":72,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":90,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":111,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":129,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":147,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":165,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":186,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":204,"s":[69.046],"e":[0]},{"t":205}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 40","np":3,"cix":2,"ix":58,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":54,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":90,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":129,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":165,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":204}],"ix":2},"a":{"a":0,"k":[122,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":53,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":54,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":72,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":90,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":111,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":129,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":147,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":165,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":186,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":204,"s":[69.046],"e":[0]},{"t":205}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 39","np":3,"cix":2,"ix":59,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":57,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":93,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":132,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":168,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":207}],"ix":2},"a":{"a":0,"k":[122,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":56,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":57,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":75,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":93,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":114,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":132,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":150,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":168,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":189,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":207,"s":[69.046],"e":[0]},{"t":208}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 38","np":3,"cix":2,"ix":60,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":57,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":93,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":132,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":168,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":207}],"ix":2},"a":{"a":0,"k":[146,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":56,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":57,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":75,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":93,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":114,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":132,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":150,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":168,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":189,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":207,"s":[69.046],"e":[0]},{"t":208}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 37","np":3,"cix":2,"ix":61,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":60,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":96,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":135,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":171,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":210}],"ix":2},"a":{"a":0,"k":[146,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":59,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":60,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":78,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":96,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":117,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":135,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":153,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":171,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":192,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":210,"s":[69.046],"e":[0]},{"t":211}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 36","np":3,"cix":2,"ix":62,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":60,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":96,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":135,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":171,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":210}],"ix":2},"a":{"a":0,"k":[170,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":59,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":60,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":78,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":96,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":117,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":135,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":153,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":171,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":192,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":210,"s":[69.046],"e":[0]},{"t":211}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 35","np":3,"cix":2,"ix":63,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":63,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":99,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":138,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":174,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":213}],"ix":2},"a":{"a":0,"k":[170,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":62,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":63,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":81,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":99,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":120,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":138,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":156,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":174,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":195,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":213,"s":[69.046],"e":[0]},{"t":214}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 34","np":3,"cix":2,"ix":64,"mn":"ADBE Vector Group","hd":false}],"ip":38,"op":908,"st":39,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 12","sr":1,"ks":{"o":{"a":0,"k":69.046,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[238.338,246.416,0],"ix":2},"a":{"a":0,"k":[-302.398,-143.444,0],"ix":1},"s":{"a":0,"k":[41.6,41.6,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":73,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":109,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":148,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":184,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":223}],"ix":2},"a":{"a":0,"k":[582,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":72,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":73,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":91,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":109,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":130,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":148,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":166,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":184,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":205,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":223,"s":[69.046],"e":[0]},{"t":224}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":76,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":112,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":151,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":187,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":226}],"ix":2},"a":{"a":0,"k":[582,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":75,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":76,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":94,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":112,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":133,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":151,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":169,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":187,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":208,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":226,"s":[69.046],"e":[0]},{"t":227}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 3","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":76,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":112,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":151,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":187,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":226}],"ix":2},"a":{"a":0,"k":[606,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":75,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":76,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":94,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":112,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":133,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":151,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":169,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":187,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":208,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":226,"s":[69.046],"e":[0]},{"t":227}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 4","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":79,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":115,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":154,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":190,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":229}],"ix":2},"a":{"a":0,"k":[606,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":78,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":79,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":97,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":115,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":136,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":154,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":172,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":190,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":211,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":229,"s":[69.046],"e":[0]},{"t":230}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 5","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":79,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":115,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":154,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":190,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":229}],"ix":2},"a":{"a":0,"k":[630,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":78,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":79,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":97,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":115,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":136,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":154,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":172,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":190,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":211,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":229,"s":[69.046],"e":[0]},{"t":230}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 9","np":3,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":82,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":118,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":157,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":193,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":232}],"ix":2},"a":{"a":0,"k":[630,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":81,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":82,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":100,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":118,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":139,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":157,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":175,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":193,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":214,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":232,"s":[69.046],"e":[0]},{"t":233}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 8","np":3,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":82,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":118,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":157,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":193,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":232}],"ix":2},"a":{"a":0,"k":[654,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":81,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":82,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":100,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":118,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":139,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":157,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":175,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":193,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":214,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":232,"s":[69.046],"e":[0]},{"t":233}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 7","np":3,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":85,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":121,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":160,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":196,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":235}],"ix":2},"a":{"a":0,"k":[654,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":84,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":85,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":103,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":121,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":142,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":160,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":178,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":196,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":217,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":235,"s":[69.046],"e":[0]},{"t":236}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 6","np":3,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":85,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":121,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":160,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":196,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":235}],"ix":2},"a":{"a":0,"k":[680,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":84,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":85,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":103,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":121,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":142,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":160,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":178,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":196,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":217,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":235,"s":[69.046],"e":[0]},{"t":236}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 17","np":3,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":88,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":124,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":163,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":199,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":238}],"ix":2},"a":{"a":0,"k":[680,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":87,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":88,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":106,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":124,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":145,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":163,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":181,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":199,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":220,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":238,"s":[69.046],"e":[0]},{"t":239}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 16","np":3,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":88,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":124,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":163,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":199,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":238}],"ix":2},"a":{"a":0,"k":[704,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":87,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":88,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":106,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":124,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":145,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":163,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":181,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":199,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":220,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":238,"s":[69.046],"e":[0]},{"t":239}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 15","np":3,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":91,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":127,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":166,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":202,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":241}],"ix":2},"a":{"a":0,"k":[704,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":90,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":91,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":109,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":127,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":148,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":166,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":184,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":202,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":223,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":241,"s":[69.046],"e":[0]},{"t":242}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 14","np":3,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":91,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":127,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":166,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":202,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":241}],"ix":2},"a":{"a":0,"k":[728,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":90,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":91,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":109,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":127,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":148,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":166,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":184,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":202,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":223,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":241,"s":[69.046],"e":[0]},{"t":242}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 13","np":3,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":94,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":130,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":169,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":205,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":244}],"ix":2},"a":{"a":0,"k":[728,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":93,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":94,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":112,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":130,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":151,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":169,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":187,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":205,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":226,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":244,"s":[69.046],"e":[0]},{"t":245}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 12","np":3,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":94,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":130,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":169,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":205,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":244}],"ix":2},"a":{"a":0,"k":[752,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":93,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":94,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":112,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":130,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":151,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":169,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":187,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":205,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":226,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":244,"s":[69.046],"e":[0]},{"t":245}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 11","np":3,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":97,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":133,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":172,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":208,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":247}],"ix":2},"a":{"a":0,"k":[752,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":96,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":97,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":115,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":133,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":154,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":172,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":190,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":208,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":229,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":247,"s":[69.046],"e":[0]},{"t":248}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 10","np":3,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":49,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":85,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":124,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":160,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":199}],"ix":2},"a":{"a":0,"k":[388,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":48,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":49,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":67,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":85,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":106,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":124,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":142,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":160,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":181,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":199,"s":[69.046],"e":[0]},{"t":200}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 33","np":3,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":52,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":88,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":127,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":163,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":202}],"ix":2},"a":{"a":0,"k":[388,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":51,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":52,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":70,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":88,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":109,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":127,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":145,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":163,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":184,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":202,"s":[69.046],"e":[0]},{"t":203}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 32","np":3,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":52,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":88,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":127,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":163,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":202}],"ix":2},"a":{"a":0,"k":[412,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":51,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":52,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":70,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":88,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":109,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":127,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":145,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":163,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":184,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":202,"s":[69.046],"e":[0]},{"t":203}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 31","np":3,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":55,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":91,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":130,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":166,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":205}],"ix":2},"a":{"a":0,"k":[412,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":54,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":55,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":73,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":91,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":112,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":130,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":148,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":166,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":187,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":205,"s":[69.046],"e":[0]},{"t":206}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 30","np":3,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":55,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":91,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":130,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":166,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":205}],"ix":2},"a":{"a":0,"k":[436,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":54,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":55,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":73,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":91,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":112,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":130,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":148,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":166,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":187,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":205,"s":[69.046],"e":[0]},{"t":206}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 29","np":3,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":58,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":94,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":133,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":169,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":208}],"ix":2},"a":{"a":0,"k":[436,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":57,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":58,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":76,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":94,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":115,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":133,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":151,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":169,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":190,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":208,"s":[69.046],"e":[0]},{"t":209}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 28","np":3,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":58,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":94,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":133,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":169,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":208}],"ix":2},"a":{"a":0,"k":[460,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":57,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":58,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":76,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":94,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":115,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":133,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":151,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":169,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":190,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":208,"s":[69.046],"e":[0]},{"t":209}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 27","np":3,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":61,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":97,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":136,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":172,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":211}],"ix":2},"a":{"a":0,"k":[460,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":60,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":61,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":79,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":97,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":118,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":136,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":154,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":172,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":193,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":211,"s":[69.046],"e":[0]},{"t":212}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 26","np":3,"cix":2,"ix":24,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":61,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":97,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":136,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":172,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":211}],"ix":2},"a":{"a":0,"k":[486,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":60,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":61,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":79,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":97,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":118,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":136,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":154,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":172,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":193,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":211,"s":[69.046],"e":[0]},{"t":212}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 25","np":3,"cix":2,"ix":25,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":64,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":100,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":139,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":175,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":214}],"ix":2},"a":{"a":0,"k":[486,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":63,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":64,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":82,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":100,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":121,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":139,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":157,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":175,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":196,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":214,"s":[69.046],"e":[0]},{"t":215}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 24","np":3,"cix":2,"ix":26,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":64,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":100,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":139,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":175,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":214}],"ix":2},"a":{"a":0,"k":[510,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":63,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":64,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":82,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":100,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":121,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":139,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":157,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":175,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":196,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":214,"s":[69.046],"e":[0]},{"t":215}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 23","np":3,"cix":2,"ix":27,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":67,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":103,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":142,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":178,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":217}],"ix":2},"a":{"a":0,"k":[510,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":66,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":67,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":85,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":103,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":124,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":142,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":160,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":178,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":199,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":217,"s":[69.046],"e":[0]},{"t":218}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 22","np":3,"cix":2,"ix":28,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":67,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":103,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":142,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":178,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":217}],"ix":2},"a":{"a":0,"k":[534,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":66,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":67,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":85,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":103,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":124,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":142,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":160,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":178,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":199,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":217,"s":[69.046],"e":[0]},{"t":218}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 21","np":3,"cix":2,"ix":29,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":70,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":106,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":145,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":181,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":220}],"ix":2},"a":{"a":0,"k":[534,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":69,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":70,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":88,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":106,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":127,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":145,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":163,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":181,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":202,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":220,"s":[69.046],"e":[0]},{"t":221}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 20","np":3,"cix":2,"ix":30,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":70,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":106,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":145,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":181,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":220}],"ix":2},"a":{"a":0,"k":[558,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":69,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":70,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":88,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":106,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":127,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":145,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":163,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":181,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":202,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":220,"s":[69.046],"e":[0]},{"t":221}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 19","np":3,"cix":2,"ix":31,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":73,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":109,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":148,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":184,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":223}],"ix":2},"a":{"a":0,"k":[558,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":72,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":73,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":91,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":109,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":130,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":148,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":166,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":184,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":205,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":223,"s":[69.046],"e":[0]},{"t":224}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 18","np":3,"cix":2,"ix":32,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":61,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":100,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":136,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":175}],"ix":2},"a":{"a":0,"k":[194,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":24,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":25,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":43,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":61,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":82,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":100,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":118,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":136,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":157,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":175,"s":[69.046],"e":[0]},{"t":176}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 65","np":3,"cix":2,"ix":33,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":28,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":64,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":103,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":139,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":178}],"ix":2},"a":{"a":0,"k":[194,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":27,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":28,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":46,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":64,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":85,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":103,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":121,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":139,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":160,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":178,"s":[69.046],"e":[0]},{"t":179}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 64","np":3,"cix":2,"ix":34,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":28,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":64,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":103,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":139,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":178}],"ix":2},"a":{"a":0,"k":[218,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":27,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":28,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":46,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":64,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":85,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":103,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":121,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":139,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":160,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":178,"s":[69.046],"e":[0]},{"t":179}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 63","np":3,"cix":2,"ix":35,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":31,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":67,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":106,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":142,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":181}],"ix":2},"a":{"a":0,"k":[218,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":30,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":31,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":49,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":67,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":88,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":106,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":124,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":142,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":163,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":181,"s":[69.046],"e":[0]},{"t":182}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 62","np":3,"cix":2,"ix":36,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":31,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":67,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":106,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":142,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":181}],"ix":2},"a":{"a":0,"k":[242,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":30,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":31,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":49,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":67,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":88,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":106,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":124,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":142,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":163,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":181,"s":[69.046],"e":[0]},{"t":182}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 61","np":3,"cix":2,"ix":37,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":34,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":70,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":109,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":145,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":184}],"ix":2},"a":{"a":0,"k":[242,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":33,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":34,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":52,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":70,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":91,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":109,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":127,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":145,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":166,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":184,"s":[69.046],"e":[0]},{"t":185}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 60","np":3,"cix":2,"ix":38,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":34,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":70,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":109,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":145,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":184}],"ix":2},"a":{"a":0,"k":[266,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":33,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":34,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":52,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":70,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":91,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":109,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":127,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":145,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":166,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":184,"s":[69.046],"e":[0]},{"t":185}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 59","np":3,"cix":2,"ix":39,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":37,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":73,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":112,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":148,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":187}],"ix":2},"a":{"a":0,"k":[266,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":36,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":37,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":55,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":73,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":94,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":112,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":130,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":148,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":169,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":187,"s":[69.046],"e":[0]},{"t":188}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 58","np":3,"cix":2,"ix":40,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":37,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":73,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":112,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":148,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":187}],"ix":2},"a":{"a":0,"k":[292,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":36,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":37,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":55,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":73,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":94,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":112,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":130,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":148,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":169,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":187,"s":[69.046],"e":[0]},{"t":188}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 57","np":3,"cix":2,"ix":41,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":40,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":76,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":115,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":151,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":190}],"ix":2},"a":{"a":0,"k":[292,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":39,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":40,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":58,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":76,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":97,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":115,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":133,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":151,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":172,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":190,"s":[69.046],"e":[0]},{"t":191}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 56","np":3,"cix":2,"ix":42,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":40,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":76,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":115,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":151,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":190}],"ix":2},"a":{"a":0,"k":[316,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":39,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":40,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":58,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":76,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":97,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":115,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":133,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":151,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":172,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":190,"s":[69.046],"e":[0]},{"t":191}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 55","np":3,"cix":2,"ix":43,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":43,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":79,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":118,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":154,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":193}],"ix":2},"a":{"a":0,"k":[316,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":42,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":43,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":61,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":79,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":100,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":118,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":136,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":154,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":175,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":193,"s":[69.046],"e":[0]},{"t":194}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 54","np":3,"cix":2,"ix":44,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":43,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":79,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":118,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":154,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":193}],"ix":2},"a":{"a":0,"k":[340,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":42,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":43,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":61,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":79,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":100,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":118,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":136,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":154,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":175,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":193,"s":[69.046],"e":[0]},{"t":194}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 53","np":3,"cix":2,"ix":45,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":46,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":82,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":121,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":157,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":196}],"ix":2},"a":{"a":0,"k":[340,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":45,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":46,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":64,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":82,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":103,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":121,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":139,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":157,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":178,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":196,"s":[69.046],"e":[0]},{"t":197}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 52","np":3,"cix":2,"ix":46,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":46,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":82,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":121,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":157,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":196}],"ix":2},"a":{"a":0,"k":[364,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":45,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":46,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":64,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":82,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":103,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":121,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":139,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":157,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":178,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":196,"s":[69.046],"e":[0]},{"t":197}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 51","np":3,"cix":2,"ix":47,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":49,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":85,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":124,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":160,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":199}],"ix":2},"a":{"a":0,"k":[364,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":48,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":49,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":67,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":85,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":106,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":124,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":142,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":160,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":181,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":199,"s":[69.046],"e":[0]},{"t":200}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 50","np":3,"cix":2,"ix":48,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":1,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":37,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":76,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":112,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":151}],"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":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":0,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":1,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":19,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":37,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":58,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":76,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":94,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":112,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":133,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":151,"s":[69.046],"e":[0]},{"t":152}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 49","np":3,"cix":2,"ix":49,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":4,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":40,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":79,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":115,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":154}],"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":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":3,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":4,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":22,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":40,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":61,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":79,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":97,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":115,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":136,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":154,"s":[69.046],"e":[0]},{"t":155}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 48","np":3,"cix":2,"ix":50,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":4,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":40,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":79,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":115,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":154}],"ix":2},"a":{"a":0,"k":[24,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":3,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":4,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":22,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":40,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":61,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":79,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":97,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":115,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":136,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":154,"s":[69.046],"e":[0]},{"t":155}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 47","np":3,"cix":2,"ix":51,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":7,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":43,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":82,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":118,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":157}],"ix":2},"a":{"a":0,"k":[24,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":6,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":7,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":25,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":43,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":64,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":82,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":100,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":118,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":139,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":157,"s":[69.046],"e":[0]},{"t":158}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 46","np":3,"cix":2,"ix":52,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":7,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":43,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":82,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":118,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":157}],"ix":2},"a":{"a":0,"k":[48,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":6,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":7,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":25,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":43,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":64,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":82,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":100,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":118,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":139,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":157,"s":[69.046],"e":[0]},{"t":158}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 45","np":3,"cix":2,"ix":53,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":10,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":46,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":85,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":121,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":160}],"ix":2},"a":{"a":0,"k":[48,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":9,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":10,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":28,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":46,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":67,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":85,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":103,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":121,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":142,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":160,"s":[69.046],"e":[0]},{"t":161}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 44","np":3,"cix":2,"ix":54,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":10,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":46,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":85,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":121,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":160}],"ix":2},"a":{"a":0,"k":[72,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":9,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":10,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":28,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":46,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":67,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":85,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":103,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":121,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":142,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":160,"s":[69.046],"e":[0]},{"t":161}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 43","np":3,"cix":2,"ix":55,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":13,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":49,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":88,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":124,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":163}],"ix":2},"a":{"a":0,"k":[72,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":12,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":13,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":31,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":49,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":70,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":88,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":106,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":124,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":145,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":163,"s":[69.046],"e":[0]},{"t":164}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 42","np":3,"cix":2,"ix":56,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":13,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":49,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":88,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":124,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":163}],"ix":2},"a":{"a":0,"k":[98,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":12,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":13,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":31,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":49,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":70,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":88,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":106,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":124,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":145,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":163,"s":[69.046],"e":[0]},{"t":164}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 41","np":3,"cix":2,"ix":57,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":16,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":52,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":91,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":127,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":166}],"ix":2},"a":{"a":0,"k":[98,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":15,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":16,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":34,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":52,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":73,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":91,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":109,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":127,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":148,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":166,"s":[69.046],"e":[0]},{"t":167}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 40","np":3,"cix":2,"ix":58,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":16,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":52,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":91,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":127,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":166}],"ix":2},"a":{"a":0,"k":[122,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":15,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":16,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":34,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":52,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":73,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":91,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":109,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":127,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":148,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":166,"s":[69.046],"e":[0]},{"t":167}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 39","np":3,"cix":2,"ix":59,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":19,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":55,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":94,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":130,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":169}],"ix":2},"a":{"a":0,"k":[122,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":18,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":19,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":37,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":55,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":76,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":94,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":112,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":130,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":151,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":169,"s":[69.046],"e":[0]},{"t":170}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 38","np":3,"cix":2,"ix":60,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":19,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":55,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":94,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":130,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":169}],"ix":2},"a":{"a":0,"k":[146,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":18,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":19,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":37,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":55,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":76,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":94,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":112,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":130,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":151,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":169,"s":[69.046],"e":[0]},{"t":170}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 37","np":3,"cix":2,"ix":61,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":22,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":58,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":97,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":133,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":172}],"ix":2},"a":{"a":0,"k":[146,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":21,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":22,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":40,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":58,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":79,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":97,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":115,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":133,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":154,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":172,"s":[69.046],"e":[0]},{"t":173}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 36","np":3,"cix":2,"ix":62,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":22,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":58,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":97,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":133,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":172}],"ix":2},"a":{"a":0,"k":[170,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":21,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":22,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":40,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":58,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":79,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":97,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":115,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":133,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":154,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":172,"s":[69.046],"e":[0]},{"t":173}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 35","np":3,"cix":2,"ix":63,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":61,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":100,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":136,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":175}],"ix":2},"a":{"a":0,"k":[170,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":24,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":25,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":43,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":61,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":82,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":100,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":118,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":136,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":157,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":175,"s":[69.046],"e":[0]},{"t":176}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 34","np":3,"cix":2,"ix":64,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":870,"st":1,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 9","sr":1,"ks":{"o":{"a":0,"k":69.046,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[258.338,246.416,0],"ix":2},"a":{"a":0,"k":[-302.398,-143.444,0],"ix":1},"s":{"a":0,"k":[41.6,41.6,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":73,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":109,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":148,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":184,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":223}],"ix":2},"a":{"a":0,"k":[582,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":72,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":73,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":91,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":109,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":130,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":148,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":166,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":184,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":205,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":223,"s":[69.046],"e":[0]},{"t":224}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":76,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":112,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":151,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":187,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":226}],"ix":2},"a":{"a":0,"k":[582,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":75,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":76,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":94,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":112,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":133,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":151,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":169,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":187,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":208,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":226,"s":[69.046],"e":[0]},{"t":227}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 3","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":76,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":112,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":151,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":187,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":226}],"ix":2},"a":{"a":0,"k":[606,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":75,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":76,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":94,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":112,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":133,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":151,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":169,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":187,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":208,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":226,"s":[69.046],"e":[0]},{"t":227}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 4","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":79,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":115,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":154,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":190,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":229}],"ix":2},"a":{"a":0,"k":[606,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":78,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":79,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":97,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":115,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":136,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":154,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":172,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":190,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":211,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":229,"s":[69.046],"e":[0]},{"t":230}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 5","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":79,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":115,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":154,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":190,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":229}],"ix":2},"a":{"a":0,"k":[630,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":78,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":79,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":97,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":115,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":136,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":154,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":172,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":190,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":211,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":229,"s":[69.046],"e":[0]},{"t":230}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 9","np":3,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":82,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":118,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":157,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":193,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":232}],"ix":2},"a":{"a":0,"k":[630,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":81,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":82,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":100,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":118,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":139,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":157,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":175,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":193,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":214,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":232,"s":[69.046],"e":[0]},{"t":233}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 8","np":3,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":82,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":118,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":157,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":193,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":232}],"ix":2},"a":{"a":0,"k":[654,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":81,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":82,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":100,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":118,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":139,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":157,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":175,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":193,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":214,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":232,"s":[69.046],"e":[0]},{"t":233}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 7","np":3,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":85,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":121,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":160,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":196,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":235}],"ix":2},"a":{"a":0,"k":[654,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":84,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":85,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":103,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":121,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":142,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":160,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":178,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":196,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":217,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":235,"s":[69.046],"e":[0]},{"t":236}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 6","np":3,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":85,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":121,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":160,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":196,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":235}],"ix":2},"a":{"a":0,"k":[680,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":84,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":85,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":103,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":121,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":142,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":160,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":178,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":196,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":217,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":235,"s":[69.046],"e":[0]},{"t":236}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 17","np":3,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":88,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":124,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":163,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":199,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":238}],"ix":2},"a":{"a":0,"k":[680,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":87,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":88,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":106,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":124,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":145,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":163,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":181,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":199,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":220,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":238,"s":[69.046],"e":[0]},{"t":239}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 16","np":3,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":88,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":124,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":163,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":199,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":238}],"ix":2},"a":{"a":0,"k":[704,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":87,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":88,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":106,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":124,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":145,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":163,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":181,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":199,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":220,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":238,"s":[69.046],"e":[0]},{"t":239}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 15","np":3,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":91,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":127,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":166,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":202,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":241}],"ix":2},"a":{"a":0,"k":[704,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":90,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":91,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":109,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":127,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":148,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":166,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":184,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":202,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":223,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":241,"s":[69.046],"e":[0]},{"t":242}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 14","np":3,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":91,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":127,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":166,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":202,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":241}],"ix":2},"a":{"a":0,"k":[728,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":90,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":91,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":109,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":127,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":148,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":166,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":184,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":202,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":223,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":241,"s":[69.046],"e":[0]},{"t":242}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 13","np":3,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":94,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":130,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":169,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":205,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":244}],"ix":2},"a":{"a":0,"k":[728,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":93,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":94,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":112,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":130,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":151,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":169,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":187,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":205,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":226,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":244,"s":[69.046],"e":[0]},{"t":245}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 12","np":3,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":94,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":130,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":169,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":205,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":244}],"ix":2},"a":{"a":0,"k":[752,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":93,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":94,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":112,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":130,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":151,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":169,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":187,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":205,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":226,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":244,"s":[69.046],"e":[0]},{"t":245}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 11","np":3,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":97,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":133,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":172,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":208,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":247}],"ix":2},"a":{"a":0,"k":[752,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":96,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":97,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":115,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":133,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":154,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":172,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":190,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":208,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":229,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":247,"s":[69.046],"e":[0]},{"t":248}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 10","np":3,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":49,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":85,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":124,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":160,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":199}],"ix":2},"a":{"a":0,"k":[388,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":48,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":49,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":67,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":85,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":106,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":124,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":142,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":160,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":181,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":199,"s":[69.046],"e":[0]},{"t":200}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 33","np":3,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":52,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":88,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":127,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":163,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":202}],"ix":2},"a":{"a":0,"k":[388,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":51,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":52,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":70,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":88,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":109,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":127,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":145,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":163,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":184,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":202,"s":[69.046],"e":[0]},{"t":203}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 32","np":3,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":52,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":88,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":127,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":163,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":202}],"ix":2},"a":{"a":0,"k":[412,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":51,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":52,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":70,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":88,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":109,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":127,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":145,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":163,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":184,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":202,"s":[69.046],"e":[0]},{"t":203}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 31","np":3,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":55,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":91,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":130,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":166,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":205}],"ix":2},"a":{"a":0,"k":[412,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":54,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":55,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":73,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":91,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":112,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":130,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":148,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":166,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":187,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":205,"s":[69.046],"e":[0]},{"t":206}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 30","np":3,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":55,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":91,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":130,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":166,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":205}],"ix":2},"a":{"a":0,"k":[436,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":54,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":55,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":73,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":91,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":112,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":130,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":148,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":166,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":187,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":205,"s":[69.046],"e":[0]},{"t":206}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 29","np":3,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":58,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":94,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":133,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":169,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":208}],"ix":2},"a":{"a":0,"k":[436,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":57,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":58,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":76,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":94,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":115,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":133,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":151,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":169,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":190,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":208,"s":[69.046],"e":[0]},{"t":209}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 28","np":3,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":58,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":94,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":133,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":169,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":208}],"ix":2},"a":{"a":0,"k":[460,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":57,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":58,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":76,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":94,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":115,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":133,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":151,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":169,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":190,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":208,"s":[69.046],"e":[0]},{"t":209}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 27","np":3,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":61,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":97,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":136,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":172,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":211}],"ix":2},"a":{"a":0,"k":[460,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":60,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":61,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":79,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":97,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":118,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":136,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":154,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":172,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":193,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":211,"s":[69.046],"e":[0]},{"t":212}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 26","np":3,"cix":2,"ix":24,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":61,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":97,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":136,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":172,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":211}],"ix":2},"a":{"a":0,"k":[486,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":60,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":61,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":79,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":97,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":118,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":136,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":154,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":172,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":193,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":211,"s":[69.046],"e":[0]},{"t":212}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 25","np":3,"cix":2,"ix":25,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":64,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":100,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":139,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":175,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":214}],"ix":2},"a":{"a":0,"k":[486,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":63,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":64,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":82,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":100,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":121,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":139,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":157,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":175,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":196,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":214,"s":[69.046],"e":[0]},{"t":215}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 24","np":3,"cix":2,"ix":26,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":64,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":100,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":139,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":175,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":214}],"ix":2},"a":{"a":0,"k":[510,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":63,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":64,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":82,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":100,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":121,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":139,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":157,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":175,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":196,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":214,"s":[69.046],"e":[0]},{"t":215}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 23","np":3,"cix":2,"ix":27,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":67,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":103,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":142,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":178,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":217}],"ix":2},"a":{"a":0,"k":[510,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":66,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":67,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":85,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":103,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":124,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":142,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":160,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":178,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":199,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":217,"s":[69.046],"e":[0]},{"t":218}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 22","np":3,"cix":2,"ix":28,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":67,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":103,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":142,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":178,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":217}],"ix":2},"a":{"a":0,"k":[534,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":66,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":67,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":85,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":103,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":124,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":142,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":160,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":178,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":199,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":217,"s":[69.046],"e":[0]},{"t":218}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 21","np":3,"cix":2,"ix":29,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":70,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":106,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":145,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":181,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":220}],"ix":2},"a":{"a":0,"k":[534,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":69,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":70,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":88,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":106,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":127,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":145,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":163,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":181,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":202,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":220,"s":[69.046],"e":[0]},{"t":221}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 20","np":3,"cix":2,"ix":30,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":70,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":106,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":145,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":181,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":220}],"ix":2},"a":{"a":0,"k":[558,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":69,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":70,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":88,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":106,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":127,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":145,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":163,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":181,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":202,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":220,"s":[69.046],"e":[0]},{"t":221}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 19","np":3,"cix":2,"ix":31,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":73,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":109,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":148,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":184,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":223}],"ix":2},"a":{"a":0,"k":[558,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":72,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":73,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":91,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":109,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":130,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":148,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":166,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":184,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":205,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":223,"s":[69.046],"e":[0]},{"t":224}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 18","np":3,"cix":2,"ix":32,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":61,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":100,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":136,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":175}],"ix":2},"a":{"a":0,"k":[194,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":24,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":25,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":43,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":61,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":82,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":100,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":118,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":136,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":157,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":175,"s":[69.046],"e":[0]},{"t":176}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 65","np":3,"cix":2,"ix":33,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":28,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":64,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":103,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":139,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":178}],"ix":2},"a":{"a":0,"k":[194,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":27,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":28,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":46,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":64,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":85,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":103,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":121,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":139,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":160,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":178,"s":[69.046],"e":[0]},{"t":179}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 64","np":3,"cix":2,"ix":34,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":28,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":64,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":103,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":139,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":178}],"ix":2},"a":{"a":0,"k":[218,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":27,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":28,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":46,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":64,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":85,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":103,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":121,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":139,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":160,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":178,"s":[69.046],"e":[0]},{"t":179}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 63","np":3,"cix":2,"ix":35,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":31,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":67,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":106,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":142,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":181}],"ix":2},"a":{"a":0,"k":[218,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":30,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":31,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":49,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":67,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":88,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":106,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":124,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":142,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":163,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":181,"s":[69.046],"e":[0]},{"t":182}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 62","np":3,"cix":2,"ix":36,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":31,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":67,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":106,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":142,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":181}],"ix":2},"a":{"a":0,"k":[242,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":30,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":31,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":49,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":67,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":88,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":106,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":124,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":142,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":163,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":181,"s":[69.046],"e":[0]},{"t":182}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 61","np":3,"cix":2,"ix":37,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":34,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":70,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":109,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":145,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":184}],"ix":2},"a":{"a":0,"k":[242,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":33,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":34,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":52,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":70,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":91,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":109,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":127,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":145,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":166,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":184,"s":[69.046],"e":[0]},{"t":185}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 60","np":3,"cix":2,"ix":38,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":34,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":70,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":109,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":145,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":184}],"ix":2},"a":{"a":0,"k":[266,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":33,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":34,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":52,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":70,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":91,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":109,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":127,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":145,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":166,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":184,"s":[69.046],"e":[0]},{"t":185}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 59","np":3,"cix":2,"ix":39,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":37,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":73,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":112,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":148,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":187}],"ix":2},"a":{"a":0,"k":[266,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":36,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":37,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":55,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":73,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":94,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":112,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":130,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":148,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":169,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":187,"s":[69.046],"e":[0]},{"t":188}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 58","np":3,"cix":2,"ix":40,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":37,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":73,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":112,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":148,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":187}],"ix":2},"a":{"a":0,"k":[292,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":36,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":37,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":55,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":73,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":94,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":112,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":130,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":148,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":169,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":187,"s":[69.046],"e":[0]},{"t":188}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 57","np":3,"cix":2,"ix":41,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":40,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":76,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":115,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":151,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":190}],"ix":2},"a":{"a":0,"k":[292,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":39,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":40,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":58,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":76,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":97,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":115,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":133,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":151,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":172,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":190,"s":[69.046],"e":[0]},{"t":191}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 56","np":3,"cix":2,"ix":42,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":40,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":76,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":115,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":151,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":190}],"ix":2},"a":{"a":0,"k":[316,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":39,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":40,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":58,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":76,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":97,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":115,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":133,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":151,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":172,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":190,"s":[69.046],"e":[0]},{"t":191}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 55","np":3,"cix":2,"ix":43,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":43,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":79,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":118,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":154,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":193}],"ix":2},"a":{"a":0,"k":[316,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":42,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":43,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":61,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":79,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":100,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":118,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":136,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":154,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":175,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":193,"s":[69.046],"e":[0]},{"t":194}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 54","np":3,"cix":2,"ix":44,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":43,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":79,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":118,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":154,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":193}],"ix":2},"a":{"a":0,"k":[340,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":42,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":43,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":61,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":79,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":100,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":118,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":136,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":154,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":175,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":193,"s":[69.046],"e":[0]},{"t":194}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 53","np":3,"cix":2,"ix":45,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":46,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":82,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":121,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":157,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":196}],"ix":2},"a":{"a":0,"k":[340,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":45,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":46,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":64,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":82,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":103,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":121,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":139,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":157,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":178,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":196,"s":[69.046],"e":[0]},{"t":197}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 52","np":3,"cix":2,"ix":46,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":46,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":82,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":121,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":157,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":196}],"ix":2},"a":{"a":0,"k":[364,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":45,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":46,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":64,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":82,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":103,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":121,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":139,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":157,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":178,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":196,"s":[69.046],"e":[0]},{"t":197}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 51","np":3,"cix":2,"ix":47,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":49,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":85,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":124,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":160,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":199}],"ix":2},"a":{"a":0,"k":[364,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":48,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":49,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":67,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":85,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":106,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":124,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":142,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":160,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":181,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":199,"s":[69.046],"e":[0]},{"t":200}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 50","np":3,"cix":2,"ix":48,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":1,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":37,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":76,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":112,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":151}],"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":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":0,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":1,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":19,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":37,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":58,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":76,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":94,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":112,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":133,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":151,"s":[69.046],"e":[0]},{"t":152}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 49","np":3,"cix":2,"ix":49,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":4,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":40,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":79,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":115,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":154}],"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":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":3,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":4,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":22,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":40,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":61,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":79,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":97,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":115,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":136,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":154,"s":[69.046],"e":[0]},{"t":155}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 48","np":3,"cix":2,"ix":50,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":4,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":40,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":79,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":115,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":154}],"ix":2},"a":{"a":0,"k":[24,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":3,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":4,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":22,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":40,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":61,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":79,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":97,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":115,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":136,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":154,"s":[69.046],"e":[0]},{"t":155}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 47","np":3,"cix":2,"ix":51,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":7,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":43,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":82,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":118,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":157}],"ix":2},"a":{"a":0,"k":[24,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":6,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":7,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":25,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":43,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":64,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":82,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":100,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":118,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":139,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":157,"s":[69.046],"e":[0]},{"t":158}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 46","np":3,"cix":2,"ix":52,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":7,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":43,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":82,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":118,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":157}],"ix":2},"a":{"a":0,"k":[48,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":6,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":7,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":25,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":43,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":64,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":82,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":100,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":118,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":139,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":157,"s":[69.046],"e":[0]},{"t":158}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 45","np":3,"cix":2,"ix":53,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":10,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":46,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":85,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":121,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":160}],"ix":2},"a":{"a":0,"k":[48,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":9,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":10,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":28,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":46,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":67,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":85,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":103,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":121,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":142,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":160,"s":[69.046],"e":[0]},{"t":161}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 44","np":3,"cix":2,"ix":54,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":10,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":46,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":85,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":121,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":160}],"ix":2},"a":{"a":0,"k":[72,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":9,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":10,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":28,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":46,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":67,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":85,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":103,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":121,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":142,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":160,"s":[69.046],"e":[0]},{"t":161}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 43","np":3,"cix":2,"ix":55,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":13,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":49,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":88,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":124,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":163}],"ix":2},"a":{"a":0,"k":[72,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":12,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":13,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":31,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":49,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":70,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":88,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":106,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":124,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":145,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":163,"s":[69.046],"e":[0]},{"t":164}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 42","np":3,"cix":2,"ix":56,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":13,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":49,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":88,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":124,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":163}],"ix":2},"a":{"a":0,"k":[98,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":12,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":13,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":31,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":49,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":70,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":88,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":106,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":124,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":145,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":163,"s":[69.046],"e":[0]},{"t":164}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 41","np":3,"cix":2,"ix":57,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":16,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":52,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":91,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":127,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":166}],"ix":2},"a":{"a":0,"k":[98,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":15,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":16,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":34,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":52,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":73,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":91,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":109,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":127,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":148,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":166,"s":[69.046],"e":[0]},{"t":167}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 40","np":3,"cix":2,"ix":58,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":16,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":52,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":91,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":127,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":166}],"ix":2},"a":{"a":0,"k":[122,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":15,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":16,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":34,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":52,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":73,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":91,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":109,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":127,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":148,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":166,"s":[69.046],"e":[0]},{"t":167}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 39","np":3,"cix":2,"ix":59,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":19,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":55,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":94,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":130,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":169}],"ix":2},"a":{"a":0,"k":[122,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":18,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":19,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":37,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":55,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":76,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":94,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":112,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":130,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":151,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":169,"s":[69.046],"e":[0]},{"t":170}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 38","np":3,"cix":2,"ix":60,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":19,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":55,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":94,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":130,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":169}],"ix":2},"a":{"a":0,"k":[146,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["1_1_0p167_0"],"t":18,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":19,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":37,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":55,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":76,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":94,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":112,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":130,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":151,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":169,"s":[69.046],"e":[0]},{"t":170}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 37","np":3,"cix":2,"ix":61,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":22,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":58,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":97,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":133,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":172}],"ix":2},"a":{"a":0,"k":[146,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":21,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":22,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":40,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":58,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":79,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":97,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":115,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":133,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":154,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":172,"s":[69.046],"e":[0]},{"t":173}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 36","np":3,"cix":2,"ix":62,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":22,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":58,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":97,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":133,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":172}],"ix":2},"a":{"a":0,"k":[170,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":21,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":22,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":40,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":58,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":79,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":97,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":115,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":133,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":154,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":172,"s":[69.046],"e":[0]},{"t":173}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 35","np":3,"cix":2,"ix":63,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.203,10.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,-45.6666679382324],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":61,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":100,"s":[73.602,-6.398],"e":[73.602,-280.398],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":136,"s":[73.602,-280.398],"e":[73.602,-6.398],"to":[0,0],"ti":[0,-45.6666679382324]},{"t":175}],"ix":2},"a":{"a":0,"k":[170,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":24,"s":[0],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":25,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":43,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":61,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":82,"s":[100],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.098],"y":[0.447]},"n":["0p4_1_0p098_0p447"],"t":100,"s":[69.046],"e":[30]},{"i":{"x":[0.848],"y":[0.548]},"o":{"x":[0.6],"y":[0]},"n":["0p848_0p548_0p6_0"],"t":118,"s":[30],"e":[69.046]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.087],"y":[0.381]},"n":["0p4_1_0p087_0p381"],"t":136,"s":[69.046],"e":[100]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["1_1_0p6_0"],"t":157,"s":[100],"e":[69.046]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.098],"y":[0.014]},"n":["0p833_1_0p098_0p014"],"t":175,"s":[69.046],"e":[0]},{"t":176}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 34","np":3,"cix":2,"ix":64,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":870,"st":1,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/dog.json b/ohos/flutter_lottie/assets/lottiefiles/dog.json new file mode 100644 index 0000000000000000000000000000000000000000..30e46f4bcc6884f5c2237bfa2838ba08d73cdd18 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/dog.json @@ -0,0 +1 @@ +{"v":"5.1.1","fr":25,"ip":0,"op":40,"w":600,"h":600,"nm":"Composição 2","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Camada de forma 4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[421.5,281,0],"ix":2},"a":{"a":0,"k":[-52.5,11,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[67,67],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Caminho da elipse 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.949019667682,0.835294177485,0.603921568627,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-87,-15],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,141.429],"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":"Transformar"}],"nm":"Elipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":14,"op":17,"st":14,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Camada de forma 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[247.5,281,0],"ix":2},"a":{"a":0,"k":[-52.5,11,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[67,67],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Caminho da elipse 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.949019667682,0.835294177485,0.603921568627,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-87,-15],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,141.429],"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":"Transformar"}],"nm":"Elipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":14,"op":17,"st":14,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Camada de forma 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[421.5,281,0],"ix":2},"a":{"a":0,"k":[-52.5,11,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[67,67],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Caminho da elipse 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.949019667682,0.835294177485,0.603921568627,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-87,-15],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,141.429],"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":"Transformar"}],"nm":"Elipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":8,"op":11,"st":10,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Camada de forma 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[247.5,281,0],"ix":2},"a":{"a":0,"k":[-52.5,11,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[67,67],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Caminho da elipse 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.949019667682,0.835294177485,0.603921568627,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-87,-15],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,141.429],"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":"Transformar"}],"nm":"Elipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":8,"op":11,"st":10,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"dog1 contornos","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[300,300,0],"ix":2},"a":{"a":0,"k":[256,223,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.322,20.904],[0,0],[0,-13.788],[-15.029,-6.851],[-8.712,3.97],[-3.503,1.755]],"o":[[-1.155,-10.393],[-18.003,4.95],[0,17.593],[8.711,3.97],[3.232,-1.473],[-20.319,-3.593]],"v":[[-12.224,-12.602],[-6.058,-34.108],[-36.74,-3.569],[-0.887,30.138],[26.505,30.138],[36.74,25.314]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.188446239397,0.131384008071,0.198293588676,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[243.192,300.923],"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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-27.365,0],[0,-18.243],[15.029,-6.85],[8.712,3.971],[0,17.594]],"o":[[27.365,0],[0,17.594],[-8.712,3.971],[-15.029,-6.85],[0.002,-18.243]],"v":[[0.001,-35.355],[49.549,-2.323],[13.696,31.384],[-13.696,31.384],[-49.549,-2.323]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.261253925398,0.203888911827,0.264583572687,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[255.999,299.677],"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":"Transformar"}],"nm":"Grupo 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[34.206,0],[0,0],[0,-25.084],[-34.205,0],[-11.213,8.329],[-3.417,0],[-2.839,-2.109],[-17.225,0],[0,25.084]],"o":[[0,0],[-34.206,0],[0,25.084],[17.225,0],[2.839,-2.108],[3.423,0],[11.213,8.329],[34.206,0],[0.001,-25.085]],"v":[[53.677,-45.419],[-53.678,-45.419],[-115.613,0],[-53.678,45.419],[-9.682,31.921],[-0.004,28.759],[9.682,31.921],[53.677,45.419],[115.612,0]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.794016400506,0.605809469784,0.451944807464,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[256,342.774],"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":"Transformar"}],"nm":"Grupo 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-15.02,-6.331],[20.526,0],[0,0],[1.032,-48.516],[0.01,-0.641]],"o":[[-8.38,-3.888],[-74.323,0],[0,0],[-0.014,0.648],[47.521,-180.286]],"v":[[77.07,-69.348],[22.028,-84.549],[-77.07,31.064],[-58.488,82.677],[-58.493,84.549]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":4,"nm":"Mesclar caminhos 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.409683586569,0.156199167289,0.158815555946,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[77.069,84.613],"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":"Transformar"}],"nm":"Grupo 4","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[59.871,-62.039],[3.587,11.845],[-0.753,35.378],[0,0],[-74.323,0]],"o":[[-92.981,27.831],[-8.595,8.906],[-4.74,-15.651],[1.032,-48.516],[0,0],[24.774,0]],"v":[[78.451,-112.892],[-23.782,120.502],[-51.15,113.607],[-59.87,37.818],[-78.451,-13.795],[20.646,-129.408]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":4,"nm":"Mesclar caminhos 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.503142652325,0.231173631257,0.209611346675,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[78.451,129.472],"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":"Transformar"}],"nm":"Grupo 5","np":3,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-39.915,-16.172],[0,0],[11.355,81.549],[-36.367,12.112],[7.418,2.941],[0,0],[0,0]],"o":[[0,0],[0,0],[-22.089,-158.643],[-5.761,0.195],[0,0],[0,0],[6.882,81.549]],"v":[[29.118,174.796],[68.259,174.796],[-11.828,47.14],[44.496,-171.081],[25.333,-174.796],[-57.248,-174.796],[-68.259,32.688]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.880339199889,0.737038586186,0.537208706725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[131.571,191.376],"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":"Transformar"}],"nm":"Grupo 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-59.87,-62.04],[-3.587,11.846],[-1.681,15.253],[8.525,43.759],[60.903,-11.354]],"o":[[8.595,8.906],[2.718,-8.976],[-16.234,-8.092],[-15.484,-79.484],[92.981,27.831]],"v":[[33.892,117.922],[61.26,111.026],[68.341,74.713],[29.724,-2.956],[-68.341,-115.474]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.409683586569,0.156199167289,0.158815555946,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[423.438,132.053],"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":"Transformar"}],"nm":"Grupo 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-6.841,0],[0,-6.841],[6.841,0],[0,6.841]],"o":[[6.841,0],[0,6.841],[-6.841,0],[0,-6.841]],"v":[[0,-12.387],[12.387,0],[0,12.387],[-12.387,0]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.999999820485,0.999999760646,0.999999820485,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[342.71,177.611],"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":"Transformar"}],"nm":"Grupo 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[15.896,0],[1.36,-0.198],[0,0],[-9.121,0],[0,9.121],[0,0]],"o":[[-1.413,0],[0,0],[0,9.121],[9.122,0],[0,0],[0,-15.897]],"v":[[-12.387,-28.903],[-16.516,-28.484],[-16.516,12.387],[0,28.903],[16.516,12.387],[16.516,0.001]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.261253925398,0.203888911827,0.264583572687,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[355.097,185.87],"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":"Transformar"}],"nm":"Grupo 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[15.896,0],[0,0],[0,15.897],[0,0],[-15.897,0],[0,0],[0,-15.897],[0,0]],"o":[[0,0],[-15.897,0],[0,0],[0,-15.897],[0,0],[15.897,0],[0,0],[0,15.897]],"v":[[0,37.161],[0,37.161],[-28.903,8.258],[-28.903,-8.258],[0,-37.161],[0,-37.161],[28.903,-8.258],[28.903,8.258]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.188446239397,0.131384008071,0.198293588676,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[342.71,194.129],"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":"Transformar"}],"nm":"Grupo 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-6.841,0],[0,-6.841],[6.841,0],[0,6.841]],"o":[[6.841,0],[0,6.841],[-6.841,0],[0,-6.841]],"v":[[0,-12.387],[12.387,0],[0,12.387],[-12.387,0]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.999999820485,0.999999760646,0.999999820485,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[169.29,177.611],"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":"Transformar"}],"nm":"Grupo 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[15.897,0],[1.36,-0.198],[0,0],[-9.121,0],[0,9.121],[0,0]],"o":[[-1.413,0],[0,0],[0,9.121],[9.122,0],[0,0],[0.001,-15.897]],"v":[[-12.388,-28.903],[-16.517,-28.484],[-16.517,12.387],[0,28.903],[16.515,12.387],[16.515,0.001]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.261253925398,0.203888911827,0.264583572687,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[181.677,185.87],"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":"Transformar"}],"nm":"Grupo 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[15.897,0],[0,0],[0,15.897],[0,0],[-15.897,0],[0,0],[0,-15.897],[0,0]],"o":[[0,0],[-15.897,0],[0,0],[0,-15.897],[0,0],[15.897,0],[0,0],[0.001,15.897]],"v":[[-0.001,37.161],[-0.001,37.161],[-28.904,8.258],[-28.904,-8.258],[-0.001,-37.161],[-0.001,-37.161],[28.902,-8.258],[28.902,8.258]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.188446239397,0.131384008071,0.198293588676,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[169.29,194.129],"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":"Transformar"}],"nm":"Grupo 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-59.87,-62.039],[-3.587,11.845],[0.753,35.378],[0,0],[74.323,0]],"o":[[92.981,27.831],[8.595,8.906],[4.74,-15.651],[-1.032,-48.516],[0,0],[-24.774,0]],"v":[[-78.452,-112.892],[23.781,120.502],[51.15,113.607],[59.871,37.818],[78.452,-13.795],[-20.645,-129.408]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":4,"nm":"Mesclar caminhos 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.503142652325,0.231173631257,0.209611346675,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[433.548,129.472],"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":"Transformar"}],"nm":"Grupo 14","np":3,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[62.525,0],[29.936,11.871],[0,0],[0,0],[-39.915,-16.172],[0,0],[-6.882,81.548]],"o":[[0,0],[-29.935,11.871],[-62.525,0],[0,0],[0,0],[6.882,81.548],[0,0],[39.913,-16.172],[0,0]],"v":[[181.676,-170.667],[99.096,-170.667],[-0.001,-178.924],[-99.098,-170.667],[-181.677,-170.667],[-192.689,36.817],[-95.311,178.924],[95.313,178.924],[192.688,36.817]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.949807380227,0.836270261278,0.604287300858,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[256,187.247],"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":"Transformar"}],"nm":"Grupo 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":50,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"dog2 contornos","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.52,"y":0.96},"o":{"x":0.48,"y":0.04},"n":"0p52_0p96_0p48_0p04","t":0,"s":[300,450,0],"e":[300,438,0],"to":[0,-2,0],"ti":[0,0,0]},{"i":{"x":0.52,"y":0.96},"o":{"x":0.48,"y":0.04},"n":"0p52_0p96_0p48_0p04","t":6,"s":[300,438,0],"e":[300,450,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.52,"y":0.96},"o":{"x":0.48,"y":0.04},"n":"0p52_0p96_0p48_0p04","t":13,"s":[300,450,0],"e":[300,438,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.52,"y":0.96},"o":{"x":0.48,"y":0.04},"n":"0p52_0p96_0p48_0p04","t":20,"s":[300,438,0],"e":[300,450,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.52,"y":0.96},"o":{"x":0.48,"y":0.04},"n":"0p52_0p96_0p48_0p04","t":27,"s":[300,450,0],"e":[300,438,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.52,"y":0.96},"o":{"x":0.48,"y":0.04},"n":"0p52_0p96_0p48_0p04","t":33,"s":[300,438,0],"e":[300,450,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.6,"y":0.2},"o":{"x":0.26,"y":0},"n":"0p6_0p2_0p26_0","t":40,"s":[300,450,0],"e":[300,438,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.6,"y":0.2},"o":{"x":0.26,"y":0},"n":"0p6_0p2_0p26_0","t":47,"s":[300,438,0],"e":[300,450,0],"to":[0,0,0],"ti":[0,-2,0]},{"t":54}],"ix":2},"a":{"a":0,"k":[91,74.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.824,5.492],[0,0],[-4.56,0],[0,4.56],[0,0],[-12.006,-1.506],[0,0],[0,0]],"o":[[11.941,-1.495],[0,0],[0,4.56],[4.56,0],[0,0],[9.729,5.552],[0,0],[0,0],[0,0]],"v":[[-41.29,11.607],[-8.258,0.986],[-8.258,12.388],[0,20.646],[8.258,12.388],[8.258,0.881],[41.29,11.611],[41.29,-20.646],[-41.29,-20.646]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.934651932062,0.275972373813,0.34623003193,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[90.84,87.064],"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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-22.804,0],[0,22.804],[0,0]],"o":[[0,0],[0,22.804],[22.804,0],[0,0],[0,0]],"v":[[-41.29,-41.29],[-41.29,0],[0,41.29],[41.29,0],[41.29,-41.29]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.975992359835,0.375967167873,0.453103966806,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[90.84,107.71],"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":"Transformar"}],"nm":"Grupo 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-50.169,0],[0,-36.483],[50.17,0],[0,36.484]],"o":[[50.17,0],[0,36.484],[-50.169,0],[0,-36.483]],"v":[[0,-66.06],[90.84,0],[0,66.06],[-90.84,0]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":4,"nm":"Mesclar caminhos 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.683224906173,0.453185915479,0.356985383875,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[90.84,66.424],"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":"Transformar"}],"nm":"Grupo 3","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":50,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/done.json b/ohos/flutter_lottie/assets/lottiefiles/done.json new file mode 100644 index 0000000000000000000000000000000000000000..a9454fe8459b4ddaa591c8de7487bd6593b97ec1 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/done.json @@ -0,0 +1 @@ +{"v":"4.10.1","fr":29.9700012207031,"ip":0,"op":90.0000036657751,"w":512,"h":512,"nm":"avaliacao_camadas","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Camada de forma 8","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":92.111,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[217,175.5,0],"e":[217,175.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52,"s":[217,175.5,0],"e":[217,90.5,0],"to":[0,-14.1666669845581,0],"ti":[0,14.1666669845581,0]},{"t":58.0000023623884}],"ix":2},"a":{"a":0,"k":[-145,-37,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":47,"s":[0,100,100],"e":[102.976,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":52,"s":[102.976,100,100],"e":[-0.012,100,100]},{"t":58.0000023623884}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[89,13],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":20,"ix":4},"nm":"Caminho do retângulo 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Traçado 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.329411764706,0.752941176471,0.921568627451,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-184.5,-37.5],"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":"Transformar"}],"nm":"Retângulo 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":47.0000019143492,"op":58.0000023623884,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Camada de forma 7","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":34.499,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[164,210,0],"e":[164,210,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52,"s":[164,210,0],"e":[102,160,0],"to":[-10.3333330154419,-8.33333301544189,0],"ti":[10.3333330154419,8.33333301544189,0]},{"t":58.0000023623884}],"ix":2},"a":{"a":0,"k":[-145,-37,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":47,"s":[0,100,100],"e":[102.976,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":52,"s":[102.976,100,100],"e":[-0.012,100,100]},{"t":58.0000023623884}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[89,13],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":20,"ix":4},"nm":"Caminho do retângulo 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Traçado 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.329411764706,0.752941176471,0.921568627451,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-184.5,-37.5],"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":"Transformar"}],"nm":"Retângulo 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":47.0000019143492,"op":58.0000023623884,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Camada de forma 6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-26.142,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[177,298.5,0],"e":[177,298.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52,"s":[177,298.5,0],"e":[81,349.5,0],"to":[-16,8.5,0],"ti":[16,-8.5,0]},{"t":58.0000023623884}],"ix":2},"a":{"a":0,"k":[-145,-37,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":47,"s":[0,100,100],"e":[102.976,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":52,"s":[102.976,100,100],"e":[-0.012,100,100]},{"t":58.0000023623884}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[89,13],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":20,"ix":4},"nm":"Caminho do retângulo 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Traçado 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.329411764706,0.752941176471,0.921568627451,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-184.5,-37.5],"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":"Transformar"}],"nm":"Retângulo 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":47.0000019143492,"op":58.0000023623884,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Camada de forma 5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-145.138,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[287.5,306,0],"e":[287.5,306,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52,"s":[287.5,306,0],"e":[356.5,365,0],"to":[11.5,9.83333301544189,0],"ti":[-11.5,-9.83333301544189,0]},{"t":58.0000023623884}],"ix":2},"a":{"a":0,"k":[-145,-37,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":47,"s":[0,100,100],"e":[102.976,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":52,"s":[102.976,100,100],"e":[-0.012,100,100]},{"t":58.0000023623884}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[89,13],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":20,"ix":4},"nm":"Caminho do retângulo 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Traçado 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.329411764706,0.752941176471,0.921568627451,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-184.5,-37.5],"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":"Transformar"}],"nm":"Retângulo 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":47.0000019143492,"op":58.0000023623884,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Camada de forma 4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":180.248,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[307,246,0],"e":[307,246,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52,"s":[307,246,0],"e":[407,246,0],"to":[16.6666660308838,0,0],"ti":[-16.6666660308838,0,0]},{"t":58.0000023623884}],"ix":2},"a":{"a":0,"k":[-145,-37,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":47,"s":[0,100,100],"e":[102.976,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":52,"s":[102.976,100,100],"e":[-0.012,100,100]},{"t":58.0000023623884}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[89,13],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":20,"ix":4},"nm":"Caminho do retângulo 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Traçado 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.329411764706,0.752941176471,0.921568627451,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-184.5,-37.5],"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":"Transformar"}],"nm":"Retângulo 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":47.0000019143492,"op":58.0000023623884,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Camada de forma 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-206.269,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[319,194.5,0],"e":[319,194.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52,"s":[319,194.5,0],"e":[397,156.5,0],"to":[13,-6.33333349227905,0],"ti":[-13,6.33333349227905,0]},{"t":58.0000023623884}],"ix":2},"a":{"a":0,"k":[-145,-37,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":47,"s":[0,100,100],"e":[102.976,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":52,"s":[102.976,100,100],"e":[-0.012,100,100]},{"t":58.0000023623884}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[89,13],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":20,"ix":4},"nm":"Caminho do retângulo 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Traçado 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.329411764706,0.752941176471,0.921568627451,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-184.5,-37.5],"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":"Transformar"}],"nm":"Retângulo 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":47.0000019143492,"op":58.0000023623884,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Camada de forma 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-92.181,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[225.5,325,0],"e":[225.5,325,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52,"s":[225.5,325,0],"e":[225.5,420,0],"to":[0,15.8333330154419,0],"ti":[0,-15.8333330154419,0]},{"t":58.0000023623884}],"ix":2},"a":{"a":0,"k":[-145,-37,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":47,"s":[0,100,100],"e":[102.976,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":52,"s":[102.976,100,100],"e":[-0.012,100,100]},{"t":58.0000023623884}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[89,13],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":20,"ix":4},"nm":"Caminho do retângulo 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Traçado 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.329411764706,0.752941176471,0.921568627451,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-184.5,-37.5],"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":"Transformar"}],"nm":"Retângulo 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":47.0000019143492,"op":58.0000023623884,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Camada de forma 1","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},"n":"0p833_0p833_0p167_0p167","t":47,"s":[158,250,0],"e":[158,250,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52,"s":[158,250,0],"e":[66,250,0],"to":[-15.3333330154419,0,0],"ti":[15.3333330154419,0,0]},{"t":58.0000023623884}],"ix":2},"a":{"a":0,"k":[-145,-37,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":47,"s":[0,100,100],"e":[102.976,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":52,"s":[102.976,100,100],"e":[-0.012,100,100]},{"t":58.0000023623884}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[89,13],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":20,"ix":4},"nm":"Caminho do retângulo 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Traçado 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.329411764706,0.752941176471,0.921568627451,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-184.5,-37.5],"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":"Transformar"}],"nm":"Retângulo 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":47.0000019143492,"op":58.0000023623884,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"lapis_avaliacao contornos","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":9,"s":[46.158],"e":[-26.553]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":14,"s":[-26.553],"e":[15.068]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":17,"s":[15.068],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":20,"s":[0],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":30,"s":[0],"e":[-26.04]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":36,"s":[-26.04],"e":[-31.892]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":43,"s":[-31.892],"e":[5.008]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.181],"y":[-0.011]},"n":["0p667_1_0p181_-0p011"],"t":50,"s":[5.008],"e":[18.401]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.346],"y":[0.022]},"n":["0p667_1_0p346_0p022"],"t":58,"s":[18.401],"e":[-6.103]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":72,"s":[-6.103],"e":[0]},{"t":82.0000033399285}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":9,"s":[259,305,0],"e":[331,403,0],"to":[34.6666679382324,-3.5,0],"ti":[15.3333330154419,-37.5,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":14,"s":[331,403,0],"e":[317,386,0],"to":[0,0,0],"ti":[2.33333325386047,2.83333325386047,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":17,"s":[317,386,0],"e":[317,386,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":20,"s":[317,386,0],"e":[317,386,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":30,"s":[317,386,0],"e":[195,169,0],"to":[12.1666669845581,-108.5,0],"ti":[16.5,30.6666660308838,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":36,"s":[195,169,0],"e":[218,202,0],"to":[-16.5,-30.6666660308838,0],"ti":[-28.5,10.1666669845581,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":43,"s":[218,202,0],"e":[366,108,0],"to":[28.5,-10.1666669845581,0],"ti":[-25.0794296264648,12.5397148132324,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":50,"s":[366,108,0],"e":[361,122,0],"to":[0.66666668653488,-0.33333334326744,0],"ti":[8.16666698455811,-49.75,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":57,"s":[361,122,0],"e":[317,406.5,0],"to":[-8.16666698455811,49.75,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":72,"s":[317,406.5,0],"e":[317,386,0],"to":[0.16666667163372,-6.10000938650046e-10,0],"ti":[0,0,0]},{"t":82.0000033399285}],"ix":2},"a":{"a":0,"k":[306,396,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,16.603]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_16p603"],"t":9,"s":[0.382,0.382,100],"e":[112.373,106.191,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_0"],"t":14,"s":[112.373,106.191,100],"e":[75.26,87.542,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_0"],"t":17,"s":[75.26,87.542,100],"e":[94.771,94.771,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":20,"s":[94.771,94.771,100],"e":[94.771,94.771,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":30,"s":[94.771,94.771,100],"e":[94.771,94.771,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":72,"s":[94.771,94.771,100],"e":[94.771,94.771,100]},{"t":82.0000033399285}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.911,0],[1.469,1.468],[-2.947,2.947],[0,0],[-2.937,-2.985],[2.947,-2.947],[0,0]],"o":[[-1.912,0],[-2.947,-2.937],[0,0],[2.947,-2.985],[2.947,2.937],[0,0],[-1.468,1.468]],"v":[[-8.313,16.221],[-13.642,14.01],[-13.642,3.38],[2.975,-13.236],[13.642,-13.236],[13.642,-2.607],[-2.985,14.01]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.368999974868,0.368999974868,0.368999974868,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[272.743,454.782],"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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[-32.438,55.052],[-55.053,32.401],[32.402,-55.052],[55.053,-32.439]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.882000014361,0.54900004069,0.144999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[360.822,387.076],"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":"Transformar"}],"nm":"Grupo 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[5.847,5.809],[0,0],[0,0]],"o":[[0,0],[5.847,-5.846],[0,0],[0,0],[0,0]],"v":[[-5.075,30.08],[21.879,3.125],[21.879,-18.02],[9.82,-30.08],[-27.726,7.466]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.638999968884,0.277999997606,0.250999989229,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[420.95,324.558],"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":"Transformar"}],"nm":"Grupo 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[29.275,3.347],[29.313,3.272],[6.698,-19.342],[-28.314,15.671],[-29.313,19.342]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.838999968884,0.769000004787,0.694000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[299.071,438.82],"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":"Transformar"}],"nm":"Grupo 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"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":[[33.743,-53.711],[53.712,-33.78],[-33.743,53.711],[-53.711,33.743]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.948999980852,0.611999990426,0.128999986836,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[339.512,365.766],"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":"Transformar"}],"nm":"Grupo 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[5.846,-5.856],[0,0],[0,0]],"o":[[0,0],[-5.847,-5.856],[0,0],[0,0],[0,0]],"v":[[28.758,-11.176],[19.38,-20.553],[-1.766,-20.553],[-28.758,6.439],[-8.789,26.408]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.842999985639,0.352999997606,0.289999988032,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[402.012,305.615],"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":"Transformar"}],"nm":"Grupo 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"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":[[-2.462,-27.491],[-2.537,-27.415],[-17.506,27.491],[17.506,-7.522]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929000016755,0.862999949736,0.779999976065,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[288.263,426.999],"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":"Transformar"}],"nm":"Grupo 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false}],"ip":9.00000036657752,"op":90.0000036657751,"st":2.00000008146167,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Camada 2 contornos","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":36,"s":[8.836],"e":[0]},{"t":50.0000020365418}],"ix":10},"p":{"a":0,"k":[237.85,236.4,0],"ix":2},"a":{"a":0,"k":[64.3,52.75,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_0"],"t":36,"s":[100,100,100],"e":[117.174,103.81,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_0"],"t":50,"s":[117.174,103.81,100],"e":[100,100,100]},{"t":55.0000022401959}],"ix":6}},"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.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":36,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-55.2,7.5],[-54.8,1.649],[-43.45,-11.7],[-44.45,-10.2],[-43.05,-11.5],[-52.7,6.6]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-20.45,52.5],[-64.05,8.899],[-43.45,-11.7],[-20.45,11.3],[-19.05,10],[-17.95,51.1]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":43,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-20.45,52.5],[-64.05,8.899],[-43.45,-11.7],[-20.45,11.3],[-19.05,10],[-17.95,51.1]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-20.45,52.5],[-64.05,8.899],[-43.45,-11.7],[-20.45,11.3],[43.45,-52.5],[64.05,-31.9]],"c":true}]},{"t":50.0000020365418}],"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.328999986836,0.752999997606,0.922000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[64.3,52.75],"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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":36.0000014663101,"op":90.0000036657751,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Camada 4 contornos","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":10,"s":[4.362],"e":[-4.859]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":15,"s":[-4.859],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":19,"s":[0],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":22,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[0],"e":[-3.529]},{"i":{"x":[0.615],"y":[0.934]},"o":{"x":[0.17],"y":[0.043]},"n":["0p615_0p934_0p17_0p043"],"t":45,"s":[-3.529],"e":[1.351]},{"i":{"x":[0.69],"y":[1]},"o":{"x":[0.351],"y":[-0.078]},"n":["0p69_1_0p351_-0p078"],"t":59,"s":[1.351],"e":[0]},{"t":64.0000026067734}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":10,"s":[245.05,80.95,0],"e":[226.05,110.95,0],"to":[-3.16666674613953,5,0],"ti":[3.16666674613953,-1.5,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":15,"s":[226.05,110.95,0],"e":[226.05,89.95,0],"to":[-3.16666674613953,1.5,0],"ti":[0,1.66666662693024,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":19,"s":[226.05,89.95,0],"e":[226.05,100.95,0],"to":[0,-1.66666662693024,0],"ti":[0,-1.83333337306976,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":22,"s":[226.05,100.95,0],"e":[226.05,100.95,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[226.05,100.95,0],"e":[214.05,102.95,0],"to":[-2,0.33333334326744,0],"ti":[-0.66666668653488,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":45,"s":[214.05,102.95,0],"e":[230.05,100.95,0],"to":[0.66666668653488,0,0],"ti":[-2,0.33333334326744,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":59,"s":[230.05,100.95,0],"e":[226.05,100.95,0],"to":[2,-0.33333334326744,0],"ti":[0.66666668653488,0,0]},{"t":64.0000026067734}],"ix":2},"a":{"a":0,"k":[57.8,35.6,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_0"],"t":10,"s":[115.639,-1.839,100],"e":[89.612,115.052,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_0"],"t":15,"s":[89.612,115.052,100],"e":[110.426,85.856,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_0"],"t":19,"s":[110.426,85.856,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":22,"s":[100,100,100],"e":[100,100,100]},{"t":30.0000012219251}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[11.5,0],[0,-11.5],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,-11.5],[-11.5,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[20.75,-7.25],[20.75,-14.55],[-0.05,-35.35],[-20.85,-14.55],[-20.85,-7.25],[-57.55,-7.25],[-57.55,35.35],[57.55,35.35],[57.55,-7.25]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.626999978458,0.626999978458,0.626999978458,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[57.8,35.6],"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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":10.0000004073083,"op":90.0000036657751,"st":-1.00000004073083,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Camada 3 contornos 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":31,"s":[0],"e":[-3.529]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":46,"s":[-3.529],"e":[0.916]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":60,"s":[0.916],"e":[0]},{"t":65.0000026475043}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":12,"s":[226.05,108.7,0],"e":[226.05,269.7,0],"to":[0,26.8333339691162,0],"ti":[0,-22.5,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":17,"s":[226.05,269.7,0],"e":[226.05,243.7,0],"to":[0,22.5,0],"ti":[0,3,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":21,"s":[226.05,243.7,0],"e":[226.05,251.7,0],"to":[0,-3,0],"ti":[0,-1.33333337306976,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":25,"s":[226.05,251.7,0],"e":[226.05,251.7,0],"to":[0,0,0],"ti":[0,0,0]},{"t":31.0000012626559}],"ix":2},"a":{"a":0,"k":[106.35,131.65,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_0"],"t":12,"s":[100,0.304,100],"e":[91.517,117.504,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_0"],"t":17,"s":[91.517,117.504,100],"e":[106.598,95.434,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_0"],"t":21,"s":[106.598,95.434,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":25,"s":[100,100,100],"e":[100,100,100]},{"t":31.0000012626559}],"ix":6}},"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":[[-47.55,47.65],[47.65,47.65],[47.65,-47.55],[-47.55,-47.55]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[59.25,59.25],[-59.25,59.25],[-59.25,-59.25],[59.25,-59.25]],"c":true},"ix":2},"nm":"Caminho 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Mesclar caminhos 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.902000038297,0.913999968884,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[89.7,133.3],"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":"Transformar"}],"nm":"Grupo 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-18.5,18.449],[18.5,-18.45],[-18.5,-18.45]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.902000038297,0.913999968884,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[193.95,244.6],"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":"Transformar"}],"nm":"Grupo 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-106.1,-131.4],[-106.1,131.4],[69.1,131.4],[69.1,94.5],[106.1,94.5],[106.1,-131.4]],"c":true},"ix":2},"nm":"Caminho 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,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[106.35,131.65],"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":"Transformar"}],"nm":"Grupo 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":12.00000048877,"op":91.000003706506,"st":-8.00000032584668,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Camada 3 contornos","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[0],"e":[-3.529]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":45,"s":[-3.529],"e":[0.916]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":59,"s":[0.916],"e":[0]},{"t":64.0000026067734}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":11,"s":[226.05,108.7,0],"e":[226.05,269.7,0],"to":[0,26.8333339691162,0],"ti":[0,-22.5,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":16,"s":[226.05,269.7,0],"e":[226.05,243.7,0],"to":[0,22.5,0],"ti":[0,3,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":20,"s":[226.05,243.7,0],"e":[226.05,251.7,0],"to":[0,-3,0],"ti":[0,-1.33333337306976,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":24,"s":[226.05,251.7,0],"e":[226.05,251.7,0],"to":[0,0,0],"ti":[0,0,0]},{"t":30.0000012219251}],"ix":2},"a":{"a":0,"k":[106.35,131.65,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_0"],"t":11,"s":[100,0.304,100],"e":[91.517,117.504,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_0"],"t":16,"s":[91.517,117.504,100],"e":[106.598,95.434,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_0"],"t":20,"s":[106.598,95.434,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":24,"s":[100,100,100],"e":[100,100,100]},{"t":30.0000012219251}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-18.5,18.449],[18.5,-18.45],[-18.5,-18.45]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.690196037292,0.938623785973,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[193.95,244.6],"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":"Transformar"}],"nm":"Grupo 2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-106.1,-131.4],[-106.1,131.4],[69.1,131.4],[69.1,94.5],[106.1,94.5],[106.1,-131.4]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.690196096897,0.937254905701,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[106.35,131.65],"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":"Transformar"}],"nm":"Grupo 3","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":11.0000004480392,"op":90.0000036657752,"st":-9.00000036657752,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"Camada 3 contornos 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":29,"s":[0],"e":[-3.529]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[-3.529],"e":[0.916]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":58,"s":[0.916],"e":[0]},{"t":63.0000025660426}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":10,"s":[226.05,108.7,0],"e":[226.05,269.7,0],"to":[0,26.8333339691162,0],"ti":[0,-22.5,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":15,"s":[226.05,269.7,0],"e":[226.05,243.7,0],"to":[0,22.5,0],"ti":[0,3,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":19,"s":[226.05,243.7,0],"e":[226.05,251.7,0],"to":[0,-3,0],"ti":[0,-1.33333337306976,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":23,"s":[226.05,251.7,0],"e":[226.05,251.7,0],"to":[0,0,0],"ti":[0,0,0]},{"t":29.0000011811942}],"ix":2},"a":{"a":0,"k":[106.35,131.65,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_0"],"t":10,"s":[100,0.304,100],"e":[91.517,117.504,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_0"],"t":15,"s":[91.517,117.504,100],"e":[106.598,95.434,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_0"],"t":19,"s":[106.598,95.434,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":23,"s":[100,100,100],"e":[100,100,100]},{"t":29.0000011811942}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-18.5,18.449],[18.5,-18.45],[-18.5,-18.45]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.168627455831,0.835294127464,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[193.95,244.6],"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":"Transformar"}],"nm":"Grupo 2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-106.1,-131.4],[-106.1,131.4],[69.1,131.4],[69.1,94.5],[106.1,94.5],[106.1,-131.4]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.168627440929,0.833725273609,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[106.35,131.65],"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":"Transformar"}],"nm":"Grupo 3","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":10.0000004073083,"op":89.0000036250443,"st":-10.0000004073083,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"Layer 1 contornos","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":2,"s":[0],"e":[364]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":13,"s":[364],"e":[359]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":19,"s":[359],"e":[360]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":24,"s":[360],"e":[360]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":32,"s":[360],"e":[356.471]},{"i":{"x":[0.615],"y":[0.934]},"o":{"x":[0.17],"y":[0.043]},"n":["0p615_0p934_0p17_0p043"],"t":47,"s":[356.471],"e":[361.351]},{"i":{"x":[0.69],"y":[1]},"o":{"x":[0.351],"y":[-0.078]},"n":["0p69_1_0p351_-0p078"],"t":61,"s":[361.351],"e":[360]},{"t":66.0000026882351}],"ix":10},"p":{"a":0,"k":[226.05,267.45,0],"ix":2},"a":{"a":0,"k":[132.4,166.4,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,16.52]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_16p52"],"t":2,"s":[0,0,100],"e":[102.242,113.009,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.335]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_0p335"],"t":13,"s":[102.242,113.009,100],"e":[100.787,89.379,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,-0.189]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_-0p189"],"t":19,"s":[100.787,89.379,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":24,"s":[100,100,100],"e":[100,100,100]},{"t":32.0000013033867}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.6,0],[0,0],[0,2.599],[0,0],[-2.6,0],[0,0],[0,-2.6],[0,0]],"o":[[0,0],[-2.6,0],[0,0],[0,-2.6],[0,0],[2.599,0],[0,0],[-0.101,2.5]],"v":[[127.35,166.15],[-127.45,166.15],[-132.15,161.451],[-132.15,-161.45],[-127.45,-166.15],[127.45,-166.15],[132.15,-161.45],[132.15,161.55]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.195999998205,0.289999988032,0.368999974868,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[132.4,166.4],"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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":2.00000008146167,"op":92.0000037472368,"st":2.00000008146167,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"Layer 1 contornos 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":1,"s":[0],"e":[364]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":12,"s":[364],"e":[359]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":18,"s":[359],"e":[360]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":23,"s":[360],"e":[360]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":31,"s":[360],"e":[356.471]},{"i":{"x":[0.615],"y":[0.934]},"o":{"x":[0.17],"y":[0.043]},"n":["0p615_0p934_0p17_0p043"],"t":46,"s":[356.471],"e":[361.351]},{"i":{"x":[0.69],"y":[1]},"o":{"x":[0.351],"y":[-0.078]},"n":["0p69_1_0p351_-0p078"],"t":60,"s":[361.351],"e":[360]},{"t":65.0000026475043}],"ix":10},"p":{"a":0,"k":[226.05,267.45,0],"ix":2},"a":{"a":0,"k":[132.4,166.4,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,16.52]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_16p52"],"t":1,"s":[0,0,100],"e":[102.242,113.009,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.335]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_0p335"],"t":12,"s":[102.242,113.009,100],"e":[100.787,89.379,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,-0.189]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_-0p189"],"t":18,"s":[100.787,89.379,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":23,"s":[100,100,100],"e":[100,100,100]},{"t":31.0000012626559}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.6,0],[0,0],[0,2.599],[0,0],[-2.6,0],[0,0],[0,-2.6],[0,0]],"o":[[0,0],[-2.6,0],[0,0],[0,-2.6],[0,0],[2.599,0],[0,0],[-0.101,2.5]],"v":[[127.35,166.15],[-127.45,166.15],[-132.15,161.451],[-132.15,-161.45],[-127.45,-166.15],[127.45,-166.15],[132.15,-161.45],[132.15,161.55]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.292318344116,0.440320849419,0.564705908298,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[132.4,166.4],"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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":1.00000004073083,"op":28.0000011404634,"st":1.00000004073083,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"Layer 1 contornos 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":0,"s":[0],"e":[364]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":11,"s":[364],"e":[359]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":17,"s":[359],"e":[360]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":22,"s":[360],"e":[360]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[360],"e":[356.471]},{"i":{"x":[0.615],"y":[0.934]},"o":{"x":[0.17],"y":[0.043]},"n":["0p615_0p934_0p17_0p043"],"t":45,"s":[356.471],"e":[361.351]},{"i":{"x":[0.69],"y":[1]},"o":{"x":[0.351],"y":[-0.078]},"n":["0p69_1_0p351_-0p078"],"t":59,"s":[361.351],"e":[360]},{"t":64.0000026067734}],"ix":10},"p":{"a":0,"k":[226.05,267.45,0],"ix":2},"a":{"a":0,"k":[132.4,166.4,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,16.52]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_16p52"],"t":0,"s":[0,0,100],"e":[102.242,113.009,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.335]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_0p335"],"t":11,"s":[102.242,113.009,100],"e":[100.787,89.379,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,-0.189]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_-0p189"],"t":17,"s":[100.787,89.379,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":22,"s":[100,100,100],"e":[100,100,100]},{"t":30.0000012219251}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.6,0],[0,0],[0,2.599],[0,0],[-2.6,0],[0,0],[0,-2.6],[0,0]],"o":[[0,0],[-2.6,0],[0,0],[0,-2.6],[0,0],[2.599,0],[0,0],[-0.101,2.5]],"v":[[127.35,166.15],[-127.45,166.15],[-132.15,161.451],[-132.15,-161.45],[-127.45,-166.15],[127.45,-166.15],[132.15,-161.45],[132.15,161.55]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.447581708431,0.660377025604,0.839215695858,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[132.4,166.4],"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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":28.0000011404634,"st":0,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/download copy.json b/ohos/flutter_lottie/assets/lottiefiles/download copy.json new file mode 100644 index 0000000000000000000000000000000000000000..fd4e7d78436098033ad6c69c4c49a0d4db6d706b --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/download copy.json @@ -0,0 +1 @@ +{"v":"4.7.0","fr":24,"ip":0,"op":240,"w":375,"h":337,"nm":"Download face to animation","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":3,"nm":"face","ks":{"o":{"a":0,"k":0},"r":{"a":0,"k":-3.5},"p":{"a":0,"k":[375,214,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"ip":0,"op":24,"st":-24,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"eyebrows","parent":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":3},"p":{"a":0,"k":[-0.687,5.89,0]},"a":{"a":0,"k":[683,384,0]},"s":{"a":0,"k":[100,100,100]}},"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":[[-24.247,-5.075],[24.247,5.075]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.2,0.314,0.384,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":8},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[726.636,341.152],"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":"Group 7","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-24.344,4.591],[24.344,-4.59]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.2,0.314,0.384,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":8},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[638.83,324.278],"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":"Group 9","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":24,"st":-24,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"pupils Outlines","parent":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":3.5},"p":{"a":0,"k":[0.019,-13.857,0]},"a":{"a":0,"k":[685.11,384.668,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.036,-2.748],[2.749,0.035],[-0.036,2.747],[-2.748,-0.036]],"o":[[-0.036,2.748],[-2.747,-0.036],[0.035,-2.748],[2.748,0.036]],"v":[[4.976,0.065],[-0.065,4.976],[-4.976,-0.064],[0.065,-4.975]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.098,0.31,0.388,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[643.935,384.667],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.036,-2.748],[2.748,0.035],[-0.036,2.747],[-2.748,-0.036]],"o":[[-0.035,2.748],[-2.748,-0.036],[0.035,-2.748],[2.748,0.036]],"v":[[4.975,0.065],[-0.065,4.976],[-4.975,-0.064],[0.065,-4.975]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.098,0.31,0.388,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[726.287,384.667],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":24,"st":-24,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"eyeballs Outlines","parent":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":3.5},"p":{"a":0,"k":[0.019,-13.857,0]},"a":{"a":0,"k":[685.235,384.668,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.142,0.013],[0,0],[-0.012,4.142],[-4.142,-0.013],[0,0],[0.013,-4.142]],"o":[[0,0],[-4.142,-0.013],[0.013,-4.142],[0,0],[4.142,0.013],[-0.013,4.142]],"v":[[4.087,7.512],[-4.134,7.488],[-11.611,-0.035],[-4.088,-7.512],[4.133,-7.488],[11.61,0.035]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[643.935,384.668],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.143,0.013],[0,0],[-0.013,4.142],[-4.142,-0.013],[0,0],[0.012,-4.142]],"o":[[0,0],[-4.141,-0.013],[0.012,-4.142],[0,0],[4.141,0.013],[-0.012,4.142]],"v":[[4.088,7.512],[-4.133,7.488],[-11.609,-0.035],[-4.088,-7.512],[4.133,-7.488],[11.61,0.035]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[726.536,384.668],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":24,"st":-24,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"big grin Outlines","parent":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-24,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-20.572,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-19.429,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-12.572,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3.84,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4.8,"s":[0],"e":[0]},{"t":7.45125}]},"r":{"a":0,"k":3},"p":{"a":0,"k":[-0.5,0.75,0]},"a":{"a":0,"k":[683,384,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-19.429,"s":[{"i":[[4.438,-0.605],[-7.26,-5.933],[-34.249,-0.287],[-9.574,5.456],[2.704,3.164],[48.49,1.475]],"o":[[-5.27,0.718],[5.985,4.891],[40.511,0.34],[5.766,-3.285],[-5.923,-6.929],[-52.495,-1.597]],"v":[[612.385,399.249],[613.781,410.487],[682.291,431.205],[748.713,413.381],[758.32,401.739],[682.341,425.415]],"c":true}],"e":[{"i":[[18.792,-12.48],[-14.96,-11.75],[-39.768,-0.578],[-7.557,8.02],[8.951,5.369],[47.976,1.743]],"o":[[-8.497,5.643],[6.078,4.774],[44.996,0.654],[7.557,-8.02],[-16.682,-10.006],[-52.485,-1.906]],"v":[[601.427,394.403],[602.91,424.393],[681.623,450.45],[767.664,419.047],[762.389,393.774],[680.92,416.402]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-13.715,"s":[{"i":[[18.792,-12.48],[-14.96,-11.75],[-39.768,-0.578],[-7.557,8.02],[8.951,5.369],[47.976,1.743]],"o":[[-8.497,5.643],[6.078,4.774],[44.996,0.654],[7.557,-8.02],[-16.682,-10.006],[-52.485,-1.906]],"v":[[601.427,394.403],[602.91,424.393],[681.623,450.45],[767.664,419.047],[762.389,393.774],[680.92,416.402]],"c":true}],"e":[{"i":[[18.792,-12.48],[-14.96,-11.75],[-39.768,-0.578],[-7.557,8.02],[8.951,5.369],[47.976,1.743]],"o":[[-8.497,5.643],[6.078,4.774],[44.996,0.654],[7.557,-8.02],[-16.682,-10.006],[-52.485,-1.906]],"v":[[601.427,394.403],[602.91,424.393],[681.623,450.45],[767.664,419.047],[762.389,393.774],[680.92,416.402]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-12.572,"s":[{"i":[[18.792,-12.48],[-14.96,-11.75],[-39.768,-0.578],[-7.557,8.02],[8.951,5.369],[47.976,1.743]],"o":[[-8.497,5.643],[6.078,4.774],[44.996,0.654],[7.557,-8.02],[-16.682,-10.006],[-52.485,-1.906]],"v":[[601.427,394.403],[602.91,424.393],[681.623,450.45],[767.664,419.047],[762.389,393.774],[680.92,416.402]],"c":true}],"e":[{"i":[[18.792,-12.48],[-14.96,-11.75],[-39.768,-0.578],[-7.557,8.02],[8.951,5.369],[47.976,1.743]],"o":[[-8.497,5.643],[6.078,4.774],[44.996,0.654],[7.557,-8.02],[-16.682,-10.006],[-52.485,-1.906]],"v":[[601.427,394.403],[602.91,424.393],[681.623,450.45],[767.664,419.047],[762.389,393.774],[680.92,416.402]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[18.792,-12.48],[-14.96,-11.75],[-39.768,-0.578],[-7.557,8.02],[8.951,5.369],[47.976,1.743]],"o":[[-8.497,5.643],[6.078,4.774],[44.996,0.654],[7.557,-8.02],[-16.682,-10.006],[-52.485,-1.906]],"v":[[601.427,394.403],[602.91,424.393],[681.623,450.45],[767.664,419.047],[762.389,393.774],[680.92,416.402]],"c":true}],"e":[{"i":[[18.792,-12.48],[-14.96,-11.75],[-39.768,-0.578],[-7.557,8.02],[8.951,5.369],[47.976,1.743]],"o":[[-8.497,5.643],[6.078,4.774],[44.996,0.654],[7.557,-8.02],[-16.682,-10.006],[-52.485,-1.906]],"v":[[601.427,394.403],[602.91,424.393],[681.623,450.45],[767.664,419.047],[762.389,393.774],[680.92,416.402]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":1.92,"s":[{"i":[[18.792,-12.48],[-14.96,-11.75],[-39.768,-0.578],[-7.557,8.02],[8.951,5.369],[47.976,1.743]],"o":[[-8.497,5.643],[6.078,4.774],[44.996,0.654],[7.557,-8.02],[-16.682,-10.006],[-52.485,-1.906]],"v":[[601.427,394.403],[602.91,424.393],[681.623,450.45],[767.664,419.047],[762.389,393.774],[680.92,416.402]],"c":true}],"e":[{"i":[[4.438,-0.605],[-7.26,-5.933],[-34.249,-0.287],[-9.574,5.456],[2.704,3.164],[48.49,1.475]],"o":[[-5.27,0.718],[5.985,4.891],[40.511,0.34],[5.766,-3.285],[-5.923,-6.929],[-52.495,-1.597]],"v":[[612.385,399.249],[613.781,410.487],[682.291,431.205],[748.713,413.381],[758.32,401.739],[682.341,425.415]],"c":true}]},{"t":3.84}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[0.596078,0.427451,0.541176,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.4705882,0.8431373,0.6901961,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.834,0.089],[2.802,2.577],[-8.295,5.938],[-0.537,0.298],[0,0]],"o":[[-4.107,-0.04],[8.512,-3.497],[0.512,-0.367],[0,0],[-0.088,8.834]],"v":[[-2.787,9.625],[-13.401,5.397],[11.823,-8.726],[13.401,-9.714],[13.367,-6.21]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[733.268,404.723],"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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.088,8.834],[0,0],[-0.722,-0.606],[-14.867,-5.988],[4.035,0.04]],"o":[[0,0],[0.789,0.457],[0.109,0.092],[-2.834,2.438],[-8.834,-0.088]],"v":[[-13.144,-6.71],[-13.117,-9.485],[-10.841,-7.907],[13.232,5.56],[2.691,9.445]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[631.812,404.496],"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":"Group 2","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-7.522,-0.209],[5.925,0.059],[1.276,7.48],[-2.371,-0.63]],"o":[[-2.812,4.759],[-7.856,-0.078],[2.185,0.74],[7.612,2.024]],"v":[[14.762,-1.262],[0.833,6.617],[-14.762,-6.675],[-7.945,-4.599]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[665.549,418.856],"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":"Group 3","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.063,0.08],[2.711,4.835],[-9.8,3.4]],"o":[[-5.939,-0.06],[10.02,-0.179],[-1.181,7.747]],"v":[[-1.082,6.745],[-14.872,-1.445],[14.872,-6.826]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[699.454,419.047],"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":"Group 4","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-10.769,-8.587],[17.667,3.698],[2.201,0.584],[2.269,0.735],[-15.055,-0.15]],"o":[[-25.022,7.935],[-2.386,-0.499],[-2.416,-0.643],[11.014,-8.593],[14.841,0.148]],"v":[[39.579,3.076],[-25.693,6.375],[-32.577,4.742],[-39.579,2.655],[0.371,-10.862]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.949,0.467,0.388,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[681.967,440.434],"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":"Group 5","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.385,-0.499],[-41.442,29.669],[5.141,7.182],[7.183,-5.144],[30.015,7.979],[0.137,0.116],[5.68,-6.768],[-6.765,-5.678],[-29.355,-7.798]],"o":[[27.183,5.689],[7.183,-5.142],[-5.144,-7.184],[-28.055,20.084],[-22.182,-5.892],[-6.767,-5.679],[-5.682,6.766],[0.789,0.662],[2.202,0.584]],"v":[[-26.378,25.134],[81.061,0.334],[84.757,-21.983],[62.439,-25.679],[-25.046,-7.419],[-61.68,-25.087],[-84.216,-23.119],[-82.25,-0.584],[-33.262,23.501]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.098,0.31,0.388,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[682.651,421.676],"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":"Group 6","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group"}],"ip":0,"op":24,"st":-24,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"nose 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-0.5},"p":{"a":0,"k":[374.674,214.92,0]},"a":{"a":0,"k":[683,384,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-8.835,-0.088],[-0.088,8.834],[0,0]],"o":[[0,0],[-0.088,8.834],[8.834,0.089],[0,0],[0,0]],"v":[[-15.785,-29.072],[-16.204,12.915],[-0.368,29.07],[15.786,13.235],[16.205,-28.753]],"c":true}},"nm":"Path 4","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"gf","o":{"a":0,"k":50},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.988,0.792,0.341,0.264,0.994,0.58,0.325,0.759,1,0.369,0.31]}},"s":{"a":0,"k":[1.631,-3.828]},"e":{"a":0,"k":[-0.549,35.191]},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill"},{"ty":"tr","p":{"a":0,"k":[682.906,380.487],"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":"Group 11","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":24,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Smile Outlines","parent":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-20.16,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-15.84,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":1.44,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3.84,"s":[0],"e":[100]},{"t":4.8}]},"r":{"a":0,"k":3},"p":{"a":0,"k":[0,0,0]},"a":{"a":0,"k":[683,384,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-77.303,55.094]],"o":[[0,0],[0,0]],"v":[[-71.605,-27.781],[71.605,-27.313]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.471,0.384,0.506,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[683.367,432.429],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":24,"st":-24,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Shape Layer 2","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2.88,"s":[0],"e":[100]},{"t":4.8}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[521.75,259.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[125,125,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[31.457,31.457]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0.8823529,0.7411765,0.7372549,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.9921569,0.5764706,0.3254902,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-59.229,-19.479],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":24,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2.88,"s":[0],"e":[100]},{"t":4.8}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[378,259.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[125,125,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[31.457,31.457]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0.8823529,0.7411765,0.7372549,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.9921569,0.5764706,0.3254902,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-59.229,-19.479],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":24,"st":0,"bm":0,"sr":1}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":3,"nm":"face","ks":{"o":{"a":0,"k":0},"r":{"a":0,"k":-3.5},"p":{"a":0,"k":[375,214,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"ip":-11.52,"op":24,"st":-11.52,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"eyebrows","parent":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":3},"p":{"a":0,"k":[-0.687,5.89,0]},"a":{"a":0,"k":[683,384,0]},"s":{"a":0,"k":[100,100,100]}},"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":[[-24.247,-5.075],[24.247,5.075]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.2,0.314,0.384,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":8},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[726.636,341.152],"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":"Group 7","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-24.344,4.591],[24.344,-4.59]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.2,0.314,0.384,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":8},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[638.83,324.278],"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":"Group 9","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":-11.52,"op":24,"st":-11.52,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"pupils Outlines","parent":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":3.5},"p":{"a":0,"k":[0.019,-13.857,0]},"a":{"a":0,"k":[685.11,384.668,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.036,-2.748],[2.749,0.035],[-0.036,2.747],[-2.748,-0.036]],"o":[[-0.036,2.748],[-2.747,-0.036],[0.035,-2.748],[2.748,0.036]],"v":[[4.976,0.065],[-0.065,4.976],[-4.976,-0.064],[0.065,-4.975]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.098,0.31,0.388,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[643.935,384.667],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.036,-2.748],[2.748,0.035],[-0.036,2.747],[-2.748,-0.036]],"o":[[-0.035,2.748],[-2.748,-0.036],[0.035,-2.748],[2.748,0.036]],"v":[[4.975,0.065],[-0.065,4.976],[-4.975,-0.064],[0.065,-4.975]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.098,0.31,0.388,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[726.287,384.667],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":-11.52,"op":230.4,"st":-11.52,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"eyeballs Outlines","parent":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":3.5},"p":{"a":0,"k":[0.019,-13.857,0]},"a":{"a":0,"k":[685.235,384.668,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.142,0.013],[0,0],[-0.012,4.142],[-4.142,-0.013],[0,0],[0.013,-4.142]],"o":[[0,0],[-4.142,-0.013],[0.013,-4.142],[0,0],[4.142,0.013],[-0.013,4.142]],"v":[[4.087,7.512],[-4.134,7.488],[-11.611,-0.035],[-4.088,-7.512],[4.133,-7.488],[11.61,0.035]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[643.935,384.668],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.143,0.013],[0,0],[-0.013,4.142],[-4.142,-0.013],[0,0],[0.012,-4.142]],"o":[[0,0],[-4.141,-0.013],[0.012,-4.142],[0,0],[4.141,0.013],[-0.012,4.142]],"v":[[4.088,7.512],[-4.133,7.488],[-11.609,-0.035],[-4.088,-7.512],[4.133,-7.488],[11.61,0.035]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[726.536,384.668],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":-11.52,"op":230.4,"st":-11.52,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"big grin Outlines","parent":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-11.52,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-8.092,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-6.949,"s":[100],"e":[100]},{"t":0}]},"r":{"a":0,"k":3},"p":{"a":0,"k":[-0.5,0.75,0]},"a":{"a":0,"k":[683,384,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-6.949,"s":[{"i":[[4.438,-0.605],[-7.26,-5.933],[-34.249,-0.287],[-9.574,5.456],[2.704,3.164],[48.49,1.475]],"o":[[-5.27,0.718],[5.985,4.891],[40.511,0.34],[5.766,-3.285],[-5.923,-6.929],[-52.495,-1.597]],"v":[[612.385,399.249],[613.781,410.487],[682.291,431.205],[748.713,413.381],[758.32,401.739],[682.341,425.415]],"c":true}],"e":[{"i":[[18.792,-12.48],[-14.96,-11.75],[-39.768,-0.578],[-7.557,8.02],[8.951,5.369],[47.976,1.743]],"o":[[-8.497,5.643],[6.078,4.774],[44.996,0.654],[7.557,-8.02],[-16.682,-10.006],[-52.485,-1.906]],"v":[[601.427,394.403],[602.91,424.393],[681.623,450.45],[767.664,419.047],[762.389,393.774],[680.92,416.402]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-1.235,"s":[{"i":[[18.792,-12.48],[-14.96,-11.75],[-39.768,-0.578],[-7.557,8.02],[8.951,5.369],[47.976,1.743]],"o":[[-8.497,5.643],[6.078,4.774],[44.996,0.654],[7.557,-8.02],[-16.682,-10.006],[-52.485,-1.906]],"v":[[601.427,394.403],[602.91,424.393],[681.623,450.45],[767.664,419.047],[762.389,393.774],[680.92,416.402]],"c":true}],"e":[{"i":[[18.792,-12.48],[-14.96,-11.75],[-39.768,-0.578],[-7.557,8.02],[8.951,5.369],[47.976,1.743]],"o":[[-8.497,5.643],[6.078,4.774],[44.996,0.654],[7.557,-8.02],[-16.682,-10.006],[-52.485,-1.906]],"v":[[601.427,394.403],[602.91,424.393],[681.623,450.45],[767.664,419.047],[762.389,393.774],[680.92,416.402]],"c":true}]},{"t":0}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[0.596078,0.427451,0.541176,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.4705882,0.8431373,0.6901961,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.834,0.089],[2.802,2.577],[-8.295,5.938],[-0.537,0.298],[0,0]],"o":[[-4.107,-0.04],[8.512,-3.497],[0.512,-0.367],[0,0],[-0.088,8.834]],"v":[[-2.787,9.625],[-13.401,5.397],[11.823,-8.726],[13.401,-9.714],[13.367,-6.21]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[733.268,404.723],"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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.088,8.834],[0,0],[-0.722,-0.606],[-14.867,-5.988],[4.035,0.04]],"o":[[0,0],[0.789,0.457],[0.109,0.092],[-2.834,2.438],[-8.834,-0.088]],"v":[[-13.144,-6.71],[-13.117,-9.485],[-10.841,-7.907],[13.232,5.56],[2.691,9.445]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[631.812,404.496],"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":"Group 2","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-7.522,-0.209],[5.925,0.059],[1.276,7.48],[-2.371,-0.63]],"o":[[-2.812,4.759],[-7.856,-0.078],[2.185,0.74],[7.612,2.024]],"v":[[14.762,-1.262],[0.833,6.617],[-14.762,-6.675],[-7.945,-4.599]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[665.549,418.856],"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":"Group 3","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.063,0.08],[2.711,4.835],[-9.8,3.4]],"o":[[-5.939,-0.06],[10.02,-0.179],[-1.181,7.747]],"v":[[-1.082,6.745],[-14.872,-1.445],[14.872,-6.826]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[699.454,419.047],"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":"Group 4","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-10.769,-8.587],[17.667,3.698],[2.201,0.584],[2.269,0.735],[-15.055,-0.15]],"o":[[-25.022,7.935],[-2.386,-0.499],[-2.416,-0.643],[11.014,-8.593],[14.841,0.148]],"v":[[39.579,3.076],[-25.693,6.375],[-32.577,4.742],[-39.579,2.655],[0.371,-10.862]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.949,0.467,0.388,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[681.967,440.434],"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":"Group 5","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.385,-0.499],[-41.442,29.669],[5.141,7.182],[7.183,-5.144],[30.015,7.979],[0.137,0.116],[5.68,-6.768],[-6.765,-5.678],[-29.355,-7.798]],"o":[[27.183,5.689],[7.183,-5.142],[-5.144,-7.184],[-28.055,20.084],[-22.182,-5.892],[-6.767,-5.679],[-5.682,6.766],[0.789,0.662],[2.202,0.584]],"v":[[-26.378,25.134],[81.061,0.334],[84.757,-21.983],[62.439,-25.679],[-25.046,-7.419],[-61.68,-25.087],[-84.216,-23.119],[-82.25,-0.584],[-33.262,23.501]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.098,0.31,0.388,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[682.651,421.676],"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":"Group 6","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group"}],"ip":-11.52,"op":24,"st":-11.52,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"nose 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-0.5},"p":{"a":0,"k":[374.674,214.92,0]},"a":{"a":0,"k":[683,384,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-8.835,-0.088],[-0.088,8.834],[0,0]],"o":[[0,0],[-0.088,8.834],[8.834,0.089],[0,0],[0,0]],"v":[[-15.785,-29.072],[-16.204,12.915],[-0.368,29.07],[15.786,13.235],[16.205,-28.753]],"c":true}},"nm":"Path 4","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"gf","o":{"a":0,"k":50},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.988,0.792,0.341,0.264,0.994,0.58,0.325,0.759,1,0.369,0.31]}},"s":{"a":0,"k":[1.631,-3.828]},"e":{"a":0,"k":[-0.549,35.191]},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill"},{"ty":"tr","p":{"a":0,"k":[682.906,380.487],"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":"Group 11","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":24,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Smile Outlines","parent":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-7.68,"s":[100],"e":[0]},{"t":-3.36}]},"r":{"a":0,"k":3},"p":{"a":0,"k":[0,0,0]},"a":{"a":0,"k":[683,384,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-77.303,55.094]],"o":[[0,0],[0,0]],"v":[[-71.605,-27.781],[71.605,-27.313]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.471,0.384,0.506,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[683.367,432.429],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.133,-11.001],[-11.001,-0.133],[-0.133,11.002],[11.001,0.134]],"o":[[-0.133,11.002],[11.002,0.133],[0.133,-11.001],[-11.001,-0.133]],"v":[[-19.919,-0.242],[-0.241,19.919],[19.92,0.24],[0.242,-19.92]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"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":[[-611.762,363.351],[754.238,363.351],[754.238,-404.649],[-611.762,-404.649]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-611.762,-404.649],[754.238,-404.649],[754.238,363.351],[-611.762,363.351]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-19.921,19.921],[19.921,19.921],[19.921,-19.921],[-19.921,-19.921]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-11.52,"s":[0.3333333,0.7411765,0.5411765,1],"e":[0.9921569,0.5764706,0.3254902,1]},{"t":0}]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[611.762,404.649],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.134,-11.001],[-11.002,-0.134],[-0.133,11.002],[11.001,0.133]],"o":[[-0.133,11.001],[11.001,0.133],[0.134,-11.001],[-11.002,-0.134]],"v":[[-19.92,-0.241],[-0.241,19.92],[19.919,0.241],[0.241,-19.919]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"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":[[-755.21,361.614],[610.79,361.614],[610.79,-406.386],[-755.21,-406.386]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-755.21,-406.386],[610.79,-406.386],[610.79,361.614],[-755.21,361.614]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-19.921,19.921],[19.921,19.921],[19.921,-19.921],[-19.921,-19.921]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-11.52,"s":[0.3333333,0.7411765,0.5411765,1],"e":[0.9921569,0.5764706,0.3254902,1]},{"t":0}]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[755.21,406.386],"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":"Group 3","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group"}],"ip":-11.52,"op":24,"st":-11.52,"bm":0,"sr":1}]},{"id":"comp_2","layers":[{"ddd":0,"ind":1,"ty":3,"nm":"face","ks":{"o":{"a":0,"k":0},"r":{"a":0,"k":-3.5},"p":{"a":0,"k":[375,214,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"ip":0,"op":24,"st":-24,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"eyebrows","parent":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":3},"p":{"a":0,"k":[-0.687,5.89,0]},"a":{"a":0,"k":[683,384,0]},"s":{"a":0,"k":[100,100,100]}},"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":[[-24.247,-5.075],[24.247,5.075]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.2,0.314,0.384,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":8},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[726.636,341.152],"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":"Group 7","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-24.344,4.591],[24.344,-4.59]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.2,0.314,0.384,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":8},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[638.83,324.278],"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":"Group 9","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":-11.52,"op":24,"st":-35.52,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"pupils Outlines","parent":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":3.5},"p":{"a":0,"k":[0.019,-13.857,0]},"a":{"a":0,"k":[685.11,384.668,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.036,-2.748],[2.749,0.035],[-0.036,2.747],[-2.748,-0.036]],"o":[[-0.036,2.748],[-2.747,-0.036],[0.035,-2.748],[2.748,0.036]],"v":[[4.976,0.065],[-0.065,4.976],[-4.976,-0.064],[0.065,-4.975]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.098,0.31,0.388,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[643.935,384.667],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.036,-2.748],[2.748,0.035],[-0.036,2.747],[-2.748,-0.036]],"o":[[-0.035,2.748],[-2.748,-0.036],[0.035,-2.748],[2.748,0.036]],"v":[[4.975,0.065],[-0.065,4.976],[-4.975,-0.064],[0.065,-4.975]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.098,0.31,0.388,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[726.287,384.667],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":-11.52,"op":24,"st":-35.52,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"eyeballs Outlines","parent":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":3.5},"p":{"a":0,"k":[0.019,-13.857,0]},"a":{"a":0,"k":[685.235,384.668,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.142,0.013],[0,0],[-0.012,4.142],[-4.142,-0.013],[0,0],[0.013,-4.142]],"o":[[0,0],[-4.142,-0.013],[0.013,-4.142],[0,0],[4.142,0.013],[-0.013,4.142]],"v":[[4.087,7.512],[-4.134,7.488],[-11.611,-0.035],[-4.088,-7.512],[4.133,-7.488],[11.61,0.035]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[643.935,384.668],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.143,0.013],[0,0],[-0.013,4.142],[-4.142,-0.013],[0,0],[0.012,-4.142]],"o":[[0,0],[-4.141,-0.013],[0.012,-4.142],[0,0],[4.141,0.013],[-0.012,4.142]],"v":[[4.088,7.512],[-4.133,7.488],[-11.609,-0.035],[-4.088,-7.512],[4.133,-7.488],[11.61,0.035]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[726.536,384.668],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":-11.52,"op":24,"st":-35.52,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"big grin Outlines","parent":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-35.52,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-32.092,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-30.949,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-24.092,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-11.52,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-4.663,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-3.52,"s":[0],"e":[0]},{"t":-0.091875}]},"r":{"a":0,"k":3},"p":{"a":0,"k":[-0.5,0.75,0]},"a":{"a":0,"k":[683,384,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-30.949,"s":[{"i":[[4.438,-0.605],[-7.26,-5.933],[-34.249,-0.287],[-9.574,5.456],[2.704,3.164],[48.49,1.475]],"o":[[-5.27,0.718],[5.985,4.891],[40.511,0.34],[5.766,-3.285],[-5.923,-6.929],[-52.495,-1.597]],"v":[[612.385,399.249],[613.781,410.487],[682.291,431.205],[748.713,413.381],[758.32,401.739],[682.341,425.415]],"c":true}],"e":[{"i":[[18.792,-12.48],[-14.96,-11.75],[-39.768,-0.578],[-7.557,8.02],[8.951,5.369],[47.976,1.743]],"o":[[-8.497,5.643],[6.078,4.774],[44.996,0.654],[7.557,-8.02],[-16.682,-10.006],[-52.485,-1.906]],"v":[[601.427,394.403],[602.91,424.393],[681.623,450.45],[767.664,419.047],[762.389,393.774],[680.92,416.402]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-25.235,"s":[{"i":[[18.792,-12.48],[-14.96,-11.75],[-39.768,-0.578],[-7.557,8.02],[8.951,5.369],[47.976,1.743]],"o":[[-8.497,5.643],[6.078,4.774],[44.996,0.654],[7.557,-8.02],[-16.682,-10.006],[-52.485,-1.906]],"v":[[601.427,394.403],[602.91,424.393],[681.623,450.45],[767.664,419.047],[762.389,393.774],[680.92,416.402]],"c":true}],"e":[{"i":[[18.792,-12.48],[-14.96,-11.75],[-39.768,-0.578],[-7.557,8.02],[8.951,5.369],[47.976,1.743]],"o":[[-8.497,5.643],[6.078,4.774],[44.996,0.654],[7.557,-8.02],[-16.682,-10.006],[-52.485,-1.906]],"v":[[601.427,394.403],[602.91,424.393],[681.623,450.45],[767.664,419.047],[762.389,393.774],[680.92,416.402]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-24.092,"s":[{"i":[[18.792,-12.48],[-14.96,-11.75],[-39.768,-0.578],[-7.557,8.02],[8.951,5.369],[47.976,1.743]],"o":[[-8.497,5.643],[6.078,4.774],[44.996,0.654],[7.557,-8.02],[-16.682,-10.006],[-52.485,-1.906]],"v":[[601.427,394.403],[602.91,424.393],[681.623,450.45],[767.664,419.047],[762.389,393.774],[680.92,416.402]],"c":true}],"e":[{"i":[[18.792,-12.48],[-14.96,-11.75],[-39.768,-0.578],[-7.557,8.02],[8.951,5.369],[47.976,1.743]],"o":[[-8.497,5.643],[6.078,4.774],[44.996,0.654],[7.557,-8.02],[-16.682,-10.006],[-52.485,-1.906]],"v":[[601.427,394.403],[602.91,424.393],[681.623,450.45],[767.664,419.047],[762.389,393.774],[680.92,416.402]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-11.52,"s":[{"i":[[18.792,-12.48],[-14.96,-11.75],[-39.768,-0.578],[-7.557,8.02],[8.951,5.369],[47.976,1.743]],"o":[[-8.497,5.643],[6.078,4.774],[44.996,0.654],[7.557,-8.02],[-16.682,-10.006],[-52.485,-1.906]],"v":[[601.427,394.403],[602.91,424.393],[681.623,450.45],[767.664,419.047],[762.389,393.774],[680.92,416.402]],"c":true}],"e":[{"i":[[18.792,-12.48],[-14.96,-11.75],[-39.768,-0.578],[-7.557,8.02],[8.951,5.369],[47.976,1.743]],"o":[[-8.497,5.643],[6.078,4.774],[44.996,0.654],[7.557,-8.02],[-16.682,-10.006],[-52.485,-1.906]],"v":[[601.427,394.403],[602.91,424.393],[681.623,450.45],[767.664,419.047],[762.389,393.774],[680.92,416.402]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-10.377,"s":[{"i":[[18.792,-12.48],[-14.96,-11.75],[-39.768,-0.578],[-7.557,8.02],[8.951,5.369],[47.976,1.743]],"o":[[-8.497,5.643],[6.078,4.774],[44.996,0.654],[7.557,-8.02],[-16.682,-10.006],[-52.485,-1.906]],"v":[[601.427,394.403],[602.91,424.393],[681.623,450.45],[767.664,419.047],[762.389,393.774],[680.92,416.402]],"c":true}],"e":[{"i":[[4.438,-0.605],[-7.26,-5.933],[-34.249,-0.287],[-9.574,5.456],[2.704,3.164],[48.49,1.475]],"o":[[-5.27,0.718],[5.985,4.891],[40.511,0.34],[5.766,-3.285],[-5.923,-6.929],[-52.495,-1.597]],"v":[[612.385,399.249],[613.781,410.487],[682.291,431.205],[748.713,413.381],[758.32,401.739],[682.341,425.415]],"c":true}]},{"t":-4.663125}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[0.596078,0.427451,0.541176,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.4705882,0.8431373,0.6901961,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.834,0.089],[2.802,2.577],[-8.295,5.938],[-0.537,0.298],[0,0]],"o":[[-4.107,-0.04],[8.512,-3.497],[0.512,-0.367],[0,0],[-0.088,8.834]],"v":[[-2.787,9.625],[-13.401,5.397],[11.823,-8.726],[13.401,-9.714],[13.367,-6.21]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[733.268,404.723],"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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.088,8.834],[0,0],[-0.722,-0.606],[-14.867,-5.988],[4.035,0.04]],"o":[[0,0],[0.789,0.457],[0.109,0.092],[-2.834,2.438],[-8.834,-0.088]],"v":[[-13.144,-6.71],[-13.117,-9.485],[-10.841,-7.907],[13.232,5.56],[2.691,9.445]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[631.812,404.496],"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":"Group 2","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-7.522,-0.209],[5.925,0.059],[1.276,7.48],[-2.371,-0.63]],"o":[[-2.812,4.759],[-7.856,-0.078],[2.185,0.74],[7.612,2.024]],"v":[[14.762,-1.262],[0.833,6.617],[-14.762,-6.675],[-7.945,-4.599]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[665.549,418.856],"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":"Group 3","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.063,0.08],[2.711,4.835],[-9.8,3.4]],"o":[[-5.939,-0.06],[10.02,-0.179],[-1.181,7.747]],"v":[[-1.082,6.745],[-14.872,-1.445],[14.872,-6.826]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[699.454,419.047],"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":"Group 4","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-10.769,-8.587],[17.667,3.698],[2.201,0.584],[2.269,0.735],[-15.055,-0.15]],"o":[[-25.022,7.935],[-2.386,-0.499],[-2.416,-0.643],[11.014,-8.593],[14.841,0.148]],"v":[[39.579,3.076],[-25.693,6.375],[-32.577,4.742],[-39.579,2.655],[0.371,-10.862]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.949,0.467,0.388,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[681.967,440.434],"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":"Group 5","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.385,-0.499],[-41.442,29.669],[5.141,7.182],[7.183,-5.144],[30.015,7.979],[0.137,0.116],[5.68,-6.768],[-6.765,-5.678],[-29.355,-7.798]],"o":[[27.183,5.689],[7.183,-5.142],[-5.144,-7.184],[-28.055,20.084],[-22.182,-5.892],[-6.767,-5.679],[-5.682,6.766],[0.789,0.662],[2.202,0.584]],"v":[[-26.378,25.134],[81.061,0.334],[84.757,-21.983],[62.439,-25.679],[-25.046,-7.419],[-61.68,-25.087],[-84.216,-23.119],[-82.25,-0.584],[-33.262,23.501]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.098,0.31,0.388,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[682.651,421.676],"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":"Group 6","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group"}],"ip":-11.52,"op":24,"st":-35.52,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"nose 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-0.5},"p":{"a":0,"k":[374.674,214.92,0]},"a":{"a":0,"k":[683,384,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-8.835,-0.088],[-0.088,8.834],[0,0]],"o":[[0,0],[-0.088,8.834],[8.834,0.089],[0,0],[0,0]],"v":[[-15.785,-29.072],[-16.204,12.915],[-0.368,29.07],[15.786,13.235],[16.205,-28.753]],"c":true}},"nm":"Path 4","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"gf","o":{"a":0,"k":50},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.988,0.792,0.341,0.264,0.994,0.58,0.325,0.759,1,0.369,0.31]}},"s":{"a":0,"k":[1.631,-3.828]},"e":{"a":0,"k":[-0.549,35.191]},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill"},{"ty":"tr","p":{"a":0,"k":[682.906,380.487],"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":"Group 11","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":24,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Smile Outlines","parent":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-31.68,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-27.36,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-11.52,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-10.08,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-5.76,"s":[0],"e":[100]},{"t":-2.88}]},"r":{"a":0,"k":3},"p":{"a":0,"k":[0,0,0]},"a":{"a":0,"k":[683,384,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-77.303,55.094]],"o":[[0,0],[0,0]],"v":[[-71.605,-27.781],[71.605,-27.313]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.471,0.384,0.506,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[683.367,432.429],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":-11.52,"op":24,"st":-35.52,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[378,259.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[125,125,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[31.457,31.457]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0.8823529,0.7411765,0.7372549,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.9921569,0.5764706,0.3254902,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-59.229,-19.479],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":24,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"Shape Layer 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[521.75,259.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[125,125,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[31.457,31.457]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0.8823529,0.7411765,0.7372549,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.9921569,0.5764706,0.3254902,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-59.229,-19.479],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":24,"st":0,"bm":0,"sr":1}]},{"id":"comp_3","layers":[{"ddd":0,"ind":1,"ty":0,"nm":"download pre comp","refId":"comp_4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":17.5},"p":{"a":0,"k":[228.5,122.5,0]},"a":{"a":0,"k":[227.5,177.5,0]},"s":{"a":0,"k":[90.845,90.845,100]}},"ao":0,"w":455,"h":355,"ip":0,"op":211.411411411411,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[191.5,169.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[113.826,115.356,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[0.905882,0.721569,0.352941,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.2,0.3137255,0.3843137,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"ix":1,"mn":"ADBE Vector Group"},{"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":[[-181.5,24.5],[-183.5,158.5],[175.5,155.5],[174.411,110.462]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.905882,0.721569,0.352941,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.2,0.3137255,0.3843137,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,130.6],"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,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":211.411411411411,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":1,"nm":"Medium Gray-Royal Blue Solid 1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[187.5,168.5,0]},"a":{"a":0,"k":[160.5,175,0]},"s":{"a":0,"k":[122,122.296,100]}},"ao":0,"sw":321,"sh":350,"sc":"#28404e","ip":0,"op":211.411411411411,"st":0,"bm":0,"sr":1}]},{"id":"comp_4","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"ruler 5","parent":5,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[3118.055,159.597,0]},"a":{"a":0,"k":[635.055,16,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[6.5,0.911],[8.361,69.036],[1204.973,65.036],[1203.611,1.169]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"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":[[1199.611,1.001],[1199.611,21.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1209.611,1.001],[1209.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1259.611,1.001],[1259.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1269.611,1.001],[1269.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1219.611,1.001],[1219.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1229.611,1.001],[1229.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1239.611,1.001],[1239.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1249.611,1.001],[1249.611,31.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1099.611,1.001],[1099.611,21.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1109.611,1.001],[1109.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1159.611,1.001],[1159.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1169.611,1.001],[1169.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1179.611,1.001],[1179.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1189.611,1.001],[1189.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1119.611,1.001],[1119.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1129.611,1.001],[1129.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 16","np":2,"cix":2,"ix":16,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1139.611,1.001],[1139.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 17","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1149.361,1.001],[1149.361,31.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 18","np":2,"cix":2,"ix":18,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[999.611,1.001],[999.611,21.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 19","np":2,"cix":2,"ix":19,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1009.611,1.001],[1009.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 20","np":2,"cix":2,"ix":20,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1059.611,1.001],[1059.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 21","np":2,"cix":2,"ix":21,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1069.611,1.001],[1069.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 22","np":2,"cix":2,"ix":22,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1079.611,1.001],[1079.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 23","np":2,"cix":2,"ix":23,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1089.611,1.001],[1089.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 24","np":2,"cix":2,"ix":24,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1019.611,1.001],[1019.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 25","np":2,"cix":2,"ix":25,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1029.611,1.001],[1029.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 26","np":2,"cix":2,"ix":26,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1039.611,1.001],[1039.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 27","np":2,"cix":2,"ix":27,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1049.361,1.001],[1049.361,31.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 28","np":2,"cix":2,"ix":28,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[899.611,1.001],[899.611,21.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 29","np":2,"cix":2,"ix":29,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[909.611,1.001],[909.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 30","np":2,"cix":2,"ix":30,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[959.611,1.001],[959.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 31","np":2,"cix":2,"ix":31,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[969.611,1.001],[969.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 32","np":2,"cix":2,"ix":32,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[979.611,1.001],[979.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 33","np":2,"cix":2,"ix":33,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[989.611,1.001],[989.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 34","np":2,"cix":2,"ix":34,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[919.611,1.001],[919.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 35","np":2,"cix":2,"ix":35,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[929.611,1.001],[929.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 36","np":2,"cix":2,"ix":36,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[939.611,1.001],[939.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 37","np":2,"cix":2,"ix":37,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[949.361,1.001],[949.361,31.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 38","np":2,"cix":2,"ix":38,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[200.5,1.001],[200.5,21.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 39","np":2,"cix":2,"ix":39,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[210.5,1.001],[210.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 40","np":2,"cix":2,"ix":40,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[260.5,1.001],[260.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 41","np":2,"cix":2,"ix":41,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[270.5,1.001],[270.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 42","np":2,"cix":2,"ix":42,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[280.5,1.001],[280.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 43","np":2,"cix":2,"ix":43,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[290.5,1.001],[290.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 44","np":2,"cix":2,"ix":44,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[220.5,1.001],[220.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 45","np":2,"cix":2,"ix":45,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[230.5,1.001],[230.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 46","np":2,"cix":2,"ix":46,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[240.5,1.001],[240.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 47","np":2,"cix":2,"ix":47,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[250.25,1.001],[250.25,31.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 48","np":2,"cix":2,"ix":48,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[100.5,1.001],[100.5,21.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 49","np":2,"cix":2,"ix":49,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[110.5,1.001],[110.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 50","np":2,"cix":2,"ix":50,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[160.5,1.001],[160.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 51","np":2,"cix":2,"ix":51,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[170.5,1.001],[170.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 52","np":2,"cix":2,"ix":52,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[180.5,1.001],[180.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 53","np":2,"cix":2,"ix":53,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[190.5,1.001],[190.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 54","np":2,"cix":2,"ix":54,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[120.5,1.001],[120.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 55","np":2,"cix":2,"ix":55,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[130.5,1.001],[130.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 56","np":2,"cix":2,"ix":56,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[140.5,1.001],[140.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 57","np":2,"cix":2,"ix":57,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[150.25,1.001],[150.25,31.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 58","np":2,"cix":2,"ix":58,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0.5,1.001],[0.5,21.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 59","np":2,"cix":2,"ix":59,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[10.5,1.001],[10.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 60","np":2,"cix":2,"ix":60,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[60.5,1.001],[60.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 61","np":2,"cix":2,"ix":61,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[70.5,1.001],[70.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 62","np":2,"cix":2,"ix":62,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[80.5,1.001],[80.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 63","np":2,"cix":2,"ix":63,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[90.5,1.001],[90.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 64","np":2,"cix":2,"ix":64,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[20.5,1.001],[20.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 65","np":2,"cix":2,"ix":65,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[30.5,1.001],[30.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 66","np":2,"cix":2,"ix":66,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[40.5,1.001],[40.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 67","np":2,"cix":2,"ix":67,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[50.25,1.001],[50.25,31.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 68","np":2,"cix":2,"ix":68,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[499.5,1.001],[499.5,21.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 69","np":2,"cix":2,"ix":69,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[509.5,1.001],[509.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 70","np":2,"cix":2,"ix":70,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[559.5,1.001],[559.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 71","np":2,"cix":2,"ix":71,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[569.5,1.001],[569.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 72","np":2,"cix":2,"ix":72,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[579.5,1.001],[579.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 73","np":2,"cix":2,"ix":73,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[589.5,1.001],[589.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 74","np":2,"cix":2,"ix":74,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[519.5,1.001],[519.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 75","np":2,"cix":2,"ix":75,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[529.5,1.001],[529.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 76","np":2,"cix":2,"ix":76,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[539.5,1.001],[539.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 77","np":2,"cix":2,"ix":77,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[549.25,1.001],[549.25,31.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 78","np":2,"cix":2,"ix":78,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[399.5,1.001],[399.5,21.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 79","np":2,"cix":2,"ix":79,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[409.5,1.001],[409.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 80","np":2,"cix":2,"ix":80,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[459.5,1.001],[459.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 81","np":2,"cix":2,"ix":81,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[469.5,1.001],[469.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 82","np":2,"cix":2,"ix":82,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[479.5,1.001],[479.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 83","np":2,"cix":2,"ix":83,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[489.5,1.001],[489.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 84","np":2,"cix":2,"ix":84,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[419.5,1.001],[419.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 85","np":2,"cix":2,"ix":85,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[429.5,1.001],[429.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 86","np":2,"cix":2,"ix":86,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[439.5,1.001],[439.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 87","np":2,"cix":2,"ix":87,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[449.25,1.001],[449.25,31.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 88","np":2,"cix":2,"ix":88,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[299.5,1.001],[299.5,21.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 89","np":2,"cix":2,"ix":89,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[309.5,1.001],[309.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 90","np":2,"cix":2,"ix":90,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[359.5,1.001],[359.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 91","np":2,"cix":2,"ix":91,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[369.5,1.001],[369.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 92","np":2,"cix":2,"ix":92,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[379.5,1.001],[379.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 93","np":2,"cix":2,"ix":93,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[389.5,1.001],[389.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 94","np":2,"cix":2,"ix":94,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[319.5,1.001],[319.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 95","np":2,"cix":2,"ix":95,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[329.5,1.001],[329.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 96","np":2,"cix":2,"ix":96,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[339.5,1.001],[339.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 97","np":2,"cix":2,"ix":97,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[349.25,1.001],[349.25,31.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 98","np":2,"cix":2,"ix":98,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[799.5,1.001],[799.5,21.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 99","np":2,"cix":2,"ix":99,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[809.5,1.001],[809.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 100","np":2,"cix":2,"ix":100,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[859.5,1.001],[859.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 101","np":2,"cix":2,"ix":101,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[869.5,1.001],[869.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 102","np":2,"cix":2,"ix":102,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[879.5,1.001],[879.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 103","np":2,"cix":2,"ix":103,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[889.5,1.001],[889.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 104","np":2,"cix":2,"ix":104,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[819.5,1.001],[819.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 105","np":2,"cix":2,"ix":105,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[829.5,1.001],[829.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 106","np":2,"cix":2,"ix":106,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[839.5,1.001],[839.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 107","np":2,"cix":2,"ix":107,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[849.25,1.001],[849.25,31.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 108","np":2,"cix":2,"ix":108,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[699.5,1.001],[699.5,21.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 109","np":2,"cix":2,"ix":109,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[709.5,1.001],[709.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 110","np":2,"cix":2,"ix":110,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[759.5,1.001],[759.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 111","np":2,"cix":2,"ix":111,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[769.5,1.001],[769.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 112","np":2,"cix":2,"ix":112,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[779.5,1.001],[779.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 113","np":2,"cix":2,"ix":113,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[789.5,1.001],[789.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 114","np":2,"cix":2,"ix":114,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[719.5,1.001],[719.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 115","np":2,"cix":2,"ix":115,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[729.5,1.001],[729.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 116","np":2,"cix":2,"ix":116,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[739.5,1.001],[739.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 117","np":2,"cix":2,"ix":117,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[749.25,1.001],[749.25,31.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 118","np":2,"cix":2,"ix":118,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[599.5,1.001],[599.5,21.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 119","np":2,"cix":2,"ix":119,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[609.5,1.001],[609.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 120","np":2,"cix":2,"ix":120,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[659.5,1.001],[659.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 121","np":2,"cix":2,"ix":121,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[669.5,1.001],[669.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 122","np":2,"cix":2,"ix":122,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[679.5,1.001],[679.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 123","np":2,"cix":2,"ix":123,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[689.5,1.001],[689.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 124","np":2,"cix":2,"ix":124,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[619.5,1.001],[619.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 125","np":2,"cix":2,"ix":125,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[629.5,1.001],[629.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 126","np":2,"cix":2,"ix":126,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[639.5,1.001],[639.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 127","np":2,"cix":2,"ix":127,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[649.25,1.001],[649.25,31.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 128","np":2,"cix":2,"ix":128,"mn":"ADBE Vector Group"}],"ip":0,"op":514,"st":-113.713713713714,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"ruler 4","parent":5,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1918.055,159.597,0]},"a":{"a":0,"k":[635.055,16,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[6.5,0.911],[8.361,69.036],[1204.973,65.036],[1203.611,1.169]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"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":[[1199.611,1.001],[1199.611,21.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1209.611,1.001],[1209.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1259.611,1.001],[1259.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1269.611,1.001],[1269.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1219.611,1.001],[1219.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1229.611,1.001],[1229.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1239.611,1.001],[1239.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1249.611,1.001],[1249.611,31.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1099.611,1.001],[1099.611,21.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1109.611,1.001],[1109.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1159.611,1.001],[1159.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1169.611,1.001],[1169.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1179.611,1.001],[1179.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1189.611,1.001],[1189.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1119.611,1.001],[1119.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1129.611,1.001],[1129.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 16","np":2,"cix":2,"ix":16,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1139.611,1.001],[1139.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 17","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1149.361,1.001],[1149.361,31.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 18","np":2,"cix":2,"ix":18,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[999.611,1.001],[999.611,21.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 19","np":2,"cix":2,"ix":19,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1009.611,1.001],[1009.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 20","np":2,"cix":2,"ix":20,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1059.611,1.001],[1059.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 21","np":2,"cix":2,"ix":21,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1069.611,1.001],[1069.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 22","np":2,"cix":2,"ix":22,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1079.611,1.001],[1079.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 23","np":2,"cix":2,"ix":23,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1089.611,1.001],[1089.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 24","np":2,"cix":2,"ix":24,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1019.611,1.001],[1019.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 25","np":2,"cix":2,"ix":25,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1029.611,1.001],[1029.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 26","np":2,"cix":2,"ix":26,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1039.611,1.001],[1039.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 27","np":2,"cix":2,"ix":27,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1049.361,1.001],[1049.361,31.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 28","np":2,"cix":2,"ix":28,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[899.611,1.001],[899.611,21.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 29","np":2,"cix":2,"ix":29,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[909.611,1.001],[909.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 30","np":2,"cix":2,"ix":30,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[959.611,1.001],[959.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 31","np":2,"cix":2,"ix":31,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[969.611,1.001],[969.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 32","np":2,"cix":2,"ix":32,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[979.611,1.001],[979.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 33","np":2,"cix":2,"ix":33,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[989.611,1.001],[989.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 34","np":2,"cix":2,"ix":34,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[919.611,1.001],[919.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 35","np":2,"cix":2,"ix":35,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[929.611,1.001],[929.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 36","np":2,"cix":2,"ix":36,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[939.611,1.001],[939.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 37","np":2,"cix":2,"ix":37,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[949.361,1.001],[949.361,31.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 38","np":2,"cix":2,"ix":38,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[200.5,1.001],[200.5,21.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 39","np":2,"cix":2,"ix":39,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[210.5,1.001],[210.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 40","np":2,"cix":2,"ix":40,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[260.5,1.001],[260.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 41","np":2,"cix":2,"ix":41,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[270.5,1.001],[270.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 42","np":2,"cix":2,"ix":42,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[280.5,1.001],[280.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 43","np":2,"cix":2,"ix":43,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[290.5,1.001],[290.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 44","np":2,"cix":2,"ix":44,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[220.5,1.001],[220.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 45","np":2,"cix":2,"ix":45,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[230.5,1.001],[230.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 46","np":2,"cix":2,"ix":46,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[240.5,1.001],[240.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 47","np":2,"cix":2,"ix":47,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[250.25,1.001],[250.25,31.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 48","np":2,"cix":2,"ix":48,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[100.5,1.001],[100.5,21.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 49","np":2,"cix":2,"ix":49,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[110.5,1.001],[110.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 50","np":2,"cix":2,"ix":50,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[160.5,1.001],[160.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 51","np":2,"cix":2,"ix":51,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[170.5,1.001],[170.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 52","np":2,"cix":2,"ix":52,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[180.5,1.001],[180.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 53","np":2,"cix":2,"ix":53,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[190.5,1.001],[190.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 54","np":2,"cix":2,"ix":54,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[120.5,1.001],[120.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 55","np":2,"cix":2,"ix":55,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[130.5,1.001],[130.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 56","np":2,"cix":2,"ix":56,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[140.5,1.001],[140.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 57","np":2,"cix":2,"ix":57,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[150.25,1.001],[150.25,31.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 58","np":2,"cix":2,"ix":58,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0.5,1.001],[0.5,21.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 59","np":2,"cix":2,"ix":59,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[10.5,1.001],[10.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 60","np":2,"cix":2,"ix":60,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[60.5,1.001],[60.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 61","np":2,"cix":2,"ix":61,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[70.5,1.001],[70.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 62","np":2,"cix":2,"ix":62,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[80.5,1.001],[80.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 63","np":2,"cix":2,"ix":63,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[90.5,1.001],[90.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 64","np":2,"cix":2,"ix":64,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[20.5,1.001],[20.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 65","np":2,"cix":2,"ix":65,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[30.5,1.001],[30.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 66","np":2,"cix":2,"ix":66,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[40.5,1.001],[40.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 67","np":2,"cix":2,"ix":67,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[50.25,1.001],[50.25,31.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 68","np":2,"cix":2,"ix":68,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[499.5,1.001],[499.5,21.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 69","np":2,"cix":2,"ix":69,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[509.5,1.001],[509.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 70","np":2,"cix":2,"ix":70,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[559.5,1.001],[559.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 71","np":2,"cix":2,"ix":71,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[569.5,1.001],[569.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 72","np":2,"cix":2,"ix":72,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[579.5,1.001],[579.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 73","np":2,"cix":2,"ix":73,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[589.5,1.001],[589.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 74","np":2,"cix":2,"ix":74,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[519.5,1.001],[519.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 75","np":2,"cix":2,"ix":75,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[529.5,1.001],[529.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 76","np":2,"cix":2,"ix":76,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[539.5,1.001],[539.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 77","np":2,"cix":2,"ix":77,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[549.25,1.001],[549.25,31.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 78","np":2,"cix":2,"ix":78,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[399.5,1.001],[399.5,21.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 79","np":2,"cix":2,"ix":79,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[409.5,1.001],[409.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 80","np":2,"cix":2,"ix":80,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[459.5,1.001],[459.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 81","np":2,"cix":2,"ix":81,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[469.5,1.001],[469.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 82","np":2,"cix":2,"ix":82,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[479.5,1.001],[479.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 83","np":2,"cix":2,"ix":83,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[489.5,1.001],[489.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 84","np":2,"cix":2,"ix":84,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[419.5,1.001],[419.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 85","np":2,"cix":2,"ix":85,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[429.5,1.001],[429.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 86","np":2,"cix":2,"ix":86,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[439.5,1.001],[439.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 87","np":2,"cix":2,"ix":87,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[449.25,1.001],[449.25,31.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 88","np":2,"cix":2,"ix":88,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[299.5,1.001],[299.5,21.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 89","np":2,"cix":2,"ix":89,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[309.5,1.001],[309.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 90","np":2,"cix":2,"ix":90,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[359.5,1.001],[359.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 91","np":2,"cix":2,"ix":91,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[369.5,1.001],[369.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 92","np":2,"cix":2,"ix":92,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[379.5,1.001],[379.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 93","np":2,"cix":2,"ix":93,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[389.5,1.001],[389.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 94","np":2,"cix":2,"ix":94,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[319.5,1.001],[319.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 95","np":2,"cix":2,"ix":95,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[329.5,1.001],[329.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 96","np":2,"cix":2,"ix":96,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[339.5,1.001],[339.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 97","np":2,"cix":2,"ix":97,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[349.25,1.001],[349.25,31.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 98","np":2,"cix":2,"ix":98,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[799.5,1.001],[799.5,21.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 99","np":2,"cix":2,"ix":99,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[809.5,1.001],[809.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 100","np":2,"cix":2,"ix":100,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[859.5,1.001],[859.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 101","np":2,"cix":2,"ix":101,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[869.5,1.001],[869.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 102","np":2,"cix":2,"ix":102,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[879.5,1.001],[879.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 103","np":2,"cix":2,"ix":103,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[889.5,1.001],[889.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 104","np":2,"cix":2,"ix":104,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[819.5,1.001],[819.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 105","np":2,"cix":2,"ix":105,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[829.5,1.001],[829.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 106","np":2,"cix":2,"ix":106,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[839.5,1.001],[839.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 107","np":2,"cix":2,"ix":107,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[849.25,1.001],[849.25,31.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 108","np":2,"cix":2,"ix":108,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[699.5,1.001],[699.5,21.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 109","np":2,"cix":2,"ix":109,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[709.5,1.001],[709.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 110","np":2,"cix":2,"ix":110,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[759.5,1.001],[759.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 111","np":2,"cix":2,"ix":111,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[769.5,1.001],[769.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 112","np":2,"cix":2,"ix":112,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[779.5,1.001],[779.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 113","np":2,"cix":2,"ix":113,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[789.5,1.001],[789.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 114","np":2,"cix":2,"ix":114,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[719.5,1.001],[719.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 115","np":2,"cix":2,"ix":115,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[729.5,1.001],[729.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 116","np":2,"cix":2,"ix":116,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[739.5,1.001],[739.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 117","np":2,"cix":2,"ix":117,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[749.25,1.001],[749.25,31.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 118","np":2,"cix":2,"ix":118,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[599.5,1.001],[599.5,21.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 119","np":2,"cix":2,"ix":119,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[609.5,1.001],[609.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 120","np":2,"cix":2,"ix":120,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[659.5,1.001],[659.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 121","np":2,"cix":2,"ix":121,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[669.5,1.001],[669.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 122","np":2,"cix":2,"ix":122,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[679.5,1.001],[679.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 123","np":2,"cix":2,"ix":123,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[689.5,1.001],[689.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 124","np":2,"cix":2,"ix":124,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[619.5,1.001],[619.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 125","np":2,"cix":2,"ix":125,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[629.5,1.001],[629.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 126","np":2,"cix":2,"ix":126,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[639.5,1.001],[639.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 127","np":2,"cix":2,"ix":127,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[649.25,1.001],[649.25,31.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 128","np":2,"cix":2,"ix":128,"mn":"ADBE Vector Group"}],"ip":0,"op":514,"st":-113.713713713714,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"ruler 3","parent":5,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[719.055,159.597,0]},"a":{"a":0,"k":[635.055,16,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-2.5,0.969],[-2.139,68.969],[1204.973,65.036],[1203.611,1.169]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"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":[[1199.611,1.001],[1199.611,21.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1209.611,1.001],[1209.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1259.611,1.001],[1259.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1269.611,1.001],[1269.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1219.611,1.001],[1219.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1229.611,1.001],[1229.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1239.611,1.001],[1239.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1249.611,1.001],[1249.611,31.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1099.611,1.001],[1099.611,21.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1109.611,1.001],[1109.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1159.611,1.001],[1159.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1169.611,1.001],[1169.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1179.611,1.001],[1179.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1189.611,1.001],[1189.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1119.611,1.001],[1119.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1129.611,1.001],[1129.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 16","np":2,"cix":2,"ix":16,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1139.611,1.001],[1139.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 17","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1149.361,1.001],[1149.361,31.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 18","np":2,"cix":2,"ix":18,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[999.611,1.001],[999.611,21.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 19","np":2,"cix":2,"ix":19,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1009.611,1.001],[1009.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 20","np":2,"cix":2,"ix":20,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1059.611,1.001],[1059.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 21","np":2,"cix":2,"ix":21,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1069.611,1.001],[1069.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 22","np":2,"cix":2,"ix":22,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1079.611,1.001],[1079.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 23","np":2,"cix":2,"ix":23,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1089.611,1.001],[1089.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 24","np":2,"cix":2,"ix":24,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1019.611,1.001],[1019.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 25","np":2,"cix":2,"ix":25,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1029.611,1.001],[1029.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 26","np":2,"cix":2,"ix":26,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1039.611,1.001],[1039.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 27","np":2,"cix":2,"ix":27,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1049.361,1.001],[1049.361,31.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 28","np":2,"cix":2,"ix":28,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[899.611,1.001],[899.611,21.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 29","np":2,"cix":2,"ix":29,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[909.611,1.001],[909.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 30","np":2,"cix":2,"ix":30,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[959.611,1.001],[959.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 31","np":2,"cix":2,"ix":31,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[969.611,1.001],[969.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 32","np":2,"cix":2,"ix":32,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[979.611,1.001],[979.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 33","np":2,"cix":2,"ix":33,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[989.611,1.001],[989.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 34","np":2,"cix":2,"ix":34,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[919.611,1.001],[919.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 35","np":2,"cix":2,"ix":35,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[929.611,1.001],[929.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 36","np":2,"cix":2,"ix":36,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[939.611,1.001],[939.611,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 37","np":2,"cix":2,"ix":37,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[949.361,1.001],[949.361,31.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 38","np":2,"cix":2,"ix":38,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[200.5,1.001],[200.5,21.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 39","np":2,"cix":2,"ix":39,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[210.5,1.001],[210.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 40","np":2,"cix":2,"ix":40,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[260.5,1.001],[260.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 41","np":2,"cix":2,"ix":41,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[270.5,1.001],[270.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 42","np":2,"cix":2,"ix":42,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[280.5,1.001],[280.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 43","np":2,"cix":2,"ix":43,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[290.5,1.001],[290.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 44","np":2,"cix":2,"ix":44,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[220.5,1.001],[220.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 45","np":2,"cix":2,"ix":45,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[230.5,1.001],[230.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 46","np":2,"cix":2,"ix":46,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[240.5,1.001],[240.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 47","np":2,"cix":2,"ix":47,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[250.25,1.001],[250.25,31.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 48","np":2,"cix":2,"ix":48,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[100.5,1.001],[100.5,21.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 49","np":2,"cix":2,"ix":49,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[110.5,1.001],[110.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 50","np":2,"cix":2,"ix":50,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[160.5,1.001],[160.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 51","np":2,"cix":2,"ix":51,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[170.5,1.001],[170.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 52","np":2,"cix":2,"ix":52,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[180.5,1.001],[180.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 53","np":2,"cix":2,"ix":53,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[190.5,1.001],[190.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 54","np":2,"cix":2,"ix":54,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[120.5,1.001],[120.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 55","np":2,"cix":2,"ix":55,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[130.5,1.001],[130.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 56","np":2,"cix":2,"ix":56,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[140.5,1.001],[140.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 57","np":2,"cix":2,"ix":57,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[150.25,1.001],[150.25,31.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 58","np":2,"cix":2,"ix":58,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0.5,1.001],[0.5,21.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 59","np":2,"cix":2,"ix":59,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[10.5,1.001],[10.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 60","np":2,"cix":2,"ix":60,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[60.5,1.001],[60.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 61","np":2,"cix":2,"ix":61,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[70.5,1.001],[70.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 62","np":2,"cix":2,"ix":62,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[80.5,1.001],[80.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 63","np":2,"cix":2,"ix":63,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[90.5,1.001],[90.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 64","np":2,"cix":2,"ix":64,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[20.5,1.001],[20.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 65","np":2,"cix":2,"ix":65,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[30.5,1.001],[30.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 66","np":2,"cix":2,"ix":66,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[40.5,1.001],[40.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 67","np":2,"cix":2,"ix":67,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[50.25,1.001],[50.25,31.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 68","np":2,"cix":2,"ix":68,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[499.5,1.001],[499.5,21.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 69","np":2,"cix":2,"ix":69,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[509.5,1.001],[509.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 70","np":2,"cix":2,"ix":70,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[559.5,1.001],[559.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 71","np":2,"cix":2,"ix":71,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[569.5,1.001],[569.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 72","np":2,"cix":2,"ix":72,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[579.5,1.001],[579.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 73","np":2,"cix":2,"ix":73,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[589.5,1.001],[589.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 74","np":2,"cix":2,"ix":74,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[519.5,1.001],[519.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 75","np":2,"cix":2,"ix":75,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[529.5,1.001],[529.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 76","np":2,"cix":2,"ix":76,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[539.5,1.001],[539.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 77","np":2,"cix":2,"ix":77,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[549.25,1.001],[549.25,31.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 78","np":2,"cix":2,"ix":78,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[399.5,1.001],[399.5,21.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 79","np":2,"cix":2,"ix":79,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[409.5,1.001],[409.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 80","np":2,"cix":2,"ix":80,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[459.5,1.001],[459.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 81","np":2,"cix":2,"ix":81,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[469.5,1.001],[469.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 82","np":2,"cix":2,"ix":82,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[479.5,1.001],[479.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 83","np":2,"cix":2,"ix":83,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[489.5,1.001],[489.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 84","np":2,"cix":2,"ix":84,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[419.5,1.001],[419.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 85","np":2,"cix":2,"ix":85,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[429.5,1.001],[429.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 86","np":2,"cix":2,"ix":86,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[439.5,1.001],[439.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 87","np":2,"cix":2,"ix":87,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[449.25,1.001],[449.25,31.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 88","np":2,"cix":2,"ix":88,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[299.5,1.001],[299.5,21.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 89","np":2,"cix":2,"ix":89,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[309.5,1.001],[309.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 90","np":2,"cix":2,"ix":90,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[359.5,1.001],[359.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 91","np":2,"cix":2,"ix":91,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[369.5,1.001],[369.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 92","np":2,"cix":2,"ix":92,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[379.5,1.001],[379.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 93","np":2,"cix":2,"ix":93,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[389.5,1.001],[389.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 94","np":2,"cix":2,"ix":94,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[319.5,1.001],[319.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 95","np":2,"cix":2,"ix":95,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[329.5,1.001],[329.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 96","np":2,"cix":2,"ix":96,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[339.5,1.001],[339.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 97","np":2,"cix":2,"ix":97,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[349.25,1.001],[349.25,31.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 98","np":2,"cix":2,"ix":98,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[799.5,1.001],[799.5,21.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 99","np":2,"cix":2,"ix":99,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[809.5,1.001],[809.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 100","np":2,"cix":2,"ix":100,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[859.5,1.001],[859.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 101","np":2,"cix":2,"ix":101,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[869.5,1.001],[869.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 102","np":2,"cix":2,"ix":102,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[879.5,1.001],[879.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 103","np":2,"cix":2,"ix":103,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[889.5,1.001],[889.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 104","np":2,"cix":2,"ix":104,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[819.5,1.001],[819.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 105","np":2,"cix":2,"ix":105,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[829.5,1.001],[829.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 106","np":2,"cix":2,"ix":106,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[839.5,1.001],[839.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 107","np":2,"cix":2,"ix":107,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[849.25,1.001],[849.25,31.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 108","np":2,"cix":2,"ix":108,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[699.5,1.001],[699.5,21.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 109","np":2,"cix":2,"ix":109,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[709.5,1.001],[709.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 110","np":2,"cix":2,"ix":110,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[759.5,1.001],[759.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 111","np":2,"cix":2,"ix":111,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[769.5,1.001],[769.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 112","np":2,"cix":2,"ix":112,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[779.5,1.001],[779.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 113","np":2,"cix":2,"ix":113,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[789.5,1.001],[789.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 114","np":2,"cix":2,"ix":114,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[719.5,1.001],[719.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 115","np":2,"cix":2,"ix":115,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[729.5,1.001],[729.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 116","np":2,"cix":2,"ix":116,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[739.5,1.001],[739.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 117","np":2,"cix":2,"ix":117,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[749.25,1.001],[749.25,31.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 118","np":2,"cix":2,"ix":118,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[599.5,1.001],[599.5,21.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 119","np":2,"cix":2,"ix":119,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[609.5,1.001],[609.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 120","np":2,"cix":2,"ix":120,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[659.5,1.001],[659.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 121","np":2,"cix":2,"ix":121,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[669.5,1.001],[669.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 122","np":2,"cix":2,"ix":122,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[679.5,1.001],[679.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 123","np":2,"cix":2,"ix":123,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[689.5,1.001],[689.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 124","np":2,"cix":2,"ix":124,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[619.5,1.001],[619.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 125","np":2,"cix":2,"ix":125,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[629.5,1.001],[629.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 126","np":2,"cix":2,"ix":126,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[639.5,1.001],[639.5,11.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 127","np":2,"cix":2,"ix":127,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[649.25,1.001],[649.25,31.001]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1647059,0.2666667,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 128","np":2,"cix":2,"ix":128,"mn":"ADBE Vector Group"}],"ip":0,"op":435.635635635636,"st":-113.713713713714,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[227.5,120.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,142.529,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[0.721569,0.886275,0.945098,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.2,0.3137255,0.3843137,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"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":[[27.074,-22.008],[27.074,10.992],[-27.074,10.992],[-27.074,-22.008]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.721569,0.886275,0.945098,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.2,0.3137255,0.3843137,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[8.926,163.008],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[1348.08,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,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":488,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":3,"nm":"rulelr null","ks":{"o":{"a":0,"k":0},"r":{"a":0,"k":0},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[-85.5],"e":[-2337.5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":210.611,"s":[-2337.5],"e":[-409.833]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":223,"s":[-409.833],"e":[-421.833]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":228,"s":[-421.833],"e":[-432.64]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":246,"s":[-432.64],"e":[-432.64]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":265,"s":[-432.64],"e":[-400.862]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":273,"s":[-400.862],"e":[-242.313]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":295,"s":[-242.313],"e":[-238.691]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":299,"s":[-238.691],"e":[-209.069]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":303,"s":[-209.069],"e":[-37.069]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":324,"s":[-37.069],"e":[-35.52]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":329,"s":[-35.52],"e":[-734.21]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":330,"s":[-734.21],"e":[-532.913]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":357,"s":[-532.913],"e":[-524.038]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":362,"s":[-524.038],"e":[-497.913]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":365,"s":[-497.913],"e":[-350.99]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":385,"s":[-350.99],"e":[-341.629]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":386,"s":[-341.629],"e":[-325.907]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":388,"s":[-325.907],"e":[-316.824]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":391,"s":[-316.824],"e":[-308.74]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":394,"s":[-308.74],"e":[-278.524]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":405,"s":[-278.524],"e":[-273.757]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":407,"s":[-273.757],"e":[-272.99]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":409,"s":[-272.99],"e":[-272.99]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":434,"s":[-272.99],"e":[-1544.355]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":497,"s":[-1544.355],"e":[-1564.956]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":501,"s":[-1564.956],"e":[-1596.956]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":507,"s":[-1596.956],"e":[-1640.956]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":510,"s":[-1640.956],"e":[-1657.956]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":511,"s":[-1657.956],"e":[-1657.956]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":518,"s":[-1657.956],"e":[-1678.956]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":523,"s":[-1678.956],"e":[-1696.956]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":527,"s":[-1696.956],"e":[-1702.956]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":528,"s":[-1702.956],"e":[-1709.956]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":529,"s":[-1709.956],"e":[-1716.956]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":530,"s":[-1716.956],"e":[-1722.956]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":531,"s":[-1722.956],"e":[-1733.956]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":533,"s":[-1733.956],"e":[-1744.956]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":534,"s":[-1744.956],"e":[-1759.956]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":535,"s":[-1759.956],"e":[-1777.956]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":536,"s":[-1777.956],"e":[-1784.956]},{"t":537}]},"y":{"a":0,"k":176.75}},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"ip":0,"op":488,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":3,"nm":"Null 24","ks":{"o":{"a":0,"k":0},"r":{"a":0,"k":0},"p":{"a":0,"k":[-0.5,232.25,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[46,46,100]}},"ao":0,"ip":0,"op":211.411411411411,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"arms and legs Outlines","parent":27,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":1},"p":{"a":0,"k":[545,28,0]},"a":{"a":0,"k":[640.5,400,0]},"s":{"a":0,"k":[133,133,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[87.073,-10.516]],"o":[[0,0],[0,0]],"v":[[34.963,-38.017],[-45.548,44.017]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.9921569,0.7019608,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":4.5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[687.975,401],"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":"Group 4","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[19.234,-7.5],[0,0]],"o":[[0,0],[-19.234,7.499],[0,0]],"v":[[26.024,4.499],[-6.791,-49.497],[14.969,56.997]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.9921569,0.5764706,0.3254902,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":4.5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[648.97,441.337],"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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[6.873,59.548]],"o":[[0,0],[0,0]],"v":[[32.268,36.839],[-32.269,-36.839]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.9921569,0.6980392,0.3333333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":4.5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[581.8,407.932],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[19.234,-7.5],[0,0]],"o":[[0,0],[-19.235,7.499],[0,0]],"v":[[26.025,4.499],[-6.79,-49.497],[14.97,56.997]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.9921569,0.5764706,0.3254902,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":4.5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[602.556,441.337],"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":"Group 2","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"}],"ip":0,"op":211.411411411411,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":3,"nm":"Null 26","parent":27,"ks":{"o":{"a":0,"k":0},"r":{"a":0,"k":-1},"p":{"a":0,"k":[545.322,-88.008,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"ip":0,"op":211.411411411411,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":0,"nm":"3 smile DOWNLOAD no eyes","parent":8,"refId":"comp_5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[-6.522,59.783,0]},"a":{"a":0,"k":[375,217,0]},"s":{"a":0,"k":[52.609,52.609,100]}},"ao":0,"w":750,"h":434,"ip":192.192192192192,"op":216.192192192192,"st":192.192192192192,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":0,"nm":"3 smile DOWNLOAD no eyes","parent":8,"refId":"comp_5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[-6.522,59.783,0]},"a":{"a":0,"k":[375,217,0]},"s":{"a":0,"k":[52.609,52.609,100]}},"ao":0,"w":750,"h":434,"ip":168.168168168168,"op":192.168168168168,"st":168.168168168168,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":0,"nm":"3 smile DOWNLOAD no eyes","parent":8,"refId":"comp_5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[-6.522,59.783,0]},"a":{"a":0,"k":[375,217,0]},"s":{"a":0,"k":[52.609,52.609,100]}},"ao":0,"w":750,"h":434,"ip":144.144144144144,"op":168.144144144144,"st":144.144144144144,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":0,"nm":"3 smile DOWNLOAD no eyes","parent":8,"refId":"comp_5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[-6.522,59.783,0]},"a":{"a":0,"k":[375,217,0]},"s":{"a":0,"k":[52.609,52.609,100]}},"ao":0,"w":750,"h":434,"ip":120.12012012012,"op":144.12012012012,"st":120.12012012012,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":0,"nm":"3 smile DOWNLOAD no eyes","parent":8,"refId":"comp_5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[-6.522,59.783,0]},"a":{"a":0,"k":[375,217,0]},"s":{"a":0,"k":[52.609,52.609,100]}},"ao":0,"w":750,"h":434,"ip":96.0960960960961,"op":120.096096096096,"st":96.0960960960961,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":0,"nm":"3 smile DOWNLOAD no eyes","parent":8,"refId":"comp_5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[-6.522,59.783,0]},"a":{"a":0,"k":[375,217,0]},"s":{"a":0,"k":[52.609,52.609,100]}},"ao":0,"w":750,"h":434,"ip":72.0720720720721,"op":96.0720720720721,"st":72.0720720720721,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":0,"nm":"3 smile DOWNLOAD no eyes","parent":8,"refId":"comp_5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[-6.522,59.783,0]},"a":{"a":0,"k":[375,217,0]},"s":{"a":0,"k":[52.609,52.609,100]}},"ao":0,"w":750,"h":434,"ip":48.0480480480481,"op":72.0480480480481,"st":48.0480480480481,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":0,"nm":"3 smile DOWNLOAD no eyes","parent":8,"refId":"comp_5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[-6.522,59.783,0]},"a":{"a":0,"k":[375,217,0]},"s":{"a":0,"k":[52.609,52.609,100]}},"ao":0,"w":750,"h":434,"ip":24.024024024024,"op":48.024024024024,"st":24.024024024024,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":0,"nm":"3 smile DOWNLOAD no eyes","parent":8,"refId":"comp_5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[-6.522,59.783,0]},"a":{"a":0,"k":[375,217,0]},"s":{"a":0,"k":[52.609,52.609,100]}},"ao":0,"w":750,"h":434,"ip":0,"op":24,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":0,"nm":"3 smile DOWNLOAD","parent":8,"refId":"comp_2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-0.727},"p":{"a":0,"k":[-7.255,59.891,0]},"a":{"a":0,"k":[375,217,0]},"s":{"a":0,"k":[52.174,52.174,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":true,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[430.52,188.38],[311.95,187.412],[315.2,210.677],[432.263,213.262]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"w":750,"h":434,"ip":191.391391391391,"op":215.391391391391,"st":191.391391391391,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":0,"nm":"3 smile DOWNLOAD","parent":8,"refId":"comp_2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-0.727},"p":{"a":0,"k":[-7.255,59.891,0]},"a":{"a":0,"k":[375,217,0]},"s":{"a":0,"k":[52.174,52.174,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":true,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[430.52,188.38],[311.95,187.412],[315.2,210.677],[432.263,213.262]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"w":750,"h":434,"ip":167.367367367367,"op":191.367367367367,"st":167.367367367367,"bm":0,"sr":1},{"ddd":0,"ind":20,"ty":0,"nm":"3 smile DOWNLOAD","parent":8,"refId":"comp_2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-0.727},"p":{"a":0,"k":[-7.255,59.891,0]},"a":{"a":0,"k":[375,217,0]},"s":{"a":0,"k":[52.174,52.174,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":true,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[430.52,188.38],[311.95,187.412],[315.2,210.677],[432.263,213.262]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"w":750,"h":434,"ip":143.343343343343,"op":167.343343343343,"st":143.343343343343,"bm":0,"sr":1},{"ddd":0,"ind":21,"ty":0,"nm":"3 smile DOWNLOAD","parent":8,"refId":"comp_2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-0.727},"p":{"a":0,"k":[-7.255,59.891,0]},"a":{"a":0,"k":[375,217,0]},"s":{"a":0,"k":[52.174,52.174,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":true,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[430.52,188.38],[311.95,187.412],[315.2,210.677],[432.263,213.262]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"w":750,"h":434,"ip":119.319319319319,"op":143.319319319319,"st":119.319319319319,"bm":0,"sr":1},{"ddd":0,"ind":22,"ty":0,"nm":"3 smile DOWNLOAD","parent":8,"refId":"comp_2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-0.727},"p":{"a":0,"k":[-7.255,59.891,0]},"a":{"a":0,"k":[375,217,0]},"s":{"a":0,"k":[52.174,52.174,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":true,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[430.52,188.38],[311.95,187.412],[315.2,210.677],[432.263,213.262]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"w":750,"h":434,"ip":95.2952952952953,"op":119.295295295295,"st":95.2952952952953,"bm":0,"sr":1},{"ddd":0,"ind":23,"ty":0,"nm":"3 smile DOWNLOAD","parent":8,"refId":"comp_2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-0.727},"p":{"a":0,"k":[-7.255,59.891,0]},"a":{"a":0,"k":[375,217,0]},"s":{"a":0,"k":[52.174,52.174,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":true,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[430.52,188.38],[311.95,187.412],[315.2,210.677],[432.263,213.262]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"w":750,"h":434,"ip":71.2712712712713,"op":95.2712712712713,"st":71.2712712712713,"bm":0,"sr":1},{"ddd":0,"ind":24,"ty":0,"nm":"3 smile DOWNLOAD","parent":8,"refId":"comp_2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-0.727},"p":{"a":0,"k":[-7.255,59.891,0]},"a":{"a":0,"k":[375,217,0]},"s":{"a":0,"k":[52.174,52.174,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":true,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[430.52,188.38],[311.95,187.412],[315.2,210.677],[432.263,213.262]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"w":750,"h":434,"ip":47.2472472472472,"op":71.2472472472472,"st":47.2472472472472,"bm":0,"sr":1},{"ddd":0,"ind":25,"ty":0,"nm":"3 smile DOWNLOAD","parent":8,"refId":"comp_2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-0.727},"p":{"a":0,"k":[-7.255,59.891,0]},"a":{"a":0,"k":[375,217,0]},"s":{"a":0,"k":[52.174,52.174,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":true,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[430.52,188.38],[311.95,187.412],[315.2,210.677],[432.263,213.262]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"w":750,"h":434,"ip":23.2232232232232,"op":47.2232232232232,"st":23.2232232232232,"bm":0,"sr":1},{"ddd":0,"ind":26,"ty":4,"nm":"eyes Outlines","parent":8,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[-12.5,156,0]},"a":{"a":0,"k":[187.5,333.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.209],[-2.209,0],[0,2.209],[2.209,0]],"o":[[0,2.209],[2.209,0],[0,-2.209],[-2.209,0]],"v":[[-4,0],[0,4],[4,0],[0,-4]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.196,0.318,0.38,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[171.457,228.56],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.209],[-2.209,0],[0,2.209],[2.209,0]],"o":[[0,2.209],[2.209,0],[0,-2.209],[-2.209,0]],"v":[[-4,0],[0,4],[4,0],[0,-4]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.196,0.318,0.38,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[213.457,228.56],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":396,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":27,"ty":4,"nm":"big guy body circle","parent":6,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[1441],"e":[6481]},{"t":211.411411411411}]},"p":{"a":0,"k":[525,-21.5,0]},"a":{"a":0,"k":[541.546,-24.106,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-114.487,0],[0,-114.487],[114.487,0],[0,114.487]],"o":[[114.487,0],[0,114.487],[-114.487,0],[0,-114.487]],"v":[[0,-207.297],[207.297,0],[0,207.297],[-207.297,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.5803922,0.454902,0.6039216,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.9882353,0.7921569,0.3411765,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[541.297,-24.25],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[104.176,104.176],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":211.411411411411,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":28,"ty":0,"nm":"running man pre comp","parent":6,"refId":"comp_6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[280,-27,0]},"a":{"a":0,"k":[960,540,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":1920,"h":1080,"ip":0,"op":17.6176176176176,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":29,"ty":0,"nm":"running man pre comp","parent":6,"refId":"comp_6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[280,-27,0]},"a":{"a":0,"k":[960,540,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":1920,"h":1080,"ip":17.6176176176176,"op":35.2352352352352,"st":17.6176176176176,"bm":0,"sr":1},{"ddd":0,"ind":30,"ty":0,"nm":"running man pre comp","parent":6,"refId":"comp_6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[280,-27,0]},"a":{"a":0,"k":[960,540,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":1920,"h":1080,"ip":35.2352352352352,"op":52.8528528528529,"st":35.2352352352352,"bm":0,"sr":1},{"ddd":0,"ind":31,"ty":0,"nm":"running man pre comp","parent":6,"refId":"comp_6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[280,-27,0]},"a":{"a":0,"k":[960,540,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":1920,"h":1080,"ip":52.8528528528529,"op":70.4704704704705,"st":52.8528528528529,"bm":0,"sr":1},{"ddd":0,"ind":32,"ty":0,"nm":"running man pre comp","parent":6,"refId":"comp_6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[280,-27,0]},"a":{"a":0,"k":[960,540,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":1920,"h":1080,"ip":70.4704704704705,"op":88.0880880880881,"st":70.4704704704705,"bm":0,"sr":1},{"ddd":0,"ind":33,"ty":0,"nm":"running man pre comp","parent":6,"refId":"comp_6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[280,-27,0]},"a":{"a":0,"k":[960,540,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":1920,"h":1080,"ip":88.0880880880881,"op":105.705705705706,"st":88.0880880880881,"bm":0,"sr":1},{"ddd":0,"ind":34,"ty":0,"nm":"running man pre comp","parent":6,"refId":"comp_6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[280,-27,0]},"a":{"a":0,"k":[960,540,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":1920,"h":1080,"ip":105.705705705706,"op":123.323323323323,"st":105.705705705706,"bm":0,"sr":1},{"ddd":0,"ind":35,"ty":0,"nm":"running man pre comp","parent":6,"refId":"comp_6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[280,-27,0]},"a":{"a":0,"k":[960,540,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":1920,"h":1080,"ip":123.323323323323,"op":140.940940940941,"st":123.323323323323,"bm":0,"sr":1},{"ddd":0,"ind":36,"ty":0,"nm":"running man pre comp","parent":6,"refId":"comp_6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[280,-27,0]},"a":{"a":0,"k":[960,540,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":1920,"h":1080,"ip":140.940940940941,"op":158.558558558559,"st":140.940940940941,"bm":0,"sr":1},{"ddd":0,"ind":37,"ty":0,"nm":"running man pre comp","parent":6,"refId":"comp_6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[280,-27,0]},"a":{"a":0,"k":[960,540,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":1920,"h":1080,"ip":158.558558558559,"op":176.176176176176,"st":158.558558558559,"bm":0,"sr":1},{"ddd":0,"ind":38,"ty":0,"nm":"running man pre comp","parent":6,"refId":"comp_6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[280,-27,0]},"a":{"a":0,"k":[960,540,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":1920,"h":1080,"ip":176.176176176176,"op":193.793793793794,"st":176.176176176176,"bm":0,"sr":1},{"ddd":0,"ind":39,"ty":0,"nm":"running man pre comp","parent":6,"refId":"comp_6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[280,-27,0]},"a":{"a":0,"k":[960,540,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":1920,"h":1080,"ip":193.793793793794,"op":211.411411411411,"st":193.793793793794,"bm":0,"sr":1}]},{"id":"comp_5","layers":[{"ddd":0,"ind":1,"ty":3,"nm":"face","ks":{"o":{"a":0,"k":0},"r":{"a":0,"k":-3.5},"p":{"a":0,"k":[375,214,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"ip":0,"op":24,"st":-24,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"eyebrows","parent":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":3},"p":{"a":0,"k":[-0.687,5.89,0]},"a":{"a":0,"k":[683,384,0]},"s":{"a":0,"k":[100,100,100]}},"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":[[-24.247,-5.075],[24.247,5.075]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.2,0.314,0.384,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":8},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[726.636,341.152],"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":"Group 7","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-24.344,4.591],[24.344,-4.59]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.2,0.314,0.384,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":8},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[638.83,324.278],"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":"Group 9","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":-11.52,"op":24,"st":-35.52,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"big grin Outlines","parent":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-35.52,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-32.092,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-30.949,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-24.092,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-11.52,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-4.663,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-3.52,"s":[0],"e":[0]},{"t":-0.091875}]},"r":{"a":0,"k":3},"p":{"a":0,"k":[-0.5,0.75,0]},"a":{"a":0,"k":[683,384,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-30.949,"s":[{"i":[[4.438,-0.605],[-7.26,-5.933],[-34.249,-0.287],[-9.574,5.456],[2.704,3.164],[48.49,1.475]],"o":[[-5.27,0.718],[5.985,4.891],[40.511,0.34],[5.766,-3.285],[-5.923,-6.929],[-52.495,-1.597]],"v":[[612.385,399.249],[613.781,410.487],[682.291,431.205],[748.713,413.381],[758.32,401.739],[682.341,425.415]],"c":true}],"e":[{"i":[[18.792,-12.48],[-14.96,-11.75],[-39.768,-0.578],[-7.557,8.02],[8.951,5.369],[47.976,1.743]],"o":[[-8.497,5.643],[6.078,4.774],[44.996,0.654],[7.557,-8.02],[-16.682,-10.006],[-52.485,-1.906]],"v":[[601.427,394.403],[602.91,424.393],[681.623,450.45],[767.664,419.047],[762.389,393.774],[680.92,416.402]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-25.235,"s":[{"i":[[18.792,-12.48],[-14.96,-11.75],[-39.768,-0.578],[-7.557,8.02],[8.951,5.369],[47.976,1.743]],"o":[[-8.497,5.643],[6.078,4.774],[44.996,0.654],[7.557,-8.02],[-16.682,-10.006],[-52.485,-1.906]],"v":[[601.427,394.403],[602.91,424.393],[681.623,450.45],[767.664,419.047],[762.389,393.774],[680.92,416.402]],"c":true}],"e":[{"i":[[18.792,-12.48],[-14.96,-11.75],[-39.768,-0.578],[-7.557,8.02],[8.951,5.369],[47.976,1.743]],"o":[[-8.497,5.643],[6.078,4.774],[44.996,0.654],[7.557,-8.02],[-16.682,-10.006],[-52.485,-1.906]],"v":[[601.427,394.403],[602.91,424.393],[681.623,450.45],[767.664,419.047],[762.389,393.774],[680.92,416.402]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-24.092,"s":[{"i":[[18.792,-12.48],[-14.96,-11.75],[-39.768,-0.578],[-7.557,8.02],[8.951,5.369],[47.976,1.743]],"o":[[-8.497,5.643],[6.078,4.774],[44.996,0.654],[7.557,-8.02],[-16.682,-10.006],[-52.485,-1.906]],"v":[[601.427,394.403],[602.91,424.393],[681.623,450.45],[767.664,419.047],[762.389,393.774],[680.92,416.402]],"c":true}],"e":[{"i":[[18.792,-12.48],[-14.96,-11.75],[-39.768,-0.578],[-7.557,8.02],[8.951,5.369],[47.976,1.743]],"o":[[-8.497,5.643],[6.078,4.774],[44.996,0.654],[7.557,-8.02],[-16.682,-10.006],[-52.485,-1.906]],"v":[[601.427,394.403],[602.91,424.393],[681.623,450.45],[767.664,419.047],[762.389,393.774],[680.92,416.402]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-11.52,"s":[{"i":[[18.792,-12.48],[-14.96,-11.75],[-39.768,-0.578],[-7.557,8.02],[8.951,5.369],[47.976,1.743]],"o":[[-8.497,5.643],[6.078,4.774],[44.996,0.654],[7.557,-8.02],[-16.682,-10.006],[-52.485,-1.906]],"v":[[601.427,394.403],[602.91,424.393],[681.623,450.45],[767.664,419.047],[762.389,393.774],[680.92,416.402]],"c":true}],"e":[{"i":[[18.792,-12.48],[-14.96,-11.75],[-39.768,-0.578],[-7.557,8.02],[8.951,5.369],[47.976,1.743]],"o":[[-8.497,5.643],[6.078,4.774],[44.996,0.654],[7.557,-8.02],[-16.682,-10.006],[-52.485,-1.906]],"v":[[601.427,394.403],[602.91,424.393],[681.623,450.45],[767.664,419.047],[762.389,393.774],[680.92,416.402]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-10.377,"s":[{"i":[[18.792,-12.48],[-14.96,-11.75],[-39.768,-0.578],[-7.557,8.02],[8.951,5.369],[47.976,1.743]],"o":[[-8.497,5.643],[6.078,4.774],[44.996,0.654],[7.557,-8.02],[-16.682,-10.006],[-52.485,-1.906]],"v":[[601.427,394.403],[602.91,424.393],[681.623,450.45],[767.664,419.047],[762.389,393.774],[680.92,416.402]],"c":true}],"e":[{"i":[[4.438,-0.605],[-7.26,-5.933],[-34.249,-0.287],[-9.574,5.456],[2.704,3.164],[48.49,1.475]],"o":[[-5.27,0.718],[5.985,4.891],[40.511,0.34],[5.766,-3.285],[-5.923,-6.929],[-52.495,-1.597]],"v":[[612.385,399.249],[613.781,410.487],[682.291,431.205],[748.713,413.381],[758.32,401.739],[682.341,425.415]],"c":true}]},{"t":-4.663125}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[0.596078,0.427451,0.541176,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.4705882,0.8431373,0.6901961,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.834,0.089],[2.802,2.577],[-8.295,5.938],[-0.537,0.298],[0,0]],"o":[[-4.107,-0.04],[8.512,-3.497],[0.512,-0.367],[0,0],[-0.088,8.834]],"v":[[-2.787,9.625],[-13.401,5.397],[11.823,-8.726],[13.401,-9.714],[13.367,-6.21]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[733.268,404.723],"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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.088,8.834],[0,0],[-0.722,-0.606],[-14.867,-5.988],[4.035,0.04]],"o":[[0,0],[0.789,0.457],[0.109,0.092],[-2.834,2.438],[-8.834,-0.088]],"v":[[-13.144,-6.71],[-13.117,-9.485],[-10.841,-7.907],[13.232,5.56],[2.691,9.445]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[631.812,404.496],"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":"Group 2","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-7.522,-0.209],[5.925,0.059],[1.276,7.48],[-2.371,-0.63]],"o":[[-2.812,4.759],[-7.856,-0.078],[2.185,0.74],[7.612,2.024]],"v":[[14.762,-1.262],[0.833,6.617],[-14.762,-6.675],[-7.945,-4.599]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[665.549,418.856],"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":"Group 3","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.063,0.08],[2.711,4.835],[-9.8,3.4]],"o":[[-5.939,-0.06],[10.02,-0.179],[-1.181,7.747]],"v":[[-1.082,6.745],[-14.872,-1.445],[14.872,-6.826]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[699.454,419.047],"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":"Group 4","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-10.769,-8.587],[17.667,3.698],[2.201,0.584],[2.269,0.735],[-15.055,-0.15]],"o":[[-25.022,7.935],[-2.386,-0.499],[-2.416,-0.643],[11.014,-8.593],[14.841,0.148]],"v":[[39.579,3.076],[-25.693,6.375],[-32.577,4.742],[-39.579,2.655],[0.371,-10.862]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.949,0.467,0.388,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[681.967,440.434],"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":"Group 5","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.385,-0.499],[-41.442,29.669],[5.141,7.182],[7.183,-5.144],[30.015,7.979],[0.137,0.116],[5.68,-6.768],[-6.765,-5.678],[-29.355,-7.798]],"o":[[27.183,5.689],[7.183,-5.142],[-5.144,-7.184],[-28.055,20.084],[-22.182,-5.892],[-6.767,-5.679],[-5.682,6.766],[0.789,0.662],[2.202,0.584]],"v":[[-26.378,25.134],[81.061,0.334],[84.757,-21.983],[62.439,-25.679],[-25.046,-7.419],[-61.68,-25.087],[-84.216,-23.119],[-82.25,-0.584],[-33.262,23.501]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.098,0.31,0.388,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[682.651,421.676],"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":"Group 6","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group"}],"ip":-11.52,"op":24,"st":-35.52,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"nose 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-0.5},"p":{"a":0,"k":[374.674,214.92,0]},"a":{"a":0,"k":[683,384,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-8.835,-0.088],[-0.088,8.834],[0,0]],"o":[[0,0],[-0.088,8.834],[8.834,0.089],[0,0],[0,0]],"v":[[-15.785,-29.072],[-16.204,12.915],[-0.368,29.07],[15.786,13.235],[16.205,-28.753]],"c":true}},"nm":"Path 4","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"gf","o":{"a":0,"k":50},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.988,0.792,0.341,0.264,0.994,0.58,0.325,0.759,1,0.369,0.31]}},"s":{"a":0,"k":[1.631,-3.828]},"e":{"a":0,"k":[-0.549,35.191]},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill"},{"ty":"tr","p":{"a":0,"k":[682.906,380.487],"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":"Group 11","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":24,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Smile Outlines","parent":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-31.68,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-27.36,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-11.52,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-10.08,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-5.76,"s":[0],"e":[100]},{"t":-2.88}]},"r":{"a":0,"k":3},"p":{"a":0,"k":[0,0,0]},"a":{"a":0,"k":[683,384,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-77.303,55.094]],"o":[[0,0],[0,0]],"v":[[-71.605,-27.781],[71.605,-27.313]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.471,0.384,0.506,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[683.367,432.429],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":-11.52,"op":24,"st":-35.52,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[378,259.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[125,125,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[31.457,31.457]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0.8823529,0.7411765,0.7372549,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.9921569,0.5764706,0.3254902,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-59.229,-19.479],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":24,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[521.75,259.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[125,125,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[31.457,31.457]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0.8823529,0.7411765,0.7372549,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.9921569,0.5764706,0.3254902,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-59.229,-19.479],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":24,"st":0,"bm":0,"sr":1}]},{"id":"comp_6","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"right arm","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[992.75,509.75,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[125,125,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[-23,17]],"o":[[0,0],[11.671,-8.626]],"v":[[-87,125],[-28,95]],"c":false}],"e":[{"i":[[0,0],[-23.625,15.938]],"o":[[0,0],[11.998,-8.092]],"v":[[-85.938,124.5],[-27.938,94.875]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0.801,"s":[{"i":[[0,0],[-23.625,15.938]],"o":[[0,0],[11.998,-8.092]],"v":[[-85.938,124.5],[-27.938,94.875]],"c":false}],"e":[{"i":[[0,0],[-24.875,13.812]],"o":[[0,0],[12.653,-7.024]],"v":[[-85.729,121.083],[-27.812,94.625]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2.402,"s":[{"i":[[0,0],[-24.875,13.812]],"o":[[0,0],[12.653,-7.024]],"v":[[-85.729,121.083],[-27.812,94.625]],"c":false}],"e":[{"i":[[0,0],[-25.5,12.75]],"o":[[0,0],[12.981,-6.49]],"v":[[-86.75,116],[-27.75,94.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3.203,"s":[{"i":[[0,0],[-25.5,12.75]],"o":[[0,0],[12.981,-6.49]],"v":[[-86.75,116],[-27.75,94.5]],"c":false}],"e":[{"i":[[0,0],[-25,10.75]],"o":[[0,0],[13.283,-5.712]],"v":[[-86.875,103.25],[-27.75,94.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4.004,"s":[{"i":[[0,0],[-25,10.75]],"o":[[0,0],[13.283,-5.712]],"v":[[-86.875,103.25],[-27.75,94.5]],"c":false}],"e":[{"i":[[0,0],[-26.75,8]],"o":[[0,0],[13.904,-4.158]],"v":[[-86,98.5],[-27.75,94.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4.805,"s":[{"i":[[0,0],[-26.75,8]],"o":[[0,0],[13.904,-4.158]],"v":[[-86,98.5],[-27.75,94.5]],"c":false}],"e":[{"i":[[0,0],[-27.625,10]],"o":[[0,0],[13.64,-4.895]],"v":[[-86.25,89.625],[-28,85.375]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5.606,"s":[{"i":[[0,0],[-27.625,10]],"o":[[0,0],[13.64,-4.895]],"v":[[-86.25,89.625],[-28,85.375]],"c":false}],"e":[{"i":[[0,0],[-28.5,12]],"o":[[0,0],[13.376,-5.632]],"v":[[-86,87.25],[-28.25,76.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6.406,"s":[{"i":[[0,0],[-28.5,12]],"o":[[0,0],[13.376,-5.632]],"v":[[-86,87.25],[-28.25,76.25]],"c":false}],"e":[{"i":[[0,0],[-22.75,12.5]],"o":[[0,0],[12.677,-6.966]],"v":[[-86.75,86.625],[-28.25,76.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7.207,"s":[{"i":[[0,0],[-22.75,12.5]],"o":[[0,0],[12.677,-6.966]],"v":[[-86.75,86.625],[-28.25,76.25]],"c":false}],"e":[{"i":[[0,0],[-26.25,16.5]],"o":[[0,0],[12.287,-7.723]],"v":[[-86,100],[-28.25,76.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8.008,"s":[{"i":[[0,0],[-26.25,16.5]],"o":[[0,0],[12.287,-7.723]],"v":[[-86,100],[-28.25,76.25]],"c":false}],"e":[{"i":[[0,0],[-26.25,16.5]],"o":[[0,0],[12.287,-7.723]],"v":[[-85.25,124.25],[-28.25,97]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8.809,"s":[{"i":[[0,0],[-26.25,16.5]],"o":[[0,0],[12.287,-7.723]],"v":[[-85.25,124.25],[-28.25,97]],"c":false}],"e":[{"i":[[0,0],[-25,19.5]],"o":[[0,0],[11.443,-8.926]],"v":[[-85.25,124.25],[-27.75,99.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9.61,"s":[{"i":[[0,0],[-25,19.5]],"o":[[0,0],[11.443,-8.926]],"v":[[-85.25,124.25],[-27.75,99.25]],"c":false}],"e":[{"i":[[0,0],[-26.25,15.5]],"o":[[0,0],[12.497,-7.379]],"v":[[-86,121.5],[-28,102.75]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10.41,"s":[{"i":[[0,0],[-26.25,15.5]],"o":[[0,0],[12.497,-7.379]],"v":[[-86,121.5],[-28,102.75]],"c":false}],"e":[{"i":[[0,0],[-26.5,13.75]],"o":[[0,0],[12.882,-6.684]],"v":[[-86,120.25],[-28,102.75]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11.211,"s":[{"i":[[0,0],[-26.5,13.75]],"o":[[0,0],[12.882,-6.684]],"v":[[-86,120.25],[-28,102.75]],"c":false}],"e":[{"i":[[0,0],[-26.5,13.75]],"o":[[0,0],[12.882,-6.684]],"v":[[-86.5,115.25],[-28,100.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12.012,"s":[{"i":[[0,0],[-26.5,13.75]],"o":[[0,0],[12.882,-6.684]],"v":[[-86.5,115.25],[-28,100.25]],"c":false}],"e":[{"i":[[0,0],[-26.5,7.75]],"o":[[0,0],[13.929,-4.074]],"v":[[-86.75,103],[-26,99.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12.813,"s":[{"i":[[0,0],[-26.5,7.75]],"o":[[0,0],[13.929,-4.074]],"v":[[-86.75,103],[-26,99.5]],"c":false}],"e":[{"i":[[0,0],[-25.5,5.5]],"o":[[0,0],[14.187,-3.06]],"v":[[-85.75,99],[-25,99]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13.614,"s":[{"i":[[0,0],[-25.5,5.5]],"o":[[0,0],[14.187,-3.06]],"v":[[-85.75,99],[-25,99]],"c":false}],"e":[{"i":[[0,0],[-28.5,7.75]],"o":[[0,0],[14.004,-3.808]],"v":[[-87.5,89.5],[-27,88.75]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14.414,"s":[{"i":[[0,0],[-28.5,7.75]],"o":[[0,0],[14.004,-3.808]],"v":[[-87.5,89.5],[-27,88.75]],"c":false}],"e":[{"i":[[0,0],[-24.5,12.5]],"o":[[0,0],[12.928,-6.596]],"v":[[-86.75,87.75],[-27.75,78.75]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15.215,"s":[{"i":[[0,0],[-24.5,12.5]],"o":[[0,0],[12.928,-6.596]],"v":[[-86.75,87.75],[-27.75,78.75]],"c":false}],"e":[{"i":[[0,0],[-24.5,12.5]],"o":[[0,0],[12.928,-6.596]],"v":[[-86.75,87.75],[-27.75,78.75]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.016,"s":[{"i":[[0,0],[-24.5,12.5]],"o":[[0,0],[12.928,-6.596]],"v":[[-86.75,87.75],[-27.75,78.75]],"c":false}],"e":[{"i":[[0,0],[-24.5,12.5]],"o":[[0,0],[12.928,-6.596]],"v":[[-85,100],[-27.75,78.75]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.817,"s":[{"i":[[0,0],[-24.5,12.5]],"o":[[0,0],[12.928,-6.596]],"v":[[-85,100],[-27.75,78.75]],"c":false}],"e":[{"i":[[0,0],[-26.25,18]],"o":[[0,0],[11.969,-8.207]],"v":[[-86,124.5],[-27,93.25]],"c":false}]},{"t":17.6176176176176}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.2156863,0.6588235,0.8666667,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":17.6176176176176,"st":-1186.78678678679,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":3,"nm":"move upload guy","ks":{"o":{"a":0,"k":0},"r":{"a":0,"k":0},"p":{"s":true,"x":{"a":0,"k":0.8},"y":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[540],"e":[540]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":4.805,"s":[540],"e":[522]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":6.406,"s":[522],"e":[522]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":7.207,"s":[522],"e":[522]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":8.008,"s":[522],"e":[540]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":8.809,"s":[540],"e":[540]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":13.614,"s":[540],"e":[522]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":15.215,"s":[522],"e":[522]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":16.016,"s":[522],"e":[522]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":16.817,"s":[522],"e":[540]},{"t":17.6176176176176}]}},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"ip":0,"op":17.6176176176176,"st":-1186.78678678679,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"left leg","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[860.5,651,0]},"a":{"a":0,"k":[-107,104,0]},"s":{"a":0,"k":[120,120,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[-11.375,-11.958],[0,0]],"o":[[0,0],[12.408,13.045],[0,0]],"v":[[-100,134.5],[-67.5,157],[-43.5,191.5]],"c":false}],"e":[{"i":[[0,0],[-10.468,-11.991],[0,0]],"o":[[0,0],[11.167,12.792],[0,0]],"v":[[-100,134.5],[-66.5,156],[-50.875,191.625]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0.801,"s":[{"i":[[0,0],[-10.468,-11.991],[0,0]],"o":[[0,0],[11.167,12.792],[0,0]],"v":[[-100,134.5],[-66.5,156],[-50.875,191.625]],"c":false}],"e":[{"i":[[0,0],[-8.433,-15.543],[0,0]],"o":[[0,0],[8.5,15.667],[0,0]],"v":[[-100,134.5],[-65.5,155],[-64.25,192.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":1.602,"s":[{"i":[[0,0],[-8.433,-15.543],[0,0]],"o":[[0,0],[8.5,15.667],[0,0]],"v":[[-100,134.5],[-65.5,155],[-64.25,192.25]],"c":false}],"e":[{"i":[[0,0],[-4.482,-17.535],[0,0]],"o":[[0,0],[5.208,20.375],[0,0]],"v":[[-100.5,130.625],[-68.875,155.5],[-79.125,191.625]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2.402,"s":[{"i":[[0,0],[-4.482,-17.535],[0,0]],"o":[[0,0],[5.208,20.375],[0,0]],"v":[[-100.5,130.625],[-68.875,155.5],[-79.125,191.625]],"c":false}],"e":[{"i":[[0,0],[-1.933,-15.395],[0,0]],"o":[[0,0],[2.417,19.25],[0,0]],"v":[[-101,126.75],[-77.958,156],[-95.5,192]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3.203,"s":[{"i":[[0,0],[-1.933,-15.395],[0,0]],"o":[[0,0],[2.417,19.25],[0,0]],"v":[[-101,126.75],[-77.958,156],[-95.5,192]],"c":false}],"e":[{"i":[[0,0],[1.842,-16.829],[0,0]],"o":[[0,0],[-2.458,22.458],[0,0]],"v":[[-99.5,114],[-94.75,152.375],[-111.5,192.375]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4.004,"s":[{"i":[[0,0],[1.842,-16.829],[0,0]],"o":[[0,0],[-2.458,22.458],[0,0]],"v":[[-99.5,114],[-94.75,152.375],[-111.5,192.375]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-99,110.75],[-111.75,148.75],[-127.5,192.75]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4.805,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-99,110.75],[-111.75,148.75],[-127.5,192.75]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-98.5,101],[-122.25,141],[-141.75,173.75]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5.606,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-98.5,101],[-122.25,141],[-141.75,173.75]],"c":false}],"e":[{"i":[[0,0],[13.083,-10.583],[0,0]],"o":[[0,0],[-12.678,10.255],[0,0]],"v":[[-99.25,99],[-123,131.25],[-157.75,152]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6.406,"s":[{"i":[[0,0],[13.083,-10.583],[0,0]],"o":[[0,0],[-12.678,10.255],[0,0]],"v":[[-99.25,99],[-123,131.25],[-157.75,152]],"c":false}],"e":[{"i":[[0,0],[13.083,-10.583],[0,0]],"o":[[0,0],[-12.678,10.255],[0,0]],"v":[[-99.25,99],[-123,131.25],[-157.75,152]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7.207,"s":[{"i":[[0,0],[13.083,-10.583],[0,0]],"o":[[0,0],[-12.678,10.255],[0,0]],"v":[[-99.25,99],[-123,131.25],[-157.75,152]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-98.25,112],[-138.75,134.5],[-170.75,153.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8.008,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-98.25,112],[-138.75,134.5],[-170.75,153.25]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-99.25,136],[-140.25,154.5],[-177.75,171.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8.809,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-99.25,136],[-140.25,154.5],[-177.75,171.25]],"c":false}],"e":[{"i":[[0,0],[11.958,-5.208],[0,0]],"o":[[0,0],[-10.927,4.759],[0,0]],"v":[[-98,134],[-128.75,161.5],[-168.25,166]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9.61,"s":[{"i":[[0,0],[11.958,-5.208],[0,0]],"o":[[0,0],[-10.927,4.759],[0,0]],"v":[[-98,134],[-128.75,161.5],[-168.25,166]],"c":false}],"e":[{"i":[[0,0],[14.262,-5.467],[0,0]],"o":[[0,0],[-15,5.75],[0,0]],"v":[[-99.25,133],[-115.75,169.5],[-152.25,156.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10.41,"s":[{"i":[[0,0],[14.262,-5.467],[0,0]],"o":[[0,0],[-15,5.75],[0,0]],"v":[[-99.25,133],[-115.75,169.5],[-152.25,156.5]],"c":false}],"e":[{"i":[[0,0],[10.468,-6.493],[0,0]],"o":[[0,0],[-13.167,8.167],[0,0]],"v":[[-99,130.75],[-95.5,170],[-133,153.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11.211,"s":[{"i":[[0,0],[10.468,-6.493],[0,0]],"o":[[0,0],[-13.167,8.167],[0,0]],"v":[[-99,130.75],[-95.5,170],[-133,153.25]],"c":false}],"e":[{"i":[[0,0],[9.5,-16.625],[0,0]],"o":[[0,0],[-9.244,16.176],[0,0]],"v":[[-99.75,126],[-70.25,157.5],[-113.5,153]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12.012,"s":[{"i":[[0,0],[9.5,-16.625],[0,0]],"o":[[0,0],[-9.244,16.176],[0,0]],"v":[[-99.75,126],[-70.25,157.5],[-113.5,153]],"c":false}],"e":[{"i":[[0,0],[-1.125,-15.083],[0,0]],"o":[[0,0],[1.395,18.701],[0,0]],"v":[[-101.25,114.5],[-62.75,129.5],[-94.75,156.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12.813,"s":[{"i":[[0,0],[-1.125,-15.083],[0,0]],"o":[[0,0],[1.395,18.701],[0,0]],"v":[[-101.25,114.5],[-62.75,129.5],[-94.75,156.5]],"c":false}],"e":[{"i":[[0,0],[-11,-11.667],[0,0]],"o":[[0,0],[10.128,10.742],[0,0]],"v":[[-100.75,109.75],[-61.833,118.167],[-55.5,155.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13.614,"s":[{"i":[[0,0],[-11,-11.667],[0,0]],"o":[[0,0],[10.128,10.742],[0,0]],"v":[[-100.75,109.75],[-61.833,118.167],[-55.5,155.5]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-101.5,101],[-63.25,120.5],[-12.75,145.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14.414,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-101.5,101],[-63.25,120.5],[-12.75,145.25]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-100.5,98.25],[-63.75,115.75],[-23,135.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15.215,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-100.5,98.25],[-63.75,115.75],[-23,135.5]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-100.5,98.25],[-63.75,115.75],[-23,135.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.016,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-100.5,98.25],[-63.75,115.75],[-23,135.5]],"c":false}],"e":[{"i":[[0,0],[-12.891,-10.021],[0,0]],"o":[[0,0],[12.542,9.75],[0,0]],"v":[[-100.75,111.25],[-63.5,125.5],[-33.25,155.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.817,"s":[{"i":[[0,0],[-12.891,-10.021],[0,0]],"o":[[0,0],[12.542,9.75],[0,0]],"v":[[-100.75,111.25],[-63.5,125.5],[-33.25,155.25]],"c":false}],"e":[{"i":[[0,0],[-4,-4.5],[0,0]],"o":[[0,0],[4,4.5],[0,0]],"v":[[-100,134.5],[-67.5,157],[-43.5,191.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.618,"s":[{"i":[[0,0],[-4,-4.5],[0,0]],"o":[[0,0],[4,4.5],[0,0]],"v":[[-100,134.5],[-67.5,157],[-43.5,191.5]],"c":false}],"e":[{"i":[[0,0],[-4,-4.75],[0,0]],"o":[[0,0],[4,4.75],[0,0]],"v":[[-100,134.5],[-66.5,156],[-50.875,191.625]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.418,"s":[{"i":[[0,0],[-4,-4.75],[0,0]],"o":[[0,0],[4,4.75],[0,0]],"v":[[-100,134.5],[-66.5,156],[-50.875,191.625]],"c":false}],"e":[{"i":[[0,0],[-2.5,-4.75],[0,0]],"o":[[0,0],[2.5,4.75],[0,0]],"v":[[-100,134.5],[-65.5,155],[-64.25,192.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19.219,"s":[{"i":[[0,0],[-2.5,-4.75],[0,0]],"o":[[0,0],[2.5,4.75],[0,0]],"v":[[-100,134.5],[-65.5,155],[-64.25,192.25]],"c":false}],"e":[{"i":[[0,0],[-0.875,-5.75],[0,0]],"o":[[0,0],[0.875,5.75],[0,0]],"v":[[-100.5,130.625],[-68.875,155.5],[-79.125,191.625]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.02,"s":[{"i":[[0,0],[-0.875,-5.75],[0,0]],"o":[[0,0],[0.875,5.75],[0,0]],"v":[[-100.5,130.625],[-68.875,155.5],[-79.125,191.625]],"c":false}],"e":[{"i":[[0,0],[-0.25,-6.75],[0,0]],"o":[[0,0],[0.25,6.75],[0,0]],"v":[[-101,126.75],[-77.75,156],[-95.5,192]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.821,"s":[{"i":[[0,0],[-0.25,-6.75],[0,0]],"o":[[0,0],[0.25,6.75],[0,0]],"v":[[-101,126.75],[-77.75,156],[-95.5,192]],"c":false}],"e":[{"i":[[0,0],[0.25,-8.375],[0,0]],"o":[[0,0],[-0.25,8.375],[0,0]],"v":[[-99.5,114],[-94.75,152.375],[-111.5,192.375]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21.622,"s":[{"i":[[0,0],[0.25,-8.375],[0,0]],"o":[[0,0],[-0.25,8.375],[0,0]],"v":[[-99.5,114],[-94.75,152.375],[-111.5,192.375]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-99,110.75],[-111.75,148.75],[-127.5,192.75]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22.422,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-99,110.75],[-111.75,148.75],[-127.5,192.75]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-98.5,101],[-122.25,141],[-141.75,173.75]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23.223,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-98.5,101],[-122.25,141],[-141.75,173.75]],"c":false}],"e":[{"i":[[0,0],[8.75,-8.5],[0,0]],"o":[[0,0],[-8.75,8.5],[0,0]],"v":[[-99.25,99],[-123,131.25],[-157.75,152]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24.024,"s":[{"i":[[0,0],[8.75,-8.5],[0,0]],"o":[[0,0],[-8.75,8.5],[0,0]],"v":[[-99.25,99],[-123,131.25],[-157.75,152]],"c":false}],"e":[{"i":[[0,0],[5.75,-5],[0,0]],"o":[[0,0],[-5.75,5],[0,0]],"v":[[-99.25,99],[-123,131.25],[-157.75,152]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24.825,"s":[{"i":[[0,0],[5.75,-5],[0,0]],"o":[[0,0],[-5.75,5],[0,0]],"v":[[-99.25,99],[-123,131.25],[-157.75,152]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-98.25,112],[-138.75,134.5],[-170.75,153.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25.626,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-98.25,112],[-138.75,134.5],[-170.75,153.25]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-99.25,136],[-140.25,154.5],[-177.75,171.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26.426,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-99.25,136],[-140.25,154.5],[-177.75,171.25]],"c":false}],"e":[{"i":[[0,0],[5.5,-3],[0,0]],"o":[[0,0],[-5.5,3],[0,0]],"v":[[-98,134],[-128.75,161.5],[-168.25,166]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27.227,"s":[{"i":[[0,0],[5.5,-3],[0,0]],"o":[[0,0],[-5.5,3],[0,0]],"v":[[-98,134],[-128.75,161.5],[-168.25,166]],"c":false}],"e":[{"i":[[0,0],[4.75,-2.25],[0,0]],"o":[[0,0],[-4.75,2.25],[0,0]],"v":[[-99.25,133],[-115.75,169.5],[-152.25,156.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28.028,"s":[{"i":[[0,0],[4.75,-2.25],[0,0]],"o":[[0,0],[-4.75,2.25],[0,0]],"v":[[-99.25,133],[-115.75,169.5],[-152.25,156.5]],"c":false}],"e":[{"i":[[0,0],[3,-4.75],[0,0]],"o":[[0,0],[-3,4.75],[0,0]],"v":[[-99,130.75],[-95.5,170],[-133,153.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28.829,"s":[{"i":[[0,0],[3,-4.75],[0,0]],"o":[[0,0],[-3,4.75],[0,0]],"v":[[-99,130.75],[-95.5,170],[-133,153.25]],"c":false}],"e":[{"i":[[0,0],[0.5,-3.75],[0,0]],"o":[[0,0],[-0.5,3.75],[0,0]],"v":[[-99.75,126],[-70.25,157.5],[-113.5,153]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29.63,"s":[{"i":[[0,0],[0.5,-3.75],[0,0]],"o":[[0,0],[-0.5,3.75],[0,0]],"v":[[-99.75,126],[-70.25,157.5],[-113.5,153]],"c":false}],"e":[{"i":[[0,0],[-0.5,-3.75],[0,0]],"o":[[0,0],[0.5,3.75],[0,0]],"v":[[-101.25,114.5],[-62.75,129.5],[-94.75,156.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30.43,"s":[{"i":[[0,0],[-0.5,-3.75],[0,0]],"o":[[0,0],[0.5,3.75],[0,0]],"v":[[-101.25,114.5],[-62.75,129.5],[-94.75,156.5]],"c":false}],"e":[{"i":[[0,0],[-3.25,-3.5],[0,0]],"o":[[0,0],[3.25,3.5],[0,0]],"v":[[-100.75,109.75],[-63.5,116.5],[-55.5,155.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31.231,"s":[{"i":[[0,0],[-3.25,-3.5],[0,0]],"o":[[0,0],[3.25,3.5],[0,0]],"v":[[-100.75,109.75],[-63.5,116.5],[-55.5,155.5]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-101.5,101],[-63.25,120.5],[-12.75,145.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":32.032,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-101.5,101],[-63.25,120.5],[-12.75,145.25]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-100.5,98.25],[-63.75,115.75],[-23,135.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":32.833,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-100.5,98.25],[-63.75,115.75],[-23,135.5]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-100.5,98.25],[-63.75,115.75],[-23,135.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33.634,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-100.5,98.25],[-63.75,115.75],[-23,135.5]],"c":false}],"e":[{"i":[[0,0],[-5.25,-4],[0,0]],"o":[[0,0],[5.25,4],[0,0]],"v":[[-100.75,111.25],[-63.5,125.5],[-33.25,155.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34.434,"s":[{"i":[[0,0],[-5.25,-4],[0,0]],"o":[[0,0],[5.25,4],[0,0]],"v":[[-100.75,111.25],[-63.5,125.5],[-33.25,155.25]],"c":false}],"e":[{"i":[[0,0],[-4,-4.5],[0,0]],"o":[[0,0],[4,4.5],[0,0]],"v":[[-100,134.5],[-67.5,157],[-43.5,191.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35.235,"s":[{"i":[[0,0],[-4,-4.5],[0,0]],"o":[[0,0],[4,4.5],[0,0]],"v":[[-100,134.5],[-67.5,157],[-43.5,191.5]],"c":false}],"e":[{"i":[[0,0],[-4,-4.75],[0,0]],"o":[[0,0],[4,4.75],[0,0]],"v":[[-100,134.5],[-66.5,156],[-50.875,191.625]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":36.036,"s":[{"i":[[0,0],[-4,-4.75],[0,0]],"o":[[0,0],[4,4.75],[0,0]],"v":[[-100,134.5],[-66.5,156],[-50.875,191.625]],"c":false}],"e":[{"i":[[0,0],[-2.5,-4.75],[0,0]],"o":[[0,0],[2.5,4.75],[0,0]],"v":[[-100,134.5],[-65.5,155],[-64.25,192.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":36.837,"s":[{"i":[[0,0],[-2.5,-4.75],[0,0]],"o":[[0,0],[2.5,4.75],[0,0]],"v":[[-100,134.5],[-65.5,155],[-64.25,192.25]],"c":false}],"e":[{"i":[[0,0],[-0.875,-5.75],[0,0]],"o":[[0,0],[0.875,5.75],[0,0]],"v":[[-100.5,130.625],[-68.875,155.5],[-79.125,191.625]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37.638,"s":[{"i":[[0,0],[-0.875,-5.75],[0,0]],"o":[[0,0],[0.875,5.75],[0,0]],"v":[[-100.5,130.625],[-68.875,155.5],[-79.125,191.625]],"c":false}],"e":[{"i":[[0,0],[-0.25,-6.75],[0,0]],"o":[[0,0],[0.25,6.75],[0,0]],"v":[[-101,126.75],[-77.75,156],[-95.5,192]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38.438,"s":[{"i":[[0,0],[-0.25,-6.75],[0,0]],"o":[[0,0],[0.25,6.75],[0,0]],"v":[[-101,126.75],[-77.75,156],[-95.5,192]],"c":false}],"e":[{"i":[[0,0],[0.25,-8.375],[0,0]],"o":[[0,0],[-0.25,8.375],[0,0]],"v":[[-99.5,114],[-94.75,152.375],[-111.5,192.375]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39.239,"s":[{"i":[[0,0],[0.25,-8.375],[0,0]],"o":[[0,0],[-0.25,8.375],[0,0]],"v":[[-99.5,114],[-94.75,152.375],[-111.5,192.375]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-99,110.75],[-111.75,148.75],[-127.5,192.75]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40.04,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-99,110.75],[-111.75,148.75],[-127.5,192.75]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-98.5,101],[-122.25,141],[-141.75,173.75]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40.841,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-98.5,101],[-122.25,141],[-141.75,173.75]],"c":false}],"e":[{"i":[[0,0],[8.75,-8.5],[0,0]],"o":[[0,0],[-8.75,8.5],[0,0]],"v":[[-99.25,99],[-123,131.25],[-157.75,152]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41.642,"s":[{"i":[[0,0],[8.75,-8.5],[0,0]],"o":[[0,0],[-8.75,8.5],[0,0]],"v":[[-99.25,99],[-123,131.25],[-157.75,152]],"c":false}],"e":[{"i":[[0,0],[5.75,-5],[0,0]],"o":[[0,0],[-5.75,5],[0,0]],"v":[[-99.25,99],[-123,131.25],[-157.75,152]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42.442,"s":[{"i":[[0,0],[5.75,-5],[0,0]],"o":[[0,0],[-5.75,5],[0,0]],"v":[[-99.25,99],[-123,131.25],[-157.75,152]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-98.25,112],[-138.75,134.5],[-170.75,153.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":43.243,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-98.25,112],[-138.75,134.5],[-170.75,153.25]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-99.25,136],[-140.25,154.5],[-177.75,171.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":44.044,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-99.25,136],[-140.25,154.5],[-177.75,171.25]],"c":false}],"e":[{"i":[[0,0],[5.5,-3],[0,0]],"o":[[0,0],[-5.5,3],[0,0]],"v":[[-98,134],[-128.75,161.5],[-168.25,166]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":44.845,"s":[{"i":[[0,0],[5.5,-3],[0,0]],"o":[[0,0],[-5.5,3],[0,0]],"v":[[-98,134],[-128.75,161.5],[-168.25,166]],"c":false}],"e":[{"i":[[0,0],[4.75,-2.25],[0,0]],"o":[[0,0],[-4.75,2.25],[0,0]],"v":[[-99.25,133],[-115.75,169.5],[-152.25,156.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45.646,"s":[{"i":[[0,0],[4.75,-2.25],[0,0]],"o":[[0,0],[-4.75,2.25],[0,0]],"v":[[-99.25,133],[-115.75,169.5],[-152.25,156.5]],"c":false}],"e":[{"i":[[0,0],[3,-4.75],[0,0]],"o":[[0,0],[-3,4.75],[0,0]],"v":[[-99,130.75],[-95.5,170],[-133,153.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":46.446,"s":[{"i":[[0,0],[3,-4.75],[0,0]],"o":[[0,0],[-3,4.75],[0,0]],"v":[[-99,130.75],[-95.5,170],[-133,153.25]],"c":false}],"e":[{"i":[[0,0],[0.5,-3.75],[0,0]],"o":[[0,0],[-0.5,3.75],[0,0]],"v":[[-99.75,126],[-70.25,157.5],[-113.5,153]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47.247,"s":[{"i":[[0,0],[0.5,-3.75],[0,0]],"o":[[0,0],[-0.5,3.75],[0,0]],"v":[[-99.75,126],[-70.25,157.5],[-113.5,153]],"c":false}],"e":[{"i":[[0,0],[-0.5,-3.75],[0,0]],"o":[[0,0],[0.5,3.75],[0,0]],"v":[[-101.25,114.5],[-62.75,129.5],[-94.75,156.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":48.048,"s":[{"i":[[0,0],[-0.5,-3.75],[0,0]],"o":[[0,0],[0.5,3.75],[0,0]],"v":[[-101.25,114.5],[-62.75,129.5],[-94.75,156.5]],"c":false}],"e":[{"i":[[0,0],[-3.25,-3.5],[0,0]],"o":[[0,0],[3.25,3.5],[0,0]],"v":[[-100.75,109.75],[-63.5,116.5],[-55.5,155.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":48.849,"s":[{"i":[[0,0],[-3.25,-3.5],[0,0]],"o":[[0,0],[3.25,3.5],[0,0]],"v":[[-100.75,109.75],[-63.5,116.5],[-55.5,155.5]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-101.5,101],[-63.25,120.5],[-12.75,145.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":49.65,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-101.5,101],[-63.25,120.5],[-12.75,145.25]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-100.5,98.25],[-63.75,115.75],[-23,135.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":50.45,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-100.5,98.25],[-63.75,115.75],[-23,135.5]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-100.5,98.25],[-63.75,115.75],[-23,135.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":51.251,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-100.5,98.25],[-63.75,115.75],[-23,135.5]],"c":false}],"e":[{"i":[[0,0],[-5.25,-4],[0,0]],"o":[[0,0],[5.25,4],[0,0]],"v":[[-100.75,111.25],[-63.5,125.5],[-33.25,155.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52.052,"s":[{"i":[[0,0],[-5.25,-4],[0,0]],"o":[[0,0],[5.25,4],[0,0]],"v":[[-100.75,111.25],[-63.5,125.5],[-33.25,155.25]],"c":false}],"e":[{"i":[[0,0],[-6,-6],[0,0]],"o":[[0,0],[6,6],[0,0]],"v":[[-100.25,135.5],[-65,160],[-43.25,191.25]],"c":false}]},{"t":52.8528528528529}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.2156863,0.6588235,0.8666667,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[-7.5,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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":17.6176176176176,"st":-1186.78678678679,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"sk logo Outlines","parent":5,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[64.834,64.305,0]},"a":{"a":0,"k":[179.5,179.5,0]},"s":{"a":0,"k":[36,36,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-5.64,0],[0,2.692],[5.255,1.474],[0,0],[0,9.357],[-11.856,0],[-0.385,-9.164],[0,0],[2.115,0],[0,-2.819],[-3.972,-1.09],[0,0],[0,-6.281],[14.226,0],[4.229,4.293],[0.063,2.179]],"o":[[0.192,2.884],[4.806,0],[0,-2.05],[0,0],[-3.717,-1.089],[0,-8.843],[9.42,0],[0,0],[-0.384,-5.063],[-3.653,0],[0,3.077],[0,0],[8.33,2.243],[0,7.882],[-5.896,0],[-2.949,-3.14],[0,0]],"v":[[-7.337,9.516],[0.288,15.732],[7.337,10.285],[0.993,5.094],[-7.337,2.852],[-18.938,-9.837],[1.057,-24.128],[18.424,-10.605],[6.184,-10.605],[-0.353,-16.053],[-6.697,-11.503],[-0.482,-6.697],[7.786,-4.389],[20.025,8.363],[-0.993,24.128],[-16.694,18.552],[-20.026,9.581]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[288.28,225.479],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-20.314,-22.846],[-12.625,2.083],[-5.447,-22.846],[6.281,-22.846],[13.97,1.699],[21.212,-22.846],[33.067,-22.846],[20.187,22.845],[7.434,22.845],[0.513,-4.839],[-8.331,22.845],[-20.571,22.845],[-33.067,-22.846]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[235.7,225.351],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-6.601,0],[0,12.112],[8.908,0],[0,-4.23]],"o":[[5.896,0],[0,-6.088],[-9.805,0],[0,10.189]],"v":[[0.16,14.899],[10.029,-0.737],[-0.032,-15.22],[-9.901,0.289]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-18.008,0],[0,-12.753],[16.533,0],[0,16.021]],"o":[[16.597,0],[0,12.816],[-13.01,0],[0,-10.958]],"v":[[-0.032,-24.192],[23.679,-0.224],[-0.288,24.192],[-23.679,0.096]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[179.594,225.607],"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":"Group 3","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.256,3.14],[0,0],[0,0],[-9.997,0],[-1.154,-3.139],[0,-8.459],[0,0],[0,0],[0,0],[0.706,1.474],[3.461,0],[1.474,-2.179],[0,-3.524],[0,0],[0,0],[0,0]],"o":[[0,-0.192],[0,0],[0,0],[1.282,-2.051],[8.972,0],[1.025,2.821],[0,0],[0,0],[0,0],[0,-1.923],[-1.025,-1.986],[-2.884,0],[-0.833,1.153],[0,0],[0,0],[0,0],[0,0]],"v":[[-21.372,-14.131],[-21.628,-22.462],[-8.811,-22.462],[-8.427,-15.54],[6.44,-23.486],[20.347,-14.9],[21.628,-1.249],[21.628,23.486],[7.979,23.486],[7.979,-4.967],[7.273,-9.965],[0.737,-13.811],[-6.248,-10.286],[-7.85,-3.301],[-7.85,23.486],[-21.308,23.486],[-21.308,-14.131]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[129.737,224.774],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.064,0]],"v":[[-27.236,-32.587],[-13.202,-32.587],[-13.202,-4.39],[8.715,-32.715],[25.057,-32.715],[1.153,-3.429],[27.236,32.715],[9.741,32.715],[-13.138,-0.609],[-13.138,32.715],[-27.172,32.715]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[80.617,215.546],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.257,2.883],[0,0],[0,0],[-9.1,0],[-0.897,-2.179],[-4.679,0],[-1.025,-1.795],[0,-4.038],[0,0],[0,0],[0,0],[6.985,0],[0,-6.793],[0,0],[0,0],[0,0],[7.434,0],[0,-3.076],[0,0],[0,0]],"o":[[0,-2.884],[0,0],[0,0],[1.41,-1.987],[10.51,0],[3.781,-7.306],[9.227,0],[2.436,3.973],[0,0],[0,0],[0,0],[0,-4.87],[-8.075,0],[0,0],[0,0],[0,0],[0,-3.525],[-8.459,0],[0,0],[0,0],[0,0]],"v":[[-36.047,-13.746],[-36.496,-22.333],[-23.55,-22.333],[-23.102,-16.437],[-9.004,-23.359],[5.415,-14.771],[20.091,-23.295],[34.06,-15.989],[36.304,-2.467],[36.304,23.358],[22.846,23.358],[22.846,-3.493],[15.156,-13.81],[6.953,0.481],[6.953,23.358],[-6.632,23.358],[-6.632,-3.812],[-14.13,-13.874],[-22.589,-3.557],[-22.589,23.294],[-36.111,23.294]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[189.912,152.039],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-5.447],[-4.486,0],[-1.282,1.474],[0,4.871]],"o":[[0,3.076],[2.435,0],[2.371,-2.884],[-8.651,-0.769]],"v":[[-7.722,8.939],[-1.185,15.477],[4.518,12.849],[7.081,1.57]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,1.346],[2.5,0],[1.795,1.73],[0,3.653],[-8.395,3.908],[-4.422,0],[0.576,1.666],[1.345,0],[1.217,-1.73],[0,-1.09],[0,0],[-4.807,3.46],[-4.357,0],[-4.486,-5.255],[0,-2.05],[0,0],[-0.833,-3.781],[0,0]],"o":[[-0.449,-2.82],[-5.063,7.306],[-6.6,0],[-2.755,-2.756],[0,-3.653],[5.575,-2.564],[0,-2.948],[-1.154,-3.332],[-1.923,0],[-1.025,1.539],[0,0],[0.128,-2.436],[4.165,-2.948],[3.782,0],[3.076,3.716],[0,0],[0,3.845],[0,0],[0,0]],"v":[[8.748,23.039],[8.299,16.822],[-5.351,24.128],[-16.758,20.475],[-20.731,10.414],[-11.054,-3.812],[7.017,-6.376],[6.377,-12.464],[0.353,-16.245],[-4.71,-13.682],[-5.735,-9.645],[-18.872,-9.645],[-13.681,-20.41],[0.16,-24.128],[16.438,-18.231],[19.578,-7.017],[19.642,11.375],[20.731,22.974],[8.748,22.974]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[128.712,152.359],"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":"Group 7","np":4,"cix":2,"ix":7,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-12.047,0],[0,5.511],[8.332,1.987],[0,11.279],[-18.2,0],[-4.871,-6.151],[0,-2.114],[0,0],[9.677,0],[0,-5.319],[-9.421,-2.371],[0,-12.817],[18.136,0],[0.064,6.409]],"o":[[0,3.076],[7.626,0],[0,-5.832],[-15.572,-3.845],[0,-10.766],[6.793,0],[3.716,4.679],[0,0],[-0.192,-2.242],[-6.536,0],[0,6.088],[11.278,2.756],[0,11.791],[-25.056,0],[0,0]],"v":[[-12.368,11.535],[-0.513,23.967],[11.92,14.804],[-0.513,6.024],[-24.608,-13.778],[1.282,-34.028],[21.02,-26.339],[24.736,-14.227],[11.279,-14.227],[0.705,-24.16],[-10.061,-15.316],[4.166,-5.832],[26.595,12.753],[-1.282,34.029],[-26.595,11.535]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[77.157,142.972],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group"},{"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":[[-179.434,-179.434],[179.434,-179.434],[179.434,179.434],[-179.434,179.434]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[179.434,179.435],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group"},{"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":[[-179.434,179.434],[179.434,179.434],[179.434,-179.434],[-179.434,-179.434]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.11,0.612,0.847,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[179.434,179.434],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group"}],"ip":0,"op":17.6176176176176,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"main body Outlines","parent":2,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-1019.419,"s":[0],"e":[3.13]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-1016.216,"s":[3.13],"e":[18]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-1001.001,"s":[18],"e":[9.643]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-990.591,"s":[9.643],"e":[3.13]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-985.786,"s":[3.13],"e":[9.643]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-973.774,"s":[9.643],"e":[-2.87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-968.168,"s":[-2.87],"e":[3.13]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-964.965,"s":[3.13],"e":[17.348]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-962.563,"s":[17.348],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-955.355,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-854.454,"s":[0],"e":[14]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-838.438,"s":[14],"e":[12.167]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-835.235,"s":[12.167],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-819.219,"s":[3],"e":[17]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-807.207,"s":[17],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-793.594,"s":[3],"e":[17]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-781.582,"s":[17],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-767.968,"s":[3],"e":[17]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-755.956,"s":[17],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-742.342,"s":[3],"e":[17]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-730.33,"s":[17],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-715.916,"s":[3],"e":[17]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-703.904,"s":[17],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-690.29,"s":[3],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-664.665,"s":[3],"e":[17]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-652.653,"s":[17],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-639.039,"s":[3],"e":[17]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-627.027,"s":[17],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-613.413,"s":[3],"e":[17]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-601.401,"s":[17],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-587.788,"s":[3],"e":[17]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-575.776,"s":[17],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-561.361,"s":[3],"e":[17]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-549.349,"s":[17],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-536.537,"s":[3],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-534.935,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-530.13,"s":[0],"e":[-10]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-526.927,"s":[-10],"e":[-10]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-516.517,"s":[-10],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-512.513,"s":[0],"e":[11.167]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-494.094,"s":[11.167],"e":[17]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-487.688,"s":[17],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-481.281,"s":[3],"e":[17]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-474.074,"s":[17],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-466.867,"s":[3],"e":[17]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-458.058,"s":[17],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-450.05,"s":[3],"e":[17]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-442.042,"s":[17],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-434.835,"s":[3],"e":[17]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-426.026,"s":[17],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-418.018,"s":[3],"e":[17]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-410.01,"s":[17],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-402.002,"s":[3],"e":[17]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-393.994,"s":[17],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-385.986,"s":[3],"e":[17]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-377.978,"s":[17],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-369.97,"s":[3],"e":[17]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-361.962,"s":[17],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-353.954,"s":[3],"e":[17]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-345.946,"s":[17],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-337.137,"s":[3],"e":[17]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-329.129,"s":[17],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-320.32,"s":[3],"e":[17]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-312.312,"s":[17],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-305.105,"s":[3],"e":[17]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-296.296,"s":[17],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-288.288,"s":[3],"e":[17]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-278.679,"s":[17],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-269.87,"s":[3],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-265.866,"s":[0],"e":[-10]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-255.455,"s":[-10],"e":[-10]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-248.248,"s":[-10],"e":[-10]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-225.826,"s":[-10],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-217.818,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-169.77,"s":[0],"e":[17]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-161.762,"s":[17],"e":[-9]},{"t":0}]},"p":{"s":true,"x":{"a":0,"k":860.026},"y":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.033]},"n":["0p667_1_0p167_0p033"],"t":-9.61,"s":[88.336],"e":[84.336]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[1],"y":[0]},"n":["0p667_1_1_0"],"t":0,"s":[84.336],"e":[59.336]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":4.805,"s":[59.336],"e":[59.336]},{"i":{"x":[0.667],"y":[0.886]},"o":{"x":[0.333],"y":[0]},"n":["0p667_0p886_0p333_0"],"t":5.606,"s":[59.336],"e":[65.817]},{"i":{"x":[0.667],"y":[0.259]},"o":{"x":[0.333],"y":[0.741]},"n":["0p667_0p259_0p333_0p741"],"t":6.406,"s":[65.817],"e":[65.817]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0.08]},"n":["0p667_1_0p333_0p08"],"t":7.207,"s":[65.817],"e":[84.336]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[1],"y":[0.016]},"n":["0p667_1_1_0p016"],"t":8.809,"s":[84.336],"e":[59.336]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":13.614,"s":[59.336],"e":[59.336]},{"i":{"x":[0.667],"y":[0.886]},"o":{"x":[0.333],"y":[0]},"n":["0p667_0p886_0p333_0"],"t":14.414,"s":[59.336],"e":[65.817]},{"i":{"x":[0.667],"y":[0.259]},"o":{"x":[0.333],"y":[0.741]},"n":["0p667_0p259_0p333_0p741"],"t":15.215,"s":[65.817],"e":[65.817]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0.08]},"n":["0p667_1_0p333_0p08"],"t":16.016,"s":[65.817],"e":[84.336]},{"t":17.6176176176176}]}},"a":{"a":0,"k":[64.61,64.61,0]},"s":{"a":0,"k":[100,100,100]}},"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":[[64.36,-63.638],[-63.638,-64.36],[-64.36,63.637],[63.638,64.36]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tr","p":{"a":0,"k":[64.61,64.61],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":17.6176176176176,"st":-1186.78678678679,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"right leg","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[866,651,0]},"a":{"a":0,"k":[-94,104,0]},"s":{"a":0,"k":[120,120,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-8.809,"s":[{"i":[[0,0],[-4,-4.5],[0,0]],"o":[[0,0],[4,4.5],[0,0]],"v":[[-100,134.5],[-67.5,157],[-43.5,191.5]],"c":false}],"e":[{"i":[[0,0],[-4,-4.75],[0,0]],"o":[[0,0],[4,4.75],[0,0]],"v":[[-100,134.5],[-66.5,156],[-50.875,191.625]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-8.008,"s":[{"i":[[0,0],[-4,-4.75],[0,0]],"o":[[0,0],[4,4.75],[0,0]],"v":[[-100,134.5],[-66.5,156],[-50.875,191.625]],"c":false}],"e":[{"i":[[0,0],[-2.5,-4.75],[0,0]],"o":[[0,0],[2.5,4.75],[0,0]],"v":[[-100,134.5],[-65.5,155],[-64.25,192.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-7.207,"s":[{"i":[[0,0],[-2.5,-4.75],[0,0]],"o":[[0,0],[2.5,4.75],[0,0]],"v":[[-100,134.5],[-65.5,155],[-64.25,192.25]],"c":false}],"e":[{"i":[[0,0],[-0.875,-5.75],[0,0]],"o":[[0,0],[0.875,5.75],[0,0]],"v":[[-100.5,130.625],[-68.875,155.5],[-79.125,191.625]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-6.406,"s":[{"i":[[0,0],[-0.875,-5.75],[0,0]],"o":[[0,0],[0.875,5.75],[0,0]],"v":[[-100.5,130.625],[-68.875,155.5],[-79.125,191.625]],"c":false}],"e":[{"i":[[0,0],[-0.25,-6.75],[0,0]],"o":[[0,0],[0.25,6.75],[0,0]],"v":[[-101,126.75],[-77.75,156],[-95.5,192]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-5.606,"s":[{"i":[[0,0],[-0.25,-6.75],[0,0]],"o":[[0,0],[0.25,6.75],[0,0]],"v":[[-101,126.75],[-77.75,156],[-95.5,192]],"c":false}],"e":[{"i":[[0,0],[0.25,-8.375],[0,0]],"o":[[0,0],[-0.25,8.375],[0,0]],"v":[[-99.5,114],[-94.75,152.375],[-111.5,192.375]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-4.805,"s":[{"i":[[0,0],[0.25,-8.375],[0,0]],"o":[[0,0],[-0.25,8.375],[0,0]],"v":[[-99.5,114],[-94.75,152.375],[-111.5,192.375]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-99,110.75],[-111.75,148.75],[-127.5,192.75]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-4.004,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-99,110.75],[-111.75,148.75],[-127.5,192.75]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-98.5,101],[-122.25,141],[-141.75,173.75]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-3.203,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-98.5,101],[-122.25,141],[-141.75,173.75]],"c":false}],"e":[{"i":[[0,0],[8.75,-8.5],[0,0]],"o":[[0,0],[-8.75,8.5],[0,0]],"v":[[-99.25,99],[-123,131.25],[-157.75,152]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-2.402,"s":[{"i":[[0,0],[8.75,-8.5],[0,0]],"o":[[0,0],[-8.75,8.5],[0,0]],"v":[[-99.25,99],[-123,131.25],[-157.75,152]],"c":false}],"e":[{"i":[[0,0],[5.75,-5],[0,0]],"o":[[0,0],[-5.75,5],[0,0]],"v":[[-99.25,99],[-123,131.25],[-157.75,152]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-1.602,"s":[{"i":[[0,0],[5.75,-5],[0,0]],"o":[[0,0],[-5.75,5],[0,0]],"v":[[-99.25,99],[-123,131.25],[-157.75,152]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-98.25,112],[-138.75,134.5],[-170.75,153.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-0.801,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-98.25,112],[-138.75,134.5],[-170.75,153.25]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-99.25,136],[-140.25,154.5],[-177.75,171.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-99.25,136],[-140.25,154.5],[-177.75,171.25]],"c":false}],"e":[{"i":[[0,0],[8.756,-3.473],[0,0]],"o":[[0,0],[-11.292,4.479],[0,0]],"v":[[-98,134],[-128.75,161.5],[-168.25,166]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0.801,"s":[{"i":[[0,0],[8.756,-3.473],[0,0]],"o":[[0,0],[-11.292,4.479],[0,0]],"v":[[-98,134],[-128.75,161.5],[-168.25,166]],"c":false}],"e":[{"i":[[0,0],[13,-4.771],[0,0]],"o":[[0,0],[-15.579,5.717],[0,0]],"v":[[-99.25,133],[-115.75,169.5],[-152.25,156.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":1.602,"s":[{"i":[[0,0],[13,-4.771],[0,0]],"o":[[0,0],[-15.579,5.717],[0,0]],"v":[[-99.25,133],[-115.75,169.5],[-152.25,156.5]],"c":false}],"e":[{"i":[[0,0],[11.708,-4.75],[0,0]],"o":[[0,0],[-13.535,5.491],[0,0]],"v":[[-99,130.75],[-95.5,170],[-133,153.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2.402,"s":[{"i":[[0,0],[11.708,-4.75],[0,0]],"o":[[0,0],[-13.535,5.491],[0,0]],"v":[[-99,130.75],[-95.5,170],[-133,153.25]],"c":false}],"e":[{"i":[[0,0],[7.188,-14.229],[0,0]],"o":[[0,0],[-6.986,13.831],[0,0]],"v":[[-99.75,126],[-70.25,157.5],[-113.5,153]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3.203,"s":[{"i":[[0,0],[7.188,-14.229],[0,0]],"o":[[0,0],[-6.986,13.831],[0,0]],"v":[[-99.75,126],[-70.25,157.5],[-113.5,153]],"c":false}],"e":[{"i":[[0,0],[1.042,-18.208],[0,0]],"o":[[0,0],[-0.995,17.389],[0,0]],"v":[[-101.25,114.5],[-62.75,129.5],[-94.75,156.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4.004,"s":[{"i":[[0,0],[1.042,-18.208],[0,0]],"o":[[0,0],[-0.995,17.389],[0,0]],"v":[[-101.25,114.5],[-62.75,129.5],[-94.75,156.5]],"c":false}],"e":[{"i":[[0,0],[-9.667,-10],[0,0]],"o":[[0,0],[8.68,8.979],[0,0]],"v":[[-100.75,109.75],[-59.542,118.792],[-55.5,155.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4.805,"s":[{"i":[[0,0],[-9.667,-10],[0,0]],"o":[[0,0],[8.68,8.979],[0,0]],"v":[[-100.75,109.75],[-59.542,118.792],[-55.5,155.5]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-101.5,101],[-63.25,120.5],[-12.75,145.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5.606,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-101.5,101],[-63.25,120.5],[-12.75,145.25]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-100.5,98.25],[-63.75,115.75],[-23,135.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6.406,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-100.5,98.25],[-63.75,115.75],[-23,135.5]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-100.5,98.25],[-63.75,115.75],[-23,135.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7.207,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-100.5,98.25],[-63.75,115.75],[-23,135.5]],"c":false}],"e":[{"i":[[0,0],[-11.125,-9],[0,0]],"o":[[0,0],[12.076,9.77],[0,0]],"v":[[-100.75,111.25],[-61,126.958],[-33.25,155.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8.008,"s":[{"i":[[0,0],[-11.125,-9],[0,0]],"o":[[0,0],[12.076,9.77],[0,0]],"v":[[-100.75,111.25],[-61,126.958],[-33.25,155.25]],"c":false}],"e":[{"i":[[0,0],[-11.437,-11.397],[0,0]],"o":[[0,0],[12.042,12],[0,0]],"v":[[-100,134.5],[-65.625,157.833],[-43.5,191.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8.809,"s":[{"i":[[0,0],[-11.437,-11.397],[0,0]],"o":[[0,0],[12.042,12],[0,0]],"v":[[-100,134.5],[-65.625,157.833],[-43.5,191.5]],"c":false}],"e":[{"i":[[0,0],[-9.167,-11.583],[0,0]],"o":[[0,0],[10.055,12.706],[0,0]],"v":[[-100,134.5],[-66.5,156],[-50.875,191.625]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9.61,"s":[{"i":[[0,0],[-9.167,-11.583],[0,0]],"o":[[0,0],[10.055,12.706],[0,0]],"v":[[-100,134.5],[-66.5,156],[-50.875,191.625]],"c":false}],"e":[{"i":[[0,0],[-6.823,-13.611],[0,0]],"o":[[0,0],[8.167,16.292],[0,0]],"v":[[-100,134.5],[-65.5,155],[-64.25,192.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10.41,"s":[{"i":[[0,0],[-6.823,-13.611],[0,0]],"o":[[0,0],[8.167,16.292],[0,0]],"v":[[-100,134.5],[-65.5,155],[-64.25,192.25]],"c":false}],"e":[{"i":[[0,0],[-4.083,-17.125],[0,0]],"o":[[0,0],[5.017,21.04],[0,0]],"v":[[-100.5,130.625],[-68.875,155.5],[-79.125,191.625]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11.211,"s":[{"i":[[0,0],[-4.083,-17.125],[0,0]],"o":[[0,0],[5.017,21.04],[0,0]],"v":[[-100.5,130.625],[-68.875,155.5],[-79.125,191.625]],"c":false}],"e":[{"i":[[0,0],[-1.042,-15.75],[0,0]],"o":[[0,0],[1.422,21.499],[0,0]],"v":[[-101,126.75],[-77.75,156],[-95.5,192]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12.012,"s":[{"i":[[0,0],[-1.042,-15.75],[0,0]],"o":[[0,0],[1.422,21.499],[0,0]],"v":[[-101,126.75],[-77.75,156],[-95.5,192]],"c":false}],"e":[{"i":[[0,0],[1.375,-13.792],[0,0]],"o":[[0,0],[-2.087,20.934],[0,0]],"v":[[-99.5,114],[-94.75,152.375],[-111.5,192.375]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12.813,"s":[{"i":[[0,0],[1.375,-13.792],[0,0]],"o":[[0,0],[-2.087,20.934],[0,0]],"v":[[-99.5,114],[-94.75,152.375],[-111.5,192.375]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-99,110.75],[-111.75,148.75],[-127.5,192.75]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13.614,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-99,110.75],[-111.75,148.75],[-127.5,192.75]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-98.5,101],[-122.25,141],[-141.75,173.75]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14.414,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-98.5,101],[-122.25,141],[-141.75,173.75]],"c":false}],"e":[{"i":[[0,0],[8.75,-8.5],[0,0]],"o":[[0,0],[-8.75,8.5],[0,0]],"v":[[-99.25,99],[-122.167,131.042],[-157.75,152]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15.215,"s":[{"i":[[0,0],[8.75,-8.5],[0,0]],"o":[[0,0],[-8.75,8.5],[0,0]],"v":[[-99.25,99],[-122.167,131.042],[-157.75,152]],"c":false}],"e":[{"i":[[0,0],[8.75,-8.5],[0,0]],"o":[[0,0],[-8.75,8.5],[0,0]],"v":[[-99.25,99],[-122.167,131.042],[-157.75,152]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.016,"s":[{"i":[[0,0],[8.75,-8.5],[0,0]],"o":[[0,0],[-8.75,8.5],[0,0]],"v":[[-99.25,99],[-122.167,131.042],[-157.75,152]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-98.25,112],[-138.75,134.5],[-170.75,153.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.817,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-98.25,112],[-138.75,134.5],[-170.75,153.25]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-99.25,136],[-140.25,154.5],[-177.75,171.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.618,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-99.25,136],[-140.25,154.5],[-177.75,171.25]],"c":false}],"e":[{"i":[[0,0],[5.5,-3],[0,0]],"o":[[0,0],[-5.5,3],[0,0]],"v":[[-98,134],[-128.75,161.5],[-168.25,166]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.418,"s":[{"i":[[0,0],[5.5,-3],[0,0]],"o":[[0,0],[-5.5,3],[0,0]],"v":[[-98,134],[-128.75,161.5],[-168.25,166]],"c":false}],"e":[{"i":[[0,0],[4.75,-2.25],[0,0]],"o":[[0,0],[-4.75,2.25],[0,0]],"v":[[-99.25,133],[-115.75,169.5],[-152.25,156.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19.219,"s":[{"i":[[0,0],[4.75,-2.25],[0,0]],"o":[[0,0],[-4.75,2.25],[0,0]],"v":[[-99.25,133],[-115.75,169.5],[-152.25,156.5]],"c":false}],"e":[{"i":[[0,0],[3,-4.75],[0,0]],"o":[[0,0],[-3,4.75],[0,0]],"v":[[-99,130.75],[-95.5,170],[-133,153.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.02,"s":[{"i":[[0,0],[3,-4.75],[0,0]],"o":[[0,0],[-3,4.75],[0,0]],"v":[[-99,130.75],[-95.5,170],[-133,153.25]],"c":false}],"e":[{"i":[[0,0],[0.5,-3.75],[0,0]],"o":[[0,0],[-0.5,3.75],[0,0]],"v":[[-99.75,126],[-70.25,157.5],[-113.5,153]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.821,"s":[{"i":[[0,0],[0.5,-3.75],[0,0]],"o":[[0,0],[-0.5,3.75],[0,0]],"v":[[-99.75,126],[-70.25,157.5],[-113.5,153]],"c":false}],"e":[{"i":[[0,0],[-0.5,-3.75],[0,0]],"o":[[0,0],[0.5,3.75],[0,0]],"v":[[-101.25,114.5],[-62.75,129.5],[-94.75,156.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21.622,"s":[{"i":[[0,0],[-0.5,-3.75],[0,0]],"o":[[0,0],[0.5,3.75],[0,0]],"v":[[-101.25,114.5],[-62.75,129.5],[-94.75,156.5]],"c":false}],"e":[{"i":[[0,0],[-3.25,-3.5],[0,0]],"o":[[0,0],[3.25,3.5],[0,0]],"v":[[-100.75,109.75],[-63.5,116.5],[-55.5,155.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22.422,"s":[{"i":[[0,0],[-3.25,-3.5],[0,0]],"o":[[0,0],[3.25,3.5],[0,0]],"v":[[-100.75,109.75],[-63.5,116.5],[-55.5,155.5]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-101.5,101],[-63.25,120.5],[-12.75,145.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23.223,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-101.5,101],[-63.25,120.5],[-12.75,145.25]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-100.5,98.25],[-63.75,115.75],[-23,135.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24.024,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-100.5,98.25],[-63.75,115.75],[-23,135.5]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-100.5,98.25],[-63.75,115.75],[-23,135.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24.825,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-100.5,98.25],[-63.75,115.75],[-23,135.5]],"c":false}],"e":[{"i":[[0,0],[-5.25,-4],[0,0]],"o":[[0,0],[5.25,4],[0,0]],"v":[[-100.75,111.25],[-63.5,125.5],[-33.25,155.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25.626,"s":[{"i":[[0,0],[-5.25,-4],[0,0]],"o":[[0,0],[5.25,4],[0,0]],"v":[[-100.75,111.25],[-63.5,125.5],[-33.25,155.25]],"c":false}],"e":[{"i":[[0,0],[-4,-4.5],[0,0]],"o":[[0,0],[4,4.5],[0,0]],"v":[[-100,134.5],[-67.5,157],[-43.5,191.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26.426,"s":[{"i":[[0,0],[-4,-4.5],[0,0]],"o":[[0,0],[4,4.5],[0,0]],"v":[[-100,134.5],[-67.5,157],[-43.5,191.5]],"c":false}],"e":[{"i":[[0,0],[-4,-4.75],[0,0]],"o":[[0,0],[4,4.75],[0,0]],"v":[[-100,134.5],[-66.5,156],[-50.875,191.625]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27.227,"s":[{"i":[[0,0],[-4,-4.75],[0,0]],"o":[[0,0],[4,4.75],[0,0]],"v":[[-100,134.5],[-66.5,156],[-50.875,191.625]],"c":false}],"e":[{"i":[[0,0],[-2.5,-4.75],[0,0]],"o":[[0,0],[2.5,4.75],[0,0]],"v":[[-100,134.5],[-65.5,155],[-64.25,192.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28.028,"s":[{"i":[[0,0],[-2.5,-4.75],[0,0]],"o":[[0,0],[2.5,4.75],[0,0]],"v":[[-100,134.5],[-65.5,155],[-64.25,192.25]],"c":false}],"e":[{"i":[[0,0],[-0.875,-5.75],[0,0]],"o":[[0,0],[0.875,5.75],[0,0]],"v":[[-100.5,130.625],[-68.875,155.5],[-79.125,191.625]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28.829,"s":[{"i":[[0,0],[-0.875,-5.75],[0,0]],"o":[[0,0],[0.875,5.75],[0,0]],"v":[[-100.5,130.625],[-68.875,155.5],[-79.125,191.625]],"c":false}],"e":[{"i":[[0,0],[-0.25,-6.75],[0,0]],"o":[[0,0],[0.25,6.75],[0,0]],"v":[[-101,126.75],[-77.75,156],[-95.5,192]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29.63,"s":[{"i":[[0,0],[-0.25,-6.75],[0,0]],"o":[[0,0],[0.25,6.75],[0,0]],"v":[[-101,126.75],[-77.75,156],[-95.5,192]],"c":false}],"e":[{"i":[[0,0],[0.25,-8.375],[0,0]],"o":[[0,0],[-0.25,8.375],[0,0]],"v":[[-99.5,114],[-94.75,152.375],[-111.5,192.375]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30.43,"s":[{"i":[[0,0],[0.25,-8.375],[0,0]],"o":[[0,0],[-0.25,8.375],[0,0]],"v":[[-99.5,114],[-94.75,152.375],[-111.5,192.375]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-99,110.75],[-111.75,148.75],[-127.5,192.75]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31.231,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-99,110.75],[-111.75,148.75],[-127.5,192.75]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-98.5,101],[-122.25,141],[-141.75,173.75]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":32.032,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-98.5,101],[-122.25,141],[-141.75,173.75]],"c":false}],"e":[{"i":[[0,0],[8.75,-8.5],[0,0]],"o":[[0,0],[-8.75,8.5],[0,0]],"v":[[-99.25,99],[-123,131.25],[-157.75,152]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":32.833,"s":[{"i":[[0,0],[8.75,-8.5],[0,0]],"o":[[0,0],[-8.75,8.5],[0,0]],"v":[[-99.25,99],[-123,131.25],[-157.75,152]],"c":false}],"e":[{"i":[[0,0],[5.75,-5],[0,0]],"o":[[0,0],[-5.75,5],[0,0]],"v":[[-99.25,99],[-123,131.25],[-157.75,152]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33.634,"s":[{"i":[[0,0],[5.75,-5],[0,0]],"o":[[0,0],[-5.75,5],[0,0]],"v":[[-99.25,99],[-123,131.25],[-157.75,152]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-98.25,112],[-138.75,134.5],[-170.75,153.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34.434,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-98.25,112],[-138.75,134.5],[-170.75,153.25]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-99.25,136],[-140.25,154.5],[-177.75,171.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35.235,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-99.25,136],[-140.25,154.5],[-177.75,171.25]],"c":false}],"e":[{"i":[[0,0],[5.5,-3],[0,0]],"o":[[0,0],[-5.5,3],[0,0]],"v":[[-98,134],[-128.75,161.5],[-168.25,166]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":36.036,"s":[{"i":[[0,0],[5.5,-3],[0,0]],"o":[[0,0],[-5.5,3],[0,0]],"v":[[-98,134],[-128.75,161.5],[-168.25,166]],"c":false}],"e":[{"i":[[0,0],[4.75,-2.25],[0,0]],"o":[[0,0],[-4.75,2.25],[0,0]],"v":[[-99.25,133],[-115.75,169.5],[-152.25,156.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":36.837,"s":[{"i":[[0,0],[4.75,-2.25],[0,0]],"o":[[0,0],[-4.75,2.25],[0,0]],"v":[[-99.25,133],[-115.75,169.5],[-152.25,156.5]],"c":false}],"e":[{"i":[[0,0],[3,-4.75],[0,0]],"o":[[0,0],[-3,4.75],[0,0]],"v":[[-99,130.75],[-95.5,170],[-133,153.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37.638,"s":[{"i":[[0,0],[3,-4.75],[0,0]],"o":[[0,0],[-3,4.75],[0,0]],"v":[[-99,130.75],[-95.5,170],[-133,153.25]],"c":false}],"e":[{"i":[[0,0],[0.5,-3.75],[0,0]],"o":[[0,0],[-0.5,3.75],[0,0]],"v":[[-99.75,126],[-70.25,157.5],[-113.5,153]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38.438,"s":[{"i":[[0,0],[0.5,-3.75],[0,0]],"o":[[0,0],[-0.5,3.75],[0,0]],"v":[[-99.75,126],[-70.25,157.5],[-113.5,153]],"c":false}],"e":[{"i":[[0,0],[-0.5,-3.75],[0,0]],"o":[[0,0],[0.5,3.75],[0,0]],"v":[[-101.25,114.5],[-62.75,129.5],[-94.75,156.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39.239,"s":[{"i":[[0,0],[-0.5,-3.75],[0,0]],"o":[[0,0],[0.5,3.75],[0,0]],"v":[[-101.25,114.5],[-62.75,129.5],[-94.75,156.5]],"c":false}],"e":[{"i":[[0,0],[-3.25,-3.5],[0,0]],"o":[[0,0],[3.25,3.5],[0,0]],"v":[[-100.75,109.75],[-63.5,116.5],[-55.5,155.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40.04,"s":[{"i":[[0,0],[-3.25,-3.5],[0,0]],"o":[[0,0],[3.25,3.5],[0,0]],"v":[[-100.75,109.75],[-63.5,116.5],[-55.5,155.5]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-101.5,101],[-63.25,120.5],[-12.75,145.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40.841,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-101.5,101],[-63.25,120.5],[-12.75,145.25]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-100.5,98.25],[-63.75,115.75],[-23,135.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41.642,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-100.5,98.25],[-63.75,115.75],[-23,135.5]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-100.5,98.25],[-63.75,115.75],[-23,135.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42.442,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-100.5,98.25],[-63.75,115.75],[-23,135.5]],"c":false}],"e":[{"i":[[0,0],[-5.25,-4],[0,0]],"o":[[0,0],[5.25,4],[0,0]],"v":[[-100.75,111.25],[-63.5,125.5],[-33.25,155.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":43.243,"s":[{"i":[[0,0],[-5.25,-4],[0,0]],"o":[[0,0],[5.25,4],[0,0]],"v":[[-100.75,111.25],[-63.5,125.5],[-33.25,155.25]],"c":false}],"e":[{"i":[[0,0],[-6,-6],[0,0]],"o":[[0,0],[6,6],[0,0]],"v":[[-100.25,135.5],[-65,160],[-43.25,191.25]],"c":false}]},{"t":44.044044044044}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1176471,0.5607843,0.772549,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":17.6176176176176,"st":-1186.78678678679,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"left arm","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[990.625,494.75,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[125,125,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[-23,17]],"o":[[0,0],[11.671,-8.626]],"v":[[-87,125],[-28,95]],"c":false}],"e":[{"i":[[0,0],[-23.625,15.938]],"o":[[0,0],[11.998,-8.092]],"v":[[-85.938,124.5],[-27.938,94.875]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0.801,"s":[{"i":[[0,0],[-23.625,15.938]],"o":[[0,0],[11.998,-8.092]],"v":[[-85.938,124.5],[-27.938,94.875]],"c":false}],"e":[{"i":[[0,0],[-24.875,13.812]],"o":[[0,0],[12.653,-7.024]],"v":[[-85.729,121.083],[-27.812,94.625]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2.402,"s":[{"i":[[0,0],[-24.875,13.812]],"o":[[0,0],[12.653,-7.024]],"v":[[-85.729,121.083],[-27.812,94.625]],"c":false}],"e":[{"i":[[0,0],[-25.5,12.75]],"o":[[0,0],[12.981,-6.49]],"v":[[-86.75,116],[-27.75,94.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3.203,"s":[{"i":[[0,0],[-25.5,12.75]],"o":[[0,0],[12.981,-6.49]],"v":[[-86.75,116],[-27.75,94.5]],"c":false}],"e":[{"i":[[0,0],[-25,10.75]],"o":[[0,0],[13.283,-5.712]],"v":[[-86.875,103.25],[-27.75,94.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4.004,"s":[{"i":[[0,0],[-25,10.75]],"o":[[0,0],[13.283,-5.712]],"v":[[-86.875,103.25],[-27.75,94.5]],"c":false}],"e":[{"i":[[0,0],[-26.75,8]],"o":[[0,0],[13.904,-4.158]],"v":[[-86,98.5],[-27.75,94.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4.805,"s":[{"i":[[0,0],[-26.75,8]],"o":[[0,0],[13.904,-4.158]],"v":[[-86,98.5],[-27.75,94.5]],"c":false}],"e":[{"i":[[0,0],[-27.625,10]],"o":[[0,0],[13.64,-4.895]],"v":[[-86.25,89.625],[-28,85.375]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5.606,"s":[{"i":[[0,0],[-27.625,10]],"o":[[0,0],[13.64,-4.895]],"v":[[-86.25,89.625],[-28,85.375]],"c":false}],"e":[{"i":[[0,0],[-28.5,12]],"o":[[0,0],[13.376,-5.632]],"v":[[-86,87.25],[-28.25,76.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6.406,"s":[{"i":[[0,0],[-28.5,12]],"o":[[0,0],[13.376,-5.632]],"v":[[-86,87.25],[-28.25,76.25]],"c":false}],"e":[{"i":[[0,0],[-22.75,12.5]],"o":[[0,0],[12.677,-6.966]],"v":[[-86.75,86.625],[-28.25,76.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7.207,"s":[{"i":[[0,0],[-22.75,12.5]],"o":[[0,0],[12.677,-6.966]],"v":[[-86.75,86.625],[-28.25,76.25]],"c":false}],"e":[{"i":[[0,0],[-26.25,16.5]],"o":[[0,0],[12.287,-7.723]],"v":[[-86,100],[-28.25,76.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8.008,"s":[{"i":[[0,0],[-26.25,16.5]],"o":[[0,0],[12.287,-7.723]],"v":[[-86,100],[-28.25,76.25]],"c":false}],"e":[{"i":[[0,0],[-26.25,16.5]],"o":[[0,0],[12.287,-7.723]],"v":[[-85.25,124.25],[-28.25,97]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8.809,"s":[{"i":[[0,0],[-26.25,16.5]],"o":[[0,0],[12.287,-7.723]],"v":[[-85.25,124.25],[-28.25,97]],"c":false}],"e":[{"i":[[0,0],[-25,19.5]],"o":[[0,0],[11.443,-8.926]],"v":[[-85.25,124.25],[-27.75,99.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9.61,"s":[{"i":[[0,0],[-25,19.5]],"o":[[0,0],[11.443,-8.926]],"v":[[-85.25,124.25],[-27.75,99.25]],"c":false}],"e":[{"i":[[0,0],[-26.25,15.5]],"o":[[0,0],[12.497,-7.379]],"v":[[-86,121.5],[-28,102.75]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10.41,"s":[{"i":[[0,0],[-26.25,15.5]],"o":[[0,0],[12.497,-7.379]],"v":[[-86,121.5],[-28,102.75]],"c":false}],"e":[{"i":[[0,0],[-26.5,13.75]],"o":[[0,0],[12.882,-6.684]],"v":[[-86,120.25],[-28,102.75]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11.211,"s":[{"i":[[0,0],[-26.5,13.75]],"o":[[0,0],[12.882,-6.684]],"v":[[-86,120.25],[-28,102.75]],"c":false}],"e":[{"i":[[0,0],[-26.5,13.75]],"o":[[0,0],[12.882,-6.684]],"v":[[-86.5,115.25],[-28,100.25]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12.012,"s":[{"i":[[0,0],[-26.5,13.75]],"o":[[0,0],[12.882,-6.684]],"v":[[-86.5,115.25],[-28,100.25]],"c":false}],"e":[{"i":[[0,0],[-26.5,7.75]],"o":[[0,0],[13.929,-4.074]],"v":[[-86.75,103],[-26,99.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12.813,"s":[{"i":[[0,0],[-26.5,7.75]],"o":[[0,0],[13.929,-4.074]],"v":[[-86.75,103],[-26,99.5]],"c":false}],"e":[{"i":[[0,0],[-25.5,5.5]],"o":[[0,0],[14.187,-3.06]],"v":[[-85.75,99],[-25,99]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13.614,"s":[{"i":[[0,0],[-25.5,5.5]],"o":[[0,0],[14.187,-3.06]],"v":[[-85.75,99],[-25,99]],"c":false}],"e":[{"i":[[0,0],[-28.5,7.75]],"o":[[0,0],[14.004,-3.808]],"v":[[-87.5,89.5],[-27,88.75]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14.414,"s":[{"i":[[0,0],[-28.5,7.75]],"o":[[0,0],[14.004,-3.808]],"v":[[-87.5,89.5],[-27,88.75]],"c":false}],"e":[{"i":[[0,0],[-24.5,12.5]],"o":[[0,0],[12.928,-6.596]],"v":[[-86.75,87.75],[-27.75,78.75]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15.215,"s":[{"i":[[0,0],[-24.5,12.5]],"o":[[0,0],[12.928,-6.596]],"v":[[-86.75,87.75],[-27.75,78.75]],"c":false}],"e":[{"i":[[0,0],[-24.5,12.5]],"o":[[0,0],[12.928,-6.596]],"v":[[-86.75,87.75],[-27.75,78.75]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.016,"s":[{"i":[[0,0],[-24.5,12.5]],"o":[[0,0],[12.928,-6.596]],"v":[[-86.75,87.75],[-27.75,78.75]],"c":false}],"e":[{"i":[[0,0],[-24.5,12.5]],"o":[[0,0],[12.928,-6.596]],"v":[[-85,100],[-27.75,78.75]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.817,"s":[{"i":[[0,0],[-24.5,12.5]],"o":[[0,0],[12.928,-6.596]],"v":[[-85,100],[-27.75,78.75]],"c":false}],"e":[{"i":[[0,0],[-26.25,18]],"o":[[0,0],[11.969,-8.207]],"v":[[-86,124.5],[-27,93.25]],"c":false}]},{"t":17.6176176176176}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1176471,0.5607843,0.772549,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":17.6176176176176,"st":-1186.78678678679,"bm":0,"sr":1}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"2 big grin to smile DOWNLOAD","refId":"comp_0","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":20,"s":[0],"e":[207]},{"t":31}]},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":26,"s":[188.5,171.5,0],"e":[228.5,166.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":31}]},"a":{"a":0,"k":[375,217,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":26,"s":[70,70,100],"e":[22,22,100]},{"t":31}]}},"ao":0,"w":750,"h":434,"ip":20,"op":32,"st":20,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":0,"nm":"4 big grin DOWNLOAD","refId":"comp_1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[187.5,168.5,0]},"a":{"a":0,"k":[375,217,0]},"s":{"a":0,"k":[70,70,100]}},"ao":0,"w":750,"h":434,"ip":0,"op":20,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":0,"nm":"3 smile DOWNLOAD","refId":"comp_2","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":218,"s":[344],"e":[742.333]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":233,"s":[742.333],"e":[720]},{"t":236}]},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":218,"s":[227,163.5,0],"e":[187.5,168.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":223}]},"a":{"a":0,"k":[375,217,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":218,"s":[22,22,100],"e":[70,70,100]},{"t":223}]}},"ao":0,"w":750,"h":434,"ip":218,"op":242,"st":218,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 3","parent":3,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":217,"s":[4],"e":[100]},{"t":218}]},"r":{"a":0,"k":16},"p":{"a":0,"k":[375.305,224.181,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[272.727,272.727,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[300,300]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0.9921569,0.5764706,0.3254902,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.9882353,0.7921569,0.3411765,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":240,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 1","parent":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[100],"e":[4]},{"t":31}]},"r":{"a":0,"k":-20},"p":{"a":0,"k":[377.332,223.407,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[272.727,272.727,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[300,300]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0.9921569,0.5764706,0.3254902,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.9882353,0.7921569,0.3411765,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":44,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 2","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":31,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":218,"s":[0],"e":[100]},{"t":225}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[187.5,168.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[375,337]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"st","c":{"a":0,"k":[0.9921569,0.5764706,0.3254902,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.1568627,0.2509804,0.3058824,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Rectangle 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":240,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":0,"nm":"download for mobile","refId":"comp_3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[187.5,168.5,0]},"a":{"a":0,"k":[187.5,168.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":375,"h":337,"ip":23,"op":234.411411411411,"st":23,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/download.json b/ohos/flutter_lottie/assets/lottiefiles/download.json new file mode 100644 index 0000000000000000000000000000000000000000..62fd1ae7cbf87771339c118b8cf296bb127b3f4c --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/download.json @@ -0,0 +1 @@ +{"v":"4.10.1","fr":60,"ip":0,"op":353,"w":1080,"h":1080,"nm":"MAIN - 1080x1080 @ 60fps","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"icon - line","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,588,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":1,"k":[{"t":66,"s":[93,12],"h":1},{"t":67,"s":[0,12],"h":1},{"i":{"x":[0.2,0.2],"y":[1,1]},"o":{"x":[0.8,0.8],"y":[0,0]},"n":["0p2_1_0p8_0","0p2_1_0p8_0"],"t":322,"s":[0,12],"e":[93,12]},{"t":352}],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":10,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Rectangle 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1201,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"mask","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"t":244,"s":[540,29,0],"h":1},{"t":245,"s":[540,162,0],"h":1}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[1080,1080],"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":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Rectangle 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1201,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":0,"nm":"arrow_comp","tt":1,"refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[540,540,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1080,"h":1080,"ip":0,"op":1201,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"button","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":540,"ix":3},"y":{"a":0,"k":540,"ix":4}},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":3,"ty":"el","s":{"a":0,"k":[250,250],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.192156862745,0.192156862745,0.192156862745,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1201,"st":0,"bm":0}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"icon - arrow tail","parent":2,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-45,"ix":10},"p":{"a":0,"k":[15.203,15.203,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[0,0],[0,-66]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":12,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"t":66,"s":[100],"h":1},{"t":67,"s":[0],"h":1},{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":302,"s":[0],"e":[100]},{"t":327}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":1201,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"icon - arrow head","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":45,"ix":10},"p":{"s":true,"x":{"a":1,"k":[{"t":245,"s":[540],"h":1},{"t":248,"s":[536],"h":1},{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p2_1_0p6_0"],"t":302,"s":[536],"e":[540]},{"t":327}],"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[1],"y":[0]},"n":["0p833_0p833_1_0"],"t":36,"s":[528],"e":[633]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[633],"e":[633]},{"t":66,"s":[633],"h":1},{"t":67,"s":[528],"h":1},{"t":245,"s":[528],"h":1},{"t":248,"s":[520],"h":1},{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p2_1_0p6_0"],"t":302,"s":[520],"e":[528]},{"t":327}],"ix":4}},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"t":245,"s":[100,100,100],"h":1},{"t":248,"s":[144,144,100],"h":1},{"i":{"x":[0.2,0.2,0.667],"y":[1,1,1]},"o":{"x":[0.6,0.6,0.333],"y":[0,0,0]},"n":["0p2_1_0p6_0","0p2_1_0p6_0","0p667_1_0p333_0"],"t":302,"s":[144,144,100],"e":[100,100,100]},{"t":327}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[43,43],"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":"tm","s":{"a":1,"k":[{"t":66,"s":[0],"h":1},{"t":67,"s":[39],"h":1},{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p2_1_0p6_0"],"t":248,"s":[39],"e":[0]},{"t":268}],"ix":1},"e":{"a":1,"k":[{"t":66,"s":[50],"h":1},{"t":67,"s":[39],"h":1},{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":302,"s":[39],"e":[50]},{"t":327}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":1,"k":[{"t":245,"s":[12],"h":1},{"t":248,"s":[9],"h":1},{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p2_1_0p6_0"],"t":302,"s":[9],"e":[12]},{"t":327}],"ix":5},"lc":2,"lj":2,"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":"Rectangle 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1201,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"mask progress fill 2","parent":5,"td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[791,77],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":75,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Rectangle 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":154,"op":353,"st":154,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"progress fill 2","parent":5,"tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":184,"s":[388.5],"e":[32.5]},{"t":214}],"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.8],"y":[0]},"n":["0p833_0p833_0p8_0"],"t":214,"s":[0],"e":[-115]},{"t":234}],"ix":4}},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":1,"k":[{"i":{"x":[0.2,0.2],"y":[1,1]},"o":{"x":[0.8,0.8],"y":[0,0]},"n":["0p2_1_0p8_0","0p2_1_0p8_0"],"t":154,"s":[777,65],"e":[65,65]},{"t":184}],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":75,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.192156862745,0.192156862745,0.192156862745,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"x":"var $bm_rt;\nvar temp;\ntemp = div(content('Rectangle 1').content('Rectangle Path 1').size[0], 2);\n$bm_rt = [\n temp,\n 0\n];"},"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":154,"op":353,"st":-34,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"mask progress fill","parent":5,"td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[791,77],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":75,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Rectangle 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":353,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"progress fill","parent":5,"tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":84,"s":[-32.5],"e":[-388.5]},{"t":114}],"ix":3},"y":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0_1_0p167_0p167"],"t":62,"s":[-115],"e":[0]},{"t":79}],"ix":4}},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":1,"k":[{"i":{"x":[0.2,0.2],"y":[1,1]},"o":{"x":[0.8,0.8],"y":[0,0]},"n":["0p2_1_0p8_0","0p2_1_0p8_0"],"t":114,"s":[65,65],"e":[777,65]},{"t":144}],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":75,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.192156862745,0.192156862745,0.192156862745,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"x":"var $bm_rt;\nvar temp;\ntemp = div($bm_neg(content('Rectangle 1').content('Rectangle Path 1').size[0]), 2);\n$bm_rt = [\n temp,\n 0\n];"},"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":154,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"progress frame 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":540,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":89,"s":[780],"e":[540]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":119,"s":[540],"e":[540]},{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":189,"s":[540],"e":[780]},{"t":219}],"ix":4}},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,28.995],[-28.995,0],[0,0],[0,-28.995],[28.995,0]],"o":[[0,0],[-28.995,0],[0,-28.995],[0,0],[28.995,0],[0,28.995],[0,0]],"v":[[0.25,52.5],[-357,52.5],[-409.5,0],[-357,-52.5],[357,-52.5],[409.5,0],[357,52.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p2_1_0p6_0"],"t":44,"s":[50],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":84,"s":[0],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":212,"s":[0],"e":[50]},{"t":252}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p2_1_0p6_0"],"t":44,"s":[50],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":84,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":212,"s":[100],"e":[50]},{"t":252}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":12,"ix":5},"lc":2,"lj":1,"ml":4,"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":"Rectangle 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":353,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"mask button","parent":5,"td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,-611,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[1080,1080],"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":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Rectangle 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":353,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":0,"nm":"button @ 60fps","tt":1,"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":540,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[1],"y":[0]},"n":["0p833_0p833_1_0"],"t":46,"s":[540],"e":[853]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":66,"s":[853],"e":[853]},{"i":{"x":[0.9],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p9_1_0p8_0"],"t":218,"s":[853],"e":[540]},{"t":248}],"ix":4,"x":"var $bm_rt;\nvar n, n, t, t, v, amp, freq, decay;\n$bm_rt = n = 0;\nif (numKeys > 0) {\n $bm_rt = n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n}\nif (n == 0) {\n $bm_rt = t = 0;\n} else {\n $bm_rt = t = sub(time, key(n).time);\n}\nif (n > 0) {\n v = velocityAtTime(sub(key(n).time, div(thisComp.frameDuration, 10)));\n amp = 0.2;\n freq = 2;\n decay = 8;\n $bm_rt = sum(value, div(mul(mul(v, amp), Math.sin(mul(mul(mul(freq, t), 2), Math.PI))), Math.exp(mul(decay, t))));\n} else {\n $bm_rt = value;\n}"}},"a":{"a":0,"k":[540,540,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":14,"s":[100,100,100],"e":[85,85,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":22,"s":[85,85,100],"e":[100,100,100]},{"t":30}],"ix":6}},"ao":0,"w":1080,"h":1080,"ip":0,"op":353,"st":0,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/downloader.json b/ohos/flutter_lottie/assets/lottiefiles/downloader.json new file mode 100644 index 0000000000000000000000000000000000000000..e7cd75ea8f3f8275bde74f213149ffb58c469b39 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/downloader.json @@ -0,0 +1 @@ +{"v":"5.1.13","fr":30,"ip":0,"op":30,"w":180,"h":180,"nm":"Loader","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"image","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[100],"e":[0]},{"t":8}],"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},"n":"0p833_0p833_0p167_0p167","t":4,"s":[153,12,0],"e":[86,116,0],"to":[-11.1666669845581,17.3333339691162,0],"ti":[11.1666669845581,-17.3333339691162,0]},{"t":8}],"ix":2},"a":{"a":0,"k":[70,70,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.339,0],[0.247,0.241],[0,0.352],[-0.247,0.248],[-0.339,0],[-0.247,-0.247],[0,-0.338],[0.247,-0.241]],"o":[[-0.339,0],[-0.247,-0.241],[0,-0.338],[0.247,-0.247],[0.339,0],[0.247,0.248],[0,0.352],[-0.247,0.241]],"v":[[4.375,-2.188],[3.496,-2.548],[3.125,-3.438],[3.496,-4.316],[4.375,-4.688],[5.254,-4.316],[5.625,-3.438],[5.254,-2.548]],"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],[0,0],[0.013,0],[0,0],[0,0],[0.163,-0.007],[0.105,0.13],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[-0.007,-0.006],[0,0],[0,0],[-0.144,0.104],[-0.163,0.006],[0,0],[0,0],[0,0],[0,0]],"v":[[8.75,7.188],[8.75,6.036],[8.721,6.006],[8.691,5.997],[4.59,1.758],[2.305,3.829],[1.846,3.995],[1.445,3.809],[-3.73,-1.348],[-8.75,3.516],[-8.75,7.188]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[-0.078,0.026],[-0.091,0],[-0.078,-0.04],[-0.065,-0.078],[0,0],[0,0],[-0.15,-0.013],[-0.117,-0.105]],"o":[[0,0],[0,0],[0,0],[0,0],[0.065,-0.065],[0.078,-0.026],[0.078,0],[0.079,0.039],[0,0],[0,0],[0.13,-0.105],[0.149,0.013],[0,0]],"v":[[8.75,4.258],[8.75,-7.188],[-8.75,-7.188],[-8.75,1.758],[-4.18,-2.676],[-3.965,-2.812],[-3.711,-2.852],[-3.477,-2.792],[-3.262,-2.617],[1.895,2.5],[4.258,0.45],[4.678,0.312],[5.078,0.488]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[-0.247,-0.247],[0,-0.338],[0,0],[0.247,-0.247],[0.339,0],[0,0],[0.247,0.247],[0,0.339],[0,0],[-0.247,0.248],[-0.339,0]],"o":[[0.339,0],[0.247,0.248],[0,0],[0,0.339],[-0.247,0.247],[0,0],[-0.339,0],[-0.247,-0.247],[0,0],[0,-0.338],[0.247,-0.247],[0,0]],"v":[[8.75,-8.438],[9.629,-8.066],[10,-7.188],[10,7.188],[9.629,8.066],[8.75,8.438],[-8.75,8.438],[-9.629,8.066],[-10,7.188],[-10,-7.188],[-9.629,-8.066],[-8.75,-8.438]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.705999995213,0.819999964097,0.172999991623,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71,71],"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":"Group 1","np":6,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":30,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"hourglass","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6,"s":[100],"e":[0]},{"t":10}],"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},"n":"0p833_0p833_0p167_0p167","t":6,"s":[42,60,0],"e":[89,111,0],"to":[7.83333349227905,8.5,0],"ti":[-7.83333349227905,-8.5,0]},{"t":10}],"ix":2},"a":{"a":0,"k":[70,70,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.417,-0.729],[-1.653,-0.69],[-0.423,0.73],[0,0.599],[0,0]],"o":[[0,0],[0,0.599],[0.417,0.73],[1.667,-0.69],[0.423,-0.729],[0,0],[0,0]],"v":[[-3.73,-8.73],[-3.73,-4.531],[-3.105,-2.54],[-0.001,-0.411],[3.135,-2.54],[3.77,-4.531],[3.77,-8.73]],"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.859],[-0.007,-0.592],[0,-0.339],[0,0],[-0.007,0.598],[0,0.742],[0.481,0.703],[1.563,0.651],[0.468,-0.703]],"o":[[0,0.755],[0.007,0.593],[0,0],[0,-0.339],[0.007,-0.599],[0,-0.859],[-0.482,-0.703],[-1.562,0.651],[-0.469,0.703]],"v":[[-3.751,5.313],[-3.741,7.333],[-3.73,8.73],[3.77,8.73],[3.779,7.325],[3.79,5.313],[3.066,2.969],[-0.001,0.938],[-3.047,2.969]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.567,-0.787],[1.198,-0.598],[-0.553,-0.808],[0,-1.133],[0.007,-0.599],[0,-0.339],[0,0],[-0.124,-0.124],[0,-0.169],[0.124,-0.117],[0.169,0],[0,0],[0.124,0.117],[0,0.183],[-0.124,0.125],[-0.169,0],[0,0],[0.007,0.598],[0,0.742],[-0.547,0.807],[-1.224,0.625],[0.566,0.788],[0,1.016],[0,0],[0,0],[0.124,0.124],[0,0.169],[-0.124,0.117],[-0.169,0],[0,0],[-0.124,-0.117],[0,-0.182],[0.124,-0.123],[0.169,0]],"o":[[0,0],[0,1.016],[-0.566,0.788],[1.237,0.625],[0.554,0.807],[0,0.742],[-0.007,0.598],[0,0],[0.169,0],[0.124,0.125],[0,0.183],[-0.124,0.117],[0,0],[-0.169,0],[-0.124,-0.117],[0,-0.169],[0.124,-0.124],[0,0],[0,-0.339],[-0.007,-0.599],[0,-1.133],[0.547,-0.808],[-1.172,-0.598],[-0.567,-0.787],[0,0],[0,0],[-0.169,0],[-0.124,-0.123],[0,-0.182],[0.124,-0.117],[0,0],[0.169,0],[0.124,0.117],[0,0.169],[-0.124,0.124],[0,0]],"v":[[5.02,-8.73],[5.02,-4.531],[4.169,-1.826],[1.523,0.254],[4.208,2.403],[5.04,5.313],[5.029,7.325],[5.02,8.73],[6.27,8.73],[6.708,8.915],[6.895,9.355],[6.708,9.805],[6.27,9.98],[-6.27,9.98],[-6.71,9.805],[-6.895,9.355],[-6.71,8.915],[-6.27,8.73],[-4.98,8.73],[-4.991,7.325],[-5.001,5.313],[-4.18,2.403],[-1.524,0.254],[-4.131,-1.826],[-4.98,-4.531],[-4.98,-8.73],[-6.27,-8.73],[-6.71,-8.917],[-6.895,-9.355],[-6.71,-9.805],[-6.27,-9.98],[6.27,-9.98],[6.708,-9.805],[6.895,-9.355],[6.708,-8.917],[6.27,-8.73]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.361000001197,0.616000007181,0.976000019148,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[70,70],"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":"Group 1","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":30,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"globe","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[100],"e":[0]},{"t":11}],"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},"n":"0p833_0p833_0p167_0p167","t":2,"s":[141,119,0],"e":[90,117,0],"to":[-8.5,-0.33333334326744,0],"ti":[8.5,0.33333334326744,0]},{"t":11}],"ix":2},"a":{"a":0,"k":[70,70,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.183,-0.052],[-0.104,0.54],[0,0.574],[0.117,0.567],[0.208,0.508],[0,0],[0.45,-0.117],[0.964,-0.117],[-0.026,-0.358],[0,-0.377],[0.039,-0.456],[0.051,-0.429],[-0.443,-0.097]],"o":[[0.195,-0.495],[0.105,-0.54],[0,-0.598],[-0.118,-0.566],[0,0],[-0.039,0.013],[-0.449,0.117],[0.039,0.352],[0.026,0.358],[0,0.469],[-0.039,0.456],[0.755,0.091],[0.442,0.098]],"v":[[8.165,3.223],[8.614,1.67],[8.77,0],[8.594,-1.748],[8.105,-3.359],[8.34,-2.714],[7.607,-2.519],[5.489,-2.168],[5.587,-1.103],[5.626,0],[5.566,1.387],[5.431,2.715],[7.228,2.998]],"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.364,-0.521],[-0.703,0.625],[-0.469,0.82],[0.39,0.072],[0.625,0.078],[0.293,-0.69]],"o":[[0.859,-0.378],[0.703,-0.625],[-0.196,-0.052],[-0.391,-0.071],[-0.182,0.82],[-0.293,0.691]],"v":[[3.497,8.028],[5.84,6.524],[7.599,4.356],[6.719,4.17],[5.196,3.946],[4.482,6.211]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[-0.091,0.027],[0.755,0.717],[0.95,0.417],[-0.312,-0.788],[-0.182,-0.938],[-0.417,0.097]],"o":[[-0.456,-0.924],[-0.755,-0.716],[0.403,0.573],[0.313,0.788],[0.782,-0.091],[0.417,-0.098]],"v":[[7.872,-3.867],[6.056,-6.328],[3.497,-8.027],[4.571,-5.986],[5.312,-3.398],[7.11,-3.681]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[-0.332,0.28],[-0.287,0.417],[-0.228,0.547],[-0.156,0.638],[0.553,0.019],[0.638,0.012]],"o":[[0.352,-0.104],[0.332,-0.28],[0.286,-0.417],[0.228,-0.547],[-0.456,-0.039],[-0.554,-0.02],[0,0]],"v":[[0.605,8.672],[1.632,8.096],[2.56,7.051],[3.331,5.606],[3.907,3.828],[2.394,3.741],[0.605,3.692]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[-0.593,-0.026],[-0.495,-0.039],[-0.039,0.43],[0,0.456],[0.026,0.339],[0.039,0.338],[0.605,-0.026],[0.716,0]],"o":[[0.691,0.012],[0.593,0.027],[0.066,-0.417],[0.039,-0.429],[0,-0.351],[-0.026,-0.338],[-0.495,0.052],[-0.606,0.026],[0,0]],"v":[[0.605,2.442],[2.53,2.5],[4.161,2.598],[4.316,1.328],[4.376,0],[4.337,-1.035],[4.239,-2.05],[2.589,-1.933],[0.605,-1.894]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0.378,0.118],[0,0],[-0.567,0.026],[-0.482,0.039],[0.227,0.606],[0.3,0.469],[0.352,0.312]],"o":[[0,0],[0.677,-0.012],[0.566,-0.026],[-0.156,-0.703],[-0.228,-0.605],[-0.3,-0.469],[-0.351,-0.313]],"v":[[0.605,-8.672],[0.605,-3.125],[2.472,-3.183],[4.044,-3.281],[3.467,-5.244],[2.676,-6.855],[1.7,-8.027]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[0,0],[0.547,-0.02],[0.468,-0.039],[-0.235,-0.541],[-0.287,-0.417],[-0.326,-0.28],[-0.351,-0.118]],"o":[[-0.638,0.012],[-0.547,0.019],[0.156,0.625],[0.234,0.54],[0.286,0.417],[0.325,0.28],[0,0]],"v":[[-0.645,3.692],[-2.422,3.741],[-3.945,3.828],[-3.359,5.577],[-2.577,7.012],[-1.66,8.057],[-0.645,8.653]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0,0],[0.351,-0.319],[0.293,-0.462],[0.234,-0.606],[0.156,-0.69],[-0.573,-0.026],[-0.664,-0.012]],"o":[[-0.378,0.117],[-0.352,0.32],[-0.293,0.463],[-0.235,0.605],[0.481,0.039],[0.573,0.026],[0,0]],"v":[[-0.645,-8.652],[-1.738,-7.998],[-2.704,-6.826],[-3.495,-5.224],[-4.081,-3.281],[-2.499,-3.183],[-0.645,-3.125]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0,-0.351],[-0.039,-0.429],[-0.065,-0.417],[-0.593,0.027],[-0.69,0.012],[0,0],[0.605,0.026],[0.508,0.039],[0.026,-0.338]],"o":[[0,0.456],[0.039,0.43],[0.508,-0.039],[0.592,-0.026],[0,0],[-0.716,0],[-0.605,-0.026],[-0.039,0.326],[-0.026,0.339]],"v":[[-4.434,0],[-4.374,1.328],[-4.219,2.598],[-2.568,2.5],[-0.645,2.442],[-0.645,-1.894],[-2.626,-1.933],[-4.297,-2.031],[-4.395,-1.035]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[0.235,-0.039],[-0.332,-0.398],[-0.391,-0.332],[-0.45,-0.267],[-0.495,-0.169],[0.371,0.729],[0.234,0.886],[0.404,-0.071]],"o":[[0.26,0.456],[0.332,0.397],[0.39,0.332],[0.449,0.266],[-0.469,-0.521],[-0.371,-0.729],[-0.613,0.066],[-0.404,0.071]],"v":[[-7.637,4.297],[-6.747,5.577],[-5.663,6.67],[-4.404,7.569],[-2.988,8.223],[-4.247,6.348],[-5.156,3.926],[-6.68,4.131]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[-0.508,0.586],[0.481,-0.293],[0.417,-0.377],[0.345,-0.449],[0.247,-0.508],[-0.429,-0.078],[-0.716,-0.078],[-0.403,0.82]],"o":[[-0.547,0.195],[-0.482,0.293],[-0.417,0.378],[-0.345,0.449],[0.169,0.052],[0.43,0.078],[0.221,-1.002],[0.404,-0.82]],"v":[[-2.988,-8.222],[-4.531,-7.49],[-5.879,-6.484],[-7.021,-5.244],[-7.91,-3.808],[-7.012,-3.613],[-5.292,-3.379],[-4.355,-6.113]],"c":true},"ix":2},"nm":"Path 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":11,"ty":"sh","ix":12,"ks":{"a":0,"k":{"i":[[0.117,0.039],[0.071,-0.443],[0,-0.455],[-0.098,-0.527],[-0.195,-0.482],[-0.456,0.085],[-0.729,0.078],[0.04,0.456],[0,0.469],[-0.019,0.364],[-0.053,0.339],[0.462,0.097]],"o":[[-0.131,0.417],[-0.072,0.443],[0,0.56],[0.098,0.528],[0.196,-0.039],[0.455,-0.085],[-0.078,-0.429],[-0.039,-0.456],[0,-0.364],[0.02,-0.365],[-0.847,-0.091],[-0.463,-0.098]],"v":[[-8.359,-2.636],[-8.661,-1.347],[-8.77,0],[-8.622,1.631],[-8.184,3.145],[-7.206,2.959],[-5.43,2.715],[-5.605,1.387],[-5.663,0],[-5.635,-1.093],[-5.527,-2.148],[-7.49,-2.431]],"c":true},"ix":2},"nm":"Path 12","mn":"ADBE Vector Shape - Group","hd":false},{"ind":12,"ty":"sh","ix":13,"ks":{"a":0,"k":{"i":[[0,-1.328],[0.488,-1.179],[0.853,-0.892],[1.146,-0.554],[1.302,-0.078],[0.059,-0.007],[0.052,0],[0,0],[0,0],[0,0],[0,0],[1.218,0.528],[0.905,0.905],[0.528,1.211],[0,1.38],[-0.527,1.211],[-0.905,0.905],[-1.217,0.528],[-1.38,0],[0,0],[0,0],[0,0],[0,0],[-0.058,-0.006],[-0.052,0],[-1.145,-0.553],[-0.852,-0.891],[-0.488,-1.179]],"o":[[0,1.328],[-0.488,1.179],[-0.852,0.891],[-1.145,0.553],[-0.052,0],[-0.058,0.006],[0,0],[0,0],[0,0],[0,0],[-1.38,0],[-1.217,-0.527],[-0.905,-0.905],[-0.527,-1.211],[0,-1.38],[0.528,-1.211],[0.905,-0.905],[1.218,-0.527],[0,0],[0,0],[0,0],[0,0],[0.052,0],[0.059,0.007],[1.302,0.078],[1.146,0.554],[0.853,0.892],[0.488,1.178]],"v":[[10.02,0],[9.288,3.76],[7.275,6.866],[4.278,9.034],[0.605,9.981],[0.439,9.991],[0.273,10],[0.226,10],[0.176,10],[0.089,10],[0.001,10],[-3.896,9.209],[-7.079,7.061],[-9.229,3.887],[-10.02,0],[-9.229,-3.886],[-7.079,-7.06],[-3.896,-9.209],[0.001,-10],[0.089,-10],[0.176,-10],[0.226,-10],[0.273,-10],[0.439,-9.99],[0.605,-9.98],[4.278,-9.033],[7.275,-6.865],[9.288,-3.759]],"c":true},"ix":2},"nm":"Path 13","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.969000004787,0.356999984442,0.936999990426,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[70,70],"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":"Group 1","np":15,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":30,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"flash","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[100],"e":[0]},{"t":14}],"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},"n":"0p833_0p833_0p167_0p167","t":10,"s":[40,139,0],"e":[90,113,0],"to":[8.33333301544189,-4.33333349227905,0],"ti":[-8.33333301544189,4.33333349227905,0]},{"t":14}],"ix":2},"a":{"a":0,"k":[70,70,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[1.621,-8.73],[-5.332,0.567],[-0.215,0.586],[-1.621,8.73],[5.332,-1.309],[0.215,-1.329]],"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],[0,0],[-0.234,-0.241],[0,-0.338],[0.007,-0.045],[0.013,-0.052],[0,0],[0,0],[-0.202,-0.123],[-0.104,-0.208],[0.02,-0.235],[0.129,-0.195],[0,0],[0.156,-0.085],[0.195,0],[0.085,0.013],[0.078,0.039],[0.143,0.254],[-0.052,0.286],[0,0],[0,0],[0.201,0.124],[0.104,0.208],[-0.02,0.234],[-0.13,0.195],[0,0],[-0.007,0.013],[-0.014,0.013],[-0.046,0.039],[-0.052,0.026],[-0.085,0.033],[-0.104,0.013],[0,0]],"o":[[0,0],[0,0],[0.338,0.013],[0.234,0.241],[0,0.052],[-0.007,0.046],[0,0],[0,0],[0.234,0],[0.202,0.124],[0.105,0.209],[-0.019,0.234],[0,0],[-0.131,0.169],[-0.156,0.085],[-0.091,0],[-0.085,-0.012],[-0.261,-0.117],[-0.144,-0.254],[0,0],[0,0],[-0.234,0],[-0.203,-0.124],[-0.105,-0.208],[0.019,-0.235],[0,0],[0.013,-0.012],[0.007,-0.012],[0.039,-0.052],[0.045,-0.04],[0.078,-0.065],[0.085,-0.032],[0,0],[0,0]],"v":[[1.621,-9.98],[1.65,-9.98],[1.68,-9.98],[2.539,-9.6],[2.891,-8.73],[2.881,-8.585],[2.851,-8.438],[1.719,-2.559],[5.332,-2.559],[5.986,-2.374],[6.445,-1.876],[6.572,-1.21],[6.348,-0.566],[-0.664,9.473],[-1.094,9.854],[-1.621,9.98],[-1.885,9.961],[-2.129,9.883],[-2.734,9.327],[-2.871,8.516],[-1.719,1.817],[-5.332,1.797],[-5.986,1.612],[-6.445,1.114],[-6.572,0.45],[-6.348,-0.195],[0.664,-9.454],[0.693,-9.492],[0.723,-9.531],[0.85,-9.667],[0.996,-9.766],[1.24,-9.913],[1.523,-9.98],[1.582,-9.98]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.969000004787,0.356999984442,0.936999990426,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[70,70],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":30,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"fire","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6,"s":[100],"e":[0]},{"t":8}],"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},"n":"0p833_0p833_0p167_0p167","t":0,"s":[90,30,0],"e":[90,30,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[90,30,0],"e":[90,112,0],"to":[0,13.6666669845581,0],"ti":[0,-13.6666669845581,0]},{"t":8}],"ix":2},"a":{"a":0,"k":[70,70,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.078,0.183],[0.15,-0.547],[0,-0.52],[-0.332,-0.794],[-0.605,-0.579],[-0.833,-0.326],[-0.99,0],[-0.847,0.325],[-0.618,0.579],[-0.344,0.794],[0,0.951],[0.129,0.495],[0.391,0.651],[0.143,0.378],[0.052,0.312],[0.059,-0.123],[0.039,-0.156],[0,-1.263],[0.071,-0.117],[0.143,-0.052],[0.13,0.039],[0.078,0.117],[0.417,0.618],[0.248,0.521],[0.137,0.553],[0.059,0.521],[-0.007,0.457],[-0.026,0.351],[0.657,-0.723],[0.247,-1.367],[-0.033,-0.638],[-0.092,-0.495],[-0.195,-0.625],[0.019,-0.118],[0.078,-0.091],[0.11,-0.039],[0.104,0.027],[0.69,0.306],[0.573,0.899],[0.091,0.189]],"o":[[-0.169,0.43],[-0.149,0.547],[0,0.951],[0.332,0.794],[0.606,0.579],[0.833,0.325],[1.015,0],[0.846,-0.326],[0.618,-0.579],[0.345,-0.794],[0,-0.807],[-0.13,-0.494],[-0.26,-0.443],[-0.144,-0.377],[-0.066,0.091],[-0.058,0.124],[-0.183,0.664],[0,0.143],[-0.071,0.118],[-0.13,0.039],[-0.13,-0.039],[-0.027,-0.039],[-0.417,-0.619],[-0.247,-0.56],[-0.136,-0.554],[-0.058,-0.52],[0.007,-0.455],[-0.508,0.299],[-0.658,0.722],[-0.131,0.665],[0.032,0.638],[0.09,0.495],[0.039,0.104],[-0.02,0.117],[-0.078,0.078],[-0.111,0.039],[-0.039,-0.012],[-0.691,-0.306],[-0.091,-0.156],[-0.091,-0.189]],"v":[[-6.172,-0.857],[-6.651,0.609],[-6.875,2.21],[-6.377,4.828],[-4.971,6.888],[-2.813,8.246],[-0.078,8.734],[2.715,8.246],[4.912,6.888],[6.357,4.828],[6.875,2.21],[6.68,0.257],[5.898,-1.462],[5.293,-2.693],[5,-3.727],[4.814,-3.406],[4.668,-2.985],[4.394,-0.094],[4.287,0.296],[3.965,0.55],[3.574,0.55],[3.262,0.316],[2.598,-0.671],[1.601,-2.38],[1.025,-4.049],[0.732,-5.661],[0.654,-7.126],[0.703,-8.337],[-1.045,-6.803],[-2.402,-3.669],[-2.549,-1.715],[-2.363,-0.016],[-1.934,1.664],[-1.904,1.996],[-2.051,2.308],[-2.334,2.484],[-2.656,2.503],[-3.75,2.025],[-5.645,0.218],[-5.918,-0.299]],"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":[[1.198,0],[0.989,0.383],[0.709,0.691],[0.397,0.951],[0,1.12],[-0.149,0.593],[-0.183,0.481],[-0.156,0.306],[-0.027,0.026],[-0.117,0.052],[-0.117,-0.012],[-0.098,-0.085],[-0.027,-0.118],[-0.169,-0.546],[-0.248,-0.403],[-0.176,-0.195],[-0.196,-0.13],[0.065,0.82],[-0.169,0.886],[-0.521,0.775],[-0.547,0.456],[-0.43,0.175],[-0.039,0.014],[-0.104,-0.025],[-0.09,-0.065],[-0.032,-0.104],[0.026,-0.104],[-0.007,-0.612],[-0.117,-0.742],[-0.325,-0.729],[-0.085,-0.149],[-0.091,-0.156],[-0.039,0.221],[-0.065,0.221],[-0.476,0.339],[-0.027,0.013],[-0.11,-0.013],[-0.091,-0.078],[-0.046,-0.11],[0.027,-0.117],[-0.02,-0.527],[-0.508,-0.833],[-0.163,-0.605],[0,-0.938],[0.41,-0.95],[0.729,-0.69],[0.996,-0.384]],"o":[[-1.172,0],[-0.99,-0.384],[-0.71,-0.69],[-0.398,-0.95],[0,-0.599],[0.15,-0.592],[0.182,-0.482],[0.157,-0.306],[0.052,-0.117],[0.117,-0.052],[0.13,0.013],[0.098,0.085],[0.012,0.013],[0.169,0.547],[0.182,0.274],[0.176,0.196],[-0.131,-0.573],[-0.066,-0.821],[0.221,-1.211],[0.521,-0.775],[0.547,-0.456],[0.429,-0.176],[0.104,-0.025],[0.105,0.027],[0.078,0.078],[0.033,0.104],[-0.104,0.781],[0.006,0.612],[0.117,0.742],[0.066,0.131],[0.085,0.15],[0.026,-0.208],[0.039,-0.222],[0.235,-0.86],[0.475,-0.339],[0.104,-0.051],[0.11,0.013],[0.091,0.066],[0.046,0.111],[0,0.026],[0.019,0.527],[0.442,0.742],[0.163,0.606],[0,1.12],[-0.411,0.951],[-0.73,0.691],[-0.996,0.383]],"v":[[-0.078,9.984],[-3.32,9.408],[-5.869,7.796],[-7.529,5.335],[-8.125,2.23],[-7.901,0.443],[-7.402,-1.169],[-6.895,-2.35],[-6.621,-2.848],[-6.367,-3.102],[-6.016,-3.161],[-5.674,-3.014],[-5.488,-2.712],[-5.215,-1.872],[-4.59,-0.447],[-4.053,0.257],[-3.496,0.746],[-3.789,-1.344],[-3.633,-3.903],[-2.52,-6.882],[-0.918,-8.727],[0.547,-9.674],[1.25,-9.958],[1.562,-9.958],[1.855,-9.822],[2.021,-9.548],[2.031,-9.236],[1.885,-7.145],[2.07,-5.115],[2.734,-2.908],[2.959,-2.488],[3.223,-2.029],[3.32,-2.673],[3.476,-3.337],[4.541,-5.133],[5.293,-5.661],[5.615,-5.719],[5.918,-5.583],[6.123,-5.32],[6.152,-4.977],[6.182,-4.147],[6.973,-2.107],[7.881,-0.085],[8.125,2.23],[7.51,5.335],[5.801,7.796],[3.213,9.408]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.501999978458,0.352999997606,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[70.145,70.515],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":30,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"film frame","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":11,"s":[100],"e":[0]},{"t":15}],"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},"n":"0p833_0p833_0p167_0p167","t":11,"s":[125,38,0],"e":[92,114,0],"to":[-5.5,12.6666669845581,0],"ti":[5.5,-12.6666669845581,0]},{"t":15}],"ix":2},"a":{"a":0,"k":[70,70,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.124,0.117],[0,0.183],[0,0],[-0.124,0.124],[-0.169,0],[0,0],[-0.124,-0.124],[0,-0.169],[0,0],[0.124,-0.117],[0.169,0]],"o":[[-0.169,0],[-0.124,-0.117],[0,0],[0,-0.169],[0.124,-0.124],[0,0],[0.169,0],[0.124,0.124],[0,0],[0,0.183],[-0.124,0.117],[0,0]],"v":[[5.625,6.562],[5.186,6.387],[5,5.938],[5,5.312],[5.186,4.874],[5.625,4.688],[6.875,4.688],[7.314,4.874],[7.5,5.312],[7.5,5.938],[7.314,6.387],[6.875,6.562]],"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.124,0.117],[0,0.183],[0,0],[-0.124,0.124],[-0.169,0],[0,0],[-0.124,-0.124],[0,-0.169],[0,0],[0.124,-0.117],[0.169,0]],"o":[[-0.169,0],[-0.124,-0.117],[0,0],[0,-0.169],[0.124,-0.124],[0,0],[0.169,0],[0.124,0.124],[0,0],[0,0.183],[-0.124,0.117],[0,0]],"v":[[5.625,2.812],[5.186,2.637],[5,2.188],[5,1.562],[5.186,1.124],[5.625,0.938],[6.875,0.938],[7.314,1.124],[7.5,1.562],[7.5,2.188],[7.314,2.637],[6.875,2.812]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0.124,0.117],[0,0.183],[0,0],[-0.124,0.124],[-0.169,0],[0,0],[-0.124,-0.124],[0,-0.169],[0,0],[0.124,-0.117],[0.169,0]],"o":[[-0.169,0],[-0.124,-0.117],[0,0],[0,-0.169],[0.124,-0.124],[0,0],[0.169,0],[0.124,0.124],[0,0],[0,0.183],[-0.124,0.117],[0,0]],"v":[[5.625,-0.938],[5.186,-1.113],[5,-1.562],[5,-2.188],[5.186,-2.626],[5.625,-2.812],[6.875,-2.812],[7.314,-2.626],[7.5,-2.188],[7.5,-1.562],[7.314,-1.113],[6.875,-0.938]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0.124,0.117],[0,0.183],[0,0],[-0.124,0.124],[-0.169,0],[0,0],[-0.124,-0.124],[0,-0.169],[0,0],[0.124,-0.117],[0.169,0]],"o":[[-0.169,0],[-0.124,-0.117],[0,0],[0,-0.169],[0.124,-0.124],[0,0],[0.169,0],[0.124,0.124],[0,0],[0,0.183],[-0.124,0.117],[0,0]],"v":[[5.625,-4.688],[5.186,-4.863],[5,-5.312],[5,-5.938],[5.186,-6.376],[5.625,-6.562],[6.875,-6.562],[7.314,-6.376],[7.5,-5.938],[7.5,-5.312],[7.314,-4.863],[6.875,-4.688]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0.123,0.117],[0,0.183],[0,0],[-0.124,0.124],[-0.169,0],[0,0],[-0.124,-0.124],[0,-0.169],[0,0],[0.124,-0.117],[0.169,0]],"o":[[-0.169,0],[-0.124,-0.117],[0,0],[0,-0.169],[0.123,-0.124],[0,0],[0.169,0],[0.124,0.124],[0,0],[0,0.183],[-0.124,0.117],[0,0]],"v":[[-6.875,6.562],[-7.314,6.387],[-7.5,5.938],[-7.5,5.312],[-7.314,4.874],[-6.875,4.688],[-5.625,4.688],[-5.186,4.874],[-5,5.312],[-5,5.938],[-5.186,6.387],[-5.625,6.562]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0],[0.123,0.117],[0,0.183],[0,0],[-0.124,0.124],[-0.169,0],[0,0],[-0.124,-0.124],[0,-0.169],[0,0],[0.124,-0.117],[0.169,0]],"o":[[-0.169,0],[-0.124,-0.117],[0,0],[0,-0.169],[0.123,-0.124],[0,0],[0.169,0],[0.124,0.124],[0,0],[0,0.183],[-0.124,0.117],[0,0]],"v":[[-6.875,2.812],[-7.314,2.637],[-7.5,2.188],[-7.5,1.562],[-7.314,1.124],[-6.875,0.938],[-5.625,0.938],[-5.186,1.124],[-5,1.562],[-5,2.188],[-5.186,2.637],[-5.625,2.812]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[0,0],[0.123,0.117],[0,0.183],[0,0],[-0.124,0.124],[-0.169,0],[0,0],[-0.124,-0.124],[0,-0.169],[0,0],[0.124,-0.117],[0.169,0]],"o":[[-0.169,0],[-0.124,-0.117],[0,0],[0,-0.169],[0.123,-0.124],[0,0],[0.169,0],[0.124,0.124],[0,0],[0,0.183],[-0.124,0.117],[0,0]],"v":[[-6.875,-0.938],[-7.314,-1.113],[-7.5,-1.562],[-7.5,-2.188],[-7.314,-2.626],[-6.875,-2.812],[-5.625,-2.812],[-5.186,-2.626],[-5,-2.188],[-5,-1.562],[-5.186,-1.113],[-5.625,-0.938]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0,0],[0.123,0.117],[0,0.183],[0,0],[-0.124,0.124],[-0.169,0],[0,0],[-0.124,-0.124],[0,-0.169],[0,0],[0.124,-0.117],[0.169,0]],"o":[[-0.169,0],[-0.124,-0.117],[0,0],[0,-0.169],[0.123,-0.124],[0,0],[0.169,0],[0.124,0.124],[0,0],[0,0.183],[-0.124,0.117],[0,0]],"v":[[-6.875,-4.688],[-7.314,-4.863],[-7.5,-5.312],[-7.5,-5.938],[-7.314,-6.376],[-6.875,-6.562],[-5.625,-6.562],[-5.186,-6.376],[-5,-5.938],[-5,-5.312],[-5.186,-4.863],[-5.625,-4.688]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[8.75,-8.438],[-8.75,-8.438],[-8.75,8.438],[8.75,8.438]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[0,0]],"o":[[0,0]],"v":[[8.75,8.438]],"c":false},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[0,0],[-0.247,-0.247],[0,-0.338],[0,0],[0.247,-0.247],[0.339,0],[0,0],[0.247,0.247],[0,0.339],[0,0],[-0.247,0.248],[-0.339,0]],"o":[[0.339,0],[0.247,0.248],[0,0],[0,0.339],[-0.247,0.247],[0,0],[-0.339,0],[-0.247,-0.247],[0,0],[0,-0.338],[0.247,-0.247],[0,0]],"v":[[8.75,-9.688],[9.629,-9.316],[10,-8.438],[10,8.438],[9.629,9.316],[8.75,9.688],[-8.75,9.688],[-9.629,9.316],[-10,8.438],[-10,-8.438],[-9.629,-9.316],[-8.75,-9.688]],"c":true},"ix":2},"nm":"Path 11","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.501999978458,0.352999997606,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[70,70],"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":"Group 1","np":13,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":30,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"compu","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":13,"s":[100],"e":[0]},{"t":22}],"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},"n":"0p833_0p833_0p167_0p167","t":13,"s":[68,51,0],"e":[87,117,0],"to":[3.16666674613953,11,0],"ti":[-3.16666674613953,-11,0]},{"t":22}],"ix":2},"a":{"a":0,"k":[70,70,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[8.75,-6.875],[-8.75,-6.875],[-8.75,3.75],[8.75,3.75]],"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]],"o":[[0,0]],"v":[[8.75,3.75]],"c":false},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[-0.247,-0.241],[0,-0.351],[0,0],[0.247,-0.247],[0.339,0],[0,0],[0,0],[0,0],[-0.124,-0.124],[0,-0.169],[0.124,-0.124],[0.169,0],[0,0],[0.123,0.124],[0,0.169],[-0.124,0.124],[-0.169,0],[0,0],[0,0],[0,0],[0.247,0.247],[0,0.339],[0,0],[-0.247,0.241],[-0.339,0]],"o":[[0.339,0],[0.247,0.241],[0,0],[0,0.339],[-0.247,0.247],[0,0],[0,0],[0,0],[0.169,0],[0.124,0.124],[0,0.169],[-0.124,0.124],[0,0],[-0.169,0],[-0.124,-0.124],[0,-0.169],[0.123,-0.124],[0,0],[0,0],[0,0],[-0.339,0],[-0.247,-0.247],[0,0],[0,-0.351],[0.247,-0.241],[0,0]],"v":[[8.75,-8.125],[9.629,-7.763],[10,-6.875],[10,3.75],[9.629,4.629],[8.75,5],[0.625,5],[0.625,6.875],[3.75,6.875],[4.189,7.061],[4.375,7.5],[4.189,7.94],[3.75,8.125],[-3.75,8.125],[-4.189,7.94],[-4.375,7.5],[-4.189,7.061],[-3.75,6.875],[-0.625,6.875],[-0.625,5],[-8.75,5],[-9.629,4.629],[-10,3.75],[-10,-6.875],[-9.629,-7.763],[-8.75,-8.125]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.705999995213,0.819999964097,0.172999991623,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71,70.32],"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":"Group 1","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":30,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"compass","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[100],"e":[0]},{"t":8}],"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},"n":"0p833_0p833_0p167_0p167","t":4,"s":[25,27,0],"e":[91,116,0],"to":[11,14.8333330154419,0],"ti":[-11,-14.8333330154419,0]},{"t":8}],"ix":2},"a":{"a":0,"k":[70,70,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[1.426,0.938],[3.145,-2.598],[-0.312,-1.251]],"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],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-3.008,2.989],[0.41,1.661],[-1.308,-0.488]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[-0.13,-0.019],[-0.091,-0.09],[-0.019,-0.129],[0.065,-0.118],[0,0],[0.046,-0.039],[0.052,-0.027],[0,0],[0.039,-0.007],[0.052,0],[0.071,0.032],[0.052,0.052],[0.02,0.124],[-0.052,0.118],[0,0],[-0.046,0.046],[-0.052,0.026]],"o":[[0.117,-0.052],[0.13,0.02],[0.078,0.092],[0.02,0.131],[0,0],[-0.027,0.052],[-0.046,0.039],[0,0],[-0.039,0.027],[-0.039,0.007],[-0.078,0],[-0.072,-0.032],[-0.091,-0.091],[-0.019,-0.124],[0,0],[0.026,-0.052],[0.045,-0.045],[0,0]],"v":[[4.317,-4.531],[4.688,-4.581],[5.02,-4.415],[5.166,-4.083],[5.098,-3.71],[2.149,2.09],[2.041,2.227],[1.895,2.324],[-4.082,4.805],[-4.199,4.854],[-4.336,4.864],[-4.56,4.815],[-4.746,4.688],[-4.912,4.366],[-4.863,4.004],[-2.051,-1.641],[-1.943,-1.788],[-1.797,-1.895]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[-1.211,0],[-1.061,0.462],[-0.788,0.794],[-0.462,1.061],[0,1.21],[0.462,1.062],[0.788,0.788],[1.062,0.462],[1.211,0],[1.061,-0.462],[0.787,-0.788],[0.461,-1.061],[0,-1.211],[-0.463,-1.062],[-0.789,-0.794],[-1.062,-0.462]],"o":[[1.211,0],[1.062,-0.462],[0.788,-0.794],[0.462,-1.062],[0,-1.211],[-0.462,-1.061],[-0.788,-0.788],[-1.061,-0.462],[-1.211,0],[-1.062,0.462],[-0.789,0.788],[-0.463,1.062],[0,1.21],[0.461,1.061],[0.787,0.794],[1.061,0.462]],"v":[[0,8.77],[3.408,8.077],[6.182,6.191],[8.057,3.409],[8.75,0.001],[8.057,-3.408],[6.182,-6.182],[3.408,-8.057],[0,-8.751],[-3.408,-8.057],[-6.181,-6.182],[-8.056,-3.408],[-8.75,0.001],[-8.056,3.409],[-6.181,6.191],[-3.408,8.077]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[-1.38,0],[-1.218,-0.521],[-0.905,-0.904],[-0.521,-1.217],[0,-1.38],[0.52,-1.218],[0.906,-0.906],[1.217,-0.52],[1.38,0],[1.217,0.521],[0.905,0.905],[0.521,1.218],[0,1.379],[-0.521,1.218],[-0.905,0.906],[-1.218,0.521]],"o":[[1.38,0],[1.217,0.521],[0.906,0.906],[0.52,1.218],[0,1.379],[-0.521,1.218],[-0.905,0.905],[-1.218,0.521],[-1.38,0],[-1.218,-0.52],[-0.905,-0.906],[-0.521,-1.218],[0,-1.38],[0.521,-1.217],[0.905,-0.904],[1.217,-0.521]],"v":[[0,-10.001],[3.897,-9.219],[7.08,-7.081],[9.219,-3.896],[10,0.001],[9.219,3.897],[7.08,7.081],[3.897,9.219],[0,10.001],[-3.896,9.219],[-7.08,7.081],[-9.219,3.897],[-10,0.001],[-9.219,-3.896],[-7.08,-7.081],[-3.896,-9.219]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.361000001197,0.616000007181,0.976000019148,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[70,70],"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":"Group 1","np":7,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":30,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"bulb","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[100],"e":[0]},{"t":16}],"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},"n":"0p833_0p833_0p167_0p167","t":5,"s":[148,68,0],"e":[93,119,0],"to":[-9.16666698455811,8.5,0],"ti":[9.16666698455811,-8.5,0]},{"t":16}],"ix":2},"a":{"a":0,"k":[70,70,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.586,0],[-0.332,0.338],[0,0.612],[0,0],[0.312,-0.058],[0.403,0],[0.305,0.052],[0.221,0.078],[0,0],[-0.326,-0.345]],"o":[[0.599,0],[0.333,-0.339],[0,0],[-0.222,0.078],[-0.313,0.059],[-0.417,0],[-0.307,-0.053],[0,0],[0,0.599],[0.325,0.345]],"v":[[-0.02,8.75],[1.377,8.242],[1.876,6.816],[1.876,5.957],[1.075,6.162],[0.001,6.25],[-1.083,6.172],[-1.874,5.977],[-1.874,6.816],[-1.387,8.232]],"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.429,0.364],[-0.397,0.566],[0,1.081],[0.287,0.697],[0.508,0.527],[0.691,0.3],[0.793,0],[0.69,-0.3],[0.508,-0.527],[0.286,-0.696],[0,-0.794],[-0.449,-0.632],[-0.534,-0.482],[-0.345,-0.378],[0,-0.534],[0,0],[-0.287,-0.078],[-0.534,0],[-0.293,0.084],[-0.157,0.079],[0,0],[-0.384,0.43]],"o":[[0.521,-0.456],[0.398,-0.566],[0,-0.794],[-0.286,-0.696],[-0.508,-0.527],[-0.69,-0.3],[-0.795,0],[-0.69,0.3],[-0.508,0.527],[-0.287,0.697],[0,1.185],[0.449,0.632],[0.391,0.352],[0.345,0.377],[0,0],[0.129,0.078],[0.286,0.078],[0.521,0],[0.293,-0.085],[0,0],[0,-0.678],[0.383,-0.43]],"v":[[3.672,1.016],[5.049,-0.518],[5.645,-2.989],[5.215,-5.225],[4.024,-7.061],[2.227,-8.301],[0.001,-8.75],[-2.227,-8.301],[-4.023,-7.061],[-5.215,-5.225],[-5.645,-2.989],[-4.971,-0.264],[-3.497,1.406],[-2.393,2.5],[-1.874,3.867],[-1.874,4.668],[-1.249,4.902],[-0.02,5.02],[1.202,4.893],[1.876,4.648],[1.876,3.867],[2.452,2.207]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[-0.964,0],[-0.84,-0.371],[-0.618,-0.631],[-0.358,-0.853],[0,-0.963],[0.52,-0.716],[0.559,-0.495],[0.247,-0.267],[0,-0.378],[0,0],[0.007,-0.014],[0,-0.014],[0,0],[0,0],[0.573,-0.586],[0.925,0],[0.573,0.586],[0,0.951],[0,0],[0,0],[0.007,0.013],[0,0.013],[0,0],[0.222,0.228],[0.364,0.325],[0.573,0.788],[0,1.459],[-0.358,0.853],[-0.619,0.632],[-0.839,0.371]],"o":[[0.963,0],[0.839,0.371],[0.618,0.632],[0.358,0.853],[0,1.367],[-0.521,0.717],[-0.417,0.364],[-0.247,0.267],[0,0],[0,0.013],[-0.007,0.013],[0,0],[0,0],[0,0.951],[-0.573,0.586],[-0.951,0],[-0.573,-0.586],[0,0],[0,0],[0,-0.014],[-0.007,-0.014],[0,0],[0,-0.248],[-0.221,-0.228],[-0.56,-0.508],[-0.573,-0.787],[0,-0.963],[0.358,-0.853],[0.618,-0.631],[0.84,-0.371]],"v":[[0.001,-10],[2.706,-9.444],[4.893,-7.94],[6.358,-5.713],[6.895,-2.989],[6.114,0.136],[4.493,1.953],[3.497,2.9],[3.126,3.867],[3.126,4.922],[3.116,4.961],[3.106,5],[3.126,5],[3.126,6.816],[2.266,9.121],[0.02,10],[-2.266,9.121],[-3.124,6.816],[-3.124,5],[-3.105,5],[-3.115,4.961],[-3.124,4.922],[-3.124,3.867],[-3.458,3.154],[-4.335,2.324],[-6.036,0.38],[-6.895,-2.989],[-6.357,-5.713],[-4.893,-7.94],[-2.706,-9.444]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972999961703,0.361000001197,0.361000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[70.268,70.297],"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":"Group 1","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":30,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"chemistry","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":7,"s":[100],"e":[0]},{"t":9}],"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},"n":"0p833_0p833_0p167_0p167","t":7,"s":[27,90,0],"e":[89,117,0],"to":[10.3333330154419,4.5,0],"ti":[-10.3333330154419,-4.5,0]},{"t":9}],"ix":2},"a":{"a":0,"k":[70,70,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.261,0],[0.183,-0.182],[0,-0.26],[-0.183,-0.183],[-0.261,0],[-0.183,0.182],[0,0.261],[0.183,0.183]],"o":[[-0.261,0],[-0.183,0.183],[0,0.261],[0.183,0.182],[0.261,0],[0.183,-0.183],[0,-0.26],[-0.183,-0.182]],"v":[[3.438,-8.75],[2.773,-8.477],[2.501,-7.813],[2.773,-7.148],[3.438,-6.875],[4.102,-7.148],[4.374,-7.813],[4.102,-8.477]],"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.612,0],[0.43,0.43],[0,0.613],[-0.43,0.429],[-0.599,0],[-0.429,-0.43],[0,-0.598],[0.43,-0.43]],"o":[[-0.599,0],[-0.43,-0.43],[0,-0.598],[0.43,-0.43],[0.612,0],[0.43,0.429],[0,0.613],[-0.429,0.43]],"v":[[3.438,-5.605],[1.895,-6.25],[1.249,-7.813],[1.895,-9.355],[3.438,-10],[4.999,-9.355],[5.645,-7.813],[4.999,-6.25]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0.338,0],[0.247,0.247],[0,0.339],[-0.248,0.242],[-0.339,0],[-0.247,-0.24],[0,-0.352],[0.247,-0.247]],"o":[[-0.339,0],[-0.248,-0.247],[0,-0.352],[0.247,-0.24],[0.338,0],[0.247,0.242],[0,0.339],[-0.247,0.247]],"v":[[-0.625,-3.75],[-1.504,-4.121],[-1.875,-5],[-1.504,-5.889],[-0.625,-6.25],[0.253,-5.889],[0.624,-5],[0.253,-4.121]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[-0.02,-0.117],[0.052,-0.117],[0.104,-0.065],[0.117,0],[0,0],[0.104,0.066],[0.052,0.117],[-0.019,0.118],[-0.091,0.091],[0,0],[0,0],[0,0],[0.117,0.124],[0,0.169],[-0.117,0.117],[-0.182,0],[0,0],[-0.124,-0.117],[0,-0.182],[0,0],[0.026,-0.072],[0.052,-0.066],[0,0],[0,0],[0,0],[0.026,0.071],[0,0.078],[0,0],[-0.124,0.117],[-0.169,0],[0,0],[-0.117,-0.117],[0,-0.182],[0.117,-0.123],[0.182,0],[0,0],[0,0]],"o":[[0.091,0.091],[0.019,0.118],[-0.052,0.117],[-0.105,0.066],[0,0],[-0.117,0],[-0.104,-0.065],[-0.052,-0.117],[0.02,-0.117],[0,0],[0,0],[0,0],[-0.182,0],[-0.117,-0.123],[0,-0.182],[0.117,-0.117],[0,0],[0.168,0],[0.123,0.117],[0,0],[0,0.078],[-0.026,0.071],[0,0],[0,0],[0,0],[-0.052,-0.066],[-0.027,-0.072],[0,0],[0,-0.182],[0.124,-0.117],[0,0],[0.182,0],[0.117,0.117],[0,0.169],[-0.117,0.124],[0,0],[0,0],[0,0]],"v":[[5.82,8.965],[5.986,9.277],[5.938,9.629],[5.704,9.902],[5.372,10],[-5.372,10],[-5.704,9.902],[-5.938,9.629],[-5.987,9.277],[-5.821,8.965],[-2.5,5.02],[-2.5,-1.875],[-2.911,-1.875],[-3.36,-2.061],[-3.536,-2.5],[-3.36,-2.949],[-2.911,-3.125],[-1.875,-3.125],[-1.436,-2.949],[-1.25,-2.5],[-1.25,5.254],[-1.29,5.479],[-1.407,5.684],[-3.965,8.75],[3.964,8.75],[1.406,5.684],[1.29,5.479],[1.249,5.254],[1.249,-2.5],[1.436,-2.949],[1.876,-3.125],[2.911,-3.125],[3.359,-2.949],[3.536,-2.5],[3.359,-2.061],[2.911,-1.875],[2.501,-1.875],[2.501,5.02]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.501999978458,0.352999997606,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[70.02,70.25],"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":"Group 1","np":6,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":30,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"phone Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[90,162,0],"ix":2},"a":{"a":0,"k":[70,112,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[100,100,100],"e":[98,92,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":22,"s":[98,92,100],"e":[100,100,100]},{"t":24}],"ix":6,"x":"var $bm_rt;\nvar amorti, freq, speedLimit, rebond, tempsClefProx, tempsDebut, tempsDebut, temps, spring, spring;\namorti = effect('Scale Spring')(2);\nfreq = effect('Scale Spring')(1);\nspeedLimit = effect('Scale Spring')(3);\n$bm_rt = rebond = 0;\nif (numKeys > 1 && freq != 0) {\n if (nearestKey(time).index == 1) {\n $bm_rt = value;\n } else {\n if (length(velocity) <= speedLimit) {\n tempsClefProx = nearestKey(time).time;\n if (tempsClefProx <= time) {\n tempsDebut = tempsClefProx;\n } else {\n tempsDebut = key(sub(nearestKey(time).index, 1)).time;\n }\n temps = sub(time, tempsDebut);\n $bm_rt = spring = mul(velocityAtTime(sub(tempsDebut, thisComp.frameDuration)), div(mul(div(0.15, freq), Math.sin(mul(mul(mul(freq, temps), 2), Math.PI))), Math.exp(mul(temps, amorti))));\n if (speedLimit > 0)\n $bm_rt = spring = mul(spring, sub(1, div(length(velocity), speedLimit)));\n if (rebond == 0)\n $bm_rt = sum(valueAtTime(tempsDebut), spring);\n if (rebond == 1 && valueAtTime(tempsDebut - thisComp.frameDuration) > valueAtTime(tempsDebut))\n $bm_rt = sum(valueAtTime(tempsDebut), Math.abs(spring));\n if (rebond == 1 && valueAtTime(tempsDebut - thisComp.frameDuration) < valueAtTime(tempsDebut))\n $bm_rt = sub(valueAtTime(tempsDebut), Math.abs(spring));\n } else {\n $bm_rt = value;\n }\n }\n} else {\n $bm_rt = value;\n}"}},"ao":0,"ef":[{"ty":5,"nm":"Scale Spring","np":5,"mn":"PSEUDO/DUIK_Spring","ix":1,"en":1,"ef":[{"ty":0,"nm":"Elasticity","mn":"PSEUDO/DUIK_Spring-0001","ix":1,"v":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":22,"s":[5],"e":[5]},{"t":24}],"ix":1}},{"ty":0,"nm":"Damping","mn":"PSEUDO/DUIK_Spring-0002","ix":2,"v":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[6]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":22,"s":[6],"e":[6]},{"t":24}],"ix":2}},{"ty":0,"nm":"Trigger speed","mn":"PSEUDO/DUIK_Spring-0003","ix":3,"v":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":22,"s":[2],"e":[2]},{"t":24}],"ix":3}}]}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.657,0],[0,1.657],[-1.657,0],[0,-1.657]],"o":[[-1.657,0],[0,-1.657],[1.657,0],[0,1.657]],"v":[[0,3],[-3,0],[0,-3],[3,0]],"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":[[-1.104,0],[0,1.104],[1.104,0],[0,-1.104]],"o":[[1.104,0],[0,-1.104],[-1.104,0],[0,1.104]],"v":[[0,2],[2,0],[0,-2],[-2,0]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.004000000393,0.109999997008,0.40800000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[70,112],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.209,0],[0,0],[0,-2.209],[0,0],[2.209,0],[0,0],[0,2.209],[0,0]],"o":[[0,0],[2.209,0],[0,0],[0,2.209],[0,0],[-2.209,0],[0,0],[0,-2.209]],"v":[[-22,-37.5],[22,-37.5],[26,-33.5],[26,33.5],[22,37.5],[-22,37.5],[-26,33.5],[-26,-33.5]],"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,-1.657],[0,0],[-1.657,0],[0,0],[0,1.657],[0,0],[1.657,0]],"o":[[-1.657,0],[0,0],[0,1.657],[0,0],[1.657,0],[0,0],[0,-1.657],[0,0]],"v":[[-22,-36.5],[-25,-33.5],[-25,33.5],[-22,36.5],[22,36.5],[25,33.5],[25,-33.5],[22,-36.5]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.004000000393,0.109999997008,0.40800000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[70,68.5],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-5.523,0],[0,0],[0,-5.523],[0,0],[5.522,0],[0,0],[0,5.522],[0,0]],"o":[[0,0],[5.522,0],[0,0],[0,5.522],[0,0],[-5.523,0],[0,0],[0,-5.523]],"v":[[-20,-50],[20,-50],[30,-40],[30,40],[20,50],[-20,50],[-30,40],[-30,-40]],"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,-4.971],[0,0],[-4.971,0],[0,0],[0,4.971],[0,0],[4.971,0]],"o":[[-4.971,0],[0,0],[0,4.971],[0,0],[4.971,0],[0,0],[0,-4.971],[0,0]],"v":[[-20,-49],[-29,-40],[-29,40],[-20,49],[20,49],[29,40],[29,-40],[20,-49]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.004000000393,0.109999997008,0.40800000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[70,70],"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":"Group 3","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":30,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/drop.json b/ohos/flutter_lottie/assets/lottiefiles/drop.json new file mode 100644 index 0000000000000000000000000000000000000000..98b79363bfb7499eee9c6c04eccaa0fa60bdd8e5 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/drop.json @@ -0,0 +1 @@ +{"v":"5.1.3","fr":24,"ip":0,"op":144,"w":1100,"h":1080,"nm":"Comp 1","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"sheene","parent":2,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":26,"s":[100],"e":[1]},{"t":27}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-141.622,139.329,0],"ix":2},"a":{"a":0,"k":[-141.622,139.329,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.354,-0.737],[1.385,-0.56],[0.471,0.737],[-0.766,0.324]],"o":[[0.324,0.737],[-0.737,0.324],[-0.471,-0.737],[0.766,-0.324]],"v":[[-139.478,138.138],[-140.863,140.555],[-143.81,140.054],[-141.57,139.111]],"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,"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":"null","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":144,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"droplet","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[1],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[100],"e":[0]},{"t":48}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.993],"y":[1]},"o":{"x":[0.007],"y":[0]},"n":["0p993_1_0p007_0"],"t":0,"s":[404.305],"e":[404.305]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[404.305],"e":[404.305]},{"t":40}],"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.744],"y":[0.077]},"o":{"x":[0.257],"y":[0.013]},"n":["0p744_0p077_0p257_0p013"],"t":0,"s":[615.852],"e":[756.852]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[756.852],"e":[756.852]},{"t":40}],"ix":4}},"a":{"a":0,"k":[-145.419,129.014,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1.521]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p833_0p833_0p333_0","0p833_0p833_0p333_0","0p833_1p521_0p333_0"],"t":5,"s":[33,33,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p833_1_0p333_0","0p833_1_0p333_0","0p833_1_0p333_0"],"t":14,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":30,"s":[100,100,100],"e":[122,122,100]},{"t":40}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.075,"y":0.013},"n":"0p833_0p833_0p075_0p013","t":26,"s":[{"i":[[-1.967,0.052],[-0.719,0.186],[-0.599,0.338],[-0.502,0.521],[-0.364,0.668],[-0.195,0.575],[-0.118,0.644],[-0.004,1.088],[0.168,1.207],[0.866,1.897],[0.755,1.494],[0.784,1.921],[0.382,1.467],[0.496,-0.09],[0.068,-0.374],[0.726,-1.634],[0.746,-1.5],[0.63,-1.458],[0.168,-2.112],[-0.527,-1.863],[-1.839,-1.13]],"o":[[0.839,-0.022],[0.719,-0.186],[0.639,-0.361],[0.502,-0.521],[0.273,-0.5],[0.195,-0.575],[0.173,-0.952],[0.004,-1.088],[-0.231,-1.718],[-0.631,-1.383],[-0.883,-1.749],[-0.559,-1.37],[-0.09,-0.496],[-0.374,0.068],[-0.515,1.761],[-0.709,1.595],[-0.761,1.529],[-0.947,2.192],[-0.192,2.389],[0.674,2.385],[1.348,0.828]],"v":[[-145.135,146.212],[-142.799,145.898],[-140.822,145.109],[-139.111,143.782],[-137.811,141.995],[-137.109,140.382],[-136.64,138.551],[-136.374,135.486],[-136.62,132.039],[-138.382,126.625],[-140.506,122.313],[-143.079,116.814],[-144.517,112.561],[-145.579,111.826],[-146.314,112.561],[-148.218,117.647],[-150.441,122.283],[-152.57,126.756],[-154.388,133.188],[-153.885,139.619],[-150.111,145.003]],"c":true}],"e":[{"i":[[-3.224,-0.142],[-2.844,-2.286],[-2.538,0.525],[0.726,2.899],[-0.683,1.688],[-2.507,0.06],[-0.128,1.686],[2.908,2.039],[0.862,1.367],[1.209,2.026],[1.157,1.629],[0.761,1.762],[5.287,0.543],[0.523,-0.245],[0.049,-0.271],[1.186,-1.758],[0.886,-1.558],[0.712,-1.623],[0.214,-2.875],[-0.512,-1.786],[-1.969,-1.005]],"o":[[1.755,0.098],[3.274,2.273],[2.256,-0.526],[-0.968,-2.681],[0.762,-1.592],[2.444,0.226],[0.162,-2.141],[-2.962,-2.102],[-0.896,-1.729],[-1.003,-1.613],[-1.35,-1.903],[-0.535,-1.018],[-2.887,-0.084],[-0.372,0.104],[-0.372,1.274],[-0.954,1.539],[-0.919,1.609],[-1.241,2.817],[-0.232,3.08],[0.638,2.114],[1.62,0.642]],"v":[[-147.192,152.583],[-140.143,157.82],[-129.624,161.064],[-127.463,155.425],[-129.56,147.287],[-123.37,145.418],[-118.625,143.559],[-124.942,136.614],[-131.415,131.006],[-123.557,121.445],[-136.898,120.972],[-127.203,113.277],[-142.181,113.322],[-148.783,112.683],[-165.783,108.537],[-157.318,118.191],[-170.74,116.568],[-162.517,127.579],[-179.24,136.381],[-164.019,144.908],[-164.972,158.853]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":32,"s":[{"i":[[-3.224,-0.142],[-2.844,-2.286],[-2.538,0.525],[0.726,2.899],[-0.683,1.688],[-2.507,0.06],[-0.128,1.686],[2.908,2.039],[0.862,1.367],[1.209,2.026],[1.157,1.629],[0.761,1.762],[5.287,0.543],[0.523,-0.245],[0.049,-0.271],[1.186,-1.758],[0.886,-1.558],[0.712,-1.623],[0.214,-2.875],[-0.512,-1.786],[-1.969,-1.005]],"o":[[1.755,0.098],[3.274,2.273],[2.256,-0.526],[-0.968,-2.681],[0.762,-1.592],[2.444,0.226],[0.162,-2.141],[-2.962,-2.102],[-0.896,-1.729],[-1.003,-1.613],[-1.35,-1.903],[-0.535,-1.018],[-2.887,-0.084],[-0.372,0.104],[-0.372,1.274],[-0.954,1.539],[-0.919,1.609],[-1.241,2.817],[-0.232,3.08],[0.638,2.114],[1.62,0.642]],"v":[[-147.192,152.583],[-140.143,157.82],[-129.624,161.064],[-127.463,155.425],[-129.56,147.287],[-123.37,145.418],[-118.625,143.559],[-124.942,136.614],[-131.415,131.006],[-123.557,121.445],[-136.898,120.972],[-127.203,113.277],[-142.181,113.322],[-148.783,112.683],[-165.783,108.537],[-157.318,118.191],[-170.74,116.568],[-162.517,127.579],[-179.24,136.381],[-164.019,144.908],[-164.972,158.853]],"c":true}],"e":[{"i":[[-6.505,-0.647],[-4.166,0.132],[-1.667,-0.043],[-3.159,2.843],[0.01,1.557],[-0.593,2.721],[0,0],[1.909,2.202],[2.674,1.784],[2.106,2.363],[2.208,1.98],[0.703,1.349],[4.291,-0.096],[0.592,-0.651],[0,0],[2.387,-2.084],[1.252,-1.71],[0.927,-2.055],[0.335,-4.867],[-0.472,-1.584],[-2.307,-0.677]],"o":[[4.147,0.412],[5.716,-0.181],[1.794,-0.256],[2.283,-2.055],[0.415,-1.47],[0.368,-1.689],[0,0],[-2.106,-2.429],[-2.633,-1.757],[-1.973,-2.214],[-2.57,-2.305],[-0.473,-0.1],[-2.378,0.253],[-0.366,0.196],[0,0],[-1.596,1.394],[-1.332,1.818],[-2.006,4.447],[-0.336,4.882],[0.542,1.405],[2.328,0.155]],"v":[[-152.563,169.219],[-140.179,170.941],[-123.23,168.291],[-111.19,164.098],[-108.713,155.223],[-106.08,147.293],[-105.855,142.113],[-112.326,136.232],[-117.822,128.308],[-127.116,126.361],[-127.477,117.472],[-137.809,116.771],[-146.036,114.491],[-157.15,114.92],[-172.231,116.143],[-181.08,119.612],[-183.107,125.638],[-188.491,129.729],[-191.422,144.068],[-190.484,158.718],[-172.119,167.764]],"c":true}]},{"t":51}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.005130746868,0.315539509058,0.900367617607,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"null","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":144,"st":0,"bm":0}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"roller dot1","parent":4,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[93.248,137.549,0],"ix":2},"a":{"a":0,"k":[93.248,137.549,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.662,0],[0,-2.767],[3.662,0],[0,2.767]],"o":[[3.662,0],[0,2.767],[-3.662,0],[0,-2.767]],"v":[[93.248,132.54],[99.878,137.549],[93.248,142.558],[86.618,137.549]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"null","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":148,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"roller1","parent":4,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0],"y":[0.993]},"o":{"x":[0.769],"y":[0]},"n":["0_0p993_0p769_0"],"t":49,"s":[0],"e":[-20]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":62,"s":[-20],"e":[-20]},{"i":{"x":[0.137],"y":[0.997]},"o":{"x":[0.923],"y":[0.003]},"n":["0p137_0p997_0p923_0p003"],"t":70,"s":[-20],"e":[0]},{"t":84}],"ix":10},"p":{"a":0,"k":[93.185,137.499,0],"ix":2},"a":{"a":0,"k":[93.185,137.499,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[370.144,308.631],[358.741,321.538]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.507,"ix":5},"lc":2,"lj":1,"ml":10,"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":"null","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[333.341,286.944],[321.966,299.821]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.507,"ix":5},"lc":2,"lj":1,"ml":10,"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":"null","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[297.362,265.168],[285.958,278.075]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.507,"ix":5},"lc":2,"lj":1,"ml":10,"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":"null","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[261.177,243.127],[249.774,256.034]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.507,"ix":5},"lc":2,"lj":1,"ml":10,"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":"null","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[224.521,221.617],[213.117,234.523]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.507,"ix":5},"lc":2,"lj":1,"ml":10,"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":"null","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[188.336,199.546],[176.962,212.453]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.507,"ix":5},"lc":2,"lj":1,"ml":10,"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":"null","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[151.916,177.771],[140.542,190.648]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.507,"ix":5},"lc":2,"lj":1,"ml":10,"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":"null","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[115.584,155.789],[104.18,168.695]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.507,"ix":5},"lc":2,"lj":1,"ml":10,"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":"null","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.506,6.212],[0,0],[4.263,-4.979],[2.916,-7.341],[0,0],[-5.132,5.658]],"o":[[0,0],[-5.785,3.082],[-5.307,5.85],[0,0],[6.118,-4.573],[4.601,-4.868]],"v":[[419.471,309.014],[91.333,114.094],[76.128,126.293],[63.693,146.242],[391.802,341.162],[408.716,325.781]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2.947,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.956862747669,0.945098042488,0.905882358551,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"null","np":3,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":148,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"roller dot2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[851.517,955.624,0],"ix":2},"a":{"a":0,"k":[301.517,415.624,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.662,0],[0,-2.767],[3.662,0],[0,2.767]],"o":[[3.662,0],[0,2.767],[-3.662,0],[0,-2.767]],"v":[[301.517,410.615],[308.147,415.624],[301.517,420.633],[294.887,415.624]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"null","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":148,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"roller2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0],"y":[0.997]},"o":{"x":[0.668],"y":[0.002]},"n":["0_0p997_0p668_0p002"],"t":49,"s":[0],"e":[7]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":62,"s":[7],"e":[7]},{"i":{"x":[0.302],"y":[1]},"o":{"x":[1],"y":[0.006]},"n":["0p302_1_1_0p006"],"t":70,"s":[7],"e":[0]},{"t":84}],"ix":10},"p":{"a":0,"k":[851.791,955.839,0],"ix":2},"a":{"a":0,"k":[301.791,415.839,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[288.552,402.806],[273.229,410.615]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.507,"ix":5},"lc":2,"lj":1,"ml":10,"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":"null","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[262.297,369.096],[246.974,376.905]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.507,"ix":5},"lc":2,"lj":1,"ml":10,"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":"null","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[236.808,335.652],[221.486,343.46]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.507,"ix":5},"lc":2,"lj":1,"ml":10,"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":"null","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[211.232,301.883],[195.909,309.692]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.507,"ix":5},"lc":2,"lj":1,"ml":10,"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":"null","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[185.036,268.409],[169.713,276.218]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.507,"ix":5},"lc":2,"lj":1,"ml":10,"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":"null","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[159.489,234.611],[144.166,242.42]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.507,"ix":5},"lc":2,"lj":1,"ml":10,"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":"null","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[133.617,200.961],[118.294,208.769]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.507,"ix":5},"lc":2,"lj":1,"ml":10,"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":"null","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[107.863,167.192],[92.541,175.001]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.507,"ix":5},"lc":2,"lj":1,"ml":10,"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":"null","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4.681,4.824],[0,0],[5.845,-2.994],[5.501,-5.656],[0,0],[-6.893,3.278]],"o":[[0,0],[-6.537,0.627],[-7.127,3.386],[0,0],[7.394,-1.896],[6.125,-2.769]],"v":[[329.215,420.81],[100.202,115.597],[81.461,121.077],[62.367,134.75],[291.38,440.081],[312.861,432.302]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2.947,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.956862747669,0.945098042488,0.905882358551,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"null","np":3,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":148,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"roller3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[717.135,865.913,0],"ix":2},"a":{"a":0,"k":[167.135,325.913,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.662,0],[0,-2.767],[3.662,0],[0,2.767]],"o":[[3.662,0],[0,2.767],[-3.662,0],[0,-2.767]],"v":[[32.518,194.596],[39.148,199.605],[32.518,204.615],[25.888,199.605]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"null","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[279.859,411.911],[266.599,422.873]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.507,"ix":5},"lc":2,"lj":1,"ml":10,"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":"null","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[246.886,384.772],[233.626,395.734]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.507,"ix":5},"lc":2,"lj":1,"ml":10,"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":"null","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[214.679,357.693],[201.449,368.684]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.507,"ix":5},"lc":2,"lj":1,"ml":10,"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":"null","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[182.355,330.318],[169.095,341.28]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.507,"ix":5},"lc":2,"lj":1,"ml":10,"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":"null","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[149.47,303.386],[136.21,314.377]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.507,"ix":5},"lc":2,"lj":1,"ml":10,"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":"null","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[117.145,275.982],[103.915,286.973]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.507,"ix":5},"lc":2,"lj":1,"ml":10,"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":"null","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[84.555,248.814],[71.296,259.805]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.507,"ix":5},"lc":2,"lj":1,"ml":10,"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":"null","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[52.024,221.499],[38.794,232.46]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.507,"ix":5},"lc":2,"lj":1,"ml":10,"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":"null","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.483,5.689],[0,0],[5.02,-4.232],[4.073,-6.769],[0,0],[-5.977,4.765]],"o":[[0,0],[-6.216,2.116],[-6.177,4.924],[0,0],[6.782,-3.525],[5.318,-4.027]],"v":[[329.569,422.047],[37.203,176.592],[20.201,186.198],[4.701,203.878],[297.067,449.216],[316.25,436.751]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2.947,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.956862747669,0.945098042488,0.905882358551,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"null","np":3,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.471,5.732],[0,0],[5.02,-4.232],[4.073,-6.769],[0,0],[-5.977,4.765]],"o":[[0,0],[-6.216,2.116],[-6.177,4.924],[0,0],[6.782,-3.525],[5.329,-4.062]],"v":[[329.569,430.563],[37.203,185.226],[20.201,194.832],[4.701,212.512],[297.067,457.849],[316.25,445.385]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2.947,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.956862747669,0.945098042488,0.905882358551,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"null","np":3,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.471,5.732],[0,0],[5.01,-4.246],[4.073,-6.769],[0,0],[-5.977,4.765]],"o":[[0,0],[-6.223,2.1],[-6.177,4.924],[0,0],[6.782,-3.525],[5.329,-4.062]],"v":[[329.569,439.256],[37.203,193.918],[20.201,203.524],[4.701,221.204],[297.067,466.542],[316.25,454.077]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2.947,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.956862747669,0.945098042488,0.905882358551,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"null","np":3,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.468,5.734],[0,0],[5.02,-4.232],[4.071,-6.77],[0,0],[-5.981,4.75]],"o":[[0,0],[-6.216,2.116],[-6.179,4.922],[0,0],[6.778,-3.521],[5.332,-4.059]],"v":[[329.569,447.978],[37.203,202.64],[20.201,212.246],[4.701,229.926],[297.067,475.234],[316.25,462.8]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2.947,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.956862747669,0.945098042488,0.905882358551,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"null","np":3,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":148,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"drop","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[550,540,0],"ix":2},"a":{"a":0,"k":[550,540,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"tm":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[6]},{"t":144}],"ix":2,"x":"var $bm_rt;\n$bm_rt = loopOut();"},"w":1100,"h":1080,"ip":0,"op":481,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"roller","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[550,540,0],"ix":2},"a":{"a":0,"k":[550,540,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"tm":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[6]},{"t":145}],"ix":2,"x":"var $bm_rt;\n$bm_rt = loopOut();"},"w":1100,"h":1080,"ip":0,"op":288,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"cube","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[586.437,506.216,0],"ix":2},"a":{"a":0,"k":[36.437,-33.784,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-28.419,61.909],[126.25,38.041],[120.622,1.561],[9.416,18.74]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.153,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.956862747669,0.945098042488,0.905882358551,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"null","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[139.098,-166.81],[-15.542,-142.913],[-9.914,-106.433],[101.263,-123.612]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.153,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.956862747669,0.945098042488,0.905882358551,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"null","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[101.263,-123.612],[126.25,38.041],[-28.419,61.909],[-65.723,-179.657],[-103.558,-136.489],[-71.882,68.627],[-65.164,112.09],[-21.701,105.372],[132.969,81.504],[176.432,74.785],[169.713,31.322],[139.098,-166.81]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.153,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.956862747669,0.945098042488,0.905882358551,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"null","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":144,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"drow part cube","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[624.272,468.897,0],"ix":2},"a":{"a":0,"k":[74.272,-71.103,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[9.416,18.74],[-15.542,-142.913],[139.098,-166.81],[176.432,74.785],[214.267,31.588],[182.561,-173.528],[175.872,-216.991],[132.379,-210.273],[-22.26,-186.376],[-65.723,-179.657],[-59.005,-136.194],[-28.419,61.909]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.153,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.956862747669,0.945098042488,0.905882358551,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"null","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":144,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"pen","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[786.514,193.975,0],"ix":2},"a":{"a":0,"k":[236.514,-346.025,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[3.14,1.747],[0.08,3.523]],"o":[[0,0],[0,0],[-2.483,2.597],[-3.313,-1.202],[0,0]],"v":[[180.822,-248.461],[176.432,-216.932],[195.997,-242.067],[186.45,-240.623],[180.822,-248.461]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"null","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[296.566,-459.353],[286.459,-456.229],[271.49,-462.564],[266.687,-471.994]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.153,"ix":5},"lc":2,"lj":2,"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":"null","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.71,1.679],[-2.728,-1.154],[0.71,-1.679],[2.728,1.154]],"o":[[0.71,-1.679],[2.728,1.154],[-0.71,1.679],[-2.728,-1.154]],"v":[[276.742,-467.726],[282.967,-468.676],[286.62,-463.547],[280.395,-462.597]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"null","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[271.402,-462.299],[190.929,-272.093]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.153,"ix":5},"lc":2,"lj":2,"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":"null","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[286.342,-455.964],[205.898,-265.758]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.153,"ix":5},"lc":2,"lj":2,"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":"null","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-4.744,11.433],[-6.041,14.291],[0,0],[-5.54,13.054],[0,0],[0,0],[0,0]],"o":[[0,0],[-5.51,13.083],[-5.893,14.114],[0,0],[-3.742,8.84],[0,0],[0,0],[0,0],[0,0]],"v":[[296.596,-459.353],[215.887,-268.587],[205.898,-265.64],[190.811,-271.828],[190.811,-271.828],[186.008,-281.257],[266.687,-471.994],[276.794,-475.117],[291.763,-468.782]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.153,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.956862747669,0.945098042488,0.905882358551,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"null","np":3,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[184.24,-275.865],[176.432,-216.932],[212.528,-262.487]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.153,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.956862747669,0.945098042488,0.905882358551,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"null","np":3,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":144,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"brash","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[346.151,367.807,0],"ix":2},"a":{"a":0,"k":[-203.849,-172.193,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-3.33,-9.289],[-2.387,-12.612],[3.831,17.798],[0,0]],"o":[[-1.16,9.8],[5.599,16.855],[0,0],[-3.831,-17.798],[0,0]],"v":[[-166.675,26.284],[-163.375,55.308],[-145.695,93.055],[-144.693,49.886],[-154.653,23.632]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4.125,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"null","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[-161.725,-13.231],[-176.311,-9.989],[-166.675,26.284],[-154.712,23.632]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.153,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.956862747669,0.945098042488,0.905882358551,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"null","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[7.661,-1.68],[-23.662,-106.58],[0,0],[0,0],[15.971,72.075]],"o":[[-7.691,1.709],[16,72.075],[0,0],[0,0],[-23.691,-106.492]],"v":[[-263.384,-437.43],[-212.938,-125.085],[-176.311,-10.166],[-161.578,-13.408],[-177.018,-133.13]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.153,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.956862747669,0.945098042488,0.905882358551,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"null","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":144,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"paint on paper","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[390.527,779.429,0],"ix":2},"a":{"a":0,"k":[-159.473,239.429,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4.685,1.739],[-14.998,4.891],[23.161,-1.797]],"o":[[0,0],[7.956,-2.623],[-17.12,1.179]],"v":[[-222.632,310.075],[-175.486,307.924],[-196.908,316.381]],"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,"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":"null","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.89,3.241],[-13.289,8.28],[25.754,-8.928]],"o":[[0,0],[5.893,-3.654],[-16.059,5.599]],"v":[[-148.907,292.926],[-104.914,276.277],[-123.095,289.242]],"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,"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":"null","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.297,1.591],[-5.245,6.276],[7.661,-4.508]],"o":[[1.297,-1.591],[5.245,-6.276],[-7.661,4.508]],"v":[[-71.145,220.409],[-53.465,209.683],[-59.359,217.315]],"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,"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":"null","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,9.341],[26.756,0],[8.84,-6.895],[4.767,0.75],[8.369,-0.012],[3.654,-0.383],[3.106,2.076],[12.82,-0.324],[0,-16.442],[-3.85,-3.884],[1.707,-6.084],[-0.002,-3.642],[-7.715,-7.806],[1.422,-5.541],[-0.002,-1.348],[-26.756,0],[-8.368,8.84],[-3.954,0.489],[0,29.172],[0,0.855],[-6.386,3.275]],"o":[[0,-16.413],[-15.411,0],[-3.777,3.003],[-8.263,-1.327],[-3.772,0],[-3.722,0.321],[-10.826,-6.874],[-26.726,0],[0.144,5.467],[4.373,4.562],[-1.037,3.491],[0.273,10.971],[3.764,4.308],[-0.296,1.315],[0,16.413],[17.886,0],[2.731,-2.9],[44.671,-5.422],[0,-0.884],[-0.612,-7.151],[10.873,-5.716]],"v":[[-43.565,204.143],[-92.007,174.412],[-129.96,185.727],[-143.368,189.263],[-168.355,187.288],[-179.464,187.671],[-190.013,184.961],[-226.286,174.912],[-274.699,204.674],[-268.482,219.23],[-264.18,236.409],[-265.742,247.164],[-253.307,276.395],[-249.565,292.13],[-250.007,296.137],[-201.564,325.869],[-159.721,311.136],[-149.379,305.891],[-70.998,247.253],[-70.998,244.63],[-61.451,227.392]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"null","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[-1.179,-0.884],[0,0],[0,0],[0,0]],"v":[[-419.35,266.759],[-126.984,21.304],[100.408,212.099],[-191.958,457.555]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.270588248968,0.780392169952,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.153,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.956862747669,0.945098042488,0.905882358551,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"null","np":3,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":144,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":1,"nm":"Pale Yellow Solid 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[550,540,0],"ix":2},"a":{"a":0,"k":[550,540,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"sw":1100,"sh":1080,"sc":"#f4f1e7","ip":0,"op":144,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/drop_to_refresh.json b/ohos/flutter_lottie/assets/lottiefiles/drop_to_refresh.json new file mode 100644 index 0000000000000000000000000000000000000000..a019ce908d466ef80738678be7c459edf41046c7 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/drop_to_refresh.json @@ -0,0 +1 @@ +{"v":"4.6.7","fr":30,"ip":54,"op":234,"w":80,"h":273,"nm":"1_下拉循环动画","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"母婴 2","parent":8,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[-96.375,24.375,0]},"a":{"a":0,"k":[20.5,20.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.443,3.69],[0,0],[0.745,0.746],[0,0],[0.746,-0.745],[0,0],[3.314,-2.896],[0,0],[0.746,-0.745],[0,0],[-0.745,-0.746],[0,0],[-0.746,0.745],[0,0],[0.745,0.746],[0,0]],"o":[[0,0],[0.745,-0.746],[0,0],[-0.746,-0.745],[0,0],[-3.674,-2.423],[0,0],[-0.746,-0.745],[0,0],[-0.745,0.746],[0,0],[0.746,0.745],[0,0],[0.745,-0.746],[0,0],[2.927,-3.319]],"v":[[18.43,-15.678],[19.531,-16.778],[19.531,-19.478],[19.481,-19.528],[16.781,-19.528],[15.68,-18.428],[3.851,-17.627],[2.851,-18.627],[0.151,-18.627],[0.101,-18.578],[0.101,-15.877],[15.911,-0.098],[18.611,-0.098],[18.611,-0.098],[18.611,-2.798],[17.611,-3.798]],"c":true}},"nm":"路径 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.745,-0.746],[0,0],[0.751,0.741],[0.006,0.007],[0,0],[-0.745,0.746],[0,0],[-0.743,-0.748]],"o":[[0,0],[0.745,0.746],[0,0],[-0.741,0.751],[-0.006,-0.006],[0,0],[-0.745,-0.746],[0,0],[0.749,-0.743],[0,0]],"v":[[-1.739,-7.508],[-1.69,-7.457],[-1.69,-4.758],[-12.369,5.902],[-15.07,5.921],[-15.089,5.902],[-15.089,5.902],[-15.089,3.202],[-4.44,-7.538],[-1.739,-7.528]],"c":true}},"nm":"路径 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[-1.356,-1.4],[0,0],[-1.365,1.394],[0,0],[0,0]],"o":[[-1.39,1.367],[0,0],[1.398,1.362],[0,0],[0,0],[0,0]],"v":[[-19.029,1.492],[-19.089,6.492],[-6.5,19.082],[-1.5,19.023],[13.97,3.563],[-3.56,-13.968]],"c":true}},"nm":"路径 3","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge"},{"ty":"mm","mm":4,"nm":"合并路径 2","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.9999999,0.9999999,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[20.089,20.914],"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":"变换"}],"nm":"组 1","np":6,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":900,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"男神2","parent":8,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[731.75,21.875,0]},"a":{"a":0,"k":[20,21,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.132,-0.702],[-0.206,-1.287],[-0.173,-1.446],[-0.14,-1.353],[-0.113,-1.1],[0,0],[-0.08,-1.087],[-0.073,-1.06],[-0.047,-0.967],[-0.02,-0.58],[0.47,-0.252],[0.492,-0.062],[0.456,0.124],[0.348,0.326],[0.101,0.627],[0.067,0.84],[0.127,0.974],[0.1,0.946],[0.36,2.733],[0.113,-0.999],[0.067,-0.947],[-0.061,-0.849],[-0.068,-0.393],[-0.073,-0.253],[-0.066,-0.333],[-0.073,-0.601],[-0.066,-0.946],[-0.061,-1.507],[0.875,-0.316],[1.243,-0.287],[1.347,-0.143],[0.7,0],[0.754,0.066],[0.894,0.127],[0.907,0.206],[0.829,0.292],[0.625,0.411],[0.268,0.512],[-0.087,0.946],[-0.06,0.6],[-0.073,0.334],[-0.066,0.254],[-0.04,0.276],[-0.06,0.5],[0.062,0.849],[0.113,0.866],[0.193,1.026],[0.307,-2.286],[0.113,-0.979],[0.113,-0.834],[0.067,-0.626],[0,-0.28],[0.47,-0.119],[0.841,0.487],[0.336,0.424],[-0.053,0.96],[-0.06,1.094],[-0.1,1.087],[-0.08,0.841],[0,0],[-0.153,1.353],[-0.167,1.453],[-0.207,1.28],[-0.247,0.967],[-0.351,0.623],[-0.794,0.265],[0,0],[0,0],[-0.646,0.373],[-0.049,-0.876],[-0.18,-1.82],[-0.24,-2.18],[-0.387,-2.04],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.233,2.147],[-0.187,1.853],[-0.18,1.313],[-0.406,0.771],[-0.713,-0.228],[0,0],[0,0],[-0.735,-0.4]],"o":[[0.351,0.622],[0.24,0.947],[0.207,1.287],[0.167,1.454],[0.14,1.353],[0,0],[0.113,0.841],[0.08,1.086],[0.066,1.087],[0.047,0.967],[-0.342,0.409],[-0.433,0.241],[-0.469,0.058],[-0.46,-0.127],[0,-0.28],[-0.1,-0.627],[-0.1,-0.84],[-0.127,-0.974],[-0.307,-2.287],[-0.193,1.034],[-0.113,0.867],[-0.061,0.849],[0.019,0.398],[0.053,0.294],[0.073,0.253],[0.066,0.333],[0.073,0.6],[0.067,0.947],[-0.461,0.808],[-1.165,0.517],[-1.316,0.316],[-1.333,0.14],[-0.5,0],[-0.753,-0.067],[-0.893,-0.127],[-0.857,-0.194],[-0.704,-0.253],[-0.502,-0.284],[0.053,-1.507],[0.086,-0.947],[0.067,-0.6],[0.074,-0.333],[0.074,-0.27],[0.04,-0.294],[0.062,-0.849],[-0.067,-0.947],[-0.113,-1.007],[-0.36,2.733],[-0.14,0.974],[-0.114,0.981],[-0.113,0.84],[-0.066,0.627],[-0.357,0.327],[-0.938,0.258],[-0.47,-0.27],[0,-0.587],[0.053,-0.96],[0.053,-1.087],[0.1,-1.087],[0,0],[0.113,-1.1],[0.153,-1.353],[0.167,-1.454],[0.207,-1.28],[0.132,-0.702],[0.736,-0.4],[0,0],[0,0],[0.709,-0.232],[0.405,0.778],[0.18,1.333],[0.18,1.82],[0.24,2.146],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.393,-2.04],[0.233,-2.147],[0.18,-1.84],[0.055,-0.87],[0.65,0.371],[0,0],[0,0],[0.794,0.265],[0,0]],"v":[[15.82,-16.86],[16.55,-14.86],[17.22,-11.51],[17.79,-7.41],[18.25,-3.2],[18.63,0.48],[18.88,2.97],[19.17,5.86],[19.4,9.08],[19.57,12.16],[19.67,14.48],[18.44,15.48],[17.04,15.94],[15.64,15.84],[14.41,15.15],[14.26,13.79],[14.01,11.59],[13.67,8.87],[13.33,5.99],[12.33,-1.54],[11.87,1.51],[11.6,4.23],[11.6,6.78],[11.73,7.97],[11.92,8.79],[12.13,9.67],[12.34,11.07],[12.55,13.39],[12.74,17.07],[10.67,18.811],[7.05,20.02],[3.05,20.71],[0,20.92],[-1.88,20.82],[-4.35,20.53],[-7.05,20.03],[-9.58,19.3],[-11.58,18.3],[-12.76,17.08],[-12.55,13.4],[-12.33,11.08],[-12.12,9.68],[-11.91,8.8],[-11.74,7.98],[-11.59,6.79],[-11.59,4.24],[-11.86,1.52],[-12.32,-1.53],[-13.32,6],[-13.7,8.93],[-14.04,11.65],[-14.31,13.85],[-14.41,15.21],[-15.67,15.89],[-18.45,15.53],[-19.67,14.48],[-19.59,12.16],[-19.42,9.08],[-19.19,5.82],[-18.92,2.93],[-18.67,0.44],[-18.27,-3.24],[-17.79,-7.45],[-17.23,-11.55],[-16.55,-14.92],[-15.82,-16.92],[-13.52,-17.92],[-10.52,-19.01],[-7.61,-20.01],[-5.57,-20.92],[-4.88,-18.41],[-4.34,-13.68],[-3.71,-7.68],[-2.77,-1.4],[-1.17,-15.1],[-2.38,-16.1],[-0.67,-18.37],[-0.04,-18.29],[0.59,-18.37],[2.35,-16.15],[1.14,-15.15],[2.76,-1.42],[3.7,-7.7],[4.33,-13.7],[4.87,-18.43],[5.57,-20.92],[7.62,-20.02],[10.53,-19.02],[13.53,-17.93],[15.83,-16.93]],"c":true}},"nm":"路径 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.9999999,0.9999999,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[19.67,21.08],"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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":900,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"母婴","parent":8,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[612.75,24.375,0]},"a":{"a":0,"k":[20.5,20.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.443,3.69],[0,0],[0.745,0.746],[0,0],[0.746,-0.745],[0,0],[3.314,-2.896],[0,0],[0.746,-0.745],[0,0],[-0.745,-0.746],[0,0],[-0.746,0.745],[0,0],[0.745,0.746],[0,0]],"o":[[0,0],[0.745,-0.746],[0,0],[-0.746,-0.745],[0,0],[-3.674,-2.423],[0,0],[-0.746,-0.745],[0,0],[-0.745,0.746],[0,0],[0.746,0.745],[0,0],[0.745,-0.746],[0,0],[2.927,-3.319]],"v":[[18.43,-15.678],[19.531,-16.778],[19.531,-19.478],[19.481,-19.528],[16.781,-19.528],[15.68,-18.428],[3.851,-17.627],[2.851,-18.627],[0.151,-18.627],[0.101,-18.578],[0.101,-15.877],[15.911,-0.098],[18.611,-0.098],[18.611,-0.098],[18.611,-2.798],[17.611,-3.798]],"c":true}},"nm":"路径 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.745,-0.746],[0,0],[0.751,0.741],[0.006,0.007],[0,0],[-0.745,0.746],[0,0],[-0.743,-0.748]],"o":[[0,0],[0.745,0.746],[0,0],[-0.741,0.751],[-0.006,-0.006],[0,0],[-0.745,-0.746],[0,0],[0.749,-0.743],[0,0]],"v":[[-1.739,-7.508],[-1.69,-7.457],[-1.69,-4.758],[-12.369,5.902],[-15.07,5.921],[-15.089,5.902],[-15.089,5.902],[-15.089,3.202],[-4.44,-7.538],[-1.739,-7.528]],"c":true}},"nm":"路径 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[-1.356,-1.4],[0,0],[-1.365,1.394],[0,0],[0,0]],"o":[[-1.39,1.367],[0,0],[1.398,1.362],[0,0],[0,0],[0,0]],"v":[[-19.029,1.492],[-19.089,6.492],[-6.5,19.082],[-1.5,19.023],[13.97,3.563],[-3.56,-13.968]],"c":true}},"nm":"路径 3","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge"},{"ty":"mm","mm":4,"nm":"合并路径 2","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.9999999,0.9999999,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[20.089,20.914],"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":"变换"}],"nm":"组 1","np":6,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":900,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"家电","parent":8,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[492.875,22.5,0]},"a":{"a":0,"k":[18.5,20,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.293,-0.353],[2.77,1.39],[0.982,-0.915],[-3.862,0.537],[-0.537,-3.861],[0.16,-0.784]],"o":[[-0.925,-0.969],[-2.75,0.931],[-1.148,-0.696],[-0.537,-3.862],[3.862,-0.537],[0.11,0.794],[0,0]],"v":[[6.93,3.52],[3.33,2.52],[-3.38,2.75],[-6.98,3.12],[-0.959,-4.845],[7.006,1.175],[6.93,3.56]],"c":true}},"nm":"路径 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[5.013,0.005],[0,-5.015],[-5.015,0],[0,5.015]],"o":[[-5.015,0],[0,5.015],[5.015,0],[-0.005,-5.013]],"v":[[0.01,-6.63],[-9.07,2.45],[0.01,11.53],[9.09,2.45]],"c":true}},"nm":"路径 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[1.105,0],[0,1.104],[-1.104,0],[0,-1.104],[0,0]],"o":[[-1.104,0],[0,-1.104],[1.105,0],[0,0],[0,1.104]],"v":[[12.31,-12.38],[10.31,-14.38],[12.31,-16.38],[14.31,-14.38],[14.31,-14.38]],"c":true}},"nm":"路径 3","mn":"ADBE Vector Shape - Group"},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[6.404,-0.006],[0,6.406],[-6.406,0],[0,-6.407],[0,0]],"o":[[-6.406,0],[0,-6.407],[6.406,0],[0,0],[-0.006,6.404]],"v":[[0.01,14],[-11.59,2.4],[0.01,-9.2],[11.61,2.4],[11.61,2.4]],"c":true}},"nm":"路径 4","mn":"ADBE Vector Shape - Group"},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[-1.104,0],[0,-1.105],[1.104,0],[0,1.104]],"o":[[1.104,0],[0,1.104],[-1.104,0],[0,-1.105]],"v":[[6.65,-15.82],[8.65,-13.82],[6.65,-11.82],[4.65,-13.82]],"c":true}},"nm":"路径 5","mn":"ADBE Vector Shape - Group"},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[3.179,0.011],[0,0],[0,-3.187],[0,0],[-3.168,0],[0,0],[-0.027,3.159],[0,0]],"o":[[0,0],[-3.187,0],[0,0],[0.027,3.167],[0,0],[3.159,-0.011],[0,0],[0,-3.179]],"v":[[12.75,-20],[-12.73,-20],[-18.5,-14.23],[-18.5,14.28],[-12.73,20],[12.75,20],[18.5,14.28],[18.5,-14.23]],"c":true}},"nm":"路径 6","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.9999999,0.9999999,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[18.5,20],"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":"变换"}],"nm":"组 1","np":8,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":900,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"女鞋","parent":8,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[374.75,19.5,0]},"a":{"a":0,"k":[20,20.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.2,0.41],[3.636,1.033],[-0.97,0.2],[-5.16,3.04],[0,0],[-0.08,-1.1]],"o":[[-3.771,-0.264],[0,0],[0,0],[0,0],[0,0],[-0.021,0]],"v":[[-4.49,17.693],[-15.63,15.743],[-15.31,14.543],[2.09,15.123],[2.74,14.543],[3.74,15.443]],"c":true}},"nm":"路径 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0.971,1.39],[0,0],[0.96,0],[6.79,-9.66],[1.21,-1.51],[2.512,-0.131],[0,0],[0,0],[0,-2.9],[-1.4,-1.09],[-5.56,0],[-1.957,0.747],[-0.66,3.54],[-0.15,0.529],[-1.761,1.82],[0,0],[-0.179,-0.159],[-0.253,0.017],[0,0],[-0.051,0.501],[-0.001,0.019],[-0.879,5.137],[-0.659,1.394],[-0.043,2.724]],"o":[[0,0],[-2.84,-4.18],[-1.54,0],[-2,2.82],[-1.538,1.989],[0,0],[0,0],[-3.4,0.57],[0,3.35],[1.16,0.9],[2.093,0.087],[2.78,-1.23],[0.17,-0.89],[0.59,-2.19],[0,0],[-0.008,0.239],[0.188,0.17],[0,0],[0.5,0.05],[0.002,-0.018],[0.132,-5.21],[0.317,-1.509],[1.183,-2.454],[0,-1.71]],"v":[[17.85,-14.787],[17.5,-15.307],[12.24,-20.017],[1.55,-7.356],[-3.52,-0.356],[-9.9,2.983],[-11,3.184],[-12.33,3.413],[-20,7.634],[-16.54,17.373],[-3.54,20.003],[2.6,19.003],[6.95,9.403],[7.41,7.214],[11.11,-0.356],[10.481,17.813],[10.75,18.443],[11.44,18.684],[14.15,18.684],[15.146,17.868],[15.15,17.813],[16.67,2.273],[18.14,-2.097],[20,-9.956]],"c":true}},"nm":"路径 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge"},{"ty":"mm","mm":4,"nm":"合并路径 2","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.9999999,0.9999999,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[20,20.983],"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":"变换"}],"nm":"组 1","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":900,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"箱包","parent":8,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[255.25,21.625,0]},"a":{"a":0,"k":[20,17.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-2.689,0],[0,-2.69],[0,0]],"o":[[0,0],[0,0],[0,-2.69],[2.689,0],[0,0],[0,0]],"v":[[4.835,-9.836],[-4.945,-9.836],[-4.945,-10.466],[-0.075,-15.336],[4.795,-10.466],[4.795,-9.836]],"c":true}},"nm":"路径 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[3.866,0],[0,-3.866],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,-3.866],[-3.866,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[6.955,-10.386],[-0.045,-17.386],[-7.045,-10.386],[-7.045,-9.836],[-11.615,-9.836],[-11.615,17.254],[11.545,17.254],[11.545,-9.836],[6.915,-9.836]],"c":true}},"nm":"路径 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[3.183,-0.079],[0,0],[0,0],[0,0],[-0.088,3.179],[0,0]],"o":[[0,0],[0,0],[0,0],[3.179,0.078],[0,0],[-0.082,-3.183]],"v":[[13.955,-10.466],[13.665,-10.466],[13.665,17.384],[13.955,17.384],[19.865,11.774],[19.865,-4.846]],"c":true}},"nm":"路径 3","mn":"ADBE Vector Shape - Group"},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0.017,-3.088],[0,0],[-3.096,-0.006],[0,0],[0,0],[0,0]],"o":[[0,0],[0.005,3.097],[0,0],[0,0],[0,0],[-3.088,0.005]],"v":[[-19.865,-4.926],[-19.865,11.724],[-14.255,17.334],[-13.975,17.334],[-13.975,-10.516],[-14.255,-10.516]],"c":true}},"nm":"路径 4","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge"},{"ty":"mm","mm":4,"nm":"合并路径 2","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.9999999,0.9999999,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[19.865,17.614],"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":"变换"}],"nm":"组 1","np":7,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":900,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"女神","parent":8,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[136,21.125,0]},"a":{"a":0,"k":[19.5,21,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.247,-0.298],[-0.54,-0.3],[-0.587,-0.472],[-0.731,-0.755],[-0.776,-1.161],[-0.799,-1.603],[-0.727,-2.132],[0.402,-0.314],[0.413,-0.267],[0.45,-0.156],[0.44,0.084],[1.06,-0.013],[0.834,-0.188],[0.693,-0.285],[0,0],[0.647,-0.191],[0.676,0.005],[1.446,0.429],[1.293,0.44],[1.223,0.261],[0.959,-0.358],[0.544,0.205],[0.49,0.312],[0.478,0.518],[-1.429,2.538],[-1.391,1.728],[-1.16,0.989],[-0.247,0.167],[-0.027,0.5],[0.041,0.543],[0.167,0.793],[0,0],[0,0],[-0.861,-0.964],[-0.761,-0.351],[-0.617,0.117],[-0.48,0.35],[-0.757,1.625],[0,0],[0.659,-1.374],[0.728,-1.407],[0.826,-1.427],[0.086,-0.791],[-0.087,-0.488]],"o":[[0.272,0.14],[0.65,0.38],[0.821,0.657],[0.968,1.008],[0.999,1.487],[1.004,2.017],[-0.436,0.265],[-0.427,0.326],[-0.401,0.256],[-0.423,0.149],[-1.034,-0.231],[-0.854,0.02],[-0.73,0.167],[0,0],[-0.619,0.268],[-0.65,0.184],[-1.507,-0.022],[-1.426,-0.427],[-1.182,-0.405],[-0.997,-0.233],[-0.544,0.205],[-0.552,-0.18],[-0.585,-0.393],[0.871,-2.78],[1.092,-1.932],[0.949,-1.193],[0.92,-0.74],[0.246,-0.167],[0.041,-0.542],[-0.08,-0.667],[0,0],[0,0],[0.573,1.159],[0.558,0.625],[0.575,0.253],[0.581,-0.125],[1.4,-1.118],[0,0],[-0.547,1.293],[-0.554,1.2],[-0.727,1.407],[-0.287,0.743],[-0.047,0.494],[0.081,0.378]],"v":[[6.056,-2.455],[7.275,-1.795],[9.135,-0.515],[11.465,1.605],[14.085,4.865],[16.785,9.504],[19.385,15.735],[18.125,16.605],[16.865,17.495],[15.585,18.115],[14.266,18.214],[11.115,17.884],[8.575,18.195],[6.436,18.875],[4.516,19.674],[2.615,20.365],[0.615,20.634],[-3.835,19.955],[-7.915,18.655],[-11.525,17.655],[-14.525,17.845],[-16.215,17.845],[-17.785,17.105],[-19.385,15.735],[-15.925,7.735],[-12.195,2.235],[-9.025,-1.045],[-7.275,-2.405],[-6.865,-3.405],[-6.865,-5.035],[-7.235,-7.225],[-13.325,-19.435],[-6.065,-20.635],[-3.905,-17.435],[-1.905,-15.955],[-0.075,-15.745],[1.535,-16.465],[4.815,-20.635],[12.115,-19.435],[10.306,-15.435],[8.385,-11.525],[6.056,-7.275],[5.495,-4.965],[5.556,-3.485]],"c":true}},"nm":"路径 1","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":4,"nm":"合并路径 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.9999999,0.9999999,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[19.385,21.365],"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":"变换"}],"nm":"组 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":900,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"男神","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.315],"y":[1]},"o":{"x":[0.658],"y":[0]},"n":["0p315_1_0p658_0"],"t":54,"s":[336.5],"e":[222]},{"i":{"x":[0.315],"y":[0.315]},"o":{"x":[0.394],"y":[0.394]},"n":["0p315_0p315_0p394_0p394"],"t":71,"s":[222],"e":[222]},{"i":{"x":[0.315],"y":[1]},"o":{"x":[0.394],"y":[0]},"n":["0p315_1_0p394_0"],"t":84,"s":[222],"e":[102]},{"i":{"x":[0.315],"y":[0.315]},"o":{"x":[0.394],"y":[0.394]},"n":["0p315_0p315_0p394_0p394"],"t":101,"s":[102],"e":[102]},{"i":{"x":[0.315],"y":[1]},"o":{"x":[0.394],"y":[0]},"n":["0p315_1_0p394_0"],"t":114,"s":[102],"e":[-18]},{"i":{"x":[0.315],"y":[0.315]},"o":{"x":[0.394],"y":[0.394]},"n":["0p315_0p315_0p394_0p394"],"t":131,"s":[-18],"e":[-18]},{"i":{"x":[0.315],"y":[1]},"o":{"x":[0.394],"y":[0]},"n":["0p315_1_0p394_0"],"t":144,"s":[-18],"e":[-135]},{"i":{"x":[0.315],"y":[0.315]},"o":{"x":[0.394],"y":[0.394]},"n":["0p315_0p315_0p394_0p394"],"t":161,"s":[-135],"e":[-135]},{"i":{"x":[0.315],"y":[1]},"o":{"x":[0.394],"y":[0]},"n":["0p315_1_0p394_0"],"t":174,"s":[-135],"e":[-256]},{"i":{"x":[0.315],"y":[0.315]},"o":{"x":[0.167],"y":[0.167]},"n":["0p315_0p315_0p167_0p167"],"t":191,"s":[-256],"e":[-256]},{"i":{"x":[0.315],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p315_1_0p167_0"],"t":204,"s":[-256],"e":[-375]},{"t":221}]},"y":{"a":0,"k":233.625}},"a":{"a":0,"k":[316.5,22.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.132,-0.702],[-0.206,-1.287],[-0.173,-1.446],[-0.14,-1.353],[-0.113,-1.1],[0,0],[-0.08,-1.087],[-0.073,-1.06],[-0.047,-0.967],[-0.02,-0.58],[0.47,-0.252],[0.492,-0.062],[0.456,0.124],[0.348,0.326],[0.101,0.627],[0.067,0.84],[0.127,0.974],[0.1,0.946],[0.36,2.733],[0.113,-0.999],[0.067,-0.947],[-0.061,-0.849],[-0.068,-0.393],[-0.073,-0.253],[-0.066,-0.333],[-0.073,-0.601],[-0.066,-0.946],[-0.061,-1.507],[0.875,-0.316],[1.243,-0.287],[1.347,-0.143],[0.7,0],[0.754,0.066],[0.894,0.127],[0.907,0.206],[0.829,0.292],[0.625,0.411],[0.268,0.512],[-0.087,0.946],[-0.06,0.6],[-0.073,0.334],[-0.066,0.254],[-0.04,0.276],[-0.06,0.5],[0.062,0.849],[0.113,0.866],[0.193,1.026],[0.307,-2.286],[0.113,-0.979],[0.113,-0.834],[0.067,-0.626],[0,-0.28],[0.47,-0.119],[0.841,0.487],[0.336,0.424],[-0.053,0.96],[-0.06,1.094],[-0.1,1.087],[-0.08,0.841],[0,0],[-0.153,1.353],[-0.167,1.453],[-0.207,1.28],[-0.247,0.967],[-0.351,0.623],[-0.794,0.265],[0,0],[0,0],[-0.646,0.373],[-0.049,-0.876],[-0.18,-1.82],[-0.24,-2.18],[-0.387,-2.04],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.233,2.147],[-0.187,1.853],[-0.18,1.313],[-0.406,0.771],[-0.713,-0.228],[0,0],[0,0],[-0.735,-0.4]],"o":[[0.351,0.622],[0.24,0.947],[0.207,1.287],[0.167,1.454],[0.14,1.353],[0,0],[0.113,0.841],[0.08,1.086],[0.066,1.087],[0.047,0.967],[-0.342,0.409],[-0.433,0.241],[-0.469,0.058],[-0.46,-0.127],[0,-0.28],[-0.1,-0.627],[-0.1,-0.84],[-0.127,-0.974],[-0.307,-2.287],[-0.193,1.034],[-0.113,0.867],[-0.061,0.849],[0.019,0.398],[0.053,0.294],[0.073,0.253],[0.066,0.333],[0.073,0.6],[0.067,0.947],[-0.461,0.808],[-1.165,0.517],[-1.316,0.316],[-1.333,0.14],[-0.5,0],[-0.753,-0.067],[-0.893,-0.127],[-0.857,-0.194],[-0.704,-0.253],[-0.502,-0.284],[0.053,-1.507],[0.086,-0.947],[0.067,-0.6],[0.074,-0.333],[0.074,-0.27],[0.04,-0.294],[0.062,-0.849],[-0.067,-0.947],[-0.113,-1.007],[-0.36,2.733],[-0.14,0.974],[-0.114,0.981],[-0.113,0.84],[-0.066,0.627],[-0.357,0.327],[-0.938,0.258],[-0.47,-0.27],[0,-0.587],[0.053,-0.96],[0.053,-1.087],[0.1,-1.087],[0,0],[0.113,-1.1],[0.153,-1.353],[0.167,-1.454],[0.207,-1.28],[0.132,-0.702],[0.736,-0.4],[0,0],[0,0],[0.709,-0.232],[0.405,0.778],[0.18,1.333],[0.18,1.82],[0.24,2.146],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.393,-2.04],[0.233,-2.147],[0.18,-1.84],[0.055,-0.87],[0.65,0.371],[0,0],[0,0],[0.794,0.265],[0,0]],"v":[[15.82,-16.86],[16.55,-14.86],[17.22,-11.51],[17.79,-7.41],[18.25,-3.2],[18.63,0.48],[18.88,2.97],[19.17,5.86],[19.4,9.08],[19.57,12.16],[19.67,14.48],[18.44,15.48],[17.04,15.94],[15.64,15.84],[14.41,15.15],[14.26,13.79],[14.01,11.59],[13.67,8.87],[13.33,5.99],[12.33,-1.54],[11.87,1.51],[11.6,4.23],[11.6,6.78],[11.73,7.97],[11.92,8.79],[12.13,9.67],[12.34,11.07],[12.55,13.39],[12.74,17.07],[10.67,18.811],[7.05,20.02],[3.05,20.71],[0,20.92],[-1.88,20.82],[-4.35,20.53],[-7.05,20.03],[-9.58,19.3],[-11.58,18.3],[-12.76,17.08],[-12.55,13.4],[-12.33,11.08],[-12.12,9.68],[-11.91,8.8],[-11.74,7.98],[-11.59,6.79],[-11.59,4.24],[-11.86,1.52],[-12.32,-1.53],[-13.32,6],[-13.7,8.93],[-14.04,11.65],[-14.31,13.85],[-14.41,15.21],[-15.67,15.89],[-18.45,15.53],[-19.67,14.48],[-19.59,12.16],[-19.42,9.08],[-19.19,5.82],[-18.92,2.93],[-18.67,0.44],[-18.27,-3.24],[-17.79,-7.45],[-17.23,-11.55],[-16.55,-14.92],[-15.82,-16.92],[-13.52,-17.92],[-10.52,-19.01],[-7.61,-20.01],[-5.57,-20.92],[-4.88,-18.41],[-4.34,-13.68],[-3.71,-7.68],[-2.77,-1.4],[-1.17,-15.1],[-2.38,-16.1],[-0.67,-18.37],[-0.04,-18.29],[0.59,-18.37],[2.35,-16.15],[1.14,-15.15],[2.76,-1.42],[3.7,-7.7],[4.33,-13.7],[4.87,-18.43],[5.57,-20.92],[7.62,-20.02],[10.53,-19.02],[13.53,-17.93],[15.83,-16.93]],"c":true}},"nm":"路径 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.9999999,0.9999999,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[19.67,21.08],"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":"变换"}],"nm":"组 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":900,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"圆","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"s":true,"x":{"a":0,"k":40},"y":{"a":0,"k":232.402}},"a":{"a":0,"k":[-6.953,-397.785,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":62,"s":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[40,0],[24.512,31.612],[0,40],[-40,0]],"c":true}],"e":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[24,0],[24.512,31.612],[0,40],[-40,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":63,"s":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[24,0],[24.512,31.612],[0,40],[-40,0]],"c":true}],"e":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[14.25,-0.5],[24.512,31.612],[0,40],[-40,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":64,"s":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[14.25,-0.5],[24.512,31.612],[0,40],[-40,0]],"c":true}],"e":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[7.25,-0.75],[24.512,31.612],[0,40],[-40,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":65,"s":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[7.25,-0.75],[24.512,31.612],[0,40],[-40,0]],"c":true}],"e":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[15.75,0],[24.512,31.612],[0,40],[-40,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":66,"s":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[15.75,0],[24.512,31.612],[0,40],[-40,0]],"c":true}],"e":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[40,0],[24.512,31.612],[0,40],[-40,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":68,"s":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[40,0],[24.512,31.612],[0,40],[-40,0]],"c":true}],"e":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[31.5,0.5],[24.512,31.612],[0,40],[-40,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":69,"s":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[31.5,0.5],[24.512,31.612],[0,40],[-40,0]],"c":true}],"e":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[40,0],[24.512,31.612],[0,40],[-40,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":70,"s":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[40,0],[24.512,31.612],[0,40],[-40,0]],"c":true}],"e":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[40,0],[24.512,31.612],[0,40],[-40,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":92,"s":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[40,0],[24.512,31.612],[0,40],[-40,0]],"c":true}],"e":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[24,0],[24.512,31.612],[0,40],[-40,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":93,"s":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[24,0],[24.512,31.612],[0,40],[-40,0]],"c":true}],"e":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[14.25,-0.5],[24.512,31.612],[0,40],[-40,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":94,"s":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[14.25,-0.5],[24.512,31.612],[0,40],[-40,0]],"c":true}],"e":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[7.25,-0.75],[24.512,31.612],[0,40],[-40,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":95,"s":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[7.25,-0.75],[24.512,31.612],[0,40],[-40,0]],"c":true}],"e":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[15.75,0],[24.512,31.612],[0,40],[-40,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":96,"s":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[15.75,0],[24.512,31.612],[0,40],[-40,0]],"c":true}],"e":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[40,0],[24.512,31.612],[0,40],[-40,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":98,"s":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[40,0],[24.512,31.612],[0,40],[-40,0]],"c":true}],"e":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[31.5,0.5],[24.512,31.612],[0,40],[-40,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":99,"s":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[31.5,0.5],[24.512,31.612],[0,40],[-40,0]],"c":true}],"e":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[40,0],[24.512,31.612],[0,40],[-40,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":100,"s":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[40,0],[24.512,31.612],[0,40],[-40,0]],"c":true}],"e":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[40,0],[24.512,31.612],[0,40],[-40,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":122,"s":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[40,0],[24.512,31.612],[0,40],[-40,0]],"c":true}],"e":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[24,0],[24.512,31.612],[0,40],[-40,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":123,"s":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[24,0],[24.512,31.612],[0,40],[-40,0]],"c":true}],"e":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[14.25,-0.5],[24.512,31.612],[0,40],[-40,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":124,"s":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[14.25,-0.5],[24.512,31.612],[0,40],[-40,0]],"c":true}],"e":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[7.25,-0.75],[24.512,31.612],[0,40],[-40,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":125,"s":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[7.25,-0.75],[24.512,31.612],[0,40],[-40,0]],"c":true}],"e":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[15.75,0],[24.512,31.612],[0,40],[-40,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":126,"s":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[15.75,0],[24.512,31.612],[0,40],[-40,0]],"c":true}],"e":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[40,0],[24.512,31.612],[0,40],[-40,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":128,"s":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[40,0],[24.512,31.612],[0,40],[-40,0]],"c":true}],"e":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[31.5,0.5],[24.512,31.612],[0,40],[-40,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":129,"s":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[31.5,0.5],[24.512,31.612],[0,40],[-40,0]],"c":true}],"e":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[40,0],[24.512,31.612],[0,40],[-40,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":130,"s":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[40,0],[24.512,31.612],[0,40],[-40,0]],"c":true}],"e":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[40,0],[24.512,31.612],[0,40],[-40,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":152,"s":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[40,0],[24.512,31.612],[0,40],[-40,0]],"c":true}],"e":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[24,0],[24.512,31.612],[0,40],[-40,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":153,"s":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[24,0],[24.512,31.612],[0,40],[-40,0]],"c":true}],"e":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[14.25,-0.5],[24.512,31.612],[0,40],[-40,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":154,"s":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[14.25,-0.5],[24.512,31.612],[0,40],[-40,0]],"c":true}],"e":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[7.25,-0.75],[24.512,31.612],[0,40],[-40,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":155,"s":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[7.25,-0.75],[24.512,31.612],[0,40],[-40,0]],"c":true}],"e":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[15.75,0],[24.512,31.612],[0,40],[-40,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":156,"s":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[15.75,0],[24.512,31.612],[0,40],[-40,0]],"c":true}],"e":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[40,0],[24.512,31.612],[0,40],[-40,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":158,"s":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[40,0],[24.512,31.612],[0,40],[-40,0]],"c":true}],"e":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[31.5,0.5],[24.512,31.612],[0,40],[-40,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":159,"s":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[31.5,0.5],[24.512,31.612],[0,40],[-40,0]],"c":true}],"e":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[40,0],[24.512,31.612],[0,40],[-40,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":160,"s":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[40,0],[24.512,31.612],[0,40],[-40,0]],"c":true}],"e":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[40,0],[24.512,31.612],[0,40],[-40,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":182,"s":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[40,0],[24.512,31.612],[0,40],[-40,0]],"c":true}],"e":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[24,0],[24.512,31.612],[0,40],[-40,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":183,"s":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[24,0],[24.512,31.612],[0,40],[-40,0]],"c":true}],"e":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[14.25,-0.5],[24.512,31.612],[0,40],[-40,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":184,"s":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[14.25,-0.5],[24.512,31.612],[0,40],[-40,0]],"c":true}],"e":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[7.25,-0.75],[24.512,31.612],[0,40],[-40,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":185,"s":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[7.25,-0.75],[24.512,31.612],[0,40],[-40,0]],"c":true}],"e":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[15.75,0],[24.512,31.612],[0,40],[-40,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":186,"s":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[15.75,0],[24.512,31.612],[0,40],[-40,0]],"c":true}],"e":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[40,0],[24.512,31.612],[0,40],[-40,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":188,"s":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[40,0],[24.512,31.612],[0,40],[-40,0]],"c":true}],"e":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[31.5,0.5],[24.512,31.612],[0,40],[-40,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":189,"s":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[31.5,0.5],[24.512,31.612],[0,40],[-40,0]],"c":true}],"e":[{"i":[[-22.091,0],[-6.93,-5.758],[0,-12.377],[9.424,-7.318],[9.236,0],[0,22.091]],"o":[[9.714,0],[8.829,7.337],[0,12.855],[-6.771,5.258],[-22.091,0],[0,-22.091]],"v":[[0,-40],[25.549,-30.779],[40,0],[24.512,31.612],[0,40],[-40,0]],"c":true}]},{"t":190}]},"nm":"路径 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"描边 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,0.5490196,0.2,1]},"o":{"a":0,"k":100},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-6.953,-397.785],"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":"变换"}],"nm":"椭圆 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":900,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"高光","parent":14,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[-1.625,8.438,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[86.441,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[3.211,56.572]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"矩形路径 1","mn":"ADBE Vector Shape - Rect"},{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"描边 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":88},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-5.522,-543.469],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[64.025,334.64],"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":"变换"}],"nm":"矩形 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":900,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"支柱阴影","parent":14,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[-1.75,28.375,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[86.441,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[3.211,56.572]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"矩形路径 1","mn":"ADBE Vector Shape - Rect"},{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"描边 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,0.5490196,0.2,1]},"o":{"a":0,"k":100},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-7.171,-473.933],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[339.532,33.561],"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":"变换"}],"nm":"矩形 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":900,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":4,"nm":"支柱","parent":14,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[-1.75,7.125,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[86.441,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[3.211,56.572]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"矩形路径 1","mn":"ADBE Vector Shape - Rect"},{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"描边 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,0.5490196,0.2,1]},"o":{"a":0,"k":100},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-6.671,-540.59],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[345.959,342.055],"ix":3},"r":{"a":0,"k":0.299,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"矩形 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":900,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/edited-landscape.json b/ohos/flutter_lottie/assets/lottiefiles/edited-landscape.json new file mode 100644 index 0000000000000000000000000000000000000000..0039dbd6fbbc5495bfd3b9d7ba8ec29aeeda1c82 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/edited-landscape.json @@ -0,0 +1 @@ +{"v":"5.1.15","fr":25,"ip":0,"op":89,"w":300,"h":300,"nm":"MountainCircle","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"CloudA contornos","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},"n":"0p833_0p833_0p167_0p167","t":25,"s":[65,155,0],"e":[136,155,0],"to":[11.8333330154419,0,0],"ti":[-11.8333330154419,0,0]},{"t":88}],"ix":2},"a":{"a":0,"k":[21.25,16.25,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.25,0.25,0.667],"y":[1,1,1]},"o":{"x":[0.75,0.75,0.333],"y":[0,0,0]},"n":["0p25_1_0p75_0","0p25_1_0p75_0","0p667_1_0p333_0"],"t":10,"s":[100,0,100],"e":[100,110,100]},{"i":{"x":[0.25,0.25,0.667],"y":[1,1,1]},"o":{"x":[0.75,0.75,0.333],"y":[0,0,0]},"n":["0p25_1_0p75_0","0p25_1_0p75_0","0p667_1_0p333_0"],"t":17,"s":[100,110,100],"e":[100,90,100]},{"i":{"x":[0.25,0.25,0.667],"y":[1,1,1]},"o":{"x":[0.75,0.75,0.333],"y":[0,0,0]},"n":["0p25_1_0p75_0","0p25_1_0p75_0","0p667_1_0p333_0"],"t":22,"s":[100,90,100],"e":[100,100,100]},{"t":24}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.418],[4.418,0],[0,4.418],[-4.418,0]],"o":[[0,4.418],[-4.418,0],[0,-4.418],[4.418,0]],"v":[[8,0],[0,8],[-8,0],[0,-8]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-78,149],[222,149],[222,-151],[-78,-151]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-78,-151],[222,-151],[222,149],[-78,149]],"c":true},"ix":2},"nm":"Trazado 2","mn":"ADBE Vector Shape - Group","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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Combinar trazados 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929000016755,0.929000016755,0.929000016755,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[34.25,12.25],"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":"Transformar"}],"nm":"Grupo 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-6.627],[6.627,0],[0,6.627],[-6.627,0]],"o":[[0,6.627],[-6.627,0],[0,-6.627],[6.627,0]],"v":[[12,0],[0,12],[-12,0],[0,-12]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-72,141],[228,141],[228,-159],[-72,-159]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-72,-159],[228,-159],[228,141],[-72,141]],"c":true},"ix":2},"nm":"Trazado 2","mn":"ADBE Vector Shape - Group","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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Combinar trazados 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929000016755,0.929000016755,0.929000016755,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[28.25,20.25],"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":"Transformar"}],"nm":"Grupo 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-6.075],[6.075,0],[0,6.075],[-6.075,0]],"o":[[0,6.075],[-6.075,0],[0,-6.075],[6.075,0]],"v":[[11,0],[0,11],[-11,0],[0,-11]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-65,150],[235,150],[235,-150],[-65,-150]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-65,-150],[235,-150],[235,150],[-65,150]],"c":true},"ix":2},"nm":"Trazado 2","mn":"ADBE Vector Shape - Group","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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Combinar trazados 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929000016755,0.929000016755,0.929000016755,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[21.25,11.25],"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":"Transformar"}],"nm":"Grupo 3","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-7.18],[7.18,0],[0,7.18],[-7.18,0]],"o":[[0,7.18],[-7.18,0],[0,-7.18],[7.18,0]],"v":[[13,0],[0,13],[-13,0],[0,-13]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-57,145],[243,145],[243,-155],[-57,-155]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-57,-155],[243,-155],[243,145],[-57,145]],"c":true},"ix":2},"nm":"Trazado 2","mn":"ADBE Vector Shape - Group","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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Combinar trazados 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929000016755,0.929000016755,0.929000016755,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[13.25,16.25],"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":"Transformar"}],"nm":"Grupo 4","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":89,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Circle 4","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[150,150,0],"ix":2},"a":{"a":0,"k":[137.25,137.25,0],"ix":1},"s":{"a":0,"k":[97.333,97.333,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-75.663],[75.663,0],[0,75.663],[-75.663,0]],"o":[[0,75.663],[-75.663,0],[0,-75.663],[75.663,0]],"v":[[137,0],[0,137],[-137,0],[0,-137]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-150,150],[150,150],[150,-150],[-150,-150]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-150,-150],[150,-150],[150,150],[-150,150]],"c":true},"ix":2},"nm":"Trazado 2","mn":"ADBE Vector Shape - Group","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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Combinar trazados 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[137.25,137.25],"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":"Transformar"}],"nm":"Grupo 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":89,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Sun contornos","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.25,"y":1},"o":{"x":0.75,"y":0},"n":"0p25_1_0p75_0","t":11,"s":[182,-13,0],"e":[182,83,0],"to":[0,16,0],"ti":[0,-13.6666669845581,0]},{"i":{"x":0.25,"y":1},"o":{"x":0.75,"y":0},"n":"0p25_1_0p75_0","t":29,"s":[182,83,0],"e":[182,69,0],"to":[0,13.6666669845581,0],"ti":[0,2.33333325386047,0]},{"t":33}],"ix":2},"a":{"a":0,"k":[20.25,20.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-11.05],[11.05,0],[0,0]],"o":[[0,11.05],[0,0],[11.05,0]],"v":[[10,0],[-10,20],[-10,-20]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-192,207],[108,207],[108,-93],[-192,-93]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-192,-93],[108,-93],[108,207],[-192,207]],"c":true},"ix":2},"nm":"Trazado 2","mn":"ADBE Vector Shape - Group","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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Combinar trazados 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.565,0.075,0.996,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[30.25,20.25],"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":"Transformar"}],"nm":"Grupo 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-11.046],[11.046,0],[0,11.046],[-11.046,0]],"o":[[0,11.046],[-11.046,0],[0,-11.046],[11.046,0]],"v":[[20,0],[0,20],[-20,0],[0,-20]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-182,207],[118,207],[118,-93],[-182,-93]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-182,-93],[118,-93],[118,207],[-182,207]],"c":true},"ix":2},"nm":"Trazado 2","mn":"ADBE Vector Shape - Group","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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Combinar trazados 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.388,0.004,0.741,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[20.25,20.25],"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":"Transformar"}],"nm":"Grupo 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":89,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Circle 2","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[150,150,0],"ix":2},"a":{"a":0,"k":[137.25,137.25,0],"ix":1},"s":{"a":0,"k":[97.333,97.333,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-75.663],[75.663,0],[0,75.663],[-75.663,0]],"o":[[0,75.663],[-75.663,0],[0,-75.663],[75.663,0]],"v":[[137,0],[0,137],[-137,0],[0,-137]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-150,150],[150,150],[150,-150],[-150,-150]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-150,-150],[150,-150],[150,150],[-150,150]],"c":true},"ix":2},"nm":"Trazado 2","mn":"ADBE Vector Shape - Group","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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Combinar trazados 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.565,0.075,0.996,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[137.25,137.25],"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":"Transformar"}],"nm":"Grupo 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":89,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"MountainF contornos","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[150,280.135,0],"ix":2},"a":{"a":0,"k":[113.88,151.115,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.25,0.25,0.667],"y":[1,1,1]},"o":{"x":[0.75,0.75,0.333],"y":[0,0,0]},"n":["0p25_1_0p75_0","0p25_1_0p75_0","0p667_1_0p333_0"],"t":0,"s":[100,0,100],"e":[100,110,100]},{"i":{"x":[0.25,0.25,0.667],"y":[1,1,1]},"o":{"x":[0.75,0.75,0.333],"y":[0,0,0]},"n":["0p25_1_0p75_0","0p25_1_0p75_0","0p667_1_0p333_0"],"t":7,"s":[100,110,100],"e":[100,90,100]},{"i":{"x":[0.25,0.25,0.667],"y":[1,1,1]},"o":{"x":[0.75,0.75,0.333],"y":[0,0,0]},"n":["0p25_1_0p75_0","0p25_1_0p75_0","0p667_1_0p333_0"],"t":12,"s":[100,90,100],"e":[100,100,100]},{"t":14}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[30.77,0],[14.62,5.52],[0,0],[-0.921,-0.9]],"o":[[-22.529,17.55],[-16.54,0],[0,0],[1.17,-0.03],[0,0]],"v":[[64.32,48.55],[-17.32,76.55],[-64.32,68.01],[-64.32,-76.52],[-61.039,-75.22]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-167.32,93.55],[132.68,93.55],[132.68,-206.45],[-167.32,-206.45]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-167.32,-206.45],[132.68,-206.45],[132.68,93.55],[-167.32,93.55]],"c":true},"ix":2},"nm":"Trazado 2","mn":"ADBE Vector Shape - Group","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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Combinar trazados 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.565,0.075,0.996,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[131.2,77.429],"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":"Transformar"}],"nm":"Grupo 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[30.77,0],[23.34,38.3],[0,0],[-1.987,-1.96]],"o":[[-22.529,17.55],[-48.13,0],[0,0],[1.634,-2.264],[0,0]],"v":[[97.635,48.864],[15.995,76.865],[-97.635,12.995],[-34.613,-74.329],[-27.725,-74.905]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-134.005,93.865],[165.995,93.865],[165.995,-206.135],[-134.005,-206.135]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-134.005,-206.135],[165.995,-206.135],[165.995,93.865],[-134.005,93.865]],"c":true},"ix":2},"nm":"Trazado 2","mn":"ADBE Vector Shape - Group","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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Combinar trazados 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.388,0.004,0.741,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[97.885,77.115],"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":"Transformar"}],"nm":"Grupo 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":89,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"CloudB contornos","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},"n":"0p833_0p833_0p167_0p167","t":32,"s":[181.824,192.221,0],"e":[216.824,192.221,0],"to":[5.83333349227905,0,0],"ti":[-5.83333349227905,0,0]},{"t":88}],"ix":2},"a":{"a":0,"k":[14.733,8.87,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.25,0.25,0.667],"y":[1,1,1]},"o":{"x":[0.75,0.75,0.333],"y":[0,0,0]},"n":["0p25_1_0p75_0","0p25_1_0p75_0","0p667_1_0p333_0"],"t":17,"s":[100,0,100],"e":[100,110,100]},{"i":{"x":[0.25,0.25,0.667],"y":[1,1,1]},"o":{"x":[0.75,0.75,0.333],"y":[0,0,0]},"n":["0p25_1_0p75_0","0p25_1_0p75_0","0p667_1_0p333_0"],"t":24,"s":[100,110,100],"e":[100,90,100]},{"i":{"x":[0.25,0.25,0.667],"y":[1,1,1]},"o":{"x":[0.75,0.75,0.333],"y":[0,0,0]},"n":["0p25_1_0p75_0","0p25_1_0p75_0","0p667_1_0p333_0"],"t":29,"s":[100,90,100],"e":[100,100,100]},{"t":31}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.392,-3.246],[3.246,0.392],[-0.391,3.246],[-3.246,-0.392]],"o":[[-0.391,3.246],[-3.246,-0.391],[0.391,-3.246],[3.246,0.391]],"v":[[5.877,0.708],[-0.709,5.878],[-5.878,-0.709],[0.708,-5.878]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-190.038,106.159],[109.962,106.159],[109.962,-193.841],[-190.038,-193.841]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-190.038,-193.841],[109.962,-193.841],[109.962,106.159],[-190.038,106.159]],"c":true},"ix":2},"nm":"Trazado 2","mn":"ADBE Vector Shape - Group","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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Combinar trazados 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.808000033509,0.808000033509,0.808000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[22.948,10.49],"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":"Transformar"}],"nm":"Grupo 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.245,-2.028],[2.029,0.245],[-0.244,2.029],[-2.029,-0.244]],"o":[[-0.244,2.029],[-2.029,-0.245],[0.244,-2.029],[2.029,0.245]],"v":[[3.673,0.442],[-0.443,3.673],[-3.674,-0.443],[0.443,-3.674]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-191.304,110.478],[108.696,110.478],[108.696,-189.522],[-191.304,-189.522]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-191.304,-189.522],[108.696,-189.522],[108.696,110.478],[-191.304,110.478]],"c":true},"ix":2},"nm":"Trazado 2","mn":"ADBE Vector Shape - Group","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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Combinar trazados 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.808000033509,0.808000033509,0.808000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[24.213,6.171],"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":"Transformar"}],"nm":"Grupo 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.391,-3.246],[3.246,0.391],[-0.39,3.246],[-3.246,-0.391]],"o":[[-0.392,3.246],[-3.246,-0.392],[0.392,-3.246],[3.246,0.392]],"v":[[5.878,0.708],[-0.709,5.878],[-5.879,-0.708],[0.708,-5.878]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-173.609,105.902],[126.391,105.902],[126.391,-194.098],[-173.609,-194.098]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-173.609,-194.098],[126.391,-194.098],[126.391,105.902],[-173.609,105.902]],"c":true},"ix":2},"nm":"Trazado 2","mn":"ADBE Vector Shape - Group","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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Combinar trazados 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.808000033509,0.808000033509,0.808000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.518,10.746],"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":"Transformar"}],"nm":"Grupo 3","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.538,-4.464],[4.464,0.539],[-0.538,4.464],[-4.464,-0.538]],"o":[[-0.537,4.463],[-4.463,-0.538],[0.538,-4.463],[4.463,0.538]],"v":[[8.082,0.974],[-0.975,8.081],[-8.082,-0.974],[0.975,-8.082]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-182.779,107.779],[117.221,107.779],[117.221,-192.221],[-182.779,-192.221]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-182.779,-192.221],[117.221,-192.221],[117.221,107.779],[-182.779,107.779]],"c":true},"ix":2},"nm":"Trazado 2","mn":"ADBE Vector Shape - Group","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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Combinar trazados 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.808000033509,0.808000033509,0.808000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[15.689,8.87],"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":"Transformar"}],"nm":"Grupo 4","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":89,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Circle 3","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[150,150,0],"ix":2},"a":{"a":0,"k":[137.25,137.25,0],"ix":1},"s":{"a":0,"k":[96.667,96.667,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-75.663],[75.663,0],[0,75.663],[-75.663,0]],"o":[[0,75.663],[-75.663,0],[0,-75.663],[75.663,0]],"v":[[137,0],[0,137],[-137,0],[0,-137]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-150,150],[150,150],[150,-150],[-150,-150]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-150,-150],[150,-150],[150,150],[-150,150]],"c":true},"ix":2},"nm":"Trazado 2","mn":"ADBE Vector Shape - Group","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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Combinar trazados 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[137.25,137.25],"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":"Transformar"}],"nm":"Grupo 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":89,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"MountainB contornos","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[174.57,280.73,0],"ix":2},"a":{"a":0,"k":[0.249,105.98,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.25,0.25,0.667],"y":[1,1,1]},"o":{"x":[0.75,0.75,0.333],"y":[0,0,0]},"n":["0p25_1_0p75_0","0p25_1_0p75_0","0p667_1_0p333_0"],"t":0,"s":[100,0,100],"e":[100,110,100]},{"i":{"x":[0.25,0.25,0.667],"y":[1,1,1]},"o":{"x":[0.75,0.75,0.333],"y":[0,0,0]},"n":["0p25_1_0p75_0","0p25_1_0p75_0","0p667_1_0p333_0"],"t":7,"s":[100,110,100],"e":[100,90,100]},{"i":{"x":[0.25,0.25,0.667],"y":[1,1,1]},"o":{"x":[0.75,0.75,0.333],"y":[0,0,0]},"n":["0p25_1_0p75_0","0p25_1_0p75_0","0p667_1_0p333_0"],"t":12,"s":[100,90,100],"e":[100,100,100]},{"t":14}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[36.889,-6.891],[0,0]],"o":[[-19.399,30.58],[0,0],[0,0]],"v":[[43.91,-6.726],[-43.91,52.866],[8.52,-52.866]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-218.48,72.135],[81.52,72.135],[81.52,-227.865],[-218.48,-227.865]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-218.48,-227.865],[81.52,-227.865],[81.52,72.135],[-218.48,72.135]],"c":true},"ix":2},"nm":"Trazado 2","mn":"ADBE Vector Shape - Group","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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Combinar trazados 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.388,0.004,0.741,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[44.159,53.116],"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":"Transformar"}],"nm":"Grupo 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":89,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Circle","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[150,150,0],"ix":2},"a":{"a":0,"k":[137.25,137.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-75.663],[75.663,0],[0,75.663],[-75.663,0]],"o":[[0,75.663],[-75.663,0],[0,-75.663],[75.663,0]],"v":[[137,0],[0,137],[-137,0],[0,-137]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-150,150],[150,150],[150,-150],[-150,-150]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-150,-150],[150,-150],[150,150],[-150,150]],"c":true},"ix":2},"nm":"Trazado 2","mn":"ADBE Vector Shape - Group","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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Combinar trazados 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[137.25,137.25],"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":"Transformar"}],"nm":"Grupo 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":89,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/elephant_trunk_swing.json b/ohos/flutter_lottie/assets/lottiefiles/elephant_trunk_swing.json new file mode 100644 index 0000000000000000000000000000000000000000..9a99ee437393286a27f2337991534ae1daa0fce9 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/elephant_trunk_swing.json @@ -0,0 +1 @@ +{"v":"4.6.3","fr":60,"ip":0,"op":61,"w":800,"h":600,"nm":"Elelphant trunk","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"pupilL","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":90},"p":{"s":true,"x":{"a":0,"k":362.5,"x":"var $bm_rt;\n$bm_rt = sum(div(thisComp.layer('Trunk Fill::End').transform.position[0], 25), 335);"},"y":{"a":0,"k":207.5}},"a":{"a":0,"k":[-48.5,-92.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[20,20]},"p":{"a":0,"k":[16,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"fl","c":{"a":0,"k":[0.5411765,0.5411765,0.5411765,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-48.5,-92.5],"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":"Ellipse 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":1800,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"pupilR","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":90},"p":{"s":true,"x":{"a":0,"k":462.5,"x":"var $bm_rt;\n$bm_rt = sum(div(thisComp.layer('Trunk Fill::End').transform.position[0], 25), 435);"},"y":{"a":0,"k":207.5}},"a":{"a":0,"k":[-48.5,-92.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[20,20]},"p":{"a":0,"k":[16,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"fl","c":{"a":0,"k":[0.5411765,0.5411765,0.5411765,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-48.5,-92.5],"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":"Ellipse 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":1800,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"eyeR","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":90},"p":{"a":0,"k":[452.5,207.5,0]},"a":{"a":0,"k":[-48.5,-92.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[61,61]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0.5411765,0.5411765,0.5411765,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":18},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[-48.5,-92.5],"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":"Ellipse 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":1800,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"eyeL","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":90},"p":{"a":0,"k":[351.5,207.5,0]},"a":{"a":0,"k":[-48.5,-92.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[61,61]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0.5411765,0.5411765,0.5411765,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":18},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[-48.5,-92.5],"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":"Ellipse 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":1800,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Trunk Fill TIP::End","parent":13,"hd":true,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":96.434,"x":"var $bm_rt;\ntry {\n var parentRot = hasParent ? parentTotal() : 0;\n var rotCalc = sub(thisLayer('ADBE Root Vectors Group')('Admin')('Transform')('Rotation'), parentRot);\n $bm_rt = sum(rotCalc, value);\n} catch (err) {\n $bm_rt = value;\n}\n;\nfunction parentTotal() {\n var parentVal = 0;\n var layerChain = 'thisLayer';\n while (eval([layerChain][0]).hasParent) {\n layerChain += '.parent';\n parentVal += eval([layerChain][0]).rotation;\n }\n return parentVal;\n}"},"p":{"a":0,"k":[0,0,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100],"x":"var $bm_rt;\n$bm_rt = [\n 100,\n 100\n];"}},"ao":0,"ef":[{"ty":5,"nm":"RubberHose 2","mn":"Pseudo/3bf5uID/RubberHose_2","ix":1,"en":1,"ef":[{"ty":0,"nm":"Hose Length","mn":"Pseudo/3bf5uID/RubberHose_2-0001","ix":1,"v":{"a":0,"k":700}},{"ty":0,"nm":"Bend Radius","mn":"Pseudo/3bf5uID/RubberHose_2-0002","ix":2,"v":{"a":0,"k":100}},{"ty":0,"nm":"Realism","mn":"Pseudo/3bf5uID/RubberHose_2-0003","ix":3,"v":{"a":0,"k":0}},{"ty":0,"nm":"Bend Direction","mn":"Pseudo/3bf5uID/RubberHose_2-0004","ix":4,"v":{"a":0,"k":-12}},{"ty":7,"nm":"Auto Rotate Start","mn":"Pseudo/3bf5uID/RubberHose_2-0005","ix":5,"v":{"a":0,"k":0}},{"ty":7,"nm":"Auto Rotate End","mn":"Pseudo/3bf5uID/RubberHose_2-0006","ix":6,"v":{"a":0,"k":1}},{"ty":6,"nm":"Math Stuff","mn":"Pseudo/3bf5uID/RubberHose_2-0007","ix":7,"v":0},{"ty":3,"nm":"A","mn":"Pseudo/3bf5uID/RubberHose_2-0008","ix":8,"v":{"a":0,"k":[36,43],"x":"var $bm_rt;\n$bm_rt = thisLayer.toComp([\n 0,\n 0,\n 0\n]);"}},{"ty":3,"nm":"B","mn":"Pseudo/3bf5uID/RubberHose_2-0009","ix":9,"v":{"a":0,"k":[0,0],"x":"var $bm_rt;\ntry {\n var b = thisLayer(2)('Admin')(2)('B')(2)(1)._name;\n $bm_rt = thisComp.layer(b).toComp([\n 0,\n 0,\n 0\n ]);\n} catch (err) {\n $bm_rt = value;\n}"}},{"ty":0,"nm":"Outer Radius","mn":"Pseudo/3bf5uID/RubberHose_2-0010","ix":10,"v":{"a":0,"k":0,"x":"var $bm_rt;\nvar a = thisLayer(4)('RubberHose 2')('A');\nvar b = thisLayer(4)('RubberHose 2')('B');\nvar s = length(a, b);\n$bm_rt = mul(Math.sin(0.78539816339), s);"}},{"ty":0,"nm":"Inner Radius","mn":"Pseudo/3bf5uID/RubberHose_2-0011","ix":11,"v":{"a":0,"k":0,"x":"var $bm_rt;\nvar eff = thisLayer(4)('RubberHose 2');\nvar bendRad = eff('Bend Radius');\nvar hoseLength = div(eff('Hose Length'), 2);\nvar realism = eff('Realism');\nvar bendDir = div(eff('Bend Direction'), 100);\nvar sFac = eff('Parent Scale');\nvar straight = eff('Straight');\nvar autoFlop = eff('AutoFlop');\nvar roundShrink = linear(Math.abs(bendRad), 0, 100, 1, 0.87);\nvar innerRad;\nif (hoseLength > straight) {\n innerRad = sum(straight, mul(Math.sqrt(sub(Math.pow(hoseLength, 2), Math.pow(straight, 2))), roundShrink));\n innerRad = linear(realism, 0, 100, hoseLength, innerRad);\n innerRad = linear(Math.abs(bendDir), straight, innerRad);\n} else {\n innerRad = straight;\n}\ninnerRad *= Math.abs(sFac);\ninnerRad = linear(Math.abs(autoFlop), mul(straight, Math.max(Math.abs(sFac), 0.001)), innerRad);\n$bm_rt = innerRad;"}},{"ty":0,"nm":"Straight","mn":"Pseudo/3bf5uID/RubberHose_2-0012","ix":12,"v":{"a":0,"k":0,"x":"var $bm_rt;\nvar sFac = thisLayer(4)('RubberHose 2')('Parent Scale');\nvar outerRad = div(thisLayer(4)('RubberHose 2')('Outer Radius'), Math.max(Math.abs(sFac), 0.001));\n;\n$bm_rt = div(mul(1.4142135623731, outerRad), 2);"}},{"ty":0,"nm":"Base Rotation","mn":"Pseudo/3bf5uID/RubberHose_2-0013","ix":13,"v":{"a":0,"k":0,"x":"var $bm_rt;\nvar a = thisLayer(4)('RubberHose 2')('A');\nvar b = thisLayer(4)('RubberHose 2')('B');\n$bm_rt = radiansToDegrees(Math.atan2(sub(a[1], b[1]), sub(a[0], b[0])));"}},{"ty":0,"nm":"AutoFlop","mn":"Pseudo/3bf5uID/RubberHose_2-0014","ix":14,"v":{"a":0,"k":0,"x":"var $bm_rt;\nvar hasAF = false, isEnabled = false, output;\ntry {\n var lyrAF = thisComp.layer(sum(thisLayer._name.split('::')[0], '::AutoFlop'));\n isEnabled = lyrAF(4)('Enable')(1);\n var falloffAngle = lyrAF(4)('Falloff')(1);\n hasAF = true;\n var a = thisLayer.toComp([\n 0,\n 0,\n 0\n ]);\n var b = thisLayer(4)('RubberHose 2')('B');\n} catch (e) {\n}\nif (hasAF && isEnabled == 1) {\n var threshRot = lyrAF('ADBE Transform Group')('ADBE Rotate Z');\n threshRot %= 360;\n var ctrlAngle = $bm_neg(radiansToDegrees(Math.atan2(sub(b[0], a[0]), sub(b[1], a[1]))));\n var offsetAngle = sub(threshRot, ctrlAngle);\n offsetAngle %= 360;\n var sign = offsetAngle > 0 && offsetAngle < 180 || offsetAngle < -180 ? -1 : 1;\n var absAngle = Math.abs(offsetAngle);\n if (absAngle > 90) {\n absAngle = Math.abs(sub(absAngle, 180));\n }\n if (absAngle > 90) {\n absAngle = Math.abs(sub(absAngle, 180));\n }\n output = linear(absAngle, 0, falloffAngle, 0, 1);\n output *= sign;\n} else {\n output = 1;\n}\n$bm_rt = output;\nfunction parentTotal() {\n var parentVal = 0;\n var layerChain = 'thisLayer';\n while (eval([layerChain][0]).hasParent) {\n layerChain += '.parent';\n parentVal += eval([layerChain][0]).rotation;\n }\n return parentVal;\n}"}},{"ty":0,"nm":"Parent Scale","mn":"Pseudo/3bf5uID/RubberHose_2-0015","ix":15,"v":{"a":0,"k":0,"x":"var $bm_rt;\nvar sFactor = 1;\nvar scaleNorm = 0;\nvar layerChain = 'thisLayer';\nwhile (eval([layerChain][0]).hasParent) {\n layerChain += '.parent';\n scaleNorm = div(eval(layerChain)('ADBE Transform Group')('ADBE Scale')[0], 100);\n sFactor = mul(sFactor, scaleNorm);\n}\n$bm_rt = sFactor;"}},{"ty":6,"nm":"","mn":"Pseudo/3bf5uID/RubberHose_2-0016","ix":16,"v":0}]}],"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"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":"Trunk Fill TIP::End","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[135,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":"A","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[20,20],"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":"Trunk Fill TIP::Start","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"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":"B","np":1,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"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":"2.03","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group","cl":"03"},{"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":"Version","np":1,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"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,"x":"var $bm_rt;\nvar eff = thisLayer(4)('RubberHose 2');\nvar autoRotate = eff('Auto Rotate End');\nif (autoRotate == 1) {\n var a = thisLayer.toComp([\n 0,\n 0,\n 0\n ]);\n var b = eff('B');\n var s = length(a, b);\n var sFac = eff('Parent Scale');\n var autoFlop = 1;\n var realism = eff('Realism');\n var bendDir = div(eff('Bend Direction'), 100);\n var hoseLength = div(eff('Hose Length'), 2);\n var bendRad = eff('Bend Radius');\n var autoFlop = eff('AutoFlop');\n var baseRot = $bm_neg(radiansToDegrees(Math.atan2(sub(b[0], a[0]), sub(b[1], a[1]))));\n var outerRad = mul(Math.sin(0.78539816339), s);\n var straight = div(mul(1.4142135623731, outerRad), 2);\n straight /= Math.max(Math.abs(sFac), 0.001);\n var roundShrink = linear(Math.abs(bendRad), 0, 100, 1, 0.87);\n var innerRad;\n if (hoseLength > straight) {\n innerRad = sum(straight, mul(Math.sqrt(sub(Math.pow(hoseLength, 2), Math.pow(straight, 2))), roundShrink));\n innerRad = linear(realism, 0, 100, hoseLength, innerRad);\n innerRad = linear(Math.abs(bendDir), straight, innerRad);\n } else {\n innerRad = straight;\n }\n innerRad = linear(Math.abs(autoFlop), straight, innerRad);\n var flopDir = 1;\n if (bendDir < 0) {\n flopDir = -1;\n }\n flopDir *= autoFlop;\n var opp = mul(sub(innerRad, straight), flopDir);\n var theta = Math.atan(div(opp, Math.max(straight, 0.001)));\n var bendAngle = radiansToDegrees(theta);\n if (sFac < 0) {\n baseRot *= -1;\n }\n bendRad *= div(div(theta, $bm_neg(Math.PI)), linear(s, hoseLength, 0, 2, 0.9));\n var rotCalc = sub(sum(baseRot, bendAngle), bendRad);\n $bm_rt = rotCalc;\n} else {\n $bm_rt = value;\n}\n;","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":"Admin","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"nm":"Circle","mn":"ADBE Vector Shape - Ellipse"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-75,0],[75,0]],"c":false}},"nm":"01","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0,-30],[0,30]],"c":false}},"nm":"02","mn":"ADBE Vector Shape - Group"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[30,30],"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":"ControlShape","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"st","c":{"a":0,"k":[1,0.56,0,1],"x":"var $bm_rt;\nif (thisLayer.active) {\n try {\n var eff = thisLayer(4)('RubberHose 2');\n var a = thisLayer.toComp([\n 0,\n 0,\n 0\n ]);\n var b = eff('B');\n var straight = eff('Straight');\n var hoseLength = div(eff('Hose Length'), 2);\n if (straight > hoseLength) {\n $bm_rt = [\n 0.51,\n 0.83,\n 0.98,\n 1\n ];\n } else {\n $bm_rt = value;\n }\n } catch (err) {\n $bm_rt = value;\n }\n} else {\n $bm_rt = value;\n}"},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"x":"var $bm_rt;\n$bm_rt = [\n 0,\n 0\n];","ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"x":"var $bm_rt;\n$bm_rt = [\n 100,\n 100\n];","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":"Control Point","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":1800,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Trunk Fill TIP::Start","parent":14,"hd":true,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0,"x":"var $bm_rt;\ntry {\n var parentRot = hasParent ? parentTotal() : 0;\n var rotCalc = sub(thisLayer('ADBE Root Vectors Group')('Admin')('Transform')('Rotation'), parentRot);\n $bm_rt = sum(rotCalc, value);\n} catch (err) {\n $bm_rt = value;\n}\n;\nfunction parentTotal() {\n var parentVal = 0;\n var layerChain = 'thisLayer';\n while (eval([layerChain][0]).hasParent) {\n layerChain += '.parent';\n parentVal += eval([layerChain][0]).rotation;\n }\n return parentVal;\n}"},"p":{"a":0,"k":[0,0,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100],"x":"var $bm_rt;\n$bm_rt = [\n 100,\n 100\n];"}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"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":"Trunk Fill TIP::End","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[135,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":"A","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[20,20],"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":"Trunk Fill TIP::Start","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"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":"B","np":1,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"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":"2.03","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group","cl":"03"},{"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":"Version","np":1,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"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,"x":"var $bm_rt;\ntry {\n var eff = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n var autoRotate = eff('Auto Rotate Start');\n if (autoRotate == 1) {\n var a = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name).toComp([\n 0,\n 0,\n 0\n ]);\n var b = thisLayer.toComp([\n 0,\n 0,\n 0\n ]);\n var s = length(a, b);\n var sFac = eff('Parent Scale');\n var autoFlop = 1;\n var realism = eff('Realism');\n var bendDir = div(eff('Bend Direction'), 100);\n var hoseLength = div(eff('Hose Length'), 2);\n var bendRad = eff('Bend Radius');\n var autoFlop = eff('AutoFlop');\n var baseRot = $bm_neg(radiansToDegrees(Math.atan2(sub(b[0], a[0]), sub(b[1], a[1]))));\n var outerRad = mul(Math.sin(0.78539816339), s);\n var straight = div(mul(1.4142135623731, outerRad), 2);\n straight /= Math.max(Math.abs(sFac), 0.001);\n var roundShrink = linear(Math.abs(bendRad), 0, 100, 1, 0.87);\n var innerRad;\n if (straight <= hoseLength) {\n innerRad = sum(straight, mul(Math.sqrt(sub(Math.pow(hoseLength, 2), Math.pow(straight, 2))), roundShrink));\n innerRad = linear(realism, 0, 100, hoseLength, innerRad);\n innerRad = linear(Math.abs(bendDir), straight, innerRad);\n } else {\n innerRad = straight;\n }\n innerRad = linear(Math.abs(autoFlop), straight, innerRad);\n var flopDir = 1;\n if (bendDir < 0) {\n flopDir = -1;\n }\n flopDir *= autoFlop;\n var opp = mul(sub(innerRad, straight), flopDir);\n var theta = Math.atan(div(opp, Math.max(straight, 0.001)));\n var bendAngle = radiansToDegrees(theta);\n if (sFac < 0) {\n baseRot *= -1;\n }\n bendRad *= div(div(theta, $bm_neg(Math.PI)), linear(s, hoseLength, 0, 2, 0.9));\n var rotCalc = sum(sub(baseRot, bendAngle), bendRad);\n $bm_rt = rotCalc;\n } else {\n $bm_rt = 0;\n }\n ;\n} catch (err) {\n $bm_rt = value;\n}\n;","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":"Admin","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"nm":"Circle","mn":"ADBE Vector Shape - Ellipse"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-75,0],[75,0]],"c":false}},"nm":"01","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0,-30],[0,30]],"c":false}},"nm":"02","mn":"ADBE Vector Shape - Group"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[30,30],"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":"ControlShape","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"st","c":{"a":0,"k":[1,0.56,0,1],"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name);\n $bm_rt = ctrl(2)('Control Point')(2)('Stroke 1')('Color');\n} catch (e) {\n $bm_rt = value;\n}"},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"x":"var $bm_rt;\n$bm_rt = [\n 0,\n 0\n];","ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"x":"var $bm_rt;\n$bm_rt = [\n 100,\n 100\n];","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":"Control Point","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":1800,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Trunk Fill TIP::AutoFlop","hd":true,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[-518,404,0],"x":"var $bm_rt;\nvar p = [\n 0,\n 0\n ];\ntry {\n if (thisLayer.hasParent) {\n p = parent.fromComp([\n 0,\n 0,\n 0\n ]);\n }\n p;\n} catch (err) {\n}\nvar b = thisComp.layer(thisLayer(2)('Admin')(2)('B')(2)(1)._name).toComp([\n 0,\n 0,\n 0\n ]);\n$bm_rt = sum(b, p);"},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"ef":[{"ty":5,"nm":"Enable","mn":"ADBE Checkbox Control","ix":1,"en":1,"ef":[{"ty":7,"nm":"Checkbox","mn":"ADBE Checkbox Control-0001","ix":1,"v":{"a":0,"k":1}}]},{"ty":5,"nm":"Falloff","mn":"ADBE Slider Control","ix":2,"en":1,"ef":[{"ty":0,"nm":"Slider","mn":"ADBE Slider Control-0001","ix":1,"v":{"a":0,"k":25}}]}],"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[4000,4000]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[2000,2000]},"p":{"a":0,"k":[1000,1000]},"r":{"a":0,"k":0},"nm":"Mask01","mn":"ADBE Vector Shape - Rect"},{"ty":"rc","d":1,"s":{"a":0,"k":[2000,2000]},"p":{"a":0,"k":[-1000,-1000]},"r":{"a":0,"k":0},"nm":"Mask02","mn":"ADBE Vector Shape - Rect"},{"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":-89.6,"x":"var $bm_rt;\nvar f = effect('Falloff')('ADBE Slider Control-0001');\nf = Math.max(0, f);\nf = Math.min(f, 88);\n$bm_rt = sum(f, 90);","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":"DynMask","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[2000,2000]},"p":{"a":0,"k":[1000,1000]},"r":{"a":0,"k":0},"nm":"Mask01","mn":"ADBE Vector Shape - Rect"},{"ty":"rc","d":1,"s":{"a":0,"k":[2000,2000]},"p":{"a":0,"k":[-1000,-1000]},"r":{"a":0,"k":0},"nm":"Mask02","mn":"ADBE Vector Shape - Rect"},{"ty":"tr","p":{"a":0,"k":[1000,1000],"ix":2},"a":{"a":0,"k":[1000,1000],"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":"StaticMask","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"mm","mm":3,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.6499234,0.841822,1,1]},"o":{"a":0,"k":30},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"rp","c":{"a":0,"k":2,"ix":1},"o":{"a":0,"k":0,"ix":2},"ix":6,"tr":{"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":4},"so":{"a":0,"k":100,"ix":5},"eo":{"a":0,"k":100,"ix":6},"nm":"Transform"},"nm":"Mirror","mn":"ADBE Vector Filter - Repeater"},{"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":"Falloff","np":6,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[0,4000]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Line","mn":"ADBE Vector Shape - Rect"},{"ty":"st","c":{"a":0,"k":[0.1702206,0.669461,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":4,"x":"var $bm_rt;\n$bm_rt = 4;"},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Threshold","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"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":"Trunk Fill TIP::End","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[135,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":"A","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[20,20],"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":"Trunk Fill TIP::Start","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"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":"B","np":1,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"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":"2.03","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group","cl":"03"},{"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":"Version","np":1,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"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":"Admin","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group"}],"ip":0,"op":1800,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Trunk Fill TIP","ks":{"o":{"a":0,"k":100,"x":"var $bm_rt;\n$bm_rt = 100;"},"r":{"a":0,"k":58,"x":"var $bm_rt;\nvar r = 0;\nif (thisLayer.hasParent) {\n r = $bm_neg(parentTotal());\n}\n$bm_rt = r;\nfunction parentTotal() {\n var parentVal = 0;\n var layerChain = 'thisLayer';\n while (eval([layerChain][0]).hasParent) {\n layerChain += '.parent';\n parentVal += eval([layerChain][0]).rotation;\n }\n return parentVal;\n}"},"p":{"a":0,"k":[393,306,0],"x":"var $bm_rt;\nvar p = [\n 0,\n 0\n ];\ntry {\n if (thisLayer.hasParent) {\n p = parent.fromComp([\n 0,\n 0,\n 0\n ]);\n }\n $bm_rt = p;\n} catch (err) {\n $bm_rt = p;\n}"},"a":{"a":0,"k":[0,0,0],"x":"var $bm_rt;\n$bm_rt = [\n 0,\n 0\n];"},"s":{"a":0,"k":[100,103.552,100],"x":"var $bm_rt;\nvar s = [\n 100,\n 100\n ];\nif (hasParent) {\n var sFactor = parentTotal();\n s = [\n s[0] * sFactor[0],\n s[1] * sFactor[1]\n ];\n}\n$bm_rt = s;\nfunction parentTotal() {\n var sFactor = [\n 1,\n 1\n ];\n var scaleNorm = [\n 0,\n 0\n ];\n var layerChain = 'thisLayer';\n while (eval([layerChain][0]).hasParent) {\n layerChain += '.parent';\n scaleNorm = eval([layerChain][0]).scale;\n if (scaleNorm[0] != 0 && scaleNorm[1] != 0) {\n scaleNorm = [\n 100 / scaleNorm[0],\n 100 / scaleNorm[1]\n ];\n }\n sFactor = [\n sFactor[0] * scaleNorm[0],\n sFactor[1] * scaleNorm[1]\n ];\n }\n return sFactor;\n}"}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"sr","sy":1,"d":1,"pt":{"a":0,"k":4,"x":"var $bm_rt;\n$bm_rt = 4;","ix":3},"p":{"a":0,"k":[0,0],"x":"var $bm_rt;\n$bm_rt = [\n 0,\n 0\n];","ix":4},"r":{"a":0,"k":0,"x":"var $bm_rt;\n$bm_rt = 0;","ix":5},"ir":{"a":0,"k":500,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);","ix":6},"is":{"a":0,"k":0,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);","ix":8},"or":{"a":0,"k":113,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);","ix":7},"os":{"a":0,"k":0,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);","ix":9},"ix":1,"nm":"LineForCurve","mn":"ADBE Vector Shape - Star"},{"ty":"tm","s":{"a":0,"k":0,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);","ix":1},"e":{"a":0,"k":0,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);","ix":2},"o":{"a":0,"k":-90,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);","ix":3},"m":1,"ix":2,"nm":"Line Halfer","mn":"ADBE Vector Filter - Trim"},{"ty":"tr","p":{"a":0,"k":[0,0],"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);","ix":2},"a":{"a":0,"k":[0,0],"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);","ix":1},"s":{"a":0,"k":[100,100],"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);","ix":3},"r":{"a":0,"k":45,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);","ix":6},"o":{"a":0,"k":100,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);","ix":7},"sk":{"a":0,"k":0,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);","ix":4},"sa":{"a":0,"k":0,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);","ix":5},"nm":"Transform"}],"nm":"Arc","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":0,"k":1,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.9882354,0.9764706,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":31,"x":"var $bm_rt;\nvar sFac = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2')('Parent Scale');\n$bm_rt = mul(value, sFac);"},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('A');\n} catch (err) {\n $bm_rt = value;\n}","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":"BaseHose","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"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":"Style","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"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":"Trunk Fill TIP::End","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[135,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":"A","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[200,200],"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":"Trunk Fill TIP::Start","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"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":"B","np":1,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"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":"2.03","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group","cl":"03"},{"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":"Version","np":1,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"sr","sy":1,"d":1,"pt":{"a":0,"k":4,"x":"var $bm_rt;\n$bm_rt = 4;","ix":3},"p":{"a":0,"k":[0,0],"x":"var $bm_rt;\n$bm_rt = [\n 0,\n 0\n];","ix":4},"r":{"a":0,"k":90,"x":"var $bm_rt;\n$bm_rt = 0;","ix":5},"ir":{"a":0,"k":200,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('Inner Radius');\n} catch (err) {\n $bm_rt = value;\n}","ix":6},"is":{"a":0,"k":100,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('Bend Radius');\n} catch (err) {\n $bm_rt = value;\n}","ix":8},"or":{"a":0,"k":200,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('Outer Radius');\n} catch (err) {\n $bm_rt = value;\n}","ix":7},"os":{"a":0,"k":0,"x":"var $bm_rt;\n$bm_rt = 0;","ix":9},"ix":1,"nm":"LineForCurve","mn":"ADBE Vector Shape - Star"},{"ty":"tm","s":{"a":0,"k":0.01,"x":"var $bm_rt;\n$bm_rt = 0.01;","ix":1},"e":{"a":0,"k":24.99,"x":"var $bm_rt;\n$bm_rt = 24.99;","ix":2},"o":{"a":0,"k":-90,"x":"var $bm_rt;\n$bm_rt = -90;","ix":3},"m":1,"ix":2,"nm":"Line Halfer","mn":"ADBE Vector Filter - Trim"},{"ty":"tr","p":{"a":0,"k":[0,0],"x":"var $bm_rt;\n$bm_rt = [\n 0,\n 0\n];","ix":2},"a":{"a":0,"k":[0,0],"x":"var $bm_rt;\nvar s = thisProperty.propertyGroup(2)(2)(1)(7);\n$bm_rt = [\n -s,\n 0\n];","ix":1},"s":{"a":0,"k":[100,100],"x":"var $bm_rt;\nvar flop;\ntry {\n var eff = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n var bendDir = eff('Bend Direction');\n var autoFlop = eff('AutoFlop');\n flop = bendDir > 0 ? 1 : -1;\n autoFlop > 0 ? 0 : flop *= -1;\n var s = flop == 1 ? [\n -100,\n 100\n ] : [\n 100,\n 100\n ];\n if (eff('Parent Scale') < 0) {\n s = [\n -s[0],\n s[1]\n ];\n }\n $bm_rt = s;\n} catch (err) {\n $bm_rt = value;\n}\n;","ix":3},"r":{"a":0,"k":45,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n var baseRot = ctrl('Base Rotation');\n var flop = content('Admin').content('ArcMath').transform.scale[0];\n var rotOffset = flop < 0 ? -45 : 225;\n $bm_rt = sum(baseRot, rotOffset);\n} catch (err) {\n $bm_rt = value;\n}","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":"ArcMath","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":0,"k":[0,0],"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('A');\n} catch (err) {\n $bm_rt = value;\n}","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":"Admin","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":1800,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Trunk Outline TIP::End","parent":13,"hd":true,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-90.311,"x":"var $bm_rt;\ntry {\n var parentRot = hasParent ? parentTotal() : 0;\n var rotCalc = sub(thisLayer('ADBE Root Vectors Group')('Admin')('Transform')('Rotation'), parentRot);\n $bm_rt = sum(rotCalc, value);\n} catch (err) {\n $bm_rt = value;\n}\n;\nfunction parentTotal() {\n var parentVal = 0;\n var layerChain = 'thisLayer';\n while (eval([layerChain][0]).hasParent) {\n layerChain += '.parent';\n parentVal += eval([layerChain][0]).rotation;\n }\n return parentVal;\n}"},"p":{"a":0,"k":[0,0,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100],"x":"var $bm_rt;\n$bm_rt = [\n 100,\n 100\n];"}},"ao":0,"ef":[{"ty":5,"nm":"RubberHose 2","mn":"Pseudo/3bf5uID/RubberHose_2","ix":1,"en":1,"ef":[{"ty":0,"nm":"Hose Length","mn":"Pseudo/3bf5uID/RubberHose_2-0001","ix":1,"v":{"a":0,"k":700}},{"ty":0,"nm":"Bend Radius","mn":"Pseudo/3bf5uID/RubberHose_2-0002","ix":2,"v":{"a":0,"k":100}},{"ty":0,"nm":"Realism","mn":"Pseudo/3bf5uID/RubberHose_2-0003","ix":3,"v":{"a":0,"k":0}},{"ty":0,"nm":"Bend Direction","mn":"Pseudo/3bf5uID/RubberHose_2-0004","ix":4,"v":{"a":0,"k":-12}},{"ty":7,"nm":"Auto Rotate Start","mn":"Pseudo/3bf5uID/RubberHose_2-0005","ix":5,"v":{"a":0,"k":0}},{"ty":7,"nm":"Auto Rotate End","mn":"Pseudo/3bf5uID/RubberHose_2-0006","ix":6,"v":{"a":0,"k":1}},{"ty":6,"nm":"Math Stuff","mn":"Pseudo/3bf5uID/RubberHose_2-0007","ix":7,"v":0},{"ty":3,"nm":"A","mn":"Pseudo/3bf5uID/RubberHose_2-0008","ix":8,"v":{"a":0,"k":[36,43],"x":"var $bm_rt;\n$bm_rt = thisLayer.toComp([\n 0,\n 0,\n 0\n]);"}},{"ty":3,"nm":"B","mn":"Pseudo/3bf5uID/RubberHose_2-0009","ix":9,"v":{"a":0,"k":[0,0],"x":"var $bm_rt;\ntry {\n var b = thisLayer(2)('Admin')(2)('B')(2)(1)._name;\n $bm_rt = thisComp.layer(b).toComp([\n 0,\n 0,\n 0\n ]);\n} catch (err) {\n $bm_rt = value;\n}"}},{"ty":0,"nm":"Outer Radius","mn":"Pseudo/3bf5uID/RubberHose_2-0010","ix":10,"v":{"a":0,"k":0,"x":"var $bm_rt;\nvar a = thisLayer(4)('RubberHose 2')('A');\nvar b = thisLayer(4)('RubberHose 2')('B');\nvar s = length(a, b);\n$bm_rt = mul(Math.sin(0.78539816339), s);"}},{"ty":0,"nm":"Inner Radius","mn":"Pseudo/3bf5uID/RubberHose_2-0011","ix":11,"v":{"a":0,"k":0,"x":"var $bm_rt;\nvar eff = thisLayer(4)('RubberHose 2');\nvar bendRad = eff('Bend Radius');\nvar hoseLength = div(eff('Hose Length'), 2);\nvar realism = eff('Realism');\nvar bendDir = div(eff('Bend Direction'), 100);\nvar sFac = eff('Parent Scale');\nvar straight = eff('Straight');\nvar autoFlop = eff('AutoFlop');\nvar roundShrink = linear(Math.abs(bendRad), 0, 100, 1, 0.87);\nvar innerRad;\nif (hoseLength > straight) {\n innerRad = sum(straight, mul(Math.sqrt(sub(Math.pow(hoseLength, 2), Math.pow(straight, 2))), roundShrink));\n innerRad = linear(realism, 0, 100, hoseLength, innerRad);\n innerRad = linear(Math.abs(bendDir), straight, innerRad);\n} else {\n innerRad = straight;\n}\ninnerRad *= Math.abs(sFac);\ninnerRad = linear(Math.abs(autoFlop), mul(straight, Math.max(Math.abs(sFac), 0.001)), innerRad);\n$bm_rt = innerRad;"}},{"ty":0,"nm":"Straight","mn":"Pseudo/3bf5uID/RubberHose_2-0012","ix":12,"v":{"a":0,"k":0,"x":"var $bm_rt;\nvar sFac = thisLayer(4)('RubberHose 2')('Parent Scale');\nvar outerRad = div(thisLayer(4)('RubberHose 2')('Outer Radius'), Math.max(Math.abs(sFac), 0.001));\n;\n$bm_rt = div(mul(1.4142135623731, outerRad), 2);"}},{"ty":0,"nm":"Base Rotation","mn":"Pseudo/3bf5uID/RubberHose_2-0013","ix":13,"v":{"a":0,"k":0,"x":"var $bm_rt;\nvar a = thisLayer(4)('RubberHose 2')('A');\nvar b = thisLayer(4)('RubberHose 2')('B');\n$bm_rt = radiansToDegrees(Math.atan2(sub(a[1], b[1]), sub(a[0], b[0])));"}},{"ty":0,"nm":"AutoFlop","mn":"Pseudo/3bf5uID/RubberHose_2-0014","ix":14,"v":{"a":0,"k":0,"x":"var $bm_rt;\nvar hasAF = false, isEnabled = false, output;\ntry {\n var lyrAF = thisComp.layer(sum(thisLayer._name.split('::')[0], '::AutoFlop'));\n isEnabled = lyrAF(4)('Enable')(1);\n var falloffAngle = lyrAF(4)('Falloff')(1);\n hasAF = true;\n var a = thisLayer.toComp([\n 0,\n 0,\n 0\n ]);\n var b = thisLayer(4)('RubberHose 2')('B');\n} catch (e) {\n}\nif (hasAF && isEnabled == 1) {\n var threshRot = lyrAF('ADBE Transform Group')('ADBE Rotate Z');\n threshRot %= 360;\n var ctrlAngle = $bm_neg(radiansToDegrees(Math.atan2(sub(b[0], a[0]), sub(b[1], a[1]))));\n var offsetAngle = sub(threshRot, ctrlAngle);\n offsetAngle %= 360;\n var sign = offsetAngle > 0 && offsetAngle < 180 || offsetAngle < -180 ? -1 : 1;\n var absAngle = Math.abs(offsetAngle);\n if (absAngle > 90) {\n absAngle = Math.abs(sub(absAngle, 180));\n }\n if (absAngle > 90) {\n absAngle = Math.abs(sub(absAngle, 180));\n }\n output = linear(absAngle, 0, falloffAngle, 0, 1);\n output *= sign;\n} else {\n output = 1;\n}\n$bm_rt = output;\nfunction parentTotal() {\n var parentVal = 0;\n var layerChain = 'thisLayer';\n while (eval([layerChain][0]).hasParent) {\n layerChain += '.parent';\n parentVal += eval([layerChain][0]).rotation;\n }\n return parentVal;\n}"}},{"ty":0,"nm":"Parent Scale","mn":"Pseudo/3bf5uID/RubberHose_2-0015","ix":15,"v":{"a":0,"k":0,"x":"var $bm_rt;\nvar sFactor = 1;\nvar scaleNorm = 0;\nvar layerChain = 'thisLayer';\nwhile (eval([layerChain][0]).hasParent) {\n layerChain += '.parent';\n scaleNorm = div(eval(layerChain)('ADBE Transform Group')('ADBE Scale')[0], 100);\n sFactor = mul(sFactor, scaleNorm);\n}\n$bm_rt = sFactor;"}},{"ty":6,"nm":"","mn":"Pseudo/3bf5uID/RubberHose_2-0016","ix":16,"v":0}]}],"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"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":"Trunk Outline TIP::End","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[135,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":"A","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[20,20],"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":"Trunk Outline TIP::Start","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"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":"B","np":1,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"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":"2.03","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group","cl":"03"},{"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":"Version","np":1,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"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,"x":"var $bm_rt;\nvar eff = thisLayer(4)('RubberHose 2');\nvar autoRotate = eff('Auto Rotate End');\nif (autoRotate == 1) {\n var a = thisLayer.toComp([\n 0,\n 0,\n 0\n ]);\n var b = eff('B');\n var s = length(a, b);\n var sFac = eff('Parent Scale');\n var autoFlop = 1;\n var realism = eff('Realism');\n var bendDir = div(eff('Bend Direction'), 100);\n var hoseLength = div(eff('Hose Length'), 2);\n var bendRad = eff('Bend Radius');\n var autoFlop = eff('AutoFlop');\n var baseRot = $bm_neg(radiansToDegrees(Math.atan2(sub(b[0], a[0]), sub(b[1], a[1]))));\n var outerRad = mul(Math.sin(0.78539816339), s);\n var straight = div(mul(1.4142135623731, outerRad), 2);\n straight /= Math.max(Math.abs(sFac), 0.001);\n var roundShrink = linear(Math.abs(bendRad), 0, 100, 1, 0.87);\n var innerRad;\n if (hoseLength > straight) {\n innerRad = sum(straight, mul(Math.sqrt(sub(Math.pow(hoseLength, 2), Math.pow(straight, 2))), roundShrink));\n innerRad = linear(realism, 0, 100, hoseLength, innerRad);\n innerRad = linear(Math.abs(bendDir), straight, innerRad);\n } else {\n innerRad = straight;\n }\n innerRad = linear(Math.abs(autoFlop), straight, innerRad);\n var flopDir = 1;\n if (bendDir < 0) {\n flopDir = -1;\n }\n flopDir *= autoFlop;\n var opp = mul(sub(innerRad, straight), flopDir);\n var theta = Math.atan(div(opp, Math.max(straight, 0.001)));\n var bendAngle = radiansToDegrees(theta);\n if (sFac < 0) {\n baseRot *= -1;\n }\n bendRad *= div(div(theta, $bm_neg(Math.PI)), linear(s, hoseLength, 0, 2, 0.9));\n var rotCalc = sub(sum(baseRot, bendAngle), bendRad);\n $bm_rt = rotCalc;\n} else {\n $bm_rt = value;\n}\n;","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":"Admin","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"nm":"Circle","mn":"ADBE Vector Shape - Ellipse"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-75,0],[75,0]],"c":false}},"nm":"01","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0,-30],[0,30]],"c":false}},"nm":"02","mn":"ADBE Vector Shape - Group"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[30,30],"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":"ControlShape","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"st","c":{"a":0,"k":[1,0.56,0,1],"x":"var $bm_rt;\nif (thisLayer.active) {\n try {\n var eff = thisLayer(4)('RubberHose 2');\n var a = thisLayer.toComp([\n 0,\n 0,\n 0\n ]);\n var b = eff('B');\n var straight = eff('Straight');\n var hoseLength = div(eff('Hose Length'), 2);\n if (straight > hoseLength) {\n $bm_rt = [\n 0.51,\n 0.83,\n 0.98,\n 1\n ];\n } else {\n $bm_rt = value;\n }\n } catch (err) {\n $bm_rt = value;\n }\n} else {\n $bm_rt = value;\n}"},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"x":"var $bm_rt;\n$bm_rt = [\n 0,\n 0\n];","ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"x":"var $bm_rt;\n$bm_rt = [\n 100,\n 100\n];","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":"Control Point","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":1800,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"Trunk Outline TIP::Start","parent":14,"hd":true,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0,"x":"var $bm_rt;\ntry {\n var parentRot = hasParent ? parentTotal() : 0;\n var rotCalc = sub(thisLayer('ADBE Root Vectors Group')('Admin')('Transform')('Rotation'), parentRot);\n $bm_rt = sum(rotCalc, value);\n} catch (err) {\n $bm_rt = value;\n}\n;\nfunction parentTotal() {\n var parentVal = 0;\n var layerChain = 'thisLayer';\n while (eval([layerChain][0]).hasParent) {\n layerChain += '.parent';\n parentVal += eval([layerChain][0]).rotation;\n }\n return parentVal;\n}"},"p":{"a":0,"k":[0,0,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100],"x":"var $bm_rt;\n$bm_rt = [\n 100,\n 100\n];"}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"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":"Trunk Outline TIP::End","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[135,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":"A","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[20,20],"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":"Trunk Outline TIP::Start","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"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":"B","np":1,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"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":"2.03","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group","cl":"03"},{"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":"Version","np":1,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"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,"x":"var $bm_rt;\ntry {\n var eff = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n var autoRotate = eff('Auto Rotate Start');\n if (autoRotate == 1) {\n var a = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name).toComp([\n 0,\n 0,\n 0\n ]);\n var b = thisLayer.toComp([\n 0,\n 0,\n 0\n ]);\n var s = length(a, b);\n var sFac = eff('Parent Scale');\n var autoFlop = 1;\n var realism = eff('Realism');\n var bendDir = div(eff('Bend Direction'), 100);\n var hoseLength = div(eff('Hose Length'), 2);\n var bendRad = eff('Bend Radius');\n var autoFlop = eff('AutoFlop');\n var baseRot = $bm_neg(radiansToDegrees(Math.atan2(sub(b[0], a[0]), sub(b[1], a[1]))));\n var outerRad = mul(Math.sin(0.78539816339), s);\n var straight = div(mul(1.4142135623731, outerRad), 2);\n straight /= Math.max(Math.abs(sFac), 0.001);\n var roundShrink = linear(Math.abs(bendRad), 0, 100, 1, 0.87);\n var innerRad;\n if (straight <= hoseLength) {\n innerRad = sum(straight, mul(Math.sqrt(sub(Math.pow(hoseLength, 2), Math.pow(straight, 2))), roundShrink));\n innerRad = linear(realism, 0, 100, hoseLength, innerRad);\n innerRad = linear(Math.abs(bendDir), straight, innerRad);\n } else {\n innerRad = straight;\n }\n innerRad = linear(Math.abs(autoFlop), straight, innerRad);\n var flopDir = 1;\n if (bendDir < 0) {\n flopDir = -1;\n }\n flopDir *= autoFlop;\n var opp = mul(sub(innerRad, straight), flopDir);\n var theta = Math.atan(div(opp, Math.max(straight, 0.001)));\n var bendAngle = radiansToDegrees(theta);\n if (sFac < 0) {\n baseRot *= -1;\n }\n bendRad *= div(div(theta, $bm_neg(Math.PI)), linear(s, hoseLength, 0, 2, 0.9));\n var rotCalc = sum(sub(baseRot, bendAngle), bendRad);\n $bm_rt = rotCalc;\n } else {\n $bm_rt = 0;\n }\n ;\n} catch (err) {\n $bm_rt = value;\n}\n;","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":"Admin","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"nm":"Circle","mn":"ADBE Vector Shape - Ellipse"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-75,0],[75,0]],"c":false}},"nm":"01","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0,-30],[0,30]],"c":false}},"nm":"02","mn":"ADBE Vector Shape - Group"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[30,30],"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":"ControlShape","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"st","c":{"a":0,"k":[1,0.56,0,1],"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name);\n $bm_rt = ctrl(2)('Control Point')(2)('Stroke 1')('Color');\n} catch (e) {\n $bm_rt = value;\n}"},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"x":"var $bm_rt;\n$bm_rt = [\n 0,\n 0\n];","ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"x":"var $bm_rt;\n$bm_rt = [\n 100,\n 100\n];","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":"Control Point","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":1800,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"Trunk Outline TIP::AutoFlop","hd":true,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[-518,404,0],"x":"var $bm_rt;\nvar p = [\n 0,\n 0\n ];\ntry {\n if (thisLayer.hasParent) {\n p = parent.fromComp([\n 0,\n 0,\n 0\n ]);\n }\n p;\n} catch (err) {\n}\nvar b = thisComp.layer(thisLayer(2)('Admin')(2)('B')(2)(1)._name).toComp([\n 0,\n 0,\n 0\n ]);\n$bm_rt = sum(b, p);"},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"ef":[{"ty":5,"nm":"Enable","mn":"ADBE Checkbox Control","ix":1,"en":1,"ef":[{"ty":7,"nm":"Checkbox","mn":"ADBE Checkbox Control-0001","ix":1,"v":{"a":0,"k":1}}]},{"ty":5,"nm":"Falloff","mn":"ADBE Slider Control","ix":2,"en":1,"ef":[{"ty":0,"nm":"Slider","mn":"ADBE Slider Control-0001","ix":1,"v":{"a":0,"k":25}}]}],"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[4000,4000]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[2000,2000]},"p":{"a":0,"k":[1000,1000]},"r":{"a":0,"k":0},"nm":"Mask01","mn":"ADBE Vector Shape - Rect"},{"ty":"rc","d":1,"s":{"a":0,"k":[2000,2000]},"p":{"a":0,"k":[-1000,-1000]},"r":{"a":0,"k":0},"nm":"Mask02","mn":"ADBE Vector Shape - Rect"},{"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":-89.6,"x":"var $bm_rt;\nvar f = effect('Falloff')('ADBE Slider Control-0001');\nf = Math.max(0, f);\nf = Math.min(f, 88);\n$bm_rt = sum(f, 90);","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":"DynMask","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[2000,2000]},"p":{"a":0,"k":[1000,1000]},"r":{"a":0,"k":0},"nm":"Mask01","mn":"ADBE Vector Shape - Rect"},{"ty":"rc","d":1,"s":{"a":0,"k":[2000,2000]},"p":{"a":0,"k":[-1000,-1000]},"r":{"a":0,"k":0},"nm":"Mask02","mn":"ADBE Vector Shape - Rect"},{"ty":"tr","p":{"a":0,"k":[1000,1000],"ix":2},"a":{"a":0,"k":[1000,1000],"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":"StaticMask","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"mm","mm":3,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.6499234,0.841822,1,1]},"o":{"a":0,"k":30},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"rp","c":{"a":0,"k":2,"ix":1},"o":{"a":0,"k":0,"ix":2},"ix":6,"tr":{"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":4},"so":{"a":0,"k":100,"ix":5},"eo":{"a":0,"k":100,"ix":6},"nm":"Transform"},"nm":"Mirror","mn":"ADBE Vector Filter - Repeater"},{"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":"Falloff","np":6,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[0,4000]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Line","mn":"ADBE Vector Shape - Rect"},{"ty":"st","c":{"a":0,"k":[0.1702206,0.669461,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":4,"x":"var $bm_rt;\n$bm_rt = 4;"},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Threshold","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"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":"Trunk Outline TIP::End","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[135,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":"A","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[20,20],"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":"Trunk Outline TIP::Start","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"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":"B","np":1,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"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":"2.03","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group","cl":"03"},{"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":"Version","np":1,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"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":"Admin","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group"}],"ip":0,"op":1800,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"Trunk Outline TIP","ks":{"o":{"a":0,"k":100,"x":"var $bm_rt;\n$bm_rt = 100;"},"r":{"a":0,"k":58,"x":"var $bm_rt;\nvar r = 0;\nif (thisLayer.hasParent) {\n r = $bm_neg(parentTotal());\n}\n$bm_rt = r;\nfunction parentTotal() {\n var parentVal = 0;\n var layerChain = 'thisLayer';\n while (eval([layerChain][0]).hasParent) {\n layerChain += '.parent';\n parentVal += eval([layerChain][0]).rotation;\n }\n return parentVal;\n}"},"p":{"a":0,"k":[393,306,0],"x":"var $bm_rt;\nvar p = [\n 0,\n 0\n ];\ntry {\n if (thisLayer.hasParent) {\n p = parent.fromComp([\n 0,\n 0,\n 0\n ]);\n }\n $bm_rt = p;\n} catch (err) {\n $bm_rt = p;\n}"},"a":{"a":0,"k":[0,0,0],"x":"var $bm_rt;\n$bm_rt = [\n 0,\n 0\n];"},"s":{"a":0,"k":[100,103.552,100],"x":"var $bm_rt;\nvar s = [\n 100,\n 100\n ];\nif (hasParent) {\n var sFactor = parentTotal();\n s = [\n s[0] * sFactor[0],\n s[1] * sFactor[1]\n ];\n}\n$bm_rt = s;\nfunction parentTotal() {\n var sFactor = [\n 1,\n 1\n ];\n var scaleNorm = [\n 0,\n 0\n ];\n var layerChain = 'thisLayer';\n while (eval([layerChain][0]).hasParent) {\n layerChain += '.parent';\n scaleNorm = eval([layerChain][0]).scale;\n if (scaleNorm[0] != 0 && scaleNorm[1] != 0) {\n scaleNorm = [\n 100 / scaleNorm[0],\n 100 / scaleNorm[1]\n ];\n }\n sFactor = [\n sFactor[0] * scaleNorm[0],\n sFactor[1] * scaleNorm[1]\n ];\n }\n return sFactor;\n}"}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"sr","sy":1,"d":1,"pt":{"a":0,"k":4,"x":"var $bm_rt;\n$bm_rt = 4;","ix":3},"p":{"a":0,"k":[0,0],"x":"var $bm_rt;\n$bm_rt = [\n 0,\n 0\n];","ix":4},"r":{"a":0,"k":0,"x":"var $bm_rt;\n$bm_rt = 0;","ix":5},"ir":{"a":0,"k":500,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);","ix":6},"is":{"a":0,"k":0,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);","ix":8},"or":{"a":0,"k":113,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);","ix":7},"os":{"a":0,"k":0,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);","ix":9},"ix":1,"nm":"LineForCurve","mn":"ADBE Vector Shape - Star"},{"ty":"tm","s":{"a":0,"k":0,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);","ix":1},"e":{"a":0,"k":0,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);","ix":2},"o":{"a":0,"k":-90,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);","ix":3},"m":1,"ix":2,"nm":"Line Halfer","mn":"ADBE Vector Filter - Trim"},{"ty":"tr","p":{"a":0,"k":[0,0],"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);","ix":2},"a":{"a":0,"k":[0,0],"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);","ix":1},"s":{"a":0,"k":[100,100],"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);","ix":3},"r":{"a":0,"k":45,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);","ix":6},"o":{"a":0,"k":100,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);","ix":7},"sk":{"a":0,"k":0,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);","ix":4},"sa":{"a":0,"k":0,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);","ix":5},"nm":"Transform"}],"nm":"Arc","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":0,"k":1,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0.5411765,0.5411765,0.5411765,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":63,"x":"var $bm_rt;\nvar sFac = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2')('Parent Scale');\n$bm_rt = mul(value, sFac);"},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('A');\n} catch (err) {\n $bm_rt = value;\n}","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":"BaseHose","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"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":"Style","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"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":"Trunk Outline TIP::End","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[135,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":"A","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[200,200],"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":"Trunk Outline TIP::Start","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"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":"B","np":1,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"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":"2.03","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group","cl":"03"},{"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":"Version","np":1,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"sr","sy":1,"d":1,"pt":{"a":0,"k":4,"x":"var $bm_rt;\n$bm_rt = 4;","ix":3},"p":{"a":0,"k":[0,0],"x":"var $bm_rt;\n$bm_rt = [\n 0,\n 0\n];","ix":4},"r":{"a":0,"k":90,"x":"var $bm_rt;\n$bm_rt = 0;","ix":5},"ir":{"a":0,"k":200,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('Inner Radius');\n} catch (err) {\n $bm_rt = value;\n}","ix":6},"is":{"a":0,"k":100,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('Bend Radius');\n} catch (err) {\n $bm_rt = value;\n}","ix":8},"or":{"a":0,"k":200,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('Outer Radius');\n} catch (err) {\n $bm_rt = value;\n}","ix":7},"os":{"a":0,"k":0,"x":"var $bm_rt;\n$bm_rt = 0;","ix":9},"ix":1,"nm":"LineForCurve","mn":"ADBE Vector Shape - Star"},{"ty":"tm","s":{"a":0,"k":0.01,"x":"var $bm_rt;\n$bm_rt = 0.01;","ix":1},"e":{"a":0,"k":24.99,"x":"var $bm_rt;\n$bm_rt = 24.99;","ix":2},"o":{"a":0,"k":-90,"x":"var $bm_rt;\n$bm_rt = -90;","ix":3},"m":1,"ix":2,"nm":"Line Halfer","mn":"ADBE Vector Filter - Trim"},{"ty":"tr","p":{"a":0,"k":[0,0],"x":"var $bm_rt;\n$bm_rt = [\n 0,\n 0\n];","ix":2},"a":{"a":0,"k":[0,0],"x":"var $bm_rt;\nvar s = thisProperty.propertyGroup(2)(2)(1)(7);\n$bm_rt = [\n -s,\n 0\n];","ix":1},"s":{"a":0,"k":[100,100],"x":"var $bm_rt;\nvar flop;\ntry {\n var eff = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n var bendDir = eff('Bend Direction');\n var autoFlop = eff('AutoFlop');\n flop = bendDir > 0 ? 1 : -1;\n autoFlop > 0 ? 0 : flop *= -1;\n var s = flop == 1 ? [\n -100,\n 100\n ] : [\n 100,\n 100\n ];\n if (eff('Parent Scale') < 0) {\n s = [\n -s[0],\n s[1]\n ];\n }\n $bm_rt = s;\n} catch (err) {\n $bm_rt = value;\n}\n;","ix":3},"r":{"a":0,"k":45,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n var baseRot = ctrl('Base Rotation');\n var flop = content('Admin').content('ArcMath').transform.scale[0];\n var rotOffset = flop < 0 ? -45 : 225;\n $bm_rt = sum(baseRot, rotOffset);\n} catch (err) {\n $bm_rt = value;\n}","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":"ArcMath","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":0,"k":[0,0],"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('A');\n} catch (err) {\n $bm_rt = value;\n}","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":"Admin","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":1800,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"Trunk Fill::End","hd":true,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0,"x":"var $bm_rt;\ntry {\n var parentRot = hasParent ? parentTotal() : 0;\n var rotCalc = sub(thisLayer('ADBE Root Vectors Group')('Admin')('Transform')('Rotation'), parentRot);\n $bm_rt = sum(rotCalc, value);\n} catch (err) {\n $bm_rt = value;\n}\n;\nfunction parentTotal() {\n var parentVal = 0;\n var layerChain = 'thisLayer';\n while (eval([layerChain][0]).hasParent) {\n layerChain += '.parent';\n parentVal += eval([layerChain][0]).rotation;\n }\n return parentVal;\n}"},"p":{"a":1,"k":[{"i":{"x":0.38,"y":1},"o":{"x":0.62,"y":0},"n":"0p38_1_0p62_0","t":0,"s":[572,351,0],"e":[222,370,0],"to":[-38.3333320617676,137,0],"ti":[85.3333358764648,175,0]},{"i":{"x":0.38,"y":1},"o":{"x":0.62,"y":0},"n":"0p38_1_0p62_0","t":30,"s":[222,370,0],"e":[572,352,0],"to":[85.6247482299805,179.214935302734,0],"ti":[-37.4489440917969,134.704650878906,0]},{"t":60}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100],"x":"var $bm_rt;\n$bm_rt = [\n 100,\n 100\n];"}},"ao":0,"ef":[{"ty":5,"nm":"RubberHose 2","mn":"Pseudo/3bf5uID/RubberHose_2","ix":1,"en":1,"ef":[{"ty":0,"nm":"Hose Length","mn":"Pseudo/3bf5uID/RubberHose_2-0001","ix":1,"v":{"a":0,"k":700}},{"ty":0,"nm":"Bend Radius","mn":"Pseudo/3bf5uID/RubberHose_2-0002","ix":2,"v":{"a":0,"k":100}},{"ty":0,"nm":"Realism","mn":"Pseudo/3bf5uID/RubberHose_2-0003","ix":3,"v":{"a":0,"k":0}},{"ty":0,"nm":"Bend Direction","mn":"Pseudo/3bf5uID/RubberHose_2-0004","ix":4,"v":{"a":0,"k":-12}},{"ty":7,"nm":"Auto Rotate Start","mn":"Pseudo/3bf5uID/RubberHose_2-0005","ix":5,"v":{"a":0,"k":0}},{"ty":7,"nm":"Auto Rotate End","mn":"Pseudo/3bf5uID/RubberHose_2-0006","ix":6,"v":{"a":0,"k":1}},{"ty":6,"nm":"Math Stuff","mn":"Pseudo/3bf5uID/RubberHose_2-0007","ix":7,"v":0},{"ty":3,"nm":"A","mn":"Pseudo/3bf5uID/RubberHose_2-0008","ix":8,"v":{"a":0,"k":[36,43],"x":"var $bm_rt;\n$bm_rt = thisLayer.toComp([\n 0,\n 0,\n 0\n]);"}},{"ty":3,"nm":"B","mn":"Pseudo/3bf5uID/RubberHose_2-0009","ix":9,"v":{"a":0,"k":[0,0],"x":"var $bm_rt;\ntry {\n var b = thisLayer(2)('Admin')(2)('B')(2)(1)._name;\n $bm_rt = thisComp.layer(b).toComp([\n 0,\n 0,\n 0\n ]);\n} catch (err) {\n $bm_rt = value;\n}"}},{"ty":0,"nm":"Outer Radius","mn":"Pseudo/3bf5uID/RubberHose_2-0010","ix":10,"v":{"a":0,"k":0,"x":"var $bm_rt;\nvar a = thisLayer(4)('RubberHose 2')('A');\nvar b = thisLayer(4)('RubberHose 2')('B');\nvar s = length(a, b);\n$bm_rt = mul(Math.sin(0.78539816339), s);"}},{"ty":0,"nm":"Inner Radius","mn":"Pseudo/3bf5uID/RubberHose_2-0011","ix":11,"v":{"a":0,"k":0,"x":"var $bm_rt;\nvar eff = thisLayer(4)('RubberHose 2');\nvar bendRad = eff('Bend Radius');\nvar hoseLength = div(eff('Hose Length'), 2);\nvar realism = eff('Realism');\nvar bendDir = div(eff('Bend Direction'), 100);\nvar sFac = eff('Parent Scale');\nvar straight = eff('Straight');\nvar autoFlop = eff('AutoFlop');\nvar roundShrink = linear(Math.abs(bendRad), 0, 100, 1, 0.87);\nvar innerRad;\nif (hoseLength > straight) {\n innerRad = sum(straight, mul(Math.sqrt(sub(Math.pow(hoseLength, 2), Math.pow(straight, 2))), roundShrink));\n innerRad = linear(realism, 0, 100, hoseLength, innerRad);\n innerRad = linear(Math.abs(bendDir), straight, innerRad);\n} else {\n innerRad = straight;\n}\ninnerRad *= Math.abs(sFac);\ninnerRad = linear(Math.abs(autoFlop), mul(straight, Math.max(Math.abs(sFac), 0.001)), innerRad);\n$bm_rt = innerRad;"}},{"ty":0,"nm":"Straight","mn":"Pseudo/3bf5uID/RubberHose_2-0012","ix":12,"v":{"a":0,"k":0,"x":"var $bm_rt;\nvar sFac = thisLayer(4)('RubberHose 2')('Parent Scale');\nvar outerRad = div(thisLayer(4)('RubberHose 2')('Outer Radius'), Math.max(Math.abs(sFac), 0.001));\n;\n$bm_rt = div(mul(1.4142135623731, outerRad), 2);"}},{"ty":0,"nm":"Base Rotation","mn":"Pseudo/3bf5uID/RubberHose_2-0013","ix":13,"v":{"a":0,"k":0,"x":"var $bm_rt;\nvar a = thisLayer(4)('RubberHose 2')('A');\nvar b = thisLayer(4)('RubberHose 2')('B');\n$bm_rt = radiansToDegrees(Math.atan2(sub(a[1], b[1]), sub(a[0], b[0])));"}},{"ty":0,"nm":"AutoFlop","mn":"Pseudo/3bf5uID/RubberHose_2-0014","ix":14,"v":{"a":0,"k":0,"x":"var $bm_rt;\nvar hasAF = false, isEnabled = false, output;\ntry {\n var lyrAF = thisComp.layer(sum(thisLayer._name.split('::')[0], '::AutoFlop'));\n isEnabled = lyrAF(4)('Enable')(1);\n var falloffAngle = lyrAF(4)('Falloff')(1);\n hasAF = true;\n var a = thisLayer.toComp([\n 0,\n 0,\n 0\n ]);\n var b = thisLayer(4)('RubberHose 2')('B');\n} catch (e) {\n}\nif (hasAF && isEnabled == 1) {\n var threshRot = lyrAF('ADBE Transform Group')('ADBE Rotate Z');\n threshRot %= 360;\n var ctrlAngle = $bm_neg(radiansToDegrees(Math.atan2(sub(b[0], a[0]), sub(b[1], a[1]))));\n var offsetAngle = sub(threshRot, ctrlAngle);\n offsetAngle %= 360;\n var sign = offsetAngle > 0 && offsetAngle < 180 || offsetAngle < -180 ? -1 : 1;\n var absAngle = Math.abs(offsetAngle);\n if (absAngle > 90) {\n absAngle = Math.abs(sub(absAngle, 180));\n }\n if (absAngle > 90) {\n absAngle = Math.abs(sub(absAngle, 180));\n }\n output = linear(absAngle, 0, falloffAngle, 0, 1);\n output *= sign;\n} else {\n output = 1;\n}\n$bm_rt = output;\nfunction parentTotal() {\n var parentVal = 0;\n var layerChain = 'thisLayer';\n while (eval([layerChain][0]).hasParent) {\n layerChain += '.parent';\n parentVal += eval([layerChain][0]).rotation;\n }\n return parentVal;\n}"}},{"ty":0,"nm":"Parent Scale","mn":"Pseudo/3bf5uID/RubberHose_2-0015","ix":15,"v":{"a":0,"k":0,"x":"var $bm_rt;\nvar sFactor = 1;\nvar scaleNorm = 0;\nvar layerChain = 'thisLayer';\nwhile (eval([layerChain][0]).hasParent) {\n layerChain += '.parent';\n scaleNorm = div(eval(layerChain)('ADBE Transform Group')('ADBE Scale')[0], 100);\n sFactor = mul(sFactor, scaleNorm);\n}\n$bm_rt = sFactor;"}},{"ty":6,"nm":"","mn":"Pseudo/3bf5uID/RubberHose_2-0016","ix":16,"v":0}]}],"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"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":"Trunk Fill::End","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[135,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":"A","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[20,20],"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":"Trunk Fill::Start","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"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":"B","np":1,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"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":"2.03","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group","cl":"03"},{"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":"Version","np":1,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"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,"x":"var $bm_rt;\nvar eff = thisLayer(4)('RubberHose 2');\nvar autoRotate = eff('Auto Rotate End');\nif (autoRotate == 1) {\n var a = thisLayer.toComp([\n 0,\n 0,\n 0\n ]);\n var b = eff('B');\n var s = length(a, b);\n var sFac = eff('Parent Scale');\n var autoFlop = 1;\n var realism = eff('Realism');\n var bendDir = div(eff('Bend Direction'), 100);\n var hoseLength = div(eff('Hose Length'), 2);\n var bendRad = eff('Bend Radius');\n var autoFlop = eff('AutoFlop');\n var baseRot = $bm_neg(radiansToDegrees(Math.atan2(sub(b[0], a[0]), sub(b[1], a[1]))));\n var outerRad = mul(Math.sin(0.78539816339), s);\n var straight = div(mul(1.4142135623731, outerRad), 2);\n straight /= Math.max(Math.abs(sFac), 0.001);\n var roundShrink = linear(Math.abs(bendRad), 0, 100, 1, 0.87);\n var innerRad;\n if (hoseLength > straight) {\n innerRad = sum(straight, mul(Math.sqrt(sub(Math.pow(hoseLength, 2), Math.pow(straight, 2))), roundShrink));\n innerRad = linear(realism, 0, 100, hoseLength, innerRad);\n innerRad = linear(Math.abs(bendDir), straight, innerRad);\n } else {\n innerRad = straight;\n }\n innerRad = linear(Math.abs(autoFlop), straight, innerRad);\n var flopDir = 1;\n if (bendDir < 0) {\n flopDir = -1;\n }\n flopDir *= autoFlop;\n var opp = mul(sub(innerRad, straight), flopDir);\n var theta = Math.atan(div(opp, Math.max(straight, 0.001)));\n var bendAngle = radiansToDegrees(theta);\n if (sFac < 0) {\n baseRot *= -1;\n }\n bendRad *= div(div(theta, $bm_neg(Math.PI)), linear(s, hoseLength, 0, 2, 0.9));\n var rotCalc = sub(sum(baseRot, bendAngle), bendRad);\n $bm_rt = rotCalc;\n} else {\n $bm_rt = value;\n}\n;","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":"Admin","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"nm":"Circle","mn":"ADBE Vector Shape - Ellipse"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-75,0],[75,0]],"c":false}},"nm":"01","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0,-30],[0,30]],"c":false}},"nm":"02","mn":"ADBE Vector Shape - Group"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[30,30],"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":"ControlShape","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"st","c":{"a":0,"k":[1,0.56,0,1],"x":"var $bm_rt;\nif (thisLayer.active) {\n try {\n var eff = thisLayer(4)('RubberHose 2');\n var a = thisLayer.toComp([\n 0,\n 0,\n 0\n ]);\n var b = eff('B');\n var straight = eff('Straight');\n var hoseLength = div(eff('Hose Length'), 2);\n if (straight > hoseLength) {\n $bm_rt = [\n 0.51,\n 0.83,\n 0.98,\n 1\n ];\n } else {\n $bm_rt = value;\n }\n } catch (err) {\n $bm_rt = value;\n }\n} else {\n $bm_rt = value;\n}"},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"x":"var $bm_rt;\n$bm_rt = [\n 0,\n 0\n];","ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"x":"var $bm_rt;\n$bm_rt = [\n 100,\n 100\n];","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":"Control Point","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":1800,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"Trunk Fill::Start","hd":true,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0,"x":"var $bm_rt;\ntry {\n var parentRot = hasParent ? parentTotal() : 0;\n var rotCalc = sub(thisLayer('ADBE Root Vectors Group')('Admin')('Transform')('Rotation'), parentRot);\n $bm_rt = sum(rotCalc, value);\n} catch (err) {\n $bm_rt = value;\n}\n;\nfunction parentTotal() {\n var parentVal = 0;\n var layerChain = 'thisLayer';\n while (eval([layerChain][0]).hasParent) {\n layerChain += '.parent';\n parentVal += eval([layerChain][0]).rotation;\n }\n return parentVal;\n}"},"p":{"a":0,"k":[400,270,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100],"x":"var $bm_rt;\n$bm_rt = [\n 100,\n 100\n];"}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"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":"Trunk Fill::End","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[135,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":"A","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[20,20],"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":"Trunk Fill::Start","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"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":"B","np":1,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"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":"2.03","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group","cl":"03"},{"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":"Version","np":1,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"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,"x":"var $bm_rt;\ntry {\n var eff = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n var autoRotate = eff('Auto Rotate Start');\n if (autoRotate == 1) {\n var a = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name).toComp([\n 0,\n 0,\n 0\n ]);\n var b = thisLayer.toComp([\n 0,\n 0,\n 0\n ]);\n var s = length(a, b);\n var sFac = eff('Parent Scale');\n var autoFlop = 1;\n var realism = eff('Realism');\n var bendDir = div(eff('Bend Direction'), 100);\n var hoseLength = div(eff('Hose Length'), 2);\n var bendRad = eff('Bend Radius');\n var autoFlop = eff('AutoFlop');\n var baseRot = $bm_neg(radiansToDegrees(Math.atan2(sub(b[0], a[0]), sub(b[1], a[1]))));\n var outerRad = mul(Math.sin(0.78539816339), s);\n var straight = div(mul(1.4142135623731, outerRad), 2);\n straight /= Math.max(Math.abs(sFac), 0.001);\n var roundShrink = linear(Math.abs(bendRad), 0, 100, 1, 0.87);\n var innerRad;\n if (straight <= hoseLength) {\n innerRad = sum(straight, mul(Math.sqrt(sub(Math.pow(hoseLength, 2), Math.pow(straight, 2))), roundShrink));\n innerRad = linear(realism, 0, 100, hoseLength, innerRad);\n innerRad = linear(Math.abs(bendDir), straight, innerRad);\n } else {\n innerRad = straight;\n }\n innerRad = linear(Math.abs(autoFlop), straight, innerRad);\n var flopDir = 1;\n if (bendDir < 0) {\n flopDir = -1;\n }\n flopDir *= autoFlop;\n var opp = mul(sub(innerRad, straight), flopDir);\n var theta = Math.atan(div(opp, Math.max(straight, 0.001)));\n var bendAngle = radiansToDegrees(theta);\n if (sFac < 0) {\n baseRot *= -1;\n }\n bendRad *= div(div(theta, $bm_neg(Math.PI)), linear(s, hoseLength, 0, 2, 0.9));\n var rotCalc = sum(sub(baseRot, bendAngle), bendRad);\n $bm_rt = rotCalc;\n } else {\n $bm_rt = 0;\n }\n ;\n} catch (err) {\n $bm_rt = value;\n}\n;","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":"Admin","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"nm":"Circle","mn":"ADBE Vector Shape - Ellipse"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-75,0],[75,0]],"c":false}},"nm":"01","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0,-30],[0,30]],"c":false}},"nm":"02","mn":"ADBE Vector Shape - Group"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[30,30],"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":"ControlShape","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"st","c":{"a":0,"k":[1,0.56,0,1],"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name);\n $bm_rt = ctrl(2)('Control Point')(2)('Stroke 1')('Color');\n} catch (e) {\n $bm_rt = value;\n}"},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"x":"var $bm_rt;\n$bm_rt = [\n 0,\n 0\n];","ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"x":"var $bm_rt;\n$bm_rt = [\n 100,\n 100\n];","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":"Control Point","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":1800,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"Trunk Fill::AutoFlop","hd":true,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[-518,404,0],"x":"var $bm_rt;\nvar p = [\n 0,\n 0\n ];\ntry {\n if (thisLayer.hasParent) {\n p = parent.fromComp([\n 0,\n 0,\n 0\n ]);\n }\n p;\n} catch (err) {\n}\nvar b = thisComp.layer(thisLayer(2)('Admin')(2)('B')(2)(1)._name).toComp([\n 0,\n 0,\n 0\n ]);\n$bm_rt = sum(b, p);"},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"ef":[{"ty":5,"nm":"Enable","mn":"ADBE Checkbox Control","ix":1,"en":1,"ef":[{"ty":7,"nm":"Checkbox","mn":"ADBE Checkbox Control-0001","ix":1,"v":{"a":0,"k":1}}]},{"ty":5,"nm":"Falloff","mn":"ADBE Slider Control","ix":2,"en":1,"ef":[{"ty":0,"nm":"Slider","mn":"ADBE Slider Control-0001","ix":1,"v":{"a":0,"k":25}}]}],"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[4000,4000]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[2000,2000]},"p":{"a":0,"k":[1000,1000]},"r":{"a":0,"k":0},"nm":"Mask01","mn":"ADBE Vector Shape - Rect"},{"ty":"rc","d":1,"s":{"a":0,"k":[2000,2000]},"p":{"a":0,"k":[-1000,-1000]},"r":{"a":0,"k":0},"nm":"Mask02","mn":"ADBE Vector Shape - Rect"},{"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":-89.6,"x":"var $bm_rt;\nvar f = effect('Falloff')('ADBE Slider Control-0001');\nf = Math.max(0, f);\nf = Math.min(f, 88);\n$bm_rt = sum(f, 90);","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":"DynMask","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[2000,2000]},"p":{"a":0,"k":[1000,1000]},"r":{"a":0,"k":0},"nm":"Mask01","mn":"ADBE Vector Shape - Rect"},{"ty":"rc","d":1,"s":{"a":0,"k":[2000,2000]},"p":{"a":0,"k":[-1000,-1000]},"r":{"a":0,"k":0},"nm":"Mask02","mn":"ADBE Vector Shape - Rect"},{"ty":"tr","p":{"a":0,"k":[1000,1000],"ix":2},"a":{"a":0,"k":[1000,1000],"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":"StaticMask","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"mm","mm":3,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.6499234,0.841822,1,1]},"o":{"a":0,"k":30},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"rp","c":{"a":0,"k":2,"ix":1},"o":{"a":0,"k":0,"ix":2},"ix":6,"tr":{"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":4},"so":{"a":0,"k":100,"ix":5},"eo":{"a":0,"k":100,"ix":6},"nm":"Transform"},"nm":"Mirror","mn":"ADBE Vector Filter - Repeater"},{"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":"Falloff","np":6,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[0,4000]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Line","mn":"ADBE Vector Shape - Rect"},{"ty":"st","c":{"a":0,"k":[0.1702206,0.669461,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":4,"x":"var $bm_rt;\n$bm_rt = 4;"},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Threshold","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"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":"Trunk Fill::End","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[135,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":"A","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[20,20],"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":"Trunk Fill::Start","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"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":"B","np":1,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"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":"2.03","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group","cl":"03"},{"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":"Version","np":1,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"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":"Admin","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group"}],"ip":0,"op":1800,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"Trunk Fill","ks":{"o":{"a":0,"k":100,"x":"var $bm_rt;\n$bm_rt = 100;"},"r":{"a":0,"k":58,"x":"var $bm_rt;\nvar r = 0;\nif (thisLayer.hasParent) {\n r = $bm_neg(parentTotal());\n}\n$bm_rt = r;\nfunction parentTotal() {\n var parentVal = 0;\n var layerChain = 'thisLayer';\n while (eval([layerChain][0]).hasParent) {\n layerChain += '.parent';\n parentVal += eval([layerChain][0]).rotation;\n }\n return parentVal;\n}"},"p":{"a":0,"k":[393,306,0],"x":"var $bm_rt;\nvar p = [\n 0,\n 0\n ];\ntry {\n if (thisLayer.hasParent) {\n p = parent.fromComp([\n 0,\n 0,\n 0\n ]);\n }\n $bm_rt = p;\n} catch (err) {\n $bm_rt = p;\n}"},"a":{"a":0,"k":[0,0,0],"x":"var $bm_rt;\n$bm_rt = [\n 0,\n 0\n];"},"s":{"a":0,"k":[100,103.552,100],"x":"var $bm_rt;\nvar s = [\n 100,\n 100\n ];\nif (hasParent) {\n var sFactor = parentTotal();\n s = [\n s[0] * sFactor[0],\n s[1] * sFactor[1]\n ];\n}\n$bm_rt = s;\nfunction parentTotal() {\n var sFactor = [\n 1,\n 1\n ];\n var scaleNorm = [\n 0,\n 0\n ];\n var layerChain = 'thisLayer';\n while (eval([layerChain][0]).hasParent) {\n layerChain += '.parent';\n scaleNorm = eval([layerChain][0]).scale;\n if (scaleNorm[0] != 0 && scaleNorm[1] != 0) {\n scaleNorm = [\n 100 / scaleNorm[0],\n 100 / scaleNorm[1]\n ];\n }\n sFactor = [\n sFactor[0] * scaleNorm[0],\n sFactor[1] * scaleNorm[1]\n ];\n }\n return sFactor;\n}"}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"sr","sy":1,"d":1,"pt":{"a":0,"k":4,"x":"var $bm_rt;\n$bm_rt = 4;","ix":3},"p":{"a":0,"k":[0,0],"x":"var $bm_rt;\n$bm_rt = [\n 0,\n 0\n];","ix":4},"r":{"a":0,"k":0,"x":"var $bm_rt;\n$bm_rt = 0;","ix":5},"ir":{"a":0,"k":500,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);","ix":6},"is":{"a":0,"k":0,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);","ix":8},"or":{"a":0,"k":113,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);","ix":7},"os":{"a":0,"k":0,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);","ix":9},"ix":1,"nm":"LineForCurve","mn":"ADBE Vector Shape - Star"},{"ty":"tm","s":{"a":0,"k":0,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);","ix":1},"e":{"a":0,"k":0,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);","ix":2},"o":{"a":0,"k":-90,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);","ix":3},"m":1,"ix":2,"nm":"Line Halfer","mn":"ADBE Vector Filter - Trim"},{"ty":"tr","p":{"a":0,"k":[0,0],"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);","ix":2},"a":{"a":0,"k":[0,0],"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);","ix":1},"s":{"a":0,"k":[100,100],"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);","ix":3},"r":{"a":0,"k":45,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);","ix":6},"o":{"a":0,"k":100,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);","ix":7},"sk":{"a":0,"k":0,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);","ix":4},"sa":{"a":0,"k":0,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);","ix":5},"nm":"Transform"}],"nm":"Arc","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.9882354,0.9764706,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":31,"x":"var $bm_rt;\nvar sFac = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2')('Parent Scale');\n$bm_rt = mul(value, sFac);"},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('A');\n} catch (err) {\n $bm_rt = value;\n}","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":"BaseHose","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"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":"Style","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"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":"Trunk Fill::End","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[135,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":"A","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[200,200],"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":"Trunk Fill::Start","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"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":"B","np":1,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"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":"2.03","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group","cl":"03"},{"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":"Version","np":1,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"sr","sy":1,"d":1,"pt":{"a":0,"k":4,"x":"var $bm_rt;\n$bm_rt = 4;","ix":3},"p":{"a":0,"k":[0,0],"x":"var $bm_rt;\n$bm_rt = [\n 0,\n 0\n];","ix":4},"r":{"a":0,"k":90,"x":"var $bm_rt;\n$bm_rt = 0;","ix":5},"ir":{"a":0,"k":200,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('Inner Radius');\n} catch (err) {\n $bm_rt = value;\n}","ix":6},"is":{"a":0,"k":100,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('Bend Radius');\n} catch (err) {\n $bm_rt = value;\n}","ix":8},"or":{"a":0,"k":200,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('Outer Radius');\n} catch (err) {\n $bm_rt = value;\n}","ix":7},"os":{"a":0,"k":0,"x":"var $bm_rt;\n$bm_rt = 0;","ix":9},"ix":1,"nm":"LineForCurve","mn":"ADBE Vector Shape - Star"},{"ty":"tm","s":{"a":0,"k":0.01,"x":"var $bm_rt;\n$bm_rt = 0.01;","ix":1},"e":{"a":0,"k":24.99,"x":"var $bm_rt;\n$bm_rt = 24.99;","ix":2},"o":{"a":0,"k":-90,"x":"var $bm_rt;\n$bm_rt = -90;","ix":3},"m":1,"ix":2,"nm":"Line Halfer","mn":"ADBE Vector Filter - Trim"},{"ty":"tr","p":{"a":0,"k":[0,0],"x":"var $bm_rt;\n$bm_rt = [\n 0,\n 0\n];","ix":2},"a":{"a":0,"k":[0,0],"x":"var $bm_rt;\nvar s = thisProperty.propertyGroup(2)(2)(1)(7);\n$bm_rt = [\n -s,\n 0\n];","ix":1},"s":{"a":0,"k":[100,100],"x":"var $bm_rt;\nvar flop;\ntry {\n var eff = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n var bendDir = eff('Bend Direction');\n var autoFlop = eff('AutoFlop');\n flop = bendDir > 0 ? 1 : -1;\n autoFlop > 0 ? 0 : flop *= -1;\n var s = flop == 1 ? [\n -100,\n 100\n ] : [\n 100,\n 100\n ];\n if (eff('Parent Scale') < 0) {\n s = [\n -s[0],\n s[1]\n ];\n }\n $bm_rt = s;\n} catch (err) {\n $bm_rt = value;\n}\n;","ix":3},"r":{"a":0,"k":45,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n var baseRot = ctrl('Base Rotation');\n var flop = content('Admin').content('ArcMath').transform.scale[0];\n var rotOffset = flop < 0 ? -45 : 225;\n $bm_rt = sum(baseRot, rotOffset);\n} catch (err) {\n $bm_rt = value;\n}","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":"ArcMath","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":0,"k":[0,0],"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('A');\n} catch (err) {\n $bm_rt = value;\n}","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":"Admin","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":1800,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":4,"nm":"Trunk Outline::End","parent":13,"hd":true,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-90.311,"x":"var $bm_rt;\ntry {\n var parentRot = hasParent ? parentTotal() : 0;\n var rotCalc = sub(thisLayer('ADBE Root Vectors Group')('Admin')('Transform')('Rotation'), parentRot);\n $bm_rt = sum(rotCalc, value);\n} catch (err) {\n $bm_rt = value;\n}\n;\nfunction parentTotal() {\n var parentVal = 0;\n var layerChain = 'thisLayer';\n while (eval([layerChain][0]).hasParent) {\n layerChain += '.parent';\n parentVal += eval([layerChain][0]).rotation;\n }\n return parentVal;\n}"},"p":{"a":0,"k":[0,0,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100],"x":"var $bm_rt;\n$bm_rt = [\n 100,\n 100\n];"}},"ao":0,"ef":[{"ty":5,"nm":"RubberHose 2","mn":"Pseudo/3bf5uID/RubberHose_2","ix":1,"en":1,"ef":[{"ty":0,"nm":"Hose Length","mn":"Pseudo/3bf5uID/RubberHose_2-0001","ix":1,"v":{"a":0,"k":700}},{"ty":0,"nm":"Bend Radius","mn":"Pseudo/3bf5uID/RubberHose_2-0002","ix":2,"v":{"a":0,"k":100}},{"ty":0,"nm":"Realism","mn":"Pseudo/3bf5uID/RubberHose_2-0003","ix":3,"v":{"a":0,"k":0}},{"ty":0,"nm":"Bend Direction","mn":"Pseudo/3bf5uID/RubberHose_2-0004","ix":4,"v":{"a":0,"k":-12}},{"ty":7,"nm":"Auto Rotate Start","mn":"Pseudo/3bf5uID/RubberHose_2-0005","ix":5,"v":{"a":0,"k":0}},{"ty":7,"nm":"Auto Rotate End","mn":"Pseudo/3bf5uID/RubberHose_2-0006","ix":6,"v":{"a":0,"k":1}},{"ty":6,"nm":"Math Stuff","mn":"Pseudo/3bf5uID/RubberHose_2-0007","ix":7,"v":0},{"ty":3,"nm":"A","mn":"Pseudo/3bf5uID/RubberHose_2-0008","ix":8,"v":{"a":0,"k":[36,43],"x":"var $bm_rt;\n$bm_rt = thisLayer.toComp([\n 0,\n 0,\n 0\n]);"}},{"ty":3,"nm":"B","mn":"Pseudo/3bf5uID/RubberHose_2-0009","ix":9,"v":{"a":0,"k":[0,0],"x":"var $bm_rt;\ntry {\n var b = thisLayer(2)('Admin')(2)('B')(2)(1)._name;\n $bm_rt = thisComp.layer(b).toComp([\n 0,\n 0,\n 0\n ]);\n} catch (err) {\n $bm_rt = value;\n}"}},{"ty":0,"nm":"Outer Radius","mn":"Pseudo/3bf5uID/RubberHose_2-0010","ix":10,"v":{"a":0,"k":0,"x":"var $bm_rt;\nvar a = thisLayer(4)('RubberHose 2')('A');\nvar b = thisLayer(4)('RubberHose 2')('B');\nvar s = length(a, b);\n$bm_rt = mul(Math.sin(0.78539816339), s);"}},{"ty":0,"nm":"Inner Radius","mn":"Pseudo/3bf5uID/RubberHose_2-0011","ix":11,"v":{"a":0,"k":0,"x":"var $bm_rt;\nvar eff = thisLayer(4)('RubberHose 2');\nvar bendRad = eff('Bend Radius');\nvar hoseLength = div(eff('Hose Length'), 2);\nvar realism = eff('Realism');\nvar bendDir = div(eff('Bend Direction'), 100);\nvar sFac = eff('Parent Scale');\nvar straight = eff('Straight');\nvar autoFlop = eff('AutoFlop');\nvar roundShrink = linear(Math.abs(bendRad), 0, 100, 1, 0.87);\nvar innerRad;\nif (hoseLength > straight) {\n innerRad = sum(straight, mul(Math.sqrt(sub(Math.pow(hoseLength, 2), Math.pow(straight, 2))), roundShrink));\n innerRad = linear(realism, 0, 100, hoseLength, innerRad);\n innerRad = linear(Math.abs(bendDir), straight, innerRad);\n} else {\n innerRad = straight;\n}\ninnerRad *= Math.abs(sFac);\ninnerRad = linear(Math.abs(autoFlop), mul(straight, Math.max(Math.abs(sFac), 0.001)), innerRad);\n$bm_rt = innerRad;"}},{"ty":0,"nm":"Straight","mn":"Pseudo/3bf5uID/RubberHose_2-0012","ix":12,"v":{"a":0,"k":0,"x":"var $bm_rt;\nvar sFac = thisLayer(4)('RubberHose 2')('Parent Scale');\nvar outerRad = div(thisLayer(4)('RubberHose 2')('Outer Radius'), Math.max(Math.abs(sFac), 0.001));\n;\n$bm_rt = div(mul(1.4142135623731, outerRad), 2);"}},{"ty":0,"nm":"Base Rotation","mn":"Pseudo/3bf5uID/RubberHose_2-0013","ix":13,"v":{"a":0,"k":0,"x":"var $bm_rt;\nvar a = thisLayer(4)('RubberHose 2')('A');\nvar b = thisLayer(4)('RubberHose 2')('B');\n$bm_rt = radiansToDegrees(Math.atan2(sub(a[1], b[1]), sub(a[0], b[0])));"}},{"ty":0,"nm":"AutoFlop","mn":"Pseudo/3bf5uID/RubberHose_2-0014","ix":14,"v":{"a":0,"k":0,"x":"var $bm_rt;\nvar hasAF = false, isEnabled = false, output;\ntry {\n var lyrAF = thisComp.layer(sum(thisLayer._name.split('::')[0], '::AutoFlop'));\n isEnabled = lyrAF(4)('Enable')(1);\n var falloffAngle = lyrAF(4)('Falloff')(1);\n hasAF = true;\n var a = thisLayer.toComp([\n 0,\n 0,\n 0\n ]);\n var b = thisLayer(4)('RubberHose 2')('B');\n} catch (e) {\n}\nif (hasAF && isEnabled == 1) {\n var threshRot = lyrAF('ADBE Transform Group')('ADBE Rotate Z');\n threshRot %= 360;\n var ctrlAngle = $bm_neg(radiansToDegrees(Math.atan2(sub(b[0], a[0]), sub(b[1], a[1]))));\n var offsetAngle = sub(threshRot, ctrlAngle);\n offsetAngle %= 360;\n var sign = offsetAngle > 0 && offsetAngle < 180 || offsetAngle < -180 ? -1 : 1;\n var absAngle = Math.abs(offsetAngle);\n if (absAngle > 90) {\n absAngle = Math.abs(sub(absAngle, 180));\n }\n if (absAngle > 90) {\n absAngle = Math.abs(sub(absAngle, 180));\n }\n output = linear(absAngle, 0, falloffAngle, 0, 1);\n output *= sign;\n} else {\n output = 1;\n}\n$bm_rt = output;\nfunction parentTotal() {\n var parentVal = 0;\n var layerChain = 'thisLayer';\n while (eval([layerChain][0]).hasParent) {\n layerChain += '.parent';\n parentVal += eval([layerChain][0]).rotation;\n }\n return parentVal;\n}"}},{"ty":0,"nm":"Parent Scale","mn":"Pseudo/3bf5uID/RubberHose_2-0015","ix":15,"v":{"a":0,"k":0,"x":"var $bm_rt;\nvar sFactor = 1;\nvar scaleNorm = 0;\nvar layerChain = 'thisLayer';\nwhile (eval([layerChain][0]).hasParent) {\n layerChain += '.parent';\n scaleNorm = div(eval(layerChain)('ADBE Transform Group')('ADBE Scale')[0], 100);\n sFactor = mul(sFactor, scaleNorm);\n}\n$bm_rt = sFactor;"}},{"ty":6,"nm":"","mn":"Pseudo/3bf5uID/RubberHose_2-0016","ix":16,"v":0}]}],"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"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":"Trunk Outline::End","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[135,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":"A","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[20,20],"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":"Trunk Outline::Start","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"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":"B","np":1,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"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":"2.03","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group","cl":"03"},{"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":"Version","np":1,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"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,"x":"var $bm_rt;\nvar eff = thisLayer(4)('RubberHose 2');\nvar autoRotate = eff('Auto Rotate End');\nif (autoRotate == 1) {\n var a = thisLayer.toComp([\n 0,\n 0,\n 0\n ]);\n var b = eff('B');\n var s = length(a, b);\n var sFac = eff('Parent Scale');\n var autoFlop = 1;\n var realism = eff('Realism');\n var bendDir = div(eff('Bend Direction'), 100);\n var hoseLength = div(eff('Hose Length'), 2);\n var bendRad = eff('Bend Radius');\n var autoFlop = eff('AutoFlop');\n var baseRot = $bm_neg(radiansToDegrees(Math.atan2(sub(b[0], a[0]), sub(b[1], a[1]))));\n var outerRad = mul(Math.sin(0.78539816339), s);\n var straight = div(mul(1.4142135623731, outerRad), 2);\n straight /= Math.max(Math.abs(sFac), 0.001);\n var roundShrink = linear(Math.abs(bendRad), 0, 100, 1, 0.87);\n var innerRad;\n if (hoseLength > straight) {\n innerRad = sum(straight, mul(Math.sqrt(sub(Math.pow(hoseLength, 2), Math.pow(straight, 2))), roundShrink));\n innerRad = linear(realism, 0, 100, hoseLength, innerRad);\n innerRad = linear(Math.abs(bendDir), straight, innerRad);\n } else {\n innerRad = straight;\n }\n innerRad = linear(Math.abs(autoFlop), straight, innerRad);\n var flopDir = 1;\n if (bendDir < 0) {\n flopDir = -1;\n }\n flopDir *= autoFlop;\n var opp = mul(sub(innerRad, straight), flopDir);\n var theta = Math.atan(div(opp, Math.max(straight, 0.001)));\n var bendAngle = radiansToDegrees(theta);\n if (sFac < 0) {\n baseRot *= -1;\n }\n bendRad *= div(div(theta, $bm_neg(Math.PI)), linear(s, hoseLength, 0, 2, 0.9));\n var rotCalc = sub(sum(baseRot, bendAngle), bendRad);\n $bm_rt = rotCalc;\n} else {\n $bm_rt = value;\n}\n;","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":"Admin","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"nm":"Circle","mn":"ADBE Vector Shape - Ellipse"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-75,0],[75,0]],"c":false}},"nm":"01","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0,-30],[0,30]],"c":false}},"nm":"02","mn":"ADBE Vector Shape - Group"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[30,30],"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":"ControlShape","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"st","c":{"a":0,"k":[1,0.56,0,1],"x":"var $bm_rt;\nif (thisLayer.active) {\n try {\n var eff = thisLayer(4)('RubberHose 2');\n var a = thisLayer.toComp([\n 0,\n 0,\n 0\n ]);\n var b = eff('B');\n var straight = eff('Straight');\n var hoseLength = div(eff('Hose Length'), 2);\n if (straight > hoseLength) {\n $bm_rt = [\n 0.51,\n 0.83,\n 0.98,\n 1\n ];\n } else {\n $bm_rt = value;\n }\n } catch (err) {\n $bm_rt = value;\n }\n} else {\n $bm_rt = value;\n}"},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"x":"var $bm_rt;\n$bm_rt = [\n 0,\n 0\n];","ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"x":"var $bm_rt;\n$bm_rt = [\n 100,\n 100\n];","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":"Control Point","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":1800,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":4,"nm":"Trunk Outline::Start","parent":14,"hd":true,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0,"x":"var $bm_rt;\ntry {\n var parentRot = hasParent ? parentTotal() : 0;\n var rotCalc = sub(thisLayer('ADBE Root Vectors Group')('Admin')('Transform')('Rotation'), parentRot);\n $bm_rt = sum(rotCalc, value);\n} catch (err) {\n $bm_rt = value;\n}\n;\nfunction parentTotal() {\n var parentVal = 0;\n var layerChain = 'thisLayer';\n while (eval([layerChain][0]).hasParent) {\n layerChain += '.parent';\n parentVal += eval([layerChain][0]).rotation;\n }\n return parentVal;\n}"},"p":{"a":0,"k":[0,0,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100],"x":"var $bm_rt;\n$bm_rt = [\n 100,\n 100\n];"}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"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":"Trunk Outline::End","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[135,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":"A","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[20,20],"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":"Trunk Outline::Start","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"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":"B","np":1,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"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":"2.03","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group","cl":"03"},{"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":"Version","np":1,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"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,"x":"var $bm_rt;\ntry {\n var eff = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n var autoRotate = eff('Auto Rotate Start');\n if (autoRotate == 1) {\n var a = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name).toComp([\n 0,\n 0,\n 0\n ]);\n var b = thisLayer.toComp([\n 0,\n 0,\n 0\n ]);\n var s = length(a, b);\n var sFac = eff('Parent Scale');\n var autoFlop = 1;\n var realism = eff('Realism');\n var bendDir = div(eff('Bend Direction'), 100);\n var hoseLength = div(eff('Hose Length'), 2);\n var bendRad = eff('Bend Radius');\n var autoFlop = eff('AutoFlop');\n var baseRot = $bm_neg(radiansToDegrees(Math.atan2(sub(b[0], a[0]), sub(b[1], a[1]))));\n var outerRad = mul(Math.sin(0.78539816339), s);\n var straight = div(mul(1.4142135623731, outerRad), 2);\n straight /= Math.max(Math.abs(sFac), 0.001);\n var roundShrink = linear(Math.abs(bendRad), 0, 100, 1, 0.87);\n var innerRad;\n if (straight <= hoseLength) {\n innerRad = sum(straight, mul(Math.sqrt(sub(Math.pow(hoseLength, 2), Math.pow(straight, 2))), roundShrink));\n innerRad = linear(realism, 0, 100, hoseLength, innerRad);\n innerRad = linear(Math.abs(bendDir), straight, innerRad);\n } else {\n innerRad = straight;\n }\n innerRad = linear(Math.abs(autoFlop), straight, innerRad);\n var flopDir = 1;\n if (bendDir < 0) {\n flopDir = -1;\n }\n flopDir *= autoFlop;\n var opp = mul(sub(innerRad, straight), flopDir);\n var theta = Math.atan(div(opp, Math.max(straight, 0.001)));\n var bendAngle = radiansToDegrees(theta);\n if (sFac < 0) {\n baseRot *= -1;\n }\n bendRad *= div(div(theta, $bm_neg(Math.PI)), linear(s, hoseLength, 0, 2, 0.9));\n var rotCalc = sum(sub(baseRot, bendAngle), bendRad);\n $bm_rt = rotCalc;\n } else {\n $bm_rt = 0;\n }\n ;\n} catch (err) {\n $bm_rt = value;\n}\n;","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":"Admin","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"nm":"Circle","mn":"ADBE Vector Shape - Ellipse"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-75,0],[75,0]],"c":false}},"nm":"01","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0,-30],[0,30]],"c":false}},"nm":"02","mn":"ADBE Vector Shape - Group"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[30,30],"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":"ControlShape","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"st","c":{"a":0,"k":[1,0.56,0,1],"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name);\n $bm_rt = ctrl(2)('Control Point')(2)('Stroke 1')('Color');\n} catch (e) {\n $bm_rt = value;\n}"},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"x":"var $bm_rt;\n$bm_rt = [\n 0,\n 0\n];","ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"x":"var $bm_rt;\n$bm_rt = [\n 100,\n 100\n];","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":"Control Point","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":1800,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":4,"nm":"Trunk Outline::AutoFlop","hd":true,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[-518,404,0],"x":"var $bm_rt;\nvar p = [\n 0,\n 0\n ];\ntry {\n if (thisLayer.hasParent) {\n p = parent.fromComp([\n 0,\n 0,\n 0\n ]);\n }\n p;\n} catch (err) {\n}\nvar b = thisComp.layer(thisLayer(2)('Admin')(2)('B')(2)(1)._name).toComp([\n 0,\n 0,\n 0\n ]);\n$bm_rt = sum(b, p);"},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"ef":[{"ty":5,"nm":"Enable","mn":"ADBE Checkbox Control","ix":1,"en":1,"ef":[{"ty":7,"nm":"Checkbox","mn":"ADBE Checkbox Control-0001","ix":1,"v":{"a":0,"k":1}}]},{"ty":5,"nm":"Falloff","mn":"ADBE Slider Control","ix":2,"en":1,"ef":[{"ty":0,"nm":"Slider","mn":"ADBE Slider Control-0001","ix":1,"v":{"a":0,"k":25}}]}],"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[4000,4000]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[2000,2000]},"p":{"a":0,"k":[1000,1000]},"r":{"a":0,"k":0},"nm":"Mask01","mn":"ADBE Vector Shape - Rect"},{"ty":"rc","d":1,"s":{"a":0,"k":[2000,2000]},"p":{"a":0,"k":[-1000,-1000]},"r":{"a":0,"k":0},"nm":"Mask02","mn":"ADBE Vector Shape - Rect"},{"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":-89.6,"x":"var $bm_rt;\nvar f = effect('Falloff')('ADBE Slider Control-0001');\nf = Math.max(0, f);\nf = Math.min(f, 88);\n$bm_rt = sum(f, 90);","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":"DynMask","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[2000,2000]},"p":{"a":0,"k":[1000,1000]},"r":{"a":0,"k":0},"nm":"Mask01","mn":"ADBE Vector Shape - Rect"},{"ty":"rc","d":1,"s":{"a":0,"k":[2000,2000]},"p":{"a":0,"k":[-1000,-1000]},"r":{"a":0,"k":0},"nm":"Mask02","mn":"ADBE Vector Shape - Rect"},{"ty":"tr","p":{"a":0,"k":[1000,1000],"ix":2},"a":{"a":0,"k":[1000,1000],"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":"StaticMask","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"mm","mm":3,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.6499234,0.841822,1,1]},"o":{"a":0,"k":30},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"rp","c":{"a":0,"k":2,"ix":1},"o":{"a":0,"k":0,"ix":2},"ix":6,"tr":{"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":4},"so":{"a":0,"k":100,"ix":5},"eo":{"a":0,"k":100,"ix":6},"nm":"Transform"},"nm":"Mirror","mn":"ADBE Vector Filter - Repeater"},{"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":"Falloff","np":6,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[0,4000]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Line","mn":"ADBE Vector Shape - Rect"},{"ty":"st","c":{"a":0,"k":[0.1702206,0.669461,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":4,"x":"var $bm_rt;\n$bm_rt = 4;"},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Threshold","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"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":"Trunk Outline::End","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[135,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":"A","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[20,20],"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":"Trunk Outline::Start","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"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":"B","np":1,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"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":"2.03","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group","cl":"03"},{"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":"Version","np":1,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"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":"Admin","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group"}],"ip":0,"op":1800,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":20,"ty":4,"nm":"Trunk Outline","ks":{"o":{"a":0,"k":100,"x":"var $bm_rt;\n$bm_rt = 100;"},"r":{"a":0,"k":58,"x":"var $bm_rt;\nvar r = 0;\nif (thisLayer.hasParent) {\n r = $bm_neg(parentTotal());\n}\n$bm_rt = r;\nfunction parentTotal() {\n var parentVal = 0;\n var layerChain = 'thisLayer';\n while (eval([layerChain][0]).hasParent) {\n layerChain += '.parent';\n parentVal += eval([layerChain][0]).rotation;\n }\n return parentVal;\n}"},"p":{"a":0,"k":[393,306,0],"x":"var $bm_rt;\nvar p = [\n 0,\n 0\n ];\ntry {\n if (thisLayer.hasParent) {\n p = parent.fromComp([\n 0,\n 0,\n 0\n ]);\n }\n $bm_rt = p;\n} catch (err) {\n $bm_rt = p;\n}"},"a":{"a":0,"k":[0,0,0],"x":"var $bm_rt;\n$bm_rt = [\n 0,\n 0\n];"},"s":{"a":0,"k":[100,103.552,100],"x":"var $bm_rt;\nvar s = [\n 100,\n 100\n ];\nif (hasParent) {\n var sFactor = parentTotal();\n s = [\n s[0] * sFactor[0],\n s[1] * sFactor[1]\n ];\n}\n$bm_rt = s;\nfunction parentTotal() {\n var sFactor = [\n 1,\n 1\n ];\n var scaleNorm = [\n 0,\n 0\n ];\n var layerChain = 'thisLayer';\n while (eval([layerChain][0]).hasParent) {\n layerChain += '.parent';\n scaleNorm = eval([layerChain][0]).scale;\n if (scaleNorm[0] != 0 && scaleNorm[1] != 0) {\n scaleNorm = [\n 100 / scaleNorm[0],\n 100 / scaleNorm[1]\n ];\n }\n sFactor = [\n sFactor[0] * scaleNorm[0],\n sFactor[1] * scaleNorm[1]\n ];\n }\n return sFactor;\n}"}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"sr","sy":1,"d":1,"pt":{"a":0,"k":4,"x":"var $bm_rt;\n$bm_rt = 4;","ix":3},"p":{"a":0,"k":[0,0],"x":"var $bm_rt;\n$bm_rt = [\n 0,\n 0\n];","ix":4},"r":{"a":0,"k":0,"x":"var $bm_rt;\n$bm_rt = 0;","ix":5},"ir":{"a":0,"k":500,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);","ix":6},"is":{"a":0,"k":0,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);","ix":8},"or":{"a":0,"k":113,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);","ix":7},"os":{"a":0,"k":0,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);","ix":9},"ix":1,"nm":"LineForCurve","mn":"ADBE Vector Shape - Star"},{"ty":"tm","s":{"a":0,"k":0,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);","ix":1},"e":{"a":0,"k":0,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);","ix":2},"o":{"a":0,"k":-90,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);","ix":3},"m":1,"ix":2,"nm":"Line Halfer","mn":"ADBE Vector Filter - Trim"},{"ty":"tr","p":{"a":0,"k":[0,0],"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);","ix":2},"a":{"a":0,"k":[0,0],"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);","ix":1},"s":{"a":0,"k":[100,100],"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);","ix":3},"r":{"a":0,"k":45,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);","ix":6},"o":{"a":0,"k":100,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);","ix":7},"sk":{"a":0,"k":0,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);","ix":4},"sa":{"a":0,"k":0,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);","ix":5},"nm":"Transform"}],"nm":"Arc","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"st","c":{"a":0,"k":[0.5411765,0.5411765,0.5411765,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":63,"x":"var $bm_rt;\nvar sFac = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2')('Parent Scale');\n$bm_rt = mul(value, sFac);"},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('A');\n} catch (err) {\n $bm_rt = value;\n}","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":"BaseHose","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"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":"Style","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"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":"Trunk Outline::End","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[135,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":"A","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[200,200],"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":"Trunk Outline::Start","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"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":"B","np":1,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"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":"2.03","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group","cl":"03"},{"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":"Version","np":1,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"sr","sy":1,"d":1,"pt":{"a":0,"k":4,"x":"var $bm_rt;\n$bm_rt = 4;","ix":3},"p":{"a":0,"k":[0,0],"x":"var $bm_rt;\n$bm_rt = [\n 0,\n 0\n];","ix":4},"r":{"a":0,"k":90,"x":"var $bm_rt;\n$bm_rt = 0;","ix":5},"ir":{"a":0,"k":200,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('Inner Radius');\n} catch (err) {\n $bm_rt = value;\n}","ix":6},"is":{"a":0,"k":100,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('Bend Radius');\n} catch (err) {\n $bm_rt = value;\n}","ix":8},"or":{"a":0,"k":200,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('Outer Radius');\n} catch (err) {\n $bm_rt = value;\n}","ix":7},"os":{"a":0,"k":0,"x":"var $bm_rt;\n$bm_rt = 0;","ix":9},"ix":1,"nm":"LineForCurve","mn":"ADBE Vector Shape - Star"},{"ty":"tm","s":{"a":0,"k":0.01,"x":"var $bm_rt;\n$bm_rt = 0.01;","ix":1},"e":{"a":0,"k":24.99,"x":"var $bm_rt;\n$bm_rt = 24.99;","ix":2},"o":{"a":0,"k":-90,"x":"var $bm_rt;\n$bm_rt = -90;","ix":3},"m":1,"ix":2,"nm":"Line Halfer","mn":"ADBE Vector Filter - Trim"},{"ty":"tr","p":{"a":0,"k":[0,0],"x":"var $bm_rt;\n$bm_rt = [\n 0,\n 0\n];","ix":2},"a":{"a":0,"k":[0,0],"x":"var $bm_rt;\nvar s = thisProperty.propertyGroup(2)(2)(1)(7);\n$bm_rt = [\n -s,\n 0\n];","ix":1},"s":{"a":0,"k":[100,100],"x":"var $bm_rt;\nvar flop;\ntry {\n var eff = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n var bendDir = eff('Bend Direction');\n var autoFlop = eff('AutoFlop');\n flop = bendDir > 0 ? 1 : -1;\n autoFlop > 0 ? 0 : flop *= -1;\n var s = flop == 1 ? [\n -100,\n 100\n ] : [\n 100,\n 100\n ];\n if (eff('Parent Scale') < 0) {\n s = [\n -s[0],\n s[1]\n ];\n }\n $bm_rt = s;\n} catch (err) {\n $bm_rt = value;\n}\n;","ix":3},"r":{"a":0,"k":45,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n var baseRot = ctrl('Base Rotation');\n var flop = content('Admin').content('ArcMath').transform.scale[0];\n var rotOffset = flop < 0 ? -45 : 225;\n $bm_rt = sum(baseRot, rotOffset);\n} catch (err) {\n $bm_rt = value;\n}","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":"ArcMath","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":0,"k":[0,0],"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('A');\n} catch (err) {\n $bm_rt = value;\n}","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":"Admin","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":1800,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":21,"ty":4,"nm":"face","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[-24,-19,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[250,250]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0.5411765,0.5411765,0.5411765,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":18},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,0.9882354,0.9764706,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-24,-100],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":1800,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":22,"ty":4,"nm":"elephant ear Outlines 3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[490.835,231.5,0]},"a":{"a":0,"k":[328.835,221.5,0]},"s":{"a":0,"k":[-120.5,120.5,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[17.412,0],[0,17.349],[0,0],[0,0],[-33.459,0],[0,-33.459]],"o":[[0,0],[0,17.349],[-17.412,0],[0,0],[0,0],[0,-33.459],[33.459,0],[0,0]],"v":[[2.483,38.487],[2.483,98.358],[-29.176,129.902],[-60.835,98.358],[-60.835,98.864],[-60.835,-85.666],[0,-146.5],[60.835,-85.666]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.541,0.541,0.541,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":14},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,0.9879999,0.976,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[328.835,221.5],"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":1800,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":23,"ty":4,"nm":"elephant ear Outlines 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[309.835,231.5,0]},"a":{"a":0,"k":[328.835,221.5,0]},"s":{"a":0,"k":[120.478,120.478,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[17.412,0],[0,17.349],[0,0],[0,0],[-33.459,0],[0,-33.459]],"o":[[0,0],[0,17.349],[-17.412,0],[0,0],[0,0],[0,-33.459],[33.459,0],[0,0]],"v":[[2.483,38.487],[2.483,98.355],[-29.176,129.899],[-60.835,98.355],[-60.835,98.861],[-60.835,-85.666],[0,-146.5],[60.835,-85.666]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.541,0.541,0.541,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":14},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,0.9879999,0.976,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[328.835,221.5],"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":1800,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/emoji_shock.json b/ohos/flutter_lottie/assets/lottiefiles/emoji_shock.json new file mode 100644 index 0000000000000000000000000000000000000000..65b69bcb666cba615ceb5f0e315ff5e3eb386ab8 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/emoji_shock.json @@ -0,0 +1 @@ +{"v":"4.5.7","fr":30,"ip":0,"op":90,"w":100,"h":100,"ddd":0,"assets":[{"id":"comp_43","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"eyes","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[-286,45.5,0]},"a":{"a":0,"k":[-252,-416.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-1.381,0],[0,-1.381],[1.381,0],[0,1.381]],"o":[[1.381,0],[0,1.381],[-1.381,0],[0,-1.381]],"v":[[70.5,-419],[73,-416.5],[70.5,-414],[68,-416.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[-1.381,0],[0,-1.381],[1.381,0],[0,1.381]],"o":[[1.381,0],[0,1.381],[-1.381,0],[0,-1.381]],"v":[[97.5,-419],[100,-416.5],[97.5,-414],[95,-416.5]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.33,0.33,0.28,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":4,"mn":"ADBE Vector Group"}],"ip":0,"op":92,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"eyes_white","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[-286,45.5,0]},"a":{"a":0,"k":[-252,-416.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-3.59,0],[0,-3.59],[3.59,0],[0,3.59]],"o":[[3.59,0],[0,3.59],[-3.59,0],[0,-3.59]],"v":[[97.5,-423],[104,-416.5],[97.5,-410],[91,-416.5]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.98,0.95,0.94,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[97.38,-416.49],"ix":2},"a":{"a":0,"k":[97.38,-416.49],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":16,"s":[80,80],"e":[150,150]},{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":21,"s":[150,150],"e":[140,140]},{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":31,"s":[140,140],"e":[150,150]},{"i":{"x":[0.313,0.313],"y":[1,1]},"o":{"x":[0.069,0.069],"y":[0,0]},"n":["0p313_1_0p069_0","0p313_1_0p069_0"],"t":40,"s":[150,150],"e":[75,75]},{"i":{"x":[0.313,0.313],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p313_1_0p167_0","0p313_1_0p167_0"],"t":60,"s":[75,75],"e":[80,80]},{"t":90}],"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":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-3.59,0],[0,-3.59],[3.59,0],[0,3.59]],"o":[[3.59,0],[0,3.59],[-3.59,0],[0,-3.59]],"v":[[70.5,-423],[77,-416.5],[70.5,-410],[64,-416.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.98,0.95,0.94,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[70.32,-416.373],"ix":2},"a":{"a":0,"k":[70.32,-416.373],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":16,"s":[80,80],"e":[150,150]},{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":21,"s":[150,150],"e":[140,140]},{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":31,"s":[140,140],"e":[150,150]},{"i":{"x":[0.313,0.313],"y":[1,1]},"o":{"x":[0.069,0.069],"y":[0,0]},"n":["0p313_1_0p069_0","0p313_1_0p069_0"],"t":40,"s":[150,150],"e":[75,75]},{"i":{"x":[0.313,0.313],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p313_1_0p167_0","0p313_1_0p167_0"],"t":60,"s":[75,75],"e":[80,80]},{"t":90}],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":92,"st":0,"bm":0,"sr":1}]},{"id":"comp_44","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"mouth 3","td":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,65,0]},"a":{"a":0,"k":[84,-397,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.851,"y":1},"o":{"x":0.837,"y":0},"n":"0p851_1_0p837_0","t":7,"s":[{"i":[[-4.971,0],[0,-2.5],[4.971,0],[0,2.219]],"o":[[4.971,0],[0,2.594],[-4.971,0],[0,-2.344]],"v":[[84,-398.906],[91.5,-397],[84,-395],[76.75,-397]],"c":true}],"e":[{"i":[[-4.971,0],[0,-4.971],[4.971,0],[0,4.971]],"o":[[4.971,0],[0,4.971],[-4.971,0],[0,-4.971]],"v":[[84,-406.812],[93,-397],[84,-386.75],[75,-397]],"c":true}]},{"i":{"x":0.577,"y":1},"o":{"x":0.563,"y":0},"n":"0p577_1_0p563_0","t":14,"s":[{"i":[[-4.971,0],[0,-4.971],[4.971,0],[0,4.971]],"o":[[4.971,0],[0,4.971],[-4.971,0],[0,-4.971]],"v":[[84,-406.812],[93,-397],[84,-386.75],[75,-397]],"c":true}],"e":[{"i":[[-4.971,0],[0,-4.971],[4.971,0],[0,4.971]],"o":[[4.971,0],[0,4.971],[-4.971,0],[0,-4.971]],"v":[[84,-405.5],[93,-397],[84,-389],[75,-397]],"c":true}]},{"i":{"x":0.615,"y":1},"o":{"x":0.586,"y":0},"n":"0p615_1_0p586_0","t":21,"s":[{"i":[[-4.971,0],[0,-4.971],[4.971,0],[0,4.971]],"o":[[4.971,0],[0,4.971],[-4.971,0],[0,-4.971]],"v":[[84,-405.5],[93,-397],[84,-389],[75,-397]],"c":true}],"e":[{"i":[[-4.971,0],[0,-4.971],[4.971,0],[0,4.971]],"o":[[4.971,0],[0,4.971],[-4.971,0],[0,-4.971]],"v":[[84,-406],[93,-397],[84,-388],[75,-397]],"c":true}]},{"i":{"x":0.531,"y":0.201},"o":{"x":0.778,"y":0},"n":"0p531_0p201_0p778_0","t":30,"s":[{"i":[[-4.971,0],[0,-4.971],[4.971,0],[0,4.971]],"o":[[4.971,0],[0,4.971],[-4.971,0],[0,-4.971]],"v":[[84,-406],[93,-397],[84,-388],[75,-397]],"c":true}],"e":[{"i":[[-4.971,0],[0,-4.971],[4.971,0],[0,4.971]],"o":[[4.971,0],[0,4.971],[-4.971,0],[0,-4.971]],"v":[[84,-403.375],[93,-397],[84,-389.625],[75,-397]],"c":true}]},{"i":{"x":0.683,"y":1},"o":{"x":0.587,"y":1},"n":"0p683_1_0p587_1","t":46,"s":[{"i":[[-4.971,0],[0,-4.971],[4.971,0],[0,4.971]],"o":[[4.971,0],[0,4.971],[-4.971,0],[0,-4.971]],"v":[[84,-403.375],[93,-397],[84,-389.625],[75,-397]],"c":true}],"e":[{"i":[[-4.971,0],[0,-2.5],[4.971,0],[0,2.219]],"o":[[4.971,0],[0,2.594],[-4.971,0],[0,-2.344]],"v":[[84,-398.906],[91.5,-397],[84,-395],[76.75,-397]],"c":true}]},{"t":65}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":7,"s":[0.33,0.33,0.28,1],"e":[0.96,0.62,0.52,1]},{"t":9}]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"mn":"ADBE Vector Group"}],"ip":0,"op":92,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"mouth_teeth","tt":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[-118,60,0]},"a":{"a":0,"k":[-83.5,-402,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[68,-409.75],[101,-409.75],[101,-400],[68,-400]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.98,0.95,0.94,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"mn":"ADBE Vector Group"}],"ip":0,"op":92,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"mouth 2","td":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,65,0]},"a":{"a":0,"k":[84,-397,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.851,"y":1},"o":{"x":0.837,"y":0},"n":"0p851_1_0p837_0","t":7,"s":[{"i":[[-4.971,0],[0,-2.5],[4.971,0],[0,2.219]],"o":[[4.971,0],[0,2.594],[-4.971,0],[0,-2.344]],"v":[[84,-398.906],[91.5,-397],[84,-395],[76.75,-397]],"c":true}],"e":[{"i":[[-4.971,0],[0,-4.971],[4.971,0],[0,4.971]],"o":[[4.971,0],[0,4.971],[-4.971,0],[0,-4.971]],"v":[[84,-406.812],[93,-397],[84,-386.75],[75,-397]],"c":true}]},{"i":{"x":0.577,"y":1},"o":{"x":0.563,"y":0},"n":"0p577_1_0p563_0","t":14,"s":[{"i":[[-4.971,0],[0,-4.971],[4.971,0],[0,4.971]],"o":[[4.971,0],[0,4.971],[-4.971,0],[0,-4.971]],"v":[[84,-406.812],[93,-397],[84,-386.75],[75,-397]],"c":true}],"e":[{"i":[[-4.971,0],[0,-4.971],[4.971,0],[0,4.971]],"o":[[4.971,0],[0,4.971],[-4.971,0],[0,-4.971]],"v":[[84,-405.5],[93,-397],[84,-389],[75,-397]],"c":true}]},{"i":{"x":0.615,"y":1},"o":{"x":0.586,"y":0},"n":"0p615_1_0p586_0","t":21,"s":[{"i":[[-4.971,0],[0,-4.971],[4.971,0],[0,4.971]],"o":[[4.971,0],[0,4.971],[-4.971,0],[0,-4.971]],"v":[[84,-405.5],[93,-397],[84,-389],[75,-397]],"c":true}],"e":[{"i":[[-4.971,0],[0,-4.971],[4.971,0],[0,4.971]],"o":[[4.971,0],[0,4.971],[-4.971,0],[0,-4.971]],"v":[[84,-406],[93,-397],[84,-388],[75,-397]],"c":true}]},{"i":{"x":0.531,"y":0.201},"o":{"x":0.778,"y":0},"n":"0p531_0p201_0p778_0","t":30,"s":[{"i":[[-4.971,0],[0,-4.971],[4.971,0],[0,4.971]],"o":[[4.971,0],[0,4.971],[-4.971,0],[0,-4.971]],"v":[[84,-406],[93,-397],[84,-388],[75,-397]],"c":true}],"e":[{"i":[[-4.971,0],[0,-4.971],[4.971,0],[0,4.971]],"o":[[4.971,0],[0,4.971],[-4.971,0],[0,-4.971]],"v":[[84,-403.375],[93,-397],[84,-389.625],[75,-397]],"c":true}]},{"i":{"x":0.683,"y":1},"o":{"x":0.587,"y":1},"n":"0p683_1_0p587_1","t":46,"s":[{"i":[[-4.971,0],[0,-4.971],[4.971,0],[0,4.971]],"o":[[4.971,0],[0,4.971],[-4.971,0],[0,-4.971]],"v":[[84,-403.375],[93,-397],[84,-389.625],[75,-397]],"c":true}],"e":[{"i":[[-4.971,0],[0,-2.5],[4.971,0],[0,2.219]],"o":[[4.971,0],[0,2.594],[-4.971,0],[0,-2.344]],"v":[[84,-398.906],[91.5,-397],[84,-395],[76.75,-397]],"c":true}]},{"t":65}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":7,"s":[0.33,0.33,0.28,1],"e":[0.96,0.62,0.52,1]},{"t":9}]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"mn":"ADBE Vector Group"}],"ip":0,"op":92,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"mouth_teeth","tt":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[51.5,73.438,0]},"a":{"a":0,"k":[85.5,-388.562,0]},"s":{"a":1,"k":[{"i":{"x":[0.388,0.388,0.667],"y":[1,1,0.667]},"o":{"x":[0.559,0.559,0.333],"y":[0,0,0.333]},"n":["0p388_1_0p559_0","0p388_1_0p559_0","0p667_0p667_0p333_0p333"],"t":5,"s":[150,150,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0.167]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_0p833_0p167_0p167"],"t":28,"s":[100,100,100],"e":[150,150,100]},{"t":54}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-8.284,0],[0,-4.418],[8.284,0],[0,4.418]],"o":[[8.284,0],[0,4.418],[-8.284,0],[0,-4.418]],"v":[[88,-393],[103,-385],[88,-377],[73,-385]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.85,0.53,0.43,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"mn":"ADBE Vector Group"}],"ip":0,"op":92,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"mouth","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,65,0]},"a":{"a":0,"k":[84,-397,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.851,"y":1},"o":{"x":0.837,"y":0},"n":"0p851_1_0p837_0","t":7,"s":[{"i":[[-4.971,0],[0,-2.5],[4.971,0],[0,2.219]],"o":[[4.971,0],[0,2.594],[-4.971,0],[0,-2.344]],"v":[[84,-398.906],[91.5,-397],[84,-395],[76.75,-397]],"c":true}],"e":[{"i":[[-4.971,0],[0,-4.971],[4.971,0],[0,4.971]],"o":[[4.971,0],[0,4.971],[-4.971,0],[0,-4.971]],"v":[[84,-406.812],[93,-397],[84,-386.75],[75,-397]],"c":true}]},{"i":{"x":0.577,"y":1},"o":{"x":0.563,"y":0},"n":"0p577_1_0p563_0","t":14,"s":[{"i":[[-4.971,0],[0,-4.971],[4.971,0],[0,4.971]],"o":[[4.971,0],[0,4.971],[-4.971,0],[0,-4.971]],"v":[[84,-406.812],[93,-397],[84,-386.75],[75,-397]],"c":true}],"e":[{"i":[[-4.971,0],[0,-4.971],[4.971,0],[0,4.971]],"o":[[4.971,0],[0,4.971],[-4.971,0],[0,-4.971]],"v":[[84,-405.5],[93,-397],[84,-389],[75,-397]],"c":true}]},{"i":{"x":0.615,"y":1},"o":{"x":0.586,"y":0},"n":"0p615_1_0p586_0","t":21,"s":[{"i":[[-4.971,0],[0,-4.971],[4.971,0],[0,4.971]],"o":[[4.971,0],[0,4.971],[-4.971,0],[0,-4.971]],"v":[[84,-405.5],[93,-397],[84,-389],[75,-397]],"c":true}],"e":[{"i":[[-4.971,0],[0,-4.971],[4.971,0],[0,4.971]],"o":[[4.971,0],[0,4.971],[-4.971,0],[0,-4.971]],"v":[[84,-406],[93,-397],[84,-388],[75,-397]],"c":true}]},{"i":{"x":0.531,"y":0.201},"o":{"x":0.778,"y":0},"n":"0p531_0p201_0p778_0","t":30,"s":[{"i":[[-4.971,0],[0,-4.971],[4.971,0],[0,4.971]],"o":[[4.971,0],[0,4.971],[-4.971,0],[0,-4.971]],"v":[[84,-406],[93,-397],[84,-388],[75,-397]],"c":true}],"e":[{"i":[[-4.971,0],[0,-4.971],[4.971,0],[0,4.971]],"o":[[4.971,0],[0,4.971],[-4.971,0],[0,-4.971]],"v":[[84,-403.375],[93,-397],[84,-389.625],[75,-397]],"c":true}]},{"i":{"x":0.683,"y":1},"o":{"x":0.587,"y":1},"n":"0p683_1_0p587_1","t":46,"s":[{"i":[[-4.971,0],[0,-4.971],[4.971,0],[0,4.971]],"o":[[4.971,0],[0,4.971],[-4.971,0],[0,-4.971]],"v":[[84,-403.375],[93,-397],[84,-389.625],[75,-397]],"c":true}],"e":[{"i":[[-4.971,0],[0,-2.5],[4.971,0],[0,2.219]],"o":[[4.971,0],[0,2.594],[-4.971,0],[0,-2.344]],"v":[[84,-398.906],[91.5,-397],[84,-395],[76.75,-397]],"c":true}]},{"t":65}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.96,0.62,0.52,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"mn":"ADBE Vector Group"}],"ip":0,"op":92,"st":0,"bm":0,"sr":1}]},{"id":"comp_45","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"round_normal","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[-252,-412,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-17.673,0],[0,-17.673],[17.673,0],[0,17.673]],"o":[[17.673,0],[0,17.673],[-17.673,0],[0,-17.673]],"v":[[-252,-444],[-220,-412],[-252,-380],[-284,-412]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.88,0.59,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1}]}],"layers":[{"ddd":0,"ind":0,"ty":0,"nm":"eyes_O","parent":2,"refId":"comp_43","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.304],"y":[1]},"o":{"x":[0.446],"y":[0]},"n":["0p304_1_0p446_0"],"t":0,"s":[-11],"e":[0]},{"i":{"x":[0.304],"y":[0.304]},"o":{"x":[0.167],"y":[0.167]},"n":["0p304_0p304_0p167_0p167"],"t":15,"s":[0],"e":[0]},{"i":{"x":[0.049],"y":[1]},"o":{"x":[0.438],"y":[0]},"n":["0p049_1_0p438_0"],"t":46,"s":[0],"e":[-11]},{"t":90}]},"p":{"a":1,"k":[{"i":{"x":0.304,"y":1},"o":{"x":0.446,"y":0},"n":"0p304_1_0p446_0","t":0,"s":[45,50,0],"e":[50,50,0],"to":[1.33333337306976,1.125,0],"ti":[-1.33333337306976,1.1875,0]},{"i":{"x":0.304,"y":1},"o":{"x":0.167,"y":0},"n":"0p304_1_0p167_0","t":15,"s":[50,50,0],"e":[50,50,0],"to":[1.33333337306976,-1.1875,0],"ti":[-1.33333337306976,1.1875,0]},{"i":{"x":0.049,"y":1},"o":{"x":0.438,"y":0},"n":"0p049_1_0p438_0","t":46,"s":[50,50,0],"e":[45,50,0],"to":[1.33333337306976,-1.1875,0],"ti":[-1.33333337306976,-1.125,0]},{"t":90}]},"a":{"a":0,"k":[50,50,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":100,"h":100,"ip":0,"op":91,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":0,"nm":"mouth_O","parent":0,"refId":"comp_44","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.366],"y":[1]},"o":{"x":[0.446],"y":[0]},"n":["0p366_1_0p446_0"],"t":0,"s":[9],"e":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":15,"s":[0],"e":[0]},{"i":{"x":[0.049],"y":[1]},"o":{"x":[0.501],"y":[0]},"n":["0p049_1_0p501_0"],"t":46,"s":[0],"e":[9]},{"t":90}]},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[50,50,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":100,"h":100,"ip":0,"op":91,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":0,"nm":"base_normal","refId":"comp_45","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.425],"y":[0.675]},"o":{"x":[0.515],"y":[0]},"n":["0p425_0p675_0p515_0"],"t":0,"s":[-7],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.477],"y":[0.942]},"n":["0p667_1_0p477_0p942"],"t":15,"s":[0],"e":[2]},{"i":{"x":[0.531],"y":[0.354]},"o":{"x":[0.333],"y":[0]},"n":["0p531_0p354_0p333_0"],"t":30,"s":[2],"e":[0]},{"i":{"x":[0.361],"y":[1]},"o":{"x":[0.33],"y":[0.357]},"n":["0p361_1_0p33_0p357"],"t":46,"s":[0],"e":[-7]},{"t":90}]},"p":{"a":0,"k":[50,84.5,0]},"a":{"a":0,"k":[50,84.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":100,"h":100,"ip":0,"op":91,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/emoji_tongue.json b/ohos/flutter_lottie/assets/lottiefiles/emoji_tongue.json new file mode 100644 index 0000000000000000000000000000000000000000..19f4b48c114e634f658d1544573f8dc890f2adab --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/emoji_tongue.json @@ -0,0 +1 @@ +{"v":"4.5.7","fr":30,"ip":0,"op":30,"w":100,"h":100,"ddd":0,"assets":[{"id":"comp_31","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"eyes","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[-369.988,45.5,0]},"a":{"a":0,"k":[-252,-416.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.626,0],[0.14,0.039],[-0.232,0.729],[-3.401,0],[-1.025,-3.07],[0.768,-0.229],[0.242,0.724],[2.132,0],[0.613,-1.921]],"o":[[-0.14,0],[-0.771,-0.22],[0.982,-3.073],[3.41,0],[0.242,0.725],[-0.771,0.228],[-0.64,-1.918],[-2.126,0],[-0.19,0.595]],"v":[[176.453,-415.011],[176.031,-415.07],[175.057,-416.786],[182.5,-422.006],[189.915,-416.873],[188.963,-415.146],[187.134,-416.045],[182.5,-419.252],[177.848,-415.99]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0.626,0],[0.14,0.039],[-0.232,0.729],[-3.401,0],[-1.025,-3.07],[0.768,-0.229],[0.242,0.724],[2.132,0],[0.614,-1.921]],"o":[[-0.139,0],[-0.771,-0.22],[0.982,-3.073],[3.41,0],[0.242,0.725],[-0.771,0.228],[-0.64,-1.918],[-2.125,0],[-0.19,0.595]],"v":[[147.453,-415.011],[147.031,-415.07],[146.057,-416.786],[153.5,-422.006],[160.915,-416.873],[159.963,-415.146],[158.134,-416.045],[153.5,-419.252],[148.848,-415.99]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.33,0.33,0.28,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":4,"mn":"ADBE Vector Group"}],"ip":0,"op":90,"st":0,"bm":0,"sr":1}]},{"id":"comp_32","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"mouth 3","parent":2,"td":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[-167.998,-313,0]},"a":{"a":0,"k":[-167.998,-313,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":59,"s":[{"i":[[-14.789,0],[55.757,0],[-39.762,0]],"o":[[36.262,0],[-60.243,0],[14.325,0]],"v":[[-118.51,-321.999],[-168.005,-276.5],[-217.986,-321.944]],"c":true}],"e":[{"i":[[-2.738,-4.75],[21.943,-1.626],[-66.512,18.722]],"o":[[46.762,25.75],[-20.248,1.5],[5.488,-7.028]],"v":[[-153.01,-318.75],[-169,-278.25],[-182.236,-318.222]],"c":true}]},{"t":60}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.96,0.62,0.52,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"mn":"ADBE Vector Group"}],"ip":0,"op":150,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"mouth 2","parent":2,"tt":1,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[22],"e":[-20]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":16,"s":[-20],"e":[22]},{"t":32,"s":[22],"h":1},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":60,"s":[0],"e":[2]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":79,"s":[2],"e":[-2]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":101,"s":[-2],"e":[0]},{"t":120}]},"p":{"a":1,"k":[{"i":{"x":0.51,"y":1},"o":{"x":0.49,"y":0},"n":"0p51_1_0p49_0","t":60,"s":[-168.001,-331.25,0],"e":[-168.001,-329.152,0],"to":[0,0.33067026734352,0],"ti":[0,-0.91177415847778,0]},{"i":{"x":0.51,"y":1},"o":{"x":0.49,"y":0},"n":"0p51_1_0p49_0","t":73.364,"s":[-168.001,-329.152,0],"e":[-168.001,-331.25,0],"to":[0,1.38601875305176,0],"ti":[0,-0.83333331346512,0]},{"i":{"x":0.51,"y":1},"o":{"x":0.49,"y":0},"n":"0p51_1_0p49_0","t":88.636,"s":[-168.001,-331.25,0],"e":[-168.001,-329.152,0],"to":[0,0.33067026734352,0],"ti":[0,-0.91177415847778,0]},{"i":{"x":0.51,"y":1},"o":{"x":0.49,"y":0},"n":"0p51_1_0p49_0","t":102,"s":[-168.001,-329.152,0],"e":[-168.001,-331.25,0],"to":[0,1.38601875305176,0],"ti":[0,-0.83333331346512,0]},{"t":120}]},"a":{"a":0,"k":[-168.001,-331.25,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[5.523,0],[0,5.353],[0,0]],"o":[[0,0],[0,5.353],[-5.523,0],[0,0],[0,0]],"v":[[-158.002,-331.25],[-158,-305.692],[-168,-296],[-178,-305.692],[-178.002,-331.25]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.85,0.53,0.43,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"mn":"ADBE Vector Group"}],"ip":0,"op":150,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"mouth","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,65,0]},"a":{"a":0,"k":[-167.998,-313,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":59,"s":[{"i":[[-14.789,0],[10.217,0],[1.341,10.15]],"o":[[-1.329,10.164],[-10.208,0],[14.325,0]],"v":[[-148.01,-322],[-168,-304],[-187.986,-321.972]],"c":true}],"e":[{"i":[[-2.738,-4.75],[10.217,0],[-5.512,9.472]],"o":[[4.262,11.5],[-10.208,0],[5.488,-7.028]],"v":[[-153.01,-318.75],[-167.5,-308.25],[-182.236,-318.222]],"c":true}]},{"t":60}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.96,0.62,0.52,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"mn":"ADBE Vector Group"}],"ip":0,"op":150,"st":0,"bm":0,"sr":1}]},{"id":"comp_33","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"round_normal","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[-252,-412,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-17.673,0],[0,-17.673],[17.673,0],[0,17.673]],"o":[[17.673,0],[0,17.673],[-17.673,0],[0,-17.673]],"v":[[-252,-444],[-220,-412],[-252,-380],[-284,-412]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.88,0.59,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1}]}],"layers":[{"ddd":0,"ind":0,"ty":0,"nm":"eyes_lol","parent":1,"refId":"comp_31","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.472,"y":1},"o":{"x":0.568,"y":0},"n":"0p472_1_0p568_0","t":0,"s":[52.198,50.78,0],"e":[52.198,51.78,0],"to":[0,0.16666667163372,0],"ti":[0,0,0]},{"i":{"x":0.496,"y":1},"o":{"x":0.538,"y":0},"n":"0p496_1_0p538_0","t":7,"s":[52.198,51.78,0],"e":[52.198,50.78,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.472,"y":1},"o":{"x":0.568,"y":0},"n":"0p472_1_0p568_0","t":15,"s":[52.198,50.78,0],"e":[52.198,51.78,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.496,"y":1},"o":{"x":0.538,"y":0},"n":"0p496_1_0p538_0","t":22,"s":[52.198,51.78,0],"e":[52.198,50.78,0],"to":[0,0,0],"ti":[0,0.16666667163372,0]},{"t":30}]},"a":{"a":0,"k":[50,50,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":100,"h":100,"ip":0,"op":90,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":0,"nm":"mouth_tongue","parent":2,"refId":"comp_32","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.483],"y":[1]},"o":{"x":[0.535],"y":[0]},"n":["0p483_1_0p535_0"],"t":0,"s":[6],"e":[-6]},{"i":{"x":[0.483],"y":[1]},"o":{"x":[0.535],"y":[0]},"n":["0p483_1_0p535_0"],"t":15,"s":[-6],"e":[6]},{"t":30}]},"p":{"a":1,"k":[{"i":{"x":0.483,"y":1},"o":{"x":0.535,"y":0},"n":"0p483_1_0p535_0","t":0,"s":[48,48,0],"e":[52,48,0],"to":[0.66666668653488,0,0],"ti":[0,0,0]},{"i":{"x":0.483,"y":1},"o":{"x":0.535,"y":0},"n":"0p483_1_0p535_0","t":15,"s":[52,48,0],"e":[48,48,0],"to":[0,0,0],"ti":[0.66666668653488,0,0]},{"t":30}]},"a":{"a":0,"k":[50,50,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":100,"h":100,"ip":0,"op":60,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":0,"nm":"base_normal","refId":"comp_33","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.447],"y":[1]},"o":{"x":[0.484],"y":[0]},"n":["0p447_1_0p484_0"],"t":0,"s":[4],"e":[-2]},{"i":{"x":[0.447],"y":[1]},"o":{"x":[0.484],"y":[0]},"n":["0p447_1_0p484_0"],"t":15,"s":[-2],"e":[4]},{"t":30}]},"p":{"a":0,"k":[50,81.5,0]},"a":{"a":0,"k":[50,81.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":100,"h":100,"ip":0,"op":300,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/emoji_wink.json b/ohos/flutter_lottie/assets/lottiefiles/emoji_wink.json new file mode 100644 index 0000000000000000000000000000000000000000..29b39a5369af1cae9febee07c1e269b1233577b2 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/emoji_wink.json @@ -0,0 +1 @@ +{"v":"4.5.7","fr":30,"ip":0,"op":60,"w":100,"h":100,"ddd":0,"assets":[{"id":"comp_38","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"round_normal","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[-252,-412,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-17.673,0],[0,-17.673],[17.673,0],[0,17.673]],"o":[[17.673,0],[0,17.673],[-17.673,0],[0,-17.673]],"v":[[-252,-444],[-220,-412],[-252,-380],[-284,-412]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.88,0.59,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1}]}],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"eyes_normal","parent":2,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50,45.5,0]},"a":{"a":0,"k":[-252,-416.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.516,0.831,0.667],"y":[0.516,1,0.667]},"o":{"x":[0.75,0.705,0.333],"y":[0.75,0,0.333]},"n":["0p516_0p516_0p75_0p75","0p831_1_0p705_0","0p667_0p667_0p333_0p333"],"t":40,"s":[100,100,100],"e":[100,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":45,"s":[100,0,100],"e":[100,110,100]},{"i":{"x":[0.298,0.276,0.667],"y":[0.298,1,0.667]},"o":{"x":[0.038,0.105,0.333],"y":[0.038,0,0.333]},"n":["0p298_0p298_0p038_0p038","0p276_1_0p105_0","0p667_0p667_0p333_0p333"],"t":50,"s":[100,110,100],"e":[100,98,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":55,"s":[100,98,100],"e":[100,100,100]},{"t":60}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.313,"y":1},"o":{"x":0.467,"y":0},"n":"0p313_1_0p467_0","t":6,"s":[{"i":[[-1.933,0],[0,-1.933],[1.933,0],[0,1.933]],"o":[[1.933,0],[0,1.933],[-1.933,0],[0,-1.933]],"v":[[-237.5,-420],[-234,-416.5],[-237.5,-413],[-241,-416.5]],"c":true}],"e":[{"i":[[-1.933,0],[-0.312,-1.313],[1.933,0],[0,1.062]],"o":[[1.933,0],[0.174,0.732],[-1.933,0],[0,-1.25]],"v":[[-237.437,-418],[-231.25,-415.875],[-237.5,-416.938],[-243.188,-415.937]],"c":true}]},{"i":{"x":0.395,"y":1},"o":{"x":0.716,"y":0},"n":"0p395_1_0p716_0","t":16,"s":[{"i":[[-1.933,0],[-0.312,-1.313],[1.933,0],[0,1.062]],"o":[[1.933,0],[0.174,0.732],[-1.933,0],[0,-1.25]],"v":[[-237.437,-418],[-231.25,-415.875],[-237.5,-416.938],[-243.188,-415.937]],"c":true}],"e":[{"i":[[-1.933,0],[0,-1.933],[1.933,0],[0,1.933]],"o":[[1.933,0],[0,1.933],[-1.933,0],[0,-1.933]],"v":[[-237.5,-420],[-234,-416.5],[-237.5,-413],[-241,-416.5]],"c":true}]},{"t":29}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[-1.933,0],[0,-1.933],[1.933,0],[0,1.933]],"o":[[1.933,0],[0,1.933],[-1.933,0],[0,-1.933]],"v":[[-266.5,-420],[-263,-416.5],[-266.5,-413],[-270,-416.5]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.33,0.33,0.28,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":4,"mn":"ADBE Vector Group"}],"ip":0,"op":61,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"mouth_smile","parent":2,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.25],"y":[1]},"o":{"x":[0.75],"y":[0]},"n":["0p25_1_0p75_0"],"t":4,"s":[0],"e":[-15]},{"i":{"x":[0.25],"y":[1]},"o":{"x":[0.75],"y":[0]},"n":["0p25_1_0p75_0"],"t":15,"s":[-15],"e":[0]},{"t":30}]},"p":{"a":0,"k":[50.862,57.489,0]},"a":{"a":0,"k":[-251.138,-404.511,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.292,"y":1},"o":{"x":0.506,"y":0},"n":"0p292_1_0p506_0","t":0,"s":[{"i":[[6.254,0],[2.91,1.715],[-0.616,0.558],[-0.707,-0.436],[-2.276,0],[-3.615,1.995],[-0.52,-0.71],[0.737,-0.384]],"o":[[-6.249,0],[-0.716,-0.422],[0.615,-0.558],[3.273,2.017],[2.662,0],[0.728,-0.402],[0.324,0.602],[-3.252,1.696]],"v":[[-252.006,-391.01],[-263.629,-394.434],[-263.522,-396.373],[-261.398,-396.454],[-252.006,-394.02],[-242.635,-396.433],[-240.261,-396.227],[-240.405,-394.414]],"c":true}],"e":[{"i":[[6.233,0],[4.195,4.639],[-0.616,0.558],[-0.558,-0.615],[-5.401,0],[-3.206,6.717],[-0.615,-0.557],[0.338,-0.759]],"o":[[-6.249,0],[-0.557,-0.616],[0.615,-0.558],[3.626,4.01],[4.636,0],[0.358,-0.75],[0.616,0.557],[-2.811,6.323]],"v":[[-252.044,-390.197],[-266.129,-396.746],[-266.022,-398.873],[-263.898,-398.767],[-252.076,-392.959],[-239.687,-401.031],[-237.564,-401.138],[-237.457,-399.012]],"c":true}]},{"i":{"x":0.564,"y":1},"o":{"x":0.571,"y":0},"n":"0p564_1_0p571_0","t":15,"s":[{"i":[[6.233,0],[4.195,4.639],[-0.616,0.558],[-0.558,-0.615],[-5.401,0],[-3.206,6.717],[-0.615,-0.557],[0.338,-0.759]],"o":[[-6.249,0],[-0.557,-0.616],[0.615,-0.558],[3.626,4.01],[4.636,0],[0.358,-0.75],[0.616,0.557],[-2.811,6.323]],"v":[[-252.044,-390.197],[-266.129,-396.746],[-266.022,-398.873],[-263.898,-398.767],[-252.076,-392.959],[-239.687,-401.031],[-237.564,-401.138],[-237.457,-399.012]],"c":true}],"e":[{"i":[[6.254,0],[2.91,1.715],[-0.616,0.558],[-0.707,-0.436],[-2.276,0],[-3.615,1.995],[-0.52,-0.71],[0.737,-0.384]],"o":[[-6.249,0],[-0.716,-0.422],[0.615,-0.558],[3.273,2.017],[2.662,0],[0.728,-0.402],[0.324,0.602],[-3.252,1.696]],"v":[[-252.006,-391.01],[-263.629,-394.434],[-263.522,-396.373],[-261.398,-396.454],[-252.006,-394.02],[-242.635,-396.433],[-240.261,-396.227],[-240.405,-394.414]],"c":true}]},{"i":{"x":0.681,"y":0.833},"o":{"x":0.546,"y":0},"n":"0p681_0p833_0p546_0","t":30,"s":[{"i":[[6.254,0],[2.91,1.715],[-0.616,0.558],[-0.707,-0.436],[-2.276,0],[-3.615,1.995],[-0.52,-0.71],[0.737,-0.384]],"o":[[-6.249,0],[-0.716,-0.422],[0.615,-0.558],[3.273,2.017],[2.662,0],[0.728,-0.402],[0.324,0.602],[-3.252,1.696]],"v":[[-252.006,-391.01],[-263.629,-394.434],[-263.522,-396.373],[-261.398,-396.454],[-252.006,-394.02],[-242.635,-396.433],[-240.261,-396.227],[-240.405,-394.414]],"c":true}],"e":[{"i":[[6.254,0],[2.91,1.715],[-0.616,0.558],[-0.734,-0.389],[-2.276,0],[-3.487,2.248],[-0.52,-0.71],[0.673,-0.488]],"o":[[-6.249,0],[-0.716,-0.422],[0.615,-0.558],[3.089,1.638],[2.662,0],[0.699,-0.451],[0.324,0.602],[-2.905,2.105]],"v":[[-252.006,-391.01],[-264.507,-394.555],[-264.401,-396.494],[-262.276,-396.576],[-252.006,-394.02],[-242.076,-396.998],[-239.702,-396.793],[-239.845,-394.98]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.497,"y":0.261},"n":"0p667_1_0p497_0p261","t":40,"s":[{"i":[[6.254,0],[2.91,1.715],[-0.616,0.558],[-0.734,-0.389],[-2.276,0],[-3.487,2.248],[-0.52,-0.71],[0.673,-0.488]],"o":[[-6.249,0],[-0.716,-0.422],[0.615,-0.558],[3.089,1.638],[2.662,0],[0.699,-0.451],[0.324,0.602],[-2.905,2.105]],"v":[[-252.006,-391.01],[-264.507,-394.555],[-264.401,-396.494],[-262.276,-396.576],[-252.006,-394.02],[-242.076,-396.998],[-239.702,-396.793],[-239.845,-394.98]],"c":true}],"e":[{"i":[[6.254,0],[2.91,1.715],[-0.616,0.558],[-0.707,-0.436],[-2.276,0],[-3.615,1.995],[-0.52,-0.71],[0.737,-0.384]],"o":[[-6.249,0],[-0.716,-0.422],[0.615,-0.558],[3.273,2.017],[2.662,0],[0.728,-0.402],[0.324,0.602],[-3.252,1.696]],"v":[[-252.006,-391.01],[-263.629,-394.434],[-263.522,-396.373],[-261.398,-396.454],[-252.006,-394.02],[-242.635,-396.433],[-240.261,-396.227],[-240.405,-394.414]],"c":true}]},{"t":60}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.33,0.33,0.28,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"mn":"ADBE Vector Group"}],"ip":0,"op":61,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":0,"nm":"base_normal","refId":"comp_38","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.273],"y":[1]},"o":{"x":[0.464],"y":[0]},"n":["0p273_1_0p464_0"],"t":4,"s":[0],"e":[13]},{"i":{"x":[0.532],"y":[1]},"o":{"x":[0.578],"y":[0]},"n":["0p532_1_0p578_0"],"t":19,"s":[13],"e":[0]},{"t":40}]},"p":{"a":0,"k":[50,50,0]},"a":{"a":0,"k":[50,50,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":100,"h":100,"ip":0,"op":61,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/empty_status.json b/ohos/flutter_lottie/assets/lottiefiles/empty_status.json new file mode 100644 index 0000000000000000000000000000000000000000..ac098f3349db8e4910d9ec4df3b8c02a6f8410c7 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/empty_status.json @@ -0,0 +1 @@ +{"v":"4.5.9","fr":25,"ip":0,"op":100,"w":248,"h":187,"ddd":0,"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"\rtail","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[21],"e":[-60]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[-60],"e":[21]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":25,"s":[21],"e":[-60]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":37,"s":[-60],"e":[21]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":50,"s":[21],"e":[-60]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":62,"s":[-60],"e":[21]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":74,"s":[21],"e":[-60]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":87,"s":[-60],"e":[21]},{"t":99}]},"p":{"a":0,"k":[80,44.429,0]},"a":{"a":0,"k":[8.473,9.453,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[-1.739,1.217],[0,0],[2.934,-2.055],[0.434,-0.631],[0.467,0.666],[0,0],[-2.054,-2.934],[-1.467,-0.418],[0,0]],"o":[[0,0],[1.521,0.11],[2.933,-2.055],[0,0],[-0.666,0.466],[-0.192,-0.741],[-2.054,-2.934],[0,0],[1.218,1.738],[0,0],[0,0]],"v":[[-0.161,5.232],[-0.161,5.232],[5.32,4.011],[8.702,-2.465],[1.462,-1.499],[-0.177,0.187],[-1.14,-1.958],[-7.614,-5.342],[-6.649,1.901],[-1.916,4.923],[-1.916,4.923]],"c":true}},"nm":"路径 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.769,0.769,0.851,1]},"o":{"a":0,"k":100},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[8.952,5.591],"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":"变换"}],"nm":"组 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":750,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"\reye","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[145.857,82.715,0]},"a":{"a":0,"k":[5.964,5.965,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":42,"s":[100,100,100],"e":[100,1,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":45,"s":[100,1,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":48,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":93,"s":[100,100,100],"e":[100,1,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":96,"s":[100,1,100],"e":[100,100,100]},{"t":99}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-3.156,0],[0,-3.156],[3.156,0],[0,3.156]],"o":[[3.156,0],[0,3.156],[-3.156,0],[0,-3.156]],"v":[[0,-5.715],[5.714,-0.001],[0,5.715],[-5.714,-0.001]],"c":true}},"nm":"路径 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.671,0.671,0.761,1]},"o":{"a":0,"k":100},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[5.964,5.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":"变换"}],"nm":"组 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":750,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"\reyes white","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[143.714,82.714,0]},"a":{"a":0,"k":[11.679,11.678,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-6.312,0],[0,6.312],[6.312,0],[0,-6.311]],"o":[[6.312,0],[0,-6.311],[-6.312,0],[0,6.312]],"v":[[0,11.428],[11.429,-0.001],[0,-11.428],[-11.429,-0.001]],"c":true}},"nm":"路径 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[11.679,11.678],"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":"变换"}],"nm":"组 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":750,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"\rbody","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[123.719,72.664,0]},"a":{"a":0,"k":[60.153,37.965,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[31.5,0],[10.189,-7.981],[1.68,1.422],[0,0],[0,0],[4.418,-6.529],[0,-12.88],[0,0],[-3.015,-6.029],[0,0],[-12.453,0],[-6.911,9.934]],"o":[[-13.946,0],[-1.536,1.204],[0,0],[0,0],[-0.153,2.463],[-6.908,9.775],[0,0],[10.063,-5.593],[0,0],[9.428,-2.285],[20.38,0],[-2.476,-30.863]],"v":[[0.097,-37.715],[-36.872,-24.975],[-42.158,-26.982],[-43.403,-27.495],[-44.57,-27.098],[-48.937,-12.301],[-59.903,22.286],[-59.499,29.285],[-33.617,30.857],[-1.617,30.857],[23.526,37.715],[59.903,17.423]],"c":true}},"nm":"路径 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.769,0.769,0.851,1]},"o":{"a":0,"k":100},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[60.153,37.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":"变换"}],"nm":"组 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":750,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"\rfin","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[104.536,103.099,0]},"a":{"a":0,"k":[24.733,0.25,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[100,100,100],"e":[100,70,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":6,"s":[100,70,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":12,"s":[100,100,100],"e":[100,56,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":18,"s":[100,56,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":24,"s":[100,100,100],"e":[100,70,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":30,"s":[100,70,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":36,"s":[100,100,100],"e":[100,56,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":43,"s":[100,56,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":49,"s":[100,100,100],"e":[100,70,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":55,"s":[100,70,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":61,"s":[100,100,100],"e":[100,56,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":67,"s":[100,56,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":74,"s":[100,100,100],"e":[100,70,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":80,"s":[100,70,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":87,"s":[100,100,100],"e":[100,56,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":94,"s":[100,56,100],"e":[100,100,100]},{"t":100}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[15.429,0],[3.714,7.429]],"o":[[-9.429,2.286],[-12,0],[0,0]],"v":[[21,-8.572],[-9,8.572],[-11,-8.572]],"c":true}},"nm":"路径 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.769,0.769,0.851,1]},"o":{"a":0,"k":100},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[21.25,8.822],"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":"变换"}],"nm":"组 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":750,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"\rbelly5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[88.286,85.293,0]},"a":{"a":0,"k":[24.536,34.528,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[18.68,0.296],[2.348,-3.47],[0,-12.88],[-2.993,-7.135],[-3.347,0],[0,18.935]],"o":[[-0.485,2.668],[-6.908,9.775],[0,8.221],[3.058,0.894],[18.935,0],[0,-18.751]],"v":[[-9.448,-34.279],[-13.32,-24.878],[-24.286,9.708],[-19.636,32.896],[-10,34.279],[24.286,-0.007]],"c":true}},"nm":"路径 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.973,0.973,0.988,1]},"o":{"a":0,"k":100},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[24.536,34.528],"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":"变换"}],"nm":"组 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":750,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"\rbelly4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[98.286,85.659,0]},"a":{"a":0,"k":[34.536,44.162,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[20.602,3.796],[2.903,-2.274],[1.714,0.858],[6.177,-9.127],[0,-12.88],[-5.829,-9.25],[-5.292,0],[0,24.458]],"o":[[-3.298,1.715],[-2.142,1.678],[-1.714,-0.857],[-6.908,9.775],[0,11.742],[4.705,1.702],[24.458,0],[0,-21.701]],"v":[[-1.929,-43.912],[-11.254,-37.921],[-18.286,-41.231],[-23.32,-25.246],[-34.286,9.341],[-25.071,41.278],[-10,43.912],[34.286,-0.373]],"c":true}},"nm":"路径 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.945,0.945,0.973,1]},"o":{"a":0,"k":100},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[34.536,44.162],"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":"变换"}],"nm":"组 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":750,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"\rbelly3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[108.286,87.383,0]},"a":{"a":0,"k":[44.535,52.439,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[19.58,8.198],[9.016,-7.063],[1.714,0.857],[6.178,-9.128],[0,-12.88],[-10.446,-10.797],[-6.088,0],[0,29.981]],"o":[[-12.096,0.951],[-2.141,1.677],[-1.715,-0.857],[-6.907,9.775],[0,16.21],[5.464,1.848],[29.982,0],[0,-22.556]],"v":[[10.948,-52.189],[-21.255,-39.644],[-28.286,-42.954],[-33.321,-26.969],[-44.286,7.617],[-27.4,49.323],[-10.001,52.189],[44.286,-2.097]],"c":true}},"nm":"路径 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.91,0.914,0.961,1]},"o":{"a":0,"k":100},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[44.535,52.439],"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":"变换"}],"nm":"组 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":750,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"\rbelly2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[118.286,92.286,0]},"a":{"a":0,"k":[54.535,57.536,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,35.504],[7.996,10.717],[13.435,0],[10.189,-7.981],[1.714,0.857],[6.177,-9.128],[0,-12.879],[-19.548,-9.89],[-3.867,0]],"o":[[0,-14.399],[-10.001,-7.459],[-13.946,0],[-2.141,1.677],[-1.715,-0.857],[-6.907,9.775],[0,23.406],[3.679,0.655],[35.504,0]],"v":[[54.286,-7],[41.553,-45.409],[5.715,-57.286],[-31.255,-44.547],[-38.286,-47.857],[-43.321,-31.872],[-54.286,2.714],[-21.327,56.27],[-10.001,57.286]],"c":true}},"nm":"路径 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.886,0.886,0.937,1]},"o":{"a":0,"k":100},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[54.535,57.536],"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":"变换"}],"nm":"组 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":750,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"\rbelly1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[124,95,0]},"a":{"a":0,"k":[60.25,60.25,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-33.137,0],[0,33.137],[33.137,0],[10.189,-7.981],[1.714,0.857],[6.177,-9.127],[0,-12.88]],"o":[[33.137,0],[0,-33.137],[-13.946,0],[-2.141,1.677],[-1.714,-0.858],[-6.908,9.776],[0,33.137]],"v":[[0,60],[60,0],[0,-60],[-36.969,-47.261],[-44,-50.571],[-49.034,-34.587],[-60,0]],"c":true}},"nm":"路径 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.839,0.843,0.906,1]},"o":{"a":0,"k":100},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[60.25,60.25],"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":"变换"}],"nm":"组 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":750,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/estimate.json b/ohos/flutter_lottie/assets/lottiefiles/estimate.json new file mode 100644 index 0000000000000000000000000000000000000000..f48e73641fc1d8e434b06d58784c9d48c54f28e8 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/estimate.json @@ -0,0 +1 @@ +{"v":"5.0.0","fr":25,"ip":0,"op":98,"w":1080,"h":1080,"nm":"estimate","ddd":0,"assets":[{"id":"comp_12","layers":[{"ddd":0,"ind":1,"ty":0,"nm":"circles trimmed","refId":"comp_13","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[540,540,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1080,"h":1080,"ip":49,"op":50,"st":49,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"circles trimmed","refId":"comp_13","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[540,540,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1080,"h":1080,"ip":0,"op":50,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":0,"nm":"circles trimmed","refId":"comp_13","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[540,540,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1080,"h":1080,"ip":0,"op":50,"st":-49,"bm":0}]},{"id":"comp_13","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Group 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[99.6,99.6,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-259.02],[259.02,0],[0,259.02],[-259.02,0]],"o":[[259.02,0],[0,259.02],[-259.02,0],[0,-259.02],[0,0]],"v":[[0,-469],[469,0],[0,469],[-469,0],[0,-469]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.964705882353,0.298039215686,0.266666666667,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9,"ix":5},"lc":2,"lj":1,"ml":10,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"Group 1","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"Group 1","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p4_1_0p6_0"],"t":45,"s":[0],"e":[100]},{"t":70}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p4_1_0p6_0"],"t":20,"s":[0],"e":[100]},{"t":45}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":83,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Group 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-242.331],[242.331,0],[0,242.331],[-242.331,0]],"o":[[242.331,0],[0,242.331],[-242.331,0],[0,-242.331],[0,0]],"v":[[0,-438.781],[438.781,0],[0,438.781],[-438.781,0],[0,-438.781]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.980392156863,0.792156862745,0.003921568627,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9,"ix":5},"lc":2,"lj":1,"ml":10,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"Group 1","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"Group 2","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p4_1_0p6_0"],"t":43.75,"s":[0],"e":[100]},{"t":68.75}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p4_1_0p6_0"],"t":18.75,"s":[0],"e":[100]},{"t":43.75}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":83,"st":2,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Group 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-227.021],[227.021,0],[0,227.021],[-227.021,0]],"o":[[227.021,0],[0,227.021],[-227.021,0],[0,-227.021],[0,0]],"v":[[0,-411.063],[411.063,0],[0,411.063],[-411.063,0],[0,-411.063]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.941176470588,0.486274509804,0.521568627451,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9,"ix":5},"lc":2,"lj":1,"ml":10,"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":"Group 3","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p4_1_0p6_0"],"t":42.5,"s":[0],"e":[100]},{"t":67.5}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p4_1_0p6_0"],"t":17.5,"s":[0],"e":[100]},{"t":42.5}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":83,"st":4,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Group 4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-211.711],[211.711,0],[0,211.711],[-211.711,0]],"o":[[211.711,0],[0,211.711],[-211.711,0],[0,-211.711],[0,0]],"v":[[0,-383.344],[383.344,0],[0,383.344],[-383.344,0],[0,-383.344]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.941176470588,0.929411764706,0.823529411765,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9,"ix":5},"lc":2,"lj":1,"ml":10,"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":"Group 4","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p4_1_0p6_0"],"t":41.25,"s":[0],"e":[100]},{"t":66.25}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p4_1_0p6_0"],"t":16.25,"s":[0],"e":[100]},{"t":41.25}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":83,"st":6,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Group 5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-196.401],[196.401,0],[0,196.401],[-196.401,0]],"o":[[196.401,0],[0,196.401],[-196.401,0],[0,-196.401],[0,0]],"v":[[0,-355.625],[355.625,0],[0,355.625],[-355.625,0],[0,-355.625]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.741176470588,0.682352941176,0.803921568627,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9,"ix":5},"lc":2,"lj":1,"ml":10,"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":"Group 5","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p4_1_0p6_0"],"t":40,"s":[0],"e":[100]},{"t":65}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p4_1_0p6_0"],"t":15,"s":[0],"e":[100]},{"t":40}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":83,"st":8,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Group 6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-181.091],[181.091,0],[0,181.091],[-181.091,0]],"o":[[181.091,0],[0,181.091],[-181.091,0],[0,-181.091],[0,0]],"v":[[0,-327.906],[327.906,0],[0,327.906],[-327.906,0],[0,-327.906]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.760784313725,0.623529411765,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9,"ix":5},"lc":2,"lj":1,"ml":10,"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":"Group 6","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p4_1_0p6_0"],"t":38.75,"s":[0],"e":[100]},{"t":63.75}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p4_1_0p6_0"],"t":13.75,"s":[0],"e":[100]},{"t":38.75}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":83,"st":10,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Group 7","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-165.781],[165.781,0],[0,165.781],[-165.781,0]],"o":[[165.781,0],[0,165.781],[-165.781,0],[0,-165.781],[0,0]],"v":[[0,-300.188],[300.188,0],[0,300.188],[-300.188,0],[0,-300.188]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.196078431373,0.576470588235,0.741176470588,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9,"ix":5},"lc":2,"lj":1,"ml":10,"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":"Group 7","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p4_1_0p6_0"],"t":37.5,"s":[0],"e":[100]},{"t":62.5}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p4_1_0p6_0"],"t":12.5,"s":[0],"e":[100]},{"t":37.5}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":83,"st":12,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Group 8","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-150.471],[150.471,0],[0,150.471],[-150.471,0]],"o":[[150.471,0],[0,150.471],[-150.471,0],[0,-150.471],[0,0]],"v":[[0,-272.469],[272.469,0],[0,272.469],[-272.469,0],[0,-272.469]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.741176470588,0.803921568627,0.847058823529,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9,"ix":5},"lc":2,"lj":1,"ml":10,"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":"Group 8","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p4_1_0p6_0"],"t":36.25,"s":[0],"e":[100]},{"t":61.25}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p4_1_0p6_0"],"t":11.25,"s":[0],"e":[100]},{"t":36.25}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":83,"st":14,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Group 9","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-135.162],[135.162,0],[0,135.162],[-135.162,0]],"o":[[135.162,0],[0,135.162],[-135.162,0],[0,-135.162],[0,0]],"v":[[0,-244.75],[244.75,0],[0,244.75],[-244.75,0],[0,-244.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.98431372549,0.721568627451,0.756862745098,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9,"ix":5},"lc":2,"lj":1,"ml":10,"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":"Group 9","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p4_1_0p6_0"],"t":35,"s":[0],"e":[100]},{"t":60}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p4_1_0p6_0"],"t":10,"s":[0],"e":[100]},{"t":35}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":83,"st":16,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Group 10","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-119.852],[119.852,0],[0,119.852],[-119.852,0]],"o":[[119.852,0],[0,119.852],[-119.852,0],[0,-119.852],[0,0]],"v":[[0,-217.031],[217.031,0],[0,217.031],[-217.031,0],[0,-217.031]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.470588235294,0.356862745098,0.654901960784,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9,"ix":5},"lc":2,"lj":1,"ml":10,"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":"Group 10","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p4_1_0p6_0"],"t":33.75,"s":[0],"e":[100]},{"t":58.75}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p4_1_0p6_0"],"t":8.75,"s":[0],"e":[100]},{"t":33.75}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":83,"st":18,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Group 11","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-104.542],[104.542,0],[0,104.542],[-104.542,0]],"o":[[104.542,0],[0,104.542],[-104.542,0],[0,-104.542],[0,0]],"v":[[0,-189.313],[189.313,0],[0,189.313],[-189.313,0],[0,-189.313]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.988235294118,0.929411764706,0.356862745098,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9,"ix":5},"lc":2,"lj":1,"ml":10,"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":"Group 11","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p4_1_0p6_0"],"t":32.5,"s":[0],"e":[100]},{"t":57.5}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p4_1_0p6_0"],"t":7.5,"s":[0],"e":[100]},{"t":32.5}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":83,"st":20,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Group 12","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-89.232],[89.232,0],[0,89.232],[-89.232,0]],"o":[[89.232,0],[0,89.232],[-89.232,0],[0,-89.232],[0,0]],"v":[[0,-161.594],[161.594,0],[0,161.594],[-161.594,0],[0,-161.594]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.560784313725,0.811764705882,0.760784313725,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9,"ix":5},"lc":2,"lj":1,"ml":10,"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":"Group 12","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p4_1_0p6_0"],"t":31.25,"s":[0],"e":[100]},{"t":56.25}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p4_1_0p6_0"],"t":6.25,"s":[0],"e":[100]},{"t":31.25}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":83,"st":22,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Group 13","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-73.922],[73.922,0],[0,73.922],[-73.922,0]],"o":[[73.922,0],[0,73.922],[-73.922,0],[0,-73.922],[0,0]],"v":[[0,-133.875],[133.875,0],[0,133.875],[-133.875,0],[0,-133.875]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.964705882353,0.298039215686,0.266666666667,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9,"ix":5},"lc":2,"lj":1,"ml":10,"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":"Group 13","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p4_1_0p6_0"],"t":30,"s":[0],"e":[100]},{"t":55}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p4_1_0p6_0"],"t":5,"s":[0],"e":[100]},{"t":30}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":83,"st":24,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"Group 14","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-58.612],[58.612,0],[0,58.612],[-58.612,0]],"o":[[58.612,0],[0,58.612],[-58.612,0],[0,-58.612],[0,0]],"v":[[0,-106.156],[106.156,0],[0,106.156],[-106.156,0],[0,-106.156]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.196078431373,0.576470588235,0.741176470588,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9,"ix":5},"lc":2,"lj":1,"ml":10,"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":"Group 14","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p4_1_0p6_0"],"t":28.75,"s":[0],"e":[100]},{"t":53.75}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p4_1_0p6_0"],"t":3.75,"s":[0],"e":[100]},{"t":28.75}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":83,"st":26,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"Group 15","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-43.302],[43.302,0],[0,43.302],[-43.302,0]],"o":[[43.302,0],[0,43.302],[-43.302,0],[0,-43.302],[0,0]],"v":[[0,-78.438],[78.438,0],[0,78.438],[-78.438,0],[0,-78.438]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.941176470588,0.486274509804,0.521568627451,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9,"ix":5},"lc":2,"lj":1,"ml":10,"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":"Group 15","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p4_1_0p6_0"],"t":27.5,"s":[0],"e":[100]},{"t":52.5}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p4_1_0p6_0"],"t":2.5,"s":[0],"e":[100]},{"t":27.5}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":83,"st":28,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"Group 16","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-27.992],[27.992,0],[0,27.992],[-27.992,0]],"o":[[27.992,0],[0,27.992],[-27.992,0],[0,-27.992],[0,0]],"v":[[0,-50.719],[50.719,0],[0,50.719],[-50.719,0],[0,-50.719]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.560784313725,0.811764705882,0.760784313725,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9,"ix":5},"lc":2,"lj":1,"ml":10,"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":"Group 17","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p4_1_0p6_0"],"t":26.25,"s":[0],"e":[100]},{"t":51.25}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p4_1_0p6_0"],"t":1.25,"s":[0],"e":[100]},{"t":26.25}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":83,"st":32,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"Group 17","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[92.7,92.7,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-14.548],[13.852,0],[0,14.548],[-13.852,0]],"o":[[13.852,0],[0,14.548],[-13.852,0],[0,-14.548],[0,0]],"v":[[0,-26.359],[25.099,0],[0,26.359],[-25.099,0],[0,-26.359]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.741176470588,0.803921568627,0.847058823529,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":9,"ix":5},"lc":2,"lj":1,"ml":10,"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":"Group 16","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p4_1_0p6_0"],"t":25,"s":[0],"e":[100]},{"t":50}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.6],"y":[0]},"n":["0p4_1_0p6_0"],"t":0,"s":[0],"e":[100]},{"t":25}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":83,"st":30,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Comp 21","refId":"comp_12","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[540,540,0],"ix":1},"s":{"a":0,"k":[80,80,100],"ix":6}},"ao":0,"w":1080,"h":1080,"ip":49,"op":99,"st":49,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"Comp 21","refId":"comp_12","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[540,540,0],"ix":1},"s":{"a":0,"k":[80,80,100],"ix":6}},"ao":0,"w":1080,"h":1080,"ip":0,"op":49,"st":0,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/fab_animate.json b/ohos/flutter_lottie/assets/lottiefiles/fab_animate.json new file mode 100644 index 0000000000000000000000000000000000000000..97ffb8cef983fa7698699bdda194ae9eeeb9dc87 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/fab_animate.json @@ -0,0 +1 @@ +{"v":"4.6.8","fr":25,"ip":0,"op":125,"w":1000,"h":1000,"nm":"Comp 1","ddd":0,"assets":[{"id":"comp_12","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"touched","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":32,"s":[0],"e":[25]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":37,"s":[25],"e":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":42,"s":[0],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":66,"s":[0],"e":[25]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":71,"s":[25],"e":[0]},{"t":76}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[500,500,0]},"a":{"a":0,"k":[-172,-90,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":32,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":42,"s":[100,100,100],"e":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":66,"s":[0,0,100],"e":[100,100,100]},{"t":76}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[560,560]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-172,-90],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":125,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":0,"nm":"ic_plus","refId":"comp_13","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.394],"y":[1]},"o":{"x":[0.631],"y":[0]},"n":["0p394_1_0p631_0"],"t":0,"s":[-30],"e":[0]},{"i":{"x":[0.705],"y":[0.476]},"o":{"x":[0.401],"y":[0]},"n":["0p705_0p476_0p401_0"],"t":10,"s":[0],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.334],"y":[0]},"n":["0p667_1_0p334_0"],"t":35,"s":[0],"e":[45]},{"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]},"n":["1_1_0_0"],"t":38,"s":[45],"e":[45]},{"i":{"x":[0.659],"y":[0.971]},"o":{"x":[0.564],"y":[-0.048]},"n":["0p659_0p971_0p564_-0p048"],"t":70,"s":[45],"e":[0]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.063],"y":[0.063]},"n":["1_1_0p063_0p063"],"t":73,"s":[0],"e":[0]},{"i":{"x":[0.287],"y":[1]},"o":{"x":[0.738],"y":[0]},"n":["0p287_1_0p738_0"],"t":100,"s":[0],"e":[-30]},{"t":110}]},"p":{"a":0,"k":[500,500,0]},"a":{"a":0,"k":[375,375,0]},"s":{"a":1,"k":[{"i":{"x":[0.447,0.447,0.667],"y":[1,1,0.667]},"o":{"x":[0.578,0.578,0.333],"y":[0,0,0.333]},"n":["0p447_1_0p578_0","0p447_1_0p578_0","0p667_0p667_0p333_0p333"],"t":0,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.503,0.503,0.333],"y":[0.503,0.503,0.333]},"n":["0p667_0p667_0p503_0p503","0p667_0p667_0p503_0p503","0p667_0p667_0p333_0p333"],"t":10,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.447,0.447,0.667],"y":[1,1,0.667]},"o":{"x":[0.596,0.596,0.333],"y":[0,0,0.333]},"n":["0p447_1_0p596_0","0p447_1_0p596_0","0p667_0p667_0p333_0p333"],"t":100,"s":[100,100,100],"e":[0,0,100]},{"t":110}]}},"ao":0,"w":750,"h":750,"ip":0,"op":126,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"fab_base","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[500,500,0]},"a":{"a":0,"k":[41,17,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[0.915,0.915,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_0p915_0p333_0","0p667_0p915_0p333_0","0p667_0p667_0p333_0p333"],"t":0,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[-1.28,-1.28,0.333]},"n":["0p667_1_0p333_-1p28","0p667_1_0p333_-1p28","0p667_0p667_0p333_0p333"],"t":4,"s":[100,100,100],"e":[95,95,100]},{"i":{"x":[1,1,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["1_1_0p333_0","1_1_0p333_0","0p667_0p667_0p333_0p333"],"t":7,"s":[95,95,100],"e":[100,100,100]},{"i":{"x":[0.427,0.427,0.667],"y":[0.427,0.427,0.667]},"o":{"x":[0,0,0.333],"y":[0,0,0.333]},"n":["0p427_0p427_0_0","0p427_0p427_0_0","0p667_0p667_0p333_0p333"],"t":10,"s":[100,100,100],"e":[100.003,100.003,100]},{"i":{"x":[0.661,0.661,0.667],"y":[1,1,0.667]},"o":{"x":[0.327,0.327,0.333],"y":[0,0,0.333]},"n":["0p661_1_0p327_0","0p661_1_0p327_0","0p667_0p667_0p333_0p333"],"t":32,"s":[100.003,100.003,100],"e":[97.5,97.5,100]},{"i":{"x":[0.662,0.662,0.667],"y":[1,1,0.667]},"o":{"x":[0.328,0.328,0.333],"y":[0,0,0.333]},"n":["0p662_1_0p328_0","0p662_1_0p328_0","0p667_0p667_0p333_0p333"],"t":35,"s":[97.5,97.5,100],"e":[100.004,100.004,100]},{"i":{"x":[1,1,0.667],"y":[1,1,0.667]},"o":{"x":[0.431,0.431,0.333],"y":[0.431,0.431,0.333]},"n":["1_1_0p431_0p431","1_1_0p431_0p431","0p667_0p667_0p333_0p333"],"t":38,"s":[100.004,100.004,100],"e":[100.013,100.013,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0,0,0.333],"y":[0,0,0.333]},"n":["0p667_1_0_0","0p667_1_0_0","0p667_0p667_0p333_0p333"],"t":97,"s":[100.013,100.013,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.552,0.552,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_0p552_0p333_0","0p667_0p552_0p333_0","0p667_0p667_0p333_0p333"],"t":100,"s":[105,105,100],"e":[90,90,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.174,0.174,0.333]},"n":["0p667_1_0p333_0p174","0p667_1_0p333_0p174","0p667_0p667_0p333_0p333"],"t":103,"s":[90,90,100],"e":[0,0,100]},{"t":110}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[560,560]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":32,"s":[0.184314,0.737255,0.603922,1],"e":[0.1803922,0.5294118,0.4431373,1]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":35,"s":[0.1803922,0.5294118,0.4431373,1],"e":[0.184314,0.737255,0.603922,1]},{"t":38}]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[41,17],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":125,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 1","parent":3,"ks":{"o":{"a":0,"k":25},"r":{"a":0,"k":0},"p":{"a":0,"k":[41,27.04,0]},"a":{"a":0,"k":[-100,140,0]},"s":{"a":0,"k":[100.664,100.664,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[560,560]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"gs","o":{"a":0,"k":100},"w":{"a":0,"k":0},"g":{"p":2,"k":{"a":0,"k":[0,1,1,1,1,0,0,0]}},"s":{"a":0,"k":[0,0]},"e":{"a":0,"k":[100,0]},"t":2,"h":{"a":0,"k":0},"a":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-Stroke"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-100,140],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":125,"st":0,"bm":0,"sr":1}]},{"id":"comp_13","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"plus_hor","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[375,375,0]},"a":{"a":0,"k":[225,-272,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[140,20]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[225,-272],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":126,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"plus_ver","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":90},"p":{"a":0,"k":[375,375,0]},"a":{"a":0,"k":[225,-272,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[140,20]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[225,-272],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":126,"st":0,"bm":0,"sr":1}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"fba_animate","refId":"comp_12","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[500,500,0]},"a":{"a":0,"k":[500,500,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":1000,"h":1000,"ip":0,"op":125,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/fabulous_onboarding_animation.json b/ohos/flutter_lottie/assets/lottiefiles/fabulous_onboarding_animation.json new file mode 100644 index 0000000000000000000000000000000000000000..fccdeb79e173fd1c7ff08fbc23b1bcdc643ab5f2 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/fabulous_onboarding_animation.json @@ -0,0 +1 @@ +{"v":"5.1.16","fr":60,"ip":0,"op":481,"w":280,"h":280,"nm":"animation 2","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 20","parent":20,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-15.294,"ix":10},"p":{"a":0,"k":[-97.952,128.09,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[166.667,166.667,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":351,"s":[{"i":[[0.25,0],[15.777,-2.189],[-1.554,-12.279],[-6.597,-3.643],[-13.625,-0.928],[-7.78,1.698],[-2.276,15.662],[5,4.75]],"o":[[-2.078,11.157],[-10.232,1.42],[1.554,12.279],[3.016,1.665],[4.145,0.282],[8.507,-1.857],[2.021,-13.904],[-0.25,0.25]],"v":[[74.5,-43.25],[51.869,-17.811],[28.069,1.178],[46.617,19.634],[60.581,31.448],[78.159,29.547],[92.969,-1.17],[87.5,-41.75]],"c":true}],"e":[{"i":[[0.25,0],[16.305,-0.949],[0.056,-16.005],[-6.548,-3.731],[-15.696,-1.664],[-8.377,2.66],[-2.276,15.662],[7.193,7.523]],"o":[[2.092,15.059],[-10.313,0.6],[-0.029,8.172],[2.708,1.543],[4.774,0.506],[7.192,-2.284],[2.021,-13.904],[-0.25,0.25]],"v":[[74.5,-43.25],[51.506,-21.747],[28.053,-0.726],[42.513,12.153],[60.169,30.13],[79.616,27.269],[95.8,-4.052],[87.483,-43.654]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":364,"s":[{"i":[[0.25,0],[16.305,-0.949],[0.056,-16.005],[-6.548,-3.731],[-15.696,-1.664],[-8.377,2.66],[-2.276,15.662],[7.193,7.523]],"o":[[2.092,15.059],[-10.313,0.6],[-0.029,8.172],[2.708,1.543],[4.774,0.506],[7.192,-2.284],[2.021,-13.904],[-0.25,0.25]],"v":[[74.5,-43.25],[51.506,-21.747],[28.053,-0.726],[42.513,12.153],[60.169,30.13],[79.616,27.269],[95.8,-4.052],[87.483,-43.654]],"c":true}],"e":[{"i":[[0.25,0],[13.445,-7.851],[0.915,-4.334],[-5.407,-5.053],[-16.507,-0.455],[-8.302,2.54],[0.953,13.767],[6.476,8.145]],"o":[[-4.122,13.965],[-10.104,5.9],[0.43,18.814],[2.307,2.156],[5.021,0.138],[7.356,-2.231],[-0.97,-14.016],[-0.25,0.25]],"v":[[74.5,-43.25],[52.528,-18.408],[24.096,-6.395],[41.798,15.266],[61.867,29.628],[81.622,26.32],[95.446,-3.691],[87.485,-43.416]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":375,"s":[{"i":[[0.25,0],[13.445,-7.851],[0.915,-4.334],[-5.407,-5.053],[-16.507,-0.455],[-8.302,2.54],[0.953,13.767],[6.476,8.145]],"o":[[-4.122,13.965],[-10.104,5.9],[0.43,18.814],[2.307,2.156],[5.021,0.138],[7.356,-2.231],[-0.97,-14.016],[-0.25,0.25]],"v":[[74.5,-43.25],[52.528,-18.408],[24.096,-6.395],[41.798,15.266],[61.867,29.628],[81.622,26.32],[95.446,-3.691],[87.485,-43.416]],"c":true}],"e":[{"i":[[0.25,0],[8.577,-11.229],[-0.811,-5.514],[-6.648,-3.232],[-12.888,0.871],[-5.312,2.342],[0.376,14.105],[6.212,7.538]],"o":[[-9.409,10.007],[-10.821,14.167],[0.631,17.646],[6.235,3.031],[3.92,-0.265],[7.562,-2.164],[-0.436,-13.996],[-0.25,0.25]],"v":[[74.5,-43.25],[55.119,-16.487],[24.37,1.429],[43.295,21.227],[68.764,31.578],[82.523,27.868],[96.578,-3.386],[87.488,-43.118]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":387,"s":[{"i":[[0.25,0],[8.577,-11.229],[-0.811,-5.514],[-6.648,-3.232],[-12.888,0.871],[-5.312,2.342],[0.376,14.105],[6.212,7.538]],"o":[[-9.409,10.007],[-10.821,14.167],[0.631,17.646],[6.235,3.031],[3.92,-0.265],[7.562,-2.164],[-0.436,-13.996],[-0.25,0.25]],"v":[[74.5,-43.25],[55.119,-16.487],[24.37,1.429],[43.295,21.227],[68.764,31.578],[82.523,27.868],[96.578,-3.386],[87.488,-43.118]],"c":true}],"e":[{"i":[[0.25,0],[7.087,-10.311],[0.217,-3.802],[-6.637,-3.32],[-7.072,1.008],[-2.66,1.401],[-0.192,14.439],[6.013,7.755]],"o":[[-9.337,10.794],[-6.404,9.317],[0.829,16.497],[5.545,2.739],[2.151,-0.307],[11.405,-6.009],[0.09,-13.976],[-0.25,0.25]],"v":[[74.5,-43.25],[56.818,-13.18],[29.083,10.302],[57.943,26.508],[75.346,32.204],[82.521,29.729],[94.331,-2.538],[87.49,-42.825]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":399,"s":[{"i":[[0.25,0],[7.087,-10.311],[0.217,-3.802],[-6.637,-3.32],[-7.072,1.008],[-2.66,1.401],[-0.192,14.439],[6.013,7.755]],"o":[[-9.337,10.794],[-6.404,9.317],[0.829,16.497],[5.545,2.739],[2.151,-0.307],[11.405,-6.009],[0.09,-13.976],[-0.25,0.25]],"v":[[74.5,-43.25],[56.818,-13.18],[29.083,10.302],[57.943,26.508],[75.346,32.204],[82.521,29.729],[94.331,-2.538],[87.49,-42.825]],"c":true}],"e":[{"i":[[0.25,0],[3.493,-12.311],[0.674,-9.874],[-19.581,4.292],[-5.568,0.756],[-2.241,1.773],[3.246,11.617],[4.352,9.288]],"o":[[-10.744,7.59],[-3.493,12.311],[-1.517,9.614],[7.097,-1.556],[1.694,-0.23],[8.23,-6.513],[-3.531,-12.639],[-0.25,0.25]],"v":[[74.5,-43.25],[57.62,-12.071],[32.548,18.242],[67.736,25.874],[83.877,29.108],[89.698,26.291],[94.811,-3.362],[87.493,-42.538]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":411,"s":[{"i":[[0.25,0],[3.493,-12.311],[0.674,-9.874],[-19.581,4.292],[-5.568,0.756],[-2.241,1.773],[3.246,11.617],[4.352,9.288]],"o":[[-10.744,7.59],[-3.493,12.311],[-1.517,9.614],[7.097,-1.556],[1.694,-0.23],[8.23,-6.513],[-3.531,-12.639],[-0.25,0.25]],"v":[[74.5,-43.25],[57.62,-12.071],[32.548,18.242],[67.736,25.874],[83.877,29.108],[89.698,26.291],[94.811,-3.362],[87.493,-42.538]],"c":true}],"e":[{"i":[[0.25,0],[10.492,-11.193],[-0.11,-10.721],[-15.012,1.5],[-9.289,0.787],[-4.209,1.723],[1.83,13.599],[1.43,9.201]],"o":[[-4.384,10.258],[-10.492,11.193],[1.209,14.284],[5.661,-0.422],[2.825,-0.24],[9.301,-5.479],[-1.92,-12.98],[-0.25,0.25]],"v":[[74.5,-43.25],[56.886,-13.018],[32.352,16.002],[62.517,25.018],[80.6,29.21],[91.029,26.435],[95.252,-1.977],[87.495,-42.261]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":424,"s":[{"i":[[0.25,0],[10.492,-11.193],[-0.11,-10.721],[-15.012,1.5],[-9.289,0.787],[-4.209,1.723],[1.83,13.599],[1.43,9.201]],"o":[[-4.384,10.258],[-10.492,11.193],[1.209,14.284],[5.661,-0.422],[2.825,-0.24],[9.301,-5.479],[-1.92,-12.98],[-0.25,0.25]],"v":[[74.5,-43.25],[56.886,-13.018],[32.352,16.002],[62.517,25.018],[80.6,29.21],[91.029,26.435],[95.252,-1.977],[87.495,-42.261]],"c":true}],"e":[{"i":[[0.25,0],[13.199,-6.581],[-0.85,-11.519],[-3.486,-6.376],[-11.497,4.054],[-3.869,1.055],[0.797,10.668],[3.258,6.921]],"o":[[-3.203,10.718],[-10.359,6.187],[0.532,10.587],[3.065,5.605],[3.06,-1.079],[8.895,-3.624],[-0.841,-11.258],[-0.25,0.25]],"v":[[74.5,-43.25],[54.316,-15.473],[31.705,8.822],[43.491,20.486],[73.114,30.031],[81.707,31.139],[94.082,-1.564],[87.498,-41.999]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p833_1_0p167_0p167","t":438,"s":[{"i":[[0.25,0],[13.199,-6.581],[-0.85,-11.519],[-3.486,-6.376],[-11.497,4.054],[-3.869,1.055],[0.797,10.668],[3.258,6.921]],"o":[[-3.203,10.718],[-10.359,6.187],[0.532,10.587],[3.065,5.605],[3.06,-1.079],[8.895,-3.624],[-0.841,-11.258],[-0.25,0.25]],"v":[[74.5,-43.25],[54.316,-15.473],[31.705,8.822],[43.491,20.486],[73.114,30.031],[81.707,31.139],[94.082,-1.564],[87.498,-41.999]],"c":true}],"e":[{"i":[[0.25,0],[15.777,-2.189],[-1.554,-12.279],[-6.597,-3.643],[-13.625,-0.928],[-7.78,1.698],[-2.276,15.662],[5,4.75]],"o":[[-2.078,11.157],[-10.232,1.42],[1.554,12.279],[3.016,1.665],[4.145,0.282],[8.507,-1.857],[2.021,-13.904],[-0.25,0.25]],"v":[[74.5,-43.25],[51.869,-17.811],[28.069,1.178],[46.617,19.634],[60.581,31.448],[78.159,29.547],[92.969,-1.17],[87.5,-41.75]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":454,"s":[{"i":[[0.25,0],[15.777,-2.189],[-1.554,-12.279],[-6.597,-3.643],[-13.625,-0.928],[-7.78,1.698],[-2.276,15.662],[5,4.75]],"o":[[-2.078,11.157],[-10.232,1.42],[1.554,12.279],[3.016,1.665],[4.145,0.282],[8.507,-1.857],[2.021,-13.904],[-0.25,0.25]],"v":[[74.5,-43.25],[51.869,-17.811],[28.069,1.178],[46.617,19.634],[60.581,31.448],[78.159,29.547],[92.969,-1.17],[87.5,-41.75]],"c":true}],"e":[{"i":[[0.25,0],[16.305,-0.949],[0.056,-16.005],[-6.548,-3.731],[-15.696,-1.664],[-8.377,2.66],[-2.276,15.662],[7.193,7.523]],"o":[[2.092,15.059],[-10.313,0.6],[-0.029,8.172],[2.708,1.543],[4.774,0.506],[7.192,-2.284],[2.021,-13.904],[-0.25,0.25]],"v":[[74.5,-43.25],[51.506,-21.747],[28.053,-0.726],[42.513,12.153],[60.169,30.13],[79.616,27.269],[95.8,-4.052],[87.483,-43.654]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":467,"s":[{"i":[[0.25,0],[16.305,-0.949],[0.056,-16.005],[-6.548,-3.731],[-15.696,-1.664],[-8.377,2.66],[-2.276,15.662],[7.193,7.523]],"o":[[2.092,15.059],[-10.313,0.6],[-0.029,8.172],[2.708,1.543],[4.774,0.506],[7.192,-2.284],[2.021,-13.904],[-0.25,0.25]],"v":[[74.5,-43.25],[51.506,-21.747],[28.053,-0.726],[42.513,12.153],[60.169,30.13],[79.616,27.269],[95.8,-4.052],[87.483,-43.654]],"c":true}],"e":[{"i":[[0.25,0],[13.445,-7.851],[0.915,-4.334],[-5.407,-5.053],[-16.507,-0.455],[-8.302,2.54],[0.953,13.767],[6.476,8.145]],"o":[[-4.122,13.965],[-10.104,5.9],[0.43,18.814],[2.307,2.156],[5.021,0.138],[7.356,-2.231],[-0.97,-14.016],[-0.25,0.25]],"v":[[74.5,-43.25],[52.528,-18.408],[24.096,-6.395],[41.798,15.266],[61.867,29.628],[81.622,26.32],[95.446,-3.691],[87.485,-43.416]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":478,"s":[{"i":[[0.25,0],[13.445,-7.851],[0.915,-4.334],[-5.407,-5.053],[-16.507,-0.455],[-8.302,2.54],[0.953,13.767],[6.476,8.145]],"o":[[-4.122,13.965],[-10.104,5.9],[0.43,18.814],[2.307,2.156],[5.021,0.138],[7.356,-2.231],[-0.97,-14.016],[-0.25,0.25]],"v":[[74.5,-43.25],[52.528,-18.408],[24.096,-6.395],[41.798,15.266],[61.867,29.628],[81.622,26.32],[95.446,-3.691],[87.485,-43.416]],"c":true}],"e":[{"i":[[0.25,0],[8.577,-11.229],[-0.811,-5.514],[-6.648,-3.232],[-12.888,0.871],[-5.312,2.342],[0.376,14.105],[6.212,7.538]],"o":[[-9.409,10.007],[-10.821,14.167],[0.631,17.646],[6.235,3.031],[3.92,-0.265],[7.562,-2.164],[-0.436,-13.996],[-0.25,0.25]],"v":[[74.5,-43.25],[55.119,-16.487],[24.37,1.429],[43.295,21.227],[68.764,31.578],[82.523,27.868],[96.578,-3.386],[87.488,-43.118]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":490,"s":[{"i":[[0.25,0],[8.577,-11.229],[-0.811,-5.514],[-6.648,-3.232],[-12.888,0.871],[-5.312,2.342],[0.376,14.105],[6.212,7.538]],"o":[[-9.409,10.007],[-10.821,14.167],[0.631,17.646],[6.235,3.031],[3.92,-0.265],[7.562,-2.164],[-0.436,-13.996],[-0.25,0.25]],"v":[[74.5,-43.25],[55.119,-16.487],[24.37,1.429],[43.295,21.227],[68.764,31.578],[82.523,27.868],[96.578,-3.386],[87.488,-43.118]],"c":true}],"e":[{"i":[[0.25,0],[7.087,-10.311],[0.217,-3.802],[-6.637,-3.32],[-7.072,1.008],[-2.66,1.401],[-0.192,14.439],[6.013,7.755]],"o":[[-9.337,10.794],[-6.404,9.317],[0.829,16.497],[5.545,2.739],[2.151,-0.307],[11.405,-6.009],[0.09,-13.976],[-0.25,0.25]],"v":[[74.5,-43.25],[56.818,-13.18],[29.083,10.302],[57.943,26.508],[75.346,32.204],[82.521,29.729],[94.331,-2.538],[87.49,-42.825]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":502,"s":[{"i":[[0.25,0],[7.087,-10.311],[0.217,-3.802],[-6.637,-3.32],[-7.072,1.008],[-2.66,1.401],[-0.192,14.439],[6.013,7.755]],"o":[[-9.337,10.794],[-6.404,9.317],[0.829,16.497],[5.545,2.739],[2.151,-0.307],[11.405,-6.009],[0.09,-13.976],[-0.25,0.25]],"v":[[74.5,-43.25],[56.818,-13.18],[29.083,10.302],[57.943,26.508],[75.346,32.204],[82.521,29.729],[94.331,-2.538],[87.49,-42.825]],"c":true}],"e":[{"i":[[0.25,0],[3.493,-12.311],[0.674,-9.874],[-19.581,4.292],[-5.568,0.756],[-2.241,1.773],[3.246,11.617],[4.352,9.288]],"o":[[-10.744,7.59],[-3.493,12.311],[-1.517,9.614],[7.097,-1.556],[1.694,-0.23],[8.23,-6.513],[-3.531,-12.639],[-0.25,0.25]],"v":[[74.5,-43.25],[57.62,-12.071],[32.548,18.242],[67.736,25.874],[83.877,29.108],[89.698,26.291],[94.811,-3.362],[87.493,-42.538]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":514,"s":[{"i":[[0.25,0],[3.493,-12.311],[0.674,-9.874],[-19.581,4.292],[-5.568,0.756],[-2.241,1.773],[3.246,11.617],[4.352,9.288]],"o":[[-10.744,7.59],[-3.493,12.311],[-1.517,9.614],[7.097,-1.556],[1.694,-0.23],[8.23,-6.513],[-3.531,-12.639],[-0.25,0.25]],"v":[[74.5,-43.25],[57.62,-12.071],[32.548,18.242],[67.736,25.874],[83.877,29.108],[89.698,26.291],[94.811,-3.362],[87.493,-42.538]],"c":true}],"e":[{"i":[[0.25,0],[10.492,-11.193],[-0.11,-10.721],[-15.012,1.5],[-9.289,0.787],[-4.209,1.723],[1.83,13.599],[1.43,9.201]],"o":[[-4.384,10.258],[-10.492,11.193],[1.209,14.284],[5.661,-0.422],[2.825,-0.24],[9.301,-5.479],[-1.92,-12.98],[-0.25,0.25]],"v":[[74.5,-43.25],[56.886,-13.018],[32.352,16.002],[62.517,25.018],[80.6,29.21],[91.029,26.435],[95.252,-1.977],[87.495,-42.261]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":527,"s":[{"i":[[0.25,0],[10.492,-11.193],[-0.11,-10.721],[-15.012,1.5],[-9.289,0.787],[-4.209,1.723],[1.83,13.599],[1.43,9.201]],"o":[[-4.384,10.258],[-10.492,11.193],[1.209,14.284],[5.661,-0.422],[2.825,-0.24],[9.301,-5.479],[-1.92,-12.98],[-0.25,0.25]],"v":[[74.5,-43.25],[56.886,-13.018],[32.352,16.002],[62.517,25.018],[80.6,29.21],[91.029,26.435],[95.252,-1.977],[87.495,-42.261]],"c":true}],"e":[{"i":[[0.25,0],[13.199,-6.581],[-0.85,-11.519],[-3.486,-6.376],[-11.497,4.054],[-3.869,1.055],[0.797,10.668],[3.258,6.921]],"o":[[-3.203,10.718],[-10.359,6.187],[0.532,10.587],[3.065,5.605],[3.06,-1.079],[8.895,-3.624],[-0.841,-11.258],[-0.25,0.25]],"v":[[74.5,-43.25],[54.316,-15.473],[31.705,8.822],[43.491,20.486],[73.114,30.031],[81.707,31.139],[94.082,-1.564],[87.498,-41.999]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p833_1_0p167_0p167","t":541,"s":[{"i":[[0.25,0],[13.199,-6.581],[-0.85,-11.519],[-3.486,-6.376],[-11.497,4.054],[-3.869,1.055],[0.797,10.668],[3.258,6.921]],"o":[[-3.203,10.718],[-10.359,6.187],[0.532,10.587],[3.065,5.605],[3.06,-1.079],[8.895,-3.624],[-0.841,-11.258],[-0.25,0.25]],"v":[[74.5,-43.25],[54.316,-15.473],[31.705,8.822],[43.491,20.486],[73.114,30.031],[81.707,31.139],[94.082,-1.564],[87.498,-41.999]],"c":true}],"e":[{"i":[[0.25,0],[15.777,-2.189],[-1.554,-12.279],[-6.597,-3.643],[-13.625,-0.928],[-7.78,1.698],[-2.276,15.662],[5,4.75]],"o":[[-2.078,11.157],[-10.232,1.42],[1.554,12.279],[3.016,1.665],[4.145,0.282],[8.507,-1.857],[2.021,-13.904],[-0.25,0.25]],"v":[[74.5,-43.25],[51.869,-17.811],[28.069,1.178],[46.617,19.634],[60.581,31.448],[78.159,29.547],[92.969,-1.17],[87.5,-41.75]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":557,"s":[{"i":[[0.25,0],[15.777,-2.189],[-1.554,-12.279],[-6.597,-3.643],[-13.625,-0.928],[-7.78,1.698],[-2.276,15.662],[5,4.75]],"o":[[-2.078,11.157],[-10.232,1.42],[1.554,12.279],[3.016,1.665],[4.145,0.282],[8.507,-1.857],[2.021,-13.904],[-0.25,0.25]],"v":[[74.5,-43.25],[51.869,-17.811],[28.069,1.178],[46.617,19.634],[60.581,31.448],[78.159,29.547],[92.969,-1.17],[87.5,-41.75]],"c":true}],"e":[{"i":[[0.25,0],[16.305,-0.949],[0.056,-16.005],[-6.548,-3.731],[-15.696,-1.664],[-8.377,2.66],[-2.276,15.662],[7.193,7.523]],"o":[[2.092,15.059],[-10.313,0.6],[-0.029,8.172],[2.708,1.543],[4.774,0.506],[7.192,-2.284],[2.021,-13.904],[-0.25,0.25]],"v":[[74.5,-43.25],[51.506,-21.747],[28.053,-0.726],[42.513,12.153],[60.169,30.13],[79.616,27.269],[95.8,-4.052],[87.483,-43.654]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":570,"s":[{"i":[[0.25,0],[16.305,-0.949],[0.056,-16.005],[-6.548,-3.731],[-15.696,-1.664],[-8.377,2.66],[-2.276,15.662],[7.193,7.523]],"o":[[2.092,15.059],[-10.313,0.6],[-0.029,8.172],[2.708,1.543],[4.774,0.506],[7.192,-2.284],[2.021,-13.904],[-0.25,0.25]],"v":[[74.5,-43.25],[51.506,-21.747],[28.053,-0.726],[42.513,12.153],[60.169,30.13],[79.616,27.269],[95.8,-4.052],[87.483,-43.654]],"c":true}],"e":[{"i":[[0.25,0],[13.445,-7.851],[0.915,-4.334],[-5.407,-5.053],[-16.507,-0.455],[-8.302,2.54],[0.953,13.767],[6.476,8.145]],"o":[[-4.122,13.965],[-10.104,5.9],[0.43,18.814],[2.307,2.156],[5.021,0.138],[7.356,-2.231],[-0.97,-14.016],[-0.25,0.25]],"v":[[74.5,-43.25],[52.528,-18.408],[24.096,-6.395],[41.798,15.266],[61.867,29.628],[81.622,26.32],[95.446,-3.691],[87.485,-43.416]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":581,"s":[{"i":[[0.25,0],[13.445,-7.851],[0.915,-4.334],[-5.407,-5.053],[-16.507,-0.455],[-8.302,2.54],[0.953,13.767],[6.476,8.145]],"o":[[-4.122,13.965],[-10.104,5.9],[0.43,18.814],[2.307,2.156],[5.021,0.138],[7.356,-2.231],[-0.97,-14.016],[-0.25,0.25]],"v":[[74.5,-43.25],[52.528,-18.408],[24.096,-6.395],[41.798,15.266],[61.867,29.628],[81.622,26.32],[95.446,-3.691],[87.485,-43.416]],"c":true}],"e":[{"i":[[0.25,0],[8.577,-11.229],[-0.811,-5.514],[-6.648,-3.232],[-12.888,0.871],[-5.312,2.342],[0.376,14.105],[6.212,7.538]],"o":[[-9.409,10.007],[-10.821,14.167],[0.631,17.646],[6.235,3.031],[3.92,-0.265],[7.562,-2.164],[-0.436,-13.996],[-0.25,0.25]],"v":[[74.5,-43.25],[55.119,-16.487],[24.37,1.429],[43.295,21.227],[68.764,31.578],[82.523,27.868],[96.578,-3.386],[87.488,-43.118]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":593,"s":[{"i":[[0.25,0],[8.577,-11.229],[-0.811,-5.514],[-6.648,-3.232],[-12.888,0.871],[-5.312,2.342],[0.376,14.105],[6.212,7.538]],"o":[[-9.409,10.007],[-10.821,14.167],[0.631,17.646],[6.235,3.031],[3.92,-0.265],[7.562,-2.164],[-0.436,-13.996],[-0.25,0.25]],"v":[[74.5,-43.25],[55.119,-16.487],[24.37,1.429],[43.295,21.227],[68.764,31.578],[82.523,27.868],[96.578,-3.386],[87.488,-43.118]],"c":true}],"e":[{"i":[[0.25,0],[7.087,-10.311],[0.217,-3.802],[-6.637,-3.32],[-7.072,1.008],[-2.66,1.401],[-0.192,14.439],[6.013,7.755]],"o":[[-9.337,10.794],[-6.404,9.317],[0.829,16.497],[5.545,2.739],[2.151,-0.307],[11.405,-6.009],[0.09,-13.976],[-0.25,0.25]],"v":[[74.5,-43.25],[56.818,-13.18],[29.083,10.302],[57.943,26.508],[75.346,32.204],[82.521,29.729],[94.331,-2.538],[87.49,-42.825]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":605,"s":[{"i":[[0.25,0],[7.087,-10.311],[0.217,-3.802],[-6.637,-3.32],[-7.072,1.008],[-2.66,1.401],[-0.192,14.439],[6.013,7.755]],"o":[[-9.337,10.794],[-6.404,9.317],[0.829,16.497],[5.545,2.739],[2.151,-0.307],[11.405,-6.009],[0.09,-13.976],[-0.25,0.25]],"v":[[74.5,-43.25],[56.818,-13.18],[29.083,10.302],[57.943,26.508],[75.346,32.204],[82.521,29.729],[94.331,-2.538],[87.49,-42.825]],"c":true}],"e":[{"i":[[0.25,0],[3.493,-12.311],[0.674,-9.874],[-19.581,4.292],[-5.568,0.756],[-2.241,1.773],[3.246,11.617],[4.352,9.288]],"o":[[-10.744,7.59],[-3.493,12.311],[-1.517,9.614],[7.097,-1.556],[1.694,-0.23],[8.23,-6.513],[-3.531,-12.639],[-0.25,0.25]],"v":[[74.5,-43.25],[57.62,-12.071],[32.548,18.242],[67.736,25.874],[83.877,29.108],[89.698,26.291],[94.811,-3.362],[87.493,-42.538]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":617,"s":[{"i":[[0.25,0],[3.493,-12.311],[0.674,-9.874],[-19.581,4.292],[-5.568,0.756],[-2.241,1.773],[3.246,11.617],[4.352,9.288]],"o":[[-10.744,7.59],[-3.493,12.311],[-1.517,9.614],[7.097,-1.556],[1.694,-0.23],[8.23,-6.513],[-3.531,-12.639],[-0.25,0.25]],"v":[[74.5,-43.25],[57.62,-12.071],[32.548,18.242],[67.736,25.874],[83.877,29.108],[89.698,26.291],[94.811,-3.362],[87.493,-42.538]],"c":true}],"e":[{"i":[[0.25,0],[10.492,-11.193],[-0.11,-10.721],[-15.012,1.5],[-9.289,0.787],[-4.209,1.723],[1.83,13.599],[1.43,9.201]],"o":[[-4.384,10.258],[-10.492,11.193],[1.209,14.284],[5.661,-0.422],[2.825,-0.24],[9.301,-5.479],[-1.92,-12.98],[-0.25,0.25]],"v":[[74.5,-43.25],[56.886,-13.018],[32.352,16.002],[62.517,25.018],[80.6,29.21],[91.029,26.435],[95.252,-1.977],[87.495,-42.261]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":630,"s":[{"i":[[0.25,0],[10.492,-11.193],[-0.11,-10.721],[-15.012,1.5],[-9.289,0.787],[-4.209,1.723],[1.83,13.599],[1.43,9.201]],"o":[[-4.384,10.258],[-10.492,11.193],[1.209,14.284],[5.661,-0.422],[2.825,-0.24],[9.301,-5.479],[-1.92,-12.98],[-0.25,0.25]],"v":[[74.5,-43.25],[56.886,-13.018],[32.352,16.002],[62.517,25.018],[80.6,29.21],[91.029,26.435],[95.252,-1.977],[87.495,-42.261]],"c":true}],"e":[{"i":[[0.25,0],[13.199,-6.581],[-0.85,-11.519],[-3.486,-6.376],[-11.497,4.054],[-3.869,1.055],[0.797,10.668],[3.258,6.921]],"o":[[-3.203,10.718],[-10.359,6.187],[0.532,10.587],[3.065,5.605],[3.06,-1.079],[8.895,-3.624],[-0.841,-11.258],[-0.25,0.25]],"v":[[74.5,-43.25],[54.316,-15.473],[31.705,8.822],[43.491,20.486],[73.114,30.031],[81.707,31.139],[94.082,-1.564],[87.498,-41.999]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p833_1_0p167_0p167","t":644,"s":[{"i":[[0.25,0],[13.199,-6.581],[-0.85,-11.519],[-3.486,-6.376],[-11.497,4.054],[-3.869,1.055],[0.797,10.668],[3.258,6.921]],"o":[[-3.203,10.718],[-10.359,6.187],[0.532,10.587],[3.065,5.605],[3.06,-1.079],[8.895,-3.624],[-0.841,-11.258],[-0.25,0.25]],"v":[[74.5,-43.25],[54.316,-15.473],[31.705,8.822],[43.491,20.486],[73.114,30.031],[81.707,31.139],[94.082,-1.564],[87.498,-41.999]],"c":true}],"e":[{"i":[[0.25,0],[15.777,-2.189],[-1.554,-12.279],[-6.597,-3.643],[-13.625,-0.928],[-7.78,1.698],[-2.276,15.662],[5,4.75]],"o":[[-2.078,11.157],[-10.232,1.42],[1.554,12.279],[3.016,1.665],[4.145,0.282],[8.507,-1.857],[2.021,-13.904],[-0.25,0.25]],"v":[[74.5,-43.25],[51.869,-17.811],[28.069,1.178],[46.617,19.634],[60.581,31.448],[78.159,29.547],[92.969,-1.17],[87.5,-41.75]],"c":true}]},{"t":660}],"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,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":351,"op":602,"st":-6,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 19","parent":20,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-15.294,"ix":10},"p":{"a":0,"k":[-97.952,128.09,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[166.667,166.667,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":293,"s":[{"i":[[0.25,0],[11.739,-10.765],[3.809,-0.519],[-2.838,-4.794],[-15.152,-3.129],[-6.5,1.25],[-5.25,0],[1.946,8.307],[5,4.75]],"o":[[-4.75,3.25],[-6.266,5.746],[2.047,2.218],[5.479,9.257],[23,4.75],[6.5,-1.25],[-1.968,-2.047],[-3.204,-13.679],[-0.25,0.25]],"v":[[74.5,-43.25],[44.261,-12.485],[24.5,-6.75],[33.519,2.738],[60.25,28.25],[92.5,23],[113.25,21.25],[103.204,5.679],[87.5,-41.75]],"c":true}],"e":[{"i":[[0.25,0],[9.239,-12.974],[2.814,-4.096],[-3.892,-3.987],[-13,-1.75],[-6.5,1.25],[-5.25,0],[-0.078,10.35],[5,4.75]],"o":[[-4.75,3.25],[-3.95,5.546],[2.047,2.218],[3.138,3.215],[13.654,1.838],[6.5,-1.25],[-0.068,-5.479],[0.106,-14.049],[-0.25,0.25]],"v":[[74.5,-43.25],[51.367,-7.761],[35.808,7.609],[43.524,18.808],[63.648,31.787],[90.665,25.694],[98.148,24.281],[95.091,1.174],[87.5,-41.75]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":301,"s":[{"i":[[0.25,0],[9.239,-12.974],[2.814,-4.096],[-3.892,-3.987],[-13,-1.75],[-6.5,1.25],[-5.25,0],[-0.078,10.35],[5,4.75]],"o":[[-4.75,3.25],[-3.95,5.546],[2.047,2.218],[3.138,3.215],[13.654,1.838],[6.5,-1.25],[-0.068,-5.479],[0.106,-14.049],[-0.25,0.25]],"v":[[74.5,-43.25],[51.367,-7.761],[35.808,7.609],[43.524,18.808],[63.648,31.787],[90.665,25.694],[98.148,24.281],[95.091,1.174],[87.5,-41.75]],"c":true}],"e":[{"i":[[0.25,0],[12.193,-8.102],[0.84,-7.793],[-5.196,-3.673],[-12.522,-1.409],[-7.319,1.235],[-0.529,3.116],[-0.971,10.732],[5,4.75]],"o":[[-3.543,6.822],[-6.788,3.682],[1.824,6.763],[2.927,2.349],[10.771,1.282],[4.499,-0.815],[1.356,-5.571],[1.203,-13.945],[-0.25,0.25]],"v":[[74.5,-43.25],[50.973,-12.029],[32.312,4.704],[44.921,19.181],[61.481,31.629],[84.912,27.48],[93.023,22.761],[94.132,0.115],[87.5,-41.75]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":325,"s":[{"i":[[0.25,0],[12.193,-8.102],[0.84,-7.793],[-5.196,-3.673],[-12.522,-1.409],[-7.319,1.235],[-0.529,3.116],[-0.971,10.732],[5,4.75]],"o":[[-3.543,6.822],[-6.788,3.682],[1.824,6.763],[2.927,2.349],[10.771,1.282],[4.499,-0.815],[1.356,-5.571],[1.203,-13.945],[-0.25,0.25]],"v":[[74.5,-43.25],[50.973,-12.029],[32.312,4.704],[44.921,19.181],[61.481,31.629],[84.912,27.48],[93.023,22.761],[94.132,0.115],[87.5,-41.75]],"c":true}],"e":[{"i":[[0.25,0],[15.347,-2.898],[-1.267,-11.741],[-6.589,-3.339],[-12.012,-1.045],[-8.194,1.219],[-3.188,7.602],[-1.923,11.14],[5,4.75]],"o":[[-2.254,10.637],[-9.819,1.691],[1.587,11.617],[2.702,1.424],[7.692,0.687],[2.362,-0.351],[2.876,-5.668],[2.375,-13.834],[-0.25,0.25]],"v":[[74.5,-43.25],[50.553,-16.587],[28.578,1.601],[46.413,19.58],[59.168,31.459],[78.768,29.388],[88.06,21.058],[93.109,-1.016],[87.5,-41.75]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p833_1_0p167_0p167","t":347,"s":[{"i":[[0.25,0],[15.347,-2.898],[-1.267,-11.741],[-6.589,-3.339],[-12.012,-1.045],[-8.194,1.219],[-3.188,7.602],[-1.923,11.14],[5,4.75]],"o":[[-2.254,10.637],[-9.819,1.691],[1.587,11.617],[2.702,1.424],[7.692,0.687],[2.362,-0.351],[2.876,-5.668],[2.375,-13.834],[-0.25,0.25]],"v":[[74.5,-43.25],[50.553,-16.587],[28.578,1.601],[46.413,19.58],[59.168,31.459],[78.768,29.388],[88.06,21.058],[93.109,-1.016],[87.5,-41.75]],"c":true}],"e":[{"i":[[0.25,0],[15.777,-2.189],[-1.554,-12.279],[-6.779,-3.293],[-11.942,-0.996],[-6.523,1.121],[-4.311,7.943],[-2.053,11.196],[5,4.75]],"o":[[-2.078,11.157],[-10.232,1.42],[1.554,12.279],[2.671,1.298],[7.273,0.606],[2.06,-0.354],[3.084,-5.682],[2.534,-13.819],[-0.25,0.25]],"v":[[74.5,-43.25],[50.496,-17.208],[28.069,1.178],[46.617,19.634],[58.852,31.436],[77.93,29.648],[87.35,20.831],[92.969,-1.17],[87.5,-41.75]],"c":true}]},{"t":353}],"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,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":293,"op":351,"st":-4,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 17","parent":20,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-25.91,"ix":10},"p":{"a":0,"k":[-87.095,85.671,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[166.667,166.667,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":277,"s":[{"i":[[13.25,-2.75],[-1.704,-2.756],[-0.515,-2.272],[-21.052,-5.38],[-12.884,6.352],[-3.447,0.204],[-3.07,0.409],[14.522,7.467],[1.622,3.531],[0.25,0.25],[9.967,2.963]],"o":[[1.453,1.55],[1.187,1.921],[2.566,11.311],[22.5,5.75],[3.544,-1.747],[5.741,-0.34],[-7,-7.5],[-9.28,-4.772],[0.25,0.25],[-8,2],[-9.25,-2.75]],"v":[[4,-17.25],[9.217,-10.648],[11.934,-4.311],[42.25,51],[106.134,39.148],[116.783,36.515],[127.342,34.597],[93.978,13.283],[77.5,-4.75],[65,-8.5],[36.5,-9]],"c":true}],"e":[{"i":[[11.571,2.017],[-5.665,-4.564],[11.376,-1.868],[-26.778,-9.323],[21.556,14.677],[-11.116,-2.107],[-3.175,4.286],[7.668,16.435],[1.622,3.531],[0.25,0.25],[11.274,-2.44]],"o":[[-5.876,3.393],[5.665,4.564],[-18.147,2.98],[26.272,9.091],[-6.113,-4.162],[10.523,1.994],[-9.112,-8.094],[-4.397,-9.424],[0.25,0.25],[-9.414,2.502],[-13.013,2.816]],"v":[[2.875,-2.974],[17.518,13.418],[18.867,26.674],[39.396,57.03],[77.863,54.43],[89.888,46.057],[109.97,50.914],[89.869,17.122],[77.5,-4.75],[65,-8.5],[39.664,-3.541]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":285,"s":[{"i":[[11.571,2.017],[-5.665,-4.564],[11.376,-1.868],[-26.778,-9.323],[21.556,14.677],[-11.116,-2.107],[-3.175,4.286],[7.668,16.435],[1.622,3.531],[0.25,0.25],[11.274,-2.44]],"o":[[-5.876,3.393],[5.665,4.564],[-18.147,2.98],[26.272,9.091],[-6.113,-4.162],[10.523,1.994],[-9.112,-8.094],[-4.397,-9.424],[0.25,0.25],[-9.414,2.502],[-13.013,2.816]],"v":[[2.875,-2.974],[17.518,13.418],[18.867,26.674],[39.396,57.03],[77.863,54.43],[89.888,46.057],[109.97,50.914],[89.869,17.122],[77.5,-4.75],[65,-8.5],[39.664,-3.541]],"c":true}],"e":[{"i":[[13.591,2.31],[-4.521,-6.411],[-3.399,-6.676],[-13.803,-6.007],[-4.742,0.661],[-4.735,-1.257],[-4.579,0.62],[-0.338,11.118],[1.154,4.53],[0.25,0.25],[4.802,-4.06]],"o":[[0.443,6.747],[3.706,7.141],[3.399,6.676],[14.762,5.617],[4.742,-0.661],[4.735,1.257],[-9.583,-9.152],[0.338,-11.118],[0.25,0.25],[-9.303,5.378],[-8.672,7.331]],"v":[[8.782,17.546],[14.352,27.16],[19.116,41.47],[39.401,60.604],[67.914,60.775],[79.901,61.423],[89.994,63.379],[80.367,21.608],[77.5,-4.75],[64.616,-8.445],[43.87,5.058]],"c":true}]},{"t":293}],"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,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":277,"op":293,"st":2,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 15","parent":20,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-8.705,"ix":10},"p":{"a":0,"k":[-29.17,65.743,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[166.667,166.667,100],"ix":6}},"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},"n":"0p667_1_0p333_0","t":103,"s":[{"i":[[0,0],[5,-4.25],[-4.54,-23.198],[-2.287,-2.812],[-7.748,-0.901],[-6.913,2.651],[-1.417,1.191],[6.585,16.216],[4.25,6.25]],"o":[[-0.25,10.75],[-7.684,-0.299],[1.369,4.479],[3.954,4.862],[4.083,0.475],[4.223,-1.619],[6.857,-5.28],[5.652,-13.173],[-0.5,0]],"v":[[24.25,-20.5],[14.701,11.222],[-13.087,42.406],[-7.667,53.279],[9.553,61.599],[29.258,57.008],[38.451,52.489],[41.87,25.451],[35.25,-19.75]],"c":true}],"e":[{"i":[[0,0],[5,-4.25],[-2.5,-18],[-2.367,-3.693],[-7.748,-0.901],[-7.456,3.142],[-0.883,0.589],[2.25,13.5],[4.25,6.25]],"o":[[-0.25,10.75],[-7.089,6.026],[1.741,5.497],[4.093,6.386],[4.083,0.475],[4.555,-1.919],[3.25,-7.25],[-2.25,-13.5],[-0.5,0]],"v":[[24.25,-20.5],[15.25,7],[-15,34],[-8.947,47.791],[8.25,58.75],[29.658,52.52],[38.75,48.25],[43,13],[35.25,-19.75]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110,"s":[{"i":[[0,0],[5,-4.25],[-2.5,-18],[-2.367,-3.693],[-7.748,-0.901],[-7.456,3.142],[-0.883,0.589],[2.25,13.5],[4.25,6.25]],"o":[[-0.25,10.75],[-7.089,6.026],[1.741,5.497],[4.093,6.386],[4.083,0.475],[4.555,-1.919],[3.25,-7.25],[-2.25,-13.5],[-0.5,0]],"v":[[24.25,-20.5],[15.25,7],[-15,34],[-8.947,47.791],[8.25,58.75],[29.658,52.52],[38.75,48.25],[43,13],[35.25,-19.75]],"c":true}],"e":[{"i":[[0,0],[6.323,-1.754],[4.413,-19.207],[-2.613,-3.197],[-7.748,-0.901],[-7.863,3.732],[-0.906,0.187],[0.919,14.376],[4.25,6.25]],"o":[[-0.25,10.75],[-9.59,2.661],[1.371,3.709],[4.519,5.528],[4.083,0.475],[4.803,-2.28],[3.25,-7.25],[-0.873,-13.658],[-0.5,0]],"v":[[24.25,-20.5],[15.041,7.762],[-16.309,37.576],[-10.303,48.125],[8.25,58.75],[30.583,50.817],[40.154,46.422],[43,13],[35.25,-19.75]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":115,"s":[{"i":[[0,0],[6.323,-1.754],[4.413,-19.207],[-2.613,-3.197],[-7.748,-0.901],[-7.863,3.732],[-0.906,0.187],[0.919,14.376],[4.25,6.25]],"o":[[-0.25,10.75],[-9.59,2.661],[1.371,3.709],[4.519,5.528],[4.083,0.475],[4.803,-2.28],[3.25,-7.25],[-0.873,-13.658],[-0.5,0]],"v":[[24.25,-20.5],[15.041,7.762],[-16.309,37.576],[-10.303,48.125],[8.25,58.75],[30.583,50.817],[40.154,46.422],[43,13],[35.25,-19.75]],"c":true}],"e":[{"i":[[0,0],[5.068,-4.169],[4.538,-26.876],[-2.352,-2.349],[-7.791,0.365],[-7.776,3.449],[-0.849,0.61],[0.919,14.376],[4.25,6.25]],"o":[[-0.25,10.75],[-8.927,7.343],[1.371,3.709],[4.066,4.062],[4.149,-0.194],[4.75,-2.107],[3.25,-7.25],[-0.873,-13.658],[-0.5,0]],"v":[[24.25,-20.5],[15.041,7.762],[-14.684,42.466],[-9.149,51.576],[8.385,57.235],[30.644,49.515],[40.04,44.926],[43,13],[35.25,-19.75]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":117,"s":[{"i":[[0,0],[5.068,-4.169],[4.538,-26.876],[-2.352,-2.349],[-7.791,0.365],[-7.776,3.449],[-0.849,0.61],[0.919,14.376],[4.25,6.25]],"o":[[-0.25,10.75],[-8.927,7.343],[1.371,3.709],[4.066,4.062],[4.149,-0.194],[4.75,-2.107],[3.25,-7.25],[-0.873,-13.658],[-0.5,0]],"v":[[24.25,-20.5],[15.041,7.762],[-14.684,42.466],[-9.149,51.576],[8.385,57.235],[30.644,49.515],[40.04,44.926],[43,13],[35.25,-19.75]],"c":true}],"e":[{"i":[[0,0],[5.068,-4.169],[9.87,-23.089],[-2.389,-1.95],[-7.791,0.365],[-7.138,2.533],[-1.057,0.254],[0.919,14.376],[4.25,6.25]],"o":[[-0.25,10.75],[-8.927,7.343],[0.464,2.586],[4.131,3.372],[4.149,-0.194],[4.361,-1.548],[3.25,-7.25],[-0.873,-13.658],[-0.5,0]],"v":[[24.25,-20.5],[15.041,7.762],[-14.684,42.466],[-10.276,49.384],[8.271,54.476],[28.877,48.584],[37.842,45.47],[43,13],[35.25,-19.75]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":122,"s":[{"i":[[0,0],[5.068,-4.169],[9.87,-23.089],[-2.389,-1.95],[-7.791,0.365],[-7.138,2.533],[-1.057,0.254],[0.919,14.376],[4.25,6.25]],"o":[[-0.25,10.75],[-8.927,7.343],[0.464,2.586],[4.131,3.372],[4.149,-0.194],[4.361,-1.548],[3.25,-7.25],[-0.873,-13.658],[-0.5,0]],"v":[[24.25,-20.5],[15.041,7.762],[-14.684,42.466],[-10.276,49.384],[8.271,54.476],[28.877,48.584],[37.842,45.47],[43,13],[35.25,-19.75]],"c":true}],"e":[{"i":[[0,0],[4.574,-4.039],[8.143,-14.927],[-2.684,-3.309],[-7.302,-1.365],[-6.683,-1.297],[-1.057,0.254],[0.919,14.376],[2.733,7.57]],"o":[[-1.926,11.486],[-8.664,7.651],[-0.151,3.503],[4.641,5.721],[3.834,0.717],[4.083,0.792],[5.611,-10.783],[-0.873,-13.658],[-0.5,0]],"v":[[24.25,-20.5],[7.703,6.133],[-16.211,32.622],[-12.055,43.071],[7.701,54.895],[26.878,58.966],[35.363,60.013],[43.456,13.323],[35.25,-19.75]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":164,"s":[{"i":[[0,0],[4.574,-4.039],[8.143,-14.927],[-2.684,-3.309],[-7.302,-1.365],[-6.683,-1.297],[-1.057,0.254],[0.919,14.376],[2.733,7.57]],"o":[[-1.926,11.486],[-8.664,7.651],[-0.151,3.503],[4.641,5.721],[3.834,0.717],[4.083,0.792],[5.611,-10.783],[-0.873,-13.658],[-0.5,0]],"v":[[24.25,-20.5],[7.703,6.133],[-16.211,32.622],[-12.055,43.071],[7.701,54.895],[26.878,58.966],[35.363,60.013],[43.456,13.323],[35.25,-19.75]],"c":true}],"e":[{"i":[[0,0],[7.033,-1.93],[-0.176,-13.457],[-2.271,-2.605],[-9.01,-2.06],[-5.284,-2.249],[-1.057,0.254],[1.634,17.278],[2.733,7.57]],"o":[[-1.959,11.697],[-11.147,3.059],[1.028,2.465],[3.927,4.504],[4.339,0.992],[4.699,2],[5.611,-10.783],[-1.289,-13.625],[-0.5,0]],"v":[[24.25,-20.5],[7.703,6.133],[-16.479,31.063],[-11.649,38.662],[8.458,49.953],[24.484,56.515],[31.676,60.966],[43.456,13.323],[37.227,-19.447]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":193,"s":[{"i":[[0,0],[7.033,-1.93],[-0.176,-13.457],[-2.271,-2.605],[-9.01,-2.06],[-5.284,-2.249],[-1.057,0.254],[1.634,17.278],[2.733,7.57]],"o":[[-1.959,11.697],[-11.147,3.059],[1.028,2.465],[3.927,4.504],[4.339,0.992],[4.699,2],[5.611,-10.783],[-1.289,-13.625],[-0.5,0]],"v":[[24.25,-20.5],[7.703,6.133],[-16.479,31.063],[-11.649,38.662],[8.458,49.953],[24.484,56.515],[31.676,60.966],[43.456,13.323],[37.227,-19.447]],"c":true}],"e":[{"i":[[0,0],[4.94,-4.78],[1.156,-12.241],[-2.539,-2.619],[-6.552,-2.075],[-7.066,-1.79],[-1.057,0.254],[0.919,14.376],[2.733,7.57]],"o":[[-1.959,11.697],[-8.307,8.037],[0.318,3.468],[4.389,4.529],[3.718,1.178],[4.316,1.094],[5.611,-10.783],[-0.873,-13.658],[-0.5,0]],"v":[[24.82,-20.919],[7.703,6.133],[-14.386,33.913],[-9.826,43.039],[8.004,52.918],[27.93,58.681],[36.846,60.24],[43.456,13.323],[36.884,-20.511]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":225,"s":[{"i":[[0,0],[4.94,-4.78],[1.156,-12.241],[-2.539,-2.619],[-6.552,-2.075],[-7.066,-1.79],[-1.057,0.254],[0.919,14.376],[2.733,7.57]],"o":[[-1.959,11.697],[-8.307,8.037],[0.318,3.468],[4.389,4.529],[3.718,1.178],[4.316,1.094],[5.611,-10.783],[-0.873,-13.658],[-0.5,0]],"v":[[24.82,-20.919],[7.703,6.133],[-14.386,33.913],[-9.826,43.039],[8.004,52.918],[27.93,58.681],[36.846,60.24],[43.456,13.323],[36.884,-20.511]],"c":true}],"e":[{"i":[[0,0],[3.209,-6.079],[8.442,-7.477],[-2.539,-2.619],[-6.552,-2.075],[-7.066,-1.79],[-1.057,0.254],[4.889,16.682],[2.733,7.57]],"o":[[-8.446,7.118],[-5.647,10.697],[0.318,3.468],[4.389,4.529],[3.718,1.178],[4.316,1.094],[5.611,-10.783],[-3.849,-13.134],[-0.5,0]],"v":[[24.82,-20.919],[7.588,3.623],[-11.492,35.282],[-4.5,43.831],[13.842,51.533],[39.887,52.762],[48.803,54.321],[45.402,12.861],[36.884,-20.511]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":253,"s":[{"i":[[0,0],[3.209,-6.079],[8.442,-7.477],[-2.539,-2.619],[-6.552,-2.075],[-7.066,-1.79],[-1.057,0.254],[4.889,16.682],[2.733,7.57]],"o":[[-8.446,7.118],[-5.647,10.697],[0.318,3.468],[4.389,4.529],[3.718,1.178],[4.316,1.094],[5.611,-10.783],[-3.849,-13.134],[-0.5,0]],"v":[[24.82,-20.919],[7.588,3.623],[-11.492,35.282],[-4.5,43.831],[13.842,51.533],[39.887,52.762],[48.803,54.321],[45.402,12.861],[36.884,-20.511]],"c":true}],"e":[{"i":[[0,0],[8.703,-6.227],[1.636,-23.903],[-2.477,-3.097],[-17.544,2.697],[-5.482,0.982],[-1.946,1.819],[8.142,10.422],[2.733,7.57]],"o":[[-2.68,13.104],[-5.772,5.72],[0.658,3.52],[4.283,5.355],[13.518,-2.078],[4.357,-0.781],[5.536,-5.174],[-8.423,-10.782],[-0.5,0]],"v":[[23.907,-21.564],[7.687,3.207],[-15.399,37.942],[-6.55,38.491],[21.584,54.555],[53.693,38.651],[59.099,40.372],[50.107,9.506],[37.454,-20.93]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":259,"s":[{"i":[[0,0],[8.703,-6.227],[1.636,-23.903],[-2.477,-3.097],[-17.544,2.697],[-5.482,0.982],[-1.946,1.819],[8.142,10.422],[2.733,7.57]],"o":[[-2.68,13.104],[-5.772,5.72],[0.658,3.52],[4.283,5.355],[13.518,-2.078],[4.357,-0.781],[5.536,-5.174],[-8.423,-10.782],[-0.5,0]],"v":[[23.907,-21.564],[7.687,3.207],[-15.399,37.942],[-6.55,38.491],[21.584,54.555],[53.693,38.651],[59.099,40.372],[50.107,9.506],[37.454,-20.93]],"c":true}],"e":[{"i":[[0,0],[8.085,-3.598],[8.571,-19.981],[-2.339,-6.072],[-19.974,1.24],[-8.825,0.612],[-0.613,2.61],[13.517,7.766],[2.733,7.57]],"o":[[-6.429,12.023],[-8.053,3.584],[-2.957,6.35],[4.424,11.485],[19.22,-1.076],[4.403,-0.367],[2.99,-11.452],[-11.864,-6.816],[-0.5,0]],"v":[[23.907,-21.564],[5.681,-1.041],[-27.45,14.741],[-16.224,23.558],[21.972,45.988],[65.376,22.116],[73.384,22.446],[55.567,2.369],[37.454,-20.93]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":268,"s":[{"i":[[0,0],[8.085,-3.598],[8.571,-19.981],[-2.339,-6.072],[-19.974,1.24],[-8.825,0.612],[-0.613,2.61],[13.517,7.766],[2.733,7.57]],"o":[[-6.429,12.023],[-8.053,3.584],[-2.957,6.35],[4.424,11.485],[19.22,-1.076],[4.403,-0.367],[2.99,-11.452],[-11.864,-6.816],[-0.5,0]],"v":[[23.907,-21.564],[5.681,-1.041],[-27.45,14.741],[-16.224,23.558],[21.972,45.988],[65.376,22.116],[73.384,22.446],[55.567,2.369],[37.454,-20.93]],"c":true}],"e":[{"i":[[0,0],[10.15,-4.475],[11.943,-12.035],[-0.536,-3.93],[-20.946,0.657],[-10.162,0.463],[-0.08,2.927],[7.515,7.916],[2.733,7.57]],"o":[[-5.167,10.584],[-9.979,4.4],[0.658,3.521],[1.014,7.44],[21.5,-0.675],[4.422,-0.202],[0.361,-13.168],[-9.421,-9.923],[-0.5,0]],"v":[[23.907,-21.564],[4.355,-1.643],[-31.535,15.639],[-19.356,26.98],[21.763,53.672],[63.246,30.966],[76.057,29.661],[53.432,7.067],[37.454,-20.93]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":272,"s":[{"i":[[0,0],[10.15,-4.475],[11.943,-12.035],[-0.536,-3.93],[-20.946,0.657],[-10.162,0.463],[-0.08,2.927],[7.515,7.916],[2.733,7.57]],"o":[[-5.167,10.584],[-9.979,4.4],[0.658,3.521],[1.014,7.44],[21.5,-0.675],[4.422,-0.202],[0.361,-13.168],[-9.421,-9.923],[-0.5,0]],"v":[[23.907,-21.564],[4.355,-1.643],[-31.535,15.639],[-19.356,26.98],[21.763,53.672],[63.246,30.966],[76.057,29.661],[53.432,7.067],[37.454,-20.93]],"c":true}],"e":[{"i":[[0,0],[10.414,-3.821],[11.943,-12.035],[-1.037,-3.828],[-20.946,0.657],[-8.776,5.144],[-6.53,0.696],[9.371,6.563],[2.733,7.57]],"o":[[-5.167,10.584],[-8.496,3.117],[5.189,3.656],[1.697,6.264],[21.5,-0.675],[4.532,-2.656],[0.361,-13.168],[-11.207,-7.849],[-0.5,0]],"v":[[23.907,-21.564],[3.155,-4.404],[-34.841,2.769],[-20.988,16.711],[21.763,53.672],[67.925,33.868],[84.894,26.138],[56.98,5.073],[37.454,-20.93]],"c":true}]},{"t":276}],"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,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":164,"op":277,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 14","parent":20,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-8.705,"ix":10},"p":{"a":0,"k":[-29.17,65.743,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[166.667,166.667,100],"ix":6}},"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},"n":"0p667_1_0p333_0","t":103,"s":[{"i":[[0,0],[5,-4.25],[-4.54,-23.198],[-12.229,-1.422],[-5.672,2.397],[-3.737,3.141],[6.585,16.216],[4.25,6.25]],"o":[[-0.25,10.75],[-7.684,-0.299],[3.736,12.223],[6.577,0.765],[3.599,-1.521],[6.857,-5.28],[5.652,-13.173],[-0.5,0]],"v":[[24.25,-20.5],[14.701,11.222],[-13.087,42.406],[9.553,61.599],[27.544,59.415],[38.451,52.489],[41.87,25.451],[35.25,-19.75]],"c":true}],"e":[{"i":[[0,0],[5,-4.25],[-2.5,-18],[-12.229,-1.422],[-6.361,3.053],[-2.329,1.553],[2.25,13.5],[4.25,6.25]],"o":[[-0.25,10.75],[-7.089,6.026],[4.75,15],[6.577,0.765],[4.036,-1.937],[3.25,-7.25],[-2.25,-13.5],[-0.5,0]],"v":[[24.25,-20.5],[15.25,7],[-15,34],[8.25,58.75],[28.887,53.858],[38.75,48.25],[43,13],[35.25,-19.75]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110,"s":[{"i":[[0,0],[5,-4.25],[-2.5,-18],[-12.229,-1.422],[-6.361,3.053],[-2.329,1.553],[2.25,13.5],[4.25,6.25]],"o":[[-0.25,10.75],[-7.089,6.026],[4.75,15],[6.577,0.765],[4.036,-1.937],[3.25,-7.25],[-2.25,-13.5],[-0.5,0]],"v":[[24.25,-20.5],[15.25,7],[-15,34],[8.25,58.75],[28.887,53.858],[38.75,48.25],[43,13],[35.25,-19.75]],"c":true}],"e":[{"i":[[0,0],[6.323,-1.754],[4.413,-19.207],[-12.229,-1.422],[-6.759,3.753],[-2.389,0.492],[0.919,14.376],[4.25,6.25]],"o":[[-0.25,10.75],[-9.59,2.661],[3.741,10.121],[6.577,0.765],[4.289,-2.381],[3.25,-7.25],[-0.873,-13.658],[-0.5,0]],"v":[[24.25,-20.5],[15.041,7.762],[-16.309,37.576],[8.25,58.75],[29.753,51.451],[40.154,46.422],[43,13],[35.25,-19.75]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":115,"s":[{"i":[[0,0],[6.323,-1.754],[4.413,-19.207],[-12.229,-1.422],[-6.759,3.753],[-2.389,0.492],[0.919,14.376],[4.25,6.25]],"o":[[-0.25,10.75],[-9.59,2.661],[3.741,10.121],[6.577,0.765],[4.289,-2.381],[3.25,-7.25],[-0.873,-13.658],[-0.5,0]],"v":[[24.25,-20.5],[15.041,7.762],[-16.309,37.576],[8.25,58.75],[29.753,51.451],[40.154,46.422],[43,13],[35.25,-19.75]],"c":true}],"e":[{"i":[[0,0],[5.068,-4.169],[4.538,-26.876],[-12.298,0.575],[-6.676,3.221],[-2.239,1.607],[0.919,14.376],[4.25,6.25]],"o":[[-0.25,10.75],[-8.927,7.343],[3.741,10.121],[6.684,-0.313],[4.236,-2.044],[3.25,-7.25],[-0.873,-13.658],[-0.5,0]],"v":[[24.25,-20.5],[15.041,7.762],[-14.684,42.466],[8.385,57.235],[29.94,50.714],[40.04,44.926],[43,13],[35.25,-19.75]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":117,"s":[{"i":[[0,0],[5.068,-4.169],[4.538,-26.876],[-12.298,0.575],[-6.676,3.221],[-2.239,1.607],[0.919,14.376],[4.25,6.25]],"o":[[-0.25,10.75],[-8.927,7.343],[3.741,10.121],[6.684,-0.313],[4.236,-2.044],[3.25,-7.25],[-0.873,-13.658],[-0.5,0]],"v":[[24.25,-20.5],[15.041,7.762],[-14.684,42.466],[8.385,57.235],[29.94,50.714],[40.04,44.926],[43,13],[35.25,-19.75]],"c":true}],"e":[{"i":[[0,0],[5.068,-4.169],[9.87,-23.089],[-12.298,0.575],[-5.983,2.409],[-2.788,0.67],[0.919,14.376],[4.25,6.25]],"o":[[-0.25,10.75],[-8.927,7.343],[1.266,7.057],[6.684,-0.313],[3.797,-1.529],[3.25,-7.25],[-0.873,-13.658],[-0.5,0]],"v":[[24.25,-20.5],[15.041,7.762],[-14.684,42.466],[8.271,54.476],[27.824,49.1],[37.842,45.47],[43,13],[35.25,-19.75]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":122,"s":[{"i":[[0,0],[5.068,-4.169],[9.87,-23.089],[-12.298,0.575],[-5.983,2.409],[-2.788,0.67],[0.919,14.376],[4.25,6.25]],"o":[[-0.25,10.75],[-8.927,7.343],[1.266,7.057],[6.684,-0.313],[3.797,-1.529],[3.25,-7.25],[-0.873,-13.658],[-0.5,0]],"v":[[24.25,-20.5],[15.041,7.762],[-14.684,42.466],[8.271,54.476],[27.824,49.1],[37.842,45.47],[43,13],[35.25,-19.75]],"c":true}],"e":[{"i":[[0,0],[4.574,-4.039],[8.143,-14.927],[-11.525,-2.154],[-4.983,-0.37],[-2.788,0.67],[0.919,14.376],[2.733,7.57]],"o":[[-1.926,11.486],[-8.664,7.651],[-0.412,9.56],[6.176,1.154],[6.263,0.465],[5.611,-10.783],[-0.873,-13.658],[-0.5,0]],"v":[[24.25,-20.5],[7.703,6.133],[-16.211,32.622],[7.701,54.895],[24.485,57.693],[35.363,60.013],[43.456,13.323],[35.25,-19.75]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":164,"s":[{"i":[[0,0],[4.574,-4.039],[8.143,-14.927],[-11.525,-2.154],[-4.983,-0.37],[-2.788,0.67],[0.919,14.376],[2.733,7.57]],"o":[[-1.926,11.486],[-8.664,7.651],[-0.412,9.56],[6.176,1.154],[6.263,0.465],[5.611,-10.783],[-0.873,-13.658],[-0.5,0]],"v":[[24.25,-20.5],[7.703,6.133],[-16.211,32.622],[7.701,54.895],[24.485,57.693],[35.363,60.013],[43.456,13.323],[35.25,-19.75]],"c":true}],"e":[{"i":[[0,0],[7.033,-1.93],[-0.176,-13.457],[-11.027,-5.404],[-4.983,-0.37],[-2.788,0.67],[0.919,14.376],[2.733,7.57]],"o":[[0.437,12.569],[-11.147,3.059],[2.844,9.768],[5.642,2.765],[6.263,0.465],[5.611,-10.783],[-0.873,-13.658],[-0.5,0]],"v":[[24.25,-20.5],[7.703,6.133],[-16.479,31.063],[8.004,52.918],[24.485,57.693],[35.363,60.013],[43.456,13.323],[35.25,-19.75]],"c":true}]},{"t":195}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.892509011661,0.103592996036,0.552215995041,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":103,"op":164,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 10","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[140,140,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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},"n":"0p667_1_0p333_0","t":95,"s":[{"i":[[-0.75,0.5],[0,-4.25],[-6.593,-20.22],[-8.625,2.76],[-5,1.5],[-5.157,5.626],[10,9.5],[2,5]],"o":[[-6,7],[-5,4.25],[3.75,11.5],[6.25,-2],[5,-1.5],[5.5,-6],[-0.5,-10],[-0.25,0.25]],"v":[[27,-25.5],[14.25,3],[-9.75,41.75],[17.75,52.25],[32,43],[50.75,35.5],[41.75,12],[38.5,-21.75]],"c":true}],"e":[{"i":[[-0.75,0.5],[4,-5.25],[-5.75,-13.25],[-12.75,-1],[-7.25,3.5],[-2.5,4.5],[6.5,6.5],[4.75,7.5]],"o":[[1,10.75],[-10.25,8.75],[6.365,14.667],[7.228,0.567],[4.701,-2.269],[2.865,-5.158],[2,-10],[-0.25,0.25]],"v":[[20.25,-26],[14.25,3],[-8.25,40.75],[17.5,57],[35.75,49],[47,40],[42.75,24],[31.75,-25.5]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":100,"s":[{"i":[[-0.75,0.5],[4,-5.25],[-5.75,-13.25],[-12.75,-1],[-7.25,3.5],[-2.5,4.5],[6.5,6.5],[4.75,7.5]],"o":[[1,10.75],[-10.25,8.75],[6.365,14.667],[7.228,0.567],[4.701,-2.269],[2.865,-5.158],[2,-10],[-0.25,0.25]],"v":[[20.25,-26],[14.25,3],[-8.25,40.75],[17.5,57],[35.75,49],[47,40],[42.75,24],[31.75,-25.5]],"c":true}],"e":[{"i":[[-0.75,0.5],[4,-5.25],[-6.25,-20.25],[-12.75,-1],[-7.25,3.5],[-2.5,4.5],[6.5,6.5],[4.75,7.5]],"o":[[1,10.75],[-10.25,8.75],[4.715,15.277],[7.228,0.567],[4.701,-2.269],[2.865,-5.158],[2,-10],[-0.25,0.25]],"v":[[17.25,-23.5],[14,6],[-10.25,40],[15.25,57.75],[33,53.25],[44.25,44.25],[42.75,24],[29.25,-23.25]],"c":true}]},{"t":102}],"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,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":95,"op":103,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 11","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[139.5,141.75,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":93,"s":[{"i":[[0.267,11.595],[0.5,0.5],[1.576,-14.023],[3.159,-6.646],[-7.188,-6.405],[-14.576,9.429],[-6.407,9.263],[8.66,5.535]],"o":[[0,1],[-10.96,10.038],[-9.519,4.18],[-2.639,5.363],[9.927,8.633],[8.676,-3.652],[3.385,-5.5],[0.357,-12.185]],"v":[[41.538,-25.098],[29.291,-27.857],[12.726,6.403],[-9.551,24.75],[-7.064,48.195],[33.289,42.993],[54.543,31.35],[40.942,10.76]],"c":true}],"e":[{"i":[[0.92,12.015],[0.5,0.5],[1.732,-13.903],[3.343,-6.834],[-7.52,-6.653],[-14.372,9.423],[-7.126,9.15],[9.1,5.948]],"o":[[0,1],[-10.96,10.038],[-9.268,3.597],[-2.657,5.166],[9.927,8.633],[8.128,-3.077],[3.624,-5.35],[1.6,-11.802]],"v":[[40.83,-24.265],[28.541,-27.107],[13.268,5.903],[-9.593,24.084],[-6.98,48.903],[33.122,43.577],[53.876,32.35],[40.9,11.302]],"c":true}]},{"t":94}],"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,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":93,"op":95,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 12","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[139.5,141.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":90,"s":[{"i":[[-1.693,10.338],[0.5,0.5],[1.108,-14.381],[2.608,-6.085],[-6.192,-5.659],[-15.185,9.446],[-4.251,9.601],[7.341,4.294]],"o":[[0,1],[-10.96,10.038],[-10.273,5.928],[-2.583,5.953],[9.927,8.633],[10.32,-5.377],[2.667,-5.951],[-3.372,-13.336]],"v":[[43.663,-27.598],[31.541,-30.107],[11.101,7.903],[-9.426,26.75],[-7.314,46.07],[33.789,41.243],[56.543,28.35],[41.067,9.135]],"c":true}],"e":[{"i":[[0.267,11.595],[0.5,0.5],[1.576,-14.023],[3.159,-6.646],[-7.188,-6.405],[-14.576,9.429],[-6.407,9.263],[8.66,5.535]],"o":[[0,1],[-10.96,10.038],[-9.519,4.18],[-2.639,5.363],[9.927,8.633],[8.676,-3.652],[3.385,-5.5],[0.357,-12.185]],"v":[[41.538,-25.098],[29.291,-27.857],[12.726,6.403],[-9.551,24.75],[-7.064,48.195],[33.289,42.993],[54.543,31.35],[40.942,10.76]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":93,"s":[{"i":[[0.267,11.595],[0.5,0.5],[1.576,-14.023],[3.159,-6.646],[-7.188,-6.405],[-14.576,9.429],[-6.407,9.263],[8.66,5.535]],"o":[[0,1],[-10.96,10.038],[-9.519,4.18],[-2.639,5.363],[9.927,8.633],[8.676,-3.652],[3.385,-5.5],[0.357,-12.185]],"v":[[41.538,-25.098],[29.291,-27.857],[12.726,6.403],[-9.551,24.75],[-7.064,48.195],[33.289,42.993],[54.543,31.35],[40.942,10.76]],"c":true}],"e":[{"i":[[0.92,12.015],[0.5,0.5],[1.732,-13.903],[3.343,-6.834],[-7.52,-6.653],[-14.372,9.423],[-7.126,9.15],[9.1,5.948]],"o":[[0,1],[-10.96,10.038],[-9.268,3.597],[-2.657,5.166],[9.927,8.633],[8.128,-3.077],[3.624,-5.35],[1.6,-11.802]],"v":[[40.83,-24.265],[28.541,-27.107],[13.268,5.903],[-9.593,24.084],[-6.98,48.903],[33.122,43.577],[53.876,32.35],[40.9,11.302]],"c":true}]},{"t":94}],"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,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":90,"op":93,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Shape Layer 6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[140,140,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":88,"s":[{"i":[[-3,9.5],[0.5,0.5],[0.795,-14.62],[2.24,-5.711],[-5.528,-5.161],[-15.591,9.457],[-2.813,9.827],[6.461,3.467]],"o":[[0,1],[-10.96,10.038],[-10.776,7.094],[-2.546,6.347],[9.927,8.633],[11.416,-6.528],[2.189,-6.251],[-5.857,-14.103]],"v":[[45.08,-29.265],[33.041,-31.607],[10.018,8.903],[-9.343,28.084],[-7.48,44.653],[34.122,40.077],[57.876,26.35],[41.15,8.052]],"c":true}],"e":[{"i":[[-1.693,10.338],[0.5,0.5],[1.108,-14.381],[2.608,-6.085],[-6.192,-5.659],[-15.185,9.446],[-4.251,9.601],[7.341,4.294]],"o":[[0,1],[-10.96,10.038],[-10.273,5.928],[-2.583,5.953],[9.927,8.633],[10.32,-5.377],[2.667,-5.951],[-3.372,-13.336]],"v":[[43.663,-27.598],[31.541,-30.107],[11.101,7.903],[-9.426,26.75],[-7.314,46.07],[33.789,41.243],[56.543,28.35],[41.067,9.135]],"c":true}]},{"t":90}],"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,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":88,"op":90,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Shape Layer 8","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[140,140,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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},"n":"0p667_1_0p333_0","t":83,"s":[{"i":[[0,-0.5],[1.5,-10],[-4,-15],[-19,7.5],[-4,11.5],[8.5,4],[-0.25,9.5]],"o":[[-8.5,8],[-11.5,6],[3.302,12.383],[13.105,-5.173],[4,-11.5],[-3.25,-11],[-0.5,1]],"v":[[27.5,-32.5],[11.5,7.5],[-9.75,37.5],[34.5,42.5],[60.5,23.25],[42.75,4.5],[38.5,-32]],"c":true}],"e":[{"i":[[0,-0.5],[0.5,-10.25],[-4,-15],[-19,7.5],[-5.593,9.632],[8.5,4],[-3.5,9]],"o":[[-12.5,7.75],[-11.5,6],[3.302,12.383],[13.105,-5.173],[4.5,-7.75],[-3.25,-11],[-0.5,1]],"v":[[33.75,-30.75],[11.25,8.25],[-9.75,40.75],[34.5,42],[59.5,28],[41,7.75],[45.25,-28.25]],"c":true}]},{"t":88}],"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,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":83,"op":88,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Shape Layer 5","parent":20,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":6.856,"ix":10},"p":{"a":0,"k":[-32.484,68.658,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[166.667,166.667,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":79,"s":[{"i":[[4.5,10.5],[0.5,0.5],[3.5,-9.5],[-0.5,-10.5],[-4.094,-4.916],[-19.21,4.668],[2.614,12.744],[8,-1]],"o":[[0,1],[-6.5,12],[-13.5,3.5],[0.404,8.494],[7.551,9.069],[26.75,-6.5],[-2,-9.75],[-8,-10.5]],"v":[[31,-31.5],[19.5,-30.5],[11.5,10.5],[-11.5,26.75],[-2.656,38.166],[33,47.5],[60.25,14.5],[42.5,4.5]],"c":true}],"e":[{"i":[[2.244,10.205],[0.5,0.5],[-2.871,-9.764],[0.325,-8.686],[-4.094,-4.916],[-18.703,6.405],[-0.033,11.636],[8,-1]],"o":[[0,1],[-8.997,9.89],[-13.245,5.675],[-0.318,8.498],[7.551,9.069],[24.005,-8.221],[0.028,-9.953],[-4.81,-8.964]],"v":[[36.755,-31.487],[24.506,-30.456],[11.093,12.769],[-11.972,33.525],[-2.461,42.912],[33,47.5],[62.621,17.405],[42.842,6.738]],"c":true}]},{"t":82}],"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,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":79,"op":83,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Shape Layer 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[140,140,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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},"n":"0p667_1_0p333_0","t":74,"s":[{"i":[[6.5,4.75],[-0.25,0.25],[4.788,-9.176],[-1,-8.25],[-15.25,1],[-4.5,5.75],[3.383,11.205]],"o":[[-0.25,-0.25],[3.75,10],[-6,11.5],[1,8.25],[15.25,-1],[4.5,-5.75],[-4,-13.25]],"v":[[29.25,-26.75],[15.75,-23],[15.5,10.75],[-18,44.25],[12,58.5],[45,48],[47.75,11]],"c":true}],"e":[{"i":[[3.75,6],[-0.25,0.25],[8.204,-6.311],[-1,-8.25],[-22.75,1.25],[-4.5,7.5],[6.25,6.5]],"o":[[-0.25,-0.25],[2.25,9.75],[-6.5,5],[1,8.25],[15.26,-0.838],[3.757,-6.261],[-2.25,-15.5]],"v":[[28.75,-29.5],[16.75,-26.5],[12.25,12.25],[-13.5,34.75],[20.5,53.5],[55.75,35.75],[47,11]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":76,"s":[{"i":[[3.75,6],[-0.25,0.25],[8.204,-6.311],[-1,-8.25],[-22.75,1.25],[-4.5,7.5],[6.25,6.5]],"o":[[-0.25,-0.25],[2.25,9.75],[-6.5,5],[1,8.25],[15.26,-0.838],[3.757,-6.261],[-2.25,-15.5]],"v":[[28.75,-29.5],[16.75,-26.5],[12.25,12.25],[-13.5,34.75],[20.5,53.5],[55.75,35.75],[47,11]],"c":true}],"e":[{"i":[[3.75,6],[-0.25,0.25],[4.25,-11.25],[-1,-8.25],[-19,-2.5],[-3.561,7.989],[6.5,0.5]],"o":[[-0.25,-0.25],[-1.25,12],[-7.25,3.75],[1,8.25],[15.152,1.994],[9.25,-20.75],[-6,-16]],"v":[[29.25,-30.5],[17.25,-30],[12.25,10.25],[-12,25.75],[20.5,49.5],[57.75,30.75],[44,8]],"c":true}]},{"t":78}],"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,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":74,"op":79,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Shape Layer 1","parent":20,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-24.292,"ix":10},"p":{"a":0,"k":[-52.67,8.922,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[166.667,166.667,100],"ix":6}},"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},"n":"0p667_1_0p333_0","t":65,"s":[{"i":[[0.25,0.25],[6.298,-7.252],[6.999,-4.2],[-2,-3.5],[-3,-1.5],[-8.25,-2],[-9.69,1.077],[-3.844,1.214],[-2.982,3.333],[-0.75,8.75],[2.5,6]],"o":[[-4,12],[-8.25,9.5],[-5,3],[1,1.75],[3,1.5],[13.915,3.373],[4.5,-0.5],[4.75,-1.5],[4.25,-4.75],[0.75,-8.75],[0.5,0.5]],"v":[[26.75,23.5],[11.75,48],[-26.25,68.75],[-36.25,81.25],[-30.75,83.5],[-19,93],[22.5,91.25],[30.75,92.75],[35.5,84.5],[43,65],[40.5,27]],"c":true}],"e":[{"i":[[0.25,0.25],[7.207,-6.349],[6.999,-4.2],[1.83,-3.592],[-9.29,-2.48],[-8.25,-2],[-9.69,1.077],[-3.844,1.214],[-2.982,3.333],[-0.75,8.75],[2.5,6]],"o":[[-4,12],[-8.234,7.254],[-5,3],[-0.721,1.416],[3.241,0.865],[13.915,3.373],[4.5,-0.5],[4.75,-1.5],[4.25,-4.75],[0.75,-8.75],[0.5,0.5]],"v":[[26.75,23.5],[12.187,44.527],[-25.068,63.355],[-33.484,73.283],[-25.043,82.202],[-8.515,87.768],[13.664,89.383],[25.639,85.304],[35.5,84.5],[43,65],[40.5,27]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":66,"s":[{"i":[[0.25,0.25],[7.207,-6.349],[6.999,-4.2],[1.83,-3.592],[-9.29,-2.48],[-8.25,-2],[-9.69,1.077],[-3.844,1.214],[-2.982,3.333],[-0.75,8.75],[2.5,6]],"o":[[-4,12],[-8.234,7.254],[-5,3],[-0.721,1.416],[3.241,0.865],[13.915,3.373],[4.5,-0.5],[4.75,-1.5],[4.25,-4.75],[0.75,-8.75],[0.5,0.5]],"v":[[26.75,23.5],[12.187,44.527],[-25.068,63.355],[-33.484,73.283],[-25.043,82.202],[-8.515,87.768],[13.664,89.383],[25.639,85.304],[35.5,84.5],[43,65],[40.5,27]],"c":true}],"e":[{"i":[[0.25,0.25],[8.242,-4.931],[6.327,-4.534],[1.83,-3.592],[-9.29,-2.48],[-8.25,-2],[-9.69,1.077],[-3.754,1.468],[-1.797,2.676],[-0.75,8.75],[2.5,6]],"o":[[-4,12],[-11.295,6.758],[-4.74,3.396],[-0.721,1.416],[3.241,0.865],[13.915,3.373],[4.5,-0.5],[2.495,-0.976],[3.553,-5.291],[0.75,-8.75],[0.5,0.5]],"v":[[26.75,23.5],[10.832,47.644],[-26.575,67.705],[-39.951,80.023],[-31.51,88.942],[-14.667,90.247],[7.477,94.324],[20.838,91.556],[29.219,84.563],[39.692,62.231],[40.5,27]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":70,"s":[{"i":[[0.25,0.25],[8.242,-4.931],[6.327,-4.534],[1.83,-3.592],[-9.29,-2.48],[-8.25,-2],[-9.69,1.077],[-3.754,1.468],[-1.797,2.676],[-0.75,8.75],[2.5,6]],"o":[[-4,12],[-11.295,6.758],[-4.74,3.396],[-0.721,1.416],[3.241,0.865],[13.915,3.373],[4.5,-0.5],[2.495,-0.976],[3.553,-5.291],[0.75,-8.75],[0.5,0.5]],"v":[[26.75,23.5],[10.832,47.644],[-26.575,67.705],[-39.951,80.023],[-31.51,88.942],[-14.667,90.247],[7.477,94.324],[20.838,91.556],[29.219,84.563],[39.692,62.231],[40.5,27]],"c":true}],"e":[{"i":[[0.25,0.25],[8.242,-4.931],[7.775,0.359],[2.787,-2.913],[-7.919,-5.453],[-7.811,-3.324],[-9.575,-1.839],[-3.144,2.523],[-1.797,2.676],[-2.113,8.524],[2.5,6]],"o":[[-2.667,11.177],[-11.295,6.758],[-5.557,-0.256],[-3.302,3.451],[4.682,3.224],[7.609,3.237],[5.726,1.1],[3.137,-2.517],[3.553,-5.291],[3.753,-15.138],[0.5,0.5]],"v":[[26.75,23.5],[10.773,49.101],[-18.485,54.474],[-35.105,58.979],[-27.21,79.205],[-11.962,90.228],[8.809,96.395],[20.308,95.096],[29.219,84.563],[39.692,62.231],[40.5,27]],"c":true}]},{"t":73}],"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,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":65,"op":74,"st":65,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"Cape1","parent":20,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[23.667,3.667,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[166.667,166.667,100],"ix":6}},"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},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[1.5,10.25],[-0.25,0.25],[8.316,-9.141],[-3.989,-6.354],[-2.315,-2.109],[-5.919,-1.261],[-6.779,0.056],[-0.821,-0.931],[0.413,14.214]],"o":[[-0.25,-0.75],[-0.204,4.192],[-12.474,13.711],[1.063,1.693],[3.785,3.449],[8.411,1.792],[4.058,-0.034],[1.422,-2.844],[-0.617,-21.248]],"v":[[3.5,10.5],[-11.75,11.75],[-19.026,37.789],[-40,75],[-34.848,80.937],[-19.915,89.026],[5.185,90.209],[13,91.25],[17.337,60.036]],"c":true}],"e":[{"i":[[1.901,14.238],[-0.25,0.25],[5.37,-11.13],[-6.287,-10.197],[-4.507,-0.743],[-5.251,0.693],[-7.374,2.128],[-1.576,-2.173],[2.945,5.58]],"o":[[-0.25,-0.75],[-0.187,4.564],[-7.822,16.211],[1.263,2.049],[5.355,0.883],[9.63,-1.271],[4.414,-1.274],[3.015,-7.191],[-9.155,-17.347]],"v":[[1.563,7.49],[-11.75,11.75],[-19.026,37.789],[-37.906,84.096],[-28.209,83.325],[-11.314,88.454],[15.964,80.077],[25.328,80.723],[23.388,56.953]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":8,"s":[{"i":[[1.901,14.238],[-0.25,0.25],[5.37,-11.13],[-6.287,-10.197],[-4.507,-0.743],[-5.251,0.693],[-7.374,2.128],[-1.576,-2.173],[2.945,5.58]],"o":[[-0.25,-0.75],[-0.187,4.564],[-7.822,16.211],[1.263,2.049],[5.355,0.883],[9.63,-1.271],[4.414,-1.274],[3.015,-7.191],[-9.155,-17.347]],"v":[[1.563,7.49],[-11.75,11.75],[-19.026,37.789],[-37.906,84.096],[-28.209,83.325],[-11.314,88.454],[15.964,80.077],[25.328,80.723],[23.388,56.953]],"c":true}],"e":[{"i":[[5.136,13.632],[-0.25,0.25],[4.23,-8.466],[-8.437,-8.503],[-4.567,-0.072],[-13.45,4.938],[-10.389,9.329],[-4.688,3.048],[6.778,5.872]],"o":[[-0.25,-0.75],[-0.187,4.564],[-7.734,15.478],[3.048,3.072],[4.868,0.077],[7.662,-2.813],[4.497,-4.038],[1.86,-4.71],[-14.503,-12.564]],"v":[[1.563,7.49],[-11.75,11.75],[-15.055,39.03],[-37.386,88.224],[-28.847,84.511],[-0.631,84.081],[29.511,63.266],[40.722,61.329],[27.973,43.341]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":15,"s":[{"i":[[5.136,13.632],[-0.25,0.25],[4.23,-8.466],[-8.437,-8.503],[-4.567,-0.072],[-13.45,4.938],[-10.389,9.329],[-4.688,3.048],[6.778,5.872]],"o":[[-0.25,-0.75],[-0.187,4.564],[-7.734,15.478],[3.048,3.072],[4.868,0.077],[7.662,-2.813],[4.497,-4.038],[1.86,-4.71],[-14.503,-12.564]],"v":[[1.563,7.49],[-11.75,11.75],[-15.055,39.03],[-37.386,88.224],[-28.847,84.511],[-0.631,84.081],[29.511,63.266],[40.722,61.329],[27.973,43.341]],"c":true}],"e":[{"i":[[4.227,11.857],[-0.25,0.25],[7.058,-9.781],[-9.67,-11.415],[-4.567,-0.072],[-18.845,10.047],[-6.388,5.222],[-4.688,3.048],[6.778,5.872]],"o":[[-0.25,-0.75],[2.868,9.544],[-8.171,11.323],[3.829,4.52],[4.868,0.077],[16.122,-8.595],[4.679,-3.825],[0.077,-4.512],[-14.503,-12.564]],"v":[[-0.027,8.728],[-12.81,14.225],[-20.002,54.941],[-36.325,89.638],[-27.433,87.339],[5.026,83.02],[31.455,59.199],[41.074,55.319],[27.089,39.275]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":17,"s":[{"i":[[4.227,11.857],[-0.25,0.25],[7.058,-9.781],[-9.67,-11.415],[-4.567,-0.072],[-18.845,10.047],[-6.388,5.222],[-4.688,3.048],[6.778,5.872]],"o":[[-0.25,-0.75],[2.868,9.544],[-8.171,11.323],[3.829,4.52],[4.868,0.077],[16.122,-8.595],[4.679,-3.825],[0.077,-4.512],[-14.503,-12.564]],"v":[[-0.027,8.728],[-12.81,14.225],[-20.002,54.941],[-36.325,89.638],[-27.433,87.339],[5.026,83.02],[31.455,59.199],[41.074,55.319],[27.089,39.275]],"c":true}],"e":[{"i":[[4.722,10.805],[-0.25,0.25],[6.402,-9.087],[-6.845,-16.119],[-4.567,-0.072],[-15.96,8.842],[-11.474,16.027],[-4.128,6.574],[8.078,3.895]],"o":[[-0.25,-0.75],[3.194,17.642],[-8.658,12.289],[1.62,3.814],[4.868,0.077],[8.13,-4.504],[3.518,-4.914],[-0.218,-10.429],[-12.271,-5.917]],"v":[[-1.499,9.798],[-14.325,14.945],[-22.86,53.312],[-34.162,92.582],[-26.451,89.359],[0.739,87.284],[30.652,56.928],[41.92,50.585],[29.499,34.518]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":24,"s":[{"i":[[4.722,10.805],[-0.25,0.25],[6.402,-9.087],[-6.845,-16.119],[-4.567,-0.072],[-15.96,8.842],[-11.474,16.027],[-4.128,6.574],[8.078,3.895]],"o":[[-0.25,-0.75],[3.194,17.642],[-8.658,12.289],[1.62,3.814],[4.868,0.077],[8.13,-4.504],[3.518,-4.914],[-0.218,-10.429],[-12.271,-5.917]],"v":[[-1.499,9.798],[-14.325,14.945],[-22.86,53.312],[-34.162,92.582],[-26.451,89.359],[0.739,87.284],[30.652,56.928],[41.92,50.585],[29.499,34.518]],"c":true}],"e":[{"i":[[7.497,10.027],[-0.25,0.25],[4.839,-10.008],[-5.751,-1.861],[-3.862,1.084],[-12.009,6.552],[-6.047,3.84],[-6.45,3.657],[6.102,6.572]],"o":[[-0.25,-0.75],[3.194,17.642],[-7.051,14.582],[3.365,1.089],[4.687,-1.316],[8.159,-4.451],[8.24,-5.233],[-2.272,-8.533],[-9.062,-9.76]],"v":[[-1.499,9.798],[-14.325,14.945],[-22.964,55.112],[-31.219,95.739],[-19.006,91.526],[0.739,87.284],[20.377,67.655],[40.297,60.631],[25.992,37.51]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":32,"s":[{"i":[[7.497,10.027],[-0.25,0.25],[4.839,-10.008],[-5.751,-1.861],[-3.862,1.084],[-12.009,6.552],[-6.047,3.84],[-6.45,3.657],[6.102,6.572]],"o":[[-0.25,-0.75],[3.194,17.642],[-7.051,14.582],[3.365,1.089],[4.687,-1.316],[8.159,-4.451],[8.24,-5.233],[-2.272,-8.533],[-9.062,-9.76]],"v":[[-1.499,9.798],[-14.325,14.945],[-22.964,55.112],[-31.219,95.739],[-19.006,91.526],[0.739,87.284],[20.377,67.655],[40.297,60.631],[25.992,37.51]],"c":true}],"e":[{"i":[[7.497,10.027],[-0.25,0.25],[4.839,-10.008],[-5.751,-1.861],[-3.862,1.084],[-11.092,8.008],[-6.047,3.84],[-6.45,3.657],[6.102,6.572]],"o":[[-0.25,-0.75],[3.194,17.642],[-7.051,14.582],[3.365,1.089],[4.687,-1.316],[8.52,-6.151],[8.24,-5.233],[7.383,-10.961],[-9.062,-9.76]],"v":[[-1.499,9.798],[-14.325,14.945],[-24.558,52.658],[-27.22,96.248],[-19.006,91.526],[0.739,87.284],[21.225,68.607],[38.842,62.978],[25.992,37.51]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":45,"s":[{"i":[[7.497,10.027],[-0.25,0.25],[4.839,-10.008],[-5.751,-1.861],[-3.862,1.084],[-11.092,8.008],[-6.047,3.84],[-6.45,3.657],[6.102,6.572]],"o":[[-0.25,-0.75],[3.194,17.642],[-7.051,14.582],[3.365,1.089],[4.687,-1.316],[8.52,-6.151],[8.24,-5.233],[7.383,-10.961],[-9.062,-9.76]],"v":[[-1.499,9.798],[-14.325,14.945],[-24.558,52.658],[-27.22,96.248],[-19.006,91.526],[0.739,87.284],[21.225,68.607],[38.842,62.978],[25.992,37.51]],"c":true}],"e":[{"i":[[7.497,10.027],[-0.25,0.25],[4.839,-10.008],[-5.751,-1.861],[-3.862,1.084],[-11.092,8.008],[-6.047,3.84],[-6.45,3.657],[6.102,6.572]],"o":[[-0.25,-0.75],[3.194,17.642],[-7.051,14.582],[3.365,1.089],[4.687,-1.316],[8.52,-6.151],[8.24,-5.233],[7.383,-10.961],[-9.062,-9.76]],"v":[[-1.499,9.798],[-14.325,14.945],[-24.558,52.658],[-27.22,96.248],[-19.006,91.526],[0.739,87.284],[21.225,68.607],[38.842,62.978],[25.992,37.51]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":62,"s":[{"i":[[7.497,10.027],[-0.25,0.25],[4.839,-10.008],[-5.751,-1.861],[-3.862,1.084],[-11.092,8.008],[-6.047,3.84],[-6.45,3.657],[6.102,6.572]],"o":[[-0.25,-0.75],[3.194,17.642],[-7.051,14.582],[3.365,1.089],[4.687,-1.316],[8.52,-6.151],[8.24,-5.233],[7.383,-10.961],[-9.062,-9.76]],"v":[[-1.499,9.798],[-14.325,14.945],[-24.558,52.658],[-27.22,96.248],[-19.006,91.526],[0.739,87.284],[21.225,68.607],[38.842,62.978],[25.992,37.51]],"c":true}],"e":[{"i":[[7.497,10.027],[-0.25,0.25],[7.184,-10.222],[-6.414,-7.798],[-3.647,-1.67],[-13.037,4.146],[-6.411,3.194],[-6.45,3.657],[3.276,9.046]],"o":[[-0.25,-0.75],[1.054,17.137],[-9.772,13.903],[2.817,3.425],[2.326,1.065],[11.696,-3.719],[5.45,-2.715],[3.885,-3.048],[-4.218,-11.646]],"v":[[1.624,10.034],[-12.024,13.358],[-21.64,52.438],[-45.417,92.393],[-38.85,92.529],[-16.887,94.417],[12.139,77.645],[20.745,75.349],[21.147,46.829]],"c":true}]},{"t":64}],"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,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":65,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"head","parent":20,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[0],"e":[-32]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":23,"s":[-32],"e":[-32]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":61,"s":[-32],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":66,"s":[0],"e":[0]},{"i":{"x":[0.659],"y":[0.813]},"o":{"x":[0.319],"y":[0]},"n":["0p659_0p813_0p319_0"],"t":77,"s":[0],"e":[26.701]},{"i":{"x":[0.713],"y":[0.752]},"o":{"x":[0.333],"y":[-0.182]},"n":["0p713_0p752_0p333_-0p182"],"t":91,"s":[26.701],"e":[0]},{"i":{"x":[0.773],"y":[1]},"o":{"x":[0.423],"y":[-4.871]},"n":["0p773_1_0p423_-4p871"],"t":105,"s":[0],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":112,"s":[0],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":149,"s":[0],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":240,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":309,"s":[0],"e":[-18]},{"t":360}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":0,"s":[14.349,30.005,0],"e":[14.349,30.005,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":68,"s":[14.349,30.005,0],"e":[14.349,30.005,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.732},"o":{"x":0.333,"y":0},"n":"0p667_0p732_0p333_0","t":77,"s":[14.349,30.005,0],"e":[30.766,34.025,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0.268},"n":"0p667_1_0p333_0p268","t":91,"s":[30.766,34.025,0],"e":[14.349,30.005,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":105,"s":[14.349,30.005,0],"e":[14.349,30.005,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":149,"s":[14.349,30.005,0],"e":[14.349,30.005,0],"to":[0,0,0],"ti":[0,0,0]},{"t":240}],"ix":2},"a":{"a":0,"k":[15,27.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-10.493],[10.493,0],[0,10.493],[-10.493,0]],"o":[[0,10.493],[-10.493,0],[0,-10.493],[10.493,0]],"v":[[34,9],[15,28],[-4,9],[15,-10]],"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,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":601,"st":0,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"DownLeg2","parent":17,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[0.803]},"o":{"x":[0.333],"y":[0]},"n":["0p667_0p803_0p333_0"],"t":0,"s":[0],"e":[41.335]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0.368]},"n":["0p667_1_0p333_0p368"],"t":5,"s":[41.335],"e":[121]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":23,"s":[121],"e":[121]},{"i":{"x":[0.694],"y":[0.732]},"o":{"x":[0.333],"y":[0]},"n":["0p694_0p732_0p333_0"],"t":61,"s":[121],"e":[57.095]},{"i":{"x":[0.79],"y":[1]},"o":{"x":[0.43],"y":[1.884]},"n":["0p79_1_0p43_1p884"],"t":66,"s":[57.095],"e":[52]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":68,"s":[52],"e":[51]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":71,"s":[51],"e":[20]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":77,"s":[20],"e":[-43]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":81,"s":[-43],"e":[-55]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":84,"s":[-55],"e":[-40]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":91,"s":[-40],"e":[12]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":105,"s":[12],"e":[12]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":112,"s":[12],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":149,"s":[0],"e":[0]},{"i":{"x":[0.6],"y":[0.549]},"o":{"x":[0.211],"y":[0]},"n":["0p6_0p549_0p211_0"],"t":240,"s":[0],"e":[35.007]},{"i":{"x":[0.832],"y":[1]},"o":{"x":[0.409],"y":[0.68]},"n":["0p832_1_0p409_0p68"],"t":249,"s":[35.007],"e":[72]},{"i":{"x":[0.832],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p832_1_0p167_0"],"t":263,"s":[72],"e":[72]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":268,"s":[72],"e":[32]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":278,"s":[32],"e":[32]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":303,"s":[32],"e":[73]},{"t":355}],"ix":10},"p":{"a":0,"k":[2.625,133.75,0],"ix":2},"a":{"a":0,"k":[2.625,133.75,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":61,"s":[100,100,100],"e":[100,109,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":66,"s":[100,109,100],"e":[100,123,100]},{"i":{"x":[0.649,0.649,0.649],"y":[1,0.071,1]},"o":{"x":[0.31,0.31,0.31],"y":[0,0,0]},"n":["0p649_1_0p31_0","0p649_0p071_0p31_0","0p649_1_0p31_0"],"t":68,"s":[100,123,100],"e":[100,120.91,100]},{"i":{"x":[0.83,0.83,0.83],"y":[1,1,1]},"o":{"x":[0.385,0.385,0.385],"y":[0,0.203,0]},"n":["0p83_1_0p385_0","0p83_1_0p385_0p203","0p83_1_0p385_0"],"t":71,"s":[100,120.91,100],"e":[100,100,100]},{"i":{"x":[0.583,0.583,0.583],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p583_1_0p167_0","0p583_1_0p167_0","0p583_1_0p167_0"],"t":77,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.417,0.417,0.417],"y":[0,0,0]},"n":["0p833_1_0p417_0","0p833_1_0p417_0","0p833_1_0p417_0"],"t":81,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":84,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":91,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":105,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":149,"s":[100,100,100],"e":[100,100,100]},{"t":240}],"ix":6}},"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":[[-2,133.75],[-5,167],[-1,167],[7.5,133.75]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.186856587728,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.623],[2.623,0],[0,2.623],[-2.623,0]],"o":[[0,2.623],[-2.623,0],[0,-2.623],[2.623,0]],"v":[[7.5,133.75],[2.75,138.5],[-2,133.75],[2.75,129]],"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,"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-1.105],[1.105,0],[0,1.105],[-1.105,0]],"o":[[0,1.105],[-1.105,0],[0,-1.105],[1.105,0]],"v":[[-1,167],[-3,169],[-5,167],[-3,165]],"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,"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":601,"st":0,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"UpLeg2","parent":20,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[0.858]},"o":{"x":[0.333],"y":[0]},"n":["0p667_0p858_0p333_0"],"t":0,"s":[-22],"e":[-61.092]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0.294]},"n":["0p667_1_0p333_0p294"],"t":5,"s":[-61.092],"e":[-129]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":23,"s":[-129],"e":[-129]},{"i":{"x":[0.738],"y":[0.846]},"o":{"x":[0.333],"y":[0]},"n":["0p738_0p846_0p333_0"],"t":61,"s":[-129],"e":[-34.497]},{"i":{"x":[0.757],"y":[1]},"o":{"x":[0.413],"y":[2.044]},"n":["0p757_1_0p413_2p044"],"t":66,"s":[-34.497],"e":[-30]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":68,"s":[-30],"e":[-23]},{"i":{"x":[0.639],"y":[0.711]},"o":{"x":[0.157],"y":[0]},"n":["0p639_0p711_0p157_0"],"t":71,"s":[-23],"e":[-26.837]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.438],"y":[-0.031]},"n":["0p833_1_0p438_-0p031"],"t":77,"s":[-26.837],"e":[2]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":81,"s":[2],"e":[10]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":84,"s":[10],"e":[-4]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":91,"s":[-4],"e":[3]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":105,"s":[3],"e":[3]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":112,"s":[3],"e":[-22]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":149,"s":[-22],"e":[-22]},{"i":{"x":[0.6],"y":[0.601]},"o":{"x":[0.211],"y":[0]},"n":["0p6_0p601_0p211_0"],"t":240,"s":[-22],"e":[-55.006]},{"i":{"x":[0.832],"y":[1]},"o":{"x":[0.409],"y":[0.776]},"n":["0p832_1_0p409_0p776"],"t":249,"s":[-55.006],"e":[-82]},{"i":{"x":[0.832],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p832_1_0p167_0"],"t":263,"s":[-82],"e":[-82]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":268,"s":[-82],"e":[-10]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":278,"s":[-10],"e":[-15]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":303,"s":[-15],"e":[-47]},{"t":355}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":83,"s":[23.458,108.417,0],"e":[6.958,108,0],"to":[-2.75,-0.06944444775581,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":97,"s":[6.958,108,0],"e":[23.458,108.417,0],"to":[0,0,0],"ti":[-2.75,-0.06944444775581,0]},{"i":{"x":0.295,"y":0.295},"o":{"x":0.167,"y":0.167},"n":"0p295_0p295_0p167_0p167","t":112,"s":[23.458,108.417,0],"e":[23.458,108.417,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.295,"y":0.295},"o":{"x":0.186,"y":0.186},"n":"0p295_0p295_0p186_0p186","t":149,"s":[23.458,108.417,0],"e":[23.458,108.417,0],"to":[0,0,0],"ti":[0,0,0]},{"t":240}],"ix":2},"a":{"a":0,"k":[7.375,105.5,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":69,"s":[100,100,100],"e":[100,126,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":71,"s":[100,126,100],"e":[100,126,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p833_1_0p333_0","0p833_1_0p333_0","0p833_1_0p333_0"],"t":77,"s":[100,126,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":81,"s":[100,100,100],"e":[100,128,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":84,"s":[100,128,100],"e":[100,128,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":91,"s":[100,128,100],"e":[100,121,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":105,"s":[100,121,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":149,"s":[100,100,100],"e":[100,100,100]},{"t":240}],"ix":6}},"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":[[0.5,105.5],[-2,133.75],[7.5,133.75],[14.5,105.5]],"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,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.623],[2.623,0],[0,2.623],[-2.623,0]],"o":[[0,2.623],[-2.623,0],[0,-2.623],[2.623,0]],"v":[[7.5,133.75],[2.75,138.5],[-2,133.75],[2.75,129]],"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,"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-3.866],[3.866,0],[0,3.866],[-3.866,0]],"o":[[0,3.866],[-3.866,0],[0,-3.866],[3.866,0]],"v":[[14.5,105.5],[7.5,112.5],[0.5,105.5],[7.5,98.5]],"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,"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":601,"st":0,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"DownLeg1","parent":19,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[0.516]},"o":{"x":[0.333],"y":[0]},"n":["0p667_0p516_0p333_0"],"t":0,"s":[18],"e":[32.517]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0.411]},"n":["0p667_1_0p333_0p411"],"t":5,"s":[32.517],"e":[94]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":23,"s":[94],"e":[94]},{"i":{"x":[0.729],"y":[0.61]},"o":{"x":[0.333],"y":[0]},"n":["0p729_0p61_0p333_0"],"t":61,"s":[94],"e":[42.124]},{"i":{"x":[0.762],"y":[1]},"o":{"x":[0.417],"y":[0.538]},"n":["0p762_1_0p417_0p538"],"t":66,"s":[42.124],"e":[19]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":68,"s":[19],"e":[34]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":71,"s":[34],"e":[14]},{"i":{"x":[0.609],"y":[1]},"o":{"x":[0.16],"y":[0]},"n":["0p609_1_0p16_0"],"t":74,"s":[14],"e":[14]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.433],"y":[0]},"n":["0p833_1_0p433_0"],"t":77,"s":[14],"e":[-50]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":81,"s":[-50],"e":[-69]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":84,"s":[-69],"e":[-40]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":91,"s":[-40],"e":[16]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":105,"s":[16],"e":[16]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":112,"s":[16],"e":[18]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":149,"s":[18],"e":[18]},{"i":{"x":[0.675],"y":[5.77]},"o":{"x":[0.157],"y":[0]},"n":["0p675_5p77_0p157_0"],"t":240,"s":[18],"e":[18.931]},{"i":{"x":[0.675],"y":[1.965]},"o":{"x":[0.387],"y":[-1.149]},"n":["0p675_1p965_0p387_-1p149"],"t":263,"s":[18.931],"e":[18.931]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.387],"y":[0.345]},"n":["0p833_1_0p387_0p345"],"t":268,"s":[18.931],"e":[12.262]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":278,"s":[12.262],"e":[12.262]},{"t":303}],"ix":10},"p":{"a":0,"k":[2.625,133.75,0],"ix":2},"a":{"a":0,"k":[2.625,133.75,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":69,"s":[100,100,100],"e":[100,112,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p833_1_0p333_0","0p833_1_0p333_0","0p833_1_0p333_0"],"t":71,"s":[100,112,100],"e":[100,99,100]},{"i":{"x":[0.583,0.583,0.583],"y":[1,0.5,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p583_1_0p167_0","0p583_0p5_0p167_0","0p583_1_0p167_0"],"t":77,"s":[100,99,100],"e":[100,102,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.417,0.417,0.417],"y":[0,-0.562,0]},"n":["0p833_1_0p417_0","0p833_1_0p417_-0p562","0p833_1_0p417_0"],"t":81,"s":[100,102,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":84,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":91,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":105,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":149,"s":[100,100,100],"e":[100,100,100]},{"t":240}],"ix":6}},"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":[[-2,133.75],[-5,167],[-1,167],[7.5,133.75]],"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,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.623],[2.623,0],[0,2.623],[-2.623,0]],"o":[[0,2.623],[-2.623,0],[0,-2.623],[2.623,0]],"v":[[7.5,133.75],[2.75,138.5],[-2,133.75],[2.75,129]],"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,"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-1.105],[1.105,0],[0,1.105],[-1.105,0]],"o":[[0,1.105],[-1.105,0],[0,-1.105],[1.105,0]],"v":[[-1,167],[-3,169],[-5,167],[-3,165]],"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,"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.165808614095,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false}],"ip":0,"op":601,"st":0,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"UpLeg1","parent":20,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[0.768]},"o":{"x":[0.333],"y":[0]},"n":["0p667_0p768_0p333_0"],"t":0,"s":[1],"e":[-20.001]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0.303]},"n":["0p667_1_0p333_0p303"],"t":5,"s":[-20.001],"e":[-78]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":23,"s":[-78],"e":[-78]},{"i":{"x":[0.738],"y":[0.779]},"o":{"x":[0.333],"y":[0]},"n":["0p738_0p779_0p333_0"],"t":61,"s":[-78],"e":[4.6]},{"i":{"x":[0.757],"y":[1]},"o":{"x":[0.413],"y":[0.492]},"n":["0p757_1_0p413_0p492"],"t":66,"s":[4.6],"e":[28]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":68,"s":[28],"e":[22]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":71,"s":[22],"e":[7]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":77,"s":[7],"e":[19]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":81,"s":[19],"e":[25]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":84,"s":[25],"e":[19]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":90,"s":[19],"e":[23]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":91,"s":[23],"e":[12]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":105,"s":[12],"e":[12]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":112,"s":[12],"e":[1]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":149,"s":[1],"e":[1]},{"i":{"x":[0.675],"y":[0.815]},"o":{"x":[0.157],"y":[0]},"n":["0p675_0p815_0p157_0"],"t":240,"s":[1],"e":[-20.702]},{"i":{"x":[0.675],"y":[1.871]},"o":{"x":[0.387],"y":[-1.038]},"n":["0p675_1p871_0p387_-1p038"],"t":263,"s":[-20.702],"e":[-20.702]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.387],"y":[-0.187]},"n":["0p833_1_0p387_-0p187"],"t":268,"s":[-20.702],"e":[-9.607]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":278,"s":[-9.607],"e":[-9.607]},{"t":303}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":83,"s":[6.958,108,0],"e":[23.458,108.417,0],"to":[2.75,0.06944444775581,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":97,"s":[23.458,108.417,0],"e":[6.958,108,0],"to":[0,0,0],"ti":[2.75,0.06944444775581,0]},{"i":{"x":0.295,"y":0.295},"o":{"x":0.167,"y":0.167},"n":"0p295_0p295_0p167_0p167","t":112,"s":[6.958,108,0],"e":[6.958,108,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.295,"y":0.295},"o":{"x":0.186,"y":0.186},"n":"0p295_0p295_0p186_0p186","t":149,"s":[6.958,108,0],"e":[6.958,108,0],"to":[0,0,0],"ti":[0,0,0]},{"t":240}],"ix":2},"a":{"a":0,"k":[7.375,105.5,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":61,"s":[100,100,100],"e":[100,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":66,"s":[100,110,100],"e":[100,130,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p833_1_0p333_0","0p833_1_0p333_0","0p833_1_0p333_0"],"t":68,"s":[100,130,100],"e":[100,128,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":71,"s":[100,128,100],"e":[100,130,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":74,"s":[100,130,100],"e":[100,123,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":77,"s":[100,123,100],"e":[100,123,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":81,"s":[100,123,100],"e":[100,144,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":84,"s":[100,144,100],"e":[100,120,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":91,"s":[100,120,100],"e":[100,107,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":105,"s":[100,107,100],"e":[100,107,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":112,"s":[100,107,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":149,"s":[100,100,100],"e":[100,100,100]},{"t":240}],"ix":6}},"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":[[0.5,105.5],[-2,133.75],[7.5,133.75],[14.5,105.5]],"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,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.623],[2.623,0],[0,2.623],[-2.623,0]],"o":[[0,2.623],[-2.623,0],[0,-2.623],[2.623,0]],"v":[[7.5,133.75],[2.75,138.5],[-2,133.75],[2.75,129]],"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,"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-3.866],[3.866,0],[0,3.866],[-3.866,0]],"o":[[0,3.866],[-3.866,0],[0,-3.866],[3.866,0]],"v":[[14.5,105.5],[7.5,112.5],[0.5,105.5],[7.5,98.5]],"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,"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":601,"st":0,"bm":0},{"ddd":0,"ind":20,"ty":3,"nm":"torso 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[0.841]},"o":{"x":[0.333],"y":[0]},"n":["0p667_0p841_0p333_0"],"t":0,"s":[0],"e":[14.879]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0.224]},"n":["0p667_1_0p333_0p224"],"t":5,"s":[14.879],"e":[53]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":23,"s":[53],"e":[53]},{"i":{"x":[0.729],"y":[0.826]},"o":{"x":[0.333],"y":[0]},"n":["0p729_0p826_0p333_0"],"t":61,"s":[53],"e":[17.123]},{"i":{"x":[0.762],"y":[1]},"o":{"x":[0.417],"y":[0.272]},"n":["0p762_1_0p417_0p272"],"t":66,"s":[17.123],"e":[3]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":68,"s":[3],"e":[-4]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":70,"s":[-4],"e":[-9]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":73,"s":[-9],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.159],"y":[0]},"n":["0p667_1_0p159_0"],"t":91,"s":[0],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":149,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":240,"s":[0],"e":[35]},{"i":{"x":[0],"y":[1.326]},"o":{"x":[0.167],"y":[0]},"n":["0_1p326_0p167_0"],"t":263,"s":[35],"e":[35]},{"i":{"x":[0.097],"y":[0.906]},"o":{"x":[0.167],"y":[0]},"n":["0p097_0p906_0p167_0"],"t":268,"s":[35],"e":[13]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":303,"s":[13],"e":[39]},{"t":353}],"ix":10,"x":"var $bm_rt;\n$bm_rt = transform.rotation;"},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[134.75,203,0],"e":[140.25,217.5,0],"to":[0.91666668653488,2.41666674613953,0],"ti":[-0.91666668653488,-2.41666674613953,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":23,"s":[140.25,217.5,0],"e":[140.25,217.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":61,"s":[140.25,217.5,0],"e":[153.75,210.5,0],"to":[2.25,-1.16666662693024,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":66,"s":[153.75,210.5,0],"e":[161.25,197,0],"to":[2.54392743110657,-2.48980116844177,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":68,"s":[161.25,197,0],"e":[166.75,178,0],"to":[2.54392743110657,-2.48980116844177,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":70,"s":[166.75,178,0],"e":[168.25,169,0],"to":[2.54392743110657,-2.48980116844177,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":73,"s":[168.25,169,0],"e":[170.25,161.5,0],"to":[2.54392743110657,-2.48980116844177,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":76,"s":[170.25,161.5,0],"e":[169.75,159,0],"to":[2.54392743110657,-2.48980116844177,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":81,"s":[169.75,159,0],"e":[169.75,160,0],"to":[2.54392743110657,-2.48980116844177,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":88,"s":[169.75,160,0],"e":[162.25,160.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":91,"s":[162.25,160.5,0],"e":[162.25,164,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.421,"y":0.876},"o":{"x":0.333,"y":0},"n":"0p421_0p876_0p333_0","t":94,"s":[162.25,164,0],"e":[162.25,203.83,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.421,"y":0.421},"o":{"x":0.333,"y":0.333},"n":"0p421_0p421_0p333_0p333","t":149,"s":[162.25,203.83,0],"e":[162.25,203.83,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.421,"y":0.806},"o":{"x":0.258,"y":0.094},"n":"0p421_0p806_0p258_0p094","t":240,"s":[162.25,203.83,0],"e":[172.25,207.33,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":0},"o":{"x":0.258,"y":0.258},"n":"0_0_0p258_0p258","t":263,"s":[172.25,207.33,0],"e":[172.25,207.33,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":0.959},"o":{"x":0.258,"y":0.02},"n":"0_0p959_0p258_0p02","t":268,"s":[172.25,207.33,0],"e":[211.25,141.83,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":0.336},"o":{"x":0.167,"y":0.208},"n":"0_0p336_0p167_0p208","t":303,"s":[211.25,141.83,0],"e":[215.75,146.83,0],"to":[0,0,0],"ti":[0,0,0]},{"t":353}],"ix":2},"a":{"a":0,"k":[14.917,108.667,0],"ix":1},"s":{"a":0,"k":[60,60,100],"ix":6}},"ao":0,"ip":0,"op":601,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Layer 22","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[1],"y":[0]},"n":["0p667_1_1_0"],"t":190,"s":[0],"e":[60]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":239,"s":[60],"e":[60]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[1],"y":[0]},"n":["0p667_1_1_0"],"t":409,"s":[60],"e":[0]},{"t":449}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[140,174.75,0],"ix":2},"a":{"a":0,"k":[-38.506,62.931,0],"ix":1},"s":{"a":0,"k":[87,87,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.49,0],[0,0],[1.476,-1.945],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[3.044,1.783]],"o":[[0,0],[-2.631,0],[-1.068,1.407],[0,0],[0,0],[0,0],[0,0],[0,0],[0.86,-3.422],[-1.199,-0.702]],"v":[[-28.76,37.432],[-46.479,37.432],[-52.918,40.634],[-126.221,66.256],[-92.358,128.395],[-73.42,115.148],[-31.082,85.534],[-25.776,65.189],[-21.153,47.46],[-24.675,38.537]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,1,1,0.284,1,1,1,0.568,1,1,1,0,0.8,0.284,0.4,0.568,0],"ix":9}},"s":{"a":0,"k":[-23.547,59.903],"ix":5},"e":{"a":0,"k":[-148.025,80.139],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Light Ball","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":76,"s":[100],"e":[0]},{"t":132}],"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},"n":"0p667_1_0p333_0","t":67,"s":[74,213.5,0],"e":[69,208.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":76}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0,0,0.833],"y":[1.044,1.044,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0_1p044_0p333_0","0_1p044_0p333_0","0p833_1_0p333_0"],"t":58,"s":[0,0,100],"e":[48,48,100]},{"t":127}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[248.938,248.938],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,1,1,0.5,1,1,1,1,1,1,1,0,0.1,0.5,0.425,1,0.75],"ix":9}},"s":{"a":0,"k":[0,0],"ix":5},"e":{"a":0,"k":[103.641,-27.336],"ix":6},"t":2,"h":{"a":0,"k":0,"ix":7},"a":{"a":0,"k":0,"ix":8},"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[2.828,-2.863],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":4,"op":607,"st":4,"bm":0},{"ddd":0,"ind":3,"ty":0,"nm":"Amber floats 4","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":281,"s":[61.5,205.5,0],"e":[145,158,0],"to":[2.41666674613953,-35.9166679382324,0],"ti":[0.08333333581686,22.4166660308838,0]},{"t":490}],"ix":2},"a":{"a":0,"k":[140,140,0],"ix":1},"s":{"a":0,"k":[42,42,100],"ix":6}},"ao":0,"w":280,"h":280,"ip":0,"op":392,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"activation","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":139,"s":[0],"e":[30]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":152,"s":[30],"e":[0]},{"t":189}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[143,130.25,0],"ix":2},"a":{"a":0,"k":[-82.5,-0.75,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0,0,0.667],"y":[0.984,0.984,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0_0p984_0p333_0","0_0p984_0p333_0","0p667_1_0p333_0"],"t":120,"s":[0,0,100],"e":[169,169,100]},{"t":170}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.714,0.923],[0,0],[-0.351,-1.07],[0,0],[0.956,0],[0,0]],"o":[[0,0],[0.689,-0.891],[0,0],[0.298,0.908],[0,0],[-1.167,0]],"v":[[-95.483,6.439],[-80.671,-12.715],[-78.226,-12.293],[-71.941,6.86],[-73.276,8.703],[-94.372,8.703]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.870588243008,0.980392158031,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":603,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":3,"nm":"Null 7","sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[79.875,175,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0,0,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0_1_0p333_0","0_1_0p333_0","0p667_1_0p333_0"],"t":74,"s":[0,0,100],"e":[23,23,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p833_1_0p333_0","0p833_1_0p333_0","0p833_1_0p333_0"],"t":92,"s":[23,23,100],"e":[22.5,22.5,100]},{"t":100}],"ix":6}},"ao":0,"ip":0,"op":603,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Sphere 2","parent":5,"sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":111,"s":[7.222,-33.333,0],"e":[291.667,-227.778,0],"to":[47.4074058532715,-32.4074058532715,0],"ti":[-47.4074058532715,32.4074058532715,0]},{"t":139}],"ix":2},"a":{"a":0,"k":[-80,-7,0],"ix":1},"s":{"a":0,"k":[444.444,444.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.299,0.969],[0,0],[0.177,0.168],[0.579,-0.747],[0,0],[-1.252,0],[0,0],[0,0]],"o":[[0,0],[-0.081,-0.262],[-0.608,-0.58],[0,0],[-0.767,0.99],[0,0],[0,0],[1.014,0]],"v":[[-75.813,-4.802],[-78.037,-12.019],[-78.44,-12.659],[-80.667,-12.497],[-86.258,-5.281],[-85.067,-2.852],[-84.925,-2.852],[-77.252,-2.852]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0.082,0.953,0.737,0.776,0.541,0.953,0.825,0.861,1,0.953,0.914,0.945],"ix":9}},"s":{"a":0,"k":[-84,-11],"ix":5},"e":{"a":0,"k":[-78.811,-2.012],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.299,0.969],[0,0],[0.177,0.168],[0.579,-0.747],[0,0],[-1.252,0],[0,0],[0,0]],"o":[[0,0],[-0.081,-0.262],[-0.608,-0.58],[0,0],[-0.767,0.99],[0,0],[0,0],[1.014,0]],"v":[[-74.813,-4.802],[-77.037,-12.019],[-77.44,-12.659],[-79.667,-12.497],[-85.258,-5.281],[-84.067,-2.852],[-83.925,-2.852],[-76.252,-2.852]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.655,0.475,0.631,0.5,0.804,0.606,0.704,1,0.953,0.737,0.776],"ix":9}},"s":{"a":0,"k":[-83,-11],"ix":5},"e":{"a":0,"k":[-77.811,-2.012],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":111,"s":[92],"e":[0]},{"t":139}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":603,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Sphere 3","parent":5,"sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":113,"s":[21.667,18.889,0],"e":[306.111,-174.444,0],"to":[47.4074058532715,-32.2222213745117,0],"ti":[-47.4074058532715,32.2222213745117,0]},{"t":141}],"ix":2},"a":{"a":0,"k":[-76.75,4.75,0],"ix":1},"s":{"a":0,"k":[444.444,444.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.299,0.969],[0,0],[0.177,0.168],[0.579,-0.747],[0,0],[-1.252,0],[0,0],[0,0]],"o":[[0,0],[-0.081,-0.262],[-0.608,-0.58],[0,0],[-0.767,0.99],[0,0],[0,0],[1.014,0]],"v":[[-72.152,6.753],[-74.376,-0.464],[-74.779,-1.105],[-77.007,-0.943],[-82.597,6.274],[-81.406,8.703],[-81.265,8.703],[-73.592,8.703]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0.082,0.953,0.737,0.776,0.541,0.953,0.825,0.861,1,0.953,0.914,0.945],"ix":9}},"s":{"a":0,"k":[-81,0],"ix":5},"e":{"a":0,"k":[-75.811,8.988],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.299,0.969],[0,0],[0.177,0.168],[0.579,-0.747],[0,0],[-1.252,0],[0,0],[0,0]],"o":[[0,0],[-0.081,-0.262],[-0.608,-0.58],[0,0],[-0.767,0.99],[0,0],[0,0],[1.014,0]],"v":[[-71.152,6.753],[-73.376,-0.464],[-73.779,-1.105],[-76.007,-0.943],[-81.597,6.274],[-80.406,8.703],[-80.265,8.703],[-72.592,8.703]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.655,0.475,0.631,0.5,0.804,0.606,0.704,1,0.953,0.737,0.776],"ix":9}},"s":{"a":0,"k":[-80,0],"ix":5},"e":{"a":0,"k":[-74.811,8.988],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113,"s":[100],"e":[0]},{"t":141}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":603,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Sphere 4","parent":5,"sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":115,"s":[-36.111,16.667,0],"e":[250.556,-176.667,0],"to":[47.7777786254883,-32.2222213745117,0],"ti":[-47.7777786254883,32.2222213745117,0]},{"t":143}],"ix":2},"a":{"a":0,"k":[-89.75,4.25,0],"ix":1},"s":{"a":0,"k":[444.444,444.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.299,0.969],[0,0],[0.177,0.168],[0.579,-0.747],[0,0],[-1.252,0],[0,0],[0,0]],"o":[[0,0],[-0.081,-0.262],[-0.608,-0.58],[0,0],[-0.767,0.99],[0,0],[0,0],[1.014,0]],"v":[[-84.895,6.753],[-87.119,-0.464],[-87.522,-1.105],[-89.749,-0.943],[-95.34,6.274],[-94.149,8.703],[-94.007,8.703],[-86.335,8.703]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0.082,0.953,0.737,0.776,0.541,0.953,0.825,0.861,1,0.953,0.914,0.945],"ix":9}},"s":{"a":0,"k":[-93,0],"ix":5},"e":{"a":0,"k":[-87.811,8.988],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.299,0.969],[0,0],[0.177,0.168],[0.579,-0.747],[0,0],[-1.252,0],[0,0],[0,0]],"o":[[0,0],[-0.081,-0.262],[-0.608,-0.58],[0,0],[-0.767,0.99],[0,0],[0,0],[1.014,0]],"v":[[-83.895,6.753],[-86.119,-0.464],[-86.522,-1.105],[-88.749,-0.943],[-94.34,6.274],[-93.149,8.703],[-93.007,8.703],[-85.335,8.703]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.655,0.475,0.631,0.5,0.804,0.606,0.704,1,0.953,0.737,0.776],"ix":9}},"s":{"a":0,"k":[-92,0],"ix":5},"e":{"a":0,"k":[-86.811,8.988],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":115,"s":[100],"e":[0]},{"t":143}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":603,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"moon 2","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":0,"s":[157.5,67.5,0],"e":[157.5,70,0],"to":[0,0.41666665673256,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":60,"s":[157.5,70,0],"e":[157.5,67.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":120,"s":[157.5,67.5,0],"e":[157.5,70,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":180,"s":[157.5,70,0],"e":[157.5,67.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":240,"s":[157.5,67.5,0],"e":[157.5,70,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":300,"s":[157.5,70,0],"e":[157.5,67.5,0],"to":[0,0,0],"ti":[0,0.41666665673256,0]},{"t":360}],"ix":2},"a":{"a":0,"k":[-18.889,-58.333,0],"ix":1},"s":{"a":0,"k":[90,90,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-6.482],[6.482,0],[0,6.482],[-6.482,0]],"o":[[0,6.482],[-6.482,0],[0,-6.482],[6.482,0]],"v":[[-7.43,-58.93],[-19.167,-47.193],[-30.903,-58.93],[-19.167,-70.667]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.953,0.914,0.945,0.5,0.953,0.825,0.861,1,0.953,0.737,0.776],"ix":9}},"s":{"a":0,"k":[-29,-55],"ix":5},"e":{"a":0,"k":[-13.477,-49.072],"ix":6},"t":2,"h":{"a":0,"k":0,"ix":7},"a":{"a":0,"k":0,"ix":8},"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":603,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Grafittiiii Light","parent":15,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[1],"y":[0]},"n":["0p667_1_1_0"],"t":375,"s":[100],"e":[0]},{"t":471}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.799,0.94],[-1.375,0],[-0.03,-0.001],[-0.528,-2.921],[0.799,-0.94],[1.375,0],[0.03,0.001],[0.528,2.921]],"o":[[0.791,-0.931],[0.031,0],[2.991,0.05],[0.247,1.365],[-0.791,0.931],[-0.031,0],[-2.991,-0.05],[-0.247,-1.365]],"v":[[40.164,9.13],[43.518,7.689],[43.61,7.69],[49.993,13.078],[49.137,16.654],[45.783,18.095],[45.69,18.094],[39.309,12.706]],"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.302,-1.665],[-3.443,-0.058],[-0.037,0],[-0.984,1.159],[0.301,1.665],[3.442,0.058],[1.005,-1.185]],"o":[[0.609,3.367],[0.037,0.001],[1.672,0],[0.997,-1.173],[-0.609,-3.367],[-1.753,-0.05],[-0.997,1.173]],"v":[[38.324,12.884],[45.673,19.094],[45.784,19.095],[49.898,17.302],[50.978,12.9],[43.628,6.69],[39.402,8.482]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":151,"s":[0],"e":[100]},{"t":209}],"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[57.393,18.56],[52.753,16.307],[52.315,17.207],[56.955,19.46]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"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":[[39.617,23.073],[40.531,23.479],[42.232,19.655],[41.318,19.249]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"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":[[36.923,14.313],[32.439,15.424],[32.68,16.395],[37.163,15.284]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"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":[[36.548,9.478],[36.985,8.577],[32.347,6.324],[31.909,7.225]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[40.659,5.738],[41.56,5.303],[39.891,1.85],[39.07,1.205],[38.582,1.441]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"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":[[47.742,20.481],[49.819,24.778],[50.72,24.343],[48.643,20.046]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"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":[[49.651,19.837],[53.471,24.494],[54.244,23.859],[50.425,19.202]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"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":[[36.412,10.371],[30.478,8.94],[30.243,9.913],[36.178,11.344]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"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":[[39.649,5.947],[35.831,1.29],[35.058,1.925],[38.876,6.582]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[52.889,15.413],[58.823,16.844],[58.846,16.749],[57.141,15.409],[53.123,14.44]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"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":[[37.972,16.208],[33.398,18.843],[33.898,19.71],[38.472,17.075]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"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":[[42.884,25.334],[43.878,25.438],[44.412,20.281],[43.418,20.178]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"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":[[51.206,18.717],[57.194,23.408],[57.812,22.621],[51.823,17.93]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"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":[[45.611,20.6],[46.865,27.176],[47.848,26.988],[46.594,20.412]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"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":[[39.471,17.891],[35.255,22.5],[35.993,23.176],[40.209,18.566]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 16","np":2,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"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":[[43.69,5.185],[43.612,4.776],[42.415,3.834],[42.708,5.372]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 17","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"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":[[52.902,13.459],[54.678,13.473],[53.393,12.463],[52.91,12.459]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 18","np":2,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"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":[[36.398,12.325],[29.184,12.268],[29.176,13.268],[36.391,13.325]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 19","np":2,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"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":[[38.095,7.067],[32.106,2.376],[31.489,3.163],[37.478,7.854]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 20","np":2,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0.188,-23.535],[-1.216,-26.935]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 21","np":2,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[15.343,-2.827],[16.075,-1.335],[15.509,2.438],[17.734,7.16],[20.319,5.667],[18.669,2.535],[19.295,-1.294],[15.318,-8.969]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 22","np":2,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[9.605,0.536],[10.403,1.968],[13.75,3.476],[16.377,7.945],[13.793,9.439],[12.129,6.28],[8.702,4.793],[4.2,-3.64]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 23","np":2,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-8.455,-21.864],[-5.391,-19.744]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 24","np":2,"cix":2,"ix":24,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-3.806,-22.621],[-6.338,-25.592]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 25","np":2,"cix":2,"ix":25,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.263,-5.45],[5.921,0.303],[1.263,5.45],[-5.921,-0.303]],"o":[[1.263,5.45],[-5.921,-0.303],[-1.263,-5.45],[5.921,0.303]],"v":[[15.909,-11.313],[7.474,-1.993],[-5.533,-12.411],[2.901,-21.73]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 26","np":2,"cix":2,"ix":26,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.869,-3.75],[4.074,0.209],[0.869,3.75],[-4.074,-0.209]],"o":[[0.869,3.75],[-4.074,-0.209],[-0.869,-3.75],[4.074,0.209]],"v":[[12.565,-11.484],[6.761,-5.072],[-2.189,-12.239],[3.614,-18.652]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 27","np":2,"cix":2,"ix":27,"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":[[-0.094,-0.054],[0,0],[0.155,-0.251],[0.095,-0.041],[0,0],[0.187,0.282],[0.004,0.1],[0,0],[-0.346,-0.037]],"o":[[0,0],[0.31,0.179],[-0.05,0.082],[0,0],[-0.291,0.125],[-0.061,-0.092],[0,0],[-0.012,-0.306],[0.105,0.011]],"v":[[7.464,-13.83],[10.407,-12.129],[10.688,-11.35],[10.466,-11.163],[7.642,-9.954],[6.776,-10.239],[6.676,-10.532],[6.558,-13.442],[7.162,-13.93]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Triangle-Copy-2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.094,-0.054],[0,0],[0.155,-0.251],[0.095,-0.041],[0,0],[0.187,0.282],[0.004,0.1],[0,0],[-0.346,-0.037]],"o":[[0,0],[0.31,0.179],[-0.05,0.082],[0,0],[-0.291,0.125],[-0.061,-0.092],[0,0],[-0.012,-0.306],[0.105,0.011]],"v":[[2.671,-11.778],[5.614,-10.077],[5.895,-9.298],[5.673,-9.111],[2.849,-7.901],[1.982,-8.187],[1.883,-8.479],[1.764,-11.389],[2.368,-11.877]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Triangle-Copy","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.094,-0.054],[0,0],[0.155,-0.251],[0.095,-0.041],[0,0],[0.187,0.282],[0.004,0.1],[0,0],[-0.346,-0.037]],"o":[[0,0],[0.31,0.179],[-0.05,0.082],[0,0],[-0.291,0.125],[-0.061,-0.092],[0,0],[-0.012,-0.306],[0.105,0.011]],"v":[[2.187,-16.896],[5.129,-15.196],[5.41,-14.416],[5.188,-14.23],[2.364,-13.02],[1.498,-13.305],[1.398,-13.598],[1.28,-16.508],[1.884,-16.996]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Triangle","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"Group-8","np":1,"cix":2,"ix":28,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.261,-0.728],[0.648,-0.114],[0.261,0.728],[-0.648,0.114]],"o":[[0.261,0.728],[-0.648,0.114],[-0.261,-0.728],[0.648,-0.114]],"v":[[23.515,24.362],[22.814,25.886],[21.167,24.773],[21.869,23.249]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 28","np":2,"cix":2,"ix":29,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.423,-1.18],[1.05,-0.184],[0.423,1.18],[-1.05,0.184]],"o":[[0.423,1.18],[-1.05,0.184],[-0.423,-1.18],[1.05,-0.184]],"v":[[28.007,27.932],[26.871,30.401],[24.203,28.598],[25.339,26.128]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 29","np":2,"cix":2,"ix":30,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.002,-5.537],[5.666,0.094],[1.002,5.537],[-5.666,-0.094]],"o":[[1.002,5.537],[-5.666,-0.094],[-1.002,-5.537],[5.666,0.094]],"v":[[28.685,38.68],[20.239,48.535],[8.167,38.338],[16.612,28.484]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 30","np":2,"cix":2,"ix":31,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.423,-1.18],[1.05,-0.184],[0.423,1.18],[-1.05,0.184]],"o":[[0.423,1.18],[-1.05,0.184],[-0.423,-1.18],[1.05,-0.184]],"v":[[56.378,38.556],[55.242,41.026],[52.575,39.222],[53.711,36.753]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 31","np":2,"cix":2,"ix":32,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.494,-4.17],[3.712,-0.65],[1.494,4.17],[-3.712,0.65]],"o":[[1.494,4.17],[-3.712,0.65],[-1.494,-4.17],[3.712,-0.65]],"v":[[71.094,36.255],[67.079,44.982],[57.653,38.608],[61.668,29.881]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 32","np":2,"cix":2,"ix":33,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[91.827,42.672],[58.293,72.865]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 33","np":2,"cix":2,"ix":34,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[52.289,75.126],[106.935,54.547]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 34","np":2,"cix":2,"ix":35,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[21.497,87.386],[40.797,79.783]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 35","np":2,"cix":2,"ix":36,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[50.646,79.244],[52.601,83.788]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Line-7-Copy-2","np":2,"cix":2,"ix":37,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[44.781,81.063],[46.735,85.608]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Line-7","np":2,"cix":2,"ix":38,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-7.006,-15.369],[0,0],[4.453,-1.381]],"o":[[0,0],[-6.147,-15.635],[-4.453,1.381]],"v":[[41.613,82.122],[53.684,78.377],[37.784,56.997]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-4","np":2,"cix":2,"ix":39,"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":[[-2.209,0.685],[-0.899,-2.091],[2.209,-0.685],[0.899,2.091]],"o":[[2.209,-0.685],[0.899,2.091],[-2.209,0.685],[-0.899,-2.091]],"v":[[34.47,49.355],[40.097,51.901],[37.726,56.928],[32.099,54.382]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"Oval-2","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"Group-4-Copy-3","np":1,"cix":2,"ix":40,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0_1_0p333_0"],"t":138,"s":[0],"e":[100]},{"t":209}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":41,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Grafittiiii","parent":15,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.799,0.94],[-1.375,0],[-0.03,-0.001],[-0.528,-2.921],[0.799,-0.94],[1.375,0],[0.03,0.001],[0.528,2.921]],"o":[[0.791,-0.931],[0.031,0],[2.991,0.05],[0.247,1.365],[-0.791,0.931],[-0.031,0],[-2.991,-0.05],[-0.247,-1.365]],"v":[[40.164,9.13],[43.518,7.689],[43.61,7.69],[49.993,13.078],[49.137,16.654],[45.783,18.095],[45.69,18.094],[39.309,12.706]],"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.302,-1.665],[-3.443,-0.058],[-0.037,0],[-0.984,1.159],[0.301,1.665],[3.442,0.058],[1.005,-1.185]],"o":[[0.609,3.367],[0.037,0.001],[1.672,0],[0.997,-1.173],[-0.609,-3.367],[-1.753,-0.05],[-0.997,1.173]],"v":[[38.324,12.884],[45.673,19.094],[45.784,19.095],[49.898,17.302],[50.978,12.9],[43.628,6.69],[39.402,8.482]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[57.393,18.56],[52.753,16.307],[52.315,17.207],[56.955,19.46]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"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":[[39.617,23.073],[40.531,23.479],[42.232,19.655],[41.318,19.249]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"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":[[36.923,14.313],[32.439,15.424],[32.68,16.395],[37.163,15.284]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"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":[[36.548,9.478],[36.985,8.577],[32.347,6.324],[31.909,7.225]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[40.659,5.738],[41.56,5.303],[39.891,1.85],[39.07,1.205],[38.582,1.441]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"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":[[47.742,20.481],[49.819,24.778],[50.72,24.343],[48.643,20.046]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"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":[[49.651,19.837],[53.471,24.494],[54.244,23.859],[50.425,19.202]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"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":[[36.412,10.371],[30.478,8.94],[30.243,9.913],[36.178,11.344]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"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":[[39.649,5.947],[35.831,1.29],[35.058,1.925],[38.876,6.582]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[52.889,15.413],[58.823,16.844],[58.846,16.749],[57.141,15.409],[53.123,14.44]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"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":[[37.972,16.208],[33.398,18.843],[33.898,19.71],[38.472,17.075]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"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":[[42.884,25.334],[43.878,25.438],[44.412,20.281],[43.418,20.178]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"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":[[51.206,18.717],[57.194,23.408],[57.812,22.621],[51.823,17.93]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"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":[[45.611,20.6],[46.865,27.176],[47.848,26.988],[46.594,20.412]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"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":[[39.471,17.891],[35.255,22.5],[35.993,23.176],[40.209,18.566]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 16","np":2,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"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":[[43.69,5.185],[43.612,4.776],[42.415,3.834],[42.708,5.372]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 17","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"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":[[52.902,13.459],[54.678,13.473],[53.393,12.463],[52.91,12.459]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 18","np":2,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"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":[[36.398,12.325],[29.184,12.268],[29.176,13.268],[36.391,13.325]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 19","np":2,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"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":[[38.095,7.067],[32.106,2.376],[31.489,3.163],[37.478,7.854]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 20","np":2,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0.188,-23.535],[-1.216,-26.935]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 21","np":2,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[15.343,-2.827],[16.075,-1.335],[15.509,2.438],[17.734,7.16],[20.319,5.667],[18.669,2.535],[19.295,-1.294],[15.318,-8.969]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 22","np":2,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[9.605,0.536],[10.403,1.968],[13.75,3.476],[16.377,7.945],[13.793,9.439],[12.129,6.28],[8.702,4.793],[4.2,-3.64]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 23","np":2,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-8.455,-21.864],[-5.391,-19.744]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 24","np":2,"cix":2,"ix":24,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-3.806,-22.621],[-6.338,-25.592]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 25","np":2,"cix":2,"ix":25,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.263,-5.45],[5.921,0.303],[1.263,5.45],[-5.921,-0.303]],"o":[[1.263,5.45],[-5.921,-0.303],[-1.263,-5.45],[5.921,0.303]],"v":[[15.909,-11.313],[7.474,-1.993],[-5.533,-12.411],[2.901,-21.73]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 26","np":2,"cix":2,"ix":26,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.869,-3.75],[4.074,0.209],[0.869,3.75],[-4.074,-0.209]],"o":[[0.869,3.75],[-4.074,-0.209],[-0.869,-3.75],[4.074,0.209]],"v":[[12.565,-11.484],[6.761,-5.072],[-2.189,-12.239],[3.614,-18.652]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 27","np":2,"cix":2,"ix":27,"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":[[-0.094,-0.054],[0,0],[0.155,-0.251],[0.095,-0.041],[0,0],[0.187,0.282],[0.004,0.1],[0,0],[-0.346,-0.037]],"o":[[0,0],[0.31,0.179],[-0.05,0.082],[0,0],[-0.291,0.125],[-0.061,-0.092],[0,0],[-0.012,-0.306],[0.105,0.011]],"v":[[7.464,-13.83],[10.407,-12.129],[10.688,-11.35],[10.466,-11.163],[7.642,-9.954],[6.776,-10.239],[6.676,-10.532],[6.558,-13.442],[7.162,-13.93]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Triangle-Copy-2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.094,-0.054],[0,0],[0.155,-0.251],[0.095,-0.041],[0,0],[0.187,0.282],[0.004,0.1],[0,0],[-0.346,-0.037]],"o":[[0,0],[0.31,0.179],[-0.05,0.082],[0,0],[-0.291,0.125],[-0.061,-0.092],[0,0],[-0.012,-0.306],[0.105,0.011]],"v":[[2.671,-11.778],[5.614,-10.077],[5.895,-9.298],[5.673,-9.111],[2.849,-7.901],[1.982,-8.187],[1.883,-8.479],[1.764,-11.389],[2.368,-11.877]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Triangle-Copy","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.094,-0.054],[0,0],[0.155,-0.251],[0.095,-0.041],[0,0],[0.187,0.282],[0.004,0.1],[0,0],[-0.346,-0.037]],"o":[[0,0],[0.31,0.179],[-0.05,0.082],[0,0],[-0.291,0.125],[-0.061,-0.092],[0,0],[-0.012,-0.306],[0.105,0.011]],"v":[[2.187,-16.896],[5.129,-15.196],[5.41,-14.416],[5.188,-14.23],[2.364,-13.02],[1.498,-13.305],[1.398,-13.598],[1.28,-16.508],[1.884,-16.996]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Triangle","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"Group-8","np":1,"cix":2,"ix":28,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.261,-0.728],[0.648,-0.114],[0.261,0.728],[-0.648,0.114]],"o":[[0.261,0.728],[-0.648,0.114],[-0.261,-0.728],[0.648,-0.114]],"v":[[23.515,24.362],[22.814,25.886],[21.167,24.773],[21.869,23.249]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 28","np":2,"cix":2,"ix":29,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.423,-1.18],[1.05,-0.184],[0.423,1.18],[-1.05,0.184]],"o":[[0.423,1.18],[-1.05,0.184],[-0.423,-1.18],[1.05,-0.184]],"v":[[28.007,27.932],[26.871,30.401],[24.203,28.598],[25.339,26.128]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 29","np":2,"cix":2,"ix":30,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.002,-5.537],[5.666,0.094],[1.002,5.537],[-5.666,-0.094]],"o":[[1.002,5.537],[-5.666,-0.094],[-1.002,-5.537],[5.666,0.094]],"v":[[28.685,38.68],[20.239,48.535],[8.167,38.338],[16.612,28.484]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 30","np":2,"cix":2,"ix":31,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.423,-1.18],[1.05,-0.184],[0.423,1.18],[-1.05,0.184]],"o":[[0.423,1.18],[-1.05,0.184],[-0.423,-1.18],[1.05,-0.184]],"v":[[56.378,38.556],[55.242,41.026],[52.575,39.222],[53.711,36.753]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 31","np":2,"cix":2,"ix":32,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.494,-4.17],[3.712,-0.65],[1.494,4.17],[-3.712,0.65]],"o":[[1.494,4.17],[-3.712,0.65],[-1.494,-4.17],[3.712,-0.65]],"v":[[71.094,36.255],[67.079,44.982],[57.653,38.608],[61.668,29.881]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 32","np":2,"cix":2,"ix":33,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[91.827,42.672],[58.293,72.865]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 33","np":2,"cix":2,"ix":34,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[52.289,75.126],[106.935,54.547]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 34","np":2,"cix":2,"ix":35,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[21.497,87.386],[40.797,79.783]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 35","np":2,"cix":2,"ix":36,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[50.646,79.244],[52.601,83.788]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Line-7-Copy-2","np":2,"cix":2,"ix":37,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[44.781,81.063],[46.735,85.608]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Line-7","np":2,"cix":2,"ix":38,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-7.006,-15.369],[0,0],[4.453,-1.381]],"o":[[0,0],[-6.147,-15.635],[-4.453,1.381]],"v":[[41.613,82.122],[53.684,78.377],[37.784,56.997]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-4","np":2,"cix":2,"ix":39,"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":[[-2.209,0.685],[-0.899,-2.091],[2.209,-0.685],[0.899,2.091]],"o":[[2.209,-0.685],[0.899,2.091],[-2.209,0.685],[-0.899,-2.091]],"v":[[34.47,49.355],[40.097,51.901],[37.726,56.928],[32.099,54.382]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"Oval-2","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"Group-4-Copy-3","np":1,"cix":2,"ix":40,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"top","parent":15,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-32.534,-27.313],[-13.849,-27.313],[-3.176,-32],[-19.167,-44.568]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0.082,0.953,0.737,0.776,0.541,0.953,0.825,0.861,1,0.953,0.914,0.945],"ix":9}},"s":{"a":0,"k":[-23,-22],"ix":5},"e":{"a":0,"k":[-12.186,-40.73],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-13.849,-27.313],[-19.167,-44.568],[-3.176,-32]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.655,0.475,0.631,0.5,0.804,0.606,0.704,1,0.953,0.737,0.776],"ix":9}},"s":{"a":0,"k":[-12,-28],"ix":5},"e":{"a":0,"k":[-12,-45.256],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":603,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"sphere-Slots 2","parent":15,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-0.287,-0.287,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.299,0.969],[0,0],[0.177,0.168],[0.279,-0.36],[0,0],[-0.525,-0.499],[0,0]],"o":[[0,0],[-0.081,-0.262],[-0.394,0.032],[0,0],[-0.512,0.661],[0,0],[1.014,0]],"v":[[-37.519,19.834],[-39.743,12.617],[-40.146,11.976],[-41.207,12.555],[-46.797,19.772],[-46.631,21.784],[-38.959,21.784]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.655,0.475,0.631,0.31,0.52,0.375,0.535,0.62,0.384,0.275,0.439],"ix":9}},"s":{"a":0,"k":[-45,14],"ix":5},"e":{"a":0,"k":[-40.283,22.17],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.512,0.661],[0,0],[-0.394,0.032],[0.579,-0.747],[0,0],[-1.252,0],[0,0]],"o":[[0,0],[0.279,-0.36],[-0.608,-0.58],[0,0],[-0.767,0.99],[0,0],[-0.525,-0.499]],"v":[[-46.797,19.772],[-41.207,12.555],[-40.146,11.976],[-42.373,12.138],[-47.964,19.355],[-46.773,21.784],[-46.631,21.784]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.299,0.969],[0,0],[0.177,0.168],[0.279,-0.36],[0,0],[-0.525,-0.499],[0,0]],"o":[[0,0],[-0.081,-0.262],[-0.394,0.032],[0,0],[-0.512,0.661],[0,0],[1.014,0]],"v":[[-27.771,6.334],[-29.995,-0.883],[-30.398,-1.524],[-31.459,-0.945],[-37.049,6.272],[-36.883,8.284],[-29.211,8.284]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.655,0.475,0.631,0.31,0.52,0.375,0.535,0.62,0.384,0.275,0.439],"ix":9}},"s":{"a":0,"k":[-36,0],"ix":5},"e":{"a":0,"k":[-31.283,8.17],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.512,0.661],[0,0],[-0.394,0.032],[0.579,-0.747],[0,0],[-1.252,0],[0,0]],"o":[[0,0],[0.279,-0.36],[-0.608,-0.58],[0,0],[-0.767,0.99],[0,0],[-0.525,-0.499]],"v":[[-36.757,6.272],[-31.166,-0.945],[-30.106,-1.524],[-32.333,-1.362],[-37.924,5.855],[-36.733,8.284],[-36.591,8.284]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.299,0.969],[0,0],[0.177,0.168],[0.279,-0.36],[0,0],[-0.525,-0.499],[0,0]],"o":[[0,0],[-0.081,-0.262],[-0.394,0.032],[0,0],[-0.512,0.661],[0,0],[1.014,0]],"v":[[-23.411,19.834],[-25.635,12.617],[-26.038,11.976],[-27.098,12.555],[-32.689,19.772],[-32.523,21.784],[-24.85,21.784]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.655,0.475,0.631,0.31,0.52,0.375,0.535,0.62,0.384,0.275,0.439],"ix":9}},"s":{"a":0,"k":[-31,14],"ix":5},"e":{"a":0,"k":[-26.283,22.17],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.512,0.661],[0,0],[-0.394,0.032],[0.579,-0.747],[0,0],[-1.252,0],[0,0]],"o":[[0,0],[0.279,-0.36],[-0.608,-0.58],[0,0],[-0.767,0.99],[0,0],[-0.525,-0.499]],"v":[[-32.689,19.772],[-27.098,12.555],[-26.038,11.976],[-28.265,12.138],[-33.856,19.355],[-32.665,21.784],[-32.523,21.784]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":603,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"highlight 2","parent":13,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.299,0.969],[0,0],[0.177,0.168],[0.279,-0.36],[0,0],[-0.525,-0.499],[0,0]],"o":[[0,0],[-0.081,-0.262],[-0.394,0.032],[0,0],[-0.512,0.661],[0,0],[1.014,0]],"v":[[-36.934,19.834],[-39.158,12.617],[-39.561,11.976],[-40.622,12.555],[-46.212,19.772],[-46.046,21.784],[-38.373,21.784]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.870588243008,0.980392158031,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.512,0.661],[0,0],[-0.394,0.032],[0.579,-0.747],[0,0],[-1.252,0],[0,0]],"o":[[0,0],[0.279,-0.36],[-0.608,-0.58],[0,0],[-0.767,0.99],[0,0],[-0.525,-0.499]],"v":[[-46.212,19.772],[-40.622,12.555],[-39.561,11.976],[-41.788,12.138],[-47.379,19.355],[-46.188,21.784],[-46.046,21.784]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.870588243008,0.980392158031,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.299,0.969],[0,0],[0.177,0.168],[0.279,-0.36],[0,0],[-0.525,-0.499],[0,0]],"o":[[0,0],[-0.081,-0.262],[-0.394,0.032],[0,0],[-0.512,0.661],[0,0],[1.014,0]],"v":[[-26.894,6.543],[-29.118,-0.673],[-29.521,-1.314],[-30.581,-0.736],[-36.172,6.481],[-36.006,8.493],[-28.333,8.493]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.870588243008,0.980392158031,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.512,0.661],[0,0],[-0.394,0.032],[0.579,-0.747],[0,0],[-1.252,0],[0,0]],"o":[[0,0],[0.279,-0.36],[-0.608,-0.58],[0,0],[-0.767,0.99],[0,0],[-0.525,-0.499]],"v":[[-36.172,6.481],[-30.581,-0.736],[-29.521,-1.314],[-31.748,-1.152],[-37.339,6.064],[-36.148,8.493],[-36.006,8.493]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.870588243008,0.980392158031,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.299,0.969],[0,0],[0.177,0.168],[0.279,-0.36],[0,0],[-0.525,-0.499],[0,0]],"o":[[0,0],[-0.081,-0.262],[-0.394,0.032],[0,0],[-0.512,0.661],[0,0],[1.014,0]],"v":[[-22.826,19.939],[-25.05,12.722],[-25.453,12.081],[-26.513,12.66],[-32.104,19.877],[-31.938,21.889],[-24.265,21.889]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.870588243008,0.980392158031,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.512,0.661],[0,0],[-0.394,0.032],[0.579,-0.747],[0,0],[-1.252,0],[0,0]],"o":[[0,0],[0.279,-0.36],[-0.608,-0.58],[0,0],[-0.767,0.99],[0,0],[-0.525,-0.499]],"v":[[-32.104,19.877],[-26.513,12.66],[-25.453,12.081],[-27.68,12.243],[-33.271,19.46],[-32.08,21.889],[-31.938,21.889]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.870588243008,0.980392158031,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":603,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"pyramid","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[173.5,120.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[87,87,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[25.723,101.098],[120.844,65.48],[-19.167,-44.568]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.051,0.153,0.357,0.5,0.353,0.314,0.494,1,0.655,0.475,0.631],"ix":9}},"s":{"a":0,"k":[107,88],"ix":5},"e":{"a":0,"k":[-45.66,-0.139],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-6.065,0],[0,0],[1.271,-5.165],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[1.449,-5.889],[0,0],[5.319,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-132.007,101.098],[-70.239,101.098],[-57.04,47.585],[-44.245,37.432],[-29.623,37.432],[-21.665,47.585],[-34.833,101.098],[25.723,101.098],[-19.167,-44.568]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.655,0.475,0.631,0.5,0.804,0.606,0.704,1,0.953,0.737,0.776],"ix":9}},"s":{"a":0,"k":[-73,135],"ix":5},"e":{"a":0,"k":[18.286,-23.111],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":603,"st":0,"bm":0},{"ddd":0,"ind":16,"ty":0,"nm":"Amber floats 4","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":281,"s":[61.5,205.5,0],"e":[145,158,0],"to":[2.41666674613953,-35.9166679382324,0],"ti":[0.08333333581686,22.4166660308838,0]},{"t":490}],"ix":2},"a":{"a":0,"k":[140,140,0],"ix":1},"s":{"a":0,"k":[42,42,100],"ix":6}},"ao":0,"w":280,"h":280,"ip":392,"op":405,"st":0,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"inside","parent":15,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-70.239,101.098],[-54.572,85.598],[-54.572,37.432]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.384313732386,0.274509817362,0.439215689898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":603,"st":0,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"Grafitti Right Light 2","parent":20,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":400,"s":[100],"e":[0]},{"t":458}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-0.504],[0.504,0],[0,0.504],[-0.504,0]],"o":[[0,0.504],[-0.504,0],[0,-0.504],[0.504,0]],"v":[[-31.434,73.896],[-32.346,74.808],[-33.258,73.896],[-32.346,72.984]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.089],[2.089,0],[0,2.089],[-2.089,0]],"o":[[0,2.089],[-2.089,0],[0,-2.089],[2.089,0]],"v":[[-24.008,70.876],[-27.79,74.658],[-31.571,70.876],[-27.79,67.095]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-33.605,81.591],[-32.514,81.591]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Line","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-33.109,80.901],[-33.258,81.443]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Line-5-Copy","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.009,-0.046],[0.057,-0.164]],"o":[[0.009,0.072],[-0.009,0.046],[0,0]],"v":[[-32.747,81.017],[-32.747,81.194],[-32.846,81.51]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Line-5","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.265,0],[0.201,-0.356],[0,0],[-0.023,-0.013],[-0.001,0],[0,0],[-0.076,-0.148],[-0.225,-0.098],[-0.271,0.008],[-0.175,0.09],[0,0],[0.193,0.388]],"o":[[-0.192,-0.409],[-0.215,0],[0,0],[-0.013,0.023],[0.001,0],[0,0],[0.057,0.304],[0.113,0.222],[0.225,0.098],[0.18,-0.005],[0,0],[-0.166,-0.195],[0,0]],"v":[[-32.488,79.789],[-33.174,79.176],[-33.797,79.71],[-33.797,79.71],[-33.779,79.775],[-33.777,79.776],[-33.435,79.949],[-33.236,80.628],[-32.866,80.94],[-32.328,81.017],[-31.795,80.873],[-31.976,80.628],[-32.514,79.754]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-9","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.242,0],[0.131,0.177],[0,0],[-0.043,0.032],[-0.002,0.001],[0,0]],"o":[[0.369,0.667],[-0.21,0],[0,0],[-0.032,-0.043],[0.002,-0.001],[0,0],[0,0]],"v":[[-32.549,79.668],[-32.421,80.54],[-32.933,80.274],[-32.933,80.274],[-32.913,80.14],[-32.908,80.136],[-32.784,80.057]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-8","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","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":"Group-Copy","np":5,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.199,0],[-0.003,-0.346],[0,0]],"o":[[0,0],[0.005,-0.346],[-0.199,0],[0,0],[0,0]],"v":[[-23.895,81.591],[-23.878,80.139],[-24.168,79.62],[-24.462,80.139],[-24.462,80.579]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-12","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"Group","np":1,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-27.472,81.591],[-26.381,81.591]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Line","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-26.977,80.901],[-27.125,81.443]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Line-5-Copy","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.009,-0.046],[0.057,-0.164]],"o":[[0.009,0.072],[-0.009,0.046],[0,0]],"v":[[-26.614,81.017],[-26.614,81.194],[-26.714,81.51]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Line-5","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.265,0],[0.201,-0.356],[0,0],[-0.023,-0.013],[-0.001,0],[0,0],[-0.076,-0.148],[-0.225,-0.098],[-0.271,0.008],[-0.175,0.09],[0,0],[0.193,0.388]],"o":[[-0.192,-0.409],[-0.215,0],[0,0],[-0.013,0.023],[0.001,0],[0,0],[0.057,0.304],[0.113,0.222],[0.225,0.098],[0.18,-0.005],[0,0],[-0.166,-0.195],[0,0]],"v":[[-26.356,79.789],[-27.041,79.176],[-27.665,79.71],[-27.665,79.71],[-27.647,79.775],[-27.645,79.776],[-27.303,79.949],[-27.104,80.628],[-26.734,80.94],[-26.196,81.017],[-25.662,80.873],[-25.844,80.628],[-26.382,79.754]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-9","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.242,0],[0.131,0.177],[0,0],[-0.043,0.032],[-0.002,0.001],[0,0]],"o":[[0.369,0.667],[-0.21,0],[0,0],[-0.032,-0.043],[0.002,-0.001],[0,0],[0,0]],"v":[[-26.416,79.668],[-26.289,80.54],[-26.801,80.274],[-26.801,80.274],[-26.781,80.14],[-26.775,80.136],[-26.652,80.057]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-8","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","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":"Group-Copy","np":5,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.001,-0.001],[0,0],[0,0],[-0.223,0.194],[0,0],[0,0],[0.1,-0.238],[0.027,-0.033],[0.08,0.089]],"o":[[0,0],[0,0],[-0.138,-0.276],[0,0],[0,0],[0.212,0.189],[-0.032,0.076],[-0.072,0.089],[-0.02,-0.023]],"v":[[-30.124,81.159],[-30.125,81.158],[-30.137,81.138],[-30.053,80.457],[-29.947,80.364],[-29.841,80.458],[-29.711,81.078],[-29.792,81.231],[-30.069,81.243]],"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":[[-30.124,81.159],[-30.124,81.159]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[-0.007,-0.004],[0,0],[0.001,0.003],[0.002,0.003],[0.001,0.001]],"o":[[0.008,0.003],[0,0],[-0.002,-0.003],[-0.002,-0.003],[-0.001,-0.001],[0,0]],"v":[[-29.886,80.991],[-29.864,81.001],[-29.85,80.995],[-29.855,80.985],[-29.86,80.977],[-29.862,80.974]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-13-Copy","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.183,0.152],[-0.14,-0.032],[0.132,-0.115]],"o":[[0.131,-0.201],[0.209,0.048],[-0.154,0.11]],"v":[[-29.859,80.383],[-29.454,80.129],[-29.353,80.447]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-13","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.191,0.207]],"o":[[-0.241,0.048],[0,0]],"v":[[-29.947,80.397],[-30.595,80.159]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-14","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.35,0],[-0.002,-0.421],[0,0]],"o":[[0,0],[-0.006,-0.421],[-0.35,0],[0,0],[0,0]],"v":[[-28.886,81.591],[-28.871,80.095],[-29.405,79.464],[-29.926,80.095],[-29.941,80.415]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-12","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","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":"Group","np":4,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-27.291,58.804],[-27.298,59.616],[-28.782,61.251],[-28.936,64.002],[-27.152,64.002],[-27.152,62.141],[-25.637,60.548],[-25.637,55.898]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-31.784,58.804],[-31.778,59.616],[-30.294,61.251],[-30.14,64.002],[-31.924,64.002],[-31.924,62.141],[-33.439,60.548],[-33.439,55.898]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","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":"Group 3","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0.265],[0.029,0.257],[0,0]],"o":[[0,-0.265],[0,0],[0.029,-0.257]],"v":[[-22.69,50.723],[-22.737,49.941],[-22.737,51.504]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 4","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.093,0.054],[0,0],[0.054,-0.093],[0,0],[-0.093,-0.054],[0,0],[-0.054,0.093],[0,0]],"o":[[0,0],[-0.093,-0.054],[0,0],[-0.054,0.093],[0,0],[0.093,0.054],[0,0],[0.054,-0.093]],"v":[[-27.847,46.715],[-27.847,46.715],[-28.113,46.787],[-28.438,47.35],[-28.367,47.617],[-28.367,47.617],[-28.1,47.545],[-27.775,46.982]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Rectangle-8-Copy-2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.093,0.054],[0,0],[-0.054,-0.093],[0,0],[0.093,-0.054],[0,0],[0.054,0.093],[0,0]],"o":[[0,0],[0.093,-0.054],[0,0],[0.054,0.093],[0,0],[-0.093,0.054],[0,0],[-0.054,-0.093]],"v":[[-31.229,46.715],[-31.229,46.715],[-30.962,46.787],[-30.637,47.35],[-30.709,47.617],[-30.709,47.617],[-30.975,47.545],[-31.3,46.982]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Rectangle-8-Copy","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.108,0],[0,0],[0,-0.108],[0,0],[0.108,0],[0,0],[0,0.108],[0,0]],"o":[[0,0],[0.108,0],[0,0],[0,0.108],[0,0],[-0.108,0],[0,0],[0,-0.108]],"v":[[-29.538,46.255],[-29.538,46.255],[-29.343,46.451],[-29.343,47.101],[-29.538,47.296],[-29.538,47.296],[-29.733,47.101],[-29.733,46.451]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Rectangle-8","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","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":"Group 5","np":3,"cix":2,"ix":9,"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":[[-0.018,-0.03],[0,0],[0.099,-0.059],[0.038,0],[0,0],[0,0.116],[-0.019,0.032],[0,0],[-0.099,-0.059]],"o":[[0,0],[0.059,0.099],[-0.032,0.019],[0,0],[-0.116,0],[0,-0.038],[0,0],[0.059,-0.099],[0.03,0.018]],"v":[[-28.407,50.636],[-27.847,51.579],[-27.92,51.866],[-28.027,51.895],[-29.147,51.895],[-29.357,51.686],[-29.327,51.579],[-28.767,50.636],[-28.48,50.562]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Triangle-Copy-2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.018,-0.03],[0,0],[0.099,-0.059],[0.038,0],[0,0],[0,0.116],[-0.019,0.032],[0,0],[-0.099,-0.059]],"o":[[0,0],[0.059,0.099],[-0.032,0.019],[0,0],[-0.116,0],[0,-0.038],[0,0],[0.059,-0.099],[0.03,0.018]],"v":[[-30.309,50.636],[-29.749,51.579],[-29.822,51.866],[-29.928,51.895],[-31.049,51.895],[-31.258,51.686],[-31.228,51.579],[-30.668,50.636],[-30.382,50.562]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Triangle-Copy","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.018,-0.03],[0,0],[0.099,-0.059],[0.038,0],[0,0],[0,0.116],[-0.019,0.032],[0,0],[-0.099,-0.059]],"o":[[0,0],[0.059,0.099],[-0.032,0.019],[0,0],[-0.116,0],[0,-0.038],[0,0],[0.059,-0.099],[0.03,0.018]],"v":[[-29.409,48.938],[-28.849,49.882],[-28.922,50.168],[-29.028,50.198],[-30.149,50.198],[-30.358,49.989],[-30.329,49.882],[-29.768,48.938],[-29.482,48.865]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Triangle","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"Group-8","np":1,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.884,0],[0,-2.884],[2.884,0],[0,2.884]],"o":[[2.884,0],[0,2.884],[-2.884,0],[0,-2.884]],"v":[[-29.538,45.5],[-24.315,50.723],[-29.538,55.945],[-34.76,50.723]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Oval-3-Copy","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.453,0],[0,-1.453],[1.453,0],[0,1.453]],"o":[[1.453,0],[0,1.453],[-1.453,0],[0,-1.453]],"v":[[-29.538,48.124],[-26.908,50.754],[-29.538,53.384],[-32.168,50.754]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Oval-3","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.466,0],[-0.388,3.414],[0,0],[3.517,0],[1.206,-1.955],[0,0]],"o":[[3.517,0],[0,0],[-0.388,-3.414],[-2.466,0],[0,0],[1.206,1.955]],"v":[[-29.538,57.571],[-22.737,51.504],[-22.737,49.941],[-29.538,43.874],[-35.364,47.137],[-35.364,54.308]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 6","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0_1_0p333_0"],"t":138,"s":[0],"e":[100]},{"t":209}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":14,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"Grafitti Right 2","parent":20,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-0.504],[0.504,0],[0,0.504],[-0.504,0]],"o":[[0,0.504],[-0.504,0],[0,-0.504],[0.504,0]],"v":[[-31.434,73.896],[-32.346,74.808],[-33.258,73.896],[-32.346,72.984]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.089],[2.089,0],[0,2.089],[-2.089,0]],"o":[[0,2.089],[-2.089,0],[0,-2.089],[2.089,0]],"v":[[-24.008,70.876],[-27.79,74.658],[-31.571,70.876],[-27.79,67.095]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-33.605,81.591],[-32.514,81.591]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Line","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-33.109,80.901],[-33.258,81.443]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Line-5-Copy","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.009,-0.046],[0.057,-0.164]],"o":[[0.009,0.072],[-0.009,0.046],[0,0]],"v":[[-32.747,81.017],[-32.747,81.194],[-32.846,81.51]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Line-5","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.265,0],[0.201,-0.356],[0,0],[-0.023,-0.013],[-0.001,0],[0,0],[-0.076,-0.148],[-0.225,-0.098],[-0.271,0.008],[-0.175,0.09],[0,0],[0.193,0.388]],"o":[[-0.192,-0.409],[-0.215,0],[0,0],[-0.013,0.023],[0.001,0],[0,0],[0.057,0.304],[0.113,0.222],[0.225,0.098],[0.18,-0.005],[0,0],[-0.166,-0.195],[0,0]],"v":[[-32.488,79.789],[-33.174,79.176],[-33.797,79.71],[-33.797,79.71],[-33.779,79.775],[-33.777,79.776],[-33.435,79.949],[-33.236,80.628],[-32.866,80.94],[-32.328,81.017],[-31.795,80.873],[-31.976,80.628],[-32.514,79.754]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-9","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.242,0],[0.131,0.177],[0,0],[-0.043,0.032],[-0.002,0.001],[0,0]],"o":[[0.369,0.667],[-0.21,0],[0,0],[-0.032,-0.043],[0.002,-0.001],[0,0],[0,0]],"v":[[-32.549,79.668],[-32.421,80.54],[-32.933,80.274],[-32.933,80.274],[-32.913,80.14],[-32.908,80.136],[-32.784,80.057]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-8","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","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":"Group-Copy","np":5,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.199,0],[-0.003,-0.346],[0,0]],"o":[[0,0],[0.005,-0.346],[-0.199,0],[0,0],[0,0]],"v":[[-23.895,81.591],[-23.878,80.139],[-24.168,79.62],[-24.462,80.139],[-24.462,80.579]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-12","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"Group","np":1,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-27.472,81.591],[-26.381,81.591]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Line","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-26.977,80.901],[-27.125,81.443]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Line-5-Copy","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.009,-0.046],[0.057,-0.164]],"o":[[0.009,0.072],[-0.009,0.046],[0,0]],"v":[[-26.614,81.017],[-26.614,81.194],[-26.714,81.51]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Line-5","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.265,0],[0.201,-0.356],[0,0],[-0.023,-0.013],[-0.001,0],[0,0],[-0.076,-0.148],[-0.225,-0.098],[-0.271,0.008],[-0.175,0.09],[0,0],[0.193,0.388]],"o":[[-0.192,-0.409],[-0.215,0],[0,0],[-0.013,0.023],[0.001,0],[0,0],[0.057,0.304],[0.113,0.222],[0.225,0.098],[0.18,-0.005],[0,0],[-0.166,-0.195],[0,0]],"v":[[-26.356,79.789],[-27.041,79.176],[-27.665,79.71],[-27.665,79.71],[-27.647,79.775],[-27.645,79.776],[-27.303,79.949],[-27.104,80.628],[-26.734,80.94],[-26.196,81.017],[-25.662,80.873],[-25.844,80.628],[-26.382,79.754]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-9","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.242,0],[0.131,0.177],[0,0],[-0.043,0.032],[-0.002,0.001],[0,0]],"o":[[0.369,0.667],[-0.21,0],[0,0],[-0.032,-0.043],[0.002,-0.001],[0,0],[0,0]],"v":[[-26.416,79.668],[-26.289,80.54],[-26.801,80.274],[-26.801,80.274],[-26.781,80.14],[-26.775,80.136],[-26.652,80.057]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-8","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","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":"Group-Copy","np":5,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.001,-0.001],[0,0],[0,0],[-0.223,0.194],[0,0],[0,0],[0.1,-0.238],[0.027,-0.033],[0.08,0.089]],"o":[[0,0],[0,0],[-0.138,-0.276],[0,0],[0,0],[0.212,0.189],[-0.032,0.076],[-0.072,0.089],[-0.02,-0.023]],"v":[[-30.124,81.159],[-30.125,81.158],[-30.137,81.138],[-30.053,80.457],[-29.947,80.364],[-29.841,80.458],[-29.711,81.078],[-29.792,81.231],[-30.069,81.243]],"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":[[-30.124,81.159],[-30.124,81.159]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[-0.007,-0.004],[0,0],[0.001,0.003],[0.002,0.003],[0.001,0.001]],"o":[[0.008,0.003],[0,0],[-0.002,-0.003],[-0.002,-0.003],[-0.001,-0.001],[0,0]],"v":[[-29.886,80.991],[-29.864,81.001],[-29.85,80.995],[-29.855,80.985],[-29.86,80.977],[-29.862,80.974]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-13-Copy","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.183,0.152],[-0.14,-0.032],[0.132,-0.115]],"o":[[0.131,-0.201],[0.209,0.048],[-0.154,0.11]],"v":[[-29.859,80.383],[-29.454,80.129],[-29.353,80.447]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-13","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.191,0.207]],"o":[[-0.241,0.048],[0,0]],"v":[[-29.947,80.397],[-30.595,80.159]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-14","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.35,0],[-0.002,-0.421],[0,0]],"o":[[0,0],[-0.006,-0.421],[-0.35,0],[0,0],[0,0]],"v":[[-28.886,81.591],[-28.871,80.095],[-29.405,79.464],[-29.926,80.095],[-29.941,80.415]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-12","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","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":"Group","np":4,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-27.291,58.804],[-27.298,59.616],[-28.782,61.251],[-28.936,64.002],[-27.152,64.002],[-27.152,62.141],[-25.637,60.548],[-25.637,55.898]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-31.784,58.804],[-31.778,59.616],[-30.294,61.251],[-30.14,64.002],[-31.924,64.002],[-31.924,62.141],[-33.439,60.548],[-33.439,55.898]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","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":"Group 3","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0.265],[0.029,0.257],[0,0]],"o":[[0,-0.265],[0,0],[0.029,-0.257]],"v":[[-22.69,50.723],[-22.737,49.941],[-22.737,51.504]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 4","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.093,0.054],[0,0],[0.054,-0.093],[0,0],[-0.093,-0.054],[0,0],[-0.054,0.093],[0,0]],"o":[[0,0],[-0.093,-0.054],[0,0],[-0.054,0.093],[0,0],[0.093,0.054],[0,0],[0.054,-0.093]],"v":[[-27.847,46.715],[-27.847,46.715],[-28.113,46.787],[-28.438,47.35],[-28.367,47.617],[-28.367,47.617],[-28.1,47.545],[-27.775,46.982]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Rectangle-8-Copy-2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.093,0.054],[0,0],[-0.054,-0.093],[0,0],[0.093,-0.054],[0,0],[0.054,0.093],[0,0]],"o":[[0,0],[0.093,-0.054],[0,0],[0.054,0.093],[0,0],[-0.093,0.054],[0,0],[-0.054,-0.093]],"v":[[-31.229,46.715],[-31.229,46.715],[-30.962,46.787],[-30.637,47.35],[-30.709,47.617],[-30.709,47.617],[-30.975,47.545],[-31.3,46.982]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Rectangle-8-Copy","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.108,0],[0,0],[0,-0.108],[0,0],[0.108,0],[0,0],[0,0.108],[0,0]],"o":[[0,0],[0.108,0],[0,0],[0,0.108],[0,0],[-0.108,0],[0,0],[0,-0.108]],"v":[[-29.538,46.255],[-29.538,46.255],[-29.343,46.451],[-29.343,47.101],[-29.538,47.296],[-29.538,47.296],[-29.733,47.101],[-29.733,46.451]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Rectangle-8","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","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":"Group 5","np":3,"cix":2,"ix":9,"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":[[-0.018,-0.03],[0,0],[0.099,-0.059],[0.038,0],[0,0],[0,0.116],[-0.019,0.032],[0,0],[-0.099,-0.059]],"o":[[0,0],[0.059,0.099],[-0.032,0.019],[0,0],[-0.116,0],[0,-0.038],[0,0],[0.059,-0.099],[0.03,0.018]],"v":[[-28.407,50.636],[-27.847,51.579],[-27.92,51.866],[-28.027,51.895],[-29.147,51.895],[-29.357,51.686],[-29.327,51.579],[-28.767,50.636],[-28.48,50.562]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Triangle-Copy-2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.018,-0.03],[0,0],[0.099,-0.059],[0.038,0],[0,0],[0,0.116],[-0.019,0.032],[0,0],[-0.099,-0.059]],"o":[[0,0],[0.059,0.099],[-0.032,0.019],[0,0],[-0.116,0],[0,-0.038],[0,0],[0.059,-0.099],[0.03,0.018]],"v":[[-30.309,50.636],[-29.749,51.579],[-29.822,51.866],[-29.928,51.895],[-31.049,51.895],[-31.258,51.686],[-31.228,51.579],[-30.668,50.636],[-30.382,50.562]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Triangle-Copy","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.018,-0.03],[0,0],[0.099,-0.059],[0.038,0],[0,0],[0,0.116],[-0.019,0.032],[0,0],[-0.099,-0.059]],"o":[[0,0],[0.059,0.099],[-0.032,0.019],[0,0],[-0.116,0],[0,-0.038],[0,0],[0.059,-0.099],[0.03,0.018]],"v":[[-29.409,48.938],[-28.849,49.882],[-28.922,50.168],[-29.028,50.198],[-30.149,50.198],[-30.358,49.989],[-30.329,49.882],[-29.768,48.938],[-29.482,48.865]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Triangle","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"Group-8","np":1,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.884,0],[0,-2.884],[2.884,0],[0,2.884]],"o":[[2.884,0],[0,2.884],[-2.884,0],[0,-2.884]],"v":[[-29.538,45.5],[-24.315,50.723],[-29.538,55.945],[-34.76,50.723]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Oval-3-Copy","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.453,0],[0,-1.453],[1.453,0],[0,1.453]],"o":[[1.453,0],[0,1.453],[-1.453,0],[0,-1.453]],"v":[[-29.538,48.124],[-26.908,50.754],[-29.538,53.384],[-32.168,50.754]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Oval-3","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.466,0],[-0.388,3.414],[0,0],[3.517,0],[1.206,-1.955],[0,0]],"o":[[3.517,0],[0,0],[-0.388,-3.414],[-2.466,0],[0,0],[1.206,1.955]],"v":[[-29.538,57.571],[-22.737,51.504],[-22.737,49.941],[-29.538,43.874],[-35.364,47.137],[-35.364,54.308]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 6","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":20,"ty":4,"nm":"DoorRight","parent":15,"sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":185,"s":[0,0,0],"e":[17.241,0,0],"to":[2.87356328964233,0,0],"ti":[-2.87356328964233,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":243,"s":[17.241,0,0],"e":[17.241,0,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":400,"s":[17.241,0,0],"e":[0,0,0],"to":[-2.87356328964233,0,0],"ti":[2.87356328964233,0,0]},{"t":458}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[3.293,0],[0,0],[0,0]],"o":[[0,0],[0,-3.065],[0,0],[0,0],[0,0]],"v":[[-22.737,82.513],[-22.737,44.592],[-28.7,39.042],[-35.364,39.042],[-35.364,82.408]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0_1_0p333_0"],"t":138,"s":[0.227450980392,0.192156862745,0.298039215686,1],"e":[0.972549019608,0.956862745098,1,1]},{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0_1_0p333_0"],"t":209,"s":[0.972549019608,0.956862745098,1,1],"e":[0.972549019608,0.956862745098,1,1]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[1],"y":[0]},"n":["0p667_1_1_0"],"t":340,"s":[0.972549019608,0.956862745098,1,1],"e":[0.227450980392,0.192156862745,0.298039215686,1]},{"t":411}],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[-20.593,85.361],[-20.593,36.194],[-37.509,36.194],[-37.509,85.242]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.953,0.737,0.776,0.5,0.953,0.825,0.861,1,0.953,0.914,0.945],"ix":9}},"s":{"a":0,"k":[-7.102,38],"ix":5},"e":{"a":0,"k":[18.417,-6.2],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":603,"st":0,"bm":0},{"ddd":0,"ind":21,"ty":4,"nm":"grafittiLeft Light","parent":23,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":400,"s":[100],"e":[0]},{"t":458}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0.718,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,2.451],[2.451,0],[0.527,-0.22],[0,0],[-0.606,0]],"o":[[0,-2.451],[-0.606,0],[0,0],[0.527,0.22],[2.451,0]],"v":[[-46.311,60.306],[-50.748,55.869],[-52.458,56.212],[-52.458,64.4],[-50.748,64.744]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.048,-0.161],[0,0]],"o":[[0,0],[-0.063,0.155],[0,0],[0,0]],"v":[[-51.68,42.737],[-52.069,42.633],[-52.236,43.106],[-51.81,43.22]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.175,-0.025],[0,0]],"o":[[0,0],[-0.18,0.01],[0,0],[0,0]],"v":[[-47.272,40.573],[-46.866,39.06],[-47.398,39.113],[-47.755,40.444]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.126,-0.111],[0,0]],"o":[[0,0],[-0.136,0.101],[0,0],[0,0]],"v":[[-49.919,40.733],[-50.199,40.248],[-50.592,40.567],[-50.352,40.983]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"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":[[-50.07,49.156],[-49.587,49.285],[-49.061,47.319],[-49.544,47.19]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"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":[[-51.525,45.411],[-52.458,45.95],[-52.458,46.528],[-51.275,45.845]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"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":[[-45.135,45.027],[-43.169,45.554],[-43.04,45.071],[-45.006,44.545]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"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":[[-46.896,47.031],[-45.879,48.794],[-45.446,48.544],[-46.464,46.781]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"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":[[-45.541,41.919],[-45.291,42.353],[-43.528,41.335],[-43.778,40.901]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.147,-0.088],[0,0]],"o":[[0,0],[-0.155,0.076],[0,0],[0,0]],"v":[[-49.06,40.444],[-49.265,39.68],[-49.717,39.926],[-49.543,40.573]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"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":[[-51.808,44.545],[-52.458,44.719],[-52.458,45.236],[-51.679,45.027]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"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":[[-47.756,47.319],[-47.121,49.689],[-46.637,49.561],[-47.272,47.19]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"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":[[-45.007,43.22],[-42.637,42.584],[-42.767,42.102],[-45.137,42.737]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"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":[[-50.351,46.781],[-51.578,48.906],[-51.145,49.156],[-49.918,47.031]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.078,-0.148],[0,0]],"o":[[0,0],[-0.091,0.14],[0,0],[0,0]],"v":[[-51.273,41.919],[-51.598,41.732],[-51.851,42.164],[-51.523,42.353]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"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":[[-46.465,40.983],[-45.345,39.042],[-45.921,39.042],[-46.897,40.733]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 16","np":2,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"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":[[-45.542,45.845],[-43.417,47.071],[-43.167,46.638],[-45.292,45.411]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 17","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"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":[[-48.658,50.39],[-48.158,50.39],[-48.158,47.374],[-48.658,47.374]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 18","np":2,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.015,-0.169],[0,0]],"o":[[0,0],[-0.031,0.165],[0,0],[0,0]],"v":[[-51.859,43.632],[-52.363,43.632],[-52.433,44.132],[-51.859,44.132]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 19","np":2,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"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":[[-51.025,46.175],[-52.458,47.608],[-52.458,48.315],[-50.671,46.528]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 20","np":2,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"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":[[-43.658,39.457],[-44.012,39.104],[-46.144,41.236],[-45.791,41.59]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 21","np":2,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.164,-0.059],[0,0]],"o":[[0,0],[-0.17,0.046],[0,0],[0,0]],"v":[[-48.158,40.391],[-48.158,39.265],[-48.658,39.424],[-48.658,40.391]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 22","np":2,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"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":[[-44.957,44.132],[-41.94,44.132],[-41.94,43.632],[-44.957,43.632]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 23","np":2,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.103,-0.131],[0,0]],"o":[[0,0],[-0.115,0.122],[0,0],[0,0]],"v":[[-50.671,41.236],[-50.973,40.935],[-51.3,41.315],[-51.025,41.59]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 24","np":2,"cix":2,"ix":24,"mn":"ADBE Vector Group","hd":false},{"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":[[-46.144,46.528],[-44.012,48.66],[-43.658,48.307],[-45.791,46.175]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 25","np":2,"cix":2,"ix":25,"mn":"ADBE Vector Group","hd":false},{"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":[[-45.238,38.857],[-45.67,38.607],[-45.921,39.042],[-45.345,39.042]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 26","np":2,"cix":2,"ix":26,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.737,1.718],[-0.937,-0.287],[0,0]],"o":[[0.737,-1.718],[0.937,0.287],[0,0]],"v":[[-44.05,63.655],[-41.268,62.178],[-39.648,63.125]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 27","np":2,"cix":2,"ix":27,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-0.431],[0.431,0],[0,0.431],[-0.431,0]],"o":[[0,0.431],[-0.431,0],[0,-0.431],[0.431,0]],"v":[[-44.545,55.48],[-45.326,56.261],[-46.107,55.48],[-45.326,54.7]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 28","np":2,"cix":2,"ix":28,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-0.834],[0.834,0],[0,0.834],[-0.834,0]],"o":[[0,0.834],[-0.834,0],[0,-0.834],[0.834,0]],"v":[[-46.797,53.917],[-48.307,55.426],[-49.816,53.917],[-48.307,52.407]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 29","np":2,"cix":2,"ix":29,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-52.15,74.989],[-47.302,74.989]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 30","np":2,"cix":2,"ix":30,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-52.197,77.982],[-45.043,73.645]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 31","np":2,"cix":2,"ix":31,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-42.484,76.723],[-42.484,78.076]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Line-7-Copy-2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-44.138,76.723],[-44.138,78.076]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Line-7","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.099,-4.608],[0,0],[1.255,0]],"o":[[0,0],[0.143,-4.608],[-1.255,0]],"v":[[-45.039,76.592],[-41.636,76.592],[-43.304,69.68]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-4","np":2,"cix":2,"ix":3,"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":[[-0.623,0],[0,-0.623],[0.623,0],[0,0.623]],"o":[[0.623,0],[0,0.623],[-0.623,0],[0,-0.623]],"v":[[-43.311,67.402],[-42.183,68.53],[-43.311,69.657],[-44.438,68.53]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"Oval-2","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"Group-4-Copy-3","np":1,"cix":2,"ix":4,"mn":"ADBE Vector Group","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":"Group 32","np":4,"cix":2,"ix":32,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,1.404],[-1.391,0],[0,-1.404],[1.391,0]],"o":[[0,-1.404],[1.391,0],[0,1.404],[-1.391,0]],"v":[[-50.873,43.882],[-48.355,41.341],[-45.836,43.882],[-48.355,46.423]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Oval-2","np":2,"cix":2,"ix":33,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.124,0.023]],"o":[[-0.061,-0.122],[0,0]],"v":[[-51.002,80.712],[-51.279,80.496]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-7-Copy-2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.132,0.035]],"o":[[-0.015,-0.168],[0,0]],"v":[[-50.719,80.651],[-50.543,80.347]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-7-Copy","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.093,0.052],[-0.007,0.006],[0,0],[-0.032,-0.042],[0,0],[0,0],[-0.085,0.064],[-0.005,0.004],[0,0]],"o":[[0,0],[0.052,0.093],[0.008,-0.004],[0,0],[0.042,-0.032],[0,0],[0,0],[0.064,0.085],[0.005,-0.004],[0,0],[0,0]],"v":[[-50.405,80.876],[-50.158,81.319],[-49.897,81.394],[-49.874,81.378],[-49.536,81.121],[-49.401,81.139],[-49.401,81.139],[-49.247,81.344],[-48.978,81.382],[-48.963,81.37],[-48.766,81.189]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-7","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.246,0.052],[-0.036,-0.169],[0.246,-0.052],[0.036,0.169]],"o":[[0.246,-0.052],[0.036,0.169],[-0.246,0.052],[-0.036,-0.169]],"v":[[-50.855,80.673],[-50.343,80.884],[-50.724,81.285],[-51.236,81.074]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Oval-8","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","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":"Group","np":4,"cix":2,"ix":34,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.175,0.091],[0.159,0.187],[-0.106,0.07]],"o":[[0.104,0.207],[0.262,-0.137],[-0.106,-0.124],[0,0]],"v":[[-41.362,81.153],[-40.944,81.326],[-41.144,80.61],[-41.144,80.32]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-19","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-41.667,81.416],[-42.3,81.416]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Line","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.256,-0.495],[0,0],[0,0],[-0.149,0]],"o":[[0.8,0.335],[0,0],[0,0],[-0.012,-0.232],[0,0]],"v":[[-42.259,80.173],[-41.443,81.418],[-41.829,81.416],[-42.227,81.081],[-42.022,80.733]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-18","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.222,-0.031],[0,-0.141],[0.391,-0.201]],"o":[[0.066,-0.141],[0.333,0.046],[0,0.141],[0,0]],"v":[[-43.117,79.571],[-42.685,79.406],[-42.256,79.914],[-42.685,80.451]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-16","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.205,-0.087],[0.101,-0.211],[0.075,-0.065],[0.131,0.005]],"o":[[-0.056,0.172],[0.133,0.238],[-0.101,0.211],[-0.05,0.044],[0,0]],"v":[[-43.124,80.427],[-42.9,80.815],[-42.916,81.111],[-43.09,81.362],[-43.362,81.42]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-17","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.12,0],[0.298,0],[0.029,0]],"o":[[0.014,0],[0.285,0],[-0.023,0],[0,0]],"v":[[-43.431,79.586],[-43.23,79.586],[-43.23,79.99],[-43.308,79.99]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-15","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","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":"Group","np":6,"cix":2,"ix":35,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.292,0.44]],"o":[[0,0],[0.292,-0.221],[0,0]],"v":[[-44.207,81.42],[-45.084,81.42],[-44.207,80.428]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-10","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-44.201,79.269],[-44.201,81.421]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Line","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","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":"Group","np":2,"cix":2,"ix":36,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-47.643,81.421],[-46.57,81.421]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Line","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-47.155,80.731],[-47.302,81.273]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Line-5-Copy","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-46.799,80.846],[-46.897,81.339]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Line-5","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.26,0],[0.154,-0.179],[0.161,-0.135],[0,0],[-0.017,-0.02],[-0.009,-0.003],[0,0],[-0.074,-0.148],[-0.221,-0.098],[-0.184,0.001]],"o":[[-0.189,-0.409],[-0.172,0],[-0.046,0.054],[0,0],[-0.02,0.017],[0.006,0.007],[0,0],[0.056,0.304],[0.112,0.222],[0.148,0.065],[0,0]],"v":[[-46.545,79.619],[-47.219,79.005],[-47.668,79.277],[-47.979,79.56],[-47.979,79.56],[-47.984,79.628],[-47.961,79.643],[-47.476,79.779],[-47.28,80.457],[-46.916,80.77],[-46.419,80.866]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-9","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.024,-0.012],[0.009,0.001],[0.099,0.132],[0.228,0.32],[0,0],[-0.043,0.031],[-0.001,0.001],[0,0]],"o":[[0,0],[0.012,0.024],[-0.008,0.004],[-0.287,-0.027],[-0.101,-0.133],[0,0],[-0.031,-0.043],[0.001,-0.001],[0,0],[0,0]],"v":[[-46.604,79.498],[-45.859,80.949],[-45.88,81.014],[-45.907,81.019],[-46.487,80.78],[-46.98,80.1],[-46.98,80.1],[-46.957,79.966],[-46.954,79.963],[-46.836,79.886]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.972549019608,0.956862745098,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-8","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","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":"Group","np":5,"cix":2,"ix":37,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0_1_0p333_0"],"t":138,"s":[0],"e":[100]},{"t":209}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":38,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":22,"ty":4,"nm":"grafittiLeft","parent":23,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0.718,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,2.451],[2.451,0],[0.527,-0.22],[0,0],[-0.606,0]],"o":[[0,-2.451],[-0.606,0],[0,0],[0.527,0.22],[2.451,0]],"v":[[-46.311,60.306],[-50.748,55.869],[-52.458,56.212],[-52.458,64.4],[-50.748,64.744]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.048,-0.161],[0,0]],"o":[[0,0],[-0.063,0.155],[0,0],[0,0]],"v":[[-51.68,42.737],[-52.069,42.633],[-52.236,43.106],[-51.81,43.22]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.175,-0.025],[0,0]],"o":[[0,0],[-0.18,0.01],[0,0],[0,0]],"v":[[-47.272,40.573],[-46.866,39.06],[-47.398,39.113],[-47.755,40.444]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.126,-0.111],[0,0]],"o":[[0,0],[-0.136,0.101],[0,0],[0,0]],"v":[[-49.919,40.733],[-50.199,40.248],[-50.592,40.567],[-50.352,40.983]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"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":[[-50.07,49.156],[-49.587,49.285],[-49.061,47.319],[-49.544,47.19]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"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":[[-51.525,45.411],[-52.458,45.95],[-52.458,46.528],[-51.275,45.845]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"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":[[-45.135,45.027],[-43.169,45.554],[-43.04,45.071],[-45.006,44.545]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"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":[[-46.896,47.031],[-45.879,48.794],[-45.446,48.544],[-46.464,46.781]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"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":[[-45.541,41.919],[-45.291,42.353],[-43.528,41.335],[-43.778,40.901]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.147,-0.088],[0,0]],"o":[[0,0],[-0.155,0.076],[0,0],[0,0]],"v":[[-49.06,40.444],[-49.265,39.68],[-49.717,39.926],[-49.543,40.573]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"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":[[-51.808,44.545],[-52.458,44.719],[-52.458,45.236],[-51.679,45.027]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"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":[[-47.756,47.319],[-47.121,49.689],[-46.637,49.561],[-47.272,47.19]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"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":[[-45.007,43.22],[-42.637,42.584],[-42.767,42.102],[-45.137,42.737]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"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":[[-50.351,46.781],[-51.578,48.906],[-51.145,49.156],[-49.918,47.031]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.078,-0.148],[0,0]],"o":[[0,0],[-0.091,0.14],[0,0],[0,0]],"v":[[-51.273,41.919],[-51.598,41.732],[-51.851,42.164],[-51.523,42.353]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"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":[[-46.465,40.983],[-45.345,39.042],[-45.921,39.042],[-46.897,40.733]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 16","np":2,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"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":[[-45.542,45.845],[-43.417,47.071],[-43.167,46.638],[-45.292,45.411]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 17","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"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":[[-48.658,50.39],[-48.158,50.39],[-48.158,47.374],[-48.658,47.374]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 18","np":2,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.015,-0.169],[0,0]],"o":[[0,0],[-0.031,0.165],[0,0],[0,0]],"v":[[-51.859,43.632],[-52.363,43.632],[-52.433,44.132],[-51.859,44.132]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 19","np":2,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"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":[[-51.025,46.175],[-52.458,47.608],[-52.458,48.315],[-50.671,46.528]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 20","np":2,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"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":[[-43.658,39.457],[-44.012,39.104],[-46.144,41.236],[-45.791,41.59]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 21","np":2,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.164,-0.059],[0,0]],"o":[[0,0],[-0.17,0.046],[0,0],[0,0]],"v":[[-48.158,40.391],[-48.158,39.265],[-48.658,39.424],[-48.658,40.391]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 22","np":2,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"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":[[-44.957,44.132],[-41.94,44.132],[-41.94,43.632],[-44.957,43.632]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 23","np":2,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.103,-0.131],[0,0]],"o":[[0,0],[-0.115,0.122],[0,0],[0,0]],"v":[[-50.671,41.236],[-50.973,40.935],[-51.3,41.315],[-51.025,41.59]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 24","np":2,"cix":2,"ix":24,"mn":"ADBE Vector Group","hd":false},{"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":[[-46.144,46.528],[-44.012,48.66],[-43.658,48.307],[-45.791,46.175]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 25","np":2,"cix":2,"ix":25,"mn":"ADBE Vector Group","hd":false},{"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":[[-45.238,38.857],[-45.67,38.607],[-45.921,39.042],[-45.345,39.042]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 26","np":2,"cix":2,"ix":26,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.737,1.718],[-0.937,-0.287],[0,0]],"o":[[0.737,-1.718],[0.937,0.287],[0,0]],"v":[[-44.05,63.655],[-41.268,62.178],[-39.648,63.125]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 27","np":2,"cix":2,"ix":27,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-0.431],[0.431,0],[0,0.431],[-0.431,0]],"o":[[0,0.431],[-0.431,0],[0,-0.431],[0.431,0]],"v":[[-44.545,55.48],[-45.326,56.261],[-46.107,55.48],[-45.326,54.7]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 28","np":2,"cix":2,"ix":28,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-0.834],[0.834,0],[0,0.834],[-0.834,0]],"o":[[0,0.834],[-0.834,0],[0,-0.834],[0.834,0]],"v":[[-46.797,53.917],[-48.307,55.426],[-49.816,53.917],[-48.307,52.407]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 29","np":2,"cix":2,"ix":29,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-52.15,74.989],[-47.302,74.989]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 30","np":2,"cix":2,"ix":30,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-52.197,77.982],[-45.043,73.645]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 31","np":2,"cix":2,"ix":31,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-42.484,76.723],[-42.484,78.076]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Line-7-Copy-2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-44.138,76.723],[-44.138,78.076]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Line-7","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.099,-4.608],[0,0],[1.255,0]],"o":[[0,0],[0.143,-4.608],[-1.255,0]],"v":[[-45.039,76.592],[-41.636,76.592],[-43.304,69.68]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-4","np":2,"cix":2,"ix":3,"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":[[-0.623,0],[0,-0.623],[0.623,0],[0,0.623]],"o":[[0.623,0],[0,0.623],[-0.623,0],[0,-0.623]],"v":[[-43.311,67.402],[-42.183,68.53],[-43.311,69.657],[-44.438,68.53]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"Oval-2","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"Group-4-Copy-3","np":1,"cix":2,"ix":4,"mn":"ADBE Vector Group","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":"Group 32","np":4,"cix":2,"ix":32,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,1.404],[-1.391,0],[0,-1.404],[1.391,0]],"o":[[0,-1.404],[1.391,0],[0,1.404],[-1.391,0]],"v":[[-50.873,43.882],[-48.355,41.341],[-45.836,43.882],[-48.355,46.423]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Oval-2","np":2,"cix":2,"ix":33,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.124,0.023]],"o":[[-0.061,-0.122],[0,0]],"v":[[-51.002,80.712],[-51.279,80.496]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-7-Copy-2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.132,0.035]],"o":[[-0.015,-0.168],[0,0]],"v":[[-50.719,80.651],[-50.543,80.347]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-7-Copy","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.093,0.052],[-0.007,0.006],[0,0],[-0.032,-0.042],[0,0],[0,0],[-0.085,0.064],[-0.005,0.004],[0,0]],"o":[[0,0],[0.052,0.093],[0.008,-0.004],[0,0],[0.042,-0.032],[0,0],[0,0],[0.064,0.085],[0.005,-0.004],[0,0],[0,0]],"v":[[-50.405,80.876],[-50.158,81.319],[-49.897,81.394],[-49.874,81.378],[-49.536,81.121],[-49.401,81.139],[-49.401,81.139],[-49.247,81.344],[-48.978,81.382],[-48.963,81.37],[-48.766,81.189]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-7","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.246,0.052],[-0.036,-0.169],[0.246,-0.052],[0.036,0.169]],"o":[[0.246,-0.052],[0.036,0.169],[-0.246,0.052],[-0.036,-0.169]],"v":[[-50.855,80.673],[-50.343,80.884],[-50.724,81.285],[-51.236,81.074]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Oval-8","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","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":"Group","np":4,"cix":2,"ix":34,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.175,0.091],[0.159,0.187],[-0.106,0.07]],"o":[[0.104,0.207],[0.262,-0.137],[-0.106,-0.124],[0,0]],"v":[[-41.362,81.153],[-40.944,81.326],[-41.144,80.61],[-41.144,80.32]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-19","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-41.667,81.416],[-42.3,81.416]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Line","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.256,-0.495],[0,0],[0,0],[-0.149,0]],"o":[[0.8,0.335],[0,0],[0,0],[-0.012,-0.232],[0,0]],"v":[[-42.259,80.173],[-41.443,81.418],[-41.829,81.416],[-42.227,81.081],[-42.022,80.733]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-18","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.222,-0.031],[0,-0.141],[0.391,-0.201]],"o":[[0.066,-0.141],[0.333,0.046],[0,0.141],[0,0]],"v":[[-43.117,79.571],[-42.685,79.406],[-42.256,79.914],[-42.685,80.451]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-16","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.205,-0.087],[0.101,-0.211],[0.075,-0.065],[0.131,0.005]],"o":[[-0.056,0.172],[0.133,0.238],[-0.101,0.211],[-0.05,0.044],[0,0]],"v":[[-43.124,80.427],[-42.9,80.815],[-42.916,81.111],[-43.09,81.362],[-43.362,81.42]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-17","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.12,0],[0.298,0],[0.029,0]],"o":[[0.014,0],[0.285,0],[-0.023,0],[0,0]],"v":[[-43.431,79.586],[-43.23,79.586],[-43.23,79.99],[-43.308,79.99]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-15","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","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":"Group","np":6,"cix":2,"ix":35,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.292,0.44]],"o":[[0,0],[0.292,-0.221],[0,0]],"v":[[-44.207,81.42],[-45.084,81.42],[-44.207,80.428]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-10","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-44.201,79.269],[-44.201,81.421]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Line","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","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":"Group","np":2,"cix":2,"ix":36,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-47.643,81.421],[-46.57,81.421]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Line","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-47.155,80.731],[-47.302,81.273]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Line-5-Copy","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-46.799,80.846],[-46.897,81.339]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Line-5","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.26,0],[0.154,-0.179],[0.161,-0.135],[0,0],[-0.017,-0.02],[-0.009,-0.003],[0,0],[-0.074,-0.148],[-0.221,-0.098],[-0.184,0.001]],"o":[[-0.189,-0.409],[-0.172,0],[-0.046,0.054],[0,0],[-0.02,0.017],[0.006,0.007],[0,0],[0.056,0.304],[0.112,0.222],[0.148,0.065],[0,0]],"v":[[-46.545,79.619],[-47.219,79.005],[-47.668,79.277],[-47.979,79.56],[-47.979,79.56],[-47.984,79.628],[-47.961,79.643],[-47.476,79.779],[-47.28,80.457],[-46.916,80.77],[-46.419,80.866]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-9","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.024,-0.012],[0.009,0.001],[0.099,0.132],[0.228,0.32],[0,0],[-0.043,0.031],[-0.001,0.001],[0,0]],"o":[[0,0],[0.012,0.024],[-0.008,0.004],[-0.287,-0.027],[-0.101,-0.133],[0,0],[-0.031,-0.043],[0.001,-0.001],[0,0],[0,0]],"v":[[-46.604,79.498],[-45.859,80.949],[-45.88,81.014],[-45.907,81.019],[-46.487,80.78],[-46.98,80.1],[-46.98,80.1],[-46.957,79.966],[-46.954,79.963],[-46.836,79.886]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.227450981736,0.192156866193,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.25,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Path-8","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","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":"Group","np":5,"cix":2,"ix":37,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":23,"ty":4,"nm":"Door Left","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":185,"s":[173.5,120.5,0],"e":[158.5,120.5,0],"to":[-2.5,0,0],"ti":[2.5,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":243,"s":[158.5,120.5,0],"e":[158.5,120.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":400,"s":[158.5,120.5,0],"e":[173.5,120.5,0],"to":[2.5,0,0],"ti":[-2.5,0,0]},{"t":458}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[87,87,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-3.293,0],[0,0],[0,0]],"o":[[0,0],[0,-3.065],[0,0],[0,0],[0,0]],"v":[[-52.458,82.513],[-52.458,44.592],[-46.496,39.042],[-39.831,39.042],[-39.831,82.408]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0_1_0p333_0"],"t":137,"s":[0.227450980392,0.192156862745,0.298039215686,1],"e":[0.972549019608,0.956862745098,1,1]},{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0_1_0p333_0"],"t":208,"s":[0.972549019608,0.956862745098,1,1],"e":[0.972549019608,0.956862745098,1,1]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[1],"y":[0]},"n":["0p667_1_1_0"],"t":340,"s":[0.972549019608,0.956862745098,1,1],"e":[0.227450980392,0.192156862745,0.298039215686,1]},{"t":411}],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[-54.602,85.361],[-54.602,36.194],[-37.687,36.194],[-37.687,85.242]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.953,0.737,0.776,0.5,0.953,0.825,0.861,1,0.953,0.914,0.945],"ix":9}},"s":{"a":0,"k":[-34,38],"ix":5},"e":{"a":0,"k":[-59.519,82.2],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":603,"st":0,"bm":0},{"ddd":0,"ind":24,"ty":4,"nm":"inside door","parent":23,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-37.687,85.242],[-35.665,84.604],[-35.665,35.226],[-37.687,36.194]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.654901981354,0.474509805441,0.631372570992,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":603,"st":0,"bm":0},{"ddd":0,"ind":25,"ty":0,"nm":"Amber floats 4","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":281,"s":[61.5,205.5,0],"e":[145,158,0],"to":[2.41666674613953,-35.9166679382324,0],"ti":[0.08333333581686,22.4166660308838,0]},{"t":490}],"ix":2},"a":{"a":0,"k":[140,140,0],"ix":1},"s":{"a":0,"k":[42,42,100],"ix":6}},"ao":0,"w":280,"h":280,"ip":405,"op":600,"st":0,"bm":0},{"ddd":0,"ind":26,"ty":4,"nm":"journey entrance","parent":15,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-20.667,85.361],[-54.572,85.361],[-54.572,37.432],[-20.667,37.432]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":5,"k":{"a":0,"k":[0,0.91,0.549,0,0,0.875,0.675,0.443,0,0.839,0.8,0.886,0.5,0.902,0.861,0.943,1,0.965,0.922,1,0,1,0,0.7,0,0.4,0.5,0.5,1,0.6],"ix":9}},"s":{"a":0,"k":[-53,36],"ix":5},"e":{"a":0,"k":[-23.77,86.629],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":603,"st":0,"bm":0},{"ddd":0,"ind":27,"ty":4,"nm":"shadow 2","parent":15,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-54.572,85.598],[-90.038,120.636],[-46,116.333],[-19.167,85.361],[-54.572,85.361]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0.405,0,0,0,0.703,0,0,0,1,0,0,0,0.405,0,0.703,0.05,1,0.1],"ix":9}},"s":{"a":0,"k":[-72,131],"ix":5},"e":{"a":0,"k":[-39.008,73.855],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":603,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/favourite_app_icon.json b/ohos/flutter_lottie/assets/lottiefiles/favourite_app_icon.json new file mode 100644 index 0000000000000000000000000000000000000000..2a06d5594f6fe75a83e3c0eb1b3e1d2b3c2daac9 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/favourite_app_icon.json @@ -0,0 +1 @@ +{"v":"4.5.8","fr":60,"ip":0,"op":80,"w":44,"h":44,"ddd":0,"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"star Outlines 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[22.385,21.344,0]},"a":{"a":0,"k":[125,125,0]},"s":{"a":1,"k":[{"i":{"x":[0.32,0.32,0.32],"y":[1,1,0.32]},"o":{"x":[0.68,0.68,0.68],"y":[0,0,0.68]},"n":["0p32_1_0p68_0","0p32_1_0p68_0","0p32_0p32_0p68_0p68"],"t":14,"s":[0,0,100],"e":[9,9,100]},{"i":{"x":[0.32,0.32,0.32],"y":[1,1,0.32]},"o":{"x":[0.68,0.68,0.68],"y":[0,0,0.68]},"n":["0p32_1_0p68_0","0p32_1_0p68_0","0p32_0p32_0p68_0p68"],"t":25,"s":[9,9,100],"e":[6,6,100]},{"i":{"x":[0.32,0.32,0.32],"y":[1,1,0.32]},"o":{"x":[0.68,0.68,0.68],"y":[0,0,0.68]},"n":["0p32_1_0p68_0","0p32_1_0p68_0","0p32_0p32_0p68_0p68"],"t":41,"s":[6,6,100],"e":[10,10,100]},{"t":62}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[1.295,0],[1.356,0.96],[-0.521,3.196],[0,0],[0.312,0.315],[0,0],[-1.007,3.01],[-2.957,0.453],[0,0],[-0.175,0.372],[0,0],[-3.091,0],[-1.342,-2.867],[0,0],[0,0],[-0.341,-0.054],[0,0],[-0.972,-2.91],[2.182,-2.246],[0,0],[-0.08,-0.484],[0,0],[2.598,-1.833],[2.651,1.471],[0,0],[0.289,-0.161],[0,0]],"o":[[-1.578,0],[-2.601,-1.826],[0,0],[0.081,-0.484],[0,0],[-2.185,-2.245],[0.974,-2.91],[0,0],[0.345,-0.054],[0,0],[1.346,-2.867],[3.091,0],[0,0],[0,0],[0.175,0.376],[0,0],[2.96,0.453],[1.007,3.007],[0,0],[-0.308,0.322],[0,0],[0.524,3.196],[-2.471,1.738],[0,0],[-0.288,-0.161],[0,0],[-1.191,0.658]],"v":[[-53.993,95.484],[-58.493,94.041],[-61.867,85.891],[-52.366,27.545],[-52.741,26.257],[-92.993,-15.067],[-94.904,-23.585],[-88.533,-29.039],[-32.902,-37.551],[-32.072,-38.229],[-7.193,-91.319],[0.001,-95.968],[7.189,-91.319],[7.197,-91.319],[32.074,-38.235],[32.898,-37.551],[88.527,-29.039],[94.904,-23.585],[92.998,-15.07],[52.742,26.25],[52.366,27.552],[61.865,85.891],[58.502,94.041],[50.212,94.497],[0.454,66.948],[-0.456,66.948],[-50.208,94.497]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.941,0.561,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[125.015,126.016],"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":14,"op":80,"st":14,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"star Outlines 5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[22.385,21.344,0]},"a":{"a":0,"k":[125,125,0]},"s":{"a":0,"k":[10,10,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[1.295,0],[1.356,0.96],[-0.521,3.196],[0,0],[0.312,0.315],[0,0],[-1.007,3.01],[-2.957,0.453],[0,0],[-0.175,0.372],[0,0],[-3.091,0],[-1.342,-2.867],[0,0],[0,0],[-0.341,-0.054],[0,0],[-0.972,-2.91],[2.182,-2.246],[0,0],[-0.08,-0.484],[0,0],[2.598,-1.833],[2.651,1.471],[0,0],[0.289,-0.161],[0,0]],"o":[[-1.578,0],[-2.601,-1.826],[0,0],[0.081,-0.484],[0,0],[-2.185,-2.245],[0.974,-2.91],[0,0],[0.345,-0.054],[0,0],[1.346,-2.867],[3.091,0],[0,0],[0,0],[0.175,0.376],[0,0],[2.96,0.453],[1.007,3.007],[0,0],[-0.308,0.322],[0,0],[0.524,3.196],[-2.471,1.738],[0,0],[-0.288,-0.161],[0,0],[-1.191,0.658]],"v":[[-53.993,95.484],[-58.493,94.041],[-61.867,85.891],[-52.366,27.545],[-52.741,26.257],[-92.993,-15.067],[-94.904,-23.585],[-88.533,-29.039],[-32.902,-37.551],[-32.072,-38.229],[-7.193,-91.319],[0.001,-95.968],[7.189,-91.319],[7.197,-91.319],[32.074,-38.235],[32.898,-37.551],[88.527,-29.039],[94.904,-23.585],[92.998,-15.07],[52.742,26.25],[52.366,27.552],[61.865,85.891],[58.502,94.041],[50.212,94.497],[0.454,66.948],[-0.456,66.948],[-50.208,94.497]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.941,0.561,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":10},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[125.015,126.016],"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":4,"st":-29,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Dot14","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-320},"p":{"a":0,"k":[22,22,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-37.5,-40.5],[-1,0.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[47],"e":[29]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[29],"e":[9]},{"t":49}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[48],"e":[30]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[30],"e":[10]},{"t":49}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[0.941,0.561,0,1],"e":[0.173,0.569,0.788,1]},{"t":27}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[5],"e":[2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[2],"e":[0]},{"t":41}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"mn":"ADBE Vector Group"}],"ip":15,"op":61,"st":-73,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Dot13","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-306.6},"p":{"a":0,"k":[22,22,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-37.5,-40.5],[-1,0.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[44],"e":[19]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[19],"e":[0]},{"t":60}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[45],"e":[20]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[20],"e":[1]},{"t":60}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[0.941,0.561,0,1],"e":[0.173,0.569,0.788,1]},{"t":27}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[5],"e":[0]},{"t":60}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"mn":"ADBE Vector Group"}],"ip":15,"op":61,"st":-73,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Dot12","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-271.7},"p":{"a":0,"k":[22,22,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-37.5,-40.5],[-1,0.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[47],"e":[29]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[29],"e":[9]},{"t":49}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[48],"e":[30]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[30],"e":[10]},{"t":49}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[0.941,0.561,0,1],"e":[0.173,0.569,0.788,1]},{"t":27}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[5],"e":[2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[2],"e":[0]},{"t":41}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"mn":"ADBE Vector Group"}],"ip":15,"op":61,"st":-73,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Dot11","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-258.3},"p":{"a":0,"k":[22,22,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-37.5,-40.5],[-1,0.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[44],"e":[19]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[19],"e":[0]},{"t":60}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[45],"e":[20]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[20],"e":[1]},{"t":60}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[0.941,0.561,0,1],"e":[0.392,0.659,0.086,1]},{"t":27}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[5],"e":[0]},{"t":60}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"mn":"ADBE Vector Group"}],"ip":15,"op":61,"st":-73,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Dot10","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-220.3},"p":{"a":0,"k":[22,22,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-37.5,-40.5],[-1,0.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[47],"e":[29]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[29],"e":[9]},{"t":49}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[48],"e":[30]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[30],"e":[10]},{"t":49}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[0.941,0.561,0,1],"e":[0.173,0.569,0.788,1]},{"t":27}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[5],"e":[2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[2],"e":[0]},{"t":41}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"mn":"ADBE Vector Group"}],"ip":15,"op":61,"st":-73,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Dot9","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-206.9},"p":{"a":0,"k":[22,22,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-37.5,-40.5],[-1,0.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[44],"e":[19]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[19],"e":[0]},{"t":60}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[45],"e":[20]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[20],"e":[1]},{"t":60}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-29,"s":[0.941,0.561,0,1],"e":[0.392,0.659,0.086,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[0.392,0.659,0.086,1],"e":[0.173,0.569,0.788,1]},{"t":37}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[5],"e":[0]},{"t":60}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tm","s":{"a":0,"k":44,"ix":1},"e":{"a":0,"k":45,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":4,"nm":"Trim Paths 2","mn":"ADBE Vector Filter - Trim"},{"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":4,"mn":"ADBE Vector Group"}],"ip":15,"op":61,"st":-73,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Dot8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-168.2},"p":{"a":0,"k":[22,22,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-37.5,-40.5],[-1,0.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[47],"e":[29]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[29],"e":[9]},{"t":49}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[48],"e":[30]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[30],"e":[10]},{"t":49}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[0.173,0.569,0.788,1],"e":[0.941,0.561,0,1]},{"t":27}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[5],"e":[2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[2],"e":[0]},{"t":41}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"mn":"ADBE Vector Group"}],"ip":15,"op":61,"st":-73,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Dot7","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-154.8},"p":{"a":0,"k":[22,22,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-37.5,-40.5],[-1,0.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[44],"e":[19]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[19],"e":[0]},{"t":60}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[45],"e":[20]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[20],"e":[1]},{"t":60}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[0.173,0.569,0.788,1],"e":[0.329,0.596,0.8,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[0.329,0.596,0.8,1],"e":[0.549,0.275,0.71,1]},{"t":37}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[5],"e":[0]},{"t":60}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"mn":"ADBE Vector Group"}],"ip":15,"op":61,"st":-73,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"Dot6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-117.1},"p":{"a":0,"k":[22,22,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-37.5,-40.5],[-1,0.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[47],"e":[29]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[29],"e":[9]},{"t":49}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[48],"e":[30]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[30],"e":[10]},{"t":49}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[0.173,0.569,0.788,1],"e":[0.702,0.843,0.659,1]},{"t":27}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[5],"e":[2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[2],"e":[0]},{"t":41}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tm","s":{"a":0,"k":29,"ix":1},"e":{"a":0,"k":30,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":4,"nm":"Trim Paths 2","mn":"ADBE Vector Filter - Trim"},{"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":4,"mn":"ADBE Vector Group"}],"ip":15,"op":61,"st":-73,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"Dot5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-103.7},"p":{"a":0,"k":[22,22,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-37.5,-40.5],[-1,0.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[44],"e":[19]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[19],"e":[0]},{"t":60}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[45],"e":[20]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[20],"e":[1]},{"t":60}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[0.722,0.847,0.949,1],"e":[0.173,0.569,0.788,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[0.173,0.569,0.788,1],"e":[0.392,0.659,0.086,1]},{"t":37}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[5],"e":[0]},{"t":60}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"mn":"ADBE Vector Group"}],"ip":15,"op":61,"st":-73,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"Dot4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-69.3},"p":{"a":0,"k":[22,22,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-37.5,-40.5],[-1,0.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[47],"e":[29]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[29],"e":[9]},{"t":49}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[48],"e":[30]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[30],"e":[10]},{"t":49}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[0.173,0.569,0.788,1],"e":[0.702,0.847,0.659,1]},{"t":27}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[5],"e":[2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[2],"e":[0]},{"t":41}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"mn":"ADBE Vector Group"}],"ip":15,"op":61,"st":-73,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"Dot3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-55.9},"p":{"a":0,"k":[22,22,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-37.5,-40.5],[-1,0.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[44],"e":[19]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[19],"e":[0]},{"t":60}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[45],"e":[20]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[20],"e":[1]},{"t":60}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[0.643,0.812,0.973,1],"e":[0.173,0.569,0.788,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[0.173,0.569,0.788,1],"e":[0.549,0.275,0.71,1]},{"t":37}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[5],"e":[0]},{"t":60}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"mn":"ADBE Vector Group"}],"ip":15,"op":61,"st":-73,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"Dot2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-13.4},"p":{"a":0,"k":[22,22,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-37.5,-40.5],[-1,0.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[47],"e":[29]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[29],"e":[9]},{"t":49}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[48],"e":[30]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[30],"e":[10]},{"t":49}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[0.173,0.569,0.788,1],"e":[0.631,0.51,0.624,1]},{"t":27}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[5],"e":[2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[2],"e":[0]},{"t":41}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"mn":"ADBE Vector Group"}],"ip":15,"op":61,"st":-73,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"Dot1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[22,22,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-37.5,-40.5],[-1,0.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[44],"e":[19]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[19],"e":[0]},{"t":60}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[45],"e":[20]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[20],"e":[1]},{"t":60}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[0.173,0.569,0.788,1],"e":[0.941,0.561,0,1]},{"t":27}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[5],"e":[0]},{"t":60}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"mn":"ADBE Vector Group"}],"ip":15,"op":61,"st":-73,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"C2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[22,22,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":9,"s":[25.744,25.744],"e":[60.744,60.744]},{"t":16}]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0.941,0.561,0,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9,"s":[23.3],"e":[1]},{"t":16}]},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"}],"ip":9,"op":17,"st":-76,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":4,"nm":"C1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[22,22,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":4,"s":[4,4,100],"e":[40,40,100]},{"t":10}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[57.344,57.344]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[0.941,0.561,0,1],"e":[0.812,0.565,0.969,1]},{"t":10}]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":4,"op":10,"st":-75,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/file_error.json b/ohos/flutter_lottie/assets/lottiefiles/file_error.json new file mode 100644 index 0000000000000000000000000000000000000000..d10218ed877e1918ee134ad80f91751b206a4c39 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/file_error.json @@ -0,0 +1 @@ +{"v":"5.1.13","fr":29.9700012207031,"ip":0,"op":90.0000036657751,"w":100,"h":100,"nm":"2_lic","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Path 4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[4.715,9.29,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0.55],[-0.55,0],[0,0],[0,-0.55],[0.55,0]],"o":[[-0.55,0],[0,-0.55],[0,0],[0.55,0],[0,0.55],[0,0]],"v":[[1,2],[0,1],[1,0],[7.01,0],[8.01,1],[7.01,2]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.674510002136,0.756862998009,0.471778988838],"ix":4},"o":{"a":0,"k":47.178,"ix":5},"r":1,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":90.0000036657751,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Path 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[4.715,5.45,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0.55],[-0.55,0],[0,0],[0,-0.55],[0.55,0]],"o":[[-0.55,0],[0,-0.55],[0,0],[0.55,0],[0,0.55],[0,0]],"v":[[1,2],[0,1],[1,0],[12.32,0],[13.32,1],[12.32,2]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.674510002136,0.756862998009,0.471778988838],"ix":4},"o":{"a":0,"k":47.178,"ix":5},"r":1,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":90.0000036657751,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[14,22,0],"ix":2},"a":{"a":0,"k":[21.446,21.446,0],"ix":1},"s":{"a":0,"k":[30,30,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.59,0],[0,-3.32],[-3.32,0],[0,3.31],[1.13,1.13]],"o":[[-3.32,0],[0,3.31],[3.31,0],[0,-1.6],[-1.12,-1.13]],"v":[[6.01,0],[0,6.01],[6.01,12.01],[12.01,6.01],[10.25,1.76]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","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":"Path","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[1.2,1.2],[0,1.2],[0,0],[1.2,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[5.51,7.91],"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":"Path","np":1,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[1.2,3.6],[0,3.6],[0,0],[1.2,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[5.51,3.11],"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":"Path","np":1,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.937254901961,0.423529411765,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[357.143,357.143],"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","np":6,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":90.0000036657751,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[14.57,17.616,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[90,90,100],"ix":6}},"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],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.75,-16.884],[-13.43,-16.884],[-13.43,16.884],[13.43,16.884],[13.43,-11]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.435294147566,0.658823529412,0.686274509804,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.3,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-0.57,-0.616],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":90.0000036657751,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":1,"nm":"White Solid 1","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[50,51.5,0],"ix":2},"a":{"a":0,"k":[50,50,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[15.39,0],[0,-15.39],[-15.39,0],[0,15.39]],"o":[[-15.39,0],[0,15.39],[15.39,0],[0,-15.39]],"v":[[50.317,19.603],[22.45,47.47],[50.317,75.336],[78.183,47.47]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"sw":100,"sh":100,"sc":"#e9e9e9","ip":0,"op":90.0000036657751,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"↻ file","tt":1,"refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.527,"y":1},"o":{"x":1,"y":0},"n":"0p527_1_1_0","t":0,"s":[50.113,98.381,0],"e":[50.113,48.881,0],"to":[0,-8.25,0],"ti":[0,8.25,0]},{"i":{"x":0.682,"y":0.682},"o":{"x":0.167,"y":0.167},"n":"0p682_0p682_0p167_0p167","t":32,"s":[50.113,48.881,0],"e":[50.113,48.881,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.955,"y":1},"o":{"x":1,"y":0},"n":"0p955_1_1_0","t":60,"s":[50.113,48.881,0],"e":[50.113,-17.619,0],"to":[0,-11.0833301544189,0],"ti":[0,11.0833301544189,0]},{"t":80.0000032584668}],"ix":2},"a":{"a":0,"k":[14,17.5,0],"ix":1},"s":{"a":0,"k":[102.968,102.968,100],"ix":6}},"ao":0,"w":28,"h":35,"ip":0,"op":90.0000036657751,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Oval","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[50.084,48.897,0],"ix":2},"a":{"a":0,"k":[2.5,2.517,0],"ix":1},"s":{"a":0,"k":[1820,1820,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.09,0],[0,-1.09],[-1.09,0],[0,1.09]],"o":[[-1.09,0],[0,1.09],[1.09,0],[0,-1.09]],"v":[[0,-1.974],[-1.974,0],[0,1.974],[1.974,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.843137254902,0.956862745098,0.96862745098,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[2.518,2.518],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.426],"y":[1]},"o":{"x":[1],"y":[0]},"n":["0p426_1_1_0"],"t":6,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":20,"s":[0],"e":[0]},{"t":70.0000028511585}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.311],"y":[1]},"o":{"x":[0.659],"y":[0]},"n":["0p311_1_0p659_0"],"t":70,"s":[100],"e":[0]},{"t":89.0000036250443}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":2,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":90.0000036657751,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Oval 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[50.084,48.897,0],"ix":2},"a":{"a":0,"k":[2.5,2.517,0],"ix":1},"s":{"a":0,"k":[1820,1820,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.09,0],[0,-1.09],[-1.09,0],[0,1.09]],"o":[[-1.09,0],[0,1.09],[1.09,0],[0,-1.09]],"v":[[0,-1.974],[-1.974,0],[0,1.974],[1.974,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.43529399797,0.658824008119,0.686274988511,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.8,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[2.518,2.518],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.426],"y":[1]},"o":{"x":[1],"y":[0]},"n":["0p426_1_1_0"],"t":0,"s":[100],"e":[0]},{"t":20.0000008146167}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.311],"y":[1]},"o":{"x":[0.659],"y":[0]},"n":["0p311_1_0p659_0"],"t":73,"s":[100],"e":[0]},{"t":89.0000036250443}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":2,"ix":2,"nm":"Trim Paths 2","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":90.0000036657751,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/finance_animation.json b/ohos/flutter_lottie/assets/lottiefiles/finance_animation.json new file mode 100644 index 0000000000000000000000000000000000000000..12954d5b19d4cd581fcb68f9491ad968c62a2f61 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/finance_animation.json @@ -0,0 +1 @@ +{"v":"5.1.6","fr":30,"ip":0,"op":240,"w":180,"h":180,"nm":"newmaster","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-7,"ix":10},"p":{"a":0,"k":[32.812,51.562,0],"ix":2},"a":{"a":0,"k":[-55.375,-35.75,0],"ix":1},"s":{"a":0,"k":[80.639,80.639,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[2.5,-8.5]],"o":[[0,0],[-2.5,8.5]],"v":[[-51.5,-38.5],[-59.25,-27]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":52,"s":[0],"e":[100]},{"t":60}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[0],"e":[100]},{"t":18}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.690196078431,0.745098039216,0.772549019608,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":2,"lj":1,"ml":4,"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":77,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-7,"ix":10},"p":{"a":0,"k":[36.625,54.25,0],"ix":2},"a":{"a":0,"k":[-55.375,-35.75,0],"ix":1},"s":{"a":0,"k":[106,106,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[2.5,-8.5]],"o":[[0,0],[-2.5,8.5]],"v":[[-51.5,-38.5],[-59.25,-27]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":52,"s":[0],"e":[100]},{"t":60}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9,"s":[0],"e":[100]},{"t":15}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.690196078431,0.745098039216,0.772549019608,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":1,"ml":4,"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":77,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"1 Outlines 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":13,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":51,"s":[100],"e":[0]},{"t":61}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.08],"y":[0.991]},"o":{"x":[0.333],"y":[0]},"n":["0p08_0p991_0p333_0"],"t":0,"s":[45],"e":[13]},{"i":{"x":[0.426],"y":[0.665]},"o":{"x":[0.167],"y":[0]},"n":["0p426_0p665_0p167_0"],"t":29,"s":[13],"e":[13]},{"i":{"x":[0.185],"y":[1.012]},"o":{"x":[0.362],"y":[0.003]},"n":["0p185_1p012_0p362_0p003"],"t":51,"s":[13],"e":[-33]},{"t":77}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[175.108,123.906,0],"e":[175.108,123.906,0],"to":[0,0,0],"ti":[0,0,0]},{"t":51}],"ix":2},"a":{"a":0,"k":[136.367,75.278,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":29,"s":[142,142,100],"e":[142,142,100]},{"t":51}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"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":[[88.186,82.213],[79.674,82.042],[79.738,78.941],[88.247,79.111]],"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":70,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[83.961,80.577],"ix":2},"a":{"a":0,"k":[83.961,80.577],"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 9","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[4.224,1.636],[-4.287,1.465],[-4.224,-1.636],[4.286,-1.467]],"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":70,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[72.046,80.338],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"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":[[4.224,1.635],[-4.287,1.465],[-4.224,-1.635],[4.286,-1.466]],"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":70,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[60.131,80.1],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"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":[[8.48,1.721],[-8.542,1.38],[-8.48,-1.721],[8.542,-1.381]],"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":70,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[52.397,85.844],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"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":[[4.224,1.636],[-4.287,1.465],[-4.224,-1.636],[4.286,-1.466]],"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":70,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[48.216,79.861],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[63.301,82.895],"ix":2},"a":{"a":0,"k":[66.051,82.895],"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 9","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[3.107,1.764],[-3.175,1.639],[-3.107,-1.764],[3.175,-1.637]],"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[5.769,-2.023],[3.623,-2.066],[3.673,-4.6],[3.675,-4.728],[3.238,-4.737],[3.237,-4.699],[3.184,-2.076],[-3.098,-2.202],[-3.045,-4.824],[-3.045,-4.863],[-3.483,-4.872],[-3.485,-4.743],[-3.536,-2.211],[-5.682,-2.254],[-5.717,-2.255],[-5.726,-1.816],[-5.725,-1.816],[-3.544,-1.773],[-3.575,-0.29],[-5.755,-0.334],[-5.764,0.105],[-3.582,0.148],[-3.613,1.63],[-5.793,1.587],[-5.803,2.025],[-5.768,2.025],[-3.622,2.068],[-3.672,4.601],[-3.674,4.73],[-3.237,4.739],[-3.237,4.7],[-3.184,2.077],[3.099,2.202],[3.046,4.826],[3.045,4.865],[3.483,4.872],[3.486,4.743],[3.537,2.211],[5.683,2.254],[5.717,2.255],[5.724,1.918],[5.726,1.818],[3.545,1.773],[3.575,0.29],[5.756,0.335],[5.765,-0.104],[3.584,-0.148],[3.613,-1.63],[5.795,-1.586],[5.796,-1.686],[5.803,-2.023]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.328999986836,0.430999995213,0.477999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[46.889,59.556],"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":"Group 6","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.116,-0.013],[0,0],[0,0],[0,0],[0.131,0.003],[0,0],[0.011,0]],"o":[[0,0],[0,0],[0,0],[-0.126,-0.018],[0,0],[-0.01,0],[-0.119,0]],"v":[[-55.235,-64.067],[-55.287,-61.445],[-49.005,-61.319],[-48.952,-63.942],[-49.332,-63.988],[-54.853,-64.098],[-54.884,-64.098]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0.163,-1.209],[0,0],[0,0]],"o":[[0,0],[0,0],[-1.153,0.308]],"v":[[-57.871,-61.497],[-55.724,-61.454],[-55.674,-63.987]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[1.138,0.352]],"o":[[0,0],[-0.115,-1.216],[0,0]],"v":[[-48.567,-61.311],[-46.42,-61.267],[-48.515,-63.843]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-57.945,-59.577],[-55.764,-59.534],[-55.733,-61.016],[-57.914,-61.059]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.364,-57.605],[-49.082,-57.479],[-49.014,-60.881],[-55.296,-61.007]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-46.392,-60.921],[-46.392,-60.928],[-46.392,-60.929]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-46.394,-60.829],[-46.394,-60.829],[-46.392,-60.921]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-48.605,-59.391],[-46.424,-59.348],[-46.394,-60.829],[-48.576,-60.872]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-46.433,-58.909],[-46.433,-58.909],[-46.424,-59.348]],"c":true},"ix":2},"nm":"Path 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-57.982,-57.657],[-55.802,-57.614],[-55.771,-59.097],[-57.953,-59.139]],"c":true},"ix":2},"nm":"Path 12","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-48.643,-57.47],[-46.463,-57.426],[-46.433,-58.909],[-48.614,-58.953]],"c":true},"ix":2},"nm":"Path 13","mn":"ADBE Vector Shape - Group","hd":false},{"ind":11,"ty":"sh","ix":12,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-46.465,-57.327],[-46.465,-57.326],[-46.462,-57.426],[-46.463,-57.426]],"c":true},"ix":2},"nm":"Path 14","mn":"ADBE Vector Shape - Group","hd":false},{"ind":12,"ty":"sh","ix":13,"ks":{"a":0,"k":{"i":[[-1.14,-0.353],[0,0],[0,0]],"o":[[0,0],[0,0],[0.115,1.216]],"v":[[-55.861,-54.643],[-55.811,-57.177],[-57.957,-57.219]],"c":true},"ix":2},"nm":"Path 15","mn":"ADBE Vector Shape - Group","hd":false},{"ind":13,"ty":"sh","ix":14,"ks":{"a":0,"k":{"i":[[0,0],[-0.13,-0.001],[0,0],[-0.126,0.013],[0,0],[0,0]],"o":[[0.127,0.018],[0,0],[0.129,0.003],[0,0],[0,0],[0,0]],"v":[[-55.426,-54.544],[-55.045,-54.499],[-49.523,-54.388],[-49.143,-54.418],[-49.09,-57.042],[-55.373,-57.167]],"c":true},"ix":2},"nm":"Path 16","mn":"ADBE Vector Shape - Group","hd":false},{"ind":14,"ty":"sh","ix":15,"ks":{"a":0,"k":{"i":[[0,0],[-0.163,1.21],[0,0]],"o":[[1.152,-0.307],[0,0],[0,0]],"v":[[-48.703,-54.499],[-46.506,-56.99],[-48.652,-57.033]],"c":true},"ix":2},"nm":"Path 17","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.98431372549,0.752941176471,0.176470588235,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[99.102,118.743],"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":"Group 7","np":16,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":77,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"1 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":13,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":51,"s":[100],"e":[0]},{"t":61}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.08],"y":[0.999]},"o":{"x":[0.333],"y":[0]},"n":["0p08_0p999_0p333_0"],"t":0,"s":[45],"e":[13]},{"i":{"x":[0.426],"y":[0.665]},"o":{"x":[0.167],"y":[0]},"n":["0p426_0p665_0p167_0"],"t":29,"s":[13],"e":[13]},{"i":{"x":[0.185],"y":[1.012]},"o":{"x":[0.362],"y":[0.003]},"n":["0p185_1p012_0p362_0p003"],"t":51,"s":[13],"e":[-33]},{"t":77}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[175.108,123.906,0],"e":[175.108,123.906,0],"to":[0,0,0],"ti":[0,0,0]},{"t":51}],"ix":2},"a":{"a":0,"k":[136.391,75.277,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":29,"s":[142,142,100],"e":[142,142,100]},{"t":51}],"ix":6}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.044,-2.173],[0,0],[-2.201,-0.044],[0,0],[-0.045,2.199],[0,0],[2.201,0.044],[0,0],[0.027,0]],"o":[[0,0],[-0.044,2.2],[0,0],[2.199,0.044],[0,0],[0.044,-2.199],[0,0],[-0.027,0],[-2.163,0]],"v":[[35.129,49.529],[34.327,89.531],[38.248,93.611],[103.211,94.911],[107.29,90.992],[108.091,50.989],[104.171,46.91],[39.208,45.609],[39.127,45.608]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.396,0.122,1,0.5,0.441,0.212,1,1,0.486,0.302,1],"ix":9}},"s":{"a":0,"k":[0,0],"ix":5},"e":{"a":0,"k":[100,0],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false}],"ip":0,"op":77,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"2 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":13,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":51,"s":[100],"e":[0]},{"t":61}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.166],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p166_1_0p333_0"],"t":0,"s":[63],"e":[14]},{"i":{"x":[0.426],"y":[0.726]},"o":{"x":[0.167],"y":[0]},"n":["0p426_0p726_0p167_0"],"t":33,"s":[14],"e":[14]},{"i":{"x":[0.185],"y":[1.027]},"o":{"x":[0.362],"y":[0.006]},"n":["0p185_1p027_0p362_0p006"],"t":51,"s":[14],"e":[-6]},{"t":77}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[175.108,123.906,0],"e":[175.108,123.906,0],"to":[0,0,0],"ti":[0,0,0]},{"t":51}],"ix":2},"a":{"a":0,"k":[138.541,76.285,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":29,"s":[140,140,100],"e":[140,140,100]},{"t":51}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.171,0.357],[0,0],[-0.358,2.171],[0,0],[-2.171,-0.357],[0,0],[0.357,-2.171],[0,0]],"o":[[0,0],[-2.171,-0.357],[0,0],[0.357,-2.171],[0,0],[2.171,0.357],[0,0],[-0.358,2.171]],"v":[[28.161,28.961],[-35.954,18.413],[-39.252,13.816],[-32.757,-25.664],[-28.16,-28.961],[35.954,-18.413],[39.253,-13.816],[32.758,25.664]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925,0.936999990426,0.944999964097,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[81.273,61.272],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":77,"st":0,"bm":0}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"퍼센트_컬러","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":69,"s":[100],"e":[0]},{"t":83}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[112.64,81.1,0],"ix":2},"a":{"a":0,"k":[86.991,57.65,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.339,0.339,0.667],"y":[1.001,1.001,1]},"o":{"x":[0.274,0.274,0.333],"y":[-0.005,-0.005,0]},"n":["0p339_1p001_0p274_-0p005","0p339_1p001_0p274_-0p005","0p667_1_0p333_0"],"t":0,"s":[79,79,100],"e":[160,160,100]},{"i":{"x":[0.192,0.192,0.833],"y":[0.936,0.936,1]},"o":{"x":[0.201,0.201,0.167],"y":[-0.022,-0.022,0]},"n":["0p192_0p936_0p201_-0p022","0p192_0p936_0p201_-0p022","0p833_1_0p167_0"],"t":13,"s":[160,160,100],"e":[158,158,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":18.38,"s":[158,158,100],"e":[158,158,100]},{"i":{"x":[0.339,0.339,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p339_1_0p167_0","0p339_1_0p167_0","0p667_1_0p167_0"],"t":69,"s":[158,158,100],"e":[167,167,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.201,0.201,0.167],"y":[0,0,0]},"n":["0p667_1_0p201_0","0p667_1_0p201_0","0p667_1_0p167_0"],"t":74,"s":[167,167,100],"e":[127,127,100]},{"t":83}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.462,-0.533],[-0.509,3.308],[3.461,0.533],[0.509,-3.307]],"o":[[3.461,0.532],[0.509,-3.306],[-3.462,-0.532],[-0.508,3.308]],"v":[[12.088,18.794],[18.677,13.65],[13.939,6.763],[7.349,11.907]],"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":[[6.545,1.007],[-0.945,6.135],[-6.546,-1.007],[0.944,-6.135]],"o":[[-6.545,-1.008],[0.942,-6.135],[6.545,1.007],[-0.944,6.134]],"v":[[11.301,23.907],[1.686,11.035],[14.726,1.651],[24.342,14.521]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-19.131,18.607],[13.089,-19.538],[19.132,-18.607],[-13.089,19.538]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[-3.461,-0.532],[-0.509,3.308],[3.462,0.532],[0.51,-3.308]],"o":[[3.462,0.534],[0.508,-3.309],[-3.461,-0.532],[-0.509,3.308]],"v":[[-13.939,-6.764],[-7.349,-11.904],[-12.088,-18.792],[-18.678,-13.648]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[6.545,1.006],[-0.944,6.134],[-6.546,-1.008],[0.943,-6.135]],"o":[[-6.546,-1.008],[0.945,-6.134],[6.546,1.007],[-0.945,6.135]],"v":[[-14.725,-1.648],[-24.342,-14.521],[-11.301,-23.906],[-1.684,-11.035]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.113999998803,0.913999968884,0.713999968884,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[86.99,57.65],"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":"Group 1","np":7,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":87,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"화살표","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":21,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":26,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":64,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":72,"s":[100],"e":[0]},{"t":80}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.215,"y":1},"o":{"x":0.333,"y":0},"n":"0p215_1_0p333_0","t":72,"s":[22.228,67.794,0],"e":[32.228,87.794,0],"to":[1.66666662693024,3.33333325386047,0],"ti":[-1.66666662693024,-3.33333325386047,0]},{"t":87}],"ix":2},"a":{"a":0,"k":[25.554,41.947,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.028,0.028,0.667],"y":[0.983,0.994,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p028_0p983_0p333_0","0p028_0p994_0p333_0","0p667_1_0p333_0"],"t":21,"s":[122.4,80.874,100],"e":[145,145,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":34,"s":[145,145,100],"e":[145,145,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":64,"s":[145,145,100],"e":[145,145,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":72,"s":[145,145,100],"e":[99,99,100]},{"t":87}],"ix":6}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.554,52.849],[42.093,41.939],[45.814,61.719],[53.493,56.654],[57.063,82.91],[60.952,78.244],[59.326,94.526],[48.409,83.351],[54.001,83.942],[47.521,71.131],[42.259,76.891]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.933,1,0.255,0.5,0.816,1,0.302,1,0.698,1,0.349],"ix":9}},"s":{"a":0,"k":[21.129,45.981],"ix":5},"e":{"a":0,"k":[65.664,47.633],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false}],"ip":0,"op":87,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[31.75,111.625,0],"ix":2},"a":{"a":0,"k":[-56.25,19.125,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-47.5,30],[-65,8.25]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.411764705882,0.941176470588,0.682352941176,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.338],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p338_1_0p333_0"],"t":22,"s":[100],"e":[0]},{"t":35}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":69,"s":[100],"e":[0]},{"t":76}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":87,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[88,92.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-15,2.75],[-15.5,19]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.411764705882,0.941176470588,0.682352941176,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":69,"s":[0],"e":[100]},{"t":76}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.106],"y":[1.005]},"o":{"x":[0.333],"y":[0]},"n":["0p106_1p005_0p333_0"],"t":23,"s":[0],"e":[100]},{"t":41}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":87,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"퍼센트_그림자","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":69,"s":[100],"e":[0]},{"t":83}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":0,"s":[112.64,81.1,0],"e":[112.64,81.834,0],"to":[0,0.12239117175341,0],"ti":[-0.5,-0.62239116430283,0]},{"i":{"x":0.229,"y":1},"o":{"x":0.333,"y":0},"n":"0p229_1_0p333_0","t":21.38,"s":[112.64,81.834,0],"e":[115.64,84.834,0],"to":[0.5,0.62239116430283,0],"ti":[-0.5,-0.5,0]},{"i":{"x":0.229,"y":0.229},"o":{"x":0.167,"y":0.167},"n":"0p229_0p229_0p167_0p167","t":38,"s":[115.64,84.834,0],"e":[115.64,84.834,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":69,"s":[115.64,84.834,0],"e":[115.14,83.6,0],"to":[-0.08333333581686,-0.20572450757027,0],"ti":[0.08333333581686,0.20572450757027,0]},{"t":83}],"ix":2},"a":{"a":0,"k":[86.991,57.65,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.339,0.339,0.667],"y":[1.001,1.001,1]},"o":{"x":[0.274,0.274,0.333],"y":[-0.005,-0.005,0]},"n":["0p339_1p001_0p274_-0p005","0p339_1p001_0p274_-0p005","0p667_1_0p333_0"],"t":0,"s":[79,79,100],"e":[160,160,100]},{"i":{"x":[0.192,0.192,0.833],"y":[0.936,0.936,1]},"o":{"x":[0.201,0.201,0.167],"y":[-0.022,-0.022,0]},"n":["0p192_0p936_0p201_-0p022","0p192_0p936_0p201_-0p022","0p833_1_0p167_0"],"t":13,"s":[160,160,100],"e":[158,158,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":18.38,"s":[158,158,100],"e":[158,158,100]},{"i":{"x":[0.339,0.339,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p339_1_0p167_0","0p339_1_0p167_0","0p667_1_0p167_0"],"t":69,"s":[158,158,100],"e":[167,167,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.201,0.201,0.167],"y":[0,0,0]},"n":["0p667_1_0p201_0","0p667_1_0p201_0","0p667_1_0p167_0"],"t":74,"s":[167,167,100],"e":[141,141,100]},{"t":83}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.462,-0.533],[-0.509,3.308],[3.461,0.533],[0.509,-3.307]],"o":[[3.461,0.532],[0.509,-3.306],[-3.462,-0.532],[-0.508,3.308]],"v":[[12.088,18.794],[18.677,13.65],[13.939,6.763],[7.349,11.907]],"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":[[6.545,1.007],[-0.945,6.135],[-6.546,-1.007],[0.944,-6.135]],"o":[[-6.545,-1.008],[0.942,-6.135],[6.545,1.007],[-0.944,6.134]],"v":[[11.301,23.907],[1.686,11.035],[14.726,1.651],[24.342,14.521]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-19.131,18.607],[13.089,-19.538],[19.132,-18.607],[-13.089,19.538]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[-3.461,-0.532],[-0.509,3.308],[3.462,0.532],[0.51,-3.308]],"o":[[3.462,0.534],[0.508,-3.309],[-3.461,-0.532],[-0.509,3.308]],"v":[[-13.939,-6.764],[-7.349,-11.904],[-12.088,-18.792],[-18.678,-13.648]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[6.545,1.006],[-0.944,6.134],[-6.546,-1.008],[0.943,-6.135]],"o":[[-6.546,-1.008],[0.945,-6.134],[6.546,1.007],[-0.945,6.135]],"v":[[-14.725,-1.648],[-24.342,-14.521],[-11.301,-23.906],[-1.684,-11.035]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925490196078,0.937254901961,0.945098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[86.99,57.65],"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":"Group 1","np":7,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":87,"st":0,"bm":0}]},{"id":"comp_2","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"t":13}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[90.75,92.75,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.203,0.203,0.667],"y":[0.996,0.996,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p203_0p996_0p333_0","0p203_0p996_0p333_0","0p667_1_0p333_0"],"t":0,"s":[58,58,100],"e":[100,100,100]},{"t":20}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-15.75,-19.75]],"o":[[0,0],[15.47,19.399]],"v":[[15,-52.5],[53.5,-29.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.690196078431,0.745098039216,0.772549019608,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":81,"s":[0],"e":[100]},{"t":86}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.206],"y":[1.009]},"o":{"x":[0.333],"y":[0]},"n":["0p206_1p009_0p333_0"],"t":35,"s":[0],"e":[100]},{"t":43}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":95,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"t":13}],"ix":11},"r":{"a":0,"k":-5,"ix":10},"p":{"a":0,"k":[90.25,91.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.203,0.203,0.667],"y":[0.996,0.996,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p203_0p996_0p333_0","0p203_0p996_0p333_0","0p667_1_0p333_0"],"t":0,"s":[58,58,100],"e":[100,100,100]},{"t":20}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-4.75,-31.5],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[30.75,-39.25],[60.75,3.5],[63.75,-4.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.690196078431,0.745098039216,0.772549019608,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[52.675,-18.656],"ix":2},"a":{"a":0,"k":[52.675,-18.656],"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":84,"s":[0],"e":[100]},{"t":89}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.242],"y":[1.015]},"o":{"x":[0.333],"y":[0]},"n":["0p242_1p015_0p333_0"],"t":30,"s":[0],"e":[100]},{"t":43}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":95,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"needle Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":31,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":84,"s":[100],"e":[0]},{"t":92}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.058],"y":[1]},"o":{"x":[0.418],"y":[-0.002]},"n":["0p058_1_0p418_-0p002"],"t":18,"s":[-109],"e":[65]},{"t":61}],"ix":10},"p":{"a":0,"k":[90,114.493,0],"ix":2},"a":{"a":0,"k":[184.497,217.288,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.203,0.203,0.667],"y":[0.997,0.997,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p203_0p997_0p333_0","0p203_0p997_0p333_0","0p667_1_0p333_0"],"t":18,"s":[58,58,100],"e":[92,92,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":31,"s":[92,92,100],"e":[92,92,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":84,"s":[92,92,100],"e":[45,45,100]},{"t":94}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-1.573],[1.574,0],[0,1.573],[-1.572,0]],"o":[[0,1.573],[-1.572,0],[0,-1.573],[1.574,0]],"v":[[2.848,0],[-0.001,2.849],[-2.848,0],[-0.001,-2.849]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[184.497,217.289],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.331,0],[0.257,-1.458],[0,-3.01],[-4.3,0],[0,4.3]],"o":[[-0.257,-1.458],[-1.33,0],[0,0],[0,4.3],[4.301,0],[0,-3.01]],"v":[[2.41,-23.176],[-0.001,-25.585],[-2.41,-23.176],[-7.787,17.798],[-0.001,25.585],[7.786,17.798]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":31,"s":[0.89411765337,0.258823543787,0.333333343267,1],"e":[0.603921592236,0.564705908298,0.870588243008,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[0.603921592236,0.564705908298,0.870588243008,1],"e":[0.396078437567,0.509803950787,0.921568632126,1]},{"t":61}],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[184.497,200.064],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":95,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"tier","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":84,"s":[100],"e":[0]},{"t":95}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[90,109.5,0],"ix":2},"a":{"a":0,"k":[82,82,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.203,0.203,0.667],"y":[0.997,0.997,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p203_0p997_0p333_0","0p203_0p997_0p333_0","0p667_1_0p333_0"],"t":0,"s":[58,58,100],"e":[100,100,100]},{"i":{"x":[0.739,0.739,0.833],"y":[3.563,3.563,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p739_3p563_0p167_0","0p739_3p563_0p167_0","0p833_1_0p167_0"],"t":13,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.37,0.37,0.833],"y":[0.965,0.965,1]},"o":{"x":[0.398,0.398,0.167],"y":[0,0,0]},"n":["0p37_0p965_0p398_0","0p37_0p965_0p398_0","0p833_1_0p167_0"],"t":84,"s":[100,100,100],"e":[63,63,100]},{"t":99}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[7.118,0.111],[0,0],[-5.628,-2.276],[0,0]],"o":[[0,0],[6.122,0.111],[0,0],[-6.541,-2.663]],"v":[[-10.288,-5.487],[-10.288,1.892],[7.411,5.487],[10.288,-1.308]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.565,0.584,0.898,0.46,0.527,0.594,0.918,1,0.49,0.604,0.937],"ix":9}},"s":{"a":0,"k":[-9.502,-1.371],"ix":5},"e":{"a":0,"k":[8.68,2.434],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[92.678,27.001],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.854,5.198],[0,0],[-2.285,-5.652],[0,0]],"o":[[0,0],[4.162,4.479],[0,0],[-2.642,-6.578]],"v":[[-2.999,-10.191],[-8.291,-5.068],[1.421,10.191],[8.291,7.549]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.439,0.565,0.941,0.46,0.429,0.559,0.943,1,0.42,0.553,0.945],"ix":9}},"s":{"a":0,"k":[-6.366,-7.035],"ix":5},"e":{"a":0,"k":[4.854,9.257],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[126.214,49.865],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.302,6.31],[0,0],[0,-5.846],[0.009,-0.273],[0,0],[0,0],[0,0.356]],"o":[[0,0],[1.977,5.461],[0,0.276],[0,0],[0,0],[0.012,-0.353],[0,-6.75]],"v":[[1.701,-10.379],[-5.17,-7.736],[-2.19,9.299],[-2.207,10.122],[5.144,10.379],[5.145,10.361],[5.169,9.299]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.388,0.533,0.949,0.46,0.4,0.539,0.947,1,0.412,0.545,0.945],"ix":9}},"s":{"a":0,"k":[1.279,9.13],"ix":5},"e":{"a":0,"k":[-2.117,-8.112],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[133.47,69.505],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.695,-4.643],[-1.742,-0.814],[-0.965,0.4],[-0.357,0.981],[-0.288,5.742],[0,0]],"o":[[-0.661,1.811],[0.946,0.441],[0.966,-0.399],[1.961,-5.374],[0,0],[-0.26,4.966]],"v":[[-4.819,4.702],[-2.923,9.306],[0.04,9.373],[2.092,7.234],[5.48,-9.515],[-1.872,-9.774]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.412,0.494,0.894,0.46,0.398,0.508,0.918,1,0.384,0.522,0.941],"ix":9}},"s":{"a":0,"k":[-0.973,9.698],"ix":5},"e":{"a":0,"k":[2.379,-9.552],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[133.075,91.238],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.463,2.876],[0,0],[-4.319,-4.324],[0,0]],"o":[[0,0],[5.557,2.489],[0,0],[-5.017,-5.044]],"v":[[-7.208,-8.527],[-10.085,-1.734],[4.792,8.527],[10.085,3.405]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.478,0.592,0.937,0.46,0.465,0.584,0.937,1,0.451,0.576,0.937],"ix":9}},"s":{"a":0,"k":[-8.548,-5.38],"ix":5},"e":{"a":0,"k":[6.688,6.048],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[111.861,34.943],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0.276],[-1.979,5.462],[0,0],[0,-6.751],[-0.012,-0.36],[0,0]],"o":[[0,-5.845],[0,0],[-2.302,6.31],[0,0.362],[0,0],[-0.01,-0.274]],"v":[[2.188,9.299],[5.169,-7.736],[-1.701,-10.38],[-5.169,9.299],[-5.145,10.38],[2.206,10.123]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.898,0.243,0.294,0.46,0.892,0.269,0.361,1,0.886,0.294,0.427],"ix":9}},"s":{"a":0,"k":[-1.912,9.971],"ix":5},"e":{"a":0,"k":[1.773,-9.214],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[29.475,69.505],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.261,4.963],[0,0],[-1.961,-5.372],[-0.965,-0.398],[-0.948,0.441],[0.661,1.81]],"o":[[0,0],[0.289,5.745],[0.358,0.981],[0.965,0.401],[1.742,-0.813],[-1.696,-4.646]],"v":[[1.872,-9.774],[-5.48,-9.517],[-2.092,7.232],[-0.04,9.372],[2.924,9.307],[4.82,4.704]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.914,0.208,0.153,0.46,0.908,0.22,0.204,1,0.902,0.231,0.255],"ix":9}},"s":{"a":0,"k":[1.788,9.586],"ix":5},"e":{"a":0,"k":[-1.316,-9.714],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[29.869,91.238],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.016,-5.043],[0,0],[-5.553,2.487],[0,0]],"o":[[0,0],[4.322,-4.326],[0,0],[-6.463,2.877]],"v":[[-10.085,3.403],[-4.792,8.528],[10.085,-1.735],[7.208,-8.528]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.867,0.408,0.655,0.46,0.82,0.443,0.71,1,0.773,0.478,0.765],"ix":9}},"s":{"a":0,"k":[-7.152,5.15],"ix":5},"e":{"a":0,"k":[8.564,-3.9],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[51.084,34.944],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-6.121,0.111],[0,0],[6.541,-2.663]],"o":[[5.627,-2.276],[0,0],[-7.117,0.111],[0,0]],"v":[[-7.41,5.486],[10.288,1.892],[10.288,-5.486],[-10.288,-1.307]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.741,0.49,0.784,0.46,0.673,0.527,0.827,1,0.604,0.565,0.871],"ix":9}},"s":{"a":0,"k":[-8.795,2.205],"ix":5},"e":{"a":0,"k":[9.049,-1.282],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[70.266,27.001],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.642,-6.577],[0,0],[-4.162,4.479],[0,0]],"o":[[0,0],[2.285,-5.651],[0,0],[-4.854,5.198]],"v":[[-8.291,7.548],[-1.42,10.191],[8.291,-5.068],[3,-10.191]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.882,0.31,0.463,0.46,0.876,0.347,0.539,1,0.871,0.384,0.616],"ix":9}},"s":{"a":0,"k":[-4.729,8.232],"ix":5},"e":{"a":0,"k":[6.014,-7.28],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[36.73,49.866],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":95,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"master-1","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[90,90,0],"ix":2},"a":{"a":0,"k":[90,90,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":180,"h":180,"ip":0,"op":87,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"master-2","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[90,90,0],"ix":2},"a":{"a":0,"k":[90,90,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":180,"h":180,"ip":61,"op":148,"st":61,"bm":0},{"ddd":0,"ind":3,"ty":0,"nm":"master-3","refId":"comp_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[90,90,0],"ix":2},"a":{"a":0,"k":[90,90,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":180,"h":180,"ip":144,"op":239,"st":144,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/fingerprint_scanner.json b/ohos/flutter_lottie/assets/lottiefiles/fingerprint_scanner.json new file mode 100644 index 0000000000000000000000000000000000000000..6ab918243eab4d8ddef551c1d946a9f07004cf78 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/fingerprint_scanner.json @@ -0,0 +1 @@ +{"v":"5.1.14","fr":29.9700012207031,"ip":0,"op":79.000003217736,"w":472,"h":876,"nm":"animaion","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Finger/Vector Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":4,"s":[0],"e":[100]},{"t":12,"s":[100],"h":1},{"i":{"x":[0.762],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p762_1_0p333_0"],"t":60,"s":[100],"e":[0]},{"t":70.0000028511585}],"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},"n":"0p667_1_0p333_0","t":4,"s":[238,756,0],"e":[238,638,0],"to":[0,-19.6666660308838,0],"ti":[0,23,0]},{"t":12,"s":[238,638,0],"h":1},{"t":23,"s":[238,638,0],"h":1},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":60,"s":[238,638,0],"e":[238,705,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":70,"s":[238,705,0],"e":[238,657,0],"to":[0,0,0],"ti":[0,0,0]},{"t":74.0000030140818}],"ix":2},"a":{"a":0,"k":[123.5,373,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":4,"s":[70,70,100],"e":[84,84,100]},{"t":12,"s":[84,84,100],"h":1},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.165,0.165,0.165],"y":[0,0,0]},"n":["0p667_1_0p165_0","0p667_1_0p165_0","0p667_1_0p165_0"],"t":23,"s":[84,84,100],"e":[76,76,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.792,0.792,1]},"o":{"x":[0.167,0.167,0.167],"y":[-0.284,-0.284,0]},"n":["0p833_0p792_0p167_-0p284","0p833_0p792_0p167_-0p284","0p833_1_0p167_0"],"t":29,"s":[76,76,100],"e":[80,80,100]},{"t":34,"s":[80,80,100],"h":1},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":60,"s":[80,80,100],"e":[76,76,100]},{"t":70.0000028511585}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[53.376,0],[0,0],[0,-53.376],[0,0],[0,0],[0,0]],"o":[[0,0],[-53.377,0],[0,0],[0,0],[0,0],[0,-53.376]],"v":[[0,-91.579],[0,-91.579],[-96.647,5.068],[-96.647,91.579],[96.647,91.579],[96.647,5.068]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.995311303232,0.907207773246,0.851783961876,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[116.75,111.734],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[20.811,-0.033],[-0.026,4.836],[-3.454,-0.006],[-41.788,0.129],[0.159,-4.33],[2.882,0.015],[16.316,0]],"o":[[-20.812,0],[-3.095,0.004],[0.025,-4.435],[41.789,0.073],[3.998,-0.011],[-0.132,3.633],[-16.315,-0.08],[0,0]],"v":[[-0.025,4.32],[-62.46,4.337],[-68.212,-0.043],[-62.752,-4.75],[62.616,-4.783],[68.079,0.419],[63.406,4.358],[14.458,4.32]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.954900584501,0.630733295515,0.444322473863,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[116.81,358.907],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[21.144,0],[20.976,-0.153],[-0.037,3.815],[-3.332,-0.007],[-42.288,0.095],[-0.067,-3.553],[3.581,0.025]],"o":[[-20.978,0],[-3.656,0.028],[0.036,-3.638],[42.288,0.088],[3.409,-0.008],[0.074,3.895],[-21.143,-0.142]],"v":[[-0.294,4.495],[-63.227,4.569],[-68.139,-0.173],[-63.424,-4.586],[63.442,-4.59],[68.103,-0.118],[63.137,4.565]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.954900584501,0.630733295515,0.444322473863,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[116.767,339.756],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-64.341],[0,0],[0,0],[0,0],[64.342,0]],"o":[[0,0],[0,0],[0,0],[0,-64.341],[-64.341,0]],"v":[[-116.5,-230.544],[-116.5,347.043],[116.5,347.043],[116.5,-230.544],[-0.001,-347.043]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.988235354424,0.745098054409,0.603921592236,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[116.75,347.293],"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":"Group 4","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":899.000036617021,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"flash 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":38,"s":[0],"e":[80]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":42,"s":[80],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":46,"s":[0],"e":[80]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":50,"s":[80],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":55,"s":[0],"e":[80]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":59,"s":[80],"e":[0]},{"t":63.0000025660426}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[238,406,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[88.051,85.903,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[241.164,369.562],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.925505993413,0.678228041705,0.09360000012,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.76397061348,0.071622245014,0.461513668299,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-3.418,84.781],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[105.132,101.43],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":899.000036617021,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"flash","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":38,"s":[0],"e":[50]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":42,"s":[50],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":46,"s":[0],"e":[50]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":50,"s":[50],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":55,"s":[0],"e":[50]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":59,"s":[50],"e":[0]},{"t":63.0000025660426}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[238,402,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[108.065,104,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[241.164,369.562],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.925505993413,0.678228041705,0.09360000012,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.585729142731,0.071622242647,0.763970588235,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-3.418,84.781],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[102.728,103.81],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":899.000036617021,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Device/Vector Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[234,356,0],"ix":2},"a":{"a":0,"k":[271.5,454,0],"ix":1},"s":{"a":0,"k":[78,78,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-131.306],[0,0],[-87.123,0]],"o":[[0,0],[0,-131.306],[87.123,0]],"v":[[157.75,118.875],[-157.75,118.875],[0,-118.875]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-317.092,696.633],[317.908,696.633],[317.908,-550.377],[-317.092,-550.377]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-317.092,-550.382],[317.908,-550.382],[317.908,696.633],[-317.092,696.633]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.267641822965,0.23390712364,0.235072401458,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[270.25,501.625],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[87.123,0],[0,131.306]],"o":[[0,131.306],[-87.123,0],[0,0]],"v":[[157.75,-118.875],[0,118.875],[-157.75,-118.875]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-317.092,458.883],[317.908,458.883],[317.908,-788.127],[-317.092,-788.127]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-317.092,-788.132],[317.908,-788.132],[317.908,458.883],[-317.092,458.883]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.235073867499,0.250234596402,0.286986257516,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[270.25,739.375],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[29.766,0],[0,-29.766],[-29.766,0],[0,29.766]],"o":[[-29.766,0],[0,29.766],[29.766,0],[0,-29.766]],"v":[[0,-53.896],[-53.896,0],[0,53.896],[53.896,0]],"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":[[-20.896,0],[0,-20.896],[20.896,0],[0,20.896]],"o":[[20.896,0],[0,20.896],[-20.896,0],[0,-20.896]],"v":[[0,-37.896],[37.896,0],[0,37.896],[-37.896,0]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-317.093,1086.982],[317.907,1086.982],[317.907,-160.028],[-317.093,-160.028]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-317.093,-160.033],[317.907,-160.033],[317.907,1086.982],[-317.093,1086.982]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.511998793658,0.472573194317,0.452029299269,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[270.25,111.276],"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":"Group 3","np":6,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"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":[[50.649,31.168],[-50.649,31.168],[-50.649,-31.169],[50.649,-31.169]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-317.093,970.748],[317.907,970.748],[317.907,-276.262],[-317.093,-276.262]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-317.093,-276.267],[317.907,-276.267],[317.907,970.748],[-317.093,970.748]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.865484678979,0.05095537971,0.000834274117,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[270.251,227.509],"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":"Group 4","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[37.419,0],[0,0],[0,37.419],[0,0],[-137.922,0],[0,0],[0,0]],"o":[[0,0],[-37.419,0],[0,0],[0,0],[137.923,0],[0,0],[0,37.419]],"v":[[202.247,287.922],[-202.247,287.922],[-270,220.169],[-270,-128.182],[0,-287.922],[270,-128.182],[270,220.169]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-317.092,578.93],[317.908,578.93],[317.908,-668.08],[-317.092,-668.08]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-317.092,-668.085],[317.908,-668.085],[317.908,578.93],[-317.092,578.93]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.180136362712,0.153265066708,0.157862076105,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[270.25,619.328],"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":"Group 5","np":4,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-37.419,0],[0,0],[0,-37.419]],"o":[[0,0],[0,0],[0,-37.419],[0,0],[37.419,0],[0,0]],"v":[[270,275.318],[-270,275.318],[-270,-207.565],[-202.247,-275.318],[202.247,-275.318],[270,-207.565]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-317.092,922.69],[317.908,922.69],[317.908,-324.32],[-317.092,-324.32]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-317.092,-324.325],[317.908,-324.325],[317.908,922.69],[-317.092,922.69]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.828099987554,0.819478173349,0.797401877011,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[270.25,275.568],"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":"Group 6","np":4,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":899.000036617021,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/finish,done.json b/ohos/flutter_lottie/assets/lottiefiles/finish,done.json new file mode 100644 index 0000000000000000000000000000000000000000..9628fe0af7719e1620701cd5fa9163a14d9033a7 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/finish,done.json @@ -0,0 +1 @@ +{"v":"4.6.0","fr":25,"ip":0,"op":21,"w":800,"h":600,"nm":"finnish","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"ef":[{"ty":25,"nm":"Drop Shadow","mn":"ADBE Drop Shadow","ix":1,"en":1,"ef":[{"ty":2,"nm":"Shadow Color","mn":"ADBE Drop Shadow-0001","ix":1,"v":{"a":0,"k":[0,0,0,1]}},{"ty":0,"nm":"Opacity","mn":"ADBE Drop Shadow-0002","ix":2,"v":{"a":0,"k":69.5}},{"ty":0,"nm":"Direction","mn":"ADBE Drop Shadow-0003","ix":3,"v":{"a":0,"k":-247}},{"ty":0,"nm":"Distance","mn":"ADBE Drop Shadow-0004","ix":4,"v":{"a":0,"k":4}},{"ty":0,"nm":"Softness","mn":"ADBE Drop Shadow-0005","ix":5,"v":{"a":0,"k":20}},{"ty":7,"nm":"Shadow Only","mn":"ADBE Drop Shadow-0006","ix":6,"v":{"a":0,"k":0}}]}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-1,0],[0,-1],[0,0]],"o":[[0,0],[1,0],[0,1],[0,0]],"v":[[-118,-12],[-77,-12],[-12,48],[155,-121]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":20},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[4.457,12.406],"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":2,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.17],"y":[1]},"o":{"x":[0.283],"y":[0]},"n":["0p17_1_0p283_0"],"t":11,"s":[0],"e":[99.574]},{"t":18}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":5,"op":255,"st":5,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-1,0],[0,-1],[0,0]],"o":[[0,0],[1,0],[0,1],[0,0]],"v":[[-118,-12],[-77,-12],[-12,48],[155,-121]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.9060738,0,0.9610141,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":19},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[4.457,12.406],"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":2,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.17],"y":[1]},"o":{"x":[0.283],"y":[0]},"n":["0p17_1_0p283_0"],"t":10,"s":[0],"e":[99.574]},{"t":17}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":4,"op":254,"st":4,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-1,0],[0,-1],[0,0]],"o":[[0,0],[1,0],[0,1],[0,0]],"v":[[-118,-12],[-77,-12],[-12,48],[155,-121]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.4036764,0,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":18},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[4.457,12.406],"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":2,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.17],"y":[1]},"o":{"x":[0.283],"y":[0]},"n":["0p17_1_0p283_0"],"t":8,"s":[0],"e":[99.574]},{"t":15}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":2,"op":252,"st":2,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-1,0],[0,-1],[0,0]],"o":[[0,0],[1,0],[0,1],[0,0]],"v":[[-118,-12],[-77,-12],[-12,48],[155,-121]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0.4779414,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":17},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[4.457,12.406],"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":2,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.17],"y":[1]},"o":{"x":[0.283],"y":[0]},"n":["0p17_1_0p283_0"],"t":6,"s":[0],"e":[99.574]},{"t":13}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":250,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"line 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[403.312,300.844,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[289.828,289.828]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[1,0.6716912,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":15},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[-3.312,-0.844],"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.255],"y":[0]},"n":["0_1_0p255_0"],"t":3,"s":[0],"e":[100]},{"t":10}],"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.152],"y":[0.999]},"o":{"x":[0.333],"y":[0]},"n":["0p152_0p999_0p333_0"],"t":3,"s":[0],"e":[359]},{"t":10}],"ix":3},"m":2,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":250,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"circle","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[396.334,303.158,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":1,"k":[{"i":{"x":[0,0,0],"y":[1,1,0]},"o":{"x":[0.53,0.53,0.53],"y":[0,0,0.53]},"n":["0_1_0p53_0","0_1_0p53_0","0_0_0p53_0p53"],"t":2,"s":[0,0,100],"e":[132.229,132.229,100]},{"t":8}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[215.965,215.965]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0.0034418,0.3358456,0.3276577,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,0.752022,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[3.666,-3.158],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":250,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/fish.json b/ohos/flutter_lottie/assets/lottiefiles/fish.json new file mode 100644 index 0000000000000000000000000000000000000000..fe8e5bea0076abcfcff85550d7e33a87a0f72021 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/fish.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":3,"nm":"NULL CONTROL","ks":{"o":{"k":0},"r":{"k":[{"i":{"x":[0.419],"y":[1]},"o":{"x":[0],"y":[0]},"n":["0p419_1_0_0"],"t":137,"s":[0],"e":[6]},{"i":{"x":[0.65],"y":[0.942]},"o":{"x":[0.298],"y":[0]},"n":["0p65_0p942_0p298_0"],"t":167,"s":[6],"e":[-6.195]},{"i":{"x":[0.693],"y":[0.948]},"o":{"x":[0.347],"y":[-0.033]},"n":["0p693_0p948_0p347_-0p033"],"t":205,"s":[-6.195],"e":[11.647]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.573],"y":[-0.158]},"n":["1_1_0p573_-0p158"],"t":237,"s":[11.647],"e":[0]},{"t":271.000011038056}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":137,"s":[546.26,514.093,0],"e":[1551.26,514.093,0],"to":[167.5,0,0],"ti":[-167.5,0,0]},{"t":270.000010997325}]},"a":{"k":[60,60,0]},"s":{"k":[100,100,100]}},"ao":0,"ip":0,"op":272.000011078787,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Asset 1 Outlines - Group 1","parent":0,"ks":{"o":{"k":100},"r":{"k":45},"p":{"k":[-65.889,59.135,0]},"a":{"k":[14.108,18.513,0]},"s":{"k":[1649,1649,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[4.111,4.111],[-4.111,-4.111]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1],"x":"var $bm_rt;\ntry {\n rayColorPalette = 'Ray - palette 01';\n rayColorSwatch = Math.floor(mul(value[2], 255));\n $bm_rt = comp(rayColorPalette).layer(1)(4)(rayColorSwatch)(1);\n} catch (e) {\n $bm_rt = value;\n}"},"o":{"k":100},"w":{"k":1.44},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[14.108,18.513],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"t":95.0000038694293}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":272.000011078787,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Asset 1 Outlines - Group 2","parent":0,"ks":{"o":{"k":100},"r":{"k":45},"p":{"k":[10.808,59.139,0]},"a":{"k":[17.397,15.224,0]},"s":{"k":[1649,1649,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[4.945,4.946],[-4.945,-4.946]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1],"x":"var $bm_rt;\ntry {\n rayColorPalette = 'Ray - palette 01';\n rayColorSwatch = Math.floor(mul(value[2], 255));\n $bm_rt = comp(rayColorPalette).layer(1)(4)(rayColorSwatch)(1);\n} catch (e) {\n $bm_rt = value;\n}"},"o":{"k":100},"w":{"k":1.44},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[17.397,15.224],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"t":95.0000038694293}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":272.000011078787,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Asset 1 Outlines - Group 3","parent":0,"ks":{"o":{"k":100},"r":{"k":45},"p":{"k":[87.504,59.134,0]},"a":{"k":[20.685,11.935,0]},"s":{"k":[1649,1649,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[5.425,5.426],[-5.425,-5.426]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1],"x":"var $bm_rt;\ntry {\n rayColorPalette = 'Ray - palette 01';\n rayColorSwatch = Math.floor(mul(value[2], 255));\n $bm_rt = comp(rayColorPalette).layer(1)(4)(rayColorSwatch)(1);\n} catch (e) {\n $bm_rt = value;\n}"},"o":{"k":100},"w":{"k":1.44},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[20.685,11.935],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"t":95.0000038694293}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":272.000011078787,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Asset 1 Outlines - Group 4","parent":0,"ks":{"o":{"k":100},"r":{"k":45},"p":{"k":[-120.044,60.867,0]},"a":{"k":[11.86,20.909,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":108,"s":[1649,1649,100],"e":[1182,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":112,"s":[1182,1649,100],"e":[1649,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":116,"s":[1649,1649,100],"e":[1182,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":120,"s":[1182,1649,100],"e":[1649,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":124,"s":[1649,1649,100],"e":[1182,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":128,"s":[1182,1649,100],"e":[1649,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":133,"s":[1649,1649,100],"e":[1182,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":137,"s":[1182,1649,100],"e":[1649,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":142,"s":[1649,1649,100],"e":[1182,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":146,"s":[1182,1649,100],"e":[1649,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":150,"s":[1649,1649,100],"e":[1182,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":154,"s":[1182,1649,100],"e":[1649,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":158,"s":[1649,1649,100],"e":[1182,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":162,"s":[1182,1649,100],"e":[1649,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":166,"s":[1649,1649,100],"e":[1182,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":170,"s":[1182,1649,100],"e":[1649,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":175,"s":[1649,1649,100],"e":[1182,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":179,"s":[1182,1649,100],"e":[1649,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":184,"s":[1649,1649,100],"e":[1182,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":188,"s":[1182,1649,100],"e":[1649,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":191,"s":[1649,1649,100],"e":[1182,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":195,"s":[1182,1649,100],"e":[1649,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":199,"s":[1649,1649,100],"e":[1182,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":203,"s":[1182,1649,100],"e":[1649,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":207,"s":[1649,1649,100],"e":[1182,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":211,"s":[1182,1649,100],"e":[1649,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":216,"s":[1649,1649,100],"e":[1182,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":220,"s":[1182,1649,100],"e":[1649,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":225,"s":[1649,1649,100],"e":[1182,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":229,"s":[1182,1649,100],"e":[1649,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":234,"s":[1649,1649,100],"e":[1182,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":238,"s":[1182,1649,100],"e":[1649,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":242,"s":[1649,1649,100],"e":[1182,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":246,"s":[1182,1649,100],"e":[1649,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":250,"s":[1649,1649,100],"e":[1182,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":254,"s":[1182,1649,100],"e":[1649,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":259,"s":[1649,1649,100],"e":[1182,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":263,"s":[1182,1649,100],"e":[1649,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":268,"s":[1649,1649,100],"e":[1182,1649,100]},{"t":272.000011078787}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[1.352,3.217],[-3.591,-0.923],[0,0]],"o":[[0.922,3.592],[-3.218,-1.353],[0,0],[0,0]],"v":[[4.064,3.88],[6.12,-6.119],[-3.88,-4.063],[2.439,-2.439]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1],"x":"var $bm_rt;\ntry {\n rayColorPalette = 'Ray - palette 01';\n rayColorSwatch = Math.floor(mul(value[2], 255));\n $bm_rt = comp(rayColorPalette).layer(1)(4)(rayColorSwatch)(1);\n} catch (e) {\n $bm_rt = value;\n}"},"o":{"k":100},"w":{"k":1.44},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[5.346,27.423],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"t":95.0000038694293}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":272.000011078787,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Asset 1 Outlines - Group 5","parent":0,"ks":{"o":{"k":100},"r":{"k":45},"p":{"k":[201.875,59.133,0]},"a":{"k":[25.589,7.031,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":108,"s":[1649,1649,100],"e":[1805,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":112,"s":[1805,1649,100],"e":[1649,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":116,"s":[1649,1649,100],"e":[1805,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":120,"s":[1805,1649,100],"e":[1649,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":124,"s":[1649,1649,100],"e":[1805,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":128,"s":[1805,1649,100],"e":[1649,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":133,"s":[1649,1649,100],"e":[1805,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":137,"s":[1805,1649,100],"e":[1649,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":142,"s":[1649,1649,100],"e":[1805,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":146,"s":[1805,1649,100],"e":[1649,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":150,"s":[1649,1649,100],"e":[1805,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":154,"s":[1805,1649,100],"e":[1649,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":158,"s":[1649,1649,100],"e":[1805,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":162,"s":[1805,1649,100],"e":[1649,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":166,"s":[1649,1649,100],"e":[1805,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":170,"s":[1805,1649,100],"e":[1649,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":175,"s":[1649,1649,100],"e":[1805,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":179,"s":[1805,1649,100],"e":[1649,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":184,"s":[1649,1649,100],"e":[1805,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":188,"s":[1805,1649,100],"e":[1649,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":191,"s":[1649,1649,100],"e":[1805,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":195,"s":[1805,1649,100],"e":[1649,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":199,"s":[1649,1649,100],"e":[1805,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":203,"s":[1805,1649,100],"e":[1649,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":207,"s":[1649,1649,100],"e":[1805,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":211,"s":[1805,1649,100],"e":[1649,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":216,"s":[1649,1649,100],"e":[1805,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":220,"s":[1805,1649,100],"e":[1649,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":225,"s":[1649,1649,100],"e":[1805,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":229,"s":[1805,1649,100],"e":[1649,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":234,"s":[1649,1649,100],"e":[1805,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":238,"s":[1805,1649,100],"e":[1649,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":242,"s":[1649,1649,100],"e":[1805,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":246,"s":[1805,1649,100],"e":[1649,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":250,"s":[1649,1649,100],"e":[1805,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":254,"s":[1805,1649,100],"e":[1649,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":259,"s":[1649,1649,100],"e":[1805,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":263,"s":[1805,1649,100],"e":[1649,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":268,"s":[1649,1649,100],"e":[1805,1649,100]},{"t":272.000011078787}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[1.361,3.523],[-2.755,-2.756]],"o":[[2.756,2.756],[-3.521,-1.359],[0,0]],"v":[[3.321,5.163],[6.559,-6.561],[-5.165,-3.322]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1],"x":"var $bm_rt;\ntry {\n rayColorPalette = 'Ray - palette 01';\n rayColorSwatch = Math.floor(mul(value[2], 255));\n $bm_rt = comp(rayColorPalette).layer(1)(4)(rayColorSwatch)(1);\n} catch (e) {\n $bm_rt = value;\n}"},"o":{"k":100},"w":{"k":1.44},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[24.883,7.738],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"t":95.0000038694293}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":272.000011078787,"st":0,"bm":0,"sr":1},{"ddd":1,"ind":6,"ty":4,"nm":"Asset 1 Outlines - Group 6","parent":0,"ks":{"o":{"k":100},"rx":{"k":0},"ry":{"k":0},"rz":{"k":45},"or":{"k":[0,0,0]},"p":{"k":[18.131,59.139,0]},"a":{"k":[17.711,14.91,0]},"s":{"k":[1649,1649,1649]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-5.951,5.951],[5.951,-5.951]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1],"x":"var $bm_rt;\ntry {\n rayColorPalette = 'Ray - palette 01';\n rayColorSwatch = Math.floor(mul(value[2], 255));\n $bm_rt = comp(rayColorPalette).layer(1)(4)(rayColorSwatch)(1);\n} catch (e) {\n $bm_rt = value;\n}"},"o":{"k":100},"w":{"k":1.44},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[17.711,14.91],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":2,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"t":95.0000038694293}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":272.000011078787,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Asset 1 Outlines - Group 7","parent":0,"ks":{"o":{"k":100},"r":{"k":45},"p":{"k":[240.044,60.03,0]},"a":{"k":[27.189,5.432,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":99,"s":[1727,1649,100],"e":[1727,0,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":101,"s":[1727,0,100],"e":[1727,1649,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":103,"s":[1727,1649,100],"e":[1727,0,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":105,"s":[1727,0,100],"e":[1727,1649,100]},{"t":107.000004358199}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.292,0.293],[-0.293,-0.292],[0.293,-0.293],[0.292,0.293]],"o":[[0.292,-0.292],[0.293,0.293],[-0.293,0.293],[-0.292,-0.293]],"v":[[-0.531,-0.531],[0.529,-0.531],[0.529,0.53],[-0.531,0.53]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1],"x":"var $bm_rt;\ntry {\n rayColorPalette = 'Ray - palette 01';\n rayColorSwatch = Math.floor(mul(value[2], 255));\n $bm_rt = comp(rayColorPalette).layer(1)(4)(rayColorSwatch)(1);\n} catch (e) {\n $bm_rt = value;\n}"},"o":{"k":100},"w":{"k":1.44},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0.01,1],"x":"var $bm_rt;\ntry {\n rayColorPalette = 'Ray - palette 01';\n rayColorSwatch = Math.floor(mul(value[2], 255));\n $bm_rt = comp(rayColorPalette).layer(1)(4)(rayColorSwatch)(1);\n} catch (e) {\n $bm_rt = value;\n}"},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[27.189,5.433],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":3,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"t":95.0000038694293}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":272.000011078787,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 2","ks":{"o":{"k":100},"r":{"k":-48},"p":{"k":[940,2048,0]},"a":{"k":[-1648,2140,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":172,"s":[29,29,100],"e":[224,224,100]},{"t":254.000010345632}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[1588,1588]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.16,0.59,0.98,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[-874,1262],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":40.0000016292334,"op":312.000012708021,"st":40.0000016292334,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-1148,2640,0]},"a":{"k":[-1648,2140,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":89,"s":[100,100,100],"e":[224,224,100]},{"t":171.000006964973}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[1588,1588]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.05,0.34,0.61,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[-874,1262],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":-43.0000017514259,"op":229.000009327361,"st":-43.0000017514259,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":1,"nm":"White Solid 1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[500,500,0]},"a":{"k":[500,500,0]},"s":{"k":[100,100,100]}},"ao":0,"ef":[{"ty":21,"nm":"Fill","mn":"ADBE Fill","ix":1,"ef":[{"ty":3,"nm":"Fill Mask","mn":"ADBE Fill-0001","ix":1,"v":{"k":0}},{"ty":7,"nm":"All Masks","mn":"ADBE Fill-0007","ix":2,"v":{"k":0}},{"ty":2,"nm":"Color","mn":"ADBE Fill-0002","ix":3,"v":{"k":[0.17,0.59,0.98,1]}},{"ty":7,"nm":"Invert","mn":"ADBE Fill-0006","ix":4,"v":{"k":0}},{"ty":0,"nm":"Horizontal Feather","mn":"ADBE Fill-0003","ix":5,"v":{"k":0}},{"ty":0,"nm":"Vertical Feather","mn":"ADBE Fill-0004","ix":6,"v":{"k":0}},{"ty":0,"nm":"Opacity","mn":"ADBE Fill-0005","ix":7,"v":{"k":1}}]}],"sw":1000,"sh":1000,"sc":"#ffffff","ip":0,"op":272.000011078787,"st":0,"bm":0,"sr":1}],"v":"4.5.0","ddd":1,"ip":0,"op":272.000011078787,"fr":29.9700012207031,"w":1000,"h":1000} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/flag_of_mexico.json b/ohos/flutter_lottie/assets/lottiefiles/flag_of_mexico.json new file mode 100644 index 0000000000000000000000000000000000000000..37dcc526f4c91127b487ea38ba1893f8b94b21b5 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/flag_of_mexico.json @@ -0,0 +1 @@ +{"v":"5.1.16","fr":10,"ip":0,"op":74,"w":800,"h":800,"nm":"Renders","ddd":1,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":0,"nm":"orange-half-circle","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[0],"e":[360]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":90,"s":[360],"e":[0]},{"t":144}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":54,"s":[280.665,275.89,0],"e":[265.665,265.89,0],"to":[-2.5,-1.66666662693024,0],"ti":[2.5,1.66666662693024,0]},{"t":61}],"ix":2},"a":{"a":0,"k":[898,420,0],"ix":1},"s":{"a":0,"k":[29,29,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":54,"op":61,"st":54,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"Marigold","refId":"comp_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p833_0p333_0"],"t":64,"s":[0],"e":[165]},{"t":100}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":58,"s":[290.5,243,0],"e":[283.5,225,0],"to":[3.56972765922546,1.78486382961273,0],"ti":[0,0.83333331346512,0]},{"t":63}],"ix":2},"a":{"a":0,"k":[861.291,713,0],"ix":1},"s":{"a":0,"k":[8.896,8.896,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":58,"op":63,"st":58,"bm":0},{"ddd":0,"ind":3,"ty":0,"nm":"Red-half-circle","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":55,"s":[0],"e":[360]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p833_0p333_0"],"t":64,"s":[360],"e":[720]},{"t":145}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":55,"s":[325.329,267.341,0],"e":[330.329,247.341,0],"to":[0.83333331346512,-3.33333325386047,0],"ti":[-0.83333331346512,3.33333325386047,0]},{"t":61}],"ix":2},"a":{"a":0,"k":[899,473,0],"ix":1},"s":{"a":0,"k":[46,46,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":55,"op":61,"st":55,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Oval 7 Copy 8","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},"n":"0p833_0p833_0p167_0p167","t":57,"s":[277.432,251.897,0],"e":[270.432,244.897,0],"to":[-1.16666662693024,-1.16666662693024,0],"ti":[1.16666662693024,1.16666662693024,0]},{"t":61}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[32,32,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3,3],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.756862998009,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":"Oval 7 Copy 4","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":57,"op":61,"st":57,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Oval 7 Copy 7","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":54,"s":[301.407,258.99,0],"e":[311.407,218.99,0],"to":[1.66666662693024,-6.66666650772095,0],"ti":[-1.66666662693024,6.66666650772095,0]},{"t":60}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[42,42,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3,3],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925490021706,0.470587998629,0.007842999883,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":"Oval 7 Copy 3","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":54,"op":62,"st":54,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Oval 7 Copy 6","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":54,"s":[326.407,258.99,0],"e":[341.819,241.079,0],"to":[0.84999108314514,-1.24229466915131,0],"ti":[-1.71187579631805,2.50197219848633,0]},{"t":60}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[42,42,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3,3],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925490021706,0.470587998629,0.007842999883,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":"Oval 7 Copy 3","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":54,"op":60,"st":54,"bm":0},{"ddd":0,"ind":7,"ty":0,"nm":"orange-half-circle","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[0],"e":[360]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":51,"s":[360],"e":[0]},{"t":105}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":15,"s":[280.665,275.89,0],"e":[265.665,265.89,0],"to":[-2.5,-1.66666662693024,0],"ti":[2.5,1.66666662693024,0]},{"t":22}],"ix":2},"a":{"a":0,"k":[898,420,0],"ix":1},"s":{"a":0,"k":[29,29,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":15,"op":22,"st":15,"bm":0},{"ddd":0,"ind":8,"ty":0,"nm":"Marigold","refId":"comp_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":17,"s":[0],"e":[165]},{"t":53}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":11,"s":[300.5,243,0],"e":[300.5,233,0],"to":[3.56972765922546,1.78486382961273,0],"ti":[0,0.83333331346512,0]},{"t":16}],"ix":2},"a":{"a":0,"k":[861.291,713,0],"ix":1},"s":{"a":0,"k":[8.896,8.896,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":11,"op":16,"st":11,"bm":0},{"ddd":0,"ind":9,"ty":0,"nm":"Red-half-circle","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[0],"e":[360]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":57,"s":[360],"e":[720]},{"t":105}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":15,"s":[325.329,267.341,0],"e":[350.329,267.341,0],"to":[4.16666650772095,0,0],"ti":[-4.16666650772095,0,0]},{"t":21}],"ix":2},"a":{"a":0,"k":[899,473,0],"ix":1},"s":{"a":0,"k":[46,46,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":15,"op":21,"st":15,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Oval 7 Copy 4","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":13,"s":[277.432,251.897,0],"e":[270.432,244.897,0],"to":[-1.16666662693024,-1.16666662693024,0],"ti":[1.16666662693024,1.16666662693024,0]},{"t":19}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[32,32,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3,3],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.756862998009,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":"Oval 7 Copy 4","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":13,"op":19,"st":13,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Oval 7 Copy 5","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":14,"s":[301.407,248.99,0],"e":[289.907,226.49,0],"to":[-1.91666662693024,-3.75,0],"ti":[1.91666662693024,3.75,0]},{"t":20}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[42,42,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3,3],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925490021706,0.470587998629,0.007842999883,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":"Oval 7 Copy 3","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":14,"op":20,"st":14,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Oval 7 Copy 3","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":11,"s":[326.407,258.99,0],"e":[332.907,249.49,0],"to":[1.08333337306976,-1.58333337306976,0],"ti":[-1.08333337306976,1.58333337306976,0]},{"t":17}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[42,42,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3,3],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925490021706,0.470587998629,0.007842999883,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":"Oval 7 Copy 3","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":11,"op":17,"st":11,"bm":0},{"ddd":1,"ind":13,"ty":4,"nm":"Pin","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"rx":{"a":0,"k":0,"ix":8},"ry":{"a":1,"k":[{"i":{"x":[0.303],"y":[1]},"o":{"x":[0.561],"y":[0]},"n":["0p303_1_0p561_0"],"t":3,"s":[0],"e":[360]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":19,"s":[360],"e":[0]},{"i":{"x":[0.303],"y":[1]},"o":{"x":[0.561],"y":[0]},"n":["0p303_1_0p561_0"],"t":47,"s":[0],"e":[360]},{"t":59}],"ix":9},"rz":{"a":0,"k":0,"ix":10},"or":{"a":0,"k":[0,0,0],"ix":7},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[300.5,307.5,0],"e":[300.5,297.5,0],"to":[0,-1.66666662693024,0],"ti":[0,-1.66666662693024,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":14,"s":[300.5,297.5,0],"e":[300.5,317.5,0],"to":[0,1.66666662693024,0],"ti":[0,-1.66666662693024,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":23,"s":[300.5,317.5,0],"e":[300.5,302.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":37,"s":[300.5,302.5,0],"e":[300.5,307.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":48,"s":[300.5,307.5,0],"e":[300.5,297.5,0],"to":[0,-1.66666662693024,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":61,"s":[300.5,297.5,0],"e":[300.5,307.5,0],"to":[0,0,0],"ti":[0,-1.66666662693024,0]},{"t":73}],"ix":2},"a":{"a":0,"k":[81.5,69,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.256,-1.255],[1.633,0.04]],"o":[[0.041,1.633],[-1.255,1.255],[0,0]],"v":[[3.163,-3.204],[1.34,1.34],[-3.204,3.163]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.948999980852,0.948999980852,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[86.871,59.464],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.255,1.255],[-1.633,-0.04]],"o":[[-0.041,-1.633],[1.256,-1.256],[0,0]],"v":[[-3.163,3.204],[-1.34,-1.34],[3.204,-3.163]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925,0.470999983245,0.008000000785,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[86.829,59.424],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.255,-1.255],[0.041,-1.633]],"o":[[1.633,-0.041],[1.255,1.256],[0,0]],"v":[[-3.204,-3.163],[1.34,-1.34],[3.163,3.203]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.948999980852,0.948999980852,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[75.261,59.42],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.255,1.255],[-0.041,1.633]],"o":[[-1.633,0.041],[-1.255,-1.256],[0,0]],"v":[[3.204,3.163],[-1.339,1.34],[-3.163,-3.204]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925,0.470999983245,0.008000000785,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[75.22,59.462],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-1.775],[1.184,-1.126]],"o":[[1.184,1.126],[0,1.775],[0,0]],"v":[[-0.962,-4.502],[0.962,0],[-0.962,4.502]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.948999980852,0.948999980852,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[81.962,56.133],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,1.775],[-1.184,1.127]],"o":[[-1.184,-1.126],[0,-1.775],[0,0]],"v":[[0.962,4.502],[-0.962,0],[0.962,-4.502]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925,0.470999983245,0.008000000785,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[80.038,56.133],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.059,-2.995],[0,1.076],[1.062,0]],"o":[[1.062,0],[0,-1.077],[-0.086,1.614]],"v":[[-0.919,1.949],[1.005,0],[-0.919,-1.949]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.702000038297,0.141000007181,0.340999977261,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[81.918,65.278],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.062,0],[0,-1.077],[1.062,0],[0,1.076]],"o":[[1.062,0],[0,1.076],[-1.062,0],[0,-1.077]],"v":[[0,-1.949],[1.923,0],[0,1.949],[-1.923,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929000016755,0.219999994016,0.447000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[81,65.277],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.648,0],[0,-0.654],[0.648,0],[0,0.654]],"o":[[0.648,0],[0,0.654],[-0.648,0],[0,-0.654]],"v":[[0,-1.184],[1.174,0],[0,1.184],[-1.174,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925,0.470999983245,0.008000000785,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[68.87,40.974],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.648,0],[0,-0.654],[0.647,0],[0,0.654]],"o":[[0.647,0],[0,0.654],[-0.648,0],[0,-0.654]],"v":[[0.001,-1.184],[1.174,0],[0.001,1.184],[-1.174,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925,0.470999983245,0.008000000785,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[93.13,40.974],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.648,0],[0,-0.655],[0.648,0],[0,0.653]],"o":[[0.648,0],[0,0.653],[-0.648,0],[0,-0.655]],"v":[[0,-1.185],[1.174,0.001],[0,1.185],[-1.174,0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925,0.470999983245,0.008000000785,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[72.783,33.079],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.648,0],[0,-0.655],[0.648,0],[0,0.653]],"o":[[0.648,0],[0,0.653],[-0.648,0],[0,-0.655]],"v":[[0,-1.185],[1.174,0.001],[0,1.185],[-1.174,0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925,0.470999983245,0.008000000785,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[89.218,33.079],"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.648,0],[0,-0.654],[0.649,0],[0,0.654]],"o":[[0.649,0],[0,0.654],[-0.648,0],[0,-0.654]],"v":[[0,-1.185],[1.174,-0.001],[0,1.185],[-1.174,-0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925,0.470999983245,0.008000000785,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[81.391,29.921],"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.674,0],[0,3.706],[3.674,0],[0,-3.707]],"o":[[3.674,0],[0,-3.707],[-3.674,0],[0,3.706]],"v":[[0.391,2.763],[7.044,-3.947],[0.391,-10.658],[-6.261,-3.947]],"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":[[6.514,0],[0,10.152],[-9.941,0],[0,-10.152]],"o":[[-6.514,0],[0,-10.152],[9.941,0],[0,10.152]],"v":[[0,22.5],[-18,-4.118],[0,-22.5],[18,-4.118]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.757000014361,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[81,46.5],"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":"Group 14","np":4,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":0,"nm":"Skull Logo","parent":15,"refId":"comp_4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":33.136,"ix":10},"p":{"a":0,"k":[127.759,76.304,0],"ix":2},"a":{"a":0,"k":[72.5,70,0],"ix":1},"s":{"a":0,"k":[32,32,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[6.595,1.602],[2.234,-1.015],[0.204,-5.484],[-2.592,-3.262],[0,0],[0,0],[-5.139,7.885],[4.061,8.938]],"o":[[-6.595,-1.602],[-2.234,1.015],[-0.204,5.484],[2.592,3.262],[0,0],[0,0],[5.139,-7.885],[-4.061,-8.938]],"v":[[80.599,29.363],[44.886,34.172],[33.637,62.115],[46.942,86.515],[59.137,109.517],[83.033,108.017],[107.196,81.975],[101.948,39.009]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"w":145,"h":140,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"Right Flag","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":3,"s":[0],"e":[-3]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":11,"s":[-3],"e":[13]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":23,"s":[13],"e":[-3]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":37,"s":[-3],"e":[6]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":55,"s":[6],"e":[0]},{"t":72}],"ix":10},"p":{"a":0,"k":[288,359.5,0],"ix":2},"a":{"a":0,"k":[69,121,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[22.5,-38.971],[-22.5,38.971]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.757000014361,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[91.367,81.02],"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":"Right flag Light","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[22.5,-38.971],[-22.5,38.971]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.925,0.470999983245,0.008000000785,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[92.233,81.52],"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":"Right Flag","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"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},"n":"0p667_1_0p333_0","t":3,"s":[{"i":[[-5.242,-3.381],[-2.489,-1.613],[0,0],[4.275,3.291],[5.755,3.44],[2.072,2.411],[0,0],[-4.548,-2.866]],"o":[[4.696,3.029],[0,0],[-2.523,-1.716],[-4.316,-3.322],[-6.216,-3.716],[0,0],[2.206,2.451],[5.32,3.353]],"v":[[11.202,-5.837],[29.647,2.358],[10.818,34.971],[-4.565,26.242],[-18.824,9.498],[-33.758,4.505],[-14.89,-28.176],[-2.992,-22.852]],"c":true}],"e":[{"i":[[-5.242,-3.381],[-2.489,-1.613],[0,0],[4.275,3.291],[5.755,3.44],[2.072,2.411],[0,0],[-4.548,-2.866]],"o":[[4.696,3.029],[0,0],[-2.523,-1.716],[-4.316,-3.322],[-6.216,-3.716],[0,0],[2.206,2.451],[5.32,3.353]],"v":[[16.142,-9.333],[29.647,2.358],[10.818,34.971],[0.375,22.745],[-21.924,16.095],[-33.758,4.505],[-14.89,-28.176],[-6.091,-16.255]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":14,"s":[{"i":[[-5.242,-3.381],[-2.489,-1.613],[0,0],[4.275,3.291],[5.755,3.44],[2.072,2.411],[0,0],[-4.548,-2.866]],"o":[[4.696,3.029],[0,0],[-2.523,-1.716],[-4.316,-3.322],[-6.216,-3.716],[0,0],[2.206,2.451],[5.32,3.353]],"v":[[16.142,-9.333],[29.647,2.358],[10.818,34.971],[0.375,22.745],[-21.924,16.095],[-33.758,4.505],[-14.89,-28.176],[-6.091,-16.255]],"c":true}],"e":[{"i":[[-5.242,-3.381],[-2.489,-1.613],[0,0],[4.275,3.291],[5.755,3.44],[2.072,2.411],[0,0],[-4.548,-2.866]],"o":[[4.696,3.029],[0,0],[-2.523,-1.716],[-4.316,-3.322],[-6.216,-3.716],[0,0],[2.206,2.451],[5.32,3.353]],"v":[[11.202,-5.837],[29.647,2.358],[10.818,34.971],[-4.565,26.242],[-18.824,9.498],[-33.758,4.505],[-14.89,-28.176],[-2.992,-22.852]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":21,"s":[{"i":[[-5.242,-3.381],[-2.489,-1.613],[0,0],[4.275,3.291],[5.755,3.44],[2.072,2.411],[0,0],[-4.548,-2.866]],"o":[[4.696,3.029],[0,0],[-2.523,-1.716],[-4.316,-3.322],[-6.216,-3.716],[0,0],[2.206,2.451],[5.32,3.353]],"v":[[11.202,-5.837],[29.647,2.358],[10.818,34.971],[-4.565,26.242],[-18.824,9.498],[-33.758,4.505],[-14.89,-28.176],[-2.992,-22.852]],"c":true}],"e":[{"i":[[-5.242,-3.381],[-2.489,-1.613],[0,0],[4.275,3.291],[5.755,3.44],[2.072,2.411],[0,0],[-4.548,-2.866]],"o":[[4.696,3.029],[0,0],[-2.523,-1.716],[-4.316,-3.322],[-6.216,-3.716],[0,0],[2.206,2.451],[5.32,3.353]],"v":[[16.142,-9.333],[29.647,2.358],[10.818,34.971],[0.375,22.745],[-21.924,16.095],[-33.758,4.505],[-14.89,-28.176],[-6.091,-16.255]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":40,"s":[{"i":[[-5.242,-3.381],[-2.489,-1.613],[0,0],[4.275,3.291],[5.755,3.44],[2.072,2.411],[0,0],[-4.548,-2.866]],"o":[[4.696,3.029],[0,0],[-2.523,-1.716],[-4.316,-3.322],[-6.216,-3.716],[0,0],[2.206,2.451],[5.32,3.353]],"v":[[16.142,-9.333],[29.647,2.358],[10.818,34.971],[0.375,22.745],[-21.924,16.095],[-33.758,4.505],[-14.89,-28.176],[-6.091,-16.255]],"c":true}],"e":[{"i":[[-5.242,-3.381],[-2.489,-1.613],[0,0],[4.275,3.291],[5.755,3.44],[2.072,2.411],[0,0],[-4.548,-2.866]],"o":[[4.696,3.029],[0,0],[-2.523,-1.716],[-4.316,-3.322],[-6.216,-3.716],[0,0],[2.206,2.451],[5.32,3.353]],"v":[[11.202,-5.837],[29.647,2.358],[10.818,34.971],[-4.565,26.242],[-18.824,9.498],[-33.758,4.505],[-14.89,-28.176],[-2.992,-22.852]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":52,"s":[{"i":[[-5.242,-3.381],[-2.489,-1.613],[0,0],[4.275,3.291],[5.755,3.44],[2.072,2.411],[0,0],[-4.548,-2.866]],"o":[[4.696,3.029],[0,0],[-2.523,-1.716],[-4.316,-3.322],[-6.216,-3.716],[0,0],[2.206,2.451],[5.32,3.353]],"v":[[11.202,-5.837],[29.647,2.358],[10.818,34.971],[-4.565,26.242],[-18.824,9.498],[-33.758,4.505],[-14.89,-28.176],[-2.992,-22.852]],"c":true}],"e":[{"i":[[-5.242,-3.381],[-2.489,-1.613],[0,0],[4.275,3.291],[5.755,3.44],[2.072,2.411],[0,0],[-4.548,-2.866]],"o":[[4.696,3.029],[0,0],[-2.523,-1.716],[-4.316,-3.322],[-6.216,-3.716],[0,0],[2.206,2.451],[5.32,3.353]],"v":[[16.142,-9.333],[29.647,2.358],[10.818,34.971],[0.375,22.745],[-21.924,16.095],[-33.758,4.505],[-14.89,-28.176],[-6.091,-16.255]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":67,"s":[{"i":[[-5.242,-3.381],[-2.489,-1.613],[0,0],[4.275,3.291],[5.755,3.44],[2.072,2.411],[0,0],[-4.548,-2.866]],"o":[[4.696,3.029],[0,0],[-2.523,-1.716],[-4.316,-3.322],[-6.216,-3.716],[0,0],[2.206,2.451],[5.32,3.353]],"v":[[16.142,-9.333],[29.647,2.358],[10.818,34.971],[0.375,22.745],[-21.924,16.095],[-33.758,4.505],[-14.89,-28.176],[-6.091,-16.255]],"c":true}],"e":[{"i":[[-5.242,-3.381],[-2.489,-1.613],[0,0],[4.275,3.291],[5.755,3.44],[2.072,2.411],[0,0],[-4.548,-2.866]],"o":[[4.696,3.029],[0,0],[-2.523,-1.716],[-4.316,-3.322],[-6.216,-3.716],[0,0],[2.206,2.451],[5.32,3.353]],"v":[[11.202,-5.837],[29.647,2.358],[10.818,34.971],[-4.565,26.242],[-18.824,9.498],[-33.758,4.505],[-14.89,-28.176],[-2.992,-22.852]],"c":true}]},{"t":74}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.702000038297,0.141000007181,0.340999977261,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[128.04,73.468],"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":"Red Banner","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"Left Flag","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":3,"s":[0],"e":[2]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":11,"s":[2],"e":[-13]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":23,"s":[-13],"e":[2]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":37,"s":[2],"e":[-6]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":55,"s":[-6],"e":[0]},{"t":72}],"ix":10},"p":{"a":0,"k":[312,359.5,0],"ix":2},"a":{"a":0,"k":[93,121,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-22.5,-38.971],[22.5,38.971]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.757000014361,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[70.633,81.02],"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":"Left pole light","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-22.5,-38.971],[22.5,38.971]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.925,0.470999983245,0.008000000785,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[69.767,81.52],"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":"Left Pole","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"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},"n":"0p667_1_0p333_0","t":3,"s":[{"i":[[0,0],[1.81,-0.813],[2.489,-1.613],[0,0],[-2.698,1.299],[-3.823,1.338]],"o":[[-3.987,1.299],[-2.714,1.222],[0,0],[2.523,-1.716],[1.798,-0.866],[0,0]],"v":[[-1.047,-20.018],[-9.743,-16.848],[-17.547,-12.596],[1.283,20.018],[9.114,15.496],[17.547,12.189]],"c":true}],"e":[{"i":[[0,0],[1.81,-0.813],[2.489,-1.613],[0,0],[-2.698,1.299],[-3.823,1.338]],"o":[[-3.987,1.299],[-2.714,1.222],[0,0],[2.523,-1.716],[1.798,-0.866],[0,0]],"v":[[-0.105,-18.245],[-8.618,-15.023],[-17.547,-12.596],[1.283,20.018],[10.239,17.321],[18.489,13.962]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":14,"s":[{"i":[[0,0],[1.81,-0.813],[2.489,-1.613],[0,0],[-2.698,1.299],[-3.823,1.338]],"o":[[-3.987,1.299],[-2.714,1.222],[0,0],[2.523,-1.716],[1.798,-0.866],[0,0]],"v":[[-0.105,-18.245],[-8.618,-15.023],[-17.547,-12.596],[1.283,20.018],[10.239,17.321],[18.489,13.962]],"c":true}],"e":[{"i":[[0,0],[1.81,-0.813],[2.489,-1.613],[0,0],[-2.698,1.299],[-3.823,1.338]],"o":[[-3.987,1.299],[-2.714,1.222],[0,0],[2.523,-1.716],[1.798,-0.866],[0,0]],"v":[[-1.047,-20.018],[-9.743,-16.848],[-17.547,-12.596],[1.283,20.018],[9.114,15.496],[17.547,12.189]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":21,"s":[{"i":[[0,0],[1.81,-0.813],[2.489,-1.613],[0,0],[-2.698,1.299],[-3.823,1.338]],"o":[[-3.987,1.299],[-2.714,1.222],[0,0],[2.523,-1.716],[1.798,-0.866],[0,0]],"v":[[-1.047,-20.018],[-9.743,-16.848],[-17.547,-12.596],[1.283,20.018],[9.114,15.496],[17.547,12.189]],"c":true}],"e":[{"i":[[0,0],[1.81,-0.813],[2.489,-1.613],[0,0],[-2.698,1.299],[-3.823,1.338]],"o":[[-3.987,1.299],[-2.714,1.222],[0,0],[2.523,-1.716],[1.798,-0.866],[0,0]],"v":[[-0.105,-18.245],[-8.618,-15.023],[-17.547,-12.596],[1.283,20.018],[10.239,17.321],[18.489,13.962]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":40,"s":[{"i":[[0,0],[1.81,-0.813],[2.489,-1.613],[0,0],[-2.698,1.299],[-3.823,1.338]],"o":[[-3.987,1.299],[-2.714,1.222],[0,0],[2.523,-1.716],[1.798,-0.866],[0,0]],"v":[[-0.105,-18.245],[-8.618,-15.023],[-17.547,-12.596],[1.283,20.018],[10.239,17.321],[18.489,13.962]],"c":true}],"e":[{"i":[[0,0],[1.81,-0.813],[2.489,-1.613],[0,0],[-2.698,1.299],[-3.823,1.338]],"o":[[-3.987,1.299],[-2.714,1.222],[0,0],[2.523,-1.716],[1.798,-0.866],[0,0]],"v":[[-1.047,-20.018],[-9.743,-16.848],[-17.547,-12.596],[1.283,20.018],[9.114,15.496],[17.547,12.189]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":52,"s":[{"i":[[0,0],[1.81,-0.813],[2.489,-1.613],[0,0],[-2.698,1.299],[-3.823,1.338]],"o":[[-3.987,1.299],[-2.714,1.222],[0,0],[2.523,-1.716],[1.798,-0.866],[0,0]],"v":[[-1.047,-20.018],[-9.743,-16.848],[-17.547,-12.596],[1.283,20.018],[9.114,15.496],[17.547,12.189]],"c":true}],"e":[{"i":[[0,0],[1.81,-0.813],[2.489,-1.613],[0,0],[-2.698,1.299],[-3.823,1.338]],"o":[[-3.987,1.299],[-2.714,1.222],[0,0],[2.523,-1.716],[1.798,-0.866],[0,0]],"v":[[-0.105,-18.245],[-8.618,-15.023],[-17.547,-12.596],[1.283,20.018],[10.239,17.321],[18.489,13.962]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":67,"s":[{"i":[[0,0],[1.81,-0.813],[2.489,-1.613],[0,0],[-2.698,1.299],[-3.823,1.338]],"o":[[-3.987,1.299],[-2.714,1.222],[0,0],[2.523,-1.716],[1.798,-0.866],[0,0]],"v":[[-0.105,-18.245],[-8.618,-15.023],[-17.547,-12.596],[1.283,20.018],[10.239,17.321],[18.489,13.962]],"c":true}],"e":[{"i":[[0,0],[1.81,-0.813],[2.489,-1.613],[0,0],[-2.698,1.299],[-3.823,1.338]],"o":[[-3.987,1.299],[-2.714,1.222],[0,0],[2.523,-1.716],[1.798,-0.866],[0,0]],"v":[[-1.047,-20.018],[-9.743,-16.848],[-17.547,-12.596],[1.283,20.018],[9.114,15.496],[17.547,12.189]],"c":true}]},{"t":74}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.093999997307,0.713999968884,0.4,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[17.749,81.627],"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":"Green Flag","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"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},"n":"0p667_1_0p333_0","t":3,"s":[{"i":[[0,0],[-1.603,1.223],[-2.072,2.411],[0,0],[2.392,-1.765],[3.523,-1.777]],"o":[[3.539,-1.87],[2.405,-1.835],[0,0],[-2.207,2.451],[-1.595,1.178],[0,0]],"v":[[2.294,21.846],[10.007,17.206],[16.721,10.835],[-2.146,-21.846],[-9.045,-15.521],[-16.721,-11.089]],"c":true}],"e":[{"i":[[0,0],[-4.104,1.788],[-3.384,0.342],[0,0],[2.881,-1.818],[3.523,-1.777]],"o":[[3.539,-1.87],[2.773,-1.208],[0,0],[-3.895,0.695],[-1.677,1.058],[0,0]],"v":[[-0.582,17.742],[7.62,12.918],[16.721,10.835],[-2.146,-21.846],[-11.416,-18.919],[-18.824,-13.704]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":14,"s":[{"i":[[0,0],[-4.104,1.788],[-3.384,0.342],[0,0],[2.881,-1.818],[3.523,-1.777]],"o":[[3.539,-1.87],[2.773,-1.208],[0,0],[-3.895,0.695],[-1.677,1.058],[0,0]],"v":[[-0.582,17.742],[7.62,12.918],[16.721,10.835],[-2.146,-21.846],[-11.416,-18.919],[-18.824,-13.704]],"c":true}],"e":[{"i":[[0,0],[-1.603,1.223],[-2.072,2.411],[0,0],[2.392,-1.765],[3.523,-1.777]],"o":[[3.539,-1.87],[2.405,-1.835],[0,0],[-2.207,2.451],[-1.595,1.178],[0,0]],"v":[[2.294,21.846],[10.007,17.206],[16.721,10.835],[-2.146,-21.846],[-9.045,-15.521],[-16.721,-11.089]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":21,"s":[{"i":[[0,0],[-1.603,1.223],[-2.072,2.411],[0,0],[2.392,-1.765],[3.523,-1.777]],"o":[[3.539,-1.87],[2.405,-1.835],[0,0],[-2.207,2.451],[-1.595,1.178],[0,0]],"v":[[2.294,21.846],[10.007,17.206],[16.721,10.835],[-2.146,-21.846],[-9.045,-15.521],[-16.721,-11.089]],"c":true}],"e":[{"i":[[0,0],[-4.104,1.788],[-3.384,0.342],[0,0],[2.881,-1.818],[3.523,-1.777]],"o":[[3.539,-1.87],[2.773,-1.208],[0,0],[-3.895,0.695],[-1.677,1.058],[0,0]],"v":[[-0.582,17.742],[7.62,12.918],[16.721,10.835],[-2.147,-21.846],[-11.416,-18.919],[-18.824,-13.704]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":40,"s":[{"i":[[0,0],[-4.104,1.788],[-3.384,0.342],[0,0],[2.881,-1.818],[3.523,-1.777]],"o":[[3.539,-1.87],[2.773,-1.208],[0,0],[-3.895,0.695],[-1.677,1.058],[0,0]],"v":[[-0.582,17.742],[7.62,12.918],[16.721,10.835],[-2.147,-21.846],[-11.416,-18.919],[-18.824,-13.704]],"c":true}],"e":[{"i":[[0,0],[-1.603,1.223],[-2.072,2.411],[0,0],[2.392,-1.765],[3.523,-1.777]],"o":[[3.539,-1.87],[2.405,-1.835],[0,0],[-2.207,2.451],[-1.595,1.178],[0,0]],"v":[[2.294,21.846],[10.007,17.206],[16.721,10.835],[-2.146,-21.846],[-9.045,-15.521],[-16.721,-11.089]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":52,"s":[{"i":[[0,0],[-1.603,1.223],[-2.072,2.411],[0,0],[2.392,-1.765],[3.523,-1.777]],"o":[[3.539,-1.87],[2.405,-1.835],[0,0],[-2.207,2.451],[-1.595,1.178],[0,0]],"v":[[2.294,21.846],[10.007,17.206],[16.721,10.835],[-2.146,-21.846],[-9.045,-15.521],[-16.721,-11.089]],"c":true}],"e":[{"i":[[0,0],[-4.104,1.788],[-3.384,0.342],[0,0],[2.881,-1.818],[3.523,-1.777]],"o":[[3.539,-1.87],[2.773,-1.208],[0,0],[-3.895,0.695],[-1.677,1.058],[0,0]],"v":[[-0.582,17.742],[7.62,12.918],[16.721,10.835],[-2.147,-21.846],[-11.416,-18.919],[-18.824,-13.704]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":67,"s":[{"i":[[0,0],[-4.104,1.788],[-3.384,0.342],[0,0],[2.881,-1.818],[3.523,-1.777]],"o":[[3.539,-1.87],[2.773,-1.208],[0,0],[-3.895,0.695],[-1.677,1.058],[0,0]],"v":[[-0.582,17.742],[7.62,12.918],[16.721,10.835],[-2.147,-21.846],[-11.416,-18.919],[-18.824,-13.704]],"c":true}],"e":[{"i":[[0,0],[-1.603,1.223],[-2.072,2.411],[0,0],[2.392,-1.765],[3.523,-1.777]],"o":[[3.539,-1.87],[2.405,-1.835],[0,0],[-2.207,2.451],[-1.595,1.178],[0,0]],"v":[[2.294,21.846],[10.007,17.206],[16.721,10.835],[-2.146,-21.846],[-9.045,-15.521],[-16.721,-11.089]],"c":true}]},{"t":74}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.944999964097,0.310000011968,0.344999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[50.997,67.137],"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":"Red Flag","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.938,-1.696],[-1.707,-2.956],[-2.937,1.696],[1.706,2.956]],"o":[[-2.938,1.695],[1.707,2.956],[2.938,-1.695],[-1.707,-2.956]],"v":[[-3.09,-5.352],[-5.319,3.071],[3.09,5.352],[5.32,-3.071]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.757000014361,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[35.034,74.646],"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":"Yellow emblem","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"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},"n":"0p667_1_0p333_0","t":3,"s":[{"i":[[3.123,-0.563],[-3.296,-6.565],[-2.818,1.172],[2.349,3.952]],"o":[[1.799,3.391],[3.127,-0.425],[-2.665,-4.857],[-2.765,1.3]],"v":[[-17.259,-11.859],[1.336,20.348],[19.33,15.514],[0.316,-17.419]],"c":true}],"e":[{"i":[[3.123,-0.563],[-3.296,-6.565],[-2.818,1.172],[2.349,3.952]],"o":[[1.799,3.391],[3.127,-0.425],[-2.665,-4.857],[-2.765,1.3]],"v":[[-16.317,-10.085],[2.278,22.121],[16.455,11.411],[-1.786,-20.035]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":14,"s":[{"i":[[3.123,-0.563],[-3.296,-6.565],[-2.818,1.172],[2.349,3.952]],"o":[[1.799,3.391],[3.127,-0.425],[-2.665,-4.857],[-2.765,1.3]],"v":[[-16.317,-10.085],[2.278,22.121],[16.455,11.411],[-1.786,-20.035]],"c":true}],"e":[{"i":[[3.123,-0.563],[-3.296,-6.565],[-2.818,1.172],[2.349,3.952]],"o":[[1.799,3.391],[3.127,-0.425],[-2.665,-4.857],[-2.765,1.3]],"v":[[-17.259,-11.859],[1.336,20.348],[19.33,15.514],[0.316,-17.419]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":21,"s":[{"i":[[3.123,-0.563],[-3.296,-6.565],[-2.818,1.172],[2.349,3.952]],"o":[[1.799,3.391],[3.127,-0.425],[-2.665,-4.857],[-2.765,1.3]],"v":[[-17.259,-11.859],[1.336,20.348],[19.33,15.514],[0.316,-17.419]],"c":true}],"e":[{"i":[[3.123,-0.563],[-3.296,-6.565],[-2.818,1.172],[2.349,3.952]],"o":[[1.799,3.391],[3.127,-0.425],[-2.665,-4.857],[-2.765,1.3]],"v":[[-16.317,-10.085],[2.278,22.121],[16.455,11.411],[-1.786,-20.035]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":40,"s":[{"i":[[3.123,-0.563],[-3.296,-6.565],[-2.818,1.172],[2.349,3.952]],"o":[[1.799,3.391],[3.127,-0.425],[-2.665,-4.857],[-2.765,1.3]],"v":[[-16.317,-10.085],[2.278,22.121],[16.455,11.411],[-1.786,-20.035]],"c":true}],"e":[{"i":[[3.123,-0.563],[-3.296,-6.565],[-2.818,1.172],[2.349,3.952]],"o":[[1.799,3.391],[3.127,-0.425],[-2.665,-4.857],[-2.765,1.3]],"v":[[-17.259,-11.859],[1.336,20.348],[19.33,15.514],[0.316,-17.419]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":52,"s":[{"i":[[3.123,-0.563],[-3.296,-6.565],[-2.818,1.172],[2.349,3.952]],"o":[[1.799,3.391],[3.127,-0.425],[-2.665,-4.857],[-2.765,1.3]],"v":[[-17.259,-11.859],[1.336,20.348],[19.33,15.514],[0.316,-17.419]],"c":true}],"e":[{"i":[[3.123,-0.563],[-3.296,-6.565],[-2.818,1.172],[2.349,3.952]],"o":[[1.799,3.391],[3.127,-0.425],[-2.665,-4.857],[-2.765,1.3]],"v":[[-16.317,-10.085],[2.278,22.121],[16.455,11.411],[-1.786,-20.035]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":67,"s":[{"i":[[3.123,-0.563],[-3.296,-6.565],[-2.818,1.172],[2.349,3.952]],"o":[[1.799,3.391],[3.127,-0.425],[-2.665,-4.857],[-2.765,1.3]],"v":[[-16.317,-10.085],[2.278,22.121],[16.455,11.411],[-1.786,-20.035]],"c":true}],"e":[{"i":[[3.123,-0.563],[-3.296,-6.565],[-2.818,1.172],[2.349,3.952]],"o":[[1.799,3.391],[3.127,-0.425],[-2.665,-4.857],[-2.765,1.3]],"v":[[-17.259,-11.859],[1.336,20.348],[19.33,15.514],[0.316,-17.419]],"c":true}]},{"t":74}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972999961703,0.980000035903,0.995999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[33.96,73.468],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":-0.395,"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":"White flag","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Half Circle","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[903.539,417.393,0],"ix":2},"a":{"a":0,"k":[6.896,13.393,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.1,-4.61],[0,1.66],[1.65,0]],"o":[[1.65,0],[0,-1.66],[-0.14,2.49]],"v":[[0.09,6],[3.09,3],[0.09,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.756862998009,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Circle","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[897.393,417.393,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[6,6],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925490021706,0.470587998629,0.007842999883,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":"Oval 2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0}]},{"id":"comp_2","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Marigold 4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":270,"ix":10},"p":{"a":0,"k":[838,722.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.886,0,0.5,1,0.822,0,1,1,0.757,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Marigold 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":90,"ix":10},"p":{"a":0,"k":[888,722.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.812,0,0.5,1,0.724,0,1,1,0.635,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Marigold 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":180,"ix":10},"p":{"a":0,"k":[863,742.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.776,0,0.5,1,0.716,0,1,1,0.655,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Marigold","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[863,704,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.812,0,0.5,1,0.724,0,1,1,0.635,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Marigold 7","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":45,"ix":10},"p":{"a":0,"k":[844,741,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.969,0.69,0.02,0.5,0.947,0.58,0.014,1,0.925,0.471,0.008],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Marigold 6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":135,"ix":10},"p":{"a":0,"k":[844,703.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.969,0.69,0.02,0.5,0.947,0.58,0.014,1,0.925,0.471,0.008],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Marigold 9","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-22,"ix":10},"p":{"a":0,"k":[852.5,696,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.886,0,0.5,1,0.822,0,1,1,0.757,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Marigold 8","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":135,"ix":10},"p":{"a":0,"k":[881.5,740,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.969,0.69,0.02,0.5,0.947,0.58,0.014,1,0.925,0.471,0.008],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Marigold 5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":45,"ix":10},"p":{"a":0,"k":[881.5,703.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.969,0.69,0.02,0.5,0.947,0.58,0.014,1,0.925,0.471,0.008],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Marigold 16","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":294,"ix":10},"p":{"a":0,"k":[838.5,712,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.886,0,0.5,1,0.822,0,1,1,0.757,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Marigold 15","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":246,"ix":10},"p":{"a":0,"k":[838.5,733.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.886,0,0.5,1,0.822,0,1,1,0.757,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Marigold 14","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":201,"ix":10},"p":{"a":0,"k":[853.5,745.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.886,0,0.5,1,0.822,0,1,1,0.757,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Marigold 13","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":159,"ix":10},"p":{"a":0,"k":[872,745.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.886,0,0.5,1,0.822,0,1,1,0.757,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"Marigold 12","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":110,"ix":10},"p":{"a":0,"k":[887,731.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.886,0,0.5,1,0.822,0,1,1,0.757,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"Marigold 11","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":72,"ix":10},"p":{"a":0,"k":[887,712,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.886,0,0.5,1,0.822,0,1,1,0.757,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"Marigold 10","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":22,"ix":10},"p":{"a":0,"k":[872.5,696,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.886,0,0.5,1,0.822,0,1,1,0.757,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"Marigold 20","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":270,"ix":10},"p":{"a":0,"k":[826.5,722.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.969,0.69,0.02,0.5,0.947,0.58,0.014,1,0.925,0.471,0.008],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"Marigold 19","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":180,"ix":10},"p":{"a":0,"k":[863,753,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.969,0.69,0.02,0.5,0.947,0.58,0.014,1,0.925,0.471,0.008],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"Marigold 18","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":90,"ix":10},"p":{"a":0,"k":[900,722,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.969,0.69,0.02,0.5,0.947,0.58,0.014,1,0.925,0.471,0.008],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":20,"ty":4,"nm":"Marigold 17","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[862.5,689.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.969,0.69,0.02,0.5,0.947,0.58,0.014,1,0.925,0.471,0.008],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0}]},{"id":"comp_3","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Half Circle 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[903.539,471.393,0],"ix":2},"a":{"a":0,"k":[6.896,13.393,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.1,-4.61],[0,1.66],[1.65,0]],"o":[[1.65,0],[0,-1.66],[-0.14,2.49]],"v":[[0.09,6],[3.09,3],[0.09,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.701960784314,0.141176470588,0.341176470588,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Circle 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[897.393,471.393,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[6,6],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929411824544,0.219607858097,0.447058853449,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":"Oval 2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0}]},{"id":"comp_4","layers":[{"ddd":0,"ind":1,"ty":0,"nm":"flower-bottom","refId":"comp_5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":137,"ix":10},"p":{"a":0,"k":[34.75,33,0],"ix":2},"a":{"a":0,"k":[477.5,712.5,0],"ix":1},"s":{"a":0,"k":[26,26,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"flower-bottom","refId":"comp_5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-50,"ix":10},"p":{"a":0,"k":[108.5,101,0],"ix":2},"a":{"a":0,"k":[477.5,712.5,0],"ix":1},"s":{"a":0,"k":[26,26,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":0,"nm":"flower-small","refId":"comp_7","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":13,"s":[0],"e":[360]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[360],"e":[360]},{"t":76}],"ix":10},"p":{"a":0,"k":[115,26.25,0],"ix":2},"a":{"a":0,"k":[33.946,33.358,0],"ix":1},"s":{"a":0,"k":[39,39,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":0,"nm":"flower-small","refId":"comp_7","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":19,"s":[0],"e":[360]},{"t":88}],"ix":10},"p":{"a":0,"k":[33.5,101.375,0],"ix":2},"a":{"a":0,"k":[33.776,32.661,0],"ix":1},"s":{"a":0,"k":[39,39,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":0,"nm":"Marigold","refId":"comp_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[0],"e":[1080]},{"t":76}],"ix":10},"p":{"a":0,"k":[72.851,121.863,0],"ix":2},"a":{"a":0,"k":[863.65,721.65,0],"ix":1},"s":{"a":0,"k":[15.896,15.896,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":0,"nm":"Marigold","refId":"comp_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":11,"s":[0],"e":[-1080]},{"t":30}],"ix":10},"p":{"a":0,"k":[72.726,16.738,0],"ix":2},"a":{"a":0,"k":[862.864,720.864,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":14,"s":[15.896,15.896,100],"e":[18.896,18.896,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":37,"s":[18.896,18.896,100],"e":[15.896,15.896,100]},{"t":61}],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":0,"nm":"Marigold","refId":"comp_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":13,"s":[0],"e":[-1080]},{"t":65}],"ix":10},"p":{"a":0,"k":[23.351,65.613,0],"ix":2},"a":{"a":0,"k":[862.078,721.65,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":39,"s":[15.896,15.896,100],"e":[18,18,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":68,"s":[18,18,100],"e":[15.896,15.896,100]},{"t":85}],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":0,"nm":"Marigold","refId":"comp_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[0],"e":[1080]},{"t":66}],"ix":10},"p":{"a":0,"k":[122.476,65.488,0],"ix":2},"a":{"a":0,"k":[862.864,720.864,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":27,"s":[15.896,15.896,100],"e":[16.896,16.896,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":45,"s":[16.896,16.896,100],"e":[15.896,15.896,100]},{"t":68}],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Skull Logo Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[72.5,72.75,0],"ix":2},"a":{"a":0,"k":[72.5,70,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[0.001,-4.9],[4.918,4.9],[-4.918,4.9]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.702000038297,0.141000007181,0.340999977261,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[72.953,77.3],"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":"Nose","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[-1.509,0],[0,-1.503],[1.509,0],[0,1.504]],"o":[[1.509,0],[0,1.504],[-1.509,0],[0,-1.503]],"v":[[0,-2.722],[2.732,0],[0,2.722],[-2.732,0]],"c":true}],"e":[{"i":[[-1.509,0],[0,-1.503],[1.509,0],[0,1.504]],"o":[[1.509,0],[0,1.504],[-1.509,0],[0,-1.503]],"v":[[1.875,-2.722],[4.607,0],[1.875,2.722],[-0.857,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26,"s":[{"i":[[-1.509,0],[0,-1.503],[1.509,0],[0,1.504]],"o":[[1.509,0],[0,1.504],[-1.509,0],[0,-1.503]],"v":[[1.875,-2.722],[4.607,0],[1.875,2.722],[-0.857,0]],"c":true}],"e":[{"i":[[-1.509,0],[0,-1.503],[1.509,0],[0,1.504]],"o":[[1.509,0],[0,1.504],[-1.509,0],[0,-1.503]],"v":[[1.875,-2.722],[4.607,0],[1.875,2.722],[-0.857,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[{"i":[[-1.509,0],[0,-1.503],[1.509,0],[0,1.504]],"o":[[1.509,0],[0,1.504],[-1.509,0],[0,-1.503]],"v":[[1.875,-2.722],[4.607,0],[1.875,2.722],[-0.857,0]],"c":true}],"e":[{"i":[[-1.509,0],[0,-1.503],[1.509,0],[0,1.504]],"o":[[1.509,0],[0,1.504],[-1.509,0],[0,-1.503]],"v":[[-1.25,-2.722],[1.482,0],[-1.25,2.722],[-3.982,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56,"s":[{"i":[[-1.509,0],[0,-1.503],[1.509,0],[0,1.504]],"o":[[1.509,0],[0,1.504],[-1.509,0],[0,-1.503]],"v":[[-1.25,-2.722],[1.482,0],[-1.25,2.722],[-3.982,0]],"c":true}],"e":[{"i":[[-1.509,0],[0,-1.503],[1.509,0],[0,1.504]],"o":[[1.509,0],[0,1.504],[-1.509,0],[0,-1.503]],"v":[[-1.25,-2.722],[1.482,0],[-1.25,2.722],[-3.982,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":64,"s":[{"i":[[-1.509,0],[0,-1.503],[1.509,0],[0,1.504]],"o":[[1.509,0],[0,1.504],[-1.509,0],[0,-1.503]],"v":[[-1.25,-2.722],[1.482,0],[-1.25,2.722],[-3.982,0]],"c":true}],"e":[{"i":[[-1.509,0],[0,-1.503],[1.509,0],[0,1.504]],"o":[[1.509,0],[0,1.504],[-1.509,0],[0,-1.503]],"v":[[0,-2.722],[2.732,0],[0,2.722],[-2.732,0]],"c":true}]},{"t":75}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.757000014361,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[81.696,62.056],"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":"Eye Yellow Right","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.112,0],[0,-2.105],[2.112,0],[0,2.105]],"o":[[2.112,0],[0,2.105],[-2.112,0],[0,-2.105]],"v":[[0,-3.811],[3.825,0],[0,3.811],[-3.825,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.702000038297,0.141000007181,0.340999977261,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[81.696,59.878],"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":"Eye Red Right","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4.526,0],[0,-4.51],[4.527,0],[0,4.51]],"o":[[4.527,0],[0,4.51],[-4.526,0],[0,-4.51]],"v":[[0,-8.167],[8.196,0.001],[0,8.167],[-8.196,0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929000016755,0.219999994016,0.447000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[81.696,60.966],"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":"Eye Right Socket","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.805,0],[0,-0.742],[0,0],[0.805,0],[0,0.744],[0,0]],"o":[[0.805,0],[0,0],[0,0.744],[-0.805,0],[0,0],[0,-0.742]],"v":[[-0.001,-3.811],[1.458,-2.466],[1.458,2.466],[-0.001,3.811],[-1.458,2.466],[-1.458,-2.466]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[79.6,96.9],"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":"T4","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.805,0],[0,-0.742],[0,0],[0.805,0],[0,0.744],[0,0]],"o":[[0.805,0],[0,0],[0,0.744],[-0.805,0],[0,0],[0,-0.742]],"v":[[0,-3.811],[1.457,-2.466],[1.457,2.466],[0,3.811],[-1.457,2.466],[-1.457,-2.466]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[74.743,96.9],"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":"T3","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.805,0],[0,-0.742],[0,0],[0.805,0],[0,0.744],[0,0]],"o":[[0.805,0],[0,0],[0,0.744],[-0.805,0],[0,0],[0,-0.742]],"v":[[0,-3.811],[1.457,-2.466],[1.457,2.466],[0,3.811],[-1.457,2.466],[-1.457,-2.466]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[69.886,96.9],"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":"T2","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.805,0],[0,-0.742],[0,0],[0.805,0],[0,0.744],[0,0]],"o":[[0.805,0],[0,0],[0,0.744],[-0.805,0],[0,0],[0,-0.742]],"v":[[0.001,-3.811],[1.458,-2.466],[1.458,2.466],[0.001,3.811],[-1.458,2.466],[-1.458,-2.466]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[65.028,96.9],"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":"T1","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[9.091,-4.353],[0,2.375],[-9.549,0],[-0.065,-0.001]],"o":[[-0.869,-2.06],[0,-9.532],[0.065,0],[-0.626,10.579]],"v":[[-7.393,11.978],[-8.743,5.281],[8.549,-11.978],[8.743,-11.977]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925,0.470999983245,0.008000000785,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[92.078,73.489],"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":"Group 8","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.87,-2.06],[0.626,10.579],[-0.065,0],[0,-9.532]],"o":[[-9.09,-4.353],[0.065,-0.001],[9.55,0],[0,2.375]],"v":[[7.393,11.978],[-8.743,-11.977],[-8.549,-11.978],[8.743,5.281]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925,0.470999983245,0.008000000785,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[52.735,73.489],"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":"Group 9","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[-1.509,0],[0,-1.503],[1.509,0],[0,1.504]],"o":[[1.509,0],[0,1.504],[-1.509,0],[0,-1.503]],"v":[[0,-2.722],[2.732,0],[0,2.722],[-2.732,0]],"c":true}],"e":[{"i":[[-1.509,0],[0,-1.503],[1.509,0],[0,1.504]],"o":[[1.509,0],[0,1.504],[-1.509,0],[0,-1.503]],"v":[[1.875,-2.722],[4.607,0],[1.875,2.722],[-0.857,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26,"s":[{"i":[[-1.509,0],[0,-1.503],[1.509,0],[0,1.504]],"o":[[1.509,0],[0,1.504],[-1.509,0],[0,-1.503]],"v":[[1.875,-2.722],[4.607,0],[1.875,2.722],[-0.857,0]],"c":true}],"e":[{"i":[[-1.509,0],[0,-1.503],[1.509,0],[0,1.504]],"o":[[1.509,0],[0,1.504],[-1.509,0],[0,-1.503]],"v":[[1.875,-2.722],[4.607,0],[1.875,2.722],[-0.857,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[{"i":[[-1.509,0],[0,-1.503],[1.509,0],[0,1.504]],"o":[[1.509,0],[0,1.504],[-1.509,0],[0,-1.503]],"v":[[1.875,-2.722],[4.607,0],[1.875,2.722],[-0.857,0]],"c":true}],"e":[{"i":[[-1.509,0],[0,-1.503],[1.509,0],[0,1.504]],"o":[[1.509,0],[0,1.504],[-1.509,0],[0,-1.503]],"v":[[-1.25,-2.722],[1.482,0],[-1.25,2.722],[-3.982,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56,"s":[{"i":[[-1.509,0],[0,-1.503],[1.509,0],[0,1.504]],"o":[[1.509,0],[0,1.504],[-1.509,0],[0,-1.503]],"v":[[-1.25,-2.722],[1.482,0],[-1.25,2.722],[-3.982,0]],"c":true}],"e":[{"i":[[-1.509,0],[0,-1.503],[1.509,0],[0,1.504]],"o":[[1.509,0],[0,1.504],[-1.509,0],[0,-1.503]],"v":[[-1.25,-2.722],[1.482,0],[-1.25,2.722],[-3.982,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":64,"s":[{"i":[[-1.509,0],[0,-1.503],[1.509,0],[0,1.504]],"o":[[1.509,0],[0,1.504],[-1.509,0],[0,-1.503]],"v":[[-1.25,-2.722],[1.482,0],[-1.25,2.722],[-3.982,0]],"c":true}],"e":[{"i":[[-1.509,0],[0,-1.503],[1.509,0],[0,1.504]],"o":[[1.509,0],[0,1.504],[-1.509,0],[0,-1.503]],"v":[[0,-2.722],[2.732,0],[0,2.722],[-2.732,0]],"c":true}]},{"t":75}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.757000014361,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[64.211,62.056],"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":"Eye Yellow Left","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.113,0],[0,-2.105],[2.112,0],[0,2.105]],"o":[[2.112,0],[0,2.105],[-2.113,0],[0,-2.105]],"v":[[0,-3.811],[3.825,0],[0,3.811],[-3.825,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.702000038297,0.141000007181,0.340999977261,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[64.211,59.878],"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":"Eye Red Left","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4.526,0],[0,-4.51],[4.527,0],[0,4.51]],"o":[[4.527,0],[0,4.51],[-4.526,0],[0,-4.51]],"v":[[-0.001,-8.167],[8.197,0.001],[-0.001,8.167],[-8.197,0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929000016755,0.219999994016,0.447000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[63.118,60.966],"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":"Eye Socket Left","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.318,6.209],[-2.006,-1.347],[1.38,0]],"o":[[2.349,0.804],[-0.566,4.522],[-1.69,0]],"v":[[-3.279,-5.445],[3.279,-2.195],[0.141,5.445]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.411999990426,0.152999997606,0.552999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[85.522,39.645],"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.602,4.332],[-2.361,0.921],[1.685,0]],"o":[[1.993,-1.477],[-0.358,6.235],[-1.337,0]],"v":[[-3.279,-1.823],[3.279,-5.445],[-0.174,5.445]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.411999990426,0.152999997606,0.552999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[58.2,39.644],"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":"Group 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.329,9.421],[-2.084,0],[-2.252,-0.566],[3.394,0]],"o":[[1.957,-0.42],[2.429,0],[-0.365,9.313],[-3.42,0]],"v":[[-6.557,-8.07],[-0.484,-8.711],[6.557,-7.844],[0.004,8.711]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.702000038297,0.141000007181,0.340999977261,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[72.407,40.822],"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":"Group 16","np":2,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,11.353],[15.692,0],[0,-15.636],[-9.682,-4.512],[0,0],[-1.562,0],[0,0],[0,1.52],[0,0]],"o":[[0,-15.636],[-15.693,0],[0,11.354],[0,0],[0,1.52],[0,0],[1.563,0],[0,0],[9.683,-4.512]],"v":[[28.415,-3.267],[0.001,-31.577],[-28.415,-3.267],[-12.021,22.387],[-12.021,28.826],[-9.193,31.577],[9.193,31.577],[12.021,28.826],[12.021,22.387]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.757000014361,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[72.407,63.689],"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":"Face","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0}]},{"id":"comp_5","layers":[{"ddd":0,"ind":1,"ty":0,"nm":"yellow-red-pedal","refId":"comp_6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":125,"ix":10},"p":{"a":0,"k":[514.5,742,0],"ix":2},"a":{"a":0,"k":[51,22,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":19.6,"s":[100,100,100],"e":[-100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":22.8,"s":[-100,100,100],"e":[-100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":42.8,"s":[-100,100,100],"e":[100,100,100]},{"t":46.4}],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"yellow-red-pedal","refId":"comp_6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":56,"ix":10},"p":{"a":0,"k":[432.5,741.936,0],"ix":2},"a":{"a":0,"k":[51,22,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":21.2,"s":[100,100,100],"e":[-100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":24.4,"s":[-100,100,100],"e":[-100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":42.4,"s":[-100,100,100],"e":[100,100,100]},{"t":47.2}],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":0,"nm":"yellow-red-pedal","refId":"comp_6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":300,"ix":10},"p":{"a":0,"k":[530,707,0],"ix":2},"a":{"a":0,"k":[51,22,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":22.4,"s":[80,80,100],"e":[-80,80,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":25.6,"s":[-80,80,100],"e":[-80,80,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":44,"s":[-80,80,100],"e":[80,80,100]},{"t":48.4}],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":0,"nm":"yellow-red-pedal","refId":"comp_6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":60,"ix":10},"p":{"a":0,"k":[412,706.715,0],"ix":2},"a":{"a":0,"k":[51,22,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":24.8,"s":[80,80,100],"e":[-80,80,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":28,"s":[-80,80,100],"e":[-80,80,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":47.6,"s":[-80,80,100],"e":[80,80,100]},{"t":52}],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":0,"nm":"yellow-red-pedal","refId":"comp_6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[474,773.5,0],"ix":2},"a":{"a":0,"k":[51,22,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":28,"s":[80,80,100],"e":[-80,80,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":31.2,"s":[-80,80,100],"e":[-80,80,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":48.8,"s":[-80,80,100],"e":[80,80,100]},{"t":52.8}],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Oval 8 Copy","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[473.821,743.536,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.945097982883,0.30980399251,0.345097988844,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":"Oval 8 Copy","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Oval 8 Copy 8","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[496.143,761.393,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.945097982883,0.30980399251,0.345097988844,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":"Oval 8 Copy 8","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Oval 8 Copy 7","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[451.5,761.393,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.945097982883,0.30980399251,0.345097988844,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":"Oval 8 Copy 7","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Oval 8 Copy 10","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[505.071,716.75,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.945097982883,0.30980399251,0.345097988844,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":"Oval 8 Copy 10","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Oval 8 Copy 6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[438.107,716.75,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.945097982883,0.30980399251,0.345097988844,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":"Oval 8 Copy 6","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":0,"nm":"Red-half-circle","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[720]},{"t":90}],"ix":10},"p":{"a":0,"k":[472.5,709.5,0],"ix":2},"a":{"a":0,"k":[896.967,471.78,0],"ix":1},"s":{"a":0,"k":[123,123,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0}]},{"id":"comp_6","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Combined Shape","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[56.808,21.875,0],"ix":2},"a":{"a":0,"k":[5.603,21.875,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,-2.02],[1.52,-1.1]],"o":[[0,0],[1.52,1.09],[0,2.02],[0,0]],"v":[[0,9.8],[0,0],[2.51,4.9],[0,9.8]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.91058498621,0.138336002827,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Combined Shape","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[45.603,21.875,0],"ix":2},"a":{"a":0,"k":[5.603,21.875,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,2.02],[-1.52,1.09],[0,0]],"o":[[-1.52,-1.1],[0,-2.02],[0,0],[0,0]],"v":[[2.51,9.8],[0,4.9],[2.51,0],[2.51,9.8]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.945097982883,0.30980399251,0.345097988844,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0}]},{"id":"comp_7","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Oval 2 Copy 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[33.482,33.482,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3,3],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.701960980892,0.141176000237,0.341176003218,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":"Oval 2 Copy 2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Oval 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[33.482,33.482,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[5,5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.982599020004,0.988804996014,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":"Oval 2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Rectangle 12 Copy 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[33.482,33.482,0],"ix":2},"a":{"a":0,"k":[20.089,20.089,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.57,0.56],[-0.56,0.56],[0,0],[-0.57,-0.56],[0.56,-0.56],[0,0]],"o":[[-0.56,-0.57],[0,0],[0.56,-0.56],[0.56,0.57],[0,0],[-0.56,0.56]],"v":[[0.42,8.58],[0.42,6.54],[6.54,0.42],[8.58,0.42],[8.58,2.46],[2.46,8.58]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.701960980892,0.141176000237,0.341176003218,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Rectangle 12 Copy 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[33.482,33.482,0],"ix":2},"a":{"a":0,"k":[20.089,20.089,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.56,-0.57],[0.56,0.56],[0,0],[-0.56,0.57],[-0.56,-0.56],[0,0]],"o":[[-0.57,0.56],[0,0],[-0.56,-0.56],[0.57,-0.56],[0,0],[0.56,0.56]],"v":[[8.58,8.58],[6.54,8.58],[0.42,2.46],[0.42,0.42],[2.46,0.42],[8.58,6.54]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.701960980892,0.141176000237,0.341176003218,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Rectangle 12 Copy","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[33.482,33.482,0],"ix":2},"a":{"a":0,"k":[33.482,6.696,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-0.83],[0.83,0],[0,0],[0,0.83],[-0.83,0],[0,0]],"o":[[0,0.83],[0,0],[-0.83,0],[0,-0.83],[0,0],[0.83,0]],"v":[[15,1.5],[13.5,3],[1.5,3],[0,1.5],[1.5,0],[13.5,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929412007332,0.21960799396,0.447059005499,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Rectangle 12","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[33.482,33.482,0],"ix":2},"a":{"a":0,"k":[6.696,33.482,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.83,0],[0,-0.83],[0,0],[0.83,0],[0,0.83],[0,0]],"o":[[0.83,0],[0,0],[0,0.83],[-0.83,0],[0,0],[0,-0.83]],"v":[[1.5,0],[3,1.5],[3,13.5],[1.5,15],[0,13.5],[0,1.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929412007332,0.21960799396,0.447059005499,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":10,"ty":0,"nm":"Mexico","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[400,368,0],"ix":2},"a":{"a":0,"k":[300,300,0],"ix":1},"s":{"a":0,"k":[363.353,363.353,100],"ix":6}},"ao":0,"w":600,"h":600,"ip":0,"op":150,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/flow.json b/ohos/flutter_lottie/assets/lottiefiles/flow.json new file mode 100644 index 0000000000000000000000000000000000000000..f6dd95eba039bf1baf8e7dd6da502a69f8c36eb7 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/flow.json @@ -0,0 +1 @@ +{"v":"4.10.0","fr":25,"ip":0,"op":77,"w":200,"h":200,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 5","sr":1,"ks":{"o":{"a":0,"k":75,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[99.5,72.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-32.305,-35.952],[-14.667,21],[-22.933,-23.154],[-12,22.5]],"o":[[0,0],[20.667,23],[18.087,-25.897],[17.333,17.5],[12,-22.5]],"v":[[-118,41],[-64.667,27],[-1.333,32],[66,32.5],[121.333,27.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":35,"s":[0],"e":[100]},{"t":75}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":7,"s":[0],"e":[100]},{"t":75}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.980392156863,0.950313253964,0.615148028205,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":7,"op":77,"st":7,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[99.5,76,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-32.305,-35.952],[-14.667,21],[-22.933,-23.154],[-12,22.5]],"o":[[0,0],[20.667,23],[18.087,-25.897],[17.333,17.5],[12,-22.5]],"v":[[-118,41],[-64.667,27],[-1.333,32],[66,32.5],[121.333,27.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":27,"s":[0],"e":[100]},{"t":67}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":-1,"s":[0],"e":[100]},{"t":67}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.992156862745,0.953386134727,0.521368707395,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":77,"st":-1,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[99.5,79.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-32.305,-35.952],[-14.667,21],[-22.933,-23.154],[-12,22.5]],"o":[[0,0],[20.667,23],[18.087,-25.897],[17.333,17.5],[12,-22.5]],"v":[[-118,41],[-64.667,27],[-1.333,32],[66,32.5],[121.333,27.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":30,"s":[0],"e":[100]},{"t":70}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":2,"s":[0],"e":[100]},{"t":70}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.917647118662,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":2,"op":77,"st":2,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 4","sr":1,"ks":{"o":{"a":0,"k":75,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[99.5,83,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-32.305,-35.952],[-14.667,21],[-22.933,-23.154],[-12,22.5]],"o":[[0,0],[20.667,23],[18.087,-25.897],[17.333,17.5],[12,-22.5]],"v":[[-118,41],[-64.667,27],[-1.333,32],[66,32.5],[121.333,27.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":33,"s":[0],"e":[100]},{"t":73}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":5,"s":[0],"e":[100]},{"t":73}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.988235294118,0.969086112228,0.75570936016,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":5,"op":77,"st":5,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 3","sr":1,"ks":{"o":{"a":0,"k":50,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[99.5,86,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-32.305,-35.952],[-14.667,21],[-22.933,-23.154],[-12,22.5]],"o":[[0,0],[20.667,23],[18.087,-25.897],[17.333,17.5],[12,-22.5]],"v":[[-118,41],[-64.667,27],[-1.333,32],[66,32.5],[121.333,27.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":36,"s":[0],"e":[100]},{"t":76}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":8,"s":[0],"e":[100]},{"t":76}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.976470588235,0.952819106158,0.689273370481,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":8,"op":77,"st":8,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/frog.json b/ohos/flutter_lottie/assets/lottiefiles/frog.json new file mode 100644 index 0000000000000000000000000000000000000000..9ae3d2b7b7565070921a19c880e9db18cde3829f --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/frog.json @@ -0,0 +1 @@ +{"v":"5.1.11","fr":30,"ip":37,"op":146,"w":400,"h":300,"nm":"lottie","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200,150,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[],"ip":50.4,"op":800.4,"st":50.4,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"Pre-comp 1","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":104.4,"s":[211,123,0],"e":[211,135,0],"to":[0,2,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0.333,"y":0},"n":"1_1_0p333_0","t":110.4,"s":[211,135,0],"e":[211,113.71,0],"to":[0,0,0],"ti":[0,3.65600800514221,0]},{"i":{"x":0.571,"y":1},"o":{"x":0.333,"y":0.414},"n":"0p571_1_0p333_0p414","t":121.2,"s":[211,113.71,0],"e":[211,123,0],"to":[0,-1.21461820602417,0],"ti":[0,0.49875235557556,0]},{"i":{"x":0.571,"y":1},"o":{"x":0.167,"y":0},"n":"0p571_1_0p167_0","t":133.2,"s":[211,123,0],"e":[211,123,0],"to":[0,-2,0],"ti":[0,0,0]},{"i":{"x":0.571,"y":1},"o":{"x":0.167,"y":0},"n":"0p571_1_0p167_0","t":156,"s":[211,123,0],"e":[211,142,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.571,"y":1},"o":{"x":0.167,"y":0},"n":"0p571_1_0p167_0","t":170.4,"s":[211,142,0],"e":[211,123,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.583,"y":1},"o":{"x":0.167,"y":0},"n":"0p583_1_0p167_0","t":178.8,"s":[211,123,0],"e":[211,135,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":192,"s":[211,135,0],"e":[211,123,0],"to":[0,0,0],"ti":[0,2,0]},{"t":198}],"ix":2},"a":{"a":0,"k":[200,150,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":400,"h":300,"ip":0,"op":750,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 7","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":117.785,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":122.4,"s":[100],"e":[0]},{"t":134.399609375}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[199,201,0],"ix":2},"a":{"a":0,"k":[-19,51,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":117.6,"s":[30.769,30.769,100],"e":[100,100,100]},{"t":131.6310546875}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[282,130],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.216993459066,0.227943076339,0.333333333333,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-19,51],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":58.8,"op":808.8,"st":58.8,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 5","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":171.785,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":176.4,"s":[100],"e":[0]},{"t":188.399609375}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[199,201,0],"ix":2},"a":{"a":0,"k":[-19,51,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":171.6,"s":[30.769,30.769,100],"e":[100,100,100]},{"t":185.6310546875}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[282,130],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.216993459066,0.227943076339,0.333333333333,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-19,51],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":112.8,"op":859.2,"st":112.8,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":111.785,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":116.4,"s":[100],"e":[0]},{"t":128.399609375}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[199,201,0],"ix":2},"a":{"a":0,"k":[-19,51,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":111.6,"s":[30.769,30.769,100],"e":[100,100,100]},{"t":125.6310546875}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[282,130],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.216993459066,0.227943076339,0.333333333333,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-19,51],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":52.8,"op":802.8,"st":52.8,"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]},"n":["0p833_0p833_0p167_0p167"],"t":164.585,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":169.2,"s":[100],"e":[0]},{"t":181.199609375}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[199,201,0],"ix":2},"a":{"a":0,"k":[-19,51,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":164.4,"s":[30.769,30.769,100],"e":[100,100,100]},{"t":178.4310546875}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[282,130],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.216993459066,0.227943076339,0.333333333333,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-19,51],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":105.6,"op":855.6,"st":105.6,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":104.585,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":109.2,"s":[100],"e":[0]},{"t":121.199609375}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[199,201,0],"ix":2},"a":{"a":0,"k":[-19,51,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":104.4,"s":[30.769,30.769,100],"e":[100,100,100]},{"t":118.4310546875}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[282,130],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.216993459066,0.227943076339,0.333333333333,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-19,51],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":45.6,"op":795.6,"st":45.6,"bm":0}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Comp 1","parent":4,"refId":"comp_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-16,-54.5,0],"ix":2},"a":{"a":0,"k":[200,150,0],"ix":1},"s":{"a":0,"k":[88.017,88.017,100],"ix":6}},"ao":0,"w":400,"h":300,"ip":0,"op":272.4,"st":-152.4,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 5","parent":1,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":99.6,"s":[0],"e":[52.857]},{"t":109.1998046875}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[234.084,231.171,0],"ix":2},"a":{"a":0,"k":[-19,51,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":97.2,"s":[1.11,1.11,100],"e":[37.467,23.484,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":105.6,"s":[37.467,23.484,100],"e":[37.467,23.484,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":171.6,"s":[37.467,23.484,100],"e":[1.11,1.11,100]},{"t":175.1998046875}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[282,130],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-19,51],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"tr","p":{"a":0,"k":[2,48],"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":"Group 1","np":0,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":100,"op":177,"st":8.4,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 4","parent":4,"sr":1,"ks":{"o":{"a":0,"k":20,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[20.088,9.928,0],"ix":2},"a":{"a":0,"k":[-8.912,57.428,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[44.013,16.534],[0,0],[0,0]],"o":[[-52.413,-19.689],[0,0],[0,0]],"v":[[-53.013,40.966],[-90.5,64.5],[65.5,57.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.459331048704,0.894117647059,0.656961298924,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":50.4,"op":798,"st":50.4,"bm":0},{"ddd":0,"ind":4,"ty":3,"nm":"Shape Layer 3","parent":5,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-187.394,131.887,0],"ix":2},"a":{"a":0,"k":[-40,-13,0],"ix":1},"s":{"a":0,"k":[96.643,180.533,100],"ix":6}},"ao":0,"ip":50.4,"op":798,"st":50.4,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 2","parent":6,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-142.14,163.424,0],"ix":2},"a":{"a":0,"k":[-141.174,172.148,0],"ix":1},"s":{"a":0,"k":[100,96.644,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[8.698,-28.885]],"o":[[0,0],[-8.698,28.885]],"v":[[-143.544,92.48],[-135.624,205.05]],"c":false},"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],[8.698,-28.885]],"o":[[0,0],[-8.698,28.885]],"v":[[-201.76,143.551],[-135.624,205.05]],"c":false},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.009411756665,0.133333333333,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.164705882353,0.376470588235,0.254901960784,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-129.501,153.453],"ix":2},"a":{"a":0,"k":[-144.694,153.453],"ix":1},"s":{"a":0,"k":[89.5,100],"ix":3},"r":{"a":0,"k":13.119,"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[8.698,-28.885]],"o":[[0,0],[-8.698,28.885]],"v":[[-155.502,91.267],[-127.476,232.083]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.009411756665,0.133333333333,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.164705882353,0.376470588235,0.254901960784,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-77,-71.5],[137,-16]],"o":[[49,-60.5],[-143.248,16.73]],"v":[[26,-35.5],[45,50]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.009411756665,0.133333333333,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.166535943747,0.466666668653,0.294369399548,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-143,178],"ix":2},"a":{"a":0,"k":[24,5],"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":"Ellipse 1","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":27,"ix":1},"e":{"a":0,"k":71,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":4,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":50.4,"op":798,"st":50.4,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":105.6,"s":[179.826,211.801,0],"e":[179.826,217.801,0],"to":[0,1,0],"ti":[0,-1,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":109.2,"s":[179.826,217.801,0],"e":[179.826,217.801,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":112.8,"s":[179.826,217.801,0],"e":[179.826,211.801,0],"to":[0,-1,0],"ti":[0,1,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":117.6,"s":[179.826,211.801,0],"e":[179.826,211.801,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":165.6,"s":[179.826,211.801,0],"e":[179.826,215.801,0],"to":[0,0.66666668653488,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":168,"s":[179.826,215.801,0],"e":[179.826,211.801,0],"to":[0,0,0],"ti":[0,0.66666668653488,0]},{"t":175.1998046875}],"ix":2},"a":{"a":0,"k":[-141.174,172.148,0],"ix":1},"s":{"a":0,"k":[103.474,57.315,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-77,-71.5],[137,-16]],"o":[[49,-60.5],[-143.248,16.73]],"v":[[26,-35.5],[45,50]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.009024394727,0.121568627451,0.000476739687,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.156862745098,0.588235294118,0.352941176471,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-143,178],"ix":2},"a":{"a":0,"k":[24,5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":50.4,"op":798,"st":50.4,"bm":0}]},{"id":"comp_2","layers":[{"ddd":0,"ind":3,"ty":4,"nm":"hands 1","parent":4,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[81.092,72.853,0],"ix":2},"a":{"a":0,"k":[79.963,73.419,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":253.2,"s":[{"i":[[-2.828,-12.587],[-1.771,-1.094],[0,0],[-1.319,0.632],[0,0],[-1.076,0.622],[-0.483,1.701],[1.286,4.108]],"o":[[0.418,1.861],[0.786,-0.612],[0,0],[1.319,-0.632],[0,0],[0.906,-0.524],[0.108,-0.38],[-1.859,-5.935]],"v":[[76.957,78.243],[79.877,88.921],[81.509,83.111],[82.793,91.132],[83.511,83.405],[85.86,89.912],[86.006,82.658],[84.537,76.344]],"c":true}],"e":[{"i":[[-2.828,-12.587],[-3.966,2.919],[0,0],[-1.319,0.632],[0,0],[-1.076,0.622],[-0.483,1.701],[1.286,4.108]],"o":[[0.418,1.861],[5.515,-4.058],[0,0],[1.319,-0.632],[0,0],[0.906,-0.524],[0.108,-0.38],[-1.859,-5.935]],"v":[[79.146,77.848],[69.46,88.728],[77.245,83.756],[71.293,90.675],[78.874,84.226],[76.362,90.792],[85.325,79.187],[84.537,76.344]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":258,"s":[{"i":[[-2.828,-12.587],[-3.966,2.919],[0,0],[-1.319,0.632],[0,0],[-1.076,0.622],[-0.483,1.701],[1.286,4.108]],"o":[[0.418,1.861],[5.515,-4.058],[0,0],[1.319,-0.632],[0,0],[0.906,-0.524],[0.108,-0.38],[-1.859,-5.935]],"v":[[79.146,77.848],[69.46,88.728],[77.245,83.756],[71.293,90.675],[78.874,84.226],[76.362,90.792],[85.325,79.187],[84.537,76.344]],"c":true}],"e":[{"i":[[-2.828,-12.587],[-3.966,2.919],[0,0],[-1.319,0.632],[0,0],[-1.076,0.622],[-0.483,1.701],[1.286,4.108]],"o":[[0.418,1.861],[5.515,-4.058],[0,0],[1.319,-0.632],[0,0],[0.906,-0.524],[0.108,-0.38],[-1.859,-5.935]],"v":[[79.146,77.848],[69.46,88.728],[77.245,83.756],[71.293,90.675],[78.874,84.226],[76.362,90.792],[85.325,79.187],[84.537,76.344]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":315.6,"s":[{"i":[[-2.828,-12.587],[-3.966,2.919],[0,0],[-1.319,0.632],[0,0],[-1.076,0.622],[-0.483,1.701],[1.286,4.108]],"o":[[0.418,1.861],[5.515,-4.058],[0,0],[1.319,-0.632],[0,0],[0.906,-0.524],[0.108,-0.38],[-1.859,-5.935]],"v":[[79.146,77.848],[69.46,88.728],[77.245,83.756],[71.293,90.675],[78.874,84.226],[76.362,90.792],[85.325,79.187],[84.537,76.344]],"c":true}],"e":[{"i":[[-2.828,-12.587],[-1.771,-1.094],[0,0],[-1.319,0.632],[0,0],[-1.076,0.622],[-0.483,1.701],[1.286,4.108]],"o":[[0.418,1.861],[0.786,-0.612],[0,0],[1.319,-0.632],[0,0],[0.906,-0.524],[0.108,-0.38],[-1.859,-5.935]],"v":[[76.957,78.243],[79.877,88.921],[81.509,83.111],[82.793,91.132],[83.511,83.405],[85.86,89.912],[86.006,82.658],[84.537,76.344]],"c":true}]},{"t":321.599609375}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.454901960784,0.647058823529,0.498039215686,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":1,"ix":1},"e":{"a":0,"k":92,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":750,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"hands 2","parent":14,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":253.2,"s":[-82.605],"e":[10.395]},{"t":259.2001953125}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":252,"s":[93.553,105.776,0],"e":[69.593,109.523,0],"to":[-3.99325132369995,0.62440055608749,0],"ti":[3.99325132369995,-0.62440055608749,0]},{"t":256.7998046875}],"ix":2},"a":{"a":0,"k":[79.657,69.589,0],"ix":1},"s":{"a":0,"k":[191.401,191.401,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.026,-2.397],[-4.376,2.258],[0,0],[-1.319,0.632],[0,0],[-0.852,0.905],[0.156,1.195],[0.754,1.175],[-0.767,-2.74]],"o":[[-1.231,1.456],[5.2,-2.682],[0,0],[1.319,-0.632],[0,0],[6.858,-7.286],[-0.057,-0.431],[-1.003,-1.563],[0.37,1.322]],"v":[[79.814,79.127],[72.01,86.688],[77.245,83.756],[73.068,88.813],[80.28,84.212],[78.237,89.172],[86.376,77.624],[81.269,69.071],[77.958,70.931]],"c":true},"ix":2,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('hands 1').content('Shape 1').content('Path 1').path;"},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.580392156863,0.98431372549,0.670588235294,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":750,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"hands 4","parent":6,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[81.978,73.481,0],"ix":2},"a":{"a":0,"k":[80.85,74.046,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":246,"s":[{"i":[[-2.828,-12.587],[-3.966,2.919],[0,0],[-1.319,0.632],[0,0],[-1.076,0.622],[-0.483,1.701],[1.286,4.108]],"o":[[0.418,1.861],[5.515,-4.058],[0,0],[1.319,-0.632],[0,0],[0.906,-0.524],[0.108,-0.38],[-1.859,-5.935]],"v":[[79.146,77.848],[69.46,88.728],[77.245,83.756],[71.293,90.675],[78.874,84.226],[76.362,90.792],[85.325,79.187],[84.537,76.344]],"c":true}],"e":[{"i":[[4.724,-12.499],[-3.966,2.919],[0,0],[-1.319,0.632],[0,0],[-1.076,0.622],[-0.483,1.701],[-1.465,3.901]],"o":[[-1.162,3.076],[5.515,-4.058],[0,0],[1.319,-0.632],[0,0],[0.906,-0.524],[0.108,-0.38],[2.302,-6.128]],"v":[[73.545,76.843],[69.46,88.728],[73.458,83.694],[71.293,90.675],[75.086,84.165],[76.362,90.792],[79.159,80.786],[80.899,75.11]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":250.8,"s":[{"i":[[4.724,-12.499],[-3.966,2.919],[0,0],[-1.319,0.632],[0,0],[-1.076,0.622],[-0.483,1.701],[-1.465,3.901]],"o":[[-1.162,3.076],[5.515,-4.058],[0,0],[1.319,-0.632],[0,0],[0.906,-0.524],[0.108,-0.38],[2.302,-6.128]],"v":[[73.545,76.843],[69.46,88.728],[73.458,83.694],[71.293,90.675],[75.086,84.165],[76.362,90.792],[79.159,80.786],[80.899,75.11]],"c":true}],"e":[{"i":[[-2.828,-12.587],[-3.966,2.919],[0,0],[-1.319,0.632],[0,0],[-1.076,0.622],[-0.483,1.701],[1.286,4.108]],"o":[[0.418,1.861],[5.515,-4.058],[0,0],[1.319,-0.632],[0,0],[0.906,-0.524],[0.108,-0.38],[-1.859,-5.935]],"v":[[79.146,77.848],[69.46,88.728],[77.245,83.756],[71.293,90.675],[78.874,84.226],[76.362,90.792],[85.325,79.187],[84.537,76.344]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":256.8,"s":[{"i":[[-2.828,-12.587],[-3.966,2.919],[0,0],[-1.319,0.632],[0,0],[-1.076,0.622],[-0.483,1.701],[1.286,4.108]],"o":[[0.418,1.861],[5.515,-4.058],[0,0],[1.319,-0.632],[0,0],[0.906,-0.524],[0.108,-0.38],[-1.859,-5.935]],"v":[[79.146,77.848],[69.46,88.728],[77.245,83.756],[71.293,90.675],[78.874,84.226],[76.362,90.792],[85.325,79.187],[84.537,76.344]],"c":true}],"e":[{"i":[[-2.828,-12.587],[-3.966,2.919],[0,0],[-1.319,0.632],[0,0],[-1.076,0.622],[-0.483,1.701],[1.286,4.108]],"o":[[0.418,1.861],[5.515,-4.058],[0,0],[1.319,-0.632],[0,0],[0.906,-0.524],[0.108,-0.38],[-1.859,-5.935]],"v":[[79.146,77.848],[69.46,88.728],[77.245,83.756],[71.293,90.675],[78.874,84.226],[76.362,90.792],[85.325,79.187],[84.537,76.344]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":318,"s":[{"i":[[-2.828,-12.587],[-3.966,2.919],[0,0],[-1.319,0.632],[0,0],[-1.076,0.622],[-0.483,1.701],[1.286,4.108]],"o":[[0.418,1.861],[5.515,-4.058],[0,0],[1.319,-0.632],[0,0],[0.906,-0.524],[0.108,-0.38],[-1.859,-5.935]],"v":[[79.146,77.848],[69.46,88.728],[77.245,83.756],[71.293,90.675],[78.874,84.226],[76.362,90.792],[85.325,79.187],[84.537,76.344]],"c":true}],"e":[{"i":[[4.724,-12.499],[-3.966,2.919],[0,0],[-1.319,0.632],[0,0],[-1.076,0.622],[-0.483,1.701],[-1.465,3.901]],"o":[[-1.162,3.076],[5.515,-4.058],[0,0],[1.319,-0.632],[0,0],[0.906,-0.524],[0.108,-0.38],[2.302,-6.128]],"v":[[73.545,76.843],[69.46,88.728],[73.458,83.694],[71.293,90.675],[75.086,84.165],[76.362,90.792],[79.159,80.786],[80.899,75.11]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":322.8,"s":[{"i":[[4.724,-12.499],[-3.966,2.919],[0,0],[-1.319,0.632],[0,0],[-1.076,0.622],[-0.483,1.701],[-1.465,3.901]],"o":[[-1.162,3.076],[5.515,-4.058],[0,0],[1.319,-0.632],[0,0],[0.906,-0.524],[0.108,-0.38],[2.302,-6.128]],"v":[[73.545,76.843],[69.46,88.728],[73.458,83.694],[71.293,90.675],[75.086,84.165],[76.362,90.792],[79.159,80.786],[80.899,75.11]],"c":true}],"e":[{"i":[[-2.828,-12.587],[-3.966,2.919],[0,0],[-1.319,0.632],[0,0],[-1.076,0.622],[-0.483,1.701],[1.286,4.108]],"o":[[0.418,1.861],[5.515,-4.058],[0,0],[1.319,-0.632],[0,0],[0.906,-0.524],[0.108,-0.38],[-1.859,-5.935]],"v":[[79.146,77.848],[69.46,88.728],[77.245,83.756],[71.293,90.675],[78.874,84.226],[76.362,90.792],[85.325,79.187],[84.537,76.344]],"c":true}]},{"t":328.7998046875}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.454901960784,0.647058823529,0.498039215686,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":1,"ix":1},"e":{"a":0,"k":92,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":750,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"hands 3","parent":14,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":253.2,"s":[-112.605],"e":[-69.855]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":255.6,"s":[-69.855],"e":[-47.605]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":258,"s":[-47.605],"e":[-47.605]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":315.6,"s":[-47.605],"e":[1.395]},{"t":326.400390625}],"ix":10},"p":{"a":0,"k":[98.093,108.023,0],"ix":2},"a":{"a":0,"k":[79.657,69.589,0],"ix":1},"s":{"a":0,"k":[-191.401,191.401,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.026,-2.397],[-4.376,2.258],[0,0],[-1.319,0.632],[0,0],[-0.852,0.905],[0.156,1.195],[0.754,1.175],[-0.767,-2.74]],"o":[[-1.231,1.456],[5.2,-2.682],[0,0],[1.319,-0.632],[0,0],[6.858,-7.286],[-0.057,-0.431],[-1.003,-1.563],[0.37,1.322]],"v":[[79.814,79.127],[72.01,86.688],[77.245,83.756],[73.068,88.813],[80.28,84.212],[78.237,89.172],[86.376,77.624],[81.269,69.071],[77.958,70.931]],"c":true},"ix":2,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('hands 4').content('Shape 1').content('Path 1').path;"},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.580392156863,0.98431372549,0.670588235294,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":750,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":" foot 2","parent":10,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":322.8,"s":[46],"e":[-44]},{"t":326.400390625}],"ix":10},"p":{"a":0,"k":[82.413,77.145,0],"ix":2},"a":{"a":0,"k":[85.094,76.955,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":254.4,"s":[115.738,115.738,100],"e":[237.208,294.678,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":256.8,"s":[237.208,294.678,100],"e":[115.738,115.738,100]},{"t":258}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.4,-1.295],[-3.966,2.919],[0,0],[-1.319,0.632],[0,0],[-1.076,0.622],[-0.483,1.701]],"o":[[-1.4,1.295],[5.515,-4.058],[0,0],[1.319,-0.632],[0,0],[0.906,-0.524],[0.483,-1.701]],"v":[[84.339,75.708],[69.46,88.728],[77.245,83.756],[71.293,90.675],[78.874,84.226],[76.362,90.792],[86.014,77.773]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.454901960784,0.647058823529,0.498039215686,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":1,"ix":1},"e":{"a":0,"k":92,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":750,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":" foot","parent":10,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":322.8,"s":[46],"e":[-44]},{"t":326.400390625}],"ix":10},"p":{"a":0,"k":[83.656,77.24,0],"ix":2},"a":{"a":0,"k":[85.094,76.955,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":254.4,"s":[115.738,115.738,100],"e":[237.208,294.678,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":256.8,"s":[237.208,294.678,100],"e":[115.738,115.738,100]},{"t":258}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.4,-1.295],[-3.966,2.919],[0,0],[-1.319,0.632],[0,0],[-1.076,0.622],[-0.483,1.701]],"o":[[-1.4,1.295],[5.515,-4.058],[0,0],[1.319,-0.632],[0,0],[0.906,-0.524],[0.483,-1.701]],"v":[[84.339,75.708],[69.46,88.728],[77.245,83.756],[71.293,90.675],[78.874,84.226],[76.362,90.792],[86.014,77.773]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.580392156863,0.98431372549,0.670588235294,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":750,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":" leg 2","parent":10,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-2.456,"ix":10},"p":{"a":0,"k":[67,34,0],"ix":2},"a":{"a":0,"k":[67,34,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.595,-3.073],[0,0],[0,0],[1.914,17.446]],"o":[[1.714,8.849],[0,0],[0,0],[-2.089,-19.046]],"v":[[64.314,33.207],[82,75.5],[84.913,76.772],[79.5,45.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":0,"k":3,"ix":1},"e":{"a":0,"k":36,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.454901960784,0.647058823529,0.498039215686,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":4,"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":750,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":" leg","parent":12,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":246,"s":[10.216],"e":[2.181]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":247.2,"s":[2.181],"e":[15.419]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":248.4,"s":[15.419],"e":[65.782]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":249.6,"s":[65.782],"e":[166.974]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":250.8,"s":[166.974],"e":[166.974]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":254.4,"s":[166.974],"e":[92.415]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":255.6,"s":[92.415],"e":[18.189]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":256.8,"s":[18.189],"e":[3.002]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":258,"s":[3.002],"e":[1.5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":259.2,"s":[1.5],"e":[0.489]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":260.4,"s":[0.489],"e":[-0.111]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":261.6,"s":[-0.111],"e":[-0.103]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":262.8,"s":[-0.103],"e":[-0.094]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":264,"s":[-0.094],"e":[-0.083]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":265.2,"s":[-0.083],"e":[-0.07]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":266.4,"s":[-0.07],"e":[-0.056]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":267.6,"s":[-0.056],"e":[-0.04]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":268.8,"s":[-0.04],"e":[-0.022]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":270,"s":[-0.022],"e":[-0.002]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":271.2,"s":[-0.002],"e":[0.019]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":272.4,"s":[0.019],"e":[0.017]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":273.6,"s":[0.017],"e":[-0.006]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":274.8,"s":[-0.006],"e":[-0.03]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":276,"s":[-0.03],"e":[-0.056]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":277.2,"s":[-0.056],"e":[-0.082]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":278.4,"s":[-0.082],"e":[-0.11]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":279.6,"s":[-0.11],"e":[-0.138]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":280.8,"s":[-0.138],"e":[-0.166]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":282,"s":[-0.166],"e":[-0.194]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":283.2,"s":[-0.194],"e":[-0.223]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":284.4,"s":[-0.223],"e":[-0.251]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":285.6,"s":[-0.251],"e":[-0.28]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":286.8,"s":[-0.28],"e":[-0.31]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":288,"s":[-0.31],"e":[-0.339]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":289.2,"s":[-0.339],"e":[-0.369]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":290.4,"s":[-0.369],"e":[-0.399]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":291.6,"s":[-0.399],"e":[-0.429]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":292.8,"s":[-0.429],"e":[-0.458]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":294,"s":[-0.458],"e":[-0.487]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":295.2,"s":[-0.487],"e":[-0.489]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":296.4,"s":[-0.489],"e":[-0.459]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":297.6,"s":[-0.459],"e":[-0.429]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":298.8,"s":[-0.429],"e":[-0.399]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":300,"s":[-0.399],"e":[-0.371]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":301.2,"s":[-0.371],"e":[-0.344]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":302.4,"s":[-0.344],"e":[-0.319]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":303.6,"s":[-0.319],"e":[-0.295]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":304.8,"s":[-0.295],"e":[-0.273]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":306,"s":[-0.273],"e":[-0.252]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":307.2,"s":[-0.252],"e":[-0.233]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":308.4,"s":[-0.233],"e":[-0.215]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":309.6,"s":[-0.215],"e":[-0.199]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":310.8,"s":[-0.199],"e":[0.348]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":312,"s":[0.348],"e":[1.9]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":313.2,"s":[1.9],"e":[4.347]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":314.4,"s":[4.347],"e":[7.432]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":315.6,"s":[7.432],"e":[10.781]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":316.8,"s":[10.781],"e":[13.992]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":318,"s":[13.992],"e":[16.689]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":319.2,"s":[16.689],"e":[18.535]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":320.4,"s":[18.535],"e":[19.219]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":321.6,"s":[19.219],"e":[27.982]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":322.8,"s":[27.982],"e":[54.413]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":324,"s":[54.413],"e":[107.606]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":325.2,"s":[107.606],"e":[166.974]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":326.4,"s":[166.974],"e":[166.974]},{"t":336}],"ix":10},"p":{"a":0,"k":[54.948,62.638,0],"ix":2},"a":{"a":0,"k":[67,34,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.595,-3.073],[0,0],[0,0],[1.914,17.446]],"o":[[1.714,8.849],[0,0],[0,0],[-2.089,-19.046]],"v":[[64.314,33.207],[82,75.5],[84.913,76.772],[79.5,45.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.580392156863,0.98431372549,0.670588235294,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":750,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":" hip 2","parent":12,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":1.479,"ix":10},"p":{"a":0,"k":[83.198,104.377,0],"ix":2},"a":{"a":0,"k":[83.198,104.377,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.109,-19.969],[-3.214,-3.773],[0,0],[8.864,12.804]],"o":[[0.5,9],[3.214,3.773],[0,0],[-4.5,-6.5]],"v":[[63.5,38],[92.827,74.791],[95.202,72.138],[83,44.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.454901960784,0.647058823529,0.498039215686,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-10.5,30],"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":50,"ix":1},"e":{"a":0,"k":93,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":750,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":" hip","parent":14,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":246,"s":[126.079],"e":[151.34]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":247.2,"s":[151.34],"e":[241.142]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":248.4,"s":[241.142],"e":[-115.757]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":249.6,"s":[-115.757],"e":[-149.247]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":250.8,"s":[-149.247],"e":[-130.279]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":252,"s":[-130.279],"e":[-114.109]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":253.2,"s":[-114.109],"e":[-107.639]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":254.4,"s":[-107.639],"e":[-62.494]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":255.6,"s":[-62.494],"e":[-29.386]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":256.8,"s":[-29.386],"e":[311.375]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":258,"s":[311.375],"e":[331.915]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":259.2,"s":[331.915],"e":[331.978]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":260.4,"s":[331.978],"e":[332.386]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":261.6,"s":[332.386],"e":[332.373]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":262.8,"s":[332.373],"e":[332.357]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":264,"s":[332.357],"e":[332.339]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":265.2,"s":[332.339],"e":[332.317]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":266.4,"s":[332.317],"e":[332.293]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":267.6,"s":[332.293],"e":[332.266]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":268.8,"s":[332.266],"e":[332.236]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":270,"s":[332.236],"e":[332.203]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":271.2,"s":[332.203],"e":[332.168]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":272.4,"s":[332.168],"e":[332.171]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":273.6,"s":[332.171],"e":[332.21]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":274.8,"s":[332.21],"e":[332.25]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":276,"s":[332.25],"e":[332.293]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":277.2,"s":[332.293],"e":[332.338]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":278.4,"s":[332.338],"e":[332.384]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":279.6,"s":[332.384],"e":[332.432]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":280.8,"s":[332.432],"e":[332.48]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":282,"s":[332.48],"e":[332.528]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":283.2,"s":[332.528],"e":[332.577]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":284.4,"s":[332.577],"e":[332.627]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":285.6,"s":[332.627],"e":[332.677]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":286.8,"s":[332.677],"e":[332.728]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":288,"s":[332.728],"e":[332.78]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":289.2,"s":[332.78],"e":[332.832]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":290.4,"s":[332.832],"e":[332.885]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":291.6,"s":[332.885],"e":[332.938]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":292.8,"s":[332.938],"e":[332.989]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":294,"s":[332.989],"e":[333.042]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":295.2,"s":[333.042],"e":[333.044]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":296.4,"s":[333.044],"e":[332.991]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":297.6,"s":[332.991],"e":[332.938]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":298.8,"s":[332.938],"e":[332.885]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":300,"s":[332.885],"e":[332.835]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":301.2,"s":[332.835],"e":[332.788]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":302.4,"s":[332.788],"e":[332.744]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":303.6,"s":[332.744],"e":[332.703]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":304.8,"s":[332.703],"e":[332.664]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":306,"s":[332.664],"e":[332.629]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":307.2,"s":[332.629],"e":[332.595]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":308.4,"s":[332.595],"e":[332.565]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":309.6,"s":[332.565],"e":[332.537]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":310.8,"s":[332.537],"e":[329.584]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":312,"s":[329.584],"e":[322.422]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":313.2,"s":[322.422],"e":[313.456]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":314.4,"s":[313.456],"e":[304.274]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":315.6,"s":[304.274],"e":[295.698]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":316.8,"s":[295.698],"e":[288.223]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":318,"s":[288.223],"e":[282.278]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":319.2,"s":[282.278],"e":[278.321]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":320.4,"s":[278.321],"e":[276.871]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":321.6,"s":[276.871],"e":[271.814]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":322.8,"s":[271.814],"e":[259.553]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":324,"s":[259.553],"e":[236.732]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":325.2,"s":[236.732],"e":[212.404]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":326.4,"s":[212.404],"e":[217.963]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":327.6,"s":[217.963],"e":[224.588]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":328.8,"s":[224.588],"e":[231.936]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":330,"s":[231.936],"e":[239.699]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":331.2,"s":[239.699],"e":[247.511]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":332.4,"s":[247.511],"e":[254.887]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":333.6,"s":[254.887],"e":[261.243]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":334.8,"s":[261.243],"e":[265.984]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":336,"s":[265.984],"e":[268.573]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":337.2,"s":[268.573],"e":[269.265]},{"t":338.400390625}],"ix":10},"p":{"a":0,"k":[51.5,113.5,0],"ix":2},"a":{"a":0,"k":[83.198,104.377,0],"ix":1},"s":{"a":0,"k":[134.731,134.731,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.109,-19.969],[-3.214,-3.773],[0,0],[8.864,12.804]],"o":[[0.5,9],[3.214,3.773],[0,0],[-4.5,-6.5]],"v":[[63.5,38],[92.827,74.791],[95.202,72.138],[83,44.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.580392156863,0.98431372549,0.670588235294,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-10.5,30],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":750,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":0,"nm":"bodu","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":249.6,"s":[119],"e":[84]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":254.4,"s":[84],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":259.2,"s":[0],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":310.8,"s":[0],"e":[46]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":321.6,"s":[46],"e":[0]},{"t":338.400390625}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":246,"s":[-73.5,-107.5,0],"e":[237.914,225.842,0],"to":[289.069030761719,82.0569763183594,0],"ti":[-0.51021790504456,1.35168278217316,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":258,"s":[237.914,225.842,0],"e":[237.914,225.842,0],"to":[0.29637637734413,-0.78516811132431,0],"ti":[-0.51021790504456,1.35168278217316,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":321.6,"s":[237.914,225.842,0],"e":[695.5,-92.5,0],"to":[0.29637637734413,-0.78516811132431,0],"ti":[-275.474670410156,-30.6411037445068,0]},{"t":337.2001953125}],"ix":2},"a":{"a":0,"k":[78.5,119,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":255.6,"s":[100,100,100],"e":[100,80.709,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":256.8,"s":[100,80.709,100],"e":[100,64.799,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":258,"s":[100,64.799,100],"e":[100,115.713,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":259.2,"s":[100,115.713,100],"e":[100,100,100]},{"t":261.599609375}],"ix":6}},"ao":0,"w":161,"h":148,"ip":0,"op":4620,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"b foot 2","parent":18,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":254.4,"s":[-67],"e":[-182]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":256.8,"s":[-182],"e":[-182]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":315.6,"s":[-182],"e":[-134]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":321.6,"s":[-134],"e":[-73]},{"t":326.400390625}],"ix":10},"p":{"a":0,"k":[83.898,76.751,0],"ix":2},"a":{"a":0,"k":[85.094,76.955,0],"ix":1},"s":{"a":0,"k":[107.637,107.637,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.129,0.084],[0,0],[0,0],[0,0],[0,0],[-0.314,3.041]],"o":[[0,0],[1.065,1.107],[0,0],[0,0],[0,0],[0,0],[0.314,-3.041]],"v":[[84.339,75.708],[68.118,89.23],[77,83],[69.071,91.118],[78.8,84.3],[70.917,93.329],[85.546,77.871]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":0,"k":2,"ix":1},"e":{"a":0,"k":94,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.454901960784,0.647058823529,0.498039215686,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-0.184,0.678],"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":750,"st":0,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"b foot","parent":18,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":254.4,"s":[-67],"e":[-182]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":256.8,"s":[-182],"e":[-182]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":315.6,"s":[-182],"e":[-134]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":321.6,"s":[-134],"e":[-73]},{"t":326.400390625}],"ix":10},"p":{"a":0,"k":[83.656,77.24,0],"ix":2},"a":{"a":0,"k":[85.094,76.955,0],"ix":1},"s":{"a":0,"k":[107.637,107.637,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.129,0.084],[0,0],[0,0],[0,0],[0,0],[-0.314,3.041]],"o":[[0,0],[1.065,1.107],[0,0],[0,0],[0,0],[0,0],[0.314,-3.041]],"v":[[84.339,75.708],[68.118,89.23],[77,83],[69.071,91.118],[78.8,84.3],[70.917,93.329],[85.546,77.871]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.580392156863,0.98431372549,0.670588235294,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":750,"st":0,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"b leg 2","parent":18,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":358.17,"ix":10},"p":{"a":0,"k":[67,34,0],"ix":2},"a":{"a":0,"k":[67,34,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.595,-3.073],[0,0],[0,0],[1.914,17.446]],"o":[[1.714,8.849],[0,0],[0,0],[-2.089,-19.046]],"v":[[64.314,33.207],[82,75.5],[84.913,76.772],[79.5,45.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.454901960784,0.647058823529,0.498039215686,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tm","s":{"a":0,"k":53,"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":4,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":750,"st":0,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"b leg","parent":20,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":246,"s":[103.083],"e":[84.891]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":247.2,"s":[84.891],"e":[50.122]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":248.4,"s":[50.122],"e":[33.964]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":249.6,"s":[33.964],"e":[82.762]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":250.8,"s":[82.762],"e":[167.848]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":252,"s":[167.848],"e":[167.848]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":253.2,"s":[167.848],"e":[111.683]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":254.4,"s":[111.683],"e":[297.476]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":255.6,"s":[297.476],"e":[312.182]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":256.8,"s":[312.182],"e":[331.186]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":258,"s":[331.186],"e":[333.827]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":259.2,"s":[333.827],"e":[333.571]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":260.4,"s":[333.571],"e":[333.303]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":261.6,"s":[333.303],"e":[333.304]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":262.8,"s":[333.304],"e":[333.305]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":264,"s":[333.305],"e":[333.307]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":265.2,"s":[333.307],"e":[333.309]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":266.4,"s":[333.309],"e":[333.311]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":267.6,"s":[333.311],"e":[333.313]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":268.8,"s":[333.313],"e":[333.316]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":270,"s":[333.316],"e":[333.319]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":271.2,"s":[333.319],"e":[333.322]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":272.4,"s":[333.322],"e":[333.321]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":273.6,"s":[333.321],"e":[333.318]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":274.8,"s":[333.318],"e":[333.315]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":276,"s":[333.315],"e":[333.311]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":277.2,"s":[333.311],"e":[333.307]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":278.4,"s":[333.307],"e":[333.303]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":279.6,"s":[333.303],"e":[333.299]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":280.8,"s":[333.299],"e":[333.294]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":282,"s":[333.294],"e":[333.29]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":283.2,"s":[333.29],"e":[333.285]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":284.4,"s":[333.285],"e":[333.281]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":285.6,"s":[333.281],"e":[333.276]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":286.8,"s":[333.276],"e":[333.271]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":288,"s":[333.271],"e":[333.266]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":289.2,"s":[333.266],"e":[333.261]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":290.4,"s":[333.261],"e":[333.255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":291.6,"s":[333.255],"e":[333.25]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":292.8,"s":[333.25],"e":[333.245]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":294,"s":[333.245],"e":[333.239]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":295.2,"s":[333.239],"e":[333.239]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":296.4,"s":[333.239],"e":[333.244]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":297.6,"s":[333.244],"e":[333.25]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":298.8,"s":[333.25],"e":[333.255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":300,"s":[333.255],"e":[333.26]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":301.2,"s":[333.26],"e":[333.265]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":302.4,"s":[333.265],"e":[333.269]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":303.6,"s":[333.269],"e":[333.273]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":304.8,"s":[333.273],"e":[333.277]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":306,"s":[333.277],"e":[333.28]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":307.2,"s":[333.28],"e":[333.284]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":308.4,"s":[333.284],"e":[333.286]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":309.6,"s":[333.286],"e":[333.289]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":310.8,"s":[333.289],"e":[333.379]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":312,"s":[333.379],"e":[333.538]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":313.2,"s":[333.538],"e":[333.558]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":314.4,"s":[333.558],"e":[333.26]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":315.6,"s":[333.26],"e":[332.599]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":316.8,"s":[332.599],"e":[331.686]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":318,"s":[331.686],"e":[330.743]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":319.2,"s":[330.743],"e":[330.018]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":320.4,"s":[330.018],"e":[329.734]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":321.6,"s":[329.734],"e":[334.725]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":322.8,"s":[334.725],"e":[324.141]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":324,"s":[324.141],"e":[286.131]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":325.2,"s":[286.131],"e":[213.529]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":326.4,"s":[213.529],"e":[167.848]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":327.6,"s":[167.848],"e":[167.848]},{"t":338.400390625}],"ix":10},"p":{"a":0,"k":[56.132,62.07,0],"ix":2},"a":{"a":0,"k":[67,34,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.595,-3.073],[0,0],[0,0],[1.914,17.446]],"o":[[1.714,8.849],[0,0],[0,0],[-2.089,-19.046]],"v":[[64.314,33.207],[82,75.5],[84.913,76.772],[79.5,45.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.580392156863,0.98431372549,0.670588235294,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":750,"st":0,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"b hip 2","parent":20,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-4.525,"ix":10},"p":{"a":0,"k":[85.494,103.954,0],"ix":2},"a":{"a":0,"k":[83.582,103.989,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.109,-19.969],[0,0],[0,0],[8.864,12.804]],"o":[[0.5,9],[0,0],[0,0],[-4.5,-6.5]],"v":[[63.5,38],[93,74.5],[96,74.5],[83,44.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":0,"k":44,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.454901960784,0.647058823529,0.498039215686,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-10.5,30],"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":750,"st":0,"bm":0},{"ddd":0,"ind":20,"ty":4,"nm":"b hip","parent":14,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":246,"s":[29.223],"e":[34.715]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":247.2,"s":[34.715],"e":[35.457]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":248.4,"s":[35.457],"e":[-10.165]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":249.6,"s":[-10.165],"e":[-67.552]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":250.8,"s":[-67.552],"e":[-105.528]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":252,"s":[-105.528],"e":[-94.352]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":253.2,"s":[-94.352],"e":[-41.176]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":254.4,"s":[-41.176],"e":[24.959]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":255.6,"s":[24.959],"e":[20.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":256.8,"s":[20.356],"e":[35.681]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":258,"s":[35.681],"e":[76.745]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":259.2,"s":[76.745],"e":[73.728]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":260.4,"s":[73.728],"e":[70.896]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":261.6,"s":[70.896],"e":[70.928]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":262.8,"s":[70.928],"e":[70.968]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":264,"s":[70.968],"e":[71.016]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":265.2,"s":[71.016],"e":[71.071]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":266.4,"s":[71.071],"e":[71.134]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":267.6,"s":[71.134],"e":[71.203]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":268.8,"s":[71.203],"e":[71.28]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":270,"s":[71.28],"e":[71.365]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":271.2,"s":[71.365],"e":[71.455]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":272.4,"s":[71.455],"e":[71.447]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":273.6,"s":[71.447],"e":[71.347]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":274.8,"s":[71.347],"e":[71.244]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":276,"s":[71.244],"e":[71.134]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":277.2,"s":[71.134],"e":[71.018]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":278.4,"s":[71.018],"e":[70.899]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":279.6,"s":[70.899],"e":[70.779]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":280.8,"s":[70.779],"e":[70.657]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":282,"s":[70.657],"e":[70.534]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":283.2,"s":[70.534],"e":[70.41]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":284.4,"s":[70.41],"e":[70.286]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":285.6,"s":[70.286],"e":[70.16]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":286.8,"s":[70.16],"e":[70.033]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":288,"s":[70.033],"e":[69.905]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":289.2,"s":[69.905],"e":[69.775]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":290.4,"s":[69.775],"e":[69.644]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":291.6,"s":[69.644],"e":[69.515]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":292.8,"s":[69.515],"e":[69.388]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":294,"s":[69.388],"e":[69.26]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":295.2,"s":[69.26],"e":[69.254]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":296.4,"s":[69.254],"e":[69.383]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":297.6,"s":[69.383],"e":[69.515]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":298.8,"s":[69.515],"e":[69.643]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":300,"s":[69.643],"e":[69.767]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":301.2,"s":[69.767],"e":[69.883]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":302.4,"s":[69.883],"e":[69.993]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":303.6,"s":[69.993],"e":[70.096]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":304.8,"s":[70.096],"e":[70.192]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":306,"s":[70.192],"e":[70.281]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":307.2,"s":[70.281],"e":[70.365]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":308.4,"s":[70.365],"e":[70.442]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":309.6,"s":[70.442],"e":[70.513]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":310.8,"s":[70.513],"e":[67.877]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":312,"s":[67.877],"e":[60.564]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":313.2,"s":[60.564],"e":[49.715]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":314.4,"s":[49.715],"e":[36.786]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":315.6,"s":[36.786],"e":[23.552]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":316.8,"s":[23.552],"e":[11.675]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":318,"s":[11.675],"e":[2.335]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":319.2,"s":[2.335],"e":[-3.729]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":320.4,"s":[-3.729],"e":[-5.911]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":321.6,"s":[-5.911],"e":[24.374]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":322.8,"s":[24.374],"e":[100.042]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":324,"s":[100.042],"e":[136.911]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":325.2,"s":[136.911],"e":[181.552]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":326.4,"s":[181.552],"e":[212.166]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":327.6,"s":[212.166],"e":[220.433]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":328.8,"s":[220.433],"e":[228.707]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":330,"s":[228.707],"e":[237.011]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":331.2,"s":[237.011],"e":[245.135]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":332.4,"s":[245.135],"e":[252.679]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":333.6,"s":[252.679],"e":[259.105]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":334.8,"s":[259.105],"e":[263.85]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":336,"s":[263.85],"e":[266.39]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":337.2,"s":[266.39],"e":[267.047]},{"t":338.400390625}],"ix":10},"p":{"a":0,"k":[91.75,118.25,0],"ix":2},"a":{"a":0,"k":[83.582,103.989,0],"ix":1},"s":{"a":0,"k":[134.731,134.731,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.109,-19.969],[0,0],[0,0],[8.864,12.804]],"o":[[0.5,9],[0,0],[0,0],[-4.5,-6.5]],"v":[[63.5,38],[93,74.5],[96,74.5],[83,44.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.580392156863,0.98431372549,0.670588235294,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-10.5,30],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":750,"st":0,"bm":0}]},{"id":"comp_3","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 18","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-37,"ix":10},"p":{"a":0,"k":[106.5,42,0],"ix":2},"a":{"a":0,"k":[12.466,-0.019,0],"ix":1},"s":{"a":0,"k":[-48.506,55.448,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-18.852,6.148],[0,0]],"o":[[18.852,-6.148],[0,0]],"v":[[-23.77,0.82],[25,3.279]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.043137254902,0.039215686275,0.027450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-2.5,10],"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":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-14.959,0.178],[-1.23,-1.968]],"o":[[0,0],[6.116,-0.073],[4.237,6.78]],"v":[[-17.213,7.627],[5.744,2.966],[25.212,5.508]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.043137254902,0.039215686275,0.027450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-2.5,10],"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,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[50,50],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.454901960784,0.647058823529,0.498039215686,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Ellipse 1","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":289.2,"op":294,"st":-151.2,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 17","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[64.75,57.25,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[68,68,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-18.852,6.148],[0,0]],"o":[[18.852,-6.148],[0,0]],"v":[[-23.035,2.658],[25.735,5.117]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.043137254902,0.039215686275,0.027450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,5],"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":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-14.959,0.178],[-1.23,-1.968]],"o":[[0,0],[6.116,-0.073],[4.237,6.78]],"v":[[-17.213,7.627],[5.744,2.966],[25.212,5.508]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.043137254902,0.039215686275,0.027450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,5],"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,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[50,50],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.454901960784,0.647058823529,0.498039215686,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Ellipse 1","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":289.2,"op":294,"st":-151.2,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 16","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-37,"ix":10},"p":{"a":0,"k":[106.5,42,0],"ix":2},"a":{"a":0,"k":[12.466,-0.019,0],"ix":1},"s":{"a":0,"k":[-48.506,55.448,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-18.852,6.148],[0,0]],"o":[[18.852,-6.148],[0,0]],"v":[[-23.77,0.82],[25,3.279]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.043137254902,0.039215686275,0.027450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-2.5,10],"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":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-14.959,0.178],[-1.23,-1.968]],"o":[[0,0],[6.116,-0.073],[4.237,6.78]],"v":[[-17.213,7.627],[5.744,2.966],[25.212,5.508]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.043137254902,0.039215686275,0.027450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-2.5,10],"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,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[50,50],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.454901960784,0.647058823529,0.498039215686,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Ellipse 1","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":248.4,"op":258,"st":-192,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 15","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[64.75,57.25,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[68,68,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-18.852,6.148],[0,0]],"o":[[18.852,-6.148],[0,0]],"v":[[-23.035,2.658],[25.735,5.117]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.043137254902,0.039215686275,0.027450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,5],"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":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-14.959,0.178],[-1.23,-1.968]],"o":[[0,0],[6.116,-0.073],[4.237,6.78]],"v":[[-17.213,7.627],[5.744,2.966],[25.212,5.508]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.043137254902,0.039215686275,0.027450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,5],"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,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[50,50],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.454901960784,0.647058823529,0.498039215686,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Ellipse 1","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":248.4,"op":258,"st":-192,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 5","parent":7,"td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[101.695,101.695,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[50,50],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.360784313725,0.237693188237,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":4620,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 4","tt":1,"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},"n":"0p833_0p833_0p167_0p167","t":267.6,"s":[79.5,63,0],"e":[65.5,61,0],"to":[-2.33333325386047,-0.33333334326744,0],"ti":[3.91666674613953,0.58333331346512,0]},{"t":278.4,"s":[65.5,61,0],"h":1},{"t":303.6,"s":[65.5,61,0],"h":1},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":308.4,"s":[65.5,61,0],"e":[76.5,51.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":313.2001953125}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[59,59,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[50,50],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.043137254902,0.039215686275,0.027450980392,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":4620,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[66,57.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[59,59,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[50,50],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":4620,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 9","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[65.25,58.25,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[59,59,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[50,50],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.454901960784,0.647058823529,0.498039215686,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-2.966,-2.542],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":4620,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Shape Layer 8","parent":11,"td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[50,50],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.360784313725,0.237693188237,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":4620,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Shape Layer 7","tt":1,"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},"n":"0p833_0p833_0p167_0p167","t":267.6,"s":[123,45.5,0],"e":[109,43.5,0],"to":[-2.33333325386047,-0.33333334326744,0],"ti":[2.33333325386047,0.33333334326744,0]},{"t":278.4,"s":[109,43.5,0],"h":1},{"t":303.6,"s":[109,43.5,0],"h":1},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":308.4,"s":[109,43.5,0],"e":[120,34,0],"to":[1.83333337306976,-1.58333337306976,0],"ti":[-1.83333337306976,1.58333337306976,0]},{"t":313.2001953125}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[59,59,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[50,50],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.043137254902,0.039215686275,0.027450980392,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":4620,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Shape Layer 6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-17,"ix":10},"p":{"a":0,"k":[111.5,38.75,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[37,51,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[50,50],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":4620,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Shape Layer 10","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-17,"ix":10},"p":{"a":0,"k":[111.8,38.658,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[37,51,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[50,50],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.454901960784,0.647058823529,0.498039215686,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1.271,-2.966],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":4620,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Shape Layer 13","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[92.5,60,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[58.181,58.181,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-34.474,-71.265],[11.362,-6.173],[41.27,1.739],[14.973,12.223],[-9.03,19.603]],"o":[[4.742,9.803],[-11.362,6.173],[-35.746,-1.507],[-32.545,-26.567],[36.672,-79.61]],"v":[[70.568,-21.257],[25.972,12.166],[-43.409,34.417],[-68.609,100.386],[-87.805,-11.193]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":0,"k":25,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.454901960784,0.647058823529,0.498039215686,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0.568],"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":"Ellipse 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":4620,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"Shape Layer 12","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[90.5,58,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[58.181,58.181,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-34.474,-71.265],[11.362,-6.173],[41.27,1.739],[14.973,12.223],[-9.03,19.603]],"o":[[4.742,9.803],[-11.362,6.173],[-35.746,-1.507],[-32.545,-26.567],[36.672,-79.61]],"v":[[70.568,-21.257],[25.972,12.166],[-43.409,34.417],[-68.609,100.386],[-87.805,-11.193]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":0,"k":100,"ix":1},"e":{"a":0,"k":46,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.454901960784,0.647058823529,0.498039215686,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0.568],"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":"Ellipse 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":4620,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"Shape Layer 11","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[92.5,60,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[58.181,58.181,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-34.474,-71.265],[11.362,-6.173],[41.27,1.739],[14.973,12.223],[-9.03,19.603]],"o":[[4.742,9.803],[-11.362,6.173],[-35.746,-1.507],[-32.545,-26.567],[36.672,-79.61]],"v":[[70.568,-21.257],[25.972,12.166],[-43.409,34.417],[-68.609,100.386],[-87.805,-11.193]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.580392156863,0.98431372549,0.670588235294,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0.568],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":4620,"st":0,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"Shape Layer 14","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[90,42.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[45.092,45.092,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[35.427,-26.413],[15.901,-11.119],[17.631,8.526],[-6.096,15.754]],"o":[[-50.802,37.876],[-28.104,19.652],[-20.371,-9.851],[22.492,-58.126]],"v":[[62.834,-8.366],[14.169,53.324],[-42.852,38.722],[-74.485,2.127]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.96862745098,0.756862745098,0.733333333333,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0.568],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":4620,"st":0,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"Shape Layer 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[92.5,60,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[58.181,58.181,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[35.427,-26.413],[20.206,-4.907],[-11.372,29.389]],"o":[[-50.802,37.876],[-110.334,26.796],[22.492,-58.126]],"v":[[62.834,-8.366],[4.716,111.762],[-74.485,2.127]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941176470588,0.925490196078,0.341176470588,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0.568],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":4620,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Pre-comp 2","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200,150,0],"ix":2},"a":{"a":0,"k":[200,150,0],"ix":1},"s":{"a":0,"k":[83.608,83.608,100],"ix":6}},"ao":0,"w":400,"h":300,"ip":-6,"op":147.4,"st":-53,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/funky_chicken.json b/ohos/flutter_lottie/assets/lottiefiles/funky_chicken.json new file mode 100644 index 0000000000000000000000000000000000000000..9870f71602f505cddefb0d2718b5d5b4a2bd142b --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/funky_chicken.json @@ -0,0 +1 @@ +{"v":"5.1.14","fr":30,"ip":0,"op":32,"w":512,"h":512,"nm":"cipa 3","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":0,"nm":"cipa","refId":"comp_1","sr":0.8,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[442,468,0],"ix":2},"a":{"a":0,"k":[450,450,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":900,"h":900,"ip":0,"op":32,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Слой-фигура 1","sr":1,"ks":{"o":{"a":0,"k":36,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[442,440,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":0,"s":[103.311,100,100],"e":[85,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":8,"s":[85,100,100],"e":[103.311,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":16,"s":[103.311,100,100],"e":[85,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":24,"s":[85,100,100],"e":[103.311,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":32,"s":[103.311,100,100],"e":[85,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":40,"s":[85,100,100],"e":[103.311,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":49,"s":[103.311,100,100],"e":[85,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":57,"s":[85,100,100],"e":[103.311,100,100]},{"t":65}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[327.625,10.68],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":20,"ix":4},"nm":"Контур прямоугольника 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.582368259804,0.582368259804,0.582368259804,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Заливка 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[42.812,290.66],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,132.703],"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":"Преобразовать"}],"nm":"Прямоугольник 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":32,"st":0,"bm":0}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Кривые ochki","parent":4,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[297.64,420.945,0],"ix":2},"a":{"a":0,"k":[297.64,420.945,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[0,0],[62.833,-11.624],[0,0],[17.986,-6.775],[0.333,-10.334],[3,-6],[2.333,7.333],[-2.726,8.808],[-4.655,2.007],[0,0],[-25.667,5.333],[0,0]],"o":[[0,0],[-70.215,12.99],[0.12,-1.267],[-12.802,4.822],[-0.333,10.333],[-3,6],[-2.333,-7.333],[2.167,-7],[30.525,-13.156],[0,0],[25.666,-5.333],[0,0]],"v":[[98.247,-45.334],[59.58,56.999],[-31.331,-27.111],[-83.333,-10.978],[-101.333,5.021],[-101.666,62.354],[-124.333,70.354],[-115.333,-4.812],[-102.501,-17.593],[-31.331,-50.778],[46.914,-70.334],[90.247,-78.376]],"c":false}],"e":[{"i":[[0,0],[59.667,-10],[0,0],[17.986,-6.775],[0.333,-10.334],[3,-6],[2.333,7.333],[-2.726,8.808],[-4.655,2.007],[0,0],[-25.667,5.333],[0,0]],"o":[[0,0],[-70.424,11.803],[0.12,-1.267],[-12.802,4.822],[-0.333,10.333],[-3,6],[-2.333,-7.333],[2.167,-7],[30.525,-13.156],[0,0],[25.666,-5.333],[0,0]],"v":[[134.139,-50.603],[88.999,52.688],[5.999,-32.978],[-100.333,-6.978],[-118.333,9.021],[-118.666,66.354],[-141.333,74.354],[-132.333,-0.812],[-119.501,-13.594],[5.999,-56.646],[76.334,-74.646],[124.143,-83.369]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[{"i":[[0,0],[59.667,-10],[0,0],[17.986,-6.775],[0.333,-10.334],[3,-6],[2.333,7.333],[-2.726,8.808],[-4.655,2.007],[0,0],[-25.667,5.333],[0,0]],"o":[[0,0],[-70.424,11.803],[0.12,-1.267],[-12.802,4.822],[-0.333,10.333],[-3,6],[-2.333,-7.333],[2.167,-7],[30.525,-13.156],[0,0],[25.666,-5.333],[0,0]],"v":[[134.139,-50.603],[88.999,52.688],[5.999,-32.978],[-100.333,-6.978],[-118.333,9.021],[-118.666,66.354],[-141.333,74.354],[-132.333,-0.812],[-119.501,-13.594],[5.999,-56.646],[76.334,-74.646],[124.143,-83.369]],"c":false}],"e":[{"i":[[0,0],[62.833,-11.624],[0,0],[17.986,-6.775],[0.333,-10.334],[3,-6],[2.333,7.333],[-2.726,8.808],[-4.655,2.007],[0,0],[-25.667,5.333],[0,0]],"o":[[0,0],[-70.215,12.99],[0.12,-1.267],[-12.802,4.822],[-0.333,10.333],[-3,6],[-2.333,-7.333],[2.167,-7],[30.525,-13.156],[0,0],[25.666,-5.333],[0,0]],"v":[[98.247,-45.334],[59.58,56.999],[-31.331,-27.111],[-83.333,-10.978],[-101.333,5.021],[-101.666,62.354],[-124.333,70.354],[-115.333,-4.812],[-102.501,-17.594],[-31.331,-50.778],[46.914,-70.334],[90.247,-78.376]],"c":false}]},{"t":40}],"ix":2},"nm":"Контур 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":3,"ix":5},"lc":2,"lj":2,"nm":"Обводка 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[260.333,426.312],"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":"Преобразовать"}],"nm":"Группа 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[3.34,20.121],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-40.586,-15.689],[-6.773,-7.368],[-35.44,22.897]],"c":true}],"e":[{"i":[[4.375,20.5],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-4.638,-21.232],[27.639,-11.958],[-1.901,17.366]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[{"i":[[4.375,20.5],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-4.638,-21.232],[27.639,-11.958],[-1.901,17.366]],"c":true}],"e":[{"i":[[3.34,20.121],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-40.586,-15.689],[-6.773,-7.368],[-35.44,22.897]],"c":true}]},{"t":40}],"ix":2},"nm":"Контур 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":3,"ix":5},"lc":2,"lj":2,"nm":"Обводка 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[399.167,397],"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":"Преобразовать"}],"nm":"Группа 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"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},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-37.857,7.499],[-8.502,7.569],[-38.857,-1.626]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-1.965,2.23],[25.91,2.98],[-2.965,-6.895]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-1.965,2.23],[25.91,2.98],[-2.965,-6.895]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-37.857,7.499],[-8.502,7.569],[-38.857,-1.626]],"c":true}]},{"t":40}],"ix":2},"nm":"Контур 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.783999992819,0.039000002543,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Заливка 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[398.812,383.062],"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":"Преобразовать"}],"nm":"Группа 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"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},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[4.125,20.75],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-40.586,-15.689],[-6.773,-7.368],[-36.586,22.311]],"c":true}],"e":[{"i":[[4.125,20.75],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-4.694,-20.958],[27.639,-11.958],[-0.694,17.042]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[{"i":[[4.125,20.75],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-4.694,-20.958],[27.639,-11.958],[-0.694,17.042]],"c":true}],"e":[{"i":[[4.125,20.75],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-40.586,-15.689],[-6.773,-7.368],[-36.586,22.311]],"c":true}]},{"t":40}],"ix":2},"nm":"Контур 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.579999976065,0.039000002543,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Заливка 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[399.167,397],"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":"Преобразовать"}],"nm":"Группа 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"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},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[0,0],[-78.198,17.874],[7.634,11.583],[26,-3.667],[0,0]],"o":[[0,0],[54.631,-12.487],[-9.667,-14.667],[-25.958,3.661],[0,0]],"v":[[-84.836,-16.046],[-6.919,60.121],[27.414,-54.546],[-38.744,-60.302],[-96.586,-50.296]],"c":false}],"e":[{"i":[[0,0],[-69.656,15.715],[7.634,11.583],[26,-3.667],[0,0]],"o":[[0,0],[54.666,-12.334],[-9.667,-14.667],[-25.958,3.661],[0,0]],"v":[[-48.944,-21.315],[22.501,55.81],[56.834,-58.858],[-5.833,-64.858],[-62.69,-55.289]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[{"i":[[0,0],[-69.656,15.715],[7.634,11.583],[26,-3.667],[0,0]],"o":[[0,0],[54.666,-12.334],[-9.667,-14.667],[-25.958,3.661],[0,0]],"v":[[-48.944,-21.315],[22.501,55.81],[56.834,-58.858],[-5.833,-64.858],[-62.69,-55.289]],"c":false}],"e":[{"i":[[0,0],[-78.198,17.874],[7.634,11.583],[26,-3.667],[0,0]],"o":[[0,0],[54.631,-12.487],[-9.667,-14.667],[-25.958,3.661],[0,0]],"v":[[-84.836,-16.046],[-6.919,60.121],[27.414,-54.546],[-38.744,-60.302],[-96.586,-50.296]],"c":false}]},{"t":40}],"ix":2},"nm":"Контур 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":3,"ix":5},"lc":2,"lj":2,"nm":"Обводка 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[444.166,398.858],"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":"Преобразовать"}],"nm":"Группа 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"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},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[0,0],[0,0],[-47.667,7.666],[0,0],[0,0],[60.667,-11],[0,0],[0,0]],"o":[[0,0],[0,0],[47.667,-7.667],[0,0],[0,0],[-60.666,11],[0,0],[0,0]],"v":[[-159.381,42.754],[-82.245,6.333],[43.747,-23.188],[151.414,-38.522],[140.08,-40.522],[41.08,-27.522],[-85.934,3.188],[-155.787,36.774]],"c":true}],"e":[{"i":[[0,0],[0,0],[-47.667,7.666],[0,0],[0,0],[60.667,-11],[0,0],[0,0]],"o":[[0,0],[0,0],[47.667,-7.667],[0,0],[0,0],[-60.666,11],[0,0],[0,0]],"v":[[-175.833,43.833],[-44.833,-0.167],[77.643,-28.181],[180.833,-42.833],[169.5,-44.833],[74.976,-32.515],[-48.833,-4.167],[-172.501,39.501]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[{"i":[[0,0],[0,0],[-47.667,7.666],[0,0],[0,0],[60.667,-11],[0,0],[0,0]],"o":[[0,0],[0,0],[47.667,-7.667],[0,0],[0,0],[-60.666,11],[0,0],[0,0]],"v":[[-175.833,43.833],[-44.833,-0.167],[77.643,-28.181],[180.833,-42.833],[169.5,-44.833],[74.976,-32.515],[-48.833,-4.167],[-172.501,39.501]],"c":true}],"e":[{"i":[[0,0],[0,0],[-47.667,7.666],[0,0],[0,0],[60.667,-11],[0,0],[0,0]],"o":[[0,0],[0,0],[47.667,-7.667],[0,0],[0,0],[-60.666,11],[0,0],[0,0]],"v":[[-159.381,42.754],[-82.245,6.333],[43.747,-23.188],[151.414,-38.522],[140.08,-40.522],[41.08,-27.522],[-85.934,3.188],[-155.787,36.774]],"c":true}]},{"t":40}],"ix":2},"nm":"Контур 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.039000002543,0.732999973671,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Заливка 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[307.833,374.833],"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":"Преобразовать"}],"nm":"Группа 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"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},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[0,0],[0,0],[0,0],[2,-5],[-2.084,-0.811],[-1.333,2.333],[0,0],[-3,1.666]],"o":[[0,0],[0,0],[0,0],[-2,5],[6,2.333],[1.333,-2.333],[0,0],[3,-1.667]],"v":[[39.712,-40.466],[37.379,-61.133],[-33.958,-29.666],[-45.625,-16.666],[-52.958,59.667],[-31.958,49.667],[-31.291,-14.666],[-24.625,-20.666]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[2,-5],[-2.084,-0.811],[-1.333,2.333],[0,0],[-3,1.666]],"o":[[0,0],[0,0],[0,0],[-2,5],[6,2.333],[1.333,-2.333],[0,0],[3,-1.667]],"v":[[77.042,-46.333],[74.709,-67],[-50.958,-25.666],[-62.625,-12.666],[-69.958,63.667],[-48.958,53.667],[-48.291,-10.666],[-41.625,-16.666]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[{"i":[[0,0],[0,0],[0,0],[2,-5],[-2.084,-0.811],[-1.333,2.333],[0,0],[-3,1.666]],"o":[[0,0],[0,0],[0,0],[-2,5],[6,2.333],[1.333,-2.333],[0,0],[3,-1.667]],"v":[[77.042,-46.333],[74.709,-67],[-50.958,-25.666],[-62.625,-12.666],[-69.958,63.667],[-48.958,53.667],[-48.291,-10.666],[-41.625,-16.666]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[2,-5],[-2.084,-0.811],[-1.333,2.333],[0,0],[-3,1.666]],"o":[[0,0],[0,0],[0,0],[-2,5],[6,2.333],[1.333,-2.333],[0,0],[3,-1.667]],"v":[[39.712,-40.466],[37.379,-61.133],[-33.958,-29.666],[-45.625,-16.666],[-52.958,59.667],[-31.958,49.667],[-31.291,-14.666],[-24.625,-20.666]],"c":true}]},{"t":40}],"ix":2},"nm":"Контур 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.109999997008,0.313999998803,0.596000043084,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Заливка 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[190.292,438.667],"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":"Преобразовать"}],"nm":"Группа 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"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},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[-17.553,4.111],[-4.534,0],[-3,-8.333],[48.215,-10.557],[1,8.333],[-6.167,2.5]],"o":[[18.5,-4.333],[4.666,0],[3,8.333],[-51,11.167],[-1,-8.334],[6.969,-2.826]],"v":[[-49.105,-45.549],[-1.36,-53.772],[11.473,-44.105],[-14.527,49.228],[-89.438,-19.882],[-80.438,-36.382]],"c":true}],"e":[{"i":[[-17.553,4.111],[-4.534,0],[-3,-8.333],[48.215,-10.557],[1,8.333],[-6.167,2.5]],"o":[[18.5,-4.333],[4.666,0],[3,8.333],[-51,11.167],[-1,-8.334],[6.969,-2.826]],"v":[[-11.774,-51.417],[32.536,-58.765],[45.369,-49.098],[14.893,44.917],[-52.107,-25.749],[-43.107,-42.249]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[{"i":[[-17.553,4.111],[-4.534,0],[-3,-8.333],[48.215,-10.557],[1,8.333],[-6.167,2.5]],"o":[[18.5,-4.333],[4.666,0],[3,8.333],[-51,11.167],[-1,-8.334],[6.969,-2.826]],"v":[[-11.774,-51.417],[32.536,-58.765],[45.369,-49.098],[14.893,44.917],[-52.107,-25.749],[-43.107,-42.249]],"c":true}],"e":[{"i":[[-17.553,4.111],[-4.534,0],[-3,-8.333],[48.215,-10.557],[1,8.333],[-6.167,2.5]],"o":[[18.5,-4.333],[4.666,0],[3,8.333],[-51,11.167],[-1,-8.334],[6.969,-2.826]],"v":[[-49.104,-45.549],[-1.36,-53.772],[11.473,-44.105],[-14.527,49.228],[-89.438,-19.882],[-80.438,-36.382]],"c":true}]},{"t":40}],"ix":2},"nm":"Контур 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.411999990426,0.063000002094,0.325,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Обводка 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[333.107,419.75],"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":"Преобразовать"}],"nm":"Группа 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"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},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[0,0],[-6.5,-8.5],[-7.25,2.25],[-1.75,-1],[2.5,-10.25],[0,0],[-8,0.75],[0,0],[1.25,14.75],[10.5,-1],[0.5,2],[-2.093,12.324],[0,0]],"o":[[0,0],[5.075,6.637],[7.25,-2.25],[1.75,1],[-2.5,10.25],[0,0],[8,-0.75],[0,0],[-0.587,-6.926],[-4.41,0.42],[-0.5,-2],[2.25,-13.25],[0,0]],"v":[[-51.58,-38.633],[-56.08,10.617],[-39.58,15.617],[-29.83,12.617],[-31.08,38.367],[-35.827,50.306],[-14.419,53.061],[-2.169,50.811],[4.581,3.561],[-9.919,-8.689],[-24.919,-6.939],[-22.669,-31.939],[-20.419,-47.189]],"c":true}],"e":[{"i":[[0,0],[-6.5,-8.5],[-7.25,2.25],[-1.75,-1],[2.5,-10.25],[0,0],[-8,0.75],[0,0],[1.25,14.75],[10.5,-1],[0.5,2],[-2.093,12.324],[0,0]],"o":[[0,0],[5.075,6.637],[7.25,-2.25],[1.75,1],[-2.5,10.25],[0,0],[8,-0.75],[0,0],[-0.587,-6.926],[-4.41,0.42],[-0.5,-2],[2.25,-13.25],[0,0]],"v":[[-14.25,-44.5],[-18.75,4.75],[-2.25,9.75],[7.5,6.75],[6.25,32.5],[0.75,48],[15,48.75],[27.25,46.5],[34,-0.75],[19.5,-13],[4.5,-11.25],[6.75,-36.25],[9,-51.5]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[{"i":[[0,0],[-6.5,-8.5],[-7.25,2.25],[-1.75,-1],[2.5,-10.25],[0,0],[-8,0.75],[0,0],[1.25,14.75],[10.5,-1],[0.5,2],[-2.093,12.324],[0,0]],"o":[[0,0],[5.075,6.637],[7.25,-2.25],[1.75,1],[-2.5,10.25],[0,0],[8,-0.75],[0,0],[-0.587,-6.926],[-4.41,0.42],[-0.5,-2],[2.25,-13.25],[0,0]],"v":[[-14.25,-44.5],[-18.75,4.75],[-2.25,9.75],[7.5,6.75],[6.25,32.5],[0.75,48],[15,48.75],[27.25,46.5],[34,-0.75],[19.5,-13],[4.5,-11.25],[6.75,-36.25],[9,-51.5]],"c":true}],"e":[{"i":[[0,0],[-6.5,-8.5],[-7.25,2.25],[-1.75,-1],[2.5,-10.25],[0,0],[-8,0.75],[0,0],[1.25,14.75],[10.5,-1],[0.5,2],[-2.093,12.324],[0,0]],"o":[[0,0],[5.075,6.637],[7.25,-2.25],[1.75,1],[-2.5,10.25],[0,0],[8,-0.75],[0,0],[-0.587,-6.926],[-4.41,0.42],[-0.5,-2],[2.25,-13.25],[0,0]],"v":[[-51.58,-38.633],[-56.08,10.617],[-39.58,15.617],[-29.83,12.617],[-31.08,38.367],[-35.827,50.306],[-14.419,53.061],[-2.169,50.811],[4.581,3.561],[-9.919,-8.689],[-24.919,-6.939],[-22.669,-31.939],[-20.419,-47.189]],"c":true}]},{"t":40}],"ix":2},"nm":"Контур 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.948999980852,0.477999997606,0.830999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Заливка 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[325.5,416.75],"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":"Преобразовать"}],"nm":"Группа 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"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},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[-17.553,4.111],[-4.534,0],[-3,-8.333],[48.215,-10.557],[1,8.333],[-6.167,2.5]],"o":[[18.5,-4.333],[4.666,0],[3,8.333],[-51,11.167],[-1,-8.334],[6.969,-2.826]],"v":[[-49.105,-45.549],[-1.36,-53.772],[11.473,-44.105],[-14.527,49.228],[-89.438,-19.882],[-80.438,-36.382]],"c":true}],"e":[{"i":[[-17.553,4.111],[-4.534,0],[-3,-8.333],[48.215,-10.557],[1,8.333],[-6.167,2.5]],"o":[[18.5,-4.333],[4.666,0],[3,8.333],[-51,11.167],[-1,-8.334],[6.969,-2.826]],"v":[[-11.774,-51.417],[32.536,-58.765],[45.369,-49.098],[14.893,44.917],[-52.107,-25.749],[-43.107,-42.249]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[{"i":[[-17.553,4.111],[-4.534,0],[-3,-8.333],[48.215,-10.557],[1,8.333],[-6.167,2.5]],"o":[[18.5,-4.333],[4.666,0],[3,8.333],[-51,11.167],[-1,-8.334],[6.969,-2.826]],"v":[[-11.774,-51.417],[32.536,-58.765],[45.369,-49.098],[14.893,44.917],[-52.107,-25.749],[-43.107,-42.249]],"c":true}],"e":[{"i":[[-17.553,4.111],[-4.534,0],[-3,-8.333],[48.215,-10.557],[1,8.333],[-6.167,2.5]],"o":[[18.5,-4.333],[4.666,0],[3,8.333],[-51,11.167],[-1,-8.334],[6.969,-2.826]],"v":[[-49.104,-45.549],[-1.36,-53.772],[11.473,-44.105],[-14.527,49.228],[-89.438,-19.882],[-80.438,-36.382]],"c":true}]},{"t":40}],"ix":2},"nm":"Контур 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.885999971278,0.337000020345,0.74900004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Заливка 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[333.107,419.75],"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":"Преобразовать"}],"nm":"Группа 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"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},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[0,0],[59.667,-10],[0,0],[17.986,-6.775],[0.333,-10.334],[3,-6],[2.333,7.333],[-2.726,8.808],[-4.655,2.007],[0,0],[-25.667,5.333],[0,0]],"o":[[0,0],[-70.424,11.803],[0.12,-1.267],[-12.802,4.822],[-0.333,10.333],[-3,6],[-2.333,-7.333],[2.167,-7],[30.525,-13.156],[0,0],[25.666,-5.333],[0,0]],"v":[[98.247,-45.522],[59.58,56.811],[-31.331,-27.299],[-83.333,-11.166],[-101.333,4.834],[-101.666,62.167],[-124.333,70.167],[-115.333,-5],[-102.501,-17.781],[-31.331,-50.966],[46.914,-70.522],[90.914,-78.189]],"c":false}],"e":[{"i":[[0,0],[59.667,-10],[0,0],[17.986,-6.775],[0.333,-10.334],[3,-6],[2.333,7.333],[-2.726,8.808],[-4.655,2.007],[0,0],[-25.667,5.333],[0,0]],"o":[[0,0],[-70.424,11.803],[0.12,-1.267],[-12.802,4.822],[-0.333,10.333],[-3,6],[-2.333,-7.333],[2.167,-7],[30.525,-13.156],[0,0],[25.666,-5.333],[0,0]],"v":[[134.139,-50.791],[88.999,52.5],[5.999,-33.166],[-100.333,-7.166],[-118.333,8.834],[-118.666,66.167],[-141.333,74.167],[-132.333,-1],[-119.501,-13.781],[5.999,-56.833],[76.334,-74.833],[124.81,-83.182]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[{"i":[[0,0],[59.667,-10],[0,0],[17.986,-6.775],[0.333,-10.334],[3,-6],[2.333,7.333],[-2.726,8.808],[-4.655,2.007],[0,0],[-25.667,5.333],[0,0]],"o":[[0,0],[-70.424,11.803],[0.12,-1.267],[-12.802,4.822],[-0.333,10.333],[-3,6],[-2.333,-7.333],[2.167,-7],[30.525,-13.156],[0,0],[25.666,-5.333],[0,0]],"v":[[134.139,-50.791],[88.999,52.5],[5.999,-33.166],[-100.333,-7.166],[-118.333,8.834],[-118.666,66.167],[-141.333,74.167],[-132.333,-1],[-119.501,-13.781],[5.999,-56.833],[76.334,-74.833],[124.81,-83.182]],"c":false}],"e":[{"i":[[0,0],[59.667,-10],[0,0],[17.986,-6.775],[0.333,-10.334],[3,-6],[2.333,7.333],[-2.726,8.808],[-4.655,2.007],[0,0],[-25.667,5.333],[0,0]],"o":[[0,0],[-70.424,11.803],[0.12,-1.267],[-12.802,4.822],[-0.333,10.333],[-3,6],[-2.333,-7.333],[2.167,-7],[30.525,-13.156],[0,0],[25.666,-5.333],[0,0]],"v":[[98.247,-45.522],[59.58,56.811],[-31.331,-27.299],[-83.333,-11.166],[-101.333,4.834],[-101.666,62.167],[-124.333,70.167],[-115.333,-5],[-102.501,-17.781],[-31.331,-50.966],[46.914,-70.522],[90.914,-78.189]],"c":false}]},{"t":40}],"ix":2},"nm":"Контур 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176000004189,0.430999995213,0.694000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Заливка 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[260.333,426.5],"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":"Преобразовать"}],"nm":"Группа 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"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},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[-17.776,3.003],[-4.526,-0.284],[-2.472,-8.504],[48.781,-7.515],[0.475,8.379],[-6.31,2.109]],"o":[[18.735,-3.166],[4.657,0.292],[2.472,8.505],[-51.599,7.949],[-0.477,-8.38],[7.133,-2.383]],"v":[[-41.42,-47.106],[2.244,-51.507],[14.446,-41.056],[-17.352,50.465],[-83.282,-24.017],[-73.267,-39.921]],"c":true}],"e":[{"i":[[-17.776,3.003],[-4.526,-0.284],[-2.472,-8.504],[48.781,-7.515],[0.475,8.379],[-6.31,2.109]],"o":[[18.735,-3.166],[4.657,0.292],[2.472,8.505],[-51.599,7.949],[-0.477,-8.38],[7.133,-2.383]],"v":[[-8.509,-51.662],[31.663,-55.819],[43.866,-45.368],[12.068,46.153],[-45.895,-29.254],[-35.88,-45.158]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[{"i":[[-17.776,3.003],[-4.526,-0.284],[-2.472,-8.504],[48.781,-7.515],[0.475,8.379],[-6.31,2.109]],"o":[[18.735,-3.166],[4.657,0.292],[2.472,8.505],[-51.599,7.949],[-0.477,-8.38],[7.133,-2.383]],"v":[[-8.509,-51.662],[31.663,-55.819],[43.866,-45.368],[12.068,46.153],[-45.895,-29.254],[-35.88,-45.158]],"c":true}],"e":[{"i":[[-17.776,3.003],[-4.526,-0.284],[-2.472,-8.504],[48.781,-7.515],[0.475,8.379],[-6.31,2.109]],"o":[[18.735,-3.166],[4.657,0.292],[2.472,8.505],[-51.599,7.949],[-0.477,-8.38],[7.133,-2.383]],"v":[[-41.42,-47.106],[2.244,-51.507],[14.446,-41.056],[-17.352,50.465],[-83.282,-24.017],[-73.267,-39.921]],"c":true}]},{"t":40}],"ix":2},"nm":"Контур 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.411999990426,0.063000002094,0.325,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Обводка 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[448.707,398.839],"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":"Преобразовать"}],"nm":"Группа 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"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},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[0,0],[-5.954,-8.891],[-7.377,1.792],[-1.684,-1.108],[3.137,-10.073],[0,0],[-8.032,0.247],[0,0],[0.323,14.799],[10.542,-0.34],[0.374,2.028],[-2.861,12.169],[0,0]],"o":[[0,0],[4.649,6.942],[7.377,-1.791],[1.684,1.108],[-3.138,10.074],[0,0],[8.031,-0.248],[0,0],[-0.152,-6.95],[-4.428,0.143],[-0.374,-2.027],[3.076,-13.083],[0,0]],"v":[[-47.969,-40.476],[-53.586,7.757],[-40.39,14.489],[-28.476,11.967],[-31.406,36.59],[-34.839,52.005],[-17.172,53.403],[-4.805,51.924],[4.892,5.191],[-8.812,-7.945],[-23.892,-7.139],[-20.08,-31.949],[-16.878,-47.027]],"c":true}],"e":[{"i":[[0,0],[-5.954,-8.891],[-7.377,1.792],[-1.684,-1.108],[3.137,-10.073],[0,0],[-8.032,0.247],[0,0],[0.323,14.799],[10.542,-0.34],[0.374,2.028],[-2.861,12.169],[0,0]],"o":[[0,0],[4.649,6.942],[7.377,-1.791],[1.684,1.108],[-3.138,10.074],[0,0],[8.031,-0.248],[0,0],[-0.152,-6.95],[-4.428,0.143],[-0.374,-2.027],[3.076,-13.083],[0,0]],"v":[[-11.103,-45.809],[-14.204,2.38],[1.95,8.404],[7.393,6.703],[4.532,32.324],[2.548,46.767],[12.247,49.091],[24.614,47.612],[34.311,0.879],[20.607,-12.256],[5.527,-11.45],[9.339,-36.26],[12.541,-51.338]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[{"i":[[0,0],[-5.954,-8.891],[-7.377,1.792],[-1.684,-1.108],[3.137,-10.073],[0,0],[-8.032,0.247],[0,0],[0.323,14.799],[10.542,-0.34],[0.374,2.028],[-2.861,12.169],[0,0]],"o":[[0,0],[4.649,6.942],[7.377,-1.791],[1.684,1.108],[-3.138,10.074],[0,0],[8.031,-0.248],[0,0],[-0.152,-6.95],[-4.428,0.143],[-0.374,-2.027],[3.076,-13.083],[0,0]],"v":[[-11.103,-45.809],[-14.204,2.38],[1.95,8.404],[7.393,6.703],[4.532,32.324],[2.548,46.767],[12.247,49.091],[24.614,47.612],[34.311,0.879],[20.607,-12.256],[5.527,-11.45],[9.339,-36.26],[12.541,-51.338]],"c":true}],"e":[{"i":[[0,0],[-5.954,-8.891],[-7.377,1.792],[-1.684,-1.108],[3.137,-10.073],[0,0],[-8.032,0.247],[0,0],[0.323,14.799],[10.542,-0.34],[0.374,2.028],[-2.861,12.169],[0,0]],"o":[[0,0],[4.649,6.942],[7.377,-1.791],[1.684,1.108],[-3.138,10.074],[0,0],[8.031,-0.248],[0,0],[-0.152,-6.95],[-4.428,0.143],[-0.374,-2.027],[3.076,-13.083],[0,0]],"v":[[-47.969,-40.476],[-53.586,7.757],[-40.39,14.489],[-28.476,11.967],[-31.406,36.59],[-34.839,52.005],[-17.172,53.402],[-4.805,51.923],[4.892,5.19],[-8.812,-7.944],[-23.892,-7.138],[-20.08,-31.948],[-16.878,-47.026]],"c":true}]},{"t":40}],"ix":2},"nm":"Контур 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.948999980852,0.477999997606,0.830999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Заливка 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[440.991,396.264],"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":"Преобразовать"}],"nm":"Группа 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"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},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[-17.776,3.003],[-4.526,-0.284],[-2.472,-8.504],[48.781,-7.515],[0.475,8.379],[-6.31,2.109]],"o":[[18.735,-3.166],[4.657,0.292],[2.472,8.505],[-51.599,7.949],[-0.477,-8.38],[7.133,-2.383]],"v":[[-41.42,-47.106],[2.244,-51.507],[14.446,-41.056],[-17.352,50.465],[-83.282,-24.017],[-73.267,-39.921]],"c":true}],"e":[{"i":[[-17.776,3.003],[-4.526,-0.284],[-2.472,-8.504],[48.781,-7.515],[0.475,8.379],[-6.31,2.109]],"o":[[18.735,-3.166],[4.657,0.292],[2.472,8.505],[-51.599,7.949],[-0.477,-8.38],[7.133,-2.383]],"v":[[-8.509,-51.662],[31.663,-55.819],[43.866,-45.368],[12.068,46.153],[-45.895,-29.254],[-35.88,-45.158]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[{"i":[[-17.776,3.003],[-4.526,-0.284],[-2.472,-8.504],[48.781,-7.515],[0.475,8.379],[-6.31,2.109]],"o":[[18.735,-3.166],[4.657,0.292],[2.472,8.505],[-51.599,7.949],[-0.477,-8.38],[7.133,-2.383]],"v":[[-8.509,-51.662],[31.663,-55.819],[43.866,-45.368],[12.068,46.153],[-45.895,-29.254],[-35.88,-45.158]],"c":true}],"e":[{"i":[[-17.776,3.003],[-4.526,-0.284],[-2.472,-8.504],[48.781,-7.515],[0.475,8.379],[-6.31,2.109]],"o":[[18.735,-3.166],[4.657,0.292],[2.472,8.505],[-51.599,7.949],[-0.477,-8.38],[7.133,-2.383]],"v":[[-41.42,-47.106],[2.244,-51.507],[14.446,-41.056],[-17.352,50.465],[-83.282,-24.017],[-73.267,-39.921]],"c":true}]},{"t":40}],"ix":2},"nm":"Контур 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.885999971278,0.337000020345,0.74900004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Заливка 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[448.707,398.839],"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":"Преобразовать"}],"nm":"Группа 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"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},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[0,0],[-76.291,14.727],[13,1.667],[28.667,-1.333],[0,0]],"o":[[0,0],[71.119,-13.729],[-5.96,-0.764],[-28.667,1.333],[0,0]],"v":[[-98.253,-47.606],[-19.919,59.394],[14.747,-63.273],[-25.586,-65.606],[-99.919,-54.273]],"c":true}],"e":[{"i":[[0,0],[-63.044,12.094],[13,1.667],[28.667,-1.333],[0,0]],"o":[[0,0],[71.135,-13.646],[-5.96,-0.764],[-28.667,1.333],[0,0]],"v":[[-64.358,-52.599],[9.5,55.083],[44.166,-67.584],[3.833,-69.917],[-66.024,-59.266]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[{"i":[[0,0],[-63.044,12.094],[13,1.667],[28.667,-1.333],[0,0]],"o":[[0,0],[71.135,-13.646],[-5.96,-0.764],[-28.667,1.333],[0,0]],"v":[[-64.358,-52.599],[9.5,55.083],[44.166,-67.584],[3.833,-69.917],[-66.024,-59.266]],"c":true}],"e":[{"i":[[0,0],[-76.291,14.727],[13,1.667],[28.667,-1.333],[0,0]],"o":[[0,0],[71.119,-13.729],[-5.96,-0.764],[-28.667,1.333],[0,0]],"v":[[-98.253,-47.606],[-19.919,59.394],[14.747,-63.273],[-25.586,-65.606],[-99.919,-54.273]],"c":true}]},{"t":40}],"ix":2},"nm":"Контур 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176000004189,0.430999995213,0.694000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Заливка 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[450.167,401.584],"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":"Преобразовать"}],"nm":"Группа 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":40,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Кривые volosy","parent":4,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[297.64,420.945,0],"ix":2},"a":{"a":0,"k":[297.64,420.945,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[0,0],[-4.493,1.259],[-1.676,-26.43],[0,0],[-16,-0.667],[0,0],[1.333,32.667],[0,0],[-14,4],[0,0],[-11.334,4],[0,0],[-21.269,2.127],[0,0]],"o":[[-0.5,-15.667],[11.036,-3.092],[1.084,17.083],[0,0],[16,0.666],[0,0],[-1.333,-32.667],[0,0],[14,-4],[0,0],[11.333,-4],[0,0],[33.333,-3.334],[0,0]],"v":[[-108.667,29],[-106.417,9.25],[-90.834,50.75],[-90.834,85.417],[-63.5,89.417],[-27.5,88.75],[-76.167,8.75],[-59.834,-36.667],[-33.834,-36],[-8.5,-55.333],[13.501,-56],[29.5,-71.333],[60.833,-63.333],[109.166,-91.333]],"c":false}],"e":[{"i":[[0,0],[-4.493,1.259],[-3.812,-26.207],[0,0],[-16,-0.667],[0,0],[1.333,32.667],[0,0],[-14,4],[0,0],[-11.334,4],[0,0],[-21.269,2.127],[0,0]],"o":[[-0.5,-15.667],[11.036,-3.092],[2.667,18.333],[0,0],[16,0.666],[0,0],[-1.333,-32.667],[0,0],[14,-4],[0,0],[11.333,-4],[0,0],[33.333,-3.334],[0,0]],"v":[[-108.667,29],[-99.667,8.5],[-67.834,52],[-67.834,86.667],[-40.5,90.667],[8.187,87.118],[-48.69,9.318],[-39.834,-36.667],[-13.834,-36],[11.5,-55.333],[33.5,-56],[49.5,-71.333],[80.833,-63.333],[118.166,-91.333]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[{"i":[[0,0],[-4.493,1.259],[-3.812,-26.207],[0,0],[-16,-0.667],[0,0],[1.333,32.667],[0,0],[-14,4],[0,0],[-11.334,4],[0,0],[-21.269,2.127],[0,0]],"o":[[-0.5,-15.667],[11.036,-3.092],[2.667,18.333],[0,0],[16,0.666],[0,0],[-1.333,-32.667],[0,0],[14,-4],[0,0],[11.333,-4],[0,0],[33.333,-3.334],[0,0]],"v":[[-108.667,29],[-99.667,8.5],[-67.834,52],[-67.834,86.667],[-40.5,90.667],[8.187,87.118],[-48.69,9.318],[-39.834,-36.667],[-13.834,-36],[11.5,-55.333],[33.5,-56],[49.5,-71.333],[80.833,-63.333],[118.166,-91.333]],"c":false}],"e":[{"i":[[0,0],[-4.493,1.259],[-1.676,-26.43],[0,0],[-16,-0.667],[0,0],[1.333,32.667],[0,0],[-14,4],[0,0],[-11.334,4],[0,0],[-21.269,2.127],[0,0]],"o":[[-0.5,-15.667],[11.036,-3.092],[1.084,17.083],[0,0],[16,0.666],[0,0],[-1.333,-32.667],[0,0],[14,-4],[0,0],[11.333,-4],[0,0],[33.333,-3.334],[0,0]],"v":[[-108.667,29],[-106.417,9.25],[-90.834,50.75],[-90.834,85.417],[-63.5,89.417],[-27.5,88.75],[-76.167,8.75],[-59.834,-36.667],[-33.834,-36],[-8.5,-55.333],[13.5,-56],[29.5,-71.333],[60.833,-63.333],[109.166,-91.333]],"c":false}]},{"t":40}],"ix":2},"nm":"Контур 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":3,"ix":5},"lc":2,"lj":2,"nm":"Обводка 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[278.5,378.667],"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":"Преобразовать"}],"nm":"Группа 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[0,0],[-4.493,1.259],[-3.812,-26.207],[0,0],[-16,-0.667],[0,0],[1.333,32.667],[0,0],[-14,4],[0,0],[-11.334,4],[0,0],[-21.269,2.127],[0,0],[53.5,4.5],[48,-26.5],[-2,-29]],"o":[[-0.5,-15.667],[11.036,-3.092],[2.667,18.333],[0,0],[16,0.666],[0,0],[-1.333,-32.667],[0,0],[14,-4],[0,0],[11.333,-4],[0,0],[33.333,-3.334],[0,0],[-47.501,-3.995],[-48,26.5],[2,29]],"v":[[-96.417,54.914],[-94.167,35.164],[-78.584,76.664],[-78.584,111.332],[-51.25,115.332],[-15.25,114.664],[-63.917,34.664],[-47.584,-10.753],[-21.584,-10.086],[3.75,-29.418],[25.75,-30.086],[41.75,-45.418],[73.083,-37.418],[121.416,-65.418],[76.25,-113.253],[-65.25,-87.253],[-127.75,15.747]],"c":true}],"e":[{"i":[[0,0],[-4.493,1.259],[-3.812,-26.207],[0,0],[-16,-0.667],[0,0],[1.333,32.667],[0,0],[-14,4],[0,0],[-11.334,4],[0,0],[-21.269,2.127],[0,0],[53.5,4.5],[48,-26.5],[-2,-29]],"o":[[-0.5,-15.667],[11.036,-3.092],[2.667,18.333],[0,0],[16,0.666],[0,0],[-1.333,-32.667],[0,0],[14,-4],[0,0],[11.333,-4],[0,0],[33.333,-3.334],[0,0],[-47.501,-3.995],[-48,26.5],[2,29]],"v":[[-96.417,54.914],[-87.417,34.414],[-55.584,77.914],[-55.584,112.582],[-28.25,116.582],[20.436,113.033],[-36.441,35.233],[-27.584,-10.753],[-1.584,-10.086],[23.75,-29.418],[45.75,-30.086],[61.75,-45.418],[93.083,-37.418],[130.416,-65.418],[76.25,-113.253],[-65.25,-87.253],[-127.75,15.747]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[{"i":[[0,0],[-4.493,1.259],[-3.812,-26.207],[0,0],[-16,-0.667],[0,0],[1.333,32.667],[0,0],[-14,4],[0,0],[-11.334,4],[0,0],[-21.269,2.127],[0,0],[53.5,4.5],[48,-26.5],[-2,-29]],"o":[[-0.5,-15.667],[11.036,-3.092],[2.667,18.333],[0,0],[16,0.666],[0,0],[-1.333,-32.667],[0,0],[14,-4],[0,0],[11.333,-4],[0,0],[33.333,-3.334],[0,0],[-47.501,-3.995],[-48,26.5],[2,29]],"v":[[-96.417,54.914],[-87.417,34.414],[-55.584,77.914],[-55.584,112.582],[-28.25,116.582],[20.436,113.033],[-36.441,35.233],[-27.584,-10.753],[-1.584,-10.086],[23.75,-29.418],[45.75,-30.086],[61.75,-45.418],[93.083,-37.418],[130.416,-65.418],[76.25,-113.253],[-65.25,-87.253],[-127.75,15.747]],"c":true}],"e":[{"i":[[0,0],[-4.493,1.259],[-3.812,-26.207],[0,0],[-16,-0.667],[0,0],[1.333,32.667],[0,0],[-14,4],[0,0],[-11.334,4],[0,0],[-21.269,2.127],[0,0],[53.5,4.5],[48,-26.5],[-2,-29]],"o":[[-0.5,-15.667],[11.036,-3.092],[2.667,18.333],[0,0],[16,0.666],[0,0],[-1.333,-32.667],[0,0],[14,-4],[0,0],[11.333,-4],[0,0],[33.333,-3.334],[0,0],[-47.501,-3.995],[-48,26.5],[2,29]],"v":[[-96.417,54.914],[-94.167,35.164],[-78.584,76.664],[-78.584,111.332],[-51.25,115.332],[-15.25,114.664],[-63.917,34.664],[-47.584,-10.753],[-21.584,-10.086],[3.75,-29.418],[25.75,-30.086],[41.75,-45.418],[73.083,-37.418],[121.416,-65.418],[76.25,-113.253],[-65.25,-87.253],[-127.75,15.747]],"c":true}]},{"t":40}],"ix":2},"nm":"Контур 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.180000005984,0.035000000748,0.144999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Заливка 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[266.25,352.752],"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":"Преобразовать"}],"nm":"Группа 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":40,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Кривые R_ruka","parent":4,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[196.296,490.712,0],"ix":2},"a":{"a":0,"k":[196.293,491.186,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[13.227,-15.815],[-7,-6],[-13.802,5.751],[0,0]],"o":[[0,0],[-11.499,13.749],[7,6],[13.663,-5.693],[0,0]],"v":[[17.67,-35.5],[-6.308,-13.159],[-19.412,28.154],[10.657,13.007],[31.33,7.739]],"c":false},"ix":2},"nm":"Контур 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.830999995213,0.26699999641,0.019999999626,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":2,"nm":"Обводка 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[168.83,506.5],"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":"Преобразовать"}],"nm":"Группа 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[17.969,15.418],[13.227,-15.815],[-7,-6],[-13.802,5.751],[0,0]],"o":[[0,0],[-11.499,13.749],[7,6],[13.663,-5.693],[0,0]],"v":[[15.516,-35.5],[-8.462,-13.159],[-21.566,28.154],[8.503,13.007],[29.175,7.739]],"c":true},"ix":2},"nm":"Контур 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.875,0.039000002543,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Заливка 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[171.56,505.925],"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":"Преобразовать"}],"nm":"Группа 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":40,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Кривые telo","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[2],"e":[15]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":20,"s":[15],"e":[2]},{"t":40}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[449.64,462.945,0],"e":[449.64,439.945,0],"to":[0,-3.83333325386047,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":10,"s":[449.64,439.945,0],"e":[449.64,462.945,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[449.64,462.945,0],"e":[449.64,439.945,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[449.64,439.945,0],"e":[449.64,462.945,0],"to":[0,0,0],"ti":[0,-3.83333325386047,0]},{"t":40}],"ix":2},"a":{"a":0,"k":[297.64,420.945,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[100,100,100],"e":[100,97,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":5,"s":[100,97,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":10,"s":[100,100,100],"e":[100,103,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":15,"s":[100,103,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":20,"s":[100,100,100],"e":[100,97,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":25,"s":[100,97,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":30,"s":[100,100,100],"e":[100,103,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":35,"s":[100,103,100],"e":[100,100,100]},{"t":40}],"ix":6}},"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},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[0,0],[-69.333,11.333],[0,0]],"o":[[0,0],[69.333,-11.334],[0,0]],"v":[[-94.243,-3.694],[-16.919,36.694],[-99.586,-41.973]],"c":false}],"e":[{"i":[[0,0],[-69.333,11.333],[0,0]],"o":[[0,0],[69.333,-11.334],[0,0]],"v":[[-59.666,-8],[13.667,32.667],[-69,-46]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[{"i":[[0,0],[-69.333,11.333],[0,0]],"o":[[0,0],[69.333,-11.334],[0,0]],"v":[[-59.666,-8],[13.667,32.667],[-69,-46]],"c":false}],"e":[{"i":[[0,0],[-69.333,11.333],[0,0]],"o":[[0,0],[69.333,-11.334],[0,0]],"v":[[-94.243,-3.694],[-16.919,36.694],[-99.586,-41.973]],"c":false}]},{"t":40}],"ix":2},"nm":"Контур 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.705999995213,0.011999999776,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Заливка 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[448.333,423.667],"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":"Преобразовать"}],"nm":"Группа 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[0,0],[0,0],[-71.333,14],[0,0],[0,0]],"o":[[0,0],[0,0],[78.024,-15.313],[0,0],[0,0]],"v":[[-105.345,-5.167],[-75.449,-13.199],[17.988,59.833],[23.988,-65.833],[-112.012,-25.833]],"c":false}],"e":[{"i":[[0,0],[0,0],[-71.333,14],[0,0],[0,0]],"o":[[0,0],[0,0],[78.024,-15.313],[0,0],[0,0]],"v":[[-105.345,-5.167],[-41.012,-19.499],[40.988,54.833],[46.988,-70.833],[-112.012,-25.833]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[{"i":[[0,0],[0,0],[-71.333,14],[0,0],[0,0]],"o":[[0,0],[0,0],[78.024,-15.313],[0,0],[0,0]],"v":[[-105.345,-5.167],[-41.012,-19.499],[40.988,54.833],[46.988,-70.833],[-112.012,-25.833]],"c":false}],"e":[{"i":[[0,0],[0,0],[-71.333,14],[0,0],[0,0]],"o":[[0,0],[0,0],[78.024,-15.313],[0,0],[0,0]],"v":[[-105.345,-5.167],[-75.449,-13.199],[17.988,59.833],[23.988,-65.833],[-112.012,-25.833]],"c":false}]},{"t":40}],"ix":2},"nm":"Контур 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.705999995213,0.011999999776,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Заливка 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[300.345,427.167],"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":"Преобразовать"}],"nm":"Группа 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.333,19.334],[-73.334,27.334],[-30,-32],[19.411,-53.972],[60.441,-6.199],[4.666,100.667]],"o":[[-3.588,-52.03],[104.531,-38.961],[30,32],[-27.333,76],[-78,8],[-2.105,-45.407]],"v":[[-166.578,-27.52],[-85.911,-160.186],[120.422,-90.186],[150.755,89.147],[8.755,191.147],[-163.911,59.147]],"c":true},"ix":2},"nm":"Контур 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.830999995213,0.26699999641,0.019999999626,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Обводка 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[339.578,452.853],"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":"Преобразовать"}],"nm":"Группа 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"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},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[0,0],[-63.626,-57.679],[0,0],[64.667,41.999],[3.334,67.333],[0,0]],"o":[[0,0],[71.333,64.667],[0,0],[-60.325,-39.181],[-3.333,-67.333],[0,0]],"v":[[-88.333,-130.667],[-39.667,42],[120.333,94],[-47.001,88.667],[-117.001,-46.667],[-117.001,-125.999]],"c":false}],"e":[{"i":[[0,0],[-63.626,-57.679],[0,0],[64.667,41.999],[3.334,67.333],[0,0]],"o":[[0,0],[71.333,64.667],[0,0],[-60.325,-39.181],[-3.333,-67.333],[0,0]],"v":[[-76.333,-130.667],[-21.667,36],[120.333,94],[-47.001,88.667],[-117.001,-46.667],[-117.001,-125.999]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[{"i":[[0,0],[-63.626,-57.679],[0,0],[64.667,41.999],[3.334,67.333],[0,0]],"o":[[0,0],[71.333,64.667],[0,0],[-60.325,-39.181],[-3.333,-67.333],[0,0]],"v":[[-76.333,-130.667],[-21.667,36],[120.333,94],[-47.001,88.667],[-117.001,-46.667],[-117.001,-125.999]],"c":false}],"e":[{"i":[[0,0],[-63.626,-57.679],[0,0],[64.667,41.999],[3.334,67.333],[0,0]],"o":[[0,0],[71.333,64.667],[0,0],[-60.325,-39.181],[-3.333,-67.333],[0,0]],"v":[[-88.333,-130.667],[-39.667,42],[120.333,94],[-47.001,88.667],[-117.001,-46.667],[-117.001,-125.999]],"c":false}]},{"t":40}],"ix":2},"nm":"Контур 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.705999995213,0.011999999776,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Заливка 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[290.667,535.333],"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":"Преобразовать"}],"nm":"Группа 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.333,19.334],[-73.334,27.334],[-30,-32],[19.411,-53.972],[60.441,-6.199],[4.666,100.667]],"o":[[-3.588,-52.03],[104.531,-38.961],[30,32],[-27.333,76],[-78,8],[-2.105,-45.407]],"v":[[-166.578,-27.52],[-85.911,-160.186],[120.422,-90.186],[150.755,89.147],[8.755,191.147],[-163.911,59.147]],"c":true},"ix":2},"nm":"Контур 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.830999995213,0.26699999641,0.019999999626,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Обводка 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.875,0.039000002543,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Заливка 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[339.578,452.853],"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":"Преобразовать"}],"nm":"Группа 5","np":3,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":40,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Кривые L_noga 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p833_0p333_0"],"t":20,"s":[0],"e":[34]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":30,"s":[34],"e":[67]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p833_0p333_0"],"t":40,"s":[67],"e":[34]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":50,"s":[34],"e":[0]},{"t":60}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":20,"s":[577.14,653.445,0],"e":[485.14,672.445,0],"to":[-14.5833330154419,8.58333301544189,0],"ti":[40.7188301086426,-1.91244661808014,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":30,"s":[485.14,672.445,0],"e":[397.14,653.945,0],"to":[-47.4723854064941,2.2296416759491,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":40,"s":[397.14,653.945,0],"e":[485.14,646.445,0],"to":[0,0,0],"ti":[-17.2466659545898,0.14780442416668,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":50,"s":[485.14,646.445,0],"e":[577.14,653.445,0],"to":[60.0219345092773,-0.51438969373703,0],"ti":[13.1223392486572,-7.72343397140503,0]},{"t":60}],"ix":2},"a":{"a":0,"k":[425.14,624.445,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":20,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[12.323,-8.378],[-6.738,22.378],[18.988,-0.711]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[8.169,-8.122],[-11.207,15.154],[14.192,-2.049]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[8.169,-8.122],[-11.207,15.154],[14.192,-2.049]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[12.328,-3.35],[-12.728,12.696],[12.56,-2.505]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[12.328,-3.35],[-12.728,12.696],[12.56,-2.505]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[8.777,-4.082],[-13.794,13.763],[9.374,-2.623]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":32,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[8.777,-4.082],[-13.794,13.763],[9.374,-2.623]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[9.271,-0.383],[-14.861,14.83],[10.232,1.691]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":34,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[9.271,-0.383],[-14.861,14.83],[10.232,1.691]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[9.417,4.837],[-16.861,16.831],[13,13.368]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":40,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[9.417,4.837],[-16.861,16.831],[13,13.368]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-8.55,25.291],[-26.4,-1.895],[-14.663,36.832]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":47,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-8.55,25.291],[-26.4,-1.895],[-14.663,36.832]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[12.323,-8.378],[-6.738,22.378],[18.988,-0.711]],"c":false}]},{"t":60}],"ix":2},"nm":"Контур 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.830999995213,0.26699999641,0.019999999626,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":2,"nm":"Обводка 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[455.594,644.211],"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":"Преобразовать"}],"nm":"Группа 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":20,"s":[{"i":[[0,0],[0,0],[5.023,8.361],[0,0]],"o":[[0,0],[0,0],[-6.791,-11.305],[0,0]],"v":[[29.083,14.289],[1.022,26.044],[-15.293,6.51],[-25.084,-16.544]],"c":false}],"e":[{"i":[[0,0],[0,0],[4.542,8.632],[0,0]],"o":[[0,0],[0,0],[-8.023,-15.246],[0,0]],"v":[[19.49,0.585],[-4.978,16.544],[-16.289,-2.108],[-29.554,-28.296]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[0,0],[0,0],[4.542,8.632],[0,0]],"o":[[0,0],[0,0],[-8.023,-15.246],[0,0]],"v":[[19.49,0.585],[-4.978,16.544],[-16.289,-2.108],[-29.554,-28.296]],"c":false}],"e":[{"i":[[0,0],[0,0],[4.542,8.632],[0,0]],"o":[[0,0],[0,0],[-8.023,-15.246],[0,0]],"v":[[17.209,2.001],[-6.041,17.565],[-11.82,-3.225],[-29.554,-28.296]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":32,"s":[{"i":[[0,0],[0,0],[4.542,8.632],[0,0]],"o":[[0,0],[0,0],[-8.023,-15.246],[0,0]],"v":[[17.209,2.001],[-6.041,17.565],[-11.82,-3.225],[-29.554,-28.296]],"c":false}],"e":[{"i":[[0,0],[0,0],[4.542,8.632],[0,0]],"o":[[0,0],[0,0],[-8.023,-15.246],[0,0]],"v":[[18.972,7.85],[-7.105,18.585],[-7.352,-4.342],[-29.554,-28.296]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":34,"s":[{"i":[[0,0],[0,0],[4.542,8.632],[0,0]],"o":[[0,0],[0,0],[-8.023,-15.246],[0,0]],"v":[[18.972,7.85],[-7.105,18.585],[-7.352,-4.342],[-29.554,-28.296]],"c":false}],"e":[{"i":[[0,0],[0,0],[4.542,8.632],[0,0]],"o":[[0,0],[0,0],[-8.023,-15.246],[0,0]],"v":[[21.289,28.144],[-9.1,20.498],[1.029,-6.436],[-29.554,-28.296]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":40,"s":[{"i":[[0,0],[0,0],[4.542,8.632],[0,0]],"o":[[0,0],[0,0],[-8.023,-15.246],[0,0]],"v":[[21.289,28.144],[-9.1,20.498],[1.029,-6.436],[-29.554,-28.296]],"c":false}],"e":[{"i":[[0,0],[0,0],[4.706,8.543],[0,0]],"o":[[0,0],[0,0],[-5.449,-9.892],[0,0]],"v":[[-17,40.956],[-18.639,1.771],[-4.062,-18.442],[-29.554,-28.296]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":47,"s":[{"i":[[0,0],[0,0],[4.706,8.543],[0,0]],"o":[[0,0],[0,0],[-5.449,-9.892],[0,0]],"v":[[-17,40.956],[-18.639,1.771],[-4.062,-18.442],[-29.554,-28.296]],"c":false}],"e":[{"i":[[0,0],[0,0],[5.023,8.361],[0,0]],"o":[[0,0],[0,0],[-6.791,-11.305],[0,0]],"v":[[29.083,14.289],[1.022,26.044],[-15.293,6.51],[-25.084,-16.544]],"c":false}]},{"t":60}],"ix":2},"nm":"Контур 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.830999995213,0.26699999641,0.019999999626,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":2,"nm":"Обводка 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[447.833,640.544],"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":"Преобразовать"}],"nm":"Группа 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":20,"op":60,"st":20,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Кривые L_noga 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p833_0p333_0"],"t":-20,"s":[0],"e":[34]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":-10,"s":[34],"e":[67]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p833_0p333_0"],"t":0,"s":[67],"e":[34]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":10,"s":[34],"e":[0]},{"t":20}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":-20,"s":[577.14,653.445,0],"e":[485.14,672.445,0],"to":[-14.5833330154419,8.58333301544189,0],"ti":[40.7188301086426,-1.91244661808014,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":-10,"s":[485.14,672.445,0],"e":[397.14,653.945,0],"to":[-47.4723854064941,2.2296416759491,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":0,"s":[397.14,653.945,0],"e":[485.14,646.445,0],"to":[0,0,0],"ti":[-17.2466659545898,0.14780442416668,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":10,"s":[485.14,646.445,0],"e":[577.14,653.445,0],"to":[60.0219345092773,-0.51438969373703,0],"ti":[13.1223392486572,-7.72343397140503,0]},{"t":20}],"ix":2},"a":{"a":0,"k":[425.14,624.445,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":-20,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[12.323,-8.378],[-6.738,22.378],[18.988,-0.711]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[8.169,-8.122],[-11.207,15.154],[14.192,-2.049]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-12,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[8.169,-8.122],[-11.207,15.154],[14.192,-2.049]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[12.328,-3.35],[-12.728,12.696],[12.56,-2.505]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-10,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[12.328,-3.35],[-12.728,12.696],[12.56,-2.505]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[8.777,-4.082],[-13.794,13.763],[9.374,-2.623]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-8,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[8.777,-4.082],[-13.794,13.763],[9.374,-2.623]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[9.271,-0.383],[-14.861,14.83],[10.232,1.691]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":-6,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[9.271,-0.383],[-14.861,14.83],[10.232,1.691]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[9.417,4.837],[-16.861,16.831],[13,13.368]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":0,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[9.417,4.837],[-16.861,16.831],[13,13.368]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-8.55,25.291],[-26.4,-1.895],[-14.663,36.832]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":7,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-8.55,25.291],[-26.4,-1.895],[-14.663,36.832]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[12.323,-8.378],[-6.738,22.378],[18.988,-0.711]],"c":false}]},{"t":20}],"ix":2},"nm":"Контур 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.830999995213,0.26699999641,0.019999999626,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":2,"nm":"Обводка 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[455.594,644.211],"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":"Преобразовать"}],"nm":"Группа 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":-20,"s":[{"i":[[0,0],[0,0],[5.023,8.361],[0,0]],"o":[[0,0],[0,0],[-6.791,-11.305],[0,0]],"v":[[29.083,14.289],[1.022,26.044],[-15.293,6.51],[-25.084,-16.544]],"c":false}],"e":[{"i":[[0,0],[0,0],[4.542,8.632],[0,0]],"o":[[0,0],[0,0],[-8.023,-15.246],[0,0]],"v":[[19.49,0.585],[-4.978,16.544],[-16.289,-2.108],[-29.554,-28.296]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-10,"s":[{"i":[[0,0],[0,0],[4.542,8.632],[0,0]],"o":[[0,0],[0,0],[-8.023,-15.246],[0,0]],"v":[[19.49,0.585],[-4.978,16.544],[-16.289,-2.108],[-29.554,-28.296]],"c":false}],"e":[{"i":[[0,0],[0,0],[4.542,8.632],[0,0]],"o":[[0,0],[0,0],[-8.023,-15.246],[0,0]],"v":[[17.209,2.001],[-6.041,17.565],[-11.82,-3.225],[-29.554,-28.296]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-8,"s":[{"i":[[0,0],[0,0],[4.542,8.632],[0,0]],"o":[[0,0],[0,0],[-8.023,-15.246],[0,0]],"v":[[17.209,2.001],[-6.041,17.565],[-11.82,-3.225],[-29.554,-28.296]],"c":false}],"e":[{"i":[[0,0],[0,0],[4.542,8.632],[0,0]],"o":[[0,0],[0,0],[-8.023,-15.246],[0,0]],"v":[[18.972,7.85],[-7.105,18.585],[-7.352,-4.342],[-29.554,-28.296]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":-6,"s":[{"i":[[0,0],[0,0],[4.542,8.632],[0,0]],"o":[[0,0],[0,0],[-8.023,-15.246],[0,0]],"v":[[18.972,7.85],[-7.105,18.585],[-7.352,-4.342],[-29.554,-28.296]],"c":false}],"e":[{"i":[[0,0],[0,0],[4.542,8.632],[0,0]],"o":[[0,0],[0,0],[-8.023,-15.246],[0,0]],"v":[[21.289,28.144],[-9.1,20.498],[1.029,-6.436],[-29.554,-28.296]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":0,"s":[{"i":[[0,0],[0,0],[4.542,8.632],[0,0]],"o":[[0,0],[0,0],[-8.023,-15.246],[0,0]],"v":[[21.289,28.144],[-9.1,20.498],[1.029,-6.436],[-29.554,-28.296]],"c":false}],"e":[{"i":[[0,0],[0,0],[4.706,8.543],[0,0]],"o":[[0,0],[0,0],[-5.449,-9.892],[0,0]],"v":[[-17,40.956],[-18.639,1.771],[-4.062,-18.442],[-29.554,-28.296]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":7,"s":[{"i":[[0,0],[0,0],[4.706,8.543],[0,0]],"o":[[0,0],[0,0],[-5.449,-9.892],[0,0]],"v":[[-17,40.956],[-18.639,1.771],[-4.062,-18.442],[-29.554,-28.296]],"c":false}],"e":[{"i":[[0,0],[0,0],[5.023,8.361],[0,0]],"o":[[0,0],[0,0],[-6.791,-11.305],[0,0]],"v":[[29.083,14.289],[1.022,26.044],[-15.293,6.51],[-25.084,-16.544]],"c":false}]},{"t":20}],"ix":2},"nm":"Контур 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.830999995213,0.26699999641,0.019999999626,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":2,"nm":"Обводка 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[447.833,640.544],"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":"Преобразовать"}],"nm":"Группа 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":-20,"op":20,"st":-20,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Кривые L_noga","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p833_0p333_0"],"t":0,"s":[0],"e":[34]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":10,"s":[34],"e":[67]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p833_0p333_0"],"t":20,"s":[67],"e":[34]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":30,"s":[34],"e":[0]},{"t":40}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":0,"s":[577.14,653.445,0],"e":[485.14,672.445,0],"to":[-14.5833330154419,8.58333301544189,0],"ti":[40.7188301086426,-1.91244661808014,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":10,"s":[485.14,672.445,0],"e":[397.14,653.945,0],"to":[-47.4723854064941,2.2296416759491,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":20,"s":[397.14,653.945,0],"e":[485.14,646.445,0],"to":[0,0,0],"ti":[-17.2466659545898,0.14780442416668,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":30,"s":[485.14,646.445,0],"e":[577.14,653.445,0],"to":[60.0219345092773,-0.51438969373703,0],"ti":[13.1223392486572,-7.72343397140503,0]},{"t":40}],"ix":2},"a":{"a":0,"k":[425.14,624.445,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":0,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[12.323,-8.378],[-6.738,22.378],[18.988,-0.711]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[8.169,-8.122],[-11.207,15.154],[14.192,-2.049]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[8.169,-8.122],[-11.207,15.154],[14.192,-2.049]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[12.328,-3.35],[-12.728,12.696],[12.56,-2.505]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[12.328,-3.35],[-12.728,12.696],[12.56,-2.505]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[8.777,-4.082],[-13.794,13.763],[9.374,-2.623]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[8.777,-4.082],[-13.794,13.763],[9.374,-2.623]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[9.271,-0.383],[-14.861,14.83],[10.232,1.691]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":14,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[9.271,-0.383],[-14.861,14.83],[10.232,1.691]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[9.417,4.837],[-16.861,16.831],[13,13.368]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":20,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[9.417,4.837],[-16.861,16.831],[13,13.368]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-8.55,25.291],[-26.4,-1.895],[-14.663,36.832]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":27,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-8.55,25.291],[-26.4,-1.895],[-14.663,36.832]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[12.323,-8.378],[-6.738,22.378],[18.988,-0.711]],"c":false}]},{"t":40}],"ix":2},"nm":"Контур 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.830999995213,0.26699999641,0.019999999626,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":2,"nm":"Обводка 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[455.594,644.211],"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":"Преобразовать"}],"nm":"Группа 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":0,"s":[{"i":[[0,0],[0,0],[5.023,8.361],[0,0]],"o":[[0,0],[0,0],[-6.791,-11.305],[0,0]],"v":[[29.083,14.289],[1.022,26.044],[-15.293,6.51],[-25.084,-16.544]],"c":false}],"e":[{"i":[[0,0],[0,0],[4.542,8.632],[0,0]],"o":[[0,0],[0,0],[-8.023,-15.246],[0,0]],"v":[[19.49,0.585],[-4.978,16.544],[-16.289,-2.108],[-29.554,-28.296]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,0],[0,0],[4.542,8.632],[0,0]],"o":[[0,0],[0,0],[-8.023,-15.246],[0,0]],"v":[[19.49,0.585],[-4.978,16.544],[-16.289,-2.108],[-29.554,-28.296]],"c":false}],"e":[{"i":[[0,0],[0,0],[4.542,8.632],[0,0]],"o":[[0,0],[0,0],[-8.023,-15.246],[0,0]],"v":[[17.209,2.001],[-6.041,17.565],[-11.82,-3.225],[-29.554,-28.296]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[0,0],[0,0],[4.542,8.632],[0,0]],"o":[[0,0],[0,0],[-8.023,-15.246],[0,0]],"v":[[17.209,2.001],[-6.041,17.565],[-11.82,-3.225],[-29.554,-28.296]],"c":false}],"e":[{"i":[[0,0],[0,0],[4.542,8.632],[0,0]],"o":[[0,0],[0,0],[-8.023,-15.246],[0,0]],"v":[[18.972,7.85],[-7.105,18.585],[-7.352,-4.342],[-29.554,-28.296]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":14,"s":[{"i":[[0,0],[0,0],[4.542,8.632],[0,0]],"o":[[0,0],[0,0],[-8.023,-15.246],[0,0]],"v":[[18.972,7.85],[-7.105,18.585],[-7.352,-4.342],[-29.554,-28.296]],"c":false}],"e":[{"i":[[0,0],[0,0],[4.542,8.632],[0,0]],"o":[[0,0],[0,0],[-8.023,-15.246],[0,0]],"v":[[21.289,28.144],[-9.1,20.498],[1.029,-6.436],[-29.554,-28.296]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":20,"s":[{"i":[[0,0],[0,0],[4.542,8.632],[0,0]],"o":[[0,0],[0,0],[-8.023,-15.246],[0,0]],"v":[[21.289,28.144],[-9.1,20.498],[1.029,-6.436],[-29.554,-28.296]],"c":false}],"e":[{"i":[[0,0],[0,0],[4.706,8.543],[0,0]],"o":[[0,0],[0,0],[-5.449,-9.892],[0,0]],"v":[[-17,40.956],[-18.639,1.771],[-4.062,-18.442],[-29.554,-28.296]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":27,"s":[{"i":[[0,0],[0,0],[4.706,8.543],[0,0]],"o":[[0,0],[0,0],[-5.449,-9.892],[0,0]],"v":[[-17,40.956],[-18.639,1.771],[-4.062,-18.442],[-29.554,-28.296]],"c":false}],"e":[{"i":[[0,0],[0,0],[5.023,8.361],[0,0]],"o":[[0,0],[0,0],[-6.791,-11.305],[0,0]],"v":[[29.083,14.289],[1.022,26.044],[-15.293,6.51],[-25.084,-16.544]],"c":false}]},{"t":40}],"ix":2},"nm":"Контур 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.830999995213,0.26699999641,0.019999999626,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":2,"nm":"Обводка 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[447.833,640.544],"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":"Преобразовать"}],"nm":"Группа 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":40,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Кривые volosy_back","parent":4,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[278.64,439.945,0],"ix":2},"a":{"a":0,"k":[278.64,439.945,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0.167,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0p167","0p667_1_0p167_0"],"t":0,"s":[100,100,100],"e":[100,96,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,0.833,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p833_1_0p333_0","0p833_0p833_0p333_0","0p833_1_0p333_0"],"t":5,"s":[100,96,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0.167,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0p167","0p667_1_0p167_0"],"t":10,"s":[100,100,100],"e":[100,104,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,0.833,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p833_1_0p333_0","0p833_0p833_0p333_0","0p833_1_0p333_0"],"t":15,"s":[100,104,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0.167,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0p167","0p667_1_0p167_0"],"t":20,"s":[100,100,100],"e":[100,96,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,0.833,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p833_1_0p333_0","0p833_0p833_0p333_0","0p833_1_0p333_0"],"t":25,"s":[100,96,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0.167,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0p167","0p667_1_0p167_0"],"t":30,"s":[100,100,100],"e":[100,104,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,0.833,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p833_1_0p333_0","0p833_0p833_0p333_0","0p833_1_0p333_0"],"t":35,"s":[100,104,100],"e":[100,100,100]},{"t":40}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[18.333,4.667],[0,0],[20.667,14.666],[0,0],[6.667,28],[0,0],[-4.333,20.667],[0,0],[-4.333,9.334],[0,0],[-21,18],[0,0],[-22.661,8.664],[0,0],[-15,2],[0,0],[-25.333,-2.333],[0,0],[-18,-10.334],[0,0],[-13.334,-9],[0,0],[-5,-21.667],[0,0],[4.334,-16.667],[0,0],[3.666,-9],[0,0]],"o":[[0,0],[-18.334,-4.667],[0,0],[-20.667,-14.667],[0,0],[-5.9,-24.781],[0,0],[4.333,-20.667],[0,0],[4.333,-9.333],[0,0],[21,-18],[0,0],[22.666,-8.667],[0,0],[15,-2],[0,0],[25.334,2.334],[0,0],[18,10.333],[0,0],[13.333,9],[0,0],[5,21.666],[0,0],[-4.333,16.667],[0,0],[-3.667,9],[0,0]],"v":[[-65.883,165.167],[-99.217,171.167],[-121.883,149.167],[-159.883,142.834],[-178.551,110.167],[-215.883,75.166],[-205.216,31.834],[-213.883,-10.833],[-194.883,-36.5],[-192.883,-55.5],[-176.551,-67.166],[-161.551,-113.167],[-115.883,-123.167],[-88.217,-157.167],[-49.217,-151.5],[-23.217,-171.833],[5.449,-163.5],[44.449,-173.5],[78.449,-156.833],[119.449,-154.167],[144.449,-121.5],[175.783,-116.833],[191.783,-88.5],[213.45,-62.166],[208.45,-28.166],[217.45,5.167],[199.783,30.167],[199.783,49.5],[179.117,62.167]],"c":false},"ix":2},"nm":"Контур 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":3,"ix":5},"lc":2,"lj":2,"nm":"Обводка 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[253.883,287.833],"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":"Преобразовать"}],"nm":"Группа 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[13.333,9],[0,0],[18,10.333],[0,0],[25.334,2.333],[0,0],[15,-2],[0,0],[22.667,-8.667],[0,0],[21,-18],[0,0],[4.333,-9.334],[0,0],[4.333,-20.666],[0,0],[-10.61,20.795],[0,0],[-5.334,7],[0,0],[-20.667,14.667],[0,0],[-24.166,9.916],[0,0],[-17.177,2.417],[0,0],[-23.667,-3.667],[0,0],[-17.666,-8],[0,0],[-13,-11],[0,0],[-7.25,-4.75]],"o":[[-5,-21.667],[0,0],[-13.334,-9],[0,0],[-18,-10.333],[0,0],[-25.333,-2.334],[0,0],[-15,2],[0,0],[-22.66,8.665],[0,0],[-21,18],[0,0],[-4.334,9.333],[0,0],[-4.334,20.667],[0,0],[8.333,-16.333],[0,0],[5.333,-7],[0,0],[20.667,-14.667],[0,0],[21.189,-8.695],[0,0],[22.5,-3.167],[0,0],[23.667,3.666],[0,0],[17.667,8],[0,0],[13,11],[0,0],[7.25,4.75]],"v":[[215.833,9.834],[194.167,-16.499],[178.167,-44.833],[146.833,-49.499],[121.833,-82.167],[80.833,-84.833],[46.833,-101.499],[7.834,-91.499],[-20.834,-99.833],[-46.833,-79.499],[-85.833,-85.167],[-113.5,-51.167],[-159.167,-41.167],[-174.167,4.833],[-190.5,16.501],[-192.5,35.501],[-211.5,61.167],[-202.833,103.833],[-202.5,62.167],[-178.167,43.167],[-177.5,21.833],[-160.167,13.167],[-147.167,-28.167],[-104.5,-38.083],[-79.833,-70.499],[-41.833,-63.833],[-18.499,-84.167],[10.833,-72.833],[46.833,-86.499],[82.167,-64.499],[115.833,-69.499],[141,-39.833],[174.5,-34.333],[189.833,-9.499],[202.5,-3.583]],"c":true},"ix":2},"nm":"Контур 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.430999995213,0.216000007181,0.654999976065,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Заливка 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[251.5,215.833],"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":"Преобразовать"}],"nm":"Группа 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[18.333,4.667],[0,0],[20.667,14.666],[0,0],[6.667,28],[0,0],[-4.333,20.667],[0,0],[-4.333,9.334],[0,0],[-21,18],[0,0],[-22.661,8.664],[0,0],[-15,2],[0,0],[-25.333,-2.333],[0,0],[-18,-10.334],[0,0],[-13.334,-9],[0,0],[-5,-21.667],[0,0],[4.334,-16.667],[0,0],[3.666,-9],[0,0]],"o":[[0,0],[-18.334,-4.667],[0,0],[-20.667,-14.667],[0,0],[-5.9,-24.781],[0,0],[4.333,-20.667],[0,0],[4.333,-9.333],[0,0],[21,-18],[0,0],[22.666,-8.667],[0,0],[15,-2],[0,0],[25.334,2.334],[0,0],[18,10.333],[0,0],[13.333,9],[0,0],[5,21.666],[0,0],[-4.333,16.667],[0,0],[-3.667,9],[0,0]],"v":[[-65.883,165.167],[-99.217,171.167],[-121.883,149.167],[-159.883,142.834],[-178.551,110.167],[-215.883,75.166],[-205.216,31.834],[-213.883,-10.833],[-194.883,-36.5],[-192.883,-55.5],[-176.551,-67.166],[-161.551,-113.167],[-115.883,-123.167],[-88.217,-157.167],[-49.217,-151.5],[-23.217,-171.833],[5.449,-163.5],[44.449,-173.5],[78.449,-156.833],[119.449,-154.167],[144.449,-121.5],[175.783,-116.833],[191.783,-88.5],[213.45,-62.166],[208.45,-28.166],[217.45,5.167],[199.783,30.167],[199.783,49.5],[179.117,62.167]],"c":false},"ix":2},"nm":"Контур 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.180000005984,0.035000000748,0.144999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Заливка 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[253.883,287.833],"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":"Преобразовать"}],"nm":"Группа 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":40,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Кривые L_ruka","parent":4,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[461.575,424.56,0],"ix":2},"a":{"a":0,"k":[454.176,425.589,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-16.006,-12.996],[5.725,-7.226],[14.647,3.007],[0,0]],"o":[[0,0],[13.914,11.297],[-5.723,7.228],[-14.5,-2.976],[0,0]],"v":[[-27.114,-31.501],[5.777,-13.773],[26.534,24.273],[-5.875,15.152],[-32.259,13.552]],"c":false},"ix":2},"nm":"Контур 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.830999995213,0.26699999641,0.019999999626,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":2,"nm":"Обводка 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[487.767,436.625],"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":"Преобразовать"}],"nm":"Группа 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-14.69,18.569],[-16.006,-12.996],[5.724,-7.228],[14.647,3.007],[0,0]],"o":[[0,0],[13.915,11.297],[-5.724,7.227],[-14.499,-2.977],[0,0]],"v":[[-22.341,-31.501],[10.55,-13.773],[31.307,24.274],[-1.102,15.153],[-27.485,13.552]],"c":true},"ix":2},"nm":"Контур 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.875,0.039000002543,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Заливка 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[482.32,436.17],"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":"Преобразовать"}],"nm":"Группа 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":40,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"cipa 2","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[250,266,0],"ix":2},"a":{"a":0,"k":[450,450,0],"ix":1},"s":{"a":0,"k":[80,80,100],"ix":6}},"ao":0,"w":900,"h":900,"ip":0,"op":32,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/gaming_pad.json b/ohos/flutter_lottie/assets/lottiefiles/gaming_pad.json new file mode 100644 index 0000000000000000000000000000000000000000..847b7e2556ea6e0f3b6ef482b8f294707f4d09b3 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/gaming_pad.json @@ -0,0 +1 @@ +{"v":"4.11.2","fr":30,"ip":0,"op":60,"w":1200,"h":1200,"nm":"合成","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"形状图层 26","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":1096,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.478],"y":[1.012]},"o":{"x":[0.865],"y":[0]},"n":["0p478_1p012_0p865_0"],"t":31,"s":[1490.203],"e":[962.203]},{"i":{"x":[0.344],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p344_1_0p333_0"],"t":38,"s":[962.203],"e":[962.203]},{"i":{"x":[0.376],"y":[1.019]},"o":{"x":[0.468],"y":[-0.008]},"n":["0p376_1p019_0p468_-0p008"],"t":40,"s":[962.203],"e":[1491.203]},{"t":47}],"ix":4}},"a":{"a":0,"k":[-5.438,400.203,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":24,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_0"],"t":26,"s":[100,100,100],"e":[118,52,100]},{"i":{"x":[0.281,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.697,0.333,0.333],"y":[0.051,0,0]},"n":["0p281_1_0p697_0p051","0p667_1_0p333_0","0p667_1_0p333_0"],"t":31,"s":[118,52,100],"e":[80,100,100]},{"i":{"x":[0.648,0.648,0.648],"y":[1,1,1]},"o":{"x":[0.308,0.308,0.308],"y":[0,0,0]},"n":["0p648_1_0p308_0","0p648_1_0p308_0","0p648_1_0p308_0"],"t":38,"s":[80,100,100],"e":[80,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.389,0.389,0.389],"y":[0,0,0]},"n":["0p667_1_0p389_0","0p667_1_0p389_0","0p667_1_0p389_0"],"t":40,"s":[80,100,100],"e":[118,52,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0","0p833_1_0p167_0"],"t":48,"s":[118,52,100],"e":[100,100,100]},{"t":51}],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[472.773,325.031],[-436.438,325.031],[-436.438,516],[472.773,516]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"蒙版 1"}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[701.125,144.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":99,"ix":4},"nm":"矩形路径 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.886274509804,0.478431372549,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-5.438,328.102],"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":"变换"}],"nm":"矩形 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":24,"op":62,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"形状图层 24","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":1096,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.478],"y":[1.012]},"o":{"x":[0.865],"y":[0]},"n":["0p478_1p012_0p865_0"],"t":31,"s":[1490.203],"e":[962.203]},{"i":{"x":[0.344],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p344_1_0p333_0"],"t":38,"s":[962.203],"e":[962.203]},{"i":{"x":[0.376],"y":[1.019]},"o":{"x":[0.468],"y":[-0.008]},"n":["0p376_1p019_0p468_-0p008"],"t":40,"s":[962.203],"e":[1491.203]},{"t":47}],"ix":4}},"a":{"a":0,"k":[-5.438,400.203,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":24,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_0"],"t":26,"s":[100,100,100],"e":[118,52,100]},{"i":{"x":[0.281,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.697,0.333,0.333],"y":[0.051,0,0]},"n":["0p281_1_0p697_0p051","0p667_1_0p333_0","0p667_1_0p333_0"],"t":31,"s":[118,52,100],"e":[80,100,100]},{"i":{"x":[0.648,0.648,0.648],"y":[1,1,1]},"o":{"x":[0.308,0.308,0.308],"y":[0,0,0]},"n":["0p648_1_0p308_0","0p648_1_0p308_0","0p648_1_0p308_0"],"t":38,"s":[80,100,100],"e":[80,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.389,0.389,0.389],"y":[0,0,0]},"n":["0p667_1_0p389_0","0p667_1_0p389_0","0p667_1_0p389_0"],"t":40,"s":[80,100,100],"e":[118,52,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_0p833_0p167_0","0p833_0p833_0p167_0","0p833_1_0p167_0"],"t":48,"s":[118,52,100],"e":[100,100,100]},{"t":51}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[701.125,144.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":99,"ix":4},"nm":"矩形路径 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.802113970588,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-5.438,328.102],"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":"变换"}],"nm":"矩形 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":24,"op":62,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"形状图层 25","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1096,1490.203,0],"ix":2},"a":{"a":0,"k":[-5.438,400.203,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[404.352,322.906],[-417.438,322.906],[-417.438,485],[404.352,485]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"蒙版 1"}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[701.125,144.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":99,"ix":4},"nm":"矩形路径 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.886810661765,0.477312783634,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-5.438,328.102],"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":"变换"}],"nm":"矩形 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":24,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"形状图层 23","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1096,1490.203,0],"ix":2},"a":{"a":0,"k":[-5.438,400.203,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[701.125,144.203],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":99,"ix":4},"nm":"矩形路径 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.802113970588,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-5.438,328.102],"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":"变换"}],"nm":"矩形 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":24,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"形状图层 16","parent":15,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.702,"y":0},"o":{"x":0.333,"y":0},"n":"0p702_0_0p333_0","t":10,"s":[-82.141,-35.369,0],"e":[42.53,-35.369,0],"to":[16.86789894104,0,0],"ti":[-40.7180671691895,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.138,"y":1},"n":"0p667_1_0p138_1","t":13,"s":[42.53,-35.369,0],"e":[81.158,-35.369,0],"to":[24.9811515808105,0,0],"ti":[-10.3487119674683,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":15,"s":[81.158,-35.369,0],"e":[81.158,-35.369,0],"to":[27.216609954834,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[81.158,-35.369,0],"e":[26.276,-35.369,0],"to":[0,0,0],"ti":[0,0,0]},{"t":25}],"ix":2},"a":{"a":0,"k":[-180.047,-540.047,0],"ix":1},"s":{"a":0,"k":[23.569,23.569,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[119.906,119.906],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"椭圆路径 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.992984068627,0.992984068627,0.992984068627,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-180.047,-540.047],"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":"变换"}],"nm":"椭圆 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":25,"op":64,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"形状图层 15","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":10,"s":[1033.314,857.953,0],"e":[1340.314,857.953,0],"to":[51.1666679382324,0,0],"ti":[-51.1666679382324,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":15,"s":[1340.314,857.953,0],"e":[1340.314,857.953,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[1340.314,857.953,0],"e":[1183.314,857.953,0],"to":[-26.1666660308838,0,0],"ti":[26.1666660308838,0,0]},{"t":24}],"ix":2},"a":{"a":0,"k":[-180.047,-540.047,0],"ix":1},"s":{"a":0,"k":[70,70,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[119.906,119.906],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"椭圆路径 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.992984068627,0.992984068627,0.992984068627,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-180.047,-540.047],"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":"变换"}],"nm":"椭圆 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":10,"op":25,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"形状图层 14","parent":15,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[23.67,-35.369,0],"ix":2},"a":{"a":0,"k":[-180.047,-540.047,0],"ix":1},"s":{"a":0,"k":[23.569,23.569,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[119.906,119.906],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"椭圆路径 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.992984068627,0.992984068627,0.992984068627,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-180.047,-540.047],"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":"变换"}],"nm":"椭圆 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":10,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"形状图层 8","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},"n":"0p833_0p833_0p167_0p167","t":13,"s":[1017.075,1137.781,0],"e":[937.109,1142.781,0],"to":[-13.3276557922363,0.83333331346512,0],"ti":[25.1609897613525,-0.83333331346512,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[937.109,1142.781,0],"e":[866.109,1142.781,0],"to":[-25.1609897613525,0.83333331346512,0],"ti":[11.8333330154419,0,0]},{"t":19}],"ix":2},"a":{"a":0,"k":[158.781,-319.219,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":13,"s":[112,112,100],"e":[176,176,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":15,"s":[176,176,100],"e":[0,0,100]},{"t":19}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[37.562,37.562],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"椭圆路径 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.403921568627,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[158.781,-319.219],"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":"变换"}],"nm":"椭圆 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":10,"op":62,"st":10,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"形状图层 7","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},"n":"0p833_0p833_0p167_0p167","t":13,"s":[915.781,1016.781,0],"e":[766.781,1027.781,0],"to":[-24.8333339691162,1.83333337306976,0],"ti":[36.6666679382324,-1.83333337306976,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[766.781,1027.781,0],"e":[695.781,1027.781,0],"to":[-36.6666679382324,1.83333337306976,0],"ti":[11.8333330154419,0,0]},{"t":19}],"ix":2},"a":{"a":0,"k":[158.781,-319.219,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":13,"s":[154,154,100],"e":[216,216,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":15,"s":[216,216,100],"e":[0,0,100]},{"t":19}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[37.562,37.562],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"椭圆路径 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.403921568627,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[158.781,-319.219],"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":"变换"}],"nm":"椭圆 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":10,"op":62,"st":10,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"形状图层 6","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},"n":"0p833_0p833_0p167_0p167","t":13,"s":[1011.075,784.781,0],"e":[893.069,786.781,0],"to":[-19.6676559448242,0.33333334326744,0],"ti":[31.5009880065918,-0.33333334326744,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[893.069,786.781,0],"e":[822.069,786.781,0],"to":[-31.5009880065918,0.33333334326744,0],"ti":[11.8333330154419,0,0]},{"t":19}],"ix":2},"a":{"a":0,"k":[158.781,-319.219,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":13,"s":[120,120,100],"e":[164,164,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":15,"s":[164,164,100],"e":[0,0,100]},{"t":19}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[37.562,37.562],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"椭圆路径 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.403921568627,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[158.781,-319.219],"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":"变换"}],"nm":"椭圆 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":10,"op":62,"st":10,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"形状图层 21","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},"n":"0p833_0p833_0p167_0p167","t":3,"s":[1150.075,1137.781,0],"e":[1281.781,1142.781,0],"to":[21.951042175293,0.83333331346512,0],"ti":[-28.1177082061768,-0.83333331346512,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[1281.781,1142.781,0],"e":[1318.781,1142.781,0],"to":[28.1177082061768,0.83333331346512,0],"ti":[-6.16666650772095,0,0]},{"t":9}],"ix":2},"a":{"a":0,"k":[158.781,-319.219,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":3,"s":[112,112,100],"e":[185,185,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":5,"s":[185,185,100],"e":[0,0,100]},{"t":9}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[37.562,37.562],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"椭圆路径 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.403921568627,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[158.781,-319.219],"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":"变换"}],"nm":"椭圆 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":3,"op":70,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"形状图层 4","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},"n":"0p833_0p833_0p167_0p167","t":3,"s":[1252.781,910.781,0],"e":[1427.781,899.781,0],"to":[29.1666660308838,-1.83333337306976,0],"ti":[-35.3333320617676,1.83333337306976,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[1427.781,899.781,0],"e":[1464.781,899.781,0],"to":[35.3333320617676,-1.83333337306976,0],"ti":[-6.16666650772095,0,0]},{"t":9}],"ix":2},"a":{"a":0,"k":[158.781,-319.219,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":3,"s":[154,154,100],"e":[225,225,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":5,"s":[225,225,100],"e":[0,0,100]},{"t":9}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[37.562,37.562],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"椭圆路径 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.403921568627,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[158.781,-319.219],"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":"变换"}],"nm":"椭圆 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"形状图层 3","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},"n":"0p833_0p833_0p167_0p167","t":3,"s":[1144.075,784.781,0],"e":[1281.781,782.781,0],"to":[22.951042175293,-0.33333334326744,0],"ti":[-29.1177082061768,0.33333334326744,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[1281.781,782.781,0],"e":[1318.781,782.781,0],"to":[29.1177082061768,-0.33333334326744,0],"ti":[-6.16666650772095,0,0]},{"t":9}],"ix":2},"a":{"a":0,"k":[158.781,-319.219,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":3,"s":[120,120,100],"e":[173,173,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":5,"s":[173,173,100],"e":[0,0,100]},{"t":9}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[37.562,37.562],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"椭圆路径 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.403921568627,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[158.781,-319.219],"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":"变换"}],"nm":"椭圆 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"形状图层 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[0],"e":[180]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":11,"s":[180],"e":[180]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[180],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":21,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":26,"s":[0],"e":[0]},{"t":31}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[1098,963,0],"e":[956,963,0],"to":[-23.6666660308838,0,0],"ti":[23.6666660308838,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":5,"s":[956,963,0],"e":[956,963,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":10,"s":[956,963,0],"e":[1258,963,0],"to":[50.3333320617676,0,0],"ti":[-50.3333320617676,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":15,"s":[1258,963,0],"e":[1258,963,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[1258,963,0],"e":[1098,963,0],"to":[-26.6666660308838,0,0],"ti":[26.6666660308838,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":24,"s":[1098,963,0],"e":[1098,963,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.3,"y":1},"o":{"x":0.333,"y":0},"n":"0p3_1_0p333_0","t":26,"s":[1098,963,0],"e":[1098,1114,0],"to":[0,25.1666660308838,0],"ti":[0,69.6666641235352,0]},{"i":{"x":0.405,"y":1},"o":{"x":0.603,"y":0},"n":"0p405_1_0p603_0","t":31,"s":[1098,1114,0],"e":[1098,545,0],"to":[0,-69.6666641235352,0],"ti":[0,94.8333358764648,0]},{"i":{"x":0.405,"y":0.405},"o":{"x":0.71,"y":0.71},"n":"0p405_0p405_0p71_0p71","t":38,"s":[1098,545,0],"e":[1098,545,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.372,"y":1},"o":{"x":0.71,"y":0},"n":"0p372_1_0p71_0","t":40,"s":[1098,545,0],"e":[1098,1071,0],"to":[0,87.6666641235352,0],"ti":[0,-69.5,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":47,"s":[1098,1071,0],"e":[1098,962,0],"to":[0,69.5,0],"ti":[0,18.1666660308838,0]},{"t":51}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":24,"s":[297,297,100],"e":[297,297,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":26,"s":[297,297,100],"e":[310,250,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":31,"s":[310,250,100],"e":[245.714,313,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":35,"s":[245.714,313,100],"e":[297,226,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":38,"s":[297,226,100],"e":[297,226,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":40,"s":[297,226,100],"e":[245.714,313,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":43,"s":[245.714,313,100],"e":[309,250,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":47,"s":[309,250,100],"e":[297,297,100]},{"t":51}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,-3.375],[0.267,-2.498],[0.623,-2.711],[0.406,-1.373],[0.721,-1.845],[0.892,-1.805],[0.185,-0.358],[2.404,-3.188],[2.864,-2.712],[1.374,-1.119],[1.545,-1.066],[1.932,-1.082],[12.516,0],[0,39.028],[-39.028,0],[-7.004,-2.325],[-2.532,-1.194],[-2.112,-1.284],[-2.128,-1.653],[-1.694,-1.607],[-1.838,-2.228],[-2.271,-4.321],[-1.33,-4.597],[-0.468,-3.321]],"o":[[0,2.569],[-0.302,2.82],[-0.323,1.406],[-0.567,1.917],[-0.738,1.888],[-0.179,0.362],[-1.844,3.575],[-2.379,3.155],[-1.286,1.218],[-1.452,1.183],[-1.815,1.253],[-10.196,5.708],[-39.028,0],[0,-39.028],[7.784,0],[2.685,0.891],[2.249,1.061],[2.312,1.405],[1.846,1.434],[2.093,1.986],[3.082,3.735],[2.186,4.16],[0.913,3.156],[0.458,3.249]],"v":[[70.667,0],[70.262,7.603],[68.87,15.904],[67.775,20.073],[65.841,25.719],[63.393,31.262],[62.848,32.342],[56.461,42.503],[48.582,51.319],[44.59,54.825],[40.092,58.201],[34.469,61.705],[0,70.667],[-70.667,0],[0,-70.667],[22.278,-67.083],[30.109,-63.95],[36.653,-60.43],[43.318,-55.837],[48.631,-51.272],[54.535,-44.945],[62.594,-32.831],[67.893,-19.669],[69.972,-9.945]],"c":true}],"e":[{"i":[[0.754,-2.364],[0.241,-3.124],[-0.643,-1.952],[-1.401,-1.373],[0.577,-2.907],[0.919,-0.825],[0.309,-0.091],[2.122,-5.045],[-0.448,-2.16],[0.329,-1.834],[1.677,-1.875],[1.546,-0.865],[11.895,0],[0,39.028],[-39.028,0],[-5.622,-1.8],[-2.056,-3.04],[-0.57,-1.453],[-0.608,-1.196],[-0.555,-5.021],[-1.783,-1.183],[-2.46,-2.785],[-1.064,-5.436],[0.468,-2.382]],"o":[[-0.808,2.009],[-0.266,3.306],[0.205,0.932],[0.268,1.195],[-0.591,2.93],[-0.203,0.222],[-3.21,0.946],[-1.704,5.037],[-0.205,0.91],[-0.265,1.475],[-2.073,2.625],[-8.157,4.566],[-39.028,0],[0,-39.028],[7.784,0],[2.979,0.937],[1.828,2.789],[0.739,1.399],[-0.057,1.511],[2.62,2.399],[2.784,1.967],[2.336,2.666],[0.73,4.47],[-0.444,2.316]],"v":[[68.392,-2.975],[66.122,4.195],[69.452,11.736],[76.117,15.849],[77.486,22.931],[73.161,29.053],[61.46,31.054],[51.058,40.73],[50.323,49.785],[52.046,54.584],[50.198,59.375],[43.774,64.107],[0,70.667],[-70.667,0],[0,-70.667],[33.19,-68.221],[40.509,-63.038],[44.778,-56.466],[46.452,-52.337],[49.93,-42.354],[56.15,-36.509],[71.304,-29.439],[77.508,-19.905],[75.909,-9.164]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":1,"s":[{"i":[[0.754,-2.364],[0.241,-3.124],[-0.643,-1.952],[-1.401,-1.373],[0.577,-2.907],[0.919,-0.825],[0.309,-0.091],[2.122,-5.045],[-0.448,-2.16],[0.329,-1.834],[1.677,-1.875],[1.546,-0.865],[11.895,0],[0,39.028],[-39.028,0],[-5.622,-1.8],[-2.056,-3.04],[-0.57,-1.453],[-0.608,-1.196],[-0.555,-5.021],[-1.783,-1.183],[-2.46,-2.785],[-1.064,-5.436],[0.468,-2.382]],"o":[[-0.808,2.009],[-0.266,3.306],[0.205,0.932],[0.268,1.195],[-0.591,2.93],[-0.203,0.222],[-3.21,0.946],[-1.704,5.037],[-0.205,0.91],[-0.265,1.475],[-2.073,2.625],[-8.157,4.566],[-39.028,0],[0,-39.028],[7.784,0],[2.979,0.937],[1.828,2.789],[0.739,1.399],[-0.057,1.511],[2.62,2.399],[2.784,1.967],[2.336,2.666],[0.73,4.47],[-0.444,2.316]],"v":[[68.392,-2.975],[66.122,4.195],[69.452,11.736],[76.117,15.849],[77.486,22.931],[73.161,29.053],[61.46,31.054],[51.058,40.73],[50.323,49.785],[52.046,54.584],[50.198,59.375],[43.774,64.107],[0,70.667],[-70.667,0],[0,-70.667],[33.19,-68.221],[40.509,-63.038],[44.778,-56.466],[46.452,-52.337],[49.93,-42.354],[56.15,-36.509],[71.304,-29.439],[77.508,-19.905],[75.909,-9.164]],"c":true}],"e":[{"i":[[1.131,-1.858],[0.227,-3.437],[-1.276,-1.572],[-2.305,-1.374],[0.505,-3.437],[0.933,-0.335],[0.21,-0.153],[1.981,-5.974],[-1.132,-1.705],[0.577,-1.253],[1.302,-3.122],[1.353,-0.757],[11.584,0],[0,39.028],[-39.028,0],[-4.931,-1.537],[-1.818,-3.963],[0.201,-1.538],[0.153,-0.967],[-3.517,-5.105],[-1.755,-0.66],[-2.555,-2.018],[-0.931,-5.855],[0.935,-1.912]],"o":[[-1.212,1.73],[-0.249,3.549],[0.47,0.696],[0.685,0.833],[-0.517,3.451],[-0.215,0.153],[-2.158,1.546],[-1.367,5.978],[0.335,0.756],[-0.568,1.092],[-1.581,3.627],[-7.138,3.996],[-39.028,0],[0,-39.028],[7.784,0],[3.126,0.96],[1.617,3.653],[-0.047,1.396],[-1.009,1.549],[2.883,2.605],[2.635,1.082],[2.411,1.92],[0.639,5.127],[-0.895,1.85]],"v":[[67.629,-3.088],[64.678,3.991],[68.493,11.277],[79.663,15.236],[81.433,22.161],[76.67,28.199],[60.267,30.284],[48.356,39.843],[50.569,50.143],[54.899,53.589],[54.75,59.212],[48.426,65.309],[0,70.667],[-70.667,0],[0,-70.667],[38.646,-68.79],[47.084,-62.956],[48.716,-55.109],[45.769,-50.587],[47.204,-36.52],[54.582,-31.916],[79.159,-28.368],[85.315,-19.648],[83.127,-9.149]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[1.131,-1.858],[0.227,-3.437],[-1.276,-1.572],[-2.305,-1.374],[0.505,-3.437],[0.933,-0.335],[0.21,-0.153],[1.981,-5.974],[-1.132,-1.705],[0.577,-1.253],[1.302,-3.122],[1.353,-0.757],[11.584,0],[0,39.028],[-39.028,0],[-4.931,-1.537],[-1.818,-3.963],[0.201,-1.538],[0.153,-0.967],[-3.517,-5.105],[-1.755,-0.66],[-2.555,-2.018],[-0.931,-5.855],[0.935,-1.912]],"o":[[-1.212,1.73],[-0.249,3.549],[0.47,0.696],[0.685,0.833],[-0.517,3.451],[-0.215,0.153],[-2.158,1.546],[-1.367,5.978],[0.335,0.756],[-0.568,1.092],[-1.581,3.627],[-7.138,3.996],[-39.028,0],[0,-39.028],[7.784,0],[3.126,0.96],[1.617,3.653],[-0.047,1.396],[-1.009,1.549],[2.883,2.605],[2.635,1.082],[2.411,1.92],[0.639,5.127],[-0.895,1.85]],"v":[[67.629,-3.088],[64.678,3.991],[68.493,11.277],[79.663,15.236],[81.433,22.161],[76.67,28.199],[60.267,30.284],[48.356,39.843],[50.569,50.143],[54.899,53.589],[54.75,59.212],[48.426,65.309],[0,70.667],[-70.667,0],[0,-70.667],[38.646,-68.79],[47.084,-62.956],[48.716,-55.109],[45.769,-50.587],[47.204,-36.52],[54.582,-31.916],[79.159,-28.368],[85.315,-19.648],[83.127,-9.149]],"c":true}],"e":[{"i":[[1.508,-1.352],[0.214,-3.75],[-1.909,-1.193],[-3.208,-1.374],[0.433,-3.968],[0.946,0.156],[0.111,-0.215],[1.84,-6.903],[-1.815,-1.25],[0.825,-0.671],[0.927,-4.369],[1.159,-0.649],[11.274,0],[0,39.028],[-39.028,0],[-4.24,-1.274],[-1.58,-4.886],[0.972,-1.623],[0.913,-0.739],[-6.478,-5.188],[-1.727,-0.138],[-2.649,-1.25],[-0.798,-6.275],[1.403,-1.443]],"o":[[-1.617,1.45],[-0.231,3.792],[0.734,0.459],[1.103,0.472],[-0.443,3.972],[-0.228,0.083],[-1.106,2.145],[-1.03,6.919],[0.875,0.603],[-0.871,0.71],[-1.089,4.629],[-6.118,3.425],[-39.028,0],[0,-39.028],[7.784,0],[3.272,0.983],[1.406,4.516],[-0.834,1.393],[-1.961,1.587],[3.147,2.812],[2.486,0.198],[2.486,1.173],[0.548,5.784],[-1.345,1.384]],"v":[[66.867,-3.2],[63.233,3.787],[67.534,10.818],[83.208,14.624],[85.381,21.392],[80.179,27.344],[59.073,29.515],[45.655,38.956],[50.815,50.5],[57.752,52.593],[59.303,59.049],[53.079,66.51],[0,70.667],[-70.667,0],[0,-70.667],[44.103,-69.358],[53.659,-62.875],[52.653,-53.752],[45.086,-48.837],[44.478,-30.687],[53.014,-27.323],[87.014,-27.298],[93.123,-19.391],[90.345,-9.134]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[1.508,-1.352],[0.214,-3.75],[-1.909,-1.193],[-3.208,-1.374],[0.433,-3.968],[0.946,0.156],[0.111,-0.215],[1.84,-6.903],[-1.815,-1.25],[0.825,-0.671],[0.927,-4.369],[1.159,-0.649],[11.274,0],[0,39.028],[-39.028,0],[-4.24,-1.274],[-1.58,-4.886],[0.972,-1.623],[0.913,-0.739],[-6.478,-5.188],[-1.727,-0.138],[-2.649,-1.25],[-0.798,-6.275],[1.403,-1.443]],"o":[[-1.617,1.45],[-0.231,3.792],[0.734,0.459],[1.103,0.472],[-0.443,3.972],[-0.228,0.083],[-1.106,2.145],[-1.03,6.919],[0.875,0.603],[-0.871,0.71],[-1.089,4.629],[-6.118,3.425],[-39.028,0],[0,-39.028],[7.784,0],[3.272,0.983],[1.406,4.516],[-0.834,1.393],[-1.961,1.587],[3.147,2.812],[2.486,0.198],[2.486,1.173],[0.548,5.784],[-1.345,1.384]],"v":[[66.867,-3.2],[63.233,3.787],[67.534,10.818],[83.208,14.624],[85.381,21.392],[80.179,27.344],[59.073,29.515],[45.655,38.956],[50.815,50.5],[57.752,52.593],[59.303,59.049],[53.079,66.51],[0,70.667],[-70.667,0],[0,-70.667],[44.103,-69.358],[53.659,-62.875],[52.653,-53.752],[45.086,-48.837],[44.478,-30.687],[53.014,-27.323],[87.014,-27.298],[93.123,-19.391],[90.345,-9.134]],"c":true}],"e":[{"i":[[0,0],[0.134,-5.629],[0,0],[0,0],[0,-7.151],[0,0],[0,0],[0.995,-12.476],[0,0],[0,0],[0,-9.322],[0,0],[9.41,0],[0,39.028],[-39.028,0],[0,0],[-0.152,-10.424],[0,0],[0,0],[0.175,-8.814],[0,0],[0,0],[0,-8.791],[0,0]],"o":[[0,0],[-0.125,5.25],[0,0],[0,0],[0,7.099],[0,0],[0,0],[-0.946,11.864],[0,0],[0,0],[0,9.694],[0,0],[-39.028,0],[0,-39.028],[7.784,0],[0,0],[0.141,9.7],[0,0],[0,0],[-0.178,8.934],[0,0],[0,0],[0,9.725],[0,0]],"v":[[61.167,-8],[56.125,-1],[62.092,6.312],[106.358,7.076],[111.879,14.901],[105.357,21.469],[53.411,21.838],[36.946,34.886],[47.604,48.648],[75.931,50.182],[84.682,59.697],[76.931,69.343],[0,70.667],[-70.667,0],[0,-70.667],[77.778,-70.583],[88.359,-59.7],[77.903,-49.36],[46.693,-48.962],[39.178,-39.184],[47.225,-29.953],[123.644,-28.998],[130.967,-18.975],[124.03,-9.479]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[0,0],[0.134,-5.629],[0,0],[0,0],[0,-7.151],[0,0],[0,0],[0.995,-12.476],[0,0],[0,0],[0,-9.322],[0,0],[9.41,0],[0,39.028],[-39.028,0],[0,0],[-0.152,-10.424],[0,0],[0,0],[0.175,-8.814],[0,0],[0,0],[0,-8.791],[0,0]],"o":[[0,0],[-0.125,5.25],[0,0],[0,0],[0,7.099],[0,0],[0,0],[-0.946,11.864],[0,0],[0,0],[0,9.694],[0,0],[-39.028,0],[0,-39.028],[7.784,0],[0,0],[0.141,9.7],[0,0],[0,0],[-0.178,8.934],[0,0],[0,0],[0,9.725],[0,0]],"v":[[61.167,-8],[56.125,-1],[62.092,6.312],[106.358,7.076],[111.879,14.901],[105.357,21.469],[53.411,21.838],[36.946,34.886],[47.604,48.648],[75.931,50.182],[84.682,59.697],[76.931,69.343],[0,70.667],[-70.667,0],[0,-70.667],[77.778,-70.583],[88.359,-59.7],[77.903,-49.36],[46.693,-48.962],[39.178,-39.184],[47.225,-29.953],[123.644,-28.998],[130.967,-18.975],[124.03,-9.479]],"c":true}],"e":[{"i":[[0,0],[0.134,-5.629],[0,0],[0,0],[0,-7.151],[0,0],[0,0],[0.995,-12.476],[0,0],[0,0],[0,-9.322],[0,0],[9.41,0],[0,39.028],[-39.028,0],[0,0],[-1.827,-8.313],[0,0],[2.569,-1.611],[0.216,-4.923],[-3.676,-0.768],[0,0],[-0.236,-6.955],[0,0]],"o":[[0,0],[-0.125,5.25],[0,0],[0,0],[0,7.099],[0,0],[0,0],[-0.946,11.864],[0,0],[0,0],[0,9.694],[0,0],[-39.028,0],[0,-39.028],[7.784,0],[0,0],[2.082,9.475],[0,0],[-2.874,1.802],[-0.259,5.899],[7.994,1.67],[0,0],[0.346,10.221],[0,0]],"v":[[65.544,-6.99],[59.829,0.347],[65.796,5.976],[70.668,7.076],[76.862,14.565],[69.33,21.469],[53.411,21.838],[36.946,34.886],[47.604,48.648],[52.026,49.172],[63.47,60.708],[49.321,71.363],[0,70.667],[-70.667,0],[0,-70.667],[54.209,-69.237],[64.116,-60.71],[53.324,-50.033],[46.019,-49.299],[40.525,-40.194],[48.909,-32.31],[79.199,-29.335],[90.563,-20.659],[80.259,-9.479]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[0,0],[0.134,-5.629],[0,0],[0,0],[0,-7.151],[0,0],[0,0],[0.995,-12.476],[0,0],[0,0],[0,-9.322],[0,0],[9.41,0],[0,39.028],[-39.028,0],[0,0],[-1.827,-8.313],[0,0],[2.569,-1.611],[0.216,-4.923],[-3.676,-0.768],[0,0],[-0.236,-6.955],[0,0]],"o":[[0,0],[-0.125,5.25],[0,0],[0,0],[0,7.099],[0,0],[0,0],[-0.946,11.864],[0,0],[0,0],[0,9.694],[0,0],[-39.028,0],[0,-39.028],[7.784,0],[0,0],[2.082,9.475],[0,0],[-2.874,1.802],[-0.259,5.899],[7.994,1.67],[0,0],[0.346,10.221],[0,0]],"v":[[65.544,-6.99],[59.829,0.347],[65.796,5.976],[70.668,7.076],[76.862,14.565],[69.33,21.469],[53.411,21.838],[36.946,34.886],[47.604,48.648],[52.026,49.172],[63.47,60.708],[49.321,71.363],[0,70.667],[-70.667,0],[0,-70.667],[54.209,-69.237],[64.116,-60.71],[53.324,-50.033],[46.019,-49.299],[40.525,-40.194],[48.909,-32.31],[79.199,-29.335],[90.563,-20.659],[80.259,-9.479]],"c":true}],"e":[{"i":[[0.754,-2.364],[0.241,-3.124],[-0.643,-1.952],[-1.401,-1.373],[0.577,-2.907],[0.919,-0.825],[0.309,-0.091],[2.122,-5.045],[-0.448,-2.16],[0.329,-1.834],[1.677,-1.875],[1.546,-0.865],[11.895,0],[0,39.028],[-39.028,0],[-5.622,-1.8],[-2.056,-3.04],[-0.57,-1.453],[-0.608,-1.196],[-0.555,-5.021],[-1.783,-1.183],[-2.46,-2.785],[-1.064,-5.436],[0.468,-2.382]],"o":[[-0.808,2.009],[-0.266,3.306],[0.205,0.932],[0.268,1.195],[-0.591,2.93],[-0.203,0.222],[-3.21,0.946],[-1.704,5.037],[-0.205,0.91],[-0.265,1.475],[-2.073,2.625],[-8.157,4.566],[-39.028,0],[0,-39.028],[7.784,0],[2.979,0.937],[1.828,2.789],[0.739,1.399],[-0.057,1.511],[2.62,2.399],[2.784,1.967],[2.336,2.666],[0.73,4.47],[-0.444,2.316]],"v":[[68.392,-2.975],[66.122,4.195],[69.452,11.736],[76.117,15.849],[77.486,22.931],[73.161,29.053],[61.46,31.054],[51.058,40.73],[50.323,49.785],[52.046,54.584],[50.198,59.375],[43.774,64.107],[0,70.667],[-70.667,0],[0,-70.667],[33.19,-68.221],[40.509,-63.038],[44.778,-56.466],[46.452,-52.337],[49.93,-42.354],[56.15,-36.509],[71.304,-29.439],[77.508,-19.905],[75.909,-9.164]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[0.754,-2.364],[0.241,-3.124],[-0.643,-1.952],[-1.401,-1.373],[0.577,-2.907],[0.919,-0.825],[0.309,-0.091],[2.122,-5.045],[-0.448,-2.16],[0.329,-1.834],[1.677,-1.875],[1.546,-0.865],[11.895,0],[0,39.028],[-39.028,0],[-5.622,-1.8],[-2.056,-3.04],[-0.57,-1.453],[-0.608,-1.196],[-0.555,-5.021],[-1.783,-1.183],[-2.46,-2.785],[-1.064,-5.436],[0.468,-2.382]],"o":[[-0.808,2.009],[-0.266,3.306],[0.205,0.932],[0.268,1.195],[-0.591,2.93],[-0.203,0.222],[-3.21,0.946],[-1.704,5.037],[-0.205,0.91],[-0.265,1.475],[-2.073,2.625],[-8.157,4.566],[-39.028,0],[0,-39.028],[7.784,0],[2.979,0.937],[1.828,2.789],[0.739,1.399],[-0.057,1.511],[2.62,2.399],[2.784,1.967],[2.336,2.666],[0.73,4.47],[-0.444,2.316]],"v":[[68.392,-2.975],[66.122,4.195],[69.452,11.736],[76.117,15.849],[77.486,22.931],[73.161,29.053],[61.46,31.054],[51.058,40.73],[50.323,49.785],[52.046,54.584],[50.198,59.375],[43.774,64.107],[0,70.667],[-70.667,0],[0,-70.667],[33.19,-68.221],[40.509,-63.038],[44.778,-56.466],[46.452,-52.337],[49.93,-42.354],[56.15,-36.509],[71.304,-29.439],[77.508,-19.905],[75.909,-9.164]],"c":true}],"e":[{"i":[[0,-3.375],[0.267,-2.498],[0.623,-2.711],[0.406,-1.373],[0.721,-1.845],[0.892,-1.805],[0.185,-0.358],[2.404,-3.188],[2.864,-2.712],[1.374,-1.119],[1.545,-1.066],[1.932,-1.082],[12.516,0],[0,39.028],[-39.028,0],[-7.004,-2.325],[-2.532,-1.194],[-2.112,-1.284],[-2.128,-1.653],[-1.694,-1.607],[-1.838,-2.228],[-2.271,-4.321],[-1.33,-4.597],[-0.468,-3.321]],"o":[[0,2.569],[-0.302,2.82],[-0.323,1.406],[-0.567,1.917],[-0.738,1.888],[-0.179,0.362],[-1.844,3.575],[-2.379,3.155],[-1.286,1.218],[-1.452,1.183],[-1.815,1.253],[-10.196,5.708],[-39.028,0],[0,-39.028],[7.784,0],[2.685,0.891],[2.249,1.061],[2.312,1.405],[1.846,1.434],[2.093,1.986],[3.082,3.735],[2.186,4.16],[0.913,3.156],[0.458,3.249]],"v":[[70.667,0],[70.262,7.603],[68.87,15.904],[67.775,20.073],[65.841,25.719],[63.393,31.262],[62.848,32.342],[56.461,42.503],[48.582,51.319],[44.59,54.825],[40.092,58.201],[34.469,61.705],[0,70.667],[-70.667,0],[0,-70.667],[22.278,-67.083],[30.109,-63.95],[36.653,-60.43],[43.318,-55.837],[48.631,-51.272],[54.535,-44.945],[62.594,-32.831],[67.893,-19.669],[69.972,-9.945]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,-3.375],[0.267,-2.498],[0.623,-2.711],[0.406,-1.373],[0.721,-1.845],[0.892,-1.805],[0.185,-0.358],[2.404,-3.188],[2.864,-2.712],[1.374,-1.119],[1.545,-1.066],[1.932,-1.082],[12.516,0],[0,39.028],[-39.028,0],[-7.004,-2.325],[-2.532,-1.194],[-2.112,-1.284],[-2.128,-1.653],[-1.694,-1.607],[-1.838,-2.228],[-2.271,-4.321],[-1.33,-4.597],[-0.468,-3.321]],"o":[[0,2.569],[-0.302,2.82],[-0.323,1.406],[-0.567,1.917],[-0.738,1.888],[-0.179,0.362],[-1.844,3.575],[-2.379,3.155],[-1.286,1.218],[-1.452,1.183],[-1.815,1.253],[-10.196,5.708],[-39.028,0],[0,-39.028],[7.784,0],[2.685,0.891],[2.249,1.061],[2.312,1.405],[1.846,1.434],[2.093,1.986],[3.082,3.735],[2.186,4.16],[0.913,3.156],[0.458,3.249]],"v":[[70.667,0],[70.262,7.603],[68.87,15.904],[67.775,20.073],[65.841,25.719],[63.393,31.262],[62.848,32.342],[56.461,42.503],[48.582,51.319],[44.59,54.825],[40.092,58.201],[34.469,61.705],[0,70.667],[-70.667,0],[0,-70.667],[22.278,-67.083],[30.109,-63.95],[36.653,-60.43],[43.318,-55.837],[48.631,-51.272],[54.535,-44.945],[62.594,-32.831],[67.893,-19.669],[69.972,-9.945]],"c":true}],"e":[{"i":[[0.754,-2.364],[0.241,-3.124],[-0.643,-1.952],[-1.401,-1.373],[0.577,-2.907],[0.919,-0.825],[0.309,-0.091],[2.122,-5.045],[-0.448,-2.16],[0.329,-1.834],[1.677,-1.875],[1.546,-0.865],[11.895,0],[0,39.028],[-39.028,0],[-5.622,-1.8],[-2.056,-3.04],[-0.57,-1.453],[-0.608,-1.196],[-0.555,-5.021],[-1.783,-1.183],[-2.46,-2.785],[-1.064,-5.436],[0.468,-2.382]],"o":[[-0.808,2.009],[-0.266,3.306],[0.205,0.932],[0.268,1.195],[-0.591,2.93],[-0.203,0.222],[-3.21,0.946],[-1.704,5.037],[-0.205,0.91],[-0.265,1.475],[-2.073,2.625],[-8.157,4.566],[-39.028,0],[0,-39.028],[7.784,0],[2.979,0.937],[1.828,2.789],[0.739,1.399],[-0.057,1.511],[2.62,2.399],[2.784,1.967],[2.336,2.666],[0.73,4.47],[-0.444,2.316]],"v":[[68.392,-2.975],[66.122,4.195],[69.452,11.736],[76.117,15.849],[77.486,22.931],[73.161,29.053],[61.46,31.054],[51.058,40.73],[50.323,49.785],[52.046,54.584],[50.198,59.375],[43.774,64.107],[0,70.667],[-70.667,0],[0,-70.667],[33.19,-68.221],[40.509,-63.038],[44.778,-56.466],[46.452,-52.337],[49.93,-42.354],[56.15,-36.509],[71.304,-29.439],[77.508,-19.905],[75.909,-9.164]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[0.754,-2.364],[0.241,-3.124],[-0.643,-1.952],[-1.401,-1.373],[0.577,-2.907],[0.919,-0.825],[0.309,-0.091],[2.122,-5.045],[-0.448,-2.16],[0.329,-1.834],[1.677,-1.875],[1.546,-0.865],[11.895,0],[0,39.028],[-39.028,0],[-5.622,-1.8],[-2.056,-3.04],[-0.57,-1.453],[-0.608,-1.196],[-0.555,-5.021],[-1.783,-1.183],[-2.46,-2.785],[-1.064,-5.436],[0.468,-2.382]],"o":[[-0.808,2.009],[-0.266,3.306],[0.205,0.932],[0.268,1.195],[-0.591,2.93],[-0.203,0.222],[-3.21,0.946],[-1.704,5.037],[-0.205,0.91],[-0.265,1.475],[-2.073,2.625],[-8.157,4.566],[-39.028,0],[0,-39.028],[7.784,0],[2.979,0.937],[1.828,2.789],[0.739,1.399],[-0.057,1.511],[2.62,2.399],[2.784,1.967],[2.336,2.666],[0.73,4.47],[-0.444,2.316]],"v":[[68.392,-2.975],[66.122,4.195],[69.452,11.736],[76.117,15.849],[77.486,22.931],[73.161,29.053],[61.46,31.054],[51.058,40.73],[50.323,49.785],[52.046,54.584],[50.198,59.375],[43.774,64.107],[0,70.667],[-70.667,0],[0,-70.667],[33.19,-68.221],[40.509,-63.038],[44.778,-56.466],[46.452,-52.337],[49.93,-42.354],[56.15,-36.509],[71.304,-29.439],[77.508,-19.905],[75.909,-9.164]],"c":true}],"e":[{"i":[[1.508,-1.352],[0.214,-3.75],[-1.909,-1.193],[-3.208,-1.374],[0.433,-3.968],[0.946,0.156],[0.111,-0.215],[1.84,-6.903],[-1.815,-1.25],[0.825,-0.671],[0.927,-4.369],[1.159,-0.649],[11.274,0],[0,39.028],[-39.028,0],[-4.24,-1.274],[-1.58,-4.886],[0.972,-1.623],[0.913,-0.739],[-6.478,-5.188],[-1.727,-0.138],[-2.649,-1.25],[-0.798,-6.275],[1.403,-1.443]],"o":[[-1.617,1.45],[-0.231,3.792],[0.734,0.459],[1.103,0.472],[-0.443,3.972],[-0.228,0.083],[-1.106,2.145],[-1.03,6.919],[0.875,0.603],[-0.871,0.71],[-1.089,4.629],[-6.118,3.425],[-39.028,0],[0,-39.028],[7.784,0],[3.272,0.983],[1.406,4.516],[-0.834,1.393],[-1.961,1.587],[3.147,2.812],[2.486,0.198],[2.486,1.173],[0.548,5.784],[-1.345,1.384]],"v":[[66.867,-3.2],[63.233,3.787],[67.534,10.818],[83.208,14.624],[85.381,21.392],[80.179,27.344],[59.073,29.515],[45.655,38.956],[50.815,50.5],[57.752,52.593],[59.303,59.049],[53.079,66.51],[0,70.667],[-70.667,0],[0,-70.667],[44.103,-69.358],[53.659,-62.875],[52.653,-53.752],[45.086,-48.837],[44.478,-30.687],[53.014,-27.323],[87.014,-27.298],[93.123,-19.391],[90.345,-9.134]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[1.508,-1.352],[0.214,-3.75],[-1.909,-1.193],[-3.208,-1.374],[0.433,-3.968],[0.946,0.156],[0.111,-0.215],[1.84,-6.903],[-1.815,-1.25],[0.825,-0.671],[0.927,-4.369],[1.159,-0.649],[11.274,0],[0,39.028],[-39.028,0],[-4.24,-1.274],[-1.58,-4.886],[0.972,-1.623],[0.913,-0.739],[-6.478,-5.188],[-1.727,-0.138],[-2.649,-1.25],[-0.798,-6.275],[1.403,-1.443]],"o":[[-1.617,1.45],[-0.231,3.792],[0.734,0.459],[1.103,0.472],[-0.443,3.972],[-0.228,0.083],[-1.106,2.145],[-1.03,6.919],[0.875,0.603],[-0.871,0.71],[-1.089,4.629],[-6.118,3.425],[-39.028,0],[0,-39.028],[7.784,0],[3.272,0.983],[1.406,4.516],[-0.834,1.393],[-1.961,1.587],[3.147,2.812],[2.486,0.198],[2.486,1.173],[0.548,5.784],[-1.345,1.384]],"v":[[66.867,-3.2],[63.233,3.787],[67.534,10.818],[83.208,14.624],[85.381,21.392],[80.179,27.344],[59.073,29.515],[45.655,38.956],[50.815,50.5],[57.752,52.593],[59.303,59.049],[53.079,66.51],[0,70.667],[-70.667,0],[0,-70.667],[44.103,-69.358],[53.659,-62.875],[52.653,-53.752],[45.086,-48.837],[44.478,-30.687],[53.014,-27.323],[87.014,-27.298],[93.123,-19.391],[90.345,-9.134]],"c":true}],"e":[{"i":[[0,0],[0.134,-5.629],[0,0],[0,0],[0,-7.151],[0,0],[0,0],[0.995,-12.476],[0,0],[0,0],[0,-9.322],[0,0],[9.41,0],[0,39.028],[-39.028,0],[0,0],[-0.152,-10.424],[0,0],[0,0],[0.175,-8.814],[0,0],[0,0],[0,-8.791],[0,0]],"o":[[0,0],[-0.125,5.25],[0,0],[0,0],[0,7.099],[0,0],[0,0],[-0.946,11.864],[0,0],[0,0],[0,9.694],[0,0],[-39.028,0],[0,-39.028],[7.784,0],[0,0],[0.141,9.7],[0,0],[0,0],[-0.178,8.934],[0,0],[0,0],[0,9.725],[0,0]],"v":[[61.167,-8],[56.125,-1],[62.092,6.312],[106.358,7.076],[111.879,14.901],[105.357,21.469],[53.411,21.838],[36.946,34.886],[47.604,48.648],[75.931,50.182],[84.682,59.697],[76.931,69.343],[0,70.667],[-70.667,0],[0,-70.667],[77.778,-70.583],[88.359,-59.7],[77.903,-49.36],[46.693,-48.962],[39.178,-39.184],[47.225,-29.953],[123.644,-28.998],[130.967,-18.975],[124.03,-9.479]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0,0],[0.134,-5.629],[0,0],[0,0],[0,-7.151],[0,0],[0,0],[0.995,-12.476],[0,0],[0,0],[0,-9.322],[0,0],[9.41,0],[0,39.028],[-39.028,0],[0,0],[-0.152,-10.424],[0,0],[0,0],[0.175,-8.814],[0,0],[0,0],[0,-8.791],[0,0]],"o":[[0,0],[-0.125,5.25],[0,0],[0,0],[0,7.099],[0,0],[0,0],[-0.946,11.864],[0,0],[0,0],[0,9.694],[0,0],[-39.028,0],[0,-39.028],[7.784,0],[0,0],[0.141,9.7],[0,0],[0,0],[-0.178,8.934],[0,0],[0,0],[0,9.725],[0,0]],"v":[[61.167,-8],[56.125,-1],[62.092,6.312],[106.358,7.076],[111.879,14.901],[105.357,21.469],[53.411,21.838],[36.946,34.886],[47.604,48.648],[75.931,50.182],[84.682,59.697],[76.931,69.343],[0,70.667],[-70.667,0],[0,-70.667],[77.778,-70.583],[88.359,-59.7],[77.903,-49.36],[46.693,-48.962],[39.178,-39.184],[47.225,-29.953],[123.644,-28.998],[130.967,-18.975],[124.03,-9.479]],"c":true}],"e":[{"i":[[0,0],[0.134,-5.629],[0,0],[0,0],[0,-7.151],[0,0],[4.165,-2.814],[-0.497,-7.776],[-4.338,-3.193],[0,0],[0,-9.322],[0,0],[9.41,0],[0,39.028],[-39.028,0],[0,0],[-1.827,-8.313],[0,0],[2.569,-1.611],[0.216,-4.923],[-3.676,-0.768],[0,0],[-0.236,-6.955],[0,0]],"o":[[0,0],[-0.125,5.25],[0,0],[0,0],[0,7.099],[0,0],[-3.038,2.053],[0.428,6.697],[1.692,1.246],[0,0],[0,9.694],[0,0],[-39.028,0],[0,-39.028],[7.784,0],[0,0],[2.082,9.475],[0,0],[-2.874,1.802],[-0.259,5.899],[7.994,1.67],[0,0],[0.346,10.221],[0,0]],"v":[[65.544,-6.99],[59.829,0.347],[65.796,5.976],[70.668,7.076],[76.862,14.565],[69.33,21.469],[49.875,24.026],[44.353,37.243],[50.129,48.479],[55.898,51.024],[63.47,60.708],[49.321,71.363],[0,70.667],[-70.667,0],[0,-70.667],[54.209,-69.237],[64.116,-60.71],[56.691,-50.875],[47.03,-48.289],[42.713,-40.194],[52.444,-31.468],[79.199,-29.335],[90.563,-20.659],[80.259,-9.479]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[0,0],[0.134,-5.629],[0,0],[0,0],[0,-7.151],[0,0],[4.165,-2.814],[-0.497,-7.776],[-4.338,-3.193],[0,0],[0,-9.322],[0,0],[9.41,0],[0,39.028],[-39.028,0],[0,0],[-1.827,-8.313],[0,0],[2.569,-1.611],[0.216,-4.923],[-3.676,-0.768],[0,0],[-0.236,-6.955],[0,0]],"o":[[0,0],[-0.125,5.25],[0,0],[0,0],[0,7.099],[0,0],[-3.038,2.053],[0.428,6.697],[1.692,1.246],[0,0],[0,9.694],[0,0],[-39.028,0],[0,-39.028],[7.784,0],[0,0],[2.082,9.475],[0,0],[-2.874,1.802],[-0.259,5.899],[7.994,1.67],[0,0],[0.346,10.221],[0,0]],"v":[[65.544,-6.99],[59.829,0.347],[65.796,5.976],[70.668,7.076],[76.862,14.565],[69.33,21.469],[49.875,24.026],[44.353,37.243],[50.129,48.479],[55.898,51.024],[63.47,60.708],[49.321,71.363],[0,70.667],[-70.667,0],[0,-70.667],[54.209,-69.237],[64.116,-60.71],[56.691,-50.875],[47.03,-48.289],[42.713,-40.194],[52.444,-31.468],[79.199,-29.335],[90.563,-20.659],[80.259,-9.479]],"c":true}],"e":[{"i":[[0.754,-2.364],[0.241,-3.124],[-0.643,-1.952],[-1.401,-1.373],[0.577,-2.907],[0.919,-0.825],[0.309,-0.091],[2.122,-5.045],[-0.448,-2.16],[0.329,-1.834],[1.677,-1.875],[1.546,-0.865],[11.895,0],[0,39.028],[-39.028,0],[-5.622,-1.8],[-2.056,-3.04],[-0.57,-1.453],[-0.608,-1.196],[-0.555,-5.021],[-1.783,-1.183],[-2.46,-2.785],[-1.064,-5.436],[0.468,-2.382]],"o":[[-0.808,2.009],[-0.266,3.306],[0.205,0.932],[0.268,1.195],[-0.591,2.93],[-0.203,0.222],[-3.21,0.946],[-1.704,5.037],[-0.205,0.91],[-0.265,1.475],[-2.073,2.625],[-8.157,4.566],[-39.028,0],[0,-39.028],[7.784,0],[2.979,0.937],[1.828,2.789],[0.739,1.399],[-0.057,1.511],[2.62,2.399],[2.784,1.967],[2.336,2.666],[0.73,4.47],[-0.444,2.316]],"v":[[68.392,-2.975],[66.122,4.195],[69.452,11.736],[76.117,15.849],[77.486,22.931],[73.161,29.053],[61.46,31.054],[51.058,40.73],[50.323,49.785],[52.046,54.584],[50.198,59.375],[43.774,64.107],[0,70.667],[-70.667,0],[0,-70.667],[33.19,-68.221],[40.509,-63.038],[44.778,-56.466],[46.452,-52.337],[49.93,-42.354],[56.15,-36.509],[71.304,-29.439],[77.508,-19.905],[75.909,-9.164]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[0.754,-2.364],[0.241,-3.124],[-0.643,-1.952],[-1.401,-1.373],[0.577,-2.907],[0.919,-0.825],[0.309,-0.091],[2.122,-5.045],[-0.448,-2.16],[0.329,-1.834],[1.677,-1.875],[1.546,-0.865],[11.895,0],[0,39.028],[-39.028,0],[-5.622,-1.8],[-2.056,-3.04],[-0.57,-1.453],[-0.608,-1.196],[-0.555,-5.021],[-1.783,-1.183],[-2.46,-2.785],[-1.064,-5.436],[0.468,-2.382]],"o":[[-0.808,2.009],[-0.266,3.306],[0.205,0.932],[0.268,1.195],[-0.591,2.93],[-0.203,0.222],[-3.21,0.946],[-1.704,5.037],[-0.205,0.91],[-0.265,1.475],[-2.073,2.625],[-8.157,4.566],[-39.028,0],[0,-39.028],[7.784,0],[2.979,0.937],[1.828,2.789],[0.739,1.399],[-0.057,1.511],[2.62,2.399],[2.784,1.967],[2.336,2.666],[0.73,4.47],[-0.444,2.316]],"v":[[68.392,-2.975],[66.122,4.195],[69.452,11.736],[76.117,15.849],[77.486,22.931],[73.161,29.053],[61.46,31.054],[51.058,40.73],[50.323,49.785],[52.046,54.584],[50.198,59.375],[43.774,64.107],[0,70.667],[-70.667,0],[0,-70.667],[33.19,-68.221],[40.509,-63.038],[44.778,-56.466],[46.452,-52.337],[49.93,-42.354],[56.15,-36.509],[71.304,-29.439],[77.508,-19.905],[75.909,-9.164]],"c":true}],"e":[{"i":[[0,-3.375],[0.267,-2.498],[0.623,-2.711],[0.406,-1.373],[0.721,-1.845],[0.892,-1.805],[0.185,-0.358],[2.404,-3.188],[2.864,-2.712],[1.374,-1.119],[1.545,-1.066],[1.932,-1.082],[12.516,0],[0,39.028],[-39.028,0],[-7.004,-2.325],[-2.532,-1.194],[-2.112,-1.284],[-2.128,-1.653],[-1.694,-1.607],[-1.838,-2.228],[-2.271,-4.321],[-1.33,-4.597],[-0.468,-3.321]],"o":[[0,2.569],[-0.302,2.82],[-0.323,1.406],[-0.567,1.917],[-0.738,1.888],[-0.179,0.362],[-1.844,3.575],[-2.379,3.155],[-1.286,1.218],[-1.452,1.183],[-1.815,1.253],[-10.196,5.708],[-39.028,0],[0,-39.028],[7.784,0],[2.685,0.891],[2.249,1.061],[2.312,1.405],[1.846,1.434],[2.093,1.986],[3.082,3.735],[2.186,4.16],[0.913,3.156],[0.458,3.249]],"v":[[70.667,0],[70.262,7.603],[68.87,15.904],[67.775,20.073],[65.841,25.719],[63.393,31.262],[62.848,32.342],[56.461,42.503],[48.582,51.319],[44.59,54.825],[40.092,58.201],[34.469,61.705],[0,70.667],[-70.667,0],[0,-70.667],[22.278,-67.083],[30.109,-63.95],[36.653,-60.43],[43.318,-55.837],[48.631,-51.272],[54.535,-44.945],[62.594,-32.831],[67.893,-19.669],[69.972,-9.945]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[0,-3.375],[0.267,-2.498],[0.623,-2.711],[0.406,-1.373],[0.721,-1.845],[0.892,-1.805],[0.185,-0.358],[2.404,-3.188],[2.864,-2.712],[1.374,-1.119],[1.545,-1.066],[1.932,-1.082],[12.516,0],[0,39.028],[-39.028,0],[-7.004,-2.325],[-2.532,-1.194],[-2.112,-1.284],[-2.128,-1.653],[-1.694,-1.607],[-1.838,-2.228],[-2.271,-4.321],[-1.33,-4.597],[-0.468,-3.321]],"o":[[0,2.569],[-0.302,2.82],[-0.323,1.406],[-0.567,1.917],[-0.738,1.888],[-0.179,0.362],[-1.844,3.575],[-2.379,3.155],[-1.286,1.218],[-1.452,1.183],[-1.815,1.253],[-10.196,5.708],[-39.028,0],[0,-39.028],[7.784,0],[2.685,0.891],[2.249,1.061],[2.312,1.405],[1.846,1.434],[2.093,1.986],[3.082,3.735],[2.186,4.16],[0.913,3.156],[0.458,3.249]],"v":[[70.667,0],[70.262,7.603],[68.87,15.904],[67.775,20.073],[65.841,25.719],[63.393,31.262],[62.848,32.342],[56.461,42.503],[48.582,51.319],[44.59,54.825],[40.092,58.201],[34.469,61.705],[0,70.667],[-70.667,0],[0,-70.667],[22.278,-67.083],[30.109,-63.95],[36.653,-60.43],[43.318,-55.837],[48.631,-51.272],[54.535,-44.945],[62.594,-32.831],[67.893,-19.669],[69.972,-9.945]],"c":true}],"e":[{"i":[[0.754,-2.364],[0.241,-3.124],[-1.943,-1.635],[-1.401,-1.373],[0.46,-3.065],[0.919,-0.825],[0.309,-0.091],[2.122,-5.045],[-0.448,-2.16],[0.329,-1.834],[1.677,-1.875],[1.546,-0.865],[11.895,0],[0,39.028],[-39.028,0],[-5.622,-1.8],[-2.056,-3.04],[-0.57,-1.453],[-0.608,-1.196],[-2.287,-3.437],[-1.783,-1.183],[-2.936,-2.278],[-1.064,-5.436],[1.148,-2.139]],"o":[[-0.808,2.009],[-0.266,3.306],[0.205,0.932],[0.268,1.195],[-0.444,2.956],[-0.203,0.222],[-3.21,0.946],[-1.704,5.037],[-0.205,0.91],[-0.265,1.475],[-2.073,2.625],[-8.157,4.566],[-39.028,0],[0,-39.028],[7.784,0],[2.979,0.937],[1.828,2.789],[0.739,1.399],[0.855,2.337],[1.08,2.455],[2.784,1.967],[3.444,2.672],[0.73,4.47],[-1.666,3.104]],"v":[[66.54,-2.47],[64.944,3.522],[69.452,11.736],[75.443,16.017],[77.486,22.931],[73.161,29.053],[61.46,31.054],[51.058,40.73],[50.323,49.785],[52.046,54.584],[50.198,59.375],[43.774,64.107],[0,70.667],[-70.667,0],[0,-70.667],[27.298,-68.389],[38.152,-60.681],[41.916,-55.624],[45.273,-50.654],[49.593,-42.354],[56.15,-36.509],[67.937,-30.786],[75.825,-19.232],[74.394,-9.333]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[0.754,-2.364],[0.241,-3.124],[-1.943,-1.635],[-1.401,-1.373],[0.46,-3.065],[0.919,-0.825],[0.309,-0.091],[2.122,-5.045],[-0.448,-2.16],[0.329,-1.834],[1.677,-1.875],[1.546,-0.865],[11.895,0],[0,39.028],[-39.028,0],[-5.622,-1.8],[-2.056,-3.04],[-0.57,-1.453],[-0.608,-1.196],[-2.287,-3.437],[-1.783,-1.183],[-2.936,-2.278],[-1.064,-5.436],[1.148,-2.139]],"o":[[-0.808,2.009],[-0.266,3.306],[0.205,0.932],[0.268,1.195],[-0.444,2.956],[-0.203,0.222],[-3.21,0.946],[-1.704,5.037],[-0.205,0.91],[-0.265,1.475],[-2.073,2.625],[-8.157,4.566],[-39.028,0],[0,-39.028],[7.784,0],[2.979,0.937],[1.828,2.789],[0.739,1.399],[0.855,2.337],[1.08,2.455],[2.784,1.967],[3.444,2.672],[0.73,4.47],[-1.666,3.104]],"v":[[66.54,-2.47],[64.944,3.522],[69.452,11.736],[75.443,16.017],[77.486,22.931],[73.161,29.053],[61.46,31.054],[51.058,40.73],[50.323,49.785],[52.046,54.584],[50.198,59.375],[43.774,64.107],[0,70.667],[-70.667,0],[0,-70.667],[27.298,-68.389],[38.152,-60.681],[41.916,-55.624],[45.273,-50.654],[49.593,-42.354],[56.15,-36.509],[67.937,-30.786],[75.825,-19.232],[74.394,-9.333]],"c":true}],"e":[{"i":[[0,-3.375],[0.267,-2.498],[0.623,-2.711],[0.406,-1.373],[0.721,-1.845],[0.892,-1.805],[0.185,-0.358],[2.404,-3.188],[2.864,-2.712],[1.374,-1.119],[1.545,-1.066],[1.932,-1.082],[12.516,0],[0,39.028],[-39.028,0],[-7.004,-2.325],[-2.532,-1.194],[-2.112,-1.284],[-2.128,-1.653],[-1.694,-1.607],[-1.838,-2.228],[-2.271,-4.321],[-1.33,-4.597],[-0.468,-3.321]],"o":[[0,2.569],[-0.302,2.82],[-0.323,1.406],[-0.567,1.917],[-0.738,1.888],[-0.179,0.362],[-1.844,3.575],[-2.379,3.155],[-1.286,1.218],[-1.452,1.183],[-1.815,1.253],[-10.196,5.708],[-39.028,0],[0,-39.028],[7.784,0],[2.685,0.891],[2.249,1.061],[2.312,1.405],[1.846,1.434],[2.093,1.986],[3.082,3.735],[2.186,4.16],[0.913,3.156],[0.458,3.249]],"v":[[70.667,0],[70.262,7.603],[68.87,15.904],[67.775,20.073],[65.841,25.719],[63.393,31.262],[62.848,32.342],[56.461,42.503],[48.582,51.319],[44.59,54.825],[40.092,58.201],[34.469,61.705],[0,70.667],[-70.667,0],[0,-70.667],[22.278,-67.083],[30.109,-63.95],[36.653,-60.43],[43.318,-55.837],[48.631,-51.272],[54.535,-44.945],[62.594,-32.831],[67.893,-19.669],[69.972,-9.945]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[0,-3.375],[0.267,-2.498],[0.623,-2.711],[0.406,-1.373],[0.721,-1.845],[0.892,-1.805],[0.185,-0.358],[2.404,-3.188],[2.864,-2.712],[1.374,-1.119],[1.545,-1.066],[1.932,-1.082],[12.516,0],[0,39.028],[-39.028,0],[-7.004,-2.325],[-2.532,-1.194],[-2.112,-1.284],[-2.128,-1.653],[-1.694,-1.607],[-1.838,-2.228],[-2.271,-4.321],[-1.33,-4.597],[-0.468,-3.321]],"o":[[0,2.569],[-0.302,2.82],[-0.323,1.406],[-0.567,1.917],[-0.738,1.888],[-0.179,0.362],[-1.844,3.575],[-2.379,3.155],[-1.286,1.218],[-1.452,1.183],[-1.815,1.253],[-10.196,5.708],[-39.028,0],[0,-39.028],[7.784,0],[2.685,0.891],[2.249,1.061],[2.312,1.405],[1.846,1.434],[2.093,1.986],[3.082,3.735],[2.186,4.16],[0.913,3.156],[0.458,3.249]],"v":[[70.667,0],[70.262,7.603],[68.87,15.904],[67.775,20.073],[65.841,25.719],[63.393,31.262],[62.848,32.342],[56.461,42.503],[48.582,51.319],[44.59,54.825],[40.092,58.201],[34.469,61.705],[0,70.667],[-70.667,0],[0,-70.667],[22.278,-67.083],[30.109,-63.95],[36.653,-60.43],[43.318,-55.837],[48.631,-51.272],[54.535,-44.945],[62.594,-32.831],[67.893,-19.669],[69.972,-9.945]],"c":true}],"e":[{"i":[[0,-3.375],[0.267,-2.498],[0.623,-2.711],[0.406,-1.373],[0.721,-1.845],[0.892,-1.805],[0.185,-0.358],[2.404,-3.188],[2.864,-2.712],[1.374,-1.119],[1.545,-1.066],[1.932,-1.082],[12.516,0],[0,39.028],[-39.028,0],[-7.004,-2.325],[-2.532,-1.194],[-2.112,-1.284],[-2.128,-1.653],[-1.694,-1.607],[-1.838,-2.228],[-2.271,-4.321],[-1.33,-4.597],[-0.468,-3.321]],"o":[[0,2.569],[-0.302,2.82],[-0.323,1.406],[-0.567,1.917],[-0.738,1.888],[-0.179,0.362],[-1.844,3.575],[-2.379,3.155],[-1.286,1.218],[-1.452,1.183],[-1.815,1.253],[-10.196,5.708],[-39.028,0],[0,-39.028],[7.784,0],[2.685,0.891],[2.249,1.061],[2.312,1.405],[1.846,1.434],[2.093,1.986],[3.082,3.735],[2.186,4.16],[0.913,3.156],[0.458,3.249]],"v":[[70.667,0],[70.262,7.603],[68.87,15.904],[67.775,20.073],[65.841,25.719],[63.393,31.262],[62.848,32.342],[56.461,42.503],[48.582,51.319],[44.59,54.825],[40.092,58.201],[34.469,61.705],[0,70.667],[-70.667,0],[0,-70.667],[22.278,-67.083],[30.109,-63.95],[36.653,-60.43],[43.318,-55.837],[48.631,-51.272],[54.535,-44.945],[62.594,-32.831],[67.893,-19.669],[69.972,-9.945]],"c":true}]},{"t":26}],"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.403676470588,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"形状 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":0,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"杆 3","parent":15,"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},"n":"0p833_0p833_0p167_0p167","t":24,"s":[-0.673,44.781,0],"e":[-0.673,18.781,0],"to":[0,-4.33333349227905,0],"ti":[0,4.33333349227905,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[-0.673,18.781,0],"e":[-0.673,18.781,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":43,"s":[-0.673,18.781,0],"e":[-0.673,41.781,0],"to":[0,3.83333325386047,0],"ti":[0,-3.83333325386047,0]},{"t":47}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0","0p667_1_0p167_0"],"t":24,"s":[33.67,33.67,100],"e":[51.67,33.67,100]},{"i":{"x":[0.452,0.452,0.667],"y":[1,1,1]},"o":{"x":[0.633,0.633,0.333],"y":[0,0,0]},"n":["0p452_1_0p633_0","0p452_1_0p633_0","0p667_1_0p333_0"],"t":29,"s":[51.67,33.67,100],"e":[30,41.67,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":35,"s":[30,41.67,100],"e":[51.67,33.67,100]},{"i":{"x":[0.452,0.452,0.667],"y":[1,1,1]},"o":{"x":[0.633,0.633,0.333],"y":[0,0,0]},"n":["0p452_1_0p633_0","0p452_1_0p633_0","0p667_1_0p333_0"],"t":39,"s":[51.67,33.67,100],"e":[30,41.67,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":43,"s":[30,41.67,100],"e":[51.67,33.67,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,1,1]},"o":{"x":[0.633,0.633,0.333],"y":[0,0,0]},"n":["0p833_0p833_0p633_0","0p833_1_0p633_0","0p833_1_0p333_0"],"t":47,"s":[51.67,33.67,100],"e":[33.67,33.67,100]},{"t":51}],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.041,-189.095],[-84.647,-189.095],[-84.647,345.873],[1.041,345.873]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"蒙版 1"}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[68.172,450.234],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":20,"ix":4},"nm":"矩形路径 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.650980392157,0.650980392157,0.650980392157,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.086,93.117],"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":"变换"}],"nm":"矩形 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":24,"op":60,"st":0,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"杆 2","parent":15,"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},"n":"0p833_0p833_0p167_0p167","t":24,"s":[-0.673,44.781,0],"e":[-0.673,18.781,0],"to":[0,-4.33333349227905,0],"ti":[0,4.33333349227905,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[-0.673,18.781,0],"e":[-0.673,18.781,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":43,"s":[-0.673,18.781,0],"e":[-0.673,41.781,0],"to":[0,3.83333325386047,0],"ti":[0,-3.83333325386047,0]},{"t":47}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0","0p667_1_0p167_0"],"t":24,"s":[33.67,33.67,100],"e":[51.67,33.67,100]},{"i":{"x":[0.452,0.452,0.667],"y":[1,1,1]},"o":{"x":[0.633,0.633,0.333],"y":[0,0,0]},"n":["0p452_1_0p633_0","0p452_1_0p633_0","0p667_1_0p333_0"],"t":29,"s":[51.67,33.67,100],"e":[30,41.67,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":35,"s":[30,41.67,100],"e":[51.67,33.67,100]},{"i":{"x":[0.452,0.452,0.667],"y":[1,1,1]},"o":{"x":[0.633,0.633,0.333],"y":[0,0,0]},"n":["0p452_1_0p633_0","0p452_1_0p633_0","0p667_1_0p333_0"],"t":39,"s":[51.67,33.67,100],"e":[30,41.67,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":43,"s":[30,41.67,100],"e":[51.67,33.67,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,1,1]},"o":{"x":[0.633,0.633,0.333],"y":[0,0,0]},"n":["0p833_0p833_0p633_0","0p833_1_0p633_0","0p833_1_0p333_0"],"t":47,"s":[51.67,33.67,100],"e":[33.67,33.67,100]},{"t":51}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[68.172,450.234],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":20,"ix":4},"nm":"矩形路径 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.086,93.117],"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":"变换"}],"nm":"矩形 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":24,"op":60,"st":0,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"杆 4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[0],"e":[-21]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":5,"s":[-21],"e":[-21]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":10,"s":[-21],"e":[19]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":15,"s":[19],"e":[19]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":20,"s":[19],"e":[0]},{"t":24}],"ix":10},"p":{"a":0,"k":[1102.086,1414.234,0],"ix":2},"a":{"a":0,"k":[6.086,318.234,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.805,-133.805],[-60,-133.805],[-60,346],[1.805,346]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"蒙版 1"}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[68.172,450.234],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":20,"ix":4},"nm":"矩形路径 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.556862745098,0.556862745098,0.556862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.086,93.117],"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":"变换"}],"nm":"矩形 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":24,"st":0,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"杆","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[0],"e":[-21]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":5,"s":[-21],"e":[-21]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":10,"s":[-21],"e":[19]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":15,"s":[19],"e":[19]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":20,"s":[19],"e":[0]},{"t":24}],"ix":10},"p":{"a":0,"k":[1102.086,1414.234,0],"ix":2},"a":{"a":0,"k":[6.086,318.234,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[68.172,450.234],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":20,"ix":4},"nm":"矩形路径 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.086,93.117],"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":"变换"}],"nm":"矩形 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":24,"st":0,"bm":0},{"ddd":0,"ind":21,"ty":4,"nm":"形状图层 28","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":34,"s":[0],"e":[-22]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[-22],"e":[9]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[9],"e":[0]},{"t":42}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":26,"s":[1290,1345.251,0],"e":[1290,1413.3,0],"to":[0,11.3415250778198,0],"ti":[0,97.6666641235352,0]},{"i":{"x":0.667,"y":0.374},"o":{"x":0.333,"y":0},"n":"0p667_0p374_0p333_0","t":32,"s":[1290,1413.3,0],"e":[1290,1152.274,0],"to":[0,-48.9878959655762,0],"ti":[0,139.097854614258,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0.416},"n":"0p667_1_0p333_0p416","t":35,"s":[1290,1152.274,0],"e":[1290,759.251,0],"to":[0,-138.220108032227,0],"ti":[0,50.4273147583008,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":38,"s":[1290,759.251,0],"e":[1290,806.251,0],"to":[0,-101.174858093262,0],"ti":[0,-9.66666698455811,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":40,"s":[1290,806.251,0],"e":[1290,817.251,0],"to":[0,9.66666698455811,0],"ti":[0,-20.1666660308838,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":41,"s":[1290,817.251,0],"e":[1290,927.251,0],"to":[0,20.1666660308838,0],"ti":[0,-61.1666679382324,0]},{"i":{"x":0.667,"y":0.684},"o":{"x":0.333,"y":0},"n":"0p667_0p684_0p333_0","t":42,"s":[1290,927.251,0],"e":[1290,1026.004,0],"to":[0,0.91581642627716,0],"ti":[0,-30.5020141601562,0]},{"i":{"x":0.667,"y":0.747},"o":{"x":0.333,"y":0.186},"n":"0p667_0p747_0p333_0p186","t":43,"s":[1290,1026.004,0],"e":[1290,1193.528,0],"to":[0,31.3516635894775,0],"ti":[0,-42.2690200805664,0]},{"i":{"x":0.667,"y":0.739},"o":{"x":0.333,"y":0.336},"n":"0p667_0p739_0p333_0p336","t":44,"s":[1290,1193.528,0],"e":[1290,1319.474,0],"to":[0,42.9492530822754,0],"ti":[0,-32.489200592041,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0.686},"n":"0p667_1_0p333_0p686","t":45,"s":[1290,1319.474,0],"e":[1290,1415.251,0],"to":[0,58.5046463012695,0],"ti":[0,-10.2809219360352,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":47,"s":[1290,1415.251,0],"e":[1290,1345.251,0],"to":[0,37.8333320617676,0],"ti":[0,11.6666669845581,0]},{"t":51}],"ix":2},"a":{"a":0,"k":[0,9.703,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":0,"s":[353,353,100],"e":[353,412,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":5,"s":[353,412,100],"e":[353,412,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":10,"s":[353,412,100],"e":[353,178,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":15,"s":[353,178,100],"e":[353,353,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p833_1_0p333_0","0p833_1_0p333_0","0p833_1_0p333_0"],"t":24,"s":[353,353,100],"e":[353,353,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":26,"s":[353,353,100],"e":[353,170,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":32,"s":[353,170,100],"e":[353,278,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":35,"s":[353,278,100],"e":[353,278,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":45,"s":[353,278,100],"e":[353,165,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":47,"s":[353,165,100],"e":[353,353,100]},{"t":51}],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[34.269,1.678],[-32.861,1.678],[-32.861,22.946],[34.269,22.946]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"蒙版 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[5.827,0],[0,0],[0,-5.827],[0,0]],"o":[[0,0],[0,-5.827],[0,0],[-5.827,0],[0,0],[0,0]],"v":[[23.333,9.703],[23.333,0.892],[12.739,-9.703],[-12.739,-9.703],[-23.333,0.892],[-23.333,9.703]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.55775122549,0.55775122549,0.55775122549,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"形状 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":65,"st":0,"bm":0},{"ddd":0,"ind":22,"ty":4,"nm":"形状图层 13","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":34,"s":[0],"e":[-22]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[-22],"e":[9]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[9],"e":[0]},{"t":42}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":26,"s":[1290,1345.251,0],"e":[1290,1413.3,0],"to":[0,11.3415250778198,0],"ti":[0,97.6666641235352,0]},{"i":{"x":0.667,"y":0.374},"o":{"x":0.333,"y":0},"n":"0p667_0p374_0p333_0","t":32,"s":[1290,1413.3,0],"e":[1290,1152.274,0],"to":[0,-48.9878959655762,0],"ti":[0,139.097854614258,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0.416},"n":"0p667_1_0p333_0p416","t":35,"s":[1290,1152.274,0],"e":[1290,759.251,0],"to":[0,-138.220108032227,0],"ti":[0,50.4273147583008,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":38,"s":[1290,759.251,0],"e":[1290,806.251,0],"to":[0,-101.174858093262,0],"ti":[0,-9.66666698455811,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":40,"s":[1290,806.251,0],"e":[1290,817.251,0],"to":[0,9.66666698455811,0],"ti":[0,-20.1666660308838,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":41,"s":[1290,817.251,0],"e":[1290,927.251,0],"to":[0,20.1666660308838,0],"ti":[0,-61.1666679382324,0]},{"i":{"x":0.667,"y":0.684},"o":{"x":0.333,"y":0},"n":"0p667_0p684_0p333_0","t":42,"s":[1290,927.251,0],"e":[1290,1026.004,0],"to":[0,0.91581642627716,0],"ti":[0,-30.5020141601562,0]},{"i":{"x":0.667,"y":0.747},"o":{"x":0.333,"y":0.186},"n":"0p667_0p747_0p333_0p186","t":43,"s":[1290,1026.004,0],"e":[1290,1193.528,0],"to":[0,31.3516635894775,0],"ti":[0,-42.2690200805664,0]},{"i":{"x":0.667,"y":0.739},"o":{"x":0.333,"y":0.336},"n":"0p667_0p739_0p333_0p336","t":44,"s":[1290,1193.528,0],"e":[1290,1319.474,0],"to":[0,42.9492530822754,0],"ti":[0,-32.489200592041,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0.686},"n":"0p667_1_0p333_0p686","t":45,"s":[1290,1319.474,0],"e":[1290,1415.251,0],"to":[0,58.5046463012695,0],"ti":[0,-10.2809219360352,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":47,"s":[1290,1415.251,0],"e":[1290,1345.251,0],"to":[0,37.8333320617676,0],"ti":[0,11.6666669845581,0]},{"t":51}],"ix":2},"a":{"a":0,"k":[0,9.703,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":0,"s":[353,353,100],"e":[353,412,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":5,"s":[353,412,100],"e":[353,412,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":10,"s":[353,412,100],"e":[353,178,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":15,"s":[353,178,100],"e":[353,353,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p833_1_0p333_0","0p833_1_0p333_0","0p833_1_0p333_0"],"t":24,"s":[353,353,100],"e":[353,353,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":26,"s":[353,353,100],"e":[353,170,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":32,"s":[353,170,100],"e":[353,278,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":35,"s":[353,278,100],"e":[353,278,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":45,"s":[353,278,100],"e":[353,165,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":47,"s":[353,165,100],"e":[353,353,100]},{"t":51}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[5.827,0],[0,0],[0,-5.827],[0,0]],"o":[[0,0],[0,-5.827],[0,0],[-5.827,0],[0,0],[0,0]],"v":[[23.333,9.703],[23.333,0.892],[12.739,-9.703],[-12.739,-9.703],[-23.333,0.892],[-23.333,9.703]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.775413602941,0.775413602941,0.775413602941,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"形状 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":65,"st":0,"bm":0},{"ddd":0,"ind":24,"ty":4,"nm":"形状图层 27","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":34,"s":[0],"e":[10]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[10],"e":[-10]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[-10],"e":[0]},{"t":42}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":26,"s":[902,1345.251,0],"e":[902,1413.251,0],"to":[0,11.3333330154419,0],"ti":[0,97.6666641235352,0]},{"i":{"x":0.667,"y":0.374},"o":{"x":0.333,"y":0},"n":"0p667_0p374_0p333_0","t":32,"s":[902,1413.251,0],"e":[902,1152.25,0],"to":[0,-48.987548828125,0],"ti":[0,139.085556030273,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0.416},"n":"0p667_1_0p333_0p416","t":35,"s":[902,1152.25,0],"e":[902,759.251,0],"to":[0,-138.209869384766,0],"ti":[0,50.4235916137695,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":38,"s":[902,759.251,0],"e":[902,806.251,0],"to":[0,-101.166664123535,0],"ti":[0,-9.66666698455811,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":40,"s":[902,806.251,0],"e":[902,817.251,0],"to":[0,9.66666698455811,0],"ti":[0,-20.1666660308838,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":41,"s":[902,817.251,0],"e":[902,927.251,0],"to":[0,20.1666660308838,0],"ti":[0,-61.1666679382324,0]},{"i":{"x":0.667,"y":0.684},"o":{"x":0.333,"y":0},"n":"0p667_0p684_0p333_0","t":42,"s":[902,927.251,0],"e":[902,1026.004,0],"to":[0,0.91581642627716,0],"ti":[0,-30.5020141601562,0]},{"i":{"x":0.667,"y":0.747},"o":{"x":0.333,"y":0.186},"n":"0p667_0p747_0p333_0p186","t":43,"s":[902,1026.004,0],"e":[902,1193.528,0],"to":[0,31.3516635894775,0],"ti":[0,-42.2690200805664,0]},{"i":{"x":0.667,"y":0.739},"o":{"x":0.333,"y":0.336},"n":"0p667_0p739_0p333_0p336","t":44,"s":[902,1193.528,0],"e":[902,1319.474,0],"to":[0,42.9492530822754,0],"ti":[0,-32.489200592041,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0.686},"n":"0p667_1_0p333_0p686","t":45,"s":[902,1319.474,0],"e":[902,1415.251,0],"to":[0,58.5046463012695,0],"ti":[0,-10.2809219360352,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":47,"s":[902,1415.251,0],"e":[902,1345.251,0],"to":[0,37.8333320617676,0],"ti":[0,11.6666669845581,0]},{"t":51}],"ix":2},"a":{"a":0,"k":[0,9.703,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":0,"s":[353,353,100],"e":[353,179,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p833_1_0p333_0","0p833_1_0p333_0","0p833_1_0p333_0"],"t":5,"s":[353,179,100],"e":[353,179,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":10,"s":[353,179,100],"e":[353,353,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":15,"s":[353,353,100],"e":[353,353,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p833_1_0p333_0","0p833_1_0p333_0","0p833_1_0p333_0"],"t":24,"s":[353,353,100],"e":[353,353,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":26,"s":[353,353,100],"e":[353,170,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":32,"s":[353,170,100],"e":[353,278,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":35,"s":[353,278,100],"e":[353,278,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":45,"s":[353,278,100],"e":[353,165,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":47,"s":[353,165,100],"e":[353,353,100]},{"t":51}],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[31.668,1.124],[-33.994,1.124],[-33.994,24.646],[31.668,24.646]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"蒙版 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[5.827,0],[0,0],[0,-5.827],[0,0]],"o":[[0,0],[0,-5.827],[0,0],[-5.827,0],[0,0],[0,0]],"v":[[23.333,9.703],[23.333,0.892],[12.739,-9.703],[-12.739,-9.703],[-23.333,0.892],[-23.333,9.703]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.051046685612,0.687928921569,0.587128283931,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"形状 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":64,"st":0,"bm":0},{"ddd":0,"ind":25,"ty":4,"nm":"形状图层 12","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":34,"s":[0],"e":[10]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[10],"e":[-10]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[-10],"e":[0]},{"t":42}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":26,"s":[902,1345.251,0],"e":[902,1413.251,0],"to":[0,11.3333330154419,0],"ti":[0,97.6666641235352,0]},{"i":{"x":0.667,"y":0.374},"o":{"x":0.333,"y":0},"n":"0p667_0p374_0p333_0","t":32,"s":[902,1413.251,0],"e":[902,1152.25,0],"to":[0,-48.987548828125,0],"ti":[0,139.085556030273,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0.416},"n":"0p667_1_0p333_0p416","t":35,"s":[902,1152.25,0],"e":[902,759.251,0],"to":[0,-138.209869384766,0],"ti":[0,50.4235916137695,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":38,"s":[902,759.251,0],"e":[902,806.251,0],"to":[0,-101.166664123535,0],"ti":[0,-9.66666698455811,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":40,"s":[902,806.251,0],"e":[902,817.251,0],"to":[0,9.66666698455811,0],"ti":[0,-20.1666660308838,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":41,"s":[902,817.251,0],"e":[902,927.251,0],"to":[0,20.1666660308838,0],"ti":[0,-61.1666679382324,0]},{"i":{"x":0.667,"y":0.684},"o":{"x":0.333,"y":0},"n":"0p667_0p684_0p333_0","t":42,"s":[902,927.251,0],"e":[902,1026.004,0],"to":[0,0.91581642627716,0],"ti":[0,-30.5020141601562,0]},{"i":{"x":0.667,"y":0.747},"o":{"x":0.333,"y":0.186},"n":"0p667_0p747_0p333_0p186","t":43,"s":[902,1026.004,0],"e":[902,1193.528,0],"to":[0,31.3516635894775,0],"ti":[0,-42.2690200805664,0]},{"i":{"x":0.667,"y":0.739},"o":{"x":0.333,"y":0.336},"n":"0p667_0p739_0p333_0p336","t":44,"s":[902,1193.528,0],"e":[902,1319.474,0],"to":[0,42.9492530822754,0],"ti":[0,-32.489200592041,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0.686},"n":"0p667_1_0p333_0p686","t":45,"s":[902,1319.474,0],"e":[902,1415.251,0],"to":[0,58.5046463012695,0],"ti":[0,-10.2809219360352,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":47,"s":[902,1415.251,0],"e":[902,1345.251,0],"to":[0,37.8333320617676,0],"ti":[0,11.6666669845581,0]},{"t":51}],"ix":2},"a":{"a":0,"k":[0,9.703,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":0,"s":[353,353,100],"e":[353,179,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p833_1_0p333_0","0p833_1_0p333_0","0p833_1_0p333_0"],"t":5,"s":[353,179,100],"e":[353,179,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":10,"s":[353,179,100],"e":[353,353,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":15,"s":[353,353,100],"e":[353,353,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p833_1_0p333_0","0p833_1_0p333_0","0p833_1_0p333_0"],"t":24,"s":[353,353,100],"e":[353,353,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":26,"s":[353,353,100],"e":[353,170,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":32,"s":[353,170,100],"e":[353,278,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":35,"s":[353,278,100],"e":[353,278,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":45,"s":[353,278,100],"e":[353,165,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":47,"s":[353,165,100],"e":[353,353,100]},{"t":51}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[5.827,0],[0,0],[0,-5.827],[0,0]],"o":[[0,0],[0,-5.827],[0,0],[-5.827,0],[0,0],[0,0]],"v":[[23.333,9.703],[23.333,0.892],[12.739,-9.703],[-12.739,-9.703],[-23.333,0.892],[-23.333,9.703]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.07792153452,0.993887867647,0.848915967754,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"填充 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":"变换"}],"nm":"形状 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":64,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"预合成 2","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[600,786,0],"ix":2},"a":{"a":0,"k":[1096,1096,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":2192,"h":2192,"ip":0,"op":60,"st":0,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/gears.json b/ohos/flutter_lottie/assets/lottiefiles/gears.json new file mode 100644 index 0000000000000000000000000000000000000000..13b2a0ee1f9fb318e1c7e9536ef336b37e1d3057 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/gears.json @@ -0,0 +1 @@ +{"v":"4.5.7","fr":30,"ip":0,"op":52,"w":128,"h":128,"ddd":0,"assets":[],"layers":[{"ddd":0,"ind":0,"ty":3,"nm":"Null 5","ks":{"o":{"a":0,"k":0},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[0],"e":[90]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":25,"s":[90],"e":[0]},{"t":52}]},"p":{"a":0,"k":[64,64,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"ip":0,"op":53,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"gear3","parent":0,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[360],"e":[0]},{"t":52}]},"p":{"s":true,"x":{"a":0,"k":19.125},"y":{"a":0,"k":22.125}},"a":{"a":0,"k":[28,30,0]},"s":{"a":0,"k":[75,75,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[1.627,0.306],[0,0],[0,0],[0,0],[1.704,-0.597],[0,0],[0,0],[0,0],[1.186,-1.384],[0,0],[0,0],[0,0],[0.33,-1.753],[0,0],[0,0],[0,0],[-0.6,-1.701],[0,0],[0,0],[0,0],[-1.387,-1.186],[0,0],[0,0],[0,0],[-0.127,-0.045],[-1.627,-0.306],[0,0],[0,0],[0,0],[-1.703,0.598],[0,0],[0,0],[0,0],[-1.185,1.383],[0,0],[0,0],[0,0],[-0.329,1.754],[0,0],[0,0],[0,0],[0.6,1.703],[0,0],[0,0],[0,0],[1.386,1.188],[0,0],[0,0],[0,0],[0.126,0.045]],"o":[[-1.591,-0.564],[0,0],[0,0],[0,0],[-1.779,0.307],[0,0],[0,0],[0,0],[-1.371,1.14],[0,0],[0,0],[0,0],[-0.63,1.709],[0,0],[0,0],[0,0],[0.31,1.777],[0,0],[0,0],[0,0],[1.145,1.369],[0,0],[0,0],[0,0],[0.127,0.047],[1.59,0.564],[0,0],[0,0],[0,0],[1.779,-0.308],[0,0],[0,0],[0,0],[1.371,-1.142],[0,0],[0,0],[0,0],[0.631,-1.708],[0,0],[0,0],[0,0],[-0.311,-1.78],[0,0],[0,0],[0,0],[-1.145,-1.371],[0,0],[0,0],[0,0],[-0.125,-0.047],[-0.126,-0.044]],"v":[[105.253,4.747],[100.419,3.445],[97.651,8.16],[91.588,8.111],[88.885,3.362],[83.651,4.72],[83.618,10.179],[78.347,13.166],[73.623,10.395],[69.778,14.184],[72.485,18.94],[69.421,24.162],[63.947,24.118],[62.513,29.322],[67.238,32.093],[67.2,38.151],[62.449,40.843],[63.816,46.073],[69.283,46.117],[72.28,51.386],[69.513,56.102],[73.312,59.946],[78.07,57.251],[83.302,60.32],[83.266,65.787],[83.646,65.925],[88.479,67.227],[91.245,62.513],[97.309,62.56],[100.012,67.31],[105.245,65.951],[105.279,60.493],[110.55,57.506],[115.275,60.278],[119.119,56.488],[116.412,51.731],[119.477,46.511],[124.95,46.553],[126.383,41.349],[121.659,38.579],[121.697,32.52],[126.449,29.83],[125.08,24.598],[119.616,24.555],[116.618,19.286],[119.384,14.571],[115.584,10.724],[110.827,13.421],[105.596,10.352],[105.63,4.884],[105.253,4.747]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[-9.941,0],[0,-9.941],[9.941,0],[0,9.941]],"o":[[9.941,0],[0,9.941],[-9.941,0],[0,-9.941]],"v":[[94.463,17.334],[112.463,35.334],[94.463,53.334],[76.463,35.334]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.25,0.37,0.44,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-66.463,-5.334],"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":"Path","np":4,"mn":"ADBE Vector Group"}],"ip":0,"op":53,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"gear2","parent":0,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[-360],"e":[0]},{"t":52}]},"p":{"s":true,"x":{"a":0,"k":-22.5},"y":{"a":0,"k":-2.25}},"a":{"a":0,"k":[-36,-4,0]},"s":{"a":0,"k":[75,75,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[1.982,-0.286],[0,0],[0,0],[0,0],[1.588,-1.254],[0,0],[0,0],[0,0],[0.734,-1.84],[0,0],[0,0],[0,0],[-0.285,-1.981],[0,0],[0,0],[0,0],[-1.254,-1.589],[0,0],[0,0],[0,0],[-1.839,-0.735],[0,0],[0,0],[0,0],[-1.982,0.287],[0,0],[0,0],[0,0],[-1.587,1.254],[0,0],[0,0],[0,0],[-0.734,1.838],[0,0],[0,0],[0,0],[0.287,1.982],[0,0],[0,0],[0,0],[1.255,1.588],[0,0],[0,0],[0,0],[1.838,0.734]],"o":[[0,0],[0,0],[0,0],[-2.001,-0.045],[0,0],[0,0],[0,0],[-1.737,0.951],[0,0],[0,0],[0,0],[-1.052,1.727],[0,0],[0,0],[0,0],[-0.046,2.003],[0,0],[0,0],[0,0],[0.951,1.736],[0,0],[0,0],[0,0],[1.727,1.054],[0,0],[0,0],[0,0],[2.003,0.044],[0,0],[0,0],[0,0],[1.736,-0.95],[0,0],[0,0],[0,0],[1.053,-1.726],[0,0],[0,0],[0,0],[0.044,-2.001],[0,0],[0,0],[0,0],[-0.952,-1.738],[0,0],[0,0],[0,0],[-1.727,-1.053],[-1.838,-0.734]],"v":[[43.8,-32.098],[39.776,-27.554],[33.19,-28.898],[31.27,-34.644],[25.285,-34.281],[24.075,-28.343],[17.7,-26.211],[13.157,-30.235],[8.16,-26.928],[10.083,-21.173],[5.628,-16.139],[-0.317,-17.35],[-2.993,-11.989],[1.549,-7.964],[0.207,-1.377],[-5.538,0.543],[-5.176,6.53],[0.762,7.74],[2.891,14.117],[-1.132,18.662],[2.175,23.66],[7.929,21.736],[12.96,26.192],[11.749,32.139],[17.11,34.817],[21.132,30.273],[27.718,31.613],[29.637,37.362],[35.623,36.999],[36.833,31.06],[43.207,28.929],[47.752,32.952],[52.748,29.646],[50.825,23.89],[55.281,18.856],[61.225,20.068],[63.902,14.708],[59.359,10.683],[60.701,4.096],[66.448,2.174],[66.084,-3.812],[60.147,-5.023],[58.017,-11.399],[62.04,-15.943],[58.733,-20.942],[52.979,-19.019],[47.948,-23.475],[49.159,-29.421],[43.8,-32.098]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[-11.046,0],[0,-11.046],[11.046,0],[0,11.046]],"o":[[11.046,0],[0,11.046],[-11.046,0],[0,-11.046]],"v":[[30.463,-18.666],[50.463,1.334],[30.463,21.334],[10.463,1.334]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.89,0.34,0.3,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-66.463,-5.334],"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":"Path","np":4,"mn":"ADBE Vector Group"}],"ip":0,"op":53,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"gear1","parent":0,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[360],"e":[0]},{"t":52}]},"p":{"s":true,"x":{"a":0,"k":17.063},"y":{"a":0,"k":-23.437}},"a":{"a":0,"k":[24,-34,0]},"s":{"a":0,"k":[75,75,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[1.357,0.446],[0,0],[0,0],[0,0],[1.525,-0.316],[0,0],[0,0],[0,0],[1.17,-1.05],[0,0],[0,0],[0,0],[0.479,-1.462],[0,0],[0,0],[0,0],[-0.322,-1.524],[0,0],[0,0],[0,0],[-1.053,-1.172],[0,0],[0,0],[0,0],[-0.103,-0.053],[-1.358,-0.446],[0,0],[0,0],[0,0],[-1.524,0.318],[0,0],[0,0],[0,0],[-1.169,1.05],[0,0],[0,0],[0,0],[-0.478,1.463],[0,0],[0,0],[0,0],[0.322,1.525],[0,0],[0,0],[0,0],[1.053,1.174],[0,0],[0,0],[0,0],[0.102,0.053]],"o":[[-1.298,-0.664],[0,0],[0,0],[0,0],[-1.557,0.062],[0,0],[0,0],[0,0],[-1.301,0.82],[0,0],[0,0],[0,0],[-0.731,1.392],[0,0],[0,0],[0,0],[0.065,1.557],[0,0],[0,0],[0,0],[0.826,1.303],[0,0],[0,0],[0,0],[0.103,0.055],[1.297,0.663],[0,0],[0,0],[0,0],[1.556,-0.062],[0,0],[0,0],[0,0],[1.301,-0.821],[0,0],[0,0],[0,0],[0.732,-1.391],[0,0],[0,0],[0,0],[-0.066,-1.557],[0,0],[0,0],[0,0],[-0.826,-1.304],[0,0],[0,0],[0,0],[-0.102,-0.054],[-0.103,-0.052]],"v":[[103.129,-53.638],[99.14,-55.302],[96.242,-51.581],[91.061,-52.312],[89.282,-56.683],[84.652,-56.115],[84.01,-51.446],[79.164,-49.487],[75.435,-52.395],[71.719,-49.589],[73.501,-45.211],[70.293,-41.09],[65.615,-41.749],[63.803,-37.459],[67.534,-34.55],[66.821,-29.369],[62.454,-27.604],[63.036,-22.972],[67.707,-22.315],[69.68,-17.464],[66.782,-13.743],[69.6,-10.021],[73.973,-11.788],[78.105,-8.567],[77.46,-3.891],[77.769,-3.73],[81.757,-2.067],[84.653,-5.788],[89.836,-5.059],[91.615,-0.687],[96.244,-1.256],[96.887,-5.923],[101.731,-7.882],[105.462,-4.973],[109.177,-7.78],[107.396,-12.158],[110.604,-16.279],[115.282,-15.621],[117.092,-19.912],[113.363,-22.82],[114.076,-28.001],[118.443,-29.765],[117.86,-34.397],[113.19,-35.054],[111.218,-39.904],[114.114,-43.626],[111.296,-47.35],[106.923,-45.582],[102.792,-48.802],[103.436,-53.479],[103.129,-53.638]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[-8.837,0],[0,-8.837],[8.836,0],[0,8.837]],"o":[[8.836,0],[0,8.837],[-8.837,0],[0,-8.837]],"v":[[90.463,-44.666],[106.463,-28.666],[90.463,-12.666],[74.463,-28.666]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.39,0.5,0.56,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-66.463,-5.334],"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":"Path","np":4,"mn":"ADBE Vector Group"}],"ip":0,"op":53,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/geometry.zip b/ohos/flutter_lottie/assets/lottiefiles/geometry.zip new file mode 100644 index 0000000000000000000000000000000000000000..992f12574a8713ee0792ce29cf2febefef00942a Binary files /dev/null and b/ohos/flutter_lottie/assets/lottiefiles/geometry.zip differ diff --git a/ohos/flutter_lottie/assets/lottiefiles/glow_loading.json b/ohos/flutter_lottie/assets/lottiefiles/glow_loading.json new file mode 100644 index 0000000000000000000000000000000000000000..3cbcc056bd18a66a80eba851fceb465d48c696ce --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/glow_loading.json @@ -0,0 +1 @@ +{"v":"4.6.8","fr":29.9700012207031,"ip":0,"op":69.0000028104276,"w":256,"h":256,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Glow ball","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[360]},{"t":69.0000028104276}]},"p":{"a":0,"k":[127.984,127.969,0]},"a":{"a":0,"k":[-0.182,32.385,0]},"s":{"a":0,"k":[132,132,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[14.125,14.125]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.1635217,0.8509804,0.8105415,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.063,1.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":315},"p":{"a":0,"k":[127.984,127.969,0]},"a":{"a":0,"k":[-0.182,32.385,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":56,"s":[132,132,100],"e":[145,145,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":59,"s":[145,145,100],"e":[132,132,100]},{"t":63.0000025660426}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[14.125,14.125]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0.1647059,0.6313726,0.8509804,1],"e":[0.1647059,0.6313726,0.8509804,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[0.1647059,0.6313726,0.8509804,1],"e":[0.1647059,0.8509804,0.8117647,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":62,"s":[0.1647059,0.8509804,0.8117647,1],"e":[0.1647059,0.6313726,0.8509804,1]},{"t":69.0000028104276}]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.063,1.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 7","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":270},"p":{"a":0,"k":[127.984,127.969,0]},"a":{"a":0,"k":[-0.182,32.385,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":48,"s":[132,132,100],"e":[145,145,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":51,"s":[145,145,100],"e":[132,132,100]},{"t":55.0000022401959}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[14.125,14.125]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0.1647059,0.6313726,0.8509804,1],"e":[0.1647059,0.6745098,0.8431373,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":47,"s":[0.1647059,0.6745098,0.8431373,1],"e":[0.1647059,0.8509804,0.8117647,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":58,"s":[0.1647059,0.8509804,0.8117647,1],"e":[0.1647059,0.6313726,0.8509804,1]},{"t":69.0000028104276}]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.063,1.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":225},"p":{"a":0,"k":[127.984,127.969,0]},"a":{"a":0,"k":[-0.182,32.385,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":39,"s":[132,132,100],"e":[145,145,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":42,"s":[145,145,100],"e":[132,132,100]},{"t":46.0000018736184}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[14.125,14.125]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0.1647059,0.6313726,0.8509804,1],"e":[0.1647059,0.6313726,0.8509804,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":37,"s":[0.1647059,0.6313726,0.8509804,1],"e":[0.1647059,0.8509804,0.8117647,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":43,"s":[0.1647059,0.8509804,0.8117647,1],"e":[0.1647059,0.6313726,0.8509804,1]},{"t":48.0000019550801}]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.063,1.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":180},"p":{"a":0,"k":[127.984,127.969,0]},"a":{"a":0,"k":[-0.182,32.385,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":31,"s":[132,132,100],"e":[145,145,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":34,"s":[145,145,100],"e":[132,132,100]},{"t":38.0000015477717}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[14.125,14.125]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0.1647059,0.6313726,0.8509804,1],"e":[0.1647059,0.6313726,0.8509804,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":26,"s":[0.1647059,0.6313726,0.8509804,1],"e":[0.1647059,0.8509804,0.8117647,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[0.1647059,0.8509804,0.8117647,1],"e":[0.1647059,0.6313726,0.8509804,1]},{"t":42.0000017106951}]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.063,1.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":135},"p":{"a":0,"k":[127.984,127.969,0]},"a":{"a":0,"k":[-0.182,32.385,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":23,"s":[132,132,100],"e":[145,145,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":26,"s":[145,145,100],"e":[132,132,100]},{"t":30.0000012219251}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[14.125,14.125]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0.1647059,0.6313726,0.8509804,1],"e":[0.1647059,0.8509804,0.8117647,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[0.1647059,0.8509804,0.8117647,1],"e":[0.1647059,0.6313726,0.8509804,1]},{"t":38.0000015477717}]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.063,1.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":90},"p":{"a":0,"k":[127.984,127.969,0]},"a":{"a":0,"k":[-0.182,32.385,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":14,"s":[132,132,100],"e":[145,145,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":17,"s":[145,145,100],"e":[132,132,100]},{"t":21.0000008553475}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[14.125,14.125]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0.1647059,0.6313726,0.8509804,1],"e":[0.1647059,0.8509804,0.8117647,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":22,"s":[0.1647059,0.8509804,0.8117647,1],"e":[0.1647059,0.6313726,0.8509804,1]},{"t":28.0000011404634}]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.063,1.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":45},"p":{"a":0,"k":[127.984,127.969,0]},"a":{"a":0,"k":[-0.182,32.385,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":7,"s":[132,132,100],"e":[145,145,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":10,"s":[145,145,100],"e":[132,132,100]},{"t":14.0000005702317}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[14.125,14.125]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0.1647059,0.6313726,0.8509804,1],"e":[0.1647059,0.8509804,0.8117647,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[0.1647059,0.8509804,0.8117647,1],"e":[0.1647059,0.6313726,0.8509804,1]},{"t":22.0000008960784}]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.063,1.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[127.984,127.969,0]},"a":{"a":0,"k":[-0.182,32.385,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[132,132,100],"e":[145,145,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":3,"s":[145,145,100],"e":[132,132,100]},{"t":7.00000028511585}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[14.125,14.125]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0.1647059,0.6313726,0.8509804,1],"e":[0.1647059,0.8509804,0.8117647,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[0.1647059,0.8509804,0.8117647,1],"e":[0.1647059,0.6313726,0.8509804,1]},{"t":16.0000006516934}]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.063,1.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/gradient_animated_background.json b/ohos/flutter_lottie/assets/lottiefiles/gradient_animated_background.json new file mode 100644 index 0000000000000000000000000000000000000000..f9ce52d41ed0e76431d6783095346a6dd297a924 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/gradient_animated_background.json @@ -0,0 +1 @@ +{"v":"4.6.10","fr":15,"ip":0,"op":155,"w":1080,"h":1920,"nm":"background","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[540,960,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[1160,880]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"st","c":{"a":0,"k":[0.9960784,0.7843137,0.145098,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":6},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"gf","o":{"a":0,"k":100},"r":1,"g":{"p":3,"k":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[0,0.511,0.89,0.283,0.5,0.334,0.873,0.583,1,0.156,0.857,0.882],"e":[0,0.726,0.283,0.89,0.5,0.441,0.356,0.886,1,0.156,0.429,0.882]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[0,0.726,0.283,0.89,0.5,0.441,0.356,0.886,1,0.156,0.429,0.882],"e":[0,0.89,0.283,0.283,0.5,0.886,0.553,0.219,1,0.882,0.823,0.156]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":61,"s":[0,0.89,0.283,0.283,0.5,0.886,0.553,0.219,1,0.882,0.823,0.156],"e":[0,0,0.312,0.737,0.5,0.078,0.597,0.754,1,0.156,0.882,0.771]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":91,"s":[0,0,0.312,0.737,0.5,0.078,0.597,0.754,1,0.156,0.882,0.771],"e":[0,0.51,0.89,0.282,0.5,0.333,0.873,0.582,1,0.157,0.855,0.882]},{"t":120}]}},"s":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[-430.769,-404.573],"e":[23.726,-364.48],"to":[75.7491683959961,6.68213844299316],"ti":[-123.915840148926,-8.51547145843506]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[23.726,-364.48],"e":[312.726,-353.48],"to":[123.915840148926,8.51547145843506],"ti":[-1.00208830833435,-1.83333337306976]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":61,"s":[312.726,-353.48],"e":[29.739,-353.48],"to":[1.00208830833435,1.83333337306976],"ti":[120.055290222168,0.60746711492538]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":91,"s":[29.739,-353.48],"e":[-407.606,-357.125],"to":[-120.055290222168,-0.60746711492538],"ti":[72.8907089233398,0.60746711492538]},{"t":120}]},"e":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[374.412,342.611],"e":[22.822,357.191],"to":[-58.5984153747559,2.42986845970154],"ti":[132.520950317383,-7.89707231521606]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[22.822,357.191],"e":[-420.714,389.994],"to":[-132.520950317383,7.89707231521606],"ti":[-4.68509674072266,-7.89707231521606]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":61,"s":[-420.714,389.994],"e":[50.932,404.573],"to":[4.68509674072266,7.89707231521606],"ti":[-132.918350219727,4.25226974487305]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":91,"s":[50.932,404.573],"e":[376.797,364.48],"to":[132.918350219727,-4.25226974487305],"ti":[-54.3107261657715,6.68213844299316]},{"t":120}]},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[93.29,219.491],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":155,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":1,"nm":"Deep Red Solid 1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[540,960,0]},"a":{"a":0,"k":[540,960,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"sw":1080,"sh":1920,"sc":"#be2a2a","ip":0,"op":155,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/happy birthday.json b/ohos/flutter_lottie/assets/lottiefiles/happy birthday.json new file mode 100644 index 0000000000000000000000000000000000000000..59b9a5f67f768f18a7a90e22a8ab1a2fc43e4e4e --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/happy birthday.json @@ -0,0 +1 @@ +{"v":"4.9.0","fr":30,"ip":0,"op":38,"w":315,"h":280,"nm":"new","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"bodyband Konturen","parent":3,"sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[157.5,129,0]},"a":{"a":0,"k":[157.5,140,0]},"s":{"a":0,"k":[100,100,100]}},"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},"n":"0p667_1_0p333_0","t":9,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-14.5,52],[14.5,52],[14.5,52.25],[-14.5,52.25]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-14.5,-41],[14.5,-41],[14.5,52.25],[-14.5,52.25]],"c":true}]},{"t":19.111328125}]},"nm":"Pfad 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.871,0.702,0.271,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fläche 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[160.5,184],"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":"Transformieren"}],"nm":"Gruppe 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"topband Konturen","parent":4,"sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[157.5,140,0]},"a":{"a":0,"k":[157.5,140,0]},"s":{"a":0,"k":[100,100,100]}},"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},"n":"0p667_1_0p333_0","t":16.777,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-14.5,-14.5],[14.5,-14.5],[15.036,-14.207],[-13.964,-14.207]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-14.5,-14.5],[14.5,-14.5],[14.5,14.5],[-14.5,14.5]],"c":true}]},{"t":23}]},"nm":"Pfad 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.831,0.396,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fläche 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[160.5,128.5],"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":"Transformieren"}],"nm":"Gruppe 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"body Konturen","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[-13]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5.432,"s":[-13],"e":[17.85]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":11.111,"s":[17.85],"e":[0]},{"t":16.2958984375}]},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[162.125,247.599,0],"e":[162.125,145.599,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":8.148,"s":[162.125,145.599,0],"e":[162.125,236.099,0],"to":[0,0,0],"ti":[0,0,0]},{"t":16.2958984375}]},"a":{"a":0,"k":[162.125,225.099,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[0,0],[0,0],[-3.228,0],[0,0],[-2.75,0.062]],"o":[[0,0],[0,0],[4.75,-0.188],[0,0],[3.228,0],[0,0]],"v":[[56.25,46.5],[-54.75,46.5],[-55,46.688],[-49.658,46.5],[49.658,46.5],[56,46.688]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[-3.228,0],[0,0],[0,3.21]],"o":[[0,0],[0,0],[0,3.21],[0,0],[3.228,0],[0,0]],"v":[[55.5,-46.5],[-55.5,-46.5],[-55.5,40.688],[-49.658,46.5],[49.658,46.5],[55.5,40.688]],"c":true}]},{"t":3.7041015625}]},"nm":"Pfad 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.008,0.588,0.847,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fläche 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[161.5,178.5],"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":"Transformieren"}],"nm":"Gruppe 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"top Konturen","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3.704,"s":[0],"e":[100]},{"t":4.4443359375}]},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8.148,"s":[10],"e":[-23]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":14.074,"s":[-23],"e":[0]},{"t":20}]},"p":{"a":1,"k":[{"i":{"x":0.937,"y":0.946},"o":{"x":0.167,"y":0.167},"n":"0p937_0p946_0p167_0p167","t":0,"s":[160,177.5,0],"e":[150,34.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.097,"y":0},"o":{"x":0.084,"y":0.101},"n":"0p097_0_0p084_0p101","t":10.37,"s":[150,34.5,0],"e":[161,128.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":20}]},"a":{"a":0,"k":[161,128.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":0,"s":[0,0,100],"e":[58.621,58.621,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":10.37,"s":[58.621,58.621,100],"e":[100,100,100]},{"t":20}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.219,0],[0,0],[0,-3.204],[0,0],[-3.219,0],[0,0],[0,3.204],[0,0]],"o":[[0,0],[-3.219,0],[0,0],[0,3.204],[0,0],[3.219,0],[0,0],[0,-3.204]],"v":[[61.174,-14.5],[-61.174,-14.5],[-67,-8.7],[-67,8.7],[-61.174,14.5],[61.174,14.5],[67,8.7],[67,-8.7]],"c":true}},"nm":"Pfad 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.012,0.663,0.957,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fläche 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[161,128.5],"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":"Transformieren"}],"nm":"Gruppe 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"schleife/new Konturen","parent":4,"sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[161,115,0]},"a":{"a":0,"k":[161,115,0]},"s":{"a":1,"k":[{"i":{"x":[0.029,0.029,0.833],"y":[1.656,1.656,-15.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,16.667]},"n":["0p029_1p656_0p167_0p167","0p029_1p656_0p167_0p167","0p833_-15p667_0p167_16p667"],"t":23,"s":[0,0,100],"e":[100,100,100]},{"t":34}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.059,0],[1.667,-0.428],[-0.598,-1.849],[-1.278,0],[0,-4.797],[4.835,0],[0,0],[-8.693,2.139],[0.541,1.87],[3.006,-6.366],[4.932,3.716],[1.157,-1.595],[-1.586,-3.998],[0,0],[0,4.796],[-4.834,0],[-2.606,-1.934],[-1.272,1.478],[5.256,0],[0,-7.995],[-8.058,0],[0,0],[0,0],[0,7.995]],"o":[[-1.91,0],[0.541,1.87],[1.145,-0.282],[4.835,0],[0,4.796],[0,0],[2.097,-5.318],[-0.598,-1.849],[-9.385,2.413],[-2.071,-4.386],[-1.272,1.478],[5.152,3.823],[0,0],[-4.834,0],[0,-4.797],[3.679,0],[1.157,-1.595],[-3.498,-2.637],[-8.058,0],[0,7.995],[0,0],[0,0],[8.059,0],[0,-7.995]],"v":[[23.385,-14.5],[18.024,-13.831],[19.756,-8.259],[23.385,-8.7],[32.155,0],[23.385,8.7],[4.075,8.7],[19.756,-8.259],[18.024,-13.831],[0,3.422],[-10.322,-10.065],[-13.987,-5.478],[-4.083,8.7],[-23.385,8.7],[-32.154,0],[-23.385,-8.7],[-13.987,-5.478],[-10.322,-10.065],[-23.385,-14.5],[-38,0],[-23.385,14.5],[0,14.5],[23.385,14.5],[38,0]],"c":true}},"nm":"Pfad 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.831,0.396,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fläche 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[161,100.5],"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":"Transformieren"}],"nm":"Gruppe 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"shadow Konturen","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[162,236,0]},"a":{"a":0,"k":[162,225,0]},"s":{"a":1,"k":[{"i":{"x":[0.115,0.115,0.833],"y":[1,1,-5.19]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,16.667]},"n":["0p115_1_0p167_0p167","0p115_1_0p167_0p167","0p833_-5p19_0p167_16p667"],"t":0,"s":[0,0,100],"e":[100,100,100]},{"t":13}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-53.02,0],[0,-3.313],[53.02,0],[0,3.313]],"o":[[53.02,0],[0,3.313],[-53.02,0],[0,-3.313]],"v":[[0,-6],[96,0],[0,6],[-96,0]],"c":true}},"nm":"Pfad 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.945,0.945,0.945,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fläche 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[162,225],"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":"Transformieren"}],"nm":"Gruppe 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Ebene 12 Konturen","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9,"s":[262],"e":[0]},{"t":29}]},"p":{"a":1,"k":[{"i":{"x":0,"y":0.359},"o":{"x":0.167,"y":0.167},"n":"0_0p359_0p167_0p167","t":9,"s":[157.5,140,0],"e":[95.449,44.997,0],"to":[0,0,0],"ti":[0,0,0]},{"t":29}]},"a":{"a":0,"k":[95.449,44.997,0]},"s":{"a":1,"k":[{"i":{"x":[0.042,0.042,0.833],"y":[1.006,1.006,-26.778]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,16.667]},"n":["0p042_1p006_0p167_0p167","0p042_1p006_0p167_0p167","0p833_-26p778_0p167_16p667"],"t":9,"s":[0,0,100],"e":[100,100,100]},{"t":29}]}},"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-2.18,-3.777],[2.178,-3.775],[4.359,0.001],[2.181,3.777],[-2.18,3.775],[-4.359,-0.001]],"c":true}},"nm":"Pfad 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.012,0.663,0.957,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":4,"nm":"Kontur 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[95.449,44.997],"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":"Transformieren"}],"nm":"Gruppe 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Ebene 13 Konturen","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[-63],"e":[0]},{"t":23}]},"p":{"a":1,"k":[{"i":{"x":0,"y":0.564},"o":{"x":0.167,"y":0.167},"n":"0_0p564_0p167_0p167","t":3,"s":[157.5,140,0],"e":[248.067,112.75,0],"to":[0,0,0],"ti":[0,0,0]},{"t":23}]},"a":{"a":0,"k":[248.067,112.75,0]},"s":{"a":1,"k":[{"i":{"x":[0.042,0.042,0.833],"y":[1.006,1.006,-26.778]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,16.667]},"n":["0p042_1p006_0p167_0p167","0p042_1p006_0p167_0p167","0p833_-26p778_0p167_16p667"],"t":3,"s":[0,0,100],"e":[100,100,100]},{"t":23}]}},"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-1.53,-6.63],[4.974,-4.639],[6.505,1.99],[1.532,6.63],[-4.972,4.64],[-6.505,-1.989]],"c":true}},"nm":"Pfad 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.012,0.663,0.957,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":4,"nm":"Kontur 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[248.067,112.75],"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":"Transformieren"}],"nm":"Gruppe 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Ebene 14 Konturen","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[-200],"e":[0]},{"t":20}]},"p":{"a":1,"k":[{"i":{"x":0,"y":0.477},"o":{"x":0.167,"y":0.167},"n":"0_0p477_0p167_0p167","t":0,"s":[157.5,140,0],"e":[268.728,57.196,0],"to":[0,0,0],"ti":[0,0,0]},{"t":20}]},"a":{"a":0,"k":[120.728,247.196,0]},"s":{"a":1,"k":[{"i":{"x":[0.042,0.042,0.833],"y":[1.006,1.006,-26.778]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,16.667]},"n":["0p042_1p006_0p167_0p167","0p042_1p006_0p167_0p167","0p833_-26p778_0p167_16p667"],"t":0,"s":[0,0,100],"e":[100,100,100]},{"t":20}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-2.376,-3.394],[2.799,1.018],[-2.799,3.394]],"c":true}},"nm":"Pfad 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.149,0.784,0.333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":4,"nm":"Kontur 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[120.728,247.196],"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":"Transformieren"}],"nm":"Gruppe 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Ebene 15 Konturen","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[134],"e":[0]},{"t":28}]},"p":{"a":1,"k":[{"i":{"x":0,"y":0.547},"o":{"x":0.167,"y":0.167},"n":"0_0p547_0p167_0p167","t":8,"s":[157.5,140,0],"e":[61.63,139.445,0],"to":[0,0,0],"ti":[0,0,0]},{"t":28}]},"a":{"a":0,"k":[61.63,139.445,0]},"s":{"a":1,"k":[{"i":{"x":[0.042,0.042,0.833],"y":[1.006,1.006,-26.778]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,16.667]},"n":["0p042_1p006_0p167_0p167","0p042_1p006_0p167_0p167","0p833_-26p778_0p167_16p667"],"t":8,"s":[0,0,100],"e":[100,100,100]},{"t":28}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[4.37,-5.433],[4.286,5.433],[-4.37,1.022]],"c":true}},"nm":"Pfad 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.149,0.784,0.333,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":4,"nm":"Kontur 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[61.63,139.445],"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":"Transformieren"}],"nm":"Gruppe 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Ebene 16 Konturen","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[74],"e":[0]},{"t":25}]},"p":{"a":1,"k":[{"i":{"x":0,"y":0.387},"o":{"x":0.167,"y":0.167},"n":"0_0p387_0p167_0p167","t":5,"s":[157.5,140,0],"e":[183.561,32.661,0],"to":[0,0,0],"ti":[0,0,0]},{"t":25}]},"a":{"a":0,"k":[183.561,32.661,0]},"s":{"a":1,"k":[{"i":{"x":[0.042,0.042,0.833],"y":[1.006,1.006,-26.778]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,16.667]},"n":["0p042_1p006_0p167_0p167","0p042_1p006_0p167_0p167","0p833_-26p778_0p167_16p667"],"t":5,"s":[0,0,100],"e":[100,100,100]},{"t":25}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.146,0],[0,-2.147],[2.146,0],[0,2.147]],"o":[[2.146,0],[0,2.147],[-2.146,0],[0,-2.147]],"v":[[-0.001,-3.888],[3.886,0],[-0.001,3.888],[-3.887,0]],"c":true}},"nm":"Pfad 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.039,0.314,0.392,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":4,"nm":"Kontur 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[183.561,32.661],"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":"Transformieren"}],"nm":"Gruppe 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Ebene 17 Konturen","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[29],"e":[0]},{"t":32}]},"p":{"a":1,"k":[{"i":{"x":0,"y":0.463},"o":{"x":0.167,"y":0.167},"n":"0_0p463_0p167_0p167","t":12,"s":[157.5,140,0],"e":[44.65,36.558,0],"to":[0,0,0],"ti":[0,0,0]},{"t":32}]},"a":{"a":0,"k":[214.65,244.558,0]},"s":{"a":1,"k":[{"i":{"x":[0.042,0.042,0.833],"y":[1.006,1.006,-26.778]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,16.667]},"n":["0p042_1p006_0p167_0p167","0p042_1p006_0p167_0p167","0p833_-26p778_0p167_16p667"],"t":12,"s":[0,0,100],"e":[100,100,100]},{"t":32}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.22,0],[0,-3.222],[3.22,0],[0,3.221]],"o":[[3.22,0],[0,3.221],[-3.22,0],[0,-3.222]],"v":[[0,-5.832],[5.829,0],[0,5.832],[-5.829,0]],"c":true}},"nm":"Pfad 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.039,0.314,0.392,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":4,"nm":"Kontur 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[214.65,244.558],"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":"Transformieren"}],"nm":"Gruppe 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Ebene 18 Konturen","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[168],"e":[0]},{"t":23}]},"p":{"a":1,"k":[{"i":{"x":0,"y":0.243},"o":{"x":0.167,"y":0.167},"n":"0_0p243_0p167_0p167","t":3,"s":[157.5,140,0],"e":[294.925,112.226,0],"to":[0,0,0],"ti":[0,0,0]},{"t":23}]},"a":{"a":0,"k":[62.925,234.226,0]},"s":{"a":1,"k":[{"i":{"x":[0.042,0.042,0.833],"y":[1.006,1.006,-26.778]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,16.667]},"n":["0p042_1p006_0p167_0p167","0p042_1p006_0p167_0p167","0p833_-26p778_0p167_16p667"],"t":3,"s":[0,0,100],"e":[100,100,100]},{"t":23}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.209,0.131],[0,0],[0,0],[0.174,-0.142],[0,0],[0,0],[-0.093,-0.228],[0,0],[0,0],[-0.247,0.014],[0,0],[0,0],[-0.059,0.236],[0,0],[0,0]],"o":[[0,0],[0,0],[-0.012,-0.223],[0,0],[0,0],[-0.238,-0.069],[0,0],[0,0],[-0.135,0.201],[0,0],[0,0],[0.155,0.19],[0,0],[0,0],[0.232,-0.083]],"v":[[2.206,-0.077],[1.1,-0.771],[1.036,-2.051],[0.544,-2.269],[-0.45,-1.461],[-1.706,-1.819],[-2.062,-1.431],[-1.568,-0.237],[-2.281,0.82],[-2.008,1.278],[-0.711,1.208],[0.105,2.221],[0.628,2.116],[0.938,0.878],[2.156,0.446]],"c":true}},"nm":"Pfad 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.729,0.031,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fläche 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[62.916,234.223],"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":"Transformieren"}],"nm":"Gruppe 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"Ebene 19 Konturen","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[-209],"e":[0]},{"t":28}]},"p":{"a":1,"k":[{"i":{"x":0,"y":0.25},"o":{"x":0.167,"y":0.167},"n":"0_0p25_0p167_0p167","t":8,"s":[157.5,140,0],"e":[35.721,103.978,0],"to":[0,0,0],"ti":[0,0,0]},{"t":28}]},"a":{"a":0,"k":[35.721,103.978,0]},"s":{"a":1,"k":[{"i":{"x":[0.042,0.042,0.833],"y":[1.006,1.006,-26.778]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,16.667]},"n":["0p042_1p006_0p167_0p167","0p042_1p006_0p167_0p167","0p833_-26p778_0p167_16p667"],"t":8,"s":[0,0,100],"e":[100,100,100]},{"t":28}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.209,0.131],[0,0],[0,0],[0.174,-0.141],[0,0],[0,0],[-0.094,-0.227],[0,0],[0,0],[-0.247,0.014],[0,0],[0,0],[-0.059,0.237],[0,0],[0,0]],"o":[[0,0],[0,0],[-0.012,-0.224],[0,0],[0,0],[-0.238,-0.068],[0,0],[0,0],[-0.135,0.2],[0,0],[0,0],[0.155,0.191],[0,0],[0,0],[0.231,-0.083]],"v":[[2.206,-0.078],[1.1,-0.771],[1.036,-2.051],[0.544,-2.27],[-0.45,-1.461],[-1.706,-1.82],[-2.062,-1.432],[-1.568,-0.238],[-2.281,0.82],[-2.008,1.278],[-0.711,1.207],[0.105,2.22],[0.628,2.115],[0.938,0.878],[2.156,0.446]],"c":true}},"nm":"Pfad 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.729,0.031,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fläche 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[35.712,103.975],"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":"Transformieren"}],"nm":"Gruppe 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"Ebene 20 Konturen","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":7,"s":[275],"e":[0]},{"t":27}]},"p":{"a":1,"k":[{"i":{"x":0,"y":0.09},"o":{"x":0.167,"y":0.167},"n":"0_0p09_0p167_0p167","t":7,"s":[157.5,140,0],"e":[261.12,26.218,0],"to":[0,0,0],"ti":[0,0,0]},{"t":27}]},"a":{"a":0,"k":[261.12,26.218,0]},"s":{"a":1,"k":[{"i":{"x":[0.042,0.042,0.833],"y":[1.006,1.006,-26.778]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,16.667]},"n":["0p042_1p006_0p167_0p167","0p042_1p006_0p167_0p167","0p833_-26p778_0p167_16p667"],"t":7,"s":[0,0,100],"e":[100,100,100]},{"t":27}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.21,0.131],[0,0],[0,0],[0.174,-0.141],[0,0],[0,0],[-0.093,-0.228],[0,0],[0,0],[-0.247,0.014],[0,0],[0,0],[-0.059,0.236],[0,0],[0,0]],"o":[[0,0],[0,0],[-0.011,-0.223],[0,0],[0,0],[-0.238,-0.068],[0,0],[0,0],[-0.135,0.2],[0,0],[0,0],[0.155,0.19],[0,0],[0,0],[0.232,-0.082]],"v":[[2.206,-0.078],[1.099,-0.771],[1.034,-2.052],[0.543,-2.27],[-0.45,-1.461],[-1.707,-1.82],[-2.062,-1.432],[-1.568,-0.238],[-2.281,0.82],[-2.009,1.278],[-0.711,1.207],[0.105,2.22],[0.628,2.115],[0.937,0.878],[2.155,0.445]],"c":true}},"nm":"Pfad 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.729,0.031,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fläche 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[261.111,26.215],"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":"Transformieren"}],"nm":"Gruppe 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"Ebene 21 Konturen","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[132.9],"e":[0]},{"t":23}]},"p":{"a":1,"k":[{"i":{"x":0,"y":0.326},"o":{"x":0.167,"y":0.167},"n":"0_0p326_0p167_0p167","t":3,"s":[157.5,140,0],"e":[268.337,196.938,0],"to":[0,0,0],"ti":[0,0,0]},{"t":23}]},"a":{"a":0,"k":[252.337,213.938,0]},"s":{"a":1,"k":[{"i":{"x":[0.042,0.042,0.833],"y":[1.006,1.006,-26.778]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,16.667]},"n":["0p042_1p006_0p167_0p167","0p042_1p006_0p167_0p167","0p833_-26p778_0p167_16p667"],"t":3,"s":[0,0,100],"e":[100,100,100]},{"t":23}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.411,0.258],[0,0],[0,0],[0.34,-0.276],[0,0],[0,0],[-0.184,-0.446],[0,0],[0,0],[-0.483,0.027],[0,0],[0,0],[-0.116,0.463],[0,0],[0,0]],"o":[[0,0],[0,0],[-0.022,-0.439],[0,0],[0,0],[-0.466,-0.133],[0,0],[0,0],[-0.265,0.392],[0,0],[0,0],[0.302,0.373],[0,0],[0,0],[0.454,-0.162]],"v":[[4.322,-0.152],[2.152,-1.51],[2.027,-4.017],[1.065,-4.447],[-0.882,-2.861],[-3.344,-3.565],[-4.038,-2.804],[-3.072,-0.465],[-4.468,1.607],[-3.935,2.505],[-1.392,2.366],[0.207,4.35],[1.231,4.145],[1.837,1.72],[4.222,0.874]],"c":true}},"nm":"Pfad 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.729,0.031,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fläche 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[252.32,213.932],"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":"Transformieren"}],"nm":"Gruppe 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"Ebene 22 Konturen","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":13,"s":[-266],"e":[0]},{"t":33}]},"p":{"a":1,"k":[{"i":{"x":0,"y":0.337},"o":{"x":0.167,"y":0.167},"n":"0_0p337_0p167_0p167","t":13,"s":[157.5,140,0],"e":[133.395,26.515,0],"to":[0,0,0],"ti":[0,0,0]},{"t":33}]},"a":{"a":0,"k":[133.395,26.515,0]},"s":{"a":1,"k":[{"i":{"x":[0.042,0.042,0.833],"y":[1.006,1.006,-26.778]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,16.667]},"n":["0p042_1p006_0p167_0p167","0p042_1p006_0p167_0p167","0p833_-26p778_0p167_16p667"],"t":13,"s":[0,0,100],"e":[100,100,100]},{"t":33}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.411,0.258],[0,0],[0,0],[0.34,-0.277],[0,0],[0,0],[-0.183,-0.446],[0,0],[0,0],[-0.484,0.026],[0,0],[0,0],[-0.116,0.462],[0,0],[0,0]],"o":[[0,0],[0,0],[-0.022,-0.438],[0,0],[0,0],[-0.466,-0.133],[0,0],[0,0],[-0.264,0.392],[0,0],[0,0],[0.302,0.373],[0,0],[0,0],[0.454,-0.162]],"v":[[4.322,-0.152],[2.152,-1.511],[2.027,-4.018],[1.065,-4.446],[-0.882,-2.861],[-3.344,-3.565],[-4.039,-2.804],[-3.072,-0.466],[-4.469,1.607],[-3.935,2.505],[-1.392,2.366],[0.207,4.35],[1.231,4.145],[1.837,1.72],[4.222,0.874]],"c":true}},"nm":"Pfad 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.729,0.031,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fläche 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[133.378,26.508],"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":"Transformieren"}],"nm":"Gruppe 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"Ebene 23 Konturen","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[399],"e":[0]},{"t":25}]},"p":{"a":1,"k":[{"i":{"x":0,"y":0.478},"o":{"x":0.167,"y":0.167},"n":"0_0p478_0p167_0p167","t":5,"s":[157.5,140,0],"e":[257.258,159.497,0],"to":[0,0,0],"ti":[0,0,0]},{"t":25}]},"a":{"a":0,"k":[257.258,159.497,0]},"s":{"a":1,"k":[{"i":{"x":[0.042,0.042,0.833],"y":[1.006,1.006,-26.778]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,16.667]},"n":["0p042_1p006_0p167_0p167","0p042_1p006_0p167_0p167","0p833_-26p778_0p167_16p667"],"t":5,"s":[0,0,100],"e":[100,100,100]},{"t":25}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.721,-0.604],[0,0],[0,0],[-0.306,-0.794],[0,0],[0,0],[-0.932,0.071],[0,0],[0,0],[-0.241,0.908],[0,0],[0,0],[0.783,0.491],[0,0],[0,0]],"o":[[0,0],[0,0],[-0.821,-0.221],[0,0],[0,0],[-0.524,0.78],[0,0],[0,0],[0.566,0.723],[0,0],[0,0],[0.869,-0.333],[0,0],[0,0],[-0.027,-0.935]],"v":[[2.281,-8.697],[-1.528,-5.509],[-6.23,-6.781],[-7.598,-5.261],[-5.84,-0.719],[-8.615,3.403],[-7.627,5.141],[-2.732,4.758],[0.255,8.578],[2.232,8.133],[3.5,3.356],[8.121,1.595],[8.357,-0.417],[4.245,-2.989],[4.113,-7.897]],"c":true}},"nm":"Pfad 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.729,0.031,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fläche 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[257.231,159.483],"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":"Transformieren"}],"nm":"Gruppe 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"Ebene 24 Konturen","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":11,"s":[-212],"e":[0]},{"t":31}]},"p":{"a":1,"k":[{"i":{"x":0,"y":0.748},"o":{"x":0.167,"y":0.167},"n":"0_0p748_0p167_0p167","t":11,"s":[157.5,140,0],"e":[97.064,84.204,0],"to":[0,0,0],"ti":[0,0,0]},{"t":31}]},"a":{"a":0,"k":[97.064,84.204,0]},"s":{"a":1,"k":[{"i":{"x":[0.042,0.042,0.833],"y":[1.006,1.006,-26.778]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,16.667]},"n":["0p042_1p006_0p167_0p167","0p042_1p006_0p167_0p167","0p833_-26p778_0p167_16p667"],"t":11,"s":[0,0,100],"e":[100,100,100]},{"t":31}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.675,-0.565],[0,0],[0,0],[-0.287,-0.743],[0,0],[0,0],[-0.872,0.067],[0,0],[0,0],[-0.226,0.849],[0,0],[0,0],[0.734,0.459],[0,0],[0,0]],"o":[[0,0],[0,0],[-0.77,-0.208],[0,0],[0,0],[-0.491,0.73],[0,0],[0,0],[0.53,0.677],[0,0],[0,0],[0.814,-0.312],[0,0],[0,0],[-0.026,-0.875]],"v":[[2.135,-8.142],[-1.43,-5.157],[-5.831,-6.348],[-7.113,-4.926],[-5.467,-0.674],[-8.064,3.186],[-7.141,4.812],[-2.557,4.454],[0.239,8.029],[2.09,7.613],[3.277,3.141],[7.602,1.493],[7.822,-0.391],[3.974,-2.799],[3.851,-7.393]],"c":true}},"nm":"Pfad 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.729,0.031,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fläche 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[97.039,84.191],"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":"Transformieren"}],"nm":"Gruppe 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":20,"ty":4,"nm":"Ebene 25 Konturen","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[-256],"e":[0]},{"t":23}]},"p":{"a":1,"k":[{"i":{"x":0,"y":0.718},"o":{"x":0.167,"y":0.167},"n":"0_0p718_0p167_0p167","t":3,"s":[157.5,140,0],"e":[78.559,168.874,0],"to":[0,0,0],"ti":[0,0,0]},{"t":23}]},"a":{"a":0,"k":[78.559,168.874,0]},"s":{"a":1,"k":[{"i":{"x":[0.042,0.042,0.833],"y":[1.006,1.006,-26.778]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,16.667]},"n":["0p042_1p006_0p167_0p167","0p042_1p006_0p167_0p167","0p833_-26p778_0p167_16p667"],"t":3,"s":[0,0,100],"e":[100,100,100]},{"t":23}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.516,-0.432],[0,0],[0,0],[-0.219,-0.569],[0,0],[0,0],[-0.668,0.051],[0,0],[0,0],[-0.173,0.65],[0,0],[0,0],[0.562,0.351],[0,0],[0,0]],"o":[[0,0],[0,0],[-0.588,-0.159],[0,0],[0,0],[-0.376,0.559],[0,0],[0,0],[0.405,0.518],[0,0],[0,0],[0.623,-0.239],[0,0],[0,0],[-0.02,-0.669]],"v":[[1.633,-6.229],[-1.096,-3.945],[-4.463,-4.856],[-5.442,-3.768],[-4.183,-0.516],[-6.17,2.436],[-5.463,3.681],[-1.958,3.407],[0.182,6.143],[1.598,5.824],[2.507,2.403],[5.814,1.142],[5.984,-0.299],[3.04,-2.141],[2.945,-5.656]],"c":true}},"nm":"Pfad 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.729,0.031,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fläche 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[78.54,168.865],"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":"Transformieren"}],"nm":"Gruppe 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":21,"ty":4,"nm":"Ebene 26 Konturen","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":17,"s":[50],"e":[18]},{"t":37}]},"p":{"a":1,"k":[{"i":{"x":0,"y":0.897},"o":{"x":0.167,"y":0.167},"n":"0_0p897_0p167_0p167","t":17,"s":[157.5,140,0],"e":[155.771,214.44,0],"to":[0,0,0],"ti":[0,0,0]},{"t":37}]},"a":{"a":0,"k":[155.771,214.44,0]},"s":{"a":1,"k":[{"i":{"x":[0.042,0.042,0.833],"y":[1.008,1.008,-26.778]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,15.952]},"n":["0p042_1p008_0p167_0p167","0p042_1p008_0p167_0p167","0p833_-26p778_0p167_15p952"],"t":17,"s":[0,0,100],"e":[67,67,100]},{"t":37}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.312,-0.183],[0,0],[0,0],[0.227,-1.177],[0,0],[0,0],[-1.168,-0.61],[0,0],[0,0],[-0.967,0.904],[0,0],[0,0],[0.57,1.171],[0,0],[0,0]],"o":[[0,0],[0,0],[-0.816,-0.879],[0,0],[0,0],[-1.21,0.541],[0,0],[0,0],[0.137,1.287],[0,0],[0,0],[1.289,0.251],[0,0],[0,0],[0.665,-1.137]],"v":[[10.542,-8.02],[3.609,-7.053],[-1.06,-12.084],[-3.829,-11.291],[-5.121,-4.55],[-11.514,-1.696],[-11.632,1.119],[-5.496,4.318],[-4.779,11.114],[-2.084,12.058],[2.999,7.295],[9.835,8.642],[11.62,6.414],[8.627,0.269],[12.136,-5.695]],"c":true}},"nm":"Pfad 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.729,0.031,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fläche 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[155.828,214.455],"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":"Transformieren"}],"nm":"Gruppe 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":22,"ty":4,"nm":"Ebene 27 Konturen","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":11,"s":[-239],"e":[0]},{"t":31}]},"p":{"a":1,"k":[{"i":{"x":0,"y":0.5},"o":{"x":0.167,"y":0.167},"n":"0_0p5_0p167_0p167","t":11,"s":[157.5,140,0],"e":[219.606,61.933,0],"to":[0,0,0],"ti":[0,0,0]},{"t":31}]},"a":{"a":0,"k":[219.606,61.933,0]},"s":{"a":1,"k":[{"i":{"x":[0.042,0.042,0.833],"y":[1.006,1.006,-26.778]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,16.667]},"n":["0p042_1p006_0p167_0p167","0p042_1p006_0p167_0p167","0p833_-26p778_0p167_16p667"],"t":11,"s":[0,0,100],"e":[100,100,100]},{"t":31}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.946,-0.131],[0,0],[0,0],[0.163,-0.849],[0,0],[0,0],[-0.842,-0.44],[0,0],[0,0],[-0.697,0.652],[0,0],[0,0],[0.411,0.845],[0,0],[0,0]],"o":[[0,0],[0,0],[-0.588,-0.633],[0,0],[0,0],[-0.872,0.39],[0,0],[0,0],[0.099,0.928],[0,0],[0,0],[0.929,0.181],[0,0],[0,0],[0.479,-0.819]],"v":[[7.601,-5.783],[2.602,-5.086],[-0.764,-8.713],[-2.76,-8.141],[-3.693,-3.281],[-8.301,-1.223],[-8.387,0.807],[-3.962,3.114],[-3.445,8.013],[-1.503,8.694],[2.163,5.259],[7.09,6.23],[8.378,4.624],[6.219,0.195],[8.749,-4.107]],"c":true}},"nm":"Pfad 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.729,0.031,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fläche 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[219.647,61.944],"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":"Transformieren"}],"nm":"Gruppe 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":150,"st":0,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/hardware.json b/ohos/flutter_lottie/assets/lottiefiles/hardware.json new file mode 100644 index 0000000000000000000000000000000000000000..a53a0b5c8abcde7b24a443cc74d7466bbab865f9 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/hardware.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Hardware Outlines - Group 4","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[155.32,249.5,0]},"a":{"k":[14,31,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":186,"s":[0,554,100],"e":[554,554,100]},{"t":216}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_outBack(t, b, c, d) {\n var s = 1.70158;\n return sum(mul(c, sum(mul(mul(t = t / d - 1, t), sum(mul(sum(s, 1), t), s)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_outBack(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_outBack(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_outBack(t, sY, eY, d);\n val3 = easeandwizz_outBack(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;"}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5,1],[-5,1],[-5,-1],[5,-1]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[19,31],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4"}],"ip":186,"op":486,"st":186,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Hardware Outlines - Group 5","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[155.32,227.34,0]},"a":{"k":[14,27,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":168,"s":[0,554,100],"e":[554,554,100]},{"t":198}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_outBack(t, b, c, d) {\n var s = 1.70158;\n return sum(mul(c, sum(mul(mul(t = t / d - 1, t), sum(mul(sum(s, 1), t), s)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_outBack(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_outBack(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_outBack(t, sY, eY, d);\n val3 = easeandwizz_outBack(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;"}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[10,1],[-10,1],[-10,-1],[10,-1]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[24,27],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5"}],"ip":168,"op":468,"st":168,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Hardware Outlines - Group 6","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[155.32,183.02,0]},"a":{"k":[14,19,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":154,"s":[0,554,100],"e":[554,554,100]},{"t":184}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_outBack(t, b, c, d) {\n var s = 1.70158;\n return sum(mul(c, sum(mul(mul(t = t / d - 1, t), sum(mul(sum(s, 1), t), s)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_outBack(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_outBack(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_outBack(t, sY, eY, d);\n val3 = easeandwizz_outBack(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;"}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[17,5],[-17,5],[-17,-5],[17,-5]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[31,19],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6"}],"ip":154,"op":454,"st":154,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Hardware Outlines - Group 7","parent":46,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[31,31,0]},"a":{"k":[31,31,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[1.104,0],[0,0],[0,1.104],[0,0],[-1.104,0],[0,0],[0,-1.104]],"o":[[0,1.104],[0,0],[-1.104,0],[0,0],[0,-1.104],[0,0],[1.104,0],[0,0]],"v":[[24,22],[22,24],[-22,24],[-24,22],[-24,-22],[-22,-24],[22,-24],[24,-22]],"c":true}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0.3,0.32,0.32,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[31,31],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":52,"s":[0],"e":[100]},{"t":172.12109375}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Hardware Outlines - Group 9","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[88.84,349.22,0]},"a":{"k":[2,49,0]},"s":{"k":[554,554,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0,49],[4,49]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":81,"s":[0],"e":[100]},{"t":123}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_inOutSine(t, b, c, d) {\n return sum(mul(div($bm_neg(c), 2), sub(Math.cos(div(mul(Math.PI, t), d)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutSine(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n val3 = easeandwizz_inOutSine(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":81,"op":381,"st":81,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Hardware Outlines - Group 10","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[88.84,327.06,0]},"a":{"k":[2,45,0]},"s":{"k":[554,554,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0,45],[4,45]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 10"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":81,"s":[0],"e":[100]},{"t":123}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_inOutSine(t, b, c, d) {\n return sum(mul(div($bm_neg(c), 2), sub(Math.cos(div(mul(Math.PI, t), d)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutSine(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n val3 = easeandwizz_inOutSine(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":81,"op":381,"st":81,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Hardware Outlines - Group 11","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[88.84,304.9,0]},"a":{"k":[2,41,0]},"s":{"k":[554,554,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0,41],[4,41]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 11"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":81,"s":[0],"e":[100]},{"t":123}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_inOutSine(t, b, c, d) {\n return sum(mul(div($bm_neg(c), 2), sub(Math.cos(div(mul(Math.PI, t), d)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutSine(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n val3 = easeandwizz_inOutSine(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":81,"op":381,"st":81,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Hardware Outlines - Group 12","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[88.84,282.74,0]},"a":{"k":[2,37,0]},"s":{"k":[554,554,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0,37],[4,37]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 12"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":81,"s":[0],"e":[100]},{"t":123}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_inOutSine(t, b, c, d) {\n return sum(mul(div($bm_neg(c), 2), sub(Math.cos(div(mul(Math.PI, t), d)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutSine(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n val3 = easeandwizz_inOutSine(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":81,"op":381,"st":81,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Hardware Outlines - Group 13","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[88.84,260.58,0]},"a":{"k":[2,33,0]},"s":{"k":[554,554,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0,33],[4,33]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 13"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":81,"s":[0],"e":[100]},{"t":123}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_inOutSine(t, b, c, d) {\n return sum(mul(div($bm_neg(c), 2), sub(Math.cos(div(mul(Math.PI, t), d)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutSine(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n val3 = easeandwizz_inOutSine(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":81,"op":381,"st":81,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Hardware Outlines - Group 14","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[88.84,238.42,0]},"a":{"k":[2,29,0]},"s":{"k":[554,554,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0,29],[4,29]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 14"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":81,"s":[0],"e":[100]},{"t":123}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_inOutSine(t, b, c, d) {\n return sum(mul(div($bm_neg(c), 2), sub(Math.cos(div(mul(Math.PI, t), d)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutSine(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n val3 = easeandwizz_inOutSine(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":81,"op":381,"st":81,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"Hardware Outlines - Group 15","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[88.84,216.26,0]},"a":{"k":[2,25,0]},"s":{"k":[554,554,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0,25],[4,25]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 15"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":81,"s":[0],"e":[100]},{"t":123}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_inOutSine(t, b, c, d) {\n return sum(mul(div($bm_neg(c), 2), sub(Math.cos(div(mul(Math.PI, t), d)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutSine(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n val3 = easeandwizz_inOutSine(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":81,"op":381,"st":81,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"Hardware Outlines - Group 16","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[88.84,194.1,0]},"a":{"k":[2,21,0]},"s":{"k":[554,554,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0,21],[4,21]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 16"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":81,"s":[0],"e":[100]},{"t":123}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_inOutSine(t, b, c, d) {\n return sum(mul(div($bm_neg(c), 2), sub(Math.cos(div(mul(Math.PI, t), d)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutSine(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n val3 = easeandwizz_inOutSine(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":81,"op":381,"st":81,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"Hardware Outlines - Group 17","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[88.84,171.94,0]},"a":{"k":[2,17,0]},"s":{"k":[554,554,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0,17],[4,17]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 17"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":81,"s":[0],"e":[100]},{"t":123}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_inOutSine(t, b, c, d) {\n return sum(mul(div($bm_neg(c), 2), sub(Math.cos(div(mul(Math.PI, t), d)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutSine(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n val3 = easeandwizz_inOutSine(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":81,"op":381,"st":81,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"Hardware Outlines - Group 18","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[88.84,149.78,0]},"a":{"k":[2,13,0]},"s":{"k":[554,554,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0,13],[4,13]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 18"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":81,"s":[0],"e":[100]},{"t":123}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_inOutSine(t, b, c, d) {\n return sum(mul(div($bm_neg(c), 2), sub(Math.cos(div(mul(Math.PI, t), d)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutSine(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n val3 = easeandwizz_inOutSine(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":81,"op":381,"st":81,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"Hardware Outlines - Group 19","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[410.16,349.22,0]},"a":{"k":[60,49,0]},"s":{"k":[554,554,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[58,49],[62,49]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 19"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":147,"s":[0],"e":[100]},{"t":189}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_inOutSine(t, b, c, d) {\n return sum(mul(div($bm_neg(c), 2), sub(Math.cos(div(mul(Math.PI, t), d)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutSine(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n val3 = easeandwizz_inOutSine(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":147,"op":447,"st":147,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"Hardware Outlines - Group 20","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[410.16,327.06,0]},"a":{"k":[60,45,0]},"s":{"k":[554,554,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[58,45],[62,45]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 20"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":147,"s":[0],"e":[100]},{"t":189}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_inOutSine(t, b, c, d) {\n return sum(mul(div($bm_neg(c), 2), sub(Math.cos(div(mul(Math.PI, t), d)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutSine(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n val3 = easeandwizz_inOutSine(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":147,"op":447,"st":147,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"Hardware Outlines - Group 21","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[410.16,304.9,0]},"a":{"k":[60,41,0]},"s":{"k":[554,554,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[58,41],[62,41]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 21"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":147,"s":[0],"e":[100]},{"t":189}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_inOutSine(t, b, c, d) {\n return sum(mul(div($bm_neg(c), 2), sub(Math.cos(div(mul(Math.PI, t), d)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutSine(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n val3 = easeandwizz_inOutSine(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":147,"op":447,"st":147,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":4,"nm":"Hardware Outlines - Group 22","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[410.16,282.74,0]},"a":{"k":[60,37,0]},"s":{"k":[554,554,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[58,37],[62,37]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 22"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":147,"s":[0],"e":[100]},{"t":189}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_inOutSine(t, b, c, d) {\n return sum(mul(div($bm_neg(c), 2), sub(Math.cos(div(mul(Math.PI, t), d)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutSine(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n val3 = easeandwizz_inOutSine(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":147,"op":447,"st":147,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":4,"nm":"Hardware Outlines - Group 23","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[410.16,260.58,0]},"a":{"k":[60,33,0]},"s":{"k":[554,554,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[58,33],[62,33]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 23"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":147,"s":[0],"e":[100]},{"t":189}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_inOutSine(t, b, c, d) {\n return sum(mul(div($bm_neg(c), 2), sub(Math.cos(div(mul(Math.PI, t), d)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutSine(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n val3 = easeandwizz_inOutSine(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":147,"op":447,"st":147,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":4,"nm":"Hardware Outlines - Group 24","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[410.16,238.42,0]},"a":{"k":[60,29,0]},"s":{"k":[554,554,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[58,29],[62,29]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 24"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":147,"s":[0],"e":[100]},{"t":189}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_inOutSine(t, b, c, d) {\n return sum(mul(div($bm_neg(c), 2), sub(Math.cos(div(mul(Math.PI, t), d)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutSine(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n val3 = easeandwizz_inOutSine(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":147,"op":447,"st":147,"bm":0,"sr":1},{"ddd":0,"ind":20,"ty":4,"nm":"Hardware Outlines - Group 25","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[410.16,216.26,0]},"a":{"k":[60,25,0]},"s":{"k":[554,554,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[58,25],[62,25]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 25"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":147,"s":[0],"e":[100]},{"t":189}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_inOutSine(t, b, c, d) {\n return sum(mul(div($bm_neg(c), 2), sub(Math.cos(div(mul(Math.PI, t), d)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutSine(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n val3 = easeandwizz_inOutSine(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":147,"op":447,"st":147,"bm":0,"sr":1},{"ddd":0,"ind":21,"ty":4,"nm":"Hardware Outlines - Group 26","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[410.16,194.1,0]},"a":{"k":[60,21,0]},"s":{"k":[554,554,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[58,21],[62,21]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 26"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":147,"s":[0],"e":[100]},{"t":189}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_inOutSine(t, b, c, d) {\n return sum(mul(div($bm_neg(c), 2), sub(Math.cos(div(mul(Math.PI, t), d)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutSine(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n val3 = easeandwizz_inOutSine(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":147,"op":447,"st":147,"bm":0,"sr":1},{"ddd":0,"ind":22,"ty":4,"nm":"Hardware Outlines - Group 27","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[410.16,171.94,0]},"a":{"k":[60,17,0]},"s":{"k":[554,554,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[58,17],[62,17]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 27"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":147,"s":[0],"e":[100]},{"t":189}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_inOutSine(t, b, c, d) {\n return sum(mul(div($bm_neg(c), 2), sub(Math.cos(div(mul(Math.PI, t), d)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutSine(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n val3 = easeandwizz_inOutSine(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":147,"op":447,"st":147,"bm":0,"sr":1},{"ddd":0,"ind":23,"ty":4,"nm":"Hardware Outlines - Group 28","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[410.16,149.78,0]},"a":{"k":[60,13,0]},"s":{"k":[554,554,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[58,13],[62,13]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 28"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":147,"s":[0],"e":[100]},{"t":189}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_inOutSine(t, b, c, d) {\n return sum(mul(div($bm_neg(c), 2), sub(Math.cos(div(mul(Math.PI, t), d)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutSine(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n val3 = easeandwizz_inOutSine(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":147,"op":447,"st":147,"bm":0,"sr":1},{"ddd":0,"ind":24,"ty":4,"nm":"Hardware Outlines - Group 29","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[349.22,410.16,0]},"a":{"k":[49,60,0]},"s":{"k":[554,554,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[49,62],[49,58]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 29"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":26,"s":[0],"e":[100]},{"t":84}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_inOutSine(t, b, c, d) {\n return sum(mul(div($bm_neg(c), 2), sub(Math.cos(div(mul(Math.PI, t), d)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutSine(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n val3 = easeandwizz_inOutSine(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":26,"op":326,"st":26,"bm":0,"sr":1},{"ddd":0,"ind":25,"ty":4,"nm":"Hardware Outlines - Group 30","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[327.06,410.16,0]},"a":{"k":[45,60,0]},"s":{"k":[554,554,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[45,62],[45,58]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 30"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":26,"s":[0],"e":[100]},{"t":84}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_inOutSine(t, b, c, d) {\n return sum(mul(div($bm_neg(c), 2), sub(Math.cos(div(mul(Math.PI, t), d)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutSine(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n val3 = easeandwizz_inOutSine(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":26,"op":326,"st":26,"bm":0,"sr":1},{"ddd":0,"ind":26,"ty":4,"nm":"Hardware Outlines - Group 31","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[304.9,410.16,0]},"a":{"k":[41,60,0]},"s":{"k":[554,554,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[41,62],[41,58]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 31"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":26,"s":[0],"e":[100]},{"t":84}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_inOutSine(t, b, c, d) {\n return sum(mul(div($bm_neg(c), 2), sub(Math.cos(div(mul(Math.PI, t), d)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutSine(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n val3 = easeandwizz_inOutSine(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":26,"op":326,"st":26,"bm":0,"sr":1},{"ddd":0,"ind":27,"ty":4,"nm":"Hardware Outlines - Group 32","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[282.74,410.16,0]},"a":{"k":[37,60,0]},"s":{"k":[554,554,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[37,62],[37,58]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 32"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":26,"s":[0],"e":[100]},{"t":84}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_inOutSine(t, b, c, d) {\n return sum(mul(div($bm_neg(c), 2), sub(Math.cos(div(mul(Math.PI, t), d)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutSine(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n val3 = easeandwizz_inOutSine(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":26,"op":326,"st":26,"bm":0,"sr":1},{"ddd":0,"ind":28,"ty":4,"nm":"Hardware Outlines - Group 33","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[260.58,410.16,0]},"a":{"k":[33,60,0]},"s":{"k":[554,554,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[33,62],[33,58]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 33"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":26,"s":[0],"e":[100]},{"t":84}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_inOutSine(t, b, c, d) {\n return sum(mul(div($bm_neg(c), 2), sub(Math.cos(div(mul(Math.PI, t), d)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutSine(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n val3 = easeandwizz_inOutSine(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":26,"op":326,"st":26,"bm":0,"sr":1},{"ddd":0,"ind":29,"ty":4,"nm":"Hardware Outlines - Group 34","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[238.42,410.16,0]},"a":{"k":[29,60,0]},"s":{"k":[554,554,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[29,62],[29,58]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 34"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":26,"s":[0],"e":[100]},{"t":84}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_inOutSine(t, b, c, d) {\n return sum(mul(div($bm_neg(c), 2), sub(Math.cos(div(mul(Math.PI, t), d)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutSine(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n val3 = easeandwizz_inOutSine(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":26,"op":326,"st":26,"bm":0,"sr":1},{"ddd":0,"ind":30,"ty":4,"nm":"Hardware Outlines - Group 35","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[216.26,410.16,0]},"a":{"k":[25,60,0]},"s":{"k":[554,554,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[25,62],[25,58]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 35"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":26,"s":[0],"e":[100]},{"t":84}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_inOutSine(t, b, c, d) {\n return sum(mul(div($bm_neg(c), 2), sub(Math.cos(div(mul(Math.PI, t), d)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutSine(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n val3 = easeandwizz_inOutSine(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":26,"op":326,"st":26,"bm":0,"sr":1},{"ddd":0,"ind":31,"ty":4,"nm":"Hardware Outlines - Group 36","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[194.1,410.16,0]},"a":{"k":[21,60,0]},"s":{"k":[554,554,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[21,62],[21,58]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 36"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":26,"s":[0],"e":[100]},{"t":84}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_inOutSine(t, b, c, d) {\n return sum(mul(div($bm_neg(c), 2), sub(Math.cos(div(mul(Math.PI, t), d)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutSine(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n val3 = easeandwizz_inOutSine(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":26,"op":326,"st":26,"bm":0,"sr":1},{"ddd":0,"ind":32,"ty":4,"nm":"Hardware Outlines - Group 37","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[171.94,410.16,0]},"a":{"k":[17,60,0]},"s":{"k":[554,554,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[17,62],[17,58]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 37"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":26,"s":[0],"e":[100]},{"t":84}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_inOutSine(t, b, c, d) {\n return sum(mul(div($bm_neg(c), 2), sub(Math.cos(div(mul(Math.PI, t), d)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutSine(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n val3 = easeandwizz_inOutSine(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":26,"op":326,"st":26,"bm":0,"sr":1},{"ddd":0,"ind":33,"ty":4,"nm":"Hardware Outlines - Group 38","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[149.78,410.16,0]},"a":{"k":[13,60,0]},"s":{"k":[554,554,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[13,62],[13,58]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 38"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":26,"s":[0],"e":[100]},{"t":84}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_inOutSine(t, b, c, d) {\n return sum(mul(div($bm_neg(c), 2), sub(Math.cos(div(mul(Math.PI, t), d)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutSine(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n val3 = easeandwizz_inOutSine(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":26,"op":326,"st":26,"bm":0,"sr":1},{"ddd":0,"ind":34,"ty":4,"nm":"Hardware Outlines - Group 39","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[349.22,88.84,0]},"a":{"k":[49,2,0]},"s":{"k":[554,554,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[49,4],[49,0]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 39"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":104,"s":[0],"e":[100]},{"t":152}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_inOutSine(t, b, c, d) {\n return sum(mul(div($bm_neg(c), 2), sub(Math.cos(div(mul(Math.PI, t), d)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutSine(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n val3 = easeandwizz_inOutSine(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":104,"op":404,"st":104,"bm":0,"sr":1},{"ddd":0,"ind":35,"ty":4,"nm":"Hardware Outlines - Group 40","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[327.06,88.84,0]},"a":{"k":[45,2,0]},"s":{"k":[554,554,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[45,4],[45,0]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 40"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":104,"s":[0],"e":[100]},{"t":152}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_inOutSine(t, b, c, d) {\n return sum(mul(div($bm_neg(c), 2), sub(Math.cos(div(mul(Math.PI, t), d)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutSine(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n val3 = easeandwizz_inOutSine(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":104,"op":404,"st":104,"bm":0,"sr":1},{"ddd":0,"ind":36,"ty":4,"nm":"Hardware Outlines - Group 41","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[304.9,88.84,0]},"a":{"k":[41,2,0]},"s":{"k":[554,554,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[41,4],[41,0]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 41"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":104,"s":[0],"e":[100]},{"t":152}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_inOutSine(t, b, c, d) {\n return sum(mul(div($bm_neg(c), 2), sub(Math.cos(div(mul(Math.PI, t), d)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutSine(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n val3 = easeandwizz_inOutSine(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":104,"op":404,"st":104,"bm":0,"sr":1},{"ddd":0,"ind":37,"ty":4,"nm":"Hardware Outlines - Group 42","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[282.74,88.84,0]},"a":{"k":[37,2,0]},"s":{"k":[554,554,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[37,4],[37,0]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 42"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":104,"s":[0],"e":[100]},{"t":152}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_inOutSine(t, b, c, d) {\n return sum(mul(div($bm_neg(c), 2), sub(Math.cos(div(mul(Math.PI, t), d)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutSine(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n val3 = easeandwizz_inOutSine(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":104,"op":404,"st":104,"bm":0,"sr":1},{"ddd":0,"ind":38,"ty":4,"nm":"Hardware Outlines - Group 43","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[260.58,88.84,0]},"a":{"k":[33,2,0]},"s":{"k":[554,554,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[33,4],[33,0]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 43"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":104,"s":[0],"e":[100]},{"t":152}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_inOutSine(t, b, c, d) {\n return sum(mul(div($bm_neg(c), 2), sub(Math.cos(div(mul(Math.PI, t), d)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutSine(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n val3 = easeandwizz_inOutSine(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":104,"op":404,"st":104,"bm":0,"sr":1},{"ddd":0,"ind":39,"ty":4,"nm":"Hardware Outlines - Group 44","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[238.42,88.84,0]},"a":{"k":[29,2,0]},"s":{"k":[554,554,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[29,4],[29,0]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 44"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":104,"s":[0],"e":[100]},{"t":152}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_inOutSine(t, b, c, d) {\n return sum(mul(div($bm_neg(c), 2), sub(Math.cos(div(mul(Math.PI, t), d)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutSine(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n val3 = easeandwizz_inOutSine(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":104,"op":404,"st":104,"bm":0,"sr":1},{"ddd":0,"ind":40,"ty":4,"nm":"Hardware Outlines - Group 45","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[216.26,88.84,0]},"a":{"k":[25,2,0]},"s":{"k":[554,554,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[25,4],[25,0]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 45"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":104,"s":[0],"e":[100]},{"t":152}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_inOutSine(t, b, c, d) {\n return sum(mul(div($bm_neg(c), 2), sub(Math.cos(div(mul(Math.PI, t), d)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutSine(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n val3 = easeandwizz_inOutSine(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":104,"op":404,"st":104,"bm":0,"sr":1},{"ddd":0,"ind":41,"ty":4,"nm":"Hardware Outlines - Group 46","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[194.1,88.84,0]},"a":{"k":[21,2,0]},"s":{"k":[554,554,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[21,4],[21,0]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 46"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":104,"s":[0],"e":[100]},{"t":152}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_inOutSine(t, b, c, d) {\n return sum(mul(div($bm_neg(c), 2), sub(Math.cos(div(mul(Math.PI, t), d)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutSine(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n val3 = easeandwizz_inOutSine(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":104,"op":404,"st":104,"bm":0,"sr":1},{"ddd":0,"ind":42,"ty":4,"nm":"Hardware Outlines - Group 47","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[171.94,88.84,0]},"a":{"k":[17,2,0]},"s":{"k":[554,554,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[17,4],[17,0]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 47"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":104,"s":[0],"e":[100]},{"t":152}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_inOutSine(t, b, c, d) {\n return sum(mul(div($bm_neg(c), 2), sub(Math.cos(div(mul(Math.PI, t), d)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutSine(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n val3 = easeandwizz_inOutSine(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":104,"op":404,"st":104,"bm":0,"sr":1},{"ddd":0,"ind":43,"ty":4,"nm":"Hardware Outlines - Group 48","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[149.78,88.84,0]},"a":{"k":[13,2,0]},"s":{"k":[554,554,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[13,4],[13,0]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 48"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":104,"s":[0],"e":[100]},{"t":152}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_inOutSine(t, b, c, d) {\n return sum(mul(div($bm_neg(c), 2), sub(Math.cos(div(mul(Math.PI, t), d)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_inOutSine(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_inOutSine(t, sY, eY, d);\n val3 = easeandwizz_inOutSine(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;","ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":104,"op":404,"st":104,"bm":0,"sr":1},{"ddd":0,"ind":44,"ty":4,"nm":"Hardware Outlines - Group 49","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[365.84,365.84,0]},"a":{"k":[52,52,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":164,"s":[0,0,100],"e":[554,554,100]},{"t":217}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_outSine(t, b, c, d) {\n return sum(mul(c, Math.sin(mul(div(t, d), div(Math.PI, 2)))), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_outSine(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_outSine(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_outSine(t, sY, eY, d);\n val3 = easeandwizz_outSine(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;"}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-2.209],[2.209,0],[0,2.209],[-2.209,0]],"o":[[0,2.209],[-2.209,0],[0,-2.209],[2.209,0]],"v":[[4,0],[0,4],[-4,0],[0,-4]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[52,52],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 49"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":100,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":144,"op":444,"st":144,"bm":0,"sr":1},{"ddd":0,"ind":45,"ty":4,"nm":"Hardware Outlines - Group 50","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[249.5,249.5,0]},"a":{"k":[31,31,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":79,"s":[0,0,100],"e":[554,554,100]},{"t":154}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[21,21],[-21,21],[-21,-21],[21,-21]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.3,0.32,0.32,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[31,31],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 50"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":46,"ty":4,"nm":"Hardware Outlines - Group 51","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[249.5,249.5,0]},"a":{"k":[31,31,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[0,0,100],"e":[554,554,100]},{"t":56}],"x":"var $bm_rt;\nfunction easeAndWizz() {\n var t, d, sX, eX;\n function easeandwizz_outBack(t, b, c, d) {\n var s = 1.70158;\n return sum(mul(c, sum(mul(mul(t = t / d - 1, t), sum(mul(sum(s, 1), t), s)), 1)), b);\n }\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_outBack(t, sX, eX, d);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_outBack(t, sY, eY, d);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_outBack(t, sY, eY, d);\n val3 = easeandwizz_outBack(t, sZ, eZ, d);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;"}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[1.104,0],[0,0],[0,1.104],[0,0],[-1.104,0],[0,0],[0,-1.104]],"o":[[0,1.104],[0,0],[-1.104,0],[0,0],[0,-1.104],[0,0],[1.104,0],[0,0]],"v":[[24,22],[22,24],[-22,24],[-24,22],[-24,-22],[-22,-24],[22,-24],[24,-22]],"c":true}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[31,31],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 51"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1}],"v":"4.4.24","ddd":0,"ip":0,"op":300,"fr":60,"w":500,"h":500} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/hint_01.json b/ohos/flutter_lottie/assets/lottiefiles/hint_01.json new file mode 100644 index 0000000000000000000000000000000000000000..b7d30a200e1b16842a835ed7c29decbfa08ac370 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/hint_01.json @@ -0,0 +1 @@ +{"v":"4.6.0","fr":29.9700012207031,"ip":15.0000006109625,"op":264.00001075294,"w":522,"h":586,"nm":"screen_animation","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"\rani_page_5_color","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[82,106,0]},"a":{"a":0,"k":[82,111,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[98.174,40.324],[29.889,40.324],[29.889,34.861],[98.174,34.861]],"c":true}},"nm":"\rpage_5_txt1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[98.174,57.396],[29.889,57.396],[29.889,51.933],[98.174,51.933]],"c":true}},"nm":"Mask 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[134.111,102.409],[30.316,102.409],[30.316,96.946],[134.111,96.946]],"c":true}},"nm":"Mask 3","mn":"ADBE Vector Shape - Group"},{"ind":3,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[134.111,119.508],[30.316,119.508],[30.316,114.045],[134.111,114.045]],"c":true}},"nm":"Mask 4","mn":"ADBE Vector Shape - Group"},{"ind":4,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[134.111,136.607],[30.316,136.607],[30.316,131.144],[134.111,131.144]],"c":true}},"nm":"Mask 5","mn":"ADBE Vector Shape - Group"},{"ind":5,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[134.111,170.04],[30.316,170.04],[30.316,164.577],[134.111,164.577]],"c":true}},"nm":"Mask 6","mn":"ADBE Vector Shape - Group"},{"ind":6,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[134.111,187.139],[30.316,187.139],[30.316,181.676],[134.111,181.676]],"c":true}},"nm":"Mask 7","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":899.100036621094,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"\rani_page_5_bg","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[82,111,0]},"a":{"a":0,"k":[82,111,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,222],[164,222],[164,0]],"c":true}},"nm":"\rpage_5_bg","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.7764706,0.7764706,0.7764706,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":899.100036621094,"st":0,"bm":0,"sr":1}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"\rani_page_4_color","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[82,111,0]},"a":{"a":0,"k":[82,111,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[96.673,31.658],[28.339,31.658],[28.339,26.108],[96.673,26.108]],"c":true}},"nm":"Mask 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[96.673,49.002],[28.339,49.002],[28.339,43.452],[96.673,43.452]],"c":true}},"nm":"Mask 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[132.634,94.733],[28.768,94.733],[28.768,89.184],[132.634,89.184]],"c":true}},"nm":"Mask 3","mn":"ADBE Vector Shape - Group"},{"ind":3,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[132.634,112.105],[28.768,112.105],[28.768,106.555],[132.634,106.555]],"c":true}},"nm":"Mask 4","mn":"ADBE Vector Shape - Group"},{"ind":4,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[132.634,129.477],[28.768,129.477],[28.768,123.927],[132.634,123.927]],"c":true}},"nm":"Mask 5","mn":"ADBE Vector Shape - Group"},{"ind":5,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[132.634,163.443],[28.768,163.443],[28.768,157.893],[132.634,157.893]],"c":true}},"nm":"Mask 6","mn":"ADBE Vector Shape - Group"},{"ind":6,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[132.634,180.814],[28.768,180.814],[28.768,175.265],[132.634,175.265]],"c":true}},"nm":"Mask 7","mn":"ADBE Vector Shape - Group"},{"ind":7,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[78.105,0],[0,0],[0,222],[164,222],[164,0],[78.105,0],[88.168,4.933],[158.954,4.933],[158.954,217.066],[5.046,217.066],[5.046,4.933],[88.168,4.933]],"c":true}},"nm":"Mask 8","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.7529412,0.7529412,0.7529412,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":899.100036621094,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"ani_page_4_bg","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[82,111,0]},"a":{"a":0,"k":[82,111,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,222],[164,222],[164,0]],"c":true}},"nm":"Mask 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":899.100036621094,"st":0,"bm":0,"sr":1}]},{"id":"comp_2","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"\rani_page_3_color","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[82,37,0]},"a":{"a":0,"k":[82,37,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39.96,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[158.953,0],[160.453,1.567],[39.046,0.067],[5.046,0],[0,0],[-0.5,1.5],[164.5,2.5],[164,0]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[158.953,0],[194.453,1.067],[39.046,0.067],[5.046,0],[0,0],[32,1.5],[199.5,1.5],[164,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45.954,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[158.953,0],[194.453,1.067],[39.046,0.067],[5.046,0],[0,0],[32,1.5],[199.5,1.5],[164,0]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[158.953,0],[158.953,69.067],[5.046,69.067],[5.046,0],[0,0],[0,74],[164,74],[164,0]],"c":true}]},{"t":75.9240030924479}]},"nm":"\rpage3_frame","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45.954,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[143.933,1.217],[45.066,0.717],[43.566,1.667],[142.933,2.167]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[133.933,14.217],[30.066,14.217],[30.066,8.667],[133.933,8.667]],"c":true}]},{"t":75.9240030924479}]},"nm":"\rpage3_txt1","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45.954,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[164.433,2.088],[54.566,1.088],[54.066,1.038],[165.933,1.538]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[133.933,31.588],[30.066,31.588],[30.066,26.038],[133.933,26.038]],"c":true}]},{"t":75.9240030924479}]},"nm":"\rpage3_txt2","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.7529412,0.7529412,0.7529412,1]},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":41.958,"s":[50],"e":[100]},{"t":49.9500020345052}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":899.100036621094,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"\rani_page_3_bg","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[82,37,0]},"a":{"a":0,"k":[82,37,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45.954,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[47,0.5],[201.5,1],[164,0]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,74],[164,74],[164,0]],"c":true}]},{"t":75.9240030924479}]},"nm":"\rpage3_bg","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":899.100036621094,"st":0,"bm":0,"sr":1}]},{"id":"comp_3","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"\rani_page2_color Shapes","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[82,37,0]},"a":{"a":0,"k":[82,37,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[158.954,0.252],[158.954,73.748],[164,73.748],[164,0.252]],"c":true}},"nm":"Mask 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.046,73.748],[5.046,0.252],[0,0.252],[0,73.748]],"c":true}},"nm":"Mask 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[133.933,19.631],[30.067,19.631],[30.067,14.119],[133.933,14.119]],"c":true}},"nm":"Mask 3","mn":"ADBE Vector Shape - Group"},{"ind":3,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[133.933,36.883],[30.067,36.883],[30.067,31.371],[133.933,31.371]],"c":true}},"nm":"Mask 4","mn":"ADBE Vector Shape - Group"},{"ind":4,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[133.933,54.136],[30.067,54.136],[30.067,48.624],[133.933,48.624]],"c":true}},"nm":"Mask 5","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.7529412,0.7529412,0.7529412,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":899.100036621094,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"\rani_page_2_bg","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[82,37,0]},"a":{"a":0,"k":[82,37,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,74],[164,74],[164,0]],"c":true}},"nm":"Mask 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":899.100036621094,"st":0,"bm":0,"sr":1}]},{"id":"comp_4","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"\rani_page_1_color","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[82,37,0]},"a":{"a":0,"k":[82,37,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0]],"o":[[0,0]],"v":[[1,153]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.7529412,0.7529412,0.7529412,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"mn":"ADBE Vector Group"},{"ind":1,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37.962,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.046,71.5],[6.91,71.511],[163.181,71.784],[158.954,74],[164,74],[156.727,74.364],[2.136,73.136],[0,74]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[1.546,74],[42.41,73.511],[192.181,73.784],[158.954,74],[164,74],[200.727,73.864],[41.136,71.136],[0,73.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41.958,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[1.546,74],[42.41,73.511],[192.181,73.784],[158.954,74],[164,74],[200.727,73.864],[41.136,71.136],[0,73.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[5.046,74],[5.046,4.92],[158.954,4.92],[158.954,74],[164,74],[164,0],[0,0],[0,74]],"c":true}]},{"t":73.9260030110677}]},"nm":"Mask 1","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35.964,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[121.654,76.142],[65.934,75.642],[65.934,75.766],[122.154,76.062]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[128.154,74.142],[72.434,73.642],[72.434,73.766],[128.654,74.062]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41.958,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[128.154,74.142],[72.434,73.642],[72.434,73.766],[128.654,74.062]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[97.972,30.347],[29.639,30.347],[29.639,24.812],[97.972,24.812]],"c":true}]},{"t":73.9260030110677}]},"nm":"Mask 2","mn":"ADBE Vector Shape - Group"},{"ind":3,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35.964,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[102.972,76.143],[47.639,75.643],[46.639,76.108],[103.472,76.108]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[109.472,74.143],[54.139,73.643],[53.139,74.108],[109.972,74.108]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41.958,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[109.472,74.143],[54.139,73.643],[53.139,74.108],[109.972,74.108]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[97.972,47.643],[29.639,47.643],[29.639,42.108],[97.972,42.108]],"c":true}]},{"t":73.9260030110677}]},"nm":"Mask 3","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.7529412,0.7529412,0.7529412,1]},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":25.974,"s":[50],"e":[100]},{"t":39.9600016276042}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":899.100036621094,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"\rani_page_1_bg","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[82,37,0]},"a":{"a":0,"k":[82,37,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41.958,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[40.136,73.182],[0,74],[164,74],[200.727,74.136]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,74],[164,74],[164,0]],"c":true}]},{"t":73.9260030110677}]},"nm":"Mask 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":899.100036621094,"st":0,"bm":0,"sr":1}]}],"layers":[{"ddd":0,"ind":4,"ty":4,"nm":"\rani_hint_hand_3","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":217,"s":[0],"e":[100]},{"t":229.000009327361}]},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":217,"s":[452,488,0],"e":[317,456,0],"to":[-22.5,-5.33333349227905,0],"ti":[22.5,5.33333349227905,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":241,"s":[317,456,0],"e":[317,456,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":247,"s":[317,456,0],"e":[317,456,0],"to":[0,0,0],"ti":[0,0,0]},{"t":254.000010345632}]},"a":{"a":0,"k":[262,293,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":241,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":247,"s":[100,100,100],"e":[95,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":251,"s":[95,95,100],"e":[100,100,100]},{"t":254.000010345632}]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.157,1.087],[0,0],[0.646,0.792],[0,0],[0,0],[3.237,-2.565],[0,0],[-2.589,-3.268],[0,0],[0.285,-0.397],[0,0],[0.451,0.57],[0,0],[3.314,-2.626],[0,0],[-2.626,-3.314],[0,0],[0.308,-0.34],[0,0],[0.36,0.454],[0,0],[3.246,-2.572],[0,0],[-2.573,-3.246],[0,0],[0.576,-0.559],[0,0],[0.574,0.725],[0,0],[3.178,-2.519],[0,0],[-2.519,-3.178],[0,0],[0.068,-0.08],[0,0],[0.091,0.049],[0,0],[0.555,0.018],[0,0],[0.341,-4.051],[0,0],[-3.849,-0.726],[0,0],[0,0],[0,0],[-0.519,-0.053],[0,0],[-1.045,-1.348],[0,0],[-0.534,0.423],[0,0],[0.411,0.531],[0,0]],"o":[[0,0],[-0.146,-1.012],[0,0],[0,0],[-2.608,-3.202],[0,0],[-3.268,2.59],[0,0],[0.303,0.383],[0,0],[-0.423,0.59],[0,0],[-2.626,-3.313],[0,0],[-3.313,2.626],[0,0],[0.285,0.359],[0,0],[-0.389,0.43],[0,0],[-2.572,-3.246],[0,0],[-3.246,2.572],[0,0],[0.499,0.629],[0,0],[-0.664,0.644],[0,0],[-2.519,-3.178],[0,0],[-3.178,2.519],[0,0],[0.065,0.082],[0,0],[-0.067,0.08],[0,0],[-0.488,-0.265],[0,0],[-4.063,-0.13],[0,0],[-0.329,3.903],[0,0],[0,0],[0,0],[0.452,0.259],[0,0],[1.697,0.173],[0,0],[0.417,0.539],[0,0],[0.526,-0.417],[0,0],[-0.673,-0.868]],"v":[[315.896,302.902],[313.791,288.344],[312.58,285.587],[287.837,255.237],[277.741,242.84],[267.198,241.691],[267.198,241.691],[265.971,252.296],[268.145,255.039],[268.176,256.356],[268.176,256.356],[266.43,256.397],[259.665,247.861],[248.91,246.616],[248.91,246.616],[247.665,257.371],[252.509,263.483],[252.469,264.694],[252.469,264.694],[251.04,264.647],[243.381,254.984],[232.846,253.765],[232.846,253.765],[231.627,264.3],[241.229,276.416],[241.092,278.508],[241.092,278.508],[238.78,278.356],[210.838,243.098],[200.522,241.904],[200.522,241.904],[199.328,252.22],[242.592,306.812],[242.587,307.09],[241.789,308.032],[241.517,308.083],[228.396,300.943],[226.811,300.513],[218.949,300.26],[211.09,307.255],[211.09,307.255],[217.287,315.404],[222.701,316.426],[237.446,325.473],[249.815,332.554],[251.287,333.026],[275.436,335.492],[279.731,337.875],[286.217,346.242],[287.947,346.452],[324.572,317.426],[324.779,315.715],[317.162,305.884]],"c":true}},"nm":"\rhint_hand_3","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.5843138,0.5843138,0.5843138,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":900.000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"\rani_btn_photo","parent":7,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":117,"s":[0],"e":[100]},{"t":153.000006231818}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[118,75,0]},"a":{"a":0,"k":[118,230.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,9.832],[9.793,0],[0,-9.831],[-9.793,0]],"o":[[0,-9.831],[-9.793,0],[0,9.832],[9.793,0]],"v":[[135.733,385.25],[118,367.448],[100.268,385.25],[118,403.052]],"c":true}},"nm":"\rphone_button","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":900.000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"\rani_frame_photo","parent":9,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":117,"s":[0],"e":[100]},{"t":153.000006231818}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[118,230.5,0]},"a":{"a":0,"k":[118,230.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[38,152.612],[34,152.612],[34,121.5],[64.934,121.5],[64.934,125.5],[38,125.5]],"c":true}},"nm":"\rframe_1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[202,152.612],[198,152.612],[198,125.5],[171.065,125.5],[171.065,121.5],[202,121.5]],"c":true}},"nm":"\rframe_2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[64.934,339.5],[34,339.5],[34,308.388],[38,308.388],[38,335.5],[64.934,335.5]],"c":true}},"nm":"\rframe_3","mn":"ADBE Vector Shape - Group"},{"ind":3,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[202,339.5],[171.065,339.5],[171.065,335.5],[198,335.5],[198,308.388],[202,308.388]],"c":true}},"nm":"\rframe_4","mn":"ADBE Vector Shape - Group"},{"ind":4,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[130.409,125.5],[101.475,125.5],[101.475,121.5],[130.409,121.5]],"c":true}},"nm":"\rframe_5","mn":"ADBE Vector Shape - Group"},{"ind":5,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[130.409,339.5],[101.475,339.5],[101.475,335.5],[130.409,335.5]],"c":true}},"nm":"\rframe_6","mn":"ADBE Vector Shape - Group"},{"ind":6,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[202,245.49],[198,245.49],[198,216.378],[202,216.378]],"c":true}},"nm":"\rframe_7","mn":"ADBE Vector Shape - Group"},{"ind":7,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[38,245.49],[34,245.49],[34,216.378],[38,216.378]],"c":true}},"nm":"\rframe_8","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.2156863,0.6745098,0.8039216,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":900.000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"\rani_action_bar","parent":9,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":117,"s":[0],"e":[100]},{"t":153.000006231818}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[118,386.5,0]},"a":{"a":0,"k":[118,230.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[218.656,252.733],[17.344,252.733],[17.344,208.266],[218.656,208.266]],"c":true}},"nm":"\raction_bar","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.2156863,0.6745098,0.8039216,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":900.000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"\rani_navbar","parent":9,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":117,"s":[0],"e":[100]},{"t":153.000006231818}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[118,76.5,0]},"a":{"a":0,"k":[118,230.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[218.656,252.733],[17.344,252.733],[17.344,208.266],[218.656,208.266]],"c":true}},"nm":"\rnav_bar","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.2156863,0.6745098,0.8039216,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":900.000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"\rani_phone","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":117,"s":[0],"e":[100]},{"t":153.000006231818}]},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":117,"s":[290,349.254,0],"e":[290,296.254,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":135,"s":[290,296.254,0],"e":[290,255,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":148.448,"s":[290,255,0],"e":[290,255,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":152.649,"s":[290,255,0],"e":[230,255,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":178.703,"s":[230,255,0],"e":[230,255,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":182.905,"s":[230,255,0],"e":[261,255,0],"to":[0,0,0],"ti":[0,0,0]},{"t":198.872508100243}]},"a":{"a":0,"k":[118,230.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":117,"s":[100,100,100],"e":[100,100,100]},{"t":135.000005498663}]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-18.021],[0,0],[-19.48,0],[0,0],[0,17.951],[0,0],[19.484,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-19.48,0],[0,0],[0,17.951],[0,0],[19.484,0],[0,0],[0,-18.021],[0,0],[0,0]],"v":[[119.162,54.844],[219.063,54.844],[219.063,407.995],[16.933,407.995],[16.933,54.844],[119.162,54.844],[109.407,2.84],[38.608,2.84],[3.331,35.452],[3.331,425.609],[38.608,458.16],[197.388,458.16],[232.669,425.609],[232.669,35.452],[197.388,2.84],[109.407,2.84]],"c":true}},"nm":"\rphone","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":900.000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"\rani_phone_frame","parent":9,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":117,"s":[0],"e":[100]},{"t":153.000006231818}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[118,230.5,0]},"a":{"a":0,"k":[118,230.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[20.738,0],[0,0],[-17.742,-19.662],[0,0],[0,0],[0,0],[0,0],[0,0],[19.515,17.722],[0,0],[0,-19.271],[0,0],[-20.739,0],[0,0],[0,19.237],[0,0]],"o":[[0,0],[19.515,17.722],[0,0],[0,0],[0,0],[0,0],[0,0],[-17.742,-19.662],[0,0],[-20.739,0],[0,0],[0,19.237],[0,0],[20.738,0],[0,0],[0,-19.271]],"v":[[197.388,0.5],[95.318,0.5],[153.629,54.844],[219.062,54.844],[219.062,407.996],[16.933,407.996],[16.933,54.844],[153.629,54.844],[95.318,0.5],[38.608,0.5],[1,35.452],[1,425.609],[38.608,460.5],[197.388,460.5],[235,425.609],[235,35.452]],"c":true}},"nm":"\rphone_frame","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":900.000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"flashy","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":251,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":254,"s":[100],"e":[0]},{"t":257.000010467825}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[260,388,0]},"a":{"a":0,"k":[320,568,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[427.723,247.75],[214.861,249],[214.861,621.75],[427.723,620.5]],"c":true}},"nm":"Mask 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":900.000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"ani_hint_hand_2","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":31,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":42,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":91,"s":[100],"e":[0]},{"t":121.000004928431}]},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[175,290,0],"e":[175,154,0],"to":[0,-22.6666660308838,0],"ti":[0,22.6666660308838,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":74,"s":[175,154,0],"e":[175,154,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":91,"s":[175,154,0],"e":[127,36,0],"to":[-8,-19.6666660308838,0],"ti":[8,19.6666660308838,0]},{"t":121.000004928431}]},"a":{"a":0,"k":[260,293,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.222,0.129],[0,0],[-1.056,-0.276],[0,0],[-0.302,0.055],[0,0],[-0.6,-0.036],[0,0],[-0.096,2.794],[0,0],[2.317,0.534],[0,0],[2.663,-0.105],[0,0],[0.178,0.218],[0,0],[-0.464,0.282],[0,0],[1.364,2.268],[0,0],[2.275,-1.368],[0,0],[0.229,0.282],[0,0],[-0.381,0.229],[0,0],[1.483,2.468],[0,0],[2.468,-1.483],[0,0],[0.198,0.233],[0,0],[-0.331,0.199],[0,0],[1.365,2.271],[0,0],[2.27,-1.364],[0,0],[0.26,0.331],[0,0],[-0.43,0.259],[0,0],[1.42,2.264],[0,0],[2.227,-1.312],[0,0],[3.026,-0.856],[0,0],[1.044,-0.542],[0.135,-0.101],[0,0],[1.365,-2.306],[0,0],[1.962,-1.221],[0,0],[-0.132,-0.219],[0,0]],"o":[[0,0],[0.943,-0.55],[0,0],[0.298,0.078],[0,0],[0.591,-0.108],[0,0],[2.79,0.169],[0,0],[0.081,-2.376],[0,0],[-2.597,-0.599],[0,0],[-0.281,0.011],[0,0],[-0.343,-0.421],[0,0],[2.262,-1.373],[0,0],[-1.367,-2.275],[0,0],[-0.311,0.187],[0,0],[-0.28,-0.344],[0,0],[2.468,-1.483],[0,0],[-1.483,-2.468],[0,0],[-0.262,0.157],[0,0],[-0.251,-0.294],[0,0],[2.27,-1.364],[0,0],[-1.364,-2.27],[0,0],[-0.361,0.217],[0,0],[-0.31,-0.395],[0,0],[2.29,-1.376],[0,0],[-1.374,-2.189],[0,0],[-2.709,1.598],[0,0],[-1.132,0.32],[-1.188,0.616],[0,0],[-2.144,1.607],[0,0],[-1.177,1.988],[0,0],[-0.218,0.136],[0,0],[0.132,0.22]],"v":[[230.53,331.139],[238.544,326.46],[241.666,326.032],[247.267,327.497],[248.178,327.531],[260.345,325.297],[262.138,325.189],[277.029,326.091],[282.296,321.301],[282.296,321.301],[278.447,316.289],[278.159,316.222],[270.233,315.479],[267.326,315.593],[266.597,315.264],[266.597,315.264],[266.827,313.935],[304.822,290.884],[306.448,284.3],[306.448,284.3],[299.853,282.657],[275.026,297.578],[274.084,297.413],[274.084,297.413],[274.274,296.327],[306.974,276.674],[308.756,269.521],[308.756,269.521],[301.603,267.738],[271.138,286.048],[270.34,285.917],[270.34,285.917],[270.494,284.975],[297.563,268.707],[299.203,262.125],[299.203,262.125],[292.622,260.485],[263.049,278.259],[261.963,278.059],[261.963,278.059],[262.19,276.829],[283.124,264.248],[284.708,257.619],[284.708,257.619],[278.241,256.044],[259.556,267.059],[250.916,270.754],[244.912,272.454],[241.64,273.75],[238.923,275.207],[230.66,281.4],[225.345,287.327],[222.651,291.879],[217.874,296.764],[212.047,300.389],[211.893,301.028],[229.891,330.976]],"c":true}},"nm":"\rhint_hand_2","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.5843138,0.5843138,0.5843138,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":900.000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"ani_hint_hand_1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":34,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":42,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":91,"s":[100],"e":[0]},{"t":121.000004928431}]},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[343,309,0],"e":[343,374,0],"to":[0,10.8333330154419,0],"ti":[0,-10.8333330154419,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":74,"s":[343,374,0],"e":[343,374,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":91,"s":[343,374,0],"e":[395,469,0],"to":[8.66666698455811,15.8333330154419,0],"ti":[-8.66666698455811,-15.8333330154419,0]},{"t":121.000004928431}]},"a":{"a":0,"k":[260,293,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.038,0.253],[0,0],[0.877,0.65],[0,0],[0.146,0.271],[0,0],[0.404,0.445],[0,0],[-2.118,1.825],[0,0],[-1.868,-1.472],[0,0],[-1.586,-2.143],[0,0],[-0.281,-0.002],[0,0],[0.071,0.538],[0,0],[-2.622,0.357],[0,0],[-0.359,-2.63],[0,0],[-0.363,-0.002],[0,0],[0.06,0.44],[0,0],[-2.853,0.389],[0,0],[-0.389,-2.853],[0,0],[-0.306,-0.009],[0,0],[0.052,0.383],[0,0],[-2.624,0.358],[0,0],[-0.358,-2.625],[0,0],[-0.421,0.004],[0,0],[0.068,0.497],[0,0],[-2.654,0.31],[0,0],[-0.371,-2.558],[0,0],[-1.228,-2.896],[0,0],[-0.232,-1.153],[-0.006,-0.168],[0,0],[0.943,-2.508],[0,0],[-0.277,-2.294],[0,0],[0.254,-0.035],[0,0]],"o":[[0,0],[-0.161,-1.08],[0,0],[-0.247,-0.183],[0,0],[-0.285,-0.528],[0,0],[-1.879,-2.07],[0,0],[1.802,-1.552],[0,0],[2.094,1.65],[0,0],[0.168,0.227],[0,0],[0.543,0.003],[0,0],[-0.347,-2.624],[0,0],[2.63,-0.359],[0,0],[0.049,0.36],[0,0],[0.444,0.003],[0,0],[-0.389,-2.853],[0,0],[2.853,-0.389],[0,0],[0.041,0.303],[0,0],[0.386,0.011],[0,0],[-0.358,-2.624],[0,0],[2.625,-0.358],[0,0],[0.057,0.417],[0,0],[0.502,-0.006],[0,0],[-0.361,-2.648],[0,0],[2.567,-0.3],[0,0],[0.451,3.113],[0,0],[0.459,1.083],[0.264,1.312],[0,0],[0.09,2.678],[0,0],[-0.813,2.163],[0,0],[0.031,0.254],[0,0],[-0.254,0.035]],"v":[[255.138,342.768],[253.767,333.588],[252.146,330.886],[247.497,327.437],[246.899,326.748],[241.021,315.864],[239.983,314.398],[229.954,303.353],[230.391,296.247],[230.391,296.247],[236.709,296.109],[236.941,296.292],[242.484,302.006],[244.215,304.344],[244.928,304.706],[244.928,304.706],[245.821,303.694],[239.998,259.638],[244.113,254.247],[244.113,254.247],[249.524,258.359],[253.439,287.059],[254.157,287.69],[254.157,287.69],[254.885,286.862],[249.729,249.061],[254.19,243.191],[254.19,243.191],[260.059,247.652],[264.863,282.869],[265.464,283.41],[265.464,283.41],[266.102,282.7],[261.834,251.408],[265.938,246.008],[265.938,246.008],[271.338,250.112],[276.001,284.298],[276.836,285.02],[276.836,285.02],[277.654,284.073],[274.353,259.874],[278.528,254.487],[278.528,254.487],[283.806,258.543],[286.92,280.008],[289.449,289.058],[291.885,294.804],[292.923,298.166],[293.489,301.197],[293.835,311.518],[292.542,319.373],[290.681,324.324],[289.864,331.107],[290.687,337.92],[290.285,338.441],[255.665,343.163]],"c":true}},"nm":"\rhint_hand_1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.5843138,0.5843138,0.5843138,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":900.000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":0,"nm":"\rani_page_5","refId":"comp_0","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":254,"s":[0],"e":[100]},{"t":257.000010467825}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[261,256,0]},"a":{"a":0,"k":[82,111,0]},"s":{"a":0,"k":[80,80,100]}},"ao":0,"w":164,"h":222,"ip":0,"op":899.100036621094,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":0,"nm":"\rani_page_4","refId":"comp_1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":76,"s":[0],"e":[100]},{"t":86.0000035028518}]},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":117,"s":[261,256,0],"e":[261,256,0],"to":[0,0,0],"ti":[0,0,0]},{"t":135.000005498663}]},"a":{"a":0,"k":[82,109.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":117,"s":[100,98.5,100],"e":[80,80,100]},{"t":135.000005498663}]}},"ao":0,"w":164,"h":222,"ip":0,"op":899.100036621094,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":0,"nm":"\rani_page_3","parent":18,"refId":"comp_2","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":31,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":111,"s":[100],"e":[0]},{"t":117.000004765508}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[100,73,0]},"a":{"a":0,"k":[100,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":200,"h":74,"ip":0,"op":899.100036621094,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":0,"nm":"\rani_page_2","refId":"comp_3","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":31,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":111,"s":[100],"e":[0]},{"t":117.000004765508}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[261,294.5,0]},"a":{"a":0,"k":[82,74,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":164,"h":74,"ip":0,"op":899.100036621094,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":0,"nm":"\rani_page_1","parent":18,"refId":"comp_4","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":31,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":111,"s":[100],"e":[0]},{"t":117.000004765508}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[100,1.5,0]},"a":{"a":0,"k":[100,74,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":200,"h":74,"ip":0,"op":899.100036621094,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":20,"ty":4,"nm":"background","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[261,293,0]},"a":{"a":0,"k":[261,293,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,586],[522,586],[522,0]],"c":true}},"nm":"Mask 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":900.000036657751,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/im_thirsty.json b/ohos/flutter_lottie/assets/lottiefiles/im_thirsty.json new file mode 100644 index 0000000000000000000000000000000000000000..30681f148bfae8eca4c108c0f70a7e9d573a9d2c --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/im_thirsty.json @@ -0,0 +1 @@ +{"v":"4.5.9","fr":25,"ip":0,"op":229,"w":500,"h":500,"ddd":0,"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Beerglass","ks":{"o":{"a":0,"k":10},"r":{"a":0,"k":0},"p":{"a":0,"k":[379.5,270.781,0]},"a":{"a":0,"k":[8191.5,82.75,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.644,"y":0},"n":"0p833_0p833_0p644_0","t":12,"s":[{"i":[[-2.5,0],[0,0],[0.572,-5.313],[2.347,-27.261],[1.586,-18.569],[0.083,-1.081],[3.5,0],[0,0],[0.25,2.5],[2.158,25.715],[1.538,18.342],[0.188,2.154]],"o":[[0,0],[2.75,0],[-0.286,2.656],[-1.723,20.011],[-1.868,21.864],[-0.25,3.25],[0,0],[-3.75,0],[-0.092,-0.92],[-1.51,-17.996],[-2.238,-26.701],[-0.5,-5.75]],"v":[[-58.958,-82.75],[50.792,-82.75],[56.636,-76.5],[52.019,-23.758],[46.792,37.223],[43.435,76.719],[38.542,82.75],[-46.708,82.75],[-51.708,78.25],[-55.673,31.213],[-60.446,-25.724],[-64.708,-76.5]],"c":true}],"e":[{"i":[[-2.5,0],[0,0],[0.572,-5.313],[2.347,-27.261],[1.586,-18.569],[0.083,-1.081],[3.5,0],[0,0],[0.25,2.5],[2.158,25.715],[0.691,18.943],[0.188,2.154]],"o":[[0,0],[2.75,0],[-0.286,2.656],[-1.723,20.011],[-1.868,21.864],[-0.25,3.25],[0,0],[-3.75,0],[-0.092,-0.92],[-1.51,-17.996],[-0.977,-26.777],[-0.5,-5.75]],"v":[[-58.958,-82.75],[50.792,-82.75],[56.636,-76.5],[58.519,-25.258],[53.292,36.723],[43.435,76.719],[38.542,82.75],[-46.708,82.75],[-51.708,78.25],[-65.173,30.713],[-68.946,-27.724],[-64.708,-76.5]],"c":true}]},{"i":{"x":0.215,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p215_1_0p167_0p167","t":26,"s":[{"i":[[-2.5,0],[0,0],[0.572,-5.313],[2.347,-27.261],[1.586,-18.569],[0.083,-1.081],[3.5,0],[0,0],[0.25,2.5],[2.158,25.715],[0.691,18.943],[0.188,2.154]],"o":[[0,0],[2.75,0],[-0.286,2.656],[-1.723,20.011],[-1.868,21.864],[-0.25,3.25],[0,0],[-3.75,0],[-0.092,-0.92],[-1.51,-17.996],[-0.977,-26.777],[-0.5,-5.75]],"v":[[-58.958,-82.75],[50.792,-82.75],[56.636,-76.5],[58.519,-25.258],[53.292,36.723],[43.435,76.719],[38.542,82.75],[-46.708,82.75],[-51.708,78.25],[-65.173,30.713],[-68.946,-27.724],[-64.708,-76.5]],"c":true}],"e":[{"i":[[-2.5,0],[-2.75,0],[3.5,-5.166],[0,0],[0,0],[-0.505,-0.174],[3.5,0],[3.75,0],[-2.384,0.794],[0,0],[0,0],[2.074,2.613]],"o":[[0,0],[2.75,0],[-1.888,2.786],[0,0],[0,0],[4.833,1.666],[-3.5,0],[-3.75,0],[0.523,-0.175],[0,0],[0,0],[-3.589,-4.52]],"v":[[-66.058,-90.25],[60.245,-90.083],[65.078,-82.417],[5.995,1.417],[5.87,65.446],[43.18,76.729],[42.572,81.904],[-43.866,81.99],[-44.866,77.157],[-5.755,65.917],[-5.88,1.417],[-69.987,-81.812]],"c":true}]},{"i":{"x":0.677,"y":1},"o":{"x":0.167,"y":0},"n":"0p677_1_0p167_0","t":40,"s":[{"i":[[-2.5,0],[-2.75,0],[3.5,-5.166],[0,0],[0,0],[-0.505,-0.174],[3.5,0],[3.75,0],[-2.384,0.794],[0,0],[0,0],[2.074,2.613]],"o":[[0,0],[2.75,0],[-1.888,2.786],[0,0],[0,0],[4.833,1.666],[-3.5,0],[-3.75,0],[0.523,-0.175],[0,0],[0,0],[-3.589,-4.52]],"v":[[-66.058,-90.25],[60.245,-90.083],[65.078,-82.417],[5.995,1.417],[5.87,65.446],[43.18,76.729],[42.572,81.904],[-43.866,81.99],[-44.866,77.157],[-5.755,65.917],[-5.88,1.417],[-69.987,-81.812]],"c":true}],"e":[{"i":[[-2.5,0],[-2.75,0],[3.5,-5.166],[0,0],[0,0],[-0.505,-0.174],[3.5,0],[3.75,0],[-2.384,0.794],[0,0],[0,0],[2.074,2.613]],"o":[[0,0],[2.75,0],[-1.888,2.786],[0,0],[0,0],[4.833,1.666],[-3.5,0],[-3.75,0],[0.523,-0.175],[0,0],[0,0],[-3.589,-4.52]],"v":[[-66.058,-90.25],[60.245,-90.083],[65.078,-82.417],[5.995,1.417],[5.87,65.446],[43.18,76.729],[42.572,81.904],[-43.866,81.99],[-44.866,77.157],[-5.755,65.917],[-5.88,1.417],[-69.987,-81.812]],"c":true}]},{"i":{"x":0.455,"y":1},"o":{"x":0.931,"y":0},"n":"0p455_1_0p931_0","t":88,"s":[{"i":[[-2.5,0],[-2.75,0],[3.5,-5.166],[0,0],[0,0],[-0.505,-0.174],[3.5,0],[3.75,0],[-2.384,0.794],[0,0],[0,0],[2.074,2.613]],"o":[[0,0],[2.75,0],[-1.888,2.786],[0,0],[0,0],[4.833,1.666],[-3.5,0],[-3.75,0],[0.523,-0.175],[0,0],[0,0],[-3.589,-4.52]],"v":[[-66.058,-90.25],[60.245,-90.083],[65.078,-82.417],[5.995,1.417],[5.87,65.446],[43.18,76.729],[42.572,81.904],[-43.866,81.99],[-44.866,77.157],[-5.755,65.917],[-5.88,1.417],[-69.987,-81.812]],"c":true}],"e":[{"i":[[-3.5,0],[0,0],[-2.18,-5.59],[-0.382,-27.269],[3.341,-18.031],[1.6,-3.291],[3.105,0],[0,0],[2.186,4.5],[3.372,24.949],[0.731,18.392],[-1.125,5.302]],"o":[[0,0],[3.5,0],[1.775,4.552],[0.275,19.636],[-4.587,24.754],[-2.188,4.5],[0,0],[-3.106,0],[-1.599,-3.291],[-2.419,-17.897],[-1.083,-27.25],[1.245,-5.87]],"v":[[-35.005,-100.5],[31.095,-100.5],[37.595,-91.958],[44.22,-25.417],[38.154,32.375],[24.47,78],[10.532,81.667],[-14.442,81.667],[-28.38,78],[-42.063,32.5],[-46.88,-23.417],[-41.63,-91.833]],"c":true}]},{"i":{"x":0.188,"y":1},"o":{"x":0.739,"y":0},"n":"0p188_1_0p739_0","t":102.044,"s":[{"i":[[-3.5,0],[0,0],[-2.18,-5.59],[-0.382,-27.269],[3.341,-18.031],[1.6,-3.291],[3.105,0],[0,0],[2.186,4.5],[3.372,24.949],[0.731,18.392],[-1.125,5.302]],"o":[[0,0],[3.5,0],[1.775,4.552],[0.275,19.636],[-4.587,24.754],[-2.188,4.5],[0,0],[-3.106,0],[-1.599,-3.291],[-2.419,-17.897],[-1.083,-27.25],[1.245,-5.87]],"v":[[-35.005,-100.5],[31.095,-100.5],[37.595,-91.958],[44.22,-25.417],[38.154,32.375],[24.47,78],[10.532,81.667],[-14.442,81.667],[-28.38,78],[-42.063,32.5],[-46.88,-23.417],[-41.63,-91.833]],"c":true}],"e":[{"i":[[-3.5,0],[0,0],[0.081,-6],[1.082,-27.25],[2.418,-17.897],[1.6,-3.291],[3.105,0],[0,0],[2.186,4.5],[3.372,24.949],[0.731,18.392],[0.03,2.162]],"o":[[0,0],[3.5,0],[-0.029,2.162],[-0.73,18.392],[-3.371,24.949],[-2.188,4.5],[0,0],[-3.106,0],[-1.599,-3.291],[-2.419,-17.897],[-1.083,-27.25],[-0.083,-6]],"v":[[-35.005,-100.5],[31.095,-100.5],[35.97,-92.083],[37.72,-23.417],[33.154,32],[24.47,78],[10.532,81.667],[-14.442,81.667],[-28.38,78],[-37.063,32],[-41.63,-23.417],[-39.88,-92.083]],"c":true}]},{"i":{"x":0.188,"y":1},"o":{"x":0.167,"y":0},"n":"0p188_1_0p167_0","t":116,"s":[{"i":[[-3.5,0],[0,0],[0.081,-6],[1.082,-27.25],[2.418,-17.897],[1.6,-3.291],[3.105,0],[0,0],[2.186,4.5],[3.372,24.949],[0.731,18.392],[0.03,2.162]],"o":[[0,0],[3.5,0],[-0.029,2.162],[-0.73,18.392],[-3.371,24.949],[-2.188,4.5],[0,0],[-3.106,0],[-1.599,-3.291],[-2.419,-17.897],[-1.083,-27.25],[-0.083,-6]],"v":[[-35.005,-100.5],[31.095,-100.5],[35.97,-92.083],[37.72,-23.417],[33.154,32],[24.47,78],[10.532,81.667],[-14.442,81.667],[-28.38,78],[-37.063,32],[-41.63,-23.417],[-39.88,-92.083]],"c":true}],"e":[{"i":[[-3.5,0],[0,0],[0.081,-6],[1.082,-27.25],[2.418,-17.897],[1.6,-3.291],[3.105,0],[0,0],[2.186,4.5],[3.372,24.949],[0.731,18.392],[0.03,2.162]],"o":[[0,0],[3.5,0],[-0.029,2.162],[-0.73,18.392],[-3.371,24.949],[-2.188,4.5],[0,0],[-3.106,0],[-1.599,-3.291],[-2.419,-17.897],[-1.083,-27.25],[-0.083,-6]],"v":[[-35.005,-100.5],[31.095,-100.5],[35.97,-92.083],[37.72,-23.417],[33.154,32],[24.47,78],[10.532,81.667],[-14.442,81.667],[-28.38,78],[-37.063,32],[-41.63,-23.417],[-39.88,-92.083]],"c":true}]},{"i":{"x":0.833,"y":0.75},"o":{"x":0.972,"y":0},"n":"0p833_0p75_0p972_0","t":187,"s":[{"i":[[-3.5,0],[0,0],[0.081,-6],[1.082,-27.25],[2.418,-17.897],[1.6,-3.291],[3.105,0],[0,0],[2.186,4.5],[3.372,24.949],[0.731,18.392],[0.03,2.162]],"o":[[0,0],[3.5,0],[-0.029,2.162],[-0.73,18.392],[-3.371,24.949],[-2.188,4.5],[0,0],[-3.106,0],[-1.599,-3.291],[-2.419,-17.897],[-1.083,-27.25],[-0.083,-6]],"v":[[-35.005,-100.5],[31.095,-100.5],[35.97,-92.083],[37.72,-23.417],[33.154,32],[24.47,78],[10.532,81.667],[-14.442,81.667],[-28.38,78],[-37.063,32],[-41.63,-23.417],[-39.88,-92.083]],"c":true}],"e":[{"i":[[-3.075,0],[0,0],[0.29,-5.708],[1.62,-27.255],[2.064,-18.183],[0.955,-2.351],[3.273,0],[0,0],[1.363,3.65],[2.856,25.274],[1.074,18.371],[0.097,2.159]],"o":[[0,0],[3.181,0],[-0.138,2.372],[-1.152,19.08],[-2.732,23.638],[-1.364,3.969],[0,0],[-3.38,0],[-0.958,-2.283],[-2.033,-17.939],[-1.574,-27.017],[-0.26,-5.894]],"v":[[-45.187,-92.954],[39.468,-92.954],[44.755,-85.459],[41.298,-23.562],[36.952,34.22],[32.532,77.455],[22.439,82.127],[-28.159,82.127],[-38.297,78.106],[-42.974,30.165],[-46.629,-24.898],[-50.434,-85.459]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.25},"n":"0_1_0p167_0p25","t":191.667,"s":[{"i":[[-3.075,0],[0,0],[0.29,-5.708],[1.62,-27.255],[2.064,-18.183],[0.955,-2.351],[3.273,0],[0,0],[1.363,3.65],[2.856,25.274],[1.074,18.371],[0.097,2.159]],"o":[[0,0],[3.181,0],[-0.138,2.372],[-1.152,19.08],[-2.732,23.638],[-1.364,3.969],[0,0],[-3.38,0],[-0.958,-2.283],[-2.033,-17.939],[-1.574,-27.017],[-0.26,-5.894]],"v":[[-45.187,-92.954],[39.468,-92.954],[44.755,-85.459],[41.298,-23.562],[36.952,34.22],[32.532,77.455],[22.439,82.127],[-28.159,82.127],[-38.297,78.106],[-42.974,30.165],[-46.629,-24.898],[-50.434,-85.459]],"c":true}],"e":[{"i":[[-2.479,-0.324],[0,0],[1.256,-5.194],[2.552,-27.242],[6.005,-18.853],[0.223,-1.061],[3.47,0.453],[0,0],[-0.076,2.511],[2.684,25.665],[-0.852,18.387],[-0.093,2.16]],"o":[[0,0],[2.727,0.356],[-0.628,2.597],[-2.007,21.429],[-6.66,20.908],[-0.669,3.19],[0,0],[-3.718,-0.486],[0.028,-0.924],[-2.028,-19.388],[1.24,-26.766],[0.249,-5.766]],"v":[[-40.278,-93.615],[68.546,-79.397],[73.532,-72.443],[71.822,-25.527],[56.906,40.579],[40.593,77.775],[34.96,83.121],[-49.572,72.077],[-53.947,66.967],[-58.294,19.467],[-56.944,-39.291],[-46.79,-88.163]],"c":true}]},{"i":{"x":0.155,"y":1},"o":{"x":0.754,"y":0},"n":"0p155_1_0p754_0","t":198,"s":[{"i":[[-2.479,-0.324],[0,0],[1.256,-5.194],[2.552,-27.242],[6.005,-18.853],[0.223,-1.061],[3.47,0.453],[0,0],[-0.076,2.511],[2.684,25.665],[-0.852,18.387],[-0.093,2.16]],"o":[[0,0],[2.727,0.356],[-0.628,2.597],[-2.007,21.429],[-6.66,20.908],[-0.669,3.19],[0,0],[-3.718,-0.486],[0.028,-0.924],[-2.028,-19.388],[1.24,-26.766],[0.249,-5.766]],"v":[[-40.278,-93.615],[68.546,-79.397],[73.532,-72.443],[71.822,-25.527],[56.906,40.579],[40.593,77.775],[34.96,83.121],[-49.572,72.077],[-53.947,66.967],[-58.294,19.467],[-56.944,-39.291],[-46.79,-88.163]],"c":true}],"e":[{"i":[[-2.5,0],[0,0],[0.572,-5.313],[2.347,-27.261],[1.586,-18.569],[0.083,-1.081],[3.5,0],[0,0],[0.25,2.5],[2.158,25.715],[1.538,18.342],[0.188,2.154]],"o":[[0,0],[2.75,0],[-0.286,2.656],[-1.723,20.011],[-1.868,21.864],[-0.25,3.25],[0,0],[-3.75,0],[-0.092,-0.92],[-1.51,-17.996],[-2.238,-26.701],[-0.5,-5.75]],"v":[[-58.958,-82.75],[50.792,-82.75],[56.636,-76.5],[52.019,-23.758],[46.792,37.223],[43.435,76.719],[38.542,82.75],[-46.708,82.75],[-51.708,78.25],[-55.673,31.213],[-60.446,-25.724],[-64.708,-76.5]],"c":true}]},{"t":207}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[8063.695,83.218],"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":517,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"BeerglassGloss2","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[0],"e":[10]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":52,"s":[10],"e":[10]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":88,"s":[10],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":94,"s":[4],"e":[1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":101,"s":[1],"e":[10]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":113,"s":[10],"e":[10]},{"t":208}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[220.5,270.75,0]},"a":{"a":0,"k":[18.5,82.75,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.125,"y":1},"o":{"x":0.167,"y":0},"n":"0p125_1_0p167_0","t":38,"s":[{"i":[[1.848,-1],[0.61,0.084],[0,0],[0,0]],"o":[[-1.848,1],[-0.89,-0.041],[0,0],[0,0]],"v":[[41.348,-20.5],[31.265,-17.334],[51.889,-89.5],[83.557,-89.5]],"c":true}],"e":[{"i":[[0,0],[4,5.302],[0,0],[0,0]],"o":[[0,0],[-5.661,-7.504],[0,0],[0,0]],"v":[[30.223,-14.25],[22.39,-19.084],[-30.111,-89.25],[1.557,-89.25]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":71,"s":[{"i":[[0,0],[4,5.302],[0,0],[0,0]],"o":[[0,0],[-5.661,-7.504],[0,0],[0,0]],"v":[[30.223,-14.25],[22.39,-19.084],[-30.111,-89.25],[1.557,-89.25]],"c":true}],"e":[{"i":[[0,0],[4,5.302],[0,0],[0,0]],"o":[[0,0],[-5.661,-7.504],[0,0],[0,0]],"v":[[30.223,-14.25],[22.39,-19.084],[-30.111,-89.25],[1.557,-89.25]],"c":true}]},{"i":{"x":0.263,"y":1},"o":{"x":0.7,"y":0},"n":"0p263_1_0p7_0","t":88,"s":[{"i":[[0,0],[4,5.302],[0,0],[0,0]],"o":[[0,0],[-5.661,-7.504],[0,0],[0,0]],"v":[[30.223,-14.25],[22.39,-19.084],[-30.111,-89.25],[1.557,-89.25]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[34.953,81.917],[24.336,81.917],[31.499,-100.251],[50.859,-100.251]],"c":true}]},{"i":{"x":0.228,"y":1},"o":{"x":0.333,"y":0},"n":"0p228_1_0p333_0","t":104,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[34.953,81.917],[24.336,81.917],[31.499,-100.251],[50.859,-100.251]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[27.453,81.917],[16.836,81.917],[-1.001,-100.25],[23.109,-100.25]],"c":true}]},{"i":{"x":0.228,"y":1},"o":{"x":0.167,"y":0},"n":"0p228_1_0p167_0","t":125,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[27.453,81.917],[16.836,81.917],[-1.001,-100.25],[23.109,-100.25]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[27.453,81.917],[16.836,81.917],[-1.001,-100.25],[23.109,-100.25]],"c":true}]},{"i":{"x":0.325,"y":1},"o":{"x":0.72,"y":0},"n":"0p325_1_0p72_0","t":187,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[27.453,81.917],[16.836,81.917],[-1.001,-100.25],[23.109,-100.25]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[49.069,81.694],[32.131,78.834],[44.572,-85.262],[67.364,-82.663]],"c":true}]},{"i":{"x":0.08,"y":1},"o":{"x":0.439,"y":0},"n":"0p08_1_0p439_0","t":198,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[49.069,81.694],[32.131,78.834],[44.572,-85.262],[67.364,-82.663]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[18.5,82.75],[-3.834,82.75],[-18.5,-82.75],[3.833,-82.75]],"c":true}]},{"t":219}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[18.501,82.75],"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":38,"op":517,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"BeerglassGloss","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24,"s":[10],"e":[1]},{"t":29}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[220.5,270.75,0]},"a":{"a":0,"k":[18.5,82.75,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.604,"y":0},"n":"0p833_1_0p604_0","t":23,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[18.5,82.75],[-3.834,82.75],[-18.5,-82.75],[3.833,-82.75]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-14,82.5],[-14.334,82.75],[-29,-82.75],[-28.667,-83]],"c":true}]},{"t":28}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[18.501,82.75],"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":28,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"MartiniGloss","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[0],"e":[10]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":52,"s":[10],"e":[10]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":92,"s":[10],"e":[0]},{"t":97}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[236.062,344.25,0]},"a":{"a":0,"k":[11.875,4.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.134,"y":1},"o":{"x":0.167,"y":0},"n":"0p134_1_0p167_0","t":38,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[26.125,4.5],[9.375,4.5],[5.875,-4.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[4.875,4.5],[-11.875,4.5],[11.875,-4.5]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":71,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[4.875,4.5],[-11.875,4.5],[11.875,-4.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[4.875,4.5],[-11.875,4.5],[11.875,-4.5]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":90,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[4.875,4.5],[-11.875,4.5],[11.875,-4.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-12.812,-3.188],[-20.75,3.375],[-9.125,-10.375]],"c":true}]},{"t":97}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"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":"Group 1","np":0,"mn":"ADBE Vector Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[11.875,4.5],"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":"Group 1","np":3,"mn":"ADBE Vector Group"}],"ip":38,"op":98,"st":3,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Drop Left 3","ks":{"o":{"a":0,"k":66},"r":{"a":0,"k":0},"p":{"a":0,"k":[339,253,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.2,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p2_1_0p167_0p167","t":105,"s":[{"i":[[-1.316,2.109],[0.979,2.851],[0.349,-1.983],[-1.404,-1.234]],"o":[[1.316,-2.109],[-0.979,-2.851],[-0.349,1.983],[1.404,1.234]],"v":[[-65.774,-42.562],[-64.754,-45.173],[-67.678,-43.422],[-67.572,-40.817]],"c":true}],"e":[{"i":[[-0.497,1.527],[1.058,1.635],[-0.09,-1.298],[-1.073,-0.555]],"o":[[0.497,-1.527],[-1.058,-1.635],[0.09,1.298],[1.073,0.555]],"v":[[-72.592,-96.339],[-72.355,-101.455],[-75.21,-98.776],[-74.969,-94.879]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.816,"y":0},"n":"0p833_0p833_0p816_0","t":116,"s":[{"i":[[-0.497,1.527],[1.058,1.635],[-0.09,-1.298],[-1.073,-0.555]],"o":[[0.497,-1.527],[-1.058,-1.635],[0.09,1.298],[1.073,0.555]],"v":[[-72.592,-96.339],[-72.355,-101.455],[-75.21,-98.776],[-74.969,-94.879]],"c":true}],"e":[{"i":[[0.194,1.994],[1.89,-0.859],[0.722,-1.311],[-1.158,-0.576]],"o":[[-0.194,-1.994],[-1.792,0.815],[-0.746,1.354],[0.204,0.684]],"v":[[-76.103,-62.685],[-77.583,-64.796],[-78.087,-62.115],[-76.941,-60.526]],"c":true}]},{"t":126}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.675,0.29,0.231,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":105,"op":127,"st":78,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Drop Left 4","ks":{"o":{"a":0,"k":66},"r":{"a":0,"k":0},"p":{"a":0,"k":[336.5,252.781,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":104,"s":[{"i":[[0.29,2.469],[2.545,1.615],[-0.966,-1.766],[-1.867,-0.086]],"o":[[-0.29,-2.469],[-2.545,-1.615],[0.966,1.766],[1.867,0.086]],"v":[[-57.492,-9.707],[-59.389,-15.634],[-62.015,-8.689],[-58.68,-6.035]],"c":true}],"e":[{"i":[[-1.316,2.109],[0.979,2.851],[0.349,-1.983],[-1.404,-1.234]],"o":[[1.316,-2.109],[-0.979,-2.851],[-0.349,1.983],[1.404,1.234]],"v":[[-116.399,-48.187],[-115.379,-50.798],[-118.303,-49.047],[-118.197,-46.442]],"c":true}]},{"i":{"x":0.2,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p2_1_0p167_0p167","t":111,"s":[{"i":[[-1.316,2.109],[0.979,2.851],[0.349,-1.983],[-1.404,-1.234]],"o":[[1.316,-2.109],[-0.979,-2.851],[-0.349,1.983],[1.404,1.234]],"v":[[-116.399,-48.187],[-115.379,-50.798],[-118.303,-49.047],[-118.197,-46.442]],"c":true}],"e":[{"i":[[-0.252,-1.586],[-1.686,-0.976],[0.67,1.115],[1.208,0.007]],"o":[[0.252,1.586],[1.686,0.976],[-0.67,-1.115],[-1.208,-0.007]],"v":[[-103.035,-106.064],[-100.654,-102.787],[-97.641,-107.34],[-101.364,-108.966]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.816,"y":0},"n":"0p833_0p833_0p816_0","t":122,"s":[{"i":[[-0.252,-1.586],[-1.686,-0.976],[0.67,1.115],[1.208,0.007]],"o":[[0.252,1.586],[1.686,0.976],[-0.67,-1.115],[-1.208,-0.007]],"v":[[-103.035,-106.064],[-100.654,-102.787],[-97.641,-107.34],[-101.364,-108.966]],"c":true}],"e":[{"i":[[0.194,1.994],[1.89,-0.859],[0.722,-1.311],[-1.158,-0.576]],"o":[[-0.194,-1.994],[-1.792,0.815],[-0.746,1.354],[0.204,0.684]],"v":[[-97.353,-60.81],[-98.833,-62.921],[-99.337,-60.24],[-98.191,-58.651]],"c":true}]},{"t":132}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.675,0.29,0.231,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":115,"op":132,"st":84,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Drop Left 2","ks":{"o":{"a":0,"k":66},"r":{"a":0,"k":0},"p":{"a":0,"k":[339,253,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":107,"s":[{"i":[[0.29,2.469],[2.545,1.615],[-0.966,-1.766],[-1.867,-0.086]],"o":[[-0.29,-2.469],[-2.545,-1.615],[0.966,1.766],[1.867,0.086]],"v":[[-57.492,-9.707],[-59.389,-15.634],[-62.015,-8.689],[-58.68,-6.035]],"c":true}],"e":[{"i":[[-1.316,2.109],[0.979,2.851],[0.349,-1.983],[-1.404,-1.234]],"o":[[1.316,-2.109],[-0.979,-2.851],[-0.349,1.983],[1.404,1.234]],"v":[[-116.399,-48.187],[-115.379,-50.798],[-118.303,-49.047],[-118.197,-46.442]],"c":true}]},{"i":{"x":0.2,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p2_1_0p167_0p167","t":114,"s":[{"i":[[-1.316,2.109],[0.979,2.851],[0.349,-1.983],[-1.404,-1.234]],"o":[[1.316,-2.109],[-0.979,-2.851],[-0.349,1.983],[1.404,1.234]],"v":[[-116.399,-48.187],[-115.379,-50.798],[-118.303,-49.047],[-118.197,-46.442]],"c":true}],"e":[{"i":[[-0.497,1.527],[1.058,1.635],[-0.09,-1.298],[-1.073,-0.555]],"o":[[0.497,-1.527],[-1.058,-1.635],[0.09,1.298],[1.073,0.555]],"v":[[-102.03,-115.214],[-101.542,-119.205],[-104.96,-115.838],[-103.719,-113.379]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.816,"y":0},"n":"0p833_0p833_0p816_0","t":125,"s":[{"i":[[-0.497,1.527],[1.058,1.635],[-0.09,-1.298],[-1.073,-0.555]],"o":[[0.497,-1.527],[-1.058,-1.635],[0.09,1.298],[1.073,0.555]],"v":[[-102.03,-115.214],[-101.542,-119.205],[-104.96,-115.838],[-103.719,-113.379]],"c":true}],"e":[{"i":[[0.194,1.994],[1.89,-0.859],[0.722,-1.311],[-1.158,-0.576]],"o":[[-0.194,-1.994],[-1.792,0.815],[-0.746,1.354],[0.204,0.684]],"v":[[-92.228,-63.185],[-93.708,-65.296],[-94.212,-62.615],[-93.066,-61.026]],"c":true}]},{"t":135}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.675,0.29,0.231,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":118,"op":135,"st":87,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Drop Left","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[339,253,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[0.29,2.469],[2.545,1.615],[-0.966,-1.766],[-1.867,-0.086]],"o":[[-0.29,-2.469],[-2.545,-1.615],[0.966,1.766],[1.867,0.086]],"v":[[-57.492,-9.707],[-59.389,-15.634],[-62.015,-8.689],[-58.68,-6.035]],"c":true}],"e":[{"i":[[-1.316,2.109],[0.979,2.851],[0.349,-1.983],[-1.404,-1.234]],"o":[[1.316,-2.109],[-0.979,-2.851],[-0.349,1.983],[1.404,1.234]],"v":[[-123.524,-21.187],[-122.504,-23.798],[-125.428,-22.047],[-125.322,-19.442]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":27,"s":[{"i":[[-1.316,2.109],[0.979,2.851],[0.349,-1.983],[-1.404,-1.234]],"o":[[1.316,-2.109],[-0.979,-2.851],[-0.349,1.983],[1.404,1.234]],"v":[[-123.524,-21.187],[-122.504,-23.798],[-125.428,-22.047],[-125.322,-19.442]],"c":true}],"e":[{"i":[[-0.497,1.527],[1.058,1.635],[-0.09,-1.298],[-1.073,-0.555]],"o":[[0.497,-1.527],[-1.058,-1.635],[0.09,1.298],[1.073,0.555]],"v":[[-114.905,-87.214],[-114.417,-91.205],[-117.835,-87.838],[-116.594,-85.379]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":34,"s":[{"i":[[-0.497,1.527],[1.058,1.635],[-0.09,-1.298],[-1.073,-0.555]],"o":[[0.497,-1.527],[-1.058,-1.635],[0.09,1.298],[1.073,0.555]],"v":[[-114.905,-87.214],[-114.417,-91.205],[-117.835,-87.838],[-116.594,-85.379]],"c":true}],"e":[{"i":[[0.194,1.994],[1.89,-0.859],[0.722,-1.311],[-1.158,-0.576]],"o":[[-0.194,-1.994],[-1.792,0.815],[-0.746,1.354],[0.204,0.684]],"v":[[-112.853,-44.405],[-114.333,-46.516],[-114.837,-43.835],[-113.691,-42.247]],"c":true}]},{"t":41}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.367],"y":[1]},"o":{"x":[0.773],"y":[0]},"n":["0p367_1_0p773_0"],"t":25,"s":[0.998,0.651,0.128,1],"e":[0.978,0.14,0.247,1]},{"t":45}]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":30,"op":49,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Drop Right","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[339,253,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26,"s":[{"i":[[0.29,2.469],[2.545,1.615],[-0.966,-1.766],[-1.867,-0.086]],"o":[[-0.29,-2.469],[-2.545,-1.615],[0.966,1.766],[1.867,0.086]],"v":[[-57.492,-9.707],[-59.389,-15.634],[-62.015,-8.689],[-58.68,-6.035]],"c":true}],"e":[{"i":[[0.29,2.469],[2.545,1.615],[-0.966,-1.766],[-1.867,-0.086]],"o":[[-0.29,-2.469],[-2.545,-1.615],[0.966,1.766],[1.867,0.086]],"v":[[-58.805,-42.77],[-59.639,-45.446],[-60.828,-42.252],[-59.117,-40.285]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":33,"s":[{"i":[[0.29,2.469],[2.545,1.615],[-0.966,-1.766],[-1.867,-0.086]],"o":[[-0.29,-2.469],[-2.545,-1.615],[0.966,1.766],[1.867,0.086]],"v":[[-58.805,-42.77],[-59.639,-45.446],[-60.828,-42.252],[-59.117,-40.285]],"c":true}],"e":[{"i":[[0.187,1.595],[1.645,1.043],[-0.624,-1.141],[-1.207,-0.056]],"o":[[-0.187,-1.595],[-1.645,-1.043],[0.624,1.141],[1.207,0.056]],"v":[[-66.252,-76.252],[-67.477,-80.082],[-69.174,-75.594],[-67.019,-73.879]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":40,"s":[{"i":[[0.187,1.595],[1.645,1.043],[-0.624,-1.141],[-1.207,-0.056]],"o":[[-0.187,-1.595],[-1.645,-1.043],[0.624,1.141],[1.207,0.056]],"v":[[-66.252,-76.252],[-67.477,-80.082],[-69.174,-75.594],[-67.019,-73.879]],"c":true}],"e":[{"i":[[0.194,1.994],[1.89,-0.859],[0.722,-1.311],[-1.158,-0.576]],"o":[[-0.194,-1.994],[-1.792,0.815],[-0.746,1.354],[0.204,0.684]],"v":[[-67.353,-42.405],[-68.833,-44.516],[-69.337,-41.835],[-68.191,-40.247]],"c":true}]},{"t":46}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.367],"y":[1]},"o":{"x":[0.773],"y":[0]},"n":["0p367_1_0p773_0"],"t":25,"s":[0.998,0.651,0.128,1],"e":[0.978,0.14,0.247,1]},{"t":45}]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":30,"op":49,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"Drop Right 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[339,253,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[{"i":[[0.29,2.469],[2.545,1.615],[-0.966,-1.766],[-1.867,-0.086]],"o":[[-0.29,-2.469],[-2.545,-1.615],[0.966,1.766],[1.867,0.086]],"v":[[-57.492,-9.707],[-59.389,-15.634],[-62.015,-8.689],[-58.68,-6.035]],"c":true}],"e":[{"i":[[0.29,2.469],[2.545,1.615],[-0.966,-1.766],[-1.867,-0.086]],"o":[[-0.29,-2.469],[-2.545,-1.615],[0.966,1.766],[1.867,0.086]],"v":[[-56.992,-43.457],[-57.639,-47.134],[-59.015,-42.939],[-56.93,-38.535]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":32,"s":[{"i":[[0.29,2.469],[2.545,1.615],[-0.966,-1.766],[-1.867,-0.086]],"o":[[-0.29,-2.469],[-2.545,-1.615],[0.966,1.766],[1.867,0.086]],"v":[[-56.992,-43.457],[-57.639,-47.134],[-59.015,-42.939],[-56.93,-38.535]],"c":true}],"e":[{"i":[[0.29,2.469],[2.545,1.615],[-0.966,-1.766],[-1.867,-0.086]],"o":[[-0.29,-2.469],[-2.545,-1.615],[0.966,1.766],[1.867,0.086]],"v":[[-59.992,-72.207],[-61.889,-78.134],[-64.515,-71.189],[-61.18,-68.535]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":39,"s":[{"i":[[0.29,2.469],[2.545,1.615],[-0.966,-1.766],[-1.867,-0.086]],"o":[[-0.29,-2.469],[-2.545,-1.615],[0.966,1.766],[1.867,0.086]],"v":[[-59.992,-72.207],[-61.889,-78.134],[-64.515,-71.189],[-61.18,-68.535]],"c":true}],"e":[{"i":[[0.29,2.469],[2.82,-1.064],[1.078,-1.623],[-1.728,-0.713]],"o":[[-0.29,-2.469],[-2.674,1.009],[-1.114,1.677],[0.305,0.847]],"v":[[-64.43,-42.582],[-66.639,-45.196],[-67.39,-41.877],[-65.68,-39.91]],"c":true}]},{"t":45}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.367],"y":[1]},"o":{"x":[0.773],"y":[0]},"n":["0p367_1_0p773_0"],"t":25,"s":[0.998,0.651,0.128,1],"e":[0.978,0.14,0.247,1]},{"t":45}]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":30,"op":49,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"Ice4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[544.717,182.086,0]},"a":{"a":0,"k":[13.215,15.58,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":23,"s":[{"i":[[-0.102,-0.927],[0.441,-0.161],[0.101,0.927],[-0.441,0.161]],"o":[[0.102,0.927],[-0.441,0.161],[-0.101,-0.927],[0.441,-0.161]],"v":[[-316.194,-28.717],[-316.808,-26.747],[-317.789,-28.134],[-317.175,-30.104]],"c":true}],"e":[{"i":[[-1.133,-6.494],[4.946,-1.006],[1.131,6.494],[-4.947,1.005]],"o":[[1.133,6.494],[-4.946,1.006],[-1.131,-6.494],[4.947,-1.005]],"v":[[-310.89,-78.422],[-317.796,-64.842],[-328.804,-74.78],[-321.897,-88.36]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[-1.133,-6.494],[4.946,-1.006],[1.131,6.494],[-4.947,1.005]],"o":[[1.133,6.494],[-4.946,1.006],[-1.131,-6.494],[4.947,-1.005]],"v":[[-310.89,-78.422],[-317.796,-64.842],[-328.804,-74.78],[-321.897,-88.36]],"c":true}],"e":[{"i":[[-1.454,-7.813],[6.356,-1.183],[1.452,7.812],[-6.356,1.182]],"o":[[1.454,7.812],[-6.356,1.183],[-1.452,-7.812],[6.356,-1.182]],"v":[[-283.741,-2.893],[-292.616,13.394],[-306.759,1.392],[-297.883,-14.896]],"c":true}]},{"i":{"x":0.176,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p176_1_0p167_0p167","t":38,"s":[{"i":[[-1.454,-7.813],[6.356,-1.183],[1.452,7.812],[-6.356,1.182]],"o":[[1.454,7.812],[-6.356,1.183],[-1.452,-7.812],[6.356,-1.182]],"v":[[-283.741,-2.893],[-292.616,13.394],[-306.759,1.392],[-297.883,-14.896]],"c":true}],"e":[{"i":[[1.459,-7.812],[6.355,1.187],[-1.461,7.81],[-6.355,-1.188]],"o":[[-1.459,7.811],[-6.355,-1.187],[1.461,-7.81],[6.355,1.188]],"v":[[-248.742,2.399],[-262.891,14.394],[-271.757,-1.899],[-257.607,-13.894]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":71,"s":[{"i":[[1.459,-7.812],[6.355,1.187],[-1.461,7.81],[-6.355,-1.188]],"o":[[-1.459,7.811],[-6.355,-1.187],[1.461,-7.81],[6.355,1.188]],"v":[[-248.742,2.399],[-262.891,14.394],[-271.757,-1.899],[-257.607,-13.894]],"c":true}],"e":[{"i":[[1.459,-7.812],[6.355,1.187],[-1.461,7.81],[-6.355,-1.188]],"o":[[-1.459,7.811],[-6.355,-1.187],[1.461,-7.81],[6.355,1.188]],"v":[[-248.742,2.399],[-262.891,14.394],[-271.757,-1.899],[-257.607,-13.894]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":87,"s":[{"i":[[1.459,-7.812],[6.355,1.187],[-1.461,7.81],[-6.355,-1.188]],"o":[[-1.459,7.811],[-6.355,-1.187],[1.461,-7.81],[6.355,1.188]],"v":[[-248.742,2.399],[-262.891,14.394],[-271.757,-1.899],[-257.607,-13.894]],"c":true}],"e":[{"i":[[1.459,-7.812],[6.355,1.187],[-1.461,7.81],[-6.355,-1.188]],"o":[[-1.459,7.811],[-6.355,-1.187],[1.461,-7.81],[6.355,1.188]],"v":[[-248.242,4.899],[-262.391,16.894],[-271.257,0.601],[-257.107,-11.394]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":92,"s":[{"i":[[1.459,-7.812],[6.355,1.187],[-1.461,7.81],[-6.355,-1.188]],"o":[[-1.459,7.811],[-6.355,-1.187],[1.461,-7.81],[6.355,1.188]],"v":[[-248.242,4.899],[-262.391,16.894],[-271.257,0.601],[-257.107,-11.394]],"c":true}],"e":[{"i":[[1.27,-0.048],[0.274,1.074],[-0.838,0.025],[-0.173,-0.881]],"o":[[-1.27,0.048],[-0.274,-1.074],[0.838,-0.025],[0.173,0.881]],"v":[[-281.142,-49.339],[-299.611,-61.999],[-285.683,-82.317],[-267.214,-69.658]],"c":true}]},{"i":{"x":0.259,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p259_1_0p167_0p167","t":102,"s":[{"i":[[1.27,-0.048],[0.274,1.074],[-0.838,0.025],[-0.173,-0.881]],"o":[[-1.27,0.048],[-0.274,-1.074],[0.838,-0.025],[0.173,0.881]],"v":[[-281.142,-49.339],[-299.611,-61.999],[-285.683,-82.317],[-267.214,-69.658]],"c":true}],"e":[{"i":[[1.058,-0.704],[0.795,0.773],[-0.701,0.459],[-0.607,-0.661]],"o":[[-1.058,0.704],[-0.795,-0.773],[0.701,-0.459],[0.607,0.661]],"v":[[-272.612,50.047],[-294.974,48.903],[-293.716,24.301],[-271.354,25.445]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":129,"s":[{"i":[[1.058,-0.704],[0.795,0.773],[-0.701,0.459],[-0.607,-0.661]],"o":[[-1.058,0.704],[-0.795,-0.773],[0.701,-0.459],[0.607,0.661]],"v":[[-272.612,50.047],[-294.974,48.903],[-293.716,24.301],[-271.354,25.445]],"c":true}],"e":[{"i":[[0.898,-0.899],[0.931,0.601],[-0.597,0.588],[-0.726,-0.528]],"o":[[-0.898,0.899],[-0.931,-0.601],[0.597,-0.588],[0.726,0.528]],"v":[[-266.806,48.446],[-288.954,51.737],[-292.574,27.37],[-270.426,24.079]],"c":true}]},{"i":{"x":0.853,"y":1},"o":{"x":0.167,"y":0},"n":"0p853_1_0p167_0","t":159,"s":[{"i":[[0.898,-0.899],[0.931,0.601],[-0.597,0.588],[-0.726,-0.528]],"o":[[-0.898,0.899],[-0.931,-0.601],[0.597,-0.588],[0.726,0.528]],"v":[[-266.806,48.446],[-288.954,51.737],[-292.574,27.37],[-270.426,24.079]],"c":true}],"e":[{"i":[[0.898,-0.899],[0.931,0.601],[-0.597,0.588],[-0.726,-0.528]],"o":[[-0.898,0.899],[-0.931,-0.601],[0.597,-0.588],[0.726,0.528]],"v":[[-266.806,48.446],[-288.954,51.737],[-292.574,27.37],[-270.426,24.079]],"c":true}]},{"i":{"x":0.878,"y":1},"o":{"x":0.71,"y":0},"n":"0p878_1_0p71_0","t":187,"s":[{"i":[[0.898,-0.899],[0.931,0.601],[-0.597,0.588],[-0.726,-0.528]],"o":[[-0.898,0.899],[-0.931,-0.601],[0.597,-0.588],[0.726,0.528]],"v":[[-266.806,48.446],[-288.954,51.737],[-292.574,27.37],[-270.426,24.079]],"c":true}],"e":[{"i":[[1.11,-0.233],[0.638,0.821],[-0.734,0.148],[-0.477,-0.681]],"o":[[-1.11,0.233],[-0.638,-0.821],[0.734,-0.148],[0.477,0.681]],"v":[[-244.289,53.017],[-265.34,45.68],[-260.459,27.22],[-239.409,34.557]],"c":true}]},{"t":195}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":94,"s":[0.997,0.921,0.777,1],"e":[0.848,0.966,1,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0.333]},"n":["0p833_0p833_0p333_0p333"],"t":98,"s":[0.848,0.966,1,1],"e":[0.848,0.966,1,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":108,"s":[0.848,0.966,1,1],"e":[0.576,0.341,0.31,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":109,"s":[0.576,0.341,0.31,1],"e":[0.576,0.341,0.31,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":187,"s":[0.576,0.341,0.31,1],"e":[0.996,0.925,0.812,1]},{"t":195}]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[13.215,15.581],"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"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":"Group 2","np":0,"mn":"ADBE Vector Group"}],"ip":102,"op":195,"st":36,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"Ice3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[544.717,182.086,0]},"a":{"a":0,"k":[13.215,15.58,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":23,"s":[{"i":[[-0.102,-0.927],[0.441,-0.161],[0.101,0.927],[-0.441,0.161]],"o":[[0.102,0.927],[-0.441,0.161],[-0.101,-0.927],[0.441,-0.161]],"v":[[-316.194,-28.717],[-316.808,-26.747],[-317.789,-28.134],[-317.175,-30.104]],"c":true}],"e":[{"i":[[-1.133,-6.494],[4.946,-1.006],[1.131,6.494],[-4.947,1.005]],"o":[[1.133,6.494],[-4.946,1.006],[-1.131,-6.494],[4.947,-1.005]],"v":[[-310.89,-78.422],[-317.796,-64.842],[-328.804,-74.78],[-321.897,-88.36]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[-1.133,-6.494],[4.946,-1.006],[1.131,6.494],[-4.947,1.005]],"o":[[1.133,6.494],[-4.946,1.006],[-1.131,-6.494],[4.947,-1.005]],"v":[[-310.89,-78.422],[-317.796,-64.842],[-328.804,-74.78],[-321.897,-88.36]],"c":true}],"e":[{"i":[[-1.454,-7.813],[6.356,-1.183],[1.452,7.812],[-6.356,1.182]],"o":[[1.454,7.812],[-6.356,1.183],[-1.452,-7.812],[6.356,-1.182]],"v":[[-283.741,-2.893],[-292.616,13.394],[-306.759,1.392],[-297.883,-14.896]],"c":true}]},{"i":{"x":0.176,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p176_1_0p167_0p167","t":38,"s":[{"i":[[-1.454,-7.813],[6.356,-1.183],[1.452,7.812],[-6.356,1.182]],"o":[[1.454,7.812],[-6.356,1.183],[-1.452,-7.812],[6.356,-1.182]],"v":[[-283.741,-2.893],[-292.616,13.394],[-306.759,1.392],[-297.883,-14.896]],"c":true}],"e":[{"i":[[1.459,-7.812],[6.355,1.187],[-1.461,7.81],[-6.355,-1.188]],"o":[[-1.459,7.811],[-6.355,-1.187],[1.461,-7.81],[6.355,1.188]],"v":[[-248.742,2.399],[-262.891,14.394],[-271.757,-1.899],[-257.607,-13.894]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":71,"s":[{"i":[[1.459,-7.812],[6.355,1.187],[-1.461,7.81],[-6.355,-1.188]],"o":[[-1.459,7.811],[-6.355,-1.187],[1.461,-7.81],[6.355,1.188]],"v":[[-248.742,2.399],[-262.891,14.394],[-271.757,-1.899],[-257.607,-13.894]],"c":true}],"e":[{"i":[[1.459,-7.812],[6.355,1.187],[-1.461,7.81],[-6.355,-1.188]],"o":[[-1.459,7.811],[-6.355,-1.187],[1.461,-7.81],[6.355,1.188]],"v":[[-248.742,2.399],[-262.891,14.394],[-271.757,-1.899],[-257.607,-13.894]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":87,"s":[{"i":[[1.459,-7.812],[6.355,1.187],[-1.461,7.81],[-6.355,-1.188]],"o":[[-1.459,7.811],[-6.355,-1.187],[1.461,-7.81],[6.355,1.188]],"v":[[-248.742,2.399],[-262.891,14.394],[-271.757,-1.899],[-257.607,-13.894]],"c":true}],"e":[{"i":[[1.459,-7.812],[6.355,1.187],[-1.461,7.81],[-6.355,-1.188]],"o":[[-1.459,7.811],[-6.355,-1.187],[1.461,-7.81],[6.355,1.188]],"v":[[-248.242,4.899],[-262.391,16.894],[-271.257,0.601],[-257.107,-11.394]],"c":true}]},{"i":{"x":0.164,"y":1},"o":{"x":0.167,"y":0},"n":"0p164_1_0p167_0","t":92,"s":[{"i":[[1.459,-7.812],[6.355,1.187],[-1.461,7.81],[-6.355,-1.188]],"o":[[-1.459,7.811],[-6.355,-1.187],[1.461,-7.81],[6.355,1.188]],"v":[[-248.242,4.899],[-262.391,16.894],[-271.257,0.601],[-257.107,-11.394]],"c":true}],"e":[{"i":[[1.27,-0.048],[0.274,1.074],[-0.838,0.025],[-0.173,-0.881]],"o":[[-1.27,0.048],[-0.274,-1.074],[0.838,-0.025],[0.173,0.881]],"v":[[-281.142,-49.339],[-299.611,-61.999],[-285.683,-82.317],[-267.214,-69.658]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":101,"s":[{"i":[[1.27,-0.048],[0.274,1.074],[-0.838,0.025],[-0.173,-0.881]],"o":[[-1.27,0.048],[-0.274,-1.074],[0.838,-0.025],[0.173,0.881]],"v":[[-281.142,-49.339],[-299.611,-61.999],[-285.683,-82.317],[-267.214,-69.658]],"c":true}],"e":[{"i":[[0.694,-1.065],[1.035,0.396],[-0.463,0.698],[-0.819,-0.367]],"o":[[-0.694,1.065],[-1.035,-0.396],[0.463,-0.698],[0.819,0.367]],"v":[[-265.902,96.38],[-286.899,104.157],[-295.456,81.057],[-274.459,73.28]],"c":true}]},{"i":{"x":0.843,"y":1},"o":{"x":0.167,"y":0},"n":"0p843_1_0p167_0","t":132,"s":[{"i":[[0.694,-1.065],[1.035,0.396],[-0.463,0.698],[-0.819,-0.367]],"o":[[-0.694,1.065],[-1.035,-0.396],[0.463,-0.698],[0.819,0.367]],"v":[[-265.902,96.38],[-286.899,104.157],[-295.456,81.057],[-274.459,73.28]],"c":true}],"e":[{"i":[[0.694,-1.065],[1.035,0.396],[-0.463,0.698],[-0.819,-0.367]],"o":[[-0.694,1.065],[-1.035,-0.396],[0.463,-0.698],[0.819,0.367]],"v":[[-265.902,96.38],[-286.899,104.157],[-295.456,81.057],[-274.459,73.28]],"c":true}]},{"i":{"x":0.878,"y":1},"o":{"x":0.71,"y":0},"n":"0p878_1_0p71_0","t":187,"s":[{"i":[[0.694,-1.065],[1.035,0.396],[-0.463,0.698],[-0.819,-0.367]],"o":[[-0.694,1.065],[-1.035,-0.396],[0.463,-0.698],[0.819,0.367]],"v":[[-265.902,96.38],[-286.899,104.157],[-295.456,81.057],[-274.459,73.28]],"c":true}],"e":[{"i":[[0.795,-0.635],[0.665,0.567],[-0.527,0.414],[-0.512,-0.49]],"o":[[-0.795,0.635],[-0.665,-0.567],[0.527,-0.414],[0.512,0.49]],"v":[[-260.586,47.748],[-278.225,48.316],[-278.513,28.498],[-260.873,27.93]],"c":true}]},{"t":195}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":94,"s":[0.997,0.921,0.777,1],"e":[0.848,0.966,1,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0.333]},"n":["0p833_0p833_0p333_0p333"],"t":99,"s":[0.848,0.966,1,1],"e":[0.848,0.966,1,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":107,"s":[0.848,0.966,1,1],"e":[0.576,0.341,0.31,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":108,"s":[0.576,0.341,0.31,1],"e":[0.576,0.341,0.31,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":187,"s":[0.576,0.341,0.31,1],"e":[0.996,0.925,0.812,1]},{"t":195}]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[13.215,15.581],"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"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":"Group 2","np":0,"mn":"ADBE Vector Group"}],"ip":98,"op":195,"st":36,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"Ice2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[538.463,199.399,0]},"a":{"a":0,"k":[11.099,12.419,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":25,"s":[{"i":[[-0.161,-0.807],[0.701,-0.14],[0.161,0.807],[-0.701,0.14]],"o":[[0.161,0.807],[-0.701,0.14],[-0.161,-0.807],[0.701,-0.14]],"v":[[-305.699,-41.255],[-306.676,-39.539],[-308.237,-40.747],[-307.26,-42.463]],"c":true}],"e":[{"i":[[-1.356,-6.776],[5.884,-1.177],[1.354,6.777],[-5.883,1.176]],"o":[[1.356,6.776],[-5.883,1.177],[-1.354,-6.777],[5.884,-1.177]],"v":[[-297.461,-69.978],[-305.66,-55.576],[-318.768,-65.715],[-310.569,-80.116]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[{"i":[[-1.356,-6.776],[5.884,-1.177],[1.354,6.777],[-5.883,1.176]],"o":[[1.356,6.776],[-5.883,1.177],[-1.354,-6.777],[5.884,-1.177]],"v":[[-297.461,-69.978],[-305.66,-55.576],[-318.768,-65.715],[-310.569,-80.116]],"c":true}],"e":[{"i":[[-1.231,-6.153],[5.343,-1.069],[1.229,6.153],[-5.342,1.068]],"o":[[1.231,6.153],[-5.342,1.069],[-1.229,-6.153],[5.343,-1.068]],"v":[[-293.92,-46.936],[-301.365,-33.86],[-313.267,-43.066],[-305.822,-56.142]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34,"s":[{"i":[[-1.231,-6.153],[5.343,-1.069],[1.229,6.153],[-5.342,1.068]],"o":[[1.231,6.153],[-5.342,1.069],[-1.229,-6.153],[5.343,-1.068]],"v":[[-293.92,-46.936],[-301.365,-33.86],[-313.267,-43.066],[-305.822,-56.142]],"c":true}],"e":[{"i":[[-1.231,-6.153],[5.343,-1.069],[1.229,6.153],[-5.342,1.068]],"o":[[1.231,6.153],[-5.342,1.069],[-1.229,-6.153],[5.343,-1.068]],"v":[[-280.42,-1.936],[-287.865,11.14],[-299.767,1.934],[-292.322,-11.142]],"c":true}]},{"i":{"x":0.176,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p176_1_0p167_0p167","t":38,"s":[{"i":[[-1.231,-6.153],[5.343,-1.069],[1.229,6.153],[-5.342,1.068]],"o":[[1.231,6.153],[-5.342,1.069],[-1.229,-6.153],[5.343,-1.068]],"v":[[-280.42,-1.936],[-287.865,11.14],[-299.767,1.934],[-292.322,-11.142]],"c":true}],"e":[{"i":[[1.152,-6.168],[5.356,1],[-1.154,6.168],[-5.355,-1.001]],"o":[[-1.152,6.168],[-5.355,-1],[1.154,-6.168],[5.356,1.001]],"v":[[-250.396,1.811],[-262.18,11.168],[-269.791,-1.812],[-258.007,-11.169]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":73,"s":[{"i":[[1.152,-6.168],[5.356,1],[-1.154,6.168],[-5.355,-1.001]],"o":[[-1.152,6.168],[-5.355,-1],[1.154,-6.168],[5.356,1.001]],"v":[[-250.396,1.811],[-262.18,11.168],[-269.791,-1.812],[-258.007,-11.169]],"c":true}],"e":[{"i":[[1.152,-6.168],[5.356,1],[-1.154,6.168],[-5.355,-1.001]],"o":[[-1.152,6.168],[-5.355,-1],[1.154,-6.168],[5.356,1.001]],"v":[[-250.396,1.811],[-262.18,11.168],[-269.791,-1.812],[-258.007,-11.169]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":88,"s":[{"i":[[1.152,-6.168],[5.356,1],[-1.154,6.168],[-5.355,-1.001]],"o":[[-1.152,6.168],[-5.355,-1],[1.154,-6.168],[5.356,1.001]],"v":[[-250.396,1.811],[-262.18,11.168],[-269.791,-1.812],[-258.007,-11.169]],"c":true}],"e":[{"i":[[1.152,-6.168],[5.356,1],[-1.154,6.168],[-5.355,-1.001]],"o":[[-1.152,6.168],[-5.355,-1],[1.154,-6.168],[5.356,1.001]],"v":[[-251.146,5.811],[-262.93,15.168],[-270.541,2.188],[-258.757,-7.169]],"c":true}]},{"i":{"x":0.164,"y":1},"o":{"x":0.167,"y":0},"n":"0p164_1_0p167_0","t":92,"s":[{"i":[[1.152,-6.168],[5.356,1],[-1.154,6.168],[-5.355,-1.001]],"o":[[-1.152,6.168],[-5.355,-1],[1.154,-6.168],[5.356,1.001]],"v":[[-251.146,5.811],[-262.93,15.168],[-270.541,2.188],[-258.757,-7.169]],"c":true}],"e":[{"i":[[0.967,-0.741],[0.81,0.688],[-0.641,0.484],[-0.623,-0.593]],"o":[[-0.967,0.741],[-0.81,-0.688],[0.641,-0.484],[0.623,0.593]],"v":[[-278.642,-38.816],[-300.097,-38.472],[-300.475,-62.077],[-279.02,-62.42]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":101,"s":[{"i":[[0.967,-0.741],[0.81,0.688],[-0.641,0.484],[-0.623,-0.593]],"o":[[-0.967,0.741],[-0.81,-0.688],[0.641,-0.484],[0.623,0.593]],"v":[[-278.642,-38.816],[-300.097,-38.472],[-300.475,-62.077],[-279.02,-62.42]],"c":true}],"e":[{"i":[[1.409,-0.115],[0.357,1.179],[-0.929,0.069],[-0.235,-0.97]],"o":[[-1.409,0.115],[-0.357,-1.179],[0.929,-0.069],[0.235,0.97]],"v":[[-299.384,70.36],[-320.52,57.208],[-306.05,33.955],[-284.915,47.107]],"c":true}]},{"i":{"x":0.844,"y":1},"o":{"x":0.167,"y":0},"n":"0p844_1_0p167_0","t":137,"s":[{"i":[[1.409,-0.115],[0.357,1.179],[-0.929,0.069],[-0.235,-0.97]],"o":[[-1.409,0.115],[-0.357,-1.179],[0.929,-0.069],[0.235,0.97]],"v":[[-299.384,70.36],[-320.52,57.208],[-306.05,33.955],[-284.915,47.107]],"c":true}],"e":[{"i":[[1.409,-0.115],[0.357,1.179],[-0.929,0.069],[-0.235,-0.97]],"o":[[-1.409,0.115],[-0.357,-1.179],[0.929,-0.069],[0.235,0.97]],"v":[[-299.384,70.36],[-320.52,57.208],[-306.05,33.955],[-284.915,47.107]],"c":true}]},{"i":{"x":0.878,"y":1},"o":{"x":0.71,"y":0},"n":"0p878_1_0p71_0","t":187,"s":[{"i":[[1.409,-0.115],[0.357,1.179],[-0.929,0.069],[-0.235,-0.97]],"o":[[-1.409,0.115],[-0.357,-1.179],[0.929,-0.069],[0.235,0.97]],"v":[[-299.384,70.36],[-320.52,57.208],[-306.05,33.955],[-284.915,47.107]],"c":true}],"e":[{"i":[[1.038,-0.682],[0.752,0.714],[-0.688,0.445],[-0.573,-0.612]],"o":[[-1.038,0.682],[-0.752,-0.714],[0.688,-0.445],[0.573,0.612]],"v":[[-300.907,27.958],[-322.508,27.271],[-320.765,4.058],[-299.164,4.746]],"c":true}]},{"t":195}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[1.821]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1p821_0p333_0"],"t":94,"s":[0.995,0.751,0.324,1],"e":[0.848,0.966,1,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":108,"s":[0.848,0.966,1,1],"e":[0.576,0.341,0.31,1]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_0p667_0p167_0p167"],"t":109,"s":[0.576,0.341,0.31,1],"e":[0.576,0.341,0.31,1]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_0p667_0p167_0p167"],"t":115,"s":[0.576,0.341,0.31,1],"e":[0.576,0.341,0.31,1]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":187,"s":[0.576,0.341,0.31,1],"e":[0.996,0.925,0.812,1]},{"t":195}]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[13.215,15.581],"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":98,"op":195,"st":38,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"Ice1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[538.463,199.399,0]},"a":{"a":0,"k":[11.099,12.419,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":25,"s":[{"i":[[-0.161,-0.807],[0.701,-0.14],[0.161,0.807],[-0.701,0.14]],"o":[[0.161,0.807],[-0.701,0.14],[-0.161,-0.807],[0.701,-0.14]],"v":[[-305.699,-41.255],[-306.676,-39.539],[-308.237,-40.747],[-307.26,-42.463]],"c":true}],"e":[{"i":[[-1.356,-6.776],[5.884,-1.177],[1.354,6.777],[-5.883,1.176]],"o":[[1.356,6.776],[-5.883,1.177],[-1.354,-6.777],[5.884,-1.177]],"v":[[-297.461,-69.978],[-305.66,-55.576],[-318.768,-65.715],[-310.569,-80.116]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[{"i":[[-1.356,-6.776],[5.884,-1.177],[1.354,6.777],[-5.883,1.176]],"o":[[1.356,6.776],[-5.883,1.177],[-1.354,-6.777],[5.884,-1.177]],"v":[[-297.461,-69.978],[-305.66,-55.576],[-318.768,-65.715],[-310.569,-80.116]],"c":true}],"e":[{"i":[[-1.231,-6.153],[5.343,-1.069],[1.229,6.153],[-5.342,1.068]],"o":[[1.231,6.153],[-5.342,1.069],[-1.229,-6.153],[5.343,-1.068]],"v":[[-293.92,-46.936],[-301.365,-33.86],[-313.267,-43.066],[-305.822,-56.142]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34,"s":[{"i":[[-1.231,-6.153],[5.343,-1.069],[1.229,6.153],[-5.342,1.068]],"o":[[1.231,6.153],[-5.342,1.069],[-1.229,-6.153],[5.343,-1.068]],"v":[[-293.92,-46.936],[-301.365,-33.86],[-313.267,-43.066],[-305.822,-56.142]],"c":true}],"e":[{"i":[[-1.231,-6.153],[5.343,-1.069],[1.229,6.153],[-5.342,1.068]],"o":[[1.231,6.153],[-5.342,1.069],[-1.229,-6.153],[5.343,-1.068]],"v":[[-280.42,-1.936],[-287.865,11.14],[-299.767,1.934],[-292.322,-11.142]],"c":true}]},{"i":{"x":0.176,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p176_1_0p167_0p167","t":38,"s":[{"i":[[-1.231,-6.153],[5.343,-1.069],[1.229,6.153],[-5.342,1.068]],"o":[[1.231,6.153],[-5.342,1.069],[-1.229,-6.153],[5.343,-1.068]],"v":[[-280.42,-1.936],[-287.865,11.14],[-299.767,1.934],[-292.322,-11.142]],"c":true}],"e":[{"i":[[1.152,-6.168],[5.356,1],[-1.154,6.168],[-5.355,-1.001]],"o":[[-1.152,6.168],[-5.355,-1],[1.154,-6.168],[5.356,1.001]],"v":[[-250.396,1.811],[-262.18,11.168],[-269.791,-1.812],[-258.007,-11.169]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":73,"s":[{"i":[[1.152,-6.168],[5.356,1],[-1.154,6.168],[-5.355,-1.001]],"o":[[-1.152,6.168],[-5.355,-1],[1.154,-6.168],[5.356,1.001]],"v":[[-250.396,1.811],[-262.18,11.168],[-269.791,-1.812],[-258.007,-11.169]],"c":true}],"e":[{"i":[[1.152,-6.168],[5.356,1],[-1.154,6.168],[-5.355,-1.001]],"o":[[-1.152,6.168],[-5.355,-1],[1.154,-6.168],[5.356,1.001]],"v":[[-250.396,1.811],[-262.18,11.168],[-269.791,-1.812],[-258.007,-11.169]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":88,"s":[{"i":[[1.152,-6.168],[5.356,1],[-1.154,6.168],[-5.355,-1.001]],"o":[[-1.152,6.168],[-5.355,-1],[1.154,-6.168],[5.356,1.001]],"v":[[-250.396,1.811],[-262.18,11.168],[-269.791,-1.812],[-258.007,-11.169]],"c":true}],"e":[{"i":[[1.152,-6.168],[5.356,1],[-1.154,6.168],[-5.355,-1.001]],"o":[[-1.152,6.168],[-5.355,-1],[1.154,-6.168],[5.356,1.001]],"v":[[-251.146,5.811],[-262.93,15.168],[-270.541,2.188],[-258.757,-7.169]],"c":true}]},{"i":{"x":0.164,"y":1},"o":{"x":0.167,"y":0},"n":"0p164_1_0p167_0","t":92,"s":[{"i":[[1.152,-6.168],[5.356,1],[-1.154,6.168],[-5.355,-1.001]],"o":[[-1.152,6.168],[-5.355,-1],[1.154,-6.168],[5.356,1.001]],"v":[[-251.146,5.811],[-262.93,15.168],[-270.541,2.188],[-258.757,-7.169]],"c":true}],"e":[{"i":[[0.967,-0.741],[0.81,0.688],[-0.641,0.484],[-0.623,-0.593]],"o":[[-0.967,0.741],[-0.81,-0.688],[0.641,-0.484],[0.623,0.593]],"v":[[-278.642,-38.816],[-300.097,-38.472],[-300.475,-62.077],[-279.02,-62.42]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":101,"s":[{"i":[[0.967,-0.741],[0.81,0.688],[-0.641,0.484],[-0.623,-0.593]],"o":[[-0.967,0.741],[-0.81,-0.688],[0.641,-0.484],[0.623,0.593]],"v":[[-278.642,-38.816],[-300.097,-38.472],[-300.475,-62.077],[-279.02,-62.42]],"c":true}],"e":[{"i":[[1.207,-0.399],[0.562,0.955],[-0.798,0.257],[-0.411,-0.798]],"o":[[-1.207,0.399],[-0.562,-0.955],[0.798,-0.257],[0.411,0.798]],"v":[[-288.256,111.016],[-309.519,103.999],[-301.799,80.606],[-280.536,87.623]],"c":true}]},{"i":{"x":0.843,"y":1},"o":{"x":0.167,"y":0},"n":"0p843_1_0p167_0","t":132,"s":[{"i":[[1.207,-0.399],[0.562,0.955],[-0.798,0.257],[-0.411,-0.798]],"o":[[-1.207,0.399],[-0.562,-0.955],[0.798,-0.257],[0.411,0.798]],"v":[[-288.256,111.016],[-309.519,103.999],[-301.799,80.606],[-280.536,87.623]],"c":true}],"e":[{"i":[[1.207,-0.399],[0.562,0.955],[-0.798,0.257],[-0.411,-0.798]],"o":[[-1.207,0.399],[-0.562,-0.955],[0.798,-0.257],[0.411,0.798]],"v":[[-288.256,111.016],[-309.519,103.999],[-301.799,80.606],[-280.536,87.623]],"c":true}]},{"i":{"x":0.878,"y":1},"o":{"x":0.71,"y":0},"n":"0p878_1_0p71_0","t":187,"s":[{"i":[[1.207,-0.399],[0.562,0.955],[-0.798,0.257],[-0.411,-0.798]],"o":[[-1.207,0.399],[-0.562,-0.955],[0.798,-0.257],[0.411,0.798]],"v":[[-288.256,111.016],[-309.519,103.999],[-301.799,80.606],[-280.536,87.623]],"c":true}],"e":[{"i":[[1.176,-0.679],[0.806,0.744],[-0.779,0.442],[-0.611,-0.636]],"o":[[-1.176,0.679],[-0.806,-0.744],[0.779,-0.442],[0.611,0.636]],"v":[[-273.552,29.551],[-301.328,30.835],[-298.508,7.137],[-274.608,8.228]],"c":true}]},{"t":195}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[1.821]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1p821_0p333_0"],"t":94,"s":[0.995,0.751,0.324,1],"e":[0.848,0.966,1,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":106,"s":[0.848,0.966,1,1],"e":[0.576,0.341,0.31,1]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_0p667_0p167_0p167"],"t":107,"s":[0.576,0.341,0.31,1],"e":[0.576,0.341,0.31,1]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_0p667_0p167_0p167"],"t":115,"s":[0.576,0.341,0.31,1],"e":[0.576,0.341,0.31,1]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":187,"s":[0.576,0.341,0.31,1],"e":[0.996,0.925,0.812,1]},{"t":195}]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[13.215,15.581],"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":98,"op":195,"st":38,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"BeerFoam04","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[251.198,238.526,0]},"a":{"a":0,"k":[45.716,19.042,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.684,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p684_1_0p167_0p167","t":191,"s":[{"i":[[-6.438,-0.568],[3.269,0.734],[5,0],[19.853,-0.984],[2.801,0.131],[0.139,0.277],[0,0],[-9,0]],"o":[[0,0],[-3.272,-0.734],[-2.402,0],[-19.003,0.942],[-5.975,-0.278],[-0.021,0.766],[0,0],[9,0]],"v":[[37.865,-37.958],[37.324,-37.917],[25.953,-37.975],[5.324,-36.792],[-16.928,-37.167],[-35.552,-38.792],[-35.052,-38.459],[-2.217,-36.417]],"c":true}],"e":[{"i":[[-8.688,-2.818],[3.103,0.828],[5,0],[19.729,-0.544],[2.266,0.068],[0.05,-2.237],[0,0],[-8.979,-0.611]],"o":[[0,0],[-1.627,-3.117],[-2.402,0],[-19.014,0.524],[-4.654,-0.139],[0.003,2.058],[0,0],[16.77,1.141]],"v":[[49.24,-14.958],[48.449,-24.48],[35.078,-27.162],[8.511,-28.105],[-11.552,-29.23],[-31.49,-29.23],[-32.365,-16.772],[0.783,-10.792]],"c":true}]},{"i":{"x":0.429,"y":1},"o":{"x":0.041,"y":0},"n":"0p429_1_0p041_0","t":195,"s":[{"i":[[-8.688,-2.818],[3.103,0.828],[5,0],[19.729,-0.544],[2.266,0.068],[0.05,-2.237],[0,0],[-8.979,-0.611]],"o":[[0,0],[-1.627,-3.117],[-2.402,0],[-19.014,0.524],[-4.654,-0.139],[0.003,2.058],[0,0],[16.77,1.141]],"v":[[49.24,-14.958],[48.449,-24.48],[35.078,-27.162],[8.511,-28.105],[-11.552,-29.23],[-31.49,-29.23],[-32.365,-16.772],[0.783,-10.792]],"c":true}],"e":[{"i":[[-11.188,-3.693],[-0.011,3.35],[5,0],[19.508,-1.935],[1.732,0],[5.354,-3.984],[0,0],[-10.356,-0.484]],"o":[[0,0],[0.018,-5.5],[-2.402,0],[-14.021,1.391],[-3.333,0],[-2.688,2],[0,0],[12.547,0.587]],"v":[[51.49,-10.333],[54.574,-21.792],[40.703,-27.85],[13.199,-29.917],[-7.052,-32.292],[-26.802,-31.167],[-32.177,-11.834],[2.908,-4.792]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":199,"s":[{"i":[[-11.188,-3.693],[-0.011,3.35],[5,0],[19.508,-1.935],[1.732,0],[5.354,-3.984],[0,0],[-10.356,-0.484]],"o":[[0,0],[0.018,-5.5],[-2.402,0],[-14.021,1.391],[-3.333,0],[-2.688,2],[0,0],[12.547,0.587]],"v":[[51.49,-10.333],[54.574,-21.792],[40.703,-27.85],[13.199,-29.917],[-7.052,-32.292],[-26.802,-31.167],[-32.177,-11.834],[2.908,-4.792]],"c":true}],"e":[{"i":[[-11.076,-2.927],[-0.011,3.35],[5,0],[19.604,-0.109],[1.732,0],[-0.038,-4.75],[0,0],[-8.985,-0.512]],"o":[[0,0],[0.018,-5.5],[-2.402,0],[-19.026,0.106],[-3.333,0],[0.027,3.35],[0,0],[15.782,0.9]],"v":[[51.503,-10.099],[54.438,-21.836],[40.599,-27.917],[8.07,-30.95],[-10.035,-32.811],[-31.116,-31.141],[-32.958,-12.323],[-0.48,-5.177]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":200,"s":[{"i":[[-11.076,-2.927],[-0.011,3.35],[5,0],[19.604,-0.109],[1.732,0],[-0.038,-4.75],[0,0],[-8.985,-0.512]],"o":[[0,0],[0.018,-5.5],[-2.402,0],[-19.026,0.106],[-3.333,0],[0.027,3.35],[0,0],[15.782,0.9]],"v":[[51.503,-10.099],[54.438,-21.836],[40.599,-27.917],[8.07,-30.95],[-10.035,-32.811],[-31.116,-31.141],[-32.958,-12.323],[-0.48,-5.177]],"c":true}],"e":[{"i":[[-10.342,-1.966],[0.969,3.025],[5,0],[19.604,-0.109],[1.732,0],[-0.038,-4.75],[0,0],[-17.887,5.04]],"o":[[0,0],[-1.939,-5.432],[-2.402,0],[-19.026,0.106],[-3.333,0],[0.027,3.35],[0,0],[14.091,-2.37]],"v":[[44.653,-5.61],[43.905,-21.996],[30.959,-29.58],[1.834,-31.055],[-25.548,-36.617],[-39.201,-32.971],[-39.594,-12.733],[1.148,-5.406]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":203,"s":[{"i":[[-10.342,-1.966],[0.969,3.025],[5,0],[19.604,-0.109],[1.732,0],[-0.038,-4.75],[0,0],[-17.887,5.04]],"o":[[0,0],[-1.939,-5.432],[-2.402,0],[-19.026,0.106],[-3.333,0],[0.027,3.35],[0,0],[14.091,-2.37]],"v":[[44.653,-5.61],[43.905,-21.996],[30.959,-29.58],[1.834,-31.055],[-25.548,-36.617],[-39.201,-32.971],[-39.594,-12.733],[1.148,-5.406]],"c":true}],"e":[{"i":[[-9.94,-1.438],[1.506,2.847],[5,0],[19.604,-0.109],[1.732,0],[-0.038,-4.75],[0,0],[-22.774,8.089]],"o":[[0,0],[-3.014,-5.394],[-2.402,0],[-19.026,0.106],[-3.333,0],[0.027,3.35],[0,0],[11.989,-2.352]],"v":[[40.516,-2.582],[38.122,-22.084],[25.666,-30.494],[-1.59,-31.113],[-34.038,-36.449],[-43.612,-31.717],[-44.449,-12.874],[-3.75,-5.799]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":205,"s":[{"i":[[-9.94,-1.438],[1.506,2.847],[5,0],[19.604,-0.109],[1.732,0],[-0.038,-4.75],[0,0],[-22.774,8.089]],"o":[[0,0],[-3.014,-5.394],[-2.402,0],[-19.026,0.106],[-3.333,0],[0.027,3.35],[0,0],[11.989,-2.352]],"v":[[40.516,-2.582],[38.122,-22.084],[25.666,-30.494],[-1.59,-31.113],[-34.038,-36.449],[-43.612,-31.717],[-44.449,-12.874],[-3.75,-5.799]],"c":true}],"e":[{"i":[[-9.562,-0.943],[2.011,2.68],[5,0],[19.604,-0.109],[1.732,0],[-0.038,-4.75],[0,0],[-27.357,10.948]],"o":[[0,0],[-4.021,-5.359],[-2.402,0],[-19.026,0.106],[-3.333,0],[0.027,3.35],[0,0],[9.02,-3.609]],"v":[[37.365,-0.833],[32.699,-22.167],[20.703,-31.35],[-4.801,-31.167],[-41.998,-36.292],[-47.748,-30.542],[-47.427,-14.459],[-8.342,-6.167]],"c":true}]},{"i":{"x":0.385,"y":1},"o":{"x":0.333,"y":0},"n":"0p385_1_0p333_0","t":208,"s":[{"i":[[-9.562,-0.943],[2.011,2.68],[5,0],[19.604,-0.109],[1.732,0],[-0.038,-4.75],[0,0],[-27.357,10.948]],"o":[[0,0],[-4.021,-5.359],[-2.402,0],[-19.026,0.106],[-3.333,0],[0.027,3.35],[0,0],[9.02,-3.609]],"v":[[37.365,-0.833],[32.699,-22.167],[20.703,-31.35],[-4.801,-31.167],[-41.998,-36.292],[-47.748,-30.542],[-47.427,-14.459],[-8.342,-6.167]],"c":true}],"e":[{"i":[[-9.473,-1.033],[0.559,3.161],[5,0],[19.604,-0.109],[1.732,0],[-0.038,-4.75],[0,0],[-13.274,0.621]],"o":[[0,0],[-1.12,-5.46],[-2.402,0],[-19.026,0.106],[-3.333,0],[0.027,3.35],[0,0],[10.726,0.871]],"v":[[39.34,-3.975],[39.522,-24.771],[28.244,-33.235],[-3.904,-33.142],[-42.307,-35.035],[-48.057,-29.285],[-44.677,-3.585],[-4.424,-4.148]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":219,"s":[{"i":[[-9.473,-1.033],[0.559,3.161],[5,0],[19.604,-0.109],[1.732,0],[-0.038,-4.75],[0,0],[-13.274,0.621]],"o":[[0,0],[-1.12,-5.46],[-2.402,0],[-19.026,0.106],[-3.333,0],[0.027,3.35],[0,0],[10.726,0.871]],"v":[[39.34,-3.975],[39.522,-24.771],[28.244,-33.235],[-3.904,-33.142],[-42.307,-35.035],[-48.057,-29.285],[-44.677,-3.585],[-4.424,-4.148]],"c":true}],"e":[{"i":[[-9.438,-1.068],[-0.011,3.35],[5,0],[19.604,-0.109],[1.732,0],[-0.038,-4.75],[0,0],[-9,0]],"o":[[0,0],[0.018,-5.5],[-2.402,0],[-19.026,0.106],[-3.333,0],[0.027,3.35],[0,0],[9,0]],"v":[[40.115,-5.208],[42.199,-25.792],[31.203,-33.975],[-3.551,-33.917],[-42.427,-34.542],[-48.177,-28.792],[-47.427,-5.584],[-1.842,-5.792]],"c":true}]},{"t":228}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.294],"y":[0.294]},"n":["0p667_0p667_0p294_0p294"],"t":224,"s":[0.995,0.926,0.81,1],"e":[0.995,0.926,0.81,1]},{"t":228}]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[45.716,19.042],"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":199,"op":252,"st":203,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"Booze","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":103,"s":[100],"e":[66]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":116,"s":[66],"e":[66]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":187,"s":[66],"e":[100]},{"t":198}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[250.833,295.667,0]},"a":{"a":0,"k":[44.084,47.584,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.773,"y":0},"n":"0p667_1_0p773_0","t":25,"s":[{"i":[[0.333,3.667],[-9,0],[-10.272,-0.521],[0.334,-3.334],[5,0],[0,0],[0.333,3.334]],"o":[[0,0],[9,0],[0,0],[-0.334,3.333],[0,0],[-3.333,0],[-0.333,-3.333]],"v":[[-44.083,-43.584],[1.251,-43.667],[44.083,-43.584],[38.501,38.334],[34.501,47.334],[-31.833,47.334],[-36.833,42.667]],"c":true}],"e":[{"i":[[4.526,7.188],[-19.588,-9.44],[-38.253,20.492],[3.333,-4.666],[7.063,-2.09],[9.084,2.173],[5.677,9.971]],"o":[[0,0],[18.746,9.034],[0,0],[-2.779,3.89],[-6.939,2.054],[-7.834,-1.874],[-3.273,-5.749]],"v":[[-40.689,-85.521],[-24.81,-91.263],[40.689,-79.471],[33.773,-50.054],[16.748,-36.264],[-9.605,-36.23],[-29.616,-53.825]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.564,"y":0},"n":"0p833_0p833_0p564_0","t":31,"s":[{"i":[[4.526,7.188],[-19.588,-9.44],[-38.253,20.492],[3.333,-4.666],[7.063,-2.09],[9.084,2.173],[5.677,9.971]],"o":[[0,0],[18.746,9.034],[0,0],[-2.779,3.89],[-6.939,2.054],[-7.834,-1.874],[-3.273,-5.749]],"v":[[-40.689,-85.521],[-24.81,-91.263],[40.689,-79.471],[33.773,-50.054],[16.748,-36.264],[-9.605,-36.23],[-29.616,-53.825]],"c":true}],"e":[{"i":[[2,6.666],[-23.81,2.48],[-2.378,-14.633],[2.148,-5.317],[4.815,-4.341],[5.918,5.876],[8.988,8.919]],"o":[[-1.977,-6.59],[18.871,-1.966],[0,0],[-3.212,7.95],[-6.591,5.941],[-5.329,-5.291],[-5.823,-5.779]],"v":[[-34.689,-68.771],[3.19,-74.138],[38.939,-72.721],[27.023,-47.304],[16.746,-29.513],[-9.357,-32.48],[-22.616,-48.825]],"c":true}]},{"i":{"x":0.404,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p404_1_0p167_0p167","t":39,"s":[{"i":[[2,6.666],[-23.81,2.48],[-2.378,-14.633],[2.148,-5.317],[4.815,-4.341],[5.918,5.876],[8.988,8.919]],"o":[[-1.977,-6.59],[18.871,-1.966],[0,0],[-3.212,7.95],[-6.591,5.941],[-5.329,-5.291],[-5.823,-5.779]],"v":[[-34.689,-68.771],[3.19,-74.138],[38.939,-72.721],[27.023,-47.304],[16.746,-29.513],[-9.357,-32.48],[-22.616,-48.825]],"c":true}],"e":[{"i":[[4.526,7.188],[-24.629,0.034],[-18.806,-1.049],[3.333,-4.666],[3.299,-4.685],[5.567,7.5],[2.158,2.881]],"o":[[0,0],[8.926,-0.012],[0,0],[-2.779,3.89],[-4.166,5.917],[-1.987,-2.677],[-2.934,-3.916]],"v":[[-45.689,-80.271],[-1.56,-70.638],[40.689,-67.971],[19.523,-35.805],[11.998,-25.264],[-4.355,-25.48],[-12.116,-35.826]],"c":true}]},{"i":{"x":0.442,"y":1},"o":{"x":0.478,"y":0},"n":"0p442_1_0p478_0","t":47,"s":[{"i":[[4.526,7.188],[-24.629,0.034],[-18.806,-1.049],[3.333,-4.666],[3.299,-4.685],[5.567,7.5],[2.158,2.881]],"o":[[0,0],[8.926,-0.012],[0,0],[-2.779,3.89],[-4.166,5.917],[-1.987,-2.677],[-2.934,-3.916]],"v":[[-45.689,-80.271],[-1.56,-70.638],[40.689,-67.971],[19.523,-35.805],[11.998,-25.264],[-4.355,-25.48],[-12.116,-35.826]],"c":true}],"e":[{"i":[[4.526,7.188],[-8.763,0.125],[-18.128,4.367],[3.333,-4.666],[3.299,-4.685],[5.567,7.5],[2.158,2.881]],"o":[[0,0],[15.121,-0.216],[0,0],[-2.779,3.89],[-4.166,5.917],[-1.987,-2.677],[-2.934,-3.916]],"v":[[-37.876,-69.771],[1.44,-70.888],[46.939,-76.221],[19.523,-35.805],[11.998,-25.264],[-4.355,-25.48],[-12.116,-35.826]],"c":true}]},{"i":{"x":0.499,"y":1},"o":{"x":0.438,"y":0},"n":"0p499_1_0p438_0","t":61,"s":[{"i":[[4.526,7.188],[-8.763,0.125],[-18.128,4.367],[3.333,-4.666],[3.299,-4.685],[5.567,7.5],[2.158,2.881]],"o":[[0,0],[15.121,-0.216],[0,0],[-2.779,3.89],[-4.166,5.917],[-1.987,-2.677],[-2.934,-3.916]],"v":[[-37.876,-69.771],[1.44,-70.888],[46.939,-76.221],[19.523,-35.805],[11.998,-25.264],[-4.355,-25.48],[-12.116,-35.826]],"c":true}],"e":[{"i":[[4.526,7.188],[-9,0],[-18.806,-1.049],[3.333,-4.666],[3.299,-4.685],[5.567,7.5],[2.158,2.881]],"o":[[0,0],[9,0],[0,0],[-2.779,3.89],[-4.166,5.917],[-1.987,-2.677],[-2.934,-3.916]],"v":[[-39.939,-73.521],[0.44,-71.638],[42.439,-70.721],[19.523,-35.805],[11.998,-25.264],[-4.355,-25.48],[-12.116,-35.826]],"c":true}]},{"i":{"x":0.341,"y":1},"o":{"x":0.202,"y":0},"n":"0p341_1_0p202_0","t":77,"s":[{"i":[[4.526,7.188],[-9,0],[-18.806,-1.049],[3.333,-4.666],[3.299,-4.685],[5.567,7.5],[2.158,2.881]],"o":[[0,0],[9,0],[0,0],[-2.779,3.89],[-4.166,5.917],[-1.987,-2.677],[-2.934,-3.916]],"v":[[-39.939,-73.521],[0.44,-71.638],[42.439,-70.721],[19.523,-35.805],[11.998,-25.264],[-4.355,-25.48],[-12.116,-35.826]],"c":true}],"e":[{"i":[[5.5,7.291],[-9,0],[-18.806,-1.049],[3.333,-4.666],[3.299,-4.685],[5.567,7.5],[2.158,2.881]],"o":[[0,0],[9,0],[0,0],[-2.779,3.89],[-4.166,5.917],[-1.987,-2.677],[-2.934,-3.916]],"v":[[-39.314,-71.896],[0.69,-72.138],[43.814,-71.846],[19.523,-35.805],[11.998,-25.264],[-4.355,-25.48],[-12.116,-35.826]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.788,"y":0},"n":"0p833_0p833_0p788_0","t":88,"s":[{"i":[[5.5,7.291],[-9,0],[-18.806,-1.049],[3.333,-4.666],[3.299,-4.685],[5.567,7.5],[2.158,2.881]],"o":[[0,0],[9,0],[0,0],[-2.779,3.89],[-4.166,5.917],[-1.987,-2.677],[-2.934,-3.916]],"v":[[-39.314,-71.896],[0.69,-72.138],[43.814,-71.846],[19.523,-35.805],[11.998,-25.264],[-4.355,-25.48],[-12.116,-35.826]],"c":true}],"e":[{"i":[[6.564,10.833],[-8.489,0.981],[-16.155,-1.317],[4.345,-4.877],[3.299,-4.685],[5.567,7.5],[2.277,3.259]],"o":[[0,0],[9.182,-1.974],[1.9,5.677],[-3.18,3.569],[-4.166,5.917],[-1.987,-2.677],[-2.85,-3.969]],"v":[[-40.611,-74.739],[1.621,-74.815],[45.161,-74.656],[19.091,-36.852],[11.865,-25.629],[-4.222,-25.78],[-11.65,-36.823]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":91,"s":[{"i":[[6.564,10.833],[-8.489,0.981],[-16.155,-1.317],[4.345,-4.877],[3.299,-4.685],[5.567,7.5],[2.277,3.259]],"o":[[0,0],[9.182,-1.974],[1.9,5.677],[-3.18,3.569],[-4.166,5.917],[-1.987,-2.677],[-2.85,-3.969]],"v":[[-40.611,-74.739],[1.621,-74.815],[45.161,-74.656],[19.091,-36.852],[11.865,-25.629],[-4.222,-25.78],[-11.65,-36.823]],"c":true}],"e":[{"i":[[9.056,19.126],[-7.291,3.279],[-9.948,-1.945],[3.982,-4.801],[3.299,-4.685],[5.567,7.5],[2.556,4.143]],"o":[[0,0],[9.609,-6.597],[0.496,16.132],[-3.036,3.685],[-4.166,5.917],[-1.987,-2.677],[-2.654,-4.094]],"v":[[-43.648,-81.397],[3.801,-81.084],[48.315,-81.237],[19.078,-39.305],[11.554,-26.486],[-3.91,-26.481],[-10.56,-39.159]],"c":true}]},{"i":{"x":0.341,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p341_1_0p167_0p167","t":92,"s":[{"i":[[9.056,19.126],[-7.291,3.279],[-9.948,-1.945],[3.982,-4.801],[3.299,-4.685],[5.567,7.5],[2.556,4.143]],"o":[[0,0],[9.609,-6.597],[0.496,16.132],[-3.036,3.685],[-4.166,5.917],[-1.987,-2.677],[-2.654,-4.094]],"v":[[-43.648,-81.397],[3.801,-81.084],[48.315,-81.237],[19.078,-39.305],[11.554,-26.486],[-3.91,-26.481],[-10.56,-39.159]],"c":true}],"e":[{"i":[[13.5,33.916],[-5.155,7.377],[1.122,-3.065],[3.333,-4.666],[3.299,-4.685],[5.567,7.5],[3.052,5.721]],"o":[[0,0],[10.371,-14.841],[-6.128,16.742],[-2.779,3.89],[-4.166,5.917],[-1.987,-2.677],[-2.303,-4.317]],"v":[[-49.064,-93.271],[7.69,-92.263],[53.939,-92.971],[16.273,-43.679],[10.998,-28.014],[-3.355,-27.73],[-8.616,-43.326]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.462,"y":0},"n":"0_1_0p462_0","t":96,"s":[{"i":[[13.5,33.916],[-5.155,7.377],[1.122,-3.065],[3.333,-4.666],[3.299,-4.685],[5.567,7.5],[3.052,5.721]],"o":[[0,0],[10.371,-14.841],[-6.128,16.742],[-2.779,3.89],[-4.166,5.917],[-1.987,-2.677],[-2.303,-4.317]],"v":[[-49.064,-93.271],[7.69,-92.263],[53.939,-92.971],[16.273,-43.679],[10.998,-28.014],[-3.355,-27.73],[-8.616,-43.326]],"c":true}],"e":[{"i":[[-3.232,3.708],[-16.565,9.708],[-2.024,-8.042],[10.993,-64.722],[5,0],[0,0],[0.507,3.312]],"o":[[3.232,-3.708],[16.565,-9.708],[2.024,8.042],[-0.561,3.303],[0,0],[-5,0],[-10.955,-71.625]],"v":[[-32.421,-52.396],[3.246,-45.146],[38.037,-60.146],[31.829,40.189],[24.829,49.189],[-20.588,49.189],[-27.633,39.647]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":103,"s":[{"i":[[-3.232,3.708],[-16.565,9.708],[-2.024,-8.042],[10.993,-64.722],[5,0],[0,0],[0.507,3.312]],"o":[[3.232,-3.708],[16.565,-9.708],[2.024,8.042],[-0.561,3.303],[0,0],[-5,0],[-10.955,-71.625]],"v":[[-32.421,-52.396],[3.246,-45.146],[38.037,-60.146],[31.829,40.189],[24.829,49.189],[-20.588,49.189],[-27.633,39.647]],"c":true}],"e":[{"i":[[-0.477,6.168],[-9.935,22.792],[0,0],[10.993,-64.722],[5,0],[0,0],[0.507,3.312]],"o":[[0,0],[14.805,-33.965],[0,0],[-0.561,3.303],[0,0],[-5,0],[-10.955,-71.625]],"v":[[-32.921,-73.396],[1.996,-103.896],[35.287,-103.896],[31.829,40.189],[24.829,49.189],[-20.588,49.189],[-27.633,39.647]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.559,"y":0},"n":"0p833_0p833_0p559_0","t":110,"s":[{"i":[[-0.477,6.168],[-9.935,22.792],[0,0],[10.993,-64.722],[5,0],[0,0],[0.507,3.312]],"o":[[0,0],[14.805,-33.965],[0,0],[-0.561,3.303],[0,0],[-5,0],[-10.955,-71.625]],"v":[[-32.921,-73.396],[1.996,-103.896],[35.287,-103.896],[31.829,40.189],[24.829,49.189],[-20.588,49.189],[-27.633,39.647]],"c":true}],"e":[{"i":[[-6.052,6.961],[-11.246,5.744],[0,0],[10.993,-64.722],[5,0],[0,0],[0.507,3.312]],"o":[[6.416,-4.437],[13.877,-10.811],[0,0],[-0.561,3.303],[0,0],[-5,0],[-10.955,-71.625]],"v":[[-27.151,-94.114],[0.717,-86.183],[36.205,-93.798],[31.829,40.189],[24.829,49.189],[-20.588,49.189],[-27.633,39.647]],"c":true}]},{"i":{"x":0.229,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p229_1_0p167_0p167","t":113,"s":[{"i":[[-6.052,6.961],[-11.246,5.744],[0,0],[10.993,-64.722],[5,0],[0,0],[0.507,3.312]],"o":[[6.416,-4.437],[13.877,-10.811],[0,0],[-0.561,3.303],[0,0],[-5,0],[-10.955,-71.625]],"v":[[-27.151,-94.114],[0.717,-86.183],[36.205,-93.798],[31.829,40.189],[24.829,49.189],[-20.588,49.189],[-27.633,39.647]],"c":true}],"e":[{"i":[[-11.105,7.679],[-12.435,-9.708],[0,0],[10.993,-64.722],[5,0],[0,0],[0.507,3.312]],"o":[[12.232,-8.458],[13.036,10.178],[0,0],[-0.561,3.303],[0,0],[-5,0],[-10.955,-71.625]],"v":[[-21.921,-112.896],[-4.254,-90.146],[37.037,-84.646],[31.829,40.189],[24.829,49.189],[-20.588,49.189],[-27.633,39.647]],"c":true}]},{"i":{"x":0.481,"y":1},"o":{"x":0.511,"y":0},"n":"0p481_1_0p511_0","t":117,"s":[{"i":[[-11.105,7.679],[-12.435,-9.708],[0,0],[10.993,-64.722],[5,0],[0,0],[0.507,3.312]],"o":[[12.232,-8.458],[13.036,10.178],[0,0],[-0.561,3.303],[0,0],[-5,0],[-10.955,-71.625]],"v":[[-21.921,-112.896],[-4.254,-90.146],[37.037,-84.646],[31.829,40.189],[24.829,49.189],[-20.588,49.189],[-27.633,39.647]],"c":true}],"e":[{"i":[[-0.477,6.168],[-11.637,0.717],[-6.601,-8.833],[10.993,-64.722],[5,0],[0,0],[0.507,3.312]],"o":[[0,0],[15.565,-0.958],[2.405,3.219],[-0.561,3.303],[0,0],[-5,0],[-10.955,-71.625]],"v":[[-31.671,-87.146],[2.996,-86.396],[34.162,-96.271],[31.829,40.189],[24.829,49.189],[-20.588,49.189],[-27.633,39.647]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.553,"y":0},"n":"0p833_0p833_0p553_0","t":125,"s":[{"i":[[-0.477,6.168],[-11.637,0.717],[-6.601,-8.833],[10.993,-64.722],[5,0],[0,0],[0.507,3.312]],"o":[[0,0],[15.565,-0.958],[2.405,3.219],[-0.561,3.303],[0,0],[-5,0],[-10.955,-71.625]],"v":[[-31.671,-87.146],[2.996,-86.396],[34.162,-96.271],[31.829,40.189],[24.829,49.189],[-20.588,49.189],[-27.633,39.647]],"c":true}],"e":[{"i":[[-0.945,4.623],[-9.659,4.695],[-12.847,-4.414],[10.993,-64.722],[5,0],[0,0],[0.507,3.312]],"o":[[0.587,0.01],[10.841,-7.305],[2.855,0.981],[-0.561,3.303],[0,0],[-5,0],[-10.955,-71.625]],"v":[[-31.671,-88.545],[-2.28,-90.049],[34.158,-93.815],[31.829,40.189],[24.829,49.189],[-20.588,49.189],[-27.633,39.647]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":129,"s":[{"i":[[-0.945,4.623],[-9.659,4.695],[-12.847,-4.414],[10.993,-64.722],[5,0],[0,0],[0.507,3.312]],"o":[[0.587,0.01],[10.841,-7.305],[2.855,0.981],[-0.561,3.303],[0,0],[-5,0],[-10.955,-71.625]],"v":[[-31.671,-88.545],[-2.28,-90.049],[34.158,-93.815],[31.829,40.189],[24.829,49.189],[-20.588,49.189],[-27.633,39.647]],"c":true}],"e":[{"i":[[-2.128,0.717],[-7.035,-3.416],[-2.17,-0.006],[10.993,-64.722],[5,0],[0,0],[0.507,3.312]],"o":[[2.069,0.036],[8.215,4.584],[0.491,0.001],[-0.561,3.303],[0,0],[-5,0],[-10.955,-71.625]],"v":[[-31.671,-92.084],[-0.404,-89.438],[36.673,-86.764],[31.829,40.189],[24.829,49.189],[-20.588,49.189],[-27.633,39.647]],"c":true}]},{"i":{"x":0.389,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p389_1_0p167_0p167","t":133,"s":[{"i":[[-2.128,0.717],[-7.035,-3.416],[-2.17,-0.006],[10.993,-64.722],[5,0],[0,0],[0.507,3.312]],"o":[[2.069,0.036],[8.215,4.584],[0.491,0.001],[-0.561,3.303],[0,0],[-5,0],[-10.955,-71.625]],"v":[[-31.671,-92.084],[-0.404,-89.438],[36.673,-86.764],[31.829,40.189],[24.829,49.189],[-20.588,49.189],[-27.633,39.647]],"c":true}],"e":[{"i":[[-2.357,-0.042],[-5.565,-0.542],[0,0],[10.993,-64.722],[5,0],[0,0],[0.507,3.312]],"o":[[2.357,0.042],[5.565,0.542],[0,0],[-0.561,3.303],[0,0],[-5,0],[-10.955,-71.625]],"v":[[-31.171,-95.021],[-2.129,-89.021],[37.162,-83.646],[31.829,40.189],[24.829,49.189],[-20.588,49.189],[-27.633,39.647]],"c":true}]},{"i":{"x":0.507,"y":1},"o":{"x":0.353,"y":0},"n":"0p507_1_0p353_0","t":136,"s":[{"i":[[-2.357,-0.042],[-5.565,-0.542],[0,0],[10.993,-64.722],[5,0],[0,0],[0.507,3.312]],"o":[[2.357,0.042],[5.565,0.542],[0,0],[-0.561,3.303],[0,0],[-5,0],[-10.955,-71.625]],"v":[[-31.171,-95.021],[-2.129,-89.021],[37.162,-83.646],[31.829,40.189],[24.829,49.189],[-20.588,49.189],[-27.633,39.647]],"c":true}],"e":[{"i":[[-2.357,-0.042],[-5.565,-0.542],[0,0],[10.993,-64.722],[5,0],[0,0],[0.507,3.312]],"o":[[2.357,0.042],[5.565,0.542],[0,0],[-0.561,3.303],[0,0],[-5,0],[-10.955,-71.625]],"v":[[-31.671,-89.021],[-1.379,-88.146],[37.287,-90.396],[31.829,40.189],[24.829,49.189],[-20.588,49.189],[-27.633,39.647]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":156,"s":[{"i":[[-2.357,-0.042],[-5.565,-0.542],[0,0],[10.993,-64.722],[5,0],[0,0],[0.507,3.312]],"o":[[2.357,0.042],[5.565,0.542],[0,0],[-0.561,3.303],[0,0],[-5,0],[-10.955,-71.625]],"v":[[-31.671,-89.021],[-1.379,-88.146],[37.287,-90.396],[31.829,40.189],[24.829,49.189],[-20.588,49.189],[-27.633,39.647]],"c":true}],"e":[{"i":[[-1.329,4.582],[-2.498,-0.243],[0,0],[10.993,-64.722],[5,0],[0,0],[0.507,3.312]],"o":[[1.058,0.019],[2.498,0.243],[0,0],[-0.561,3.303],[0,0],[-5,0],[-10.955,-71.625]],"v":[[-32.86,-88.186],[1.289,-87.365],[37.718,-89.549],[31.829,40.189],[24.829,49.189],[-20.588,49.189],[-27.633,39.647]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":166,"s":[{"i":[[-1.329,4.582],[-2.498,-0.243],[0,0],[10.993,-64.722],[5,0],[0,0],[0.507,3.312]],"o":[[1.058,0.019],[2.498,0.243],[0,0],[-0.561,3.303],[0,0],[-5,0],[-10.955,-71.625]],"v":[[-32.86,-88.186],[1.289,-87.365],[37.718,-89.549],[31.829,40.189],[24.829,49.189],[-20.588,49.189],[-27.633,39.647]],"c":true}],"e":[{"i":[[-0.477,6.168],[0,0],[0,0],[10.993,-64.722],[5,0],[0,0],[0.507,3.312]],"o":[[0,0],[0,0],[0,0],[-0.561,3.303],[0,0],[-5,0],[-10.955,-71.625]],"v":[[-32.921,-88.396],[-2.504,-88.396],[37.037,-88.396],[31.829,40.189],[24.829,49.189],[-20.588,49.189],[-27.633,39.647]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":177,"s":[{"i":[[-0.477,6.168],[0,0],[0,0],[10.993,-64.722],[5,0],[0,0],[0.507,3.312]],"o":[[0,0],[0,0],[0,0],[-0.561,3.303],[0,0],[-5,0],[-10.955,-71.625]],"v":[[-32.921,-88.396],[-2.504,-88.396],[37.037,-88.396],[31.829,40.189],[24.829,49.189],[-20.588,49.189],[-27.633,39.647]],"c":true}],"e":[{"i":[[-0.477,6.168],[0,0],[0,0],[10.993,-64.722],[5,0],[0,0],[0.507,3.312]],"o":[[0,0],[0,0],[0,0],[-0.561,3.303],[0,0],[-5,0],[-10.955,-71.625]],"v":[[-32.921,-88.396],[-2.504,-88.396],[37.037,-88.396],[31.829,40.189],[24.829,49.189],[-20.588,49.189],[-27.633,39.647]],"c":true}]},{"i":{"x":0.498,"y":1},"o":{"x":0.4,"y":0},"n":"0p498_1_0p4_0","t":187,"s":[{"i":[[-0.477,6.168],[0,0],[0,0],[10.993,-64.722],[5,0],[0,0],[0.507,3.312]],"o":[[0,0],[0,0],[0,0],[-0.561,3.303],[0,0],[-5,0],[-10.955,-71.625]],"v":[[-32.921,-88.396],[-2.504,-88.396],[37.037,-88.396],[31.829,40.189],[24.829,49.189],[-20.588,49.189],[-27.633,39.647]],"c":true}],"e":[{"i":[[-0.582,4.331],[-19.294,1.032],[-14.423,-2.864],[6.516,-19.786],[4.938,0.786],[0,0],[-0.146,3.346]],"o":[[0,0],[6.465,-0.346],[0,0],[-0.915,3.221],[0,0],[-3.754,-0.597],[-4.616,-40.126]],"v":[[-28.791,-50.043],[15.855,-43.636],[55.734,-48.491],[35.392,44.483],[29.195,52.61],[-30.517,43.108],[-35.073,36.272]],"c":true}]},{"i":{"x":0.594,"y":1},"o":{"x":0.473,"y":0},"n":"0p594_1_0p473_0","t":198,"s":[{"i":[[-0.582,4.331],[-19.294,1.032],[-14.423,-2.864],[6.516,-19.786],[4.938,0.786],[0,0],[-0.146,3.346]],"o":[[0,0],[6.465,-0.346],[0,0],[-0.915,3.221],[0,0],[-3.754,-0.597],[-4.616,-40.126]],"v":[[-28.791,-50.043],[15.855,-43.636],[55.734,-48.491],[35.392,44.483],[29.195,52.61],[-30.517,43.108],[-35.073,36.272]],"c":true}],"e":[{"i":[[1.145,13.979],[-22.439,8.062],[-10.272,-0.521],[0.334,-3.334],[5,0],[0,0],[0.333,3.334]],"o":[[0,0],[17.913,-6.436],[0,0],[-0.334,3.333],[0,0],[-3.333,0],[-0.333,-3.333]],"v":[[-44.333,-52.334],[-8.5,-43.167],[41.333,-38.584],[38.501,38.334],[34.501,47.334],[-31.833,47.334],[-36.833,42.667]],"c":true}]},{"i":{"x":0.552,"y":1},"o":{"x":0.457,"y":0},"n":"0p552_1_0p457_0","t":208,"s":[{"i":[[1.145,13.979],[-22.439,8.062],[-10.272,-0.521],[0.334,-3.334],[5,0],[0,0],[0.333,3.334]],"o":[[0,0],[17.913,-6.436],[0,0],[-0.334,3.333],[0,0],[-3.333,0],[-0.333,-3.333]],"v":[[-44.333,-52.334],[-8.5,-43.167],[41.333,-38.584],[38.501,38.334],[34.501,47.334],[-31.833,47.334],[-36.833,42.667]],"c":true}],"e":[{"i":[[0.333,3.667],[-7.809,-1.197],[-11.772,7.229],[0.334,-3.334],[5,0],[0,0],[0.333,3.334]],"o":[[0,0],[8.561,1.312],[0,0],[-0.334,3.333],[0,0],[-3.333,0],[-0.333,-3.333]],"v":[[-42.083,-44.834],[1.251,-43.667],[43.583,-47.584],[38.501,38.334],[34.501,47.334],[-31.833,47.334],[-36.833,42.667]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.413,"y":0},"n":"0p667_1_0p413_0","t":219,"s":[{"i":[[0.333,3.667],[-7.809,-1.197],[-11.772,7.229],[0.334,-3.334],[5,0],[0,0],[0.333,3.334]],"o":[[0,0],[8.561,1.312],[0,0],[-0.334,3.333],[0,0],[-3.333,0],[-0.333,-3.333]],"v":[[-42.083,-44.834],[1.251,-43.667],[43.583,-47.584],[38.501,38.334],[34.501,47.334],[-31.833,47.334],[-36.833,42.667]],"c":true}],"e":[{"i":[[0.333,3.667],[-9,0],[-10.272,-0.521],[0.334,-3.334],[5,0],[0,0],[0.333,3.334]],"o":[[0,0],[9,0],[0,0],[-0.334,3.333],[0,0],[-3.333,0],[-0.333,-3.333]],"v":[[-44.083,-43.584],[1.251,-43.667],[44.083,-43.584],[38.501,38.334],[34.501,47.334],[-31.833,47.334],[-36.833,42.667]],"c":true}]},{"t":228}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.232],"y":[1]},"o":{"x":[0.608],"y":[0]},"n":["0p232_1_0p608_0"],"t":25,"s":[0.998,0.651,0.128,1],"e":[0.978,0.14,0.247,1]},{"i":{"x":[0.232],"y":[0.232]},"o":{"x":[0.167],"y":[0.167]},"n":["0p232_0p232_0p167_0p167"],"t":47,"s":[0.978,0.14,0.247,1],"e":[0.978,0.14,0.247,1]},{"i":{"x":[0.344],"y":[1.353]},"o":{"x":[0.225],"y":[0]},"n":["0p344_1p353_0p225_0"],"t":103,"s":[0.978,0.14,0.247,1],"e":[0.675,0.29,0.23,1]},{"i":{"x":[0.587],"y":[1]},"o":{"x":[0.262],"y":[-0.666]},"n":["0p587_1_0p262_-0p666"],"t":111,"s":[0.675,0.29,0.23,1],"e":[0.627,0.314,0.227,1]},{"i":{"x":[0.587],"y":[0.587]},"o":{"x":[0.167],"y":[0.167]},"n":["0p587_0p587_0p167_0p167"],"t":117,"s":[0.627,0.314,0.227,1],"e":[0.627,0.314,0.227,1]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":187,"s":[0.627,0.314,0.227,1],"e":[0.998,0.651,0.128,1]},{"t":198}]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[40.939,28.271],"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":517,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":4,"nm":"BeerFoam03","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[251.198,238.526,0]},"a":{"a":0,"k":[45.716,19.042,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.684,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p684_1_0p167_0p167","t":191,"s":[{"i":[[-6.438,-0.568],[3.269,0.734],[5,0],[19.853,-0.984],[2.801,0.131],[0.139,0.277],[0,0],[-9,0]],"o":[[0,0],[-3.272,-0.734],[-2.402,0],[-19.003,0.942],[-5.975,-0.278],[-0.021,0.766],[0,0],[9,0]],"v":[[37.865,-37.958],[37.324,-37.917],[25.953,-37.975],[5.324,-36.792],[-16.928,-37.167],[-35.552,-38.792],[-35.052,-38.459],[-2.217,-36.417]],"c":true}],"e":[{"i":[[-8.688,-2.818],[3.103,0.828],[5,0],[19.729,-0.544],[2.266,0.068],[0.05,-2.237],[0,0],[-8.979,-0.611]],"o":[[0,0],[-1.627,-3.117],[-2.402,0],[-19.014,0.524],[-4.654,-0.139],[0.003,2.058],[0,0],[16.77,1.141]],"v":[[49.24,-14.958],[48.449,-24.48],[35.078,-27.162],[8.511,-28.105],[-11.552,-29.23],[-31.49,-29.23],[-32.74,-16.397],[0.783,-10.292]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.003,"y":0},"n":"0p833_0p833_0p003_0","t":195,"s":[{"i":[[-8.688,-2.818],[3.103,0.828],[5,0],[19.729,-0.544],[2.266,0.068],[0.05,-2.237],[0,0],[-8.979,-0.611]],"o":[[0,0],[-1.627,-3.117],[-2.402,0],[-19.014,0.524],[-4.654,-0.139],[0.003,2.058],[0,0],[16.77,1.141]],"v":[[49.24,-14.958],[48.449,-24.48],[35.078,-27.162],[8.511,-28.105],[-11.552,-29.23],[-31.49,-29.23],[-32.74,-16.397],[0.783,-10.292]],"c":true}],"e":[{"i":[[-10.148,-0.974],[1.946,1.765],[5,0],[19.647,-1.061],[2.068,0.043],[2.021,-2.886],[0,0],[-9.491,-0.564]],"o":[[0,0],[-1.016,-4.003],[-2.402,0],[-17.159,0.846],[-4.163,-0.087],[-0.997,2.036],[0,0],[15.201,0.935]],"v":[[50.512,-12.428],[50.724,-23.481],[37.167,-27.418],[10.253,-28.778],[-9.881,-30.367],[-29.748,-29.949],[-32.733,-13.313],[1.322,-7.313]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":196,"s":[{"i":[[-10.148,-0.974],[1.946,1.765],[5,0],[19.647,-1.061],[2.068,0.043],[2.021,-2.886],[0,0],[-9.491,-0.564]],"o":[[0,0],[-1.016,-4.003],[-2.402,0],[-17.159,0.846],[-4.163,-0.087],[-0.997,2.036],[0,0],[15.201,0.935]],"v":[[50.512,-12.428],[50.724,-23.481],[37.167,-27.418],[10.253,-28.778],[-9.881,-30.367],[-29.748,-29.949],[-32.733,-13.313],[1.322,-7.313]],"c":true}],"e":[{"i":[[-11.238,-1.637],[0.785,2.706],[5,0],[19.564,-1.579],[1.868,0.017],[3.999,-3.538],[0,0],[-10.004,-0.517]],"o":[[0,0],[-0.402,-4.891],[-2.402,0],[-15.297,1.169],[-3.67,-0.036],[-2,2.015],[0,0],[13.626,0.728]],"v":[[51.415,-10.89],[53.009,-22.479],[39.266,-27.674],[12.001,-29.454],[-8.202,-31.51],[-28,-30.672],[-32.475,-11.595],[2.115,-5.575]],"c":true}]},{"i":{"x":0.429,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p429_1_0p167_0p167","t":197,"s":[{"i":[[-11.238,-1.637],[0.785,2.706],[5,0],[19.564,-1.579],[1.868,0.017],[3.999,-3.538],[0,0],[-10.004,-0.517]],"o":[[0,0],[-0.402,-4.891],[-2.402,0],[-15.297,1.169],[-3.67,-0.036],[-2,2.015],[0,0],[13.626,0.728]],"v":[[51.415,-10.89],[53.009,-22.479],[39.266,-27.674],[12.001,-29.454],[-8.202,-31.51],[-28,-30.672],[-32.475,-11.595],[2.115,-5.575]],"c":true}],"e":[{"i":[[-11.188,-3.693],[-0.011,3.35],[5,0],[19.508,-1.935],[1.732,0],[5.354,-3.984],[0,0],[-10.356,-0.484]],"o":[[0,0],[0.018,-5.5],[-2.402,0],[-14.021,1.391],[-3.333,0],[-2.688,2],[0,0],[12.547,0.587]],"v":[[51.49,-10.333],[54.574,-21.792],[40.703,-27.85],[13.199,-29.917],[-7.052,-32.292],[-26.802,-31.167],[-32.177,-11.834],[2.908,-4.792]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":199,"s":[{"i":[[-11.188,-3.693],[-0.011,3.35],[5,0],[19.508,-1.935],[1.732,0],[5.354,-3.984],[0,0],[-10.356,-0.484]],"o":[[0,0],[0.018,-5.5],[-2.402,0],[-14.021,1.391],[-3.333,0],[-2.688,2],[0,0],[12.547,0.587]],"v":[[51.49,-10.333],[54.574,-21.792],[40.703,-27.85],[13.199,-29.917],[-7.052,-32.292],[-26.802,-31.167],[-32.177,-11.834],[2.908,-4.792]],"c":true}],"e":[{"i":[[-11.076,-2.927],[-0.011,3.35],[5,0],[19.604,-0.109],[1.732,0],[-0.038,-4.75],[0,0],[-8.985,-0.512]],"o":[[0,0],[0.018,-5.5],[-2.402,0],[-19.026,0.106],[-3.333,0],[0.027,3.35],[0,0],[15.782,0.9]],"v":[[51.503,-10.099],[54.438,-21.836],[40.599,-27.917],[8.07,-30.95],[-10.035,-32.811],[-31.116,-31.141],[-32.958,-12.323],[-0.48,-5.177]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":200,"s":[{"i":[[-11.076,-2.927],[-0.011,3.35],[5,0],[19.604,-0.109],[1.732,0],[-0.038,-4.75],[0,0],[-8.985,-0.512]],"o":[[0,0],[0.018,-5.5],[-2.402,0],[-19.026,0.106],[-3.333,0],[0.027,3.35],[0,0],[15.782,0.9]],"v":[[51.503,-10.099],[54.438,-21.836],[40.599,-27.917],[8.07,-30.95],[-10.035,-32.811],[-31.116,-31.141],[-32.958,-12.323],[-0.48,-5.177]],"c":true}],"e":[{"i":[[-10.342,-1.966],[0.969,3.025],[5,0],[19.604,-0.109],[1.732,0],[-0.038,-4.75],[0,0],[-17.887,5.04]],"o":[[0,0],[-1.939,-5.432],[-2.402,0],[-19.026,0.106],[-3.333,0],[0.027,3.35],[0,0],[14.091,-2.37]],"v":[[44.653,-5.61],[43.905,-21.996],[30.959,-29.58],[1.834,-31.055],[-25.548,-36.617],[-39.201,-32.971],[-39.969,-13.358],[0.711,-5.906]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":203,"s":[{"i":[[-10.342,-1.966],[0.969,3.025],[5,0],[19.604,-0.109],[1.732,0],[-0.038,-4.75],[0,0],[-17.887,5.04]],"o":[[0,0],[-1.939,-5.432],[-2.402,0],[-19.026,0.106],[-3.333,0],[0.027,3.35],[0,0],[14.091,-2.37]],"v":[[44.653,-5.61],[43.905,-21.996],[30.959,-29.58],[1.834,-31.055],[-25.548,-36.617],[-39.201,-32.971],[-39.969,-13.358],[0.711,-5.906]],"c":true}],"e":[{"i":[[-9.562,-0.943],[2.011,2.68],[5,0],[19.604,-0.109],[1.732,0],[-0.038,-4.75],[0,0],[-27.357,10.948]],"o":[[0,0],[-4.021,-5.359],[-2.402,0],[-19.026,0.106],[-3.333,0],[0.027,3.35],[0,0],[9.02,-3.609]],"v":[[37.365,-0.833],[32.699,-22.167],[20.703,-31.35],[-4.801,-31.167],[-41.998,-36.292],[-47.748,-30.542],[-47.427,-14.459],[-8.342,-6.167]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":208,"s":[{"i":[[-9.562,-0.943],[2.011,2.68],[5,0],[19.604,-0.109],[1.732,0],[-0.038,-4.75],[0,0],[-27.357,10.948]],"o":[[0,0],[-4.021,-5.359],[-2.402,0],[-19.026,0.106],[-3.333,0],[0.027,3.35],[0,0],[9.02,-3.609]],"v":[[37.365,-0.833],[32.699,-22.167],[20.703,-31.35],[-4.801,-31.167],[-41.998,-36.292],[-47.748,-30.542],[-47.427,-14.459],[-8.342,-6.167]],"c":true}],"e":[{"i":[[-8.804,2.31],[0.88,3.844],[5,0],[19.604,-0.109],[1.732,0],[1.167,-4.996],[0,0],[-21.508,3.878]],"o":[[0,0],[-1.238,-6.035],[-2.402,0],[-19.026,0.106],[-3.333,0],[-0.717,3.225],[0,0],[20.382,0.549]],"v":[[38.795,-6.519],[37.052,-23.843],[28.915,-32.248],[0.044,-28.543],[-38.443,-31.9],[-44.193,-26.15],[-44.975,-1.987],[-3.486,-5.784]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":216,"s":[{"i":[[-8.804,2.31],[0.88,3.844],[5,0],[19.604,-0.109],[1.732,0],[1.167,-4.996],[0,0],[-21.508,3.878]],"o":[[0,0],[-1.238,-6.035],[-2.402,0],[-19.026,0.106],[-3.333,0],[-0.717,3.225],[0,0],[20.382,0.549]],"v":[[38.795,-6.519],[37.052,-23.843],[28.915,-32.248],[0.044,-28.543],[-38.443,-31.9],[-44.193,-26.15],[-44.975,-1.987],[-3.486,-5.784]],"c":true}],"e":[{"i":[[-8.393,4.071],[0.268,4.474],[5,0],[19.604,-0.109],[1.732,0],[1.82,-5.13],[0,0],[-18.341,0.05]],"o":[[0,0],[0.268,-6.401],[-2.402,0],[-19.026,0.106],[-3.333,0],[-1.12,3.157],[0,0],[26.534,2.8]],"v":[[39.57,-9.598],[39.409,-24.75],[33.362,-32.734],[2.667,-27.123],[-36.518,-29.522],[-42.268,-23.772],[-44.802,0.142],[-0.857,-5.576]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":219,"s":[{"i":[[-8.393,4.071],[0.268,4.474],[5,0],[19.604,-0.109],[1.732,0],[1.82,-5.13],[0,0],[-18.341,0.05]],"o":[[0,0],[0.268,-6.401],[-2.402,0],[-19.026,0.106],[-3.333,0],[-1.12,3.157],[0,0],[26.534,2.8]],"v":[[39.57,-9.598],[39.409,-24.75],[33.362,-32.734],[2.667,-27.123],[-36.518,-29.522],[-42.268,-23.772],[-44.802,0.142],[-0.857,-5.576]],"c":true}],"e":[{"i":[[-9.438,-1.068],[-0.011,3.35],[5,0],[19.604,-0.109],[1.732,0],[-0.038,-4.75],[0,0],[-9,0]],"o":[[0,0],[0.018,-5.5],[-2.402,0],[-19.026,0.106],[-3.333,0],[0.027,3.35],[0,0],[9,0]],"v":[[40.115,-5.208],[42.199,-25.792],[31.203,-33.975],[-3.551,-33.917],[-42.427,-34.542],[-48.177,-28.792],[-47.427,-5.584],[-1.842,-5.792]],"c":true}]},{"t":228}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.294],"y":[0.294]},"n":["0p667_0p667_0p294_0p294"],"t":224,"s":[0.995,0.926,0.81,1],"e":[0.995,0.926,0.81,1]},{"t":228}]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[45.716,19.042],"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":191,"op":199,"st":203,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":4,"nm":"BeerFoam01","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[251.198,238.526,0]},"a":{"a":0,"k":[45.716,19.042,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":25,"s":[{"i":[[-9.438,-1.068],[-0.011,3.35],[5,0],[19.604,-0.109],[1.732,0],[-0.038,-4.75],[0,0],[-9,0]],"o":[[0,0],[0.018,-5.5],[-2.402,0],[-19.026,0.106],[-3.333,0],[0.027,3.35],[0,0],[9,0]],"v":[[40.115,-5.208],[42.199,-25.792],[31.203,-33.975],[-3.551,-33.917],[-42.427,-34.542],[-48.177,-28.792],[-47.427,-5.584],[-1.842,-5.792]],"c":true}],"e":[{"i":[[-6.062,8.932],[-0.011,3.35],[5,0],[18.999,4.831],[13.729,4.266],[-0.038,-4.75],[-7.98,-17.308],[-9,0]],"o":[[0,0],[0.018,-5.5],[-2.402,0],[-17.146,-4.359],[-3.183,-0.989],[0.027,3.35],[7.979,17.308],[9,0]],"v":[[30.115,-11.958],[37.199,-39.792],[22.703,-36.225],[-3.301,-38.167],[-31.677,-55.792],[-43.677,-51.542],[-33.427,-15.084],[2.908,2.458]],"c":true}]},{"t":31}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.683],"y":[-217.822]},"o":{"x":[0.294],"y":[0]},"n":["0p683_-217p822_0p294_0"],"t":25,"s":[0.995,0.926,0.81,1],"e":[0.996,0.671,0.224,1]},{"i":{"x":[0.816],"y":[5.434]},"o":{"x":[0.444],"y":[-30.711]},"n":["0p816_5p434_0p444_-30p711"],"t":29,"s":[0.996,0.671,0.224,1],"e":[0.991,0.476,0.168,1]},{"t":31}]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[45.716,19.042],"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":30,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":20,"ty":4,"nm":"Lime","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.553],"y":[1]},"o":{"x":[0.285],"y":[0]},"n":["0p553_1_0p285_0"],"t":98,"s":[34],"e":[9]},{"i":{"x":[0.553],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p553_1_0p167_0"],"t":123,"s":[9],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":166,"s":[0],"e":[0]},{"t":177}]},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.522,"y":0},"n":"0p833_0p833_0p522_0","t":98,"s":[239.72,78.096,0],"e":[240.88,188.853,0],"to":[0.17096444964409,17.369987487793,0],"ti":[-0.25715479254723,-32.244255065918,0]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":108,"s":[240.88,188.853,0],"e":[240.97,205.096,0],"to":[0.05620810389519,7.04784965515137,0],"ti":[0,-3.52762246131897,0]},{"i":{"x":0.1,"y":1},"o":{"x":0.333,"y":0},"n":"0p1_1_0p333_0","t":123,"s":[240.97,205.096,0],"e":[239.72,196.096,0],"to":[0,0.04166666790843,0],"ti":[0.08333333581686,0.0625,0]},{"t":166,"s":[239.72,196.096,0],"h":1},{"i":{"x":0.833,"y":0.833},"o":{"x":0.806,"y":0},"n":"0p833_0p833_0p806_0","t":184,"s":[239.72,196.096,0],"e":[239.72,259.096,0],"to":[0,0,0],"ti":[0,0,0]},{"t":195}]},"a":{"a":0,"k":[24.947,30.54,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":98,"s":[{"i":[[-0.007,0],[0.025,0.027],[0.007,0.009],[0.015,0.016],[0.014,0],[0.007,-0.009],[-0.001,-0.028],[-0.015,-0.005],[-0.029,-0.005],[-0.012,-0.003]],"o":[[0,0],[-0.025,-0.027],[-0.007,-0.009],[-0.015,-0.016],[-0.014,0],[-0.007,0.009],[0.001,0.028],[0.015,0.005],[0.035,0.006],[0.009,0.002]],"v":[[-5.882,10.22],[-5.884,10.199],[-5.94,10.142],[-5.994,10.088],[-6.058,10.03],[-6.105,10.047],[-6.151,10.136],[-6.134,10.176],[-6.031,10.191],[-5.936,10.206]],"c":true}],"e":[{"i":[[-0.137,0.032],[0.643,0.384],[0.178,0.13],[0.386,0.221],[0.277,-0.082],[0.088,-0.206],[-0.168,-0.542],[-0.321,-0.005],[-0.595,0.056],[-0.241,0.012]],"o":[[0,0],[-0.643,-0.384],[-0.178,-0.13],[-0.386,-0.221],[-0.277,0.082],[-0.088,0.206],[0.168,0.542],[0.321,0.005],[0.728,-0.068],[0.179,-0.009]],"v":[[-10.268,5.693],[-10.417,5.294],[-11.822,4.489],[-13.17,3.716],[-14.74,2.947],[-15.573,3.524],[-15.978,5.519],[-15.426,6.216],[-13.328,5.945],[-11.397,5.716]],"c":true}]},{"i":{"x":0.22,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p22_1_0p167_0p167","t":100,"s":[{"i":[[-0.137,0.032],[0.643,0.384],[0.178,0.13],[0.386,0.221],[0.277,-0.082],[0.088,-0.206],[-0.168,-0.542],[-0.321,-0.005],[-0.595,0.056],[-0.241,0.012]],"o":[[0,0],[-0.643,-0.384],[-0.178,-0.13],[-0.386,-0.221],[-0.277,0.082],[-0.088,0.206],[0.168,0.542],[0.321,0.005],[0.728,-0.068],[0.179,-0.009]],"v":[[-10.268,5.693],[-10.417,5.294],[-11.822,4.489],[-13.17,3.716],[-14.74,2.947],[-15.573,3.524],[-15.978,5.519],[-15.426,6.216],[-13.328,5.945],[-11.397,5.716]],"c":true}],"e":[{"i":[[-0.12,-0.614],[-1.815,2.792],[-0.609,0.766],[-1.048,1.676],[0.32,1.243],[0.9,0.425],[2.434,-0.655],[0.078,-1.424],[-0.147,-2.653],[-0.014,-1.071]],"o":[[0,0],[1.815,-2.791],[0.609,-0.766],[1.048,-1.676],[-0.319,-1.243],[-0.9,-0.426],[-2.434,0.655],[-0.079,1.423],[0.18,3.242],[0.011,0.798]],"v":[[-5.876,11.887],[-4.077,11.294],[-0.262,5.194],[3.397,-0.658],[7.077,-7.498],[4.658,-11.295],[-4.129,-13.431],[-7.318,-11.101],[-6.472,-1.738],[-5.784,6.874]],"c":true}]},{"i":{"x":0.22,"y":1},"o":{"x":0.167,"y":0},"n":"0p22_1_0p167_0","t":108,"s":[{"i":[[-0.12,-0.614],[-1.815,2.792],[-0.609,0.766],[-1.048,1.676],[0.32,1.243],[0.9,0.425],[2.434,-0.655],[0.078,-1.424],[-0.147,-2.653],[-0.014,-1.071]],"o":[[0,0],[1.815,-2.791],[0.609,-0.766],[1.048,-1.676],[-0.319,-1.243],[-0.9,-0.426],[-2.434,0.655],[-0.079,1.423],[0.18,3.242],[0.011,0.798]],"v":[[-5.876,11.887],[-4.077,11.294],[-0.262,5.194],[3.397,-0.658],[7.077,-7.498],[4.658,-11.295],[-4.129,-13.431],[-7.318,-11.101],[-6.472,-1.738],[-5.784,6.874]],"c":true}],"e":[{"i":[[-0.12,-0.614],[-1.815,2.792],[-0.609,0.766],[-1.048,1.676],[0.32,1.243],[0.9,0.425],[2.434,-0.655],[0.078,-1.424],[-0.147,-2.653],[-0.014,-1.071]],"o":[[0,0],[1.815,-2.791],[0.609,-0.766],[1.048,-1.676],[-0.319,-1.243],[-0.9,-0.426],[-2.434,0.655],[-0.079,1.423],[0.18,3.242],[0.011,0.798]],"v":[[-5.876,11.887],[-4.077,11.294],[-0.262,5.194],[3.397,-0.658],[7.077,-7.498],[4.658,-11.295],[-4.129,-13.431],[-7.318,-11.101],[-6.472,-1.738],[-5.784,6.874]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.78,"y":0},"n":"0p833_0p833_0p78_0","t":189,"s":[{"i":[[-0.12,-0.614],[-1.815,2.792],[-0.609,0.766],[-1.048,1.676],[0.32,1.243],[0.9,0.425],[2.434,-0.655],[0.078,-1.424],[-0.147,-2.653],[-0.014,-1.071]],"o":[[0,0],[1.815,-2.791],[0.609,-0.766],[1.048,-1.676],[-0.319,-1.243],[-0.9,-0.426],[-2.434,0.655],[-0.079,1.423],[0.18,3.242],[0.011,0.798]],"v":[[-5.876,11.887],[-4.077,11.294],[-0.262,5.194],[3.397,-0.658],[7.077,-7.498],[4.658,-11.295],[-4.129,-13.431],[-7.318,-11.101],[-6.472,-1.738],[-5.784,6.874]],"c":true}],"e":[{"i":[[-0.137,0.032],[0.643,0.384],[0.178,0.13],[0.386,0.221],[0.277,-0.082],[0.088,-0.206],[-0.168,-0.542],[-0.321,-0.005],[-0.595,0.056],[-0.241,0.012]],"o":[[0,0],[-0.643,-0.384],[-0.178,-0.13],[-0.386,-0.221],[-0.277,0.082],[-0.088,0.206],[0.168,0.542],[0.321,0.005],[0.728,-0.068],[0.179,-0.009]],"v":[[-10.268,5.693],[-10.417,5.294],[-11.822,4.489],[-13.17,3.716],[-14.74,2.947],[-15.573,3.524],[-15.978,5.519],[-15.426,6.216],[-13.328,5.945],[-11.397,5.716]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":197,"s":[{"i":[[-0.137,0.032],[0.643,0.384],[0.178,0.13],[0.386,0.221],[0.277,-0.082],[0.088,-0.206],[-0.168,-0.542],[-0.321,-0.005],[-0.595,0.056],[-0.241,0.012]],"o":[[0,0],[-0.643,-0.384],[-0.178,-0.13],[-0.386,-0.221],[-0.277,0.082],[-0.088,0.206],[0.168,0.542],[0.321,0.005],[0.728,-0.068],[0.179,-0.009]],"v":[[-10.268,5.693],[-10.417,5.294],[-11.822,4.489],[-13.17,3.716],[-14.74,2.947],[-15.573,3.524],[-15.978,5.519],[-15.426,6.216],[-13.328,5.945],[-11.397,5.716]],"c":true}],"e":[{"i":[[-0.007,0],[0.025,0.027],[0.007,0.009],[0.015,0.016],[0.014,0],[0.007,-0.009],[-0.001,-0.028],[-0.015,-0.005],[-0.029,-0.005],[-0.012,-0.003]],"o":[[0,0],[-0.025,-0.027],[-0.007,-0.009],[-0.015,-0.016],[-0.014,0],[-0.007,0.009],[0.001,0.028],[0.015,0.005],[0.035,0.006],[0.009,0.002]],"v":[[-5.882,10.22],[-5.884,10.199],[-5.94,10.142],[-5.994,10.088],[-6.058,10.03],[-6.105,10.047],[-6.151,10.136],[-6.134,10.176],[-6.031,10.191],[-5.936,10.206]],"c":true}]},{"t":199}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":98,"s":[{"i":[[-0.009,-0.003],[0.015,0.031],[0.003,0.012],[0.004,0.012],[0.01,0.006],[0.015,-0.015],[0.008,-0.021],[-0.014,-0.026],[-0.023,-0.012]],"o":[[0,0],[-0.015,-0.031],[-0.003,-0.012],[-0.004,-0.012],[-0.01,-0.006],[-0.015,0.015],[-0.008,0.021],[0.014,0.026],[0.023,0.012]],"v":[[-6.166,10.208],[-6.146,10.191],[-6.235,10.044],[-6.299,9.906],[-6.332,9.86],[-6.378,9.865],[-6.469,9.959],[-6.481,10.033],[-6.398,10.093]],"c":true}],"e":[{"i":[[-0.197,-0.193],[-0.005,0.987],[-0.061,0.347],[-0.039,0.363],[0.173,0.27],[0.565,-0.209],[0.452,-0.436],[-0.047,-0.842],[-0.427,-0.596]],"o":[[0,0],[0.005,-0.987],[0.061,-0.347],[0.039,-0.363],[-0.173,-0.27],[-0.565,0.209],[-0.452,0.436],[0.047,0.842],[0.427,0.596]],"v":[[-6.373,2.868],[-5.653,2.677],[-6.134,-2.157],[-6.083,-6.472],[-6.337,-8.058],[-7.589,-8.504],[-11.074,-7.198],[-12.282,-5.454],[-10.896,-2.904]],"c":true}]},{"i":{"x":0.21,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p21_1_0p167_0p167","t":100,"s":[{"i":[[-0.197,-0.193],[-0.005,0.987],[-0.061,0.347],[-0.039,0.363],[0.173,0.27],[0.565,-0.209],[0.452,-0.436],[-0.047,-0.842],[-0.427,-0.596]],"o":[[0,0],[0.005,-0.987],[0.061,-0.347],[0.039,-0.363],[-0.173,-0.27],[-0.565,0.209],[-0.452,0.436],[0.047,0.842],[0.427,0.596]],"v":[[-6.373,2.868],[-5.653,2.677],[-6.134,-2.157],[-6.083,-6.472],[-6.337,-8.058],[-7.589,-8.504],[-11.074,-7.198],[-12.282,-5.454],[-10.896,-2.904]],"c":true}],"e":[{"i":[[-0.433,-0.387],[0.085,2.078],[-0.094,0.739],[-0.047,0.769],[0.391,0.552],[1.169,-0.496],[0.91,-0.965],[-0.181,-1.77],[-0.96,-1.213]],"o":[[0,0],[-0.086,-2.079],[0.094,-0.738],[0.047,-0.768],[-0.392,-0.551],[-1.169,0.496],[-0.91,0.964],[0.182,1.77],[0.959,1.213]],"v":[[-7.738,11.765],[-6.24,11.291],[-7.73,1.156],[-8.05,-7.94],[-8.741,-11.256],[-11.421,-12.072],[-18.634,-8.975],[-21.006,-5.182],[-17.836,0.051]],"c":true}]},{"i":{"x":0.21,"y":1},"o":{"x":0.167,"y":0},"n":"0p21_1_0p167_0","t":108,"s":[{"i":[[-0.433,-0.387],[0.085,2.078],[-0.094,0.739],[-0.047,0.769],[0.391,0.552],[1.169,-0.496],[0.91,-0.965],[-0.181,-1.77],[-0.96,-1.213]],"o":[[0,0],[-0.086,-2.079],[0.094,-0.738],[0.047,-0.768],[-0.392,-0.551],[-1.169,0.496],[-0.91,0.964],[0.182,1.77],[0.959,1.213]],"v":[[-7.738,11.765],[-6.24,11.291],[-7.73,1.156],[-8.05,-7.94],[-8.741,-11.256],[-11.421,-12.072],[-18.634,-8.975],[-21.006,-5.182],[-17.836,0.051]],"c":true}],"e":[{"i":[[-0.433,-0.387],[0.085,2.078],[-0.094,0.739],[-0.047,0.769],[0.391,0.552],[1.169,-0.496],[0.91,-0.965],[-0.181,-1.77],[-0.96,-1.213]],"o":[[0,0],[-0.086,-2.079],[0.094,-0.738],[0.047,-0.768],[-0.392,-0.551],[-1.169,0.496],[-0.91,0.964],[0.182,1.77],[0.959,1.213]],"v":[[-7.738,11.765],[-6.24,11.291],[-7.73,1.156],[-8.05,-7.94],[-8.741,-11.256],[-11.421,-12.072],[-18.634,-8.975],[-21.006,-5.182],[-17.836,0.051]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.79,"y":0},"n":"0p833_0p833_0p79_0","t":189,"s":[{"i":[[-0.433,-0.387],[0.085,2.078],[-0.094,0.739],[-0.047,0.769],[0.391,0.552],[1.169,-0.496],[0.91,-0.965],[-0.181,-1.77],[-0.96,-1.213]],"o":[[0,0],[-0.086,-2.079],[0.094,-0.738],[0.047,-0.768],[-0.392,-0.551],[-1.169,0.496],[-0.91,0.964],[0.182,1.77],[0.959,1.213]],"v":[[-7.738,11.765],[-6.24,11.291],[-7.73,1.156],[-8.05,-7.94],[-8.741,-11.256],[-11.421,-12.072],[-18.634,-8.975],[-21.006,-5.182],[-17.836,0.051]],"c":true}],"e":[{"i":[[-0.197,-0.193],[-0.005,0.987],[-0.061,0.347],[-0.039,0.363],[0.173,0.27],[0.565,-0.209],[0.452,-0.436],[-0.047,-0.842],[-0.427,-0.596]],"o":[[0,0],[0.005,-0.987],[0.061,-0.347],[0.039,-0.363],[-0.173,-0.27],[-0.565,0.209],[-0.452,0.436],[0.047,0.842],[0.427,0.596]],"v":[[-6.373,2.868],[-5.653,2.677],[-6.134,-2.157],[-6.083,-6.472],[-6.337,-8.058],[-7.589,-8.504],[-11.074,-7.198],[-12.282,-5.454],[-10.896,-2.904]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":197,"s":[{"i":[[-0.197,-0.193],[-0.005,0.987],[-0.061,0.347],[-0.039,0.363],[0.173,0.27],[0.565,-0.209],[0.452,-0.436],[-0.047,-0.842],[-0.427,-0.596]],"o":[[0,0],[0.005,-0.987],[0.061,-0.347],[0.039,-0.363],[-0.173,-0.27],[-0.565,0.209],[-0.452,0.436],[0.047,0.842],[0.427,0.596]],"v":[[-6.373,2.868],[-5.653,2.677],[-6.134,-2.157],[-6.083,-6.472],[-6.337,-8.058],[-7.589,-8.504],[-11.074,-7.198],[-12.282,-5.454],[-10.896,-2.904]],"c":true}],"e":[{"i":[[-0.009,-0.003],[0.015,0.031],[0.003,0.012],[0.004,0.012],[0.01,0.006],[0.015,-0.015],[0.008,-0.021],[-0.014,-0.026],[-0.023,-0.012]],"o":[[0,0],[-0.015,-0.031],[-0.003,-0.012],[-0.004,-0.012],[-0.01,-0.006],[-0.015,0.015],[-0.008,0.021],[0.014,0.026],[0.023,0.012]],"v":[[-6.166,10.208],[-6.146,10.191],[-6.235,10.044],[-6.299,9.906],[-6.332,9.86],[-6.378,9.865],[-6.469,9.959],[-6.481,10.033],[-6.398,10.093]],"c":true}]},{"t":199}]},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":98,"s":[{"i":[[0.005,0.002],[0.004,0.039],[-0.007,0.02],[-0.027,-0.016],[-0.015,-0.009],[-0.01,-0.004],[0.018,-0.003],[0.009,-0.001],[0.009,-0.002]],"o":[[0,0],[-0.004,-0.039],[0.007,-0.02],[0.027,0.016],[0.015,0.009],[0.01,0.004],[-0.018,0.003],[-0.009,0.001],[-0.009,0.002]],"v":[[-6.303,10.146],[-6.335,10.101],[-6.323,9.994],[-6.274,9.957],[-6.161,10.017],[-6.043,10.08],[-6.038,10.099],[-6.17,10.121],[-6.274,10.141]],"c":true}],"e":[{"i":[[0.087,0.142],[-0.714,1.085],[-0.593,0.366],[-0.356,-0.98],[-0.206,-0.541],[-0.163,-0.31],[0.539,0.299],[0.258,0.171],[0.283,0.124]],"o":[[0,0],[0.714,-1.085],[0.594,-0.366],[0.356,0.98],[0.206,0.541],[0.163,0.31],[-0.539,-0.299],[-0.258,-0.171],[-0.283,-0.124]],"v":[[-18.061,-0.343],[-17.961,-2.206],[-15.399,-4.711],[-13.354,-4.638],[-11.667,-0.726],[-9.929,3.41],[-10.194,4.01],[-14.102,1.792],[-17.217,0.142]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":100,"s":[{"i":[[0.087,0.142],[-0.714,1.085],[-0.593,0.366],[-0.356,-0.98],[-0.206,-0.541],[-0.163,-0.31],[0.539,0.299],[0.258,0.171],[0.283,0.124]],"o":[[0,0],[0.714,-1.085],[0.594,-0.366],[0.356,0.98],[0.206,0.541],[0.163,0.31],[-0.539,-0.299],[-0.258,-0.171],[-0.283,-0.124]],"v":[[-18.061,-0.343],[-17.961,-2.206],[-15.399,-4.711],[-13.354,-4.638],[-11.667,-0.726],[-9.929,3.41],[-10.194,4.01],[-14.102,1.792],[-17.217,0.142]],"c":true}],"e":[{"i":[[0.291,0.243],[-0.744,2.857],[-1.009,1.221],[-1.483,-1.847],[-0.838,-1.014],[-0.578,-0.548],[1.378,0.248],[0.682,0.181],[0.699,0.059]],"o":[[0,0],[0.743,-2.857],[1.01,-1.222],[1.483,1.848],[0.838,1.015],[0.577,0.547],[-1.379,-0.249],[-0.681,-0.18],[-0.7,-0.059]],"v":[[-28.418,9.938],[-29.564,5.856],[-25.881,-1.408],[-21.425,-2.745],[-14.937,4.441],[-8.175,12.073],[-8.306,13.558],[-18.338,11.64],[-26.248,10.364]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0},"n":"0_1_0p167_0","t":108,"s":[{"i":[[0.291,0.243],[-0.744,2.857],[-1.009,1.221],[-1.483,-1.847],[-0.838,-1.014],[-0.578,-0.548],[1.378,0.248],[0.682,0.181],[0.699,0.059]],"o":[[0,0],[0.743,-2.857],[1.01,-1.222],[1.483,1.848],[0.838,1.015],[0.577,0.547],[-1.379,-0.249],[-0.681,-0.18],[-0.7,-0.059]],"v":[[-28.418,9.938],[-29.564,5.856],[-25.881,-1.408],[-21.425,-2.745],[-14.937,4.441],[-8.175,12.073],[-8.306,13.558],[-18.338,11.64],[-26.248,10.364]],"c":true}],"e":[{"i":[[0.291,0.243],[-0.744,2.857],[-1.009,1.221],[-1.483,-1.847],[-0.838,-1.014],[-0.578,-0.548],[1.378,0.248],[0.682,0.181],[0.699,0.059]],"o":[[0,0],[0.743,-2.857],[1.01,-1.222],[1.483,1.848],[0.838,1.015],[0.577,0.547],[-1.379,-0.249],[-0.681,-0.18],[-0.7,-0.059]],"v":[[-28.418,9.938],[-29.564,5.856],[-25.881,-1.408],[-21.425,-2.745],[-14.937,4.441],[-8.175,12.073],[-8.306,13.558],[-18.338,11.64],[-26.248,10.364]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":1,"y":0},"n":"0p833_0p833_1_0","t":189,"s":[{"i":[[0.291,0.243],[-0.744,2.857],[-1.009,1.221],[-1.483,-1.847],[-0.838,-1.014],[-0.578,-0.548],[1.378,0.248],[0.682,0.181],[0.699,0.059]],"o":[[0,0],[0.743,-2.857],[1.01,-1.222],[1.483,1.848],[0.838,1.015],[0.577,0.547],[-1.379,-0.249],[-0.681,-0.18],[-0.7,-0.059]],"v":[[-28.418,9.938],[-29.564,5.856],[-25.881,-1.408],[-21.425,-2.745],[-14.937,4.441],[-8.175,12.073],[-8.306,13.558],[-18.338,11.64],[-26.248,10.364]],"c":true}],"e":[{"i":[[0.087,0.142],[-0.714,1.085],[-0.593,0.366],[-0.356,-0.98],[-0.206,-0.541],[-0.163,-0.31],[0.539,0.299],[0.258,0.171],[0.283,0.124]],"o":[[0,0],[0.714,-1.085],[0.594,-0.366],[0.356,0.98],[0.206,0.541],[0.163,0.31],[-0.539,-0.299],[-0.258,-0.171],[-0.283,-0.124]],"v":[[-18.061,-0.343],[-17.961,-2.206],[-15.399,-4.711],[-13.354,-4.638],[-11.667,-0.726],[-9.929,3.41],[-10.194,4.01],[-14.102,1.792],[-17.217,0.142]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":197,"s":[{"i":[[0.087,0.142],[-0.714,1.085],[-0.593,0.366],[-0.356,-0.98],[-0.206,-0.541],[-0.163,-0.31],[0.539,0.299],[0.258,0.171],[0.283,0.124]],"o":[[0,0],[0.714,-1.085],[0.594,-0.366],[0.356,0.98],[0.206,0.541],[0.163,0.31],[-0.539,-0.299],[-0.258,-0.171],[-0.283,-0.124]],"v":[[-18.061,-0.343],[-17.961,-2.206],[-15.399,-4.711],[-13.354,-4.638],[-11.667,-0.726],[-9.929,3.41],[-10.194,4.01],[-14.102,1.792],[-17.217,0.142]],"c":true}],"e":[{"i":[[0.005,0.002],[0.004,0.039],[-0.007,0.02],[-0.027,-0.016],[-0.015,-0.009],[-0.01,-0.004],[0.018,-0.003],[0.009,-0.001],[0.009,-0.002]],"o":[[0,0],[-0.004,-0.039],[0.007,-0.02],[0.027,0.016],[0.015,0.009],[0.01,0.004],[-0.018,0.003],[-0.009,0.001],[-0.009,0.002]],"v":[[-6.303,10.146],[-6.335,10.101],[-6.323,9.994],[-6.274,9.957],[-6.161,10.017],[-6.043,10.08],[-6.038,10.099],[-6.17,10.121],[-6.274,10.141]],"c":true}]},{"t":199}]},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ind":3,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":98,"s":[{"i":[[-0.004,-0.001],[0.025,-0.009],[0.006,0],[0.006,-0.006],[0.005,0.002],[0.002,0.021],[-0.002,0.004],[-0.026,-0.005],[-0.012,-0.002]],"o":[[0,0],[-0.025,0.009],[-0.006,0],[-0.006,0.006],[-0.005,-0.002],[-0.002,-0.021],[0.002,-0.004],[0.026,0.005],[0.012,0.001]],"v":[[-6.043,10.063],[-6.04,10.077],[-6.112,10.104],[-6.17,10.133],[-6.213,10.154],[-6.234,10.104],[-6.231,10.047],[-6.202,10.036],[-6.1,10.055]],"c":true}],"e":[{"i":[[-0.112,0.003],[0.583,-0.379],[0.149,-0.044],[0.113,-0.176],[0.136,0.032],[0.183,0.53],[-0.028,0.124],[-0.682,0.038],[-0.317,0.035]],"o":[[0,0],[-0.583,0.379],[-0.149,0.044],[-0.113,0.176],[-0.136,-0.032],[-0.183,-0.53],[0.028,-0.124],[0.682,-0.038],[0.317,-0.035]],"v":[[-9.294,7.317],[-9.135,7.64],[-10.788,8.77],[-12.095,9.869],[-13.053,10.644],[-13.9,9.502],[-14.16,8.049],[-13.496,7.589],[-10.784,7.447]],"c":true}]},{"i":{"x":0.29,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p29_1_0p167_0p167","t":100,"s":[{"i":[[-0.112,0.003],[0.583,-0.379],[0.149,-0.044],[0.113,-0.176],[0.136,0.032],[0.183,0.53],[-0.028,0.124],[-0.682,0.038],[-0.317,0.035]],"o":[[0,0],[-0.583,0.379],[-0.149,0.044],[-0.113,0.176],[-0.136,-0.032],[-0.183,-0.53],[0.028,-0.124],[0.682,-0.038],[0.317,-0.035]],"v":[[-9.294,7.317],[-9.135,7.64],[-10.788,8.77],[-12.095,9.869],[-13.053,10.644],[-13.9,9.502],[-14.16,8.049],[-13.496,7.589],[-10.784,7.447]],"c":true}],"e":[{"i":[[-0.448,-0.095],[2.685,-0.958],[0.634,-0.033],[0.617,-0.596],[0.512,0.259],[0.226,2.288],[-0.232,0.468],[-2.757,-0.497],[-1.296,-0.162]],"o":[[0,0],[-2.686,0.959],[-0.634,0.033],[-0.618,0.595],[-0.513,-0.259],[-0.225,-2.288],[0.231,-0.469],[2.757,0.496],[1.296,0.161]],"v":[[-9.622,13.894],[-9.294,15.332],[-16.959,18.269],[-23.218,21.411],[-27.773,23.593],[-30.066,18.233],[-29.722,12.19],[-26.64,10.989],[-15.688,12.999]],"c":true}]},{"i":{"x":0.29,"y":1},"o":{"x":0.167,"y":0},"n":"0p29_1_0p167_0","t":108,"s":[{"i":[[-0.448,-0.095],[2.685,-0.958],[0.634,-0.033],[0.617,-0.596],[0.512,0.259],[0.226,2.288],[-0.232,0.468],[-2.757,-0.497],[-1.296,-0.162]],"o":[[0,0],[-2.686,0.959],[-0.634,0.033],[-0.618,0.595],[-0.513,-0.259],[-0.225,-2.288],[0.231,-0.469],[2.757,0.496],[1.296,0.161]],"v":[[-9.622,13.894],[-9.294,15.332],[-16.959,18.269],[-23.218,21.411],[-27.773,23.593],[-30.066,18.233],[-29.722,12.19],[-26.64,10.989],[-15.688,12.999]],"c":true}],"e":[{"i":[[-0.448,-0.095],[2.685,-0.958],[0.634,-0.033],[0.617,-0.596],[0.512,0.259],[0.226,2.288],[-0.232,0.468],[-2.757,-0.497],[-1.296,-0.162]],"o":[[0,0],[-2.686,0.959],[-0.634,0.033],[-0.618,0.595],[-0.513,-0.259],[-0.225,-2.288],[0.231,-0.469],[2.757,0.496],[1.296,0.161]],"v":[[-9.622,13.894],[-9.294,15.332],[-16.959,18.269],[-23.218,21.411],[-27.773,23.593],[-30.066,18.233],[-29.722,12.19],[-26.64,10.989],[-15.688,12.999]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.71,"y":0},"n":"0p833_0p833_0p71_0","t":189,"s":[{"i":[[-0.448,-0.095],[2.685,-0.958],[0.634,-0.033],[0.617,-0.596],[0.512,0.259],[0.226,2.288],[-0.232,0.468],[-2.757,-0.497],[-1.296,-0.162]],"o":[[0,0],[-2.686,0.959],[-0.634,0.033],[-0.618,0.595],[-0.513,-0.259],[-0.225,-2.288],[0.231,-0.469],[2.757,0.496],[1.296,0.161]],"v":[[-9.622,13.894],[-9.294,15.332],[-16.959,18.269],[-23.218,21.411],[-27.773,23.593],[-30.066,18.233],[-29.722,12.19],[-26.64,10.989],[-15.688,12.999]],"c":true}],"e":[{"i":[[-0.112,0.003],[0.583,-0.379],[0.149,-0.044],[0.113,-0.176],[0.136,0.032],[0.183,0.53],[-0.028,0.124],[-0.682,0.038],[-0.317,0.035]],"o":[[0,0],[-0.583,0.379],[-0.149,0.044],[-0.113,0.176],[-0.136,-0.032],[-0.183,-0.53],[0.028,-0.124],[0.682,-0.038],[0.317,-0.035]],"v":[[-9.294,7.317],[-9.135,7.64],[-10.788,8.77],[-12.095,9.869],[-13.053,10.644],[-13.9,9.502],[-14.16,8.049],[-13.496,7.589],[-10.784,7.447]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":197,"s":[{"i":[[-0.112,0.003],[0.583,-0.379],[0.149,-0.044],[0.113,-0.176],[0.136,0.032],[0.183,0.53],[-0.028,0.124],[-0.682,0.038],[-0.317,0.035]],"o":[[0,0],[-0.583,0.379],[-0.149,0.044],[-0.113,0.176],[-0.136,-0.032],[-0.183,-0.53],[0.028,-0.124],[0.682,-0.038],[0.317,-0.035]],"v":[[-9.294,7.317],[-9.135,7.64],[-10.788,8.77],[-12.095,9.869],[-13.053,10.644],[-13.9,9.502],[-14.16,8.049],[-13.496,7.589],[-10.784,7.447]],"c":true}],"e":[{"i":[[-0.004,-0.001],[0.025,-0.009],[0.006,0],[0.006,-0.006],[0.005,0.002],[0.002,0.021],[-0.002,0.004],[-0.026,-0.005],[-0.012,-0.002]],"o":[[0,0],[-0.025,0.009],[-0.006,0],[-0.006,0.006],[-0.005,-0.002],[-0.002,-0.021],[0.002,-0.004],[0.026,0.005],[0.012,0.001]],"v":[[-6.043,10.063],[-6.04,10.077],[-6.112,10.104],[-6.17,10.133],[-6.213,10.154],[-6.234,10.104],[-6.231,10.047],[-6.202,10.036],[-6.1,10.055]],"c":true}]},{"t":199}]},"nm":"Path 4","mn":"ADBE Vector Shape - Group"},{"ind":4,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":98,"s":[{"i":[[-0.006,0.003],[-0.008,0.001],[-0.002,0],[-0.002,0],[0.003,-0.004],[0.004,-0.006],[0.006,-0.006],[0.011,0.01],[0,0.002]],"o":[[0,0],[0.008,-0.001],[0.002,0],[0.002,0],[-0.003,0.004],[-0.004,0.006],[-0.006,0.006],[-0.011,-0.01],[0,-0.002]],"v":[[-6.026,10.11],[-6.002,10.098],[-5.969,10.089],[-5.957,10.086],[-5.956,10.091],[-5.975,10.114],[-5.997,10.139],[-6.016,10.146],[-6.03,10.124]],"c":true}],"e":[{"i":[[-0.316,0.327],[-0.493,0.268],[-0.098,0.059],[-0.103,0.058],[0.101,-0.313],[0.098,-0.424],[0.222,-0.513],[0.879,0.341],[0.059,0.137]],"o":[[0,0],[0.493,-0.268],[0.098,-0.059],[0.103,-0.058],[-0.101,0.313],[-0.098,0.424],[-0.212,0.491],[-0.879,-0.341],[-0.059,-0.137]],"v":[[-11.371,11.939],[-10.193,10.617],[-8.393,9.305],[-7.737,8.881],[-7.523,9.153],[-8.182,11.005],[-8.932,13.054],[-9.955,13.943],[-11.312,12.872]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":100,"s":[{"i":[[-0.316,0.327],[-0.493,0.268],[-0.098,0.059],[-0.103,0.058],[0.101,-0.313],[0.098,-0.424],[0.222,-0.513],[0.879,0.341],[0.059,0.137]],"o":[[0,0],[0.493,-0.268],[0.098,-0.059],[0.103,-0.058],[-0.101,0.313],[-0.098,0.424],[-0.212,0.491],[-0.879,-0.341],[-0.059,-0.137]],"v":[[-11.371,11.939],[-10.193,10.617],[-8.393,9.305],[-7.737,8.881],[-7.523,9.153],[-8.182,11.005],[-8.932,13.054],[-9.955,13.943],[-11.312,12.872]],"c":true}],"e":[{"i":[[-1.616,1.014],[-2.277,0.601],[-0.458,0.143],[-0.475,0.132],[0.726,-1.173],[0.828,-1.63],[1.418,-1.87],[3.242,2.272],[0.105,0.617]],"o":[[0,0],[2.277,-0.6],[0.457,-0.143],[0.476,-0.132],[-0.727,1.174],[-0.827,1.63],[-1.356,1.79],[-3.242,-2.273],[-0.104,-0.618]],"v":[[-26.185,24.586],[-20.058,20.38],[-11.4,16.837],[-8.303,15.768],[-7.702,17.092],[-12.248,23.98],[-17.359,31.578],[-22.421,34.175],[-26.881,28.446]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0},"n":"0_1_0p167_0","t":108,"s":[{"i":[[-1.616,1.014],[-2.277,0.601],[-0.458,0.143],[-0.475,0.132],[0.726,-1.173],[0.828,-1.63],[1.418,-1.87],[3.242,2.272],[0.105,0.617]],"o":[[0,0],[2.277,-0.6],[0.457,-0.143],[0.476,-0.132],[-0.727,1.174],[-0.827,1.63],[-1.356,1.79],[-3.242,-2.273],[-0.104,-0.618]],"v":[[-26.185,24.586],[-20.058,20.38],[-11.4,16.837],[-8.303,15.768],[-7.702,17.092],[-12.248,23.98],[-17.359,31.578],[-22.421,34.175],[-26.881,28.446]],"c":true}],"e":[{"i":[[-1.616,1.014],[-2.277,0.601],[-0.458,0.143],[-0.475,0.132],[0.726,-1.173],[0.828,-1.63],[1.418,-1.87],[3.242,2.272],[0.105,0.617]],"o":[[0,0],[2.277,-0.6],[0.457,-0.143],[0.476,-0.132],[-0.727,1.174],[-0.827,1.63],[-1.356,1.79],[-3.242,-2.273],[-0.104,-0.618]],"v":[[-26.185,24.586],[-20.058,20.38],[-11.4,16.837],[-8.303,15.768],[-7.702,17.092],[-12.248,23.98],[-17.359,31.578],[-22.421,34.175],[-26.881,28.446]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":1,"y":0},"n":"0p833_0p833_1_0","t":189,"s":[{"i":[[-1.616,1.014],[-2.277,0.601],[-0.458,0.143],[-0.475,0.132],[0.726,-1.173],[0.828,-1.63],[1.418,-1.87],[3.242,2.272],[0.105,0.617]],"o":[[0,0],[2.277,-0.6],[0.457,-0.143],[0.476,-0.132],[-0.727,1.174],[-0.827,1.63],[-1.356,1.79],[-3.242,-2.273],[-0.104,-0.618]],"v":[[-26.185,24.586],[-20.058,20.38],[-11.4,16.837],[-8.303,15.768],[-7.702,17.092],[-12.248,23.98],[-17.359,31.578],[-22.421,34.175],[-26.881,28.446]],"c":true}],"e":[{"i":[[-0.316,0.327],[-0.493,0.268],[-0.098,0.059],[-0.103,0.058],[0.101,-0.313],[0.098,-0.424],[0.222,-0.513],[0.879,0.341],[0.059,0.137]],"o":[[0,0],[0.493,-0.268],[0.098,-0.059],[0.103,-0.058],[-0.101,0.313],[-0.098,0.424],[-0.212,0.491],[-0.879,-0.341],[-0.059,-0.137]],"v":[[-11.371,11.939],[-10.193,10.617],[-8.393,9.305],[-7.737,8.881],[-7.523,9.153],[-8.182,11.005],[-8.932,13.054],[-9.955,13.943],[-11.312,12.872]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":197,"s":[{"i":[[-0.316,0.327],[-0.493,0.268],[-0.098,0.059],[-0.103,0.058],[0.101,-0.313],[0.098,-0.424],[0.222,-0.513],[0.879,0.341],[0.059,0.137]],"o":[[0,0],[0.493,-0.268],[0.098,-0.059],[0.103,-0.058],[-0.101,0.313],[-0.098,0.424],[-0.212,0.491],[-0.879,-0.341],[-0.059,-0.137]],"v":[[-11.371,11.939],[-10.193,10.617],[-8.393,9.305],[-7.737,8.881],[-7.523,9.153],[-8.182,11.005],[-8.932,13.054],[-9.955,13.943],[-11.312,12.872]],"c":true}],"e":[{"i":[[-0.006,0.003],[-0.008,0.001],[-0.002,0],[-0.002,0],[0.003,-0.004],[0.004,-0.006],[0.006,-0.006],[0.011,0.01],[0,0.002]],"o":[[0,0],[0.008,-0.001],[0.002,0],[0.002,0],[-0.003,0.004],[-0.004,0.006],[-0.006,0.006],[-0.011,-0.01],[0,-0.002]],"v":[[-6.026,10.11],[-6.002,10.098],[-5.969,10.089],[-5.957,10.086],[-5.956,10.091],[-5.975,10.114],[-5.997,10.139],[-6.016,10.146],[-6.03,10.124]],"c":true}]},{"t":199}]},"nm":"Path 5","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.667,0.788,0.22,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[37.597,18.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":"Pieces","np":6,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.192,"y":1},"o":{"x":0.333,"y":0},"n":"0p192_1_0p333_0","t":98,"s":[{"i":[[-0.64,0.5],[1.807,2.495],[1.699,2.011],[0.776,0.981],[-1.192,0.674],[-3.179,-1.411],[-0.818,-0.953],[-1.25,-0.617],[1.375,-2.198]],"o":[[0,0],[-4.89,-6.75],[-1.758,-2.081],[-2.441,-3.087],[1.045,-0.591],[1.225,0.544],[0.676,0.787],[0,0],[-1.375,2.199]],"v":[[7.706,-2.572],[4.68,-7.801],[-0.755,-14.537],[-4.447,-18.656],[-7.134,-23.105],[-3.175,-23.1],[0.249,-20.218],[2.665,-17.253],[10.318,-3.033]],"c":true}],"e":[{"i":[[-0.64,0.5],[3.095,7.74],[-0.457,4.786],[-0.721,1.022],[-4.169,2.874],[-3.44,-0.516],[-2.418,-1.104],[-1.25,-0.617],[1.375,-2.198]],"o":[[0,0],[-3.095,-7.739],[0.457,-4.786],[0.721,-1.022],[4.169,-2.873],[3.441,0.515],[2.419,1.103],[0,0],[-1.375,2.199]],"v":[[-9.356,28.428],[-20.57,16.012],[-22.693,-3.225],[-18.697,-13.406],[-8.697,-24.167],[5.575,-28.412],[17.749,-27.343],[23.665,-24.378],[10.318,-3.033]],"c":true}]},{"i":{"x":0.192,"y":1},"o":{"x":0.333,"y":0},"n":"0p192_1_0p333_0","t":106,"s":[{"i":[[-0.64,0.5],[3.095,7.74],[-0.457,4.786],[-0.721,1.022],[-4.169,2.874],[-3.44,-0.516],[-2.418,-1.104],[-1.25,-0.617],[1.375,-2.198]],"o":[[0,0],[-3.095,-7.739],[0.457,-4.786],[0.721,-1.022],[4.169,-2.873],[3.441,0.515],[2.419,1.103],[0,0],[-1.375,2.199]],"v":[[-9.356,28.428],[-20.57,16.012],[-22.693,-3.225],[-18.697,-13.406],[-8.697,-24.167],[5.575,-28.412],[17.749,-27.343],[23.665,-24.378],[10.318,-3.033]],"c":true}],"e":[{"i":[[-0.64,0.5],[3.095,7.74],[-0.457,4.786],[-0.721,1.022],[-4.169,2.874],[-3.44,-0.516],[-2.418,-1.104],[-1.25,-0.617],[1.375,-2.198]],"o":[[0,0],[-3.095,-7.739],[0.457,-4.786],[0.721,-1.022],[4.169,-2.873],[3.441,0.515],[2.419,1.103],[0,0],[-1.375,2.199]],"v":[[-9.356,28.428],[-20.57,16.012],[-22.693,-3.225],[-18.697,-13.406],[-8.697,-24.167],[5.575,-28.412],[17.749,-27.343],[23.665,-24.378],[10.318,-3.033]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.808,"y":0},"n":"0p667_1_0p808_0","t":191,"s":[{"i":[[-0.64,0.5],[3.095,7.74],[-0.457,4.786],[-0.721,1.022],[-4.169,2.874],[-3.44,-0.516],[-2.418,-1.104],[-1.25,-0.617],[1.375,-2.198]],"o":[[0,0],[-3.095,-7.739],[0.457,-4.786],[0.721,-1.022],[4.169,-2.873],[3.441,0.515],[2.419,1.103],[0,0],[-1.375,2.199]],"v":[[-9.356,28.428],[-20.57,16.012],[-22.693,-3.225],[-18.697,-13.406],[-8.697,-24.167],[5.575,-28.412],[17.749,-27.343],[23.665,-24.378],[10.318,-3.033]],"c":true}],"e":[{"i":[[-0.64,0.5],[1.807,2.495],[1.699,2.011],[0.776,0.981],[-1.192,0.674],[-3.179,-1.411],[-0.818,-0.953],[-1.25,-0.617],[1.375,-2.198]],"o":[[0,0],[-4.89,-6.75],[-1.758,-2.081],[-2.441,-3.087],[1.045,-0.591],[1.225,0.544],[0.676,0.787],[0,0],[-1.375,2.199]],"v":[[7.706,-2.572],[4.68,-7.801],[-0.755,-14.537],[-4.447,-18.656],[-7.134,-23.105],[-3.175,-23.1],[0.249,-20.218],[2.665,-17.253],[10.318,-3.033]],"c":true}]},{"t":199}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.937,0.949,0.745,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[25.24,30.375],"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":"White","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":103,"s":[{"i":[[-0.002,0.002],[0.01,0.025],[-0.001,0.016],[-0.002,0.003],[-0.014,0.009],[-0.011,-0.002],[-0.008,-0.004],[-0.004,-0.002],[0.004,-0.007]],"o":[[0,0],[-0.01,-0.025],[0.001,-0.016],[0.002,-0.003],[0.014,-0.009],[0.011,0.002],[0.008,0.004],[0,0],[-0.004,0.007]],"v":[[7.781,-5.531],[7.744,-5.572],[7.738,-5.635],[7.75,-5.67],[7.783,-5.705],[7.831,-5.719],[7.872,-5.716],[7.891,-5.706],[7.846,-5.635]],"c":true}],"e":[{"i":[[-0.613,0.479],[2.967,7.418],[-0.438,4.589],[-0.69,0.979],[-3.996,2.754],[-3.298,-0.494],[-2.318,-1.057],[-1.198,-0.591],[1.318,-2.108]],"o":[[0,0],[-2.967,-7.418],[0.438,-4.588],[0.691,-0.98],[3.997,-2.755],[3.297,0.494],[2.319,1.058],[0,0],[-1.318,2.108]],"v":[[-9.289,27.92],[-20.189,15.615],[-22.017,-3.079],[-18.607,-13.294],[-8.645,-23.607],[5.498,-27.905],[17.53,-26.873],[23.155,-24.011],[9.957,-3.018]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":105,"s":[{"i":[[-0.613,0.479],[2.967,7.418],[-0.438,4.589],[-0.69,0.979],[-3.996,2.754],[-3.298,-0.494],[-2.318,-1.057],[-1.198,-0.591],[1.318,-2.108]],"o":[[0,0],[-2.967,-7.418],[0.438,-4.588],[0.691,-0.98],[3.997,-2.755],[3.297,0.494],[2.319,1.058],[0,0],[-1.318,2.108]],"v":[[-9.289,27.92],[-20.189,15.615],[-22.017,-3.079],[-18.607,-13.294],[-8.645,-23.607],[5.498,-27.905],[17.53,-26.873],[23.155,-24.011],[9.957,-3.018]],"c":true}],"e":[{"i":[[-0.654,0.511],[3.164,7.912],[-0.467,4.894],[-0.736,1.044],[-4.262,2.937],[-3.518,-0.527],[-2.472,-1.128],[-1.278,-0.63],[1.405,-2.248]],"o":[[0,0],[-3.164,-7.912],[0.467,-4.893],[0.737,-1.045],[4.263,-2.938],[3.517,0.527],[2.473,1.128],[0,0],[-1.406,2.248]],"v":[[-9.907,29.779],[-21.532,16.654],[-23.482,-3.284],[-19.846,-14.179],[-9.221,-25.179],[5.864,-29.763],[18.696,-28.662],[24.696,-25.61],[10.619,-3.219]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0},"n":"0_1_0p167_0","t":108,"s":[{"i":[[-0.654,0.511],[3.164,7.912],[-0.467,4.894],[-0.736,1.044],[-4.262,2.937],[-3.518,-0.527],[-2.472,-1.128],[-1.278,-0.63],[1.405,-2.248]],"o":[[0,0],[-3.164,-7.912],[0.467,-4.893],[0.737,-1.045],[4.263,-2.938],[3.517,0.527],[2.473,1.128],[0,0],[-1.406,2.248]],"v":[[-9.907,29.779],[-21.532,16.654],[-23.482,-3.284],[-19.846,-14.179],[-9.221,-25.179],[5.864,-29.763],[18.696,-28.662],[24.696,-25.61],[10.619,-3.219]],"c":true}],"e":[{"i":[[-0.654,0.511],[3.164,7.912],[-0.467,4.894],[-0.736,1.044],[-4.262,2.937],[-3.518,-0.527],[-2.472,-1.128],[-1.278,-0.63],[1.405,-2.248]],"o":[[0,0],[-3.164,-7.912],[0.467,-4.893],[0.737,-1.045],[4.263,-2.938],[3.517,0.527],[2.473,1.128],[0,0],[-1.406,2.248]],"v":[[-9.907,29.779],[-21.532,16.654],[-23.482,-3.284],[-19.846,-14.179],[-9.221,-25.179],[5.864,-29.763],[18.696,-28.662],[24.696,-25.61],[10.619,-3.219]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":1,"y":0},"n":"0p833_0p833_1_0","t":191,"s":[{"i":[[-0.654,0.511],[3.164,7.912],[-0.467,4.894],[-0.736,1.044],[-4.262,2.937],[-3.518,-0.527],[-2.472,-1.128],[-1.278,-0.63],[1.405,-2.248]],"o":[[0,0],[-3.164,-7.912],[0.467,-4.893],[0.737,-1.045],[4.263,-2.938],[3.517,0.527],[2.473,1.128],[0,0],[-1.406,2.248]],"v":[[-9.907,29.779],[-21.532,16.654],[-23.482,-3.284],[-19.846,-14.179],[-9.221,-25.179],[5.864,-29.763],[18.696,-28.662],[24.696,-25.61],[10.619,-3.219]],"c":true}],"e":[{"i":[[-0.613,0.479],[2.967,7.418],[-0.438,4.589],[-0.69,0.979],[-3.996,2.754],[-3.298,-0.494],[-2.318,-1.057],[-1.198,-0.591],[1.318,-2.108]],"o":[[0,0],[-2.967,-7.418],[0.438,-4.588],[0.691,-0.98],[3.997,-2.755],[3.297,0.494],[2.319,1.058],[0,0],[-1.318,2.108]],"v":[[-9.289,27.92],[-20.189,15.615],[-22.017,-3.079],[-18.607,-13.294],[-8.645,-23.607],[5.498,-27.905],[17.53,-26.873],[23.155,-24.011],[9.957,-3.018]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":194,"s":[{"i":[[-0.613,0.479],[2.967,7.418],[-0.438,4.589],[-0.69,0.979],[-3.996,2.754],[-3.298,-0.494],[-2.318,-1.057],[-1.198,-0.591],[1.318,-2.108]],"o":[[0,0],[-2.967,-7.418],[0.438,-4.588],[0.691,-0.98],[3.997,-2.755],[3.297,0.494],[2.319,1.058],[0,0],[-1.318,2.108]],"v":[[-9.289,27.92],[-20.189,15.615],[-22.017,-3.079],[-18.607,-13.294],[-8.645,-23.607],[5.498,-27.905],[17.53,-26.873],[23.155,-24.011],[9.957,-3.018]],"c":true}],"e":[{"i":[[-0.002,0.002],[0.01,0.025],[-0.001,0.016],[-0.002,0.003],[-0.014,0.009],[-0.011,-0.002],[-0.008,-0.004],[-0.004,-0.002],[0.004,-0.007]],"o":[[0,0],[-0.01,-0.025],[0.001,-0.016],[0.002,-0.003],[0.014,-0.009],[0.011,0.002],[0.008,0.004],[0,0],[-0.004,0.007]],"v":[[7.781,-5.531],[7.744,-5.572],[7.738,-5.635],[7.75,-5.67],[7.783,-5.705],[7.831,-5.719],[7.872,-5.716],[7.891,-5.706],[7.846,-5.635]],"c":true}]},{"t":196}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.615,0.796,0.081,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[24.946,30.54],"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":"Schil","np":2,"mn":"ADBE Vector Group"}],"ip":98,"op":199,"st":-2,"bm":0,"sr":1},{"ddd":0,"ind":21,"ty":4,"nm":"olive2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[544.717,182.086,0]},"a":{"a":0,"k":[13.215,15.58,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":23,"s":[{"i":[[-0.102,-0.927],[0.441,-0.161],[0.101,0.927],[-0.441,0.161]],"o":[[0.102,0.927],[-0.441,0.161],[-0.101,-0.927],[0.441,-0.161]],"v":[[-316.194,-28.717],[-316.808,-26.747],[-317.789,-28.134],[-317.175,-30.104]],"c":true}],"e":[{"i":[[-1.133,-6.494],[4.946,-1.006],[1.131,6.494],[-4.947,1.005]],"o":[[1.133,6.494],[-4.946,1.006],[-1.131,-6.494],[4.947,-1.005]],"v":[[-310.89,-78.422],[-317.796,-64.842],[-328.804,-74.78],[-321.897,-88.36]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[-1.133,-6.494],[4.946,-1.006],[1.131,6.494],[-4.947,1.005]],"o":[[1.133,6.494],[-4.946,1.006],[-1.131,-6.494],[4.947,-1.005]],"v":[[-310.89,-78.422],[-317.796,-64.842],[-328.804,-74.78],[-321.897,-88.36]],"c":true}],"e":[{"i":[[-1.454,-7.813],[6.356,-1.183],[1.452,7.812],[-6.356,1.182]],"o":[[1.454,7.812],[-6.356,1.183],[-1.452,-7.812],[6.356,-1.182]],"v":[[-283.741,-2.893],[-292.616,13.394],[-306.759,1.392],[-297.883,-14.896]],"c":true}]},{"i":{"x":0.176,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p176_1_0p167_0p167","t":38,"s":[{"i":[[-1.454,-7.813],[6.356,-1.183],[1.452,7.812],[-6.356,1.182]],"o":[[1.454,7.812],[-6.356,1.183],[-1.452,-7.812],[6.356,-1.182]],"v":[[-283.741,-2.893],[-292.616,13.394],[-306.759,1.392],[-297.883,-14.896]],"c":true}],"e":[{"i":[[1.459,-7.812],[6.355,1.187],[-1.461,7.81],[-6.355,-1.188]],"o":[[-1.459,7.811],[-6.355,-1.187],[1.461,-7.81],[6.355,1.188]],"v":[[-248.742,2.399],[-262.891,14.394],[-271.757,-1.899],[-257.607,-13.894]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":71,"s":[{"i":[[1.459,-7.812],[6.355,1.187],[-1.461,7.81],[-6.355,-1.188]],"o":[[-1.459,7.811],[-6.355,-1.187],[1.461,-7.81],[6.355,1.188]],"v":[[-248.742,2.399],[-262.891,14.394],[-271.757,-1.899],[-257.607,-13.894]],"c":true}],"e":[{"i":[[1.459,-7.812],[6.355,1.187],[-1.461,7.81],[-6.355,-1.188]],"o":[[-1.459,7.811],[-6.355,-1.187],[1.461,-7.81],[6.355,1.188]],"v":[[-248.742,2.399],[-262.891,14.394],[-271.757,-1.899],[-257.607,-13.894]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":87,"s":[{"i":[[1.459,-7.812],[6.355,1.187],[-1.461,7.81],[-6.355,-1.188]],"o":[[-1.459,7.811],[-6.355,-1.187],[1.461,-7.81],[6.355,1.188]],"v":[[-248.742,2.399],[-262.891,14.394],[-271.757,-1.899],[-257.607,-13.894]],"c":true}],"e":[{"i":[[1.459,-7.812],[6.355,1.187],[-1.461,7.81],[-6.355,-1.188]],"o":[[-1.459,7.811],[-6.355,-1.187],[1.461,-7.81],[6.355,1.188]],"v":[[-248.242,4.899],[-262.391,16.894],[-271.257,0.601],[-257.107,-11.394]],"c":true}]},{"i":{"x":0.164,"y":1},"o":{"x":0.167,"y":0},"n":"0p164_1_0p167_0","t":92,"s":[{"i":[[1.459,-7.812],[6.355,1.187],[-1.461,7.81],[-6.355,-1.188]],"o":[[-1.459,7.811],[-6.355,-1.187],[1.461,-7.81],[6.355,1.188]],"v":[[-248.242,4.899],[-262.391,16.894],[-271.257,0.601],[-257.107,-11.394]],"c":true}],"e":[{"i":[[1.27,-0.048],[0.274,1.074],[-0.838,0.025],[-0.173,-0.881]],"o":[[-1.27,0.048],[-0.274,-1.074],[0.838,-0.025],[0.173,0.881]],"v":[[-281.142,-49.339],[-299.611,-61.999],[-285.683,-82.317],[-267.214,-69.658]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":101,"s":[{"i":[[1.27,-0.048],[0.274,1.074],[-0.838,0.025],[-0.173,-0.881]],"o":[[-1.27,0.048],[-0.274,-1.074],[0.838,-0.025],[0.173,0.881]],"v":[[-281.142,-49.339],[-299.611,-61.999],[-285.683,-82.317],[-267.214,-69.658]],"c":true}],"e":[{"i":[[0.694,-1.065],[1.035,0.396],[-0.463,0.698],[-0.819,-0.367]],"o":[[-0.694,1.065],[-1.035,-0.396],[0.463,-0.698],[0.819,0.367]],"v":[[-265.902,96.38],[-286.899,104.157],[-295.456,81.057],[-274.459,73.28]],"c":true}]},{"t":132}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":94,"s":[0.997,0.921,0.777,1],"e":[0.848,0.966,1,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0.333]},"n":["0p833_0p833_0p333_0p333"],"t":99,"s":[0.848,0.966,1,1],"e":[0.848,0.966,1,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":107,"s":[0.848,0.966,1,1],"e":[0.576,0.341,0.31,1]},{"t":108}]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[13.215,15.581],"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"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":"Group 2","np":0,"mn":"ADBE Vector Group"}],"ip":23,"op":98,"st":36,"bm":0,"sr":1},{"ddd":0,"ind":22,"ty":4,"nm":"olive1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[538.463,199.399,0]},"a":{"a":0,"k":[11.099,12.419,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":25,"s":[{"i":[[-0.161,-0.807],[0.701,-0.14],[0.161,0.807],[-0.701,0.14]],"o":[[0.161,0.807],[-0.701,0.14],[-0.161,-0.807],[0.701,-0.14]],"v":[[-305.699,-41.255],[-306.676,-39.539],[-308.237,-40.747],[-307.26,-42.463]],"c":true}],"e":[{"i":[[-1.356,-6.776],[5.884,-1.177],[1.354,6.777],[-5.883,1.176]],"o":[[1.356,6.776],[-5.883,1.177],[-1.354,-6.777],[5.884,-1.177]],"v":[[-297.461,-69.978],[-305.66,-55.576],[-318.768,-65.715],[-310.569,-80.116]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[{"i":[[-1.356,-6.776],[5.884,-1.177],[1.354,6.777],[-5.883,1.176]],"o":[[1.356,6.776],[-5.883,1.177],[-1.354,-6.777],[5.884,-1.177]],"v":[[-297.461,-69.978],[-305.66,-55.576],[-318.768,-65.715],[-310.569,-80.116]],"c":true}],"e":[{"i":[[-1.231,-6.153],[5.343,-1.069],[1.229,6.153],[-5.342,1.068]],"o":[[1.231,6.153],[-5.342,1.069],[-1.229,-6.153],[5.343,-1.068]],"v":[[-293.92,-46.936],[-301.365,-33.86],[-313.267,-43.066],[-305.822,-56.142]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34,"s":[{"i":[[-1.231,-6.153],[5.343,-1.069],[1.229,6.153],[-5.342,1.068]],"o":[[1.231,6.153],[-5.342,1.069],[-1.229,-6.153],[5.343,-1.068]],"v":[[-293.92,-46.936],[-301.365,-33.86],[-313.267,-43.066],[-305.822,-56.142]],"c":true}],"e":[{"i":[[-1.231,-6.153],[5.343,-1.069],[1.229,6.153],[-5.342,1.068]],"o":[[1.231,6.153],[-5.342,1.069],[-1.229,-6.153],[5.343,-1.068]],"v":[[-280.42,-1.936],[-287.865,11.14],[-299.767,1.934],[-292.322,-11.142]],"c":true}]},{"i":{"x":0.176,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p176_1_0p167_0p167","t":38,"s":[{"i":[[-1.231,-6.153],[5.343,-1.069],[1.229,6.153],[-5.342,1.068]],"o":[[1.231,6.153],[-5.342,1.069],[-1.229,-6.153],[5.343,-1.068]],"v":[[-280.42,-1.936],[-287.865,11.14],[-299.767,1.934],[-292.322,-11.142]],"c":true}],"e":[{"i":[[1.152,-6.168],[5.356,1],[-1.154,6.168],[-5.355,-1.001]],"o":[[-1.152,6.168],[-5.355,-1],[1.154,-6.168],[5.356,1.001]],"v":[[-250.396,1.811],[-262.18,11.168],[-269.791,-1.812],[-258.007,-11.169]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":73,"s":[{"i":[[1.152,-6.168],[5.356,1],[-1.154,6.168],[-5.355,-1.001]],"o":[[-1.152,6.168],[-5.355,-1],[1.154,-6.168],[5.356,1.001]],"v":[[-250.396,1.811],[-262.18,11.168],[-269.791,-1.812],[-258.007,-11.169]],"c":true}],"e":[{"i":[[1.152,-6.168],[5.356,1],[-1.154,6.168],[-5.355,-1.001]],"o":[[-1.152,6.168],[-5.355,-1],[1.154,-6.168],[5.356,1.001]],"v":[[-250.396,1.811],[-262.18,11.168],[-269.791,-1.812],[-258.007,-11.169]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":88,"s":[{"i":[[1.152,-6.168],[5.356,1],[-1.154,6.168],[-5.355,-1.001]],"o":[[-1.152,6.168],[-5.355,-1],[1.154,-6.168],[5.356,1.001]],"v":[[-250.396,1.811],[-262.18,11.168],[-269.791,-1.812],[-258.007,-11.169]],"c":true}],"e":[{"i":[[1.152,-6.168],[5.356,1],[-1.154,6.168],[-5.355,-1.001]],"o":[[-1.152,6.168],[-5.355,-1],[1.154,-6.168],[5.356,1.001]],"v":[[-251.146,5.811],[-262.93,15.168],[-270.541,2.188],[-258.757,-7.169]],"c":true}]},{"i":{"x":0.164,"y":1},"o":{"x":0.167,"y":0},"n":"0p164_1_0p167_0","t":92,"s":[{"i":[[1.152,-6.168],[5.356,1],[-1.154,6.168],[-5.355,-1.001]],"o":[[-1.152,6.168],[-5.355,-1],[1.154,-6.168],[5.356,1.001]],"v":[[-251.146,5.811],[-262.93,15.168],[-270.541,2.188],[-258.757,-7.169]],"c":true}],"e":[{"i":[[0.967,-0.741],[0.81,0.688],[-0.641,0.484],[-0.623,-0.593]],"o":[[-0.967,0.741],[-0.81,-0.688],[0.641,-0.484],[0.623,0.593]],"v":[[-278.642,-38.816],[-300.097,-38.472],[-300.475,-62.077],[-279.02,-62.42]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":101,"s":[{"i":[[0.967,-0.741],[0.81,0.688],[-0.641,0.484],[-0.623,-0.593]],"o":[[-0.967,0.741],[-0.81,-0.688],[0.641,-0.484],[0.623,0.593]],"v":[[-278.642,-38.816],[-300.097,-38.472],[-300.475,-62.077],[-279.02,-62.42]],"c":true}],"e":[{"i":[[1.207,-0.399],[0.562,0.955],[-0.798,0.257],[-0.411,-0.798]],"o":[[-1.207,0.399],[-0.562,-0.955],[0.798,-0.257],[0.411,0.798]],"v":[[-288.256,111.016],[-309.519,103.999],[-301.799,80.606],[-280.536,87.623]],"c":true}]},{"t":132}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[1.821]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1p821_0p333_0"],"t":94,"s":[0.995,0.751,0.324,1],"e":[0.848,0.966,1,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":106,"s":[0.848,0.966,1,1],"e":[0.576,0.341,0.31,1]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_0p667_0p167_0p167"],"t":107,"s":[0.576,0.341,0.31,1],"e":[0.576,0.341,0.31,1]},{"t":115}]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[13.215,15.581],"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":25,"op":98,"st":38,"bm":0,"sr":1},{"ddd":0,"ind":23,"ty":4,"nm":"Stick","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[536.96,205.096,0]},"a":{"a":0,"k":[18.577,47.1,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":25,"s":[{"i":[[0,0],[-0.119,-0.255],[0,0],[0,0],[0,0],[0,0],[0.493,-0.059],[-0.06,-0.492]],"o":[[0.017,0.043],[0.119,0.255],[0,0],[0,0],[0,0],[-0.06,-0.492],[-0.492,0.059],[0,0]],"v":[[-329.184,-140.584],[-328.925,-140.019],[-328.692,-139.519],[-328.576,-140.052],[-328.46,-140.585],[-329.159,-147.174],[-330.159,-147.958],[-330.942,-146.959]],"c":true}],"e":[{"i":[[0,0],[-0.119,-0.255],[0,0],[0,0],[0,0],[0,0],[0.493,-0.059],[-0.06,-0.492]],"o":[[0.017,0.043],[0.119,0.255],[0,0],[0,0],[0,0],[-0.06,-0.492],[-0.492,0.059],[0,0]],"v":[[-309.934,-76.584],[-309.675,-76.019],[-309.442,-75.519],[-309.326,-76.052],[-309.21,-76.585],[-314.159,-122.174],[-315.159,-122.958],[-315.942,-121.959]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[0,0],[-0.119,-0.255],[0,0],[0,0],[0,0],[0,0],[0.493,-0.059],[-0.06,-0.492]],"o":[[0.017,0.043],[0.119,0.255],[0,0],[0,0],[0,0],[-0.06,-0.492],[-0.492,0.059],[0,0]],"v":[[-309.934,-76.584],[-309.675,-76.019],[-309.442,-75.519],[-309.326,-76.052],[-309.21,-76.585],[-314.159,-122.174],[-315.159,-122.958],[-315.942,-121.959]],"c":true}],"e":[{"i":[[0,0],[-0.177,-0.561],[0,0],[0,0],[0,0],[0,0],[1.036,0.009],[0.009,-1.035]],"o":[[0.024,0.094],[0.177,0.56],[0,0],[0,0],[0,0],[0.009,-1.035],[-1.034,-0.009],[0,0]],"v":[[-288.968,39.991],[-288.584,41.23],[-288.236,42.327],[-287.853,41.255],[-287.47,40.182],[-285.48,-49.777],[-287.339,-51.668],[-289.23,-49.81]],"c":true}]},{"i":{"x":0.176,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p176_1_0p167_0p167","t":38,"s":[{"i":[[0,0],[-0.177,-0.561],[0,0],[0,0],[0,0],[0,0],[1.036,0.009],[0.009,-1.035]],"o":[[0.024,0.094],[0.177,0.56],[0,0],[0,0],[0,0],[0.009,-1.035],[-1.034,-0.009],[0,0]],"v":[[-288.968,39.991],[-288.584,41.23],[-288.236,42.327],[-287.853,41.255],[-287.47,40.182],[-285.48,-49.777],[-287.339,-51.668],[-289.23,-49.81]],"c":true}],"e":[{"i":[[0,0],[0.027,-0.588],[0,0],[0,0],[0,0],[0,0],[0.969,0.365],[0.365,-0.969]],"o":[[-0.011,0.096],[-0.027,0.588],[0,0],[0,0],[0,0],[0.365,-0.969],[-0.968,-0.365],[0,0]],"v":[[-277.96,44.403],[-278.026,45.699],[-278.077,46.85],[-277.348,45.975],[-276.619,45.1],[-241.788,-44.068],[-242.882,-46.485],[-245.297,-45.391]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":71,"s":[{"i":[[0,0],[0.027,-0.588],[0,0],[0,0],[0,0],[0,0],[0.969,0.365],[0.365,-0.969]],"o":[[-0.011,0.096],[-0.027,0.588],[0,0],[0,0],[0,0],[0.365,-0.969],[-0.968,-0.365],[0,0]],"v":[[-277.96,44.403],[-278.026,45.699],[-278.077,46.85],[-277.348,45.975],[-276.619,45.1],[-241.788,-44.068],[-242.882,-46.485],[-245.297,-45.391]],"c":true}],"e":[{"i":[[0,0],[0.027,-0.588],[0,0],[0,0],[0,0],[0,0],[0.969,0.365],[0.365,-0.969]],"o":[[-0.011,0.096],[-0.027,0.588],[0,0],[0,0],[0,0],[0.365,-0.969],[-0.968,-0.365],[0,0]],"v":[[-277.96,44.403],[-278.026,45.699],[-278.077,46.85],[-277.348,45.975],[-276.619,45.1],[-241.788,-44.068],[-242.882,-46.485],[-245.297,-45.391]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":87,"s":[{"i":[[0,0],[0.027,-0.588],[0,0],[0,0],[0,0],[0,0],[0.969,0.365],[0.365,-0.969]],"o":[[-0.011,0.096],[-0.027,0.588],[0,0],[0,0],[0,0],[0.365,-0.969],[-0.968,-0.365],[0,0]],"v":[[-277.96,44.403],[-278.026,45.699],[-278.077,46.85],[-277.348,45.975],[-276.619,45.1],[-241.788,-44.068],[-242.882,-46.485],[-245.297,-45.391]],"c":true}],"e":[{"i":[[0,0],[0.073,-0.583],[0,0],[0,0],[0,0],[0,0],[0.937,0.442],[0.441,-0.937]],"o":[[-0.018,0.096],[-0.074,0.583],[0,0],[0,0],[0,0],[0.441,-0.937],[-0.936,-0.441],[0,0]],"v":[[-282.193,46.06],[-282.362,47.346],[-282.505,48.489],[-281.708,47.675],[-280.912,46.861],[-239.081,-39.246],[-239.979,-41.741],[-242.473,-40.844]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0},"n":"0_1_0p167_0","t":92,"s":[{"i":[[0,0],[0.073,-0.583],[0,0],[0,0],[0,0],[0,0],[0.937,0.442],[0.441,-0.937]],"o":[[-0.018,0.096],[-0.074,0.583],[0,0],[0,0],[0,0],[0.441,-0.937],[-0.936,-0.441],[0,0]],"v":[[-282.193,46.06],[-282.362,47.346],[-282.505,48.489],[-281.708,47.675],[-280.912,46.861],[-239.081,-39.246],[-239.979,-41.741],[-242.473,-40.844]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.394,0.124],[0,0],[0.093,-1.04]],"o":[[0.049,0.195],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-252.246,-125.864],[-258.077,-67.316],[-254.605,-67.316],[-248.489,-127.538],[-245.167,-163.366],[-246.188,-163.62],[-248.797,-163.85],[-249.227,-159.208]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.808,"y":0},"n":"0_1_0p808_0","t":94,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.394,0.124],[0,0],[0.093,-1.04]],"o":[[0.049,0.195],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-252.246,-125.864],[-258.077,-67.316],[-254.605,-67.316],[-248.489,-127.538],[-245.167,-163.366],[-246.188,-163.62],[-248.797,-163.85],[-249.227,-159.208]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.394,0.124],[0,0],[0.093,-1.04]],"o":[[0.049,0.195],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-248.246,-146.364],[-254.077,-87.816],[-248.73,-87.816],[-242.614,-148.038],[-239.292,-183.866],[-242.188,-184.12],[-244.797,-184.35],[-245.227,-179.708]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.808,"y":0},"n":"0p833_0p833_0p808_0","t":100,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.394,0.124],[0,0],[0.093,-1.04]],"o":[[0.049,0.195],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-248.246,-146.364],[-254.077,-87.816],[-248.73,-87.816],[-242.614,-148.038],[-239.292,-183.866],[-242.188,-184.12],[-244.797,-184.35],[-245.227,-179.708]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.394,0.124],[0,0],[0.093,-1.04]],"o":[[0.049,0.195],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-257.332,-67.413],[-260.942,-30.672],[-256.064,-28.141],[-251.7,-69.087],[-247.874,-105.319],[-250.77,-105.573],[-253.379,-105.803],[-254.919,-92.48]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":108,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.394,0.124],[0,0],[0.093,-1.04]],"o":[[0.049,0.195],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-257.332,-67.413],[-260.942,-30.672],[-256.064,-28.141],[-251.7,-69.087],[-247.874,-105.319],[-250.77,-105.573],[-253.379,-105.803],[-254.919,-92.48]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.394,0.124],[0,0],[0.093,-1.04]],"o":[[0.049,0.195],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-259.496,-48.614],[-259.827,-40.441],[-255.605,-35.066],[-253.864,-50.288],[-249.917,-86.616],[-252.813,-86.87],[-255.422,-87.1],[-257.227,-71.708]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":110,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.394,0.124],[0,0],[0.093,-1.04]],"o":[[0.049,0.195],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-259.496,-48.614],[-259.827,-40.441],[-255.605,-35.066],[-253.864,-50.288],[-249.917,-86.616],[-252.813,-86.87],[-255.422,-87.1],[-257.227,-71.708]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.394,0.124],[0,0],[0.093,-1.04]],"o":[[0.049,0.195],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-259.496,-48.264],[-262.233,-17.393],[-256.89,-17.599],[-253.864,-50.288],[-250.184,-84.532],[-253.08,-84.786],[-255.689,-85.016],[-257.227,-71.708]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":114,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.394,0.124],[0,0],[0.093,-1.04]],"o":[[0.049,0.195],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-259.496,-48.264],[-262.233,-17.393],[-256.89,-17.599],[-253.864,-50.288],[-250.184,-84.532],[-253.08,-84.786],[-255.689,-85.016],[-257.227,-71.708]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.394,0.124],[0,0],[0.093,-1.04]],"o":[[0.049,0.195],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-259.496,-47.907],[-262.655,-12.323],[-257.31,-12.363],[-253.864,-50.288],[-250.455,-82.41],[-253.351,-82.664],[-255.96,-82.894],[-257.227,-71.708]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":117,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.394,0.124],[0,0],[0.093,-1.04]],"o":[[0.049,0.195],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-259.496,-47.907],[-262.655,-12.323],[-257.31,-12.363],[-253.864,-50.288],[-250.455,-82.41],[-253.351,-82.664],[-255.96,-82.894],[-257.227,-71.708]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.394,0.124],[0,0],[0.093,-1.04]],"o":[[0.049,0.195],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-259.496,-47.67],[-262.665,-14.151],[-257.257,-14.102],[-253.864,-50.288],[-250.636,-80.995],[-253.532,-81.249],[-256.141,-81.479],[-257.227,-71.708]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":119,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.394,0.124],[0,0],[0.093,-1.04]],"o":[[0.049,0.195],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-259.496,-47.67],[-262.665,-14.151],[-257.257,-14.102],[-253.864,-50.288],[-250.636,-80.995],[-253.532,-81.249],[-256.141,-81.479],[-257.227,-71.708]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.394,0.124],[0,0],[0.093,-1.04]],"o":[[0.049,0.195],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-259.496,-47.551],[-262.577,-16.003],[-257.23,-16.378],[-253.864,-50.288],[-250.726,-80.288],[-253.622,-80.542],[-256.231,-80.772],[-257.227,-71.708]],"c":true}]},{"i":{"x":0.338,"y":1},"o":{"x":0.714,"y":0.714},"n":"0p338_1_0p714_0p714","t":120,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.394,0.124],[0,0],[0.093,-1.04]],"o":[[0.049,0.195],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-259.496,-47.551],[-262.577,-16.003],[-257.23,-16.378],[-253.864,-50.288],[-250.726,-80.288],[-253.622,-80.542],[-256.231,-80.772],[-257.227,-71.708]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.394,0.124],[0,0],[0.093,-1.04]],"o":[[0.049,0.195],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-259.496,-47.972],[-261.765,-26.424],[-256.418,-26.65],[-253.864,-50.288],[-250.951,-78.536],[-253.847,-78.79],[-256.456,-79.02],[-257.227,-71.708]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":124,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.394,0.124],[0,0],[0.093,-1.04]],"o":[[0.049,0.195],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-259.496,-47.972],[-261.765,-26.424],[-256.418,-26.65],[-253.864,-50.288],[-250.951,-78.536],[-253.847,-78.79],[-256.456,-79.02],[-257.227,-71.708]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.394,0.124],[0,0],[0.093,-1.04]],"o":[[0.049,0.195],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-259.496,-48.311],[-261.694,-24.295],[-256.659,-23.277],[-253.864,-50.288],[-251.131,-77.126],[-254.027,-77.38],[-256.636,-77.61],[-257.227,-71.708]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":129,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.394,0.124],[0,0],[0.093,-1.04]],"o":[[0.049,0.195],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-259.496,-48.311],[-261.694,-24.295],[-256.659,-23.277],[-253.864,-50.288],[-251.131,-77.126],[-254.027,-77.38],[-256.636,-77.61],[-257.227,-71.708]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.394,0.124],[0,0],[0.093,-1.04]],"o":[[0.049,0.195],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-259.496,-48.503],[-262.505,-15.074],[-257.335,-14.953],[-253.864,-50.288],[-251.233,-76.325],[-254.129,-76.579],[-256.738,-76.809],[-257.227,-71.708]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":133,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.394,0.124],[0,0],[0.093,-1.04]],"o":[[0.049,0.195],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-259.496,-48.503],[-262.505,-15.074],[-257.335,-14.953],[-253.864,-50.288],[-251.233,-76.325],[-254.129,-76.579],[-256.738,-76.809],[-257.227,-71.708]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.394,0.124],[0,0],[0.093,-1.04]],"o":[[0.049,0.195],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-259.496,-48.577],[-262.929,-13.726],[-257.639,-13.124],[-253.864,-50.288],[-251.273,-76.016],[-254.169,-76.27],[-256.778,-76.5],[-257.227,-71.708]],"c":true}]},{"i":{"x":0.201,"y":1},"o":{"x":0.709,"y":0.709},"n":"0p201_1_0p709_0p709","t":136,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.394,0.124],[0,0],[0.093,-1.04]],"o":[[0.049,0.195],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-259.496,-48.577],[-262.929,-13.726],[-257.639,-13.124],[-253.864,-50.288],[-251.273,-76.016],[-254.169,-76.27],[-256.778,-76.5],[-257.227,-71.708]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.394,0.124],[0,0],[0.093,-1.04]],"o":[[0.049,0.195],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-259.496,-48.614],[-262.577,-15.066],[-257.418,-14.628],[-253.864,-50.288],[-251.292,-75.866],[-254.188,-76.12],[-256.797,-76.35],[-257.477,-70.271]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":142,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.394,0.124],[0,0],[0.093,-1.04]],"o":[[0.049,0.195],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-259.496,-48.614],[-262.577,-15.066],[-257.418,-14.628],[-253.864,-50.288],[-251.292,-75.866],[-254.188,-76.12],[-256.797,-76.35],[-257.477,-70.271]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.394,0.124],[0,0],[0.093,-1.04]],"o":[[0.049,0.195],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-259.496,-48.614],[-262.452,-18.253],[-257.105,-18.628],[-253.864,-50.288],[-251.292,-75.866],[-254.188,-76.12],[-256.797,-76.35],[-257.477,-69.021]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":155,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.394,0.124],[0,0],[0.093,-1.04]],"o":[[0.049,0.195],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-259.496,-48.614],[-262.452,-18.253],[-257.105,-18.628],[-253.864,-50.288],[-251.292,-75.866],[-254.188,-76.12],[-256.797,-76.35],[-257.477,-69.021]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.394,0.124],[0,0],[0.392,-3.138]],"o":[[0.049,0.195],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-259.496,-48.614],[-262.327,-17.128],[-257.105,-17.191],[-253.864,-50.288],[-251.292,-75.866],[-254.188,-76.12],[-256.797,-76.35],[-257.977,-65.458]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":177,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.394,0.124],[0,0],[0.392,-3.138]],"o":[[0.049,0.195],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-259.496,-48.614],[-262.327,-17.128],[-257.105,-17.191],[-253.864,-50.288],[-251.292,-75.866],[-254.188,-76.12],[-256.797,-76.35],[-257.977,-65.458]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.394,0.124],[0,0],[0.392,-3.138]],"o":[[0.049,0.195],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-259.496,-48.614],[-262.327,-17.128],[-257.105,-17.191],[-253.864,-50.288],[-251.292,-75.866],[-254.188,-76.12],[-256.797,-76.35],[-257.977,-65.458]],"c":true}]},{"i":{"x":0.833,"y":0.836},"o":{"x":0.898,"y":0},"n":"0p833_0p836_0p898_0","t":187,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.394,0.124],[0,0],[0.392,-3.138]],"o":[[0.049,0.195],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-259.496,-48.614],[-262.327,-17.128],[-257.105,-17.191],[-253.864,-50.288],[-251.292,-75.866],[-254.188,-76.12],[-256.797,-76.35],[-257.977,-65.458]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.394,0.124],[0,0],[0.017,-0.326]],"o":[[0.049,0.195],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-253.309,44.449],[-253.202,45.934],[-247.98,45.934],[-247.927,44.9],[-247.792,44.884],[-250.688,44.63],[-253.297,44.4],[-253.29,44.667]],"c":true}]},{"t":195}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[-0.199]},"n":["0p667_1_0p167_-0p199"],"t":91,"s":[0.998,0.651,0.128,1],"e":[0.116,0.073,0.086,1]},{"t":94}]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[18.577,47.1],"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":25,"op":196,"st":36,"bm":0,"sr":1},{"ddd":0,"ind":24,"ty":4,"nm":"Straw","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[470.915,162.13,0]},"a":{"a":0,"k":[3.334,23.37,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":111,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.397,0.065],[0,0],[0.048,-1.042]],"o":[[0.057,0.193],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-193.354,2.148],[-193.527,4.716],[-188.274,10.459],[-187.798,0.236],[-186.319,-25.428],[-189.223,-25.56],[-191.839,-25.678],[-192.071,-21.023]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.397,0.029],[0,0],[0.021,-1.043]],"o":[[0.062,0.191],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-196.615,3.562],[-197.168,31.263],[-191.155,30.859],[-191.112,1.512],[-190.301,-23.523],[-193.205,-23.581],[-195.822,-23.634],[-195.937,-18.977]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":117,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.397,0.029],[0,0],[0.021,-1.043]],"o":[[0.062,0.191],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-196.615,3.562],[-197.168,31.263],[-191.155,30.859],[-191.112,1.512],[-190.301,-23.523],[-193.205,-23.581],[-195.822,-23.634],[-195.937,-18.977]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.398,-0.003],[0,0],[-0.003,-1.043]],"o":[[0.066,0.19],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-199.607,4.859],[-199.723,19.447],[-194.061,17.925],[-194.153,2.683],[-193.955,-21.775],[-196.859,-21.766],[-199.477,-21.758],[-199.484,-17.101]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":123,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.398,-0.003],[0,0],[-0.003,-1.043]],"o":[[0.066,0.19],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-199.607,4.859],[-199.723,19.447],[-194.061,17.925],[-194.153,2.683],[-193.955,-21.775],[-196.859,-21.766],[-199.477,-21.758],[-199.484,-17.101]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.398,-0.012],[0,0],[-0.009,-1.043]],"o":[[0.067,0.189],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-200.416,5.21],[-200.477,18.734],[-195.16,15.586],[-194.975,3],[-194.943,-21.302],[-197.847,-21.275],[-200.465,-21.251],[-200.443,-16.593]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":126,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.398,-0.012],[0,0],[-0.009,-1.043]],"o":[[0.067,0.189],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-200.416,5.21],[-200.477,18.734],[-195.16,15.586],[-194.975,3],[-194.943,-21.302],[-197.847,-21.275],[-200.465,-21.251],[-200.443,-16.593]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.398,-0.019],[0,0],[-0.015,-1.043]],"o":[[0.068,0.189],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-201.121,5.516],[-201.185,18.093],[-195.754,19.013],[-195.691,3.275],[-195.803,-20.891],[-198.708,-20.848],[-201.326,-20.809],[-201.278,-16.151]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":129,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.398,-0.019],[0,0],[-0.015,-1.043]],"o":[[0.068,0.189],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-201.121,5.516],[-201.185,18.093],[-195.754,19.013],[-195.691,3.275],[-195.803,-20.891],[-198.708,-20.848],[-201.326,-20.809],[-201.278,-16.151]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.398,-0.028],[0,0],[-0.021,-1.043]],"o":[[0.07,0.188],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-201.928,5.865],[-202.046,27.954],[-196.435,28.334],[-196.512,3.591],[-196.789,-20.419],[-199.693,-20.358],[-202.311,-20.303],[-202.235,-15.645]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":133,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.398,-0.028],[0,0],[-0.021,-1.043]],"o":[[0.07,0.188],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-201.928,5.865],[-202.046,27.954],[-196.435,28.334],[-196.512,3.591],[-196.789,-20.419],[-199.693,-20.358],[-202.311,-20.303],[-202.235,-15.645]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.398,-0.033],[0,0],[-0.025,-1.043]],"o":[[0.07,0.188],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-202.427,6.082],[-202.167,28.1],[-196.794,28.877],[-197.019,3.787],[-197.398,-20.128],[-200.303,-20.055],[-202.921,-19.99],[-202.827,-15.331]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":137,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.398,-0.033],[0,0],[-0.025,-1.043]],"o":[[0.07,0.188],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-202.427,6.082],[-202.167,28.1],[-196.794,28.877],[-197.019,3.787],[-197.398,-20.128],[-200.303,-20.055],[-202.921,-19.99],[-202.827,-15.331]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.398,-0.037],[0,0],[-0.028,-1.043]],"o":[[0.071,0.188],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-202.762,6.227],[-202.426,26.981],[-197.124,27.336],[-197.359,3.918],[-197.807,-19.932],[-200.712,-19.852],[-203.33,-19.78],[-203.224,-15.121]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":143,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.398,-0.037],[0,0],[-0.028,-1.043]],"o":[[0.071,0.188],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-202.762,6.227],[-202.426,26.981],[-197.124,27.336],[-197.359,3.918],[-197.807,-19.932],[-200.712,-19.852],[-203.33,-19.78],[-203.224,-15.121]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.398,-0.038],[0,0],[-0.029,-1.043]],"o":[[0.071,0.188],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-202.868,6.273],[-202.508,25.639],[-197.228,25.12],[-197.467,3.959],[-197.936,-19.87],[-200.841,-19.788],[-203.46,-19.714],[-203.349,-15.055]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":156,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.398,-0.038],[0,0],[-0.029,-1.043]],"o":[[0.071,0.188],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-202.868,6.273],[-202.508,25.639],[-197.228,25.12],[-197.467,3.959],[-197.936,-19.87],[-200.841,-19.788],[-203.46,-19.714],[-203.349,-15.055]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.398,-0.038],[0,0],[-0.029,-1.043]],"o":[[0.071,0.188],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-202.868,6.273],[-202.508,25.639],[-197.228,25.12],[-197.467,3.959],[-197.936,-19.87],[-200.841,-19.788],[-203.46,-19.714],[-203.349,-15.055]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":187,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.398,-0.038],[0,0],[-0.029,-1.043]],"o":[[0.071,0.188],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-202.868,6.273],[-202.508,25.639],[-197.228,25.12],[-197.467,3.959],[-197.936,-19.87],[-200.841,-19.788],[-203.46,-19.714],[-203.349,-15.055]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.398,-0.003],[0,0],[-0.029,-0.074]],"o":[[0.071,0.013],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-198.242,88.992],[-198.007,89.496],[-192.727,89.459],[-192.779,88.859],[-192.935,87.131],[-195.84,87.137],[-198.458,87.142],[-198.348,87.474]],"c":true}]},{"t":194}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.116,0.073,0.086,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[3.334,23.37],"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":111,"op":195,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":25,"ty":4,"nm":"BG","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[250,250,0]},"a":{"a":0,"k":[250.25,250.25,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-250,250],[250,250],[250,-250],[-250,-250]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.275,0.196,0.408,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[250.25,250.25],"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":517,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/images/img_0.png b/ohos/flutter_lottie/assets/lottiefiles/images/img_0.png new file mode 100644 index 0000000000000000000000000000000000000000..471e988b12cf0bb7b6f83fb40564f41914bdb012 Binary files /dev/null and b/ohos/flutter_lottie/assets/lottiefiles/images/img_0.png differ diff --git a/ohos/flutter_lottie/assets/lottiefiles/img_0.png b/ohos/flutter_lottie/assets/lottiefiles/img_0.png new file mode 100644 index 0000000000000000000000000000000000000000..471e988b12cf0bb7b6f83fb40564f41914bdb012 Binary files /dev/null and b/ohos/flutter_lottie/assets/lottiefiles/img_0.png differ diff --git a/ohos/flutter_lottie/assets/lottiefiles/immiguide_.json b/ohos/flutter_lottie/assets/lottiefiles/immiguide_.json new file mode 100644 index 0000000000000000000000000000000000000000..4f99c578c5d0f0bde9d1a6677cbbd9efc4a4d8ac --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/immiguide_.json @@ -0,0 +1 @@ +{"v":"4.5.6","fr":29.9700012207031,"ip":0,"op":90.0000036657751,"w":612,"h":792,"ddd":0,"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Family Support Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[300,404,0]},"a":{"a":0,"k":[250,250,0]},"s":{"a":0,"k":[144,144,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,109.51],[109.51,0],[0,-109.51],[-109.51,0]],"o":[[0,-109.51],[-109.51,0],[0,109.51],[109.51,0]],"v":[[198.286,0],[0,-198.286],[-198.285,0],[0,198.286]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"t":30.0000012219251}],"ix":1},"e":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[255.955,221.02],"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":"Group 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":86.0000035028518,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"ImmiGuide 2 Outlines","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[2],"e":[2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[2],"e":[56]},{"t":60.0000024438501}]},"r":{"a":0,"k":28},"p":{"a":0,"k":[290,222,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[44,44,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[8.613,-48.691],[8.613,26.016],[354.841,26.016],[354.841,-48.691]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,2.414],[2.566,2.25],[3.844,0],[3.844,-3.82],[0,-5.086],[-2.086,-2.496],[-2.93,0],[-1.02,0.879],[0,1.36],[1.523,0.61],[0.644,0.797],[0,1.453],[-1.898,2.028],[-2.344,0],[-0.961,-0.832],[0,-1.055],[1.429,-3.516],[0,0],[0,-1.336],[-1.336,-0.996],[-2.578,0],[0,0],[-1.137,0.879],[0,1.594],[3.234,0],[0,0]],"o":[[1.218,-3],[0,-3.351],[-2.566,-2.25],[-5.11,0],[-3.844,3.82],[0,3.493],[2.086,2.496],[1.523,0],[1.02,-0.879],[0,-1.477],[-1.711,-0.68],[-0.645,-0.797],[0,-2.508],[1.898,-2.027],[1.242,0],[0.961,0.832],[0,1.313],[0,0],[-0.961,2.391],[0,1.898],[1.336,0.996],[0,0],[2.062,0],[1.137,-0.879],[0,-2.25],[0,0],[0,0]],"v":[[39.445,-28.793],[41.273,-36.914],[37.424,-45.316],[27.809,-48.691],[14.379,-42.961],[8.613,-29.602],[11.742,-20.619],[19.266,-16.875],[23.08,-18.193],[24.609,-21.551],[22.324,-24.68],[18.791,-26.895],[17.824,-30.27],[20.672,-37.072],[27.035,-40.113],[30.34,-38.865],[31.781,-36.035],[29.637,-28.793],[22.57,-11.426],[21.129,-5.836],[23.133,-1.494],[29.004,0],[35.402,0],[40.201,-1.318],[41.906,-5.027],[37.055,-8.402],[31.148,-8.402]],"c":true}},"nm":"I","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"I","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,1.195],[1.512,1.301],[2.25,0],[2.625,-2.742],[3.14,0],[0.996,-0.445],[1.594,-1.359],[2.039,0],[0.984,-2.414],[0,0],[0,0],[0,-0.703],[-0.692,-0.621],[-0.961,0],[-1.289,3.164],[0,0],[-2.531,0],[-0.469,-0.387],[0,-0.515],[0.352,-0.867],[0,0],[0,0],[0,-0.68],[-0.68,-0.633],[-0.961,0],[-1.289,3.141],[0,0],[-1.172,1.078],[-1.195,0],[0,-1.523],[0.187,-0.469],[0,0],[0,-0.914],[-0.961,-0.82],[-1.547,0],[0,0],[-1.043,0.797],[0,1.43],[2.953,0],[0,0]],"o":[[0.515,-1.266],[0,-1.898],[-1.512,-1.301],[-3.282,0],[-1.57,-2.742],[-1.453,0],[-0.996,0.445],[-0.492,-1.922],[-1.969,0],[0,0],[0,0],[-0.352,0.891],[0,0.891],[0.691,0.621],[2.437,0],[0,0],[1.477,-3.656],[0.633,0],[0.469,0.387],[0,0.492],[0,0],[0,0],[-0.352,0.914],[0,0.867],[0.68,0.633],[2.461,0],[0,0],[0.703,-1.781],[1.172,-1.078],[1.547,0],[0,0.399],[0,0],[-0.633,1.57],[0,1.336],[0.961,0.821],[0,0],[1.851,0],[1.043,-0.797],[0,-2.086],[0,0],[0,0]],"v":[[93.631,-16.945],[94.404,-20.637],[92.137,-25.436],[86.494,-27.387],[77.635,-23.273],[70.568,-27.387],[66.895,-26.719],[63.01,-24.012],[59.213,-26.895],[54.783,-23.273],[47.787,-6.047],[47.401,-5.098],[46.873,-2.707],[47.91,-0.439],[50.389,0.492],[55.979,-4.254],[60.092,-14.344],[66.104,-19.828],[67.756,-19.248],[68.459,-17.895],[67.932,-15.855],[63.959,-6.047],[63.572,-5.098],[63.045,-2.707],[64.065,-0.457],[66.526,0.492],[72.151,-4.219],[76.088,-13.922],[78.901,-18.211],[82.451,-19.828],[84.772,-17.543],[84.49,-16.242],[81.186,-8.191],[80.236,-4.465],[81.678,-1.23],[85.44,0],[92.576,0],[96.918,-1.195],[98.483,-4.535],[94.053,-7.664],[89.869,-7.664]],"c":true}},"nm":"m","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"m","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,1.195],[1.512,1.301],[2.25,0],[2.625,-2.742],[3.14,0],[0.996,-0.445],[1.594,-1.359],[2.039,0],[0.984,-2.414],[0,0],[0,0],[0,-0.703],[-0.692,-0.621],[-0.961,0],[-1.289,3.164],[0,0],[-2.531,0],[-0.469,-0.387],[0,-0.515],[0.352,-0.867],[0,0],[0,0],[0,-0.68],[-0.68,-0.633],[-0.961,0],[-1.289,3.141],[0,0],[-1.172,1.078],[-1.195,0],[0,-1.523],[0.187,-0.469],[0,0],[0,-0.914],[-0.961,-0.82],[-1.547,0],[0,0],[-1.043,0.797],[0,1.43],[2.953,0],[0,0]],"o":[[0.515,-1.266],[0,-1.898],[-1.512,-1.301],[-3.282,0],[-1.57,-2.742],[-1.453,0],[-0.996,0.445],[-0.492,-1.922],[-1.969,0],[0,0],[0,0],[-0.352,0.891],[0,0.891],[0.691,0.621],[2.437,0],[0,0],[1.477,-3.656],[0.633,0],[0.469,0.387],[0,0.492],[0,0],[0,0],[-0.352,0.914],[0,0.867],[0.68,0.633],[2.461,0],[0,0],[0.703,-1.781],[1.172,-1.078],[1.547,0],[0,0.399],[0,0],[-0.633,1.57],[0,1.336],[0.961,0.821],[0,0],[1.851,0],[1.043,-0.797],[0,-2.086],[0,0],[0,0]],"v":[[147.817,-16.945],[148.59,-20.637],[146.323,-25.436],[140.68,-27.387],[131.821,-23.273],[124.754,-27.387],[121.08,-26.719],[117.196,-24.012],[113.399,-26.895],[108.969,-23.273],[101.973,-6.047],[101.586,-5.098],[101.059,-2.707],[102.096,-0.439],[104.574,0.492],[110.164,-4.254],[114.278,-14.344],[120.289,-19.828],[121.942,-19.248],[122.645,-17.895],[122.117,-15.855],[118.145,-6.047],[117.758,-5.098],[117.231,-2.707],[118.25,-0.457],[120.711,0.492],[126.336,-4.219],[130.274,-13.922],[133.086,-18.211],[136.637,-19.828],[138.957,-17.543],[138.676,-16.242],[135.371,-8.191],[134.422,-4.465],[135.864,-1.23],[139.625,0],[146.762,0],[151.104,-1.195],[152.668,-4.535],[148.239,-7.664],[144.055,-7.664]],"c":true}},"nm":"m","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"m","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0.75],[0.715,0.656],[0.984,0],[1.078,-2.648],[0,0],[0,0],[0,-0.773],[-1.184,-0.844],[-2.063,0],[0,0],[-1.043,0.797],[0,1.43],[2.953,0],[0,0]],"o":[[0.633,-1.547],[0,-0.914],[-0.715,-0.656],[-2.391,0],[0,0],[0,0],[-0.492,1.195],[0,1.453],[1.183,0.844],[0,0],[1.875,0],[1.043,-0.797],[0,-2.086],[0,0],[0,0]],"v":[[170.748,-20.109],[171.698,-23.555],[170.625,-25.91],[168.077,-26.895],[162.873,-22.922],[162.487,-21.938],[156.686,-7.664],[155.948,-4.711],[157.723,-1.266],[162.592,0],[168.182,0],[172.559,-1.195],[174.123,-4.535],[169.694,-7.664],[165.721,-7.664]],"c":true}},"nm":"i","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0.949,-0.949],[0,-1.359],[-0.949,-0.949],[-1.36,0],[-0.949,0.949],[0,1.36],[0.949,0.949],[1.359,0]],"o":[[-0.949,0.949],[0,1.36],[0.949,0.949],[1.359,0],[0.949,-0.949],[0,-1.359],[-0.949,-0.949],[-1.36,0]],"v":[[166.899,-36.686],[165.475,-33.223],[166.899,-29.76],[170.362,-28.336],[173.825,-29.76],[175.248,-33.223],[173.825,-36.686],[170.362,-38.109]],"c":true}},"nm":"i","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"i","np":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0.75],[0.844,0.773],[1.289,0],[1.617,-0.937],[0,0],[1.57,0],[0,3],[0,0],[0,0],[-2.789,1.688],[0,4.688],[2.262,2.109],[3.586,0],[3.902,-2.883],[2.554,-5.086],[0,0],[0,0],[1.066,-0.972],[0,-1.429],[-2.625,0],[0,0],[0,0],[-2.203,-2.496],[-3.586,0],[-1.781,0.656],[0,0],[0,0],[4.008,-2.226],[0,-6.844],[-2.918,-2.895],[-4.359,0],[-3.094,2.941],[-2.836,7.148],[0,0],[0,0],[-1.149,0.879],[0,1.547],[3.257,0],[0,0]],"o":[[0.656,-1.617],[0,-1.218],[-0.844,-0.773],[-1.149,0],[0,0],[-1.641,0.938],[-3.516,0],[0,0],[0,0],[5.601,0],[4.195,-2.531],[0,-3.328],[-2.262,-2.109],[-4.336,0],[-3.902,2.883],[0,0],[0,0],[-1.57,0],[-1.067,0.973],[0,2.227],[0,0],[0,0],[0,4.078],[2.203,2.496],[1.851,0],[0,0],[0,0],[-7.008,0],[-6.563,3.703],[0,4.336],[2.918,2.894],[4.617,0],[3.094,-2.942],[0,0],[0,0],[2.039,0],[1.148,-0.879],[0,-2.297],[0,0],[0,0]],"v":[[221.454,-15.012],[222.438,-18.563],[221.172,-21.551],[217.973,-22.711],[213.825,-21.305],[211.961,-20.215],[207.145,-18.809],[201.872,-23.309],[201.872,-24.012],[209.887,-24.012],[222.473,-26.543],[228.766,-37.371],[225.374,-45.527],[216.602,-48.691],[204.245,-44.367],[194.559,-32.414],[189.461,-32.414],[188.547,-32.414],[184.592,-30.955],[182.993,-27.352],[186.93,-24.012],[187.844,-24.012],[192.696,-24.012],[196,-14.15],[204.684,-10.406],[210.133,-11.391],[208.938,-8.402],[203.348,-8.332],[186.825,-4.992],[176.981,10.828],[181.358,21.674],[192.274,26.016],[203.84,21.604],[212.735,6.469],[215.336,0],[222.368,0],[227.149,-1.318],[228.872,-4.957],[223.985,-8.402],[218.782,-8.402]],"c":true}},"nm":"G","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[1.723,-1.898],[2.132,0],[1.207,1.266],[0,1.828],[-1.406,1.629],[-2.438,0.867],[-4.945,0]],"o":[[-1.711,4.242],[-1.723,1.898],[-1.758,0],[-1.207,-1.266],[0,-1.969],[1.406,-1.629],[2.625,-0.938],[0,0]],"v":[[203.489,5.027],[198.338,14.238],[192.555,17.086],[188.108,15.188],[186.297,10.547],[188.407,5.15],[194.172,1.406],[205.528,0]],"c":true}},"nm":"G","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ks":{"a":0,"k":{"i":[[-2.051,1.43],[-1.805,0],[-0.762,-0.621],[0,-0.937],[5.812,0],[0,0]],"o":[[2.051,-1.429],[1.172,0],[0.761,0.621],[0,3.164],[0,0],[1.758,-2.484]],"v":[[210.151,-38.285],[215.934,-40.43],[218.834,-39.498],[219.977,-37.16],[211.258,-32.414],[204.438,-32.414]],"c":true}},"nm":"G","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"G","np":6,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0.727],[0.703,0.656],[0.984,0],[1.312,-3.281],[0,0],[2.906,0],[-0.047,1.055],[-0.211,0.61],[0,0],[0,0],[0,0],[0,0.703],[0.703,0.645],[1.007,0],[1.336,-3.257],[0,0],[0,-1.125],[-1.36,-1.289],[-2.063,0],[0,0],[-1.289,1.524],[-1.969,0],[0,0],[-1.043,0.809],[0,1.43],[0.68,0.481],[1.617,0],[0,0]],"o":[[0.609,-1.523],[0,-0.914],[-0.703,-0.656],[-2.391,0],[0,0],[-0.961,2.344],[-1.406,0],[0.023,-0.304],[0,0],[0,0],[0,0],[0.375,-0.914],[0,-0.937],[-0.703,-0.644],[-2.32,0],[0,0],[-0.61,1.5],[0,1.969],[1.359,1.289],[0,0],[1.945,0],[0.656,1.524],[0,0],[1.875,0],[1.043,-0.809],[0,-1.101],[-0.68,-0.48],[0,0],[0,0]],"v":[[263.44,-20.18],[264.354,-23.555],[263.299,-25.91],[260.768,-26.895],[255.214,-21.973],[250.819,-11.145],[245.018,-7.629],[242.979,-9.211],[243.331,-10.582],[243.717,-11.637],[247.409,-20.672],[247.796,-21.621],[248.358,-24.047],[247.303,-26.42],[244.737,-27.387],[239.253,-22.5],[234.471,-10.758],[233.557,-6.82],[235.596,-1.934],[240.729,0],[245.862,0],[250.714,-2.285],[254.651,0],[260.944,0],[265.321,-1.213],[266.885,-4.57],[265.866,-6.943],[262.421,-7.664],[258.342,-7.664]],"c":true}},"nm":"u","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"u","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0.75],[0.715,0.656],[0.984,0],[1.078,-2.648],[0,0],[0,0],[0,-0.773],[-1.184,-0.844],[-2.063,0],[0,0],[-1.043,0.797],[0,1.43],[2.953,0],[0,0]],"o":[[0.633,-1.547],[0,-0.914],[-0.715,-0.656],[-2.391,0],[0,0],[0,0],[-0.492,1.195],[0,1.453],[1.183,0.844],[0,0],[1.875,0],[1.043,-0.797],[0,-2.086],[0,0],[0,0]],"v":[[284.93,-20.109],[285.88,-23.555],[284.807,-25.91],[282.259,-26.895],[277.055,-22.922],[276.669,-21.938],[270.868,-7.664],[270.13,-4.711],[271.905,-1.266],[276.774,0],[282.364,0],[286.741,-1.195],[288.305,-4.535],[283.876,-7.664],[279.903,-7.664]],"c":true}},"nm":"i","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0.949,-0.949],[0,-1.359],[-0.949,-0.949],[-1.36,0],[-0.949,0.949],[0,1.36],[0.949,0.949],[1.359,0]],"o":[[-0.949,0.949],[0,1.36],[0.949,0.949],[1.359,0],[0.949,-0.949],[0,-1.359],[-0.949,-0.949],[-1.36,0]],"v":[[281.081,-36.686],[279.657,-33.223],[281.081,-29.76],[284.544,-28.336],[288.007,-29.76],[289.43,-33.223],[288.007,-36.686],[284.544,-38.109]],"c":true}},"nm":"i","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"i","np":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0.727],[0.703,0.645],[1.007,0],[1.336,-3.281],[0,0],[2.836,0],[3.082,-3.609],[0,-4.523],[-1.559,-1.781],[-2.602,0],[0,0],[-1.5,1.5],[-1.828,0],[0,0],[-1.055,0.797],[0,1.43],[2.976,0],[0,0]],"o":[[0,0],[0.352,-0.914],[0,-0.937],[-0.703,-0.644],[-2.391,0],[0,0],[-1.688,-2.039],[-3.844,0],[-3.082,3.61],[0,2.953],[1.558,1.781],[0,0],[1.711,0],[0.844,1.5],[0,0],[1.851,0],[1.055,-0.797],[0,-2.086],[0,0],[0,0]],"v":[[329.554,-41.73],[329.975,-42.68],[330.503,-45.141],[329.448,-47.514],[326.882,-48.48],[321.292,-43.559],[313.452,-24.328],[306.667,-27.387],[296.278,-21.973],[291.655,-9.773],[293.993,-2.672],[300.233,0],[304.698,0],[309.515,-2.25],[313.522,0],[318.268,0],[322.628,-1.195],[324.21,-4.535],[319.745,-7.664],[315.737,-7.664]],"c":true}},"nm":"d","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,2.086],[-1.582,2.039],[-1.828,0],[-0.598,-0.492],[0,-0.703],[0.328,-0.797],[0,0],[1.617,0],[0,0]],"o":[[0,-2.367],[1.582,-2.039],[0.89,0],[0.598,0.492],[0,0.422],[0,0],[-0.516,1.289],[0,0],[-1.969,0]],"v":[[299.917,-10.617],[302.29,-17.227],[307.405,-20.285],[309.638,-19.547],[310.534,-17.754],[310.042,-15.926],[307.405,-9.422],[304.206,-7.488],[302.87,-7.488]],"c":true}},"nm":"d","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"d","np":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-1.43,0.867],[0,3.164],[1.863,1.606],[3.07,0],[3.059,-3.281],[0,-4.523],[-1.934,-1.828],[-3.703,0],[0,0],[-1.043,0.797],[0,1.43],[2.953,0],[0,0],[0,1.758]],"o":[[2.836,0],[2.578,-1.523],[0,-2.625],[-1.863,-1.605],[-4.219,0],[-3.059,3.282],[0,3.516],[1.934,1.828],[0,0],[1.875,0],[1.043,-0.797],[0,-2.086],[0,0],[-2.649,0],[0,0]],"v":[[343.028,-10.301],[349.427,-11.602],[353.294,-18.633],[350.499,-24.979],[343.099,-27.387],[332.183,-22.465],[327.595,-10.758],[330.495,-2.742],[338.95,0],[348.899,0],[353.276,-1.195],[354.841,-4.535],[350.411,-7.664],[339.97,-7.664],[335.997,-10.301]],"c":true}},"nm":"e","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[-2.157,0],[-0.07,-1.242],[2.508,0],[0,0]],"o":[[1.547,0],[0.07,1.102],[0,0],[1.242,-2.343]],"v":[[342.782,-20.215],[345.208,-18.352],[341.552,-16.699],[337.685,-16.699]],"c":true}},"nm":"e","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"e","np":5,"mn":"ADBE Vector Group"}],"ip":0,"op":86.0000035028518,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Book Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[306,396,0]},"a":{"a":0,"k":[306,396,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[126.078,68.333],[-126.078,-68.334]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.99,0.65,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[190.922,524],"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[129.283,71.167],[-129.283,-71.166]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.99,0.65,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[187.717,510.833],"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":"Group 2","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[129.15,70.498],[-129.15,-70.498]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.99,0.65,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[187.586,498.156],"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":"Group 3","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-112.5,136.667],[112.5,-136.667]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.99,0.65,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[429.5,445.333],"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":"Group 4","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-112.5,136.667],[112.5,-136.666]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.99,0.65,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[429.235,431.988],"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":"Group 5","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-112.5,136.667],[112.5,-136.667]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.99,0.65,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[429.5,455.667],"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":"Group 6","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-11.25,13.5],[11.25,-13.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.99,0.65,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[440.75,291.5],"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":"Group 7","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-74.75,-37.5],[74.75,37.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.99,0.65,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[354.75,267.5],"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":"Group 8","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-73,-39.5],[73,39.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.99,0.65,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[379,238.5],"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":"Group 9","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[13,-15.5],[-13,15.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.99,0.65,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[293,214.5],"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":"Group 10","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[542,278],[542,332]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.99,0.65,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 11","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-112.5,137],[112.5,-137]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.99,0.65,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[429.5,469],"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":"Group 12","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[317,558],[317,606]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.99,0.65,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 13","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-112,-59.25],[112,59.25]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.99,0.65,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[205,546.75],"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":"Group 14","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-112.5,140],[112.5,-140]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.99,0.65,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[429.5,418],"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":"Group 15","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,57],[0,0]],"v":[[129.5,70.5],[-129.5,-70.5],[-94.5,0]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.99,0.65,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[187.5,487.5],"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":"Group 16","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[114,-139],[-114,139]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.99,0.65,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[172,278],"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":"Group 17","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-128,-69.5],[128,69.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.99,0.65,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[414,208.5],"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":"Group 18","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":86.0000035028518,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Pen Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":0,"s":[103],"e":[27]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0.333]},"n":["0p833_0p833_0p333_0p333"],"t":30,"s":[27],"e":[27]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":60,"s":[27],"e":[-24]},{"t":80.0000032584668}]},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[426,284,0],"e":[422,304,0],"to":[-0.66666668653488,3.33333325386047,0],"ti":[-2.33333325386047,-3.66666674613953,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":35,"s":[422,304,0],"e":[440,306,0],"to":[2.33333325386047,3.66666674613953,0],"ti":[-5.33333349227905,-2.33333325386047,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":40,"s":[440,306,0],"e":[454,318,0],"to":[5.33333349227905,2.33333325386047,0],"ti":[-10.3333330154419,-4.33333349227905,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":45,"s":[454,318,0],"e":[502,332,0],"to":[10.3333330154419,4.33333349227905,0],"ti":[-12,-5.33333349227905,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":50,"s":[502,332,0],"e":[526,350,0],"to":[12,5.33333349227905,0],"ti":[-7.33333349227905,-3,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":55,"s":[526,350,0],"e":[546,350,0],"to":[7.33333349227905,3,0],"ti":[-6.66666650772095,-23,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":60,"s":[546,350,0],"e":[566,488,0],"to":[6.66666650772095,23,0],"ti":[-3.33333325386047,-23,0]},{"t":80.0000032584668}]},"a":{"a":0,"k":[306,396,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[10,-18.5],[-10,18.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[176,368.5],"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":"Group 1","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[20,-15],[-20,15]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[186,372],"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":"Group 2","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[83.5,-97.241],[-83.5,97.241]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[289.5,259.759],"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":"Group 3","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[230,286],[230,279.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.84,0.35,0.01,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Group 4","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[53.5,-63],[-53.5,63]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.84,0.35,0.01,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[283.5,223],"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":"Group 5","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[55.055,-65.088],[-55.055,65.088]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.84,0.35,0.01,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[285.055,214.413],"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":"Group 6","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-6.445,-5.338],[6.445,5.338]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.84,0.35,0.01,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[346.555,154.663],"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":"Group 7","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-3.109,-2.518],[3.109,2.518]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.84,0.35,0.01,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[340.109,162.518],"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":"Group 8","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,-16.482]],"o":[[0,0],[0,0],[0,0]],"v":[[-93.5,101.982],[76.5,-98.018],[93.5,-85.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[279.5,248.018],"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":"Group 9","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":86.0000035028518,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/in-app_purchasing.json b/ohos/flutter_lottie/assets/lottiefiles/in-app_purchasing.json new file mode 100644 index 0000000000000000000000000000000000000000..548b3b7f21a2c07d9e075b4884f3d0bd9d9d4241 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/in-app_purchasing.json @@ -0,0 +1 @@ +{"v":"4.10.1","fr":29.9700012207031,"ip":0,"op":690.000028104276,"w":2000,"h":2000,"nm":"Ice Cream and DIH","ddd":1,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"bastani parent 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":356,"s":[100],"e":[0]},{"t":405.000016495988}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[990,1300,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[30.303,30.303,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[492,484],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"tr","p":{"a":0,"k":[10,-22],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":240.0000097754,"op":702.000028593046,"st":240.0000097754,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"bastani ghermez 2","parent":1,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":375,"s":[100],"e":[0]},{"t":405.000016495988}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-193.875,-30.525,0],"ix":2},"a":{"a":0,"k":[-68.75,-35.25,0],"ix":1},"s":{"a":0,"k":[330,330,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[117.5,117.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.780392156863,0.262745098039,0.262745098039,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.96862745098,0.560784313725,0.560784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-68.75,-35.25],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":240.0000097754,"op":702.000028593046,"st":240.0000097754,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"bastani surati 2","parent":1,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":375,"s":[100],"e":[0]},{"t":405.000016495988}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[340.969,-145.81,0],"ix":2},"a":{"a":0,"k":[-68.75,-35.25,0],"ix":1},"s":{"a":0,"k":[299.106,299.106,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[117.5,117.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.917647058824,0.298039215686,0.537254901961,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.709803921569,0.823529411765,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-145.98,-37.457],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":240.0000097754,"op":702.000028593046,"st":240.0000097754,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"bastani zard 2","parent":1,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":375,"s":[100],"e":[0]},{"t":405.000016495988}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[159.578,-125.675,0],"ix":2},"a":{"a":0,"k":[-68.75,-35.25,0],"ix":1},"s":{"a":0,"k":[299.106,299.106,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[117.5,117.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.729411764706,0.607843137255,0.282352941176,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.933333333333,0.639215686275,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-149.842,-67.245],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":240.0000097754,"op":702.000028593046,"st":240.0000097754,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"bastani shokolat 2","parent":1,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":345,"s":[100],"e":[0]},{"t":376.000015314794}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[33,85.8,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[330,330,100],"ix":6}},"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],[0,0],[-4,3.375],[-14.75,-1.25],[-2.75,-3.125],[-6,-4],[-1.935,1.583],[1.25,7],[2.75,7.5],[0.5,6.25],[-8.5,3.5],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[9.871,-8.329],[6.52,0.553],[4.36,4.955],[6,4],[2.75,-2.25],[-1.146,-6.418],[-2.75,-7.5],[-0.5,-6.25],[8.5,-3.5],[0,0],[0,0]],"v":[[39,-66.5],[-7.25,-66.5],[-61.5,-43],[-79.5,12.75],[-53.875,37.375],[-50.25,35.75],[-2.75,14.5],[9.75,21.5],[31.5,51.75],[44.5,52],[47.25,36.75],[40.25,16.75],[34,-9.25],[45.5,-24],[63.25,-21.5],[62.75,-55]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.478431372549,0.309803921569,0.203921568627,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.650980392157,0.443137254902,0.305882352941,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,-0.25],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":240.0000097754,"op":702.000028593046,"st":240.0000097754,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"bastani nun labe 2","parent":1,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":358,"s":[100],"e":[0]},{"t":389.000015844295}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[33,85.8,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[330,330,100],"ix":6}},"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],[-8.418,-8.291],[-7.992,4.286],[0.048,6.501],[0.875,10.25]],"o":[[0,0],[0,0],[0,0],[0,0],[7.82,7.701],[4.615,-2.475],[-0.048,-6.501],[-1.34,-15.695]],"v":[[60.5,-58.5],[-11.5,-43.5],[-79,13.75],[25.75,111.75],[45.68,131.049],[67.25,137],[73.548,122.626],[70.5,82.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.588235294118,0.478431372549,0.266666666667,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":240.0000097754,"op":702.000028593046,"st":240.0000097754,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"khat nun 2","parent":1,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":345,"s":[100],"e":[0]},{"t":377.000015355525}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[33,85.8,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[330,330,100],"ix":6}},"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":[[-35.5,51.5],[-23.75,18]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.960784313725,0.807843137255,0.521568627451,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":8,"ix":5},"lc":1,"lj":1,"ml":4,"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 8","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-7.75,76.5],[23.75,-15]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.960784313725,0.807843137255,0.521568627451,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":8,"ix":5},"lc":1,"lj":1,"ml":4,"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 7","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[18,103.5],[62.5,-18]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.960784313725,0.807843137255,0.521568627451,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":8,"ix":5},"lc":1,"lj":1,"ml":4,"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 6","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[46.5,129.5],[68,68.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.960784313725,0.807843137255,0.521568627451,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":8,"ix":5},"lc":1,"lj":1,"ml":4,"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 5","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[62.5,4.5],[4,-16]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.960784313725,0.807843137255,0.521568627451,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":8,"ix":5},"lc":1,"lj":1,"ml":4,"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 4","np":3,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[73.5,117.5],[7,93.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.960784313725,0.807843137255,0.521568627451,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":8,"ix":5},"lc":1,"lj":1,"ml":4,"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 3","np":3,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[64,41],[-23,10.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.960784313725,0.807843137255,0.521568627451,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":8,"ix":5},"lc":1,"lj":1,"ml":4,"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 2","np":3,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-53.5,37.5],[69,80.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.960784313725,0.807843137255,0.521568627451,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":8,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,-0.5],"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,"ix":8,"mn":"ADBE Vector Group","hd":false}],"ip":240.0000097754,"op":702.000028593046,"st":240.0000097754,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"bastani nun 2","parent":1,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":345,"s":[100],"e":[0]},{"t":377.000015355525}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[33,85.8,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[330,330,100],"ix":6}},"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],[-8.418,-8.291],[-7.992,4.286],[0.048,6.501],[0.875,10.25]],"o":[[0,0],[0,0],[0,0],[0,0],[7.82,7.701],[4.615,-2.475],[-0.048,-6.501],[-1.34,-15.695]],"v":[[60.5,-58.5],[-11.5,-43.5],[-79,13.75],[25.75,111.75],[45.68,131.049],[67.25,137],[73.548,122.626],[70.5,82.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.588235294118,0.478431372549,0.266666666667,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.878431372549,0.686274509804,0.325490196078,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":240.0000097754,"op":702.000028593046,"st":240.0000097754,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"shadow bastani 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":356,"s":[100],"e":[0]},{"t":405.000016495988}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[972,1336.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[78.082,78.082,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[380,26],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933333333333,0.933333333333,0.933333333333,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-4,329],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[74.737,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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":240.0000097754,"op":702.000028593046,"st":240.0000097754,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"my parent 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-2,"ix":10},"p":{"a":0,"k":[1331.633,1340.232,0],"ix":2},"a":{"a":0,"k":[324,356,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":571,"s":[100,100,100],"e":[0,0,100]},{"t":651.000026515774}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[252,252],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"tr","p":{"a":0,"k":[326,358],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":240.0000097754,"op":702.000028593046,"st":240.0000097754,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"dahan 2","parent":10,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":441,"s":[100],"e":[0]},{"t":442.000018003029}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":280,"s":[0],"e":[28]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":295,"s":[28],"e":[28]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":320,"s":[28],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":341,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":377,"s":[0],"e":[28]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":408,"s":[28],"e":[28]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":435,"s":[28],"e":[55]},{"t":441.000017962298}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":280,"s":[337.294,444.286,0],"e":[196.294,451.286,0],"to":[-23.5,1.16666662693024,0],"ti":[23.5,-1.16666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":295,"s":[196.294,451.286,0],"e":[196.294,451.286,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":320,"s":[196.294,451.286,0],"e":[337.294,444.286,0],"to":[23.5,-1.16666662693024,0],"ti":[-23.5,1.16666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":341,"s":[337.294,444.286,0],"e":[337.294,444.286,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":377,"s":[337.294,444.286,0],"e":[196.294,451.286,0],"to":[-23.5,1.16666662693024,0],"ti":[23.5,-1.16666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":408,"s":[196.294,451.286,0],"e":[196.294,451.286,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":435,"s":[196.294,451.286,0],"e":[178.294,442.286,0],"to":[-3,-1.5,0],"ti":[3,1.5,0]},{"t":441.000017962298}],"ix":2},"a":{"a":0,"k":[12,164,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":280,"s":[74.614,100,100],"e":[36.614,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":295,"s":[36.614,100,100],"e":[36.614,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":320,"s":[36.614,100,100],"e":[71.429,73.105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":341,"s":[71.429,73.105,100],"e":[71.429,73.105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":377,"s":[71.429,73.105,100],"e":[36.614,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":408,"s":[36.614,100,100],"e":[36.614,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":435,"s":[36.614,100,100],"e":[11.614,52,100]},{"t":441.000017962298}],"ix":6}},"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":[[-48,167],[60,167]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.329411764706,0.329411764706,0.278431372549,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":15,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":240.0000097754,"op":702.000028593046,"st":240.0000097754,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"new chap","parent":10,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":441,"s":[100],"e":[0]},{"t":442.000018003029}],"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},"n":"0p833_0p833_0p167_0p167","t":280,"s":[411.265,328.794,0],"e":[205.265,340.794,0],"to":[-34.3333320617676,2,0],"ti":[34.3333320617676,-2,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":295,"s":[205.265,340.794,0],"e":[205.265,340.794,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":320,"s":[205.265,340.794,0],"e":[411.265,328.794,0],"to":[34.3333320617676,-2,0],"ti":[-34.3333320617676,2,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":341,"s":[411.265,328.794,0],"e":[411.265,328.794,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":377,"s":[411.265,328.794,0],"e":[205.265,340.794,0],"to":[-34.3333320617676,2,0],"ti":[34.3333320617676,-2,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":408,"s":[205.265,340.794,0],"e":[205.265,340.794,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":435,"s":[205.265,340.794,0],"e":[165.265,333.794,0],"to":[-6.66666650772095,-1.16666662693024,0],"ti":[6.66666650772095,1.16666662693024,0]},{"t":441.000017962298}],"ix":2},"a":{"a":0,"k":[-86,42,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":240,"s":[71.429,71.429,100],"e":[71.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":255,"s":[71.429,71.429,100],"e":[71.429,27,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":258,"s":[71.429,27,100],"e":[71.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":261,"s":[71.429,71.429,100],"e":[71.429,73.105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":280,"s":[71.429,73.105,100],"e":[33.429,74.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":295,"s":[33.429,74.429,100],"e":[33.429,74.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":320,"s":[33.429,74.429,100],"e":[71.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":353,"s":[71.429,71.429,100],"e":[71.429,27,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":356,"s":[71.429,27,100],"e":[71.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":359,"s":[71.429,71.429,100],"e":[71.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":362,"s":[71.429,71.429,100],"e":[71.429,27,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":365,"s":[71.429,27,100],"e":[71.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":368,"s":[71.429,71.429,100],"e":[71.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":377,"s":[71.429,71.429,100],"e":[33.429,74.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":408,"s":[33.429,74.429,100],"e":[33.429,74.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":435,"s":[33.429,74.429,100],"e":[4.429,74.429,100]},{"t":441.000017962298}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[56,56],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.329411764706,0.329411764706,0.278431372549,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-86,42],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":240.0000097754,"op":702.000028593046,"st":240.0000097754,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"new rast","parent":10,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":441,"s":[100],"e":[0]},{"t":442.000018003029}],"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},"n":"0p833_0p833_0p167_0p167","t":280,"s":[239.265,328.794,0],"e":[152.265,319.794,0],"to":[-14.5,-1.5,0],"ti":[14.5,1.5,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":295,"s":[152.265,319.794,0],"e":[152.265,319.794,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":320,"s":[152.265,319.794,0],"e":[239.265,328.794,0],"to":[14.5,1.5,0],"ti":[-14.5,-1.5,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":341,"s":[239.265,328.794,0],"e":[239.265,328.794,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":377,"s":[239.265,328.794,0],"e":[152.265,319.794,0],"to":[-14.5,-1.5,0],"ti":[14.5,1.5,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":408,"s":[152.265,319.794,0],"e":[152.265,319.794,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":435,"s":[152.265,319.794,0],"e":[168.265,314.794,0],"to":[2.66666674613953,-0.83333331346512,0],"ti":[-2.66666674613953,0.83333331346512,0]},{"t":441.000017962298}],"ix":2},"a":{"a":0,"k":[-86,42,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":240,"s":[71.429,71.429,100],"e":[71.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":255,"s":[71.429,71.429,100],"e":[71.429,27,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":258,"s":[71.429,27,100],"e":[71.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":261,"s":[71.429,71.429,100],"e":[71.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":280,"s":[71.429,71.429,100],"e":[27.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":295,"s":[27.429,71.429,100],"e":[27.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":320,"s":[27.429,71.429,100],"e":[71.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":353,"s":[71.429,71.429,100],"e":[71.429,27,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":356,"s":[71.429,27,100],"e":[71.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":359,"s":[71.429,71.429,100],"e":[71.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":362,"s":[71.429,71.429,100],"e":[71.429,27,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":365,"s":[71.429,27,100],"e":[71.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":368,"s":[71.429,71.429,100],"e":[71.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":377,"s":[71.429,71.429,100],"e":[27.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":408,"s":[27.429,71.429,100],"e":[27.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":435,"s":[27.429,71.429,100],"e":[5.429,71.429,100]},{"t":441.000017962298}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[56,56],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.329411764706,0.329411764706,0.278431372549,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-86,42],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":240.0000097754,"op":702.000028593046,"st":240.0000097754,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"my face 2","parent":10,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":2,"ix":10},"p":{"a":0,"k":[326,358,0],"ix":2},"a":{"a":0,"k":[71.264,114.943,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[409.195,409.195],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.678431372549,0.678431372549,0.678431372549,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":8,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.878431372549,0.588235294118,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.264,114.943],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[94.157,94.157],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":240.0000097754,"op":702.000028593046,"st":240.0000097754,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"my shadow 2","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},"n":"0p833_0p833_0p167_0p167","t":571,"s":[1332,1593,0],"e":[1332,1363,0],"to":[0,-38.3333320617676,0],"ti":[0,38.3333320617676,0]},{"t":640.000026067734}],"ix":2},"a":{"a":0,"k":[-4,329,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":571,"s":[100,100,100],"e":[0,0,100]},{"t":640.000026067734}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[380,26],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933333333333,0.933333333333,0.933333333333,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-4,329],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[74.737,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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":240.0000097754,"op":702.000028593046,"st":240.0000097754,"bm":0},{"ddd":1,"ind":16,"ty":4,"nm":"myket parent 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"rx":{"a":0,"k":0,"ix":8},"ry":{"a":0,"k":0,"ix":9},"rz":{"a":0,"k":0,"ix":10},"or":{"a":0,"k":[0,0,0],"ix":7},"p":{"a":0,"k":[597.277,1334.318,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[204,204],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"tr","p":{"a":0,"k":[-2,-2],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":240.0000097754,"op":702.000028593046,"st":240.0000097754,"bm":0},{"ddd":1,"ind":17,"ty":4,"nm":"myket sibil 2","parent":16,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"rx":{"a":0,"k":0,"ix":8},"ry":{"a":0,"k":0,"ix":9},"rz":{"a":0,"k":0,"ix":10},"or":{"a":0,"k":[0,0,0],"ix":7},"p":{"a":0,"k":[-2.53,144.707,0],"ix":2},"a":{"a":0,"k":[-185.252,99.026,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[17.363,-0.755],[6.5,-5.875],[9.625,-0.125],[1.5,3.375],[-14,-11.125],[-10.124,-0.291],[-7.375,9.75],[-2,0.125],[-6.25,-6.5],[-19.25,1.125],[-7.875,11.625],[1.625,1.125],[4.653,-2.482],[12.25,11.375],[13.624,0.176],[2.5,-0.125]],"o":[[-14.375,0.625],[-6.5,5.875],[-8.398,0.109],[-1.5,-3.375],[16.341,12.985],[17.375,0.5],[7.375,-9.75],[2,-0.125],[6.25,6.5],[19.25,-1.125],[7.875,-11.625],[-1.625,-1.125],[-1.875,1],[-14.188,-13.175],[-19.375,-0.25],[-2.5,0.125]],"v":[[-217.125,65.5],[-246.875,82.625],[-269.75,94.875],[-289.5,83.75],[-270.375,119.625],[-234.125,132.5],[-192.5,113.75],[-185.375,102],[-176.875,115.375],[-135.875,132.5],[-95.625,114.5],[-81,84.25],[-93.375,93.125],[-120.125,86.125],[-153.375,65.5],[-185.25,81.75]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":240.0000097754,"op":702.000028593046,"st":240.0000097754,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"myket hat 2","parent":16,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-0.277,-120.318,0],"ix":2},"a":{"a":0,"k":[-200.564,-148.443,0],"ix":1},"s":{"a":0,"k":[160.918,137.273,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1,-26]],"o":[[0,0],[-1,26]],"v":[[-209,-240],[-244,-206]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.639215686275,0.639215686275,0.639215686275,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5},"lc":1,"lj":1,"ml":4,"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,"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 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-57,-18]],"o":[[0,0],[57,18]],"v":[[-249,-62],[-144,-62]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.639215686275,0.639215686275,0.639215686275,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5},"lc":1,"lj":1,"ml":4,"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,"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":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[47.256,0.662],[4.591,-3.935],[8.5,-42.5],[-30.557,-3.82],[0,0],[-68.25,-25.25],[-0.5,0.25],[10.839,41.965],[4.044,2.941]],"o":[[-53.5,-0.75],[-3.5,3],[-5.091,25.457],[0.125,0],[0,0],[0,0.5],[10.25,-1.25],[-9.75,-37.75],[-2.75,-2]],"v":[[-199.5,-255.75],[-263.75,-211],[-321.25,-166],[-275.75,-106.5],[-275.188,-41.125],[-126.25,-41.875],[-125.5,-105.5],[-80.75,-168.5],[-136,-211.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.639215686275,0.639215686275,0.639215686275,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5},"lc":1,"lj":1,"ml":4,"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,"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,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":240.0000097754,"op":702.000028593046,"st":240.0000097754,"bm":0},{"ddd":1,"ind":19,"ty":4,"nm":"myket right eye 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"rx":{"a":0,"k":0,"ix":8},"ry":{"a":0,"k":0,"ix":9},"rz":{"a":0,"k":0,"ix":10},"or":{"a":0,"k":[0,0,0],"ix":7},"p":{"a":0,"k":[545.7,1384.247,0],"ix":2},"a":{"a":0,"k":[-86,42,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":270,"s":[71.429,71.429,100],"e":[71.429,27,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":273,"s":[71.429,27,100],"e":[71.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":276,"s":[71.429,71.429,100],"e":[71.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":310,"s":[71.429,71.429,100],"e":[71.429,27,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":313,"s":[71.429,27,100],"e":[71.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":316,"s":[71.429,71.429,100],"e":[71.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":320,"s":[71.429,71.429,100],"e":[71.429,27,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":323,"s":[71.429,27,100],"e":[71.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":326,"s":[71.429,71.429,100],"e":[71.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":390,"s":[71.429,71.429,100],"e":[71.429,27,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":393,"s":[71.429,27,100],"e":[71.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":396,"s":[71.429,71.429,100],"e":[71.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":480,"s":[71.429,71.429,100],"e":[71.429,27,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":483,"s":[71.429,27,100],"e":[71.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":486,"s":[71.429,71.429,100],"e":[71.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":530,"s":[71.429,71.429,100],"e":[71.429,27,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":533,"s":[71.429,27,100],"e":[71.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":536,"s":[71.429,71.429,100],"e":[71.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":590,"s":[71.429,71.429,100],"e":[71.429,27,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":593,"s":[71.429,27,100],"e":[71.429,71.429,100]},{"t":596.000024275578}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[56,56],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.329411764706,0.329411764706,0.278431372549,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-86,42],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":240.0000097754,"op":702.000028593046,"st":240.0000097754,"bm":0},{"ddd":1,"ind":20,"ty":4,"nm":"myket right eye 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"rx":{"a":0,"k":0,"ix":8},"ry":{"a":0,"k":0,"ix":9},"rz":{"a":0,"k":0,"ix":10},"or":{"a":0,"k":[0,0,0],"ix":7},"p":{"a":0,"k":[647.7,1384.247,0],"ix":2},"a":{"a":0,"k":[-86,42,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":270,"s":[71.429,71.429,100],"e":[71.429,27,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":273,"s":[71.429,27,100],"e":[71.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":276,"s":[71.429,71.429,100],"e":[71.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":310,"s":[71.429,71.429,100],"e":[71.429,27,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":313,"s":[71.429,27,100],"e":[71.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":316,"s":[71.429,71.429,100],"e":[71.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":320,"s":[71.429,71.429,100],"e":[71.429,27,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":323,"s":[71.429,27,100],"e":[71.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":326,"s":[71.429,71.429,100],"e":[71.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":390,"s":[71.429,71.429,100],"e":[71.429,27,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":393,"s":[71.429,27,100],"e":[71.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":396,"s":[71.429,71.429,100],"e":[71.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":480,"s":[71.429,71.429,100],"e":[71.429,27,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":483,"s":[71.429,27,100],"e":[71.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":486,"s":[71.429,71.429,100],"e":[71.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":530,"s":[71.429,71.429,100],"e":[71.429,27,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":533,"s":[71.429,27,100],"e":[71.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":536,"s":[71.429,71.429,100],"e":[71.429,71.429,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":590,"s":[71.429,71.429,100],"e":[71.429,27,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":593,"s":[71.429,27,100],"e":[71.429,71.429,100]},{"t":596.000024275578}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[56,56],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.329411764706,0.329411764706,0.278431372549,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-86,42],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":240.0000097754,"op":702.000028593046,"st":240.0000097754,"bm":0},{"ddd":1,"ind":21,"ty":4,"nm":"myket dahan 2","parent":16,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"rx":{"a":0,"k":0,"ix":8},"ry":{"a":0,"k":0,"ix":9},"rz":{"a":0,"k":0,"ix":10},"or":{"a":0,"k":[0,0,0],"ix":7},"p":{"a":0,"k":[0.415,178.744,0],"ix":2},"a":{"a":0,"k":[-182.308,70.063,0],"ix":1},"s":{"a":0,"k":[208.021,208.021,208.021],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.375,12.625],[2.875,0],[0.25,0.125],[-15.875,0]],"o":[[0,0.125],[-2.875,0],[0,12.375],[15.25,0]],"v":[[-157,57],[-181,57],[-207.625,57],[-182.875,83.125]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152941176471,0.592156862745,0.83137254902,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":240.0000097754,"op":702.000028593046,"st":240.0000097754,"bm":0},{"ddd":1,"ind":22,"ty":4,"nm":"myket m 2","parent":16,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"rx":{"a":0,"k":0,"ix":8},"ry":{"a":0,"k":0,"ix":9},"rz":{"a":0,"k":0,"ix":10},"or":{"a":0,"k":[0,0,0],"ix":7},"p":{"a":0,"k":[0.188,57.4,0],"ix":2},"a":{"a":0,"k":[-182.535,11.718,0],"ix":1},"s":{"a":0,"k":[208.021,208.021,208.021],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[18.75,0.125],[5.686,-5.454],[0,0],[0,-11.063],[-3.063,0],[-0.125,6.188],[0,0],[-0.059,2.415],[-0.002,0.013],[-6.5,0],[-2.063,-6.5],[0.168,-7.373],[0.034,-1.486],[-7.75,0],[0,0],[0.017,8.126],[-0.094,0.363],[-6.437,0.061],[-0.875,-6.563],[-0.068,-10.052],[0,-4.25],[-3.188,0],[0,6.688],[0,10.5],[0.125,0.437],[3.413,4.408],[9.179,0],[2.14,0]],"o":[[-10.512,-0.07],[-6.125,5.875],[0,0],[0,6.25],[2.75,0],[0.063,-1.313],[0,0],[0.003,-0.113],[1.234,-6.437],[6.5,0],[0,0.688],[-0.072,3.161],[-0.001,0.397],[8.129,0],[0,0],[-0.017,-7.793],[1.688,-6.5],[6.563,-0.063],[0,0.283],[0.052,7.681],[0,6.5],[3.25,0],[0,-1.503],[0,-10.5],[-1.438,-9.75],[-6,-7.75],[-18.375,0],[-1.5,0]],"v":[[-208.125,-27.625],[-232.125,-16.375],[-241.063,1.688],[-241.188,42.812],[-231.875,50.75],[-223,42.812],[-223,28.375],[-222.805,1.691],[-222.797,1.5],[-207.5,-10],[-191,1.625],[-191.063,21.875],[-191.096,37.174],[-182.375,45],[-174,37],[-174.017,21.811],[-173.938,1.582],[-157.5,-10.047],[-141.938,1.687],[-141.91,21.625],[-142,42.625],[-132.813,51.062],[-124,42.437],[-123.938,25.625],[-123.938,1.75],[-132.625,-16],[-157.125,-27.25],[-182.625,-15.875]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152941176471,0.592156862745,0.83137254902,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":240.0000097754,"op":702.000028593046,"st":240.0000097754,"bm":0},{"ddd":0,"ind":23,"ty":4,"nm":"myket shadow 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[592,1264,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[380,26],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933333333333,0.933333333333,0.933333333333,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-4,329],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[74.737,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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":240.0000097754,"op":702.000028593046,"st":240.0000097754,"bm":0},{"ddd":0,"ind":24,"ty":4,"nm":"abr2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":460,"s":[0],"e":[100]},{"t":490.000019958109}],"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},"n":"0p667_1_0p333_0","t":460,"s":[1639.019,1128.991,0],"e":[1416.019,1128.991,0],"to":[-37.1666679382324,0,0],"ti":[37.1666679382324,0,0]},{"t":490.000019958109}],"ix":2},"a":{"a":0,"k":[385,-82,0],"ix":1},"s":{"a":0,"k":[69.615,68.421,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[110,100],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.466666666667,0.446062304927,0.40627450382,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[401,-76],"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":"Ellipse 4","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[120,126],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.466666666667,0.446062304927,0.40627450382,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[370,-89],"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":"Ellipse 3","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[92,94],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.466666666667,0.446062304927,0.40627450382,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[296,-63],"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":"Ellipse 2","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[76,78],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.466666666667,0.446062304927,0.40627450382,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[482,-65],"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":"Ellipse 1","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[244,40],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":20,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.466666666667,0.446062304927,0.40627450382,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[394,-32],"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,"ix":5,"mn":"ADBE Vector Group","hd":false}],"ip":240.0000097754,"op":702.000028593046,"st":240.0000097754,"bm":0},{"ddd":0,"ind":25,"ty":4,"nm":"abr 1","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.411],"y":[1]},"o":{"x":[0.653],"y":[0]},"n":["0p411_1_0p653_0"],"t":460,"s":[0],"e":[100]},{"t":490.000019958109}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.411,"y":1},"o":{"x":0.653,"y":0},"n":"0p411_1_0p653_0","t":460,"s":[663.024,947.72,0],"e":[984.024,947.72,0],"to":[53.5,0,0],"ti":[-53.5,0,0]},{"t":490.000019958109}],"ix":2},"a":{"a":0,"k":[292,-443.923,0],"ix":1},"s":{"a":0,"k":[44.615,44.864,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[216,196],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.466666666667,0.446062304927,0.40627450382,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[200.31,-517.724],"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":"Ellipse 5","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[180,192],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.466666666667,0.446062304927,0.40627450382,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[122,-424],"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":"Ellipse 4","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[204,196],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.466666666667,0.446062304927,0.40627450382,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[310,-430],"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":"Ellipse 3","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[148,192],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.466666666667,0.446062304927,0.40627450382,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[362.466,-450.687],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[133.786,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":"Ellipse 2","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[184,164],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.466666666667,0.446062304927,0.40627450382,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[460,-414],"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":"Ellipse 1","np":3,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[560,300],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":20,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.466666666667,0.446062304927,0.40627450382,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[296,-374],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[65.696,30.769],"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,"ix":6,"mn":"ADBE Vector Group","hd":false}],"ip":240.0000097754,"op":702.000028593046,"st":240.0000097754,"bm":0},{"ddd":0,"ind":26,"ty":4,"nm":"ofogh","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1004,1340,0],"ix":2},"a":{"a":0,"k":[13,332,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[752,332],[-744,332]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.639215985466,0.639215985466,0.639215985466,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":8,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":240,"s":[50],"e":[50]},{"i":{"x":[0.33],"y":[1]},"o":{"x":[0.706],"y":[0]},"n":["0p33_1_0p706_0"],"t":420,"s":[50],"e":[100]},{"t":450.000018328876}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":240,"s":[50],"e":[50]},{"i":{"x":[0.33],"y":[1]},"o":{"x":[0.706],"y":[0]},"n":["0p33_1_0p706_0"],"t":420,"s":[50],"e":[0]},{"t":450.000018328876}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":240.0000097754,"op":702.000028593046,"st":240.0000097754,"bm":0},{"ddd":0,"ind":27,"ty":4,"nm":"zamin","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[995.003,1342,0],"ix":2},"a":{"a":0,"k":[-1,342,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":420,"s":[0,127.027,100],"e":[100,127.027,100]},{"t":450.000018328876}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[1472,296],"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":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-1,490],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[102.428,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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":240.0000097754,"op":702.000028593046,"st":240.0000097754,"bm":0},{"ddd":0,"ind":28,"ty":4,"nm":"khorshid 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.4,"y":1},"o":{"x":0.659,"y":0},"n":"0p4_1_0p659_0","t":424,"s":[1350.512,512.186,0],"e":[1159.512,1304.186,0],"to":[-31.8333339691162,132,0],"ti":[31.8333339691162,-132,0]},{"t":467.0000190213}],"ix":2},"a":{"a":0,"k":[464,-488,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.4,0.4,0.667],"y":[1,1,1]},"o":{"x":[0.659,0.659,0.333],"y":[0,0,0]},"n":["0p4_1_0p659_0","0p4_1_0p659_0","0p667_1_0p333_0"],"t":424,"s":[72.093,72.093,100],"e":[164.093,164.093,100]},{"t":467.0000190213}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[400,400],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":424,"s":[1,0.875155759325,0.035294113907,1],"e":[1,0.69356405735,0.035294115543,1]},{"t":450.000018328876}],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[464,-488],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":249.000010141978,"op":702.000028593046,"st":240.0000097754,"bm":0},{"ddd":0,"ind":29,"ty":4,"nm":"noor khorshid 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1350.512,512.186,0],"ix":2},"a":{"a":0,"k":[464,-488,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":240,"s":[87.093,87.093,100],"e":[111.093,111.093,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":271,"s":[111.093,111.093,100],"e":[87.093,87.093,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":300,"s":[87.093,87.093,100],"e":[111.093,111.093,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":331,"s":[111.093,111.093,100],"e":[87.093,87.093,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":360,"s":[87.093,87.093,100],"e":[111.093,111.093,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":391,"s":[111.093,111.093,100],"e":[59.093,59.093,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1.259,1.259,0.765]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1p259_0p333_0","0p667_1p259_0p333_0","0p667_0p765_0p333_0"],"t":420,"s":[59.093,59.093,100],"e":[30.835,30.835,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[-0.143,-0.143,0.141]},"n":["0p833_1_0p333_-0p143","0p833_1_0p333_-0p143","0p833_1_0p333_0p141"],"t":430,"s":[30.835,30.835,100],"e":[0,0,100]},{"t":436.000017758644}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[400,400],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.874509803922,0.035294117647,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":25,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[464,-488],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":249.000010141978,"op":702.000028593046,"st":240.0000097754,"bm":0},{"ddd":0,"ind":30,"ty":4,"nm":"bastani parent","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.446,"y":1},"o":{"x":0.594,"y":0},"n":"0p446_1_0p594_0","t":0,"s":[990,1300,0],"e":[990,1140,0],"to":[0,-26.6666660308838,0],"ti":[0,0,0]},{"i":{"x":0.428,"y":1},"o":{"x":0.672,"y":0},"n":"0p428_1_0p672_0","t":30,"s":[990,1140,0],"e":[990,1300,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.446,"y":1},"o":{"x":0.167,"y":0},"n":"0p446_1_0p167_0","t":60,"s":[990,1300,0],"e":[990,1140,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.428,"y":1},"o":{"x":0.672,"y":0},"n":"0p428_1_0p672_0","t":90,"s":[990,1140,0],"e":[990,1300,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.446,"y":1},"o":{"x":0.167,"y":0},"n":"0p446_1_0p167_0","t":120,"s":[990,1300,0],"e":[990,1140,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.428,"y":1},"o":{"x":0.672,"y":0},"n":"0p428_1_0p672_0","t":150,"s":[990,1140,0],"e":[990,1300,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.446,"y":1},"o":{"x":0.167,"y":0},"n":"0p446_1_0p167_0","t":180,"s":[990,1300,0],"e":[990,1140,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.428,"y":1},"o":{"x":0.672,"y":0},"n":"0p428_1_0p672_0","t":210,"s":[990,1140,0],"e":[990,1300,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.446,"y":1},"o":{"x":0.167,"y":0},"n":"0p446_1_0p167_0","t":240,"s":[990,1300,0],"e":[990,1140,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.428,"y":1},"o":{"x":0.672,"y":0},"n":"0p428_1_0p672_0","t":270,"s":[990,1140,0],"e":[990,1300,0],"to":[0,0,0],"ti":[0,-26.6666660308838,0]},{"t":300.00001221925}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[30.303,30.303,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[492,484],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"tr","p":{"a":0,"k":[10,-22],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":31,"ty":4,"nm":"bastani ghermez","parent":30,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-193.875,-30.525,0],"ix":2},"a":{"a":0,"k":[-68.75,-35.25,0],"ix":1},"s":{"a":0,"k":[330,330,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[117.5,117.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.780392156863,0.262745098039,0.262745098039,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.96862745098,0.560784313725,0.560784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-68.75,-35.25],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":32,"ty":4,"nm":"bastani surati","parent":30,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[340.969,-145.81,0],"ix":2},"a":{"a":0,"k":[-68.75,-35.25,0],"ix":1},"s":{"a":0,"k":[299.106,299.106,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[117.5,117.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.917647058824,0.298039215686,0.537254901961,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.709803921569,0.823529411765,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-145.98,-37.457],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":33,"ty":4,"nm":"bastani zard","parent":30,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[159.578,-125.675,0],"ix":2},"a":{"a":0,"k":[-68.75,-35.25,0],"ix":1},"s":{"a":0,"k":[299.106,299.106,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[117.5,117.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.729411764706,0.607843137255,0.282352941176,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.933333333333,0.639215686275,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-149.842,-67.245],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":34,"ty":4,"nm":"bastani shokolat","parent":30,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[33,85.8,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[330,330,100],"ix":6}},"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],[0,0],[-4,3.375],[-14.75,-1.25],[-2.75,-3.125],[-6,-4],[-1.935,1.583],[1.25,7],[2.75,7.5],[0.5,6.25],[-8.5,3.5],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[9.871,-8.329],[6.52,0.553],[4.36,4.955],[6,4],[2.75,-2.25],[-1.146,-6.418],[-2.75,-7.5],[-0.5,-6.25],[8.5,-3.5],[0,0],[0,0]],"v":[[39,-66.5],[-7.25,-66.5],[-61.5,-43],[-79.5,12.75],[-53.875,37.375],[-50.25,35.75],[-2.75,14.5],[9.75,21.5],[31.5,51.75],[44.5,52],[47.25,36.75],[40.25,16.75],[34,-9.25],[45.5,-24],[63.25,-21.5],[62.75,-55]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.478431372549,0.309803921569,0.203921568627,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.650980392157,0.443137254902,0.305882352941,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,-0.25],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":35,"ty":4,"nm":"bastani nun labe","parent":30,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[33,85.8,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[330,330,100],"ix":6}},"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],[-8.418,-8.291],[-7.992,4.286],[0.048,6.501],[0.875,10.25]],"o":[[0,0],[0,0],[0,0],[0,0],[7.82,7.701],[4.615,-2.475],[-0.048,-6.501],[-1.34,-15.695]],"v":[[60.5,-58.5],[-11.5,-43.5],[-79,13.75],[25.75,111.75],[45.68,131.049],[67.25,137],[73.548,122.626],[70.5,82.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.588235294118,0.478431372549,0.266666666667,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":36,"ty":4,"nm":"khat nun","parent":30,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[33,85.8,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[330,330,100],"ix":6}},"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":[[-35.5,51.5],[-23.75,18]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.960784313725,0.807843137255,0.521568627451,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":8,"ix":5},"lc":1,"lj":1,"ml":4,"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 8","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-7.75,76.5],[23.75,-15]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.960784313725,0.807843137255,0.521568627451,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":8,"ix":5},"lc":1,"lj":1,"ml":4,"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 7","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[18,103.5],[62.5,-18]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.960784313725,0.807843137255,0.521568627451,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":8,"ix":5},"lc":1,"lj":1,"ml":4,"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 6","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[46.5,129.5],[68,68.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.960784313725,0.807843137255,0.521568627451,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":8,"ix":5},"lc":1,"lj":1,"ml":4,"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 5","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[62.5,4.5],[4,-16]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.960784313725,0.807843137255,0.521568627451,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":8,"ix":5},"lc":1,"lj":1,"ml":4,"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 4","np":3,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[73.5,117.5],[7,93.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.960784313725,0.807843137255,0.521568627451,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":8,"ix":5},"lc":1,"lj":1,"ml":4,"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 3","np":3,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[64,41],[-23,10.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.960784313725,0.807843137255,0.521568627451,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":8,"ix":5},"lc":1,"lj":1,"ml":4,"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 2","np":3,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-53.5,37.5],[69,80.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.960784313725,0.807843137255,0.521568627451,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":8,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,-0.5],"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,"ix":8,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":37,"ty":4,"nm":"bastani nun","parent":30,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[33,85.8,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[330,330,100],"ix":6}},"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],[-8.418,-8.291],[-7.992,4.286],[0.048,6.501],[0.875,10.25]],"o":[[0,0],[0,0],[0,0],[0,0],[7.82,7.701],[4.615,-2.475],[-0.048,-6.501],[-1.34,-15.695]],"v":[[60.5,-58.5],[-11.5,-43.5],[-79,13.75],[25.75,111.75],[45.68,131.049],[67.25,137],[73.548,122.626],[70.5,82.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.588235294118,0.478431372549,0.266666666667,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.878431372549,0.686274509804,0.325490196078,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":38,"ty":4,"nm":"shadow bastani","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[972,1336.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[78.082,78.082,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[380,26],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933333333333,0.933333333333,0.933333333333,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-4,329],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[74.737,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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":39,"ty":4,"nm":"my parent","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[0],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":50,"s":[0],"e":[50]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":60,"s":[50],"e":[-50]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":70,"s":[-50],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":80,"s":[0],"e":[0]},{"t":110.000004480392}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":0,"s":[1331.633,1340.232,0],"e":[1331.633,1340.232,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110,"s":[1331.633,1340.232,0],"e":[1331.633,1400,0],"to":[0,9.96134376525879,0],"ti":[0,24.5,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":114,"s":[1331.633,1400,0],"e":[1331.633,1193.232,0],"to":[0,-24.5,0],"ti":[0,34.4613456726074,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":127,"s":[1331.633,1193.232,0],"e":[1331.633,1193.232,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":129,"s":[1331.633,1193.232,0],"e":[1331.633,1268.232,0],"to":[0,12.5,0],"ti":[0,-34.4613456726074,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":133,"s":[1331.633,1268.232,0],"e":[1331.633,1400,0],"to":[0,34.4613456726074,0],"ti":[0,12.5,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":136,"s":[1331.633,1400,0],"e":[1331.633,1193.232,0],"to":[0,-12.5,0],"ti":[0,34.4613456726074,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":149,"s":[1331.633,1193.232,0],"e":[1331.633,1193.232,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":151,"s":[1331.633,1193.232,0],"e":[1331.633,1268.232,0],"to":[0,12.5,0],"ti":[0,-34.4613456726074,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":155,"s":[1331.633,1268.232,0],"e":[1331.633,1400,0],"to":[0,34.4613456726074,0],"ti":[0,12.5,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":158,"s":[1331.633,1400,0],"e":[1331.633,1193.232,0],"to":[0,-12.5,0],"ti":[0,34.4613456726074,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":171,"s":[1331.633,1193.232,0],"e":[1331.633,1193.232,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":173,"s":[1331.633,1193.232,0],"e":[1331.633,1268.232,0],"to":[0,12.5,0],"ti":[0,-34.4613456726074,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":177,"s":[1331.633,1268.232,0],"e":[1331.633,1400,0],"to":[0,34.4613456726074,0],"ti":[0,-12,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":180,"s":[1331.633,1400,0],"e":[1331.633,1340.232,0],"to":[0,12,0],"ti":[0,9.96134376525879,0]},{"t":184.000007494474}],"ix":2},"a":{"a":0,"k":[324,356,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":0,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":110,"s":[100,100,100],"e":[100,74,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":114,"s":[100,74,100],"e":[80,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":120,"s":[80,110,100],"e":[100,74,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":127,"s":[100,74,100],"e":[100,74,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":129,"s":[100,74,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":133,"s":[100,100,100],"e":[100,74,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":136,"s":[100,74,100],"e":[80,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":142,"s":[80,110,100],"e":[100,74,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":149,"s":[100,74,100],"e":[100,74,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":151,"s":[100,74,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":155,"s":[100,100,100],"e":[100,74,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":158,"s":[100,74,100],"e":[80,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":164,"s":[80,110,100],"e":[100,74,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":171,"s":[100,74,100],"e":[100,74,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":173,"s":[100,74,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":177,"s":[100,100,100],"e":[100,74,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p833_1_0p333_0","0p833_1_0p333_0","0p833_1_0p333_0"],"t":180,"s":[100,74,100],"e":[100,100,100]},{"t":184.000007494474}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[252,252],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"tr","p":{"a":0,"k":[326,358],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":40,"ty":4,"nm":"my dahan goshad","parent":39,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":2,"ix":10},"p":{"a":0,"k":[318.903,455.162,0],"ix":2},"a":{"a":0,"k":[330,79.511,0],"ix":1},"s":{"a":0,"k":[163.291,184.48,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-79.985,-1.528]],"o":[[0,0],[0,0],[78.5,1.5]],"v":[[409,44],[251,44],[330,115]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.627450980392,0.627450980392,0.627450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5},"lc":1,"lj":1,"ml":4,"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,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":41,"ty":4,"nm":"my chap eye","parent":43,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-16.437,88.782,0],"ix":2},"a":{"a":0,"k":[-86,42,0],"ix":1},"s":{"a":0,"k":[71.429,71.429,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[56,56],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":0,"k":49,"ix":2},"o":{"a":0,"k":-89,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.176470588235,0.176470588235,0.176470588235,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":13,"ix":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-86,42],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,76.923],"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":"Ellipse 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":42,"ty":4,"nm":"my rast eye","parent":43,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[155.563,88.782,0],"ix":2},"a":{"a":0,"k":[-86,42,0],"ix":1},"s":{"a":0,"k":[71.429,71.429,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[56,56],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":0,"k":49,"ix":2},"o":{"a":0,"k":-89,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.176470588235,0.176470588235,0.176470588235,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":13,"ix":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-86,42],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,76.923],"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":"Ellipse 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":43,"ty":4,"nm":"my face","parent":39,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":2,"ix":10},"p":{"a":0,"k":[326,358,0],"ix":2},"a":{"a":0,"k":[71.264,114.943,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[409.195,409.195],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.678431372549,0.678431372549,0.678431372549,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":8,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.878431372549,0.588235294118,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.264,114.943],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[94.157,94.157],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":44,"ty":4,"nm":"my shadow","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1336,1264,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[380,26],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933333333333,0.933333333333,0.933333333333,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-4,329],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[74.737,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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":45,"ty":4,"nm":"dialog parent","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":0,"s":[1290,1341,0],"e":[1290,1341,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":10,"s":[1290,1341,0],"e":[1000,945,0],"to":[-48.3333320617676,-66,0],"ti":[48.3333320617676,56.8333320617676,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":15,"s":[1000,945,0],"e":[1000,1000,0],"to":[-48.3333320617676,-56.8333320617676,0],"ti":[0,-9.16666698455811,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":19,"s":[1000,1000,0],"e":[1000,1000,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":240,"s":[1000,1000,0],"e":[1000,945,0],"to":[0,-9.16666698455811,0],"ti":[-48.3333320617676,-56.8333320617676,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":244,"s":[1000,945,0],"e":[1290,1341,0],"to":[48.3333320617676,56.8333320617676,0],"ti":[-48.3333320617676,-66,0]},{"t":249.000010141978}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":0,"s":[0,0,100],"e":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":10,"s":[0,0,100],"e":[125,93,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p833_1_0p333_0","0p833_1_0p333_0","0p833_1_0p333_0"],"t":15,"s":[125,93,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":19,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":240,"s":[100,100,100],"e":[125,93,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":244,"s":[125,93,100],"e":[0,0,100]},{"t":249.000010141978}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[200,200],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"tr","p":{"a":0,"k":[44,-420],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":250.000010182709,"st":0,"bm":0},{"ddd":0,"ind":46,"ty":4,"nm":"Will you buy me an ice cream? Outlines","parent":45,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-395.096,-454.013,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-1.511,8.434],[0,0],[-2.644,-10.826],[0,0],[0,0],[0,0],[0,0],[0,0],[1.762,-9.315],[0,0],[2.392,10.071],[0,0],[0,0],[0,0],[1.259,-8.434],[0,0],[2.518,10.574],[0,0],[0,0],[0,0]],"o":[[0,0],[3.021,-10.952],[0,0],[1.133,8.56],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.518,10.448],[0,0],[-1.259,-8.938],[0,0],[0,0],[0,0],[-2.895,10.826],[0,0],[-1.511,-8.183],[0,0],[0,0],[0,0],[0,0]],"v":[[34.996,0],[46.955,-44.186],[53.501,-71.88],[53.753,-71.88],[59.292,-44.186],[69.866,0],[81.448,0],[105.492,-84.846],[94.162,-84.846],[82.958,-42.046],[76.286,-12.714],[76.035,-12.714],[70.118,-41.794],[59.795,-84.846],[48.34,-84.846],[37.01,-42.046],[30.087,-12.589],[29.835,-12.589],[23.54,-41.92],[13.47,-84.846],[1.762,-84.846],[23.289,0]],"c":true},"ix":2},"nm":"W","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,"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":"W","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[123.892,0],[123.892,-60.802],[112.94,-60.802],[112.94,0]],"c":true},"ix":2},"nm":"i","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[4.028,0],[-0.126,-3.777],[-4.028,0],[0,3.777]],"o":[[-4.028,0],[-0.126,3.777],[4.28,0],[-0.126,-3.902]],"v":[[118.479,-84.972],[111.681,-78.049],[118.353,-71.251],[125.402,-78.049]],"c":true},"ix":2},"nm":"i","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"i","np":5,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"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":[[142.189,0],[153.141,0],[153.141,-89.378],[142.189,-89.378]],"c":true},"ix":2},"nm":"l","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,"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":"l","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"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":[[171.562,0],[182.514,0],[182.514,-89.378],[171.562,-89.378]],"c":true},"ix":2},"nm":"l","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,"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":"l","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,-0.629],[0.504,-1.133],[2.895,-2.392],[2.895,-0.881],[0,0],[-5.539,4.658],[-7.931,20.897],[0,0],[0,0],[0,0],[1.133,-3.525],[0,0],[1.385,4.028],[0,0]],"o":[[0,0],[0.629,1.385],[0,0.755],[-2.518,5.665],[-3.399,2.769],[0,0],[2.644,-0.504],[7.553,-6.672],[0,0],[0,0],[0,0],[-1.511,4.28],[0,0],[-1.007,-3.651],[0,0],[0,0]],"v":[[219.503,-60.802],[241.911,-4.784],[242.792,-1.888],[241.911,0.755],[232.721,13.092],[222.902,18.505],[225.672,27.821],[239.267,20.771],[260.164,-17.498],[276.781,-60.802],[265.074,-60.802],[252.989,-25.051],[249.086,-12.463],[248.835,-12.463],[244.932,-24.925],[231.588,-60.802]],"c":true},"ix":2},"nm":"y","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,"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":"y","np":3,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[16.994,0],[0,-20.393],[-15.987,0],[0,22.533]],"o":[[-16.491,0],[0,19.638],[14.099,0],[0,-19.512]],"v":[[311.117,-62.187],[280.779,-30.212],[309.732,1.385],[340.322,-30.464]],"c":true},"ix":2},"nm":"o","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-13.596,0],[0,-10.574],[12.085,0],[0,12.211]],"o":[[13.721,0],[0,12.337],[-12.337,0],[0,-10.826]],"v":[[310.488,-54.005],[329.119,-30.338],[310.488,-6.924],[291.983,-30.212]],"c":true},"ix":2},"nm":"o","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"o","np":5,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,6.42],[0,0],[0,0],[0,0],[0.629,-1.762],[8.057,0],[0,11.833],[0,0],[0,0],[0,0],[-11.833,0],[-2.769,4.658],[0,0],[0,0]],"o":[[-0.252,-4.91],[0,0],[0,0],[0,0],[0,1.888],[-1.637,4.532],[-9.567,0],[0,0],[0,0],[0,0],[0,19.512],[11.33,0],[0,0],[0,0],[0,0]],"v":[[405.17,0],[404.667,-16.617],[404.667,-60.802],[393.715,-60.802],[393.715,-23.54],[392.708,-17.75],[377.853,-7.679],[364.51,-27.191],[364.51,-60.802],[353.432,-60.802],[353.432,-25.303],[374.329,1.385],[394.596,-9.945],[394.848,-9.945],[395.477,0]],"c":true},"ix":2},"nm":"u","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,"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":"u","np":3,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.252,-4.154],[0,0],[0,0],[0,0],[-8.812,0],[0,21.778],[15.106,0],[3.902,-6.798],[0,0],[0,0],[0,0]],"o":[[0,5.287],[0,0],[0,0],[0,0],[4.658,7.931],[13.47,0],[0,-18.379],[-9.819,0],[0,0],[0,0],[0,0],[0,0]],"v":[[449.183,-15.61],[448.679,0],[458.246,0],[458.75,-9.945],[459.002,-9.945],[479.521,1.385],[506.964,-31.219],[481.157,-62.187],[460.386,-51.109],[460.135,-51.109],[460.135,-89.378],[449.183,-89.378]],"c":true},"ix":2},"nm":"b","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[-0.252,1.385],[-7.427,0],[0,-12.211],[11.707,0],[2.14,7.805],[0,1.385]],"o":[[0,-1.762],[2.266,-8.434],[11.959,0],[0,13.973],[-7.931,0],[-0.378,-1.259],[0,0]],"v":[[460.135,-35.374],[460.764,-39.906],[477.507,-53.501],[495.76,-30.842],[477.255,-7.427],[460.638,-20.393],[460.135,-24.422]],"c":true},"ix":2},"nm":"b","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"b","np":5,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,6.42],[0,0],[0,0],[0,0],[0.629,-1.762],[8.057,0],[0,11.833],[0,0],[0,0],[0,0],[-11.833,0],[-2.769,4.658],[0,0],[0,0]],"o":[[-0.252,-4.91],[0,0],[0,0],[0,0],[0,1.888],[-1.637,4.532],[-9.567,0],[0,0],[0,0],[0,0],[0,19.512],[11.33,0],[0,0],[0,0],[0,0]],"v":[[571.793,0],[571.289,-16.617],[571.289,-60.802],[560.337,-60.802],[560.337,-23.54],[559.33,-17.75],[544.476,-7.679],[531.132,-27.191],[531.132,-60.802],[520.054,-60.802],[520.054,-25.303],[540.951,1.385],[561.218,-9.945],[561.47,-9.945],[562.099,0]],"c":true},"ix":2},"nm":"u","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,"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":"u","np":3,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,-0.629],[0.504,-1.133],[2.895,-2.392],[2.895,-0.881],[0,0],[-5.539,4.658],[-7.931,20.897],[0,0],[0,0],[0,0],[1.133,-3.525],[0,0],[1.385,4.028],[0,0]],"o":[[0,0],[0.629,1.385],[0,0.755],[-2.518,5.665],[-3.399,2.769],[0,0],[2.644,-0.504],[7.553,-6.672],[0,0],[0,0],[0,0],[-1.511,4.28],[0,0],[-1.007,-3.651],[0,0],[0,0]],"v":[[581.123,-60.802],[603.531,-4.784],[604.412,-1.888],[603.531,0.755],[594.341,13.092],[584.522,18.505],[587.292,27.821],[600.887,20.771],[621.784,-17.498],[638.401,-60.802],[626.694,-60.802],[614.609,-25.051],[610.706,-12.463],[610.455,-12.463],[606.552,-24.925],[593.208,-60.802]],"c":true},"ix":2},"nm":"y","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,"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":"y","np":3,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-0.504,1.637],[-6.924,0],[0,-9.693],[0,0],[0,0],[0,0],[-0.504,1.637],[-6.294,0],[0,-11.833],[0,0],[0,0],[0,0],[8.057,0],[3.777,-2.769],[1.888,-3.399],[0,0],[8.308,0],[3.399,-5.791],[0,0],[0,0],[0,0],[0,-6.294]],"o":[[0,0],[0,0],[0,-1.762],[1.888,-5.539],[8.308,0],[0,0],[0,0],[0,0],[0,-2.014],[1.888,-5.287],[8.938,0],[0,0],[0,0],[0,0],[0,-21.149],[-5.791,0],[-2.518,1.888],[0,0],[-2.644,-7.05],[-10.197,0],[0,0],[0,0],[0,0],[0.252,4.91],[0,0]],"v":[[674.679,0],[685.505,0],[685.505,-36.758],[686.26,-42.171],[700.108,-53.249],[712.822,-36.507],[712.822,0],[723.522,0],[723.522,-37.64],[724.529,-43.304],[737.621,-53.249],[750.965,-34.367],[750.965,0],[761.665,0],[761.665,-35.877],[741.65,-62.187],[728.18,-58.033],[721.382,-50.102],[721.13,-50.102],[703.884,-62.187],[684.624,-51.109],[684.372,-51.109],[683.743,-60.802],[674.175,-60.802],[674.679,-44.437]],"c":true},"ix":2},"nm":"m","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,"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":"m","np":3,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,2.266],[19.764,0],[0,-18.505],[-18.757,0],[-3.777,1.762],[0,0],[7.931,0],[0.252,14.98]],"o":[[0.252,-1.133],[0,-11.204],[-17.876,0],[0,18.253],[9.693,0],[0,0],[-4.028,1.762],[-11.204,0],[0,0]],"v":[[827.772,-28.45],[828.276,-33.611],[803.225,-62.187],[774.523,-29.331],[804.483,1.385],[824.751,-2.518],[822.863,-10.448],[805.994,-7.301],[785.097,-28.45]],"c":true},"ix":2},"nm":"e","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[-11.204,0],[0.126,-6.924]],"o":[[0.881,-7.679],[12.463,0],[0,0]],"v":[[785.223,-36.381],[802.218,-54.256],[817.576,-36.381]],"c":true},"ix":2},"nm":"e","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"e","np":5,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[18.631,0],[5.035,-3.273],[0,0],[-5.665,0],[0,-5.035],[0,0],[0,-14.729],[-12.211,0],[-3.399,4.658],[0,0],[0,0],[0,0],[0,5.287]],"o":[[0,-12.211],[-7.553,0],[0,0],[4.154,-2.769],[12.337,0],[0,0],[-23.54,-0.252],[0,8.686],[8.686,0],[0,0],[0,0],[0,0],[-0.629,-4.154],[0,0]],"v":[[78.615,112.738],[55.452,87.813],[35.437,93.1],[37.954,100.401],[53.816,95.869],[67.663,109.969],[67.663,111.353],[31.031,133.887],[49.662,151.385],[68.293,142.321],[68.544,142.321],[69.551,150],[79.496,150],[78.615,135.397]],"c":true},"ix":2},"nm":"a","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0.252,-1.259],[8.057,0],[0,7.301],[-12.085,-0.378]],"o":[[0,1.133],[-1.888,5.161],[-5.539,0],[0,-11.833],[0,0]],"v":[[67.915,129.481],[67.411,133.006],[52.557,143.202],[42.109,132.628],[67.915,119.032]],"c":true},"ix":2},"nm":"a","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"a","np":5,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-0.504,1.385],[-7.301,0],[0,-9.945],[0,0],[0,0],[0,0],[8.308,0],[3.021,-5.665],[0,0],[0,0],[0,0],[0,-6.294]],"o":[[0,0],[0,0],[0,-1.888],[2.014,-6.168],[10.448,0],[0,0],[0,0],[0,0],[0,-20.771],[-10.071,0],[0,0],[0,0],[0,0],[0.252,4.91],[0,0]],"v":[[96.064,150],[107.016,150],[107.016,113.367],[107.897,108.206],[122.751,96.877],[136.85,115.004],[136.85,150],[147.802,150],[147.802,113.619],[126.402,87.813],[106.26,99.142],[105.883,99.142],[105.379,89.198],[95.56,89.198],[96.064,105.563]],"c":true},"ix":2},"nm":"n","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,"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":"n","np":3,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"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":[[203.014,150],[203.014,89.198],[192.062,89.198],[192.062,150]],"c":true},"ix":2},"nm":"i","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[4.028,0],[-0.126,-3.777],[-4.028,0],[0,3.777]],"o":[[-4.028,0],[-0.126,3.777],[4.28,0],[-0.126,-3.902]],"v":[[197.601,65.028],[190.804,71.951],[197.475,78.749],[204.525,71.951]],"c":true},"ix":2},"nm":"i","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"i","np":5,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[6.168,0],[0,14.099],[-13.973,0],[-2.644,-1.511],[0,0],[6.42,0],[0,-18.757],[-18.379,0],[-2.895,1.511]],"o":[[-3.147,1.385],[-12.211,0],[0,-12.589],[6.042,0],[0,0],[-3.021,-1.511],[-19.89,0],[0,18.631],[8.183,0],[0,0]],"v":[[262.854,139.426],[249.384,142.447],[228.109,119.662],[249.636,96.625],[262.476,99.52],[264.994,90.96],[249.636,87.813],[216.906,120.291],[247.244,151.385],[264.742,147.734]],"c":true},"ix":2},"nm":"c","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,"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":"c","np":3,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,2.266],[19.764,0],[0,-18.505],[-18.757,0],[-3.777,1.762],[0,0],[7.931,0],[0.252,14.98]],"o":[[0.252,-1.133],[0,-11.204],[-17.876,0],[0,18.253],[9.693,0],[0,0],[-4.028,1.762],[-11.204,0],[0,0]],"v":[[325.531,121.55],[326.035,116.389],[300.983,87.813],[272.282,120.669],[302.242,151.385],[322.51,147.482],[320.621,139.552],[303.753,142.699],[282.856,121.55]],"c":true},"ix":2},"nm":"e","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[-11.204,0],[0.126,-6.924]],"o":[[0.881,-7.679],[12.463,0],[0,0]],"v":[[282.982,113.619],[299.976,95.744],[315.334,113.619]],"c":true},"ix":2},"nm":"e","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"e","np":5,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[6.168,0],[0,14.099],[-13.973,0],[-2.644,-1.511],[0,0],[6.42,0],[0,-18.757],[-18.379,0],[-2.895,1.511]],"o":[[-3.147,1.385],[-12.211,0],[0,-12.589],[6.042,0],[0,0],[-3.021,-1.511],[-19.89,0],[0,18.631],[8.183,0],[0,0]],"v":[[407.478,139.426],[394.009,142.447],[372.734,119.662],[394.26,96.625],[407.101,99.52],[409.618,90.96],[394.26,87.813],[361.53,120.291],[391.869,151.385],[409.367,147.734]],"c":true},"ix":2},"nm":"c","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,"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":"c","np":3,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-0.378,1.511],[-7.931,0],[-1.007,-0.252],[0,0],[1.259,0],[2.895,-8.183],[0,0],[0,0],[0,0],[0,-7.175]],"o":[[0,0],[0,0],[0,-1.637],[1.511,-8.308],[1.511,0],[0,0],[-0.881,-0.252],[-7.301,0],[0,0],[0,0],[0,0],[0.252,5.665],[0,0]],"v":[[421.936,150],[432.888,150],[432.888,117.396],[433.392,112.36],[448.246,98.135],[451.897,98.513],[451.897,88.065],[448.875,87.813],[431.881,101.157],[431.503,101.157],[431.126,89.198],[421.432,89.198],[421.936,108.08]],"c":true},"ix":2},"nm":"r","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,"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":"r","np":3,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,2.266],[19.764,0],[0,-18.505],[-18.757,0],[-3.777,1.762],[0,0],[7.931,0],[0.252,14.98]],"o":[[0.252,-1.133],[0,-11.204],[-17.876,0],[0,18.253],[9.693,0],[0,0],[-4.028,1.762],[-11.204,0],[0,0]],"v":[[510.405,121.55],[510.908,116.389],[485.857,87.813],[457.155,120.669],[487.116,151.385],[507.383,147.482],[505.495,139.552],[488.626,142.699],[467.73,121.55]],"c":true},"ix":2},"nm":"e","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[-11.204,0],[0.126,-6.924]],"o":[[0.881,-7.679],[12.463,0],[0,0]],"v":[[467.855,113.619],[484.85,95.744],[500.208,113.619]],"c":true},"ix":2},"nm":"e","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"e","np":5,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[18.631,0],[5.035,-3.273],[0,0],[-5.665,0],[0,-5.035],[0,0],[0,-14.729],[-12.211,0],[-3.399,4.658],[0,0],[0,0],[0,0],[0,5.287]],"o":[[0,-12.211],[-7.553,0],[0,0],[4.154,-2.769],[12.337,0],[0,0],[-23.54,-0.252],[0,8.686],[8.686,0],[0,0],[0,0],[0,0],[-0.629,-4.154],[0,0]],"v":[[566.986,112.738],[543.823,87.813],[523.808,93.1],[526.325,100.401],[542.187,95.869],[556.034,109.969],[556.034,111.353],[519.402,133.887],[538.033,151.385],[556.664,142.321],[556.915,142.321],[557.922,150],[567.867,150],[566.986,135.397]],"c":true},"ix":2},"nm":"a","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0.252,-1.259],[8.057,0],[0,7.301],[-12.085,-0.378]],"o":[[0,1.133],[-1.888,5.161],[-5.539,0],[0,-11.833],[0,0]],"v":[[556.286,129.481],[555.782,133.006],[540.928,143.202],[530.479,132.628],[556.286,119.032]],"c":true},"ix":2},"nm":"a","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"a","np":5,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-0.504,1.637],[-6.924,0],[0,-9.693],[0,0],[0,0],[0,0],[-0.504,1.637],[-6.294,0],[0,-11.833],[0,0],[0,0],[0,0],[8.057,0],[3.777,-2.769],[1.888,-3.399],[0,0],[8.308,0],[3.399,-5.791],[0,0],[0,0],[0,0],[0,-6.294]],"o":[[0,0],[0,0],[0,-1.762],[1.888,-5.539],[8.308,0],[0,0],[0,0],[0,0],[0,-2.014],[1.888,-5.287],[8.938,0],[0,0],[0,0],[0,0],[0,-21.149],[-5.791,0],[-2.518,1.888],[0,0],[-2.644,-7.05],[-10.197,0],[0,0],[0,0],[0,0],[0.252,4.91],[0,0]],"v":[[584.434,150],[595.261,150],[595.261,113.242],[596.016,107.829],[609.863,96.751],[622.578,113.493],[622.578,150],[633.278,150],[633.278,112.36],[634.285,106.696],[647.377,96.751],[660.721,115.633],[660.721,150],[671.421,150],[671.421,114.123],[651.405,87.813],[637.936,91.967],[631.138,99.898],[630.886,99.898],[613.64,87.813],[594.379,98.891],[594.128,98.891],[593.498,89.198],[583.931,89.198],[584.434,105.563]],"c":true},"ix":2},"nm":"m","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,"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":"m","np":3,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-5.413,6.672],[0,8.56],[14.477,0],[4.28,-3.021],[0,0],[-4.406,0],[0,-6.42],[5.539,-6.798],[-0.755,-6.672],[0,0]],"o":[[0,0],[-0.504,-6.42],[6.168,-7.05],[0,-9.567],[-6.546,0],[0,0],[3.147,-2.518],[7.931,0.126],[0,5.665],[-6.294,7.427],[0,0],[0,0]],"v":[[709.204,125.83],[709.078,122.683],[716.127,104.052],[727.079,82.148],[705.931,63.643],[687.929,68.678],[690.95,76.735],[703.665,72.707],[715.75,83.533],[706.938,100.905],[699.007,122.557],[699.385,125.83]],"c":true},"ix":2},"nm":"?","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-4.406,0],[0,4.406],[4.532,0],[0,-4.658]],"o":[[4.532,0],[-0.126,-4.658],[-4.406,0],[0,4.406]],"v":[[704.042,151.385],[711.596,143.58],[704.042,135.649],[696.615,143.58]],"c":true},"ix":2},"nm":"?","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"?","np":5,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":250.000010182709,"st":0,"bm":0},{"ddd":0,"ind":47,"ty":4,"nm":"No Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1140,1852,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.629,10.7],[0,0],[-5.917,-9.441],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.007,-11.33],[0,0],[6.168,10.071],[0,0],[0,0],[0,0]],"o":[[0,0],[0,-14.099],[0,0],[4.28,9.19],[0,0],[0,0],[0,0],[0,0],[0,0],[0,13.092],[0,0],[-4.028,-8.686],[0,0],[0,0],[0,0],[0,0]],"v":[[19.89,0],[19.89,-36.255],[19.009,-71.251],[19.386,-71.377],[35.248,-43.053],[62.187,0],[73.265,0],[73.265,-84.846],[62.943,-84.846],[62.943,-49.221],[64.201,-14.477],[63.95,-14.351],[48.717,-42.046],[21.652,-84.846],[9.441,-84.846],[9.441,0]],"c":true},"ix":2},"nm":"N","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.564705882353,0.564705882353,0.564705882353,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"N","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[16.994,0],[0,-20.393],[-15.987,0],[0,22.533]],"o":[[-16.491,0],[0,19.638],[14.099,0],[0,-19.512]],"v":[[117.371,-62.187],[87.032,-30.212],[115.986,1.385],[146.576,-30.464]],"c":true},"ix":2},"nm":"o","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-13.596,0],[0,-10.574],[12.085,0],[0,12.211]],"o":[[13.721,0],[0,12.337],[-12.337,0],[0,-10.826]],"v":[[116.741,-54.005],[135.372,-30.338],[116.741,-6.924],[98.236,-30.212]],"c":true},"ix":2},"nm":"o","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.564705882353,0.564705882353,0.564705882353,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"o","np":5,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":250.000010182709,"st":0,"bm":0},{"ddd":0,"ind":48,"ty":4,"nm":"Yes Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[732,1848,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[2.266,-5.539],[0,0],[3.273,6.546],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[-3.273,6.42],[0,0],[-2.644,-5.791],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[39.528,0],[39.528,-36.129],[67.852,-84.846],[55.515,-84.846],[43.304,-61.432],[34.744,-43.934],[34.492,-43.934],[26.058,-61.432],[14.099,-84.846],[1.637,-84.846],[28.45,-35.877],[28.45,0]],"c":true},"ix":2},"nm":"Y","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.564705882353,0.564705882353,0.564705882353,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Y","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,2.266],[19.764,0],[0,-18.505],[-18.757,0],[-3.777,1.762],[0,0],[7.931,0],[0.252,14.98]],"o":[[0.252,-1.133],[0,-11.204],[-17.876,0],[0,18.253],[9.693,0],[0,0],[-4.028,1.762],[-11.204,0],[0,0]],"v":[[116.158,-28.45],[116.661,-33.611],[91.61,-62.187],[62.908,-29.331],[92.869,1.385],[113.136,-2.518],[111.248,-10.448],[94.379,-7.301],[73.483,-28.45]],"c":true},"ix":2},"nm":"e","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[-11.204,0],[0.126,-6.924]],"o":[[0.881,-7.679],[12.463,0],[0,0]],"v":[[73.608,-36.381],[90.603,-54.256],[105.961,-36.381]],"c":true},"ix":2},"nm":"e","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.564705882353,0.564705882353,0.564705882353,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"e","np":5,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-6.672,0],[0,10.7],[10.448,3.902],[0,5.035],[-6.42,0],[-2.392,-1.385],[0,0],[6.168,0],[0,-9.693],[-10.952,-4.028],[0,-5.287],[8.057,0],[3.273,2.14]],"o":[[4.28,2.518],[14.477,0],[0,-9.19],[-8.057,-3.147],[0,-4.532],[5.791,0],[0,0],[-3.399,-2.014],[-13.092,0],[0,7.301],[8.183,3.021],[0,5.035],[-5.539,0],[0,0]],"v":[[125.658,-2.895],[142.778,1.385],[165.564,-16.994],[149.576,-35.248],[137.995,-45.696],[148.066,-54.131],[160.654,-50.48],[163.424,-58.537],[148.443,-62.187],[127.42,-44.437],[143.534,-27.065],[154.863,-15.987],[143.03,-6.924],[128.428,-11.33]],"c":true},"ix":2},"nm":"s","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.564705882353,0.564705882353,0.564705882353,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"s","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":250.000010182709,"st":0,"bm":0},{"ddd":0,"ind":49,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":230,"s":[100],"e":[0]},{"t":240.0000097754}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1212,1810,0],"ix":2},"a":{"a":0,"k":[212,780,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[0,0,100],"e":[0,0,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":230,"s":[0,0,100],"e":[145.652,145.652,100]},{"t":240.0000097754}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[184,184],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.4313725191,0.846136115579,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[212,780],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":250.000010182709,"st":0,"bm":0},{"ddd":0,"ind":50,"ty":4,"nm":"dialog tail","parent":45,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[174.862,-49.985,0],"ix":2},"a":{"a":0,"k":[6.87,51.913,0],"ix":1},"s":{"a":0,"k":[-502.364,489.786,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-1.855,-1.159],[-1.063,0.875]],"o":[[0,0],[0,0],[0,0],[3,1.875],[0.796,-0.655]],"v":[[27.25,35.75],[-11.25,37],[-13.5,63.25],[-11.875,67.313],[-5.25,66.25]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.388712056478,0.440146352731,0.556862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":250.000010182709,"st":0,"bm":0},{"ddd":0,"ind":51,"ty":4,"nm":"dialog main","parent":45,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[41.206,-439.397,0],"ix":2},"a":{"a":0,"k":[14.375,-6.499,0],"ix":1},"s":{"a":0,"k":[847.978,705.623,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[33,0],[15.002,0],[0,-20.5],[-18.103,-0.338],[-20.5,0.188],[0,23.5]],"o":[[-36,0],[-31,0],[0,32],[20.063,0.375],[21.754,-0.199],[0,-18.75]],"v":[[33.25,-53.5],[-3.5,-53.75],[-49.25,-8.75],[-11.438,40.25],[38.75,40.687],[78,-6.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.388712056478,0.440146352731,0.556862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":250.000010182709,"st":0,"bm":0},{"ddd":0,"ind":52,"ty":4,"nm":"myket parent","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":120,"s":[0],"e":[-20]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":127,"s":[-20],"e":[20]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":141,"s":[20],"e":[0]},{"t":148.000006028164}],"ix":10},"p":{"a":0,"k":[597.277,1334.318,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[204,204],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"tr","p":{"a":0,"k":[-2,-2],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":53,"ty":4,"nm":"myket sibil","parent":52,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":180,"s":[0],"e":[20]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":183,"s":[20],"e":[-20]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":189,"s":[-20],"e":[0]},{"t":192.00000782032}],"ix":10},"p":{"a":0,"k":[-2.53,144.707,0],"ix":2},"a":{"a":0,"k":[-185.252,99.026,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[17.363,-0.755],[6.5,-5.875],[9.625,-0.125],[1.5,3.375],[-14,-11.125],[-10.124,-0.291],[-7.375,9.75],[-2,0.125],[-6.25,-6.5],[-19.25,1.125],[-7.875,11.625],[1.625,1.125],[4.653,-2.482],[12.25,11.375],[13.624,0.176],[2.5,-0.125]],"o":[[-14.375,0.625],[-6.5,5.875],[-8.398,0.109],[-1.5,-3.375],[16.341,12.985],[17.375,0.5],[7.375,-9.75],[2,-0.125],[6.25,6.5],[19.25,-1.125],[7.875,-11.625],[-1.625,-1.125],[-1.875,1],[-14.188,-13.175],[-19.375,-0.25],[-2.5,0.125]],"v":[[-217.125,65.5],[-246.875,82.625],[-269.75,94.875],[-289.5,83.75],[-270.375,119.625],[-234.125,132.5],[-192.5,113.75],[-185.375,102],[-176.875,115.375],[-135.875,132.5],[-95.625,114.5],[-81,84.25],[-93.375,93.125],[-120.125,86.125],[-153.375,65.5],[-185.25,81.75]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":54,"ty":4,"nm":"myket hat","parent":52,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-0.277,-120.318,0],"ix":2},"a":{"a":0,"k":[-200.564,-148.443,0],"ix":1},"s":{"a":0,"k":[160.918,137.273,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1,-26]],"o":[[0,0],[-1,26]],"v":[[-209,-240],[-244,-206]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.639215686275,0.639215686275,0.639215686275,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5},"lc":1,"lj":1,"ml":4,"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,"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 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-57,-18]],"o":[[0,0],[57,18]],"v":[[-249,-62],[-144,-62]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.639215686275,0.639215686275,0.639215686275,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5},"lc":1,"lj":1,"ml":4,"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,"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":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[47.256,0.662],[4.591,-3.935],[8.5,-42.5],[-30.557,-3.82],[0,0],[-68.25,-25.25],[-0.5,0.25],[10.839,41.965],[4.044,2.941]],"o":[[-53.5,-0.75],[-3.5,3],[-5.091,25.457],[0.125,0],[0,0],[0,0.5],[10.25,-1.25],[-9.75,-37.75],[-2.75,-2]],"v":[[-199.5,-255.75],[-263.75,-211],[-321.25,-166],[-275.75,-106.5],[-275.188,-41.125],[-126.25,-41.875],[-125.5,-105.5],[-80.75,-168.5],[-136,-211.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.639215686275,0.639215686275,0.639215686275,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5},"lc":1,"lj":1,"ml":4,"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,"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,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":55,"ty":4,"nm":"myket right eye","parent":52,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[50.422,49.929,0],"ix":2},"a":{"a":0,"k":[-232.8,-4.253,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[37,31],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":0,"k":43,"ix":2},"o":{"a":0,"k":-75,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","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":8,"ix":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-233,5],"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":"Ellipse 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":56,"ty":4,"nm":"myket left eye","parent":52,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-50.078,49.929,0],"ix":2},"a":{"a":0,"k":[-232.8,-4.253,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[37,31],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":0,"k":43,"ix":2},"o":{"a":0,"k":-75,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","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":8,"ix":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-233,5],"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":"Ellipse 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":57,"ty":4,"nm":"myket dahan","parent":52,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0.415,178.744,0],"ix":2},"a":{"a":0,"k":[-182.308,70.063,0],"ix":1},"s":{"a":0,"k":[208.021,208.021,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.375,12.625],[2.875,0],[0.25,0.125],[-15.875,0]],"o":[[0,0.125],[-2.875,0],[0,12.375],[15.25,0]],"v":[[-157,57],[-181,57],[-207.625,57],[-182.875,83.125]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152941176471,0.592156862745,0.83137254902,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":58,"ty":4,"nm":"myket m","parent":52,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0.188,57.4,0],"ix":2},"a":{"a":0,"k":[-182.535,11.718,0],"ix":1},"s":{"a":0,"k":[208.021,208.021,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[18.75,0.125],[5.686,-5.454],[0,0],[0,-11.063],[-3.063,0],[-0.125,6.188],[0,0],[-0.059,2.415],[-0.002,0.013],[-6.5,0],[-2.063,-6.5],[0.168,-7.373],[0.034,-1.486],[-7.75,0],[0,0],[0.017,8.126],[-0.094,0.363],[-6.437,0.061],[-0.875,-6.563],[-0.068,-10.052],[0,-4.25],[-3.188,0],[0,6.688],[0,10.5],[0.125,0.437],[3.413,4.408],[9.179,0],[2.14,0]],"o":[[-10.512,-0.07],[-6.125,5.875],[0,0],[0,6.25],[2.75,0],[0.063,-1.313],[0,0],[0.003,-0.113],[1.234,-6.437],[6.5,0],[0,0.688],[-0.072,3.161],[-0.001,0.397],[8.129,0],[0,0],[-0.017,-7.793],[1.688,-6.5],[6.563,-0.063],[0,0.283],[0.052,7.681],[0,6.5],[3.25,0],[0,-1.503],[0,-10.5],[-1.438,-9.75],[-6,-7.75],[-18.375,0],[-1.5,0]],"v":[[-208.125,-27.625],[-232.125,-16.375],[-241.063,1.688],[-241.188,42.812],[-231.875,50.75],[-223,42.812],[-223,28.375],[-222.805,1.691],[-222.797,1.5],[-207.5,-10],[-191,1.625],[-191.063,21.875],[-191.096,37.174],[-182.375,45],[-174,37],[-174.017,21.811],[-173.938,1.582],[-157.5,-10.047],[-141.938,1.687],[-141.91,21.625],[-142,42.625],[-132.813,51.062],[-124,42.437],[-123.938,25.625],[-123.938,1.75],[-132.625,-16],[-157.125,-27.25],[-182.625,-15.875]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152941176471,0.592156862745,0.83137254902,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":59,"ty":4,"nm":"myket shadow","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[592,1264,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[380,26],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933333333333,0.933333333333,0.933333333333,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-4,329],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[74.737,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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":60,"ty":4,"nm":"khorshid","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1350.512,512.186,0],"ix":2},"a":{"a":0,"k":[464,-488,0],"ix":1},"s":{"a":0,"k":[72.093,72.093,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[400,400],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.875155759325,0.035294113907,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[464,-488],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":250.000010182709,"st":0,"bm":0},{"ddd":0,"ind":61,"ty":4,"nm":"noor khorshid","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1350.512,512.186,0],"ix":2},"a":{"a":0,"k":[464,-488,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":0,"s":[87.093,87.093,100],"e":[111.093,111.093,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":31,"s":[111.093,111.093,100],"e":[87.093,87.093,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":60,"s":[87.093,87.093,100],"e":[111.093,111.093,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":91,"s":[111.093,111.093,100],"e":[87.093,87.093,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":120,"s":[87.093,87.093,100],"e":[111.093,111.093,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":151,"s":[111.093,111.093,100],"e":[87.093,87.093,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":180,"s":[87.093,87.093,100],"e":[111.093,111.093,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":211,"s":[111.093,111.093,100],"e":[87.093,87.093,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":240,"s":[87.093,87.093,100],"e":[111.093,111.093,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":271,"s":[111.093,111.093,100],"e":[87.093,87.093,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p833_0p833_0p333_0","0p833_0p833_0p333_0","0p833_1_0p333_0"],"t":301,"s":[87.093,87.093,100],"e":[111.093,111.093,100]},{"t":332.000013522637}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[400,400],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.874509803922,0.035294117647,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":25,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[464,-488],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":250.000010182709,"st":0,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/india.json b/ohos/flutter_lottie/assets/lottiefiles/india.json new file mode 100644 index 0000000000000000000000000000000000000000..18f05d2eaa45e2dd68c209a4c16fd1f4f8d4f9f2 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/india.json @@ -0,0 +1 @@ +{"v":"4.6.3","fr":25,"ip":0,"op":51,"w":500,"h":500,"nm":"india","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"emblem","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":27,"s":[-122],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":41,"s":[0],"e":[-93.123]},{"t":47}]},"p":{"a":0,"k":[249.102,250.602,0]},"a":{"a":0,"k":[1,2.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":27,"s":[0,0,100],"e":[281,281,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":35,"s":[281,281,100],"e":[100,100,100]},{"t":41}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-2.928,1.052],[0,0],[0.132,0.311],[-1.229,0.522],[-0.522,-1.229],[0.011,-0.341],[-2.636,1.844],[0.261,0.334],[-1.052,0.822],[-0.822,-1.052],[-0.054,-0.414],[0,0],[-2.134,2.556],[0,0],[0.41,0.309],[-0.803,1.066],[-1.066,-0.803],[-0.142,-0.477],[-1.44,3.149],[0.559,0.226],[-0.5,1.238],[-1.238,-0.5],[-0.253,-0.518],[0,0],[-0.573,3.556],[0,0],[0.669,0.082],[-0.163,1.325],[-1.325,-0.163],[-0.381,-0.507],[0,1.76],[0.197,1.864],[0.719,-0.101],[0.186,1.322],[-1.322,0.186],[-0.511,-0.45],[0,0],[1.334,3.404],[0,0],[0.698,-0.296],[0.522,1.229],[-1.229,0.522],[-0.621,-0.329],[2.203,2.963],[0.589,-0.46],[0.822,1.052],[-1.052,0.822],[-0.67,-0.138],[0,0],[2.878,2.272],[0,0],[0.426,-0.566],[1.066,0.803],[-0.803,1.066],[-0.64,0.07],[3.318,1.422],[0.243,-0.602],[1.238,0.5],[-0.5,1.238],[-0.524,0.251],[0,0],[3.492,0.496],[0,0],[0.068,-0.557],[1.325,0.163],[-0.163,1.325],[-0.337,0.36],[1.248,0],[2.072,-0.245],[-0.065,-0.461],[1.322,-0.186],[0.186,1.322],[-0.151,0.378],[0,0],[2.979,-1.189],[0,0],[-0.145,-0.341],[1.229,-0.522],[0.522,1.229],[0,0.316],[2.511,-1.869],[-0.166,-0.213],[1.052,-0.822],[0.822,1.052],[0.083,0.209],[0,0],[1.914,-2.398],[0,0],[-0.146,-0.11],[0.803,-1.066],[1.066,0.803],[0.101,0.111],[1.224,-2.776],[-0.106,-0.043],[0.5,-1.238],[1.238,0.5],[0.078,0.042],[0,0],[0.47,-2.987],[0,0],[-0.057,-0.007],[0.163,-1.325],[1.325,0.163],[0.038,0.007],[0,-1.2],[-0.173,-1.752],[-0.022,0.003],[-0.186,-1.322],[1.322,-0.186],[0.015,-0.002],[0,0],[-1.025,-2.751],[0,0],[-0.013,0.006],[-0.522,-1.229],[1.229,-0.522],[0.012,-0.005],[-1.703,-2.413],[-0.017,0.013],[-0.822,-1.052],[1.052,-0.822],[0.022,-0.016],[0,0],[-2.275,-1.915],[0,0],[-0.031,0.042],[-1.066,-0.803],[0.803,-1.066],[0.044,-0.049],[-2.719,-1.284],[-0.04,0.099],[-1.238,-0.5],[0.5,-1.238],[0.063,-0.105],[0,0],[-3.011,-0.545],[0,0],[-0.023,0.177],[-1.323,-0.174],[0.174,-1.323],[0.062,-0.167],[-1.642,0],[-29.441,0],[-1.43,0.115],[0.034,0.245],[-1.322,0.186],[-0.186,-1.322],[0.049,-0.256]],"o":[[3.139,-0.528],[0,0],[-0.23,-0.22],[-0.522,-1.229],[1.229,-0.522],[0.142,0.334],[2.954,-1.349],[-0.365,-0.155],[-0.822,-1.052],[1.052,-0.822],[0.276,0.353],[0,0],[2.57,-2.117],[0,0],[-0.476,-0.018],[-1.066,-0.803],[0.803,-1.066],[0.428,0.323],[1.998,-2.784],[-0.529,0.18],[-1.238,-0.5],[0.5,-1.238],[0.576,0.233],[0,0],[1.238,-3.284],[0,0],[-0.489,0.388],[-1.325,-0.163],[0.163,-1.325],[0.679,0.083],[0.166,-1.716],[0,-1.916],[-0.368,0.563],[-1.322,0.186],[-0.186,-1.322],[0.727,-0.102],[0,0],[-0.614,-3.704],[0,0],[-0.194,0.677],[-1.229,0.522],[-0.522,-1.229],[0.697,-0.296],[-1.559,-3.391],[-0.022,0.692],[-1.052,0.822],[-0.822,-1.052],[0.581,-0.454],[0,0],[-2.354,-2.809],[0,0],[0.122,0.645],[-0.803,1.066],[-1.066,-0.803],[0.418,-0.555],[-2.931,-2.036],[0.224,0.559],[-0.5,1.238],[-1.238,-0.5],[0.235,-0.582],[0,0],[-3.24,-1.139],[0,0],[0.269,0.446],[-0.163,1.325],[-1.325,-0.163],[0.065,-0.527],[-1.227,-0.085],[-2.138,0],[0.277,0.333],[0.186,1.322],[-1.322,0.186],[-0.061,-0.431],[0,0],[-3.216,0.638],[0,0],[0.259,0.231],[0.522,1.229],[-1.229,0.522],[-0.131,-0.309],[-2.823,1.41],[0.214,0.141],[0.822,1.052],[-1.052,0.822],[-0.146,-0.187],[0,0],[-2.292,2.035],[0,0],[0.16,0.072],[1.066,0.803],[-0.803,1.066],[-0.124,-0.093],[-1.658,2.504],[0.108,0.027],[1.238,0.5],[-0.5,1.238],[-0.084,-0.034],[0,0],[-0.943,2.8],[0,0],[0.056,0.003],[1.325,0.163],[-0.163,1.325],[-0.039,-0.005],[-0.078,1.18],[0,1.798],[0.022,-0.004],[1.322,-0.186],[0.186,1.322],[-0.015,0.002],[0,0],[0.564,2.944],[0,0],[0.013,-0.006],[1.229,-0.522],[0.522,1.229],[-0.012,0.005],[1.29,2.685],[0.016,-0.014],[1.052,-0.822],[0.822,1.052],[-0.021,0.017],[0,0],[1.927,2.265],[0,0],[0.028,-0.043],[0.803,-1.066],[1.066,0.803],[-0.04,0.053],[2.444,1.707],[0.026,-0.101],[0.5,-1.238],[1.238,0.5],[-0.047,0.117],[0,0],[2.813,1.029],[0,0],[-0.015,-0.171],[0.174,-1.323],[1.323,0.174],[-0.024,0.184],[1.604,0.146],[0,0],[1.459,0],[-0.1,-0.213],[-0.186,-1.322],[1.322,-0.186],[0.038,0.272],[0,0]],"v":[[10.795,54.592],[19.908,52.209],[19.908,52.209],[19.357,51.409],[20.637,48.24],[23.806,49.52],[23.997,50.544],[32.397,45.739],[31.439,45.003],[31.855,41.611],[35.248,42.027],[35.74,43.199],[35.74,43.199],[42.814,36.173],[42.814,36.173],[41.452,35.688],[40.976,32.304],[44.361,31.828],[45.221,33.065],[50.395,24.147],[48.712,24.1],[47.377,20.953],[50.523,19.618],[51.79,20.799],[51.79,20.799],[54.523,10.521],[54.523,10.521],[52.726,11.026],[50.622,8.333],[53.315,6.229],[54.954,7.177],[55.205,1.961],[54.907,-3.712],[53.22,-2.64],[50.49,-4.697],[52.547,-7.427],[54.482,-6.846],[54.482,-6.846],[51.539,-17.528],[51.539,-17.528],[50.159,-15.969],[46.99,-17.249],[48.271,-20.418],[50.347,-20.329],[44.681,-29.882],[43.754,-28.051],[40.361,-28.468],[40.778,-31.86],[42.753,-32.323],[42.753,-32.323],[34.884,-39.967],[34.884,-39.967],[34.439,-38.064],[31.054,-37.588],[30.579,-40.973],[32.247,-41.921],[22.853,-47.127],[22.85,-45.325],[19.704,-43.989],[18.369,-47.135],[19.564,-48.409],[19.564,-48.409],[9.45,-50.878],[9.45,-50.878],[9.777,-49.338],[7.084,-47.234],[4.979,-49.928],[5.611,-51.282],[1.898,-51.409],[-4.422,-51.038],[-3.89,-49.832],[-5.946,-47.102],[-8.676,-49.159],[-8.529,-50.389],[-8.529,-50.389],[-17.836,-47.633],[-17.836,-47.633],[-17.218,-46.772],[-18.499,-43.603],[-21.668,-44.883],[-21.86,-45.829],[-29.876,-40.897],[-29.301,-40.366],[-29.717,-36.973],[-33.109,-37.39],[-33.452,-37.987],[-33.452,-37.987],[-39.774,-31.325],[-39.774,-31.325],[-39.313,-31.051],[-38.838,-27.667],[-42.222,-27.191],[-42.559,-27.498],[-46.895,-19.567],[-46.574,-19.462],[-45.239,-16.316],[-48.385,-14.981],[-48.629,-15.095],[-48.629,-15.095],[-50.758,-6.404],[-50.758,-6.404],[-50.588,-6.389],[-48.484,-3.696],[-51.177,-1.592],[-51.292,-1.609],[-51.409,1.961],[-51.147,7.288],[-51.082,7.277],[-48.352,9.334],[-50.409,12.064],[-50.454,12.07],[-50.454,12.07],[-48.06,20.623],[-48.06,20.623],[-48.021,20.606],[-44.852,21.886],[-46.132,25.055],[-46.167,25.07],[-41.665,32.729],[-41.615,32.688],[-38.223,33.105],[-38.639,36.497],[-38.704,36.546],[-38.704,36.546],[-32.39,42.828],[-32.39,42.828],[-32.301,42.701],[-28.916,42.225],[-28.44,45.61],[-28.566,45.764],[-20.811,50.261],[-20.712,49.962],[-17.566,48.626],[-16.23,51.773],[-16.396,52.107],[-16.396,52.107],[-7.648,54.479],[-7.648,54.479],[-7.636,53.955],[-4.924,51.874],[-2.844,54.586],[-2.974,55.112],[1.898,55.332],[1.898,55.332],[6.232,55.158],[6.028,54.469],[8.085,51.74],[10.814,53.797],[10.795,54.592]],"c":true}},"nm":"Shape-path","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[-0.715,0.417],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.585,0.594],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.413,0.73],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.209,0.82],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.815],[0,0.039],[0,0],[0,0],[0,0],[0,0],[0,0],[0.221,0.788],[0,0],[0,0],[0,0],[0,0],[0.422,0.711],[0,0],[0,0],[0,0],[0,0],[0,0],[0.594,0.583],[0,0],[0,0],[0,0],[0,0],[0,0],[0.728,0.415],[0,0],[0,0],[0,0],[0,0],[0,0],[1.738,0],[1.409,-0.803],[0,0],[0,0],[0,0],[0,0],[0,0],[0.594,-0.582],[0,0],[0,0],[0,0],[0,0],[0,0],[0.428,-0.72],[0,0],[0,0],[0,0],[0,0],[0,0],[0.23,-0.813],[0,0],[0,0],[0,0],[0,0],[0,0],[0.013,-0.855],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.039],[-0.19,-0.756],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.404,-0.721],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.582,-0.596],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.722,-0.427],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.816,-0.224],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.857,-0.003],[0,0],[-5.105,0],[-0.01,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.791,0.212],[0,0],[0,0],[0,0],[0,0]],"o":[[0.816,-0.224],[0,0],[0,0],[0,0],[0,0],[0,0],[0.722,-0.427],[0,0],[0,0],[0,0],[0,0],[0,0],[0.582,-0.596],[0,0],[0,0],[0,0],[0,0],[0,0],[0.404,-0.721],[0,0],[0,0],[0,0],[0,0],[0,0],[0.19,-0.756],[0,-0.039],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.013,-0.855],[0,0],[0,0],[0,0],[0,0],[-0.23,-0.813],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.428,-0.72],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.594,-0.582],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.409,-0.803],[-1.738,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.728,0.415],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.594,0.583],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.422,0.711],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.221,0.788],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.039],[0,0.815],[0,0],[0,0],[0,0],[0,0],[0,0],[0.209,0.82],[0,0],[0,0],[0,0],[0,0],[0,0],[0.413,0.73],[0,0],[0,0],[0,0],[0,0],[0,0],[0.585,0.594],[0,0],[0,0],[0,0],[0,0],[0,0],[0.715,0.417],[0,0],[0,0],[0,0],[0,0],[0,0],[0.791,0.212],[0,0],[-0.418,0],[0.01,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.857,-0.003],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[3.633,11.774],[5.937,10.804],[5.937,10.804],[11.316,23.381],[27.252,47.668],[14.186,21.724],[5.984,10.776],[7.953,9.237],[16.418,20.011],[38.097,39.346],[18.762,17.668],[7.988,9.202],[7.988,9.202],[9.488,7.204],[9.488,7.204],[20.474,15.436],[46.419,28.501],[22.132,12.565],[9.51,7.167],[10.437,4.847],[23.208,9.966],[51.65,15.872],[24.066,6.765],[10.446,4.813],[10.446,4.813],[10.736,2.45],[10.736,2.332],[10.736,2.332],[24.433,3.976],[53.434,2.319],[24.433,0.661],[10.735,2.305],[10.378,-0.166],[24.066,-2.128],[51.65,-11.234],[23.208,-5.329],[10.373,-0.184],[9.388,-2.477],[9.388,-2.477],[22.132,-7.928],[46.419,-23.864],[20.474,-10.799],[9.382,-2.487],[7.84,-4.449],[18.762,-13.03],[38.097,-34.709],[16.418,-15.374],[7.837,-4.453],[7.837,-4.453],[5.846,-5.956],[5.846,-5.955],[14.186,-17.087],[27.252,-43.031],[11.316,-18.744],[5.846,-5.956],[1.069,-7.217],[-3.708,-5.956],[-12.048,-17.087],[-25.113,-43.031],[-9.178,-18.744],[-3.708,-5.955],[-3.708,-5.956],[-5.699,-4.453],[-5.699,-4.453],[-14.28,-15.374],[-35.959,-34.709],[-16.623,-13.03],[-5.702,-4.449],[-7.244,-2.487],[-18.336,-10.799],[-44.28,-23.864],[-19.993,-7.928],[-7.249,-2.477],[-7.249,-2.477],[-8.235,-0.184],[-8.235,-0.184],[-21.07,-5.329],[-49.512,-11.234],[-21.928,-2.128],[-8.24,-0.166],[-8.597,2.305],[-22.295,0.661],[-51.296,2.319],[-22.295,3.976],[-8.597,2.332],[-8.597,2.332],[-8.598,2.45],[-8.307,4.813],[-8.307,4.813],[-21.928,6.765],[-49.512,15.872],[-21.07,9.966],[-8.298,4.847],[-7.371,7.167],[-19.993,12.565],[-44.28,28.501],[-18.336,15.436],[-7.35,7.204],[-7.35,7.204],[-5.849,9.202],[-5.849,9.202],[-16.623,17.668],[-35.959,39.346],[-14.28,20.011],[-5.815,9.237],[-3.846,10.776],[-12.048,21.724],[-25.113,47.668],[-9.178,23.381],[-3.798,10.804],[-3.798,10.804],[-1.494,11.774],[-1.494,11.774],[-6.579,24.458],[-12.484,52.9],[-3.377,25.315],[-1.438,11.789],[1.04,12.117],[1.04,12.117],[1.069,12.117],[1.099,12.117],[2.726,25.683],[1.069,54.684],[-0.588,25.683],[1.04,12.117],[1.099,12.117],[3.577,11.789],[5.515,25.315],[14.622,52.9],[8.717,24.458],[3.633,11.774]],"c":true}},"nm":"Shape-path","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,32.492],[32.492,0],[0,-32.492],[-32.492,0],[-32.492,0]],"o":[[32.492,0],[0,-32.492],[-32.492,0],[0,32.492],[0,0],[0,0]],"v":[[1.898,60.729],[60.729,1.898],[1.898,-56.933],[-56.933,1.898],[1.898,60.729],[1.898,60.729]],"c":true}},"nm":"Shape-path","mn":"ADBE Vector Shape - Group"},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-12.484,-48.262],[-6.579,-19.82],[-1.404,-6.91],[-3.377,-20.678],[-12.484,-48.262]],"c":true}},"nm":"Shape-path","mn":"ADBE Vector Shape - Group"},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[1.069,-50.047],[-0.588,-21.045],[1.069,-7.235],[2.726,-21.045],[1.069,-50.047]],"c":true}},"nm":"Shape-path","mn":"ADBE Vector Shape - Group"},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[14.622,-48.262],[5.515,-20.678],[3.542,-6.91],[8.717,-19.82],[14.622,-48.262]],"c":true}},"nm":"Shape-path","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.1333333,0.4980392,0.7333333,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[1.898,1.898],"ix":2},"a":{"a":0,"k":[1.898,1.898],"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":7,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"orange","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":8,"s":[0],"e":[100]},{"t":13}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[248,250,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":12,"s":[4,4,100],"e":[114,114,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0.333,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333"],"t":20,"s":[114,114,100],"e":[114,114,100]},{"i":{"x":[0,0,0.667],"y":[1.297,1.297,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0_1p297_0p333_0","0_1p297_0p333_0","0p667_0p667_0p333_0p333"],"t":22,"s":[114,114,100],"e":[100,100,100]},{"t":32}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[92.956,0],[29.308,-82.923],[0,0]],"o":[[0,0],[-29.308,-82.923],[-92.956,0],[0,0],[0,0]],"v":[[-201.352,-71.167],[201.339,-71.167],[-0.007,-213.5],[-201.352,-71.167],[-201.352,-71.167]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.9098039,0.4941176,0.0156863,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.007,-142.333],"ix":2},"a":{"a":0,"k":[-0.007,-142.333],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"green","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":15,"s":[0],"e":[100]},{"t":20}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[248,252,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":15,"s":[4,4,100],"e":[114,114,100]},{"i":{"x":[0,0,0.667],"y":[1.297,1.297,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0_1p297_0p333_0","0_1p297_0p333_0","0p667_0p667_0p333_0p333"],"t":29,"s":[114,114,100],"e":[100,100,100]},{"t":39}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-92.956,0],[-29.308,82.923],[0,0]],"o":[[0,0],[29.308,82.923],[92.956,0],[0,0],[0,0]],"v":[[201.339,71.167],[-201.352,71.167],[-0.007,213.5],[201.339,71.167],[201.339,71.167]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.1019608,0.6862745,0.3647059,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.007,142.333],"ix":2},"a":{"a":0,"k":[-0.007,142.333],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"circle","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[0],"e":[100]},{"t":5}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[249,251,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":0,"s":[4,4,100],"e":[104,104,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":5,"s":[104,104,100],"e":[114,114,100]},{"i":{"x":[0.667,0.667,0.667],"y":[-17,-17,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_-17_0p333_0","0p667_-17_0p333_0","0p667_0p667_0p333_0p333"],"t":9,"s":[114,114,100],"e":[113.52,113.52,100]},{"i":{"x":[0,0,0.667],"y":[1.092,1.092,0.667]},"o":{"x":[0.363,0.363,0.333],"y":[-1.283,-1.283,0.333]},"n":["0_1p092_0p363_-1p283","0_1p092_0p363_-1p283","0p667_0p667_0p333_0p333"],"t":18,"s":[113.52,113.52,100],"e":[100,100,100]},{"t":21}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-118.049,0],[0,118.049],[118.049,0],[0,-118.049]],"o":[[118.049,0],[0,-118.049],[-118.049,0],[0,118.049]],"v":[[-0.254,213.492],[213.492,-0.254],[-0.254,-214],[-214,-0.254]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.254,-0.254],"ix":2},"a":{"a":0,"k":[-0.254,-0.254],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/infinite_rainbow.json b/ohos/flutter_lottie/assets/lottiefiles/infinite_rainbow.json new file mode 100644 index 0000000000000000000000000000000000000000..40db12340702f3cd263ad8f5513e1611595e6acd --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/infinite_rainbow.json @@ -0,0 +1 @@ +{"v":"4.6.3","fr":25,"ip":0,"op":35,"w":800,"h":600,"nm":"Infinite Rainbow","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"red","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[163.881,163.881,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[33.652,0],[0,41.527],[-41.535,0],[0,0],[-39.087,0],[0,41.527],[41.539,0],[32.764,-26.468]],"o":[[-32.784,26.453],[-41.535,0],[0,-41.535],[50.443,0],[41.101,34.635],[41.539,0],[0,-41.52],[-33.659,0],[0,0]],"v":[[-27.481,23.43],[-131.29,75.613],[-206.634,0.288],[-131.29,-75.613],[7.788,6.558],[131.317,75.613],[206.634,-0.288],[131.317,-75.613],[27.489,-23.422]],"c":true}},"nm":".infinity","mn":"ADBE Vector Shape - Group","cl":"infinity"},{"ty":"st","c":{"a":0,"k":[0.9686275,0.3176471,0.3019608,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":12},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-4,"s":[0],"e":[80]},{"t":30}],"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');","ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-4,"s":[20],"e":[100]},{"t":30}],"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');","ix":2},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-4,"s":[0],"e":[60]},{"t":30}],"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');","ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":-4,"op":35,"st":-4,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"orange","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[163.881,163.881,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[33.652,0],[0,41.527],[-41.535,0],[0,0],[-39.087,0],[0,41.527],[41.539,0],[32.764,-26.468]],"o":[[-32.784,26.453],[-41.535,0],[0,-41.535],[50.443,0],[41.101,34.635],[41.539,0],[0,-41.52],[-33.659,0],[0,0]],"v":[[-27.481,23.43],[-131.29,75.613],[-206.634,0.288],[-131.29,-75.613],[7.788,6.558],[131.317,75.613],[206.634,-0.288],[131.317,-75.613],[27.489,-23.422]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.972549,0.4392157,0.2235294,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":12},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-8,"s":[0],"e":[80]},{"t":26}],"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');","ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-8,"s":[20],"e":[100]},{"t":26}],"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');","ix":2},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-8,"s":[0],"e":[60]},{"t":26}],"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');","ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":-8,"op":35,"st":-8,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"yellow","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[163.881,163.881,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[33.652,0],[0,41.527],[-41.535,0],[0,0],[-39.087,0],[0,41.527],[41.539,0],[32.764,-26.468]],"o":[[-32.784,26.453],[-41.535,0],[0,-41.535],[50.443,0],[41.101,34.635],[41.539,0],[0,-41.52],[-33.659,0],[0,0]],"v":[[-27.481,23.43],[-131.29,75.613],[-206.634,0.288],[-131.29,-75.613],[7.788,6.558],[131.317,75.613],[206.634,-0.288],[131.317,-75.613],[27.489,-23.422]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.9882353,0.9019608,0.3215686,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":12},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-12,"s":[0],"e":[80]},{"t":22}],"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');","ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-12,"s":[20],"e":[100]},{"t":22}],"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');","ix":2},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-12,"s":[0],"e":[60]},{"t":22}],"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');","ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":-12,"op":35,"st":-12,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"green","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[163.881,163.881,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[33.652,0],[0,41.527],[-41.535,0],[0,0],[-39.087,0],[0,41.527],[41.539,0],[32.764,-26.468]],"o":[[-32.784,26.453],[-41.535,0],[0,-41.535],[50.443,0],[41.101,34.635],[41.539,0],[0,-41.52],[-33.659,0],[0,0]],"v":[[-27.481,23.43],[-131.29,75.613],[-206.634,0.288],[-131.29,-75.613],[7.788,6.558],[131.317,75.613],[206.634,-0.288],[131.317,-75.613],[27.489,-23.422]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.4313725,0.9215686,0.4980392,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":12},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-16,"s":[0],"e":[80]},{"t":18}],"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');","ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-16,"s":[20],"e":[100]},{"t":18}],"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');","ix":2},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-16,"s":[0],"e":[60]},{"t":18}],"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');","ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":-16,"op":35,"st":-16,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"blue","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[163.881,163.881,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[33.652,0],[0,41.527],[-41.535,0],[0,0],[-39.087,0],[0,41.527],[41.539,0],[32.764,-26.468]],"o":[[-32.784,26.453],[-41.535,0],[0,-41.535],[50.443,0],[41.101,34.635],[41.539,0],[0,-41.52],[-33.659,0],[0,0]],"v":[[-27.481,23.43],[-131.29,75.613],[-206.634,0.288],[-131.29,-75.613],[7.788,6.558],[131.317,75.613],[206.634,-0.288],[131.317,-75.613],[27.489,-23.422]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.3254902,0.4901961,0.9882353,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":12},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-20,"s":[0],"e":[80]},{"t":14}],"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');","ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-20,"s":[20],"e":[100]},{"t":14}],"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');","ix":2},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-20,"s":[0],"e":[60]},{"t":14}],"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');","ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":-20,"op":35,"st":-20,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"indigo","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[163.881,163.881,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[33.652,0],[0,41.527],[-41.535,0],[0,0],[-39.087,0],[0,41.527],[41.539,0],[32.764,-26.468]],"o":[[-32.784,26.453],[-41.535,0],[0,-41.535],[50.443,0],[41.101,34.635],[41.539,0],[0,-41.52],[-33.659,0],[0,0]],"v":[[-27.481,23.43],[-131.29,75.613],[-206.634,0.288],[-131.29,-75.613],[7.788,6.558],[131.317,75.613],[206.634,-0.288],[131.317,-75.613],[27.489,-23.422]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.772549,0.227451,0.7803922,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":12},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-24,"s":[0],"e":[80]},{"t":10}],"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');","ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-24,"s":[20],"e":[100]},{"t":10}],"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');","ix":2},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-24,"s":[0],"e":[60]},{"t":10}],"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');","ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":-24,"op":35,"st":-24,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"violet","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[163.881,163.881,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[33.652,0],[0,41.527],[-41.535,0],[0,0],[-39.087,0],[0,41.527],[41.539,0],[32.764,-26.468]],"o":[[-32.784,26.453],[-41.535,0],[0,-41.535],[50.443,0],[41.101,34.635],[41.539,0],[0,-41.52],[-33.659,0],[0,0]],"v":[[-27.481,23.43],[-131.29,75.613],[-206.634,0.288],[-131.29,-75.613],[7.788,6.558],[131.317,75.613],[206.634,-0.288],[131.317,-75.613],[27.489,-23.422]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.4,0.2705882,0.7019608,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":12},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-28,"s":[0],"e":[80]},{"t":6}],"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');","ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-28,"s":[20],"e":[100]},{"t":6}],"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');","ix":2},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-28,"s":[0],"e":[60]},{"t":6}],"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');","ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":-28,"op":35,"st":-28,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"dark blue","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[163.881,163.881,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[33.652,0],[0,41.527],[-41.535,0],[0,0],[-39.087,0],[0,41.527],[41.539,0],[32.764,-26.468]],"o":[[-32.784,26.453],[-41.535,0],[0,-41.535],[50.443,0],[41.101,34.635],[41.539,0],[0,-41.52],[-33.659,0],[0,0]],"v":[[-27.481,23.43],[-131.29,75.613],[-206.634,0.288],[-131.29,-75.613],[7.788,6.558],[131.317,75.613],[206.634,-0.288],[131.317,-75.613],[27.489,-23.422]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.9686275,0.2905882,0.4470588,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":12},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-32,"s":[0],"e":[80]},{"t":2}],"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');","ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-32,"s":[20],"e":[100]},{"t":2}],"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');","ix":2},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-32,"s":[0],"e":[60]},{"t":2}],"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');","ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":-32,"op":35,"st":-32,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/intelia_logo_animation.json b/ohos/flutter_lottie/assets/lottiefiles/intelia_logo_animation.json new file mode 100644 index 0000000000000000000000000000000000000000..a82c26a532474d0375db5a3d40ff512a3a37bf9d --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/intelia_logo_animation.json @@ -0,0 +1 @@ +{"v":"5.1.3","fr":24,"ip":0,"op":207,"w":850,"h":850,"nm":"Comp 1","ddd":0,"assets":[{"id":"comp_25","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 7","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12.372,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":36.085,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":92.997,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":116.71,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":130.938,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":152.281,"s":[0],"e":[100]},{"t":175.994140625}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[-45],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[0],"e":[360]},{"t":175.994140625}],"ix":10},"p":{"a":0,"k":[580.426,1041.493,0],"ix":2},"a":{"a":0,"k":[-356.047,-391.199,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[156.703,156.703],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-194.047,-395.199],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":582,"st":0,"bm":3},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 5","parent":1,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":19.484,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":43.199,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":55.056,"s":[0],"e":[67]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":78.77,"s":[67],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":102.482,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":152.281,"s":[0],"e":[100]},{"t":175.994140625}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-468.047,-441.199,0],"ix":2},"a":{"a":0,"k":[-194.047,-395.199,0],"ix":1},"s":{"a":0,"k":[53,53,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[156.703,156.703],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-194.047,-395.199],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":582,"st":0,"bm":3}]},{"id":"comp_26","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 5","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35.253,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":71.7,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":127.79,"s":[100],"e":[0]},{"t":165.1826171875}],"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},"n":"0p833_0p833_0p167_0p167","t":0,"s":[742.953,606.801,0],"e":[448.953,366.801,0],"to":[-49,-40,0],"ti":[49,40,0]},{"t":166.0048828125}],"ix":2},"a":{"a":0,"k":[-194.047,-395.199,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[156.703,156.703],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-194.047,-395.199],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":582,"st":0,"bm":3},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 4","parent":1,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":93.365,"s":[100],"e":[0]},{"t":166.0048828125}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-426.047,-547.199,0],"ix":2},"a":{"a":0,"k":[-194.047,-395.199,0],"ix":1},"s":{"a":0,"k":[39,39,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[156.703,156.703],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-194.047,-395.199],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":582,"st":0,"bm":3},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 3","parent":1,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":23.598,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":93.365,"s":[100],"e":[0]},{"t":166.0048828125}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-267.047,-558.199,0],"ix":2},"a":{"a":0,"k":[-194.047,-395.199,0],"ix":1},"s":{"a":0,"k":[78,78,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[156.703,156.703],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-194.047,-395.199],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":582,"st":0,"bm":3}]},{"id":"comp_27","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Combined Shape 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"t":10}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[25.525,25.765,0],"ix":2},"a":{"a":0,"k":[38.73,33.425,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3,3],"ix":2},"p":{"a":0,"k":[20,0],"ix":3,"x":"var $bm_rt;\n$bm_rt = sum(div(thisProperty.propertyGroup(1)(2), 2), value);"},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"tr","p":{"a":0,"k":[21.5,1.5],"ix":2},"a":{"a":0,"k":[21.5,1.5],"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":"Oval","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3,3],"ix":2},"p":{"a":0,"k":[14,5],"ix":3,"x":"var $bm_rt;\n$bm_rt = sum(div(thisProperty.propertyGroup(1)(2), 2), value);"},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"tr","p":{"a":0,"k":[15.5,6.5],"ix":2},"a":{"a":0,"k":[15.5,6.5],"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":"Oval Copy 2","np":1,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3,3],"ix":2},"p":{"a":0,"k":[10,10],"ix":3,"x":"var $bm_rt;\n$bm_rt = sum(div(thisProperty.propertyGroup(1)(2), 2), value);"},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"tr","p":{"a":0,"k":[11.5,11.5],"ix":2},"a":{"a":0,"k":[11.5,11.5],"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":"Oval Copy 4","np":1,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3,3],"ix":2},"p":{"a":0,"k":[5,15],"ix":3,"x":"var $bm_rt;\n$bm_rt = sum(div(thisProperty.propertyGroup(1)(2), 2), value);"},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"tr","p":{"a":0,"k":[6.5,16.5],"ix":2},"a":{"a":0,"k":[6.5,16.5],"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":"Oval Copy 6","np":1,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3,3],"ix":2},"p":{"a":0,"k":[0,20],"ix":3,"x":"var $bm_rt;\n$bm_rt = sum(div(thisProperty.propertyGroup(1)(2), 2), value);"},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"tr","p":{"a":0,"k":[1.5,21.5],"ix":2},"a":{"a":0,"k":[1.5,21.5],"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":"Oval Copy 8","np":1,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3,3],"ix":2},"p":{"a":0,"k":[26,6],"ix":3,"x":"var $bm_rt;\n$bm_rt = sum(div(thisProperty.propertyGroup(1)(2), 2), value);"},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"tr","p":{"a":0,"k":[27.5,7.5],"ix":2},"a":{"a":0,"k":[27.5,7.5],"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":"Oval Copy","np":1,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3,3],"ix":2},"p":{"a":0,"k":[20,11],"ix":3,"x":"var $bm_rt;\n$bm_rt = sum(div(thisProperty.propertyGroup(1)(2), 2), value);"},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"tr","p":{"a":0,"k":[21.5,12.5],"ix":2},"a":{"a":0,"k":[21.5,12.5],"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":"Oval Copy 3","np":1,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3,3],"ix":2},"p":{"a":0,"k":[16,16],"ix":3,"x":"var $bm_rt;\n$bm_rt = sum(div(thisProperty.propertyGroup(1)(2), 2), value);"},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"tr","p":{"a":0,"k":[17.5,17.5],"ix":2},"a":{"a":0,"k":[17.5,17.5],"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":"Oval Copy 5","np":1,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3,3],"ix":2},"p":{"a":0,"k":[11,21],"ix":3,"x":"var $bm_rt;\n$bm_rt = sum(div(thisProperty.propertyGroup(1)(2), 2), value);"},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"tr","p":{"a":0,"k":[12.5,22.5],"ix":2},"a":{"a":0,"k":[12.5,22.5],"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":"Oval Copy 7","np":1,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3,3],"ix":2},"p":{"a":0,"k":[6,26],"ix":3,"x":"var $bm_rt;\n$bm_rt = sum(div(thisProperty.propertyGroup(1)(2), 2), value);"},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"tr","p":{"a":0,"k":[7.5,27.5],"ix":2},"a":{"a":0,"k":[7.5,27.5],"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":"Oval Copy 9","np":1,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[13.479,8.174],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[174.15,174.15],"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":"Combined Shape","np":11,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":582,"st":0,"bm":3},{"ddd":0,"ind":2,"ty":4,"nm":"Combined Shape","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"t":10}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[25.525,25.765,0],"ix":2},"a":{"a":0,"k":[38.73,33.425,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3,3],"ix":2},"p":{"a":0,"k":[20,0],"ix":3,"x":"var $bm_rt;\n$bm_rt = sum(div(thisProperty.propertyGroup(1)(2), 2), value);"},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"tr","p":{"a":0,"k":[21.5,1.5],"ix":2},"a":{"a":0,"k":[21.5,1.5],"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":"Oval","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3,3],"ix":2},"p":{"a":0,"k":[14,5],"ix":3,"x":"var $bm_rt;\n$bm_rt = sum(div(thisProperty.propertyGroup(1)(2), 2), value);"},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"tr","p":{"a":0,"k":[15.5,6.5],"ix":2},"a":{"a":0,"k":[15.5,6.5],"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":"Oval Copy 2","np":1,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3,3],"ix":2},"p":{"a":0,"k":[10,10],"ix":3,"x":"var $bm_rt;\n$bm_rt = sum(div(thisProperty.propertyGroup(1)(2), 2), value);"},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"tr","p":{"a":0,"k":[11.5,11.5],"ix":2},"a":{"a":0,"k":[11.5,11.5],"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":"Oval Copy 4","np":1,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3,3],"ix":2},"p":{"a":0,"k":[5,15],"ix":3,"x":"var $bm_rt;\n$bm_rt = sum(div(thisProperty.propertyGroup(1)(2), 2), value);"},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"tr","p":{"a":0,"k":[6.5,16.5],"ix":2},"a":{"a":0,"k":[6.5,16.5],"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":"Oval Copy 6","np":1,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3,3],"ix":2},"p":{"a":0,"k":[0,20],"ix":3,"x":"var $bm_rt;\n$bm_rt = sum(div(thisProperty.propertyGroup(1)(2), 2), value);"},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"tr","p":{"a":0,"k":[1.5,21.5],"ix":2},"a":{"a":0,"k":[1.5,21.5],"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":"Oval Copy 8","np":1,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3,3],"ix":2},"p":{"a":0,"k":[26,6],"ix":3,"x":"var $bm_rt;\n$bm_rt = sum(div(thisProperty.propertyGroup(1)(2), 2), value);"},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"tr","p":{"a":0,"k":[27.5,7.5],"ix":2},"a":{"a":0,"k":[27.5,7.5],"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":"Oval Copy","np":1,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3,3],"ix":2},"p":{"a":0,"k":[20,11],"ix":3,"x":"var $bm_rt;\n$bm_rt = sum(div(thisProperty.propertyGroup(1)(2), 2), value);"},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"tr","p":{"a":0,"k":[21.5,12.5],"ix":2},"a":{"a":0,"k":[21.5,12.5],"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":"Oval Copy 3","np":1,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3,3],"ix":2},"p":{"a":0,"k":[16,16],"ix":3,"x":"var $bm_rt;\n$bm_rt = sum(div(thisProperty.propertyGroup(1)(2), 2), value);"},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"tr","p":{"a":0,"k":[17.5,17.5],"ix":2},"a":{"a":0,"k":[17.5,17.5],"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":"Oval Copy 5","np":1,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3,3],"ix":2},"p":{"a":0,"k":[11,21],"ix":3,"x":"var $bm_rt;\n$bm_rt = sum(div(thisProperty.propertyGroup(1)(2), 2), value);"},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"tr","p":{"a":0,"k":[12.5,22.5],"ix":2},"a":{"a":0,"k":[12.5,22.5],"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":"Oval Copy 7","np":1,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3,3],"ix":2},"p":{"a":0,"k":[6,26],"ix":3,"x":"var $bm_rt;\n$bm_rt = sum(div(thisProperty.propertyGroup(1)(2), 2), value);"},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"tr","p":{"a":0,"k":[7.5,27.5],"ix":2},"a":{"a":0,"k":[7.5,27.5],"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":"Oval Copy 9","np":1,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[13.479,8.174],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[174.15,174.15],"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":"Combined Shape","np":11,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":582,"st":0,"bm":3}]},{"id":"comp_28","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"top gradient 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[676.793,592.214,0],"ix":2},"a":{"a":0,"k":[161.771,185.625,0],"ix":1},"s":{"a":0,"k":[167.414,156.485,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-32.615,36.219],[38.821,39.666],[0,0],[30.168,-34.428],[-34.643,-35.416]],"o":[[0,0],[35.421,36.573],[33.486,-37.186],[0,0],[-34.643,-35.408],[-32.698,37.315],[0,0]],"v":[[145.847,276.337],[188.716,320.16],[308.833,322.591],[302.799,191.193],[166.892,47.089],[45.018,50.252],[50.711,177.105]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":2,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0,0.918,0.078,0.482,0.5,0.488,0.41,0.645,1,0.059,0.741,0.808],"ix":8}},"s":{"a":0,"k":[20.389,22.001],"ix":4},"e":{"a":0,"k":[333.534,351.158],"ix":5},"t":1,"lc":2,"lj":2,"d":[{"n":"d","nm":"dash","v":{"a":0,"k":0,"ix":1}},{"n":"g","nm":"gap","v":{"a":0,"k":6,"ix":2}},{"n":"o","nm":"offset","v":{"a":0,"k":0,"ix":7}}],"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0.016,0.071],"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":"Path","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.13],"y":[1]},"o":{"x":[0.437],"y":[0]},"n":["0p13_1_0p437_0"],"t":0,"s":[0],"e":[100]},{"t":40}],"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[360]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[360],"e":[432]},{"t":206}],"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":582,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"bottom gradient 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[704.229,761.465,0],"ix":2},"a":{"a":0,"k":[178.51,145.63,0],"ix":1},"s":{"a":0,"k":[166.241,155.588,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-31.766,-33.004],[-34.481,35.437],[0,0],[32.662,35.352],[34.489,-35.437]],"o":[[0,0],[-34.481,35.437],[32.568,33.837],[0,0],[34.481,-35.429],[-32.658,-35.348],[0,0]],"v":[[122.383,118.689],[50.12,195.537],[46.83,323.705],[168.402,323.543],[307.278,175.855],[309.169,47.695],[188.989,47.857]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":2,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0,0.918,0.078,0.482,0.5,0.488,0.41,0.645,1,0.059,0.741,0.808],"ix":8}},"s":{"a":0,"k":[20.389,22.001],"ix":4},"e":{"a":0,"k":[333.534,351.158],"ix":5},"t":1,"lc":2,"lj":2,"d":[{"n":"d","nm":"dash","v":{"a":0,"k":0,"ix":1}},{"n":"g","nm":"gap","v":{"a":0,"k":6,"ix":2}},{"n":"o","nm":"offset","v":{"a":0,"k":0,"ix":7}}],"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-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":"Path","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.13],"y":[1]},"o":{"x":[0.437],"y":[0]},"n":["0p13_1_0p437_0"],"t":0,"s":[0],"e":[100]},{"t":40}],"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[360]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[360],"e":[432]},{"t":206}],"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":582,"st":0,"bm":0}]},{"id":"comp_29","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"top gradient 2","sr":1,"ks":{"o":{"a":0,"k":10,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[630.311,697.664,0],"ix":2},"a":{"a":0,"k":[129.266,259.367,0],"ix":1},"s":{"a":0,"k":[143,143,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-32.615,36.219],[38.821,39.666],[0,0],[30.168,-34.428],[-34.643,-35.416]],"o":[[0,0],[35.421,36.573],[33.486,-37.186],[0,0],[-34.643,-35.408],[-32.698,37.315],[0,0]],"v":[[145.847,276.337],[188.716,320.16],[308.833,322.591],[302.799,191.193],[166.892,47.089],[45.018,50.252],[50.711,177.105]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":51,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0,0.918,0.078,0.482,0.5,0.488,0.41,0.645,1,0.059,0.741,0.808],"ix":8}},"s":{"a":0,"k":[20.389,22.001],"ix":4},"e":{"a":0,"k":[333.534,351.158],"ix":5},"t":1,"lc":2,"lj":2,"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0.016,0.071],"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":"Path","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":582,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"bottom gradient 2","parent":1,"sr":1,"ks":{"o":{"a":0,"k":10,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,151.01,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-31.766,-33.004],[-34.481,35.437],[0,0],[32.662,35.352],[34.489,-35.437]],"o":[[0,0],[-34.481,35.437],[32.568,33.837],[0,0],[34.481,-35.429],[-32.658,-35.348],[0,0]],"v":[[122.383,118.689],[50.12,195.537],[46.83,323.705],[168.402,323.543],[307.278,175.855],[309.169,47.695],[188.989,47.857]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":51,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0,0.918,0.078,0.482,0.5,0.488,0.41,0.645,1,0.059,0.741,0.808],"ix":8}},"s":{"a":0,"k":[23.323,352.344],"ix":4},"e":{"a":0,"k":[333.867,22.766],"ix":5},"t":1,"lc":2,"lj":2,"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-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":"Path","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":582,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"bottom left","refId":"comp_25","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[425,425,0],"ix":2},"a":{"a":0,"k":[700,700,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[19.3,-20.909],[-77.841,-87.143],[-26.626,37],[0,0],[0,0],[3.979,-3.943],[21.354,-8.993],[33.25,31.25],[-10.06,22.855],[0,0],[0,0],[0,0],[0,0]],"o":[[-18,19.501],[79.5,89],[4.366,-6.067],[0,0],[0,0],[-27.626,27.375],[-21.341,8.987],[-35.098,-32.987],[10.863,-24.679],[0,0],[0,0],[0,0],[0,0]],"v":[[478,811.999],[484,1028.5],[710.626,1031.25],[906.174,825.585],[828.745,800.692],[708.251,928.75],[636.146,997.493],[543.5,985],[522.637,879.679],[549.5,841.499],[726.796,651.11],[671.014,605.492],[511.727,774.458]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"w":1400,"h":1400,"ip":30,"op":207,"st":30,"bm":3},{"ddd":0,"ind":2,"ty":0,"nm":"Shape Layer 2 Comp 1","refId":"comp_26","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[425,425,0],"ix":2},"a":{"a":0,"k":[700,700,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[60.5,-58.625],[0,0],[-29.176,-33.894],[0,0],[0,0],[2.138,9.397],[-42.42,36.582],[-11.955,-11.937],[0,0],[0,0],[10.352,8.203]],"o":[[0,0],[-61.774,59.859],[0,0],[15.824,18.981],[0,0],[0,0],[-15.362,-24.603],[39.578,-34.132],[9.545,1.063],[0,0],[0,0],[-24.898,-22.047]],"v":[[627.3,325.45],[491.5,365.625],[442.454,504.046],[478.176,589.519],[603.472,718.436],[649.702,663.18],[528.362,535.103],[543.17,417.168],[643.955,408.437],[868.819,643.157],[915.114,587.104],[693.648,354.297]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"w":1400,"h":1400,"ip":40,"op":207,"st":40,"bm":3},{"ddd":0,"ind":3,"ty":0,"nm":"dot dot","refId":"comp_27","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":87.39,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":111.085,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":134.78,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":182.17,"s":[100],"e":[0]},{"t":205.865234375}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[356,425,0],"ix":2},"a":{"a":0,"k":[25.5,26,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":51,"h":52,"ip":40,"op":207,"st":40,"bm":3},{"ddd":0,"ind":4,"ty":0,"nm":"dot dot 3","refId":"comp_27","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":132.41,"s":[100],"e":[0]},{"t":156.10546875}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":49.478,"s":[97],"e":[103]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54.217,"s":[103],"e":[151]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":66.064,"s":[151],"e":[205]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":82.651,"s":[205],"e":[254]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":103.977,"s":[254],"e":[267]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":118.193,"s":[267],"e":[273]},{"t":156.10546875}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.171,"y":0.523},"o":{"x":0.202,"y":0},"n":"0p171_0p523_0p202_0","t":40,"s":[478.5,197,0],"e":[605.211,514.635,0],"to":[190.990447998047,160.949462890625,0],"ti":[57.1761779785156,-54.6577949523926,0]},{"i":{"x":0.46,"y":1},"o":{"x":0.166,"y":0.528},"n":"0p46_1_0p166_0p528","t":75.542,"s":[605.211,514.635,0],"e":[391,454,0],"to":[-53.2955093383789,50.9480514526367,0],"ti":[55.3542785644531,99.6731643676758,0]},{"t":205.865234375}],"ix":2},"a":{"a":0,"k":[25.5,26,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":51,"h":52,"ip":40,"op":207,"st":40,"bm":3},{"ddd":0,"ind":5,"ty":4,"nm":"circle 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[408.811,344.164,0],"ix":2},"a":{"a":0,"k":[178.217,185.94,0],"ix":1},"s":{"a":0,"k":[143,143,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[141.106,206.717],[110.43,239.196],[145.39,275.784],[176.591,242.256]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[100,100],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":85,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":40,"s":[185.289,276.851],"e":[108.695,204.332],"to":[-12.7656526565552,-12.0863838195801],"ti":[12.7656526565552,12.0863838195801]},{"t":158.474609375}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[34.114,34.114],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[0],"e":[100]},{"t":63.6953125}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":40,"op":207,"st":40,"bm":3},{"ddd":0,"ind":6,"ty":4,"nm":"bottom intersect","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[170.46,267.714,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[143,143,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[124.626,32.564],[39.976,108.706],[124.626,184.848],[209.277,108.706]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-31.766,-33.004],[-34.481,35.437],[0,0],[32.662,35.352],[34.489,-35.437]],"o":[[0,0],[-34.481,35.437],[32.568,33.837],[0,0],[34.481,-35.429],[-32.658,-35.348],[0,0]],"v":[[122.383,118.689],[50.12,195.537],[46.83,323.705],[168.402,323.543],[307.278,175.855],[310.568,47.695],[188.989,47.857]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":51,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0,0.918,0.078,0.482,0.5,0.488,0.41,0.645,1,0.059,0.741,0.808],"ix":8}},"s":{"a":0,"k":[23.323,352.344],"ix":4},"e":{"a":0,"k":[333.867,22.766],"ix":5},"t":1,"lc":2,"lj":2,"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-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":"Path","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.13],"y":[1]},"o":{"x":[0.437],"y":[0]},"n":["0p13_1_0p437_0"],"t":5,"s":[0],"e":[100]},{"t":40}],"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.13],"y":[1]},"o":{"x":[0.437],"y":[0]},"n":["0p13_1_0p437_0"],"t":5,"s":[0],"e":[360]},{"t":40}],"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":5,"op":207,"st":5,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"circle","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[425.311,317.664,0],"ix":2},"a":{"a":0,"k":[178.217,185.94,0],"ix":1},"s":{"a":0,"k":[143,143,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[110.862,203.395],[71.706,235.962],[161.474,328.756],[199.493,295.053]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[100,100],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":85,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":87.39,"s":[125.589,217.812],"e":[100.818,262.368],"to":[-4.1284236907959,7.42597246170044],"ti":[4.1284236907959,-7.42597246170044]},{"t":205.865234375}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[34.114,34.114],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":87.39,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":111.085,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":182.17,"s":[100],"e":[0]},{"t":205.865234375}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":40,"op":207,"st":40,"bm":3},{"ddd":0,"ind":8,"ty":0,"nm":"dot dot 2","refId":"comp_27","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":96.868,"s":[100],"e":[0]},{"t":108.7158203125}],"ix":11},"r":{"a":0,"k":90,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.21,"y":1},"o":{"x":0.996,"y":0},"n":"0p21_1_0p996_0","t":63.695,"s":[438.5,506,0],"e":[354.5,426,0],"to":[-14,-13.3333330154419,0],"ti":[14,13.3333330154419,0]},{"t":134.7802734375}],"ix":2},"a":{"a":0,"k":[25.5,26,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":51,"h":52,"ip":50,"op":207,"st":50,"bm":3},{"ddd":0,"ind":9,"ty":4,"nm":"top intersect","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[0],"e":[50]},{"t":30}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[425.311,317.664,0],"ix":2},"a":{"a":0,"k":[178.217,185.94,0],"ix":1},"s":{"a":0,"k":[143,143,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[91.194,150.86],[25.552,210.787],[167.942,347.812],[223.269,294.703]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-32.615,36.219],[38.821,39.666],[0,0],[30.168,-34.428],[-34.643,-35.416]],"o":[[0,0],[35.421,36.573],[33.486,-37.186],[0,0],[-34.643,-35.408],[-32.698,37.315],[0,0]],"v":[[144.798,275.288],[192.388,323.656],[308.833,322.591],[302.799,191.193],[166.892,47.089],[45.018,50.252],[50.711,177.105]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":51,"ix":10},"g":{"p":7,"k":{"a":0,"k":[0,0.639,0.294,0.588,0.177,0.32,0.147,0.369,0.354,0,0,0.149,0.528,0,0,0.149,0.701,0,0,0.149,0.85,0.139,0.286,0.437,0.999,0.278,0.573,0.725],"ix":8}},"s":{"a":0,"k":[62.14,189.033],"ix":4},"e":{"a":0,"k":[193.065,322.973],"ix":5},"t":1,"lc":2,"lj":2,"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0.016,0.071],"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":"Path","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.13],"y":[1]},"o":{"x":[0.437],"y":[0]},"n":["0p13_1_0p437_0"],"t":5,"s":[0],"e":[100]},{"t":45}],"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.13],"y":[1]},"o":{"x":[0.437],"y":[0]},"n":["0p13_1_0p437_0"],"t":5,"s":[0],"e":[360]},{"t":45}],"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"tr","p":{"a":0,"k":[177.755,185.625],"ix":2},"a":{"a":0,"k":[177.755,185.625],"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":"path animation","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":5,"op":207,"st":5,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"top gradient","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[425.311,317.664,0],"ix":2},"a":{"a":0,"k":[178.217,185.94,0],"ix":1},"s":{"a":0,"k":[143,143,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-32.615,36.219],[38.821,39.666],[0,0],[30.168,-34.428],[-34.643,-35.416]],"o":[[0,0],[35.421,36.573],[33.486,-37.186],[0,0],[-34.643,-35.408],[-32.698,37.315],[0,0]],"v":[[145.847,276.337],[188.716,320.16],[308.833,322.591],[302.799,191.193],[166.892,47.089],[45.018,50.252],[50.711,177.105]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":51,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0,0.918,0.078,0.482,0.5,0.488,0.41,0.645,1,0.059,0.741,0.808],"ix":8}},"s":{"a":0,"k":[20.389,22.001],"ix":4},"e":{"a":0,"k":[333.534,351.158],"ix":5},"t":1,"lc":2,"lj":2,"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0.016,0.071],"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":"Path","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.13],"y":[1]},"o":{"x":[0.437],"y":[0]},"n":["0p13_1_0p437_0"],"t":5,"s":[0],"e":[100]},{"t":45}],"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.13],"y":[1]},"o":{"x":[0.437],"y":[0]},"n":["0p13_1_0p437_0"],"t":5,"s":[0],"e":[360]},{"t":45}],"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":5,"op":207,"st":5,"bm":0},{"ddd":0,"ind":11,"ty":0,"nm":"dot dot 4","refId":"comp_27","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0,"y":0},"n":"0_1_0_0","t":40,"s":[484,655,0],"e":[455,682.5,0],"to":[-4.83333349227905,4.58333349227905,0],"ti":[-18.1666660308838,18.25,0]},{"i":{"x":0,"y":1},"o":{"x":0.013,"y":0},"n":"0_1_0p013_0","t":87.39,"s":[455,682.5,0],"e":[593,545.5,0],"to":[18.1666660308838,-18.25,0],"ti":[-23,22.8333339691162,0]},{"t":111.0849609375}],"ix":2},"a":{"a":0,"k":[25.5,26,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":51,"h":52,"ip":40,"op":207,"st":40,"bm":3},{"ddd":0,"ind":12,"ty":4,"nm":"botto center shadow","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":22,"s":[0],"e":[50]},{"t":32}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[170.46,267.714,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[143,143,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[222.668,-8.017],[147.58,16.983],[253,122.403],[292.86,67.857]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-31.766,-33.004],[-34.481,35.437],[0,0],[32.662,35.352],[34.489,-35.437]],"o":[[0,0],[-34.481,35.437],[32.568,33.837],[0,0],[34.481,-35.429],[-32.658,-35.348],[0,0]],"v":[[122.383,118.689],[50.12,195.537],[46.83,323.705],[168.402,323.543],[307.278,175.855],[309.169,47.695],[188.989,47.857]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":51,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0,0,0,0.149,0.5,0.149,0.278,0.433,1,0.298,0.557,0.718],"ix":8}},"s":{"a":0,"k":[252.962,23.148],"ix":4},"e":{"a":0,"k":[186.511,57.098],"ix":5},"t":1,"lc":2,"lj":2,"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-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":"Path","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.13],"y":[1]},"o":{"x":[0.437],"y":[0]},"n":["0p13_1_0p437_0"],"t":5,"s":[0],"e":[100]},{"t":45}],"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.13],"y":[1]},"o":{"x":[0.437],"y":[0]},"n":["0p13_1_0p437_0"],"t":5,"s":[0],"e":[360]},{"t":45}],"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":5,"op":207,"st":5,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"bottom right shadow","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":23,"s":[0],"e":[50]},{"t":33}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[170.46,267.714,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[143,143,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[27.966,-20.988]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[-43.954,32.986]],"v":[[229.381,220.652],[163.13,232.882],[245.771,315.523],[345.496,189.019],[355.903,137.559],[314.719,201.432]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-31.766,-33.004],[-34.481,35.437],[0,0],[32.662,35.352],[34.489,-35.437]],"o":[[0,0],[-34.481,35.437],[32.568,33.837],[0,0],[34.481,-35.429],[-32.658,-35.348],[0,0]],"v":[[122.383,118.689],[50.12,195.537],[46.83,323.705],[168.402,323.543],[307.278,175.855],[309.169,47.695],[188.989,47.857]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":51,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0,0.576,0.341,0.612,0.5,0.288,0.171,0.38,1,0,0,0.149],"ix":8}},"s":{"a":0,"k":[209.954,279.226],"ix":4},"e":{"a":0,"k":[289.12,209.59],"ix":5},"t":1,"lc":2,"lj":2,"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-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":"Path","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.13],"y":[1]},"o":{"x":[0.437],"y":[0]},"n":["0p13_1_0p437_0"],"t":5,"s":[0],"e":[100]},{"t":45}],"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.13],"y":[1]},"o":{"x":[0.437],"y":[0]},"n":["0p13_1_0p437_0"],"t":5,"s":[0],"e":[360]},{"t":45}],"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":5,"op":207,"st":5,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"bottom gradient","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[170.46,267.714,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[143,143,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-31.766,-33.004],[-34.481,35.437],[0,0],[32.662,35.352],[34.489,-35.437]],"o":[[0,0],[-34.481,35.437],[32.568,33.837],[0,0],[34.481,-35.429],[-32.658,-35.348],[0,0]],"v":[[122.383,118.689],[50.12,195.537],[46.83,323.705],[168.402,323.543],[307.278,175.855],[309.169,47.695],[188.989,47.857]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":51,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0,0.918,0.078,0.482,0.5,0.488,0.41,0.645,1,0.059,0.741,0.808],"ix":8}},"s":{"a":0,"k":[23.323,352.344],"ix":4},"e":{"a":0,"k":[333.867,22.766],"ix":5},"t":1,"lc":2,"lj":2,"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-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":"Path","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.13],"y":[1]},"o":{"x":[0.437],"y":[0]},"n":["0p13_1_0p437_0"],"t":5,"s":[0],"e":[100]},{"t":45}],"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.13],"y":[1]},"o":{"x":[0.437],"y":[0]},"n":["0p13_1_0p437_0"],"t":5,"s":[0],"e":[360]},{"t":45}],"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":5,"op":207,"st":5,"bm":0},{"ddd":0,"ind":15,"ty":0,"nm":"Ub=nder Lines Tones","refId":"comp_28","sr":1,"ks":{"o":{"a":0,"k":70,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.31],"y":[0]},"n":["0_1_0p31_0"],"t":20,"s":[0],"e":[-27]},{"t":40}],"ix":10},"p":{"a":0,"k":[435,415,0],"ix":2},"a":{"a":0,"k":[700,700,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1400,"h":1400,"ip":0,"op":207,"st":0,"bm":0},{"ddd":0,"ind":16,"ty":0,"nm":"underTone","refId":"comp_29","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[0],"e":[50]},{"t":30}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0],"y":[0]},"o":{"x":[0.32],"y":[0]},"n":["0_0_0p32_0"],"t":20,"s":[0],"e":[-30]},{"t":40}],"ix":10},"p":{"a":0,"k":[357,421,0],"ix":2},"a":{"a":0,"k":[632,696,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1400,"h":1400,"ip":5,"op":207,"st":5,"bm":0},{"ddd":0,"ind":17,"ty":0,"nm":"underTone","refId":"comp_29","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[0],"e":[100]},{"t":30}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0],"y":[0]},"o":{"x":[0.32],"y":[0]},"n":["0_0_0p32_0"],"t":20,"s":[0],"e":[-12]},{"t":40}],"ix":10},"p":{"a":0,"k":[357,421,0],"ix":2},"a":{"a":0,"k":[632,696,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1400,"h":1400,"ip":5,"op":207,"st":5,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"pre-top 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[425.311,317.664,0],"ix":2},"a":{"a":0,"k":[178.217,185.94,0],"ix":1},"s":{"a":0,"k":[143,143,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[30.168,-34.428],[-34.643,-35.416],[0,0],[0,0],[-32.615,36.219],[38.821,39.666]],"o":[[-34.643,-35.408],[-32.698,37.315],[0,0],[0,0],[35.421,36.573],[33.486,-37.186],[0,0]],"v":[[166.892,47.089],[45.018,50.252],[50.711,177.105],[145.148,276.687],[188.716,320.16],[308.833,322.591],[302.799,191.193]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.226922487745,0.270561427696,0.314200367647,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":51,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0.016,0.071],"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":"Path","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.13],"y":[1]},"o":{"x":[0.437],"y":[0]},"n":["0p13_1_0p437_0"],"t":0,"s":[0],"e":[30]},{"t":40}],"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.13],"y":[1]},"o":{"x":[0.437],"y":[0]},"n":["0p13_1_0p437_0"],"t":0,"s":[0],"e":[360]},{"t":40}],"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":41,"st":0,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"pre-top","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[425.311,317.664,0],"ix":2},"a":{"a":0,"k":[178.217,185.94,0],"ix":1},"s":{"a":0,"k":[143,143,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-32.615,36.219],[38.821,39.666],[0,0],[30.168,-34.428],[-34.643,-35.416],[0,0],[0,0]],"o":[[33.486,-37.186],[0,0],[-34.643,-35.408],[-32.698,37.315],[0,0],[0,0],[35.421,36.573]],"v":[[308.833,322.591],[302.799,191.193],[166.892,47.089],[45.018,50.252],[50.711,177.105],[145.148,276.687],[188.716,320.16]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.226922487745,0.270561427696,0.314200367647,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":51,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0.016,0.071],"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":"Path","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.13],"y":[1]},"o":{"x":[0.437],"y":[0]},"n":["0p13_1_0p437_0"],"t":0,"s":[0],"e":[30]},{"t":40}],"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.13],"y":[1]},"o":{"x":[0.437],"y":[0]},"n":["0p13_1_0p437_0"],"t":0,"s":[0],"e":[360]},{"t":40}],"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":41,"st":0,"bm":0},{"ddd":0,"ind":20,"ty":4,"nm":"pre-bottom 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[170.46,267.714,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[143,143,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-34.481,35.437],[0,0],[32.662,35.352],[34.489,-35.437],[0,0],[0,0],[-31.766,-33.004]],"o":[[0,0],[34.481,-35.429],[-32.658,-35.348],[0,0],[0,0],[-34.481,35.437],[32.568,33.837]],"v":[[168.402,323.543],[307.278,175.855],[310.568,47.695],[188.989,47.857],[122.383,118.689],[50.12,195.537],[46.83,323.705]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.226922487745,0.270561427696,0.314200367647,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":51,"ix":5},"lc":2,"lj":2,"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":"Path","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.13],"y":[1]},"o":{"x":[0.437],"y":[0]},"n":["0p13_1_0p437_0"],"t":0,"s":[0],"e":[30]},{"t":40}],"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.13],"y":[1]},"o":{"x":[0.437],"y":[0]},"n":["0p13_1_0p437_0"],"t":0,"s":[0],"e":[360]},{"t":40}],"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":41,"st":0,"bm":0},{"ddd":0,"ind":21,"ty":4,"nm":"pre-bottom","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[170.46,267.714,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[143,143,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-31.766,-33.004],[-34.481,35.437],[0,0],[32.662,35.352],[34.489,-35.437]],"o":[[0,0],[-34.481,35.437],[32.568,33.837],[0,0],[34.481,-35.429],[-32.658,-35.348],[0,0]],"v":[[122.383,118.689],[50.12,195.537],[46.83,323.705],[168.402,323.543],[307.278,175.855],[310.568,47.695],[188.989,47.857]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.226922487745,0.270561427696,0.314200367647,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":51,"ix":5},"lc":2,"lj":2,"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":"Path","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.13],"y":[1]},"o":{"x":[0.437],"y":[0]},"n":["0p13_1_0p437_0"],"t":0,"s":[0],"e":[30]},{"t":40}],"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.13],"y":[1]},"o":{"x":[0.437],"y":[0]},"n":["0p13_1_0p437_0"],"t":0,"s":[0],"e":[360]},{"t":40}],"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":41,"st":0,"bm":0}],"markers":[{"tm":0.06944444444444,"cm":"1","dr":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/iphone_x_loading.json b/ohos/flutter_lottie/assets/lottiefiles/iphone_x_loading.json new file mode 100644 index 0000000000000000000000000000000000000000..aec0f70a8084cda9119b75551bd7c29eed014db6 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/iphone_x_loading.json @@ -0,0 +1 @@ +{"v":"4.11.2","fr":60,"ip":0,"op":160,"w":1090,"h":1090,"nm":"loading","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Layer 4 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":39,"s":[1],"e":[100]},{"t":56}],"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},"n":"0p667_1_0p333_0","t":34,"s":[523.975,554.885,0],"e":[523.975,484.885,0],"to":[0,-11.6666669845581,0],"ti":[0,11.6666669845581,0]},{"t":62}],"ix":2},"a":{"a":0,"k":[79.75,30.365,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-8.468],[8.468,0],[0,8.468],[-8.469,0]],"o":[[0,8.468],[-8.469,0],[0,-8.468],[8.468,0]],"v":[[15.334,0],[0.001,15.333],[-15.334,0],[0.001,-15.333]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.769000004787,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[25.25,30.364],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[51.75,37.75],[96.25,37.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":94,"s":[0],"e":[100]},{"t":106}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.779999976065,0.898000021542,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":6,"ix":5},"lc":2,"lj":1,"ml":10,"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":"Group 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[51.75,22.25],[131.25,22.25]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":81,"s":[0],"e":[100]},{"t":93}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.779999976065,0.898000021542,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":6,"ix":5},"lc":2,"lj":1,"ml":10,"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":"Group 3","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.997,0],[0,0],[0,4.997],[0,0],[-4.997,0],[0,0],[0,-4.997],[0,0]],"o":[[0,0],[-4.997,0],[0,0],[0,-4.997],[0,0],[4.997,0],[0,0],[0,4.997]],"v":[[70.414,30.114],[-70.414,30.114],[-79.5,21.028],[-79.5,-21.03],[-70.414,-30.114],[70.414,-30.114],[79.5,-21.03],[79.5,21.028]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[79.75,30.365],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 7 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[525.475,545,0],"ix":2},"a":{"a":0,"k":[123,208,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[16.852,0],[0,0],[0,16.851],[0,0],[-16.851,0],[0,0],[0,-16.851],[0,0]],"o":[[0,0],[-16.851,0],[0,0],[0,-16.851],[0,0],[16.852,0],[0,0],[0,16.851]],"v":[[67.361,183],[-67.361,183],[-98,152.361],[-98,-152.361],[-67.361,-183],[67.361,-183],[98,-152.361],[98,152.361]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[123,208],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":92,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"orange Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[524.808,372.473,0],"ix":2},"a":{"a":0,"k":[50.916,10.722,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-4.87,-0.033],[0,0],[-2.467,4.041],[0,0]],"o":[[0,0],[2.362,4.259],[0,0],[4.734,0.032],[0,0],[0,0]],"v":[[-50.666,-10.473],[-43.156,3.071],[-31.449,10.019],[30.235,10.441],[41.84,3.98],[50.666,-10.473]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204000001795,0.270999983245,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[50.916,10.723],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"bg Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[526.475,545,0],"ix":2},"a":{"a":0,"k":[98.25,183.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[62.25,351.021],[137.25,351.021]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.090000002992,0.169000004787,0.301999978458,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":1,"ml":10,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[16.852,0],[0,0],[0,16.851],[0,0],[-16.851,0],[0,0],[0,-16.851],[0,0]],"o":[[0,0],[-16.851,0],[0,0],[0,-16.851],[0,0],[16.852,0],[0,0],[0,16.851]],"v":[[67.361,183],[-67.361,183],[-98,152.361],[-98,-152.361],[-67.361,-183],[67.361,-183],[98,-152.361],[98,152.361]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.528999956916,0.46699999641,0.851000019148,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[98.25,183.25],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Layer 9 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[666.356,354.51,0],"ix":2},"a":{"a":0,"k":[50.548,62.406,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[24.793,5.793],[-24.793,-5.793]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.035000000748,0.118000000598,0.258999992819,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":6,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.698000021542,0.830999995213,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[61.303,104.019],"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[23.7,-9.304],[-23.7,9.304]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.035000000748,0.118000000598,0.258999992819,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":6,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.698000021542,0.830999995213,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[56.302,65.019],"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":"Group 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[17.667,-18.334],[-17.667,18.334]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.035000000748,0.118000000598,0.258999992819,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":6,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.698000021542,0.830999995213,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[32.667,33.334],"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":"Group 3","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":47,"s":[100],"e":[0]},{"t":59}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":23,"s":[100],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":47,"s":[0],"e":[0]},{"t":62}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":4,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":300,"st":406,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"Pre-comp 1","refId":"comp_0","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":125,"s":[100],"e":[0]},{"t":141}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[545,545,0],"ix":2},"a":{"a":0,"k":[545,545,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":18,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":33,"s":[100,100,100],"e":[90,90,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":39,"s":[90,90,100],"e":[100,100,100]},{"i":{"x":[0.722,0.722,0.722],"y":[1,1,1]},"o":{"x":[0.304,0.304,0.304],"y":[0,0,0]},"n":["0p722_1_0p304_0","0p722_1_0p304_0","0p722_1_0p304_0"],"t":44,"s":[100,100,100],"e":[140,140,100]},{"i":{"x":[0.769,0.769,0.769],"y":[1,1,1]},"o":{"x":[0.421,0.421,0.421],"y":[0,0,0]},"n":["0p769_1_0p421_0","0p769_1_0p421_0","0p769_1_0p421_0"],"t":115,"s":[140,140,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":131,"s":[100,100,100],"e":[80,80,100]},{"t":140}],"ix":6}},"ao":0,"w":1090,"h":1090,"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":1,"nm":"Pale Blue Solid 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[545,545,0],"ix":2},"a":{"a":0,"k":[545,545,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"sw":1090,"sh":1090,"sc":"#fdfdff","ip":0,"op":300,"st":0,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/jojo_the_bird.json b/ohos/flutter_lottie/assets/lottiefiles/jojo_the_bird.json new file mode 100644 index 0000000000000000000000000000000000000000..ce73947334afcb2d34ffef55e914f1028a563462 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/jojo_the_bird.json @@ -0,0 +1 @@ +{"ip":0,"fr":60,"v":"5.1.7","layers":[{"ty":4,"nm":"Sayap Luar","ip":0,"st":0,"ind":5,"hix":1,"ks":{"o":{"a":0,"k":100},"or":{"a":0,"k":[0,0,0]},"a":{"a":0,"k":[76.5,94.5,0]},"p":{"s":true,"x":{"a":1,"k":[{"t":0,"s":[310],"e":[310],"i":{"x":[0.675],"y":[0.19]},"o":{"x":[0.55],"y":[0.055]}},{"t":20,"s":[310],"e":[310],"i":{"x":[0.355],"y":[1]},"o":{"x":[0.215],"y":[0.61]}},{"t":40}]},"y":{"a":1,"k":[{"t":0,"s":[215],"e":[189.065],"i":{"x":[0.675],"y":[0.19]},"o":{"x":[0.55],"y":[0.055]}},{"t":20,"s":[189.065],"e":[215],"i":{"x":[0.355],"y":[1]},"o":{"x":[0.215],"y":[0.61]}},{"t":40}]}},"rx":{"a":0,"k":0},"ry":{"a":0,"k":0},"rz":{"a":0,"k":0},"s":{"a":1,"k":[{"t":0,"s":[100,100],"e":[100,-100],"i":{"x":[1,0.675],"y":[1,0.19]},"o":{"x":[0,0.55],"y":[0,0.055]}},{"t":20,"s":[100,-100],"e":[100,100],"i":{"x":[1,0.355],"y":[1,1]},"o":{"x":[0,0.215],"y":[0,0.61]}},{"t":40}]}},"shapes":[{"ty":"gr","it":[{"ty":"sh","ks":{"a":0,"k":{"c":false,"v":[[104.584734,13.4006778],[114.755752,75.4436208],[145.047523,164.461756],[145.047523,188.014998],[97.2956369,173.831948],[58.7479813,124.673347],[69.6460645,178.57895],[15.5876731,128.624792],[23.6538879,75.4436208],[9.49191182,111.865399],[1.39935403,75.4436208],[12.6122208,13.4006778],[23.6538879,1.26710973]],"i":[[0,0],[3.1102259999999973,-20.810939600000005],[-5.395038,-13.487595999999996],[12.792141999999984,0],[6.743798099999992,4.7206589999999835],[6.177424499999994,18.837851999999998],[-11.383671799999995,-48.49563599999999],[0,19.577210999999977],[-5.3774765,15.876902999999999],[0,0],[0,17.5303629],[-4.865823369999999,8.1346418],[-4.117229200000001,2.66595086]],"o":[[9.890904000000006,20.551022399999997],[-4.665339000000003,31.2164092],[5.395038999999997,13.487596999999994],[-12.792142000000013,0],[-6.7437981000000065,-4.720659000000012],[-4.118282999999998,-12.55856700000001],[-36.038927599999994,-13.725560999999999],[0,-19.57721100000002],[0,0],[-5.395038530000001,-6.750821999999999],[0,-26.295544200000002],[3.2438822,-5.42309452],[0,0]]}}},{"ty":"st","o":{"a":0,"k":100},"w":{"a":0,"k":1},"c":{"a":0,"k":[0.592156862745098,0.592156862745098,0.592156862745098,1]},"lc":3,"lj":1},{"ty":"fl","o":{"a":0,"k":100},"r":2,"c":{"a":0,"k":[0.8980392156862745,0.8980392156862745,0.8980392156862745,1]}},{"ty":"tr","o":{"a":0,"k":100},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0}}]}],"op":40},{"ty":4,"nm":"Ekor","ip":0,"st":0,"ind":4,"hix":3,"ks":{"o":{"a":0,"k":100},"or":{"a":0,"k":[0,0,0]},"a":{"a":0,"k":[84,57,0]},"p":{"s":true,"x":{"a":1,"k":[{"t":0,"s":[105],"e":[97.212],"i":{"x":[0.675],"y":[0.19]},"o":{"x":[0.55],"y":[0.055]}},{"t":20,"s":[97.212],"e":[105],"i":{"x":[0.355],"y":[1]},"o":{"x":[0.215],"y":[0.61]}},{"t":40}]},"y":{"a":1,"k":[{"t":0,"s":[68],"e":[273.336],"i":{"x":[0.675],"y":[0.19]},"o":{"x":[0.55],"y":[0.055]}},{"t":20,"s":[273.336],"e":[68],"i":{"x":[0.355],"y":[1]},"o":{"x":[0.215],"y":[0.61]}},{"t":40}]}},"rx":{"a":0,"k":0},"ry":{"a":0,"k":0},"rz":{"a":1,"k":[{"t":0,"s":[0],"e":[-35.867157975189535],"i":{"x":[0.675],"y":[0.19]},"o":{"x":[0.55],"y":[0.055]}},{"t":20,"s":[-35.867157975189535],"e":[0],"i":{"x":[0.355],"y":[1]},"o":{"x":[0.215],"y":[0.61]}},{"t":40}]},"s":{"a":0,"k":[100,100]}},"shapes":[{"ty":"gr","it":[{"ty":"sh","ks":{"a":0,"k":{"c":false,"v":[[162.73789,87],[24.8949554,0.785659438],[5.85191791,64.1109966],[136.063173,114.835589],[157.772027,106.411994]],"i":[[0,0],[37.831505299999996,0],[0,-29.823376399999994],[-24.568819000000005,3.614029000000002],[1.9066430000000025,3.206376999999989]],"o":[[0,-14.410947300000004],[-37.8315054,0],[0,29.82337650000001],[16.379211999999995,-2.409352999999996],[0,0]]}}},{"ty":"st","o":{"a":0,"k":100},"w":{"a":0,"k":1},"c":{"a":0,"k":[0.592156862745098,0.592156862745098,0.592156862745098,1]},"lc":3,"lj":1},{"ty":"fl","o":{"a":0,"k":100},"r":2,"c":{"a":0,"k":[0.8980392156862745,0.8980392156862745,0.8980392156862745,1]}},{"ty":"tr","o":{"a":0,"k":100},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0}}]}],"op":40},{"ty":4,"nm":"Kepala","ip":0,"st":0,"ind":3,"hix":4,"ks":{"o":{"a":0,"k":100},"or":{"a":0,"k":[0,0,0]},"a":{"a":0,"k":[140,73.5,0]},"p":{"s":true,"x":{"a":1,"k":[{"t":0,"s":[430],"e":[415],"i":{"x":[0.675],"y":[0.19]},"o":{"x":[0.55],"y":[0.055]}},{"t":20,"s":[415],"e":[430],"i":{"x":[0.355],"y":[1]},"o":{"x":[0.215],"y":[0.61]}},{"t":40}]},"y":{"a":1,"k":[{"t":0,"s":[105],"e":[245],"i":{"x":[0.675],"y":[0.19]},"o":{"x":[0.55],"y":[0.055]}},{"t":20,"s":[245],"e":[105],"i":{"x":[0.355],"y":[1]},"o":{"x":[0.215],"y":[0.61]}},{"t":40}]}},"rx":{"a":1,"k":[{"t":0,"s":[0],"e":[0],"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"t":40}]},"ry":{"a":1,"k":[{"t":0,"s":[0],"e":[0],"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"t":40}]},"rz":{"a":1,"k":[{"t":0,"s":[0],"e":[0],"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"t":40}]},"s":{"a":1,"k":[{"t":0,"s":[100,100],"e":[100,100],"i":{"x":[1,1],"y":[1,1]},"o":{"x":[0,0],"y":[0,0]}},{"t":40}]}},"shapes":[{"ty":"gr","it":[{"ty":"sh","ks":{"a":0,"k":{"c":true,"v":[[70.7888083,8.24618277],[87.0931102,39.9838973],[67.8792117,15.1030964]],"i":[[-2.9095966000000004,-2.350941820000001],[2.5468536000000057,-9.599679100000003],[4.716423899999995,3.3305008999999988]],"o":[[2.9095966000000004,2.35094183],[-6.225557199999997,-14.310042400000004],[-4.716423999999996,-3.3305009000000005]]}}},{"ty":"st","o":{"a":0,"k":0},"w":{"a":0,"k":0},"c":{"a":0,"k":[0,0,0,0]},"lc":3,"lj":1},{"ty":"fl","o":{"a":0,"k":100},"r":2,"c":{"a":0,"k":[1,1,1,1]}},{"ty":"tr","o":{"a":0,"k":100},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[187,65]},"r":{"a":0,"k":0}}]},{"ty":"gr","it":[{"ty":"sh","ks":{"a":0,"k":{"c":true,"v":[[63.4577435,80.090286],[68.8061147,62.8566453],[43.2783202,49.7828489],[19.8202711,28.1040773],[27.4222463,19.2351062],[52.3398316,5.29815175],[73.0027524,0.6838452],[84.4057152,13.3538038],[92.0076904,40.2209903],[81.9619042,67.4115519],[73.0027524,75.418454]],"i":[[2.219081800000005,-0.38877750000000333],[3.5655808000000064,5.546459100000007],[9.508215499999999,5.942634699999999],[0,2.9431258000000007],[-5.9126473,3.800987599999999],[-6.366324199999994,2.938176600000001],[-2.5339917000000014,-1.266995863],[-2.9563236999999987,-5.881302379999999],[0,-14.503197999999998],[0,0],[6.216386299999996,-4.088665800000001]],"o":[[7.131161600000006,-5.942634699999999],[-5.348371199999995,-8.3196886],[-9.5082156,-5.942634699999999],[0,-2.9431258000000007],[5.912647400000001,-3.800987600000001],[6.366324300000002,-2.9381766099999997],[2.5339917999999955,1.2669958599999998],[2.9563236999999987,5.881302400000001],[0,14.503198000000005],[0,0],[-4.144257500000009,2.725777199999996]]}}},{"ty":"st","o":{"a":0,"k":100},"w":{"a":0,"k":1},"c":{"a":0,"k":[0.592156862745098,0.592156862745098,0.592156862745098,1]},"lc":3,"lj":1},{"ty":"fl","o":{"a":0,"k":100},"r":2,"c":{"a":0,"k":[0,0,0,1]}},{"ty":"tr","o":{"a":0,"k":100},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[187,65]},"r":{"a":0,"k":0}}]},{"ty":"gr","it":[{"ty":"sh","ks":{"a":0,"k":{"c":true,"v":[[21.2598517,26.8937737],[4.17914123,41.9915397],[4.17914123,65.2197972],[22.406242,75.6758164],[49.8091394,74.5111002],[68.3917454,65.2197972],[70.7051262,62.8481652],[68.3917454,56.8552721],[56.4872455,54.3214282],[38.6814632,46.0862443],[26.5494708,34.7447867]],"i":[[2.212608200000002,3.111709099999999],[2.07516472,-4.101413899999997],[-5.49031541,-5.912647300000003],[-6.220498499999998,-1.5780493000000035],[-12.247626699999998,3.3621583000000044],[-4.223319600000011,3.9527631999999926],[0,0],[0,0],[4.452070800000001,0.930620900000001],[3.9258892000000003,2.3509419000000022],[1.9707067999999985,3.183449500000002]],"o":[[-9.311975599999998,5.963763400000001],[-3.11274709,6.1521209],[5.490315400000001,5.912647399999997],[6.2204985000000015,1.5780493000000035],[8.165084399999998,-2.2414387999999974],[0,0],[0,0],[-3.4842625,-0.7586084],[-6.678106100000001,-1.3959313000000009],[-3.9258891000000062,-2.350941799999994],[-1.3138045000000034,-2.122299599999998]]}}},{"ty":"st","o":{"a":0,"k":100},"w":{"a":0,"k":1},"c":{"a":0,"k":[0.592156862745098,0.592156862745098,0.592156862745098,1]},"lc":3,"lj":1},{"ty":"fl","o":{"a":0,"k":100},"r":2,"c":{"a":0,"k":[0,0,0,1]}},{"ty":"tr","o":{"a":0,"k":100},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[187,65]},"r":{"a":0,"k":0}}]},{"ty":"gr","it":[{"ty":"el","p":{"a":0,"k":[20,14]},"s":{"a":0,"k":[4,4]}},{"ty":"st","o":{"a":0,"k":0},"w":{"a":0,"k":0},"c":{"a":0,"k":[0,0,0,0]},"lc":3,"lj":1},{"ty":"fl","o":{"a":0,"k":100},"r":2,"c":{"a":0,"k":[1,1,1,1]}},{"ty":"tr","o":{"a":0,"k":100},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[192,34]},"r":{"a":0,"k":0}}]},{"ty":"gr","it":[{"ty":"el","p":{"a":0,"k":[24,18]},"s":{"a":0,"k":[18,18]}},{"ty":"st","o":{"a":0,"k":0},"w":{"a":0,"k":0},"c":{"a":0,"k":[0,0,0,0]},"lc":3,"lj":1},{"ty":"fl","o":{"a":0,"k":100},"r":2,"c":{"a":0,"k":[0,0,0,1]}},{"ty":"tr","o":{"a":0,"k":100},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[192,34]},"r":{"a":0,"k":0}}]},{"ty":"gr","it":[{"ty":"sh","ks":{"a":0,"k":{"c":true,"v":[[20.8436841,31.6295977],[38.1551995,15.7509583],[25.9568729,3.62959768],[4.1233773,15.7509583]],"i":[[-11.33663782,0],[0,7.9814054],[6.223449000000002,0],[5.383668980000001,-7.810554230000001]],"o":[[11.336637800000002,0],[0,-7.981405400000001],[-6.223448900000001,0],[-5.3836689799999995,7.8105543]]}}},{"ty":"st","o":{"a":0,"k":0},"w":{"a":0,"k":0},"c":{"a":0,"k":[0,0,0,0]},"lc":3,"lj":1},{"ty":"fl","o":{"a":0,"k":100},"r":2,"c":{"a":0,"k":[0.3411764705882353,0.596078431372549,0.8784313725490196,1]}},{"ty":"tr","o":{"a":0,"k":100},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[196.49,29.86]},"r":{"a":0,"k":13.178029288008934}}]},{"ty":"gr","it":[{"ty":"sh","ks":{"a":0,"k":{"c":true,"v":[[162.00534,145.949182],[232.766798,97.9763351],[256.606978,69.4749019],[256.606978,34.29729],[179.902884,20.6524436],[105.069792,34.29729],[167.870505,34.29729],[105.069792,69.4749019]],"i":[[-33.75927199999998,-3.3798730000000035],[0,31.756372900000002],[-8.056883000000028,8.577974099999992],[14.812480999999991,15.474063700000002],[41.00417999999999,-10.102479000000002],[35.611703000000006,-7.107948199999996],[-44.800527,3.046674100000004],[3.5655809999999946,-17.097455300000007]],"o":[[33.75927200000001,3.379874000000001],[0,-11.354454000000004],[8.865202999999951,-9.438575300000004],[-13.094724000000014,-13.679584799999997],[-13.296099999999996,3.2758506999999994],[-2.9333850000000012,3.046674100000004],[-38.30156100000002,6.354286000000002],[-6.534351200000003,31.333123099999995]]}}},{"ty":"st","o":{"a":0,"k":100},"w":{"a":0,"k":1},"c":{"a":0,"k":[0.592156862745098,0.592156862745098,0.592156862745098,1]},"lc":3,"lj":1},{"ty":"fl","o":{"a":0,"k":100},"r":2,"c":{"a":0,"k":[0.8980392156862745,0.8980392156862745,0.8980392156862745,1]}},{"ty":"tr","o":{"a":0,"k":100},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0}}]},{"ty":"gr","it":[{"ty":"sh","ks":{"a":0,"k":{"c":true,"v":[[217.343152,20.2423526],[101.734189,36.3431476],[41.0815907,29.3589091],[8.91877014,0.78728517],[22.2066286,38.6492099],[129.968375,47.1038145],[166.727525,38.6492099]],"i":[[0,0],[0,0],[13.233294100000002,6.193533899999995],[8.20858626,12.854215329999999],[-14.636651239999999,-9.618972500000002],[-5.865669000000011,0],[-20.595654000000025,5.6364030999999954]],"o":[[0,0],[-27.201771500000007,1.537374899999996],[-13.233294099999998,-6.193533900000002],[-5.7780789299999995,15.622310630000001],[28.5874189,12.231032899999995],[3.910445999999979,0],[0,0]]}}},{"ty":"st","o":{"a":0,"k":100},"w":{"a":0,"k":1},"c":{"a":0,"k":[0.592156862745098,0.592156862745098,0.592156862745098,1]},"lc":3,"lj":1},{"ty":"fl","o":{"a":0,"k":100},"r":2,"c":{"a":0,"k":[1,1,0,1]}},{"ty":"tr","o":{"a":0,"k":100},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0}}]},{"ty":"gr","it":[{"ty":"sh","ks":{"a":0,"k":{"c":true,"v":[[220.779271,19.7857351],[130.746635,47.4334659],[24.8802824,40.3708592],[0.589089253,24.3461671],[24.8802824,57.2800683],[136.201636,51.2205522]],"i":[[-52.474643999999984,20.9565447],[0,0],[14.213538100000001,4.7084045],[0,-5.627283899999998],[-21.95497684,-14.428458800000001],[-5.865668999999997,0]],"o":[[0,0],[-56.3640302,0],[-21.32030713,-7.062606699999996],[0,5.6272839999999995],[28.587418900000003,12.231032899999995],[3.910445999999979,0]]}}},{"ty":"st","o":{"a":0,"k":100},"w":{"a":0,"k":1},"c":{"a":0,"k":[0.592156862745098,0.592156862745098,0.592156862745098,1]},"lc":3,"lj":1},{"ty":"fl","o":{"a":0,"k":100},"r":2,"c":{"a":0,"k":[1,1,0,1]}},{"ty":"tr","o":{"a":0,"k":100},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0}}]},{"ty":"gr","it":[{"ty":"sh","ks":{"a":0,"k":{"c":true,"v":[[220.931301,16],[152.899591,48.336565],[119.965651,53.7936927],[19,62.1660548],[40.0489999,72.9809906],[152.899591,53.7936927]],"i":[[-41.44402699999998,25.195795099999998],[5.391342000000009,-2.195019000000002],[24.62863,-2.924937100000001],[50.8913467,-3.631616699999995],[-14.032666599999999,-3.6759150000000034],[-5.865668999999997,0]],"o":[[-39.963131000000004,19.362690999999998],[-8.087012999999985,3.292528599999997],[-16.41908699999999,1.9499580000000023],[0,3.534042200000002],[38.4391583,5.881464100000002],[3.9104460000000074,0]]}}},{"ty":"st","o":{"a":0,"k":100},"w":{"a":0,"k":1},"c":{"a":0,"k":[0.592156862745098,0.592156862745098,0.592156862745098,1]},"lc":3,"lj":1},{"ty":"fl","o":{"a":0,"k":100},"r":2,"c":{"a":0,"k":[1,1,0,1]}},{"ty":"tr","o":{"a":0,"k":100},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0}}]}],"op":40},{"ty":4,"nm":"Badan dan Leher","ip":0,"st":0,"ind":2,"hix":5,"ks":{"o":{"a":0,"k":100},"or":{"a":0,"k":[0,0,0]},"a":{"a":0,"k":[153.5,63.5,0]},"p":{"s":true,"x":{"a":1,"k":[{"t":0,"s":[300],"e":[300],"i":{"x":[0.675],"y":[0.19]},"o":{"x":[0.55],"y":[0.055]}},{"t":20,"s":[300],"e":[300],"i":{"x":[0.355],"y":[1]},"o":{"x":[0.215],"y":[0.61]}},{"t":40}]},"y":{"a":1,"k":[{"t":0,"s":[140],"e":[300],"i":{"x":[0.675],"y":[0.19]},"o":{"x":[0.55],"y":[0.055]}},{"t":20,"s":[300],"e":[140],"i":{"x":[0.355],"y":[1]},"o":{"x":[0.215],"y":[0.61]}},{"t":40}]}},"rx":{"a":0,"k":0},"ry":{"a":0,"k":0},"rz":{"a":0,"k":0},"s":{"a":0,"k":[100,100]}},"shapes":[{"ty":"gr","it":[{"ty":"sh","ks":{"a":0,"k":{"c":true,"v":[[133.792987,126.075769],[224,62],[137,2],[0.607138019,25.4353345]],"i":[[-48.048773600000004,0],[7.892766999999992,53.060398000000006],[48.04877300000001,0],[0,-33.137084970000004]],"o":[[48.04877299999998,0],[-7.892766999999992,-53.06039806],[-48.0487732,0],[0,33.137085]]}}},{"ty":"st","o":{"a":0,"k":100},"w":{"a":0,"k":1},"c":{"a":0,"k":[0.592156862745098,0.592156862745098,0.592156862745098,1]},"lc":3,"lj":1},{"ty":"fl","o":{"a":0,"k":100},"r":2,"c":{"a":0,"k":[0.8980392156862745,0.8980392156862745,0.8980392156862745,1]}},{"ty":"tr","o":{"a":0,"k":100},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0}}]},{"ty":"gr","it":[{"ty":"sh","ks":{"a":0,"k":{"c":true,"v":[[171.325829,115.510245],[299.520338,67.9497376],[296.036961,39.8890972],[238.824314,24.3635264],[159.213224,15.3509502]],"i":[[-25.53563299999999,-13.018165999999994],[-12.592536999999993,-3.1690355000000068],[6.743498999999986,8.029082500000001],[40.03438000000003,3.5048907999999983],[0,-18.50153914]],"o":[[25.53563299999999,13.01816500000001],[12.592535999999996,3.1690354999999926],[-13.039680000000033,-15.5255708],[-40.03438,-3.5048907000000007],[0,9.642154699999999]]}}},{"ty":"st","o":{"a":0,"k":100},"w":{"a":0,"k":1},"c":{"a":0,"k":[0.592156862745098,0.592156862745098,0.592156862745098,1]},"lc":3,"lj":1},{"ty":"fl","o":{"a":0,"k":100},"r":2,"c":{"a":0,"k":[0.8980392156862745,0.8980392156862745,0.8980392156862745,1]}},{"ty":"tr","o":{"a":0,"k":100},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0}}]}],"op":40},{"ty":4,"nm":"Sayap Dalam","ip":0,"st":0,"ind":1,"hix":2,"ks":{"o":{"a":0,"k":100},"or":{"a":0,"k":[0,0,0]},"a":{"a":0,"k":[76.5,94,0]},"p":{"s":true,"x":{"a":1,"k":[{"t":0,"s":[330],"e":[330],"i":{"x":[0.675],"y":[0.19]},"o":{"x":[0.55],"y":[0.055]}},{"t":20,"s":[330],"e":[330],"i":{"x":[0.355],"y":[1]},"o":{"x":[0.215],"y":[0.61]}},{"t":40}]},"y":{"a":1,"k":[{"t":0,"s":[210],"e":[220],"i":{"x":[0.675],"y":[0.19]},"o":{"x":[0.55],"y":[0.055]}},{"t":20,"s":[220],"e":[210],"i":{"x":[0.355],"y":[1]},"o":{"x":[0.215],"y":[0.61]}},{"t":40}]}},"rx":{"a":0,"k":0},"ry":{"a":0,"k":0},"rz":{"a":0,"k":0},"s":{"a":1,"k":[{"t":0,"s":[100,100],"e":[100,-100],"i":{"x":[1,0.675],"y":[1,0.19]},"o":{"x":[0,0.55],"y":[0,0.055]}},{"t":20,"s":[100,-100],"e":[100,100],"i":{"x":[1,0.355],"y":[1,1]},"o":{"x":[0,0.215],"y":[0,0.61]}},{"t":40}]}},"shapes":[{"ty":"gr","it":[{"ty":"sh","ks":{"a":0,"k":{"c":false,"v":[[104.18538,12.1335681],[114.356398,74.1765111],[144.648169,163.194647],[144.648169,186.747889],[96.8962829,172.564838],[58.3486273,123.406238],[69.2467105,177.31184],[15.1883191,127.357682],[23.2545339,74.1765111],[9.09255779,110.59829],[1,74.1765111],[15.1883191,12.1335681],[23.2545339,4.26325641e-14]],"i":[[0,0],[3.110225,-20.810939599999998],[-5.395038,-13.487596999999994],[12.792142000000013,0],[6.743798099999992,4.7206589999999835],[6.177424500000008,18.837851],[-11.383671800000009,-48.49563599999999],[0,19.57721099999999],[-5.377476499999997,15.876902900000005],[0,0],[0,17.530362800000006],[-9.458879399999999,23.8315992],[0,0]],"o":[[9.890904000000006,20.5510224],[-4.665339000000003,31.216409900000002],[5.395038999999997,13.487595999999996],[-12.792141999999984,0],[-6.7437981000000065,-4.720659000000012],[-4.118282999999998,-12.558568000000008],[-36.03892760000001,-13.725560999999999],[0,-19.57721099999999],[0,0],[-5.395038530000001,-6.750823000000011],[0,-17.5303628],[0,0],[0,0]]}}},{"ty":"st","o":{"a":0,"k":100},"w":{"a":0,"k":1},"c":{"a":0,"k":[0.592156862745098,0.592156862745098,0.592156862745098,1]},"lc":3,"lj":1},{"ty":"fl","o":{"a":0,"k":100},"r":2,"c":{"a":0,"k":[0.611764705882353,0.611764705882353,0.611764705882353,1]}},{"ty":"tr","o":{"a":0,"k":100},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0}}]}],"op":40}],"op":40,"w":600,"h":500} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/jolly_walker.json b/ohos/flutter_lottie/assets/lottiefiles/jolly_walker.json new file mode 100644 index 0000000000000000000000000000000000000000..f220364204b02a7af509097772d6a8c8dececd91 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/jolly_walker.json @@ -0,0 +1 @@ +{"v":"5.1.7","fr":60,"ip":0,"op":64,"w":1000,"h":1000,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 18","parent":2,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[116,48.775,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[29,21],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.454901960784,0.416844805549,0.383544802198,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.874509803922,0.472901018928,0.332656650917,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-61.5,-268.5],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":-5.37,"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 9","parent":10,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[62,-208.226,0],"ix":2},"a":{"a":0,"k":[66,-203,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.75,-10.109],[50.39,14.18]],"o":[[2.75,10.109],[-199.5,-56.141]],"v":[[22.75,-166.25],[187,-207.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.515529318417,0.158323714312,0.56862745098,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.295640145096,0.337768345253,0.423529411765,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":3,"nm":"NULL CONTROL","sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[473.375,533.528,0],"ix":2},"a":{"a":0,"k":[60,60,0],"ix":1},"s":{"a":0,"k":[64,64,100],"ix":6}},"ao":0,"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 16","parent":10,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[112,81.633,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[45.25,43.75],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.149019607843,0.138734346278,0.129734727448,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-26.875,-228.375],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 7","parent":11,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-722.596,-191.386,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[190.549,190.549,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[12,-54],[0,-36]],"o":[[0,0],[-13.019,58.587],[0,32.803]],"v":[[54,-76],[-36,25],[21,152]],"c":false}],"e":[{"i":[[0,0],[12,-54],[22,-33.92]],"o":[[0,0],[-13.019,58.587],[-22,33.92]],"v":[[54,-76],[-3,30],[65,155]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,0],[12,-54],[22,-33.92]],"o":[[0,0],[-13.019,58.587],[-22,33.92]],"v":[[54,-76],[-3,30],[65,155]],"c":false}],"e":[{"i":[[0,0],[12,-54],[22,-33.92]],"o":[[0,0],[-13.019,58.587],[-22,33.92]],"v":[[54,-76],[21,30],[113,135]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.5,"s":[{"i":[[0,0],[12,-54],[22,-33.92]],"o":[[0,0],[-13.019,58.587],[-22,33.92]],"v":[[54,-76],[21,30],[113,135]],"c":false}],"e":[{"i":[[0,0],[-2.031,-21.152],[10,-25.348]],"o":[[0,0],[4,41.652],[-14.837,37.609]],"v":[[54,-76],[35,45],[157,53]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27.5,"s":[{"i":[[0,0],[-2.031,-21.152],[10,-25.348]],"o":[[0,0],[4,41.652],[-14.837,37.609]],"v":[[54,-76],[35,45],[157,53]],"c":false}],"e":[{"i":[[0,0],[12,-54],[22,-33.92]],"o":[[0,0],[-13.019,58.587],[-22,33.92]],"v":[[54,-76],[-2,50],[92,115]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35,"s":[{"i":[[0,0],[12,-54],[22,-33.92]],"o":[[0,0],[-13.019,58.587],[-22,33.92]],"v":[[54,-76],[-2,50],[92,115]],"c":false}],"e":[{"i":[[0,0],[20,-44.091],[22,-33.92]],"o":[[0,0],[-24.793,54.656],[-22,33.92]],"v":[[54,-76],[-27,23],[20,140]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42.5,"s":[{"i":[[0,0],[20,-44.091],[22,-33.92]],"o":[[0,0],[-24.793,54.656],[-22,33.92]],"v":[[54,-76],[-27,23],[20,140]],"c":false}],"e":[{"i":[[0,0],[11.429,-44.49],[36.429,-47.205]],"o":[[0,0],[-14.932,58.129],[-9.825,31.173]],"v":[[54,-76],[-46.429,16.143],[-59.429,144.857]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":50,"s":[{"i":[[0,0],[11.429,-44.49],[36.429,-47.205]],"o":[[0,0],[-14.932,58.129],[-9.825,31.173]],"v":[[54,-76],[-46.429,16.143],[-59.429,144.857]],"c":false}],"e":[{"i":[[0,0],[11.657,-48.294],[16.257,-68.462]],"o":[[0,0],[-14.167,58.313],[-13.895,29.104]],"v":[[54,-76],[-33.457,16.086],[-17.257,158.114]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":55,"s":[{"i":[[0,0],[11.657,-48.294],[16.257,-68.462]],"o":[[0,0],[-14.167,58.313],[-13.895,29.104]],"v":[[54,-76],[-33.457,16.086],[-17.257,158.114]],"c":false}],"e":[{"i":[[0,0],[12,-54],[0,-36]],"o":[[0,0],[-13.019,58.587],[0,32.803]],"v":[[54,-76],[-36,25],[21,152]],"c":false}]},{"t":62.5}],"ix":2,"x":"var $bm_rt;\n$bm_rt = content('Shape 1').content('Path 1').path;"},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":0,"k":88,"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.980392156863,0.792156862745,0.627450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":38,"ix":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-34.433,21.811],"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[12,-54],[0,-36]],"o":[[0,0],[-13.019,58.587],[0,32.803]],"v":[[54,-76],[-36,25],[21,152]],"c":false}],"e":[{"i":[[0,0],[12,-54],[22,-33.92]],"o":[[0,0],[-13.019,58.587],[-22,33.92]],"v":[[54,-76],[-3,30],[65,155]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,0],[12,-54],[22,-33.92]],"o":[[0,0],[-13.019,58.587],[-22,33.92]],"v":[[54,-76],[-3,30],[65,155]],"c":false}],"e":[{"i":[[0,0],[12,-54],[22,-33.92]],"o":[[0,0],[-13.019,58.587],[-22,33.92]],"v":[[54,-76],[21,30],[113,135]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.5,"s":[{"i":[[0,0],[12,-54],[22,-33.92]],"o":[[0,0],[-13.019,58.587],[-22,33.92]],"v":[[54,-76],[21,30],[113,135]],"c":false}],"e":[{"i":[[0,0],[-2.031,-21.152],[10,-25.348]],"o":[[0,0],[4,41.652],[-14.837,37.609]],"v":[[54,-76],[35,45],[157,53]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27.5,"s":[{"i":[[0,0],[-2.031,-21.152],[10,-25.348]],"o":[[0,0],[4,41.652],[-14.837,37.609]],"v":[[54,-76],[35,45],[157,53]],"c":false}],"e":[{"i":[[0,0],[12,-54],[22,-33.92]],"o":[[0,0],[-13.019,58.587],[-22,33.92]],"v":[[54,-76],[-2,50],[92,115]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35,"s":[{"i":[[0,0],[12,-54],[22,-33.92]],"o":[[0,0],[-13.019,58.587],[-22,33.92]],"v":[[54,-76],[-2,50],[92,115]],"c":false}],"e":[{"i":[[0,0],[20,-44.091],[22,-33.92]],"o":[[0,0],[-24.793,54.656],[-22,33.92]],"v":[[54,-76],[-27,23],[20,140]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42.5,"s":[{"i":[[0,0],[20,-44.091],[22,-33.92]],"o":[[0,0],[-24.793,54.656],[-22,33.92]],"v":[[54,-76],[-27,23],[20,140]],"c":false}],"e":[{"i":[[0,0],[11.429,-44.49],[36.429,-47.205]],"o":[[0,0],[-14.932,58.129],[-9.825,31.173]],"v":[[54,-76],[-46.429,16.143],[-59.429,144.857]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":50,"s":[{"i":[[0,0],[11.429,-44.49],[36.429,-47.205]],"o":[[0,0],[-14.932,58.129],[-9.825,31.173]],"v":[[54,-76],[-46.429,16.143],[-59.429,144.857]],"c":false}],"e":[{"i":[[0,0],[11.657,-48.294],[16.257,-68.462]],"o":[[0,0],[-14.167,58.313],[-13.895,29.104]],"v":[[54,-76],[-33.457,16.086],[-17.257,158.114]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":55,"s":[{"i":[[0,0],[11.657,-48.294],[16.257,-68.462]],"o":[[0,0],[-14.167,58.313],[-13.895,29.104]],"v":[[54,-76],[-33.457,16.086],[-17.257,158.114]],"c":false}],"e":[{"i":[[0,0],[12,-54],[0,-36]],"o":[[0,0],[-13.019,58.587],[0,32.803]],"v":[[54,-76],[-36,25],[21,152]],"c":false}]},{"t":62.5}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.3505421358,0.408821913775,0.513725490196,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":38,"ix":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-34.433,21.811],"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,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 13","parent":10,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[114.5,60.633,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[81,-30.5],[1,-55],[4.822,26.865],[12,-3.5]],"o":[[17,0.5],[-1,55],[-3.5,-19.5],[-12.517,3.651]],"v":[[26,-151],[90.5,-115],[134,-114],[103.5,-116]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.980392156863,0.792156862745,0.627450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.333333333333,0.302657961378,0.275817003437,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 15","parent":6,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-2.5,-15.534,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[7,9],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.980392156863,0.792156862745,0.627450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.066666666667,0.06220479853,0.058300654093,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[29.75,-136.25],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 17","parent":4,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,-15.876,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[-46,-106],[-1,-39],[0.333,-16.457]],"o":[[0,0],[19.372,44.64],[1,39],[-0.264,13.036]],"v":[[-46.5,-199.5],[-26,-73],[-74,-17],[-55,62]],"c":false}],"e":[{"i":[[0,0],[-45,-76.444],[-1,-39],[-7,-11]],"o":[[0,0],[48.57,82.508],[1,39],[7,11]],"v":[[-46.5,-199.5],[-34,-69],[-87,3],[-55,52.667]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[-45,-76.444],[-1,-39],[-7,-11]],"o":[[0,0],[48.57,82.508],[1,39],[7,11]],"v":[[-46.5,-199.5],[-34,-69],[-87,3],[-55,52.667]],"c":false}],"e":[{"i":[[0,0],[-45.25,-83.833],[-1,-39],[-7,-11]],"o":[[0,0],[53,114.666],[1,39],[7,11]],"v":[[-46.5,-199.5],[-32,-70],[-83.75,-2],[-56,47]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28,"s":[{"i":[[0,0],[-45.25,-83.833],[-1,-39],[-7,-11]],"o":[[0,0],[53,114.666],[1,39],[7,11]],"v":[[-46.5,-199.5],[-32,-70],[-83.75,-2],[-56,47]],"c":false}],"e":[{"i":[[0,0],[-46,-106],[-1,-39],[7.333,-21.791]],"o":[[0,0],[19.372,44.64],[1,39],[-4.159,12.357]],"v":[[-46.5,-199.5],[-26,-73],[-74,-17],[-54.667,62]],"c":false}]},{"t":64}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.454901960784,0.416844805549,0.383544802198,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Smoke","sr":1,"ks":{"o":{"a":0,"k":80,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[500,500,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[112.981,9.615],[-55.288,-84.135],[31.25,-50.481],[-21.635,-103.365],[0,0],[-60.096,2.404],[36.058,33.654],[-36.058,48.077]],"o":[[-112.981,-9.615],[55.288,84.135],[-31.25,50.481],[21.635,103.365],[0,0],[60.096,-2.404],[-36.058,-33.654],[36.058,-48.077]],"v":[[242.788,-550.481],[55.288,-444.712],[144.231,-322.115],[91.346,-230.769],[114.192,-111.808],[170.673,-230.769],[199.519,-341.346],[225.962,-432.692]],"c":true}],"e":[{"i":[[112.981,9.615],[-96.264,-29.473],[57.824,13.462],[-21.635,-103.365],[0,0],[-48.542,-35.51],[36.058,33.654],[-36.058,48.077]],"o":[[-112.981,-9.615],[80.712,24.712],[-68.231,-15.885],[21.635,103.365],[0,0],[39.327,28.769],[-36.058,-33.654],[36.058,-48.077]],"v":[[242.788,-550.481],[55.288,-444.712],[144.231,-322.115],[91.346,-230.769],[114.192,-80.808],[154.673,-258.769],[201.519,-387.346],[229.962,-470.692]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[112.981,9.615],[-96.264,-29.473],[57.824,13.462],[-21.635,-103.365],[0,0],[-48.542,-35.51],[36.058,33.654],[-36.058,48.077]],"o":[[-112.981,-9.615],[80.712,24.712],[-68.231,-15.885],[21.635,103.365],[0,0],[39.327,28.769],[-36.058,-33.654],[36.058,-48.077]],"v":[[242.788,-550.481],[55.288,-444.712],[144.231,-322.115],[91.346,-230.769],[114.192,-80.808],[154.673,-258.769],[201.519,-387.346],[229.962,-470.692]],"c":true}],"e":[{"i":[[112.981,9.615],[-87.484,-41.186],[41.769,-49.885],[0.654,-89.231],[0,0],[-62.101,24.769],[26.909,45.489],[-2.598,62.232]],"o":[[-112.981,-9.615],[75.264,37.445],[-64.231,34.115],[-0.774,105.602],[0,0],[51.899,-21.231],[-25.112,-42.451],[0.896,-21.451]],"v":[[242.788,-550.481],[33.288,-480.712],[112.231,-358.115],[109.346,-230.769],[114.192,-111.808],[158.101,-346.769],[189.091,-441.489],[297.104,-496.549]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[112.981,9.615],[-87.484,-41.186],[41.769,-49.885],[0.654,-89.231],[0,0],[-62.101,24.769],[26.909,45.489],[-2.598,62.232]],"o":[[-112.981,-9.615],[75.264,37.445],[-64.231,34.115],[-0.774,105.602],[0,0],[51.899,-21.231],[-25.112,-42.451],[0.896,-21.451]],"v":[[242.788,-550.481],[33.288,-480.712],[112.231,-358.115],[109.346,-230.769],[114.192,-111.808],[158.101,-346.769],[189.091,-441.489],[297.104,-496.549]],"c":true}],"e":[{"i":[[112.981,9.615],[-78.703,-52.9],[50.042,-32.703],[-3.126,-89.638],[0,0],[-53.494,-19.261],[103.637,2.208],[-57.183,4.784]],"o":[[-112.981,-9.615],[69.816,50.179],[-54.958,42.297],[5.338,104.992],[0,0],[131.178,5.041],[-45.661,-7.411],[49.753,-19.593]],"v":[[118.788,-608.481],[13.288,-504.893],[126.958,-456.297],[102.437,-230.769],[109.192,-104.808],[217.53,-428.769],[217.026,-526.541],[342.247,-542.407]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":32,"s":[{"i":[[112.981,9.615],[-78.703,-52.9],[50.042,-32.703],[-3.126,-89.638],[0,0],[-53.494,-19.261],[103.637,2.208],[-57.183,4.784]],"o":[[-112.981,-9.615],[69.816,50.179],[-54.958,42.297],[5.338,104.992],[0,0],[131.178,5.041],[-45.661,-7.411],[49.753,-19.593]],"v":[[118.788,-608.481],[13.288,-504.893],[126.958,-456.297],[102.437,-230.769],[109.192,-104.808],[217.53,-428.769],[217.026,-526.541],[342.247,-542.407]],"c":true}],"e":[{"i":[[112.981,9.615],[-69.923,-64.613],[36.032,-50.21],[-11.503,-96.941],[0,0],[-55.97,-11.137],[42.808,17.215],[-49.261,21.019]],"o":[[-112.981,-9.615],[34.962,26.325],[-46.241,43.042],[11.449,104.382],[0,0],[59.791,-10.481],[-42.06,-17.252],[46.571,-21.492]],"v":[[242.788,-550.481],[-8.962,-482.325],[146.435,-431.729],[99.528,-230.769],[114.192,-80.808],[174.209,-325.519],[220.711,-395.843],[317.89,-488.764]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":44,"s":[{"i":[[112.981,9.615],[-69.923,-64.613],[36.032,-50.21],[-11.503,-96.941],[0,0],[-55.97,-11.137],[42.808,17.215],[-49.261,21.019]],"o":[[-112.981,-9.615],[34.962,26.325],[-46.241,43.042],[11.449,104.382],[0,0],[59.791,-10.481],[-42.06,-17.252],[46.571,-21.492]],"v":[[242.788,-550.481],[-8.962,-482.325],[146.435,-431.729],[99.528,-230.769],[114.192,-80.808],[174.209,-325.519],[220.711,-395.843],[317.89,-488.764]],"c":true}],"e":[{"i":[[112.981,9.615],[-61.142,-76.326],[-60.613,-54.039],[12.381,-73.231],[0,0],[-60.087,14.469],[38.758,27.078],[-33.533,19.121]],"o":[[-112.981,-9.615],[52.912,36.257],[58.387,63.961],[-3.619,30.769],[0,0],[63.913,-24.531],[-27.996,-27.255],[48.467,-34.879]],"v":[[242.788,-550.481],[29.588,-459.757],[157.613,-402.961],[123.619,-244.769],[116.192,-125.808],[208.087,-297.469],[213.496,-414.245],[295.533,-471.121]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56,"s":[{"i":[[112.981,9.615],[-61.142,-76.326],[-60.613,-54.039],[12.381,-73.231],[0,0],[-60.087,14.469],[38.758,27.078],[-33.533,19.121]],"o":[[-112.981,-9.615],[52.912,36.257],[58.387,63.961],[-3.619,30.769],[0,0],[63.913,-24.531],[-27.996,-27.255],[48.467,-34.879]],"v":[[242.788,-550.481],[29.588,-459.757],[157.613,-402.961],[123.619,-244.769],[116.192,-125.808],[208.087,-297.469],[213.496,-414.245],[295.533,-471.121]],"c":true}],"e":[{"i":[[112.981,9.615],[-55.288,-84.135],[31.25,-50.481],[-21.635,-103.365],[0,0],[-60.096,2.404],[36.058,33.654],[-36.058,48.077]],"o":[[-112.981,-9.615],[55.288,84.135],[-31.25,50.481],[21.635,103.365],[0,0],[60.096,-2.404],[-36.058,-33.654],[36.058,-48.077]],"v":[[242.788,-550.481],[55.288,-444.712],[144.231,-322.115],[91.346,-230.769],[114.192,-120.808],[170.673,-230.769],[199.519,-341.346],[225.962,-432.692]],"c":true}]},{"t":64}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.980392156863,0.792156862745,0.627450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.639215686275,0.572369624119,0.513879274854,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Shape Layer 6","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},"n":"0p833_0p833_0p167_0p167","t":0,"s":[-734.029,-245.947,0],"e":[-734.029,-219.947,0],"to":[0,4.33333349227905,0],"ti":[0,-0.16666667163372,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[-734.029,-219.947,0],"e":[-734.029,-244.947,0],"to":[0,0.16666667163372,0],"ti":[0,-0.66666668653488,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[-734.029,-244.947,0],"e":[-734.029,-215.947,0],"to":[0,0.66666668653488,0],"ti":[0,0.16666667163372,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42.5,"s":[-734.029,-215.947,0],"e":[-734.029,-245.947,0],"to":[0,-0.16666667163372,0],"ti":[0,5,0]},{"t":62.5}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[190.549,190.549,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[86,46],[0,81.5]],"o":[[5.25,65.5],[-13.5,23.75]],"v":[[21.75,-128.617],[187.5,-124.617]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.462745008282,0.11613999909,0.11613999909,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.839215686275,0.488893965179,0.075693960751,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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 5","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[0.462745008282,0.11613999909,0.11613999909,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.698039215686,0.369550158931,0.369550158931,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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 4","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[14,12],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.462745008282,0.11613999909,0.11613999909,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.202591765161,0.294117647059,0.184544417437,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[149,-145.016],"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":"Ellipse 2","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[26,22],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.462745008282,0.11613999909,0.11613999909,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.203921568627,0.294117647059,0.18431372549,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[83,-147.016],"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":"Ellipse 1","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[90,10],[-112,-29]],"o":[[-76.632,-8.515],[183,31]],"v":[[103,-245],[75,-101]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.462745008282,0.11613999909,0.11613999909,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.980392156863,0.793133844114,0.6266820571,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[8,10],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[93.244,89.796],"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 3","np":3,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Shape Layer 5","parent":12,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-534,-91.727,0],"ix":2},"a":{"a":0,"k":[-534,-93,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-53.354,-5.716],[11.433,4.764]],"o":[[0,0],[53.354,5.716],[-11.433,-4.764]],"v":[[-593.975,-391.175],[-512.039,-350.208],[-472.024,-394.987]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.462745098039,0.116139939252,0.116139939252,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.819607843137,0.634472895604,0.472479816512,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-70.621,-35.311],[0,0],[53.354,102.896]],"o":[[60.976,30.488],[0,0],[-53.354,-102.896]],"v":[[-612.077,-360.852],[-406.285,-183.642],[-432.961,-362.757]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.462745098039,0.116139939252,0.116139939252,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.820607503255,0.90875453575,0.909803921569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[156.945,-46.504],[-81.707,-337.869],[-82.422,-4.303],[-8.438,24.609]],"o":[[-47.894,-0.995],[142.121,77.797],[103.681,2.048],[36.658,-97.977]],"v":[[-541.317,-407.522],[-758.009,-69.107],[-472.491,14.264],[-337.506,-50.217]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.462745098039,0.116139939252,0.116139939252,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.25731640984,0.296602675494,0.36862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0.635],"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,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"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":"Group 1","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.462745098039,0.116139939252,0.116139939252,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.25731640984,0.296602675494,0.36862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false}],"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Shape Layer 4","parent":3,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.64,"y":1},"o":{"x":0.36,"y":0},"n":"0p64_1_0p36_0","t":0,"s":[90.625,22.472,0],"e":[90.625,69.472,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.64,"y":1},"o":{"x":0.36,"y":0},"n":"0p64_1_0p36_0","t":10,"s":[90.625,69.472,0],"e":[90.625,1.14,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.64,"y":1},"o":{"x":0.36,"y":0},"n":"0p64_1_0p36_0","t":25,"s":[90.625,1.14,0],"e":[90.625,22.472,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.64,"y":1},"o":{"x":0.36,"y":0},"n":"0p64_1_0p36_0","t":32.5,"s":[90.625,22.472,0],"e":[90.625,69.472,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.64,"y":1},"o":{"x":0.36,"y":0},"n":"0p64_1_0p36_0","t":40,"s":[90.625,69.472,0],"e":[90.625,1.14,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.64,"y":1},"o":{"x":0.36,"y":0},"n":"0p64_1_0p36_0","t":55,"s":[90.625,1.14,0],"e":[90.625,22.472,0],"to":[0,0,0],"ti":[0,-3.55530524253845,0]},{"t":62.5}],"ix":2},"a":{"a":0,"k":[-534,-71,0],"ix":1},"s":{"a":0,"k":[82,82,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[79.512,-28.718],[128.927,-3.537],[-105.08,0],[-2.52,105.05]],"o":[[-104.42,37.713],[-2.52,105.05],[105.08,0],[-117.463,-15.766]],"v":[[19.512,30.024],[-216.488,6.098],[0,209],[210.39,8.537]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.462745098039,0.116139939252,0.116139939252,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.698039215686,0.369550158931,0.369550158931,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-544,-76],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Shape Layer 2","parent":12,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-632.018,37.043,0],"ix":2},"a":{"a":0,"k":[-60,14,0],"ix":1},"s":{"a":0,"k":[121.951,121.951,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[0.698039215686,0.36862745098,0.36862745098,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":60,"ix":5},"lc":1,"lj":1,"ml":4,"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 3","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[-211.78,-154.468],[58.25,-115.367]],"o":[[202.25,147.517],[0,0]],"v":[[-90,-8.717],[-32,356.915]],"c":false}],"e":[{"i":[[-133.513,-186.523],[173.558,-170.346]],"o":[[111.25,101.551],[-158.442,143.306]],"v":[[-90,-8.717],[-76.308,313.653]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[-133.513,-186.523],[173.558,-170.346]],"o":[[111.25,101.551],[-158.442,143.306]],"v":[[-90,-8.717],[-76.308,313.653]],"c":false}],"e":[{"i":[[-55.245,-218.577],[164.087,-143.863]],"o":[[57.635,179.132],[-150.018,116.536]],"v":[[-90,-8.717],[-170.15,338.802]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[-55.245,-218.577],[164.087,-143.863]],"o":[[57.635,179.132],[-150.018,116.536]],"v":[[-90,-8.717],[-170.15,338.802]],"c":false}],"e":[{"i":[[-16.111,-234.604],[138.952,-127.777]],"o":[[21.481,187.035],[-125.216,98.487]],"v":[[-90,-22.8],[-191.59,327.852]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[{"i":[[-16.111,-234.604],[138.952,-127.777]],"o":[[21.481,187.035],[-125.216,98.487]],"v":[[-90,-22.8],[-191.59,327.852]],"c":false}],"e":[{"i":[[-65.833,-253.727],[124.101,-98.778]],"o":[[49.727,191.652],[-57.787,45.995]],"v":[[-90,-8.717],[-201.875,297.204]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":32,"s":[{"i":[[-65.833,-253.727],[124.101,-98.778]],"o":[[49.727,191.652],[-57.787,45.995]],"v":[[-90,-8.717],[-201.875,297.204]],"c":false}],"e":[{"i":[[-21.003,-232.601],[107.195,-65.321]],"o":[[99.25,220.522],[-193.086,117.66]],"v":[[-90,-8.717],[-190.937,279.009]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[{"i":[[-21.003,-232.601],[107.195,-65.321]],"o":[[99.25,220.522],[-193.086,117.66]],"v":[[-90,-8.717],[-190.937,279.009]],"c":false}],"e":[{"i":[[-148.188,-180.512],[224.852,-167.321]],"o":[[140.352,98.004],[-61.947,30.61]],"v":[[-90,-8.717],[-40.125,310.123]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":55,"s":[{"i":[[-148.188,-180.512],[224.852,-167.321]],"o":[[140.352,98.004],[-61.947,30.61]],"v":[[-90,-8.717],[-40.125,310.123]],"c":false}],"e":[{"i":[[-211.78,-154.468],[58.25,-115.367]],"o":[[202.25,147.517],[0,0]],"v":[[-90,-8.717],[-32,356.915]],"c":false}]},{"t":64}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.698039233685,0.368627458811,0.368627458811,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":84,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[6,-3.125],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,110.951],"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,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[-211.78,-154.468],[58.25,-115.367]],"o":[[202.25,147.517],[0,0]],"v":[[-90,-8.717],[-32,356.915]],"c":false}],"e":[{"i":[[-55.245,-218.577],[164.087,-143.863]],"o":[[57.635,179.132],[-150.018,116.536]],"v":[[-90,-8.717],[-170.15,338.802]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[-55.245,-218.577],[164.087,-143.863]],"o":[[57.635,179.132],[-150.018,116.536]],"v":[[-90,-8.717],[-170.15,338.802]],"c":false}],"e":[{"i":[[-16.111,-234.604],[138.952,-127.777]],"o":[[21.481,187.035],[-125.216,98.487]],"v":[[-90,-22.8],[-191.59,327.852]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[{"i":[[-16.111,-234.604],[138.952,-127.777]],"o":[[21.481,187.035],[-125.216,98.487]],"v":[[-90,-22.8],[-191.59,327.852]],"c":false}],"e":[{"i":[[42.589,-258.645],[101.25,-103.65]],"o":[[-32.75,198.891],[-51.609,52.833]],"v":[[-90,-8.717],[-201.875,297.204]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":32,"s":[{"i":[[42.589,-258.645],[101.25,-103.65]],"o":[[-32.75,198.891],[-51.609,52.833]],"v":[[-90,-8.717],[-201.875,297.204]],"c":false}],"e":[{"i":[[-21.003,-232.601],[107.195,-65.321]],"o":[[99.25,220.522],[-193.086,117.66]],"v":[[-90,-8.717],[-190.937,279.009]],"c":false}]},{"t":40}],"ix":2,"x":"var $bm_rt;\n$bm_rt = content('Shape 1').content('Path 1').path;"},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":0,"k":100,"ix":1},"e":{"a":0,"k":82,"ix":2},"o":{"a":0,"k":3,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.337254901961,0.301545565736,0.301545565736,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":85,"ix":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[6,-3.125],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,110.951],"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":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"Shape Layer 1","parent":12,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-518.22,-17.104,0],"ix":2},"a":{"a":0,"k":[-15,0,0],"ix":1},"s":{"a":0,"k":[121.951,121.951,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[90.037,-113.557]],"o":[[0,0],[-9.963,20.23]],"v":[[-14,-0.605],[-155.438,325.087]],"c":false}],"e":[{"i":[[0,0],[297.769,-151.903]],"o":[[0,0],[-379.918,193.811]],"v":[[-14,-0.605],[-156.769,291.605]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[0,0],[297.769,-151.903]],"o":[[0,0],[-379.918,193.811]],"v":[[-14,-0.605],[-156.769,291.605]],"c":false}],"e":[{"i":[[-90.055,-74.065],[232.29,-219.388]],"o":[[112.662,92.658],[-307.839,225.975]],"v":[[-14,-0.605],[33.559,333.973]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[-90.055,-74.065],[232.29,-219.388]],"o":[[112.662,92.658],[-307.839,225.975]],"v":[[-14,-0.605],[33.559,333.973]],"c":false}],"e":[{"i":[[-38.901,-103.432],[102.224,-185.126]],"o":[[97.037,74.012],[-206.978,304.292]],"v":[[-14,-0.605],[74.562,328.242]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[{"i":[[-38.901,-103.432],[102.224,-185.126]],"o":[[97.037,74.012],[-206.978,304.292]],"v":[[-14,-0.605],[74.562,328.242]],"c":false}],"e":[{"i":[[0,0],[196.5,-285.56]],"o":[[0,0],[-196.5,285.56]],"v":[[-14,-0.605],[-154.125,358.267]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":55,"s":[{"i":[[0,0],[196.5,-285.56]],"o":[[0,0],[-196.5,285.56]],"v":[[-14,-0.605],[-154.125,358.267]],"c":false}],"e":[{"i":[[0,0],[128.141,-141.768]],"o":[[0,0],[-72.142,108.673]],"v":[[-14,-0.605],[-160.729,329.106]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":61,"s":[{"i":[[0,0],[128.141,-141.768]],"o":[[0,0],[-72.142,108.673]],"v":[[-14,-0.605],[-160.729,329.106]],"c":false}],"e":[{"i":[[0,0],[90.037,-113.557]],"o":[[0,0],[-9.963,20.23]],"v":[[-14,-0.605],[-155.438,325.087]],"c":false}]},{"t":64}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.564705908298,0.325536340475,0.325536340475,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":84,"ix":5},"lc":1,"lj":1,"ml":1,"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,110.951],"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-38.901,-103.432],[160.037,-206.954]],"o":[[97.037,74.012],[-206.978,304.292]],"v":[[-14,-0.605],[74.562,328.242]],"c":false},"ix":2,"x":"var $bm_rt;\n$bm_rt = content('Shape 1').content('Path 1').path;"},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":0,"k":100,"ix":1},"e":{"a":0,"k":82,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.298039227724,0.257131874561,0.257131874561,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":83,"ix":5},"lc":2,"lj":1,"ml":1,"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,110.951],"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":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.462745098039,0.116139939252,0.116139939252,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":21,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false}],"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"Shape Layer 11","parent":11,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-473.929,-195.197,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[190.549,190.549,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-2.031,-21.152],[10,-25.348]],"o":[[0,0],[4,41.652],[-14.837,37.609]],"v":[[54,-76],[35,45],[157,53]],"c":false},"ix":2,"x":"var $bm_rt;\n$bm_rt = content('Shape 1').content('Path 1').path;"},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":0,"k":87,"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.980392158031,0.792156875134,0.627451002598,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":34,"ix":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-23,18],"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37.5,"s":[{"i":[[0,0],[12,-54],[0,-36]],"o":[[0,0],[-13.019,58.587],[0,32.803]],"v":[[54,-76],[-36,25],[21,152]],"c":false}],"e":[{"i":[[0,0],[12,-54],[22,-33.92]],"o":[[0,0],[-13.019,58.587],[-22,33.92]],"v":[[54,-76],[-3,30],[65,155]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47.5,"s":[{"i":[[0,0],[12,-54],[22,-33.92]],"o":[[0,0],[-13.019,58.587],[-22,33.92]],"v":[[54,-76],[-3,30],[65,155]],"c":false}],"e":[{"i":[[0,0],[12,-54],[22,-33.92]],"o":[[0,0],[-13.019,58.587],[-22,33.92]],"v":[[54,-76],[21,30],[113,135]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":55,"s":[{"i":[[0,0],[12,-54],[22,-33.92]],"o":[[0,0],[-13.019,58.587],[-22,33.92]],"v":[[54,-76],[21,30],[113,135]],"c":false}],"e":[{"i":[[0,0],[-0.628,-24.436],[11.2,-26.205]],"o":[[0,0],[2.298,43.346],[-15.553,37.24]],"v":[[53.75,-76],[33.35,43.5],[152.35,61.2]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":64,"s":[{"i":[[0,0],[-0.628,-24.436],[11.2,-26.205]],"o":[[0,0],[2.298,43.346],[-15.553,37.24]],"v":[[53.75,-76],[33.35,43.5],[152.35,61.2]],"c":false}],"e":[{"i":[[0,0],[-2.031,-21.152],[10,-25.348]],"o":[[0,0],[4,41.652],[-14.837,37.609]],"v":[[54,-76],[35,45],[157,53]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":65,"s":[{"i":[[0,0],[-2.031,-21.152],[10,-25.348]],"o":[[0,0],[4,41.652],[-14.837,37.609]],"v":[[54,-76],[35,45],[157,53]],"c":false}],"e":[{"i":[[0,0],[12,-54],[22,-33.92]],"o":[[0,0],[-13.019,58.587],[-22,33.92]],"v":[[54,-76],[-2,50],[92,115]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":72.5,"s":[{"i":[[0,0],[12,-54],[22,-33.92]],"o":[[0,0],[-13.019,58.587],[-22,33.92]],"v":[[54,-76],[-2,50],[92,115]],"c":false}],"e":[{"i":[[0,0],[20,-44.091],[22,-33.92]],"o":[[0,0],[-24.793,54.656],[-22,33.92]],"v":[[54,-76],[-27,23],[20,140]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":80,"s":[{"i":[[0,0],[20,-44.091],[22,-33.92]],"o":[[0,0],[-24.793,54.656],[-22,33.92]],"v":[[54,-76],[-27,23],[20,140]],"c":false}],"e":[{"i":[[0,0],[11.429,-44.49],[36.429,-47.205]],"o":[[0,0],[-14.932,58.129],[-9.825,31.173]],"v":[[54,-76],[-46.429,16.143],[-59.429,144.857]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":87.5,"s":[{"i":[[0,0],[11.429,-44.49],[36.429,-47.205]],"o":[[0,0],[-14.932,58.129],[-9.825,31.173]],"v":[[54,-76],[-46.429,16.143],[-59.429,144.857]],"c":false}],"e":[{"i":[[0,0],[11.657,-48.294],[16.257,-68.462]],"o":[[0,0],[-14.167,58.313],[-13.895,29.104]],"v":[[54,-76],[-33.457,16.086],[-17.257,158.114]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":92.5,"s":[{"i":[[0,0],[11.657,-48.294],[16.257,-68.462]],"o":[[0,0],[-14.167,58.313],[-13.895,29.104]],"v":[[54,-76],[-33.457,16.086],[-17.257,158.114]],"c":false}],"e":[{"i":[[0,0],[12,-54],[0,-36]],"o":[[0,0],[-13.019,58.587],[0,32.803]],"v":[[54,-76],[-36,25],[21,152]],"c":false}]},{"t":100}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.3505421358,0.408821913775,0.513725490196,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":34,"ix":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-23,18],"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":98,"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,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":37.5,"op":637.5,"st":37.5,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"Shape Layer 10","parent":11,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[100],"e":[0]},{"t":37.5}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-467.26,-195.197,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[190.549,190.549,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-25,"s":[{"i":[[0,0],[12,-54],[0,-36]],"o":[[0,0],[-13.019,58.587],[0,32.803]],"v":[[54,-76],[-36,25],[21,152]],"c":false}],"e":[{"i":[[0,0],[12,-54],[22,-33.92]],"o":[[0,0],[-13.019,58.587],[-22,33.92]],"v":[[54,-76],[-3,30],[65,155]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-15,"s":[{"i":[[0,0],[12,-54],[22,-33.92]],"o":[[0,0],[-13.019,58.587],[-22,33.92]],"v":[[54,-76],[-3,30],[65,155]],"c":false}],"e":[{"i":[[0,0],[12,-54],[22,-33.92]],"o":[[0,0],[-13.019,58.587],[-22,33.92]],"v":[[54,-76],[21,30],[113,135]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-7.5,"s":[{"i":[[0,0],[12,-54],[22,-33.92]],"o":[[0,0],[-13.019,58.587],[-22,33.92]],"v":[[54,-76],[21,30],[113,135]],"c":false}],"e":[{"i":[[0,0],[-2.031,-21.152],[10,-25.348]],"o":[[0,0],[4,41.652],[-14.837,37.609]],"v":[[54,-76],[35,45],[157,53]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2.5,"s":[{"i":[[0,0],[-2.031,-21.152],[10,-25.348]],"o":[[0,0],[4,41.652],[-14.837,37.609]],"v":[[54,-76],[35,45],[157,53]],"c":false}],"e":[{"i":[[0,0],[12,-54],[22,-33.92]],"o":[[0,0],[-13.019,58.587],[-22,33.92]],"v":[[54,-76],[-2,50],[92,115]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,0],[12,-54],[22,-33.92]],"o":[[0,0],[-13.019,58.587],[-22,33.92]],"v":[[54,-76],[-2,50],[92,115]],"c":false}],"e":[{"i":[[0,0],[20,-44.091],[22,-33.92]],"o":[[0,0],[-24.793,54.656],[-22,33.92]],"v":[[54,-76],[-27,23],[20,140]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.5,"s":[{"i":[[0,0],[20,-44.091],[22,-33.92]],"o":[[0,0],[-24.793,54.656],[-22,33.92]],"v":[[54,-76],[-27,23],[20,140]],"c":false}],"e":[{"i":[[0,0],[11.429,-44.49],[36.429,-47.205]],"o":[[0,0],[-14.932,58.129],[-9.825,31.173]],"v":[[54,-76],[-46.429,16.143],[-59.429,144.857]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[{"i":[[0,0],[11.429,-44.49],[36.429,-47.205]],"o":[[0,0],[-14.932,58.129],[-9.825,31.173]],"v":[[54,-76],[-46.429,16.143],[-59.429,144.857]],"c":false}],"e":[{"i":[[0,0],[11.657,-48.294],[16.257,-68.462]],"o":[[0,0],[-14.167,58.313],[-13.895,29.104]],"v":[[54,-76],[-33.457,16.086],[-17.257,158.114]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[0,0],[11.657,-48.294],[16.257,-68.462]],"o":[[0,0],[-14.167,58.313],[-13.895,29.104]],"v":[[54,-76],[-33.457,16.086],[-17.257,158.114]],"c":false}],"e":[{"i":[[0,0],[12,-54],[0,-36]],"o":[[0,0],[-13.019,58.587],[0,32.803]],"v":[[54,-76],[-36,25],[21,152]],"c":false}]},{"t":37.5}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":0,"k":89,"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.980392158031,0.792156875134,0.627451002598,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":34,"ix":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-33.48,18],"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-25,"s":[{"i":[[0,0],[12,-54],[0,-36]],"o":[[0,0],[-13.019,58.587],[0,32.803]],"v":[[54,-76],[-36,25],[21,152]],"c":false}],"e":[{"i":[[0,0],[12,-54],[22,-33.92]],"o":[[0,0],[-13.019,58.587],[-22,33.92]],"v":[[54,-76],[-3,30],[65,155]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-15,"s":[{"i":[[0,0],[12,-54],[22,-33.92]],"o":[[0,0],[-13.019,58.587],[-22,33.92]],"v":[[54,-76],[-3,30],[65,155]],"c":false}],"e":[{"i":[[0,0],[12,-54],[22,-33.92]],"o":[[0,0],[-13.019,58.587],[-22,33.92]],"v":[[54,-76],[21,30],[113,135]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-7.5,"s":[{"i":[[0,0],[12,-54],[22,-33.92]],"o":[[0,0],[-13.019,58.587],[-22,33.92]],"v":[[54,-76],[21,30],[113,135]],"c":false}],"e":[{"i":[[0,0],[-2.031,-21.152],[10,-25.348]],"o":[[0,0],[4,41.652],[-14.837,37.609]],"v":[[54,-76],[35,45],[157,53]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2.5,"s":[{"i":[[0,0],[-2.031,-21.152],[10,-25.348]],"o":[[0,0],[4,41.652],[-14.837,37.609]],"v":[[54,-76],[35,45],[157,53]],"c":false}],"e":[{"i":[[0,0],[12,-54],[22,-33.92]],"o":[[0,0],[-13.019,58.587],[-22,33.92]],"v":[[54,-76],[-2,50],[92,115]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,0],[12,-54],[22,-33.92]],"o":[[0,0],[-13.019,58.587],[-22,33.92]],"v":[[54,-76],[-2,50],[92,115]],"c":false}],"e":[{"i":[[0,0],[20,-44.091],[22,-33.92]],"o":[[0,0],[-24.793,54.656],[-22,33.92]],"v":[[54,-76],[-27,23],[20,140]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.5,"s":[{"i":[[0,0],[20,-44.091],[22,-33.92]],"o":[[0,0],[-24.793,54.656],[-22,33.92]],"v":[[54,-76],[-27,23],[20,140]],"c":false}],"e":[{"i":[[0,0],[11.429,-44.49],[36.429,-47.205]],"o":[[0,0],[-14.932,58.129],[-9.825,31.173]],"v":[[54,-76],[-46.429,16.143],[-59.429,144.857]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[{"i":[[0,0],[11.429,-44.49],[36.429,-47.205]],"o":[[0,0],[-14.932,58.129],[-9.825,31.173]],"v":[[54,-76],[-46.429,16.143],[-59.429,144.857]],"c":false}],"e":[{"i":[[0,0],[11.657,-48.294],[16.257,-68.462]],"o":[[0,0],[-14.167,58.313],[-13.895,29.104]],"v":[[54,-76],[-33.457,16.086],[-17.257,158.114]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[0,0],[11.657,-48.294],[16.257,-68.462]],"o":[[0,0],[-14.167,58.313],[-13.895,29.104]],"v":[[54,-76],[-33.457,16.086],[-17.257,158.114]],"c":false}],"e":[{"i":[[0,0],[12,-54],[0,-36]],"o":[[0,0],[-13.019,58.587],[0,32.803]],"v":[[54,-76],[-36,25],[21,152]],"c":false}]},{"t":37.5}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.3505421358,0.408821913775,0.513725490196,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":34,"ix":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-33.48,18],"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,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":-25,"op":575,"st":-25,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"Shape Layer 21","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[500,500,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[819.189,10],"ix":2},"p":{"a":0,"k":[0,40],"ix":3},"r":{"a":0,"k":20,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.454901960784,0.416844805549,0.383544802198,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.498039215686,0.473137260886,0.462883504232,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[3,-269],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[214.09,100],"ix":3},"r":{"a":0,"k":17,"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 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[819.189,25],"ix":2},"p":{"a":0,"k":[0,40],"ix":3},"r":{"a":0,"k":20,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.454901960784,0.416844805549,0.383544802198,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.364705882353,0.328235312069,0.313218000823,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-1,-263],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[214.09,100],"ix":3},"r":{"a":0,"k":17,"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 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[819.189,10],"ix":2},"p":{"a":0,"k":[0,40],"ix":3},"r":{"a":0,"k":20,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.454901960784,0.416844805549,0.383544802198,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.498039215686,0.474509803922,0.462745098039,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-2.5,-175],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[214.09,100],"ix":3},"r":{"a":0,"k":17,"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 4","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[819.189,25],"ix":2},"p":{"a":0,"k":[0,40],"ix":3},"r":{"a":0,"k":20,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.454901960784,0.416844805549,0.383544802198,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.364705882353,0.329411764706,0.313725490196,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-3,-167],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[214.09,100],"ix":3},"r":{"a":0,"k":17,"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,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"Shape Layer 20","parent":20,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-33.339,76.282,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":2,"s":{"a":0,"k":[53.057,259],"ix":2},"p":{"a":0,"k":[0,14],"ix":3},"r":{"a":0,"k":36,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.454901960784,0.416844805549,0.383544802198,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.4,0.347681681315,0.329411764706,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"rp","c":{"a":0,"k":45,"ix":1},"o":{"a":0,"k":-14,"ix":2},"m":1,"ix":4,"tr":{"ty":"tr","p":{"a":0,"k":[99,30],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":4},"so":{"a":0,"k":100,"ix":5},"eo":{"a":0,"k":100,"ix":6},"nm":"Transform"},"nm":"Repeater 1","mn":"ADBE Vector Filter - Repeater","hd":false},{"ty":"tr","p":{"a":0,"k":[-513,-315],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[75,100],"ix":3},"r":{"a":0,"k":-6,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":4,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 2","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":2,"s":{"a":0,"k":[53.057,259],"ix":2},"p":{"a":0,"k":[0,14],"ix":3},"r":{"a":0,"k":36,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.454901960784,0.416844805549,0.383544802198,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.592156887054,0.511262953281,0.483014255762,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"rp","c":{"a":0,"k":45,"ix":1},"o":{"a":0,"k":-14,"ix":2},"m":1,"ix":4,"tr":{"ty":"tr","p":{"a":0,"k":[99,30],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":4},"so":{"a":0,"k":100,"ix":5},"eo":{"a":0,"k":100,"ix":6},"nm":"Transform"},"nm":"Repeater 1","mn":"ADBE Vector Filter - Repeater","hd":false},{"ty":"tr","p":{"a":0,"k":[-506,-317],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[75,100],"ix":3},"r":{"a":0,"k":-6,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":4,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"Shape Layer 12","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[484,827,0],"ix":2},"a":{"a":0,"k":[-55,362,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.859,0.859,1.183]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,-0.183]},"n":["0p833_0p859_0p167_0p167","0p833_0p859_0p167_0p167","0p833_1p183_0p167_-0p183"],"t":0,"s":[83,83,100],"e":[74,74,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.873,0.873,1.796]},"o":{"x":[0.167,0.167,0.167],"y":[0.128,0.128,-0.796]},"n":["0p833_0p873_0p167_0p128","0p833_0p873_0p167_0p128","0p833_1p796_0p167_-0p796"],"t":12,"s":[74,74,100],"e":[85,85,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.856,0.856,0.651]},"o":{"x":[0.167,0.167,0.167],"y":[0.142,0.142,0.349]},"n":["0p833_0p856_0p167_0p142","0p833_0p856_0p167_0p142","0p833_0p651_0p167_0p349"],"t":24,"s":[85,85,100],"e":[75,75,100]},{"i":{"x":[0.77,0.77,0.833],"y":[0.809,0.809,0.97]},"o":{"x":[0.186,0.186,0.167],"y":[0.154,0.154,0.03]},"n":["0p77_0p809_0p186_0p154","0p77_0p809_0p186_0p154","0p833_0p97_0p167_0p03"],"t":40,"s":[75,75,100],"e":[87,87,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.868,0.868,0.607]},"o":{"x":[0.167,0.167,0.167],"y":[0.135,0.135,0.393]},"n":["0p833_0p868_0p167_0p135","0p833_0p868_0p167_0p135","0p833_0p607_0p167_0p393"],"t":56,"s":[87,87,100],"e":[83,83,100]},{"t":64}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[520,178],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.3505421358,0.408821913775,0.513725490196,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.57647061348,0.454901963472,0.411764711142,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-54,361],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[92,92],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":16,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":20,"ty":4,"nm":"Shape Layer 19","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},"n":"0p833_0p833_0p167_0p167","t":0,"s":[556.846,775.484,0],"e":[182.5,664.5,0],"to":[-62.3910217285156,-18.4974060058594,0],"ti":[62.3910217285156,18.4974060058594,0]},{"t":64}],"ix":2},"a":{"a":0,"k":[-1035,52,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[46,43.579],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.454901960784,0.416844805549,0.383544802198,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.576470588235,0.454155117858,0.411441788019,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-1430,303],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[67,67],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":-46,"ix":4},"sa":{"a":0,"k":18,"ix":5},"nm":"Transform"}],"nm":"Ellipse 6","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[76,72],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.454901960784,0.416844805549,0.383544802198,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.576470588235,0.454155117858,0.411441788019,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-401.563,351.938],"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":-46,"ix":4},"sa":{"a":0,"k":18,"ix":5},"nm":"Transform"}],"nm":"Ellipse 10","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[76,72],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.454901960784,0.416844805549,0.383544802198,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.576470588235,0.454155117858,0.411441788019,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-776,241],"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":-46,"ix":4},"sa":{"a":0,"k":18,"ix":5},"nm":"Transform"}],"nm":"Ellipse 5","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[46.444,44],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.454901960784,0.416844805549,0.383544802198,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.576470588235,0.454155117858,0.411441788019,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-790,-54],"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":-46,"ix":4},"sa":{"a":0,"k":18,"ix":5},"nm":"Transform"}],"nm":"Ellipse 4","np":3,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[46,43.579],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.454901960784,0.416844805549,0.383544802198,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.576470588235,0.454155117858,0.411441788019,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-1248,296],"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":-46,"ix":4},"sa":{"a":0,"k":18,"ix":5},"nm":"Transform"}],"nm":"Ellipse 3","np":3,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[76,72],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.454901960784,0.416844805549,0.383544802198,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.576470588235,0.454155117858,0.411441788019,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-1230,134],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[58,58],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":-46,"ix":4},"sa":{"a":0,"k":18,"ix":5},"nm":"Transform"}],"nm":"Ellipse 8","np":3,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[69.667,66],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.454901960784,0.416844805549,0.383544802198,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.576470588235,0.454155117858,0.411441788019,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-1502,-247],"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":-46,"ix":4},"sa":{"a":0,"k":18,"ix":5},"nm":"Transform"}],"nm":"Ellipse 9","np":3,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[69.667,66],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.454901960784,0.416844805549,0.383544802198,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.576470588235,0.454155117858,0.411441788019,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-1127.625,-136.063],"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":-46,"ix":4},"sa":{"a":0,"k":18,"ix":5},"nm":"Transform"}],"nm":"Ellipse 2","np":3,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[46.444,44],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.454901960784,0.416844805549,0.383544802198,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.576470588235,0.454155117858,0.411441788019,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-415.562,57],"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":-46,"ix":4},"sa":{"a":0,"k":18,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"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":[[-2416,-620],[-2648,8],[864,1156],[1088,444]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.454901960784,0.416844805549,0.383544802198,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.945098039216,0.739073211072,0.667128020642,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-256,-165],"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,"ix":12,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":22,"ty":1,"nm":"Medium Turquoise Solid 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[500,500,0],"ix":2},"a":{"a":0,"k":[1750,519,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"sw":3500,"sh":1038,"sc":"#45d28b","ip":0,"op":600,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/judgement.json b/ohos/flutter_lottie/assets/lottiefiles/judgement.json new file mode 100644 index 0000000000000000000000000000000000000000..e891e73f907d1906e362d75f880db2dffb4fb7e9 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/judgement.json @@ -0,0 +1 @@ +{"v":"5.1.16","fr":60,"ip":89,"op":192,"w":564,"h":676,"nm":"a2","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"ey 1","parent":2,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-20.088,-114.256,0],"ix":2},"a":{"a":0,"k":[-16.838,-112.756,0],"ix":1},"s":{"a":0,"k":[30.083,30.083,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":2,"d":1,"pt":{"a":0,"k":4,"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"r":{"a":0,"k":0,"ix":5},"or":{"a":0,"k":41.725,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.082352941176,0.450980392157,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-16,-114],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[70.325,70.325],"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":"Polystar 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"ey 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[299.162,257.244,0],"ix":2},"a":{"a":0,"k":[-16.838,-112.756,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-4.144,-4.74],[0,0],[4.688,-4.555],[0,0],[8.82,7.528],[0,0],[-6.989,7.226]],"o":[[0,0],[4.144,4.74],[0,0],[-4.688,4.555],[0,0],[-8.82,-7.528],[0,0],[6.989,-7.226]],"v":[[-2.311,-41.37],[20.03,-20.026],[41.725,0],[20.685,19.974],[-0.711,40.303],[-23.885,22.458],[-41.725,0.711],[-22.986,-22.991]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.082352933697,0.449411758722,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-16,-114],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[70.325,70.325],"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":"Polystar 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"a 4","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},"n":"0p833_0p833_0p167_0p167","t":86.4,"s":[263,289.5,0],"e":[249.5,289.5,0],"to":[-2.25,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":136.8,"s":[249.5,289.5,0],"e":[263,289.5,0],"to":[0,0,0],"ti":[-2.25,0,0]},{"t":189.6}],"ix":2},"a":{"a":0,"k":[30.5,-64.5,0],"ix":1},"s":{"a":0,"k":[-82.231,97.203,100],"ix":6}},"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":[[26.5,-77],[31.5,-84.75],[18,-94],[28.222,-109.509]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.964705882353,0.086274509804,0.388235294118,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"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 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[64,-84.5],[56.5,-77],[52.25,-81],[38,-63.5],[43.5,-54.5],[82.5,-56]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.964705882353,0.086274509804,0.388235294118,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"a 3","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},"n":"0p833_0p833_0p167_0p167","t":86.4,"s":[309.5,290.5,0],"e":[296,290.5,0],"to":[-2.25,-9.47390342581232e-15,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":136.8,"s":[296,290.5,0],"e":[309.5,290.5,0],"to":[0,0,0],"ti":[-2.25,-9.47390342581232e-15,0]},{"t":189.6}],"ix":2},"a":{"a":0,"k":[30.5,-64.5,0],"ix":1},"s":{"a":0,"k":[105.769,100,100],"ix":6}},"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":[[26.5,-77],[31.5,-84.75],[18,-94],[39.295,-124]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.964705882353,0.086274509804,0.388235294118,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"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 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[95.673,-104.75],[56.5,-77],[52.25,-81],[38,-63.5],[43.5,-54.5],[113.227,-59]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.964705882353,0.086274509804,0.388235294118,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"a 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-97,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":86.4,"s":[232.25,355.75,0],"e":[218.75,355.75,0],"to":[-2.25,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":136.8,"s":[218.75,355.75,0],"e":[232.25,355.75,0],"to":[0,0,0],"ti":[-2.25,0,0]},{"t":189.6}],"ix":2},"a":{"a":0,"k":[65.018,-80.429,0],"ix":1},"s":{"a":0,"k":[-88,84.419,100],"ix":6}},"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],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[44.593,-67.449],[49.833,-76.844],[41.935,-81.547],[50.442,-88.324],[68.5,-106.179]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.964705882353,0.086274509804,0.388235294118,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"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.375,"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":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[73.459,-122.982],[116.179,-95.63],[84.848,-70.453],[74.849,-61.345],[64.045,-68.357],[52.237,-49.441]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.964705882353,0.086274509804,0.388235294118,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"a 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-202,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":86.4,"s":[330.75,342,0],"e":[317.25,342,0],"to":[-2.25,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":136.8,"s":[317.25,342,0],"e":[330.75,342,0],"to":[0,0,0],"ti":[-2.25,0,0]},{"t":189.6}],"ix":2},"a":{"a":0,"k":[49.445,-51.749,0],"ix":1},"s":{"a":0,"k":[-88,97.203,100],"ix":6}},"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":[[40.292,-59.422],[45.869,-72.487],[37.444,-76.868],[75.566,-120.341]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.964705882353,0.086274509804,0.388235294118,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"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.375,"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":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[115.283,-93.029],[74.849,-61.345],[64.045,-68.357],[52.237,-49.441]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.964705882353,0.086274509804,0.388235294118,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0}]},{"id":"comp_2","layers":[{"ddd":0,"ind":9,"ty":4,"nm":"fl 8","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":89,"s":[65.554],"e":[65.008]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":93,"s":[65.008],"e":[64.665]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":97,"s":[64.665],"e":[64.507]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":101,"s":[64.507],"e":[64.528]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":105,"s":[64.528],"e":[64.72]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":109,"s":[64.72],"e":[64.812]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":113,"s":[64.812],"e":[64.166]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":117,"s":[64.166],"e":[63.544]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":121,"s":[63.544],"e":[62.908]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":125,"s":[62.908],"e":[62.277]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":129,"s":[62.277],"e":[61.652]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":133,"s":[61.652],"e":[61.031]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":137,"s":[61.031],"e":[60.406]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":141,"s":[60.406],"e":[59.776]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":145,"s":[59.776],"e":[59.152]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":149,"s":[59.152],"e":[58.54]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":153,"s":[58.54],"e":[58.22]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":157,"s":[58.22],"e":[59.022]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":161,"s":[59.022],"e":[60.091]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":165,"s":[60.091],"e":[61.427]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":169,"s":[61.427],"e":[63.054]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":173,"s":[63.054],"e":[65.554]},{"t":177}],"ix":10},"p":{"a":0,"k":[105.646,63.67,0],"ix":2},"a":{"a":0,"k":[247.023,-237.905,0],"ix":1},"s":{"a":0,"k":[83.216,83.216,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.75,-7],[0,0],[-2.959,0.493],[-0.25,1.25],[1.565,1.524]],"o":[[0,0],[-1.75,7],[0,0],[1.5,-0.25],[0.119,-0.593],[-1.733,-1.688]],"v":[[247.5,-260.5],[243.25,-249.75],[242.5,-238.75],[251.5,-236.5],[254,-253.5],[251.721,-258.724]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.145098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"fl 9","parent":9,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":89,"s":[65.261],"e":[69.437]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":93,"s":[69.437],"e":[73.306]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":97,"s":[73.306],"e":[76.934]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":101,"s":[76.934],"e":[80.341]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":105,"s":[80.341],"e":[83.527]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":109,"s":[83.527],"e":[86.1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":113,"s":[86.1],"e":[87.164]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":117,"s":[87.164],"e":[88.182]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":121,"s":[88.182],"e":[89.216]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":125,"s":[89.216],"e":[90.235]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":129,"s":[90.235],"e":[91.237]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":133,"s":[91.237],"e":[92.227]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":137,"s":[92.227],"e":[93.215]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":141,"s":[93.215],"e":[94.203]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":145,"s":[94.203],"e":[95.175]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":149,"s":[95.175],"e":[96.122]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":153,"s":[96.122],"e":[95.631]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":157,"s":[95.631],"e":[90.566]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":161,"s":[90.566],"e":[85.224]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":165,"s":[85.224],"e":[79.578]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":169,"s":[79.578],"e":[73.536]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":173,"s":[73.536],"e":[65.261]},{"t":177}],"ix":10},"p":{"a":0,"k":[250.094,-256.23,0],"ix":2},"a":{"a":0,"k":[247.023,-237.905,0],"ix":1},"s":{"a":0,"k":[82.101,82.101,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.75,-7],[0,0],[-2.959,0.493],[-0.25,1.25]],"o":[[0,0],[-1.75,7],[0,0],[1.5,-0.25],[0.25,-1.25]],"v":[[247.5,-260.5],[243.25,-249.75],[242.5,-238.75],[251.5,-236.5],[254,-253.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.145098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"fl 10","parent":10,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":89,"s":[39.79],"e":[49.79]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":112,"s":[49.79],"e":[65.79]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":156,"s":[65.79],"e":[39.79]},{"t":177}],"ix":10},"p":{"a":0,"k":[250.547,-256.574,0],"ix":2},"a":{"a":0,"k":[247.023,-237.905,0],"ix":1},"s":{"a":0,"k":[92.112,92.112,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.75,-7],[0,0],[-2.959,0.493],[-0.469,1.185]],"o":[[0,0],[-1.75,7],[0,0],[1.5,-0.25],[2.579,-6.514]],"v":[[249.649,-260.996],[243.25,-249.75],[242.5,-238.75],[250.674,-234.682],[251.19,-251.847]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.145098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"fl 11","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":89,"s":[100.667],"e":[98.955]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":93,"s":[98.955],"e":[97.952]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":97,"s":[97.952],"e":[97.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":101,"s":[97.356],"e":[97.002]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":105,"s":[97.002],"e":[96.529]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":109,"s":[96.529],"e":[95.794]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":113,"s":[95.794],"e":[95.011]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":117,"s":[95.011],"e":[94.072]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":121,"s":[94.072],"e":[93.04]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":125,"s":[93.04],"e":[91.949]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":129,"s":[91.949],"e":[90.806]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":133,"s":[90.806],"e":[89.615]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":137,"s":[89.615],"e":[88.381]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":141,"s":[88.381],"e":[87.118]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":145,"s":[87.118],"e":[85.855]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":149,"s":[85.855],"e":[84.73]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":153,"s":[84.73],"e":[84.176]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":157,"s":[84.176],"e":[85.487]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":161,"s":[85.487],"e":[87.962]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":165,"s":[87.962],"e":[91.077]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":169,"s":[91.077],"e":[94.833]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":173,"s":[94.833],"e":[100.667]},{"t":177}],"ix":10},"p":{"a":0,"k":[100.654,69.124,0],"ix":2},"a":{"a":0,"k":[247.023,-237.905,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.75,-7],[0,0],[-2.959,0.493],[-0.25,1.25],[1.565,1.524]],"o":[[0,0],[-1.75,7],[0,0],[1.5,-0.25],[0.119,-0.593],[-1.733,-1.688]],"v":[[247.5,-260.5],[243.25,-249.75],[242.5,-238.75],[251.5,-236.5],[254,-253.5],[251.721,-258.724]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.145098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"fl 12","parent":12,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":89,"s":[51.206],"e":[59.133]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":93,"s":[59.133],"e":[65.851]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":97,"s":[65.851],"e":[71.969]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":101,"s":[71.969],"e":[77.735]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":105,"s":[77.735],"e":[83.583]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":109,"s":[83.583],"e":[86.623]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":113,"s":[86.623],"e":[88.572]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":117,"s":[88.572],"e":[90.486]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":121,"s":[90.486],"e":[92.31]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":125,"s":[92.31],"e":[94.021]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":129,"s":[94.021],"e":[95.624]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":133,"s":[95.624],"e":[97.109]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":137,"s":[97.109],"e":[98.452]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":141,"s":[98.452],"e":[99.593]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":145,"s":[99.593],"e":[100.412]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":149,"s":[100.412],"e":[100.599]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":153,"s":[100.599],"e":[99.721]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":157,"s":[99.721],"e":[92.484]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":161,"s":[92.484],"e":[84.4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":165,"s":[84.4],"e":[75.564]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":169,"s":[75.564],"e":[65.726]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":173,"s":[65.726],"e":[51.206]},{"t":177}],"ix":10},"p":{"a":0,"k":[250.094,-256.23,0],"ix":2},"a":{"a":0,"k":[247.023,-237.905,0],"ix":1},"s":{"a":0,"k":[82.101,82.101,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.75,-7],[0,0],[-2.959,0.493],[-0.25,1.25]],"o":[[0,0],[-1.75,7],[0,0],[1.5,-0.25],[0.25,-1.25]],"v":[[247.5,-260.5],[243.25,-249.75],[242.5,-238.75],[251.5,-236.5],[254,-253.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.145098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"fl 13","parent":13,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":89,"s":[37.79],"e":[53.79]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":110,"s":[53.79],"e":[66.79]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":157,"s":[66.79],"e":[37.79]},{"t":177}],"ix":10},"p":{"a":0,"k":[250.547,-256.574,0],"ix":2},"a":{"a":0,"k":[247.023,-237.905,0],"ix":1},"s":{"a":0,"k":[92.112,92.112,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.75,-7],[0,0],[-2.959,0.493],[-0.469,1.185]],"o":[[0,0],[-1.75,7],[0,0],[1.5,-0.25],[2.579,-6.514]],"v":[[249.649,-260.996],[243.25,-249.75],[242.5,-238.75],[250.674,-234.682],[251.19,-251.847]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.145098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"fl 14","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":89,"s":[121.521],"e":[116.738]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":93,"s":[116.738],"e":[113.445]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":97,"s":[113.445],"e":[111.244]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":101,"s":[111.244],"e":[110.008]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":105,"s":[110.008],"e":[110.301]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":165,"s":[110.301],"e":[112.112]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":169,"s":[112.112],"e":[115.216]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":173,"s":[115.216],"e":[121.521]},{"t":177}],"ix":10},"p":{"a":0,"k":[93.725,74.509,0],"ix":2},"a":{"a":0,"k":[247.023,-237.905,0],"ix":1},"s":{"a":0,"k":[92.807,92.807,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.75,-7],[0,0],[-2.959,0.493],[-0.25,1.25],[1.565,1.524]],"o":[[0,0],[-1.75,7],[0,0],[1.5,-0.25],[0.119,-0.593],[-1.733,-1.688]],"v":[[247.5,-260.5],[243.25,-249.75],[242.5,-238.75],[251.5,-236.5],[254,-253.5],[251.721,-258.724]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.145098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"fl 15","parent":15,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":89,"s":[49.704],"e":[64.178]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":93,"s":[64.178],"e":[76.093]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":97,"s":[76.093],"e":[86.457]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":101,"s":[86.457],"e":[95.73]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":105,"s":[95.73],"e":[92.864]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":165,"s":[92.864],"e":[81.941]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":169,"s":[81.941],"e":[69.379]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":173,"s":[69.379],"e":[49.704]},{"t":177}],"ix":10},"p":{"a":0,"k":[250.094,-256.23,0],"ix":2},"a":{"a":0,"k":[247.023,-237.905,0],"ix":1},"s":{"a":0,"k":[82.101,82.101,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.75,-7],[0,0],[-2.959,0.493],[-0.25,1.25]],"o":[[0,0],[-1.75,7],[0,0],[1.5,-0.25],[0.25,-1.25]],"v":[[247.5,-260.5],[243.25,-249.75],[242.5,-238.75],[251.5,-236.5],[254,-253.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.145098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"fl 16","parent":16,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":89,"s":[49.79],"e":[64.79]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":106,"s":[64.79],"e":[77.79]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":139,"s":[77.79],"e":[64.79]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":163,"s":[64.79],"e":[49.79]},{"t":177}],"ix":10},"p":{"a":0,"k":[250.547,-256.574,0],"ix":2},"a":{"a":0,"k":[247.023,-237.905,0],"ix":1},"s":{"a":0,"k":[92.112,92.112,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.75,-7],[0,0],[-2.959,0.493],[-0.469,1.185]],"o":[[0,0],[-1.75,7],[0,0],[1.5,-0.25],[2.579,-6.514]],"v":[[249.649,-260.996],[243.25,-249.75],[242.5,-238.75],[250.674,-234.682],[251.19,-251.847]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.145098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"fl 17","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":89,"s":[165.374],"e":[166.067]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":93,"s":[166.067],"e":[166.894]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":97,"s":[166.894],"e":[181.834]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":101,"s":[181.834],"e":[193.172]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":105,"s":[193.172],"e":[201.084]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":109,"s":[201.084],"e":[203.556]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":113,"s":[203.556],"e":[204.517]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":117,"s":[204.517],"e":[205.23]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":121,"s":[205.23],"e":[205.698]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":125,"s":[205.698],"e":[205.923]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":129,"s":[205.923],"e":[205.902]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":133,"s":[205.902],"e":[205.617]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":137,"s":[205.617],"e":[205.027]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":141,"s":[205.027],"e":[204.047]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":145,"s":[204.047],"e":[202.58]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":149,"s":[202.58],"e":[200.949]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":153,"s":[200.949],"e":[198.48]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":157,"s":[198.48],"e":[192.707]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":161,"s":[192.707],"e":[185.076]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":165,"s":[185.076],"e":[169.875]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":169,"s":[169.875],"e":[164.508]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":173,"s":[164.508],"e":[165.374]},{"t":177}],"ix":10},"p":{"a":0,"k":[76.025,64.095,0],"ix":2},"a":{"a":0,"k":[247.023,-237.905,0],"ix":1},"s":{"a":0,"k":[81.375,81.375,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.75,-7],[0,0],[-2.959,0.493],[-0.25,1.25],[1.565,1.524]],"o":[[0,0],[-1.75,7],[0,0],[1.5,-0.25],[0.119,-0.593],[-1.733,-1.688]],"v":[[247.5,-260.5],[240.737,-250.311],[242.5,-238.75],[251.5,-236.5],[254,-253.5],[251.721,-258.724]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.145098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"fl 18","parent":18,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":89,"s":[-1.177],"e":[-39.107]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":102,"s":[-39.107],"e":[-59.681]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":106,"s":[-59.681],"e":[-75.29]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":110,"s":[-75.29],"e":[-78.332]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":114,"s":[-78.332],"e":[-81.197]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":118,"s":[-81.197],"e":[-83.866]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":122,"s":[-83.866],"e":[-86.319]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":126,"s":[-86.319],"e":[-88.529]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":130,"s":[-88.529],"e":[-90.483]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":134,"s":[-90.483],"e":[-92.134]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":138,"s":[-92.134],"e":[-93.363]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":142,"s":[-93.363],"e":[-93.888]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":146,"s":[-93.888],"e":[-93.072]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":150,"s":[-93.072],"e":[-90.797]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":154,"s":[-90.797],"e":[-82.135]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":158,"s":[-82.135],"e":[-65.753]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":162,"s":[-65.753],"e":[-44.367]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":166,"s":[-44.367],"e":[-1.177]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":170,"s":[-1.177],"e":[-1.177]},{"t":177}],"ix":10},"p":{"a":0,"k":[250.094,-256.23,0],"ix":2},"a":{"a":0,"k":[247.023,-237.905,0],"ix":1},"s":{"a":0,"k":[82.101,82.101,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.75,-7],[0,0],[-2.959,0.493],[0.259,1.248]],"o":[[0,0],[-1.75,7],[0,0],[1.5,-0.25],[-1.36,-6.567]],"v":[[247.5,-260.5],[243.25,-249.75],[242.5,-238.75],[251.5,-236.5],[257.615,-254.451]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.145098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":20,"ty":4,"nm":"fl 19","parent":19,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":89,"s":[-31.21],"e":[-50.21]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":110,"s":[-50.21],"e":[-50.21]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":156,"s":[-50.21],"e":[-31.21]},{"t":177}],"ix":10},"p":{"a":0,"k":[250.547,-256.574,0],"ix":2},"a":{"a":0,"k":[247.023,-237.905,0],"ix":1},"s":{"a":0,"k":[92.112,92.112,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.782,-3.049],[0,0],[-2.496,1.664],[-0.292,1.241]],"o":[[0,0],[-1.793,6.989],[0,0],[4.601,-3.067],[4.361,-18.536]],"v":[[245.244,-255.521],[243.25,-249.75],[242.52,-238.176],[252.496,-233.956],[251.19,-251.847]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.145098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0}]},{"id":"comp_3","layers":[{"ddd":0,"ind":5,"ty":4,"nm":"fr 5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":89,"s":[495.689],"e":[474.846]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":93,"s":[474.846],"e":[458.042]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":97,"s":[458.042],"e":[441.922]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":101,"s":[441.922],"e":[433.32]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":105,"s":[433.32],"e":[432.261]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":109,"s":[432.261],"e":[431.199]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":113,"s":[431.199],"e":[430.128]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":117,"s":[430.128],"e":[429.042]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":121,"s":[429.042],"e":[427.941]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":125,"s":[427.941],"e":[426.832]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":129,"s":[426.832],"e":[425.735]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":133,"s":[425.735],"e":[424.703]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":137,"s":[424.703],"e":[423.968]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":141,"s":[423.968],"e":[424.134]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":145,"s":[424.134],"e":[424.896]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":149,"s":[424.896],"e":[425.841]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":153,"s":[425.841],"e":[426.863]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":157,"s":[426.863],"e":[427.922]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":161,"s":[427.922],"e":[429.007]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":165,"s":[429.007],"e":[440.93]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":169,"s":[440.93],"e":[463.067]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":173,"s":[463.067],"e":[495.689]},{"t":177}],"ix":10},"p":{"a":0,"k":[92.496,60.238,0],"ix":2},"a":{"a":0,"k":[247.023,-237.905,0],"ix":1},"s":{"a":0,"k":[83.216,83.216,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.75,-7],[0,0],[-2.959,0.493],[-0.25,1.25],[1.565,1.524]],"o":[[0,0],[-1.75,7],[0,0],[1.5,-0.25],[0.119,-0.593],[-1.733,-1.688]],"v":[[246.436,-260.669],[241.331,-250.35],[242.5,-238.75],[251.5,-236.5],[254,-253.5],[251.805,-259.259]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.145098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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.557,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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"fr 6","parent":5,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":89,"s":[32.278],"e":[63.373]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":93,"s":[63.373],"e":[81.772]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":97,"s":[81.772],"e":[94.115]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":101,"s":[94.115],"e":[98.976]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":105,"s":[98.976],"e":[99.58]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":109,"s":[99.58],"e":[100.211]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":113,"s":[100.211],"e":[100.881]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":117,"s":[100.881],"e":[101.6]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":121,"s":[101.6],"e":[102.386]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":125,"s":[102.386],"e":[103.257]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":129,"s":[103.257],"e":[104.242]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":133,"s":[104.242],"e":[105.401]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":137,"s":[105.401],"e":[106.788]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":141,"s":[106.788],"e":[107.901]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":145,"s":[107.901],"e":[108.373]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":149,"s":[108.373],"e":[108.503]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":153,"s":[108.503],"e":[108.435]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":157,"s":[108.435],"e":[108.232]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":161,"s":[108.232],"e":[107.924]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":165,"s":[107.924],"e":[101.548]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":169,"s":[101.548],"e":[80.977]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":173,"s":[80.977],"e":[32.278]},{"t":177}],"ix":10},"p":{"a":0,"k":[250.094,-256.23,0],"ix":2},"a":{"a":0,"k":[247.023,-237.905,0],"ix":1},"s":{"a":0,"k":[82.101,82.101,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.75,-7],[0,0],[-2.99,-0.242],[1.786,2.05]],"o":[[0,0],[-1.75,7],[0,0],[2.69,0.218],[-1.786,-2.05]],"v":[[247.5,-260.5],[242.338,-249.552],[242.5,-238.75],[252.214,-237.61],[254.714,-254.61]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.145098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"fr 7","parent":6,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":89,"s":[-9.671],"e":[62.329]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":103,"s":[62.329],"e":[69.329]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":167,"s":[69.329],"e":[-9.671]},{"t":177}],"ix":10},"p":{"a":0,"k":[250.547,-256.574,0],"ix":2},"a":{"a":0,"k":[247.023,-237.905,0],"ix":1},"s":{"a":0,"k":[92.112,92.112,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.75,-7],[0,0],[-2.959,0.493],[-0.469,1.185]],"o":[[0,0],[-1.75,7],[0,0],[1.5,-0.25],[2.579,-6.514]],"v":[[249.649,-260.996],[243.25,-249.75],[242.5,-238.75],[250.674,-234.682],[251.19,-251.847]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.145098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"fr 8","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":89,"s":[559.939],"e":[557.127]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":93,"s":[557.127],"e":[553.69]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":97,"s":[553.69],"e":[568.609]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":101,"s":[568.609],"e":[574.699]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":105,"s":[574.699],"e":[575.502]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":109,"s":[575.502],"e":[574.87]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":113,"s":[574.87],"e":[574.511]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":117,"s":[574.511],"e":[574.091]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":121,"s":[574.091],"e":[573.608]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":125,"s":[573.608],"e":[573.065]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":129,"s":[573.065],"e":[572.471]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":133,"s":[572.471],"e":[571.824]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":137,"s":[571.824],"e":[571.141]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":141,"s":[571.141],"e":[571.155]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":145,"s":[571.155],"e":[572.144]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":149,"s":[572.144],"e":[572.975]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":153,"s":[572.975],"e":[574.788]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":157,"s":[574.788],"e":[576.813]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":161,"s":[576.813],"e":[573.797]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":165,"s":[573.797],"e":[559.988]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":169,"s":[559.988],"e":[556.113]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":173,"s":[556.113],"e":[559.939]},{"t":177}],"ix":10},"p":{"a":0,"k":[73.039,67.59,0],"ix":2},"a":{"a":0,"k":[247.023,-237.905,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.75,-7],[0,0],[-2.959,0.493],[-0.25,1.25],[1.565,1.524]],"o":[[0,0],[-1.75,7],[0,0],[1.5,-0.25],[0.119,-0.593],[-1.733,-1.688]],"v":[[247.5,-260.5],[243.25,-249.75],[242.5,-238.75],[251.5,-236.5],[254,-253.5],[251.721,-258.724]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.145098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"fr 9","parent":8,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":89,"s":[-1.177],"e":[-43.361]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":101,"s":[-43.361],"e":[-69.047]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":105,"s":[-69.047],"e":[-86.568]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":109,"s":[-86.568],"e":[-91.666]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":113,"s":[-91.666],"e":[-93.542]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":117,"s":[-93.542],"e":[-95.363]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":121,"s":[-95.363],"e":[-97.135]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":125,"s":[-97.135],"e":[-98.856]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":129,"s":[-98.856],"e":[-100.514]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":133,"s":[-100.514],"e":[-102.143]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":137,"s":[-102.143],"e":[-103.771]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":141,"s":[-103.771],"e":[-104.83]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":145,"s":[-104.83],"e":[-103.56]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":149,"s":[-103.56],"e":[-102.161]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":153,"s":[-102.161],"e":[-97.851]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":157,"s":[-97.851],"e":[-82.068]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":161,"s":[-82.068],"e":[-60.098]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":165,"s":[-60.098],"e":[-18.305]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":169,"s":[-18.305],"e":[-1.177]},{"t":177}],"ix":10},"p":{"a":0,"k":[250.094,-256.23,0],"ix":2},"a":{"a":0,"k":[247.023,-237.905,0],"ix":1},"s":{"a":0,"k":[82.101,82.101,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.75,-7],[0,0],[-2.959,0.493],[-0.25,1.25]],"o":[[0,0],[-1.75,7],[0,0],[1.5,-0.25],[0.25,-1.25]],"v":[[247.5,-260.5],[243.25,-249.75],[242.5,-238.75],[251.5,-236.5],[254,-253.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.145098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"fr 10","parent":9,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":89,"s":[-13.671],"e":[-42.671]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":110,"s":[-42.671],"e":[-53.171]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":156,"s":[-53.171],"e":[-13.671]},{"t":177}],"ix":10},"p":{"a":0,"k":[250.547,-256.574,0],"ix":2},"a":{"a":0,"k":[247.023,-237.905,0],"ix":1},"s":{"a":0,"k":[92.112,92.112,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.75,-7],[0,0],[-2.959,0.493],[-0.469,1.185]],"o":[[0,0],[-1.75,7],[0,0],[1.5,-0.25],[2.579,-6.514]],"v":[[249.649,-260.996],[243.25,-249.75],[242.5,-238.75],[250.674,-234.682],[251.19,-251.847]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.145098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"fr 11","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":89,"s":[532.532],"e":[546.568]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":93,"s":[546.568],"e":[550.701]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":97,"s":[550.701],"e":[550.781]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":101,"s":[550.781],"e":[548.015]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":105,"s":[548.015],"e":[546.522]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":109,"s":[546.522],"e":[545.977]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":113,"s":[545.977],"e":[545.4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":117,"s":[545.4],"e":[544.793]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":121,"s":[544.793],"e":[544.156]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":125,"s":[544.156],"e":[543.488]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":129,"s":[543.488],"e":[542.793]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":133,"s":[542.793],"e":[542.077]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":137,"s":[542.077],"e":[541.33]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":141,"s":[541.33],"e":[540.543]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":145,"s":[540.543],"e":[539.724]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":149,"s":[539.724],"e":[538.845]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":153,"s":[538.845],"e":[539.519]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":157,"s":[539.519],"e":[540.254]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":161,"s":[540.254],"e":[544.875]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":165,"s":[544.875],"e":[550.03]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":169,"s":[550.03],"e":[549.8]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":173,"s":[549.8],"e":[532.532]},{"t":177}],"ix":10},"p":{"a":0,"k":[80.993,71.151,0],"ix":2},"a":{"a":0,"k":[247.023,-237.905,0],"ix":1},"s":{"a":0,"k":[92.807,92.807,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.75,-7],[0,0],[-2.959,0.493],[-0.25,1.25],[1.565,1.524]],"o":[[0,0],[-1.75,7],[0,0],[1.5,-0.25],[0.119,-0.593],[-1.733,-1.688]],"v":[[247.5,-260.5],[243.25,-249.75],[242.5,-238.75],[251.5,-236.5],[254,-253.5],[251.721,-258.724]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.145098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"fr 12","parent":11,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":89,"s":[-1.177],"e":[-41.608]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":93,"s":[-41.608],"e":[-62.399]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":97,"s":[-62.399],"e":[-76.562]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":101,"s":[-76.562],"e":[-86.909]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":105,"s":[-86.909],"e":[-89.621]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":109,"s":[-89.621],"e":[-90.418]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":113,"s":[-90.418],"e":[-91.176]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":117,"s":[-91.176],"e":[-91.896]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":121,"s":[-91.896],"e":[-92.578]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":125,"s":[-92.578],"e":[-93.221]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":129,"s":[-93.221],"e":[-93.823]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":133,"s":[-93.823],"e":[-94.378]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":137,"s":[-94.378],"e":[-94.894]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":141,"s":[-94.894],"e":[-95.37]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":145,"s":[-95.37],"e":[-95.791]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":149,"s":[-95.791],"e":[-96.081]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":153,"s":[-96.081],"e":[-95.455]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":157,"s":[-95.455],"e":[-94.91]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":161,"s":[-94.91],"e":[-90.359]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":165,"s":[-90.359],"e":[-77.555]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":169,"s":[-77.555],"e":[-57.524]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":173,"s":[-57.524],"e":[-1.177]},{"t":177}],"ix":10},"p":{"a":0,"k":[250.094,-256.23,0],"ix":2},"a":{"a":0,"k":[247.023,-237.905,0],"ix":1},"s":{"a":0,"k":[82.101,82.101,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.75,-7],[0,0],[-2.959,0.493],[-0.25,1.25]],"o":[[0,0],[-1.75,7],[0,0],[1.5,-0.25],[0.25,-1.25]],"v":[[247.5,-260.5],[243.25,-249.75],[242.5,-238.75],[251.5,-236.5],[254,-253.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.145098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"fr 13","parent":12,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":89,"s":[-24.671],"e":[-60.671]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":106,"s":[-60.671],"e":[-64.071]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":163,"s":[-64.071],"e":[-24.671]},{"t":177}],"ix":10},"p":{"a":0,"k":[250.547,-256.574,0],"ix":2},"a":{"a":0,"k":[247.023,-237.905,0],"ix":1},"s":{"a":0,"k":[92.112,92.112,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.75,-7],[0,0],[-2.959,0.493],[-0.469,1.185]],"o":[[0,0],[-1.75,7],[0,0],[1.5,-0.25],[2.579,-6.514]],"v":[[249.649,-260.996],[243.25,-249.75],[242.5,-238.75],[250.674,-234.682],[251.19,-251.847]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.145098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"fr 14","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":89,"s":[593.639],"e":[590.338]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":93,"s":[590.338],"e":[586.379]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":97,"s":[586.379],"e":[581.598]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":101,"s":[581.598],"e":[593.963]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":105,"s":[593.963],"e":[597.141]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":109,"s":[597.141],"e":[595.77]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":113,"s":[595.77],"e":[595.555]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":117,"s":[595.555],"e":[595.331]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":121,"s":[595.331],"e":[595.09]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":125,"s":[595.09],"e":[594.837]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":129,"s":[594.837],"e":[594.574]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":133,"s":[594.574],"e":[594.3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":137,"s":[594.3],"e":[594.013]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":141,"s":[594.013],"e":[593.711]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":145,"s":[593.711],"e":[593.399]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":149,"s":[593.399],"e":[593.081]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":153,"s":[593.081],"e":[592.737]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":157,"s":[592.737],"e":[596.953]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":161,"s":[596.953],"e":[593.563]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":165,"s":[593.563],"e":[582.887]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":169,"s":[582.887],"e":[588.346]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":173,"s":[588.346],"e":[593.639]},{"t":177}],"ix":10},"p":{"a":0,"k":[65.773,62.172,0],"ix":2},"a":{"a":0,"k":[247.023,-237.905,0],"ix":1},"s":{"a":0,"k":[81.375,81.375,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.75,-7],[0,0],[-2.959,0.493],[-0.25,1.25],[1.565,1.524]],"o":[[0,0],[-1.75,7],[0,0],[1.5,-0.25],[0.119,-0.593],[-1.733,-1.688]],"v":[[247.5,-260.5],[240.737,-250.311],[242.5,-238.75],[251.5,-236.5],[254,-253.5],[251.721,-258.724]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.145098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"fr 15","parent":14,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":89,"s":[-4.944],"e":[-44.634]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":105,"s":[-44.634],"e":[-67.298]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":109,"s":[-67.298],"e":[-78.584]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":113,"s":[-78.584],"e":[-79.284]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":117,"s":[-79.284],"e":[-79.951]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":121,"s":[-79.951],"e":[-80.616]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":125,"s":[-80.616],"e":[-81.26]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":129,"s":[-81.26],"e":[-81.881]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":133,"s":[-81.881],"e":[-82.483]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":137,"s":[-82.483],"e":[-83.071]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":141,"s":[-83.071],"e":[-83.647]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":145,"s":[-83.647],"e":[-84.204]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":149,"s":[-84.204],"e":[-84.734]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":153,"s":[-84.734],"e":[-85.272]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":157,"s":[-85.272],"e":[-70.245]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":161,"s":[-70.245],"e":[-43.283]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":165,"s":[-43.283],"e":[-4.944]},{"t":177}],"ix":10},"p":{"a":0,"k":[248.445,-256.09,0],"ix":2},"a":{"a":0,"k":[247.023,-237.905,0],"ix":1},"s":{"a":0,"k":[82.101,82.101,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.75,-7],[0,0],[-2.959,0.493],[0.259,1.248]],"o":[[0,0],[-1.75,7],[0,0],[1.5,-0.25],[-1.36,-6.567]],"v":[[247.5,-260.5],[243.25,-249.75],[242.5,-238.75],[251.5,-236.5],[257.615,-254.451]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.145098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"fr 16","parent":15,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":89,"s":[-4.671],"e":[-41.671]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":112,"s":[-41.671],"e":[-44.052]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":157,"s":[-44.052],"e":[-4.671]},{"t":177}],"ix":10},"p":{"a":0,"k":[250.119,-256.578,0],"ix":2},"a":{"a":0,"k":[247.023,-237.905,0],"ix":1},"s":{"a":0,"k":[92.112,92.112,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.782,-3.049],[0,0],[-2.496,1.664],[-0.292,1.241]],"o":[[0,0],[-1.793,6.989],[0,0],[4.601,-3.067],[4.361,-18.536]],"v":[[245.244,-255.521],[243.25,-249.75],[242.52,-238.176],[252.496,-233.956],[251.19,-251.847]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.145098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":" 1","parent":6,"td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-12.497,-66,0],"ix":2},"a":{"a":0,"k":[-12.5,-66,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[21,5.5],[0.283,-6.293],[0,0],[0,0],[-6.55,13.734],[0,0.874]],"o":[[-3.608,-0.945],[-0.329,7.309],[0,0],[0,0],[6.55,-13.734],[0,-1.5]],"v":[[18.5,-215],[16.876,-199.051],[14,-181.5],[31,-150],[37.45,-141.766],[45,-163.5]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.258823529412,0.137254901961,0.211764705882,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"fl","c":{"a":0,"k":[0.258823529412,0.137254901961,0.211764705882,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-13,-112],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[122.56,122.56],"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":"Polystar 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":" 2","parent":6,"tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":88.801,"s":[-26.605,-53.333,0],"e":[-28.855,-53.958,0],"to":[-0.375,-0.10416666418314,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":136.801,"s":[-28.855,-53.958,0],"e":[-26.605,-53.333,0],"to":[0,0,0],"ti":[-0.375,-0.10416666418314,0]},{"t":192}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[14.653,-15.59]],"o":[[0,0],[-6.686,7.114]],"v":[[69.25,-130],[51.25,-126]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.603921568627,0.062745098039,0.227450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"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 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.11,6.404],[0,0]],"o":[[0,0],[-2.83,-16.332],[0,0]],"v":[[66.75,-97.25],[64.33,-127.918],[49.25,-158]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.603921568627,0.062745098039,0.227450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"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 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-1.75,2],[0,0]],"o":[[0,0],[0,0],[1.75,-2],[0,0]],"v":[[47.5,-115],[66.75,-96.25],[69.25,-96.5],[72.375,-103.125]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.603921568627,0.062745098039,0.227450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":3,"nm":" 5","sr":1,"ks":{"o":{"a":0,"k":55,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[356,366,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":" 6","parent":34,"sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":88.801,"s":[4,-69.75,0],"e":[-7,-69.75,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":136.801,"s":[-7,-69.75,0],"e":[4,-69.75,0],"to":[0,0,0],"ti":[0,0,0]},{"t":192}],"ix":2},"a":{"a":0,"k":[-12.5,-66,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[21,5.5],[0.283,-6.293],[0,0],[0,0],[-6.55,13.734],[0,0.874]],"o":[[-3.608,-0.945],[-0.329,7.309],[0,0],[0,0],[6.55,-13.734],[0,-1.5]],"v":[[18.5,-215],[16.876,-199.051],[14,-181.5],[31,-150],[37.45,-141.766],[45,-163.5]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.144592030843,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.144592030843,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-13,-112],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[122.56,122.56],"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":"Polystar 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":0,"nm":" 7","parent":31,"refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":88.801,"s":[-16.25,-131.25,0],"e":[-28.75,-131.25,0],"to":[-2.08333325386047,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":136.801,"s":[-28.75,-131.25,0],"e":[-16.25,-131.25,0],"to":[0,0,0],"ti":[-2.08333325386047,0,0]},{"t":192}],"ix":2},"a":{"a":0,"k":[300,252,0],"ix":1},"s":{"a":0,"k":[117.04,117.04,100],"ix":6}},"ao":0,"w":564,"h":676,"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":" 8","parent":34,"td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-12,-70.5,0],"ix":2},"a":{"a":0,"k":[-12.5,-66,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-4.532,-36.854],[0,0],[0,0],[0,0],[5.072,16.856],[0,0],[0,0],[-19.492,0.332],[0,0]],"o":[[0,0],[1.544,12.557],[0,0],[0,0],[0,0],[-5.072,-16.856],[0,0],[0,0],[19.492,-0.332],[0,0]],"v":[[50.05,-9.353],[61.239,32.249],[34.593,54.61],[0.408,37.426],[-30.659,56.136],[-55.714,27.463],[-60.601,-12.38],[-43.35,-48.892],[4.985,-63.719],[44.723,-49.742]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.258823529412,0.137254901961,0.211764705882,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-13,-112],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[122.56,122.56],"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":"Polystar 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":0,"nm":"mb","parent":31,"tt":1,"refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-21,-87.232,0],"ix":2},"a":{"a":0,"k":[282,338,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":564,"h":676,"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":0,"nm":" 12","parent":27,"refId":"comp_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-102.83,"ix":10},"p":{"a":0,"k":[186.789,-210.123,0],"ix":2},"a":{"a":0,"k":[89.362,58.645,0],"ix":1},"s":{"a":0,"k":[104.554,104.554,100],"ix":6}},"ao":0,"w":198,"h":212,"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":0,"nm":" 13","parent":39,"refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":216.592,"ix":10},"p":{"a":0,"k":[206.235,-219.805,0],"ix":2},"a":{"a":0,"k":[67.3,77.32,0],"ix":1},"s":{"a":0,"k":[104.554,104.554,100],"ix":6}},"ao":0,"w":163,"h":179,"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":18,"ty":3,"nm":"Null 11","sr":2,"ks":{"o":{"a":0,"k":55,"ix":11},"r":{"a":0,"k":-42.6,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":0.962},"o":{"x":0.333,"y":0},"n":"0p667_0p962_0p333_0","t":24,"s":[290,414,0],"e":[290,382.208,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0.055},"n":"0p833_1_0p333_0p055","t":45.6,"s":[290,382.208,0],"e":[290,414,0],"to":[0,0,0],"ti":[0,0,0]},{"t":76.80078125}],"ix":2,"x":"var $bm_rt;\n$bm_rt = loopOut();"},"a":{"a":0,"k":[50,47,0],"ix":1},"s":{"a":0,"k":[142.553,142.553,100],"ix":6}},"ao":0,"ip":-132,"op":588,"st":-132,"bm":0},{"ddd":0,"ind":21,"ty":4,"nm":" 16","parent":23,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":88,"s":[34.239],"e":[8.197]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":144,"s":[8.197],"e":[-8.089]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":148,"s":[-8.089],"e":[-22.971]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":152,"s":[-22.971],"e":[-37.423]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":156,"s":[-37.423],"e":[-49.137]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":160,"s":[-49.137],"e":[-59.89]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":164,"s":[-59.89],"e":[-67.539]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":168,"s":[-67.539],"e":[-70.96]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":172,"s":[-70.96],"e":[-68.401]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":176,"s":[-68.401],"e":[-55.292]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":180,"s":[-55.292],"e":[-31.272]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":184,"s":[-31.272],"e":[34.239]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":188,"s":[34.239],"e":[34.239]},{"t":192}],"ix":10},"p":{"a":0,"k":[-11.031,-5.841,0],"ix":2},"a":{"a":0,"k":[-15.276,-99.02,0],"ix":1},"s":{"a":0,"k":[-100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[12.859,-35.078],[-6.174,12.496],[-0.734,11.746],[3.103,3.715],[5.055,-0.226],[1.925,1.475],[1.044,-2.351],[-0.555,-5.814],[-1.023,-3.068],[1.193,-2.319],[1.869,3.812]],"o":[[0,0],[-8.181,22.318],[7.187,-14.547],[0.137,-2.198],[-1.805,-2.16],[-4.281,0.192],[-5.526,-4.236],[-0.996,2.244],[0.275,2.877],[2.714,8.141],[-0.373,0.725],[-2.254,-4.599]],"v":[[-27.971,-71.165],[-32.138,-17.541],[-8.2,-37.295],[-3.171,-72.541],[2.178,-90.625],[-20.523,-105.098],[-20.263,-93.402],[-31.817,-97.72],[-27.976,-78.719],[-20.883,-74.599],[-19.325,-54.829],[-20.987,-69.24]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.144592030843,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":22,"ty":4,"nm":" 17","parent":23,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-225.858,"ix":10},"p":{"a":0,"k":[-32.641,-63.013,0],"ix":2},"a":{"a":0,"k":[49.445,-51.749,0],"ix":1},"s":{"a":0,"k":[-92.73,102.427,100],"ix":6}},"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":[[35.871,-58.329],[40.088,-70.33],[30.349,-74.221],[34.429,-84.984]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.964705882353,0.086274509804,0.388235294118,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"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.375,"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":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[57.146,-85.84],[52.427,-61.466],[65.009,-64.826],[65.652,-45.471]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.964705882353,0.086274509804,0.388235294118,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":23,"ty":4,"nm":" 18","parent":35,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":88,"s":[-10.805],"e":[-16.233]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":92,"s":[-16.233],"e":[-21.608]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":96,"s":[-21.608],"e":[-26.778]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[-26.778],"e":[-31.905]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":104,"s":[-31.905],"e":[-37.027]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":108,"s":[-37.027],"e":[-42.142]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":112,"s":[-42.142],"e":[-47.253]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":116,"s":[-47.253],"e":[-52.448]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":120,"s":[-52.448],"e":[-57.173]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":124,"s":[-57.173],"e":[-60.511]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":128,"s":[-60.511],"e":[-63.015]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":132,"s":[-63.015],"e":[-64.26]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":136,"s":[-64.26],"e":[-64.055]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":140,"s":[-64.055],"e":[-48.583]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":144,"s":[-48.583],"e":[-37.182]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":148,"s":[-37.182],"e":[-26.406]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":152,"s":[-26.406],"e":[-15.779]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":156,"s":[-15.779],"e":[-5.789]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":160,"s":[-5.789],"e":[6.624]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":164,"s":[6.624],"e":[19.016]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":168,"s":[19.016],"e":[30.294]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":172,"s":[30.294],"e":[37.83]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":176,"s":[37.83],"e":[37.488]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":180,"s":[37.488],"e":[29.693]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":184,"s":[29.693],"e":[-2.558]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":188,"s":[-2.558],"e":[-10.805]},{"t":192}],"ix":10},"p":{"a":0,"k":[20.5,-61,0],"ix":2},"a":{"a":0,"k":[21.938,-84.847,0],"ix":1},"s":{"a":0,"k":[94.9,94.9,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.924,-1.279],[14.902,-2.954],[10.725,-8.706],[0.398,5.776],[0,0],[-8.948,6.657],[-1.25,-5.016],[-13.721,5.834],[0.617,11.848],[-2.988,-2.418],[-0.77,0.483]],"o":[[0,0],[-17.136,11.395],[-19.804,3.926],[-7.436,6.036],[-1.103,-16],[0,0],[3.459,-2.573],[1.687,6.77],[1.283,-0.546],[-0.367,-7.04],[2.988,2.418],[21.02,-13.177]],"v":[[52.05,-76.665],[22.193,-22.896],[-6.312,7.024],[-25.726,-6.367],[-42.43,-9.247],[-32.233,-68.976],[-13.929,-103.849],[-4.832,-101.975],[4.193,-95.498],[5.407,-107.313],[13.385,-106.273],[15.547,-91.48]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.145098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":26,"ty":4,"nm":" 24","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[282,338,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":27,"ty":4,"nm":" 25","parent":28,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":88,"s":[59.876],"e":[14.6]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":130,"s":[14.6],"e":[59.118]},{"t":191}],"ix":10},"p":{"a":0,"k":[101.828,-166,0],"ix":2},"a":{"a":0,"k":[166.578,-198.25,0],"ix":1},"s":{"a":0,"k":[95.644,95.644,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.5,1],[0,0],[0,0],[-2.422,-3.851],[0,0],[-6.25,0.25],[-0.5,0.75],[5.058,3.392]],"o":[[-8.5,-1],[0,0],[0,0],[2.422,3.851],[0,0],[6.25,-0.25],[0.5,-0.75],[-1.468,-0.985]],"v":[[185.25,-235.75],[174.5,-218.25],[165.535,-206.382],[164.387,-195.382],[175.071,-191.651],[194.556,-193.322],[198.414,-203.665],[206.75,-218]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.145098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":28,"ty":4,"nm":" 26","parent":30,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":88,"s":[27.597],"e":[26.558]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":92,"s":[26.558],"e":[25.553]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":96,"s":[25.553],"e":[24.508]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[24.508],"e":[23.399]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":104,"s":[23.399],"e":[22.21]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":108,"s":[22.21],"e":[20.92]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":112,"s":[20.92],"e":[19.499]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":116,"s":[19.499],"e":[17.918]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":120,"s":[17.918],"e":[16.123]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":124,"s":[16.123],"e":[13.957]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":128,"s":[13.957],"e":[12.475]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":132,"s":[12.475],"e":[13.889]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":136,"s":[13.889],"e":[15.286]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":140,"s":[15.286],"e":[16.612]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":144,"s":[16.612],"e":[17.869]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":148,"s":[17.869],"e":[19.056]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":152,"s":[19.056],"e":[20.173]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":156,"s":[20.173],"e":[21.225]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":160,"s":[21.225],"e":[22.222]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":164,"s":[22.222],"e":[23.167]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":168,"s":[23.167],"e":[24.059]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":172,"s":[24.059],"e":[24.907]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":176,"s":[24.907],"e":[25.718]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":180,"s":[25.718],"e":[26.487]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":184,"s":[26.487],"e":[27.2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":188,"s":[27.2],"e":[27.597]},{"t":192}],"ix":10},"p":{"a":0,"k":[109.477,-178.068,0],"ix":2},"a":{"a":0,"k":[25.519,-130.524,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.75,-2],[22.996,-9.12],[0,0],[-68,-12],[-1.375,2.25],[-1.75,1.25],[1.284,-4.619],[12.997,0.642]],"o":[[-1.75,2],[-8.583,3.404],[0,0],[5.5,5],[1.375,-2.25],[1.75,-1.25],[-1.867,6.72],[-27.84,-1.376]],"v":[[81,-177],[65.004,-154.88],[35,-157.5],[47.5,-117.5],[88,-142.5],[87,-151.5],[92.716,-146.381],[113.34,-170.874]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.144592030843,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":29,"ty":4,"nm":" 27","parent":30,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-193.218,"ix":10},"p":{"a":0,"k":[52.204,-184.58,0],"ix":2},"a":{"a":0,"k":[49.445,-51.749,0],"ix":1},"s":{"a":0,"k":[-88,97.203,100],"ix":6}},"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":[[45.108,-52.878],[48.057,-64.962],[39.989,-70.589],[43.572,-78.386]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.964705882353,0.086274509804,0.388235294118,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"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.375,"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":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[82.512,-74.314],[74.849,-61.345],[66.381,-64.496],[52.237,-49.441]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.964705882353,0.086274509804,0.388235294118,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":30,"ty":4,"nm":" 28","parent":31,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":88,"s":[57.543],"e":[58.787]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":92,"s":[58.787],"e":[60.009]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":96,"s":[60.009],"e":[61.254]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[61.254],"e":[62.529]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":104,"s":[62.529],"e":[63.839]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":108,"s":[63.839],"e":[65.2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":112,"s":[65.2],"e":[66.627]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":116,"s":[66.627],"e":[68.135]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":120,"s":[68.135],"e":[69.749]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":124,"s":[69.749],"e":[71.552]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":128,"s":[71.552],"e":[72.526]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":132,"s":[72.526],"e":[71.32]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":136,"s":[71.32],"e":[70.124]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":140,"s":[70.124],"e":[68.966]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":144,"s":[68.966],"e":[67.841]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":148,"s":[67.841],"e":[66.75]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":152,"s":[66.75],"e":[65.696]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":156,"s":[65.696],"e":[64.677]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":160,"s":[64.677],"e":[63.685]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":164,"s":[63.685],"e":[62.717]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":168,"s":[62.717],"e":[61.779]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":172,"s":[61.779],"e":[60.86]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":176,"s":[60.86],"e":[59.955]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":180,"s":[59.955],"e":[59.068]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":184,"s":[59.068],"e":[58.215]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":188,"s":[58.215],"e":[57.543]},{"t":192}],"ix":10},"p":{"a":0,"k":[59.5,-128,0],"ix":2},"a":{"a":0,"k":[49,-136,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.156,-3.037],[-0.733,-3.768],[0,0],[0,0],[0,0],[0,0],[1.25,10.929],[0,0],[0,0],[3.456,-4.38],[-0.605,1.838],[-1.264,-0.863],[-1.229,1.508],[0,0]],"o":[[-0.083,1.62],[0.733,3.768],[0,0],[0,0],[0,0],[0,0],[-1.25,-10.929],[0,0],[0,0],[-2.187,2.772],[1.227,-3.727],[3.345,2.284],[1.34,-1.644],[0,0]],"v":[[73.061,-268.844],[70.08,-259.271],[72.565,-251.174],[94.199,-211.626],[124.493,-149.164],[149.076,-145.433],[155.775,-157.271],[149.442,-186.239],[115.403,-228.645],[104.091,-226.345],[100.521,-227.1],[102.003,-233.779],[106.01,-234.795],[91.222,-253.056]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.144592030843,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-26.741,-4.047],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[98.894,98.894],"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":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-68,-12],[0,0],[0,0],[9.34,22.876],[0,0]],"o":[[0,0],[0,0],[5.5,5],[0,0],[0,0],[-9.34,-22.876],[0,0]],"v":[[72.575,-205.463],[34,-170.5],[69,-106],[88,-111],[118.5,-141.5],[124.84,-178.624],[95.552,-204.36]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.144592030843,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":31,"ty":4,"nm":" 29","parent":34,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-12,-70.5,0],"ix":2},"a":{"a":0,"k":[-12.5,-66,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":88,"s":[{"i":[[0,0],[14.642,-32.657],[0,0],[0,0],[0,0],[5.072,16.856],[0,0],[0,0],[-19.492,0.332],[0,0]],"o":[[0,0],[-5.176,11.544],[0,0],[0,0],[0,0],[-5.072,-16.856],[0,0],[0,0],[19.492,-0.332],[0,0]],"v":[[66.776,-17.92],[61.239,32.249],[34.593,54.61],[0.408,37.426],[-30.659,56.136],[-55.714,27.463],[-60.601,-12.38],[-43.35,-48.892],[4.985,-63.719],[44.723,-49.742]],"c":true}],"e":[{"i":[[0,0],[14.642,-32.657],[0,0],[0,0],[0,0],[5.072,16.856],[0,0],[0,0],[-19.492,0.332],[0,0]],"o":[[0,0],[-5.176,11.544],[0,0],[0,0],[0,0],[-5.072,-16.856],[0,0],[0,0],[19.492,-0.332],[0,0]],"v":[[66.776,-17.92],[61.239,32.249],[34.593,54.61],[-12.239,37.834],[-30.659,56.136],[-55.714,27.463],[-60.601,-12.38],[-43.35,-48.892],[4.985,-63.719],[44.723,-49.742]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":134,"s":[{"i":[[0,0],[14.642,-32.657],[0,0],[0,0],[0,0],[5.072,16.856],[0,0],[0,0],[-19.492,0.332],[0,0]],"o":[[0,0],[-5.176,11.544],[0,0],[0,0],[0,0],[-5.072,-16.856],[0,0],[0,0],[19.492,-0.332],[0,0]],"v":[[66.776,-17.92],[61.239,32.249],[34.593,54.61],[-12.239,37.834],[-30.659,56.136],[-55.714,27.463],[-60.601,-12.38],[-43.35,-48.892],[4.985,-63.719],[44.723,-49.742]],"c":true}],"e":[{"i":[[0,0],[14.642,-32.657],[0,0],[0,0],[0,0],[5.072,16.856],[0,0],[0,0],[-19.492,0.332],[0,0]],"o":[[0,0],[-5.176,11.544],[0,0],[0,0],[0,0],[-5.072,-16.856],[0,0],[0,0],[19.492,-0.332],[0,0]],"v":[[66.776,-17.92],[61.239,32.249],[34.593,54.61],[0.408,37.426],[-30.659,56.136],[-55.714,27.463],[-60.601,-12.38],[-43.35,-48.892],[4.985,-63.719],[44.723,-49.742]],"c":true}]},{"t":192}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.145098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-13,-112],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[122.56,122.56],"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":"Polystar 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":32,"ty":4,"nm":" 30","parent":34,"sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":88.801,"s":[-12,-70.5,0],"e":[-6,-70,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":136.801,"s":[-6,-70,0],"e":[-12,-70.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":192}],"ix":2},"a":{"a":0,"k":[-12.5,-66,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-21.453,5.692],[-0.438,-6.302],[0,0],[0,0],[7.054,13.702],[0.021,0.876]],"o":[[3.686,-0.978],[0.509,7.32],[0,0],[0,0],[-7.054,-13.702],[-0.035,-1.503]],"v":[[-33.561,-211.317],[-31.518,-195.352],[-28.15,-177.794],[-44.883,-146.089],[-51.318,-137.785],[-59.587,-159.493]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.144592030843,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.144592030843,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-13,-112],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[122.56,122.56],"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":"Polystar 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":33,"ty":4,"nm":" 31","parent":34,"sr":1,"ks":{"o":{"a":0,"k":55,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-12,-57.5,0],"ix":2},"a":{"a":0,"k":[-12.5,-66,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-1.197,14.761],[0,0]],"o":[[0,0],[0,0],[0,0],[1.422,-17.545],[0,0]],"v":[[18.682,48.49],[0.204,42.525],[-16.38,50.424],[-17.366,20.12],[22.828,9.038]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-13,-110],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[122.56,122.56],"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":"Polystar 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":34,"ty":4,"nm":" 32","parent":35,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-18.5,-65,0],"ix":2},"a":{"a":0,"k":[-18.5,1,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.5,-28.5],[-13.829,0],[-0.734,11.746],[0,0],[23.03,-2.531]],"o":[[0,0],[1.249,23.737],[16.5,0],[1,-16],[0,0],[-23.03,2.531]],"v":[[-37.5,-70.5],[-31.5,-24],[-12,4.5],[10,-18],[11.5,-71.5],[-13.47,-83.531]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.145098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":35,"ty":4,"nm":" 33","parent":18,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":42.6,"ix":10},"p":{"a":0,"k":[44.106,54.446,0],"ix":2},"a":{"a":0,"k":[-12.5,-66,0],"ix":1},"s":{"a":0,"k":[70.149,70.149,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.5,-28.5],[-13.829,0],[-13.071,1.188],[-0.238,9.271],[0,0],[23.03,-2.531]],"o":[[0,0],[1.249,23.737],[16.5,0],[5.5,-0.5],[0.373,-14.526],[0,0],[-23.03,2.531]],"v":[[-36,-79.5],[-56,-58.5],[-17.5,-33],[8,-31.5],[26.941,-47.501],[20.5,-74],[-12.97,-91.531]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.145098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":36,"ty":4,"nm":" 34","parent":38,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":88,"s":[-31.192],"e":[-38.04]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":92,"s":[-38.04],"e":[-44.457]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":96,"s":[-44.457],"e":[-52.736]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[-52.736],"e":[-61.935]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":104,"s":[-61.935],"e":[-71.13]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":108,"s":[-71.13],"e":[-77.006]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":112,"s":[-77.006],"e":[-77.937]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":116,"s":[-77.937],"e":[-71.528]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":120,"s":[-71.528],"e":[-53.1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":124,"s":[-53.1],"e":[-28.075]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":128,"s":[-28.075],"e":[33.385]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":132,"s":[33.385],"e":[-4.518]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":189,"s":[-4.518],"e":[-31.192]},{"t":192}],"ix":10},"p":{"a":0,"k":[-11.031,-5.841,0],"ix":2},"a":{"a":0,"k":[-15.276,-99.02,0],"ix":1},"s":{"a":0,"k":[-100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[12.859,-35.078],[-6.174,12.496],[-0.734,11.746],[3.103,3.715],[5.055,-0.226],[1.925,1.475],[1.044,-2.351],[-0.555,-5.814],[-1.023,-3.068],[1.193,-2.319],[1.869,3.812]],"o":[[0,0],[-8.181,22.318],[7.187,-14.547],[0.137,-2.198],[-1.805,-2.16],[-4.281,0.192],[-5.526,-4.236],[-0.996,2.244],[0.275,2.877],[2.714,8.141],[-0.373,0.725],[-2.254,-4.599]],"v":[[-27.971,-71.165],[-32.138,-17.541],[-8.2,-37.295],[-3.171,-72.541],[2.178,-90.625],[-20.523,-105.098],[-20.263,-93.402],[-31.817,-97.72],[-27.976,-78.719],[-20.883,-74.599],[-19.325,-54.829],[-20.987,-69.24]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.144592030843,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":37,"ty":4,"nm":" 35","parent":38,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-225.858,"ix":10},"p":{"a":0,"k":[-32.641,-63.013,0],"ix":2},"a":{"a":0,"k":[49.445,-51.749,0],"ix":1},"s":{"a":0,"k":[-92.73,102.427,100],"ix":6}},"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":[[35.871,-58.329],[40.088,-70.33],[30.349,-74.221],[34.429,-84.984]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.964705882353,0.086274509804,0.388235294118,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"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.375,"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":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[57.146,-85.84],[52.427,-61.466],[65.009,-64.826],[65.652,-45.471]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.964705882353,0.086274509804,0.388235294118,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":38,"ty":4,"nm":" 36","parent":35,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":88,"s":[-31.637],"e":[-23.818]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":92,"s":[-23.818],"e":[-15.72]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":96,"s":[-15.72],"e":[-6.832]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[-6.832],"e":[3.686]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":104,"s":[3.686],"e":[17.039]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":108,"s":[17.039],"e":[30.404]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":112,"s":[30.404],"e":[42.075]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":116,"s":[42.075],"e":[47.312]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":120,"s":[47.312],"e":[43.037]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":124,"s":[43.037],"e":[32.987]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":128,"s":[32.987],"e":[0.774]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":132,"s":[0.774],"e":[-4.569]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":136,"s":[-4.569],"e":[-10.78]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":140,"s":[-10.78],"e":[-16.638]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":144,"s":[-16.638],"e":[-22.394]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":148,"s":[-22.394],"e":[-27.826]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":152,"s":[-27.826],"e":[-33.2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":156,"s":[-33.2],"e":[-38.558]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":160,"s":[-38.558],"e":[-43.91]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":164,"s":[-43.91],"e":[-49.291]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":168,"s":[-49.291],"e":[-54.908]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":172,"s":[-54.908],"e":[-58.828]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":176,"s":[-58.828],"e":[-62.416]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":180,"s":[-62.416],"e":[-65.368]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":184,"s":[-65.368],"e":[-51.388]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":188,"s":[-51.388],"e":[-31.637]},{"t":192}],"ix":10},"p":{"a":0,"k":[-35,-65,0],"ix":2},"a":{"a":0,"k":[21.938,-84.847,0],"ix":1},"s":{"a":0,"k":[94.9,94.9,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.924,-1.279],[14.902,-2.954],[10.725,-8.706],[0.398,5.776],[0,0],[-8.948,6.657],[-1.25,-5.016],[-13.721,5.834],[0.617,11.848],[-2.988,-2.418],[-0.77,0.483]],"o":[[0,0],[-17.136,11.395],[-19.804,3.926],[-7.436,6.036],[-1.103,-16],[0,0],[3.459,-2.573],[1.687,6.77],[1.283,-0.546],[-0.367,-7.04],[2.988,2.418],[21.02,-13.177]],"v":[[52.05,-76.665],[22.193,-22.896],[-6.312,7.024],[-25.726,-6.367],[-42.43,-9.247],[-32.233,-68.976],[-13.929,-103.849],[-4.832,-101.975],[4.193,-95.498],[5.407,-107.313],[13.385,-106.273],[15.547,-91.48]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.145098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":39,"ty":4,"nm":" 37","parent":40,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":88,"s":[-26.409],"e":[-0.4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":130,"s":[-0.4],"e":[-25.974]},{"t":191}],"ix":10},"p":{"a":0,"k":[103.278,-164.114,0],"ix":2},"a":{"a":0,"k":[166.578,-198.25,0],"ix":1},"s":{"a":0,"k":[95.644,95.644,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.91,-6.191],[6.669,-6.587],[0,0],[0,0],[-2.422,-3.851],[0,0],[-5.051,3.689],[-0.5,0.75],[5.058,3.392]],"o":[[-7.313,7.661],[-5.083,5.022],[0,0],[0,0],[2.422,3.851],[0,0],[4.833,-3.529],[0.5,-0.75],[-1.468,-0.985]],"v":[[190.327,-231.076],[169.599,-224.363],[161.128,-208.047],[158.144,-198.061],[160.628,-192.618],[170.02,-190.517],[186.417,-197.73],[198.188,-201.319],[209.832,-208.05]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.145098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":40,"ty":4,"nm":" 38","parent":42,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":88,"s":[-49.656],"e":[-47.75]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":92,"s":[-47.75],"e":[-45.766]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":96,"s":[-45.766],"e":[-43.688]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[-43.688],"e":[-41.503]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":104,"s":[-41.503],"e":[-39.198]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":108,"s":[-39.198],"e":[-36.742]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":112,"s":[-36.742],"e":[-34.094]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":116,"s":[-34.094],"e":[-31.223]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":120,"s":[-31.223],"e":[-28.071]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":124,"s":[-28.071],"e":[-24.463]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":128,"s":[-24.463],"e":[-24.047]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":132,"s":[-24.047],"e":[-26.57]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":136,"s":[-26.57],"e":[-28.867]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":140,"s":[-28.867],"e":[-30.967]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":144,"s":[-30.967],"e":[-32.938]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":148,"s":[-32.938],"e":[-34.806]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":152,"s":[-34.806],"e":[-36.575]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":156,"s":[-36.575],"e":[-38.256]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":160,"s":[-38.256],"e":[-39.861]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":164,"s":[-39.861],"e":[-41.402]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":168,"s":[-41.402],"e":[-42.889]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":172,"s":[-42.889],"e":[-44.327]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":176,"s":[-44.327],"e":[-45.716]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":180,"s":[-45.716],"e":[-47.062]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":184,"s":[-47.062],"e":[-48.372]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":188,"s":[-48.372],"e":[-49.656]},{"t":192}],"ix":10},"p":{"a":0,"k":[113.027,-177.537,0],"ix":2},"a":{"a":0,"k":[30.214,-117.325,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.61,-0.433],[19.857,-14.711],[0,0],[-25.919,63.984],[-2.622,-0.016],[-1.979,0.827],[4.568,1.339],[6.344,-11.362]],"o":[[-2.61,0.433],[-7.411,5.491],[0,0],[-1.295,-7.293],[2.622,0.016],[1.979,-0.827],[-6.645,-1.948],[-13.589,24.337]],"v":[[94.038,-135.268],[66.947,-133.328],[53.259,-106.502],[26.213,-138.13],[68.708,-159.34],[75.753,-153.761],[74.473,-161.301],[106.013,-165.919]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.144592030843,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[78.04,-149.164],"ix":2},"a":{"a":0,"k":[78.04,-149.164],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":41,"ty":4,"nm":" 39","parent":42,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":15.696,"ix":10},"p":{"a":0,"k":[121.896,-136.933,0],"ix":2},"a":{"a":0,"k":[30.5,-64.5,0],"ix":1},"s":{"a":0,"k":[-88,97.203,100],"ix":6}},"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":[[45.702,-51.57],[49.522,-61.06],[39.989,-70.589],[43.572,-78.386]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.964705882353,0.086274509804,0.388235294118,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"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.375,"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":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[73.703,-74.143],[66.203,-66.643],[61.953,-70.643],[51.539,-45.856]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.964705882353,0.086274509804,0.388235294118,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":42,"ty":4,"nm":" 40","parent":31,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":88,"s":[205.368],"e":[204.03]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":92,"s":[204.03],"e":[202.656]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":96,"s":[202.656],"e":[201.237]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[201.237],"e":[199.766]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":104,"s":[199.766],"e":[198.238]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":108,"s":[198.238],"e":[196.633]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":112,"s":[196.633],"e":[194.93]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":116,"s":[194.93],"e":[193.114]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":120,"s":[193.114],"e":[191.154]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":124,"s":[191.154],"e":[188.953]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":128,"s":[188.953],"e":[188.703]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":132,"s":[188.703],"e":[190.233]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":136,"s":[190.233],"e":[191.646]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":140,"s":[191.646],"e":[192.953]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":144,"s":[192.953],"e":[194.195]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":148,"s":[194.195],"e":[195.385]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":152,"s":[195.385],"e":[196.525]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":156,"s":[196.525],"e":[197.619]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":160,"s":[197.619],"e":[198.675]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":164,"s":[198.675],"e":[199.699]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":168,"s":[199.699],"e":[200.697]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":172,"s":[200.697],"e":[201.671]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":176,"s":[201.671],"e":[202.622]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":180,"s":[202.622],"e":[203.551]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":184,"s":[203.551],"e":[204.465]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":188,"s":[204.465],"e":[205.368]},{"t":192}],"ix":10},"p":{"a":0,"k":[-57.5,-129,0],"ix":2},"a":{"a":0,"k":[49,-136,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.501,0.934],[2.728,2.006],[0,0],[0,0],[0,0],[0,0],[-8.266,-5.018],[0,0],[0,0],[4.912,-1.608],[-1.72,-0.098],[0.182,1.462],[-1.707,0.59],[0,0]],"o":[[-1.334,-0.498],[-2.728,-2.006],[0,0],[0,0],[0,0],[0,0],[8.266,5.018],[0,0],[0,0],[-3.108,1.018],[3.486,0.199],[-0.481,-3.87],[1.861,-0.643],[0,0]],"v":[[176.403,-92.089],[167.515,-92.756],[162.022,-97.901],[139.026,-131.711],[101.14,-181.566],[108.079,-205.375],[120.286,-207.306],[140.975,-191.243],[161.253,-145.072],[154.835,-135.54],[153.998,-132.008],[159.958,-130.995],[162.392,-134.3],[171.071,-114.299]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.144592030843,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[107.899,-170.345],"ix":2},"a":{"a":0,"k":[129.804,-171.438],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":-8.561,"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":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[63.431,27.287],[0,0],[0,0],[-3.841,-24.409],[0,0]],"o":[[0,0],[0,0],[-4.206,-6.129],[0,0],[0,0],[3.841,24.409],[0,0]],"v":[[62.246,-104.144],[107.816,-129.32],[88.554,-200.131],[68.913,-199.625],[32.227,-176.94],[17.536,-142.262],[40.135,-110.49]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.144592030843,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0},{"ddd":0,"ind":43,"ty":4,"nm":" 41","parent":34,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-11.713,-50.25,0],"ix":2},"a":{"a":0,"k":[18.287,-46.75,0],"ix":1},"s":{"a":0,"k":[87.819,87.819,100],"ix":6}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-99.313,-50.032],[-124.923,-40.8],[-60.501,-26.569],[-28.922,-44.957],[5.327,-44.514],[54.511,-25.824],[119.85,-47.088],[83.902,-56.298],[52.848,-43.266],[9.072,-60.953],[-31.858,-62.567],[-62.235,-38.47]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176470588235,0.094117647059,0.145098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[14,-38.75],"ix":2},"a":{"a":0,"k":[-14.859,-40.863],"ix":1},"s":{"a":0,"k":[60.865,82.887],"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":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":360,"st":0,"bm":0}],"markers":[{"tm":88.80078125,"cm":"","dr":0},{"tm":192,"cm":"","dr":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/kod.io_logo_reveal.json b/ohos/flutter_lottie/assets/lottiefiles/kod.io_logo_reveal.json new file mode 100644 index 0000000000000000000000000000000000000000..2e20e61104e7f022506b3d7533c211629ebb59d2 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/kod.io_logo_reveal.json @@ -0,0 +1 @@ +{"v":"5.1.13","fr":24,"ip":0,"op":97,"w":1920,"h":924,"nm":"LOGO reveal","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"<< corner","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[966.5,362.5,0],"ix":2},"a":{"a":0,"k":[6.5,0.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[694,-267],[693,273.25],[-382.639,273.07],[-746.274,0.019],[-391.5,-267]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":170.3,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0,0.267,0.506,0.922,0.5,0.141,0.625,0.959,1,0.016,0.745,0.996],"ix":8}},"s":{"a":0,"k":[-881,0],"ix":4},"e":{"a":0,"k":[-307,0],"ix":5},"t":2,"h":{"a":0,"k":0,"ix":6},"a":{"a":0,"k":0,"ix":7},"lc":2,"lj":1,"ml":4,"nm":"corner gr stroke","mn":"ADBE Vector Graphic - G-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":"Group 12","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":76.6,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.131],"y":[0.876]},"n":["0p1_1_0p131_0p876"],"t":16,"s":[64.6],"e":[100]},{"t":34}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":17,"op":641,"st":3,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"<< 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[966.5,362.5,0],"ix":2},"a":{"a":0,"k":[6.5,0.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[694,-267],[693,273.25],[-382.639,273.07],[-746.274,0.019],[-391.5,-267]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":170.3,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0,0.267,0.506,0.922,0.5,0.141,0.625,0.959,1,0.016,0.745,0.996],"ix":8}},"s":{"a":0,"k":[-881,0],"ix":4},"e":{"a":0,"k":[-307,0],"ix":5},"t":2,"h":{"a":0,"k":0,"ix":6},"a":{"a":0,"k":0,"ix":7},"lc":2,"lj":2,"nm":"K gr stroke","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.9,"y":0},"n":"0p833_0p833_0p9_0","t":0,"s":[0,-207],"e":[0,0],"to":[0,0],"ti":[0,0]},{"t":10}],"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":"Group 12","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.25],"y":[1]},"o":{"x":[0.75],"y":[0]},"n":["0p25_1_0p75_0"],"t":0,"s":[0],"e":[0]},{"i":{"x":[0.25],"y":[1]},"o":{"x":[0.75],"y":[0]},"n":["0p25_1_0p75_0"],"t":5,"s":[0],"e":[64.6]},{"t":24}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.685]},"o":{"x":[0.75],"y":[0]},"n":["0p833_0p685_0p75_0"],"t":0,"s":[0.1],"e":[21.422]},{"i":{"x":[0.722],"y":[0.493]},"o":{"x":[0.167],"y":[0.093]},"n":["0p722_0p493_0p167_0p093"],"t":10,"s":[21.422],"e":[64.6]},{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.131],"y":[0.876]},"n":["0p1_1_0p131_0p876"],"t":16,"s":[64.6],"e":[100]},{"t":34}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":13,"op":641,"st":3,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"<< multiply","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[966.5,362.5,0],"ix":2},"a":{"a":0,"k":[6.5,0.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[694,-267],[693,273.25],[-382.639,273.07],[-746.274,0.019],[-391.5,-267]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":170.3,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0,0.267,0.506,0.922,0.5,0.141,0.625,0.959,1,0.016,0.745,0.996],"ix":8}},"s":{"a":0,"k":[-881,0],"ix":4},"e":{"a":0,"k":[-307,0],"ix":5},"t":2,"h":{"a":0,"k":0,"ix":6},"a":{"a":0,"k":0,"ix":7},"lc":2,"lj":2,"nm":"multiply gr stroke","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.9,"y":0},"n":"0p833_0p833_0p9_0","t":0,"s":[0,-207],"e":[0,0],"to":[0,0],"ti":[0,0]},{"t":10}],"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":"Group 12","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.25],"y":[1]},"o":{"x":[0.75],"y":[0]},"n":["0p25_1_0p75_0"],"t":0,"s":[0],"e":[0]},{"i":{"x":[0.25],"y":[1]},"o":{"x":[0.75],"y":[0]},"n":["0p25_1_0p75_0"],"t":5,"s":[0],"e":[64.6]},{"t":24}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.685]},"o":{"x":[0.75],"y":[0]},"n":["0p833_0p685_0p75_0"],"t":0,"s":[0.1],"e":[21.422]},{"i":{"x":[0.722],"y":[0.493]},"o":{"x":[0.167],"y":[0.093]},"n":["0p722_0p493_0p167_0p093"],"t":10,"s":[21.422],"e":[64.6]},{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.131],"y":[0.876]},"n":["0p1_1_0p131_0p876"],"t":16,"s":[64.6],"e":[100]},{"t":34}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":13,"st":3,"bm":1},{"ddd":0,"ind":4,"ty":4,"nm":"||","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[267.103,361.988,0],"ix":2},"a":{"a":0,"k":[-185,-30,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[1201.397,236.012],[1201.397,-296.988],[-184.897,-297.512],[-185,236.012]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.634]},"o":{"x":[0.75],"y":[0]},"n":["0p833_0p634_0p75_0"],"t":0,"s":[0.1],"e":[21.1]},{"i":{"x":[0.719],"y":[0.453]},"o":{"x":[0.167],"y":[0.094]},"n":["0p719_0p453_0p167_0p094"],"t":10,"s":[21.1],"e":[78.4]},{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.131],"y":[0.827]},"n":["0p1_1_0p131_0p827"],"t":17,"s":[78.4],"e":[100]},{"t":34}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.25],"y":[1]},"o":{"x":[0.75],"y":[0]},"n":["0p25_1_0p75_0"],"t":0,"s":[0],"e":[0]},{"i":{"x":[0.333],"y":[0.907]},"o":{"x":[0.796],"y":[0]},"n":["0p333_0p907_0p796_0"],"t":5,"s":[0],"e":[77.711]},{"i":{"x":[0.637],"y":[1]},"o":{"x":[0.305],"y":[0.982]},"n":["0p637_1_0p305_0p982"],"t":22,"s":[77.711],"e":[78.3]},{"t":25}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":170.3,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0,0.071,0.255,0.851,0.5,0.035,0.406,0.922,1,0,0.557,0.992],"ix":8}},"s":{"a":0,"k":[-182,286],"ix":4},"e":{"a":0,"k":[-182,-400],"ix":5},"t":2,"h":{"a":0,"k":0,"ix":6},"a":{"a":0,"k":0,"ix":7},"lc":2,"lj":2,"nm":"line gr stroke","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.9,"y":0},"n":"0p833_0p833_0p9_0","t":0,"s":[0,207],"e":[0,0],"to":[0,0],"ti":[0,0]},{"t":10}],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":638,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"<< white","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[966.5,362.5,0],"ix":2},"a":{"a":0,"k":[6.5,0.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[694,-267],[693,273.25],[-382.639,273.07],[-746.274,0.019],[-391.5,-267]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":170.3,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.9,"y":0},"n":"0p833_0p833_0p9_0","t":0,"s":[0,-207],"e":[0,0],"to":[0,0],"ti":[0,0]},{"t":10}],"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":"Group 12","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.25],"y":[1]},"o":{"x":[0.75],"y":[0]},"n":["0p25_1_0p75_0"],"t":0,"s":[0],"e":[0]},{"i":{"x":[0.25],"y":[1]},"o":{"x":[0.75],"y":[0]},"n":["0p25_1_0p75_0"],"t":5,"s":[0],"e":[64.6]},{"t":24}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.685]},"o":{"x":[0.75],"y":[0]},"n":["0p833_0p685_0p75_0"],"t":0,"s":[0.1],"e":[21.422]},{"i":{"x":[0.722],"y":[0.493]},"o":{"x":[0.167],"y":[0.093]},"n":["0p722_0p493_0p167_0p093"],"t":10,"s":[21.422],"e":[64.6]},{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.131],"y":[0.876]},"n":["0p1_1_0p131_0p876"],"t":16,"s":[64.6],"e":[100]},{"t":34}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":13,"st":3,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"RVERAL K","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[960,462,0],"ix":2},"a":{"a":0,"k":[960,362,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1920,"h":724,"ip":0,"op":97,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Line","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1268.094,609.5,0],"ix":2},"a":{"a":0,"k":[434.5,141,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-378.5,140.5],[946,140.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.258823529412,0.258823529412,0.258823529412,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":46.4,"ix":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.16387499641,0.19591700236,0.580391977348,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.34],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p34_1_0p333_0"],"t":17,"s":[0],"e":[100]},{"t":33}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.66],"y":[0]},"n":["0p667_1_0p66_0"],"t":16,"s":[0],"e":[100]},{"t":34}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":17,"op":39,"st":8,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"K 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.846,"y":0},"n":"0p667_1_0p846_0","t":17,"s":[456.594,606.625,0],"e":[892.594,606.625,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.34,"y":1},"o":{"x":0.333,"y":0},"n":"0p34_1_0p333_0","t":27,"s":[892.594,606.625,0],"e":[855.594,606.625,0],"to":[0,0,0],"ti":[0,0,0]},{"t":33}],"ix":2},"a":{"a":0,"k":[-104.406,144.625,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,121],[190.019,-2.294],[0,-126.124],[0,0]],"o":[[0,0],[0,-125.833],[-167.978,2.028],[0,104.875],[0,0]],"v":[[464,140.5],[464,-167.5],[173.978,-423.028],[-104.5,-166.875],[-104.375,147.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.258823529412,0.258823529412,0.258823529412,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":46.4,"ix":5},"lc":2,"lj":1,"ml":4,"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":"Group 3","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.344],"y":[0.594]},"o":{"x":[0.333],"y":[0]},"n":["0p344_0p594_0p333_0"],"t":31,"s":[99.9],"e":[48.97]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.66],"y":[0.212]},"n":["0p833_0p833_0p66_0p212"],"t":43,"s":[48.97],"e":[0]},{"t":49}],"ix":1},"e":{"a":1,"k":[{"t":31,"s":[100],"h":1},{"i":{"x":[0.344],"y":[0.57]},"o":{"x":[0.15],"y":[0.315]},"n":["0p344_0p57_0p15_0p315"],"t":36,"s":[79.689],"e":[47.67]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.66],"y":[0.314]},"n":["0p833_0p833_0p66_0p314"],"t":44,"s":[47.67],"e":[20.1]},{"i":{"x":[0.347],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p347_1_0p167_0p167"],"t":49,"s":[20.1],"e":[16.4]},{"i":{"x":[0.432],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p432_1_0p333_0"],"t":51,"s":[16.4],"e":[20.6]},{"i":{"x":[0.34],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p34_1_0p333_0"],"t":57,"s":[20.6],"e":[20.1]},{"t":65}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":17,"op":662,"st":24,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"K 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[855.594,606.625,0],"ix":2},"a":{"a":0,"k":[-104.406,144.625,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,121],[190.019,-2.294],[0,-126.124],[0,0]],"o":[[0,0],[0,-125.833],[-167.978,2.028],[0,104.875],[0,0]],"v":[[464,140.5],[464,-167.5],[173.978,-423.028],[-104.5,-166.875],[-104.313,144.625]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.258823529412,0.258823529412,0.258823529412,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":46.4,"ix":5},"lc":2,"lj":1,"ml":4,"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":"Group 3","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":81.089,"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":36,"op":662,"st":24,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"K <","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.815,"y":0},"n":"0p667_1_0p815_0","t":17,"s":[456.594,609.008,0],"e":[1022.906,609.008,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.34,"y":1},"o":{"x":0.333,"y":0},"n":"0p34_1_0p333_0","t":28,"s":[1022.906,609.008,0],"e":[985.906,609.008,0],"to":[0,0,0],"ti":[0,0,0]},{"t":34}],"ix":2},"a":{"a":0,"k":[25.906,145.308,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[25.992,145.396],[-62.81,55.094],[25.375,-24.25]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.258823529412,0.258823529412,0.258823529412,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":46.4,"ix":5},"lc":2,"lj":1,"ml":10,"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":"Group 14","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.34],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p34_1_0p333_0"],"t":32,"s":[0.1],"e":[100]},{"t":42}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":17,"op":664,"st":26,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"O","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.781,"y":0},"n":"0p667_1_0p781_0","t":17,"s":[456.594,609.5,0],"e":[1161.018,609.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.34,"y":1},"o":{"x":0.333,"y":0},"n":"0p34_1_0p333_0","t":29,"s":[1161.018,609.5,0],"e":[1124.018,609.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":35}],"ix":2},"a":{"a":0,"k":[164.018,146,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.401,0],[0.266,-0.003],[0,-45.236],[-44.211,0],[0,46.328],[43.624,0.693]],"o":[[-0.267,0],[-43.838,0.463],[0,46.328],[44.182,0],[0,-45.098],[-0.399,-0.006]],"v":[[164.3,-23.198],[163.5,-23.194],[84.572,60.992],[164.3,146],[244,60.992],[165.5,-23.188]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.258823529412,0.258823529412,0.258823529412,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":33,"s":[46.4],"e":[44.7]},{"t":46}],"ix":5},"lc":2,"lj":1,"ml":10,"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":"Group 11","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.34],"y":[1]},"o":{"x":[0.66],"y":[0]},"n":["0p34_1_0p66_0"],"t":35,"s":[99.9],"e":[0]},{"t":54}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.34],"y":[1]},"o":{"x":[0.66],"y":[0]},"n":["0p34_1_0p66_0"],"t":33,"s":[180],"e":[-17]},{"t":54}],"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":17,"op":667,"st":29,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"D","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[966.5,462.5,0],"ix":2},"a":{"a":0,"k":[6.5,0.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[8.986,-12.861],[30.085,0],[0,46.212],[-47.569,0],[-8.772,-5.906],[0,-14.738]],"o":[[0,8.193],[-9.281,13.284],[-45.409,0],[0,-46.862],[14.759,0],[22.47,15.128],[0,0]],"v":[[464.528,72.784],[451.042,111.861],[392.205,146.786],[316.314,61.365],[398.38,-23.472],[438.28,-12.628],[464.5,36.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.258823529412,0.258823529412,0.258823529412,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":44.9,"ix":5},"lc":2,"lj":1,"ml":10,"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":"Group 10","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.34],"y":[1]},"o":{"x":[0.167],"y":[0.367]},"n":["0p34_1_0p167_0p367"],"t":48,"s":[100],"e":[0]},{"t":59}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":41,"op":659,"st":21,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"D2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.77,"y":0},"n":"0p667_1_0p77_0","t":17,"s":[456.594,609.348,0],"e":[1461,609.348,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.34,"y":1},"o":{"x":0.333,"y":0},"n":"0p34_1_0p333_0","t":30,"s":[1461,609.348,0],"e":[1424,609.348,0],"to":[0,0,0],"ti":[0,0,0]},{"t":36}],"ix":2},"a":{"a":0,"k":[464,147.348,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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.66,"y":0},"n":"0p667_1_0p66_0","t":41,"s":[{"i":[[0,0],[0,121]],"o":[[0,0],[0,-125.833]],"v":[[464,147.5],[464,-167.5]],"c":false}],"e":[{"i":[[0,0],[0,121]],"o":[[0,0],[0,-125.833]],"v":[[464,140.5],[464,-167.5]],"c":false}]},{"t":48}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.258823529412,0.258823529412,0.258823529412,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":46.4,"ix":5},"lc":2,"lj":1,"ml":4,"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":"Group 3","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.66],"y":[0]},"n":["0p833_0p833_0p66_0"],"t":41,"s":[0.1],"e":[37]},{"t":48}],"ix":1},"e":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":17,"op":660,"st":22,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"DOT","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.76,"y":0},"n":"0p667_1_0p76_0","t":17,"s":[456.594,609.586,0],"e":[1546.73,609.586,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.34,"y":1},"o":{"x":0.333,"y":0},"n":"0p34_1_0p333_0","t":31,"s":[1546.73,609.586,0],"e":[1509.73,609.586,0],"to":[0,0,0],"ti":[0,0,0]},{"t":37}],"ix":2},"a":{"a":0,"k":[629.001,147.586,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[629.228,-68.5],[629,149]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.66],"y":[0]},"n":["0p667_1_0p66_0"],"t":33,"s":[99.3],"e":[0.1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p833_0p333_0"],"t":43,"s":[0.1],"e":[72.3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":50,"s":[72.3],"e":[58.6]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_1_0p167_0p167"],"t":53,"s":[58.6],"e":[62.1]},{"t":55}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":33,"s":[99.4],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.56],"y":[0]},"n":["0p833_0p833_0p56_0"],"t":44,"s":[0],"e":[72.2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":50,"s":[72.2],"e":[58.5]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_1_0p167_0p167"],"t":53,"s":[58.5],"e":[62]},{"t":55}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.258823529412,0.258823529412,0.258823529412,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":46.4,"ix":5},"lc":2,"lj":1,"ml":4,"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":"Group 5","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":17,"op":662,"st":24,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"i","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.752,"y":0},"n":"0p667_1_0p752_0","t":17,"s":[456.594,609.194,0],"e":[1626,609.194,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.34,"y":1},"o":{"x":0.333,"y":0},"n":"0p34_1_0p333_0","t":32,"s":[1626,609.194,0],"e":[1589,609.194,0],"to":[0,0,0],"ti":[0,0,0]},{"t":38}],"ix":2},"a":{"a":0,"k":[629,147.194,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[629,-152],[629,149]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.28],"y":[1]},"o":{"x":[0.66],"y":[0]},"n":["0p28_1_0p66_0"],"t":34,"s":[99.3],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p833_0p333_0"],"t":46,"s":[0],"e":[31.5]},{"i":{"x":[0.34],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p34_1_0p167_0p167"],"t":53,"s":[31.5],"e":[2]},{"t":56}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.28],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p28_1_0p167_0p167"],"t":34,"s":[99.4],"e":[2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p833_0p333_0"],"t":47,"s":[2],"e":[41.5]},{"i":{"x":[0.34],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p34_1_0p167_0p167"],"t":52,"s":[41.5],"e":[2.1]},{"t":56}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.258823529412,0.258823529412,0.258823529412,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":46.4,"ix":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.293,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p293_1_0p167_0p167","t":52,"s":[0,0],"e":[0,-23.9],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.882},"o":{"x":0.333,"y":0},"n":"0p833_0p882_0p333_0","t":57,"s":[0,-23.9],"e":[0,0],"to":[0,0],"ti":[0,0]},{"i":{"x":0.371,"y":1},"o":{"x":0.167,"y":0.287},"n":"0p371_1_0p167_0p287","t":59,"s":[0,0],"e":[0,9.8],"to":[0,0],"ti":[0,0]},{"i":{"x":0.432,"y":1},"o":{"x":0.333,"y":0},"n":"0p432_1_0p333_0","t":61,"s":[0,9.8],"e":[0,-2.5],"to":[0,0],"ti":[0,0]},{"i":{"x":0.422,"y":1},"o":{"x":0.333,"y":0},"n":"0p422_1_0p333_0","t":67,"s":[0,-2.5],"e":[0,0],"to":[0,0],"ti":[0,0]},{"t":73}],"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":"Group 5","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[629,-152],[629,149]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p833_0p333_0"],"t":46,"s":[0],"e":[25.92]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":53,"s":[25.92],"e":[41.5]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":57,"s":[41.5],"e":[36.5]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":60,"s":[36.5],"e":[41.5]},{"t":62}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.759]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p759_0p333_0"],"t":46,"s":[0],"e":[41.5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.114]},"n":["0p833_0p833_0p167_0p114"],"t":52,"s":[41.5],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":56,"s":[100],"e":[95]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":59,"s":[95],"e":[100]},{"t":61}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.258823529412,0.258823529412,0.258823529412,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":34.9,"ix":5},"lc":2,"lj":1,"ml":4,"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":"Group 6","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":17,"op":662,"st":24,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"O2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.744,"y":0},"n":"0p667_1_0p744_0","t":17,"s":[456.594,609.499,0],"e":[1780.09,609.499,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.34,"y":1},"o":{"x":0.333,"y":0},"n":"0p34_1_0p333_0","t":33,"s":[1780.09,609.499,0],"e":[1743.09,609.499,0],"to":[0,0,0],"ti":[0,0,0]},{"t":39}],"ix":2},"a":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":35,"s":[783.09,151.499,0],"e":[783.09,146.199,0],"to":[0,0,0],"ti":[0,0,0]},{"t":48}],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.468,0],[0.453,-0.008],[0,-47.999],[-46.865,0],[0,49.34],[46.234,0.81]],"o":[[-0.455,0],[-46.221,0.79],[0,49.34],[46.896,0],[0,-47.986],[-0.466,-0.008]],"v":[[783.357,-28.698],[781.993,-28.686],[699.299,60.966],[783.357,151.5],[867.414,60.966],[784.757,-28.686]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.258823529412,0.258823529412,0.258823529412,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":35,"s":[46.4],"e":[34.1]},{"t":48}],"ix":5},"lc":2,"lj":1,"ml":10,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.34],"y":[1]},"o":{"x":[0.66],"y":[0]},"n":["0p34_1_0p66_0"],"t":37,"s":[99.9],"e":[0]},{"t":56}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.34],"y":[1]},"o":{"x":[0.66],"y":[0]},"n":["0p34_1_0p66_0"],"t":35,"s":[180],"e":[-17]},{"t":56}],"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":17,"op":671,"st":33,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/la_calavera.json b/ohos/flutter_lottie/assets/lottiefiles/la_calavera.json new file mode 100644 index 0000000000000000000000000000000000000000..cde8b0698729215095a726888a28a415f861210f --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/la_calavera.json @@ -0,0 +1 @@ +{"v":"5.1.16","fr":10,"ip":0,"op":90,"w":800,"h":800,"nm":"Renders","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Oval 7 Copy","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},"n":"0p833_0p833_0p167_0p167","t":0,"s":[810.875,506.768,0],"e":[850.875,526.768,0],"to":[6.66666650772095,3.33333325386047,0],"ti":[0,0.00000127156579,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[850.875,526.768,0],"e":[810.875,506.768,0],"to":[0,-0.00000127156579,0],"ti":[6.66666650772095,3.33333468437195,0]},{"t":90}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3,3],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925490021706,0.470587998629,0.007842999883,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":"Oval 7 Copy","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Oval 7 Copy 4","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},"n":"0p833_0p833_0p167_0p167","t":0,"s":[398.932,381.397,0],"e":[418.932,351.397,0],"to":[3.33333325386047,-5,0],"ti":[7.91242541708925e-7,3.10611397935645e-7,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[418.932,351.397,0],"e":[398.932,381.397,0],"to":[-7.91242541708925e-7,-3.10611397935645e-7,0],"ti":[3.33333420753479,-4.99999952316284,0]},{"t":90}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3,3],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.756862998009,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":"Oval 7 Copy 4","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Oval 7 Copy 2","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},"n":"0p833_0p833_0p167_0p167","t":0,"s":[737.589,547.589,0],"e":[777.589,487.589,0],"to":[6.66666650772095,-10,0],"ti":[0,-0.00000254313159,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37.6,"s":[777.589,487.589,0],"e":[737.589,547.589,0],"to":[0,0.00000254313159,0],"ti":[6.66666650772095,-10.0000028610229,0]},{"t":90}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3,3],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.756862998009,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":"Oval 7 Copy 2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Oval 7 Copy 3","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},"n":"0p833_0p833_0p167_0p167","t":0,"s":[284.907,465.99,0],"e":[304.907,405.99,0],"to":[3.33333325386047,-10,0],"ti":[9.35712250793586e-7,-7.71206657645962e-7,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33.6,"s":[304.907,405.99,0],"e":[284.907,465.99,0],"to":[-9.35712250793586e-7,7.71206657645962e-7,0],"ti":[3.33333420753479,-10.0000009536743,0]},{"t":90}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3,3],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925490021706,0.470587998629,0.007842999883,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":"Oval 7 Copy 3","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Oval 7","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},"n":"0p833_0p833_0p167_0p167","t":0,"s":[728.661,627.946,0],"e":[748.661,567.946,0],"to":[3.33333325386047,-10,0],"ti":[0,0.00000508626317,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41.6,"s":[748.661,567.946,0],"e":[728.661,627.946,0],"to":[0,-0.00000508626317,0],"ti":[3.33333325386047,-9.99999523162842,0]},{"t":90}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3,3],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925490021706,0.470587998629,0.007842999883,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":"Oval 7","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Combined Shape","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[421.643,412.991,0],"ix":2},"a":{"a":0,"k":[13.393,11.83,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.72,0.44],[0,-0.92],[1.66,0],[0,1.66],[-0.02,0.14]],"o":[[1.53,-0.81],[0.66,0.55],[0,1.66],[-1.66,0],[0,-0.14],[0,0]],"v":[[0.03,1.88],[4.92,0],[6,2.3],[3,5.3],[0,2.3],[0.03,1.88]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929412007332,0.21960799396,0.447059005499,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Combined Shape","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[422,418.371,0],"ix":2},"a":{"a":0,"k":[26.429,19.844,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-4.13,0.41],[0,-1.05],[3.31,0],[0.62,2.65]],"o":[[3.17,-2.34],[0.47,0.86],[0,3.31],[-2.84,0],[0,0]],"v":[[0,4.27],[11.1,0],[11.84,2.89],[5.84,8.89],[0,4.27]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.662744998932,0.784313976765,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":16,"s":[561,654,0],"e":[561,616,0],"to":[0,-6.33333349227905,0],"ti":[0,6.33333349227905,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":19.6,"s":[561,616,0],"e":[561,616,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":36.4,"s":[561,616,0],"e":[561,654,0],"to":[0,6.33333349227905,0],"ti":[0,-6.33333349227905,0]},{"t":40.4}],"ix":2},"a":{"a":0,"k":[89,115,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[72.898,72.898],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.475,0,0.5,1,0.555,0,1,1,0.635,0],"ix":9}},"s":{"a":0,"k":[0,-27.223],"ix":5},"e":{"a":0,"k":[0.645,34.703],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[88.449,114.551],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":0,"nm":"flower-bottom","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":16,"s":[500,500,0],"e":[500,460,0],"to":[0,-6.66666650772095,0],"ti":[0,6.66666650772095,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":19.6,"s":[500,460,0],"e":[500,460,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":36.4,"s":[500,460,0],"e":[500,500,0],"to":[0,6.66666650772095,0],"ti":[0,-6.66666650772095,0]},{"t":40.4}],"ix":2},"a":{"a":0,"k":[500,500,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":0,"nm":"Candel Copy 2","refId":"comp_4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":90,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[822.643,426.464,0],"e":[862.643,406.464,0],"to":[6.66666650772095,-3.33333325386047,0],"ti":[0.00000152587893,0.00000252405812,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[862.643,406.464,0],"e":[822.643,426.464,0],"to":[-0.00000152587893,-0.00000252405812,0],"ti":[6.66666841506958,-3.33333086967468,0]},{"t":90}],"ix":2},"a":{"a":0,"k":[14,71.5,0],"ix":1},"s":{"a":0,"k":[79.719,74.925,100],"ix":6}},"ao":0,"w":28,"h":143,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":0,"nm":"Candel Copy 2","refId":"comp_4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":90,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[804.643,670.464,0],"e":[824.643,690.464,0],"to":[3.33333325386047,3.33333325386047,0],"ti":[0.00000152587893,-0.00000256220505,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[824.643,690.464,0],"e":[804.643,670.464,0],"to":[-0.00000152587893,0.00000256220505,0],"ti":[3.33333492279053,3.33333086967468,0]},{"t":90}],"ix":2},"a":{"a":0,"k":[14,71.5,0],"ix":1},"s":{"a":0,"k":[79.719,74.925,100],"ix":6}},"ao":0,"w":28,"h":143,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":0,"nm":"Marigold","refId":"comp_5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6,"s":[0],"e":[165]},{"t":42}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[326,394,0],"e":[366,414,0],"to":[3.56972765922546,1.78486382961273,0],"ti":[-3.09693884849548,-1.54846942424774,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[366,414,0],"e":[326,394,0],"to":[6.66666650772095,3.33333325386047,0],"ti":[-6.66666650772095,-3.33333325386047,0]},{"t":90}],"ix":2},"a":{"a":0,"k":[861.291,713,0],"ix":1},"s":{"a":0,"k":[27.896,27.896,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":0,"nm":"Marigold","refId":"comp_5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[165]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":42,"s":[165],"e":[0]},{"t":90}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[790,454,0],"e":[830,474,0],"to":[6.66666650772095,3.33333325386047,0],"ti":[-2.14110218270391e-12,-1.26950305736478e-12,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[830,474,0],"e":[790,454,0],"to":[2.14110218270391e-12,1.26950305736478e-12,0],"ti":[6.66666650772095,3.33333325386047,0]},{"t":90}],"ix":2},"a":{"a":0,"k":[861.291,713,0],"ix":1},"s":{"a":0,"k":[27.896,27.896,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":0,"nm":"Marigold","refId":"comp_5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[360]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":42,"s":[360],"e":[0]},{"t":90}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[702,742,0],"e":[742,762,0],"to":[6.66666650772095,3.33333325386047,0],"ti":[-2.14110218270391e-12,-1.26950305736478e-12,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[742,762,0],"e":[702,742,0],"to":[2.14110218270391e-12,1.26950305736478e-12,0],"ti":[6.66666650772095,3.33333325386047,0]},{"t":90}],"ix":2},"a":{"a":0,"k":[861.291,713,0],"ix":1},"s":{"a":0,"k":[56.178,56.178,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":0,"nm":"side flower","refId":"comp_6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":39.2,"s":[4],"e":[-11]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":61.6,"s":[-11],"e":[0]},{"t":90}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[768,572,0],"e":[808,592,0],"to":[6.66666650772095,3.33333325386047,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[808,592,0],"e":[768,572,0],"to":[0,0,0],"ti":[6.66666650772095,3.33333325386047,0]},{"t":90}],"ix":2},"a":{"a":0,"k":[858,546,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":16,"ty":0,"nm":"Red-half-circle","refId":"comp_3","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},"n":"0p833_0p833_0p167_0p167","t":0,"s":[759,471,0],"e":[759,381,0],"to":[-35,-29,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":43.6,"s":[759,381,0],"e":[759,471,0],"to":[0,0,0],"ti":[7.7002158164978,6.38017845153809,0]},{"t":90}],"ix":2},"a":{"a":0,"k":[899,473,0],"ix":1},"s":{"a":0,"k":[90,90,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":17,"ty":0,"nm":"Red-half-circle","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[360]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":42,"s":[360],"e":[720]},{"t":90}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[615,771,0],"e":[635,731,0],"to":[3.33333325386047,-6.66666650772095,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[635,731,0],"e":[615,771,0],"to":[0,0,0],"ti":[3.33333325386047,-6.66666650772095,0]},{"t":90}],"ix":2},"a":{"a":0,"k":[899,473,0],"ix":1},"s":{"a":0,"k":[123,123,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":18,"ty":0,"nm":"Red-half-circle","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[90],"e":[450]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":42,"s":[450],"e":[810]},{"t":90}],"ix":10},"p":{"a":0,"k":[620,498,0],"ix":2},"a":{"a":0,"k":[899,473,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":19,"ty":0,"nm":"orange-half-circle","refId":"comp_8","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[360]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":36,"s":[360],"e":[0]},{"t":90}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[666,678,0],"e":[726,638,0],"to":[10,-6.66666650772095,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":36,"s":[726,638,0],"e":[666,678,0],"to":[0,0,0],"ti":[10,-6.66666650772095,0]},{"t":90}],"ix":2},"a":{"a":0,"k":[898,420,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":20,"ty":0,"nm":"flower-smallest","refId":"comp_9","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[720]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":42,"s":[720],"e":[1440]},{"t":90}],"ix":10},"p":{"a":0,"k":[558,532,0],"ix":2},"a":{"a":0,"k":[196,152,0],"ix":1},"s":{"a":0,"k":[66,66,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":21,"ty":0,"nm":"flower-small","refId":"comp_10","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[360]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":42,"s":[360],"e":[1440]},{"t":90}],"ix":10},"p":{"a":0,"k":[528,476,0],"ix":2},"a":{"a":0,"k":[34,36,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":22,"ty":4,"nm":"Leaf Left 8","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":270,"ix":10},"p":{"a":0,"k":[451.839,430.937,0],"ix":2},"a":{"a":0,"k":[6.696,30.937,0],"ix":1},"s":{"a":0,"k":[160,160,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,2.73],[-1.85,1.73]],"o":[[-1.85,-1.74],[0,-2.73],[0,0]],"v":[[3,13.86],[0,6.93],[3,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929412007332,0.21960799396,0.447059005499,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":23,"ty":4,"nm":"Leaf Left 7","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":90,"ix":10},"p":{"a":0,"k":[391.839,409.437,0],"ix":2},"a":{"a":0,"k":[6.696,30.937,0],"ix":1},"s":{"a":0,"k":[160,160,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.527,1.182],[-0.918,0.858],[0,0]],"o":[[0.518,-1.164],[0,0],[0,0]],"v":[[0.749,2.222],[3,0],[3,7.083]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929412007332,0.21960799396,0.447059005499,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":24,"ty":4,"nm":"Leaf Right 8","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":450,"ix":10},"p":{"a":0,"k":[452.196,409.437,0],"ix":2},"a":{"a":0,"k":[6.696,30.937,0],"ix":1},"s":{"a":0,"k":[160,160,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,2.73],[-1.85,1.73]],"o":[[-1.85,-1.74],[0,-2.73],[0,0]],"v":[[3,13.86],[0,6.93],[3,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.701960980892,0.141176000237,0.341176003218,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":25,"ty":4,"nm":"Leaf Right 7","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":270,"ix":10},"p":{"a":0,"k":[392.196,430.937,0],"ix":2},"a":{"a":0,"k":[6.696,30.937,0],"ix":1},"s":{"a":0,"k":[160,160,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,2.73],[-0.234,0.827],[0,0]],"o":[[-1.85,-1.74],[0,-0.901],[2.007,1.068],[0,0]],"v":[[3,13.86],[0,6.93],[0.36,4.329],[3,6.622]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.701960980892,0.141176000237,0.341176003218,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":26,"ty":0,"nm":"red pedal","refId":"comp_11","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":90,"ix":10},"p":{"a":0,"k":[681,498,0],"ix":2},"a":{"a":0,"k":[816,430,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":62.4,"s":[100,100,100],"e":[-100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":65.2,"s":[-100,100,100],"e":[-100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":79.6,"s":[-100,100,100],"e":[100,100,100]},{"t":82.8}],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":27,"ty":4,"nm":"Leaf Left 6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[411.839,446.937,0],"ix":2},"a":{"a":0,"k":[6.696,30.937,0],"ix":1},"s":{"a":0,"k":[160,160,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,2.73],[-0.864,1.432],[0,0]],"o":[[-1.85,-1.74],[0,-1.792],[0.452,-0.749],[0,0]],"v":[[3,13.86],[0,6.93],[1.36,2.025],[3,2.529]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929412007332,0.21960799396,0.447059005499,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":28,"ty":4,"nm":"Leaf Right 6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":180,"ix":10},"p":{"a":0,"k":[433.196,446.937,0],"ix":2},"a":{"a":0,"k":[6.696,30.937,0],"ix":1},"s":{"a":0,"k":[160,160,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.387,0.563],[0,1.996],[-1.85,1.73],[0,0]],"o":[[-1.054,-1.532],[0,-2.73],[0,0],[0,0]],"v":[[1.669,12.31],[0,6.93],[3,0],[3,11.961]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.701960980892,0.141176000237,0.341176003218,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":29,"ty":0,"nm":"red pedal","refId":"comp_11","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":360,"ix":10},"p":{"a":0,"k":[621,557,0],"ix":2},"a":{"a":0,"k":[816,430,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":58.8,"s":[100,100,100],"e":[-100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":62.8,"s":[-100,100,100],"e":[-100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":78,"s":[-100,100,100],"e":[100,100,100]},{"t":80.8}],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":30,"ty":4,"nm":"Leaf Left 5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":45,"ix":10},"p":{"a":0,"k":[389.589,437.437,0],"ix":2},"a":{"a":0,"k":[6.696,30.937,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,2.73],[-1.85,1.73]],"o":[[-1.85,-1.74],[0,-2.73],[0,0]],"v":[[3,13.86],[0,6.93],[3,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929412007332,0.21960799396,0.447059005499,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":31,"ty":4,"nm":"Leaf Right 5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":225,"ix":10},"p":{"a":0,"k":[399.196,446.937,0],"ix":2},"a":{"a":0,"k":[6.696,30.937,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,2.73],[-1.85,1.73]],"o":[[-1.85,-1.74],[0,-2.73],[0,0]],"v":[[3,13.86],[0,6.93],[3,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.701960980892,0.141176000237,0.341176003218,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":32,"ty":4,"nm":"Leaf Left 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-45,"ix":10},"p":{"a":0,"k":[442.589,446.937,0],"ix":2},"a":{"a":0,"k":[6.696,30.937,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,2.73],[-1.85,1.73]],"o":[[-1.85,-1.74],[0,-2.73],[0,0]],"v":[[3,13.86],[0,6.93],[3,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929412007332,0.21960799396,0.447059005499,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":33,"ty":4,"nm":"Leaf Right 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":135,"ix":10},"p":{"a":0,"k":[452.196,437.437,0],"ix":2},"a":{"a":0,"k":[6.696,30.937,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,2.73],[-1.85,1.73]],"o":[[-1.85,-1.74],[0,-2.73],[0,0]],"v":[[3,13.86],[0,6.93],[3,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.701960980892,0.141176000237,0.341176003218,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":34,"ty":0,"nm":"red pedal","refId":"comp_11","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":145,"ix":10},"p":{"a":0,"k":[661,540,0],"ix":2},"a":{"a":0,"k":[816,430,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":35,"ty":0,"nm":"red pedal","refId":"comp_11","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":45,"ix":10},"p":{"a":0,"k":[661,458,0],"ix":2},"a":{"a":0,"k":[816,430,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":66.8,"s":[100,100,100],"e":[-100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":69.2,"s":[-100,100,100],"e":[-100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":80.4,"s":[-100,100,100],"e":[100,100,100]},{"t":82.8}],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":36,"ty":0,"nm":"red pedal","refId":"comp_11","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[621,438,0],"ix":2},"a":{"a":0,"k":[816,430,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":12,"s":[100,100,100],"e":[-100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":14.8,"s":[-100,100,100],"e":[-100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":50.8,"s":[-100,100,100],"e":[100,100,100]},{"t":54.4}],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":37,"ty":4,"nm":"Skull","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[537.5,596.661,0],"ix":2},"a":{"a":0,"k":[187.5,198.661,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"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},"n":"0p667_1_0p333_0","t":16,"s":[{"i":[[0,0],[9.57,0],[1.65,9.1],[0,0],[0,1.93],[0,0],[-1.93,0],[0,0],[0,2.21],[0,0],[2.21,0],[0,0],[0,1.66],[0,0],[-12.43,0],[0,0],[0,-12.43],[12.2,-0.26],[0,0],[8.01,0],[0,0]],"o":[[-1.65,9.1],[-9.57,0],[0,0],[-1.93,0],[0,0],[0,-1.93],[0,0],[2.21,0],[0,0],[0,-2.21],[0,0],[-1.66,0],[0,0],[0,-12.43],[0,0],[12.43,0],[0,12.26],[0,0],[0,8.01],[0,0],[0,0]],"v":[[46.69,73],[27.5,89],[8.31,73],[3.5,73],[0,69.5],[0,66.5],[3.5,63],[29,63],[33,59],[33,49],[29,45],[4,45],[1,42],[1,22.5],[23.5,0],[61.5,0],[84,22.5],[62,44.99],[62,58.5],[47.5,73],[46.69,73]],"c":true}],"e":[{"i":[[0,0],[9.57,0],[1.65,9.1],[0,0],[0,1.93],[0,0],[-1.93,0],[0,0],[0,2.21],[0,0],[2.21,0],[0,0],[0,1.66],[0,0],[-12.43,0],[0,0],[0,-12.43],[12.2,-0.26],[0,0],[8.01,0],[0,0]],"o":[[-1.65,9.1],[-9.57,0],[0,0],[-1.93,0],[0,0],[0,-1.93],[0,0],[2.21,0],[0,0],[0,-2.21],[0,0],[-1.66,0],[0,0],[0,-12.43],[0,0],[12.43,0],[0,12.26],[0,0],[0,8.01],[0,0],[0,0]],"v":[[46.69,64.04],[27.5,80.04],[8.31,64.04],[3.5,64.04],[0,60.54],[0,57.54],[3.5,54.04],[29,54.04],[33,50.04],[33,49],[29,45],[4,45],[1,42],[1,22.5],[23.5,0],[61.5,0],[84,22.5],[62,44.99],[62,49.54],[47.5,64.04],[46.69,64.04]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":19.6,"s":[{"i":[[0,0],[9.57,0],[1.65,9.1],[0,0],[0,1.93],[0,0],[-1.93,0],[0,0],[0,2.21],[0,0],[2.21,0],[0,0],[0,1.66],[0,0],[-12.43,0],[0,0],[0,-12.43],[12.2,-0.26],[0,0],[8.01,0],[0,0]],"o":[[-1.65,9.1],[-9.57,0],[0,0],[-1.93,0],[0,0],[0,-1.93],[0,0],[2.21,0],[0,0],[0,-2.21],[0,0],[-1.66,0],[0,0],[0,-12.43],[0,0],[12.43,0],[0,12.26],[0,0],[0,8.01],[0,0],[0,0]],"v":[[46.69,64.04],[27.5,80.04],[8.31,64.04],[3.5,64.04],[0,60.54],[0,57.54],[3.5,54.04],[29,54.04],[33,50.04],[33,49],[29,45],[4,45],[1,42],[1,22.5],[23.5,0],[61.5,0],[84,22.5],[62,44.99],[62,49.54],[47.5,64.04],[46.69,64.04]],"c":true}],"e":[{"i":[[0,0],[9.57,0],[1.65,9.1],[0,0],[0,1.93],[0,0],[-1.93,0],[0,0],[0,2.21],[0,0],[2.21,0],[0,0],[0,1.66],[0,0],[-12.43,0],[0,0],[0,-12.43],[12.2,-0.26],[0,0],[8.01,0],[0,0]],"o":[[-1.65,9.1],[-9.57,0],[0,0],[-1.93,0],[0,0],[0,-1.93],[0,0],[2.21,0],[0,0],[0,-2.21],[0,0],[-1.66,0],[0,0],[0,-12.43],[0,0],[12.43,0],[0,12.26],[0,0],[0,8.01],[0,0],[0,0]],"v":[[46.69,64.04],[27.5,80.04],[8.31,64.04],[3.5,64.04],[0,60.54],[0,57.54],[3.5,54.04],[29,54.04],[33,50.04],[33,49],[29,45],[4,45],[1,42],[1,22.5],[23.5,0],[61.5,0],[84,22.5],[62,44.99],[62,49.54],[47.5,64.04],[46.69,64.04]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":36.8,"s":[{"i":[[0,0],[9.57,0],[1.65,9.1],[0,0],[0,1.93],[0,0],[-1.93,0],[0,0],[0,2.21],[0,0],[2.21,0],[0,0],[0,1.66],[0,0],[-12.43,0],[0,0],[0,-12.43],[12.2,-0.26],[0,0],[8.01,0],[0,0]],"o":[[-1.65,9.1],[-9.57,0],[0,0],[-1.93,0],[0,0],[0,-1.93],[0,0],[2.21,0],[0,0],[0,-2.21],[0,0],[-1.66,0],[0,0],[0,-12.43],[0,0],[12.43,0],[0,12.26],[0,0],[0,8.01],[0,0],[0,0]],"v":[[46.69,64.04],[27.5,80.04],[8.31,64.04],[3.5,64.04],[0,60.54],[0,57.54],[3.5,54.04],[29,54.04],[33,50.04],[33,49],[29,45],[4,45],[1,42],[1,22.5],[23.5,0],[61.5,0],[84,22.5],[62,44.99],[62,49.54],[47.5,64.04],[46.69,64.04]],"c":true}],"e":[{"i":[[0,0],[9.57,0],[1.65,9.1],[0,0],[0,1.93],[0,0],[-1.93,0],[0,0],[0,2.21],[0,0],[2.21,0],[0,0],[0,1.66],[0,0],[-12.43,0],[0,0],[0,-12.43],[12.2,-0.26],[0,0],[8.01,0],[0,0]],"o":[[-1.65,9.1],[-9.57,0],[0,0],[-1.93,0],[0,0],[0,-1.93],[0,0],[2.21,0],[0,0],[0,-2.21],[0,0],[-1.66,0],[0,0],[0,-12.43],[0,0],[12.43,0],[0,12.26],[0,0],[0,8.01],[0,0],[0,0]],"v":[[46.69,73],[27.5,89],[8.31,73],[3.5,73],[0,69.5],[0,66.5],[3.5,63],[29,63],[33,59],[33,49],[29,45],[4,45],[1,42],[1,22.5],[23.5,0],[61.5,0],[84,22.5],[62,44.99],[62,58.5],[47.5,73],[46.69,73]],"c":true}]},{"t":40.4}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","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":"Path","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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},"n":"0p667_1_0p333_0","t":20,"s":[{"i":[[-3.31,0],[0,3.31],[3.31,0],[0,-3.31]],"o":[[3.31,0],[0,-3.31],[-3.31,0],[0,3.31]],"v":[[6,12],[12,6],[6,0],[0,6]],"c":true}],"e":[{"i":[[-3.31,0],[0,3.31],[3.31,0],[0,-3.31]],"o":[[3.31,0],[0,-3.31],[-3.31,0],[0,3.31]],"v":[[8.688,12],[14.688,6],[8.688,0],[2.688,6]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":22.8,"s":[{"i":[[-3.31,0],[0,3.31],[3.31,0],[0,-3.31]],"o":[[3.31,0],[0,-3.31],[-3.31,0],[0,3.31]],"v":[[8.688,12],[14.688,6],[8.688,0],[2.688,6]],"c":true}],"e":[{"i":[[-3.31,0],[0,3.31],[3.31,0],[0,-3.31]],"o":[[3.31,0],[0,-3.31],[-3.31,0],[0,3.31]],"v":[[11.376,12],[17.376,6],[11.376,0],[5.376,6]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":32.8,"s":[{"i":[[-3.31,0],[0,3.31],[3.31,0],[0,-3.31]],"o":[[3.31,0],[0,-3.31],[-3.31,0],[0,3.31]],"v":[[11.376,12],[17.376,6],[11.376,0],[5.376,6]],"c":true}],"e":[{"i":[[-3.31,0],[0,3.31],[3.31,0],[0,-3.31]],"o":[[3.31,0],[0,-3.31],[-3.31,0],[0,3.31]],"v":[[5.104,12],[11.104,6],[5.104,0],[-0.896,6]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":34.8,"s":[{"i":[[-3.31,0],[0,3.31],[3.31,0],[0,-3.31]],"o":[[3.31,0],[0,-3.31],[-3.31,0],[0,3.31]],"v":[[5.104,12],[11.104,6],[5.104,0],[-0.896,6]],"c":true}],"e":[{"i":[[-3.31,0],[0,3.31],[3.31,0],[0,-3.31]],"o":[[3.31,0],[0,-3.31],[-3.31,0],[0,3.31]],"v":[[6,12],[12,6],[6,0],[0,6]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":35.6,"s":[{"i":[[-3.31,0],[0,3.31],[3.31,0],[0,-3.31]],"o":[[3.31,0],[0,-3.31],[-3.31,0],[0,3.31]],"v":[[6,12],[12,6],[6,0],[0,6]],"c":true}],"e":[{"i":[[-3.31,0],[0,3.31],[3.31,0],[0,-3.31]],"o":[[3.31,0],[0,-3.31],[-3.31,0],[0,3.31]],"v":[[6,12],[12,6],[6,0],[0,6]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":65.2,"s":[{"i":[[-3.31,0],[0,3.31],[3.31,0],[0,-3.31]],"o":[[3.31,0],[0,-3.31],[-3.31,0],[0,3.31]],"v":[[6,12],[12,6],[6,0],[0,6]],"c":true}],"e":[{"i":[[-3.31,0],[0,3.31],[3.31,0],[0,-3.31]],"o":[[3.31,0],[0,-3.31],[-3.31,0],[0,3.31]],"v":[[4.208,13.792],[10.208,7.792],[4.208,1.792],[-1.792,7.792]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":70.8,"s":[{"i":[[-3.31,0],[0,3.31],[3.31,0],[0,-3.31]],"o":[[3.31,0],[0,-3.31],[-3.31,0],[0,3.31]],"v":[[4.208,13.792],[10.208,7.792],[4.208,1.792],[-1.792,7.792]],"c":true}],"e":[{"i":[[-3.31,0],[0,3.31],[3.31,0],[0,-3.31]],"o":[[3.31,0],[0,-3.31],[-3.31,0],[0,3.31]],"v":[[6,13.792],[12,7.792],[6,1.792],[0,7.792]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":79.6,"s":[{"i":[[-3.31,0],[0,3.31],[3.31,0],[0,-3.31]],"o":[[3.31,0],[0,-3.31],[-3.31,0],[0,3.31]],"v":[[6,13.792],[12,7.792],[6,1.792],[0,7.792]],"c":true}],"e":[{"i":[[-3.31,0],[0,3.31],[3.31,0],[0,-3.31]],"o":[[3.31,0],[0,-3.31],[-3.31,0],[0,3.31]],"v":[[6,12],[12,6],[6,0],[0,6]],"c":true}]},{"t":81.2}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[21,24],"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":"Path","np":1,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"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},"n":"0p667_1_0p333_0","t":20,"s":[{"i":[[-3.31,0],[0,3.31],[3.31,0],[0,-3.31]],"o":[[3.31,0],[0,-3.31],[-3.31,0],[0,3.31]],"v":[[6,12],[12,6],[6,0],[0,6]],"c":true}],"e":[{"i":[[-3.31,0],[0,3.31],[3.31,0],[0,-3.31]],"o":[[3.31,0],[0,-3.31],[-3.31,0],[0,3.31]],"v":[[8.688,12],[14.688,6],[8.688,0],[2.688,6]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":22.8,"s":[{"i":[[-3.31,0],[0,3.31],[3.31,0],[0,-3.31]],"o":[[3.31,0],[0,-3.31],[-3.31,0],[0,3.31]],"v":[[8.688,12],[14.688,6],[8.688,0],[2.688,6]],"c":true}],"e":[{"i":[[-3.31,0],[0,3.31],[3.31,0],[0,-3.31]],"o":[[3.31,0],[0,-3.31],[-3.31,0],[0,3.31]],"v":[[11.376,12],[17.376,6],[11.376,0],[5.376,6]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":32.8,"s":[{"i":[[-3.31,0],[0,3.31],[3.31,0],[0,-3.31]],"o":[[3.31,0],[0,-3.31],[-3.31,0],[0,3.31]],"v":[[11.376,12],[17.376,6],[11.376,0],[5.376,6]],"c":true}],"e":[{"i":[[-3.31,0],[0,3.31],[3.31,0],[0,-3.31]],"o":[[3.31,0],[0,-3.31],[-3.31,0],[0,3.31]],"v":[[5.104,12],[11.104,6],[5.104,0],[-0.896,6]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":34.8,"s":[{"i":[[-3.31,0],[0,3.31],[3.31,0],[0,-3.31]],"o":[[3.31,0],[0,-3.31],[-3.31,0],[0,3.31]],"v":[[5.104,12],[11.104,6],[5.104,0],[-0.896,6]],"c":true}],"e":[{"i":[[-3.31,0],[0,3.31],[3.31,0],[0,-3.31]],"o":[[3.31,0],[0,-3.31],[-3.31,0],[0,3.31]],"v":[[6,12],[12,6],[6,0],[0,6]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":35.6,"s":[{"i":[[-3.31,0],[0,3.31],[3.31,0],[0,-3.31]],"o":[[3.31,0],[0,-3.31],[-3.31,0],[0,3.31]],"v":[[6,12],[12,6],[6,0],[0,6]],"c":true}],"e":[{"i":[[-3.31,0],[0,3.31],[3.31,0],[0,-3.31]],"o":[[3.31,0],[0,-3.31],[-3.31,0],[0,3.31]],"v":[[6,12],[12,6],[6,0],[0,6]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":65.2,"s":[{"i":[[-3.31,0],[0,3.31],[3.31,0],[0,-3.31]],"o":[[3.31,0],[0,-3.31],[-3.31,0],[0,3.31]],"v":[[6,12],[12,6],[6,0],[0,6]],"c":true}],"e":[{"i":[[-3.31,0],[0,3.31],[3.31,0],[0,-3.31]],"o":[[3.31,0],[0,-3.31],[-3.31,0],[0,3.31]],"v":[[4.208,13.792],[10.208,7.792],[4.208,1.792],[-1.792,7.792]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":70.8,"s":[{"i":[[-3.31,0],[0,3.31],[3.31,0],[0,-3.31]],"o":[[3.31,0],[0,-3.31],[-3.31,0],[0,3.31]],"v":[[4.208,13.792],[10.208,7.792],[4.208,1.792],[-1.792,7.792]],"c":true}],"e":[{"i":[[-3.31,0],[0,3.31],[3.31,0],[0,-3.31]],"o":[[3.31,0],[0,-3.31],[-3.31,0],[0,3.31]],"v":[[6,13.792],[12,7.792],[6,1.792],[0,7.792]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":79.6,"s":[{"i":[[-3.31,0],[0,3.31],[3.31,0],[0,-3.31]],"o":[[3.31,0],[0,-3.31],[-3.31,0],[0,3.31]],"v":[[6,13.792],[12,7.792],[6,1.792],[0,7.792]],"c":true}],"e":[{"i":[[-3.31,0],[0,3.31],[3.31,0],[0,-3.31]],"o":[[3.31,0],[0,-3.31],[-3.31,0],[0,3.31]],"v":[[6,12],[12,6],[6,0],[0,6]],"c":true}]},{"t":81.2}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[6,24],"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":"Path","np":1,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.756862998009,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":"Combined Shape","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":38,"ty":4,"nm":"Teeth","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":16,"s":[381.946,609.589,0],"e":[381.946,587.589,0],"to":[0,-3.66666674613953,0],"ti":[0,3.66666674613953,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":19.6,"s":[381.946,587.589,0],"e":[381.946,587.589,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":36.4,"s":[381.946,587.589,0],"e":[381.946,609.589,0],"to":[0,3.66666674613953,0],"ti":[0,-3.66666674613953,0]},{"t":40.4}],"ix":2},"a":{"a":0,"k":[15.625,29.018,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.93,0],[0,-1.93],[0,0],[1.93,0],[0,1.93],[0,0]],"o":[[1.93,0],[0,0],[0,1.93],[-1.93,0],[0,0],[0,-1.93]],"v":[[3.5,0],[7,3.5],[7,9.5],[3.5,13],[0,9.5],[0,3.5]],"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,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":39,"ty":4,"nm":"Teeth","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":16,"s":[462.304,609.589,0],"e":[462.304,587.589,0],"to":[0,-3.66666674613953,0],"ti":[0,3.66666674613953,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":19.6,"s":[462.304,587.589,0],"e":[462.304,587.589,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":36.4,"s":[462.304,587.589,0],"e":[462.304,609.589,0],"to":[0,3.66666674613953,0],"ti":[0,-3.66666674613953,0]},{"t":40.4}],"ix":2},"a":{"a":0,"k":[15.625,29.018,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.93,0],[0,-1.93],[0,0],[1.93,0],[0,1.93],[0,0]],"o":[[1.93,0],[0,0],[0,1.93],[-1.93,0],[0,0],[0,-1.93]],"v":[[3.5,0],[7,3.5],[7,9.5],[3.5,13],[0,9.5],[0,3.5]],"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,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":40,"ty":4,"nm":"Teeth","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":16,"s":[422.125,609.589,0],"e":[422.125,587.589,0],"to":[0,-3.66666674613953,0],"ti":[0,3.66666674613953,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":19.6,"s":[422.125,587.589,0],"e":[422.125,587.589,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":36.4,"s":[422.125,587.589,0],"e":[422.125,609.589,0],"to":[0,3.66666674613953,0],"ti":[0,-3.66666674613953,0]},{"t":40.4}],"ix":2},"a":{"a":0,"k":[15.625,29.018,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.93,0],[0,-1.93],[0,0],[1.93,0],[0,1.93],[0,0]],"o":[[1.93,0],[0,0],[0,1.93],[-1.93,0],[0,0],[0,-1.93]],"v":[[3.5,0],[7,3.5],[7,9.5],[3.5,13],[0,9.5],[0,3.5]],"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,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":41,"ty":4,"nm":"Teeth","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":16,"s":[381.946,680.321,0],"e":[381.946,644.321,0],"to":[0,-6,0],"ti":[0,6,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":19.6,"s":[381.946,644.321,0],"e":[381.946,644.321,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":36.4,"s":[381.946,644.321,0],"e":[381.946,680.321,0],"to":[0,6,0],"ti":[0,-6,0]},{"t":40.4}],"ix":2},"a":{"a":0,"k":[15.625,22.321,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.93,0],[0,-1.93],[0,0],[1.93,0],[0,1.93],[0,0]],"o":[[1.93,0],[0,0],[0,1.93],[-1.93,0],[0,0],[0,-1.93]],"v":[[3.5,0],[7,3.5],[7,6.5],[3.5,10],[0,6.5],[0,3.5]],"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,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":42,"ty":4,"nm":"Teeth","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":16,"s":[462.304,680.321,0],"e":[462.304,644.321,0],"to":[0,-6,0],"ti":[0,6,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":19.6,"s":[462.304,644.321,0],"e":[462.304,644.321,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":36.4,"s":[462.304,644.321,0],"e":[462.304,680.321,0],"to":[0,6,0],"ti":[0,-6,0]},{"t":40.4}],"ix":2},"a":{"a":0,"k":[15.625,22.321,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.93,0],[0,-1.93],[0,0],[1.93,0],[0,1.93],[0,0]],"o":[[1.93,0],[0,0],[0,1.93],[-1.93,0],[0,0],[0,-1.93]],"v":[[3.5,0],[7,3.5],[7,6.5],[3.5,10],[0,6.5],[0,3.5]],"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,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":43,"ty":4,"nm":"Teeth","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":16,"s":[422.125,680.321,0],"e":[422.125,644.321,0],"to":[0,-6,0],"ti":[0,6,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":19.6,"s":[422.125,644.321,0],"e":[422.125,644.321,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":36.4,"s":[422.125,644.321,0],"e":[422.125,680.321,0],"to":[0,6,0],"ti":[0,-6,0]},{"t":40.4}],"ix":2},"a":{"a":0,"k":[15.625,22.321,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.93,0],[0,-1.93],[0,0],[1.93,0],[0,1.93],[0,0]],"o":[[1.93,0],[0,0],[0,1.93],[-1.93,0],[0,0],[0,-1.93]],"v":[[3.5,0],[7,3.5],[7,6.5],[3.5,10],[0,6.5],[0,3.5]],"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,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":0,"nm":"yellow-red-pedal","refId":"comp_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":125,"ix":10},"p":{"a":0,"k":[514.5,742,0],"ix":2},"a":{"a":0,"k":[51,22,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":19.6,"s":[100,100,100],"e":[-100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":22.8,"s":[-100,100,100],"e":[-100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":42.8,"s":[-100,100,100],"e":[100,100,100]},{"t":46.4}],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"yellow-red-pedal","refId":"comp_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":56,"ix":10},"p":{"a":0,"k":[432.5,741.936,0],"ix":2},"a":{"a":0,"k":[51,22,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":21.2,"s":[100,100,100],"e":[-100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":24.4,"s":[-100,100,100],"e":[-100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":42.4,"s":[-100,100,100],"e":[100,100,100]},{"t":47.2}],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":0,"nm":"yellow-red-pedal","refId":"comp_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":300,"ix":10},"p":{"a":0,"k":[530,707,0],"ix":2},"a":{"a":0,"k":[51,22,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":22.4,"s":[80,80,100],"e":[-80,80,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":25.6,"s":[-80,80,100],"e":[-80,80,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":44,"s":[-80,80,100],"e":[80,80,100]},{"t":48.4}],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":0,"nm":"yellow-red-pedal","refId":"comp_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":60,"ix":10},"p":{"a":0,"k":[412,706.715,0],"ix":2},"a":{"a":0,"k":[51,22,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":24.8,"s":[80,80,100],"e":[-80,80,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":28,"s":[-80,80,100],"e":[-80,80,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":47.6,"s":[-80,80,100],"e":[80,80,100]},{"t":52}],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":0,"nm":"yellow-red-pedal","refId":"comp_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[474,773.5,0],"ix":2},"a":{"a":0,"k":[51,22,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":28,"s":[80,80,100],"e":[-80,80,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":31.2,"s":[-80,80,100],"e":[-80,80,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":48.8,"s":[-80,80,100],"e":[80,80,100]},{"t":52.8}],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Oval 8 Copy","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[473.821,743.536,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.945097982883,0.30980399251,0.345097988844,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":"Oval 8 Copy","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Oval 8 Copy 8","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[496.143,761.393,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.945097982883,0.30980399251,0.345097988844,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":"Oval 8 Copy 8","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Oval 8 Copy 7","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[451.5,761.393,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.945097982883,0.30980399251,0.345097988844,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":"Oval 8 Copy 7","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Oval 8 Copy 10","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[505.071,716.75,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.945097982883,0.30980399251,0.345097988844,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":"Oval 8 Copy 10","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Oval 8 Copy 6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[438.107,716.75,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.945097982883,0.30980399251,0.345097988844,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":"Oval 8 Copy 6","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":0,"nm":"Red-half-circle","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[720]},{"t":90}],"ix":10},"p":{"a":0,"k":[472.5,709.5,0],"ix":2},"a":{"a":0,"k":[896.967,471.78,0],"ix":1},"s":{"a":0,"k":[123,123,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0}]},{"id":"comp_2","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Combined Shape","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[56.808,21.875,0],"ix":2},"a":{"a":0,"k":[5.603,21.875,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,-2.02],[1.52,-1.1]],"o":[[0,0],[1.52,1.09],[0,2.02],[0,0]],"v":[[0,9.8],[0,0],[2.51,4.9],[0,9.8]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.91058498621,0.138336002827,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Combined Shape","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[45.603,21.875,0],"ix":2},"a":{"a":0,"k":[5.603,21.875,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,2.02],[-1.52,1.09],[0,0]],"o":[[-1.52,-1.1],[0,-2.02],[0,0],[0,0]],"v":[[2.51,9.8],[0,4.9],[2.51,0],[2.51,9.8]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.945097982883,0.30980399251,0.345097988844,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0}]},{"id":"comp_3","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Half Circle 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[903.539,471.393,0],"ix":2},"a":{"a":0,"k":[6.896,13.393,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.1,-4.61],[0,1.66],[1.65,0]],"o":[[1.65,0],[0,-1.66],[-0.14,2.49]],"v":[[0.09,6],[3.09,3],[0.09,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.701960784314,0.141176470588,0.341176470588,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Circle 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[897.393,471.393,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[6,6],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929411824544,0.219607858097,0.447058853449,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":"Oval 2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0}]},{"id":"comp_4","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Combined Shape 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ef":[{"ty":25,"nm":"Drop Shadow","np":9,"mn":"ADBE Drop Shadow","ix":1,"en":0,"ef":[{"ty":2,"nm":"Shadow Color","mn":"ADBE Drop Shadow-0001","ix":1,"v":{"a":0,"k":[0.955107986927,1,0.141809001565,0.5],"ix":1}},{"ty":0,"nm":"Opacity","mn":"ADBE Drop Shadow-0002","ix":2,"v":{"a":0,"k":127.5,"ix":2}},{"ty":0,"nm":"Direction","mn":"ADBE Drop Shadow-0003","ix":3,"v":{"a":0,"k":180,"ix":3}},{"ty":0,"nm":"Distance","mn":"ADBE Drop Shadow-0004","ix":4,"v":{"a":0,"k":2,"ix":4}},{"ty":0,"nm":"Softness","mn":"ADBE Drop Shadow-0005","ix":5,"v":{"a":0,"k":17,"ix":5}},{"ty":7,"nm":"Shadow Only","mn":"ADBE Drop Shadow-0006","ix":6,"v":{"a":0,"k":0,"ix":6}},{"ty":7,"nm":"GPU Rendering","mn":"ADBE Force CPU GPU","ix":7,"v":{"a":0,"k":1,"ix":7}}]}],"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,-6.82],[5.8,0],[0,0]],"o":[[0,0],[4.05,5.49],[0,5.8],[0,0],[0.25,-19.5]],"v":[[14,0],[21.77,10.55],[28,29.5],[17.5,40],[13,40.25]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","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":"Rectangle 17 Copy 5","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":3,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925490255917,0.470588265213,0.007843137255,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Combined Shape","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Combined Shape","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ef":[{"ty":25,"nm":"Drop Shadow","np":9,"mn":"ADBE Drop Shadow","ix":1,"en":0,"ef":[{"ty":2,"nm":"Shadow Color","mn":"ADBE Drop Shadow-0001","ix":1,"v":{"a":0,"k":[0.955107986927,1,0.141809001565,0.5],"ix":1}},{"ty":0,"nm":"Opacity","mn":"ADBE Drop Shadow-0002","ix":2,"v":{"a":0,"k":127.5,"ix":2}},{"ty":0,"nm":"Direction","mn":"ADBE Drop Shadow-0003","ix":3,"v":{"a":0,"k":180,"ix":3}},{"ty":0,"nm":"Distance","mn":"ADBE Drop Shadow-0004","ix":4,"v":{"a":0,"k":2,"ix":4}},{"ty":0,"nm":"Softness","mn":"ADBE Drop Shadow-0005","ix":5,"v":{"a":0,"k":17,"ix":5}},{"ty":7,"nm":"Shadow Only","mn":"ADBE Drop Shadow-0006","ix":6,"v":{"a":0,"k":0,"ix":6}},{"ty":7,"nm":"GPU Rendering","mn":"ADBE Force CPU GPU","ix":7,"v":{"a":0,"k":1,"ix":7}}]}],"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4.05,5.49],[0,0],[0,0],[0,-6.82],[5.8,0],[0,0],[0,5.8]],"o":[[0,0],[0,0],[4.05,5.49],[0,5.8],[0,0],[-5.8,0],[0,-6.82]],"v":[[6.23,10.55],[14,0],[21.77,10.55],[28,29.5],[17.5,40],[10.5,40],[0,29.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","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":"Rectangle 17 Copy 5","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":3,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.756862998009,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Combined Shape","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Rectangle 17 Copy 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[5.7,58.52,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.75,0],[0,0],[0,-2.21],[0,0],[0.74,0],[0,0]],"o":[[0,0],[0.74,0],[0,0],[0,2.21],[0,0],[-0.75,0]],"v":[[0.56,0],[3.96,0],[5.3,3.99],[5.3,70.96],[3.96,74.95],[0.56,74.95]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925490021706,0.470587998629,0.007842999883,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Rectangle 17 Copy","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[17.2,58.52,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.75,0],[0,0],[0,-2.21],[0,0],[0.74,0],[0,0]],"o":[[0,0],[0.74,0],[0,0],[0,2.21],[0,0],[-0.75,0]],"v":[[0.56,0],[3.96,0],[5.3,3.99],[5.3,70.96],[3.96,74.95],[0.56,74.95]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925490021706,0.470587998629,0.007842999883,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Rectangle 17","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,49,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.76,0],[0,0],[0,-2.76],[0,0],[2.76,0],[0,0],[0,2.76],[0,0]],"o":[[0,0],[2.76,0],[0,0],[0,2.76],[0,0],[-2.76,0],[0,0],[0,-2.76]],"v":[[5,0],[23,0],[28,5],[28,89],[23,94],[5,94],[0,89],[0,5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.756862998009,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0}]},{"id":"comp_5","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Marigold 4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":270,"ix":10},"p":{"a":0,"k":[838,722.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.886,0,0.5,1,0.822,0,1,1,0.757,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Marigold 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":90,"ix":10},"p":{"a":0,"k":[888,722.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.812,0,0.5,1,0.724,0,1,1,0.635,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Marigold 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":180,"ix":10},"p":{"a":0,"k":[863,742.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.776,0,0.5,1,0.716,0,1,1,0.655,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Marigold","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[863,704,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.812,0,0.5,1,0.724,0,1,1,0.635,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Marigold 7","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":45,"ix":10},"p":{"a":0,"k":[844,741,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.969,0.69,0.02,0.5,0.947,0.58,0.014,1,0.925,0.471,0.008],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Marigold 6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":135,"ix":10},"p":{"a":0,"k":[844,703.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.969,0.69,0.02,0.5,0.947,0.58,0.014,1,0.925,0.471,0.008],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Marigold 9","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-22,"ix":10},"p":{"a":0,"k":[852.5,696,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.886,0,0.5,1,0.822,0,1,1,0.757,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Marigold 8","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":135,"ix":10},"p":{"a":0,"k":[881.5,740,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.969,0.69,0.02,0.5,0.947,0.58,0.014,1,0.925,0.471,0.008],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Marigold 5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":45,"ix":10},"p":{"a":0,"k":[881.5,703.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.969,0.69,0.02,0.5,0.947,0.58,0.014,1,0.925,0.471,0.008],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Marigold 16","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":294,"ix":10},"p":{"a":0,"k":[838.5,712,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.886,0,0.5,1,0.822,0,1,1,0.757,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Marigold 15","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":246,"ix":10},"p":{"a":0,"k":[838.5,733.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.886,0,0.5,1,0.822,0,1,1,0.757,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Marigold 14","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":201,"ix":10},"p":{"a":0,"k":[853.5,745.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.886,0,0.5,1,0.822,0,1,1,0.757,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Marigold 13","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":159,"ix":10},"p":{"a":0,"k":[872,745.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.886,0,0.5,1,0.822,0,1,1,0.757,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"Marigold 12","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":110,"ix":10},"p":{"a":0,"k":[887,731.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.886,0,0.5,1,0.822,0,1,1,0.757,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"Marigold 11","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":72,"ix":10},"p":{"a":0,"k":[887,712,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.886,0,0.5,1,0.822,0,1,1,0.757,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"Marigold 10","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":22,"ix":10},"p":{"a":0,"k":[872.5,696,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.886,0,0.5,1,0.822,0,1,1,0.757,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"Marigold 20","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":270,"ix":10},"p":{"a":0,"k":[826.5,722.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.969,0.69,0.02,0.5,0.947,0.58,0.014,1,0.925,0.471,0.008],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"Marigold 19","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":180,"ix":10},"p":{"a":0,"k":[863,753,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.969,0.69,0.02,0.5,0.947,0.58,0.014,1,0.925,0.471,0.008],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"Marigold 18","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":90,"ix":10},"p":{"a":0,"k":[900,722,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.969,0.69,0.02,0.5,0.947,0.58,0.014,1,0.925,0.471,0.008],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":20,"ty":4,"nm":"Marigold 17","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[862.5,689.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.969,0.69,0.02,0.5,0.947,0.58,0.014,1,0.925,0.471,0.008],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0}]},{"id":"comp_6","layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Red-half-circle","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[868,543.5,0],"ix":2},"a":{"a":0,"k":[899,473,0],"ix":1},"s":{"a":0,"k":[50,50,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"yellow orange pedal","refId":"comp_7","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":180,"ix":10},"p":{"a":0,"k":[867.946,569.5,0],"ix":2},"a":{"a":0,"k":[814,270,0],"ix":1},"s":{"a":0,"k":[50,50,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":0,"nm":"yellow orange pedal","refId":"comp_7","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":145,"ix":10},"p":{"a":0,"k":[887.5,563,0],"ix":2},"a":{"a":0,"k":[814,270,0],"ix":1},"s":{"a":0,"k":[50,50,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":0,"nm":"yellow orange pedal","refId":"comp_7","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":90,"ix":10},"p":{"a":0,"k":[899,542.5,0],"ix":2},"a":{"a":0,"k":[814,270,0],"ix":1},"s":{"a":0,"k":[50,50,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":0,"nm":"yellow orange pedal","refId":"comp_7","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":45,"ix":10},"p":{"a":0,"k":[887.5,523,0],"ix":2},"a":{"a":0,"k":[814,270,0],"ix":1},"s":{"a":0,"k":[50,50,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":0,"nm":"yellow orange pedal","refId":"comp_7","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[867.054,514.5,0],"ix":2},"a":{"a":0,"k":[814,270,0],"ix":1},"s":{"a":0,"k":[50,50,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0}]},{"id":"comp_7","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Leaf Left 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[808.089,268.937,0],"ix":2},"a":{"a":0,"k":[6.696,30.937,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,2.73],[-1.85,1.73]],"o":[[-1.85,-1.74],[0,-2.73],[0,0]],"v":[[3,13.86],[0,6.93],[3,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925490196078,0.470588235294,0.007843137255,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Leaf Right 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":180,"ix":10},"p":{"a":0,"k":[821.696,269.937,0],"ix":2},"a":{"a":0,"k":[6.696,30.937,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,2.73],[-1.85,1.73]],"o":[[-1.85,-1.74],[0,-2.73],[0,0]],"v":[[3,13.86],[0,6.93],[3,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.756862745098,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0}]},{"id":"comp_8","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Half Circle","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[903.539,417.393,0],"ix":2},"a":{"a":0,"k":[6.896,13.393,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.1,-4.61],[0,1.66],[1.65,0]],"o":[[1.65,0],[0,-1.66],[-0.14,2.49]],"v":[[0.09,6],[3.09,3],[0.09,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.756862998009,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Circle","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[897.393,417.393,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[6,6],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925490021706,0.470587998629,0.007842999883,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":"Oval 2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0}]},{"id":"comp_9","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Oval 2 Copy 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[193.482,153.482,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3,3],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.701960980892,0.141176000237,0.341176003218,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":"Oval 2 Copy 2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Oval 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[193.482,153.482,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[5,5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.662745098039,0.78431372549,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":"Oval 2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Rectangle 12 Copy 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[193.482,153.482,0],"ix":2},"a":{"a":0,"k":[20.089,20.089,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.57,0.56],[-0.56,0.56],[0,0],[-0.57,-0.56],[0.56,-0.56],[0,0]],"o":[[-0.56,-0.57],[0,0],[0.56,-0.56],[0.56,0.57],[0,0],[-0.56,0.56]],"v":[[0.42,8.58],[0.42,6.54],[6.54,0.42],[8.58,0.42],[8.58,2.46],[2.46,8.58]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.701960980892,0.141176000237,0.341176003218,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Rectangle 12 Copy 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[193.482,153.482,0],"ix":2},"a":{"a":0,"k":[20.089,20.089,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.56,-0.57],[0.56,0.56],[0,0],[-0.56,0.57],[-0.56,-0.56],[0,0]],"o":[[-0.57,0.56],[0,0],[-0.56,-0.56],[0.57,-0.56],[0,0],[0.56,0.56]],"v":[[8.58,8.58],[6.54,8.58],[0.42,2.46],[0.42,0.42],[2.46,0.42],[8.58,6.54]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.701960980892,0.141176000237,0.341176003218,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Rectangle 12 Copy","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[193.482,153.482,0],"ix":2},"a":{"a":0,"k":[33.482,6.696,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-0.83],[0.83,0],[0,0],[0,0.83],[-0.83,0],[0,0]],"o":[[0,0.83],[0,0],[-0.83,0],[0,-0.83],[0,0],[0.83,0]],"v":[[15,1.5],[13.5,3],[1.5,3],[0,1.5],[1.5,0],[13.5,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929412007332,0.21960799396,0.447059005499,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Rectangle 12","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[193.482,153.482,0],"ix":2},"a":{"a":0,"k":[6.696,33.482,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.83,0],[0,-0.83],[0,0],[0.83,0],[0,0.83],[0,0]],"o":[[0.83,0],[0,0],[0,0.83],[-0.83,0],[0,0],[0,-0.83]],"v":[[1.5,0],[3,1.5],[3,13.5],[1.5,15],[0,13.5],[0,1.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929412007332,0.21960799396,0.447059005499,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0}]},{"id":"comp_10","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Oval 2 Copy 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[33.482,33.482,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3,3],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.701960980892,0.141176000237,0.341176003218,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":"Oval 2 Copy 2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Oval 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[33.482,33.482,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[5,5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.982599020004,0.988804996014,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":"Oval 2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Rectangle 12 Copy 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[33.482,33.482,0],"ix":2},"a":{"a":0,"k":[20.089,20.089,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.57,0.56],[-0.56,0.56],[0,0],[-0.57,-0.56],[0.56,-0.56],[0,0]],"o":[[-0.56,-0.57],[0,0],[0.56,-0.56],[0.56,0.57],[0,0],[-0.56,0.56]],"v":[[0.42,8.58],[0.42,6.54],[6.54,0.42],[8.58,0.42],[8.58,2.46],[2.46,8.58]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.701960980892,0.141176000237,0.341176003218,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Rectangle 12 Copy 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[33.482,33.482,0],"ix":2},"a":{"a":0,"k":[20.089,20.089,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.56,-0.57],[0.56,0.56],[0,0],[-0.56,0.57],[-0.56,-0.56],[0,0]],"o":[[-0.57,0.56],[0,0],[-0.56,-0.56],[0.57,-0.56],[0,0],[0.56,0.56]],"v":[[8.58,8.58],[6.54,8.58],[0.42,2.46],[0.42,0.42],[2.46,0.42],[8.58,6.54]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.701960980892,0.141176000237,0.341176003218,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Rectangle 12 Copy","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[33.482,33.482,0],"ix":2},"a":{"a":0,"k":[33.482,6.696,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-0.83],[0.83,0],[0,0],[0,0.83],[-0.83,0],[0,0]],"o":[[0,0.83],[0,0],[-0.83,0],[0,-0.83],[0,0],[0.83,0]],"v":[[15,1.5],[13.5,3],[1.5,3],[0,1.5],[1.5,0],[13.5,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929412007332,0.21960799396,0.447059005499,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Rectangle 12","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[33.482,33.482,0],"ix":2},"a":{"a":0,"k":[6.696,33.482,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.83,0],[0,-0.83],[0,0],[0.83,0],[0,0.83],[0,0]],"o":[[0.83,0],[0,0],[0,0.83],[-0.83,0],[0,0],[0,-0.83]],"v":[[1.5,0],[3,1.5],[3,13.5],[1.5,15],[0,13.5],[0,1.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929412007332,0.21960799396,0.447059005499,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0}]},{"id":"comp_11","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Leaf Left","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[808.089,428.937,0],"ix":2},"a":{"a":0,"k":[6.696,30.937,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,2.73],[-1.85,1.73]],"o":[[-1.85,-1.74],[0,-2.73],[0,0]],"v":[[3,13.86],[0,6.93],[3,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929412007332,0.21960799396,0.447059005499,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Leaf Right","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":180,"ix":10},"p":{"a":0,"k":[821.696,429.937,0],"ix":2},"a":{"a":0,"k":[6.696,30.937,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,2.73],[-1.85,1.73]],"o":[[-1.85,-1.74],[0,-2.73],[0,0]],"v":[[3,13.86],[0,6.93],[3,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.701960980892,0.141176000237,0.341176003218,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[446.429,446.429],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":12,"ty":0,"nm":"Lottie-Skull 2","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[312.58,339.602,0],"ix":2},"a":{"a":0,"k":[500,500,0],"ix":1},"s":{"a":0,"k":[82.688,82.688,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/landing_page.json b/ohos/flutter_lottie/assets/lottiefiles/landing_page.json new file mode 100644 index 0000000000000000000000000000000000000000..f17f79b052e597a2e313d4c9d63a2b0d8d9b7f89 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/landing_page.json @@ -0,0 +1 @@ +{"v":"5.1.7","fr":25,"ip":0,"op":251,"w":800,"h":600,"nm":"Landing Page - Portfolio","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":5,"nm":"We keep up with trends and applying this thinking back into our work through design and technology.","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[427.5,123.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"t":{"d":{"k":[{"s":{"sz":[643,79],"ps":[-321.5,-39.5],"s":14,"f":"SFUIText-Regular","t":"We keep up with trends and applying this thinking back into our\rwork through design and technology.","j":2,"tr":10,"lh":16.8000011444092,"ls":0,"fc":[0.24,0.24,0.24]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":500,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":5,"nm":"See our projects","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[400,547.498,0],"ix":2},"a":{"a":0,"k":[56.431,-4.002,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"t":{"d":{"k":[{"s":{"s":14,"f":"SFUIText-Medium","t":"See our projects","j":0,"tr":10,"lh":16.8,"ls":0,"fc":[1,1,1]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":500,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[400,547.5,0],"ix":2},"a":{"a":0,"k":[15,235.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[150,30],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":5,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.2,0.752941176471,0.945098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[15,235.5],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":500,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"#luph","ln":"luph","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[370.793,388.686,0],"ix":2},"a":{"a":0,"k":[41.94,43.212,0],"ix":1},"s":{"a":0,"k":[80,80,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1.332,-1.465],[-1.332,1.465]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[13.446,73.599],"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[3.749,-4.123],[-3.749,4.123]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[20.431,65.916],"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":"Group 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"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":[[3.659,6.301],[-6.618,-3.044],[-3.658,-6.301],[6.618,3.046]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[28.988,57.91],"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":"Group 3","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.135,1.032],[0,0],[-1.032,1.135],[0,0],[0,0],[0,0]],"o":[[0,0],[-1.136,-1.032],[0,0],[0,0],[0,0],[-1.033,1.135]],"v":[[-8.607,11.747],[-10.919,9.645],[-11.107,5.721],[5.716,-12.78],[12.138,-6.939],[-4.682,11.562]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.4,0.752999997606,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[19.264,68.645],"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":"Group 4","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.158,0.878]],"o":[[0.019,-0.889],[0,0]],"v":[[-0.132,1.327],[0.132,-1.327]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[30.604,35.939],"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":"Group 5","np":3,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.716,0.787],[-3.735,0.554]],"o":[[0.541,-0.873],[2.739,-3.012],[0,0]],"v":[[-5.966,3.93],[-4.083,1.435],[5.966,-3.93]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[38.962,24.79],"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":"Group 6","np":3,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[7.781,-8.557],[8.557,7.781],[-7.781,8.557],[-8.557,-7.781]],"o":[[-7.781,8.557],[-8.557,-7.781],[7.781,-8.557],[8.557,7.781]],"v":[[15.494,14.089],[-14.089,15.494],[-15.494,-14.089],[14.089,-15.494]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"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":60,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[47.426,37.633],"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":"Group 7","np":3,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[2.968,-3.263],[-2.968,3.263]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[31.158,55.523],"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":"Group 8","np":3,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":8.342,"s":[31.647,54.403],"e":[53.146,74.903],"to":[3.58317065238953,3.41666674613953],"ti":[-3.58317065238953,-3.41666674613953]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20.854,"s":[53.146,74.903],"e":[38.146,80.903],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":33.367,"s":[38.146,80.903],"e":[53.146,74.903],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":45.879,"s":[53.146,74.903],"e":[38.645,38.903],"to":[-2.41682934761047,-6],"ti":[6.70865869522095,4.70833349227905]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":58.392,"s":[38.645,38.903],"e":[12.894,46.653],"to":[-6.70865869522095,-4.70833349227905],"ti":[4.29182958602905,-3.625]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":70.904,"s":[12.894,46.653],"e":[12.894,60.653],"to":[-4.29182958602905,3.625],"ti":[-2.83333325386047,-5.83333349227905]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":83.417,"s":[12.894,60.653],"e":[29.894,81.653],"to":[2.83333325386047,5.83333349227905],"ti":[-2.83333325386047,3.5]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":100.101,"s":[29.894,81.653],"e":[29.894,39.653],"to":[2.83333325386047,-3.5],"ti":[0,3.83333325386047]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":116.783,"s":[29.894,39.653],"e":[29.894,58.653],"to":[0,-3.83333325386047],"ti":[3.83333325386047,-3.5]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":133.467,"s":[29.894,58.653],"e":[6.894,60.653],"to":[-3.83333325386047,3.5],"ti":[5.16666650772095,3.77551674842834]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":145.979,"s":[6.894,60.653],"e":[-1.106,36],"to":[-5.16666650772095,-3.77551674842834],"ti":[-7.70865869522095,-2.375]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":158.492,"s":[-1.106,36],"e":[53.146,74.903],"to":[7.70865869522095,2.375],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":171.004,"s":[53.146,74.903],"e":[38.645,38.903],"to":[-2.41682934761047,-6],"ti":[6.70865869522095,4.70833349227905]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":183.517,"s":[38.645,38.903],"e":[12.894,46.653],"to":[-6.70865869522095,-4.70833349227905],"ti":[4.29182958602905,-3.625]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":196.029,"s":[12.894,46.653],"e":[12.894,60.653],"to":[-4.29182958602905,3.625],"ti":[-2.83333325386047,-5.83333349227905]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":208.542,"s":[12.894,60.653],"e":[29.894,81.653],"to":[2.83333325386047,5.83333349227905],"ti":[-3.12548828125,1.04166662693024]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":225.226,"s":[29.894,81.653],"e":[31.647,54.403],"to":[3.12548828125,-1.04166662693024],"ti":[-0.29215493798256,4.54166650772095]},{"t":241.908203125}],"ix":2},"a":{"a":0,"k":[31.647,54.403],"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 15","np":8,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.223],[4.223,0],[0,4.223],[-4.224,0]],"o":[[0,4.223],[-4.224,0],[0,-4.223],[4.223,0]],"v":[[7.648,0],[0,7.647],[-7.648,0],[0,-7.647]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[12.647,17.291],"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":"Group 9","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.223],[4.223,0],[0,4.223],[-4.224,0]],"o":[[0,4.223],[-4.224,0],[0,-4.223],[4.223,0]],"v":[[7.648,0],[0,7.647],[-7.648,0],[0,-7.647]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.232,65.92],"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":"Group 10","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[4.685,4.685],[-4.685,-4.685]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[66.547,9.685],"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":"Group 11","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[4.685,-4.685],[-4.685,4.685]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[66.547,9.685],"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":"Group 12","np":3,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[4.685,4.685],[-4.685,-4.685]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[12.648,48.903],"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":"Group 13","np":3,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[4.685,-4.685],[-4.685,4.685]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[12.648,48.903],"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":"Group 14","np":3,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":251.084417751084,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":0,"nm":"sparkle","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[229,226,0],"ix":2},"a":{"a":0,"k":[45.5,44.5,0],"ix":1},"s":{"a":0,"k":[75,75,100],"ix":6}},"ao":0,"w":91,"h":89,"ip":225,"op":238.346680013347,"st":225,"bm":0},{"ddd":0,"ind":6,"ty":0,"nm":"sparkle","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[229,226,0],"ix":2},"a":{"a":0,"k":[45.5,44.5,0],"ix":1},"s":{"a":0,"k":[75,75,100],"ix":6}},"ao":0,"w":91,"h":89,"ip":125,"op":138.346680013347,"st":125,"bm":0},{"ddd":0,"ind":7,"ty":0,"nm":"sparkle","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[269,231,0],"ix":2},"a":{"a":0,"k":[45.5,44.5,0],"ix":1},"s":{"a":0,"k":[75,75,100],"ix":6}},"ao":0,"w":91,"h":89,"ip":65,"op":78.3466800133467,"st":65,"bm":0},{"ddd":0,"ind":8,"ty":0,"nm":"sparkle","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[514,230,0],"ix":2},"a":{"a":0,"k":[45.5,44.5,0],"ix":1},"s":{"a":0,"k":[75,75,100],"ix":6}},"ao":0,"w":91,"h":89,"ip":180,"op":193.346680013347,"st":180,"bm":0},{"ddd":0,"ind":9,"ty":0,"nm":"sparkle","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[514,250,0],"ix":2},"a":{"a":0,"k":[45.5,44.5,0],"ix":1},"s":{"a":0,"k":[75,75,100],"ix":6}},"ao":0,"w":91,"h":89,"ip":15,"op":28.3466800133467,"st":15,"bm":0},{"ddd":0,"ind":10,"ty":5,"nm":"We help organisations deliver better design","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[400,50.966,0],"ix":2},"a":{"a":0,"k":[271.137,-6.897,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"t":{"d":{"k":[{"s":{"s":25,"f":"SFUIText-Semibold","t":"We help organisations deliver better design","j":0,"tr":10,"lh":30,"ls":0,"fc":[0.24,0.24,0.24]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":500,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"sparkle 5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[626.279,241.071,0],"ix":2},"a":{"a":0,"k":[12.015,12.697,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.172,0.172,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p172_1_0p333_0","0p172_1_0p333_0","0p667_1_0p333_0"],"t":0,"s":[10,10,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.751,0.751,0.333],"y":[0,0,0]},"n":["0p667_1_0p751_0","0p667_1_0p751_0","0p667_1_0p333_0"],"t":8.342,"s":[100,100,100],"e":[10,10,100]},{"t":16.68359375}],"ix":6,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.25,-0.88],[0,0],[0,0],[0.852,0.333],[0,0],[0,0],[-0.25,0.88],[0,0],[0,0],[-0.852,-0.333]],"o":[[0,0],[-0.852,0.333],[0,0],[0,0],[-0.25,-0.88],[0,0],[0,0],[0.852,-0.333],[0,0],[0,0],[0.25,0.88],[0,0]],"v":[[7.015,0],[2.936,1.591],[1.187,3.516],[0,7.697],[-1.187,3.516],[-2.936,1.591],[-7.015,0],[-2.936,-1.591],[-1.187,-3.516],[0,-7.697],[1.187,-3.516],[2.936,-1.591]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[12.015,12.697],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":251.084417751084,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"sparkle 6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[602.279,259.071,0],"ix":2},"a":{"a":0,"k":[12.015,12.697,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.78,0.78,0.667],"y":[0.842,0.842,-49.001]},"o":{"x":[0.473,0.473,0.333],"y":[0,0,0]},"n":["0p78_0p842_0p473_0","0p78_0p842_0p473_0","0p667_-49p001_0p333_0"],"t":0,"s":[100,100,100],"e":[40,40,100]},{"i":{"x":[0.543,0.543,0.667],"y":[1,1,1]},"o":{"x":[0.479,0.479,0.333],"y":[-0.345,-0.345,50.001]},"n":["0p543_1_0p479_-0p345","0p543_1_0p479_-0p345","0p667_1_0p333_50p001"],"t":8.342,"s":[40,40,100],"e":[100,100,100]},{"t":16.68359375}],"ix":6,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.25,-0.88],[0,0],[0,0],[0.852,0.333],[0,0],[0,0],[-0.25,0.88],[0,0],[0,0],[-0.852,-0.333]],"o":[[0,0],[-0.852,0.333],[0,0],[0,0],[-0.25,-0.88],[0,0],[0,0],[0.852,-0.333],[0,0],[0,0],[0.25,0.88],[0,0]],"v":[[7.015,0],[2.936,1.591],[1.187,3.516],[0,7.697],[-1.187,3.516],[-2.936,1.591],[-7.015,0],[-2.936,-1.591],[-1.187,-3.516],[0,-7.697],[1.187,-3.516],[2.936,-1.591]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[12.015,12.697],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":251.084417751084,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":0,"nm":"Bulb 1","refId":"comp_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[234.5,377.75,0],"ix":2},"a":{"a":0,"k":[65,65,0],"ix":1},"s":{"a":0,"k":[80,80,100],"ix":6}},"ao":0,"w":130,"h":130,"ip":0,"op":501,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":0,"nm":"Eyes","refId":"comp_4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[425,286,0],"ix":2},"a":{"a":0,"k":[63.5,48.5,0],"ix":1},"s":{"a":0,"k":[80,80,100],"ix":6}},"ao":0,"w":127,"h":97,"ip":45,"op":544,"st":44,"bm":0},{"ddd":0,"ind":16,"ty":0,"nm":"Eyes","refId":"comp_4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[425,286,0],"ix":2},"a":{"a":0,"k":[63.5,48.5,0],"ix":1},"s":{"a":0,"k":[80,80,100],"ix":6}},"ao":0,"tm":{"a":0,"k":0.04,"ix":2},"w":127,"h":97,"ip":0,"op":45,"st":44,"bm":0},{"ddd":0,"ind":18,"ty":0,"nm":"laptop","refId":"comp_5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[527,435,0],"ix":2},"a":{"a":0,"k":[119.5,87,0],"ix":1},"s":{"a":0,"k":[90,90,100],"ix":6}},"ao":0,"w":239,"h":174,"ip":0,"op":251.084417751084,"st":0,"bm":0},{"ddd":0,"ind":19,"ty":0,"nm":"diamond","refId":"comp_7","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[641.667,299.667,0],"ix":2},"a":{"a":0,"k":[107.5,107.5,0],"ix":1},"s":{"a":0,"k":[90,90,100],"ix":6}},"ao":0,"tm":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[0.667]},{"t":25.025390625}],"ix":2,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"},"w":215,"h":215,"ip":0,"op":251.084417751084,"st":0,"bm":0},{"ddd":0,"ind":20,"ty":0,"nm":"design 2","refId":"comp_8","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[348,200,0],"ix":2},"a":{"a":0,"k":[62,51.5,0],"ix":1},"s":{"a":0,"k":[90,90,100],"ix":6}},"ao":0,"w":124,"h":103,"ip":0,"op":251.084417751084,"st":0,"bm":0},{"ddd":0,"ind":21,"ty":0,"nm":"concept 2","refId":"comp_10","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[148,279,0],"ix":2},"a":{"a":0,"k":[100,100,0],"ix":1},"s":{"a":0,"k":[80,80,100],"ix":6}},"ao":0,"tm":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[3.337]},{"t":125.125}],"ix":2,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"},"w":200,"h":200,"ip":0,"op":251.084417751084,"st":0,"bm":0},{"ddd":0,"ind":22,"ty":4,"nm":"Line Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[444.545,312.435,0],"ix":2},"a":{"a":0,"k":[466.906,217.872,0],"ix":1},"s":{"a":0,"k":[62,62,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[36.25,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[109.939,-127.883],[110.07,44.746],[75.32,79.496],[-111.57,79.496]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[237.395,302.862],"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":"Group 5","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[308.349,174.328],[308.349,5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":2,"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":"Group 6","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,-36.25],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-34.721,-93.082],[-34.721,-93.073],[-0.03,-93.073],[34.72,-58.323],[34.72,-38.821],[34.72,94.573]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[515.359,268.801],"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":"Group 11","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[733.438,175.719],[478.047,175.719]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[10,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":"Group 12","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-5.988,0],[0,-5.987],[0,0]],"o":[[0,0],[0,-5.987],[5.987,0],[0,0],[0,0]],"v":[[-10.886,20.736],[-10.886,-9.85],[0,-20.736],[10.886,-9.85],[10.886,20.736]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[226.469,153.591],"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":"Group 13","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[5.988,0],[0,5.987],[0,0]],"o":[[0,0],[0,5.987],[-5.987,0],[0,0],[0,0]],"v":[[10.887,-20.737],[10.887,9.85],[-0.001,20.737],[-10.886,9.85],[-10.886,-20.737]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[248.243,195.064],"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":"Group 14","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[5.988,0],[0,5.987],[0,0]],"o":[[0,0],[0,5.987],[-5.987,0],[0,0],[0,0]],"v":[[10.887,-20.737],[10.887,9.85],[-0.001,20.737],[-10.887,9.85],[-10.887,-20.737]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[204.696,195.671],"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":"Group 15","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[5,174.328],[193.81,174.328]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"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":"Group 16","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[259.539,174.328],[404.047,174.328]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"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":"Group 17","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":251.084417751084,"st":0,"bm":0},{"ddd":0,"ind":23,"ty":1,"nm":"White Solid 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[400,300,0],"ix":2},"a":{"a":0,"k":[400,300,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"sw":800,"sh":600,"sc":"#ffffff","ip":0,"op":500,"st":0,"bm":0}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10,"x":"var $bm_rt;\n$bm_rt = div(mul(index, 360), 4);"},"p":{"a":0,"k":[44.5,45.5,0],"ix":2},"a":{"a":0,"k":[-23.5,-64.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-23.5,-74],[-23.5,-89]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250980392157,0.250980392157,0.254901960784,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.25],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p25_1_0p333_0"],"t":0,"s":[0],"e":[100]},{"t":8.34167500834167}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0_1_0p333_0"],"t":4.171,"s":[0],"e":[100]},{"t":12.5125125125125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":13.3466800133467,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10,"x":"var $bm_rt;\n$bm_rt = div(mul(index, 360), 4);"},"p":{"a":0,"k":[44.5,45.5,0],"ix":2},"a":{"a":0,"k":[-23.5,-64.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-23.5,-74],[-23.5,-89]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250980392157,0.250980392157,0.254901960784,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.25],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p25_1_0p333_0"],"t":0,"s":[0],"e":[100]},{"t":8.34167500834167}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0_1_0p333_0"],"t":4.171,"s":[0],"e":[100]},{"t":12.5125125125125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":13.3466800133467,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10,"x":"var $bm_rt;\n$bm_rt = div(mul(index, 360), 4);"},"p":{"a":0,"k":[44.5,45.5,0],"ix":2},"a":{"a":0,"k":[-23.5,-64.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-23.5,-74],[-23.5,-89]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250980392157,0.250980392157,0.254901960784,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.25],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p25_1_0p333_0"],"t":0,"s":[0],"e":[100]},{"t":8.34167500834167}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0_1_0p333_0"],"t":4.171,"s":[0],"e":[100]},{"t":12.5125125125125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":13.3466800133467,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10,"x":"var $bm_rt;\n$bm_rt = div(mul(index, 360), 4);"},"p":{"a":0,"k":[44.5,45.5,0],"ix":2},"a":{"a":0,"k":[-23.5,-64.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-23.5,-74],[-23.5,-89]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250980392157,0.250980392157,0.254901960784,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.25],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p25_1_0p333_0"],"t":0,"s":[0],"e":[100]},{"t":8.34167500834167}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0_1_0p333_0"],"t":4.171,"s":[0],"e":[100]},{"t":12.5125125125125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":13.3466800133467,"st":0,"bm":0}]},{"id":"comp_2","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Layer 4 Outlines 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[59.75,72.75,0],"ix":2},"a":{"a":0,"k":[8.75,8.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.071],[-2.071,0],[0,2.071],[2.071,0]],"o":[[0,2.071],[2.071,0],[0,-2.071],[-2.071,0]],"v":[[-3.75,0],[0,3.75],[3.75,0],[0,-3.75]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.113741003298,0.113741003298,0.113741003298,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[8.75,8.75],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0_1_0p333_0"],"t":80,"s":[0],"e":[100]},{"t":90}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.458],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p458_1_0p333_0"],"t":115,"s":[0],"e":[100]},{"t":125}],"ix":2},"o":{"a":0,"k":-215,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":80,"op":150,"st":80,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 3 Outlines 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[68.5,72.75,0],"ix":2},"a":{"a":0,"k":[8.75,8.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.071],[-2.071,0],[0,2.071],[2.071,0]],"o":[[0,2.071],[2.071,0],[0,-2.071],[-2.071,0]],"v":[[-3.75,0],[0,3.75],[3.75,0],[0,-3.75]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.113741003298,0.113741003298,0.113741003298,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[8.75,8.75],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0_1_0p333_0"],"t":80,"s":[0],"e":[100]},{"t":90}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.458],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p458_1_0p333_0"],"t":115,"s":[0],"e":[100]},{"t":125}],"ix":2},"o":{"a":0,"k":-355,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":80,"op":150,"st":80,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Layer 2 Outlines 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[64.125,83.562,0],"ix":2},"a":{"a":0,"k":[5,15.438,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[5,25.875],[5,5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.113741003298,0.113741003298,0.113741003298,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0_1_0p333_0"],"t":75,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":85,"s":[100],"e":[100]},{"i":{"x":[0.301],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p301_1_0p167_0"],"t":125,"s":[100],"e":[0]},{"t":135}],"ix":1},"e":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":75,"op":150,"st":75,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Layer 4 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[59.75,72.75,0],"ix":2},"a":{"a":0,"k":[8.75,8.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.071],[-2.071,0],[0,2.071],[2.071,0]],"o":[[0,2.071],[2.071,0],[0,-2.071],[-2.071,0]],"v":[[-3.75,0],[0,3.75],[3.75,0],[0,-3.75]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.113741003298,0.113741003298,0.113741003298,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[8.75,8.75],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0_1_0p333_0"],"t":5,"s":[0],"e":[100]},{"t":15}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.458],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p458_1_0p333_0"],"t":40,"s":[0],"e":[100]},{"t":50}],"ix":2},"o":{"a":0,"k":-215,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":5,"op":75,"st":5,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Layer 3 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[68.5,72.75,0],"ix":2},"a":{"a":0,"k":[8.75,8.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.071],[-2.071,0],[0,2.071],[2.071,0]],"o":[[0,2.071],[2.071,0],[0,-2.071],[-2.071,0]],"v":[[-3.75,0],[0,3.75],[3.75,0],[0,-3.75]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.113741003298,0.113741003298,0.113741003298,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[8.75,8.75],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0_1_0p333_0"],"t":5,"s":[0],"e":[100]},{"t":15}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.458],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p458_1_0p333_0"],"t":40,"s":[0],"e":[100]},{"t":50}],"ix":2},"o":{"a":0,"k":-355,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":5,"op":75,"st":5,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Layer 2 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[64.125,83.562,0],"ix":2},"a":{"a":0,"k":[5,15.438,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[5,25.875],[5,5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.113741003298,0.113741003298,0.113741003298,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0_1_0p333_0"],"t":0,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":10,"s":[100],"e":[100]},{"i":{"x":[0.301],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p301_1_0p167_0"],"t":50,"s":[100],"e":[0]},{"t":60}],"ix":1},"e":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":75,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Layer 71 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[65.153,79.426,0],"ix":2},"a":{"a":0,"k":[23.08,36.358,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.146,0],[-0.255,3.079],[0,0]],"o":[[3.145,0],[0,0],[0.255,3.079]],"v":[[0.001,2.75],[5.976,-2.75],[-5.976,-2.75]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.113741003298,0.113741003298,0.113741003298,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[22.887,64.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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.478,0],[0,0],[0,-1.479],[-1.479,0],[0,0],[0,1.478]],"o":[[0,0],[-1.479,0],[0,1.478],[0,0],[1.478,0],[0,-1.479]],"v":[[8.187,-2.688],[-8.188,-2.688],[-10.875,0.001],[-8.188,2.688],[8.187,2.688],[10.875,0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.113741003298,0.113741003298,0.113741003298,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[22.888,59.52],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.478,0],[0,0],[0,-1.479],[-1.479,0],[0,0],[0,1.478]],"o":[[0,0],[-1.479,0],[0,1.478],[0,0],[1.478,0],[0,-1.479]],"v":[[8.187,-2.688],[-8.188,-2.688],[-10.875,0.001],[-8.188,2.688],[8.187,2.688],[10.875,0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.113741003298,0.113741003298,0.113741003298,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[22.888,54.103],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-1.244],[0,0],[0,0],[0,0],[-0.484,1.468],[0,0],[-2.044,1.688],[-0.22,5.156],[9.37,0.891],[0,-10.444],[-3.633,-3.317],[-0.722,-2.769]],"o":[[0,0],[0,0],[0,0],[0,-1.546],[0,0],[0.832,-2.517],[3.736,-3.087],[0.403,-9.403],[-10.652,-1.013],[0,5.178],[2.114,1.929],[0.315,1.203]],"v":[[-7.681,19.733],[-7.681,23.208],[6.328,23.208],[6.328,20.193],[7.06,15.644],[7.06,15.643],[11.421,9.17],[17.677,-3.594],[1.546,-22.195],[-18.081,-4.413],[-12.535,8.878],[-8.156,16.047]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.113741003298,0.113741003298,0.113741003298,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[23.08,28.208],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-1.244],[0,0],[0,0],[0,0],[-0.484,1.468],[0,0],[-2.044,1.688],[-0.22,5.156],[9.37,0.891],[0,-10.444],[-3.633,-3.317],[-0.722,-2.769]],"o":[[0,0],[0,0],[0,0],[0,-1.546],[0,0],[0.832,-2.517],[3.736,-3.087],[0.403,-9.403],[-10.652,-1.013],[0,5.178],[2.114,1.929],[0.315,1.203]],"v":[[-7.681,19.733],[-7.681,23.208],[6.328,23.208],[6.328,20.193],[7.06,15.644],[7.06,15.643],[11.421,9.17],[17.677,-3.594],[1.546,-22.195],[-18.081,-4.413],[-12.535,8.878],[-8.156,16.047]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.953325757793,0.643137195064,1],"ix":4},"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":10,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":15,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":40,"s":[100],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":45,"s":[0],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":85,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":90,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":125,"s":[100],"e":[0]},{"t":130}],"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[23.08,28.208],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":501,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":0,"nm":"Bulb_effect","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[65.5,65.5,0],"ix":2},"a":{"a":0,"k":[80,80,0],"ix":1},"s":{"a":0,"k":[81,81,100],"ix":6}},"ao":0,"w":160,"h":160,"ip":85,"op":105,"st":85,"bm":0},{"ddd":0,"ind":9,"ty":0,"nm":"Bulb_effect","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[65.5,65.5,0],"ix":2},"a":{"a":0,"k":[80,80,0],"ix":1},"s":{"a":0,"k":[81,81,100],"ix":6}},"ao":0,"w":160,"h":160,"ip":10,"op":30,"st":10,"bm":0}]},{"id":"comp_3","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"line 6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10,"x":"var $bm_rt;\n$bm_rt = div(mul(index, 360), 6);"},"p":{"a":0,"k":[78,81.5,0],"ix":2},"a":{"a":0,"k":[298,-134.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[298,-168.5],[298,-193]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.113725490196,0.113725490196,0.113725490196,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0_1_0p333_0"],"t":0,"s":[0],"e":[100]},{"t":10}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0_1_0p333_0"],"t":10,"s":[0],"e":[100]},{"t":20}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":501,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"line 5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10,"x":"var $bm_rt;\n$bm_rt = div(mul(index, 360), 6);"},"p":{"a":0,"k":[78,81.5,0],"ix":2},"a":{"a":0,"k":[298,-134.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[298,-168.5],[298,-193]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.113725490196,0.113725490196,0.113725490196,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0_1_0p333_0"],"t":0,"s":[0],"e":[100]},{"t":10}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0_1_0p333_0"],"t":10,"s":[0],"e":[100]},{"t":20}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":501,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"line 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10,"x":"var $bm_rt;\n$bm_rt = div(mul(index, 360), 6);"},"p":{"a":0,"k":[78,81.5,0],"ix":2},"a":{"a":0,"k":[298,-134.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[298,-168.5],[298,-193]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.113725490196,0.113725490196,0.113725490196,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0_1_0p333_0"],"t":0,"s":[0],"e":[100]},{"t":10}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0_1_0p333_0"],"t":10,"s":[0],"e":[100]},{"t":20}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":501,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"line 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10,"x":"var $bm_rt;\n$bm_rt = div(mul(index, 360), 6);"},"p":{"a":0,"k":[78,81.5,0],"ix":2},"a":{"a":0,"k":[298,-134.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[298,-168.5],[298,-193]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.113725490196,0.113725490196,0.113725490196,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0_1_0p333_0"],"t":0,"s":[0],"e":[100]},{"t":10}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0_1_0p333_0"],"t":10,"s":[0],"e":[100]},{"t":20}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":501,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"line","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10,"x":"var $bm_rt;\n$bm_rt = div(mul(index, 360), 6);"},"p":{"a":0,"k":[78,81.5,0],"ix":2},"a":{"a":0,"k":[298,-134.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[298,-168.5],[298,-193]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.113725490196,0.113725490196,0.113725490196,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0_1_0p333_0"],"t":0,"s":[0],"e":[100]},{"t":10}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0_1_0p333_0"],"t":10,"s":[0],"e":[100]},{"t":20}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":501,"st":0,"bm":0}]},{"id":"comp_4","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[63.625,48.25,0],"ix":2},"a":{"a":0,"k":[-227.875,47.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":5,"s":[{"i":[[32.25,0],[0,0],[-28.625,0],[0,0]],"o":[[-28.75,0],[0,0],[31.75,0],[0,0]],"v":[[-227.5,22.25],[-273.5,47.25],[-227.5,22.125],[-181,47.25]],"c":true}],"e":[{"i":[[32.25,0],[0,0],[-15.333,0],[0,0]],"o":[[-28.75,0],[0,0],[15.5,0],[0,0]],"v":[[-227.5,22.25],[-272.438,47.25],[-227.5,47.25],[-181,47.25]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":1,"y":0},"n":"0p667_1_1_0","t":15,"s":[{"i":[[32.25,0],[0,0],[-15.333,0],[0,0]],"o":[[-28.75,0],[0,0],[15.5,0],[0,0]],"v":[[-227.5,22.25],[-272.438,47.25],[-227.5,47.25],[-181,47.25]],"c":true}],"e":[{"i":[[32.25,0],[0,0],[-28.625,0],[0,0]],"o":[[-28.75,0],[0,0],[31.75,0],[0,0]],"v":[[-227.5,22.25],[-273.5,47.25],[-227.5,22.125],[-181,47.25]],"c":true}]},{"t":25}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250980392157,0.250980392157,0.254901960784,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"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,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":5,"op":25,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[63.625,48.25,0],"ix":2},"a":{"a":0,"k":[-227.875,47.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":60,"s":[{"i":[[32.25,0],[0,0],[-28.625,0],[0,0]],"o":[[-28.75,0],[0,0],[31.75,0],[0,0]],"v":[[-227.5,22.25],[-273.5,47.25],[-227.5,22.125],[-181,47.25]],"c":true}],"e":[{"i":[[32.25,0],[0,0],[-15.333,0],[0,0]],"o":[[-28.75,0],[0,0],[15.5,0],[0,0]],"v":[[-227.5,22.25],[-272.438,47.25],[-227.5,47.25],[-181,47.25]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":1,"y":0},"n":"0p667_1_1_0","t":70,"s":[{"i":[[32.25,0],[0,0],[-15.333,0],[0,0]],"o":[[-28.75,0],[0,0],[15.5,0],[0,0]],"v":[[-227.5,22.25],[-272.438,47.25],[-227.5,47.25],[-181,47.25]],"c":true}],"e":[{"i":[[32.25,0],[0,0],[-28.625,0],[0,0]],"o":[[-28.75,0],[0,0],[31.75,0],[0,0]],"v":[[-227.5,22.25],[-273.5,47.25],[-227.5,22.125],[-181,47.25]],"c":true}]},{"t":80}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250980392157,0.250980392157,0.254901960784,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"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,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":60,"op":80,"st":55,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[63.625,48.25,0],"ix":2},"a":{"a":0,"k":[-227.875,47.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":120,"s":[{"i":[[32.25,0],[0,0],[-28.625,0],[0,0]],"o":[[-28.75,0],[0,0],[31.75,0],[0,0]],"v":[[-227.5,22.25],[-273.5,47.25],[-227.5,22.125],[-181,47.25]],"c":true}],"e":[{"i":[[32.25,0],[0,0],[-15.333,0],[0,0]],"o":[[-28.75,0],[0,0],[15.5,0],[0,0]],"v":[[-227.5,22.25],[-272.438,47.25],[-227.5,47.25],[-181,47.25]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":1,"y":0},"n":"0p667_1_1_0","t":130,"s":[{"i":[[32.25,0],[0,0],[-15.333,0],[0,0]],"o":[[-28.75,0],[0,0],[15.5,0],[0,0]],"v":[[-227.5,22.25],[-272.438,47.25],[-227.5,47.25],[-181,47.25]],"c":true}],"e":[{"i":[[32.25,0],[0,0],[-28.625,0],[0,0]],"o":[[-28.75,0],[0,0],[31.75,0],[0,0]],"v":[[-227.5,22.25],[-273.5,47.25],[-227.5,22.125],[-181,47.25]],"c":true}]},{"t":140}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250980392157,0.250980392157,0.254901960784,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"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,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":120,"op":140,"st":115,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[63.625,48.25,0],"ix":2},"a":{"a":0,"k":[-227.875,47.25,0],"ix":1},"s":{"a":0,"k":[100,-100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":5,"s":[{"i":[[32.25,0],[0,0],[-28.625,0],[0,0]],"o":[[-28.75,0],[0,0],[31.75,0],[0,0]],"v":[[-227.5,22.25],[-273.5,47.25],[-227.5,22.125],[-181,47.25]],"c":true}],"e":[{"i":[[32.25,0],[0,0],[-15.333,0],[0,0]],"o":[[-28.75,0],[0,0],[15.5,0],[0,0]],"v":[[-227.5,22.25],[-272.875,47.25],[-227.5,47.25],[-181,47.25]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":1,"y":0},"n":"0p667_1_1_0","t":15,"s":[{"i":[[32.25,0],[0,0],[-15.333,0],[0,0]],"o":[[-28.75,0],[0,0],[15.5,0],[0,0]],"v":[[-227.5,22.25],[-272.875,47.25],[-227.5,47.25],[-181,47.25]],"c":true}],"e":[{"i":[[32.25,0],[0,0],[-28.625,0],[0,0]],"o":[[-28.75,0],[0,0],[31.75,0],[0,0]],"v":[[-227.5,22.25],[-273.5,47.25],[-227.5,22.125],[-181,47.25]],"c":true}]},{"t":25}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250980392157,0.250980392157,0.254901960784,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"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,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":5,"op":25,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[63.625,48.25,0],"ix":2},"a":{"a":0,"k":[-227.875,47.25,0],"ix":1},"s":{"a":0,"k":[100,-100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":60,"s":[{"i":[[32.25,0],[0,0],[-28.625,0],[0,0]],"o":[[-28.75,0],[0,0],[31.75,0],[0,0]],"v":[[-227.5,22.25],[-273.5,47.25],[-227.5,22.125],[-181,47.25]],"c":true}],"e":[{"i":[[32.25,0],[0,0],[-15.333,0],[0,0]],"o":[[-28.75,0],[0,0],[15.5,0],[0,0]],"v":[[-227.5,22.25],[-272.875,47.25],[-227.5,47.25],[-181,47.25]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":1,"y":0},"n":"0p667_1_1_0","t":70,"s":[{"i":[[32.25,0],[0,0],[-15.333,0],[0,0]],"o":[[-28.75,0],[0,0],[15.5,0],[0,0]],"v":[[-227.5,22.25],[-272.875,47.25],[-227.5,47.25],[-181,47.25]],"c":true}],"e":[{"i":[[32.25,0],[0,0],[-28.625,0],[0,0]],"o":[[-28.75,0],[0,0],[31.75,0],[0,0]],"v":[[-227.5,22.25],[-273.5,47.25],[-227.5,22.125],[-181,47.25]],"c":true}]},{"t":80}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250980392157,0.250980392157,0.254901960784,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"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,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":60,"op":80,"st":55,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[63.625,48.25,0],"ix":2},"a":{"a":0,"k":[-227.875,47.25,0],"ix":1},"s":{"a":0,"k":[100,-100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":120,"s":[{"i":[[32.25,0],[0,0],[-28.625,0],[0,0]],"o":[[-28.75,0],[0,0],[31.75,0],[0,0]],"v":[[-227.5,22.25],[-273.5,47.25],[-227.5,22.125],[-181,47.25]],"c":true}],"e":[{"i":[[32.25,0],[0,0],[-15.333,0],[0,0]],"o":[[-28.75,0],[0,0],[15.5,0],[0,0]],"v":[[-227.5,22.25],[-272.875,47.25],[-227.5,47.25],[-181,47.25]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":1,"y":0},"n":"0p667_1_1_0","t":130,"s":[{"i":[[32.25,0],[0,0],[-15.333,0],[0,0]],"o":[[-28.75,0],[0,0],[15.5,0],[0,0]],"v":[[-227.5,22.25],[-272.875,47.25],[-227.5,47.25],[-181,47.25]],"c":true}],"e":[{"i":[[32.25,0],[0,0],[-28.625,0],[0,0]],"o":[[-28.75,0],[0,0],[31.75,0],[0,0]],"v":[[-227.5,22.25],[-273.5,47.25],[-227.5,22.125],[-181,47.25]],"c":true}]},{"t":140}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250980392157,0.250980392157,0.254901960784,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"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,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":120,"op":140,"st":115,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Layer 8 Outlines","parent":8,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[23.368,23.368,0],"ix":2},"a":{"a":0,"k":[12.898,12.898,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[8,8],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[18.915,7.555],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.362],[-4.362,0],[0,4.362],[4.362,0]],"o":[[0,4.362],[4.362,0],[0,-4.362],[-4.362,0]],"v":[[-7.898,0],[0,7.898],[7.898,0],[0,-7.898]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"st","c":{"a":0,"k":[0.113741003298,0.113741003298,0.113741003298,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[12.898,12.898],"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":"Group 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[23.98,23.98],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.360784313725,0.81568627451,0.772549019608,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[12.906,12.921],"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":"Ellipse 2","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":501,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Layer 9 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.694,"y":0},"n":"0p667_1_0p694_0","t":30,"s":[64.683,47.717,0],"e":[74.683,47.717,0],"to":[1.66666662693024,0,0],"ti":[-1.66666662693024,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":40,"s":[74.683,47.717,0],"e":[74.683,47.717,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.322,"y":1},"o":{"x":0.333,"y":0},"n":"0p322_1_0p333_0","t":45,"s":[74.683,47.717,0],"e":[64.683,47.717,0],"to":[-1.66666662693024,0,0],"ti":[1.66666662693024,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":55,"s":[64.683,47.717,0],"e":[64.683,47.717,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.694,"y":0},"n":"0p667_1_0p694_0","t":85,"s":[64.683,47.717,0],"e":[54.683,47.717,0],"to":[-1.66666662693024,0,0],"ti":[1.66666662693024,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":95,"s":[54.683,47.717,0],"e":[54.683,47.717,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.322,"y":1},"o":{"x":0.333,"y":0},"n":"0p322_1_0p333_0","t":100,"s":[54.683,47.717,0],"e":[64.683,47.717,0],"to":[1.66666662693024,0,0],"ti":[-1.66666662693024,0,0]},{"t":110}],"ix":2},"a":{"a":0,"k":[23.368,23.368,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-10.144],[-10.144,0],[0,10.144],[10.144,0]],"o":[[0,10.144],[10.144,0],[0,-10.144],[-10.144,0]],"v":[[-18.368,0],[0,18.368],[18.368,0],[0,-18.368]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250980392157,0.250980392157,0.254901960784,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[23.368,23.368],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":501,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Layer 10 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[64.683,48.268,0],"ix":2},"a":{"a":0,"k":[51.846,30.348,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[30.57,0],[0,0],[-31.146,0],[0,0]],"o":[[-28.207,0],[0,0],[30.753,0],[0,0]],"v":[[0,-25.348],[-46.846,0.001],[0,25.348],[46.846,0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250980392157,0.250980392157,0.254901960784,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[51.846,30.348],"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":501,"st":0,"bm":0}]},{"id":"comp_5","layers":[{"ddd":0,"ind":1,"ty":0,"nm":"inside_laptop","refId":"comp_6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[119.5,87,0],"ix":2},"a":{"a":0,"k":[119.5,87,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[167.512,76.5],[69,76.5],[69,110.373],[167.512,110.373]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"tm":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[1.668]},{"t":62.5625625625626}],"ix":2,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"},"w":239,"h":174,"ip":0,"op":417.083750417084,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"#laptop 2","ln":"laptop","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[115.986,81.223,0],"ix":2},"a":{"a":0,"k":[86.507,67.959,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-1.215],[-1.216,0],[0,1.215],[1.214,0]],"o":[[0,1.215],[1.214,0],[0,-1.215],[-1.216,0]],"v":[[-2.199,0],[0.001,2.2],[2.199,0],[0.001,-2.2]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[46.063,50.199],"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":"Group 7","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[62.695,50.749],[82.901,50.749]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 9","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[91.561,50.749],[131.561,50.749]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 11","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[38.365,62.543],[138.984,62.543]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 13","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[88.674,69.704],"ix":2},"a":{"a":0,"k":[88.674,69.704],"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 17","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":425.425425425425,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"#laptop","ln":"laptop","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[115.986,81.223,0],"ix":2},"a":{"a":0,"k":[86.507,67.959,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[5,119.736],[160.999,119.736]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":2,"d":[{"n":"d","nm":"dash","v":{"a":0,"k":5,"ix":1}},{"n":"g","nm":"gap","v":{"a":0,"k":5,"ix":2}},{"n":"o","nm":"offset","v":{"a":0,"k":0,"ix":7}}],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[19.761,24.211],[19.761,128.982]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":2,"d":[{"n":"d","nm":"dash","v":{"a":0,"k":4.873,"ix":1}},{"n":"g","nm":"gap","v":{"a":0,"k":4.873,"ix":2}},{"n":"o","nm":"offset","v":{"a":0,"k":0,"ix":7}}],"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":"Group 3","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[19.761,16.838],[19.761,19.338]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":2,"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":"Group 4","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.178,-0.627],[0,0],[0,0],[0.608,0.237],[0,0],[0,0],[-0.178,0.627],[0,0],[0,0],[-0.608,-0.237]],"o":[[0,0],[-0.608,0.237],[0,0],[0,0],[-0.178,-0.627],[0,0],[0,0],[0.608,-0.237],[0,0],[0,0],[0.178,0.627],[0,0]],"v":[[5,0],[2.093,1.134],[0.846,2.506],[0,5.486],[-0.846,2.506],[-2.093,1.134],[-5,0],[-2.093,-1.134],[-0.846,-2.506],[0,-5.486],[0.846,-2.506],[2.093,-1.134]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[153.984,33.139],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":8.342,"s":[80,80],"e":[120,120]},{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":20.854,"s":[120,120],"e":[80,80]},{"t":33.3667000333667}],"ix":3,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"},"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 5","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.25,-0.88],[0,0],[0,0],[0.852,0.333],[0,0],[0,0],[-0.249,0.88],[0,0],[0,0],[-0.852,-0.333]],"o":[[0,0],[-0.852,0.333],[0,0],[0,0],[-0.249,-0.88],[0,0],[0,0],[0.852,-0.333],[0,0],[0,0],[0.25,0.88],[0,0]],"v":[[7.015,0],[2.936,1.591],[1.187,3.516],[0,7.697],[-1.187,3.516],[-2.936,1.591],[-7.015,0],[-2.936,-1.591],[-1.187,-3.516],[0,-7.697],[1.187,-3.516],[2.936,-1.591]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[160.999,12.697],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":0,"s":[100,100],"e":[50,50]},{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":16.683,"s":[50,50],"e":[100,100]},{"t":33.3667000333667}],"ix":3,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"},"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 6","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"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":[[-50.31,27.629],[50.31,27.629],[50.31,-27.629],[-50.31,-27.629]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[88.675,70.378],"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":"Group 14","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.361,0],[0,0],[0,1.361],[0,0],[0,0],[0,0]],"o":[[0,0],[-1.361,0],[0,0],[0,0],[0,0],[0,1.361]],"v":[[57.526,2.474],[-57.526,2.474],[-60,0],[-60,-2.474],[60,-2.474],[60,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[88.983,105.017],"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":"Group 15","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.268,0],[0,0],[0,-2.268],[0,0],[0,0],[0,0]],"o":[[0,0],[2.268,0],[0,0],[0,0],[0,0],[0,-2.268]],"v":[[-50.309,-31.753],[50.31,-31.753],[54.433,-27.628],[54.433,31.753],[-54.433,31.753],[-54.433,-27.628]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[88.983,70.378],"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":"Group 16","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[88.983,73.058],"ix":2},"a":{"a":0,"k":[88.983,73.058],"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 7","np":3,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":425.425425425425,"st":0,"bm":0}]},{"id":"comp_6","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"#laptop 5","ln":"laptop","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[115.986,81.223,0],"ix":2},"a":{"a":0,"k":[86.507,67.959,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"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":[[-9.284,10.516],[9.284,10.516],[9.284,-10.516],[-9.284,-10.516]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[53.01,80.894],"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":"Group 8","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[73.417,79.45],[93.623,79.45]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 10","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[73.417,75.326],[105.994,75.326]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 12","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-3.34],[-3.34,0],[0,3.34],[3.34,0]],"o":[[0,3.34],[3.34,0],[0,-3.34],[-3.34,0]],"v":[[-6.048,0],[0,6.048],[6.048,0],[0,-6.048]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[124.826,80.138],"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":"Group 17","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[87.3,80.894],"ix":2},"a":{"a":0,"k":[87.3,80.894],"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 14","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":30.03003003003,"op":42.5425425425425,"st":25.8591925258592,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"#laptop 4","ln":"laptop","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[115.986,81.223,0],"ix":2},"a":{"a":0,"k":[86.507,67.959,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"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":[[-9.284,10.516],[9.284,10.516],[9.284,-10.516],[-9.284,-10.516]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":8.342,"s":[53.01,123.894],"e":[53.01,80.894],"to":[0,-7.16666650772095],"ti":[0,7.16666650772095]},{"t":25.025025025025}],"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":"Group 8","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[73.417,79.45],[93.623,79.45]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":13.347,"s":[0,54],"e":[0,0],"to":[0,-9],"ti":[0,9]},{"t":30.03003003003}],"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":"Group 10","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[73.417,75.326],[105.994,75.326]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":11.678,"s":[0,50],"e":[0,0],"to":[0,-8.33333301544189],"ti":[0,8.33333301544189]},{"t":28.3616950283617}],"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":"Group 12","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-3.34],[-3.34,0],[0,3.34],[3.34,0]],"o":[[0,3.34],[3.34,0],[0,-3.34],[-3.34,0]],"v":[[-6.048,0],[0,6.048],[6.048,0],[0,-6.048]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":10.01,"s":[124.826,130.138],"e":[124.826,80.138],"to":[0,-8.33333301544189],"ti":[0,8.33333301544189]},{"t":26.6933600266934}],"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":"Group 17","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[87.3,80.894],"ix":2},"a":{"a":0,"k":[87.3,80.894],"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 14","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":8.34167500834167,"op":30.03003003003,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"#laptop 3","ln":"laptop","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[115.986,81.223,0],"ix":2},"a":{"a":0,"k":[86.507,67.959,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"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":[[-9.284,10.516],[9.284,10.516],[9.284,-10.516],[-9.284,-10.516]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.068,"y":1},"o":{"x":0.333,"y":0},"n":"0p068_1_0p333_0","t":0,"s":[53.01,80.894],"e":[53.01,25.894],"to":[0,-9.16666698455811],"ti":[0,9.16666698455811]},{"t":16.6833500166833}],"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":"Group 8","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[73.417,79.45],[93.623,79.45]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.068,"y":1},"o":{"x":0.333,"y":0},"n":"0p068_1_0p333_0","t":5.005,"s":[0,0],"e":[0,-47],"to":[0,-7.83333349227905],"ti":[0,7.83333349227905]},{"t":21.6883550216884}],"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":"Group 10","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[73.417,75.326],[105.994,75.326]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.068,"y":1},"o":{"x":0.333,"y":0},"n":"0p068_1_0p333_0","t":3.337,"s":[0,0],"e":[0,-50],"to":[0,-8.33333301544189],"ti":[0,8.33333301544189]},{"t":20.02002002002}],"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":"Group 12","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-3.34],[-3.34,0],[0,3.34],[3.34,0]],"o":[[0,3.34],[3.34,0],[0,-3.34],[-3.34,0]],"v":[[-6.048,0],[0,6.048],[6.048,0],[0,-6.048]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.068,"y":1},"o":{"x":0.333,"y":0},"n":"0p068_1_0p333_0","t":1.668,"s":[124.826,80.138],"e":[124.826,23.138],"to":[0,-9.5],"ti":[0,9.5]},{"t":18.3516850183517}],"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":"Group 17","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[87.3,80.894],"ix":2},"a":{"a":0,"k":[87.3,80.894],"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 14","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":21.6883550216884,"st":-8.34167500834167,"bm":0}]},{"id":"comp_7","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"diamond6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[107,107,0],"ix":2},"a":{"a":0,"k":[50,42,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[45.012,-14.268],[44.999,-14.261],[45,-14.259]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[31.161,-14.282],[33.385,-27.489],[45,-14.259]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7.508,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[31.161,-14.282],[33.385,-27.489],[45,-14.259]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[14.314,-14.102],[25.342,-36.965],[45,-14.259]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.518,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[14.314,-14.102],[25.342,-36.965],[45,-14.259]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[3.746,-14.243],[16.456,-37.214],[32.344,-14.259]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25.025,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[3.746,-14.243],[16.456,-37.214],[32.344,-14.259]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-14.469,-14.259],[-0.08,-36.741],[14.469,-14.259]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35.035,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-14.469,-14.259],[-0.08,-36.741],[14.469,-14.259]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-16.484,-14.267],[-6.096,-36.741],[9.82,-14.259]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40.874,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-16.484,-14.267],[-6.096,-36.741],[9.82,-14.259]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-28.219,-14.259],[-13.83,-36.741],[3.844,-14.259]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":48.382,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-28.219,-14.259],[-13.83,-36.741],[3.844,-14.259]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-44.719,-14.267],[-24.955,-36.733],[-16.812,-14.267]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":55.055,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-44.719,-14.267],[-24.955,-36.733],[-16.812,-14.267]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-44.719,-14.267],[-31.055,-29.933],[-26.562,-14.253]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":60.894,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-44.719,-14.267],[-31.055,-29.933],[-26.562,-14.253]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-44.719,-14.267],[-38.555,-21.183],[-36.438,-14.256]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":66.733,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-44.719,-14.267],[-38.555,-21.183],[-36.438,-14.256]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-44.719,-14.267],[-44.719,-14.277],[-44.715,-14.266]],"c":true}]},{"t":72.5725725725726}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.961,"ix":5},"lc":1,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[50,42.259],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":17.5175175175175,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"diamond5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[107,107,0],"ix":2},"a":{"a":0,"k":[50,42,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-14.181,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[45.012,-14.268],[44.999,-14.261],[45,-14.259]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[31.161,-14.282],[33.385,-27.489],[45,-14.259]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-6.673,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[31.161,-14.282],[33.385,-27.489],[45,-14.259]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[14.314,-14.102],[25.342,-36.965],[45,-14.259]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[14.314,-14.102],[25.342,-36.965],[45,-14.259]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[3.746,-14.243],[16.456,-37.214],[32.344,-14.259]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7.508,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[3.746,-14.243],[16.456,-37.214],[32.344,-14.259]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-14.469,-14.259],[-0.08,-36.741],[14.469,-14.259]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.518,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-14.469,-14.259],[-0.08,-36.741],[14.469,-14.259]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-16.484,-14.267],[-6.096,-36.741],[9.82,-14.259]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23.357,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-16.484,-14.267],[-6.096,-36.741],[9.82,-14.259]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-28.219,-14.259],[-13.83,-36.741],[3.844,-14.259]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30.864,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-28.219,-14.259],[-13.83,-36.741],[3.844,-14.259]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-44.719,-14.267],[-24.955,-36.733],[-16.812,-14.267]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37.538,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-44.719,-14.267],[-24.955,-36.733],[-16.812,-14.267]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-44.719,-14.267],[-31.055,-29.933],[-26.562,-14.253]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":43.377,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-44.719,-14.267],[-31.055,-29.933],[-26.562,-14.253]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-44.719,-14.267],[-38.555,-21.183],[-36.438,-14.256]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":49.216,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-44.719,-14.267],[-38.555,-21.183],[-36.438,-14.256]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-44.719,-14.267],[-44.719,-14.277],[-44.715,-14.266]],"c":true}]},{"t":55.0550550550551}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.961,"ix":5},"lc":1,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[50,42.259],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":17.5175175175175,"st":-14.1808475141808,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"diamond4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[107,107,0],"ix":2},"a":{"a":0,"k":[50,42,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-26.693,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[45.012,-14.268],[44.999,-14.261],[45,-14.259]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[31.161,-14.282],[33.385,-27.489],[45,-14.259]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-20.02,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[31.161,-14.282],[33.385,-27.489],[45,-14.259]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[14.314,-14.102],[25.342,-36.965],[45,-14.259]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-14.181,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[14.314,-14.102],[25.342,-36.965],[45,-14.259]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[5.152,-14.243],[19.894,-37.214],[35.781,-14.259]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-8.342,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[5.152,-14.243],[19.894,-37.214],[35.781,-14.259]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-14.469,-14.259],[-0.08,-36.741],[14.469,-14.259]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-14.469,-14.259],[-0.08,-36.741],[14.469,-14.259]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-28.219,-14.259],[-13.83,-36.741],[3.844,-14.259]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7.508,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-28.219,-14.259],[-13.83,-36.741],[3.844,-14.259]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-44.719,-14.267],[-24.955,-36.733],[-14.469,-14.267]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.518,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-44.719,-14.267],[-24.955,-36.733],[-14.469,-14.267]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-44.719,-14.267],[-24.955,-36.733],[-16.812,-14.267]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23.357,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-44.719,-14.267],[-24.955,-36.733],[-16.812,-14.267]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-44.719,-14.267],[-31.055,-29.933],[-26.562,-14.253]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29.196,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-44.719,-14.267],[-31.055,-29.933],[-26.562,-14.253]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-44.719,-14.267],[-38.555,-21.183],[-36.438,-14.256]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35.035,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-44.719,-14.267],[-38.555,-21.183],[-36.438,-14.256]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-44.719,-14.267],[-44.719,-14.277],[-44.715,-14.266]],"c":true}]},{"t":40.8742075408742}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.961,"ix":5},"lc":1,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[50,42.259],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":17.5175175175175,"st":-26.6933600266934,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"diamond3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[107,107,0],"ix":2},"a":{"a":0,"k":[50,42,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-43.377,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[45.012,-14.268],[44.999,-14.261],[45,-14.259]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[36.848,-14.266],[38.929,-21.246],[45,-14.259]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-36.703,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[36.848,-14.266],[38.929,-21.246],[45,-14.259]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[26.589,-14.257],[31.404,-29.903],[45,-14.259]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-30.864,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[26.589,-14.257],[31.404,-29.903],[45,-14.259]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[16.75,-14.267],[25.002,-37.255],[45,-14.259]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-25.025,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[16.75,-14.267],[25.002,-37.255],[45,-14.259]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-14.469,-14.259],[-0.08,-36.741],[14.469,-14.259]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-14.181,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-14.469,-14.259],[-0.08,-36.741],[14.469,-14.259]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-28.219,-14.259],[-13.83,-36.741],[1.031,-14.259]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-6.673,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-28.219,-14.259],[-13.83,-36.741],[1.031,-14.259]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-44.719,-14.267],[-24.955,-36.733],[-14.625,-14.267]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-44.719,-14.267],[-24.955,-36.733],[-14.625,-14.267]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-44.719,-14.267],[-31.055,-29.933],[-26.562,-14.253]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5.839,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-44.719,-14.267],[-31.055,-29.933],[-26.562,-14.253]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-44.719,-14.267],[-38.555,-21.183],[-36.438,-14.256]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11.678,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-44.719,-14.267],[-38.555,-21.183],[-36.438,-14.256]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,36.741],[-44.719,-14.267],[-44.719,-14.277],[-44.715,-14.266]],"c":true}]},{"t":17.5175175175175}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.961,"ix":5},"lc":1,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[50,42.259],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":17.5175175175175,"st":-43.3767100433767,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"diamond2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[107,107,0],"ix":2},"a":{"a":0,"k":[50,42,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[5,28],[93.806,28]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.961,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[5,28],[93.806,28]],"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,"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":"Group 3","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25,-37],[-25,-37],[-45,-14],[0,37],[45,-14]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[50,42],"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":"Group 4","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":17.5175175175175,"st":-43.3767100433767,"bm":0}]},{"id":"comp_8","layers":[{"ddd":0,"ind":1,"ty":0,"nm":"content 2","refId":"comp_9","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[62,51.5,0],"ix":2},"a":{"a":0,"k":[62,51.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[85.499,48],[34.5,48],[34.5,71.25],[85.499,71.25]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"tm":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[3.337]},{"t":83.4167500834167}],"ix":2,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"},"w":124,"h":103,"ip":0,"op":417.083750417084,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"design","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[61.13,52.333,0],"ix":2},"a":{"a":0,"k":[41,28.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.473,0],[0,-1.473],[1.473,0],[0,1.472]],"o":[[1.473,0],[0,1.472],[-1.473,0],[0,-1.473]],"v":[[0,-2.667],[2.667,0.001],[0,2.667],[-2.667,0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.255000005984,0.250999989229,0.258999992819,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[21.366,15.358],"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":"Group 2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[26.398,19.75],[-26.398,19.75],[-26.398,-19.75],[26.398,-19.75]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.255000005984,0.250999989229,0.258999992819,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[39.898,28.5],"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":"Group 4","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[14.375,23.2],[65.542,23.2]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.255000005984,0.250999989229,0.258999992819,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 5","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[30.041,15.2],[54.541,15.2]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.255000005984,0.250999989229,0.258999992819,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 7","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[39.898,28.5],"ix":2},"a":{"a":0,"k":[39.898,28.5],"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 9","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-3.3],[0,0],[-3.301,0],[0,0],[0,3.3],[0,0],[3.3,0],[0,0]],"o":[[0,0],[0,3.3],[0,0],[3.3,0],[0,0],[0,-3.3],[0,0],[-3.301,0]],"v":[[-36,-17.5],[-36,17.5],[-30,23.5],[30,23.5],[36,17.5],[36,-17.5],[30,-23.5],[-30,-23.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.255000005984,0.250999989229,0.258999992819,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[41,28.5],"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":"Group 3","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":425.425425425425,"st":0,"bm":0}]},{"id":"comp_9","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"design 6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[61.13,52.333,0],"ix":2},"a":{"a":0,"k":[41,28.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.301,0],[0,-2.302],[2.301,0],[0,2.301]],"o":[[2.301,0],[0,2.301],[-2.301,0],[0,-2.302]],"v":[[0,-4.167],[4.167,0.001],[0,4.167],[-4.167,0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.255000005984,0.250999989229,0.258999992819,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.25,"y":1},"o":{"x":0.333,"y":0},"n":"0p25_1_0p333_0","t":56.723,"s":[56.958,60.417],"e":[56.958,34.417],"to":[0,-4.33333349227905],"ti":[0,4.33333349227905]},{"t":69.2359025692359}],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[-5.565,6.303],[5.565,6.303],[5.565,-6.303],[-5.565,-6.303]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.255000005984,0.250999989229,0.258999992819,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.172549019608,0.654901960784,0.909803921569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.25,"y":1},"o":{"x":0.333,"y":0},"n":"0p25_1_0p333_0","t":54.221,"s":[23.522,62.447],"e":[23.522,36.447],"to":[0,-4.33333349227905],"ti":[0,4.33333349227905]},{"t":66.7334000667334}],"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":"Group 6","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[34.208,31.117],[48.583,31.117]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.255000005984,0.250999989229,0.258999992819,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.25,"y":1},"o":{"x":0.333,"y":0},"n":"0p25_1_0p333_0","t":54.221,"s":[0,26],"e":[0,0],"to":[0,-4.33333349227905],"ti":[0,4.33333349227905]},{"t":66.7334000667334}],"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":"Group 9","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[34.208,35.992],[42.958,35.992]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.255000005984,0.250999989229,0.258999992819,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.25,"y":1},"o":{"x":0.333,"y":0},"n":"0p25_1_0p333_0","t":55.889,"s":[0,26],"e":[0,0],"to":[0,-4.33333349227905],"ti":[0,4.33333349227905]},{"t":68.4017350684017}],"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":"Group 8","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[39.541,36.447],"ix":2},"a":{"a":0,"k":[39.541,36.447],"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 8","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":54.2208875542209,"op":93.4267600934268,"st":54.2208875542209,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"design 4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[61.13,52.333,0],"ix":2},"a":{"a":0,"k":[41,28.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.301,0],[0,-2.302],[2.301,0],[0,2.301]],"o":[[2.301,0],[0,2.301],[-2.301,0],[0,-2.302]],"v":[[0,-4.167],[4.167,0.001],[0,4.167],[-4.167,0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.255000005984,0.250999989229,0.258999992819,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.25,"y":1},"o":{"x":0.333,"y":0},"n":"0p25_1_0p333_0","t":48.382,"s":[56.958,34.417],"e":[56.958,-2.583],"to":[0,-6.16666650772095],"ti":[0,6.16666650772095]},{"t":60.8942275608942}],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[-5.565,6.303],[5.565,6.303],[5.565,-6.303],[-5.565,-6.303]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.255000005984,0.250999989229,0.258999992819,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.996078431373,0.862745098039,0.196078431373,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.25,"y":1},"o":{"x":0.333,"y":0},"n":"0p25_1_0p333_0","t":45.879,"s":[23.522,36.447],"e":[23.522,-2.553],"to":[0,-6.5],"ti":[0,6.5]},{"t":58.3917250583917}],"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":"Group 6","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[34.208,31.117],[48.583,31.117]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.255000005984,0.250999989229,0.258999992819,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.25,"y":1},"o":{"x":0.333,"y":0},"n":"0p25_1_0p333_0","t":45.879,"s":[0,0],"e":[0,-33.75],"to":[0,-5.625],"ti":[0,5.625]},{"t":58.3917250583917}],"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":"Group 9","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[34.208,35.992],[42.958,35.992]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.255000005984,0.250999989229,0.258999992819,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.25,"y":1},"o":{"x":0.333,"y":0},"n":"0p25_1_0p333_0","t":47.548,"s":[0,0],"e":[0,-34],"to":[0,-5.66666650772095],"ti":[0,5.66666650772095]},{"t":60.0600600600601}],"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":"Group 8","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[39.541,36.447],"ix":2},"a":{"a":0,"k":[39.541,36.447],"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 8","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":45.8792125458792,"op":72.5725725725726,"st":33.3667000333667,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"design 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[61.13,52.333,0],"ix":2},"a":{"a":0,"k":[41,28.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.301,0],[0,-2.302],[2.301,0],[0,2.301]],"o":[[2.301,0],[0,2.301],[-2.301,0],[0,-2.302]],"v":[[0,-4.167],[4.167,0.001],[0,4.167],[-4.167,0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.255000005984,0.250999989229,0.258999992819,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.25,"y":1},"o":{"x":0.333,"y":0},"n":"0p25_1_0p333_0","t":23.357,"s":[56.958,60.417],"e":[56.958,34.417],"to":[0,-4.33333349227905],"ti":[0,4.33333349227905]},{"t":35.8692025358692}],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[-5.565,6.303],[5.565,6.303],[5.565,-6.303],[-5.565,-6.303]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.255000005984,0.250999989229,0.258999992819,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.870588235294,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.25,"y":1},"o":{"x":0.333,"y":0},"n":"0p25_1_0p333_0","t":20.854,"s":[23.522,62.447],"e":[23.522,36.447],"to":[0,-4.33333349227905],"ti":[0,4.33333349227905]},{"t":33.3667000333667}],"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":"Group 6","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[34.208,31.117],[48.583,31.117]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.255000005984,0.250999989229,0.258999992819,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.25,"y":1},"o":{"x":0.333,"y":0},"n":"0p25_1_0p333_0","t":20.854,"s":[0,26],"e":[0,0],"to":[0,-4.33333349227905],"ti":[0,4.33333349227905]},{"t":33.3667000333667}],"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":"Group 9","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[34.208,35.992],[42.958,35.992]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.255000005984,0.250999989229,0.258999992819,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.25,"y":1},"o":{"x":0.333,"y":0},"n":"0p25_1_0p333_0","t":22.523,"s":[0,26],"e":[0,0],"to":[0,-4.33333349227905],"ti":[0,4.33333349227905]},{"t":35.035035035035}],"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":"Group 8","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[39.541,36.447],"ix":2},"a":{"a":0,"k":[39.541,36.447],"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 8","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":20.8541875208542,"op":45.8792125458792,"st":20.8541875208542,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"design 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[61.13,52.333,0],"ix":2},"a":{"a":0,"k":[41,28.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.301,0],[0,-2.302],[2.301,0],[0,2.301]],"o":[[2.301,0],[0,2.301],[-2.301,0],[0,-2.302]],"v":[[0,-4.167],[4.167,0.001],[0,4.167],[-4.167,0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.255000005984,0.250999989229,0.258999992819,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.25,"y":1},"o":{"x":0.333,"y":0},"n":"0p25_1_0p333_0","t":15.015,"s":[56.958,34.417],"e":[56.958,-2.583],"to":[0,-6.16666650772095],"ti":[0,6.16666650772095]},{"t":27.5275275275275}],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[-5.565,6.303],[5.565,6.303],[5.565,-6.303],[-5.565,-6.303]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.255000005984,0.250999989229,0.258999992819,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.172549019608,0.654901960784,0.909803921569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.25,"y":1},"o":{"x":0.333,"y":0},"n":"0p25_1_0p333_0","t":12.513,"s":[23.522,36.447],"e":[23.522,-2.553],"to":[0,-6.5],"ti":[0,6.5]},{"t":25.025025025025}],"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":"Group 6","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[34.208,31.117],[48.583,31.117]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.255000005984,0.250999989229,0.258999992819,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.25,"y":1},"o":{"x":0.333,"y":0},"n":"0p25_1_0p333_0","t":12.513,"s":[0,0],"e":[0,-33.75],"to":[0,-5.625],"ti":[0,5.625]},{"t":25.025025025025}],"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":"Group 9","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[34.208,35.992],[42.958,35.992]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.255000005984,0.250999989229,0.258999992819,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.25,"y":1},"o":{"x":0.333,"y":0},"n":"0p25_1_0p333_0","t":14.181,"s":[0,0],"e":[0,-34],"to":[0,-5.66666650772095],"ti":[0,5.66666650772095]},{"t":26.6933600266934}],"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":"Group 8","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[39.541,36.447],"ix":2},"a":{"a":0,"k":[39.541,36.447],"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 8","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":29.1958625291959,"st":0,"bm":0}]},{"id":"comp_10","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"concept","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},"n":"0p833_0p833_0p167_0p167","t":0,"s":[121.992,101.268,0],"e":[79.992,101.268,0],"to":[-7,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8.342,"s":[79.992,101.268,0],"e":[79.492,59.768,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.683,"s":[79.492,59.768,0],"e":[120.492,59.768,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25.025,"s":[120.492,59.768,0],"e":[121.992,101.268,0],"to":[0,0,0],"ti":[-0.25,-5.08333349227905,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33.367,"s":[121.992,101.268,0],"e":[121.992,90.268,0],"to":[0.25,5.08333349227905,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37.538,"s":[121.992,90.268,0],"e":[161.992,90.268,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":43.098,"s":[161.992,90.268,0],"e":[135.992,43.518,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":50.05,"s":[135.992,43.518,0],"e":[107.492,90.018,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56.723,"s":[107.492,90.018,0],"e":[121.992,90.268,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":58.392,"s":[121.992,90.268,0],"e":[121.992,90.268,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":79.246,"s":[121.992,90.268,0],"e":[121.992,101.268,0],"to":[0,0,0],"ti":[0,-1.83333337306976,0]},{"t":83.4167500834167}],"ix":2},"a":{"a":0,"k":[33.003,43.487,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-12.152,-3.768],[12.152,3.768]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[40.027,14.671],"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-3.312,-2.552],[3.312,-0.47],[-1.305,2.552]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.180000005984,0.57599995931,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[20.554,78.717],"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":"Group 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-6.479,-6.221]],"o":[[0,0],[8.874,-1.395],[0,0]],"v":[[-12.184,-3.133],[-12.184,-3.133],[12.184,4.527]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[25.187,61.678],"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":"Group 3","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[2.748,0.858],[0,0],[0.858,-2.748],[0,0],[0,0],[0,0],[-0.917,0.819]],"o":[[0,0],[0,0],[0.858,-2.749],[0,0],[-2.749,-0.857],[0,0],[0,0],[0,0],[0.288,1.196],[0,0]],"v":[[4.074,22.777],[17.122,-19.024],[19.452,-26.488],[16.029,-33.018],[1.598,-37.523],[-4.932,-34.1],[-7.262,-26.635],[-20.31,15.166],[-15.123,36.729],[-12.458,37.561]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[33.313,43.38],"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":"Group 4","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[33.003,43.487],"ix":2},"a":{"a":0,"k":[33.003,43.487],"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 7","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":84.2509175842509,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"concept 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":79.246,"s":[100],"e":[0]},{"t":83.4167500834167}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[107.641,90.712,0],"ix":2},"a":{"a":0,"k":[46.152,52.932,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0,23.513],[27.151,23.513],[13.575,0],[0,-23.513],[-13.575,0],[-27.151,23.513]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":37.538,"s":[0],"e":[100]},{"t":58.3917250583917}],"ix":1},"e":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":331,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[60.154,67.001],"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":"Group 6","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0,23.513],[27.151,23.513],[13.575,0],[0,-23.513],[-13.575,0],[-27.151,23.513]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.870999983245,0,1],"ix":4},"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":54.221,"s":[0],"e":[100]},{"t":58.3917250583917}],"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[60.154,67.001],"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":"Group 5","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":84.2509175842509,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"concept 3","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":79.246,"s":[100],"e":[0]},{"t":83.4167500834167}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[107.641,90.712,0],"ix":2},"a":{"a":0,"k":[46.152,52.932,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[20.958,20.958],[-20.958,20.958],[-20.958,-20.958],[20.958,-20.958]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"t":33.3667000333667}],"ix":1},"e":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.250999989229,0.250999989229,0.255000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[25.958,79.906],"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":"Group 7","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[20.958,20.958],[-20.958,20.958],[-20.958,-20.958],[20.958,-20.958]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.172549019608,0.654901960784,0.909803921569,1],"ix":4},"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":29.196,"s":[0],"e":[100]},{"t":33.3667000333667}],"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[25.958,79.906],"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":"Group 6","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":84.2509175842509,"st":0,"bm":0}]}],"fonts":{"list":[{"fName":"SFUIText-Semibold","fFamily":"SF UI Text","fStyle":"Semibold","ascent":74.072265625},{"fName":"SFUIText-Medium","fFamily":"SF UI Text","fStyle":"Medium","ascent":73.92578125},{"fName":"SFUIText-Regular","fFamily":"SF UI Text","fStyle":"Regular","ascent":73.53515625}]},"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Landing Page- ","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[400,300,0],"ix":2},"a":{"a":0,"k":[400,300,0],"ix":1},"s":{"a":0,"k":[85,85,100],"ix":6}},"ao":0,"ef":[{"ty":25,"nm":"Drop Shadow","np":8,"mn":"ADBE Drop Shadow","ix":1,"en":1,"ef":[{"ty":2,"nm":"Shadow Color","mn":"ADBE Drop Shadow-0001","ix":1,"v":{"a":0,"k":[0,0,0,1],"ix":1}},{"ty":0,"nm":"Opacity","mn":"ADBE Drop Shadow-0002","ix":2,"v":{"a":0,"k":25.5,"ix":2}},{"ty":0,"nm":"Direction","mn":"ADBE Drop Shadow-0003","ix":3,"v":{"a":0,"k":135,"ix":3}},{"ty":0,"nm":"Distance","mn":"ADBE Drop Shadow-0004","ix":4,"v":{"a":0,"k":10,"ix":4}},{"ty":0,"nm":"Softness","mn":"ADBE Drop Shadow-0005","ix":5,"v":{"a":0,"k":19,"ix":5}},{"ty":7,"nm":"Shadow Only","mn":"ADBE Drop Shadow-0006","ix":6,"v":{"a":0,"k":0,"ix":6}}]}],"w":800,"h":600,"ip":0,"op":500,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":1,"nm":"Medium Cyan Solid 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[400,300,0],"ix":2},"a":{"a":0,"k":[400,300,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ef":[{"ty":5,"nm":"Gradient Ramp","np":10,"mn":"ADBE Ramp","ix":1,"en":1,"ef":[{"ty":3,"nm":"Start of Ramp","mn":"ADBE Ramp-0001","ix":1,"v":{"a":0,"k":[400,0],"ix":1}},{"ty":2,"nm":"Start Color","mn":"ADBE Ramp-0002","ix":2,"v":{"a":0,"k":[0.141176477075,0.57647061348,0.89411765337,1],"ix":2}},{"ty":3,"nm":"End of Ramp","mn":"ADBE Ramp-0003","ix":3,"v":{"a":0,"k":[400,600],"ix":3}},{"ty":2,"nm":"End Color","mn":"ADBE Ramp-0004","ix":4,"v":{"a":0,"k":[0.20000000298,0.752941191196,0.945098042488,1],"ix":4}},{"ty":7,"nm":"Ramp Shape","mn":"ADBE Ramp-0005","ix":5,"v":{"a":0,"k":1,"ix":5}},{"ty":0,"nm":"Ramp Scatter","mn":"ADBE Ramp-0006","ix":6,"v":{"a":0,"k":0,"ix":6}},{"ty":0,"nm":"Blend With Original","mn":"ADBE Ramp-0007","ix":7,"v":{"a":0,"k":0,"ix":7}},{"ty":6,"nm":"","mn":"ADBE Ramp-0008","ix":8,"v":0}]}],"sw":800,"sh":600,"sc":"#5cd0c5","ip":0,"op":500,"st":0,"bm":0}],"markers":[],"chars":[{"ch":"W","size":25,"style":"Semibold","w":99.41,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[49.316,-49.902],[50.049,-49.902],[64.404,0],[76.221,0],[95.117,-70.459],[82.08,-70.459],[70.02,-18.018],[69.336,-18.018],[55.273,-70.459],[44.092,-70.459],[30.225,-18.018],[29.492,-18.018],[17.432,-70.459],[4.297,-70.459],[23.193,0],[35.059,0]],"c":true},"ix":2},"nm":"W","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"W","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"e","size":25,"style":"Semibold","w":58.98,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-7.227,0],[-0.244,-7.91],[0,0]],"o":[[7.275,0],[0,0],[0.537,-7.812]],"v":[[29.834,-44.873],[42.139,-31.885],[16.992,-31.885]],"c":true},"ix":2},"nm":"e","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[6.006,0],[0.293,8.887],[0,0],[0,0],[0,0],[15.234,0],[0,-17.188],[-15.723,0],[-2.295,9.717]],"o":[[-1.758,3.955],[-7.959,0],[0,0],[0,0],[0,0],[0,-16.846],[-15.479,0],[0,17.188],[12.598,0],[0,0]],"v":[[42.236,-14.697],[30.322,-8.545],[16.943,-22.998],[16.943,-23.633],[54.248,-23.633],[54.248,-27.539],[29.883,-54.492],[4.785,-26.514],[29.98,1.074],[53.711,-14.697]],"c":true},"ix":2},"nm":"e","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"e","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":" ","size":25,"style":"Semibold","w":26.66,"data":{},"fFamily":"SF UI Text"},{"ch":"h","size":25,"style":"Semibold","w":62.21,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-7.959,0],[0,-8.105],[0,0],[0,0],[0,0],[11.426,0],[2.539,-6.006],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,-7.666],[7.031,0],[0,0],[0,0],[0,0],[0,-12.695],[-7.959,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.91,0],[20.02,0],[20.02,-31.006],[32.422,-43.848],[43.164,-31.592],[43.164,0],[55.273,0],[55.273,-34.473],[36.914,-54.395],[20.703,-44.775],[19.824,-44.775],[19.824,-74.072],[7.91,-74.072]],"c":true},"ix":2},"nm":"h","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"h","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"l","size":25,"style":"Semibold","w":27.88,"data":{"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":[[7.91,0],[20.02,0],[20.02,-74.072],[7.91,-74.072]],"c":true},"ix":2},"nm":"l","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"l","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"p","size":25,"style":"Semibold","w":63.28,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[13.525,0],[3.076,-6.055],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-7.666,0],[0,17.041]],"o":[[-7.324,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.734,5.664],[13.477,0],[0,-17.139]],"v":[[36.523,-54.297],[19.922,-44.58],[19.092,-44.58],[19.092,-53.418],[7.422,-53.418],[7.422,17.773],[19.531,17.773],[19.531,-8.105],[20.361,-8.105],[36.67,0.879],[58.545,-26.709]],"c":true},"ix":2},"nm":"p","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[8.398,0],[0.049,10.693],[-8.252,0],[0,-10.791]],"o":[[-8.252,0],[0.049,-10.645],[8.301,0],[0,10.791]],"v":[[32.715,-9.424],[19.287,-26.709],[32.764,-43.994],[46.094,-26.709]],"c":true},"ix":2},"nm":"p","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"p","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"o","size":25,"style":"Semibold","w":60.94,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.447,0],[0,11.182],[-8.447,0],[0,-11.133]],"o":[[-8.447,0],[0,-11.133],[8.398,0],[0,11.182]],"v":[[30.469,-9.082],[17.188,-26.709],[30.469,-44.336],[43.701,-26.709]],"c":true},"ix":2},"nm":"o","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-16.016,0],[0,17.334],[15.918,0],[0,-17.236]],"o":[[15.967,0],[0,-17.285],[-15.869,0],[0,17.334]],"v":[[30.469,1.074],[56.152,-26.709],[30.469,-54.492],[4.785,-26.709]],"c":true},"ix":2},"nm":"o","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"o","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"r","size":25,"style":"Semibold","w":42.24,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-7.861,0],[-0.928,-0.342],[0,0],[1.758,0],[1.465,-5.273],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,-7.471],[2.051,0],[0,0],[-1.123,-0.342],[-6.885,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.422,0],[19.531,0],[19.531,-30.859],[32.861,-43.213],[39.062,-42.529],[39.062,-53.76],[34.033,-54.297],[19.922,-45.117],[19.092,-45.117],[19.092,-53.418],[7.422,-53.418]],"c":true},"ix":2},"nm":"r","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"r","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"g","size":25,"style":"Semibold","w":63.23,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-10.205],[8.447,0],[0,10.205],[-8.447,0]],"o":[[0,10.205],[-8.447,0],[0,-10.205],[8.398,0]],"v":[[43.896,-27.295],[30.371,-10.645],[17.139,-27.295],[30.371,-43.994]],"c":true},"ix":2},"nm":"g","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-13.721,0],[0,12.354],[0,0],[0,0],[0,0],[0,0],[7.275,0],[0,-16.357],[-13.477,0],[-3.076,5.713],[0,0],[0,0],[8.301,0],[0.781,3.662],[0,0]],"o":[[15.576,0],[0,0],[0,0],[0,0],[0,0],[-2.93,-5.811],[-13.623,0],[0,16.064],[7.422,0],[0,0],[0,0],[0,6.689],[-6.641,0],[0,0],[0.977,9.18]],"v":[[30.371,20.312],[55.811,0.195],[55.811,-53.418],[44.141,-53.418],[44.141,-44.873],[43.311,-44.873],[26.758,-54.297],[4.688,-27.295],[26.562,-0.781],[42.871,-9.619],[43.701,-9.619],[43.701,0.488],[30.566,11.084],[18.848,5.078],[6.689,5.078]],"c":true},"ix":2},"nm":"g","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"g","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"a","size":25,"style":"Semibold","w":57.57,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[7.324,0],[0,4.492],[-6.787,0.439],[0,0],[0,0]],"o":[[-5.371,0],[0,-4.346],[0,0],[0,0],[0,6.201]],"v":[[25.684,-8.643],[16.455,-15.82],[26.416,-23.047],[38.477,-23.828],[38.477,-19.58]],"c":true},"ix":2},"nm":"a","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-10.303,0],[-2.979,5.176],[0,0],[0,0],[0,0],[0,0],[13.721,0],[0.977,-9.424],[0,0],[-5.566,0],[0,-5.225],[0,0],[0,0],[0,-9.668]],"o":[[6.982,0],[0,0],[0,0],[0,0],[0,0],[0,-11.328],[-12.695,0],[0,0],[1.123,-3.613],[6.543,0],[0,0],[0,0],[-12.988,0.781],[0,9.766]],"v":[[22.119,0.879],[37.939,-7.324],[38.77,-7.324],[38.77,0],[50.439,0],[50.439,-36.475],[29.004,-54.492],[6.494,-39.062],[17.92,-39.062],[28.418,-44.629],[38.477,-36.475],[38.477,-31.982],[24.707,-31.152],[4.443,-15.137]],"c":true},"ix":2},"nm":"a","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"a","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"n","size":25,"style":"Semibold","w":61.13,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-7.227,0],[0,-8.154],[0,0],[0,0],[0,0],[11.914,0],[2.539,-5.957],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,-7.861],[7.373,0],[0,0],[0,0],[0,0],[0,-12.744],[-7.959,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.422,0],[19.531,0],[19.531,-31.104],[31.299,-43.945],[42.09,-31.689],[42.09,0],[54.199,0],[54.199,-34.57],[35.791,-54.492],[19.922,-44.873],[19.092,-44.873],[19.092,-53.418],[7.422,-53.418]],"c":true},"ix":2},"nm":"n","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"n","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"i","size":25,"style":"Semibold","w":27.2,"data":{"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":[[7.568,0],[19.629,0],[19.629,-53.418],[7.568,-53.418]],"c":true},"ix":2},"nm":"i","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-4.395,0],[0,3.857],[4.443,0],[0,-3.857]],"o":[[4.443,0],[0,-3.857],[-4.395,0],[0,3.857]],"v":[[13.574,-62.109],[21.045,-68.799],[13.574,-75.488],[6.104,-68.799]],"c":true},"ix":2},"nm":"i","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"i","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"s","size":25,"style":"Semibold","w":54.1,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-9.668],[-10.254,-2.344],[0,0],[0,-3.027],[6.104,0],[1.172,3.955],[0,0],[-13.33,0],[0,10.254],[10.205,2.295],[0,0],[0,3.027],[-5.518,0],[-0.879,-3.76],[0,0],[12.695,0]],"o":[[0,8.057],[0,0],[5.078,1.123],[0,3.955],[-6.055,0],[0,0],[0.928,9.717],[13.33,0],[0,-7.861],[0,0],[-5.371,-1.221],[0,-3.857],[5.664,0],[0,0],[-0.879,-9.717],[-12.598,0]],"v":[[6.201,-38.135],[21.289,-22.998],[30.762,-20.801],[38.135,-14.746],[27.783,-8.105],[16.797,-14.404],[4.834,-14.404],[27.49,1.074],[50.244,-16.016],[35.303,-30.566],[25.879,-32.715],[17.969,-38.818],[27.637,-45.312],[37.744,-39.16],[49.121,-39.16],[27.588,-54.492]],"c":true},"ix":2},"nm":"s","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"s","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"t","size":25,"style":"Semibold","w":39.75,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-12.256,0],[-1.758,0.342],[0,0],[1.709,0],[0,5.273],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,10.352],[2.344,0],[0,0],[-1.465,0.146],[-5.078,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[11.279,-66.504],[11.279,-53.076],[2.832,-53.076],[2.832,-43.408],[11.279,-43.408],[11.279,-14.258],[28.418,0.244],[34.766,-0.342],[34.766,-9.814],[30.664,-9.57],[23.34,-17.188],[23.34,-43.408],[34.766,-43.408],[34.766,-53.076],[23.34,-53.076],[23.34,-66.504]],"c":true},"ix":2},"nm":"t","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"t","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"d","size":25,"style":"Semibold","w":63.77,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-13.525,0],[-3.027,5.859],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[7.324,0],[0,-16.895]],"o":[[7.422,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.832,-5.859],[-13.477,0],[0,16.992]],"v":[[26.758,0.879],[43.359,-8.447],[44.189,-8.447],[44.189,0],[55.908,0],[55.908,-74.072],[43.799,-74.072],[43.799,-44.922],[42.969,-44.922],[26.758,-54.297],[4.785,-26.758]],"c":true},"ix":2},"nm":"d","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-8.252,0],[0,-10.645],[8.35,0],[0,10.791]],"o":[[8.301,0],[0,10.742],[-8.301,0],[0,-10.742]],"v":[[30.518,-43.994],[43.945,-26.709],[30.518,-9.424],[17.188,-26.709]],"c":true},"ix":2},"nm":"d","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"d","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"v","size":25,"style":"Semibold","w":56.79,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[2.783,-53.418],[21.777,0],[35.107,0],[54.004,-53.418],[41.211,-53.418],[28.955,-12.109],[28.125,-12.109],[15.771,-53.418]],"c":true},"ix":2},"nm":"v","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"v","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"b","size":25,"style":"Semibold","w":63.77,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-7.471,0],[0,16.992],[13.525,0],[2.783,-5.811],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[13.477,0],[0,-17.09],[-7.324,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[3.027,5.859]],"v":[[37.109,0.879],[59.033,-26.709],[37.109,-54.297],[20.85,-44.922],[20.02,-44.922],[20.02,-74.072],[7.91,-74.072],[7.91,0],[19.58,0],[19.58,-8.447],[20.41,-8.447]],"c":true},"ix":2},"nm":"b","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-8.252,0],[0,-10.742],[8.301,0],[0,10.645]],"o":[[8.252,0],[0,10.742],[-8.301,0],[0,-10.645]],"v":[[33.301,-43.994],[46.582,-26.709],[33.301,-9.424],[19.824,-26.709]],"c":true},"ix":2},"nm":"b","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"b","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"S","size":14,"style":"Medium","w":65.09,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-15.625,0],[0,13.477],[14.453,3.369],[0,0],[0,5.029],[-8.643,0],[-1.025,-6.494],[0,0],[14.307,0],[0,-12.549],[-12.744,-2.979],[0,0],[0,-5.371],[8.789,0],[0.928,6.689]],"o":[[0.781,12.598],[16.699,0],[0,-10.596],[0,0],[-9.18,-2.148],[0,-6.348],[8.203,0],[0,0],[-0.635,-11.865],[-15.381,0],[0,10.352],[0,0],[9.326,2.197],[0,6.25],[-9.424,0],[0,0]],"v":[[5.518,-18.945],[32.422,1.709],[59.57,-20.215],[39.16,-40.039],[31.396,-41.943],[18.506,-52.002],[32.91,-62.5],[47.803,-51.953],[58.447,-51.953],[33.057,-72.168],[7.422,-51.27],[25.977,-31.787],[35.059,-29.59],[48.486,-18.799],[33.252,-8.008],[16.357,-18.945]],"c":true},"ix":2},"nm":"S","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"S","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"e","size":14,"style":"Medium","w":58.2,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-7.764,0],[-0.244,-8.35],[0,0]],"o":[[7.764,0],[0,0],[0.586,-8.301]],"v":[[29.443,-45.264],[42.529,-31.494],[15.674,-31.494]],"c":true},"ix":2},"nm":"e","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[6.348,0],[0.342,9.326],[0,0],[0,0],[0,0],[14.795,0],[0,-16.992],[-15.234,0],[-2.393,9.521]],"o":[[-1.953,4.15],[-8.398,0],[0,0],[0,0],[0,0],[0,-16.699],[-14.99,0],[0,16.992],[12.158,0],[0,0]],"v":[[42.48,-14.355],[29.834,-7.91],[15.674,-23.145],[15.674,-23.73],[53.223,-23.73],[53.223,-27.393],[29.492,-54.199],[4.98,-26.416],[29.541,1.025],[52.588,-14.355]],"c":true},"ix":2},"nm":"e","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"e","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":" ","size":14,"style":"Medium","w":27.34,"data":{},"fFamily":"SF UI Text"},{"ch":"o","size":14,"style":"Medium","w":60.11,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[9.082,0],[0,11.621],[-9.131,0],[0,-11.523]],"o":[[-9.131,0],[0,-11.523],[9.082,0],[0,11.572]],"v":[[30.078,-8.301],[15.82,-26.611],[30.078,-44.873],[44.336,-26.611]],"c":true},"ix":2},"nm":"o","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-15.576,0],[0,17.236],[15.479,0],[0,-17.139]],"o":[[15.527,0],[0,-17.139],[-15.527,0],[0,17.236]],"v":[[30.078,1.025],[55.127,-26.611],[30.078,-54.199],[4.98,-26.611]],"c":true},"ix":2},"nm":"o","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"o","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"u","size":14,"style":"Medium","w":60.06,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[8.496,0],[0,8.594],[0,0],[0,0],[0,0],[-11.768,0],[-2.588,6.055],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,8.35],[-7.715,0],[0,0],[0,0],[0,0],[0,12.5],[8.057,0],[0,0],[0,0],[0,0],[0,0]],"v":[[52.441,-53.174],[41.943,-53.174],[41.943,-22.07],[28.809,-8.691],[17.627,-21.387],[17.627,-53.174],[7.129,-53.174],[7.129,-18.652],[25.439,1.025],[41.504,-8.447],[42.334,-8.447],[42.334,0],[52.441,0]],"c":true},"ix":2},"nm":"u","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"u","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"r","size":14,"style":"Medium","w":40.82,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-7.959,0],[-0.879,-0.293],[0,0],[1.562,0],[1.514,-5.225],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,-7.471],[1.855,0],[0,0],[-1.123,-0.293],[-6.934,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.617,0],[18.115,0],[18.115,-31.396],[31.689,-43.896],[37.549,-43.262],[37.549,-53.613],[32.861,-54.053],[18.506,-45.02],[17.725,-45.02],[17.725,-53.174],[7.617,-53.174]],"c":true},"ix":2},"nm":"r","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"r","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"p","size":14,"style":"Medium","w":62.26,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[13.525,0],[3.223,-6.055],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-7.568,0],[0,16.895]],"o":[[-7.227,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.783,5.615],[13.428,0],[0,-16.895]],"v":[[35.205,-54.053],[18.506,-44.385],[17.725,-44.385],[17.725,-53.174],[7.617,-53.174],[7.617,17.676],[18.115,17.676],[18.115,-8.057],[18.945,-8.057],[35.303,0.879],[57.275,-26.611]],"c":true},"ix":2},"nm":"p","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[8.936,0],[0,11.084],[-8.838,0],[0,-11.23]],"o":[[-8.789,0],[0,-11.133],[8.887,0],[0,11.279]],"v":[[32.227,-8.545],[17.92,-26.562],[32.275,-44.629],[46.484,-26.611]],"c":true},"ix":2},"nm":"p","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"p","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"j","size":14,"style":"Medium","w":26.07,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[5.615,0],[0.146,0],[0,0],[-0.391,0],[0,10.889]],"o":[[0,0],[0,0],[0,5.127],[-0.146,0],[0,0],[0.244,0.049],[11.523,0],[0,0]],"v":[[18.262,-53.174],[7.812,-53.174],[7.812,2.1],[0.244,9.326],[-1.221,9.326],[-1.221,18.115],[1.123,18.164],[18.262,2.197]],"c":true},"ix":2},"nm":"j","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-3.906,0],[0,3.613],[3.906,0],[0,-3.662]],"o":[[3.906,0],[0,-3.662],[-3.906,0],[0,3.613]],"v":[[13.037,-62.5],[19.824,-68.896],[13.037,-75.342],[6.25,-68.896]],"c":true},"ix":2},"nm":"j","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"j","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"c","size":14,"style":"Medium","w":56.98,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[13.33,0],[0,-17.041],[-15.479,0],[-1.367,10.693],[0,0],[6.641,0],[0,11.523],[-8.789,0],[-1.221,-5.176]],"o":[[-1.367,-10.645],[-15.479,0],[0,17.334],[13.135,0],[0,0],[-1.367,5.713],[-8.74,0],[0,-11.328],[7.031,0],[0,0]],"v":[[52.637,-35.791],[29.883,-54.199],[4.98,-26.758],[29.932,1.025],[52.637,-17.09],[42.432,-17.09],[29.883,-8.35],[15.723,-26.758],[29.883,-44.824],[42.432,-35.791]],"c":true},"ix":2},"nm":"c","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"c","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"t","size":14,"style":"Medium","w":38.28,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-11.67,0],[-1.709,0.293],[0,0],[1.611,0],[0,5.566],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,10.254],[2.051,0],[0,0],[-1.465,0.146],[-5.225,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[11.328,-66.406],[11.328,-52.93],[2.881,-52.93],[2.881,-44.092],[11.328,-44.092],[11.328,-14.062],[27.637,0.293],[33.35,-0.244],[33.35,-8.984],[29.346,-8.74],[21.826,-16.748],[21.826,-44.092],[33.35,-44.092],[33.35,-52.93],[21.826,-52.93],[21.826,-66.406]],"c":true},"ix":2},"nm":"t","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"t","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"s","size":14,"style":"Medium","w":52.93,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-9.424],[-10.107,-2.393],[0,0],[0,-3.174],[6.543,0],[1.318,4.102],[0,0],[-12.646,0],[0,10.01],[10.107,2.344],[0,0],[0,3.174],[-5.859,0],[-0.977,-3.906],[0,0],[11.963,0]],"o":[[0,7.91],[0,0],[5.322,1.27],[0,4.248],[-6.348,0],[0,0],[0.928,9.424],[12.695,0],[0,-7.812],[0,0],[-5.762,-1.318],[0,-4.15],[5.957,0],[0,0],[-1.025,-9.375],[-12.012,0]],"v":[[6.396,-38.135],[21.191,-23.291],[30.469,-21.143],[38.281,-14.648],[27.1,-7.471],[15.527,-14.111],[5.029,-14.111],[26.855,1.025],[48.877,-15.674],[34.033,-30.176],[25.195,-32.227],[16.748,-38.721],[27.051,-45.654],[37.793,-39.258],[47.852,-39.258],[27.051,-54.199]],"c":true},"ix":2},"nm":"s","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"s","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"W","size":14,"style":"Regular","w":96.78,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[48.096,-55.615],[48.682,-55.615],[64.893,0],[73.193,0],[92.383,-70.459],[83.203,-70.459],[69.189,-13.184],[68.604,-13.184],[52.832,-70.459],[43.945,-70.459],[28.174,-13.184],[27.588,-13.184],[13.574,-70.459],[4.395,-70.459],[23.584,0],[31.885,0]],"c":true},"ix":2},"nm":"W","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"W","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"e","size":14,"style":"Regular","w":57.13,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-8.398,0],[-0.195,-9.326],[0,0]],"o":[[8.35,0],[0,0],[0.635,-9.326]],"v":[[28.906,-46.143],[43.018,-30.664],[14.014,-30.664]],"c":true},"ix":2},"nm":"e","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[6.787,0],[0.439,10.4],[0,0],[0,0],[0,0],[14.209,0],[0,-16.553],[-14.6,0],[-2.539,9.033]],"o":[[-2.197,4.639],[-8.936,0],[0,0],[0,0],[0,0],[0,-16.357],[-14.453,0],[0,16.65],[11.523,0],[0,0]],"v":[[42.773,-13.623],[29.199,-6.494],[14.014,-23.486],[14.014,-23.877],[51.855,-23.877],[51.855,-27.1],[29.004,-53.564],[5.273,-26.27],[29.004,0.928],[51.172,-13.623]],"c":true},"ix":2},"nm":"e","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"e","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":" ","size":14,"style":"Regular","w":28.22,"data":{},"fFamily":"SF UI Text"},{"ch":"k","size":14,"style":"Regular","w":54.3,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[17.578,-29.639],[16.797,-29.639],[16.797,-73.535],[8.398,-73.535],[8.398,0],[16.797,0],[16.797,-19.971],[21.826,-24.658],[41.553,0],[52.246,0],[28.076,-30.078],[50.732,-52.637],[40.43,-52.637]],"c":true},"ix":2},"nm":"k","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"k","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"p","size":14,"style":"Regular","w":60.94,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[13.428,0],[3.369,-6.055],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-7.52,0],[0,16.455]],"o":[[-7.178,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.881,5.566],[13.379,0],[0,-16.553]],"v":[[33.545,-53.564],[16.699,-43.848],[15.918,-43.848],[15.918,-52.637],[7.91,-52.637],[7.91,17.578],[16.309,17.578],[16.309,-7.91],[17.09,-7.91],[33.545,0.928],[55.664,-26.318]],"c":true},"ix":2},"nm":"p","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[9.668,0],[0,12.061],[-9.521,0],[0,-12.305]],"o":[[-9.473,0],[0,-12.109],[9.619,0],[0,12.305]],"v":[[31.543,-6.641],[16.064,-26.318],[31.592,-45.996],[46.973,-26.318]],"c":true},"ix":2},"nm":"p","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"p","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"u","size":14,"style":"Regular","w":58.4,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[9.277,0],[0,9.473],[0,0],[0,0],[0,0],[-11.816,0],[-2.637,5.859],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,9.229],[-8.398,0],[0,0],[0,0],[0,0],[0,12.451],[8.057,0],[0,0],[0,0],[0,0],[0,0]],"v":[[50.488,-52.637],[42.09,-52.637],[42.09,-21.484],[27.734,-6.738],[15.82,-20.605],[15.82,-52.637],[7.422,-52.637],[7.422,-18.555],[25.391,0.928],[41.699,-8.252],[42.48,-8.252],[42.48,0],[50.488,0]],"c":true},"ix":2},"nm":"u","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"u","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"w","size":14,"style":"Regular","w":77.44,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[74.121,-52.637],[65.674,-52.637],[55.322,-10.547],[54.541,-10.547],[42.773,-52.637],[34.717,-52.637],[22.949,-10.547],[22.168,-10.547],[11.816,-52.637],[3.32,-52.637],[18.066,0],[26.562,0],[38.281,-40.723],[39.062,-40.723],[50.83,0],[59.375,0]],"c":true},"ix":2},"nm":"w","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"w","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"i","size":14,"style":"Regular","w":24.61,"data":{"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":[[8.105,0],[16.504,0],[16.504,-52.637],[8.105,-52.637]],"c":true},"ix":2},"nm":"i","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-3.223,0],[0,3.223],[3.223,0],[0,-3.223]],"o":[[3.223,0],[0,-3.223],[-3.223,0],[0,3.223]],"v":[[12.305,-63.33],[18.164,-69.189],[12.305,-75.049],[6.445,-69.189]],"c":true},"ix":2},"nm":"i","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"i","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"t","size":14,"style":"Regular","w":36.33,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-10.84,0],[-1.66,0.293],[0,0],[1.514,0],[0,6.201],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,10.059],[1.66,0],[0,0],[-1.562,0.146],[-5.469,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[11.426,-66.26],[11.426,-52.637],[2.93,-52.637],[2.93,-45.605],[11.426,-45.605],[11.426,-13.672],[26.611,0.391],[31.543,-0.098],[31.543,-7.178],[27.637,-6.982],[19.824,-15.82],[19.824,-45.605],[31.543,-45.605],[31.543,-52.637],[19.824,-52.637],[19.824,-66.26]],"c":true},"ix":2},"nm":"t","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"t","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"h","size":14,"style":"Regular","w":59.38,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-9.424,0],[0,-9.326],[0,0],[0,0],[0,0],[11.133,0],[2.637,-5.811],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,-8.887],[7.959,0],[0,0],[0,0],[0,0],[0,-12.354],[-8.057,0],[0,0],[0,0],[0,0],[0,0]],"v":[[8.398,0],[16.797,0],[16.797,-31.152],[31.396,-45.996],[43.555,-32.031],[43.555,0],[51.953,0],[51.953,-34.082],[33.789,-53.564],[17.578,-44.336],[16.797,-44.336],[16.797,-73.535],[8.398,-73.535]],"c":true},"ix":2},"nm":"h","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"h","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"r","size":14,"style":"Regular","w":39.06,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-8.008,0],[-0.684,-0.195],[0,0],[1.367,0],[1.562,-5.127],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,-7.422],[1.66,0],[0,0],[-1.074,-0.146],[-6.982,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.91,0],[16.309,0],[16.309,-32.617],[30.127,-45.41],[35.498,-44.922],[35.498,-53.32],[31.299,-53.564],[16.699,-44.824],[15.918,-44.824],[15.918,-52.637],[7.91,-52.637]],"c":true},"ix":2},"nm":"r","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"r","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"n","size":14,"style":"Regular","w":58.35,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-8.398,0],[0,-9.473],[0,0],[0,0],[0,0],[11.816,0],[2.637,-5.811],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,-9.229],[8.398,0],[0,0],[0,0],[0,0],[0,-12.5],[-8.057,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.91,0],[16.309,0],[16.309,-31.152],[30.127,-45.996],[42.529,-32.031],[42.529,0],[50.928,0],[50.928,-34.082],[32.52,-53.564],[16.699,-44.336],[15.918,-44.336],[15.918,-52.637],[7.91,-52.637]],"c":true},"ix":2},"nm":"n","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"n","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"d","size":14,"style":"Regular","w":61.43,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-13.477,0],[-3.32,5.859],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[7.324,0],[0,-16.504]],"o":[[7.275,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.979,-5.762],[-13.379,0],[0,16.553]],"v":[[27.393,0.928],[44.238,-8.398],[45.02,-8.398],[45.02,0],[53.027,0],[53.027,-73.535],[44.629,-73.535],[44.629,-44.336],[43.896,-44.336],[27.393,-53.564],[5.273,-26.318]],"c":true},"ix":2},"nm":"d","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-9.57,0],[0,-12.061],[9.57,0],[0,12.305]],"o":[[9.521,0],[0,12.158],[-9.619,0],[0,-12.256]],"v":[[29.346,-45.996],[44.824,-26.318],[29.346,-6.641],[13.965,-26.318]],"c":true},"ix":2},"nm":"d","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"d","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"s","size":14,"style":"Regular","w":51.37,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-8.74],[-9.863,-2.393],[0,0],[0,-3.613],[7.08,0],[1.416,4.443],[0,0],[-11.719,0],[0,9.424],[9.912,2.393],[0,0],[0,3.613],[-6.25,0],[-1.123,-4.199],[0,0],[11.035,0]],"o":[[0,7.617],[0,0],[5.615,1.367],[0,4.834],[-6.738,0],[0,0],[0.928,8.74],[11.963,0],[0,-7.568],[0,0],[-6.201,-1.514],[0,-4.688],[6.348,0],[0,0],[-1.123,-8.643],[-11.182,0]],"v":[[6.689,-38.232],[21.045,-23.975],[30.078,-21.777],[38.428,-14.355],[26.27,-6.152],[13.916,-13.428],[5.273,-13.428],[25.977,0.928],[47.07,-14.99],[32.373,-29.248],[24.268,-31.201],[15.137,-38.574],[26.27,-46.436],[37.842,-39.453],[46.143,-39.453],[26.318,-53.564]],"c":true},"ix":2},"nm":"s","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"s","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"a","size":14,"style":"Regular","w":55.18,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.643,0],[0,5.371],[-8.008,0.537],[0,0],[0,0]],"o":[[-6.104,0],[0,-5.273],[0,0],[0,0],[0,7.52]],"v":[[24.121,-6.445],[13.477,-14.941],[25,-23.535],[39.16,-24.463],[39.16,-19.629]],"c":true},"ix":2},"nm":"a","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-10.205,0],[-3.418,5.615],[0,0],[0,0],[0,0],[0,0],[12.842,0],[1.123,-8.447],[0,0],[-6.299,0],[0,-6.494],[0,0],[0,0],[0,-9.424]],"o":[[7.031,0],[0,0],[0,0],[0,0],[0,0],[0,-10.938],[-11.23,0],[0,0],[1.172,-4.15],[7.861,0],[0,0],[0,0],[-12.256,0.732],[0,9.619]],"v":[[22.559,0.928],[38.77,-7.764],[39.551,-7.764],[39.551,0],[47.559,0],[47.559,-36.035],[27.539,-53.564],[6.885,-39.551],[15.381,-39.551],[27.246,-46.094],[39.16,-36.035],[39.16,-31.25],[23.975,-30.322],[4.785,-14.746]],"c":true},"ix":2},"nm":"a","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"a","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"l","size":14,"style":"Regular","w":25.2,"data":{"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":[[8.398,0],[16.797,0],[16.797,-73.535],[8.398,-73.535]],"c":true},"ix":2},"nm":"l","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"l","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"y","size":14,"style":"Regular","w":54.3,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.123,0],[-4.492,12.207],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[4.834,0],[1.025,0.195],[0,0]],"o":[[9.326,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.197,6.348],[-1.172,0],[0,0],[1.172,0.195]],"v":[[12.402,19.043],[30.42,3.223],[50.977,-52.637],[42.041,-52.637],[27.637,-9.326],[26.855,-9.326],[12.402,-52.637],[3.32,-52.637],[22.803,0.049],[21.826,3.174],[12.158,11.816],[8.643,11.572],[8.643,18.75]],"c":true},"ix":2},"nm":"y","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"y","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"g","size":14,"style":"Regular","w":60.94,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-11.475],[9.766,0],[0,11.475],[-9.766,0]],"o":[[0,11.475],[-9.766,0],[0,-11.475],[9.717,0]],"v":[[44.824,-27.1],[29.199,-8.203],[13.965,-27.1],[29.199,-45.996]],"c":true},"ix":2},"nm":"g","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-12.695,0],[0,11.768],[0,0],[0,0],[0,0],[0,0],[7.373,0],[0,-15.771],[-13.623,0],[-3.32,5.811],[0,0],[0,0],[9.424,0],[0.928,4.297],[0,0]],"o":[[14.355,0],[0,0],[0,0],[0,0],[0,0],[-3.027,-5.664],[-13.525,0],[0,15.771],[7.227,0],[0,0],[0,0],[0,7.764],[-7.568,0],[0,0],[1.27,8.691]],"v":[[29.59,20.215],[53.027,0.928],[53.027,-52.637],[45.02,-52.637],[45.02,-44.287],[44.238,-44.287],[27.344,-53.564],[5.273,-27.1],[27.344,-0.781],[43.848,-9.863],[44.629,-9.863],[44.629,0.488],[29.59,12.891],[16.406,5.811],[7.52,5.811]],"c":true},"ix":2},"nm":"g","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"g","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"b","size":14,"style":"Regular","w":61.43,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-7.324,0],[0,16.455],[13.379,0],[2.881,-5.664],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[13.33,0],[0,-16.553],[-7.227,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[3.32,5.859]],"v":[[34.082,0.928],[56.152,-26.318],[34.082,-53.564],[17.578,-44.336],[16.797,-44.336],[16.797,-73.535],[8.398,-73.535],[8.398,0],[16.406,0],[16.406,-8.398],[17.188,-8.398]],"c":true},"ix":2},"nm":"b","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-9.57,0],[0,-12.305],[9.619,0],[0,12.158]],"o":[[9.619,0],[0,12.305],[-9.57,0],[0,-12.158]],"v":[[32.129,-45.996],[47.461,-26.318],[32.129,-6.641],[16.602,-26.318]],"c":true},"ix":2},"nm":"b","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"b","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"c","size":14,"style":"Regular","w":55.96,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[12.793,0],[0,-16.406],[-14.746,0],[-1.514,9.668],[0,0],[7.08,0],[0,12.158],[-9.473,0],[-1.367,-5.225]],"o":[[-1.465,-9.375],[-14.746,0],[0,16.748],[12.646,0],[0,0],[-1.562,5.957],[-9.375,0],[0,-11.914],[7.568,0],[0,0]],"v":[[51.465,-36.523],[29.395,-53.564],[5.273,-26.514],[29.443,0.928],[51.465,-15.869],[42.969,-15.869],[29.395,-6.641],[13.965,-26.514],[29.395,-45.996],[42.969,-36.523]],"c":true},"ix":2},"nm":"c","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"c","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"o","size":14,"style":"Regular","w":59.08,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[9.961,0],[0,12.451],[-9.961,0],[0,-12.5]],"o":[[-9.961,0],[0,-12.5],[9.961,0],[0,12.451]],"v":[[29.541,-6.641],[13.965,-26.318],[29.541,-45.996],[45.117,-26.318]],"c":true},"ix":2},"nm":"o","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-14.99,0],[0,16.895],[14.99,0],[0,-16.943]],"o":[[14.99,0],[0,-16.943],[-14.99,0],[0,16.895]],"v":[[29.541,0.928],[53.809,-26.318],[29.541,-53.564],[5.273,-26.318]],"c":true},"ix":2},"nm":"o","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"o","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"},{"ch":"\r","size":14,"style":"Regular","w":0,"fFamily":"SF UI Text"},{"ch":".","size":14,"style":"Regular","w":29.69,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.467,0],[0,3.467],[3.516,0],[0,-3.516]],"o":[[3.516,0],[0,-3.516],[-3.467,0],[0,3.467]],"v":[[14.844,0.488],[21.191,-5.859],[14.844,-12.207],[8.496,-5.859]],"c":true},"ix":2},"nm":".","mn":"ADBE Vector Shape - Group","hd":false}],"nm":".","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"SF UI Text"}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/lego_loader.json b/ohos/flutter_lottie/assets/lottiefiles/lego_loader.json new file mode 100644 index 0000000000000000000000000000000000000000..cf188e5e13c30a4bef185bb0ab5a222c0b04938d --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/lego_loader.json @@ -0,0 +1 @@ +{"v":"4.7.0","fr":30.0000305175781,"ip":0,"op":151.000153605143,"w":800,"h":600,"nm":"LEGO loader Lottie","ddd":0,"assets":[{"id":"comp_3","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"red 5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":30,"s":[371.75,340.125,0],"e":[315.05,299.985,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":60,"s":[315.05,299.985,0],"e":[315.05,299.985,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":120,"s":[315.05,299.985,0],"e":[371.75,259.845,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":150,"s":[371.75,259.845,0],"e":[371.75,259.845,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":240,"s":[371.75,259.845,0],"e":[428.45,219.705,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":270,"s":[428.45,219.705,0],"e":[428.45,219.705,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":330,"s":[428.45,219.705,0],"e":[485.15,259.845,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":360,"s":[485.15,259.845,0],"e":[485.15,259.845,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":420,"s":[485.15,259.845,0],"e":[428.45,299.985,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":450,"s":[428.45,299.985,0],"e":[428.45,299.985,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":540.001,"s":[428.45,299.985,0],"e":[371.75,340.125,0],"to":[0,0,0],"ti":[0,0,0]},{"t":570.000579833984}]},"a":{"a":0,"k":[193.074,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.831,0,0.114,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[167.294,282.323],"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":"Group 22","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.831,0,0.114,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[193.85,262.515],"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":"Group 23","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.831,0,0.114,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[220.86,282.323],"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":"Group 24","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.331],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.549]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.831,0,0.114,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[194.304,302.13],"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":"Group 25","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"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":[[28.35,-0.001],[28.35,40.141],[-28.35,-0.001],[-28.35,-40.141]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.902,0.145,0.165,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[164.724,320.06],"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":"Group 26","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"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":[[56.7,-0.01],[0,40.13],[-56.7,-0.01],[0,-40.13]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.925,0.255,0.235,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[193.074,279.93],"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":"Group 27","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"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":[[28.35,-40.14],[28.35,0],[-28.35,40.14],[-28.35,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.831,0,0.114,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[221.424,320.06],"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":"Group 28","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group"}],"ip":540.000549316406,"op":603.00061340332,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"orange 4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":0,"s":[314.65,300.125,0],"e":[371.35,259.725,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":30,"s":[371.35,259.725,0],"e":[371.35,259.725,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":120,"s":[371.35,259.725,0],"e":[428.05,219.585,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":150,"s":[428.05,219.585,0],"e":[428.05,219.585,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":210,"s":[428.05,219.585,0],"e":[484.75,259.725,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":240,"s":[484.75,259.725,0],"e":[484.75,259.725,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":300,"s":[484.75,259.725,0],"e":[428.05,299.865,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":330,"s":[428.05,299.865,0],"e":[428.05,299.865,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":420,"s":[428.05,299.865,0],"e":[371.35,340.005,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":450,"s":[371.35,340.005,0],"e":[371.35,340.005,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":510.001,"s":[371.35,340.005,0],"e":[314.65,299.865,0],"to":[0,0,0],"ti":[0,0,0]},{"t":540.000549316406}]},"a":{"a":0,"k":[306.474,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.957,0.325,0.02,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[280.693,282.323],"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":"Group 29","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.957,0.325,0.02,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[307.25,262.515],"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":"Group 30","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.957,0.325,0.02,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[334.26,282.323],"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":"Group 31","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.331],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.549]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.957,0.325,0.02,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[307.704,302.13],"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":"Group 32","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"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":[[28.35,-0.001],[28.35,40.141],[-28.35,-0.001],[-28.35,-40.141]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.996,0.412,0.082,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[278.124,320.06],"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":"Group 33","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"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":[[56.7,-0.01],[0,40.13],[-56.7,-0.01],[0,-40.13]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.616,0.325,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[306.474,279.93],"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":"Group 34","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"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":[[28.35,-40.14],[28.35,0],[-28.35,40.14],[-28.35,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.957,0.325,0.02,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[334.824,320.06],"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":"Group 35","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group"}],"ip":420.000427246094,"op":603.00061340332,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"yellow 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":0,"s":[371.55,260.125,0],"e":[428.25,219.725,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":30,"s":[428.25,219.725,0],"e":[428.25,219.725,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":90,"s":[428.25,219.725,0],"e":[484.95,259.865,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":120,"s":[484.95,259.865,0],"e":[484.95,259.865,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":180,"s":[484.95,259.865,0],"e":[428.25,300.005,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":210,"s":[428.25,300.005,0],"e":[428.25,300.005,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":300,"s":[428.25,300.005,0],"e":[371.55,340.145,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":330,"s":[371.55,340.145,0],"e":[371.55,340.145,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":390,"s":[371.55,340.145,0],"e":[314.85,300.005,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":420,"s":[314.85,300.005,0],"e":[314.85,300.005,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":480,"s":[314.85,300.005,0],"e":[371.55,259.865,0],"to":[0,0,0],"ti":[0,0,0]},{"t":510.000518798828}]},"a":{"a":0,"k":[419.874,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.722,0.149,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[394.094,282.323],"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":"Group 8","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.722,0.149,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[420.65,262.515],"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":"Group 9","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.561,0]],"o":[[0,0],[0,4.86],[-6.561,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.911,-1.57],[-11.911,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.722,0.149,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[447.66,282.323],"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":"Group 10","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.851,-6.331],[11.911,-1.57],[-0.009,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.009,1.549]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.722,0.149,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[421.104,302.13],"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":"Group 11","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"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":[[28.35,-0.001],[28.35,40.141],[-28.35,-0.001],[-28.35,-40.141]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.98,0.89,0.184,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[391.524,320.06],"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":"Group 12","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"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":[[56.699,-0.01],[0,40.13],[-56.7,-0.01],[0,-40.13]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.98,0.922,0.188,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[419.874,279.93],"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":"Group 13","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"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":[[28.35,-40.14],[28.35,0],[-28.349,40.14],[-28.349,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.722,0.149,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[448.224,320.06],"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":"Group 14","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group"}],"ip":300.000305175781,"op":480.00048828125,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"blue 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":60,"s":[485.35,259.875,0],"e":[428.65,300.015,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":90,"s":[428.65,300.015,0],"e":[428.65,300.015,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":180,"s":[428.65,300.015,0],"e":[371.95,340.415,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":210,"s":[371.95,340.415,0],"e":[371.95,340.415,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":270,"s":[371.95,340.415,0],"e":[315.25,300.275,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":300,"s":[315.25,300.275,0],"e":[315.25,300.275,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":360,"s":[315.25,300.275,0],"e":[371.95,260.135,0],"to":[0,0,0],"ti":[0,0,0]},{"t":390.000396728516}]},"a":{"a":0,"k":[646.674,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.619,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.561,0]],"o":[[0,0],[0,4.86],[-6.561,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.911,-1.57],[-0.009,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.009,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.149,0.522,0.663,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[620.894,282.323],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.561,0]],"o":[[0,0],[0,4.86],[-6.561,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.849,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.911,-1.57],[-11.911,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.149,0.522,0.663,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[647.45,262.515],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.851,-6.33],[11.911,-1.57],[-0.01,7.23],[-11.911,-1.57],[-11.911,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.149,0.522,0.663,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[674.46,282.323],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.331],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.549]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.149,0.522,0.663,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[647.904,302.13],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"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":[[28.35,-0.001],[28.35,40.141],[-28.35,-0.001],[-28.35,-40.141]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.31,0.678,0.808,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[618.324,320.06],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"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":[[56.7,-0.01],[0,40.13],[-56.7,-0.01],[0,-40.13]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.392,0.827,0.953,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[646.674,279.93],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"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":[[28.35,-40.14],[28.35,0],[-28.35,40.14],[-28.35,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.149,0.522,0.663,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[675.024,320.06],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group"}],"ip":180.000183105469,"op":360.000366210938,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"green 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":60,"s":[428.95,300.125,0],"e":[372.25,340.265,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":90,"s":[372.25,340.265,0],"e":[372.25,340.265,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":150,"s":[372.25,340.265,0],"e":[315.55,299.865,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":180,"s":[315.55,299.865,0],"e":[315.55,299.865,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":240,"s":[315.55,299.865,0],"e":[372.25,259.725,0],"to":[0,0,0],"ti":[0,0,0]},{"t":270.000274658203}]},"a":{"a":0,"k":[533.273,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.447,0.58,0.098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[507.494,282.323],"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":"Group 15","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.851,-6.33],[11.911,-1.57],[-0.01,7.23],[-11.911,-1.57],[-11.911,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.447,0.58,0.098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[534.05,262.515],"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":"Group 16","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.911,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.447,0.58,0.098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[561.061,282.323],"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":"Group 17","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.579,0],[0,4.86],[0,0],[-6.561,0]],"o":[[0,0],[0,4.86],[-6.561,0],[0,0],[0,4.86],[6.159,0]],"v":[[11.849,-6.331],[11.91,-1.57],[-0.01,7.23],[-11.911,-1.57],[-11.911,-7.23],[-0.01,1.549]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.447,0.58,0.098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[534.504,302.13],"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":"Group 18","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"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":[[28.35,-0.001],[28.35,40.141],[-28.35,-0.001],[-28.35,-40.141]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.592,0.769,0.188,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[504.923,320.06],"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":"Group 19","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"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":[[56.7,-0.01],[0,40.13],[-56.7,-0.01],[0,-40.13]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.62,0.816,0.153,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[533.274,279.93],"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":"Group 20","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"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":[[28.35,-40.14],[28.35,0],[-28.35,40.14],[-28.35,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.447,0.58,0.098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[561.624,320.06],"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":"Group 21","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group"}],"ip":60.0000610351563,"op":240.000244140625,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"red","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":30,"s":[371.75,340.125,0],"e":[315.05,299.985,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":60,"s":[315.05,299.985,0],"e":[315.05,299.985,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":120,"s":[315.05,299.985,0],"e":[371.75,259.845,0],"to":[0,0,0],"ti":[0,0,0]},{"t":150.000152587891}]},"a":{"a":0,"k":[193.074,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.831,0,0.114,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[167.294,282.323],"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":"Group 22","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.831,0,0.114,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[193.85,262.515],"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":"Group 23","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.831,0,0.114,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[220.86,282.323],"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":"Group 24","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.331],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.549]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.831,0,0.114,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[194.304,302.13],"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":"Group 25","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"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":[[28.35,-0.001],[28.35,40.141],[-28.35,-0.001],[-28.35,-40.141]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.902,0.145,0.165,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[164.724,320.06],"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":"Group 26","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"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":[[56.7,-0.01],[0,40.13],[-56.7,-0.01],[0,-40.13]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.925,0.255,0.235,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[193.074,279.93],"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":"Group 27","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"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":[[28.35,-40.14],[28.35,0],[-28.35,40.14],[-28.35,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.831,0,0.114,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[221.424,320.06],"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":"Group 28","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group"}],"ip":0,"op":120.000122070313,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"green","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":60,"s":[428.95,300.125,0],"e":[372.25,340.265,0],"to":[0,0,0],"ti":[0,0,0]},{"t":90.0000915527344}]},"a":{"a":0,"k":[533.273,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.447,0.58,0.098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[507.494,282.323],"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":"Group 15","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.851,-6.33],[11.911,-1.57],[-0.01,7.23],[-11.911,-1.57],[-11.911,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.447,0.58,0.098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[534.05,262.515],"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":"Group 16","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.911,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.447,0.58,0.098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[561.061,282.323],"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":"Group 17","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.579,0],[0,4.86],[0,0],[-6.561,0]],"o":[[0,0],[0,4.86],[-6.561,0],[0,0],[0,4.86],[6.159,0]],"v":[[11.849,-6.331],[11.91,-1.57],[-0.01,7.23],[-11.911,-1.57],[-11.911,-7.23],[-0.01,1.549]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.447,0.58,0.098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[534.504,302.13],"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":"Group 18","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"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":[[28.35,-0.001],[28.35,40.141],[-28.35,-0.001],[-28.35,-40.141]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.592,0.769,0.188,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[504.923,320.06],"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":"Group 19","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"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":[[56.7,-0.01],[0,40.13],[-56.7,-0.01],[0,-40.13]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.62,0.816,0.153,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[533.274,279.93],"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":"Group 20","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"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":[[28.35,-40.14],[28.35,0],[-28.35,40.14],[-28.35,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.447,0.58,0.098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[561.624,320.06],"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":"Group 21","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group"}],"ip":0,"op":60.0000610351563,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"blue","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":70,"s":[485.35,259.875,0],"e":[428.65,300.015,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":90,"s":[428.65,300.015,0],"e":[428.65,300.015,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":180,"s":[428.65,300.015,0],"e":[371.95,340.415,0],"to":[0,0,0],"ti":[0,0,0]},{"t":210.000213623047}]},"a":{"a":0,"k":[646.674,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.619,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.561,0]],"o":[[0,0],[0,4.86],[-6.561,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.911,-1.57],[-0.009,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.009,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.149,0.522,0.663,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[620.894,282.323],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.561,0]],"o":[[0,0],[0,4.86],[-6.561,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.849,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.911,-1.57],[-11.911,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.149,0.522,0.663,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[647.45,262.515],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.851,-6.33],[11.911,-1.57],[-0.01,7.23],[-11.911,-1.57],[-11.911,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.149,0.522,0.663,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[674.46,282.323],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.331],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.549]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.149,0.522,0.663,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[647.904,302.13],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"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":[[28.35,-0.001],[28.35,40.141],[-28.35,-0.001],[-28.35,-40.141]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.31,0.678,0.808,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[618.324,320.06],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"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":[[56.7,-0.01],[0,40.13],[-56.7,-0.01],[0,-40.13]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.392,0.827,0.953,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[646.674,279.93],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"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":[[28.35,-40.14],[28.35,0],[-28.35,40.14],[-28.35,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.149,0.522,0.663,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[675.024,320.06],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group"}],"ip":0,"op":180.000183105469,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"orange","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":10,"s":[314.65,300.125,0],"e":[371.35,259.725,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":30,"s":[371.35,259.725,0],"e":[371.35,259.725,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":120,"s":[371.35,259.725,0],"e":[428.05,219.585,0],"to":[0,0,0],"ti":[0,0,0]},{"t":150.000152587891}]},"a":{"a":0,"k":[306.474,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.957,0.325,0.02,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[280.693,282.323],"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":"Group 29","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.957,0.325,0.02,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[307.25,262.515],"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":"Group 30","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.957,0.325,0.02,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[334.26,282.323],"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":"Group 31","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.331],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.549]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.957,0.325,0.02,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[307.704,302.13],"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":"Group 32","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"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":[[28.35,-0.001],[28.35,40.141],[-28.35,-0.001],[-28.35,-40.141]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.996,0.412,0.082,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[278.124,320.06],"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":"Group 33","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"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":[[56.7,-0.01],[0,40.13],[-56.7,-0.01],[0,-40.13]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.616,0.325,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[306.474,279.93],"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":"Group 34","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"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":[[28.35,-40.14],[28.35,0],[-28.35,40.14],[-28.35,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.957,0.325,0.02,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[334.824,320.06],"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":"Group 35","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group"}],"ip":0,"op":120.000122070313,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"yellow","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":0,"s":[371.55,260.125,0],"e":[428.25,219.725,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":30,"s":[428.25,219.725,0],"e":[428.25,219.725,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":90,"s":[428.25,219.725,0],"e":[484.95,259.865,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":120,"s":[484.95,259.865,0],"e":[484.95,259.865,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":190,"s":[484.95,259.865,0],"e":[428.25,300.005,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":210,"s":[428.25,300.005,0],"e":[428.25,300.005,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":300,"s":[428.25,300.005,0],"e":[371.55,340.145,0],"to":[0,0,0],"ti":[0,0,0]},{"t":330.000335693359}]},"a":{"a":0,"k":[419.874,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.722,0.149,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[394.094,282.323],"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":"Group 8","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.722,0.149,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[420.65,262.515],"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":"Group 9","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.561,0]],"o":[[0,0],[0,4.86],[-6.561,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.911,-1.57],[-11.911,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.722,0.149,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[447.66,282.323],"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":"Group 10","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.851,-6.331],[11.911,-1.57],[-0.009,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.009,1.549]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.722,0.149,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[421.104,302.13],"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":"Group 11","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"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":[[28.35,-0.001],[28.35,40.141],[-28.35,-0.001],[-28.35,-40.141]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.98,0.89,0.184,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[391.524,320.06],"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":"Group 12","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"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":[[56.699,-0.01],[0,40.13],[-56.7,-0.01],[0,-40.13]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.98,0.922,0.188,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[419.874,279.93],"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":"Group 13","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"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":[[28.35,-40.14],[28.35,0],[-28.349,40.14],[-28.349,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.722,0.149,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[448.224,320.06],"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":"Group 14","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group"}],"ip":0,"op":300.000305175781,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"orange 3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":0,"s":[314.65,300.125,0],"e":[371.35,259.725,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":30,"s":[371.35,259.725,0],"e":[371.35,259.725,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":120,"s":[371.35,259.725,0],"e":[428.05,219.585,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":150,"s":[428.05,219.585,0],"e":[428.05,219.585,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":210,"s":[428.05,219.585,0],"e":[484.75,259.725,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":240,"s":[484.75,259.725,0],"e":[484.75,259.725,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":310,"s":[484.75,259.725,0],"e":[428.05,299.865,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":330,"s":[428.05,299.865,0],"e":[428.05,299.865,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":420,"s":[428.05,299.865,0],"e":[371.35,340.005,0],"to":[0,0,0],"ti":[0,0,0]},{"t":450.000457763672}]},"a":{"a":0,"k":[306.474,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.957,0.325,0.02,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[280.693,282.323],"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":"Group 29","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.957,0.325,0.02,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[307.25,262.515],"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":"Group 30","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.957,0.325,0.02,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[334.26,282.323],"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":"Group 31","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.331],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.549]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.957,0.325,0.02,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[307.704,302.13],"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":"Group 32","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"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":[[28.35,-0.001],[28.35,40.141],[-28.35,-0.001],[-28.35,-40.141]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.996,0.412,0.082,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[278.124,320.06],"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":"Group 33","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"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":[[56.7,-0.01],[0,40.13],[-56.7,-0.01],[0,-40.13]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.616,0.325,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[306.474,279.93],"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":"Group 34","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"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":[[28.35,-40.14],[28.35,0],[-28.35,40.14],[-28.35,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.957,0.325,0.02,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[334.824,320.06],"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":"Group 35","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group"}],"ip":300.000305175781,"op":420.000427246094,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"red 4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":30,"s":[371.75,340.125,0],"e":[315.05,299.985,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":60,"s":[315.05,299.985,0],"e":[315.05,299.985,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":120,"s":[315.05,299.985,0],"e":[371.75,259.845,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":150,"s":[371.75,259.845,0],"e":[371.75,259.845,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":240,"s":[371.75,259.845,0],"e":[428.45,219.705,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":270,"s":[428.45,219.705,0],"e":[428.45,219.705,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":330,"s":[428.45,219.705,0],"e":[485.15,259.845,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":360,"s":[485.15,259.845,0],"e":[485.15,259.845,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":430,"s":[485.15,259.845,0],"e":[428.45,299.985,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":450,"s":[428.45,299.985,0],"e":[428.45,299.985,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":540.001,"s":[428.45,299.985,0],"e":[371.75,340.125,0],"to":[0,0,0],"ti":[0,0,0]},{"t":570.000579833984}]},"a":{"a":0,"k":[193.074,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.831,0,0.114,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[167.294,282.323],"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":"Group 22","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.831,0,0.114,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[193.85,262.515],"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":"Group 23","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.831,0,0.114,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[220.86,282.323],"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":"Group 24","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.331],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.549]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.831,0,0.114,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[194.304,302.13],"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":"Group 25","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"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":[[28.35,-0.001],[28.35,40.141],[-28.35,-0.001],[-28.35,-40.141]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.902,0.145,0.165,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[164.724,320.06],"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":"Group 26","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"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":[[56.7,-0.01],[0,40.13],[-56.7,-0.01],[0,-40.13]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.925,0.255,0.235,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[193.074,279.93],"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":"Group 27","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"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":[[28.35,-40.14],[28.35,0],[-28.35,40.14],[-28.35,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.831,0,0.114,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[221.424,320.06],"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":"Group 28","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group"}],"ip":420.000427246094,"op":540.000549316406,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"green 5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":60,"s":[428.95,300.125,0],"e":[372.25,340.265,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":90,"s":[372.25,340.265,0],"e":[372.25,340.265,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":150,"s":[372.25,340.265,0],"e":[315.55,299.865,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":180,"s":[315.55,299.865,0],"e":[315.55,299.865,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":240,"s":[315.55,299.865,0],"e":[372.25,259.725,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":270,"s":[372.25,259.725,0],"e":[372.25,259.725,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":360,"s":[372.25,259.725,0],"e":[428.95,219.585,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":390,"s":[428.95,219.585,0],"e":[428.95,219.585,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":450,"s":[428.95,219.585,0],"e":[485.65,259.725,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":480,"s":[485.65,259.725,0],"e":[485.65,259.725,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":550.001,"s":[485.65,259.725,0],"e":[428.95,299.865,0],"to":[0,0,0],"ti":[0,0,0]},{"t":570.000579833984}]},"a":{"a":0,"k":[533.273,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.447,0.58,0.098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[507.494,282.323],"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":"Group 15","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.851,-6.33],[11.911,-1.57],[-0.01,7.23],[-11.911,-1.57],[-11.911,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.447,0.58,0.098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[534.05,262.515],"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":"Group 16","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.911,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.447,0.58,0.098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[561.061,282.323],"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":"Group 17","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.579,0],[0,4.86],[0,0],[-6.561,0]],"o":[[0,0],[0,4.86],[-6.561,0],[0,0],[0,4.86],[6.159,0]],"v":[[11.849,-6.331],[11.91,-1.57],[-0.01,7.23],[-11.911,-1.57],[-11.911,-7.23],[-0.01,1.549]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.447,0.58,0.098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[534.504,302.13],"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":"Group 18","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"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":[[28.35,-0.001],[28.35,40.141],[-28.35,-0.001],[-28.35,-40.141]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.592,0.769,0.188,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[504.923,320.06],"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":"Group 19","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"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":[[56.7,-0.01],[0,40.13],[-56.7,-0.01],[0,-40.13]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.62,0.816,0.153,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[533.274,279.93],"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":"Group 20","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"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":[[28.35,-40.14],[28.35,0],[-28.35,40.14],[-28.35,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.447,0.58,0.098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[561.624,320.06],"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":"Group 21","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group"}],"ip":540.000549316406,"op":603.00061340332,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"yellow 3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":0,"s":[371.55,260.125,0],"e":[428.25,219.725,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":30,"s":[428.25,219.725,0],"e":[428.25,219.725,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":90,"s":[428.25,219.725,0],"e":[484.95,259.865,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":120,"s":[484.95,259.865,0],"e":[484.95,259.865,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":180,"s":[484.95,259.865,0],"e":[428.25,300.005,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":210,"s":[428.25,300.005,0],"e":[428.25,300.005,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":300,"s":[428.25,300.005,0],"e":[371.55,340.145,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":330,"s":[371.55,340.145,0],"e":[371.55,340.145,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":390,"s":[371.55,340.145,0],"e":[314.85,300.005,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":420,"s":[314.85,300.005,0],"e":[314.85,300.005,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":490,"s":[314.85,300.005,0],"e":[371.55,259.865,0],"to":[0,0,0],"ti":[0,0,0]},{"t":510.000518798828}]},"a":{"a":0,"k":[419.874,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.722,0.149,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[394.094,282.323],"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":"Group 8","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.722,0.149,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[420.65,262.515],"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":"Group 9","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.561,0]],"o":[[0,0],[0,4.86],[-6.561,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.911,-1.57],[-11.911,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.722,0.149,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[447.66,282.323],"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":"Group 10","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.851,-6.331],[11.911,-1.57],[-0.009,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.009,1.549]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.722,0.149,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[421.104,302.13],"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":"Group 11","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"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":[[28.35,-0.001],[28.35,40.141],[-28.35,-0.001],[-28.35,-40.141]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.98,0.89,0.184,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[391.524,320.06],"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":"Group 12","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"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":[[56.699,-0.01],[0,40.13],[-56.7,-0.01],[0,-40.13]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.98,0.922,0.188,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[419.874,279.93],"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":"Group 13","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"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":[[28.35,-40.14],[28.35,0],[-28.349,40.14],[-28.349,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.722,0.149,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[448.224,320.06],"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":"Group 14","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group"}],"ip":480.00048828125,"op":603.00061340332,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"blue 3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":60,"s":[485.35,259.875,0],"e":[428.65,300.015,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":90,"s":[428.65,300.015,0],"e":[428.65,300.015,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":180,"s":[428.65,300.015,0],"e":[371.95,340.415,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":210,"s":[371.95,340.415,0],"e":[371.95,340.415,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":270,"s":[371.95,340.415,0],"e":[315.25,300.275,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":300,"s":[315.25,300.275,0],"e":[315.25,300.275,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":370,"s":[315.25,300.275,0],"e":[371.95,260.135,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":390,"s":[371.95,260.135,0],"e":[371.95,260.135,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":480,"s":[371.95,260.135,0],"e":[428.65,219.995,0],"to":[0,0,0],"ti":[0,0,0]},{"t":510.000518798828}]},"a":{"a":0,"k":[646.674,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.619,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.561,0]],"o":[[0,0],[0,4.86],[-6.561,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.911,-1.57],[-0.009,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.009,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.149,0.522,0.663,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[620.894,282.323],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.561,0]],"o":[[0,0],[0,4.86],[-6.561,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.849,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.911,-1.57],[-11.911,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.149,0.522,0.663,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[647.45,262.515],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.851,-6.33],[11.911,-1.57],[-0.01,7.23],[-11.911,-1.57],[-11.911,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.149,0.522,0.663,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[674.46,282.323],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.331],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.549]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.149,0.522,0.663,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[647.904,302.13],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"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":[[28.35,-0.001],[28.35,40.141],[-28.35,-0.001],[-28.35,-40.141]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.31,0.678,0.808,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[618.324,320.06],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"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":[[56.7,-0.01],[0,40.13],[-56.7,-0.01],[0,-40.13]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.392,0.827,0.953,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[646.674,279.93],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"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":[[28.35,-40.14],[28.35,0],[-28.35,40.14],[-28.35,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.149,0.522,0.663,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[675.024,320.06],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group"}],"ip":360.000366210938,"op":480.00048828125,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"green 3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":60,"s":[428.95,300.125,0],"e":[372.25,340.265,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":90,"s":[372.25,340.265,0],"e":[372.25,340.265,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":150,"s":[372.25,340.265,0],"e":[315.55,299.865,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":180,"s":[315.55,299.865,0],"e":[315.55,299.865,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":250,"s":[315.55,299.865,0],"e":[372.25,259.725,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":270,"s":[372.25,259.725,0],"e":[372.25,259.725,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":360,"s":[372.25,259.725,0],"e":[428.95,219.585,0],"to":[0,0,0],"ti":[0,0,0]},{"t":390.000396728516}]},"a":{"a":0,"k":[533.273,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.447,0.58,0.098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[507.494,282.323],"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":"Group 15","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.851,-6.33],[11.911,-1.57],[-0.01,7.23],[-11.911,-1.57],[-11.911,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.447,0.58,0.098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[534.05,262.515],"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":"Group 16","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.911,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.447,0.58,0.098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[561.061,282.323],"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":"Group 17","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.579,0],[0,4.86],[0,0],[-6.561,0]],"o":[[0,0],[0,4.86],[-6.561,0],[0,0],[0,4.86],[6.159,0]],"v":[[11.849,-6.331],[11.91,-1.57],[-0.01,7.23],[-11.911,-1.57],[-11.911,-7.23],[-0.01,1.549]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.447,0.58,0.098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[534.504,302.13],"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":"Group 18","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"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":[[28.35,-0.001],[28.35,40.141],[-28.35,-0.001],[-28.35,-40.141]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.592,0.769,0.188,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[504.923,320.06],"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":"Group 19","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"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":[[56.7,-0.01],[0,40.13],[-56.7,-0.01],[0,-40.13]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.62,0.816,0.153,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[533.274,279.93],"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":"Group 20","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"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":[[28.35,-40.14],[28.35,0],[-28.35,40.14],[-28.35,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.447,0.58,0.098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[561.624,320.06],"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":"Group 21","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group"}],"ip":240.000244140625,"op":360.000366210938,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":4,"nm":"red 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":30,"s":[371.75,340.125,0],"e":[315.05,299.985,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":60,"s":[315.05,299.985,0],"e":[315.05,299.985,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":130,"s":[315.05,299.985,0],"e":[371.75,259.845,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":150,"s":[371.75,259.845,0],"e":[371.75,259.845,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":240,"s":[371.75,259.845,0],"e":[428.45,219.705,0],"to":[0,0,0],"ti":[0,0,0]},{"t":270.000274658203}]},"a":{"a":0,"k":[193.074,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.831,0,0.114,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[167.294,282.323],"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":"Group 22","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.831,0,0.114,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[193.85,262.515],"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":"Group 23","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.831,0,0.114,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[220.86,282.323],"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":"Group 24","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.331],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.549]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.831,0,0.114,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[194.304,302.13],"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":"Group 25","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"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":[[28.35,-0.001],[28.35,40.141],[-28.35,-0.001],[-28.35,-40.141]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.902,0.145,0.165,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[164.724,320.06],"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":"Group 26","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"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":[[56.7,-0.01],[0,40.13],[-56.7,-0.01],[0,-40.13]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.925,0.255,0.235,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[193.074,279.93],"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":"Group 27","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"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":[[28.35,-40.14],[28.35,0],[-28.35,40.14],[-28.35,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.831,0,0.114,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[221.424,320.06],"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":"Group 28","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group"}],"ip":120.000122070313,"op":240.000244140625,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":4,"nm":"orange 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":0,"s":[314.65,300.125,0],"e":[371.35,259.725,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":30,"s":[371.35,259.725,0],"e":[371.35,259.725,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":120,"s":[371.35,259.725,0],"e":[428.05,219.585,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":150,"s":[428.05,219.585,0],"e":[428.05,219.585,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":210,"s":[428.05,219.585,0],"e":[484.75,259.725,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":240,"s":[484.75,259.725,0],"e":[484.75,259.725,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":300,"s":[484.75,259.725,0],"e":[428.05,299.865,0],"to":[0,0,0],"ti":[0,0,0]},{"t":330.000335693359}]},"a":{"a":0,"k":[306.474,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.957,0.325,0.02,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[280.693,282.323],"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":"Group 29","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.957,0.325,0.02,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[307.25,262.515],"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":"Group 30","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.957,0.325,0.02,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[334.26,282.323],"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":"Group 31","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.331],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.549]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.957,0.325,0.02,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[307.704,302.13],"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":"Group 32","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"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":[[28.35,-0.001],[28.35,40.141],[-28.35,-0.001],[-28.35,-40.141]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.996,0.412,0.082,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[278.124,320.06],"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":"Group 33","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"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":[[56.7,-0.01],[0,40.13],[-56.7,-0.01],[0,-40.13]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.616,0.325,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[306.474,279.93],"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":"Group 34","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"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":[[28.35,-40.14],[28.35,0],[-28.35,40.14],[-28.35,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.957,0.325,0.02,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[334.824,320.06],"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":"Group 35","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group"}],"ip":120.000122070313,"op":300.000305175781,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":4,"nm":"red 3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":30,"s":[371.75,340.125,0],"e":[315.05,299.985,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":60,"s":[315.05,299.985,0],"e":[315.05,299.985,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":120,"s":[315.05,299.985,0],"e":[371.75,259.845,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":150,"s":[371.75,259.845,0],"e":[371.75,259.845,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":240,"s":[371.75,259.845,0],"e":[428.45,219.705,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":270,"s":[428.45,219.705,0],"e":[428.45,219.705,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":330,"s":[428.45,219.705,0],"e":[485.15,259.845,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":360,"s":[485.15,259.845,0],"e":[485.15,259.845,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":420,"s":[485.15,259.845,0],"e":[428.45,299.985,0],"to":[0,0,0],"ti":[0,0,0]},{"t":450.000457763672}]},"a":{"a":0,"k":[193.074,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.831,0,0.114,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[167.294,282.323],"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":"Group 22","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.831,0,0.114,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[193.85,262.515],"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":"Group 23","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.831,0,0.114,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[220.86,282.323],"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":"Group 24","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.331],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.549]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.831,0,0.114,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[194.304,302.13],"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":"Group 25","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"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":[[28.35,-0.001],[28.35,40.141],[-28.35,-0.001],[-28.35,-40.141]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.902,0.145,0.165,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[164.724,320.06],"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":"Group 26","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"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":[[56.7,-0.01],[0,40.13],[-56.7,-0.01],[0,-40.13]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.925,0.255,0.235,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[193.074,279.93],"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":"Group 27","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"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":[[28.35,-40.14],[28.35,0],[-28.35,40.14],[-28.35,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.831,0,0.114,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[221.424,320.06],"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":"Group 28","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group"}],"ip":240.000244140625,"op":420.000427246094,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":20,"ty":4,"nm":"green 4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":60,"s":[428.95,300.125,0],"e":[372.25,340.265,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":90,"s":[372.25,340.265,0],"e":[372.25,340.265,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":150,"s":[372.25,340.265,0],"e":[315.55,299.865,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":180,"s":[315.55,299.865,0],"e":[315.55,299.865,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":240,"s":[315.55,299.865,0],"e":[372.25,259.725,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":270,"s":[372.25,259.725,0],"e":[372.25,259.725,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":360,"s":[372.25,259.725,0],"e":[428.95,219.585,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":390,"s":[428.95,219.585,0],"e":[428.95,219.585,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":450,"s":[428.95,219.585,0],"e":[485.65,259.725,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":480,"s":[485.65,259.725,0],"e":[485.65,259.725,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":540.001,"s":[485.65,259.725,0],"e":[428.95,299.865,0],"to":[0,0,0],"ti":[0,0,0]},{"t":570.000579833984}]},"a":{"a":0,"k":[533.273,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.447,0.58,0.098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[507.494,282.323],"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":"Group 15","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.851,-6.33],[11.911,-1.57],[-0.01,7.23],[-11.911,-1.57],[-11.911,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.447,0.58,0.098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[534.05,262.515],"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":"Group 16","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.911,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.447,0.58,0.098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[561.061,282.323],"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":"Group 17","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.579,0],[0,4.86],[0,0],[-6.561,0]],"o":[[0,0],[0,4.86],[-6.561,0],[0,0],[0,4.86],[6.159,0]],"v":[[11.849,-6.331],[11.91,-1.57],[-0.01,7.23],[-11.911,-1.57],[-11.911,-7.23],[-0.01,1.549]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.447,0.58,0.098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[534.504,302.13],"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":"Group 18","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"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":[[28.35,-0.001],[28.35,40.141],[-28.35,-0.001],[-28.35,-40.141]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.592,0.769,0.188,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[504.923,320.06],"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":"Group 19","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"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":[[56.7,-0.01],[0,40.13],[-56.7,-0.01],[0,-40.13]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.62,0.816,0.153,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[533.274,279.93],"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":"Group 20","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"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":[[28.35,-40.14],[28.35,0],[-28.35,40.14],[-28.35,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.447,0.58,0.098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[561.624,320.06],"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":"Group 21","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group"}],"ip":360.000366210938,"op":540.000549316406,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":21,"ty":4,"nm":"blue 4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":60,"s":[485.35,259.875,0],"e":[428.65,300.015,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":90,"s":[428.65,300.015,0],"e":[428.65,300.015,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":180,"s":[428.65,300.015,0],"e":[371.95,340.415,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":210,"s":[371.95,340.415,0],"e":[371.95,340.415,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":270,"s":[371.95,340.415,0],"e":[315.25,300.275,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":300,"s":[315.25,300.275,0],"e":[315.25,300.275,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":360,"s":[315.25,300.275,0],"e":[371.95,260.135,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":390,"s":[371.95,260.135,0],"e":[371.95,260.135,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":480,"s":[371.95,260.135,0],"e":[428.65,219.995,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":0.44},"o":{"x":0.56,"y":0.56},"n":"0p44_0p44_0p56_0p56","t":510.001,"s":[428.65,219.995,0],"e":[428.65,219.995,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.44,"y":1},"o":{"x":0.56,"y":0},"n":"0p44_1_0p56_0","t":570.001,"s":[428.65,219.995,0],"e":[485.35,260.135,0],"to":[0,0,0],"ti":[0,0,0]},{"t":600.000610351563}]},"a":{"a":0,"k":[646.674,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.619,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.561,0]],"o":[[0,0],[0,4.86],[-6.561,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.33],[11.911,-1.57],[-0.009,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.009,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.149,0.522,0.663,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[620.894,282.323],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.561,0]],"o":[[0,0],[0,4.86],[-6.561,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.849,-6.33],[11.91,-1.57],[-0.01,7.23],[-11.911,-1.57],[-11.911,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.149,0.522,0.663,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[647.45,262.515],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.851,-6.33],[11.911,-1.57],[-0.01,7.23],[-11.911,-1.57],[-11.911,-7.23],[-0.01,1.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.149,0.522,0.663,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[674.46,282.323],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.62,4.44],[0,0],[6.58,0],[0,4.86],[0,0],[-6.56,0]],"o":[[0,0],[0,4.86],[-6.56,0],[0,0],[0,4.86],[6.16,0]],"v":[[11.85,-6.331],[11.91,-1.57],[-0.01,7.23],[-11.91,-1.57],[-11.91,-7.23],[-0.01,1.549]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.149,0.522,0.663,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[647.904,302.13],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"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":[[28.35,-0.001],[28.35,40.141],[-28.35,-0.001],[-28.35,-40.141]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.31,0.678,0.808,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[618.324,320.06],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"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":[[56.7,-0.01],[0,40.13],[-56.7,-0.01],[0,-40.13]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.392,0.827,0.953,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[646.674,279.93],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"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":[[28.35,-40.14],[28.35,0],[-28.35,40.14],[-28.35,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.149,0.522,0.663,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[675.024,320.06],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group"}],"ip":480.00048828125,"op":603.00061340332,"st":0,"bm":0,"sr":1}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"LEGO loader","refId":"comp_3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[400,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"tm":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[20]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":150,"s":[20],"e":[20.033]},{"t":601.000611368815}]},"w":800,"h":600,"ip":0,"op":151.000153605143,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/lf20_fteywrno.json b/ohos/flutter_lottie/assets/lottiefiles/lf20_fteywrno.json new file mode 100644 index 0000000000000000000000000000000000000000..02805a3d54a5a57a4b64d4bf7732ebd233d3396f --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/lf20_fteywrno.json @@ -0,0 +1,2293 @@ +{ + "v": "5.5.7", + "meta": { + "g": "LottieFiles AE 0.1.20", + "a": "", + "k": "", + "d": "", + "tc": "" + }, + "fr": 25, + "ip": 0, + "op": 25, + "w": 375, + "h": 375, + "nm": "Comp 2", + "ddd": 0, + "assets": [], + "fonts": { + "list": [ + { + "fName": "Inter-SemiBold", + "fFamily": "Inter", + "fStyle": "Semi Bold", + "ascent": 72.7279663085938 + } + ] + }, + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 5, + "nm": "T", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 187, + 187, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + -0.223, + -58.077, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "sz": [ + 257, + 133 + ], + "ps": [ + -128.5, + -66.5 + ], + "s": 18, + "f": "Inter-SemiBold", + "t": "T", + "j": 2, + "tr": 0, + "lh": 21.6, + "ls": 0, + "fc": [ + 0, + 0, + 0 + ] + }, + "t": 0 + }, + { + "s": { + "sz": [ + 257, + 133 + ], + "ps": [ + -128.5, + -66.5 + ], + "s": 18, + "f": "Inter-SemiBold", + "t": "Th", + "j": 2, + "tr": 0, + "lh": 21.6, + "ls": 0, + "fc": [ + 0, + 0, + 0 + ] + }, + "t": 2 + }, + { + "s": { + "sz": [ + 257, + 133 + ], + "ps": [ + -128.5, + -66.5 + ], + "s": 18, + "f": "Inter-SemiBold", + "t": "Tha", + "j": 2, + "tr": 0, + "lh": 21.6, + "ls": 0, + "fc": [ + 0, + 0, + 0 + ] + }, + "t": 4 + }, + { + "s": { + "sz": [ + 257, + 133 + ], + "ps": [ + -128.5, + -66.5 + ], + "s": 18, + "f": "Inter-SemiBold", + "t": "Than", + "j": 2, + "tr": 0, + "lh": 21.6, + "ls": 0, + "fc": [ + 0, + 0, + 0 + ] + }, + "t": 6 + }, + { + "s": { + "sz": [ + 257, + 133 + ], + "ps": [ + -128.5, + -66.5 + ], + "s": 18, + "f": "Inter-SemiBold", + "t": "Thank", + "j": 2, + "tr": 0, + "lh": 21.6, + "ls": 0, + "fc": [ + 0, + 0, + 0 + ] + }, + "t": 8 + }, + { + "s": { + "sz": [ + 257, + 133 + ], + "ps": [ + -128.5, + -66.5 + ], + "s": 18, + "f": "Inter-SemiBold", + "t": "Thank y", + "j": 2, + "tr": 0, + "lh": 21.6, + "ls": 0, + "fc": [ + 0, + 0, + 0 + ] + }, + "t": 10 + }, + { + "s": { + "sz": [ + 257, + 133 + ], + "ps": [ + -128.5, + -66.5 + ], + "s": 18, + "f": "Inter-SemiBold", + "t": "Thank yo", + "j": 2, + "tr": 0, + "lh": 21.6, + "ls": 0, + "fc": [ + 0, + 0, + 0 + ] + }, + "t": 12 + }, + { + "s": { + "sz": [ + 257, + 133 + ], + "ps": [ + -128.5, + -66.5 + ], + "s": 18, + "f": "Inter-SemiBold", + "t": "Thank you", + "j": 2, + "tr": 0, + "lh": 21.6, + "ls": 0, + "fc": [ + 0, + 0, + 0 + ] + }, + "t": 14 + } + ] + }, + "p": {}, + "m": { + "g": 1, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + } + }, + "a": [] + }, + "ip": 0, + "op": 150, + "st": 0, + "bm": 0 + } + ], + "markers": [], + "chars": [ + { + "ch": "T", + "size": 18, + "style": "Semi Bold", + "w": 65.98, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 3.931, + -60.96 + ], + [ + 26.146, + -60.96 + ], + [ + 26.146, + 0 + ], + [ + 39.061, + 0 + ], + [ + 39.061, + -60.96 + ], + [ + 61.276, + -60.96 + ], + [ + 61.276, + -71.875 + ], + [ + 3.931, + -71.875 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "T", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "T", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "h", + "size": 18, + "style": "Semi Bold", + "w": 61.29, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + -6.808, + 0 + ], + [ + 0, + -7.265 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 11.195, + 0 + ], + [ + 2.492, + -6.107 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + -7.791 + ], + [ + 6.668, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -13.02 + ], + [ + -8.282, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 19.232, + -31.586 + ], + [ + 30.884, + -43.869 + ], + [ + 41.483, + -32.358 + ], + [ + 41.483, + 0 + ], + [ + 54.187, + 0 + ], + [ + 54.187, + -34.323 + ], + [ + 35.622, + -54.608 + ], + [ + 19.583, + -44.746 + ], + [ + 18.951, + -44.746 + ], + [ + 18.951, + -71.875 + ], + [ + 6.528, + -71.875 + ], + [ + 6.528, + 0 + ], + [ + 19.232, + 0 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "h", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "h", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "a", + "size": 18, + "style": "Semi Bold", + "w": 57.46, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + -10.283, + 0 + ], + [ + -2.316, + 4.527 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 10.283, + 0 + ], + [ + 2.808, + -9.827 + ], + [ + 0, + 0 + ], + [ + -6.212, + 0 + ], + [ + 0, + -5.299 + ], + [ + 0, + 0 + ], + [ + 9.511, + -1.018 + ], + [ + 0, + -12.143 + ] + ], + "o": [ + [ + 8.458, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -14.249 + ], + [ + -11.336, + 0 + ], + [ + 0, + 0 + ], + [ + 1.263, + -3.685 + ], + [ + 5.896, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 3.65 + ], + [ + -10.458, + 1.123 + ], + [ + 0, + 10.599 + ] + ], + "v": [ + [ + 22.04, + 1.088 + ], + [ + 37.868, + -7.405 + ], + [ + 38.289, + -7.405 + ], + [ + 38.289, + 0 + ], + [ + 50.502, + 0 + ], + [ + 50.502, + -36.078 + ], + [ + 28.603, + -54.608 + ], + [ + 5.756, + -39.728 + ], + [ + 17.618, + -38.043 + ], + [ + 28.673, + -44.887 + ], + [ + 37.798, + -36.569 + ], + [ + 37.798, + -36.359 + ], + [ + 24.461, + -31.516 + ], + [ + 4.001, + -15.126 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "a", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 7.651, + 0 + ], + [ + 0, + 4.668 + ], + [ + -5.685, + 0.807 + ], + [ + -1.649, + 1.334 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + -5.299, + 0 + ], + [ + 0, + -4.878 + ], + [ + 3.334, + -0.456 + ], + [ + 0, + 0 + ], + [ + 0, + 6.001 + ] + ], + "v": [ + [ + 25.339, + -8.247 + ], + [ + 16.249, + -15.337 + ], + [ + 26.181, + -23.058 + ], + [ + 37.833, + -25.69 + ], + [ + 37.833, + -19.337 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "a", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "a", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "n", + "size": 18, + "style": "Semi Bold", + "w": 60.97, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + -6.703, + 0 + ], + [ + 0, + -7.195 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 11.125, + 0 + ], + [ + 2.457, + -6.001 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + -7.791 + ], + [ + 6.563, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0.035, + -12.915 + ], + [ + -8.072, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 19.232, + -31.586 + ], + [ + 30.638, + -43.869 + ], + [ + 41.132, + -32.358 + ], + [ + 41.132, + 0 + ], + [ + 53.836, + 0 + ], + [ + 53.836, + -34.323 + ], + [ + 35.376, + -54.608 + ], + [ + 19.302, + -44.746 + ], + [ + 18.671, + -44.746 + ], + [ + 18.671, + -53.906 + ], + [ + 6.528, + -53.906 + ], + [ + 6.528, + 0 + ], + [ + 19.232, + 0 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "n", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "n", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "k", + "size": 18, + "style": "Semi Bold", + "w": 56.89, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 6.528, + 0 + ], + [ + 19.232, + 0 + ], + [ + 19.232, + -18.109 + ], + [ + 23.865, + -23.058 + ], + [ + 40.359, + 0 + ], + [ + 55.556, + 0 + ], + [ + 33.446, + -30.638 + ], + [ + 54.327, + -53.906 + ], + [ + 39.482, + -53.906 + ], + [ + 20.11, + -32.253 + ], + [ + 19.232, + -32.253 + ], + [ + 19.232, + -71.875 + ], + [ + 6.528, + -71.875 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "k", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "k", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": " ", + "size": 18, + "style": "Semi Bold", + "w": 24.82, + "data": {}, + "fFamily": "Inter" + }, + { + "ch": "y", + "size": 18, + "style": "Semi Bold", + "w": 57.6, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + -3.72, + 0 + ], + [ + -3.018, + 8.493 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 5.545, + 1.614 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 9.827, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -2.386, + 5.931 + ], + [ + 0, + 0 + ], + [ + 1.439, + 0.597 + ] + ], + "v": [ + [ + 13.968, + 20.987 + ], + [ + 32.919, + 7.019 + ], + [ + 54.678, + -53.906 + ], + [ + 41.167, + -53.906 + ], + [ + 28.708, + -13.196 + ], + [ + 28.146, + -13.196 + ], + [ + 15.723, + -53.906 + ], + [ + 2.246, + -53.906 + ], + [ + 21.794, + 1.123 + ], + [ + 20.531, + 4.562 + ], + [ + 8.914, + 9.37 + ], + [ + 5.966, + 19.548 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "y", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "y", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "o", + "size": 18, + "style": "Semi Bold", + "w": 60.8, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + -15.793, + 0 + ], + [ + 0, + 16.67 + ], + [ + 15.793, + 0 + ], + [ + 0, + -16.705 + ] + ], + "o": [ + [ + 15.793, + 0 + ], + [ + 0, + -16.705 + ], + [ + -15.793, + 0 + ], + [ + 0, + 16.67 + ] + ], + "v": [ + [ + 30.042, + 1.053 + ], + [ + 55.872, + -26.743 + ], + [ + 30.042, + -54.608 + ], + [ + 4.211, + -26.743 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "o", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 8.598, + 0 + ], + [ + 0, + 9.862 + ], + [ + -8.739, + 0 + ], + [ + 0, + -9.862 + ] + ], + "o": [ + [ + -8.739, + 0 + ], + [ + 0, + -9.862 + ], + [ + 8.598, + 0 + ], + [ + 0, + 9.862 + ] + ], + "v": [ + [ + 30.112, + -9.125 + ], + [ + 17.091, + -26.778 + ], + [ + 30.112, + -44.536 + ], + [ + 42.992, + -26.778 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "o", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "o", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "u", + "size": 18, + "style": "Semi Bold", + "w": 60.83, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 5.615, + 0 + ], + [ + 0, + 6.844 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -10.599, + 0 + ], + [ + -2.457, + 6.036 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 8.212 + ], + [ + -6.107, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 12.95 + ], + [ + 8.072, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 40.886, + -22.672 + ], + [ + 29.41, + -10.388 + ], + [ + 19.232, + -21.548 + ], + [ + 19.232, + -53.906 + ], + [ + 6.528, + -53.906 + ], + [ + 6.528, + -19.583 + ], + [ + 24.496, + 0.702 + ], + [ + 40.71, + -9.581 + ], + [ + 41.272, + -9.581 + ], + [ + 41.272, + 0 + ], + [ + 53.59, + 0 + ], + [ + 53.59, + -53.906 + ], + [ + 40.886, + -53.906 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "u", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "u", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "<", + "size": 18, + "style": "Semi Bold", + "w": 66.26, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 8.739, + -23.479 + ], + [ + 56.749, + -1.299 + ], + [ + 56.749, + -13.757 + ], + [ + 23.022, + -28.217 + ], + [ + 23.022, + -28.848 + ], + [ + 56.749, + -43.307 + ], + [ + 56.749, + -55.766 + ], + [ + 8.739, + -33.586 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "<", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "<", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "3", + "size": 18, + "style": "Semi Bold", + "w": 65.16, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + -15.161, + 0 + ], + [ + 0.035, + 12.143 + ], + [ + 10.072, + 1.439 + ], + [ + 0, + 0 + ], + [ + 0.035, + 8.072 + ], + [ + 14.354, + 0 + ], + [ + 0.281, + -12.038 + ], + [ + 0, + 0 + ], + [ + -6.633, + 0 + ], + [ + 0.035, + -6.036 + ], + [ + 7.44, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0.035, + -6.493 + ], + [ + 7.686, + 0 + ], + [ + 0.316, + 5.861 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 15.372, + 0 + ], + [ + 0.035, + -8.984 + ], + [ + 0, + 0 + ], + [ + 7.791, + -1.685 + ], + [ + 0.035, + -10.95 + ], + [ + -13.968, + 0 + ], + [ + 0, + 0 + ], + [ + 0.211, + -6.036 + ], + [ + 6.703, + 0 + ], + [ + 0.035, + 6.282 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 9.09, + 0 + ], + [ + 0.035, + 6.352 + ], + [ + -7.23, + 0 + ], + [ + 0, + 0 + ], + [ + 0.351, + 12.143 + ] + ], + "v": [ + [ + 32.182, + 0.983 + ], + [ + 58.714, + -19.969 + ], + [ + 43.062, + -36.85 + ], + [ + 43.062, + -37.411 + ], + [ + 56.047, + -52.959 + ], + [ + 32.393, + -72.858 + ], + [ + 7.335, + -52.502 + ], + [ + 19.864, + -52.502 + ], + [ + 32.323, + -62.294 + ], + [ + 43.448, + -52.187 + ], + [ + 30.849, + -41.728 + ], + [ + 24.496, + -41.728 + ], + [ + 24.496, + -31.691 + ], + [ + 30.849, + -31.691 + ], + [ + 45.308, + -20.636 + ], + [ + 32.147, + -9.932 + ], + [ + 19.022, + -19.548 + ], + [ + 5.826, + -19.548 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "3", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "3", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/light.json b/ohos/flutter_lottie/assets/lottiefiles/light.json new file mode 100644 index 0000000000000000000000000000000000000000..ffe455ec27bec7a4a7d64c289eec34e8c37ccb72 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/light.json @@ -0,0 +1 @@ +{"v":"5.1.16","fr":29.9700012207031,"ip":0,"op":90.0000036657751,"w":460,"h":300,"nm":"Comp 2","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"woman Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":0,"s":[82,227.5,0],"e":[249.952,227.5,0],"to":[2.48431301116943,0,0],"ti":[-2.57725715637207,0,0]},{"t":45.0000018328876}],"ix":2},"a":{"a":0,"k":[33.5,81.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,11],[0,0],[-1.047,-8.671],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0.764,6.328],[0,0],[0,0],[0,0]],"v":[[-8,-29.048],[1.5,-29.952],[3,4.952],[8,29.952],[3,29.952],[-3,7.952]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.755999995213,0.30800000359,0.154000001795,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[32,133.048],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,11],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-12.5,-28.5],[6.5,-30.5],[6.5,5.5],[12.5,30.5],[-1.5,30.5],[-7.5,8.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.830999995213,0.372000002394,0.154000001795,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[36.5,132.5],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1,-5],[4,-2],[-3,-3],[0.875,-1],[-4.218,-2.961],[-6.235,1.962],[1.376,0.68],[-3.801,3.802],[3.47,5.448],[-2.902,0.75],[1.79,6.783]],"o":[[-21.013,0],[-0.98,4.904],[-3.963,1.982],[2,2],[-0.875,1],[4.217,2.961],[6.235,-1.961],[-1.376,-0.679],[3,-3],[-3.47,-5.449],[2.901,-0.75],[-1.791,-6.784]],"v":[[11.722,-26.027],[-19.291,-12.962],[-21.291,-0.962],[-24.291,9.038],[-27.416,15.038],[-25.508,22.077],[5.474,23.999],[10.085,15.717],[8.709,9.038],[11.179,-2.513],[17.808,-9.212],[26.5,-20.178]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.112999994615,0.2,0.219999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[28.29,25.961],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[7.068,4.552],[0,0],[-10.084,-5],[-0.917,4.5]],"o":[[-2.167,2.917],[0,0],[3.666,-2.833],[-6.099,-1.615]],"v":[[-8.833,-10.417],[-12.333,-4.584],[5.333,10.417],[12.333,-1.25]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.760000011968,0.892999985639,0.82599995931,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[33.765,65.865],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.334,15.333],[2.622,-0.162],[1.921,-3.004],[1.833,-13.083],[-4.879,-1.799],[-1.995,5.985]],"o":[[0.277,-3.191],[-2.302,1.759],[-5.83,9.119],[3.367,2.631],[3.047,-7.786],[2.334,-7]],"v":[[7.583,-21.737],[3.602,-26.226],[-2.865,-19.06],[-12.583,19.263],[1.023,26.387],[10.249,7.596]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.755999995213,0.30800000359,0.154000001795,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[37.515,36.185],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.566,-0.104],[1.128,1.353],[-0.602,0.256],[-1.38,-0.358],[-0.317,-1.447]],"o":[[-2.196,0.402],[-0.419,-0.503],[1.246,-0.528],[1.431,0.371],[0.123,0.562]],"v":[[2.674,1.82],[-3.197,-0.123],[-2.827,-1.694],[0.719,-0.755],[3.493,0.579]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.112999994615,0.2,0.219999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[59.005,41.641],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-1.104],[1.104,0],[0,1.104],[-1.105,0]],"o":[[0,1.104],[-1.105,0],[0,-1.104],[1.104,0]],"v":[[2,0],[0,2],[-2,0],[0,-2]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.112999994615,0.2,0.219999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[53.099,25.448],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4.422,-3.671],[-0.913,-2.554],[-1.301,-1.634],[0.557,-1.754],[0.356,-2.563],[3.04,-0.348],[1.875,-2.125],[0,-4.792],[5.333,4.167],[-5.83,9.119]],"o":[[4.597,3.815],[0.913,2.555],[1.302,1.632],[-0.559,1.754],[-0.356,2.562],[-3.041,0.346],[-1.875,2.125],[-5.5,-0.667],[1.833,-13.083],[5.83,-9.118]],"v":[[7.733,-26.488],[13.811,-10.004],[20.601,-5.515],[17.004,0.022],[16.63,10.354],[11.545,15.989],[2.508,18.492],[0.133,30.159],[-21.034,20.992],[-11.315,-17.331]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.830999995213,0.372000002394,0.154000001795,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[45.966,34.456],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.278,-4.187],[1,-4],[0,-6],[0,0],[0,0],[0,0],[0.777,13.374],[0,0]],"o":[[8,10],[1.134,3.711],[-1,4],[0,0],[0,0],[0,0],[0,0],[-0.777,-13.375],[0,0]],"v":[[6.794,-44],[25.072,-15.813],[23.794,0],[21.794,14],[21.794,34],[21.794,54],[-19.206,54],[-25.429,-22.625],[-14.206,-54]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.016000001571,0.386000001197,0.519999964097,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[39.206,109],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":90.0000036657751,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"switch Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[186,156,0],"ix":2},"a":{"a":0,"k":[12,18.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.005,-0.32],[0,0],[-1.064,0.12],[0,0]],"o":[[0,0],[1.011,-0.322],[0,0],[-1.064,0.085]],"v":[[-1.52,-2.094],[-1.52,2.663],[1.521,2.01],[1.521,-2.663]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.760000011968,0.892999985639,0.82599995931,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[8.52,11.352],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.084,0.084],[0,0],[-1.015,-0.323]],"o":[[-1.02,-0.325],[0,0],[1.084,0.118],[0,0]],"v":[[1.544,-2.091],[-1.543,-2.665],[-1.544,2.012],[1.544,2.665]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.760000011968,0.892999985639,0.82599995931,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[15.456,11.351],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.693,0],[0.612,-0.049],[0,0],[-0.705,0],[-0.606,-0.067],[0,0]],"o":[[-0.712,0],[0,0],[0.604,-0.067],[0.7,0],[0,0],[-0.599,-0.046]],"v":[[0.024,-2.376],[-1.936,-2.298],[-1.936,2.376],[0,2.263],[1.935,2.375],[1.936,-2.302]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.879999976065,0.945999983245,0.913000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[11.977,10.987],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.411,0.113],[0.803,0.061],[0.727,0],[0.623,-0.047],[0.749,-0.205],[0,-0.44],[0,0],[-1.048,0.086],[-0.727,0],[-0.624,-0.051],[-0.992,-0.315],[0,0]],"o":[[-0.75,-0.204],[-0.622,-0.047],[-0.725,0],[-0.802,0.061],[-0.412,0.112],[0,0],[0.992,-0.315],[0.625,-0.052],[0.728,0],[1.049,0.087],[0,0],[0,-0.439]],"v":[[4.303,-0.607],[2,-0.98],[0,-1.048],[-2,-0.98],[-4.301,-0.607],[-4.999,0.331],[-4.999,1.047],[-2,0.482],[0,0.4],[2,0.482],[4.999,1.048],[4.999,0.331]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.647000002394,0.689999988032,0.638999968884,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[12,8.298],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.992,-0.315],[0,0],[-0.411,-0.112],[-0.803,-0.06],[0,0]],"o":[[0,0],[-0.001,0.439],[0.75,0.204],[0,0],[-1.048,0.086]],"v":[[-1.499,-9.92],[-1.499,9.173],[-0.803,10.111],[1.499,10.485],[1.501,-10.485]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.879999976065,0.945999983245,0.913000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[8.5,19.265],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0.44],[0,0],[0,0],[0,0],[1.049,0.087],[0,0],[-0.749,0.206]],"o":[[0,0],[0,0],[0,0],[-0.992,-0.315],[0,0],[0.803,-0.06],[0.411,-0.112]],"v":[[1.499,9.248],[1.501,-10.559],[1.499,-10.56],[1.499,-9.844],[-1.499,-10.41],[-1.501,10.56],[0.801,10.186]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.879999976065,0.945999983245,0.913000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[15.499,19.189],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.655,0],[0,0],[0,1.655],[0,0],[-1.655,0],[0,0],[0,-1.655],[0,0]],"o":[[0,0],[-1.655,0],[0,0],[0,-1.655],[0,0],[1.655,0],[0,0],[0,1.655]],"v":[[9.002,18.5],[-9.002,18.5],[-12,15.502],[-12,-15.502],[-9.002,-18.5],[9.002,-18.5],[12,-15.502],[12,15.502]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.970000023935,0.977999997606,0.902000038297,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[12,18.5],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":90.0000036657751,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"plant Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[379.5,226.5,0],"ix":2},"a":{"a":0,"k":[28,73.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-3.87,6],[-1.73,0],[0.773,15],[-7.01,0],[0,-10],[-2.322,0],[0,6],[-3.191,0],[6.193,-17]],"o":[[-3.096,-16.448],[3.87,-6],[2.322,0],[-0.774,-15],[6.967,0],[0,9.22],[2.323,0],[0,-6],[3.096,0],[0,0]],"v":[[-11.225,40],[-13.547,-4],[-7.355,26],[-5.805,5],[-0.387,-40],[4.257,-10],[5.805,15],[9.674,6],[12.771,-14],[11.223,40]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.128999986836,0.638999968884,0.40800000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[28.421,40],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[-3,13],[3,13],[3,-13],[-3,-13]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.830999995213,0.372000002394,0.154000001795,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[47.902,134],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"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":[[-2.999,13],[2.999,13],[2.999,-13],[-2.999,-13]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.830999995213,0.372000002394,0.154000001795,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[8.901,134],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"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":[[-27.951,4.5],[27.951,4.5],[27.951,-4.5],[-27.951,-4.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.830999995213,0.372000002394,0.154000001795,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[27.951,116.5],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"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":[[16.364,2.098],[18,-2.098],[-18,-2.098],[-16.365,2.098]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.016000001571,0.386000001197,0.519999964097,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[28.001,89.35],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[21,-16.224],[-21,-16.224],[-21,-8.776],[-17.924,-8.776],[-8.186,16.224],[8.185,16.224],[17.923,-8.776],[21,-8.776]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.056999999402,0.486999990426,0.569000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[28,96.224],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":90.0000036657751,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"light Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[350,37.5,0],"ix":2},"a":{"a":0,"k":[33,37,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[17.5,0],[5.167,9.67]],"o":[[-5.167,9.67],[-17.5,0],[0,0]],"v":[[32.833,-8],[-0.099,8],[-32.834,-8]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.838999968884,0.925,0.929000016755,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[32.833,66],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[5.612,4.185],[3.844,4.214],[0,5.212],[0,0],[3.833,-4.204],[5.75,-4.287],[0,-5.549]],"o":[[0,-5.549],[-5.75,-4.287],[-3.833,-4.204],[0,0],[0,5.212],[-3.844,4.214],[-5.611,4.185],[0,0]],"v":[[32.833,19.5],[23.291,4.866],[8.916,-5.727],[5,-19.5],[-5,-19.5],[-8.917,-5.727],[-23.292,4.866],[-32.834,19.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.056999999402,0.486999990426,0.569000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[32.833,38.5],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"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":[[-2,9.5],[2,9.5],[2,-9.5],[-2,-9.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.112999994615,0.2,0.219999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[32.834,9.5],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":90.0000036657751,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"lightbeam Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.377],"y":[1]},"o":{"x":[0.77],"y":[0]},"n":["0p377_1_0p77_0"],"t":28,"s":[1],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":33,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":36,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":37,"s":[100],"e":[2]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":38,"s":[2],"e":[97]},{"t":40.0000016292334}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[346,180,0],"ix":2},"a":{"a":0,"k":[150,122,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-28.901,-122],[-150,122],[150,122],[37.099,-122]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.681999954523,0.838999968884,0.596000043084,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[150,122],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":90.0000036657751,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[230,150,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[469.951,308.352],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.717647058824,0.698039215686,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-1.024,-1.324],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":90.0000036657751,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/lightsaber.json b/ohos/flutter_lottie/assets/lottiefiles/lightsaber.json new file mode 100644 index 0000000000000000000000000000000000000000..f70a11683bbb9696846704a799a4e7bbfde83bee --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/lightsaber.json @@ -0,0 +1 @@ +{"v":"4.5.9","fr":29.9700012207031,"ip":0,"op":90.0000036657751,"w":300,"h":300,"ddd":0,"assets":[],"layers":[{"ddd":0,"ind":0,"ty":3,"nm":"for-animating","ks":{"o":{"a":0,"k":0},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[0],"e":[359]},{"t":89.0000036250443}]},"p":{"a":0,"k":[150.172,160.885,0]},"a":{"a":0,"k":[51,93,0]},"s":{"a":0,"k":[16,143,100]}},"ao":0,"ip":0,"op":900.000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"blue-light","parent":0,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[47.579,85.388,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[625,69.93,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[5.496,98.113]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"st","c":{"a":0,"k":[0.733,0.569,0.42,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.054,0.636,0.951,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[0.405,-66.875],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[69.609,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,"mn":"ADBE Vector Group"}],"ip":0,"op":900.000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"plokoon","parent":0,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-91},"p":{"a":0,"k":[49.922,85.388,0]},"a":{"a":0,"k":[450,85.5,0]},"s":{"a":0,"k":[2.831,24.705,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[65.496,8.98],[-65.496,8.98],[-65.496,-8.98],[65.496,-8.98]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.894,0.859,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[106.392,85.062],"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[57.653,11.352],[73.222,3.289],[-73.222,-11.353]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.706,0.734,0.69,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[114.118,116.822],"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":"Group 2","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.521,11.603],[-7.785,-3.393],[7.665,-11.603],[7.785,4.191]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.829,0.846,0.82,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[179.556,131.567],"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":"Group 3","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-73.222,-6.294],[57.917,18.85],[73.222,11.439],[73.103,-4.355],[57.653,3.854],[-73.222,-18.851]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.894,0.859,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[114.118,124.32],"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":"Group 4","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-73.222,-11.241],[57.653,17.279],[73.222,2.281],[-73.222,-17.278]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.894,0.859,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[114.118,145.04],"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":"Group 5","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[57.653,-11.353],[73.222,-3.29],[-73.222,11.353]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.706,0.734,0.69,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[114.118,53.676],"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":"Group 6","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.521,-11.603],[-7.785,3.392],[7.665,11.603],[7.785,-4.192]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.829,0.846,0.82,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[179.556,38.932],"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":"Group 7","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-73.222,6.293],[57.917,-18.85],[73.222,-11.439],[73.103,4.356],[57.653,-3.854],[-73.222,18.85]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.894,0.859,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[114.118,46.178],"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":"Group 8","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.979,56.609],[-1.98,56.609],[-1.98,-56.609],[1.979,-56.609]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.146,0.081,0.174,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[429.469,85.061],"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":"Group 9","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[39.056,5.806],[-39.056,5.806],[-39.056,-5.806],[39.056,-5.806]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.894,0.859,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[412.512,85.061],"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":"Group 10","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[41.87,8.445],[-41.87,8.445],[-41.87,-8.445],[41.87,-8.445]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.146,0.081,0.174,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[412.512,85.061],"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":"Group 11","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-5.344],[5.343,0],[0,5.345],[-5.344,0]],"o":[[0,5.345],[-5.344,0],[0,-5.344],[5.343,0]],"v":[[9.676,0.001],[0,9.674],[-9.676,0.001],[0,-9.674]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.862,0.322,0.171,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[346.013,85.061],"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":"Group 12","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-8.064],[8.064,0],[0,8.064],[-8.064,0]],"o":[[0,8.064],[-8.064,0],[0,-8.064],[8.064,0]],"v":[[14.602,0.001],[-0.001,14.602],[-14.602,0.001],[-0.001,-14.602]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.435,0.459,0.435,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[346.014,85.061],"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":"Group 13","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-9.522],[9.521,0],[0,9.521],[-9.522,0]],"o":[[0,9.521],[-9.522,0],[0,-9.522],[9.521,0]],"v":[[17.24,0],[0,17.24],[-17.24,0],[0,-17.24]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.146,0.081,0.174,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[346.014,85.061],"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":"Group 14","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-2.43],[2.429,0],[0,2.429],[-2.43,0]],"o":[[0,2.429],[-2.43,0],[0,-2.43],[2.429,0]],"v":[[4.398,0],[0,4.398],[-4.399,0],[0,-4.398]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.706,0.734,0.69,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[311.181,85.061],"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":"Group 15","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-5.83],[5.829,0],[0,5.829],[-5.829,0]],"o":[[0,5.829],[-5.829,0],[0,-5.83],[5.829,0]],"v":[[10.556,0],[0,10.556],[-10.556,0],[0,-10.556]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.514,0.541,0.51,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[311.181,85.061],"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":"Group 16","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[17.082,1.913],[-17.083,1.913],[-21.309,-1.913],[21.309,-1.913]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.146,0.081,0.174,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[311.181,157.87],"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":"Group 17","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[21.309,4.924],[-21.309,4.924],[-21.309,-4.924],[21.309,-4.924]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.208,0.145,0.243,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[311.181,151.033],"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":"Group 18","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[40.572,1.757],[-40.573,1.757],[-40.573,-1.758],[40.572,-1.758]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.514,0.541,0.51,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[386.916,147.866],"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":"Group 19","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[16.229,1.774],[-16.229,1.774],[-16.229,-1.774],[16.229,-1.774]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.499,0.098,0.091,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[400.968,151.397],"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":"Group 20","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[22.298,5.021],[-22.298,5.021],[-22.298,-5.021],[22.298,-5.021]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.862,0.322,0.171,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[400.967,158.192],"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":"Group 21","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[26.388,68.172],[-26.388,68.172],[-26.388,-68.172],[26.388,-68.172]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.829,0.846,0.82,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[766.845,85.061],"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":"Group 22","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.318,70.289],[-5.318,63.951],[-5.318,-63.949],[5.318,-70.289]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.706,0.734,0.69,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[888.273,85.061],"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":"Group 23","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.204,70.29],[-3.205,70.29],[-3.205,-70.29],[3.204,-70.29]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.894,0.859,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[896.796,85.061],"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":"Group 24","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.205,63.95],[-3.205,63.95],[-3.205,-63.95],[3.205,-63.95]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.435,0.459,0.435,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[879.75,85.061],"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":"Group 25","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.203,85.061],[-3.203,85.061],[-3.203,-85.061],[3.203,-85.061]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.894,0.859,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[873.341,85.061],"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":"Group 26","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.205,63.95],[-3.204,63.95],[-3.204,-63.95],[3.205,-63.95]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.435,0.459,0.435,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[866.933,85.061],"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":"Group 27","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.204,85.061],[-3.204,85.061],[-3.204,-85.061],[3.204,-85.061]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.894,0.859,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[860.525,85.061],"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":"Group 28","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.205,63.95],[-3.204,63.95],[-3.204,-63.95],[3.205,-63.95]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.435,0.459,0.435,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[854.115,85.061],"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":"Group 29","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.203,85.061],[-3.203,85.061],[-3.203,-85.061],[3.203,-85.061]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.894,0.859,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[847.708,85.061],"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":"Group 30","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.205,63.95],[-3.205,63.95],[-3.205,-63.95],[3.205,-63.95]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.435,0.459,0.435,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[841.299,85.061],"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":"Group 31","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.204,85.061],[-3.205,85.061],[-3.205,-85.061],[3.204,-85.061]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.894,0.859,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[834.89,85.061],"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":"Group 32","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.203,63.95],[-3.203,63.95],[-3.203,-63.95],[3.203,-63.95]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.435,0.459,0.435,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[828.482,85.061],"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":"Group 33","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.205,85.061],[-3.205,85.061],[-3.205,-85.061],[3.205,-85.061]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.894,0.859,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[822.072,85.061],"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":"Group 34","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.203,63.95],[-3.203,63.95],[-3.203,-63.95],[3.203,-63.95]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.435,0.459,0.435,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[815.664,85.061],"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":"Group 35","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.205,85.061],[-3.204,85.061],[-3.204,-85.061],[3.205,-85.061]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.894,0.859,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[809.255,85.061],"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":"Group 36","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.203,63.95],[-3.203,63.95],[-3.203,-63.95],[3.203,-63.95]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.435,0.459,0.435,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[802.848,85.061],"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":"Group 37","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.205,85.061],[-3.205,85.061],[-3.205,-85.061],[3.205,-85.061]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.894,0.859,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[796.439,85.061],"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":"Group 38","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[2.377,77.421],[-2.376,77.421],[-2.376,-77.421],[2.377,-77.421]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.706,0.734,0.69,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[738.08,85.061],"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":"Group 39","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[6.764,61.047],[-6.764,61.047],[-6.764,-61.047],[6.764,-61.047]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.146,0.081,0.174,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[682.499,85.061],"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":"Group 40","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[11.082,77.421],[-11.082,64.742],[-11.082,-64.742],[11.082,-77.421]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.894,0.859,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[724.622,85.061],"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":"Group 41","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[15.308,61.047],[-15.309,61.047],[-15.309,-61.047],[15.308,-61.047]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.829,0.846,0.82,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[704.572,85.061],"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":"Group 42","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.055,54.708],[-4.055,61.047],[-4.055,-61.047],[4.055,-54.708]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.208,0.145,0.243,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[671.679,85.061],"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":"Group 43","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[8.112,61.047],[-8.112,61.047],[-8.112,-61.047],[8.112,-61.047]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.894,0.859,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[659.513,85.061],"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":"Group 44","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.054,56.609],[-4.054,56.609],[-4.054,-56.609],[4.054,-56.609]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.146,0.081,0.174,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[647.347,85.061],"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":"Group 45","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[8.111,61.047],[-8.11,61.047],[-8.11,-61.047],[8.111,-61.047]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.894,0.859,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[635.182,85.061],"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":"Group 46","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.054,56.609],[-4.054,56.609],[-4.054,-56.609],[4.054,-56.609]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.146,0.081,0.174,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[623.018,85.061],"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":"Group 47","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[8.112,61.047],[-8.112,61.047],[-8.112,-61.047],[8.112,-61.047]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.894,0.859,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[610.852,85.061],"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":"Group 48","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.053,56.609],[-4.053,56.609],[-4.053,-56.609],[4.053,-56.609]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.146,0.081,0.174,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[598.688,85.061],"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":"Group 49","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[8.112,61.047],[-8.112,61.047],[-8.112,-61.047],[8.112,-61.047]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.894,0.859,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[586.523,85.061],"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":"Group 50","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.053,56.609],[-4.053,56.609],[-4.053,-56.609],[4.053,-56.609]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.146,0.081,0.174,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[574.357,85.061],"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":"Group 51","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[8.112,61.047],[-8.112,61.047],[-8.112,-61.047],[8.112,-61.047]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.894,0.859,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[562.193,85.061],"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":"Group 52","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.054,56.609],[-4.054,56.609],[-4.054,-56.609],[4.054,-56.609]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.146,0.081,0.174,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[550.027,85.061],"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":"Group 53","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[8.11,61.047],[-8.111,61.047],[-8.111,-61.047],[8.11,-61.047]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.894,0.859,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[537.863,85.061],"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":"Group 54","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.054,56.609],[-4.054,56.609],[-4.054,-56.609],[4.054,-56.609]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.146,0.081,0.174,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[525.698,85.061],"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":"Group 55","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[8.112,61.047],[-8.111,61.047],[-8.111,-61.047],[8.112,-61.047]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.894,0.859,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[513.532,85.061],"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":"Group 56","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.053,56.609],[-4.053,56.609],[-4.053,-56.609],[4.053,-56.609]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.146,0.081,0.174,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[501.368,85.061],"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":"Group 57","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[8.113,61.047],[-8.112,61.047],[-8.112,-61.047],[8.113,-61.047]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.894,0.859,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[489.201,85.061],"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":"Group 58","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[20.715,61.047],[-20.715,61.047],[-20.715,-61.047],[20.715,-61.047]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.894,0.859,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[452.163,85.061],"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":"Group 59","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[80.485,61.047],[-80.485,61.047],[-80.485,-61.047],[80.485,-61.047]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.894,0.859,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[347.003,85.061],"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":"Group 60","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[29.305,61.047],[-29.305,61.047],[-29.305,-61.047],[29.305,-61.047]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.894,0.859,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[229.295,85.061],"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":"Group 61","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.053,56.609],[-4.053,56.609],[-4.053,-56.609],[4.053,-56.609]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.146,0.081,0.174,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[477.037,85.061],"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":"Group 62","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.959,56.609],[-3.959,56.609],[-3.959,-56.609],[3.959,-56.609]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.146,0.081,0.174,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[262.559,85.061],"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":"Group 63","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[6.324,56.609],[-6.325,56.609],[-6.325,-56.609],[6.324,-56.609]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.146,0.081,0.174,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[193.667,85.061],"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":"Group 64","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.726,8.98],[-7.726,8.98],[-7.726,-8.98],[7.726,-8.98]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.829,0.846,0.82,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[179.614,85.062],"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":"Group 65","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-73.222,11.243],[57.653,-17.277],[73.222,-2.28],[-73.222,17.277]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.894,0.859,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[114.118,25.458],"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":"Group 66","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.761,-47.863],[-1.761,47.863],[1.761,48.36],[1.761,-48.36]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.146,0.081,0.174,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[19.781,85.061],"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":"Group 67","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-4.659,-42.01],[-4.659,42.01],[4.659,47.863],[4.659,-47.863]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.514,0.541,0.51,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[13.361,85.061],"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":"Group 68","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[9.676,-51.088],[-9.676,-48.359],[-9.676,48.361],[9.676,51.088]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.829,0.846,0.82,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[31.219,85.06],"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":"Group 69","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-8.923],[8.308,0],[0,8.923],[-8.307,0]],"o":[[0,8.923],[-8.307,0],[0,-8.923],[8.308,0]],"v":[[15.042,0.001],[-0.001,16.157],[-15.042,0.001],[-0.001,-16.157]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.435,0.459,0.435,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[15.042,85.061],"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":"Group 70","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[9.495,62.26],[-9.494,62.26],[-9.494,-62.26],[9.495,-62.26]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.435,0.459,0.435,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[177.845,85.061],"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":"Group 71","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[18.794,57.732],[-18.794,51.087],[-18.794,-51.089],[18.794,-57.732]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.514,0.541,0.51,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[88.102,85.061],"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":"Group 72","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[24.893,62.259],[-24.893,57.732],[-24.893,-57.732],[24.893,-62.259]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.514,0.541,0.51,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[143.459,85.061],"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":"Group 73","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.835,57.732],[-5.835,57.732],[-5.835,-57.732],[5.835,-57.732]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.146,0.081,0.174,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[112.732,85.061],"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":"Group 74","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-14.206,46.482],[14.206,46.482],[14.206,-46.482],[-14.206,-46.482]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.146,0.081,0.174,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[55.102,85.726],"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":"Group 75","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":900.000036657751,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/little_girl_jumping_-_loader.json b/ohos/flutter_lottie/assets/lottiefiles/little_girl_jumping_-_loader.json new file mode 100644 index 0000000000000000000000000000000000000000..87aab4846876a93ded3ff69c0343eb765ef8a799 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/little_girl_jumping_-_loader.json @@ -0,0 +1 @@ +{"v":"5.1.7","fr":25,"ip":1,"op":35,"w":500,"h":500,"nm":"baby girl 3","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","parent":2,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.26],"y":[-2.453]},"n":["0p667_1_0p26_-2p453"],"t":1,"s":[57.342],"e":[58.047]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":10,"s":[58.047],"e":[55.422]},{"i":{"x":[0.667],"y":[0.703]},"o":{"x":[0.333],"y":[0]},"n":["0p667_0p703_0p333_0"],"t":21,"s":[55.422],"e":[57.876]},{"i":{"x":[0.637],"y":[-0.138]},"o":{"x":[0.333],"y":[-1.149]},"n":["0p637_-0p138_0p333_-1p149"],"t":29,"s":[57.876],"e":[57.4]},{"t":35}],"ix":10},"p":{"a":0,"k":[-56.54,-316.131,0],"ix":2},"a":{"a":0,"k":[-68.267,-167.889,0],"ix":1},"s":{"a":0,"k":[116.279,116.279,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[20,20],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952941176471,0.112110721364,0.290168792126,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-27.5,-164.5],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"rp","c":{"a":0,"k":7,"ix":1},"o":{"a":0,"k":0,"ix":2},"m":1,"ix":2,"tr":{"ty":"tr","p":{"a":0,"k":[3,8],"ix":2},"a":{"a":0,"k":[-12,-179],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":98,"ix":4},"so":{"a":0,"k":100,"ix":5},"eo":{"a":0,"k":100,"ix":6},"nm":"Transform"},"nm":"Repeater 1","mn":"ADBE Vector Filter - Repeater","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[9.42,-11.468],[-10.422,-0.977],[0,0]],"o":[[0,0],[-15.795,19.229],[8,0.75],[0,0]],"v":[[-42.5,-233.5],[-27.25,-207.75],[-30,-167.25],[-14,-148]],"c":false},"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],[8,-12.5],[-10.386,-1.298],[0,0],[-5.93,-25.739],[-1.388,-13.372]],"o":[[0,0],[-8,12.5],[30,3.75],[0,0],[1.759,7.633],[1.697,16.353]],"v":[[-42.5,-233.5],[-8.75,-210.75],[-11.25,-182.75],[-9.5,-217.75],[-23.865,-188.032],[-25,-162]],"c":false},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.325362620634,0.498039215686,0.171872352151,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-3.567,-159.949],"ix":2},"a":{"a":0,"k":[-15.567,-188.949],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":-48,"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,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":53,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":3,"nm":"Null 2","sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[250,294,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[86,86,100],"ix":6}},"ao":0,"ip":0,"op":53,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":3,"nm":"Null 1","parent":2,"sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":3,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.265],"y":[1.049]},"o":{"x":[0.369],"y":[0.01]},"n":["0p265_1p049_0p369_0p01"],"t":13,"s":[223],"e":[92.253]},{"i":{"x":[0.871],"y":[0.59]},"o":{"x":[0.653],"y":[0.049]},"n":["0p871_0p59_0p653_0p049"],"t":20,"s":[92.253],"e":[223]},{"t":28}],"ix":4}},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ip":-5,"op":60,"st":7,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"face","parent":3,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.321],"y":[0.845]},"o":{"x":[1.022],"y":[0]},"n":["0p321_0p845_1p022_0"],"t":8,"s":[0],"e":[-7.812]},{"i":{"x":[0.602],"y":[1]},"o":{"x":[0.273],"y":[0.645]},"n":["0p602_1_0p273_0p645"],"t":12,"s":[-7.812],"e":[-8]},{"i":{"x":[0.692],"y":[1]},"o":{"x":[0.359],"y":[0]},"n":["0p692_1_0p359_0"],"t":13,"s":[-8],"e":[11]},{"i":{"x":[0.692],"y":[-0.486]},"o":{"x":[0.359],"y":[0]},"n":["0p692_-0p486_0p359_0"],"t":16,"s":[11],"e":[13.024]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.412],"y":[-0.544]},"n":["0p667_1_0p412_-0p544"],"t":21,"s":[13.024],"e":[2.682]},{"i":{"x":[0.24],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p24_1_0p333_0"],"t":28,"s":[2.682],"e":[0]},{"t":33}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.175,"y":0.856},"o":{"x":0.229,"y":0},"n":"0p175_0p856_0p229_0","t":8,"s":[-3,-163,0],"e":[-3,-106.158,0],"to":[0,0,0],"ti":[0,-8.17343235015869,0]},{"i":{"x":0.635,"y":1},"o":{"x":0.303,"y":0.647},"n":"0p635_1_0p303_0p647","t":12,"s":[-3,-106.158,0],"e":[-3,-105,0],"to":[0,0.74924337863922,0],"ti":[0,0,0]},{"i":{"x":0.692,"y":0.996},"o":{"x":0.359,"y":0},"n":"0p692_0p996_0p359_0","t":13,"s":[-3,-105,0],"e":[-3,-162.917,0],"to":[0,0.0260279905051,0],"ti":[0,0,0]},{"i":{"x":0.694,"y":0.333},"o":{"x":0.363,"y":0.825},"n":"0p694_0p333_0p363_0p825","t":17,"s":[-3,-162.917,0],"e":[-3,-162.601,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.404,"y":0.029},"n":"0p667_1_0p404_0p029","t":21,"s":[-3,-162.601,0],"e":[-3,-153,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[-3,-153,0],"e":[-3,-135,0],"to":[0,0,0],"ti":[0,1.66666662693024,0]},{"i":{"x":0.24,"y":1},"o":{"x":0.333,"y":0},"n":"0p24_1_0p333_0","t":28,"s":[-3,-135,0],"e":[-3,-163,0],"to":[0,0,0],"ti":[0,0,0]},{"t":33}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.168,0.168,0.168],"y":[1,0.88,1]},"o":{"x":[0.191,0.191,0.191],"y":[0,0.155,0]},"n":["0p168_1_0p191_0","0p168_0p88_0p191_0p155","0p168_1_0p191_0"],"t":8,"s":[100,100,100],"e":[100,89.183,100]},{"i":{"x":[0.636,0.636,0.636],"y":[1,1,1]},"o":{"x":[0.304,0.304,0.304],"y":[0,0.649,0]},"n":["0p636_1_0p304_0","0p636_1_0p304_0p649","0p636_1_0p304_0"],"t":12,"s":[100,89.183,100],"e":[100,89,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":13,"s":[100,89,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":16,"s":[100,100,100],"e":[100,100,100]},{"t":21}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"fl","c":{"a":0,"k":[1,0.611764705882,0.611764705882,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.9,"y":0},"n":"0p833_0p833_0p9_0","t":8,"s":[{"i":[[0.308,-1.125],[4.139,14.901],[-11.208,-3.986]],"o":[[-15.692,4.5],[-0.393,-1.415],[14.97,5.325]],"v":[[40.379,-107.063],[-13.144,-124.65],[13.645,-125.326]],"c":true}],"e":[{"i":[[0.308,-1.125],[4.139,14.901],[-11.208,-3.986]],"o":[[-15.692,4.5],[-0.393,-1.415],[14.97,5.325]],"v":[[40.379,-107.063],[-13.144,-124.65],[13.645,-125.326]],"c":true}]},{"i":{"x":0.13,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p13_1_0p167_0p167","t":12,"s":[{"i":[[0.308,-1.125],[4.139,14.901],[-11.208,-3.986]],"o":[[-15.692,4.5],[-0.393,-1.415],[14.97,5.325]],"v":[[40.379,-107.063],[-13.144,-124.65],[13.645,-125.326]],"c":true}],"e":[{"i":[[0.308,-1.125],[4.139,14.901],[-11.208,-3.986]],"o":[[-15.692,4.5],[-0.393,-1.415],[14.97,5.325]],"v":[[40.379,-107.063],[-13.144,-124.65],[13.645,-125.326]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.83,"y":0},"n":"0p833_0p833_0p83_0","t":13,"s":[{"i":[[0.308,-1.125],[4.139,14.901],[-11.208,-3.986]],"o":[[-15.692,4.5],[-0.393,-1.415],[14.97,5.325]],"v":[[40.379,-107.063],[-13.144,-124.65],[13.645,-125.326]],"c":true}],"e":[{"i":[[0.308,-1.125],[4.139,14.901],[-11.208,-3.986]],"o":[[-15.692,4.5],[-0.393,-1.415],[14.97,5.325]],"v":[[40.379,-107.063],[-13.144,-124.65],[13.645,-125.326]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0.308,-1.125],[4.139,14.901],[-11.208,-3.986]],"o":[[-15.692,4.5],[-0.393,-1.415],[14.97,5.325]],"v":[[40.379,-107.063],[-13.144,-124.65],[13.645,-125.326]],"c":true}],"e":[{"i":[[0.308,-1.125],[4.139,14.901],[-11.208,-3.986]],"o":[[-15.692,4.5],[-0.393,-1.415],[14.97,5.325]],"v":[[40.379,-107.063],[-13.144,-124.65],[13.645,-125.326]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":21,"s":[{"i":[[0.308,-1.125],[4.139,14.901],[-11.208,-3.986]],"o":[[-15.692,4.5],[-0.393,-1.415],[14.97,5.325]],"v":[[40.379,-107.063],[-13.144,-124.65],[13.645,-125.326]],"c":true}],"e":[{"i":[[0.308,-1.125],[4.139,14.901],[-11.208,-3.986]],"o":[[-15.692,4.5],[-0.393,-1.415],[14.97,5.325]],"v":[[40.379,-107.063],[-13.144,-124.65],[13.645,-125.326]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[{"i":[[0.308,-1.125],[4.139,14.901],[-11.208,-3.986]],"o":[[-15.692,4.5],[-0.393,-1.415],[14.97,5.325]],"v":[[40.379,-107.063],[-13.144,-124.65],[13.645,-125.326]],"c":true}],"e":[{"i":[[0.308,-1.125],[4.139,14.901],[-11.208,-3.986]],"o":[[-15.692,4.5],[-0.393,-1.415],[14.97,5.325]],"v":[[40.379,-107.063],[-13.144,-124.65],[13.645,-125.326]],"c":true}]},{"i":{"x":0.24,"y":1},"o":{"x":0.333,"y":0},"n":"0p24_1_0p333_0","t":28,"s":[{"i":[[0.308,-1.125],[4.139,14.901],[-11.208,-3.986]],"o":[[-15.692,4.5],[-0.393,-1.415],[14.97,5.325]],"v":[[40.379,-107.063],[-13.144,-124.65],[13.645,-125.326]],"c":true}],"e":[{"i":[[0.308,-1.125],[4.139,14.901],[-11.208,-3.986]],"o":[[-15.692,4.5],[-0.393,-1.415],[14.97,5.325]],"v":[[40.379,-107.063],[-13.144,-124.65],[13.645,-125.326]],"c":true}]},{"t":33}],"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.552941203117,0.166966542602,0.166966542602,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[8.023,-2.703],[9.045,0],[6.601,23.765],[-21.117,-7.535]],"o":[[-7.573,3.789],[-25.868,0],[-0.627,-2.256],[23.868,8.517]],"v":[[52.164,-85.109],[27,-79.188],[-27.264,-120.395],[16.26,-124.266]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.611764729023,0.223529413342,0.223529413342,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 3","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.321,"y":0.845},"o":{"x":1.022,"y":0},"n":"0p321_0p845_1p022_0","t":8,"s":[-5.688,-88.188],"e":[-5.688,-59.87],"to":[0,0],"ti":[0,0]},{"i":{"x":0.602,"y":1},"o":{"x":0.273,"y":0.645},"n":"0p602_1_0p273_0p645","t":12,"s":[-5.688,-59.87],"e":[-5.688,-59.188],"to":[0,0],"ti":[0,0]},{"i":{"x":0.692,"y":1},"o":{"x":0.359,"y":0},"n":"0p692_1_0p359_0","t":13,"s":[-5.688,-59.188],"e":[-5.688,-87.188],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.363,"y":0},"n":"0p667_1_0p363_0","t":16,"s":[-5.688,-87.188],"e":[-5.688,-90.188],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[-5.688,-90.188],"e":[-5.688,-59.188],"to":[0,0],"ti":[0,0]},{"i":{"x":0.24,"y":1},"o":{"x":0.333,"y":0},"n":"0p24_1_0p333_0","t":28,"s":[-5.688,-59.188],"e":[-5.688,-88.188],"to":[0,0],"ti":[0,0]},{"t":33}],"ix":2},"a":{"a":0,"k":[-10,-128],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.321,0.321],"y":[0.845,0.845]},"o":{"x":[1.022,1.022],"y":[0,0]},"n":["0p321_0p845_1p022_0","0p321_0p845_1p022_0"],"t":8,"s":[80,61.053],"e":[103.435,105.97]},{"i":{"x":[0.602,0.602],"y":[1,1]},"o":{"x":[0.273,0.273],"y":[0.645,0.645]},"n":["0p602_1_0p273_0p645","0p602_1_0p273_0p645"],"t":12,"s":[103.435,105.97],"e":[104,107.053]},{"i":{"x":[0.692,0.692],"y":[1,1]},"o":{"x":[0.359,0.359],"y":[0,0]},"n":["0p692_1_0p359_0","0p692_1_0p359_0"],"t":13,"s":[104,107.053],"e":[59,27.053]},{"i":{"x":[0.711,0.711],"y":[1,0.418]},"o":{"x":[0.363,0.363],"y":[0,0]},"n":["0p711_1_0p363_0","0p711_0p418_0p363_0"],"t":16,"s":[59,27.053],"e":[76,45.76]},{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.25,0.25],"y":[0,0.494]},"n":["0p667_1_0p25_0","0p667_1_0p25_0p494"],"t":21,"s":[76,45.76],"e":[80,61.053]},{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":25,"s":[80,61.053],"e":[104,83.053]},{"i":{"x":[0.24,0.24],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p24_1_0p333_0","0p24_1_0p333_0"],"t":28,"s":[104,83.053],"e":[80,61.053]},{"t":33}],"ix":3},"r":{"a":1,"k":[{"i":{"x":[0.711],"y":[1.712]},"o":{"x":[0.363],"y":[0]},"n":["0p711_1p712_0p363_0"],"t":16,"s":[0],"e":[3.568]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.25],"y":[0.078]},"n":["0p667_1_0p25_0p078"],"t":21,"s":[3.568],"e":[-19]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":25,"s":[-19],"e":[0]},{"t":28}],"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":"Fhair","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":8,"s":[{"i":[[-5.419,0],[0,-5.419],[5.419,0],[0,5.419]],"o":[[5.419,0],[0,5.419],[-5.419,0],[0,-5.419]],"v":[[23,-86.919],[32.813,-77.107],[23,-67.294],[13.188,-77.107]],"c":true}],"e":[{"i":[[-5.419,0],[0,-5.419],[5.419,0],[0,5.419]],"o":[[5.419,0],[0,5.419],[-5.419,0],[0,-5.419]],"v":[[23,-73.813],[32.813,-64],[23,-54.188],[13.188,-64]],"c":true}]},{"i":{"x":0.13,"y":1},"o":{"x":0.9,"y":0},"n":"0p13_1_0p9_0","t":12,"s":[{"i":[[-5.419,0],[0,-5.419],[5.419,0],[0,5.419]],"o":[[5.419,0],[0,5.419],[-5.419,0],[0,-5.419]],"v":[[23,-73.813],[32.813,-64],[23,-54.188],[13.188,-64]],"c":true}],"e":[{"i":[[-5.419,0],[0,-5.419],[5.419,0],[0,5.419]],"o":[[5.419,0],[0,5.419],[-5.419,0],[0,-5.419]],"v":[[24.989,-72.836],[34.801,-63.023],[24.989,-53.211],[15.176,-63.023]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.83,"y":0},"n":"0p833_0p833_0p83_0","t":13,"s":[{"i":[[-5.419,0],[0,-5.419],[5.419,0],[0,5.419]],"o":[[5.419,0],[0,5.419],[-5.419,0],[0,-5.419]],"v":[[24.989,-72.836],[34.801,-63.023],[24.989,-53.211],[15.176,-63.023]],"c":true}],"e":[{"i":[[-5.419,0],[0,-5.419],[5.419,0],[0,5.419]],"o":[[5.419,0],[0,5.419],[-5.419,0],[0,-5.419]],"v":[[20.445,-88.108],[30.257,-78.296],[20.445,-68.483],[10.632,-78.296]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[-5.419,0],[0,-5.419],[5.419,0],[0,5.419]],"o":[[5.419,0],[0,5.419],[-5.419,0],[0,-5.419]],"v":[[20.445,-88.108],[30.257,-78.296],[20.445,-68.483],[10.632,-78.296]],"c":true}],"e":[{"i":[[-5.419,0],[0,-5.419],[5.419,0],[0,5.419]],"o":[[5.419,0],[0,5.419],[-5.419,0],[0,-5.419]],"v":[[21.098,-84.453],[30.91,-74.64],[21.098,-64.828],[11.285,-74.64]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":21,"s":[{"i":[[-5.419,0],[0,-5.419],[5.419,0],[0,5.419]],"o":[[5.419,0],[0,5.419],[-5.419,0],[0,-5.419]],"v":[[21.098,-84.453],[30.91,-74.64],[21.098,-64.828],[11.285,-74.64]],"c":true}],"e":[{"i":[[-5.419,0],[0,-5.419],[5.419,0],[0,5.419]],"o":[[5.419,0],[0,5.419],[-5.419,0],[0,-5.419]],"v":[[21.364,-84.961],[31.176,-75.148],[21.364,-65.336],[11.551,-75.148]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[{"i":[[-5.419,0],[0,-5.419],[5.419,0],[0,5.419]],"o":[[5.419,0],[0,5.419],[-5.419,0],[0,-5.419]],"v":[[21.364,-84.961],[31.176,-75.148],[21.364,-65.336],[11.551,-75.148]],"c":true}],"e":[{"i":[[-5.419,0],[0,-3.817],[5.419,0],[0,3.817]],"o":[[5.419,0],[0,3.817],[-5.419,0],[0,-3.817]],"v":[[22.201,-81.812],[32.014,-74.901],[22.201,-67.99],[12.389,-74.901]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":27,"s":[{"i":[[-5.419,0],[0,-3.817],[5.419,0],[0,3.817]],"o":[[5.419,0],[0,3.817],[-5.419,0],[0,-3.817]],"v":[[22.201,-81.812],[32.014,-74.901],[22.201,-67.99],[12.389,-74.901]],"c":true}],"e":[{"i":[[-5.419,0],[0,-5.419],[5.419,0],[0,5.419]],"o":[[5.419,0],[0,5.419],[-5.419,0],[0,-5.419]],"v":[[23,-86.919],[32.813,-77.107],[23,-67.294],[13.188,-77.107]],"c":true}]},{"t":33}],"ix":2},"nm":"iball1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":8,"s":[{"i":[[-5.419,0],[0,-5.419],[5.419,0],[0,5.419]],"o":[[5.419,0],[0,5.419],[-5.419,0],[0,-5.419]],"v":[[-23,-86.919],[-13.188,-77.107],[-23,-67.294],[-32.813,-77.107]],"c":true}],"e":[{"i":[[-5.419,0],[0,-5.419],[5.419,0],[0,5.419]],"o":[[5.419,0],[0,5.419],[-5.419,0],[0,-5.419]],"v":[[-23,-73.813],[-13.188,-64],[-23,-54.188],[-32.813,-64]],"c":true}]},{"i":{"x":0.13,"y":1},"o":{"x":0.9,"y":0},"n":"0p13_1_0p9_0","t":12,"s":[{"i":[[-5.419,0],[0,-5.419],[5.419,0],[0,5.419]],"o":[[5.419,0],[0,5.419],[-5.419,0],[0,-5.419]],"v":[[-23,-73.813],[-13.188,-64],[-23,-54.188],[-32.813,-64]],"c":true}],"e":[{"i":[[-5.419,0],[0,-5.419],[5.419,0],[0,5.419]],"o":[[5.419,0],[0,5.419],[-5.419,0],[0,-5.419]],"v":[[-21.011,-72.836],[-11.199,-63.023],[-21.011,-53.211],[-30.824,-63.023]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.83,"y":0},"n":"0p833_0p833_0p83_0","t":13,"s":[{"i":[[-5.419,0],[0,-5.419],[5.419,0],[0,5.419]],"o":[[5.419,0],[0,5.419],[-5.419,0],[0,-5.419]],"v":[[-21.011,-72.836],[-11.199,-63.023],[-21.011,-53.211],[-30.824,-63.023]],"c":true}],"e":[{"i":[[-5.419,0],[0,-5.419],[5.419,0],[0,5.419]],"o":[[5.419,0],[0,5.419],[-5.419,0],[0,-5.419]],"v":[[-25.555,-88.108],[-15.743,-78.296],[-25.555,-68.483],[-35.368,-78.296]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[-5.419,0],[0,-5.419],[5.419,0],[0,5.419]],"o":[[5.419,0],[0,5.419],[-5.419,0],[0,-5.419]],"v":[[-25.555,-88.108],[-15.743,-78.296],[-25.555,-68.483],[-35.368,-78.296]],"c":true}],"e":[{"i":[[-5.419,0],[0,-5.419],[5.419,0],[0,5.419]],"o":[[5.419,0],[0,5.419],[-5.419,0],[0,-5.419]],"v":[[-24.902,-84.453],[-15.09,-74.64],[-24.902,-64.828],[-34.715,-74.64]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":21,"s":[{"i":[[-5.419,0],[0,-5.419],[5.419,0],[0,5.419]],"o":[[5.419,0],[0,5.419],[-5.419,0],[0,-5.419]],"v":[[-24.902,-84.453],[-15.09,-74.64],[-24.902,-64.828],[-34.715,-74.64]],"c":true}],"e":[{"i":[[-5.419,0],[0,-5.419],[5.419,0],[0,5.419]],"o":[[5.419,0],[0,5.419],[-5.419,0],[0,-5.419]],"v":[[-24.636,-84.961],[-14.824,-75.148],[-24.636,-65.336],[-34.449,-75.148]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[{"i":[[-5.419,0],[0,-5.419],[5.419,0],[0,5.419]],"o":[[5.419,0],[0,5.419],[-5.419,0],[0,-5.419]],"v":[[-24.636,-84.961],[-14.824,-75.148],[-24.636,-65.336],[-34.449,-75.148]],"c":true}],"e":[{"i":[[-5.419,0],[0,-3.817],[5.419,0],[0,3.817]],"o":[[5.419,0],[0,3.817],[-5.419,0],[0,-3.817]],"v":[[-23.799,-81.812],[-13.986,-74.901],[-23.799,-67.99],[-33.611,-74.901]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":27,"s":[{"i":[[-5.419,0],[0,-3.817],[5.419,0],[0,3.817]],"o":[[5.419,0],[0,3.817],[-5.419,0],[0,-3.817]],"v":[[-23.799,-81.812],[-13.986,-74.901],[-23.799,-67.99],[-33.611,-74.901]],"c":true}],"e":[{"i":[[-5.419,0],[0,-5.419],[5.419,0],[0,5.419]],"o":[[5.419,0],[0,5.419],[-5.419,0],[0,-5.419]],"v":[[-23,-86.919],[-13.188,-77.107],[-23,-67.294],[-32.813,-77.107]],"c":true}]},{"t":33}],"ix":2},"nm":"iball2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.295117259026,0.309692651033,0.372549027205,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[-9.838,0],[0,-9.838],[9.838,0],[0,9.838]],"o":[[9.838,0],[0,9.838],[-9.838,0],[0,-9.838]],"v":[[25,-87.813],[42.813,-70],[25,-52.188],[7.188,-70]],"c":true},"ix":2},"nm":"Eye","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[-9.838,0],[0,-9.838],[9.838,0],[0,9.838]],"o":[[9.838,0],[0,9.838],[-9.838,0],[0,-9.838]],"v":[[-25,-87.813],[-7.188,-70],[-25,-52.188],[-42.813,-70]],"c":true},"ix":2},"nm":"Eye1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9,"s":[1,1,1,1],"e":[0,0,0,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[0,0,0,1],"e":[0,0,0,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[0,0,0,1],"e":[1,1,1,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":13,"s":[1,1,1,1],"e":[1,1,1,1]},{"t":21}],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"d":1,"ty":"el","s":{"a":0,"k":[36.625,37.625],"ix":2},"p":{"a":0,"k":[25,-71],"ix":3},"nm":"Ellipse Path 8","mn":"ADBE Vector Shape - Ellipse","hd":false},{"d":1,"ty":"el","s":{"a":0,"k":[36.625,37.625],"ix":2},"p":{"a":0,"k":[-25,-71],"ix":3},"nm":"Ellipse Path 7","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.109803922474,0.052533637732,0.052533637732,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 3","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.723,"y":0.986},"o":{"x":0.393,"y":0},"n":"0p723_0p986_0p393_0","t":8,"s":[0.313,-30.188],"e":[0.313,-18.95],"to":[0,0],"ti":[0,0]},{"i":{"x":0.182,"y":0.848},"o":{"x":0.867,"y":0.083},"n":"0p182_0p848_0p867_0p083","t":9,"s":[0.313,-18.95],"e":[0.313,-1.643],"to":[0,0],"ti":[0,0]},{"i":{"x":0.602,"y":1},"o":{"x":0.273,"y":0.645},"n":"0p602_1_0p273_0p645","t":12,"s":[0.313,-1.643],"e":[0.313,-1.188],"to":[0,0],"ti":[0,0]},{"i":{"x":0.692,"y":1},"o":{"x":0.359,"y":0},"n":"0p692_1_0p359_0","t":13,"s":[0.313,-1.188],"e":[0.313,-40.188],"to":[0,0],"ti":[0,0]},{"i":{"x":0.701,"y":0.701},"o":{"x":0.373,"y":0.373},"n":"0p701_0p701_0p373_0p373","t":16,"s":[0.313,-40.188],"e":[0.313,-40.188],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.38,"y":0},"n":"0p667_1_0p38_0","t":21,"s":[0.313,-40.188],"e":[0.313,-32.188],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[0.313,-32.188],"e":[0.313,-6.188],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":28,"s":[0.313,-6.188],"e":[0.313,-30.188],"to":[0,0],"ti":[0,0]},{"t":33}],"ix":2},"a":{"a":0,"k":[-0.893,-60],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.65,0.65],"y":[0,0]},"n":["0p667_1_0p65_0","0p667_1_0p65_0"],"t":8,"s":[112,103],"e":[112,7]},{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":10,"s":[112,7],"e":[112,7]},{"i":{"x":[0.748,0.748],"y":[1,0.361]},"o":{"x":[0.423,0.423],"y":[0,0]},"n":["0p748_1_0p423_0","0p748_0p361_0p423_0"],"t":11,"s":[112,7],"e":[112,10.572]},{"i":{"x":[-0.105,-0.105],"y":[1,1]},"o":{"x":[0.48,0.48],"y":[0,0.235]},"n":["-0p105_1_0p48_0","-0p105_1_0p48_0p235"],"t":12,"s":[112,10.572],"e":[112,103]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":17,"s":[112,103],"e":[112,103]},{"t":21}],"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":"eyes","np":9,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.9,"y":0},"n":"0p833_1_0p9_0","t":2,"s":[{"i":[[0,0],[0,0],[0,0],[-10.658,0]],"o":[[0,0],[0,0],[0,0],[10.658,0]],"v":[[10.75,-5],[-1.31,-5],[-11.75,-5],[-0.829,-1.313]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[-12.789,0]],"o":[[0,0],[0,0],[0,0],[12.789,0]],"v":[[13,-6.438],[-1.472,-6.438],[-14,-6.438],[-0.145,3.688]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.9,"y":0},"n":"0p833_0p833_0p9_0","t":8,"s":[{"i":[[0,0],[0,0],[0,0],[-12.789,0]],"o":[[0,0],[0,0],[0,0],[12.789,0]],"v":[[13,-6.438],[-1.472,-6.438],[-14,-6.438],[-0.145,3.688]],"c":true}],"e":[{"i":[[0,0],[13.084,-0.199],[0,0],[-19.216,0]],"o":[[0,0],[-13.084,0.199],[0,0],[19.216,0]],"v":[[19.529,12.967],[-0.075,14.823],[-21.039,12.967],[-0.561,17.955]],"c":true}]},{"i":{"x":0.13,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p13_1_0p167_0p167","t":12,"s":[{"i":[[0,0],[13.084,-0.199],[0,0],[-19.216,0]],"o":[[0,0],[-13.084,0.199],[0,0],[19.216,0]],"v":[[19.529,12.967],[-0.075,14.823],[-21.039,12.967],[-0.561,17.955]],"c":true}],"e":[{"i":[[0,0],[13.399,-0.204],[0,0],[-19.371,0]],"o":[[0,0],[-13.399,0.204],[0,0],[19.371,0]],"v":[[19.686,13.435],[-0.041,15.335],[-21.209,13.435],[-0.571,18.299]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.83,"y":0},"n":"0p833_0p833_0p83_0","t":13,"s":[{"i":[[0,0],[13.399,-0.204],[0,0],[-19.371,0]],"o":[[0,0],[-13.399,0.204],[0,0],[19.371,0]],"v":[[19.686,13.435],[-0.041,15.335],[-21.209,13.435],[-0.571,18.299]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[-12.789,0]],"o":[[0,0],[0,0],[0,0],[12.789,0]],"v":[[13.545,1.606],[-0.927,1.606],[-13.455,1.606],[4.721,28.719]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0],[0,0],[-12.789,0]],"o":[[0,0],[0,0],[0,0],[12.789,0]],"v":[[13.545,1.606],[-0.927,1.606],[-13.455,1.606],[4.721,28.719]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[-12.789,0]],"o":[[0,0],[0,0],[0,0],[12.789,0]],"v":[[16.692,-6.008],[-1.472,-6.438],[-18.235,-6.997],[-0.483,2.226]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[{"i":[[0,0],[0,0],[0,0],[-12.789,0]],"o":[[0,0],[0,0],[0,0],[12.789,0]],"v":[[16.692,-6.008],[-1.472,-6.438],[-18.235,-6.997],[-0.483,2.226]],"c":true}],"e":[{"i":[[0,0],[9.813,-0.149],[0,0],[-17.61,0]],"o":[[0,0],[-9.813,0.149],[0,0],[17.61,0]],"v":[[18.82,8.223],[-0.424,9.508],[-20.338,7.976],[-0.542,14.023]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":28,"s":[{"i":[[0,0],[9.813,-0.149],[0,0],[-17.61,0]],"o":[[0,0],[-9.813,0.149],[0,0],[17.61,0]],"v":[[18.82,8.223],[-0.424,9.508],[-20.338,7.976],[-0.542,14.023]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[-10.658,0]],"o":[[0,0],[0,0],[0,0],[10.658,0]],"v":[[10.75,-5],[-1.31,-5],[-11.75,-5],[-0.829,-1.313]],"c":true}]},{"t":33}],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.321,"y":1},"o":{"x":1.022,"y":0},"n":"0p321_1_1p022_0","t":8,"s":[-0.375,-14.375],"e":[-0.375,-5.375],"to":[0,0],"ti":[0,0]},{"i":{"x":0.602,"y":0.602},"o":{"x":0.273,"y":0.273},"n":"0p602_0p602_0p273_0p273","t":12,"s":[-0.375,-5.375],"e":[-0.375,-5.375],"to":[0,0],"ti":[0,0]},{"i":{"x":0.692,"y":1},"o":{"x":0.359,"y":0},"n":"0p692_1_0p359_0","t":13,"s":[-0.375,-5.375],"e":[-0.375,-24.375],"to":[0,0],"ti":[0,0]},{"i":{"x":0.826,"y":0},"o":{"x":0.363,"y":0},"n":"0p826_0_0p363_0","t":16,"s":[-0.375,-24.375],"e":[-0.375,-23.919],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.404,"y":0.046},"n":"0p667_1_0p404_0p046","t":21,"s":[-0.375,-23.919],"e":[-0.375,-5.375],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":25,"s":[-0.375,-5.375],"e":[-0.375,-5.375],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":28,"s":[-0.375,-5.375],"e":[-0.375,-14.375],"to":[0,0],"ti":[0,0]},{"t":33}],"ix":2},"a":{"a":0,"k":[-0.375,-5.375],"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":"mouth","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.37,"y":1},"o":{"x":0.35,"y":0},"n":"0p37_1_0p35_0","t":8,"s":[{"i":[[-31.101,0],[0,-31.101],[31.101,0],[0,31.101]],"o":[[31.101,0],[0,31.101],[-31.101,0],[0,-31.101]],"v":[[-1.813,-126.125],[54.5,-69.813],[-1.813,-13.5],[-58.125,-69.813]],"c":true}],"e":[{"i":[[-31.101,0],[1.033,-8.744],[31.101,0],[0,31.101]],"o":[[31.101,0],[0,31.101],[-31.101,0],[1.561,-12.406]],"v":[[-4.695,-94.312],[54.5,-69.813],[-1.813,-13.5],[-58.125,-69.813]],"c":true}]},{"i":{"x":0.37,"y":1},"o":{"x":0.333,"y":0},"n":"0p37_1_0p333_0","t":12,"s":[{"i":[[-31.101,0],[1.033,-8.744],[31.101,0],[0,31.101]],"o":[[31.101,0],[0,31.101],[-31.101,0],[1.561,-12.406]],"v":[[-4.695,-94.312],[54.5,-69.813],[-1.813,-13.5],[-58.125,-69.813]],"c":true}],"e":[{"i":[[-31.101,0],[1.033,-8.744],[31.101,0],[0,31.101]],"o":[[31.101,0],[0,31.101],[-31.101,0],[1.561,-12.406]],"v":[[-4.695,-94.312],[54.5,-69.813],[-1.813,-13.5],[-58.125,-69.813]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":13,"s":[{"i":[[-31.101,0],[1.033,-8.744],[31.101,0],[0,31.101]],"o":[[31.101,0],[0,31.101],[-31.101,0],[1.561,-12.406]],"v":[[-4.695,-94.312],[54.5,-69.813],[-1.813,-13.5],[-58.125,-69.813]],"c":true}],"e":[{"i":[[-31.101,0],[0,-31.101],[31.101,0],[0,31.101]],"o":[[31.101,0],[0,31.101],[-31.101,0],[0,-31.101]],"v":[[-1.813,-126.125],[54.5,-69.813],[-1.813,-13.5],[-58.125,-69.813]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.35,"y":0},"n":"0p833_1_0p35_0","t":16,"s":[{"i":[[-31.101,0],[0,-31.101],[31.101,0],[0,31.101]],"o":[[31.101,0],[0,31.101],[-31.101,0],[0,-31.101]],"v":[[-1.813,-126.125],[54.5,-69.813],[-1.813,-13.5],[-58.125,-69.813]],"c":true}],"e":[{"i":[[-31.101,0],[0,-31.101],[31.101,0],[0,31.101]],"o":[[31.101,0],[0,31.101],[-31.101,0],[0,-31.101]],"v":[[-1.813,-126.125],[54.5,-69.813],[-1.813,-13.5],[-58.125,-69.813]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":21,"s":[{"i":[[-31.101,0],[0,-31.101],[31.101,0],[0,31.101]],"o":[[31.101,0],[0,31.101],[-31.101,0],[0,-31.101]],"v":[[-1.813,-126.125],[54.5,-69.813],[-1.813,-13.5],[-58.125,-69.813]],"c":true}],"e":[{"i":[[-31.101,0],[0,-31.101],[31.101,0],[0,31.101]],"o":[[31.101,0],[0,31.101],[-31.101,0],[0,-31.101]],"v":[[-1.813,-126.125],[54.5,-69.813],[-1.813,-13.5],[-58.125,-69.813]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[{"i":[[-31.101,0],[0,-31.101],[31.101,0],[0,31.101]],"o":[[31.101,0],[0,31.101],[-31.101,0],[0,-31.101]],"v":[[-1.813,-126.125],[54.5,-69.813],[-1.813,-13.5],[-58.125,-69.813]],"c":true}],"e":[{"i":[[-31.101,0],[1.033,-8.744],[31.101,0],[0,31.101]],"o":[[31.101,0],[0,31.101],[-31.101,0],[1.561,-12.406]],"v":[[-4.695,-94.312],[54.5,-69.813],[-1.813,-13.5],[-58.125,-69.813]],"c":true}]},{"i":{"x":0.24,"y":1},"o":{"x":0.333,"y":0},"n":"0p24_1_0p333_0","t":28,"s":[{"i":[[-31.101,0],[1.033,-8.744],[31.101,0],[0,31.101]],"o":[[31.101,0],[0,31.101],[-31.101,0],[1.561,-12.406]],"v":[[-4.695,-94.312],[54.5,-69.813],[-1.813,-13.5],[-58.125,-69.813]],"c":true}],"e":[{"i":[[-31.101,0],[0,-31.101],[31.101,0],[0,31.101]],"o":[[31.101,0],[0,31.101],[-31.101,0],[0,-31.101]],"v":[[-1.813,-126.125],[54.5,-69.813],[-1.813,-13.5],[-58.125,-69.813]],"c":true}]},{"t":33}],"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.611764729023,0.611764729023,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1.313,38.813],"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":"head","np":3,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[18.625,18.625],"ix":2},"p":{"a":0,"k":[53,-57],"ix":3},"nm":"Ellipse Path 4","mn":"ADBE Vector Shape - Ellipse","hd":false},{"d":1,"ty":"el","s":{"a":0,"k":[18.625,18.625],"ix":2},"p":{"a":0,"k":[-58,-57],"ix":3},"nm":"Ellipse Path 3","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.529411792755,0.529411792755,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.321,"y":0.845},"o":{"x":1.022,"y":0},"n":"0p321_0p845_1p022_0","t":8,"s":[-1.688,-17.188],"e":[-1.688,-33.786],"to":[0,0],"ti":[0,0]},{"i":{"x":0.602,"y":1},"o":{"x":0.273,"y":0.643},"n":"0p602_1_0p273_0p643","t":12,"s":[-1.688,-33.786],"e":[-1.688,-34.188],"to":[0,0],"ti":[0,0]},{"i":{"x":0.692,"y":1},"o":{"x":0.359,"y":0},"n":"0p692_1_0p359_0","t":13,"s":[-1.688,-34.188],"e":[-1.688,-8.188],"to":[0,0],"ti":[0,0]},{"i":{"x":0.824,"y":0},"o":{"x":0.363,"y":0},"n":"0p824_0_0p363_0","t":16,"s":[-1.688,-8.188],"e":[-1.688,-8.408],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.404,"y":0.046},"n":"0p667_1_0p404_0p046","t":21,"s":[-1.688,-8.408],"e":[-1.688,-17.188],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":25,"s":[-1.688,-17.188],"e":[-1.688,-17.188],"to":[0,0],"ti":[0,0]},{"i":{"x":0.24,"y":0.24},"o":{"x":0.333,"y":0.333},"n":"0p24_0p24_0p333_0p333","t":28,"s":[-1.688,-17.188],"e":[-1.688,-17.188],"to":[0,0],"ti":[0,0]},{"t":33}],"ix":2},"a":{"a":0,"k":[-3,-56],"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":"ears","np":3,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false}],"ip":-5,"op":60,"st":7,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"body hands","parent":3,"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},"n":"0p833_0p833_0p167_0p167","t":13,"s":[-3,-163,0],"e":[-3,-163,0],"to":[0,0,0],"ti":[0,0,0]},{"t":16}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"tr","p":{"a":0,"k":[1.313,38.813],"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":"Ellipse 1","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"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":0,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[5.625,5.625],"ix":2},"p":{"a":0,"k":[-1,35],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"d":1,"ty":"el","s":{"a":0,"k":[5.625,5.625],"ix":2},"p":{"a":0,"k":[-1,43],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 3","mn":"ADBE Vector Graphic - Fill","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-4,1.75],[0,0],[-3.25,-2.25],[0.25,1.5]],"o":[[0,0],[0,0],[0,0],[4,-1.75],[0,0],[3.25,2.25],[-0.25,-1.5]],"v":[[8.5,19.25],[-9.75,19],[-10.938,32],[-7,33.25],[-0.5,25.25],[4.938,33.563],[9.875,30.875]],"c":true},"ix":2},"nm":"Path 2","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,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":8,"s":[{"i":[[0,0],[0,0],[-42.748,0.475],[0,0],[0,0]],"o":[[0,0],[0,0],[45,-0.5],[0,0],[0,0]],"v":[[-5.372,24.326],[-45.25,97],[0.5,103.5],[46.25,97.5],[4.013,24.091]],"c":true}],"e":[{"i":[[0,0],[0,0],[-42.748,0.475],[0,0],[0,0]],"o":[[0,0],[0,0],[45,-0.5],[0,0],[0,0]],"v":[[-5.372,24.326],[-45.25,97],[-0.873,122.831],[46.25,97.5],[4.013,24.091]],"c":true}]},{"i":{"x":0.13,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p13_1_0p167_0p167","t":12,"s":[{"i":[[0,0],[0,0],[-42.748,0.475],[0,0],[0,0]],"o":[[0,0],[0,0],[45,-0.5],[0,0],[0,0]],"v":[[-5.372,24.326],[-45.25,97],[-0.873,122.831],[46.25,97.5],[4.013,24.091]],"c":true}],"e":[{"i":[[0,0],[0,0],[-42.748,0.475],[0,0],[0,0]],"o":[[0,0],[0,0],[45,-0.5],[0,0],[0,0]],"v":[[-5.372,24.326],[-45.25,97],[-0.902,123.237],[46.25,97.5],[4.013,24.091]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":13,"s":[{"i":[[0,0],[0,0],[-42.748,0.475],[0,0],[0,0]],"o":[[0,0],[0,0],[45,-0.5],[0,0],[0,0]],"v":[[-5.372,24.326],[-45.25,97],[-0.902,123.237],[46.25,97.5],[4.013,24.091]],"c":true}],"e":[{"i":[[0,0],[0,0],[-42.721,0.513],[0,0],[0,0]],"o":[[0,0],[0,0],[44.997,-0.544],[0,0],[0,0]],"v":[[-5.372,24.326],[-45.25,97],[0.487,103.369],[46.25,97.5],[4.013,24.091]],"c":true}]},{"i":{"x":0.43,"y":1},"o":{"x":0.46,"y":0},"n":"0p43_1_0p46_0","t":16,"s":[{"i":[[0,0],[0,0],[-42.721,0.513],[0,0],[0,0]],"o":[[0,0],[0,0],[44.997,-0.544],[0,0],[0,0]],"v":[[-5.372,24.326],[-45.25,97],[0.487,103.369],[46.25,97.5],[4.013,24.091]],"c":true}],"e":[{"i":[[0,0],[0,0],[-39.5,5],[0,0],[0,0]],"o":[[0,0],[0,0],[44.647,-5.651],[0,0],[0,0]],"v":[[-5.372,24.326],[-45.25,97],[-1,88],[46.25,97.5],[4.013,24.091]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":21,"s":[{"i":[[0,0],[0,0],[-39.5,5],[0,0],[0,0]],"o":[[0,0],[0,0],[44.647,-5.651],[0,0],[0,0]],"v":[[-5.372,24.326],[-45.25,97],[-1,88],[46.25,97.5],[4.013,24.091]],"c":true}],"e":[{"i":[[0,0],[0,0],[-39.5,5],[0,0],[0,0]],"o":[[0,0],[0,0],[44.647,-5.651],[0,0],[0,0]],"v":[[-5.372,24.326],[-45.25,97],[-1,88],[46.25,97.5],[4.013,24.091]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[{"i":[[0,0],[0,0],[-39.5,5],[0,0],[0,0]],"o":[[0,0],[0,0],[44.647,-5.651],[0,0],[0,0]],"v":[[-5.372,24.326],[-45.25,97],[-1,88],[46.25,97.5],[4.013,24.091]],"c":true}],"e":[{"i":[[0,0],[0,0],[-42.748,0.475],[0,0],[0,0]],"o":[[0,0],[0,0],[45,-0.5],[0,0],[0,0]],"v":[[-5.372,24.326],[-45.25,97],[0.5,103.5],[46.25,97.5],[4.013,24.091]],"c":true}]},{"t":28}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.92549020052,0.35686275363,0.933333337307,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.13,"y":1},"o":{"x":0.333,"y":0},"n":"0p13_1_0p333_0","t":8,"s":[-0.5,32.5],"e":[-0.5,70.5],"to":[0,0],"ti":[0,-0.83333331346512]},{"i":{"x":0.692,"y":0.998},"o":{"x":0.333,"y":0},"n":"0p692_0p998_0p333_0","t":13,"s":[-0.5,70.5],"e":[-0.5,36.542],"to":[0,0.0130589613691],"ti":[0,-0.01466724928468]},{"i":{"x":0.43,"y":1},"o":{"x":0.46,"y":0},"n":"0p43_1_0p46_0","t":16,"s":[-0.5,36.542],"e":[-0.5,37.5],"to":[0,0.92129600048065],"ti":[0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":21,"s":[-0.5,37.5],"e":[-0.5,37.5],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[-0.5,37.5],"e":[-0.5,54.5],"to":[0,0],"ti":[0,0.83333331346512]},{"i":{"x":0.24,"y":1},"o":{"x":0.333,"y":0},"n":"0p24_1_0p333_0","t":28,"s":[-0.5,54.5],"e":[-0.5,32.5],"to":[0,-0.83333331346512],"ti":[0,0]},{"t":33}],"ix":2},"a":{"a":0,"k":[-0.5,32.5],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.13,0.13],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p13_1_0p333_0","0p13_1_0p333_0"],"t":8,"s":[100,100],"e":[122,76]},{"i":{"x":[0.692,0.692],"y":[1.019,1.004]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p692_1p019_0p333_0","0p692_1p004_0p333_0"],"t":13,"s":[122,76],"e":[105.161,140.873]},{"i":{"x":[0.43,0.43],"y":[1,1]},"o":{"x":[0.46,0.46],"y":[0,0]},"n":["0p43_1_0p46_0","0p43_1_0p46_0"],"t":16,"s":[105.161,140.873],"e":[119,85]},{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":21,"s":[119,85],"e":[119,85]},{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":25,"s":[119,85],"e":[120,87]},{"i":{"x":[0.24,0.24],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p24_1_0p333_0","0p24_1_0p333_0"],"t":28,"s":[120,87],"e":[100,100]},{"t":33}],"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":"dress","np":7,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.13,"y":1},"o":{"x":0.333,"y":0},"n":"0p13_1_0p333_0","t":8,"s":[{"i":[[0,0],[18.416,8.175],[1.826,-0.024],[1.739,-0.771],[0,0]],"o":[[0,0],[-1.887,-0.837],[-1.521,0.02],[-18.185,8.067],[0,0]],"v":[[47.25,81.25],[5.801,27.589],[-0.343,26.513],[-6.687,27.862],[-51.5,81]],"c":false}],"e":[{"i":[[0,0],[37.199,-45.589],[1.826,-0.024],[1.636,0.971],[0,0]],"o":[[0,0],[-1.305,1.599],[-1.521,0.02],[-36.813,-21.862],[0,0]],"v":[[79.75,27.75],[5.801,27.589],[-0.343,26.513],[-6.687,27.862],[-72,43.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":13,"s":[{"i":[[0,0],[37.199,-45.589],[1.826,-0.024],[1.636,0.971],[0,0]],"o":[[0,0],[-1.305,1.599],[-1.521,0.02],[-36.813,-21.862],[0,0]],"v":[[79.75,27.75],[5.801,27.589],[-0.343,26.513],[-6.687,27.862],[-72,43.5]],"c":false}],"e":[{"i":[[0,0],[45.199,4.736],[1.826,-0.024],[1.738,-0.757],[0,0]],"o":[[0,0],[-1.882,-0.817],[-1.521,0.02],[-88.031,15.261],[0,0]],"v":[[47.525,89.797],[5.801,27.589],[-0.343,26.513],[-6.687,27.862],[-74.911,-5.621]],"c":false}]},{"i":{"x":0.43,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p43_1_0p167_0p167","t":16,"s":[{"i":[[0,0],[45.199,4.736],[1.826,-0.024],[1.738,-0.757],[0,0]],"o":[[0,0],[-1.882,-0.817],[-1.521,0.02],[-88.031,15.261],[0,0]],"v":[[47.525,89.797],[5.801,27.589],[-0.343,26.513],[-6.687,27.862],[-74.911,-5.621]],"c":false}],"e":[{"i":[[0,0],[80.199,-51.237],[1.826,-0.024],[1.891,0.209],[0,0]],"o":[[0,0],[-1.739,1.111],[-1.521,0.02],[-84.349,-9.34],[0,0]],"v":[[86.75,41.25],[5.801,27.589],[-0.343,26.513],[-6.687,27.862],[-79.648,-82.664]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":21,"s":[{"i":[[0,0],[80.199,-51.237],[1.826,-0.024],[1.891,0.209],[0,0]],"o":[[0,0],[-1.739,1.111],[-1.521,0.02],[-84.349,-9.34],[0,0]],"v":[[86.75,41.25],[5.801,27.589],[-0.343,26.513],[-6.687,27.862],[-79.648,-82.664]],"c":false}],"e":[{"i":[[0,0],[48.199,14.13],[1.826,-0.024],[1.892,0.2],[0,0]],"o":[[0,0],[-1.981,-0.581],[-1.521,0.02],[-72.313,-7.642],[0,0]],"v":[[107.25,1.25],[5.801,27.589],[-0.343,26.513],[-6.687,27.862],[-51.5,-77.5]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[{"i":[[0,0],[48.199,14.13],[1.826,-0.024],[1.892,0.2],[0,0]],"o":[[0,0],[-1.981,-0.581],[-1.521,0.02],[-72.313,-7.642],[0,0]],"v":[[107.25,1.25],[5.801,27.589],[-0.343,26.513],[-6.687,27.862],[-51.5,-77.5]],"c":false}],"e":[{"i":[[0,0],[41.895,38.636],[1.826,-0.024],[1.79,-0.446],[0,0]],"o":[[0,0],[-1.918,-0.751],[-1.521,0.02],[-40.617,32.863],[0,0]],"v":[[69.162,43.026],[5.105,41.176],[-1.039,40.1],[-7.383,41.449],[-72.696,42.468]],"c":false}]},{"i":{"x":0.24,"y":1},"o":{"x":0.333,"y":0},"n":"0p24_1_0p333_0","t":28,"s":[{"i":[[0,0],[41.895,38.636],[1.826,-0.024],[1.79,-0.446],[0,0]],"o":[[0,0],[-1.918,-0.751],[-1.521,0.02],[-40.617,32.863],[0,0]],"v":[[69.162,43.026],[5.105,41.176],[-1.039,40.1],[-7.383,41.449],[-72.696,42.468]],"c":false}],"e":[{"i":[[0,0],[18.416,8.175],[1.826,-0.024],[1.739,-0.771],[0,0]],"o":[[0,0],[-1.887,-0.837],[-1.521,0.02],[-18.185,8.067],[0,0]],"v":[[47.25,81.25],[5.801,27.589],[-0.343,26.513],[-6.687,27.862],[-51.5,81]],"c":false}]},{"t":33}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.611764729023,0.611764729023,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":11,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.13,"y":1},"o":{"x":0.333,"y":0},"n":"0p13_1_0p333_0","t":8,"s":[-3,27],"e":[-3,53],"to":[0,4.33333349227905],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":13,"s":[-3,53],"e":[-3,43],"to":[0,0],"ti":[0,4.33333349227905]},{"i":{"x":0.57,"y":0.924},"o":{"x":0.167,"y":0.167},"n":"0p57_0p924_0p167_0p167","t":16,"s":[-3,43],"e":[-3,18.525],"to":[0,-2.36034679412842],"ti":[0,-3.20221185684204]},{"i":{"x":0.24,"y":1},"o":{"x":0.397,"y":0.498},"n":"0p24_1_0p397_0p498","t":21,"s":[-3,18.525],"e":[-3,27],"to":[0,2.67669200897217],"ti":[0,-0.75884103775024]},{"t":33}],"ix":2},"a":{"a":0,"k":[-3,27],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":1,"k":[{"i":{"x":[0.13],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p13_1_0p333_0"],"t":8,"s":[0],"e":[0]},{"i":{"x":[0.692],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p692_1_0p333_0"],"t":13,"s":[0],"e":[7]},{"i":{"x":[0.43],"y":[1]},"o":{"x":[0.77],"y":[0]},"n":["0p43_1_0p77_0"],"t":16,"s":[7],"e":[17]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":21,"s":[17],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":25,"s":[0],"e":[0]},{"i":{"x":[0.24],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p24_1_0p333_0"],"t":28,"s":[0],"e":[0]},{"t":33}],"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":"hand","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-4.437,87.112],[-6.25,163.75]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-4.437,87.112],[-6.25,163.75]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-4.437,87.112],[-6.25,163.75]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-4.437,87.112],[-6.25,163.75]],"c":false}]},{"t":21}],"ix":2,"x":"var $bm_rt;\n$bm_rt = content('leg L').content('Path 2').path;"},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.92549020052,0.92549020052,0.92549020052,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":11,"ix":5},"lc":1,"lj":2,"d":[{"n":"d","nm":"dash","v":{"a":0,"k":54,"ix":1}},{"n":"g","nm":"gap","v":{"a":0,"k":50,"ix":2}},{"n":"o","nm":"offset","v":{"a":0,"k":-50,"ix":7}}],"nm":"Stroke 3","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":1,"k":[{"i":{"x":0.13,"y":1},"o":{"x":0.333,"y":0},"n":"0p13_1_0p333_0","t":8,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-4.437,87.112],[-5.481,131.25],[-6.25,163.75]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,-7.25]],"o":[[0,0],[0,0],[0,7.25]],"v":[[-7.937,111.612],[-32.231,141.25],[-6.25,163.75]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":13,"s":[{"i":[[0,0],[0,0],[0,-7.25]],"o":[[0,0],[0,0],[0,7.25]],"v":[[-7.937,111.612],[-32.231,141.25],[-6.25,163.75]],"c":false}],"e":[{"i":[[0,0],[-0.022,-0.051],[0.004,-3.176]],"o":[[0,0],[0.019,0.044],[-0.003,3.158]],"v":[[-7.691,91.354],[-13.619,134.433],[-6.25,163.75]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0,0],[-0.022,-0.051],[0.004,-3.176]],"o":[[0,0],[0.019,0.044],[-0.003,3.158]],"v":[[-7.691,91.354],[-13.619,134.433],[-6.25,163.75]],"c":false}],"e":[{"i":[[0,0],[-0.04,-0.09],[-3.685,-5.941]],"o":[[0,0],[0.034,0.078],[3.685,5.941]],"v":[[-4.445,87.253],[-5.655,131.312],[-4.791,165.635]],"c":false}]},{"i":{"x":0.43,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p43_1_0p167_0p167","t":16,"s":[{"i":[[0,0],[-0.04,-0.09],[-3.685,-5.941]],"o":[[0,0],[0.034,0.078],[3.685,5.941]],"v":[[-4.445,87.253],[-5.655,131.312],[-4.791,165.635]],"c":false}],"e":[{"i":[[0,0],[-4.668,-10.578],[0.843,-10.708]],"o":[[0,0],[4.042,9.158],[-0.558,7.088]],"v":[[-5.3,103.802],[-26.048,138.492],[-6.25,163.75]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":21,"s":[{"i":[[0,0],[-4.668,-10.578],[0.843,-10.708]],"o":[[0,0],[4.042,9.158],[-0.558,7.088]],"v":[[-5.3,103.802],[-26.048,138.492],[-6.25,163.75]],"c":false}],"e":[{"i":[[0,0],[-4.668,-10.578],[0.843,-10.708]],"o":[[0,0],[4.042,9.158],[-0.558,7.088]],"v":[[-7.548,114.071],[-28.409,141.602],[-6.25,163.75]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[{"i":[[0,0],[-4.668,-10.578],[0.843,-10.708]],"o":[[0,0],[4.042,9.158],[-0.558,7.088]],"v":[[-7.548,114.071],[-28.409,141.602],[-6.25,163.75]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,-8.25]],"o":[[0,0],[0,0],[0,8.25]],"v":[[-7.937,101.612],[-17.481,135.25],[-6.25,163.75]],"c":false}]},{"i":{"x":0.24,"y":1},"o":{"x":0.333,"y":0},"n":"0p24_1_0p333_0","t":28,"s":[{"i":[[0,0],[0,0],[0,-8.25]],"o":[[0,0],[0,0],[0,8.25]],"v":[[-7.937,101.612],[-17.481,135.25],[-6.25,163.75]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-4.437,87.112],[-5.481,131.25],[-6.25,163.75]],"c":false}]},{"t":33}],"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.611764729023,0.611764729023,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":11,"ix":5},"lc":1,"lj":2,"nm":"Stroke 2","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":1,"k":[{"i":{"x":0.13,"y":1},"o":{"x":0.333,"y":0},"n":"0p13_1_0p333_0","t":8,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.75,165.875],[-15.75,165.875]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.75,165.875],[-15.75,165.875]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":13,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.75,165.875],[-15.75,165.875]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.75,165.875],[-15.75,165.875]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.75,165.875],[-15.75,165.875]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.75,165.875],[-15.75,165.875]],"c":false}]},{"i":{"x":0.15,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p15_1_0p167_0p167","t":15,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.75,165.875],[-15.75,165.875]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-1.914,165.442],[-12.959,176.332]],"c":false}]},{"i":{"x":0.43,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p43_1_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-1.914,165.442],[-12.959,176.332]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.75,165.875],[-15.75,165.875]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":21,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.75,165.875],[-15.75,165.875]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.75,165.875],[-15.75,165.875]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.75,165.875],[-15.75,165.875]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.75,165.875],[-15.75,165.875]],"c":false}]},{"i":{"x":0.24,"y":1},"o":{"x":0.333,"y":0},"n":"0p24_1_0p333_0","t":28,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.75,165.875],[-15.75,165.875]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.75,165.875],[-15.75,165.875]],"c":false}]},{"t":33}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.172549024224,0.168627455831,0.168627455831,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":6,"ix":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.13,"y":0.13},"o":{"x":0.9,"y":0.9},"n":"0p13_0p13_0p9_0p9","t":8,"s":[6,75.25],"e":[6,75.25],"to":[0,0],"ti":[0,0]},{"i":{"x":0.672,"y":0.742},"o":{"x":0.33,"y":0},"n":"0p672_0p742_0p33_0","t":13,"s":[6,75.25],"e":[6,83.347],"to":[0,-0.00309346080758],"ti":[0,0]},{"i":{"x":0.445,"y":0.73},"o":{"x":0.517,"y":0.105},"n":"0p445_0p73_0p517_0p105","t":14,"s":[6,83.347],"e":[6,114.669],"to":[0,0],"ti":[0,0]},{"i":{"x":0.525,"y":1},"o":{"x":0.215,"y":0.598},"n":"0p525_1_0p215_0p598","t":15,"s":[6,114.669],"e":[6,120.151],"to":[0,0],"ti":[0,0]},{"i":{"x":0.3,"y":1},"o":{"x":0.77,"y":0.015},"n":"0p3_1_0p77_0p015","t":16,"s":[6,120.151],"e":[6,63.25],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":21,"s":[6,63.25],"e":[6,44.25],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[6,44.25],"e":[6,75.25],"to":[0,0],"ti":[0,-2]},{"i":{"x":0.24,"y":0.24},"o":{"x":0.333,"y":0.333},"n":"0p24_0p24_0p333_0p333","t":28,"s":[6,75.25],"e":[6,75.25],"to":[0,0],"ti":[0,0]},{"t":33}],"ix":2},"a":{"a":0,"k":[-4,87.25],"ix":1},"s":{"a":0,"k":[-100,100],"ix":3},"r":{"a":1,"k":[{"i":{"x":[0.13],"y":[1]},"o":{"x":[0.9],"y":[0]},"n":["0p13_1_0p9_0"],"t":8,"s":[0],"e":[0]},{"i":{"x":[0.692],"y":[-0.963]},"o":{"x":[0.359],"y":[0]},"n":["0p692_-0p963_0p359_0"],"t":13,"s":[0],"e":[-0.161]},{"i":{"x":[0.43],"y":[1]},"o":{"x":[0.77],"y":[0.121]},"n":["0p43_1_0p77_0p121"],"t":16,"s":[-0.161],"e":[-11]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":21,"s":[-11],"e":[-13]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":25,"s":[-13],"e":[0]},{"i":{"x":[0.24],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p24_1_0p333_0"],"t":28,"s":[0],"e":[0]},{"t":33}],"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":"leg L","np":6,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-4.437,87.112],[-6.25,163.75]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-4.437,87.112],[-6.25,163.75]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-4.437,87.112],[-6.25,163.75]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-4.437,87.112],[-6.25,163.75]],"c":false}]},{"t":21}],"ix":2,"x":"var $bm_rt;\n$bm_rt = content('leg R').content('Path 2').path;"},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.92549020052,0.92549020052,0.92549020052,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":11,"ix":5},"lc":1,"lj":2,"d":[{"n":"d","nm":"dash","v":{"a":0,"k":54,"ix":1}},{"n":"g","nm":"gap","v":{"a":0,"k":50,"ix":2}},{"n":"o","nm":"offset","v":{"a":0,"k":-50,"ix":7}}],"nm":"Stroke 3","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":1,"k":[{"i":{"x":0.13,"y":1},"o":{"x":0.9,"y":0},"n":"0p13_1_0p9_0","t":8,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-4.437,87.112],[-5.476,131.006],[-6.25,163.75]],"c":false}],"e":[{"i":[[0,0],[-0.726,-5.494],[-0.25,-6.75]],"o":[[0,0],[0.726,5.494],[0.25,6.75]],"v":[[-9.937,115.612],[-36.476,140.256],[-6.25,163.75]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.83,"y":0},"n":"0p833_0p833_0p83_0","t":13,"s":[{"i":[[0,0],[-0.726,-5.494],[-0.25,-6.75]],"o":[[0,0],[0.726,5.494],[0.25,6.75]],"v":[[-9.937,115.612],[-36.476,140.256],[-6.25,163.75]],"c":false}],"e":[{"i":[[0,0],[-0.499,-3.815],[-0.173,-4.685]],"o":[[-0.019,0.016],[0.496,3.834],[0.173,4.678]],"v":[[-2.471,87.663],[-15.864,133.084],[-6.25,163.75]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0,0],[-0.499,-3.815],[-0.173,-4.685]],"o":[[-0.019,0.016],[0.496,3.834],[0.173,4.678]],"v":[[-2.471,87.663],[-15.864,133.084],[-6.25,163.75]],"c":false}],"e":[{"i":[[0,0],[0.008,-0.069],[-2.529,-5.166]],"o":[[-0.061,0.051],[-0.015,0.129],[3.028,8.628]],"v":[[-4.44,87.336],[-11.175,126.574],[-5.953,166.075]],"c":false}]},{"i":{"x":0.43,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p43_1_0p167_0p167","t":16,"s":[{"i":[[0,0],[0.008,-0.069],[-2.529,-5.166]],"o":[[-0.061,0.051],[-0.015,0.129],[3.028,8.628]],"v":[[-4.44,87.336],[-11.175,126.574],[-5.953,166.075]],"c":false}],"e":[{"i":[[0,0],[0.955,-8.175],[-0.285,-9.123]],"o":[[-7.187,5.977],[-1.786,15.288],[0.193,6.177]],"v":[[-4.707,113.663],[-27.718,137.327],[-6.25,163.75]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":21,"s":[{"i":[[0,0],[0.955,-8.175],[-0.285,-9.123]],"o":[[-7.187,5.977],[-1.786,15.288],[0.193,6.177]],"v":[[-4.707,113.663],[-27.718,137.327],[-6.25,163.75]],"c":false}],"e":[{"i":[[0,0],[0.621,-8.207],[-0.285,-9.123]],"o":[[-2.162,8.512],[-0.43,5.68],[0.193,6.177]],"v":[[-8.19,94.216],[-16.451,126.066],[-6.25,163.75]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":25,"s":[{"i":[[0,0],[0.621,-8.207],[-0.285,-9.123]],"o":[[-2.162,8.512],[-0.43,5.68],[0.193,6.177]],"v":[[-8.19,94.216],[-16.451,126.066],[-6.25,163.75]],"c":false}],"e":[{"i":[[0,0],[0.161,-2.128],[-4.782,-9.343]],"o":[[-0.561,2.207],[-0.111,1.473],[-0.135,8.083]],"v":[[-8.841,91.526],[-7.961,131.189],[-5.897,164.895]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":27,"s":[{"i":[[0,0],[0.161,-2.128],[-4.782,-9.343]],"o":[[-0.561,2.207],[-0.111,1.473],[-0.135,8.083]],"v":[[-8.841,91.526],[-7.961,131.189],[-5.897,164.895]],"c":false}],"e":[{"i":[[0,0],[0,0],[0.25,-8.75]],"o":[[0,0],[0,0],[-0.25,8.75]],"v":[[-11.437,104.862],[-24.476,136.006],[-6.25,163.75]],"c":false}]},{"i":{"x":0.24,"y":1},"o":{"x":0.333,"y":0},"n":"0p24_1_0p333_0","t":28,"s":[{"i":[[0,0],[0,0],[0.25,-8.75]],"o":[[0,0],[0,0],[-0.25,8.75]],"v":[[-11.437,104.862],[-24.476,136.006],[-6.25,163.75]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-4.437,87.112],[-5.476,131.006],[-6.25,163.75]],"c":false}]},{"t":33}],"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.611764729023,0.611764729023,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":11,"ix":5},"lc":1,"lj":2,"nm":"Stroke 2","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":1,"k":[{"i":{"x":0.13,"y":1},"o":{"x":0.9,"y":0},"n":"0p13_1_0p9_0","t":8,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-15.75,165.875],[-0.75,165.875]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-15.75,165.875],[-0.75,165.875]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.83,"y":0},"n":"0p833_0p833_0p83_0","t":13,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-15.75,165.875],[-0.75,165.875]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-15.75,165.875],[-0.75,165.875]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-15.75,165.875],[-0.75,165.875]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-15.75,165.875],[-0.75,165.875]],"c":false}]},{"i":{"x":0.15,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p15_1_0p167_0p167","t":15,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-15.75,165.875],[-0.75,165.875]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-17.183,174.018],[-0.75,165.875]],"c":false}]},{"i":{"x":0.43,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p43_1_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-17.183,174.018],[-0.75,165.875]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-15.75,165.875],[-0.75,165.875]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":21,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-15.75,165.875],[-0.75,165.875]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-15.75,165.875],[-0.75,165.875]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":25,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-15.75,165.875],[-0.75,165.875]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-13.261,174.182],[-0.75,165.875]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":27,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-13.261,174.182],[-0.75,165.875]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-15.75,165.875],[-0.75,165.875]],"c":false}]},{"i":{"x":0.24,"y":1},"o":{"x":0.333,"y":0},"n":"0p24_1_0p333_0","t":28,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-15.75,165.875],[-0.75,165.875]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-15.75,165.875],[-0.75,165.875]],"c":false}]},{"t":33}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.172549024224,0.170519039035,0.170519039035,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":6,"ix":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.13,"y":0.13},"o":{"x":0.9,"y":0.9},"n":"0p13_0p13_0p9_0p9","t":8,"s":[-6.75,75],"e":[-6.75,75],"to":[0,0],"ti":[0,0]},{"i":{"x":0.673,"y":0.725},"o":{"x":0.339,"y":0},"n":"0p673_0p725_0p339_0","t":13,"s":[-6.75,75],"e":[-6.741,83.841],"to":[0.00214981287718,-0.00675655435771],"ti":[0,0]},{"i":{"x":0.429,"y":0.815},"o":{"x":0.491,"y":0.124},"n":"0p429_0p815_0p491_0p124","t":14,"s":[-6.741,83.841],"e":[-6.699,113.353],"to":[0,0],"ti":[0,0]},{"i":{"x":0.53,"y":1},"o":{"x":0.218,"y":0.825},"n":"0p53_1_0p218_0p825","t":15,"s":[-6.699,113.353],"e":[-6.692,110.818],"to":[0,0],"ti":[0,0]},{"i":{"x":0.3,"y":1},"o":{"x":0.77,"y":0.027},"n":"0p3_1_0p77_0p027","t":16,"s":[-6.692,110.818],"e":[0.25,53],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":21,"s":[0.25,53],"e":[0.25,68],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":0.822},"o":{"x":0.333,"y":0},"n":"0p667_0p822_0p333_0","t":25,"s":[0.25,68],"e":[-5.476,83.738],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0.167},"n":"0p667_1_0p333_0p167","t":27,"s":[-5.476,83.738],"e":[-6.75,75],"to":[0,0],"ti":[0.24770723283291,-0.77850842475891]},{"i":{"x":0.24,"y":0.24},"o":{"x":0.333,"y":0.333},"n":"0p24_0p24_0p333_0p333","t":28,"s":[-6.75,75],"e":[-6.75,75],"to":[0,0],"ti":[0,0]},{"t":33}],"ix":2},"a":{"a":0,"k":[-4.75,87],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":1,"k":[{"i":{"x":[0.43],"y":[1]},"o":{"x":[0.77],"y":[0.07]},"n":["0p43_1_0p77_0p07"],"t":16,"s":[0.144],"e":[17]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":21,"s":[17],"e":[12]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":25,"s":[12],"e":[0]},{"t":28}],"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":"leg R","np":6,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-42.748,0.475],[0,0],[0,0]],"o":[[0,0],[0,0],[45,-0.5],[0,0],[0,0]],"v":[[-5.372,24.326],[-45.25,97],[0.5,103.5],[46.25,97.5],[4.013,24.091]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.683383464813,0.189465582371,0.690196096897,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-0.5,32.5],"ix":2,"x":"var $bm_rt;\n$bm_rt = content('dress').transform.position;"},"a":{"a":0,"k":[-0.5,32.5],"ix":1},"s":{"a":0,"k":[100,100],"ix":3,"x":"var $bm_rt;\n$bm_rt = content('dress').transform.scale;"},"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":"dress 2","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false}],"ip":-5,"op":60,"st":7,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"hair","parent":4,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[117.625,117.625],"ix":2},"p":{"a":1,"k":[{"i":{"x":0.548,"y":0.548},"o":{"x":0.565,"y":0.565},"n":"0p548_0p548_0p565_0p565","t":8,"s":[-2,-77],"e":[-2,-77],"to":[0,0],"ti":[0,0]},{"i":{"x":0.463,"y":0.463},"o":{"x":0.177,"y":0.177},"n":"0p463_0p463_0p177_0p177","t":11,"s":[-2,-77],"e":[-2,-77],"to":[0,0],"ti":[0,0]},{"i":{"x":0.692,"y":1},"o":{"x":0.359,"y":0},"n":"0p692_1_0p359_0","t":13,"s":[-2,-77],"e":[-2,-91],"to":[0,0],"ti":[0,0]},{"i":{"x":0.801,"y":0.479},"o":{"x":0.786,"y":0},"n":"0p801_0p479_0p786_0","t":16,"s":[-2,-91],"e":[-2,-84.373],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.187,"y":0.276},"n":"0p667_1_0p187_0p276","t":21,"s":[-2,-84.373],"e":[-2,-75],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[-2,-75],"e":[-2,-69],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":28,"s":[-2,-69],"e":[-2,-77],"to":[0,0],"ti":[0,0]},{"t":34}],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.92549020052,0.35686275363,0.933333337307,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"d":1,"ty":"el","s":{"a":0,"k":[138.625,138.625],"ix":2},"p":{"a":1,"k":[{"i":{"x":0.548,"y":0.371},"o":{"x":0.565,"y":0},"n":"0p548_0p371_0p565_0","t":8,"s":[-2,-82],"e":[-2,-81.823],"to":[0,0],"ti":[0,0.34742984175682]},{"i":{"x":0.463,"y":1},"o":{"x":0.177,"y":0.384},"n":"0p463_1_0p177_0p384","t":11,"s":[-2,-81.823],"e":[-2,-82],"to":[0,-0.04412489384413],"ti":[0,0.07512766867876]},{"i":{"x":0.692,"y":0.993},"o":{"x":0.359,"y":0},"n":"0p692_0p993_0p359_0","t":13,"s":[-2,-82],"e":[-2,-72.033],"to":[0,-0.01044716965407],"ti":[0,0.01173379924148]},{"i":{"x":0.801,"y":0.707},"o":{"x":0.786,"y":0.025},"n":"0p801_0p707_0p786_0p025","t":16,"s":[-2,-72.033],"e":[-2,-83.463],"to":[0,-0.4997233748436],"ti":[0,3.96826577186584]},{"i":{"x":0.667,"y":1},"o":{"x":0.183,"y":1},"n":"0p667_1_0p183_1","t":21,"s":[-2,-83.463],"e":[-2,-85.933],"to":[0,-1.88448810577393],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[-2,-85.933],"e":[-2,-72],"to":[0,0],"ti":[0,-0.66666668653488]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":28,"s":[-2,-72],"e":[-2,-82],"to":[0,0.66666668653488],"ti":[0,0]},{"t":34}],"ix":3},"nm":"Ellipse Path 3","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.611764729023,0.223529413342,0.223529413342,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.548,"y":0.371},"o":{"x":0.565,"y":0},"n":"0p548_0p371_0p565_0","t":8,"s":[-1.063,-43.5],"e":[-1.063,-43.189],"to":[0,0],"ti":[0,0.60800224542618]},{"i":{"x":0.667,"y":1},"o":{"x":0.177,"y":0.769},"n":"0p667_1_0p177_0p769","t":11,"s":[-1.063,-43.189],"e":[-1.063,-43.5],"to":[0,-0.07721856236458],"ti":[0,0.13147342205048]},{"i":{"x":0.692,"y":0.997},"o":{"x":0.333,"y":0},"n":"0p692_0p997_0p333_0","t":15,"s":[-1.063,-43.5],"e":[-1.063,-30.558],"to":[0,-0.01828254573047],"ti":[0,0.02053414843976]},{"i":{"x":0.801,"y":0.436},"o":{"x":0.786,"y":0.059},"n":"0p801_0p436_0p786_0p059","t":16,"s":[-1.063,-30.558],"e":[-1.063,-38.98],"to":[0,-0.87364882230759],"ti":[0,5.61315441131592]},{"i":{"x":0.12,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p12_1_0p167_0p167","t":21,"s":[-1.063,-38.98],"e":[-1.063,-50.5],"to":[0,-2.67384481430054],"ti":[0,0]},{"i":{"x":0.12,"y":1},"o":{"x":0.333,"y":0},"n":"0p12_1_0p333_0","t":25,"s":[-1.063,-50.5],"e":[-1.063,-43.5],"to":[0,0],"ti":[0,-1.16666662693024]},{"t":28}],"ix":2},"a":{"a":0,"k":[-2.375,-82.312],"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":"hair band","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[65.625,65.625],"ix":2},"p":{"a":1,"k":[{"i":{"x":0.825,"y":1},"o":{"x":0.527,"y":0},"n":"0p825_1_0p527_0","t":8,"s":[45,-38],"e":[52,-44],"to":[0,0],"ti":[0,0]},{"i":{"x":0.685,"y":0.66},"o":{"x":0.379,"y":0},"n":"0p685_0p66_0p379_0","t":11,"s":[52,-44],"e":[46.151,-38.987],"to":[0,0],"ti":[1.98677027225494,-1.70294594764709]},{"i":{"x":0.657,"y":1},"o":{"x":0.327,"y":0.598},"n":"0p657_1_0p327_0p598","t":14,"s":[46.151,-38.987],"e":[45,-38],"to":[-0.68796771764755,0.58968663215637],"ti":[0,0]},{"i":{"x":0.692,"y":0.993},"o":{"x":0.333,"y":0},"n":"0p692_0p993_0p333_0","t":15,"s":[45,-38],"e":[34.158,-19.166],"to":[0.04945318028331,-0.0520559810102],"ti":[0,0]},{"i":{"x":0.801,"y":0.699},"o":{"x":0.786,"y":0.051},"n":"0p801_0p699_0p786_0p051","t":16,"s":[34.158,-19.166],"e":[57.255,-49.223],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.187,"y":0.774},"n":"0p667_1_0p187_0p774","t":21,"s":[57.255,-49.223],"e":[64,-58],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[64,-58],"e":[45,-38],"to":[0,0],"ti":[3.16666674613953,-3.33333325386047]},{"i":{"x":0.24,"y":0.24},"o":{"x":0.333,"y":0.333},"n":"0p24_0p24_0p333_0p333","t":29,"s":[45,-38],"e":[45,-38],"to":[0,0],"ti":[0,0]},{"t":34}],"ix":3},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse","hd":false},{"d":1,"ty":"el","s":{"a":0,"k":[65.625,65.625],"ix":2},"p":{"a":1,"k":[{"i":{"x":0.825,"y":1},"o":{"x":0.527,"y":0},"n":"0p825_1_0p527_0","t":8,"s":[-65,-38],"e":[-73,-38],"to":[0,0],"ti":[0,0]},{"i":{"x":0.685,"y":0.66},"o":{"x":0.379,"y":0},"n":"0p685_0p66_0p379_0","t":11,"s":[-73,-38],"e":[-66.316,-38],"to":[0,0],"ti":[-2.27059459686279,0]},{"i":{"x":0.657,"y":1},"o":{"x":0.327,"y":0.059},"n":"0p657_1_0p327_0p059","t":14,"s":[-66.316,-38],"e":[-53,-38],"to":[0.78624880313873,0],"ti":[0,0]},{"i":{"x":0.692,"y":0.998},"o":{"x":0.333,"y":0},"n":"0p692_0p998_0p333_0","t":15,"s":[-53,-38],"e":[-48.091,-11],"to":[-0.02863078936934,0],"ti":[0,0]},{"i":{"x":0.801,"y":0.687},"o":{"x":0.786,"y":0.026},"n":"0p801_0p687_0p786_0p026","t":16,"s":[-48.091,-11],"e":[-69.491,-31.703],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.187,"y":0.771},"n":"0p667_1_0p187_0p771","t":21,"s":[-69.491,-31.703],"e":[-76,-38],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":0.215},"o":{"x":0.333,"y":0},"n":"0p667_0p215_0p333_0","t":25,"s":[-76,-38],"e":[-74.504,-33.452],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0.269},"n":"0p667_1_0p333_0p269","t":27,"s":[-74.504,-33.452],"e":[-61,-37],"to":[0,0],"ti":[-0.85757058858871,0]},{"i":{"x":0.608,"y":1},"o":{"x":0.484,"y":0},"n":"0p608_1_0p484_0","t":29,"s":[-61,-37],"e":[-62,-38],"to":[0,0],"ti":[0,0]},{"i":{"x":0.469,"y":1},"o":{"x":0.188,"y":0},"n":"0p469_1_0p188_0","t":31,"s":[-62,-38],"e":[-65,-38],"to":[0,0],"ti":[0,0]},{"t":34}],"ix":3},"nm":"Ellipse Path 3","mn":"ADBE Vector Shape - Ellipse","hd":false},{"d":1,"ty":"el","s":{"a":0,"k":[31.625,31.625],"ix":2},"p":{"a":1,"k":[{"i":{"x":0.825,"y":1},"o":{"x":0.527,"y":0},"n":"0p825_1_0p527_0","t":8,"s":[53,-1],"e":[69,-7],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.382,"y":0},"n":"0p667_1_0p382_0","t":11,"s":[69,-7],"e":[53,-1],"to":[0,0],"ti":[0,0]},{"i":{"x":0.692,"y":0.945},"o":{"x":0.333,"y":0},"n":"0p692_0p945_0p333_0","t":15,"s":[53,-1],"e":[53.302,8.286],"to":[0.09485913813114,-0.22397296130657],"ti":[0,0]},{"i":{"x":0.801,"y":0.624},"o":{"x":0.786,"y":0.108},"n":"0p801_0p624_0p786_0p108","t":16,"s":[53.302,8.286],"e":[87.258,-41.551],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.187,"y":0.302},"n":"0p667_1_0p187_0p302","t":21,"s":[87.258,-41.551],"e":[73,-96],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":0.445},"o":{"x":0.333,"y":0},"n":"0p667_0p445_0p333_0","t":25,"s":[73,-96],"e":[77.436,-44.329],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0.569},"n":"0p667_1_0p333_0p569","t":27,"s":[77.436,-44.329],"e":[55,1],"to":[0,0],"ti":[1.67935085296631,-3.96513390541077]},{"i":{"x":0.434,"y":0.849},"o":{"x":0.43,"y":0},"n":"0p434_0p849_0p43_0","t":29,"s":[55,1],"e":[50.263,-0.737],"to":[0,0],"ti":[0.54292571544647,0.54292571544647]},{"i":{"x":0.57,"y":1},"o":{"x":0.249,"y":0.081},"n":"0p57_1_0p249_0p081","t":32,"s":[50.263,-0.737],"e":[53,-1],"to":[-0.15977729856968,-0.15977729856968],"ti":[0,0]},{"t":34}],"ix":3},"nm":"Ellipse Path 5","mn":"ADBE Vector Shape - Ellipse","hd":false},{"d":1,"ty":"el","s":{"a":0,"k":[31.625,31.625],"ix":2},"p":{"a":1,"k":[{"i":{"x":0.825,"y":1},"o":{"x":0.527,"y":0},"n":"0p825_1_0p527_0","t":8,"s":[-70,-6],"e":[-92,-13],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.382,"y":0},"n":"0p667_1_0p382_0","t":11,"s":[-92,-13],"e":[-70,-6],"to":[0,0],"ti":[0,0]},{"i":{"x":0.692,"y":0.982},"o":{"x":0.333,"y":0},"n":"0p692_0p982_0p333_0","t":15,"s":[-70,-6],"e":[-70.302,11.622],"to":[-0.09485913813114,-0.11857391893864],"ti":[0,0]},{"i":{"x":0.801,"y":0.598},"o":{"x":0.786,"y":0.1},"n":"0p801_0p598_0p786_0p1","t":16,"s":[-70.302,11.622],"e":[-98.152,-18.232],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.187,"y":0.212},"n":"0p667_1_0p187_0p212","t":21,"s":[-98.152,-18.232],"e":[-92,-76],"to":[0,0],"ti":[0,0]},{"i":{"x":0.766,"y":0},"o":{"x":0.333,"y":0},"n":"0p766_0_0p333_0","t":25,"s":[-92,-76],"e":[-97.135,-61.617],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0.335},"n":"0p667_1_0p333_0p335","t":27,"s":[-97.135,-61.617],"e":[-65,-5],"to":[0,0],"ti":[-1.74552524089813,-2.1819064617157]},{"i":{"x":0.65,"y":0.55},"o":{"x":0.488,"y":0},"n":"0p65_0p55_0p488_0","t":29,"s":[-65,-5],"e":[-72.114,-3.3],"to":[0,0],"ti":[-1.10030126571655,1.43220698833466]},{"i":{"x":0.571,"y":1},"o":{"x":0.267,"y":0.525},"n":"0p571_1_0p267_0p525","t":32,"s":[-72.114,-3.3],"e":[-70,-6],"to":[1.03555274009705,-1.34792697429657],"ti":[0,0]},{"t":34}],"ix":3},"nm":"Ellipse Path 4","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.435294121504,0.105836212635,0.105836212635,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.825,"y":0.825},"o":{"x":0.527,"y":0.527},"n":"0p825_0p825_0p527_0p527","t":8,"s":[1.313,-44.688],"e":[1.313,-44.688],"to":[0,0],"ti":[0,0]},{"i":{"x":0.685,"y":0.66},"o":{"x":0.379,"y":0},"n":"0p685_0p66_0p379_0","t":11,"s":[1.313,-44.688],"e":[1.313,-30.483],"to":[0,0],"ti":[0,-4.82501792907715]},{"i":{"x":0.657,"y":1},"o":{"x":0.327,"y":0.113},"n":"0p657_1_0p327_0p113","t":14,"s":[1.313,-30.483],"e":[1.313,-15.688],"to":[0,1.67078638076782],"ti":[0,0]},{"i":{"x":0.692,"y":0.979},"o":{"x":0.333,"y":0},"n":"0p692_0p979_0p333_0","t":15,"s":[1.313,-15.688],"e":[9.313,-30.217],"to":[0,-0.16600349545479],"ti":[0,0]},{"i":{"x":0.801,"y":0.608},"o":{"x":0.786,"y":0.079},"n":"0p801_0p608_0p786_0p079","t":16,"s":[9.313,-30.217],"e":[3.101,-86.343],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.187,"y":0.775},"n":"0p667_1_0p187_0p775","t":21,"s":[3.101,-86.343],"e":[1.313,-107.688],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[1.313,-107.688],"e":[1.313,-44.688],"to":[0,0],"ti":[0,-10.5]},{"i":{"x":0.24,"y":0.24},"o":{"x":0.333,"y":0.333},"n":"0p24_0p24_0p333_0p333","t":28,"s":[1.313,-44.688],"e":[1.313,-44.688],"to":[0,0],"ti":[0,0]},{"t":34}],"ix":2},"a":{"a":0,"k":[0,-83.5],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":1,"k":[{"i":{"x":[0.562],"y":[0.207]},"o":{"x":[0.195],"y":[0]},"n":["0p562_0p207_0p195_0"],"t":8,"s":[0.051],"e":[0.025]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.308],"y":[0.772]},"n":["0p667_1_0p308_0p772"],"t":11,"s":[0.025],"e":[-0.001]},{"i":{"x":[0.83],"y":[0.642]},"o":{"x":[0.333],"y":[0]},"n":["0p83_0p642_0p333_0"],"t":15,"s":[-0.001],"e":[0.051]},{"i":{"x":[0.801],"y":[0.716]},"o":{"x":[0.786],"y":[0.091]},"n":["0p801_0p716_0p786_0p091"],"t":16,"s":[0.051],"e":[4.724]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.187],"y":[0.78]},"n":["0p667_1_0p187_0p78"],"t":21,"s":[4.724],"e":[6]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":25,"s":[6],"e":[0]},{"i":{"x":[0.24],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p24_1_0p333_0"],"t":28,"s":[0],"e":[0]},{"t":34}],"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":"hair 2","np":5,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":-5,"op":60,"st":7,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/loading.json b/ohos/flutter_lottie/assets/lottiefiles/loading.json new file mode 100644 index 0000000000000000000000000000000000000000..508de6e6bde13010b52f07d3e4314e76ddd41e4b --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/loading.json @@ -0,0 +1 @@ +{"assets":[{"id":"comp_1","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 3","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10.4,"s":[100],"e":[0]},{"t":25.6}]},"r":{"k":0},"p":{"k":[700,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":true,"mode":"a","pt":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[134.688,0],[0,-134.688],[-134.688,0],[0,134.688]],"o":[[-134.688,0],[0,134.688],[134.688,0],[0,-134.688]],"v":[[0,-244.875],[-243.875,-1],[0,242.875],[243.875,-1]],"c":true}],"e":[{"i":[[176.731,0],[0,-176.731],[-176.731,0],[0,176.731]],"o":[[-176.731,0],[0,176.731],[176.731,0],[0,-176.731]],"v":[[0,-321],[-320,-1],[0,319],[320,-1]],"c":true}]},{"t":22.4}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-24.109,-23.866],[-58.097,2.286],[-4.307,101.702],[108.95,-0.605],[0,0],[36.992,-44.122],[100.991,-5.514],[22.177,25.867],[6.132,116.1],[-41.842,62.08],[-30.638,10.829],[-51.58,-26.549],[0,0]],"o":[[0,0],[24.109,23.866],[74.937,-2.949],[5.422,-128.032],[-88.536,0.492],[0,0],[-17.89,21.338],[-138.946,7.586],[-22.174,-25.864],[-2.384,-45.141],[41.572,-61.679],[77.499,-27.393],[92.496,47.608],[0,0]],"v":[[116,52],[197.891,144.134],[328.097,197.714],[497.578,23.032],[311.536,-190.492],[139.357,-79.71],[-73.007,190.878],[-281.054,311.414],[-531.052,222.093],[-620.132,10.9],[-568.112,-177.098],[-425.186,-291.697],[-199.496,-289.608],[-46,-153]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[-44,-50],[-152,2],[-63.813,80.106],[89,81],[84,0],[52,-59],[38,-40],[81,0],[-1.027,116.034],[-81,0],[-31,-36],[0,0]],"o":[[44,50],[105.034,-1.382],[94,-118],[-79.495,-72.35],[-84,0],[-52,59],[-36.789,38.725],[-61.033,0],[1,-113],[81,0],[31,36],[0,0]],"v":[[41,152],[302,310],[554,190],[536,-217],[307,-309],[84,-198],[-176,130],[-327,196],[-500,-3],[-330,-192],[-183,-127],[-120,-57]],"c":false}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8.8,"s":[30],"e":[0]},{"t":22.4}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8.8,"s":[30],"e":[60]},{"t":22.4}],"ix":2},"o":{"k":-110,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":11},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":4,"mn":"ADBE Vector Group"}],"ip":0,"op":100,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[700,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-24.109,-23.866],[-58.097,2.286],[-4.307,101.702],[108.95,-0.605],[0,0],[36.992,-44.122],[100.991,-5.514],[22.177,25.867],[6.132,116.1],[-41.842,62.08],[-30.638,10.829],[-51.58,-26.549],[0,0]],"o":[[0,0],[24.109,23.866],[74.937,-2.949],[5.422,-128.032],[-88.536,0.492],[0,0],[-17.89,21.338],[-138.946,7.586],[-22.174,-25.864],[-2.384,-45.141],[41.572,-61.679],[77.499,-27.393],[92.496,47.608],[0,0]],"v":[[116,52],[197.891,144.134],[328.097,197.714],[497.578,23.032],[311.536,-190.492],[139.357,-79.71],[-73.007,190.878],[-281.054,311.414],[-531.052,222.093],[-620.132,10.9],[-568.112,-177.098],[-425.186,-291.697],[-199.496,-289.608],[-46,-153]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[-44,-50],[-152,2],[-63.813,80.106],[89,81],[84,0],[52,-59],[38,-40],[81,0],[-1.027,116.034],[-81,0],[-31,-36],[0,0]],"o":[[44,50],[105.034,-1.382],[94,-118],[-79.495,-72.35],[-84,0],[-52,59],[-36.789,38.725],[-61.033,0],[1,-113],[81,0],[31,36],[0,0]],"v":[[41,152],[302,310],[554,190],[536,-217],[307,-309],[84,-198],[-176,130],[-327,196],[-500,-3],[-330,-192],[-183,-127],[-120,-57]],"c":false}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":26,"ix":2},"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[360]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[360],"e":[720]},{"t":80}],"ix":3},"m":1,"ix":3,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":11},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":4,"mn":"ADBE Vector Group"}],"ip":0,"op":100,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[700,400,0]},"a":{"k":[0,0,0]},"s":{"k":[102,102,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[41.593,144.622],[169.506,119.927],[189.109,279.448],[324.733,198.952],[451.572,261.435],[464.308,109.882],[591.263,63.386],[489.394,-41.116],[545.422,-183.975],[401.99,-165.308],[315.929,-299.146],[228.713,-166.646],[75.238,-178.354],[75.296,-7.911],[-76.402,13.881],[-74.277,186.236],[-211.124,169.355],[-300.932,303.028],[-390.031,173.297],[-533.818,195.069],[-486.799,51.51],[-603.444,-31.631],[-472.297,-92.031],[-477.325,-249.524],[-333.828,-192.011],[-212.105,-287.275],[-181.109,-134.238],[-48.486,-147.583]],"c":false}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":22,"ix":2},"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[360]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[360],"e":[720]},{"t":80}],"ix":3},"m":1,"ix":3,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":10},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":4,"mn":"ADBE Vector Group"}],"ip":0,"op":100,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 5","ks":{"o":{"k":18},"r":{"k":0},"p":{"k":[700,400,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-24.109,-23.866],[-58.097,2.286],[-4.307,101.702],[108.95,-0.605],[0,0],[36.992,-44.122],[100.991,-5.514],[22.177,25.867],[6.132,116.1],[-41.842,62.08],[-30.638,10.829],[-51.58,-26.549],[0,0]],"o":[[0,0],[24.109,23.866],[74.937,-2.949],[5.422,-128.032],[-88.536,0.492],[0,0],[-17.89,21.338],[-138.946,7.586],[-22.174,-25.864],[-2.384,-45.141],[41.572,-61.679],[77.499,-27.393],[92.496,47.608],[0,0]],"v":[[116,52],[197.891,144.134],[328.097,197.714],[497.578,23.032],[311.536,-190.492],[139.357,-79.71],[-73.007,190.878],[-281.054,311.414],[-531.052,222.093],[-620.132,10.9],[-568.112,-177.098],[-425.186,-291.697],[-199.496,-289.608],[-46,-153]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[-44,-50],[-152,2],[-63.813,80.106],[89,81],[84,0],[52,-59],[38,-40],[81,0],[-1.027,116.034],[-81,0],[-31,-36],[0,0]],"o":[[44,50],[105.034,-1.382],[94,-118],[-79.495,-72.35],[-84,0],[-52,59],[-36.789,38.725],[-61.033,0],[1,-113],[81,0],[31,36],[0,0]],"v":[[41,152],[302,310],[554,190],[536,-217],[307,-309],[84,-198],[-176,130],[-327,196],[-500,-3],[-330,-192],[-183,-127],[-120,-57]],"c":false}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":26,"ix":2},"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-33.6,"s":[0],"e":[360]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6.4,"s":[360],"e":[720]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":46.4,"s":[720],"e":[1080]},{"t":86.4}],"ix":3},"m":1,"ix":3,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":11},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":4,"mn":"ADBE Vector Group"}],"ip":-33.6,"op":90.4,"st":-33.6,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 4","ks":{"o":{"k":18},"r":{"k":0},"p":{"k":[700,400,0]},"a":{"k":[0,0,0]},"s":{"k":[102,102,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[41.593,144.622],[169.506,119.927],[189.109,279.448],[324.733,198.952],[451.572,261.435],[464.308,109.882],[591.263,63.386],[489.394,-41.116],[545.422,-183.975],[401.99,-165.308],[315.929,-299.146],[228.713,-166.646],[75.238,-178.354],[75.296,-7.911],[-76.402,13.881],[-74.277,186.236],[-211.124,169.355],[-300.932,303.028],[-390.031,173.297],[-533.818,195.069],[-486.799,51.51],[-603.444,-31.631],[-472.297,-92.031],[-477.325,-249.524],[-333.828,-192.011],[-212.105,-287.275],[-181.109,-134.238],[-48.486,-147.583]],"c":false}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":22,"ix":2},"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-33.6,"s":[0],"e":[360]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6.4,"s":[360],"e":[720]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":46.4,"s":[720],"e":[1080]},{"t":86.4}],"ix":3},"m":1,"ix":3,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":10},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":4,"mn":"ADBE Vector Group"}],"ip":-33.6,"op":90.4,"st":-33.6,"bm":0,"sr":1}]}],"layers":[{"ddd":0,"ind":0,"ty":0,"nm":"logo","td":1,"refId":"comp_1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[80,80,0]},"a":{"k":[700,400,0]},"s":{"k":[10.286,10.286,100]}},"ao":0,"w":1400,"h":800,"ip":0,"op":100,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":1,"nm":"Dark Gray Solid 1","tt":3,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[80,80,0]},"a":{"k":[700,400,0]},"s":{"k":[100,100,100]}},"ao":0,"sw":1400,"sh":800,"sc":"#232323","ip":0,"op":100,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":1,"nm":"White Solid 1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[80,80,0]},"a":{"k":[700,400,0]},"s":{"k":[100,100,100]}},"ao":0,"sw":1400,"sh":800,"sc":"#f2f2f2","ip":0,"op":100,"st":0,"bm":0,"sr":1}],"v":"4.5.3","ddd":0,"ip":0,"op":40,"fr":20,"w":160,"h":160} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/loading_copy.json b/ohos/flutter_lottie/assets/lottiefiles/loading_copy.json new file mode 100644 index 0000000000000000000000000000000000000000..b6605b8c7b3f3e858985227114ce0db80ba97e1e --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/loading_copy.json @@ -0,0 +1 @@ +{"v":"5.2.1","fr":29.9700012207031,"ip":0,"op":900.000036657751,"w":237,"h":237,"nm":"final","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":0,"nm":"flight","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.9]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p9_0p167_0p167"],"t":0,"s":[-50],"e":[0]},{"t":180.00000733155}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.894},"o":{"x":0.167,"y":0.167},"n":"0p833_0p894_0p167_0p167","t":0,"s":[-50,141.805,0],"e":[118,38.61,0],"to":[28,-17.1991653442383,0],"ti":[-78,4.31500005722046,0]},{"i":{"x":0.538,"y":0.736},"o":{"x":0.05,"y":1},"n":"0p538_0p736_0p05_1","t":180,"s":[118,38.61,0],"e":[118,38.61,0],"to":[0.02864627912641,-2.52048540115356,0],"ti":[0.00681143719703,0.76931047439575,0]},{"i":{"x":0.833,"y":0.761},"o":{"x":0.422,"y":0.048},"n":"0p833_0p761_0p422_0p048","t":242,"s":[118,38.61,0],"e":[118,33,0],"to":[-0.00714083854109,-0.80651438236237,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.821},"o":{"x":0.167,"y":0.126},"n":"0p833_0p821_0p167_0p126","t":274,"s":[118,33,0],"e":[118,43,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.155},"n":"0p833_0p845_0p167_0p155","t":304,"s":[118,43,0],"e":[118,33,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.179},"n":"0p833_0p833_0p167_0p179","t":330,"s":[118,33,0],"e":[118,43,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.828},"o":{"x":0.167,"y":0.178},"n":"0p833_0p828_0p167_0p178","t":360,"s":[118,43,0],"e":[118,33,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.161},"n":"0p833_0p833_0p167_0p161","t":392,"s":[118,33,0],"e":[118,43,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.831},"o":{"x":0.167,"y":0.172},"n":"0p833_0p831_0p167_0p172","t":422,"s":[118,43,0],"e":[118,33,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.164},"n":"0p833_0p833_0p167_0p164","t":453,"s":[118,33,0],"e":[118,43,0],"to":[0,0,0],"ti":[0,0,0]},{"t":483.000019672993}],"ix":2},"a":{"a":0,"k":[45.5,50.5,0],"ix":1},"s":{"a":0,"k":[50,50,100],"ix":6}},"ao":0,"ef":[{"ty":25,"nm":"Drop Shadow","np":9,"mn":"ADBE Drop Shadow","ix":1,"en":1,"ef":[{"ty":2,"nm":"Shadow Color","mn":"ADBE Drop Shadow-0001","ix":1,"v":{"a":0,"k":[0,0,0,1],"ix":1}},{"ty":0,"nm":"Opacity","mn":"ADBE Drop Shadow-0002","ix":2,"v":{"a":0,"k":51,"ix":2}},{"ty":0,"nm":"Direction","mn":"ADBE Drop Shadow-0003","ix":3,"v":{"a":0,"k":135,"ix":3}},{"ty":0,"nm":"Distance","mn":"ADBE Drop Shadow-0004","ix":4,"v":{"a":0,"k":6,"ix":4}},{"ty":0,"nm":"Softness","mn":"ADBE Drop Shadow-0005","ix":5,"v":{"a":0,"k":0,"ix":5}},{"ty":7,"nm":"Shadow Only","mn":"ADBE Drop Shadow-0006","ix":6,"v":{"a":0,"k":0,"ix":6}},{"ty":7,"nm":"GPU Rendering","mn":"ADBE Force CPU GPU","ix":7,"v":{"a":0,"k":1,"ix":7}}]}],"w":91,"h":101,"ip":0,"op":900.000036657751,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"may","refId":"comp_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[118.233,118.5,0],"ix":2},"a":{"a":0,"k":[219.5,200.5,0],"ix":1},"s":{"a":0,"k":[54.504,54.504,100],"ix":6}},"ao":0,"tm":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[14.114]},{"t":423.000017229143}],"ix":2,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"},"w":439,"h":401,"ip":0,"op":900.000036657751,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":0,"nm":"loading 2","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[119,221,0],"ix":2},"a":{"a":0,"k":[219.5,200.5,0],"ix":1},"s":{"a":0,"k":[78,78,100],"ix":6}},"ao":0,"w":439,"h":401,"ip":0,"op":900.000036657751,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[118.5,118.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[237,237],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":true},{"ty":"fl","c":{"a":0,"k":[0.780392169952,0.898039221764,0.941176474094,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":900.000036657751,"st":0,"bm":0}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"flight Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[45.5,50.5,0],"ix":2},"a":{"a":0,"k":[45.5,50.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.198,-0.314],[6.473,-9.04],[-0.216,0.302],[-5.936,9.402]],"o":[[-5.936,9.401],[-0.215,0.301],[6.472,-9.04],[0.195,-0.31]],"v":[[9.09,-14.003],[-9.523,13.66],[-9.07,14.016],[9.544,-13.648]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.808000033509,0.808000033509,0.808000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[44.956,79.611],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.205,-0.309],[-5.842,-8.82],[0.205,0.308],[5.843,8.821]],"o":[[5.842,8.821],[0.204,0.309],[-5.841,-8.822],[-0.204,-0.309]],"v":[[-8.993,-13.058],[8.533,13.405],[8.993,13.059],[-8.534,-13.404]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.808000033509,0.808000033509,0.808000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[44.114,19.044],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.369,0.039],[0.49,-2.332],[-0.076,0.362],[-1.761,-0.183]],"o":[[-2.103,-0.219],[-0.077,0.364],[0.422,-2.007],[0.368,0.039]],"v":[[2.336,-1.493],[-2.628,1.262],[-2.059,1.35],[2.249,-0.924]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.808000033509,0.808000033509,0.808000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[4.746,46.668],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.37,0.025],[13.095,0.205],[-0.366,-0.005],[-13.016,-0.89]],"o":[[-13.065,-0.895],[-0.37,-0.005],[13.044,0.203],[0.368,0.025]],"v":[[19.622,0.529],[-19.622,-1.118],[-19.559,-0.544],[19.535,1.098]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.808000033509,0.808000033509,0.808000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[42.202,55.706],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.165,0.168],[0,0],[4.254,-5.523]],"o":[[4.098,-5.319],[0,0],[1.888,1.922],[0,0]],"v":[[-3.046,4.854],[-2.941,-4.643],[-1.288,-6.268],[-1.208,6.269]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.067000003889,0.513999968884,0.819999964097,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[84.149,50.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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.005,3.843],[0,0],[-3.843,-0.005],[0,0],[0.005,-3.844],[0,0],[2.605,0.003]],"o":[[-3.843,-0.005],[0,0],[0.004,-3.843],[0,0],[2.605,0.003],[0,0],[-0.005,3.844],[0,0]],"v":[[-38.359,6.178],[-45.216,0.139],[-45.216,-0.324],[-38.345,-6.346],[35.679,-8.583],[45.217,-0.223],[45.217,0.241],[35.66,8.579]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[45.217,50.14],"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":"Group 6","np":4,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"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":[[4.985,6.836],[-2.241,-6.833],[-4.654,-6.836],[-4.985,6.722]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.067000003889,0.513999968884,0.819999964097,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.21,41.265],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"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":[[4.985,-6.447],[-2.27,6.639],[-4.684,6.635],[-4.985,-6.639]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.067000003889,0.513999968884,0.819999964097,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.206,58.417],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"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":[[19.148,21.952],[-9.561,-21.942],[-19.148,-21.952],[-6.827,21.947]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929000016755,0.941000007181,0.957000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[43.136,21.953],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"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":[[19.197,-21.96],[-9.609,21.966],[-19.197,21.955],[-6.778,-21.965]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929000016755,0.941000007181,0.957000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[43.073,79.006],"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":"Group 10","np":4,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.002,-1.534],[-1.66,-0.002],[0,0],[-0.001,1.534],[1.659,0.002]],"o":[[-1.659,-0.002],[-0.002,1.534],[0,0],[1.66,0.002],[0.002,-1.534],[0,0]],"v":[[-4.503,-2.876],[-7.511,-0.008],[-4.509,2.865],[4.503,2.876],[7.511,0.008],[4.51,-2.866]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.067000003889,0.513999968884,0.819999964097,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[52.114,70.847],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.002,-1.534],[-1.66,-0.002],[0,0],[-0.001,1.533],[1.659,0.002]],"o":[[-1.659,-0.002],[-0.001,1.533],[0,0],[1.659,0.001],[0.002,-1.534],[0,0]],"v":[[-4.503,-2.876],[-7.512,-0.008],[-4.51,2.865],[4.504,2.876],[7.51,0.008],[4.51,-2.866]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.067000003889,0.513999968884,0.819999964097,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[46.54,78.497],"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.001,-1.534],[-1.66,-0.002],[0,0],[-0.001,1.534],[1.659,0.002]],"o":[[-1.659,-0.002],[-0.002,1.534],[0,0],[1.659,0.002],[0.002,-1.533],[0,0]],"v":[[-4.503,-2.876],[-7.51,-0.009],[-4.51,2.865],[4.504,2.876],[7.51,0.008],[4.51,-2.866]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.067000003889,0.513999968884,0.819999964097,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[41.892,86.626],"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.002,1.534],[-1.659,-0.002],[0,0],[0.001,-1.533],[1.659,0.002]],"o":[[-1.659,-0.002],[0.001,-1.533],[0,0],[1.659,0.002],[-0.002,1.534],[0,0]],"v":[[-4.51,3.105],[-7.51,-0.009],[-4.503,-3.115],[4.51,-3.105],[7.512,0.008],[4.503,3.115]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.067000003889,0.513999968884,0.819999964097,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[52.16,29.937],"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.002,1.534],[-1.659,-0.002],[0,0],[0.001,-1.534],[1.659,0.002]],"o":[[-1.659,-0.001],[0.001,-1.534],[0,0],[1.659,0.001],[-0.002,1.534],[0,0]],"v":[[-4.51,2.866],[-7.51,-0.008],[-4.504,-2.876],[4.51,-2.865],[7.512,0.009],[4.503,2.876]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.067000003889,0.513999968884,0.819999964097,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[46.602,22.036],"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":"Group 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.002,1.533],[-1.659,-0.002],[0,0],[0.001,-1.534],[1.659,0.002]],"o":[[-1.659,-0.002],[0.001,-1.534],[0,0],[1.659,0.002],[-0.002,1.534],[0,0]],"v":[[-4.51,2.626],[-7.51,-0.008],[-4.504,-2.636],[4.51,-2.626],[7.512,0.008],[4.503,2.637]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.067000003889,0.513999968884,0.819999964097,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[41.973,14.136],"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":"Group 16","np":2,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":900.000036657751,"st":0,"bm":0}]},{"id":"comp_2","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"may Outlines","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},"n":"0p833_0p833_0p167_0p167","t":0,"s":[659.5,200.5,0],"e":[219.5,200.5,0],"to":[-73.3333358764648,0,0],"ti":[147.91667175293,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":210,"s":[219.5,200.5,0],"e":[-228,200.5,0],"to":[-147.91667175293,0,0],"ti":[74.5833358764648,0,0]},{"t":422.000017188412}],"ix":2},"a":{"a":0,"k":[219.5,200.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[7.095,0],[1.385,-0.513],[7.344,0],[2.766,-3.613],[1.865,0],[0,-4.831],[-0.005,-0.121],[0,-5.671],[-6.637,0],[0,0],[0,7.132]],"o":[[-1.562,0],[-1.373,-6.977],[-4.885,0],[-1.417,-1.005],[-4.806,0],[0,0.123],[-5.243,1.3],[0,6.672],[0,0],[7.095,0],[0,-7.132]],"v":[[20.617,-7.197],[16.18,-6.39],[1.346,-18.63],[-10.637,-12.678],[-15.644,-14.279],[-24.347,-5.531],[-24.328,-5.167],[-33.464,6.549],[-21.446,18.63],[20.617,18.63],[33.464,5.716]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[327.953,358.029],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[18.395,0],[3.59,-1.33],[19.04,0],[7.17,-9.368],[4.838,0],[0,-12.526],[-0.013,-0.316],[0,-14.703],[-17.209,0],[0,0],[0,18.491]],"o":[[-4.049,0],[-3.559,-18.09],[-12.667,0],[-3.674,-2.606],[-12.462,0],[0,0.319],[-13.592,3.37],[0,17.298],[0,0],[18.395,0],[0,-18.49]],"v":[[53.453,-18.66],[41.951,-16.567],[3.492,-48.3],[-27.576,-32.87],[-40.559,-37.02],[-63.123,-14.34],[-63.075,-13.395],[-86.76,16.98],[-55.601,48.3],[53.453,48.3],[86.76,14.82]],"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":60,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[86.76,129.24],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[10.854,0.878],[0,2.671],[16.764,0],[5.258,-3.936],[2.695,0],[2.314,-7.548],[2.282,0],[0.843,-5.282],[0,-11.883],[-14.669,0],[0,0],[0,10.595]],"o":[[0.792,-2.44],[0,-15.106],[-7.37,0],[-2.342,-0.877],[-9.112,0],[-1.821,-0.989],[-6.095,0],[-12.599,1.871],[0,13.217],[0,0],[11.759,0],[0,-10.01]],"v":[[48.09,-1.622],[49.326,-9.308],[18.972,-36.66],[-0.409,-30.355],[-8.011,-31.722],[-27.093,-18.623],[-33.306,-20.215],[-45.236,-10.86],[-67.455,12.727],[-40.894,36.66],[46.164,36.66],[67.455,17.475]],"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":60,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[356.554,258.559],"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":"Group 3","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.611,0.849],[0,0.379],[2.987,0],[0.684,-0.314],[5.387,0],[1.96,-3.103],[1.255,0],[0,-3.264],[-0.012,-0.153],[0,-4.09],[-4.849,0],[0,0],[0,3.612]],"o":[[0.073,-0.358],[0,-3.003],[-0.801,0],[-0.98,-5.128],[-3.926,0],[-0.955,-0.674],[-3.247,0],[0,0.156],[-3.756,1],[0,4.874],[0,0],[3.593,0],[0,-2.908]],"v":[[19.483,1.147],[19.595,0.04],[14.186,-5.397],[11.944,-4.903],[1.096,-13.906],[-8.23,-8.737],[-11.6,-9.809],[-17.479,-3.9],[-17.456,-3.439],[-23.984,5.082],[-15.206,13.906],[17.478,13.906],[23.984,7.367]],"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":28,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[414.784,81.916],"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":"Group 4","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.3,0.748],[0,0.334],[2.63,0],[0.602,-0.277],[4.743,0],[1.725,-2.733],[1.105,0],[0,-2.874],[-0.011,-0.135],[0,-3.602],[-4.27,0],[0,0],[0,3.179]],"o":[[0.064,-0.314],[0,-2.643],[-0.705,0],[-0.862,-4.515],[-3.458,0],[-0.841,-0.593],[-2.859,0],[0,0.136],[-3.308,0.881],[0,4.291],[0,0],[3.164,0],[0,-2.562]],"v":[[17.155,1.009],[17.254,0.034],[12.492,-4.753],[10.517,-4.318],[0.966,-12.245],[-7.247,-7.694],[-10.215,-8.637],[-15.391,-3.434],[-15.37,-3.027],[-21.119,4.475],[-13.389,12.245],[15.39,12.245],[21.119,6.487]],"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":28,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[57.252,358.911],"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":"Group 5","np":4,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.302,1.074],[0,0.48],[3.776,0],[0.864,-0.397],[6.809,0],[2.478,-3.923],[1.586,0],[0,-4.125],[-0.015,-0.193],[0,-5.17],[-6.129,0],[0,0],[0,4.566]],"o":[[0.093,-0.452],[0,-3.795],[-1.012,0],[-1.239,-6.482],[-4.965,0],[-1.207,-0.851],[-4.104,0],[0,0.196],[-4.748,1.264],[0,6.161],[0,0],[4.542,0],[0,-3.676]],"v":[[24.627,1.449],[24.77,0.049],[17.933,-6.822],[15.099,-6.198],[1.387,-17.579],[-10.404,-11.045],[-14.664,-12.4],[-22.095,-4.93],[-22.065,-4.347],[-30.318,6.423],[-19.221,17.578],[22.094,17.578],[30.318,9.311]],"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":28,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[178.451,17.578],"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":"Group 6","np":4,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.038,1.313],[0,0.587],[4.619,0],[1.057,-0.485],[8.328,0],[3.032,-4.798],[1.941,0],[0,-5.045],[-0.019,-0.236],[0,-6.324],[-7.496,0],[0,0],[0,5.584]],"o":[[0.114,-0.553],[0,-4.642],[-1.238,0],[-1.515,-7.927],[-6.072,0],[-1.475,-1.041],[-5.019,0],[0,0.241],[-5.808,1.547],[0,7.535],[0,0],[5.556,0],[0,-4.497]],"v":[[30.121,1.772],[30.296,0.061],[21.933,-8.344],[18.467,-7.581],[1.696,-21.501],[-12.726,-13.51],[-17.936,-15.166],[-27.025,-6.031],[-26.988,-5.318],[-37.082,7.856],[-23.51,21.501],[27.023,21.501],[37.082,11.389]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[387.882,97.702],"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":"Group 7","np":4,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.89,1.231],[0,2.922],[12.448,0],[3.63,-7.622],[3.085,0],[0,-8.534],[-0.029,-0.39],[0.106,0],[0,-7.229],[-7.192,0],[0,0],[0,6.247]],"o":[[1.002,-2.564],[0,-12.512],[-8.968,0],[-2.408,-1.573],[-8.491,0],[0,0.398],[-0.105,-0.002],[-7.192,0],[0,7.229],[0,0],[6.215,0],[0,-5.297]],"v":[[34.89,4.326],[36.461,-3.943],[13.922,-26.6],[-6.397,-13.699],[-14.758,-16.195],[-30.131,-0.743],[-30.072,0.436],[-30.385,0.421],[-43.407,13.51],[-30.385,26.6],[32.153,26.6],[43.407,15.288]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[204.97,46.37],"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":"Group 8","np":4,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.864,0.973],[0,2.308],[9.837,0],[2.868,-6.024],[2.438,0],[0,-6.744],[-0.023,-0.309],[0.084,0],[0,-5.712],[-5.683,0],[0,0],[0,4.937]],"o":[[0.792,-2.026],[0,-9.888],[-7.087,0],[-1.903,-1.244],[-6.709,0],[0,0.315],[-0.083,-0.002],[-5.683,0],[0,5.713],[0,0],[4.911,0],[0,-4.185]],"v":[[27.571,3.418],[28.813,-3.116],[11.002,-21.019],[-5.054,-10.825],[-11.661,-12.799],[-23.809,-0.588],[-23.762,0.344],[-24.01,0.331],[-34.3,10.675],[-24.01,21.019],[25.408,21.019],[34.3,12.08]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[74.011,377.794],"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":"Group 9","np":4,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":423.000017229143,"st":0,"bm":0}]},{"id":"comp_3","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"loading 2 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[-360]},{"t":899.000036617021}],"ix":10},"p":{"a":0,"k":[219.5,200.5,0],"ix":2},"a":{"a":0,"k":[219.5,200.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-13.817,-12.686],[-0.161,0.161],[-0.619,-0.249],[-0.372,0.747],[0.557,0.56],[-0.248,0.498],[0,0.499],[0.682,0.686],[1.61,0.872],[0.744,0.747],[0.62,0.872],[1.115,0.498],[0.868,0.872],[0.682,0.685],[0.992,0],[0.455,-0.595]],"o":[[0.366,-0.521],[0.42,-0.423],[0.62,0.249],[0.372,-0.748],[-0.558,-0.561],[0.247,-0.499],[0,-0.498],[-0.682,-0.685],[-1.612,-0.873],[-0.743,-0.748],[-0.62,-0.872],[-1.116,-0.499],[-0.867,-0.872],[-0.681,-0.685],[-0.475,0],[5.873,18.33]],"v":[[11.83,24.201],[12.704,23.046],[16.546,23.017],[18.034,21.024],[16.051,16.788],[16.299,13.798],[18.034,9.436],[15.307,5.077],[8.119,-0.155],[1.797,-4.516],[-2.045,-10.869],[-6.011,-13.112],[-8.738,-18.345],[-13.2,-21.709],[-16.918,-24.2],[-18.406,-23.034]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.481999984442,0.779999976065,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[134.939,259.809],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.079,-0.079],[-0.246,-0.247],[-0.281,0.282],[-0.351,0.494],[-0.069,0.282],[0.633,0.141],[0.099,0.171],[0.673,-1.216]],"o":[[0.175,0.176],[0.246,0.247],[0.281,-0.283],[0.352,-0.495],[0.071,-0.283],[-0.135,-0.03],[-0.717,1.186],[0.231,0.013]],"v":[[-1.315,1.19],[-0.894,2.249],[-0.051,2.249],[0.862,0.344],[1.775,-1.281],[0.581,-2.199],[0.235,-2.531],[-1.846,1.076]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.481999984442,0.779999976065,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[126.84,148.991],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.22,0],[-0.14,0.283],[-0.14,0.141],[-0.176,0.176],[0.07,0.283],[0.211,0.353],[0.405,0.177],[0.836,-1.85]],"o":[[0.421,0],[0.141,-0.282],[0.141,-0.141],[0.176,-0.176],[-0.071,-0.282],[-0.166,-0.281],[-0.935,1.793],[0.562,0.215]],"v":[[-1.029,2.926],[-0.327,1.938],[-0.257,0.243],[2.272,1.161],[1.992,-0.674],[1.429,-2.015],[0.214,-2.926],[-2.448,2.538]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.481999984442,0.779999976065,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[123.463,155.445],"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":"Group 3","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.479,-0.481],[0,-0.412],[-0.205,0.206],[0,0.344],[0,0.481],[0.342,0],[0,0]],"o":[[0.479,0.481],[0,0.413],[0.205,-0.206],[0,-0.344],[0,-0.481],[0,0],[-0.068,0.206]],"v":[[-0.956,-0.995],[-0.752,1.34],[0.068,2.302],[1.025,1.203],[1.436,-1.82],[0.82,-2.507],[-0.752,-2.507]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.481999984442,0.779999976065,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[209.388,194.4],"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":"Group 4","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.137,0.343],[0.359,-0.328],[0.068,-0.344],[-0.329,0]],"o":[[-0.137,-0.344],[0,0],[-0.068,0.343],[0.329,0]],"v":[[0.786,0.748],[0.102,-1.038],[-0.855,0.061],[-0.227,1.367]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.481999984442,0.779999976065,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[209.765,189.496],"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":"Group 5","np":4,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.41,-0.069],[-0.342,0],[0.136,0.137],[0.479,-0.138],[0.41,-0.619],[-0.41,-0.138]],"o":[[0.41,0.068],[0.341,0],[-0.137,-0.138],[0,0],[0,0],[0.41,0.136]],"v":[[-0.307,0.515],[1.606,0.927],[2.154,0.173],[0.512,-0.103],[-1.88,-0.309],[-1.88,0.653]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.481999984442,0.779999976065,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[235.393,203.88],"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":"Group 6","np":4,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.479,-0.137],[0,0],[0,0.413],[0.41,0],[0.342,0],[0,0],[-0.342,-0.069]],"o":[[0.479,0.137],[0.957,-0.275],[0,-0.412],[-0.41,0],[-0.341,0],[0,0],[0.341,0.069]],"v":[[0.205,0.549],[1.435,1.443],[2.324,-0.275],[1.435,-1.305],[-0.957,-1.442],[-2.392,-1.03],[-1.572,-0.206]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.481999984442,0.779999976065,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[217.59,199.587],"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":"Group 7","np":4,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.544,0.21],[0,0.799],[0.293,0.546],[0.669,-0.042],[0.209,0.294],[0.334,-0.337],[0.502,-0.169],[-0.137,-0.137],[1.004,0.042],[0.167,-0.378],[-0.167,-0.252],[-0.065,-0.252],[0,0],[0,0],[0.23,-0.231],[-0.209,-0.505],[-0.376,0],[-0.419,0.421],[-0.878,0],[-0.418,0.126],[-0.168,0.505],[-0.041,0.421],[0.125,0.463]],"o":[[0.543,-0.21],[0,-0.799],[-0.293,-0.547],[-0.669,0.042],[-0.209,-0.294],[-0.188,0.189],[-0.502,0.168],[0.136,0.137],[-1.004,-0.042],[-0.167,0.378],[0.168,0.252],[0.064,0.252],[0,0],[0,0],[-0.23,0.231],[0.209,0.504],[0.377,0],[0.418,-0.42],[0.879,0],[0.418,-0.126],[0.167,-0.504],[0.042,-0.42],[-0.126,-0.463]],"v":[[2.615,-1.43],[3.576,-2.061],[3.451,-3.532],[2.572,-4.289],[1.317,-3.995],[-0.021,-4.415],[-0.816,-3.49],[-1.276,-2.419],[-1.151,-1.682],[-2.991,-1.598],[-3.033,-0.505],[-3.139,0.168],[-2.531,0.924],[-2.74,1.808],[-3.326,2.691],[-3.535,3.784],[-3.075,4.709],[-1.569,4.33],[-0.482,3.405],[1.401,3.027],[2.238,2.312],[2.53,0.924],[2.405,-0.505]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.481999984442,0.779999976065,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[183.841,165.018],"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":"Group 8","np":4,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.14,0.635],[-0.14,0.847],[0.386,0.388],[0,0.212],[-0.14,0.424],[-0.351,0.353],[-0.07,0.353],[0.14,0.706],[-0.176,0.177],[-0.07,-0.283],[-0.141,-0.353],[0,0],[-0.457,0.459],[-0.211,0.353],[0.351,-0.141],[0.562,0.071],[0.211,0.211],[-0.176,0.176],[0.421,0],[0.211,-0.353],[0.211,-0.212],[-0.07,0.423],[-0.141,0.424],[-0.597,0.6],[-0.632,0.283],[-0.421,0.211],[-0.351,0.494],[-0.246,0.247],[0,0.442],[0.211,0.565],[0.731,0.494],[-0.141,0.424],[0,0.283],[0.28,0.282],[0.312,-0.313],[0.352,0.07],[-0.141,0.424],[0.07,0.212],[0.159,-0.015],[0,-15.127],[-0.033,-1.1],[-0.36,0.726]],"o":[[0.139,-0.636],[0.14,-0.847],[-0.387,-0.388],[0,-0.211],[0.14,-0.423],[0.351,-0.354],[0.071,-0.353],[-0.141,-0.707],[0.176,-0.176],[0.071,0.282],[0.14,0.353],[0,0],[0.456,-0.459],[0.21,-0.353],[-0.351,0.141],[-0.562,-0.07],[-0.21,-0.212],[0.175,-0.177],[-0.421,0],[-0.211,0.353],[-0.21,0.212],[0.071,-0.424],[0.141,-0.424],[0.597,-0.6],[0.632,-0.282],[0.422,-0.212],[0.352,-0.494],[0.246,-0.247],[0,-0.443],[-0.21,-0.565],[-0.731,-0.494],[0.14,-0.424],[0,-0.282],[-0.281,-0.282],[-0.312,0.314],[-0.351,-0.071],[0.14,-0.423],[-0.025,-0.073],[-5.521,13.103],[0,1.107],[0.262,-0.377],[0.632,-1.27]],"v":[[-7.011,19.531],[-6.378,16.989],[-6.869,15.506],[-6.729,14.235],[-5.816,12.823],[-5.465,10.776],[-3.709,9.152],[-3.568,6.822],[-2.023,4.915],[-0.899,4.421],[-0.828,5.974],[0.085,5.339],[1.63,3.503],[2.965,2.514],[2.403,2.02],[0.787,1.949],[-0.197,0.114],[0.717,-2.075],[-0.056,-2.923],[-1.531,-1.299],[-2.655,0.961],[-2.936,-0.451],[-2.093,-3.064],[-0.688,-4.688],[1.068,-5.465],[3.807,-5.888],[5.282,-8.077],[7.671,-9.419],[8.233,-10.991],[7.6,-13.373],[4.762,-15.844],[4.44,-17.609],[4.931,-20.01],[3.878,-21.916],[2.543,-20.937],[1.208,-19.515],[0.647,-20.716],[0.647,-22.905],[0.343,-22.967],[-8.233,19.673],[-8.179,22.982],[-7.221,21.366]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.481999984442,0.779999976065,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[119.54,183.536],"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":"Group 9","np":4,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.374,-0.15],[0,-0.376],[0.149,-0.528],[-0.599,0],[-0.525,0.15],[-0.3,0.602],[-0.299,0.452],[0,0.602],[0.899,-0.452],[1.198,-0.828],[0.674,-0.301],[0,-0.376],[-0.149,-0.301]],"o":[[-0.375,0.15],[0,0.377],[-0.151,0.526],[0.599,0],[0.523,-0.151],[0.299,-0.602],[0.3,-0.452],[0,-0.602],[0,0],[-1.198,0.827],[-0.674,0.301],[0,0.376],[0.149,0.302]],"v":[[-4.004,3.273],[-5.277,4.552],[-4.902,6.585],[-3.78,7.788],[-1.234,7.036],[2.358,1.844],[4.229,-3.122],[5.277,-5.003],[4.229,-7.335],[2.358,-4.401],[-1.16,-2.595],[-3.481,-0.714],[-3.256,1.317]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.481999984442,0.779999976065,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[262.589,286.337],"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":"Group 10","np":4,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.219,-0.514],[0.145,-0.146],[-0.584,-0.22],[-0.072,-0.806],[0,-0.513],[0.658,-0.147],[0.657,0.294],[0,0.367],[-0.145,0.293],[0.219,0.586],[0.438,0.953],[0.146,0.733],[0.364,0.366],[-0.511,0.514],[-0.548,0.55],[-1.167,0],[-1.022,0.366],[-0.366,-0.66],[-0.147,-0.807],[-0.729,-0.147],[0.219,-0.514],[0,0],[0.292,0.66],[0.511,0.073],[0.218,-0.367],[-0.146,-0.44],[0,-0.514],[-0.73,-0.22],[-0.219,-0.366],[-0.219,-0.367],[-0.328,0.33],[-0.219,-0.44]],"o":[[-0.219,0.513],[-0.147,0.147],[0.584,0.22],[0.073,0.807],[0,0.513],[-0.656,0.146],[-0.657,-0.293],[0,-0.367],[0.146,-0.293],[-0.219,-0.587],[-0.438,-0.953],[-0.146,-0.733],[-0.365,-0.367],[0.51,-0.513],[0.547,-0.55],[1.167,0],[1.021,-0.367],[0.364,0.66],[0.145,0.806],[0.73,0.147],[-0.219,0.513],[-0.073,-1.027],[-0.292,-0.659],[-0.51,-0.073],[-0.219,0.367],[0.146,0.44],[0,0.513],[0.729,0.22],[0.219,0.367],[0.219,0.366],[0.328,-0.33],[0.219,0.44]],"v":[[31.062,-18.783],[28.655,-18.856],[29.311,-17.902],[30.478,-15.336],[30.406,-11.082],[28.508,-10.495],[24.204,-11.889],[23.329,-13.429],[23.839,-16.802],[24.569,-19.076],[21.286,-23.329],[21.067,-26.262],[19.681,-27.142],[21.578,-29.416],[23.183,-30.882],[25.298,-31.469],[27.706,-32.642],[28.874,-31.762],[29.166,-29.562],[30.478,-29.049],[30.77,-28.095],[29.457,-26.63],[28.363,-28.316],[26.684,-28.462],[26.247,-27.362],[25.736,-26.555],[26.174,-25.455],[27.195,-23.77],[28.363,-22.229],[28.363,-20.542],[29.603,-21.716],[30.916,-20.322]],"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":[[17.287,19.368],[0.068,0.023],[0.236,-0.238],[-0.052,-0.476],[-0.183,-0.185],[0.132,0.132],[0.236,0.237],[0.262,-0.106],[0.211,0],[0,0.529],[0.052,-0.158],[0,0],[-0.132,-0.132],[-0.316,-0.159],[-0.052,-0.369],[0.105,-0.211],[0.157,0.159],[-0.105,0.317],[0.053,0.158],[0,0],[-0.106,0.317],[0.159,0.158],[0.368,0],[0.211,-0.211],[0,-0.528],[0.21,-0.211],[-0.21,-0.211],[0.236,-0.237],[-0.342,-0.343],[0,0],[2.863,1.466],[0.918,0.434],[2.647,0.326],[0.055,0.327],[0.055,0.435],[0.918,0.271],[1.08,0.272],[0.378,0.76],[-0.216,0.869],[-0.432,0.435],[-1.135,0.434],[-1.135,0],[-0.324,0.109],[0.054,0.326],[0.432,0],[1.188,0.109],[0.703,-0.109],[1.026,0.109],[0.486,-0.217],[0.135,-0.136],[0.162,-0.543],[0.189,-0.19],[0.378,-0.598],[0.324,-0.815],[-0.756,-0.325],[0.595,-0.109],[-0.378,-0.706],[-0.27,-1.249],[0.35,-0.353],[0.378,0.815],[-0.055,-0.38],[0.216,-0.217],[0.27,0.271],[0.433,-0.217],[0.053,-0.217],[0.109,-0.108],[0.379,0.108],[0.162,-0.272],[-0.431,-0.163],[0.189,-0.189],[0.595,0.163],[0.757,0.435],[0,0.434],[-0.162,0.814],[0.216,0.434],[-0.432,0],[-0.648,-0.163],[-0.919,-0.326],[-0.486,0],[-0.325,0.435],[-0.107,0.489],[0.243,0.244],[0.649,0.38],[0.27,0.108],[0.27,0],[0.135,0.136],[0.81,-0.108],[0.324,0.054],[-0.324,0.162],[-0.298,0.298],[0.324,0.326],[0.702,0],[0.324,0.163],[0.405,-0.408],[0.216,-0.054],[0.27,0.055],[0.325,0],[0.379,-0.217],[0.864,-0.488],[1.08,-0.163],[1.188,-0.435],[0.622,-0.624],[0.676,-0.679],[0.433,-0.76],[0.405,-0.407],[0.54,-0.326],[0.27,-0.651],[-0.054,-0.76],[-0.595,-0.109],[-0.919,0.217],[-0.243,0.244],[-0.648,-0.163],[-0.054,-0.597],[-0.487,-0.489],[-0.27,-0.706],[-0.54,0],[-0.162,0.326],[-0.756,0.163],[-0.486,0.489],[-0.054,1.25],[-0.109,0.761],[-0.487,0.326],[-0.108,0.488],[0,0.272],[0.162,0.163],[0.378,0.108],[0.298,0.299],[0,0.489],[-0.54,0.923],[-0.595,0.381],[-0.486,0.109],[0.216,0.326],[-0.324,0.543],[-0.866,0.271],[-0.54,-0.325],[-0.108,-0.434],[0.323,-0.327],[0.459,-0.462],[0.648,-0.651],[0.188,-0.19],[-0.216,-0.434],[-0.324,-0.163],[-0.702,-0.435],[-0.81,0.054],[-0.81,0.163],[-0.378,0.163],[-0.324,-0.325],[0,-0.434],[0.323,0],[0.648,0],[0.648,0],[0.135,-0.136],[-0.217,-0.325],[-0.593,-0.109],[0.109,-0.489],[0.324,-0.163],[0.136,0.135],[0.19,-0.19],[0.108,-0.597],[-0.054,-0.217],[0.433,0],[0.162,-0.38],[0.378,0],[0.136,0.136],[0.163,-0.162],[0.27,-0.271],[0.54,-0.163],[-0.054,-0.435],[0.216,0.217],[0.109,0.109],[0.324,0],[0.27,-0.109],[0.107,0.489],[0.216,0.217],[0.054,0.434],[-0.243,0.245],[-0.107,0.272],[-0.055,0.325],[0.136,-0.136],[0.54,-0.109],[0.378,-0.489],[0.053,-0.652],[-0.297,-0.298],[-0.108,-0.326],[0.27,-0.543],[0.486,0.108],[0.325,0],[0.593,-0.163],[0.325,-0.435],[0.216,-0.543],[0.756,-0.271],[0.217,-0.326],[0.162,-0.272],[0.271,0],[0.108,-0.271],[0.163,0.163],[0.27,-0.054],[-0.162,-0.327],[0.122,-0.122],[0.324,0.109],[0.324,-0.108],[0.216,-0.326],[0,-0.434],[-0.594,-0.434],[-0.54,0],[-0.215,-0.652],[-0.297,-0.298],[0.054,-0.652],[0.487,-0.325],[1.08,0],[0.649,0.217],[0.378,-0.109],[0.216,-0.217],[0,0],[-0.27,-0.924],[0,-1.086],[0.162,-0.434],[-0.594,-0.706],[-0.108,-0.271],[-0.324,-0.326],[-0.487,-0.108],[-0.189,0.19],[-0.432,-0.055],[0,0.434],[-0.756,0.435],[-0.216,0.434],[0.108,0.489],[-0.27,0.815],[-0.648,0.272],[-0.324,0.543],[0,1.086],[-0.27,0.271],[-0.54,0],[-0.756,0.597],[-0.486,0],[-0.432,-0.651],[-0.297,-0.299],[-0.594,-0.434],[-0.324,-0.326],[-0.405,-0.407],[-0.053,-0.543],[0,-0.163],[-0.378,0],[-0.216,0.543],[-0.162,0.49],[0,0.271],[0.459,0.461],[-0.163,0.38],[-0.431,-0.054],[-0.162,-0.271],[0,0],[0.297,0.299],[0.594,0.327],[0.513,0.516],[0.594,0.598],[0.27,0.652],[0.702,0.543],[-0.054,1.032],[-0.811,0.163],[-0.108,-0.272],[-0.324,0.326],[-0.27,-0.597],[-0.216,-0.488],[-0.972,-0.217],[-0.433,-0.434],[-0.108,-0.977],[-0.432,-0.108],[-0.054,-0.598],[-0.486,-0.272],[0.054,-0.543],[-0.702,-0.163],[-0.216,-0.217],[-0.162,0.272],[-0.109,0.651],[-0.217,0.218],[0.379,0.101],[-0.216,0.326],[0.379,0.489],[-0.108,0.217],[-0.431,-0.055],[-0.054,0.38],[-1.027,0],[-0.379,-0.38],[-0.703,0.49],[-0.541,0],[0.431,0.434],[0.325,0.489],[-0.595,0.598],[-0.162,0.325],[-0.648,0.163],[0.162,0.706],[-0.595,0.38],[-0.702,-0.217],[-0.405,-0.407],[-0.217,-0.434],[-0.055,-0.381],[-0.432,-0.272],[-0.217,0.217],[-0.271,0.272],[0.594,0.38],[-0.162,0.38],[-1.297,0.218],[-0.595,-0.217],[0.271,-0.272],[0.378,0],[0,-0.488],[0.055,-0.217],[-0.486,-0.163],[-0.485,-0.326],[-0.161,-1.574],[0.648,-0.218],[1.189,0.271],[0.716,0.239],[0.299,-0.3],[0.477,0],[0.716,-0.119],[0.478,-0.479],[-0.477,0],[-0.238,-0.839],[-0.835,0],[-0.954,-0.599],[-1.669,0.719],[-0.477,0],[0,-1.079],[0.477,-1.438],[0.954,-0.6],[1.074,0.24],[0.596,-0.6],[1.192,0.24],[0.657,0.659],[1.075,-0.599],[0,-0.6],[1.193,0.359],[0.716,0.719],[1.551,0.36],[0.358,1.439],[-0.357,0.6],[0.716,0],[1.192,-0.36],[1.074,0],[0.835,-0.479],[1.073,0],[0.358,-0.36],[1.312,-1.318],[0.239,-0.48],[0.358,-1.799],[1.073,-1.078],[0.239,-1.079],[0,-1.078],[-0.358,-2.279],[0,-0.96],[-1.074,-1.439],[-0.835,-0.839],[-0.477,0],[-1.312,0],[-1.192,0],[-1.193,-0.359],[-1.67,0.24],[-0.656,-0.66],[-1.431,0],[-1.431,-1.678],[0,-0.959],[-1.55,-1.798],[-0.358,-0.959],[0.239,-1.319],[0,-0.6],[-0.835,-1.799],[-0.358,-1.559],[-1.313,-0.36],[-0.596,-1.079],[-0.476,-0.48],[-1.073,0],[-1.67,0.72],[-0.955,0.959],[0,0],[-0.656,0.659],[0,0.839],[-0.775,0.779],[-1.133,1.14],[0,0.839],[0,0.839],[0,0.481],[-0.835,1.319],[-1.073,1.079],[-1.312,1.559],[-0.238,0.839],[0,0],[0.597,0],[0.596,-0.6],[0.418,0.42],[0.417,0.42],[0.477,0],[0.358,0.72],[0.239,0.72],[0.716,0.72],[0,0.839],[0.536,0.539],[0.238,0.599],[0.477,0.72],[-0.358,0],[0,0],[0,0],[-0.476,-0.479],[-0.597,-0.839],[0,-0.36],[-0.537,-0.539],[-0.477,-1.318],[0,-1.199],[0,0],[-0.357,0.359],[-0.597,0],[-1.073,0.599],[-0.835,0.479],[0,0],[0.418,0.419],[0.716,0.359],[0,0],[0.835,-0.241],[0,0],[0.299,-0.299],[0.536,0.539],[0,0.838],[-1.193,0],[-0.298,-0.3],[-0.715,-0.719],[-1.194,0],[0,0],[-0.716,-0.24],[-1.075,0],[0,0],[-0.537,-0.539],[0.358,-0.36],[0,-0.839],[-0.716,0],[0,0],[0.238,-1.079],[-1.073,-1.798],[0,0],[-0.298,0.3],[0,-0.239],[-0.596,0.6],[0,0],[0,0.48],[0,0.359],[-1.074,0.72],[-0.656,0.66],[0,0],[-0.239,-0.6],[0.358,-0.6],[-0.478,0],[0,0],[0,0],[0,-0.599],[-0.358,-1.079],[-0.002,-0.007],[-0.176,0.457],[0,0.152],[0,0],[0,0],[-0.835,-0.36],[-0.088,-0.109],[0,11.336]],"o":[[-0.124,-0.059],[-0.314,-0.105],[-0.237,0.238],[0.052,0.475],[0.185,0.185],[-0.131,-0.133],[-0.238,-0.238],[-0.263,0.106],[-0.21,0],[0,-0.528],[-0.053,0.159],[0,0],[0.131,0.132],[0.315,0.158],[0.053,0.371],[-0.105,0.212],[-0.158,-0.158],[0.106,-0.317],[-0.052,-0.159],[0,0],[0.104,-0.317],[-0.157,-0.159],[-0.368,0],[-0.21,0.212],[0,0.528],[-0.211,0.212],[0.211,0.211],[-0.237,0.238],[0.341,0.343],[-0.108,0.271],[-2.864,-1.466],[-0.919,-0.435],[-2.648,-0.325],[-0.053,-0.325],[-0.053,-0.434],[-0.919,-0.272],[-1.081,-0.271],[-0.378,-0.761],[0.216,-0.869],[0.433,-0.434],[1.135,-0.435],[1.134,0],[0.324,-0.108],[-0.054,-0.326],[-0.432,0],[-1.189,-0.108],[-0.703,0.109],[-1.027,-0.109],[-0.485,0.217],[-0.135,0.136],[-0.162,0.543],[-0.188,0.19],[-0.378,0.597],[-0.324,0.814],[0.756,0.326],[-0.594,0.108],[0.378,0.706],[0.271,1.249],[-0.352,0.353],[-0.378,-0.815],[0.053,0.38],[-0.216,0.217],[-0.27,-0.272],[-0.432,0.218],[-0.054,0.217],[-0.108,0.109],[-0.378,-0.109],[-0.162,0.271],[0.433,0.163],[-0.189,0.19],[-0.595,-0.162],[-0.756,-0.434],[0,-0.435],[0.162,-0.815],[-0.216,-0.435],[0.433,0],[0.649,0.163],[0.918,0.326],[0.486,0],[0.324,-0.434],[0.108,-0.489],[-0.243,-0.245],[-0.648,-0.38],[-0.27,-0.109],[-0.27,0],[-0.135,-0.136],[-0.811,0.109],[-0.324,-0.055],[0.324,-0.163],[0.297,-0.299],[-0.324,-0.325],[-0.703,0],[-0.324,-0.164],[-0.405,0.407],[-0.215,0.055],[-0.271,-0.054],[-0.323,0],[-0.378,0.217],[-0.864,0.489],[-1.081,0.163],[-1.189,0.434],[-0.621,0.625],[-0.675,0.679],[-0.432,0.76],[-0.405,0.408],[-0.541,0.326],[-0.27,0.652],[0.054,0.76],[0.594,0.108],[0.918,-0.218],[0.243,-0.245],[0.648,0.163],[0.054,0.598],[0.485,0.489],[0.271,0.706],[0.54,0],[0.162,-0.326],[0.757,-0.162],[0.486,-0.489],[0.055,-1.249],[0.107,-0.76],[0.486,-0.325],[0.108,-0.489],[0,-0.271],[-0.162,-0.163],[-0.379,-0.109],[-0.297,-0.299],[0,-0.489],[0.54,-0.923],[0.595,-0.38],[0.486,-0.108],[-0.216,-0.326],[0.324,-0.543],[0.864,-0.272],[0.54,0.327],[0.108,0.435],[-0.324,0.325],[-0.459,0.461],[-0.649,0.652],[-0.19,0.19],[0.216,0.435],[0.324,0.163],[0.702,0.434],[0.811,-0.054],[0.811,-0.163],[0.378,-0.163],[0.324,0.326],[0,0.435],[-0.324,0],[-0.649,0],[-0.648,0],[-0.136,0.136],[0.216,0.326],[0.595,0.108],[-0.107,0.488],[-0.324,0.162],[-0.135,-0.136],[-0.189,0.19],[-0.108,0.597],[0.053,0.217],[-0.432,0],[-0.162,0.38],[-0.378,0],[-0.135,-0.136],[-0.162,0.163],[-0.27,0.272],[-0.54,0.163],[0.054,0.434],[-0.216,-0.218],[-0.107,-0.109],[-0.324,0],[-0.27,0.108],[-0.108,-0.489],[-0.216,-0.217],[-0.054,-0.434],[0.243,-0.244],[0.109,-0.271],[0.053,-0.326],[-0.135,0.136],[-0.541,0.109],[-0.378,0.488],[-0.054,0.651],[0.297,0.299],[0.108,0.326],[-0.27,0.543],[-0.486,-0.109],[-0.324,0],[-0.595,0.163],[-0.323,0.435],[-0.216,0.543],[-0.757,0.272],[-0.216,0.326],[-0.162,0.271],[-0.27,0],[-0.108,0.272],[-0.162,-0.163],[-0.27,0.055],[0.162,0.325],[-0.121,0.122],[-0.324,-0.108],[-0.324,0.109],[-0.216,0.325],[0,0.435],[0.595,0.435],[0.54,0],[0.217,0.651],[0.298,0.299],[-0.054,0.651],[-0.486,0.326],[-1.08,0],[-0.648,-0.217],[-0.378,0.109],[-0.216,0.217],[0,0],[0.27,0.923],[0,1.086],[-0.163,0.434],[0.594,0.706],[0.108,0.272],[0.324,0.326],[0.486,0.108],[0.189,-0.19],[0.433,0.054],[0,-0.435],[0.756,-0.435],[0.216,-0.435],[-0.108,-0.489],[0.27,-0.814],[0.649,-0.271],[0.325,-0.543],[0,-1.086],[0.27,-0.272],[0.541,0],[0.757,-0.598],[0.486,0],[0.432,0.652],[0.297,0.298],[0.594,0.435],[0.324,0.326],[0.405,0.407],[0.055,0.543],[0,0.164],[0.378,0],[0.217,-0.543],[0.162,-0.488],[0,-0.272],[-0.459,-0.462],[0.162,-0.38],[0.433,0.055],[0.163,0.272],[0,0],[-0.298,-0.299],[-0.595,-0.325],[-0.513,-0.515],[-0.595,-0.597],[-0.27,-0.651],[-0.702,-0.543],[0.054,-1.032],[0.81,-0.163],[0.108,0.271],[0.325,-0.326],[0.27,0.597],[0.217,0.489],[0.973,0.217],[0.431,0.435],[0.107,0.978],[0.432,0.109],[0.053,0.597],[0.486,0.272],[-0.054,0.543],[0.703,0.163],[0.217,0.217],[0.162,-0.272],[0.108,-0.652],[0.215,-0.217],[-0.378,-0.101],[0.215,-0.326],[-0.378,-0.488],[0.108,-0.217],[0.433,0.054],[0.054,-0.38],[1.026,0],[0.377,0.38],[0.703,-0.488],[0.54,0],[-0.433,-0.435],[-0.324,-0.489],[0.593,-0.597],[0.162,-0.326],[0.649,-0.163],[-0.162,-0.706],[0.593,-0.38],[0.702,0.217],[0.406,0.407],[0.216,0.435],[0.054,0.38],[0.432,0.271],[0.216,-0.218],[0.27,-0.271],[-0.595,-0.38],[0.162,-0.38],[1.297,-0.217],[0.593,0.218],[-0.269,0.271],[-0.379,0],[0,0.489],[-0.053,0.217],[0.487,0.163],[0.486,0.326],[0.162,1.576],[-0.648,0.217],[-1.188,-0.272],[-0.715,-0.24],[-0.298,0.299],[-0.477,0],[-0.716,0.12],[-0.477,0.48],[0.478,0],[0.24,0.839],[0.835,0],[0.954,0.6],[1.67,-0.72],[0.477,0],[0,1.079],[-0.477,1.44],[-0.954,0.598],[-1.073,-0.24],[-0.597,0.6],[-1.193,-0.24],[-0.655,-0.659],[-1.073,0.6],[0,0.6],[-1.192,-0.361],[-0.715,-0.719],[-1.551,-0.359],[-0.358,-1.439],[0.358,-0.599],[-0.716,0],[-1.193,0.36],[-1.073,0],[-0.834,0.48],[-1.074,0],[-0.357,0.359],[-1.312,1.32],[-0.238,0.48],[-0.358,1.798],[-1.073,1.08],[-0.238,1.078],[0,1.08],[0.357,2.278],[0,0.959],[1.073,1.439],[0.835,0.84],[0.477,0],[1.312,0],[1.193,0],[1.193,0.361],[1.67,-0.24],[0.656,0.659],[1.431,0],[1.431,1.679],[0,0.959],[1.551,1.799],[0.358,0.959],[-0.239,1.318],[0,0.6],[0.835,1.798],[0.358,1.558],[1.311,0.36],[0.596,1.079],[0.478,0.479],[1.073,0],[1.669,-0.719],[0.954,-0.96],[0,0],[0.656,-0.659],[0,-0.839],[0.776,-0.779],[1.133,-1.139],[0,-0.84],[0,-0.839],[0,-0.479],[0.835,-1.319],[1.074,-1.079],[1.312,-1.559],[0.239,-0.84],[0,0],[-0.596,0],[-0.596,0.599],[-0.417,-0.42],[-0.418,-0.42],[-0.477,0],[-0.358,-0.72],[-0.238,-0.72],[-0.716,-0.72],[0,-0.84],[-0.537,-0.54],[-0.239,-0.599],[-0.477,-0.719],[0.358,0],[0,0],[0,0],[0.478,0.48],[0.596,0.839],[0,0.359],[0.536,0.54],[0.478,1.319],[0,1.199],[0,0],[0.358,-0.36],[0.596,0],[1.074,-0.599],[0.835,-0.48],[0,0],[-0.417,-0.42],[-0.716,-0.36],[0,0],[-0.835,0.239],[0,0],[-0.298,0.3],[-0.537,-0.54],[0,-0.84],[1.193,0],[0.298,0.299],[0.716,0.719],[1.192,0],[0,0],[0.716,0.239],[1.073,0],[0,0],[0.537,0.54],[-0.358,0.36],[0,0.84],[0.714,0],[0,0],[-0.238,1.08],[1.073,1.799],[0,0],[0.298,-0.299],[0,0.24],[0.597,-0.6],[0,0],[0,-0.48],[0,-0.36],[1.073,-0.72],[0.656,-0.659],[0,0],[0.239,0.6],[-0.357,0.599],[0.476,0],[0,0],[0,1.079],[0,0.6],[0.002,0.007],[0.181,-0.455],[-0.098,-0.522],[0,0],[0,-0.838],[0,0],[0.13,0.056],[3.184,-10.283],[0,-28.068]],"v":[[51.736,-81.983],[51.435,-82.115],[50.49,-82.062],[50.542,-81.111],[51.382,-80.319],[50.647,-79.896],[49.702,-80.477],[48.283,-80.319],[48.387,-79.051],[46.968,-80.425],[46.496,-81.534],[45.498,-81.111],[45.445,-80.214],[46.443,-79.262],[46.758,-77.467],[46.338,-75.671],[45.235,-75.988],[45.129,-77.942],[44.551,-79.685],[43.658,-80.583],[43.816,-82.485],[43.132,-83.488],[41.556,-84.016],[40.294,-84.546],[40.084,-82.643],[38.824,-82.168],[39.191,-80.847],[39.402,-79.844],[40.663,-77.889],[41.251,-76.796],[37.74,-78.153],[35.525,-79.402],[32.121,-79.837],[31.634,-81.033],[31.256,-82.335],[29.204,-83.312],[27.205,-84.073],[26.07,-85.81],[26.232,-87.711],[26.772,-89.178],[28.555,-90.318],[35.579,-91.404],[38.226,-91.676],[37.902,-92.436],[36.119,-92.925],[33.04,-93.251],[30.338,-93.142],[27.313,-92.979],[25.313,-92.654],[24.233,-91.947],[23.531,-90.861],[22.936,-90.102],[22.18,-88.797],[20.559,-86.516],[22.504,-84.943],[20.559,-84.344],[18.668,-83.149],[19.046,-80.651],[16.832,-78.589],[13.86,-78.153],[12.996,-77.61],[14.4,-75.492],[12.455,-76.253],[9.267,-75.927],[7.539,-74.623],[7.376,-72.615],[3.756,-74.514],[2.676,-73.754],[3.918,-72.559],[4.567,-71.365],[2.352,-71.528],[-0.133,-72.777],[-0.673,-73.809],[-0.62,-75.709],[-1.376,-77.012],[-1.268,-77.882],[0.461,-77.61],[2.623,-76.741],[5.972,-76.198],[8.079,-76.633],[8.727,-78.099],[7.863,-79.999],[4.135,-81.466],[-1.268,-83.909],[-3.591,-84.073],[-3.321,-85.159],[-5.806,-85.159],[-8.183,-85.43],[-8.237,-86.353],[-6.724,-86.68],[-7.697,-87.44],[-10.074,-87.386],[-10.615,-88.471],[-12.181,-87.766],[-13.208,-87.82],[-14.342,-87.386],[-14.451,-88.526],[-15.801,-88.201],[-17.53,-87.06],[-19.907,-86.734],[-22.878,-85.81],[-27.039,-83.421],[-31.199,-79.783],[-33.414,-76.253],[-35.899,-73.483],[-42.76,-68.812],[-44.597,-67.346],[-44.597,-60.123],[-42.922,-58.439],[-40.491,-58.439],[-37.79,-61.643],[-36.277,-61.915],[-35.737,-59.906],[-35.358,-57.679],[-33.198,-54.095],[-32.441,-52.574],[-31.469,-52.954],[-29.686,-54.421],[-27.633,-55.344],[-27.309,-57.572],[-27.092,-59.526],[-25.417,-61.318],[-23.959,-62.512],[-24.175,-63.219],[-24.769,-63.653],[-25.742,-64.141],[-26.823,-65.229],[-27.254,-66.531],[-26.174,-68.975],[-23.689,-71.528],[-20.285,-72.94],[-20.393,-73.754],[-19.961,-75.655],[-17.421,-76.958],[-15.044,-76.633],[-13.964,-74.895],[-14.774,-74.352],[-16.017,-73.048],[-18.34,-71.039],[-20.393,-69.681],[-20.177,-68.921],[-19.637,-64.686],[-18.178,-63.598],[-15.369,-63.49],[-11.911,-64.25],[-8.994,-64.74],[-8.021,-63.816],[-6.67,-62.567],[-9.263,-62.35],[-11.046,-61.806],[-14.126,-61.97],[-16.395,-61.535],[-16.233,-60.069],[-14.991,-59.199],[-14.991,-57.408],[-15.855,-55.995],[-17.476,-57.354],[-19.205,-57.679],[-19.961,-55.725],[-20.177,-52.031],[-21.528,-51.434],[-22.987,-50.565],[-24.067,-50.186],[-25.148,-50.945],[-26.499,-50.729],[-28.119,-49.859],[-30.172,-49.37],[-30.496,-48.229],[-31.523,-48.501],[-32.604,-49.859],[-34.116,-50.076],[-35.845,-48.936],[-36.709,-50.24],[-38.06,-50.783],[-38.222,-52.194],[-37.304,-53.552],[-36.602,-54.638],[-37.195,-56.158],[-37.574,-57.299],[-38.924,-56.757],[-40.545,-55.615],[-41.031,-53.824],[-40.275,-52.466],[-39.681,-51.162],[-40.113,-48.827],[-41.788,-48.393],[-42.977,-47.632],[-45.299,-47.199],[-46.813,-45.677],[-47.569,-43.342],[-50.216,-42.311],[-51.513,-41.604],[-51.891,-39.594],[-53.404,-39.486],[-53.728,-38.4],[-55.187,-38.237],[-56.429,-39.052],[-56.699,-38.182],[-56.916,-36.689],[-58.266,-36.608],[-59.887,-36.608],[-61.021,-36.337],[-61.129,-35.359],[-59.887,-34.327],[-57.942,-34.11],[-57.078,-32.48],[-55.781,-31.177],[-55.781,-28.408],[-57.078,-25.149],[-59.725,-24.931],[-63.345,-25.529],[-65.56,-25.04],[-66.856,-25.203],[-68.423,-24.443],[-68.153,-23.085],[-68.207,-18.306],[-68.963,-16.188],[-68.369,-14.667],[-68.045,-11.844],[-64.371,-11.41],[-63.128,-10.16],[-61.994,-10.867],[-58.645,-10.811],[-57.564,-11.464],[-56.375,-12.821],[-54.484,-14.776],[-54.484,-16.405],[-53.782,-18.904],[-51.513,-20.75],[-49.082,-22.108],[-49.514,-24.117],[-47.947,-25.583],[-45.354,-24.714],[-43.841,-25.094],[-39.627,-27.375],[-37.844,-25.529],[-35.575,-22.596],[-31.793,-20.153],[-30.658,-18.306],[-29.146,-17.22],[-28.66,-15.591],[-28.984,-13.636],[-28.227,-13.311],[-27.471,-13.908],[-27.147,-15.211],[-26.552,-16.405],[-27.201,-17.274],[-27.254,-18.74],[-25.959,-18.632],[-25.04,-17.546],[-24.284,-18.089],[-24.769,-19.066],[-26.876,-20.153],[-28.713,-21.565],[-31.09,-23.303],[-32.063,-25.258],[-34.224,-26.669],[-34.386,-29.059],[-32.711,-30.688],[-32.063,-29.493],[-31.037,-29.602],[-29.848,-28.354],[-28.984,-25.692],[-26.661,-24.66],[-22.932,-21.945],[-22.608,-19.555],[-21.96,-16.949],[-20.879,-16.079],[-19.475,-14.233],[-19.961,-12.658],[-18.665,-11.3],[-17.476,-10.594],[-16.935,-11.083],[-16.503,-12.929],[-15.422,-13.636],[-16.288,-14.551],[-16.881,-15.862],[-17.314,-17.383],[-17.692,-18.849],[-16.666,-18.36],[-16.017,-19.339],[-13.045,-19.772],[-11.586,-18.632],[-10.128,-19.61],[-8.399,-20.098],[-7.588,-20.858],[-9.534,-22.759],[-9.209,-24.823],[-8.021,-26.832],[-6.617,-28.354],[-6.508,-29.711],[-5.049,-32.046],[-2.186,-32.372],[-1.7,-31.177],[-0.241,-30.634],[-0.889,-29.167],[0.137,-28.19],[1.272,-27.701],[3.271,-29.059],[1.974,-29.928],[1.866,-31.829],[5.053,-32.752],[8.62,-33.404],[7.214,-31.938],[6.783,-30.852],[6.404,-29.548],[5.593,-28.733],[6.512,-28.027],[11.104,-24.497],[12.779,-22.108],[10.564,-19.936],[5.972,-19.882],[2.043,-22.579],[-1.774,-21.62],[-4.994,-20.421],[-6.425,-19.104],[-10.481,-17.904],[-10.481,-16.945],[-10.243,-12.868],[-6.187,-9.751],[-2.966,-10.59],[0.85,-10.35],[3.713,-11.189],[4.071,-8.552],[3.117,-3.277],[0.135,-0.158],[-4.279,-0.279],[-7.26,0.201],[-11.554,-0.039],[-15.372,-1.598],[-20.501,-2.438],[-22.05,1.28],[-25.152,0.921],[-29.208,-1.358],[-33.024,-3.158],[-37.795,-5.554],[-36.603,-8.552],[-38.153,-11.91],[-43.043,-11.549],[-49.723,-10.83],[-54.375,-9.751],[-58.549,-8.192],[-63.917,-8.791],[-65.706,-5.436],[-69.165,-2.798],[-70.119,2.359],[-73.22,4.635],[-76.202,9.913],[-79.542,16.266],[-78.11,24.42],[-79.065,28.976],[-74.651,34.37],[-71.073,40.725],[-66.183,44.922],[-63.678,45.882],[-60.1,44.802],[-56.402,45.521],[-51.631,43.603],[-45.906,44.323],[-42.805,46.841],[-38.511,48.159],[-38.988,55.953],[-34.933,59.909],[-32.189,67.582],[-32.547,70.699],[-34.694,75.616],[-32.905,79.332],[-30.4,85.327],[-27.895,87.844],[-25.629,90.962],[-23.244,92.88],[-17.637,92.16],[-11.912,89.763],[-7.379,86.286],[-5.829,83.409],[-2.37,81.729],[-3.205,78.612],[-0.581,75.854],[4.667,72.617],[6.099,67.703],[5.263,63.385],[5.383,60.388],[7.649,56.792],[13.732,50.557],[19.458,44.323],[24.109,36.769],[24.467,34.01],[20.054,35.57],[16.595,36.41],[14.329,35.689],[13.255,33.532],[10.273,29.814],[8.484,28.736],[7.172,23.939],[5.025,22.861],[4.548,17.226],[2.64,14.948],[0.97,10.392],[-1.416,5.236],[-1.416,3.558],[0.97,5.956],[1.924,4.038],[4.309,9.193],[6.099,12.79],[8.842,17.586],[8.842,19.624],[12.42,24.898],[13.852,28.976],[14.209,32.691],[15.879,31.614],[19.816,30.415],[22.797,28.495],[27.21,26.458],[36.157,16.027],[36.633,13.989],[33.89,11.711],[32.458,10.392],[29.119,12.551],[26.853,12.43],[25.779,10.991],[24.229,10.392],[21.843,2.839],[24.109,1.519],[25.541,2.839],[27.449,5.836],[30.074,7.394],[33.89,6.915],[35.56,9.312],[39.616,10.152],[46.175,9.312],[47.249,12.189],[49.754,13.629],[48.442,14.708],[49.874,16.385],[52.378,14.468],[51.901,21.301],[52.974,27.176],[54.763,34.491],[56.791,32.092],[56.791,35.57],[58.103,35.57],[57.268,30.535],[57.865,28.495],[58.938,23.461],[62.159,19.743],[65.737,13.148],[69.434,11.111],[70.508,14.948],[70.269,18.545],[70.747,19.984],[72.178,18.185],[72.178,21.782],[70.747,27.057],[71.701,31.853],[71.706,31.872],[72.243,30.505],[72.058,29.336],[72.058,26.098],[73.251,22.141],[74.325,23.34],[74.643,23.601],[79.542,-8.951]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.481999984442,0.779999976065,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[249.445,212.16],"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":"Group 11","np":6,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.076,-0.152],[-0.566,0.228],[-0.792,-0.455],[-0.792,0.796],[-1.132,0.683],[-1.019,0.683],[0,0.569],[0.679,0.341],[0,0],[0.202,-0.05],[0.378,-0.077],[0.152,-0.711],[0.48,0.025],[0.151,-0.356],[0.177,0],[0,0.127],[-0.101,0.305],[0.202,0.076],[0.227,-0.102],[0.303,0.076],[0.151,-0.077],[0.051,-0.432],[0,-0.254],[-0.303,-0.076],[-0.253,0.153],[-0.177,-0.076],[0,-0.102],[0.127,0],[0.05,-0.127],[-0.278,0.076],[-0.202,-0.255]],"o":[[0.076,0.152],[0.566,-0.227],[0.792,0.455],[0.793,-0.797],[1.132,-0.682],[1.019,-0.682],[0,-0.569],[-0.679,-0.341],[0,0],[-0.203,0.051],[-0.379,0.076],[-0.151,0.711],[-0.48,-0.026],[-0.152,0.355],[-0.176,0],[0,-0.127],[0.101,-0.304],[-0.202,-0.076],[-0.227,0.102],[-0.303,-0.076],[-0.152,0.076],[-0.05,0.432],[0,0.254],[0.303,0.076],[0.252,-0.152],[0.177,0.076],[0,0.102],[-0.126,0],[-0.051,0.127],[0.278,-0.076],[0.202,0.254]],"v":[[-4.595,2.448],[-3.507,2.389],[-2.149,3.413],[-0.112,2.617],[2.718,1.365],[5.321,-0.228],[6.793,-2.503],[5.208,-3.527],[3.51,-3.755],[2.049,-3.317],[0.887,-3.189],[0.179,-2.174],[-1.437,-1.818],[-2.574,-1.386],[-3.282,-0.777],[-3.559,-1.285],[-3.155,-2.377],[-3.787,-2.834],[-4.671,-2.834],[-5.328,-2.351],[-6.035,-2.554],[-6.187,-1.488],[-6.793,-1.006],[-6.035,-0.574],[-5.075,-0.879],[-4.368,-0.625],[-4.57,0.01],[-5.606,0.365],[-6.136,0.645],[-5.353,0.848],[-4.671,1.331]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.481999984442,0.779999976065,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[170.849,140.674],"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":"Group 12","np":4,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.251,0.378],[0.335,0],[0.125,0.379],[0.126,0.337],[0.376,0.378],[-0.052,0.505],[0.292,0.042],[0.084,0.084],[-0.146,0.147],[-0.167,0.169],[-0.188,0.189],[0.083,0.168],[0.168,0.042],[0.251,0.126],[-0.272,0.273],[-0.085,0.178],[0,0],[0.167,0],[0.168,-0.042],[0.083,-0.63],[0.229,-0.231],[-0.125,-0.253],[-0.041,-0.253],[-0.083,-0.336],[-0.167,-0.252],[-0.376,-0.21],[0.042,-0.673],[0,-0.504],[-0.418,-0.042],[-0.251,0],[0.125,-0.379],[-0.293,-0.294],[0.167,-0.421],[0.126,0],[0.083,-0.252],[-0.377,-0.378],[0.293,-0.378],[0,-0.211],[-0.46,-0.085],[0.104,-0.105],[0.168,0.042],[0.126,-0.21],[0.084,-0.21],[-0.251,-0.252],[-0.67,0.168],[-0.083,0.21],[-0.377,-0.085],[-0.168,0.252],[-0.334,-0.043],[-0.377,0],[-0.419,-0.084],[0,0.168],[0.334,0.126],[-0.189,0.189]],"o":[[-0.251,-0.378],[-0.334,0],[-0.126,-0.378],[-0.125,-0.336],[-0.377,-0.378],[0.051,-0.504],[-0.293,-0.042],[-0.083,-0.084],[0.147,-0.147],[0.168,-0.168],[0.188,-0.19],[-0.084,-0.168],[-0.287,-0.072],[-0.251,-0.127],[0.209,-0.211],[0.025,-0.052],[0.413,-0.729],[-0.167,0],[-0.167,0.042],[-0.084,0.631],[-0.23,0.232],[0.126,0.252],[0.042,0.252],[0.084,0.337],[0.168,0.253],[0.377,0.21],[-0.042,0.673],[0,0.505],[0.419,0.042],[0.251,0],[-0.126,0.378],[0.293,0.294],[-0.167,0.42],[-0.125,0],[-0.084,0.253],[0.376,0.379],[-0.293,0.379],[0,0.21],[0.46,0.084],[-0.105,0.106],[-0.167,-0.042],[-0.125,0.211],[-0.083,0.21],[0.251,0.253],[0.669,-0.169],[0.084,-0.21],[0.376,0.084],[0.167,-0.252],[0.335,0.042],[0.376,0],[0.418,0.084],[0,-0.169],[-0.335,-0.126],[0.188,-0.189]],"v":[[5.459,3.581],[4.161,3.329],[3.326,2.782],[2.949,1.268],[1.568,-0.708],[0.784,-2.39],[-0.062,-3.189],[-1.527,-3.525],[-1.192,-4.24],[-0.23,-4.871],[0.188,-5.879],[0.773,-6.931],[-0.021,-7.141],[-2.908,-7.351],[-1.904,-8.57],[-1.399,-9.369],[-1.359,-9.454],[-2.699,-9.748],[-3.786,-9.664],[-4.329,-8.613],[-5.249,-7.604],[-5.585,-6.594],[-5.208,-5.879],[-5.041,-5.039],[-4.999,-4.114],[-3.995,-3.735],[-3.911,-2.642],[-4.078,-1.549],[-3.535,-0.918],[-2.154,-1.086],[-2.322,-0.077],[-1.652,1.058],[-1.694,2.446],[-3.242,2.488],[-3.827,2.908],[-3.326,3.959],[-3.702,5.431],[-4.664,6.23],[-2.656,6.861],[-2.113,7.491],[-3.535,7.66],[-3.953,8.584],[-5.041,9.173],[-4.873,9.93],[-3.326,9.636],[-2.531,8.963],[-1.317,8.753],[-0.355,8.206],[0.857,7.618],[2.029,8.122],[4.372,7.744],[5.417,6.987],[4.12,6.692],[5.124,5.137]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.481999984442,0.779999976065,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[192.416,162.531],"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":"Group 13","np":4,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.042,0.476],[10.285,-12.495],[-0.05,-0.5],[0.227,-0.797],[-0.565,-0.113],[-0.453,-0.113],[0.792,-0.455],[0.453,-0.455],[-0.113,-1.365],[-0.114,-1.024],[-0.906,-0.342],[-0.566,0],[-0.34,1.252],[0,0],[-1.019,0.228],[-0.566,0.228],[-0.567,0.797],[-0.68,0.683],[-0.679,0.682],[-0.679,0.683],[0,0.91],[-0.114,1.252],[0,0],[-0.34,0.57],[0.679,0.341],[-0.34,0.342],[-0.397,0.398],[0.226,0.227],[-0.736,0.74],[-0.679,0.227],[-0.566,0],[0.905,0],[0.906,-0.626],[0.679,0],[0,0],[-0.509,0.512]],"o":[[-14.8,6.914],[0.118,0.526],[0.113,1.138],[-0.226,0.796],[0.566,0.114],[0.452,0.114],[-0.793,0.455],[-0.452,0.455],[0.113,1.365],[0.113,1.024],[0.905,0.341],[0.566,0],[0.339,-1.251],[0,0],[1.019,-0.227],[0.566,-0.227],[0.566,-0.796],[0.679,-0.683],[0.679,-0.683],[0.679,-0.682],[0,-0.91],[0.113,-1.251],[0,0],[0.34,-0.568],[-0.679,-0.341],[0.339,-0.341],[0.396,-0.398],[-0.226,-0.228],[0.736,-0.739],[0.679,-0.228],[0.566,0],[-0.906,0],[-0.905,0.626],[-0.679,0],[0,0],[0.28,-0.282]],"v":[[14.18,-26.157],[-23.904,3.405],[-23.6,4.995],[-24.165,7.271],[-24.279,9.432],[-21.674,8.977],[-23.939,11.48],[-25.523,13.87],[-25.863,17.852],[-25.184,22.403],[-22.807,25.816],[-20.09,26.157],[-18.506,22.971],[-14.658,13.983],[-12.281,12.504],[-7.188,9.546],[-4.471,6.474],[-0.057,4.654],[5.262,0.9],[8.658,-1.49],[8.884,-4.106],[9.904,-6.837],[12.281,-8.999],[13.751,-11.047],[13.298,-13.208],[13.072,-14.915],[15.337,-16.621],[13.751,-17.645],[15.109,-19.466],[19.751,-22.651],[25.41,-25.211],[24.164,-25.95],[19.41,-25.211],[16.354,-24.358],[13.979,-23.561],[13.751,-24.813]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.481999984442,0.779999976065,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[160.155,130.103],"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":"Group 14","np":4,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-60.423],[60.112,0],[0,60.423],[-60.11,0]],"o":[[0,60.423],[-60.11,0],[0,-60.423],[60.112,0]],"v":[[108.84,0],[-0.001,109.406],[-108.84,0],[-0.001,-109.406]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.051000000449,0.340999977261,0.670999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[220.147,203.209],"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":"Group 15","np":4,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[9.496,10.504],[-2.392,-10.504],[-9.495,-6.484],[-2.823,-2.401],[-4.845,-1.258],[1.825,2.824],[0.518,3.563],[5.262,6.466],[4.033,7.161]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.141000007181,0.670999983245,0.081999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[282.776,302.485],"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":"Group 16","np":4,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-9.496,-4.475],[-2.824,-0.392],[-4.846,0.753],[1.824,4.834],[0.518,5.572],[5.261,8.475],[4.032,9.171],[9.495,12.513],[9.441,6.109],[8.214,6.805],[8.167,1.244],[6.861,1.983],[6.796,-5.836],[4.775,-4.693],[4.71,-12.514]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.090000002992,0.788000009574,0.008000000785,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[282.776,300.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":"Group 17","np":4,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-3.833,11.759],[4.551,-8.924],[-2.442,-11.759],[-1.566,-4.58],[-3.555,-5.387],[-2.679,1.79],[-3.965,1.269],[-3.342,6.372],[-4.551,5.882]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.141000007181,0.670999983245,0.081999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[176.517,311.743],"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":"Group 18","np":4,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-5.939,-11.759],[-5.064,-4.58],[-7.053,-5.387],[-6.176,1.79],[-7.462,1.268],[-6.839,6.372],[-8.048,5.882],[-7.331,11.759],[-2.723,8.04],[-3.932,7.55],[0.069,4.321],[-1.217,3.8],[4.41,-0.74],[2.419,-1.547],[8.048,-6.089]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.090000002992,0.788000009574,0.008000000785,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[180.014,311.743],"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":"Group 19","np":4,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-6.057,14.554],[6.378,-10.349],[-2.042,-14.554],[-1.65,-5.543],[-4.045,-6.739],[-3.653,2.269],[-5.202,1.496],[-4.922,7.903],[-6.378,7.176]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.141000007181,0.670999983245,0.081999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[166.017,309.236],"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":"Group 20","np":4,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-6.252,-14.554],[-5.859,-5.542],[-8.255,-6.739],[-7.863,2.269],[-9.411,1.497],[-9.132,7.903],[-10.589,7.176],[-10.268,14.554],[-4.176,10.378],[-5.632,9.651],[-0.343,6.025],[-1.891,5.252],[5.545,0.153],[3.15,-1.043],[10.589,-6.145]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.090000002992,0.788000009574,0.008000000785,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[170.228,309.236],"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":"Group 21","np":4,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[13.814,8.682],[-7.943,-8.681],[-13.814,-1.325],[-4.918,0.174],[-6.589,2.267],[2.302,3.765],[1.223,5.118],[7.546,6.183],[6.531,7.454]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.141000007181,0.670999983245,0.081999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[311.184,278.988],"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":"Group 22","np":4,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-13.814,2.353],[-4.918,3.852],[-6.589,5.945],[2.302,7.443],[1.223,8.795],[7.546,9.861],[6.531,11.132],[13.814,12.36],[11.001,5.531],[9.987,6.802],[7.545,0.873],[6.465,2.226],[3.033,-6.112],[1.363,-4.019],[-2.072,-12.36]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.090000002992,0.788000009574,0.008000000785,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[311.184,275.31],"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":"Group 23","np":4,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-13.418,-9.441],[7.033,9.442],[13.418,2.527],[4.654,0.392],[6.47,-1.575],[-2.29,-3.709],[-1.116,-4.981],[-7.347,-6.498],[-6.243,-7.693]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.141000007181,0.670999983245,0.081999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[129.631,128.631],"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":"Group 24","np":4,"cix":2,"ix":24,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[13.418,-0.931],[4.654,-3.066],[6.47,-5.033],[-2.29,-7.166],[-1.116,-8.438],[-7.347,-9.955],[-6.243,-11.151],[-13.418,-12.899],[-11.104,-5.885],[-10,-7.081],[-7.992,-0.991],[-6.818,-2.263],[-3.994,6.3],[-2.177,4.333],[0.648,12.899]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.090000002992,0.788000009574,0.008000000785,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[129.631,132.088],"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":"Group 25","np":4,"cix":2,"ix":25,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-18.781,-14.691],[8.846,14.691],[18.781,5.35],[6.333,1.368],[9.16,-1.289],[-3.285,-5.269],[-1.458,-6.986],[-10.307,-9.816],[-8.59,-11.432]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.141000007181,0.670999983245,0.081999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[140.776,111.29],"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":"Group 26","np":4,"cix":2,"ix":26,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[18.782,0.678],[6.333,-3.303],[9.16,-5.96],[-3.285,-9.939],[-1.458,-11.658],[-10.307,-14.488],[-8.589,-16.102],[-18.781,-19.363],[-16.156,-8.989],[-14.438,-10.605],[-12.156,-1.597],[-10.329,-3.314],[-7.124,9.35],[-4.296,6.692],[-1.089,19.363]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.090000002992,0.788000009574,0.008000000785,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[140.776,115.962],"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":"Group 27","np":4,"cix":2,"ix":27,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.473,2.159],[0.281,-0.053],[2.266,3.786],[-0.345,-1.85],[-4.577,0.852]],"o":[[-0.274,0.065],[-5.764,1.072],[-1.427,1.317],[0.574,3.086],[3.234,-0.602]],"v":[[7.973,-0.129],[7.141,0.051],[-6.302,-4.736],[-7.866,0.217],[-0.062,4.545]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.470999983245,0.689999988032,0.081999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[339.28,193.918],"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":"Group 28","np":4,"cix":2,"ix":28,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.577,-0.853],[0.575,3.086],[-4.578,0.852],[-0.574,-3.086]],"o":[[-4.577,0.852],[-0.575,-3.086],[4.577,-0.852],[0.576,3.085]],"v":[[-0.484,5.587],[-8.288,1.259],[-2.564,-5.587],[8.288,-1.827]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.54900004069,0.8,0.097999999102,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[339.702,192.875],"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":"Group 29","np":4,"cix":2,"ix":29,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.663,1.391],[-3.919,0.021],[3.664,-1.391],[3.919,-0.02]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.54900004069,0.344999994016,0.246999987434,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[331.293,194.007],"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":"Group 30","np":4,"cix":2,"ix":30,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.207,1.606],[-0.046,-0.295],[4.024,-2.245],[-1.942,0.301],[0.744,4.805]],"o":[[0.06,0.288],[0.937,6.051],[1.33,1.531],[3.239,-0.502],[-0.526,-3.395]],"v":[[0.249,-8.311],[0.41,-7.437],[-5.014,6.443],[0.106,8.233],[4.872,0.225]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.470999983245,0.689999988032,0.081999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[215.704,83.975],"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":"Group 31","np":4,"cix":2,"ix":31,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.744,-4.805],[3.24,-0.502],[0.743,4.805],[-3.24,0.501]],"o":[[0.744,4.805],[-3.238,0.501],[-0.745,-4.805],[3.239,-0.502]],"v":[[5.865,0.693],[1.099,8.701],[-5.864,2.509],[-1.594,-8.7]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.54900004069,0.8,0.097999999102,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[214.711,83.507],"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":"Group 32","np":4,"cix":2,"ix":32,"mn":"ADBE Vector Group","hd":false},{"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":[[1.336,3.868],[-0.103,4.092],[-1.336,-3.869],[0.104,-4.092]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.54900004069,0.344999994016,0.246999987434,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[215.673,92.329],"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":"Group 33","np":4,"cix":2,"ix":33,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.26,3.274],[0.08,-0.428],[6.617,-1.146],[-2.815,-0.524],[-1.296,6.967]],"o":[[-0.058,0.425],[-1.632,8.773],[1.089,2.748],[4.697,0.873],[0.915,-4.923]],"v":[[5.882,-11.423],[5.681,-10.143],[-8.476,6.328],[-2.299,11.261],[8.12,2.547]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.470999983245,0.689999988032,0.081999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[232.538,81.807],"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":"Group 34","np":4,"cix":2,"ix":34,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.296,-6.967],[4.696,0.874],[-1.295,6.967],[-4.696,-0.873]],"o":[[-1.296,6.967],[-4.696,-0.873],[1.296,-6.967],[4.697,0.873]],"v":[[8.504,3.902],[-1.915,12.615],[-8.505,0.739],[2.777,-12.616]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.54900004069,0.8,0.097999999102,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[232.155,80.452],"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":"Group 35","np":4,"cix":2,"ix":35,"mn":"ADBE Vector Group","hd":false},{"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":[[-0.029,5.965],[-2.117,5.578],[0.03,-5.965],[2.117,-5.576]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.54900004069,0.344999994016,0.246999987434,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[229.993,93.169],"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":"Group 36","np":4,"cix":2,"ix":36,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.029,-3.263],[-0.256,0.25],[-4.982,-2.353],[1.642,1.679],[4.158,-4.063]],"o":[[0.239,-0.259],[5.235,-5.117],[0.565,-2.357],[-2.739,-2.803],[-2.938,2.872]],"v":[[-9.1,6.738],[-8.361,5.974],[8.912,1.602],[7.094,-4.622],[-4.009,-3.693]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.470999983245,0.689999988032,0.081999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[137.579,291.88],"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":"Group 37","np":4,"cix":2,"ix":37,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4.157,4.064],[-2.739,-2.802],[4.158,-4.063],[2.739,2.803]],"o":[[4.158,-4.063],[2.739,2.802],[-4.157,4.065],[-2.739,-2.803]],"v":[[-3.693,-6.263],[7.41,-7.193],[6.227,3.885],[-7.646,7.523]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.54900004069,0.8,0.097999999102,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[137.264,294.45],"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":"Group 38","np":4,"cix":2,"ix":38,"mn":"ADBE Vector Group","hd":false},{"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":[[2.835,-3.989],[4.053,-2.743],[-2.834,3.989],[-4.052,2.743]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.54900004069,0.344999994016,0.246999987434,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[144.887,287.306],"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":"Group 39","np":4,"cix":2,"ix":39,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.32,-1.556],[-0.3,-0.06],[-0.744,-4.659],[-0.394,1.972],[4.881,0.974]],"o":[[0.298,0.044],[6.146,1.228],[1.939,-0.741],[0.657,-3.29],[-3.449,-0.689]],"v":[[-7.992,-4.259],[-7.095,-4.106],[4.341,5.99],[7.862,1.697],[1.84,-5.7]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.470999983245,0.689999988032,0.081999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[109.648,153.918],"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":"Group 40","np":4,"cix":2,"ix":40,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4.881,-0.975],[0.657,-3.29],[4.88,0.974],[-0.657,3.29]],"o":[[4.881,0.975],[-0.657,3.291],[-4.881,-0.975],[0.657,-3.29]],"v":[[2.816,-5.957],[8.838,1.44],[0.437,5.958],[-8.837,-2.089]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.54900004069,0.8,0.097999999102,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[108.672,154.174],"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":"Group 41","np":4,"cix":2,"ix":41,"mn":"ADBE Vector Group","hd":false},{"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":[[4.189,0.076],[3.896,1.538],[-4.189,-0.076],[-3.897,-1.538]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.54900004069,0.344999994016,0.246999987434,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[117.579,155.789],"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":"Group 42","np":4,"cix":2,"ix":42,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.785,-1.197],[-0.231,-0.046],[-0.572,-3.583],[-0.303,1.517],[3.755,0.75]],"o":[[0.229,0.034],[4.728,0.945],[1.492,-0.57],[0.506,-2.531],[-2.652,-0.53]],"v":[[-6.148,-3.276],[-5.458,-3.159],[3.339,4.607],[6.047,1.305],[1.414,-4.385]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.470999983245,0.689999988032,0.081999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[111.808,163.788],"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":"Group 43","np":4,"cix":2,"ix":43,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.754,-0.75],[0.505,-2.53],[3.754,0.75],[-0.506,2.531]],"o":[[3.755,0.75],[-0.506,2.531],[-3.754,-0.75],[0.505,-2.531]],"v":[[2.166,-4.583],[6.799,1.107],[0.336,4.583],[-6.798,-1.607]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.54900004069,0.8,0.097999999102,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[111.057,163.985],"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":"Group 44","np":4,"cix":2,"ix":44,"mn":"ADBE Vector Group","hd":false},{"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":[[3.222,0.058],[2.997,1.183],[-3.222,-0.059],[-2.998,-1.184]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.54900004069,0.344999994016,0.246999987434,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[117.908,165.227],"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":"Group 45","np":4,"cix":2,"ix":45,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.864,-2.582],[-0.134,0.267],[-4.569,-0.504],[1.752,0.88],[2.176,-4.335]],"o":[[0.118,-0.269],[2.74,-5.46],[-0.195,-2.014],[-2.922,-1.467],[-1.537,3.063]],"v":[[-6.198,7.009],[-5.823,6.206],[6.617,-1.934],[3.492,-6.352],[-5.015,-2.602]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.470999983245,0.689999988032,0.081999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[152.53,299.31],"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":"Group 46","np":4,"cix":2,"ix":46,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.176,4.335],[-2.923,-1.467],[2.176,-4.335],[2.922,1.467]],"o":[[2.176,-4.335],[2.922,1.467],[-2.176,4.335],[-2.922,-1.468]],"v":[[-5.231,-4.1],[3.275,-7.85],[5.352,1.212],[-4.605,7.85]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.54900004069,0.8,0.097999999102,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[152.747,300.807],"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":"Group 47","np":4,"cix":2,"ix":47,"mn":"ADBE Vector Group","hd":false},{"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":[[1.153,-3.917],[2.452,-3.265],[-1.153,3.917],[-2.452,3.266]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.54900004069,0.344999994016,0.246999987434,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[156.204,292.938],"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":"Group 48","np":4,"cix":2,"ix":48,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4.045,-0.438],[0.278,0.348],[-3.536,5.89],[2.287,-1.83],[-4.529,-5.659]],"o":[[-0.291,-0.328],[-5.703,-7.127],[-2.856,-0.993],[-3.814,3.053],[3.201,4]],"v":[[7.674,11.722],[6.817,10.711],[3.526,-11.258],[-4.423,-9.771],[-4.639,4.118]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.470999983245,0.689999988032,0.081999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[301.735,296.291],"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":"Group 49","np":4,"cix":2,"ix":49,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.528,5.659],[-3.815,3.053],[-4.529,-5.659],[3.816,-3.052]],"o":[[-4.529,-5.659],[3.815,-3.052],[4.529,5.659],[-3.814,3.053]],"v":[[-7.951,3.642],[-7.735,-10.248],[5.864,-7.413],[8.664,10.247]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.54900004069,0.8,0.097999999102,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[305.048,296.768],"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":"Group 50","np":4,"cix":2,"ix":50,"mn":"ADBE Vector Group","hd":false},{"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":[[-4.599,-4.01],[-2.904,-5.366],[4.599,4.009],[2.903,5.366]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.54900004069,0.344999994016,0.246999987434,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[297.4,286.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":"Group 51","np":4,"cix":2,"ix":51,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.372,-7.247],[4.985,3.736],[-5.373,7.247],[-4.986,-3.735]],"o":[[-5.372,7.246],[-4.985,-3.734],[5.372,-7.246],[4.986,3.735]],"v":[[9.027,6.762],[-9.728,13.12],[-9.028,-6.762],[9.727,-13.121]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.375999989229,0.702000038297,0.195999998205,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[321.291,233.272],"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":"Group 52","np":4,"cix":2,"ix":52,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.181,-8.96],[6.164,0.821],[-1.18,8.96],[-6.165,-0.821]],"o":[[-1.18,8.959],[-6.164,-0.82],[1.18,-8.959],[6.164,0.82]],"v":[[11.16,1.486],[-2.138,16.222],[-11.162,-1.486],[2.137,-16.222]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.375999989229,0.702000038297,0.195999998205,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[323.532,212.715],"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":"Group 53","np":4,"cix":2,"ix":53,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[7.648,-4.751],[3.269,5.316],[-7.648,4.751],[-3.269,-5.318]],"o":[[-7.648,4.751],[-3.268,-5.318],[7.649,-4.751],[3.268,5.316]],"v":[[5.918,9.627],[-13.849,8.603],[-5.919,-9.627],[13.848,-8.602]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.375999989229,0.702000038297,0.195999998205,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[312.889,252.882],"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":"Group 54","np":4,"cix":2,"ix":54,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[1.176,0.066],[-0.063,1.147],[0,0]],"o":[[0,0],[-0.062,1.149],[-1.175,-0.064],[0,0],[0,0]],"v":[[2.284,-3.182],[2.035,1.389],[-0.206,3.35],[-2.221,1.156],[-1.971,-3.417]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.760999971278,0.4,0.136999990426,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[209.543,357.135],"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":"Group 55","np":4,"cix":2,"ix":55,"mn":"ADBE Vector Group","hd":false},{"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":[[-17.278,-1.892],[17.382,0.013],[17.28,1.892],[-17.382,-0.013]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.760999971278,0.4,0.136999990426,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[210.392,341.086],"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":"Group 56","np":4,"cix":2,"ix":56,"mn":"ADBE Vector Group","hd":false},{"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":[[-17.278,-1.892],[17.382,0.014],[17.28,1.893],[-17.382,-0.012]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.760999971278,0.4,0.136999990426,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[211.327,323.889],"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":"Group 57","np":4,"cix":2,"ix":57,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[1.641,0.091],[-0.087,1.601],[0,0]],"o":[[0,0],[-0.088,1.601],[-1.64,-0.09],[0,0],[0,0]],"v":[[3.187,-4.442],[2.84,1.941],[-0.288,4.677],[-3.1,1.615],[-2.752,-4.768]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.588000009574,0.310000011968,0.105999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[201.052,331.91],"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":"Group 58","np":4,"cix":2,"ix":58,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[1.64,0.09],[-0.087,1.601],[0,0]],"o":[[0,0],[-0.087,1.601],[-1.64,-0.091],[0,0],[0,0]],"v":[[3.187,-4.442],[2.839,1.941],[-0.288,4.678],[-3.1,1.615],[-2.753,-4.768]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.588000009574,0.310000011968,0.105999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[210.896,332.451],"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":"Group 59","np":4,"cix":2,"ix":59,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[1.641,0.09],[-0.088,1.601],[0,0]],"o":[[0,0],[-0.087,1.601],[-1.64,-0.091],[0,0],[0,0]],"v":[[3.188,-4.441],[2.839,1.941],[-0.289,4.678],[-3.1,1.615],[-2.753,-4.768]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.588000009574,0.310000011968,0.105999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[220.738,332.992],"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":"Group 60","np":4,"cix":2,"ix":60,"mn":"ADBE Vector Group","hd":false},{"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":[[-16.199,-21.743],[18.461,-19.838],[16.199,21.743],[-18.461,19.838]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.877999997606,0.532999973671,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[211.274,324.872],"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":"Group 61","np":4,"cix":2,"ix":61,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.637,0.035],[-0.034,0.622],[0,0]],"o":[[0,0],[-0.034,0.622],[-0.637,-0.035],[0,0],[0,0]],"v":[[1.238,-1.725],[1.102,0.754],[-0.112,1.816],[-1.204,0.627],[-1.069,-1.851]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.760999971278,0.4,0.136999990426,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[190.908,320.988],"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":"Group 62","np":4,"cix":2,"ix":62,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.637,0.035],[-0.034,0.622],[0,0]],"o":[[0,0],[-0.033,0.622],[-0.637,-0.035],[0,0],[0,0]],"v":[[1.238,-1.724],[1.102,0.754],[-0.112,1.816],[-1.204,0.627],[-1.069,-1.851]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.760999971278,0.4,0.136999990426,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[185.605,320.696],"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":"Group 63","np":4,"cix":2,"ix":63,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.638,0.035],[-0.034,0.622],[0,0]],"o":[[0,0],[-0.034,0.622],[-0.636,-0.035],[0,0],[0,0]],"v":[[1.238,-1.725],[1.102,0.754],[-0.113,1.816],[-1.204,0.628],[-1.069,-1.852]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.760999971278,0.4,0.136999990426,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[180.302,320.405],"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":"Group 64","np":4,"cix":2,"ix":64,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.637,0.035],[-0.034,0.622],[0,0]],"o":[[0,0],[-0.034,0.622],[-0.637,-0.034],[0,0],[0,0]],"v":[[1.238,-1.724],[1.102,0.754],[-0.112,1.816],[-1.204,0.627],[-1.069,-1.851]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.760999971278,0.4,0.136999990426,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[175,320.113],"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":"Group 65","np":4,"cix":2,"ix":65,"mn":"ADBE Vector Group","hd":false},{"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":[[1.579,-2.785],[-1.269,-2.941],[-1.58,2.783],[1.267,2.94]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.642999985639,0.238999998803,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[192.604,326.537],"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":"Group 66","np":4,"cix":2,"ix":66,"mn":"ADBE Vector Group","hd":false},{"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":[[1.58,-2.785],[-1.268,-2.941],[-1.579,2.784],[1.268,2.941]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.642999985639,0.238999998803,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[187.763,326.271],"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":"Group 67","np":4,"cix":2,"ix":67,"mn":"ADBE Vector Group","hd":false},{"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":[[1.579,-2.784],[-1.269,-2.941],[-1.58,2.784],[1.267,2.941]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.642999985639,0.238999998803,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.922,326.004],"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":"Group 68","np":4,"cix":2,"ix":68,"mn":"ADBE Vector Group","hd":false},{"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":[[1.579,-2.785],[-1.269,-2.941],[-1.58,2.783],[1.268,2.941]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.642999985639,0.238999998803,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[178.08,325.738],"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":"Group 69","np":4,"cix":2,"ix":69,"mn":"ADBE Vector Group","hd":false},{"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":[[1.58,-2.784],[-1.268,-2.941],[-1.58,2.784],[1.268,2.941]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.642999985639,0.238999998803,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[173.239,325.472],"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":"Group 70","np":4,"cix":2,"ix":70,"mn":"ADBE Vector Group","hd":false},{"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":[[15.477,-10.777],[-14.215,-12.41],[-15.477,10.778],[14.214,12.41]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.642999985639,0.238999998803,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[187.307,314.33],"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":"Group 71","np":4,"cix":2,"ix":71,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.637,-0.035],[-0.033,0.623],[0,0]],"o":[[0,0],[-0.034,0.622],[0.637,0.035],[0,0],[0,0]],"v":[[-1.068,-1.851],[-1.204,0.627],[-0.112,1.816],[1.102,0.753],[1.238,-1.724]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.760999971278,0.4,0.136999990426,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[231.967,323.245],"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":"Group 72","np":4,"cix":2,"ix":72,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.638,-0.035],[-0.034,0.623],[0,0]],"o":[[0,0],[-0.034,0.622],[0.637,0.035],[0,0],[0,0]],"v":[[-1.068,-1.852],[-1.204,0.628],[-0.112,1.816],[1.102,0.753],[1.238,-1.724]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.760999971278,0.4,0.136999990426,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[237.27,323.536],"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":"Group 73","np":4,"cix":2,"ix":73,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.637,-0.034],[-0.034,0.623],[0,0]],"o":[[0,0],[-0.033,0.622],[0.637,0.035],[0,0],[0,0]],"v":[[-1.069,-1.851],[-1.204,0.627],[-0.113,1.816],[1.103,0.753],[1.238,-1.724]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.760999971278,0.4,0.136999990426,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[242.572,323.828],"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":"Group 74","np":4,"cix":2,"ix":74,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.637,-0.035],[-0.034,0.623],[0,0]],"o":[[0,0],[-0.033,0.622],[0.637,0.035],[0,0],[0,0]],"v":[[-1.069,-1.851],[-1.204,0.627],[-0.113,1.816],[1.103,0.753],[1.238,-1.725]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.760999971278,0.4,0.136999990426,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[247.875,324.12],"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":"Group 75","np":4,"cix":2,"ix":75,"mn":"ADBE Vector Group","hd":false},{"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":[[-1.268,-2.941],[1.58,-2.784],[1.268,2.941],[-1.58,2.785]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.642999985639,0.238999998803,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[229.653,328.573],"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":"Group 76","np":4,"cix":2,"ix":76,"mn":"ADBE Vector Group","hd":false},{"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":[[-1.268,-2.941],[1.58,-2.785],[1.268,2.941],[-1.58,2.784]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.642999985639,0.238999998803,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[234.494,328.84],"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":"Group 77","np":4,"cix":2,"ix":77,"mn":"ADBE Vector Group","hd":false},{"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":[[-1.268,-2.941],[1.58,-2.784],[1.268,2.941],[-1.58,2.785]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.642999985639,0.238999998803,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[239.335,329.105],"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":"Group 78","np":4,"cix":2,"ix":78,"mn":"ADBE Vector Group","hd":false},{"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":[[-1.268,-2.941],[1.58,-2.785],[1.268,2.941],[-1.58,2.784]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.642999985639,0.238999998803,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[244.176,329.372],"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":"Group 79","np":4,"cix":2,"ix":79,"mn":"ADBE Vector Group","hd":false},{"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":[[-1.268,-2.941],[1.58,-2.784],[1.268,2.941],[-1.58,2.785]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.642999985639,0.238999998803,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[249.018,329.638],"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":"Group 80","np":4,"cix":2,"ix":80,"mn":"ADBE Vector Group","hd":false},{"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":[[-14.214,-12.41],[15.477,-10.777],[14.215,12.41],[-15.477,10.777]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.642999985639,0.238999998803,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[236.242,317.02],"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":"Group 81","np":4,"cix":2,"ix":81,"mn":"ADBE Vector Group","hd":false},{"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":[[-2.223,-3.981],[2.643,-3.713],[2.225,3.981],[-2.643,3.713]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.877999997606,0.532999973671,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[195.246,344.844],"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":"Group 82","np":4,"cix":2,"ix":82,"mn":"ADBE Vector Group","hd":false},{"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":[[-2.224,-3.982],[2.643,-3.714],[2.224,3.982],[-2.643,3.714]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.877999997606,0.532999973671,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[202.695,345.253],"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":"Group 83","np":4,"cix":2,"ix":83,"mn":"ADBE Vector Group","hd":false},{"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":[[-2.223,-3.982],[2.643,-3.712],[2.225,3.982],[-2.643,3.714]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.877999997606,0.532999973671,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[210.143,345.663],"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":"Group 84","np":4,"cix":2,"ix":84,"mn":"ADBE Vector Group","hd":false},{"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":[[-2.224,-3.981],[2.643,-3.713],[2.224,3.981],[-2.643,3.713]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.877999997606,0.532999973671,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[217.592,346.072],"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":"Group 85","np":4,"cix":2,"ix":85,"mn":"ADBE Vector Group","hd":false},{"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":[[-2.223,-3.981],[2.643,-3.713],[2.223,3.982],[-2.643,3.714]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.877999997606,0.532999973671,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[225.04,346.482],"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":"Group 86","np":4,"cix":2,"ix":86,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-0.518,4.388],[-14.252,-7.465],[-14.42,-4.386],[-0.685,7.465],[14.253,-2.81],[14.42,-5.888]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.760999971278,0.4,0.136999990426,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[209.559,361.528],"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":"Group 87","np":4,"cix":2,"ix":87,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-0.979,14.031],[10.549,6.1],[11.579,-12.815],[0.515,-13.423],[-10.549,-14.031],[-11.579,4.885]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.642999985639,0.238999998803,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[210.003,352.197],"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":"Group 88","np":4,"cix":2,"ix":88,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-0.418,3.544],[-11.511,-6.029],[-11.647,-3.544],[-0.553,6.029],[11.513,-2.27],[11.647,-4.756]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.877999997606,0.532999973671,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[209.355,364.277],"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":"Group 89","np":4,"cix":2,"ix":89,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-0.394,3.329],[-10.817,-5.665],[-10.944,-3.33],[-0.521,5.665],[10.816,-2.134],[10.944,-4.469]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.760999971278,0.4,0.136999990426,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[209.257,365.852],"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":"Group 90","np":4,"cix":2,"ix":90,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.722,0.457],[0.441,0.705],[0,0]],"o":[[0,0],[0.442,0.704],[0.722,-0.457],[0,0],[0,0]],"v":[[-2.622,-1.371],[-0.433,2.122],[1.674,2.57],[2.181,0.466],[-0.01,-3.027]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.579999976065,0.356999984442,0.156999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[293.365,335.847],"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":"Group 91","np":4,"cix":2,"ix":91,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.722,0.457],[0.441,0.705],[0,0]],"o":[[0,0],[0.442,0.704],[0.722,-0.457],[0,0],[0,0]],"v":[[-2.622,-1.371],[-0.433,2.122],[1.674,2.57],[2.181,0.466],[-0.01,-3.027]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.579999976065,0.356999984442,0.156999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[297.604,333.161],"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":"Group 92","np":4,"cix":2,"ix":92,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.722,0.457],[0.441,0.705],[0,0]],"o":[[0,0],[0.442,0.704],[0.722,-0.458],[0,0],[0,0]],"v":[[-2.622,-1.371],[-0.433,2.122],[1.674,2.57],[2.181,0.466],[-0.009,-3.027]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.579999976065,0.356999984442,0.156999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[301.843,330.476],"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":"Group 93","np":4,"cix":2,"ix":93,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.722,0.457],[0.442,0.705],[0,0]],"o":[[0,0],[0.442,0.704],[0.722,-0.458],[0,0],[0,0]],"v":[[-2.623,-1.371],[-0.433,2.122],[1.674,2.57],[2.181,0.466],[-0.01,-3.027]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.579999976065,0.356999984442,0.156999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[306.083,327.79],"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":"Group 94","np":4,"cix":2,"ix":94,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.722,0.457],[0.442,0.705],[0,0]],"o":[[0,0],[0.442,0.704],[0.722,-0.458],[0,0],[0,0]],"v":[[-2.623,-1.371],[-0.433,2.122],[1.674,2.57],[2.181,0.466],[-0.009,-3.027]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.579999976065,0.356999984442,0.156999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[310.322,325.105],"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":"Group 95","np":4,"cix":2,"ix":95,"mn":"ADBE Vector Group","hd":false},{"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":[[-12.56,5.379],[9.664,-8.7],[12.56,-7.09],[-12.365,8.7]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.477999997606,0.250999989229,0.122000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[299.853,326.553],"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":"Group 96","np":4,"cix":2,"ix":96,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.406,-2.865],[-1.101,-4.324],[3.406,2.865],[1.101,4.325]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.477999997606,0.250999989229,0.122000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[289.759,319.834],"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":"Group 97","np":4,"cix":2,"ix":97,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.406,-2.865],[-1.101,-4.324],[3.406,2.865],[1.101,4.324]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.477999997606,0.250999989229,0.122000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[297.596,314.869],"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":"Group 98","np":4,"cix":2,"ix":98,"mn":"ADBE Vector Group","hd":false},{"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":[[3.457,6.447],[4.294,5.917],[-3.457,-6.447],[-4.294,-5.915]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.579999976065,0.356999984442,0.156999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[285.166,322.52],"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":"Group 99","np":4,"cix":2,"ix":99,"mn":"ADBE Vector Group","hd":false},{"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":[[3.457,6.447],[4.294,5.917],[-3.457,-6.447],[-4.294,-5.915]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.579999976065,0.356999984442,0.156999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[287.096,321.297],"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":"Group 100","np":4,"cix":2,"ix":100,"mn":"ADBE Vector Group","hd":false},{"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":[[-2.137,1.884],[2.613,-1.126],[2.138,-1.884],[-2.613,1.126]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.579999976065,0.356999984442,0.156999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[290.75,329.277],"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":"Group 101","np":4,"cix":2,"ix":101,"mn":"ADBE Vector Group","hd":false},{"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":[[-2.343,0.919],[1.838,-1.728],[2.344,-0.921],[-1.836,1.728]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.477999997606,0.250999989229,0.122000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[290.259,328.495],"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":"Group 102","np":4,"cix":2,"ix":102,"mn":"ADBE Vector Group","hd":false},{"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":[[-2.823,-0.197],[1.041,-2.645],[2.823,0.197],[-1.042,2.645]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.477999997606,0.250999989229,0.122000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[281.365,314.307],"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":"Group 103","np":4,"cix":2,"ix":103,"mn":"ADBE Vector Group","hd":false},{"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":[[3.457,6.446],[4.294,5.917],[-3.457,-6.447],[-4.294,-5.916]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.579999976065,0.356999984442,0.156999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[292.612,317.802],"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":"Group 104","np":4,"cix":2,"ix":104,"mn":"ADBE Vector Group","hd":false},{"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":[[3.457,6.446],[4.294,5.916],[-3.457,-6.446],[-4.294,-5.916]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.579999976065,0.356999984442,0.156999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[294.542,316.58],"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":"Group 105","np":4,"cix":2,"ix":105,"mn":"ADBE Vector Group","hd":false},{"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":[[-2.138,1.884],[2.613,-1.126],[2.138,-1.884],[-2.613,1.126]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.579999976065,0.356999984442,0.156999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[298.197,324.559],"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":"Group 106","np":4,"cix":2,"ix":106,"mn":"ADBE Vector Group","hd":false},{"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":[[-2.344,0.92],[1.837,-1.728],[2.343,-0.921],[-1.837,1.728]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.477999997606,0.250999989229,0.122000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[297.706,323.777],"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":"Group 107","np":4,"cix":2,"ix":107,"mn":"ADBE Vector Group","hd":false},{"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":[[-2.823,-0.197],[1.042,-2.645],[2.823,0.196],[-1.042,2.645]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.477999997606,0.250999989229,0.122000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[288.811,309.59],"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":"Group 108","np":4,"cix":2,"ix":108,"mn":"ADBE Vector Group","hd":false},{"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":[[3.457,6.446],[4.293,5.917],[-3.457,-6.447],[-4.293,-5.916]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.579999976065,0.356999984442,0.156999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[300.059,313.085],"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":"Group 109","np":4,"cix":2,"ix":109,"mn":"ADBE Vector Group","hd":false},{"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":[[3.457,6.447],[4.293,5.917],[-3.457,-6.447],[-4.293,-5.915]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.579999976065,0.356999984442,0.156999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[301.989,311.862],"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":"Group 110","np":4,"cix":2,"ix":110,"mn":"ADBE Vector Group","hd":false},{"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":[[-2.137,1.884],[2.613,-1.126],[2.138,-1.884],[-2.613,1.126]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.579999976065,0.356999984442,0.156999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[305.643,319.842],"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":"Group 111","np":4,"cix":2,"ix":111,"mn":"ADBE Vector Group","hd":false},{"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":[[-2.344,0.919],[1.837,-1.728],[2.343,-0.921],[-1.837,1.729]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.477999997606,0.250999989229,0.122000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[305.152,319.059],"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":"Group 112","np":4,"cix":2,"ix":112,"mn":"ADBE Vector Group","hd":false},{"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":[[-2.823,-0.196],[1.042,-2.645],[2.823,0.197],[-1.042,2.645]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.477999997606,0.250999989229,0.122000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[296.258,304.872],"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":"Group 113","np":4,"cix":2,"ix":113,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.272,0.435],[-0.433,0.274],[0,0],[-0.273,-0.435],[0.431,-0.274],[0,0]],"o":[[-0.272,-0.435],[0,0],[0.433,-0.275],[0.272,0.434],[0,0],[-0.432,0.274]],"v":[[-10.149,6.43],[-9.859,5.147],[8.872,-6.719],[10.149,-6.428],[9.86,-5.146],[-8.873,6.72]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.579999976065,0.356999984442,0.156999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[309.021,341.823],"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":"Group 114","np":4,"cix":2,"ix":114,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.272,0.435],[-0.433,0.273],[0,0],[-0.273,-0.435],[0.431,-0.274],[0,0]],"o":[[-0.272,-0.435],[0,0],[0.432,-0.274],[0.272,0.434],[0,0],[-0.432,0.273]],"v":[[-11.794,7.472],[-11.505,6.19],[10.518,-7.762],[11.794,-7.471],[11.505,-6.189],[-10.519,7.763]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.579999976065,0.356999984442,0.156999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[287.427,307.382],"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":"Group 115","np":4,"cix":2,"ix":115,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-1.347,0.854],[0.824,1.316],[0,0]],"o":[[0,0],[0.826,1.316],[1.348,-0.853],[0,0],[0,0]],"v":[[-4.219,-1.482],[-1.483,2.882],[2.449,3.719],[3.396,-0.208],[0.66,-4.573]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.579999976065,0.356999984442,0.156999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[273.306,300.204],"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":"Group 116","np":4,"cix":2,"ix":116,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-1.348,0.854],[0.825,1.317],[0,0]],"o":[[0,0],[0.825,1.316],[1.347,-0.853],[0,0],[0,0]],"v":[[-4.22,-1.482],[-1.484,2.882],[2.449,3.719],[3.394,-0.209],[0.658,-4.573]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.579999976065,0.356999984442,0.156999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[280.108,295.896],"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":"Group 117","np":4,"cix":2,"ix":117,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-1.347,0.854],[0.824,1.317],[0,0]],"o":[[0,0],[0.826,1.316],[1.348,-0.853],[0,0],[0,0]],"v":[[-4.219,-1.482],[-1.483,2.882],[2.449,3.719],[3.396,-0.209],[0.66,-4.573]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.579999976065,0.356999984442,0.156999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[286.909,291.587],"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":"Group 118","np":4,"cix":2,"ix":118,"mn":"ADBE Vector Group","hd":false},{"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":[[-6.616,9.517],[11.396,-1.893],[6.616,-9.517],[-11.396,1.893]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.638999968884,0.430999995213,0.246999987434,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[306.833,338.333],"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":"Group 119","np":4,"cix":2,"ix":119,"mn":"ADBE Vector Group","hd":false},{"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":[[-13.298,3.002],[8.431,-10.764],[13.298,-3.003],[-8.432,10.764]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.702000038297,0.510000011968,0.337000020345,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[302.01,330.642],"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":"Group 120","np":4,"cix":2,"ix":120,"mn":"ADBE Vector Group","hd":false},{"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":[[-16.378,-1.911],[5.352,-15.677],[16.379,1.911],[-5.352,15.678]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.702000038297,0.510000011968,0.337000020345,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[292.941,316.177],"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":"Group 121","np":4,"cix":2,"ix":121,"mn":"ADBE Vector Group","hd":false},{"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":[[-15.818,-0.149],[6.69,-14.409],[15.817,0.149],[-6.691,14.409]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.702000038297,0.510000011968,0.337000020345,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[282.95,300.241],"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":"Group 122","np":4,"cix":2,"ix":122,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-2.942,1.863],[1.801,2.873],[0,0]],"o":[[0,0],[1.8,2.872],[2.942,-1.865],[0,0],[0,0]],"v":[[-7.277,-0.146],[-5.177,3.205],[3.41,5.032],[5.477,-3.544],[3.375,-6.895]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.702000038297,0.510000011968,0.337000020345,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[310.038,343.854],"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":"Group 123","np":4,"cix":2,"ix":123,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-4.478,2.836],[2.741,4.372],[0,0]],"o":[[0,0],[2.741,4.372],[4.476,-2.836],[0,0],[0,0]],"v":[[-11.074,-0.221],[-7.879,4.876],[5.191,7.656],[8.333,-5.395],[5.137,-10.492]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.477999997606,0.250999989229,0.122000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[310.924,345.482],"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":"Group 124","np":4,"cix":2,"ix":124,"mn":"ADBE Vector Group","hd":false},{"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":[[-4.196,0.047],[1.853,-3.785],[4.197,-0.047],[-1.853,3.785]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.702000038297,0.510000011968,0.337000020345,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[315.836,352.693],"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":"Group 125","np":4,"cix":2,"ix":125,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-1.28,0.81],[0.784,1.251],[0,0]],"o":[[0,0],[0.784,1.251],[1.282,-0.812],[0,0],[0,0]],"v":[[-3.168,-0.063],[-2.254,1.395],[1.484,2.191],[2.384,-1.543],[1.47,-3.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.579999976065,0.356999984442,0.156999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[316.958,354.662],"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":"Group 126","np":4,"cix":2,"ix":126,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.021,0.658],[0.533,-0.017],[-0.02,-0.659],[-0.533,0.017]],"o":[[-0.021,-0.657],[-0.534,0.016],[0.021,0.658],[0.533,-0.017]],"v":[[0.966,-0.031],[-0.038,-1.191],[-0.966,0.031],[0.036,1.191]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.702000038297,0.510000011968,0.337000020345,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[319.313,360.217],"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":"Group 127","np":4,"cix":2,"ix":127,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.732,0.381],[-0.308,0.599],[-0.732,-0.381],[0.308,-0.6]],"o":[[-0.732,-0.381],[0.31,-0.6],[0.733,0.381],[-0.309,0.6]],"v":[[-0.559,1.086],[-1.327,-0.69],[0.56,-1.087],[1.327,0.69]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.702000038297,0.510000011968,0.337000020345,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[321.627,358.875],"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":"Group 128","np":4,"cix":2,"ix":128,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.339,0.216],[-0.214,-0.341],[0,0],[0.339,-0.214],[0.214,0.341]],"o":[[-0.215,-0.341],[0.339,-0.215],[0,0],[0.213,0.341],[-0.34,0.215],[0,0]],"v":[[-1.634,-1.238],[-1.408,-2.247],[-0.406,-2.018],[1.637,1.24],[1.409,2.246],[0.406,2.018]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.702000038297,0.510000011968,0.337000020345,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[319.795,358.93],"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":"Group 129","np":4,"cix":2,"ix":129,"mn":"ADBE Vector Group","hd":false},{"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":[[-6.069,4.668],[3.245,-6.955],[6.069,-4.669],[-3.246,6.955]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.102000000898,0.39199999641,0.451000019148,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[350.065,306.346],"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":"Group 130","np":4,"cix":2,"ix":130,"mn":"ADBE Vector Group","hd":false},{"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":[[-8.401,-6.124],[-7.742,-6.947],[8.401,6.125],[7.742,6.947]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.128999986836,0.486000001197,0.560999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[365.958,314.296],"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":"Group 131","np":4,"cix":2,"ix":131,"mn":"ADBE Vector Group","hd":false},{"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":[[-28.177,-21.734],[-27.124,-23.047],[28.177,21.733],[27.124,23.046]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.294000004787,0.564999988032,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[338.879,290.608],"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":"Group 132","np":4,"cix":2,"ix":132,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.558,1.943],[0,0],[2.022,1.638],[0,0]],"o":[[0,0],[1.557,-1.943],[0,0],[2.021,1.637]],"v":[[-7.211,14.216],[12.134,-9.924],[11.293,-16.407],[-13.691,14.77]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.102000000898,0.39199999641,0.451000019148,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[300.702,276.136],"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":"Group 133","np":4,"cix":2,"ix":133,"mn":"ADBE Vector Group","hd":false},{"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":[[-7.965,8.484],[6.551,-9.629],[7.966,-8.483],[-6.549,9.63]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.128999986836,0.486000001197,0.560999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[306.679,285.872],"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":"Group 134","np":4,"cix":2,"ix":134,"mn":"ADBE Vector Group","hd":false},{"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":[[-7.966,8.483],[6.55,-9.629],[7.965,-8.483],[-6.55,9.629]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.128999986836,0.486000001197,0.560999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[311.184,289.52],"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":"Group 135","np":4,"cix":2,"ix":135,"mn":"ADBE Vector Group","hd":false},{"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":[[-7.965,8.484],[6.551,-9.629],[7.966,-8.483],[-6.551,9.63]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.128999986836,0.486000001197,0.560999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[315.689,293.168],"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":"Group 136","np":4,"cix":2,"ix":136,"mn":"ADBE Vector Group","hd":false},{"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":[[-7.966,8.484],[6.55,-9.629],[7.966,-8.483],[-6.55,9.63]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.128999986836,0.486000001197,0.560999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[320.193,296.816],"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":"Group 137","np":4,"cix":2,"ix":137,"mn":"ADBE Vector Group","hd":false},{"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":[[-7.966,8.483],[6.55,-9.629],[7.966,-8.483],[-6.55,9.629]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.128999986836,0.486000001197,0.560999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[324.698,300.464],"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":"Group 138","np":4,"cix":2,"ix":138,"mn":"ADBE Vector Group","hd":false},{"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":[[-7.759,8.224],[6.342,-9.371],[7.758,-8.224],[-6.343,9.37]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.128999986836,0.486000001197,0.560999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[329.411,303.852],"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":"Group 139","np":4,"cix":2,"ix":139,"mn":"ADBE Vector Group","hd":false},{"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":[[-7.344,7.707],[5.927,-8.854],[7.344,-7.707],[-5.928,8.853]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.128999986836,0.486000001197,0.560999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[334.33,306.982],"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":"Group 140","np":4,"cix":2,"ix":140,"mn":"ADBE Vector Group","hd":false},{"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":[[-6.462,6.608],[5.046,-7.753],[6.462,-6.607],[-5.047,7.754]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.128999986836,0.486000001197,0.560999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[339.716,309.531],"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":"Group 141","np":4,"cix":2,"ix":141,"mn":"ADBE Vector Group","hd":false},{"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":[[-5.639,5.581],[4.223,-6.727],[5.639,-5.58],[-4.224,6.727]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.128999986836,0.486000001197,0.560999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[345.044,312.152],"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":"Group 142","np":4,"cix":2,"ix":142,"mn":"ADBE Vector Group","hd":false},{"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":[[-4.388,4.02],[2.973,-5.166],[4.388,-4.019],[-2.974,5.166]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.128999986836,0.486000001197,0.560999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[350.8,314.238],"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":"Group 143","np":4,"cix":2,"ix":143,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-16.192,5.918],[0,0],[0,0]],"o":[[0,0],[0,0],[19.978,24.842]],"v":[[31.623,17.799],[-19.648,-23.718],[-31.622,-8.777]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.294000004787,0.564999988032,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[328.395,297.61],"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":"Group 144","np":4,"cix":2,"ix":144,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-19.335,8.236],[0,0],[0,0]],"o":[[0,0],[0,0],[21.613,28.38]],"v":[[36.026,18.967],[-20.992,-27.203],[-36.026,-8.443]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.128999986836,0.486000001197,0.560999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[328.586,298.031],"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":"Group 145","np":4,"cix":2,"ix":145,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.261,0.536],[-0.172,-3.318],[3.261,-0.537],[0.173,3.318]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.102000000898,0.39199999641,0.451000019148,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[359.816,310.907],"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":"Group 146","np":4,"cix":2,"ix":146,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-4.62,2.13],[4.62,-0.918],[4.133,-2.13]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.811999990426,0.435000011968,0.187999994615,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[49.677,258.559],"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":"Group 147","np":4,"cix":2,"ix":147,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.73,-1.817],[-1.755,0.713],[0,0]],"o":[[0,0],[-1.755,0.713],[0.73,1.816],[0,0],[0,0]],"v":[[3.631,-5.132],[-3.688,-2.158],[-5.544,2.421],[-1.045,4.419],[6.274,1.446]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.322000002394,0.128999986836,0.105999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[114.128,232.659],"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":"Group 148","np":4,"cix":2,"ix":148,"mn":"ADBE Vector Group","hd":false},{"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":[[5.668,-6.721],[8.398,0.072],[-7.976,6.721],[-8.398,-1.008]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.8,0.216000007181,0.216000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[107.627,223.141],"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":"Group 149","np":4,"cix":2,"ix":149,"mn":"ADBE Vector Group","hd":false},{"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":[[9.552,0.54],[6.822,-6.253],[-9.551,0.396],[-4.514,6.253]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.8,0.216000007181,0.216000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.071,244.064],"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":"Group 150","np":4,"cix":2,"ix":150,"mn":"ADBE Vector Group","hd":false},{"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":[[5.253,-10.624],[11.12,3.975],[-5.253,10.624],[-11.12,-3.975]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.184000007779,0.184000007779,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[110.772,233.837],"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":"Group 151","np":4,"cix":2,"ix":151,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.39,-0.97],[-0.389,-0.97],[0,0],[-0.39,-0.969],[-0.39,-0.97],[0,0],[0.634,1.577],[0,0],[0.634,1.577],[0,0]],"o":[[0.39,0.971],[0.391,0.97],[0,0],[0.39,0.971],[0.39,0.971],[0,0],[-0.633,-1.577],[0,0],[-0.634,-1.576],[0,0]],"v":[[-7.078,-15.726],[-6.952,-7.03],[-3.653,1.175],[-0.355,9.381],[5.563,15.725],[6.733,18.636],[7.614,14.892],[1.294,-0.833],[-5.027,-16.559],[-8.248,-18.636]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.2,0.322000002394,0.560999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[104.392,236.736],"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":"Group 152","np":4,"cix":2,"ix":152,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.529,-1.318],[-1.274,0.517],[0,0]],"o":[[0,0],[-1.274,0.518],[0.53,1.319],[0,0],[0,0]],"v":[[2.635,-3.725],[-2.678,-1.567],[-4.026,1.757],[-0.759,3.208],[4.555,1.049]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.322000002394,0.128999986836,0.105999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[99.08,238.777],"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":"Group 153","np":4,"cix":2,"ix":153,"mn":"ADBE Vector Group","hd":false},{"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":[[3.236,-5.234],[5.657,0.79],[-5.282,5.234],[-5.657,-1.622]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.8,0.216000007181,0.216000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[95.152,229.563],"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":"Group 154","np":4,"cix":2,"ix":154,"mn":"ADBE Vector Group","hd":false},{"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":[[6.68,1.206],[4.259,-4.817],[-6.68,-0.375],[-2.213,4.818]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.8,0.216000007181,0.216000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[101.755,248.118],"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":"Group 155","np":4,"cix":2,"ix":155,"mn":"ADBE Vector Group","hd":false},{"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":[[2.868,-8.695],[8.072,4.252],[-2.867,8.695],[-8.072,-4.252]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.184000007779,0.184000007779,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[97.942,239.048],"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":"Group 156","np":4,"cix":2,"ix":156,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.346,-0.86],[-0.345,-0.86],[0,0],[-0.345,-0.861],[-0.346,-0.861],[0,0],[0.562,1.399],[0,0],[0.562,1.398],[0,0]],"o":[[0.346,0.86],[0.346,0.861],[0,0],[0.346,0.86],[0.346,0.86],[0,0],[-0.562,-1.398],[0,0],[-0.562,-1.399],[0,0]],"v":[[-6.277,-13.946],[-6.165,-6.234],[-3.239,1.042],[-0.315,8.32],[4.934,13.947],[5.972,16.527],[6.753,13.207],[1.147,-0.739],[-4.458,-14.685],[-7.315,-16.527]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.2,0.322000002394,0.560999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[94.074,240.891],"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":"Group 157","np":4,"cix":2,"ix":157,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.475,-1.184],[-1.143,0.464],[0,0]],"o":[[0,0],[-1.143,0.464],[0.476,1.183],[0,0],[0,0]],"v":[[2.365,-3.342],[-2.403,-1.406],[-3.612,1.577],[-0.681,2.878],[4.087,0.941]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.322000002394,0.128999986836,0.105999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[89.263,242.744],"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":"Group 158","np":4,"cix":2,"ix":158,"mn":"ADBE Vector Group","hd":false},{"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":[[2.903,-4.696],[5.076,0.709],[-4.74,4.696],[-5.076,-1.456]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.8,0.216000007181,0.216000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[85.74,234.477],"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":"Group 159","np":4,"cix":2,"ix":159,"mn":"ADBE Vector Group","hd":false},{"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":[[5.994,1.081],[3.822,-4.323],[-5.993,-0.338],[-1.986,4.322]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.8,0.216000007181,0.216000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[91.663,251.126],"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":"Group 160","np":4,"cix":2,"ix":160,"mn":"ADBE Vector Group","hd":false},{"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":[[2.573,-7.801],[7.242,3.816],[-2.573,7.802],[-7.242,-3.815]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.184000007779,0.184000007779,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[88.242,242.987],"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":"Group 161","np":4,"cix":2,"ix":161,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.311,-0.772],[-0.31,-0.772],[0,0],[-0.31,-0.773],[-0.31,-0.772],[0,0],[0.504,1.255],[0,0],[0.504,1.255],[0,0]],"o":[[0.31,0.771],[0.31,0.772],[0,0],[0.31,0.772],[0.31,0.772],[0,0],[-0.504,-1.255],[0,0],[-0.504,-1.255],[0,0]],"v":[[-5.632,-12.514],[-5.531,-5.595],[-2.907,0.934],[-0.282,7.465],[4.427,12.512],[5.358,14.829],[6.059,11.849],[1.03,-0.663],[-4,-13.177],[-6.563,-14.83]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.2,0.322000002394,0.560999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[84.772,244.642],"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":"Group 162","np":4,"cix":2,"ix":162,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.414,-1.031],[-0.996,0.405],[0,0]],"o":[[0,0],[-0.996,0.405],[0.415,1.031],[0,0],[0,0]],"v":[[2.062,-2.914],[-2.094,-1.226],[-3.148,1.374],[-0.593,2.508],[3.562,0.82]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.322000002394,0.128999986836,0.105999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[80.445,246.303],"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":"Group 163","np":4,"cix":2,"ix":163,"mn":"ADBE Vector Group","hd":false},{"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":[[2.531,-4.093],[4.425,0.618],[-4.131,4.093],[-4.425,-1.269]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.8,0.216000007181,0.216000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[77.374,239.096],"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":"Group 164","np":4,"cix":2,"ix":164,"mn":"ADBE Vector Group","hd":false},{"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":[[5.225,0.943],[3.331,-3.768],[-5.225,-0.293],[-1.73,3.768]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.8,0.216000007181,0.216000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[82.537,253.609],"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":"Group 165","np":4,"cix":2,"ix":165,"mn":"ADBE Vector Group","hd":false},{"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":[[2.243,-6.801],[6.313,3.326],[-2.243,6.801],[-6.313,-3.326]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.184000007779,0.184000007779,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[79.555,246.515],"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":"Group 166","np":4,"cix":2,"ix":166,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.271,-0.673],[-0.27,-0.673],[0,0],[-0.27,-0.673],[-0.27,-0.672],[0,0],[0.439,1.094],[0,0],[0.44,1.094],[0,0]],"o":[[0.271,0.673],[0.271,0.673],[0,0],[0.271,0.673],[0,0],[0,0],[-0.44,-1.093],[0,0],[-0.439,-1.094],[0,0]],"v":[[-4.909,-10.907],[-4.822,-4.876],[-2.534,0.817],[-0.246,6.508],[3.859,10.908],[4.671,12.927],[5.282,10.33],[0.898,-0.577],[-3.487,-11.485],[-5.721,-12.927]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.2,0.322000002394,0.560999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[76.531,247.956],"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":"Group 167","np":4,"cix":2,"ix":167,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.364,-0.905],[-0.874,0.355],[0,0]],"o":[[0,0],[-0.874,0.355],[0.363,0.905],[0,0],[0,0]],"v":[[1.809,-2.556],[-1.837,-1.075],[-2.762,1.206],[-0.52,2.201],[3.126,0.72]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.322000002394,0.128999986836,0.105999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[72.684,249.436],"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":"Group 168","np":4,"cix":2,"ix":168,"mn":"ADBE Vector Group","hd":false},{"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":[[2.22,-3.591],[3.882,0.543],[-3.625,3.591],[-3.882,-1.112]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.8,0.216000007181,0.216000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[69.99,243.114],"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":"Group 169","np":4,"cix":2,"ix":169,"mn":"ADBE Vector Group","hd":false},{"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":[[4.584,0.827],[2.922,-3.307],[-4.584,-0.258],[-1.519,3.306]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.8,0.216000007181,0.216000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[74.52,255.847],"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":"Group 170","np":4,"cix":2,"ix":170,"mn":"ADBE Vector Group","hd":false},{"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":[[1.968,-5.967],[5.539,2.917],[-1.969,5.967],[-5.538,-2.919]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.184000007779,0.184000007779,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.904,249.623],"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":"Group 171","np":4,"cix":2,"ix":171,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.237,-0.59],[-0.237,-0.591],[0,0],[-0.237,-0.591],[-0.237,-0.591],[0,0],[0.386,0.96],[0,0],[0.386,0.96],[0,0]],"o":[[0.237,0.591],[0.237,0.591],[0,0],[0.238,0.591],[0.237,0.59],[0,0],[-0.386,-0.959],[0,0],[-0.386,-0.959],[0,0]],"v":[[-4.307,-9.57],[-4.23,-4.278],[-2.223,0.716],[-0.217,5.709],[3.385,9.57],[4.098,11.341],[4.633,9.063],[0.788,-0.507],[-3.06,-10.077],[-5.02,-11.341]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.2,0.322000002394,0.560999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[69.25,250.888],"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":"Group 172","np":4,"cix":2,"ix":172,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.331,-0.823],[-0.795,0.323],[0,0]],"o":[[0,0],[-0.796,0.323],[0.33,0.823],[0,0],[0,0]],"v":[[1.645,-2.325],[-1.671,-0.978],[-2.512,1.097],[-0.474,2.002],[2.843,0.655]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.322000002394,0.128999986836,0.105999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[65.806,252.218],"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":"Group 173","np":4,"cix":2,"ix":173,"mn":"ADBE Vector Group","hd":false},{"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":[[2.02,-3.266],[3.531,0.495],[-3.297,3.267],[-3.531,-1.011]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.8,0.216000007181,0.216000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[63.354,246.466],"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":"Group 174","np":4,"cix":2,"ix":174,"mn":"ADBE Vector Group","hd":false},{"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":[[4.17,0.753],[2.658,-3.007],[-4.17,-0.234],[-1.381,3.008]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.8,0.216000007181,0.216000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[67.476,258.049],"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":"Group 175","np":4,"cix":2,"ix":175,"mn":"ADBE Vector Group","hd":false},{"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":[[1.79,-5.427],[5.038,2.654],[-1.79,5.427],[-5.038,-2.655]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.184000007779,0.184000007779,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[65.096,252.387],"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":"Group 176","np":4,"cix":2,"ix":176,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.216,-0.537],[0,0],[-0.216,-0.537],[-0.216,-0.537],[0,0],[0.351,0.872],[0,0],[0.35,0.873],[0,0]],"o":[[0.216,0.537],[0.216,0.538],[0,0],[0.216,0.538],[0,0],[0,0],[-0.351,-0.873],[0,0],[-0.351,-0.872],[0,0]],"v":[[-3.919,-8.705],[-3.848,-3.892],[-2.023,0.65],[-0.197,5.193],[3.079,8.705],[3.728,10.316],[4.215,8.244],[0.715,-0.462],[-2.783,-9.167],[-4.566,-10.316]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.2,0.322000002394,0.560999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[62.682,253.538],"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":"Group 177","np":4,"cix":2,"ix":177,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.276,-0.686],[-0.663,0.27],[0,0]],"o":[[0,0],[-0.663,0.27],[0.276,0.687],[0,0],[0,0]],"v":[[1.373,-1.939],[-1.394,-0.816],[-2.096,0.915],[-0.395,1.669],[2.372,0.547]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.322000002394,0.128999986836,0.105999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[59.426,254.789],"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":"Group 178","np":4,"cix":2,"ix":178,"mn":"ADBE Vector Group","hd":false},{"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":[[1.685,-2.725],[2.946,0.412],[-2.751,2.725],[-2.946,-0.844]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.8,0.216000007181,0.216000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[57.381,249.991],"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":"Group 179","np":4,"cix":2,"ix":179,"mn":"ADBE Vector Group","hd":false},{"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":[[3.479,0.628],[2.217,-2.509],[-3.479,-0.195],[-1.152,2.509]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.8,0.216000007181,0.216000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[60.819,259.654],"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":"Group 180","np":4,"cix":2,"ix":180,"mn":"ADBE Vector Group","hd":false},{"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":[[1.493,-4.528],[4.203,2.214],[-1.493,4.528],[-4.203,-2.215]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.184000007779,0.184000007779,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[58.834,254.931],"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":"Group 181","np":4,"cix":2,"ix":181,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.18,-0.448],[-0.181,-0.449],[0,0],[-0.18,-0.449],[-0.179,-0.448],[0,0],[0.293,0.728],[0,0],[0.293,0.729],[0,0]],"o":[[0.18,0.448],[0.179,0.448],[0,0],[0.181,0.448],[0.181,0.449],[0,0],[-0.293,-0.729],[0,0],[-0.293,-0.727],[0,0]],"v":[[-3.269,-7.262],[-3.21,-3.246],[-1.687,0.544],[-0.165,4.333],[2.568,7.262],[3.109,8.606],[3.516,6.878],[0.598,-0.384],[-2.322,-7.647],[-3.81,-8.606]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.2,0.322000002394,0.560999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[56.82,255.89],"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":"Group 182","np":4,"cix":2,"ix":182,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.475,-1.179],[-1.141,0.463],[0,0]],"o":[[0,0],[-1.14,0.463],[0.474,1.181],[0,0],[0,0]],"v":[[1.027,-2.793],[-1.063,-1.943],[-2.269,1.031],[0.655,2.329],[2.744,1.48]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.811999990426,0.435000011968,0.187999994615,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[54.389,256.789],"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":"Group 183","np":4,"cix":2,"ix":183,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-1.2,-1.533],[-1.482,1.172],[0,0]],"o":[[0,0],[-1.482,1.172],[1.201,1.533],[0,0],[0,0]],"v":[[0.871,-5.095],[-3.51,-1.628],[-4.018,3.27],[0.839,3.923],[5.219,0.456]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.322000002394,0.128999986836,0.105999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[109.612,267.586],"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":"Group 184","np":4,"cix":2,"ix":184,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-1.2,-1.533],[-1.482,1.172],[0,0]],"o":[[0,0],[-1.481,1.172],[1.201,1.533],[0,0],[0,0]],"v":[[0.87,-5.095],[-3.51,-1.628],[-4.019,3.27],[0.838,3.923],[5.218,0.456]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.322000002394,0.128999986836,0.105999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[134.953,299.937],"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":"Group 185","np":4,"cix":2,"ix":185,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.779,-0.994],[-0.961,0.761],[0,0]],"o":[[0,0],[-0.96,0.761],[0.779,0.994],[0,0],[0,0]],"v":[[1.059,-3.696],[-2.771,-0.666],[-3.1,2.511],[0.049,2.934],[3.879,-0.095]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.322000002394,0.128999986836,0.105999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[119.347,286.117],"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":"Group 186","np":4,"cix":2,"ix":186,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-1.197,-1.528],[-1.477,1.169],[0,0]],"o":[[0,0],[-1.477,1.169],[1.197,1.529],[0,0],[0,0]],"v":[[1.628,-5.681],[-4.258,-1.023],[-4.765,3.861],[0.077,4.512],[5.963,-0.147]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.322000002394,0.128999986836,0.105999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[137.758,271.513],"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":"Group 187","np":4,"cix":2,"ix":187,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-1.95,-2.49],[-2.406,1.905],[0,0]],"o":[[0,0],[-2.406,1.904],[1.95,2.489],[0,0],[0,0]],"v":[[2.968,-9.505],[-7.254,-1.415],[-8.08,6.542],[-0.192,7.601],[10.03,-0.488]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.588000009574,0.224000010771,0.184000007779,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[135.055,273.597],"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":"Group 188","np":4,"cix":2,"ix":188,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-1.95,-2.489],[-2.407,1.904],[0,0]],"o":[[0,0],[-2.406,1.904],[1.951,2.49],[0,0],[0,0]],"v":[[7.253,-12.897],[-11.539,1.976],[-12.365,9.932],[-4.476,10.993],[14.315,-3.88]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.870999983245,0.380000005984,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[120.956,284.755],"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":"Group 189","np":4,"cix":2,"ix":189,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-3.993,-5.098],[-4.927,3.9],[0,0]],"o":[[0,0],[-4.927,3.9],[3.994,5.099],[0,0],[0,0]],"v":[[6.078,-19.465],[-14.855,-2.898],[-16.546,13.395],[-0.392,15.565],[20.54,-1.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.842999985639,0.560999971278,0.411999990426,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[128.245,278.833],"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":"Group 190","np":4,"cix":2,"ix":190,"mn":"ADBE Vector Group","hd":false},{"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":[[-16.867,-24.393],[19.632,22.206],[16.868,24.393],[-19.632,-22.204]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.322000002394,0.128999986836,0.105999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[126.349,280.632],"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":"Group 191","np":4,"cix":2,"ix":191,"mn":"ADBE Vector Group","hd":false},{"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":[[-16.712,-25.623],[20.858,22.341],[16.711,25.623],[-20.858,-22.342]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.588000009574,0.224000010771,0.184000007779,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[139.481,270.241],"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":"Group 192","np":4,"cix":2,"ix":192,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-3.994,-5.099],[-4.927,3.9],[0,0]],"o":[[0,0],[-4.928,3.9],[3.994,5.1],[0,0],[0,0]],"v":[[-2.232,-12.889],[-6.546,-9.475],[-8.237,6.818],[7.917,8.989],[12.23,5.576]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.769000004787,0.298000021542,0.19199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[112.771,291.08],"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":"Group 193","np":4,"cix":2,"ix":193,"mn":"ADBE Vector Group","hd":false},{"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":[[-4.153,-33.883],[31.792,12.008],[4.153,33.883],[-31.792,-12.008]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.769000004787,0.298000021542,0.19199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[124.555,282.053],"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":"Group 194","np":4,"cix":2,"ix":194,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-5.499,-7.02],[-6.784,5.369],[0,0]],"o":[[0,0],[-6.784,5.369],[5.498,7.019],[0,0],[0,0]],"v":[[-2.41,-18.27],[-9.674,-12.52],[-12.002,9.913],[10.237,12.901],[17.501,7.152]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.842999985639,0.560999971278,0.411999990426,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[112.506,291.176],"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":"Group 195","np":4,"cix":2,"ix":195,"mn":"ADBE Vector Group","hd":false},{"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":[[-16.003,-24.654],[19.942,21.237],[17.235,24.654],[-19.942,-22.81]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.842999985639,0.560999971278,0.411999990426,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[108.766,294.699],"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":"Group 196","np":4,"cix":2,"ix":196,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.29,0.229],[-0.228,-0.29],[0,0],[0.289,-0.228],[0.228,0.29],[0,0]],"o":[[0.289,-0.229],[0,0],[0.228,0.291],[-0.289,0.23],[0,0],[-0.227,-0.291]],"v":[[-4.372,-5.582],[-3.436,-5.471],[4.483,4.64],[4.372,5.581],[3.436,5.47],[-4.484,-4.641]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.588000009574,0.224000010771,0.184000007779,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[79.584,291.558],"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":"Group 197","np":4,"cix":2,"ix":197,"mn":"ADBE Vector Group","hd":false},{"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":[[-0.853,-0.532],[-0.316,-0.958],[0.852,0.533],[0.314,0.958]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.769000004787,0.298000021542,0.19199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[70.542,298.713],"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":"Group 198","np":4,"cix":2,"ix":198,"mn":"ADBE Vector Group","hd":false},{"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":[[1.036,-1.258],[1.458,-0.717],[-1.036,1.258],[-1.459,0.717]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.769000004787,0.298000021542,0.19199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[70.811,298.501],"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":"Group 199","np":4,"cix":2,"ix":199,"mn":"ADBE Vector Group","hd":false},{"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":[[-0.002,-1.714],[1.657,0.404],[0.002,1.714],[-1.657,-0.404]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.842999985639,0.560999971278,0.411999990426,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[73.47,296.396],"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":"Group 200","np":4,"cix":2,"ix":200,"mn":"ADBE Vector Group","hd":false},{"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":[[-0.677,-1.469],[1.262,1.007],[0.677,1.469],[-1.262,-1.006]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.588000009574,0.224000010771,0.184000007779,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[72.351,297.282],"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":"Group 201","np":4,"cix":2,"ix":201,"mn":"ADBE Vector Group","hd":false},{"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":[[-0.475,-1.816],[1.646,0.891],[0.475,1.816],[-1.646,-0.889]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.588000009574,0.224000010771,0.184000007779,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[74.883,295.278],"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":"Group 202","np":4,"cix":2,"ix":202,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.871,-1.111],[-2.291,1.813],[0,0]],"o":[[0,0],[-2.291,1.812],[0.871,1.112],[0,0],[0,0]],"v":[[-0.055,-3.003],[-0.236,-2.86],[-2.807,2.434],[2.918,1.164],[3.098,1.022]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.722000002394,0.451000019148,0.310000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[78.098,292.52],"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":"Group 203","np":4,"cix":2,"ix":203,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-2.22,-2.835],[-2.291,1.813],[0,0]],"o":[[0,0],[-2.291,1.812],[2.221,2.835],[0,0],[0,0]],"v":[[-2.758,-6.111],[-2.938,-5.968],[-3.065,2.448],[5.105,4.298],[5.285,4.156]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.842999985639,0.560999971278,0.411999990426,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[78.356,292.507],"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":"Group 204","np":4,"cix":2,"ix":204,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-1.004,-1.282],[-1.239,0.981],[0,0]],"o":[[0,0],[-1.239,0.981],[1.004,1.281],[0,0],[0,0]],"v":[[0.728,-4.26],[-2.934,-1.362],[-3.359,2.734],[0.701,3.279],[4.363,0.381]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.588000009574,0.224000010771,0.184000007779,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[92.219,281.482],"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":"Group 205","np":4,"cix":2,"ix":205,"mn":"ADBE Vector Group","hd":false},{"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":[[-5.68,-5.34],[3.736,6.681],[5.68,4.3],[-2.921,-6.681]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.842999985639,0.560999971278,0.411999990426,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[84.168,288.028],"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":"Group 206","np":4,"cix":2,"ix":206,"mn":"ADBE Vector Group","hd":false},{"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":[[-1.286,-7.29],[6.749,2.966],[1.285,7.29],[-6.749,-2.967]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.769000004787,0.298000021542,0.19199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[82.352,289.368],"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":"Group 207","np":4,"cix":2,"ix":207,"mn":"ADBE Vector Group","hd":false},{"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":[[0.611,-9.378],[9.212,1.603],[-0.611,9.378],[-9.212,-1.604]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.769000004787,0.298000021542,0.19199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[90.459,282.95],"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":"Group 208","np":4,"cix":2,"ix":208,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.289,0.229],[-0.229,-0.291],[0,0],[0.289,-0.229],[0.228,0.291],[0,0]],"o":[[0.29,-0.229],[0,0],[0.227,0.291],[-0.29,0.229],[0,0],[-0.228,-0.291]],"v":[[-4.372,-5.582],[-3.435,-5.47],[4.484,4.641],[4.373,5.582],[3.436,5.47],[-4.483,-4.641]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.588000009574,0.224000010771,0.184000007779,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[104.812,323.766],"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":"Group 209","np":4,"cix":2,"ix":209,"mn":"ADBE Vector Group","hd":false},{"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":[[-0.852,-0.533],[-0.316,-0.958],[0.853,0.533],[0.316,0.958]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.769000004787,0.298000021542,0.19199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[95.77,330.922],"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":"Group 210","np":4,"cix":2,"ix":210,"mn":"ADBE Vector Group","hd":false},{"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":[[1.036,-1.257],[1.459,-0.717],[-1.035,1.257],[-1.459,0.718]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.769000004787,0.298000021542,0.19199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[96.039,330.71],"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":"Group 211","np":4,"cix":2,"ix":211,"mn":"ADBE Vector Group","hd":false},{"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":[[-0.002,-1.714],[1.657,0.405],[0.002,1.714],[-1.657,-0.404]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.842999985639,0.560999971278,0.411999990426,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[98.699,328.604],"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":"Group 212","np":4,"cix":2,"ix":212,"mn":"ADBE Vector Group","hd":false},{"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":[[-0.677,-1.469],[1.262,1.006],[0.677,1.469],[-1.262,-1.006]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.588000009574,0.224000010771,0.184000007779,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[97.579,329.491],"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":"Group 213","np":4,"cix":2,"ix":213,"mn":"ADBE Vector Group","hd":false},{"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":[[-0.475,-1.816],[1.645,0.889],[0.474,1.816],[-1.645,-0.89]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.588000009574,0.224000010771,0.184000007779,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.112,327.487],"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":"Group 214","np":4,"cix":2,"ix":214,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.871,-1.111],[-2.291,1.812],[0,0]],"o":[[0,0],[-2.291,1.812],[0.871,1.113],[0,0],[0,0]],"v":[[-0.056,-3.003],[-0.236,-2.86],[-2.807,2.434],[2.917,1.165],[3.098,1.022]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.722000002394,0.451000019148,0.310000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[103.327,324.728],"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":"Group 215","np":4,"cix":2,"ix":215,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-2.22,-2.835],[-2.291,1.813],[0,0]],"o":[[0,0],[-2.29,1.813],[2.221,2.835],[0,0],[0,0]],"v":[[-2.758,-6.111],[-2.938,-5.969],[-3.065,2.447],[5.105,4.298],[5.285,4.156]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.842999985639,0.560999971278,0.411999990426,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[103.584,324.716],"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":"Group 216","np":4,"cix":2,"ix":216,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-1.004,-1.281],[-1.239,0.981],[0,0]],"o":[[0,0],[-1.238,0.981],[1.004,1.281],[0,0],[0,0]],"v":[[0.727,-4.26],[-2.935,-1.363],[-3.36,2.733],[0.702,3.279],[4.363,0.381]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.588000009574,0.224000010771,0.184000007779,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[117.448,313.691],"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":"Group 217","np":4,"cix":2,"ix":217,"mn":"ADBE Vector Group","hd":false},{"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":[[-5.68,-5.34],[3.736,6.681],[5.68,4.3],[-2.921,-6.681]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.842999985639,0.560999971278,0.411999990426,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[109.397,320.236],"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":"Group 218","np":4,"cix":2,"ix":218,"mn":"ADBE Vector Group","hd":false},{"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":[[-1.285,-7.29],[6.749,2.966],[1.286,7.29],[-6.749,-2.966]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.769000004787,0.298000021542,0.19199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[107.58,321.576],"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":"Group 219","np":4,"cix":2,"ix":219,"mn":"ADBE Vector Group","hd":false},{"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":[[0.611,-9.377],[9.212,1.603],[-0.611,9.377],[-9.212,-1.604]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.769000004787,0.298000021542,0.19199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.688,315.159],"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":"Group 220","np":4,"cix":2,"ix":220,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-8.038,-2.556],[-1.698,21.509],[8.038,-21.509]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.783999992819,0.722000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[64.603,173.777],"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":"Group 221","np":4,"cix":2,"ix":221,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-12.322,-3.919],[-2.603,32.971],[12.323,-32.971]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.541000007181,0.569000004787,0.522000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[65.901,174.458],"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":"Group 222","np":4,"cix":2,"ix":222,"mn":"ADBE Vector Group","hd":false},{"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":[[2.863,-1.797],[1.809,2.861],[-2.863,1.796],[-1.808,-2.861]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.541000007181,0.569000004787,0.522000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[110.337,159.752],"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":"Group 223","np":4,"cix":2,"ix":223,"mn":"ADBE Vector Group","hd":false},{"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":[[1.923,-2.01],[0.869,2.648],[-1.923,2.011],[-0.869,-2.647]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.541000007181,0.569000004787,0.522000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[79.989,152.831],"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":"Group 224","np":4,"cix":2,"ix":224,"mn":"ADBE Vector Group","hd":false},{"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":[[15.31,1.459],[14.492,5.074],[-15.31,-2.014],[-14.617,-5.074]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.783999992819,0.722000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[95.401,156.478],"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":"Group 225","np":4,"cix":2,"ix":225,"mn":"ADBE Vector Group","hd":false},{"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":[[2.863,-1.797],[1.809,2.861],[-2.863,1.796],[-1.809,-2.861]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.541000007181,0.569000004787,0.522000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[108.294,168.779],"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":"Group 226","np":4,"cix":2,"ix":226,"mn":"ADBE Vector Group","hd":false},{"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":[[1.924,-2.011],[0.868,2.647],[-1.924,2.01],[-0.869,-2.648]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.541000007181,0.569000004787,0.522000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[77.946,161.858],"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":"Group 227","np":4,"cix":2,"ix":227,"mn":"ADBE Vector Group","hd":false},{"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":[[15.31,1.459],[14.492,5.074],[-15.31,-2.014],[-14.617,-5.074]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.783999992819,0.722000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[93.358,165.504],"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":"Group 228","np":4,"cix":2,"ix":228,"mn":"ADBE Vector Group","hd":false},{"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":[[2.863,-1.797],[1.809,2.861],[-2.863,1.796],[-1.809,-2.861]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.541000007181,0.569000004787,0.522000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[106.251,177.805],"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":"Group 229","np":4,"cix":2,"ix":229,"mn":"ADBE Vector Group","hd":false},{"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":[[1.923,-2.01],[0.869,2.648],[-1.923,2.011],[-0.869,-2.647]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.541000007181,0.569000004787,0.522000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[75.903,170.884],"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":"Group 230","np":4,"cix":2,"ix":230,"mn":"ADBE Vector Group","hd":false},{"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":[[15.31,1.459],[14.492,5.074],[-15.31,-2.014],[-14.617,-5.074]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.783999992819,0.722000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[91.316,174.531],"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":"Group 231","np":4,"cix":2,"ix":231,"mn":"ADBE Vector Group","hd":false},{"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":[[2.863,-1.797],[1.809,2.861],[-2.863,1.796],[-1.809,-2.861]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.541000007181,0.569000004787,0.522000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[104.208,186.832],"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":"Group 232","np":4,"cix":2,"ix":232,"mn":"ADBE Vector Group","hd":false},{"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":[[1.924,-2.01],[0.87,2.648],[-1.924,2.011],[-0.869,-2.647]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.541000007181,0.569000004787,0.522000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[73.86,179.911],"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":"Group 233","np":4,"cix":2,"ix":233,"mn":"ADBE Vector Group","hd":false},{"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":[[15.31,1.459],[14.492,5.074],[-15.31,-2.014],[-14.617,-5.074]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.783999992819,0.722000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[89.272,183.557],"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":"Group 234","np":4,"cix":2,"ix":234,"mn":"ADBE Vector Group","hd":false},{"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":[[2.863,-1.797],[1.809,2.861],[-2.863,1.796],[-1.808,-2.861]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.541000007181,0.569000004787,0.522000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[102.165,195.858],"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":"Group 235","np":4,"cix":2,"ix":235,"mn":"ADBE Vector Group","hd":false},{"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":[[1.924,-2.011],[0.87,2.647],[-1.924,2.01],[-0.869,-2.648]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.541000007181,0.569000004787,0.522000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.817,188.938],"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":"Group 236","np":4,"cix":2,"ix":236,"mn":"ADBE Vector Group","hd":false},{"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":[[15.31,1.459],[14.492,5.074],[-15.31,-2.014],[-14.617,-5.074]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.783999992819,0.722000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[87.23,192.584],"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":"Group 237","np":4,"cix":2,"ix":237,"mn":"ADBE Vector Group","hd":false},{"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":[[2.863,-1.797],[1.808,2.861],[-2.863,1.796],[-1.808,-2.861]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.541000007181,0.569000004787,0.522000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.122,204.885],"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":"Group 238","np":4,"cix":2,"ix":238,"mn":"ADBE Vector Group","hd":false},{"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":[[1.924,-2.01],[0.87,2.648],[-1.924,2.011],[-0.869,-2.647]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.541000007181,0.569000004787,0.522000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[69.774,197.964],"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":"Group 239","np":4,"cix":2,"ix":239,"mn":"ADBE Vector Group","hd":false},{"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":[[15.31,1.46],[14.492,5.074],[-15.31,-2.013],[-14.617,-5.074]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.783999992819,0.722000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[85.187,201.61],"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":"Group 240","np":4,"cix":2,"ix":240,"mn":"ADBE Vector Group","hd":false},{"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":[[9.137,-29.077],[-4.276,30.186],[-9.138,29.077],[4.275,-30.186]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.783999992819,0.722000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[114.023,184.324],"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":"Group 241","np":4,"cix":2,"ix":241,"mn":"ADBE Vector Group","hd":false},{"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":[[7.367,-26.217],[-4.642,26.84],[-7.367,26.219],[4.641,-26.839]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.62400004069,0.658999992819,0.603999956916,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[72.123,174.768],"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":"Group 242","np":4,"cix":2,"ix":242,"mn":"ADBE Vector Group","hd":false},{"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":[[9.033,-27.251],[-3.583,28.494],[-9.033,27.25],[3.583,-28.494]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.62400004069,0.658999992819,0.603999956916,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[110.29,183.473],"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":"Group 243","np":4,"cix":2,"ix":243,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.529,-0.369],[0.367,-0.531],[0.529,0.369],[-0.367,0.532]],"o":[[0.529,0.369],[-0.367,0.532],[-0.529,-0.369],[0.367,-0.531]],"v":[[0.665,-0.963],[0.958,0.668],[-0.665,0.963],[-0.958,-0.669]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.689999988032,0.113999998803,0.023999999551,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[89.582,110.001],"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":"Group 244","np":4,"cix":2,"ix":244,"mn":"ADBE Vector Group","hd":false},{"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":[[15.573,-5.379],[16.13,3.332],[-15.573,5.379],[-16.13,-3.332]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.889999988032,0.654999976065,0.337000020345,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[111.641,103.762],"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":"Group 245","np":4,"cix":2,"ix":245,"mn":"ADBE Vector Group","hd":false},{"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":[[15.573,-5.379],[16.13,3.332],[-15.573,5.379],[-16.13,-3.332]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.889999988032,0.654999976065,0.337000020345,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[67.523,116.24],"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":"Group 246","np":4,"cix":2,"ix":246,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.015,-0.243],[0.242,-0.015],[0,0],[0.015,0.242],[-0.241,0.015]],"o":[[0.242,-0.016],[0.016,0.242],[0,0],[-0.242,0.016],[-0.015,-0.243],[0,0]],"v":[[38.929,-2.955],[39.394,-2.542],[38.985,-2.075],[-38.929,2.955],[-39.395,2.544],[-38.986,2.076]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.54900004069,0.298000021542,0.078000005086,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[89.582,110.001],"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":"Group 247","np":4,"cix":2,"ix":247,"mn":"ADBE Vector Group","hd":false},{"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":[[5.351,15.654],[-3.315,16.214],[-5.351,-15.654],[3.315,-16.214]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.889999988032,0.654999976065,0.337000020345,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[95.788,132.175],"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":"Group 248","np":4,"cix":2,"ix":248,"mn":"ADBE Vector Group","hd":false},{"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":[[5.351,15.654],[-3.314,16.214],[-5.351,-15.654],[3.314,-16.214]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.889999988032,0.654999976065,0.337000020345,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[83.376,87.827],"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":"Group 249","np":4,"cix":2,"ix":249,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.242,-0.015],[0.016,0.242],[0,0],[-0.241,0.016],[-0.016,-0.243]],"o":[[0.016,0.243],[-0.242,0.016],[0,0],[-0.016,-0.243],[0.241,-0.016],[0,0]],"v":[[2.939,39.131],[2.53,39.599],[2.064,39.188],[-2.939,-39.132],[-2.53,-39.6],[-2.064,-39.188]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.54900004069,0.298000021542,0.078000005086,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[89.582,110.001],"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":"Group 250","np":4,"cix":2,"ix":250,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.912,-0.636],[0.633,-0.916],[0.912,0.636],[-0.633,0.916]],"o":[[0.911,0.636],[-0.633,0.916],[-0.912,-0.636],[0.633,-0.916]],"v":[[1.146,-1.659],[1.65,1.152],[-1.146,1.659],[-1.651,-1.151]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.579999976065,0.093999997307,0.019999999626,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[89.582,110.001],"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":"Group 251","np":4,"cix":2,"ix":251,"mn":"ADBE Vector Group","hd":false},{"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":[[2.29,-0.251],[0.566,2.244],[-2.29,0.251],[-0.567,-2.244]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.579999976065,0.093999997307,0.019999999626,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.794,125.908],"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":"Group 252","np":4,"cix":2,"ix":252,"mn":"ADBE Vector Group","hd":false},{"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":[[2.29,-0.251],[0.566,2.244],[-2.29,0.251],[-0.567,-2.244]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.579999976065,0.093999997307,0.019999999626,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[113.576,129.12],"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":"Group 253","np":4,"cix":2,"ix":253,"mn":"ADBE Vector Group","hd":false},{"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":[[2.29,-0.252],[0.567,2.244],[-2.29,0.251],[-0.566,-2.244]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.579999976065,0.093999997307,0.019999999626,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[112.221,123.416],"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":"Group 254","np":4,"cix":2,"ix":254,"mn":"ADBE Vector Group","hd":false},{"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":[[2.29,-0.251],[0.566,2.244],[-2.29,0.251],[-0.566,-2.244]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.579999976065,0.093999997307,0.019999999626,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[110.003,126.628],"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":"Group 255","np":4,"cix":2,"ix":255,"mn":"ADBE Vector Group","hd":false},{"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":[[6.314,-0.868],[1.4,6.25],[-6.314,0.868],[-1.4,-6.25]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.630999995213,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[112.899,126.268],"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":"Group 256","np":4,"cix":2,"ix":256,"mn":"ADBE Vector Group","hd":false},{"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":[[2.29,-0.251],[0.566,2.244],[-2.29,0.251],[-0.566,-2.244]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.579999976065,0.093999997307,0.019999999626,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[104.289,117.882],"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":"Group 257","np":4,"cix":2,"ix":257,"mn":"ADBE Vector Group","hd":false},{"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":[[2.29,-0.251],[0.566,2.244],[-2.29,0.251],[-0.567,-2.244]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.579999976065,0.093999997307,0.019999999626,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[102.071,121.094],"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":"Group 258","np":4,"cix":2,"ix":258,"mn":"ADBE Vector Group","hd":false},{"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":[[2.29,-0.251],[0.566,2.244],[-2.29,0.251],[-0.567,-2.244]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.579999976065,0.093999997307,0.019999999626,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.716,115.389],"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":"Group 259","np":4,"cix":2,"ix":259,"mn":"ADBE Vector Group","hd":false},{"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":[[2.29,-0.251],[0.566,2.244],[-2.29,0.251],[-0.566,-2.244]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.579999976065,0.093999997307,0.019999999626,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[98.499,118.601],"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":"Group 260","np":4,"cix":2,"ix":260,"mn":"ADBE Vector Group","hd":false},{"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":[[6.314,-0.868],[1.399,6.25],[-6.314,0.868],[-1.4,-6.25]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.630999995213,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[101.394,118.242],"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":"Group 261","np":4,"cix":2,"ix":261,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.396,-0.276],[0.275,-0.398],[0,0],[0.396,0.277],[-0.275,0.398],[0,0]],"o":[[0.396,0.276],[0,0],[-0.275,0.398],[-0.396,-0.276],[0,0],[0.275,-0.398]],"v":[[8.087,-11.714],[8.307,-10.493],[-6.873,11.493],[-8.088,11.713],[-8.307,10.492],[6.873,-11.494]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.638999968884,0.344999994016,0.090000002992,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[93.23,112.546],"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":"Group 262","np":4,"cix":2,"ix":262,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[2.078,-3.009],[-4.613,-3.35]],"o":[[-4.736,-3.172],[-2.078,3.01],[0,0]],"v":[[7.165,-3.878],[-5.087,-4.207],[-0.495,7.216]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.830999995213,0.352999997606,0.102000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[89.998,110.948],"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":"Group 263","np":4,"cix":2,"ix":263,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[4.037,-5.847],[-5.656,-4.202]],"o":[[-5.895,-3.856],[-4.037,5.847],[0,0]],"v":[[10.942,-8.849],[-6.904,-5.331],[-3.941,12.705]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.870999983245,0.470999983245,0.125,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[89.832,110.689],"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":"Group 264","np":4,"cix":2,"ix":264,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[19.542,13.634],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[19.542,13.633],[0,0],[0,0],[0,0]],"v":[[-14.505,-19.931],[-18.518,-14.118],[-22.531,-8.306],[8.119,19.931],[15.325,9.493],[22.531,-0.944]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.122000002394,0.027000000898,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[111.244,126.312],"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":"Group 265","np":4,"cix":2,"ix":265,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[19.542,13.634],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[19.542,13.634],[0,0],[0,0],[0,0]],"v":[[-12.749,-25.833],[-19.678,-15.798],[-26.607,-5.764],[1.725,25.833],[14.166,7.814],[26.607,-10.206]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.579999976065,0.093999997307,0.019999999626,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[112.403,127.992],"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":"Group 266","np":4,"cix":2,"ix":266,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.214,-0.15],[0.149,-0.216],[0,0],[0.214,0.149],[-0.149,0.216],[0,0]],"o":[[0.214,0.149],[0,0],[-0.149,0.215],[-0.215,-0.15],[0,0],[0.148,-0.215]],"v":[[3.087,-4.471],[3.206,-3.809],[-2.43,4.353],[-3.087,4.471],[-3.206,3.811],[2.43,-4.351]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.638999968884,0.344999994016,0.090000002992,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[136.061,142.427],"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":"Group 267","np":4,"cix":2,"ix":267,"mn":"ADBE Vector Group","hd":false},{"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":[[6.169,0.076],[2.228,5.783],[-6.17,-0.076],[-2.23,-5.783]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.579999976065,0.093999997307,0.019999999626,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[132.25,139.769],"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":"Group 268","np":4,"cix":2,"ix":268,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[-5.569,8.065],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[5.569,-8.065],[0,0]],"v":[[4.473,-18.39],[-4.437,-3.484],[-15.213,10.12],[-6.546,18.39],[6.147,3.9],[15.212,-13.121]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.870999983245,0.470999983245,0.125,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[129.891,138.511],"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":"Group 269","np":4,"cix":2,"ix":269,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.164,-1.685],[-1.629,-1.211]],"o":[[-1.699,-1.111],[-1.163,1.686],[0,0]],"v":[[3.154,-2.551],[-1.991,-1.537],[-1.137,3.662]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.630999995213,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[82.974,105.539],"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":"Group 270","np":4,"cix":2,"ix":270,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.058,-0.129],[0.128,0.058],[0,0],[-0.057,0.129],[-0.128,-0.058],[0,0]],"o":[[-0.058,0.129],[0,0],[-0.128,-0.057],[0.058,-0.13],[0,0],[0.128,0.058]],"v":[[7.781,3.51],[7.444,3.64],[-7.654,-3.173],[-7.781,-3.511],[-7.444,-3.64],[7.652,3.171]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.779999976065,0.556999954523,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[288.09,18.685],"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":"Group 271","np":4,"cix":2,"ix":271,"mn":"ADBE Vector Group","hd":false},{"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":[[-0.115,0.908],[-0.598,0.69],[0.115,-0.908],[0.599,-0.69]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.779999976065,0.556999954523,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[294.732,22.661],"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":"Group 272","np":4,"cix":2,"ix":272,"mn":"ADBE Vector Group","hd":false},{"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":[[-0.116,0.908],[-0.598,0.69],[0.114,-0.908],[0.598,-0.69]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.779999976065,0.556999954523,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[293.331,22.028],"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":"Group 273","np":4,"cix":2,"ix":273,"mn":"ADBE Vector Group","hd":false},{"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":[[-0.116,0.908],[-0.598,0.69],[0.115,-0.908],[0.598,-0.69]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.779999976065,0.556999954523,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[291.93,21.396],"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":"Group 274","np":4,"cix":2,"ix":274,"mn":"ADBE Vector Group","hd":false},{"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":[[-0.115,0.908],[-0.598,0.69],[0.115,-0.908],[0.598,-0.69]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.779999976065,0.556999954523,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[290.528,20.764],"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":"Group 275","np":4,"cix":2,"ix":275,"mn":"ADBE Vector Group","hd":false},{"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":[[-0.115,0.908],[-0.598,0.69],[0.115,-0.908],[0.598,-0.69]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.779999976065,0.556999954523,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[289.127,20.132],"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":"Group 276","np":4,"cix":2,"ix":276,"mn":"ADBE Vector Group","hd":false},{"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":[[-0.115,0.908],[-0.598,0.69],[0.115,-0.908],[0.599,-0.69]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.779999976065,0.556999954523,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[287.726,19.5],"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":"Group 277","np":4,"cix":2,"ix":277,"mn":"ADBE Vector Group","hd":false},{"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":[[-0.116,0.908],[-0.599,0.69],[0.114,-0.908],[0.598,-0.69]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.779999976065,0.556999954523,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[286.325,18.867],"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":"Group 278","np":4,"cix":2,"ix":278,"mn":"ADBE Vector Group","hd":false},{"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":[[-0.116,0.908],[-0.599,0.69],[0.114,-0.908],[0.598,-0.69]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.779999976065,0.556999954523,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[284.923,18.235],"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":"Group 279","np":4,"cix":2,"ix":279,"mn":"ADBE Vector Group","hd":false},{"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":[[-0.116,0.908],[-0.598,0.69],[0.114,-0.908],[0.598,-0.69]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.779999976065,0.556999954523,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[283.522,17.603],"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":"Group 280","np":4,"cix":2,"ix":280,"mn":"ADBE Vector Group","hd":false},{"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":[[-0.116,0.908],[-0.598,0.69],[0.115,-0.908],[0.598,-0.69]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.779999976065,0.556999954523,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[282.121,16.97],"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":"Group 281","np":4,"cix":2,"ix":281,"mn":"ADBE Vector Group","hd":false},{"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":[[-0.115,0.908],[-0.598,0.69],[0.115,-0.908],[0.598,-0.69]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.779999976065,0.556999954523,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[280.719,16.338],"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":"Group 282","np":4,"cix":2,"ix":282,"mn":"ADBE Vector Group","hd":false},{"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":[[8.275,4.328],[-8.716,-3.339],[-8.275,-4.328],[8.716,3.339]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.779999976065,0.556999954523,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[283.362,29.271],"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":"Group 283","np":4,"cix":2,"ix":283,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.586,0.265],[0.262,-0.589],[0,0]],"o":[[0,0],[0.264,-0.59],[-0.587,-0.264],[0,0],[0,0]],"v":[[-0.116,3.245],[1.974,-1.435],[1.39,-2.981],[-0.148,-2.393],[-2.238,2.287]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.505999995213,0.33300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[290.316,29.062],"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":"Group 284","np":4,"cix":2,"ix":284,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.586,0.264],[0.262,-0.59],[0,0]],"o":[[0,0],[0.264,-0.589],[-0.586,-0.265],[0,0],[0,0]],"v":[[-0.115,3.245],[1.975,-1.436],[1.389,-2.98],[-0.147,-2.392],[-2.238,2.288]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.505999995213,0.33300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[286.477,27.329],"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":"Group 285","np":4,"cix":2,"ix":285,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.586,0.265],[0.263,-0.589],[0,0]],"o":[[0,0],[0.263,-0.59],[-0.586,-0.264],[0,0],[0,0]],"v":[[-0.115,3.245],[1.975,-1.435],[1.39,-2.981],[-0.148,-2.393],[-2.238,2.287]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.505999995213,0.33300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[282.637,25.597],"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":"Group 286","np":4,"cix":2,"ix":286,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.586,0.265],[0.263,-0.589],[0,0]],"o":[[0,0],[0.263,-0.59],[-0.586,-0.264],[0,0],[0,0]],"v":[[-0.116,3.245],[1.975,-1.435],[1.39,-2.981],[-0.148,-2.393],[-2.238,2.287]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.505999995213,0.33300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[278.799,23.865],"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":"Group 287","np":4,"cix":2,"ix":287,"mn":"ADBE Vector Group","hd":false},{"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":[[11.154,5.673],[-11.63,-4.608],[-11.155,-5.673],[11.63,4.608]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.779999976065,0.556999954523,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[279.016,39.004],"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":"Group 288","np":4,"cix":2,"ix":288,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.631,0.286],[0.283,-0.635],[0,0]],"o":[[0,0],[0.283,-0.634],[-0.631,-0.284],[0,0],[0,0]],"v":[[-0.124,3.495],[2.127,-1.546],[1.497,-3.211],[-0.159,-2.577],[-2.41,2.463]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.505999995213,0.33300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[288.655,39.749],"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":"Group 289","np":4,"cix":2,"ix":289,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.631,0.286],[0.283,-0.635],[0,0]],"o":[[0,0],[0.283,-0.634],[-0.631,-0.284],[0,0],[0,0]],"v":[[-0.124,3.495],[2.127,-1.546],[1.497,-3.211],[-0.159,-2.577],[-2.41,2.463]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.505999995213,0.33300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[284.521,37.883],"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":"Group 290","np":4,"cix":2,"ix":290,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.632,0.286],[0.284,-0.635],[0,0]],"o":[[0,0],[0.283,-0.634],[-0.631,-0.284],[0,0],[0,0]],"v":[[-0.124,3.495],[2.127,-1.546],[1.497,-3.211],[-0.159,-2.577],[-2.41,2.463]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.505999995213,0.33300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[280.386,36.018],"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":"Group 291","np":4,"cix":2,"ix":291,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.632,0.285],[0.283,-0.635],[0,0]],"o":[[0,0],[0.283,-0.634],[-0.631,-0.285],[0,0],[0,0]],"v":[[-0.124,3.495],[2.127,-1.546],[1.497,-3.21],[-0.158,-2.577],[-2.41,2.464]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.505999995213,0.33300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[276.251,34.152],"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":"Group 292","np":4,"cix":2,"ix":292,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.632,0.285],[0.283,-0.635],[0,0]],"o":[[0,0],[0.283,-0.634],[-0.631,-0.285],[0,0],[0,0]],"v":[[-0.125,3.495],[2.126,-1.546],[1.496,-3.21],[-0.159,-2.577],[-2.41,2.464]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.505999995213,0.33300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[272.117,32.286],"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":"Group 293","np":4,"cix":2,"ix":293,"mn":"ADBE Vector Group","hd":false},{"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":[[11.154,5.673],[-11.63,-4.608],[-11.155,-5.673],[11.63,4.608]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.779999976065,0.556999954523,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[275.12,47.726],"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":"Group 294","np":4,"cix":2,"ix":294,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.632,0.286],[0.284,-0.635],[0,0]],"o":[[0,0],[0.283,-0.634],[-0.631,-0.284],[0,0],[0,0]],"v":[[-0.124,3.495],[2.127,-1.546],[1.497,-3.211],[-0.159,-2.577],[-2.41,2.463]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.505999995213,0.33300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[284.76,48.472],"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":"Group 295","np":4,"cix":2,"ix":295,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.632,0.286],[0.284,-0.635],[0,0]],"o":[[0,0],[0.283,-0.634],[-0.631,-0.284],[0,0],[0,0]],"v":[[-0.124,3.495],[2.127,-1.546],[1.497,-3.211],[-0.159,-2.577],[-2.41,2.463]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.505999995213,0.33300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[280.625,46.606],"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":"Group 296","np":4,"cix":2,"ix":296,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.632,0.285],[0.283,-0.635],[0,0]],"o":[[0,0],[0.284,-0.634],[-0.631,-0.285],[0,0],[0,0]],"v":[[-0.125,3.495],[2.126,-1.546],[1.496,-3.21],[-0.159,-2.577],[-2.41,2.464]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.505999995213,0.33300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[276.491,44.74],"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":"Group 297","np":4,"cix":2,"ix":297,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.632,0.285],[0.283,-0.635],[0,0]],"o":[[0,0],[0.284,-0.634],[-0.631,-0.285],[0,0],[0,0]],"v":[[-0.125,3.495],[2.126,-1.546],[1.496,-3.21],[-0.159,-2.577],[-2.41,2.464]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.505999995213,0.33300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[272.356,42.875],"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":"Group 298","np":4,"cix":2,"ix":298,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.631,0.285],[0.283,-0.635],[0,0]],"o":[[0,0],[0.283,-0.634],[-0.632,-0.285],[0,0],[0,0]],"v":[[-0.124,3.495],[2.127,-1.546],[1.497,-3.21],[-0.159,-2.577],[-2.41,2.464]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.505999995213,0.33300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[268.222,41.009],"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":"Group 299","np":4,"cix":2,"ix":299,"mn":"ADBE Vector Group","hd":false},{"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":[[11.154,5.673],[-11.631,-4.608],[-11.156,-5.673],[11.63,4.608]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.779999976065,0.556999954523,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[271.225,56.449],"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":"Group 300","np":4,"cix":2,"ix":300,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.632,0.285],[0.283,-0.635],[0,0]],"o":[[0,0],[0.284,-0.634],[-0.631,-0.285],[0,0],[0,0]],"v":[[-0.125,3.495],[2.126,-1.546],[1.496,-3.21],[-0.159,-2.577],[-2.41,2.463]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.505999995213,0.33300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[280.865,57.194],"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":"Group 301","np":4,"cix":2,"ix":301,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.632,0.285],[0.283,-0.635],[0,0]],"o":[[0,0],[0.284,-0.634],[-0.631,-0.285],[0,0],[0,0]],"v":[[-0.124,3.495],[2.126,-1.546],[1.496,-3.21],[-0.159,-2.577],[-2.41,2.464]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.505999995213,0.33300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[276.73,55.329],"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":"Group 302","np":4,"cix":2,"ix":302,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.631,0.285],[0.283,-0.635],[0,0]],"o":[[0,0],[0.283,-0.634],[-0.632,-0.285],[0,0],[0,0]],"v":[[-0.124,3.495],[2.127,-1.546],[1.497,-3.21],[-0.159,-2.577],[-2.41,2.464]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.505999995213,0.33300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[272.596,53.463],"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":"Group 303","np":4,"cix":2,"ix":303,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.631,0.285],[0.283,-0.635],[0,0]],"o":[[0,0],[0.283,-0.634],[-0.632,-0.285],[0,0],[0,0]],"v":[[-0.124,3.495],[2.127,-1.546],[1.497,-3.21],[-0.159,-2.577],[-2.41,2.464]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.505999995213,0.33300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[268.461,51.597],"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":"Group 304","np":4,"cix":2,"ix":304,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.631,0.285],[0.283,-0.635],[0,0]],"o":[[0,0],[0.283,-0.634],[-0.632,-0.284],[0,0],[0,0]],"v":[[-0.124,3.495],[2.127,-1.546],[1.497,-3.211],[-0.159,-2.577],[-2.41,2.463]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.505999995213,0.33300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[264.326,49.732],"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":"Group 305","np":4,"cix":2,"ix":305,"mn":"ADBE Vector Group","hd":false},{"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":[[11.155,5.673],[-11.63,-4.608],[-11.156,-5.673],[11.63,4.608]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.779999976065,0.556999954523,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[267.33,65.172],"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":"Group 306","np":4,"cix":2,"ix":306,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.631,0.285],[0.283,-0.635],[0,0]],"o":[[0,0],[0.283,-0.634],[-0.632,-0.285],[0,0],[0,0]],"v":[[-0.124,3.495],[2.127,-1.546],[1.497,-3.21],[-0.159,-2.577],[-2.41,2.464]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.505999995213,0.33300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[276.97,65.917],"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":"Group 307","np":4,"cix":2,"ix":307,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.631,0.285],[0.283,-0.635],[0,0]],"o":[[0,0],[0.283,-0.634],[-0.632,-0.285],[0,0],[0,0]],"v":[[-0.124,3.495],[2.127,-1.546],[1.497,-3.21],[-0.159,-2.577],[-2.41,2.464]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.505999995213,0.33300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[272.835,64.051],"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":"Group 308","np":4,"cix":2,"ix":308,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.631,0.285],[0.283,-0.635],[0,0]],"o":[[0,0],[0.283,-0.634],[-0.632,-0.285],[0,0],[0,0]],"v":[[-0.124,3.495],[2.127,-1.546],[1.497,-3.21],[-0.159,-2.577],[-2.41,2.464]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.505999995213,0.33300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[268.7,62.186],"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":"Group 309","np":4,"cix":2,"ix":309,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.631,0.285],[0.283,-0.635],[0,0]],"o":[[0,0],[0.283,-0.634],[-0.631,-0.284],[0,0],[0,0]],"v":[[-0.124,3.495],[2.127,-1.546],[1.497,-3.211],[-0.159,-2.577],[-2.41,2.463]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.505999995213,0.33300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[264.565,60.32],"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":"Group 310","np":4,"cix":2,"ix":310,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.631,0.286],[0.283,-0.635],[0,0]],"o":[[0,0],[0.283,-0.634],[-0.631,-0.284],[0,0],[0,0]],"v":[[-0.124,3.495],[2.127,-1.546],[1.497,-3.211],[-0.159,-2.577],[-2.41,2.463]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.505999995213,0.33300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[260.431,58.455],"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":"Group 311","np":4,"cix":2,"ix":311,"mn":"ADBE Vector Group","hd":false},{"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":[[11.154,5.673],[-11.63,-4.608],[-11.155,-5.673],[11.63,4.608]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.779999976065,0.556999954523,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[263.435,73.895],"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":"Group 312","np":4,"cix":2,"ix":312,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.631,0.285],[0.283,-0.635],[0,0]],"o":[[0,0],[0.283,-0.634],[-0.632,-0.285],[0,0],[0,0]],"v":[[-0.124,3.495],[2.127,-1.546],[1.497,-3.21],[-0.159,-2.577],[-2.41,2.464]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.505999995213,0.33300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[273.074,74.64],"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":"Group 313","np":4,"cix":2,"ix":313,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.631,0.285],[0.283,-0.635],[0,0]],"o":[[0,0],[0.283,-0.634],[-0.631,-0.285],[0,0],[0,0]],"v":[[-0.124,3.495],[2.127,-1.546],[1.497,-3.21],[-0.159,-2.577],[-2.41,2.464]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.505999995213,0.33300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[268.939,72.774],"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":"Group 314","np":4,"cix":2,"ix":314,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.631,0.285],[0.283,-0.635],[0,0]],"o":[[0,0],[0.283,-0.634],[-0.631,-0.285],[0,0],[0,0]],"v":[[-0.124,3.495],[2.127,-1.546],[1.497,-3.21],[-0.159,-2.577],[-2.41,2.464]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.505999995213,0.33300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[264.805,70.908],"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":"Group 315","np":4,"cix":2,"ix":315,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.632,0.286],[0.284,-0.635],[0,0]],"o":[[0,0],[0.283,-0.634],[-0.631,-0.284],[0,0],[0,0]],"v":[[-0.124,3.495],[2.127,-1.546],[1.497,-3.211],[-0.159,-2.577],[-2.41,2.463]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.505999995213,0.33300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[260.67,69.043],"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":"Group 316","np":4,"cix":2,"ix":316,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.632,0.286],[0.283,-0.635],[0,0]],"o":[[0,0],[0.283,-0.634],[-0.631,-0.284],[0,0],[0,0]],"v":[[-0.124,3.495],[2.126,-1.546],[1.496,-3.211],[-0.159,-2.577],[-2.409,2.463]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.505999995213,0.33300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[256.536,67.177],"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":"Group 317","np":4,"cix":2,"ix":317,"mn":"ADBE Vector Group","hd":false},{"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":[[11.154,5.673],[-11.63,-4.608],[-11.155,-5.673],[11.63,4.608]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.779999976065,0.556999954523,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[259.539,82.617],"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":"Group 318","np":4,"cix":2,"ix":318,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.631,0.285],[0.283,-0.635],[0,0]],"o":[[0,0],[0.283,-0.634],[-0.631,-0.285],[0,0],[0,0]],"v":[[-0.124,3.495],[2.127,-1.546],[1.497,-3.21],[-0.159,-2.577],[-2.41,2.464]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.505999995213,0.33300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[269.179,83.362],"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":"Group 319","np":4,"cix":2,"ix":319,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.632,0.285],[0.284,-0.635],[0,0]],"o":[[0,0],[0.283,-0.634],[-0.631,-0.285],[0,0],[0,0]],"v":[[-0.124,3.495],[2.127,-1.546],[1.497,-3.21],[-0.159,-2.577],[-2.41,2.464]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.505999995213,0.33300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[265.044,81.497],"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":"Group 320","np":4,"cix":2,"ix":320,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.632,0.286],[0.283,-0.635],[0,0]],"o":[[0,0],[0.283,-0.634],[-0.631,-0.284],[0,0],[0,0]],"v":[[-0.124,3.495],[2.127,-1.546],[1.497,-3.211],[-0.158,-2.577],[-2.41,2.463]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.505999995213,0.33300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[260.909,79.631],"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":"Group 321","np":4,"cix":2,"ix":321,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.632,0.285],[0.283,-0.635],[0,0]],"o":[[0,0],[0.284,-0.634],[-0.631,-0.285],[0,0],[0,0]],"v":[[-0.125,3.495],[2.126,-1.546],[1.496,-3.21],[-0.159,-2.577],[-2.41,2.463]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.505999995213,0.33300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[256.775,77.766],"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":"Group 322","np":4,"cix":2,"ix":322,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.632,0.285],[0.283,-0.635],[0,0]],"o":[[0,0],[0.283,-0.634],[-0.631,-0.285],[0,0],[0,0]],"v":[[-0.125,3.495],[2.127,-1.546],[1.496,-3.21],[-0.159,-2.577],[-2.41,2.464]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.505999995213,0.33300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[252.641,75.9],"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":"Group 323","np":4,"cix":2,"ix":323,"mn":"ADBE Vector Group","hd":false},{"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":[[11.154,5.673],[-11.63,-4.608],[-11.155,-5.673],[11.63,4.608]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.779999976065,0.556999954523,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[255.644,91.34],"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":"Group 324","np":4,"cix":2,"ix":324,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.632,0.286],[0.283,-0.635],[0,0]],"o":[[0,0],[0.283,-0.634],[-0.631,-0.284],[0,0],[0,0]],"v":[[-0.124,3.495],[2.126,-1.546],[1.496,-3.211],[-0.159,-2.577],[-2.409,2.463]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.505999995213,0.33300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[265.284,92.086],"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":"Group 325","np":4,"cix":2,"ix":325,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.632,0.286],[0.283,-0.635],[0,0]],"o":[[0,0],[0.284,-0.634],[-0.631,-0.284],[0,0],[0,0]],"v":[[-0.125,3.495],[2.126,-1.546],[1.496,-3.211],[-0.159,-2.577],[-2.41,2.463]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.505999995213,0.33300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[261.149,90.22],"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":"Group 326","np":4,"cix":2,"ix":326,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.632,0.285],[0.283,-0.635],[0,0]],"o":[[0,0],[0.284,-0.634],[-0.631,-0.285],[0,0],[0,0]],"v":[[-0.125,3.495],[2.126,-1.546],[1.496,-3.21],[-0.159,-2.577],[-2.41,2.464]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.505999995213,0.33300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[257.015,88.354],"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":"Group 327","np":4,"cix":2,"ix":327,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.631,0.285],[0.283,-0.635],[0,0]],"o":[[0,0],[0.283,-0.634],[-0.632,-0.285],[0,0],[0,0]],"v":[[-0.124,3.495],[2.127,-1.546],[1.497,-3.21],[-0.159,-2.577],[-2.41,2.464]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.505999995213,0.33300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[252.88,86.488],"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":"Group 328","np":4,"cix":2,"ix":328,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.631,0.285],[0.283,-0.635],[0,0]],"o":[[0,0],[0.283,-0.634],[-0.632,-0.285],[0,0],[0,0]],"v":[[-0.124,3.495],[2.127,-1.546],[1.497,-3.21],[-0.159,-2.577],[-2.41,2.464]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.505999995213,0.33300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[248.745,84.623],"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":"Group 329","np":4,"cix":2,"ix":329,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.677,0.305],[0.305,-0.681],[0,0]],"o":[[0,0],[0.304,-0.681],[-0.677,-0.306],[0,0],[0,0]],"v":[[-0.133,3.75],[2.282,-1.658],[1.606,-3.444],[-0.171,-2.765],[-2.586,2.643]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.689999988032,0.470999983245,0.310000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[262.242,103.539],"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":"Group 330","np":4,"cix":2,"ix":330,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.678,0.306],[0.304,-0.68],[0,0]],"o":[[0,0],[0.305,-0.681],[-0.677,-0.306],[0,0],[0,0]],"v":[[-0.134,3.75],[2.281,-1.658],[1.605,-3.444],[-0.171,-2.765],[-2.586,2.644]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.689999988032,0.470999983245,0.310000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[257.201,101.265],"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":"Group 331","np":4,"cix":2,"ix":331,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.678,0.306],[0.304,-0.68],[0,0]],"o":[[0,0],[0.304,-0.68],[-0.677,-0.306],[0,0],[0,0]],"v":[[-0.133,3.75],[2.282,-1.658],[1.606,-3.444],[-0.17,-2.765],[-2.585,2.644]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.689999988032,0.470999983245,0.310000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[252.16,98.99],"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":"Group 332","np":4,"cix":2,"ix":332,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.677,0.305],[0.305,-0.681],[0,0]],"o":[[0,0],[0.304,-0.681],[-0.677,-0.306],[0,0],[0,0]],"v":[[-0.133,3.75],[2.282,-1.658],[1.606,-3.444],[-0.171,-2.765],[-2.586,2.643]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.689999988032,0.470999983245,0.310000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[247.118,96.715],"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":"Group 333","np":4,"cix":2,"ix":333,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.677,0.306],[0.305,-0.68],[0,0]],"o":[[0,0],[0.304,-0.681],[-0.677,-0.306],[0,0],[0,0]],"v":[[-0.133,3.75],[2.282,-1.658],[1.606,-3.444],[-0.171,-2.765],[-2.586,2.644]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.689999988032,0.470999983245,0.310000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[242.077,94.44],"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":"Group 334","np":4,"cix":2,"ix":334,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.927,-0.418],[0.156,-0.961],[0,0],[0,0],[-0.926,-0.418],[0.156,-0.962],[0,0],[0,0],[-0.927,-0.418],[-0.031,-0.015],[-0.031,-0.015],[0.156,-0.962],[0,0],[0,0],[-0.927,-0.418],[0.157,-0.962],[0,0],[0,0],[-0.927,-0.418],[0.156,-0.963],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.612,-0.757],[0.927,0.419],[0,0],[0,0],[0.611,-0.757],[0.927,0.418],[0,0],[0,0],[0.611,-0.757],[0.031,0.014],[0.032,0.013],[0.927,0.418],[0,0],[0,0],[0.611,-0.758],[0.926,0.418],[0,0],[0,0],[0.612,-0.756],[0.927,0.418],[0,0],[0,0],[0,0]],"v":[[8.541,2.335],[3.223,-0.064],[0.564,-1.264],[-2.094,-2.463],[-7.411,-4.863],[-12.729,-7.262],[-13.857,-4.734],[-13.222,-4.447],[-10.623,-5.07],[-9.358,-2.705],[-8.54,-2.335],[-7.904,-2.048],[-5.306,-2.67],[-4.041,-0.305],[-3.223,0.064],[-2.587,0.351],[0.012,-0.271],[0.1,-0.222],[0.195,-0.188],[1.459,2.177],[2.094,2.464],[2.913,2.834],[5.512,2.211],[6.775,4.576],[7.411,4.863],[8.23,5.232],[10.829,4.61],[12.093,6.976],[12.729,7.262],[13.857,4.734]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.689999988032,0.470999983245,0.310000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[254.841,93.137],"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":"Group 335","np":4,"cix":2,"ix":335,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.589,-0.266],[0.1,-0.611],[0,0],[0,0],[-0.589,-0.266],[0.1,-0.612],[0,0],[0,0],[-0.589,-0.265],[-0.02,-0.01],[-0.02,-0.009],[0.1,-0.611],[0,0],[0,0],[-0.59,-0.266],[0.1,-0.611],[0,0],[0,0],[-0.589,-0.266],[0.099,-0.612],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.389,-0.48],[0.589,0.266],[0,0],[0,0],[0.389,-0.482],[0.589,0.266],[0,0],[0,0],[0.388,-0.481],[0.021,0.009],[0.019,0.007],[0.589,0.266],[0,0],[0,0],[0.389,-0.481],[0.589,0.266],[0,0],[0,0],[0.388,-0.482],[0.589,0.266],[0,0],[0,0],[0,0]],"v":[[5.429,1.484],[2.049,-0.041],[0.36,-0.804],[-1.331,-1.566],[-4.711,-3.092],[-8.091,-4.617],[-8.809,-3.01],[-8.404,-2.827],[-6.753,-3.222],[-5.949,-1.719],[-5.428,-1.485],[-5.024,-1.301],[-3.373,-1.697],[-2.569,-0.193],[-2.049,0.041],[-1.645,0.223],[0.007,-0.173],[0.064,-0.141],[0.124,-0.119],[0.927,1.383],[1.331,1.566],[1.852,1.8],[3.504,1.406],[4.307,2.908],[4.711,3.092],[5.232,3.326],[6.884,2.93],[7.688,4.434],[8.092,4.617],[8.809,3.01]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.689999988032,0.470999983245,0.310000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[287.01,21.102],"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":"Group 336","np":4,"cix":2,"ix":336,"mn":"ADBE Vector Group","hd":false},{"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":[[10.876,5.852],[-11.578,-4.28],[-10.876,-5.852],[11.578,4.28]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.689999988032,0.470999983245,0.310000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[282.79,30.551],"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":"Group 337","np":4,"cix":2,"ix":337,"mn":"ADBE Vector Group","hd":false},{"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":[[-2.789,35.576],[-24.593,25.739],[2.789,-35.576],[24.593,-25.738]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.830999995213,0.651000019148,0.481999984442,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[268.816,61.843],"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":"Group 338","np":4,"cix":2,"ix":338,"mn":"ADBE Vector Group","hd":false},{"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":[[10.659,10.784],[-15.1,-0.839],[-10.658,-10.784],[15.099,0.838]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.830999995213,0.651000019148,0.481999984442,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[253.02,97.214],"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":"Group 339","np":4,"cix":2,"ix":339,"mn":"ADBE Vector Group","hd":false},{"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":[[5.339,9.721],[-10.774,2.452],[-5.338,-9.721],[10.775,-2.451]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.830999995213,0.651000019148,0.481999984442,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[284.613,26.47],"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":"Group 340","np":4,"cix":2,"ix":340,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.14,14.106],[0,0],[0.352,-1.079],[2.671,-17.61],[-0.014,-1.135],[0,0]],"o":[[2.14,-14.106],[0,0],[-0.351,1.078],[-2.671,17.611],[0.017,1.135],[0,0]],"v":[[-0.242,-0.126],[5.604,-33.1],[4.004,-31.835],[-1.159,-0.267],[-5.59,31.414],[-4.437,33.1]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.969000004787,0.216000007181,0.219999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[361.935,234.045],"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":"Group 341","np":4,"cix":2,"ix":341,"mn":"ADBE Vector Group","hd":false},{"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":[[-4.213,2.202],[-3.368,-3.364],[4.213,-2.202],[3.369,3.364]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.380000005984,0.216000007181,0.156999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[366.562,234.665],"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":"Group 342","np":4,"cix":2,"ix":342,"mn":"ADBE Vector Group","hd":false},{"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":[[-2.008,6.288],[-0.053,-6.604],[2.007,-6.288],[0.052,6.604]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.380000005984,0.216000007181,0.156999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[370.166,235.216],"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":"Group 343","np":4,"cix":2,"ix":343,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4.738,31.241],[0,0],[0.747,-1.137],[3.297,-21.738],[-1.122,-3.907],[0,0]],"o":[[4.738,-31.241],[0,0],[-2.23,3.393],[-3.296,21.737],[0.376,1.31],[0,0]],"v":[[-2.773,-0.646],[8.13,-40.957],[5.202,-39.961],[-4.833,-0.961],[-6.816,39.271],[-4.315,41.098]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.564999988032,0.670999983245,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[376.684,236.437],"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":"Group 344","np":4,"cix":2,"ix":344,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-5.124,12.31],[0.689,-0.76],[2.484,-16.374],[-0.434,-0.933],[0,0]],"o":[[0,0],[0,0],[-0.691,0.762],[-2.483,16.373],[0.434,0.932],[-1.241,-13.285]],"v":[[-1.989,-0.544],[7.506,-39.145],[4.405,-38.273],[-4.423,-0.917],[-7.071,37.385],[-4.369,39.146]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.380000005984,0.216000007181,0.156999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[374.776,236.163],"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":"Group 345","np":4,"cix":2,"ix":345,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-4.76,12.173],[0.623,-0.675],[2.041,-13.457],[-0.393,-0.831],[0,0]],"o":[[0,0],[0,0],[-0.622,0.676],[-2.041,13.456],[0.395,0.831],[-0.935,-13.046]],"v":[[-1.123,-0.437],[6.991,-34.723],[3.536,-33.905],[-4.173,-0.904],[-6.598,32.907],[-3.542,34.723]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.969000004787,0.216000007181,0.219999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[372.092,235.776],"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":"Group 346","np":4,"cix":2,"ix":346,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-4.584,11.015],[0.613,-0.605],[1.854,-12.221],[-0.404,-0.761],[0,0]],"o":[[0,0],[0,0],[-0.611,0.606],[-1.853,12.221],[0.406,0.761],[-1.109,-11.889]],"v":[[-0.69,-0.419],[6.94,-31.518],[2.667,-30.949],[-3.741,-0.886],[-6.536,29.73],[-2.627,31.554]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.830999995213,0.172999991623,0.176000004189,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[369.039,235.357],"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":"Group 347","np":4,"cix":2,"ix":347,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.2,0.03],[0.012,-0.075],[0,0],[-0.201,-0.03],[-0.011,0.075],[0,0]],"o":[[-0.201,-0.031],[0,0],[-0.011,0.075],[0.201,0.031],[0,0],[0.011,-0.075]],"v":[[0.281,-1.853],[-0.104,-1.772],[-0.624,1.661],[-0.281,1.853],[0.103,1.772],[0.624,-1.661]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.380000005984,0.216000007181,0.156999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[349.386,251.729],"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":"Group 348","np":4,"cix":2,"ix":348,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.243,0.038],[0.024,-0.159],[0,0],[-0.243,-0.038],[-0.024,0.159],[0,0]],"o":[[-0.243,-0.037],[0,0],[-0.025,0.159],[0.243,0.037],[0,0],[0.025,-0.159]],"v":[[0.589,-3.885],[0.106,-3.664],[-0.985,3.529],[-0.589,3.885],[-0.105,3.664],[0.985,-3.53]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.380000005984,0.216000007181,0.156999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[348.809,251.641],"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":"Group 349","np":4,"cix":2,"ix":349,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.001,0.153],[0.764,0.117],[0,0],[0,0],[0,0],[-0.762,-0.118],[-1.002,-0.154],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.002,-0.153],[-0.763,-0.117],[0,0],[0,0],[0,0],[0.764,0.117],[1.002,0.154],[0,0]],"v":[[14.155,-0.799],[15.576,-0.581],[15.138,2.296],[14.702,5.174],[13.281,4.956],[12.681,4.079],[-8.835,0.781],[-11.091,1.173],[-15.576,0.484],[-15.147,-2.344],[-14.717,-5.174],[-10.233,-4.486],[-8.195,-3.439],[13.323,-0.141]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.969000004787,0.216000007181,0.219999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[333.302,249.288],"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":"Group 350","np":4,"cix":2,"ix":350,"mn":"ADBE Vector Group","hd":false},{"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":[[-0.757,-2.967],[-1.602,2.605],[0.757,2.967],[1.601,-2.605]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.969000004787,0.216000007181,0.219999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[362.83,250.742],"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":"Group 351","np":4,"cix":2,"ix":351,"mn":"ADBE Vector Group","hd":false},{"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":[[-21.609,-4.707],[-22.023,-1.98],[21.609,4.706],[22.023,1.98]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.830999995213,0.172999991623,0.176000004189,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[340.424,247.309],"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":"Group 352","np":4,"cix":2,"ix":352,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.2,0.031],[-0.011,0.075],[0,0],[-0.201,-0.031],[0.012,-0.075],[0,0]],"o":[[-0.201,-0.03],[0,0],[0.011,-0.075],[0.201,0.03],[0,0],[-0.012,0.075]],"v":[[-0.281,1.853],[-0.624,1.661],[-0.103,-1.772],[0.281,-1.853],[0.623,-1.661],[0.103,1.772]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.380000005984,0.216000007181,0.156999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[355.225,213.229],"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":"Group 353","np":4,"cix":2,"ix":353,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.243,0.037],[-0.024,0.159],[0,0],[-0.243,-0.037],[0.025,-0.159],[0,0]],"o":[[-0.243,-0.037],[0,0],[0.024,-0.159],[0.243,0.038],[0,0],[-0.024,0.159]],"v":[[-0.59,3.885],[-0.986,3.53],[0.105,-3.664],[0.589,-3.885],[0.985,-3.529],[-0.106,3.664]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.380000005984,0.216000007181,0.156999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[354.65,213.141],"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":"Group 354","np":4,"cix":2,"ix":354,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.002,0.155],[0.764,0.117],[0,0],[0,0],[0,0],[-0.764,-0.117],[-1.002,-0.153],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.002,-0.153],[-0.763,-0.118],[0,0],[0,0],[0,0],[0.764,0.116],[1.002,0.154],[0,0]],"v":[[13.281,4.956],[14.702,5.174],[15.138,2.297],[15.575,-0.58],[14.154,-0.798],[13.322,-0.141],[-8.195,-3.439],[-10.233,-4.486],[-14.717,-5.174],[-15.147,-2.345],[-15.575,0.484],[-11.091,1.173],[-8.835,0.782],[12.682,4.079]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.969000004787,0.216000007181,0.219999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[339.142,210.788],"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":"Group 355","np":4,"cix":2,"ix":355,"mn":"ADBE Vector Group","hd":false},{"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":[[-1.602,2.605],[-0.757,-2.966],[1.602,-2.605],[0.756,2.966]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.969000004787,0.216000007181,0.219999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[367.766,218.199],"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":"Group 356","np":4,"cix":2,"ix":356,"mn":"ADBE Vector Group","hd":false},{"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":[[-22.023,-1.98],[-21.61,-4.707],[22.023,1.981],[21.61,4.707]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.830999995213,0.172999991623,0.176000004189,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[345.36,214.765],"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":"Group 357","np":4,"cix":2,"ix":357,"mn":"ADBE Vector Group","hd":false},{"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":[[-2.944,31.167],[6.43,-30.633],[2.943,-31.167],[-6.43,30.633]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.902000038297,0.2,0.204000001795,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[359.584,233.595],"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":"Group 358","np":4,"cix":2,"ix":358,"mn":"ADBE Vector Group","hd":false},{"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":[[-1.163,0.311],[-1.017,-0.645],[1.164,-0.311],[1.018,0.645]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.788000009574,0.626999978458,0.313999998803,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[362.181,235.895],"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":"Group 359","np":4,"cix":2,"ix":359,"mn":"ADBE Vector Group","hd":false},{"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":[[-1.163,0.311],[-1.018,-0.645],[1.163,-0.311],[1.019,0.645]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.788000009574,0.626999978458,0.313999998803,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[362.745,232.178],"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":"Group 360","np":4,"cix":2,"ix":360,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.146,-0.117],[-0.092,-0.117],[0,0],[-0.145,0.116],[0.093,0.117],[0,0]],"o":[[-0.146,0.117],[0,0],[0.093,0.117],[0.147,-0.117],[0,0],[-0.093,-0.117]],"v":[[-6.637,-8.401],[-6.734,-7.977],[6.204,8.401],[6.637,8.402],[6.733,7.978],[-6.204,-8.4]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.838999968884,0.616000007181,0.294000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[283.964,119.033],"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":"Group 361","np":4,"cix":2,"ix":361,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.073,-0.058],[0.047,0.058],[0,0],[-0.073,0.059],[-0.046,-0.058],[0,0]],"o":[[-0.073,0.059],[0,0],[-0.046,-0.059],[0.073,-0.059],[0,0],[0.047,0.059]],"v":[[5.209,6.593],[4.992,6.593],[-5.258,-6.382],[-5.209,-6.594],[-4.993,-6.594],[5.257,6.382]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.838999968884,0.616000007181,0.294000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[291.843,124.362],"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":"Group 362","np":4,"cix":2,"ix":362,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.073,0.059],[0.046,0.059],[0,0],[0.074,-0.058],[-0.047,-0.058],[0,0]],"o":[[0.073,-0.058],[0,0],[-0.047,-0.059],[-0.073,0.059],[0,0],[0.047,0.058]],"v":[[3.613,4.572],[3.661,4.361],[-3.396,-4.573],[-3.613,-4.574],[-3.66,-4.362],[3.396,4.572]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.838999968884,0.616000007181,0.294000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[288.573,114.486],"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":"Group 363","np":4,"cix":2,"ix":363,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.11,0.087],[0.07,0.088],[0,0],[0.11,-0.088],[-0.07,-0.087],[0,0]],"o":[[0.109,-0.087],[0,0],[-0.069,-0.088],[-0.109,0.087],[0,0],[0.069,0.088]],"v":[[5.251,6.647],[5.323,6.329],[-4.927,-6.645],[-5.252,-6.646],[-5.324,-6.329],[4.926,6.646]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.838999968884,0.616000007181,0.294000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[293.466,113.44],"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":"Group 364","np":4,"cix":2,"ix":364,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.109,0.087],[-0.069,-0.088],[0,0],[0.11,-0.087],[0.07,0.088],[0,0]],"o":[[0.109,-0.087],[0,0],[0.07,0.087],[-0.11,0.088],[0,0],[-0.07,-0.088]],"v":[[-2.1,-2.659],[-1.776,-2.658],[2.173,2.341],[2.101,2.658],[1.776,2.657],[-2.172,-2.341]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.838999968884,0.616000007181,0.294000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[302.492,119.675],"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":"Group 365","np":4,"cix":2,"ix":365,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.109,-0.087],[0.07,0.088],[0,0],[-0.11,0.088],[-0.069,-0.088],[0,0]],"o":[[-0.11,0.088],[0,0],[-0.069,-0.089],[0.109,-0.087],[0,0],[0.07,0.089]],"v":[[5.419,6.859],[5.094,6.858],[-5.492,-6.541],[-5.419,-6.86],[-5.095,-6.859],[5.491,6.541]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.838999968884,0.616000007181,0.294000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[300.296,111.976],"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":"Group 366","np":4,"cix":2,"ix":366,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.109,-0.087],[-0.07,-0.088],[0,0],[-0.11,0.087],[0.069,0.088],[0,0]],"o":[[-0.109,0.087],[0,0],[0.07,0.088],[0.109,-0.087],[0,0],[-0.069,-0.088]],"v":[[-3.654,-4.626],[-3.727,-4.308],[3.331,4.625],[3.656,4.626],[3.728,4.308],[-3.331,-4.625]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.838999968884,0.616000007181,0.294000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[306.496,113.269],"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":"Group 367","np":4,"cix":2,"ix":367,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.073,-0.059],[0.047,0.059],[0,0],[-0.073,0.058],[-0.046,-0.059],[0,0]],"o":[[-0.073,0.058],[0,0],[-0.046,-0.059],[0.073,-0.058],[0,0],[0.047,0.059]],"v":[[2.899,3.669],[2.682,3.668],[-2.947,-3.457],[-2.898,-3.669],[-2.682,-3.668],[2.947,3.457]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.838999968884,0.616000007181,0.294000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[306.605,107.805],"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":"Group 368","np":4,"cix":2,"ix":368,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.109,-0.087],[0.069,0.088],[0,0],[-0.109,0.087],[-0.069,-0.089],[0,0]],"o":[[-0.109,0.087],[0,0],[-0.07,-0.088],[0.11,-0.088],[0,0],[0.07,0.088]],"v":[[2.94,3.722],[2.616,3.722],[-3.013,-3.403],[-2.941,-3.721],[-2.617,-3.721],[3.013,3.404]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.838999968884,0.616000007181,0.294000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[312.688,107.718],"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":"Group 369","np":4,"cix":2,"ix":369,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[16.782,-28.377],[-16.781,10.519],[-2.672,28.377]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.838999968884,0.616000007181,0.294000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[309.207,129.334],"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":"Group 370","np":4,"cix":2,"ix":370,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[30.833,-28.377],[-30.833,-25.055],[11.379,28.377]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.957000014361,0.713999968884,0.365000017952,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[295.155,129.334],"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":"Group 371","np":4,"cix":2,"ix":371,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.12,-0.096],[-0.076,-0.097],[0,0],[-0.12,0.096],[0.076,0.097],[0,0]],"o":[[-0.12,0.095],[0,0],[0.076,0.096],[0.119,-0.095],[0,0],[-0.076,-0.096]],"v":[[-5.456,-6.907],[-5.534,-6.559],[5.103,6.905],[5.457,6.906],[5.535,6.559],[-5.103,-6.906]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.838999968884,0.616000007181,0.294000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[304.841,147.293],"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":"Group 372","np":4,"cix":2,"ix":372,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.061,-0.048],[0.038,0.048],[0,0],[-0.06,0.048],[-0.038,-0.049],[0,0]],"o":[[-0.06,0.047],[0,0],[-0.038,-0.048],[0.06,-0.048],[0,0],[0.038,0.048]],"v":[[4.282,5.421],[4.105,5.42],[-4.322,-5.246],[-4.282,-5.42],[-4.105,-5.419],[4.322,5.247]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.838999968884,0.616000007181,0.294000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[311.311,151.68],"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":"Group 373","np":4,"cix":2,"ix":373,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.06,0.048],[0.038,0.049],[0,0],[0.059,-0.048],[-0.038,-0.048],[0,0]],"o":[[0.061,-0.048],[0,0],[-0.038,-0.048],[-0.06,0.048],[0,0],[0.038,0.048]],"v":[[2.97,3.759],[3.01,3.585],[-2.792,-3.759],[-2.969,-3.76],[-3.009,-3.586],[2.793,3.758]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.838999968884,0.616000007181,0.294000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[308.613,143.568],"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":"Group 374","np":4,"cix":2,"ix":374,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.09,0.072],[0.057,0.073],[0,0],[0.09,-0.072],[-0.058,-0.073],[0,0]],"o":[[0.09,-0.071],[0,0],[-0.058,-0.073],[-0.09,0.071],[0,0],[0.058,0.072]],"v":[[4.317,5.464],[4.376,5.203],[-4.05,-5.463],[-4.317,-5.464],[-4.375,-5.203],[4.05,5.463]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.838999968884,0.616000007181,0.294000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[312.624,142.718],"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":"Group 375","np":4,"cix":2,"ix":375,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.09,0.072],[-0.057,-0.072],[0,0],[0.09,-0.072],[0.056,0.072],[0,0]],"o":[[0.09,-0.072],[0,0],[0.056,0.073],[-0.09,0.071],[0,0],[-0.056,-0.073]],"v":[[-1.726,-2.186],[-1.46,-2.184],[1.786,1.924],[1.727,2.187],[1.462,2.185],[-1.786,-1.924]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.838999968884,0.616000007181,0.294000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[320.036,147.849],"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":"Group 376","np":4,"cix":2,"ix":376,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.09,-0.071],[0.058,0.072],[0,0],[-0.09,0.072],[-0.056,-0.073],[0,0]],"o":[[-0.09,0.072],[0,0],[-0.056,-0.072],[0.09,-0.072],[0,0],[0.056,0.073]],"v":[[4.454,5.639],[4.188,5.638],[-4.515,-5.378],[-4.455,-5.639],[-4.19,-5.637],[4.514,5.378]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.838999968884,0.616000007181,0.294000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[318.222,141.527],"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":"Group 377","np":4,"cix":2,"ix":377,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.09,-0.071],[-0.057,-0.073],[0,0],[-0.09,0.072],[0.057,0.073],[0,0]],"o":[[-0.09,0.072],[0,0],[0.057,0.072],[0.09,-0.071],[0,0],[-0.058,-0.072]],"v":[[-3.004,-3.804],[-3.064,-3.542],[2.738,3.801],[3.004,3.802],[3.064,3.541],[-2.737,-3.803]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.838999968884,0.616000007181,0.294000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[323.309,142.599],"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":"Group 378","np":4,"cix":2,"ix":378,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.06,-0.048],[0.038,0.047],[0,0],[-0.06,0.048],[-0.038,-0.049],[0,0]],"o":[[-0.061,0.048],[0,0],[-0.039,-0.049],[0.06,-0.048],[0,0],[0.038,0.049]],"v":[[2.384,3.016],[2.206,3.016],[-2.422,-2.842],[-2.383,-3.016],[-2.206,-3.015],[2.422,2.842]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.838999968884,0.616000007181,0.294000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[323.389,138.115],"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":"Group 379","np":4,"cix":2,"ix":379,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.09,-0.072],[0.058,0.072],[0,0],[-0.09,0.072],[-0.057,-0.072],[0,0]],"o":[[-0.089,0.072],[0,0],[-0.056,-0.073],[0.09,-0.071],[0,0],[0.056,0.073]],"v":[[2.417,3.059],[2.151,3.059],[-2.477,-2.799],[-2.417,-3.061],[-2.151,-3.06],[2.477,2.798]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.838999968884,0.616000007181,0.294000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[328.377,138.054],"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":"Group 380","np":4,"cix":2,"ix":380,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[13.729,-23.276],[-13.729,8.593],[-2.13,23.275]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.838999968884,0.616000007181,0.294000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[325.543,155.801],"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":"Group 381","np":4,"cix":2,"ix":381,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[25.281,-23.276],[-25.281,-20.651],[9.422,23.275]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.957000014361,0.713999968884,0.365000017952,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[313.991,155.801],"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":"Group 382","np":4,"cix":2,"ix":382,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.216,0.812],[0.807,-0.216],[0,0]],"o":[[0,0],[0.807,-0.217],[-0.217,-0.812],[0,0],[0,0]],"v":[[-0.587,1.668],[0.085,1.488],[1.155,-0.375],[-0.699,-1.452],[-1.371,-1.271]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.435000011968,0.603999956916,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[403.621,156.959],"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":"Group 383","np":4,"cix":2,"ix":383,"mn":"ADBE Vector Group","hd":false},{"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":[[-0.347,6.395],[-3.484,-5.365],[0.347,-6.394],[3.484,5.366]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.365000017952,0.552999997606,0.569000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[351.999,170.762],"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":"Group 384","np":4,"cix":2,"ix":384,"mn":"ADBE Vector Group","hd":false},{"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":[[-0.465,2.385],[-1.59,-1.833],[0.465,-2.385],[1.59,1.834]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.325,0.493999974868,0.510000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[401.614,157.434],"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":"Group 385","np":4,"cix":2,"ix":385,"mn":"ADBE Vector Group","hd":false},{"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":[[0.44,5.775],[-2.495,-5.223],[-0.439,-5.775],[2.495,5.223]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.325,0.493999974868,0.510000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[354.942,169.971],"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":"Group 386","np":4,"cix":2,"ix":386,"mn":"ADBE Vector Group","hd":false},{"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":[[1.713,10.552],[-3.768,-10],[-1.714,-10.552],[3.768,10]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.325,0.493999974868,0.510000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[338.772,174.315],"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":"Group 387","np":4,"cix":2,"ix":387,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-53.848,15.365],[0,0],[0,0],[0,0],[0,0],[0,0],[8.542,-5.382],[0,0]],"o":[[0,0],[0,0],[-54.296,13.685],[0,0],[10.078,0.379],[0,0],[0,0],[0,0]],"v":[[32.053,-10.041],[31.604,-11.721],[31.156,-13.4],[-32.052,-3.88],[-30.35,1.063],[2.001,-3.77],[-28.43,8.264],[-27.443,13.4]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.435000011968,0.603999956916,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[368.983,169.431],"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":"Group 388","np":4,"cix":2,"ix":388,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.087,0.328],[0,0],[0.326,-0.088],[0,0]],"o":[[0,0],[0.327,-0.087],[0,0],[-0.087,-0.328],[0,0],[0,0]],"v":[[0.283,3.88],[1.179,3.639],[1.612,2.886],[-0.054,-3.357],[-0.803,-3.792],[-1.699,-3.552]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.325,0.493999974868,0.510000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[325.957,191.789],"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":"Group 389","np":4,"cix":2,"ix":389,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.087,0.328],[0,0],[0.326,-0.088],[0,0]],"o":[[0,0],[0.327,-0.087],[0,0],[-0.087,-0.328],[0,0],[0,0]],"v":[[0.283,3.88],[1.179,3.639],[1.612,2.886],[-0.054,-3.357],[-0.803,-3.792],[-1.699,-3.552]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.325,0.493999974868,0.510000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[318.986,165.65],"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":"Group 390","np":4,"cix":2,"ix":390,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[8.104,2.135],[0,0],[-2.291,-8.591],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[2.291,8.59],[0,0],[5.957,-5.913]],"v":[[10.713,6.111],[8.044,-3.893],[5.376,-13.898],[-10.713,-15.985],[-9.118,-10.004],[2.42,-2.382],[-3.781,10.005],[-2.185,15.986]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.435000011968,0.603999956916,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[329.7,178.485],"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":"Group 391","np":4,"cix":2,"ix":391,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.037,0.137],[-0.137,0.037],[0,0],[-0.037,-0.137],[0.135,-0.036]],"o":[[-0.136,0.037],[-0.037,-0.136],[0,0],[0.135,-0.037],[0.036,0.137],[0,0]],"v":[[-4.193,1.391],[-4.505,1.21],[-4.325,0.896],[4.194,-1.391],[4.506,-1.21],[4.326,-0.897]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.325,0.493999974868,0.510000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[405.537,156.38],"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":"Group 392","np":4,"cix":2,"ix":392,"mn":"ADBE Vector Group","hd":false},{"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":[[0.716,0.496],[-0.456,0.745],[-0.715,-0.496],[0.457,-0.745]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.490000017952,0.411999990426,0.352999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[194.855,50.699],"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":"Group 393","np":4,"cix":2,"ix":393,"mn":"ADBE Vector Group","hd":false},{"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":[[0.715,0.496],[-0.457,0.745],[-0.716,-0.496],[0.456,-0.745]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.490000017952,0.411999990426,0.352999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[192.387,51.221],"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":"Group 394","np":4,"cix":2,"ix":394,"mn":"ADBE Vector Group","hd":false},{"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":[[0.715,0.496],[-0.457,0.745],[-0.716,-0.496],[0.456,-0.745]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.490000017952,0.411999990426,0.352999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[189.919,51.742],"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":"Group 395","np":4,"cix":2,"ix":395,"mn":"ADBE Vector Group","hd":false},{"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":[[0.715,0.496],[-0.457,0.745],[-0.716,-0.497],[0.456,-0.745]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.490000017952,0.411999990426,0.352999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[187.451,52.263],"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":"Group 396","np":4,"cix":2,"ix":396,"mn":"ADBE Vector Group","hd":false},{"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":[[0.715,0.496],[-0.457,0.745],[-0.716,-0.496],[0.456,-0.745]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.490000017952,0.411999990426,0.352999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[184.982,52.784],"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":"Group 397","np":4,"cix":2,"ix":397,"mn":"ADBE Vector Group","hd":false},{"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":[[0.716,0.496],[-0.456,0.745],[-0.716,-0.497],[0.457,-0.745]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.490000017952,0.411999990426,0.352999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.514,53.306],"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":"Group 398","np":4,"cix":2,"ix":398,"mn":"ADBE Vector Group","hd":false},{"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":[[0.716,0.496],[-0.456,0.745],[-0.715,-0.496],[0.457,-0.745]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.490000017952,0.411999990426,0.352999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[180.046,53.827],"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":"Group 399","np":4,"cix":2,"ix":399,"mn":"ADBE Vector Group","hd":false},{"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":[[8.268,-1.287],[-8.084,2.166],[-8.268,1.287],[8.084,-2.166]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.490000017952,0.411999990426,0.352999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[187.85,54.178],"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":"Group 400","np":4,"cix":2,"ix":400,"mn":"ADBE Vector Group","hd":false},{"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":[[8.261,-0.393],[-7.721,2.982],[-8.261,0.393],[7.72,-2.982]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.630999995213,0.528999956916,0.455000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[187.851,54.178],"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":"Group 401","np":4,"cix":2,"ix":401,"mn":"ADBE Vector Group","hd":false},{"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":[[3.869,3.23],[-2.248,4.523],[-3.868,-3.231],[2.248,-4.523]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.322000002394,0.26699999641,0.231000010173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[188.814,58.788],"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":"Group 402","np":4,"cix":2,"ix":402,"mn":"ADBE Vector Group","hd":false},{"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":[[7.581,-0.292],[-7.057,2.799],[-7.581,0.291],[7.057,-2.799]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.722000002394,0.62400004069,0.54900004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[188.847,58.946],"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":"Group 403","np":4,"cix":2,"ix":403,"mn":"ADBE Vector Group","hd":false},{"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":[[8.272,3.015],[-6.366,6.106],[-8.272,-3.015],[6.365,-6.106]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.490000017952,0.411999990426,0.352999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[188.671,58.103],"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":"Group 404","np":4,"cix":2,"ix":404,"mn":"ADBE Vector Group","hd":false},{"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":[[-6.038,0.608],[-6.04,1.838],[6.039,-0.712],[5.546,-1.838]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.490000017952,0.411999990426,0.352999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[192.11,73.996],"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":"Group 405","np":4,"cix":2,"ix":405,"mn":"ADBE Vector Group","hd":false},{"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":[[-7.317,0.878],[-7.318,2.108],[7.318,-0.982],[6.825,-2.108]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.490000017952,0.411999990426,0.352999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[193.382,80.083],"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":"Group 406","np":4,"cix":2,"ix":406,"mn":"ADBE Vector Group","hd":false},{"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":[[-6.678,0.743],[-6.679,1.973],[6.679,-0.847],[6.185,-1.973]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.490000017952,0.411999990426,0.352999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[192.746,77.04],"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":"Group 407","np":4,"cix":2,"ix":407,"mn":"ADBE Vector Group","hd":false},{"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":[[-4.12,0.203],[-4.121,1.433],[4.121,-0.307],[3.628,-1.433]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.490000017952,0.411999990426,0.352999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[190.202,64.866],"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":"Group 408","np":4,"cix":2,"ix":408,"mn":"ADBE Vector Group","hd":false},{"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":[[-5.399,0.473],[-5.4,1.703],[5.4,-0.577],[4.906,-1.703]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.490000017952,0.411999990426,0.352999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[191.474,70.953],"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":"Group 409","np":4,"cix":2,"ix":409,"mn":"ADBE Vector Group","hd":false},{"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":[[-4.759,0.338],[-4.76,1.568],[4.76,-0.442],[4.266,-1.568]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.490000017952,0.411999990426,0.352999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[190.838,67.91],"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":"Group 410","np":4,"cix":2,"ix":410,"mn":"ADBE Vector Group","hd":false},{"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":[[-7.957,1.013],[-7.958,2.243],[7.958,-1.117],[7.464,-2.243]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.490000017952,0.411999990426,0.352999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[194.018,83.127],"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":"Group 411","np":4,"cix":2,"ix":411,"mn":"ADBE Vector Group","hd":false},{"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":[[12.434,-2.063],[11.94,-3.188],[-12.434,1.959],[-12.435,3.188]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.490000017952,0.411999990426,0.352999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[198.47,104.43],"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":"Group 412","np":4,"cix":2,"ix":412,"mn":"ADBE Vector Group","hd":false},{"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":[[-11.794,1.823],[-11.795,3.053],[11.794,-1.927],[11.3,-3.053]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.490000017952,0.411999990426,0.352999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[197.835,101.387],"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":"Group 413","np":4,"cix":2,"ix":413,"mn":"ADBE Vector Group","hd":false},{"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":[[-11.154,1.688],[-11.155,2.919],[11.155,-1.792],[10.661,-2.919]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.490000017952,0.411999990426,0.352999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[197.198,98.343],"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":"Group 414","np":4,"cix":2,"ix":414,"mn":"ADBE Vector Group","hd":false},{"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":[[-8.596,1.148],[-8.597,2.378],[8.597,-1.252],[8.104,-2.378]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.490000017952,0.411999990426,0.352999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[194.654,86.17],"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":"Group 415","np":4,"cix":2,"ix":415,"mn":"ADBE Vector Group","hd":false},{"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":[[-10.515,1.553],[-10.516,2.783],[10.516,-1.658],[10.022,-2.783]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.490000017952,0.411999990426,0.352999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[196.562,95.3],"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":"Group 416","np":4,"cix":2,"ix":416,"mn":"ADBE Vector Group","hd":false},{"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":[[-9.236,1.283],[-9.237,2.513],[9.237,-1.388],[8.743,-2.513]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.490000017952,0.411999990426,0.352999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[195.291,89.214],"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":"Group 417","np":4,"cix":2,"ix":417,"mn":"ADBE Vector Group","hd":false},{"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":[[-9.875,1.418],[-9.876,2.648],[9.876,-1.522],[9.383,-2.648]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.490000017952,0.411999990426,0.352999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[195.926,92.257],"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":"Group 418","np":4,"cix":2,"ix":418,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-5.638,-23.681],[-9.178,-22.932],[-12.719,-22.185],[-12.768,23.681],[0,20.984],[12.768,18.289]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.630999995213,0.528999956916,0.455000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[198.802,85.596],"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":"Group 419","np":4,"cix":2,"ix":419,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-4.355,-24.304],[-9.178,-23.286],[-14.001,-22.267],[-17.392,24.304],[0,20.631],[17.393,16.959]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.722000002394,0.62400004069,0.54900004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[198.802,85.949],"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":"Group 420","np":4,"cix":2,"ix":420,"mn":"ADBE Vector Group","hd":false},{"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":[[14.949,-1.88],[-14.438,4.326],[-14.949,1.88],[14.438,-4.326]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.630999995213,0.528999956916,0.455000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[189.88,63.886],"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":"Group 421","np":4,"cix":2,"ix":421,"mn":"ADBE Vector Group","hd":false},{"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":[[15.349,0.034],[-14.038,6.24],[-15.349,-0.034],[14.038,-6.24]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.490000017952,0.411999990426,0.352999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[190.279,65.801],"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":"Group 422","np":4,"cix":2,"ix":422,"mn":"ADBE Vector Group","hd":false},{"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":[[19.908,-2.927],[-19.396,5.373],[-19.908,2.927],[19.396,-5.373]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.630999995213,0.528999956916,0.455000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[191.191,70.16],"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":"Group 423","np":4,"cix":2,"ix":423,"mn":"ADBE Vector Group","hd":false},{"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":[[20.266,-1.215],[-19.038,7.085],[-20.266,1.215],[19.038,-7.085]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.490000017952,0.411999990426,0.352999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[191.633,72.276],"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":"Group 424","np":4,"cix":2,"ix":424,"mn":"ADBE Vector Group","hd":false},{"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":[[23.637,-3.715],[-23.127,6.16],[-23.637,3.715],[23.126,-6.16]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.630999995213,0.528999956916,0.455000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[192.502,76.434],"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":"Group 425","np":4,"cix":2,"ix":425,"mn":"ADBE Vector Group","hd":false},{"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":[[23.995,-2.003],[-22.768,7.872],[-23.995,2.003],[22.768,-7.872]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.490000017952,0.411999990426,0.352999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[192.944,78.55],"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":"Group 426","np":4,"cix":2,"ix":426,"mn":"ADBE Vector Group","hd":false},{"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":[[27.52,-4.534],[-27.009,6.98],[-27.52,4.535],[27.008,-6.98]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.630999995213,0.528999956916,0.455000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[193.813,82.708],"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":"Group 427","np":4,"cix":2,"ix":427,"mn":"ADBE Vector Group","hd":false},{"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":[[27.878,-2.823],[-26.65,8.693],[-27.878,2.823],[26.65,-8.693]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.490000017952,0.411999990426,0.352999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[194.255,84.824],"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":"Group 428","np":4,"cix":2,"ix":428,"mn":"ADBE Vector Group","hd":false},{"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":[[31.832,-5.445],[-31.321,7.891],[-31.832,5.445],[31.321,-7.891]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.630999995213,0.528999956916,0.455000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[195.124,88.982],"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":"Group 429","np":4,"cix":2,"ix":429,"mn":"ADBE Vector Group","hd":false},{"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":[[32.189,-3.733],[-30.963,9.603],[-32.189,3.733],[30.962,-9.603]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.490000017952,0.411999990426,0.352999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[195.566,91.098],"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":"Group 430","np":4,"cix":2,"ix":430,"mn":"ADBE Vector Group","hd":false},{"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":[[35.752,-6.273],[-35.241,8.718],[-35.752,6.272],[35.24,-8.718]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.630999995213,0.528999956916,0.455000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[196.436,95.256],"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":"Group 431","np":4,"cix":2,"ix":431,"mn":"ADBE Vector Group","hd":false},{"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":[[36.109,-4.561],[-34.883,10.431],[-36.11,4.561],[34.882,-10.431]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.490000017952,0.411999990426,0.352999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[196.878,97.372],"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":"Group 432","np":4,"cix":2,"ix":432,"mn":"ADBE Vector Group","hd":false},{"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":[[40.16,-7.204],[-39.65,9.65],[-40.161,7.203],[39.648,-9.65]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.630999995213,0.528999956916,0.455000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[197.747,101.53],"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":"Group 433","np":4,"cix":2,"ix":433,"mn":"ADBE Vector Group","hd":false},{"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":[[40.518,-5.492],[-39.292,11.362],[-40.519,5.491],[39.291,-11.362]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.490000017952,0.411999990426,0.352999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[198.189,103.646],"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":"Group 434","np":4,"cix":2,"ix":434,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.113,0.029],[-0.028,-0.114],[0,0],[0.114,-0.027],[0.027,0.114]],"o":[[-0.027,-0.114],[0.115,-0.027],[0,0],[0.028,0.114],[-0.114,0.028],[0,0]],"v":[[-0.977,-3.079],[-0.822,-3.339],[-0.564,-3.182],[0.975,3.079],[0.82,3.337],[0.563,3.182]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.569000004787,0.470999983245,0.317999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[272.868,377.794],"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":"Group 435","np":4,"cix":2,"ix":435,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.114,0.029],[-0.028,-0.114],[0,0],[0.113,-0.028],[0.028,0.114]],"o":[[-0.028,-0.114],[0.115,-0.028],[0,0],[0.028,0.115],[-0.114,0.028],[0,0]],"v":[[-0.976,-3.079],[-0.821,-3.338],[-0.563,-3.182],[0.976,3.079],[0.821,3.338],[0.563,3.182]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.569000004787,0.470999983245,0.317999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[274.348,377.426],"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":"Group 436","np":4,"cix":2,"ix":436,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.114,0.029],[-0.027,-0.114],[0,0],[0.113,-0.028],[0.028,0.114]],"o":[[-0.028,-0.114],[0.115,-0.028],[0,0],[0.027,0.114],[-0.114,0.028],[0,0]],"v":[[-0.975,-3.079],[-0.82,-3.338],[-0.564,-3.182],[0.977,3.08],[0.822,3.338],[0.563,3.183]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.569000004787,0.470999983245,0.317999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[275.828,377.058],"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":"Group 437","np":4,"cix":2,"ix":437,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.114,0.029],[-0.028,-0.114],[0,0],[0.114,-0.028],[0.028,0.114]],"o":[[-0.028,-0.115],[0.114,-0.028],[0,0],[0.028,0.114],[-0.113,0.028],[0,0]],"v":[[-0.975,-3.079],[-0.82,-3.338],[-0.563,-3.182],[0.976,3.079],[0.821,3.338],[0.564,3.182]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.569000004787,0.470999983245,0.317999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[277.308,376.691],"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":"Group 438","np":4,"cix":2,"ix":438,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.114,0.029],[-0.028,-0.114],[0,0],[0.114,-0.028],[0.028,0.114]],"o":[[-0.028,-0.114],[0.114,-0.028],[0,0],[0.028,0.114],[-0.114,0.028],[0,0]],"v":[[-0.975,-3.079],[-0.82,-3.338],[-0.564,-3.182],[0.975,3.08],[0.82,3.338],[0.563,3.183]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.569000004787,0.470999983245,0.317999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[278.789,376.323],"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":"Group 439","np":4,"cix":2,"ix":439,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.113,0.029],[-0.028,-0.115],[0,0],[0.114,-0.028],[0.028,0.114]],"o":[[-0.028,-0.115],[0.115,-0.028],[0,0],[0.028,0.114],[-0.114,0.028],[0,0]],"v":[[-0.976,-3.079],[-0.821,-3.338],[-0.563,-3.182],[0.976,3.079],[0.821,3.338],[0.563,3.182]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.569000004787,0.470999983245,0.317999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[280.269,375.955],"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":"Group 440","np":4,"cix":2,"ix":440,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.084,0.343],[-0.34,0.084],[0,0],[-0.084,-0.343],[0.339,-0.084],[0,0]],"o":[[-0.085,-0.342],[0,0],[0.341,-0.084],[0.084,0.341],[0,0],[-0.34,0.084]],"v":[[-0.97,0.241],[-0.507,-0.531],[0.203,-0.707],[0.971,-0.241],[0.508,0.53],[-0.202,0.707]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.752999997606,0.62400004069,0.416000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[281.451,396.734],"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":"Group 441","np":4,"cix":2,"ix":441,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-2.801,8.642],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[6.483,6.337]],"v":[[3.407,8.54],[3.849,8.43],[4.292,8.319],[5.288,-8.54],[0.001,-7.227],[-5.287,-5.913]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.255000005984,0.234999997008,0.219999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[277.615,388.357],"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":"Group 442","np":4,"cix":2,"ix":442,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[-2.655,4.555],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[4.46,2.788]],"v":[[-3.119,5.734],[1.911,4.486],[2.02,4.458],[7.05,3.21],[8.905,-5.734],[0.055,-3.536],[-0.055,-3.508],[-8.905,-1.31]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.255000005984,0.234999997008,0.219999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[273.524,368.015],"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":"Group 443","np":4,"cix":2,"ix":443,"mn":"ADBE Vector Group","hd":false},{"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":[[-8.516,1.53],[8.245,-2.633],[8.515,-1.53],[-8.245,2.634]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.811999990426,0.709999952129,0.552999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[273.388,363.942],"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":"Group 444","np":4,"cix":2,"ix":444,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.149,0.037],[-0.037,-0.149],[0,0],[0.149,-0.037],[0.037,0.15]],"o":[[-0.037,-0.15],[0.15,-0.037],[0,0],[0.037,0.151],[-0.151,0.037],[0,0]],"v":[[-0.859,-2.327],[-0.656,-2.666],[-0.318,-2.462],[0.859,2.328],[0.656,2.667],[0.318,2.463]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.569000004787,0.470999983245,0.317999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[265.898,361.511],"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":"Group 445","np":4,"cix":2,"ix":445,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.149,0.037],[-0.037,-0.15],[0,0],[0.149,-0.037],[0.037,0.15]],"o":[[-0.036,-0.15],[0.15,-0.037],[0,0],[0.036,0.151],[-0.15,0.037],[0,0]],"v":[[-0.86,-2.328],[-0.656,-2.667],[-0.318,-2.463],[0.86,2.327],[0.656,2.666],[0.318,2.461]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.569000004787,0.470999983245,0.317999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[267.522,361.108],"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":"Group 446","np":4,"cix":2,"ix":446,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.149,0.037],[-0.037,-0.15],[0,0],[0.149,-0.037],[0.037,0.15]],"o":[[-0.037,-0.15],[0.151,-0.037],[0,0],[0.037,0.15],[-0.15,0.037],[0,0]],"v":[[-0.859,-2.327],[-0.657,-2.667],[-0.319,-2.462],[0.859,2.328],[0.655,2.667],[0.317,2.462]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.569000004787,0.470999983245,0.317999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[269.147,360.704],"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":"Group 447","np":4,"cix":2,"ix":447,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.149,0.037],[-0.036,-0.15],[0,0],[0.15,-0.037],[0.037,0.15]],"o":[[-0.037,-0.15],[0.15,-0.037],[0,0],[0.037,0.151],[-0.15,0.037],[0,0]],"v":[[-0.859,-2.327],[-0.655,-2.667],[-0.318,-2.462],[0.86,2.327],[0.656,2.667],[0.319,2.462]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.569000004787,0.470999983245,0.317999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[270.771,360.301],"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":"Group 448","np":4,"cix":2,"ix":448,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.149,0.037],[-0.037,-0.15],[0,0],[0.149,-0.037],[0.037,0.15]],"o":[[-0.037,-0.15],[0.15,-0.037],[0,0],[0.037,0.151],[-0.15,0.037],[0,0]],"v":[[-0.859,-2.327],[-0.655,-2.667],[-0.317,-2.462],[0.86,2.327],[0.657,2.667],[0.319,2.462]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.569000004787,0.470999983245,0.317999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[272.395,359.898],"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":"Group 449","np":4,"cix":2,"ix":449,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.149,0.037],[-0.037,-0.15],[0,0],[0.149,-0.037],[0.037,0.15]],"o":[[-0.037,-0.149],[0.15,-0.037],[0,0],[0.037,0.151],[-0.15,0.037],[0,0]],"v":[[-0.859,-2.328],[-0.656,-2.667],[-0.318,-2.462],[0.86,2.327],[0.656,2.667],[0.318,2.462]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.569000004787,0.470999983245,0.317999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[274.02,359.494],"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":"Group 450","np":4,"cix":2,"ix":450,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.15,0.037],[-0.037,-0.15],[0,0],[0.149,-0.037],[0.036,0.15]],"o":[[-0.037,-0.15],[0.15,-0.037],[0,0],[0.037,0.151],[-0.15,0.037],[0,0]],"v":[[-0.859,-2.327],[-0.655,-2.666],[-0.318,-2.461],[0.86,2.328],[0.656,2.667],[0.319,2.463]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.569000004787,0.470999983245,0.317999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[275.644,359.091],"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":"Group 451","np":4,"cix":2,"ix":451,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.149,0.037],[-0.036,-0.15],[0,0],[0.149,-0.037],[0.037,0.15]],"o":[[-0.037,-0.15],[0.15,-0.037],[0,0],[0.037,0.151],[-0.151,0.037],[0,0]],"v":[[-0.859,-2.328],[-0.656,-2.667],[-0.319,-2.463],[0.859,2.327],[0.656,2.666],[0.318,2.461]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.569000004787,0.470999983245,0.317999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[277.268,358.687],"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":"Group 452","np":4,"cix":2,"ix":452,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.149,0.037],[-0.037,-0.15],[0,0],[0.149,-0.037],[0.037,0.15]],"o":[[-0.036,-0.15],[0.15,-0.037],[0,0],[0.036,0.15],[-0.15,0.037],[0,0]],"v":[[-0.86,-2.327],[-0.656,-2.667],[-0.318,-2.462],[0.86,2.328],[0.656,2.667],[0.318,2.462]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.569000004787,0.470999983245,0.317999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[278.892,358.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":"Group 453","np":4,"cix":2,"ix":453,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.06,-0.103],[0.102,-0.06],[0,0],[0.059,0.103],[-0.103,0.06]],"o":[[0.103,-0.06],[0.059,0.104],[0,0],[-0.103,0.06],[-0.06,-0.103],[0,0]],"v":[[0.706,-0.659],[0.999,-0.58],[0.921,-0.285],[-0.706,0.659],[-0.999,0.581],[-0.921,0.286]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.255000005984,0.234999997008,0.219999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[269.049,349.477],"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":"Group 454","np":4,"cix":2,"ix":454,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.097,0.069],[-0.068,-0.098],[0,0],[0.097,-0.069],[0.067,0.098]],"o":[[-0.067,-0.098],[0.097,-0.068],[0,0],[0.067,0.098],[-0.098,0.068],[0,0]],"v":[[-0.715,-0.649],[-0.663,-0.95],[-0.363,-0.897],[0.716,0.649],[0.663,0.95],[0.363,0.897]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.255000005984,0.234999997008,0.219999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[270.401,349.776],"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":"Group 455","np":4,"cix":2,"ix":455,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.041,0.026],[-0.026,0.041],[0,0],[-0.041,-0.024],[0.025,-0.042]],"o":[[-0.025,0.041],[-0.041,-0.024],[0,0],[0.026,-0.042],[0.041,0.025],[0,0]],"v":[[-0.226,0.547],[-0.346,0.576],[-0.375,0.456],[0.227,-0.548],[0.347,-0.578],[0.377,-0.457]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.255000005984,0.234999997008,0.219999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[268.029,351.99],"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":"Group 456","np":4,"cix":2,"ix":456,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.042,0.026],[-0.026,0.041],[0,0],[-0.041,-0.025],[0.024,-0.042]],"o":[[-0.024,0.041],[-0.041,-0.025],[0,0],[0.026,-0.042],[0.042,0.025],[0,0]],"v":[[-0.227,0.548],[-0.347,0.577],[-0.376,0.457],[0.226,-0.547],[0.346,-0.577],[0.377,-0.456]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.255000005984,0.234999997008,0.219999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[271.593,346.055],"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":"Group 457","np":4,"cix":2,"ix":457,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.025,0.042],[-0.041,-0.026],[0,0],[0.026,-0.042],[0.042,0.026]],"o":[[-0.042,-0.025],[0.025,-0.041],[0,0],[0.041,0.025],[-0.024,0.042],[0,0]],"v":[[-0.544,-0.227],[-0.574,-0.348],[-0.454,-0.377],[0.545,0.228],[0.574,0.349],[0.454,0.378]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.255000005984,0.234999997008,0.219999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[266.86,347.231],"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":"Group 458","np":4,"cix":2,"ix":458,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.025,0.042],[-0.041,-0.026],[0,0],[0.026,-0.041],[0.042,0.025]],"o":[[-0.041,-0.025],[0.025,-0.041],[0,0],[0.041,0.024],[-0.024,0.042],[0,0]],"v":[[-0.546,-0.228],[-0.575,-0.349],[-0.455,-0.378],[0.544,0.228],[0.573,0.348],[0.453,0.379]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.255000005984,0.234999997008,0.219999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[272.763,350.813],"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":"Group 459","np":4,"cix":2,"ix":459,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.01,0.046],[-0.047,0.012],[0,0],[-0.011,-0.047],[0.047,-0.012]],"o":[[-0.047,0.012],[-0.012,-0.047],[0,0],[0.047,-0.012],[0.012,0.047],[0,0]],"v":[[-0.546,0.226],[-0.651,0.162],[-0.588,0.055],[0.545,-0.226],[0.65,-0.162],[0.587,-0.055]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.255000005984,0.234999997008,0.219999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[266.464,349.854],"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":"Group 460","np":4,"cix":2,"ix":460,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.011,0.047],[-0.047,0.011],[0,0],[-0.011,-0.047],[0.047,-0.012]],"o":[[-0.047,0.012],[-0.012,-0.047],[0,0],[0.048,-0.011],[0.012,0.047],[0,0]],"v":[[-0.545,0.225],[-0.651,0.161],[-0.587,0.055],[0.545,-0.227],[0.651,-0.163],[0.587,-0.056]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.255000005984,0.234999997008,0.219999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[273.158,348.191],"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":"Group 461","np":4,"cix":2,"ix":461,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.046,0.011],[-0.011,-0.048],[0,0],[0.047,-0.012],[0.012,0.047]],"o":[[-0.012,-0.047],[0.047,-0.012],[0,0],[0.012,0.048],[-0.046,0.012],[0,0]],"v":[[-0.224,-0.548],[-0.161,-0.654],[-0.056,-0.59],[0.224,0.548],[0.16,0.654],[0.055,0.591]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.255000005984,0.234999997008,0.219999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[268.984,345.658],"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":"Group 462","np":4,"cix":2,"ix":462,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.046,0.011],[-0.012,-0.047],[0,0],[0.047,-0.012],[0.012,0.047]],"o":[[-0.011,-0.047],[0.047,-0.012],[0,0],[0.012,0.047],[-0.047,0.012],[0,0]],"v":[[-0.225,-0.548],[-0.161,-0.654],[-0.055,-0.59],[0.225,0.549],[0.161,0.655],[0.055,0.591]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.255000005984,0.234999997008,0.219999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[270.639,352.387],"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":"Group 463","np":4,"cix":2,"ix":463,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.609,2.478],[-2.463,0.613],[-0.61,-2.477],[2.464,-0.612]],"o":[[-0.608,-2.477],[2.464,-0.612],[0.608,2.477],[-2.463,0.612]],"v":[[-4.462,1.108],[-1.103,-4.485],[4.462,-1.108],[1.102,4.485]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.969000004787,0.933000033509,0.882000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[269.73,349.055],"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":"Group 464","np":4,"cix":2,"ix":464,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.691,2.813],[-2.797,0.696],[-0.692,-2.812],[2.798,-0.695]],"o":[[-0.691,-2.813],[2.798,-0.695],[0.691,2.813],[-2.797,0.695]],"v":[[-5.066,1.259],[-1.252,-5.092],[5.066,-1.258],[1.252,5.092]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.255000005984,0.234999997008,0.219999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[269.729,349.055],"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":"Group 465","np":4,"cix":2,"ix":465,"mn":"ADBE Vector Group","hd":false},{"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":[[-4.06,8.892],[7.714,5.967],[4.06,-8.892],[-7.714,-5.967]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.811999990426,0.709999952129,0.552999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[269.729,349.056],"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":"Group 466","np":4,"cix":2,"ix":466,"mn":"ADBE Vector Group","hd":false},{"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":[[-5.18,9.171],[8.833,5.691],[5.179,-9.17],[-8.833,-5.689]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.752999997606,0.62400004069,0.416000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[269.73,349.055],"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":"Group 467","np":4,"cix":2,"ix":467,"mn":"ADBE Vector Group","hd":false},{"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":[[-6.22,9.428],[9.873,5.431],[6.219,-9.428],[-9.873,-5.431]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.811999990426,0.709999952129,0.552999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[269.73,349.055],"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":"Group 468","np":4,"cix":2,"ix":468,"mn":"ADBE Vector Group","hd":false},{"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":[[-4.715,2.687],[5.417,0.17],[4.715,-2.687],[-5.417,-0.17]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.811999990426,0.709999952129,0.552999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[277.264,379.702],"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":"Group 469","np":4,"cix":2,"ix":469,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.914,5.941],[6.217,3.424],[3.914,-5.941],[-6.217,-3.424]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.752999997606,0.62400004069,0.416000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[276.463,376.448],"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":"Group 470","np":4,"cix":2,"ix":470,"mn":"ADBE Vector Group","hd":false},{"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":[[-6.924,6.565],[9.169,2.568],[6.925,-6.564],[-9.168,-2.566]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.752999997606,0.62400004069,0.416000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[272.165,358.96],"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":"Group 471","np":4,"cix":2,"ix":471,"mn":"ADBE Vector Group","hd":false},{"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":[[-7.003,9.623],[10.655,5.236],[7.002,-9.624],[-10.655,-5.237]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.752999997606,0.62400004069,0.416000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[269.73,349.056],"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":"Group 472","np":4,"cix":2,"ix":472,"mn":"ADBE Vector Group","hd":false},{"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":[[-9.001,1.492],[8.657,-2.893],[9.001,-1.492],[-8.656,2.893]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.630999995213,0.510000011968,0.313999998803,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[267.73,340.925],"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":"Group 473","np":4,"cix":2,"ix":473,"mn":"ADBE Vector Group","hd":false},{"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":[[-8.598,1.876],[8.478,-2.366],[8.598,-1.875],[-8.478,2.366]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.477999997606,0.40800000359,0.344999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[265.541,332.02],"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":"Group 474","np":4,"cix":2,"ix":474,"mn":"ADBE Vector Group","hd":false},{"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":[[-8.598,1.876],[8.478,-2.366],[8.598,-1.875],[-8.477,2.366]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.477999997606,0.40800000359,0.344999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[262.068,317.892],"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":"Group 475","np":4,"cix":2,"ix":475,"mn":"ADBE Vector Group","hd":false},{"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":[[-4.693,-18.09],[-4.229,-18.205],[4.694,18.089],[4.229,18.205]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.255000005984,0.234999997008,0.219999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[258.47,323.303],"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":"Group 476","np":4,"cix":2,"ix":476,"mn":"ADBE Vector Group","hd":false},{"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":[[-4.694,-18.09],[-4.229,-18.205],[4.694,18.09],[4.229,18.205]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.255000005984,0.234999997008,0.219999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[260.328,322.841],"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":"Group 477","np":4,"cix":2,"ix":477,"mn":"ADBE Vector Group","hd":false},{"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":[[-4.693,-18.089],[-4.228,-18.204],[4.694,18.09],[4.23,18.204]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.255000005984,0.234999997008,0.219999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[262.186,322.38],"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":"Group 478","np":4,"cix":2,"ix":478,"mn":"ADBE Vector Group","hd":false},{"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":[[-4.694,-18.09],[-4.229,-18.205],[4.694,18.09],[4.229,18.205]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.255000005984,0.234999997008,0.219999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[264.044,321.918],"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":"Group 479","np":4,"cix":2,"ix":479,"mn":"ADBE Vector Group","hd":false},{"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":[[-4.693,-18.089],[-4.228,-18.205],[4.694,18.09],[4.229,18.205]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.255000005984,0.234999997008,0.219999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[265.901,321.457],"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":"Group 480","np":4,"cix":2,"ix":480,"mn":"ADBE Vector Group","hd":false},{"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":[[-4.693,-18.09],[-4.228,-18.205],[4.694,18.089],[4.23,18.205]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.255000005984,0.234999997008,0.219999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[267.76,320.995],"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":"Group 481","np":4,"cix":2,"ix":481,"mn":"ADBE Vector Group","hd":false},{"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":[[-5.493,0.953],[5.302,-1.729],[5.493,-0.951],[-5.302,1.73]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.255000005984,0.234999997008,0.219999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[258.275,302.464],"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":"Group 482","np":4,"cix":2,"ix":482,"mn":"ADBE Vector Group","hd":false},{"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":[[-10.802,-18.167],[1.14,-21.134],[10.802,18.167],[-1.141,21.134]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.811999990426,0.709999952129,0.552999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[262.9,321.275],"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":"Group 483","np":4,"cix":2,"ix":483,"mn":"ADBE Vector Group","hd":false},{"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":[[-10.049,0.893],[9.305,-3.915],[10.048,-0.894],[-9.307,3.914]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.255000005984,0.234999997008,0.219999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[258.287,302.509],"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":"Group 484","np":4,"cix":2,"ix":484,"mn":"ADBE Vector Group","hd":false},{"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":[[-13.133,-16.569],[3.943,-20.811],[13.133,16.569],[-3.944,20.811]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.752999997606,0.62400004069,0.416000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[263.136,322.235],"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":"Group 485","np":4,"cix":2,"ix":485,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.017,0.073],[-0.072,0.018],[0,0],[-0.019,-0.072],[0.072,-0.018]],"o":[[-0.071,0.018],[-0.018,-0.072],[0,0],[0.072,-0.017],[0.017,0.072],[0,0]],"v":[[-0.716,0.316],[-0.878,0.217],[-0.78,0.055],[0.717,-0.318],[0.88,-0.219],[0.781,-0.056]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.255000005984,0.234999997008,0.219999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[281.947,398.753],"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":"Group 486","np":4,"cix":2,"ix":486,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.073,0.018],[-0.018,-0.073],[0,0],[0.072,-0.018],[0.018,0.072]],"o":[[-0.018,-0.072],[0.071,-0.018],[0,0],[0.019,0.072],[-0.073,0.017],[0,0]],"v":[[-0.867,-2.958],[-0.768,-3.122],[-0.607,-3.023],[0.866,2.973],[0.77,3.136],[0.607,3.037]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.255000005984,0.234999997008,0.219999994016,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[281.5,396.928],"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":"Group 487","np":4,"cix":2,"ix":487,"mn":"ADBE Vector Group","hd":false},{"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":[[-10.651,3.533],[1.644,9.921],[10.651,-0.57],[-7.347,-9.921]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.545000023935,0.361000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[165.606,301.3],"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":"Group 488","np":4,"cix":2,"ix":488,"mn":"ADBE Vector Group","hd":false},{"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":[[-11.465,2.06],[4.32,10.259],[11.465,-0.909],[-6.533,-10.26]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.328999986836,0.161000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[164.793,301.639],"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":"Group 489","np":4,"cix":2,"ix":489,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.253,0.198],[-0.389,-0.126],[-0.526,-0.35],[1.083,-0.046],[0.665,0.473],[0.23,-0.006],[-0.022,0.191]],"o":[[0.253,-0.198],[0.389,0.126],[0.527,0.349],[0,0],[0,0],[-0.231,0.007],[0.023,-0.19]],"v":[[-1.934,-0.974],[-0.74,-1.089],[0.986,-0.421],[1.204,1.215],[-1.285,-0.029],[-1.872,0.427],[-2.266,-0.182]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.545000023935,0.361000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[111.566,344.783],"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":"Group 490","np":4,"cix":2,"ix":490,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.374,0.814],[0,0],[0,0],[-2.154,0.469],[-0.197,-0.101],[0,0],[0,0],[0,0],[0.995,-0.357],[0.045,0.023],[0.413,0.215],[0,0]],"o":[[0,0],[0,0],[0,0],[2.155,-0.47],[0.197,0.103],[0,0],[0,0],[0,0],[-0.181,-0.091],[-0.149,-0.077],[-0.23,-0.12],[0,0]],"v":[[-2.229,-3.073],[1.021,-1.386],[-3.163,0.037],[1.442,-0.748],[4.695,-1.25],[6.673,-0.163],[-2.276,1.71],[4.044,0.825],[-1.896,3.073],[-2.259,2.89],[-3.569,2.042],[-6.673,0.555]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.545000023935,0.361000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[120.398,346.308],"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":"Group 491","np":4,"cix":2,"ix":491,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.804,0.641],[-0.068,0.132],[-0.221,0.428],[0,0],[0,0],[0,0],[-0.136,0.263],[0,0],[0,0],[0,0],[0.127,0.4],[0.063,0.2],[0.064,0.201],[-0.374,0.12],[0,0],[0.234,-0.129],[0,0],[0,0],[0.196,0.102],[0,0],[-0.672,0.216],[-0.068,0.132],[0.055,0.175],[0.699,-0.389],[0,0],[0.098,0.051],[0.638,0.321],[0,0]],"o":[[2.404,-0.549],[0.068,-0.132],[0.221,-0.43],[0,0],[0,0],[0,0],[0.135,-0.265],[0,0],[0,0],[0,0],[-0.127,-0.401],[-0.064,-0.2],[-0.063,-0.2],[0.373,-0.119],[0,0],[-0.232,0.13],[0,0],[0,0],[-0.198,-0.102],[0,0],[0.672,-0.214],[0.068,-0.132],[-0.056,-0.175],[-0.7,0.389],[0,0],[-0.069,-0.036],[0.256,-0.019],[6.179,-1.304]],"v":[[-3.785,5.051],[-0.005,4.171],[0.521,3.15],[9.954,-16.41],[10.873,-15.932],[-2.68,12.691],[-2.349,12.697],[11.128,-15.216],[13.298,-14.256],[-1.396,16.41],[-3.98,14.734],[-4.968,13.258],[-6.189,11.913],[-5.521,11.34],[-2.832,10.48],[-2.678,10.016],[-5.948,11.118],[-6.794,11.146],[-7.454,10.085],[-8.11,9.66],[-3.115,8.116],[-1.854,7.768],[-1.244,6.663],[-5.876,8.229],[-8.29,9.526],[-11.639,7.869],[-13.298,7.039],[-12.768,6.99]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.545000023935,0.361000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[131.994,342.438],"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":"Group 492","np":4,"cix":2,"ix":492,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.851,0.088],[0.002,-0.186],[0,0],[0.27,0.077],[-0.027,0.111]],"o":[[0.851,-0.088],[-0.002,0.186],[-0.175,0.159],[-0.27,-0.078],[0.026,-0.111]],"v":[[-0.483,-1.315],[1.894,-1.358],[0.577,1.384],[-1.062,1.438],[-1.869,-0.789]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.545000023935,0.361000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[145.428,325.224],"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":"Group 493","np":4,"cix":2,"ix":493,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.428,-1.157],[1.013,-0.221]],"o":[[0,0],[0,0],[0,0]],"v":[[-0.002,-1.388],[1.554,1.072],[-1.554,1.389]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.545000023935,0.361000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[146.014,321.895],"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":"Group 494","np":4,"cix":2,"ix":494,"mn":"ADBE Vector Group","hd":false},{"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":[[3.212,-7.204],[3.989,-6.8],[-3.211,7.204],[-3.989,6.8]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.545000023935,0.361000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[150.583,313.526],"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":"Group 495","np":4,"cix":2,"ix":495,"mn":"ADBE Vector Group","hd":false},{"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":[[3.372,-7.514],[4.149,-7.111],[-3.371,7.514],[-4.149,7.111]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.545000023935,0.361000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[151.485,314.389],"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":"Group 496","np":4,"cix":2,"ix":496,"mn":"ADBE Vector Group","hd":false},{"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":[[3.473,-7.711],[4.249,-7.307],[-3.473,7.711],[-4.249,7.308]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.545000023935,0.361000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[152.568,315.2],"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":"Group 497","np":4,"cix":2,"ix":497,"mn":"ADBE Vector Group","hd":false},{"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":[[3.738,-7.987],[4.32,-7.685],[-3.739,7.987],[-4.32,7.685]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.545000023935,0.361000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[153.46,316.078],"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":"Group 498","np":4,"cix":2,"ix":498,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.238,-3.904],[0,0],[2.561,3.698],[0.096,-4.467],[0.267,0.263],[0.027,-0.173],[0,0],[3.749,7.255],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[-0.268,-0.264],[-0.027,0.173],[0,0],[0,0],[0,0]],"v":[[3.639,-0.208],[2.236,2.458],[-0.561,-3.917],[0.488,6.16],[-0.529,5.727],[-1.075,6.004],[-2.708,9.361],[-3.639,-8.6],[-3.185,-9.361]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.545000023935,0.361000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[151.564,333.341],"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":"Group 499","np":4,"cix":2,"ix":499,"mn":"ADBE Vector Group","hd":false},{"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":[[3.756,-8.517],[4.74,-8.006],[-3.756,8.517],[-4.74,8.006]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.545000023935,0.361000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[157.471,319.074],"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":"Group 500","np":4,"cix":2,"ix":500,"mn":"ADBE Vector Group","hd":false},{"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":[[4.079,-8.784],[4.77,-8.426],[-4.079,8.785],[-4.77,8.426]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.545000023935,0.361000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[158.714,320.155],"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":"Group 501","np":4,"cix":2,"ix":501,"mn":"ADBE Vector Group","hd":false},{"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":[[4.393,-9.161],[4.895,-8.9],[-4.392,9.161],[-4.895,8.901]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.545000023935,0.361000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[159.546,321.126],"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":"Group 502","np":4,"cix":2,"ix":502,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[-0.312,0.289],[0,0],[0.957,0.99]],"v":[[4.152,-5.349],[-3.169,7.303],[-3.202,7.368],[-4.152,6.999],[3.018,-7.658]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.545000023935,0.361000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[147.536,348.199],"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":"Group 503","np":4,"cix":2,"ix":503,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.083,-0.162],[0.18,-0.192],[0,0]],"o":[[0,0],[-0.083,0.162],[-0.181,0.192],[0,0]],"v":[[3.159,-6.43],[3.993,-5.914],[-3.028,6.238],[-4.076,5.898]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.545000023935,0.361000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[148.625,350.599],"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":"Group 504","np":4,"cix":2,"ix":504,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.435,-0.989],[0,0],[0,0],[-0.095,-0.3],[0,0],[0,0],[-0.867,-1.372],[0,0],[0.08,0.387],[-0.004,-0.001],[-0.005,-0.023],[0,0],[0,0],[-0.035,-0.111],[0,0],[0,0],[-0.246,-0.286],[0,0],[0.662,0.345],[0.229,0.013],[0.966,0.212],[0.03,0.095],[0.057,0.346],[0.09,0.284],[0.165,0.139],[0,0],[-0.281,-0.014],[-1.035,-1.249]],"o":[[0.435,0.99],[0,0],[0,0],[0.095,0.3],[0,0],[0,0],[0.867,1.373],[0,0],[-0.011,-0.027],[0.004,0.002],[0.17,0.396],[0,0],[0,0],[0.036,0.11],[0,0],[0,0],[0.247,0.286],[0,0],[-0.662,-0.344],[-0.229,-0.014],[-0.965,-0.212],[-0.03,-0.094],[-0.058,-0.347],[-0.09,-0.283],[-0.165,-0.138],[0,0],[0.281,0.014],[1.036,1.25]],"v":[[-1.037,0.488],[-0.18,2.646],[0.193,0.389],[1.105,2.287],[1.546,2.858],[0.654,-0.61],[2.266,1.15],[3.941,4.523],[3.616,0.883],[3.604,0.843],[3.616,0.883],[5.512,4.576],[4.314,-0.131],[6.152,2.669],[7.292,3.92],[5.096,-2.518],[8.378,-0.997],[9.223,7.506],[3.447,4.82],[0.217,3.249],[-1.919,3.272],[-3.654,2.264],[-3.982,1.119],[-6.036,-2.689],[-7.69,-5.182],[-9.223,-7.506],[-6.374,-7.08],[-4.18,-5.282]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.545000023935,0.361000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[149.103,363.486],"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":"Group 505","np":4,"cix":2,"ix":505,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.222,0.108],[0,0],[0,0]],"o":[[-0.702,-0.343],[2.719,2.639],[-0.309,0.116]],"v":[[0.227,3.168],[-2.071,-3.796],[2.071,3.68]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.545000023935,0.361000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[142.854,361.943],"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":"Group 506","np":4,"cix":2,"ix":506,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.257,0.368],[0,0],[0,0],[-0.149,-0.291],[0,0]],"o":[[-0.257,-0.369],[0,0],[0,0],[0.148,0.291],[-0.881,0.099]],"v":[[-1.391,1.44],[-1.559,-3.118],[0.012,-2.366],[0.356,-1.545],[1.648,3.019]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.545000023935,0.361000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[140.613,361.923],"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":"Group 507","np":4,"cix":2,"ix":507,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.067,0.212],[-0.078,0.151],[-0.171,-0.089],[0,0]],"o":[[-0.067,-0.212],[0.077,-0.15],[0.171,0.089],[-0.309,0.098]],"v":[[-0.616,1.818],[-0.376,-2.442],[0.512,-2.062],[0.527,2.493]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.545000023935,0.361000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[138.25,360.775],"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":"Group 508","np":4,"cix":2,"ix":508,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.333,-0.456],[0.137,-0.045],[0.129,0.408],[0,0],[0.276,-0.153],[0,0],[0.13,0.129],[0,0],[-0.158,0.117],[-0.183,0.103],[-0.104,-0.054],[0,0],[0,0]],"o":[[-0.333,0.456],[0,0],[-0.13,-0.409],[0,0],[-0.275,0.154],[0,0],[-0.129,-0.131],[0,0],[0.158,-0.115],[0.184,-0.102],[0.103,0.053],[0,0],[0,0]],"v":[[1.495,1.628],[0.243,3.617],[0.149,2.25],[-0.201,0.809],[-1.443,1.027],[-2.818,1.599],[-1.921,-0.146],[-2.497,-1.003],[-2.279,-1.682],[-0.288,-3.514],[0.363,-3.439],[2.818,-1.966],[2.713,2]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.545000023935,0.361000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[134.657,360.349],"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":"Group 509","np":4,"cix":2,"ix":509,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.354,0.102],[-0.23,0.343],[-0.129,-0.013],[0,0],[0.177,-0.345]],"o":[[0,0],[0.231,-0.343],[0.129,0.012],[0,0],[-0.176,0.344]],"v":[[-1.434,1.799],[0.253,-1.272],[1.058,-1.888],[1.434,-1.776],[0.149,0.88]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.545000023935,0.361000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[135.508,364.608],"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":"Group 510","np":4,"cix":2,"ix":510,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.183,0.014],[0.235,0.176],[-0.045,0.086],[-0.159,-0.218]],"o":[[0,0],[-0.183,-0.014],[-0.234,-0.176],[0.044,-0.086],[0.158,0.218]],"v":[[0.447,0.416],[0.026,0.497],[-0.485,0.068],[-0.23,-0.426],[0.561,-0.014]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.545000023935,0.361000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[132.671,366.638],"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":"Group 511","np":4,"cix":2,"ix":511,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.036,0.114],[-0.007,0.188],[0.149,0.132],[-0.055,0.107],[-0.329,-0.416],[0,0]],"o":[[-0.036,-0.114],[0.007,-0.186],[-0.149,-0.132],[0.055,-0.108],[0.328,0.415],[-0.082,0.148]],"v":[[-0.034,0.636],[-0.184,0.122],[-0.665,-0.454],[-0.378,-1.013],[0.486,-0.374],[0.248,0.973]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.545000023935,0.361000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[133.881,364.21],"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":"Group 512","np":4,"cix":2,"ix":512,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.689,0.878],[0,0],[-0.128,-0.013],[-0.033,0.064],[-0.055,0.107],[0.159,0.11],[0,0],[-0.142,0.118],[-0.146,0.047],[-0.236,-0.068],[0.056,-0.108],[0.13,-0.041],[0.122,-0.291],[0.089,-0.172],[-0.171,-0.089],[-0.037,-0.114],[0.122,-0.236],[-0.138,-0.153],[-0.211,0.068],[-0.107,-0.055],[0,0]],"o":[[-1.689,-0.877],[0,0],[0.13,0.012],[0.033,-0.065],[0.056,-0.108],[-0.16,-0.11],[0,0],[0.141,-0.117],[0.146,-0.047],[0.236,0.069],[-0.055,0.107],[-0.13,0.042],[-0.122,0.29],[-0.088,0.171],[0.171,0.088],[0.036,0.114],[-0.121,0.236],[0.137,0.153],[0.21,-0.067],[0.107,0.055],[0,0]],"v":[[-0.748,2.811],[-1.826,0.481],[-0.498,0.954],[-0.139,0.731],[-0.069,0.278],[-0.386,-0.105],[-1.377,-0.865],[-0.491,-2.747],[1.187,-3.481],[2.071,-3.621],[2.381,-2.643],[1.84,-2.434],[0.966,-2.261],[0.704,-1.172],[0.569,-0.698],[1.372,-0.363],[1.342,0.221],[0.645,1.683],[1.522,2.084],[1.901,1.873],[2.253,2.137]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.545000023935,0.361000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[130.604,365.952],"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":"Group 513","np":4,"cix":2,"ix":513,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.253,-0.44],[0,0],[-0.166,0.322],[-0.208,-0.018],[0.111,-0.214],[0.11,-0.161]],"o":[[-0.253,0.439],[0,0],[0.166,-0.322],[0.207,0.018],[-0.11,0.215],[-0.11,0.161]],"v":[[-0.025,0.177],[-1.835,2.695],[0.31,-2.372],[0.922,-2.455],[1.725,-1.964],[0.927,-0.2]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.545000023935,0.361000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[130.303,361.971],"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":"Group 514","np":4,"cix":2,"ix":514,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-1.14,0.656],[-0.465,-0.656],[1.14,0.125]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.545000023935,0.361000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[135.298,351.525],"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":"Group 515","np":4,"cix":2,"ix":515,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[1.336,0.826],[0,0],[0,0]],"v":[[-0.283,-1.236],[1.02,1.237],[-1.053,0.16]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.545000023935,0.361000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[136.059,350.27],"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":"Group 516","np":4,"cix":2,"ix":516,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.053,-0.103],[0,0],[-0.159,0.308],[0,0]],"o":[[-0.053,0.103],[0,0],[0.157,-0.306],[0,0]],"v":[[2.512,-4.471],[-2.239,4.768],[-2.406,4.176],[2.107,-4.768]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.545000023935,0.361000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[143.378,333.834],"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":"Group 517","np":4,"cix":2,"ix":517,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.305,0.029],[0,0],[-0.105,3.974],[-0.02,0.123],[-0.125,0.245],[0,0],[0.497,-5.277],[0.172,-0.646]],"o":[[-0.264,-0.025],[0,0],[0.105,-3.973],[0.019,-0.123],[0.126,-0.245],[0,0],[-0.497,5.275],[-0.164,0.617]],"v":[[-1.201,11.206],[-1.367,10.667],[-0.539,1.943],[-0.659,-7.416],[-0.271,-9.029],[0.511,-11.234],[0.968,-1.701],[-0.617,10.403]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.545000023935,0.361000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[147.094,336.948],"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":"Group 518","np":4,"cix":2,"ix":518,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.131,0.414],[2.724,2.152],[-0.141,0.273],[0,0],[0.296,-5.513],[0.208,-0.237],[0.936,1.611],[0,0],[-0.406,-1.638],[0.074,-0.394],[0.225,-0.072]],"o":[[-0.131,-0.415],[0,0],[0.14,-0.273],[0,0],[-0.296,5.514],[-0.208,0.239],[-0.936,-1.611],[0,0],[0.406,1.639],[-0.073,0.395],[-0.226,0.072]],"v":[[0.849,8.787],[-3.764,2.021],[-0.022,-5.421],[2.212,-10.1],[3.467,-1.748],[2.827,6.527],[1.211,3.395],[-0.065,1.607],[1.253,5.406],[1.977,8.767],[1.406,10.027]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.545000023935,0.361000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[141.458,344.537],"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":"Group 519","np":4,"cix":2,"ix":519,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.861,-2.886],[1.674,2.308]],"o":[[0,0],[0,0],[0,0]],"v":[[0.629,-4.361],[0.497,4.362],[-1.358,-0.457]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.545000023935,0.361000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[145.361,334.167],"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":"Group 520","np":4,"cix":2,"ix":520,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.845,1.575],[0.113,0.138],[0,0]],"o":[[-0.926,0.522],[-0.845,-1.575],[-0.113,-0.137],[2.095,1.088]],"v":[[2.163,2.525],[-0.141,-0.151],[-2.049,-2.569],[-1.751,-3.047]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.545000023935,0.361000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[138.958,349.708],"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":"Group 521","np":4,"cix":2,"ix":521,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.303,0.027],[0,0]],"o":[[0,0],[0,0],[0.304,-0.027],[0,0]],"v":[[-2.438,1.053],[-1.699,-0.385],[0.883,-1.025],[2.439,-0.013]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.545000023935,0.361000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[135.844,353.115],"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":"Group 522","np":4,"cix":2,"ix":522,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.124,-0.115],[0.2,-0.196],[0,0],[-0.146,0.323],[0,0],[-0.093,-0.128]],"o":[[-0.124,0.115],[-0.199,0.195],[0,0],[0.147,-0.323],[0,0],[0.093,0.128]],"v":[[1.099,-0.741],[-0.639,0.892],[-1.294,1.509],[-1.468,0.92],[-0.43,-0.866],[1.521,-1.38]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.545000023935,0.361000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[132.719,357.486],"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":"Group 523","np":4,"cix":2,"ix":523,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.458,0.758],[0,0],[-0.213,0.068],[-0.434,-0.332]],"o":[[0,0],[-1.459,-0.758],[0,0],[0.213,-0.068],[0.433,0.333]],"v":[[2.58,1.761],[-0.228,0.587],[-2.58,-0.921],[0.127,-1.693],[1.546,-1.135]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.545000023935,0.361000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[137.617,357.154],"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":"Group 524","np":4,"cix":2,"ix":524,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.207,0.16],[0.188,-0.007],[0,0],[0,0],[-0.142,0.045],[-0.734,-0.461],[0,0],[0.094,-0.03]],"o":[[-0.207,-0.16],[-0.188,0.008],[0,0],[0,0],[0.141,-0.046],[0.735,0.461],[0,0],[-0.095,0.03]],"v":[[1.386,0.774],[-0.69,0.672],[-4.874,1.298],[-4.051,-0.097],[1.194,-1.253],[4.139,0.171],[4.816,1.103],[2.154,1.12]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.545000023935,0.361000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[137.426,354.669],"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":"Group 525","np":4,"cix":2,"ix":525,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[2.496,1.481],[-0.623,0.6],[-0.312,-1.642],[0,0]],"v":[[-1.267,-2.428],[1.589,1.828],[0.162,1.589],[-1.589,-1.751]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.545000023935,0.361000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[137.668,349.991],"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":"Group 526","np":4,"cix":2,"ix":526,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.336,-0.102],[-0.325,-0.218],[0.025,-0.426],[0.117,-0.086],[0.115,0.06],[0.026,0.233],[0.096,0.05],[0,0],[-0.041,0.222]],"o":[[0.335,0.102],[0.325,0.217],[-0.025,0.424],[-0.116,0.085],[-0.115,-0.059],[-0.026,-0.232],[-0.095,-0.05],[-0.345,-0.179],[0.042,-0.221]],"v":[[-1.183,-1.476],[0.817,-0.558],[1.748,0.413],[1.599,1.456],[1.203,1.518],[0.949,1.069],[0.466,0.453],[-0.232,0.163],[-1.732,-0.787]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.545000023935,0.361000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[162.128,372.124],"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":"Group 527","np":4,"cix":2,"ix":527,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.516,-1.062],[-1.227,-0.525],[-1.339,-0.417],[-2.011,-1.158],[-0.832,-0.431],[-0.064,-0.2],[-0.569,-0.296],[-0.569,-0.296],[0,0],[0.708,-1.917],[-2.32,-1.205],[-0.627,0.789],[0,0],[-1.119,-0.304],[-0.525,-0.273],[-0.459,-0.294],[-0.308,-0.049],[-0.242,-0.069],[-0.219,-0.114],[0,0],[-0.846,-0.357],[-0.256,0.119],[0,0],[-0.497,-0.063],[-0.15,0.51],[0.406,0.238],[0,0],[0.07,0.568],[0.251,0.213],[0,0],[0.656,0.713],[0,0],[-0.003,0.217],[0,0],[0.041,0.13],[0,0],[-0.004,0.261],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.158,-0.308],[1.089,-2.333],[0,0],[0.597,-0.191],[0,0],[0,0],[1.087,-0.494],[0.429,-0.725],[1.03,0.369],[0.294,-0.572]],"o":[[0,0],[1.227,0.526],[1.338,0.417],[0,0],[0.831,0.433],[0.063,0.201],[0.569,0.295],[0.569,0.296],[0,0],[-0.709,1.918],[2.32,1.205],[0.628,-0.789],[0,0],[1.12,0.303],[0.525,0.273],[0.459,0.294],[0.308,0.048],[0.241,0.071],[0.219,0.113],[0,0],[0.847,0.355],[0.255,-0.118],[0,0],[0.496,0.061],[0.15,-0.508],[-0.406,-0.239],[0,0],[-0.069,-0.568],[-0.252,-0.215],[0,0],[-0.656,-0.713],[0,0],[0.002,-0.218],[0,0],[-0.042,-0.131],[0,0],[0.003,-0.261],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.159,0.309],[-1.089,2.333],[0,0],[-0.598,0.192],[0,0],[0,0],[-1.086,0.495],[0,0],[-1.031,-0.368],[-0.294,0.572]],"v":[[-29.099,4.568],[-28.263,5.733],[-23.456,7.172],[-13.888,11.753],[-12.913,13.094],[-11.827,14.216],[-9.57,16.839],[-8.023,18.144],[-6.36,19.008],[-8.724,24.469],[-7.206,29.607],[-2.743,28.692],[0.885,22.716],[4.89,24.742],[7.592,25.42],[8.998,25.705],[10.77,26.681],[11.961,26.63],[13.041,26.579],[22.478,31.732],[24.091,33.41],[26.835,34.89],[27.207,34.329],[29.283,35.324],[30.19,34.424],[28.766,31.784],[22.577,28.4],[23.131,26.619],[21.677,21.334],[15.246,17.881],[13.906,15.558],[11.769,13.748],[17.484,3.31],[16.815,2.875],[17.713,1.045],[17.251,0.63],[19.81,-4.515],[19.698,-5.186],[31.615,-27.882],[30.346,-28.541],[19.985,-8.392],[19.591,-8.596],[29.641,-28.574],[29.071,-28.758],[19.114,-9.178],[18.856,-9.647],[28.657,-29.14],[24.695,-31.143],[15.986,-14.204],[14.892,-14.773],[23.447,-31.736],[22.835,-32.054],[14.464,-15.776],[13.72,-16.162],[22.068,-32.397],[18.48,-34.371],[17.87,-34.912],[17.282,-35.385],[9.788,-20.379],[9.396,-20.695],[9.612,-22.087],[9.063,-22.205],[5.58,-15.43],[5.094,-15.348],[-1.439,-1.348],[-4.387,4.925],[-5.816,4.684],[-8.195,4.564],[-16.756,0.506],[-18.857,1.031],[-23.08,3.743],[-28.268,1.214],[-31.161,1.663]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.328999986836,0.161000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[136.592,340.403],"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":"Group 528","np":4,"cix":2,"ix":528,"mn":"ADBE Vector Group","hd":false},{"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":[[-0.747,-15.272],[12.825,-8.22],[0.747,15.271],[-12.825,8.219]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.545000023935,0.361000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[155.195,319.305],"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":"Group 529","np":4,"cix":2,"ix":529,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-1.224,-2.305],[0,0]],"o":[[0,0],[-0.384,2.093],[1.223,2.306],[-2.306,-4.925]],"v":[[-3.009,-7.531],[-3.075,-7.628],[0.382,2.305],[3.459,7.628]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.144999994016,0.493999974868,0.510000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[137.317,103.786],"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":"Group 530","np":4,"cix":2,"ix":530,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.455,-0.975],[0,0],[0.052,0.18],[0.258,0.897],[0,0]],"o":[[0.455,0.976],[0,0],[-0.051,-0.179],[-0.258,-0.896],[0,0]],"v":[[-0.247,0.887],[1.085,2.831],[0.942,1.999],[-0.358,-1.042],[-1.085,-2.831]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.144999994016,0.493999974868,0.510000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[126.849,94.111],"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":"Group 531","np":4,"cix":2,"ix":531,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.01,-3.242],[-0.392,-2.237],[0,0],[-0.081,1.131],[2.573,8.539]],"o":[[0,0],[1.011,3.243],[0.335,1.911],[0,0],[0.08,-1.131],[-2.572,-8.538]],"v":[[-4.982,-16.176],[-0.083,-1.796],[3.755,12.747],[4.393,16.176],[4.902,14.318],[1.665,1.794]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.144999994016,0.493999974868,0.510000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[128.301,86.358],"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":"Group 532","np":4,"cix":2,"ix":532,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.144,-0.544],[-0.299,-0.437],[-0.432,-0.297],[0,0],[0.122,1.111],[-0.245,2.377],[-0.157,-0.029],[-0.175,-0.522],[0,0],[0,0],[0.175,-1.546],[0.183,0.034],[-0.286,4.521],[0,0],[0.206,-3.637],[-0.187,-0.606],[-0.185,-0.47],[0,0],[0,0]],"o":[[0.144,0.544],[0.299,0.436],[0.433,0.298],[0,0],[-0.121,-1.112],[0.246,-2.377],[0.158,0.029],[0.176,0.522],[-0.667,-3.308],[0,0],[-0.175,1.547],[-0.183,-0.034],[0.287,-4.52],[-0.668,1.427],[-0.205,3.637],[0.187,0.606],[0.185,0.469],[-0.628,-0.116],[0,0]],"v":[[-1.935,7.67],[-1.132,9.643],[-0.256,10.92],[1.141,11.424],[0.396,9.136],[0.176,0.874],[1.129,-2.407],[1.711,-0.557],[2.238,0.412],[1.256,-9.896],[-0.342,0.451],[-0.907,3.831],[-1.255,-2.549],[0.209,-11.424],[-1.806,-2.351],[-1.436,4.06],[-0.835,5.805],[-0.406,8.633],[-2.238,5.627]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.144999994016,0.493999974868,0.510000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[119.965,77.019],"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":"Group 533","np":4,"cix":2,"ix":533,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.131,-0.191],[-0.295,-0.055],[-0.089,-0.267],[0.065,0.096],[0,0],[-0.088,-0.128],[-0.241,-0.045],[-0.112,-0.299],[0.064,-0.35],[-0.112,-0.299],[0,0],[0,0],[0,0],[0,0],[0.288,-0.058],[0.484,0.229],[0.393,0.573],[0.365,0.123],[0.319,-0.08],[0.365,0.123],[0.194,0.148],[0.066,0.095],[-0.127,0.088],[0.109,0.159],[0,0],[0,0],[-0.03,0.162],[0,0],[0.107,0.02],[0,0],[0,0],[0.19,-0.132],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.133,-0.025],[0,0],[0,0],[0.034,-0.188],[0,0],[0,0],[-0.19,0.132],[0,0],[0,0],[0.134,0.025],[0.134,0.025],[0.175,0.256],[0.35,0.51],[0.151,0.084],[0.216,0.179],[0.087,0.128],[0.153,0.223],[0.248,0.157],[0.161,0.03],[0,0],[0,0],[0.109,0.159],[-0.105,0.119],[0.109,0.159],[-0.389,0.458],[0.08,0.321],[0.377,0.209],[0.096,-0.066],[0.111,0.299],[0.128,0.664],[0,0],[0.137,-0.142],[0,0],[0.516,-0.545],[0,0],[-0.627,0.245],[-0.095,0.066],[0.049,-0.269],[-0.424,0.2],[-0.214,-0.04],[0.027,-0.149],[0.7,-0.344],[0.168,-0.028],[0,0],[0,0],[-0.585,0.922],[-0.107,-0.02],[0.286,-0.197],[0.178,-0.218],[0.025,-0.135],[-0.204,-0.094],[-0.285,0.197],[-0.283,0.337],[-0.175,-0.254],[0.096,-0.066],[0,0],[-0.321,-0.059],[-0.294,-0.054],[-0.133,-0.331],[-0.307,0.165],[-0.173,-0.115],[-0.068,-0.235],[0.254,-0.175],[-0.222,0.154],[-0.292,-0.222],[-0.109,-0.159],[-0.431,-0.219],[-0.509,-0.4],[-0.284,-0.414],[-0.065,-0.095],[0.006,0.419],[-0.256,0.036],[-0.136,-0.471],[-0.087,-1.491],[0.431,0.22],[0.058,0.289],[-0.054,0.296],[0.109,0.16],[0,0],[-0.026,-0.311],[-0.132,-0.191],[0,0],[-0.457,-0.53],[-0.222,1.212],[0.014,0.225],[0,0],[-0.18,-0.534],[0.177,-1.721],[0,0],[-0.134,-0.025],[0.049,-0.269],[-0.257,-0.103],[-0.244,0.121],[0.109,0.16],[0,0],[-0.131,-0.191],[-0.131,-0.191],[-0.13,-0.191],[0,0],[0.014,0.226],[-0.03,0.162],[0.109,0.159],[0.014,0.226],[-0.105,0.12],[0,0],[0.06,0.429],[0,0],[-0.059,-0.289],[-0.197,-0.287],[0,0],[0.101,0.353],[-0.05,0.269],[-0.307,0.165],[0,0],[0.066,0.095],[0,0],[-0.044,0.242],[0.095,-0.066],[0.066,0.096],[-0.049,0.27],[0,0],[-0.066,-0.095],[0.095,-0.066],[0,0],[0,0],[0,0],[-0.087,-0.128],[-0.241,-0.044],[-0.087,-0.128],[-0.244,0.121],[-0.058,-0.289],[0.346,-0.381],[0,0],[-0.309,0.026],[-0.428,-0.079],[-0.248,-0.157],[-0.284,0.337],[0,0],[-0.28,-0.135],[-0.554,0.148],[-0.788,-0.536],[0,0],[0.333,0.146],[0,0],[0.04,-0.215],[0.476,-1.693],[-1.357,-0.001],[0.455,-0.973],[0.309,-0.778],[-0.218,-0.318],[-0.312,-0.113],[-0.928,-1.285],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.132,0.191],[0.196,0.287],[0,0],[0,0],[0,0],[0,0],[0,0],[1.029,1.638],[-0.005,0.333],[-0.081,-0.015],[-0.455,-0.391],[0,0],[0.261,0.382],[0,0],[0.281,0.887],[0,0],[-0.049,0.27],[0.132,0.192],[0,0],[0,0],[-0.223,0.154],[-0.196,0.465],[0.094,0.546],[0.286,0.554],[0,0],[-0.145,0.335],[0.175,0.255],[0.194,0.148],[-0.125,0.227],[0.109,0.159],[0,0]],"o":[[0,0],[0,0],[0.131,0.192],[0.294,0.054],[0.09,0.267],[-0.066,-0.095],[0,0],[0.087,0.127],[0.241,0.045],[0.111,0.299],[-0.064,0.351],[0.111,0.299],[0,0],[0,0],[0,0],[0,0],[-0.287,0.058],[-0.484,-0.228],[-0.393,-0.574],[-0.365,-0.124],[-0.32,0.08],[-0.365,-0.124],[-0.195,-0.147],[-0.065,-0.096],[0.127,-0.087],[-0.11,-0.159],[0,0],[0,0],[0.03,-0.161],[0,0],[-0.107,-0.02],[0,0],[0,0],[-0.191,0.132],[0,0],[0,0],[0,0],[0,0],[0,0],[0.135,0.025],[0,0],[0,0],[-0.035,0.189],[0,0],[0,0],[0.19,-0.131],[0,0],[0,0],[-0.134,-0.024],[-0.134,-0.024],[-0.175,-0.255],[-0.349,-0.51],[-0.151,-0.083],[-0.216,-0.179],[-0.088,-0.127],[-0.153,-0.223],[-0.248,-0.157],[-0.161,-0.03],[0,0],[0,0],[-0.109,-0.16],[0.105,-0.12],[-0.109,-0.16],[0.388,-0.457],[-0.08,-0.321],[-0.377,-0.209],[-0.094,0.066],[-0.111,-0.299],[-0.127,-0.663],[0,0],[-0.137,0.141],[0.247,0.769],[-0.515,0.545],[0.243,1.241],[0.627,-0.246],[0.095,-0.066],[-0.049,0.269],[0.425,-0.2],[0.215,0.04],[-0.027,0.148],[-0.7,0.343],[-0.168,0.028],[0,0],[0,0],[0.584,-0.921],[0.107,0.019],[-0.285,0.198],[-0.178,0.217],[-0.024,0.135],[0.205,0.093],[0.285,-0.198],[0.284,-0.338],[0.174,0.256],[-0.095,0.066],[0,0],[0.322,0.06],[0.295,0.055],[0.134,0.331],[0.307,-0.166],[0.173,0.115],[0.067,0.235],[-0.254,0.176],[0.222,-0.154],[0.292,0.221],[0.11,0.16],[0.43,0.219],[0.508,0.401],[0.284,0.415],[0.066,0.096],[-0.007,-0.419],[0.256,-0.036],[0.135,0.47],[0.087,1.492],[-0.431,-0.218],[-0.058,-0.289],[0.054,-0.297],[-0.11,-0.159],[0,0],[0.027,0.311],[0.131,0.191],[0,0],[0.457,0.53],[0.222,-1.212],[-0.014,-0.225],[0,0],[0.179,0.534],[-0.176,1.721],[0.523,0.014],[0.134,0.025],[-0.05,0.269],[0.259,0.103],[0.244,-0.122],[-0.109,-0.159],[0,0],[0.131,0.192],[0.132,0.192],[0.132,0.192],[0,0],[-0.014,-0.225],[0.029,-0.162],[-0.109,-0.16],[-0.014,-0.225],[0.105,-0.12],[0,0],[-0.06,-0.428],[0,0],[0.057,0.289],[0.196,0.286],[0,0],[-0.102,-0.352],[0.049,-0.269],[0.308,-0.166],[0,0],[-0.065,-0.096],[0,0],[0.045,-0.242],[-0.095,0.066],[-0.066,-0.096],[0.049,-0.269],[0,0],[0.066,0.096],[-0.095,0.066],[0,0],[0,0],[0,0],[0.088,0.127],[0.241,0.045],[0.088,0.128],[0.244,-0.122],[0.057,0.289],[-0.347,0.381],[0,0],[0.31,-0.026],[0.429,0.08],[0.248,0.157],[0.283,-0.338],[0,0],[0.28,0.135],[0.553,-0.148],[0.788,0.535],[0,0],[-0.333,-0.145],[0,0],[-0.039,0.215],[-0.477,1.694],[1.357,0.001],[-0.456,0.974],[-0.308,0.778],[0.219,0.319],[0.312,0.114],[0.928,1.286],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.13,-0.192],[-0.197,-0.287],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.029,-1.638],[0.006,-0.333],[0.08,0.015],[0.455,0.39],[0,0],[-0.263,-0.383],[0,0],[-0.281,-0.887],[0,0],[0.05,-0.269],[-0.131,-0.191],[0,0],[0,0],[0.222,-0.154],[0.196,-0.465],[-0.094,-0.547],[-0.286,-0.554],[0,0],[0.145,-0.335],[-0.174,-0.255],[-0.195,-0.147],[0.125,-0.228],[-0.11,-0.16],[0,0]],"v":[[15.677,-19.352],[14.888,-19.275],[15.115,-16.283],[16.213,-15.773],[16.868,-14.816],[16.067,-14.826],[15.281,-15.222],[15.061,-14.928],[15.966,-14.427],[16.467,-13.833],[16.198,-12.519],[16.481,-11.492],[15.822,-11.224],[15.642,-10.394],[16.119,-3.624],[9.311,-14.99],[8.559,-15.269],[6.821,-15.758],[4.976,-17.63],[2.123,-19.745],[0.437,-19.612],[-1.246,-19.951],[-3.129,-20.857],[-4.343,-21.944],[-4.171,-22.581],[-4.546,-23.402],[-5.569,-23.87],[-6.711,-25.194],[-8.036,-27.333],[-4.027,-31.379],[-8.827,-28.76],[-9.281,-29.15],[-7.266,-33.649],[-10.859,-29.609],[-11.782,-29.864],[-12.259,-34.518],[-13.222,-29.713],[-14.045,-29.002],[-18.198,-32.332],[-15.3,-27.898],[-16.196,-27.089],[-21.744,-27.337],[-16.89,-25.715],[-16.556,-24.817],[-19.607,-22.375],[-16.156,-23.825],[-15.539,-23.265],[-17.096,-21.716],[-17.753,-21.309],[-19.394,-21.724],[-20.383,-22.826],[-21.863,-24.575],[-24.333,-26.814],[-26.225,-28.278],[-27.138,-29.338],[-30.164,-33.684],[-31.03,-34.401],[-32.619,-34.194],[-32.956,-34.619],[-32.814,-35.093],[-33.263,-35.816],[-33.111,-36.345],[-33.641,-36.777],[-33.013,-37.636],[-32.594,-38.866],[-34.127,-40.625],[-36.212,-39.981],[-36.595,-40.609],[-36.635,-42.51],[-37.574,-43.881],[-37.517,-42.227],[-39.516,-45.075],[-39.427,-41.328],[-40.599,-41.127],[-38.496,-39.151],[-37.146,-40.321],[-37.08,-39.474],[-36.342,-39.421],[-34.821,-39.863],[-34.589,-39.388],[-37.116,-37.615],[-38.483,-36.334],[-39.153,-35.264],[-38.575,-35.241],[-38.237,-36.181],[-35.66,-38.153],[-35.696,-37.659],[-37.487,-36.041],[-38.086,-35.345],[-37.875,-34.832],[-36.914,-35.069],[-35.912,-35.722],[-34.868,-35.975],[-35.794,-35.004],[-36.289,-34.567],[-35.879,-34.241],[-35.363,-34.034],[-34.648,-33.4],[-33.832,-33.165],[-32.83,-33.342],[-32.428,-32.21],[-33.239,-31.414],[-32.693,-31.368],[-31.045,-31.146],[-28.664,-27.059],[-27.04,-26.396],[-23.473,-24.4],[-21.398,-22.123],[-18.295,-17.595],[-18.176,-18.241],[-17.746,-20.138],[-16.889,-18.615],[-17.032,-14.661],[-17.757,-11.761],[-18.656,-13.959],[-18.681,-14.882],[-19.126,-16.079],[-20.163,-16.771],[-19.754,-14.469],[-19.417,-13.432],[-18.839,-14.021],[-17.891,-10.727],[-16.633,-12.304],[-16.786,-16.759],[-16.637,-18.179],[-16.183,-17.176],[-16.194,-11.527],[-16.848,-9.616],[-15.883,-10.049],[-15.661,-8.839],[-14.945,-8.066],[-14.05,-8.262],[-13.975,-8.973],[-14.801,-11.269],[-14.111,-10.195],[-12.959,-8.172],[-12.589,-7.018],[-11.951,-6.565],[-11.898,-7.308],[-12.032,-8.39],[-13.151,-10.295],[-13.728,-11.683],[-13.743,-12.66],[-12.511,-11.068],[-12.411,-12.219],[-12.193,-14.016],[-10.805,-5.713],[-10.454,-3.699],[-8.75,-3.328],[-11.771,-15.107],[-11.745,-16.912],[-10.498,-17.07],[-9.863,-17.51],[-12.77,-21.75],[-12.676,-22.568],[-12.085,-23.071],[-12.617,-23.643],[-13.25,-23.816],[-12.985,-24.658],[-12.595,-25.727],[-10.403,-25.6],[-11.255,-24.727],[-11.439,-24.177],[-10.424,-22.764],[-10.983,-22.283],[-10.935,-21.939],[-10.27,-21.789],[-9.865,-21.129],[-9.046,-21.367],[-8.547,-20.913],[-9.349,-19.558],[-10.815,-18.966],[-9.855,-19.067],[-8.462,-18.81],[-6.164,-18.05],[-4.949,-17.574],[-2.877,-18.305],[-1.357,-18.134],[0.276,-18.278],[3.024,-17.407],[5.457,-14.813],[0.801,-16.761],[0.559,-16.499],[22.375,12.873],[19.103,19.7],[21.114,21.27],[22.36,23.087],[18.995,29.508],[18.848,31.067],[19.864,31.116],[21.899,32.857],[23.512,37.053],[20.265,39.208],[18.656,43.002],[20.076,45.075],[20.14,45.031],[40.599,30.862],[40.074,30.097],[38.969,29.029],[37.182,28.197],[36.548,27.273],[35.724,27.844],[36.165,28.761],[34.198,30.123],[29.491,22.709],[28.085,19.498],[28.649,19.296],[34.002,26.356],[35.205,27.497],[34.169,26.053],[32.695,23.97],[32.563,21.663],[28.121,15.523],[28.727,14.633],[26.891,11.955],[27.004,10.89],[18.979,1.025],[19.443,0.61],[19.959,-0.547],[20.395,-3.529],[19.855,-6.023],[17.862,-9.204],[18.468,-10.094],[18.47,-11.318],[17.962,-12.471],[17.818,-13.499],[17.634,-15.064],[16.202,-16.471]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.144999994016,0.493999974868,0.510000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[123.667,81.505],"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":"Group 534","np":4,"cix":2,"ix":534,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.646,6.982],[-3.286,-5.465],[0,0],[0.699,1.02]],"o":[[0,0],[3.285,5.465],[0,0],[-0.699,-1.021]],"v":[[-7.863,-13.761],[-0.826,-1.148],[7.863,13.761],[6.77,12.583]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.144999994016,0.493999974868,0.510000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[133.511,85.627],"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":"Group 535","np":4,"cix":2,"ix":535,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.141,0.577],[-0.225,-0.443],[0,0],[0.35,0.916],[0.041,-1.187],[-0.029,-0.101],[-0.108,0.075],[-0.091,-0.017],[-0.012,-0.192],[0.114,-0.239],[-0.057,-0.2],[0,0],[-0.335,0.032],[-0.175,-0.197],[0,0],[-0.083,-0.063],[-0.12,-0.117],[0,0],[-0.029,-0.1],[0,0],[0,0],[-0.029,0.16],[0,0],[0,0],[-0.047,-0.127],[-0.085,-0.181],[-0.167,-0.243],[0,0],[-0.205,-0.038],[-0.165,-0.125],[-0.093,-0.135],[0,0],[0,0],[0.112,0.162],[0,0],[0,0],[0,0],[0,0],[-0.056,-0.081],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.148,-0.215],[0,0],[-0.123,-0.179],[-0.074,-0.107],[0,0],[-0.025,-0.036],[-0.097,-0.143],[-0.041,-0.059],[-0.028,-0.067],[-0.033,-0.048],[0,0],[0,0],[0,0],[0.036,-0.024],[0,0],[0,0],[0,0],[0,0],[0.141,0.026],[0.072,0.055],[0,0],[0.851,1.243],[0.277,0.301],[0.49,0.613],[0.279,0.406],[0.113,0.062],[1.144,1.67],[0,0],[0.643,0.119],[0.618,0.594],[0.488,0.917],[0,0],[0.569,0.523],[0.318,1.436],[0,0],[0.328,0.478],[0,0],[0.195,0.182],[0,0],[0.366,0.169],[-0.04,0.556],[0,0],[0.415,-0.111],[0.636,0.723],[0.296,0.994],[0.036,0.257],[0.25,0.108],[0.551,0.394],[1.485,1.756],[0.275,0.197],[0.254,0.142],[0.482,0.653],[0.389,0.26],[0.132,0.295],[0.065,0.095],[0.272,-0.013],[0,0],[0.422,0.307],[0.375,-0.118],[0.115,0.167],[-0.305,0.987],[0,0],[0.179,0.158],[0.062,0.091],[0.002,0.668],[0,0],[-0.24,-0.045]],"o":[[0,0],[0.224,0.444],[0,0],[0,0],[-0.041,1.186],[0.029,0.099],[0.108,-0.074],[0.091,0.017],[0.013,0.191],[-0.114,0.239],[0.058,0.199],[0,0],[0.335,-0.033],[0.176,0.198],[0,0],[0.083,0.062],[0.12,0.116],[0,0],[0.028,0.1],[0,0],[0,0],[0.03,-0.16],[0,0],[0,0],[0.047,0.127],[0.084,0.181],[0.167,0.244],[0,0],[0.204,0.037],[0.165,0.125],[0,0],[0,0],[0,0],[-0.111,-0.163],[0,0],[0,0],[0,0],[0,0],[0.056,0.081],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.147,0.215],[0,0],[0.122,0.179],[0.074,0.108],[0,0],[0.024,0.035],[0.097,0.142],[0.04,0.06],[0.029,0.067],[0.032,0.047],[0,0],[0,0],[0,0],[-0.035,0.025],[0,0],[0,0],[0,0],[0,0],[-0.14,-0.026],[-0.073,-0.055],[0,0],[-0.852,-1.242],[-0.277,-0.302],[-0.49,-0.612],[-0.278,-0.406],[-0.113,-0.063],[-1.145,-1.67],[0,0],[-0.642,-0.119],[-0.617,-0.594],[-0.488,-0.917],[0,0],[-0.569,-0.522],[-0.319,-1.437],[0,0],[-0.327,-0.478],[0,0],[-0.195,-0.182],[0,0],[-0.367,-0.169],[0.039,-0.556],[0,0],[-0.415,0.111],[-0.635,-0.723],[-0.295,-0.993],[-0.036,-0.257],[-0.25,-0.109],[-0.55,-0.394],[-1.484,-1.757],[-0.275,-0.197],[-0.255,-0.141],[-0.482,-0.652],[-0.388,-0.259],[-0.133,-0.296],[-0.066,-0.096],[-0.272,0.012],[0,0],[-0.42,-0.308],[-0.374,0.118],[-0.114,-0.168],[0.306,-0.986],[0,0],[-0.178,-0.158],[-0.063,-0.09],[-0.002,-0.668],[0,0],[0.242,0.044]],"v":[[-37.618,-43.177],[-36.311,-41.966],[-35.938,-41.306],[-35.918,-42.957],[-34.346,-39.533],[-34.273,-37.427],[-33.958,-36.968],[-32.196,-37.469],[-31.222,-36.626],[-31.299,-35.175],[-31.556,-33.52],[-30.703,-32.393],[-29.748,-32.216],[-28.673,-31.923],[-27.885,-30.831],[-23.579,-24.549],[-21.421,-22.849],[-18.625,-20.393],[-17.14,-18.227],[-15.295,-18.028],[-13.039,-18.792],[-11.985,-21.079],[-10.985,-23.329],[-9.981,-24.183],[-5.956,-22.02],[-4.686,-19.704],[-2.889,-17.835],[2.489,-16.248],[3.933,-16.17],[6.311,-14.903],[8.396,-12.673],[10.684,-11.942],[12.109,-12.529],[12.57,-12.609],[12.102,-15.958],[17.295,-16.501],[18.038,-15.238],[18.05,-13.888],[18.586,-13.221],[19.534,-12.361],[19.866,-10.833],[19.933,-9.402],[19.263,-5.802],[20.124,-2.858],[20.214,-0.118],[19.534,2.573],[20.083,4.677],[27.556,15.504],[28.679,18.6],[30.791,20.838],[32.104,21.832],[33.18,23.095],[34.227,25.065],[34.544,26.313],[35.121,27.206],[35.624,27.888],[36.133,28.531],[36.477,28.905],[36.848,29.346],[38.424,31.189],[38.828,31.626],[38.496,32.257],[37.553,32.91],[31.344,37.476],[29.578,40.321],[26.504,42.485],[24.015,43.151],[23.19,42.56],[22.749,42.019],[21.889,39.69],[19.688,36.633],[18.158,35.014],[15.92,32.159],[15.237,31.469],[12.463,27.677],[6.676,18.262],[5.533,17.926],[3.157,16.505],[0.567,11.907],[-0.027,10.887],[-2.376,9.659],[-4.277,5.761],[-6.082,-0.249],[-8.269,-0.779],[-9.136,-3.068],[-10.021,-3.336],[-11.288,-5.031],[-12.526,-5.055],[-13.186,-6.113],[-13.34,-7.769],[-14.39,-6.795],[-16.485,-7.6],[-18.047,-11.311],[-18.544,-14.032],[-18.556,-14.764],[-20.923,-16.684],[-23.195,-19.128],[-26.604,-23.745],[-27.962,-24.32],[-30.139,-27.112],[-31.679,-28.336],[-32.853,-29.742],[-32.979,-30.642],[-33.628,-31.179],[-34.264,-31.902],[-35.22,-31.557],[-36.239,-32.226],[-36.965,-32.569],[-37.008,-34.372],[-36.16,-36.051],[-36.989,-37.31],[-38.164,-38.23],[-38.826,-40.196],[-38.608,-41.616],[-37.803,-40.799]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.33300000359,0.773000021542,0.819999964097,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[121.261,78.73],"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":"Group 536","np":4,"cix":2,"ix":536,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[1.038,30.58],[23.2,21.794],[-10.607,-16.366],[-23.2,-30.58],[-23.199,-30.556]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[170.409,92.42],"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":"Group 537","np":4,"cix":2,"ix":537,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-2.249,10.088],[-1.253,5.833],[2.492,7.914],[2.826,4.155],[5.567,6.197],[6.296,4.126],[-6.297,-10.088],[-5.745,8.367],[-4.088,6.205]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[153.505,71.928],"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":"Group 538","np":2,"cix":2,"ix":538,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[22.924,10.297],[-10.883,-27.863],[-11.611,-25.791],[-14.354,-27.833],[-14.687,-24.074],[-18.432,-26.156],[-19.429,-21.9],[-21.266,-25.783],[-22.924,-23.621],[-21.385,27.863]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.352999997606,0.556999954523,0.607999973671,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[170.684,103.917],"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":"Group 539","np":2,"cix":2,"ix":539,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[9.091,-19.047],[-7.888,-25.911],[-8.765,11.847],[-9.092,25.912],[-9.079,25.898]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[173.428,318.32],"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":"Group 540","np":4,"cix":2,"ix":540,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[3.574,-5.388],[0.804,-3.655],[-0.212,-6.701],[-2.351,-4.885],[-2.827,-7.391],[-4.311,-6.673],[-4.638,7.392],[4.637,-2.661],[2.586,-2.379]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[168.974,336.84],"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":"Group 541","np":2,"cix":2,"ix":541,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-16.535,-21.026],[-17.412,16.732],[-15.928,16.014],[-15.452,18.52],[-13.313,16.703],[-12.296,19.75],[-9.528,18.017],[-10.514,21.026],[-8.463,20.744],[17.412,-7.302]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.352999997606,0.556999954523,0.607999973671,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.075,313.435],"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":"Group 542","np":2,"cix":2,"ix":542,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-13.727,20.469],[4.822,30.464],[11.31,-13.927],[13.726,-30.464],[13.71,-30.449]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[278.67,98.383],"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":"Group 543","np":4,"cix":2,"ix":543,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-5.238,5.529],[-1.8,3.798],[-1.071,7.502],[1.655,5.603],[1.839,8.607],[3.652,7.929],[6.068,-8.607],[-6.068,2.198],[-3.666,2.094]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[286.329,76.527],"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":"Group 544","np":2,"cix":2,"ix":544,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[15.299,25.113],[21.786,-19.279],[19.975,-18.6],[19.79,-21.605],[17.065,-19.706],[16.336,-23.41],[12.898,-21.678],[14.47,-25.113],[12.068,-25.01],[-21.786,5.13]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.352999997606,0.556999954523,0.607999973671,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[268.194,103.735],"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":"Group 545","np":2,"cix":2,"ix":545,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[6.665,-29.901],[-13.451,-27.618],[6.146,14.29],[13.447,29.901],[13.451,29.88]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[233.759,340.562],"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":"Group 546","np":4,"cix":2,"ix":546,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[2.903,-9.378],[1.169,-5.878],[-1.463,-8.632],[-2.546,-5.404],[-4.363,-7.876],[-5.408,-6.232],[1.893,9.379],[5.408,-7.004],[3.58,-5.508]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[245.313,361.084],"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":"Group 547","np":2,"cix":2,"ix":547,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-20.109,-19.086],[-0.511,22.823],[0.534,21.178],[2.35,23.651],[3.433,20.423],[6.065,23.177],[7.799,19.677],[8.476,23.547],[10.304,22.051],[20.109,-23.651]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.352999997606,0.556999954523,0.607999973671,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[240.417,332.029],"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":"Group 548","np":2,"cix":2,"ix":548,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-27.04,-4.975],[-25.066,11.466],[12.898,-5.24],[27.04,-11.462],[27.022,-11.466]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[349.024,204.557],"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":"Group 549","np":4,"cix":2,"ix":549,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-8.474,-2.335],[-5.318,-0.969],[-7.818,1.23],[-4.906,2.067],[-7.148,3.593],[-5.667,4.423],[8.474,-1.8],[-6.316,-4.423],[-4.974,-2.949]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[367.59,194.894],"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":"Group 550","np":2,"cix":2,"ix":550,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-17.39,16.436],[20.576,-0.27],[19.094,-1.1],[21.337,-2.626],[18.424,-3.463],[20.924,-5.662],[17.768,-7.028],[21.269,-7.642],[19.926,-9.116],[-21.336,-16.436]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.352999997606,0.556999954523,0.607999973671,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[341.347,199.587],"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":"Group 551","np":2,"cix":2,"ix":551,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[39.939,4.311],[36.251,-17.694],[-19.262,8.086],[-39.939,17.69],[-39.911,17.693]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[80.966,207.006],"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":"Group 552","np":4,"cix":2,"ix":552,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[12.577,2.936],[7.833,1.364],[11.439,-1.816],[7.083,-2.695],[10.337,-4.945],[8.102,-5.938],[-12.577,3.665],[9.475,5.938],[7.415,4.065]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[53.603,221.031],"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":"Group 553","np":2,"cix":2,"ix":553,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[24.579,-21.997],[-30.934,3.783],[-28.699,4.776],[-31.953,7.026],[-27.597,7.905],[-31.202,11.085],[-26.459,12.657],[-31.621,13.786],[-29.561,15.659],[31.953,21.997]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.352999997606,0.556999954523,0.607999973671,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[92.639,211.31],"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":"Group 554","np":2,"cix":2,"ix":554,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":900.000036657751,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Comp 1","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[118.5,118.5,0],"ix":2},"a":{"a":0,"k":[118.5,118.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[64.805,0],[0,-64.805],[-64.805,0],[0,64.805]],"o":[[-64.805,0],[0,64.805],[64.805,0],[0,-64.805]],"v":[[118.34,1],[1,118.34],[118.34,235.68],[235.68,118.34]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 2"}],"w":237,"h":237,"ip":0,"op":900.000036657751,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/loading_disc.json b/ohos/flutter_lottie/assets/lottiefiles/loading_disc.json new file mode 100644 index 0000000000000000000000000000000000000000..19798276e0c6c6fa6e7b9ad00d78ccbfc572eaf6 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/loading_disc.json @@ -0,0 +1 @@ +{"v":"4.7.0","fr":30,"ip":2,"op":122,"w":1290,"h":720,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":3,"nm":"counter","ks":{"o":{"a":0,"k":0},"r":{"a":0,"k":0},"p":{"a":0,"k":[645,360,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"ef":[{"ty":5,"nm":"Slider Control","mn":"ADBE Slider Control","ix":1,"en":1,"ef":[{"ty":0,"nm":"Slider","mn":"ADBE Slider Control-0001","ix":1,"v":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"t":119}]}}]}],"ip":0,"op":122,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[645,360,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[403.664,399.148]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"gs","o":{"a":0,"k":100},"w":{"a":0,"k":54},"g":{"p":3,"k":{"a":0,"k":[0,0.032,0.953,0.936,0.426,0.386,0.487,0.93,1,0.741,0.02,0.923]}},"s":{"a":0,"k":[-78,-225]},"e":{"a":0,"k":[328,0]},"t":1,"lc":1,"lj":1,"ml":4,"d":[{"n":"d","nm":"dash","v":{"a":0,"k":10}},{"n":"o","nm":"offset","v":{"a":0,"k":0}}],"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-Stroke"},{"ty":"tr","p":{"a":0,"k":[-1.34,-10.637],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[90,90],"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":"Ellipse 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[403.664,399.148]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"gs","o":{"a":0,"k":100},"w":{"a":0,"k":54},"g":{"p":3,"k":{"a":0,"k":[0,0.032,0.953,0.936,0.426,0.386,0.487,0.93,1,0.741,0.02,0.923]}},"s":{"a":0,"k":[-78,-225]},"e":{"a":0,"k":[328,0]},"t":1,"lc":1,"lj":1,"ml":4,"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-Stroke"},{"ty":"tr","p":{"a":0,"k":[-1.34,-10.637],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[120,120],"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":"Ellipse 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":0,"k":100,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('counter').effect('Slider Control')('Slider');","ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":122,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/loading_semicircle.json b/ohos/flutter_lottie/assets/lottiefiles/loading_semicircle.json new file mode 100644 index 0000000000000000000000000000000000000000..e04b5de0789219eafb334c5cf2d82411bb589e25 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/loading_semicircle.json @@ -0,0 +1 @@ +{"v":"4.5.7","fr":30,"ip":0,"op":54,"w":600,"h":600,"ddd":0,"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 5","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":49,"s":[100],"e":[0]},{"t":53}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[300.5,300.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[300,300,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[45,45]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0.74,0.76,0.78,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[-0.5,-0.5],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.9],"y":[0]},"n":["0p1_1_0p9_0"],"t":23,"s":[0],"e":[50]},{"t":53}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.9],"y":[0]},"n":["0p1_1_0p9_0"],"t":8,"s":[0],"e":[50]},{"t":38}],"ix":2},"o":{"a":0,"k":-90,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":8,"op":54,"st":8,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 4","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":47,"s":[100],"e":[0]},{"t":51}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[300.5,300.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[250,250,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[45,45]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0.74,0.76,0.78,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2.5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[-0.5,-0.5],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.9],"y":[0]},"n":["0p1_1_0p9_0"],"t":21,"s":[0],"e":[50]},{"t":51}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.9],"y":[0]},"n":["0p1_1_0p9_0"],"t":6,"s":[0],"e":[50]},{"t":36}],"ix":2},"o":{"a":0,"k":-90,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":6,"op":52,"st":6,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 3","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":45,"s":[100],"e":[0]},{"t":49}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[300.5,300.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[200,200,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[45,45]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0.74,0.76,0.78,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[-0.5,-0.5],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.9],"y":[0]},"n":["0p1_1_0p9_0"],"t":19,"s":[0],"e":[50]},{"t":49}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.9],"y":[0]},"n":["0p1_1_0p9_0"],"t":4,"s":[0],"e":[50]},{"t":34}],"ix":2},"o":{"a":0,"k":-90,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":4,"op":50,"st":4,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 2","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":43,"s":[100],"e":[0]},{"t":47}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[300.5,300.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[150,150,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[45,45]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0.74,0.76,0.78,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":4},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[-0.5,-0.5],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.9],"y":[0]},"n":["0p1_1_0p9_0"],"t":17,"s":[0],"e":[50]},{"t":47}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.9],"y":[0]},"n":["0p1_1_0p9_0"],"t":2,"s":[0],"e":[50]},{"t":32}],"ix":2},"o":{"a":0,"k":-90,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 2","mn":"ADBE Vector Filter - Trim"}],"ip":2,"op":48,"st":2,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":41,"s":[100],"e":[0]},{"t":45}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[300.5,300.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[45,45]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0.74,0.76,0.78,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":6},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[-0.5,-0.5],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.9],"y":[0]},"n":["0p1_1_0p9_0"],"t":15,"s":[0],"e":[50]},{"t":45}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.9],"y":[0]},"n":["0p1_1_0p9_0"],"t":0,"s":[0],"e":[50]},{"t":30}],"ix":2},"o":{"a":0,"k":-90,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":46,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/location.json b/ohos/flutter_lottie/assets/lottiefiles/location.json new file mode 100644 index 0000000000000000000000000000000000000000..1ac10ea894ab89951b50def7ce57b0cd0af86499 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/location.json @@ -0,0 +1 @@ +{"v":"4.5.9","fr":25,"ip":0,"op":50,"w":250,"h":250,"ddd":0,"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"location Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":5,"s":[125,118,0],"e":[125,125.75,0],"to":[0,1.29166662693024,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":20,"s":[125,125.75,0],"e":[125,118,0],"to":[0,0,0],"ti":[0,1.29166662693024,0]},{"t":35}]},"a":{"a":0,"k":[125,125,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[3.866,0],[0,3.866],[-3.866,0],[0,-3.866]],"o":[[-3.866,0],[0,-3.866],[3.866,0],[0,3.866]],"v":[[0,-12],[-7,-19],[0,-26],[7,-19]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[16.568,0],[0,-16.568],[-2.25,-4.209],[0,0],[0,0],[0,5.106]],"o":[[-16.568,0],[0,5.106],[0,0],[0,0],[2.249,-4.209],[0,-16.568]],"v":[[0,-48.706],[-30,-18.706],[-26.473,-4.584],[0,48.706],[26.474,-4.584],[30,-18.706]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.929,0.11,0.141,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[125,125],"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":"Group 1","np":4,"mn":"ADBE Vector Group"}],"ip":0,"op":51,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"pulse 2","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[100],"e":[0]},{"t":22}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[125,173.706,0]},"a":{"a":0,"k":[5.776,49.943,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":5,"s":[0,0,100],"e":[244,244,100]},{"t":22}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[92.553,11.887]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[1,1,1,1],"e":[0.173,0.569,0.788,1]},{"t":22}]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[5.776,49.943],"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":51,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"pulse","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[100],"e":[0]},{"t":22}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[125,173.706,0]},"a":{"a":0,"k":[5.776,49.943,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":5,"s":[0,0,100],"e":[100,100,100]},{"t":22}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[92.553,11.887]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[1,1,1,1],"e":[0.173,0.569,0.788,1]},{"t":22}]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[5.776,49.943],"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":51,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/location_marker.json b/ohos/flutter_lottie/assets/lottiefiles/location_marker.json new file mode 100644 index 0000000000000000000000000000000000000000..2e57a5c6e2ea8cab4ecc034e23dc6ed119bbcd26 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/location_marker.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":1,"nm":"circle 2","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[50],"e":[50]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":17,"s":[50],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[0],"e":[0]},{"t":55}],"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');"},"r":{"k":0},"p":{"k":[100,100,0]},"a":{"k":[100,100,0]},"s":{"k":[{"i":{"x":[0.172,0.172,0.667],"y":[1,1,0.667]},"o":{"x":[0.01,0.01,0.333],"y":[0.705,0.705,0.333]},"n":["0p172_1_0p01_0p705","0p172_1_0p01_0p705","0p667_0p667_0p333_0p333"],"t":5,"s":[0,0,100],"e":[200,200,100]},{"i":{"x":[0.172,0.172,0.667],"y":[0.172,0.172,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0.333,0.333]},"n":["0p172_0p172_0p333_0p333","0p172_0p172_0p333_0p333","0p667_0p667_0p333_0p333"],"t":30,"s":[200,200,100],"e":[200,200,100]},{"t":55}],"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');"}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"k":{"i":[[25.405,0],[0,-25.405],[-25.405,0],[0,25.405]],"o":[[-25.405,0],[0,25.405],[25.405,0],[0,-25.405]],"v":[[100,54],[54,100],[100,146],[146,100]],"c":true}},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"ef":[{"ty":5,"nm":"Circle","mn":"ADBE Circle","ix":1,"ef":[{"ty":3,"nm":"Center","mn":"ADBE Circle-0001","ix":1,"v":{"k":[100,100]}},{"ty":0,"nm":"Radius","mn":"ADBE Circle-0002","ix":2,"v":{"k":47.4}},{"ty":7,"nm":"Edge","mn":"ADBE Circle-0003","ix":3,"v":{"k":3}},{"ty":0,"nm":"Thickness","mn":"ADBE Circle-0004","ix":4,"v":{"k":0}},{"ty":6,"nm":"Feather","mn":"ADBE Circle-0005","ix":5,"v":0},{"ty":0,"nm":"Feather Outer Edge","mn":"ADBE Circle-0006","ix":6,"v":{"k":0}},{"ty":0,"nm":"Feather Inner Edge","mn":"ADBE Circle-0007","ix":7,"v":{"k":64}},{"ty":6,"nm":"Feather Inner Edge","mn":"ADBE Circle-0008","ix":8,"v":0},{"ty":7,"nm":"Invert Circle","mn":"ADBE Circle-0009","ix":9,"v":{"k":0}},{"ty":2,"nm":"Color","mn":"ADBE Circle-0010","ix":10,"v":{"k":[1,1,1,1]}},{"ty":0,"nm":"Opacity","mn":"ADBE Circle-0011","ix":11,"v":{"k":100}},{"ty":7,"nm":"Blending Mode","mn":"ADBE Circle-0012","ix":12,"v":{"k":1}}]}],"sw":200,"sh":200,"sc":"#ffffff","ip":5,"op":1005,"st":5,"bm":2,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"marker","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":1,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":7,"s":[0],"e":[100]},{"t":8}]},"r":{"k":0},"p":{"k":[100,100,0]},"a":{"k":[619.5,-0.91,0]},"s":{"k":[123.6,154.216,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[619.5,-22.149],[614.144,-2.152],[599,20.129],[619.5,0.893],[639.5,20.129],[624.732,-2.487]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"k":[0,0,0,1]},"o":{"k":100},"w":{"k":10},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":1000,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"marker 2","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":1,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":7,"s":[0],"e":[100]},{"t":8}]},"r":{"k":0},"p":{"k":[100,100,0]},"a":{"k":[619.5,-0.91,0]},"s":{"k":[86.375,107.77,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[175,141.861]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"k":[0.73,0.84,0.09,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[619.375,-0.936],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[90.638,90.343],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":1000,"st":0,"bm":0,"sr":1}],"v":"4.5.4","ddd":0,"ip":0,"op":1000,"fr":25,"w":200,"h":200} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/location_pin.json b/ohos/flutter_lottie/assets/lottiefiles/location_pin.json new file mode 100644 index 0000000000000000000000000000000000000000..5dea5d208c73c94161af7e8d3734d4e3b56a0650 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/location_pin.json @@ -0,0 +1 @@ +{"v":"4.5.7","fr":30,"ip":0,"op":32,"w":600,"h":600,"ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Line","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[300.75,384.5,0]},"a":{"a":0,"k":[0.75,81.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-19.5,81.5],[21,81.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.74,0.76,0.78,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":6},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"mn":"ADBE Vector Group"}],"ip":0,"op":32,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Pin","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.946,"y":0},"n":"0p833_0p833_0p946_0","t":0,"s":[300.019,150,0],"e":[300.019,299.918,0],"to":[0,24.986255645752,0],"ti":[0,-27.3195877075195,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[300.019,299.918,0],"e":[300.019,313.918,0],"to":[0,27.3195877075195,0],"ti":[0,24.986255645752,0]},{"i":{"x":0.077,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p077_1_0p167_0p167","t":17,"s":[300.019,313.918,0],"e":[300.019,150,0],"to":[0,-24.986255645752,0],"ti":[0,27.3195877075195,0]},{"t":32}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[50,50,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"s","pt":{"a":0,"k":{"i":[[22.368,0],[0,-22.368],[-22.368,0],[0,22.368]],"o":[[-22.368,0],[0,22.368],[22.368,0],[0,-22.368]],"v":[[0.461,-98],[-40.039,-57.5],[0.461,-17],[40.961,-57.5]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0,0],[0.08,12.776],[49.288,0.686],[0,-50.689],[-4.605,-10.887],[0,0],[-0.712,1.475]],"o":[[4.676,-11.054],[-0.307,-49.291],[-50.852,-0.707],[0,12.565],[0,0],[0.712,1.475],[0,0]],"v":[[83.81,-22.142],[90.959,-58.144],[1.257,-148.555],[-91.039,-57.564],[-83.888,-22.142],[-1.801,147.788],[1.724,147.788]],"c":true}],"e":[{"i":[[0,0],[0.08,12.776],[49.288,0.686],[0,-50.689],[-4.605,-10.887],[0,0],[-0.712,1.475]],"o":[[4.676,-11.054],[-0.307,-49.291],[-50.852,-0.707],[0,12.565],[0,0],[0.712,1.475],[0,0]],"v":[[83.81,-22.142],[90.959,-58.144],[1.257,-148.555],[-91.039,-57.564],[-83.888,-22.142],[-2.039,120.288],[1.486,120.288]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0.08,12.776],[49.288,0.686],[0,-50.689],[-4.605,-10.887],[0,0],[-0.712,1.475]],"o":[[4.676,-11.054],[-0.307,-49.291],[-50.852,-0.707],[0,12.565],[0,0],[0.712,1.475],[0,0]],"v":[[83.81,-22.142],[90.959,-58.144],[1.257,-148.555],[-91.039,-57.564],[-83.888,-22.142],[-2.039,120.288],[1.486,120.288]],"c":true}],"e":[{"i":[[0,0],[0.08,12.776],[49.288,0.686],[0,-50.689],[-4.605,-10.887],[0,0],[-0.712,1.475]],"o":[[4.676,-11.054],[-0.307,-49.291],[-50.852,-0.707],[0,12.565],[0,0],[0.712,1.475],[0,0]],"v":[[83.81,-22.142],[90.959,-58.144],[1.257,-148.555],[-91.039,-57.564],[-83.888,-22.142],[-1.801,147.788],[1.724,147.788]],"c":true}]},{"t":19}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.91,0.3,0.24,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"mn":"ADBE Vector Group"}],"ip":0,"op":32,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/lottie_logo_1.json b/ohos/flutter_lottie/assets/lottiefiles/lottie_logo_1.json new file mode 100644 index 0000000000000000000000000000000000000000..51dbe4f0fc1297c3dbf101a4187f2bee9d48d7dc --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/lottie_logo_1.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":1,"nm":"MASTER","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[214.457,347.822,0]},"a":{"k":[60,60,0]},"s":{"k":[100,100,100]}},"ao":0,"sw":120,"sh":120,"sc":"#ffffff","ip":12,"op":179,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"S5-Y 4","parent":0,"ks":{"o":{"k":100},"r":{"k":-89.1},"p":{"k":[53.205,131.606,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[142.038,29.278],[131.282,21.807]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":76,"s":[87],"e":[50.633]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":79,"s":[50.633],"e":[0]},{"t":83}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":76,"s":[100],"e":[75.856]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":79,"s":[75.856],"e":[0]},{"t":83}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":76,"op":84,"st":40,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"S4-Y 4","parent":0,"ks":{"o":{"k":100},"r":{"k":-89.1},"p":{"k":[53.205,131.606,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[142.183,-5.112],[130.029,5.016]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":76,"s":[87],"e":[43.833]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":79,"s":[43.833],"e":[0]},{"t":83}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":76,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":79,"s":[66.356],"e":[0]},{"t":83}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":76,"op":84,"st":40,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"S3-Y 4","parent":0,"ks":{"o":{"k":100},"r":{"k":-89.1},"p":{"k":[53.205,131.606,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[147.699,13.025],[133.195,13.21]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":76,"s":[87],"e":[42.133]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":79,"s":[42.133],"e":[0]},{"t":83}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":76,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":79,"s":[66.356],"e":[0]},{"t":83}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":76,"op":84,"st":40,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"S5-Y 3","parent":0,"ks":{"o":{"k":100},"r":{"k":97.9},"p":{"k":[58.205,-39.394,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[145.677,22.22],[134.922,14.749]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[87],"e":[50.633]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":78,"s":[50.633],"e":[0]},{"t":82}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[100],"e":[75.856]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":78,"s":[75.856],"e":[0]},{"t":82}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":75,"op":83,"st":39,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"S4-Y 3","parent":0,"ks":{"o":{"k":100},"r":{"k":97.9},"p":{"k":[58.205,-39.394,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[144.429,-5.397],[132.275,4.731]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[87],"e":[43.833]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":78,"s":[43.833],"e":[0]},{"t":82}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":78,"s":[66.356],"e":[0]},{"t":82}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":75,"op":83,"st":39,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"S3-Y 3","parent":0,"ks":{"o":{"k":100},"r":{"k":97.9},"p":{"k":[58.205,-39.394,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[149.624,8.244],[136.648,10.156]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[87],"e":[42.133]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":78,"s":[42.133],"e":[0]},{"t":82}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":78,"s":[66.356],"e":[0]},{"t":82}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":75,"op":83,"st":39,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"S13","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[128,3.65],[78.25,3.5]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":85,"s":[87],"e":[21.233]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":90,"s":[21.233],"e":[0]},{"t":94}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":85,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":90,"s":[66.356],"e":[0]},{"t":94}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":1.5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":85,"op":95,"st":49,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"S12","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[119.25,-20.05],[63.5,-20.5]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":84,"s":[87],"e":[21.233]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":87,"s":[21.233],"e":[0]},{"t":91}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":84,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":87,"s":[66.356],"e":[0]},{"t":91}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":1.5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":84,"op":94,"st":48,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"S11","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[119.5,-45.05],[82.75,-44.75]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":80,"s":[87],"e":[21.233]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":83,"s":[21.233],"e":[0]},{"t":87}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":80,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":83,"s":[66.356],"e":[0]},{"t":87}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":1.5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":80,"op":90,"st":44,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"S5-Y 2","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[169.5,18.073],[137.481,11.365]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":97,"s":[87],"e":[50.633]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[50.633],"e":[0]},{"t":107}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":97,"s":[100],"e":[75.856]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[75.856],"e":[0]},{"t":107}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":97,"op":107,"st":61,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"S4-Y 2","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[156.45,-23.05],[132,2.75]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":97,"s":[87],"e":[43.833]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[43.833],"e":[0]},{"t":107}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":97,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[66.356],"e":[0]},{"t":107}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":97,"op":107,"st":61,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"S3-Y 2","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[166.731,-7.927],[136.731,7.115]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":97,"s":[87],"e":[42.133]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[42.133],"e":[0]},{"t":107}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":97,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[66.356],"e":[0]},{"t":107}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":97,"op":107,"st":61,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"S6-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-87.5,20.95],[-48.75,54.75]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[87],"e":[43.933]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":57,"s":[43.933],"e":[0]},{"t":64}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[100],"e":[70.456]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":57,"s":[70.456],"e":[0]},{"t":64}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":54,"op":64,"st":18,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"S5-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-94.5,37.073],[-48.769,55.365]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[87],"e":[50.633]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":57,"s":[50.633],"e":[0]},{"t":64}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[100],"e":[75.856]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":57,"s":[75.856],"e":[0]},{"t":64}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":54,"op":64,"st":18,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"S4-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[7.45,21.95],[-32.75,55.75]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[87],"e":[43.833]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":57,"s":[43.833],"e":[0]},{"t":64}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":57,"s":[66.356],"e":[0]},{"t":64}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":54,"op":64,"st":18,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"S3-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[16.231,39.073],[-32.769,57.365]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[87],"e":[42.133]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":57,"s":[42.133],"e":[0]},{"t":64}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":57,"s":[66.356],"e":[0]},{"t":64}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":54,"op":64,"st":18,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":4,"nm":"S8","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-0.148,14.256],[10.476,0],[0,0]],"o":[[0,0],[-8.551,-8.263],[-21.454,0],[0,0]],"v":[[-3,35.95],[-1.352,-6.756],[-32.046,-20.579],[-42.25,4.25]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":65,"s":[87],"e":[21.233]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":70,"s":[21.233],"e":[0]},{"t":75}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":65,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":70,"s":[66.356],"e":[0]},{"t":75}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":1.5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":65,"op":75,"st":29,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":4,"nm":"S7","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[27,1.45],[31.046,-1.421],[0,0]],"o":[[-27,-1.45],[-26.426,1.21],[0,0]],"v":[[34.5,-13.05],[-35.046,-35.579],[-62.25,-5.75]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":65,"s":[87],"e":[21.233]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":70,"s":[21.233],"e":[0]},{"t":75}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":65,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":70,"s":[66.356],"e":[0]},{"t":75}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":1.5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":65,"op":75,"st":29,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":4,"nm":"S2-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[1.9,-10.768],[1,-19]],"o":[[0,0],[-3.167,17.951],[-1,19]],"v":[[-67.25,-105.5],[-72.333,-84.201],[-76.5,-37.75]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":29,"s":[87],"e":[25.333]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":33,"s":[25.333],"e":[0]},{"t":36}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":29,"s":[100],"e":[69.056]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":33,"s":[69.056],"e":[0]},{"t":36}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":1.5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":30,"op":37,"st":-7,"bm":0,"sr":1},{"ddd":0,"ind":20,"ty":4,"nm":"S1-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[25.043,45.678,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[1.9,-10.768],[1,-19]],"o":[[0,0],[-3.167,17.951],[-1,19]],"v":[[-67.125,-112],[-75.458,-89.951],[-80.375,-39.25]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":29,"s":[87],"e":[37.533]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":33,"s":[37.533],"e":[0]},{"t":36}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":29,"s":[100],"e":[66.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":33,"s":[66.356],"e":[0]},{"t":36}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":1.5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1"}],"ip":30,"op":37,"st":-7,"bm":0,"sr":1},{"ddd":0,"ind":21,"ty":4,"nm":"Dot1","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.823,"y":0},"n":"0p833_0p833_0p823_0","t":-3,"s":[295.771,108.994,0],"e":[35.771,108.994,0],"to":[0,0,0],"ti":[0,0,0]},{"t":16}]},"a":{"k":[196.791,266.504,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[9.4,9.4]},"p":{"k":[0.8,-0.5]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[196,267],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":-5,"op":17,"st":-36,"bm":0,"sr":1},{"ddd":0,"ind":22,"ty":4,"nm":"L-B","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[39.043,45.678,0]},"a":{"k":[250,250,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[25.671,-4.167],[1.456,6.902],[-8.481,1.863],[-47.562,13.01],[-0.501,0.133],[-71.423,-2.315]],"o":[[0,0],[-8.224,1.335],[-1.456,-6.903],[23.817,-5.233],[0.16,-0.044],[0.501,-0.133],[0,0]],"v":[[-8.837,-58.229],[-35.834,33.662],[-51.688,23.148],[-41.174,7.293],[51.797,44.178],[53.188,43.741],[140.394,43.672]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":9.194},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[166.029,270.643],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8"},{"ty":"tm","s":{"k":[{"i":{"x":[0.703],"y":[0.821]},"o":{"x":[0.167],"y":[0.167]},"n":["0p703_0p821_0p167_0p167"],"t":18,"s":[80],"e":[50]},{"i":{"x":[0.263],"y":[1]},"o":{"x":[0.037],"y":[0.168]},"n":["0p263_1_0p037_0p168"],"t":23,"s":[50],"e":[30]},{"t":55}],"ix":1},"e":{"k":[{"i":{"x":[0.337],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p337_1_0p167_0p167"],"t":18,"s":[81],"e":[73.4]},{"t":29}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":18,"op":179,"st":8,"bm":0,"sr":1},{"ddd":0,"ind":23,"ty":4,"nm":"L-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[39.043,45.678,0]},"a":{"k":[250,250,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[25.671,-4.167],[1.456,6.902],[-8.481,1.863],[-47.562,13.01],[-0.501,0.133],[-71.423,-2.315]],"o":[[0,0],[-8.224,1.335],[-1.456,-6.903],[23.817,-5.233],[0.16,-0.044],[0.501,-0.133],[0,0]],"v":[[-8.837,-58.229],[-35.834,33.662],[-51.688,23.148],[-41.174,7.293],[51.797,44.178],[53.188,43.741],[140.394,43.672]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":8.4},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[166.029,270.643],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8"},{"ty":"tm","s":{"k":[{"i":{"x":[0.703],"y":[0.857]},"o":{"x":[0.167],"y":[0.167]},"n":["0p703_0p857_0p167_0p167"],"t":16,"s":[80],"e":[50]},{"i":{"x":[0.938],"y":[1]},"o":{"x":[0.333],"y":[0.202]},"n":["0p938_1_0p333_0p202"],"t":20,"s":[50],"e":[0]},{"t":28}],"ix":1},"e":{"k":[{"i":{"x":[0.337],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p337_1_0p167_0p167"],"t":16,"s":[81],"e":[73.4]},{"t":27}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":16,"op":179,"st":8,"bm":0,"sr":1},{"ddd":0,"ind":24,"ty":1,"nm":"N","parent":0,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[{"i":{"x":0.26,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p26_1_0p167_0p167","t":28,"s":[-33.667,8.182,0],"e":[-33.667,-72.818,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.74,"y":0},"n":"0p833_0p833_0p74_0","t":40,"s":[-33.667,-72.818,0],"e":[-33.667,102.057,0],"to":[0,0,0],"ti":[0,0,0]},{"t":54}]},"a":{"k":[60,60,0]},"s":{"k":[100,100,100]}},"ao":0,"sw":120,"sh":120,"sc":"#ffffff","ip":28,"op":54,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":25,"ty":4,"nm":"Dot-Y","parent":24,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28,"s":[39.875,60,0],"e":[79.375,60,0],"to":[6.58333349227905,0,0],"ti":[-6.58333349227905,0,0]},{"t":54}]},"a":{"k":[196.791,266.504,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[9.4,9.4]},"p":{"k":[0.8,-0.5]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[196,267],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":28,"op":54,"st":4,"bm":0,"sr":1},{"ddd":0,"ind":26,"ty":4,"nm":"T1a-B","parent":36,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[250,250,0]},"a":{"k":[250,250,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.5,9.501],[-0.048,5.655],[0.054,0.06],[0.946,1.486],[-9.967,8.05],[-40.546,0]],"o":[[0.031,-0.594],[0.076,-8.978],[-1.161,-1.3],[-5.939,-9.327],[24.677,-19.929],[0,0]],"v":[[-30.72,63.761],[-30.741,45.192],[-37.397,27.014],[-40.698,22.661],[-37.873,-7.117],[49.506,11.559]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":24.9,"ix":1},"e":{"k":[{"i":{"x":[0.673],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p673_1_0p167_0p167"],"t":70,"s":[24.9],"e":[89.1]},{"t":84}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":9.194},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[227.677,234.375],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9"}],"ip":70,"op":179,"st":17,"bm":0,"sr":1},{"ddd":0,"ind":27,"ty":4,"nm":"T2a-B","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[39.043,45.678,0]},"a":{"k":[250,250,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1.681,-29.992],[-1.681,29.992]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.06],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p06_1_0p167_0p167"],"t":75,"s":[50],"e":[0]},{"t":85}],"ix":1},"e":{"k":[{"i":{"x":[0.06],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p06_1_0p167_0p167"],"t":75,"s":[50],"e":[100]},{"t":85}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":9.194},"lc":3,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[277.698,247.258],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7"}],"ip":75,"op":179,"st":15,"bm":0,"sr":1},{"ddd":0,"ind":28,"ty":4,"nm":"T1a-Y 2","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":56,"s":[39.043,48.678,0],"e":[39.043,45.678,0],"to":[0,0,0],"ti":[0,0,0]},{"t":64}]},"a":{"k":[250,250,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.5,9.501],[-0.048,5.655],[0.054,0.06],[0.946,1.486],[-9.967,8.05],[-40.546,0]],"o":[[0.031,-0.594],[0.076,-8.978],[-1.161,-1.3],[-5.939,-9.327],[24.677,-19.929],[0,0]],"v":[[-30.72,63.761],[-30.741,45.192],[-37.397,27.014],[-40.698,22.661],[-37.873,-7.117],[49.506,11.559]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.301],"y":[0]},"n":["0p833_1_0p301_0"],"t":54,"s":[0],"e":[24.9]},{"t":70}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.301],"y":[0]},"n":["0p667_1_0p301_0"],"t":54,"s":[0],"e":[100]},{"t":78}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":8.4},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[227.677,234.375],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9"}],"ip":59,"op":179,"st":12,"bm":0,"sr":1},{"ddd":0,"ind":29,"ty":4,"nm":"O-B","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[-62.792,73.057,0],"e":[-53.792,7.557,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.638,"y":1},"o":{"x":0.167,"y":0.198},"n":"0p638_1_0p167_0p198","t":35.257,"s":[-53.792,7.557,0],"e":[-33.667,-72.818,0],"to":[0,0,0],"ti":[-19.1562919616699,1.73831975460052,0]},{"i":{"x":0.795,"y":1},"o":{"x":0.523,"y":0},"n":"0p795_1_0p523_0","t":44,"s":[-33.667,-72.818,0],"e":[-14.167,102.182,0],"to":[16.2075271606445,-1.47073686122894,0],"ti":[0,0,0]},{"i":{"x":0.348,"y":1},"o":{"x":0.18,"y":0},"n":"0p348_1_0p18_0","t":54,"s":[-14.167,102.182,0],"e":[-14.167,59.182,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.27,"y":1},"o":{"x":0.693,"y":0},"n":"0p27_1_0p693_0","t":63,"s":[-14.167,59.182,0],"e":[-14.167,62.182,0],"to":[0,0,0],"ti":[0,0,0]},{"t":73}]},"a":{"k":[196.791,266.504,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":54,"s":[3,3],"e":[44.6,44.6]},{"t":61}]},"p":{"k":[0.8,-0.5]},"nm":"Ellipse Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":9.194},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[196,267],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[0],"e":[30]},{"i":{"x":[0.432],"y":[1]},"o":{"x":[0.167],"y":[1.124]},"n":["0p432_1_0p167_1p124"],"t":63,"s":[30],"e":[39.9]},{"t":91}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[100],"e":[88]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":63,"s":[88],"e":[88]},{"t":91}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":54,"op":179,"st":4,"bm":0,"sr":1},{"ddd":0,"ind":30,"ty":4,"nm":"O-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[-62.792,73.057,0],"e":[-53.792,7.557,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.638,"y":1},"o":{"x":0.167,"y":0.198},"n":"0p638_1_0p167_0p198","t":35.257,"s":[-53.792,7.557,0],"e":[-33.667,-72.818,0],"to":[0,0,0],"ti":[-19.1562919616699,1.73831975460052,0]},{"i":{"x":0.795,"y":1},"o":{"x":0.523,"y":0},"n":"0p795_1_0p523_0","t":44,"s":[-33.667,-72.818,0],"e":[-14.167,102.182,0],"to":[16.2075271606445,-1.47073686122894,0],"ti":[0,0,0]},{"i":{"x":0.348,"y":1},"o":{"x":0.18,"y":0},"n":"0p348_1_0p18_0","t":54,"s":[-14.167,102.182,0],"e":[-14.167,59.182,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.27,"y":1},"o":{"x":0.693,"y":0},"n":"0p27_1_0p693_0","t":63,"s":[-14.167,59.182,0],"e":[-14.167,62.182,0],"to":[0,0,0],"ti":[0,0,0]},{"t":73}]},"a":{"k":[196.791,266.504,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":54,"s":[3,3],"e":[44.6,44.6]},{"t":61}]},"p":{"k":[0.8,-0.5]},"nm":"Ellipse Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":8.8},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[196,267],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":54,"op":179,"st":4,"bm":0,"sr":1},{"ddd":0,"ind":31,"ty":4,"nm":"T1b-B","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[39.043,45.678,0]},"a":{"k":[250,250,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1.768,-25.966],[-1.768,25.966]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":0,"ix":1},"e":{"k":[{"i":{"x":[0.21],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p21_1_0p167_0p167"],"t":81,"s":[11.7],"e":[100]},{"t":88}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":9.194},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[242.756,265.581],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 10"}],"ip":81,"op":179,"st":26,"bm":0,"sr":1},{"ddd":0,"ind":32,"ty":4,"nm":"T1b-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[39.043,45.678,0]},"a":{"k":[250,250,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1.768,-25.966],[-1.768,25.966]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":70,"s":[0],"e":[0]},{"t":75}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":70,"s":[11.7],"e":[100]},{"t":75}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":8.4},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[242.756,265.581],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 10"}],"ip":70,"op":161,"st":15,"bm":0,"sr":1},{"ddd":0,"ind":33,"ty":4,"nm":"T2b-B","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[39.043,45.678,0]},"a":{"k":[250,250,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[246.65,213.814],[340.956,213.628]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_1_0p167_0p167"],"t":82,"s":[29],"e":[0]},{"t":91}],"ix":1},"e":{"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_1_0p167_0p167"],"t":82,"s":[41.1],"e":[66.5]},{"t":91}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":9.194},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5"}],"ip":82,"op":179,"st":-17,"bm":0,"sr":1},{"ddd":0,"ind":34,"ty":4,"nm":"T2a-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[39.043,45.678,0]},"a":{"k":[250,250,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1.681,-29.992],[-1.681,29.992]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.06],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p06_1_0p167_0p167"],"t":72,"s":[50],"e":[0]},{"t":82}],"ix":1},"e":{"k":[{"i":{"x":[0.06],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p06_1_0p167_0p167"],"t":72,"s":[50],"e":[100]},{"t":82}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":9.194},"lc":3,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[277.698,247.258],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7"}],"ip":72,"op":89,"st":12,"bm":0,"sr":1},{"ddd":0,"ind":35,"ty":4,"nm":"T2b-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[39.043,45.678,0]},"a":{"k":[250,250,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[246.65,213.814],[340.956,213.628]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_1_0p167_0p167"],"t":76,"s":[29],"e":[0]},{"t":85}],"ix":1},"e":{"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_1_0p167_0p167"],"t":76,"s":[41.1],"e":[66.5]},{"t":85}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":9.194},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5"}],"ip":76,"op":92,"st":-23,"bm":0,"sr":1},{"ddd":0,"ind":36,"ty":4,"nm":"T1a-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":56,"s":[39.043,48.678,0],"e":[39.043,45.678,0],"to":[0,0,0],"ti":[0,0,0]},{"t":64}]},"a":{"k":[250,250,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.5,9.501],[-0.048,5.655],[0.054,0.06],[0.946,1.486],[-9.967,8.05],[-40.546,0]],"o":[[0.031,-0.594],[0.076,-8.978],[-1.161,-1.3],[-5.939,-9.327],[24.677,-19.929],[0,0]],"v":[[-30.72,63.761],[-30.741,45.192],[-37.397,27.014],[-40.698,22.661],[-37.873,-7.117],[49.506,11.559]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.301],"y":[0]},"n":["0p833_1_0p301_0"],"t":54,"s":[0],"e":[24.9]},{"t":70}],"ix":1},"e":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.301],"y":[0]},"n":["0p667_1_0p301_0"],"t":54,"s":[0],"e":[100]},{"t":74}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":8.4},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[227.677,234.375],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9"}],"ip":59,"op":156,"st":12,"bm":0,"sr":1},{"ddd":0,"ind":37,"ty":4,"nm":"E1-B","parent":38,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[344.672,214.842,0]},"a":{"k":[344.672,214.842,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-13.664,-0.145],[62.163,0.29]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":9.562},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[344.672,214.842],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2"},{"ty":"tm","s":{"k":[{"i":{"x":[0.12],"y":[0.12]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_0p12_0p167_0p167"],"t":84,"s":[0],"e":[0]},{"t":93}],"ix":1},"e":{"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_1_0p167_0p167"],"t":84,"s":[0],"e":[37.5]},{"t":93}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":84,"op":179,"st":84,"bm":0,"sr":1},{"ddd":0,"ind":38,"ty":4,"nm":"E1-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.12,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p12_1_0p167_0p167","t":79,"s":[113.715,9.146,0],"e":[137.715,9.146,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.12,"y":1},"o":{"x":0.167,"y":0},"n":"0p12_1_0p167_0","t":88,"s":[137.715,9.146,0],"e":[133.715,9.146,0],"to":[0,0,0],"ti":[0,0,0]},{"t":92}]},"a":{"k":[344.672,214.842,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-13.664,-0.145],[62.163,0.29]],"c":false}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":8.4},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[344.672,214.842],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2"},{"ty":"tm","s":{"k":[{"i":{"x":[0.12],"y":[0.12]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_0p12_0p167_0p167"],"t":79,"s":[0],"e":[0]},{"t":88}],"ix":1},"e":{"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_1_0p167_0p167"],"t":79,"s":[0],"e":[37.5]},{"t":88}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"}],"ip":79,"op":94,"st":79,"bm":0,"sr":1},{"ddd":0,"ind":39,"ty":4,"nm":"E2-B","parent":40,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[332.05,237.932,0]},"a":{"k":[332.05,237.932,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-26.67,-0.283],[99.171,0.066]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.12],"y":[0.12]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_0p12_0p167_0p167"],"t":86,"s":[0],"e":[0]},{"t":95}],"ix":1},"e":{"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_1_0p167_0p167"],"t":86,"s":[0],"e":[43]},{"t":95}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":9.562},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[331.664,238.14],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3"}],"ip":86,"op":179,"st":86,"bm":0,"sr":1},{"ddd":0,"ind":40,"ty":4,"nm":"E2-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.12,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p12_1_0p167_0p167","t":83,"s":[109.092,33.61,0],"e":[121.092,33.61,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.12,"y":0.12},"o":{"x":0.167,"y":0.167},"n":"0p12_0p12_0p167_0p167","t":92,"s":[121.092,33.61,0],"e":[121.092,33.61,0],"to":[0,0,0],"ti":[0,0,0]},{"t":96}]},"a":{"k":[332.05,237.932,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-26.67,-0.283],[99.171,0.066]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.12],"y":[0.12]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_0p12_0p167_0p167"],"t":83,"s":[0],"e":[0]},{"t":92}],"ix":1},"e":{"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_1_0p167_0p167"],"t":83,"s":[0],"e":[43]},{"t":92}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":8.4},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[331.664,238.14],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3"}],"ip":83,"op":96,"st":83,"bm":0,"sr":1},{"ddd":0,"ind":41,"ty":4,"nm":"I-B","parent":42,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[303.802,282.182,0]},"a":{"k":[303.802,282.182,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0.859,-21.143],[-4.359,70.392]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.12],"y":[0.12]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_0p12_0p167_0p167"],"t":81,"s":[0],"e":[0]},{"t":91}],"ix":1},"e":{"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_1_0p167_0p167"],"t":81,"s":[0],"e":[45.7]},{"t":91}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":9.194},"lc":3,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[304.135,282.409],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6"}],"ip":81,"op":179,"st":18,"bm":0,"sr":1},{"ddd":0,"ind":42,"ty":4,"nm":"I-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.12,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p12_1_0p167_0p167","t":78,"s":[93.594,62.861,0],"e":[92.626,82.829,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.12,"y":1},"o":{"x":0.167,"y":0},"n":"0p12_1_0p167_0","t":88,"s":[92.626,82.829,0],"e":[92.844,77.861,0],"to":[0,0,0],"ti":[0,0,0]},{"t":92}]},"a":{"k":[303.802,282.182,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0.859,-21.143],[-4.359,70.392]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.12],"y":[0.12]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_0p12_0p167_0p167"],"t":78,"s":[0],"e":[0]},{"t":88}],"ix":1},"e":{"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p12_1_0p167_0p167"],"t":78,"s":[0],"e":[45.7]},{"t":88}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":8.4},"lc":3,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[304.135,282.409],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6"}],"ip":78,"op":93,"st":15,"bm":0,"sr":1},{"ddd":0,"ind":43,"ty":4,"nm":"E3-B","parent":44,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[345.189,261.801,0]},"a":{"k":[345.124,261.801,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-13.664,-0.145],[75.663,0.29]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":92,"s":[0],"e":[0]},{"t":97}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":92,"s":[0],"e":[31.6]},{"t":97}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 2"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":9.562},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[344.674,261.877],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"}],"ip":92,"op":179,"st":29,"bm":0,"sr":1},{"ddd":0,"ind":44,"ty":4,"nm":"E3-Y","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":84,"s":[119.167,57.479,0],"e":[137.167,57.479,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":92,"s":[137.167,57.479,0],"e":[134.167,57.479,0],"to":[0,0,0],"ti":[0,0,0]},{"t":96}]},"a":{"k":[345.124,261.801,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-13.664,-0.145],[75.663,0.29]],"c":false}},"nm":"Path 1"},{"ty":"tm","s":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":84,"s":[0],"e":[0]},{"t":92}],"ix":1},"e":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":84,"s":[0],"e":[31.6]},{"t":92}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 2"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.48,0.53,1]},"o":{"k":100},"w":{"k":9.562},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[344.674,261.877],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1"}],"ip":84,"op":102,"st":21,"bm":0,"sr":1},{"ddd":0,"ind":45,"ty":4,"nm":"Dot-Y","parent":46,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0,"y":0.812},"o":{"x":0,"y":0},"n":"0_0p812_0_0","t":96,"s":[43.263,59.75,0],"e":[62.513,59.75,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.708,"y":1},"o":{"x":0.39,"y":0.707},"n":"0p708_1_0p39_0p707","t":108,"s":[62.513,59.75,0],"e":[63.763,59.75,0],"to":[0,0,0],"ti":[0,0,0]},{"t":115}]},"a":{"k":[196.791,266.504,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[9.2,9.2]},"p":{"k":[0.8,-0.5]},"nm":"Ellipse Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[196,267],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1"}],"ip":96,"op":182,"st":65,"bm":0,"sr":1},{"ddd":0,"ind":46,"ty":1,"nm":"Bncr","parent":0,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[{"i":{"x":0.18,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p18_1_0p167_0p167","t":96,"s":[164.782,57.473,0],"e":[164.782,55.473,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.82,"y":0},"n":"0p833_0p833_0p82_0","t":99,"s":[164.782,55.473,0],"e":[164.782,57.473,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.18,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p18_1_0p167_0p167","t":102,"s":[164.782,57.473,0],"e":[164.782,56.909,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.82,"y":0},"n":"0p833_0p833_0p82_0","t":105,"s":[164.782,56.909,0],"e":[164.782,57.473,0],"to":[0,0,0],"ti":[0,0,0]},{"t":108}]},"a":{"k":[60,60,0]},"s":{"k":[100,100,100]}},"ao":0,"sw":120,"sh":120,"sc":"#ffffff","ip":96,"op":182,"st":15,"bm":0,"sr":1},{"ddd":0,"ind":47,"ty":4,"nm":"BG","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[187.5,333.5,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"k":[375,667]},"p":{"k":[0,0]},"r":{"k":0},"nm":"Rectangle Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.82,0.76,1]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1"}],"ip":0,"op":179,"st":0,"bm":0,"sr":1}],"v":"4.4.26","ddd":0,"ip":0,"op":179,"fr":30,"w":375,"h":667} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/lottiepreview_qr.json b/ohos/flutter_lottie/assets/lottiefiles/lottiepreview_qr.json new file mode 100644 index 0000000000000000000000000000000000000000..f94eb457526055d74ab7e0775777bdce40a76208 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/lottiepreview_qr.json @@ -0,0 +1 @@ +{"v":"4.6.0","fr":60,"ip":0,"op":527,"w":500,"h":400,"nm":"Comp 1","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Earth Outline","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[175,175,0]},"a":{"a":0,"k":[30,30,0]},"s":{"a":0,"k":[235,235,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[11.238,-3.576],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.491,2.648],[-0.322,0.244],[-0.809,1.455],[0.254,0.981],[-0.086,1.297],[0.058,0.483],[-0.104,1.657],[0.728,0.741],[-5.105,2.693],[-0.016,-0.329],[0,0],[0,0],[-0.578,0.534],[-0.53,0.196],[0.038,-0.214],[1.318,-0.692],[-0.184,-2.341],[0,0],[0,0],[-0.923,0],[-1.77,1.353],[-1.962,0],[-1.56,0.67],[-0.514,0.064],[0.172,-0.579],[0.69,0],[0.224,0.228],[1.738,-1.812],[-0.082,-1.981],[0,0],[0.12,0.054],[0.902,0],[0.163,-0.244],[-0.296,-0.703],[0.728,-1.222],[-0.433,-0.761],[-0.73,0],[-1.555,0.37],[-0.268,0],[-0.336,-0.928],[-0.862,-0.664],[-0.46,0],[-0.188,0.611],[-0.018,0.06],[-0.021,-0.232],[-0.47,0],[-1.023,0.474],[-0.257,0.005],[-0.042,-0.254],[-0.51,-0.775],[-3.249,0],[-1.154,1.791],[-0.17,1.174],[-0.397,0.274],[-1.196,-1.563],[-0.853,0],[0,0],[-0.269,0.306]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.183,-2.332],[0.317,-0.291],[0.807,-0.609],[0.734,-1.321],[-0.156,-0.594],[0.113,-1.697],[-0.049,-0.419],[0.119,-1.901],[2.634,-5.139],[-0.179,0.521],[0,0],[0,0],[0.409,0],[2.67,-2.462],[-0.004,0.12],[-0.193,1.072],[-1.65,0.869],[0,0],[0,0],[0.985,0.385],[2.54,0],[1.597,-1.22],[1.045,0],[0.909,-0.391],[1.124,0.896],[-0.513,1.709],[-0.1,0],[-1.647,-1.646],[-1.305,1.36],[0,0],[-0.123,-0.055],[-1.414,-0.644],[-0.784,0],[-0.475,0.717],[0.695,1.661],[-0.524,0.878],[0.269,0.473],[0.632,0],[0.396,-0.096],[0.546,0],[0.254,0.701],[0.535,0.41],[1.19,0],[0.015,-0.053],[0.083,0.09],[0.106,1.292],[0.458,0],[0.901,-0.411],[0.065,0.163],[0.115,0.676],[1.587,2.4],[1.945,0],[0.277,-0.431],[0.118,-0.819],[0.005,0],[0.48,0.629],[0,0],[0.472,0],[-0.103,12.386]],"v":[[8.474,26.686],[8.91,24.086],[12.306,21.33],[14.25,15.266],[6.25,15.233],[4.691,12.411],[-1.113,8.062],[-4.88,8.209],[-8.29,7.136],[-10.107,5.883],[-9.594,5.712],[-10.536,5.587],[-11.44,4.964],[-12.821,5.284],[-15.189,4.969],[-18.473,6.561],[-18.79,6.666],[-18.772,6.731],[-21.627,8.089],[-24.985,12.614],[-27.523,5.116],[-26.574,4.333],[-24.124,1.639],[-23.757,-1.405],[-24.001,-3.966],[-24.004,-6.647],[-24,-9.157],[-24.931,-12.72],[-13.021,-24.776],[-13.279,-23.558],[-13.234,-22.604],[-12.28,-22.604],[-11.136,-23.282],[-6.733,-26.666],[-6.792,-26.172],[-9.549,-23.751],[-13.067,-19.463],[-13.018,-18.839],[-12.435,-18.61],[-9.559,-18.028],[-3.418,-20.782],[1.648,-23.154],[5.726,-24.458],[8.374,-25.439],[8.867,-22.059],[6.511,-19.073],[6.027,-19.327],[0.197,-19.007],[-1.757,-13.668],[-1.724,-13.2],[-2.087,-13.365],[-5.626,-14.564],[-6.96,-13.911],[-6.856,-11.59],[-7.794,-7.187],[-8.338,-4.787],[-6.833,-4.075],[-3.672,-4.61],[-2.674,-4.753],[-1.711,-3.74],[-0.28,-1.504],[1.18,-0.9],[2.907,-2.652],[2.96,-2.827],[3.074,-2.386],[4.455,-0.899],[6.517,-1.559],[8.12,-2.06],[8.289,-1.279],[9.054,1.013],[17.078,5.995],[21.816,3.257],[22.365,1.019],[23.192,-2.251],[24.901,-0.644],[26.897,0.708],[26.898,0.708],[27.995,0.233]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,13.734],[0.671,2.488],[0,0],[0,0],[0.012,0.044],[0.271,0.731],[0.006,0.021],[0.301,0.657],[0.054,0.114],[0.337,0.6],[0.088,0.152],[0.382,0.563],[0.069,0.1],[0.398,0.499],[0.075,0.09],[0.489,0.518],[0.076,0.079],[6.459,1.095],[0.042,0.006],[0.76,0.067],[0.124,0.008],[0.768,0],[0.513,-0.026],[0.007,-0.001],[3.244,-1.383],[0,0],[0,0],[0,-12.178],[-3.848,-5.044],[0,0],[0,0],[-0.147,-0.181],[-0.08,-0.095],[-0.105,-0.121],[0,0],[0,0],[-4.412,-1.778],[0,0],[0,0],[-0.059,-0.022],[-0.183,-0.065],[-0.259,-0.083],[-0.208,-0.06],[-0.246,-0.065],[-0.213,-0.052],[-0.253,-0.056],[-0.211,-0.041],[-0.268,-0.045],[-0.203,-0.028],[-0.287,-0.033],[-0.192,-0.019],[-0.323,-0.02],[-0.16,-0.007],[-0.487,0],[-0.577,0.032],[-0.182,0.013],[-0.395,0.045],[-0.21,0.03],[-0.364,0.063],[-0.215,0.042],[-0.39,0.093],[-0.148,0.038],[0,0],[0,0]],"o":[[0,-2.698],[0,0],[0,0],[-0.013,-0.046],[-0.214,-0.756],[-0.008,-0.021],[-0.255,-0.682],[-0.053,-0.115],[-0.295,-0.625],[-0.086,-0.152],[-0.346,-0.59],[-0.07,-0.101],[-0.366,-0.524],[-0.073,-0.09],[-0.45,-0.552],[-0.075,-0.081],[-4.359,-4.53],[-0.042,-0.008],[-0.744,-0.123],[-0.123,-0.011],[-0.753,-0.057],[-0.516,0],[-0.006,0],[-3.521,0.181],[0,0],[0,0],[-10.449,4.697],[0,6.821],[0,0],[0,0],[0.141,0.183],[0.077,0.097],[0.103,0.124],[0,0],[0,0],[3.086,3.523],[0,0],[0,0],[0.059,0.022],[0.183,0.068],[0.257,0.09],[0.205,0.065],[0.246,0.073],[0.212,0.058],[0.252,0.063],[0.209,0.045],[0.265,0.052],[0.202,0.034],[0.284,0.042],[0.19,0.023],[0.32,0.03],[0.16,0.011],[0.486,0.024],[0.585,0],[0.18,-0.012],[0.399,-0.031],[0.211,-0.025],[0.366,-0.05],[0.215,-0.038],[0.395,-0.079],[0.149,-0.037],[0,0],[0,0],[12.613,-3.546]],"v":[[30,0],[28.965,-7.8],[28.966,-7.808],[28.906,-8.027],[28.864,-8.159],[28.142,-10.392],[28.119,-10.454],[27.279,-12.461],[27.123,-12.805],[26.17,-14.642],[25.908,-15.098],[24.821,-16.831],[24.609,-17.128],[23.463,-18.663],[23.246,-18.938],[21.835,-20.54],[21.608,-20.779],[5.031,-29.569],[4.906,-29.591],[2.651,-29.876],[2.281,-29.903],[0,-30],[-1.541,-29.96],[-1.563,-29.959],[-11.746,-27.61],[-12.25,-27.396],[-12.253,-27.373],[-30,0],[-23.86,18.157],[-23.854,18.184],[-23.717,18.36],[-23.276,18.899],[-23.041,19.187],[-22.734,19.561],[-22.596,19.723],[-22.564,19.738],[-11.172,27.834],[-11.17,27.851],[-10.62,28.06],[-10.442,28.123],[-9.893,28.317],[-9.12,28.579],[-8.5,28.766],[-7.761,28.976],[-7.124,29.138],[-6.366,29.315],[-5.737,29.444],[-4.937,29.587],[-4.331,29.683],[-3.474,29.792],[-2.903,29.858],[-1.938,29.931],[-1.46,29.963],[0,30],[1.741,29.947],[2.282,29.905],[3.474,29.793],[4.107,29.712],[5.202,29.54],[5.848,29.424],[7.022,29.163],[7.472,29.062],[8.103,28.901],[8.108,28.878]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.137,0.118,0.122,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[30,30],"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":"Group 1","np":5,"mn":"ADBE Vector Group"}],"ip":0,"op":904.904904904905,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Plane Outline 6","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[0],"e":[359]},{"t":174.174174174174}]},"p":{"a":0,"k":[175,175,0]},"a":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":32.032,"s":[174.42,246.5,0],"e":[174.42,232.5,0],"to":[0,-2.33333325386047,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":86.086,"s":[174.42,232.5,0],"e":[174.42,246.5,0],"to":[0,0,0],"ti":[0,-2.33333325386047,0]},{"t":138.138138138138}]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":32.032,"s":[150,150,100],"e":[186,186,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":86.086,"s":[186,186,100],"e":[150,150,100]},{"t":138.138138138138}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[-10.521,3.811],[-0.007,5.58],[5.236,1.909],[11.201,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.132,0],[0,0],[0.676,-0.952],[0,-0.745],[-0.134,-0.383],[0,0],[0,0],[0,0],[1.458,0],[0,0],[0.673,-1.006],[-0.466,-1.118],[0,0],[0,0],[0,0],[0,0],[0,-0.469],[-0.401,-0.604],[-1.208,0],[0,0],[-0.561,1.346],[0,0],[0,0],[0,0],[0,-0.395],[-0.445,-0.618],[-1.168,0],[0,0],[-0.687,0.905]],"o":[[0,0],[0,0],[0,0],[11.125,0],[5.248,-1.903],[0,-5.588],[-10.514,-3.838],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.687,-0.901],[0,0],[-1.168,0],[-0.445,0.622],[0,0.394],[0,0],[0,0],[0,0],[-0.561,-1.346],[0,0],[-1.208,0],[-0.676,1.009],[0,0],[0,0],[0,0],[0,0],[-0.188,0.448],[0,0.703],[0.673,1.005],[0,0],[1.458,0],[0,0],[0,0],[0,0],[-0.134,0.383],[0,0.741],[0.676,0.956],[0,0],[1.132,0],[0,0]],"v":[[-6.09,90.416],[21.346,54.25],[48.785,18.076],[67.356,18.083],[99.946,12.348],[108.593,0.033],[99.975,-12.3],[67.252,-18.083],[48.778,-18.09],[21.346,-54.25],[10.944,-68.716],[-6.09,-90.417],[-18.724,-107.071],[-21.606,-108.5],[-43.306,-108.5],[-46.25,-106.984],[-46.923,-104.883],[-46.724,-103.704],[-17.212,-18.112],[-68.641,-15.053],[-90.751,-44.792],[-94.09,-47.017],[-104.788,-47.017],[-107.799,-45.407],[-108.128,-42.007],[-94.462,-5.212],[-97.408,0.5],[-94.408,6.5],[-108.128,42.008],[-108.406,43.399],[-107.799,45.407],[-104.788,47.017],[-94.09,47.017],[-90.751,44.792],[-68.641,15.396],[-17.19,18.055],[-46.724,103.704],[-46.923,104.883],[-46.25,106.98],[-43.306,108.5],[-21.606,108.5],[-18.724,107.067]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.0139553,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[174.407,174.5],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[13.48,13.48],"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":2,"mn":"ADBE Vector Group"}],"ip":0,"op":172.172172172172,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Plane Outline 3","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":170.17,"s":[0],"e":[359]},{"t":344.344344344344}]},"p":{"a":0,"k":[175,175,0]},"a":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":202.202,"s":[174.42,246.5,0],"e":[174.42,232.5,0],"to":[0,-2.33333325386047,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":256.256,"s":[174.42,232.5,0],"e":[174.42,246.5,0],"to":[0,0,0],"ti":[0,-2.33333325386047,0]},{"t":308.308308308308}]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":202.202,"s":[150,150,100],"e":[186,186,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":256.256,"s":[186,186,100],"e":[150,150,100]},{"t":308.308308308308}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[-10.521,3.811],[-0.007,5.58],[5.236,1.909],[11.201,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.132,0],[0,0],[0.676,-0.952],[0,-0.745],[-0.134,-0.383],[0,0],[0,0],[0,0],[1.458,0],[0,0],[0.673,-1.006],[-0.466,-1.118],[0,0],[0,0],[0,0],[0,0],[0,-0.469],[-0.401,-0.604],[-1.208,0],[0,0],[-0.561,1.346],[0,0],[0,0],[0,0],[0,-0.395],[-0.445,-0.618],[-1.168,0],[0,0],[-0.687,0.905]],"o":[[0,0],[0,0],[0,0],[11.125,0],[5.248,-1.903],[0,-5.588],[-10.514,-3.838],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.687,-0.901],[0,0],[-1.168,0],[-0.445,0.622],[0,0.394],[0,0],[0,0],[0,0],[-0.561,-1.346],[0,0],[-1.208,0],[-0.676,1.009],[0,0],[0,0],[0,0],[0,0],[-0.188,0.448],[0,0.703],[0.673,1.005],[0,0],[1.458,0],[0,0],[0,0],[0,0],[-0.134,0.383],[0,0.741],[0.676,0.956],[0,0],[1.132,0],[0,0]],"v":[[-6.09,90.416],[21.346,54.25],[48.785,18.076],[67.356,18.083],[99.946,12.348],[108.593,0.033],[99.975,-12.3],[67.252,-18.083],[48.778,-18.09],[21.346,-54.25],[10.944,-68.716],[-6.09,-90.417],[-18.724,-107.071],[-21.606,-108.5],[-43.306,-108.5],[-46.25,-106.984],[-46.923,-104.883],[-46.724,-103.704],[-17.212,-18.112],[-68.641,-15.053],[-90.751,-44.792],[-94.09,-47.017],[-104.788,-47.017],[-107.799,-45.407],[-108.128,-42.007],[-94.462,-5.212],[-97.408,0.5],[-94.408,6.5],[-108.128,42.008],[-108.406,43.399],[-107.799,45.407],[-104.788,47.017],[-94.09,47.017],[-90.751,44.792],[-68.641,15.396],[-17.19,18.055],[-46.724,103.704],[-46.923,104.883],[-46.25,106.98],[-43.306,108.5],[-21.606,108.5],[-18.724,107.067]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.0139553,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[174.407,174.5],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[13.48,13.48],"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":2,"mn":"ADBE Vector Group"}],"ip":170.17017017017,"op":342.342342342342,"st":170.17017017017,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Plane Outline 4","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":340.34,"s":[0],"e":[359]},{"t":514.514514514515}]},"p":{"a":0,"k":[175,175,0]},"a":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":372.372,"s":[174.42,246.5,0],"e":[174.42,232.5,0],"to":[0,-2.33333325386047,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":426.426,"s":[174.42,232.5,0],"e":[174.42,246.5,0],"to":[0,0,0],"ti":[0,-2.33333325386047,0]},{"t":478.478478478479}]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":372.372,"s":[150,150,100],"e":[186,186,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":426.426,"s":[186,186,100],"e":[150,150,100]},{"t":478.478478478479}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[-10.521,3.811],[-0.007,5.58],[5.236,1.909],[11.201,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.132,0],[0,0],[0.676,-0.952],[0,-0.745],[-0.134,-0.383],[0,0],[0,0],[0,0],[1.458,0],[0,0],[0.673,-1.006],[-0.466,-1.118],[0,0],[0,0],[0,0],[0,0],[0,-0.469],[-0.401,-0.604],[-1.208,0],[0,0],[-0.561,1.346],[0,0],[0,0],[0,0],[0,-0.395],[-0.445,-0.618],[-1.168,0],[0,0],[-0.687,0.905]],"o":[[0,0],[0,0],[0,0],[11.125,0],[5.248,-1.903],[0,-5.588],[-10.514,-3.838],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.687,-0.901],[0,0],[-1.168,0],[-0.445,0.622],[0,0.394],[0,0],[0,0],[0,0],[-0.561,-1.346],[0,0],[-1.208,0],[-0.676,1.009],[0,0],[0,0],[0,0],[0,0],[-0.188,0.448],[0,0.703],[0.673,1.005],[0,0],[1.458,0],[0,0],[0,0],[0,0],[-0.134,0.383],[0,0.741],[0.676,0.956],[0,0],[1.132,0],[0,0]],"v":[[-6.09,90.416],[21.346,54.25],[48.785,18.076],[67.356,18.083],[99.946,12.348],[108.593,0.033],[99.975,-12.3],[67.252,-18.083],[48.778,-18.09],[21.346,-54.25],[10.944,-68.716],[-6.09,-90.417],[-18.724,-107.071],[-21.606,-108.5],[-43.306,-108.5],[-46.25,-106.984],[-46.923,-104.883],[-46.724,-103.704],[-17.212,-18.112],[-68.641,-15.053],[-90.751,-44.792],[-94.09,-47.017],[-104.788,-47.017],[-107.799,-45.407],[-108.128,-42.007],[-94.462,-5.212],[-97.408,0.5],[-94.408,6.5],[-108.128,42.008],[-108.406,43.399],[-107.799,45.407],[-104.788,47.017],[-94.09,47.017],[-90.751,44.792],[-68.641,15.396],[-17.19,18.055],[-46.724,103.704],[-46.923,104.883],[-46.25,106.98],[-43.306,108.5],[-21.606,108.5],[-18.724,107.067]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.0139553,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[174.407,174.5],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[13.48,13.48],"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":2,"mn":"ADBE Vector Group"}],"ip":340.34034034034,"op":512.512512512512,"st":340.34034034034,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Plane Outline 5","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":512.513,"s":[0],"e":[359]},{"t":686.686686686687}]},"p":{"a":0,"k":[175,175,0]},"a":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":544.545,"s":[174.42,246.5,0],"e":[174.42,232.5,0],"to":[0,-2.33333325386047,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":598.599,"s":[174.42,232.5,0],"e":[174.42,246.5,0],"to":[0,0,0],"ti":[0,-2.33333325386047,0]},{"t":650.650650650651}]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":544.545,"s":[150,150,100],"e":[186,186,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":598.599,"s":[186,186,100],"e":[150,150,100]},{"t":650.650650650651}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[-10.521,3.811],[-0.007,5.58],[5.236,1.909],[11.201,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.132,0],[0,0],[0.676,-0.952],[0,-0.745],[-0.134,-0.383],[0,0],[0,0],[0,0],[1.458,0],[0,0],[0.673,-1.006],[-0.466,-1.118],[0,0],[0,0],[0,0],[0,0],[0,-0.469],[-0.401,-0.604],[-1.208,0],[0,0],[-0.561,1.346],[0,0],[0,0],[0,0],[0,-0.395],[-0.445,-0.618],[-1.168,0],[0,0],[-0.687,0.905]],"o":[[0,0],[0,0],[0,0],[11.125,0],[5.248,-1.903],[0,-5.588],[-10.514,-3.838],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.687,-0.901],[0,0],[-1.168,0],[-0.445,0.622],[0,0.394],[0,0],[0,0],[0,0],[-0.561,-1.346],[0,0],[-1.208,0],[-0.676,1.009],[0,0],[0,0],[0,0],[0,0],[-0.188,0.448],[0,0.703],[0.673,1.005],[0,0],[1.458,0],[0,0],[0,0],[0,0],[-0.134,0.383],[0,0.741],[0.676,0.956],[0,0],[1.132,0],[0,0]],"v":[[-6.09,90.416],[21.346,54.25],[48.785,18.076],[67.356,18.083],[99.946,12.348],[108.593,0.033],[99.975,-12.3],[67.252,-18.083],[48.778,-18.09],[21.346,-54.25],[10.944,-68.716],[-6.09,-90.417],[-18.724,-107.071],[-21.606,-108.5],[-43.306,-108.5],[-46.25,-106.984],[-46.923,-104.883],[-46.724,-103.704],[-17.212,-18.112],[-68.641,-15.053],[-90.751,-44.792],[-94.09,-47.017],[-104.788,-47.017],[-107.799,-45.407],[-108.128,-42.007],[-94.462,-5.212],[-97.408,0.5],[-94.408,6.5],[-108.128,42.008],[-108.406,43.399],[-107.799,45.407],[-104.788,47.017],[-94.09,47.017],[-90.751,44.792],[-68.641,15.396],[-17.19,18.055],[-46.724,103.704],[-46.923,104.883],[-46.25,106.98],[-43.306,108.5],[-21.606,108.5],[-18.724,107.067]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.0139553,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[174.407,174.5],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[13.48,13.48],"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":2,"mn":"ADBE Vector Group"}],"ip":512.512512512512,"op":684.684684684685,"st":512.512512512512,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Plane Outline","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":684.685,"s":[0],"e":[359]},{"t":858.858858858859}]},"p":{"a":0,"k":[175,175,0]},"a":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":716.717,"s":[174.42,246.5,0],"e":[174.42,232.5,0],"to":[0,-2.33333325386047,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":770.771,"s":[174.42,232.5,0],"e":[174.42,246.5,0],"to":[0,0,0],"ti":[0,-2.33333325386047,0]},{"t":822.822822822823}]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":716.717,"s":[150,150,100],"e":[186,186,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":770.771,"s":[186,186,100],"e":[150,150,100]},{"t":822.822822822823}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[-10.521,3.811],[-0.007,5.58],[5.236,1.909],[11.201,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.132,0],[0,0],[0.676,-0.952],[0,-0.745],[-0.134,-0.383],[0,0],[0,0],[0,0],[1.458,0],[0,0],[0.673,-1.006],[-0.466,-1.118],[0,0],[0,0],[0,0],[0,0],[0,-0.469],[-0.401,-0.604],[-1.208,0],[0,0],[-0.561,1.346],[0,0],[0,0],[0,0],[0,-0.395],[-0.445,-0.618],[-1.168,0],[0,0],[-0.687,0.905]],"o":[[0,0],[0,0],[0,0],[11.125,0],[5.248,-1.903],[0,-5.588],[-10.514,-3.838],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.687,-0.901],[0,0],[-1.168,0],[-0.445,0.622],[0,0.394],[0,0],[0,0],[0,0],[-0.561,-1.346],[0,0],[-1.208,0],[-0.676,1.009],[0,0],[0,0],[0,0],[0,0],[-0.188,0.448],[0,0.703],[0.673,1.005],[0,0],[1.458,0],[0,0],[0,0],[0,0],[-0.134,0.383],[0,0.741],[0.676,0.956],[0,0],[1.132,0],[0,0]],"v":[[-6.09,90.416],[21.346,54.25],[48.785,18.076],[67.356,18.083],[99.946,12.348],[108.593,0.033],[99.975,-12.3],[67.252,-18.083],[48.778,-18.09],[21.346,-54.25],[10.944,-68.716],[-6.09,-90.417],[-18.724,-107.071],[-21.606,-108.5],[-43.306,-108.5],[-46.25,-106.984],[-46.923,-104.883],[-46.724,-103.704],[-17.212,-18.112],[-68.641,-15.053],[-90.751,-44.792],[-94.09,-47.017],[-104.788,-47.017],[-107.799,-45.407],[-108.128,-42.007],[-94.462,-5.212],[-97.408,0.5],[-94.408,6.5],[-108.128,42.008],[-108.406,43.399],[-107.799,45.407],[-104.788,47.017],[-94.09,47.017],[-90.751,44.792],[-68.641,15.396],[-17.19,18.055],[-46.724,103.704],[-46.923,104.883],[-46.25,106.98],[-43.306,108.5],[-21.606,108.5],[-18.724,107.067]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.0139553,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[174.407,174.5],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[13.48,13.48],"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":2,"mn":"ADBE Vector Group"}],"ip":684.684684684685,"op":856.856856856857,"st":684.684684684685,"bm":0,"sr":1}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"qr Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[95.5,169.5,0]},"a":{"a":0,"k":[69,72,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":187,"s":[35.983,35.983,100],"e":[41.983,41.983,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":206,"s":[41.983,41.983,100],"e":[36,36,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":225,"s":[36,36,100],"e":[42,42,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":244,"s":[42,42,100],"e":[36,36,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":263,"s":[36,36,100],"e":[32,32,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":275,"s":[32,32,100],"e":[0,0,100]},{"t":276}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-19.366,19.366],[-19.366,-19.366],[19.366,-19.366]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[25.366,25.366],"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[19.366,19.366],[19.366,-19.366],[-19.366,-19.366]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[112.366,25.366],"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":"Group 2","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-19.366,-19.366],[-19.366,19.366],[19.366,19.366]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[25.366,118.366],"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":"Group 3","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[19.366,-19.366],[19.366,19.366],[-19.366,19.366]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[112.366,118.366],"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":"Group 4","np":2,"mn":"ADBE Vector Group"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":187,"s":[0,0,0,1],"e":[0.639277,0,0,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":207,"s":[0.639277,0,0,1],"e":[0.0456626,0,0,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":226,"s":[0.0456626,0,0,1],"e":[0.7823683,0.0502403,0.0502403,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":244,"s":[0.7823683,0.0502403,0.0502403,1],"e":[0,0,0,1]},{"t":264}]},"o":{"a":0,"k":100},"w":{"a":0,"k":16},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"}],"ip":0,"op":2232,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 42/LottePreviewAnimation Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[95,173,0]},"a":{"a":0,"k":[47,74,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,-5.797],[0,0],[-6.226,0],[0,0],[0,5.796],[0,0],[6.224,0]],"o":[[-6.226,0],[0,0],[0,5.796],[0,0],[6.224,0],[0,0],[0,-5.797],[0,0]],"v":[[-30.181,-68.5],[-41.5,-57.961],[-41.5,57.962],[-30.181,68.5],[30.183,68.5],[41.5,57.962],[41.5,-57.961],[30.183,-68.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-2.076,0],[0,0],[0,-1.932],[0,0],[0,0]],"o":[[0,-1.932],[0,0],[2.074,0],[0,0],[0,0],[0,0]],"v":[[-33.954,-57.961],[-30.181,-61.475],[30.183,-61.475],[33.955,-57.961],[33.955,-50.936],[-33.954,-50.936]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-33.954,-43.91],[33.955,-43.91],[33.955,43.91],[-33.954,43.91]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ind":3,"ty":"sh","ks":{"a":0,"k":{"i":[[0,1.932],[0,0],[0,0],[0,0],[2.074,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,1.932],[0,0],[-2.076,0]],"v":[[-33.954,57.962],[-33.954,50.935],[33.955,50.935],[33.955,57.962],[30.183,61.474],[-30.181,61.474]],"c":true}},"nm":"Path 4","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[46.75,73.75],"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":"Group 1","np":6,"mn":"ADBE Vector Group"}],"ip":0,"op":2232,"st":0,"bm":0,"sr":1}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"plane","refId":"comp_0","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":14,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":29,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":88,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":91,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":269,"s":[0],"e":[100]},{"t":271}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[250,171,0]},"a":{"a":0,"k":[175,175,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":246,"s":[32,32,100],"e":[23,23,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":287,"s":[23,23,100],"e":[19,19,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":539,"s":[19,19,100],"e":[0,0,100]},{"t":542}]}},"ao":0,"w":350,"h":350,"ip":0,"op":1801.8018018018,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":0,"nm":"Pre-comp 1","refId":"comp_1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.245,"y":1},"o":{"x":0,"y":0},"n":"0p245_1_0_0","t":114,"s":[80,480,0],"e":[499,195,0],"to":[69.8333358764648,-47.5,0],"ti":[113.166664123535,88.5,0]},{"t":174}]},"a":{"a":0,"k":[350,200,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":542,"s":[98,98,100],"e":[0,0,100]},{"t":543}]}},"ao":0,"w":700,"h":400,"ip":-14,"op":2218,"st":-14,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Layer 40/LottePreviewAnimation Outlines","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":45,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":261,"s":[100],"e":[0]},{"t":264}]},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":87,"s":[250,175,0],"e":[250,165,0],"to":[0,-1.66666662693024,0],"ti":[-0.16666667163372,1.66666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":103,"s":[250,165,0],"e":[251,165,0],"to":[0.16666667163372,-1.66666662693024,0],"ti":[-0.16666667163372,0,0]},{"t":261}]},"a":{"a":0,"k":[72.5,72.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":87,"s":[-0.653,-0.653,100],"e":[29.347,29.347,100]},{"t":103}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,-1.538],[0,0],[-1.538,0],[0,0],[0,1.539],[0,0],[1.538,0]],"o":[[-1.538,0],[0,0],[0,1.539],[0,0],[1.538,0],[0,0],[0,-1.538],[0,0]],"v":[[-8.362,-11.148],[-11.148,-8.362],[-11.148,8.361],[-8.362,11.148],[8.36,11.148],[11.148,8.361],[11.148,-8.362],[8.36,-11.148]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-5.575,-5.574],[5.572,-5.574],[5.572,5.575],[-5.575,5.575]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[27.546,116.728],"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":"Group 1","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,-1.539],[0,0],[-1.538,0],[0,0],[0,1.539],[0,0],[1.539,0]],"o":[[-1.538,0],[0,0],[0,1.539],[0,0],[1.539,0],[0,0],[0,-1.539],[0,0]],"v":[[-8.361,-11.148],[-11.147,-8.361],[-11.147,8.361],[-8.361,11.148],[8.361,11.148],[11.147,8.361],[11.147,-8.361],[8.361,-11.148]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-5.574,-5.574],[5.572,-5.574],[5.572,5.573],[-5.574,5.573]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[116.728,27.546],"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":"Group 2","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,-1.539],[0,0],[-1.538,0],[0,0],[0,1.539],[0,0],[1.538,0]],"o":[[-1.538,0],[0,0],[0,1.539],[0,0],[1.538,0],[0,0],[0,-1.539],[0,0]],"v":[[-8.362,-11.148],[-11.148,-8.361],[-11.148,8.361],[-8.362,11.148],[8.36,11.148],[11.148,8.361],[11.148,-8.361],[8.36,-11.148]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-5.575,-5.574],[5.572,-5.574],[5.572,5.573],[-5.575,5.573]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[27.546,27.546],"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":"Group 3","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,-1.538],[-1.538,0],[0,0],[0,1.539],[1.539,0]],"o":[[-1.538,0],[0,1.539],[0,0],[1.539,0],[0,-1.538],[0,0]],"v":[[-4.181,-2.788],[-6.967,-0.001],[-4.181,2.788],[4.18,2.788],[6.967,-0.001],[4.18,-2.788]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[73.53,74.924],"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":"Group 4","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-1.538],[0,0],[-1.538,0],[0,1.539],[0,0],[1.538,0]],"o":[[0,0],[0,1.539],[1.538,0],[0,0],[0,-1.538],[-1.538,0]],"v":[[-2.787,-13.934],[-2.787,13.934],[0,16.721],[2.787,13.934],[2.787,-13.934],[0,-16.721]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[80.497,66.562],"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":"Group 5","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,-1.538],[-1.538,0],[0,0],[0,1.539],[1.538,0]],"o":[[-1.538,0],[0,1.539],[0,0],[1.538,0],[0,-1.538],[0,0]],"v":[[-4.182,-2.786],[-6.967,-0.001],[-4.182,2.786],[4.179,2.786],[6.967,-0.001],[4.179,-2.786]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[65.17,63.775],"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":"Group 6","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-1.538],[0,0],[-1.539,0],[0,1.538],[0,0],[1.538,0]],"o":[[0,0],[0,1.538],[1.538,0],[0,0],[0,-1.538],[-1.539,0]],"v":[[-2.786,-13.936],[-2.786,13.936],[0.001,16.722],[2.786,13.936],[2.786,-13.936],[0.001,-16.722]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[58.201,72.136],"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":"Group 7","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-1.539],[0,0],[-1.539,0],[0,1.539],[0,0],[1.538,0]],"o":[[0,0],[0,1.539],[1.538,0],[0,0],[0,-1.539],[-1.539,0]],"v":[[-2.787,-2.786],[-2.787,2.787],[0,5.575],[2.787,2.787],[2.787,-2.786],[0,-5.575]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[102.793,72.136],"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":"Group 8","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-1.539],[0,0],[-1.538,0],[0,1.539],[0,0],[1.54,0]],"o":[[0,0],[0,1.539],[1.54,0],[0,0],[0,-1.539],[-1.538,0]],"v":[[-2.786,-2.786],[-2.786,2.787],[-0.001,5.575],[2.786,2.787],[2.786,-2.786],[-0.001,-5.575]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[91.645,72.136],"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":"Group 9","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-1.539],[0,0],[-1.539,0],[0,1.539],[0,0],[1.538,0]],"o":[[0,0],[0,1.539],[1.538,0],[0,0],[0,-1.539],[-1.539,0]],"v":[[-2.787,-2.786],[-2.787,2.787],[0,5.575],[2.787,2.787],[2.787,-2.786],[0,-5.575]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[136.236,72.136],"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":"Group 10","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-1.538],[0,0],[-1.538,0],[0,1.538],[0,0],[1.538,0]],"o":[[0,0],[0,1.538],[1.538,0],[0,0],[0,-1.538],[-1.538,0]],"v":[[-2.787,-4.181],[-2.787,4.18],[0.001,6.968],[2.787,4.18],[2.787,-4.181],[0.001,-6.968]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[113.94,79.104],"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":"Group 11","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-1.539],[0,0],[-1.538,0],[0,1.538],[0,0],[1.538,0]],"o":[[0,0],[0,1.538],[1.538,0],[0,0],[0,-1.539],[-1.538,0]],"v":[[-2.788,-16.722],[-2.788,16.721],[-0.001,19.509],[2.788,16.721],[2.788,-16.722],[-0.001,-19.509]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[86.072,24.759],"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":"Group 12","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-1.538],[0,0],[-1.539,0],[0,1.538],[0,0],[1.538,0]],"o":[[0,0],[0,1.538],[1.538,0],[0,0],[0,-1.538],[-1.539,0]],"v":[[-2.786,-2.787],[-2.786,2.786],[0,5.575],[2.786,2.786],[2.786,-2.787],[0,-5.575]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[74.924,38.693],"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":"Group 13","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-1.539],[0,0],[-1.538,0],[0,1.539],[0,0],[1.538,0]],"o":[[0,0],[0,1.539],[1.538,0],[0,0],[0,-1.539],[-1.538,0]],"v":[[-2.787,-2.786],[-2.787,2.786],[-0.001,5.574],[2.787,2.786],[2.787,-2.786],[-0.001,-5.574]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[69.35,21.971],"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":"Group 14","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-1.539],[0,0],[-1.539,0],[0,1.538],[0,0],[1.538,0]],"o":[[0,0],[0,1.538],[1.538,0],[0,0],[0,-1.539],[-1.539,0]],"v":[[-2.786,-13.934],[-2.786,13.935],[0.001,16.722],[2.786,13.935],[2.786,-13.934],[0.001,-16.722]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[58.201,33.119],"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":"Group 15","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,-1.539],[-1.539,0],[0,0],[0,1.538],[1.538,0]],"o":[[-1.539,0],[0,1.538],[0,0],[1.538,0],[0,-1.539],[0,0]],"v":[[-13.935,-2.787],[-16.722,0],[-13.935,2.787],[13.934,2.787],[16.722,0],[13.934,-2.787]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[72.137,8.037],"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":"Group 16","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,-1.538],[-1.538,0],[0,0],[0,1.539],[1.538,0]],"o":[[-1.538,0],[0,1.539],[0,0],[1.538,0],[0,-1.538],[0,0]],"v":[[-22.297,-2.787],[-25.082,-0.001],[-22.297,2.787],[22.295,2.787],[25.082,-0.001],[22.295,-2.787]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[113.941,58.202],"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":"Group 17","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,-1.539],[-1.538,0],[0,0],[0,1.538],[1.538,0]],"o":[[-1.538,0],[0,1.538],[0,0],[1.538,0],[0,-1.539],[0,0]],"v":[[-22.297,-2.787],[-25.082,0.001],[-22.297,2.787],[22.295,2.787],[25.082,0.001],[22.295,-2.787]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[113.941,86.071],"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":"Group 18","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,-1.538],[-1.539,0],[0,0],[0,1.539],[1.538,0]],"o":[[-1.539,0],[0,1.539],[0,0],[1.538,0],[0,-1.538],[0,0]],"v":[[-2.788,-2.788],[-5.574,-0.001],[-2.788,2.788],[2.786,2.788],[5.574,-0.001],[2.786,-2.788]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[33.12,74.924],"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":"Group 19","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,-1.539],[-1.539,0],[0,0],[0,1.538],[1.538,0]],"o":[[-1.539,0],[0,1.538],[0,0],[1.538,0],[0,-1.539],[0,0]],"v":[[-2.787,-2.787],[-5.574,0.001],[-2.787,2.787],[2.786,2.787],[5.574,0.001],[2.786,-2.787]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[16.398,69.349],"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":"Group 20","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-1.538],[0,0],[-1.538,0],[0,1.538],[0,0],[1.538,0]],"o":[[0,0],[0,1.538],[1.538,0],[0,0],[0,-1.538],[-1.538,0]],"v":[[-2.788,-2.788],[-2.788,2.786],[-0.001,5.574],[2.788,2.786],[2.788,-2.788],[-0.001,-5.574]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[86.072,111.154],"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":"Group 21","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-1.538],[0,0],[-1.538,0],[0,1.538],[0,0],[1.538,0]],"o":[[0,0],[0,1.538],[1.538,0],[0,0],[0,-1.538],[-1.538,0]],"v":[[-2.787,-2.788],[-2.787,2.786],[-0.001,5.574],[2.787,2.786],[2.787,-2.788],[-0.001,-5.574]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[69.35,111.154],"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":"Group 22","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-1.538],[0,0],[-1.538,0],[0,1.538],[0,0],[1.539,0]],"o":[[0,0],[0,1.538],[1.539,0],[0,0],[0,-1.538],[-1.538,0]],"v":[[-2.787,-2.788],[-2.787,2.786],[0,5.574],[2.787,2.786],[2.787,-2.788],[0,-5.574]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[125.088,111.154],"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":"Group 23","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-1.538],[0,0],[-1.538,0],[0,1.538],[0,0],[1.539,0]],"o":[[0,0],[0,1.538],[1.539,0],[0,0],[0,-1.538],[-1.538,0]],"v":[[-2.786,-2.788],[-2.786,2.786],[0,5.574],[2.786,2.786],[2.786,-2.788],[0,-5.574]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[108.367,111.154],"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":"Group 24","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,-1.538],[-1.539,0],[0,0],[0,1.538],[1.538,0]],"o":[[-1.539,0],[0,1.538],[0,0],[1.538,0],[0,-1.538],[0,0]],"v":[[-2.786,-2.787],[-5.573,0],[-2.786,2.787],[2.786,2.787],[5.573,0],[2.786,-2.787]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[77.711,97.219],"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":"Group 25","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,-1.538],[-1.538,0],[0,0],[0,1.538],[1.538,0]],"o":[[-1.538,0],[0,1.538],[0,0],[1.538,0],[0,-1.538],[0,0]],"v":[[-2.789,-2.787],[-5.573,0],[-2.789,2.787],[2.786,2.787],[5.573,0],[2.786,-2.787]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[94.432,97.219],"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":"Group 26","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,-1.538],[-1.538,0],[0,0],[0,1.538],[1.538,0]],"o":[[-1.538,0],[0,1.538],[0,0],[1.538,0],[0,-1.538],[0,0]],"v":[[-5.574,-2.787],[-8.361,0],[-5.574,2.787],[5.573,2.787],[8.361,0],[5.573,-2.787]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[113.941,97.219],"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":"Group 27","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,-1.539],[-1.538,0],[0,0],[0,1.539],[1.539,0]],"o":[[-1.538,0],[0,1.539],[0,0],[1.539,0],[0,-1.539],[0,0]],"v":[[-8.361,-2.786],[-11.147,-0.001],[-8.361,2.786],[8.361,2.786],[11.147,-0.001],[8.361,-2.786]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[116.728,125.089],"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":"Group 28","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,-1.539],[-1.538,0],[0,0],[0,1.539],[1.538,0]],"o":[[-1.538,0],[0,1.539],[0,0],[1.538,0],[0,-1.539],[0,0]],"v":[[-8.362,-2.786],[-11.148,-0.001],[-8.362,2.786],[8.36,2.786],[11.148,-0.001],[8.36,-2.786]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[77.711,125.089],"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":"Group 29","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,-1.539],[-1.539,0],[0,0],[0,1.538],[1.539,0]],"o":[[-1.539,0],[0,1.538],[0,0],[1.539,0],[0,-1.539],[0,0]],"v":[[-16.721,-2.786],[-19.508,0.001],[-16.721,2.786],[16.721,2.786],[19.508,0.001],[16.721,-2.786]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[91.645,136.236],"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":"Group 30","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,-1.538],[0,0],[-1.539,0],[0,1.539],[0,0],[0,0],[0,1.538],[1.539,0]],"o":[[-1.539,0],[0,0],[0,1.539],[1.538,0],[0,0],[0,0],[1.539,0],[0,-1.538],[0,0]],"v":[[-2.787,-20.902],[-5.574,-18.116],[-5.574,18.115],[-2.787,20.902],[-0.001,18.115],[-0.001,-15.329],[2.787,-15.329],[5.574,-18.116],[2.787,-20.902]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[60.989,115.335],"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":"Group 31","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-1.538],[0,0],[0,0],[0,-1.539],[-1.538,0],[0,0],[0,1.538],[0,0],[1.538,0]],"o":[[0,0],[0,0],[-1.538,0],[0,1.538],[0,0],[1.538,0],[0,0],[0,-1.538],[-1.539,0]],"v":[[2.787,-19.508],[2.787,16.722],[-5.574,16.722],[-8.361,19.51],[-5.574,22.295],[5.574,22.295],[8.361,19.51],[8.361,-19.508],[5.574,-22.295]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[130.662,116.727],"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":"Group 32","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-1.538],[0,0],[-1.539,0],[0,0],[0,1.538],[1.538,0],[0,0],[0,0],[1.538,0]],"o":[[0,0],[0,1.538],[0,0],[1.538,0],[0,-1.539],[0,0],[0,0],[0,-1.538],[-1.539,0]],"v":[[-20.902,-2.788],[-20.902,2.788],[-18.115,5.574],[18.115,5.574],[20.902,2.788],[18.115,-0.001],[-15.328,-0.001],[-15.328,-2.788],[-18.115,-5.574]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[26.152,83.285],"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":"Group 33","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,-1.538],[-1.539,0],[0,0],[0,0],[-1.538,0],[0,1.539],[0,0],[1.539,0]],"o":[[-1.539,0],[0,1.539],[0,0],[0,0],[0,1.539],[1.539,0],[0,0],[0,-1.538],[0,0]],"v":[[-18.115,-5.574],[-20.902,-2.787],[-18.115,0.001],[15.328,0.001],[15.328,2.786],[18.115,5.574],[20.902,2.786],[20.902,-2.787],[18.115,-5.574]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[28.939,60.988],"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":"Group 34","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,-1.538],[0,0],[-1.539,0],[0,0],[0,1.538],[0,0],[1.539,0]],"o":[[-1.539,0],[0,0],[0,1.538],[0,0],[1.539,0],[0,0],[0,-1.538],[0,0]],"v":[[-19.509,-22.295],[-22.296,-19.508],[-22.296,19.51],[-19.509,22.295],[19.509,22.295],[22.296,19.51],[22.296,-19.508],[19.509,-22.295]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.721,-16.721],[16.722,-16.721],[16.722,16.722],[-16.721,16.722]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[27.546,116.727],"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":"Group 35","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,-1.539],[0,0],[-1.538,0],[0,0],[0,1.538],[0,0],[1.538,0]],"o":[[-1.538,0],[0,0],[0,1.538],[0,0],[1.538,0],[0,0],[0,-1.539],[0,0]],"v":[[-19.508,-22.296],[-22.296,-19.509],[-22.296,19.508],[-19.508,22.296],[19.509,22.296],[22.296,19.508],[22.296,-19.509],[19.509,-22.296]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.721,-16.721],[16.722,-16.721],[16.722,16.723],[-16.721,16.723]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[116.727,27.546],"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":"Group 36","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,-1.539],[0,0],[-1.539,0],[0,0],[0,1.538],[0,0],[1.539,0]],"o":[[-1.539,0],[0,0],[0,1.538],[0,0],[1.539,0],[0,0],[0,-1.539],[0,0]],"v":[[-19.509,-22.296],[-22.296,-19.509],[-22.296,19.508],[-19.509,22.296],[19.509,22.296],[22.296,19.508],[22.296,-19.509],[19.509,-22.296]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.721,-16.721],[16.722,-16.721],[16.722,16.723],[-16.721,16.723]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[27.546,27.546],"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":"Group 37","np":4,"mn":"ADBE Vector Group"}],"ip":0,"op":2232,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Layer 41/LottePreviewAnimation Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.24,"y":1},"o":{"x":0.103,"y":0.007},"n":"0p24_1_0p103_0p007","t":0,"s":[759,200,0],"e":[250,200,0],"to":[-84.8333358764648,0,0],"ti":[84.8333358764648,0,0]},{"t":29}]},"a":{"a":0,"k":[88.5,74,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p833_0p833_0p333_0","0p833_0p833_0p333_0","0p833_0p833_0p333_0p333"],"t":217,"s":[138.123,138.123,100],"e":[0,0,100]},{"t":219}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,-6.848],[0,0],[-6.849,0],[0,0],[0,0],[0.83,-1.038],[-1.661,-3.321],[-3.32,0],[0,0],[-1.66,3.735],[2.491,2.698],[0.416,0.83],[0,0],[0,0],[0,6.848],[0,0],[6.847,0]],"o":[[-6.849,0],[0,0],[0,6.848],[0,0],[0,0],[-0.208,0.83],[-2.283,2.904],[0.622,1.451],[0,0],[2.074,0],[1.659,-3.735],[-0.829,-1.036],[0,0],[0,0],[6.847,0],[0,0],[0,-6.848],[0,0]],"v":[[-70.549,-68.475],[-83,-56.025],[-83,31.125],[-70.549,43.576],[-24.9,43.576],[-24.9,52.29],[-27.597,56.44],[-30.502,65.571],[-24.9,68.475],[22.826,68.475],[31.333,64.74],[27.597,55.402],[24.9,52.082],[24.9,43.576],[70.55,43.576],[83,31.125],[83,-56.025],[70.55,-68.475]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-2.284,0],[0,0],[0,-2.282],[0,0],[0,0]],"o":[[0,-2.282],[0,0],[2.283,0],[0,0],[0,0],[0,0]],"v":[[-74.699,-56.025],[-70.549,-60.175],[70.55,-60.175],[74.701,-56.025],[74.701,10.375],[-74.699,10.375]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ks":{"a":0,"k":{"i":[[0,2.282],[0,0],[0,0],[0,0],[2.283,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,2.282],[0,0],[-2.284,0]],"v":[[-74.699,31.125],[-74.699,18.675],[74.701,18.675],[74.701,31.125],[70.55,35.276],[-70.549,35.276]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ind":3,"ty":"sh","ks":{"a":0,"k":{"i":[[0,2.905],[0,0],[0,0],[0,0],[-2.074,-2.282],[0,0]],"o":[[0,0],[0,0],[0,0],[0,2.905],[0,0],[1.869,-2.282]],"v":[[-16.6,52.29],[-16.6,43.576],[16.6,43.576],[16.6,52.29],[20.75,60.175],[-20.128,60.175]],"c":true}},"nm":"Path 4","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[88.25,73.725],"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":"Group 1","np":6,"mn":"ADBE Vector Group"}],"ip":0,"op":2232,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Layer 43/LottePreviewAnimation Outlines","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":89,"s":[100],"e":[70]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":92,"s":[70],"e":[0]},{"t":103}]},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":64,"s":[266,204.75,0],"e":[253,180,0],"to":[-2.16666674613953,-4.125,0],"ti":[2.16666674613953,4.125,0]},{"t":89}]},"a":{"a":0,"k":[52,67.5,0]},"s":{"a":0,"k":[17.896,17.896,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.319,-0.133],[0,-1.042],[0,0],[-0.887,-0.434],[-0.769,0.61],[0,0],[0,0],[-0.908,0],[-0.371,0.186],[0,0],[-0.207,0.671],[0.336,0.613],[0,0],[0,0],[-0.402,0.965],[0.738,0.738],[0,0],[0.671,0]],"o":[[-0.964,0.398],[0,0],[0,0.987],[0.888,0.433],[0,0],[0,0],[0.475,0.847],[0.386,0],[0,0],[0.631,-0.314],[0.206,-0.676],[0,0],[0,0],[1.042,0],[0.404,-0.965],[0,0],[-0.497,-0.49],[-0.331,0]],"v":[[-26.883,-43.668],[-28.476,-41.284],[-28.476,30.169],[-27.027,32.487],[-24.312,32.202],[-11.215,21.959],[0.215,42.54],[2.475,43.865],[3.631,43.592],[19.105,35.851],[20.418,34.308],[20.211,32.291],[9.439,12.903],[25.689,12.903],[28.072,11.308],[27.515,8.495],[-24.071,-43.111],[-25.899,-43.865]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0.465,-0.79],[-0.443,-0.801],[0,0],[0,0],[0,0],[0.737,0.15],[0.171,0],[0.453,-0.356],[0,0]],"o":[[0,0],[0,0],[-0.912,0],[-0.464,0.784],[0,0],[0,0],[0,0],[-0.366,-0.661],[-0.176,-0.036],[-0.567,0],[0,0],[0,0]],"v":[[-23.318,-35.055],[19.467,7.748],[5.059,7.748],[2.837,9.022],[2.8,11.582],[14.391,32.445],[3.534,37.88],[-8.161,16.814],[-9.904,15.534],[-10.422,15.483],[-12.01,16.029],[-23.318,24.875]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[69.836,85.248],"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":"Group 7","np":4,"mn":"ADBE Vector Group"}],"ip":0,"op":2232,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/mailsent.json b/ohos/flutter_lottie/assets/lottiefiles/mailsent.json new file mode 100644 index 0000000000000000000000000000000000000000..f5876b20a3f28916ef6dd40fe80d067908f26d4a --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/mailsent.json @@ -0,0 +1 @@ +{"v":"4.5.9","fr":25,"ip":0,"op":100,"w":250,"h":250,"ddd":1,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 12","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[175,199,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[112,112,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[7.995,0],[0,-7.995],[-7.995,0],[0,7.995]],"o":[[-7.995,0],[0,7.995],[7.995,0],[0,-7.995]],"v":[[0,-14.477],[-14.477,0],[0,14.477],[14.477,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[100],"e":[0]},{"t":15}]},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[0],"e":[342]},{"t":17}]},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0.754,-23.488],"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"}],"ip":-78,"op":32,"st":-78,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 11","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[175,199,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[112,112,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[7.995,0],[0,-7.995],[-7.995,0],[0,7.995]],"o":[[-7.995,0],[0,7.995],[7.995,0],[0,-7.995]],"v":[[0,-14.477],[-14.477,0],[0,14.477],[14.477,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[100],"e":[0]},{"t":12}]},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[0],"e":[342]},{"t":14}]},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0.754,-23.488],"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"}],"ip":-78,"op":22,"st":-78,"bm":0,"sr":1}]},{"id":"comp_1","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[215,105,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-92,-90],[-92,32]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":48,"s":[0],"e":[100]},{"t":65}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":48,"s":[0],"e":[100]},{"t":76}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0.905,0.802,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":10},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"mn":"ADBE Vector Group"}],"ip":29,"op":88,"st":29,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[215,205,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-92,-90],[-92,32]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":50,"s":[0],"e":[100]},{"t":67}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":50,"s":[0],"e":[100]},{"t":78}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0.905,0.802,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":10},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"mn":"ADBE Vector Group"}],"ip":31,"op":94,"st":31,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[295,125,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-92,-90],[-92,32]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":45,"s":[0],"e":[100]},{"t":62}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":45,"s":[0],"e":[100]},{"t":73}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0.905,0.802,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":10},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"mn":"ADBE Vector Group"}],"ip":26,"op":100,"st":26,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[125,125,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-92,-90],[-92,32]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[0],"e":[100]},{"t":52}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[0],"e":[100]},{"t":63}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0.905,0.802,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":10},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"mn":"ADBE Vector Group"}],"ip":16,"op":100,"st":16,"bm":0,"sr":1}]}],"layers":[{"ddd":0,"ind":0,"ty":0,"nm":"burst","refId":"comp_0","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[125,97,0]},"a":{"a":0,"k":[175,175,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":350,"h":350,"ip":72,"op":197,"st":72,"bm":0,"sr":1},{"ddd":1,"ind":1,"ty":4,"nm":"envelopeopen Outlines","ks":{"o":{"a":0,"k":100},"rx":{"a":0,"k":0},"ry":{"a":0,"k":0},"rz":{"a":0,"k":0},"or":{"a":0,"k":[0,0,0]},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[125,125,0],"e":[125,161,0],"to":[0,6,0],"ti":[0,2,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35,"s":[125,161,0],"e":[125,113,0],"to":[0,-2,0],"ti":[0,8,0]},{"t":37}]},"a":{"a":0,"k":[125,125,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":9,"s":[72,72,72],"e":[62,62,62]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":12,"s":[62,62,62],"e":[68,68,68]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":14,"s":[68,68,68],"e":[57,57,57]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":16,"s":[57,57,57],"e":[57,57,57]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":69,"s":[57,57,57],"e":[0,0,0]},{"t":78}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-98.406,171.516],[98.406,36.421],[98.406,171.42]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[21.039,153.976],[-3.74,-53.481],[87.925,153.91]],"c":true}]},{"t":12}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0.741,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[125.594,57.579],"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[98.406,-35],[47.406,0],[-3.594,35],[-98.406,-34.779]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[21.039,82.556],[-3.8,117.661],[-30.019,82.349],[-3.74,-124.902]],"c":true}]},{"t":12}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0.443,0.737,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[125.594,129],"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":"Group 2","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[47.406,2.212],[-47.406,67.566],[-47.406,-67.566]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[20.981,49.561],[-42.194,49.882],[47.259,-157.69]],"c":true}]},{"t":12}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.173,0.569,0.788,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[74.594,161.788],"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":"Group 3","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-98.406,-67.326],[-49.314,-103.968],[-0.222,-140.61],[49.092,-104.079],[98.406,-67.547],[0,-67.436]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-93.194,50.122],[-3.741,-157.45],[87.924,49.941],[21.038,50.008],[-3.801,85.113],[-30.019,49.801]],"c":true}]},{"t":12}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.161,0.671,0.886,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[125.594,161.548],"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":"Group 4","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":100,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":0,"nm":"Contrails","refId":"comp_1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[125,125,0]},"a":{"a":0,"k":[125,125,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":250,"h":250,"ip":0,"op":100,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":1,"nm":"Yellow Solid 1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[125,125,0]},"a":{"a":0,"k":[125,125,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"sw":250,"sh":250,"sc":"#ffe200","ip":0,"op":100,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/man_and_pay_with_credit_card.json b/ohos/flutter_lottie/assets/lottiefiles/man_and_pay_with_credit_card.json new file mode 100644 index 0000000000000000000000000000000000000000..ad3a74bdaa16c292fb8e9282214088c38252b5d2 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/man_and_pay_with_credit_card.json @@ -0,0 +1 @@ +{"v":"4.10.2","fr":25,"ip":0,"op":226,"w":209,"h":279,"nm":"splash screen02","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"splash screen02 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[104.5,139.5,0],"ix":2},"a":{"a":0,"k":[104.5,139.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,-0.033],[0,-0.033],[-0.067,0],[0,0],[0,0],[0,0],[-0.033,0.267],[-0.2,0.2],[-0.233,0.033],[-0.267,-0.167]],"o":[[0,0],[0,0],[0,0],[-0.1,0],[-0.067,0.067],[-0.033,0.067],[0,0],[0,0],[0,0],[-0.1,-0.267],[0.067,-0.333],[0.233,-0.2],[0.3,-0.067],[0,0]],"v":[[-9.242,-12.034],[-9.842,-11.084],[-10.891,-11.633],[-10.941,-11.633],[-11.092,-11.584],[-11.191,-11.434],[-11.141,-11.334],[-10.742,-10.184],[-11.691,-9.734],[-12.191,-10.834],[-12.292,-11.633],[-11.891,-12.434],[-11.191,-12.784],[-10.342,-12.633]],"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.233,-0.133],[0.1,-0.267],[-0.067,-0.233],[-0.4,-0.633],[-0.6,-0.667],[0,0],[0,0],[-0.167,0],[-0.167,0.067],[-0.033,0.133],[0.033,0.133],[0,0],[0,0],[0.033,0.067],[0,0],[0.033,0],[0,0],[0.667,0.533],[0.767,0.3],[0.233,-0.033]],"o":[[-0.233,0.133],[-0.133,0.3],[0.233,0.9],[0.467,0.767],[0,0],[0,0],[0.2,0.1],[0.167,0],[0.133,-0.167],[-0.033,-0.233],[0,0],[0,0],[-0.033,-0.033],[0,0],[0,-0.033],[0,0],[-0.633,-0.6],[-0.667,-0.433],[-0.2,-0.133],[-0.2,0]],"v":[[-13.292,-14.284],[-13.792,-13.684],[-13.891,-12.883],[-12.941,-10.584],[-11.342,-8.434],[0.909,4.666],[7.508,9.466],[8.059,9.617],[8.559,9.516],[8.809,9.066],[8.708,8.516],[4.359,1.617],[-3.492,-6.784],[-3.592,-6.934],[-3.641,-6.934],[-3.691,-6.984],[-7.891,-11.534],[-9.842,-13.234],[-11.992,-14.334],[-12.641,-14.484]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-2.042,-6.934],[1.008,-3.734],[13.458,-8.883],[11.958,-10.584]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[13.958,4.316],[13.109,3.316],[7.508,4.516],[9.309,7.367]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0.067,0.067],[0.833,0.933],[0,0],[0,0],[0,0]],"o":[[-0.1,-0.067],[-0.867,-0.933],[0,0],[0,0],[0,0],[0,0]],"v":[[-4.242,0.816],[-4.492,0.617],[-7.042,-2.184],[-11.641,11.516],[-10.092,13.166],[-4.042,1.016]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[2.109,13.566],[3.008,14.516],[6.458,10.166],[3.708,8.166]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-56.141,80.166],[152.859,80.166],[152.859,-198.834],[-56.141,-198.834]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-56.141,-198.834],[152.859,-198.834],[152.859,80.166],[-56.141,80.166]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":157,"s":[158.141,190.834],"e":[109.181,227.674],"to":[-8.227952003479,0.64532959461212],"ti":[20.5572376251221,-1.61233246326447]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":169,"s":[109.181,227.674],"e":[83.097,218.728],"to":[-8.93933773040771,0.70112454891205],"ti":[8.13301181793213,5.86366987228394]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":175,"s":[83.097,218.728],"e":[56.141,198.834],"to":[-11.8067541122437,-8.51233291625977],"ti":[5.19411373138428,-0.40738144516945]},{"t":182}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":157,"s":[-104],"e":[-54.08]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":169,"s":[-54.08],"e":[-9.12]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":175,"s":[-9.12],"e":[0]},{"t":182}],"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":147,"s":[0],"e":[100]},{"t":157}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 46","np":10,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0.3,-0.067],[0.233,-0.2],[0.067,-0.333],[-0.1,-0.267],[0,0],[0,0],[0,0],[-0.033,0.067],[-0.067,0.067],[-0.1,0],[0,0]],"o":[[0,0],[0,0],[-0.267,-0.167],[-0.233,0.033],[-0.2,0.2],[-0.033,0.267],[0,0],[0,0],[0,0],[-0.067,0],[0,-0.033],[0,-0.033],[0,0],[0,0]],"v":[[-10,-11.275],[-9.4,-12.225],[-10.5,-12.825],[-11.35,-12.975],[-12.05,-12.625],[-12.45,-11.825],[-12.35,-11.025],[-11.85,-9.925],[-10.9,-10.375],[-11.3,-11.525],[-11.35,-11.625],[-11.25,-11.775],[-11.1,-11.825],[-11.05,-11.825]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[2.85,14.325],[1.95,13.375],[3.55,7.975],[6.3,9.975]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[-0.2,0],[-0.1,-0.1],[0,0],[0,0],[0,0],[-0.067,0.133],[-0.167,0.133]],"o":[[0.1,0.033],[0,0],[0,0],[0,0],[-0.133,-0.167],[-0.033,-0.133],[0.067,-0.133]],"v":[[-11.85,6.375],[-11.55,6.575],[-11.4,6.525],[-11.95,7.875],[-12.35,7.425],[-12.45,6.975],[-12.25,6.575]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[-0.1,-0.133],[0,0],[0,0],[0,0],[0,0.2],[-0.1,0.1],[-0.167,0]],"o":[[0,0],[0,0],[0,0],[-0.067,-0.1],[0,-0.167],[0.1,-0.1],[0.2,0]],"v":[[-9.65,0.925],[-9.6,1.025],[-10,2.275],[-10.55,1.725],[-10.65,1.275],[-10.5,0.875],[-10.1,0.725]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[-0.867,-0.933],[-0.1,-0.067],[0,0],[0,0],[0,0],[0,0]],"o":[[0.067,0.067],[0,0],[0,0],[0,0],[0,0],[0.833,0.933]],"v":[[-4.65,0.425],[-4.4,0.625],[-4.2,0.825],[-10.25,12.975],[-11.8,11.325],[-7.2,-2.375]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[12.95,3.125],[13.8,4.125],[9.15,7.175],[7.35,4.325]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[-0.067,-0.067],[0,0],[0,0],[0,0],[0,0.133],[-0.133,0.133],[-0.133,-0.067]],"o":[[0,0],[0,0],[0,0],[-0.1,-0.167],[0,-0.133],[0.133,-0.133],[0.2,-0.033]],"v":[[7.9,-11.575],[8.3,-11.025],[7,-10.625],[7.05,-10.675],[6.9,-11.125],[7.1,-11.525],[7.5,-11.625]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.85,-3.925],[-2.2,-7.125],[11.8,-10.775],[13.3,-9.075]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0.167],[-0.1,0.1],[-0.167,0],[-0.133,-0.133],[0,0]],"o":[[0,0],[-0.1,-0.1],[0,-0.2],[0.133,-0.1],[0.167,0],[0,0],[0,0]],"v":[[1.3,-9.275],[1.25,-9.275],[1.1,-9.675],[1.25,-10.125],[1.7,-10.275],[2.15,-10.075],[2.65,-9.525]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[-0.133,0.3],[-0.233,0.133],[-0.2,0],[-0.2,-0.133],[-0.667,-0.433],[-0.633,-0.6],[0,0],[0,-0.033],[0,0],[-0.033,-0.033],[0,0],[0,0],[-0.033,-0.233],[0.133,-0.167],[0.167,0],[0.2,0.1],[0,0],[0,0],[0.467,0.767],[0.233,0.9]],"o":[[0.1,-0.267],[0.233,-0.133],[0.233,-0.033],[0.767,0.3],[0.667,0.533],[0,0],[0.033,0],[0,0],[0.033,0.067],[0,0],[0,0],[0.033,0.133],[-0.033,0.133],[-0.167,0.067],[-0.167,0],[0,0],[0,0],[-0.6,-0.667],[-0.4,-0.633],[-0.067,-0.233]],"v":[[-13.95,-13.875],[-13.45,-14.475],[-12.8,-14.675],[-12.15,-14.525],[-10,-13.425],[-8.05,-11.725],[-3.85,-7.175],[-3.8,-7.125],[-3.75,-7.125],[-3.65,-6.975],[4.2,1.425],[8.55,8.325],[8.65,8.875],[8.4,9.325],[7.9,9.425],[7.35,9.275],[0.75,4.475],[-11.5,-8.625],[-13.1,-10.775],[-14.05,-13.075]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[0.767,0.433],[0.833,0.267],[0.4,-0.033],[0.367,-0.133],[0.2,-0.533],[-0.167,-0.6],[-0.467,-0.867],[-0.7,-0.7],[0,0],[0,0],[0.333,0.067],[0.3,-0.333],[0.033,-0.5],[-0.333,-0.367],[0,0],[0,0],[0.3,0],[0.333,-0.333],[0,-0.5],[-0.3,-0.333],[0,0],[0,0],[-0.033,-0.1],[-0.067,-0.067],[0,0],[-0.1,-0.033],[-0.067,0],[-0.1,0.067],[0,0.033],[0,0],[0,0],[0,0],[0,0],[-0.033,-0.1],[-0.067,-0.1],[0,0],[-0.233,0.033],[-0.1,0.1],[-0.067,0.033],[0,0],[-0.233,-0.033],[-0.3,0.267],[0,0],[-0.067,0.533],[0.033,0.233],[0,0],[0,0.1],[0.167,0.1],[0,0],[0.1,0],[0.133,0],[0,0],[0,0],[0.067,0.067],[0,0],[0,0],[-0.067,0.067],[-0.033,0.1],[0,0],[0.067,0.067],[0,0],[0.133,0.033],[0.133,0],[0,0],[0,0],[0.467,0.067],[0.4,-0.333],[-0.033,-0.467],[-0.1,-0.233],[0,0],[0,0],[0.433,0.033],[0.333,-0.333],[0,-0.467],[-0.133,-0.2],[0,0],[0,0]],"o":[[-0.8,-0.567],[-0.333,-0.2],[-0.4,0.033],[-0.5,0.267],[-0.233,0.5],[0.267,0.867],[0.467,0.833],[0,0],[0,0],[-0.2,-0.167],[-0.533,0.033],[-0.367,0.3],[-0.033,0.433],[0,0],[0,0],[-0.267,-0.1],[-0.467,-0.067],[-0.367,0.333],[0,0.5],[0,0],[0,0],[-0.033,0.1],[0.033,0.133],[0,0],[0.067,0.1],[0.133,0.033],[0.133,-0.033],[0.067,-0.1],[0,0],[0,0],[0,0],[0,0],[0,0.1],[0,0.133],[0,0],[0.167,0.1],[0.1,0.033],[0,-0.033],[0,0],[0.233,0.1],[0.5,-0.1],[0,0],[0.333,-0.3],[0,-0.167],[0,0],[0.1,-0.133],[0.067,-0.167],[0,0],[-0.1,-0.133],[-0.067,-0.033],[0,0],[0,0],[0.033,-0.067],[0,0],[0,0],[0.067,0],[0.067,-0.1],[0,0],[-0.033,-0.067],[0,0],[-0.033,-0.067],[-0.067,0],[0,0],[0,0],[-0.267,-0.333],[-0.467,-0.033],[-0.367,0.333],[0,0.333],[0,0],[0,0],[-0.333,-0.333],[-0.533,0],[-0.333,0.333],[0,0.333],[0,0],[0,0],[-0.567,-0.7]],"v":[[-9.3,-14.275],[-11.75,-15.525],[-12.85,-15.775],[-14,-15.525],[-15.05,-14.325],[-15.15,-12.675],[-14.05,-10.075],[-12.3,-7.775],[-8.15,-3.325],[-9.2,-0.075],[-10,-0.425],[-11.25,0.125],[-11.85,1.325],[-11.4,2.525],[-10.4,3.525],[-11.05,5.425],[-11.9,5.275],[-13.1,5.675],[-13.65,6.925],[-13.2,8.175],[-12.3,9.125],[-13.05,11.275],[-13.05,11.575],[-12.9,11.875],[-10.6,14.325],[-10.35,14.525],[-10.05,14.575],[-9.7,14.425],[-9.6,14.225],[-3.35,1.725],[-0.05,5.375],[2.55,7.225],[0.7,13.375],[0.75,13.675],[0.85,14.025],[2.4,15.675],[3,15.775],[3.3,15.675],[3.4,15.575],[7.25,10.525],[7.95,10.725],[9.15,10.175],[9.2,10.125],[9.8,8.875],[9.75,8.275],[15.1,4.625],[15.25,4.275],[15.1,3.875],[13.6,2.175],[13.3,1.975],[13,1.925],[6.7,3.375],[5.05,0.775],[5,0.575],[1.75,-2.925],[14.55,-8.325],[14.75,-8.425],[14.9,-8.725],[14.9,-9.025],[14.75,-9.225],[12.35,-11.775],[12.1,-11.925],[11.8,-11.925],[9.65,-11.325],[8.65,-12.275],[7.55,-12.875],[6.25,-12.425],[5.75,-11.225],[5.9,-10.375],[3.95,-9.825],[2.95,-10.875],[1.8,-11.425],[0.5,-10.925],[0,-9.725],[0.2,-8.925],[-3,-8.025],[-7.3,-12.575]],"c":true},"ix":2},"nm":"Path 11","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-56.3,79.975],[152.7,79.975],[152.7,-199.025],[-56.3,-199.025]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-56.3,-199.025],[152.7,-199.025],[152.7,79.975],[-56.3,79.975]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.380000005984,0.380000005984,0.380000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":157,"s":[158.3,191.025],"e":[109.34,227.865],"to":[-8.227952003479,0.64532959461212],"ti":[20.5572376251221,-1.61233246326447]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":169,"s":[109.34,227.865],"e":[83.256,218.919],"to":[-8.93933773040771,0.70112454891205],"ti":[8.13301181793213,5.86366987228394]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":175,"s":[83.256,218.919],"e":[56.3,199.025],"to":[-11.8067541122437,-8.51233291625977],"ti":[5.19411373138428,-0.40738144516945]},{"t":182}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":157,"s":[-104],"e":[-54.08]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":169,"s":[-54.08],"e":[-9.12]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":175,"s":[-9.12],"e":[0]},{"t":182}],"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":147,"s":[0],"e":[100]},{"t":157}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 47","np":15,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.567,0.567],[0,0.933],[-0.633,0.7],[-0.9,0.033],[0,0],[0,0]],"o":[[0,0],[-0.8,-0.1],[-0.633,-0.667],[0,-0.933],[0.633,-0.6],[0,0],[0,0],[0,0]],"v":[[2.9,7.9],[0.1,7.9],[-1.95,6.9],[-2.9,4.5],[-1.95,2.05],[0.35,1.1],[2.9,1.1],[2.9,-7.9]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.172999991623,0.226999993418,0.277999997606,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[88.95,130.9],"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":"Group 1","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0.633,-0.6],[0,-0.933],[-0.633,-0.667],[-0.8,-0.1]],"o":[[0,0],[0,0],[-0.9,0.033],[-0.633,0.7],[0,0.933],[0.567,0.567],[0,0]],"v":[[2.9,3.4],[2.9,-3.4],[0.35,-3.4],[-1.95,-2.45],[-2.9,0],[-1.95,2.4],[0.1,3.4]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-88.95,143.6],[120.05,143.6],[120.05,-135.4],[-88.95,-135.4]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-88.95,-135.4],[120.05,-135.4],[120.05,143.6],[-88.95,143.6]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[88.95,135.4],"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":"Group 2","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-12.05,-2.025],[-10.5,-0.475]],"c":false},"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":[[10.25,2.325],[12.05,4.125]],"c":false},"ix":2},"nm":"Path 2","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":[[7.1,-4.125],[11.45,0.225]],"c":false},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-8.65,-3.625],[-4.85,0.175]],"c":false},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[92.1,119.975],"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":"Group 3","np":6,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.467,0.433],[0,0],[-0.2,0.067],[-0.4,0.033],[-0.467,-0.533],[0,0],[0,-0.7],[0.233,-0.367],[0.1,-0.133],[0,0],[0.7,0],[0.467,0.5],[0,0],[0,0.667]],"o":[[0,0],[0.1,-0.133],[0.367,-0.167],[0.7,-0.033],[0,0],[0.467,0.433],[0.033,0.433],[-0.1,0.167],[0,0],[-0.467,0.467],[-0.667,0],[0,0],[-0.5,-0.5],[0.033,-0.7]],"v":[[-3.316,-0.134],[-0.066,-3.434],[0.383,-3.734],[1.534,-4.034],[3.284,-3.284],[3.333,-3.234],[4.034,-1.534],[3.734,-0.334],[3.434,0.117],[0.184,3.367],[-1.566,4.067],[-3.267,3.317],[-3.316,3.317],[-4.066,1.567]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.172999991623,0.226999993418,0.277999997606,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[84.266,109.184],"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":"Group 6","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.033,-0.7],[-0.5,-0.5],[0,0],[-0.667,0],[-0.467,0.467],[0,0],[-0.1,0.167],[0.033,0.433],[0.467,0.433],[0,0],[0.7,-0.033],[0.367,-0.167],[0.1,-0.133]],"o":[[-0.467,0.433],[0,0.667],[0,0],[0.467,0.5],[0.7,0],[0,0],[0.1,-0.133],[0.233,-0.367],[0,-0.7],[0,0],[-0.467,-0.533],[-0.4,0.033],[-0.2,0.067],[0,0]],"v":[[-3.316,-0.134],[-4.066,1.567],[-3.316,3.317],[-3.267,3.317],[-1.566,4.067],[0.184,3.367],[3.434,0.117],[3.734,-0.334],[4.034,-1.534],[3.333,-3.234],[3.284,-3.284],[1.534,-4.034],[0.383,-3.734],[-0.066,-3.434]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-84.266,169.816],[124.734,169.816],[124.734,-109.184],[-84.266,-109.184]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-84.266,-109.184],[124.734,-109.184],[124.734,169.816],[-84.266,169.816]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.051000000449,0.451000019148,0.46699999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[84.266,109.184],"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":"Group 7","np":4,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.467,-0.467],[0,0],[-0.1,-0.167],[0.033,-0.467],[0.5,-0.5],[0.667,0],[0.4,0.167],[0.133,0.133],[0,0],[0,0.733],[-0.467,0.467],[-0.633,0.033]],"o":[[0,0],[0.133,0.133],[0.233,0.333],[0,0.667],[-0.467,0.467],[-0.433,0],[-0.167,-0.1],[0,0],[-0.467,-0.467],[0.033,-0.633],[0.5,-0.5],[0.7,0.033]],"v":[[0.133,-3.3],[3.383,-0.05],[3.734,0.4],[4.033,1.6],[3.283,3.35],[1.583,4.05],[0.333,3.8],[-0.117,3.45],[-3.367,0.2],[-4.067,-1.6],[-3.317,-3.25],[-1.617,-4.05]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.172999991623,0.226999993418,0.277999997606,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[102.367,109.45],"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":"Group 8","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.133,0.133],[0,0],[0.7,0.033],[0.5,-0.5],[0.033,-0.633],[-0.467,-0.467],[0,0],[-0.167,-0.1],[-0.433,0],[-0.467,0.467],[0,0.667],[0.233,0.333]],"o":[[0,0],[-0.467,-0.467],[-0.633,0.033],[-0.467,0.467],[0,0.733],[0,0],[0.133,0.133],[0.4,0.167],[0.667,0],[0.5,-0.5],[0.033,-0.467],[-0.1,-0.167]],"v":[[3.383,-0.05],[0.133,-3.3],[-1.617,-4.05],[-3.317,-3.25],[-4.067,-1.6],[-3.367,0.2],[-0.117,3.45],[0.333,3.8],[1.583,4.05],[3.283,3.35],[4.033,1.6],[3.734,0.4]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-102.367,169.55],[106.633,169.55],[106.633,-109.45],[-102.367,-109.45]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-102.367,-109.45],[106.633,-109.45],[106.633,169.55],[-102.367,169.55]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.051000000449,0.451000019148,0.46699999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[102.367,109.45],"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":"Group 9","np":4,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.4,0.4],[-0.533,0],[-0.4,-0.4],[0,-0.567],[0,0]],"o":[[0,0],[0,-0.567],[0.4,-0.4],[0.567,0],[0.4,0.4],[0,0],[0,0]],"v":[[5.425,1.75],[5.425,-0.2],[6.025,-1.65],[7.425,-2.25],[8.875,-1.65],[9.475,-0.2],[9.475,1.75]],"c":false},"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],[-0.4,0.4],[-0.533,0],[-0.4,-0.4],[0,-0.567],[0,0]],"o":[[0,0],[0,-0.567],[0.4,-0.4],[0.567,0],[0.4,0.4],[0,0],[0,0]],"v":[[-9.475,2.25],[-9.475,0.3],[-8.875,-1.15],[-7.475,-1.75],[-6.025,-1.15],[-5.425,0.3],[-5.425,2.25]],"c":false},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"st","c":{"a":0,"k":[0.172999991623,0.226999993418,0.277999997606,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[92.525,124.75],"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":"Group 10","np":4,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[18.75,14.7],[17.7,14.7]],"c":false},"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":[[24.4,18.1],[23.45,17.4]],"c":false},"ix":2},"nm":"Path 2","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":[[-18,6.8],[-17.3,6.4]],"c":false},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-20.6,3.35],[-20.6,3.65]],"c":false},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-27.6,-18.1],[-28.25,-17.1]],"c":false},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[23.85,-1.1],[25.15,-2.2]],"c":false},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[45.05,-7],[45.05,-6.65]],"c":false},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[28.25,-13.9],[27.45,-14.6]],"c":false},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[36.2,-19.9],[35.45,-19.9]],"c":false},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[30.45,-27.65],[30.85,-27.65]],"c":false},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-5.05,-10.85],[-5.3,-10.6]],"c":false},"ix":2},"nm":"Path 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":11,"ty":"sh","ix":12,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-1,-10.05],[-1,-10.65]],"c":false},"ix":2},"nm":"Path 12","mn":"ADBE Vector Shape - Group","hd":false},{"ind":12,"ty":"sh","ix":13,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[4.65,-11.8],[4.1,-11.8]],"c":false},"ix":2},"nm":"Path 13","mn":"ADBE Vector Shape - Group","hd":false},{"ind":13,"ty":"sh","ix":14,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-7.2,-3.45],[-7.2,-4.4]],"c":false},"ix":2},"nm":"Path 14","mn":"ADBE Vector Shape - Group","hd":false},{"ind":14,"ty":"sh","ix":15,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-11.9,-17.75],[-12.55,-17.25]],"c":false},"ix":2},"nm":"Path 15","mn":"ADBE Vector Shape - Group","hd":false},{"ind":15,"ty":"sh","ix":16,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0.3,-28.25],[-0.05,-28.25]],"c":false},"ix":2},"nm":"Path 16","mn":"ADBE Vector Shape - Group","hd":false},{"ind":16,"ty":"sh","ix":17,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-13.25,-25.85],[-13.25,-25.2]],"c":false},"ix":2},"nm":"Path 17","mn":"ADBE Vector Shape - Group","hd":false},{"ind":17,"ty":"sh","ix":18,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[12.6,-25.45],[12.6,-24.9]],"c":false},"ix":2},"nm":"Path 18","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"st","c":{"a":0,"k":[0.093999997307,1,0.905999995213,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[96.55,98.95],"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":"Group 11","np":20,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.433,3.667]],"o":[[3.067,1.367],[0,0]],"v":[[-14.525,36.675],[-7.775,33.225]],"c":false},"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.367,-0.833]],"o":[[0,0.967],[0,0]],"v":[[-0.475,45.825],[-1.025,48.525]],"c":false},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0.1,0.333]],"o":[[-0.2,-0.3],[0,0]],"v":[[11.725,11.525],[11.275,10.575]],"c":false},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0.6,0.6],[0.167,0.3],[0,0]],"o":[[-0.767,-0.2],[-0.267,-0.267],[0,0],[0,0]],"v":[[14.425,13.575],[12.375,12.375],[11.725,11.525],[7.325,11.525]],"c":false},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[-0.4,0.433],[0,0.633],[0,0.2],[0,0],[0,0]],"o":[[0.567,-0.033],[0.433,-0.433],[0,-0.267],[0,0],[0,0],[0,0]],"v":[[-20.275,40.525],[-18.825,39.825],[-18.175,38.225],[-18.175,37.525],[-18.175,31.075],[-13.675,31.075]],"c":false},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,-0.267],[-0.433,-0.433],[-0.633,0],[-0.433,0.467],[0,0.633],[0,0],[0,0],[0.133,0.3],[1.667,0.2],[0,0],[0,0],[0,0],[0.033,-1.567],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0.2],[0,0.633],[0.433,0.467],[0.667,0],[0.433,-0.433],[0,0],[0,0],[0,-0.4],[-0.433,-0.933],[0,0],[0,0],[0,0],[-2.2,0.267],[0,0],[0,0]],"v":[[-13.675,26.075],[-13.675,31.075],[-4.575,31.075],[-4.575,37.525],[-4.575,38.225],[-3.925,39.825],[-2.325,40.525],[-0.675,39.825],[-0.025,38.225],[-0.025,37.925],[-0.125,28.825],[-0.325,27.775],[-3.475,26.075],[-13.675,26.075],[-16.825,26.075],[-19.275,26.075],[-22.625,28.825],[-22.725,36.825]],"c":false},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[0,0],[0.833,0.833],[0.267,0.367]],"o":[[-1,-0.433],[-0.367,-0.367],[0,0]],"v":[[-13.375,-4.975],[-16.125,-6.875],[-17.075,-7.975]],"c":false},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0,0],[0.3,0],[0.333,0.167]],"o":[[-0.3,0.1],[-0.4,0],[0,0]],"v":[[-21.225,-3.925],[-22.125,-3.775],[-23.225,-4.025]],"c":false},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0,0],[-0.067,0.133]],"o":[[0.067,-0.133],[0,0]],"v":[[-23.225,-4.025],[-23.025,-4.425]],"c":false},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[0,0],[-0.067,0.133]],"o":[[0.033,-0.167],[0,0]],"v":[[-23.975,-2.025],[-23.825,-2.475]],"c":false},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[0,0],[0.533,-0.533],[0.467,-0.233],[0,0],[0.033,-0.033],[0.5,-0.033],[0,0],[0.333,0.067]],"o":[[-0.2,0.633],[-0.4,0.4],[0,0],[-0.067,0],[-0.433,0.167],[0,0],[-0.367,0],[0,0]],"v":[[-19.075,-11.575],[-20.175,-9.825],[-21.475,-8.875],[-21.525,-8.875],[-21.675,-8.825],[-23.075,-8.525],[-23.325,-8.525],[-24.375,-8.625]],"c":false},"ix":2},"nm":"Path 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":11,"ty":"sh","ix":12,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.233,0.733]],"o":[[0,0],[-0.567,-0.567],[0,0]],"v":[[-14.525,-13.175],[-14.725,-13.375],[-15.925,-15.325]],"c":false},"ix":2},"nm":"Path 12","mn":"ADBE Vector Shape - Group","hd":false},{"ind":12,"ty":"sh","ix":13,"ks":{"a":0,"k":{"i":[[0,0],[0.3,-0.167],[1.433,0],[1.1,0.5],[0.767,0],[0.567,0.167]],"o":[[-0.3,0.167],[-1.167,0.567],[-1.3,0],[-0.667,0.233],[-0.667,0],[0,0]],"v":[[-4.975,-5.575],[-5.875,-5.075],[-9.775,-4.225],[-13.375,-4.975],[-15.525,-4.625],[-17.375,-4.875]],"c":false},"ix":2},"nm":"Path 13","mn":"ADBE Vector Shape - Group","hd":false},{"ind":13,"ty":"sh","ix":14,"ks":{"a":0,"k":{"i":[[0,0],[0.233,-1.067],[0,0],[0,0],[0,0],[0,2.367],[0,0.133],[0,0],[0.067,0.1],[-0.067,-0.067],[0,0]],"o":[[-0.567,0.733],[0,0],[0,0],[0,0],[-2.767,-1.2],[0,-0.1],[0,0],[-0.1,-0.033],[0.1,0.033],[0,0],[0,0]],"v":[[14.425,13.575],[13.225,16.275],[13.225,23.875],[7.325,23.875],[7.325,11.525],[3.175,6.175],[3.175,5.825],[3.175,-1.225],[2.925,-1.425],[3.175,-1.275],[3.175,-1.225]],"c":false},"ix":2},"nm":"Path 14","mn":"ADBE Vector Shape - Group","hd":false},{"ind":14,"ty":"sh","ix":15,"ks":{"a":0,"k":{"i":[[0,0],[0.3,0.367],[0,1.433],[0,0]],"o":[[-0.367,-0.267],[-0.867,-1.033],[0,0],[0,0]],"v":[[2.925,-1.425],[1.925,-2.375],[0.625,-6.075],[0.625,-6.325]],"c":false},"ix":2},"nm":"Path 15","mn":"ADBE Vector Shape - Group","hd":false},{"ind":15,"ty":"sh","ix":16,"ks":{"a":0,"k":{"i":[[0,0],[0.033,0],[0.267,0.267],[0,0.7]],"o":[[0,-0.033],[-0.333,-0.133],[-0.533,-0.533],[0,0]],"v":[[-0.775,-10.375],[-0.825,-10.425],[-1.725,-11.025],[-2.525,-12.875]],"c":false},"ix":2},"nm":"Path 16","mn":"ADBE Vector Shape - Group","hd":false},{"ind":16,"ty":"sh","ix":17,"ks":{"a":0,"k":{"i":[[0,0],[0.133,-0.3],[0.267,-0.267],[0.733,0],[0.3,0.1],[1.667,-1.067],[-0.9,0],[-0.867,0.867],[-0.033,0.033],[0,0]],"o":[[0,0.367],[-0.133,0.3],[-0.533,0.533],[-0.333,0],[-1.133,2.133],[0.667,0.433],[1.233,0],[0.033,-0.033],[0,0],[0,0]],"v":[[2.875,-12.875],[2.675,-11.875],[2.075,-11.025],[0.175,-10.225],[-0.775,-10.375],[-4.975,-5.575],[-2.625,-4.925],[0.525,-6.225],[0.625,-6.325],[1.875,-7.575]],"c":false},"ix":2},"nm":"Path 17","mn":"ADBE Vector Shape - Group","hd":false},{"ind":17,"ty":"sh","ix":18,"ks":{"a":0,"k":{"i":[[0,0],[0.4,0.1],[0.033,0],[0.067,0.033],[0.1,0.033]],"o":[[-0.433,0],[-0.033,-0.033],[-0.1,-0.033],[-0.1,-0.033],[0,0]],"v":[[11.725,-4.675],[10.475,-4.825],[10.375,-4.875],[10.125,-4.975],[9.825,-5.075]],"c":false},"ix":2},"nm":"Path 18","mn":"ADBE Vector Shape - Group","hd":false},{"ind":18,"ty":"sh","ix":19,"ks":{"a":0,"k":{"i":[[0,0],[-0.233,-0.067],[-0.467,0],[-0.867,0.867],[-0.267,1.267],[0.133,0.067],[0.267,0.267],[0.067,0.067],[0,0],[0,0],[0.133,0.367],[0,0.033],[0,0],[0.033,0.333],[0,0],[-0.033,0.167]],"o":[[0.2,0.1],[0.433,0.133],[1.233,0],[0.733,-0.733],[-0.133,-0.067],[-0.3,-0.2],[-0.067,-0.067],[0,0],[0,0],[-0.2,-0.3],[-0.033,-0.067],[0,0],[-0.1,-0.3],[0,0],[0,-0.167],[0,0]],"v":[[3.175,-1.225],[3.825,-0.975],[5.175,-0.775],[8.325,-2.075],[9.825,-5.075],[9.425,-5.275],[8.575,-5.975],[8.375,-6.175],[8.325,-6.225],[8.025,-6.625],[7.525,-7.625],[7.475,-7.775],[7.475,-7.825],[7.275,-8.775],[7.275,-9.125],[7.325,-9.625]],"c":false},"ix":2},"nm":"Path 19","mn":"ADBE Vector Shape - Group","hd":false},{"ind":19,"ty":"sh","ix":20,"ks":{"a":0,"k":{"i":[[0,0],[-2.133,0.333]],"o":[[0.6,-2],[0,0]],"v":[[16.525,17.975],[20.625,14.475]],"c":false},"ix":2},"nm":"Path 20","mn":"ADBE Vector Shape - Group","hd":false},{"ind":20,"ty":"sh","ix":21,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[18.225,21.525],[15.675,21.525]],"c":false},"ix":2},"nm":"Path 21","mn":"ADBE Vector Shape - Group","hd":false},{"ind":21,"ty":"sh","ix":22,"ks":{"a":0,"k":{"i":[[0,0],[-1.667,0.333],[0,0]],"o":[[0.867,-1.2],[0,0],[0,0]],"v":[[14.425,13.575],[18.225,11.275],[19.425,11.275]],"c":false},"ix":2},"nm":"Path 22","mn":"ADBE Vector Shape - Group","hd":false},{"ind":22,"ty":"sh","ix":23,"ks":{"a":0,"k":{"i":[[0,0],[0.5,-0.467],[0.467,-0.1]],"o":[[0,0.7],[-0.333,0.367],[0,0]],"v":[[25.775,10.125],[25.025,11.875],[23.825,12.575]],"c":false},"ix":2},"nm":"Path 23","mn":"ADBE Vector Shape - Group","hd":false},{"ind":23,"ty":"sh","ix":24,"ks":{"a":0,"k":{"i":[[0,0],[0.133,-0.067]],"o":[[-0.1,0.1],[0,0]],"v":[[31.575,5.775],[31.225,6.025]],"c":false},"ix":2},"nm":"Path 24","mn":"ADBE Vector Shape - Group","hd":false},{"ind":24,"ty":"sh","ix":25,"ks":{"a":0,"k":{"i":[[0,0],[0.267,0],[0.433,0.433],[0.067,0.167]],"o":[[-0.267,0.1],[-0.567,0],[-0.167,-0.167],[0,0]],"v":[[31.225,6.025],[30.425,6.175],[28.925,5.525],[28.575,5.025]],"c":false},"ix":2},"nm":"Path 25","mn":"ADBE Vector Shape - Group","hd":false},{"ind":25,"ty":"sh","ix":26,"ks":{"a":0,"k":{"i":[[0,0],[-0.267,-0.267],[-0.1,-0.3],[0,-0.233],[0.433,-0.4],[0.133,-0.067]],"o":[[0.367,0.1],[0.267,0.267],[0.067,0.2],[0,0.567],[-0.067,0.1],[0,0]],"v":[[30.925,2.025],[31.875,2.575],[32.425,3.425],[32.525,4.075],[31.875,5.525],[31.575,5.775]],"c":false},"ix":2},"nm":"Path 26","mn":"ADBE Vector Shape - Group","hd":false},{"ind":26,"ty":"sh","ix":27,"ks":{"a":0,"k":{"i":[[0,0],[-0.267,-0.167],[-0.233,-0.233],[0,-1.2],[0.3,-0.6],[0,0],[-0.3,-0.1],[-0.167,-0.067],[-0.133,-0.033],[-0.2,-0.1],[-0.267,-0.233]],"o":[[0.267,0.1],[0.233,0.167],[0.867,0.867],[0,0.733],[0,0],[0.367,0.033],[0.167,0.033],[0.133,0.033],[0.167,0.067],[0.3,0.167],[0,0]],"v":[[17.075,5.175],[17.875,5.575],[18.575,6.175],[19.875,9.275],[19.425,11.275],[19.475,11.275],[20.475,11.475],[20.975,11.625],[21.375,11.725],[21.925,11.975],[22.775,12.575]],"c":false},"ix":2},"nm":"Path 27","mn":"ADBE Vector Shape - Group","hd":false},{"ind":27,"ty":"sh","ix":28,"ks":{"a":0,"k":{"i":[[0,0],[0.767,-0.767],[0.2,-0.167]],"o":[[-0.1,1.033],[-0.167,0.167],[0,0]],"v":[[19.425,-3.125],[18.125,-0.425],[17.575,0.075]],"c":false},"ix":2},"nm":"Path 28","mn":"ADBE Vector Shape - Group","hd":false},{"ind":28,"ty":"sh","ix":29,"ks":{"a":0,"k":{"i":[[0,0],[0.5,0],[0.4,0.367],[0.067,0.2]],"o":[[-0.333,0.233],[-0.567,0],[-0.1,-0.133],[0,0]],"v":[[25.575,-2.875],[24.325,-2.525],[22.875,-3.075],[22.625,-3.575]],"c":false},"ix":2},"nm":"Path 29","mn":"ADBE Vector Shape - Group","hd":false},{"ind":29,"ty":"sh","ix":30,"ks":{"a":0,"k":{"i":[[0,0],[-0.233,0],[-0.3,-0.167]],"o":[[0.233,-0.1],[0.333,0],[0,0]],"v":[[30.925,-7.525],[31.625,-7.675],[32.575,-7.425]],"c":false},"ix":2},"nm":"Path 30","mn":"ADBE Vector Shape - Group","hd":false},{"ind":30,"ty":"sh","ix":31,"ks":{"a":0,"k":{"i":[[0,0],[0,-0.367],[0,0],[0.267,-0.267],[0,0],[0,-1.233],[0.033,-0.233],[0.267,-0.5],[0.033,-0.033],[0.067,-0.133],[0.167,-0.167],[1.267,0],[0,0],[0.7,0.667],[0.067,0.067],[0.133,1.433],[0.033,-0.033],[0,0],[0.3,-0.1],[0.433,0],[0.433,0.133]],"o":[[0.167,0.333],[0,0],[-0.1,0.367],[0,0],[0.867,0.9],[0,0.233],[-0.067,0.533],[-0.033,0.033],[-0.067,0.1],[-0.167,0.167],[-0.867,0.9],[0,0],[-1,-0.133],[-0.067,-0.033],[-0.867,-0.867],[-0.033,0],[0,0],[-0.3,0.167],[-0.433,0.1],[-0.467,0],[0,0]],"v":[[26.075,-5.575],[26.325,-4.525],[26.325,-4.025],[25.775,-3.075],[25.575,-2.875],[26.875,0.325],[26.825,1.025],[26.325,2.575],[26.225,2.675],[26.025,3.025],[25.525,3.525],[22.325,4.875],[21.825,4.875],[19.275,3.675],[19.075,3.525],[17.575,0.075],[17.475,0.125],[17.175,0.325],[16.275,0.725],[14.975,0.875],[13.625,0.675]],"c":false},"ix":2},"nm":"Path 31","mn":"ADBE Vector Shape - Group","hd":false},{"ind":31,"ty":"sh","ix":32,"ks":{"a":0,"k":{"i":[[0,0],[-0.067,-0.233],[-0.033,-0.333],[0,0],[0,0],[0.033,-0.267],[0.167,-0.367],[0.033,-0.033],[0,0],[0.033,-0.1],[-0.133,-0.133],[-0.067,-0.433],[0,0],[0.1,-0.233]],"o":[[0.1,0.267],[0.1,0.3],[0,0],[0,0],[0,0.267],[-0.067,0.4],[0,0.033],[0,0],[-0.067,0.1],[0.133,0.067],[0.333,0.333],[0,0],[0,0.267],[0,0]],"v":[[32.725,-11.975],[32.975,-11.225],[33.175,-10.275],[33.175,-9.975],[33.175,-9.825],[33.125,-9.025],[32.775,-7.875],[32.725,-7.775],[32.725,-7.725],[32.575,-7.425],[32.975,-7.125],[33.575,-5.975],[33.575,-5.725],[33.425,-4.975]],"c":false},"ix":2},"nm":"Path 32","mn":"ADBE Vector Shape - Group","hd":false},{"ind":32,"ty":"sh","ix":33,"ks":{"a":0,"k":{"i":[[0,0],[-0.067,-0.7],[0,0],[0,-0.1],[0.967,-0.8]],"o":[[0.333,0.6],[0,0],[-0.033,0.033],[-0.133,1.233],[0,0]],"v":[[35.425,-6.525],[36.025,-4.575],[36.025,-4.025],[35.975,-3.825],[34.325,-0.775]],"c":false},"ix":2},"nm":"Path 33","mn":"ADBE Vector Shape - Group","hd":false},{"ind":33,"ty":"sh","ix":34,"ks":{"a":0,"k":{"i":[[0,0],[0,-1],[0,0],[0,0],[0,0],[0,0],[0,-0.033],[0,0],[0.633,-0.633]],"o":[[0.533,0.733],[0,0],[0,0],[0,0],[0,0],[-0.033,0.033],[0,0],[-0.167,0.833],[0,0]],"v":[[35.475,-15.725],[36.275,-13.125],[36.275,-12.775],[36.275,-12.725],[36.275,-12.475],[36.275,-12.375],[36.225,-12.275],[36.225,-12.175],[35.025,-9.975]],"c":false},"ix":2},"nm":"Path 34","mn":"ADBE Vector Shape - Group","hd":false},{"ind":34,"ty":"sh","ix":35,"ks":{"a":0,"k":{"i":[[0,0],[0.033,-0.067]],"o":[[-0.033,0.033],[0,0]],"v":[[-24.975,-2.825],[-25.075,-2.675]],"c":false},"ix":2},"nm":"Path 35","mn":"ADBE Vector Shape - Group","hd":false},{"ind":35,"ty":"sh","ix":36,"ks":{"a":0,"k":{"i":[[0,0],[0.2,-0.1],[0.2,-0.067],[0.333,-0.033],[0,0],[0.667,0.4],[0.267,0.267],[0.1,0.133],[0.067,0.1],[0,0.9],[-0.033,0.133],[0,0],[-0.2,0.4]],"o":[[-0.167,0.133],[-0.233,0.1],[-0.3,0.067],[0,0],[-0.833,0],[-0.333,-0.2],[-0.133,-0.133],[-0.1,-0.133],[-0.467,-0.7],[0,-0.133],[0,0],[0.067,-0.467],[0,0]],"v":[[-29.625,-5.875],[-30.175,-5.525],[-30.825,-5.275],[-31.775,-5.125],[-32.125,-5.125],[-34.375,-5.725],[-35.275,-6.425],[-35.625,-6.825],[-35.875,-7.175],[-36.575,-9.575],[-36.525,-9.975],[-36.525,-10.275],[-36.125,-11.575]],"c":false},"ix":2},"nm":"Path 36","mn":"ADBE Vector Shape - Group","hd":false},{"ind":36,"ty":"sh","ix":37,"ks":{"a":0,"k":{"i":[[0,0],[0.367,0.167],[0.067,0.033],[0.2,0.333],[0.067,0.167],[0,0.067],[-0.233,0.433],[-0.067,0],[-0.033,0.033],[-0.167,0.1]],"o":[[-0.333,0.067],[-0.033,0],[-0.333,-0.2],[-0.067,-0.167],[-0.033,-0.1],[-0.067,-0.5],[0.033,-0.067],[0.033,-0.067],[0.133,-0.2],[0,0]],"v":[[-28.925,0.425],[-29.975,0.275],[-30.125,0.225],[-30.925,-0.575],[-31.125,-1.075],[-31.175,-1.325],[-30.925,-2.725],[-30.775,-2.825],[-30.675,-2.975],[-30.225,-3.425]],"c":false},"ix":2},"nm":"Path 37","mn":"ADBE Vector Shape - Group","hd":false},{"ind":37,"ty":"sh","ix":38,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.067,0.067],[-0.033,0],[-0.333,0.133],[-0.067,0],[-0.333,0],[-0.3,-0.133],[-0.267,-0.2],[0,0],[-0.067,-0.667]],"o":[[0,0],[0.067,-0.1],[0.033,-0.033],[0.267,-0.267],[0.033,-0.033],[0.267,-0.1],[0.367,0],[0.3,0.1],[0,0],[0.5,0.5],[0,0]],"v":[[-29.725,-15.225],[-29.675,-15.225],[-29.475,-15.475],[-29.375,-15.525],[-28.475,-16.125],[-28.325,-16.175],[-27.425,-16.325],[-26.425,-16.125],[-25.575,-15.675],[-25.375,-15.475],[-24.525,-13.725]],"c":false},"ix":2},"nm":"Path 38","mn":"ADBE Vector Shape - Group","hd":false},{"ind":38,"ty":"sh","ix":39,"ks":{"a":0,"k":{"i":[[0,0],[0.033,0.2],[0,0.233],[-0.1,0.267],[-0.167,0.2],[-0.033,0.033],[0,0],[0.133,0.133],[0.167,0.533],[0,0.033],[-0.467,0.967],[-0.067,0.133],[0,0],[-0.033,0.033],[-0.033,0],[-0.067,0.067],[-0.033,0.033],[-0.133,0.1],[-0.133,0.1],[0,0],[-0.067,0],[-0.067,0.033],[-0.033,0.033],[-0.1,0.033],[-0.233,0.067]],"o":[[-0.067,-0.167],[-0.067,-0.2],[0,-0.333],[0.067,-0.267],[0.033,-0.067],[0,0],[-0.133,-0.133],[-0.433,-0.533],[-0.033,-0.067],[-0.267,-1.1],[0.033,-0.067],[0,0],[0,-0.067],[0.033,-0.067],[0.033,-0.1],[0.033,-0.033],[0.1,-0.167],[0.133,-0.133],[0,0],[0.067,-0.067],[0.067,-0.067],[0.033,0],[0.067,-0.033],[0.233,-0.1],[0,0]],"v":[[-30.075,-12.225],[-30.225,-12.775],[-30.325,-13.425],[-30.175,-14.325],[-29.825,-15.025],[-29.725,-15.175],[-29.725,-15.225],[-30.125,-15.625],[-31.025,-17.225],[-31.075,-17.375],[-30.775,-20.475],[-30.625,-20.775],[-30.575,-20.775],[-30.525,-20.925],[-30.425,-21.025],[-30.275,-21.275],[-30.175,-21.375],[-29.825,-21.775],[-29.425,-22.125],[-29.375,-22.175],[-29.175,-22.275],[-28.975,-22.425],[-28.875,-22.475],[-28.625,-22.575],[-27.925,-22.825]],"c":false},"ix":2},"nm":"Path 39","mn":"ADBE Vector Shape - Group","hd":false},{"ind":39,"ty":"sh","ix":40,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.067,0.3],[0,0],[0,0],[0,0.167],[-0.033,0.1],[0,0],[-0.067,0.2],[-0.133,0.233],[-0.633,0.167]],"o":[[0,0],[-0.133,-0.3],[0,0],[0,0],[-0.033,-0.167],[0,-0.133],[0,0],[0,-0.233],[0.033,-0.233],[0.167,-0.433],[0,0]],"v":[[-25.375,-20.775],[-26.425,-21.875],[-26.725,-22.775],[-26.725,-22.975],[-26.725,-23.025],[-26.775,-23.525],[-26.725,-23.875],[-26.725,-23.925],[-26.625,-24.575],[-26.375,-25.275],[-25.175,-26.175]],"c":false},"ix":2},"nm":"Path 40","mn":"ADBE Vector Shape - Group","hd":false},{"ind":40,"ty":"sh","ix":41,"ks":{"a":0,"k":{"i":[[0,0],[0.1,0.6],[0,0.133],[0,0],[-0.4,0.667],[-0.267,0.267],[-0.133,0.1],[-0.1,0.067],[-0.033,0],[-0.133,0.033],[-0.133,0.033],[-0.1,0],[-0.533,0],[-0.133,-0.033],[0,0],[0,0],[0,0],[0,0],[-0.067,-0.033],[-0.3,-0.133]],"o":[[-0.367,-0.533],[-0.033,-0.167],[0,0],[0,-0.833],[0.2,-0.333],[0.133,-0.133],[0.1,-0.067],[0.033,-0.033],[0.067,-0.1],[0.1,-0.067],[0.067,-0.067],[0.433,-0.167],[0.1,0],[0,0],[0,0],[0,0],[0,0],[0.033,0],[0.3,0.033],[0,0]],"v":[[-36.575,-15.325],[-37.275,-17.025],[-37.325,-17.475],[-37.325,-17.825],[-36.725,-20.075],[-36.025,-20.975],[-35.625,-21.325],[-35.325,-21.525],[-35.225,-21.575],[-34.925,-21.775],[-34.575,-21.925],[-34.325,-22.025],[-32.875,-22.275],[-32.525,-22.225],[-32.475,-22.225],[-32.275,-22.225],[-32.175,-22.225],[-32.125,-22.225],[-31.975,-22.175],[-31.075,-21.925]],"c":false},"ix":2},"nm":"Path 41","mn":"ADBE Vector Shape - Group","hd":false},{"ind":41,"ty":"sh","ix":42,"ks":{"a":0,"k":{"i":[[0,0],[0,0.5],[-0.1,0.367],[0,0],[0,0],[0,0],[-0.033,0.067],[-0.033,0.033],[-0.4,0.4],[0,0.033],[-0.433,0.2],[-0.533,0.033]],"o":[[-0.133,-0.433],[0,-0.4],[0,0],[0,0],[0,0],[0.033,-0.1],[0,-0.067],[0.233,-0.5],[0.033,0],[0.367,-0.367],[0.433,-0.2],[0,0]],"v":[[-35.675,-22.025],[-35.875,-23.425],[-35.725,-24.575],[-35.725,-24.675],[-35.675,-24.725],[-35.675,-24.825],[-35.575,-25.075],[-35.525,-25.225],[-34.575,-26.575],[-34.525,-26.625],[-33.325,-27.475],[-31.875,-27.825]],"c":false},"ix":2},"nm":"Path 42","mn":"ADBE Vector Shape - Group","hd":false},{"ind":42,"ty":"sh","ix":43,"ks":{"a":0,"k":{"i":[[0,0],[0.133,0.233],[0.067,0.133],[0.033,0.3],[-0.033,0.133],[-0.1,0.333],[-0.067,0.2],[-0.033,0.067],[-0.233,0.233]],"o":[[-0.2,-0.2],[-0.067,-0.133],[-0.133,-0.3],[-0.033,-0.1],[-0.033,-0.333],[0.067,-0.233],[0.033,-0.067],[0.167,-0.333],[0,0]],"v":[[-30.025,-25.475],[-30.525,-26.125],[-30.725,-26.525],[-30.975,-27.425],[-30.975,-27.775],[-30.875,-28.775],[-30.675,-29.425],[-30.575,-29.625],[-29.975,-30.475]],"c":false},"ix":2},"nm":"Path 43","mn":"ADBE Vector Shape - Group","hd":false},{"ind":43,"ty":"sh","ix":44,"ks":{"a":0,"k":{"i":[[0,0],[-0.333,0.367],[-0.733,0.2],[-0.433,0],[-0.767,-0.7]],"o":[[0.267,-0.367],[0.567,-0.567],[0.367,-0.133],[1.067,0],[0,0]],"v":[[-36.125,-33.475],[-35.225,-34.575],[-33.275,-35.725],[-32.075,-35.925],[-29.325,-34.875]],"c":false},"ix":2},"nm":"Path 44","mn":"ADBE Vector Shape - Group","hd":false},{"ind":44,"ty":"sh","ix":45,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.033,0.033],[-0.067,0.067],[-0.033,0.033],[-0.033,0.033]],"o":[[0,0],[0,-0.033],[0.033,-0.1],[0.067,-0.033],[0.033,-0.033],[0,0]],"v":[[-27.325,-33.825],[-27.325,-33.925],[-27.275,-34.025],[-27.125,-34.275],[-26.975,-34.375],[-26.875,-34.475]],"c":false},"ix":2},"nm":"Path 45","mn":"ADBE Vector Shape - Group","hd":false},{"ind":45,"ty":"sh","ix":46,"ks":{"a":0,"k":{"i":[[0,0],[-0.033,0.2],[-0.033,0.133],[-0.033,0.067],[-0.033,0.067],[-0.233,0.3]],"o":[[0,-0.2],[0,-0.2],[0.033,-0.1],[0,-0.1],[0.133,-0.367],[0,0]],"v":[[-25.775,-35.975],[-25.725,-36.575],[-25.675,-37.075],[-25.575,-37.325],[-25.525,-37.575],[-24.975,-38.575]],"c":false},"ix":2},"nm":"Path 46","mn":"ADBE Vector Shape - Group","hd":false},{"ind":46,"ty":"sh","ix":47,"ks":{"a":0,"k":{"i":[[0,0],[0.367,0.367],[0,0.6],[-0.3,0.367]],"o":[[-0.467,-0.067],[-0.433,-0.433],[0,-0.5],[0,0]],"v":[[-26.575,-37.625],[-27.825,-38.275],[-28.475,-39.825],[-28.025,-41.125]],"c":false},"ix":2},"nm":"Path 47","mn":"ADBE Vector Shape - Group","hd":false},{"ind":47,"ty":"sh","ix":48,"ks":{"a":0,"k":{"i":[[0,0],[-0.067,0.067],[-0.3,0.1]],"o":[[0.033,-0.067],[0.267,-0.267],[0,0]],"v":[[-27.975,-41.175],[-27.825,-41.375],[-26.975,-41.925]],"c":false},"ix":2},"nm":"Path 48","mn":"ADBE Vector Shape - Group","hd":false},{"ind":48,"ty":"sh","ix":49,"ks":{"a":0,"k":{"i":[[0,0],[-0.4,-0.4],[0,-1.1],[0,0],[0.067,-0.267],[0.033,-0.1],[0,-0.033],[0.367,-0.333],[0.467,-0.2],[0.567,0],[0.467,0.2],[0.4,0.4],[0.167,0.3],[0.133,-0.067],[0.167,-0.033],[0.733,0.167]],"o":[[0.5,0.2],[0.8,0.8],[0,0],[-0.067,0.267],[-0.033,0.067],[-0.033,0.033],[-0.2,0.4],[-0.367,0.4],[-0.467,0.2],[-0.533,0],[-0.5,-0.2],[-0.267,-0.267],[-0.133,0.033],[-0.133,0.067],[-0.767,0.2],[0,0]],"v":[[25.075,-15.475],[26.425,-14.575],[27.625,-11.725],[27.625,-11.175],[27.425,-10.375],[27.325,-10.125],[27.275,-10.025],[26.425,-8.925],[25.175,-8.025],[23.625,-7.725],[22.125,-8.025],[20.775,-8.925],[20.125,-9.775],[19.725,-9.625],[19.275,-9.475],[17.025,-9.425]],"c":false},"ix":2},"nm":"Path 49","mn":"ADBE Vector Shape - Group","hd":false},{"ind":49,"ty":"sh","ix":50,"ks":{"a":0,"k":{"i":[[0,0],[-0.1,-0.133],[-0.067,-0.7],[0,-0.1],[0,0],[0,0],[0.067,-0.3]],"o":[[0.1,0.133],[0.4,0.567],[0.033,0.067],[0,0],[0,0],[0,0.3],[0,0]],"v":[[29.875,-22.075],[30.175,-21.675],[30.875,-19.775],[30.925,-19.525],[30.925,-19.325],[30.925,-19.175],[30.825,-18.275]],"c":false},"ix":2},"nm":"Path 50","mn":"ADBE Vector Shape - Group","hd":false},{"ind":50,"ty":"sh","ix":51,"ks":{"a":0,"k":{"i":[[0,0],[-0.067,-0.433],[0,-0.133],[0,-0.067],[0,0],[0.067,-0.267]],"o":[[0.267,0.367],[0.033,0.1],[0.033,0.067],[0,0],[0,0.233],[0,0]],"v":[[21.425,-25.025],[21.925,-23.825],[21.975,-23.475],[22.025,-23.275],[22.025,-22.975],[21.925,-22.225]],"c":false},"ix":2},"nm":"Path 51","mn":"ADBE Vector Shape - Group","hd":false},{"ind":51,"ty":"sh","ix":52,"ks":{"a":0,"k":{"i":[[0,0],[-0.733,-0.733],[-0.2,-0.467],[0,0],[0,-0.033],[-0.033,-0.033],[-0.033,-0.167],[0,-0.267],[0.167,-0.433],[0.033,-0.067],[0.3,-0.3],[0.2,-0.167],[0,0],[0.367,-0.1],[0.3,0]],"o":[[1,0],[0.367,0.367],[0,0],[0.033,0.033],[0,0.033],[0.033,0.133],[0.033,0.2],[0,0.533],[-0.067,0.1],[-0.167,0.333],[-0.2,0.2],[0,0],[-0.333,0.2],[-0.3,0.067],[0,0]],"v":[[23.175,-27.925],[25.775,-26.825],[26.625,-25.575],[26.625,-25.525],[26.675,-25.425],[26.725,-25.325],[26.825,-24.875],[26.875,-24.175],[26.625,-22.725],[26.475,-22.475],[25.775,-21.525],[25.175,-20.975],[25.125,-20.975],[24.075,-20.525],[23.175,-20.425]],"c":false},"ix":2},"nm":"Path 52","mn":"ADBE Vector Shape - Group","hd":false},{"ind":52,"ty":"sh","ix":53,"ks":{"a":0,"k":{"i":[[0,0],[-0.2,0.2],[0,0],[-0.067,0.067],[0,0.033],[-0.333,0.2],[-0.067,0],[-0.733,0]],"o":[[0.133,-0.233],[0,0],[0.033,-0.067],[0.033,0],[0.3,-0.267],[0.033,-0.033],[0.6,-0.333],[0,0]],"v":[[20.175,-34.775],[20.675,-35.425],[20.725,-35.475],[20.875,-35.675],[20.925,-35.725],[21.875,-36.425],[22.025,-36.475],[24.025,-36.975]],"c":false},"ix":2},"nm":"Path 53","mn":"ADBE Vector Shape - Group","hd":false},{"ind":53,"ty":"sh","ix":54,"ks":{"a":0,"k":{"i":[[0,0],[-0.6,-0.6],[0,-1],[0.367,-0.6]],"o":[[0.833,0.067],[0.7,0.7],[0,0.733],[0,0]],"v":[[29.275,-33.225],[31.425,-32.225],[32.475,-29.675],[31.925,-27.675]],"c":false},"ix":2},"nm":"Path 54","mn":"ADBE Vector Shape - Group","hd":false},{"ind":54,"ty":"sh","ix":55,"ks":{"a":0,"k":{"i":[[0,0],[0.533,0.733],[0,0],[0.1,0.133],[0.067,0.067],[0.833,0.133],[0.167,-0.167],[0.367,-0.167],[0,0]],"o":[[0,-0.967],[0,0],[-0.1,-0.133],[-0.033,-0.033],[-0.667,-0.667],[-0.167,0.2],[-0.333,0.333],[0,0],[0,0]],"v":[[35.475,-23.325],[34.675,-25.875],[34.625,-25.925],[34.325,-26.325],[34.175,-26.475],[31.925,-27.675],[31.425,-27.125],[30.375,-26.375],[29.325,-26.475]],"c":false},"ix":2},"nm":"Path 55","mn":"ADBE Vector Shape - Group","hd":false},{"ind":55,"ty":"sh","ix":56,"ks":{"a":0,"k":{"i":[[0,0],[0.533,0.533],[1.133,0.033]],"o":[[-0.2,-0.667],[-0.833,-0.833],[0,0]],"v":[[21.375,-37.425],[20.275,-39.225],[17.325,-40.525]],"c":false},"ix":2},"nm":"Path 56","mn":"ADBE Vector Shape - Group","hd":false},{"ind":56,"ty":"sh","ix":57,"ks":{"a":0,"k":{"i":[[0,0],[0.3,-0.3],[0.767,0],[0.167,0.033],[0.433,0.433],[0.1,0.333]],"o":[[-0.167,0.333],[-0.533,0.567],[-0.2,0],[-0.533,-0.1],[-0.3,-0.3],[0,0]],"v":[[12.325,-20.625],[11.625,-19.675],[9.675,-18.825],[9.125,-18.875],[7.675,-19.675],[7.075,-20.625]],"c":false},"ix":2},"nm":"Path 57","mn":"ADBE Vector Shape - Group","hd":false},{"ind":57,"ty":"sh","ix":58,"ks":{"a":0,"k":{"i":[[0,0],[0.167,-0.133],[0.3,-0.133],[0.133,-0.033],[0.333,0],[0.433,0.167],[0.367,0.367],[0.133,0.267],[0.033,0.033],[0.033,0.067],[0.033,0.533],[-0.367,0.533],[-0.2,0.2]],"o":[[-0.133,0.133],[-0.267,0.167],[-0.133,0.033],[-0.3,0.033],[-0.5,0.033],[-0.433,-0.2],[-0.267,-0.267],[-0.033,-0.067],[-0.033,-0.1],[-0.2,-0.467],[0.033,-0.733],[0.133,-0.233],[0,0]],"v":[[20.525,-19.975],[20.075,-19.575],[19.225,-19.125],[18.825,-19.025],[17.875,-18.975],[16.475,-19.175],[15.275,-20.025],[14.675,-20.825],[14.575,-20.975],[14.475,-21.225],[14.125,-22.725],[14.725,-24.625],[15.225,-25.275]],"c":false},"ix":2},"nm":"Path 58","mn":"ADBE Vector Shape - Group","hd":false},{"ind":58,"ty":"sh","ix":59,"ks":{"a":0,"k":{"i":[[0,0],[0.1,-0.1],[0.9,-0.133],[0.167,0],[0,0],[0,0],[0.333,0.067],[0.067,0],[0.033,0],[0.033,0],[0.267,0.133],[0.267,0.267],[0.167,0.233],[0.1,0.333],[0.033,0.367],[0,0.1],[0,0],[0,0],[-0.067,0.267]],"o":[[-0.133,0.167],[-0.7,0.7],[-0.167,0.033],[0,0],[0,0],[-0.367,0],[-0.067,-0.033],[-0.033,-0.033],[-0.033,0],[-0.3,-0.133],[-0.3,-0.2],[-0.2,-0.2],[-0.2,-0.267],[-0.133,-0.3],[-0.033,-0.067],[0,0],[0,0],[0,-0.3],[0,0]],"v":[[12.575,-12.675],[12.225,-12.275],[9.825,-11.025],[9.325,-10.975],[9.175,-10.975],[9.075,-10.975],[8.025,-11.075],[7.825,-11.125],[7.725,-11.175],[7.625,-11.175],[6.775,-11.575],[5.925,-12.275],[5.375,-12.925],[4.925,-13.825],[4.675,-14.825],[4.625,-15.075],[4.625,-15.325],[4.625,-15.425],[4.725,-16.275]],"c":false},"ix":2},"nm":"Path 59","mn":"ADBE Vector Shape - Group","hd":false},{"ind":59,"ty":"sh","ix":60,"ks":{"a":0,"k":{"i":[[0,0],[0.533,-0.033],[0.167,0],[0.133,0],[0.3,0.1],[0.133,0.033],[0.167,0.1],[0.2,0.2],[0.067,0.067],[0.2,0.267]],"o":[[-0.467,0.233],[-0.133,0],[-0.133,0],[-0.333,-0.033],[-0.167,-0.067],[-0.167,-0.1],[-0.233,-0.133],[-0.033,-0.033],[-0.267,-0.267],[0,0]],"v":[[6.025,-23.575],[4.525,-23.175],[4.075,-23.175],[3.675,-23.175],[2.725,-23.375],[2.275,-23.525],[1.775,-23.825],[1.125,-24.325],[0.975,-24.475],[0.275,-25.275]],"c":false},"ix":2},"nm":"Path 60","mn":"ADBE Vector Shape - Group","hd":false},{"ind":60,"ty":"sh","ix":61,"ks":{"a":0,"k":{"i":[[0,0],[0.1,-0.133],[0.033,-0.067],[0.067,-0.067],[0.233,-0.167],[0.1,-0.1],[0.033,-0.033],[0.533,-0.033]],"o":[[-0.067,0.167],[-0.033,0.067],[-0.1,0.1],[-0.2,0.233],[-0.133,0.067],[-0.067,0],[-0.467,0.2],[0,0]],"v":[[1.425,-27.825],[1.175,-27.375],[1.075,-27.175],[0.825,-26.925],[0.175,-26.325],[-0.175,-26.075],[-0.325,-26.025],[-1.825,-25.675]],"c":false},"ix":2},"nm":"Path 61","mn":"ADBE Vector Shape - Group","hd":false},{"ind":61,"ty":"sh","ix":62,"ks":{"a":0,"k":{"i":[[0,0],[-0.267,0.267],[-0.333,0.2],[-0.167,0.067],[-0.767,-0.1],[0,0]],"o":[[0.2,-0.333],[0.3,-0.267],[0.133,-0.1],[0.733,-0.3],[0,0],[0,0]],"v":[[-3.475,-34.475],[-2.775,-35.375],[-1.825,-36.075],[-1.375,-36.325],[0.875,-36.625],[1.025,-36.625]],"c":false},"ix":2},"nm":"Path 62","mn":"ADBE Vector Shape - Group","hd":false},{"ind":62,"ty":"sh","ix":63,"ks":{"a":0,"k":{"i":[[0,0],[0.167,0.067],[0.167,0.1],[0.333,0.367],[0.067,0.1],[0.133,0.4]],"o":[[-0.167,-0.033],[-0.167,-0.033],[-0.433,-0.233],[-0.067,-0.067],[-0.233,-0.3],[0,0]],"v":[[13.125,-25.775],[12.625,-25.925],[12.125,-26.125],[10.975,-27.025],[10.775,-27.275],[10.225,-28.325]],"c":false},"ix":2},"nm":"Path 63","mn":"ADBE Vector Shape - Group","hd":false},{"ind":63,"ty":"sh","ix":64,"ks":{"a":0,"k":{"i":[[0,0],[-0.167,0.067],[-1,-0.3]],"o":[[0.133,-0.1],[0.933,-0.4],[0,0]],"v":[[14.625,-30.875],[15.075,-31.125],[17.975,-31.275]],"c":false},"ix":2},"nm":"Path 64","mn":"ADBE Vector Shape - Group","hd":false},{"ind":64,"ty":"sh","ix":65,"ks":{"a":0,"k":{"i":[[0,0],[-0.067,0.267],[-0.033,0.1],[-0.2,0.333],[-0.133,0.133],[0,0],[0,0],[-0.1,0.067],[-0.033,0],[0,0],[0,0],[-0.133,0.1],[-0.233,0.133],[-0.767,0],[-0.133,-0.033],[0,0],[-0.067,-0.033],[-0.3,-0.133]],"o":[[0,-0.267],[0,-0.133],[0.1,-0.367],[0.1,-0.167],[0,0],[0,0],[0.067,-0.1],[0,-0.033],[0,0],[0,0],[0.1,-0.1],[0.233,-0.167],[0.6,-0.333],[0.133,0],[0,0],[0.067,0],[0.3,0.033],[0,0]],"v":[[3.775,-29.925],[3.875,-30.725],[3.925,-31.075],[4.375,-32.125],[4.725,-32.575],[4.775,-32.625],[4.775,-32.675],[5.025,-32.925],[5.075,-32.975],[5.075,-33.025],[5.125,-33.075],[5.475,-33.375],[6.175,-33.825],[8.225,-34.325],[8.625,-34.275],[8.925,-34.275],[9.125,-34.225],[10.025,-33.975]],"c":false},"ix":2},"nm":"Path 65","mn":"ADBE Vector Shape - Group","hd":false},{"ind":65,"ty":"sh","ix":66,"ks":{"a":0,"k":{"i":[[0,0],[0.267,-0.233],[0.267,-0.133],[0.1,-0.067],[0.233,0],[0.033,0],[0.467,0.467],[0,0.7]],"o":[[-0.133,0.3],[-0.233,0.233],[-0.1,0.033],[-0.233,0.033],[-0.067,0],[-0.633,-0.033],[-0.467,-0.467],[0,0]],"v":[[-5.475,-20.225],[-6.075,-19.425],[-6.825,-18.875],[-7.125,-18.725],[-7.825,-18.675],[-7.975,-18.675],[-9.625,-19.425],[-10.325,-21.175]],"c":false},"ix":2},"nm":"Path 66","mn":"ADBE Vector Shape - Group","hd":false},{"ind":66,"ty":"sh","ix":67,"ks":{"a":0,"k":{"i":[[0,0],[0,-0.267],[0.1,-0.267],[0,0],[-0.167,-0.167],[-0.3,-0.2],[-0.8,0],[0,0],[-0.533,0.2],[-0.4,0.4],[-0.2,0.7],[0,0.367]],"o":[[0.067,0.2],[0,0.3],[0,0],[0.3,0.233],[0.233,0.233],[0.633,0.4],[0,0],[0.6,0],[0.5,-0.233],[0.567,-0.567],[0.067,-0.333],[0,0]],"v":[[-5.425,-21.875],[-5.325,-21.175],[-5.475,-20.325],[-5.475,-20.225],[-4.775,-19.625],[-3.975,-18.975],[-1.825,-18.375],[-1.725,-18.375],[-0.025,-18.675],[1.325,-19.625],[2.475,-21.525],[2.575,-22.575]],"c":false},"ix":2},"nm":"Path 67","mn":"ADBE Vector Shape - Group","hd":false},{"ind":67,"ty":"sh","ix":68,"ks":{"a":0,"k":{"i":[[0,0],[0.567,-0.567],[0.4,-0.233],[0.167,-0.067],[0.667,0],[0.933,0.833],[0.867,-0.133],[0.167,0],[0,0],[0.333,0.067],[0.1,0],[0.033,0],[0.067,0.033],[0.267,0.133],[0.267,0.267],[0.167,0.233],[0.1,0.267],[0.033,0.367]],"o":[[-0.267,0.733],[-0.333,0.333],[-0.167,0.1],[-0.6,0.233],[-1.267,0],[-0.667,0.633],[-0.167,0.033],[0,0],[-0.367,0],[-0.067,-0.033],[0,-0.033],[-0.033,0],[-0.267,-0.1],[-0.3,-0.2],[-0.2,-0.2],[-0.2,-0.267],[-0.133,-0.367],[0,0]],"v":[[-6.475,-15.325],[-7.725,-13.375],[-8.825,-12.525],[-9.325,-12.275],[-11.225,-11.925],[-14.525,-13.175],[-16.825,-12.025],[-17.325,-11.975],[-17.575,-11.975],[-18.625,-12.075],[-18.875,-12.125],[-18.925,-12.175],[-19.075,-12.225],[-19.875,-12.575],[-20.725,-13.275],[-21.275,-13.925],[-21.725,-14.725],[-21.975,-15.825]],"c":false},"ix":2},"nm":"Path 68","mn":"ADBE Vector Shape - Group","hd":false},{"ind":68,"ty":"sh","ix":69,"ks":{"a":0,"k":{"i":[[0,0],[-0.1,-0.367],[-0.033,-0.233],[0,0],[0.067,-0.3],[0.033,-0.067],[0.167,-0.3]],"o":[[0.2,0.3],[0.033,0.2],[0,0],[0,0.3],[0,0.067],[-0.1,0.333],[0,0]],"v":[[-19.025,-25.575],[-18.575,-24.575],[-18.475,-23.925],[-18.475,-23.525],[-18.575,-22.625],[-18.625,-22.425],[-19.025,-21.475]],"c":false},"ix":2},"nm":"Path 69","mn":"ADBE Vector Shape - Group","hd":false},{"ind":69,"ty":"sh","ix":70,"ks":{"a":0,"k":{"i":[[0,0],[-0.1,0.067],[-0.133,0.1],[-0.133,0.067],[0,0],[-0.033,0],[0,0],[-0.033,0],[0,0],[-0.033,0],[-0.067,0],[0,0],[-0.1,0.033],[0,0],[-0.067,0],[-0.667,-0.2],[0,0],[-0.1,-0.067],[-0.1,0],[-0.067,-0.033],[-0.2,-0.167]],"o":[[0.1,-0.067],[0.133,-0.1],[0.1,-0.067],[0,0],[0,-0.033],[0,0],[0.033,-0.033],[0,0],[0.033,-0.033],[0.033,-0.033],[0,0],[0.1,-0.033],[0,0],[0.033,-0.033],[0.6,-0.1],[0,0],[0.1,0.033],[0.1,0.033],[0.067,0.033],[0.2,0.1],[0,0]],"v":[[-26.875,-34.475],[-26.575,-34.675],[-26.175,-34.975],[-25.825,-35.175],[-25.775,-35.175],[-25.725,-35.225],[-25.675,-35.225],[-25.575,-35.275],[-25.525,-35.275],[-25.425,-35.325],[-25.275,-35.375],[-25.225,-35.375],[-24.925,-35.475],[-24.875,-35.475],[-24.725,-35.525],[-22.825,-35.375],[-22.775,-35.375],[-22.475,-35.225],[-22.175,-35.175],[-21.975,-35.075],[-21.375,-34.675]],"c":false},"ix":2},"nm":"Path 70","mn":"ADBE Vector Shape - Group","hd":false},{"ind":70,"ty":"sh","ix":71,"ks":{"a":0,"k":{"i":[[0,0],[-0.5,0.2],[-0.1,0],[-0.1,0],[-0.433,0],[-0.5,-0.2],[-0.433,-0.367],[-0.067,-0.067],[-0.033,-0.033],[-0.1,-0.133],[0,0],[0,0],[-0.067,-0.133],[-0.1,-0.3],[0,-0.5],[0.233,-0.567],[0.433,-0.433]],"o":[[0.433,-0.4],[0.067,-0.067],[0.1,-0.067],[0.4,-0.133],[0.6,0],[0.467,0.2],[0.1,0.067],[0.067,0.067],[0.133,0.133],[0,0],[0,0],[0.1,0.133],[0.133,0.267],[0.133,0.4],[0,0.633],[-0.233,0.533],[0,0]],"v":[[-19.025,-33.075],[-17.625,-33.975],[-17.375,-34.075],[-17.075,-34.175],[-15.825,-34.375],[-14.175,-34.075],[-12.825,-33.225],[-12.575,-33.025],[-12.425,-32.875],[-12.075,-32.475],[-12.075,-32.425],[-12.025,-32.375],[-11.775,-31.975],[-11.425,-31.125],[-11.225,-29.775],[-11.575,-27.975],[-12.575,-26.525]],"c":false},"ix":2},"nm":"Path 71","mn":"ADBE Vector Shape - Group","hd":false},{"ind":71,"ty":"sh","ix":72,"ks":{"a":0,"k":{"i":[[0,0],[0.433,0.3],[0.6,0.233],[0.133,0.033],[0.033,0],[0.2,0.033],[0.133,0],[0,0],[1.1,-0.133],[0.367,-0.067],[0.2,-0.067],[0.367,-0.133],[0.233,-0.1]],"o":[[-0.3,-0.367],[-0.467,-0.333],[-0.167,-0.067],[-0.033,-0.033],[-0.2,-0.067],[-0.133,-0.033],[0,0],[-1,-0.2],[-0.4,0.067],[-0.133,0.033],[-0.4,0.1],[-0.267,0.1],[0,0]],"v":[[-0.425,-31.675],[-1.525,-32.675],[-3.125,-33.525],[-3.575,-33.675],[-3.675,-33.725],[-4.275,-33.875],[-4.675,-33.925],[-4.725,-33.925],[-7.875,-34.025],[-9.025,-33.825],[-9.525,-33.675],[-10.675,-33.325],[-11.425,-33.025]],"c":false},"ix":2},"nm":"Path 72","mn":"ADBE Vector Shape - Group","hd":false},{"ind":72,"ty":"sh","ix":73,"ks":{"a":0,"k":{"i":[[0,0],[-0.267,0.167],[-0.567,0.033],[-0.167,0],[-0.167,-0.033],[0,0],[-0.167,-0.033],[-0.433,-0.4],[-0.2,-0.267]],"o":[[0.267,-0.233],[0.533,-0.3],[0.133,-0.033],[0.133,0],[0,0],[0.167,0.033],[0.667,0.167],[0.233,0.2],[0,0]],"v":[[-15.225,-45.175],[-14.425,-45.775],[-12.775,-46.275],[-12.325,-46.325],[-11.875,-46.275],[-11.825,-46.275],[-11.325,-46.175],[-9.675,-45.325],[-9.025,-44.625]],"c":false},"ix":2},"nm":"Path 73","mn":"ADBE Vector Shape - Group","hd":false},{"ind":73,"ty":"sh","ix":74,"ks":{"a":0,"k":{"i":[[0,0],[-0.433,0.467],[-0.467,0.067],[0,0],[-0.067,0],[-0.067,0],[-0.433,-0.433],[-0.133,-0.3],[0,-0.3]],"o":[[0,-0.633],[0.333,-0.333],[0,0],[0.033,-0.033],[0.067,0],[0.633,0],[0.233,0.233],[0.1,0.267],[0,0]],"v":[[-11.825,-46.825],[-11.175,-48.475],[-9.975,-49.075],[-9.875,-49.075],[-9.725,-49.125],[-9.525,-49.125],[-7.925,-48.475],[-7.375,-47.675],[-7.225,-46.825]],"c":false},"ix":2},"nm":"Path 74","mn":"ADBE Vector Shape - Group","hd":false},{"ind":74,"ty":"sh","ix":75,"ks":{"a":0,"k":{"i":[[0,0],[-0.6,0.6],[-0.2,0.133],[-0.3,0.1],[-0.367,0.033],[-0.2,0],[-0.233,-0.033],[-0.6,-0.467],[-0.033,-0.033],[-0.067,-0.067],[-0.233,-0.533]],"o":[[0.167,-0.8],[0.2,-0.2],[0.233,-0.167],[0.3,-0.167],[0.2,-0.033],[0.267,0],[0.7,0.133],[0.033,0.033],[0.067,0.067],[0.4,0.4],[0,0]],"v":[[-17.875,-37.175],[-16.725,-39.275],[-16.125,-39.775],[-15.325,-40.175],[-14.325,-40.475],[-13.725,-40.525],[-12.975,-40.475],[-11.025,-39.575],[-10.925,-39.475],[-10.725,-39.275],[-9.775,-37.875]],"c":false},"ix":2},"nm":"Path 75","mn":"ADBE Vector Shape - Group","hd":false},{"ind":75,"ty":"sh","ix":76,"ks":{"a":0,"k":{"i":[[0,0],[-0.133,0.233],[-0.867,0.267],[-0.033,0.033],[0,0],[-0.733,-0.367]],"o":[[0.067,-0.267],[0.467,-0.8],[0.033,0],[0,0],[0.867,-0.267],[0,0]],"v":[[-21.675,-41.925],[-21.375,-42.675],[-19.375,-44.275],[-19.275,-44.325],[-19.225,-44.325],[-16.825,-44.175]],"c":false},"ix":2},"nm":"Path 76","mn":"ADBE Vector Shape - Group","hd":false},{"ind":76,"ty":"sh","ix":77,"ks":{"a":0,"k":{"i":[[0,0],[-0.333,0.4],[-0.133,0.1],[-0.033,0.033],[-1.2,0],[0,0]],"o":[[0.133,-0.467],[0.067,-0.133],[0.033,-0.067],[0.867,-0.867],[0,0],[0,0]],"v":[[12.975,-37.425],[13.675,-38.725],[13.975,-39.075],[14.075,-39.225],[17.175,-40.525],[17.225,-40.525]],"c":false},"ix":2},"nm":"Path 77","mn":"ADBE Vector Shape - Group","hd":false},{"ind":77,"ty":"sh","ix":78,"ks":{"a":0,"k":{"i":[[0,0],[-0.3,-0.033],[-0.433,-0.3],[-0.267,-0.367],[0.067,-0.833]],"o":[[0.267,0],[0.533,0.1],[0.3,0.2],[0.533,0.7],[0,0]],"v":[[6.375,-47.075],[7.225,-47.025],[8.675,-46.425],[9.525,-45.575],[10.225,-43.275]],"c":false},"ix":2},"nm":"Path 78","mn":"ADBE Vector Shape - Group","hd":false},{"ind":78,"ty":"sh","ix":79,"ks":{"a":0,"k":{"i":[[0,0],[-0.167,0.2],[-0.1,0.067],[-0.333,0.167],[-0.367,0.1],[-0.167,0.033],[-0.867,-0.467],[-0.067,-0.067],[0,0],[-0.133,-0.1],[-0.1,-0.067],[0,-0.033],[-0.2,-0.3]],"o":[[0.133,-0.233],[0.067,-0.1],[0.267,-0.3],[0.333,-0.2],[0.2,-0.033],[0.867,-0.133],[0.067,0],[0,0],[0.1,0.067],[0.067,0.033],[0.067,0.033],[0.267,0.167],[0,0]],"v":[[4.125,-40.875],[4.575,-41.525],[4.825,-41.775],[5.725,-42.475],[6.775,-42.925],[7.325,-43.025],[9.925,-42.525],[10.125,-42.425],[10.175,-42.425],[10.525,-42.175],[10.775,-42.025],[10.875,-41.925],[11.575,-41.225]],"c":false},"ix":2},"nm":"Path 79","mn":"ADBE Vector Shape - Group","hd":false},{"ind":79,"ty":"sh","ix":80,"ks":{"a":0,"k":{"i":[[0,0],[-0.5,0],[-0.267,-0.033],[-0.033,-0.033],[-0.367,-0.167],[0,0],[-0.133,-0.067],[-0.033,-0.033],[-0.033,-0.033],[-0.433,-0.433],[-0.267,-0.467],[-0.133,-0.5],[0,-0.567],[0,0],[0,0],[-0.133,-0.033],[0,0],[0,0],[-0.067,-0.033],[-0.1,0],[-0.033,0],[-0.033,0],[-0.3,-0.267],[-0.233,-0.467],[-0.1,-0.133],[-0.067,-0.2]],"o":[[0.467,-0.1],[0.3,0],[0.033,0],[0.433,0.033],[0,0],[0.1,0.033],[0.033,0],[0.067,0.033],[0.533,0.267],[0.433,0.433],[0.233,0.433],[0.1,0.3],[0,0],[0,0],[0.1,0.033],[0,0],[0,0],[0.1,0.033],[0.1,0.033],[0.033,0.033],[0.033,0.033],[0.333,0.167],[0.367,0.267],[0.067,0.167],[0.067,0.167],[0,0]],"v":[[-6.425,-42.275],[-4.975,-42.425],[-4.125,-42.375],[-4.025,-42.325],[-2.825,-42.025],[-2.775,-42.025],[-2.425,-41.875],[-2.325,-41.825],[-2.175,-41.725],[-0.725,-40.675],[0.325,-39.325],[0.875,-37.925],[1.025,-36.625],[1.075,-36.575],[1.175,-36.575],[1.525,-36.475],[1.575,-36.475],[1.625,-36.425],[1.875,-36.325],[2.175,-36.275],[2.275,-36.225],[2.375,-36.175],[3.325,-35.525],[4.225,-34.425],[4.475,-33.975],[4.675,-33.425]],"c":false},"ix":2},"nm":"Path 80","mn":"ADBE Vector Shape - Group","hd":false},{"ind":80,"ty":"sh","ix":81,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-0.6,0],[0,0],[-0.2,-0.033]],"o":[[0,0],[0,0],[0.5,-0.2],[0,0],[0.2,0],[0,0]],"v":[[0.725,-46.625],[0.775,-46.625],[0.825,-46.675],[2.475,-46.975],[2.575,-46.975],[3.175,-46.925]],"c":false},"ix":2},"nm":"Path 81","mn":"ADBE Vector Shape - Group","hd":false},{"ind":81,"ty":"sh","ix":82,"ks":{"a":0,"k":{"i":[[0,0],[-0.1,0.333],[-0.1,0.233],[0,0],[-0.333,0.333],[-0.433,0.2],[0,0],[-0.067,0.033],[0.467,0.467]],"o":[[0,-0.4],[0.067,-0.3],[0,0],[0.2,-0.367],[0.367,-0.367],[0,0],[0.033,-0.033],[-0.767,-0.267],[0,0]],"v":[[-1.975,-42.525],[-1.825,-43.625],[-1.575,-44.425],[-1.475,-44.625],[-0.675,-45.675],[0.525,-46.525],[0.575,-46.525],[0.725,-46.625],[-1.125,-47.725]],"c":false},"ix":2},"nm":"Path 82","mn":"ADBE Vector Shape - Group","hd":false},{"ind":82,"ty":"sh","ix":83,"ks":{"a":0,"k":{"i":[[0,0],[-0.5,0.233],[0,0.5],[-0.5,0.5],[-0.733,0],[-0.5,-0.5],[0,-0.733],[0.1,-0.267],[-0.933,-0.933],[-0.3,-1.233],[-0.167,0],[-1,-1],[-0.033,-1.433],[-0.2,-0.2],[0,-1.067],[0.367,-0.6],[-0.9,-0.9],[-0.1,-0.1],[-0.6,0],[-0.433,-0.433],[0,-0.6],[0.433,-0.433],[0.6,0],[0.067,0],[0.767,-0.933],[0.1,-0.1],[0.067,-0.067],[0.133,-0.1],[0,-0.4],[0.633,-0.6],[0.267,-0.133],[0.067,-0.133],[0,0],[-0.733,-0.733],[0,-1.2],[0.867,-0.833],[0.967,-0.1],[0,-1.333],[1.2,-1.167],[1.7,0],[0.2,-0.067],[0,0],[0,0],[0.5,-0.5],[0.7,0],[0,0],[0,-0.567],[0.6,-0.6],[0.867,0],[0.567,0.5],[0.2,0],[0,0],[0,-0.033],[0.033,0],[-0.067,-0.067],[0,0],[0,-1.433],[0.967,-1.033],[1.333,-0.033],[0,0],[0,0],[4.233,-4.2],[4.967,-0.5],[0.6,-0.6],[1.833,0],[1.3,1.3],[0.067,1.733],[1.567,1.567],[0.5,0.6],[0,0],[0.433,0.467],[0,0.633],[0,0],[0,0],[0,3.567],[0,0],[0,0],[-0.667,2.067],[0.4,0.167],[0.167,0.067],[-0.2,-0.033],[-0.367,-0.2],[-0.233,0.5],[0.233,0.233],[0.133,0.367],[-0.6,-0.267],[-0.667,-0.067],[-0.267,0],[-0.967,0.667],[0,0],[0.633,0.533],[0.167,0.167],[0.3,0.533]],"o":[[0.467,-0.367],[-0.233,-0.4],[0,-0.733],[0.5,-0.5],[0.733,0],[0.5,0.5],[0,0.333],[1.2,0.267],[0.933,0.933],[0.167,-0.033],[1.433,0],[0.967,0.967],[0.233,0.133],[0.767,0.767],[0,0.733],[1.233,0.133],[0.1,0.1],[0.433,-0.433],[0.6,0],[0.433,0.433],[0,0.6],[-0.433,0.433],[-0.067,0],[-0.033,1.267],[-0.067,0.1],[-0.067,0.067],[-0.1,0.133],[0.133,0.367],[0,0.9],[-0.2,0.233],[-0.033,0.133],[0,0],[1.067,0.1],[0.867,0.867],[0,1.2],[-0.733,0.767],[0.733,1.033],[0,1.7],[-1.167,1.2],[-0.133,0],[0,0],[0,0],[0,0.7],[-0.5,0.5],[0,0],[0.267,0.467],[0,0.867],[-0.6,0.6],[-0.8,0],[-0.167,0.033],[0,0],[-0.067,-0.033],[-0.067,-0.033],[0.033,0.033],[0,0],[0.967,1],[0,1.4],[-0.967,0.933],[0,0],[0,0],[0,5.967],[-3.633,3.667],[-0.333,0.7],[-1.267,1.3],[-1.833,0],[-1.2,-1.2],[-1.767,-0.967],[-0.567,-0.567],[0,0],[-0.667,0],[-0.433,-0.433],[0,0],[0,0],[-1.5,-2.967],[0,0],[0,0],[0,-2.367],[-0.333,-0.267],[-0.133,-0.067],[0.167,0],[0.4,0.033],[0.167,-0.533],[-0.3,-0.133],[-0.267,-0.267],[0.467,0.467],[0.533,0.267],[0.233,0.033],[1.1,0],[0,0],[-0.767,-0.233],[-0.2,-0.167],[-0.433,-0.433],[0,0]],"v":[[17.325,-40.525],[18.775,-41.425],[18.425,-42.775],[19.175,-44.625],[21.025,-45.375],[22.875,-44.625],[23.625,-42.775],[23.475,-41.875],[26.675,-40.075],[28.525,-36.825],[29.025,-36.875],[32.675,-35.375],[34.175,-31.775],[34.825,-31.275],[35.975,-28.525],[35.425,-26.525],[38.625,-24.975],[38.925,-24.675],[40.475,-25.325],[42.025,-24.675],[42.675,-23.125],[42.025,-21.575],[40.475,-20.925],[40.275,-20.925],[39.075,-17.625],[38.825,-17.325],[38.625,-17.125],[38.275,-16.775],[38.475,-15.625],[37.525,-13.375],[36.825,-12.825],[36.675,-12.425],[36.725,-12.425],[39.425,-11.175],[40.725,-8.075],[39.425,-5.025],[36.875,-3.725],[37.975,-0.175],[36.175,4.125],[31.875,5.925],[31.375,6.025],[31.225,6.025],[31.225,6.125],[30.475,7.925],[28.675,8.675],[28.575,8.675],[28.975,10.225],[28.075,12.425],[25.875,13.325],[23.825,12.575],[23.275,12.625],[23.025,12.625],[22.925,12.625],[22.775,12.575],[22.925,12.725],[22.975,12.775],[24.425,16.425],[22.975,20.075],[19.525,21.525],[18.225,21.525],[18.225,27.025],[11.875,42.275],[-1.025,48.525],[-2.425,50.475],[-7.075,52.425],[-11.775,50.475],[-13.675,46.075],[-18.675,42.275],[-20.275,40.525],[-20.425,40.525],[-22.075,39.825],[-22.725,38.225],[-22.725,37.925],[-22.725,36.825],[-24.975,27.025],[-24.975,7.825],[-24.975,4.625],[-23.975,-2.025],[-25.075,-2.675],[-25.525,-2.875],[-24.975,-2.825],[-23.825,-2.475],[-23.225,-4.025],[-24.025,-4.575],[-24.625,-5.525],[-23.025,-4.425],[-21.225,-3.925],[-20.475,-3.875],[-17.375,-4.875],[-17.425,-4.875],[-19.525,-6.025],[-20.075,-6.525],[-21.175,-7.975]],"c":false},"ix":2},"nm":"Path 83","mn":"ADBE Vector Shape - Group","hd":false},{"ind":83,"ty":"sh","ix":84,"ks":{"a":0,"k":{"i":[[0,0],[0.833,-0.033],[0,0],[1.133,1.133],[0,1.6],[-0.667,0.967],[-0.133,0.167],[0.267,-0.1],[0.3,0],[0.6,0.6],[0,0.833],[-0.2,0.367],[0,0.533],[0,0],[0.033,-0.033],[0.633,0],[0.433,0.433],[0,0.633],[-0.433,0.433],[-0.033,0],[0.267,0.267],[0,0.967],[-0.667,0.667],[-0.367,0.167],[0.1,0.6],[0.467,0.467],[0,0.7],[-0.467,0.5],[-0.7,0],[-0.3,-0.133],[-0.167,0.167],[-1.1,0.2],[0.4,0.4],[0.1,0.167],[0.733,0.733],[0.233,0.4],[0,0],[0.033,0.133],[0,0.1],[0,0.1],[0,0.433],[-1.033,1.067],[-0.167,0.133],[0,0.133],[-0.467,0.5],[-0.667,0],[-0.467,-0.467],[-0.1,-0.433],[-0.467,-0.333],[-0.067,0.033],[0,0.467],[-0.8,0.8],[-1.133,0],[-0.367,-0.133],[0,0],[0,0.767],[-0.633,0.667],[-0.933,0],[-0.6,-0.567],[-0.533,0],[-0.4,-0.4],[-0.1,-0.133],[-0.6,0.6],[-0.9,0.133],[-0.533,0.533],[-0.933,0],[-0.633,-0.633],[-0.167,-0.367],[-0.1,0.1],[-1.067,0],[-0.733,-0.733],[-0.067,-0.067],[0,-0.967],[0,0],[-0.367,-0.067],[-0.133,0.133],[-0.133,0.1],[0,0.7],[-0.5,0.5],[-0.7,0],[-0.5,-0.5],[-0.133,-0.167],[-0.133,0.133],[-1.033,0],[-0.733,-0.733],[0,-1.033],[0,0],[0.067,-0.233],[0,0],[0,0],[-0.7,-0.7],[-0.2,-0.433],[-0.067,0.067],[-0.467,0],[-0.333,-0.333],[0,-0.467],[0.333,-0.333],[0.133,-0.1],[-0.367,-0.367],[-0.2,-0.467],[0,0]],"o":[[-0.7,0.3],[0,0],[-1.6,0],[-1.1,-1.1],[0,-1.233],[0.133,-0.167],[-0.267,0.167],[-0.3,0.067],[-0.833,0],[-0.6,-0.6],[0,-0.5],[-0.2,-0.467],[0,0],[-0.033,0.033],[-0.433,0.433],[-0.633,0],[-0.433,-0.433],[0,-0.633],[0.033,-0.033],[-0.333,-0.167],[-0.667,-0.667],[0,-0.967],[0.3,-0.3],[-0.333,-0.533],[-0.667,-0.033],[-0.467,-0.467],[0,-0.7],[0.5,-0.467],[0.367,0],[0.1,-0.167],[0.867,-0.833],[-0.467,-0.167],[-0.167,-0.167],[-0.967,-0.233],[-0.333,-0.333],[0,0],[-0.067,-0.1],[-0.067,-0.1],[-0.067,-0.133],[-0.1,-0.4],[0,-1.467],[0.167,-0.133],[-0.033,-0.133],[0,-0.667],[0.5,-0.467],[0.667,0],[0.367,0.367],[0.533,0.133],[0.067,-0.067],[-0.133,-0.4],[0,-1.133],[0.8,-0.8],[0.4,0],[0,0],[-0.433,-0.567],[0,-0.933],[0.667,-0.633],[0.9,0],[0.4,-0.333],[0.567,0],[0.1,0.1],[0.167,-0.8],[0.667,-0.667],[0.067,-0.767],[0.667,-0.633],[0.933,0],[0.3,0.3],[0.067,-0.1],[0.767,-0.733],[1.067,0],[0.067,0.067],[0.633,0.733],[0,0],[0.4,0],[0.1,-0.167],[0.133,-0.133],[-0.5,-0.5],[0,-0.7],[0.5,-0.5],[0.7,0],[0.133,0.133],[0.1,-0.167],[0.767,-0.733],[1.033,0],[0.767,0.767],[0,0],[-0.067,0.267],[0,0],[0,0],[0.933,0],[0.333,0.333],[0.033,-0.067],[0.333,-0.333],[0.467,0],[0.333,0.333],[0,0.467],[-0.1,0.1],[0.467,0.2],[0.367,0.367],[0,0],[0,0]],"v":[[-24.975,7.825],[-27.275,8.325],[-27.425,8.325],[-31.525,6.625],[-33.175,2.575],[-32.175,-0.725],[-31.775,-1.225],[-32.575,-0.825],[-33.475,-0.725],[-35.625,-1.625],[-36.525,-3.775],[-36.225,-5.075],[-36.525,-6.575],[-36.525,-6.825],[-36.625,-6.725],[-38.225,-6.075],[-39.825,-6.725],[-40.475,-8.325],[-39.825,-9.925],[-39.725,-9.975],[-40.625,-10.625],[-41.625,-13.075],[-40.625,-15.525],[-39.625,-16.225],[-40.275,-17.925],[-41.975,-18.675],[-42.675,-20.425],[-41.975,-22.225],[-40.175,-22.925],[-39.175,-22.725],[-38.775,-23.225],[-35.825,-24.775],[-37.125,-25.625],[-37.525,-26.125],[-40.075,-27.575],[-40.925,-28.675],[-41.125,-29.075],[-41.275,-29.425],[-41.375,-29.725],[-41.475,-30.075],[-41.625,-31.325],[-40.075,-35.125],[-39.575,-35.525],[-39.625,-35.925],[-38.925,-37.675],[-37.175,-38.375],[-35.475,-37.675],[-34.775,-36.475],[-33.275,-35.775],[-33.075,-35.925],[-33.275,-37.225],[-32.075,-40.125],[-29.175,-41.325],[-28.025,-41.125],[-27.975,-41.175],[-28.625,-43.175],[-27.675,-45.575],[-25.275,-46.525],[-23.025,-45.675],[-21.625,-46.175],[-20.175,-45.575],[-19.875,-45.225],[-18.725,-47.325],[-16.375,-48.525],[-15.475,-50.475],[-13.075,-51.425],[-10.725,-50.475],[-10.025,-49.475],[-9.775,-49.775],[-7.025,-50.875],[-4.325,-49.775],[-4.125,-49.575],[-3.175,-47.025],[-3.025,-47.025],[-1.875,-46.925],[-1.525,-47.375],[-1.125,-47.725],[-1.875,-49.525],[-1.125,-51.325],[0.675,-52.075],[2.475,-51.325],[2.875,-50.875],[3.225,-51.325],[5.925,-52.425],[8.575,-51.325],[9.725,-48.625],[9.725,-48.075],[9.525,-47.325],[9.625,-47.325],[9.675,-47.325],[12.125,-46.275],[12.925,-45.125],[13.075,-45.325],[14.275,-45.825],[15.475,-45.325],[15.975,-44.125],[15.475,-42.925],[15.125,-42.625],[16.375,-41.775],[17.225,-40.525],[17.275,-40.525]],"c":false},"ix":2},"nm":"Path 84","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"st","c":{"a":0,"k":[0.172999991623,0.226999993418,0.277999997606,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[105.875,112.725],"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":"Group 12","np":86,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.067,1.367],[-1.433,3.667]],"o":[[3.067,1.367],[-1.433,3.667]],"v":[[-14.25,13.625],[-7.5,10.175]],"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.6,-2],[-2.133,0.333]],"o":[[0.6,-2],[-2.133,0.333]],"v":[[16.8,-5.075],[20.9,-8.575]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,-2.367],[0,0],[0,0],[-1.5,-2.967],[0,0],[-2.2,0.267],[0,0],[0,0],[0,0],[-0.433,-0.933],[0,-0.4],[0,0],[0,0],[0.433,-0.433],[0.667,0],[0.433,0.467],[0,0.633],[0,0.2],[0,0],[0,0],[0,0],[0,0],[0,-0.267],[0.433,-0.433],[0.567,-0.033],[-0.567,-0.567],[-1.767,-0.967],[-1.2,-1.2],[-1.833,0],[-1.267,1.3],[-0.333,0.7],[0,0.967],[0.367,-0.833],[-3.633,3.667],[0,5.967],[0,0],[0,0],[0,0],[0,0],[-0.967,0.933],[0,1.4],[0.967,1],[0,0],[0.033,0.033],[0.3,0.167],[0.167,0.067],[0.133,0.033],[0.167,0.033],[0.367,0.033],[0,0],[0,0],[0.867,-1.2],[0.233,-1.067],[0,0],[0,0],[0,0],[0,2.367],[0,0.133],[0,0],[0.067,0.1],[0.3,0.367],[0,1.433],[0,0],[0.033,-0.033],[1.233,0],[0.667,0.433],[0.3,-0.167],[1.433,0],[1.1,0.5],[0.767,0],[0.567,0.167],[1.1,0],[0.233,0.033],[0.3,0],[0.333,0.167],[0.167,-0.533],[0.033,-0.167]],"o":[[0,0],[0,0],[0,3.567],[0,0],[0.033,-1.567],[0,0],[0,0],[0,0],[1.667,0.2],[0.133,0.3],[0,0],[0,0],[0,0.633],[-0.433,0.467],[-0.633,0],[-0.433,-0.433],[0,-0.267],[0,0],[0,0],[0,0],[0,0],[0,0.2],[0,0.633],[-0.4,0.433],[0.5,0.6],[1.567,1.567],[0.067,1.733],[1.3,1.3],[1.833,0],[0.6,-0.6],[0.367,-0.833],[0,0.967],[4.967,-0.5],[4.233,-4.2],[0,0],[0,0],[0,0],[0,0],[1.333,-0.033],[0.967,-1.033],[0,-1.433],[0,0],[-0.067,-0.067],[-0.267,-0.233],[-0.2,-0.1],[-0.133,-0.033],[-0.167,-0.067],[-0.3,-0.1],[0,0],[0,0],[-1.667,0.333],[-0.567,0.733],[0,0],[0,0],[0,0],[-2.767,-1.2],[0,-0.1],[0,0],[-0.1,-0.033],[-0.367,-0.267],[-0.867,-1.033],[0,0],[-0.033,0.033],[-0.867,0.867],[-0.9,0],[-0.3,0.167],[-1.167,0.567],[-1.3,0],[-0.667,0.233],[-0.667,0],[-0.967,0.667],[-0.267,0],[-0.3,0.1],[-0.4,0],[-0.233,0.5],[-0.067,0.133],[-0.667,2.067]],"v":[[-24.7,-18.425],[-24.7,-15.225],[-24.7,3.975],[-22.45,13.775],[-22.35,5.775],[-19,3.025],[-16.55,3.025],[-13.4,3.025],[-3.2,3.025],[-0.05,4.725],[0.15,5.775],[0.25,14.875],[0.25,15.175],[-0.4,16.775],[-2.05,17.475],[-3.65,16.775],[-4.3,15.175],[-4.3,14.475],[-4.3,8.025],[-13.4,8.025],[-17.9,8.025],[-17.9,14.475],[-17.9,15.175],[-18.55,16.775],[-20,17.475],[-18.4,19.225],[-13.4,23.025],[-11.5,27.425],[-6.8,29.375],[-2.15,27.425],[-0.75,25.475],[-0.2,22.775],[-0.75,25.475],[12.15,19.225],[18.5,3.975],[18.5,-1.525],[15.95,-1.525],[18.5,-1.525],[19.8,-1.525],[23.25,-2.975],[24.7,-6.625],[23.25,-10.275],[23.2,-10.325],[23.05,-10.475],[22.2,-11.075],[21.65,-11.325],[21.25,-11.425],[20.75,-11.575],[19.75,-11.775],[19.7,-11.775],[18.5,-11.775],[14.7,-9.475],[13.5,-6.775],[13.5,0.825],[7.6,0.825],[7.6,-11.525],[3.45,-16.875],[3.45,-17.225],[3.45,-24.275],[3.2,-24.475],[2.2,-25.425],[0.9,-29.125],[0.9,-29.375],[0.8,-29.275],[-2.35,-27.975],[-4.7,-28.625],[-5.6,-28.125],[-9.5,-27.275],[-13.1,-28.025],[-15.25,-27.675],[-17.1,-27.925],[-20.2,-26.925],[-20.95,-26.975],[-21.85,-26.825],[-22.95,-27.075],[-23.55,-25.525],[-23.7,-25.075]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-105.6,143.225],[103.4,143.225],[103.4,-135.775],[-105.6,-135.775]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-105.6,-135.775],[103.4,-135.775],[103.4,143.225],[-105.6,143.225]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[105.6,135.775],"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":"Group 13","np":7,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,-0.267],[-0.433,-0.433],[-0.633,0],[-0.433,0.467],[0,0.633],[0,0],[0,0],[0.133,0.3],[1.667,0.2]],"o":[[0,0],[0,0],[0,0],[0,0.2],[0,0.633],[0.433,0.467],[0.667,0],[0.433,-0.433],[0,0],[0,0],[0,-0.4],[-0.433,-0.933],[0,0]],"v":[[-2.3,-7.225],[-2.3,-2.225],[6.8,-2.225],[6.8,4.225],[6.8,4.925],[7.45,6.525],[9.05,7.225],[10.7,6.525],[11.35,4.925],[11.35,4.625],[11.25,-4.475],[11.05,-5.525],[7.9,-7.225]],"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],[0,0],[0,0],[0.033,-1.567],[0,0],[0,0],[0,0],[-0.433,-0.433],[-0.667,0],[0,0],[-0.4,0.433],[0,0.633],[0,0.2],[0,0]],"o":[[0,0],[0,0],[0,0],[-2.2,0.267],[0,0],[0,0],[0,0],[0,0.633],[0.433,0.467],[0,0],[0.567,-0.033],[0.433,-0.433],[0,-0.267],[0,0],[0,0]],"v":[[-2.3,-2.225],[-2.3,-7.225],[-5.45,-7.225],[-7.9,-7.225],[-11.25,-4.475],[-11.35,3.525],[-11.35,4.625],[-11.35,4.925],[-10.7,6.525],[-9.05,7.225],[-8.9,7.225],[-7.45,6.525],[-6.8,4.925],[-6.8,4.225],[-6.8,-2.225]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-94.5,132.975],[114.5,132.975],[114.5,-146.025],[-94.5,-146.025]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-94.5,-146.025],[114.5,-146.025],[114.5,132.975],[-94.5,132.975]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.051000000449,0.451000019148,0.46699999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[94.5,146.025],"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":"Group 14","np":6,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.333,0.067],[-0.367,0],[0,0],[-0.433,0.167],[-0.067,0],[0,0],[-0.4,0.4],[-0.2,0.633],[0.533,-0.533],[0.467,-0.233],[0,0],[0.033,-0.033],[0.5,-0.033]],"o":[[-0.367,0],[0.333,0.067],[0,0],[0.5,-0.033],[0.033,-0.033],[0,0],[0.467,-0.233],[0.533,-0.533],[-0.2,0.633],[-0.4,0.4],[0,0],[-0.067,0],[-0.433,0.167],[0,0]],"v":[[-23.325,5.75],[-24.375,5.65],[-23.325,5.75],[-23.075,5.75],[-21.675,5.45],[-21.525,5.4],[-21.475,5.4],[-20.175,4.45],[-19.075,2.7],[-20.175,4.45],[-21.475,5.4],[-21.525,5.4],[-21.675,5.45],[-23.075,5.75]],"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":[[9.425,15.2],[8.375,15.2]],"c":true},"ix":2},"nm":"Path 2","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":[[15.075,18.6],[14.125,17.9]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0.267,-0.267],[0,0],[0,-1.233],[0.033,-0.233],[0.267,-0.5],[0.033,-0.033],[0.067,-0.133],[0.167,-0.167],[1.267,0],[0,0],[0.7,0.667],[0.067,0.067],[0.133,1.433],[0.033,-0.033],[0,0],[0.3,-0.1],[0.433,0],[0.433,0.133],[-0.467,0],[-0.433,0.1],[-0.3,0.167],[0,0],[-0.033,0],[-0.167,0.167],[-0.1,1.033],[0.767,-0.767],[0.2,-0.167],[-0.867,-0.867],[-0.067,-0.033],[-1,-0.133],[0,0],[-0.867,0.9],[-0.167,0.167],[-0.067,0.1],[-0.033,0.033],[-0.067,0.533],[0,0.233],[0.867,0.9],[0.5,0],[0.4,0.367],[0.067,0.2],[-0.1,-0.133],[-0.567,0],[-0.333,0.233],[0,0],[-0.1,0.367],[0,0],[0.167,0.333],[0,-0.367]],"o":[[-0.1,0.367],[0,0],[0.867,0.9],[0,0.233],[-0.067,0.533],[-0.033,0.033],[-0.067,0.1],[-0.167,0.167],[-0.867,0.9],[0,0],[-1,-0.133],[-0.067,-0.033],[-0.867,-0.867],[-0.033,0],[0,0],[-0.3,0.167],[-0.433,0.1],[-0.467,0],[0.433,0.133],[0.433,0],[0.3,-0.1],[0,0],[0.033,-0.033],[0.2,-0.167],[0.767,-0.767],[-0.1,1.033],[-0.167,0.167],[0.133,1.433],[0.067,0.067],[0.7,0.667],[0,0],[1.267,0],[0.167,-0.167],[0.067,-0.133],[0.033,-0.033],[0.267,-0.5],[0.033,-0.233],[0,-1.233],[-0.333,0.233],[-0.567,0],[-0.1,-0.133],[0.067,0.2],[0.4,0.367],[0.5,0],[0,0],[0.267,-0.267],[0,0],[0,-0.367],[0.167,0.333],[0,0]],"v":[[26.325,10.25],[25.775,11.2],[25.575,11.4],[26.875,14.6],[26.825,15.3],[26.325,16.85],[26.225,16.95],[26.025,17.3],[25.525,17.8],[22.325,19.15],[21.825,19.15],[19.275,17.95],[19.075,17.8],[17.575,14.35],[17.475,14.4],[17.175,14.6],[16.275,15],[14.975,15.15],[13.625,14.95],[14.975,15.15],[16.275,15],[17.175,14.6],[17.475,14.4],[17.575,14.35],[18.125,13.85],[19.425,11.15],[18.125,13.85],[17.575,14.35],[19.075,17.8],[19.275,17.95],[21.825,19.15],[22.325,19.15],[25.525,17.8],[26.025,17.3],[26.225,16.95],[26.325,16.85],[26.825,15.3],[26.875,14.6],[25.575,11.4],[24.325,11.75],[22.875,11.2],[22.625,10.7],[22.875,11.2],[24.325,11.75],[25.575,11.4],[25.775,11.2],[26.325,10.25],[26.325,9.75],[26.075,8.7],[26.325,9.75]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0.033,-0.033],[0,0],[0.033,-0.1],[-0.133,-0.133],[-0.067,-0.433],[0,0],[0.1,-0.233],[0,0.267],[0,0],[0.333,0.333],[0.133,0.067],[0.333,0],[0.233,-0.1],[-0.233,0],[-0.3,-0.167],[-0.067,0.1],[0,0],[0,0.033],[-0.067,0.4],[0,0.267],[0,0],[0,0],[0.1,0.3],[0.1,0.267],[-0.067,-0.233],[-0.033,-0.333],[0,0],[0,0],[0.033,-0.267],[0.167,-0.367]],"o":[[0,0],[-0.067,0.1],[0.133,0.067],[0.333,0.333],[0,0],[0,0.267],[0.1,-0.233],[0,0],[-0.067,-0.433],[-0.133,-0.133],[-0.3,-0.167],[-0.233,0],[0.233,-0.1],[0.333,0],[0.033,-0.1],[0,0],[0.033,-0.033],[0.167,-0.367],[0.033,-0.267],[0,0],[0,0],[-0.033,-0.333],[-0.067,-0.233],[0.1,0.267],[0.1,0.3],[0,0],[0,0],[0,0.267],[-0.067,0.4],[0,0.033]],"v":[[32.725,6.5],[32.725,6.55],[32.575,6.85],[32.975,7.15],[33.575,8.3],[33.575,8.55],[33.425,9.3],[33.575,8.55],[33.575,8.3],[32.975,7.15],[32.575,6.85],[31.625,6.6],[30.925,6.75],[31.625,6.6],[32.575,6.85],[32.725,6.55],[32.725,6.5],[32.775,6.4],[33.125,5.25],[33.175,4.45],[33.175,4.3],[33.175,4],[32.975,3.05],[32.725,2.3],[32.975,3.05],[33.175,4],[33.175,4.3],[33.175,4.45],[33.125,5.25],[32.775,6.4]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0],[0,-0.1],[0.967,-0.8],[-0.133,1.233],[-0.033,0.033],[0,0],[0.333,0.6],[-0.067,-0.7]],"o":[[-0.033,0.033],[-0.133,1.233],[0.967,-0.8],[0,-0.1],[0,0],[-0.067,-0.7],[0.333,0.6],[0,0]],"v":[[36.025,10.25],[35.975,10.45],[34.325,13.5],[35.975,10.45],[36.025,10.25],[36.025,9.7],[35.425,7.75],[36.025,9.7]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,-0.033],[0,0],[0.633,-0.633],[-0.167,0.833],[0,0],[-0.033,0.033],[0,0],[0,0],[0,0],[0,0],[0.533,0.733],[0,-1],[0,0],[0,0]],"o":[[0,0],[-0.033,0.033],[0,0],[-0.167,0.833],[0.633,-0.633],[0,0],[0,-0.033],[0,0],[0,0],[0,0],[0,0],[0,-1],[0.533,0.733],[0,0],[0,0],[0,0]],"v":[[36.275,1.8],[36.275,1.9],[36.225,2],[36.225,2.1],[35.025,4.3],[36.225,2.1],[36.225,2],[36.275,1.9],[36.275,1.8],[36.275,1.55],[36.275,1.5],[36.275,1.15],[35.475,-1.45],[36.275,1.15],[36.275,1.5],[36.275,1.55]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-27.325,7.3],[-26.625,6.9]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0.2,-0.1],[0.2,-0.067],[0.333,-0.033],[0,0],[0.667,0.4],[0.267,0.267],[0.1,0.133],[0.067,0.1],[0,0.9],[-0.033,0.133],[0,0],[-0.2,0.4],[0.067,-0.467],[0,0],[0,-0.133],[-0.467,-0.7],[-0.1,-0.133],[-0.133,-0.133],[-0.333,-0.2],[-0.833,0],[0,0],[-0.3,0.067],[-0.233,0.1],[-0.167,0.133]],"o":[[-0.233,0.1],[-0.3,0.067],[0,0],[-0.833,0],[-0.333,-0.2],[-0.133,-0.133],[-0.1,-0.133],[-0.467,-0.7],[0,-0.133],[0,0],[0.067,-0.467],[-0.2,0.4],[0,0],[-0.033,0.133],[0,0.9],[0.067,0.1],[0.1,0.133],[0.267,0.267],[0.667,0.4],[0,0],[0.333,-0.033],[0.2,-0.067],[0.2,-0.1],[-0.167,0.133]],"v":[[-30.175,8.75],[-30.825,9],[-31.775,9.15],[-32.125,9.15],[-34.375,8.55],[-35.275,7.85],[-35.625,7.45],[-35.875,7.1],[-36.575,4.7],[-36.525,4.3],[-36.525,4],[-36.125,2.7],[-36.525,4],[-36.525,4.3],[-36.575,4.7],[-35.875,7.1],[-35.625,7.45],[-35.275,7.85],[-34.375,8.55],[-32.125,9.15],[-31.775,9.15],[-30.825,9],[-30.175,8.75],[-29.625,8.4]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[-0.033,0.033],[-0.167,0.1],[0.133,-0.2],[0.033,-0.067],[0.033,-0.067],[-0.067,-0.5],[-0.033,-0.1],[-0.067,-0.167],[-0.333,-0.2],[-0.033,0],[-0.333,0.067],[0.367,0.167],[0.067,0.033],[0.2,0.333],[0.067,0.167],[0,0.067],[-0.233,0.433],[-0.067,0]],"o":[[0.133,-0.2],[-0.167,0.1],[-0.033,0.033],[-0.067,0],[-0.233,0.433],[0,0.067],[0.067,0.167],[0.2,0.333],[0.067,0.033],[0.367,0.167],[-0.333,0.067],[-0.033,0],[-0.333,-0.2],[-0.067,-0.167],[-0.033,-0.1],[-0.067,-0.5],[0.033,-0.067],[0.033,-0.067]],"v":[[-30.675,11.3],[-30.225,10.85],[-30.675,11.3],[-30.775,11.45],[-30.925,11.55],[-31.175,12.95],[-31.125,13.2],[-30.925,13.7],[-30.125,14.5],[-29.975,14.55],[-28.925,14.7],[-29.975,14.55],[-30.125,14.5],[-30.925,13.7],[-31.125,13.2],[-31.175,12.95],[-30.925,11.55],[-30.775,11.45]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-29.925,3.85],[-29.925,4.15]],"c":true},"ix":2},"nm":"Path 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":11,"ty":"sh","ix":12,"ks":{"a":0,"k":{"i":[[-0.1,0.033],[-0.233,0.067],[0.233,-0.1],[0.067,-0.033],[0.033,0],[0.067,-0.067],[0.067,-0.067],[0,0],[0.133,-0.133],[0.1,-0.167],[0.033,-0.033],[0.033,-0.1],[0.033,-0.067],[0,-0.067],[0,0],[0.033,-0.067],[-0.267,-1.1],[-0.033,-0.067],[-0.433,-0.533],[-0.133,-0.133],[0,0],[-0.067,0.067],[-0.033,0],[-0.333,0.133],[-0.067,0],[-0.333,0],[-0.3,-0.133],[-0.267,-0.2],[0,0],[-0.067,-0.667],[0.5,0.5],[0,0],[0.3,0.1],[0.367,0],[0.267,-0.1],[0.033,-0.033],[0.267,-0.267],[0.033,-0.033],[0.067,-0.1],[0,0],[0,0],[0.033,-0.067],[0.067,-0.267],[0,-0.333],[-0.067,-0.2],[-0.067,-0.167],[0.033,0.2],[0,0.233],[-0.1,0.267],[-0.167,0.2],[-0.033,0.033],[0,0],[0.133,0.133],[0.167,0.533],[0,0.033],[-0.467,0.967],[-0.067,0.133],[0,0],[-0.033,0.033],[-0.033,0],[-0.067,0.067],[-0.033,0.033],[-0.133,0.1],[-0.133,0.1],[0,0],[-0.067,0],[-0.067,0.033],[-0.033,0.033]],"o":[[0.233,-0.1],[-0.233,0.067],[-0.1,0.033],[-0.033,0.033],[-0.067,0.033],[-0.067,0],[0,0],[-0.133,0.1],[-0.133,0.1],[-0.033,0.033],[-0.067,0.067],[-0.033,0],[-0.033,0.033],[0,0],[-0.067,0.133],[-0.467,0.967],[0,0.033],[0.167,0.533],[0.133,0.133],[0,0],[0.067,-0.1],[0.033,-0.033],[0.267,-0.267],[0.033,-0.033],[0.267,-0.1],[0.367,0],[0.3,0.1],[0,0],[0.5,0.5],[-0.067,-0.667],[0,0],[-0.267,-0.2],[-0.3,-0.133],[-0.333,0],[-0.067,0],[-0.333,0.133],[-0.033,0],[-0.067,0.067],[0,0],[0,0],[-0.033,0.033],[-0.167,0.2],[-0.1,0.267],[0,0.233],[0.033,0.2],[-0.067,-0.167],[-0.067,-0.2],[0,-0.333],[0.067,-0.267],[0.033,-0.067],[0,0],[-0.133,-0.133],[-0.433,-0.533],[-0.033,-0.067],[-0.267,-1.1],[0.033,-0.067],[0,0],[0,-0.067],[0.033,-0.067],[0.033,-0.1],[0.033,-0.033],[0.1,-0.167],[0.133,-0.133],[0,0],[0.067,-0.067],[0.067,-0.067],[0.033,0],[0.067,-0.033]],"v":[[-28.625,-8.3],[-27.925,-8.55],[-28.625,-8.3],[-28.875,-8.2],[-28.975,-8.15],[-29.175,-8],[-29.375,-7.9],[-29.425,-7.85],[-29.825,-7.5],[-30.175,-7.1],[-30.275,-7],[-30.425,-6.75],[-30.525,-6.65],[-30.575,-6.5],[-30.625,-6.5],[-30.775,-6.2],[-31.075,-3.1],[-31.025,-2.95],[-30.125,-1.35],[-29.725,-0.95],[-29.675,-0.95],[-29.475,-1.2],[-29.375,-1.25],[-28.475,-1.85],[-28.325,-1.9],[-27.425,-2.05],[-26.425,-1.85],[-25.575,-1.4],[-25.375,-1.2],[-24.525,0.55],[-25.375,-1.2],[-25.575,-1.4],[-26.425,-1.85],[-27.425,-2.05],[-28.325,-1.9],[-28.475,-1.85],[-29.375,-1.25],[-29.475,-1.2],[-29.675,-0.95],[-29.725,-0.95],[-29.725,-0.9],[-29.825,-0.75],[-30.175,-0.05],[-30.325,0.85],[-30.225,1.5],[-30.075,2.05],[-30.225,1.5],[-30.325,0.85],[-30.175,-0.05],[-29.825,-0.75],[-29.725,-0.9],[-29.725,-0.95],[-30.125,-1.35],[-31.025,-2.95],[-31.075,-3.1],[-30.775,-6.2],[-30.625,-6.5],[-30.575,-6.5],[-30.525,-6.65],[-30.425,-6.75],[-30.275,-7],[-30.175,-7.1],[-29.825,-7.5],[-29.425,-7.85],[-29.375,-7.9],[-29.175,-8],[-28.975,-8.15],[-28.875,-8.2]],"c":true},"ix":2},"nm":"Path 12","mn":"ADBE Vector Shape - Group","hd":false},{"ind":12,"ty":"sh","ix":13,"ks":{"a":0,"k":{"i":[[0,0],[0,0.167],[-0.033,0.1],[0,0],[-0.067,0.2],[-0.133,0.233],[-0.633,0.167],[0,0],[0,-0.133],[-0.033,-0.167],[0,0],[0,0],[-0.133,-0.3],[0,0],[0,0],[0.067,0.3],[0,0]],"o":[[-0.033,-0.167],[0,-0.133],[0,0],[0,-0.233],[0.033,-0.233],[0.167,-0.433],[0,0],[-0.033,0.1],[0,0.167],[0,0],[0,0],[0.067,0.3],[0,0],[0,0],[-0.133,-0.3],[0,0],[0,0]],"v":[[-26.725,-8.75],[-26.775,-9.25],[-26.725,-9.6],[-26.725,-9.65],[-26.625,-10.3],[-26.375,-11],[-25.175,-11.9],[-26.725,-9.6],[-26.775,-9.25],[-26.725,-8.75],[-26.725,-8.7],[-26.725,-8.5],[-26.425,-7.6],[-25.375,-6.5],[-26.425,-7.6],[-26.725,-8.5],[-26.725,-8.7]],"c":true},"ix":2},"nm":"Path 13","mn":"ADBE Vector Shape - Group","hd":false},{"ind":13,"ty":"sh","ix":14,"ks":{"a":0,"k":{"i":[[-0.1,0.067],[-0.033,0],[-0.133,0.033],[-0.133,0.033],[-0.1,0],[-0.533,0],[-0.133,-0.033],[0,0],[0,0],[0,0],[0,0],[-0.067,-0.033],[-0.3,-0.133],[0.3,0.033],[0.033,0],[0,0],[0,0],[0,0],[0,0],[0.1,0],[0.433,-0.167],[0.067,-0.067],[0.1,-0.067],[0.067,-0.1],[0.033,-0.033],[0.1,-0.067],[0.133,-0.133],[0.2,-0.333],[0,-0.833],[0,0],[-0.033,-0.167],[-0.367,-0.533],[0.1,0.6],[0,0.133],[0,0],[-0.4,0.667],[-0.267,0.267],[-0.133,0.1]],"o":[[0.033,-0.033],[0.067,-0.1],[0.1,-0.067],[0.067,-0.067],[0.433,-0.167],[0.1,0],[0,0],[0,0],[0,0],[0,0],[0.033,0],[0.3,0.033],[-0.3,-0.133],[-0.067,-0.033],[0,0],[0,0],[0,0],[0,0],[-0.133,-0.033],[-0.533,0],[-0.1,0],[-0.133,0.033],[-0.133,0.033],[-0.033,0],[-0.1,0.067],[-0.133,0.1],[-0.267,0.267],[-0.4,0.667],[0,0],[0,0.133],[0.1,0.6],[-0.367,-0.533],[-0.033,-0.167],[0,0],[0,-0.833],[0.2,-0.333],[0.133,-0.133],[0.1,-0.067]],"v":[[-35.325,-7.25],[-35.225,-7.3],[-34.925,-7.5],[-34.575,-7.65],[-34.325,-7.75],[-32.875,-8],[-32.525,-7.95],[-32.475,-7.95],[-32.275,-7.95],[-32.175,-7.95],[-32.125,-7.95],[-31.975,-7.9],[-31.075,-7.65],[-31.975,-7.9],[-32.125,-7.95],[-32.175,-7.95],[-32.275,-7.95],[-32.475,-7.95],[-32.525,-7.95],[-32.875,-8],[-34.325,-7.75],[-34.575,-7.65],[-34.925,-7.5],[-35.225,-7.3],[-35.325,-7.25],[-35.625,-7.05],[-36.025,-6.7],[-36.725,-5.8],[-37.325,-3.55],[-37.325,-3.2],[-37.275,-2.75],[-36.575,-1.05],[-37.275,-2.75],[-37.325,-3.2],[-37.325,-3.55],[-36.725,-5.8],[-36.025,-6.7],[-35.625,-7.05]],"c":true},"ix":2},"nm":"Path 14","mn":"ADBE Vector Shape - Group","hd":false},{"ind":14,"ty":"sh","ix":15,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-36.925,-17.6],[-37.575,-16.6]],"c":true},"ix":2},"nm":"Path 15","mn":"ADBE Vector Shape - Group","hd":false},{"ind":15,"ty":"sh","ix":16,"ks":{"a":0,"k":{"i":[[-0.4,0.4],[0,0.033],[-0.433,0.2],[-0.533,0.033],[0.433,-0.2],[0.367,-0.367],[0.033,0],[0.233,-0.5],[0,-0.067],[0.033,-0.1],[0,0],[0,0],[0,0],[0,-0.4],[-0.133,-0.433],[0,0.5],[-0.1,0.367],[0,0],[0,0],[0,0],[-0.033,0.067],[-0.033,0.033]],"o":[[0.033,0],[0.367,-0.367],[0.433,-0.2],[-0.533,0.033],[-0.433,0.2],[0,0.033],[-0.4,0.4],[-0.033,0.033],[-0.033,0.067],[0,0],[0,0],[0,0],[-0.1,0.367],[0,0.5],[-0.133,-0.433],[0,-0.4],[0,0],[0,0],[0,0],[0.033,-0.1],[0,-0.067],[0.233,-0.5]],"v":[[-34.575,-12.3],[-34.525,-12.35],[-33.325,-13.2],[-31.875,-13.55],[-33.325,-13.2],[-34.525,-12.35],[-34.575,-12.3],[-35.525,-10.95],[-35.575,-10.8],[-35.675,-10.55],[-35.675,-10.45],[-35.725,-10.4],[-35.725,-10.3],[-35.875,-9.15],[-35.675,-7.75],[-35.875,-9.15],[-35.725,-10.3],[-35.725,-10.4],[-35.675,-10.45],[-35.675,-10.55],[-35.575,-10.8],[-35.525,-10.95]],"c":true},"ix":2},"nm":"Path 16","mn":"ADBE Vector Shape - Group","hd":false},{"ind":16,"ty":"sh","ix":17,"ks":{"a":0,"k":{"i":[[-0.067,0.2],[-0.033,0.067],[-0.233,0.233],[0.167,-0.333],[0.033,-0.067],[0.067,-0.233],[-0.033,-0.333],[-0.033,-0.1],[-0.133,-0.3],[-0.067,-0.133],[-0.2,-0.2],[0.133,0.233],[0.067,0.133],[0.033,0.3],[-0.033,0.133],[-0.1,0.333]],"o":[[0.033,-0.067],[0.167,-0.333],[-0.233,0.233],[-0.033,0.067],[-0.067,0.2],[-0.1,0.333],[-0.033,0.133],[0.033,0.3],[0.067,0.133],[0.133,0.233],[-0.2,-0.2],[-0.067,-0.133],[-0.133,-0.3],[-0.033,-0.1],[-0.033,-0.333],[0.067,-0.233]],"v":[[-30.675,-15.15],[-30.575,-15.35],[-29.975,-16.2],[-30.575,-15.35],[-30.675,-15.15],[-30.875,-14.5],[-30.975,-13.5],[-30.975,-13.15],[-30.725,-12.25],[-30.525,-11.85],[-30.025,-11.2],[-30.525,-11.85],[-30.725,-12.25],[-30.975,-13.15],[-30.975,-13.5],[-30.875,-14.5]],"c":true},"ix":2},"nm":"Path 17","mn":"ADBE Vector Shape - Group","hd":false},{"ind":17,"ty":"sh","ix":18,"ks":{"a":0,"k":{"i":[[-0.733,0.2],[-0.433,0],[-0.767,-0.7],[1.067,0],[0.367,-0.133],[0.567,-0.567],[0.267,-0.367],[-0.333,0.367]],"o":[[0.367,-0.133],[1.067,0],[-0.767,-0.7],[-0.433,0],[-0.733,0.2],[-0.333,0.367],[0.267,-0.367],[0.567,-0.567]],"v":[[-33.275,-21.45],[-32.075,-21.65],[-29.325,-20.6],[-32.075,-21.65],[-33.275,-21.45],[-35.225,-20.3],[-36.125,-19.2],[-35.225,-20.3]],"c":true},"ix":2},"nm":"Path 18","mn":"ADBE Vector Shape - Group","hd":false},{"ind":18,"ty":"sh","ix":19,"ks":{"a":0,"k":{"i":[[-0.033,0.067],[-0.033,0.067],[-0.233,0.3],[0.133,-0.367],[0,-0.1],[0.033,-0.1],[0,-0.2],[0,-0.2],[-0.033,0.2],[-0.033,0.133]],"o":[[0,-0.1],[0.133,-0.367],[-0.233,0.3],[-0.033,0.067],[-0.033,0.067],[-0.033,0.133],[-0.033,0.2],[0,-0.2],[0,-0.2],[0.033,-0.1]],"v":[[-25.575,-23.05],[-25.525,-23.3],[-24.975,-24.3],[-25.525,-23.3],[-25.575,-23.05],[-25.675,-22.8],[-25.725,-22.3],[-25.775,-21.7],[-25.725,-22.3],[-25.675,-22.8]],"c":true},"ix":2},"nm":"Path 19","mn":"ADBE Vector Shape - Group","hd":false},{"ind":19,"ty":"sh","ix":20,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[14.525,-0.6],[15.825,-1.7]],"c":true},"ix":2},"nm":"Path 20","mn":"ADBE Vector Shape - Group","hd":false},{"ind":20,"ty":"sh","ix":21,"ks":{"a":0,"k":{"i":[[0.5,0.2],[-0.4,-0.4],[0,-1.1],[0,0],[0.067,-0.267],[0.033,-0.1],[0,-0.033],[0.367,-0.333],[0.467,-0.2],[0.567,0],[0.467,0.2],[0.4,0.4],[0.167,0.3],[0.133,-0.067],[0.167,-0.033],[0.733,0.167],[-0.767,0.2],[-0.133,0.067],[-0.133,0.033],[-0.267,-0.267],[-0.5,-0.2],[-0.533,0],[-0.467,0.2],[-0.367,0.4],[-0.2,0.4],[-0.033,0.033],[-0.033,0.067],[-0.067,0.267],[0,0],[0.8,0.8]],"o":[[0.5,0.2],[0.8,0.8],[0,0],[-0.067,0.267],[-0.033,0.067],[-0.033,0.033],[-0.2,0.4],[-0.367,0.4],[-0.467,0.2],[-0.533,0],[-0.5,-0.2],[-0.267,-0.267],[-0.133,0.033],[-0.133,0.067],[-0.767,0.2],[0.733,0.167],[0.167,-0.033],[0.133,-0.067],[0.167,0.3],[0.4,0.4],[0.467,0.2],[0.567,0],[0.467,-0.2],[0.367,-0.333],[0,-0.033],[0.033,-0.1],[0.067,-0.267],[0,0],[0,-1.1],[-0.4,-0.4]],"v":[[25.075,-1.2],[26.425,-0.3],[27.625,2.55],[27.625,3.1],[27.425,3.9],[27.325,4.15],[27.275,4.25],[26.425,5.35],[25.175,6.25],[23.625,6.55],[22.125,6.25],[20.775,5.35],[20.125,4.5],[19.725,4.65],[19.275,4.8],[17.025,4.85],[19.275,4.8],[19.725,4.65],[20.125,4.5],[20.775,5.35],[22.125,6.25],[23.625,6.55],[25.175,6.25],[26.425,5.35],[27.275,4.25],[27.325,4.15],[27.425,3.9],[27.625,3.1],[27.625,2.55],[26.425,-0.3]],"c":true},"ix":2},"nm":"Path 21","mn":"ADBE Vector Shape - Group","hd":false},{"ind":21,"ty":"sh","ix":22,"ks":{"a":0,"k":{"i":[[0.1,0.133],[-0.1,-0.133],[-0.067,-0.7],[0,-0.1],[0,0],[0,0],[0.067,-0.3],[0,0.3],[0,0],[0,0],[0.033,0.067],[0.4,0.567]],"o":[[0.1,0.133],[0.4,0.567],[0.033,0.067],[0,0],[0,0],[0,0.3],[0.067,-0.3],[0,0],[0,0],[0,-0.1],[-0.067,-0.7],[-0.1,-0.133]],"v":[[29.875,-7.8],[30.175,-7.4],[30.875,-5.5],[30.925,-5.25],[30.925,-5.05],[30.925,-4.9],[30.825,-4],[30.925,-4.9],[30.925,-5.05],[30.925,-5.25],[30.875,-5.5],[30.175,-7.4]],"c":true},"ix":2},"nm":"Path 22","mn":"ADBE Vector Shape - Group","hd":false},{"ind":22,"ty":"sh","ix":23,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[35.725,-6.5],[35.725,-6.15]],"c":true},"ix":2},"nm":"Path 23","mn":"ADBE Vector Shape - Group","hd":false},{"ind":23,"ty":"sh","ix":24,"ks":{"a":0,"k":{"i":[[0,0],[0.067,-0.267],[0,0.233],[0,0],[0.033,0.067],[0.033,0.1],[0.267,0.367],[-0.067,-0.433],[0,-0.133],[0,-0.067]],"o":[[0,0.233],[0.067,-0.267],[0,0],[0,-0.067],[0,-0.133],[-0.067,-0.433],[0.267,0.367],[0.033,0.1],[0.033,0.067],[0,0]],"v":[[22.025,-8.7],[21.925,-7.95],[22.025,-8.7],[22.025,-9],[21.975,-9.2],[21.925,-9.55],[21.425,-10.75],[21.925,-9.55],[21.975,-9.2],[22.025,-9]],"c":true},"ix":2},"nm":"Path 24","mn":"ADBE Vector Shape - Group","hd":false},{"ind":24,"ty":"sh","ix":25,"ks":{"a":0,"k":{"i":[[0.367,-0.1],[0.3,0],[-0.3,0.067],[-0.333,0.2],[0,0],[-0.2,0.2],[-0.167,0.333],[-0.067,0.1],[0,0.533],[0.033,0.2],[0.033,0.133],[0,0.033],[0.033,0.033],[0,0],[0.367,0.367],[1,0],[-0.733,-0.733],[-0.2,-0.467],[0,0],[0,-0.033],[-0.033,-0.033],[-0.033,-0.167],[0,-0.267],[0.167,-0.433],[0.033,-0.067],[0.3,-0.3],[0.2,-0.167],[0,0]],"o":[[-0.3,0.067],[0.3,0],[0.367,-0.1],[0,0],[0.2,-0.167],[0.3,-0.3],[0.033,-0.067],[0.167,-0.433],[0,-0.267],[-0.033,-0.167],[-0.033,-0.033],[0,-0.033],[0,0],[-0.2,-0.467],[-0.733,-0.733],[1,0],[0.367,0.367],[0,0],[0.033,0.033],[0,0.033],[0.033,0.133],[0.033,0.2],[0,0.533],[-0.067,0.1],[-0.167,0.333],[-0.2,0.2],[0,0],[-0.333,0.2]],"v":[[24.075,-6.25],[23.175,-6.15],[24.075,-6.25],[25.125,-6.7],[25.175,-6.7],[25.775,-7.25],[26.475,-8.2],[26.625,-8.45],[26.875,-9.9],[26.825,-10.6],[26.725,-11.05],[26.675,-11.15],[26.625,-11.25],[26.625,-11.3],[25.775,-12.55],[23.175,-13.65],[25.775,-12.55],[26.625,-11.3],[26.625,-11.25],[26.675,-11.15],[26.725,-11.05],[26.825,-10.6],[26.875,-9.9],[26.625,-8.45],[26.475,-8.2],[25.775,-7.25],[25.175,-6.7],[25.125,-6.7]],"c":true},"ix":2},"nm":"Path 25","mn":"ADBE Vector Shape - Group","hd":false},{"ind":25,"ty":"sh","ix":26,"ks":{"a":0,"k":{"i":[[-0.067,0],[-0.733,0],[0.6,-0.333],[0.033,-0.033],[0.3,-0.267],[0.033,0],[0.033,-0.067],[0,0],[0.133,-0.233],[-0.2,0.2],[0,0],[-0.067,0.067],[0,0.033],[-0.333,0.2]],"o":[[0.6,-0.333],[-0.733,0],[-0.067,0],[-0.333,0.2],[0,0.033],[-0.067,0.067],[0,0],[-0.2,0.2],[0.133,-0.233],[0,0],[0.033,-0.067],[0.033,0],[0.3,-0.267],[0.033,-0.033]],"v":[[22.025,-22.2],[24.025,-22.7],[22.025,-22.2],[21.875,-22.15],[20.925,-21.45],[20.875,-21.4],[20.725,-21.2],[20.675,-21.15],[20.175,-20.5],[20.675,-21.15],[20.725,-21.2],[20.875,-21.4],[20.925,-21.45],[21.875,-22.15]],"c":true},"ix":2},"nm":"Path 26","mn":"ADBE Vector Shape - Group","hd":false},{"ind":26,"ty":"sh","ix":27,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[18.925,-13.4],[18.125,-14.1]],"c":true},"ix":2},"nm":"Path 27","mn":"ADBE Vector Shape - Group","hd":false},{"ind":27,"ty":"sh","ix":28,"ks":{"a":0,"k":{"i":[[0.367,-0.167],[0,0],[0,0],[-0.333,0.333],[-0.167,0.2],[0,0.733],[0.7,0.7],[0.833,0.067],[-0.6,-0.6],[0,-1],[0.367,-0.6],[-0.667,-0.667],[-0.033,-0.033],[-0.1,-0.133],[0,0],[0,-0.967],[0.533,0.733],[0,0],[0.1,0.133],[0.067,0.067],[0.833,0.133],[0.167,-0.167]],"o":[[0,0],[0,0],[0.367,-0.167],[0.167,-0.167],[0.367,-0.6],[0,-1],[-0.6,-0.6],[0.833,0.067],[0.7,0.7],[0,0.733],[0.833,0.133],[0.067,0.067],[0.1,0.133],[0,0],[0.533,0.733],[0,-0.967],[0,0],[-0.1,-0.133],[-0.033,-0.033],[-0.667,-0.667],[-0.167,0.2],[-0.333,0.333]],"v":[[30.375,-12.1],[29.325,-12.2],[30.375,-12.1],[31.425,-12.85],[31.925,-13.4],[32.475,-15.4],[31.425,-17.95],[29.275,-18.95],[31.425,-17.95],[32.475,-15.4],[31.925,-13.4],[34.175,-12.2],[34.325,-12.05],[34.625,-11.65],[34.675,-11.6],[35.475,-9.05],[34.675,-11.6],[34.625,-11.65],[34.325,-12.05],[34.175,-12.2],[31.925,-13.4],[31.425,-12.85]],"c":true},"ix":2},"nm":"Path 28","mn":"ADBE Vector Shape - Group","hd":false},{"ind":28,"ty":"sh","ix":29,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[26.875,-19.4],[26.125,-19.4]],"c":true},"ix":2},"nm":"Path 29","mn":"ADBE Vector Shape - Group","hd":false},{"ind":29,"ty":"sh","ix":30,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[21.125,-27.15],[21.525,-27.15]],"c":true},"ix":2},"nm":"Path 30","mn":"ADBE Vector Shape - Group","hd":false},{"ind":30,"ty":"sh","ix":31,"ks":{"a":0,"k":{"i":[[0.167,0.033],[0.433,0.433],[0.1,0.333],[-0.3,-0.3],[-0.533,-0.1],[-0.2,0],[-0.533,0.567],[-0.167,0.333],[0.3,-0.3],[0.767,0]],"o":[[-0.533,-0.1],[-0.3,-0.3],[0.1,0.333],[0.433,0.433],[0.167,0.033],[0.767,0],[0.3,-0.3],[-0.167,0.333],[-0.533,0.567],[-0.2,0]],"v":[[9.125,-4.6],[7.675,-5.4],[7.075,-6.35],[7.675,-5.4],[9.125,-4.6],[9.675,-4.55],[11.625,-5.4],[12.325,-6.35],[11.625,-5.4],[9.675,-4.55]],"c":true},"ix":2},"nm":"Path 31","mn":"ADBE Vector Shape - Group","hd":false},{"ind":31,"ty":"sh","ix":32,"ks":{"a":0,"k":{"i":[[0.367,0.367],[0.133,0.267],[0.033,0.033],[0.033,0.067],[0.033,0.533],[-0.367,0.533],[-0.2,0.2],[0.133,-0.233],[0.033,-0.733],[-0.2,-0.467],[-0.033,-0.1],[-0.033,-0.067],[-0.267,-0.267],[-0.433,-0.2],[-0.5,0.033],[-0.3,0.033],[-0.133,0.033],[-0.267,0.167],[-0.133,0.133],[0.167,-0.133],[0.3,-0.133],[0.133,-0.033],[0.333,0],[0.433,0.167]],"o":[[-0.267,-0.267],[-0.033,-0.067],[-0.033,-0.1],[-0.2,-0.467],[0.033,-0.733],[0.133,-0.233],[-0.2,0.2],[-0.367,0.533],[0.033,0.533],[0.033,0.067],[0.033,0.033],[0.133,0.267],[0.367,0.367],[0.433,0.167],[0.333,0],[0.133,-0.033],[0.3,-0.133],[0.167,-0.133],[-0.133,0.133],[-0.267,0.167],[-0.133,0.033],[-0.3,0.033],[-0.5,0.033],[-0.433,-0.2]],"v":[[15.275,-5.75],[14.675,-6.55],[14.575,-6.7],[14.475,-6.95],[14.125,-8.45],[14.725,-10.35],[15.225,-11],[14.725,-10.35],[14.125,-8.45],[14.475,-6.95],[14.575,-6.7],[14.675,-6.55],[15.275,-5.75],[16.475,-4.9],[17.875,-4.7],[18.825,-4.75],[19.225,-4.85],[20.075,-5.3],[20.525,-5.7],[20.075,-5.3],[19.225,-4.85],[18.825,-4.75],[17.875,-4.7],[16.475,-4.9]],"c":true},"ix":2},"nm":"Path 32","mn":"ADBE Vector Shape - Group","hd":false},{"ind":32,"ty":"sh","ix":33,"ks":{"a":0,"k":{"i":[[0,0],[-0.067,0.267],[0,-0.3],[0,0],[0,0],[-0.033,-0.067],[-0.133,-0.3],[-0.2,-0.267],[-0.2,-0.2],[-0.3,-0.2],[-0.3,-0.133],[-0.033,0],[-0.033,-0.033],[-0.067,-0.033],[-0.367,0],[0,0],[0,0],[-0.167,0.033],[-0.7,0.7],[-0.133,0.167],[0.1,-0.1],[0.9,-0.133],[0.167,0],[0,0],[0,0],[0.333,0.067],[0.067,0],[0.033,0],[0.033,0],[0.267,0.133],[0.267,0.267],[0.167,0.233],[0.1,0.333],[0.033,0.367],[0,0.1],[0,0]],"o":[[0,-0.3],[-0.067,0.267],[0,0],[0,0],[0,0.1],[0.033,0.367],[0.1,0.333],[0.167,0.233],[0.267,0.267],[0.267,0.133],[0.033,0],[0.033,0],[0.067,0],[0.333,0.067],[0,0],[0,0],[0.167,0],[0.9,-0.133],[0.1,-0.1],[-0.133,0.167],[-0.7,0.7],[-0.167,0.033],[0,0],[0,0],[-0.367,0],[-0.067,-0.033],[-0.033,-0.033],[-0.033,0],[-0.3,-0.133],[-0.3,-0.2],[-0.2,-0.2],[-0.2,-0.267],[-0.133,-0.3],[-0.033,-0.067],[0,0],[0,0]],"v":[[4.625,-1.15],[4.725,-2],[4.625,-1.15],[4.625,-1.05],[4.625,-0.8],[4.675,-0.55],[4.925,0.45],[5.375,1.35],[5.925,2],[6.775,2.7],[7.625,3.1],[7.725,3.1],[7.825,3.15],[8.025,3.2],[9.075,3.3],[9.175,3.3],[9.325,3.3],[9.825,3.25],[12.225,2],[12.575,1.6],[12.225,2],[9.825,3.25],[9.325,3.3],[9.175,3.3],[9.075,3.3],[8.025,3.2],[7.825,3.15],[7.725,3.1],[7.625,3.1],[6.775,2.7],[5.925,2],[5.375,1.35],[4.925,0.45],[4.675,-0.55],[4.625,-0.8],[4.625,-1.05]],"c":true},"ix":2},"nm":"Path 33","mn":"ADBE Vector Shape - Group","hd":false},{"ind":33,"ty":"sh","ix":34,"ks":{"a":0,"k":{"i":[[0.2,0.2],[0.067,0.067],[0.2,0.267],[-0.267,-0.267],[-0.033,-0.033],[-0.233,-0.133],[-0.167,-0.1],[-0.167,-0.067],[-0.333,-0.033],[-0.133,0],[-0.133,0],[-0.467,0.233],[0.533,-0.033],[0.167,0],[0.133,0],[0.3,0.1],[0.133,0.033],[0.167,0.1]],"o":[[-0.033,-0.033],[-0.267,-0.267],[0.2,0.267],[0.067,0.067],[0.2,0.2],[0.167,0.1],[0.133,0.033],[0.3,0.1],[0.133,0],[0.167,0],[0.533,-0.033],[-0.467,0.233],[-0.133,0],[-0.133,0],[-0.333,-0.033],[-0.167,-0.067],[-0.167,-0.1],[-0.233,-0.133]],"v":[[1.125,-10.05],[0.975,-10.2],[0.275,-11],[0.975,-10.2],[1.125,-10.05],[1.775,-9.55],[2.275,-9.25],[2.725,-9.1],[3.675,-8.9],[4.075,-8.9],[4.525,-8.9],[6.025,-9.3],[4.525,-8.9],[4.075,-8.9],[3.675,-8.9],[2.725,-9.1],[2.275,-9.25],[1.775,-9.55]],"c":true},"ix":2},"nm":"Path 34","mn":"ADBE Vector Shape - Group","hd":false},{"ind":34,"ty":"sh","ix":35,"ks":{"a":0,"k":{"i":[[0.033,-0.067],[0.067,-0.067],[0.233,-0.167],[0.1,-0.1],[0.033,-0.033],[0.533,-0.033],[-0.467,0.2],[-0.067,0],[-0.133,0.067],[-0.2,0.233],[-0.1,0.1],[-0.033,0.067],[-0.067,0.167],[0.1,-0.133]],"o":[[-0.1,0.1],[-0.2,0.233],[-0.133,0.067],[-0.067,0],[-0.467,0.2],[0.533,-0.033],[0.033,-0.033],[0.1,-0.1],[0.233,-0.167],[0.067,-0.067],[0.033,-0.067],[0.1,-0.133],[-0.067,0.167],[-0.033,0.067]],"v":[[1.075,-12.9],[0.825,-12.65],[0.175,-12.05],[-0.175,-11.8],[-0.325,-11.75],[-1.825,-11.4],[-0.325,-11.75],[-0.175,-11.8],[0.175,-12.05],[0.825,-12.65],[1.075,-12.9],[1.175,-13.1],[1.425,-13.55],[1.175,-13.1]],"c":true},"ix":2},"nm":"Path 35","mn":"ADBE Vector Shape - Group","hd":false},{"ind":35,"ty":"sh","ix":36,"ks":{"a":0,"k":{"i":[[0.167,0.1],[0.333,0.367],[0.067,0.1],[0.133,0.4],[-0.233,-0.3],[-0.067,-0.067],[-0.433,-0.233],[-0.167,-0.033],[-0.167,-0.033],[0.167,0.067]],"o":[[-0.433,-0.233],[-0.067,-0.067],[-0.233,-0.3],[0.133,0.4],[0.067,0.1],[0.333,0.367],[0.167,0.1],[0.167,0.067],[-0.167,-0.033],[-0.167,-0.033]],"v":[[12.125,-11.85],[10.975,-12.75],[10.775,-13],[10.225,-14.05],[10.775,-13],[10.975,-12.75],[12.125,-11.85],[12.625,-11.65],[13.125,-11.5],[12.625,-11.65]],"c":true},"ix":2},"nm":"Path 36","mn":"ADBE Vector Shape - Group","hd":false},{"ind":36,"ty":"sh","ix":37,"ks":{"a":0,"k":{"i":[[0.133,-0.1],[-0.167,0.067],[-1,-0.3],[0.933,-0.4]],"o":[[0.133,-0.1],[0.933,-0.4],[-1,-0.3],[-0.167,0.067]],"v":[[14.625,-16.6],[15.075,-16.85],[17.975,-17],[15.075,-16.85]],"c":true},"ix":2},"nm":"Path 37","mn":"ADBE Vector Shape - Group","hd":false},{"ind":37,"ty":"sh","ix":38,"ks":{"a":0,"k":{"i":[[-0.233,0.133],[-0.767,0],[-0.133,-0.033],[0,0],[-0.067,-0.033],[-0.3,-0.133],[0.3,0.033],[0.067,0],[0,0],[0.133,0],[0.6,-0.333],[0.233,-0.167],[0.1,-0.1],[0,0],[0,0],[0,-0.033],[0.067,-0.1],[0,0],[0,0],[0.1,-0.167],[0.1,-0.367],[0,-0.133],[0,-0.267],[-0.067,0.267],[-0.033,0.1],[-0.2,0.333],[-0.133,0.133],[0,0],[0,0],[-0.1,0.067],[-0.033,0],[0,0],[0,0],[-0.133,0.1]],"o":[[0.6,-0.333],[0.133,0],[0,0],[0.067,0],[0.3,0.033],[-0.3,-0.133],[-0.067,-0.033],[0,0],[-0.133,-0.033],[-0.767,0],[-0.233,0.133],[-0.133,0.1],[0,0],[0,0],[-0.033,0],[-0.1,0.067],[0,0],[0,0],[-0.133,0.133],[-0.2,0.333],[-0.033,0.1],[-0.067,0.267],[0,-0.267],[0,-0.133],[0.1,-0.367],[0.1,-0.167],[0,0],[0,0],[0.067,-0.1],[0,-0.033],[0,0],[0,0],[0.1,-0.1],[0.233,-0.167]],"v":[[6.175,-19.55],[8.225,-20.05],[8.625,-20],[8.925,-20],[9.125,-19.95],[10.025,-19.7],[9.125,-19.95],[8.925,-20],[8.625,-20],[8.225,-20.05],[6.175,-19.55],[5.475,-19.1],[5.125,-18.8],[5.075,-18.75],[5.075,-18.7],[5.025,-18.65],[4.775,-18.4],[4.775,-18.35],[4.725,-18.3],[4.375,-17.85],[3.925,-16.8],[3.875,-16.45],[3.775,-15.65],[3.875,-16.45],[3.925,-16.8],[4.375,-17.85],[4.725,-18.3],[4.775,-18.35],[4.775,-18.4],[5.025,-18.65],[5.075,-18.7],[5.075,-18.75],[5.125,-18.8],[5.475,-19.1]],"c":true},"ix":2},"nm":"Path 38","mn":"ADBE Vector Shape - Group","hd":false},{"ind":38,"ty":"sh","ix":39,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-14.375,-10.35],[-14.625,-10.1]],"c":true},"ix":2},"nm":"Path 39","mn":"ADBE Vector Shape - Group","hd":false},{"ind":39,"ty":"sh","ix":40,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-10.325,-9.55],[-10.325,-10.15]],"c":true},"ix":2},"nm":"Path 40","mn":"ADBE Vector Shape - Group","hd":false},{"ind":40,"ty":"sh","ix":41,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-4.675,-11.3],[-5.225,-11.3]],"c":true},"ix":2},"nm":"Path 41","mn":"ADBE Vector Shape - Group","hd":false},{"ind":41,"ty":"sh","ix":42,"ks":{"a":0,"k":{"i":[[0.067,0.2],[0,-0.267],[0.1,-0.267],[0,0],[-0.167,-0.167],[-0.3,-0.2],[-0.8,0],[0,0],[-0.533,0.2],[-0.4,0.4],[-0.2,0.7],[0,0.367],[0.067,-0.333],[0.567,-0.567],[0.5,-0.233],[0.6,0],[0,0],[0.633,0.4],[0.233,0.233],[0.3,0.233],[0.267,-0.233],[0.267,-0.133],[0.1,-0.067],[0.233,0],[0.033,0],[0.467,0.467],[0,0.7],[-0.467,-0.467],[-0.633,-0.033],[-0.067,0],[-0.233,0.033],[-0.1,0.033],[-0.233,0.233],[-0.133,0.3],[0,0],[0,0.3]],"o":[[0.067,0.2],[0,0.3],[0,0],[0.3,0.233],[0.233,0.233],[0.633,0.4],[0,0],[0.6,0],[0.5,-0.233],[0.567,-0.567],[0.067,-0.333],[0,0.367],[-0.2,0.7],[-0.4,0.4],[-0.533,0.2],[0,0],[-0.8,0],[-0.3,-0.2],[-0.167,-0.167],[-0.133,0.3],[-0.233,0.233],[-0.1,0.033],[-0.233,0.033],[-0.067,0],[-0.633,-0.033],[-0.467,-0.467],[0,0.7],[0.467,0.467],[0.033,0],[0.233,0],[0.1,-0.067],[0.267,-0.133],[0.267,-0.233],[0,0],[0.1,-0.267],[0,-0.267]],"v":[[-5.425,-7.6],[-5.325,-6.9],[-5.475,-6.05],[-5.475,-5.95],[-4.775,-5.35],[-3.975,-4.7],[-1.825,-4.1],[-1.725,-4.1],[-0.025,-4.4],[1.325,-5.35],[2.475,-7.25],[2.575,-8.3],[2.475,-7.25],[1.325,-5.35],[-0.025,-4.4],[-1.725,-4.1],[-1.825,-4.1],[-3.975,-4.7],[-4.775,-5.35],[-5.475,-5.95],[-6.075,-5.15],[-6.825,-4.6],[-7.125,-4.45],[-7.825,-4.4],[-7.975,-4.4],[-9.625,-5.15],[-10.325,-6.9],[-9.625,-5.15],[-7.975,-4.4],[-7.825,-4.4],[-7.125,-4.45],[-6.825,-4.6],[-6.075,-5.15],[-5.475,-5.95],[-5.475,-6.05],[-5.325,-6.9]],"c":true},"ix":2},"nm":"Path 42","mn":"ADBE Vector Shape - Group","hd":false},{"ind":42,"ty":"sh","ix":43,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-16.525,-2.95],[-16.525,-3.9]],"c":true},"ix":2},"nm":"Path 43","mn":"ADBE Vector Shape - Group","hd":false},{"ind":43,"ty":"sh","ix":44,"ks":{"a":0,"k":{"i":[[0.167,0.233],[0.1,0.267],[0.033,0.367],[-0.133,-0.367],[-0.2,-0.267],[-0.2,-0.2],[-0.3,-0.2],[-0.267,-0.1],[-0.033,0],[0,-0.033],[-0.067,-0.033],[-0.367,0],[0,0],[-0.167,0.033],[-0.667,0.633],[0,0],[0.233,0.733],[-0.567,-0.567],[0,0],[-1.267,0],[-0.6,0.233],[-0.167,0.1],[-0.333,0.333],[-0.267,0.733],[0.567,-0.567],[0.4,-0.233],[0.167,-0.067],[0.667,0],[0.933,0.833],[0.867,-0.133],[0.167,0],[0,0],[0.333,0.067],[0.1,0],[0.033,0],[0.067,0.033],[0.267,0.133],[0.267,0.267]],"o":[[-0.2,-0.267],[-0.133,-0.367],[0.033,0.367],[0.1,0.267],[0.167,0.233],[0.267,0.267],[0.267,0.133],[0.067,0.033],[0.033,0],[0.1,0],[0.333,0.067],[0,0],[0.167,0],[0.867,-0.133],[0,0],[-0.567,-0.567],[0.233,0.733],[0,0],[0.933,0.833],[0.667,0],[0.167,-0.067],[0.4,-0.233],[0.567,-0.567],[-0.267,0.733],[-0.333,0.333],[-0.167,0.1],[-0.6,0.233],[-1.267,0],[-0.667,0.633],[-0.167,0.033],[0,0],[-0.367,0],[-0.067,-0.033],[0,-0.033],[-0.033,0],[-0.267,-0.1],[-0.3,-0.2],[-0.2,-0.2]],"v":[[-21.275,0.35],[-21.725,-0.45],[-21.975,-1.55],[-21.725,-0.45],[-21.275,0.35],[-20.725,1],[-19.875,1.7],[-19.075,2.05],[-18.925,2.1],[-18.875,2.15],[-18.625,2.2],[-17.575,2.3],[-17.325,2.3],[-16.825,2.25],[-14.525,1.1],[-14.725,0.9],[-15.925,-1.05],[-14.725,0.9],[-14.525,1.1],[-11.225,2.35],[-9.325,2],[-8.825,1.75],[-7.725,0.9],[-6.475,-1.05],[-7.725,0.9],[-8.825,1.75],[-9.325,2],[-11.225,2.35],[-14.525,1.1],[-16.825,2.25],[-17.325,2.3],[-17.575,2.3],[-18.625,2.2],[-18.875,2.15],[-18.925,2.1],[-19.075,2.05],[-19.875,1.7],[-20.725,1]],"c":true},"ix":2},"nm":"Path 44","mn":"ADBE Vector Shape - Group","hd":false},{"ind":44,"ty":"sh","ix":45,"ks":{"a":0,"k":{"i":[[0.2,0.3],[-0.1,-0.367],[-0.033,-0.233],[0,0],[0.067,-0.3],[0.033,-0.067],[0.167,-0.3],[-0.1,0.333],[0,0.067],[0,0.3],[0,0],[0.033,0.2]],"o":[[0.2,0.3],[0.033,0.2],[0,0],[0,0.3],[0,0.067],[-0.1,0.333],[0.167,-0.3],[0.033,-0.067],[0.067,-0.3],[0,0],[-0.033,-0.233],[-0.1,-0.367]],"v":[[-19.025,-11.3],[-18.575,-10.3],[-18.475,-9.65],[-18.475,-9.25],[-18.575,-8.35],[-18.625,-8.15],[-19.025,-7.2],[-18.625,-8.15],[-18.575,-8.35],[-18.475,-9.25],[-18.475,-9.65],[-18.575,-10.3]],"c":true},"ix":2},"nm":"Path 45","mn":"ADBE Vector Shape - Group","hd":false},{"ind":45,"ty":"sh","ix":46,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-21.225,-17.25],[-21.875,-16.75]],"c":true},"ix":2},"nm":"Path 46","mn":"ADBE Vector Shape - Group","hd":false},{"ind":46,"ty":"sh","ix":47,"ks":{"a":0,"k":{"i":[[-0.067,-0.033],[-0.2,-0.167],[0.2,0.1],[0.067,0.033],[0.1,0.033],[0.1,0.033],[0,0],[0.6,-0.1],[0.033,-0.033],[0,0],[0.1,-0.033],[0,0],[0.033,-0.033],[0.033,-0.033],[0,0],[0.033,-0.033],[0,0],[0,-0.033],[0,0],[0.1,-0.067],[0.133,-0.1],[0.1,-0.067],[0,0],[0,0],[-0.033,0.033],[-0.067,0.067],[-0.033,0.033],[-0.033,0.033],[-0.1,0.067],[-0.133,0.1],[-0.133,0.067],[0,0],[-0.033,0],[0,0],[-0.033,0],[0,0],[-0.033,0],[-0.067,0],[0,0],[-0.1,0.033],[0,0],[-0.067,0],[-0.667,-0.2],[0,0],[-0.1,-0.067],[-0.1,0]],"o":[[0.2,0.1],[-0.2,-0.167],[-0.067,-0.033],[-0.1,0],[-0.1,-0.067],[0,0],[-0.667,-0.2],[-0.067,0],[0,0],[-0.1,0.033],[0,0],[-0.067,0],[-0.033,0],[0,0],[-0.033,0],[0,0],[-0.033,0],[0,0],[-0.133,0.067],[-0.133,0.1],[-0.1,0.067],[0,0],[0,0],[0,-0.033],[0.033,-0.1],[0.067,-0.033],[0.033,-0.033],[0.1,-0.067],[0.133,-0.1],[0.1,-0.067],[0,0],[0,-0.033],[0,0],[0.033,-0.033],[0,0],[0.033,-0.033],[0.033,-0.033],[0,0],[0.1,-0.033],[0,0],[0.033,-0.033],[0.6,-0.1],[0,0],[0.1,0.033],[0.1,0.033],[0.067,0.033]],"v":[[-21.975,-20.8],[-21.375,-20.4],[-21.975,-20.8],[-22.175,-20.9],[-22.475,-20.95],[-22.775,-21.1],[-22.825,-21.1],[-24.725,-21.25],[-24.875,-21.2],[-24.925,-21.2],[-25.225,-21.1],[-25.275,-21.1],[-25.425,-21.05],[-25.525,-21],[-25.575,-21],[-25.675,-20.95],[-25.725,-20.95],[-25.775,-20.9],[-25.825,-20.9],[-26.175,-20.7],[-26.575,-20.4],[-26.875,-20.2],[-27.325,-19.55],[-27.325,-19.65],[-27.275,-19.75],[-27.125,-20],[-26.975,-20.1],[-26.875,-20.2],[-26.575,-20.4],[-26.175,-20.7],[-25.825,-20.9],[-25.775,-20.9],[-25.725,-20.95],[-25.675,-20.95],[-25.575,-21],[-25.525,-21],[-25.425,-21.05],[-25.275,-21.1],[-25.225,-21.1],[-24.925,-21.2],[-24.875,-21.2],[-24.725,-21.25],[-22.825,-21.1],[-22.775,-21.1],[-22.475,-20.95],[-22.175,-20.9]],"c":true},"ix":2},"nm":"Path 47","mn":"ADBE Vector Shape - Group","hd":false},{"ind":47,"ty":"sh","ix":48,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.067,-0.133],[-0.1,-0.3],[0,-0.5],[0.233,-0.567],[0.433,-0.433],[-0.233,0.533],[0,0.633],[0.133,0.4],[0.133,0.267],[0.1,0.133],[0,0],[0,0],[0.133,0.133],[0.067,0.067],[0.1,0.067],[0.467,0.2],[0.6,0],[0.4,-0.133],[0.1,-0.067],[0.067,-0.067],[0.433,-0.4],[-0.5,0.2],[-0.1,0],[-0.1,0],[-0.433,0],[-0.5,-0.2],[-0.433,-0.367],[-0.067,-0.067],[-0.033,-0.033],[-0.1,-0.133]],"o":[[0,0],[0.1,0.133],[0.133,0.267],[0.133,0.4],[0,0.633],[-0.233,0.533],[0.433,-0.433],[0.233,-0.567],[0,-0.5],[-0.1,-0.3],[-0.067,-0.133],[0,0],[0,0],[-0.1,-0.133],[-0.033,-0.033],[-0.067,-0.067],[-0.433,-0.367],[-0.5,-0.2],[-0.433,0],[-0.1,0],[-0.1,0],[-0.5,0.2],[0.433,-0.4],[0.067,-0.067],[0.1,-0.067],[0.4,-0.133],[0.6,0],[0.467,0.2],[0.1,0.067],[0.067,0.067],[0.133,0.133],[0,0]],"v":[[-12.075,-18.15],[-12.025,-18.1],[-11.775,-17.7],[-11.425,-16.85],[-11.225,-15.5],[-11.575,-13.7],[-12.575,-12.25],[-11.575,-13.7],[-11.225,-15.5],[-11.425,-16.85],[-11.775,-17.7],[-12.025,-18.1],[-12.075,-18.15],[-12.075,-18.2],[-12.425,-18.6],[-12.575,-18.75],[-12.825,-18.95],[-14.175,-19.8],[-15.825,-20.1],[-17.075,-19.9],[-17.375,-19.8],[-17.625,-19.7],[-19.025,-18.8],[-17.625,-19.7],[-17.375,-19.8],[-17.075,-19.9],[-15.825,-20.1],[-14.175,-19.8],[-12.825,-18.95],[-12.575,-18.75],[-12.425,-18.6],[-12.075,-18.2]],"c":true},"ix":2},"nm":"Path 48","mn":"ADBE Vector Shape - Group","hd":false},{"ind":48,"ty":"sh","ix":49,"ks":{"a":0,"k":{"i":[[0.367,-0.067],[0.2,-0.067],[0.367,-0.133],[0.233,-0.1],[-0.267,0.1],[-0.4,0.1],[-0.133,0.033],[-0.4,0.067],[-1,-0.2],[0,0],[-0.133,-0.033],[-0.2,-0.067],[-0.033,-0.033],[-0.167,-0.067],[-0.467,-0.333],[-0.3,-0.367],[0.433,0.3],[0.6,0.233],[0.133,0.033],[0.033,0],[0.2,0.033],[0.133,0],[0,0],[1.1,-0.133]],"o":[[-0.133,0.033],[-0.4,0.1],[-0.267,0.1],[0.233,-0.1],[0.367,-0.133],[0.2,-0.067],[0.367,-0.067],[1.1,-0.133],[0,0],[0.133,0],[0.2,0.033],[0.033,0],[0.133,0.033],[0.6,0.233],[0.433,0.3],[-0.3,-0.367],[-0.467,-0.333],[-0.167,-0.067],[-0.033,-0.033],[-0.2,-0.067],[-0.133,-0.033],[0,0],[-1,-0.2],[-0.4,0.067]],"v":[[-9.025,-19.55],[-9.525,-19.4],[-10.675,-19.05],[-11.425,-18.75],[-10.675,-19.05],[-9.525,-19.4],[-9.025,-19.55],[-7.875,-19.75],[-4.725,-19.65],[-4.675,-19.65],[-4.275,-19.6],[-3.675,-19.45],[-3.575,-19.4],[-3.125,-19.25],[-1.525,-18.4],[-0.425,-17.4],[-1.525,-18.4],[-3.125,-19.25],[-3.575,-19.4],[-3.675,-19.45],[-4.275,-19.6],[-4.675,-19.65],[-4.725,-19.65],[-7.875,-19.75]],"c":true},"ix":2},"nm":"Path 49","mn":"ADBE Vector Shape - Group","hd":false},{"ind":49,"ty":"sh","ix":50,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-9.025,-27.75],[-9.375,-27.75]],"c":true},"ix":2},"nm":"Path 50","mn":"ADBE Vector Shape - Group","hd":false},{"ind":50,"ty":"sh","ix":51,"ks":{"a":0,"k":{"i":[[-0.267,0.167],[-0.567,0.033],[-0.167,0],[-0.167,-0.033],[0,0],[-0.167,-0.033],[-0.433,-0.4],[-0.2,-0.267],[0.233,0.2],[0.667,0.167],[0.167,0.033],[0,0],[0.133,0],[0.133,-0.033],[0.533,-0.3],[0.267,-0.233]],"o":[[0.533,-0.3],[0.133,-0.033],[0.133,0],[0,0],[0.167,0.033],[0.667,0.167],[0.233,0.2],[-0.2,-0.267],[-0.433,-0.4],[-0.167,-0.033],[0,0],[-0.167,-0.033],[-0.167,0],[-0.567,0.033],[-0.267,0.167],[0.267,-0.233]],"v":[[-14.425,-31.5],[-12.775,-32],[-12.325,-32.05],[-11.875,-32],[-11.825,-32],[-11.325,-31.9],[-9.675,-31.05],[-9.025,-30.35],[-9.675,-31.05],[-11.325,-31.9],[-11.825,-32],[-11.875,-32],[-12.325,-32.05],[-12.775,-32],[-14.425,-31.5],[-15.225,-30.9]],"c":true},"ix":2},"nm":"Path 51","mn":"ADBE Vector Shape - Group","hd":false},{"ind":51,"ty":"sh","ix":52,"ks":{"a":0,"k":{"i":[[-0.133,-0.3],[0,-0.3],[0.1,0.267],[0.233,0.233],[0.633,0],[0.067,0],[0.033,-0.033],[0,0],[0.333,-0.333],[0,-0.633],[-0.433,0.467],[-0.467,0.067],[0,0],[-0.067,0],[-0.067,0],[-0.433,-0.433]],"o":[[0.1,0.267],[0,-0.3],[-0.133,-0.3],[-0.433,-0.433],[-0.067,0],[-0.067,0],[0,0],[-0.467,0.067],[-0.433,0.467],[0,-0.633],[0.333,-0.333],[0,0],[0.033,-0.033],[0.067,0],[0.633,0],[0.233,0.233]],"v":[[-7.375,-33.4],[-7.225,-32.55],[-7.375,-33.4],[-7.925,-34.2],[-9.525,-34.85],[-9.725,-34.85],[-9.875,-34.8],[-9.975,-34.8],[-11.175,-34.2],[-11.825,-32.55],[-11.175,-34.2],[-9.975,-34.8],[-9.875,-34.8],[-9.725,-34.85],[-9.525,-34.85],[-7.925,-34.2]],"c":true},"ix":2},"nm":"Path 52","mn":"ADBE Vector Shape - Group","hd":false},{"ind":52,"ty":"sh","ix":53,"ks":{"a":0,"k":{"i":[[-0.2,0.133],[-0.3,0.1],[-0.367,0.033],[-0.2,0],[-0.233,-0.033],[-0.6,-0.467],[-0.033,-0.033],[-0.067,-0.067],[-0.233,-0.533],[0.4,0.4],[0.067,0.067],[0.033,0.033],[0.7,0.133],[0.267,0],[0.2,-0.033],[0.3,-0.167],[0.233,-0.167],[0.2,-0.2],[0.167,-0.8],[-0.6,0.6]],"o":[[0.233,-0.167],[0.3,-0.167],[0.2,-0.033],[0.267,0],[0.7,0.133],[0.033,0.033],[0.067,0.067],[0.4,0.4],[-0.233,-0.533],[-0.067,-0.067],[-0.033,-0.033],[-0.6,-0.467],[-0.233,-0.033],[-0.2,0],[-0.367,0.033],[-0.3,0.1],[-0.2,0.133],[-0.6,0.6],[0.167,-0.8],[0.2,-0.2]],"v":[[-16.125,-25.5],[-15.325,-25.9],[-14.325,-26.2],[-13.725,-26.25],[-12.975,-26.2],[-11.025,-25.3],[-10.925,-25.2],[-10.725,-25],[-9.775,-23.6],[-10.725,-25],[-10.925,-25.2],[-11.025,-25.3],[-12.975,-26.2],[-13.725,-26.25],[-14.325,-26.2],[-15.325,-25.9],[-16.125,-25.5],[-16.725,-25],[-17.875,-22.9],[-16.725,-25]],"c":true},"ix":2},"nm":"Path 53","mn":"ADBE Vector Shape - Group","hd":false},{"ind":53,"ty":"sh","ix":54,"ks":{"a":0,"k":{"i":[[0.067,-0.267],[-0.133,0.233],[-0.867,0.267],[-0.033,0.033],[0,0],[-0.733,-0.367],[0.867,-0.267],[0,0],[0.033,0],[0.467,-0.8]],"o":[[0.067,-0.267],[0.467,-0.8],[0.033,0],[0,0],[0.867,-0.267],[-0.733,-0.367],[0,0],[-0.033,0.033],[-0.867,0.267],[-0.133,0.233]],"v":[[-21.675,-27.65],[-21.375,-28.4],[-19.375,-30],[-19.275,-30.05],[-19.225,-30.05],[-16.825,-29.9],[-19.225,-30.05],[-19.275,-30.05],[-19.375,-30],[-21.375,-28.4]],"c":true},"ix":2},"nm":"Path 54","mn":"ADBE Vector Shape - Group","hd":false},{"ind":54,"ty":"sh","ix":55,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-22.575,-25.35],[-22.575,-24.7]],"c":true},"ix":2},"nm":"Path 55","mn":"ADBE Vector Shape - Group","hd":false},{"ind":55,"ty":"sh","ix":56,"ks":{"a":0,"k":{"i":[[-0.433,-0.3],[-0.267,-0.367],[0.067,-0.833],[0.533,0.7],[0.3,0.2],[0.533,0.1],[0.267,0],[-0.3,-0.033]],"o":[[0.3,0.2],[0.533,0.7],[0.067,-0.833],[-0.267,-0.367],[-0.433,-0.3],[-0.3,-0.033],[0.267,0],[0.533,0.1]],"v":[[8.675,-32.15],[9.525,-31.3],[10.225,-29],[9.525,-31.3],[8.675,-32.15],[7.225,-32.75],[6.375,-32.8],[7.225,-32.75]],"c":true},"ix":2},"nm":"Path 56","mn":"ADBE Vector Shape - Group","hd":false},{"ind":56,"ty":"sh","ix":57,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[3.275,-24.95],[3.275,-24.4]],"c":true},"ix":2},"nm":"Path 57","mn":"ADBE Vector Shape - Group","hd":false},{"ind":57,"ty":"sh","ix":58,"ks":{"a":0,"k":{"i":[[-0.167,0.2],[-0.1,0.067],[-0.333,0.167],[-0.367,0.1],[-0.167,0.033],[-0.867,-0.467],[-0.067,-0.067],[0,0],[-0.133,-0.1],[-0.1,-0.067],[0,-0.033],[-0.2,-0.3],[0.267,0.167],[0.067,0.033],[0.067,0.033],[0.1,0.067],[0,0],[0.067,0],[0.867,-0.133],[0.2,-0.033],[0.333,-0.2],[0.267,-0.3],[0.067,-0.1],[0.133,-0.233]],"o":[[0.067,-0.1],[0.267,-0.3],[0.333,-0.2],[0.2,-0.033],[0.867,-0.133],[0.067,0],[0,0],[0.1,0.067],[0.067,0.033],[0.067,0.033],[0.267,0.167],[-0.2,-0.3],[0,-0.033],[-0.1,-0.067],[-0.133,-0.1],[0,0],[-0.067,-0.067],[-0.867,-0.467],[-0.167,0.033],[-0.367,0.1],[-0.333,0.167],[-0.1,0.067],[-0.167,0.2],[0.133,-0.233]],"v":[[4.575,-27.25],[4.825,-27.5],[5.725,-28.2],[6.775,-28.65],[7.325,-28.75],[9.925,-28.25],[10.125,-28.15],[10.175,-28.15],[10.525,-27.9],[10.775,-27.75],[10.875,-27.65],[11.575,-26.95],[10.875,-27.65],[10.775,-27.75],[10.525,-27.9],[10.175,-28.15],[10.125,-28.15],[9.925,-28.25],[7.325,-28.75],[6.775,-28.65],[5.725,-28.2],[4.825,-27.5],[4.575,-27.25],[4.125,-26.6]],"c":true},"ix":2},"nm":"Path 58","mn":"ADBE Vector Shape - Group","hd":false},{"ind":58,"ty":"sh","ix":59,"ks":{"a":0,"k":{"i":[[-0.267,-0.033],[-0.033,-0.033],[-0.367,-0.167],[0,0],[-0.133,-0.067],[-0.033,-0.033],[-0.033,-0.033],[-0.433,-0.433],[-0.267,-0.467],[-0.133,-0.5],[0,-0.567],[0,0],[0,0],[-0.133,-0.033],[0,0],[0,0],[-0.067,-0.033],[-0.1,0],[-0.033,0],[-0.033,0],[-0.3,-0.267],[-0.233,-0.467],[-0.1,-0.133],[-0.067,-0.2],[0.067,0.167],[0.067,0.167],[0.367,0.267],[0.333,0.167],[0.033,0.033],[0.033,0.033],[0.1,0.033],[0.1,0.033],[0,0],[0,0],[0.1,0.033],[0,0],[0,0],[0,0],[0.733,-0.3],[0.133,-0.1],[0.3,-0.267],[0.2,-0.333],[-0.267,0.267],[-0.333,0.2],[-0.167,0.067],[-0.767,-0.1],[0,0],[0.1,0.3],[0.233,0.433],[0.433,0.433],[0.533,0.267],[0.067,0.033],[0.033,0],[0.1,0.033],[0,0],[0.433,0.033],[0.033,0],[0.3,0],[0.467,-0.1],[-0.5,0]],"o":[[0.033,0],[0.433,0.033],[0,0],[0.1,0.033],[0.033,0],[0.067,0.033],[0.533,0.267],[0.433,0.433],[0.233,0.433],[0.1,0.3],[0,0],[0,0],[0.1,0.033],[0,0],[0,0],[0.1,0.033],[0.1,0.033],[0.033,0.033],[0.033,0.033],[0.333,0.167],[0.367,0.267],[0.067,0.167],[0.067,0.167],[-0.067,-0.2],[-0.1,-0.133],[-0.233,-0.467],[-0.3,-0.267],[-0.033,0],[-0.033,0],[-0.1,0],[-0.067,-0.033],[0,0],[0,0],[-0.133,-0.033],[0,0],[0,0],[0,0],[-0.767,-0.1],[-0.167,0.067],[-0.333,0.2],[-0.267,0.267],[0.2,-0.333],[0.3,-0.267],[0.133,-0.1],[0.733,-0.3],[0,0],[0,-0.567],[-0.133,-0.5],[-0.267,-0.467],[-0.433,-0.433],[-0.033,-0.033],[-0.033,-0.033],[-0.133,-0.067],[0,0],[-0.367,-0.167],[-0.033,-0.033],[-0.267,-0.033],[-0.5,0],[0.467,-0.1],[0.3,0]],"v":[[-4.125,-28.1],[-4.025,-28.05],[-2.825,-27.75],[-2.775,-27.75],[-2.425,-27.6],[-2.325,-27.55],[-2.175,-27.45],[-0.725,-26.4],[0.325,-25.05],[0.875,-23.65],[1.025,-22.35],[1.075,-22.3],[1.175,-22.3],[1.525,-22.2],[1.575,-22.2],[1.625,-22.15],[1.875,-22.05],[2.175,-22],[2.275,-21.95],[2.375,-21.9],[3.325,-21.25],[4.225,-20.15],[4.475,-19.7],[4.675,-19.15],[4.475,-19.7],[4.225,-20.15],[3.325,-21.25],[2.375,-21.9],[2.275,-21.95],[2.175,-22],[1.875,-22.05],[1.625,-22.15],[1.575,-22.2],[1.525,-22.2],[1.175,-22.3],[1.075,-22.3],[1.025,-22.35],[0.875,-22.35],[-1.375,-22.05],[-1.825,-21.8],[-2.775,-21.1],[-3.475,-20.2],[-2.775,-21.1],[-1.825,-21.8],[-1.375,-22.05],[0.875,-22.35],[1.025,-22.35],[0.875,-23.65],[0.325,-25.05],[-0.725,-26.4],[-2.175,-27.45],[-2.325,-27.55],[-2.425,-27.6],[-2.775,-27.75],[-2.825,-27.75],[-4.025,-28.05],[-4.125,-28.1],[-4.975,-28.15],[-6.425,-28],[-4.975,-28.15]],"c":true},"ix":2},"nm":"Path 59","mn":"ADBE Vector Shape - Group","hd":false},{"ind":59,"ty":"sh","ix":60,"ks":{"a":0,"k":{"i":[[0.767,0.767],[1.033,0],[0.767,-0.733],[0.1,-0.167],[0.133,0.133],[0.7,0],[0.5,-0.5],[0,-0.7],[-0.5,-0.5],[-0.767,-0.267],[0,0],[0,0],[-0.6,0],[0,0],[-0.2,-0.033],[0.2,0],[0,0],[0.5,-0.2],[0,0],[0,0],[0.033,-0.033],[0,0],[0.367,-0.367],[0.2,-0.367],[0,0],[0.067,-0.3],[0,-0.4],[-0.1,0.333],[-0.1,0.233],[0,0],[-0.333,0.333],[-0.433,0.2],[0,0],[-0.067,0.033],[0.467,0.467],[0.133,-0.133],[0.1,-0.167],[0.4,0],[0,0],[0.633,0.733],[0.067,0.067],[1.067,0],[0.767,-0.733],[0.067,-0.1],[0.3,0.3],[0.933,0],[0.667,-0.633],[0.067,-0.767],[0.667,-0.667],[0.167,-0.8],[0.1,0.1],[0.567,0],[0.4,-0.333],[0.9,0],[0.667,-0.633],[0,-0.933],[-0.433,-0.567],[-0.067,0.067],[-0.3,0.1],[0.267,-0.267],[0.033,-0.067],[0,0],[0,-0.5],[-0.433,-0.433],[-0.467,-0.067],[0.367,0.367],[0,0.6],[-0.3,0.367],[0.4,0],[0.8,-0.8],[0,-1.133],[-0.133,-0.4],[0.067,-0.067],[0.533,0.133],[0.367,0.367],[0.667,0],[0.5,-0.467],[0,-0.667],[-0.033,-0.133],[0.167,-0.133],[0,-1.467],[-0.1,-0.4],[-0.067,-0.133],[-0.067,-0.1],[-0.067,-0.1],[0,0],[-0.333,-0.333],[-0.967,-0.233],[-0.167,-0.167],[-0.467,-0.167],[0.867,-0.833],[0.1,-0.167],[0.367,0],[0.5,-0.467],[0,-0.7],[-0.467,-0.467],[-0.667,-0.033],[-0.333,-0.533],[0.3,-0.3],[0,-0.967],[-0.667,-0.667],[-0.333,-0.167],[0.033,-0.033],[0,-0.633],[-0.433,-0.433],[-0.633,0],[-0.433,0.433],[-0.033,0.033],[0,0],[-0.2,-0.467],[0,-0.5],[-0.6,-0.6],[-0.833,0],[-0.3,0.067],[-0.267,0.167],[0.133,-0.167],[0,-1.233],[-1.1,-1.1],[-1.6,0],[0,0],[-0.7,0.3],[0,0],[-0.667,2.067],[0.4,0.167],[0.167,0.067],[-0.2,-0.033],[-0.367,-0.2],[-0.233,0.5],[0.233,0.233],[0.133,0.367],[-0.6,-0.267],[-0.667,-0.067],[-0.267,0],[-0.967,0.667],[0,0],[0.633,0.533],[0.167,0.167],[0.3,0.533],[-0.433,-0.433],[-0.2,-0.167],[-0.767,-0.233],[0,0],[-0.667,0],[-0.667,0.233],[0.833,0.833],[0.267,0.367],[-0.367,-0.367],[-1,-0.433],[-1.3,0],[-1.167,0.567],[-0.3,0.167],[-1.133,2.133],[0.033,0],[0.267,0.267],[0,0.7],[-0.533,-0.533],[-0.333,-0.133],[0,-0.033],[-0.333,0],[-0.533,0.533],[-0.133,0.3],[0,0.367],[0.133,-0.3],[0.267,-0.267],[0.733,0],[0.3,0.1],[1.667,-1.067],[-0.9,0],[-0.867,0.867],[-0.033,0.033],[0,0],[0,0],[0,0],[-0.867,-1.033],[-0.367,-0.267],[-0.067,-0.067],[0,0],[-0.233,-0.067],[-0.467,0],[-0.867,0.867],[-0.267,1.267],[0.133,0.067],[0.267,0.267],[0.067,0.067],[0,0],[0,0],[0.133,0.367],[0,0.033],[0,0],[0.033,0.333],[0,0],[-0.033,0.167],[0,-0.167],[0,0],[-0.1,-0.3],[0,0],[-0.033,-0.067],[-0.2,-0.3],[0,0],[0,0],[-0.067,-0.067],[-0.3,-0.2],[-0.133,-0.067],[-0.1,-0.033],[-0.1,-0.033],[-0.033,-0.033],[-0.433,0],[0.4,0.1],[0.033,0],[0.067,0.033],[0.1,0.033],[0.733,-0.733],[1.233,0],[0.433,0.133],[0.2,0.1],[0,0],[0,-0.1],[-2.767,-1.2],[0,0],[0.1,0.333],[-0.2,-0.3],[-0.267,-0.267],[-0.767,-0.2],[-1.667,0.333],[0,0],[0,0.733],[0.867,0.867],[0.233,0.167],[0.267,0.1],[-0.267,-0.167],[-0.233,-0.233],[0,-1.2],[0.3,-0.6],[0,0],[-0.3,-0.1],[-0.167,-0.067],[-0.133,-0.033],[-0.2,-0.1],[-0.267,-0.233],[-0.067,-0.033],[-0.067,-0.033],[0,0],[-0.167,0.033],[-0.333,0.367],[0,0.7],[0.5,-0.467],[0.467,-0.1],[-0.8,0],[-0.6,0.6],[0,0.867],[0.267,0.467],[0,0],[-0.5,0.5],[0,0.7],[0,0],[0.267,0],[0.433,0.433],[0.067,0.167],[-0.167,-0.167],[-0.567,0],[-0.267,0.1],[0,0],[0.267,0.267],[0.367,0.1],[-0.267,-0.267],[-0.1,-0.3],[0,-0.233],[0.433,-0.4],[0.133,-0.067],[0,0],[-0.133,0],[-1.167,1.2],[0,1.7],[0.733,1.033],[0,0],[0,1.2],[0.867,0.867],[1.067,0.1],[0,0],[-0.033,0.133],[-0.2,0.233],[0,0.9],[0.133,0.367],[-0.1,0.133],[-0.067,0.067],[-0.067,0.1],[-0.033,1.267],[-0.067,0],[-0.433,0.433],[0,0.6],[0.433,0.433],[0.6,0],[0.433,-0.433],[0.1,0.1],[1.233,0.133],[0,0.733],[0.767,0.767],[0.233,0.133],[0.967,0.967],[1.433,0],[0.167,-0.033],[0.933,0.933],[1.2,0.267],[0,0.333],[0.5,0.5],[0.733,0],[0.5,-0.5],[0,-0.733],[-0.233,-0.4],[0.467,-0.367],[-0.833,-0.833],[-0.2,-0.667],[0.533,0.533],[1.133,0.033],[0,0],[0,0],[0,0],[0.867,-0.867],[0.033,-0.067],[0.067,-0.133],[0.133,-0.467],[-0.333,0.4],[-0.133,0.1],[-0.033,0.033],[-1.2,0],[0,0],[0.367,0.367],[0.467,0.2],[-0.1,0.1],[0,0.467],[0.333,0.333],[0.467,0],[0.333,-0.333],[0.033,-0.067],[0.333,0.333],[0.933,0],[0,0],[0,0],[-0.067,0.267],[0,0]],"o":[[-0.733,-0.733],[-1.033,0],[-0.133,0.133],[-0.133,-0.167],[-0.5,-0.5],[-0.7,0],[-0.5,0.5],[0,0.7],[0.467,0.467],[0,0],[0,0],[0.5,-0.2],[0,0],[0.2,0],[-0.2,-0.033],[0,0],[-0.6,0],[0,0],[0,0],[-0.067,0.033],[0,0],[-0.433,0.2],[-0.333,0.333],[0,0],[-0.1,0.233],[-0.1,0.333],[0,-0.4],[0.067,-0.3],[0,0],[0.2,-0.367],[0.367,-0.367],[0,0],[0.033,-0.033],[-0.767,-0.267],[-0.133,0.1],[-0.133,0.133],[-0.367,-0.067],[0,0],[0,-0.967],[-0.067,-0.067],[-0.733,-0.733],[-1.067,0],[-0.1,0.1],[-0.167,-0.367],[-0.633,-0.633],[-0.933,0],[-0.533,0.533],[-0.9,0.133],[-0.6,0.6],[-0.1,-0.133],[-0.4,-0.4],[-0.533,0],[-0.6,-0.567],[-0.933,0],[-0.633,0.667],[0,0.767],[0.033,-0.067],[0.267,-0.267],[-0.3,0.1],[-0.067,0.067],[0,0],[-0.3,0.367],[0,0.6],[0.367,0.367],[-0.467,-0.067],[-0.433,-0.433],[0,-0.5],[-0.367,-0.133],[-1.133,0],[-0.8,0.8],[0,0.467],[-0.067,0.033],[-0.467,-0.333],[-0.1,-0.433],[-0.467,-0.467],[-0.667,0],[-0.467,0.5],[0,0.133],[-0.167,0.133],[-1.033,1.067],[0,0.433],[0,0.1],[0,0.1],[0.033,0.133],[0,0],[0.233,0.4],[0.733,0.733],[0.1,0.167],[0.4,0.4],[-1.1,0.2],[-0.167,0.167],[-0.3,-0.133],[-0.7,0],[-0.467,0.5],[0,0.7],[0.467,0.467],[0.1,0.6],[-0.367,0.167],[-0.667,0.667],[0,0.967],[0.267,0.267],[-0.033,0],[-0.433,0.433],[0,0.633],[0.433,0.433],[0.633,0],[0.033,-0.033],[0,0],[0,0.533],[-0.2,0.367],[0,0.833],[0.6,0.6],[0.3,0],[0.267,-0.1],[-0.133,0.167],[-0.667,0.967],[0,1.6],[1.133,1.133],[0,0],[0.833,-0.033],[0,0],[0,-2.367],[-0.333,-0.267],[-0.133,-0.067],[0.167,0],[0.4,0.033],[0.167,-0.533],[-0.3,-0.133],[-0.267,-0.267],[0.467,0.467],[0.533,0.267],[0.233,0.033],[1.1,0],[0,0],[-0.767,-0.233],[-0.2,-0.167],[-0.433,-0.433],[0.3,0.533],[0.167,0.167],[0.633,0.533],[0,0],[0.567,0.167],[0.767,0],[-1,-0.433],[-0.367,-0.367],[0.267,0.367],[0.833,0.833],[1.1,0.5],[1.433,0],[0.3,-0.167],[1.667,-1.067],[0,-0.033],[-0.333,-0.133],[-0.533,-0.533],[0,0.7],[0.267,0.267],[0.033,0],[0.3,0.1],[0.733,0],[0.267,-0.267],[0.133,-0.3],[0,0.367],[-0.133,0.3],[-0.533,0.533],[-0.333,0],[-1.133,2.133],[0.667,0.433],[1.233,0],[0.033,-0.033],[0,0],[0,0],[0,0],[0,1.433],[0.3,0.367],[0.1,0.033],[0,0],[0.2,0.1],[0.433,0.133],[1.233,0],[0.733,-0.733],[-0.133,-0.067],[-0.3,-0.2],[-0.067,-0.067],[0,0],[0,0],[-0.2,-0.3],[-0.033,-0.067],[0,0],[-0.1,-0.3],[0,0],[0,-0.167],[-0.033,0.167],[0,0],[0.033,0.333],[0,0],[0,0.033],[0.133,0.367],[0,0],[0,0],[0.067,0.067],[0.267,0.267],[0.133,0.067],[0.1,0.033],[0.067,0.033],[0.033,0],[0.4,0.1],[-0.433,0],[-0.033,-0.033],[-0.1,-0.033],[-0.1,-0.033],[-0.267,1.267],[-0.867,0.867],[-0.467,0],[-0.233,-0.067],[0,0],[0,0.133],[0,2.367],[0,0],[-0.2,-0.3],[0.1,0.333],[0.167,0.3],[0.6,0.6],[0.867,-1.2],[0,0],[0.3,-0.6],[0,-1.2],[-0.233,-0.233],[-0.267,-0.167],[0.267,0.1],[0.233,0.167],[0.867,0.867],[0,0.733],[0,0],[0.367,0.033],[0.167,0.033],[0.133,0.033],[0.167,0.067],[0.3,0.167],[0.033,0],[0,-0.033],[0,0],[0.2,0],[0.467,-0.1],[0.5,-0.467],[0,0.7],[-0.333,0.367],[0.567,0.5],[0.867,0],[0.6,-0.6],[0,-0.567],[0,0],[0.7,0],[0.5,-0.5],[0,0],[-0.267,0.1],[-0.567,0],[-0.167,-0.167],[0.067,0.167],[0.433,0.433],[0.267,0],[0,0],[-0.1,-0.3],[-0.267,-0.267],[0.367,0.1],[0.267,0.267],[0.067,0.2],[0,0.567],[-0.067,0.1],[0,0],[0.2,-0.067],[1.7,0],[1.2,-1.167],[0,-1.333],[0,0],[0.867,-0.833],[0,-1.2],[-0.733,-0.733],[0,0],[0.067,-0.133],[0.267,-0.133],[0.633,-0.6],[0,-0.4],[0.133,-0.1],[0.067,-0.067],[0.1,-0.1],[0.767,-0.933],[0.067,0],[0.6,0],[0.433,-0.433],[0,-0.6],[-0.433,-0.433],[-0.6,0],[-0.1,-0.1],[-0.9,-0.9],[0.367,-0.6],[0,-1.067],[-0.2,-0.2],[-0.033,-1.433],[-1,-1],[-0.167,0],[-0.3,-1.233],[-0.933,-0.933],[0.1,-0.267],[0,-0.733],[-0.5,-0.5],[-0.733,0],[-0.5,0.5],[0,0.5],[-0.5,0.233],[1.133,0.033],[0.533,0.533],[-0.2,-0.667],[-0.833,-0.833],[0,0],[0,0],[0,0],[-1.2,0],[-0.033,0.033],[-0.133,0.1],[-0.333,0.4],[0.133,-0.467],[0.067,-0.133],[0.033,-0.067],[0.867,-0.867],[0,0],[-0.2,-0.467],[-0.367,-0.367],[0.133,-0.1],[0.333,-0.333],[0,-0.467],[-0.333,-0.333],[-0.467,0],[-0.067,0.067],[-0.2,-0.433],[-0.7,-0.7],[0,0],[0,0],[0.067,-0.233],[0,0],[0,-1.033]],"v":[[8.575,-37.05],[5.925,-38.15],[3.225,-37.05],[2.875,-36.6],[2.475,-37.05],[0.675,-37.8],[-1.125,-37.05],[-1.875,-35.25],[-1.125,-33.45],[0.725,-32.35],[0.775,-32.35],[0.825,-32.4],[2.475,-32.7],[2.575,-32.7],[3.175,-32.65],[2.575,-32.7],[2.475,-32.7],[0.825,-32.4],[0.775,-32.35],[0.725,-32.35],[0.575,-32.25],[0.525,-32.25],[-0.675,-31.4],[-1.475,-30.35],[-1.575,-30.15],[-1.825,-29.35],[-1.975,-28.25],[-1.825,-29.35],[-1.575,-30.15],[-1.475,-30.35],[-0.675,-31.4],[0.525,-32.25],[0.575,-32.25],[0.725,-32.35],[-1.125,-33.45],[-1.525,-33.1],[-1.875,-32.65],[-3.025,-32.75],[-3.175,-32.75],[-4.125,-35.3],[-4.325,-35.5],[-7.025,-36.6],[-9.775,-35.5],[-10.025,-35.2],[-10.725,-36.2],[-13.075,-37.15],[-15.475,-36.2],[-16.375,-34.25],[-18.725,-33.05],[-19.875,-30.95],[-20.175,-31.3],[-21.625,-31.9],[-23.025,-31.4],[-25.275,-32.25],[-27.675,-31.3],[-28.625,-28.9],[-27.975,-26.9],[-27.825,-27.1],[-26.975,-27.65],[-27.825,-27.1],[-27.975,-26.9],[-28.025,-26.85],[-28.475,-25.55],[-27.825,-24],[-26.575,-23.35],[-27.825,-24],[-28.475,-25.55],[-28.025,-26.85],[-29.175,-27.05],[-32.075,-25.85],[-33.275,-22.95],[-33.075,-21.65],[-33.275,-21.5],[-34.775,-22.2],[-35.475,-23.4],[-37.175,-24.1],[-38.925,-23.4],[-39.625,-21.65],[-39.575,-21.25],[-40.075,-20.85],[-41.625,-17.05],[-41.475,-15.8],[-41.375,-15.45],[-41.275,-15.15],[-41.125,-14.8],[-40.925,-14.4],[-40.075,-13.3],[-37.525,-11.85],[-37.125,-11.35],[-35.825,-10.5],[-38.775,-8.95],[-39.175,-8.45],[-40.175,-8.65],[-41.975,-7.95],[-42.675,-6.15],[-41.975,-4.4],[-40.275,-3.65],[-39.625,-1.95],[-40.625,-1.25],[-41.625,1.2],[-40.625,3.65],[-39.725,4.3],[-39.825,4.35],[-40.475,5.95],[-39.825,7.55],[-38.225,8.2],[-36.625,7.55],[-36.525,7.45],[-36.525,7.7],[-36.225,9.2],[-36.525,10.5],[-35.625,12.65],[-33.475,13.55],[-32.575,13.45],[-31.775,13.05],[-32.175,13.55],[-33.175,16.85],[-31.525,20.9],[-27.425,22.6],[-27.275,22.6],[-24.975,22.1],[-24.975,18.9],[-23.975,12.25],[-25.075,11.6],[-25.525,11.4],[-24.975,11.45],[-23.825,11.8],[-23.225,10.25],[-24.025,9.7],[-24.625,8.75],[-23.025,9.85],[-21.225,10.35],[-20.475,10.4],[-17.375,9.4],[-17.425,9.4],[-19.525,8.25],[-20.075,7.75],[-21.175,6.3],[-20.075,7.75],[-19.525,8.25],[-17.425,9.4],[-17.375,9.4],[-15.525,9.65],[-13.375,9.3],[-16.125,7.4],[-17.075,6.3],[-16.125,7.4],[-13.375,9.3],[-9.775,10.05],[-5.875,9.2],[-4.975,8.7],[-0.775,3.9],[-0.825,3.85],[-1.725,3.25],[-2.525,1.4],[-1.725,3.25],[-0.825,3.85],[-0.775,3.9],[0.175,4.05],[2.075,3.25],[2.675,2.4],[2.875,1.4],[2.675,2.4],[2.075,3.25],[0.175,4.05],[-0.775,3.9],[-4.975,8.7],[-2.625,9.35],[0.525,8.05],[0.625,7.95],[1.875,6.7],[0.625,7.95],[0.625,8.2],[1.925,11.9],[2.925,12.85],[3.175,13],[3.175,13.05],[3.825,13.3],[5.175,13.5],[8.325,12.2],[9.825,9.2],[9.425,9],[8.575,8.3],[8.375,8.1],[8.325,8.05],[8.025,7.65],[7.525,6.65],[7.475,6.5],[7.475,6.45],[7.275,5.5],[7.275,5.15],[7.325,4.65],[7.275,5.15],[7.275,5.5],[7.475,6.45],[7.475,6.5],[7.525,6.65],[8.025,7.65],[8.325,8.05],[8.375,8.1],[8.575,8.3],[9.425,9],[9.825,9.2],[10.125,9.3],[10.375,9.4],[10.475,9.45],[11.725,9.6],[10.475,9.45],[10.375,9.4],[10.125,9.3],[9.825,9.2],[8.325,12.2],[5.175,13.5],[3.825,13.3],[3.175,13.05],[3.175,20.1],[3.175,20.45],[7.325,25.8],[11.725,25.8],[11.275,24.85],[11.725,25.8],[12.375,26.65],[14.425,27.85],[18.225,25.55],[19.425,25.55],[19.875,23.55],[18.575,20.45],[17.875,19.85],[17.075,19.45],[17.875,19.85],[18.575,20.45],[19.875,23.55],[19.425,25.55],[19.475,25.55],[20.475,25.75],[20.975,25.9],[21.375,26],[21.925,26.25],[22.775,26.85],[22.925,26.9],[23.025,26.9],[23.275,26.9],[23.825,26.85],[25.025,26.15],[25.775,24.4],[25.025,26.15],[23.825,26.85],[25.875,27.6],[28.075,26.7],[28.975,24.5],[28.575,22.95],[28.675,22.95],[30.475,22.2],[31.225,20.4],[31.225,20.3],[30.425,20.45],[28.925,19.8],[28.575,19.3],[28.925,19.8],[30.425,20.45],[31.225,20.3],[32.425,17.7],[31.875,16.85],[30.925,16.3],[31.875,16.85],[32.425,17.7],[32.525,18.35],[31.875,19.8],[31.575,20.05],[31.375,20.3],[31.875,20.2],[36.175,18.4],[37.975,14.1],[36.875,10.55],[39.425,9.25],[40.725,6.2],[39.425,3.1],[36.725,1.85],[36.675,1.85],[36.825,1.45],[37.525,0.9],[38.475,-1.35],[38.275,-2.5],[38.625,-2.85],[38.825,-3.05],[39.075,-3.35],[40.275,-6.65],[40.475,-6.65],[42.025,-7.3],[42.675,-8.85],[42.025,-10.4],[40.475,-11.05],[38.925,-10.4],[38.625,-10.7],[35.425,-12.25],[35.975,-14.25],[34.825,-17],[34.175,-17.5],[32.675,-21.1],[29.025,-22.6],[28.525,-22.55],[26.675,-25.8],[23.475,-27.6],[23.625,-28.5],[22.875,-30.35],[21.025,-31.1],[19.175,-30.35],[18.425,-28.5],[18.775,-27.15],[17.325,-26.25],[20.275,-24.95],[21.375,-23.15],[20.275,-24.95],[17.325,-26.25],[17.275,-26.25],[17.225,-26.25],[17.175,-26.25],[14.075,-24.95],[13.975,-24.8],[13.675,-24.45],[12.975,-23.15],[13.675,-24.45],[13.975,-24.8],[14.075,-24.95],[17.175,-26.25],[17.225,-26.25],[16.375,-27.5],[15.125,-28.35],[15.475,-28.65],[15.975,-29.85],[15.475,-31.05],[14.275,-31.55],[13.075,-31.05],[12.925,-30.85],[12.125,-32],[9.675,-33.05],[9.625,-33.05],[9.525,-33.05],[9.725,-33.8],[9.725,-34.35]],"c":true},"ix":2},"nm":"Path 60","mn":"ADBE Vector Shape - Group","hd":false},{"ind":60,"ty":"sh","ix":61,"ks":{"a":0,"k":{"i":[[-0.567,0.733],[0.6,0.6],[0.167,0.3],[0,0],[0,0],[0,0],[0,0]],"o":[[-0.767,-0.2],[-0.267,-0.267],[0,0],[0,0],[0,0],[0,0],[0.233,-1.067]],"v":[[14.425,27.85],[12.375,26.65],[11.725,25.8],[7.325,25.8],[7.325,38.15],[13.225,38.15],[13.225,30.55]],"c":true},"ix":2},"nm":"Path 61","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-105.875,180.55],[103.125,180.55],[103.125,-98.45],[-105.875,-98.45]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-105.875,-98.45],[103.125,-98.45],[103.125,180.55],[-105.875,180.55]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":63,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.075,0.783999992819,0.709999952129,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[105.875,98.45],"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":"Group 15","np":65,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"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},"n":"0p667_1_0p333_0","t":94,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-3.6,12.15],[0.9,-4.85]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.562,13.555],[11.195,0.477]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":106,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.562,13.555],[11.195,0.477]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-3.6,12.15],[0.9,-4.85]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":119,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-3.6,12.15],[0.9,-4.85]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.562,13.555],[11.195,0.477]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":130,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.562,13.555],[11.195,0.477]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-3.6,12.15],[0.9,-4.85]],"c":false}]},{"t":143}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":94,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[2.75,-8.9],[3.6,-12.15]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[14.689,-2.284],[16.927,-4.788]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":106,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[14.689,-2.284],[16.927,-4.788]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[2.75,-8.9],[3.6,-12.15]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":119,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[2.75,-8.9],[3.6,-12.15]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[14.689,-2.284],[16.927,-4.788]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":130,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[14.689,-2.284],[16.927,-4.788]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[2.75,-8.9],[3.6,-12.15]],"c":false}]},{"t":143}],"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[133.15,181.55],"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":"Group 16","np":4,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"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},"n":"0p667_1_0p333_0","t":94,"s":[{"i":[[0,0],[-0.29,1.177],[0,0]],"o":[[0.11,-1.223],[0,0],[0,0]],"v":[[-1.463,-12.6],[-0.863,-16.199],[-3.063,-19.049]],"c":false}],"e":[{"i":[[0,0],[-1.084,0.542],[0,0]],"o":[[1.002,-0.709],[0,0],[0,0]],"v":[[15.381,-7.027],[18.511,-8.904],[19.254,-12.427]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":106,"s":[{"i":[[0,0],[-1.084,0.542],[0,0]],"o":[[1.002,-0.709],[0,0],[0,0]],"v":[[15.381,-7.027],[18.511,-8.904],[19.254,-12.427]],"c":false}],"e":[{"i":[[0,0],[-0.29,1.177],[0,0]],"o":[[0.11,-1.223],[0,0],[0,0]],"v":[[-1.463,-12.6],[-0.863,-16.199],[-3.063,-19.049]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":119,"s":[{"i":[[0,0],[-0.29,1.177],[0,0]],"o":[[0.11,-1.223],[0,0],[0,0]],"v":[[-1.463,-12.6],[-0.863,-16.199],[-3.063,-19.049]],"c":false}],"e":[{"i":[[0,0],[-1.084,0.542],[0,0]],"o":[[1.002,-0.709],[0,0],[0,0]],"v":[[15.381,-7.027],[18.511,-8.904],[19.254,-12.427]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":130,"s":[{"i":[[0,0],[-1.084,0.542],[0,0]],"o":[[1.002,-0.709],[0,0],[0,0]],"v":[[15.381,-7.027],[18.511,-8.904],[19.254,-12.427]],"c":false}],"e":[{"i":[[0,0],[-0.29,1.177],[0,0]],"o":[[0.11,-1.223],[0,0],[0,0]],"v":[[-1.463,-12.6],[-0.863,-16.199],[-3.063,-19.049]],"c":false}]},{"t":143}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":94,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.363,-20.549],[2.437,-17.699]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[22.147,-11.344],[21.792,-7.364]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":106,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[22.147,-11.344],[21.792,-7.364]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.363,-20.549],[2.437,-17.699]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":119,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.363,-20.549],[2.437,-17.699]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[22.147,-11.344],[21.792,-7.364]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":130,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[22.147,-11.344],[21.792,-7.364]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.363,-20.549],[2.437,-17.699]],"c":false}]},{"t":143}],"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":94,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[5.712,-18.374],[6.987,-18.549]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[24.429,-5.308],[25.389,-4.451]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":106,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[24.429,-5.308],[25.389,-4.451]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[5.712,-18.374],[6.987,-18.549]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":119,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[5.712,-18.374],[6.987,-18.549]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[24.429,-5.308],[25.389,-4.451]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":130,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[24.429,-5.308],[25.389,-4.451]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[5.712,-18.374],[6.987,-18.549]],"c":false}]},{"t":143}],"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":94,"s":[{"i":[[0,0],[-0.136,1.499],[0.8,1.608],[-0.579,1.008],[-1.617,-0.152],[-0.942,-0.814],[0,0],[0,0],[-1,-1.834],[0.694,-5.028],[0.016,-0.111],[0,0],[0.507,-0.885],[0,0],[0,0],[1.167,-0.7],[1.333,0.333],[0.667,1.167],[-0.367,1.333],[0,0],[0,0]],"o":[[-0.136,-1.567],[-0.8,0.075],[-0.046,-1.759],[0.183,-1.152],[1.191,-1.048],[0,0],[0,0],[1.333,-1.734],[0.994,4.872],[-0.017,0.106],[0,0],[-0.51,2.615],[0,0],[0,0],[-0.367,1.333],[-1.2,0.667],[-1.3,-0.367],[-0.733,-1.2],[0,0],[0,0],[0,0]],"v":[[-1.463,-7.999],[-1.463,-12.6],[-3.863,-14.9],[-3.063,-19.049],[-0.363,-20.549],[2.837,-20.9],[5.712,-18.374],[5.187,-26.35],[8.687,-26.199],[9.137,-11.35],[9.087,-11.025],[8.987,-10.674],[7.462,-5.424],[8.087,-5.249],[0.137,24.201],[-2.163,27.25],[-5.963,27.75],[-8.913,25.451],[-9.463,21.65],[-1.463,-7.999],[7.462,-5.424]],"c":false}],"e":[{"i":[[0,0],[-0.815,1.266],[-0.036,1.796],[-0.98,0.625],[-1.363,-0.884],[-0.458,-1.158],[0,0],[0,0],[-0.037,-2.089],[2.944,-4.135],[0.066,-0.091],[0,0],[0.859,-0.55],[0,0],[0,0],[1.358,-0.08],[1.027,0.913],[0.051,1.343],[-0.943,1.011],[0,0],[0,0]],"o":[[0.605,-1.452],[-0.744,-0.304],[0.774,-1.58],[0.696,-0.936],[1.541,-0.377],[0,0],[0,0],[1.985,-0.919],[-1.376,4.778],[-0.064,0.086],[0,0],[-1.663,2.081],[0,0],[0,0],[-0.943,1.011],[-1.372,0.035],[-0.982,-0.927],[-0.094,-1.403],[0,0],[0,0],[0,0]],"v":[[14.432,-2.034],[16.562,-6.111],[15.5,-9.261],[18.132,-12.568],[21.219,-12.647],[24.217,-11.475],[25.596,-7.906],[28.824,-15.217],[31.857,-13.463],[25.378,-0.093],[25.183,0.171],[24.932,0.435],[21.149,4.382],[21.622,4.826],[0.936,27.245],[-2.515,28.883],[-6.115,27.566],[-7.664,24.161],[-6.391,20.539],[14.432,-2.034],[21.149,4.382]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":106,"s":[{"i":[[0,0],[-0.815,1.266],[-0.036,1.796],[-0.98,0.625],[-1.363,-0.884],[-0.458,-1.158],[0,0],[0,0],[-0.037,-2.089],[2.944,-4.135],[0.066,-0.091],[0,0],[0.859,-0.55],[0,0],[0,0],[1.358,-0.08],[1.027,0.913],[0.051,1.343],[-0.943,1.011],[0,0],[0,0]],"o":[[0.605,-1.452],[-0.744,-0.304],[0.774,-1.58],[0.696,-0.936],[1.541,-0.377],[0,0],[0,0],[1.985,-0.919],[-1.376,4.778],[-0.064,0.086],[0,0],[-1.663,2.081],[0,0],[0,0],[-0.943,1.011],[-1.372,0.035],[-0.982,-0.927],[-0.094,-1.403],[0,0],[0,0],[0,0]],"v":[[14.432,-2.034],[16.562,-6.111],[15.5,-9.261],[18.132,-12.568],[21.219,-12.647],[24.217,-11.475],[25.596,-7.906],[28.824,-15.217],[31.857,-13.463],[25.378,-0.093],[25.183,0.171],[24.932,0.435],[21.149,4.382],[21.622,4.826],[0.936,27.245],[-2.515,28.883],[-6.115,27.566],[-7.664,24.161],[-6.391,20.539],[14.432,-2.034],[21.149,4.382]],"c":false}],"e":[{"i":[[0,0],[-0.136,1.499],[0.8,1.608],[-0.579,1.008],[-1.617,-0.152],[-0.942,-0.814],[0,0],[0,0],[-1,-1.834],[0.694,-5.028],[0.016,-0.111],[0,0],[0.507,-0.885],[0,0],[0,0],[1.167,-0.7],[1.333,0.333],[0.667,1.167],[-0.367,1.333],[0,0],[0,0]],"o":[[-0.136,-1.567],[-0.8,0.075],[-0.046,-1.759],[0.183,-1.152],[1.191,-1.048],[0,0],[0,0],[1.333,-1.734],[0.994,4.872],[-0.017,0.106],[0,0],[-0.51,2.615],[0,0],[0,0],[-0.367,1.333],[-1.2,0.667],[-1.3,-0.367],[-0.733,-1.2],[0,0],[0,0],[0,0]],"v":[[-1.463,-7.999],[-1.463,-12.6],[-3.863,-14.9],[-3.063,-19.049],[-0.363,-20.549],[2.837,-20.9],[5.712,-18.374],[5.187,-26.35],[8.687,-26.199],[9.137,-11.35],[9.087,-11.025],[8.987,-10.674],[7.462,-5.424],[8.087,-5.249],[0.137,24.201],[-2.163,27.25],[-5.963,27.75],[-8.913,25.451],[-9.463,21.65],[-1.463,-7.999],[7.462,-5.424]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":119,"s":[{"i":[[0,0],[-0.136,1.499],[0.8,1.608],[-0.579,1.008],[-1.617,-0.152],[-0.942,-0.814],[0,0],[0,0],[-1,-1.834],[0.694,-5.028],[0.016,-0.111],[0,0],[0.507,-0.885],[0,0],[0,0],[1.167,-0.7],[1.333,0.333],[0.667,1.167],[-0.367,1.333],[0,0],[0,0]],"o":[[-0.136,-1.567],[-0.8,0.075],[-0.046,-1.759],[0.183,-1.152],[1.191,-1.048],[0,0],[0,0],[1.333,-1.734],[0.994,4.872],[-0.017,0.106],[0,0],[-0.51,2.615],[0,0],[0,0],[-0.367,1.333],[-1.2,0.667],[-1.3,-0.367],[-0.733,-1.2],[0,0],[0,0],[0,0]],"v":[[-1.463,-7.999],[-1.463,-12.6],[-3.863,-14.9],[-3.063,-19.049],[-0.363,-20.549],[2.837,-20.9],[5.712,-18.374],[5.187,-26.35],[8.687,-26.199],[9.137,-11.35],[9.087,-11.025],[8.987,-10.674],[7.462,-5.424],[8.087,-5.249],[0.137,24.201],[-2.163,27.25],[-5.963,27.75],[-8.913,25.451],[-9.463,21.65],[-1.463,-7.999],[7.462,-5.424]],"c":false}],"e":[{"i":[[0,0],[-0.815,1.266],[-0.036,1.796],[-0.98,0.625],[-1.363,-0.884],[-0.458,-1.158],[0,0],[0,0],[-0.037,-2.089],[2.944,-4.135],[0.066,-0.091],[0,0],[0.859,-0.55],[0,0],[0,0],[1.358,-0.08],[1.027,0.913],[0.051,1.343],[-0.943,1.011],[0,0],[0,0]],"o":[[0.605,-1.452],[-0.744,-0.304],[0.774,-1.58],[0.696,-0.936],[1.541,-0.377],[0,0],[0,0],[1.985,-0.919],[-1.376,4.778],[-0.064,0.086],[0,0],[-1.663,2.081],[0,0],[0,0],[-0.943,1.011],[-1.372,0.035],[-0.982,-0.927],[-0.094,-1.403],[0,0],[0,0],[0,0]],"v":[[14.432,-2.034],[16.562,-6.111],[15.5,-9.261],[18.132,-12.568],[21.219,-12.647],[24.217,-11.475],[25.596,-7.906],[28.824,-15.217],[31.857,-13.463],[25.378,-0.093],[25.183,0.171],[24.932,0.435],[21.149,4.382],[21.622,4.826],[0.936,27.245],[-2.515,28.883],[-6.115,27.566],[-7.664,24.161],[-6.391,20.539],[14.432,-2.034],[21.149,4.382]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":130,"s":[{"i":[[0,0],[-0.815,1.266],[-0.036,1.796],[-0.98,0.625],[-1.363,-0.884],[-0.458,-1.158],[0,0],[0,0],[-0.037,-2.089],[2.944,-4.135],[0.066,-0.091],[0,0],[0.859,-0.55],[0,0],[0,0],[1.358,-0.08],[1.027,0.913],[0.051,1.343],[-0.943,1.011],[0,0],[0,0]],"o":[[0.605,-1.452],[-0.744,-0.304],[0.774,-1.58],[0.696,-0.936],[1.541,-0.377],[0,0],[0,0],[1.985,-0.919],[-1.376,4.778],[-0.064,0.086],[0,0],[-1.663,2.081],[0,0],[0,0],[-0.943,1.011],[-1.372,0.035],[-0.982,-0.927],[-0.094,-1.403],[0,0],[0,0],[0,0]],"v":[[14.432,-2.034],[16.562,-6.111],[15.5,-9.261],[18.132,-12.568],[21.219,-12.647],[24.217,-11.475],[25.596,-7.906],[28.824,-15.217],[31.857,-13.463],[25.378,-0.093],[25.183,0.171],[24.932,0.435],[21.149,4.382],[21.622,4.826],[0.936,27.245],[-2.515,28.883],[-6.115,27.566],[-7.664,24.161],[-6.391,20.539],[14.432,-2.034],[21.149,4.382]],"c":false}],"e":[{"i":[[0,0],[-0.136,1.499],[0.8,1.608],[-0.579,1.008],[-1.617,-0.152],[-0.942,-0.814],[0,0],[0,0],[-1,-1.834],[0.694,-5.028],[0.016,-0.111],[0,0],[0.507,-0.885],[0,0],[0,0],[1.167,-0.7],[1.333,0.333],[0.667,1.167],[-0.367,1.333],[0,0],[0,0]],"o":[[-0.136,-1.567],[-0.8,0.075],[-0.046,-1.759],[0.183,-1.152],[1.191,-1.048],[0,0],[0,0],[1.333,-1.734],[0.994,4.872],[-0.017,0.106],[0,0],[-0.51,2.615],[0,0],[0,0],[-0.367,1.333],[-1.2,0.667],[-1.3,-0.367],[-0.733,-1.2],[0,0],[0,0],[0,0]],"v":[[-1.463,-7.999],[-1.463,-12.6],[-3.863,-14.9],[-3.063,-19.049],[-0.363,-20.549],[2.837,-20.9],[5.712,-18.374],[5.187,-26.35],[8.687,-26.199],[9.137,-11.35],[9.087,-11.025],[8.987,-10.674],[7.462,-5.424],[8.087,-5.249],[0.137,24.201],[-2.163,27.25],[-5.963,27.75],[-8.913,25.451],[-9.463,21.65],[-1.463,-7.999],[7.462,-5.424]],"c":false}]},{"t":143}],"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"st","c":{"a":0,"k":[0.172999991623,0.226999993418,0.277999997606,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[132.413,172.4],"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":"Group 17","np":6,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"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},"n":"0p667_1_0p333_0","t":94,"s":[{"i":[[0.994,4.872],[1.333,-1.734],[0,0],[0,0],[0,0],[0,0],[1.191,-1.048],[0,0],[0,0],[0.183,-1.152],[0,0],[0.11,-1.223],[-0.136,-1.567],[0,0],[-0.51,2.631],[0,0],[-0.017,0.106]],"o":[[-1,-1.834],[0,0],[0,0],[0,0],[0,0],[-0.942,-0.814],[0,0],[0,0],[-1.617,-0.152],[0,0],[-0.29,1.177],[-0.136,1.499],[0,0],[0.524,-0.869],[0,0],[0.016,-0.094],[0.694,-5.028]],"v":[[5.726,-9.433],[2.226,-9.583],[2.726,-1.633],[4.026,-1.783],[2.726,-1.633],[-0.124,-4.133],[-3.324,-3.783],[-0.524,-0.933],[-3.324,-3.783],[-6.024,-2.283],[-3.824,0.567],[-4.424,4.167],[-4.424,8.767],[4.476,11.317],[6.026,6.067],[6.126,5.717],[6.176,5.417]],"c":true}],"e":[{"i":[[-1.478,4.748],[2.004,-0.877],[0,0],[0,0],[0,0],[0,0],[1.549,-0.344],[0,0],[0,0],[0.716,-0.921],[0,0],[0.687,-1.018],[0.636,-1.438],[0,0],[-1.715,2.059],[0,0],[-0.064,0.086]],"o":[[0.008,-2.089],[0,0],[0,0],[0,0],[0,0],[-0.433,-1.167],[0,0],[0,0],[-1.343,-0.913],[0,0],[-0.821,0.891],[-0.842,1.248],[0,0],[0.878,-0.509],[0,0],[0.059,-0.075],[3.032,-4.071]],"v":[[28.185,3.247],[25.191,1.428],[21.796,8.634],[23.008,9.13],[21.796,8.634],[20.505,5.07],[17.532,3.834],[18.611,7.681],[17.532,3.834],[14.444,3.847],[14.997,7.404],[12.736,10.269],[10.518,14.299],[17.087,20.824],[20.976,16.972],[21.232,16.713],[21.42,16.474]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":106,"s":[{"i":[[-1.478,4.748],[2.004,-0.877],[0,0],[0,0],[0,0],[0,0],[1.549,-0.344],[0,0],[0,0],[0.716,-0.921],[0,0],[0.687,-1.018],[0.636,-1.438],[0,0],[-1.715,2.059],[0,0],[-0.064,0.086]],"o":[[0.008,-2.089],[0,0],[0,0],[0,0],[0,0],[-0.433,-1.167],[0,0],[0,0],[-1.343,-0.913],[0,0],[-0.821,0.891],[-0.842,1.248],[0,0],[0.878,-0.509],[0,0],[0.059,-0.075],[3.032,-4.071]],"v":[[28.185,3.247],[25.191,1.428],[21.796,8.634],[23.008,9.13],[21.796,8.634],[20.505,5.07],[17.532,3.834],[18.611,7.681],[17.532,3.834],[14.444,3.847],[14.997,7.404],[12.736,10.269],[10.518,14.299],[17.087,20.824],[20.976,16.972],[21.232,16.713],[21.42,16.474]],"c":true}],"e":[{"i":[[0.994,4.872],[1.333,-1.734],[0,0],[0,0],[0,0],[0,0],[1.191,-1.048],[0,0],[0,0],[0.183,-1.152],[0,0],[0.11,-1.223],[-0.136,-1.567],[0,0],[-0.51,2.631],[0,0],[-0.017,0.106]],"o":[[-1,-1.834],[0,0],[0,0],[0,0],[0,0],[-0.942,-0.814],[0,0],[0,0],[-1.617,-0.152],[0,0],[-0.29,1.177],[-0.136,1.499],[0,0],[0.524,-0.869],[0,0],[0.016,-0.094],[0.694,-5.028]],"v":[[5.726,-9.433],[2.226,-9.583],[2.726,-1.633],[4.026,-1.783],[2.726,-1.633],[-0.124,-4.133],[-3.324,-3.783],[-0.524,-0.933],[-3.324,-3.783],[-6.024,-2.283],[-3.824,0.567],[-4.424,4.167],[-4.424,8.767],[4.476,11.317],[6.026,6.067],[6.126,5.717],[6.176,5.417]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":119,"s":[{"i":[[0.994,4.872],[1.333,-1.734],[0,0],[0,0],[0,0],[0,0],[1.191,-1.048],[0,0],[0,0],[0.183,-1.152],[0,0],[0.11,-1.223],[-0.136,-1.567],[0,0],[-0.51,2.631],[0,0],[-0.017,0.106]],"o":[[-1,-1.834],[0,0],[0,0],[0,0],[0,0],[-0.942,-0.814],[0,0],[0,0],[-1.617,-0.152],[0,0],[-0.29,1.177],[-0.136,1.499],[0,0],[0.524,-0.869],[0,0],[0.016,-0.094],[0.694,-5.028]],"v":[[5.726,-9.433],[2.226,-9.583],[2.726,-1.633],[4.026,-1.783],[2.726,-1.633],[-0.124,-4.133],[-3.324,-3.783],[-0.524,-0.933],[-3.324,-3.783],[-6.024,-2.283],[-3.824,0.567],[-4.424,4.167],[-4.424,8.767],[4.476,11.317],[6.026,6.067],[6.126,5.717],[6.176,5.417]],"c":true}],"e":[{"i":[[-1.478,4.748],[2.004,-0.877],[0,0],[0,0],[0,0],[0,0],[1.549,-0.344],[0,0],[0,0],[0.716,-0.921],[0,0],[0.687,-1.018],[0.636,-1.438],[0,0],[-1.715,2.059],[0,0],[-0.064,0.086]],"o":[[0.008,-2.089],[0,0],[0,0],[0,0],[0,0],[-0.433,-1.167],[0,0],[0,0],[-1.343,-0.913],[0,0],[-0.821,0.891],[-0.842,1.248],[0,0],[0.878,-0.509],[0,0],[0.059,-0.075],[3.032,-4.071]],"v":[[28.185,3.247],[25.191,1.428],[21.796,8.634],[23.008,9.13],[21.796,8.634],[20.505,5.07],[17.532,3.834],[18.611,7.681],[17.532,3.834],[14.444,3.847],[14.997,7.404],[12.736,10.269],[10.518,14.299],[17.087,20.824],[20.976,16.972],[21.232,16.713],[21.42,16.474]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":130,"s":[{"i":[[-1.478,4.748],[2.004,-0.877],[0,0],[0,0],[0,0],[0,0],[1.549,-0.344],[0,0],[0,0],[0.716,-0.921],[0,0],[0.687,-1.018],[0.636,-1.438],[0,0],[-1.715,2.059],[0,0],[-0.064,0.086]],"o":[[0.008,-2.089],[0,0],[0,0],[0,0],[0,0],[-0.433,-1.167],[0,0],[0,0],[-1.343,-0.913],[0,0],[-0.821,0.891],[-0.842,1.248],[0,0],[0.878,-0.509],[0,0],[0.059,-0.075],[3.032,-4.071]],"v":[[28.185,3.247],[25.191,1.428],[21.796,8.634],[23.008,9.13],[21.796,8.634],[20.505,5.07],[17.532,3.834],[18.611,7.681],[17.532,3.834],[14.444,3.847],[14.997,7.404],[12.736,10.269],[10.518,14.299],[17.087,20.824],[20.976,16.972],[21.232,16.713],[21.42,16.474]],"c":true}],"e":[{"i":[[0.994,4.872],[1.333,-1.734],[0,0],[0,0],[0,0],[0,0],[1.191,-1.048],[0,0],[0,0],[0.183,-1.152],[0,0],[0.11,-1.223],[-0.136,-1.567],[0,0],[-0.51,2.631],[0,0],[-0.017,0.106]],"o":[[-1,-1.834],[0,0],[0,0],[0,0],[0,0],[-0.942,-0.814],[0,0],[0,0],[-1.617,-0.152],[0,0],[-0.29,1.177],[-0.136,1.499],[0,0],[0.524,-0.869],[0,0],[0.016,-0.094],[0.694,-5.028]],"v":[[5.726,-9.433],[2.226,-9.583],[2.726,-1.633],[4.026,-1.783],[2.726,-1.633],[-0.124,-4.133],[-3.324,-3.783],[-0.524,-0.933],[-3.324,-3.783],[-6.024,-2.283],[-3.824,0.567],[-4.424,4.167],[-4.424,8.767],[4.476,11.317],[6.026,6.067],[6.126,5.717],[6.176,5.417]],"c":true}]},{"t":143}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":94,"s":[{"i":[[-0.29,1.177],[0,0],[-0.046,-1.759],[-0.8,0.075]],"o":[[0,0],[-0.579,1.008],[0.8,1.608],[0.11,-1.223]],"v":[[-3.824,0.567],[-6.024,-2.283],[-6.824,1.867],[-4.424,4.167]],"c":true}],"e":[{"i":[[-0.821,0.891],[0,0],[0.808,-1.563],[-0.737,-0.32]],"o":[[0,0],[-0.993,0.604],[-0.074,1.794],[0.686,-1.018]],"v":[[14.997,7.404],[14.444,3.847],[11.742,7.097],[12.736,10.269]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":106,"s":[{"i":[[-0.821,0.891],[0,0],[0.808,-1.563],[-0.737,-0.32]],"o":[[0,0],[-0.993,0.604],[-0.074,1.794],[0.686,-1.018]],"v":[[14.997,7.404],[14.444,3.847],[11.742,7.097],[12.736,10.269]],"c":true}],"e":[{"i":[[-0.29,1.177],[0,0],[-0.046,-1.759],[-0.8,0.075]],"o":[[0,0],[-0.579,1.008],[0.8,1.608],[0.11,-1.223]],"v":[[-3.824,0.567],[-6.024,-2.283],[-6.824,1.867],[-4.424,4.167]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":119,"s":[{"i":[[-0.29,1.177],[0,0],[-0.046,-1.759],[-0.8,0.075]],"o":[[0,0],[-0.579,1.008],[0.8,1.608],[0.11,-1.223]],"v":[[-3.824,0.567],[-6.024,-2.283],[-6.824,1.867],[-4.424,4.167]],"c":true}],"e":[{"i":[[-0.821,0.891],[0,0],[0.808,-1.563],[-0.737,-0.32]],"o":[[0,0],[-0.993,0.604],[-0.074,1.794],[0.686,-1.018]],"v":[[14.997,7.404],[14.444,3.847],[11.742,7.097],[12.736,10.269]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":130,"s":[{"i":[[-0.821,0.891],[0,0],[0.808,-1.563],[-0.737,-0.32]],"o":[[0,0],[-0.993,0.604],[-0.074,1.794],[0.686,-1.018]],"v":[[14.997,7.404],[14.444,3.847],[11.742,7.097],[12.736,10.269]],"c":true}],"e":[{"i":[[-0.29,1.177],[0,0],[-0.046,-1.759],[-0.8,0.075]],"o":[[0,0],[-0.579,1.008],[0.8,1.608],[0.11,-1.223]],"v":[[-3.824,0.567],[-6.024,-2.283],[-6.824,1.867],[-4.424,4.167]],"c":true}]},{"t":143}],"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-135.374,123.367],[73.626,123.367],[73.626,-155.633],[-135.374,-155.633]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-135.374,-155.633],[73.626,-155.633],[73.626,123.367],[-135.374,123.367]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[135.374,155.633],"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":"Group 18","np":6,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-1.992,11.258],[2.508,-5.742]],"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":[[4.358,-9.792],[5.208,-13.042]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":94,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-0.733,-1.2],[-1.3,-0.367],[-1.2,0.667],[-0.367,1.333]],"o":[[0,0],[0,0],[0,0],[-0.367,1.333],[0.667,1.167],[1.333,0.333],[1.167,-0.7],[0,0]],"v":[[8.958,-15.292],[8.308,-15.492],[-0.592,-18.042],[-8.592,11.609],[-8.042,15.409],[-5.092,17.708],[-1.292,17.208],[1.008,14.159]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[-0.066,-1.405],[-0.964,-0.947],[-1.373,0.008],[-0.962,0.993]],"o":[[0,0],[0,0],[0,0],[-0.962,0.993],[0.024,1.344],[1.009,0.933],[1.36,-0.053],[0,0]],"v":[[23.177,-5.121],[22.703,-5.609],[16.124,-12.123],[-5.141,10.034],[-6.485,13.631],[-5.004,17.065],[-1.431,18.453],[2.052,16.884]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":106,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-0.066,-1.405],[-0.964,-0.947],[-1.373,0.008],[-0.962,0.993]],"o":[[0,0],[0,0],[0,0],[-0.962,0.993],[0.024,1.344],[1.009,0.933],[1.36,-0.053],[0,0]],"v":[[23.177,-5.121],[22.703,-5.609],[16.124,-12.123],[-5.141,10.034],[-6.485,13.631],[-5.004,17.065],[-1.431,18.453],[2.052,16.884]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[-0.733,-1.2],[-1.3,-0.367],[-1.2,0.667],[-0.367,1.333]],"o":[[0,0],[0,0],[0,0],[-0.367,1.333],[0.667,1.167],[1.333,0.333],[1.167,-0.7],[0,0]],"v":[[8.958,-15.292],[8.308,-15.492],[-0.592,-18.042],[-8.592,11.609],[-8.042,15.409],[-5.092,17.708],[-1.292,17.208],[1.008,14.159]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":119,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-0.733,-1.2],[-1.3,-0.367],[-1.2,0.667],[-0.367,1.333]],"o":[[0,0],[0,0],[0,0],[-0.367,1.333],[0.667,1.167],[1.333,0.333],[1.167,-0.7],[0,0]],"v":[[8.958,-15.292],[8.308,-15.492],[-0.592,-18.042],[-8.592,11.609],[-8.042,15.409],[-5.092,17.708],[-1.292,17.208],[1.008,14.159]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[-0.066,-1.405],[-0.964,-0.947],[-1.373,0.008],[-0.962,0.993]],"o":[[0,0],[0,0],[0,0],[-0.962,0.993],[0.024,1.344],[1.009,0.933],[1.36,-0.053],[0,0]],"v":[[23.177,-5.121],[22.703,-5.609],[16.124,-12.123],[-5.141,10.034],[-6.485,13.631],[-5.004,17.065],[-1.431,18.453],[2.052,16.884]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":130,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-0.066,-1.405],[-0.964,-0.947],[-1.373,0.008],[-0.962,0.993]],"o":[[0,0],[0,0],[0,0],[-0.962,0.993],[0.024,1.344],[1.009,0.933],[1.36,-0.053],[0,0]],"v":[[23.177,-5.121],[22.703,-5.609],[16.124,-12.123],[-5.141,10.034],[-6.485,13.631],[-5.004,17.065],[-1.431,18.453],[2.052,16.884]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[-0.733,-1.2],[-1.3,-0.367],[-1.2,0.667],[-0.367,1.333]],"o":[[0,0],[0,0],[0,0],[-0.367,1.333],[0.667,1.167],[1.333,0.333],[1.167,-0.7],[0,0]],"v":[[8.958,-15.292],[8.308,-15.492],[-0.592,-18.042],[-8.592,11.609],[-8.042,15.409],[-5.092,17.708],[-1.292,17.208],[1.008,14.159]],"c":true}]},{"t":143}],"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-131.542,96.559],[77.458,96.559],[77.458,-182.441],[-131.542,-182.441]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-131.542,-182.441],[77.458,-182.441],[77.458,96.559],[-131.542,96.559]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.816000007181,0.957000014361,0.941000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[131.542,182.441],"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":"Group 19","np":7,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"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},"n":"0p667_1_0p333_0","t":94,"s":[{"i":[[0,0],[0,0],[-0.3,3.3],[0,0],[-3.3,-0.3],[0,0],[0,0],[-0.6,-0.3],[0.233,-2.5],[0,0],[1.9,-0.467],[0.833,0.067]],"o":[[0,0],[-3.3,-0.3],[0,0],[0.3,-3.333],[0,0],[0,0],[0.833,0.067],[1.833,0.767],[0,0],[-0.233,2.467],[-0.667,0.133],[0,0]],"v":[[-0.816,12.141],[-3.966,11.891],[-8.466,6.492],[-7.166,-7.609],[-1.766,-12.158],[1.384,-11.908],[3.984,-11.658],[6.134,-11.109],[8.534,-6.208],[7.234,7.891],[4.034,12.292],[1.784,12.391]],"c":true}],"e":[{"i":[[0,0],[0,0],[-1.608,2.897],[0,0],[-2.897,-1.608],[0,0],[0,0],[-0.428,-0.517],[1.224,-2.193],[0,0],[1.927,0.341],[0.735,0.398]],"o":[[0,0],[-2.897,-1.608],[0,0],[1.622,-2.927],[0,0],[0,0],[0.735,0.398],[1.367,1.442],[0,0],[-1.21,2.162],[-0.664,-0.148],[0,0]],"v":[[18.492,25.214],[15.712,23.712],[13.778,16.954],[20.666,4.582],[27.445,2.603],[30.225,4.105],[32.502,5.384],[34.246,6.756],[34.461,12.208],[27.573,24.58],[22.868,27.311],[20.769,26.493]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":106,"s":[{"i":[[0,0],[0,0],[-1.608,2.897],[0,0],[-2.897,-1.608],[0,0],[0,0],[-0.428,-0.517],[1.224,-2.193],[0,0],[1.927,0.341],[0.735,0.398]],"o":[[0,0],[-2.897,-1.608],[0,0],[1.622,-2.927],[0,0],[0,0],[0.735,0.398],[1.367,1.442],[0,0],[-1.21,2.162],[-0.664,-0.148],[0,0]],"v":[[18.492,25.214],[15.712,23.712],[13.778,16.954],[20.666,4.582],[27.445,2.603],[30.225,4.105],[32.502,5.384],[34.246,6.756],[34.461,12.208],[27.573,24.58],[22.868,27.311],[20.769,26.493]],"c":true}],"e":[{"i":[[0,0],[0,0],[-0.3,3.3],[0,0],[-3.3,-0.3],[0,0],[0,0],[-0.6,-0.3],[0.233,-2.5],[0,0],[1.9,-0.467],[0.833,0.067]],"o":[[0,0],[-3.3,-0.3],[0,0],[0.3,-3.333],[0,0],[0,0],[0.833,0.067],[1.833,0.767],[0,0],[-0.233,2.467],[-0.667,0.133],[0,0]],"v":[[-0.816,12.141],[-3.966,11.891],[-8.466,6.492],[-7.166,-7.609],[-1.766,-12.158],[1.384,-11.908],[3.984,-11.658],[6.134,-11.109],[8.534,-6.208],[7.234,7.891],[4.034,12.292],[1.784,12.391]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":119,"s":[{"i":[[0,0],[0,0],[-0.3,3.3],[0,0],[-3.3,-0.3],[0,0],[0,0],[-0.6,-0.3],[0.233,-2.5],[0,0],[1.9,-0.467],[0.833,0.067]],"o":[[0,0],[-3.3,-0.3],[0,0],[0.3,-3.333],[0,0],[0,0],[0.833,0.067],[1.833,0.767],[0,0],[-0.233,2.467],[-0.667,0.133],[0,0]],"v":[[-0.816,12.141],[-3.966,11.891],[-8.466,6.492],[-7.166,-7.609],[-1.766,-12.158],[1.384,-11.908],[3.984,-11.658],[6.134,-11.109],[8.534,-6.208],[7.234,7.891],[4.034,12.292],[1.784,12.391]],"c":true}],"e":[{"i":[[0,0],[0,0],[-1.608,2.897],[0,0],[-2.897,-1.608],[0,0],[0,0],[-0.428,-0.517],[1.224,-2.193],[0,0],[1.927,0.341],[0.735,0.398]],"o":[[0,0],[-2.897,-1.608],[0,0],[1.622,-2.927],[0,0],[0,0],[0.735,0.398],[1.367,1.442],[0,0],[-1.21,2.162],[-0.664,-0.148],[0,0]],"v":[[18.492,25.214],[15.712,23.712],[13.778,16.954],[20.666,4.582],[27.445,2.603],[30.225,4.105],[32.502,5.384],[34.246,6.756],[34.461,12.208],[27.573,24.58],[22.868,27.311],[20.769,26.493]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":130,"s":[{"i":[[0,0],[0,0],[-1.608,2.897],[0,0],[-2.897,-1.608],[0,0],[0,0],[-0.428,-0.517],[1.224,-2.193],[0,0],[1.927,0.341],[0.735,0.398]],"o":[[0,0],[-2.897,-1.608],[0,0],[1.622,-2.927],[0,0],[0,0],[0.735,0.398],[1.367,1.442],[0,0],[-1.21,2.162],[-0.664,-0.148],[0,0]],"v":[[18.492,25.214],[15.712,23.712],[13.778,16.954],[20.666,4.582],[27.445,2.603],[30.225,4.105],[32.502,5.384],[34.246,6.756],[34.461,12.208],[27.573,24.58],[22.868,27.311],[20.769,26.493]],"c":true}],"e":[{"i":[[0,0],[0,0],[-0.3,3.3],[0,0],[-3.3,-0.3],[0,0],[0,0],[-0.6,-0.3],[0.233,-2.5],[0,0],[1.9,-0.467],[0.833,0.067]],"o":[[0,0],[-3.3,-0.3],[0,0],[0.3,-3.333],[0,0],[0,0],[0.833,0.067],[1.833,0.767],[0,0],[-0.233,2.467],[-0.667,0.133],[0,0]],"v":[[-0.816,12.141],[-3.966,11.891],[-8.466,6.492],[-7.166,-7.609],[-1.766,-12.158],[1.384,-11.908],[3.984,-11.658],[6.134,-11.109],[8.534,-6.208],[7.234,7.891],[4.034,12.292],[1.784,12.391]],"c":true}]},{"t":143}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.172999991623,0.226999993418,0.277999997606,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[141.616,141.059],"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":"Group 20","np":2,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"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},"n":"0p667_1_0p333_0","t":94,"s":[{"i":[[0,0],[0.3,-3.333],[0,0],[-3.3,-0.3],[0,0],[0,0]],"o":[[-3.3,-0.3],[0,0],[-0.3,3.3],[0,0],[0,0],[0,0]],"v":[[-1.766,-12.075],[-7.167,-7.525],[-8.467,6.575],[-3.967,11.975],[-0.816,12.225],[1.383,-11.825]],"c":true}],"e":[{"i":[[0,0],[1.622,-2.927],[0,0],[-2.897,-1.608],[0,0],[0,0]],"o":[[-2.897,-1.608],[0,0],[-1.608,2.897],[0,0],[0,0],[0,0]],"v":[[27.445,2.687],[20.666,4.666],[13.778,17.038],[15.712,23.796],[18.492,25.297],[30.225,4.188]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":106,"s":[{"i":[[0,0],[1.622,-2.927],[0,0],[-2.897,-1.608],[0,0],[0,0]],"o":[[-2.897,-1.608],[0,0],[-1.608,2.897],[0,0],[0,0],[0,0]],"v":[[27.445,2.687],[20.666,4.666],[13.778,17.038],[15.712,23.796],[18.492,25.297],[30.225,4.188]],"c":true}],"e":[{"i":[[0,0],[0.3,-3.333],[0,0],[-3.3,-0.3],[0,0],[0,0]],"o":[[-3.3,-0.3],[0,0],[-0.3,3.3],[0,0],[0,0],[0,0]],"v":[[-1.766,-12.075],[-7.167,-7.525],[-8.467,6.575],[-3.967,11.975],[-0.816,12.225],[1.383,-11.825]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":119,"s":[{"i":[[0,0],[0.3,-3.333],[0,0],[-3.3,-0.3],[0,0],[0,0]],"o":[[-3.3,-0.3],[0,0],[-0.3,3.3],[0,0],[0,0],[0,0]],"v":[[-1.766,-12.075],[-7.167,-7.525],[-8.467,6.575],[-3.967,11.975],[-0.816,12.225],[1.383,-11.825]],"c":true}],"e":[{"i":[[0,0],[1.622,-2.927],[0,0],[-2.897,-1.608],[0,0],[0,0]],"o":[[-2.897,-1.608],[0,0],[-1.608,2.897],[0,0],[0,0],[0,0]],"v":[[27.445,2.687],[20.666,4.666],[13.778,17.038],[15.712,23.796],[18.492,25.297],[30.225,4.188]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":130,"s":[{"i":[[0,0],[1.622,-2.927],[0,0],[-2.897,-1.608],[0,0],[0,0]],"o":[[-2.897,-1.608],[0,0],[-1.608,2.897],[0,0],[0,0],[0,0]],"v":[[27.445,2.687],[20.666,4.666],[13.778,17.038],[15.712,23.796],[18.492,25.297],[30.225,4.188]],"c":true}],"e":[{"i":[[0,0],[0.3,-3.333],[0,0],[-3.3,-0.3],[0,0],[0,0]],"o":[[-3.3,-0.3],[0,0],[-0.3,3.3],[0,0],[0,0],[0,0]],"v":[[-1.766,-12.075],[-7.167,-7.525],[-8.467,6.575],[-3.967,11.975],[-0.816,12.225],[1.383,-11.825]],"c":true}]},{"t":143}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":94,"s":[{"i":[[0,0],[1.833,0.767],[0,0],[-0.233,2.467]],"o":[[0.233,-2.5],[0,0],[1.9,-0.467],[0,0]],"v":[[8.533,-6.125],[6.133,-11.025],[4.033,12.375],[7.234,7.975]],"c":true}],"e":[{"i":[[0,0],[1.367,1.442],[0,0],[-1.21,2.162]],"o":[[1.224,-2.193],[0,0],[1.927,0.341],[0,0]],"v":[[34.461,12.292],[34.246,6.84],[22.868,27.395],[27.573,24.664]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":106,"s":[{"i":[[0,0],[1.367,1.442],[0,0],[-1.21,2.162]],"o":[[1.224,-2.193],[0,0],[1.927,0.341],[0,0]],"v":[[34.461,12.292],[34.246,6.84],[22.868,27.395],[27.573,24.664]],"c":true}],"e":[{"i":[[0,0],[1.833,0.767],[0,0],[-0.233,2.467]],"o":[[0.233,-2.5],[0,0],[1.9,-0.467],[0,0]],"v":[[8.533,-6.125],[6.133,-11.025],[4.033,12.375],[7.234,7.975]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":119,"s":[{"i":[[0,0],[1.833,0.767],[0,0],[-0.233,2.467]],"o":[[0.233,-2.5],[0,0],[1.9,-0.467],[0,0]],"v":[[8.533,-6.125],[6.133,-11.025],[4.033,12.375],[7.234,7.975]],"c":true}],"e":[{"i":[[0,0],[1.367,1.442],[0,0],[-1.21,2.162]],"o":[[1.224,-2.193],[0,0],[1.927,0.341],[0,0]],"v":[[34.461,12.292],[34.246,6.84],[22.868,27.395],[27.573,24.664]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":130,"s":[{"i":[[0,0],[1.367,1.442],[0,0],[-1.21,2.162]],"o":[[1.224,-2.193],[0,0],[1.927,0.341],[0,0]],"v":[[34.461,12.292],[34.246,6.84],[22.868,27.395],[27.573,24.664]],"c":true}],"e":[{"i":[[0,0],[1.833,0.767],[0,0],[-0.233,2.467]],"o":[[0.233,-2.5],[0,0],[1.9,-0.467],[0,0]],"v":[[8.533,-6.125],[6.133,-11.025],[4.033,12.375],[7.234,7.975]],"c":true}]},{"t":143}],"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-141.617,138.025],[67.383,138.025],[67.383,-140.975],[-141.617,-140.975]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-141.617,-140.975],[67.383,-140.975],[67.383,138.025],[-141.617,138.025]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.075,0.783999992819,0.709999952129,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[141.617,140.975],"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":"Group 21","np":6,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false},{"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},"n":"0p667_1_0p333_0","t":94,"s":[{"i":[[0,0],[0.833,0.067],[0,0],[0,0],[0,0],[-0.667,0.133]],"o":[[-0.6,-0.3],[0,0],[0,0],[0,0],[0.833,0.067],[0,0]],"v":[[3.475,-11.383],[1.325,-11.933],[-1.275,-12.183],[-3.475,11.867],[-0.875,12.117],[1.375,12.017]],"c":true}],"e":[{"i":[[0,0],[0.735,0.398],[0,0],[0,0],[0,0],[-0.664,-0.148]],"o":[[-0.428,-0.517],[0,0],[0,0],[0,0],[0.735,0.398],[0,0]],"v":[[31.588,6.481],[29.843,5.109],[27.566,3.83],[15.834,24.939],[18.111,26.218],[20.209,27.036]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":106,"s":[{"i":[[0,0],[0.735,0.398],[0,0],[0,0],[0,0],[-0.664,-0.148]],"o":[[-0.428,-0.517],[0,0],[0,0],[0,0],[0.735,0.398],[0,0]],"v":[[31.588,6.481],[29.843,5.109],[27.566,3.83],[15.834,24.939],[18.111,26.218],[20.209,27.036]],"c":true}],"e":[{"i":[[0,0],[0.833,0.067],[0,0],[0,0],[0,0],[-0.667,0.133]],"o":[[-0.6,-0.3],[0,0],[0,0],[0,0],[0.833,0.067],[0,0]],"v":[[3.475,-11.383],[1.325,-11.933],[-1.275,-12.183],[-3.475,11.867],[-0.875,12.117],[1.375,12.017]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":119,"s":[{"i":[[0,0],[0.833,0.067],[0,0],[0,0],[0,0],[-0.667,0.133]],"o":[[-0.6,-0.3],[0,0],[0,0],[0,0],[0.833,0.067],[0,0]],"v":[[3.475,-11.383],[1.325,-11.933],[-1.275,-12.183],[-3.475,11.867],[-0.875,12.117],[1.375,12.017]],"c":true}],"e":[{"i":[[0,0],[0.735,0.398],[0,0],[0,0],[0,0],[-0.664,-0.148]],"o":[[-0.428,-0.517],[0,0],[0,0],[0,0],[0.735,0.398],[0,0]],"v":[[31.588,6.481],[29.843,5.109],[27.566,3.83],[15.834,24.939],[18.111,26.218],[20.209,27.036]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":130,"s":[{"i":[[0,0],[0.735,0.398],[0,0],[0,0],[0,0],[-0.664,-0.148]],"o":[[-0.428,-0.517],[0,0],[0,0],[0,0],[0.735,0.398],[0,0]],"v":[[31.588,6.481],[29.843,5.109],[27.566,3.83],[15.834,24.939],[18.111,26.218],[20.209,27.036]],"c":true}],"e":[{"i":[[0,0],[0.833,0.067],[0,0],[0,0],[0,0],[-0.667,0.133]],"o":[[-0.6,-0.3],[0,0],[0,0],[0,0],[0.833,0.067],[0,0]],"v":[[3.475,-11.383],[1.325,-11.933],[-1.275,-12.183],[-3.475,11.867],[-0.875,12.117],[1.375,12.017]],"c":true}]},{"t":143}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-144.275,137.667],[64.725,137.667],[64.725,-141.333],[-144.275,-141.333]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-144.275,-141.333],[64.725,-141.333],[64.725,137.667],[-144.275,137.667]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.172999991623,0.226999993418,0.277999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[144.275,141.333],"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":"Group 22","np":4,"cix":2,"ix":24,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-1.254,39.275],[-1.254,6.925]],"c":false},"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":[[30.796,41.675],[30.796,26.925]],"c":false},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[-1.025,1.259]],"o":[[-0.092,-1.507],[0,0]],"v":[[-0.654,2.075],[0.746,-2.075]],"c":false},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3.5,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[94.854,169.125],"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":"Group 23","np":5,"cix":2,"ix":25,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[13.075,-12.025],[13.075,-17.625]],"c":false},"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],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[13.075,9.325],[13.075,-12.025],[9.525,-15.575]],"c":false},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,-0.767],[2.1,-2.1],[2.967,0],[2.1,2.1],[0,2.933]],"o":[[0.133,0.733],[0,2.967],[-2.1,2.1],[-2.967,0],[-2.1,-2.1],[0,0]],"v":[[8.875,-30.525],[9.075,-28.275],[5.925,-20.675],[-1.675,-17.525],[-9.275,-20.675],[-12.425,-28.225]],"c":false},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[-1,-0.5],[-1.6,-1.6],[0,-5.5],[0,0],[10.767,5.6],[0,0],[-3.867,3.867],[-0.567,0.467],[-1.167,0.6],[-3.3,0],[0,0],[-1.833,-0.533],[0,0],[0,-0.2],[0,-0.2],[1.433,-1.467],[2.067,0],[1.467,1.467],[0,2.033],[0,0]],"o":[[1.033,0.3],[1.867,0.933],[3.867,3.867],[0,0],[-15.733,5.6],[0,0],[0,-5.5],[0.533,-0.533],[1.067,-0.867],[2.733,-1.4],[0,0],[2.033,0],[0,0],[0.033,0.167],[0,0.167],[0,2.067],[-1.467,1.467],[-2.067,0],[-1.467,-1.467],[0,0],[0,0]],"v":[[5.825,-31.725],[8.875,-30.525],[14.075,-26.725],[19.875,-12.675],[19.875,26.925],[-19.875,26.925],[-19.875,-12.675],[-14.075,-26.725],[-12.425,-28.225],[-9.075,-30.425],[-0.025,-32.525],[0.025,-32.525],[5.825,-31.725],[5.825,-29.475],[5.875,-28.925],[5.875,-28.375],[3.725,-23.075],[-1.575,-20.875],[-6.875,-23.075],[-9.075,-28.325],[-9.075,-30.425]],"c":false},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"st","c":{"a":0,"k":[0.172999991623,0.226999993418,0.277999997606,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[109.675,186.575],"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":"Group 24","np":6,"cix":2,"ix":26,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.133,0.733],[1.033,0.3],[0,0],[0,-0.2],[0,-0.2],[1.433,-1.467],[2.067,0],[1.467,1.467],[0,2.033],[0,0],[1.067,-0.867],[-2.1,-2.1],[-2.967,0],[-2.1,2.1],[0,2.967]],"o":[[-1,-0.5],[0,0],[0.033,0.167],[0,0.167],[0,2.067],[-1.467,1.467],[-2.067,0],[-1.467,-1.467],[0,0],[-1.167,0.6],[0,2.933],[2.1,2.1],[2.967,0],[2.1,-2.1],[0,-0.767]],"v":[[10.55,-5.9],[7.5,-7.1],[7.5,-4.85],[7.55,-4.3],[7.55,-3.75],[5.4,1.55],[0.1,3.75],[-5.2,1.55],[-7.4,-3.7],[-7.4,-5.8],[-10.75,-3.6],[-7.6,3.95],[0,7.1],[7.6,3.95],[10.75,-3.65]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-108,117.05],[101,117.05],[101,-161.95],[-108,-161.95]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-108,-161.95],[101,-161.95],[101,117.05],[-108,117.05]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.709999952129,0.957000014361,0.929000016755,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[108,161.95],"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":"Group 25","np":4,"cix":2,"ix":27,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,2.067],[0,0.167],[0.033,0.167],[0,0],[2.033,0],[0,0],[2.733,-1.4],[0,0],[-1.467,-1.467],[-2.067,0],[-1.467,1.467]],"o":[[0,-0.2],[0,-0.2],[0,0],[-1.833,-0.533],[0,0],[-3.3,0],[0,0],[0,2.033],[1.467,1.467],[2.067,0],[1.433,-1.467]],"v":[[7.475,-1.675],[7.475,-2.225],[7.425,-2.775],[7.425,-5.025],[1.625,-5.825],[1.575,-5.825],[-7.475,-3.725],[-7.475,-1.625],[-5.275,3.625],[0.025,5.825],[5.325,3.625]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-108.075,119.125],[100.925,119.125],[100.925,-159.875],[-108.075,-159.875]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-108.075,-159.875],[100.925,-159.875],[100.925,119.125],[-108.075,119.125]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[108.075,159.875],"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":"Group 26","np":4,"cix":2,"ix":28,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-16.075,20.825],[-16.075,-11.525]],"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":[[15.975,23.225],[15.975,8.475]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[13.075,8.325],[13.075,-13.025],[9.525,-16.575],[13.075,-13.025],[13.075,-18.625],[13.075,-13.025]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[-0.092,-1.507],[-1.025,1.259]],"o":[[-0.092,-1.507],[-1.025,1.259]],"v":[[-15.475,-16.375],[-14.075,-20.525]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[1.867,0.933],[0,-0.767],[2.1,-2.1],[2.967,0],[2.1,2.1],[0,2.933],[0.533,-0.533],[0,-5.5],[0,0],[-15.733,5.6],[0,0],[3.867,3.867]],"o":[[0.133,0.733],[0,2.967],[-2.1,2.1],[-2.967,0],[-2.1,-2.1],[-0.567,0.467],[-3.867,3.867],[0,0],[10.767,5.6],[0,0],[0,-5.5],[-1.6,-1.6]],"v":[[8.875,-31.525],[9.075,-29.275],[5.925,-21.675],[-1.675,-18.525],[-9.275,-21.675],[-12.425,-29.225],[-14.075,-27.725],[-19.875,-13.675],[-19.875,25.925],[19.875,25.925],[19.875,-13.675],[14.075,-27.725]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-109.675,91.425],[99.325,91.425],[99.325,-187.575],[-109.675,-187.575]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-109.675,-187.575],[99.325,-187.575],[99.325,91.425],[-109.675,91.425]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.816000007181,0.957000014361,0.941000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[109.675,187.575],"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":"Group 27","np":9,"cix":2,"ix":29,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[105.85,221.6],[105.85,216.65]],"c":false},"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":[[102.55,220.9],[102.55,215.05]],"c":false},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"st","c":{"a":0,"k":[0.172999991623,0.226999993418,0.277999997606,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":2,"lj":2,"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":"Group 28","np":4,"cix":2,"ix":30,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.154,0.157],[0.208,-0.017],[0.983,-0.001],[0.161,-0.132],[0.002,-0.205],[-0.132,-0.128],[-0.205,-0.002],[-1.017,0.067],[-0.123,0.154],[0.017,0.208]],"o":[[-0.159,-0.117],[-0.983,0.066],[-0.205,0.002],[-0.132,0.161],[0.002,0.205],[0.161,0.165],[1.017,0],[0.21,-0.012],[0.15,-0.158],[-0.012,-0.21]],"v":[[11.202,1.786],[10.652,1.636],[7.702,1.736],[7.152,1.936],[6.952,2.486],[7.152,2.986],[7.702,3.236],[10.751,3.136],[11.251,2.886],[11.452,2.336]],"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.218,-0.027],[1,-0.101],[0.147,-0.145],[-0.018,-0.189],[-0.145,-0.113],[-0.189,0.018],[-1,0.167],[-0.117,0.192],[0.027,0.217],[0.192,0.117]],"o":[[-0.967,0.166],[-0.187,0.022],[-0.118,0.178],[0.022,0.22],[0.177,0.151],[1.033,-0.099],[0.216,-0.041],[0.127,-0.149],[-0.041,-0.183],[-0.149,-0.127]],"v":[[15.551,1.086],[12.602,1.486],[12.102,1.736],[11.952,2.286],[12.202,2.786],[12.751,2.986],[15.801,2.586],[16.301,2.236],[16.452,1.686],[16.102,1.236]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0.071,-0.198],[-0.104,-0.166],[-0.198,-0.038],[-0.983,-0.183],[-0.169,0.128],[-0.026,0.202],[0.128,0.169],[0.202,0.06],[0.95,0.283],[0.199,-0.104]],"o":[[-0.037,0.201],[0.102,0.196],[0.983,0.284],[0.198,0.061],[0.174,-0.098],[0.061,-0.198],[-0.098,-0.174],[-0.95,-0.184],[-0.201,-0.037],[-0.162,0.102]],"v":[[-7.949,0.236],[-7.848,0.786],[-7.398,1.136],[-4.449,1.836],[-3.898,1.736],[-3.598,1.286],[-3.699,0.736],[-4.148,0.386],[-6.999,-0.314],[-7.598,-0.214]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[-0.925,-0.292],[-0.186,0.112],[-0.048,0.217],[0.113,0.186],[0.218,0.082],[0.925,0.325],[0.205,-0.071],[0.066,-0.194],[-0.071,-0.171],[-0.194,-0.067]],"o":[[0.214,0.079],[0.185,-0.083],[0.079,-0.181],[-0.082,-0.185],[-0.908,-0.275],[-0.195,-0.071],[-0.167,0.106],[-0.071,0.195],[0.106,0.2],[0.942,0.342]],"v":[[-9.449,0.586],[-8.848,0.536],[-8.499,0.086],[-8.548,-0.464],[-8.999,-0.864],[-11.749,-1.764],[-12.348,-1.764],[-12.699,-1.314],[-12.699,-0.764],[-12.249,-0.364]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0.383,0.067],[0.184,-0.102],[0.05,-0.192],[-0.094,-0.15],[-0.193,-0.042],[-0.35,-0.067],[-0.633,-0.066],[-0.145,0.151],[-0.022,0.221],[0.151,0.178],[0.221,0.022],[0.633,0.1]],"o":[[-0.183,-0.036],[-0.15,0.141],[-0.028,0.216],[0.141,0.191],[0.383,0.067],[0.667,0.1],[0.221,0.018],[0.178,-0.113],[0.018,-0.189],[-0.112,-0.144],[-0.6,-0.067],[-0.35,-0.067]],"v":[[-2.199,0.836],[-2.749,0.936],[-3.048,1.436],[-2.949,1.986],[-2.449,2.336],[-1.348,2.536],[0.602,2.786],[1.152,2.586],[1.452,2.086],[1.251,1.536],[0.751,1.286],[-1.098,1.036]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[1,0.099],[0.177,-0.118],[0.022,-0.187],[-0.118,-0.144],[-0.187,-0.022],[-1,-0.033],[-0.148,0.141],[-0.011,0.224],[0.141,0.148],[0.224,0.011]],"o":[[-0.189,-0.018],[-0.145,0.146],[-0.018,0.222],[0.147,0.178],[1.033,0.101],[0.219,0.007],[0.156,-0.143],[0.008,-0.186],[-0.143,-0.155],[-0.967,-0.034]],"v":[[2.751,1.536],[2.202,1.686],[1.952,2.186],[2.102,2.736],[2.602,3.036],[5.652,3.236],[6.202,3.036],[6.452,2.486],[6.251,1.986],[5.702,1.736]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[0.104,0.204],[0.194,0.066],[0.575,0.233],[0.2,-0.079],[0.086,-0.18],[-0.08,-0.167],[-0.18,-0.086],[-0.575,-0.2],[-0.171,0.104],[-0.066,0.194]],"o":[[-0.073,-0.167],[-0.558,-0.2],[-0.166,-0.079],[-0.181,0.086],[-0.08,0.2],[0.086,0.214],[0.592,0.234],[0.196,0.071],[0.201,-0.073],[0.071,-0.196]],"v":[[-13.348,-2.164],[-13.749,-2.514],[-15.449,-3.164],[-15.999,-3.164],[-16.398,-2.764],[-16.398,-2.214],[-15.999,-1.764],[-14.249,-1.114],[-13.699,-1.164],[-13.298,-1.564]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-132.948,58.436],[76.052,58.436],[76.052,-220.564],[-132.948,-220.564]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-132.948,-220.564],[76.052,-220.564],[76.052,58.436],[-132.948,58.436]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.172999991623,0.226999993418,0.277999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[132.948,220.564],"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":"Group 29","np":11,"cix":2,"ix":31,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[21.875,6.641],[21.375,3.741]],"c":false},"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":[[19.475,2.291],[19.375,1.791]],"c":false},"ix":2},"nm":"Path 2","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":[[18.875,-0.459],[18.775,-0.959]],"c":false},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[-0.567,0.133],[-0.433,-0.033],[0,0],[0,0]],"o":[[0.533,-0.3],[0.5,-0.033],[0,0],[0,0],[0,0]],"v":[[18.325,4.391],[19.975,3.741],[21.375,3.741],[20.825,0.691],[23.675,0.241]],"c":false},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[-0.067,-0.333],[0,0],[0.1,-0.4]],"o":[[0.167,0.3],[0,0],[0.1,0.4],[0,0]],"v":[[15.725,-8.309],[16.075,-7.359],[17.225,-0.759],[17.225,0.441]],"c":false},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.333,0.4],[-0.667,0.133],[-0.567,-0.367],[-0.067,-0.033],[-0.133,-0.133],[-2.733,-0.033],[0,0],[0,0],[0.7,-1],[1.167,-0.167],[1.033,0.733],[0.267,1.2],[-0.6,0.967],[-0.433,0.333],[0,0],[0.1,-0.2],[0.4,-0.133],[0.167,-0.067],[0.567,0.367],[0.133,0.467]],"o":[[0,0],[-0.033,-0.667],[0.4,-0.567],[0.7,-0.067],[0.1,0.067],[0.133,0.2],[1.4,-1.067],[0,0],[0,0],[0.2,1.167],[-0.667,0.967],[-1.167,0.267],[-0.933,-0.667],[-0.133,-1.2],[0.4,-0.467],[0,0],[-0.2,0.267],[-0.267,0.4],[-0.2,0.067],[-0.7,0.1],[-0.467,-0.333],[0,0]],"v":[[11.125,-6.509],[11.125,-6.759],[11.575,-8.359],[13.175,-9.409],[15.075,-8.959],[15.325,-8.809],[15.725,-8.309],[21.925,-9.859],[23.675,0.241],[24.975,7.391],[24.225,10.641],[21.475,12.341],[18.175,11.641],[16.375,8.841],[17.075,5.591],[18.325,4.391],[17.225,0.441],[16.775,1.141],[15.775,1.941],[15.225,2.141],[13.325,1.741],[12.425,0.541]],"c":false},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[0,0],[-3.033,-1.133],[-7.433,2.533],[0,0]],"o":[[2.6,1.367],[11.933,4.333],[0,0],[0,0]],"v":[[-25.175,-6.259],[-16.725,-2.509],[12.325,0.191],[11.725,-3.259]],"c":false},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[15.767,6.267]],"o":[[0,0],[-7.467,2.2],[0,0]],"v":[[11.725,-3.259],[11.125,-6.509],[-23.725,-12.609]],"c":false},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"st","c":{"a":0,"k":[0.172999991623,0.226999993418,0.277999997606,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[136.925,225.659],"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":"Group 30","np":10,"cix":2,"ix":32,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-5.367,0.933],[0,0],[15.767,6.267],[-1.267,-2.333],[-3.033,-1.133],[-7.433,2.533],[0,0],[5.9,0.967],[5,2],[-4.667,-0.833]],"o":[[0,0],[-7.467,2.2],[-2.233,1.9],[2.6,1.367],[11.933,4.333],[0,0],[-5.367,0.933],[-4.667,-0.833],[5,2],[5.9,0.967]],"v":[[16.284,1.684],[15.684,-1.566],[-19.167,-7.666],[-20.617,-1.316],[-12.167,2.434],[16.883,5.134],[16.284,1.684],[-0.617,1.634],[-15.117,-2.616],[-0.617,1.634]],"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],[0,0],[-0.067,-0.1],[-0.467,-0.333],[-0.7,0.1],[-0.2,0.067],[-0.267,0.4],[-0.2,0.267],[0.1,0.4],[0,0],[0.167,0.3],[0.133,0.2],[0.1,0.067],[0.7,-0.067],[0.4,-0.567],[-0.033,-0.667]],"o":[[0,0],[0,0],[0,0.133],[0.133,0.467],[0.567,0.367],[0.167,-0.067],[0.4,-0.133],[0.1,-0.2],[0.1,-0.4],[0,0],[-0.067,-0.333],[-0.133,-0.133],[-0.067,-0.033],[-0.567,-0.367],[-0.667,0.133],[-0.333,0.4],[0,0]],"v":[[15.684,-1.566],[16.284,1.684],[16.883,5.134],[16.984,5.484],[17.883,6.684],[19.784,7.084],[20.333,6.884],[21.333,6.084],[21.784,5.384],[21.784,4.184],[20.633,-2.416],[20.284,-3.366],[19.883,-3.866],[19.633,-4.016],[17.734,-4.466],[16.133,-3.416],[15.684,-1.816]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-132.366,58.284],[76.634,58.284],[76.634,-220.716],[-132.366,-220.716]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-132.366,-220.716],[76.634,-220.716],[76.634,58.284],[-132.366,58.284]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.741000007181,0.741000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[132.366,220.716],"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":"Group 31","np":6,"cix":2,"ix":33,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.225,5.041],[-0.325,4.541]],"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":[[-0.825,2.291],[-0.925,1.791]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[1.4,-1.067],[-0.067,-0.333],[0,0],[0.1,-0.4],[0,0],[-0.567,0.133],[-0.433,-0.033],[0,0],[0,0],[0,0]],"o":[[0.167,0.3],[0,0],[0.1,0.4],[0,0],[0.533,-0.3],[0.5,-0.033],[0,0],[0,0],[0,0],[-2.733,-0.033]],"v":[[-3.975,-5.559],[-3.625,-4.609],[-2.475,1.991],[-2.475,3.191],[-1.375,7.141],[0.275,6.491],[1.675,6.491],[1.125,3.441],[3.975,2.991],[2.225,-7.109]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-156.625,56.091],[52.375,56.091],[52.375,-222.909],[-156.625,-222.909]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-156.625,-222.909],[52.375,-222.909],[52.375,56.091],[-156.625,56.091]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.075,0.783999992819,0.709999952129,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[156.625,222.909],"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":"Group 32","np":7,"cix":2,"ix":34,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0.5,-0.033],[0.533,-0.3],[0.4,-0.467],[-0.133,-1.2],[-0.933,-0.667],[-1.167,0.267],[-0.667,0.967],[0.2,1.167]],"o":[[0,0],[0,0],[0,0],[0,0],[-0.433,-0.033],[-0.567,0.133],[-0.433,0.333],[-0.6,0.967],[0.267,1.2],[1.033,0.733],[1.167,-0.167],[0.7,-1],[0,0]],"v":[[2.967,-6.184],[0.117,-5.733],[0.667,-2.684],[1.167,0.217],[0.667,-2.684],[-0.734,-2.684],[-2.383,-2.033],[-3.633,-0.833],[-4.333,2.417],[-2.533,5.217],[0.766,5.917],[3.516,4.217],[4.266,0.967]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-157.633,46.917],[51.367,46.917],[51.367,-232.083],[-157.633,-232.083]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-157.633,-232.083],[51.367,-232.083],[51.367,46.917],[-157.633,46.917]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.816000007181,0.957000014361,0.941000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[157.633,232.083],"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":"Group 33","np":4,"cix":2,"ix":35,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-5.2,0],[-3.667,-2.567],[0,-3.667],[0,0],[3.7,-2.567],[1.267,-0.567],[2.612,0.006],[0.567,0],[3.733,2.6],[0,3.667],[0,0],[-3.667,2.6]],"o":[[5.2,0],[3.7,2.6],[0,0],[0,3.667],[-1.133,0.8],[-2.722,1.206],[-0.567,0.033],[-5.2,0],[-3.667,-2.567],[0,0],[0,-3.667],[3.733,-2.567]],"v":[[0.025,-15.35],[13.325,-11.5],[18.875,-2.1],[18.875,2.1],[13.325,11.45],[9.725,13.5],[1.725,15.3],[0.025,15.35],[-13.375,11.45],[-18.875,2.1],[-18.875,-2.1],[-13.375,-11.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.172999991623,0.226999993418,0.277999997606,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[109.675,206.5],"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":"Group 34","np":2,"cix":2,"ix":36,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.2,0],[3.733,-2.567],[0,-3.667],[0,0],[-3.667,-2.567],[-5.2,0],[-0.567,0.033],[-2.722,1.206],[-1.133,0.8],[0,3.667],[0,0],[3.7,2.6]],"o":[[-5.2,0],[-3.667,2.6],[0,0],[0,3.667],[3.733,2.6],[0.567,0],[2.612,0.006],[1.267,-0.567],[3.7,-2.567],[0,0],[0,-3.667],[-3.667,-2.567]],"v":[[0.025,-15.35],[-13.375,-11.5],[-18.875,-2.1],[-18.875,2.1],[-13.375,11.45],[0.025,15.35],[1.725,15.3],[9.725,13.5],[13.325,11.45],[18.875,2.1],[18.875,-2.1],[13.325,-11.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-109.675,72.5],[99.325,72.5],[99.325,-206.5],[-109.675,-206.5]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-109.675,-206.5],[99.325,-206.5],[99.325,72.5],[-109.675,72.5]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.741000007181,0.741000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[109.675,206.5],"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":"Group 35","np":4,"cix":2,"ix":37,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.002,0.205],[0.165,0.161],[0.205,0.002],[0.633,0],[0.161,-0.132],[0.002,-0.205],[-0.132,-0.128],[-0.205,-0.002],[-0.633,0],[-0.128,0.165]],"o":[[-0.002,-0.205],[-0.128,-0.132],[-0.633,0],[-0.205,0.002],[-0.132,0.161],[0.002,0.205],[0.161,0.165],[0.633,0],[0.205,-0.002],[0.165,-0.128]],"v":[[16.169,-3.76],[15.919,-4.31],[15.419,-4.51],[13.519,-4.51],[12.969,-4.31],[12.769,-3.76],[12.969,-3.26],[13.519,-3.01],[15.419,-3.01],[15.919,-3.26]],"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.037,-0.201],[-0.162,-0.102],[-0.2,0.07],[-0.616,0.15],[-0.283,0.083],[-0.088,0.173],[0.062,0.221],[0.173,0.122],[0.221,-0.028],[0.291,-0.052],[0.616,-0.15],[0.101,-0.162]],"o":[[0.071,0.198],[0.2,0.104],[0.584,-0.15],[0.317,-0.05],[0.212,-0.027],[0.128,-0.179],[-0.027,-0.178],[-0.179,-0.095],[-0.275,0.081],[-0.651,0.15],[-0.199,0.071],[-0.104,0.199]],"v":[[-2.232,-1.76],[-1.882,-1.31],[-1.282,-1.26],[0.519,-1.71],[1.419,-1.91],[1.868,-2.21],[1.969,-2.81],[1.669,-3.26],[1.068,-3.36],[0.219,-3.16],[-1.682,-2.71],[-2.132,-2.36]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0.195,0.101],[0.2,-0.037],[0.916,-0.342],[0.105,-0.191],[-0.071,-0.186],[-0.191,-0.072],[-0.186,0.071],[-0.916,0.276],[-0.102,0.195],[0.071,0.2]],"o":[[-0.166,-0.104],[-0.95,0.291],[-0.195,0.076],[-0.071,0.181],[0.075,0.195],[0.181,0.104],[0.884,-0.324],[0.198,-0.038],[0.104,-0.166],[-0.038,-0.199]],"v":[[-3.182,-2.06],[-3.732,-2.16],[-6.532,-1.21],[-6.982,-0.81],[-6.982,-0.26],[-6.581,0.14],[-6.032,0.19],[-3.331,-0.71],[-2.882,-1.06],[-2.831,-1.61]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[1.008,-0.133],[0.127,-0.168],[-0.027,-0.203],[-0.169,-0.127],[-0.203,0.027],[-1.008,0.1],[-0.113,0.178],[0.018,0.223],[0.178,0.146],[0.222,-0.017]],"o":[[-0.206,0.032],[-0.127,0.163],[0.031,0.206],[0.164,0.127],[0.992,-0.133],[0.22,-0.022],[0.151,-0.144],[-0.022,-0.187],[-0.144,-0.117],[-1.025,0.1]],"v":[[3.219,-3.71],[2.719,-3.41],[2.568,-2.86],[2.868,-2.36],[3.419,-2.21],[6.419,-2.56],[6.919,-2.86],[7.118,-3.41],[6.818,-3.91],[6.269,-4.06]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[1.033,-0.101],[0.147,-0.145],[-0.018,-0.189],[-0.145,-0.113],[-0.189,0.018],[-1,0.034],[-0.143,0.155],[0.008,0.219],[0.156,0.143],[0.219,-0.007]],"o":[[-0.187,0.022],[-0.118,0.178],[0.022,0.22],[0.177,0.151],[1,-0.099],[0.224,-0.011],[0.141,-0.148],[-0.011,-0.191],[-0.148,-0.141],[-1.034,0.033]],"v":[[8.318,-4.26],[7.818,-4.01],[7.669,-3.46],[7.919,-2.96],[8.469,-2.76],[11.469,-2.96],[12.019,-3.21],[12.219,-3.76],[11.969,-4.26],[11.419,-4.46]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0.067,-0.194],[-0.071,-0.171],[-0.194,-0.066],[-0.172,0.104],[-0.933,0.359],[-0.063,0.19],[0.071,0.21],[0.191,0.096],[0.21,-0.071],[0.933,-0.426]],"o":[[-0.071,0.196],[0.106,0.201],[0.195,0.071],[0.901,-0.408],[0.204,-0.076],[0.105,-0.19],[-0.076,-0.171],[-0.19,-0.071],[-0.967,0.374],[-0.167,0.106]],"v":[[-11.632,1.14],[-11.632,1.69],[-11.182,2.09],[-10.632,2.04],[-7.882,0.89],[-7.482,0.49],[-7.432,-0.11],[-7.831,-0.51],[-8.432,-0.51],[-11.282,0.69]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[0.217,0.081],[0.186,-0.079],[0.858,-0.509],[0.07,-0.188],[-0.104,-0.156],[-0.188,-0.036],[-0.156,0.104],[-0.891,0.475],[-0.048,0.217],[0.113,0.185]],"o":[[-0.181,-0.046],[-0.909,0.491],[-0.163,0.112],[-0.037,0.211],[0.112,0.197],[0.21,0.07],[0.842,-0.491],[0.185,-0.083],[0.079,-0.181],[-0.083,-0.186]],"v":[[-12.581,1.54],[-13.132,1.59],[-15.782,3.09],[-16.132,3.54],[-16.032,4.09],[-15.581,4.44],[-15.032,4.39],[-12.432,2.94],[-12.081,2.49],[-12.132,1.94]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-86.682,58.14],[122.319,58.14],[122.319,-220.86],[-86.682,-220.86]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-86.682,-220.86],[122.319,-220.86],[122.319,58.14],[-86.682,58.14]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.172999991623,0.226999993418,0.277999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[86.681,220.86],"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":"Group 36","np":11,"cix":2,"ix":38,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-19.691,-1.375],[-19.391,-0.925]],"c":false},"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":[[-18.092,0.975],[-17.792,1.375]],"c":false},"ix":2},"nm":"Path 2","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":[[-10.392,0.875],[-8.642,3.725]],"c":false},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[-0.033,-0.067],[0.167,-0.5],[0.567,-0.367],[0.633,0.167],[0.133,0],[0.2,0.1]],"o":[[0.033,0.1],[0.3,0.6],[-0.167,0.667],[-0.633,0.333],[-0.133,-0.033],[-0.167,-0.1],[0,0]],"v":[[-8.642,3.725],[-8.542,3.975],[-8.342,5.625],[-9.441,7.175],[-11.342,7.425],[-11.742,7.375],[-12.292,7.075]],"c":false},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-23.441,-4.575],[-21.941,-2.075]],"c":false},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0],[0.5,-0.333],[0.4,-0.133],[0,0],[0,0],[0,0],[-0.9,1.533],[0.167,0.267],[0,0],[0.033,0.433],[0,0],[-0.2,0.6],[0.567,1.067],[1.133,0.267],[1.033,-0.667],[0.267,-1.133],[-0.6,-1],[0,0]],"o":[[-0.4,0.467],[-0.467,0.2],[0,0],[0,0],[0,0],[2.5,-0.967],[-0.233,-0.2],[0,0],[-0.233,-0.3],[0,0],[0.233,-0.467],[0.2,-1.1],[-0.633,-1],[-1.2,-0.3],[-1.033,0.6],[-0.267,1.167],[0,0],[0,0]],"v":[[-19.292,-3.775],[-20.641,-2.575],[-21.941,-2.075],[-20.292,0.575],[-22.792,2.125],[-17.392,10.825],[-12.292,7.075],[-12.892,6.375],[-16.392,0.625],[-16.792,-0.475],[-19.292,-3.775],[-18.641,-5.375],[-19.191,-8.625],[-21.842,-10.525],[-25.191,-9.975],[-27.141,-7.375],[-26.641,-4.125],[-22.792,2.125]],"c":false},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[0,0],[0,0.233],[-0.333,0.267],[-0.167,0.1],[-0.667,-0.167],[-0.333,-0.367]],"o":[[0.033,-0.333],[0.133,-0.467],[0.133,-0.133],[0.6,-0.367],[0.533,0.133],[0,0]],"v":[[-16.792,-0.475],[-16.742,-1.325],[-16.042,-2.425],[-15.592,-2.775],[-13.691,-3.075],[-12.392,-2.325]],"c":false},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-12.142,-1.975],[-10.392,0.875]],"c":false},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0,0],[-16.967,-0.033],[2.067,1.7],[3.2,-0.067],[6,-5.1]],"o":[[6.133,-4.767],[1.4,-2.633],[-2.933,-0.3],[-12.667,0.333],[0,0]],"v":[[-8.642,3.725],[26.008,-3.375],[25.008,-9.875],[15.809,-10.225],[-12.191,-2.075]],"c":false},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"st","c":{"a":0,"k":[0.172999991623,0.226999993418,0.277999997606,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[81.691,223.725],"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":"Group 37","np":11,"cix":2,"ix":39,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.067,1.7],[3.2,-0.067],[6,-5.1],[-0.033,-0.033],[0,0],[-5.867,1.3],[-5.4,-0.033],[4.633,-0.933],[4.633,-2.8],[0,0],[-16.967,-0.033]],"o":[[-2.933,-0.3],[-12.667,0.333],[0,0.033],[0,0],[4.633,-2.8],[4.633,-0.933],[-5.4,-0.033],[-5.867,1.3],[0,0],[6.133,-4.767],[1.4,-2.633]],"v":[[17.4,-6.591],[8.2,-6.941],[-19.8,1.208],[-19.75,1.309],[-18,4.159],[-2.25,-1.992],[12.8,-3.341],[-2.25,-1.992],[-18,4.159],[-16.25,7.008],[18.4,-0.091]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-89.3,58.559],[119.7,58.559],[119.7,-220.441],[-89.3,-220.441]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-89.3,-220.441],[119.7,-220.441],[119.7,58.559],[-89.3,58.559]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.588000009574,0.588000009574,0.588000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[89.3,220.441],"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":"Group 38","np":4,"cix":2,"ix":40,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.133,-0.133],[0.133,-0.467],[0.033,-0.333],[-0.233,-0.3],[0,0],[-0.233,-0.2],[-0.167,-0.1],[-0.133,-0.033],[-0.633,0.333],[-0.167,0.667],[0.3,0.6],[0.033,0.1],[0,0],[0,0],[0,0.033],[0.067,0.033],[0.533,0.133],[0.6,-0.367]],"o":[[-0.333,0.267],[0,0.233],[0.033,0.433],[0,0],[0.167,0.267],[0.2,0.1],[0.133,0],[0.633,0.167],[0.567,-0.367],[0.167,-0.5],[-0.033,-0.067],[0,0],[0,0],[-0.033,-0.033],[-0.067,-0.133],[-0.333,-0.367],[-0.667,-0.167],[-0.167,0.1]],"v":[[-3.559,-4.6],[-4.258,-3.5],[-4.309,-2.65],[-3.909,-1.55],[-0.409,4.2],[0.192,4.9],[0.742,5.2],[1.142,5.25],[3.042,5],[4.142,3.45],[3.942,1.8],[3.842,1.55],[2.092,-1.3],[0.342,-4.15],[0.292,-4.25],[0.092,-4.5],[-1.208,-5.25],[-3.109,-4.95]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-69.208,53.1],[139.792,53.1],[139.792,-225.9],[-69.208,-225.9]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-69.208,-225.9],[139.792,-225.9],[139.792,53.1],[-69.208,53.1]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.741000007181,0.741000007181,0.741000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[69.208,225.9],"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":"Group 39","np":4,"cix":2,"ix":41,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-2.15,-4.9],[-1.85,-4.45]],"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":[[-0.55,-2.55],[-0.25,-2.15]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0.5,-0.333],[0.4,-0.133],[0,0],[0,0],[0,0],[-0.9,1.533],[0.167,0.267],[0,0],[0.033,0.433]],"o":[[-0.4,0.467],[-0.467,0.2],[0,0],[0,0],[0,0],[2.5,-0.967],[-0.233,-0.2],[0,0],[-0.233,-0.3],[0,0]],"v":[[-1.75,-7.3],[-3.1,-6.1],[-4.4,-5.6],[-2.75,-2.95],[-5.25,-1.4],[0.15,7.3],[5.25,3.55],[4.65,2.85],[1.15,-2.9],[0.75,-4]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-64.15,51.75],[144.85,51.75],[144.85,-227.25],[-64.15,-227.25]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-64.15,-227.25],[144.85,-227.25],[144.85,51.75],[-64.15,51.75]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.075,0.783999992819,0.709999952129,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[64.15,227.25],"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":"Group 40","np":7,"cix":2,"ix":42,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.467,0.2],[-0.4,0.467],[-0.2,0.6],[0.567,1.067],[1.133,0.267],[1.033,-0.667],[0.267,-1.133],[-0.6,-1],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0.5,-0.333],[0.233,-0.467],[0.2,-1.1],[-0.633,-1],[-1.2,-0.3],[-1.033,0.6],[-0.267,1.167],[0,0],[0,0],[0,0],[0,0],[0,0],[0.4,-0.133]],"v":[[2.284,1.775],[3.633,0.575],[4.284,-1.025],[3.734,-4.275],[1.084,-6.175],[-2.266,-5.625],[-4.216,-3.025],[-3.716,0.225],[0.133,6.475],[2.633,4.925],[0.984,2.275],[-0.516,-0.225],[0.984,2.275]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-58.766,59.625],[150.234,59.625],[150.234,-219.375],[-58.766,-219.375]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-58.766,-219.375],[150.234,-219.375],[150.234,59.625],[-58.766,59.625]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.816000007181,0.957000014361,0.941000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[58.766,219.375],"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":"Group 41","np":4,"cix":2,"ix":43,"mn":"ADBE Vector Group","hd":false},{"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},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[0,0],[14,9.3]],"o":[[-17.7,3.833],[0,0]],"v":[[28.025,10.488],[-20.275,19.163]],"c":false}],"e":[{"i":[[0,0],[14,9.3]],"o":[[-17.7,3.833],[0,0]],"v":[[28.025,10.488],[-19.525,2.288]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":17,"s":[{"i":[[0,0],[14,9.3]],"o":[[-17.7,3.833],[0,0]],"v":[[28.025,10.488],[-19.525,2.288]],"c":false}],"e":[{"i":[[0,0],[14,9.3]],"o":[[-17.7,3.833],[0,0]],"v":[[28.025,10.488],[-20.275,19.163]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":35,"s":[{"i":[[0,0],[14,9.3]],"o":[[-17.7,3.833],[0,0]],"v":[[28.025,10.488],[-20.275,19.163]],"c":false}],"e":[{"i":[[0,0],[14,9.3]],"o":[[-17.7,3.833],[0,0]],"v":[[28.025,10.488],[-19.525,2.288]],"c":false}]},{"t":52}],"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],[-1.033,0.267],[-0.733,0.2]],"o":[[1.033,-0.233],[0.733,-0.2],[0,0]],"v":[[26.675,2.439],[29.775,1.689],[31.975,1.089]],"c":false},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0.733,-0.2]],"o":[[-0.767,0.133],[0,0]],"v":[[30.275,9.988],[28.025,10.488]],"c":false},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[0,0],[0.429,0.283]],"o":[[-1.404,-0.283],[0,0]],"v":[[-23.425,13.388],[-26.175,12.538]],"c":false}],"e":[{"i":[[0,0],[0.429,0.283]],"o":[[-1.404,-0.283],[0,0]],"v":[[-23.175,-3.112],[-25.925,-3.962]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":17,"s":[{"i":[[0,0],[0.429,0.283]],"o":[[-1.404,-0.283],[0,0]],"v":[[-23.175,-3.112],[-25.925,-3.962]],"c":false}],"e":[{"i":[[0,0],[0.429,0.283]],"o":[[-1.404,-0.283],[0,0]],"v":[[-23.425,13.388],[-26.175,12.538]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":35,"s":[{"i":[[0,0],[0.429,0.283]],"o":[[-1.404,-0.283],[0,0]],"v":[[-23.425,13.388],[-26.175,12.538]],"c":false}],"e":[{"i":[[0,0],[0.429,0.283]],"o":[[-1.404,-0.283],[0,0]],"v":[[-23.175,-3.112],[-25.925,-3.962]],"c":false}]},{"t":52}],"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[0,0],[0.112,-0.086],[0.324,-0.62],[0,0]],"o":[[-0.121,0.064],[-0.476,0.33],[0,0],[0,0]],"v":[[-20.475,9.464],[-20.825,9.689],[-22.025,11.113],[-22.675,12.814]],"c":false}],"e":[{"i":[[0,0],[0.112,-0.086],[0.324,-0.62],[0,0]],"o":[[-0.121,0.064],[-0.476,0.33],[0,0],[0,0]],"v":[[-19.225,-7.911],[-19.575,-7.686],[-20.775,-6.262],[-21.425,-4.561]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":17,"s":[{"i":[[0,0],[0.112,-0.086],[0.324,-0.62],[0,0]],"o":[[-0.121,0.064],[-0.476,0.33],[0,0],[0,0]],"v":[[-19.225,-7.911],[-19.575,-7.686],[-20.775,-6.262],[-21.425,-4.561]],"c":false}],"e":[{"i":[[0,0],[0.112,-0.086],[0.324,-0.62],[0,0]],"o":[[-0.121,0.064],[-0.476,0.33],[0,0],[0,0]],"v":[[-20.475,9.464],[-20.825,9.689],[-22.025,11.113],[-22.675,12.814]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":35,"s":[{"i":[[0,0],[0.112,-0.086],[0.324,-0.62],[0,0]],"o":[[-0.121,0.064],[-0.476,0.33],[0,0],[0,0]],"v":[[-20.475,9.464],[-20.825,9.689],[-22.025,11.113],[-22.675,12.814]],"c":false}],"e":[{"i":[[0,0],[0.112,-0.086],[0.324,-0.62],[0,0]],"o":[[-0.121,0.064],[-0.476,0.33],[0,0],[0,0]],"v":[[-19.225,-7.911],[-19.575,-7.686],[-20.775,-6.262],[-21.425,-4.561]],"c":false}]},{"t":52}],"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[0,0],[0.117,0.086],[3.925,0.973],[-1.3,-1.3],[0,0],[-0.033,-2.767],[-1.233,0.133],[0.18,0.76],[0.343,0.367]],"o":[[-0.116,-0.081],[-3.208,-2.16],[-1.567,1],[0,0],[-1.733,1.867],[1.7,1.5],[0.613,-0.307],[-1.49,-0.333],[0,0]],"v":[[-18.85,8.339],[-19.2,8.089],[-29.9,3.389],[-30.3,6.839],[-26.25,8.439],[-28.8,15.388],[-24.4,17.439],[-23.75,15.839],[-26.5,14.788]],"c":false}],"e":[{"i":[[0,0],[0.117,0.086],[3.925,0.973],[-1.3,-1.3],[0,0],[-0.033,-2.767],[-1.233,0.133],[0.18,0.76],[0.343,0.367]],"o":[[-0.116,-0.081],[-3.208,-2.16],[-1.567,1],[0,0],[-1.733,1.867],[1.7,1.5],[0.613,-0.307],[-1.49,-0.333],[0,0]],"v":[[-19.225,-7.911],[-19.575,-8.161],[-30.275,-12.861],[-30.675,-9.411],[-26.625,-7.811],[-29.175,-0.862],[-24.775,1.189],[-24.125,-0.411],[-26.875,-1.462]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":17,"s":[{"i":[[0,0],[0.117,0.086],[3.925,0.973],[-1.3,-1.3],[0,0],[-0.033,-2.767],[-1.233,0.133],[0.18,0.76],[0.343,0.367]],"o":[[-0.116,-0.081],[-3.208,-2.16],[-1.567,1],[0,0],[-1.733,1.867],[1.7,1.5],[0.613,-0.307],[-1.49,-0.333],[0,0]],"v":[[-19.225,-7.911],[-19.575,-8.161],[-30.275,-12.861],[-30.675,-9.411],[-26.625,-7.811],[-29.175,-0.862],[-24.775,1.189],[-24.125,-0.411],[-26.875,-1.462]],"c":false}],"e":[{"i":[[0,0],[0.117,0.086],[3.925,0.973],[-1.3,-1.3],[0,0],[-0.033,-2.767],[-1.233,0.133],[0.18,0.76],[0.343,0.367]],"o":[[-0.116,-0.081],[-3.208,-2.16],[-1.567,1],[0,0],[-1.733,1.867],[1.7,1.5],[0.613,-0.307],[-1.49,-0.333],[0,0]],"v":[[-18.85,8.339],[-19.2,8.089],[-29.9,3.389],[-30.3,6.839],[-26.25,8.439],[-28.8,15.388],[-24.4,17.439],[-23.75,15.839],[-26.5,14.788]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":35,"s":[{"i":[[0,0],[0.117,0.086],[3.925,0.973],[-1.3,-1.3],[0,0],[-0.033,-2.767],[-1.233,0.133],[0.18,0.76],[0.343,0.367]],"o":[[-0.116,-0.081],[-3.208,-2.16],[-1.567,1],[0,0],[-1.733,1.867],[1.7,1.5],[0.613,-0.307],[-1.49,-0.333],[0,0]],"v":[[-18.85,8.339],[-19.2,8.089],[-29.9,3.389],[-30.3,6.839],[-26.25,8.439],[-28.8,15.388],[-24.4,17.439],[-23.75,15.839],[-26.5,14.788]],"c":false}],"e":[{"i":[[0,0],[0.117,0.086],[3.925,0.973],[-1.3,-1.3],[0,0],[-0.033,-2.767],[-1.233,0.133],[0.18,0.76],[0.343,0.367]],"o":[[-0.116,-0.081],[-3.208,-2.16],[-1.567,1],[0,0],[-1.733,1.867],[1.7,1.5],[0.613,-0.307],[-1.49,-0.333],[0,0]],"v":[[-19.225,-7.911],[-19.575,-8.161],[-30.275,-12.861],[-30.675,-9.411],[-26.625,-7.811],[-29.175,-0.862],[-24.775,1.189],[-24.125,-0.411],[-26.875,-1.462]],"c":false}]},{"t":52}],"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[0,0],[0,0],[0.763,-0.89],[0.804,-0.623],[-0.3,-0.2],[-0.719,-0.365],[-0.701,-0.259],[0,0],[-15.867,3.2],[0,0]],"o":[[0,0],[0.363,1.177],[0.171,1.177],[0.133,0.233],[0.597,0.435],[0.616,0.308],[0,0],[12.9,8.333],[0,0],[0,0]],"v":[[-27.25,9.189],[-23.2,10.788],[-23.8,13.888],[-24.75,16.589],[-24.1,17.238],[-22.125,18.439],[-20.15,19.288],[-17.1,11.738],[26.675,2.439],[29.825,-2.087]],"c":false}],"e":[{"i":[[0,0],[0,0],[0.763,-0.89],[0.804,-0.623],[-0.3,-0.2],[-0.719,-0.365],[-0.701,-0.259],[0,0],[-15.867,3.2],[0,0]],"o":[[0,0],[0.363,1.177],[0.171,1.177],[0.133,0.233],[0.597,0.435],[0.616,0.308],[0,0],[12.9,8.333],[0,0],[0,0]],"v":[[-26.625,-7.811],[-22.575,-6.212],[-23.175,-3.112],[-24.125,-0.411],[-23.475,0.238],[-21.5,1.439],[-19.525,2.288],[-16.475,-5.262],[26.675,2.439],[29.825,-1.462]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":17,"s":[{"i":[[0,0],[0,0],[0.763,-0.89],[0.804,-0.623],[-0.3,-0.2],[-0.719,-0.365],[-0.701,-0.259],[0,0],[-15.867,3.2],[0,0]],"o":[[0,0],[0.363,1.177],[0.171,1.177],[0.133,0.233],[0.597,0.435],[0.616,0.308],[0,0],[12.9,8.333],[0,0],[0,0]],"v":[[-26.625,-7.811],[-22.575,-6.212],[-23.175,-3.112],[-24.125,-0.411],[-23.475,0.238],[-21.5,1.439],[-19.525,2.288],[-16.475,-5.262],[26.675,2.439],[29.825,-1.462]],"c":false}],"e":[{"i":[[0,0],[0,0],[0.763,-0.89],[0.804,-0.623],[-0.3,-0.2],[-0.719,-0.365],[-0.701,-0.259],[0,0],[-15.867,3.2],[0,0]],"o":[[0,0],[0.363,1.177],[0.171,1.177],[0.133,0.233],[0.597,0.435],[0.616,0.308],[0,0],[12.9,8.333],[0,0],[0,0]],"v":[[-27.25,9.189],[-23.2,10.788],[-23.8,13.888],[-24.75,16.589],[-24.1,17.238],[-22.125,18.439],[-20.15,19.288],[-17.1,11.738],[26.675,2.439],[29.825,-2.087]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":35,"s":[{"i":[[0,0],[0,0],[0.763,-0.89],[0.804,-0.623],[-0.3,-0.2],[-0.719,-0.365],[-0.701,-0.259],[0,0],[-15.867,3.2],[0,0]],"o":[[0,0],[0.363,1.177],[0.171,1.177],[0.133,0.233],[0.597,0.435],[0.616,0.308],[0,0],[12.9,8.333],[0,0],[0,0]],"v":[[-27.25,9.189],[-23.2,10.788],[-23.8,13.888],[-24.75,16.589],[-24.1,17.238],[-22.125,18.439],[-20.15,19.288],[-17.1,11.738],[26.675,2.439],[29.825,-2.087]],"c":false}],"e":[{"i":[[0,0],[0,0],[0.763,-0.89],[0.804,-0.623],[-0.3,-0.2],[-0.719,-0.365],[-0.701,-0.259],[0,0],[-15.867,3.2],[0,0]],"o":[[0,0],[0.363,1.177],[0.171,1.177],[0.133,0.233],[0.597,0.435],[0.616,0.308],[0,0],[12.9,8.333],[0,0],[0,0]],"v":[[-26.625,-7.811],[-22.575,-6.212],[-23.175,-3.112],[-24.125,-0.411],[-23.475,0.238],[-21.5,1.439],[-19.525,2.288],[-16.475,-5.262],[26.675,2.439],[29.825,-1.462]],"c":false}]},{"t":52}],"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[0,0],[1.525,3.136],[0.262,-1.243],[-0.127,-0.983],[0,0],[-0.5,0.067]],"o":[[1.058,-2.664],[-1.338,-0.36],[-0.127,0.601],[0,0],[0.267,-0.167],[0,0]],"v":[[-17.1,11.738],[-17.8,3.038],[-20.2,4.363],[-20.2,6.738],[-19.85,9.089],[-18.7,8.738]],"c":false}],"e":[{"i":[[0,0],[1.525,3.136],[0.262,-1.243],[-0.127,-0.983],[0,0],[-0.5,0.067]],"o":[[1.058,-2.664],[-1.338,-0.36],[-0.127,0.601],[0,0],[0.267,-0.167],[0,0]],"v":[[-16.475,-5.262],[-17.175,-13.962],[-19.575,-12.637],[-19.575,-10.262],[-19.225,-7.911],[-18.075,-8.262]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":17,"s":[{"i":[[0,0],[1.525,3.136],[0.262,-1.243],[-0.127,-0.983],[0,0],[-0.5,0.067]],"o":[[1.058,-2.664],[-1.338,-0.36],[-0.127,0.601],[0,0],[0.267,-0.167],[0,0]],"v":[[-16.475,-5.262],[-17.175,-13.962],[-19.575,-12.637],[-19.575,-10.262],[-19.225,-7.911],[-18.075,-8.262]],"c":false}],"e":[{"i":[[0,0],[1.525,3.136],[0.262,-1.243],[-0.127,-0.983],[0,0],[-0.5,0.067]],"o":[[1.058,-2.664],[-1.338,-0.36],[-0.127,0.601],[0,0],[0.267,-0.167],[0,0]],"v":[[-17.1,11.738],[-17.8,3.038],[-20.2,4.363],[-20.2,6.738],[-19.85,9.089],[-18.7,8.738]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":35,"s":[{"i":[[0,0],[1.525,3.136],[0.262,-1.243],[-0.127,-0.983],[0,0],[-0.5,0.067]],"o":[[1.058,-2.664],[-1.338,-0.36],[-0.127,0.601],[0,0],[0.267,-0.167],[0,0]],"v":[[-17.1,11.738],[-17.8,3.038],[-20.2,4.363],[-20.2,6.738],[-19.85,9.089],[-18.7,8.738]],"c":false}],"e":[{"i":[[0,0],[1.525,3.136],[0.262,-1.243],[-0.127,-0.983],[0,0],[-0.5,0.067]],"o":[[1.058,-2.664],[-1.338,-0.36],[-0.127,0.601],[0,0],[0.267,-0.167],[0,0]],"v":[[-16.475,-5.262],[-17.175,-13.962],[-19.575,-12.637],[-19.575,-10.262],[-19.225,-7.911],[-18.075,-8.262]],"c":false}]},{"t":52}],"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"st","c":{"a":0,"k":[0.172999991623,0.226999993418,0.277999997606,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[76.125,160.762],"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":"Group 42","np":10,"cix":2,"ix":44,"mn":"ADBE Vector Group","hd":false},{"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},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[1.525,3.136],[0.262,-1.226],[-0.127,-0.983],[0,0],[-0.5,0.067],[0.267,-0.167],[0.112,-0.07],[0.324,-0.62],[0,0],[0,0],[-0.476,0.346],[-0.121,0.064],[0.117,0.086],[3.925,0.973],[-1.3,-1.3],[0,0],[0,0],[0.763,-0.89],[0.804,-0.623],[-0.3,-0.2],[-0.703,-0.365],[-0.701,-0.259],[0,0]],"o":[[-1.338,-0.36],[-0.127,0.617],[0,0],[0.267,-0.167],[-0.5,0.067],[-0.121,0.064],[-0.476,0.346],[0,0],[0,0],[0.324,-0.62],[0.112,-0.07],[-0.116,-0.081],[-3.208,-2.16],[-1.567,1],[0,0],[0,0],[0.363,1.177],[0.171,1.177],[0.133,0.233],[0.597,0.435],[0.633,0.308],[0,0],[1.058,-2.664]],"v":[[6.271,8.539],[3.871,9.839],[3.871,12.239],[4.221,14.589],[5.371,14.239],[4.221,14.589],[3.871,14.789],[2.671,16.239],[2.021,17.939],[2.671,16.239],[3.871,14.789],[4.221,14.589],[3.871,14.339],[-6.829,9.639],[-7.229,13.089],[-3.179,14.689],[0.871,16.289],[0.271,19.389],[-0.679,22.089],[-0.029,22.739],[1.921,23.939],[3.921,24.789],[6.971,17.239]],"c":true}],"e":[{"i":[[1.525,3.136],[0.262,-1.226],[-0.127,-0.983],[0,0],[-0.5,0.067],[0.267,-0.167],[0.112,-0.07],[0.324,-0.62],[0,0],[0,0],[-0.476,0.346],[-0.121,0.064],[0.117,0.086],[3.925,0.973],[-1.3,-1.3],[0,0],[0,0],[0.763,-0.89],[0.804,-0.623],[-0.3,-0.2],[-0.703,-0.365],[-0.701,-0.259],[0,0]],"o":[[-1.338,-0.36],[-0.127,0.617],[0,0],[0.267,-0.167],[-0.5,0.067],[-0.121,0.064],[-0.476,0.346],[0,0],[0,0],[0.324,-0.62],[0.112,-0.07],[-0.116,-0.081],[-3.208,-2.16],[-1.567,1],[0,0],[0,0],[0.363,1.177],[0.171,1.177],[0.133,0.233],[0.597,0.435],[0.633,0.308],[0,0],[1.058,-2.664]],"v":[[6.521,-7.945],[4.121,-6.645],[4.121,-4.245],[4.471,-1.895],[5.621,-2.245],[4.471,-1.895],[4.121,-1.695],[2.921,-0.245],[2.271,1.455],[2.921,-0.245],[4.121,-1.695],[4.471,-1.895],[4.121,-2.145],[-6.579,-6.845],[-6.979,-3.395],[-2.929,-1.795],[1.121,-0.195],[0.521,2.905],[-0.429,5.605],[0.221,6.255],[2.171,7.455],[4.171,8.305],[7.221,0.755]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":17,"s":[{"i":[[1.525,3.136],[0.262,-1.226],[-0.127,-0.983],[0,0],[-0.5,0.067],[0.267,-0.167],[0.112,-0.07],[0.324,-0.62],[0,0],[0,0],[-0.476,0.346],[-0.121,0.064],[0.117,0.086],[3.925,0.973],[-1.3,-1.3],[0,0],[0,0],[0.763,-0.89],[0.804,-0.623],[-0.3,-0.2],[-0.703,-0.365],[-0.701,-0.259],[0,0]],"o":[[-1.338,-0.36],[-0.127,0.617],[0,0],[0.267,-0.167],[-0.5,0.067],[-0.121,0.064],[-0.476,0.346],[0,0],[0,0],[0.324,-0.62],[0.112,-0.07],[-0.116,-0.081],[-3.208,-2.16],[-1.567,1],[0,0],[0,0],[0.363,1.177],[0.171,1.177],[0.133,0.233],[0.597,0.435],[0.633,0.308],[0,0],[1.058,-2.664]],"v":[[6.521,-7.945],[4.121,-6.645],[4.121,-4.245],[4.471,-1.895],[5.621,-2.245],[4.471,-1.895],[4.121,-1.695],[2.921,-0.245],[2.271,1.455],[2.921,-0.245],[4.121,-1.695],[4.471,-1.895],[4.121,-2.145],[-6.579,-6.845],[-6.979,-3.395],[-2.929,-1.795],[1.121,-0.195],[0.521,2.905],[-0.429,5.605],[0.221,6.255],[2.171,7.455],[4.171,8.305],[7.221,0.755]],"c":true}],"e":[{"i":[[1.525,3.136],[0.262,-1.226],[-0.127,-0.983],[0,0],[-0.5,0.067],[0.267,-0.167],[0.112,-0.07],[0.324,-0.62],[0,0],[0,0],[-0.476,0.346],[-0.121,0.064],[0.117,0.086],[3.925,0.973],[-1.3,-1.3],[0,0],[0,0],[0.763,-0.89],[0.804,-0.623],[-0.3,-0.2],[-0.703,-0.365],[-0.701,-0.259],[0,0]],"o":[[-1.338,-0.36],[-0.127,0.617],[0,0],[0.267,-0.167],[-0.5,0.067],[-0.121,0.064],[-0.476,0.346],[0,0],[0,0],[0.324,-0.62],[0.112,-0.07],[-0.116,-0.081],[-3.208,-2.16],[-1.567,1],[0,0],[0,0],[0.363,1.177],[0.171,1.177],[0.133,0.233],[0.597,0.435],[0.633,0.308],[0,0],[1.058,-2.664]],"v":[[6.271,8.539],[3.871,9.839],[3.871,12.239],[4.221,14.589],[5.371,14.239],[4.221,14.589],[3.871,14.789],[2.671,16.239],[2.021,17.939],[2.671,16.239],[3.871,14.789],[4.221,14.589],[3.871,14.339],[-6.829,9.639],[-7.229,13.089],[-3.179,14.689],[0.871,16.289],[0.271,19.389],[-0.679,22.089],[-0.029,22.739],[1.921,23.939],[3.921,24.789],[6.971,17.239]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":35,"s":[{"i":[[1.525,3.136],[0.262,-1.226],[-0.127,-0.983],[0,0],[-0.5,0.067],[0.267,-0.167],[0.112,-0.07],[0.324,-0.62],[0,0],[0,0],[-0.476,0.346],[-0.121,0.064],[0.117,0.086],[3.925,0.973],[-1.3,-1.3],[0,0],[0,0],[0.763,-0.89],[0.804,-0.623],[-0.3,-0.2],[-0.703,-0.365],[-0.701,-0.259],[0,0]],"o":[[-1.338,-0.36],[-0.127,0.617],[0,0],[0.267,-0.167],[-0.5,0.067],[-0.121,0.064],[-0.476,0.346],[0,0],[0,0],[0.324,-0.62],[0.112,-0.07],[-0.116,-0.081],[-3.208,-2.16],[-1.567,1],[0,0],[0,0],[0.363,1.177],[0.171,1.177],[0.133,0.233],[0.597,0.435],[0.633,0.308],[0,0],[1.058,-2.664]],"v":[[6.271,8.539],[3.871,9.839],[3.871,12.239],[4.221,14.589],[5.371,14.239],[4.221,14.589],[3.871,14.789],[2.671,16.239],[2.021,17.939],[2.671,16.239],[3.871,14.789],[4.221,14.589],[3.871,14.339],[-6.829,9.639],[-7.229,13.089],[-3.179,14.689],[0.871,16.289],[0.271,19.389],[-0.679,22.089],[-0.029,22.739],[1.921,23.939],[3.921,24.789],[6.971,17.239]],"c":true}],"e":[{"i":[[1.525,3.136],[0.262,-1.226],[-0.127,-0.983],[0,0],[-0.5,0.067],[0.267,-0.167],[0.112,-0.07],[0.324,-0.62],[0,0],[0,0],[-0.476,0.346],[-0.121,0.064],[0.117,0.086],[3.925,0.973],[-1.3,-1.3],[0,0],[0,0],[0.763,-0.89],[0.804,-0.623],[-0.3,-0.2],[-0.703,-0.365],[-0.701,-0.259],[0,0]],"o":[[-1.338,-0.36],[-0.127,0.617],[0,0],[0.267,-0.167],[-0.5,0.067],[-0.121,0.064],[-0.476,0.346],[0,0],[0,0],[0.324,-0.62],[0.112,-0.07],[-0.116,-0.081],[-3.208,-2.16],[-1.567,1],[0,0],[0,0],[0.363,1.177],[0.171,1.177],[0.133,0.233],[0.597,0.435],[0.633,0.308],[0,0],[1.058,-2.664]],"v":[[6.521,-7.945],[4.121,-6.645],[4.121,-4.245],[4.471,-1.895],[5.621,-2.245],[4.471,-1.895],[4.121,-1.695],[2.921,-0.245],[2.271,1.455],[2.921,-0.245],[4.121,-1.695],[4.471,-1.895],[4.121,-2.145],[-6.579,-6.845],[-6.979,-3.395],[-2.929,-1.795],[1.121,-0.195],[0.521,2.905],[-0.429,5.605],[0.221,6.255],[2.171,7.455],[4.171,8.305],[7.221,0.755]],"c":true}]},{"t":52}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[-1.404,-0.283],[0.363,1.177],[0,0],[-0.033,-2.767],[-1.233,0.133],[0.18,0.76],[0.343,0.367],[-1.49,-0.333],[0.171,1.177],[0.429,0.283]],"o":[[0.763,-0.89],[0,0],[-1.733,1.867],[1.7,1.5],[0.613,-0.307],[-1.49,-0.333],[0.343,0.367],[0.804,-0.623],[-1.404,-0.283],[0.429,0.283]],"v":[[0.521,19.155],[1.121,16.055],[-2.929,14.455],[-5.479,21.405],[-1.079,23.455],[-0.429,21.855],[-3.179,20.805],[-0.429,21.855],[0.521,19.155],[-2.229,18.305]],"c":true}],"e":[{"i":[[-1.404,-0.283],[0.363,1.177],[0,0],[-0.033,-2.767],[-1.233,0.133],[0.18,0.76],[0.343,0.367],[-1.49,-0.333],[0.171,1.177],[0.429,0.283]],"o":[[0.763,-0.89],[0,0],[-1.733,1.867],[1.7,1.5],[0.613,-0.307],[-1.49,-0.333],[0.343,0.367],[0.804,-0.623],[-1.404,-0.283],[0.429,0.283]],"v":[[0.521,2.905],[1.121,-0.195],[-2.929,-1.795],[-5.479,5.155],[-1.079,7.205],[-0.429,5.605],[-3.179,4.555],[-0.429,5.605],[0.521,2.905],[-2.229,2.055]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":17,"s":[{"i":[[-1.404,-0.283],[0.363,1.177],[0,0],[-0.033,-2.767],[-1.233,0.133],[0.18,0.76],[0.343,0.367],[-1.49,-0.333],[0.171,1.177],[0.429,0.283]],"o":[[0.763,-0.89],[0,0],[-1.733,1.867],[1.7,1.5],[0.613,-0.307],[-1.49,-0.333],[0.343,0.367],[0.804,-0.623],[-1.404,-0.283],[0.429,0.283]],"v":[[0.521,2.905],[1.121,-0.195],[-2.929,-1.795],[-5.479,5.155],[-1.079,7.205],[-0.429,5.605],[-3.179,4.555],[-0.429,5.605],[0.521,2.905],[-2.229,2.055]],"c":true}],"e":[{"i":[[-1.404,-0.283],[0.363,1.177],[0,0],[-0.033,-2.767],[-1.233,0.133],[0.18,0.76],[0.343,0.367],[-1.49,-0.333],[0.171,1.177],[0.429,0.283]],"o":[[0.763,-0.89],[0,0],[-1.733,1.867],[1.7,1.5],[0.613,-0.307],[-1.49,-0.333],[0.343,0.367],[0.804,-0.623],[-1.404,-0.283],[0.429,0.283]],"v":[[0.521,19.155],[1.121,16.055],[-2.929,14.455],[-5.479,21.405],[-1.079,23.455],[-0.429,21.855],[-3.179,20.805],[-0.429,21.855],[0.521,19.155],[-2.229,18.305]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":35,"s":[{"i":[[-1.404,-0.283],[0.363,1.177],[0,0],[-0.033,-2.767],[-1.233,0.133],[0.18,0.76],[0.343,0.367],[-1.49,-0.333],[0.171,1.177],[0.429,0.283]],"o":[[0.763,-0.89],[0,0],[-1.733,1.867],[1.7,1.5],[0.613,-0.307],[-1.49,-0.333],[0.343,0.367],[0.804,-0.623],[-1.404,-0.283],[0.429,0.283]],"v":[[0.521,19.155],[1.121,16.055],[-2.929,14.455],[-5.479,21.405],[-1.079,23.455],[-0.429,21.855],[-3.179,20.805],[-0.429,21.855],[0.521,19.155],[-2.229,18.305]],"c":true}],"e":[{"i":[[-1.404,-0.283],[0.363,1.177],[0,0],[-0.033,-2.767],[-1.233,0.133],[0.18,0.76],[0.343,0.367],[-1.49,-0.333],[0.171,1.177],[0.429,0.283]],"o":[[0.763,-0.89],[0,0],[-1.733,1.867],[1.7,1.5],[0.613,-0.307],[-1.49,-0.333],[0.343,0.367],[0.804,-0.623],[-1.404,-0.283],[0.429,0.283]],"v":[[0.521,2.905],[1.121,-0.195],[-2.929,-1.795],[-5.479,5.155],[-1.079,7.205],[-0.429,5.605],[-3.179,4.555],[-0.429,5.605],[0.521,2.905],[-2.229,2.055]],"c":true}]},{"t":52}],"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-52.429,124.255],[156.571,124.255],[156.571,-154.745],[-52.429,-154.745]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-52.429,-154.745],[156.571,-154.745],[156.571,124.255],[-52.429,124.255]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[52.429,154.745],"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":"Group 43","np":6,"cix":2,"ix":45,"mn":"ADBE Vector Group","hd":false},{"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},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[12.9,8.333],[0,0],[-17.7,3.833],[0,0],[1.033,-0.233]],"o":[[0,0],[14,9.3],[0,0],[-1.033,0.267],[-15.867,3.2]],"v":[[-22.225,7.083],[-25.275,14.633],[22.9,5.958],[24.65,-2.841],[21.55,-2.091]],"c":true}],"e":[{"i":[[12.9,8.333],[0,0],[-17.7,3.833],[0,0],[1.033,-0.233]],"o":[[0,0],[14,9.3],[0,0],[-1.033,0.267],[-15.867,3.2]],"v":[[-21.6,-9.792],[-24.65,-2.242],[22.9,5.958],[24.65,-2.841],[21.55,-2.091]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":17,"s":[{"i":[[12.9,8.333],[0,0],[-17.7,3.833],[0,0],[1.033,-0.233]],"o":[[0,0],[14,9.3],[0,0],[-1.033,0.267],[-15.867,3.2]],"v":[[-21.6,-9.792],[-24.65,-2.242],[22.9,5.958],[24.65,-2.841],[21.55,-2.091]],"c":true}],"e":[{"i":[[12.9,8.333],[0,0],[-17.7,3.833],[0,0],[1.033,-0.233]],"o":[[0,0],[14,9.3],[0,0],[-1.033,0.267],[-15.867,3.2]],"v":[[-22.225,7.083],[-25.275,14.633],[22.9,5.958],[24.65,-2.841],[21.55,-2.091]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":35,"s":[{"i":[[12.9,8.333],[0,0],[-17.7,3.833],[0,0],[1.033,-0.233]],"o":[[0,0],[14,9.3],[0,0],[-1.033,0.267],[-15.867,3.2]],"v":[[-22.225,7.083],[-25.275,14.633],[22.9,5.958],[24.65,-2.841],[21.55,-2.091]],"c":true}],"e":[{"i":[[12.9,8.333],[0,0],[-17.7,3.833],[0,0],[1.033,-0.233]],"o":[[0,0],[14,9.3],[0,0],[-1.033,0.267],[-15.867,3.2]],"v":[[-21.6,-9.792],[-24.65,-2.242],[22.9,5.958],[24.65,-2.841],[21.55,-2.091]],"c":true}]},{"t":52}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-81.25,113.708],[127.75,113.708],[127.75,-165.292],[-81.25,-165.292]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-81.25,-165.292],[127.75,-165.292],[127.75,113.708],[-81.25,113.708]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.395999983245,0.779999976065,0.736999990426,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[81.25,165.292],"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":"Group 44","np":4,"cix":2,"ix":46,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[7.5,1.7],[0.456,0.101],[1.609,0.238],[7.596,0.033],[0.285,0],[4.595,-0.433],[3.688,-0.82],[0,-2.4],[-7.5,-1.667],[-4.445,-0.431],[-5.405,0],[-7.23,1.5],[-0.444,0.101],[0,2.4]],"o":[[-0.444,-0.099],[-1.491,-0.295],[-5.971,-0.9],[-0.282,0],[-5.405,0],[-4.445,0.414],[-7.5,1.7],[0,2.4],[3.688,0.836],[4.595,0.433],[10.003,0],[0.456,-0.099],[7.5,-1.667],[0,-2.4]],"v":[[27.2,-6.15],[25.85,-6.45],[21.2,-7.25],[0.85,-8.65],[0,-8.65],[-15,-8],[-27.2,-6.15],[-38.45,0],[-27.2,6.1],[-15,8],[0,8.65],[25.85,6.4],[27.2,6.1],[38.45,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-105.05,30.2],[103.95,30.2],[103.95,-248.8],[-105.05,-248.8]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-105.05,-248.8],[103.95,-248.8],[103.95,30.2],[-105.05,30.2]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.816000007181,0.957000014361,0.941000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[105.05,248.8],"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":"Group 45","np":4,"cix":2,"ix":47,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[40.5,95],[38.4,95]],"c":false},"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":[[63.6,95],[44.3,95]],"c":false},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"st","c":{"a":0,"k":[0.380000005984,0.380000005984,0.380000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":2,"lj":2,"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":"Group 48","np":4,"cix":2,"ix":48,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-4.725,1.225],[-2.375,3.575],[4.725,-3.575]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[136.775,44.725],"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":1,"k":[{"t":78,"s":[0],"h":1},{"t":80,"s":[100],"h":1},{"t":82,"s":[0],"h":1},{"t":84,"s":[100],"h":1},{"t":86,"s":[0],"h":1},{"t":88,"s":[100],"h":1}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 49","np":2,"cix":2,"ix":49,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[172.25,172.55],[185.65,172.55]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.075,0.783999992819,0.709999952129,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":2,"lj":2,"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":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":137,"s":[0],"e":[100]},{"t":150}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 50","np":2,"cix":2,"ix":50,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.333,0.033],[0,0],[0.333,0]],"o":[[0,0],[-0.333,0.033],[-0.333,0]],"v":[[-24.4,-52.2],[-22.4,-52.2],[-23.4,-52.15]],"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":[[-10.2,-52.15],[-7.15,-52.15]],"c":false},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[1.133,0.733],[0.5,0.5],[0,2.5],[-1.767,1.767],[-1.7,0.367],[0,0]],"o":[[-1.4,-0.133],[-0.567,-0.367],[-1.767,-1.767],[0,-2.5],[1.267,-1.267],[0,0],[0,0]],"v":[[-24.4,-52.2],[-28.2,-53.5],[-29.8,-54.8],[-32.45,-61.2],[-29.8,-67.6],[-25.35,-70.05],[-31.8,-70.05]],"c":false},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-34.6,-70.15],[-35.75,-70.15]],"c":false},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[-0.7,0],[-1.767,-1.767],[0,-2.5],[1.767,-1.767],[0.567,-0.367],[1.4,-0.133],[0,0]],"o":[[0.6,-0.133],[2.5,0],[1.767,1.767],[0,2.5],[-0.5,0.5],[-1.133,0.733],[0,0],[0,0]],"v":[[-25.35,-70.05],[-23.4,-70.25],[-17,-67.6],[-14.35,-61.2],[-17,-54.8],[-18.6,-53.5],[-22.4,-52.2],[-12.35,-52.2]],"c":false},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[23.2,63.8],[15.35,63.8]],"c":false},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[15.35,56.4],[23.2,56.4]],"c":false},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[26.6,70.25],[11.95,70.25],[1.6,70.25]],"c":false},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[34.6,70.25],[35.85,70.25]],"c":false},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[-2.3,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,2.3],[0,0],[2.3,0],[0,0],[0,-2.3],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.3,0],[0,0],[0,-2.3],[0,0],[-2.3,0],[0,0],[0,2.3]],"v":[[14.5,63.8],[15.35,63.8],[15.35,56.4],[13.1,56.4],[19.15,50.35],[25.25,56.4],[23.2,56.4],[23.2,63.8],[23.85,63.8],[27.3,60.35],[27.3,49.3],[23.85,45.85],[14.5,45.85],[11.05,49.3],[11.05,60.35]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[20.2,39.85],[25.1,39.85]],"c":false},"ix":2},"nm":"Path 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":11,"ty":"sh","ix":12,"ks":{"a":0,"k":{"i":[[0,-0.8],[0.567,-0.533],[0.8,0],[0.567,0.567],[0,0.8],[-0.533,0.567],[-0.8,0],[-0.533,-0.533]],"o":[[0,0.8],[-0.533,0.567],[-0.8,0],[-0.533,-0.533],[0,-0.8],[0.567,-0.533],[0.8,0],[0.567,0.567]],"v":[[17.75,39.6],[16.9,41.6],[14.9,42.45],[12.85,41.6],[12.05,39.6],[12.85,37.55],[14.9,36.75],[16.9,37.55]],"c":true},"ix":2},"nm":"Path 12","mn":"ADBE Vector Shape - Group","hd":false},{"ind":12,"ty":"sh","ix":13,"ks":{"a":0,"k":{"i":[[0,0],[0,2.433],[0,0],[-2.533,0],[0,0],[0,-2.5],[0,0],[2.367,-0.067],[0,0]],"o":[[-2.367,-0.067],[0,0],[0,-2.5],[0,0],[2.5,0],[0,0],[0,2.433],[0,0],[0,0]],"v":[[11.95,70.25],[8.4,66.5],[8.4,37.85],[12.2,34.1],[26.4,34.1],[30.15,37.85],[30.15,66.5],[26.6,70.25],[32.45,70.25]],"c":false},"ix":2},"nm":"Path 13","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"st","c":{"a":0,"k":[0.380000005984,0.380000005984,0.380000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[159.5,105.85],"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":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":137,"s":[0],"e":[100]},{"t":150}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 51","np":15,"cix":2,"ix":51,"mn":"ADBE Vector Group","hd":false},{"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":[[-4.05,1.325],[-1.7,3.675],[5.4,-3.475],[-1.7,3.675]],"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":[[2.5,0],[0.6,-0.133],[1.267,-1.267],[0,-2.5],[-1.767,-1.767],[-0.567,-0.367],[-1.4,-0.133],[0,0],[-1.133,0.733],[-0.5,0.5],[0,2.5],[1.767,1.767]],"o":[[-0.7,0],[-1.7,0.367],[-1.767,1.767],[0,2.5],[0.5,0.5],[1.133,0.733],[0,0],[1.4,-0.133],[0.567,-0.367],[1.767,-1.767],[0,-2.5],[-1.767,-1.767]],"v":[[0,-9.025],[-1.95,-8.825],[-6.4,-6.375],[-9.05,0.025],[-6.4,6.425],[-4.8,7.725],[-1,9.025],[1,9.025],[4.8,7.725],[6.4,6.425],[9.05,0.025],[6.4,-6.375]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-136.1,234.375],[72.9,234.375],[72.9,-44.625],[-136.1,-44.625]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-136.1,-44.625],[72.9,-44.625],[72.9,234.375],[-136.1,234.375]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.075,0.783999992819,0.709999952129,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[136.1,44.625],"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":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[0],"e":[100]},{"t":78}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 52","np":6,"cix":2,"ix":52,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.8,0],[0.567,-0.533],[0,-0.8],[-0.533,-0.533],[-0.8,0],[-0.533,0.567],[0,0.8],[0.567,0.567]],"o":[[-0.8,0],[-0.533,0.567],[0,0.8],[0.567,0.567],[0.8,0],[0.567,-0.533],[0,-0.8],[-0.533,-0.533]],"v":[[12.025,27.725],[9.975,28.525],[9.175,30.575],[9.975,32.575],[12.025,33.425],[14.025,32.575],[14.875,30.575],[14.025,28.525]],"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],[0,0],[0,0],[0,2.3],[0,0],[2.3,0],[0,0],[0,-2.3],[0,0],[-2.3,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[2.3,0],[0,0],[0,-2.3],[0,0],[-2.3,0],[0,0],[0,2.3],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[22.375,47.375],[20.325,47.375],[20.325,54.775],[20.975,54.775],[24.425,51.325],[24.425,40.275],[20.975,36.825],[11.625,36.825],[8.175,40.275],[8.175,51.325],[11.625,54.775],[12.475,54.775],[12.475,47.375],[10.225,47.375],[16.275,41.325]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[20.325,47.375],[22.375,47.375],[16.275,41.325],[10.225,47.375],[12.475,47.375]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[20.325,47.375],[12.475,47.375],[12.475,54.775],[20.325,54.775]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[9.875,57.675],[23.275,57.675]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[2.3,0],[0,0],[0,0],[0,0],[0,2.3],[0,0],[-2.3,0],[0,0],[0,-2.3],[0,0]],"o":[[0,0],[0,0],[0,0],[-2.3,0],[0,0],[0,-2.3],[0,0],[2.3,0],[0,0],[0,2.3]],"v":[[20.975,54.775],[20.325,54.775],[12.475,54.775],[11.625,54.775],[8.175,51.325],[8.175,40.275],[11.625,36.825],[20.975,36.825],[24.425,40.275],[24.425,51.325]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[17.325,30.825],[22.225,30.825]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[-0.533,0.567],[-0.8,0],[-0.533,-0.533],[0,-0.8],[0.567,-0.533],[0.8,0],[0.567,0.567],[0,0.8]],"o":[[0.567,-0.533],[0.8,0],[0.567,0.567],[0,0.8],[-0.533,0.567],[-0.8,0],[-0.533,-0.533],[0,-0.8]],"v":[[9.975,28.525],[12.025,27.725],[14.025,28.525],[14.875,30.575],[14.025,32.575],[12.025,33.425],[9.975,32.575],[9.175,30.575]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0,0],[0,-2.5],[0,0],[-2.367,-0.067],[0,0],[0,2.433],[0,0],[2.5,0]],"o":[[-2.533,0],[0,0],[0,2.433],[0,0],[2.367,-0.067],[0,0],[0,-2.5],[0,0]],"v":[[9.325,25.075],[5.525,28.825],[5.525,57.475],[9.075,61.225],[23.725,61.225],[27.275,57.475],[27.275,28.825],[23.525,25.075]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[-0.333,0.033],[0,0],[-0.333,0]],"o":[[0,0],[0.333,0.033],[0.333,0]],"v":[[-25.275,-61.225],[-27.275,-61.225],[-26.275,-61.175]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-162.375,164.125],[46.625,164.125],[46.625,-114.875],[-162.375,-114.875]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-162.375,-114.875],[46.625,-114.875],[46.625,164.125],[-162.375,164.125]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[162.375,114.875],"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":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":137,"s":[0],"e":[100]},{"t":150}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 53","np":14,"cix":2,"ix":53,"mn":"ADBE Vector Group","hd":false},{"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":[[-4.375,-5.8],[-6.275,-5.8],[-6.275,-3.9],[-4.375,-3.9]],"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]],"o":[[0,0]],"v":[[-4.375,-3.9]],"c":false},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-3.625,-3.9],[-1.725,-3.9],[-1.725,-5.8],[-3.625,-5.8]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0.5],[0,0],[0,0],[0,0],[0,0],[-0.633,-0.433],[-0.8,0],[0,0],[-0.433,0.433],[-0.133,-0.1],[0,0],[0,0],[0,0],[-0.333,0.033],[-0.867,0.533],[-0.8,0.267],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.733,-0.133],[0.133,0.1],[0.033,0.2],[0,0],[0,0],[-0.033,-0.133],[0,-0.133],[0,0],[1.067,0]],"o":[[-1.1,0],[0,0],[0,0],[0,0],[0,0],[0,0.767],[0.567,0.367],[0,0],[1.1,0],[0.067,0.1],[0,0],[0,0],[0,0],[0.6,-0.033],[1.067,-0.3],[0.767,-0.533],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.233,0.567],[-0.3,-0.067],[-0.2,-0.3],[0,0],[0,0],[0.033,0.133],[0.033,0.067],[0,0],[0,0.533],[0,0]],"v":[[-6.375,0.05],[-8.025,-0.7],[-7.775,-1.8],[-9.975,-2.15],[-10.275,-0.7],[-10.275,-0.15],[-9.325,1.65],[-7.275,2.2],[-0.375,2.2],[1.925,1.55],[2.225,1.85],[2.225,2.2],[3.525,2.2],[3.925,2.2],[5.325,2.1],[8.225,0.85],[10.575,-0.35],[10.575,-2.35],[3.625,-4.05],[2.975,-1.75],[4.975,-1.2],[5.125,-1.65],[7.825,-1],[3.375,0.05],[2.725,-0.2],[2.375,-0.95],[2.225,-2.15],[0.075,-1.8],[0.175,-1.4],[0.225,-1.1],[0.275,-0.75],[-1.325,0.05]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.625,-6.65],[5.725,-6.65],[5.725,-4.75],[7.625,-4.75]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,-0.133],[0.333,0],[0,0],[0,0],[0,0],[-0.567,0.333],[0,0.6],[0.033,0.2],[0.033,0.133]],"o":[[0,0],[0,0],[1.3,2.133],[0,0.267],[0,0],[0,0],[0,0],[0.767,0],[0.633,-0.6],[0,-0.133],[-0.067,-0.2],[0,0]],"v":[[19.425,-2.6],[17.975,-4.9],[16.125,-3.75],[18.075,-0.35],[17.575,0.05],[14.275,0.05],[14.275,2.2],[17.325,2.2],[19.325,1.7],[20.275,-0.1],[20.225,-0.6],[20.075,-1.1]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[13.725,-6.7],[11.625,-6.7],[11.625,2.2],[13.725,2.2]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0.333,1.067],[0,0],[0,-0.2],[0.467,-0.1],[0.133,0.133],[0.333,0.733],[0,0],[0,0],[0,0],[0,0],[0.933,-0.633],[0,0],[0,0],[0,0],[0,0.967],[0,0],[0,0],[-0.433,0.333],[0,0.767]],"o":[[0,0],[0.2,0.867],[0,0.333],[-0.567,-0.033],[-0.133,-0.133],[0,0],[0,0],[0,0],[0,0],[0,0.633],[0,0],[0,0],[0,0],[1.167,-0.8],[0,0],[0,0],[0.667,-0.033],[0.567,-0.4],[0,-0.6]],"v":[[29.425,-2.6],[27.475,-2.2],[27.775,-0.6],[27.075,0.05],[26.025,-0.2],[25.325,-1.5],[23.325,-0.8],[23.875,0.4],[24.125,1.4],[24.125,1.7],[22.725,3.6],[20.425,4.7],[21.375,6.55],[24.375,4.95],[26.125,2.3],[26.125,2.2],[27.425,2.2],[29.075,1.65],[29.925,-0.1]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[28.225,4.2],[26.375,4.2],[26.375,6.05],[28.225,6.05]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[29.475,6.6],[27.625,6.6],[27.625,8.45],[29.425,8.45]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[30.675,4.2],[28.825,4.2],[28.825,6.05],[30.675,6.05]],"c":true},"ix":2},"nm":"Path 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":11,"ty":"sh","ix":12,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-0.633,0.5],[-0.1,-0.1],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.033,0],[-0.167,0.367],[-0.6,0],[-0.4,0.5],[-0.933,0],[-0.7,0.367],[0,0.733],[0.333,1.333],[0,0],[0,0],[0.167,-0.067],[0,0],[0,0],[0.067,0.233],[0,0],[0,0],[0,0],[0.233,0],[0.167,0.533],[0,0],[0,0.2],[0,0],[0,-0.2],[0.433,-0.1],[0.033,0.033],[0.233,0.467],[0,0],[0,0],[0,0],[0,-0.2],[1.167,0]],"o":[[0,0],[0,0],[1,0],[0.1,0.1],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.033,-0.033],[0.6,-0.167],[0.6,0.6],[0.633,0],[0.267,0.5],[0.667,0],[0.7,-0.467],[0,-0.333],[0,0],[0,0],[-0.067,0.267],[0,0],[0,0],[-0.467,0],[0,0],[0,0],[0,0],[-0.267,0.5],[-0.333,0],[0,0],[-0.067,-0.133],[0,0],[0.133,0.4],[0,0.333],[-0.067,0],[-0.167,-0.1],[0,0],[0,0],[0,0],[0.567,0.9],[0,0.333],[0,0]],"v":[[-30.675,0.05],[-30.675,2.2],[-27.775,2.2],[-25.325,1.45],[-25.025,1.75],[-25.025,2.2],[-24.625,2.2],[-23.925,2.2],[-23.375,2.2],[-23.275,2.2],[-23.275,2.15],[-23.175,2.1],[-22.025,1.3],[-20.225,2.2],[-18.675,1.45],[-16.875,2.2],[-14.825,1.65],[-13.775,-0.15],[-14.275,-2.65],[-16.325,-2.2],[-15.875,-0.55],[-16.225,-0.05],[-16.575,0.05],[-16.925,0.05],[-17.725,-0.3],[-17.525,-1.6],[-19.525,-1.95],[-19.725,-0.7],[-20.475,0.05],[-21.225,-0.75],[-21.375,-1.45],[-21.475,-1.95],[-23.525,-1.55],[-23.325,-0.65],[-23.975,0],[-24.125,-0.05],[-24.725,-0.9],[-26.975,-4.9],[-28.775,-3.75],[-27.675,-2],[-26.825,-0.35],[-28.575,0.15]],"c":true},"ix":2},"nm":"Path 12","mn":"ADBE Vector Shape - Group","hd":false},{"ind":12,"ty":"sh","ix":13,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-21.525,-4],[-19.575,-4],[-19.575,-5.9],[-21.525,-5.9]],"c":true},"ix":2},"nm":"Path 13","mn":"ADBE Vector Shape - Group","hd":false},{"ind":13,"ty":"sh","ix":14,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-16.925,-5.9],[-18.825,-5.9],[-18.825,-4],[-16.925,-4]],"c":true},"ix":2},"nm":"Path 14","mn":"ADBE Vector Shape - Group","hd":false},{"ind":14,"ty":"sh","ix":15,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-18.275,-8.45],[-20.175,-8.45],[-20.175,-6.6],[-18.275,-6.6]],"c":true},"ix":2},"nm":"Path 15","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-90.825,233.75],[118.175,233.75],[118.175,-45.25],[-90.825,-45.25]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-90.825,-45.25],[118.175,-45.25],[118.175,233.75],[-90.825,233.75]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.380000005984,0.380000005984,0.380000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[90.825,45.25],"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":1,"k":[{"t":82,"s":[0],"h":1},{"t":84,"s":[100],"h":1},{"t":86,"s":[0],"h":1},{"t":88,"s":[0],"h":1},{"t":90,"s":[100],"h":1},{"t":92,"s":[0],"h":1},{"t":94,"s":[100],"h":1},{"t":96,"s":[0],"h":1},{"t":98,"s":[100],"h":1},{"t":100,"s":[0],"h":1},{"t":102,"s":[0],"h":1},{"t":104,"s":[100],"h":1},{"t":106,"s":[0],"h":1},{"t":108,"s":[100],"h":1}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 54","np":19,"cix":2,"ix":54,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.5,0.933],[-0.167,0.1],[-0.333,0],[-0.267,-0.3],[-0.233,-0.5],[-0.733,0],[-0.5,0.967],[-0.1,0.133],[-0.333,0],[-0.267,-0.3],[-0.233,-0.5],[-0.733,0],[-0.533,0.933],[-0.1,0.133],[-0.367,0],[-0.267,-0.333],[-0.267,-0.5],[-0.7,0],[-0.533,0.933],[-0.1,0.167],[-0.333,-0.033],[-0.267,-0.3],[-0.267,-0.533],[-0.667,0]],"o":[[0.733,0],[0.267,-0.533],[0.267,-0.3],[0.367,0],[0.133,0.167],[0.5,0.967],[0.733,0.033],[0.333,-0.5],[0.267,-0.3],[0.367,0],[0.133,0.167],[0.5,0.967],[0.733,0],[0.3,-0.5],[0.267,-0.3],[0.333,0],[0.133,0.133],[0.5,0.967],[0.733,0],[0.3,-0.5],[0.3,-0.3],[0.333,0],[0.133,0.133],[0.533,0.967],[0,0]],"v":[[45,90.15],[46.85,88.75],[47.5,87.8],[48.4,87.35],[49.35,87.8],[49.9,88.8],[51.75,90.25],[53.6,88.85],[54.25,87.9],[55.15,87.45],[56.1,87.9],[56.65,88.9],[58.5,90.35],[60.4,88.95],[61,88],[61.95,87.55],[62.85,88.05],[63.45,89],[65.25,90.45],[67.15,89.05],[67.75,88.05],[68.7,87.65],[69.6,88.1],[70.2,89.1],[72,90.55]],"c":false},"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.5,0.933],[-0.167,0.1],[-0.333,0],[-0.267,-0.3],[-0.233,-0.5],[-0.733,0],[-0.5,0.967],[-0.1,0.133],[-0.333,0],[-0.267,-0.3],[-0.233,-0.5],[-0.733,0],[-0.533,0.933],[-0.1,0.133],[-0.367,0],[-0.267,-0.333],[-0.267,-0.5],[-0.7,0],[-0.533,0.933],[-0.1,0.167],[-0.333,-0.033],[-0.267,-0.3],[-0.267,-0.533],[-0.667,0]],"o":[[0.733,0],[0.267,-0.533],[0.267,-0.3],[0.367,0],[0.133,0.167],[0.5,0.967],[0.733,0.033],[0.333,-0.5],[0.267,-0.3],[0.367,0],[0.133,0.167],[0.5,0.967],[0.733,0],[0.3,-0.5],[0.267,-0.3],[0.333,0],[0.133,0.133],[0.5,0.967],[0.733,0],[0.3,-0.5],[0.3,-0.3],[0.333,0],[0.133,0.133],[0.533,0.967],[0,0]],"v":[[-36,76.65],[-34.15,75.25],[-33.5,74.3],[-32.6,73.85],[-31.65,74.3],[-31.1,75.3],[-29.25,76.75],[-27.4,75.35],[-26.75,74.4],[-25.85,73.95],[-24.9,74.4],[-24.35,75.4],[-22.5,76.85],[-20.6,75.45],[-20,74.5],[-19.05,74.05],[-18.15,74.55],[-17.55,75.5],[-15.75,76.95],[-13.85,75.55],[-13.25,74.55],[-12.3,74.15],[-11.4,74.6],[-10.8,75.6],[-9,77.05]],"c":false},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[-0.5,0.933],[-0.167,0.1],[-0.333,0],[-0.267,-0.3],[-0.233,-0.5],[-0.733,0],[-0.5,0.967],[-0.1,0.133],[-0.333,0],[-0.267,-0.3],[-0.233,-0.5],[-0.733,0],[-0.533,0.933],[-0.1,0.133],[-0.367,0],[-0.267,-0.333],[-0.267,-0.5],[-0.7,0],[-0.533,0.933],[-0.1,0.167],[-0.333,-0.033],[-0.267,-0.3],[-0.267,-0.533],[-0.667,0]],"o":[[0.733,0],[0.267,-0.533],[0.267,-0.3],[0.367,0],[0.133,0.167],[0.5,0.967],[0.733,0.033],[0.333,-0.5],[0.267,-0.3],[0.367,0],[0.133,0.167],[0.5,0.967],[0.733,0],[0.3,-0.5],[0.267,-0.3],[0.333,0],[0.133,0.133],[0.5,0.967],[0.733,0],[0.3,-0.5],[0.3,-0.3],[0.333,0],[0.133,0.133],[0.533,0.967],[0,0]],"v":[[-72,-87.75],[-70.15,-89.15],[-69.5,-90.1],[-68.6,-90.55],[-67.65,-90.1],[-67.1,-89.1],[-65.25,-87.65],[-63.4,-89.05],[-62.75,-90],[-61.85,-90.45],[-60.9,-90],[-60.35,-89],[-58.5,-87.55],[-56.6,-88.95],[-56,-89.9],[-55.05,-90.35],[-54.15,-89.85],[-53.55,-88.9],[-51.75,-87.45],[-49.85,-88.85],[-49.25,-89.85],[-48.3,-90.25],[-47.4,-89.8],[-46.8,-88.8],[-45,-87.35]],"c":false},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[-0.5,0.933],[-0.167,0.1],[-0.333,0],[-0.267,-0.3],[-0.233,-0.5],[-0.733,0],[-0.5,0.967],[-0.1,0.133],[-0.333,0],[-0.267,-0.3],[-0.233,-0.5],[-0.733,0],[-0.533,0.933],[-0.1,0.133],[-0.367,0],[-0.267,-0.333],[-0.267,-0.5],[-0.7,0],[-0.533,0.933],[-0.1,0.167],[-0.333,-0.033],[-0.267,-0.3],[-0.267,-0.533],[-0.667,0]],"o":[[0.733,0],[0.267,-0.533],[0.267,-0.3],[0.367,0],[0.133,0.167],[0.5,0.967],[0.733,0.033],[0.333,-0.5],[0.267,-0.3],[0.367,0],[0.133,0.167],[0.5,0.967],[0.733,0],[0.3,-0.5],[0.267,-0.3],[0.333,0],[0.133,0.133],[0.5,0.967],[0.733,0],[0.3,-0.5],[0.3,-0.3],[0.333,0],[0.133,0.133],[0.533,0.967],[0,0]],"v":[[36,-23.85],[37.85,-25.25],[38.5,-26.2],[39.4,-26.65],[40.35,-26.2],[40.9,-25.2],[42.75,-23.75],[44.6,-25.15],[45.25,-26.1],[46.15,-26.55],[47.1,-26.1],[47.65,-25.1],[49.5,-23.65],[51.4,-25.05],[52,-26],[52.95,-26.45],[53.85,-25.95],[54.45,-25],[56.25,-23.55],[58.15,-24.95],[58.75,-25.95],[59.7,-26.35],[60.6,-25.9],[61.2,-24.9],[63,-23.45]],"c":false},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"st","c":{"a":0,"k":[0.075,0.783999992819,0.709999952129,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[116.1,119.95],"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":"Group 55","np":6,"cix":2,"ix":55,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":157,"s":[{"i":[[-0.001,-0.003],[-0.003,-0.001],[-0.003,0.001],[-0.001,0.002],[-0.002,0.004],[0.001,0.003],[0.002,0.001],[0.003,-0.001],[0.001,-0.003],[0.002,-0.005]],"o":[[0.001,0.003],[0.002,0.001],[0.003,-0.001],[0.002,-0.005],[0.001,-0.003],[-0.001,-0.003],[-0.003,-0.001],[-0.003,0.001],[-0.002,0.004],[-0.001,0.002]],"v":[[49.982,-24.647],[49.987,-24.641],[49.994,-24.64],[50,-24.645],[50.005,-24.657],[50.006,-24.666],[50.001,-24.672],[49.994,-24.672],[49.988,-24.667],[49.982,-24.654]],"c":true}],"e":[{"i":[[0.061,0.128],[0.14,0.066],[0.128,-0.028],[0.066,-0.107],[0.1,-0.183],[-0.028,-0.128],[-0.107,-0.066],[-0.129,0.061],[-0.066,0.14],[-0.1,0.217]],"o":[[-0.027,-0.134],[-0.105,-0.061],[-0.134,0.06],[-0.1,0.217],[-0.061,0.138],[0.06,0.134],[0.138,0.061],[0.134,-0.027],[0.1,-0.183],[0.061,-0.105]],"v":[[49.92,-24.261],[49.67,-24.561],[49.32,-24.611],[49.02,-24.361],[48.719,-23.761],[48.67,-23.361],[48.92,-23.061],[49.32,-23.061],[49.62,-23.311],[49.92,-23.911]],"c":true}]},{"t":158}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":158,"s":[{"i":[[0.002,0],[0.001,0.002],[0.006,0.013],[0,0.002],[-0.001,0.001],[-0.001,-0.001],[-0.001,-0.002],[-0.005,-0.013],[0.001,-0.002],[0.001,-0.001]],"o":[[-0.001,-0.001],[-0.005,-0.013],[-0.001,-0.002],[0.001,-0.002],[0.001,-0.001],[0.002,0],[0.006,0.013],[0.001,0.002],[0,0.002],[-0.001,0.001]],"v":[[48.715,-22.43],[48.711,-22.434],[48.695,-22.474],[48.695,-22.48],[48.697,-22.484],[48.701,-22.485],[48.704,-22.482],[48.72,-22.442],[48.721,-22.436],[48.719,-22.431]],"c":true}],"e":[{"i":[[0.148,-0.019],[0.085,-0.117],[0.517,-0.867],[-0.019,-0.114],[-0.117,-0.051],[-0.115,0.052],[-0.051,0.116],[-0.483,0.867],[0.052,0.148],[0.117,0.085]],"o":[[-0.115,0.05],[-0.483,0.867],[-0.053,0.119],[0.05,0.149],[0.119,0.086],[0.149,-0.017],[0.517,-0.867],[0.086,-0.119],[-0.016,-0.115],[-0.118,-0.053]],"v":[[48.07,-22.411],[47.77,-22.161],[46.27,-19.561],[46.219,-19.211],[46.469,-18.911],[46.82,-18.861],[47.12,-19.061],[48.62,-21.661],[48.67,-22.061],[48.469,-22.361]],"c":true}]},{"t":159}],"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":159,"s":[{"i":[[-0.01,-0.035],[0.001,-0.006],[0.002,-0.003],[0.003,0.001],[0.002,0.005],[0.011,0.032],[-0.001,0.005],[-0.002,0.002],[-0.003,-0.001],[-0.001,-0.005]],"o":[[0.002,0.005],[0,0.005],[-0.002,0.002],[-0.002,-0.002],[-0.01,-0.034],[-0.001,-0.005],[0.001,-0.006],[0.003,-0.004],[0.003,0.001],[0.011,0.033]],"v":[[46.119,-18.061],[46.12,-18.045],[46.117,-18.033],[46.109,-18.031],[46.103,-18.041],[46.071,-18.14],[46.07,-18.156],[46.074,-18.168],[46.082,-18.172],[46.088,-18.162]],"c":true}],"e":[{"i":[[-0.517,0.875],[0.052,0.149],[0.118,0.086],[0.15,-0.019],[0.086,-0.118],[0.55,-0.808],[-0.027,-0.134],[-0.102,-0.062],[-0.134,0.027],[-0.062,0.135]],"o":[[0.085,-0.117],[-0.015,-0.114],[-0.117,-0.052],[-0.114,0.049],[-0.517,0.858],[-0.06,0.133],[0.032,0.138],[0.133,0.094],[0.138,-0.032],[0.55,-0.825]],"v":[[46.02,-17.261],[46.07,-17.661],[45.87,-17.961],[45.469,-18.011],[45.17,-17.761],[43.57,-15.261],[43.52,-14.861],[43.719,-14.561],[44.12,-14.461],[44.42,-14.711]],"c":true}]},{"t":160}],"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":160,"s":[{"i":[[0,0],[0,0.002],[0,0.012],[0,0.002],[0,0.001],[0,0],[0,-0.001],[0,-0.012],[0,-0.002],[0,-0.001]],"o":[[0,0],[0,-0.012],[0,-0.001],[0,-0.002],[0,-0.001],[0,0],[0,0.012],[0,0.002],[0,0.002],[0,0.001]],"v":[[43.445,-13.736],[43.445,-13.74],[43.446,-13.777],[43.446,-13.782],[43.446,-13.787],[43.446,-13.788],[43.446,-13.785],[43.445,-13.748],[43.445,-13.742],[43.445,-13.738]],"c":true}],"e":[{"i":[[-0.135,0.027],[-0.063,0.135],[-0.517,0.85],[0.027,0.134],[0.135,0.095],[0.134,-0.027],[0.095,-0.102],[0.583,-0.817],[-0.027,-0.135],[-0.102,-0.063]],"o":[[0.137,-0.031],[0.583,-0.817],[0.094,-0.1],[-0.032,-0.138],[-0.099,-0.061],[-0.138,0.032],[-0.517,0.85],[-0.06,0.132],[0.031,0.137],[0.131,0.094]],"v":[[41.37,-10.261],[41.67,-10.511],[43.32,-13.011],[43.42,-13.361],[43.17,-13.711],[42.82,-13.761],[42.469,-13.561],[40.82,-11.061],[40.77,-10.661],[40.969,-10.361]],"c":true}]},{"t":161}],"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":161,"s":[{"i":[[-0.013,0.007],[0.001,0.001],[0.003,0.001],[0.003,0],[0.002,-0.001],[0.013,-0.006],[0,-0.001],[-0.003,-0.001],[-0.003,0],[-0.002,0.001]],"o":[[0.002,-0.001],[-0.001,-0.001],[-0.002,0],[-0.003,0],[-0.013,0.007],[-0.002,0.001],[0.001,0.001],[0.003,0.001],[0.004,0],[0.014,-0.006]],"v":[[40.694,-9.632],[40.696,-9.635],[40.69,-9.637],[40.682,-9.638],[40.674,-9.636],[40.635,-9.617],[40.632,-9.615],[40.637,-9.612],[40.645,-9.611],[40.654,-9.613]],"c":true}],"e":[{"i":[[-0.558,0.858],[0.027,0.135],[0.136,0.096],[0.135,-0.027],[0.096,-0.102],[0.558,-0.792],[-0.018,-0.12],[-0.111,-0.081],[-0.12,0.018],[-0.081,0.111]],"o":[[0.093,-0.098],[-0.031,-0.137],[-0.098,-0.06],[-0.137,0.031],[-0.542,0.842],[-0.085,0.114],[0.022,0.153],[0.114,0.085],[0.152,-0.022],[0.575,-0.808]],"v":[[40.57,-8.861],[40.67,-9.211],[40.42,-9.561],[40.07,-9.611],[39.719,-9.411],[38.07,-6.961],[37.969,-6.611],[38.17,-6.261],[38.52,-6.161],[38.87,-6.361]],"c":true}]},{"t":162}],"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":162,"s":[{"i":[[-0.001,-0.001],[-0.002,0],[-0.001,0.001],[-0.007,0.007],[0,0.001],[0.001,0.001],[0.001,0],[0.001,-0.001],[0.007,-0.008],[0,-0.001]],"o":[[0.001,0.001],[0.001,0],[0.007,-0.008],[0.001,-0.001],[0,-0.001],[-0.001,-0.001],[-0.002,0],[-0.007,0.007],[-0.001,0.001],[0,0.001]],"v":[[37.79,-5.58],[37.794,-5.579],[37.798,-5.581],[37.818,-5.603],[37.819,-5.607],[37.817,-5.61],[37.813,-5.611],[37.809,-5.609],[37.789,-5.587],[37.788,-5.583]],"c":true}],"e":[{"i":[[0.112,0.082],[0.154,-0.018],[0.082,-0.112],[0.6,-0.767],[-0.017,-0.13],[-0.113,-0.091],[-0.13,0.018],[-0.091,0.113],[-0.6,0.8],[0.018,0.154]],"o":[[-0.112,-0.085],[-0.118,0.021],[-0.6,0.8],[-0.084,0.103],[0.021,0.142],[0.103,0.084],[0.142,-0.021],[0.6,-0.767],[0.085,-0.113],[-0.021,-0.118]],"v":[[37.57,-5.461],[37.17,-5.561],[36.87,-5.361],[35.07,-3.011],[34.969,-2.661],[35.17,-2.311],[35.52,-2.211],[35.87,-2.411],[37.67,-4.761],[37.77,-5.161]],"c":true}]},{"t":163}],"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":163,"s":[{"i":[[0.001,-0.001],[0.001,0],[0.001,0.001],[0.006,0.01],[0,0.002],[-0.001,0.001],[-0.001,0],[-0.001,-0.002],[-0.006,-0.011],[0,-0.002]],"o":[[-0.001,0.001],[-0.001,0],[-0.006,-0.01],[-0.001,-0.002],[0,-0.002],[0.001,-0.001],[0.001,0],[0.007,0.01],[0.001,0.001],[0,0.002]],"v":[[34.784,-1.631],[34.781,-1.629],[34.777,-1.632],[34.758,-1.662],[34.757,-1.667],[34.759,-1.671],[34.763,-1.673],[34.766,-1.671],[34.785,-1.64],[34.786,-1.635]],"c":true}],"e":[{"i":[[0.113,0.091],[0.131,-0.018],[0.091,-0.113],[0.642,-0.742],[-0.009,-0.14],[-0.088,-0.067],[-0.14,0.009],[-0.068,0.122],[-0.642,0.808],[0.017,0.131]],"o":[[-0.102,-0.084],[-0.142,0.021],[-0.625,0.792],[-0.075,0.127],[0.012,0.133],[0.126,0.109],[0.132,-0.012],[0.658,-0.758],[0.084,-0.103],[-0.021,-0.142]],"v":[[34.57,-1.511],[34.219,-1.611],[33.87,-1.411],[31.969,0.889],[31.87,1.289],[32.02,1.589],[32.42,1.739],[32.719,1.539],[34.67,-0.811],[34.77,-1.161]],"c":true}]},{"t":164}],"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":163,"s":[{"i":[[-0.003,0],[-0.002,-0.003],[-0.012,-0.024],[0,-0.004],[0.002,-0.003],[0.002,0],[0.001,0.004],[0.012,0.026],[0,0.005],[-0.002,0.004]],"o":[[0.002,0],[0.012,0.026],[0.001,0.004],[0,0.005],[-0.002,0.004],[-0.003,0],[-0.012,-0.024],[-0.002,-0.003],[0,-0.004],[0.002,-0.002]],"v":[[31.588,2.281],[31.594,2.286],[31.63,2.361],[31.632,2.372],[31.629,2.384],[31.623,2.389],[31.617,2.382],[31.58,2.308],[31.578,2.296],[31.581,2.285]],"c":true}],"e":[{"i":[[0.15,-0.008],[0.111,-0.089],[0.683,-0.717],[-0.008,-0.118],[-0.089,-0.078],[-0.118,0.008],[-0.078,0.123],[-0.65,0.783],[0.008,0.15],[0.122,0.11]],"o":[[-0.123,0.011],[-0.65,0.783],[-0.074,0.116],[0.011,0.155],[0.116,0.108],[0.155,-0.011],[0.683,-0.717],[0.108,-0.084],[-0.011,-0.123],[-0.083,-0.075]],"v":[[31.02,2.289],[30.67,2.439],[28.67,4.689],[28.57,5.039],[28.719,5.389],[29.07,5.539],[29.42,5.339],[31.42,3.089],[31.57,2.739],[31.37,2.389]],"c":true}]},{"t":164}],"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":164,"s":[{"i":[[0.001,0.001],[0.002,0],[0.001,-0.001],[0.009,-0.006],[0,-0.001],[-0.001,-0.001],[-0.002,0],[-0.001,0.001],[-0.008,0.006],[0,0.001]],"o":[[-0.001,-0.001],[-0.002,0],[-0.008,0.006],[-0.001,0.001],[0,0.001],[0.001,0.001],[0.002,0],[0.009,-0.006],[0.001,-0.001],[0,-0.001]],"v":[[28.168,5.99],[28.164,5.989],[28.159,5.99],[28.134,6.007],[28.132,6.01],[28.134,6.013],[28.138,6.014],[28.142,6.013],[28.168,5.996],[28.17,5.993]],"c":true}],"e":[{"i":[[0.098,0.096],[0.135,0.001],[0.096,-0.098],[0.733,-0.7],[0.002,-0.138],[-0.099,-0.098],[-0.138,-0.002],[-0.098,0.099],[-0.7,0.733],[-0.001,0.135]],"o":[[-0.098,-0.099],[-0.138,0.002],[-0.7,0.733],[-0.098,0.096],[0.001,0.135],[0.096,0.098],[0.135,-0.001],[0.733,-0.7],[0.099,-0.098],[-0.002,-0.138]],"v":[[28.02,6.139],[27.67,5.989],[27.32,6.139],[25.17,8.289],[25.02,8.639],[25.17,8.989],[25.52,9.139],[25.87,8.989],[28.02,6.839],[28.17,6.489]],"c":true}]},{"t":165}],"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":167,"s":[{"i":[[0.004,-0.001],[0.004,0.001],[0.024,0.009],[0.001,0.002],[-0.001,0.002],[-0.003,0],[-0.003,-0.002],[-0.024,-0.011],[-0.001,-0.003],[0.003,-0.002]],"o":[[-0.004,0],[-0.024,-0.011],[-0.003,-0.002],[-0.001,-0.003],[0.002,-0.002],[0.004,-0.001],[0.024,0.009],[0.004,0.001],[0.001,0.002],[-0.002,0.002]],"v":[[16.535,15.812],[16.523,15.811],[16.452,15.781],[16.445,15.776],[16.446,15.769],[16.455,15.765],[16.466,15.766],[16.539,15.795],[16.546,15.801],[16.543,15.808]],"c":true}],"e":[{"i":[[0.138,0.031],[0.133,-0.06],[0.858,-0.484],[0.05,-0.115],[-0.053,-0.118],[-0.115,-0.016],[-0.119,0.086],[-0.858,0.584],[-0.032,0.138],[0.094,0.132]],"o":[[-0.134,-0.027],[-0.842,0.583],[-0.117,0.085],[-0.019,0.148],[0.085,0.117],[0.148,0.052],[0.875,-0.483],[0.135,-0.062],[0.027,-0.134],[-0.062,-0.102]],"v":[[16.12,15.839],[15.719,15.889],[13.17,17.489],[12.92,17.789],[12.97,18.189],[13.27,18.389],[13.67,18.339],[16.27,16.739],[16.52,16.439],[16.42,16.039]],"c":true}]},{"t":168}],"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":165,"s":[{"i":[[0.001,-0.001],[0.001,0],[0.001,0],[0.005,0.003],[0,0.001],[0,0.001],[-0.001,0],[-0.001,-0.001],[-0.005,-0.004],[0,-0.001]],"o":[[0,0.001],[-0.001,0],[-0.005,-0.004],[-0.001,-0.001],[0,-0.001],[0.001,-0.001],[0.001,0],[0.005,0.003],[0.001,0],[0,0.001]],"v":[[24.527,9.53],[24.524,9.531],[24.522,9.53],[24.508,9.519],[24.507,9.517],[24.508,9.515],[24.51,9.514],[24.512,9.515],[24.526,9.526],[24.527,9.528]],"c":true}],"e":[{"i":[[0.108,0.116],[0.155,0.01],[0.116,-0.075],[0.783,-0.617],[0.012,-0.132],[-0.076,-0.093],[-0.133,-0.012],[-0.093,0.109],[-0.75,0.717],[-0.011,0.155]],"o":[[-0.078,-0.09],[-0.117,-0.008],[-0.75,0.716],[-0.088,0.101],[-0.009,0.14],[0.101,0.122],[0.14,0.009],[0.783,-0.617],[0.123,-0.078],[0.008,-0.118]],"v":[[24.37,9.689],[24.02,9.539],[23.67,9.639],[21.37,11.639],[21.219,11.989],[21.32,12.339],[21.67,12.539],[22.02,12.389],[24.32,10.389],[24.52,10.039]],"c":true}]},{"t":166}],"ix":2},"nm":"Path 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":11,"ty":"sh","ix":12,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":166,"s":[{"i":[[0.003,0.001],[0.002,-0.004],[0.016,-0.027],[0,-0.005],[-0.002,-0.005],[-0.002,-0.001],[-0.002,0.004],[-0.016,0.028],[0,0.006],[0.002,0.005]],"o":[[-0.003,-0.001],[-0.016,0.028],[-0.002,0.004],[0,0.007],[0.002,0.005],[0.003,0.001],[0.016,-0.027],[0.002,-0.004],[0,-0.006],[-0.002,-0.005]],"v":[[20.628,12.823],[20.621,12.827],[20.574,12.91],[20.57,12.924],[20.572,12.942],[20.578,12.951],[20.586,12.946],[20.633,12.863],[20.637,12.847],[20.635,12.832]],"c":true}],"e":[{"i":[[0.142,0.02],[0.103,-0.084],[0.8,-0.6],[0.021,-0.118],[-0.085,-0.112],[-0.118,-0.021],[-0.112,0.084],[-0.8,0.633],[-0.021,0.142],[0.084,0.102]],"o":[[-0.131,-0.017],[-0.8,0.633],[-0.112,0.082],[-0.018,0.154],[0.082,0.112],[0.154,0.018],[0.8,-0.6],[0.113,-0.091],[0.018,-0.131],[-0.091,-0.113]],"v":[[20.17,12.839],[19.82,12.939],[17.42,14.789],[17.219,15.089],[17.32,15.489],[17.62,15.689],[18.02,15.589],[20.42,13.739],[20.62,13.389],[20.52,13.039]],"c":true}]},{"t":167}],"ix":2},"nm":"Path 12","mn":"ADBE Vector Shape - Group","hd":false},{"ind":12,"ty":"sh","ix":13,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":168,"s":[{"i":[[0,-0.001],[0,-0.001],[0,0.001],[0,0.004],[0,0.001],[0,0.001],[0,0],[0,-0.001],[0,-0.004],[0,-0.001]],"o":[[0,0.001],[0,0],[0,-0.004],[0,-0.001],[0,-0.001],[0,-0.001],[0,-0.001],[0,0.004],[0,0.001],[0,0.001]],"v":[[12.131,18.408],[12.131,18.411],[12.131,18.41],[12.132,18.398],[12.132,18.396],[12.132,18.392],[12.132,18.39],[12.132,18.39],[12.131,18.402],[12.131,18.405]],"c":true}],"e":[{"i":[[0.061,0.137],[0.134,0.06],[0.138,-0.061],[0.892,-0.4],[0.07,-0.111],[-0.061,-0.124],[-0.111,-0.037],[-0.124,0.061],[-0.892,0.467],[-0.027,0.134]],"o":[[-0.066,-0.107],[-0.129,-0.028],[-0.875,0.466],[-0.13,0.056],[-0.028,0.143],[0.056,0.13],[0.142,0.061],[0.908,-0.4],[0.14,-0.066],[0.061,-0.129]],"v":[[12.07,18.689],[11.77,18.439],[11.37,18.489],[8.72,19.789],[8.42,20.039],[8.47,20.439],[8.72,20.689],[9.12,20.689],[11.82,19.389],[12.07,19.089]],"c":true}]},{"t":169}],"ix":2},"nm":"Path 13","mn":"ADBE Vector Shape - Group","hd":false},{"ind":13,"ty":"sh","ix":14,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":169,"s":[{"i":[[-0.001,0.01],[0,0.003],[0,0.003],[0,0.001],[0,-0.001],[0.001,-0.008],[0,-0.003],[0,-0.003],[0,-0.001],[0,0.002]],"o":[[0,-0.001],[0,-0.003],[0,-0.003],[0,-0.001],[-0.001,0.01],[0,0.002],[0,0.004],[0,0.004],[0,0.002],[0.001,-0.008]],"v":[[7.572,20.61],[7.572,20.604],[7.572,20.594],[7.572,20.587],[7.572,20.587],[7.57,20.614],[7.57,20.62],[7.57,20.63],[7.57,20.637],[7.57,20.637]],"c":true}],"e":[{"i":[[-0.975,0.409],[-0.047,0.121],[0.053,0.133],[0.121,0.046],[0.133,-0.053],[0.975,-0.309],[0.057,-0.106],[-0.028,-0.12],[-0.106,-0.057],[-0.119,0.061]],"o":[[0.12,-0.046],[0.053,-0.133],[-0.046,-0.12],[-0.133,-0.053],[-0.958,0.391],[-0.11,0.061],[-0.061,0.147],[0.061,0.143],[0.147,0.061],[0.992,-0.325]],"v":[[7.27,21.539],[7.52,21.289],[7.52,20.889],[7.27,20.639],[6.87,20.639],[3.97,21.689],[3.72,21.939],[3.67,22.339],[3.92,22.639],[4.32,22.639]],"c":true}]},{"t":170}],"ix":2},"nm":"Path 14","mn":"ADBE Vector Shape - Group","hd":false},{"ind":14,"ty":"sh","ix":15,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":177,"s":[{"i":[[0,0],[0.001,0.001],[0,0],[0,0],[0,0],[0,0],[-0.001,-0.001],[0,0],[0,0],[0,0]],"o":[[-0.001,-0.001],[0,0],[0,0],[0,0],[0,0],[0.001,0.001],[0,0],[0,0],[0,0],[0,0]],"v":[[-30.928,17.891],[-30.93,17.889],[-30.93,17.889],[-30.93,17.889],[-30.93,17.89],[-30.93,17.89],[-30.928,17.892],[-30.928,17.892],[-30.928,17.892],[-30.928,17.891]],"c":true}],"e":[{"i":[[0.116,0.084],[0.842,0.55],[0.134,-0.027],[0.095,-0.102],[-0.027,-0.134],[-0.102,-0.062],[-0.842,-0.45],[-0.114,0.053],[-0.051,0.116],[0.053,0.148]],"o":[[-0.825,-0.45],[-0.1,-0.06],[-0.138,0.032],[-0.061,0.133],[0.032,0.138],[0.858,0.55],[0.12,0.086],[0.149,-0.017],[0.086,-0.119],[-0.017,-0.116]],"v":[[-31.18,16.939],[-33.68,15.439],[-34.03,15.389],[-34.38,15.589],[-34.43,15.989],[-34.23,16.289],[-31.68,17.789],[-31.33,17.839],[-31.03,17.639],[-30.98,17.239]],"c":true}]},{"t":178}],"ix":2},"nm":"Path 15","mn":"ADBE Vector Shape - Group","hd":false},{"ind":15,"ty":"sh","ix":16,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":173,"s":[{"i":[[-0.044,0.014],[-0.006,-0.004],[-0.001,-0.009],[0.003,-0.007],[0.006,-0.002],[0.044,-0.007],[0.004,0.007],[0.001,0.009],[-0.005,0.009],[-0.006,0.001]],"o":[[0.006,-0.002],[0.005,0.007],[0.001,0.009],[-0.004,0.009],[-0.046,0.014],[-0.006,0.001],[-0.005,-0.005],[0,-0.01],[0.003,-0.006],[0.043,-0.007]],"v":[[-12.021,22.914],[-12.003,22.917],[-11.994,22.941],[-11.996,22.965],[-12.012,22.982],[-12.146,23.013],[-12.162,23.003],[-12.171,22.982],[-12.164,22.955],[-12.151,22.945]],"c":true}],"e":[{"i":[[0.983,0.199],[0.132,-0.06],[0.031,-0.137],[-0.06,-0.098],[-0.138,-0.031],[-0.983,-0.099],[-0.094,0.109],[-0.012,0.133],[0.109,0.127],[0.133,0.012]],"o":[[-0.135,-0.027],[-0.102,0.096],[-0.027,0.135],[0.096,0.135],[1.017,0.201],[0.14,0.009],[0.121,-0.067],[0.009,-0.14],[-0.067,-0.088],[-0.95,-0.101]],"v":[[-15.53,22.939],[-15.93,22.989],[-16.13,23.339],[-16.08,23.689],[-15.73,23.939],[-12.73,24.389],[-12.38,24.239],[-12.18,23.939],[-12.33,23.539],[-12.63,23.389]],"c":true}]},{"t":174}],"ix":2},"nm":"Path 16","mn":"ADBE Vector Shape - Group","hd":false},{"ind":16,"ty":"sh","ix":17,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":174,"s":[{"i":[[0,0.003],[0,0.001],[-0.003,0.007],[0,-0.001],[0,-0.003],[0,-0.002],[0,-0.001],[0.003,-0.005],[0,0.002],[0,0.003]],"o":[[0,-0.003],[0.003,-0.005],[0,-0.001],[0,0.001],[0,0.003],[0,0.003],[-0.003,0.007],[0,0.001],[0,-0.001],[0,-0.003]],"v":[[-17.128,21.685],[-17.127,21.679],[-17.12,21.662],[-17.119,21.663],[-17.118,21.669],[-17.118,21.677],[-17.119,21.683],[-17.127,21.7],[-17.128,21.699],[-17.128,21.693]],"c":true}],"e":[{"i":[[0.086,0.117],[0.148,0.049],[0.958,0.316],[0.137,-0.061],[0.059,-0.133],[-0.061,-0.104],[-0.133,-0.026],[-0.958,-0.216],[-0.117,0.086],[-0.016,0.147]],"o":[[-0.052,-0.118],[-0.942,-0.217],[-0.13,-0.028],[-0.107,0.067],[-0.028,0.13],[0.067,0.141],[0.975,0.317],[0.149,0.052],[0.118,-0.053],[0.052,-0.116]],"v":[[-17.23,22.739],[-17.53,22.489],[-20.38,21.689],[-20.78,21.739],[-21.03,22.039],[-20.98,22.389],[-20.68,22.639],[-17.78,23.439],[-17.38,23.389],[-17.18,23.089]],"c":true}]},{"t":175}],"ix":2},"nm":"Path 17","mn":"ADBE Vector Shape - Group","hd":false},{"ind":17,"ty":"sh","ix":18,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":175,"s":[{"i":[[-0.001,0.002],[-0.002,0.001],[-0.012,0.007],[-0.002,0],[-0.001,-0.002],[0,-0.002],[0.002,-0.001],[0.012,-0.005],[0.002,0.001],[0,0.002]],"o":[[0.001,-0.002],[0.012,-0.005],[0.002,-0.001],[0.002,0.001],[0.001,0.002],[-0.001,0.002],[-0.013,0.007],[-0.002,0.001],[-0.002,-0.001],[-0.001,-0.002]],"v":[[-21.919,22.037],[-21.915,22.033],[-21.878,22.015],[-21.872,22.014],[-21.869,22.02],[-21.868,22.025],[-21.872,22.03],[-21.91,22.049],[-21.915,22.049],[-21.919,22.044]],"c":true}],"e":[{"i":[[0.061,0.148],[0.143,0.061],[0.925,0.391],[0.142,-0.028],[0.055,-0.129],[-0.028,-0.109],[-0.129,-0.055],[-0.925,-0.325],[-0.114,0.061],[-0.027,0.143]],"o":[[-0.057,-0.106],[-0.908,-0.309],[-0.125,-0.061],[-0.112,0.071],[-0.061,0.125],[0.071,0.145],[0.942,0.409],[0.152,0.061],[0.139,-0.057],[0.061,-0.119]],"v":[[-21.98,21.289],[-22.28,21.039],[-25.03,19.989],[-25.43,19.939],[-25.68,20.239],[-25.73,20.589],[-25.43,20.889],[-22.63,21.989],[-22.23,21.989],[-21.98,21.689]],"c":true}]},{"t":176}],"ix":2},"nm":"Path 18","mn":"ADBE Vector Shape - Group","hd":false},{"ind":18,"ty":"sh","ix":19,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":176,"s":[{"i":[[0,-0.007],[-0.001,-0.003],[-0.007,-0.023],[-0.001,0.001],[0,0.005],[0,0.006],[0.001,0.003],[0.006,0.019],[0.001,-0.003],[0,-0.006]],"o":[[0,0.005],[0.006,0.019],[0.001,0.003],[0.001,-0.003],[0,-0.007],[0,-0.007],[-0.007,-0.023],[-0.001,-0.003],[-0.001,0.002],[0,0.006]],"v":[[-26.519,20.185],[-26.517,20.197],[-26.498,20.26],[-26.496,20.263],[-26.494,20.25],[-26.493,20.231],[-26.495,20.216],[-26.514,20.153],[-26.517,20.153],[-26.519,20.165]],"c":true}],"e":[{"i":[[0.061,0.143],[0.13,0.056],[0.908,0.466],[0.129,-0.028],[0.066,-0.107],[-0.028,-0.129],[-0.107,-0.066],[-0.875,-0.4],[-0.11,0.061],[-0.056,0.13]],"o":[[-0.036,-0.11],[-0.858,-0.4],[-0.104,-0.061],[-0.134,0.06],[-0.061,0.138],[0.06,0.134],[0.925,0.467],[0.123,0.061],[0.144,-0.036],[0.061,-0.123]],"v":[[-26.58,19.439],[-26.83,19.189],[-29.48,17.889],[-29.83,17.839],[-30.13,18.089],[-30.18,18.489],[-29.93,18.789],[-27.23,20.089],[-26.88,20.089],[-26.58,19.839]],"c":true}]},{"t":177}],"ix":2},"nm":"Path 19","mn":"ADBE Vector Shape - Group","hd":false},{"ind":19,"ty":"sh","ix":20,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":170,"s":[{"i":[[-0.001,-0.002],[-0.001,-0.001],[-0.002,0],[-0.012,0.002],[-0.001,0.001],[0,0.002],[0.001,0.001],[0.002,0],[0.011,-0.003],[0.001,-0.001]],"o":[[0,0.001],[0.001,0.001],[0.011,-0.003],[0.002,0],[0.001,-0.002],[0,-0.002],[-0.002,-0.001],[-0.012,0.002],[-0.002,0],[-0.001,0.001]],"v":[[2.773,22.216],[2.775,22.219],[2.78,22.22],[2.814,22.212],[2.819,22.209],[2.819,22.204],[2.817,22.201],[2.812,22.2],[2.777,22.209],[2.774,22.211]],"c":true}],"e":[{"i":[[0.053,0.148],[0.117,0.085],[0.148,-0.019],[0.991,-0.192],[0.096,-0.102],[-0.027,-0.135],[-0.102,-0.063],[-0.135,0.027],[-0.958,0.292],[-0.051,0.117]],"o":[[-0.017,-0.115],[-0.119,-0.052],[-0.942,0.275],[-0.138,0.031],[-0.06,0.132],[0.031,0.137],[0.132,0.093],[1.008,-0.208],[0.149,-0.017],[0.086,-0.119]],"v":[[2.72,22.589],[2.52,22.289],[2.12,22.239],[-0.781,22.939],[-1.13,23.139],[-1.18,23.539],[-0.98,23.839],[-0.58,23.939],[2.37,23.189],[2.67,22.989]],"c":true}]},{"t":171}],"ix":2},"nm":"Path 20","mn":"ADBE Vector Shape - Group","hd":false},{"ind":20,"ty":"sh","ix":21,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":171,"s":[{"i":[[-0.004,0.012],[0,0.01],[0,0.014],[0.001,0.007],[0.001,-0.002],[0.004,-0.006],[0.001,-0.008],[0,-0.01],[0,-0.007],[-0.001,0.001]],"o":[[0.001,-0.002],[0,-0.01],[0,-0.01],[-0.001,-0.007],[-0.004,0.012],[-0.001,0.001],[0,0.01],[0,0.014],[0.001,0.01],[0.005,-0.006]],"v":[[-2.165,23.362],[-2.163,23.344],[-2.163,23.308],[-2.163,23.282],[-2.165,23.273],[-2.178,23.299],[-2.18,23.313],[-2.18,23.344],[-2.18,23.375],[-2.178,23.388]],"c":true}],"e":[{"i":[[-1,0.134],[-0.082,0.112],[0.018,0.155],[0.112,0.082],[0.155,-0.018],[1,-0.067],[0.11,-0.089],[-0.008,-0.117],[-0.089,-0.077],[-0.116,0.008]],"o":[[0.151,-0.021],[0.085,-0.112],[-0.021,-0.118],[-0.112,-0.084],[-0.967,0.133],[-0.123,0.011],[-0.075,0.117],[0.011,0.156],[0.117,0.108],[1.033,-0.066]],"v":[[-2.63,24.289],[-2.281,24.089],[-2.18,23.689],[-2.38,23.389],[-2.781,23.289],[-5.73,23.589],[-6.08,23.739],[-6.18,24.089],[-6.031,24.439],[-5.68,24.589]],"c":true}]},{"t":172}],"ix":2},"nm":"Path 21","mn":"ADBE Vector Shape - Group","hd":false},{"ind":21,"ty":"sh","ix":22,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":172,"s":[{"i":[[-0.001,-0.003],[-0.002,0],[-0.016,0],[-0.002,0.004],[0,0.006],[0.001,0.004],[0.002,0],[0.016,0.003],[0.002,-0.003],[0,-0.005]],"o":[[0.002,0.005],[0.016,0.003],[0.002,0],[0.002,-0.004],[0,-0.006],[-0.001,-0.004],[-0.015,0],[-0.002,0],[-0.001,0.005],[0,0.006]],"v":[[-7.241,23.564],[-7.236,23.572],[-7.188,23.577],[-7.183,23.57],[-7.18,23.556],[-7.183,23.542],[-7.188,23.535],[-7.235,23.531],[-7.241,23.535],[-7.243,23.55]],"c":true}],"e":[{"i":[[-0.075,-0.083],[-0.123,-0.011],[-1.008,0],[-0.096,0.099],[-0.001,0.137],[0.099,0.096],[0.137,0.001],[1.008,0.066],[0.117,-0.075],[0.011,-0.123]],"o":[[0.11,0.122],[1.025,0.067],[0.137,-0.001],[0.099,-0.096],[-0.001,-0.137],[-0.096,-0.099],[-0.992,0],[-0.116,-0.008],[-0.089,0.11],[-0.008,0.15]],"v":[[-11.08,24.339],[-10.73,24.539],[-7.68,24.639],[-7.33,24.489],[-7.18,24.139],[-7.33,23.789],[-7.68,23.639],[-10.68,23.539],[-11.031,23.639],[-11.18,23.989]],"c":true}]},{"t":173}],"ix":2},"nm":"Path 22","mn":"ADBE Vector Shape - Group","hd":false},{"ind":22,"ty":"sh","ix":23,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":181,"s":[{"i":[[0,0.002],[0.001,0.002],[0.007,0.012],[0.001,0],[0.001,-0.002],[0,-0.003],[-0.001,-0.002],[-0.007,-0.012],[-0.001,0],[-0.001,0.002]],"o":[[0,-0.002],[-0.007,-0.013],[-0.001,-0.002],[-0.001,0],[-0.001,0.001],[0,0.002],[0.007,0.011],[0.001,0.002],[0.001,0],[0.001,-0.002]],"v":[[-46.743,6.193],[-46.744,6.186],[-46.765,6.15],[-46.768,6.147],[-46.771,6.151],[-46.772,6.157],[-46.771,6.163],[-46.751,6.199],[-46.748,6.202],[-46.744,6.199]],"c":true}],"e":[{"i":[[0.001,-0.135],[-0.098,-0.096],[-0.725,-0.658],[-0.118,0.008],[-0.078,0.123],[0.008,0.151],[0.123,0.111],[0.725,0.692],[0.135,0.001],[0.096,-0.098]],"o":[[0.002,0.138],[0.742,0.708],[0.116,0.108],[0.155,-0.01],[0.108,-0.082],[-0.011,-0.122],[-0.708,-0.642],[-0.098,-0.099],[-0.138,0.002],[-0.099,0.098]],"v":[[-49.98,3.589],[-49.83,3.939],[-47.63,5.989],[-47.28,6.139],[-46.93,5.939],[-46.78,5.589],[-46.98,5.239],[-49.13,3.239],[-49.48,3.089],[-49.83,3.239]],"c":true}]},{"t":182}],"ix":2},"nm":"Path 23","mn":"ADBE Vector Shape - Group","hd":false},{"ind":23,"ty":"sh","ix":24,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":180,"s":[{"i":[[0,0],[-0.001,0],[-0.005,0.001],[-0.001,0],[0,0],[0,0],[0.001,0],[0.005,-0.001],[0.001,0],[0.001,0]],"o":[[0,0],[0.005,-0.001],[0.001,0],[0.001,0],[0.001,0],[0,0],[-0.005,0.001],[-0.001,0],[-0.001,0],[0,0]],"v":[[-42.993,9.451],[-42.992,9.45],[-42.977,9.448],[-42.974,9.448],[-42.973,9.448],[-42.972,9.449],[-42.973,9.449],[-42.988,9.451],[-42.99,9.451],[-42.992,9.451]],"c":true}],"e":[{"i":[[-0.008,-0.116],[-0.089,-0.077],[-0.75,-0.617],[-0.14,0.009],[-0.067,0.122],[0.009,0.14],[0.122,0.101],[0.783,0.683],[0.15,-0.008],[0.11,-0.089]],"o":[[0.011,0.156],[0.783,0.683],[0.127,0.109],[0.133,-0.012],[0.109,-0.093],[-0.012,-0.132],[-0.75,-0.617],[-0.084,-0.075],[-0.123,0.011],[-0.075,0.117]],"v":[[-46.28,6.989],[-46.13,7.339],[-43.83,9.289],[-43.43,9.439],[-43.13,9.239],[-42.98,8.889],[-43.18,8.539],[-45.48,6.589],[-45.83,6.489],[-46.18,6.639]],"c":true}]},{"t":181}],"ix":2},"nm":"Path 24","mn":"ADBE Vector Shape - Group","hd":false},{"ind":24,"ty":"sh","ix":25,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":179,"s":[{"i":[[0.001,0.009],[0,0],[0,-0.002],[0,-0.002],[0,-0.001],[-0.001,-0.009],[0,0],[0,0.002],[0,0.002],[0,0.001]],"o":[[0,-0.001],[0,0],[0,0.001],[0,0.002],[0.001,0.009],[0,0.001],[0,0],[0,-0.001],[0,-0.002],[-0.001,-0.009]],"v":[[-39.117,12.516],[-39.117,12.514],[-39.118,12.517],[-39.118,12.522],[-39.118,12.527],[-39.114,12.554],[-39.113,12.556],[-39.113,12.553],[-39.113,12.548],[-39.113,12.543]],"c":true}],"e":[{"i":[[0.8,0.633],[0.131,-0.017],[0.091,-0.113],[-0.018,-0.131],[-0.113,-0.091],[-0.767,-0.6],[-0.13,0.017],[-0.091,0.113],[0.018,0.131],[0.113,0.091]],"o":[[-0.103,-0.084],[-0.142,0.02],[-0.084,0.102],[0.021,0.142],[0.8,0.633],[0.103,0.084],[0.142,-0.021],[0.084,-0.103],[-0.021,-0.142],[-0.767,-0.6]],"v":[[-41.68,9.789],[-42.03,9.689],[-42.38,9.889],[-42.48,10.239],[-42.28,10.589],[-39.93,12.439],[-39.58,12.539],[-39.23,12.339],[-39.13,11.989],[-39.33,11.639]],"c":true}]},{"t":180}],"ix":2},"nm":"Path 25","mn":"ADBE Vector Shape - Group","hd":false},{"ind":25,"ty":"sh","ix":26,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":178,"s":[{"i":[[0,-0.002],[0.002,-0.001],[0.011,-0.008],[0.002,0],[0.001,0.002],[0,0.002],[-0.002,0.001],[-0.011,0.008],[-0.002,0],[-0.001,-0.002]],"o":[[0,0.002],[-0.011,0.008],[-0.002,0.001],[-0.002,0],[-0.001,-0.001],[0,-0.002],[0.011,-0.007],[0.002,-0.001],[0.002,0],[0.001,0.002]],"v":[[-35.056,15.335],[-35.059,15.34],[-35.092,15.364],[-35.098,15.366],[-35.102,15.362],[-35.103,15.357],[-35.1,15.352],[-35.067,15.328],[-35.061,15.327],[-35.057,15.33]],"c":true}],"e":[{"i":[[-0.018,-0.12],[-0.111,-0.081],[-0.792,-0.525],[-0.135,0.027],[-0.063,0.136],[0.027,0.135],[0.135,0.096],[0.792,0.558],[0.153,-0.018],[0.081,-0.111]],"o":[[0.022,0.152],[0.808,0.575],[0.132,0.094],[0.137,-0.031],[0.094,-0.098],[-0.031,-0.137],[-0.775,-0.508],[-0.114,-0.085],[-0.119,0.022],[-0.085,0.114]],"v":[[-38.53,13.239],[-38.33,13.589],[-35.93,15.239],[-35.53,15.339],[-35.23,15.089],[-35.13,14.739],[-35.38,14.389],[-37.73,12.789],[-38.13,12.689],[-38.43,12.889]],"c":true}]},{"t":179}],"ix":2},"nm":"Path 26","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-114.93,73.389],[94.07,73.389],[94.07,-205.611],[-114.93,-205.611]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-114.93,-205.611],[94.07,-205.611],[94.07,73.389],[-114.93,73.389]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":28,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.380000005984,0.380000005984,0.380000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[114.93,205.611],"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":"Group 56","np":30,"cix":2,"ix":56,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[3.9,-3.9],[2.55,-2.55]],"c":false},"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":[[-2.7,2.7],[-3.9,3.9]],"c":false},"ix":2},"nm":"Path 2","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":[[-2.45,-3.1],[-1.2,-1.85]],"c":false},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-2.45,2.45],[-2.7,2.7]],"c":false},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[2.55,-2.55],[1.85,-1.85],[0.325,-0.325],[-1.2,-1.85]],"c":false},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[3.8,3.15],[3.35,2.7],[2.55,1.9],[0.325,-0.325],[-2.45,2.45]],"c":false},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"st","c":{"a":0,"k":[0.075,0.783999992819,0.709999952129,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[34.5,139.5],"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":1,"k":[{"t":50,"s":[0],"h":1},{"t":53,"s":[100],"h":1},{"t":56,"s":[0],"h":1},{"t":59,"s":[100],"h":1},{"t":62,"s":[0],"h":1},{"t":65,"s":[100],"h":1}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 57","np":8,"cix":2,"ix":57,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[6.875,0.225],[6.875,-3.425]],"c":false},"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":[[1.625,5.475],[-3.125,5.475]],"c":false},"ix":2},"nm":"Path 2","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":[[3.125,0.925],[6.175,0.925]],"c":false},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[1.625,5.475],[1.875,5.475],[1.875,9.725]],"c":false},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[3.125,0.925],[1.875,0.925],[1.875,5.225]],"c":false},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[6.175,0.925],[6.875,0.925],[6.875,0.225]],"c":false},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[1.875,5.225],[1.875,5.475],[6.875,5.475]],"c":false},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[6.875,5.475],[6.875,4.675]],"c":false},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-3.125,5.475],[-3.125,0.925],[1.875,0.925],[1.875,-0.325],[1.875,-3.425]],"c":false},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-8.225,0.925],[-3.125,0.925],[-3.125,-3.425]],"c":false},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-3.125,9.725],[-3.125,5.475],[-8.225,5.475]],"c":false},"ix":2},"nm":"Path 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":11,"ty":"sh","ix":12,"ks":{"a":0,"k":{"i":[[0,0],[-0.4,0.3],[0.2,0.2],[0.067,0.067]],"o":[[0.467,-0.133],[-0.2,-0.133],[-0.067,-0.067],[0,0]],"v":[[-6.575,-10.075],[-5.275,-10.725],[-5.875,-11.225],[-6.075,-11.425]],"c":false},"ix":2},"nm":"Path 12","mn":"ADBE Vector Shape - Group","hd":false},{"ind":12,"ty":"sh","ix":13,"ks":{"a":0,"k":{"i":[[0,0],[-0.4,0.3],[0.2,0.2],[0.067,0.067]],"o":[[0.467,-0.133],[-0.2,-0.133],[-0.067,-0.067],[0,0]],"v":[[-1.575,-10.075],[-0.275,-10.725],[-0.875,-11.225],[-1.075,-11.425]],"c":false},"ix":2},"nm":"Path 13","mn":"ADBE Vector Shape - Group","hd":false},{"ind":13,"ty":"sh","ix":14,"ks":{"a":0,"k":{"i":[[0,0],[-0.4,0.3],[0.2,0.2],[0.067,0.067]],"o":[[0.467,-0.133],[-0.2,-0.133],[-0.067,-0.067],[0,0]],"v":[[3.425,-10.075],[4.725,-10.725],[4.125,-11.225],[3.925,-11.425]],"c":false},"ix":2},"nm":"Path 14","mn":"ADBE Vector Shape - Group","hd":false},{"ind":14,"ty":"sh","ix":15,"ks":{"a":0,"k":{"i":[[0,0],[-0.4,0.3],[0.2,0.2],[0.067,0.067]],"o":[[0.467,-0.133],[-0.2,-0.133],[-0.067,-0.067],[0,0]],"v":[[8.425,-10.075],[9.725,-10.725],[9.125,-11.225],[8.925,-11.425]],"c":false},"ix":2},"nm":"Path 15","mn":"ADBE Vector Shape - Group","hd":false},{"ind":15,"ty":"sh","ix":16,"ks":{"a":0,"k":{"i":[[0,0],[0,3.267],[0,0],[-0.9,0.8],[-1.5,0.033]],"o":[[-3.2,-0.067],[0,0],[0,-1.733],[0.8,-0.767],[0,0]],"v":[[-13.425,18.625],[-18.225,13.625],[-18.225,-8.975],[-16.875,-12.775],[-13.425,-13.975]],"c":false},"ix":2},"nm":"Path 16","mn":"ADBE Vector Shape - Group","hd":false},{"ind":16,"ty":"sh","ix":17,"ks":{"a":0,"k":{"i":[[0,0],[-0.4,0.3],[0.2,0.2],[0.067,0.067]],"o":[[0.467,-0.133],[-0.2,-0.133],[-0.067,-0.067],[0,0]],"v":[[-11.575,-10.075],[-10.275,-10.725],[-10.875,-11.225],[-11.075,-11.425]],"c":false},"ix":2},"nm":"Path 17","mn":"ADBE Vector Shape - Group","hd":false},{"ind":17,"ty":"sh","ix":18,"ks":{"a":0,"k":{"i":[[0,0],[0,0.1],[0.6,-1.533],[0,-0.967],[0,0],[-3.2,-0.067]],"o":[[-0.033,-0.133],[-2.033,0.1],[-0.3,0.7],[0,0],[0,3.267],[0,0]],"v":[[-12.075,-13.575],[-12.125,-13.925],[-16.075,-11.475],[-16.525,-8.975],[-16.525,13.625],[-11.725,18.625]],"c":false},"ix":2},"nm":"Path 18","mn":"ADBE Vector Shape - Group","hd":false},{"ind":18,"ty":"sh","ix":19,"ks":{"a":0,"k":{"i":[[0,0],[-0.833,0],[0,0],[0,0],[0,0],[-0.129,0.003]],"o":[[0.6,-0.2],[0,0],[0,0],[0,0],[0.121,-0.03],[0,0]],"v":[[-17.075,-13.675],[-14.925,-13.975],[-13.425,-13.975],[-12.125,-13.975],[-12.125,-13.925],[-11.75,-13.975]],"c":false},"ix":2},"nm":"Path 19","mn":"ADBE Vector Shape - Group","hd":false},{"ind":19,"ty":"sh","ix":20,"ks":{"a":0,"k":{"i":[[0,0],[0,3.229],[0,0],[-1.9,0.633],[0,0.2],[-0.833,0.867],[-1.2,0],[-0.733,-0.533],[0.2,-0.167],[0,-1.2],[0,0],[0,0],[0,0],[0.6,-0.233],[0.3,-1.667],[0,-0.5],[0,0],[-3.2,-0.067]],"o":[[-3.133,-0.104],[0,0],[0,-2.5],[-0.033,-0.2],[0,-1.2],[0.867,-0.833],[0.933,0],[-0.2,0.133],[-0.833,0.867],[0,0],[0,0],[0,0],[-0.833,0.033],[-1.4,0.5],[-0.067,0.4],[0,0],[0,3.267],[0,0]],"v":[[-15.225,18.625],[-19.925,13.625],[-19.925,-8.975],[-17.075,-13.675],[-17.125,-14.275],[-15.875,-17.375],[-12.775,-18.625],[-10.275,-17.825],[-10.875,-17.375],[-12.125,-14.275],[-12.125,-13.975],[-11.75,-13.975],[-9.925,-13.975],[-12.075,-13.575],[-14.625,-10.325],[-14.725,-8.975],[-14.725,13.625],[-9.925,18.625]],"c":false},"ix":2},"nm":"Path 20","mn":"ADBE Vector Shape - Group","hd":false},{"ind":20,"ty":"sh","ix":21,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.8,-0.767],[0,-0.033],[0,-0.267],[0,0],[0.167,-0.167],[0.3,0],[0.2,0.2],[0.033,0.133],[0,0.133],[-0.2,0.2],[-0.1,0.033],[-0.167,0],[-0.2,-0.2],[-0.033,-0.033],[0.167,-0.133],[-0.267,-0.133]],"o":[[0,0],[-0.067,1.067],[-0.033,0.033],[0.133,0.167],[0,0],[-0.033,0.2],[-0.2,0.2],[-0.3,0],[-0.1,-0.1],[-0.067,-0.133],[0,-0.3],[0.1,-0.1],[0.133,-0.067],[0.3,0],[0.033,0.033],[-0.167,0.133],[0.2,0.167],[0,0]],"v":[[-2.125,-13.975],[1.575,-13.975],[0.275,-11.225],[0.225,-11.125],[0.425,-10.475],[0.425,-10.275],[0.125,-9.725],[-0.625,-9.425],[-1.375,-9.725],[-1.575,-10.075],[-1.675,-10.475],[-1.375,-11.225],[-1.075,-11.425],[-0.625,-11.525],[0.125,-11.225],[0.225,-11.125],[-0.275,-10.725],[0.425,-10.275]],"c":false},"ix":2},"nm":"Path 21","mn":"ADBE Vector Shape - Group","hd":false},{"ind":21,"ty":"sh","ix":22,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.8,-0.767],[0,-0.033],[0,-0.267],[0,0],[0.167,-0.167],[0.3,0],[0.2,0.2],[0.033,0.133],[0,0.133],[-0.2,0.2],[-0.1,0.033],[-0.167,0],[-0.2,-0.2],[-0.033,-0.033],[0.167,-0.133],[-0.267,-0.133]],"o":[[0,0],[-0.067,1.067],[-0.033,0.033],[0.133,0.167],[0,0],[-0.033,0.2],[-0.2,0.2],[-0.3,0],[-0.1,-0.1],[-0.067,-0.133],[0,-0.3],[0.1,-0.1],[0.133,-0.067],[0.3,0],[0.033,0.033],[-0.167,0.133],[0.2,0.167],[0,0]],"v":[[2.875,-13.975],[6.575,-13.975],[5.275,-11.225],[5.225,-11.125],[5.425,-10.475],[5.425,-10.275],[5.125,-9.725],[4.375,-9.425],[3.625,-9.725],[3.425,-10.075],[3.325,-10.475],[3.625,-11.225],[3.925,-11.425],[4.375,-11.525],[5.125,-11.225],[5.225,-11.125],[4.725,-10.725],[5.425,-10.275]],"c":false},"ix":2},"nm":"Path 22","mn":"ADBE Vector Shape - Group","hd":false},{"ind":22,"ty":"sh","ix":23,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.8,-0.767],[0,-0.033],[0,-0.267],[0,0],[0.167,-0.167],[0.3,0],[0.2,0.2],[0.033,0.133],[0,0.133],[-0.2,0.2],[-0.1,0.033],[-0.167,0],[-0.2,-0.2],[-0.033,-0.033],[0.167,-0.133],[-0.267,-0.133]],"o":[[0,0],[-0.067,1.067],[-0.033,0.033],[0.133,0.167],[0,0],[-0.033,0.2],[-0.2,0.2],[-0.3,0],[-0.1,-0.1],[-0.067,-0.133],[0,-0.3],[0.1,-0.1],[0.133,-0.067],[0.3,0],[0.033,0.033],[-0.167,0.133],[0.2,0.167],[0,0]],"v":[[-7.125,-13.975],[-3.425,-13.975],[-4.725,-11.225],[-4.775,-11.125],[-4.575,-10.475],[-4.575,-10.275],[-4.875,-9.725],[-5.625,-9.425],[-6.375,-9.725],[-6.575,-10.075],[-6.675,-10.475],[-6.375,-11.225],[-6.075,-11.425],[-5.625,-11.525],[-4.875,-11.225],[-4.775,-11.125],[-5.275,-10.725],[-4.575,-10.275]],"c":false},"ix":2},"nm":"Path 23","mn":"ADBE Vector Shape - Group","hd":false},{"ind":23,"ty":"sh","ix":24,"ks":{"a":0,"k":{"i":[[0,0],[-0.167,-0.167],[0,-1.2],[0,0],[0,0],[0,0.1],[-0.833,0.867],[-0.2,0.133],[-0.167,-0.167],[0,-1.2],[0,0],[0,0],[0,0],[-0.833,0.867],[-0.2,0.133],[-0.167,-0.167],[0,-1.2],[0,0],[0,0]],"o":[[0.2,0.133],[0.867,0.867],[0,0],[0,0],[0,-0.1],[0,-1.2],[0.2,-0.167],[0.2,0.133],[0.867,0.867],[0,0],[0,0],[0,0],[0,-1.2],[0.2,-0.167],[0.2,0.133],[0.867,0.867],[0,0],[0,0],[0,0]],"v":[[-5.275,-17.825],[-4.725,-17.375],[-3.425,-14.275],[-3.425,-13.975],[-2.125,-13.975],[-2.125,-14.275],[-0.875,-17.375],[-0.275,-17.825],[0.275,-17.375],[1.575,-14.275],[1.575,-13.975],[2.875,-13.975],[2.875,-14.275],[4.125,-17.375],[4.725,-17.825],[5.275,-17.375],[6.575,-14.275],[6.575,-13.975],[7.875,-13.975]],"c":false},"ix":2},"nm":"Path 24","mn":"ADBE Vector Shape - Group","hd":false},{"ind":24,"ty":"sh","ix":25,"ks":{"a":0,"k":{"i":[[0,0],[-0.933,0],[-0.733,-0.533],[-0.933,0],[-0.733,-0.533],[-0.933,0],[-0.733,-0.533],[0.2,-0.167],[0,-1.2],[0,0],[0,0]],"o":[[0.733,-0.533],[0.933,0],[0.733,-0.533],[0.933,0],[0.733,-0.533],[0.933,0],[-0.2,0.133],[-0.833,0.867],[0,0],[0,0],[0,0]],"v":[[-5.275,-17.825],[-2.775,-18.625],[-0.275,-17.825],[2.225,-18.625],[4.725,-17.825],[7.225,-18.625],[9.725,-17.825],[9.125,-17.375],[7.875,-14.275],[7.875,-13.975],[11.575,-13.975]],"c":false},"ix":2},"nm":"Path 25","mn":"ADBE Vector Shape - Group","hd":false},{"ind":25,"ty":"sh","ix":26,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-9.925,-13.975],[-8.425,-13.975]],"c":false},"ix":2},"nm":"Path 26","mn":"ADBE Vector Shape - Group","hd":false},{"ind":26,"ty":"sh","ix":27,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0.1],[-0.833,0.867],[-0.2,0.133],[0.933,0],[0.733,-0.533],[-0.167,-0.167],[0,-1.2],[0,0],[0.8,-0.767],[0,-0.033],[0,-0.267],[0,0],[0.167,-0.167],[0.3,0],[0.2,0.2],[0.033,0.133],[0,0.133],[-0.2,0.2],[-0.1,0.033],[-0.167,0],[-0.2,-0.2],[-0.033,-0.033],[0.167,-0.133],[-0.267,-0.133]],"o":[[0,0],[0,-0.1],[0,-1.2],[0.2,-0.167],[-0.733,-0.533],[-0.933,0],[0.2,0.133],[0.867,0.867],[0,0],[-0.067,1.067],[-0.033,0.033],[0.133,0.167],[0,0],[-0.033,0.2],[-0.2,0.2],[-0.3,0],[-0.1,-0.1],[-0.067,-0.133],[0,-0.3],[0.1,-0.1],[0.133,-0.067],[0.3,0],[0.033,0.033],[-0.167,0.133],[0.2,0.167],[0,0]],"v":[[-8.425,-13.975],[-7.125,-13.975],[-7.125,-14.275],[-5.875,-17.375],[-5.275,-17.825],[-7.775,-18.625],[-10.275,-17.825],[-9.725,-17.375],[-8.425,-14.275],[-8.425,-13.975],[-9.725,-11.225],[-9.775,-11.125],[-9.575,-10.475],[-9.575,-10.275],[-9.875,-9.725],[-10.625,-9.425],[-11.375,-9.725],[-11.575,-10.075],[-11.675,-10.475],[-11.375,-11.225],[-11.075,-11.425],[-10.625,-11.525],[-9.875,-11.225],[-9.775,-11.125],[-10.275,-10.725],[-9.575,-10.275]],"c":false},"ix":2},"nm":"Path 27","mn":"ADBE Vector Shape - Group","hd":false},{"ind":27,"ty":"sh","ix":28,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[7.675,5.475],[6.875,5.475],[6.875,9.725]],"c":false},"ix":2},"nm":"Path 28","mn":"ADBE Vector Shape - Group","hd":false},{"ind":28,"ty":"sh","ix":29,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[16.875,5.475],[11.875,5.475],[11.875,0.925],[6.875,0.925],[6.875,4.675]],"c":false},"ix":2},"nm":"Path 29","mn":"ADBE Vector Shape - Group","hd":false},{"ind":29,"ty":"sh","ix":30,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[11.875,9.725],[11.875,5.475],[7.675,5.475]],"c":false},"ix":2},"nm":"Path 30","mn":"ADBE Vector Shape - Group","hd":false},{"ind":30,"ty":"sh","ix":31,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[11.875,-3.425],[16.875,-3.425],[16.875,0.925],[16.875,5.475],[16.875,9.725],[11.875,9.725],[6.875,9.725],[1.875,9.725],[-3.125,9.725],[-8.225,9.725],[-8.225,5.475],[-8.225,0.925],[-8.225,-3.425],[-3.125,-3.425],[1.875,-3.425],[6.875,-3.425],[11.875,-3.425],[11.875,0.925],[16.875,0.925]],"c":false},"ix":2},"nm":"Path 31","mn":"ADBE Vector Shape - Group","hd":false},{"ind":31,"ty":"sh","ix":32,"ks":{"a":0,"k":{"i":[[0,0],[-0.4,0.3],[0.2,0.2],[0.067,0.067]],"o":[[0.467,-0.133],[-0.2,-0.133],[-0.067,-0.067],[0,0]],"v":[[13.425,-10.075],[14.725,-10.725],[14.125,-11.225],[13.925,-11.425]],"c":false},"ix":2},"nm":"Path 32","mn":"ADBE Vector Shape - Group","hd":false},{"ind":32,"ty":"sh","ix":33,"ks":{"a":0,"k":{"i":[[0,0],[0.567,-0.533],[0,-0.033]],"o":[[-0.2,0.7],[-0.033,0.033],[0,0]],"v":[[21.425,-13.075],[20.275,-11.225],[20.225,-11.125]],"c":false},"ix":2},"nm":"Path 33","mn":"ADBE Vector Shape - Group","hd":false},{"ind":33,"ty":"sh","ix":34,"ks":{"a":0,"k":{"i":[[0,0],[0.667,-0.2],[-0.1,-0.1],[-0.3,0],[-0.2,0.2],[0,0.3],[0.133,0.167],[0.033,0.033],[0.3,0],[0.2,-0.2],[0,-0.3],[-0.067,-0.133]],"o":[[-0.533,0.5],[0.033,0.133],[0.2,0.2],[0.3,0],[0.2,-0.2],[0,-0.267],[-0.033,-0.033],[-0.2,-0.2],[-0.3,0],[-0.2,0.2],[0,0.133],[0,0]],"v":[[20.225,-11.125],[18.425,-10.075],[18.625,-9.725],[19.375,-9.425],[20.125,-9.725],[20.425,-10.475],[20.225,-11.125],[20.125,-11.225],[19.375,-11.525],[18.625,-11.225],[18.325,-10.475],[18.425,-10.075]],"c":false},"ix":2},"nm":"Path 34","mn":"ADBE Vector Shape - Group","hd":false},{"ind":34,"ty":"sh","ix":35,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.8,-0.767],[0,-0.033],[0,-0.267],[0,-0.067],[0.167,-0.167],[0.3,0],[0.2,0.2],[0.033,0.133],[0,0.133],[-0.2,0.2],[-0.1,0.033],[-0.167,0],[-0.2,-0.2],[-0.033,-0.033],[0.167,-0.133],[-0.267,-0.133]],"o":[[0,0],[-0.067,1.067],[-0.033,0.033],[0.133,0.167],[0,0.067],[-0.033,0.2],[-0.2,0.2],[-0.3,0],[-0.1,-0.1],[-0.067,-0.133],[0,-0.3],[0.1,-0.1],[0.133,-0.067],[0.3,0],[0.033,0.033],[-0.167,0.133],[0.2,0.167],[0,0]],"v":[[12.875,-13.975],[16.575,-13.975],[15.275,-11.225],[15.225,-11.125],[15.425,-10.475],[15.425,-10.275],[15.125,-9.725],[14.375,-9.425],[13.625,-9.725],[13.425,-10.075],[13.325,-10.475],[13.625,-11.225],[13.925,-11.425],[14.375,-11.525],[15.125,-11.225],[15.225,-11.125],[14.725,-10.725],[15.425,-10.275]],"c":false},"ix":2},"nm":"Path 35","mn":"ADBE Vector Shape - Group","hd":false},{"ind":35,"ty":"sh","ix":36,"ks":{"a":0,"k":{"i":[[0,0],[0,0.433],[0.867,0.867],[1.2,0],[0.733,-0.533],[-0.167,-0.167],[0,-1.2],[0,0],[0,0],[-0.833,-0.6],[0,-1.933],[0,0],[3.333,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0.1,-0.367],[0,-1.2],[-0.833,-0.833],[-0.933,0],[0.2,0.133],[0.867,0.867],[0,0],[0,0],[1.4,0],[1.1,0.8],[0,0],[0,3.333],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[21.425,-13.075],[21.575,-14.275],[20.275,-17.375],[17.225,-18.625],[14.725,-17.825],[15.275,-17.375],[16.575,-14.275],[16.575,-13.975],[18.075,-13.975],[21.425,-13.075],[23.075,-8.975],[23.075,13.625],[18.075,18.625],[-9.925,18.625],[-11.725,18.625],[-13.425,18.625],[-15.225,18.625],[-23.075,18.625]],"c":false},"ix":2},"nm":"Path 36","mn":"ADBE Vector Shape - Group","hd":false},{"ind":36,"ty":"sh","ix":37,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-0.833,0.867],[-0.2,0.133],[0.933,0],[0.733,-0.533],[-0.167,-0.167],[0,-1.2],[0,0],[0.8,-0.767],[0,-0.033],[0,-0.267],[0,0],[0.167,-0.167],[0.3,0],[0.2,0.2],[0.033,0.133],[0,0.133],[-0.2,0.2],[-0.1,0.033],[-0.167,0],[-0.2,-0.2],[-0.033,-0.033],[0.167,-0.133],[-0.267,-0.133]],"o":[[0,0],[0,0],[0,-1.2],[0.2,-0.167],[-0.733,-0.533],[-0.933,0],[0.2,0.133],[0.867,0.867],[0,0],[-0.067,1.067],[-0.033,0.033],[0.133,0.167],[0,0],[-0.033,0.2],[-0.2,0.2],[-0.3,0],[-0.1,-0.1],[-0.067,-0.133],[0,-0.3],[0.1,-0.1],[0.133,-0.067],[0.3,0],[0.033,0.033],[-0.167,0.133],[0.2,0.167],[0,0]],"v":[[11.575,-13.975],[12.875,-13.975],[12.875,-14.275],[14.125,-17.375],[14.725,-17.825],[12.225,-18.625],[9.725,-17.825],[10.275,-17.375],[11.575,-14.275],[11.575,-13.975],[10.275,-11.225],[10.225,-11.125],[10.425,-10.475],[10.425,-10.275],[10.125,-9.725],[9.375,-9.425],[8.625,-9.725],[8.425,-10.075],[8.325,-10.475],[8.625,-11.225],[8.925,-11.425],[9.375,-11.525],[10.125,-11.225],[10.225,-11.125],[9.725,-10.725],[10.425,-10.275]],"c":false},"ix":2},"nm":"Path 37","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"st","c":{"a":0,"k":[0.380000005984,0.380000005984,0.380000005984,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[30.175,136.725],"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":"Group 58","np":39,"cix":2,"ix":58,"mn":"ADBE Vector Group","hd":false},{"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":[[3.925,-2.9],[3.325,-2.9],[3.325,-2.35],[3.925,-2.35]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.675,-2.9],[4.075,-2.9],[4.075,-2.35],[4.675,-2.35]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.525,-2],[6.175,-2],[6.175,-2.7],[5.525,-2.7]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[-0.133,-0.1],[0,-0.2],[0,0],[0.067,0],[0,0.1],[-0.1,0.033],[-0.1,0]],"o":[[0.167,0.133],[0,0],[-0.033,-0.033],[-0.1,-0.1],[0,-0.1],[0.1,-0.067],[0.1,0]],"v":[[1.125,-0.55],[1.375,-0.05],[0.625,-0.05],[0.475,-0.1],[0.325,-0.4],[0.475,-0.6],[0.775,-0.7]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,-0.1],[0.1,-0.167],[0.067,0],[0.033,0.1],[0,0.133],[-0.1,0.1],[-0.133,0],[-0.1,-0.033]],"o":[[0,0.133],[-0.167,0.067],[-0.167,-0.033],[-0.1,-0.1],[0,-0.1],[0.1,-0.033],[0.1,0],[0.1,0.1]],"v":[[4.475,-0.9],[4.325,-0.45],[3.975,-0.35],[3.675,-0.55],[3.525,-0.9],[3.675,-1.2],[4.025,-1.25],[4.325,-1.2]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0.2,0.2],[0.3,0],[0.233,-0.167],[0,-0.233],[-0.033,-0.067],[0,0],[-0.1,-0.1],[0,0],[0,0],[0,0],[0.233,0.233],[0.233,0],[0.2,-0.167],[0,-0.233],[-0.2,-0.133],[-0.333,0],[0,0],[0.333,-0.233],[0.133,-0.167],[0,0],[0,0],[0.133,-0.033],[0,0],[-0.233,0.167],[-0.3,0.3],[-0.133,0.3],[0,0],[0,0],[0,0],[-0.033,0.067],[-0.2,-0.067],[-0.233,0],[0,0],[-0.2,0.2],[-0.033,0.133],[0,0.1],[0.067,0.167],[0.133,0.133],[0,0],[0,0],[0,0],[0,-0.067],[0.1,-0.1],[0.1,0],[0,0],[0,0],[0,0],[-0.1,0.133],[0,0.133]],"o":[[-0.167,-0.167],[-0.3,0],[-0.167,0.167],[0,0.067],[0,0],[0.067,0.133],[0,0],[0,0],[0,0],[-0.067,-0.433],[-0.233,-0.167],[-0.233,0],[-0.133,0.2],[0,0.333],[0.133,0.2],[0,0],[-0.167,0.3],[-0.133,0.067],[0,0],[0,0],[-0.167,0.067],[0,0],[0.467,-0.233],[0.4,-0.233],[0.3,-0.3],[0,0],[0,0],[0,0],[0.3,-0.133],[0.067,0.067],[0.233,0.1],[0,0],[0.333,0],[0.067,-0.1],[0.067,-0.1],[0,-0.067],[-0.033,-0.133],[0,0],[0,0],[0,0],[0.1,0.1],[0,0.067],[-0.1,0.033],[0,0],[0,0],[0,0],[0.133,-0.1],[0.1,-0.167],[0,-0.233]],"v":[[4.725,-1.55],[4.025,-1.8],[3.225,-1.55],[2.975,-0.95],[3.025,-0.75],[3.125,-0.45],[3.375,-0.1],[3.325,-0.1],[3.175,-0.05],[1.925,-0.05],[1.475,-1.05],[0.775,-1.3],[0.125,-1.05],[-0.075,-0.4],[0.225,0.3],[0.925,0.6],[1.375,0.6],[0.625,1.4],[0.225,1.75],[-0.375,2],[-0.625,2.2],[-1.075,2.35],[-0.825,2.9],[0.225,2.3],[1.275,1.5],[1.925,0.6],[3.175,0.6],[3.325,0.55],[3.475,0.55],[3.975,0.25],[4.375,0.45],[5.075,0.6],[5.925,0.6],[6.725,0.3],[6.875,-0.05],[6.975,-0.35],[6.875,-0.7],[6.625,-1.1],[6.375,-1.6],[5.925,-1.25],[6.225,-0.6],[6.375,-0.35],[6.225,-0.1],[5.925,-0.05],[4.675,-0.05],[4.625,-0.1],[4.525,-0.1],[4.875,-0.45],[5.025,-0.9]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[0,-0.133],[0.067,-0.067],[0.167,0],[0,0],[0.133,0],[-0.133,0.133],[-0.1,0],[-0.1,-0.1]],"o":[[0,0.1],[-0.067,0.033],[0,0],[-0.167,-0.033],[0.067,-0.3],[0.133,-0.067],[0.167,0],[0.133,0.1]],"v":[[-4.225,-0.35],[-4.325,-0.1],[-4.675,-0.05],[-5.025,-0.05],[-5.475,-0.1],[-5.175,-0.75],[-4.825,-0.85],[-4.425,-0.7]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0,0.1],[0.067,0.167],[0.1,0.133],[0,0],[0,0],[0,0],[0,-0.067],[0.1,-0.1],[0.1,0],[0,0],[0.133,0.033],[0.067,0.067],[0.233,0.2],[0.267,0],[0.2,-0.233],[0,-0.4],[0.167,-0.167],[0,-0.333],[0,0],[0,0],[0,0],[-0.133,0.1],[-0.133,0],[0,0],[-0.1,0],[0,0],[0,0],[-0.067,0],[-0.067,0.067],[-0.067,0],[-0.133,0],[0,0],[-0.2,0.2],[-0.033,0.133]],"o":[[0,-0.067],[-0.033,-0.133],[0,0],[0,0],[0,0],[0.1,0.1],[0,0.067],[-0.1,0.033],[0,0],[-0.1,0],[-0.2,-0.1],[0,-0.267],[-0.233,-0.167],[-0.333,0],[-0.167,0.167],[-0.367,0],[-0.2,0.267],[0,0],[0,0],[0,0],[0,-0.2],[0.1,-0.067],[0,0],[0.267,0.033],[0,0],[0,0],[0.1,-0.033],[0.167,-0.133],[0.1,0.067],[0.233,0.167],[0,0],[0.333,0],[0.033,-0.1],[0.067,-0.1]],"v":[[-1.425,-0.35],[-1.525,-0.7],[-1.725,-1.1],[-1.975,-1.6],[-2.425,-1.25],[-2.125,-0.6],[-1.975,-0.35],[-2.125,-0.1],[-2.425,-0.05],[-2.975,-0.05],[-3.325,-0.1],[-3.725,-0.35],[-4.075,-1.05],[-4.825,-1.3],[-5.625,-0.95],[-5.875,-0.1],[-6.675,0.15],[-6.975,1.05],[-6.975,2.9],[-6.425,2.9],[-6.425,1.1],[-6.225,0.65],[-5.875,0.55],[-5.325,0.55],[-4.775,0.6],[-4.625,0.6],[-4.475,0.6],[-4.225,0.55],[-3.875,0.25],[-3.625,0.35],[-3.075,0.6],[-2.425,0.6],[-1.625,0.3],[-1.525,-0.05]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-2.275,1.25],[-2.825,1.25],[-2.825,1.8],[-2.275,1.8]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.975,1.8],[-1.425,1.8],[-1.425,1.25],[-1.975,1.25]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[6.975,-2.7],[6.375,-2.7],[6.375,-2],[6.975,-2]],"c":true},"ix":2},"nm":"Path 11","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-34.475,127.75],[174.525,127.75],[174.525,-151.25],[-34.475,-151.25]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-34.475,-151.25],[174.525,-151.25],[174.525,127.75],[-34.475,127.75]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.051000000449,0.451000019148,0.46699999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[34.475,151.25],"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":"Group 59","np":15,"cix":2,"ix":59,"mn":"ADBE Vector Group","hd":false},{"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":[[12.7,-5.75],[7.7,-5.75],[7.7,-1.4],[12.7,-1.4]],"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],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.7,7.4],[7.7,3.15],[3.5,3.15],[3.95,3.6],[3.5,3.15],[2.7,3.15],[2.7,7.4]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.7,7.4],[12.7,7.4],[12.7,3.15],[7.7,3.15]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.7,3.15],[12.7,3.15],[12.7,-1.4],[7.7,-1.4]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.7,3.15],[7.7,-1.4],[2.7,-1.4],[2.7,2.35],[3.5,3.15]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.7,-1.4],[7.7,-5.75],[2.7,-5.75],[2.7,-2.1],[4.05,-3.45],[2.7,-2.1],[2.7,-1.4]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[2.7,-5.75],[-2.3,-5.75],[-2.3,-2.65],[-1.05,-1.4],[2,-1.4],[2.7,-2.1]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.3,-5.75],[-12.4,-5.75],[-12.4,-1.4],[-7.3,-1.4]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.3,3.15],[-12.4,3.15],[-12.4,7.4],[-7.3,7.4]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-12.4,3.15],[-7.3,3.15],[-7.3,-1.4],[-12.4,-1.4]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.3,3.15],[-7.3,7.4],[-2.3,7.4],[-2.3,3.15],[-2.55,3.15],[-3.75,4.35],[-2.55,3.15]],"c":true},"ix":2},"nm":"Path 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":11,"ty":"sh","ix":12,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.3,-1.4],[-7.3,3.15],[-2.55,3.15],[-2.3,2.9],[-2.3,-1.4]],"c":true},"ix":2},"nm":"Path 12","mn":"ADBE Vector Shape - Group","hd":false},{"ind":12,"ty":"sh","ix":13,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[2.7,2.35],[2.7,-1.4],[2,-1.4],[0.45,0.1]],"c":true},"ix":2},"nm":"Path 13","mn":"ADBE Vector Shape - Group","hd":false},{"ind":13,"ty":"sh","ix":14,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[2.7,3.15],[2.7,2.35],[0.45,0.1],[-2.3,2.9],[-2.3,3.15]],"c":true},"ix":2},"nm":"Path 14","mn":"ADBE Vector Shape - Group","hd":false},{"ind":14,"ty":"sh","ix":15,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.45,0.1],[-1.05,-1.4],[-2.3,-1.4],[-2.3,2.9]],"c":true},"ix":2},"nm":"Path 15","mn":"ADBE Vector Shape - Group","hd":false},{"ind":15,"ty":"sh","ix":16,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-2.3,-1.4],[-2.3,-2.65],[-2.3,-5.75],[-7.3,-5.75],[-7.3,-1.4]],"c":true},"ix":2},"nm":"Path 16","mn":"ADBE Vector Shape - Group","hd":false},{"ind":16,"ty":"sh","ix":17,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-2.3,7.4],[2.7,7.4],[2.7,3.15],[-2.3,3.15]],"c":true},"ix":2},"nm":"Path 17","mn":"ADBE Vector Shape - Group","hd":false},{"ind":17,"ty":"sh","ix":18,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.1,10.2],[6.5,10.2],[6.5,9.5],[7.1,9.5]],"c":true},"ix":2},"nm":"Path 18","mn":"ADBE Vector Shape - Group","hd":false},{"ind":18,"ty":"sh","ix":19,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.85,13.45],[-1.3,13.45],[-1.3,14],[-1.85,14]],"c":true},"ix":2},"nm":"Path 19","mn":"ADBE Vector Shape - Group","hd":false},{"ind":19,"ty":"sh","ix":20,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-2.15,14],[-2.7,14],[-2.7,13.45],[-2.15,13.45]],"c":true},"ix":2},"nm":"Path 20","mn":"ADBE Vector Shape - Group","hd":false},{"ind":20,"ty":"sh","ix":21,"ks":{"a":0,"k":{"i":[[-0.033,-0.133],[0,-0.067],[0.067,-0.1],[0.033,-0.1],[0.333,0],[0,0],[0.233,0.167],[0.1,0.067],[0.167,-0.133],[0.1,-0.033],[0,0],[0,0],[0.267,0.033],[0,0],[0.1,-0.067],[0,-0.2],[0,0],[0,0],[0,0],[-0.2,0.267],[-0.367,0],[-0.167,0.167],[-0.333,0],[-0.233,-0.167],[0,-0.267],[-0.2,-0.1],[-0.1,0],[0,0],[-0.1,0.033],[0,0.067],[0.1,0.1],[0,0],[0,0],[0,0]],"o":[[0.067,0.167],[0,0.1],[-0.033,0.133],[-0.2,0.2],[0,0],[-0.133,0],[-0.067,0],[-0.067,0.067],[-0.067,0],[0,0],[0,0],[-0.1,0],[0,0],[-0.133,0],[-0.133,0.1],[0,0],[0,0],[0,0],[0,-0.333],[0.167,-0.167],[0,-0.4],[0.2,-0.233],[0.267,0],[0.233,0.2],[0.067,0.067],[0.133,0.033],[0,0],[0.1,0],[0.1,-0.1],[0,-0.067],[0,0],[0,0],[0,0],[0.1,0.133]],"v":[[-1.4,11.5],[-1.3,11.85],[-1.4,12.15],[-1.5,12.5],[-2.3,12.8],[-2.95,12.8],[-3.5,12.55],[-3.75,12.45],[-4.1,12.75],[-4.35,12.8],[-4.5,12.8],[-4.65,12.8],[-5.2,12.75],[-5.75,12.75],[-6.1,12.85],[-6.3,13.3],[-6.3,15.1],[-6.85,15.1],[-6.85,13.25],[-6.55,12.35],[-5.75,12.1],[-5.5,11.25],[-4.7,10.9],[-3.95,11.15],[-3.6,11.85],[-3.2,12.1],[-2.85,12.15],[-2.3,12.15],[-2,12.1],[-1.85,11.85],[-2,11.6],[-2.3,10.95],[-1.85,10.6],[-1.6,11.1]],"c":true},"ix":2},"nm":"Path 21","mn":"ADBE Vector Shape - Group","hd":false},{"ind":21,"ty":"sh","ix":22,"ks":{"a":0,"k":{"i":[[-0.3,0],[-0.167,-0.167],[0,-0.233],[0.1,-0.167],[0.133,-0.1],[0,0],[0,0],[0,0],[-0.1,0.033],[0,0.067],[0.1,0.1],[0,0],[0,0],[0,0],[-0.033,-0.133],[0,-0.067],[0.067,-0.1],[0.067,-0.1],[0.333,0],[0,0],[0.233,0.1],[0.067,0.067],[0.3,-0.133],[0,0],[0,0],[0,0],[0.3,-0.3],[0.4,-0.233],[0.467,-0.233],[0,0],[-0.167,0.067],[0,0],[0,0],[-0.133,0.067],[-0.167,0.3],[0,0],[0.133,0.2],[0,0.333],[-0.133,0.2],[-0.233,0],[-0.233,-0.167],[-0.067,-0.433],[0,0],[0,0],[0,0],[0.067,0.133],[0,0],[0,0.067],[-0.167,0.167]],"o":[[0.3,0],[0.2,0.2],[0,0.133],[-0.1,0.133],[0,0],[0,0],[0,0],[0.1,0],[0.1,-0.1],[0,-0.067],[0,0],[0,0],[0,0],[0.133,0.133],[0.067,0.167],[0,0.1],[-0.033,0.133],[-0.2,0.2],[0,0],[-0.233,0],[-0.2,-0.067],[-0.033,0.067],[0,0],[0,0],[0,0],[-0.133,0.3],[-0.3,0.3],[-0.233,0.167],[0,0],[0.133,-0.033],[0,0],[0,0],[0.133,-0.167],[0.333,-0.233],[0,0],[-0.333,0],[-0.2,-0.133],[0,-0.233],[0.2,-0.167],[0.233,0],[0.233,0.233],[0,0],[0,0],[0,0],[-0.1,-0.1],[0,0],[-0.033,-0.067],[0,-0.233],[0.233,-0.167]],"v":[[4.15,10.4],[4.85,10.65],[5.15,11.3],[5,11.75],[4.65,12.1],[4.75,12.1],[4.8,12.15],[6.05,12.15],[6.35,12.1],[6.5,11.85],[6.35,11.6],[6.05,10.95],[6.5,10.6],[6.75,11.1],[7,11.5],[7.1,11.85],[7,12.15],[6.85,12.5],[6.05,12.8],[5.2,12.8],[4.5,12.65],[4.1,12.45],[3.6,12.75],[3.45,12.75],[3.3,12.8],[2.05,12.8],[1.4,13.7],[0.35,14.5],[-0.7,15.1],[-0.95,14.55],[-0.5,14.4],[-0.25,14.2],[0.35,13.95],[0.75,13.6],[1.5,12.8],[1.05,12.8],[0.35,12.5],[0.05,11.8],[0.25,11.15],[0.9,10.9],[1.6,11.15],[2.05,12.15],[3.3,12.15],[3.45,12.1],[3.5,12.1],[3.25,11.75],[3.15,11.45],[3.1,11.25],[3.35,10.65]],"c":true},"ix":2},"nm":"Path 22","mn":"ADBE Vector Shape - Group","hd":false},{"ind":22,"ty":"sh","ix":23,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.65,9.5],[6.3,9.5],[6.3,10.2],[5.65,10.2]],"c":true},"ix":2},"nm":"Path 23","mn":"ADBE Vector Shape - Group","hd":false},{"ind":23,"ty":"sh","ix":24,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.2,9.3],[4.8,9.3],[4.8,9.85],[4.2,9.85]],"c":true},"ix":2},"nm":"Path 24","mn":"ADBE Vector Shape - Group","hd":false},{"ind":24,"ty":"sh","ix":25,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.45,9.3],[4.05,9.3],[4.05,9.85],[3.45,9.85]],"c":true},"ix":2},"nm":"Path 25","mn":"ADBE Vector Shape - Group","hd":false},{"ind":25,"ty":"sh","ix":26,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.7,-5.75],[12.7,-5.75],[12.7,-1.4],[12.7,3.15],[12.7,7.4],[7.7,7.4],[2.7,7.4],[-2.3,7.4],[-7.3,7.4],[-12.4,7.4],[-12.4,3.15],[-12.4,-1.4],[-12.4,-5.75],[-7.3,-5.75],[-2.3,-5.75],[2.7,-5.75]],"c":true},"ix":2},"nm":"Path 26","mn":"ADBE Vector Shape - Group","hd":false},{"ind":26,"ty":"sh","ix":27,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.8,-0.767],[0,-0.033],[0,-0.267],[0,0],[0.167,-0.167],[0.3,0],[0.2,0.2],[0.033,0.133],[0,0.133],[-0.2,0.2],[-0.1,0.033],[-0.167,0],[-0.2,-0.2],[-0.033,-0.033],[-0.033,0.033],[-0.067,1.067],[0,0],[0,0],[0.8,-0.767],[0,-0.033],[0,-0.267],[0,0],[0.167,-0.167],[0.3,0],[0.2,0.2],[0.033,0.133],[0,0.133],[-0.2,0.2],[-0.1,0.033],[-0.167,0],[-0.2,-0.2],[-0.033,-0.033],[-0.033,0.033],[-0.067,1.067],[0,0],[0,0],[0.8,-0.767],[0,-0.033],[0,-0.267],[0,0],[0.167,-0.167],[0.3,0],[0.2,0.2],[0.033,0.133],[0,0.133],[-0.2,0.2],[-0.1,0.033],[-0.167,0],[-0.2,-0.2],[-0.033,-0.033],[-0.033,0.033],[-0.067,1.067],[0,0],[0,0],[0.8,-0.767],[0,-0.033],[0,-0.267],[0,0],[0.167,-0.167],[0.3,0],[0.2,0.2],[0.033,0.133],[0,0.133],[-0.2,0.2],[-0.1,0.033],[-0.167,0],[-0.2,-0.2],[-0.033,-0.033],[-0.033,0.033],[-0.067,1.067],[0,0],[0,0],[0.8,-0.767],[0,-0.033],[0,-0.267],[0,0],[0.167,-0.167],[0.3,0],[0.2,0.2],[0.033,0.133],[0,0.133],[-0.2,0.2],[-0.1,0.033],[-0.167,0],[-0.2,-0.2],[-0.033,-0.033],[-0.033,0.033],[-0.067,1.067],[0,0],[0.6,-0.233],[0.3,-1.667],[0,-0.5],[0,0],[-3.2,-0.067],[0,0],[0,3.333],[0,0],[1.1,0.8],[0.567,-0.533],[0,-0.033],[0,-0.267],[0.2,-0.2],[0.3,0],[0.2,0.2],[0.033,0.133],[0,0.133],[-0.2,0.2],[-0.3,0],[-0.2,-0.2],[-0.033,-0.033],[-0.033,0.033],[-0.2,0.7],[1.4,0],[0,0],[0.8,-0.767],[0,-0.033],[0,-0.267],[0,-0.067],[0.167,-0.167],[0.3,0],[0.2,0.2],[0.033,0.133],[0,0.133],[-0.2,0.2],[-0.1,0.033],[-0.167,0],[-0.2,-0.2],[-0.033,-0.033],[-0.033,0.033],[-0.067,1.067]],"o":[[0,0],[-0.067,1.067],[-0.033,0.033],[0.133,0.167],[0,0],[-0.033,0.2],[-0.2,0.2],[-0.3,0],[-0.1,-0.1],[-0.067,-0.133],[0,-0.3],[0.1,-0.1],[0.133,-0.067],[0.3,0],[0.033,0.033],[0,-0.033],[0.8,-0.767],[0,0],[0,0],[-0.067,1.067],[-0.033,0.033],[0.133,0.167],[0,0],[-0.033,0.2],[-0.2,0.2],[-0.3,0],[-0.1,-0.1],[-0.067,-0.133],[0,-0.3],[0.1,-0.1],[0.133,-0.067],[0.3,0],[0.033,0.033],[0,-0.033],[0.8,-0.767],[0,0],[0,0],[-0.067,1.067],[-0.033,0.033],[0.133,0.167],[0,0],[-0.033,0.2],[-0.2,0.2],[-0.3,0],[-0.1,-0.1],[-0.067,-0.133],[0,-0.3],[0.1,-0.1],[0.133,-0.067],[0.3,0],[0.033,0.033],[0,-0.033],[0.8,-0.767],[0,0],[0,0],[-0.067,1.067],[-0.033,0.033],[0.133,0.167],[0,0],[-0.033,0.2],[-0.2,0.2],[-0.3,0],[-0.1,-0.1],[-0.067,-0.133],[0,-0.3],[0.1,-0.1],[0.133,-0.067],[0.3,0],[0.033,0.033],[0,-0.033],[0.8,-0.767],[0,0],[0,0],[-0.067,1.067],[-0.033,0.033],[0.133,0.167],[0,0],[-0.033,0.2],[-0.2,0.2],[-0.3,0],[-0.1,-0.1],[-0.067,-0.133],[0,-0.3],[0.1,-0.1],[0.133,-0.067],[0.3,0],[0.033,0.033],[0,-0.033],[0.8,-0.767],[0,0],[-0.833,0.033],[-1.4,0.5],[-0.067,0.4],[0,0],[0,3.267],[0,0],[3.333,0],[0,0],[0,-1.933],[-0.2,0.7],[-0.033,0.033],[0.133,0.167],[0,0.3],[-0.2,0.2],[-0.3,0],[-0.1,-0.1],[-0.067,-0.133],[0,-0.3],[0.2,-0.2],[0.3,0],[0.033,0.033],[0,-0.033],[0.567,-0.533],[-0.833,-0.6],[0,0],[-0.067,1.067],[-0.033,0.033],[0.133,0.167],[0,0.067],[-0.033,0.2],[-0.2,0.2],[-0.3,0],[-0.1,-0.1],[-0.067,-0.133],[0,-0.3],[0.1,-0.1],[0.133,-0.067],[0.3,0],[0.033,0.033],[0,-0.033],[0.8,-0.767],[0,0]],"v":[[8.7,-16.3],[7.4,-16.3],[6.1,-13.55],[6.05,-13.45],[6.25,-12.8],[6.25,-12.6],[5.95,-12.05],[5.2,-11.75],[4.45,-12.05],[4.25,-12.4],[4.15,-12.8],[4.45,-13.55],[4.75,-13.75],[5.2,-13.85],[5.95,-13.55],[6.05,-13.45],[6.1,-13.55],[7.4,-16.3],[3.7,-16.3],[2.4,-16.3],[1.1,-13.55],[1.05,-13.45],[1.25,-12.8],[1.25,-12.6],[0.95,-12.05],[0.2,-11.75],[-0.55,-12.05],[-0.75,-12.4],[-0.85,-12.8],[-0.55,-13.55],[-0.25,-13.75],[0.2,-13.85],[0.95,-13.55],[1.05,-13.45],[1.1,-13.55],[2.4,-16.3],[-1.3,-16.3],[-2.6,-16.3],[-3.9,-13.55],[-3.95,-13.45],[-3.75,-12.8],[-3.75,-12.6],[-4.05,-12.05],[-4.8,-11.75],[-5.55,-12.05],[-5.75,-12.4],[-5.85,-12.8],[-5.55,-13.55],[-5.25,-13.75],[-4.8,-13.85],[-4.05,-13.55],[-3.95,-13.45],[-3.9,-13.55],[-2.6,-16.3],[-6.3,-16.3],[-7.6,-16.3],[-8.9,-13.55],[-8.95,-13.45],[-8.75,-12.8],[-8.75,-12.6],[-9.05,-12.05],[-9.8,-11.75],[-10.55,-12.05],[-10.75,-12.4],[-10.85,-12.8],[-10.55,-13.55],[-10.25,-13.75],[-9.8,-13.85],[-9.05,-13.55],[-8.95,-13.45],[-8.9,-13.55],[-7.6,-16.3],[-11.3,-16.3],[-12.6,-16.3],[-13.9,-13.55],[-13.95,-13.45],[-13.75,-12.8],[-13.75,-12.6],[-14.05,-12.05],[-14.8,-11.75],[-15.55,-12.05],[-15.75,-12.4],[-15.85,-12.8],[-15.55,-13.55],[-15.25,-13.75],[-14.8,-13.85],[-14.05,-13.55],[-13.95,-13.45],[-13.9,-13.55],[-12.6,-16.3],[-14.1,-16.3],[-16.25,-15.9],[-18.8,-12.65],[-18.9,-11.3],[-18.9,11.3],[-14.1,16.3],[13.9,16.3],[18.9,11.3],[18.9,-11.3],[17.25,-15.4],[16.1,-13.55],[16.05,-13.45],[16.25,-12.8],[15.95,-12.05],[15.2,-11.75],[14.45,-12.05],[14.25,-12.4],[14.15,-12.8],[14.45,-13.55],[15.2,-13.85],[15.95,-13.55],[16.05,-13.45],[16.1,-13.55],[17.25,-15.4],[13.9,-16.3],[12.4,-16.3],[11.1,-13.55],[11.05,-13.45],[11.25,-12.8],[11.25,-12.6],[10.95,-12.05],[10.2,-11.75],[9.45,-12.05],[9.25,-12.4],[9.15,-12.8],[9.45,-13.55],[9.75,-13.75],[10.2,-13.85],[10.95,-13.55],[11.05,-13.45],[11.1,-13.55],[12.4,-16.3]],"c":true},"ix":2},"nm":"Path 27","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-34.35,139.95],[174.65,139.95],[174.65,-139.05],[-34.35,-139.05]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-34.35,-139.05],[174.65,-139.05],[174.65,139.95],[-34.35,139.95]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":29,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[34.35,139.05],"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":"Group 60","np":31,"cix":2,"ix":60,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,1.5],[1.067,1.067],[1.533,0],[0,0],[1.067,1.1],[0,1.533],[-1.067,1.067],[-1.533,0],[0,0],[-1.1,1],[-0.067,1.467],[1.067,1.133],[1.567,0],[1.033,1.033],[0,1.5],[0,0],[-1.067,1.067],[-1.467,0],[0,0],[-1.067,1.067],[0,1.533],[1.067,1.067],[1.533,0],[0,0],[1.1,-1.067],[0,-1.533],[-1.067,-1.067],[-1.5,0],[0,0],[-1.067,-1.067],[0,-1.5],[1.1,-1.067],[1.533,0],[0,0],[1.1,-1],[0.067,-1.467],[-1.067,-1.133],[-1.567,0],[0,0],[-1.1,-1.1],[0,-1.5],[1.067,-1.067],[1.5,0],[0,0],[1.067,-1.067],[0,-1.533],[-1.067,-1.1],[-1.533,0],[0,0],[-1.067,-1.067],[0,-1.533],[1.1,-1.067],[1.5,0],[0,0],[1.067,-1.067],[0,-1.5],[-1.1,-1.067],[-1.5,0],[0,0],[-1.067,-1.067],[0,-1.5],[1.067,-1.067],[1.533,0],[0,0],[1.1,-1],[0.067,-1.467],[-1.1,-1.133],[-1.567,0],[0,0],[-1.1,-1.067],[0,-1.533],[1.067,-1.1],[1.5,0],[0,0],[1.067,-1.067],[0,-1.533],[-1.067,-1.067],[-1.533,0],[0,0],[-1.067,1.067],[0,1.533],[1.067,1.067],[1.533,0],[0,0],[1.1,1.067],[0,1.5],[-1.067,1.067],[-1.5,0],[0,0],[-1.1,1.033],[-0.067,1.467],[1.067,1.133],[1.567,0],[0,0],[1.067,1.067],[0,1.533],[-1.067,1.1],[-1.533,0],[0,0],[-1.067,1.067],[0,1.533],[1.067,1.1],[1.533,0],[0,0],[1.1,1.067],[0,1.533],[-1.067,1.067],[-1.5,0],[0,0],[-1.067,1.067]],"o":[[0,-1.533],[-1.067,-1.067],[0,0],[-1.533,0],[-1.067,-1.067],[0,-1.5],[1.067,-1.1],[0,0],[1.5,0],[1.1,-1],[0.067,-1.6],[-1.1,-1.133],[-1.467,0],[-1.067,-1.033],[0,0],[0,-1.467],[1.033,-1.033],[0,0],[1.533,0],[1.067,-1.067],[0,-1.533],[-1.067,-1.067],[0,0],[-1.5,0],[-1.067,1.067],[0,1.533],[1.1,1.067],[0,0],[1.533,0],[1.1,1.1],[0,1.533],[-1.067,1.067],[0,0],[-1.5,0],[-1.1,1.033],[-0.067,1.567],[1.1,1.133],[0,0],[1.5,0],[1.067,1.067],[0,1.533],[-1.1,1.1],[0,0],[-1.533,0],[-1.067,1.067],[0,1.5],[1.067,1.067],[0,0],[1.5,0],[1.1,1.067],[0,1.533],[-1.067,1.067],[0,0],[-1.5,0],[-1.1,1.1],[0,1.533],[1.067,1.067],[0,0],[1.533,0],[1.067,1.1],[0,1.533],[-1.067,1.067],[0,0],[-1.5,0],[-1.1,1.033],[-0.1,1.567],[1.067,1.167],[0,0],[1.5,0],[1.067,1.067],[0,1.5],[-1.1,1.067],[0,0],[-1.533,0],[-1.067,1.067],[0,1.533],[1.067,1.067],[0,0],[1.533,0],[1.067,-1.067],[0,-1.533],[-1.067,-1.067],[0,0],[-1.5,0],[-1.067,-1.1],[0,-1.533],[1.1,-1.067],[0,0],[1.5,0],[1.1,-1],[0.067,-1.6],[-1.1,-1.133],[0,0],[-1.533,0],[-1.067,-1.067],[0,-1.5],[1.067,-1.067],[0,0],[1.533,0],[1.067,-1.067],[0,-1.5],[-1.067,-1.067],[0,0],[-1.5,0],[-1.067,-1.067],[0,-1.533],[1.1,-1.067],[0,0],[1.533,0],[1.067,-1.1]],"v":[[63.325,-11],[61.725,-14.9],[57.825,-16.5],[0.025,-16.5],[-3.875,-18.15],[-5.475,-22.05],[-3.875,-25.9],[0.025,-27.55],[22.725,-27.55],[26.625,-29.05],[28.375,-32.75],[26.875,-36.85],[22.875,-38.55],[19.125,-40.1],[17.525,-43.9],[17.525,-44.2],[19.125,-48],[22.875,-49.55],[45.575,-49.55],[49.475,-51.15],[51.075,-55.05],[49.475,-58.95],[45.575,-60.55],[-53.925,-60.55],[-57.825,-58.95],[-59.425,-55.05],[-57.825,-51.15],[-53.925,-49.55],[-39.725,-49.55],[-35.825,-47.95],[-34.175,-44.05],[-35.825,-40.15],[-39.725,-38.55],[-65.425,-38.55],[-69.325,-37.05],[-71.075,-33.3],[-69.575,-29.25],[-65.575,-27.55],[-57.925,-27.55],[-54.025,-25.9],[-52.425,-22.05],[-54.025,-18.15],[-57.925,-16.5],[-61.675,-16.5],[-65.575,-14.9],[-67.175,-11],[-65.575,-7.1],[-61.675,-5.5],[-20.875,-5.5],[-17.025,-3.9],[-15.375,0],[-17.025,3.9],[-20.875,5.5],[-23.475,5.5],[-27.325,7.1],[-28.975,11],[-27.325,14.9],[-23.475,16.5],[12.025,16.5],[15.925,18.1],[17.525,22],[15.925,25.9],[12.025,27.5],[-44.675,27.5],[-48.575,29],[-50.325,32.75],[-48.825,36.8],[-44.875,38.55],[-31.575,38.55],[-27.675,40.15],[-26.075,44.05],[-27.675,47.95],[-31.575,49.55],[-62.825,49.55],[-66.725,51.15],[-68.325,55.05],[-66.725,58.95],[-62.825,60.55],[20.125,60.55],[24.025,58.95],[25.625,55.05],[24.025,51.15],[20.125,49.55],[11.325,49.55],[7.425,47.95],[5.825,44.05],[7.425,40.15],[11.325,38.55],[65.425,38.55],[69.325,37],[71.075,33.3],[69.575,29.2],[65.575,27.5],[61.075,27.5],[57.175,25.9],[55.575,22],[57.175,18.1],[61.075,16.5],[65.575,16.5],[69.475,14.9],[71.075,11],[69.475,7.1],[65.575,5.5],[49.325,5.5],[45.425,3.9],[43.825,0],[45.425,-3.9],[49.325,-5.5],[57.825,-5.5],[61.725,-7.1]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-103.525,128.9],[105.475,128.9],[105.475,-150.1],[-103.525,-150.1]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-103.525,-150.1],[105.475,-150.1],[105.475,128.9],[-103.525,128.9]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.877999997606,0.877999997606,0.877999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[103.525,150.1],"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":"Group 61","np":4,"cix":2,"ix":61,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":326,"st":0,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/map_animation.json b/ohos/flutter_lottie/assets/lottiefiles/map_animation.json new file mode 100644 index 0000000000000000000000000000000000000000..8c2e017a6daeb618e032d198726d74e041799b27 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/map_animation.json @@ -0,0 +1 @@ +{"v":"4.6.3","fr":29.9700012207031,"ip":0,"op":90.0000036657751,"w":1440,"h":1024,"nm":"Map Animation","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[10],"e":[60]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":30,"s":[60],"e":[10]},{"t":47.0000019143492}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[8.5,8.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[60.304,60.304,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[27.395,27.395]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.202,-0.01],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":5,"s":[46],"e":[26]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":37,"s":[26],"e":[46]},{"t":79.000003217736}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[8.5,8.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[60.304,60.304,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[27.395,27.395]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.202,-0.01],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1}]},{"id":"comp_2","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[13],"e":[43]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":29,"s":[43],"e":[13]},{"t":84.0000034213901}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[8.5,8.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[60.304,60.304,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[27.395,27.395]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.202,-0.01],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1}]},{"id":"comp_3","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":13,"s":[70],"e":[20]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":25,"s":[20],"e":[70]},{"t":87.0000035435826}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[8.5,8.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[60.304,60.304,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[27.395,27.395]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.202,-0.01],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1}]},{"id":"comp_4","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[22],"e":[82]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":60,"s":[82],"e":[32]},{"t":84.0000034213901}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[8.5,8.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[60.304,60.304,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[27.395,27.395]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.202,-0.01],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1}]},{"id":"comp_5","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":18,"s":[17],"e":[87]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":44,"s":[87],"e":[17]},{"t":68.0000027696968}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[8.5,8.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[60.304,60.304,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[27.395,27.395]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.202,-0.01],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1}]},{"id":"comp_6","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":8,"s":[57],"e":[27]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":36,"s":[27],"e":[57]},{"t":80.0000032584668}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[8.5,8.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[60.304,60.304,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[27.395,27.395]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.202,-0.01],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1}]},{"id":"comp_7","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":1,"s":[40],"e":[70]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":27,"s":[70],"e":[40]},{"t":89.0000036250443}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[8.5,8.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[60.304,60.304,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[27.395,27.395]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.202,-0.01],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1}]},{"id":"comp_8","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":10,"s":[25],"e":[75]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":61,"s":[75],"e":[25]},{"t":89.0000036250443}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[8.5,8.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[60.304,60.304,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[27.395,27.395]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.202,-0.01],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1}]},{"id":"comp_9","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":11,"s":[43],"e":[13]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":35,"s":[13],"e":[43]},{"t":68.0000027696968}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[8.5,8.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[60.304,60.304,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[27.395,27.395]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.202,-0.01],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1}]},{"id":"comp_10","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":4,"s":[85],"e":[65]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":37,"s":[65],"e":[85]},{"t":71.0000028918893}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[8.5,8.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[60.304,60.304,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[27.395,27.395]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.202,-0.01],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1}]},{"id":"comp_11","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":16,"s":[94],"e":[14]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":57,"s":[14],"e":[94]},{"t":87.0000035435826}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[8.5,8.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[60.304,60.304,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[27.395,27.395]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.202,-0.01],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1}]},{"id":"comp_12","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":15,"s":[30],"e":[75]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":49,"s":[75],"e":[30]},{"t":73.000002973351}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[8.5,8.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[60.304,60.304,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[27.395,27.395]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.202,-0.01],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1}]},{"id":"comp_13","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":12,"s":[77],"e":[57]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":30,"s":[57],"e":[77]},{"t":72.0000029326201}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[8.5,8.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[60.304,60.304,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[27.395,27.395]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.202,-0.01],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1}]},{"id":"comp_14","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":16,"s":[64],"e":[24]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":57,"s":[24],"e":[64]},{"t":87.0000035435826}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[8.5,8.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[60.304,60.304,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[27.395,27.395]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.202,-0.01],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1}]},{"id":"comp_15","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":23,"s":[17],"e":[67]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":58,"s":[67],"e":[17]},{"t":88.0000035843135}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[8.5,8.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[60.304,60.304,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[27.395,27.395]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.202,-0.01],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1}]},{"id":"comp_16","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[95],"e":[45]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":59,"s":[45],"e":[95]},{"t":82.0000033399285}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[8.5,8.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[60.304,60.304,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[27.395,27.395]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.202,-0.01],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1}]},{"id":"comp_17","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":17,"s":[11],"e":[31]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":47,"s":[31],"e":[11]},{"t":89.0000036250443}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[8.5,8.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[60.304,60.304,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[27.395,27.395]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.202,-0.01],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1}]},{"id":"comp_18","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":1,"s":[50],"e":[90]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":62,"s":[90],"e":[50]},{"t":88.0000035843135}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[8.5,8.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[60.304,60.304,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[27.395,27.395]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.202,-0.01],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1}]},{"id":"comp_19","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":6,"s":[16],"e":[36]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":56,"s":[36],"e":[16]},{"t":89.0000036250443}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[8.5,8.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[60.304,60.304,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[27.395,27.395]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.202,-0.01],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1}]},{"id":"comp_20","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":3,"s":[99],"e":[59]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":65,"s":[59],"e":[99]},{"t":81.0000032991976}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[8.5,8.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[60.304,60.304,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[27.395,27.395]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.202,-0.01],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1}]},{"id":"comp_21","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":6,"s":[28],"e":[58]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":56,"s":[58],"e":[28]},{"t":89.0000036250443}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[8.5,8.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[60.304,60.304,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[27.395,27.395]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.202,-0.01],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1}]},{"id":"comp_22","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":5,"s":[40],"e":[20]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":37,"s":[20],"e":[40]},{"t":79.000003217736}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[8.5,8.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[60.304,60.304,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[27.395,27.395]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.202,-0.01],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1}]},{"id":"comp_23","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":1,"s":[15],"e":[95]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":43,"s":[95],"e":[15]},{"t":88.0000035843135}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[8.5,8.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[60.304,60.304,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[27.395,27.395]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.202,-0.01],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1}]},{"id":"comp_24","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":12,"s":[63],"e":[13]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":45,"s":[13],"e":[63]},{"t":72.0000029326201}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[8.5,8.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[60.304,60.304,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[27.395,27.395]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.202,-0.01],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1}]},{"id":"comp_25","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":10,"s":[20],"e":[50]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":61,"s":[50],"e":[20]},{"t":89.0000036250443}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[8.5,8.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[60.304,60.304,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[27.395,27.395]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.202,-0.01],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1}]},{"id":"comp_26","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[12],"e":[62]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":30,"s":[62],"e":[12]},{"t":74.0000030140818}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[8.5,8.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[60.304,60.304,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[27.395,27.395]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.202,-0.01],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1}]},{"id":"comp_27","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":20,"s":[16],"e":[86]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":53,"s":[86],"e":[16]},{"t":89.0000036250443}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[8.5,8.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[60.304,60.304,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[27.395,27.395]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.202,-0.01],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1}]},{"id":"comp_28","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":7,"s":[83],"e":[33]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":26,"s":[33],"e":[83]},{"t":83.0000033806593}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[8.5,8.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[60.304,60.304,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[27.395,27.395]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.202,-0.01],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1}]},{"id":"comp_29","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":4,"s":[51],"e":[81]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":47,"s":[81],"e":[51]},{"t":89.0000036250443}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[8.5,8.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[60.304,60.304,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[27.395,27.395]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.202,-0.01],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1}]},{"id":"comp_30","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[85],"e":[35]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":59,"s":[35],"e":[85]},{"t":82.0000033399285}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[8.5,8.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[60.304,60.304,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[27.395,27.395]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.202,-0.01],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1}]},{"id":"comp_31","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":1,"s":[69],"e":[99]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":62,"s":[99],"e":[69]},{"t":88.0000035843135}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[8.5,8.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[60.304,60.304,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[27.395,27.395]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.202,-0.01],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1}]},{"id":"comp_32","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":17,"s":[88],"e":[18]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":37,"s":[18],"e":[88]},{"t":88.0000035843135}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[8.5,8.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[60.304,60.304,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[27.395,27.395]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.202,-0.01],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1}]},{"id":"comp_33","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[36],"e":[96]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":37,"s":[96],"e":[36]},{"t":89.0000036250443}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[8.5,8.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[60.304,60.304,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[27.395,27.395]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.202,-0.01],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1}]},{"id":"comp_34","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":1,"s":[10],"e":[90]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":43,"s":[90],"e":[10]},{"t":88.0000035843135}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[8.5,8.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[60.304,60.304,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[27.395,27.395]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.202,-0.01],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1}]},{"id":"comp_35","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":15,"s":[32],"e":[72]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":53,"s":[72],"e":[32]},{"t":73.000002973351}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[8.5,8.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[60.304,60.304,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[27.395,27.395]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.202,-0.01],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1}]},{"id":"comp_36","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":1,"s":[15],"e":[45]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":27,"s":[45],"e":[15]},{"t":89.0000036250443}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[8.5,8.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[60.304,60.304,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[27.395,27.395]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.202,-0.01],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1}]},{"id":"comp_37","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":18,"s":[16],"e":[26]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":51,"s":[26],"e":[26]},{"t":73.000002973351}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[8.5,8.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[60.304,60.304,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[27.395,27.395]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.202,-0.01],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1}]},{"id":"comp_38","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":1,"s":[62],"e":[92]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":37,"s":[92],"e":[62]},{"t":89.0000036250443}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[8.5,8.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[60.304,60.304,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[27.395,27.395]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.202,-0.01],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Dot_01","refId":"comp_0","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[835.5,544.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":0,"nm":"Dot_01","refId":"comp_0","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[713,520,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":0,"nm":"Dot_37","refId":"comp_1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[393.25,322.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":0,"nm":"Dot_10","refId":"comp_2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[418,322.75,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":0,"nm":"Dot_01","refId":"comp_0","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[319.75,249,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":0,"nm":"Dot_01","refId":"comp_0","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[245.5,248.75,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":0,"nm":"Dot_01","refId":"comp_0","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[369,298,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":0,"nm":"Dot_01","refId":"comp_0","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[319.75,298.25,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":0,"nm":"Dot_01","refId":"comp_0","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[270.5,298.25,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":0,"nm":"Dot_14","refId":"comp_3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[393.5,396.25,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":0,"nm":"Dot_01","refId":"comp_0","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[418.25,372,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":0,"nm":"Dot_20","refId":"comp_4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[368.5,445.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":0,"nm":"Dot_01","refId":"comp_0","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[368.25,420.75,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":0,"nm":"Dot_01","refId":"comp_0","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[319.25,421,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":0,"nm":"Dot_01","refId":"comp_0","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[860.75,470.25,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":0,"nm":"Dot_01","refId":"comp_0","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1007.5,371.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":0,"nm":"Dot_01","refId":"comp_0","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[712.25,347.75,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":0,"nm":"Dot_01","refId":"comp_0","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[663.75,371.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":0,"nm":"Dot_01","refId":"comp_0","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[835.75,396.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":20,"ty":0,"nm":"Dot_01","refId":"comp_0","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[762.25,445.25,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":21,"ty":0,"nm":"Dot_01","refId":"comp_0","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[737.5,396.75,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":22,"ty":0,"nm":"Dot_01","refId":"comp_0","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[687.75,421.25,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":23,"ty":0,"nm":"Dot_18","refId":"comp_5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[688.5,445.75,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":24,"ty":0,"nm":"Dot_01","refId":"comp_0","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[811,347.25,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":25,"ty":0,"nm":"Dot_10","refId":"comp_2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[811,371.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":26,"ty":0,"nm":"Dot_01","refId":"comp_0","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1105.75,199.75,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":27,"ty":0,"nm":"Dot_01","refId":"comp_0","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1032.75,322.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":28,"ty":0,"nm":"Dot_01","refId":"comp_0","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1007.5,273.75,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":29,"ty":0,"nm":"Dot_01","refId":"comp_0","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1155.5,420.75,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":30,"ty":0,"nm":"Dot_01","refId":"comp_0","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1155.25,371.75,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":31,"ty":0,"nm":"Dot_01","refId":"comp_0","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1180.25,273.75,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":32,"ty":0,"nm":"Dot_01","refId":"comp_0","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1327.5,323,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":33,"ty":0,"nm":"Dot_01","refId":"comp_0","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1254,323,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":34,"ty":0,"nm":"Dot_01","refId":"comp_0","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1303,273.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":35,"ty":0,"nm":"Dot_01","refId":"comp_0","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1179.25,224,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":36,"ty":0,"nm":"Dot_01","refId":"comp_0","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1131,224.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":37,"ty":0,"nm":"Dot_01","refId":"comp_0","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1130,174.75,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":38,"ty":0,"nm":"Dot_28","refId":"comp_6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[835.75,495.25,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":39,"ty":0,"nm":"Dot_28","refId":"comp_6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1131,421,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":40,"ty":0,"nm":"Dot_28","refId":"comp_6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[319.5,396.75,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":41,"ty":0,"nm":"Dot_28","refId":"comp_6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[221.75,224.25,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":42,"ty":0,"nm":"Dot_28","refId":"comp_6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[393.75,298.25,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":43,"ty":0,"nm":"Dot_28","refId":"comp_6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[491.5,150.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":44,"ty":0,"nm":"Dot_28","refId":"comp_6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[295.5,322.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":45,"ty":0,"nm":"Dot_28","refId":"comp_6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[270.5,396.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":46,"ty":0,"nm":"Dot_28","refId":"comp_6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[295.5,347,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":47,"ty":0,"nm":"Dot_28","refId":"comp_6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[393.5,421.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":48,"ty":0,"nm":"Dot_28","refId":"comp_6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[836,593,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":49,"ty":0,"nm":"Dot_28","refId":"comp_6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1180,445.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":50,"ty":0,"nm":"Dot_28","refId":"comp_6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[984,421.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":51,"ty":0,"nm":"Dot_28","refId":"comp_6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1081.5,347,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":52,"ty":0,"nm":"Dot_28","refId":"comp_6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1081.5,200,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":53,"ty":0,"nm":"Dot_28","refId":"comp_6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1327.5,372,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":54,"ty":0,"nm":"Dot_26","refId":"comp_7","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[934.5,396.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":55,"ty":0,"nm":"Dot_26","refId":"comp_7","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1376.5,273.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":56,"ty":0,"nm":"Dot_26","refId":"comp_7","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[369,224,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":57,"ty":0,"nm":"Dot_26","refId":"comp_7","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[442.5,175,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":58,"ty":0,"nm":"Dot_26","refId":"comp_7","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[221,322.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":59,"ty":0,"nm":"Dot_26","refId":"comp_7","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[393,347,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":60,"ty":0,"nm":"Dot_26","refId":"comp_7","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[320.5,274,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":61,"ty":0,"nm":"Dot_26","refId":"comp_7","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[688.5,519.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":62,"ty":0,"nm":"Dot_26","refId":"comp_7","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[836,618,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":63,"ty":0,"nm":"Dot_26","refId":"comp_7","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1278.5,814.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":64,"ty":0,"nm":"Dot_26","refId":"comp_7","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[909.5,470.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":65,"ty":0,"nm":"Dot_26","refId":"comp_7","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[885,323,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":66,"ty":0,"nm":"Dot_26","refId":"comp_7","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[983.5,347,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":67,"ty":0,"nm":"Dot_26","refId":"comp_7","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[836,372,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":68,"ty":0,"nm":"Dot_26","refId":"comp_7","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1180,396.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":69,"ty":0,"nm":"Dot_26","refId":"comp_7","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1155.5,298.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":70,"ty":0,"nm":"Dot_26","refId":"comp_7","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1229,298.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":71,"ty":0,"nm":"Dot_34","refId":"comp_8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[320,347.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":72,"ty":0,"nm":"Dot_34","refId":"comp_8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[786,372.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":73,"ty":0,"nm":"Dot_34","refId":"comp_8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[811.5,593.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":74,"ty":0,"nm":"Dot_34","refId":"comp_8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[639,543.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":75,"ty":0,"nm":"Dot_34","refId":"comp_8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1302.5,789.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":76,"ty":0,"nm":"Dot_34","refId":"comp_8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[540.5,126,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":77,"ty":0,"nm":"Dot_34","refId":"comp_8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[541,224.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":78,"ty":0,"nm":"Dot_34","refId":"comp_8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[811,322.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":79,"ty":0,"nm":"Dot_34","refId":"comp_8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[958.5,298.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":80,"ty":0,"nm":"Dot_34","refId":"comp_8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[835.5,421,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":81,"ty":0,"nm":"Dot_34","refId":"comp_8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[885,544,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":82,"ty":0,"nm":"Dot_34","refId":"comp_8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1033,446,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":83,"ty":0,"nm":"Dot_34","refId":"comp_8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1327.5,347,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":84,"ty":0,"nm":"Dot_34","refId":"comp_8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1106.5,273.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":85,"ty":0,"nm":"Dot_34","refId":"comp_8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1278,249,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":86,"ty":0,"nm":"Dot_34","refId":"comp_8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1204.5,372,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":87,"ty":0,"nm":"Dot_34","refId":"comp_8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1204.5,322.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":88,"ty":0,"nm":"Dot_21","refId":"comp_9","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[786.5,470.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":89,"ty":0,"nm":"Dot_21","refId":"comp_9","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[811.5,618,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":90,"ty":0,"nm":"Dot_21","refId":"comp_9","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[418,691.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":91,"ty":0,"nm":"Dot_21","refId":"comp_9","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[148,273.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":92,"ty":0,"nm":"Dot_21","refId":"comp_9","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[221.5,372,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":93,"ty":0,"nm":"Dot_21","refId":"comp_9","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[369,396.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":94,"ty":0,"nm":"Dot_21","refId":"comp_9","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[344.5,273.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":95,"ty":0,"nm":"Dot_21","refId":"comp_9","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[516.5,249,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":96,"ty":0,"nm":"Dot_21","refId":"comp_9","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[516.5,126,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":97,"ty":0,"nm":"Dot_21","refId":"comp_9","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1180,249,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":98,"ty":0,"nm":"Dot_21","refId":"comp_9","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1081.5,298,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":99,"ty":0,"nm":"Dot_21","refId":"comp_9","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[860,372,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":100,"ty":0,"nm":"Dot_21","refId":"comp_9","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[958.5,372,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":101,"ty":0,"nm":"Dot_21","refId":"comp_9","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1131,396.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":102,"ty":0,"nm":"Dot_21","refId":"comp_9","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1229,421,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":103,"ty":0,"nm":"Dot_21","refId":"comp_9","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1131,519.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":104,"ty":0,"nm":"Dot_21","refId":"comp_9","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1155.5,740.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":105,"ty":0,"nm":"Dot_34","refId":"comp_8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1327.5,741,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":106,"ty":0,"nm":"Dot_34","refId":"comp_8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1032.5,224,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":107,"ty":0,"nm":"Dot_34","refId":"comp_8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1254,273.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":108,"ty":0,"nm":"Dot_34","refId":"comp_8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1056.5,446,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":109,"ty":0,"nm":"Dot_34","refId":"comp_8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1180,372,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":110,"ty":0,"nm":"Dot_34","refId":"comp_8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1007.5,323,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":111,"ty":0,"nm":"Dot_34","refId":"comp_8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[860.5,421,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":112,"ty":0,"nm":"Dot_34","refId":"comp_8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[909,495,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":113,"ty":0,"nm":"Dot_34","refId":"comp_8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[860.5,642.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":114,"ty":0,"nm":"Dot_34","refId":"comp_8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[738,544,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":115,"ty":0,"nm":"Dot_34","refId":"comp_8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[491.5,667,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":116,"ty":0,"nm":"Dot_34","refId":"comp_8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[221.5,396.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":117,"ty":0,"nm":"Dot_34","refId":"comp_8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[369,372,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":118,"ty":0,"nm":"Dot_34","refId":"comp_8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[172.5,323,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":119,"ty":0,"nm":"Dot_34","refId":"comp_8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[221.5,199.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":120,"ty":0,"nm":"Dot_34","refId":"comp_8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[516.5,273.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":121,"ty":0,"nm":"Dot_34","refId":"comp_8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[516.5,200,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":122,"ty":0,"nm":"Dot_13","refId":"comp_10","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[762.5,298,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":123,"ty":0,"nm":"Dot_13","refId":"comp_10","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[885.5,371.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":124,"ty":0,"nm":"Dot_13","refId":"comp_10","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1008,249,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":125,"ty":0,"nm":"Dot_13","refId":"comp_10","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1278.5,716,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":126,"ty":0,"nm":"Dot_13","refId":"comp_10","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1253.5,298,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":127,"ty":0,"nm":"Dot_13","refId":"comp_10","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1032,347.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":128,"ty":0,"nm":"Dot_13","refId":"comp_10","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1204.5,396.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":129,"ty":0,"nm":"Dot_13","refId":"comp_10","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1106,445.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":130,"ty":0,"nm":"Dot_13","refId":"comp_10","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[663.5,519,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":131,"ty":0,"nm":"Dot_13","refId":"comp_10","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[787,642.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":132,"ty":0,"nm":"Dot_13","refId":"comp_10","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[516,667,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":133,"ty":0,"nm":"Dot_13","refId":"comp_10","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[418,396.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":134,"ty":0,"nm":"Dot_13","refId":"comp_10","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[246,372,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":135,"ty":0,"nm":"Dot_13","refId":"comp_10","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[123,323,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":136,"ty":0,"nm":"Dot_13","refId":"comp_10","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[295.5,249,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":137,"ty":0,"nm":"Dot_13","refId":"comp_10","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[442.5,199.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":138,"ty":0,"nm":"Dot_13","refId":"comp_10","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[565.5,126,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":139,"ty":0,"nm":"Dot_32","refId":"comp_11","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[98.5,298,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":140,"ty":0,"nm":"Dot_32","refId":"comp_11","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[417.5,445.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":141,"ty":0,"nm":"Dot_32","refId":"comp_11","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[492,716,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":142,"ty":0,"nm":"Dot_32","refId":"comp_11","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[663.5,544,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":143,"ty":0,"nm":"Dot_32","refId":"comp_11","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[664,641.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":144,"ty":0,"nm":"Dot_32","refId":"comp_11","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[860.5,568.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":145,"ty":0,"nm":"Dot_32","refId":"comp_11","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1154.5,765.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":146,"ty":0,"nm":"Dot_32","refId":"comp_11","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1204.5,716.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":147,"ty":0,"nm":"Dot_32","refId":"comp_11","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1204.5,445.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":148,"ty":0,"nm":"Dot_32","refId":"comp_11","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1278.5,323,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":149,"ty":0,"nm":"Dot_32","refId":"comp_11","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1130.5,248.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":150,"ty":0,"nm":"Dot_32","refId":"comp_11","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1131,347,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":151,"ty":0,"nm":"Dot_32","refId":"comp_11","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[958.5,396.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":152,"ty":0,"nm":"Dot_32","refId":"comp_11","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[934.5,298.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":153,"ty":0,"nm":"Dot_32","refId":"comp_11","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[738,298.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":154,"ty":0,"nm":"Dot_32","refId":"comp_11","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[467.5,249,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":155,"ty":0,"nm":"Dot_32","refId":"comp_11","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[516.5,150.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":156,"ty":0,"nm":"Dot_04","refId":"comp_12","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[123,273.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":157,"ty":0,"nm":"Dot_04","refId":"comp_12","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[197.5,421,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":158,"ty":0,"nm":"Dot_04","refId":"comp_12","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[245.5,323,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":159,"ty":0,"nm":"Dot_04","refId":"comp_12","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[319.5,224.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":160,"ty":0,"nm":"Dot_04","refId":"comp_12","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[516.5,101.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":161,"ty":0,"nm":"Dot_04","refId":"comp_12","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[516.5,224.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":162,"ty":0,"nm":"Dot_04","refId":"comp_12","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[860.5,446,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":163,"ty":0,"nm":"Dot_04","refId":"comp_12","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[811,273.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":164,"ty":0,"nm":"Dot_04","refId":"comp_12","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1352,273.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":165,"ty":0,"nm":"Dot_04","refId":"comp_12","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1057,200,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":166,"ty":0,"nm":"Dot_04","refId":"comp_12","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1204,249,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":167,"ty":0,"nm":"Dot_04","refId":"comp_12","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[983.5,322.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":168,"ty":0,"nm":"Dot_04","refId":"comp_12","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[958.5,445.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":169,"ty":0,"nm":"Dot_04","refId":"comp_12","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1106,519,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":170,"ty":0,"nm":"Dot_04","refId":"comp_12","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1327.5,642,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":171,"ty":0,"nm":"Dot_04","refId":"comp_12","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1327.5,716,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":172,"ty":0,"nm":"Dot_04","refId":"comp_12","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1180,716.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":173,"ty":0,"nm":"Dot_17","refId":"comp_13","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1254,790,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":174,"ty":0,"nm":"Dot_17","refId":"comp_13","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1302.5,716.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":175,"ty":0,"nm":"Dot_17","refId":"comp_13","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1082,519.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":176,"ty":0,"nm":"Dot_17","refId":"comp_13","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1229.5,371.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":177,"ty":0,"nm":"Dot_17","refId":"comp_13","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1352.5,323,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":178,"ty":0,"nm":"Dot_17","refId":"comp_13","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1131,200,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":179,"ty":0,"nm":"Dot_17","refId":"comp_13","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1130.5,298,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":180,"ty":0,"nm":"Dot_17","refId":"comp_13","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1081.5,470.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":181,"ty":0,"nm":"Dot_17","refId":"comp_13","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[934.5,372,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":182,"ty":0,"nm":"Dot_17","refId":"comp_13","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[762.5,323,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":183,"ty":0,"nm":"Dot_17","refId":"comp_13","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[565.5,199.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":184,"ty":0,"nm":"Dot_17","refId":"comp_13","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[443,150.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":185,"ty":0,"nm":"Dot_17","refId":"comp_13","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[368.5,273.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":186,"ty":0,"nm":"Dot_17","refId":"comp_13","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[98.5,273.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":187,"ty":0,"nm":"Dot_17","refId":"comp_13","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[197,372,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":188,"ty":0,"nm":"Dot_17","refId":"comp_13","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[393.5,372,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":189,"ty":0,"nm":"Dot_17","refId":"comp_13","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[344,446,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":190,"ty":0,"nm":"Dot_22","refId":"comp_14","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[442.5,642.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":191,"ty":0,"nm":"Dot_22","refId":"comp_14","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[737.5,445.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":192,"ty":0,"nm":"Dot_22","refId":"comp_14","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[614.5,568.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":193,"ty":0,"nm":"Dot_22","refId":"comp_14","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1180,790,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":194,"ty":0,"nm":"Dot_22","refId":"comp_14","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1204.5,421,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":195,"ty":0,"nm":"Dot_22","refId":"comp_14","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1303,249,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":196,"ty":0,"nm":"Dot_22","refId":"comp_14","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1180,298,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":197,"ty":0,"nm":"Dot_22","refId":"comp_14","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1106.5,249.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":198,"ty":0,"nm":"Dot_22","refId":"comp_14","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1008,298,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":199,"ty":0,"nm":"Dot_22","refId":"comp_14","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[934,322.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":200,"ty":0,"nm":"Dot_22","refId":"comp_14","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[762,273.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":201,"ty":0,"nm":"Dot_22","refId":"comp_14","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[492,101.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":202,"ty":0,"nm":"Dot_22","refId":"comp_14","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[566,175.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":203,"ty":0,"nm":"Dot_22","refId":"comp_14","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[343.5,175.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":204,"ty":0,"nm":"Dot_22","refId":"comp_14","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[320,322.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":205,"ty":0,"nm":"Dot_22","refId":"comp_14","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[74,273.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":206,"ty":0,"nm":"Dot_22","refId":"comp_14","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[221.5,347.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":207,"ty":0,"nm":"Dot_37","refId":"comp_1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[320,470.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":208,"ty":0,"nm":"Dot_37","refId":"comp_1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[418.5,839.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":209,"ty":0,"nm":"Dot_37","refId":"comp_1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[541,667,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":210,"ty":0,"nm":"Dot_37","refId":"comp_1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[762,544,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":211,"ty":0,"nm":"Dot_37","refId":"comp_1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[836,667,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":212,"ty":0,"nm":"Dot_37","refId":"comp_1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1204.5,740.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":213,"ty":0,"nm":"Dot_37","refId":"comp_1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1278,618,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":214,"ty":0,"nm":"Dot_37","refId":"comp_1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[885,569,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":215,"ty":0,"nm":"Dot_37","refId":"comp_1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1057.5,519,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":216,"ty":0,"nm":"Dot_37","refId":"comp_1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[983.5,445.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":217,"ty":0,"nm":"Dot_37","refId":"comp_1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1082,372.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":218,"ty":0,"nm":"Dot_37","refId":"comp_1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1303,298,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":219,"ty":0,"nm":"Dot_37","refId":"comp_1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1155.5,224.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":220,"ty":0,"nm":"Dot_37","refId":"comp_1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[983,249,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":221,"ty":0,"nm":"Dot_37","refId":"comp_1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[860.5,396.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":222,"ty":0,"nm":"Dot_37","refId":"comp_1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[688.5,396.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":223,"ty":0,"nm":"Dot_37","refId":"comp_1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[639.5,568.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":224,"ty":0,"nm":"Dot_09","refId":"comp_15","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1229,716,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":225,"ty":0,"nm":"Dot_09","refId":"comp_15","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1106.5,544,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":226,"ty":0,"nm":"Dot_09","refId":"comp_15","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[885,446,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":227,"ty":0,"nm":"Dot_09","refId":"comp_15","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[959,323,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":228,"ty":0,"nm":"Dot_09","refId":"comp_15","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1081.5,421,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":229,"ty":0,"nm":"Dot_09","refId":"comp_15","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1205,273.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":230,"ty":0,"nm":"Dot_09","refId":"comp_15","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[983.5,224,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":231,"ty":0,"nm":"Dot_09","refId":"comp_15","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[860,298.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":232,"ty":0,"nm":"Dot_09","refId":"comp_15","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[713,421,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":233,"ty":0,"nm":"Dot_09","refId":"comp_15","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[787,494.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":234,"ty":0,"nm":"Dot_09","refId":"comp_15","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[762.5,691.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":235,"ty":0,"nm":"Dot_09","refId":"comp_15","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[418.5,716,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":236,"ty":0,"nm":"Dot_09","refId":"comp_15","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[270.5,372,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":237,"ty":0,"nm":"Dot_09","refId":"comp_15","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[99,347.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":238,"ty":0,"nm":"Dot_09","refId":"comp_15","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[270.5,273.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":239,"ty":0,"nm":"Dot_09","refId":"comp_15","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[492,273.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":240,"ty":0,"nm":"Dot_09","refId":"comp_15","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[541,150.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":241,"ty":0,"nm":"Dot_38","refId":"comp_16","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[467,200,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":242,"ty":0,"nm":"Dot_38","refId":"comp_16","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[786.5,421,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":243,"ty":0,"nm":"Dot_38","refId":"comp_16","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1327.5,765.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":244,"ty":0,"nm":"Dot_38","refId":"comp_16","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1253.5,692,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":245,"ty":0,"nm":"Dot_38","refId":"comp_16","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1229,347.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":246,"ty":0,"nm":"Dot_38","refId":"comp_16","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1254,224.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":247,"ty":0,"nm":"Dot_38","refId":"comp_16","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1081.5,322.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":248,"ty":0,"nm":"Dot_38","refId":"comp_16","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[909.5,421,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":249,"ty":0,"nm":"Dot_38","refId":"comp_16","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[786.5,544,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":250,"ty":0,"nm":"Dot_38","refId":"comp_16","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[688.5,618,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":251,"ty":0,"nm":"Dot_38","refId":"comp_16","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[811,691.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":252,"ty":0,"nm":"Dot_38","refId":"comp_16","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[467.5,765.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":253,"ty":0,"nm":"Dot_38","refId":"comp_16","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[492,642.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":254,"ty":0,"nm":"Dot_38","refId":"comp_16","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[541,273.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":255,"ty":0,"nm":"Dot_38","refId":"comp_16","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[295,445.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":256,"ty":0,"nm":"Dot_38","refId":"comp_16","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[172.5,372,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":257,"ty":0,"nm":"Dot_38","refId":"comp_16","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[123,249,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":258,"ty":0,"nm":"Dot_19","refId":"comp_17","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[74,298,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":259,"ty":0,"nm":"Dot_19","refId":"comp_17","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[345,150.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":260,"ty":0,"nm":"Dot_19","refId":"comp_17","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[860.5,347,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":261,"ty":0,"nm":"Dot_19","refId":"comp_17","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[737.5,421,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":262,"ty":0,"nm":"Dot_19","refId":"comp_17","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1376,298,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":263,"ty":0,"nm":"Dot_19","refId":"comp_17","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1155.5,347.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":264,"ty":0,"nm":"Dot_19","refId":"comp_17","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1081.5,445.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":265,"ty":0,"nm":"Dot_19","refId":"comp_17","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[934.5,519.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":266,"ty":0,"nm":"Dot_19","refId":"comp_17","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[811.5,569,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":267,"ty":0,"nm":"Dot_19","refId":"comp_17","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[639.5,642.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":268,"ty":0,"nm":"Dot_19","refId":"comp_17","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[811.5,716,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":269,"ty":0,"nm":"Dot_19","refId":"comp_17","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[443,766,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":270,"ty":0,"nm":"Dot_19","refId":"comp_17","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[467.5,618,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":271,"ty":0,"nm":"Dot_19","refId":"comp_17","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[492,248.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":272,"ty":0,"nm":"Dot_19","refId":"comp_17","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[344.5,298.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":273,"ty":0,"nm":"Dot_19","refId":"comp_17","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[196.5,347,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":274,"ty":0,"nm":"Dot_19","refId":"comp_17","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[295,470.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":275,"ty":0,"nm":"Dot_07","refId":"comp_18","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[270.5,470.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":276,"ty":0,"nm":"Dot_07","refId":"comp_18","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[418,617.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":277,"ty":0,"nm":"Dot_07","refId":"comp_18","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[737.5,716,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":278,"ty":0,"nm":"Dot_07","refId":"comp_18","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1204.5,765.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":279,"ty":0,"nm":"Dot_07","refId":"comp_18","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[713,568.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":280,"ty":0,"nm":"Dot_07","refId":"comp_18","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[958.5,495,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":281,"ty":0,"nm":"Dot_07","refId":"comp_18","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1106.5,470.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":282,"ty":0,"nm":"Dot_07","refId":"comp_18","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1229.5,396.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":283,"ty":0,"nm":"Dot_07","refId":"comp_18","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1131,322.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":284,"ty":0,"nm":"Dot_07","refId":"comp_18","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1376.5,273.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":285,"ty":0,"nm":"Dot_07","refId":"comp_18","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1106,224.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":286,"ty":0,"nm":"Dot_07","refId":"comp_18","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[983.5,273.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":287,"ty":0,"nm":"Dot_07","refId":"comp_18","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[713,322.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":288,"ty":0,"nm":"Dot_07","refId":"comp_18","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[467.5,224.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":289,"ty":0,"nm":"Dot_07","refId":"comp_18","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[320,175.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":290,"ty":0,"nm":"Dot_07","refId":"comp_18","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[197,248.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":291,"ty":0,"nm":"Dot_07","refId":"comp_18","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[74,371.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":292,"ty":0,"nm":"Dot_35","refId":"comp_19","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[172.5,273.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":293,"ty":0,"nm":"Dot_35","refId":"comp_19","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[221.5,421,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":294,"ty":0,"nm":"Dot_35","refId":"comp_19","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[295.5,519.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":295,"ty":0,"nm":"Dot_35","refId":"comp_19","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[516.5,691.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":296,"ty":0,"nm":"Dot_35","refId":"comp_19","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[688.5,593.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":297,"ty":0,"nm":"Dot_35","refId":"comp_19","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[811.5,667,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":298,"ty":0,"nm":"Dot_35","refId":"comp_19","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1377,839,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":299,"ty":0,"nm":"Dot_35","refId":"comp_19","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1254,716,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":300,"ty":0,"nm":"Dot_35","refId":"comp_19","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1180,544,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":301,"ty":0,"nm":"Dot_35","refId":"comp_19","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[959,470.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":302,"ty":0,"nm":"Dot_35","refId":"comp_19","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1057,371.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":303,"ty":0,"nm":"Dot_35","refId":"comp_19","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1278.5,347,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":304,"ty":0,"nm":"Dot_35","refId":"comp_19","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1229.5,249,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":305,"ty":0,"nm":"Dot_35","refId":"comp_19","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1057,249.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":306,"ty":0,"nm":"Dot_35","refId":"comp_19","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[958.5,347.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":307,"ty":0,"nm":"Dot_35","refId":"comp_19","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[713.5,396.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":308,"ty":0,"nm":"Dot_35","refId":"comp_19","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[688.5,544,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":309,"ty":0,"nm":"Dot_23","refId":"comp_20","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[319.5,446,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":310,"ty":0,"nm":"Dot_23","refId":"comp_20","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[74,347.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":311,"ty":0,"nm":"Dot_23","refId":"comp_20","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[246,224.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":312,"ty":0,"nm":"Dot_23","refId":"comp_20","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[541,200,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":313,"ty":0,"nm":"Dot_23","refId":"comp_20","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[787,249,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":314,"ty":0,"nm":"Dot_23","refId":"comp_20","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1081.5,175.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":315,"ty":0,"nm":"Dot_23","refId":"comp_20","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1278.5,273.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":316,"ty":0,"nm":"Dot_23","refId":"comp_20","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1106.5,298.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":317,"ty":0,"nm":"Dot_23","refId":"comp_20","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1032.5,371.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":318,"ty":0,"nm":"Dot_23","refId":"comp_20","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[885.5,396.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":319,"ty":0,"nm":"Dot_23","refId":"comp_20","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[786.5,445.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":320,"ty":0,"nm":"Dot_23","refId":"comp_20","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[811.5,544.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":321,"ty":0,"nm":"Dot_23","refId":"comp_20","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[663.5,618,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":322,"ty":0,"nm":"Dot_23","refId":"comp_20","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[762.5,642.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":323,"ty":0,"nm":"Dot_23","refId":"comp_20","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[787,716,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":324,"ty":0,"nm":"Dot_23","refId":"comp_20","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1401.5,790,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":325,"ty":0,"nm":"Dot_23","refId":"comp_20","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1278.5,740.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":326,"ty":0,"nm":"Dot_11","refId":"comp_21","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1229,765.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":327,"ty":0,"nm":"Dot_11","refId":"comp_21","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[467.5,126.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":328,"ty":0,"nm":"Dot_11","refId":"comp_21","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[246,200,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":329,"ty":0,"nm":"Dot_11","refId":"comp_21","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[172.5,298,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":330,"ty":0,"nm":"Dot_11","refId":"comp_21","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1204.5,618,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":331,"ty":0,"nm":"Dot_11","refId":"comp_21","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1155.5,470.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":332,"ty":0,"nm":"Dot_11","refId":"comp_21","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1254,347,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":333,"ty":0,"nm":"Dot_11","refId":"comp_21","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1155.5,249,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":334,"ty":0,"nm":"Dot_11","refId":"comp_21","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1057,323,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":335,"ty":0,"nm":"Dot_11","refId":"comp_21","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[860.5,322.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":336,"ty":0,"nm":"Dot_11","refId":"comp_21","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[836,445.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":337,"ty":0,"nm":"Dot_11","refId":"comp_21","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[787,569,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":338,"ty":0,"nm":"Dot_11","refId":"comp_21","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[713,642.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":339,"ty":0,"nm":"Dot_11","refId":"comp_21","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[738,765.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":340,"ty":0,"nm":"Dot_11","refId":"comp_21","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[491.5,741,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":341,"ty":0,"nm":"Dot_11","refId":"comp_21","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[393.5,667,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":342,"ty":0,"nm":"Dot_11","refId":"comp_21","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[246,470.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":343,"ty":0,"nm":"Dot_05","refId":"comp_22","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[221.5,446,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":344,"ty":0,"nm":"Dot_05","refId":"comp_22","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[98.5,323,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":345,"ty":0,"nm":"Dot_05","refId":"comp_22","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[246,298.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":346,"ty":0,"nm":"Dot_05","refId":"comp_22","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[369,322.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":347,"ty":0,"nm":"Dot_05","refId":"comp_22","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[664,446,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":348,"ty":0,"nm":"Dot_05","refId":"comp_22","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[762,347.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":349,"ty":0,"nm":"Dot_05","refId":"comp_22","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[836,298.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":350,"ty":0,"nm":"Dot_05","refId":"comp_22","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1032.5,249,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":351,"ty":0,"nm":"Dot_05","refId":"comp_22","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1204.5,298,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":352,"ty":0,"nm":"Dot_05","refId":"comp_22","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1008,396.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":353,"ty":0,"nm":"Dot_05","refId":"comp_22","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1180,470.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":354,"ty":0,"nm":"Dot_05","refId":"comp_22","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[959,519.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":355,"ty":0,"nm":"Dot_05","refId":"comp_22","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[836,519.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":356,"ty":0,"nm":"Dot_05","refId":"comp_22","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[737.5,618,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":357,"ty":0,"nm":"Dot_05","refId":"comp_22","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[762,716,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":358,"ty":0,"nm":"Dot_05","refId":"comp_22","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[393.5,839,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":359,"ty":0,"nm":"Dot_05","refId":"comp_22","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[467.5,691.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":360,"ty":0,"nm":"Dot_40","refId":"comp_23","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[491.5,691.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":361,"ty":0,"nm":"Dot_40","refId":"comp_23","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[615,593.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":362,"ty":0,"nm":"Dot_40","refId":"comp_23","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[787,667,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":363,"ty":0,"nm":"Dot_40","refId":"comp_23","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[983.5,544,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":364,"ty":0,"nm":"Dot_40","refId":"comp_23","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1131,618,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":365,"ty":0,"nm":"Dot_40","refId":"comp_23","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1032.5,470.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":366,"ty":0,"nm":"Dot_40","refId":"comp_23","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[934,470.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":367,"ty":0,"nm":"Dot_40","refId":"comp_23","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1106.5,495,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":368,"ty":0,"nm":"Dot_40","refId":"comp_23","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1131,372,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":369,"ty":0,"nm":"Dot_40","refId":"comp_23","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1278.5,298.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":370,"ty":0,"nm":"Dot_40","refId":"comp_23","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1081.5,249,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":371,"ty":0,"nm":"Dot_40","refId":"comp_23","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[934,224.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":372,"ty":0,"nm":"Dot_40","refId":"comp_23","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[811,298,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":373,"ty":0,"nm":"Dot_40","refId":"comp_23","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[565.5,273.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":374,"ty":0,"nm":"Dot_40","refId":"comp_23","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[467,175,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":375,"ty":0,"nm":"Dot_40","refId":"comp_23","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[270.5,200,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":376,"ty":0,"nm":"Dot_40","refId":"comp_23","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[147.5,298,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":377,"ty":0,"nm":"Dot_29","refId":"comp_24","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[172,396,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":378,"ty":0,"nm":"Dot_29","refId":"comp_24","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[295.5,494.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":379,"ty":0,"nm":"Dot_29","refId":"comp_24","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[270.5,544,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":380,"ty":0,"nm":"Dot_29","refId":"comp_24","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[393.5,544.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":381,"ty":0,"nm":"Dot_29","refId":"comp_24","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[639.5,470.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":382,"ty":0,"nm":"Dot_29","refId":"comp_24","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[639.5,593.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":383,"ty":0,"nm":"Dot_29","refId":"comp_24","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[737.5,569,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":384,"ty":0,"nm":"Dot_29","refId":"comp_24","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[787,741,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":385,"ty":0,"nm":"Dot_29","refId":"comp_24","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1156,789.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":386,"ty":0,"nm":"Dot_29","refId":"comp_24","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1303,740.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":387,"ty":0,"nm":"Dot_29","refId":"comp_24","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1303,691.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":388,"ty":0,"nm":"Dot_29","refId":"comp_24","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1130.5,495,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":389,"ty":0,"nm":"Dot_29","refId":"comp_24","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1008,519,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":390,"ty":0,"nm":"Dot_29","refId":"comp_24","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[737.5,667,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":391,"ty":0,"nm":"Dot_29","refId":"comp_24","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[860.5,544.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":392,"ty":0,"nm":"Dot_29","refId":"comp_24","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[712.5,446,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":393,"ty":0,"nm":"Dot_29","refId":"comp_24","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[639,322.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":394,"ty":0,"nm":"Dot_14","refId":"comp_3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[344.5,224,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":395,"ty":0,"nm":"Dot_14","refId":"comp_3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[590,175,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":396,"ty":0,"nm":"Dot_14","refId":"comp_3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[811,249,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":397,"ty":0,"nm":"Dot_14","refId":"comp_3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1106,175.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":398,"ty":0,"nm":"Dot_14","refId":"comp_3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1253.5,249,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":399,"ty":0,"nm":"Dot_14","refId":"comp_3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1057,273.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":400,"ty":0,"nm":"Dot_14","refId":"comp_3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1204.5,347.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":401,"ty":0,"nm":"Dot_14","refId":"comp_3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1033,421,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":402,"ty":0,"nm":"Dot_14","refId":"comp_3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[934.5,495,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":403,"ty":0,"nm":"Dot_14","refId":"comp_3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[811.5,519.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":404,"ty":0,"nm":"Dot_14","refId":"comp_3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[737.5,642.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":405,"ty":0,"nm":"Dot_14","refId":"comp_3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[737.5,790,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":406,"ty":0,"nm":"Dot_14","refId":"comp_3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[443,790,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":407,"ty":0,"nm":"Dot_14","refId":"comp_3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[418,642.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":408,"ty":0,"nm":"Dot_14","refId":"comp_3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[344.5,470.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":409,"ty":0,"nm":"Dot_14","refId":"comp_3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[295,372,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":410,"ty":0,"nm":"Dot_14","refId":"comp_3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[73.5,323,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":411,"ty":0,"nm":"Dot_02","refId":"comp_25","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[123,348,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":412,"ty":0,"nm":"Dot_02","refId":"comp_25","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[197,273.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":413,"ty":0,"nm":"Dot_02","refId":"comp_25","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[320,199.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":414,"ty":0,"nm":"Dot_02","refId":"comp_25","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[491.5,298,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":415,"ty":0,"nm":"Dot_02","refId":"comp_25","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[737.5,371.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":416,"ty":0,"nm":"Dot_02","refId":"comp_25","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[885,249,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":417,"ty":0,"nm":"Dot_02","refId":"comp_25","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1155.5,322.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":418,"ty":0,"nm":"Dot_02","refId":"comp_25","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1303,371.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":419,"ty":0,"nm":"Dot_02","refId":"comp_25","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1155.5,445.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":420,"ty":0,"nm":"Dot_02","refId":"comp_25","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1155.5,519.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":421,"ty":0,"nm":"Dot_02","refId":"comp_25","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1032.5,519.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":422,"ty":0,"nm":"Dot_02","refId":"comp_25","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[909.5,568.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":423,"ty":0,"nm":"Dot_02","refId":"comp_25","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[762,814.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":424,"ty":0,"nm":"Dot_02","refId":"comp_25","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[787,618,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":425,"ty":0,"nm":"Dot_02","refId":"comp_25","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[639,618,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":426,"ty":0,"nm":"Dot_02","refId":"comp_25","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[418,790,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":427,"ty":0,"nm":"Dot_02","refId":"comp_25","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[442.5,667,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":428,"ty":0,"nm":"Dot_33","refId":"comp_26","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[713,618,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":429,"ty":0,"nm":"Dot_33","refId":"comp_26","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[393.5,617.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":430,"ty":0,"nm":"Dot_33","refId":"comp_26","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[368.5,470.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":431,"ty":0,"nm":"Dot_33","refId":"comp_26","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[221.5,470.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":432,"ty":0,"nm":"Dot_33","refId":"comp_26","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[147.5,347,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":433,"ty":0,"nm":"Dot_33","refId":"comp_26","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[221.5,273.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":434,"ty":0,"nm":"Dot_33","refId":"comp_26","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[369,199.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":435,"ty":0,"nm":"Dot_33","refId":"comp_26","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[491.5,175,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":436,"ty":0,"nm":"Dot_33","refId":"comp_26","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[565.5,249,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":437,"ty":0,"nm":"Dot_33","refId":"comp_26","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[909.5,224.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":438,"ty":0,"nm":"Dot_33","refId":"comp_26","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1081.5,273.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":439,"ty":0,"nm":"Dot_33","refId":"comp_26","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[836,322.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":440,"ty":0,"nm":"Dot_33","refId":"comp_26","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[910,372,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":441,"ty":0,"nm":"Dot_33","refId":"comp_26","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1008,421.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":442,"ty":0,"nm":"Dot_33","refId":"comp_26","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[909.5,544,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":443,"ty":0,"nm":"Dot_33","refId":"comp_26","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1106.5,568.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":444,"ty":0,"nm":"Dot_33","refId":"comp_26","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1180,741,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":445,"ty":0,"nm":"Dot_25","refId":"comp_27","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1278.5,790,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":446,"ty":0,"nm":"Dot_25","refId":"comp_27","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1155.5,667,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":447,"ty":0,"nm":"Dot_25","refId":"comp_27","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1008,544,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":448,"ty":0,"nm":"Dot_25","refId":"comp_27","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1081.5,495,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":449,"ty":0,"nm":"Dot_25","refId":"comp_27","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1179.5,421,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":450,"ty":0,"nm":"Dot_25","refId":"comp_27","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1179.5,323,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":451,"ty":0,"nm":"Dot_25","refId":"comp_27","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[983.5,372,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":452,"ty":0,"nm":"Dot_25","refId":"comp_27","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[787,273.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":453,"ty":0,"nm":"Dot_25","refId":"comp_27","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[565.5,150.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":454,"ty":0,"nm":"Dot_25","refId":"comp_27","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[418,175.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":455,"ty":0,"nm":"Dot_25","refId":"comp_27","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[270.5,224.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":456,"ty":0,"nm":"Dot_25","refId":"comp_27","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[98.5,249,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":457,"ty":0,"nm":"Dot_25","refId":"comp_27","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[221.5,298,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":458,"ty":0,"nm":"Dot_25","refId":"comp_27","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[369,347,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":459,"ty":0,"nm":"Dot_25","refId":"comp_27","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[295.5,421,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":460,"ty":0,"nm":"Dot_25","refId":"comp_27","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[344,494.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":461,"ty":0,"nm":"Dot_25","refId":"comp_27","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[467,642.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":462,"ty":0,"nm":"Dot_18","refId":"comp_5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[737.5,691.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":463,"ty":0,"nm":"Dot_18","refId":"comp_5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[761.5,790,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":464,"ty":0,"nm":"Dot_18","refId":"comp_5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[418,888.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":465,"ty":0,"nm":"Dot_18","refId":"comp_5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[492,765.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":466,"ty":0,"nm":"Dot_18","refId":"comp_5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[393.5,643,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":467,"ty":0,"nm":"Dot_18","refId":"comp_5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[294.5,544,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":468,"ty":0,"nm":"Dot_18","refId":"comp_5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[246,397,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":469,"ty":0,"nm":"Dot_18","refId":"comp_5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[147.5,323,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":470,"ty":0,"nm":"Dot_18","refId":"comp_5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[246.5,274,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":471,"ty":0,"nm":"Dot_18","refId":"comp_5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[344.5,249.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":472,"ty":0,"nm":"Dot_18","refId":"comp_5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[590,200,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":473,"ty":0,"nm":"Dot_18","refId":"comp_5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[835.5,273.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":474,"ty":0,"nm":"Dot_18","refId":"comp_5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[762.5,421,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":475,"ty":0,"nm":"Dot_18","refId":"comp_5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[934.5,347.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":476,"ty":0,"nm":"Dot_18","refId":"comp_5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1081.5,396.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":477,"ty":0,"nm":"Dot_18","refId":"comp_5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1057,470.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":478,"ty":0,"nm":"Dot_18","refId":"comp_5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[860.5,519.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":479,"ty":0,"nm":"Dot_10","refId":"comp_2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1154.5,544,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":480,"ty":0,"nm":"Dot_10","refId":"comp_2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1008,470.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":481,"ty":0,"nm":"Dot_10","refId":"comp_2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1032.5,298.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":482,"ty":0,"nm":"Dot_10","refId":"comp_2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1229.5,323,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":483,"ty":0,"nm":"Dot_10","refId":"comp_2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1253.5,495,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":484,"ty":0,"nm":"Dot_10","refId":"comp_2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1106.5,397,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":485,"ty":0,"nm":"Dot_10","refId":"comp_2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[959,421,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":486,"ty":0,"nm":"Dot_10","refId":"comp_2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[811.5,470.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":487,"ty":0,"nm":"Dot_10","refId":"comp_2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[516,740.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":488,"ty":0,"nm":"Dot_10","refId":"comp_2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[393.5,691.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":489,"ty":0,"nm":"Dot_10","refId":"comp_2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[246,519.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":490,"ty":0,"nm":"Dot_10","refId":"comp_2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[197,396.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":491,"ty":0,"nm":"Dot_10","refId":"comp_2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[197,323,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":492,"ty":0,"nm":"Dot_10","refId":"comp_2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[295,224.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":493,"ty":0,"nm":"Dot_10","refId":"comp_2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[467,150.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":494,"ty":0,"nm":"Dot_10","refId":"comp_2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[615,323,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":495,"ty":0,"nm":"Dot_10","refId":"comp_2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[762.5,397,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":496,"ty":0,"nm":"Dot_31","refId":"comp_28","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[885.5,347.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":497,"ty":0,"nm":"Dot_31","refId":"comp_28","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[737.5,347.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":498,"ty":0,"nm":"Dot_31","refId":"comp_28","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[270.5,421,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":499,"ty":0,"nm":"Dot_31","refId":"comp_28","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[221.5,495,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":500,"ty":0,"nm":"Dot_31","refId":"comp_28","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[320,569,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":501,"ty":0,"nm":"Dot_31","refId":"comp_28","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[368.5,667,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":502,"ty":0,"nm":"Dot_31","refId":"comp_28","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[394,864,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":503,"ty":0,"nm":"Dot_31","refId":"comp_28","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[442.5,741,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":504,"ty":0,"nm":"Dot_31","refId":"comp_28","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[737.5,814.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":505,"ty":0,"nm":"Dot_31","refId":"comp_28","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[712.5,691.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":506,"ty":0,"nm":"Dot_31","refId":"comp_28","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[836,642.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":507,"ty":0,"nm":"Dot_31","refId":"comp_28","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[811,445.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":508,"ty":0,"nm":"Dot_31","refId":"comp_28","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[983.5,470.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":509,"ty":0,"nm":"Dot_31","refId":"comp_28","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1229,446,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":510,"ty":0,"nm":"Dot_31","refId":"comp_28","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1106.5,322.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":511,"ty":0,"nm":"Dot_31","refId":"comp_28","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1303,322.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":512,"ty":0,"nm":"Dot_31","refId":"comp_28","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1204.5,224.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":513,"ty":0,"nm":"Dot_27","refId":"comp_29","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1008,224.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":514,"ty":0,"nm":"Dot_27","refId":"comp_29","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[246,495,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":515,"ty":0,"nm":"Dot_27","refId":"comp_29","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[369,618,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":516,"ty":0,"nm":"Dot_27","refId":"comp_29","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[418,741,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":517,"ty":0,"nm":"Dot_27","refId":"comp_29","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[713.5,667,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":518,"ty":0,"nm":"Dot_27","refId":"comp_29","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1303,765.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":519,"ty":0,"nm":"Dot_27","refId":"comp_29","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1180,642.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":520,"ty":0,"nm":"Dot_27","refId":"comp_29","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1032.5,495,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":521,"ty":0,"nm":"Dot_27","refId":"comp_29","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1204.5,470,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":522,"ty":0,"nm":"Dot_27","refId":"comp_29","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1278.5,224.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":523,"ty":0,"nm":"Dot_27","refId":"comp_29","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1131,273.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":524,"ty":0,"nm":"Dot_27","refId":"comp_29","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1057,347,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":525,"ty":0,"nm":"Dot_27","refId":"comp_29","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[344.5,421,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":526,"ty":0,"nm":"Dot_27","refId":"comp_29","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[172.5,347.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":527,"ty":0,"nm":"Dot_27","refId":"comp_29","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[295.5,273.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":528,"ty":0,"nm":"Dot_27","refId":"comp_29","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[492,126,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":529,"ty":0,"nm":"Dot_27","refId":"comp_29","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[492,200,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":530,"ty":0,"nm":"Dot_20","refId":"comp_4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[541,249,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":531,"ty":0,"nm":"Dot_20","refId":"comp_4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[443,371.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":532,"ty":0,"nm":"Dot_20","refId":"comp_4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[246,421,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":533,"ty":0,"nm":"Dot_20","refId":"comp_4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[270.5,495,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":534,"ty":0,"nm":"Dot_20","refId":"comp_4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[393.5,888.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":535,"ty":0,"nm":"Dot_20","refId":"comp_4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[442.5,692,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":536,"ty":0,"nm":"Dot_20","refId":"comp_4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[811.5,741.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":537,"ty":0,"nm":"Dot_20","refId":"comp_4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[713.5,593.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":538,"ty":0,"nm":"Dot_20","refId":"comp_4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[885.5,421,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":539,"ty":0,"nm":"Dot_20","refId":"comp_4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1327.5,298,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":540,"ty":0,"nm":"Dot_20","refId":"comp_4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1057.5,224.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":541,"ty":0,"nm":"Dot_20","refId":"comp_4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[909.5,273.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":542,"ty":0,"nm":"Dot_20","refId":"comp_4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[786.5,199.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":543,"ty":0,"nm":"Dot_20","refId":"comp_4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[541,101,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":544,"ty":0,"nm":"Dot_20","refId":"comp_4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[344.5,200,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":545,"ty":0,"nm":"Dot_20","refId":"comp_4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[246,347.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":546,"ty":0,"nm":"Dot_20","refId":"comp_4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[73.5,249.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":547,"ty":0,"nm":"Dot_06","refId":"comp_30","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[49.5,298.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":548,"ty":0,"nm":"Dot_06","refId":"comp_30","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[762,741,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":549,"ty":0,"nm":"Dot_06","refId":"comp_30","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1253.5,765.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":550,"ty":0,"nm":"Dot_06","refId":"comp_30","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1131.5,568.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":551,"ty":0,"nm":"Dot_06","refId":"comp_30","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[934.5,544,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":552,"ty":0,"nm":"Dot_06","refId":"comp_30","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[762,519.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":553,"ty":0,"nm":"Dot_06","refId":"comp_30","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[762,618,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":554,"ty":0,"nm":"Dot_06","refId":"comp_30","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[787,765.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":555,"ty":0,"nm":"Dot_06","refId":"comp_30","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[418,814.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":556,"ty":0,"nm":"Dot_06","refId":"comp_30","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[467,716.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":557,"ty":0,"nm":"Dot_06","refId":"comp_30","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1081.5,224.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":558,"ty":0,"nm":"Dot_06","refId":"comp_30","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[909.5,298,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":559,"ty":0,"nm":"Dot_06","refId":"comp_30","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[786.5,396.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":560,"ty":0,"nm":"Dot_06","refId":"comp_30","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[492,323,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":561,"ty":0,"nm":"Dot_06","refId":"comp_30","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[295,298.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":562,"ty":0,"nm":"Dot_06","refId":"comp_30","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[368.5,175.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":563,"ty":0,"nm":"Dot_06","refId":"comp_30","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[516.5,175,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":564,"ty":0,"nm":"Dot_39","refId":"comp_31","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[270.5,519.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":565,"ty":0,"nm":"Dot_39","refId":"comp_31","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[369,691.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":566,"ty":0,"nm":"Dot_39","refId":"comp_31","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[811.5,642.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":567,"ty":0,"nm":"Dot_39","refId":"comp_31","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[836,790,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":568,"ty":0,"nm":"Dot_39","refId":"comp_31","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1254,814.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":569,"ty":0,"nm":"Dot_39","refId":"comp_31","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1131.5,593.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":570,"ty":0,"nm":"Dot_39","refId":"comp_31","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1155.5,495,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":571,"ty":0,"nm":"Dot_39","refId":"comp_31","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1155.5,273.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":572,"ty":0,"nm":"Dot_39","refId":"comp_31","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1376.5,322.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":573,"ty":0,"nm":"Dot_39","refId":"comp_31","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1130.5,445.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":574,"ty":0,"nm":"Dot_39","refId":"comp_31","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1008,494.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":575,"ty":0,"nm":"Dot_39","refId":"comp_31","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[934.5,421.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":576,"ty":0,"nm":"Dot_39","refId":"comp_31","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[811,421,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":577,"ty":0,"nm":"Dot_39","refId":"comp_31","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[909.5,322.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":578,"ty":0,"nm":"Dot_39","refId":"comp_31","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[688.5,372,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":579,"ty":0,"nm":"Dot_39","refId":"comp_31","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[516.5,298.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":580,"ty":0,"nm":"Dot_39","refId":"comp_31","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[369,150.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":581,"ty":0,"nm":"Dot_24","refId":"comp_32","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[565.5,224.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":582,"ty":0,"nm":"Dot_24","refId":"comp_32","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[197,298,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":583,"ty":0,"nm":"Dot_24","refId":"comp_32","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[369,519.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":584,"ty":0,"nm":"Dot_24","refId":"comp_32","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[344.5,569,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":585,"ty":0,"nm":"Dot_24","refId":"comp_32","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[418,765.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":586,"ty":0,"nm":"Dot_24","refId":"comp_32","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[516.5,716,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":587,"ty":0,"nm":"Dot_24","refId":"comp_32","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[663.5,593.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":588,"ty":0,"nm":"Dot_24","refId":"comp_32","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[737.5,741,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":589,"ty":0,"nm":"Dot_24","refId":"comp_32","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[737.5,593.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":590,"ty":0,"nm":"Dot_24","refId":"comp_32","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[762.5,569,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":591,"ty":0,"nm":"Dot_24","refId":"comp_32","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[860.5,495,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":592,"ty":0,"nm":"Dot_24","refId":"comp_32","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[983.5,495,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":593,"ty":0,"nm":"Dot_24","refId":"comp_32","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1205,495,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":594,"ty":0,"nm":"Dot_24","refId":"comp_32","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1302.5,397,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":595,"ty":0,"nm":"Dot_24","refId":"comp_32","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1057.5,396.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":596,"ty":0,"nm":"Dot_24","refId":"comp_32","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1057,298.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":597,"ty":0,"nm":"Dot_24","refId":"comp_32","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[909.5,396.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":598,"ty":0,"nm":"Dot_12","refId":"comp_33","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[786.5,298,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":599,"ty":0,"nm":"Dot_12","refId":"comp_33","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[147.5,372,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":600,"ty":0,"nm":"Dot_12","refId":"comp_33","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[270.5,445.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":601,"ty":0,"nm":"Dot_12","refId":"comp_33","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[393.5,445.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":602,"ty":0,"nm":"Dot_12","refId":"comp_33","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[639.5,445.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":603,"ty":0,"nm":"Dot_12","refId":"comp_33","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[344.5,593.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":604,"ty":0,"nm":"Dot_12","refId":"comp_33","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[442.5,814.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":605,"ty":0,"nm":"Dot_12","refId":"comp_33","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[442.5,716,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":606,"ty":0,"nm":"Dot_12","refId":"comp_33","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[615,617.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":607,"ty":0,"nm":"Dot_12","refId":"comp_33","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[786.5,593,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":608,"ty":0,"nm":"Dot_12","refId":"comp_33","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[786.5,790,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":609,"ty":0,"nm":"Dot_12","refId":"comp_33","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1253.5,741,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":610,"ty":0,"nm":"Dot_12","refId":"comp_33","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1302.5,642,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":611,"ty":0,"nm":"Dot_12","refId":"comp_33","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1278.5,470.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":612,"ty":0,"nm":"Dot_12","refId":"comp_33","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1155,396.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":613,"ty":0,"nm":"Dot_12","refId":"comp_33","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1131,544,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":614,"ty":0,"nm":"Dot_12","refId":"comp_33","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1032.5,544,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":615,"ty":0,"nm":"Dot_08","refId":"comp_34","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[664,568.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":616,"ty":0,"nm":"Dot_08","refId":"comp_34","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[541,691,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":617,"ty":0,"nm":"Dot_08","refId":"comp_34","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[787,691.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":618,"ty":0,"nm":"Dot_08","refId":"comp_34","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[836.5,765.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":619,"ty":0,"nm":"Dot_08","refId":"comp_34","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[418.5,863.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":620,"ty":0,"nm":"Dot_08","refId":"comp_34","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[393.5,716.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":621,"ty":0,"nm":"Dot_08","refId":"comp_34","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[540.5,691,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":622,"ty":0,"nm":"Dot_08","refId":"comp_34","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[491.5,224,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":623,"ty":0,"nm":"Dot_08","refId":"comp_34","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[418,347.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":624,"ty":0,"nm":"Dot_08","refId":"comp_34","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[295.5,396.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":625,"ty":0,"nm":"Dot_08","refId":"comp_34","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1106,593,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":626,"ty":0,"nm":"Dot_08","refId":"comp_34","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1180,519.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":627,"ty":0,"nm":"Dot_08","refId":"comp_34","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1057,495,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":628,"ty":0,"nm":"Dot_08","refId":"comp_34","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[983.5,396.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":629,"ty":0,"nm":"Dot_08","refId":"comp_34","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[885,298.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":630,"ty":0,"nm":"Dot_08","refId":"comp_34","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[738,470,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":631,"ty":0,"nm":"Dot_08","refId":"comp_34","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[737.5,323,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":632,"ty":0,"nm":"Dot_36","refId":"comp_35","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1179.5,765.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":633,"ty":0,"nm":"Dot_36","refId":"comp_35","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1229,691.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":634,"ty":0,"nm":"Dot_36","refId":"comp_35","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1131,642.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":635,"ty":0,"nm":"Dot_36","refId":"comp_35","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1327.5,273.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":636,"ty":0,"nm":"Dot_36","refId":"comp_35","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1105.5,150.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":637,"ty":0,"nm":"Dot_36","refId":"comp_35","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[983,298,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":638,"ty":0,"nm":"Dot_36","refId":"comp_35","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1106.5,347,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":639,"ty":0,"nm":"Dot_36","refId":"comp_35","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1057,421.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":640,"ty":0,"nm":"Dot_36","refId":"comp_35","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[909.5,347,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":641,"ty":0,"nm":"Dot_36","refId":"comp_35","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[811,396.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":642,"ty":0,"nm":"Dot_36","refId":"comp_35","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[664,470,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":643,"ty":0,"nm":"Dot_36","refId":"comp_35","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[688.5,568.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":644,"ty":0,"nm":"Dot_36","refId":"comp_35","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[860.5,618,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":645,"ty":0,"nm":"Dot_36","refId":"comp_35","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[762,766,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":646,"ty":0,"nm":"Dot_36","refId":"comp_35","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[467,790,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":647,"ty":0,"nm":"Dot_36","refId":"comp_35","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[467,667,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":648,"ty":0,"nm":"Dot_36","refId":"comp_35","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[540.5,691,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":649,"ty":0,"nm":"Dot_03","refId":"comp_36","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[123,298,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":650,"ty":0,"nm":"Dot_03","refId":"comp_36","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[442.5,618,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":651,"ty":0,"nm":"Dot_03","refId":"comp_36","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[246,445.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":652,"ty":0,"nm":"Dot_03","refId":"comp_36","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[295,568.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":653,"ty":0,"nm":"Dot_03","refId":"comp_36","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[540.5,691.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":654,"ty":0,"nm":"Dot_03","refId":"comp_36","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[393,814.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":655,"ty":0,"nm":"Dot_03","refId":"comp_36","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[417.5,667.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":656,"ty":0,"nm":"Dot_03","refId":"comp_36","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1376.5,814,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":657,"ty":0,"nm":"Dot_03","refId":"comp_36","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1278,765,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":658,"ty":0,"nm":"Dot_03","refId":"comp_36","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1155.5,642,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":659,"ty":0,"nm":"Dot_03","refId":"comp_36","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[885.5,519.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":660,"ty":0,"nm":"Dot_03","refId":"comp_36","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[983.5,519.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":661,"ty":0,"nm":"Dot_03","refId":"comp_36","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1352,298,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":662,"ty":0,"nm":"Dot_03","refId":"comp_36","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1032.5,396.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":663,"ty":0,"nm":"Dot_03","refId":"comp_36","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1278.5,445.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":664,"ty":0,"nm":"Dot_03","refId":"comp_36","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[959,273.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":665,"ty":0,"nm":"Dot_03","refId":"comp_36","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1105.5,372,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":666,"ty":0,"nm":"Dot_15","refId":"comp_37","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1106,421,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":667,"ty":0,"nm":"Dot_15","refId":"comp_37","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1008,347,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":668,"ty":0,"nm":"Dot_15","refId":"comp_37","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[836,347,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":669,"ty":0,"nm":"Dot_15","refId":"comp_37","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[885,470,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":670,"ty":0,"nm":"Dot_15","refId":"comp_37","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[664,397,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":671,"ty":0,"nm":"Dot_15","refId":"comp_37","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[467.5,740.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":672,"ty":0,"nm":"Dot_15","refId":"comp_37","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[418.5,913,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":673,"ty":0,"nm":"Dot_15","refId":"comp_37","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[320,494.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":674,"ty":0,"nm":"Dot_15","refId":"comp_37","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[712.5,544,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":675,"ty":0,"nm":"Dot_15","refId":"comp_37","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[688.5,642.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":676,"ty":0,"nm":"Dot_15","refId":"comp_37","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1303,642.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":677,"ty":0,"nm":"Dot_15","refId":"comp_37","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1008,569,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":678,"ty":0,"nm":"Dot_15","refId":"comp_37","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[934,445.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":679,"ty":0,"nm":"Dot_15","refId":"comp_37","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1278,446,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":680,"ty":0,"nm":"Dot_15","refId":"comp_37","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1179.5,347.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":681,"ty":0,"nm":"Dot_15","refId":"comp_37","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1327,273,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":682,"ty":0,"nm":"Dot_15","refId":"comp_37","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1032.5,273,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":683,"ty":0,"nm":"Dot_30","refId":"comp_38","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1106,372.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":684,"ty":0,"nm":"Dot_30","refId":"comp_38","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1229,273.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":685,"ty":0,"nm":"Dot_30","refId":"comp_38","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1229.5,741,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":686,"ty":0,"nm":"Dot_30","refId":"comp_38","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1303,667,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":687,"ty":0,"nm":"Dot_30","refId":"comp_38","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1180,618,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":688,"ty":0,"nm":"Dot_30","refId":"comp_38","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1131,470,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":689,"ty":0,"nm":"Dot_30","refId":"comp_38","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1008,445.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":690,"ty":0,"nm":"Dot_30","refId":"comp_38","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[885,593,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":691,"ty":0,"nm":"Dot_30","refId":"comp_38","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[762.5,667.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":692,"ty":0,"nm":"Dot_30","refId":"comp_38","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[762,593.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":693,"ty":0,"nm":"Dot_30","refId":"comp_38","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[418.5,421,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":694,"ty":0,"nm":"Dot_30","refId":"comp_38","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[368.5,494.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":695,"ty":0,"nm":"Dot_30","refId":"comp_38","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[295,199.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":696,"ty":0,"nm":"Dot_30","refId":"comp_38","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[271,322.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":697,"ty":0,"nm":"Dot_30","refId":"comp_38","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[270.5,347,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":698,"ty":0,"nm":"Dot_30","refId":"comp_38","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[123.5,298.5,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":699,"ty":0,"nm":"Dot_30","refId":"comp_38","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[270.5,249,0]},"a":{"a":0,"k":[8.5,8.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":17,"h":17,"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/material loading.json b/ohos/flutter_lottie/assets/lottiefiles/material loading.json new file mode 100644 index 0000000000000000000000000000000000000000..1e7057b8128350d0e71cacdca0fc4d4549780197 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/material loading.json @@ -0,0 +1 @@ +{"v":"4.6.8","fr":29.9700012207031,"ip":0,"op":119.000004846969,"w":256,"h":256,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[128,128.016,0]},"a":{"a":0,"k":[13,13.016,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[200,200]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":92,"s":[0],"e":[25]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":105,"s":[25],"e":[49]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":112,"s":[49],"e":[100]},{"t":120.0000048877}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":90,"s":[1],"e":[100]},{"t":120.0000048877}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0.023529,0.854902,0.238708,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":20},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[12,13],"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":"Ellipse 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":90.0000036657751,"op":390.000015885026,"st":90.0000036657751,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[128,128.016,0]},"a":{"a":0,"k":[13,13.016,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[200,200]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":62,"s":[0],"e":[25]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":75,"s":[25],"e":[49]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":82,"s":[49],"e":[100]},{"t":90.0000036657751}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":60,"s":[1],"e":[100]},{"t":90.0000036657751}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0.854902,0.023529,0.2582694,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":20},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[12,13],"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":"Ellipse 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":60.0000024438501,"op":360.000014663101,"st":60.0000024438501,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[128,128.016,0]},"a":{"a":0,"k":[13,13.016,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[200,200]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":32,"s":[0],"e":[25]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":45,"s":[25],"e":[49]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":52,"s":[49],"e":[100]},{"t":60.0000024438501}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":30,"s":[1],"e":[100]},{"t":60.0000024438501}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0.023529,0.6886272,0.854902,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":20},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[12,13],"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":"Ellipse 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":30.0000012219251,"op":330.000013441176,"st":30.0000012219251,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[128,128.016,0]},"a":{"a":0,"k":[13,13.016,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[200,200]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[0],"e":[25]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":15,"s":[25],"e":[49]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":22,"s":[49],"e":[100]},{"t":30.0000012219251}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[1],"e":[100]},{"t":30.0000012219251}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0.854902,0.54902,0.023529,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":20},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[12,13],"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":"Ellipse 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/material_loader.json b/ohos/flutter_lottie/assets/lottiefiles/material_loader.json new file mode 100644 index 0000000000000000000000000000000000000000..cd9d9fd9eac375ac6d8181ec127ba633e0d8a7d0 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/material_loader.json @@ -0,0 +1 @@ +{"v":"4.5.7","fr":60,"ip":0,"op":120,"w":400,"h":300,"ddd":0,"assets":[{"id":"comp_50","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[200,150,0]},"a":{"a":0,"k":[-5,4,0]},"s":{"a":0,"k":[67.386,67.386,100]}},"ao":1,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[208.5,208.5]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0.9,0.15,0.4,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":24},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[-5.5,4],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.336],"y":[0.99]},"o":{"x":[0.333],"y":[0]},"n":["0p336_0p99_0p333_0"],"t":20,"s":[0],"e":[100]},{"t":80}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.337],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p337_1_0p333_0"],"t":0,"s":[0],"e":[100]},{"t":60}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":240,"st":0,"bm":0,"sr":1}]}],"layers":[{"ddd":0,"ind":0,"ty":0,"nm":"Shape Layer 1 Comp 1","refId":"comp_50","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[180],"e":[360]},{"t":71}]},"p":{"a":0,"k":[200,150,0]},"a":{"a":0,"k":[200,150,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":400,"h":300,"ip":20,"op":260,"st":20,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":0,"nm":"Shape Layer 1 Comp 1","refId":"comp_50","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":19,"s":[0],"e":[180]},{"t":59}]},"p":{"a":0,"k":[200,150,0]},"a":{"a":0,"k":[200,150,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":400,"h":300,"ip":0,"op":59,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/material_loading_2.json b/ohos/flutter_lottie/assets/lottiefiles/material_loading_2.json new file mode 100644 index 0000000000000000000000000000000000000000..46c8f0a6f02607c4e383925545e0a828c2ab4b93 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/material_loading_2.json @@ -0,0 +1 @@ +{"v":"4.6.8","fr":29.9700012207031,"ip":0,"op":60.0000024438501,"w":256,"h":256,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":40,"s":[208.6,127.969,0],"e":[208.6,88,0],"to":[0,-6.66145849227905,0],"ti":[0,-0.00520833348855,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":50,"s":[208.6,88,0],"e":[208.6,128,0],"to":[0,0.00520833348855,0],"ti":[0,-6.66666650772095,0]},{"t":60.0000024438501}]},"a":{"a":0,"k":[-70,-0.5,0]},"s":{"a":0,"k":[75,75,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[33.75,34.5]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.9843137,0.5490196,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-70.125,-0.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[168.6,128,0],"e":[168.6,88,0],"to":[0,-6.66666650772095,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":40,"s":[168.6,88,0],"e":[168.6,128,0],"to":[0,0,0],"ti":[0,-6.66666650772095,0]},{"t":50.0000020365418}]},"a":{"a":0,"k":[-70,-0.5,0]},"s":{"a":0,"k":[75,75,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[33.75,34.5]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.9921569,0.8470588,0.2078431,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-70.125,-0.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[128.594,127.969,0],"e":[128.594,88,0],"to":[0,-6.66145849227905,0],"ti":[0,-0.00520833348855,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[128.594,88,0],"e":[128.594,128,0],"to":[0,0.00520833348855,0],"ti":[0,-6.66666650772095,0]},{"t":40.0000016292334}]},"a":{"a":0,"k":[-70,-0.5,0]},"s":{"a":0,"k":[75,75,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[33.75,34.5]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.2627451,0.627451,0.2784314,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-70.125,-0.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":10,"s":[88.6,127.969,0],"e":[88.6,88,0],"to":[0,-6.66145849227905,0],"ti":[0,-0.00520833348855,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[88.6,88,0],"e":[88.6,128,0],"to":[0,0.00520833348855,0],"ti":[0,-6.66666650772095,0]},{"t":30.0000012219251}]},"a":{"a":0,"k":[-70,-0.5,0]},"s":{"a":0,"k":[75,75,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[33.75,34.5]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.1176471,0.5333334,0.8980392,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-70.125,-0.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[48.6,127.969,0],"e":[48.6,88,0],"to":[0,-6.66145849227905,0],"ti":[0,-0.00520833348855,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":10,"s":[48.6,88,0],"e":[48.6,128,0],"to":[0,0.00520833348855,0],"ti":[0,-6.66666650772095,0]},{"t":20.0000008146167}]},"a":{"a":0,"k":[-70,-0.5,0]},"s":{"a":0,"k":[75,75,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[33.75,34.5]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.8980392,0.2235294,0.2078431,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-70.125,-0.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/material_wave_loading.json b/ohos/flutter_lottie/assets/lottiefiles/material_wave_loading.json new file mode 100644 index 0000000000000000000000000000000000000000..cafcccf1eb33284d01829bf91462fd18504d5cb5 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/material_wave_loading.json @@ -0,0 +1 @@ +{"v":"4.6.8","fr":29.9700012207031,"ip":0,"op":40.0000016292334,"w":256,"h":256,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[208.6,127.969,0],"e":[208.6,88,0],"to":[0,-6.66145849227905,0],"ti":[0,-0.00520833348855,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[208.6,88,0],"e":[208.6,128,0],"to":[0,0.00520833348855,0],"ti":[0,-6.66666650772095,0]},{"t":40.0000016292334}]},"a":{"a":0,"k":[-70,-0.5,0]},"s":{"a":0,"k":[75,75,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[33.75,34.5]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.9843137,0.5490196,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-70.125,-0.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":15,"s":[168.6,128,0],"e":[168.6,88,0],"to":[0,-6.66666650772095,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[168.6,88,0],"e":[168.6,128,0],"to":[0,0,0],"ti":[0,-6.66666650772095,0]},{"t":35.0000014255792}]},"a":{"a":0,"k":[-70,-0.5,0]},"s":{"a":0,"k":[75,75,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[33.75,34.5]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.9921569,0.8470588,0.2078431,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-70.125,-0.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":10,"s":[128.594,127.969,0],"e":[128.594,88,0],"to":[0,-6.66145849227905,0],"ti":[0,-0.00520833348855,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[128.594,88,0],"e":[128.594,128,0],"to":[0,0.00520833348855,0],"ti":[0,-6.66666650772095,0]},{"t":30.0000012219251}]},"a":{"a":0,"k":[-70,-0.5,0]},"s":{"a":0,"k":[75,75,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[33.75,34.5]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.2627451,0.627451,0.2784314,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-70.125,-0.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":5,"s":[88.6,127.969,0],"e":[88.6,88,0],"to":[0,-6.66145849227905,0],"ti":[0,-0.00520833348855,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":15,"s":[88.6,88,0],"e":[88.6,128,0],"to":[0,0.00520833348855,0],"ti":[0,-6.66666650772095,0]},{"t":25.0000010182709}]},"a":{"a":0,"k":[-70,-0.5,0]},"s":{"a":0,"k":[75,75,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[33.75,34.5]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.1176471,0.5333334,0.8980392,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-70.125,-0.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[48.6,127.969,0],"e":[48.6,88,0],"to":[0,-6.66145849227905,0],"ti":[0,-0.00520833348855,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":10,"s":[48.6,88,0],"e":[48.6,128,0],"to":[0,0.00520833348855,0],"ti":[0,-6.66666650772095,0]},{"t":20.0000008146167}]},"a":{"a":0,"k":[-70,-0.5,0]},"s":{"a":0,"k":[75,75,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[33.75,34.5]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.8980392,0.2235294,0.2078431,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-70.125,-0.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/me_at_office.json b/ohos/flutter_lottie/assets/lottiefiles/me_at_office.json new file mode 100644 index 0000000000000000000000000000000000000000..d4442e09036e7e73e862c7d536f37fe905b688cb --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/me_at_office.json @@ -0,0 +1 @@ +{"v":"5.2.1","fr":29.9700012207031,"ip":0,"op":270.000010997325,"w":2000,"h":2000,"nm":"home_isometric","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"fogli Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[658.653,1190.39,0],"ix":2},"a":{"a":0,"k":[248.101,118.019,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-183.857,-33.221],[-9.994,-111.49],[183.857,33.221],[9.994,111.49]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.995999983245,0.957000014361,0.917999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[184.107,111.74],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[-33.629,-109.881],[189.587,19.838],[33.629,109.881],[-189.587,-19.838]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.944999964097,0.525,0.528999956916,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[249.407,111.74],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"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":[[-42.649,-108.81],[191.039,14.569],[42.65,108.81],[-191.039,-14.569]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.216000007181,0.231000010173,0.375999989229,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[304.914,126.978],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":270.000010997325,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"braccio sx Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1275.296,1075.638,0],"ix":2},"a":{"a":0,"k":[254.409,132.068,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[10.516,-8.513],[-11.589,-14.392],[-23.577,-4.748],[0,0],[-23.512,1.577],[-31.186,9.601],[-18.043,17.58],[-5.811,20.829],[2.741,2.209],[4.726,-3.227],[31.599,-30.145],[42.325,-17.541],[63.404,-0.762],[18.341,4.222]],"o":[[-12.025,9.734],[6.682,8.298],[53.486,10.771],[61.236,6.856],[14.529,-0.973],[64.249,-19.782],[51.156,-49.842],[9.682,-34.71],[-13.885,-11.19],[-35.978,24.576],[-13.859,13.221],[-37.523,15.551],[-53.075,0.639],[-21.732,-5.004]],"v":[[-241.481,44.26],[-242.57,94.325],[-203.388,109.563],[-139.174,121.534],[-23.807,130.241],[48.57,117.726],[171.011,42.083],[244.477,-76.005],[244.477,-120.628],[189.514,-103.759],[122.035,-23.219],[37.142,34.465],[-95.639,50.79],[-193.593,47.526]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.063000002094,0.651000019148,0.525,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[254.409,132.068],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":270.000010997325,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"braccio sx ombra Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1461.151,1143.803,0],"ix":2},"a":{"a":0,"k":[46.242,77.018,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-5.613,-4.43],[62.829,-93.906],[0.165,14.48],[-0.125,11.038]],"o":[[6.961,5.496],[-0.551,-13.812],[-0.129,-11.453],[50.985,-53.046]],"v":[[39.031,-72.339],[-44.774,76.768],[-45.863,34.323],[-45.863,0.583]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.043000000598,0.513999968884,0.477999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[46.242,77.018],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":270.000010997325,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"mano sx Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1001.43,1137.797,0],"ix":2},"a":{"a":0,"k":[46.734,29.304,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.114,10.41],[10.367,2.422],[12.851,-4.625],[7.668,-15.262],[-1.594,-4.476],[-26.297,-3.697],[-6.067,5.595]],"o":[[-4.887,-6.269],[-8.77,-2.049],[-2.218,0.798],[-2.581,5.135],[1.713,4.809],[27.073,3.805],[9.351,-8.621]],"v":[[38.37,-14.09],[16.058,-24.43],[-16.592,-24.43],[-41.625,-2.661],[-44.89,11.487],[-11.151,23.459],[35.649,23.459]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.969000004787,0.713999968884,0.689999988032,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[46.734,29.305],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":270.000010997325,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"busto ombra Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1548.975,1157.915,0],"ix":2},"a":{"a":0,"k":[134.533,241.201,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.824,-3.762],[8.651,-28.24],[4.607,-17.33],[37.453,-21.478],[14.075,-15.634],[1.211,-12.633],[-0.712,-6.852],[-1.887,-3.442],[-53.867,9.051],[-15.646,40.58],[7.999,74.556],[-1.588,20.387],[11.639,43.4],[14.911,8.441],[0.657,0.097]],"o":[[-14.79,6.306],[-12.627,41.219],[-24.481,92.079],[-25.044,14.362],[-2.536,2.816],[-1.141,11.895],[0,0],[21.443,39.136],[27.166,-4.565],[11.658,-30.235],[-3.634,-33.865],[6.292,-80.823],[-9.155,-34.136],[-11.333,-6.415],[-4.044,-0.6]],"v":[[21.407,-237.189],[-5.803,-184.947],[-28.114,-121.277],[-29.747,160.067],[-128.788,133.946],[-133.142,155.713],[-133.03,184.399],[-129.877,191.629],[18.141,231.9],[122.625,176.392],[100.858,54.495],[100.858,-26.044],[116.095,-166.445],[71.471,-230.659],[45.35,-239.366]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.043000000598,0.513999968884,0.477999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[134.533,241.201],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":270.000010997325,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"busto Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1547.078,1154.542,0],"ix":2},"a":{"a":0,"k":[136.43,244.573,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.972,-1.974],[0.831,-43.43],[0.76,-53.687],[-8.199,-14.964],[-53.867,9.051],[-15.645,40.58],[7.999,74.557],[-1.588,20.388],[11.64,43.399],[32.163,17.754]],"o":[[-101.722,28.794],[-0.387,20.243],[-0.95,66.987],[21.444,39.136],[27.166,-4.564],[11.659,-30.236],[-3.634,-33.864],[6.292,-80.822],[-2.756,-10.279],[-30.865,-17.038]],"v":[[1.536,-232.728],[-132.334,13.245],[-131.245,104.667],[-127.981,195.003],[20.038,235.272],[124.521,179.766],[102.755,57.868],[102.755,-22.671],[117.991,-163.072],[73.368,-227.286]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.067000003889,0.651000019148,0.541000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[136.43,244.573],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":270.000010997325,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"braccio dx Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1478.535,1012.334,0],"ix":2},"a":{"a":0,"k":[135.863,84.621,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.658,10.182],[-16.341,6.66],[-36.739,-15.972],[-5.453,-12.253],[19.987,-4.887],[38.71,18.229]],"o":[[-9.786,-17.607],[11.616,-4.735],[37.886,16.47],[8.19,18.402],[-12.911,3.156],[-28.766,-13.545]],"v":[[-62.327,3.782],[-47.091,-50.636],[8.416,-28.869],[63.924,-2.748],[36.17,52.215],[-19.882,26.637]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.093999997307,0.435000011968,0.368999974868,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[72.363,55.621],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":270.000010997325,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"mano dx Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[-24]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":90,"s":[-24],"e":[0]},{"t":180.00000733155}],"ix":10},"p":{"a":0,"k":[1373.285,970.766,0],"ix":2},"a":{"a":0,"k":[99.679,80.26,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.454,11.871],[17.654,15.943],[15.092,3.056],[9.55,-6.931],[-2.402,-8.017],[0.764,-2.16],[3.64,-7.753],[-15.666,-9.093],[-13.588,4.743]],"o":[[0.422,-11.037],[-13.439,-12.136],[-6.677,-1.352],[-6.931,5.03],[2.969,9.904],[-0.883,2.498],[-1.747,3.72],[26.478,15.37],[11.201,-3.909]],"v":[[54.008,15.171],[27.948,-19.78],[-10.039,-43.295],[-37.942,-40.08],[-48.161,-17.124],[-31.752,-1.822],[-52.683,-2.212],[-21.14,23.955],[32.166,42.267]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972999961703,0.722000002394,0.670999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[54.679,47.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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":270.000010997325,"st":0,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"mouse Outlines","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},"n":"0p833_0p833_0p167_0p167","t":0,"s":[1278.739,923.356,0],"e":[1283.739,954.356,0],"to":[0.83333331346512,5.16666650772095,0],"ti":[0.0064997356385,-0.00733286561444,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":90,"s":[1283.739,954.356,0],"e":[1278.7,923.4,0],"to":[-0.0064997356385,0.00733286561444,0],"ti":[0.83983308076859,5.1593337059021,0]},{"t":180.00000733155}],"ix":2},"a":{"a":0,"k":[41.519,33.798,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.098,5.604],[-13.859,-2.041],[-1.511,-7.542],[2.717,-2.148],[6.264,2.731]],"o":[[1.142,-5.829],[6.254,0.921],[0.822,4.099],[-10.19,8.057],[-3.077,-1.341]],"v":[[-28.667,-8.717],[5.953,-13.625],[28.943,-2.924],[23.574,7.609],[-10.166,5.432]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.187999994615,0.187999994615,0.187999994615,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[38.038,46.959],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.224,-1.871],[-2.61,1.3],[-2.88,0.53],[-5.493,-2.146],[0.101,-0.257],[0.257,0.1],[0.004,0.001],[5.697,-0.887],[2.633,-1.2]],"o":[[2.169,-1.934],[2.617,-1.286],[5.761,-1.067],[0.258,0.1],[-0.1,0.258],[-0.004,-0.002],[-5.262,-2.232],[-2.848,0.441],[-2.625,1.215]],"v":[[-16.612,4.336],[-9.391,-0.522],[-1.098,-3.269],[16.227,-1.568],[16.511,-0.921],[15.864,-0.636],[15.85,-0.642],[-1.015,-2.776],[-9.284,-0.296]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.286000001197,0.286000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[27.071,15.403],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.245,2.704],[-14.829,-19.192],[6.008,-8.529],[4.4,19.937]],"o":[[14.143,-17.033],[5.784,7.486],[-12.61,17.904],[-1.53,-6.931]],"v":[[-33.739,-14.356],[30.261,-14.356],[35.261,15.644],[-39.739,1.644]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.149000010771,0.149000010771,0.149000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[41.519,33.798],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":270.000010997325,"st":0,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"gamba sx ombra Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1420.588,1450.452,0],"ix":2},"a":{"a":0,"k":[205.553,182.742,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.968,1.902],[-36.893,-0.5],[-122.126,-50.219],[-9.985,-27.796],[8.709,-17.116],[74.872,25.24],[18.651,13.793],[14.037,-43.976],[10.168,-5.888],[1.694,0.981],[10.631,41.704],[3.916,34.589],[-35.659,28.122]],"o":[[6.036,-2.892],[37.365,0.505],[40.605,16.698],[1.521,4.233],[-22.212,43.653],[-41.892,-14.123],[5.471,16.666],[-1.48,4.641],[-17.649,10.219],[-23.265,-13.472],[-24.794,-97.265],[-3.467,-30.62],[6.522,-5.143]],"v":[[-151.141,-168.932],[-84.751,-181.992],[118.23,-119.411],[196.593,-62.815],[196.593,-21.457],[-10.198,-9.485],[-101.621,-57.373],[-62.44,150.505],[-77.676,172.273],[-121.211,167.92],[-160.393,86.292],[-194.132,-31.252],[-169.644,-158.048]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152999997606,0.176000004189,0.310000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[205.552,182.742],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":270.000010997325,"st":0,"bm":0},{"ddd":0,"ind":21,"ty":4,"nm":"gamba sx Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1411.5,1425.469,0],"ix":2},"a":{"a":0,"k":[214.641,207.726,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-12.998,6.479],[-58.784,-24.375],[-51.561,-20.781],[-10.716,-29.827],[8.709,-17.115],[74.872,25.24],[18.65,13.793],[14.037,-43.976],[10.168,-5.888],[1.695,0.982],[10.63,41.704],[19.388,81.074],[-14.462,18.339]],"o":[[32.47,-16.184],[16.826,6.978],[36.108,14.553],[1.52,4.232],[-22.212,43.654],[-41.893,-14.123],[5.471,16.666],[-1.481,4.641],[-17.648,10.219],[-23.264,-13.471],[-19.8,-77.675],[-29.346,-122.712],[2.211,-2.805]],"v":[[-173.072,-191.292],[-47.91,-166.26],[127.319,-94.427],[205.681,-37.831],[205.681,3.526],[-1.11,15.499],[-92.533,-32.39],[-53.352,175.489],[-68.589,197.257],[-112.123,192.903],[-151.305,111.275],[-185.045,-6.269],[-195.928,-172.79]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.226999993418,0.224000010771,0.349000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[214.641,207.726],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":270.000010997325,"st":0,"bm":0},{"ddd":0,"ind":23,"ty":4,"nm":"culo dx Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1486.098,1313.135,0],"ix":2},"a":{"a":0,"k":[190.287,144.956,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[11.431,-13.609],[-20.73,-20.705],[-25.36,23.994],[-57.37,16.873],[0,0.001],[12.731,18.268],[11.244,3.507],[75.525,44.202],[33.214,-8.064]],"o":[[-17.116,20.378],[17.178,17.156],[73.121,117.532],[42.832,-12.598],[7.8,-19.383],[-12.047,-17.286],[-28.2,-8.795],[-64.76,-37.901],[-5.638,1.369]],"v":[[-159.512,-117.051],[-169.307,-37.6],[-90.945,-44.13],[125.641,127.833],[182.237,81.032],[176.795,17.907],[134.348,-8.214],[-7.14,-83.312],[-126.861,-136.642]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.226999993418,0.224000010771,0.349000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[190.287,144.956],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":270.000010997325,"st":0,"bm":0},{"ddd":0,"ind":25,"ty":4,"nm":"sgabello top Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1538.817,1410.494,0],"ix":2},"a":{"a":0,"k":[171.842,99.549,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-61.19,35.328],[-60.793,-35.329],[61.191,-35.328],[60.799,35.332]],"o":[[61.191,-35.328],[60.799,35.333],[-61.19,35.329],[-60.793,-35.33]],"v":[[-110.073,-63.971],[110.793,-63.97],[110.079,63.967],[-110.799,63.967]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.340999977261,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[171.842,99.549],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":270.000010997325,"st":0,"bm":0},{"ddd":0,"ind":27,"ty":4,"nm":"sgabello Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1538.815,1427.907,0],"ix":2},"a":{"a":0,"k":[156.225,106.769,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-61.19,35.329],[-60.793,-35.328],[61.191,-35.328],[60.793,35.329]],"o":[[61.19,-35.328],[60.793,35.329],[-61.19,35.33],[-60.793,-35.33]],"v":[[-110.117,-68.386],[110.749,-68.385],[110.035,59.552],[-110.844,59.552]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.62400004069,0.258999992819,0.294000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[156.225,94.882],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.065,23.3],[0,0],[30.79,-17.777],[60.793,35.329],[0.065,23.002],[0,0],[-30.2,-17.55],[-61.19,35.329]],"o":[[0,0],[0.066,23.3],[-61.191,35.329],[-30.199,-17.55],[0,0],[0.065,23.002],[60.793,35.329],[30.79,-17.776]],"v":[[156.137,-61.757],[156.229,-29.151],[110.128,35.261],[-110.751,35.26],[-156.132,-28.259],[-156.224,-60.865],[-110.844,2.653],[110.035,2.654]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.62400004069,0.258999992819,0.294000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[156.226,151.78],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":270.000010997325,"st":0,"bm":0},{"ddd":0,"ind":29,"ty":4,"nm":"Layer 29 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1535.032,1565.038,0],"ix":2},"a":{"a":0,"k":[91.092,142.039,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-7.985,77.408],[7.985,-77.408]],"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":8,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[92.547,81.408],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[38.826,138.038],[-38.826,-138.038]],"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":8,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[139.358,142.039],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[48.266,-132.964],[-48.266,132.964]],"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":8,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[52.266,136.964],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":270.000010997325,"st":0,"bm":0},{"ddd":0,"ind":31,"ty":4,"nm":"gamba dx Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1492.331,1378.317,0],"ix":2},"a":{"a":0,"k":[184.054,210.138,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[11.431,-13.609],[-4.202,-27.993],[-17.783,-84.029],[-24.86,-28.103],[-18.356,4.661],[-0.797,1.553],[0.912,5.317],[36.359,141.391],[-57.37,16.873],[0,0.001],[12.731,18.268],[11.244,3.507],[75.525,44.202],[33.214,-8.064]],"o":[[-18.059,21.501],[15.711,104.676],[4.573,21.609],[7.485,8.462],[11.988,-3.044],[5.816,-11.307],[-4.018,-23.422],[73.121,117.532],[42.832,-12.598],[7.8,-19.383],[-12.047,-17.286],[-28.2,-8.795],[-64.76,-37.901],[-5.638,1.369]],"v":[[-165.745,-182.233],[-175.54,-102.782],[-135.27,98.567],[-99.354,180.195],[-54.731,205.227],[-35.141,187.813],[-31.875,159.516],[-97.178,-109.312],[119.408,62.651],[176.004,15.85],[170.562,-47.275],[128.115,-73.396],[-13.373,-148.494],[-133.094,-201.824]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.226999993418,0.224000010771,0.349000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[184.054,210.138],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":270.000010997325,"st":0,"bm":0},{"ddd":0,"ind":33,"ty":4,"nm":"scarpa sx Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1273.072,1608.19,0],"ix":2},"a":{"a":0,"k":[88.606,54.781,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.558,17.322],[-22.615,1.022],[-7.184,8.477],[-4.408,2.376],[-12.555,-7.517],[-7.84,-13.915],[-0.015,-16.479],[1.647,-3.45],[37.416,10.383]],"o":[[1.815,-12.296],[13.749,-0.621],[4.561,-5.381],[5.971,-3.219],[28.292,16.938],[3.244,5.758],[0.009,11.848],[-8.966,18.772],[-32.629,-9.055]],"v":[[-85.798,-6.144],[-34.645,-32.264],[0.183,-37.706],[7.258,-51.312],[33.923,-38.795],[85.076,-15.939],[88.342,14.536],[86.709,35.758],[-9.611,41.744]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.62400004069,0.258999992819,0.294000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[88.606,54.781],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":270.000010997325,"st":0,"bm":0},{"ddd":0,"ind":35,"ty":4,"nm":"scarpa dx Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1375.048,1554.41,0],"ix":2},"a":{"a":0,"k":[84.345,55.894,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-6.791,13.019],[-20.013,-4.758],[-6.246,4.535],[-4.311,1.944],[-10.799,-8.496],[-3.842,-14.833],[0.803,-17.331],[2.147,-4.377],[37.202,16.118]],"o":[[4.648,-8.912],[5.37,1.276],[5.589,-4.058],[5.972,-2.692],[27.249,21.439],[1.408,5.439],[-0.826,17.809],[-6.864,13.993],[-42.568,-18.442]],"v":[[-77.304,-31.27],[-25.062,-39.977],[-4.626,-40.357],[4.12,-52.952],[28.978,-37.148],[82.687,-6.238],[80.51,16.619],[80.51,41.651],[-7.648,38.385]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.62400004069,0.258999992819,0.294000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[84.345,55.894],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":270.000010997325,"st":0,"bm":0},{"ddd":0,"ind":37,"ty":4,"nm":"capelli ombra Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1591.194,778.971,0],"ix":2},"a":{"a":0,"k":[70.853,121.563,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-18.901,9.612],[-15.542,-26.5],[11.399,-20.344],[24.914,7.313],[0.889,17.977],[-12.03,32.869]],"o":[[17.566,-8.933],[27.201,46.381],[-13.216,23.592],[-16.838,-4.942],[-1.358,-27.457],[22.084,-60.331]],"v":[[-23.534,-112.381],[43.402,-73.743],[27.075,50.331],[-44.213,114.001],[-69.245,62.847],[-45.302,-7.897]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.090000002992,0.102000000898,0.169000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[70.853,121.564],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":270.000010997325,"st":0,"bm":0},{"ddd":0,"ind":39,"ty":4,"nm":"capelli Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1545.326,769.698,0],"ix":2},"a":{"a":0,"k":[115.181,123.447,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.427,9.064],[0.031,5.678],[-39.781,2.342],[-30.982,-58.727],[13.373,-24.024],[36.434,0.467],[2.685,4.629],[8.978,11.258],[1.704,-0.095],[-0.255,13.537]],"o":[[-24.29,-13.461],[-0.13,-23.721],[5.512,-0.324],[25.662,48.645],[-12.852,23.091],[-35.238,-0.452],[9.199,-13.128],[-10.136,-12.71],[-1.446,-10.282],[0.218,-11.539]],"v":[[-87.591,-41.07],[-114.801,-71.545],[-26.643,-119.433],[89.269,-64.47],[72.943,59.604],[1.111,122.73],[-59.838,79.195],[-59.838,37.837],[-88.136,25.865],[-90.313,-10.051]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.109999997008,0.118000000598,0.216000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.181,123.447],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":270.000010997325,"st":0,"bm":0},{"ddd":0,"ind":41,"ty":4,"nm":"faccia Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1497.857,838.836,0],"ix":2},"a":{"a":0,"k":[68.965,125.13,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[89.079,-0.523],[0.661,-18.51],[-8.013,-29.143],[-11.352,-6.738],[-5.653,0.176],[-0.914,-6.734],[-4.477,-9.193],[0,0],[0.128,9.899],[7.55,13.32]],"o":[[-4.667,29.809],[-0.84,23.499],[4.816,17.517],[8.425,5.002],[-0.095,5.548],[2.123,15.646],[0,0],[-0.124,-10.019],[-1.433,-110.721],[-7.035,-12.412]],"v":[[-60.801,-124.357],[-67.876,-50.892],[-60.258,27.471],[-38.49,63.387],[-15.633,68.829],[-14.545,87.331],[-3.117,124.88],[68.716,95.494],[68.171,52.503],[58.376,-83.543]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.976000019148,0.717999985639,0.685999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[68.965,125.13],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":270.000010997325,"st":0,"bm":0},{"ddd":0,"ind":43,"ty":4,"nm":"interfaccia pc Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[998.981,883.399,0],"ix":2},"a":{"a":0,"k":[117.769,107.419,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.114,0.396],[0.002,0.373],[0.115,0.272],[0.193,0.139],[0.262,-0.005],[0.3,-0.173],[0.261,-0.298],[0.197,-0.364],[0.114,-0.404],[-0.001,-0.381],[-0.116,-0.264],[-0.192,-0.138],[-0.262,0.012],[-0.294,0.17],[-0.268,0.301],[-0.197,0.364]],"o":[[0.114,-0.404],[-0.001,-0.367],[-0.116,-0.263],[-0.198,-0.128],[-0.268,0.008],[-0.294,0.17],[-0.261,0.297],[-0.198,0.364],[-0.12,0.407],[0.001,0.367],[0.116,0.263],[0.198,0.135],[0.269,-0.009],[0.301,-0.173],[0.262,-0.298],[0.192,-0.353]],"v":[[1.999,-0.098],[2.168,-1.261],[1.993,-2.219],[1.524,-2.822],[0.827,-3.007],[-0.017,-2.741],[-0.846,-2.041],[-1.533,-1.049],[-2.004,0.104],[-2.18,1.279],[-2.004,2.228],[-1.542,2.828],[-0.851,3.01],[-0.008,2.743],[0.841,2.034],[1.535,1.037]],"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.134,-0.297],[-0.001,-0.425],[0.127,-0.448],[0.222,-0.415],[0.313,-0.342],[0.357,-0.206],[0.306,-0.008],[0.23,0.146],[0.129,0.308],[0.001,0.418],[-0.126,0.456],[-0.23,0.419],[-0.306,0.338],[-0.344,0.199],[-0.314,0.012],[-0.23,-0.153]],"o":[[0.129,0.308],[0,0.419],[-0.133,0.459],[-0.23,0.411],[-0.306,0.346],[-0.351,0.203],[-0.307,0.016],[-0.231,-0.153],[-0.129,-0.301],[-0.002,-0.426],[0.133,-0.451],[0.223,-0.415],[0.305,-0.346],[0.351,-0.202],[0.306,-0.015],[0.224,0.157]],"v":[[2.318,-2.538],[2.52,-1.45],[2.325,-0.147],[1.798,1.15],[0.995,2.282],[0,3.107],[-0.99,3.428],[-1.79,3.221],[-2.323,2.537],[-2.518,1.459],[-2.33,0.145],[-1.79,-1.159],[-0.994,-2.294],[-0.018,-3.107],[0.973,-3.43],[1.779,-3.219]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[203.405,124.763],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.075,0.301],[0.001,0.272],[0.089,0.213],[0.161,0.099],[0.205,0],[0.237,-0.136],[0,0],[0,0],[0,0],[-0.204,0.243],[-0.14,0.287]],"o":[[0.076,-0.301],[-0.001,-0.278],[-0.09,-0.206],[-0.154,-0.109],[-0.204,0.001],[0,0],[0,0],[0,0],[0.254,-0.148],[0.197,-0.239],[0.139,-0.286]],"v":[[2.023,-2.427],[2.135,-3.286],[1.999,-4.015],[1.626,-4.477],[1.088,-4.644],[0.431,-4.441],[-2.136,-2.959],[-2.124,1.334],[0.501,-0.181],[1.19,-0.763],[1.699,-1.55]],"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.104,-0.242],[-0.001,-0.308],[0.101,-0.359],[0.172,-0.334],[0.242,-0.287],[0.294,-0.17],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.25,-0.003],[-0.179,-0.132]],"o":[[0.102,0.235],[0.001,0.323],[-0.094,0.364],[-0.178,0.346],[-0.242,0.279],[0,0],[0,0],[0,0],[0,0],[0,0],[0.294,-0.17],[0.249,0.003],[0.18,0.13]],"v":[[2.331,-4.31],[2.487,-3.489],[2.342,-2.465],[1.942,-1.426],[1.318,-0.492],[0.514,0.186],[-2.122,1.708],[-2.114,4.87],[-2.464,5.073],[-2.487,-3.13],[0.442,-4.821],[1.254,-5.07],[1.9,-4.869]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[197.735,127.376],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-13.65,7.881],[-1.086,0.459],[-0.041,-14.384],[13.645,-7.877],[1.914,-0.558],[0.038,13.312]],"o":[[1.126,-0.65],[12.079,-5.107],[0.044,15.679],[-2.059,1.19],[-10.772,3.145],[-0.044,-15.678]],"v":[[-0.099,-27.887],[3.222,-29.549],[24.684,-13.757],[0.062,28.897],[-5.913,31.51],[-24.727,14.771]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.404000016755,0.776000019148,0.859000052658,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[153.696,71.046],"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":"Group 3","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-12.967,7.486],[-0.082,-28.906],[25.161,-14.527],[6.8,15.319],[-2.06,1.189],[0.044,15.678],[12.079,-5.106]],"o":[[25.162,-14.527],[0.081,28.912],[-19.134,11.047],[1.914,-0.559],[13.644,-7.877],[-0.041,-14.384],[8.267,-14.78]],"v":[[-1.824,-54.742],[43.879,-28.704],[-1.527,49.942],[-43.878,41.568],[-37.902,38.955],[-13.28,-3.699],[-34.742,-19.492]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.4,0.866999966491,0.630999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[191.66,60.989],"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":"Group 4","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.35,-0.526],[0.138,-0.638],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.3,0.438],[-0.345,0.243],[-0.057,0.033]],"o":[[0,0],[-0.479,0.299],[-0.357,0.536],[0,0],[0,0],[0,0],[0,0],[0,0],[0.185,-0.525],[0.299,-0.444],[0.063,-0.044],[0,0]],"v":[[1.171,-3.681],[1.172,-3.307],[-0.077,-2.063],[-0.82,-0.297],[-0.81,3.483],[-1.155,3.681],[-1.172,-2.328],[-0.84,-2.52],[-0.836,-0.994],[-0.11,-2.448],[0.853,-3.481],[1.037,-3.603]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[208.34,121.89],"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":"Group 5","np":4,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.134,-0.04],[-0.173,0.1],[-0.096,0.085],[-0.07,0.07],[-0.051,0.059],[0,0],[0,0],[0,0],[0.089,-0.095],[0.121,-0.099],[0.141,-0.081],[0.185,0.062],[0.001,0.316],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0.013,0.213],[0.135,0.04],[0.108,-0.063],[0.095,-0.077],[0.077,-0.08],[0,0],[0,0],[0,0],[-0.051,0.065],[-0.09,0.096],[-0.115,0.095],[-0.261,0.151],[-0.193,-0.066],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-0.292,-3.986],[-0.286,-1.916],[0.953,-2.632],[0.954,-2.279],[-0.285,-1.565],[-0.271,3.102],[-0.047,3.479],[0.414,3.389],[0.72,3.169],[0.975,2.933],[1.16,2.724],[1.236,2.621],[1.371,2.867],[1.27,2.992],[1.053,3.234],[0.74,3.524],[0.357,3.789],[-0.32,3.924],[-0.609,3.356],[-0.623,-1.368],[-1.37,-0.937],[-1.371,-1.289],[-0.624,-1.721],[-0.63,-3.79]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[211.316,119.248],"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":"Group 6","np":4,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.453,0.262],[-0.178,0.029],[-0.108,-0.047],[0,0],[0.141,-0.03],[0.153,-0.088],[0.196,-0.444],[-0.002,-0.638],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.247,0.554]],"o":[[0.192,-0.111],[0.179,-0.03],[0,0],[-0.09,-0.029],[-0.14,0.022],[-0.364,0.21],[-0.19,0.448],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.002,-0.727],[0.255,-0.551]],"v":[[0.583,-4.565],[1.145,-4.779],[1.58,-4.751],[1.409,-4.395],[1.063,-4.401],[0.623,-4.228],[-0.212,-3.245],[-0.495,-1.62],[-0.495,-1.4],[1.031,-2.281],[1.032,-1.928],[-0.494,-1.047],[-0.478,4.609],[-0.822,4.808],[-0.839,-0.849],[-1.579,-0.421],[-1.58,-0.772],[-0.84,-1.201],[-0.84,-1.421],[-0.469,-3.348]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[214.635,116.936],"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":"Group 7","np":4,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.114,0.396],[0.002,0.373],[0.115,0.272],[0.2,0.135],[0.269,-0.008],[0.294,-0.17],[0.261,-0.298],[0.198,-0.364],[0.114,-0.404],[-0.001,-0.382],[-0.116,-0.264],[-0.198,-0.135],[-0.268,0.016],[-0.293,0.17],[-0.262,0.298],[-0.197,0.364]],"o":[[0.114,-0.404],[-0.001,-0.367],[-0.116,-0.263],[-0.198,-0.128],[-0.263,0.004],[-0.301,0.173],[-0.261,0.297],[-0.197,0.364],[-0.113,0.404],[0.001,0.366],[0.116,0.263],[0.192,0.139],[0.263,-0.005],[0.301,-0.173],[0.267,-0.301],[0.197,-0.357]],"v":[[1.999,-0.096],[2.168,-1.259],[1.993,-2.217],[1.524,-2.82],[0.827,-3.005],[-0.01,-2.742],[-0.846,-2.039],[-1.534,-1.047],[-2.004,0.106],[-2.173,1.277],[-2.004,2.23],[-1.536,2.827],[-0.845,3.008],[-0.008,2.745],[0.841,2.036],[1.535,1.039]],"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.129,-0.301],[-0.001,-0.425],[0.133,-0.451],[0.222,-0.415],[0.306,-0.338],[0.35,-0.203],[0.3,-0.005],[0.23,0.146],[0.129,0.308],[0.001,0.418],[-0.133,0.459],[-0.23,0.419],[-0.306,0.338],[-0.351,0.202],[-0.307,0.008],[-0.23,-0.152]],"o":[[0.135,0.304],[0,0.418],[-0.127,0.456],[-0.223,0.407],[-0.313,0.35],[-0.358,0.206],[-0.307,0.015],[-0.225,-0.157],[-0.129,-0.301],[-0.002,-0.426],[0.126,-0.448],[0.229,-0.418],[0.306,-0.346],[0.344,-0.199],[0.306,-0.015],[0.231,0.154]],"v":[[2.318,-2.536],[2.52,-1.448],[2.325,-0.145],[1.798,1.152],[1.002,2.281],[0.007,3.105],[-0.984,3.427],[-1.79,3.224],[-2.323,2.539],[-2.518,1.461],[-2.323,0.145],[-1.79,-1.156],[-0.994,-2.292],[-0.011,-3.109],[0.973,-3.427],[1.779,-3.218]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[218.575,116.003],"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":"Group 8","np":6,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.108,0.393],[0.001,0.373],[0.116,0.271],[0.199,0.135],[0.262,-0.004],[0.294,-0.17],[0.262,-0.298],[0.197,-0.364],[0.12,-0.408],[-0.001,-0.382],[-0.116,-0.264],[-0.192,-0.138],[-0.268,0.016],[-0.294,0.17],[-0.269,0.301],[-0.197,0.365]],"o":[[0.114,-0.404],[-0.001,-0.367],[-0.109,-0.267],[-0.199,-0.129],[-0.269,0.008],[-0.293,0.169],[-0.26,0.297],[-0.192,0.36],[-0.114,0.404],[0.001,0.366],[0.109,0.267],[0.199,0.136],[0.263,-0.005],[0.307,-0.177],[0.26,-0.298],[0.197,-0.356]],"v":[[1.999,-0.094],[2.168,-1.257],[1.992,-2.215],[1.524,-2.818],[0.833,-3.007],[-0.011,-2.74],[-0.847,-2.037],[-1.534,-1.044],[-2.004,0.108],[-2.174,1.279],[-1.998,2.228],[-1.536,2.829],[-0.845,3.01],[-0.008,2.747],[0.848,2.034],[1.535,1.04]],"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.135,-0.297],[-0.001,-0.425],[0.127,-0.448],[0.223,-0.415],[0.306,-0.338],[0.358,-0.207],[0.306,-0.007],[0.224,0.15],[0.129,0.307],[0.001,0.418],[-0.126,0.455],[-0.223,0.415],[-0.306,0.338],[-0.35,0.202],[-0.307,0.008],[-0.224,-0.156]],"o":[[0.129,0.308],[0,0.418],[-0.133,0.459],[-0.222,0.407],[-0.307,0.346],[-0.358,0.206],[-0.307,0.016],[-0.231,-0.153],[-0.129,-0.301],[-0.002,-0.426],[0.127,-0.448],[0.228,-0.418],[0.3,-0.342],[0.352,-0.203],[0.312,-0.019],[0.231,0.154]],"v":[[2.324,-2.538],[2.52,-1.445],[2.331,-0.145],[1.797,1.154],[1.002,2.283],[0.006,3.107],[-0.984,3.429],[-1.784,3.221],[-2.323,2.541],[-2.518,1.463],[-2.324,0.147],[-1.79,-1.154],[-0.988,-2.294],[-0.012,-3.107],[0.973,-3.425],[1.779,-3.216]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[228.97,110],"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":"Group 9","np":4,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"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":[[-0.163,3.104],[-0.182,-2.904],[0.163,-3.104],[0.182,2.905]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[225.015,112.266],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"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":[[-0.174,-0.385],[0.171,-0.584],[0.174,0.385],[-0.171,0.584]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[225.001,107.326],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.122,-0.062],[-0.198,0.114],[-0.101,0.081],[-0.088,0.089],[0,0],[0.147,-0.114],[0.108,-0.062],[0.16,0.091],[0.001,0.308],[0,0]],"o":[[0,0],[0,0.227],[0.115,0.059],[0.07,-0.041],[0.103,-0.074],[0,0],[-0.101,0.096],[-0.153,0.118],[-0.255,0.147],[-0.154,-0.087],[0,0],[0,0]],"v":[[-0.49,-4.182],[-0.469,3.222],[-0.283,3.65],[0.19,3.568],[0.451,3.388],[0.738,3.141],[0.823,3.416],[0.446,3.736],[0.057,4.005],[-0.563,4.091],[-0.802,3.494],[-0.823,-3.99]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[223.217,112.335],"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[3.237,-5.085],[0.195,4.886],[-0.149,5.085],[-3.237,-1.348],[-2.873,-1.558],[0.022,4.494],[2.866,-4.872]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[10.439,205.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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.537,0.31],[-0.447,-0.072],[-0.219,-0.395],[0,0],[0.179,0.102],[0.205,0.007],[0.224,-0.078],[0.224,-0.129],[0.37,-0.434],[0.248,-0.495],[0.127,-0.521],[-0.001,-0.455],[-0.155,-0.374],[-0.269,-0.198],[-0.371,0.008],[-0.421,0.244],[-0.229,0.199],[-0.217,0.264],[-0.185,0.32],[-0.133,0.371],[0,0],[0.204,-0.36],[0.255,-0.309],[0.287,-0.246],[0.269,-0.155],[0.41,0.013],[0.294,0.227],[0.161,0.407],[0.001,0.528],[-0.152,0.58],[-0.286,0.555],[-0.421,0.493]],"o":[[0.638,-0.369],[0.442,0.083],[0,0],[-0.135,-0.216],[-0.18,-0.095],[-0.21,-0.004],[-0.224,0.077],[-0.478,0.277],[-0.376,0.438],[-0.255,0.5],[-0.126,0.521],[0.002,0.499],[0.161,0.37],[0.276,0.194],[0.37,-0.001],[0.223,-0.129],[0.236,-0.203],[0.223,-0.262],[0.191,-0.316],[0,0],[-0.12,0.378],[-0.21,0.357],[-0.255,0.309],[-0.281,0.243],[-0.485,0.28],[-0.402,-0.01],[-0.302,-0.223],[-0.167,-0.41],[-0.002,-0.492],[0.145,-0.569],[0.286,-0.554],[0.414,-0.482]],"v":[[0.287,-4.125],[1.915,-4.566],[2.91,-3.847],[2.603,-3.508],[2.136,-3.98],[1.559,-4.132],[0.913,-4.024],[0.249,-3.722],[-1.02,-2.658],[-1.957,-1.258],[-2.535,0.281],[-2.728,1.746],[-2.494,3.059],[-1.853,3.908],[-0.886,4.187],[0.303,3.816],[0.991,3.316],[1.674,2.621],[2.285,1.754],[2.769,0.725],[3.082,0.684],[2.592,1.789],[1.899,2.793],[1.088,3.621],[0.259,4.225],[-1.084,4.624],[-2.132,4.267],[-2.827,3.315],[-3.079,1.911],[-2.853,0.311],[-2.199,-1.375],[-1.142,-2.939]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[3.717,209.951],"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.23,0.133],[-0.244,-0.315],[-0.003,-0.903],[0,0],[0,0],[0,0],[0.205,0.264],[0.441,-0.254],[0.229,-0.235],[0.198,-0.291],[0.152,-0.323],[0.063,-0.316],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.159,0.29],[-0.197,0.247],[-0.224,0.21]],"o":[[0.549,-0.317],[0.243,0.307],[0,0],[0,0],[0,0],[-0.002,-0.822],[-0.206,-0.264],[-0.236,0.137],[-0.237,0.231],[-0.197,0.29],[-0.147,0.328],[0,0],[0,0],[0,0],[0,0],[0,0],[0.108,-0.304],[0.165,-0.294],[0.204,-0.257],[0.229,-0.206]],"v":[[0.515,-3.636],[1.711,-3.65],[2.08,-1.835],[2.09,1.561],[1.751,1.757],[1.742,-1.596],[1.431,-3.224],[0.458,-3.236],[-0.243,-2.676],[-0.894,-1.889],[-1.415,-0.964],[-1.739,0.01],[-1.728,3.766],[-2.073,3.965],[-2.09,-2.044],[-1.758,-2.236],[-1.754,-0.732],[-1.353,-1.616],[-0.812,-2.429],[-0.174,-3.128]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[35.377,172.026],"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":"Group 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"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":[[-0.164,3.104],[-0.181,-2.904],[0.164,-3.104],[0.181,2.905]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[31.488,174.03],"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":"Group 16","np":2,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"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":[[-0.174,-0.385],[0.171,-0.583],[0.174,0.385],[-0.172,0.583]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[31.475,169.089],"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":"Group 17","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.018,0.246],[0,0],[0.147,0.12],[0.192,0.035],[0.211,-0.034],[0.198,-0.114],[0.261,-0.305],[0.178,-0.36],[0.095,-0.386],[-0.001,-0.345],[-0.115,-0.263],[-0.198,-0.136],[-0.269,0.001],[-0.307,0.177],[-0.223,0.217],[-0.191,0.272],[-0.127,0.287]],"o":[[0,0],[-0.07,-0.187],[-0.141,-0.117],[-0.185,-0.04],[-0.218,0.037],[-0.326,0.188],[-0.261,0.313],[-0.185,0.371],[-0.102,0.388],[0.001,0.359],[0.117,0.257],[0.199,0.134],[0.269,-0.008],[0.192,-0.11],[0.217,-0.22],[0.191,-0.265],[0.127,-0.285]],"v":[[1.988,1.535],[1.981,-0.534],[1.655,-0.999],[1.155,-1.239],[0.561,-1.256],[-0.06,-1.031],[-0.934,-0.291],[-1.595,0.716],[-2.014,1.84],[-2.165,2.941],[-1.991,3.875],[-1.522,4.473],[-0.824,4.672],[0.046,4.39],[0.671,3.897],[1.283,3.162],[1.767,2.331]],"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.121,0.07],[0,0],[0,0],[0.083,0.062],[0.001,0.132],[0,0],[0.153,-0.257],[0.172,-0.209],[0.191,-0.177],[0.191,-0.111],[0.307,-0.001],[0.224,0.164],[0.122,0.296],[0.001,0.389],[-0.121,0.445],[-0.215,0.411],[-0.299,0.342],[-0.351,0.202],[-0.211,0.048],[-0.179,-0.036],[-0.147,-0.091],[-0.097,-0.135],[0,0],[0,0]],"o":[[0.001,0.168],[0,0],[0,0],[-0.121,0.07],[-0.077,-0.058],[0,0],[-0.108,0.268],[-0.152,0.257],[-0.178,0.221],[-0.198,0.173],[-0.364,0.21],[-0.306,0.001],[-0.224,-0.157],[-0.122,-0.304],[-0.001,-0.418],[0.12,-0.451],[0.217,-0.412],[0.294,-0.338],[0.236,-0.137],[0.205,-0.037],[0.179,0.03],[0.148,0.098],[0,0],[0,0],[0,0]],"v":[[2.337,2.701],[2.515,2.854],[2.517,3.221],[2.44,3.28],[2.134,3.295],[2.017,3.01],[2.015,2.284],[1.627,3.058],[1.143,3.756],[0.59,4.356],[0.009,4.787],[-1.001,5.105],[-1.801,4.862],[-2.327,4.181],[-2.516,3.143],[-2.34,1.851],[-1.84,0.563],[-1.076,-0.562],[-0.112,-1.368],[0.552,-1.641],[1.129,-1.651],[1.614,-1.468],[1.98,-1.121],[1.97,-4.906],[2.314,-5.106]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[27.339,174.76],"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":"Group 18","np":4,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.018,-0.385],[0,0],[0.123,0.246],[0.198,0.121],[0.256,-0.023],[0.294,-0.17],[0.254,-0.279],[0.19,-0.345],[0.114,-0.382]],"o":[[0,0],[-0.02,-0.37],[-0.122,-0.245],[-0.199,-0.114],[-0.255,0.023],[-0.294,0.169],[-0.255,0.28],[-0.191,0.339],[-0.121,0.392]],"v":[[-2.173,1.092],[2.18,-1.422],[1.966,-2.342],[1.487,-2.887],[0.807,-3.032],[-0.016,-2.747],[-0.839,-2.074],[-1.508,-1.144],[-1.966,-0.064]],"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.135,-0.304],[-0.001,-0.425],[0,0],[0,0],[0,0],[-0.128,-0.241],[-0.199,-0.12],[-0.255,0.008],[-0.288,0.166],[-0.185,0.165],[-0.159,0.195],[-0.121,0.217],[-0.076,0.22],[0,0],[0.14,-0.265],[0.191,-0.235],[0.216,-0.198],[0.23,-0.133],[0.308,-0.008],[0.231,0.153],[0.129,0.308],[0.001,0.432],[-0.127,0.441],[-0.222,0.407],[-0.3,0.335],[-0.351,0.203],[-0.314,0.019],[-0.231,-0.146]],"o":[[0.129,0.301],[0,0],[0,0],[0,0],[0.026,0.36],[0.122,0.253],[0.198,0.114],[0.263,-0.019],[0.185,-0.107],[0.185,-0.158],[0.16,-0.202],[0.12,-0.224],[0,0],[-0.076,0.257],[-0.14,0.264],[-0.185,0.232],[-0.224,0.203],[-0.357,0.207],[-0.312,0.012],[-0.231,-0.154],[-0.135,-0.304],[-0.001,-0.426],[0.127,-0.448],[0.229,-0.404],[0.299,-0.335],[0.364,-0.21],[0.306,-0.016],[0.224,0.157]],"v":[[2.325,-2.549],[2.526,-1.46],[2.526,-1.372],[2.513,-1.283],[-2.172,1.422],[-1.94,2.323],[-1.458,2.876],[-0.774,3.032],[0.051,2.755],[0.606,2.346],[1.122,1.805],[1.542,1.173],[1.835,0.512],[2.148,0.42],[1.823,1.195],[1.327,1.944],[0.716,2.598],[0.031,3.103],[-0.966,3.429],[-1.777,3.215],[-2.323,2.523],[-2.524,1.42],[-2.336,0.12],[-1.81,-1.161],[-1.013,-2.275],[-0.031,-3.085],[0.979,-3.425],[1.786,-3.229]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[21.524,179.787],"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":"Group 19","np":4,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-1.771,-4.315],[-1.754,1.724],[1.626,-3.828],[2.035,-4.065],[-0.18,-0.375],[2.116,1.886],[1.72,2.114],[-0.422,0.022],[-1.752,2.185],[-1.747,4.116],[-2.092,4.315],[-2.116,-4.115]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[16.574,182.544],"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":"Group 20","np":2,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.236,0.136],[-0.243,-0.315],[-0.002,-0.902],[0,0],[0,0],[0,0],[0.206,0.263],[0.446,-0.257],[0.236,-0.239],[0.198,-0.291],[0.146,-0.319],[0.07,-0.319],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.159,0.29],[-0.204,0.25],[-0.224,0.21]],"o":[[0.549,-0.317],[0.251,0.304],[0,0],[0,0],[0,0],[-0.002,-0.821],[-0.205,-0.264],[-0.237,0.137],[-0.235,0.232],[-0.197,0.29],[-0.153,0.33],[0,0],[0,0],[0,0],[0,0],[0,0],[0.108,-0.305],[0.159,-0.29],[0.198,-0.254],[0.223,-0.202]],"v":[[0.515,-3.638],[1.703,-3.649],[2.079,-1.838],[2.089,1.559],[1.745,1.759],[1.735,-1.594],[1.424,-3.222],[0.453,-3.234],[-0.25,-2.675],[-0.901,-1.888],[-1.416,-0.965],[-1.745,0.011],[-1.734,3.767],[-2.073,3.964],[-2.089,-2.046],[-1.758,-2.238],[-1.755,-0.734],[-1.354,-1.619],[-0.813,-2.431],[-0.174,-3.13]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[10.828,186.202],"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":"Group 21","np":2,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"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":[[-0.16,3.102],[-0.177,-2.907],[0.161,-3.102],[0.177,2.907]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.936,188.205],"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":"Group 22","np":2,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"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":[[-0.17,-0.387],[0.167,-0.582],[0.17,0.386],[-0.169,0.582]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.922,183.264],"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":"Group 23","np":2,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-2.023,-4.203],[-2.001,3.633],[2.373,1.109],[2.374,1.474],[-2.351,4.203],[-2.374,-4]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[3.444,190.385],"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":"Group 24","np":2,"cix":2,"ix":24,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.122,-0.062],[-0.198,0.115],[-0.102,0.081],[-0.083,0.092],[0,0],[0.147,-0.121],[0.108,-0.062],[0.16,0.092],[0.001,0.308],[0,0]],"o":[[0,0],[0,0.22],[0.115,0.066],[0.07,-0.04],[0.109,-0.077],[0,0],[-0.102,0.103],[-0.153,0.118],[-0.256,0.148],[-0.154,-0.094],[0,0],[0,0]],"v":[[-0.49,-4.186],[-0.469,3.224],[-0.283,3.646],[0.19,3.571],[0.451,3.391],[0.738,3.136],[0.823,3.411],[0.446,3.739],[0.057,4.008],[-0.563,4.094],[-0.802,3.496],[-0.823,-3.994]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[24.325,153.612],"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":"Group 25","np":2,"cix":2,"ix":25,"mn":"ADBE Vector Group","hd":false},{"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":[[-0.16,3.102],[-0.177,-2.906],[0.161,-3.102],[0.177,2.908]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[21.65,156.128],"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":"Group 26","np":2,"cix":2,"ix":26,"mn":"ADBE Vector Group","hd":false},{"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":[[-0.17,-0.39],[0.167,-0.586],[0.17,0.39],[-0.167,0.586]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[21.636,151.184],"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":"Group 27","np":2,"cix":2,"ix":27,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0.198],[0,0],[0.587,-0.34],[0.223,-0.202],[0.159,-0.217],[0.089,-0.227],[-0.001,-0.213],[-0.078,-0.139],[-0.128,-0.065],[-0.173,0.026],[-0.204,0.118],[-0.249,0.224],[-0.198,0.246],[-0.127,0.249]],"o":[[0,0],[-0.525,0.068],[-0.275,0.158],[-0.229,0.199],[-0.166,0.22],[-0.089,0.221],[0,0.22],[0.07,0.143],[0.128,0.066],[0.173,-0.019],[0.243,-0.14],[0.249,-0.217],[0.203,-0.25],[0.127,-0.25]],"v":[[1.665,0.29],[1.661,-0.84],[-0.005,-0.222],[-0.759,0.315],[-1.345,0.941],[-1.727,1.609],[-1.859,2.266],[-1.749,2.805],[-1.448,3.116],[-1,3.181],[-0.438,2.974],[0.309,2.425],[0.984,1.719],[1.475,0.966]],"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.121,0.07],[0,0],[0,0],[0,0],[0.077,0.05],[0,0.139],[0,0],[0.383,-0.42],[0.447,-0.258],[0.204,-0.023],[0.153,0.073],[0.09,0.176],[0,0.264],[-0.108,0.268],[-0.192,0.265],[-0.267,0.236],[-0.314,0.18],[-0.299,0.114],[-0.237,0.027],[0,0],[0.301,0.186],[0.505,-0.292],[0.287,-0.29],[0.287,-0.401],[0,0],[-0.568,0.328],[-0.352,-0.215],[-0.002,-0.726]],"o":[[0,0.169],[0,0],[0,0],[0,0],[-0.109,0.062],[-0.077,-0.052],[0,0],[-0.235,0.503],[-0.383,0.411],[-0.235,0.136],[-0.212,0.026],[-0.154,-0.081],[-0.09,-0.168],[-0.001,-0.257],[0.108,-0.276],[0.19,-0.265],[0.262,-0.239],[0.293,-0.17],[0.294,-0.118],[0,0],[-0.002,-0.602],[-0.294,-0.183],[-0.255,0.147],[-0.294,0.302],[0,0],[0.67,-0.916],[0.613,-0.354],[0.352,0.209],[0,0]],"v":[[2.013,1.155],[2.192,1.308],[2.193,1.676],[2.143,1.719],[2.091,1.749],[1.81,1.765],[1.687,1.483],[1.686,0.947],[0.755,2.329],[-0.482,3.337],[-1.152,3.578],[-1.696,3.502],[-2.063,3.125],[-2.191,2.473],[-2.034,1.684],[-1.589,0.875],[-0.907,0.121],[-0.038,-0.504],[0.854,-0.94],[1.661,-1.163],[1.659,-1.808],[1.208,-2.995],[0.005,-2.837],[-0.805,-2.179],[-1.672,-1.127],[-1.832,-1.321],[0.023,-3.179],[1.469,-3.389],[2.003,-1.985]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[17.905,158.359],"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":"Group 28","np":4,"cix":2,"ix":28,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.869,0.501],[-0.251,-0.311],[-0.003,-0.887],[0,0],[0,0],[0,0],[0.218,0.257],[0.446,-0.258],[0.204,-0.213],[0.165,-0.265],[0.127,-0.316],[0.063,-0.323],[0,0],[0,0],[0,0],[0.212,0.26],[0.453,-0.262],[0.35,-0.563],[0.145,-0.68],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.343,0.478],[-0.422,0.244],[-0.282,-0.146],[-0.053,-0.477]],"o":[[0.555,-0.321],[0.257,0.315],[0,0],[0,0],[0,0],[-0.003,-0.815],[-0.225,-0.26],[-0.237,0.137],[-0.21,0.225],[-0.172,0.275],[-0.127,0.323],[0,0],[0,0],[0,0],[-0.002,-0.822],[-0.211,-0.26],[-0.467,0.269],[-0.344,0.558],[0,0],[0,0],[0,0],[0,0],[0,0],[0.222,-0.635],[0.351,-0.482],[0.447,-0.257],[0.275,0.15],[0.513,-1.421]],"v":[[2.191,-4.615],[3.406,-4.633],[3.795,-2.836],[3.804,0.56],[3.466,0.757],[3.457,-2.596],[3.126,-4.206],[2.122,-4.207],[1.458,-3.678],[0.898,-2.941],[0.452,-2.053],[0.167,-1.087],[0.178,2.654],[-0.167,2.853],[-0.177,-0.499],[-0.495,-2.123],[-1.498,-2.117],[-2.716,-0.869],[-3.453,0.988],[-3.442,4.744],[-3.787,4.944],[-3.804,-1.065],[-3.472,-1.257],[-3.468,0.247],[-2.616,-1.428],[-1.461,-2.507],[-0.374,-2.67],[0.121,-1.737]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[10.783,162.655],"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":"Group 29","np":2,"cix":2,"ix":29,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[2.255,-5.436],[2.256,-5.068],[-2.015,-2.603],[-2.005,0.853],[1.736,-1.307],[1.737,-0.933],[-2.004,1.227],[-1.994,4.865],[2.367,2.349],[2.368,2.714],[-2.344,5.436],[-2.368,-2.767]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[3.371,165.61],"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":"Group 30","np":2,"cix":2,"ix":30,"mn":"ADBE Vector Group","hd":false},{"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":[[0.203,-7.429],[0.244,7.172],[-0.203,7.429],[-0.244,-7.17]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[91.625,82.811],"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":"Group 31","np":2,"cix":2,"ix":31,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.158,0.555],[0.002,0.521],[0.16,0.377],[0.275,0.186],[0.371,-0.008],[0.416,-0.24],[0.364,-0.415],[0.281,-0.507],[0.165,-0.558],[-0.001,-0.528],[-0.162,-0.371],[-0.275,-0.187],[-0.37,0.015],[-0.408,0.236],[-0.369,0.42],[-0.281,0.508]],"o":[[0.158,-0.561],[-0.001,-0.513],[-0.161,-0.371],[-0.282,-0.183],[-0.371,0.009],[-0.408,0.236],[-0.363,0.415],[-0.273,0.511],[-0.164,0.566],[0.001,0.514],[0.16,0.37],[0.269,0.189],[0.371,-0.016],[0.422,-0.243],[0.37,-0.419],[0.273,-0.503]],"v":[[2.791,-0.136],[3.023,-1.754],[2.783,-3.092],[2.128,-3.934],[1.155,-4.196],[-0.021,-3.825],[-1.182,-2.846],[-2.144,-1.461],[-2.798,0.144],[-3.042,1.784],[-2.795,3.112],[-2.147,3.95],[-1.181,4.208],[-0.012,3.834],[1.175,2.84],[2.144,1.458]],"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.18,-0.426],[-0.002,-0.595],[0.184,-0.636],[0.312,-0.569],[0.427,-0.482],[0.498,-0.288],[0.422,-0.017],[0.321,0.213],[0.181,0.424],[0.002,0.579],[-0.184,0.635],[-0.318,0.581],[-0.427,0.482],[-0.485,0.281],[-0.435,0.023],[-0.32,-0.211]],"o":[[0.187,0.421],[0.002,0.579],[-0.177,0.631],[-0.311,0.577],[-0.428,0.474],[-0.491,0.284],[-0.429,0.011],[-0.32,-0.204],[-0.173,-0.429],[-0.002,-0.595],[0.177,-0.632],[0.318,-0.58],[0.427,-0.475],[0.492,-0.284],[0.429,-0.013],[0.321,0.212]],"v":[[3.235,-3.537],[3.515,-2.015],[3.245,-0.199],[2.508,1.607],[1.394,3.192],[0.002,4.34],[-1.377,4.792],[-2.498,4.497],[-3.249,3.55],[-3.515,2.043],[-3.245,0.204],[-2.502,-1.614],[-1.387,-3.205],[-0.022,-4.339],[1.358,-4.79],[2.484,-4.493]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[82.342,89.201],"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":"Group 32","np":4,"cix":2,"ix":32,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.152,0.543],[0.001,0.469],[0.148,0.377],[0.256,0.205],[0.365,0.01],[0.434,-0.251],[0.294,-0.301],[0.242,-0.353],[0.191,-0.389],[0.133,-0.386],[0,0],[-0.186,-0.18],[-0.268,-0.066],[-0.307,0.052],[-0.275,0.158],[-0.377,0.438],[-0.267,0.508]],"o":[[0.152,-0.543],[-0.002,-0.499],[-0.142,-0.382],[-0.256,-0.212],[-0.37,0.001],[-0.332,0.192],[-0.287,0.291],[-0.236,0.35],[-0.191,0.389],[0,0],[0.033,0.304],[0.179,0.19],[0.269,0.065],[0.313,-0.056],[0.447,-0.258],[0.382,-0.449],[0.274,-0.518]],"v":[[2.689,-0.239],[2.914,-1.764],[2.693,-3.078],[2.089,-3.956],[1.154,-4.276],[-0.052,-3.902],[-0.984,-3.167],[-1.774,-2.196],[-2.417,-1.083],[-2.899,0.086],[-2.891,3.005],[-2.57,3.739],[-1.898,4.122],[-1.034,4.138],[-0.159,3.823],[1.08,2.778],[2.054,1.348]],"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.156,-0.432],[-0.002,-0.529],[0.178,-0.624],[0.318,-0.58],[0.427,-0.49],[0.485,-0.28],[0.506,0.068],[0.289,0.37],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.484,0.654],[-0.632,0.365],[-0.421,-0.013],[-0.289,-0.245]],"o":[[0.154,0.433],[0.002,0.565],[-0.171,0.62],[-0.318,0.581],[-0.427,0.481],[-0.581,0.336],[-0.506,-0.061],[0,0],[0,0],[0,0],[0,0],[0,0],[0.356,-0.808],[0.478,-0.651],[0.53,-0.306],[0.416,0.017],[0.282,0.249]],"v":[[3.159,-3.486],[3.393,-2.042],[3.13,-0.25],[2.393,1.556],[1.279,3.156],[-0.086,4.296],[-1.716,4.701],[-2.914,4.055],[-2.909,5.764],[-3.362,6.026],[-3.396,-5.75],[-2.917,-6.026],[-2.902,-0.736],[-1.648,-2.929],[0.016,-4.456],[1.44,-4.891],[2.497,-4.5]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[74.195,94],"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":"Group 33","np":4,"cix":2,"ix":33,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.173,-0.084],[-0.274,0.158],[-0.146,0.114],[-0.121,0.122],[0,0],[0.211,-0.165],[0.153,-0.089],[0.219,0.131],[0.001,0.425],[0,0]],"o":[[0,0],[0.001,0.316],[0.167,0.087],[0.102,-0.059],[0.147,-0.107],[0,0],[-0.14,0.14],[-0.21,0.166],[-0.351,0.202],[-0.217,-0.124],[0,0],[0,0]],"v":[[-0.68,-5.842],[-0.651,4.495],[-0.393,5.089],[0.264,4.989],[0.634,4.73],[1.036,4.38],[1.146,4.766],[0.623,5.214],[0.081,5.594],[-0.783,5.71],[-1.117,4.883],[-1.146,-5.573]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[68.549,95.784],"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":"Group 34","np":2,"cix":2,"ix":34,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.001,0.278],[0,0],[0.823,-0.476],[0.319,-0.28],[0.229,-0.302],[0.127,-0.316],[-0.001,-0.3],[-0.103,-0.197],[-0.179,-0.095],[-0.242,0.037],[-0.281,0.162],[-0.344,0.309],[-0.28,0.346],[-0.178,0.346]],"o":[[0,0],[-0.729,0.098],[-0.383,0.221],[-0.313,0.276],[-0.23,0.308],[-0.12,0.312],[0.001,0.301],[0.103,0.198],[0.179,0.088],[0.237,-0.027],[0.344,-0.199],[0.351,-0.305],[0.28,-0.352],[0.172,-0.349]],"v":[[2.325,0.407],[2.32,-1.177],[-0.012,-0.315],[-1.065,0.44],[-1.88,1.315],[-2.416,2.248],[-2.599,3.169],[-2.443,3.917],[-2.02,4.356],[-1.393,4.443],[-0.612,4.154],[0.427,3.391],[1.378,2.401],[2.065,1.351]],"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.173,0.1],[0,0],[0,0],[0,0],[0.109,0.069],[0,0.19],[0,0],[0.536,-0.589],[0.618,-0.358],[0.288,-0.026],[0.218,0.102],[0.123,0.238],[0.001,0.367],[-0.146,0.379],[-0.268,0.368],[-0.37,0.339],[-0.441,0.254],[-0.415,0.159],[-0.333,0.037],[0,0],[0.416,0.259],[0.702,-0.405],[0.401,-0.408],[0.402,-0.562],[0,0],[-0.791,0.457],[-0.493,-0.296],[-0.003,-1.012]],"o":[[0.001,0.234],[0,0],[0,0],[0,0],[-0.16,0.092],[-0.109,-0.077],[0,0],[-0.337,0.702],[-0.529,0.577],[-0.339,0.195],[-0.294,0.038],[-0.218,-0.109],[-0.122,-0.245],[-0.001,-0.352],[0.152,-0.381],[0.267,-0.375],[0.363,-0.328],[0.408,-0.235],[0.422,-0.17],[0,0],[-0.003,-0.843],[-0.423,-0.256],[-0.358,0.206],[-0.402,0.408],[0,0],[0.937,-1.268],[0.856,-0.494],[0.494,0.295],[0,0]],"v":[[2.807,1.614],[3.065,1.825],[3.065,2.339],[2.99,2.398],[2.925,2.435],[2.523,2.469],[2.362,2.07],[2.359,1.321],[1.053,3.25],[-0.669,4.656],[-1.609,4.993],[-2.37,4.889],[-2.877,4.365],[-3.065,3.453],[-2.844,2.348],[-2.219,1.224],[-1.263,0.165],[-0.05,-0.713],[1.188,-1.309],[2.32,-1.625],[2.316,-2.527],[1.691,-4.179],[0.01,-3.958],[-1.125,-3.038],[-2.331,-1.578],[-2.562,-1.849],[0.034,-4.443],[2.053,-4.734],[2.795,-2.774]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[62.353,100.813],"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":"Group 35","np":4,"cix":2,"ix":35,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-0.242,0.28],[-0.179,0.338],[-0.096,0.341],[0.001,0.316],[0.096,0.238],[0.167,0.131],[0.23,-0.001],[0.282,-0.162]],"o":[[0,0],[0,0],[0.288,-0.166],[0.236,-0.276],[0.171,-0.326],[0.101,-0.353],[-0.001,-0.322],[-0.091,-0.242],[-0.166,-0.125],[-0.23,-0.006],[0,0]],"v":[[-3.127,-4.046],[-3.113,0.862],[0.749,-1.368],[1.54,-2.038],[2.159,-2.953],[2.559,-3.963],[2.703,-4.958],[2.56,-5.801],[2.174,-6.364],[1.585,-6.561],[0.818,-6.324]],"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.108,0.363],[0.001,0.308],[0.104,0.249],[0.179,0.132],[0.243,0],[0.28,-0.162],[0,0],[0,0],[0,0],[-0.248,0.282],[-0.191,0.345]],"o":[[0.108,-0.364],[-0.001,-0.322],[-0.103,-0.249],[-0.18,-0.125],[-0.243,0.001],[0,0],[0,0],[0,0],[0.287,-0.165],[0.255,-0.287],[0.191,-0.346]],"v":[[2.982,1.282],[3.14,0.272],[2.983,-0.586],[2.56,-1.149],[1.926,-1.342],[1.141,-1.094],[-3.112,1.361],[-3.097,6.379],[1.059,3.979],[1.869,3.299],[2.538,2.347]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[-0.084,-0.26],[-0.001,-0.33],[0.14,-0.448],[0.236,-0.401],[0.313,-0.335],[0.345,-0.199],[0,0],[0,0],[0,0],[-0.281,-0.006],[-0.193,-0.161],[-0.11,-0.29],[-0.001,-0.36],[0.248,-0.628],[0.446,-0.486],[-0.23,-0.058],[-0.166,-0.161]],"o":[[0.09,0.249],[0.002,0.411],[-0.132,0.437],[-0.229,0.404],[-0.312,0.335],[0,0],[0,0],[0,0],[0.345,-0.199],[0.282,0.007],[0.198,0.165],[0.109,0.282],[0.002,0.579],[-0.254,0.631],[0.281,-0.067],[0.231,0.058],[0.167,0.16]],"v":[[3.488,-0.84],[3.618,0.04],[3.417,1.317],[2.865,2.577],[2.049,3.687],[1.06,4.493],[-3.588,7.177],[-3.62,-4.275],[0.9,-6.885],[1.839,-7.171],[2.557,-6.916],[3.019,-6.242],[3.181,-5.277],[2.809,-3.468],[1.759,-1.789],[2.526,-1.806],[3.115,-1.477]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[54.474,104.365],"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":"Group 36","np":5,"cix":2,"ix":36,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.001,0.278],[0,0],[0.824,-0.475],[0.319,-0.279],[0.229,-0.302],[0.127,-0.315],[-0.001,-0.3],[-0.103,-0.198],[-0.179,-0.096],[-0.236,0.033],[-0.281,0.162],[-0.351,0.313],[-0.281,0.345],[-0.178,0.345]],"o":[[0,0],[-0.735,0.101],[-0.383,0.222],[-0.319,0.28],[-0.23,0.309],[-0.127,0.317],[0.001,0.301],[0.103,0.198],[0.179,0.087],[0.236,-0.026],[0.345,-0.2],[0.351,-0.305],[0.28,-0.353],[0.179,-0.353]],"v":[[2.328,0.404],[2.324,-1.181],[-0.008,-0.32],[-1.061,0.435],[-1.883,1.314],[-2.412,2.244],[-2.601,3.168],[-2.445,3.917],[-2.022,4.356],[-1.395,4.443],[-0.616,4.154],[0.431,3.387],[1.375,2.402],[2.062,1.351]],"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.166,0.096],[0,0],[0,0],[0,0],[0.11,0.069],[0.001,0.19],[0,0],[0.529,-0.585],[0.62,-0.357],[0.288,-0.026],[0.218,0.102],[0.122,0.238],[0.001,0.367],[-0.152,0.383],[-0.261,0.364],[-0.369,0.339],[-0.44,0.254],[-0.415,0.159],[-0.34,0.042],[0,0],[0.417,0.258],[0.703,-0.405],[0.402,-0.409],[0.401,-0.562],[0,0],[-0.797,0.461],[-0.494,-0.296],[-0.003,-1.012]],"o":[[0.001,0.234],[0,0],[0,0],[0,0],[-0.159,0.092],[-0.102,-0.08],[0,0],[-0.337,0.701],[-0.536,0.581],[-0.332,0.192],[-0.294,0.038],[-0.212,-0.112],[-0.122,-0.245],[-0.001,-0.353],[0.146,-0.377],[0.267,-0.375],[0.371,-0.331],[0.415,-0.24],[0.415,-0.166],[0,0],[-0.003,-0.843],[-0.416,-0.26],[-0.351,0.203],[-0.401,0.407],[0,0],[0.93,-1.264],[0.85,-0.49],[0.493,0.296],[0,0]],"v":[[2.811,1.609],[3.061,1.825],[3.062,2.339],[2.986,2.397],[2.922,2.434],[2.519,2.469],[2.358,2.069],[2.356,1.322],[1.057,3.246],[-0.672,4.656],[-1.611,4.992],[-2.372,4.888],[-2.879,4.365],[-3.061,3.449],[-2.84,2.344],[-2.223,1.224],[-1.267,0.164],[-0.054,-0.712],[1.191,-1.313],[2.323,-1.629],[2.32,-2.531],[1.688,-4.178],[0.007,-3.958],[-1.129,-3.037],[-2.333,-1.578],[-2.558,-1.853],[0.037,-4.447],[2.052,-4.734],[2.799,-2.779]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[42.039,112.542],"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":"Group 37","np":4,"cix":2,"ix":37,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.024,-0.529],[0,0],[0.167,0.344],[0.276,0.164],[0.359,-0.03],[0.415,-0.239],[0.357,-0.389],[0.267,-0.478],[0.158,-0.532]],"o":[[0,0],[-0.034,-0.503],[-0.174,-0.348],[-0.275,-0.157],[-0.358,0.031],[-0.408,0.236],[-0.356,0.39],[-0.267,0.477],[-0.165,0.536]],"v":[[-3.033,1.516],[3.046,-1.992],[2.747,-3.268],[2.074,-4.033],[1.126,-4.236],[-0.03,-3.833],[-1.178,-2.898],[-2.108,-1.596],[-2.749,-0.08]],"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.187,-0.421],[-0.001,-0.587],[0,0],[0,0],[0,0],[-0.174,-0.348],[-0.276,-0.164],[-0.358,0.016],[-0.41,0.236],[-0.262,0.233],[-0.223,0.283],[-0.166,0.301],[-0.101,0.308],[0,0],[0.191,-0.367],[0.267,-0.331],[0.306,-0.279],[0.326,-0.188],[0.435,-0.024],[0.327,0.215],[0.18,0.425],[0.002,0.602],[-0.177,0.625],[-0.318,0.574],[-0.421,0.471],[-0.491,0.284],[-0.429,0.019],[-0.32,-0.212]],"o":[[0.18,0.418],[0,0],[0,0],[0,0],[0.041,0.498],[0.173,0.348],[0.275,0.165],[0.365,-0.027],[0.261,-0.151],[0.255,-0.228],[0.223,-0.276],[0.172,-0.312],[0,0],[-0.101,0.345],[-0.198,0.364],[-0.268,0.331],[-0.313,0.284],[-0.497,0.288],[-0.429,0.012],[-0.32,-0.22],[-0.187,-0.429],[-0.001,-0.594],[0.172,-0.612],[0.319,-0.566],[0.421,-0.47],[0.505,-0.292],[0.435,-0.023],[0.321,0.204]],"v":[[3.246,-3.557],[3.525,-2.042],[3.525,-1.909],[3.507,-1.788],[-3.033,1.987],[-2.715,3.25],[-2.035,4.012],[-1.082,4.233],[0.069,3.848],[0.848,3.281],[1.567,2.513],[2.153,1.638],[2.561,0.712],[2.994,0.594],[2.551,1.666],[1.856,2.713],[0.996,3.629],[0.038,4.336],[-1.355,4.795],[-2.488,4.494],[-3.245,3.528],[-3.525,1.984],[-3.262,0.163],[-2.525,-1.621],[-1.415,-3.18],[-0.045,-4.309],[1.361,-4.783],[2.488,-4.5]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[34.466,116.826],"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":"Group 38","np":4,"cix":2,"ix":38,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.051,0.029],[0,0],[0.496,-0.742],[0.196,-0.899],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.42,0.618],[-0.472,0.339],[-0.076,0.045]],"o":[[0,0],[-0.676,0.42],[-0.497,0.742],[0,0],[0,0],[0,0],[0,0],[0,0],[0.253,-0.742],[0.421,-0.617],[0.096,-0.069],[0.083,-0.048]],"v":[[1.634,-5.137],[1.635,-4.622],[-0.118,-2.875],[-1.154,-0.411],[-1.139,4.863],[-1.611,5.137],[-1.635,-3.249],[-1.176,-3.514],[-1.169,-1.387],[-0.165,-3.422],[1.18,-4.861],[1.442,-5.026]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[28.805,120.085],"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":"Group 39","np":2,"cix":2,"ix":39,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.024,0.337],[0,0],[0.199,0.172],[0.263,0.054],[0.294,-0.052],[0.281,-0.163],[0.364,-0.43],[0.254,-0.506],[0.139,-0.536],[-0.001,-0.484],[-0.155,-0.366],[-0.283,-0.182],[-0.378,0.005],[-0.433,0.25],[-0.306,0.309],[-0.267,0.375],[-0.184,0.408]],"o":[[0,0],[-0.103,-0.264],[-0.204,-0.169],[-0.262,-0.062],[-0.293,0.045],[-0.453,0.261],[-0.369,0.433],[-0.248,0.504],[-0.139,0.544],[0.002,0.506],[0.161,0.37],[0.275,0.194],[0.371,-0.009],[0.269,-0.156],[0.306,-0.302],[0.267,-0.374],[0.178,-0.396]],"v":[[2.779,2.147],[2.771,-0.743],[2.315,-1.391],[1.617,-1.73],[0.779,-1.747],[-0.083,-1.439],[-1.302,-0.405],[-2.231,1.005],[-2.815,2.57],[-3.022,4.108],[-2.781,5.409],[-2.12,6.24],[-1.141,6.52],[0.066,6.139],[0.934,5.439],[1.795,4.42],[2.469,3.252]],"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.167,0.097],[0,0],[0,0],[0.115,0.08],[0,0.183],[0,0],[0.21,-0.35],[0.243,-0.302],[0.274,-0.246],[0.269,-0.155],[0.428,0.003],[0.314,0.222],[0.174,0.421],[0.001,0.542],[-0.17,0.628],[-0.3,0.569],[-0.414,0.482],[-0.485,0.281],[-0.293,0.06],[-0.243,-0.043],[-0.205,-0.124],[-0.141,-0.191],[0,0],[0,0]],"o":[[0.001,0.234],[0,0],[0,0],[-0.165,0.095],[-0.116,-0.073],[0,0],[-0.153,0.368],[-0.21,0.357],[-0.242,0.301],[-0.268,0.25],[-0.504,0.292],[-0.435,0.009],[-0.314,-0.224],[-0.174,-0.415],[-0.002,-0.58],[0.165,-0.624],[0.299,-0.57],[0.408,-0.471],[0.326,-0.188],[0.288,-0.056],[0.25,0.047],[0.198,0.135],[0,0],[0,0],[0,0]],"v":[[3.263,3.771],[3.514,3.986],[3.515,4.5],[3.406,4.578],[2.985,4.601],[2.818,4.205],[2.815,3.192],[2.274,4.269],[1.592,5.258],[0.821,6.078],[0.01,6.685],[-1.395,7.122],[-2.515,6.792],[-3.247,5.833],[-3.513,4.392],[-3.263,2.579],[-2.564,0.787],[-1.501,-0.783],[-0.155,-1.913],[0.771,-2.286],[1.577,-2.31],[2.256,-2.048],[2.769,-1.565],[2.754,-6.854],[3.233,-7.131]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[21.622,121.908],"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":"Group 40","np":4,"cix":2,"ix":40,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.332,0.191],[-0.341,-0.436],[-0.004,-1.262],[0,0],[0,0],[0,0],[0.283,0.373],[0.619,-0.357],[0.325,-0.327],[0.274,-0.408],[0.21,-0.459],[0.094,-0.452],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.224,0.408],[-0.281,0.353],[-0.312,0.291]],"o":[[0.766,-0.442],[0.346,0.425],[0,0],[0,0],[0,0],[-0.003,-1.151],[-0.289,-0.363],[-0.326,0.188],[-0.332,0.331],[-0.274,0.408],[-0.21,0.451],[0,0],[0,0],[0,0],[0,0],[0,0],[0.146,-0.415],[0.222,-0.401],[0.28,-0.36],[0.313,-0.291]],"v":[[0.722,-5.086],[2.385,-5.097],[2.904,-2.56],[2.917,2.179],[2.444,2.452],[2.431,-2.229],[1.996,-4.505],[0.634,-4.52],[-0.342,-3.743],[-1.247,-2.64],[-1.979,-1.343],[-2.429,0.012],[-2.414,5.257],[-2.893,5.534],[-2.917,-2.852],[-2.451,-3.121],[-2.445,-1.03],[-1.885,-2.264],[-1.134,-3.396],[-0.242,-4.367]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[13.531,129.246],"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":"Group 41","np":2,"cix":2,"ix":41,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-2.362,1.408],[2.337,-1.305],[-0.024,-6.255]],"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.185,-7.088],[4.501,1.891],[3.977,2.193],[2.492,-0.909],[-2.501,1.973],[-3.965,6.779],[-4.501,7.088],[-0.237,-6.844]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[4.751,133.688],"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":"Group 42","np":4,"cix":2,"ix":42,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":270.000010997325,"st":0,"bm":0},{"ddd":0,"ind":45,"ty":4,"nm":"interfaccia pc Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[994.63,888.075,0],"ix":2},"a":{"a":0,"k":[133.658,154.773,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[132.968,-154.523],[133.407,0.731],[-132.966,154.523],[-133.407,-0.73]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.957000014361,0.957000014361,0.957000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[133.657,154.773],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":270.000010997325,"st":0,"bm":0},{"ddd":0,"ind":47,"ty":4,"nm":"schermo copy 2 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[994.887,893.488,0],"ix":2},"a":{"a":0,"k":[133.491,160.02,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[132.77,-159.77],[133.241,6.188],[-132.77,159.769],[-133.241,-6.188]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[133.491,160.02],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":270.000010997325,"st":0,"bm":0},{"ddd":0,"ind":49,"ty":4,"nm":"schermo copy Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[995.432,892.858,0],"ix":2},"a":{"a":0,"k":[144.705,175.43,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.015,-5.378],[0,0],[4.68,-2.702],[0,0],[0.016,5.385],[0,0],[-4.686,2.705]],"o":[[4.68,-2.702],[0,0],[0.015,5.385],[0,0],[-4.686,2.706],[0,0],[-0.015,-5.378],[0,0]],"v":[[135.423,-172.479],[143.961,-167.612],[144.44,1.097],[135.957,15.797],[-135.417,172.474],[-143.962,167.606],[-144.44,-1.104],[-135.951,-15.8]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.097999999102,0.097999999102,0.097999999102,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[144.705,175.431],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":270.000010997325,"st":0,"bm":0},{"ddd":0,"ind":51,"ty":4,"nm":"schermo Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[994.902,893.534,0],"ix":2},"a":{"a":0,"k":[148.038,180.053,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.015,-5.385],[0,0],[4.679,-2.702],[0,0],[0.015,5.384],[0,0],[-4.679,2.702]],"o":[[4.68,-2.702],[0,0],[0.016,5.384],[0,0],[-4.68,2.702],[0,0],[-0.016,-5.384],[0,0]],"v":[[138.304,-178.076],[146.842,-173.203],[147.345,4.186],[138.863,18.886],[-138.283,178.896],[-146.821,174.023],[-147.324,-3.366],[-138.842,-18.066]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.677999997606,0.677999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[148.735,180.053],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.015,-5.385],[0,0],[-4.679,2.702],[0,0]],"o":[[0,0],[-0.015,-5.385],[0,0],[-4.68,2.702]],"v":[[-3.537,7.76],[-4.947,6.941],[3.536,-7.76],[4.946,-6.941]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.677999997606,0.677999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[4.946,168.928],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"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":[[-137.868,80.414],[-139.278,79.596],[137.867,-80.414],[139.278,-79.595]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.677999997606,0.677999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[147.761,81.572],"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":"Group 3","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"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":[[0.956,89.104],[-0.454,88.285],[-0.957,-89.104],[0.453,-88.284]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.677999997606,0.677999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0.956,264.972],"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":"Group 4","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.531,-0.89],[0,0],[0.007,2.676],[0,0]],"o":[[0,0],[-1.531,-0.89],[0,0],[0.008,2.676]],"v":[[1.951,3.136],[0.54,2.317],[-1.951,-3.136],[-0.542,-2.317]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.677999997606,0.677999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[2.454,356.393],"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":"Group 5","np":4,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.55,-0.9],[0,0],[2.355,-1.359],[0,0]],"o":[[0,0],[-1.55,-0.901],[0,0],[2.355,-1.359]],"v":[[2.319,-0.41],[3.729,0.409],[-2.318,0.989],[-3.729,0.17]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.677999997606,0.677999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[289.356,0.989],"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":"Group 6","np":4,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":270.000010997325,"st":0,"bm":0},{"ddd":0,"ind":53,"ty":4,"nm":"touchpad Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1139.384,1072.553,0],"ix":2},"a":{"a":0,"k":[64.069,37.184,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.553,-0.903],[0,0],[1.564,-0.903],[0,0],[1.554,0.903],[0,0],[-1.571,0.908]],"o":[[1.564,-0.903],[0,0],[1.555,0.902],[0,0],[-1.57,0.906],[0,0],[-1.554,-0.904],[0,0]],"v":[[13.156,-36.031],[18.807,-36.031],[62.264,-10.776],[62.246,-7.503],[-13.151,36.028],[-18.808,36.031],[-62.265,10.777],[-62.24,7.499]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.677999997606,0.677999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[64.069,37.184],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":270.000010997325,"st":0,"bm":0},{"ddd":0,"ind":55,"ty":4,"nm":"tastiera Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1059.221,1026.216,0],"ix":2},"a":{"a":0,"k":[187.969,108.997,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.172,-0.682],[0,0],[1.181,-0.681],[0,0],[1.174,0.682],[0,0],[-1.181,0.682]],"o":[[1.182,-0.682],[0,0],[1.173,0.682],[0,0],[-1.18,0.682],[0,0],[-1.174,-0.682],[0,0]],"v":[[-3.22,-9.028],[1.056,-9.028],[15.589,-0.583],[15.575,1.895],[3.22,9.028],[-1.056,9.028],[-15.588,0.583],[-15.574,-1.894]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[339.943,70.812],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.173,0.682],[0,0],[1.181,-0.682],[0,0],[-1.174,-0.682],[0,0],[-1.181,0.682],[0,0]],"o":[[0,0],[-1.174,-0.682],[0,0],[-1.181,0.682],[0,0],[1.174,0.682],[0,0],[1.182,-0.682]],"v":[[15.412,-0.482],[0.88,-8.927],[-3.397,-8.927],[-15.751,-1.794],[-15.765,0.683],[-1.234,9.128],[3.043,9.128],[15.397,1.995]],"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],[-1.389,-0.808],[0,0],[1.392,-0.804],[0,0],[1.389,0.807],[0,0],[-1.397,0.807]],"o":[[1.392,-0.804],[0,0],[1.389,0.808],[0,0],[-1.399,0.807],[0,0],[-1.39,-0.807],[0,0]],"v":[[-3.784,-9.152],[1.269,-9.152],[15.801,-0.707],[15.785,2.22],[3.431,9.353],[-1.623,9.353],[-16.154,0.908],[-16.139,-2.019]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[340.119,70.711],"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":"Group 2","np":6,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.173,-0.682],[0,0],[1.182,-0.682],[0,0],[1.174,0.683],[0,0],[-1.181,0.682]],"o":[[1.182,-0.682],[0,0],[1.174,0.682],[0,0],[-1.181,0.683],[0,0],[-1.173,-0.682],[0,0]],"v":[[1.575,-6.241],[5.852,-6.241],[10.792,-3.369],[10.779,-0.892],[-1.576,6.24],[-5.852,6.24],[-10.794,3.369],[-10.779,0.892]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[363.72,62.64],"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":"Group 3","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.174,0.682],[0,0],[1.182,-0.682],[0,0],[-1.173,-0.681],[0,0],[-1.182,0.682],[0,0]],"o":[[0,0],[-1.173,-0.682],[0,0],[-1.182,0.682],[0,0],[1.174,0.682],[0,0],[1.182,-0.682]],"v":[[10.969,-3.471],[6.028,-6.343],[1.75,-6.343],[-10.603,0.79],[-10.618,3.267],[-5.677,6.139],[-1.399,6.139],[10.954,-0.994]],"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],[-1.388,-0.807],[0,0],[1.398,-0.807],[0,0],[1.388,0.807],[0,0],[-1.398,0.807]],"o":[[1.398,-0.808],[0,0],[1.388,0.808],[0,0],[-1.399,0.807],[0,0],[-1.388,-0.807],[0,0]],"v":[[1.365,-6.567],[6.416,-6.568],[11.359,-3.696],[11.342,-0.769],[-1.012,6.364],[-6.065,6.364],[-11.008,3.492],[-10.99,0.566]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[363.543,62.742],"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":"Group 4","np":6,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.344,0.781],[0,0],[1.182,-0.681],[0,0],[-1.345,-0.781],[0,0],[-1.181,0.683],[0,0]],"o":[[0,0],[-1.344,-0.781],[0,0],[-1.181,0.682],[0,0],[1.345,0.783],[0,0],[1.181,-0.681]],"v":[[15.278,-0.637],[1.367,-8.721],[-3.221,-8.902],[-15.575,-1.769],[-15.278,0.888],[-1.367,8.972],[3.219,9.153],[15.575,2.02]],"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],[-1.561,-0.907],[0,0],[1.398,-0.808],[0,0],[1.56,0.906],[0,0],[-1.398,0.806]],"o":[[1.398,-0.808],[0,0],[1.56,0.907],[0,0],[-1.399,0.806],[0,0],[-1.56,-0.907],[0,0]],"v":[[-3.607,-9.126],[1.756,-8.946],[15.667,-0.862],[15.961,2.246],[3.607,9.379],[-1.757,9.198],[-15.667,1.114],[-15.961,-1.993]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[102.267,207.908],"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":"Group 5","np":6,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.345,-0.782],[0,0],[1.187,-0.686],[0,0],[1.345,0.781],[0,0],[-1.188,0.685]],"o":[[1.187,-0.686],[0,0],[1.345,0.781],[0,0],[-1.188,0.685],[0,0],[-1.345,-0.782],[0,0]],"v":[[-3.223,-9.026],[1.364,-8.844],[15.275,-0.76],[15.572,1.897],[3.224,9.026],[-1.364,8.846],[-15.274,0.762],[-15.571,-1.896]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[121.252,197.073],"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":"Group 6","np":4,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.345,0.781],[0,0],[1.188,-0.685],[0,0],[-1.344,-0.781],[0,0],[-1.187,0.686],[0,0]],"o":[[0,0],[-1.344,-0.781],[0,0],[-1.188,0.686],[0,0],[1.345,0.783],[0,0],[1.187,-0.685]],"v":[[15.275,-0.761],[1.364,-8.845],[-3.224,-9.026],[-15.57,-1.897],[-15.274,0.76],[-1.363,8.844],[3.224,9.025],[15.572,1.896]],"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],[-1.56,-0.907],[0,0],[1.398,-0.808],[0,0],[1.561,0.906],[0,0],[-1.399,0.807]],"o":[[1.399,-0.808],[0,0],[1.56,0.907],[0,0],[-1.399,0.807],[0,0],[-1.561,-0.907],[0,0]],"v":[[-3.61,-9.25],[1.753,-9.07],[15.664,-0.986],[15.958,2.122],[3.611,9.251],[-1.753,9.07],[-15.664,0.986],[-15.958,-2.121]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[121.252,197.073],"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":"Group 7","np":6,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.173,-0.682],[0,0],[1.181,-0.681],[0,0],[1.174,0.681],[0,0],[-1.181,0.682]],"o":[[1.181,-0.682],[0,0],[1.173,0.682],[0,0],[-1.181,0.681],[0,0],[-1.173,-0.682],[0,0]],"v":[[9.871,-15.278],[14.146,-15.278],[26.421,-8.144],[26.408,-5.667],[-9.871,15.279],[-14.147,15.279],[-26.422,8.145],[-26.408,5.667]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[94.629,189.737],"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":"Group 8","np":4,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.173,0.682],[0,0],[1.181,-0.681],[0,0],[-1.174,-0.683],[0,0],[-1.181,0.682],[0,0]],"o":[[0,0],[-1.174,-0.682],[0,0],[-1.181,0.681],[0,0],[1.173,0.682],[0,0],[1.181,-0.682]],"v":[[26.425,-8.144],[14.15,-15.277],[9.874,-15.278],[-26.405,5.668],[-26.418,8.145],[-14.144,15.278],[-9.868,15.278],[26.41,-5.667]],"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],[-1.389,-0.808],[0,0],[1.398,-0.806],[0,0],[1.383,0.804],[0,0],[-1.398,0.807]],"o":[[1.397,-0.807],[0,0],[1.382,0.804],[0,0],[-1.398,0.808],[0,0],[-1.389,-0.808],[0,0]],"v":[[9.488,-15.502],[14.54,-15.502],[26.814,-8.37],[26.798,-5.443],[-9.48,15.502],[-14.533,15.502],[-26.808,8.37],[-26.79,5.443]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[94.625,189.737],"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":"Group 9","np":6,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.345,0.781],[0,0],[1.187,-0.685],[0,0],[-1.345,-0.781],[0,0],[-1.181,0.683],[0,0]],"o":[[0,0],[-1.345,-0.781],[0,0],[-1.182,0.682],[0,0],[1.345,0.783],[0,0],[1.187,-0.685]],"v":[[15.274,-0.761],[1.364,-8.845],[-3.224,-9.026],[-15.571,-1.897],[-15.274,0.76],[-1.364,8.844],[3.223,9.025],[15.571,1.896]],"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],[-1.56,-0.907],[0,0],[1.399,-0.808],[0,0],[1.56,0.906],[0,0],[-1.399,0.807]],"o":[[1.399,-0.808],[0,0],[1.56,0.907],[0,0],[-1.399,0.807],[0,0],[-1.561,-0.907],[0,0]],"v":[[-3.611,-9.25],[1.753,-9.07],[15.664,-0.986],[15.958,2.122],[3.61,9.251],[-1.753,9.07],[-15.664,0.986],[-15.958,-2.121]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[140.234,186.114],"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":"Group 10","np":6,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.345,-0.782],[0,0],[1.187,-0.686],[0,0],[1.345,0.781],[0,0],[-1.181,0.682]],"o":[[1.187,-0.686],[0,0],[1.345,0.781],[0,0],[-1.18,0.682],[0,0],[-1.345,-0.782],[0,0]],"v":[[-3.226,-9.024],[1.361,-8.842],[15.271,-0.759],[15.568,1.899],[3.22,9.027],[-1.367,8.848],[-15.277,0.764],[-15.574,-1.895]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[140.237,186.112],"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":"Group 11","np":4,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.173,0.682],[0,0],[1.182,-0.681],[0,0],[-1.174,-0.681],[0,0],[-1.182,0.683],[0,0]],"o":[[0,0],[-1.174,-0.681],[0,0],[-1.181,0.681],[0,0],[1.173,0.683],[0,0],[1.181,-0.683]],"v":[[21.547,-5.33],[9.273,-12.463],[4.996,-12.463],[-21.532,2.854],[-21.546,5.33],[-9.272,12.463],[-4.995,12.463],[21.533,-2.852]],"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],[-1.389,-0.808],[0,0],[1.398,-0.807],[0,0],[1.389,0.806],[0,0],[-1.398,0.808]],"o":[[1.397,-0.808],[0,0],[1.389,0.807],[0,0],[-1.399,0.806],[0,0],[-1.39,-0.808],[0,0]],"v":[[4.61,-12.687],[9.662,-12.687],[21.936,-5.555],[21.92,-2.628],[-4.608,12.689],[-9.661,12.689],[-21.935,5.556],[-21.919,2.628]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.346,181.854],"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":"Group 12","np":6,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.173,-0.682],[0,0],[1.181,-0.682],[0,0],[1.173,0.682],[0,0],[-1.181,0.682]],"o":[[1.181,-0.682],[0,0],[1.173,0.681],[0,0],[-1.181,0.682],[0,0],[-1.174,-0.682],[0,0]],"v":[[4.996,-12.463],[9.272,-12.463],[21.547,-5.33],[21.533,-2.853],[-4.996,12.463],[-9.272,12.463],[-21.546,5.33],[-21.532,2.853]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.346,181.854],"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":"Group 13","np":4,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.173,-0.682],[0,0],[1.181,-0.683],[0,0],[1.174,0.682],[0,0],[-1.182,0.682]],"o":[[1.181,-0.682],[0,0],[1.173,0.682],[0,0],[-1.182,0.682],[0,0],[-1.173,-0.683],[0,0]],"v":[[-0.88,-10.379],[3.396,-10.379],[17.929,-1.934],[17.915,0.544],[0.881,10.378],[-3.397,10.378],[-17.929,1.935],[-17.914,-0.544]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[161.559,173.802],"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":"Group 14","np":4,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.174,0.682],[0,0],[1.181,-0.682],[0,0],[-1.174,-0.682],[0,0],[-1.181,0.682],[0,0]],"o":[[0,0],[-1.174,-0.682],[0,0],[-1.181,0.681],[0,0],[1.174,0.682],[0,0],[1.181,-0.683]],"v":[[17.928,-1.933],[3.397,-10.378],[-0.88,-10.378],[-17.914,-0.543],[-17.928,1.934],[-3.396,10.379],[0.88,10.379],[17.914,0.545]],"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],[-1.389,-0.808],[0,0],[1.397,-0.807],[0,0],[1.39,0.807],[0,0],[-1.399,0.808]],"o":[[1.398,-0.808],[0,0],[1.389,0.807],[0,0],[-1.399,0.807],[0,0],[-1.389,-0.808],[0,0]],"v":[[-1.267,-10.603],[3.786,-10.603],[18.318,-2.158],[18.302,0.769],[1.267,10.604],[-3.786,10.604],[-18.318,2.159],[-18.301,-0.768]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[161.558,173.802],"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":"Group 15","np":6,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.179,-0.686],[0,0],[1.181,-0.681],[0,0],[1.179,0.686],[0,0],[-1.182,0.683]],"o":[[1.181,-0.682],[0,0],[1.18,0.685],[0,0],[-1.181,0.682],[0,0],[-1.18,-0.686],[0,0]],"v":[[2.56,-11.053],[6.836,-11.053],[19.104,-3.923],[19.09,-1.447],[-2.56,11.053],[-6.836,11.053],[-19.104,3.925],[-19.09,1.447]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[50.306,172.452],"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":"Group 16","np":4,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.18,0.686],[0,0],[1.18,-0.682],[0,0],[-1.181,-0.686],[0,0],[-1.181,0.681],[0,0]],"o":[[0,0],[-1.18,-0.686],[0,0],[-1.181,0.682],[0,0],[1.18,0.685],[0,0],[1.181,-0.682]],"v":[[19.105,-3.924],[6.837,-11.052],[2.561,-11.053],[-19.09,1.447],[-19.103,3.924],[-6.837,11.054],[-2.561,11.054],[19.09,-1.446]],"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],[-1.39,-0.808],[0,0],[1.398,-0.807],[0,0],[1.39,0.808],[0,0],[-1.397,0.807]],"o":[[1.398,-0.807],[0,0],[1.388,0.808],[0,0],[-1.399,0.808],[0,0],[-1.389,-0.807],[0,0]],"v":[[2.173,-11.277],[7.226,-11.277],[19.494,-4.149],[19.478,-1.221],[-2.173,11.278],[-7.227,11.278],[-19.493,4.148],[-19.478,1.223]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[50.306,172.452],"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":"Group 17","np":6,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.173,-0.683],[0,0],[1.182,-0.681],[0,0],[1.173,0.683],[0,0],[-1.188,0.685]],"o":[[1.181,-0.683],[0,0],[1.173,0.681],[0,0],[-1.187,0.686],[0,0],[-1.174,-0.681],[0,0]],"v":[[-2.094,-8.371],[2.182,-8.371],[14.457,-1.237],[14.442,1.238],[2.094,8.368],[-2.182,8.368],[-14.456,1.235],[-14.442,-1.241]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[125.186,172.097],"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":"Group 18","np":4,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.174,0.682],[0,0],[1.182,-0.681],[0,0],[-1.173,-0.682],[0,0],[-1.188,0.686],[0,0]],"o":[[0,0],[-1.174,-0.682],[0,0],[-1.188,0.686],[0,0],[1.173,0.683],[0,0],[1.182,-0.682]],"v":[[14.463,-1.237],[2.189,-8.37],[-2.088,-8.371],[-14.435,-1.241],[-14.449,1.236],[-2.175,8.368],[2.102,8.368],[14.449,1.24]],"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],[-1.39,-0.807],[0,0],[1.398,-0.807],[0,0],[1.382,0.803],[0,0],[-1.399,0.807]],"o":[[1.398,-0.807],[0,0],[1.382,0.803],[0,0],[-1.398,0.808],[0,0],[-1.39,-0.807],[0,0]],"v":[[-2.474,-8.595],[2.579,-8.595],[14.853,-1.462],[14.836,1.465],[2.488,8.594],[-2.571,8.598],[-14.845,1.465],[-14.822,-1.466]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[125.179,172.096],"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":"Group 19","np":6,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.173,0.682],[0,0],[1.181,-0.682],[0,0],[-1.174,-0.682],[0,0],[-1.181,0.683],[0,0]],"o":[[0,0],[-1.174,-0.682],[0,0],[-1.181,0.682],[0,0],[1.174,0.683],[0,0],[1.181,-0.682]],"v":[[14.46,-1.239],[2.185,-8.372],[-2.091,-8.372],[-14.445,-1.239],[-14.459,1.239],[-2.187,8.37],[2.091,8.37],[14.445,1.239]],"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],[-1.389,-0.807],[0,0],[1.398,-0.807],[0,0],[1.389,0.807],[0,0],[-1.398,0.808]],"o":[[1.397,-0.807],[0,0],[1.389,0.808],[0,0],[-1.399,0.807],[0,0],[-1.388,-0.806],[0,0]],"v":[[-2.477,-8.596],[2.575,-8.596],[14.849,-1.464],[14.833,1.464],[2.479,8.596],[-2.576,8.596],[-14.849,1.463],[-14.833,-1.464]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[97.351,166.841],"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":"Group 20","np":6,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.173,-0.683],[0,0],[1.181,-0.681],[0,0],[1.174,0.683],[0,0],[-1.182,0.681]],"o":[[1.181,-0.683],[0,0],[1.174,0.681],[0,0],[-1.181,0.683],[0,0],[-1.173,-0.681],[0,0]],"v":[[-2.091,-8.371],[2.185,-8.371],[14.459,-1.238],[14.446,1.238],[2.091,8.371],[-2.186,8.371],[-14.46,1.238],[-14.445,-1.238]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[97.351,166.84],"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":"Group 21","np":4,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.174,0.683],[0,0],[1.181,-0.681],[0,0],[-1.174,-0.682],[0,0],[-1.181,0.682],[0,0]],"o":[[0,0],[-1.174,-0.682],[0,0],[-1.18,0.682],[0,0],[1.174,0.682],[0,0],[1.182,-0.682]],"v":[[14.459,-1.239],[2.186,-8.371],[-2.091,-8.372],[-14.446,-1.239],[-14.459,1.239],[-2.186,8.371],[2.091,8.371],[14.445,1.239]],"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],[-1.389,-0.808],[0,0],[1.398,-0.806],[0,0],[1.389,0.808],[0,0],[-1.397,0.808]],"o":[[1.398,-0.807],[0,0],[1.389,0.808],[0,0],[-1.398,0.808],[0,0],[-1.389,-0.807],[0,0]],"v":[[-2.478,-8.596],[2.575,-8.596],[14.849,-1.464],[14.832,1.463],[2.478,8.596],[-2.575,8.596],[-14.849,1.463],[-14.833,-1.464]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[27.443,164.551],"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":"Group 22","np":6,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.174,-0.682],[0,0],[1.181,-0.681],[0,0],[1.173,0.682],[0,0],[-1.181,0.682]],"o":[[1.181,-0.682],[0,0],[1.173,0.682],[0,0],[-1.182,0.682],[0,0],[-1.174,-0.681],[0,0]],"v":[[-2.091,-8.372],[2.186,-8.372],[14.46,-1.238],[14.446,1.238],[2.092,8.371],[-2.185,8.371],[-14.459,1.238],[-14.445,-1.238]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[27.443,164.551],"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":"Group 23","np":4,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.173,0.682],[0,0],[1.187,-0.686],[0,0],[-1.174,-0.683],[0,0],[-1.181,0.682],[0,0]],"o":[[0,0],[-1.174,-0.682],[0,0],[-1.181,0.683],[0,0],[1.174,0.683],[0,0],[1.188,-0.685]],"v":[[53.556,-22.502],[39.023,-30.946],[34.74,-30.943],[-53.541,20.026],[-53.553,22.503],[-39.022,30.948],[-34.745,30.948],[53.534,-20.021]],"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],[-1.389,-0.808],[0,0],[1.399,-0.808],[0,0],[1.389,0.806],[0,0],[-1.399,0.806]],"o":[[1.398,-0.808],[0,0],[1.388,0.807],[0,0],[-1.399,0.806],[0,0],[-1.39,-0.807],[0,0]],"v":[[34.354,-31.167],[39.412,-31.172],[53.945,-22.727],[53.922,-19.795],[-34.359,31.174],[-39.411,31.174],[-53.943,22.727],[-53.927,19.802]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[220.846,139.572],"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":"Group 24","np":6,"cix":2,"ix":24,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.173,-0.682],[0,0],[1.188,-0.686],[0,0],[1.174,0.681],[0,0],[-1.181,0.681]],"o":[[1.187,-0.686],[0,0],[1.174,0.682],[0,0],[-1.181,0.681],[0,0],[-1.174,-0.682],[0,0]],"v":[[34.741,-30.944],[39.023,-30.948],[53.555,-22.503],[53.535,-20.021],[-34.745,30.948],[-39.022,30.948],[-53.554,22.503],[-53.54,20.026]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[220.846,139.572],"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":"Group 25","np":4,"cix":2,"ix":25,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.172,-0.682],[0,0],[1.181,-0.681],[0,0],[1.173,0.682],[0,0],[-1.181,0.681]],"o":[[1.182,-0.682],[0,0],[1.174,0.682],[0,0],[-1.182,0.682],[0,0],[-1.174,-0.682],[0,0]],"v":[[-2.091,-8.372],[2.184,-8.372],[14.459,-1.238],[14.446,1.238],[2.092,8.371],[-2.186,8.371],[-14.46,1.238],[-14.445,-1.238]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[144.298,161.061],"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":"Group 26","np":4,"cix":2,"ix":26,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.173,0.683],[0,0],[1.181,-0.681],[0,0],[-1.174,-0.683],[0,0],[-1.182,0.682],[0,0]],"o":[[0,0],[-1.174,-0.681],[0,0],[-1.182,0.682],[0,0],[1.173,0.682],[0,0],[1.182,-0.682]],"v":[[14.464,-1.239],[2.189,-8.372],[-2.087,-8.372],[-14.441,-1.239],[-14.455,1.239],[-2.181,8.371],[2.095,8.371],[14.449,1.239]],"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],[-1.389,-0.808],[0,0],[1.398,-0.806],[0,0],[1.382,0.804],[0,0],[-1.398,0.808]],"o":[[1.397,-0.808],[0,0],[1.381,0.804],[0,0],[-1.399,0.808],[0,0],[-1.389,-0.807],[0,0]],"v":[[-2.473,-8.596],[2.579,-8.596],[14.853,-1.464],[14.836,1.463],[2.483,8.596],[-2.571,8.596],[-14.845,1.463],[-14.829,-1.464]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[144.294,161.061],"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":"Group 27","np":6,"cix":2,"ix":27,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.179,-0.686],[0,0],[1.181,-0.681],[0,0],[1.18,0.686],[0,0],[-1.182,0.682]],"o":[[1.181,-0.682],[0,0],[1.18,0.685],[0,0],[-1.181,0.682],[0,0],[-1.179,-0.685],[0,0]],"v":[[-2.088,-8.37],[2.188,-8.37],[14.456,-1.24],[14.442,1.236],[2.088,8.369],[-2.189,8.369],[-14.457,1.241],[-14.442,-1.236]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[74.134,158.695],"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":"Group 28","np":4,"cix":2,"ix":28,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.18,0.686],[0,0],[1.181,-0.682],[0,0],[-1.18,-0.685],[0,0],[-1.182,0.683],[0,0]],"o":[[0,0],[-1.18,-0.686],[0,0],[-1.182,0.683],[0,0],[1.18,0.686],[0,0],[1.181,-0.682]],"v":[[14.456,-1.24],[2.188,-8.369],[-2.088,-8.37],[-14.442,-1.237],[-14.456,1.24],[-2.189,8.369],[2.088,8.369],[14.442,1.237]],"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],[-1.389,-0.808],[0,0],[1.398,-0.807],[0,0],[1.389,0.808],[0,0],[-1.398,0.808]],"o":[[1.398,-0.807],[0,0],[1.389,0.808],[0,0],[-1.398,0.808],[0,0],[-1.389,-0.808],[0,0]],"v":[[-2.475,-8.594],[2.578,-8.594],[14.846,-1.466],[14.829,1.462],[2.475,8.594],[-2.578,8.594],[-14.846,1.465],[-14.829,-1.462]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[74.133,158.696],"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":"Group 29","np":6,"cix":2,"ix":29,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.173,0.682],[0,0],[1.188,-0.685],[0,0],[-1.173,-0.682],[0,0],[-1.188,0.686],[0,0]],"o":[[0,0],[-1.174,-0.681],[0,0],[-1.187,0.687],[0,0],[1.173,0.682],[0,0],[1.188,-0.686]],"v":[[14.457,-1.237],[2.182,-8.37],[-2.094,-8.37],[-14.443,-1.241],[-14.456,1.237],[-2.182,8.369],[2.094,8.369],[14.442,1.241]],"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],[-1.389,-0.808],[0,0],[1.398,-0.806],[0,0],[1.388,0.808],[0,0],[-1.398,0.808]],"o":[[1.398,-0.808],[0,0],[1.388,0.808],[0,0],[-1.398,0.808],[0,0],[-1.388,-0.806],[0,0]],"v":[[-2.482,-8.594],[2.572,-8.594],[14.846,-1.462],[14.83,1.465],[2.481,8.594],[-2.571,8.594],[-14.846,1.461],[-14.829,-1.466]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[116.463,155.806],"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":"Group 30","np":6,"cix":2,"ix":30,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.174,-0.682],[0,0],[1.188,-0.685],[0,0],[1.174,0.682],[0,0],[-1.187,0.685]],"o":[[1.187,-0.686],[0,0],[1.174,0.682],[0,0],[-1.188,0.686],[0,0],[-1.173,-0.681],[0,0]],"v":[[-2.095,-8.37],[2.182,-8.37],[14.456,-1.236],[14.442,1.241],[2.094,8.369],[-2.183,8.369],[-14.457,1.236],[-14.443,-1.241]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[116.464,155.806],"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":"Group 31","np":4,"cix":2,"ix":31,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.18,0.686],[0,0],[1.181,-0.683],[0,0],[-1.18,-0.685],[0,0],[-1.181,0.682],[0,0]],"o":[[0,0],[-1.18,-0.686],[0,0],[-1.181,0.681],[0,0],[1.18,0.686],[0,0],[1.181,-0.683]],"v":[[10.76,-3.289],[5.533,-6.326],[1.257,-6.326],[-11.098,0.807],[-11.112,3.283],[-5.885,6.322],[-1.608,6.322],[10.746,-0.811]],"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],[-1.39,-0.807],[0,0],[1.398,-0.808],[0,0],[1.388,0.808],[0,0],[-1.398,0.808]],"o":[[1.399,-0.807],[0,0],[1.388,0.808],[0,0],[-1.398,0.807],[0,0],[-1.389,-0.808],[0,0]],"v":[[0.869,-6.551],[5.923,-6.551],[11.15,-3.514],[11.139,-0.582],[-1.215,6.551],[-6.274,6.546],[-11.501,3.509],[-11.485,0.582]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[12.538,155.789],"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":"Group 32","np":6,"cix":2,"ix":32,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.179,-0.686],[0,0],[1.181,-0.683],[0,0],[1.18,0.686],[0,0],[-1.182,0.681]],"o":[[1.181,-0.683],[0,0],[1.18,0.686],[0,0],[-1.181,0.682],[0,0],[-1.18,-0.685],[0,0]],"v":[[1.433,-6.324],[5.708,-6.324],[10.936,-3.286],[10.921,-0.809],[-1.433,6.324],[-5.71,6.324],[-10.936,3.285],[-10.921,0.81]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[12.363,155.787],"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":"Group 33","np":4,"cix":2,"ix":33,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.173,-0.682],[0,0],[1.188,-0.685],[0,0],[1.173,0.682],[0,0],[-1.187,0.686]],"o":[[1.188,-0.686],[0,0],[1.173,0.682],[0,0],[-1.188,0.686],[0,0],[-1.173,-0.681],[0,0]],"v":[[-2.095,-8.37],[2.182,-8.37],[14.456,-1.236],[14.442,1.241],[2.094,8.369],[-2.182,8.369],[-14.457,1.236],[-14.443,-1.241]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[46.429,153.59],"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":"Group 34","np":4,"cix":2,"ix":34,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.174,0.683],[0,0],[1.187,-0.685],[0,0],[-1.173,-0.682],[0,0],[-1.187,0.686],[0,0]],"o":[[0,0],[-1.174,-0.682],[0,0],[-1.187,0.686],[0,0],[1.174,0.682],[0,0],[1.187,-0.686]],"v":[[14.456,-1.237],[2.182,-8.369],[-2.095,-8.37],[-14.443,-1.241],[-14.457,1.237],[-2.182,8.369],[2.094,8.369],[14.443,1.241]],"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],[-1.389,-0.808],[0,0],[1.399,-0.807],[0,0],[1.389,0.808],[0,0],[-1.398,0.808]],"o":[[1.399,-0.808],[0,0],[1.389,0.808],[0,0],[-1.398,0.808],[0,0],[-1.389,-0.806],[0,0]],"v":[[-2.482,-8.594],[2.571,-8.594],[14.845,-1.462],[14.828,1.465],[2.48,8.594],[-2.572,8.594],[-14.846,1.461],[-14.83,-1.466]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[46.428,153.59],"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":"Group 35","np":6,"cix":2,"ix":35,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.173,0.683],[0,0],[1.181,-0.681],[0,0],[-1.174,-0.683],[0,0],[-1.182,0.682],[0,0]],"o":[[0,0],[-1.174,-0.681],[0,0],[-1.182,0.682],[0,0],[1.173,0.682],[0,0],[1.181,-0.682]],"v":[[14.464,-1.239],[2.189,-8.372],[-2.087,-8.372],[-14.441,-1.239],[-14.455,1.239],[-2.181,8.371],[2.095,8.371],[14.449,1.239]],"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],[-1.389,-0.808],[0,0],[1.398,-0.806],[0,0],[1.382,0.804],[0,0],[-1.398,0.808]],"o":[[1.398,-0.808],[0,0],[1.381,0.804],[0,0],[-1.399,0.808],[0,0],[-1.389,-0.807],[0,0]],"v":[[-2.473,-8.596],[2.579,-8.596],[14.853,-1.464],[14.836,1.463],[2.482,8.596],[-2.571,8.596],[-14.845,1.463],[-14.829,-1.464]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[163.276,150.102],"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":"Group 36","np":6,"cix":2,"ix":36,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.173,-0.682],[0,0],[1.181,-0.681],[0,0],[1.174,0.682],[0,0],[-1.181,0.681]],"o":[[1.182,-0.682],[0,0],[1.174,0.682],[0,0],[-1.181,0.682],[0,0],[-1.173,-0.682],[0,0]],"v":[[-2.092,-8.372],[2.185,-8.372],[14.459,-1.238],[14.445,1.238],[2.091,8.371],[-2.186,8.371],[-14.46,1.238],[-14.446,-1.238]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[163.28,150.102],"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":"Group 37","np":4,"cix":2,"ix":37,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.18,0.686],[0,0],[1.187,-0.685],[0,0],[-1.18,-0.687],[0,0],[-1.187,0.686],[0,0]],"o":[[0,0],[-1.18,-0.685],[0,0],[-1.188,0.686],[0,0],[1.18,0.686],[0,0],[1.187,-0.686]],"v":[[14.454,-1.239],[2.186,-8.368],[-2.09,-8.368],[-14.438,-1.239],[-14.452,1.239],[-2.184,8.367],[2.091,8.367],[14.44,1.239]],"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],[-1.39,-0.807],[0,0],[1.398,-0.807],[0,0],[1.389,0.808],[0,0],[-1.398,0.808]],"o":[[1.398,-0.807],[0,0],[1.388,0.807],[0,0],[-1.398,0.808],[0,0],[-1.39,-0.807],[0,0]],"v":[[-2.477,-8.593],[2.576,-8.593],[14.844,-1.464],[14.827,1.463],[2.479,8.592],[-2.574,8.592],[-14.841,1.463],[-14.826,-1.464]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[93.245,147.662],"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":"Group 38","np":6,"cix":2,"ix":38,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.179,-0.686],[0,0],[1.188,-0.685],[0,0],[1.179,0.686],[0,0],[-1.188,0.685]],"o":[[1.187,-0.686],[0,0],[1.18,0.685],[0,0],[-1.187,0.686],[0,0],[-1.18,-0.686],[0,0]],"v":[[-2.091,-8.368],[2.185,-8.368],[14.453,-1.238],[14.439,1.238],[2.091,8.368],[-2.185,8.368],[-14.453,1.238],[-14.439,-1.238]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[93.246,147.661],"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":"Group 39","np":4,"cix":2,"ix":39,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.173,0.682],[0,0],[1.188,-0.685],[0,0],[-1.173,-0.682],[0,0],[-1.181,0.682],[0,0]],"o":[[0,0],[-1.174,-0.681],[0,0],[-1.181,0.683],[0,0],[1.173,0.682],[0,0],[1.188,-0.686]],"v":[[14.454,-1.236],[2.179,-8.369],[-2.098,-8.369],[-14.446,-1.24],[-14.46,1.239],[-2.186,8.37],[2.091,8.37],[14.439,1.242]],"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],[-1.389,-0.807],[0,0],[1.398,-0.807],[0,0],[1.388,0.808],[0,0],[-1.398,0.808]],"o":[[1.397,-0.808],[0,0],[1.388,0.808],[0,0],[-1.397,0.808],[0,0],[-1.389,-0.806],[0,0]],"v":[[-2.483,-8.593],[2.574,-8.596],[14.85,-1.464],[14.827,1.466],[2.478,8.596],[-2.574,8.596],[-14.848,1.463],[-14.832,-1.464]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[135.448,144.846],"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":"Group 40","np":6,"cix":2,"ix":40,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.172,-0.682],[0,0],[1.188,-0.685],[0,0],[1.174,0.682],[0,0],[-1.181,0.683]],"o":[[1.187,-0.686],[0,0],[1.174,0.682],[0,0],[-1.181,0.682],[0,0],[-1.173,-0.681],[0,0]],"v":[[-2.095,-8.368],[2.181,-8.368],[14.456,-1.234],[14.442,1.243],[2.094,8.371],[-2.183,8.371],[-14.457,1.238],[-14.443,-1.238]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[135.446,144.845],"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":"Group 41","np":4,"cix":2,"ix":41,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.173,0.683],[0,0],[1.188,-0.685],[0,0],[-1.173,-0.682],[0,0],[-1.182,0.683],[0,0]],"o":[[0,0],[-1.173,-0.681],[0,0],[-1.182,0.683],[0,0],[1.174,0.682],[0,0],[1.188,-0.686]],"v":[[14.456,-1.237],[2.182,-8.37],[-2.095,-8.37],[-14.442,-1.241],[-14.456,1.237],[-2.182,8.369],[2.095,8.369],[14.442,1.241]],"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],[-1.389,-0.808],[0,0],[1.398,-0.807],[0,0],[1.39,0.808],[0,0],[-1.399,0.808]],"o":[[1.398,-0.808],[0,0],[1.39,0.808],[0,0],[-1.399,0.808],[0,0],[-1.39,-0.807],[0,0]],"v":[[-2.481,-8.594],[2.572,-8.594],[14.845,-1.462],[14.829,1.465],[2.481,8.594],[-2.572,8.594],[-14.845,1.461],[-14.829,-1.466]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[65.41,142.631],"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":"Group 42","np":6,"cix":2,"ix":42,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.173,-0.682],[0,0],[1.187,-0.685],[0,0],[1.173,0.682],[0,0],[-1.181,0.683]],"o":[[1.187,-0.686],[0,0],[1.174,0.682],[0,0],[-1.181,0.682],[0,0],[-1.174,-0.681],[0,0]],"v":[[-2.094,-8.368],[2.182,-8.368],[14.456,-1.234],[14.443,1.243],[2.094,8.371],[-2.182,8.371],[-14.456,1.238],[-14.442,-1.238]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[65.41,142.629],"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":"Group 43","np":4,"cix":2,"ix":43,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.18,0.686],[0,0],[1.181,-0.682],[0,0],[-1.179,-0.685],[0,0],[-1.182,0.683],[0,0]],"o":[[0,0],[-1.18,-0.686],[0,0],[-1.181,0.682],[0,0],[1.18,0.686],[0,0],[1.181,-0.682]],"v":[[10.936,-3.288],[5.709,-6.326],[1.433,-6.326],[-10.922,0.807],[-10.936,3.284],[-5.709,6.321],[-1.432,6.321],[10.922,-0.811]],"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],[-1.39,-0.807],[0,0],[1.398,-0.807],[0,0],[1.389,0.808],[0,0],[-1.398,0.807]],"o":[[1.399,-0.807],[0,0],[1.388,0.808],[0,0],[-1.398,0.808],[0,0],[-1.389,-0.808],[0,0]],"v":[[1.045,-6.551],[6.099,-6.551],[11.326,-3.514],[11.315,-0.583],[-1.039,6.55],[-6.098,6.546],[-11.325,3.509],[-11.309,0.582]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[32.321,144.266],"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":"Group 44","np":6,"cix":2,"ix":44,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.179,-0.686],[0,0],[1.181,-0.682],[0,0],[1.18,0.686],[0,0],[-1.182,0.681]],"o":[[1.181,-0.682],[0,0],[1.18,0.686],[0,0],[-1.181,0.682],[0,0],[-1.18,-0.685],[0,0]],"v":[[1.433,-6.324],[5.708,-6.324],[10.936,-3.285],[10.921,-0.809],[-1.433,6.324],[-5.71,6.324],[-10.936,3.287],[-10.921,0.81]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[32.321,144.264],"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":"Group 45","np":4,"cix":2,"ix":45,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.173,-0.683],[0,0],[1.182,-0.681],[0,0],[1.174,0.683],[0,0],[-1.182,0.681]],"o":[[1.181,-0.683],[0,0],[1.173,0.681],[0,0],[-1.181,0.683],[0,0],[-1.174,-0.681],[0,0]],"v":[[-2.091,-8.371],[2.185,-8.371],[14.46,-1.238],[14.445,1.238],[2.091,8.371],[-2.186,8.371],[-14.459,1.238],[-14.445,-1.238]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.134,139.216],"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":"Group 46","np":4,"cix":2,"ix":46,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.174,0.682],[0,0],[1.181,-0.681],[0,0],[-1.174,-0.682],[0,0],[-1.182,0.683],[0,0]],"o":[[0,0],[-1.174,-0.682],[0,0],[-1.181,0.683],[0,0],[1.174,0.682],[0,0],[1.181,-0.682]],"v":[[14.463,-1.239],[2.189,-8.372],[-2.089,-8.372],[-14.443,-1.24],[-14.456,1.239],[-2.182,8.37],[2.094,8.37],[14.448,1.239]],"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],[-1.389,-0.807],[0,0],[1.398,-0.807],[0,0],[1.383,0.803],[0,0],[-1.397,0.808]],"o":[[1.398,-0.807],[0,0],[1.382,0.803],[0,0],[-1.398,0.807],[0,0],[-1.389,-0.807],[0,0]],"v":[[-2.474,-8.596],[2.578,-8.596],[14.852,-1.464],[14.835,1.464],[2.481,8.596],[-2.572,8.596],[-14.846,1.464],[-14.83,-1.464]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.13,139.217],"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":"Group 47","np":6,"cix":2,"ix":47,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.179,-0.686],[0,0],[1.188,-0.685],[0,0],[1.179,0.686],[0,0],[-1.181,0.682]],"o":[[1.187,-0.686],[0,0],[1.18,0.685],[0,0],[-1.181,0.682],[0,0],[-1.18,-0.686],[0,0]],"v":[[-2.091,-8.368],[2.185,-8.368],[14.453,-1.238],[14.439,1.238],[2.091,8.368],[-2.185,8.368],[-14.453,1.238],[-14.439,-1.238]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[112.228,136.702],"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":"Group 48","np":4,"cix":2,"ix":48,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.18,0.686],[0,0],[1.187,-0.685],[0,0],[-1.181,-0.687],[0,0],[-1.181,0.682],[0,0]],"o":[[0,0],[-1.18,-0.685],[0,0],[-1.181,0.682],[0,0],[1.18,0.686],[0,0],[1.188,-0.686]],"v":[[14.45,-1.237],[2.182,-8.366],[-2.094,-8.366],[-14.442,-1.237],[-14.455,1.241],[-2.188,8.369],[2.088,8.369],[14.436,1.241]],"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],[-1.39,-0.808],[0,0],[1.398,-0.807],[0,0],[1.388,0.808],[0,0],[-1.398,0.808]],"o":[[1.398,-0.807],[0,0],[1.389,0.808],[0,0],[-1.398,0.808],[0,0],[-1.39,-0.807],[0,0]],"v":[[-2.481,-8.591],[2.579,-8.594],[14.846,-1.466],[14.823,1.465],[2.475,8.594],[-2.577,8.594],[-14.845,1.465],[-14.829,-1.462]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[112.23,136.701],"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":"Group 49","np":6,"cix":2,"ix":49,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.173,-0.683],[0,0],[1.182,-0.681],[0,0],[1.173,0.683],[0,0],[-1.187,0.685]],"o":[[1.181,-0.683],[0,0],[1.174,0.681],[0,0],[-1.187,0.687],[0,0],[-1.173,-0.681],[0,0]],"v":[[-2.094,-8.371],[2.182,-8.371],[14.456,-1.238],[14.442,1.238],[2.094,8.367],[-2.182,8.367],[-14.456,1.234],[-14.443,-1.242]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[154.299,133.963],"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":"Group 50","np":4,"cix":2,"ix":50,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.174,0.682],[0,0],[1.181,-0.682],[0,0],[-1.174,-0.682],[0,0],[-1.188,0.687],[0,0]],"o":[[0,0],[-1.174,-0.682],[0,0],[-1.188,0.686],[0,0],[1.174,0.683],[0,0],[1.181,-0.682]],"v":[[14.457,-1.237],[2.183,-8.37],[-2.094,-8.37],[-14.441,-1.24],[-14.456,1.237],[-2.182,8.369],[2.094,8.369],[14.443,1.241]],"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],[-1.388,-0.807],[0,0],[1.398,-0.806],[0,0],[1.389,0.807],[0,0],[-1.399,0.807]],"o":[[1.398,-0.807],[0,0],[1.388,0.808],[0,0],[-1.398,0.807],[0,0],[-1.389,-0.807],[0,0]],"v":[[-2.48,-8.594],[2.572,-8.594],[14.846,-1.462],[14.829,1.465],[2.481,8.595],[-2.571,8.595],[-14.845,1.462],[-14.828,-1.465]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[154.298,133.962],"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":"Group 51","np":6,"cix":2,"ix":51,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.174,0.683],[0,0],[1.181,-0.681],[0,0],[-1.174,-0.682],[0,0],[-1.181,0.683],[0,0]],"o":[[0,0],[-1.174,-0.682],[0,0],[-1.181,0.683],[0,0],[1.174,0.682],[0,0],[1.18,-0.682]],"v":[[14.459,-1.239],[2.186,-8.371],[-2.091,-8.372],[-14.446,-1.239],[-14.459,1.239],[-2.186,8.371],[2.091,8.371],[14.446,1.239]],"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],[-1.389,-0.808],[0,0],[1.392,-0.804],[0,0],[1.389,0.808],[0,0],[-1.399,0.808]],"o":[[1.392,-0.804],[0,0],[1.389,0.808],[0,0],[-1.398,0.808],[0,0],[-1.389,-0.807],[0,0]],"v":[[-2.478,-8.596],[2.575,-8.596],[14.849,-1.464],[14.832,1.463],[2.478,8.596],[-2.575,8.596],[-14.849,1.463],[-14.832,-1.464]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[84.394,131.67],"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":"Group 52","np":6,"cix":2,"ix":52,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.174,-0.682],[0,0],[1.181,-0.681],[0,0],[1.173,0.682],[0,0],[-1.182,0.682]],"o":[[1.181,-0.682],[0,0],[1.173,0.682],[0,0],[-1.181,0.682],[0,0],[-1.174,-0.681],[0,0]],"v":[[-2.091,-8.372],[2.186,-8.372],[14.46,-1.238],[14.446,1.238],[2.091,8.371],[-2.185,8.371],[-14.459,1.238],[-14.445,-1.238]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[84.395,131.67],"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":"Group 53","np":4,"cix":2,"ix":53,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.18,0.686],[0,0],[1.182,-0.683],[0,0],[-1.18,-0.685],[0,0],[-1.181,0.682],[0,0]],"o":[[0,0],[-1.18,-0.687],[0,0],[-1.181,0.681],[0,0],[1.18,0.686],[0,0],[1.182,-0.683]],"v":[[10.937,-3.289],[5.709,-6.326],[1.432,-6.326],[-10.922,0.807],[-10.935,3.283],[-5.708,6.322],[-1.432,6.322],[10.922,-0.811]],"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],[-1.389,-0.806],[0,0],[1.398,-0.808],[0,0],[1.389,0.808],[0,0],[-1.399,0.808]],"o":[[1.399,-0.806],[0,0],[1.389,0.808],[0,0],[-1.398,0.807],[0,0],[-1.389,-0.808],[0,0]],"v":[[1.045,-6.551],[6.099,-6.551],[11.326,-3.514],[11.315,-0.582],[-1.039,6.551],[-6.099,6.546],[-11.326,3.509],[-11.309,0.582]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[51.826,133.005],"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":"Group 54","np":6,"cix":2,"ix":54,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.18,-0.686],[0,0],[1.181,-0.683],[0,0],[1.18,0.686],[0,0],[-1.181,0.681]],"o":[[1.181,-0.683],[0,0],[1.18,0.686],[0,0],[-1.181,0.682],[0,0],[-1.18,-0.685],[0,0]],"v":[[1.433,-6.324],[5.71,-6.324],[10.936,-3.286],[10.923,-0.809],[-1.433,6.324],[-5.709,6.324],[-10.936,3.285],[-10.921,0.81]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[51.826,133.003],"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":"Group 55","np":4,"cix":2,"ix":55,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.173,-0.682],[0,0],[1.182,-0.682],[0,0],[1.173,0.682],[0,0],[-1.187,0.685]],"o":[[1.181,-0.682],[0,0],[1.174,0.682],[0,0],[-1.187,0.686],[0,0],[-1.173,-0.681],[0,0]],"v":[[-2.094,-8.372],[2.182,-8.372],[14.456,-1.238],[14.442,1.238],[2.094,8.367],[-2.182,8.367],[-14.456,1.234],[-14.443,-1.243]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[201.246,128.184],"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":"Group 56","np":4,"cix":2,"ix":56,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.174,0.683],[0,0],[1.181,-0.681],[0,0],[-1.174,-0.682],[0,0],[-1.188,0.686],[0,0]],"o":[[0,0],[-1.174,-0.681],[0,0],[-1.188,0.686],[0,0],[1.174,0.682],[0,0],[1.181,-0.682]],"v":[[14.463,-1.237],[2.189,-8.37],[-2.089,-8.37],[-14.436,-1.241],[-14.45,1.237],[-2.177,8.369],[2.101,8.369],[14.448,1.241]],"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],[-1.388,-0.808],[0,0],[1.398,-0.806],[0,0],[1.383,0.804],[0,0],[-1.399,0.808]],"o":[[1.398,-0.808],[0,0],[1.382,0.804],[0,0],[-1.398,0.808],[0,0],[-1.388,-0.807],[0,0]],"v":[[-2.474,-8.594],[2.578,-8.594],[14.852,-1.462],[14.835,1.465],[2.487,8.594],[-2.572,8.598],[-14.847,1.465],[-14.823,-1.466]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[201.24,128.182],"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":"Group 57","np":6,"cix":2,"ix":57,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.18,0.686],[0,0],[1.181,-0.682],[0,0],[-1.18,-0.686],[0,0],[-1.188,0.686],[0,0]],"o":[[0,0],[-1.18,-0.685],[0,0],[-1.188,0.686],[0,0],[1.18,0.686],[0,0],[1.181,-0.682]],"v":[[14.457,-1.24],[2.189,-8.37],[-2.087,-8.37],[-14.435,-1.241],[-14.449,1.237],[-2.181,8.365],[2.096,8.365],[14.443,1.237]],"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],[-1.39,-0.808],[0,0],[1.398,-0.806],[0,0],[1.388,0.808],[0,0],[-1.398,0.808]],"o":[[1.398,-0.807],[0,0],[1.388,0.808],[0,0],[-1.398,0.808],[0,0],[-1.389,-0.808],[0,0]],"v":[[-2.474,-8.594],[2.578,-8.594],[14.846,-1.466],[14.83,1.461],[2.482,8.59],[-2.578,8.594],[-14.845,1.465],[-14.823,-1.466]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[131.078,125.819],"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":"Group 58","np":6,"cix":2,"ix":58,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.18,-0.686],[0,0],[1.181,-0.681],[0,0],[1.179,0.686],[0,0],[-1.188,0.685]],"o":[[1.181,-0.682],[0,0],[1.18,0.685],[0,0],[-1.187,0.686],[0,0],[-1.18,-0.685],[0,0]],"v":[[-2.091,-8.368],[2.185,-8.368],[14.453,-1.238],[14.439,1.238],[2.091,8.368],[-2.185,8.368],[-14.453,1.238],[-14.439,-1.238]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[131.082,125.816],"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":"Group 59","np":4,"cix":2,"ix":59,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.172,-0.682],[0,0],[1.181,-0.681],[0,0],[1.173,0.682],[0,0],[-1.181,0.682]],"o":[[1.182,-0.682],[0,0],[1.174,0.682],[0,0],[-1.182,0.682],[0,0],[-1.174,-0.681],[0,0]],"v":[[-2.091,-8.372],[2.184,-8.372],[14.459,-1.238],[14.446,1.238],[2.092,8.371],[-2.186,8.371],[-14.459,1.238],[-14.445,-1.238]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[173.412,122.927],"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":"Group 60","np":4,"cix":2,"ix":60,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.173,0.682],[0,0],[1.181,-0.681],[0,0],[-1.174,-0.683],[0,0],[-1.181,0.682],[0,0]],"o":[[0,0],[-1.174,-0.681],[0,0],[-1.181,0.683],[0,0],[1.174,0.682],[0,0],[1.182,-0.682]],"v":[[14.46,-1.239],[2.186,-8.372],[-2.091,-8.372],[-14.445,-1.239],[-14.459,1.239],[-2.186,8.371],[2.091,8.371],[14.445,1.239]],"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],[-1.389,-0.807],[0,0],[1.399,-0.806],[0,0],[1.389,0.808],[0,0],[-1.397,0.808]],"o":[[1.398,-0.808],[0,0],[1.389,0.808],[0,0],[-1.398,0.808],[0,0],[-1.389,-0.806],[0,0]],"v":[[-2.478,-8.596],[2.575,-8.596],[14.849,-1.464],[14.832,1.463],[2.478,8.596],[-2.575,8.596],[-14.849,1.463],[-14.833,-1.464]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[173.411,122.927],"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":"Group 61","np":6,"cix":2,"ix":61,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.174,0.682],[0,0],[1.18,-0.681],[0,0],[-1.174,-0.683],[0,0],[-1.181,0.682],[0,0]],"o":[[0,0],[-1.174,-0.681],[0,0],[-1.181,0.682],[0,0],[1.174,0.683],[0,0],[1.181,-0.683]],"v":[[14.459,-1.239],[2.186,-8.372],[-2.091,-8.372],[-14.446,-1.239],[-14.459,1.24],[-2.186,8.37],[2.091,8.372],[14.445,1.24]],"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],[-1.389,-0.808],[0,0],[1.398,-0.807],[0,0],[1.389,0.807],[0,0],[-1.391,0.804]],"o":[[1.398,-0.808],[0,0],[1.389,0.807],[0,0],[-1.392,0.804],[0,0],[-1.389,-0.807],[0,0]],"v":[[-2.478,-8.596],[2.575,-8.596],[14.849,-1.464],[14.832,1.464],[2.478,8.596],[-2.575,8.596],[-14.849,1.464],[-14.833,-1.464]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[103.504,120.638],"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":"Group 62","np":6,"cix":2,"ix":62,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.173,-0.682],[0,0],[1.181,-0.682],[0,0],[1.173,0.683],[0,0],[-1.182,0.681]],"o":[[1.181,-0.682],[0,0],[1.173,0.681],[0,0],[-1.181,0.683],[0,0],[-1.174,-0.681],[0,0]],"v":[[-2.091,-8.372],[2.185,-8.372],[14.46,-1.238],[14.446,1.238],[2.091,8.37],[-2.185,8.37],[-14.459,1.237],[-14.445,-1.238]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[103.504,120.638],"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":"Group 63","np":4,"cix":2,"ix":63,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.18,-0.686],[0,0],[1.188,-0.686],[0,0],[1.18,0.685],[0,0],[-1.181,0.682]],"o":[[1.187,-0.686],[0,0],[1.18,0.686],[0,0],[-1.182,0.681],[0,0],[-1.18,-0.685],[0,0]],"v":[[1.43,-6.322],[5.707,-6.322],[10.933,-3.284],[10.918,-0.807],[-1.428,6.323],[-5.705,6.323],[-10.933,3.284],[-10.918,0.807]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.781,121.481],"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":"Group 64","np":4,"cix":2,"ix":64,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.18,0.686],[0,0],[1.187,-0.686],[0,0],[-1.179,-0.685],[0,0],[-1.181,0.682],[0,0]],"o":[[0,0],[-1.18,-0.686],[0,0],[-1.181,0.681],[0,0],[1.18,0.686],[0,0],[1.187,-0.686]],"v":[[10.93,-3.285],[5.703,-6.322],[1.427,-6.322],[-10.922,0.807],[-10.936,3.284],[-5.709,6.321],[-1.432,6.321],[10.916,-0.807]],"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],[-1.389,-0.807],[0,0],[1.398,-0.808],[0,0],[1.389,0.808],[0,0],[-1.398,0.807]],"o":[[1.398,-0.806],[0,0],[1.389,0.808],[0,0],[-1.398,0.808],[0,0],[-1.39,-0.808],[0,0]],"v":[[1.039,-6.548],[6.098,-6.551],[11.326,-3.514],[11.309,-0.579],[-1.039,6.55],[-6.098,6.546],[-11.325,3.509],[-11.309,0.582]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.784,121.482],"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":"Group 65","np":6,"cix":2,"ix":65,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.173,-0.682],[0,0],[1.188,-0.685],[0,0],[1.174,0.682],[0,0],[-1.188,0.685]],"o":[[1.187,-0.686],[0,0],[1.173,0.681],[0,0],[-1.187,0.686],[0,0],[-1.173,-0.681],[0,0]],"v":[[-2.094,-8.37],[2.182,-8.37],[14.457,-1.236],[14.442,1.241],[2.094,8.369],[-2.182,8.369],[-14.456,1.236],[-14.442,-1.241]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[220.228,117.223],"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":"Group 66","np":4,"cix":2,"ix":66,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.174,0.683],[0,0],[1.188,-0.685],[0,0],[-1.174,-0.682],[0,0],[-1.188,0.686],[0,0]],"o":[[0,0],[-1.174,-0.681],[0,0],[-1.188,0.686],[0,0],[1.174,0.682],[0,0],[1.188,-0.686]],"v":[[14.459,-1.237],[2.186,-8.37],[-2.092,-8.37],[-14.439,-1.241],[-14.453,1.237],[-2.18,8.369],[2.098,8.369],[14.445,1.241]],"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],[-1.389,-0.808],[0,0],[1.398,-0.806],[0,0],[1.382,0.804],[0,0],[-1.399,0.808]],"o":[[1.398,-0.808],[0,0],[1.382,0.804],[0,0],[-1.398,0.808],[0,0],[-1.388,-0.807],[0,0]],"v":[[-2.478,-8.594],[2.575,-8.594],[14.849,-1.462],[14.832,1.465],[2.484,8.594],[-2.568,8.594],[-14.843,1.461],[-14.826,-1.466]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[220.225,117.223],"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":"Group 67","np":6,"cix":2,"ix":67,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.18,0.686],[0,0],[1.181,-0.682],[0,0],[-1.181,-0.685],[0,0],[-1.181,0.682],[0,0]],"o":[[0,0],[-1.18,-0.685],[0,0],[-1.181,0.682],[0,0],[1.181,0.686],[0,0],[1.182,-0.682]],"v":[[14.457,-1.241],[2.189,-8.37],[-2.089,-8.37],[-14.443,-1.237],[-14.456,1.239],[-2.19,8.369],[2.088,8.369],[14.442,1.237]],"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],[-1.39,-0.807],[0,0],[1.398,-0.807],[0,0],[1.388,0.808],[0,0],[-1.4,0.807]],"o":[[1.399,-0.807],[0,0],[1.389,0.807],[0,0],[-1.399,0.808],[0,0],[-1.389,-0.808],[0,0]],"v":[[-2.475,-8.595],[2.578,-8.595],[14.845,-1.466],[14.829,1.461],[2.476,8.594],[-2.578,8.594],[-14.845,1.465],[-14.828,-1.462]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[150.194,114.783],"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":"Group 68","np":6,"cix":2,"ix":68,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.179,-0.686],[0,0],[1.181,-0.682],[0,0],[1.18,0.686],[0,0],[-1.182,0.681]],"o":[[1.181,-0.682],[0,0],[1.18,0.685],[0,0],[-1.182,0.682],[0,0],[-1.181,-0.685],[0,0]],"v":[[-2.087,-8.37],[2.188,-8.37],[14.456,-1.241],[14.442,1.236],[2.088,8.369],[-2.189,8.369],[-14.456,1.239],[-14.441,-1.236]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[150.194,114.782],"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":"Group 69","np":4,"cix":2,"ix":69,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.172,-0.682],[0,0],[1.181,-0.681],[0,0],[1.173,0.682],[0,0],[-1.181,0.681]],"o":[[1.182,-0.682],[0,0],[1.174,0.682],[0,0],[-1.182,0.682],[0,0],[-1.173,-0.682],[0,0]],"v":[[-2.092,-8.372],[2.184,-8.372],[14.459,-1.238],[14.445,1.238],[2.091,8.371],[-2.186,8.371],[-14.46,1.238],[-14.446,-1.238]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[192.394,111.968],"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":"Group 70","np":4,"cix":2,"ix":70,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.173,0.682],[0,0],[1.182,-0.681],[0,0],[-1.174,-0.683],[0,0],[-1.181,0.682],[0,0]],"o":[[0,0],[-1.174,-0.681],[0,0],[-1.181,0.683],[0,0],[1.174,0.682],[0,0],[1.182,-0.682]],"v":[[14.46,-1.239],[2.185,-8.372],[-2.091,-8.372],[-14.445,-1.239],[-14.46,1.239],[-2.187,8.371],[2.091,8.371],[14.445,1.239]],"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],[-1.389,-0.807],[0,0],[1.399,-0.807],[0,0],[1.388,0.808],[0,0],[-1.398,0.808]],"o":[[1.399,-0.808],[0,0],[1.389,0.808],[0,0],[-1.399,0.808],[0,0],[-1.388,-0.807],[0,0]],"v":[[-2.479,-8.596],[2.575,-8.596],[14.848,-1.464],[14.831,1.463],[2.478,8.596],[-2.575,8.596],[-14.85,1.463],[-14.833,-1.464]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[192.393,111.968],"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":"Group 71","np":6,"cix":2,"ix":71,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.174,-0.682],[0,0],[1.188,-0.685],[0,0],[1.174,0.682],[0,0],[-1.187,0.685]],"o":[[1.187,-0.686],[0,0],[1.174,0.681],[0,0],[-1.188,0.686],[0,0],[-1.173,-0.682],[0,0]],"v":[[-2.095,-8.37],[2.182,-8.37],[14.456,-1.236],[14.442,1.239],[2.094,8.369],[-2.183,8.369],[-14.457,1.236],[-14.443,-1.241]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[122.489,109.677],"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":"Group 72","np":4,"cix":2,"ix":72,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.174,0.682],[0,0],[1.187,-0.685],[0,0],[-1.174,-0.683],[0,0],[-1.188,0.686],[0,0]],"o":[[0,0],[-1.174,-0.681],[0,0],[-1.188,0.686],[0,0],[1.173,0.682],[0,0],[1.188,-0.686]],"v":[[14.456,-1.237],[2.182,-8.37],[-2.095,-8.37],[-14.443,-1.241],[-14.457,1.237],[-2.182,8.369],[2.094,8.369],[14.441,1.241]],"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],[-1.389,-0.808],[0,0],[1.398,-0.807],[0,0],[1.389,0.808],[0,0],[-1.398,0.808]],"o":[[1.398,-0.808],[0,0],[1.389,0.807],[0,0],[-1.398,0.808],[0,0],[-1.389,-0.807],[0,0]],"v":[[-2.482,-8.594],[2.571,-8.594],[14.845,-1.462],[14.828,1.465],[2.48,8.594],[-2.572,8.594],[-14.846,1.461],[-14.83,-1.466]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[122.489,109.677],"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":"Group 73","np":6,"cix":2,"ix":73,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.179,-0.686],[0,0],[1.181,-0.683],[0,0],[1.18,0.686],[0,0],[-1.182,0.681]],"o":[[1.181,-0.683],[0,0],[1.18,0.686],[0,0],[-1.181,0.682],[0,0],[-1.18,-0.685],[0,0]],"v":[[1.433,-6.324],[5.708,-6.324],[10.936,-3.286],[10.921,-0.809],[-1.433,6.324],[-5.71,6.324],[-10.936,3.285],[-10.921,0.81]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[91.124,110.314],"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":"Group 74","np":4,"cix":2,"ix":74,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.18,0.686],[0,0],[1.181,-0.683],[0,0],[-1.18,-0.685],[0,0],[-1.18,0.682],[0,0]],"o":[[0,0],[-1.18,-0.686],[0,0],[-1.181,0.681],[0,0],[1.18,0.686],[0,0],[1.181,-0.683]],"v":[[10.936,-3.289],[5.709,-6.326],[1.433,-6.326],[-10.922,0.807],[-10.936,3.283],[-5.709,6.322],[-1.433,6.322],[10.922,-0.811]],"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],[-1.389,-0.806],[0,0],[1.398,-0.808],[0,0],[1.389,0.808],[0,0],[-1.398,0.808]],"o":[[1.399,-0.806],[0,0],[1.389,0.808],[0,0],[-1.398,0.807],[0,0],[-1.389,-0.808],[0,0]],"v":[[1.045,-6.551],[6.098,-6.551],[11.325,-3.514],[11.315,-0.582],[-1.04,6.551],[-6.099,6.546],[-11.325,3.509],[-11.309,0.582]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[91.123,110.317],"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":"Group 75","np":6,"cix":2,"ix":75,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.172,-0.682],[0,0],[1.182,-0.683],[0,0],[1.173,0.682],[0,0],[-1.181,0.682]],"o":[[1.182,-0.682],[0,0],[1.173,0.682],[0,0],[-1.182,0.682],[0,0],[-1.174,-0.682],[0,0]],"v":[[-0.88,-10.379],[3.396,-10.379],[17.929,-1.934],[17.915,0.544],[0.881,10.378],[-3.396,10.378],[-17.928,1.933],[-17.914,-0.544]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[280.07,105.379],"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":"Group 76","np":4,"cix":2,"ix":76,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.173,0.682],[0,0],[1.181,-0.682],[0,0],[-1.173,-0.682],[0,0],[-1.18,0.682],[0,0]],"o":[[0,0],[-1.174,-0.682],[0,0],[-1.181,0.681],[0,0],[1.174,0.682],[0,0],[1.182,-0.683]],"v":[[17.929,-1.933],[3.397,-10.378],[-0.88,-10.378],[-17.914,-0.543],[-17.928,1.934],[-3.396,10.379],[0.88,10.379],[17.914,0.545]],"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],[-1.389,-0.808],[0,0],[1.398,-0.807],[0,0],[1.39,0.807],[0,0],[-1.398,0.807]],"o":[[1.399,-0.808],[0,0],[1.388,0.807],[0,0],[-1.399,0.807],[0,0],[-1.389,-0.808],[0,0]],"v":[[-1.267,-10.603],[3.786,-10.603],[18.319,-2.158],[18.302,0.769],[1.268,10.604],[-3.786,10.604],[-18.318,2.159],[-18.301,-0.768]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[280.07,105.379],"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":"Group 77","np":6,"cix":2,"ix":77,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.174,0.683],[0,0],[1.188,-0.685],[0,0],[-1.174,-0.683],[0,0],[-1.182,0.682],[0,0]],"o":[[0,0],[-1.174,-0.681],[0,0],[-1.182,0.682],[0,0],[1.173,0.682],[0,0],[1.188,-0.685]],"v":[[14.463,-1.239],[2.189,-8.372],[-2.096,-8.368],[-14.443,-1.239],[-14.457,1.239],[-2.182,8.371],[2.094,8.371],[14.441,1.242]],"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],[-1.388,-0.808],[0,0],[1.4,-0.808],[0,0],[1.383,0.804],[0,0],[-1.398,0.808]],"o":[[1.399,-0.807],[0,0],[1.382,0.804],[0,0],[-1.399,0.808],[0,0],[-1.388,-0.807],[0,0]],"v":[[-2.482,-8.593],[2.578,-8.596],[14.852,-1.464],[14.828,1.467],[2.481,8.596],[-2.572,8.596],[-14.847,1.463],[-14.83,-1.464]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[239.209,106.262],"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":"Group 78","np":6,"cix":2,"ix":78,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.174,-0.682],[0,0],[1.189,-0.685],[0,0],[1.174,0.682],[0,0],[-1.181,0.682]],"o":[[1.187,-0.686],[0,0],[1.173,0.683],[0,0],[-1.18,0.682],[0,0],[-1.173,-0.682],[0,0]],"v":[[-2.097,-8.368],[2.185,-8.371],[14.459,-1.238],[14.438,1.243],[2.091,8.371],[-2.185,8.371],[-14.46,1.238],[-14.445,-1.238]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[239.213,106.262],"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":"Group 79","np":4,"cix":2,"ix":79,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.179,-0.686],[0,0],[1.181,-0.682],[0,0],[1.18,0.686],[0,0],[-1.181,0.681]],"o":[[1.181,-0.682],[0,0],[1.18,0.685],[0,0],[-1.181,0.682],[0,0],[-1.18,-0.685],[0,0]],"v":[[-2.088,-8.37],[2.188,-8.37],[14.456,-1.241],[14.442,1.236],[2.088,8.369],[-2.189,8.369],[-14.456,1.239],[-14.442,-1.236]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[169.176,103.823],"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":"Group 80","np":4,"cix":2,"ix":80,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.18,0.686],[0,0],[1.182,-0.682],[0,0],[-1.181,-0.685],[0,0],[-1.182,0.682],[0,0]],"o":[[0,0],[-1.18,-0.685],[0,0],[-1.181,0.682],[0,0],[1.18,0.686],[0,0],[1.182,-0.683]],"v":[[14.457,-1.241],[2.188,-8.37],[-2.089,-8.37],[-14.443,-1.237],[-14.456,1.24],[-2.188,8.37],[2.089,8.37],[14.442,1.237]],"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],[-1.39,-0.807],[0,0],[1.398,-0.807],[0,0],[1.388,0.807],[0,0],[-1.399,0.807]],"o":[[1.399,-0.807],[0,0],[1.388,0.807],[0,0],[-1.399,0.807],[0,0],[-1.389,-0.808],[0,0]],"v":[[-2.475,-8.594],[2.578,-8.594],[14.846,-1.466],[14.829,1.461],[2.475,8.594],[-2.578,8.594],[-14.845,1.466],[-14.828,-1.461]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[169.175,103.823],"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":"Group 81","np":6,"cix":2,"ix":81,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.173,0.682],[0,0],[1.182,-0.681],[0,0],[-1.174,-0.683],[0,0],[-1.181,0.682],[0,0]],"o":[[0,0],[-1.173,-0.681],[0,0],[-1.181,0.683],[0,0],[1.174,0.682],[0,0],[1.182,-0.682]],"v":[[14.46,-1.239],[2.185,-8.372],[-2.091,-8.372],[-14.445,-1.239],[-14.46,1.239],[-2.187,8.371],[2.091,8.371],[14.445,1.239]],"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],[-1.388,-0.807],[0,0],[1.398,-0.807],[0,0],[1.389,0.808],[0,0],[-1.398,0.808]],"o":[[1.398,-0.808],[0,0],[1.389,0.808],[0,0],[-1.399,0.808],[0,0],[-1.388,-0.806],[0,0]],"v":[[-2.477,-8.596],[2.575,-8.596],[14.848,-1.464],[14.832,1.463],[2.478,8.596],[-2.576,8.596],[-14.85,1.463],[-14.833,-1.464]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[211.374,101.009],"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":"Group 82","np":6,"cix":2,"ix":82,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.173,-0.682],[0,0],[1.181,-0.681],[0,0],[1.174,0.682],[0,0],[-1.181,0.681]],"o":[[1.182,-0.682],[0,0],[1.174,0.682],[0,0],[-1.181,0.682],[0,0],[-1.173,-0.682],[0,0]],"v":[[-2.092,-8.372],[2.185,-8.372],[14.459,-1.238],[14.445,1.238],[2.091,8.371],[-2.186,8.371],[-14.46,1.238],[-14.446,-1.238]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[211.375,101.009],"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":"Group 83","np":4,"cix":2,"ix":83,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.174,0.682],[0,0],[1.188,-0.685],[0,0],[-1.173,-0.683],[0,0],[-1.181,0.682],[0,0]],"o":[[0,0],[-1.174,-0.681],[0,0],[-1.181,0.682],[0,0],[1.174,0.682],[0,0],[1.188,-0.686]],"v":[[14.456,-1.237],[2.183,-8.37],[-2.095,-8.37],[-14.442,-1.241],[-14.457,1.237],[-2.184,8.369],[2.095,8.369],[14.441,1.241]],"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],[-1.389,-0.808],[0,0],[1.398,-0.807],[0,0],[1.389,0.807],[0,0],[-1.398,0.808]],"o":[[1.398,-0.808],[0,0],[1.389,0.808],[0,0],[-1.398,0.808],[0,0],[-1.389,-0.807],[0,0]],"v":[[-2.481,-8.594],[2.572,-8.594],[14.845,-1.463],[14.828,1.465],[2.48,8.594],[-2.572,8.594],[-14.845,1.461],[-14.829,-1.466]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[141.47,98.718],"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":"Group 84","np":6,"cix":2,"ix":84,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.172,-0.683],[0,0],[1.188,-0.685],[0,0],[1.174,0.682],[0,0],[-1.181,0.682]],"o":[[1.187,-0.686],[0,0],[1.174,0.681],[0,0],[-1.18,0.682],[0,0],[-1.173,-0.682],[0,0]],"v":[[-2.095,-8.368],[2.181,-8.368],[14.456,-1.234],[14.442,1.241],[2.093,8.371],[-2.183,8.371],[-14.457,1.238],[-14.443,-1.238]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[141.471,98.716],"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":"Group 85","np":4,"cix":2,"ix":85,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.18,0.686],[0,0],[1.181,-0.682],[0,0],[-1.18,-0.685],[0,0],[-1.18,0.682],[0,0]],"o":[[0,0],[-1.18,-0.686],[0,0],[-1.181,0.681],[0,0],[1.18,0.686],[0,0],[1.181,-0.682]],"v":[[10.936,-3.288],[5.709,-6.326],[1.433,-6.326],[-10.922,0.807],[-10.936,3.284],[-5.709,6.321],[-1.433,6.321],[10.922,-0.811]],"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],[-1.39,-0.807],[0,0],[1.392,-0.804],[0,0],[1.388,0.808],[0,0],[-1.398,0.807]],"o":[[1.392,-0.803],[0,0],[1.389,0.808],[0,0],[-1.399,0.808],[0,0],[-1.389,-0.808],[0,0]],"v":[[1.045,-6.551],[6.099,-6.551],[11.325,-3.514],[11.315,-0.583],[-1.039,6.55],[-6.098,6.546],[-11.325,3.509],[-11.309,0.582]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[111.082,98.794],"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":"Group 86","np":6,"cix":2,"ix":86,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.174,0.683],[0,0],[1.181,-0.681],[0,0],[-1.174,-0.683],[0,0],[-1.182,0.682],[0,0]],"o":[[0,0],[-1.174,-0.681],[0,0],[-1.181,0.682],[0,0],[1.174,0.682],[0,0],[1.181,-0.682]],"v":[[14.463,-1.239],[2.189,-8.372],[-2.089,-8.372],[-14.443,-1.239],[-14.456,1.239],[-2.182,8.371],[2.094,8.371],[14.448,1.239]],"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],[-1.389,-0.808],[0,0],[1.398,-0.806],[0,0],[1.383,0.804],[0,0],[-1.398,0.808]],"o":[[1.398,-0.808],[0,0],[1.382,0.804],[0,0],[-1.399,0.808],[0,0],[-1.389,-0.807],[0,0]],"v":[[-2.474,-8.596],[2.578,-8.596],[14.852,-1.464],[14.835,1.463],[2.481,8.596],[-2.572,8.596],[-14.846,1.463],[-14.83,-1.464]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[258.191,95.303],"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":"Group 87","np":6,"cix":2,"ix":87,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.173,-0.682],[0,0],[1.182,-0.681],[0,0],[1.174,0.682],[0,0],[-1.182,0.681]],"o":[[1.181,-0.682],[0,0],[1.174,0.682],[0,0],[-1.181,0.682],[0,0],[-1.174,-0.682],[0,0]],"v":[[-2.091,-8.372],[2.185,-8.372],[14.459,-1.238],[14.445,1.238],[2.091,8.371],[-2.186,8.371],[-14.459,1.238],[-14.445,-1.238]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[258.194,95.303],"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":"Group 88","np":4,"cix":2,"ix":88,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.345,-0.782],[0,0],[1.187,-0.685],[0,0],[1.345,0.781],[0,0],[-1.187,0.686]],"o":[[1.187,-0.686],[0,0],[1.345,0.782],[0,0],[-1.187,0.686],[0,0],[-1.345,-0.782],[0,0]],"v":[[-3.223,-9.026],[1.364,-8.844],[15.274,-0.761],[15.571,1.897],[3.223,9.026],[-1.365,8.846],[-15.274,0.762],[-15.571,-1.896]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[301.976,92.732],"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":"Group 89","np":4,"cix":2,"ix":89,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.345,0.782],[0,0],[1.187,-0.686],[0,0],[-1.344,-0.781],[0,0],[-1.187,0.686],[0,0]],"o":[[0,0],[-1.344,-0.782],[0,0],[-1.187,0.686],[0,0],[1.345,0.782],[0,0],[1.187,-0.685]],"v":[[15.275,-0.762],[1.364,-8.844],[-3.223,-9.026],[-15.571,-1.896],[-15.275,0.76],[-1.364,8.844],[3.223,9.026],[15.572,1.896]],"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],[-1.56,-0.907],[0,0],[1.398,-0.807],[0,0],[1.56,0.906],[0,0],[-1.398,0.806]],"o":[[1.398,-0.807],[0,0],[1.56,0.907],[0,0],[-1.398,0.806],[0,0],[-1.561,-0.907],[0,0]],"v":[[-3.61,-9.25],[1.76,-9.073],[15.671,-0.99],[15.959,2.122],[3.61,9.251],[-1.753,9.07],[-15.664,0.987],[-15.958,-2.12]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[301.976,92.732],"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":"Group 90","np":6,"cix":2,"ix":90,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.18,0.686],[0,0],[1.182,-0.683],[0,0],[-1.181,-0.685],[0,0],[-1.182,0.682],[0,0]],"o":[[0,0],[-1.18,-0.685],[0,0],[-1.182,0.682],[0,0],[1.18,0.686],[0,0],[1.181,-0.683]],"v":[[14.457,-1.241],[2.188,-8.37],[-2.089,-8.37],[-14.442,-1.237],[-14.456,1.24],[-2.188,8.37],[2.089,8.37],[14.443,1.237]],"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],[-1.39,-0.807],[0,0],[1.398,-0.807],[0,0],[1.388,0.807],[0,0],[-1.399,0.807]],"o":[[1.398,-0.807],[0,0],[1.388,0.807],[0,0],[-1.399,0.807],[0,0],[-1.389,-0.808],[0,0]],"v":[[-2.474,-8.594],[2.578,-8.594],[14.846,-1.466],[14.829,1.461],[2.475,8.594],[-2.578,8.594],[-14.845,1.466],[-14.828,-1.461]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[188.157,92.864],"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":"Group 91","np":6,"cix":2,"ix":91,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.179,-0.686],[0,0],[1.182,-0.682],[0,0],[1.18,0.686],[0,0],[-1.181,0.681]],"o":[[1.182,-0.683],[0,0],[1.18,0.685],[0,0],[-1.181,0.682],[0,0],[-1.18,-0.685],[0,0]],"v":[[-2.088,-8.37],[2.188,-8.37],[14.456,-1.241],[14.442,1.236],[2.088,8.369],[-2.189,8.369],[-14.456,1.239],[-14.442,-1.236]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[188.157,92.864],"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":"Group 92","np":4,"cix":2,"ix":92,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.174,0.682],[0,0],[1.188,-0.686],[0,0],[-1.174,-0.683],[0,0],[-1.188,0.686],[0,0]],"o":[[0,0],[-1.174,-0.682],[0,0],[-1.188,0.686],[0,0],[1.174,0.682],[0,0],[1.188,-0.686]],"v":[[14.457,-1.237],[2.183,-8.37],[-2.094,-8.369],[-14.442,-1.241],[-14.456,1.237],[-2.182,8.369],[2.094,8.369],[14.442,1.241]],"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],[-1.388,-0.808],[0,0],[1.398,-0.807],[0,0],[1.389,0.808],[0,0],[-1.399,0.808]],"o":[[1.398,-0.808],[0,0],[1.388,0.808],[0,0],[-1.398,0.808],[0,0],[-1.389,-0.806],[0,0]],"v":[[-2.48,-8.594],[2.572,-8.594],[14.846,-1.462],[14.829,1.465],[2.481,8.594],[-2.572,8.594],[-14.845,1.461],[-14.828,-1.466]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[230.359,90.048],"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":"Group 93","np":6,"cix":2,"ix":93,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.173,-0.682],[0,0],[1.188,-0.685],[0,0],[1.173,0.682],[0,0],[-1.187,0.685]],"o":[[1.187,-0.686],[0,0],[1.174,0.682],[0,0],[-1.187,0.686],[0,0],[-1.174,-0.681],[0,0]],"v":[[-2.094,-8.37],[2.182,-8.37],[14.456,-1.236],[14.442,1.241],[2.094,8.369],[-2.182,8.369],[-14.456,1.236],[-14.443,-1.241]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[230.36,90.048],"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":"Group 94","np":4,"cix":2,"ix":94,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.174,0.682],[0,0],[1.188,-0.686],[0,0],[-1.174,-0.683],[0,0],[-1.182,0.682],[0,0]],"o":[[0,0],[-1.174,-0.682],[0,0],[-1.182,0.682],[0,0],[1.173,0.682],[0,0],[1.188,-0.686]],"v":[[14.459,-1.239],[2.186,-8.372],[-2.098,-8.367],[-14.445,-1.239],[-14.46,1.24],[-2.186,8.372],[2.092,8.372],[14.439,1.242]],"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],[-1.389,-0.808],[0,0],[1.405,-0.811],[0,0],[1.389,0.807],[0,0],[-1.398,0.808]],"o":[[1.404,-0.811],[0,0],[1.389,0.807],[0,0],[-1.399,0.807],[0,0],[-1.389,-0.807],[0,0]],"v":[[-2.484,-8.592],[2.575,-8.596],[14.849,-1.464],[14.825,1.468],[2.478,8.596],[-2.575,8.596],[-14.849,1.464],[-14.832,-1.464]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[160.455,87.757],"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":"Group 95","np":6,"cix":2,"ix":95,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.174,-0.683],[0,0],[1.188,-0.686],[0,0],[1.174,0.681],[0,0],[-1.18,0.682]],"o":[[1.187,-0.686],[0,0],[1.172,0.682],[0,0],[-1.181,0.681],[0,0],[-1.174,-0.683],[0,0]],"v":[[-2.097,-8.368],[2.185,-8.371],[14.461,-1.238],[14.44,1.243],[2.091,8.373],[-2.185,8.373],[-14.458,1.24],[-14.445,-1.238]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[160.455,87.756],"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":"Group 96","np":4,"cix":2,"ix":96,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.18,0.686],[0,0],[1.182,-0.682],[0,0],[-1.18,-0.685],[0,0],[-1.181,0.682],[0,0]],"o":[[0,0],[-1.179,-0.686],[0,0],[-1.181,0.681],[0,0],[1.18,0.686],[0,0],[1.181,-0.682]],"v":[[10.936,-3.288],[5.709,-6.326],[1.432,-6.326],[-10.922,0.807],[-10.936,3.284],[-5.709,6.321],[-1.432,6.321],[10.922,-0.811]],"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],[-1.389,-0.807],[0,0],[1.398,-0.808],[0,0],[1.388,0.807],[0,0],[-1.398,0.808]],"o":[[1.399,-0.807],[0,0],[1.388,0.807],[0,0],[-1.399,0.808],[0,0],[-1.389,-0.807],[0,0]],"v":[[1.045,-6.551],[6.098,-6.551],[11.326,-3.513],[11.315,-0.583],[-1.039,6.55],[-6.098,6.547],[-11.325,3.509],[-11.309,0.582]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[130.747,87.44],"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":"Group 97","np":6,"cix":2,"ix":97,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.174,0.682],[0,0],[1.181,-0.682],[0,0],[-1.174,-0.682],[0,0],[-1.188,0.686],[0,0]],"o":[[0,0],[-1.174,-0.682],[0,0],[-1.188,0.686],[0,0],[1.173,0.682],[0,0],[1.181,-0.682]],"v":[[14.46,-1.237],[2.186,-8.37],[-2.091,-8.37],[-14.44,-1.241],[-14.46,1.241],[-2.185,8.372],[2.097,8.369],[14.445,1.241]],"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],[-1.388,-0.808],[0,0],[1.398,-0.807],[0,0],[1.382,0.804],[0,0],[-1.399,0.808]],"o":[[1.398,-0.807],[0,0],[1.382,0.803],[0,0],[-1.398,0.808],[0,0],[-1.389,-0.807],[0,0]],"v":[[-2.477,-8.595],[2.575,-8.595],[14.849,-1.462],[14.832,1.465],[2.484,8.595],[-2.569,8.595],[-14.842,1.462],[-14.826,-1.465]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[277.303,84.268],"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":"Group 98","np":6,"cix":2,"ix":98,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.173,-0.682],[0,0],[1.182,-0.682],[0,0],[1.174,0.682],[0,0],[-1.187,0.686]],"o":[[1.181,-0.682],[0,0],[1.174,0.682],[0,0],[-1.187,0.685],[0,0],[-1.173,-0.682],[0,0]],"v":[[-2.091,-8.372],[2.185,-8.372],[14.459,-1.238],[14.445,1.238],[2.097,8.368],[-2.186,8.371],[-14.46,1.238],[-14.44,-1.243]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[277.304,84.27],"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":"Group 99","np":4,"cix":2,"ix":99,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.173,-0.682],[0,0],[1.188,-0.686],[0,0],[1.173,0.681],[0,0],[-1.18,0.682]],"o":[[1.188,-0.686],[0,0],[1.173,0.681],[0,0],[-1.181,0.681],[0,0],[-1.174,-0.682],[0,0]],"v":[[1.572,-6.237],[5.849,-6.237],[10.791,-3.365],[10.776,-0.887],[-1.573,6.241],[-5.849,6.241],[-10.79,3.369],[-10.776,0.892]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[325.754,84.557],"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":"Group 100","np":4,"cix":2,"ix":100,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.174,0.682],[0,0],[1.188,-0.686],[0,0],[-1.173,-0.683],[0,0],[-1.181,0.682],[0,0]],"o":[[0,0],[-1.173,-0.682],[0,0],[-1.181,0.682],[0,0],[1.174,0.682],[0,0],[1.188,-0.685]],"v":[[10.787,-3.365],[5.846,-6.237],[1.569,-6.237],[-10.779,0.892],[-10.794,3.37],[-5.852,6.241],[-1.576,6.241],[10.773,-0.888]],"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],[-1.389,-0.808],[0,0],[1.398,-0.807],[0,0],[1.389,0.807],[0,0],[-1.399,0.807]],"o":[[1.398,-0.807],[0,0],[1.389,0.808],[0,0],[-1.398,0.806],[0,0],[-1.388,-0.807],[0,0]],"v":[[1.183,-6.462],[6.241,-6.465],[11.183,-3.594],[11.159,-0.663],[-1.189,6.467],[-6.242,6.466],[-11.184,3.594],[-11.165,0.668]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[325.756,84.558],"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":"Group 101","np":6,"cix":2,"ix":101,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.179,-0.686],[0,0],[1.182,-0.681],[0,0],[1.18,0.685],[0,0],[-1.187,0.686]],"o":[[1.182,-0.682],[0,0],[1.181,0.686],[0,0],[-1.188,0.685],[0,0],[-1.181,-0.685],[0,0]],"v":[[-2.091,-8.368],[2.184,-8.368],[14.453,-1.238],[14.438,1.238],[2.092,8.368],[-2.186,8.368],[-14.453,1.238],[-14.439,-1.238]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[207.142,81.903],"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":"Group 102","np":4,"cix":2,"ix":102,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.18,0.686],[0,0],[1.181,-0.682],[0,0],[-1.18,-0.685],[0,0],[-1.189,0.686],[0,0]],"o":[[0,0],[-1.18,-0.686],[0,0],[-1.187,0.686],[0,0],[1.18,0.686],[0,0],[1.181,-0.682]],"v":[[14.454,-1.239],[2.185,-8.368],[-2.091,-8.368],[-14.44,-1.239],[-14.452,1.238],[-2.185,8.367],[2.092,8.367],[14.44,1.238]],"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],[-1.39,-0.807],[0,0],[1.398,-0.807],[0,0],[1.388,0.808],[0,0],[-1.399,0.808]],"o":[[1.398,-0.807],[0,0],[1.388,0.808],[0,0],[-1.398,0.808],[0,0],[-1.39,-0.807],[0,0]],"v":[[-2.477,-8.593],[2.576,-8.593],[14.843,-1.464],[14.826,1.463],[2.478,8.592],[-2.574,8.592],[-14.841,1.463],[-14.825,-1.464]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[207.141,81.904],"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":"Group 103","np":6,"cix":2,"ix":103,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.172,-0.682],[0,0],[1.181,-0.682],[0,0],[1.174,0.683],[0,0],[-1.181,0.681]],"o":[[1.182,-0.682],[0,0],[1.173,0.682],[0,0],[-1.182,0.683],[0,0],[-1.174,-0.682],[0,0]],"v":[[-2.091,-8.372],[2.185,-8.372],[14.46,-1.238],[14.446,1.238],[2.092,8.37],[-2.186,8.37],[-14.459,1.238],[-14.445,-1.238]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[249.472,79.014],"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":"Group 104","np":4,"cix":2,"ix":104,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.174,0.682],[0,0],[1.181,-0.682],[0,0],[-1.174,-0.682],[0,0],[-1.181,0.682],[0,0]],"o":[[0,0],[-1.174,-0.682],[0,0],[-1.181,0.682],[0,0],[1.174,0.683],[0,0],[1.182,-0.682]],"v":[[14.46,-1.239],[2.186,-8.372],[-2.091,-8.372],[-14.445,-1.239],[-14.459,1.239],[-2.185,8.37],[2.091,8.372],[14.445,1.239]],"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],[-1.389,-0.807],[0,0],[1.398,-0.807],[0,0],[1.389,0.807],[0,0],[-1.397,0.807]],"o":[[1.398,-0.807],[0,0],[1.388,0.808],[0,0],[-1.398,0.807],[0,0],[-1.389,-0.807],[0,0]],"v":[[-2.477,-8.596],[2.576,-8.596],[14.849,-1.464],[14.832,1.464],[2.478,8.596],[-2.575,8.596],[-14.849,1.464],[-14.833,-1.464]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[249.471,79.014],"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":"Group 105","np":6,"cix":2,"ix":105,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.173,-0.682],[0,0],[1.182,-0.682],[0,0],[1.174,0.681],[0,0],[-1.187,0.685]],"o":[[1.181,-0.682],[0,0],[1.173,0.682],[0,0],[-1.187,0.685],[0,0],[-1.174,-0.682],[0,0]],"v":[[-2.091,-8.371],[2.185,-8.371],[14.46,-1.238],[14.445,1.239],[2.097,8.368],[-2.186,8.372],[-14.459,1.239],[-14.439,-1.242]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[179.565,76.724],"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":"Group 106","np":4,"cix":2,"ix":106,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.174,0.682],[0,0],[1.182,-0.682],[0,0],[-1.174,-0.682],[0,0],[-1.188,0.686],[0,0]],"o":[[0,0],[-1.174,-0.682],[0,0],[-1.188,0.686],[0,0],[1.174,0.682],[0,0],[1.181,-0.682]],"v":[[14.459,-1.239],[2.186,-8.372],[-2.092,-8.372],[-14.439,-1.242],[-14.459,1.239],[-2.186,8.372],[2.098,8.367],[14.445,1.239]],"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],[-1.389,-0.808],[0,0],[1.398,-0.807],[0,0],[1.389,0.808],[0,0],[-1.399,0.808]],"o":[[1.398,-0.807],[0,0],[1.389,0.808],[0,0],[-1.397,0.806],[0,0],[-1.389,-0.807],[0,0]],"v":[[-2.478,-8.596],[2.575,-8.596],[14.849,-1.464],[14.832,1.464],[2.483,8.594],[-2.575,8.596],[-14.849,1.464],[-14.826,-1.467]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[179.564,76.724],"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":"Group 107","np":6,"cix":2,"ix":107,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.18,0.686],[0,0],[1.188,-0.686],[0,0],[-1.18,-0.685],[0,0],[-1.181,0.682],[0,0]],"o":[[0,0],[-1.179,-0.686],[0,0],[-1.18,0.682],[0,0],[1.18,0.686],[0,0],[1.188,-0.685]],"v":[[10.933,-3.286],[5.706,-6.324],[1.43,-6.324],[-10.919,0.805],[-10.932,3.282],[-5.706,6.32],[-1.429,6.32],[10.919,-0.809]],"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],[-1.39,-0.807],[0,0],[1.398,-0.808],[0,0],[1.389,0.807],[0,0],[-1.399,0.807]],"o":[[1.399,-0.807],[0,0],[1.388,0.807],[0,0],[-1.398,0.808],[0,0],[-1.389,-0.807],[0,0]],"v":[[1.042,-6.549],[6.096,-6.549],[11.323,-3.511],[11.312,-0.58],[-1.036,6.548],[-6.095,6.545],[-11.322,3.507],[-11.305,0.581]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[150.702,75.919],"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":"Group 108","np":6,"cix":2,"ix":108,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.173,0.682],[0,0],[1.181,-0.682],[0,0],[-1.173,-0.682],[0,0],[-1.182,0.682],[0,0]],"o":[[0,0],[-1.174,-0.682],[0,0],[-1.182,0.682],[0,0],[1.173,0.682],[0,0],[1.182,-0.682]],"v":[[14.464,-1.239],[2.19,-8.372],[-2.087,-8.372],[-14.441,-1.239],[-14.456,1.239],[-2.183,8.372],[2.096,8.372],[14.449,1.239]],"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],[-1.389,-0.808],[0,0],[1.398,-0.807],[0,0],[1.382,0.804],[0,0],[-1.398,0.808]],"o":[[1.397,-0.807],[0,0],[1.382,0.804],[0,0],[-1.399,0.808],[0,0],[-1.389,-0.807],[0,0]],"v":[[-2.473,-8.596],[2.579,-8.596],[14.852,-1.464],[14.836,1.464],[2.482,8.596],[-2.57,8.596],[-14.846,1.464],[-14.829,-1.464]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[296.415,73.234],"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":"Group 109","np":6,"cix":2,"ix":109,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.179,-0.686],[0,0],[1.188,-0.686],[0,0],[1.18,0.685],[0,0],[-1.181,0.682]],"o":[[1.187,-0.686],[0,0],[1.18,0.685],[0,0],[-1.182,0.682],[0,0],[-1.18,-0.686],[0,0]],"v":[[1.43,-6.322],[5.705,-6.322],[10.932,-3.284],[10.918,-0.807],[-1.428,6.323],[-5.705,6.323],[-10.933,3.284],[-10.918,0.807]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[150.702,75.916],"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":"Group 110","np":4,"cix":2,"ix":110,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.172,-0.682],[0,0],[1.181,-0.682],[0,0],[1.173,0.682],[0,0],[-1.181,0.681]],"o":[[1.181,-0.682],[0,0],[1.173,0.682],[0,0],[-1.182,0.682],[0,0],[-1.174,-0.682],[0,0]],"v":[[-2.091,-8.372],[2.185,-8.372],[14.46,-1.238],[14.446,1.238],[2.092,8.371],[-2.185,8.371],[-14.459,1.238],[-14.445,-1.238]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[296.419,73.234],"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":"Group 111","np":4,"cix":2,"ix":111,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.179,-0.686],[0,0],[1.181,-0.682],[0,0],[1.18,0.686],[0,0],[-1.182,0.681]],"o":[[1.181,-0.682],[0,0],[1.18,0.686],[0,0],[-1.182,0.682],[0,0],[-1.181,-0.686],[0,0]],"v":[[-2.087,-8.37],[2.188,-8.37],[14.456,-1.241],[14.442,1.236],[2.088,8.369],[-2.189,8.369],[-14.456,1.241],[-14.441,-1.236]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[226.254,70.869],"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":"Group 112","np":4,"cix":2,"ix":112,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.18,0.686],[0,0],[1.181,-0.682],[0,0],[-1.181,-0.686],[0,0],[-1.181,0.682],[0,0]],"o":[[0,0],[-1.18,-0.686],[0,0],[-1.181,0.683],[0,0],[1.18,0.686],[0,0],[1.182,-0.682]],"v":[[14.457,-1.241],[2.189,-8.37],[-2.088,-8.37],[-14.442,-1.238],[-14.456,1.24],[-2.189,8.369],[2.088,8.369],[14.442,1.236]],"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],[-1.39,-0.807],[0,0],[1.398,-0.807],[0,0],[1.388,0.807],[0,0],[-1.399,0.807]],"o":[[1.399,-0.807],[0,0],[1.388,0.808],[0,0],[-1.399,0.808],[0,0],[-1.389,-0.808],[0,0]],"v":[[-2.475,-8.595],[2.578,-8.595],[14.846,-1.466],[14.83,1.461],[2.476,8.594],[-2.577,8.594],[-14.845,1.465],[-14.829,-1.462]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[226.254,70.869],"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":"Group 113","np":6,"cix":2,"ix":113,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.174,0.682],[0,0],[1.188,-0.685],[0,0],[-1.174,-0.682],[0,0],[-1.188,0.686],[0,0]],"o":[[0,0],[-1.173,-0.682],[0,0],[-1.188,0.686],[0,0],[1.173,0.682],[0,0],[1.188,-0.685]],"v":[[14.456,-1.237],[2.182,-8.37],[-2.095,-8.37],[-14.442,-1.241],[-14.456,1.236],[-2.182,8.369],[2.095,8.369],[14.442,1.24]],"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],[-1.388,-0.807],[0,0],[1.398,-0.807],[0,0],[1.388,0.807],[0,0],[-1.399,0.808]],"o":[[1.398,-0.807],[0,0],[1.388,0.808],[0,0],[-1.398,0.808],[0,0],[-1.388,-0.807],[0,0]],"v":[[-2.481,-8.595],[2.571,-8.595],[14.846,-1.462],[14.829,1.465],[2.481,8.594],[-2.571,8.594],[-14.846,1.461],[-14.829,-1.466]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[268.584,67.979],"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":"Group 114","np":6,"cix":2,"ix":114,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.173,-0.682],[0,0],[1.188,-0.686],[0,0],[1.174,0.682],[0,0],[-1.187,0.685]],"o":[[1.187,-0.686],[0,0],[1.173,0.681],[0,0],[-1.187,0.686],[0,0],[-1.173,-0.682],[0,0]],"v":[[-2.094,-8.37],[2.181,-8.37],[14.456,-1.236],[14.441,1.241],[2.094,8.369],[-2.182,8.369],[-14.457,1.236],[-14.443,-1.241]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[268.585,67.979],"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":"Group 115","np":4,"cix":2,"ix":115,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.173,0.682],[0,0],[1.182,-0.682],[0,0],[-1.174,-0.683],[0,0],[-1.181,0.682],[0,0]],"o":[[0,0],[-1.173,-0.682],[0,0],[-1.182,0.682],[0,0],[1.174,0.682],[0,0],[1.182,-0.683]],"v":[[14.46,-1.239],[2.186,-8.372],[-2.092,-8.372],[-14.445,-1.239],[-14.459,1.239],[-2.186,8.371],[2.091,8.371],[14.445,1.239]],"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],[-1.389,-0.808],[0,0],[1.399,-0.807],[0,0],[1.389,0.808],[0,0],[-1.398,0.808]],"o":[[1.398,-0.808],[0,0],[1.389,0.808],[0,0],[-1.398,0.807],[0,0],[-1.389,-0.807],[0,0]],"v":[[-2.477,-8.596],[2.575,-8.596],[14.849,-1.464],[14.832,1.463],[2.478,8.596],[-2.575,8.596],[-14.849,1.463],[-14.832,-1.464]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[198.68,65.688],"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":"Group 116","np":6,"cix":2,"ix":116,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.173,-0.682],[0,0],[1.181,-0.682],[0,0],[1.173,0.682],[0,0],[-1.181,0.682]],"o":[[1.182,-0.682],[0,0],[1.174,0.682],[0,0],[-1.182,0.682],[0,0],[-1.173,-0.682],[0,0]],"v":[[-2.092,-8.372],[2.185,-8.372],[14.459,-1.239],[14.445,1.238],[2.091,8.371],[-2.186,8.371],[-14.46,1.238],[-14.446,-1.239]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[198.681,65.688],"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":"Group 117","np":4,"cix":2,"ix":117,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.173,-0.682],[0,0],[1.182,-0.682],[0,0],[1.174,0.682],[0,0],[-1.187,0.685]],"o":[[1.181,-0.682],[0,0],[1.174,0.682],[0,0],[-1.188,0.686],[0,0],[-1.173,-0.682],[0,0]],"v":[[9.804,-15.241],[14.079,-15.241],[26.353,-8.108],[26.339,-5.631],[-9.804,15.237],[-14.081,15.237],[-26.355,8.104],[-26.341,5.627]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[327.43,55.332],"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":"Group 118","np":4,"cix":2,"ix":118,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.174,0.682],[0,0],[1.182,-0.682],[0,0],[-1.174,-0.681],[0,0],[-1.188,0.685],[0,0]],"o":[[0,0],[-1.174,-0.682],[0,0],[-1.188,0.686],[0,0],[1.173,0.681],[0,0],[1.181,-0.682]],"v":[[26.531,-8.106],[14.258,-15.238],[9.98,-15.238],[-26.163,5.628],[-26.177,8.105],[-13.903,15.239],[-9.626,15.239],[26.517,-5.629]],"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],[-1.389,-0.807],[0,0],[1.398,-0.807],[0,0],[1.382,0.804],[0,0],[-1.398,0.807]],"o":[[1.398,-0.807],[0,0],[1.381,0.804],[0,0],[-1.398,0.807],[0,0],[-1.389,-0.808],[0,0]],"v":[[9.594,-15.463],[14.646,-15.463],[26.921,-8.331],[26.904,-5.404],[-9.24,15.463],[-14.292,15.463],[-26.567,8.331],[-26.55,5.404]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[327.253,55.33],"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":"Group 119","np":6,"cix":2,"ix":119,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.179,-0.686],[0,0],[1.182,-0.682],[0,0],[1.18,0.685],[0,0],[-1.187,0.685]],"o":[[1.182,-0.682],[0,0],[1.18,0.686],[0,0],[-1.188,0.685],[0,0],[-1.181,-0.686],[0,0]],"v":[[1.429,-6.322],[5.705,-6.322],[10.933,-3.285],[10.918,-0.807],[-1.429,6.322],[-5.706,6.322],[-10.932,3.284],[-10.919,0.807]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[170.208,64.655],"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":"Group 120","np":4,"cix":2,"ix":120,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.18,0.686],[0,0],[1.181,-0.682],[0,0],[-1.18,-0.685],[0,0],[-1.188,0.686],[0,0]],"o":[[0,0],[-1.179,-0.685],[0,0],[-1.187,0.686],[0,0],[1.18,0.686],[0,0],[1.182,-0.682]],"v":[[10.933,-3.286],[5.706,-6.324],[1.43,-6.324],[-10.918,0.805],[-10.932,3.282],[-5.705,6.32],[-1.428,6.32],[10.919,-0.809]],"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],[-1.39,-0.807],[0,0],[1.398,-0.808],[0,0],[1.388,0.807],[0,0],[-1.399,0.808]],"o":[[1.399,-0.807],[0,0],[1.388,0.807],[0,0],[-1.398,0.808],[0,0],[-1.389,-0.807],[0,0]],"v":[[1.042,-6.549],[6.096,-6.549],[11.323,-3.511],[11.312,-0.58],[-1.036,6.548],[-6.094,6.545],[-11.322,3.507],[-11.305,0.58]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[170.207,64.657],"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":"Group 121","np":6,"cix":2,"ix":121,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.181,0.686],[0,0],[1.188,-0.686],[0,0],[-1.181,-0.686],[0,0],[-1.188,0.686],[0,0]],"o":[[0,0],[-1.18,-0.686],[0,0],[-1.187,0.686],[0,0],[1.18,0.686],[0,0],[1.188,-0.685]],"v":[[14.45,-1.237],[2.183,-8.366],[-2.094,-8.366],[-14.443,-1.237],[-14.455,1.241],[-2.188,8.369],[2.089,8.369],[14.436,1.24]],"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],[-1.39,-0.808],[0,0],[1.398,-0.807],[0,0],[1.388,0.807],[0,0],[-1.399,0.808]],"o":[[1.399,-0.807],[0,0],[1.389,0.807],[0,0],[-1.398,0.807],[0,0],[-1.39,-0.807],[0,0]],"v":[[-2.481,-8.591],[2.579,-8.594],[14.846,-1.465],[14.823,1.465],[2.475,8.595],[-2.577,8.595],[-14.845,1.465],[-14.828,-1.462]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[245.369,59.832],"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":"Group 122","np":6,"cix":2,"ix":122,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.179,-0.686],[0,0],[1.188,-0.686],[0,0],[1.18,0.686],[0,0],[-1.187,0.685]],"o":[[1.187,-0.686],[0,0],[1.18,0.686],[0,0],[-1.188,0.686],[0,0],[-1.18,-0.686],[0,0]],"v":[[-2.091,-8.368],[2.185,-8.368],[14.453,-1.239],[14.439,1.238],[2.091,8.367],[-2.186,8.367],[-14.453,1.238],[-14.44,-1.239]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[245.367,59.834],"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":"Group 123","np":4,"cix":2,"ix":123,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.173,-0.682],[0,0],[1.182,-0.682],[0,0],[1.174,0.682],[0,0],[-1.182,0.682]],"o":[[1.181,-0.682],[0,0],[1.173,0.681],[0,0],[-1.181,0.682],[0,0],[-1.173,-0.682],[0,0]],"v":[[-2.088,-8.372],[2.182,-8.368],[14.456,-1.234],[14.448,1.239],[2.094,8.371],[-2.183,8.371],[-14.457,1.239],[-14.442,-1.239]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[287.566,57.018],"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":"Group 124","np":4,"cix":2,"ix":124,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.174,0.682],[0,0],[1.182,-0.681],[0,0],[-1.174,-0.682],[0,0],[-1.182,0.682],[0,0]],"o":[[0,0],[-1.174,-0.682],[0,0],[-1.182,0.682],[0,0],[1.173,0.682],[0,0],[1.181,-0.681]],"v":[[14.453,-1.235],[2.18,-8.367],[-2.091,-8.371],[-14.445,-1.238],[-14.46,1.238],[-2.185,8.371],[2.091,8.371],[14.445,1.238]],"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],[-1.389,-0.807],[0,0],[1.391,-0.803],[0,0],[1.388,0.807],[0,0],[-1.399,0.808]],"o":[[1.392,-0.803],[0,0],[1.389,0.808],[0,0],[-1.398,0.807],[0,0],[-1.388,-0.807],[0,0]],"v":[[-2.478,-8.596],[2.575,-8.596],[14.849,-1.463],[14.832,1.464],[2.477,8.597],[-2.575,8.597],[-14.849,1.464],[-14.832,-1.463]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[287.569,57.018],"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":"Group 125","np":6,"cix":2,"ix":125,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.173,-0.682],[0,0],[1.181,-0.682],[0,0],[1.174,0.682],[0,0],[-1.181,0.682]],"o":[[1.182,-0.682],[0,0],[1.174,0.682],[0,0],[-1.181,0.682],[0,0],[-1.173,-0.682],[0,0]],"v":[[-2.092,-8.372],[2.185,-8.372],[14.459,-1.239],[14.445,1.239],[2.091,8.371],[-2.186,8.371],[-14.46,1.239],[-14.446,-1.239]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[217.662,54.729],"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":"Group 126","np":4,"cix":2,"ix":126,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.174,0.682],[0,0],[1.181,-0.682],[0,0],[-1.174,-0.683],[0,0],[-1.182,0.682],[0,0]],"o":[[0,0],[-1.174,-0.682],[0,0],[-1.182,0.682],[0,0],[1.174,0.682],[0,0],[1.182,-0.683]],"v":[[14.46,-1.239],[2.186,-8.371],[-2.091,-8.371],[-14.445,-1.239],[-14.46,1.239],[-2.187,8.371],[2.091,8.371],[14.445,1.239]],"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],[-1.389,-0.808],[0,0],[1.399,-0.807],[0,0],[1.388,0.808],[0,0],[-1.398,0.808]],"o":[[1.398,-0.808],[0,0],[1.389,0.808],[0,0],[-1.399,0.808],[0,0],[-1.389,-0.807],[0,0]],"v":[[-2.477,-8.595],[2.575,-8.595],[14.848,-1.464],[14.831,1.463],[2.478,8.595],[-2.575,8.595],[-14.849,1.463],[-14.833,-1.464]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[217.662,54.728],"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":"Group 127","np":6,"cix":2,"ix":127,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.18,0.686],[0,0],[1.181,-0.682],[0,0],[-1.18,-0.685],[0,0],[-1.182,0.683],[0,0]],"o":[[0,0],[-1.179,-0.686],[0,0],[-1.181,0.682],[0,0],[1.18,0.686],[0,0],[1.182,-0.682]],"v":[[10.936,-3.288],[5.708,-6.326],[1.432,-6.326],[-10.922,0.808],[-10.93,3.281],[-5.703,6.318],[-1.432,6.321],[10.921,-0.81]],"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],[-1.389,-0.807],[0,0],[1.398,-0.807],[0,0],[1.388,0.808],[0,0],[-1.399,0.807]],"o":[[1.399,-0.807],[0,0],[1.388,0.807],[0,0],[-1.397,0.807],[0,0],[-1.388,-0.807],[0,0]],"v":[[1.045,-6.55],[6.098,-6.55],[11.326,-3.513],[11.315,-0.582],[-1.04,6.55],[-6.098,6.547],[-11.326,3.51],[-11.309,0.583]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[190.163,53.136],"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":"Group 128","np":6,"cix":2,"ix":128,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.179,-0.686],[0,0],[1.181,-0.681],[0,0],[1.18,0.685],[0,0],[-1.182,0.682]],"o":[[1.181,-0.682],[0,0],[1.18,0.686],[0,0],[-1.182,0.682],[0,0],[-1.18,-0.686],[0,0]],"v":[[1.43,-6.322],[5.705,-6.322],[10.932,-3.284],[10.918,-0.808],[-1.436,6.325],[-5.707,6.322],[-10.932,3.285],[-10.924,0.811]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[190.166,53.132],"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":"Group 129","np":4,"cix":2,"ix":129,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.18,0.686],[0,0],[1.188,-0.686],[0,0],[-1.181,-0.686],[0,0],[-1.182,0.682],[0,0]],"o":[[0,0],[-1.18,-0.686],[0,0],[-1.181,0.682],[0,0],[1.18,0.686],[0,0],[1.188,-0.685]],"v":[[14.451,-1.237],[2.183,-8.366],[-2.094,-8.366],[-14.442,-1.237],[-14.455,1.241],[-2.188,8.369],[2.089,8.369],[14.436,1.24]],"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],[-1.39,-0.808],[0,0],[1.398,-0.807],[0,0],[1.388,0.807],[0,0],[-1.399,0.808]],"o":[[1.399,-0.807],[0,0],[1.388,0.808],[0,0],[-1.398,0.807],[0,0],[-1.39,-0.807],[0,0]],"v":[[-2.481,-8.591],[2.579,-8.594],[14.847,-1.466],[14.824,1.465],[2.475,8.595],[-2.577,8.595],[-14.845,1.465],[-14.828,-1.462]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[264.351,48.873],"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":"Group 130","np":6,"cix":2,"ix":130,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.179,-0.686],[0,0],[1.188,-0.686],[0,0],[1.18,0.686],[0,0],[-1.18,0.682]],"o":[[1.187,-0.686],[0,0],[1.18,0.686],[0,0],[-1.181,0.682],[0,0],[-1.18,-0.686],[0,0]],"v":[[-2.091,-8.368],[2.185,-8.368],[14.453,-1.239],[14.439,1.239],[2.091,8.368],[-2.186,8.368],[-14.453,1.239],[-14.44,-1.239]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[264.349,48.875],"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":"Group 131","np":4,"cix":2,"ix":131,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.173,0.682],[0,0],[1.182,-0.682],[0,0],[-1.173,-0.682],[0,0],[-1.18,0.682],[0,0]],"o":[[0,0],[-1.174,-0.682],[0,0],[-1.181,0.682],[0,0],[1.174,0.682],[0,0],[1.182,-0.683]],"v":[[21.675,-5.404],[9.401,-12.537],[5.123,-12.537],[-21.66,2.927],[-21.674,5.404],[-9.4,12.537],[-5.124,12.537],[21.66,-2.926]],"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],[-1.388,-0.808],[0,0],[1.399,-0.807],[0,0],[1.39,0.807],[0,0],[-1.398,0.807]],"o":[[1.398,-0.808],[0,0],[1.388,0.808],[0,0],[-1.399,0.807],[0,0],[-1.389,-0.807],[0,0]],"v":[[4.737,-12.761],[9.789,-12.761],[22.064,-5.629],[22.047,-2.702],[-4.736,12.762],[-9.79,12.762],[-22.063,5.629],[-22.047,2.702]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[313.701,41.931],"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":"Group 132","np":6,"cix":2,"ix":132,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.172,-0.682],[0,0],[1.181,-0.682],[0,0],[1.173,0.681],[0,0],[-1.182,0.683]],"o":[[1.182,-0.682],[0,0],[1.173,0.682],[0,0],[-1.181,0.681],[0,0],[-1.173,-0.681],[0,0]],"v":[[5.124,-12.537],[9.399,-12.537],[21.674,-5.404],[21.661,-2.926],[-5.124,12.538],[-9.4,12.538],[-21.675,5.404],[-21.66,2.926]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[313.702,41.93],"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":"Group 133","np":4,"cix":2,"ix":133,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.173,-0.682],[0,0],[1.182,-0.682],[0,0],[1.174,0.682],[0,0],[-1.182,0.682]],"o":[[1.181,-0.682],[0,0],[1.174,0.682],[0,0],[-1.181,0.682],[0,0],[-1.173,-0.682],[0,0]],"v":[[-2.091,-8.372],[2.185,-8.372],[14.459,-1.239],[14.445,1.239],[2.091,8.371],[-2.186,8.371],[-14.46,1.239],[-14.445,-1.239]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[236.644,43.77],"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":"Group 134","np":4,"cix":2,"ix":134,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.174,0.682],[0,0],[1.181,-0.682],[0,0],[-1.174,-0.683],[0,0],[-1.182,0.682],[0,0]],"o":[[0,0],[-1.174,-0.682],[0,0],[-1.181,0.682],[0,0],[1.174,0.682],[0,0],[1.181,-0.682]],"v":[[14.459,-1.239],[2.186,-8.372],[-2.092,-8.372],[-14.446,-1.239],[-14.46,1.239],[-2.187,8.372],[2.091,8.372],[14.445,1.238]],"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],[-1.389,-0.808],[0,0],[1.398,-0.807],[0,0],[1.389,0.808],[0,0],[-1.399,0.808]],"o":[[1.398,-0.808],[0,0],[1.389,0.808],[0,0],[-1.399,0.808],[0,0],[-1.389,-0.807],[0,0]],"v":[[-2.478,-8.596],[2.575,-8.596],[14.849,-1.464],[14.832,1.463],[2.478,8.596],[-2.575,8.596],[-14.849,1.463],[-14.832,-1.464]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[236.643,43.769],"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":"Group 135","np":6,"cix":2,"ix":135,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.179,-0.686],[0,0],[1.188,-0.686],[0,0],[1.18,0.685],[0,0],[-1.187,0.685]],"o":[[1.187,-0.686],[0,0],[1.18,0.686],[0,0],[-1.188,0.685],[0,0],[-1.18,-0.686],[0,0]],"v":[[1.43,-6.322],[5.705,-6.322],[10.932,-3.284],[10.918,-0.807],[-1.428,6.322],[-5.705,6.322],[-10.932,3.284],[-10.918,0.807]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[209.505,41.967],"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":"Group 136","np":4,"cix":2,"ix":136,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.18,0.686],[0,0],[1.188,-0.685],[0,0],[-1.181,-0.685],[0,0],[-1.189,0.686],[0,0]],"o":[[0,0],[-1.179,-0.685],[0,0],[-1.187,0.686],[0,0],[1.18,0.686],[0,0],[1.188,-0.685]],"v":[[10.936,-3.286],[5.708,-6.324],[1.432,-6.324],[-10.916,0.805],[-10.929,3.282],[-5.703,6.32],[-1.425,6.32],[10.922,-0.809]],"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],[-1.389,-0.807],[0,0],[1.398,-0.808],[0,0],[1.388,0.808],[0,0],[-1.399,0.808]],"o":[[1.399,-0.807],[0,0],[1.388,0.807],[0,0],[-1.398,0.808],[0,0],[-1.388,-0.807],[0,0]],"v":[[1.045,-6.549],[6.098,-6.549],[11.326,-3.511],[11.315,-0.58],[-1.033,6.548],[-6.098,6.548],[-11.326,3.511],[-11.302,0.58]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[209.501,41.969],"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":"Group 137","np":6,"cix":2,"ix":137,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.18,0.686],[0,0],[1.181,-0.683],[0,0],[-1.181,-0.686],[0,0],[-1.181,0.682],[0,0]],"o":[[0,0],[-1.18,-0.686],[0,0],[-1.182,0.682],[0,0],[1.18,0.685],[0,0],[1.181,-0.682]],"v":[[14.457,-1.24],[2.188,-8.369],[-2.088,-8.369],[-14.442,-1.237],[-14.456,1.241],[-2.188,8.37],[2.089,8.37],[14.443,1.237]],"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],[-1.39,-0.808],[0,0],[1.392,-0.804],[0,0],[1.388,0.807],[0,0],[-1.399,0.807]],"o":[[1.392,-0.804],[0,0],[1.388,0.808],[0,0],[-1.398,0.807],[0,0],[-1.389,-0.808],[0,0]],"v":[[-2.474,-8.594],[2.578,-8.594],[14.846,-1.465],[14.829,1.462],[2.475,8.595],[-2.578,8.595],[-14.845,1.466],[-14.828,-1.461]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[283.332,37.914],"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":"Group 138","np":6,"cix":2,"ix":138,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.18,-0.686],[0,0],[1.182,-0.682],[0,0],[1.18,0.686],[0,0],[-1.181,0.682]],"o":[[1.182,-0.682],[0,0],[1.18,0.686],[0,0],[-1.182,0.682],[0,0],[-1.18,-0.686],[0,0]],"v":[[-2.088,-8.37],[2.189,-8.37],[14.456,-1.241],[14.441,1.237],[2.088,8.369],[-2.19,8.369],[-14.456,1.241],[-14.442,-1.237]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[283.334,37.914],"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":"Group 139","np":4,"cix":2,"ix":139,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.173,-0.682],[0,0],[1.188,-0.686],[0,0],[1.173,0.682],[0,0],[-1.182,0.681]],"o":[[1.187,-0.686],[0,0],[1.173,0.682],[0,0],[-1.181,0.682],[0,0],[-1.174,-0.682],[0,0]],"v":[[-2.094,-8.37],[2.182,-8.37],[14.457,-1.237],[14.442,1.241],[2.088,8.373],[-2.182,8.369],[-14.456,1.237],[-14.448,-1.237]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[255.628,32.809],"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":"Group 140","np":4,"cix":2,"ix":140,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.174,0.682],[0,0],[1.188,-0.686],[0,0],[-1.174,-0.682],[0,0],[-1.181,0.682],[0,0]],"o":[[0,0],[-1.174,-0.682],[0,0],[-1.181,0.682],[0,0],[1.174,0.682],[0,0],[1.188,-0.685]],"v":[[14.46,-1.239],[2.186,-8.372],[-2.091,-8.372],[-14.445,-1.239],[-14.453,1.236],[-2.18,8.367],[2.091,8.372],[14.445,1.238]],"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],[-1.389,-0.808],[0,0],[1.398,-0.807],[0,0],[1.389,0.808],[0,0],[-1.392,0.804]],"o":[[1.398,-0.807],[0,0],[1.389,0.808],[0,0],[-1.392,0.803],[0,0],[-1.389,-0.807],[0,0]],"v":[[-2.477,-8.596],[2.575,-8.596],[14.848,-1.464],[14.832,1.463],[2.478,8.596],[-2.575,8.596],[-14.849,1.463],[-14.833,-1.464]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[255.624,32.811],"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":"Group 141","np":6,"cix":2,"ix":141,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.181,0.686],[0,0],[1.181,-0.682],[0,0],[-1.18,-0.685],[0,0],[-1.181,0.683],[0,0]],"o":[[0,0],[-1.179,-0.686],[0,0],[-1.182,0.682],[0,0],[1.18,0.686],[0,0],[1.181,-0.682]],"v":[[10.935,-3.286],[5.708,-6.324],[1.432,-6.324],[-10.922,0.809],[-10.93,3.282],[-5.703,6.32],[-1.433,6.323],[10.921,-0.809]],"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],[-1.389,-0.807],[0,0],[1.397,-0.807],[0,0],[1.389,0.808],[0,0],[-1.393,0.804]],"o":[[1.398,-0.807],[0,0],[1.389,0.807],[0,0],[-1.391,0.804],[0,0],[-1.388,-0.807],[0,0]],"v":[[1.045,-6.549],[6.098,-6.549],[11.325,-3.511],[11.315,-0.581],[-1.04,6.552],[-6.099,6.548],[-11.326,3.511],[-11.309,0.584]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[229.46,30.446],"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":"Group 142","np":6,"cix":2,"ix":142,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.18,-0.686],[0,0],[1.182,-0.682],[0,0],[1.18,0.685],[0,0],[-1.181,0.682]],"o":[[1.182,-0.682],[0,0],[1.18,0.686],[0,0],[-1.182,0.682],[0,0],[-1.18,-0.686],[0,0]],"v":[[1.429,-6.322],[5.706,-6.322],[10.932,-3.284],[10.917,-0.807],[-1.435,6.326],[-5.706,6.322],[-10.933,3.284],[-10.925,0.81]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[229.464,30.444],"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":"Group 143","np":4,"cix":2,"ix":143,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.18,0.686],[0,0],[1.181,-0.682],[0,0],[-1.181,-0.686],[0,0],[-1.181,0.682],[0,0]],"o":[[0,0],[-1.18,-0.686],[0,0],[-1.181,0.682],[0,0],[1.18,0.686],[0,0],[1.182,-0.683]],"v":[[14.458,-1.241],[2.189,-8.37],[-2.088,-8.37],[-14.442,-1.237],[-14.456,1.24],[-2.189,8.369],[2.089,8.369],[14.443,1.237]],"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],[-1.39,-0.807],[0,0],[1.399,-0.808],[0,0],[1.389,0.808],[0,0],[-1.399,0.807]],"o":[[1.399,-0.807],[0,0],[1.388,0.808],[0,0],[-1.398,0.808],[0,0],[-1.389,-0.808],[0,0]],"v":[[-2.474,-8.595],[2.578,-8.595],[14.846,-1.466],[14.829,1.462],[2.475,8.594],[-2.578,8.594],[-14.846,1.465],[-14.828,-1.462]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[302.314,26.956],"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":"Group 144","np":6,"cix":2,"ix":144,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.179,-0.686],[0,0],[1.181,-0.682],[0,0],[1.18,0.686],[0,0],[-1.182,0.682]],"o":[[1.181,-0.682],[0,0],[1.18,0.686],[0,0],[-1.182,0.682],[0,0],[-1.18,-0.686],[0,0]],"v":[[-2.087,-8.37],[2.188,-8.37],[14.456,-1.241],[14.442,1.237],[2.088,8.369],[-2.189,8.369],[-14.456,1.241],[-14.441,-1.237]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[302.315,26.955],"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":"Group 145","np":4,"cix":2,"ix":145,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.173,-0.682],[0,0],[1.182,-0.682],[0,0],[1.174,0.682],[0,0],[-1.188,0.686]],"o":[[1.181,-0.682],[0,0],[1.173,0.682],[0,0],[-1.188,0.686],[0,0],[-1.173,-0.683],[0,0]],"v":[[2.848,-11.225],[7.123,-11.225],[19.398,-4.092],[19.383,-1.615],[-2.848,11.22],[-7.125,11.22],[-19.399,4.089],[-19.384,1.61]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[279.162,19.223],"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":"Group 146","np":4,"cix":2,"ix":146,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.174,0.682],[0,0],[1.182,-0.682],[0,0],[-1.174,-0.682],[0,0],[-1.188,0.686],[0,0]],"o":[[0,0],[-1.174,-0.682],[0,0],[-1.188,0.685],[0,0],[1.173,0.682],[0,0],[1.182,-0.683]],"v":[[19.402,-4.092],[7.128,-11.225],[2.851,-11.225],[-19.381,1.611],[-19.394,4.088],[-7.121,11.221],[-2.844,11.221],[19.388,-1.614]],"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],[-1.388,-0.808],[0,0],[1.398,-0.807],[0,0],[1.39,0.808],[0,0],[-1.397,0.807]],"o":[[1.398,-0.808],[0,0],[1.389,0.808],[0,0],[-1.399,0.807],[0,0],[-1.39,-0.807],[0,0]],"v":[[2.465,-11.449],[7.517,-11.449],[19.79,-4.317],[19.774,-1.39],[-2.456,11.446],[-7.517,11.449],[-19.789,4.316],[-19.768,1.386]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[279.158,19.224],"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":"Group 147","np":6,"cix":2,"ix":147,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.18,0.686],[0,0],[1.182,-0.681],[0,0],[-1.18,-0.685],[0,0],[-1.182,0.682],[0,0]],"o":[[0,0],[-1.179,-0.685],[0,0],[-1.182,0.682],[0,0],[1.18,0.686],[0,0],[1.181,-0.682]],"v":[[10.936,-3.286],[5.708,-6.324],[1.432,-6.324],[-10.921,0.809],[-10.936,3.286],[-5.71,6.324],[-1.432,6.324],[10.922,-0.809]],"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],[-1.389,-0.807],[0,0],[1.398,-0.808],[0,0],[1.388,0.807],[0,0],[-1.392,0.804]],"o":[[1.399,-0.807],[0,0],[1.389,0.808],[0,0],[-1.391,0.804],[0,0],[-1.388,-0.807],[0,0]],"v":[[1.045,-6.549],[6.098,-6.548],[11.325,-3.511],[11.315,-0.58],[-1.04,6.552],[-6.098,6.549],[-11.326,3.511],[-11.309,0.584]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[249.061,19.129],"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":"Group 148","np":6,"cix":2,"ix":148,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.179,-0.686],[0,0],[1.181,-0.682],[0,0],[1.18,0.686],[0,0],[-1.182,0.682]],"o":[[1.181,-0.682],[0,0],[1.18,0.685],[0,0],[-1.182,0.683],[0,0],[-1.181,-0.686],[0,0]],"v":[[1.433,-6.324],[5.709,-6.324],[10.936,-3.285],[10.922,-0.809],[-1.432,6.324],[-5.709,6.324],[-10.935,3.287],[-10.921,0.81]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[249.061,19.129],"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":"Group 149","np":4,"cix":2,"ix":149,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.179,-0.686],[0,0],[1.182,-0.682],[0,0],[1.18,0.686],[0,0],[-1.181,0.682]],"o":[[1.182,-0.682],[0,0],[1.18,0.685],[0,0],[-1.181,0.682],[0,0],[-1.18,-0.686],[0,0]],"v":[[1.432,-6.411],[5.708,-6.411],[10.936,-3.373],[10.921,-0.896],[-1.433,6.236],[-5.71,6.236],[-10.936,3.199],[-10.922,0.722]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[269.02,7.693],"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":"Group 150","np":4,"cix":2,"ix":150,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.181,0.686],[0,0],[1.182,-0.682],[0,0],[-1.18,-0.685],[0,0],[-1.181,0.682],[0,0]],"o":[[0,0],[-1.179,-0.685],[0,0],[-1.182,0.682],[0,0],[1.18,0.685],[0,0],[1.181,-0.682]],"v":[[10.936,-3.288],[5.709,-6.326],[1.432,-6.326],[-10.921,0.807],[-10.936,3.284],[-5.709,6.322],[-1.432,6.322],[10.922,-0.811]],"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],[-1.389,-0.807],[0,0],[1.398,-0.808],[0,0],[1.388,0.807],[0,0],[-1.398,0.807]],"o":[[1.399,-0.808],[0,0],[1.388,0.808],[0,0],[-1.397,0.808],[0,0],[-1.388,-0.807],[0,0]],"v":[[1.045,-6.55],[6.098,-6.55],[11.326,-3.513],[11.315,-0.582],[-1.04,6.55],[-6.098,6.547],[-11.326,3.509],[-11.309,0.583]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.298000021542,0.301999978458,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[269.019,7.608],"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":"Group 151","np":4,"cix":2,"ix":151,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.344,-0.782],[0,0],[1.181,-0.682],[0,0],[1.345,0.782],[0,0],[-1.181,0.681]],"o":[[1.181,-0.682],[0,0],[1.345,0.781],[0,0],[-1.181,0.682],[0,0],[-1.345,-0.781],[0,0]],"v":[[-3.22,-9.028],[1.367,-8.846],[15.278,-0.763],[15.575,1.895],[3.219,9.028],[-1.367,8.846],[-15.277,0.763],[-15.574,-1.894]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[102.268,208.034],"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":"Group 152","np":2,"cix":2,"ix":152,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.179,-0.686],[0,0],[1.182,-0.682],[0,0],[1.181,0.686],[0,0],[-1.182,0.681]],"o":[[1.182,-0.682],[0,0],[1.181,0.686],[0,0],[-1.181,0.682],[0,0],[-1.18,-0.685],[0,0]],"v":[[1.432,-6.324],[5.708,-6.324],[10.935,-3.285],[10.921,-0.809],[-1.433,6.324],[-5.71,6.324],[-10.936,3.287],[-10.922,0.81]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[130.748,87.437],"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":"Group 153","np":2,"cix":2,"ix":153,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.179,-0.686],[0,0],[1.181,-0.682],[0,0],[1.18,0.686],[0,0],[-1.182,0.681]],"o":[[1.181,-0.682],[0,0],[1.18,0.687],[0,0],[-1.181,0.682],[0,0],[-1.179,-0.685],[0,0]],"v":[[1.433,-6.324],[5.708,-6.324],[10.936,-3.286],[10.921,-0.809],[-1.433,6.324],[-5.71,6.324],[-10.936,3.287],[-10.921,0.81]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.118000000598,0.105999995213,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[111.083,98.791],"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":"Group 154","np":2,"cix":2,"ix":154,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":270.000010997325,"st":0,"bm":0},{"ddd":0,"ind":57,"ty":4,"nm":"base mac top copy Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1083.168,1042.078,0],"ix":2},"a":{"a":0,"k":[228.675,132.439,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-4.656,-2.706],[0,0],[4.681,-2.702],[0,0],[4.649,2.702],[0,0],[-4.68,2.701]],"o":[[4.681,-2.702],[0,0],[4.649,2.702],[0,0],[-4.68,2.702],[0,0],[-4.656,-2.706],[0,0]],"v":[[53.425,-129.487],[70.398,-129.483],[223.776,-40.35],[223.72,-30.523],[-53.425,129.487],[-70.391,129.487],[-223.769,40.354],[-223.72,30.523]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.827000038297,0.827000038297,0.827000038297,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[228.675,132.439],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":270.000010997325,"st":0,"bm":0},{"ddd":0,"ind":59,"ty":4,"nm":"base mac top copy 2 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1083.168,1045.344,0],"ix":2},"a":{"a":0,"k":[227.252,133.553,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-4.65,-2.702],[0,0],[4.681,-2.702],[0,0],[4.655,2.706],[0,0],[-4.68,2.702]],"o":[[4.681,-2.702],[0,0],[4.655,2.705],[0,0],[-4.68,2.702],[0,0],[-4.65,-2.701],[0,0]],"v":[[53.419,-129.823],[70.386,-129.823],[223.764,-40.689],[223.714,-30.858],[-53.431,129.152],[-70.403,129.148],[-223.781,40.014],[-223.726,30.187]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.677999997606,0.677999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[227.252,131.854],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4.681,2.702],[0,0],[4.655,2.705],[0,0]],"o":[[0,0],[-4.681,2.701],[0,0],[4.656,2.706]],"v":[[8.481,-3.049],[8.492,1.027],[-8.481,1.023],[-8.492,-3.053]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.677999997606,0.677999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[165.341,264.054],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"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":[[138.567,-82.043],[138.579,-77.968],[-138.567,82.043],[-138.578,77.967]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.677999997606,0.677999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[312.399,183.038],"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":"Group 3","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"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":[[76.683,42.529],[76.695,46.605],[-76.683,-42.529],[-76.695,-46.605]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.677999997606,0.677999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[80.166,218.472],"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":"Group 4","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.005,1.77],[0,0],[-2.309,-1.342],[0,0]],"o":[[0,0],[0.005,1.769],[0,0],[-2.31,-1.342]],"v":[[-1.73,-0.402],[-1.741,-4.478],[1.729,0.402],[1.741,4.478]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.677999997606,0.677999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1.741,171.466],"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":"Group 5","np":4,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.006,1.793],[0,0],[2.355,-1.358],[0,0]],"o":[[0,0],[0.006,1.793],[0,0],[2.354,-1.359]],"v":[[1.756,-4.511],[1.768,-0.435],[-1.758,4.511],[-1.769,0.436]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.677999997606,0.677999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[452.735,100.559],"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":"Group 6","np":4,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":270.000010997325,"st":0,"bm":0},{"ddd":0,"ind":61,"ty":4,"nm":"base mac top Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1083.168,1045.344,0],"ix":2},"a":{"a":0,"k":[227.252,133.553,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-4.65,-2.702],[0,0],[4.681,-2.702],[0,0],[4.655,2.706],[0,0],[-4.68,2.702]],"o":[[4.681,-2.702],[0,0],[4.655,2.705],[0,0],[-4.68,2.702],[0,0],[-4.65,-2.701],[0,0]],"v":[[53.419,-129.823],[70.386,-129.823],[223.764,-40.689],[223.714,-30.858],[-53.431,129.152],[-70.403,129.148],[-223.781,40.014],[-223.726,30.187]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.677999997606,0.677999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[227.252,131.854],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4.681,2.702],[0,0],[4.655,2.705],[0,0]],"o":[[0,0],[-4.681,2.701],[0,0],[4.656,2.706]],"v":[[8.481,-3.049],[8.492,1.027],[-8.481,1.023],[-8.492,-3.053]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.677999997606,0.677999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[165.341,264.054],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"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":[[138.567,-82.043],[138.579,-77.968],[-138.567,82.043],[-138.578,77.967]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.677999997606,0.677999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[312.399,183.038],"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":"Group 3","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"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":[[76.683,42.529],[76.695,46.605],[-76.683,-42.529],[-76.695,-46.605]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.677999997606,0.677999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[80.166,218.472],"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":"Group 4","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.005,1.77],[0,0],[-2.309,-1.342],[0,0]],"o":[[0,0],[0.005,1.769],[0,0],[-2.31,-1.342]],"v":[[-1.73,-0.402],[-1.741,-4.478],[1.729,0.402],[1.741,4.478]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.677999997606,0.677999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1.741,171.466],"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":"Group 5","np":4,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.006,1.793],[0,0],[2.355,-1.358],[0,0]],"o":[[0,0],[0.006,1.793],[0,0],[2.354,-1.359]],"v":[[1.756,-4.511],[1.768,-0.435],[-1.758,4.511],[-1.769,0.436]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.677999997606,0.677999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[452.735,100.559],"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":"Group 6","np":4,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":270.000010997325,"st":0,"bm":0},{"ddd":0,"ind":63,"ty":4,"nm":"scriva top Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[954.362,1059.494,0],"ix":2},"a":{"a":0,"k":[705.255,408.208,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.692,-5.632],[0,0],[9.756,-5.633],[0,0],[9.692,5.633],[0,0],[-9.755,5.632]],"o":[[9.756,-5.632],[0,0],[9.693,5.632],[0,0],[-9.756,5.633],[0,0],[-9.692,-5.633],[0,0]],"v":[[191.989,-402.326],[227.345,-402.326],[695.313,-130.373],[695.198,-109.891],[-191.988,402.325],[-227.346,402.325],[-695.313,130.372],[-695.198,109.893]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.910000011968,0.910000011968,0.910000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[705.255,408.207],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":270.000010997325,"st":0,"bm":0},{"ddd":0,"ind":65,"ty":4,"nm":"scriva bott Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[954.365,1073.64,0],"ix":2},"a":{"a":0,"k":[702.586,418.78,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.692,-5.633],[0,0],[9.756,-5.632],[0,0],[9.692,5.633],[0,0],[-9.756,5.633]],"o":[[9.756,-5.633],[0,0],[9.693,5.632],[0,0],[-9.755,5.633],[0,0],[-9.693,-5.633],[0,0]],"v":[[191.951,-403.027],[227.309,-403.027],[695.276,-131.074],[695.161,-110.594],[-192.026,401.623],[-227.383,401.623],[-695.35,129.671],[-695.235,109.19]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.757000014361,0.757000014361,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[702.585,407.256],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-9.756,5.633],[0,0],[9.693,5.633],[0,0]],"o":[[0,0],[-9.756,5.633],[0,0],[9.692,5.633]],"v":[[17.645,-14.34],[17.714,10.115],[-17.644,10.115],[-17.714,-14.34]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.757000014361,0.757000014361,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[492.915,823.219],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"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":[[443.559,-268.336],[443.628,-243.881],[-443.558,268.336],[-443.628,243.881]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.757000014361,0.757000014361,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[954.187,564.998],"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":"Group 3","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"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":[[233.949,123.748],[234.018,148.203],[-233.948,-123.75],[-234.018,-148.203]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.757000014361,0.757000014361,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[241.253,685.131],"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":"Group 4","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.011,3.688],[0,0],[-4.815,-2.799],[0,0]],"o":[[0,0],[0.01,3.688],[0,0],[-4.815,-2.798]],"v":[[-3.584,7.143],[-3.653,-17.311],[3.583,-7.142],[3.652,17.312]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.757000014361,0.757000014361,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[3.652,544.07],"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":"Group 5","np":4,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.011,3.736],[0,0],[4.909,-2.834],[0,0]],"o":[[0,0],[0.011,3.736],[0,0],[4.91,-2.834]],"v":[[3.639,-17.384],[3.708,7.072],[-3.642,17.384],[-3.713,-7.072]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.757000014361,0.757000014361,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1401.458,303.734],"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":"Group 6","np":4,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":270.000010997325,"st":0,"bm":0},{"ddd":0,"ind":67,"ty":4,"nm":"sgabello ombra Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1538.814,1660.818,0],"ix":2},"a":{"a":0,"k":[171.839,99.548,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-61.19,35.328],[-60.793,-35.329],[61.191,-35.329],[60.792,35.328]],"o":[[61.191,-35.329],[60.793,35.329],[-61.19,35.329],[-60.793,-35.33]],"v":[[-110.07,-63.969],[110.796,-63.968],[110.082,63.969],[-110.796,63.969]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.948999980852,0.948999980852,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[171.839,99.548],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":270.000010997325,"st":0,"bm":0},{"ddd":0,"ind":69,"ty":4,"nm":"scriva ombra Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[954.362,1396.89,0],"ix":2},"a":{"a":0,"k":[705.253,408.206,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.686,-5.629],[0,0],[9.756,-5.633],[0,0],[9.692,5.633],[0,0],[-9.755,5.632]],"o":[[9.756,-5.632],[0,0],[9.693,5.633],[0,0],[-9.756,5.632],[0,0],[-9.686,-5.629],[0,0]],"v":[[191.992,-402.324],[227.343,-402.327],[695.31,-130.374],[695.195,-109.894],[-191.992,402.323],[-227.349,402.322],[-695.316,130.37],[-695.195,109.894]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.948999980852,0.948999980852,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[705.253,408.206],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":270.000010997325,"st":0,"bm":0},{"ddd":0,"ind":71,"ty":4,"nm":"pianta 1 copy Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[8]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":120,"s":[8],"e":[0]},{"t":180.00000733155}],"ix":10},"p":{"a":0,"k":[1197.992,1084.214,0],"ix":2},"a":{"a":0,"k":[211.757,889.501,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-27.885,-29.434],[-3.02,-10.588]],"o":[[7.892,-1.035],[14.182,14.969],[0,0]],"v":[[-47.6,-31.578],[23.885,-6.847],[47.6,36.281]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":1,"ml":10,"ml2":{"a":0,"k":10,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[166.522,592.122],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-14.945,22.808],[-5.911,3.287]],"o":[[-1.202,-5.42],[7.599,-11.598],[0,0]],"v":[[-13.021,37.13],[-4.13,-15.735],[19.075,-37.13]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":1,"ml":10,"ml2":{"a":0,"k":10,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[213.247,494.829],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-22.559,15.317],[-6.72,0.765]],"o":[[0.972,-5.466],[11.471,-7.79],[0,0]],"v":[[-29.079,28.117],[-0.563,-17.277],[29.079,-28.117]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":1,"ml":10,"ml2":{"a":0,"k":10,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[138.852,227.639],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[27.375,21.174],[14.397,3.975]],"o":[[-7.102,-13.996],[-23.35,-18.062],[0,0]],"v":[[54.941,44.938],[5.766,-14.601],[-54.941,-44.938]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":1,"ml":10,"ml2":{"a":0,"k":10,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[117.793,379.5],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[49.022,39.895],[13.925,0.589]],"o":[[-0.81,-10.443],[-36.106,-29.385],[0,0]],"v":[[72.302,70.367],[17.033,-36.882],[-72.302,-70.367]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":1,"ml":10,"ml2":{"a":0,"k":10,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[142.3,750.764],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-34.319,40.671],[-15.478,8.382]],"o":[[2.67,-19.995],[20.198,-23.936],[0,0]],"v":[[-51.697,75.642],[-5.987,-28.842],[51.697,-75.642]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":1,"ml":10,"ml2":{"a":0,"k":10,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[271.784,689.009],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[5.845,50.781],[26.425,91.797],[19.982,112.142],[0.101,28.084]],"o":[[14.582,-92.926],[-3.51,-30.503],[-36.231,-125.854],[-8.979,-50.388],[0,0]],"v":[[59.1,402.154],[64.541,184.48],[27.538,-11.428],[-62.798,-281.345],[-73.681,-402.154]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":1,"ml":10,"ml2":{"a":0,"k":10,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[151.191,453.921],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[17.378,5.155],[84.29,279.735],[-42.739,41.88],[-18.291,-12.224],[-46.365,-71.187],[-16.689,-44.511],[-7.565,-62.71],[-29.463,-90.849],[73.317,-42.517]],"o":[[-72.557,-21.523],[-45.953,-152.507],[16.658,-16.323],[39.911,26.672],[31.652,48.6],[19.709,52.564],[9.958,82.558],[26.578,81.955],[-22.712,13.172]],"v":[[11.382,420.766],[-64.805,-104.098],[-144.256,-405.47],[-76.93,-413.698],[-45.017,-229.603],[46.73,-148.931],[18.807,-2.068],[160.417,170.651],[67.672,403.356]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.26699999641,0.270999983245,0.442999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[221.765,457.075],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[20.282,7.703],[-3.704,76.76],[1.477,72.589],[1.659,82.096],[-16.409,75.092],[-37.581,40.416],[-25.756,-18.866],[-50.066,-74.121],[-18.214,-46.84],[-8.254,-65.991],[-32.154,-95.604],[88.562,-46.595]],"o":[[-80.425,-30.545],[3.63,-75.205],[-1.53,-75.23],[-1.073,-53.101],[23.186,-106.1],[24.405,-26.247],[43.641,31.967],[34.544,51.143],[21.51,55.316],[10.869,86.879],[27.094,80.554],[-71.888,37.823]],"v":[[-72.327,425.87],[-214.904,237.581],[-145.248,78.68],[-221.434,-94.371],[-175.723,-222.799],[-163.75,-423.06],[-63.62,-439.386],[-28.792,-245.656],[71.338,-160.762],[40.863,-6.214],[195.412,175.544],[94.194,420.429]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.226999993418,0.224000010771,0.349000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[222.757,458.502],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":270.000010997325,"st":0,"bm":0},{"ddd":0,"ind":73,"ty":4,"nm":"pianta 1 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[9]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":90,"s":[9],"e":[0]},{"t":180.00000733155}],"ix":10},"p":{"a":0,"k":[1296.754,923.395,0],"ix":2},"a":{"a":0,"k":[183.079,772.998,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-16.528,-37.025],[0.668,-10.99]],"o":[[7.787,1.644],[8.406,18.828],[0,0]],"v":[[-33.965,-47.812],[25.25,-0.745],[33.297,47.812]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":1,"ml":10,"ml2":{"a":0,"k":10,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[129.915,579.7],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-21.67,16.551],[-6.667,1.138]],"o":[[0.666,-5.512],[11.021,-8.416],[0,0]],"v":[[-27.468,29.693],[-1.526,-17.219],[27.468,-29.693]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":1,"ml":10,"ml2":{"a":0,"k":10,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[237.854,503.805],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-26.366,6.957],[-6.593,-1.51]],"o":[[2.731,-4.833],[13.408,-3.537],[0,0]],"v":[[-36.766,18.442],[5.206,-14.905],[36.766,-15.286]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":1,"ml":10,"ml2":{"a":0,"k":10,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[253.56,224.489],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[18.789,29.063],[12.259,8.531]],"o":[[-2.052,-15.56],[-16.029,-24.792],[0,0]],"v":[[36.9,60.633],[10.288,-11.857],[-36.9,-60.633]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":1,"ml":10,"ml2":{"a":0,"k":10,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[183.263,362.317],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[32.991,53.911],[12.939,5.181]],"o":[[2.705,-10.119],[-24.299,-39.708],[0,0]],"v":[[36.592,90.385],[20.077,-29.132],[-53.068,-90.385]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":1,"ml":10,"ml2":{"a":0,"k":10,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[63.068,719.076],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-45.879,26.966],[-17.384,2.765]],"o":[[9.159,-17.974],[27.001,-15.869],[0,0]],"v":[[-73.884,54.18],[3.931,-29.193],[73.884,-54.18]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":1,"ml":10,"ml2":{"a":0,"k":10,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[225.728,705.399],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-11.352,49.84],[-5.558,95.363],[-18.394,112.413],[-9.23,26.523]],"o":[[44.615,-82.81],[6.818,-29.938],[7.622,-130.744],[8.264,-50.511],[0,0]],"v":[[-70.93,401.378],[6.492,197.865],[36.646,0.787],[41.077,-283.81],[70.93,-401.378]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":1,"ml":10,"ml2":{"a":0,"k":10,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[183.173,441.184],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[14.68,10.634],[-13.392,291.851],[-54.222,25.31],[-15.322,-11.21],[-5.821,-97.394],[12.712,-91.992],[0.358,-21.652],[10.696,-69.404],[83.667,-15.831]],"o":[[-61.291,-44.398],[7.302,-159.113],[21.491,-10.031],[8.183,5.986],[2.535,42.425],[-19.132,138.454],[-1.783,107.673],[-13.284,86.202],[-25.798,4.881]],"v":[[-88.626,415.214],[13.816,-105.162],[38.96,-415.818],[105.196,-401.219],[147.382,-274.778],[133.91,-110.411],[113.095,45.462],[135.013,228.787],[-29.748,417.486]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.944999964097,0.525,0.528999956916,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[186.945,453.897],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[59.07,21.539],[4.126,34.057],[-3.154,127.165],[-10.341,47.392],[-28.159,80.068],[-26.952,14.191],[-25.504,-19.542],[-3.419,-50.858],[-2.586,-100.397],[-11.033,-109.154],[20.104,-76.018],[0.686,-1.85]],"o":[[-75.396,-27.492],[-7.316,-60.374],[1.985,-80.047],[10.156,-46.535],[31.868,-90.614],[31.223,-16.44],[44.439,34.052],[5.736,85.321],[0.659,25.581],[4.502,44.54],[-1.082,4.092],[-19.718,53.27]],"v":[[-44.171,375.531],[-137.069,203.584],[-124.497,16.794],[-118.812,-124.597],[-71.53,-249.503],[-15.703,-380.63],[84.166,-362.776],[136.026,-218.334],[119.287,-15.425],[132.155,100.663],[124.281,303.278],[121.988,310.886]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.913999968884,0.325,0.328999986836,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[229.523,397.32],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":270.000010997325,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/medal.json b/ohos/flutter_lottie/assets/lottiefiles/medal.json new file mode 100644 index 0000000000000000000000000000000000000000..b6c9f461662d9338bd3dd2a21fa2690b0035dd9e --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/medal.json @@ -0,0 +1 @@ +{"v":"4.6.3","fr":25,"ip":0,"op":76,"w":1000,"h":1000,"nm":"FeatureCard1_Medal_01_bm","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 3","td":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[482,537.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.569,0.569,0.688],"y":[0.915,0.915,0.688]},"o":{"x":[0.018,0.018,0.157],"y":[-0.007,-0.007,0.157]},"n":["0p569_0p915_0p018_-0p007","0p569_0p915_0p018_-0p007","0p688_0p688_0p157_0p157"],"t":1,"s":[103,103,100],"e":[486.836,486.836,100]},{"t":15}]}},"ao":0,"shapes":[{"d":1,"ty":"el","s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":110,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 4","tt":2,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[100],"e":[0]},{"t":15}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[482,537.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"d":1,"ty":"el","s":{"a":1,"k":[{"i":{"x":[0.227,0.227],"y":[1,1]},"o":{"x":[0.147,0.147],"y":[0.622,0.622]},"n":["0p227_1_0p147_0p622","0p227_1_0p147_0p622"],"t":0,"s":[0,0],"e":[478,478]},{"t":14.607421875}]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.5682691,0.5686275,0.5663976,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":110,"st":0,"bm":0,"sr":1}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[500,500,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"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":[[0,168],[0,-76]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1176471,0.1647059,0.1960784,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":27},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":3,"s":[0],"e":[100]},{"t":11}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.145],"y":[1]},"o":{"x":[0.089],"y":[0.513]},"n":["0p145_1_0p089_0p513"],"t":0,"s":[0],"e":[100]},{"t":11}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":75,"st":0,"bm":0,"sr":1}]}],"layers":[{"ddd":0,"ind":1,"ty":3,"nm":"Null 1","ks":{"o":{"a":0,"k":0},"r":{"a":0,"k":0},"p":{"a":0,"k":[500,372,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_0p667_0p167_0p167"],"t":0,"s":[20,20,100],"e":[81.5,81.5,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":8.131,"s":[81.5,81.5,100],"e":[70,70,100]},{"t":12.5654296875}]}},"ao":0,"ip":0,"op":75,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 1 Outlines","parent":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[-1.466,0.078,0]},"a":{"a":0,"k":[345.287,284.764,0]},"s":{"a":0,"k":[737,737,100]}},"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},"n":"0p667_1_0p333_0","t":0.739,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.118,3.574],[-0.017,3.574],[-0.017,-3.574],[0.118,-3.574]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[26.17,3.574],[-25.798,3.574],[-25.798,-3.574],[26.17,-3.574]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":6.504,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[26.17,3.574],[-25.798,3.574],[-25.798,-3.574],[26.17,-3.574]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[21.042,3.574],[-21.042,3.574],[-21.042,-3.574],[21.042,-3.574]],"c":true}]},{"t":10.34765625}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.118,0.165,0.196,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[345.504,284.632],"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":"Group 28","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":1,"op":76,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 1","parent":1,"td":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[0,252,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[1300,424]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.945098,0.2039216,0.0823529,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[0,-428],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":75,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Layer 1 Outlines 2","parent":1,"tt":2,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":2.218,"s":[0.034,-249.922,0],"e":[0.034,112.078,0],"to":[0,60.3333320617676,0],"ti":[0,-46.1666679382324,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":8.131,"s":[0.034,112.078,0],"e":[0.034,27.078,0],"to":[0,46.1666679382324,0],"ti":[0,14.1666669845581,0]},{"t":13.3046875}]},"a":{"a":0,"k":[345.491,288.427,0]},"s":{"a":0,"k":[737,737,100]}},"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":[[354.334,274.637],[354.334,319.863]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.118,0.165,0.196,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 29","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[336.673,274.637],[336.673,319.863]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.118,0.165,0.196,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 30","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[17.66,6.672],[-0.001,18.503],[-17.66,6.672],[-17.66,-32.071],[17.66,-32.071]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.118,0.165,0.196,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[345.504,306.708],"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":"Group 31","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"}],"ip":2,"op":80,"st":5,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 2","parent":4,"td":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[345.486,307.37,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[13.569,13.569,100]}},"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],[0,0],[-34,-2],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[34,2],[0,0]],"v":[[253.5,-30.5],[-0.5,140],[-165.5,29],[-324,4],[-532,410],[-52,530],[648,334]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.945098,0.2039216,0.0823529,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":75,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Layer 1 Outlines 3","parent":4,"tt":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"s":true,"x":{"a":0,"k":345.491},"y":{"a":0,"k":326.826}},"a":{"a":0,"k":[345.491,326.826,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":7.392,"s":[0,0,100],"e":[124,124,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":12.565,"s":[124,124,100],"e":[100,100,100]},{"t":17}]}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0,-16.797],[5.458,-5.738],[17.661,-3.965],[8.831,4.643],[10.915,16.797],[0,11.057],[-10.915,16.797],[-8.83,4.643],[-17.661,-3.965],[-5.458,-5.738]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.118,0.165,0.196,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[345.503,343.654],"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":"Group 32","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":75,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":0,"nm":"Pre-comp 6","parent":6,"refId":"comp_0","ks":{"o":{"a":0,"k":50},"r":{"a":0,"k":0},"p":{"a":0,"k":[347.812,340.149,0]},"a":{"a":0,"k":[500,500,0]},"s":{"a":0,"k":[12.948,12.948,100]}},"ao":0,"w":1000,"h":1000,"ip":6,"op":97,"st":6,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":0,"nm":"Bling","parent":6,"refId":"comp_1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":250},"p":{"a":0,"k":[319.781,354.345,0]},"a":{"a":0,"k":[500,500,0]},"s":{"a":0,"k":[7.569,7.569,100]}},"ao":0,"w":1000,"h":1000,"ip":9,"op":84,"st":9,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":0,"nm":"Bling","parent":6,"refId":"comp_1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":110},"p":{"a":0,"k":[370.065,353.683,0]},"a":{"a":0,"k":[500,500,0]},"s":{"a":0,"k":[7.569,7.569,100]}},"ao":0,"w":1000,"h":1000,"ip":9,"op":84,"st":9,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":0,"nm":"Bling","parent":6,"refId":"comp_1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":180},"p":{"a":0,"k":[345.588,372.07,0]},"a":{"a":0,"k":[500,500,0]},"s":{"a":0,"k":[7.569,7.569,100]}},"ao":0,"w":1000,"h":1000,"ip":9,"op":84,"st":9,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":0,"nm":"Bling","parent":6,"refId":"comp_1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-45},"p":{"a":0,"k":[327.611,324.018,0]},"a":{"a":0,"k":[500,500,0]},"s":{"a":0,"k":[7.569,7.569,100]}},"ao":0,"w":1000,"h":1000,"ip":9,"op":84,"st":9,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":0,"nm":"Bling","parent":6,"refId":"comp_1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":45},"p":{"a":0,"k":[363.721,324.018,0]},"a":{"a":0,"k":[500,500,0]},"s":{"a":0,"k":[7.569,7.569,100]}},"ao":0,"w":1000,"h":1000,"ip":9,"op":84,"st":9,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/menuButton2.json b/ohos/flutter_lottie/assets/lottiefiles/menuButton2.json new file mode 100644 index 0000000000000000000000000000000000000000..1df35553c0aeab07ffe91470afdd2fa504f090b0 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/menuButton2.json @@ -0,0 +1 @@ +{"v":"4.5.9","fr":29.9700012207031,"ip":0,"op":120.0000048877,"w":800,"h":600,"ddd":0,"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Icon","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[519.707,418,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[68,8]},"p":{"a":0,"k":[0,-15]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.108,0.108,0.108,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-118,-118],"ix":2},"a":{"a":0,"k":[0,-14.881],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0_1_0p167_0p167"],"t":30,"s":[-45],"e":[-135]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[-135],"e":[-135]},{"i":{"x":[0],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0_1_0p167_0p167"],"t":90,"s":[-135],"e":[-45]},{"t":100.000004073084}],"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 4","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[68,8]},"p":{"a":0,"k":[0,-15]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.108,0.108,0.108,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-118,-118],"ix":2},"a":{"a":0,"k":[0,-14.881],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":-45,"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 3","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":1,"k":[{"i":{"x":[0,0.667],"y":[1,0.667]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0_1_0p167_0p167","0p667_0p667_0p167_0p167"],"t":30,"s":[38,8],"e":[0,8]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":37,"s":[0,8],"e":[0,8]},{"i":{"x":[0,0.667],"y":[1,0.667]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0_1_0p167_0p167","0p667_0p667_0p167_0p167"],"t":93,"s":[0,8],"e":[38,8]},{"t":100.000004073084}]},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.222},"n":"0_1_0p167_0p222","t":30,"s":[0,10],"e":[23,10],"to":[3.83333325386047,0],"ti":[-3.83333325386047,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37,"s":[23,10],"e":[23,10],"to":[0,0],"ti":[0,0]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.222},"n":"0_1_0p167_0p222","t":93,"s":[23,10],"e":[0,10],"to":[-3.83333325386047,0],"ti":[3.83333325386047,0]},{"t":100.000004073084}]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.106,0.106,0.106,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-118,-118],"ix":2},"a":{"a":0,"k":[0,-14.881],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":-45,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":36,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":37,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":93,"s":[0],"e":[100]},{"t":94.0000038286985}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 2","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":1,"k":[{"i":{"x":[0,0.667],"y":[1,0.667]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0_1_0p167_0p167","0p667_0p667_0p167_0p167"],"t":30,"s":[38,8],"e":[0,8]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":37,"s":[0,8],"e":[0,8]},{"i":{"x":[0,0.667],"y":[1,0.667]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0_1_0p167_0p167","0p667_0p667_0p167_0p167"],"t":93,"s":[0,8],"e":[38,8]},{"t":100.000004073084}]},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.222},"n":"0_1_0p167_0p222","t":30,"s":[0,-10],"e":[-23,-10],"to":[-3.83333325386047,0],"ti":[3.83333325386047,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37,"s":[-23,-10],"e":[-23,-10],"to":[0,0],"ti":[0,0]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.222},"n":"0_1_0p167_0p222","t":93,"s":[-23,-10],"e":[0,-10],"to":[3.83333325386047,0],"ti":[-3.83333325386047,0]},{"t":100.000004073084}]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.105,0.105,0.105,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-118,-118],"ix":2},"a":{"a":0,"k":[0,15.122],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":-45,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":36,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":37,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":93,"s":[0],"e":[100]},{"t":94.0000038286985}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/menu_button_alt.json b/ohos/flutter_lottie/assets/lottiefiles/menu_button_alt.json new file mode 100644 index 0000000000000000000000000000000000000000..1df35553c0aeab07ffe91470afdd2fa504f090b0 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/menu_button_alt.json @@ -0,0 +1 @@ +{"v":"4.5.9","fr":29.9700012207031,"ip":0,"op":120.0000048877,"w":800,"h":600,"ddd":0,"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Icon","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[519.707,418,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[68,8]},"p":{"a":0,"k":[0,-15]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.108,0.108,0.108,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-118,-118],"ix":2},"a":{"a":0,"k":[0,-14.881],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0_1_0p167_0p167"],"t":30,"s":[-45],"e":[-135]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[-135],"e":[-135]},{"i":{"x":[0],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0_1_0p167_0p167"],"t":90,"s":[-135],"e":[-45]},{"t":100.000004073084}],"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 4","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[68,8]},"p":{"a":0,"k":[0,-15]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.108,0.108,0.108,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-118,-118],"ix":2},"a":{"a":0,"k":[0,-14.881],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":-45,"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 3","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":1,"k":[{"i":{"x":[0,0.667],"y":[1,0.667]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0_1_0p167_0p167","0p667_0p667_0p167_0p167"],"t":30,"s":[38,8],"e":[0,8]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":37,"s":[0,8],"e":[0,8]},{"i":{"x":[0,0.667],"y":[1,0.667]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0_1_0p167_0p167","0p667_0p667_0p167_0p167"],"t":93,"s":[0,8],"e":[38,8]},{"t":100.000004073084}]},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.222},"n":"0_1_0p167_0p222","t":30,"s":[0,10],"e":[23,10],"to":[3.83333325386047,0],"ti":[-3.83333325386047,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37,"s":[23,10],"e":[23,10],"to":[0,0],"ti":[0,0]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.222},"n":"0_1_0p167_0p222","t":93,"s":[23,10],"e":[0,10],"to":[-3.83333325386047,0],"ti":[3.83333325386047,0]},{"t":100.000004073084}]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.106,0.106,0.106,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-118,-118],"ix":2},"a":{"a":0,"k":[0,-14.881],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":-45,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":36,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":37,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":93,"s":[0],"e":[100]},{"t":94.0000038286985}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 2","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":1,"k":[{"i":{"x":[0,0.667],"y":[1,0.667]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0_1_0p167_0p167","0p667_0p667_0p167_0p167"],"t":30,"s":[38,8],"e":[0,8]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":37,"s":[0,8],"e":[0,8]},{"i":{"x":[0,0.667],"y":[1,0.667]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0_1_0p167_0p167","0p667_0p667_0p167_0p167"],"t":93,"s":[0,8],"e":[38,8]},{"t":100.000004073084}]},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.222},"n":"0_1_0p167_0p222","t":30,"s":[0,-10],"e":[-23,-10],"to":[-3.83333325386047,0],"ti":[3.83333325386047,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37,"s":[-23,-10],"e":[-23,-10],"to":[0,0],"ti":[0,0]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.222},"n":"0_1_0p167_0p222","t":93,"s":[-23,-10],"e":[0,-10],"to":[3.83333325386047,0],"ti":[-3.83333325386047,0]},{"t":100.000004073084}]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.105,0.105,0.105,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-118,-118],"ix":2},"a":{"a":0,"k":[0,15.122],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":-45,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":36,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":37,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":93,"s":[0],"e":[100]},{"t":94.0000038286985}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/mindful.json b/ohos/flutter_lottie/assets/lottiefiles/mindful.json new file mode 100644 index 0000000000000000000000000000000000000000..53c6b250fb4620f652f7a42836189ca87f7c08db --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/mindful.json @@ -0,0 +1 @@ +{"v":"4.6.3","fr":60,"ip":0,"op":120,"w":1080,"h":1920,"nm":"Animation","ddd":0,"assets":[],"fonts":{"list":[{"fName":"Raleway-Medium","fFamily":"Raleway","fStyle":"Medium","ascent":72.9995727539062}]},"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Mountains2/mindfultheme Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[540,1076,0]},"a":{"a":0,"k":[708,480,0]},"s":{"a":0,"k":[53.559,53.559,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-249.784,216.32],[249.784,216.32],[0,-216.32]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[554.398,217.023],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"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":[[-249.784,-67.07],[-327.229,67.07],[327.229,67.07],[249.785,-67.07]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.655,0.298,0.09,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[554.397,500.413],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"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":[[-327.23,-195.907],[-553.444,195.908],[553.444,195.908],[327.229,-195.907]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.067,0.588,0.439,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[554.398,763.389],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-249.785,216.32],[249.785,216.32],[0,-216.32]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[861.601,217.023],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"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":[[-249.785,-67.07],[-327.23,67.07],[327.23,67.07],[249.785,-67.07]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.655,0.298,0.09,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[861.601,500.413],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"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":[[-327.23,-195.907],[-553.445,195.908],[553.444,195.908],[327.229,-195.907]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.067,0.588,0.439,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[861.602,763.389],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"}],"ip":0,"op":120,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Sun2/mindfultheme Outlines","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"t":60}]},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":0,"s":[540,596,0],"e":[540,836,0],"to":[0,40,0],"ti":[0,-40,0]},{"t":60}]},"a":{"a":0,"k":[723.5,723.5,0]},"s":{"a":0,"k":[53.559,53.559,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-399.154],[399.154,0],[0,399.153],[-399.154,0]],"o":[[0,399.153],[-399.154,0],[0,-399.154],[399.154,0]],"v":[[722.732,0],[0,722.731],[-722.732,0],[0,-722.731]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.839,0.043,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[724,723.171],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":120,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":5,"nm":"Mindful","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"t":60}]},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":0,"s":[187.107,1668,0],"e":[187.107,1508,0],"to":[0,-26.6666660308838,0],"ti":[0,26.6666660308838,0]},{"t":60}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"t":{"d":{"k":[{"s":{"s":128,"f":"Raleway-Medium","t":"MINDFUL","j":0,"tr":150,"lh":153.6,"fc":[0.65,0.3,0.09]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0]}},"a":[]},"ip":0,"op":120,"st":0,"bm":0,"sr":1}],"chars":[{"ch":"M","size":128,"style":"Medium","w":87.4,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[78.9,0],[78.9,-71],[69.5,-71],[43.7,-24.9],[18,-71],[8.5,-71],[8.5,0],[17.5,0],[17.5,-54.9],[41.2,-12.8],[46.3,-12.8],[69.9,-54.9],[69.9,0]],"o":[[78.9,0],[78.9,-71],[69.5,-71],[43.7,-24.9],[18,-71],[8.5,-71],[8.5,0],[17.5,0],[17.5,-54.9],[41.2,-12.8],[46.3,-12.8],[69.9,-54.9],[69.9,0]],"v":[[78.9,0],[78.9,-71],[69.5,-71],[43.7,-24.9],[18,-71],[8.5,-71],[8.5,0],[17.5,0],[17.5,-54.9],[41.2,-12.8],[46.3,-12.8],[69.9,-54.9],[69.9,0]],"c":true}},"nm":"M","mn":"ADBE Vector Shape - Group"}],"nm":"M","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[166.299,0],[166.299,-71],[156.899,-71],[131.099,-24.9],[105.399,-71],[95.899,-71],[95.899,0],[104.899,0],[104.899,-54.9],[128.599,-12.8],[133.699,-12.8],[157.299,-54.9],[157.299,0]],"c":true}},"nm":"M","mn":"ADBE Vector Shape - Group"}],"nm":"M","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group"}]},"fFamily":"Raleway"},{"ch":"I","size":128,"style":"Medium","w":26,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[17.5,0],[17.5,-71],[8.5,-71],[8.5,0]],"o":[[17.5,0],[17.5,-71],[8.5,-71],[8.5,0]],"v":[[17.5,0],[17.5,-71],[8.5,-71],[8.5,0]],"c":true}},"nm":"I","mn":"ADBE Vector Shape - Group"}],"nm":"I","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"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":[[43.499,0],[43.499,-71],[34.499,-71],[34.499,0]],"c":true}},"nm":"I","mn":"ADBE Vector Shape - Group"}],"nm":"I","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group"}]},"fFamily":"Raleway"},{"ch":"N","size":128,"style":"Medium","w":77,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[60.9,0],[68.5,0],[68.5,-70.9],[59.5,-70.9],[59.5,-15.7],[15.5,-71],[8.5,-71],[8.5,0],[17.5,0],[17.5,-54.2]],"o":[[60.9,0],[68.5,0],[68.5,-70.9],[59.5,-70.9],[59.5,-15.7],[15.5,-71],[8.5,-71],[8.5,0],[17.5,0],[17.5,-54.2]],"v":[[60.9,0],[68.5,0],[68.5,-70.9],[59.5,-70.9],[59.5,-15.7],[15.5,-71],[8.5,-71],[8.5,0],[17.5,0],[17.5,-54.2]],"c":true}},"nm":"N","mn":"ADBE Vector Shape - Group"}],"nm":"N","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[137.899,0],[145.499,0],[145.499,-70.9],[136.499,-70.9],[136.499,-15.7],[92.499,-71],[85.499,-71],[85.499,0],[94.499,0],[94.499,-54.2]],"c":true}},"nm":"N","mn":"ADBE Vector Shape - Group"}],"nm":"N","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group"}]},"fFamily":"Raleway"},{"ch":"D","size":128,"style":"Medium","w":71.6,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[33.1,0],[43.016,-0.85],[55.1,-6.65],[63.4,-16.583],[67.4,-30.2],[66.683,-45.05],[61.666,-57.4],[52.35,-66.333],[38.766,-71],[8.5,-71],[8.5,0]],"o":[[38.3,0],[51.483,-4.25],[61.1,-12.85],[66.6,-25.316],[67.4,-40.466],[63.816,-53.65],[55.933,-63.8],[43.75,-70.066],[33.1,-71],[8.5,-71],[8.5,0]],"v":[[33.1,0],[47.25,-2.55],[58.1,-9.75],[65,-20.95],[67.4,-35.6],[65.25,-49.35],[58.8,-60.6],[48.05,-68.2],[33.1,-71],[8.5,-71],[8.5,0]],"c":true}},"nm":"D","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[57.75,-28.016],[53.95,-18.366],[47.116,-11.5],[37.166,-8],[17.5,-8],[17.5,-63],[33.1,-63],[40.666,-62.316],[49.583,-57.7],[55.55,-50.016],[58.3,-39.6]],"o":[[55.55,-21.283],[49.75,-13.433],[40.783,-8.7],[33.1,-8],[17.5,-8],[17.5,-63],[37.1,-63],[46.933,-59.583],[53.916,-52.9],[57.75,-43.283],[58.3,-31.666]],"v":[[56.65,-24.65],[51.85,-15.9],[43.95,-10.1],[33.1,-8],[17.5,-8],[17.5,-63],[33.1,-63],[43.8,-60.95],[51.75,-55.3],[56.65,-46.65],[58.3,-35.6]],"c":true}},"nm":"D","mn":"ADBE Vector Shape - Group"}],"nm":"D","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-4.234,1.7],[-3,3.1],[-1.6,4.367],[0,5.4],[1.433,4.3],[2.866,3.2],[4.3,1.867],[5.666,0],[0,0],[0,0]],"o":[[5.2,0],[4.233,-1.7],[3,-3.1],[1.6,-4.366],[0,-4.866],[-1.434,-4.3],[-2.867,-3.2],[-4.3,-1.866],[0,0],[0,0],[0,0]],"v":[[104.699,0],[118.849,-2.55],[129.699,-9.75],[136.599,-20.95],[138.999,-35.6],[136.849,-49.35],[130.399,-60.6],[119.649,-68.2],[104.699,-71],[80.099,-71],[80.099,0]],"c":true}},"nm":"D","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[1.1,-3.366],[2.1,-2.466],[3.166,-1.4],[4.066,0],[0,0],[0,0],[0,0],[-3.134,-1.366],[-2.167,-2.4],[-1.1,-3.366],[0,-4]],"o":[[-1.1,3.367],[-2.1,2.467],[-3.167,1.4],[0,0],[0,0],[0,0],[4,0],[3.133,1.367],[2.166,2.4],[1.1,3.367],[0,3.934]],"v":[[128.249,-24.65],[123.449,-15.9],[115.549,-10.1],[104.699,-8],[89.099,-8],[89.099,-63],[104.699,-63],[115.399,-60.95],[123.349,-55.3],[128.249,-46.65],[129.899,-35.6]],"c":true}},"nm":"D","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"}],"nm":"D","np":5,"cix":2,"ix":2,"mn":"ADBE Vector Group"}]},"fFamily":"Raleway"},{"ch":"F","size":128,"style":"Medium","w":58.3,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[17.5,0],[17.5,-31.8],[49.4,-31.8],[49.4,-39.3],[17.5,-39.3],[17.5,-63],[55.4,-63],[55.4,-71],[8.5,-71],[8.5,0]],"o":[[17.5,0],[17.5,-31.8],[49.4,-31.8],[49.4,-39.3],[17.5,-39.3],[17.5,-63],[55.4,-63],[55.4,-71],[8.5,-71],[8.5,0]],"v":[[17.5,0],[17.5,-31.8],[49.4,-31.8],[49.4,-39.3],[17.5,-39.3],[17.5,-63],[55.4,-63],[55.4,-71],[8.5,-71],[8.5,0]],"c":true}},"nm":"F","mn":"ADBE Vector Shape - Group"}],"nm":"F","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[75.799,0],[75.799,-31.8],[107.699,-31.8],[107.699,-39.3],[75.799,-39.3],[75.799,-63],[113.699,-63],[113.699,-71],[66.799,-71],[66.799,0]],"c":true}},"nm":"F","mn":"ADBE Vector Shape - Group"}],"nm":"F","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group"}]},"fFamily":"Raleway"},{"ch":"U","size":128,"style":"Medium","w":75.5,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[30.25,-8.383],[22.683,-13.566],[18.25,-21.55],[16.5,-31.566],[16.5,-71],[7.5,-71],[7.5,-35.1],[8.016,-26.15],[11.783,-13.75],[19.633,-4.5],[32.133,0.5],[47.916,-0.45],[58.7,-6.833],[65.25,-17.15],[68,-30.3],[68,-71],[59,-71],[59,-35.1],[58.666,-28.35],[56.183,-18.816],[50.733,-11.6],[41.833,-7.6]],"o":[[24.85,-11.516],[19.416,-18.633],[16.85,-28.15],[16.5,-35.1],[16.5,-71],[7.5,-71],[7.5,-30.566],[10.083,-17.55],[16.516,-7.15],[27.366,-0.5],[43.266,0.5],[55.583,-4.25],[63.5,-13.366],[67.45,-25.75],[68,-35.1],[68,-71],[59,-71],[59,-31.7],[57.333,-21.75],[52.916,-13.683],[45.266,-8.4],[33.633,-7.6]],"v":[[27.55,-9.95],[21.05,-16.1],[17.55,-24.85],[16.5,-35.1],[16.5,-71],[7.5,-71],[7.5,-35.1],[9.05,-21.85],[14.15,-10.45],[23.5,-2.5],[37.8,0.5],[51.75,-2.35],[61.1,-10.1],[66.35,-21.45],[68,-35.1],[68,-71],[59,-71],[59,-35.1],[58,-25.05],[54.55,-16.25],[48,-10],[37.7,-7.6]],"c":true}},"nm":"U","mn":"ADBE Vector Shape - Group"}],"nm":"U","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.7,1.567],[1.633,2.534],[0.7,3.3],[0,3.534],[0,0],[0,0],[0,0],[-1.034,-4.3],[-2.367,-3.3],[-3.867,-2],[-5.667,0],[-3.834,1.9],[-2.4,3.267],[-1.1,4.3],[0,4.8],[0,0],[0,0],[0,0],[0.666,-3.3],[1.633,-2.566],[2.733,-1.6],[4.133,0]],"o":[[-2.7,-1.566],[-1.634,-2.533],[-0.7,-3.3],[0,0],[0,0],[0,0],[0,4.534],[1.033,4.3],[2.366,3.3],[3.866,2],[5.466,0],[3.833,-1.9],[2.4,-3.266],[1.1,-4.3],[0,0],[0,0],[0,0],[0,3.4],[-0.667,3.3],[-1.634,2.567],[-2.734,1.6],[-4.067,0]],"v":[[103.049,-9.95],[96.549,-16.1],[93.049,-24.85],[91.999,-35.1],[91.999,-71],[82.999,-71],[82.999,-35.1],[84.549,-21.85],[89.649,-10.45],[98.999,-2.5],[113.299,0.5],[127.249,-2.35],[136.599,-10.1],[141.849,-21.45],[143.499,-35.1],[143.499,-71],[134.499,-71],[134.499,-35.1],[133.499,-25.05],[130.049,-16.25],[123.499,-10],[113.199,-7.6]],"c":true}},"nm":"U","mn":"ADBE Vector Shape - Group"}],"nm":"U","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group"}]},"fFamily":"Raleway"},{"ch":"L","size":128,"style":"Medium","w":58.4,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[57.1,0],[57.1,-8],[17.5,-8],[17.5,-71],[8.5,-71],[8.5,0]],"o":[[57.1,0],[57.1,-8],[17.5,-8],[17.5,-71],[8.5,-71],[8.5,0]],"v":[[57.1,0],[57.1,-8],[17.5,-8],[17.5,-71],[8.5,-71],[8.5,0]],"c":true}},"nm":"L","mn":"ADBE Vector Shape - Group"}],"nm":"L","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[115.5,0],[115.5,-8],[75.9,-8],[75.9,-71],[66.9,-71],[66.9,0]],"c":true}},"nm":"L","mn":"ADBE Vector Shape - Group"}],"nm":"L","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group"}]},"fFamily":"Raleway"}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/mnemonics.json b/ohos/flutter_lottie/assets/lottiefiles/mnemonics.json new file mode 100644 index 0000000000000000000000000000000000000000..5c2020b29a4ea0262deba1fda7d56bc30801e478 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/mnemonics.json @@ -0,0 +1 @@ +{"v":"5.0.0","fr":25,"ip":0,"op":101,"w":1080,"h":1080,"nm":"mnemonics","ddd":1,"assets":[{"id":"comp_15","layers":[{"ddd":1,"ind":1,"ty":4,"nm":"pink circle","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"rx":{"a":0,"k":0,"ix":8},"ry":{"a":0,"k":-7,"ix":9},"rz":{"a":0,"k":0,"ix":10},"or":{"a":0,"k":[0,0,0],"ix":7},"p":{"a":0,"k":[933.891,385.891,0],"ix":2,"x":"var $bm_rt;\nvar l;\nl = thisComp.layer('pink line.Point1');\nvar point = thisComp.layer('pink line.Point1').content('Simple Path').content('Path 1').path.pointOnPath(div(thisComp.layer('pink line.Point1').content('Point Trim').offset, 360));\n$bm_rt = hasParent ? parent.fromComp(l.toComp(point)) : l.toComp(point);"},"a":{"a":0,"k":[-33.109,-122.109,0],"ix":1},"s":{"a":0,"k":[61,61,61],"ix":6}},"ao":0,"ef":[{"ty":5,"nm":"Wayfinder Follower","np":4,"mn":"Pseudo/WayfinderFollower","ix":1,"en":1,"ef":[{"ty":0,"nm":"Position","mn":"Pseudo/WayfinderFollower-0001","ix":1,"v":{"a":1,"k":[{"i":{"x":[0.502],"y":[1]},"o":{"x":[0.503],"y":[0]},"n":["0p502_1_0p503_0"],"t":0,"s":[97],"e":[3]},{"i":{"x":[0.502],"y":[1]},"o":{"x":[0.495],"y":[0]},"n":["0p502_1_0p495_0"],"t":50,"s":[3],"e":[97]},{"t":100}],"ix":1}},{"ty":0,"nm":"Offset","mn":"Pseudo/WayfinderFollower-0002","ix":2,"v":{"a":0,"k":0,"ix":2}}]}],"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[49.781,49.781],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.98431372549,0.721568627451,0.756862745098,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":22.1,"ix":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-33.109,-122.109],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":226,"st":0,"bm":0},{"ddd":1,"ind":2,"ty":4,"nm":"pink line","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"rx":{"a":0,"k":0,"ix":8},"ry":{"a":0,"k":0,"ix":9},"rz":{"a":1,"k":[{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p5_1_0p333_0"],"t":0,"s":[-10],"e":[10]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.498],"y":[0]},"n":["0p667_1_0p498_0"],"t":50,"s":[10],"e":[-10]},{"t":100}],"ix":10},"or":{"a":0,"k":[0,0,0],"ix":7},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ef":[{"ty":5,"nm":"Wayfinder Leader","np":5,"mn":"Pseudo/WayfinderLeader","ix":1,"en":1,"ef":[{"ty":0,"nm":"Start","mn":"Pseudo/WayfinderLeader-0001","ix":1,"v":{"a":0,"k":0,"ix":1}},{"ty":0,"nm":"End","mn":"Pseudo/WayfinderLeader-0002","ix":2,"v":{"a":0,"k":100,"ix":2}},{"ty":0,"nm":"Offset","mn":"Pseudo/WayfinderLeader-0003","ix":3,"v":{"a":0,"k":0,"ix":3}}]}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-100,0],[-100,0],[-100,0],[-100,0]],"o":[[100,0],[100,0],[100,0],[100,0],[0,0]],"v":[[-400,-25],[-200,25],[0,-25],[200,25],[400,-25]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.941176470588,0.486274509804,0.521568627451,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"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":"Simple Path","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1,"x":"var $bm_rt;\n$bm_rt = effect('Wayfinder Leader')(1).value;"},"e":{"a":0,"k":100,"ix":2,"x":"var $bm_rt;\n$bm_rt = effect('Wayfinder Leader')(2).value;"},"o":{"a":0,"k":0,"ix":3,"x":"var $bm_rt;\n$bm_rt = effect('Wayfinder Leader')(3).value;"},"m":2,"ix":2,"nm":"Main Path Trim","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":226,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"pink line.Point1","cl":"Point1","parent":2,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-100,0],[-100,0],[-100,0],[-100,0]],"o":[[100,0],[100,0],[100,0],[100,0],[0,0]],"v":[[-400,-25],[-200,25],[0,-25],[200,25],[400,-25]],"c":false},"ix":2,"x":"var $bm_rt;\n$bm_rt = parent.content('Simple Path')('Contents')('Path 1')('Path');"},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\n$bm_rt = parent.content('Simple Path')('Transform')('Position');"},"a":{"a":0,"k":[0,0],"ix":1,"x":"var $bm_rt;\n$bm_rt = parent.content('Simple Path')('Transform')('Anchor Point');"},"s":{"a":0,"k":[100,100],"ix":3,"x":"var $bm_rt;\n$bm_rt = parent.content('Simple Path')('Transform')('Scale');"},"r":{"a":0,"k":0,"ix":6,"x":"var $bm_rt;\n$bm_rt = parent.content('Simple Path')('Transform')('Rotation');"},"o":{"a":0,"k":100,"ix":7,"x":"var $bm_rt;\n$bm_rt = parent.content('Simple Path')('Transform')('Opacity');"},"sk":{"a":0,"k":0,"ix":4,"x":"var $bm_rt;\n$bm_rt = parent.content('Simple Path')('Transform')('Skew');"},"sa":{"a":0,"k":0,"ix":5,"x":"var $bm_rt;\n$bm_rt = parent.content('Simple Path')('Transform')('Skew Axis');"},"nm":"Transform"}],"nm":"Simple Path","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":0,"k":100,"ix":2,"x":"var $bm_rt;\n$bm_rt = 0.0001;"},"o":{"a":0,"k":0,"ix":3,"x":"var $bm_rt;\nvar mainTrim, start, end, pos, offset, trim, pointOffset, pointOffset, point;\nmainTrim = parent.content('Main Path Trim');\nstart = mainTrim.start;\nend = mainTrim.end;\npos = thisComp.layer('pink circle').effect('Wayfinder Follower')(1);\noffset = mainTrim.offset;\ntrim = sub(360, mul(thisProperty.propertyGroup(1).end, 3.6));\npointOffset = thisComp.layer('pink circle').effect('Wayfinder Follower')(2);\nif (pointOffset < 0)\n pointOffset = sub(360, mod(Math.abs(pointOffset), 360));\npoint = mod(sum(mul(div(pos, 100), trim), pointOffset), 360);\n$bm_rt = sum(linear(point, 0, 360, mul(div(start, 100), 360), mul(div(end, 100), trim)), offset);"},"m":2,"ix":3,"nm":"Point Trim","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":226,"st":0,"bm":0}]},{"id":"comp_16","layers":[{"ddd":1,"ind":1,"ty":4,"nm":"purple line","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"rx":{"a":0,"k":0,"ix":8},"ry":{"a":0,"k":0,"ix":9},"rz":{"a":1,"k":[{"i":{"x":[0.503],"y":[1]},"o":{"x":[0.496],"y":[0]},"n":["0p503_1_0p496_0"],"t":0,"s":[10],"e":[-10]},{"i":{"x":[0.497],"y":[1]},"o":{"x":[0.495],"y":[0]},"n":["0p497_1_0p495_0"],"t":50,"s":[-10],"e":[10]},{"t":100}],"ix":10},"or":{"a":0,"k":[0,0,0],"ix":7},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ef":[{"ty":5,"nm":"Wayfinder Leader","np":5,"mn":"Pseudo/WayfinderLeader","ix":1,"en":1,"ef":[{"ty":0,"nm":"Start","mn":"Pseudo/WayfinderLeader-0001","ix":1,"v":{"a":0,"k":0,"ix":1}},{"ty":0,"nm":"End","mn":"Pseudo/WayfinderLeader-0002","ix":2,"v":{"a":0,"k":100,"ix":2}},{"ty":0,"nm":"Offset","mn":"Pseudo/WayfinderLeader-0003","ix":3,"v":{"a":0,"k":0,"ix":3}}]}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-57.143,0],[-57.143,0],[-57.143,0],[-57.143,0],[-57.143,0],[-57.143,0],[-57.143,0]],"o":[[57.143,0],[57.143,0],[57.143,0],[57.143,0],[57.143,0],[57.143,0],[57.143,0],[0,0]],"v":[[-400,-25],[-285.714,25],[-171.429,-25],[-57.143,25],[57.143,-25],[171.429,25],[285.714,-25],[400,25]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.470588235294,0.356862745098,0.654901960784,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":15,"ix":5},"lc":2,"lj":1,"ml":4,"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":"Simple Path","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1,"x":"var $bm_rt;\n$bm_rt = effect('Wayfinder Leader')(1).value;"},"e":{"a":0,"k":100,"ix":2,"x":"var $bm_rt;\n$bm_rt = effect('Wayfinder Leader')(2).value;"},"o":{"a":0,"k":0,"ix":3,"x":"var $bm_rt;\n$bm_rt = effect('Wayfinder Leader')(3).value;"},"m":2,"ix":2,"nm":"Main Path Trim","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":226,"st":0,"bm":0},{"ddd":1,"ind":2,"ty":4,"nm":"small purple circle","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"rx":{"a":0,"k":0,"ix":8},"ry":{"a":0,"k":-2,"ix":9},"rz":{"a":0,"k":0,"ix":10},"or":{"a":0,"k":[0,0,0],"ix":7},"p":{"a":0,"k":[138.573,471.552,0],"ix":2,"x":"var $bm_rt;\nvar l;\nl = thisComp.layer('purple line.Point1');\nvar point = thisComp.layer('purple line.Point1').content('Simple Path').content('Path 1').path.pointOnPath(div(thisComp.layer('purple line.Point1').content('Point Trim').offset, 360));\n$bm_rt = hasParent ? parent.fromComp(l.toComp(point)) : l.toComp(point);"},"a":{"a":0,"k":[106.148,-378.979,0],"ix":1},"s":{"a":0,"k":[127.821,127.821,100],"ix":6}},"ao":0,"ef":[{"ty":5,"nm":"Wayfinder Follower","np":4,"mn":"Pseudo/WayfinderFollower","ix":1,"en":1,"ef":[{"ty":0,"nm":"Position","mn":"Pseudo/WayfinderFollower-0001","ix":1,"v":{"a":1,"k":[{"i":{"x":[0.485],"y":[1]},"o":{"x":[0.495],"y":[0]},"n":["0p485_1_0p495_0"],"t":0,"s":[3],"e":[97]},{"i":{"x":[0.503],"y":[1]},"o":{"x":[0.508],"y":[0]},"n":["0p503_1_0p508_0"],"t":50,"s":[97],"e":[3]},{"t":100}],"ix":1}},{"ty":0,"nm":"Offset","mn":"Pseudo/WayfinderFollower-0002","ix":2,"v":{"a":0,"k":0,"ix":2}}]}],"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[32.712,32.712],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.741176470588,0.682352941176,0.803921568627,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[106.148,-378.979],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":226,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"purple line.Point1","cl":"Point1","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-57.143,0],[-57.143,0],[-57.143,0],[-57.143,0],[-57.143,0],[-57.143,0],[-57.143,0]],"o":[[57.143,0],[57.143,0],[57.143,0],[57.143,0],[57.143,0],[57.143,0],[57.143,0],[0,0]],"v":[[-400,-25],[-285.714,25],[-171.429,-25],[-57.143,25],[57.143,-25],[171.429,25],[285.714,-25],[400,25]],"c":false},"ix":2,"x":"var $bm_rt;\n$bm_rt = parent.content('Simple Path')('Contents')('Path 1')('Path');"},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[1.345,81.745],"ix":2,"x":"var $bm_rt;\n$bm_rt = parent.content('Simple Path')('Transform')('Position');"},"a":{"a":0,"k":[0,0],"ix":1,"x":"var $bm_rt;\n$bm_rt = parent.content('Simple Path')('Transform')('Anchor Point');"},"s":{"a":0,"k":[100,100],"ix":3,"x":"var $bm_rt;\n$bm_rt = parent.content('Simple Path')('Transform')('Scale');"},"r":{"a":0,"k":0,"ix":6,"x":"var $bm_rt;\n$bm_rt = parent.content('Simple Path')('Transform')('Rotation');"},"o":{"a":0,"k":100,"ix":7,"x":"var $bm_rt;\n$bm_rt = parent.content('Simple Path')('Transform')('Opacity');"},"sk":{"a":0,"k":0,"ix":4,"x":"var $bm_rt;\n$bm_rt = parent.content('Simple Path')('Transform')('Skew');"},"sa":{"a":0,"k":0,"ix":5,"x":"var $bm_rt;\n$bm_rt = parent.content('Simple Path')('Transform')('Skew Axis');"},"nm":"Transform"}],"nm":"Simple Path","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":0,"k":100,"ix":2,"x":"var $bm_rt;\n$bm_rt = 0.0001;"},"o":{"a":0,"k":0,"ix":3,"x":"var $bm_rt;\nvar mainTrim, start, end, pos, offset, trim, pointOffset, pointOffset, point;\nmainTrim = parent.content('Main Path Trim');\nstart = mainTrim.start;\nend = mainTrim.end;\npos = thisComp.layer('small purple circle').effect('Wayfinder Follower')(1);\noffset = mainTrim.offset;\ntrim = sub(360, mul(thisProperty.propertyGroup(1).end, 3.6));\npointOffset = thisComp.layer('small purple circle').effect('Wayfinder Follower')(2);\nif (pointOffset < 0)\n pointOffset = sub(360, mod(Math.abs(pointOffset), 360));\npoint = mod(sum(mul(div(pos, 100), trim), pointOffset), 360);\n$bm_rt = sum(linear(point, 0, 360, mul(div(start, 100), 360), mul(div(end, 100), trim)), offset);"},"m":2,"ix":3,"nm":"Point Trim","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":226,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":3,"nm":"NULL CONTROL","sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,541,0],"ix":2},"a":{"a":0,"k":[60,60,0],"ix":1},"s":{"a":0,"k":[76,76,100],"ix":6}},"ao":0,"ip":0,"op":101,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"centre yellow circle","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[-411.797,-229.797,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.234,0.234,0.667],"y":[0.954,0.954,1]},"o":{"x":[0.125,0.125,0.333],"y":[0.419,0.419,0]},"n":["0p234_0p954_0p125_0p419","0p234_0p954_0p125_0p419","0p667_1_0p333_0"],"t":24,"s":[100,100,100],"e":[127.4,127.4,100]},{"i":{"x":[0.552,0.552,0.667],"y":[0.914,0.914,1]},"o":{"x":[0.456,0.456,0.333],"y":[-0.096,-0.096,0]},"n":["0p552_0p914_0p456_-0p096","0p552_0p914_0p456_-0p096","0p667_1_0p333_0"],"t":26,"s":[127.4,127.4,100],"e":[96,96,100]},{"i":{"x":[0.198,0.198,0.667],"y":[1,1,1]},"o":{"x":[0.358,0.358,0.167],"y":[-0.128,-0.128,0]},"n":["0p198_1_0p358_-0p128","0p198_1_0p358_-0p128","0p667_1_0p167_0"],"t":34,"s":[96,96,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":38,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.234,0.234,0.667],"y":[0.954,0.954,1]},"o":{"x":[0.125,0.125,0.333],"y":[0.419,0.419,0]},"n":["0p234_0p954_0p125_0p419","0p234_0p954_0p125_0p419","0p667_1_0p333_0"],"t":74,"s":[100,100,100],"e":[127.4,127.4,100]},{"i":{"x":[0.552,0.552,0.667],"y":[0.914,0.914,1]},"o":{"x":[0.456,0.456,0.333],"y":[-0.096,-0.096,0]},"n":["0p552_0p914_0p456_-0p096","0p552_0p914_0p456_-0p096","0p667_1_0p333_0"],"t":76,"s":[127.4,127.4,100],"e":[96,96,100]},{"i":{"x":[0.198,0.198,0.667],"y":[1,1,1]},"o":{"x":[0.358,0.358,0.167],"y":[-0.128,-0.128,0]},"n":["0p198_1_0p358_-0p128","0p198_1_0p358_-0p128","0p667_1_0p167_0"],"t":84,"s":[96,96,100],"e":[100,100,100]},{"t":88}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-12.262,0],[0,-12.262],[12.262,0],[0,12.262]],"o":[[12.262,0],[0,12.262],[-12.262,0],[0,-12.262]],"v":[[0,-22.203],[22.203,0],[0,22.203],[-22.203,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[-411.797,-229.797],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.988235294819,0.929411768913,0.35686275363,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false}],"ip":0,"op":101,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"large circle R","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[60,59,0],"ix":2},"a":{"a":0,"k":[41.106,-37.462,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[398.419,-356.462],[39.106,-356.462],[39.106,302.245],[398.419,302.245]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"ef":[{"ty":5,"nm":"Wayfinder Leader","np":5,"mn":"Pseudo/WayfinderLeader","ix":1,"en":1,"ef":[{"ty":0,"nm":"Start","mn":"Pseudo/WayfinderLeader-0001","ix":1,"v":{"a":0,"k":0,"ix":1}},{"ty":0,"nm":"End","mn":"Pseudo/WayfinderLeader-0002","ix":2,"v":{"a":0,"k":100,"ix":2}},{"ty":0,"nm":"Offset","mn":"Pseudo/WayfinderLeader-0003","ix":3,"v":{"a":0,"k":0,"ix":3}}]}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-153.567,0],[0,-153.567],[153.567,0],[0,153.567]],"o":[[153.567,0],[0,153.567],[-153.567,0],[0,-153.567]],"v":[[0,-278.058],[278.058,0],[0,278.058],[-278.058,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.629320750517,0.552072622262,0.71171875,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":30,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[41.106,-37.462],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1,"x":"var $bm_rt;\n$bm_rt = effect('Wayfinder Leader')(1).value;"},"e":{"a":0,"k":100,"ix":2,"x":"var $bm_rt;\n$bm_rt = effect('Wayfinder Leader')(2).value;"},"o":{"a":0,"k":0,"ix":3,"x":"var $bm_rt;\n$bm_rt = effect('Wayfinder Leader')(3).value;"},"m":2,"ix":2,"nm":"Main Path Trim","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":101,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":0,"nm":"pink line & circle","parent":1,"refId":"comp_15","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[58.026,82.711,0],"ix":2},"a":{"a":0,"k":[540,540,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1080,"h":1080,"ip":0,"op":101,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":0,"nm":"purple line and circle","parent":1,"refId":"comp_16","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[52.105,65.921,0],"ix":2},"a":{"a":0,"k":[540,540,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1080,"h":1080,"ip":0,"op":101,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"large circle L","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[60,59,0],"ix":2},"a":{"a":0,"k":[41.106,-37.462,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[42.419,-356.462],[-316.894,-356.462],[-316.894,302.245],[42.419,302.245]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[556.115,556.115],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.629320750517,0.552072622262,0.71171875,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":30,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[41.106,-37.462],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":101,"st":0,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/money.json b/ohos/flutter_lottie/assets/lottiefiles/money.json new file mode 100644 index 0000000000000000000000000000000000000000..731e0b9f597e56e1850ac17d34e8381f088338b5 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/money.json @@ -0,0 +1 @@ +{"v":"4.10.1","fr":24,"ip":0,"op":66,"w":2835,"h":1701,"nm":"money","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Layer 14 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0],"y":[1.339]},"o":{"x":[0.167],"y":[0.167]},"n":["0_1p339_0p167_0p167"],"t":0,"s":[-6],"e":[-1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[-1],"e":[-1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":36,"s":[-1],"e":[-5]},{"t":43}],"ix":10},"p":{"a":0,"k":[2317.673,408.255,0],"ix":2},"a":{"a":0,"k":[1944.226,56.228,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-16.739,62.438],[0,27.498],[0,0],[19.529,10.361],[123.148,0],[5.711,-0.53],[34.804,23.514],[8.635,10.893],[-0.708,-6.42],[-2.744,-13.638],[19.882,-48.267],[3.322,-31.484],[0,-23.558],[0,0],[-25.107,-7.792],[-59.691,-25.773],[0,0],[8.104,-3.985],[0,0],[7.617,-8.457],[-95.116,0],[-71.603,46.186],[12.797,6.6],[0,0],[0,8.989],[0,0]],"o":[[25.106,-7.792],[0,0],[0,-23.558],[-13.683,-115.886],[-5.889,0],[-41.846,3.277],[-14.526,-9.698],[-3.985,-5.004],[1.371,10.716],[10.23,51.235],[-10.893,26.791],[-19.527,10.363],[0,0],[0,27.498],[16.783,62.438],[0,0],[0,8.99],[0,0],[-10.361,5.534],[73.509,49.287],[91.707,0],[-8.856,-10.717],[0,0],[-7.927,-3.985],[0,0],[59.514,-25.773]],"v":[[201.572,8.368],[245.189,-50.26],[245.189,-81.214],[211.978,-135.546],[-1.461,-298.504],[-18.775,-297.796],[-137.803,-325.826],[-173.053,-356.778],[-184.123,-352.262],[-178.279,-315.287],[-193.998,-223.225],[-215.298,-135.37],[-248.332,-81.214],[-248.332,-50.26],[-204.714,8.368],[-94.01,146.396],[-94.01,181.687],[-107.34,202.988],[-226.368,261.617],[-252.805,283.402],[4.207,361.782],[252.805,288.407],[220.081,262.28],[103.841,202.988],[91.044,181.866],[91.044,146.396]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.842999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[987.866,665.983],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[48.977,0],[0,48.753],[-48.753,0],[0,-48.977]],"o":[[-48.753,0],[0,-48.977],[48.977,0],[0,48.753]],"v":[[0,88.563],[-88.563,0],[0,-88.564],[88.563,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.842999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1789.145,939.201],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[48.977,0],[0,48.753],[-48.753,0],[0,-48.977]],"o":[[-48.753,0],[0,-48.977],[48.977,0],[0,48.753]],"v":[[0,88.563],[-88.563,0],[0,-88.564],[88.563,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.842999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[195,939.201],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[48.977,0],[0,48.754],[-48.753,0],[0,-48.976]],"o":[[-48.753,0],[0,-48.976],[48.977,0],[0,48.754]],"v":[[0,88.563],[-88.563,0],[0,-88.563],[88.563,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.842999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1789.145,195.223],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[48.977,0],[0,48.754],[-48.753,0],[0,-48.976]],"o":[[-48.753,0],[0,-48.976],[48.977,0],[0,48.754]],"v":[[0,88.563],[-88.563,0],[0,-88.563],[88.563,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.842999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[195,195.223],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.067,0],[0,107.56],[-0.531,5.891],[0,0],[0,-164.329],[129.392,-81.48],[0,0],[0,5.845],[-107.561,0],[-5.891,-0.531],[0,0]],"o":[[-107.561,0],[0,-6.068],[0,0],[129.392,81.657],[0,164.331],[0,0],[-0.531,-5.891],[0,-107.783],[6.067,0],[0,0],[-5.891,0.488]],"v":[[267.218,-177.128],[72.468,-371.878],[73.353,-389.725],[-285.065,-389.725],[-69.191,-0.001],[-285.065,389.725],[73.353,389.725],[72.468,372.1],[267.218,177.128],[285.065,178.013],[285.065,-177.97]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.842999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1521.927,567.101],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,164.33],[-129.568,81.657],[0,0],[0,-6.067],[107.605,0],[5.89,0.488],[0,0],[-5.845,0],[0,-107.783],[0.53,-5.891]],"o":[[-129.568,-81.48],[0,-164.329],[0,0],[0.53,5.891],[0,107.561],[-5.845,0],[0,0],[5.89,-0.531],[107.605,0],[0,5.845],[0,0]],"v":[[285.065,389.725],[69.19,-0.001],[285.065,-389.725],[-73.352,-389.725],[-72.469,-371.879],[-267.44,-177.128],[-285.065,-177.97],[-285.065,178.013],[-267.44,177.128],[-72.469,372.1],[-73.352,389.725]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.842999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[462.441,567.101],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-254.265],[254.488,0],[0,254.443],[-254.265,0]],"o":[[0,254.443],[-254.265,0],[0,-254.265],[254.488,0]],"v":[[460.552,-0.112],[-0.111,460.552],[-460.552,-0.112],[-0.111,-460.552]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.301999978458,0.505999995213,0.340999977261,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[992.184,567.212],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"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":[[-991.934,-566.852],[991.934,-566.852],[991.934,566.852],[-991.934,566.852]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.337000020345,0.705999995213,0.435000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[992.184,567.102],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":29880,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 23 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.022],"y":[1.092]},"o":{"x":[0.188],"y":[0.158]},"n":["0p022_1p092_0p188_0p158"],"t":2,"s":[-26],"e":[-0.203]},{"i":{"x":[0.642],"y":[2.889]},"o":{"x":[0.31],"y":[-0.743]},"n":["0p642_2p889_0p31_-0p743"],"t":7,"s":[-0.203],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[0],"e":[0]},{"i":{"x":[0],"y":[0.927]},"o":{"x":[0.167],"y":[0.167]},"n":["0_0p927_0p167_0p167"],"t":37,"s":[0],"e":[-18]},{"t":59}],"ix":10},"p":{"a":0,"k":[2230.314,406.574,0],"ix":2},"a":{"a":0,"k":[1757.886,147.079,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[885.636,70.829],[-885.636,70.829],[-885.636,-70.829]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.455000005984,0.745000023935,0.525,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[885.886,71.079],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":29880,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Layer 15 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.093],"y":[1.415]},"o":{"x":[0.167],"y":[0.167]},"n":["0p093_1p415_0p167_0p167"],"t":5,"s":[-19],"e":[-2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9,"s":[-2],"e":[-2]},{"i":{"x":[0],"y":[0.919]},"o":{"x":[0.167],"y":[0.167]},"n":["0_0p919_0p167_0p167"],"t":36,"s":[-2],"e":[-18]},{"t":64}],"ix":10},"p":{"a":0,"k":[2316.501,423.745,0],"ix":2},"a":{"a":0,"k":[1737.886,305.908,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-885.636,-141.658],[-885.636,8.503],[779.448,141.658],[885.636,141.658]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.513999968884,0.764999988032,0.556999954523,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[885.886,141.908],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":29880,"st":0,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/motorcycle.json b/ohos/flutter_lottie/assets/lottiefiles/motorcycle.json new file mode 100644 index 0000000000000000000000000000000000000000..c04588b6dce53bf0becd42248971eb2b42c6cd24 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/motorcycle.json @@ -0,0 +1 @@ +{"v":"4.5.7","fr":29.9700012207031,"ip":0,"op":157.000006394741,"w":800,"h":600,"ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 52","parent":51,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1662.909,149,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 26","parent":51,"ks":{"o":{"a":0,"k":41},"r":{"a":0,"k":0},"p":{"a":0,"k":[903.636,149,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 51","parent":51,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1307.273,149,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 5","parent":51,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[548,149,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 50","parent":51,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1552.727,-586,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 25","parent":51,"ks":{"o":{"a":0,"k":41},"r":{"a":0,"k":0},"p":{"a":0,"k":[793.455,-586,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 49","parent":51,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1197.091,-586,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 11","parent":51,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[437.818,-586,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 48","parent":51,"ks":{"o":{"a":0,"k":41},"r":{"a":0,"k":0},"p":{"a":0,"k":[1386.909,-71,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Shape Layer 24","parent":51,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[627.636,-71,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"Shape Layer 47","parent":51,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1031.273,-71,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"Shape Layer 46","parent":51,"ks":{"o":{"a":0,"k":41},"r":{"a":0,"k":0},"p":{"a":0,"k":[1622.545,-186,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"Shape Layer 23","parent":51,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[863.273,-186,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"Shape Layer 45","parent":51,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1266.909,-186,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"Shape Layer 9","parent":51,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[507.636,-186,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"Shape Layer 44","parent":51,"ks":{"o":{"a":0,"k":41},"r":{"a":0,"k":0},"p":{"a":0,"k":[1672.727,-496,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"Shape Layer 22","parent":51,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[913.455,-496,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":4,"nm":"Shape Layer 43","parent":51,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1317.091,-496,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":4,"nm":"Shape Layer 3","parent":51,"ks":{"o":{"a":0,"k":41},"r":{"a":0,"k":0},"p":{"a":0,"k":[557.818,-496,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":4,"nm":"Shape Layer 42","parent":51,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1430.545,231.5,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[77.273,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":20,"ty":4,"nm":"Shape Layer 21","parent":51,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[671.273,231.5,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[77.273,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":21,"ty":4,"nm":"Shape Layer 41","parent":51,"ks":{"o":{"a":0,"k":41},"r":{"a":0,"k":0},"p":{"a":0,"k":[1074.909,231.5,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[77.273,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":22,"ty":4,"nm":"Shape Layer 7","parent":51,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[315.636,231.5,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[77.273,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":23,"ty":4,"nm":"Shape Layer 40","parent":51,"ks":{"o":{"a":0,"k":41},"r":{"a":0,"k":0},"p":{"a":0,"k":[1530.909,11.5,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":24,"ty":4,"nm":"Shape Layer 20","parent":51,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[771.636,11.5,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":25,"ty":4,"nm":"Shape Layer 39","parent":51,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1175.273,11.5,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":26,"ty":4,"nm":"Shape Layer 2","parent":51,"ks":{"o":{"a":0,"k":41},"r":{"a":0,"k":0},"p":{"a":0,"k":[416,11.5,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":27,"ty":4,"nm":"Shape Layer 38","parent":51,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1706.545,-476,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[54.545,125,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":28,"ty":4,"nm":"Shape Layer 19","parent":51,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[947.273,-476,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[54.545,125,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":29,"ty":4,"nm":"Shape Layer 37","parent":51,"ks":{"o":{"a":0,"k":41},"r":{"a":0,"k":0},"p":{"a":0,"k":[1350.909,-476,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[54.545,125,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":30,"ty":4,"nm":"Shape Layer 6","parent":51,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[591.636,-476,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[54.545,125,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":31,"ty":4,"nm":"Shape Layer 36","parent":51,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1401.091,-563.5,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[113.636,125,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":32,"ty":4,"nm":"Shape Layer 18","parent":51,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[641.818,-563.5,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[113.636,125,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":33,"ty":4,"nm":"Shape Layer 35","parent":51,"ks":{"o":{"a":0,"k":41},"r":{"a":0,"k":0},"p":{"a":0,"k":[1045.455,-563.5,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[113.636,125,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":34,"ty":4,"nm":"Shape Layer 8","parent":51,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[286.182,-563.5,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[113.636,125,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":35,"ty":4,"nm":"Shape Layer 34","parent":51,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1643.273,124,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[54.545,125,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":36,"ty":4,"nm":"Shape Layer 17","parent":51,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[884,124,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[54.545,125,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":37,"ty":4,"nm":"Shape Layer 33","parent":51,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1287.636,124,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[54.545,125,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":38,"ty":4,"nm":"Shape Layer 4","parent":51,"ks":{"o":{"a":0,"k":41},"r":{"a":0,"k":0},"p":{"a":0,"k":[528.364,124,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[54.545,125,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":39,"ty":4,"nm":"Shape Layer 32","parent":51,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1581.091,-273.5,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[54.545,125,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":40,"ty":4,"nm":"Shape Layer 16","parent":51,"ks":{"o":{"a":0,"k":41},"r":{"a":0,"k":0},"p":{"a":0,"k":[821.818,-273.5,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[54.545,125,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":41,"ty":4,"nm":"Shape Layer 31","parent":51,"ks":{"o":{"a":0,"k":41},"r":{"a":0,"k":0},"p":{"a":0,"k":[1225.455,-273.5,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[54.545,125,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":42,"ty":4,"nm":"Shape Layer 13","parent":51,"ks":{"o":{"a":0,"k":41},"r":{"a":0,"k":0},"p":{"a":0,"k":[466.182,-273.5,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[54.545,125,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":43,"ty":4,"nm":"Shape Layer 30","parent":51,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1552.727,206.5,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[54.545,125,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":44,"ty":4,"nm":"Shape Layer 15","parent":51,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[793.455,206.5,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[54.545,125,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":45,"ty":4,"nm":"Shape Layer 29","parent":51,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1197.091,206.5,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[54.545,125,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":46,"ty":4,"nm":"Shape Layer 12","parent":51,"ks":{"o":{"a":0,"k":41},"r":{"a":0,"k":0},"p":{"a":0,"k":[437.818,206.5,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[54.545,125,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":47,"ty":4,"nm":"Shape Layer 28","parent":51,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1472,-338.5,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[54.545,125,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":48,"ty":4,"nm":"Shape Layer 14","parent":51,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[712.727,-338.5,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[54.545,125,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":49,"ty":4,"nm":"Shape Layer 27","parent":51,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[1116.364,-338.5,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[54.545,125,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":50,"ty":4,"nm":"Shape Layer 1","parent":51,"ks":{"o":{"a":0,"k":41},"r":{"a":0,"k":0},"p":{"a":0,"k":[357.091,-338.5,0]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[54.545,125,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":51,"ty":4,"nm":"Shape Layer 10","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":90},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[334,-1982,0],"e":[334,741,0],"to":[0,453.833343505859,0],"ti":[0,-453.833343505859,0]},{"t":89.0000036250443}]},"a":{"a":0,"k":[272,-71,0]},"s":{"a":0,"k":[183.333,80,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48,10]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":20},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[272,-71],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":90.0000036657751,"st":0,"bm":0,"sr":1}]},{"id":"comp_1","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Layer 5 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[-1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4.32,"s":[-1],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9,"s":[3],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":13,"s":[0],"e":[-1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":17.32,"s":[-1],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":22,"s":[3],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":26,"s":[0],"e":[-1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30.32,"s":[-1],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[3],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":39,"s":[0],"e":[-1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":43.32,"s":[-1],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":48,"s":[3],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":52,"s":[0],"e":[-1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56.32,"s":[-1],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":61,"s":[3],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":65,"s":[0],"e":[-1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":69.32,"s":[-1],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":74,"s":[3],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":78,"s":[0],"e":[-1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":82.32,"s":[-1],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":87,"s":[3],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":91,"s":[0],"e":[-1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":95.32,"s":[-1],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[3],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":104,"s":[0],"e":[-1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":108.32,"s":[-1],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":113,"s":[3],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":117,"s":[0],"e":[-1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":121.32,"s":[-1],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":126,"s":[3],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":130,"s":[0],"e":[-1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":134.32,"s":[-1],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":139,"s":[3],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":143,"s":[0],"e":[-1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":147.32,"s":[-1],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":152,"s":[3],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":157,"s":[0],"e":[-1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":161.32,"s":[-1],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":166,"s":[3],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":170,"s":[0],"e":[-1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":174.32,"s":[-1],"e":[3]},{"t":179.000007290819}]},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[270.468,300.288,0],"e":[269.968,300.288,0],"to":[-0.08333333581686,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4.32,"s":[269.968,300.288,0],"e":[270.468,300.288,0],"to":[0,0,0],"ti":[-0.08333333581686,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[270.468,300.288,0],"e":[270.468,300.288,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[270.468,300.288,0],"e":[269.968,300.288,0],"to":[-0.08333333581686,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17.32,"s":[269.968,300.288,0],"e":[270.468,300.288,0],"to":[0,0,0],"ti":[-0.08333333581686,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[270.468,300.288,0],"e":[270.468,300.288,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26,"s":[270.468,300.288,0],"e":[269.968,300.288,0],"to":[-0.08333333581686,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30.32,"s":[269.968,300.288,0],"e":[270.468,300.288,0],"to":[0,0,0],"ti":[-0.08333333581686,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35,"s":[270.468,300.288,0],"e":[270.468,300.288,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39,"s":[270.468,300.288,0],"e":[269.968,300.288,0],"to":[-0.08333333581686,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":43.32,"s":[269.968,300.288,0],"e":[270.468,300.288,0],"to":[0,0,0],"ti":[-0.08333333581686,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":48,"s":[270.468,300.288,0],"e":[270.468,300.288,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52,"s":[270.468,300.288,0],"e":[269.968,300.288,0],"to":[-0.08333333581686,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56.32,"s":[269.968,300.288,0],"e":[270.468,300.288,0],"to":[0,0,0],"ti":[-0.08333333581686,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":61,"s":[270.468,300.288,0],"e":[270.468,300.288,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":65,"s":[270.468,300.288,0],"e":[269.968,300.288,0],"to":[-0.08333333581686,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":69.32,"s":[269.968,300.288,0],"e":[270.468,300.288,0],"to":[0,0,0],"ti":[-0.08333333581686,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":74,"s":[270.468,300.288,0],"e":[270.468,300.288,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":78,"s":[270.468,300.288,0],"e":[269.968,300.288,0],"to":[-0.08333333581686,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":82.32,"s":[269.968,300.288,0],"e":[270.468,300.288,0],"to":[0,0,0],"ti":[-0.08333333581686,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":87,"s":[270.468,300.288,0],"e":[270.468,300.288,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":91,"s":[270.468,300.288,0],"e":[269.968,300.288,0],"to":[-0.08333333581686,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":95.32,"s":[269.968,300.288,0],"e":[270.468,300.288,0],"to":[0,0,0],"ti":[-0.08333333581686,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":100,"s":[270.468,300.288,0],"e":[270.468,300.288,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":104,"s":[270.468,300.288,0],"e":[269.968,300.288,0],"to":[-0.08333333581686,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":108.32,"s":[269.968,300.288,0],"e":[270.468,300.288,0],"to":[0,0,0],"ti":[-0.08333333581686,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":113,"s":[270.468,300.288,0],"e":[270.468,300.288,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":117,"s":[270.468,300.288,0],"e":[269.968,300.288,0],"to":[-0.08333333581686,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":121.32,"s":[269.968,300.288,0],"e":[270.468,300.288,0],"to":[0,0,0],"ti":[-0.08333333581686,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":126,"s":[270.468,300.288,0],"e":[270.468,300.288,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":130,"s":[270.468,300.288,0],"e":[269.968,300.288,0],"to":[-0.08333333581686,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":134.32,"s":[269.968,300.288,0],"e":[270.468,300.288,0],"to":[0,0,0],"ti":[-0.08333333581686,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":139,"s":[270.468,300.288,0],"e":[270.468,300.288,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":143,"s":[270.468,300.288,0],"e":[269.968,300.288,0],"to":[-0.08333333581686,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":147.32,"s":[269.968,300.288,0],"e":[270.468,300.288,0],"to":[0,0,0],"ti":[-0.08333333581686,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":152,"s":[270.468,300.288,0],"e":[270.468,300.288,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":157,"s":[270.468,300.288,0],"e":[269.968,300.288,0],"to":[-0.08333333581686,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":161.32,"s":[269.968,300.288,0],"e":[270.468,300.288,0],"to":[0,0,0],"ti":[-0.08333333581686,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":166,"s":[270.468,300.288,0],"e":[270.468,300.288,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":170,"s":[270.468,300.288,0],"e":[269.968,300.288,0],"to":[-0.08333333581686,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":174.32,"s":[269.968,300.288,0],"e":[270.468,300.288,0],"to":[0,0,0],"ti":[-0.08333333581686,0,0]},{"t":179.000007290819}]},"a":{"a":0,"k":[95.459,22.025,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.091,-4.342],[-5.127,-3.114],[-4.892,4.342],[5.127,2.688]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.92,0.9,0.88,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[127.018,32.836],"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":"Group 5","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-28.1,-2.237],[-27.085,3.728],[28.1,3.728],[27.865,-3.728]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.84,0.82,0.8,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[94.026,33.45],"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":"Group 6","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.091,-4.342],[-5.127,-3.114],[-4.892,4.342],[5.127,2.688]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.92,0.9,0.88,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[127.541,4.592],"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":"Group 7","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-28.715,-0.523],[-27.699,5.443],[28.715,2.013],[28.48,-5.443]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.84,0.82,0.8,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[93.934,6.92],"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":"Group 8","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.187,-4.44],[-5.187,-2.883],[-4.721,4.44],[5.081,3.19]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.95,0.94,0.92,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[126.761,11.712],"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":"Group 9","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-27.356,-1.436],[-26.166,4.651],[27.356,2.671],[26.89,-4.651]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.88,0.86,0.83,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[94.683,13.48],"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":"Group 10","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.176,-4.181],[-4.212,-3.275],[-3.975,4.181],[4.212,2.85]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.92,0.9,0.88,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[127.126,18.937],"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":"Group 11","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-28.097,-2.417],[-27.075,4.956],[28.097,2.499],[27.863,-4.956]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.84,0.82,0.8,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[95.052,20.618],"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":"Group 12","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.311,-4.509],[-4.351,-2.642],[-4.314,4.509],[4.351,3.281]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.95,0.94,0.92,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[126.097,25.484],"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":"Group 13","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-26.521,-2.074],[-26.094,4.318],[26.521,2.833],[26.484,-4.318]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.88,0.86,0.83,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[95.261,27.16],"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":"Group 14","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.332,-4.505],[-4.332,-2.701],[-4.096,4.505],[3.973,2.289]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.95,0.94,0.92,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[126.816,39.276],"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":"Group 15","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-26.626,-3.706],[-26.2,2.47],[26.626,3.706],[26.392,-3.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.88,0.86,0.83,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[96.093,40.076],"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":"Group 16","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1}]},{"id":"comp_2","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 5","parent":2,"ks":{"o":{"a":0,"k":21},"r":{"a":0,"k":19},"p":{"a":0,"k":[25.204,-78.373,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[147.944,151.376,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[11,-24.5]],"o":[[0,0],[-11,24.5]],"v":[[152.5,74.5],[152.5,109]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 4","parent":4,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":360},"p":{"a":0,"k":[145.25,104.75,0]},"a":{"a":0,"k":[145.25,104.75,0]},"s":{"a":0,"k":[27.941,27.941,100]}},"ao":0,"ef":[{"ty":21,"nm":"Fill","mn":"ADBE Fill","ix":1,"en":1,"ef":[{"ty":3,"nm":"Fill Mask","mn":"ADBE Fill-0001","ix":1,"v":{"a":0,"k":0}},{"ty":7,"nm":"All Masks","mn":"ADBE Fill-0007","ix":2,"v":{"a":0,"k":0}},{"ty":2,"nm":"Color","mn":"ADBE Fill-0002","ix":3,"v":{"a":0,"k":[0.45,0.42,0.41,1]}},{"ty":7,"nm":"Invert","mn":"ADBE Fill-0006","ix":4,"v":{"a":0,"k":0}},{"ty":0,"nm":"Horizontal Feather","mn":"ADBE Fill-0003","ix":5,"v":{"a":0,"k":0}},{"ty":0,"nm":"Vertical Feather","mn":"ADBE Fill-0004","ix":6,"v":{"a":0,"k":0}},{"ty":0,"nm":"Opacity","mn":"ADBE Fill-0005","ix":7,"v":{"a":0,"k":1}}]}],"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[84.5,84.5]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[145.25,104.75],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 3","parent":4,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":360},"p":{"a":0,"k":[145.25,104.75,0]},"a":{"a":0,"k":[145.25,104.75,0]},"s":{"a":0,"k":[58.824,58.824,100]}},"ao":0,"ef":[{"ty":21,"nm":"Fill","mn":"ADBE Fill","ix":1,"en":1,"ef":[{"ty":3,"nm":"Fill Mask","mn":"ADBE Fill-0001","ix":1,"v":{"a":0,"k":0}},{"ty":7,"nm":"All Masks","mn":"ADBE Fill-0007","ix":2,"v":{"a":0,"k":0}},{"ty":2,"nm":"Color","mn":"ADBE Fill-0002","ix":3,"v":{"a":0,"k":[0.86,0.86,0.86,1]}},{"ty":7,"nm":"Invert","mn":"ADBE Fill-0006","ix":4,"v":{"a":0,"k":0}},{"ty":0,"nm":"Horizontal Feather","mn":"ADBE Fill-0003","ix":5,"v":{"a":0,"k":0}},{"ty":0,"nm":"Vertical Feather","mn":"ADBE Fill-0004","ix":6,"v":{"a":0,"k":0}},{"ty":0,"nm":"Opacity","mn":"ADBE Fill-0005","ix":7,"v":{"a":0,"k":1}}]}],"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[84.5,84.5]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[145.25,104.75],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 2","parent":4,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":360},"p":{"a":0,"k":[145.25,104.75,0]},"a":{"a":0,"k":[145.25,104.75,0]},"s":{"a":0,"k":[69.118,69.118,100]}},"ao":0,"ef":[{"ty":21,"nm":"Fill","mn":"ADBE Fill","ix":1,"en":1,"ef":[{"ty":3,"nm":"Fill Mask","mn":"ADBE Fill-0001","ix":1,"v":{"a":0,"k":0}},{"ty":7,"nm":"All Masks","mn":"ADBE Fill-0007","ix":2,"v":{"a":0,"k":0}},{"ty":2,"nm":"Color","mn":"ADBE Fill-0002","ix":3,"v":{"a":0,"k":[0.45,0.42,0.41,1]}},{"ty":7,"nm":"Invert","mn":"ADBE Fill-0006","ix":4,"v":{"a":0,"k":0}},{"ty":0,"nm":"Horizontal Feather","mn":"ADBE Fill-0003","ix":5,"v":{"a":0,"k":0}},{"ty":0,"nm":"Vertical Feather","mn":"ADBE Fill-0004","ix":6,"v":{"a":0,"k":0}},{"ty":0,"nm":"Opacity","mn":"ADBE Fill-0005","ix":7,"v":{"a":0,"k":1}}]}],"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[84.5,84.5]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[145.25,104.75],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[2486]},{"t":163.000006639126}]},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[483.75,383.375,0],"e":[483.75,384.375,0],"to":[0,0.16666667163372,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2.731,"s":[483.75,384.375,0],"e":[483.75,383.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5.709,"s":[483.75,383.375,0],"e":[483.75,384.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8.44,"s":[483.75,384.375,0],"e":[483.75,383.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11.914,"s":[483.75,383.375,0],"e":[483.75,384.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14.645,"s":[483.75,384.375,0],"e":[483.75,383.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.368,"s":[483.75,383.375,0],"e":[483.75,384.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21.098,"s":[483.75,384.375,0],"e":[483.75,383.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24.076,"s":[483.75,383.375,0],"e":[483.75,384.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26.806,"s":[483.75,384.375,0],"e":[483.75,383.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30.281,"s":[483.75,383.375,0],"e":[483.75,384.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33.011,"s":[483.75,384.375,0],"e":[483.75,383.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":36.486,"s":[483.75,383.375,0],"e":[483.75,384.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39.218,"s":[483.75,384.375,0],"e":[483.75,383.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42.783,"s":[483.75,383.375,0],"e":[483.75,384.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45.514,"s":[483.75,384.375,0],"e":[483.75,383.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":48.491,"s":[483.75,383.375,0],"e":[483.75,384.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":51.223,"s":[483.75,384.375,0],"e":[483.75,383.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":54.698,"s":[483.75,383.375,0],"e":[483.75,384.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":57.428,"s":[483.75,384.375,0],"e":[483.75,383.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":61.15,"s":[483.75,383.375,0],"e":[483.75,384.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":63.88,"s":[483.75,384.375,0],"e":[483.75,383.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":66.859,"s":[483.75,383.375,0],"e":[483.75,384.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":69.589,"s":[483.75,384.375,0],"e":[483.75,383.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":73.064,"s":[483.75,383.375,0],"e":[483.75,384.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":75.795,"s":[483.75,384.375,0],"e":[483.75,383.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":79.269,"s":[483.75,383.375,0],"e":[483.75,384.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":82,"s":[483.75,384.375,0],"e":[483.75,383.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":85,"s":[483.75,383.375,0],"e":[483.75,384.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":87.731,"s":[483.75,384.375,0],"e":[483.75,383.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":90.709,"s":[483.75,383.375,0],"e":[483.75,384.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":93.44,"s":[483.75,384.375,0],"e":[483.75,383.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":96.914,"s":[483.75,383.375,0],"e":[483.75,384.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":99.645,"s":[483.75,384.375,0],"e":[483.75,383.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":103.368,"s":[483.75,383.375,0],"e":[483.75,384.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":106.098,"s":[483.75,384.375,0],"e":[483.75,383.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":109.076,"s":[483.75,383.375,0],"e":[483.75,384.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":111.806,"s":[483.75,384.375,0],"e":[483.75,383.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":115.281,"s":[483.75,383.375,0],"e":[483.75,384.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":118.011,"s":[483.75,384.375,0],"e":[483.75,383.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":121.486,"s":[483.75,383.375,0],"e":[483.75,384.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":124.218,"s":[483.75,384.375,0],"e":[483.75,383.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":127.783,"s":[483.75,383.375,0],"e":[483.75,384.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":130.514,"s":[483.75,384.375,0],"e":[483.75,383.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":133.491,"s":[483.75,383.375,0],"e":[483.75,384.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":136.223,"s":[483.75,384.375,0],"e":[483.75,383.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":139.698,"s":[483.75,383.375,0],"e":[483.75,384.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":142.428,"s":[483.75,384.375,0],"e":[483.75,383.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":146.15,"s":[483.75,383.375,0],"e":[483.75,384.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":148.88,"s":[483.75,384.375,0],"e":[483.75,383.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":151.859,"s":[483.75,383.375,0],"e":[483.75,384.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":154.589,"s":[483.75,384.375,0],"e":[483.75,383.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":158.064,"s":[483.75,383.375,0],"e":[483.75,384.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":160.795,"s":[483.75,384.375,0],"e":[483.75,383.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":164.269,"s":[483.75,383.375,0],"e":[483.75,384.375,0],"to":[0,0,0],"ti":[0,-0.16666667163372,0]},{"t":167.000006802049}]},"a":{"a":0,"k":[145.25,104.75,0]},"s":{"a":0,"k":[68,68,100]}},"ao":0,"ef":[{"ty":21,"nm":"Fill","mn":"ADBE Fill","ix":1,"en":1,"ef":[{"ty":3,"nm":"Fill Mask","mn":"ADBE Fill-0001","ix":1,"v":{"a":0,"k":0}},{"ty":7,"nm":"All Masks","mn":"ADBE Fill-0007","ix":2,"v":{"a":0,"k":0}},{"ty":2,"nm":"Color","mn":"ADBE Fill-0002","ix":3,"v":{"a":0,"k":[0.21,0.2,0.19,1]}},{"ty":7,"nm":"Invert","mn":"ADBE Fill-0006","ix":4,"v":{"a":0,"k":0}},{"ty":0,"nm":"Horizontal Feather","mn":"ADBE Fill-0003","ix":5,"v":{"a":0,"k":0}},{"ty":0,"nm":"Vertical Feather","mn":"ADBE Fill-0004","ix":6,"v":{"a":0,"k":0}},{"ty":0,"nm":"Opacity","mn":"ADBE Fill-0005","ix":7,"v":{"a":0,"k":1}}]}],"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[84.5,84.5]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[145.25,104.75],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1}]},{"id":"comp_3","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Layer 2 Outlines 3","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[74]},{"t":18.000000733155}]},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[292.237,367.689,0],"e":[248.142,364.064,0],"to":[-4.26041698455811,-0.10831568390131,0],"ti":[10.5371904373169,0.2678946852684,0]},{"t":24.00000097754}]},"a":{"a":0,"k":[37.549,9.183,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[0,0,100],"e":[105,105,100]},{"t":12.00000048877}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[1.098,-1.873],[0.069,-0.004],[0.387,0.153],[1.071,-2.551],[-1.375,-1.228],[0.178,-0.423],[-1.715,-0.678],[-0.998,0.919],[-0.608,-0.24],[-1.071,2.551],[1.066,1.272],[-0.002,0.14],[-0.383,0.913],[1.974,0.779]],"o":[[-0.068,0.001],[-0.303,-0.258],[-2.204,-0.87],[-0.869,2.07],[-0.274,0.331],[-0.833,1.986],[1.183,0.467],[0.397,0.485],[2.204,0.87],[0.783,-1.863],[0.012,-0.142],[0.721,-0.513],[0.959,-2.284],[-1.784,-0.704]],"v":[[0.125,-6.127],[-0.08,-6.122],[-1.115,-6.747],[-7.045,-3.704],[-6.098,1.809],[-6.786,2.94],[-5.189,7.762],[-1.658,6.95],[-0.147,8.063],[5.783,5.02],[5.216,-0.094],[5.239,-0.517],[6.955,-2.682],[5.118,-8.229]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-269.623,233.811],[530.377,233.811],[530.377,-366.189],[-269.623,-366.189]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-269.623,-366.189],[530.377,-366.189],[530.377,233.811],[-269.623,233.811]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.87,0.87,0.87,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[37.935,9.183],"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":"Group 3","np":4,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Layer 2 Outlines 2","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[51]},{"t":18.000000733155}]},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[292.237,367.689,0],"e":[241.142,375.064,0],"to":[-4.26041698455811,-0.10831568390131,0],"ti":[10.5371904373169,0.2678946852684,0]},{"t":24.00000097754}]},"a":{"a":0,"k":[37.549,9.183,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[0,0,100],"e":[78,78,100]},{"t":12.00000048877}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[1.098,-1.873],[0.069,-0.004],[0.387,0.153],[1.071,-2.551],[-1.375,-1.228],[0.178,-0.423],[-1.715,-0.678],[-0.998,0.919],[-0.608,-0.24],[-1.071,2.551],[1.066,1.272],[-0.002,0.14],[-0.383,0.913],[1.974,0.779]],"o":[[-0.068,0.001],[-0.303,-0.258],[-2.204,-0.87],[-0.869,2.07],[-0.274,0.331],[-0.833,1.986],[1.183,0.467],[0.397,0.485],[2.204,0.87],[0.783,-1.863],[0.012,-0.142],[0.721,-0.513],[0.959,-2.284],[-1.784,-0.704]],"v":[[0.125,-6.127],[-0.08,-6.122],[-1.115,-6.747],[-7.045,-3.704],[-6.098,1.809],[-6.786,2.94],[-5.189,7.762],[-1.658,6.95],[-0.147,8.063],[5.783,5.02],[5.216,-0.094],[5.239,-0.517],[6.955,-2.682],[5.118,-8.229]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-269.623,233.811],[530.377,233.811],[530.377,-366.189],[-269.623,-366.189]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-269.623,-366.189],[530.377,-366.189],[530.377,233.811],[-269.623,233.811]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.87,0.87,0.87,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[37.935,9.183],"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":"Group 3","np":4,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 2 Outlines","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"t":18.000000733155}]},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[292.237,367.689,0],"e":[233.237,366.189,0],"to":[-9.83333301544189,-0.25,0],"ti":[9.83333301544189,0.25,0]},{"t":24.00000097754}]},"a":{"a":0,"k":[37.549,9.183,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[0,0,100],"e":[129,129,100]},{"t":12.00000048877}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[1.098,-1.873],[0.069,-0.004],[0.387,0.153],[1.071,-2.551],[-1.375,-1.228],[0.178,-0.423],[-1.715,-0.678],[-0.998,0.919],[-0.608,-0.24],[-1.071,2.551],[1.066,1.272],[-0.002,0.14],[-0.383,0.913],[1.974,0.779]],"o":[[-0.068,0.001],[-0.303,-0.258],[-2.204,-0.87],[-0.869,2.07],[-0.274,0.331],[-0.833,1.986],[1.183,0.467],[0.397,0.485],[2.204,0.87],[0.783,-1.863],[0.012,-0.142],[0.721,-0.513],[0.959,-2.284],[-1.784,-0.704]],"v":[[0.125,-6.127],[-0.08,-6.122],[-1.115,-6.747],[-7.045,-3.704],[-6.098,1.809],[-6.786,2.94],[-5.189,7.762],[-1.658,6.95],[-0.147,8.063],[5.783,5.02],[5.216,-0.094],[5.239,-0.517],[6.955,-2.682],[5.118,-8.229]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-269.623,233.811],[530.377,233.811],[530.377,-366.189],[-269.623,-366.189]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-269.623,-366.189],[530.377,-366.189],[530.377,233.811],[-269.623,233.811]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.87,0.87,0.87,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[37.935,9.183],"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":"Group 3","np":4,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1}]},{"id":"comp_4","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 40","parent":19,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[2334.25,154,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[31,47]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-58.5,-49.5],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 39","parent":19,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[2296.062,153.125,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[31,47]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-58.5,-49.5],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 38","parent":19,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[2255.438,151.562,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[31,47]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-58.5,-49.5],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 37","parent":19,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[2302,78,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[31,47]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-58.5,-49.5],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 36","parent":19,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[2267.25,76,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[118.169,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[31,47]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-58.5,-49.5],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 35","parent":19,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[2342,77.688,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[31,47]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-58.5,-49.5],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 34","parent":19,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[2349,1.688,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[31,47]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-58.5,-49.5],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 33","parent":19,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[2308.25,-3,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[31,47]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-58.5,-49.5],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 32","parent":19,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[2259.25,-3,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[31,47]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-58.5,-49.5],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Shape Layer 31","parent":19,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[2264.25,-3,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[75.375,-96.688],[-101.062,-133.875],[-111.562,146.875],[44,146]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.71,0.71,0.71,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"Shape Layer 30","parent":19,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[2159.375,157.812,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[156.25,156.25,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[31,47]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-58.5,-49.5],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"Shape Layer 29","parent":19,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[2087.5,151.562,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[156.25,156.25,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[31,47]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-58.5,-49.5],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"Shape Layer 28","parent":19,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[2118.75,39.062,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[156.25,156.25,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[31,47]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-58.5,-49.5],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"Shape Layer 27","parent":19,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[2054.688,35.938,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[156.25,156.25,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[31,47]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-58.5,-49.5],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"Shape Layer 26","parent":19,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[2181.25,31.25,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[156.25,156.25,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[31,47]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-58.5,-49.5],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"Shape Layer 25","parent":19,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[2192.188,-87.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[156.25,156.25,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[31,47]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-58.5,-49.5],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"Shape Layer 24","parent":19,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[2118.75,-87.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[156.25,156.25,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[31,47]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-58.5,-49.5],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":4,"nm":"Shape Layer 23","parent":19,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[2042.188,-87.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[156.25,156.25,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[31,47]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-58.5,-49.5],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":4,"nm":"Shape Layer 22","parent":19,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[2050,-87.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[156.25,156.25,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[66,-142],[-112,-112],[-60,150],[44,146]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.71,0.71,0.71,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":3,"nm":"Null 1","ks":{"o":{"a":0,"k":0},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":1,"s":[936,356,0],"e":[-1730,356,0],"to":[-444.333343505859,0,0],"ti":[444.333343505859,0,0]},{"t":163.000006639126}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[35,35,100]}},"ao":0,"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":20,"ty":4,"nm":"Shape Layer 18","parent":19,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[278,154,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[31,47]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-58.5,-49.5],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":21,"ty":4,"nm":"Shape Layer 21","parent":19,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[-82.062,187.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[219.913,198.459,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[31,47]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-58.5,-49.5],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":22,"ty":4,"nm":"Shape Layer 19","parent":19,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[239.812,153.125,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[31,47]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-58.5,-49.5],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":23,"ty":4,"nm":"Shape Layer 17","parent":19,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[199.188,151.562,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[31,47]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-58.5,-49.5],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":24,"ty":4,"nm":"Shape Layer 16","parent":19,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[245.75,78,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[31,47]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-58.5,-49.5],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":25,"ty":4,"nm":"Shape Layer 15","parent":19,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[211,76,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[118.169,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[31,47]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-58.5,-49.5],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":26,"ty":4,"nm":"Shape Layer 14","parent":19,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[285.75,77.688,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[31,47]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-58.5,-49.5],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":27,"ty":4,"nm":"Shape Layer 13","parent":19,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[292.75,1.687,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[31,47]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-58.5,-49.5],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":28,"ty":4,"nm":"Shape Layer 12","parent":19,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[252,-3,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[31,47]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-58.5,-49.5],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":29,"ty":4,"nm":"Shape Layer 11","parent":19,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[203,-3,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[31,47]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-58.5,-49.5],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":30,"ty":4,"nm":"Shape Layer 10","parent":19,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[208,-3,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[75.375,-96.688],[-101.062,-133.875],[-111.562,146.875],[44,146]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.71,0.71,0.71,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":31,"ty":4,"nm":"Shape Layer 8","parent":19,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[103.125,157.812,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[156.25,156.25,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[31,47]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-58.5,-49.5],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":32,"ty":4,"nm":"Shape Layer 7","parent":19,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[31.25,151.562,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[156.25,156.25,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[31,47]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-58.5,-49.5],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":33,"ty":4,"nm":"Shape Layer 9","parent":19,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[62.5,39.062,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[156.25,156.25,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[31,47]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-58.5,-49.5],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":34,"ty":4,"nm":"Shape Layer 6","parent":19,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[-1.563,35.938,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[156.25,156.25,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[31,47]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-58.5,-49.5],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":35,"ty":4,"nm":"Shape Layer 5","parent":19,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[125,31.25,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[156.25,156.25,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[31,47]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-58.5,-49.5],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":36,"ty":4,"nm":"Shape Layer 4","parent":19,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[135.937,-87.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[156.25,156.25,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[31,47]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-58.5,-49.5],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":37,"ty":4,"nm":"Shape Layer 3","parent":19,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[62.5,-87.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[156.25,156.25,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[31,47]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-58.5,-49.5],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":38,"ty":4,"nm":"Shape Layer 2","parent":19,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[-14.063,-87.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[156.25,156.25,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[31,47]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-58.5,-49.5],"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,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":39,"ty":4,"nm":"Shape Layer 20","parent":19,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[-221.875,37.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[99.432,68.222,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[66,-96.194],[-44.429,-41],[-63.143,152.29],[88,159.742]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.71,0.71,0.71,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":40,"ty":4,"nm":"Shape Layer 1","parent":19,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[-6.25,-87.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[156.25,156.25,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[66,-142],[-112,-112],[-60,150],[44,146]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.71,0.71,0.71,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"mn":"ADBE Vector Group"}],"ip":0,"op":164.000006679857,"st":0,"bm":0,"sr":1}]}],"layers":[{"ddd":0,"ind":0,"ty":0,"nm":"shape","refId":"comp_0","ks":{"o":{"a":0,"k":58},"r":{"a":0,"k":90},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[400,300,0]},"s":{"a":0,"k":[75,136,100]}},"ao":0,"ef":[{"ty":21,"nm":"Fill","mn":"ADBE Fill","ix":1,"en":1,"ef":[{"ty":3,"nm":"Fill Mask","mn":"ADBE Fill-0001","ix":1,"v":{"a":0,"k":0}},{"ty":7,"nm":"All Masks","mn":"ADBE Fill-0007","ix":2,"v":{"a":0,"k":0}},{"ty":2,"nm":"Color","mn":"ADBE Fill-0002","ix":3,"v":{"a":0,"k":[0.85,0.85,0.85,1]}},{"ty":7,"nm":"Invert","mn":"ADBE Fill-0006","ix":4,"v":{"a":0,"k":0}},{"ty":0,"nm":"Horizontal Feather","mn":"ADBE Fill-0003","ix":5,"v":{"a":0,"k":0}},{"ty":0,"nm":"Vertical Feather","mn":"ADBE Fill-0004","ix":6,"v":{"a":0,"k":0}},{"ty":0,"nm":"Opacity","mn":"ADBE Fill-0005","ix":7,"v":{"a":0,"k":1}}]}],"w":800,"h":600,"ip":79.000003217736,"op":157.000006394741,"st":79.000003217736,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":0,"nm":"shape","refId":"comp_0","ks":{"o":{"a":0,"k":58},"r":{"a":0,"k":90},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[400,300,0]},"s":{"a":0,"k":[75,136,100]}},"ao":0,"ef":[{"ty":21,"nm":"Fill","mn":"ADBE Fill","ix":1,"en":1,"ef":[{"ty":3,"nm":"Fill Mask","mn":"ADBE Fill-0001","ix":1,"v":{"a":0,"k":0}},{"ty":7,"nm":"All Masks","mn":"ADBE Fill-0007","ix":2,"v":{"a":0,"k":0}},{"ty":2,"nm":"Color","mn":"ADBE Fill-0002","ix":3,"v":{"a":0,"k":[0.85,0.85,0.85,1]}},{"ty":7,"nm":"Invert","mn":"ADBE Fill-0006","ix":4,"v":{"a":0,"k":0}},{"ty":0,"nm":"Horizontal Feather","mn":"ADBE Fill-0003","ix":5,"v":{"a":0,"k":0}},{"ty":0,"nm":"Vertical Feather","mn":"ADBE Fill-0004","ix":6,"v":{"a":0,"k":0}},{"ty":0,"nm":"Opacity","mn":"ADBE Fill-0005","ix":7,"v":{"a":0,"k":1}}]}],"w":800,"h":600,"ip":0,"op":89.0000036250443,"st":-1.00000004073083,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":0,"nm":"03","refId":"comp_1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[429.5,301,0]},"a":{"a":0,"k":[400,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":800,"h":600,"ip":0,"op":157.000006394741,"st":-1.00000004073083,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Layer 1 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-1,"s":[373.423,323.914,0],"e":[376.423,324.914,0],"to":[0.5,0.16667433083057,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5.211,"s":[376.423,324.914,0],"e":[373.423,323.914,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12.113,"s":[373.423,323.914,0],"e":[376.423,324.914,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.324,"s":[376.423,324.914,0],"e":[373.423,323.914,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25.915,"s":[373.423,323.914,0],"e":[376.423,324.914,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":32.126,"s":[376.423,324.914,0],"e":[373.423,323.914,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39.029,"s":[373.423,323.914,0],"e":[376.423,324.914,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45.24,"s":[376.423,324.914,0],"e":[373.423,323.914,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52.141,"s":[373.423,323.914,0],"e":[376.423,324.914,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":58.353,"s":[376.423,324.914,0],"e":[373.423,323.914,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":65.254,"s":[373.423,323.914,0],"e":[376.423,324.914,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":71.465,"s":[376.423,324.914,0],"e":[373.423,323.914,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":77.676,"s":[373.423,323.914,0],"e":[376.423,324.914,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":83.888,"s":[376.423,324.914,0],"e":[373.423,323.914,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":90.789,"s":[373.423,323.914,0],"e":[376.423,324.914,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":97,"s":[376.423,324.914,0],"e":[373.423,323.914,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":104,"s":[373.423,323.914,0],"e":[376.423,324.914,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":110.211,"s":[376.423,324.914,0],"e":[373.423,323.914,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":117.113,"s":[373.423,323.914,0],"e":[376.423,324.914,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":123.324,"s":[376.423,324.914,0],"e":[373.423,323.914,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":130.915,"s":[373.423,323.914,0],"e":[376.423,324.914,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":137.126,"s":[376.423,324.914,0],"e":[373.423,323.914,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":144.029,"s":[373.423,323.914,0],"e":[376.423,324.914,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":150.24,"s":[376.423,324.914,0],"e":[373.423,323.914,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":157.141,"s":[373.423,323.914,0],"e":[376.423,324.914,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":163.353,"s":[376.423,324.914,0],"e":[373.423,323.914,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":170.254,"s":[373.423,323.914,0],"e":[376.423,324.914,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":176.465,"s":[376.423,324.914,0],"e":[373.423,323.914,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":182.676,"s":[373.423,323.914,0],"e":[376.423,324.914,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":188.888,"s":[376.423,324.914,0],"e":[373.423,323.914,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":195.789,"s":[373.423,323.914,0],"e":[376.423,324.914,0],"to":[0,0,0],"ti":[-0.5,-0.16667433083057,0]},{"t":202.000008227629}]},"a":{"a":0,"k":[137.007,69.649,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.097,-1.202],[1.302,0],[-0.097,1.202],[-1.303,0]],"o":[[-0.097,1.202],[-1.303,0],[0.097,-1.202],[1.303,0]],"v":[[2.359,0],[-0.176,2.177],[-2.358,0],[0.176,-2.177]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-437.487,298.039],[362.513,298.039],[362.513,-301.961],[-437.487,-301.961]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-437.487,-301.961],[362.513,-301.961],[362.513,298.039],[-437.487,298.039]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.41,0.38,0.37,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[201.071,47.696],"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":"Group 1","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.175,-2.337],[2.349,0],[-0.174,2.337],[-2.349,0]],"o":[[-0.175,2.337],[-2.349,0],[0.175,-2.337],[2.349,0]],"v":[[4.253,0],[-0.317,4.231],[-4.254,0],[0.316,-4.231]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-438.861,299.772],[361.139,299.772],[361.139,-300.228],[-438.861,-300.228]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-438.861,-300.228],[361.139,-300.228],[361.139,299.772],[-438.861,299.772]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.31,0.29,0.28,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[202.445,45.963],"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":"Group 2","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[7.083,-8.108],[-0.254,-1.42],[-1.499,0.8],[-35.756,-0.6],[0,0],[-0.293,0.3],[-0.759,-1.803],[-0.922,1.405],[0.547,-0.1],[1.387,-0.5],[1.402,-0.7],[3.261,-0.3],[0.697,0.3],[8.285,8.3],[-0.804,0.932]],"o":[[0,0],[0,0],[0.253,1.421],[0,0],[0,0],[0,0],[0.292,-0.3],[0.698,1.656],[1.117,-1.7],[-0.547,0.1],[-1.387,0.5],[-1.402,0.7],[-3.26,0.3],[-0.697,-0.3],[0,0],[-1.182,-5.113]],"v":[[-11.892,-15.991],[-27.047,-6.219],[-30.486,-1.133],[-27.362,0.388],[13.035,9.888],[16.746,10.788],[17.548,12.087],[24.806,14.335],[29.284,13.812],[30.193,2.988],[28.243,2.587],[25.979,2.788],[17.862,4.288],[9.833,4.587],[-6.621,-5.112],[-5.087,-8.107]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-418.466,314.184],[381.534,314.184],[381.534,-285.816],[-418.466,-285.816]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-418.466,-285.816],[381.534,-285.816],[381.534,314.184],[-418.466,314.184]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.97,0.77,0.58,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[182.05,31.551],"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":"Group 3","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.121,0.095],[0,0],[0.207,-1.08]],"o":[[0.952,-5.731],[0.638,5.76],[0.136,-0.08]],"v":[[0.019,4.766],[-0.355,-5.032],[-0.364,5.031]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-447.117,304.493],[352.883,304.493],[352.883,-295.507],[-447.117,-295.507]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-447.117,-295.507],[352.883,-295.507],[352.883,304.493],[-447.117,304.493]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.364,5.032],[1.395,5.032],[1.395,-5.545],[-0.364,-5.545]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ind":3,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.364,5.032],[0.364,5.032],[0.364,-5.031],[-0.364,-5.031]],"c":true}},"nm":"Path 4","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":4,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.37,0.2,0.04,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[210.701,41.242],"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":"Group 4","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.156,1.012],[0,0],[0.21,-1.484]],"o":[[0.23,-4.222],[0.54,4.867],[0.236,-0.518]],"v":[[0.325,2.314],[-0.361,-4.703],[-0.262,4.702]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-448.151,305.336],[351.849,305.336],[351.849,-294.664],[-448.151,-294.664]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-448.151,-294.664],[351.849,-294.664],[351.849,305.336],[-448.151,305.336]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.398,5.875],[0.361,5.875],[0.361,-4.702],[-1.398,-4.702]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ind":3,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.361,4.702],[0.361,4.702],[0.361,-4.702],[-0.361,-4.702]],"c":true}},"nm":"Path 4","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":4,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.37,0.2,0.04,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[211.734,40.399],"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":"Group 5","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-2.333,0.065],[-2.223,0.046],[-3.56,-0.015],[-2.076,-0.018],[0,0],[2.07,-0.173],[3.552,-0.226],[4.442,-0.213],[2.333,-0.076]],"o":[[2.334,-0.075],[4.446,-0.074],[3.559,-0.004],[2.078,0.039],[0,0],[-2.071,0.153],[-3.551,0.244],[-2.221,0.097],[-2.333,0.086]],"v":[[7.042,-1.193],[13.897,-1.329],[26.054,-1.415],[34.658,-1.314],[37.924,-1.225],[34.671,-0.925],[26.091,-0.268],[13.953,0.431],[7.105,0.738]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-289.213,259.719],[510.787,259.719],[510.787,-340.281],[-289.213,-340.281]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-289.213,-340.281],[510.787,-340.281],[510.787,259.719],[-289.213,259.719]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[37.924,1.419],[37.924,-1.419]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":3,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[52.797,86.015],"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":"Group 7","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[7.083,-8.108],[-0.254,-1.42],[-1.499,0.8],[-35.756,-0.6],[0,0],[-0.293,0.3],[-0.759,-1.803],[-0.922,1.405],[0.547,-0.1],[1.387,-0.5],[1.402,-0.7],[3.261,-0.3],[0.697,0.3],[8.285,8.3],[-0.804,0.932]],"o":[[0,0],[0,0],[0.253,1.421],[0,0],[0,0],[0,0],[0.292,-0.3],[0.698,1.656],[1.117,-1.7],[-0.547,0.1],[-1.387,0.5],[-1.402,0.7],[-3.26,0.3],[-0.697,-0.3],[0,0],[-1.182,-5.113]],"v":[[-11.892,-15.991],[-27.047,-6.219],[-30.486,-1.133],[-27.362,0.388],[13.035,9.888],[16.746,10.788],[17.548,12.087],[24.806,14.335],[29.284,13.812],[30.193,2.988],[28.243,2.587],[25.979,2.788],[17.862,4.288],[9.833,4.587],[-6.621,-5.112],[-5.087,-8.107]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-418.466,314.184],[381.534,314.184],[381.534,-285.816],[-418.466,-285.816]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-418.466,-285.816],[381.534,-285.816],[381.534,314.184],[-418.466,314.184]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.97,0.77,0.58,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[182.05,31.551],"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":"Group 8","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.023,-0.932],[0.937,0],[-0.023,0.932],[-0.937,0]],"o":[[-0.023,0.932],[-0.937,0],[0.023,-0.932],[0.937,0]],"v":[[1.697,0],[-0.041,1.688],[-1.696,0],[0.041,-1.688]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-434.663,325.817],[365.337,325.817],[365.337,-274.183],[-434.663,-274.183]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-434.663,-274.183],[365.337,-274.183],[365.337,325.817],[-434.663,325.817]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0,0.95,0.93,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[198.247,19.918],"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":"Group 9","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[1.13,0.828],[1.91,6.569],[1.618,-2.331],[-8.207,-6.252]],"o":[[-1.456,-1.067],[-1.258,-4.326],[2.411,5.285],[3.127,-3.234]],"v":[[9.555,6.35],[-2.964,-8.113],[-10.685,-5.928],[4.394,12.438]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-431.928,333.046],[368.072,333.046],[368.072,-266.954],[-431.928,-266.954]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-431.928,-266.954],[368.072,-266.954],[368.072,333.046],[-431.928,333.046]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.04,0.78,0.76,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[195.512,12.689],"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":"Group 10","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.401,0.748],[0,0],[0,0],[-1.276,-1.242],[-0.683,0.851]],"o":[[-1.571,-2.929],[0,0],[0.791,1.417],[0.912,0.887],[-0.789,-0.407]],"v":[[2.024,2.035],[-2.183,-5.031],[-3.882,-3.921],[1.242,4.144],[3.882,3.735]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-423.698,228.655],[376.302,228.655],[376.302,-371.345],[-423.698,-371.345]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-423.698,-371.345],[376.302,-371.345],[376.302,228.655],[-423.698,228.655]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.7,0.46,0.25,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[187.282,117.08],"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":"Group 11","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.669,-1.091],[-7.535,1.149],[0,0],[-1.571,-2.929],[-0.939,-0.575],[1.042,-0.804],[5.089,1.436],[2.675,0.517],[1.08,0.23],[0.664,1.149],[-2.213,3.381]],"o":[[0,0],[0,0],[0,0],[1.57,2.93],[0.938,0.574],[0,0],[-5.09,-1.436],[-2.675,-0.517],[-1.08,-0.23],[-0.665,-1.149],[0.978,-1.494]],"v":[[-9.783,-8.329],[-1.104,-3.16],[2.417,-5.456],[6.623,1.607],[14.804,4.939],[14.31,8.443],[4.125,7.984],[-4.099,3.676],[-9.07,4.363],[-15.077,2.1],[-13.518,-6.26]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-419.099,228.228],[380.901,228.228],[380.901,-371.772],[-419.099,-371.772]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-419.099,-371.772],[380.901,-371.772],[380.901,228.228],[-419.099,228.228]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.59,0.39,0.21,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[182.683,117.506],"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":"Group 12","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[3.612,-1.206],[-1.255,-0.976],[-2.002,0.517],[-1.916,-0.632],[-6.491,1.091],[0.344,0.804]],"o":[[0,0],[1.255,0.977],[2.002,-0.516],[1.916,0.632],[0,0],[-0.344,-0.804]],"v":[[-14.456,-4.021],[-14.062,-0.805],[-6.827,0.516],[0.084,2.298],[14.266,4.135],[14.973,2.413]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-418.781,222.944],[381.219,222.944],[381.219,-377.056],[-418.781,-377.056]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-418.781,-377.056],[381.219,-377.056],[381.219,222.944],[-418.781,222.944]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.51,0.33,0.16,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[182.365,122.79],"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":"Group 13","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.923,0.076],[-2.789,-0.533],[1.285,-0.305],[-0.103,-0.153],[0.306,0],[-0.057,-0.266],[0,0],[2.261,2.846],[0.027,0.035],[0.219,0.647]],"o":[[0,0],[0,0],[-1.285,0.304],[0.103,0.152],[-0.306,0],[0.056,0.266],[0,0],[-0.027,-0.033],[-2.227,-2.928],[-0.219,-0.646]],"v":[[-1.528,-4.774],[5.744,-1.807],[5.312,-0.628],[4.87,0.172],[3.333,0.78],[3.463,3.138],[2.69,4.774],[-4.29,1.11],[-4.37,1.008],[-2.16,-3.48]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-414.26,233.865],[385.74,233.865],[385.74,-366.135],[-414.26,-366.135]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-414.26,-366.135],[385.74,-366.135],[385.74,233.865],[-414.26,233.865]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.89,0.87,0.84,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[177.845,111.87],"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":"Group 14","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[1.869,0.383],[0,0],[-0.011,0.152],[-1.83,1.644]],"o":[[0,0],[0,0],[0.011,-0.152],[0,0]],"v":[[0.077,-3.55],[-4.242,1.344],[0.346,3.398],[4.242,-2.249]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-417.6,237.624],[382.4,237.624],[382.4,-362.376],[-417.6,-362.376]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-417.6,-362.376],[382.4,-362.376],[382.4,237.624],[-417.6,237.624]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.97,0.77,0.58,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[181.184,108.111],"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":"Group 15","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.123,-0.15],[-1.143,-6.079],[7.123,3.376],[2.657,6.079]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-433.817,334.099],[366.183,334.099],[366.183,-265.901],[-433.817,-265.901]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-433.817,-265.901],[366.183,-265.901],[366.183,334.099],[-433.817,334.099]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.95,0.93,0.9,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[197.401,11.636],"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":"Group 16","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.297,-0.768],[3.449,1.091],[-0.298,0.767],[-3.448,-1.091]],"o":[[-0.297,0.768],[-3.448,-1.092],[0.297,-0.768],[3.448,1.091]],"v":[[6.244,1.976],[-0.538,1.39],[-6.243,-1.976],[0.538,-1.39]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-419.352,239.181],[380.648,239.181],[380.648,-360.819],[-419.352,-360.819]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-419.352,-360.819],[380.648,-360.819],[380.648,239.181],[-419.352,239.181]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.15,0.32,0.36,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[182.936,106.553],"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":"Group 17","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[3.117,-0.555],[16.525,-0.304],[0,0],[0,0],[0,0],[0,0],[1.362,-6.927],[-23.886,2.548],[-3.553,0.772],[-5.75,1.139],[0,0],[2.13,-4.172],[0,0],[0,0],[-0.783,4.867],[-2.146,6.258],[0,0],[0,0]],"o":[[-4.049,0.721],[-11.543,0.212],[0,0],[0,0],[0,0],[0,0],[-1.379,7.007],[8.708,-0.929],[0,0],[0.049,0.149],[-6.707,5.562],[-2.129,4.172],[7.053,-0.835],[0,0],[0.784,-4.868],[2.146,-6.257],[0,0],[1.185,-3.542]],"v":[[34.819,-13.539],[8.95,-16.205],[-18.827,-29.93],[-33.979,-32.637],[-35.395,-28.444],[-31.854,-27.77],[-36.557,-18.541],[-7.293,-4.526],[21.081,-2.969],[24.625,-2.305],[24.708,-2.062],[15.923,20.049],[9.522,28.685],[22.009,32.637],[23.874,25.89],[31.228,7.95],[35.955,-4.515],[35.81,-4.531]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-403.587,269.842],[396.413,269.842],[396.413,-330.158],[-403.587,-330.158]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-403.587,-330.158],[396.413,-330.158],[396.413,269.842],[-403.587,269.842]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.03,0.62,0.74,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[167.171,75.893],"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":"Group 18","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[20.009,-31.284],[-27.205,-16.506]],"o":[[0,0],[0,0]],"v":[[-22.359,18.329],[22.359,-1.824]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-476.698,243.199],[323.302,243.199],[323.302,-356.801],[-476.698,-356.801]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-476.698,-356.801],[323.302,-356.801],[323.302,243.199],[-476.698,243.199]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[1,0.33,0.26,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[240.282,102.536],"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":"Group 19","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[44.655,-22.706],[-22.801,-36.847]],"o":[[0,0],[0,0]],"v":[[-35.77,16.386],[35.77,18.423]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-344.812,262.02],[455.188,262.02],[455.188,-337.98],[-344.812,-337.98]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-344.812,-337.98],[455.188,-337.98],[455.188,262.02],[-344.812,262.02]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[1,0.33,0.26,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[108.396,83.714],"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":"Group 20","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.123,-1.64],[1.648,0],[0,0],[-0.123,1.64],[-1.649,0],[0,0]],"o":[[-0.123,1.64],[0,0],[-1.649,0],[0.123,-1.64],[0,0],[1.649,0]],"v":[[25.218,0],[22.011,2.969],[-22.455,2.969],[-25.218,0],[-22.011,-2.969],[22.455,-2.969]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-308.281,275.071],[491.719,275.071],[491.719,-324.929],[-308.281,-324.929]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-308.281,-324.929],[491.719,-324.929],[491.719,275.071],[-308.281,275.071]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[1,0.1,0,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[71.865,70.664],"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":"Group 21","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[15.146,5.197],[3.795,0.417],[0.617,0.24],[0.079,-0.449],[-3.62,-0.416],[-16.526,-5.946],[-5.867,6.158],[0.811,2.226]],"o":[[-17.329,-5.946],[-0.873,-0.095],[-0.351,0.568],[-0.558,3.185],[3.62,0.417],[16.526,5.945],[0,0],[-7.682,4.438]],"v":[[-1.552,-1.022],[-34.312,-8.396],[-36.537,-8.902],[-37.19,-7.36],[-32.886,-1.993],[-1.64,5.381],[37.317,3.045],[36.444,-1.231]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-373.202,270.193],[426.798,270.193],[426.798,-329.807],[-373.202,-329.807]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-373.202,-329.807],[426.798,-329.807],[426.798,270.193],[-373.202,270.193]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-37.317,8.902],[37.318,8.902],[37.318,-8.903],[-37.317,-8.903]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":3,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.21,0.2,0.19,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[136.786,75.541],"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":"Group 22","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[4.687,1.793],[8.895,-1.911],[0.445,-2.536],[-3.62,-0.417],[-16.526,-5.946],[-5.868,6.158],[10.085,-2.124]],"o":[[-7.237,-2.769],[-8.895,1.912],[-0.558,3.185],[3.62,0.416],[16.526,5.946],[0,0],[-10.085,2.123]],"v":[[1.746,-4.035],[-22.827,-13.06],[-36.974,-3.716],[-32.671,1.651],[-1.424,9.025],[37.533,6.689],[27.109,-2.866]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-372.988,273.838],[427.012,273.838],[427.012,-326.162],[-372.988,-326.162]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-372.988,-326.162],[427.012,-326.162],[427.012,273.838],[-372.988,273.838]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.27,0.25,0.24,1]},"o":{"a":0,"k":100},"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill"},{"ty":"fl","c":{"a":0,"k":[0.31,0.29,0.28,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[136.572,71.897],"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":"Group 23","np":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[1.039,-13.882],[-3.057,1.221],[-19.69,9.927],[-1.54,1.432],[18.987,-5.693]],"o":[[-0.289,3.866],[5.953,-2.377],[13.925,-7.021],[1.502,-1.397],[-13.182,3.952]],"v":[[-30.261,17.574],[-22.568,20.016],[1.883,-0.536],[29.048,-5.421],[-4.129,-15.747]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-479.63,235.648],[320.37,235.648],[320.37,-364.352],[-479.63,-364.352]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-479.63,-364.352],[320.37,-364.352],[320.37,235.648],[-479.63,235.648]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[1,0.1,0,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[243.214,110.087],"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":"Group 24","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[7.991,11.38],[4.556,-10.446],[-5.122,-0.424]],"o":[[0,0],[0,0],[0,0]],"v":[[-6.404,-15.6],[-3.671,15.6],[6.404,11.777]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-473.754,263.354],[326.246,263.354],[326.246,-336.646],[-473.754,-336.646]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-473.754,-336.646],[326.246,-336.646],[326.246,263.354],[-473.754,263.354]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0,0.95,0.93,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[237.338,82.381],"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":"Group 25","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-8.977,-0.226],[-24.199,-2.834],[-2.754,0.31],[0.464,4.718],[27.567,0.048]],"o":[[3.026,0.076],[24.199,2.834],[4.005,-0.452],[-0.402,-4.077],[-42.977,-0.075]],"v":[[-44.562,20.835],[4.981,11.789],[47.343,21.626],[53.076,11.312],[18.594,-21.862]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-335.632,244.203],[464.368,244.203],[464.368,-355.797],[-335.632,-355.797]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-335.632,-355.797],[464.368,-355.797],[464.368,244.203],[-335.632,244.203]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[1,0.1,0,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[99.216,101.531],"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":"Group 26","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[2.943,0],[0,0],[-0.219,2.928],[0,0],[-2.943,0],[0,0],[0.219,-2.928]],"o":[[-0.219,2.928],[0,0],[-2.944,0],[0,0],[0.219,-2.928],[0,0],[2.944,0],[0,0]],"v":[[25.127,7.586],[19.401,12.887],[-21.328,12.887],[-26.261,7.586],[-25.126,-7.586],[-19.4,-12.887],[21.329,-12.887],[26.262,-7.586]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-325.819,248.009],[474.181,248.009],[474.181,-351.991],[-325.819,-351.991]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-325.819,-351.991],[474.181,-351.991],[474.181,248.009],[-325.819,248.009]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.04,0.78,0.76,1]},"o":{"a":0,"k":100},"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill"},{"ty":"fl","c":{"a":0,"k":[0.04,0.78,0.76,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[89.403,97.726],"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":"Group 27","np":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[2.943,0],[0,0],[-0.219,2.928],[0,0],[-2.943,0],[0,0],[0.219,-2.928]],"o":[[-0.219,2.928],[0,0],[-2.944,0],[0,0],[0.219,-2.928],[0,0],[2.944,0],[0,0]],"v":[[25.127,7.586],[19.401,12.887],[-21.328,12.887],[-26.261,7.586],[-25.126,-7.585],[-19.4,-12.887],[21.329,-12.887],[26.262,-7.585]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-321.371,252.448],[478.629,252.448],[478.629,-347.552],[-321.371,-347.552]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-321.371,-347.552],[478.629,-347.552],[478.629,252.448],[-321.371,252.448]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0,0.95,0.93,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[84.955,93.287],"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":"Group 28","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.008,7.544],[-2.445,7.544],[-1.008,-7.544],[2.445,-7.544]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-295.464,252.611],[504.536,252.611],[504.536,-347.389],[-295.464,-347.389]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-295.464,-347.389],[504.536,-347.389],[504.536,252.611],[-295.464,252.611]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[1,0.1,0,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[59.048,93.124],"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":"Group 29","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[1.846,0],[-0.103,1.117],[0,0],[-1.846,0],[0.103,-1.117]],"o":[[-0.103,1.117],[-1.846,0],[0,0],[0.103,-1.117],[1.846,0],[0,0]],"v":[[2.946,4.304],[-0.583,6.327],[-3.739,4.304],[-2.946,-4.304],[0.583,-6.327],[3.739,-4.304]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-294.417,252.307],[505.583,252.307],[505.583,-347.693],[-294.417,-347.693]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-294.417,-347.693],[505.583,-347.693],[505.583,252.307],[-294.417,252.307]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[1,0.91,0.67,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[58.001,93.427],"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":"Group 30","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-1.615,-0.813],[-14.351,-0.534],[-0.394,0.961],[-12.554,10.239],[-1.166,0.814],[1.536,9.615],[1.312,2.564],[4.949,-2.992],[-0.826,-3.312],[3.888,-4.594],[0.224,-2.991],[2.931,-0.428],[15.251,10.043],[-1.851,6.09],[-1.163,4.06],[0,0],[0,0]],"o":[[0,0],[1.929,0.971],[14.352,0.534],[0.394,-0.962],[1.374,-1.121],[0,0],[-1.536,-9.615],[-1.311,-2.564],[0,0],[0.826,3.312],[-3.888,4.594],[-0.224,2.992],[-2.932,0.427],[0,0],[1.852,-6.089],[0,0],[0,0],[0,0]],"v":[[-34.311,28.782],[-24.992,39.145],[-0.932,43.418],[47.275,43.632],[64.224,12.33],[68.036,9.44],[70.794,-6.58],[60.922,-39.698],[50.624,-41.601],[58.749,-13.524],[56.794,1.112],[46.211,17.671],[42.167,38.718],[-9.604,27.286],[-10.23,18.419],[6.135,-9.637],[-60.738,-17.329],[-72.331,-7.114]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-401.054,254.858],[398.946,254.858],[398.946,-345.142],[-401.054,-345.142]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-401.054,-345.142],[398.946,-345.142],[398.946,254.858],[-401.054,254.858]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.04,0.78,0.76,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[164.638,90.877],"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":"Group 31","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-4.274,-0.237],[-0.939,1.068]],"o":[[0,0],[24.327,1.346],[0.939,-1.069]],"v":[[-40.057,-8.332],[-23.44,6.986],[39.118,3.751]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-409.051,215.019],[390.949,215.019],[390.949,-384.981],[-409.051,-384.981]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-409.051,-384.981],[390.949,-384.981],[390.949,215.019],[-409.051,215.019]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.21,0.2,0.19,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[172.635,130.715],"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":"Group 32","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.04,0.539],[0.593,0],[0,0],[0.04,-0.539],[-0.593,0],[0,0]],"o":[[0.04,-0.539],[0,0],[-0.593,0],[-0.04,0.539],[0,0],[0.593,0]],"v":[[6.675,0],[5.674,-0.976],[-5.528,-0.976],[-6.675,0],[-5.674,0.976],[5.528,0.976]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-356.023,230.502],[443.977,230.502],[443.977,-369.498],[-356.023,-369.498]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-356.023,-369.498],[443.977,-369.498],[443.977,230.502],[-356.023,230.502]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.21,0.2,0.19,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[119.607,115.233],"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":"Group 33","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.04,0.539],[0.593,0],[0,0],[0.041,-0.539],[-0.593,0],[0,0]],"o":[[0.04,-0.539],[0,0],[-0.593,0],[-0.04,0.539],[0,0],[0.593,0]],"v":[[9.151,0],[8.15,-0.976],[-8.004,-0.976],[-9.151,0],[-8.15,0.976],[8.004,0.976]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-355.776,227.204],[444.224,227.204],[444.224,-372.796],[-355.776,-372.796]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-355.776,-372.796],[444.224,-372.796],[444.224,227.204],[-355.776,227.204]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.21,0.2,0.19,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[119.36,118.531],"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":"Group 34","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.04,-0.539],[0.593,0],[0,0],[-0.04,0.539],[-0.593,0],[0,0]],"o":[[-0.04,0.539],[0,0],[-0.593,0],[0.04,-0.539],[0,0],[0.593,0]],"v":[[6.675,0],[5.528,0.976],[-5.674,0.976],[-6.675,0],[-5.528,-0.976],[5.674,-0.976]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-355.036,217.309],[444.964,217.309],[444.964,-382.691],[-355.036,-382.691]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-355.036,-382.691],[444.964,-382.691],[444.964,217.309],[-355.036,217.309]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.21,0.2,0.19,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[118.62,128.426],"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":"Group 35","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.04,-0.539],[0.593,0],[0,0],[-0.04,0.539],[-0.593,0],[0,0]],"o":[[-0.04,0.539],[0,0],[-0.593,0],[0.041,-0.539],[0,0],[0.593,0]],"v":[[9.151,0],[8.004,0.976],[-8.15,0.976],[-9.151,0],[-8.004,-0.976],[8.15,-0.976]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-355.283,220.607],[444.717,220.607],[444.717,-379.393],[-355.283,-379.393]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-355.283,-379.393],[444.717,-379.393],[444.717,220.607],[-355.283,220.607]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.21,0.2,0.19,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[118.867,125.128],"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":"Group 36","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.04,-0.539],[0.656,0],[0,0],[-0.04,0.539],[-0.655,0],[0,0]],"o":[[-0.04,0.539],[0,0],[-0.656,0],[0.04,-0.539],[0,0],[0.656,0]],"v":[[11.229,0],[9.969,0.976],[-10.115,0.976],[-11.229,0],[-9.969,-0.976],[10.115,-0.976]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-355.53,223.905],[444.47,223.905],[444.47,-376.095],[-355.53,-376.095]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-355.53,-376.095],[444.47,-376.095],[444.47,223.905],[-355.53,223.905]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.21,0.2,0.19,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[119.114,121.829],"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":"Group 37","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.45,-6.02],[6.768,0],[-0.451,6.02],[-6.768,0]],"o":[[-0.45,6.02],[-6.768,0],[0.45,-6.02],[6.768,0]],"v":[[12.255,0],[-0.815,10.9],[-12.254,0],[0.816,-10.9]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-355.529,223.905],[444.471,223.905],[444.471,-376.095],[-355.529,-376.095]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-355.529,-376.095],[444.471,-376.095],[444.471,223.905],[-355.529,223.905]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.31,0.29,0.28,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[119.113,121.829],"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":"Group 38","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.557,-7.45],[8.376,0],[-0.558,7.45],[-8.375,0]],"o":[[-0.557,7.45],[-8.375,0],[0.557,-7.45],[8.376,0]],"v":[[15.166,0],[-1.01,13.489],[-15.165,0],[1.01,-13.489]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-355.529,223.905],[444.471,223.905],[444.471,-376.095],[-355.529,-376.095]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-355.529,-376.095],[444.471,-376.095],[444.471,223.905],[-355.529,223.905]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.21,0.2,0.19,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[119.113,121.829],"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":"Group 39","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.156,-2.081],[2.092,0],[-0.156,2.081],[-2.092,0]],"o":[[-0.156,2.081],[-2.092,0],[0.155,-2.081],[2.092,0]],"v":[[3.788,0],[-0.282,3.768],[-3.788,0],[0.282,-3.768]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-331.04,216.076],[468.96,216.076],[468.96,-383.924],[-331.04,-383.924]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-331.04,-383.924],[468.96,-383.924],[468.96,216.076],[-331.04,216.076]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.21,0.2,0.19,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[94.624,129.659],"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":"Group 40","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0.014,-0.042],[0,0],[-0.899,-0.234],[0,0],[-0.014,0.043],[0,0],[0.899,0.234]],"o":[[-0.899,-0.234],[0,0],[-0.014,0.042],[0,0],[0.899,0.234],[0,0],[0.014,-0.043],[0,0]],"v":[[-0.994,-1.001],[-2.648,-1.348],[-3.051,-0.137],[-1.449,0.364],[0.994,1.001],[2.647,1.348],[3.051,0.137],[1.448,-0.363]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-335.734,230.184],[464.266,230.184],[464.266,-369.816],[-335.734,-369.816]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-335.734,-369.816],[464.266,-369.816],[464.266,230.184],[-335.734,230.184]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.21,0.2,0.19,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[99.318,115.551],"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":"Group 41","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0.014,-0.042],[0,0],[-0.899,-0.234],[0,0],[-0.014,0.043],[0,0],[0.899,0.234]],"o":[[-0.899,-0.234],[0,0],[-0.014,0.042],[0,0],[0.899,0.234],[0,0],[0.014,-0.043],[0,0]],"v":[[-0.994,-1.001],[-2.648,-1.348],[-3.051,-0.137],[-1.449,0.364],[0.994,1.001],[2.647,1.348],[3.051,0.137],[1.448,-0.363]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-334.998,227.961],[465.002,227.961],[465.002,-372.039],[-334.998,-372.039]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-334.998,-372.039],[465.002,-372.039],[465.002,227.961],[-334.998,227.961]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.21,0.2,0.19,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[98.582,117.774],"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":"Group 42","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.899,0.234],[0,0],[0.014,-0.043],[0,0],[-0.899,-0.235],[0,0],[-0.014,0.042],[0,0]],"o":[[0,0],[-0.9,-0.234],[0,0],[-0.015,0.043],[0,0],[0.9,0.235],[0,0],[0.015,-0.042]],"v":[[1.449,-0.364],[-0.993,-1.001],[-2.647,-1.348],[-3.051,-0.137],[-1.448,0.365],[0.993,1.001],[2.647,1.348],[3.051,0.137]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-337.316,234.637],[462.684,234.637],[462.684,-365.363],[-337.316,-365.363]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-337.316,-365.363],[462.684,-365.363],[462.684,234.637],[-337.316,234.637]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.21,0.2,0.19,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[100.9,111.098],"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":"Group 43","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0.014,-0.042],[0,0],[-0.899,-0.234],[0,0],[-0.015,0.043],[0,0],[0.9,0.234]],"o":[[-0.899,-0.234],[0,0],[-0.014,0.042],[0,0],[0.899,0.234],[0,0],[0.014,-0.043],[0,0]],"v":[[-0.994,-1.001],[-2.648,-1.348],[-3.051,-0.137],[-1.449,0.364],[0.994,1.001],[2.648,1.348],[3.051,0.137],[1.448,-0.363]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-336.581,232.414],[463.419,232.414],[463.419,-367.586],[-336.581,-367.586]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-336.581,-367.586],[463.419,-367.586],[463.419,232.414],[-336.581,232.414]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.21,0.2,0.19,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[100.165,113.321],"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":"Group 44","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.487,0.127],[0,0],[0.266,-0.799],[0,0],[-0.487,-0.127],[0,0],[-0.266,0.799],[0,0]],"o":[[0,0],[-0.487,-0.127],[0,0],[-0.266,0.799],[0,0],[0.487,0.127],[0,0],[0.266,-0.799]],"v":[[4.939,-12.665],[3.616,-13.01],[2.252,-11.793],[-5.339,10.988],[-4.939,12.665],[-3.616,13.01],[-2.252,11.794],[5.339,-10.989]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-334.605,226.952],[465.395,226.952],[465.395,-373.048],[-334.605,-373.048]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-334.605,-373.048],[465.395,-373.048],[465.395,226.952],[-334.605,226.952]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.31,0.29,0.28,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[98.189,118.783],"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":"Group 45","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.156,-2.081],[2.092,0],[-0.156,2.081],[-2.092,0]],"o":[[-0.156,2.081],[-2.092,0],[0.156,-2.081],[2.092,0]],"v":[[3.788,0],[-0.282,3.768],[-3.788,0],[0.282,-3.768]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-483.457,216.076],[316.543,216.076],[316.543,-383.924],[-483.457,-383.924]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-483.457,-383.924],[316.543,-383.924],[316.543,216.076],[-483.457,216.076]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.21,0.2,0.19,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[247.041,129.659],"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":"Group 46","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0.842,-0.496],[0,0],[0.021,0.037],[0,0],[-0.841,0.496],[0,0],[-0.02,-0.037]],"o":[[0.02,0.037],[0,0],[-0.841,0.495],[0,0],[-0.02,-0.037],[0,0],[0.842,-0.496],[0,0]],"v":[[2.959,-1.04],[1.471,-0.074],[-0.816,1.273],[-2.377,2.103],[-2.959,1.04],[-1.472,0.075],[0.816,-1.271],[2.377,-2.102]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-476.614,228.462],[323.386,228.462],[323.386,-371.538],[-476.614,-371.538]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-476.614,-371.538],[323.386,-371.538],[323.386,228.462],[-476.614,228.462]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.21,0.2,0.19,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[240.198,117.273],"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":"Group 47","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0.842,-0.496],[0,0],[0.021,0.037],[0,0],[-0.841,0.496],[0,0],[-0.02,-0.037]],"o":[[0.02,0.037],[0,0],[-0.841,0.495],[0,0],[-0.02,-0.037],[0,0],[0.842,-0.496],[0,0]],"v":[[2.959,-1.04],[1.471,-0.074],[-0.816,1.273],[-2.377,2.103],[-2.959,1.04],[-1.472,0.075],[0.816,-1.271],[2.377,-2.102]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-477.677,226.509],[322.323,226.509],[322.323,-373.491],[-477.677,-373.491]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-477.677,-373.491],[322.323,-373.491],[322.323,226.509],[-477.677,226.509]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.21,0.2,0.19,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[241.261,119.225],"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":"Group 48","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0.842,-0.496],[0,0],[0.021,0.037],[0,0],[-0.841,0.496],[0,0],[-0.02,-0.037]],"o":[[0.02,0.037],[0,0],[-0.841,0.495],[0,0],[-0.02,-0.037],[0,0],[0.842,-0.496],[0,0]],"v":[[2.959,-1.04],[1.471,-0.074],[-0.816,1.273],[-2.377,2.103],[-2.959,1.04],[-1.472,0.075],[0.816,-1.271],[2.377,-2.102]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-474.376,232.341],[325.624,232.341],[325.624,-367.659],[-474.376,-367.659]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-474.376,-367.659],[325.624,-367.659],[325.624,232.341],[-474.376,232.341]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.21,0.2,0.19,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[237.96,113.393],"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":"Group 49","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0.842,-0.496],[0,0],[0.021,0.037],[0,0],[-0.841,0.496],[0,0],[-0.02,-0.037]],"o":[[0.02,0.037],[0,0],[-0.841,0.495],[0,0],[-0.02,-0.037],[0,0],[0.842,-0.496],[0,0]],"v":[[2.959,-1.04],[1.471,-0.074],[-0.816,1.273],[-2.377,2.103],[-2.959,1.04],[-1.472,0.075],[0.816,-1.271],[2.377,-2.102]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-475.44,230.389],[324.56,230.389],[324.56,-369.611],[-475.44,-369.611]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-475.44,-369.611],[324.56,-369.611],[324.56,230.389],[-475.44,230.389]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.21,0.2,0.19,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[239.024,115.346],"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":"Group 50","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0.456,-0.269],[0,0],[0.384,0.701],[0,0],[-0.456,0.269],[0,0],[-0.384,-0.702]],"o":[[0.384,0.701],[0,0],[-0.456,0.269],[0,0],[-0.384,-0.701],[0,0],[0.456,-0.268],[0,0]],"v":[[6.922,9.147],[6.792,10.904],[5.553,11.632],[4.032,10.85],[-6.922,-9.148],[-6.792,-10.904],[-5.553,-11.633],[-4.032,-10.85]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-478.218,225.639],[321.782,225.639],[321.782,-374.361],[-478.218,-374.361]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-478.218,-374.361],[321.782,-374.361],[321.782,225.639],[-478.218,225.639]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.31,0.29,0.28,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[241.802,120.095],"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":"Group 51","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[6.795,3.84],[-4.542,3.84],[-7.268,-3.84],[7.268,-3.84]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-291.857,234.503],[508.143,234.503],[508.143,-365.497],[-291.857,-365.497]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-291.857,-365.497],[508.143,-365.497],[508.143,234.503],[-291.857,234.503]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.27,0.25,0.24,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[55.441,111.232],"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":"Group 52","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-6.803,1.923],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-15.102,9.455],[15.102,6.25],[-0.37,-9.455]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-372.547,220.36],[427.453,220.36],[427.453,-379.64],[-372.547,-379.64]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-372.547,-379.64],[427.453,-379.64],[427.453,220.36],[-372.547,220.36]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.31,0.29,0.28,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[136.131,125.374],"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":"Group 53","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[2.709,-8.037],[-10.012,-8.276],[0,0],[-0.18,2.414]],"o":[[2.858,1.391],[-2.483,7.365],[0,0],[0,0],[0.181,-2.414]],"v":[[7.442,-21.783],[1.093,-4.806],[7.88,21.783],[-9.555,16.955],[-10.12,4.426]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-399.136,242.11],[400.864,242.11],[400.864,-357.89],[-399.136,-357.89]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-399.136,-357.89],[400.864,-357.89],[400.864,242.11],[-399.136,242.11]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[1,0.1,0,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[162.72,103.624],"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":"Group 54","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-29.148,3.459],[0,0],[15.95,6.32]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-24.433,-8.049],[24.433,0.536],[22.198,6.379],[-20.25,1.729]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-422.282,221.246],[377.718,221.246],[377.718,-378.754],[-422.282,-378.754]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-422.282,-378.754],[377.718,-378.754],[377.718,221.246],[-422.282,221.246]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.31,0.29,0.28,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[185.866,124.489],"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":"Group 55","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[7.734,2.56],[0,0],[-6.747,-3.378]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.97,4.71],[-9.007,-4.812],[1.572,-4.505],[9.007,4.812]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-303.174,268.723],[496.826,268.723],[496.826,-331.277],[-303.174,-331.277]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-303.174,-331.277],[496.826,-331.277],[496.826,268.723],[-303.174,268.723]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.27,0.25,0.24,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[66.758,77.012],"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":"Group 56","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-0.211,2.81],[-0.132,1.756],[-1.737,0.409],[0,0],[0,0]],"o":[[0,0],[0.21,-2.809],[0.131,-1.756],[1.737,-0.41],[0,0],[0,0]],"v":[[-4.518,19.49],[-10.547,11.998],[-8.629,-13.637],[-5.026,-16.973],[6.636,-19.49],[10.758,-3.804]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-453.021,256.451],[346.979,256.451],[346.979,-343.549],[-453.021,-343.549]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-453.021,-343.549],[346.979,-343.549],[346.979,256.451],[-453.021,256.451]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[1,0.1,0,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[216.605,89.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":"Group 57","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[6.783,19.432],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-2.149,13.058],[-6.381,-10.588],[-1.335,-13.058],[0.711,-12.577],[6.381,9.144]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-453.031,283.381],[346.969,283.381],[346.969,-316.619],[-453.031,-316.619]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-453.031,-316.619],[346.969,-316.619],[346.969,283.381],[-453.031,283.381]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.31,0.29,0.28,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[216.615,62.354],"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":"Group 58","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-1.495,-5.283]],"o":[[0,0],[0,0],[-5.202,2.149],[1.613,5.698]],"v":[[-3.705,12.09],[8.697,10.377],[0.641,-12.09],[-7.202,2.505]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-450.355,306.058],[349.645,306.058],[349.645,-293.942],[-450.355,-293.942]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-450.355,-293.942],[349.645,-293.942],[349.645,306.058],[-450.355,306.058]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[1,0.1,0,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[213.939,39.676],"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":"Group 59","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.565,3.94],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-6.135,-3.164],[6.7,-9.879],[6.257,8.028],[-1.225,9.879]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-456.313,312.477],[343.687,312.477],[343.687,-287.523],[-456.313,-287.523]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-456.313,-287.523],[343.687,-287.523],[343.687,312.477],[-456.313,312.477]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.04,0.78,0.76,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[219.897,33.258],"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":"Group 60","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.289,-3.857],[2.436,0],[-0.289,3.857],[-2.436,0]],"o":[[-0.289,3.857],[-2.436,0],[0.288,-3.857],[2.436,0]],"v":[[4.411,0],[-0.522,6.984],[-4.41,0],[0.523,-6.984]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-462.769,312.477],[337.231,312.477],[337.231,-287.523],[-462.769,-287.523]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-462.769,-287.523],[337.231,-287.523],[337.231,312.477],[-462.769,312.477]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[1,0.95,0.82,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[226.353,33.258],"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":"Group 61","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.53,0.735],[0,0],[0,0],[-1.48,-1.219],[-0.514,0.836]],"o":[[-2.077,-2.878],[0,0],[1.036,1.392],[1.058,0.872],[-0.848,-0.4]],"v":[[2.376,1.998],[-3.044,-4.941],[-4.51,-3.852],[1.993,4.07],[4.51,3.669]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-431.004,229.384],[368.996,229.384],[368.996,-370.616],[-431.004,-370.616]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-431.004,-370.616],[368.996,-370.616],[368.996,229.384],[-431.004,229.384]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.58,0.38,0.2,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[194.588,116.35],"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":"Group 62","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.856,-1.072],[-7.186,1.128],[0,0],[-2.077,-2.878],[-1.027,-0.564],[0.875,-0.79],[5.258,1.41],[2.72,0.508],[1.102,0.225],[0.863,1.128],[-1.555,3.321]],"o":[[0,0],[0,0],[0,0],[2.077,2.877],[1.026,0.565],[0,0],[-5.258,-1.411],[-2.721,-0.508],[-1.102,-0.226],[-0.862,-1.129],[0.687,-1.467]],"v":[[-11.374,-8.181],[-1.91,-3.103],[1.126,-5.36],[6.546,1.58],[15.186,4.852],[15.342,8.294],[5.259,7.843],[-3.6,3.611],[-8.354,4.287],[-14.665,2.063],[-14.662,-6.15]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-426.833,228.966],[373.167,228.966],[373.167,-371.034],[-426.833,-371.034]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-426.833,-371.034],[373.167,-371.034],[373.167,228.966],[-426.833,228.966]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.46,0.3,0.16,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[190.417,116.769],"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":"Group 63","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[3.326,-1.185],[-1.41,-0.96],[-1.871,0.508],[-1.996,-0.62],[-6.172,1.072],[0.485,0.79]],"o":[[0,0],[1.41,0.959],[1.87,-0.508],[1.996,0.621],[0,0],[-0.485,-0.79]],"v":[[-15.056,-3.95],[-14.081,-0.79],[-6.738,0.508],[0.37,2.257],[14.629,4.063],[15.007,2.37]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-427.37,223.775],[372.63,223.775],[372.63,-376.225],[-427.37,-376.225]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-427.37,-376.225],[372.63,-376.225],[372.63,223.775],[-427.37,223.775]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.35,0.22,0.11,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[190.954,121.96],"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":"Group 64","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.892,0.075],[-2.836,-0.523],[1.205,-0.299],[-0.129,-0.149],[0.3,0],[-0.104,-0.261],[0,0],[2.74,2.796],[0.032,0.034],[0.333,0.636]],"o":[[0,0],[0,0],[-1.205,0.298],[0.129,0.15],[-0.3,0],[0.104,0.262],[0,0],[-0.032,-0.033],[-2.722,-2.877],[-0.333,-0.635]],"v":[[-2.111,-4.689],[5.57,-1.775],[5.361,-0.616],[5.073,0.168],[3.676,0.766],[4.234,3.082],[3.775,4.689],[-3.747,1.09],[-3.844,0.99],[-2.495,-3.419]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-420.544,234.502],[379.456,234.502],[379.456,-365.498],[-420.544,-365.498]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-420.544,-365.498],[379.456,-365.498],[379.456,234.502],[-420.544,234.502]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.79,0.77,0.75,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[184.128,111.232],"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":"Group 65","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[1.52,0.195],[0,0],[0.017,0.149],[-1.496,1.615]],"o":[[0,0],[0,0],[-0.016,-0.15],[0,0]],"v":[[-0.548,-3.465],[-3.855,1.298],[1.023,3.316],[3.855,-2.217]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-423.334,238.173],[376.666,238.173],[376.666,-361.827],[-423.334,-361.827]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-423.334,-361.827],[376.666,-361.827],[376.666,238.173],[-423.334,238.173]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.67,0.53,0.39,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[186.918,107.561],"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":"Group 66","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.152,-0.754],[3.584,1.072],[-0.152,0.754],[-3.584,-1.073]],"o":[[-0.151,0.754],[-3.584,-1.072],[0.151,-0.754],[3.584,1.072]],"v":[[6.49,1.941],[-0.274,1.365],[-6.489,-1.941],[0.274,-1.365]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-424.832,239.725],[375.168,239.725],[375.168,-360.275],[-424.832,-360.275]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-424.832,-360.275],[375.168,-360.275],[375.168,239.725],[-424.832,239.725]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.15,0.32,0.36,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[188.416,106.01],"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":"Group 67","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[2.959,-0.545],[16.165,-0.299],[0,0],[-22.981,2.503],[-3.347,0.759],[-5.436,1.119],[0,0],[1.328,-4.098],[0,0],[0,0],[0.12,4.781],[-0.962,6.147],[0,0],[0,0]],"o":[[-3.843,0.708],[-11.292,0.208],[0,0],[8.378,-0.912],[0,0],[0.075,0.147],[-5.567,5.464],[-1.328,4.099],[6.771,-0.82],[0,0],[-0.121,-4.781],[0.963,-6.148],[0,0],[0.516,-3.479]],"v":[[29.768,-14.63],[3.888,-17.249],[-25.887,-30.73],[-9.922,-5.776],[18.215,-4.246],[21.815,-3.595],[21.94,-3.355],[17.359,18.365],[12.654,26.849],[25.634,30.73],[26.232,24.103],[30.171,6.481],[32.533,-5.764],[32.387,-5.78]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-405.688,268.514],[394.312,268.514],[394.312,-331.486],[-405.688,-331.486]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-405.688,-331.486],[394.312,-331.486],[394.312,268.514],[-405.688,268.514]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.02,0.53,0.64,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[169.272,77.22],"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":"Group 68","np":4,"mn":"ADBE Vector Group"}],"ip":0,"op":157.000006394741,"st":-1.00000004073083,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":0,"nm":"04","refId":"comp_2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[246.5,300,0]},"a":{"a":0,"k":[400,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":800,"h":600,"ip":0,"op":157.000006394741,"st":-1.00000004073083,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":0,"nm":"04","refId":"comp_2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[400,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":800,"h":600,"ip":0,"op":157.000006394741,"st":-1.00000004073083,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Layer 3 Outlines","parent":3,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[185.934,11.495,0]},"a":{"a":0,"k":[68.104,57.573,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"ef":[{"ty":5,"nm":"Puppet","mn":"ADBE FreePin3","ix":1,"en":1,"ef":[{"ty":7,"nm":"On Transparent","mn":"ADBE FreePin3 On Transparent","ix":1,"v":{"a":0,"k":0}}]}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-19.274,-4.884],[-0.351,4.696],[-5.248,7.524],[1.457,1.067],[1.911,6.569],[1.531,-2.304],[4.781,-5.205],[-5.148,-4.765],[0,0],[2.081,0.427],[10.705,0.641],[2.592,-3.842],[-14.906,-20.959]],"o":[[0,0],[0.352,-4.697],[3.538,-5.072],[-1.456,-1.067],[-1.279,-4.399],[0,0],[0,0],[5.834,5.398],[0,0],[-2.08,-0.427],[-10.705,-0.64],[0,0],[10.036,14.111]],"v":[[13.449,34.32],[21.517,23.492],[34.037,-6.262],[41.797,-15.458],[29.278,-29.921],[21.476,-27.617],[-1.358,-21.124],[10.276,-16.517],[13.028,-6.477],[2.528,-15.475],[-20.109,-13.316],[-43.254,-7.258],[-18.665,9.902]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-399.686,311.237],[400.314,311.237],[400.314,-288.763],[-399.686,-288.763]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-399.686,-288.763],[400.314,-288.763],[400.314,311.237],[-399.686,311.237]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[1,0.1,0,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[45.44,80.576],"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":"Group 1","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[1.21,-1.796],[3.874,3.036],[-1.21,1.796],[-3.874,-3.036]],"o":[[-1.21,1.796],[-3.874,-3.035],[1.21,-1.796],[3.874,3.036]],"v":[[8.264,6.673],[-3.44,2.074],[-8.264,-6.674],[0.941,-4.429]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-406.438,325.494],[393.562,325.494],[393.562,-274.506],[-406.438,-274.506]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-406.438,-274.506],[393.562,-274.506],[393.562,325.494],[-406.438,325.494]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[1,0.33,0.26,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[52.192,66.32],"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":"Group 2","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0.373,-0.541],[0,0],[0,0],[0,0]],"v":[[-6.935,2.889],[2.611,-5.887],[6.935,1.381],[-3.89,5.887]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-382.214,302.597],[417.786,302.597],[417.786,-297.403],[-382.214,-297.403]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-382.214,-297.403],[417.786,-297.403],[417.786,302.597],[-382.214,302.597]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.95,0.93,0.9,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[27.968,89.216],"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":"Group 3","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[1.936,-2.89],[7.846,6.112],[-1.936,2.891],[-7.846,-6.113]],"o":[[-1.936,2.89],[-7.845,-6.113],[1.936,-2.89],[7.845,6.112]],"v":[[14.205,11.068],[-3.505,5.234],[-14.205,-11.068],[3.505,-5.233]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-370.637,307.428],[429.363,307.428],[429.363,-292.572],[-370.637,-292.572]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-370.637,-292.572],[429.363,-292.572],[429.363,307.428],[-370.637,307.428]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[1,0.33,0.26,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[16.391,84.386],"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":"Group 4","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[6.397,-8.107],[-0.224,-1.42],[-1.352,0.8],[-32.19,-0.6],[0,0],[-0.264,0.3],[-0.679,-1.803],[-0.834,1.405],[0.492,-0.1],[1.25,-0.5],[1.264,-0.7],[2.936,-0.3],[0.627,0.3],[7.438,8.3],[-0.727,0.932]],"o":[[0,0],[0,0],[0.225,1.421],[0,0],[0,0],[0,0],[0.264,-0.3],[0.624,1.656],[1.009,-1.7],[-0.493,0.1],[-1.25,0.5],[-1.263,0.7],[-2.937,0.3],[-0.627,-0.3],[0,0],[-1.052,-5.113]],"v":[[-10.667,-15.991],[-24.336,-6.22],[-27.445,-1.133],[-24.635,0.388],[11.712,9.888],[15.05,10.788],[15.769,12.087],[22.298,14.335],[26.331,13.812],[27.176,2.988],[25.423,2.587],[23.383,2.788],[16.071,4.288],[8.842,4.587],[-5.949,-5.112],[-4.56,-8.107]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-421.575,316.635],[378.425,316.635],[378.425,-283.365],[-421.575,-283.365]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-421.575,-283.365],[378.425,-283.365],[378.425,316.635],[-421.575,316.635]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.73,0.56,0.4,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[67.329,75.178],"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":"Group 5","np":4,"mn":"ADBE Vector Group"}],"ip":0,"op":157.000006394741,"st":-1.00000004073083,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Layer 4 Outlines","parent":6,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-1,"s":[104.797,36.242,0],"e":[102.547,37.492,0],"to":[-0.375,0.20833332836628,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3.291,"s":[102.547,37.492,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[-0.375,0.20833332836628,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6.628,"s":[104.797,36.242,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10.441,"s":[104.797,36.242,0],"e":[102.547,37.492,0],"to":[-0.375,0.20833332836628,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14.733,"s":[102.547,37.492,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[-0.375,0.20833332836628,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.07,"s":[104.797,36.242,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21.408,"s":[104.797,36.242,0],"e":[102.547,37.492,0],"to":[-0.375,0.20833332836628,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25.698,"s":[102.547,37.492,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[-0.375,0.20833332836628,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29.035,"s":[104.797,36.242,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":32.373,"s":[104.797,36.242,0],"e":[102.547,37.492,0],"to":[-0.375,0.20833332836628,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":36.663,"s":[102.547,37.492,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[-0.375,0.20833332836628,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[104.797,36.242,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":44,"s":[104.797,36.242,0],"e":[102.547,37.492,0],"to":[-0.375,0.20833332836628,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":48.291,"s":[102.547,37.492,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[-0.375,0.20833332836628,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":51.628,"s":[104.797,36.242,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":55.441,"s":[104.797,36.242,0],"e":[102.547,37.492,0],"to":[-0.375,0.20833332836628,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":59.733,"s":[102.547,37.492,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[-0.375,0.20833332836628,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":63.07,"s":[104.797,36.242,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":66.408,"s":[104.797,36.242,0],"e":[102.547,37.492,0],"to":[-0.375,0.20833332836628,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":70.698,"s":[102.547,37.492,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[-0.375,0.20833332836628,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":74.035,"s":[104.797,36.242,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":77.373,"s":[104.797,36.242,0],"e":[102.547,37.492,0],"to":[-0.375,0.20833332836628,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":81.663,"s":[102.547,37.492,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[-0.375,0.20833332836628,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":85,"s":[104.797,36.242,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":90,"s":[104.797,36.242,0],"e":[102.547,37.492,0],"to":[-0.375,0.20833332836628,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":94.291,"s":[102.547,37.492,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[-0.375,0.20833332836628,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":97.628,"s":[104.797,36.242,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":101.441,"s":[104.797,36.242,0],"e":[102.547,37.492,0],"to":[-0.375,0.20833332836628,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":105.733,"s":[102.547,37.492,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[-0.375,0.20833332836628,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":109.07,"s":[104.797,36.242,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":112.408,"s":[104.797,36.242,0],"e":[102.547,37.492,0],"to":[-0.375,0.20833332836628,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":116.698,"s":[102.547,37.492,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[-0.375,0.20833332836628,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":120.035,"s":[104.797,36.242,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":123.373,"s":[104.797,36.242,0],"e":[102.547,37.492,0],"to":[-0.375,0.20833332836628,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":127.663,"s":[102.547,37.492,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[-0.375,0.20833332836628,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":131,"s":[104.797,36.242,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":135,"s":[104.797,36.242,0],"e":[102.547,37.492,0],"to":[-0.375,0.20833332836628,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":139.291,"s":[102.547,37.492,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[-0.375,0.20833332836628,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":142.628,"s":[104.797,36.242,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":146.441,"s":[104.797,36.242,0],"e":[102.547,37.492,0],"to":[-0.375,0.20833332836628,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":150.733,"s":[102.547,37.492,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[-0.375,0.20833332836628,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":154.07,"s":[104.797,36.242,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":157.408,"s":[104.797,36.242,0],"e":[102.547,37.492,0],"to":[-0.375,0.20833332836628,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":161.698,"s":[102.547,37.492,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[-0.375,0.20833332836628,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":165.035,"s":[104.797,36.242,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":168.373,"s":[104.797,36.242,0],"e":[102.547,37.492,0],"to":[-0.375,0.20833332836628,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":172.663,"s":[102.547,37.492,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[-0.375,0.20833332836628,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":176,"s":[104.797,36.242,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":180,"s":[104.797,36.242,0],"e":[102.547,37.492,0],"to":[-0.375,0.20833332836628,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":184.291,"s":[102.547,37.492,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[-0.375,0.20833332836628,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":187.628,"s":[104.797,36.242,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":191.441,"s":[104.797,36.242,0],"e":[102.547,37.492,0],"to":[-0.375,0.20833332836628,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":195.733,"s":[102.547,37.492,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[-0.375,0.20833332836628,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":199.07,"s":[104.797,36.242,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":202.408,"s":[104.797,36.242,0],"e":[102.547,37.492,0],"to":[-0.375,0.20833332836628,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":206.698,"s":[102.547,37.492,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[-0.375,0.20833332836628,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":210.035,"s":[104.797,36.242,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":213.373,"s":[104.797,36.242,0],"e":[102.547,37.492,0],"to":[-0.375,0.20833332836628,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":217.663,"s":[102.547,37.492,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[-0.375,0.20833332836628,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":221,"s":[104.797,36.242,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":226,"s":[104.797,36.242,0],"e":[102.547,37.492,0],"to":[-0.375,0.20833332836628,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":230.291,"s":[102.547,37.492,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[-0.375,0.20833332836628,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":233.628,"s":[104.797,36.242,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":237.441,"s":[104.797,36.242,0],"e":[102.547,37.492,0],"to":[-0.375,0.20833332836628,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":241.733,"s":[102.547,37.492,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[-0.375,0.20833332836628,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":245.07,"s":[104.797,36.242,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":248.408,"s":[104.797,36.242,0],"e":[102.547,37.492,0],"to":[-0.375,0.20833332836628,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":252.698,"s":[102.547,37.492,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[-0.375,0.20833332836628,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":256.035,"s":[104.797,36.242,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":259.373,"s":[104.797,36.242,0],"e":[102.547,37.492,0],"to":[-0.375,0.20833332836628,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":263.663,"s":[102.547,37.492,0],"e":[104.797,36.242,0],"to":[0,0,0],"ti":[-0.375,0.20833332836628,0]},{"t":267.000010875133}]},"a":{"a":0,"k":[26.551,23.075,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[14.025,-6.098],[-6.39,-11.234]],"o":[[0,0],[0,0]],"v":[[-10.481,5.189],[10.481,5.617]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-461.265,382.58],[338.735,382.58],[338.735,-217.42],[-461.265,-217.42]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-461.265,-217.42],[338.735,-217.42],[338.735,382.58],[-461.265,382.58]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[1,0.33,0.26,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[30.019,-6.517],"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":"Group 9","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.103,-0.661],[-13.491,-3.969],[-0.277,0.967],[5.573,2.273]],"o":[[-0.291,1.867],[0,0],[0,0],[-0.683,-0.483]],"v":[[-13.398,1.008],[10.77,4.729],[13.689,3.336],[1.429,-4.246]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-476.515,364.504],[323.485,364.504],[323.485,-235.496],[-476.515,-235.496]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-476.515,-235.496],[323.485,-235.496],[323.485,364.504],[-476.515,364.504]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.31,0.29,0.28,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[45.269,11.56],"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":"Group 10","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[23.062,-10.275]],"o":[[0,0],[0,0],[-18.881,8.412]],"v":[[-13.533,19.41],[22.37,3.404],[-3.489,-9.135]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-455.575,372.153],[344.425,372.153],[344.425,-227.847],[-455.575,-227.847]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-455.575,-227.847],[344.425,-227.847],[344.425,372.153],[-455.575,372.153]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[1,0.1,0,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[24.329,3.911],"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":"Group 11","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[1.039,-0.934],[0.553,0.616],[0,0],[-1.039,0.934],[-0.553,-0.616],[0,0]],"o":[[-1.039,0.934],[0,0],[-0.554,-0.616],[1.039,-0.934],[0,0],[0.554,0.616]],"v":[[1.835,2.04],[-1.049,2.617],[-2.713,0.766],[-1.834,-2.041],[1.05,-2.617],[2.714,-0.766]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-461.848,339.633],[338.152,339.633],[338.152,-260.367],[-461.848,-260.367]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-461.848,-260.367],[338.152,-260.367],[338.152,339.633],[-461.848,339.633]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.31,0.29,0.28,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[30.602,36.43],"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":"Group 12","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-0.064,0.581],[0,0],[0,0],[0,0],[-8.223,-10.997]],"o":[[-8.795,-11.762],[0,0],[0,0],[0,0],[-0.014,0.133],[0,0]],"v":[[3.346,13.058],[-4.001,-13.058],[-1.448,-12.971],[-2.724,-13.015],[-1.448,-12.973],[5.449,11.444]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-457.333,351.715],[342.667,351.715],[342.667,-248.285],[-457.333,-248.285]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-457.333,-248.285],[342.667,-248.285],[342.667,351.715],[-457.333,351.715]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.04,0.78,0.76,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[26.087,24.349],"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":"Group 13","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0.589,0.201],[0.324,0.229],[0.249,0.358],[0.084,0.198],[0.054,0.194],[0.014,0.181],[-0.024,0.156],[-0.071,0.166],[0,0],[-0.041,-0.171],[-0.018,-0.113],[-0.028,-0.134],[-0.388,-0.549],[-0.218,-0.248],[-0.206,-0.193]],"o":[[0,0],[-0.295,-0.096],[-0.324,-0.228],[-0.124,-0.179],[-0.105,-0.189],[-0.065,-0.193],[-0.022,-0.182],[0.031,-0.312],[0.074,-0.165],[0,0],[0.02,0.085],[0.015,0.115],[0.142,0.537],[0.175,0.288],[0.227,0.24],[0.439,0.391]],"v":[[1.71,2.377],[0.694,2.221],[-0.257,1.739],[-1.139,0.848],[-1.449,0.279],[-1.638,-0.319],[-1.703,-0.895],[-1.668,-1.406],[-1.458,-2.127],[-1.334,-2.381],[-1.26,-2.106],[-1.196,-1.806],[-1.094,-1.433],[-0.314,0.284],[0.315,1.072],[0.978,1.725]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-451.629,353.482],[348.371,353.482],[348.371,-246.518],[-451.629,-246.518]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-451.629,-246.518],[348.371,-246.518],[348.371,353.482],[-451.629,353.482]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.71,2.381],[1.71,2.381],[1.71,-2.381],[-1.71,-2.381]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":3,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.69,0.55,0.34,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[19.137,25.164],"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":"Group 1","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[6.023,-0.444],[-2.603,0.723]],"o":[[0,0],[0,0],[0,0]],"v":[[4.194,-0.938],[-4.194,0.392],[3.566,0.215]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-468.648,359.844],[331.352,359.844],[331.352,-240.156],[-468.648,-240.156]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-468.648,-240.156],[331.352,-240.156],[331.352,359.844],[-468.648,359.844]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.43,0.28,0.21,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[36.155,18.802],"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":"Group 2","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-5.574,-0.633],[8.064,1.845],[-1.847,3.419],[4.872,2.928],[-1.251,4.706],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[6.332,-7.228],[9.872,2.163],[-5.006,5.383],[0.578,1.635],[-9.872,2.374],[-0.169,-2.305],[1.381,-5.339]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-442.614,351.284],[357.386,351.284],[357.386,-248.716],[-442.614,-248.716]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-442.614,-248.716],[357.386,-248.716],[357.386,351.284],[-442.614,351.284]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.46,0.3,0.19,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[10.122,27.362],"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":"Group 3","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0.007,0.034],[0.005,0.011],[0.047,0.129],[0.09,0.135],[0.051,0.049],[0.047,0.05],[0.049,0.058],[0.035,0.02],[0,0],[0,0],[0.053,0.017],[0.069,0.01],[0.077,0.011],[0,0],[0,0],[0,0],[0.253,-0.096],[0.254,-0.079],[0,0],[0.621,-0.172],[0.611,-0.137],[0.585,-0.06],[0.537,0.066],[0.373,0.245],[0.082,0.064],[0.055,0.076],[0.056,0.129],[-0.031,0.147],[0,0],[-0.054,-0.128],[-0.14,-0.175],[-0.298,-0.024],[-0.404,0.11],[-0.46,0.186],[-0.243,0.111],[-0.251,0.129],[-0.521,0.309],[-0.552,0.336],[0,0],[-0.322,0.166],[-0.349,0.141],[-0.185,0.055],[-0.193,0.045],[-0.191,0.041],[-0.205,0.017],[-0.214,-0.023],[-0.207,-0.028],[-0.382,-0.119],[-0.286,-0.224],[-0.261,-0.462],[-0.103,-0.347],[-0.026,-0.208],[-0.006,-0.064],[0,0],[1.2,-0.105],[0.19,0.94]],"o":[[0,0],[-0.006,-0.013],[-0.025,-0.069],[-0.062,-0.127],[-0.044,-0.068],[-0.04,-0.072],[-0.048,-0.053],[-0.038,-0.01],[0,0],[0,0],[-0.052,-0.009],[-0.052,-0.019],[-0.074,-0.006],[0,0],[0,0],[0,0],[-0.228,0.052],[-0.251,0.077],[0,0],[-0.597,0.198],[-0.628,0.175],[-0.619,0.124],[-0.593,0.049],[-0.526,-0.043],[-0.088,-0.069],[-0.068,-0.082],[-0.12,-0.144],[-0.049,-0.289],[0.022,-0.142],[0,0],[0.039,0.129],[0.171,0.155],[0.29,0.036],[0.393,-0.088],[0.231,-0.107],[0.242,-0.125],[0.504,-0.265],[0.529,-0.307],[0,0],[0.326,-0.168],[0.311,-0.177],[0.179,-0.068],[0.196,-0.045],[0.194,-0.041],[0.21,-0.017],[0.209,-0.008],[0.214,0.02],[0.412,0.029],[0.366,0.167],[0.592,0.445],[0.276,0.461],[0.096,0.348],[0.011,0.124],[0,0.036],[0.009,1.131],[-1.067,0.094],[0,0]],"v":[[4.978,1.96],[4.967,1.909],[4.948,1.883],[4.838,1.583],[4.618,1.167],[4.475,0.979],[4.328,0.827],[4.164,0.707],[4.056,0.663],[4.004,0.629],[3.925,0.618],[3.769,0.578],[3.562,0.561],[3.337,0.535],[3.055,0.564],[2.763,0.583],[2.431,0.652],[1.724,0.812],[0.965,1.047],[0.048,1.361],[-1.835,1.957],[-3.704,2.422],[-5.516,2.698],[-7.209,2.691],[-8.616,2.227],[-8.871,2.026],[-9.052,1.786],[-9.251,1.332],[-9.258,0.681],[-9.224,0.464],[-9.142,0.659],[-8.85,1.133],[-8.18,1.461],[-7.145,1.353],[-5.848,0.888],[-5.137,0.561],[-4.397,0.18],[-2.856,-0.673],[-1.28,-1.6],[-0.476,-2.087],[0.497,-2.59],[1.535,-3.031],[2.071,-3.223],[2.654,-3.358],[3.232,-3.482],[3.854,-3.533],[4.472,-3.549],[5.104,-3.479],[6.309,-3.158],[7.321,-2.577],[8.577,-1.16],[9.1,0.068],[9.265,0.904],[9.291,1.185],[9.291,1.24],[7.134,3.478],[4.983,1.986]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-463.497,348.702],[336.503,348.702],[336.503,-251.298],[-463.497,-251.298]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-463.497,-251.298],[336.503,-251.298],[336.503,348.702],[-463.497,348.702]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.46,0.3,0.19,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[31.004,29.944],"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":"Group 4","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[1.331,1.405],[-2.328,-2.135],[-0.365,0.361]],"o":[[0,0],[0.387,-0.322],[-1.44,-0.71]],"v":[[-2.127,-2.069],[0.997,2.068],[2.126,1.045]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-466.069,345.14],[333.931,345.14],[333.931,-254.86],[-466.069,-254.86]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-466.069,-254.86],[333.931,-254.86],[333.931,345.14],[-466.069,345.14]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-2.126,2.069],[2.127,2.069],[2.127,-2.068],[-2.126,-2.068]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":3,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.37,0.2,0.04,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[33.577,33.507],"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":"Group 5","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0.026,-0.353],[0.984,0],[-0.027,0.353],[-0.984,0]],"o":[[-0.026,0.353],[-0.985,0],[0.026,-0.353],[0.985,0]],"v":[[1.783,0],[-0.047,0.638],[-1.782,0],[0.048,-0.638]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-474.526,352.281],[325.474,352.281],[325.474,-247.719],[-474.526,-247.719]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-474.526,-247.719],[325.474,-247.719],[325.474,352.281],[-474.526,352.281]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.783,0.639],[1.783,0.639],[1.783,-0.638],[-1.783,-0.638]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":3,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.37,0.2,0.04,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[42.034,26.366],"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":"Group 6","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-3.548,-0.54],[0,0],[0,0],[4.841,-0.758]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[1.848,-6.274],[5.165,6.057],[-0.723,6.274],[-0.577,4.326],[-5.165,-1.189]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-457.766,358.781],[342.234,358.781],[342.234,-241.219],[-457.766,-241.219]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-457.766,-241.219],[342.234,-241.219],[342.234,358.781],[-457.766,358.781]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.46,0.3,0.19,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[25.274,19.865],"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":"Group 7","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[9.932,-4.113],[0,0],[-6.711,2.691],[-5.672,13.047],[-1.651,2.577],[0,0],[17.019,1.932],[1.291,-17.253]],"o":[[0,0],[0,0],[0,0],[0,0],[3.902,-6.095],[0,0],[-17.02,-1.933],[-0.326,4.349]],"v":[[-26.113,18.41],[-21.799,22.824],[-10.373,17.927],[12.703,6.008],[22.211,2.303],[15.196,-3.496],[7.268,-20.891],[-15.22,6.974]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-459.231,355.572],[340.769,355.572],[340.769,-244.428],[-459.231,-244.428]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-459.231,-244.428],[340.769,-244.428],[340.769,355.572],[-459.231,355.572]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"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":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.97,0.77,0.58,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[26.738,23.075],"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":"Group 8","np":4,"mn":"ADBE Vector Group"}],"ip":0,"op":157.000006394741,"st":-1.00000004073083,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":0,"nm":"02","refId":"comp_3","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":178,"s":[100],"e":[0]},{"t":184.000007494474}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[400,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":800,"h":600,"ip":158.000006435472,"op":158.30273372053,"st":158.000006435472,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":0,"nm":"02","refId":"comp_3","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":166,"s":[100],"e":[0]},{"t":172.000007005704}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[400,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":800,"h":600,"ip":146.000005946702,"op":157.000006394741,"st":146.000005946702,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":0,"nm":"02","refId":"comp_3","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":149,"s":[100],"e":[0]},{"t":155.000006313279}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[400,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":800,"h":600,"ip":129.000005254278,"op":157.000006394741,"st":129.000005254278,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":0,"nm":"02","refId":"comp_3","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":132,"s":[100],"e":[0]},{"t":138.000005620855}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[400,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":800,"h":600,"ip":112.000004561854,"op":157.000006394741,"st":112.000004561854,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":0,"nm":"02","refId":"comp_3","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":116,"s":[100],"e":[0]},{"t":122.000004969162}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[400,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":800,"h":600,"ip":96.0000039101602,"op":157.000006394741,"st":96.0000039101602,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":0,"nm":"02","refId":"comp_3","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":102,"s":[100],"e":[0]},{"t":108.00000439893}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[400,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":800,"h":600,"ip":82.0000033399285,"op":157.000006394741,"st":82.0000033399285,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":0,"nm":"02","refId":"comp_3","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":87,"s":[100],"e":[0]},{"t":93.0000037879676}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[400,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":800,"h":600,"ip":67.0000027289659,"op":157.000006394741,"st":67.0000027289659,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":0,"nm":"02","refId":"comp_3","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":71,"s":[100],"e":[0]},{"t":77.0000031362743}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[400,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":800,"h":600,"ip":51.0000020772726,"op":157.000006394741,"st":51.0000020772726,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":0,"nm":"02","refId":"comp_3","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[100],"e":[0]},{"t":60.0000024438501}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[400,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":800,"h":600,"ip":34.0000013848484,"op":157.000006394741,"st":34.0000013848484,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":0,"nm":"02","refId":"comp_3","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":39,"s":[100],"e":[0]},{"t":45.0000018328876}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[400,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":800,"h":600,"ip":19.0000007738859,"op":157.000006394741,"st":19.0000007738859,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":0,"nm":"02","refId":"comp_3","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":29,"s":[100],"e":[0]},{"t":35.0000014255792}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[400,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":800,"h":600,"ip":9.00000036657752,"op":157.000006394741,"st":9.00000036657752,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":0,"nm":"02","refId":"comp_3","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":19,"s":[100],"e":[0]},{"t":25.0000010182709}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[400,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":800,"h":600,"ip":0,"op":157.000006394741,"st":-1.00000004073083,"bm":0,"sr":1},{"ddd":0,"ind":20,"ty":0,"nm":"01","refId":"comp_4","ks":{"o":{"a":0,"k":68},"r":{"a":0,"k":0},"p":{"a":0,"k":[396,242,0]},"a":{"a":0,"k":[400,300,0]},"s":{"a":0,"k":[107.333,107.333,100]}},"ao":0,"w":800,"h":600,"ip":0,"op":157.000006394741,"st":-1.00000004073083,"bm":0,"sr":1},{"ddd":0,"ind":21,"ty":1,"nm":"Dark Gray Solid 1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":91,"s":[2994,540,0],"e":[960,540,0],"to":[-339,0,0],"ti":[339,0,0]},{"t":105.000004276738}]},"a":{"a":0,"k":[960,540,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"sw":1920,"sh":1080,"sc":"#434343","ip":91.000003706506,"op":173.000007046434,"st":91.000003706506,"bm":0,"sr":1},{"ddd":0,"ind":22,"ty":1,"nm":"White Solid 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[960,540,0]},"a":{"a":0,"k":[960,540,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"sw":1920,"sh":1080,"sc":"#ffffff","ip":0,"op":157.000006394741,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/moving bus.json b/ohos/flutter_lottie/assets/lottiefiles/moving bus.json new file mode 100644 index 0000000000000000000000000000000000000000..a2af499dcdc038b8e7b8aa3372ec535505331b10 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/moving bus.json @@ -0,0 +1 @@ +{"v":"4.6.8","fr":29.9700012207031,"ip":0,"op":260.000010590017,"w":740,"h":370,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"ex-splash Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[370,185,0]},"a":{"a":0,"k":[600,600,0]},"s":{"a":0,"k":[61.667,61.667,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[7.432,0],[0,-7.432],[-7.432,0],[0,7.432]],"o":[[-7.432,0],[0,7.432],[7.432,0],[0,-7.432]],"v":[[90.826,-13.456],[77.37,0],[90.826,13.456],[104.281,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,-7.432],[7.431,0],[0,7.432],[-7.432,0]],"o":[[0,7.432],[-7.432,0],[0,-7.432],[7.431,0]],"v":[[-77.371,0],[-90.826,13.456],[-104.281,0],[-90.826,-13.456]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.651,0.635,0.576,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[623.547,808.142],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[14.862,0],[0,-14.863],[-14.862,0],[0,14.862]],"o":[[-14.862,0],[0,14.862],[14.862,0],[0,-14.863]],"v":[[90.826,-26.911],[63.915,0.001],[90.826,26.912],[117.737,0.001]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,-14.863],[14.862,0],[0,14.862],[-14.863,0]],"o":[[0,14.862],[-14.863,0],[0,-14.863],[14.862,0]],"v":[[-63.914,0.001],[-90.825,26.912],[-117.737,0.001],[-90.825,-26.911]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.271,0.278,0.282,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[623.547,808.142],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":0,"k":[623.547,808.142],"ix":2},"a":{"a":0,"k":[623.547,808.142],"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 36","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.858,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,-1.857]],"v":[[13.455,-57.187],[3.363,-57.187],[3.363,57.187],[16.819,57.187],[16.819,-53.823]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[-1.858,0]],"o":[[0,0],[0,0],[0,0],[0,-1.857],[0,0]],"v":[[-3.364,-57.187],[-3.364,57.187],[-16.819,57.187],[-16.819,-53.823],[-13.456,-57.187]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.333,0.345,0.349,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[650.459,750.956],"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":"Group 3","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.716,0],[0,0],[0,-3.716],[0,0],[0,0],[0,0]],"o":[[0,0],[3.715,0],[0,0],[0,0],[0,0],[0,-3.716]],"v":[[-16.818,-60.551],[16.82,-60.551],[23.547,-53.823],[23.547,60.551],[-23.547,60.551],[-23.547,-53.823]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.271,0.278,0.282,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[650.458,747.592],"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":"Group 4","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,3.716],[0,0],[-3.715,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,-3.715],[0,0],[0,0],[0,0],[-3.715,0]],"v":[[-10.092,0],[-10.092,0],[-3.364,-6.728],[10.092,-6.728],[10.092,6.729],[-3.364,6.729]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.945,0.349,0.169,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[744.649,761.047],"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":"Group 5","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.743,0],[0,0],[0,0],[0,0],[0,0.743],[0,0]],"o":[[0,0],[0,0],[0,0],[0.743,0],[0,0],[0,-0.743]],"v":[[82.753,3.363],[-84.099,3.363],[-84.099,10.092],[82.753,10.092],[84.098,8.746],[84.098,4.709]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,-0.745],[0,0],[0.743,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0.744],[0,0],[0,0],[0,0],[0.743,0]],"v":[[84.098,-8.746],[84.098,-4.71],[82.753,-3.365],[-84.099,-3.365],[-84.099,-10.092],[82.753,-10.092]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.973,0.596,0.114,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[529.358,757.684],"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":"Group 6","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,1.857],[0,0],[1.857,0],[0,0],[0,-1.857],[0,0],[-1.857,0],[0,0]],"o":[[0,0],[0,-1.857],[0,0],[-1.857,0],[0,0],[0,1.857],[0,0],[1.857,0]],"v":[[70.642,10.092],[70.642,-10.092],[67.279,-13.456],[13.455,-13.456],[10.092,-10.092],[10.092,10.092],[13.455,13.456],[67.279,13.456]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[1.858,0],[0,0],[0,1.857],[0,0],[-1.858,0],[0,0],[0,-1.857],[0,0]],"o":[[0,0],[-1.858,0],[0,0],[0,-1.857],[0,0],[1.858,0],[0,0],[0,1.857]],"v":[[-13.456,13.456],[-67.278,13.456],[-70.642,10.092],[-70.642,-10.092],[-67.278,-13.456],[-13.456,-13.456],[-10.092,-10.092],[-10.092,10.092]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.333,0.345,0.349,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[536.085,707.224],"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":"Group 7","np":4,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,3.716],[0,0],[3.716,0],[0,0],[0,-3.716],[0,0],[-3.716,0],[0,0]],"o":[[0,0],[0,-3.716],[0,0],[-3.716,0],[0,0],[0,3.716],[0,0],[3.716,0]],"v":[[77.37,13.456],[77.37,-13.456],[70.641,-20.184],[10.091,-20.184],[3.363,-13.456],[3.363,13.456],[10.091,20.184],[70.641,20.184]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[3.715,0],[0,0],[0,3.716],[0,0],[-3.716,0],[0,0],[0,-3.716],[0,0]],"o":[[0,0],[-3.716,0],[0,0],[0,-3.716],[0,0],[3.715,0],[0,0],[0,3.716]],"v":[[-10.092,20.184],[-70.643,20.184],[-77.371,13.456],[-77.371,-13.456],[-70.643,-20.184],[-10.092,-20.184],[-3.364,-13.456],[-3.364,13.456]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.271,0.278,0.282,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[536.086,707.225],"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":"Group 8","np":4,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.265],[0,0],[0,0],[1.731,1.83],[9.63,0],[5.191,-11.879],[0,0],[13.794,0],[5.192,-11.879],[0,0],[0,0],[-4.941,0],[0,0],[0,-4.941],[0,0],[-3.145,-0.629],[0,0]],"o":[[0,0],[0,0],[-2.519,0],[-6.132,-6.485],[-13.793,0],[0,0],[-5.191,-11.879],[-13.793,0],[0,0],[0,0],[0,-4.941],[0,0],[4.942,0],[0,0],[0,3.207],[0,0],[4.182,0.836]],"v":[[154.74,17.427],[154.74,57.188],[145.434,57.188],[138.818,54.263],[114.373,43.731],[83.541,63.914],[-36.447,63.914],[-67.279,43.731],[-98.111,63.914],[-154.74,63.914],[-154.74,-54.966],[-145.793,-63.914],[78.513,-63.914],[87.462,-54.966],[87.462,-8.88],[92.87,-2.281],[147.547,8.654]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.992,0.753,0.071,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[600,730.772],"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":"Group 9","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.857,0],[0,0],[0,1.857],[0,0],[-1.857,0],[0,0],[0,-1.857],[0,0]],"o":[[0,0],[-1.857,0],[0,0],[0,-1.857],[0,0],[1.857,0],[0,0],[0,1.857]],"v":[[3.365,13.456],[-3.364,13.456],[-6.727,10.092],[-6.727,-10.092],[-3.364,-13.456],[3.365,-13.456],[6.728,-10.092],[6.728,10.092]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.973,0.596,0.114,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[707.645,687.041],"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":"Group 10","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-6.414],[0,0],[7.432,0],[0,0],[0,0],[0,7.432],[0,0],[-7.432,0],[0,0],[0,-7.432],[0,0],[0,0],[-1.857,0],[0,0],[0,-1.858],[0,0],[1.857,0],[0,0],[0,1.858],[0,0],[0,0],[0,0],[-3.145,-0.629],[0,0]],"o":[[0,0],[0,7.432],[0,0],[0,0],[-7.432,0],[0,0],[0,-7.432],[0,0],[7.431,0],[0,0],[0,0],[0,-1.858],[0,0],[1.857,0],[0,0],[0,1.858],[0,0],[-1.857,0],[0,0],[0,0],[0,0],[0,3.207],[0,0],[6.29,1.256]],"v":[[154.74,14.395],[154.74,57.187],[141.284,70.643],[87.462,70.643],[-141.285,70.643],[-154.74,57.187],[-154.74,-57.186],[-141.285,-70.642],[74.006,-70.642],[87.462,-57.186],[100.918,-57.186],[100.918,-60.55],[104.281,-63.915],[111.01,-63.915],[114.373,-60.55],[114.373,-40.367],[111.01,-37.002],[104.281,-37.002],[100.918,-40.367],[100.918,-50.459],[87.462,-50.459],[87.462,-15.607],[92.87,-9.01],[143.923,1.202]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.478,0.337,0.286,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[600,737.5],"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":"Group 11","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[600,737.5],"e":[600,733.5],"to":[0,-0.66666668653488],"ti":[0,0.16666667163372]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[600,733.5],"e":[600,736.5],"to":[0,-0.16666667163372],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[600,736.5],"e":[600,733.5],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[600,733.5],"e":[600,736.5],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[600,736.5],"e":[600,733.5],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[600,733.5],"e":[600,736.5],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[600,736.5],"e":[600,733.5],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35,"s":[600,733.5],"e":[600,736.5],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[600,736.5],"e":[600,733.5],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45,"s":[600,733.5],"e":[600,736.5],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":50,"s":[600,736.5],"e":[600,733.5],"to":[0,0],"ti":[0,-0.16666667163372]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":55,"s":[600,733.5],"e":[600,737.5],"to":[0,0.16666667163372],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":60,"s":[600,737.5],"e":[600,733.5],"to":[0,0],"ti":[0,0.16666667163372]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":65,"s":[600,733.5],"e":[600,736.5],"to":[0,-0.16666667163372],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":70,"s":[600,736.5],"e":[600,733.5],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":75,"s":[600,733.5],"e":[600,736.5],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":80,"s":[600,736.5],"e":[600,733.5],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":85,"s":[600,733.5],"e":[600,736.5],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":90,"s":[600,736.5],"e":[600,733.5],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":95,"s":[600,733.5],"e":[600,736.5],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":100,"s":[600,736.5],"e":[600,733.5],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":105,"s":[600,733.5],"e":[600,736.5],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":110,"s":[600,736.5],"e":[600,733.5],"to":[0,0],"ti":[0,-0.16666667163372]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":115,"s":[600,733.5],"e":[600,737.5],"to":[0,0.16666667163372],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":120,"s":[600,737.5],"e":[600,733.5],"to":[0,0],"ti":[0,0.16666667163372]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":125,"s":[600,733.5],"e":[600,736.5],"to":[0,-0.16666667163372],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":130,"s":[600,736.5],"e":[600,733.5],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":135,"s":[600,733.5],"e":[600,736.5],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":140,"s":[600,736.5],"e":[600,733.5],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":145,"s":[600,733.5],"e":[600,736.5],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":150,"s":[600,736.5],"e":[600,733.5],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":155,"s":[600,733.5],"e":[600,736.5],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":160,"s":[600,736.5],"e":[600,733.5],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":165,"s":[600,733.5],"e":[600,736.5],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":170,"s":[600,736.5],"e":[600,733.5],"to":[0,0],"ti":[0,-0.16666667163372]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":175,"s":[600,733.5],"e":[600,737.5],"to":[0,0.16666667163372],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":180,"s":[600,737.5],"e":[600,733.5],"to":[0,0],"ti":[0,0.16666667163372]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":185,"s":[600,733.5],"e":[600,736.5],"to":[0,-0.16666667163372],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":190,"s":[600,736.5],"e":[600,733.5],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":195,"s":[600,733.5],"e":[600,736.5],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":200,"s":[600,736.5],"e":[600,733.5],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":205,"s":[600,733.5],"e":[600,736.5],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":210,"s":[600,736.5],"e":[600,733.5],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":215,"s":[600,733.5],"e":[600,736.5],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":220,"s":[600,736.5],"e":[600,733.5],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":225,"s":[600,733.5],"e":[600,736.5],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":230,"s":[600,736.5],"e":[600,733.5],"to":[0,0],"ti":[0,-0.16666667163372]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":235,"s":[600,733.5],"e":[600,737.5],"to":[0,0.16666667163372],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":240,"s":[600,737.5],"e":[600,733.5],"to":[0,0],"ti":[0,0.16666667163372]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":245,"s":[600,733.5],"e":[600,736.5],"to":[0,-0.16666667163372],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":250,"s":[600,736.5],"e":[600,733.5],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":255,"s":[600,733.5],"e":[600,736.5],"to":[0,0],"ti":[0,-0.5]},{"t":260.000010590017}],"ix":2},"a":{"a":0,"k":[600,737.5],"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 37","np":9,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.204,-2.112],[0.352,0.978],[0.543,0.866],[0.672,0.832],[0,0],[0,0],[-0.157,-0.985],[0.106,-0.984],[1.151,-1.545],[-0.063,1.856],[0.175,0.905],[0,0],[0,0],[0,0],[0,0],[-0.504,-0.982]],"o":[[-0.122,-1.054],[-0.326,-0.982],[-0.53,-0.865],[0,0],[0,0],[0.184,0.948],[0.145,0.984],[-0.206,1.967],[0.831,-1.737],[0.016,-0.928],[0,0],[0,0],[0,0],[0,0],[0.617,0.837],[1.04,1.921]],"v":[[3.107,6.576],[2.448,3.512],[1.138,0.727],[-0.746,-1.739],[-2.712,-4.222],[-1.837,-4.631],[-1.277,-1.794],[-1.213,1.174],[-3.31,6.576],[-1.969,1.122],[-2.19,-1.638],[-2.807,-4.424],[-3.284,-6.576],[-1.932,-4.834],[0.009,-2.331],[1.831,0.329]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.447,0.627,0.208,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[270.407,822.883],"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":"Group 12","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[1.669,2.13],[0,0],[0,0],[1.545,-2.616],[0,0]],"o":[[0,0],[0,-2.707],[0,0],[0,0],[0.635,2.971],[0,0],[0,0]],"v":[[3.209,5.552],[3.209,5.552],[0.632,-1.914],[-2.22,-5.552],[-1.727,-3.245],[-3.142,5.441],[-3.208,5.552]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.545,0.765,0.286,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[270.305,823.908],"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":"Group 13","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.199,-1.291],[1.117,1.378],[0.823,1.582],[0.507,1.714],[0.226,1.728],[0,0],[0,0],[0.236,-1.563],[-0.202,-1.581],[-0.575,-1.511],[0.324,1.605],[-0.159,1.642],[-0.618,1.536],[0,0],[0,0],[0,0],[-0.478,-1.673],[-0.715,-1.581],[-0.994,-1.432]],"o":[[-1.361,-1.122],[-1.089,-1.401],[-0.826,-1.581],[-0.501,-1.711],[0,0],[0,0],[-0.627,1.442],[-0.242,1.563],[0.163,1.589],[-0.773,-1.421],[-0.318,-1.608],[0.139,-1.648],[0,0],[0,0],[0,0],[0.245,1.755],[0.44,1.674],[0.716,1.58],[0.966,1.456]],"v":[[6.382,10.21],[2.688,6.413],[-0.189,1.927],[-2.167,-3.043],[-3.183,-8.279],[-2.236,-8.154],[-4.169,-3.712],[-5.483,0.814],[-5.533,5.559],[-4.342,10.21],[-5.998,5.633],[-6.223,0.723],[-5.023,-4.077],[-3.148,-8.545],[-2.45,-10.21],[-2.201,-8.42],[-1.243,-3.3],[0.521,1.582],[3.093,6.114]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.447,0.627,0.208,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[262.365,819.25],"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":"Group 14","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.931,6.532],[0,0],[0,0],[-2.098,-4.44]],"o":[[0,0],[-4.806,-4.52],[0,0],[0,0],[-1.931,4.516],[0,0]],"v":[[6.459,9.28],[6.459,9.28],[-2.403,-7.792],[-2.615,-9.28],[-4.528,-4.803],[-4.265,9.28]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.545,0.765,0.286,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[262.288,820.18],"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":"Group 15","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[264.81,819.25],"e":[17.81,884.25],"to":[-41.1666679382324,10.8333330154419],"ti":[41.1666679382324,-10.8333330154419]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":55,"s":[17.81,884.25],"e":[17.81,884.25],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":60,"s":[17.81,884.25],"e":[17.81,884.25],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":61,"s":[17.81,884.25],"e":[1174.337,881.621],"to":[192.754440307617,-0.43813344836235],"ti":[-192.754440307617,0.43813344836235]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":64,"s":[1174.337,881.621],"e":[1174.337,881.621],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":65,"s":[1174.337,881.621],"e":[1154.337,875.621],"to":[-3.33333325386047,-1],"ti":[35.5455131530762,9.82836055755615]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":70,"s":[1154.337,875.621],"e":[961.064,822.651],"to":[-35.5455131530762,-9.82836055755615],"ti":[72.8206939697266,14.562744140625]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":115,"s":[961.064,822.651],"e":[744.337,790.621],"to":[-87.2600479125977,-17.4503383636475],"ti":[37.2485160827637,7.26800298690796]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":165,"s":[744.337,790.621],"e":[482.337,789.621],"to":[-68.3333358764648,-13.3333330154419],"ti":[79.9211044311523,-4.77146673202515]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":220,"s":[482.337,789.621],"e":[264.81,819.25],"to":[-79.9211044311523,4.77146673202515],"ti":[36.2544326782227,-4.93813323974609]},{"t":260.000010590017}],"ix":2},"a":{"a":0,"k":[264.81,819.25],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":60,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":61,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":64,"s":[0],"e":[100]},{"t":65.0000026475043}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 38","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.474,-1.984],[0.25,2.002],[0.723,1.867],[0.96,1.809],[0.931,1.81],[0,0],[0.007,-1.886],[0.509,-1.808],[0.926,-1.621],[1.307,-1.313],[-0.834,3.541],[-0.011,1.813],[0.059,1.838],[0,0],[0,0],[-0.94,-1.806],[-0.627,-1.991],[-0.118,-2.054]],"o":[[0.243,-2.023],[-0.21,-2.002],[-0.689,-1.874],[-0.954,-1.799],[0,0],[0.029,1.856],[-0.038,1.882],[-0.522,1.803],[-0.951,1.605],[2.299,-2.897],[0.386,-1.777],[-0.022,-1.809],[0,0],[0,0],[0.962,1.795],[0.903,1.805],[0.656,1.964],[0.087,2.056]],"v":[[5.764,12.516],[5.815,6.454],[4.415,0.613],[1.757,-4.812],[-1.109,-10.206],[-0.182,-10.449],[-0.087,-4.889],[-0.899,0.678],[-3.05,5.851],[-6.406,10.286],[-1.619,0.495],[-0.983,-4.901],[-1.166,-10.421],[-1.232,-12.517],[-0.239,-10.664],[2.574,-5.242],[5.162,0.347],[6.319,6.413]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.447,0.627,0.208,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[970.381,823.479],"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":"Group 16","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[2.427,4.622],[0,0],[0,0],[3.839,-4.424],[0,0]],"o":[[0,0],[0.941,-5.135],[0,0],[0,0],[0.172,5.854],[0,0],[0,0]],"v":[[5.615,11.476],[5.615,11.476],[3.321,-3.582],[-0.823,-11.476],[-0.691,-6.925],[-6.393,9.057],[-6.556,9.246]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.545,0.765,0.286,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[970.531,824.52],"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":"Group 17","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.913,-2.802],[1.565,3.026],[0.963,3.277],[0.335,3.402],[-0.172,3.371],[0,0],[0,0],[0.956,-2.929],[0.302,-1.513],[0.042,-1.547],[-0.664,-3.041],[-0.016,3.137],[-0.905,3.016],[-1.708,2.649],[0,0],[0,0],[0,0],[0.023,-1.676],[0,0],[0,0],[-0.853,-3.256],[-1.434,-3.056]],"o":[[-2.103,-2.665],[-1.532,-3.043],[-0.969,-3.276],[-0.353,-3.398],[0,0],[0,0],[-1.687,2.566],[-0.504,1.457],[-0.242,1.522],[-0.172,3.094],[-0.874,-2.988],[0.007,-3.138],[0.87,-3.032],[0,0],[0,0],[0,0],[-0.057,1.697],[0,0],[0,0],[0.284,3.352],[0.86,3.257],[1.401,3.075]],"v":[[10.844,20.049],[5.367,11.461],[1.613,1.956],[-0.302,-8.101],[-0.408,-18.327],[0.495,-18.036],[-4.702,-10.271],[-8.724,-2],[-9.867,2.477],[-10.357,7.08],[-9.496,16.322],[-10.828,7.07],[-9.436,-2.223],[-5.451,-10.767],[-0.327,-18.58],[0.636,-20.049],[0.576,-18.288],[0.412,-13.222],[0.453,-10.701],[0.614,-8.183],[2.372,1.744],[5.821,11.24]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.447,0.627,0.208,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[956.26,814.289],"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":"Group 18","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.504,12.713],[0,0],[0,0],[-2.436,-9.152]],"o":[[0,0],[-7.544,-10.243],[0,0],[0,0],[-5.232,7.894],[0,0]],"v":[[11.388,19.178],[11.388,19.178],[0.513,-16.284],[0.628,-19.178],[-4.557,-11.353],[-8.952,15.451]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.545,0.765,0.286,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[955.716,815.16],"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":"Group 19","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[961.077,815.117],"e":[751.077,788.117],"to":[-35,-4.5],"ti":[82.6666641235352,5.33333349227905]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":55,"s":[751.077,788.117],"e":[465.077,783.117],"to":[-82.6666641235352,-5.33333349227905],"ti":[81.1795501708984,-3.6470844745636]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":110,"s":[465.077,783.117],"e":[264,810],"to":[-81.1795501708984,3.6470844745636],"ti":[71.8462142944336,-14.8137512207031]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":150,"s":[264,810],"e":[34,872],"to":[-71.8462142944336,14.8137512207031],"ti":[38.3333320617676,-10.3333330154419]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":205,"s":[34,872],"e":[34,872],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":206,"s":[34,872],"e":[1169.173,868.947],"to":[189.195526123047,-0.50886821746826],"ti":[-189.195526123047,0.50886821746826]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":209,"s":[1169.173,868.947],"e":[1169.173,868.947],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":211,"s":[1169.173,868.947],"e":[961.077,815.117],"to":[-34.6826400756836,-8.97154998779297],"ti":[34.6826400756836,8.97154998779297]},{"t":255.000010386363}],"ix":2},"a":{"a":0,"k":[961.077,815.117],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":55,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":204,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":206,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":209,"s":[0],"e":[100]},{"t":210.000008553475}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 39","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-0.828],[0,0],[-0.012,0.828],[-210.924,0],[-186.946,-69.033]],"o":[[0,0],[0,-0.828],[186.946,-69.033],[210.924,0],[0.012,0.828]],"v":[[600,54.607],[-600,54.607],[-599.988,52.133],[0,-54.607],[599.988,52.133]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.545,0.765,0.286,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[600,845.402],"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":"Group 20","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":0,"k":[600,845.402],"ix":2},"a":{"a":0,"k":[600,845.402],"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 40","np":1,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.14,0],[0,-3.139],[3.14,0],[0,3.139]],"o":[[3.14,0],[0,3.139],[-3.14,0],[0,-3.139]],"v":[[0,-5.685],[5.685,0.001],[0,5.685],[-5.685,0.001]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.208,0.286,0.369,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[530.704,484.194],"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":"Group 21","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[530.704,478.51],[530.704,457.667]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.208,0.286,0.369,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 22","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[525.019,484.194],[509.86,484.194]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.208,0.286,0.369,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 23","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.741,-0.741],[-0.741,-0.742],[0,0],[-0.485,0],[-0.37,0.37],[0.741,0.74]],"o":[[-0.741,-0.741],[-0.741,0.741],[0,0],[0.369,0.37],[0.485,0],[0.741,-0.741],[0,0]],"v":[[0.669,-1.917],[-2.01,-1.917],[-2.01,0.764],[-0.67,2.103],[0.669,2.658],[2.009,2.103],[2.009,-0.577]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.545,0.765,0.286,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[501.897,455.294],"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":"Group 24","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.741,-0.74],[-0.741,-0.742],[0,0],[-0.485,0],[-0.37,0.369],[0.741,0.741]],"o":[[-0.741,-0.74],[-0.741,0.741],[0,0],[0.369,0.369],[0.485,0],[0.741,-0.742],[0,0]],"v":[[0.67,-1.917],[-2.009,-1.917],[-2.009,0.763],[-0.669,2.103],[0.67,2.657],[2.01,2.103],[2.01,-0.577]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.545,0.765,0.286,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[559.51,512.908],"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":"Group 25","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.739,-0.738],[0,0],[-0.741,-0.742],[-0.485,0],[-0.369,0.369],[0,0],[0.741,0.741]],"o":[[0,0],[-0.741,0.741],[0.37,0.369],[0.485,0],[0,0],[0.741,-0.742],[-0.741,-0.74]],"v":[[-0.669,-1.917],[-2.009,-0.577],[-2.009,2.103],[-0.669,2.657],[0.67,2.103],[2.01,0.763],[2.01,-1.917]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.545,0.765,0.286,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[501.897,512.908],"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":"Group 26","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.741,-0.741],[0,0],[-0.741,-0.741],[-0.485,0],[-0.369,0.37],[0,0],[0.741,0.741]],"o":[[0,0],[-0.741,0.74],[0.37,0.37],[0.485,0],[0,0],[0.741,-0.742],[-0.741,-0.741]],"v":[[-0.669,-1.917],[-2.01,-0.577],[-2.01,2.103],[-0.669,2.658],[0.669,2.103],[2.009,0.764],[2.009,-1.917]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.545,0.765,0.286,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[559.51,455.294],"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":"Group 27","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.046,0],[0,0],[0,-1.048],[-1.045,0],[0,0],[0,1.047]],"o":[[0,0],[-1.045,0],[0,1.047],[0,0],[1.046,0],[0,-1.048]],"v":[[0.948,-1.895],[-0.948,-1.895],[-2.842,0],[-0.948,1.895],[0.948,1.895],[2.842,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.545,0.765,0.286,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[489.964,484.195],"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":"Group 28","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.046,0],[0,0],[0,-1.048],[-1.046,0],[0,0],[0,1.047]],"o":[[0,0],[-1.046,0],[0,1.047],[0,0],[1.046,0],[0,-1.048]],"v":[[0.948,-1.895],[-0.947,-1.895],[-2.842,0],[-0.947,1.895],[0.948,1.895],[2.843,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.545,0.765,0.286,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[571.443,484.195],"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":"Group 29","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.046,0],[0,-1.048],[0,0],[-1.046,0],[0,1.048],[0,0]],"o":[[-1.046,0],[0,0],[0,1.048],[1.046,0],[0,0],[0,-1.048]],"v":[[0,-2.843],[-1.895,-0.948],[-1.895,0.946],[0,2.843],[1.895,0.946],[1.895,-0.948]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.545,0.765,0.286,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[530.704,524.934],"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":"Group 30","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.046,0],[0,-1.048],[0,0],[-1.046,0],[0,1.048],[0,0]],"o":[[-1.046,0],[0,0],[0,1.048],[1.046,0],[0,0],[0,-1.048]],"v":[[0,-2.843],[-1.895,-0.948],[-1.895,0.948],[0,2.843],[1.895,0.948],[1.895,-0.948]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.545,0.765,0.286,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[530.704,443.456],"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":"Group 31","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-30.349,0],[0,-30.348],[30.348,0],[0,30.349]],"o":[[30.348,0],[0,30.349],[-30.349,0],[0,-30.348]],"v":[[0,-54.95],[54.951,0],[0,54.95],[-54.951,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.925,0.929,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[530.704,484.424],"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":"Group 32","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":0,"k":[530.704,484.424],"ix":2},"a":{"a":0,"k":[530.704,484.424],"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 41","np":12,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[27.727,27.727],[0,0],[30.775,-30.77],[-23.53,-31.373],[0,0],[0,0]],"o":[[0,0],[-30.77,-30.77],[-27.726,27.727],[0,0],[0,0],[23.531,-31.373]],"v":[[55.718,-85.785],[55.718,-85.785],[-55.718,-85.785],[-63.035,25.521],[0,116.555],[63.034,25.521]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.992,0.753,0.071,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[530.527,515.259],"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":"Group 33","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":0,"k":[530.526,519.105],"ix":2},"a":{"a":0,"k":[530.526,519.105],"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 41","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[15.61,0],[1.896,-0.396],[0,0.099],[26.014,0],[5.197,-20.348],[2.551,0],[0,-19.006],[-18.989,0],[0,0],[0,15.618]],"o":[[-2.018,0],[0,-0.102],[0,-26.029],[-21.966,0],[-2.397,-0.521],[-18.987,0.001],[0,18.991],[0,0],[15.611,0],[-0.002,-15.631]],"v":[[56.063,-4.876],[50.194,-4.269],[50.206,-4.574],[3.096,-51.682],[-42.526,-16.293],[-49.952,-17.102],[-84.339,17.3],[-49.95,51.682],[56.064,51.682],[84.339,23.409]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.741,0.761,0.78,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[869.618,474.887],"e":[849.618,474.887],"to":[-3.33333325386047,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[849.618,474.887],"e":[869.618,474.887],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":60,"s":[869.618,474.887],"e":[849.618,474.887],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":90,"s":[849.618,474.887],"e":[869.618,474.887],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":120,"s":[869.618,474.887],"e":[849.618,474.887],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":150,"s":[849.618,474.887],"e":[869.618,474.887],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":180,"s":[869.618,474.887],"e":[849.618,474.887],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":210,"s":[849.618,474.887],"e":[869.618,474.887],"to":[0,0],"ti":[-3.33333325386047,0]},{"t":260.000010590017}],"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":"Group 34","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-331.38],[0,0],[-331.369,0]],"o":[[0,0],[0,-331.38],[331.369,0]],"v":[[600,300.006],[-600,300.006],[0,-300.006]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.929,0.941,0.945,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[600,599.997],"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":"Group 35","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group"}],"ip":0,"op":900.000036657751,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/moving_eye.json b/ohos/flutter_lottie/assets/lottiefiles/moving_eye.json new file mode 100644 index 0000000000000000000000000000000000000000..c06201d7f6571e425f355b4f5436ad8e733144b7 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/moving_eye.json @@ -0,0 +1 @@ +{"v":"4.6.6","fr":24,"ip":0,"op":72,"w":500,"h":350,"nm":"Eye 2","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Eye Outline","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[250,175,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[226,226,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[74.969,0],[0,0],[-74.313,0],[0,0]],"o":[[-74.781,0],[0,0],[74.937,0],[0,0]],"v":[[0.031,-50],[-100,0],[0.063,49.813],[100,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.3176471,0.1019608,0.0901961,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":15},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":72,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Eyeball","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":0,"s":[199,182,0],"e":[327,157,0],"to":[21.3333339691162,-4.16666650772095,0],"ti":[2.33333325386047,-3.83333325386047,0]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":19,"s":[327,157,0],"e":[185,205,0],"to":[-2.33333325386047,3.83333325386047,0],"ti":[2.16666674613953,-7.66666650772095,0]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":38,"s":[185,205,0],"e":[314,203,0],"to":[-2.16666674613953,7.66666650772095,0],"ti":[-2.33333325386047,3.83333325386047,0]},{"i":{"x":0.35,"y":1},"o":{"x":0.65,"y":0},"n":"0p35_1_0p65_0","t":57,"s":[314,203,0],"e":[199,182,0],"to":[2.33333325386047,-3.83333325386047,0],"ti":[19.1666660308838,3.5,0]},{"t":72}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[226,226,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[25,25]},"p":{"a":0,"k":[25,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0.3176471,0.1019608,0.0901961,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":7.5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.9764706,0.9019608,0.3607843,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":1,"k":[{"i":{"x":[0.35],"y":[1]},"o":{"x":[0.65],"y":[0]},"n":["0p35_1_0p65_0"],"t":0,"s":[186],"e":[316.901]},{"i":{"x":[0.35],"y":[1]},"o":{"x":[0.65],"y":[0]},"n":["0p35_1_0p65_0"],"t":19,"s":[316.901],"e":[490.111]},{"i":{"x":[0.35],"y":[1]},"o":{"x":[0.65],"y":[0]},"n":["0p35_1_0p65_0"],"t":38,"s":[490.111],"e":[410.926]},{"i":{"x":[0.35],"y":[1]},"o":{"x":[0.65],"y":[0]},"n":["0p35_1_0p65_0"],"t":57,"s":[410.926],"e":[186]},{"t":72}],"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 5","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[50,50]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0.3176471,0.1019608,0.0901961,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":15},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.9764706,0.9019608,0.3607843,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Group 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":72,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Eye Back","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[250,175,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[226,226,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[74.969,0],[0,0],[-74.313,0],[0,0]],"o":[[-74.781,0],[0,0],[74.937,0],[0,0]],"v":[[0.031,-50],[-100,0],[0.063,49.813],[100,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.9764706,0.9019608,0.3607843,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":72,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/no_internet_connection.json b/ohos/flutter_lottie/assets/lottiefiles/no_internet_connection.json new file mode 100644 index 0000000000000000000000000000000000000000..a9848096a5fd5fa0db74d44c37feb17470ec9c20 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/no_internet_connection.json @@ -0,0 +1 @@ +{"v":"5.1.1","fr":74,"ip":0,"op":193,"w":141,"h":112,"nm":"Comp 1","ddd":0,"assets":[],"fonts":{"list":[{"fName":"Lato-Bold","fFamily":"Lato","fStyle":"Bold","ascent":74.2996215820313}]},"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Layer 2/error2 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[81.75,74,0],"ix":2},"a":{"a":0,"k":[2.5,40,0],"ix":1},"s":{"a":0,"k":[38.062,46.611,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-1.145,0],[0,-1.144]],"o":[[0,0],[0,0],[0,-1.144],[1.145,0],[0,0]],"v":[[2.073,39.624],[-2.073,39.624],[-2.073,-37.553],[0,-39.624],[2.073,-37.553]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.478,0.533,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[2.323,39.875],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":194,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":5,"nm":"Network Error","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[76.25,42,0],"ix":2},"a":{"a":0,"k":[46.5,-4,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":147,"s":[0,0,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":152,"s":[105,105,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":155,"s":[100,100,100],"e":[105,105,100]},{"t":157}],"ix":6}},"ao":0,"t":{"d":{"k":[{"s":{"s":13,"f":"Lato-Bold","t":"Network Error","j":0,"tr":0,"lh":15.6,"ls":0,"fc":[0.96,0.12,0.12]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":147,"op":194,"st":147,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Layer 1/error2 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":81,"s":[0],"e":[-26]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":94,"s":[-26],"e":[26]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":106,"s":[26],"e":[319]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":124,"s":[319],"e":[414]},{"t":147}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":107,"s":[82.25,47,0],"e":[96,78.5,0],"to":[2.29166674613953,5.25,0],"ti":[-4.375,-4.41666650772095,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":124,"s":[96,78.5,0],"e":[108.5,73.5,0],"to":[4.375,4.41666650772095,0],"ti":[-3.625,-1.41666662693024,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":137,"s":[108.5,73.5,0],"e":[117.75,87,0],"to":[3.625,1.41666662693024,0],"ti":[-1.54166662693024,-2.25,0]},{"t":147}],"ix":2},"a":{"a":0,"k":[29,25.5,0],"ix":1},"s":{"a":0,"k":[35.293,35.293,100],"ix":6}},"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":[[1.037,-8.539],[0.54,8.538],[-0.541,8.538],[-1.038,-8.539]],"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.23,-0.237],[-0.009,-0.329],[0,0],[-0.669,0],[0,0],[-0.02,0.669],[0,0],[0.23,0.236],[0.33,0],[0,0]],"o":[[-0.23,0.236],[0,0],[0.02,0.668],[0,0],[0.669,0],[0,0],[0.01,-0.329],[-0.23,-0.237],[0,0],[-0.33,0]],"v":[[-2.317,-9.781],[-2.664,-8.892],[-2.145,8.962],[-0.917,10.154],[0.916,10.154],[2.144,8.962],[2.663,-8.892],[2.316,-9.781],[1.436,-10.154],[-1.436,-10.154]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[28.703,26.116],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.1,0],[0,0],[0,0.946],[-0.877,0],[0,-0.992]],"o":[[0,0],[-0.854,0],[0,-0.947],[0.919,0],[0,0.741]],"v":[[0,1.607],[-0.04,1.607],[-1.49,0.001],[0,-1.607],[1.49,0.001]],"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":[[1.828,0],[0,-1.837],[-1.748,0],[0,0],[0,1.867]],"o":[[-1.771,0],[0,1.836],[0,0],[1.799,0],[0,-1.898]],"v":[[0,-3.222],[-3.105,0.001],[-0.04,3.222],[0,3.222],[3.105,0.001]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.478,0.533,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[28.703,40.443],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.034,-0.061],[0.017,0],[0,0],[0.034,0.06],[-0.009,0.015],[0,0],[-0.069,0],[-0.008,-0.014],[0,0]],"o":[[-0.035,0.06],[0,0],[-0.017,0],[-0.035,-0.061],[0,0],[0.009,-0.014],[0.07,0],[0,0],[0.009,0.015]],"v":[[20.035,17.319],[19.931,17.379],[-19.93,17.379],[-20.034,17.319],[-20.034,17.199],[-0.104,-17.319],[0,-17.378],[0.104,-17.319],[20.035,17.199]],"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.628,0],[0.314,-0.544],[0,0],[-0.314,-0.544],[-0.628,0],[0,0],[-0.313,0.543],[0.314,0.543],[0,0]],"o":[[-0.627,0],[0,0],[-0.314,0.543],[0.314,0.543],[0,0],[0.626,0],[0.314,-0.544],[0,0],[-0.314,-0.543]],"v":[[0,-18.994],[-1.503,-18.125],[-21.433,16.391],[-21.433,18.127],[-19.93,18.994],[19.931,18.994],[21.433,18.127],[21.433,16.391],[1.503,-18.126]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.478,0.533,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[28.702,26.987],"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":"Group 3","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.386,-0.224],[-0.223,0.387],[0,0],[-0.07,0],[-0.008,-0.015],[0,0],[-0.28,0],[-0.127,0.073],[0.222,0.387],[0,0],[0.628,0],[0.314,-0.544],[0,0]],"o":[[0.386,0.223],[0,0],[0.008,-0.014],[0.07,0],[0,0],[0.15,0.26],[0.136,0],[0.387,-0.223],[0,0],[-0.314,-0.544],[-0.627,0],[0,0],[-0.224,0.387]],"v":[[-15.91,13.605],[-14.807,13.309],[-0.105,-12.152],[-0.001,-12.212],[0.104,-12.152],[14.807,13.312],[15.508,13.716],[15.911,13.608],[16.206,12.504],[1.503,-12.959],[-0.001,-13.828],[-1.504,-12.959],[-16.204,12.501]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.478,0.533,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[28.703,14.078],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.313,0.543],[0,0],[0.387,-0.222],[-0.224,-0.387],[0,0],[0.034,-0.06],[0.018,0],[0,0],[0.035,0.06],[-0.009,0.014],[0,0],[0.386,0.223],[0.223,-0.386],[0,0],[-0.313,-0.543],[-0.628,0],[0,0],[-0.313,0.544]],"o":[[0,0],[-0.223,-0.386],[-0.386,0.224],[0,0],[0.007,0.014],[-0.036,0.06],[0,0],[-0.017,0],[-0.035,-0.06],[0,0],[0.224,-0.386],[-0.386,-0.223],[0,0],[-0.313,0.543],[0.314,0.544],[0,0],[0.628,0],[0.313,-0.543]],"v":[[28.139,7.882],[17.833,-9.967],[16.73,-10.264],[16.436,-9.16],[26.742,8.689],[26.742,8.809],[26.636,8.87],[-26.637,8.87],[-26.74,8.809],[-26.74,8.689],[-16.441,-9.148],[-16.736,-10.251],[-17.839,-9.956],[-28.139,7.882],[-28.139,9.617],[-26.635,10.486],[26.636,10.486],[28.139,9.617]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.478,0.533,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[28.703,39.368],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.007,-0.236],[0,0],[0.228,0],[0,0],[0.006,0.228],[0,0],[-0.237,0]],"o":[[0.236,0],[0,0],[-0.007,0.228],[0,0],[-0.228,0],[0,0],[-0.007,-0.236],[0,0]],"v":[[1.436,-9.346],[1.856,-8.914],[1.337,8.938],[0.916,9.346],[-0.917,9.346],[-1.337,8.938],[-1.856,-8.914],[-1.436,-9.346]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.478,0.533,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[28.703,26.116],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.325,0],[0,-1.402],[1.402,0],[0,0],[0,1.362]],"o":[[1.402,0],[0,1.362],[0,0],[-1.323,0],[0,-1.402]],"v":[[0,-2.415],[2.298,0.001],[0,2.415],[-0.04,2.415],[-2.298,0.001]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[28.703,40.443],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.357,0.619],[0,0],[0.357,-0.618],[0,0],[0,0],[0,0]],"o":[[0,0],[-0.358,-0.618],[0,0],[0,0],[0,0],[0.714,-0.001]],"v":[[11.125,16.871],[-8.805,-17.646],[-10.413,-17.646],[-11.482,-15.792],[8.241,18.264],[10.321,18.264]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.478,0.533,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[38.312,26.911],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.357,0.619],[0,0],[-0.357,-0.618],[0,0],[0.714,0],[0,0]],"o":[[0,0],[0.357,-0.618],[0,0],[0.357,0.619],[0,0],[-0.715,0]],"v":[[-20.734,16.871],[-0.804,-17.646],[0.803,-17.646],[20.734,16.871],[19.93,18.264],[-19.93,18.264]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.478,0.533,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[28.703,26.91],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.357,0.619],[0,0],[0.357,-0.618],[0,0],[0,0],[0,0]],"o":[[0,0],[-0.358,-0.618],[0,0],[0,0],[0,0],[0.714,0]],"v":[[14.426,22.678],[-12.21,-23.453],[-13.818,-23.453],[-14.783,-21.778],[11.689,24.071],[13.622,24.071]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[41.716,24.975],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.357,0.619],[0,0],[-0.357,-0.618],[0,0],[0.714,0],[0,0]],"o":[[0,0],[0.357,-0.618],[0,0],[0.357,0.619],[0,0],[-0.715,0]],"v":[[-27.44,22.678],[-0.804,-23.453],[0.803,-23.453],[27.44,22.678],[26.636,24.071],[-26.636,24.071]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[28.703,24.975],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":194,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Layer 5/erro Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[94.75,85.5,0],"ix":2},"a":{"a":0,"k":[12,6.5,0],"ix":1},"s":{"a":0,"k":[127.544,127.544,100],"ix":6}},"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[5.253,1.788],[4.333,1.723],[2.872,1.617],[-5.253,1.027],[0.05,-1.788],[5.077,1.378]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.773000021542,0.764999988032,0.791999966491,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[16.665,5.949],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[5.253,3.732],[4.333,3.667],[2.872,3.561],[-5.253,2.971],[-3.313,-2.133],[-3.004,-2.949],[-2.704,-3.732],[0.05,0.156],[5.077,3.322]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.532999973671,0.525,0.560999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[16.665,4.005],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.549,1.607],[7.374,1.195],[2.346,-1.971],[-0.408,-5.859],[-0.426,-5.88],[-7.803,-3.622],[-8.195,-1.245],[-8.475,0.452],[-9.146,4.503],[-9.262,5.193],[-9.376,5.88],[9.376,5.88]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.670999983245,0.666999966491,0.689999988032,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[14.369,6.131],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"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":[[3.115,-3.643],[-1.07,-1.469],[-3.115,3.643],[2.984,3.643]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.470999983245,0.46699999641,0.497999991623,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[3.364,8.369],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":194,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Layer 4/erro Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[0],"e":[1800]},{"t":81}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[-14.5,84,0],"e":[73.75,83.25,0],"to":[14.7083330154419,-0.125,0],"ti":[-14.7083330154419,0.125,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":81,"s":[73.75,83.25,0],"e":[73.75,83.25,0],"to":[0,0,0],"ti":[0,0,0]},{"t":92}],"ix":2},"a":{"a":0,"k":[13.5,13.5,0],"ix":1},"s":{"a":0,"k":[68.362,68.362,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[7.149,0],[0,-7.152],[-7.152,0],[-2.224,1.795],[0,0],[2.516,0],[0,6.02],[-6.023,0],[0,-6.024],[1.701,-1.925],[0,0],[0,3.328]],"o":[[-7.152,0],[0,7.149],[3.078,0],[0,0],[-1.849,1.433],[-6.023,0],[0,-6.024],[6.021,0],[0,2.765],[0,0],[2.067,-2.295],[0,-7.152]],"v":[[0.002,-12.947],[-12.947,0.001],[0.002,12.947],[8.13,10.077],[6.687,8.633],[0.002,10.924],[-10.924,0.001],[0.002,-10.921],[10.923,0.001],[8.189,7.221],[9.624,8.658],[12.947,0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.992156862745,0.647058823529,0.105882352941,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[13.196,13.196],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.427,0.022],[0.022,-0.426],[1.04,-0.906],[1.785,0.153],[0.036,-0.426],[-0.427,-0.036],[-0.28,0],[-1.214,1.055],[-0.114,2.16]],"o":[[-0.437,-0.023],[-0.092,1.731],[-1.074,0.933],[-0.438,-0.049],[-0.037,0.427],[0.291,0.027],[1.851,0],[1.365,-1.188],[0.023,-0.426]],"v":[[3.519,-3.755],[2.705,-3.023],[0.975,1.007],[-3.398,2.197],[-4.236,2.902],[-3.531,3.74],[-2.675,3.777],[1.99,2.176],[4.25,-2.941]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.694117647059,0.447058823529,0.094117647059,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[17.519,17.092],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":194,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Layer 6/erro Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[0],"e":[1800]},{"t":81}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[-42.75,84.5,0],"e":[51.5,83.75,0],"to":[15.7083330154419,-0.125,0],"ti":[-15.75,0.75000107288361,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":81,"s":[51.5,83.75,0],"e":[51.75,80,0],"to":[3.14999581974007e-10,-1.50000012411056e-11,0],"ti":[-0.04166666790843,-0.04166666790843,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":88,"s":[51.75,80,0],"e":[51.75,84,0],"to":[0.04166666790843,0.04166666790843,0],"ti":[0,-0.66666668653488,0]},{"t":98}],"ix":2},"a":{"a":0,"k":[13.5,13.5,0],"ix":1},"s":{"a":0,"k":[68.362,68.362,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.073,0.933],[0.091,1.73],[0.412,-0.024],[-0.023,-0.427],[-1.364,-1.188],[-1.851,0],[-0.291,0.027],[0.038,0.426],[0.428,-0.048]],"o":[[-1.04,-0.905],[-0.022,-0.427],[-0.428,0.023],[0.113,2.159],[1.215,1.056],[0.28,0],[0.427,-0.036],[-0.037,-0.426],[-1.788,0.154]],"v":[[-0.974,1.007],[-2.703,-3.021],[-3.517,-3.754],[-4.25,-2.939],[-1.991,2.176],[2.675,3.778],[3.531,3.74],[4.235,2.903],[3.398,2.198]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.694117647059,0.447533760819,0.095271046956,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[8.931,17.091],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[7.149,0],[2.261,-1.926],[0,0],[-2.64,0],[0,-6.024],[6.023,0],[0,6.02],[-1.568,1.89],[0,0],[0,-3.209],[-7.149,0],[0,7.149]],"o":[[-3.2,0],[0,0],[1.891,-1.562],[6.023,0],[0,6.02],[-6.023,0],[0,-2.645],[0,0],[-1.932,2.261],[0,7.149],[7.149,0],[0,-7.152]],"v":[[0,-12.947],[-8.392,-9.859],[-6.952,-8.419],[0,-10.921],[10.922,0.001],[0,10.924],[-10.922,0.001],[-8.409,-6.962],[-9.849,-8.402],[-12.948,0.001],[0,12.947],[12.948,0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.992156862745,0.647751393038,0.105051900826,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[13.198,13.196],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":194,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Layer 2/erro Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":81,"s":[0],"e":[7]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":89,"s":[7],"e":[0]},{"t":98}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[-28,74.25,0],"e":[63.693,73.5,0],"to":[13.6936912536621,0,0],"ti":[-18.0084609985352,0,0]},{"t":81}],"ix":2},"a":{"a":0,"k":[22,14,0],"ix":1},"s":{"a":0,"k":[68.362,68.362,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0.454],[-0.454,0],[0,0],[0,-0.455],[0.454,0],[0,0]],"o":[[0,-0.454],[0,0],[0.454,0],[0,0.454],[0,0],[-0.454,0]],"v":[[-19.628,-10.889],[-18.805,-11.713],[-10.779,-11.713],[-9.956,-10.889],[-10.779,-10.065],[-18.805,-10.065]],"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],[-0.023,-0.044],[0,0],[-0.442,0.221],[0.221,0.442],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.648,-0.875],[1.12,0],[0,-0.494],[-0.495,0],[-0.794,1.073],[0.04,0.131],[0.393,0],[0,0],[0.11,-0.384],[0,0],[0,0],[0,0],[0,0],[0,1.441],[1.442,0],[0,0],[0,-1.443],[-1.442,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.484,-0.097],[-0.059,0],[-0.084,0.425],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0.016,0.049],[0,0],[0.22,0.443],[0.442,-0.221],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.138,0.799],[-0.443,0.599],[-0.495,0],[0,0.494],[1.702,0],[1.5,-2.026],[-0.115,-0.376],[0,0],[-0.399,0],[0,0],[0,0],[0,0],[0,0],[1.441,0],[0,-1.442],[0,0],[-1.442,0],[0,1.441],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.097,0.485],[0.059,0.012],[0.418,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[10.684,3.214],[11.861,7.136],[11.917,7.278],[14.21,11.864],[15.411,12.265],[15.811,11.064],[13.553,6.548],[12.346,2.523],[11.833,0.807],[10.214,-4.59],[12.247,-11.713],[18.88,-11.713],[18.482,-8.663],[16.158,-7.772],[15.262,-6.877],[16.158,-5.982],[19.921,-7.598],[20.452,-12.871],[19.596,-13.505],[11.572,-13.505],[10.712,-12.856],[8.604,-5.481],[-12.971,-5.481],[-13.77,-8.276],[-10.781,-8.276],[-8.165,-10.89],[-10.781,-13.506],[-18.805,-13.506],[-21.421,-10.89],[-18.805,-8.276],[-15.633,-8.276],[-14.566,-4.548],[-15.548,0.357],[-15.898,2.114],[-17.962,12.435],[-17.262,13.488],[-17.085,13.506],[-16.208,12.786],[-14.145,2.467],[-13.792,0.712],[-12.911,-3.688],[8.615,-3.688],[10.165,1.481]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.992156862745,0.647058823529,0.105882352941,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[21.671,13.756],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":194,"st":0,"bm":0}],"markers":[],"chars":[{"ch":"N","size":13,"style":"Bold","w":75.6,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.6,0],[0,0],[0,0],[0,0],[0,0],[0.05,1.05],[0.1,1.067],[0,0],[-0.7,-0.333],[-1.067,0],[0,0],[0,0],[0,0],[0,0],[-0.05,-1.116],[-0.134,-1.166],[0,0],[0.3,0.284],[0.316,0.15],[0.4,0.05]],"o":[[0,0],[0,0],[0,0],[0,0],[0,-0.866],[-0.05,-1.05],[0,0],[0.666,0.867],[0.7,0.334],[0,0],[0,0],[0,0],[0,0],[0,0.967],[0.05,1.117],[0,0],[-0.367,-0.466],[-0.3,-0.283],[-0.317,-0.15],[-0.4,-0.05]],"v":[[14.35,-72.3],[7.3,-72.3],[7.3,0],[19.15,0],[19.15,-44.4],[19.075,-47.275],[18.85,-50.45],[56.65,-2.3],[58.7,-0.5],[61.35,0],[68.3,0],[68.3,-72.3],[56.45,-72.3],[56.45,-28.35],[56.525,-25.225],[56.8,-21.8],[18.85,-70.15],[17.85,-71.275],[16.925,-71.925],[15.85,-72.225]],"c":true},"ix":2},"nm":"N","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"N","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"e","size":13,"style":"Bold","w":53.45,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.05,-1.333],[2.116,-2.283],[1.133,-3.083],[0,-3.5],[-1.3,-3.416],[-2.267,-2.316],[-3.067,-1.183],[-3.567,0],[-1.917,0.266],[-1.85,0.65],[-1.7,1.084],[-1.367,1.6],[0,0],[0.366,0.2],[0.5,0],[0.816,-0.466],[1.083,-0.566],[1.45,-0.466],[2,0],[2.466,2.467],[0.366,5.267],[0,0],[-0.367,0.15],[-0.217,0.35],[-0.084,0.617],[0,0.934],[1.1,2.884],[1.966,1.984],[2.716,1.034],[3.233,0]],"o":[[-3.05,1.334],[-2.117,2.284],[-1.134,3.084],[0,4.5],[1.3,3.417],[2.266,2.317],[3.066,1.183],[1.8,0],[1.916,-0.267],[1.85,-0.65],[1.7,-1.083],[0,0],[-0.267,-0.366],[-0.367,-0.2],[-0.767,0],[-0.817,0.467],[-1.084,0.567],[-1.45,0.467],[-4.067,0],[-2.467,-2.466],[0,0],[0.566,0],[0.366,-0.15],[0.216,-0.35],[0.083,-0.616],[0,-3.7],[-1.1,-2.883],[-1.967,-1.983],[-2.717,-1.033],[-3.834,0]],"v":[[17.475,-50.1],[9.725,-44.675],[4.85,-36.625],[3.15,-26.75],[5.1,-14.875],[10.45,-6.275],[18.45,-1.025],[28.4,0.75],[33.975,0.35],[39.625,-1.025],[44.95,-3.625],[49.55,-7.65],[45.95,-12.15],[45,-13],[43.7,-13.3],[41.325,-12.6],[38.475,-11.05],[34.675,-9.5],[29.5,-8.8],[19.7,-12.5],[15.45,-24.1],[47.15,-24.1],[48.55,-24.325],[49.425,-25.075],[49.875,-26.525],[50,-28.85],[48.35,-38.725],[43.75,-46.025],[36.725,-50.55],[27.8,-52.1]],"c":true},"ix":2},"nm":"e","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-1.367,-0.616],[-0.9,-1.066],[-0.434,-1.416],[0,-1.6],[0,0],[-2.034,2.034],[-3.6,0]],"o":[[1.366,0.617],[0.9,1.067],[0.433,1.417],[0,0],[0.566,-3.733],[2.033,-2.033],[1.833,0]],"v":[[32.85,-42.325],[36.25,-39.8],[38.25,-36.075],[38.9,-31.55],[15.7,-31.55],[19.6,-40.2],[28.05,-43.25]],"c":true},"ix":2},"nm":"e","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"e","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"t","size":13,"style":"Bold","w":38.7,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.334,0.766],[-1.8,1.5],[0,0],[0.233,0.184],[0.366,0],[0.3,-0.183],[0.383,-0.2],[0.516,-0.183],[0.766,0],[0.8,0.9],[0,1.6],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.483,-0.366],[0.133,-0.666],[0,0],[0,0],[0,0],[-0.484,-0.433],[-0.667,0],[0,0],[0,0],[-2.4,-2.516],[-4.434,0]],"o":[[2.333,-0.766],[0,0],[-0.267,-0.366],[-0.234,-0.183],[-0.3,0],[-0.3,0.184],[-0.384,0.2],[-0.517,0.184],[-1.334,0],[-0.8,-0.9],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.734,0],[-0.484,0.367],[0,0],[0,0],[0,0],[0,0.867],[0.483,0.434],[0,0],[0,0],[0,4.434],[2.4,2.517],[2.5,0]],"v":[[30.7,-0.35],[36.9,-3.75],[33.2,-9.75],[32.45,-10.575],[31.55,-10.85],[30.65,-10.575],[29.625,-10],[28.275,-9.425],[26.35,-9.15],[23.15,-10.5],[21.95,-14.25],[21.95,-42.05],[35.45,-42.05],[35.45,-50.85],[21.95,-50.85],[21.95,-67],[15.55,-67],[13.725,-66.45],[12.8,-64.9],[10.2,-50.9],[1.95,-49.55],[1.95,-44.65],[2.675,-42.7],[4.4,-42.05],[9.6,-42.05],[9.6,-13.4],[13.2,-2.975],[23.45,0.8]],"c":true},"ix":2},"nm":"t","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"t","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"w","size":13,"style":"Bold","w":79.1,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.467,1.467],[0,0],[-0.234,0.984],[-0.2,1],[-0.25,-0.983],[-0.3,-0.966],[0,0],[-1.067,0],[0,0],[0,0],[0,0],[0.633,-0.433],[0.166,-0.666],[0,0],[0.283,-1.433],[0.233,-1.433],[0.35,1.35],[0.433,1.434],[0,0],[0.6,0.434],[0.9,0],[0,0],[0.6,-0.433],[0.2,-0.666],[0,0],[0.416,-1.433],[0.366,-1.433],[0.25,1.434],[0.4,1.5],[0,0],[0.633,0.434],[0.933,0],[0,0]],"o":[[0,0],[1.333,0],[0,0],[0.3,-1],[0.233,-0.983],[0.166,0.967],[0.25,0.984],[0,0],[0.466,1.467],[0,0],[0,0],[0,0],[-0.834,0],[-0.634,0.434],[0,0],[-0.434,1.534],[-0.284,1.434],[-0.334,-1.366],[-0.35,-1.35],[0,0],[-0.2,-0.666],[-0.6,-0.433],[0,0],[-0.8,0],[-0.6,0.434],[0,0],[-0.467,1.5],[-0.417,1.434],[-0.234,-1.433],[-0.25,-1.433],[0,0],[-0.167,-0.666],[-0.634,-0.433],[0,0],[0,0]],"v":[[16.6,0],[26.05,0],[28.75,-2.2],[38.1,-31.75],[38.9,-34.725],[39.55,-37.7],[40.175,-34.775],[41,-31.85],[50.25,-2.2],[52.55,0],[62.5,0],[78.75,-51.3],[69.4,-51.3],[67.2,-50.65],[66,-49],[58.4,-21.6],[57.325,-17.15],[56.55,-12.85],[55.525,-16.925],[54.35,-21.1],[45.95,-49.1],[44.75,-50.75],[42.5,-51.4],[37.05,-51.4],[34.95,-50.75],[33.75,-49.1],[25.25,-21.6],[23.925,-17.2],[22.75,-12.9],[22.025,-17.2],[21.05,-21.6],[13.7,-49],[12.5,-50.65],[10.15,-51.3],[0.35,-51.3]],"c":true},"ix":2},"nm":"w","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"w","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"o","size":13,"style":"Bold","w":56.85,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.133,-1.233],[2.216,-2.266],[1.216,-3.266],[0,-4.033],[-1.217,-3.266],[-2.217,-2.3],[-3.134,-1.233],[-3.834,0],[-3.117,1.233],[-2.2,2.3],[-1.2,3.267],[0,4.067],[1.2,3.267],[2.2,2.267],[3.116,1.234],[3.833,0]],"o":[[-3.134,1.234],[-2.217,2.267],[-1.217,3.267],[0,4.067],[1.216,3.267],[2.216,2.3],[3.133,1.233],[3.833,0],[3.116,-1.233],[2.2,-2.3],[1.2,-3.266],[0,-4.033],[-1.2,-3.266],[-2.2,-2.266],[-3.117,-1.233],[-3.834,0]],"v":[[18.05,-50.25],[10.025,-45],[4.875,-36.7],[3.05,-25.75],[4.875,-14.75],[10.025,-6.4],[18.05,-1.1],[28.5,0.75],[38.925,-1.1],[46.9,-6.4],[52,-14.75],[53.8,-25.75],[52,-36.7],[46.9,-45],[38.925,-50.25],[28.5,-52.1]],"c":true},"ix":2},"nm":"o","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[2.066,2.884],[0,5.5],[-2.067,2.917],[-4.334,0],[-2.05,-2.9],[0,-5.533],[2.05,-2.866],[4.266,0]],"o":[[-2.067,-2.883],[0,-5.5],[2.066,-2.916],[4.266,0],[2.05,2.9],[0,5.534],[-2.05,2.867],[-4.334,0]],"v":[[18.9,-13.075],[15.8,-25.65],[18.9,-38.275],[28.5,-42.65],[37.975,-38.3],[41.05,-25.65],[37.975,-13.05],[28.5,-8.75]],"c":true},"ix":2},"nm":"o","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"o","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"r","size":13,"style":"Bold","w":40.85,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-1.834,1.417],[-2.567,0],[-0.867,-0.233],[-0.5,0],[-0.334,0.25],[-0.1,0.6],[0,0],[2.533,0],[2.466,-1.833],[1.833,-3.166],[0,0],[0.5,0.467],[1.266,0],[0,0],[0,0]],"o":[[0,0],[1.266,-2.733],[1.833,-1.416],[1.433,0],[0.866,0.234],[0.566,0],[0.333,-0.25],[0,0],[-1.667,-1.166],[-3.067,0],[-2.467,1.834],[0,0],[-0.167,-1.133],[-0.5,-0.466],[0,0],[0,0],[0,0]],"v":[[18.95,0],[18.95,-31.95],[23.6,-38.175],[30.2,-40.3],[33.65,-39.95],[35.7,-39.6],[37.05,-39.975],[37.7,-41.25],[39.3,-50.5],[33,-52.25],[24.7,-49.5],[18.25,-42],[17.5,-48.2],[16.5,-50.6],[13.85,-51.3],[6.6,-51.3],[6.6,0]],"c":true},"ix":2},"nm":"r","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"r","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"k","size":13,"style":"Bold","w":55.15,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[-0.5,-0.233],[-0.5,-0.766],[0,0],[-0.667,-0.333],[-0.967,0],[0,0],[0,0],[0.533,0.667],[0.7,0.5],[-0.6,0.584],[-0.567,0.7],[0,0],[0,0],[0.633,-0.383],[0.566,-0.666],[0,0],[0.466,-0.233],[0.833,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[1,0],[0.5,0.234],[0,0],[0.533,0.8],[0.666,0.334],[0,0],[0,0],[-0.534,-0.766],[-0.534,-0.666],[0.7,-0.433],[0.6,-0.583],[0,0],[0,0],[-1.034,0],[-0.634,0.384],[0,0],[-0.534,0.634],[-0.467,0.234],[0,0],[0,0],[0,0]],"v":[[6.75,-74.3],[6.75,0],[19.1,0],[19.1,-23.5],[21.9,-23.5],[24.15,-23.15],[25.65,-21.65],[38.7,-2.2],[40.5,-0.5],[42.95,0],[54.1,0],[37,-24.9],[35.4,-27.05],[33.55,-28.8],[35.5,-30.325],[37.25,-32.25],[53.2,-51.3],[41.9,-51.3],[39.4,-50.725],[37.6,-49.15],[24.85,-33.4],[23.35,-32.1],[21.4,-31.75],[19.1,-31.75],[19.1,-74.3]],"c":true},"ix":2},"nm":"k","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"k","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":" ","size":13,"style":"Bold","w":19.3,"data":{},"fFamily":"Lato"},{"ch":"E","size":13,"style":"Bold","w":57.25,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[7.3,-72.3],[7.3,0],[52.9,0],[52.9,-10.75],[20.85,-10.75],[20.85,-31.2],[46.1,-31.2],[46.1,-41.55],[20.85,-41.55],[20.85,-61.6],[52.9,-61.6],[52.9,-72.3]],"c":true},"ix":2},"nm":"E","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"E","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/notification_request.json b/ohos/flutter_lottie/assets/lottiefiles/notification_request.json new file mode 100644 index 0000000000000000000000000000000000000000..6de938e2cf4bd402028d16c0fe87a0db08d00852 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/notification_request.json @@ -0,0 +1 @@ +{"assets":[{"id":"comp_12","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Note-text Outlines","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":220,"s":[-2],"e":[0]},{"t":226}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":220,"s":[286,195,0],"e":[286,193,0],"to":[0,0.94280874729156,0],"ti":[0,-2.11438179016113,0]},{"t":226}]},"a":{"k":[78,97,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":220,"s":[112,168,100],"e":[173,173,100]},{"t":226}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.063,0.171],[0.073,0.112],[0.076,0.094],[0.184,0.144],[0.188,0.079],[0.184,0.057],[0.146,0.015],[0.15,0.01],[0.159,-0.015],[0.205,-0.08],[0.033,-0.013],[0,0],[-0.087,-0.026],[-0.275,-0.148],[-0.124,-0.059],[-0.105,-0.011],[-0.167,-0.099],[-0.083,-0.095],[-0.046,-0.118],[0,-0.197],[0.076,-0.125],[0.205,-0.152],[0.14,-0.048],[0.113,-0.011],[0.326,0.072],[0.09,0.044],[0.051,0.034],[0.05,0.041],[0.062,0.213],[-0.009,0.183],[-0.025,0.114],[-0.071,0.117],[-0.096,0.068],[-0.084,0.038],[-0.089,0.039],[0,0],[0.274,-0.051],[0.133,-0.167],[0.054,-0.106],[0.029,-0.087],[0.009,-0.178],[-0.012,-0.144],[-0.034,-0.108],[-0.033,-0.083],[-0.126,-0.132],[-0.184,-0.114],[-0.23,-0.076],[-0.255,-0.007],[-0.186,0.03],[-0.1,0.027],[-0.184,0.083],[-0.113,0.099],[-0.096,0.144],[-0.037,0.07],[-0.05,0.141],[-0.008,0.341]],"o":[[-0.054,-0.159],[-0.073,-0.112],[-0.05,-0.057],[-0.108,-0.083],[-0.16,-0.065],[-0.109,-0.034],[-0.155,-0.015],[-0.151,-0.009],[-0.213,0.023],[-0.033,0.012],[0,0],[0.05,-0.018],[0.096,0.028],[0.095,-0.012],[0.191,0.091],[0.241,0.025],[0.092,0.057],[0.092,0.118],[0.05,0.132],[0,0.197],[-0.108,0.186],[-0.213,0.159],[-0.141,0.047],[-0.188,0.015],[-0.079,-0.012],[-0.09,-0.043],[-0.125,-0.065],[-0.146,-0.103],[-0.038,-0.109],[0.004,-0.094],[0.029,-0.114],[0.067,-0.11],[0.1,-0.076],[0.068,-0.031],[0,0],[0.066,-0.257],[-0.286,0.053],[-0.084,0.098],[-0.083,0.167],[-0.076,0.19],[-0.012,0.148],[0.009,0.091],[0.033,0.108],[0.096,0.25],[0.087,0.103],[0.259,0.163],[0.289,0.091],[0.163,0.004],[0.186,-0.03],[0.33,-0.075],[0.197,-0.087],[0.121,-0.102],[0.062,-0.092],[0.038,-0.07],[0.088,-0.269],[0,-0.243]],"v":[[2.608,-0.72],[2.417,-1.125],[2.194,-1.435],[1.842,-1.737],[1.398,-1.982],[0.883,-2.163],[0.501,-2.237],[0.045,-2.275],[-0.288,-2.353],[-0.901,-2.309],[-1.141,-2.072],[-0.901,-1.78],[-0.398,-1.559],[0.208,-1.35],[0.208,-1.35],[0.721,-1.202],[1.129,-1.077],[1.392,-0.85],[1.599,-0.497],[1.674,-0.003],[1.561,0.48],[1.09,0.987],[0.562,1.297],[0.182,1.384],[-0.59,1.299],[-0.843,1.216],[-1.053,1.1],[-1.316,0.941],[-1.63,0.469],[-1.674,0.03],[-1.63,-0.281],[-1.48,-0.629],[-1.234,-0.896],[-0.958,-1.066],[-0.958,-1.066],[-0.685,-1.405],[-1.456,-1.661],[-2.188,-1.281],[-2.395,-0.975],[-2.564,-0.595],[-2.689,-0.043],[-2.689,0.396],[-2.626,0.694],[-2.527,0.98],[-2.193,1.555],[-1.786,1.88],[-1.053,2.237],[-0.238,2.384],[0.286,2.345],[0.715,2.259],[1.486,2.021],[1.95,1.742],[2.276,1.374],[2.426,1.132],[2.558,0.815],[2.702,-0.099]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[123.108,142.185],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.025,0.186],[0.027,0.192],[0.03,0.217],[0,0.325],[0.03,0.31],[0.005,0.756],[0,0.033],[0.119,0.013],[0.143,-0.009],[0.148,0],[0.044,-0.011],[0.01,-0.133],[-0.007,-0.06],[-0.004,-0.053],[-0.003,-0.024],[0.138,-0.004],[0.205,0.002],[0.218,-0.04],[0.39,-0.292],[0.192,-0.442],[0.005,-0.266],[-0.073,-0.226],[-0.094,-0.128],[-0.346,-0.146],[-0.331,-0.044],[-0.519,0.088],[-0.059,0.009],[0,0],[0.15,-0.012],[0.163,-0.013],[0.241,0.035],[0.129,0.105],[0.032,0.177],[-0.01,0.164],[-0.178,0.217],[-0.057,0.074],[-0.103,0.062],[-0.41,0.036],[-0.148,-0.022],[-0.149,-0.026],[-0.034,-0.031],[-0.015,-0.186],[-0.02,-0.126],[-0.005,-0.146],[0,0],[-0.001,-0.004],[0,-0.077],[-0.01,-0.075],[-0.138,0.026],[-0.114,0.036],[-0.133,0.009],[-0.019,-0.015]],"o":[[-0.04,-0.212],[-0.027,-0.192],[-0.054,-0.305],[0,-0.325],[-0.074,-0.858],[-0.005,-0.107],[0,-0.033],[-0.148,-0.017],[-0.143,0.009],[-0.143,0],[-0.044,0.011],[-0.004,0.057],[0.007,0.06],[0.005,0.129],[0.002,0.025],[-0.227,0.009],[-0.205,-0.002],[-0.552,0.11],[-0.316,0.239],[-0.158,0.34],[0,0.225],[0.06,0.225],[0.213,0.309],[0.301,0.128],[0.41,0.066],[0.059,-0.007],[0,0],[-0.152,0.036],[-0.16,0.013],[-0.36,0.022],[-0.311,-0.044],[-0.143,-0.106],[-0.031,-0.177],[0.015,-0.27],[0.069,-0.079],[0.057,-0.076],[0.223,-0.128],[0.148,-0.008],[0.148,0.022],[0.182,0.04],[0.03,0.036],[0.01,0.141],[0.019,0.126],[0,0],[0.001,0.003],[0.015,0.079],[0,0.078],[0.005,0.115],[0.128,-0.023],[0.113,-0.035],[0.227,-0.013],[0.02,0.016]],"v":[[2.85,2.704],[2.749,2.097],[2.664,1.484],[2.582,0.538],[2.538,-0.413],[2.419,-2.834],[2.412,-3.044],[2.234,-3.114],[1.798,-3.127],[1.36,-3.114],[1.079,-3.097],[0.997,-2.881],[1.001,-2.705],[1.02,-2.537],[1.031,-2.308],[0.827,-2.265],[0.179,-2.255],[-0.454,-2.197],[-1.868,-1.594],[-2.632,-0.572],[-2.877,0.337],[-2.766,1.014],[-2.536,1.544],[-1.699,2.226],[-0.751,2.485],[0.643,2.452],[0.819,2.424],[1.062,1.23],[0.608,1.304],[0.123,1.344],[-0.78,1.325],[-1.439,1.1],[-1.702,0.674],[-1.736,0.163],[-1.447,-0.567],[-1.258,-0.798],[-1.018,-1.003],[-0.069,-1.249],[0.375,-1.23],[0.82,-1.157],[1.145,-1.05],[1.212,-0.718],[1.257,-0.317],[1.293,0.09],[1.498,2.506],[1.501,2.512],[1.523,2.748],[1.538,2.976],[1.753,3.11],[2.117,3.023],[2.486,2.956],[2.856,2.959]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[131.465,84.376],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.075,0.206],[0.088,0.134],[0.09,0.113],[0.221,0.173],[0.227,0.096],[0.222,0.069],[0.176,0.018],[0.181,0.011],[0.192,-0.018],[0.246,-0.095],[0.038,-0.017],[0,0],[-0.105,-0.032],[-0.33,-0.177],[-0.149,-0.071],[-0.126,-0.013],[-0.201,-0.119],[-0.101,-0.114],[-0.056,-0.142],[0,-0.238],[0.09,-0.151],[0.247,-0.183],[0.168,-0.057],[0.136,-0.013],[0.392,0.087],[0.108,0.053],[0.061,0.041],[0.06,0.05],[0.076,0.256],[-0.01,0.219],[-0.03,0.137],[-0.085,0.141],[-0.116,0.082],[-0.101,0.045],[-0.107,0.046],[0,0],[0.331,-0.061],[0.161,-0.2],[0.065,-0.128],[0.036,-0.105],[0.009,-0.215],[-0.016,-0.174],[-0.04,-0.13],[-0.041,-0.1],[-0.151,-0.159],[-0.221,-0.136],[-0.277,-0.091],[-0.306,-0.009],[-0.225,0.037],[-0.121,0.032],[-0.221,0.1],[-0.136,0.119],[-0.116,0.173],[-0.045,0.084],[-0.06,0.168],[-0.01,0.411]],"o":[[-0.065,-0.191],[-0.088,-0.135],[-0.061,-0.069],[-0.131,-0.101],[-0.191,-0.077],[-0.131,-0.041],[-0.186,-0.018],[-0.181,-0.012],[-0.256,0.028],[-0.041,0.016],[0,0],[0.06,-0.022],[0.116,0.034],[0.116,-0.013],[0.23,0.111],[0.29,0.031],[0.111,0.068],[0.11,0.141],[0.06,0.16],[0,0.237],[-0.131,0.223],[-0.256,0.192],[-0.169,0.057],[-0.226,0.018],[-0.096,-0.013],[-0.108,-0.052],[-0.151,-0.078],[-0.176,-0.123],[-0.045,-0.133],[0.005,-0.114],[0.035,-0.137],[0.081,-0.133],[0.12,-0.091],[0.083,-0.038],[0,0],[0.08,-0.31],[-0.344,0.063],[-0.101,0.119],[-0.101,0.201],[-0.09,0.228],[-0.016,0.178],[0.009,0.109],[0.04,0.131],[0.116,0.301],[0.105,0.124],[0.312,0.197],[0.347,0.109],[0.197,0.005],[0.224,-0.037],[0.397,-0.091],[0.236,-0.105],[0.146,-0.123],[0.075,-0.11],[0.045,-0.085],[0.106,-0.325],[0,-0.292]],"v":[[3.14,-0.867],[2.91,-1.356],[2.642,-1.729],[2.219,-2.092],[1.683,-2.387],[1.064,-2.606],[0.604,-2.695],[0.053,-2.739],[-0.346,-2.834],[-1.085,-2.781],[-1.372,-2.494],[-1.085,-2.143],[-0.479,-1.877],[0.249,-1.627],[0.249,-1.627],[0.868,-1.448],[1.359,-1.298],[1.676,-1.024],[1.925,-0.6],[2.015,-0.004],[1.88,0.578],[1.313,1.187],[0.676,1.56],[0.219,1.666],[-0.709,1.563],[-1.015,1.464],[-1.268,1.324],[-1.585,1.132],[-1.962,0.564],[-2.015,0.037],[-1.962,-0.34],[-1.781,-0.757],[-1.486,-1.079],[-1.154,-1.284],[-1.154,-1.284],[-0.824,-1.691],[-1.754,-2.001],[-2.634,-1.545],[-2.883,-1.175],[-3.087,-0.716],[-3.237,-0.052],[-3.237,0.475],[-3.162,0.834],[-3.041,1.18],[-2.641,1.871],[-2.151,2.261],[-1.268,2.693],[-0.287,2.871],[0.344,2.823],[0.861,2.72],[1.789,2.433],[2.348,2.097],[2.74,1.653],[2.921,1.362],[3.079,0.982],[3.253,-0.121]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[99.79,84.716],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.076,0.206],[0.088,0.135],[0.09,0.113],[0.222,0.173],[0.227,0.096],[0.222,0.069],[0.176,0.018],[0.181,0.011],[0.192,-0.019],[0.246,-0.095],[0.038,-0.017],[0,0],[-0.105,-0.032],[-0.33,-0.177],[-0.149,-0.071],[-0.126,-0.013],[-0.201,-0.119],[-0.101,-0.114],[-0.056,-0.142],[0,-0.238],[0.09,-0.151],[0.247,-0.182],[0.169,-0.057],[0.136,-0.013],[0.392,0.087],[0.109,0.053],[0.061,0.041],[0.061,0.05],[0.076,0.256],[-0.01,0.219],[-0.03,0.137],[-0.085,0.141],[-0.116,0.082],[-0.101,0.045],[-0.107,0.046],[0,0],[0.331,-0.061],[0.16,-0.2],[0.065,-0.128],[0.036,-0.105],[0.01,-0.215],[-0.016,-0.174],[-0.04,-0.13],[-0.041,-0.1],[-0.151,-0.159],[-0.221,-0.137],[-0.277,-0.091],[-0.307,-0.009],[-0.224,0.037],[-0.121,0.032],[-0.221,0.1],[-0.136,0.119],[-0.116,0.173],[-0.045,0.084],[-0.06,0.169],[-0.01,0.41]],"o":[[-0.065,-0.191],[-0.088,-0.135],[-0.061,-0.069],[-0.131,-0.101],[-0.191,-0.077],[-0.131,-0.041],[-0.186,-0.018],[-0.181,-0.012],[-0.256,0.027],[-0.041,0.016],[0,0],[0.06,-0.022],[0.116,0.034],[0.116,-0.013],[0.23,0.111],[0.29,0.031],[0.111,0.068],[0.11,0.141],[0.06,0.16],[0,0.237],[-0.131,0.223],[-0.256,0.192],[-0.169,0.057],[-0.226,0.018],[-0.096,-0.013],[-0.108,-0.052],[-0.151,-0.078],[-0.176,-0.123],[-0.045,-0.133],[0.005,-0.114],[0.035,-0.137],[0.081,-0.132],[0.12,-0.091],[0.083,-0.038],[0,0],[0.08,-0.31],[-0.344,0.063],[-0.102,0.119],[-0.101,0.201],[-0.09,0.228],[-0.016,0.178],[0.01,0.11],[0.04,0.131],[0.116,0.301],[0.105,0.124],[0.312,0.196],[0.347,0.109],[0.196,0.005],[0.224,-0.037],[0.397,-0.091],[0.237,-0.105],[0.146,-0.123],[0.075,-0.11],[0.045,-0.085],[0.106,-0.325],[0,-0.293]],"v":[[3.14,-0.867],[2.91,-1.356],[2.642,-1.729],[2.219,-2.092],[1.683,-2.387],[1.064,-2.606],[0.604,-2.695],[0.053,-2.739],[-0.346,-2.833],[-1.085,-2.781],[-1.372,-2.494],[-1.085,-2.143],[-0.479,-1.877],[0.249,-1.627],[0.249,-1.627],[0.868,-1.448],[1.359,-1.298],[1.676,-1.024],[1.925,-0.6],[2.015,-0.004],[1.88,0.578],[1.313,1.187],[0.676,1.56],[0.219,1.666],[-0.709,1.563],[-1.015,1.464],[-1.268,1.324],[-1.585,1.132],[-1.962,0.564],[-2.015,0.037],[-1.962,-0.34],[-1.781,-0.757],[-1.486,-1.079],[-1.154,-1.284],[-1.154,-1.284],[-0.824,-1.691],[-1.754,-2.001],[-2.633,-1.545],[-2.883,-1.175],[-3.087,-0.716],[-3.237,-0.052],[-3.237,0.475],[-3.162,0.834],[-3.041,1.18],[-2.641,1.871],[-2.151,2.262],[-1.268,2.693],[-0.286,2.871],[0.344,2.823],[0.861,2.72],[1.789,2.433],[2.348,2.097],[2.74,1.653],[2.921,1.362],[3.079,0.982],[3.253,-0.12]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[146.671,83.769],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.088,0.242],[0.104,0.159],[0.107,0.135],[0.26,0.204],[0.266,0.113],[0.26,0.08],[0.208,0.021],[0.214,0.014],[0.225,-0.022],[0.29,-0.113],[0.046,-0.018],[0,0],[-0.124,-0.037],[-0.389,-0.209],[-0.175,-0.084],[-0.149,-0.016],[-0.237,-0.139],[-0.118,-0.134],[-0.065,-0.166],[0,-0.279],[0.107,-0.178],[0.29,-0.215],[0.198,-0.067],[0.16,-0.016],[0.462,0.102],[0.127,0.062],[0.071,0.048],[0.071,0.059],[0.088,0.3],[-0.012,0.258],[-0.036,0.16],[-0.1,0.166],[-0.137,0.097],[-0.119,0.054],[-0.126,0.055],[0,0],[0.388,-0.072],[0.189,-0.236],[0.077,-0.151],[0.042,-0.124],[0.012,-0.251],[-0.018,-0.204],[-0.047,-0.153],[-0.048,-0.118],[-0.177,-0.188],[-0.26,-0.161],[-0.325,-0.107],[-0.362,-0.011],[-0.263,0.043],[-0.142,0.037],[-0.261,0.118],[-0.159,0.139],[-0.136,0.204],[-0.053,0.099],[-0.071,0.199],[-0.012,0.483]],"o":[[-0.077,-0.225],[-0.104,-0.158],[-0.071,-0.08],[-0.154,-0.119],[-0.225,-0.091],[-0.154,-0.049],[-0.219,-0.022],[-0.213,-0.013],[-0.302,0.032],[-0.048,0.018],[0,0],[0.071,-0.026],[0.135,0.04],[0.136,-0.016],[0.271,0.13],[0.34,0.037],[0.131,0.08],[0.131,0.166],[0.071,0.188],[0,0.279],[-0.154,0.263],[-0.302,0.225],[-0.199,0.067],[-0.266,0.022],[-0.112,-0.016],[-0.128,-0.062],[-0.177,-0.092],[-0.207,-0.145],[-0.054,-0.156],[0.006,-0.134],[0.041,-0.162],[0.095,-0.155],[0.142,-0.107],[0.097,-0.044],[0,0],[0.094,-0.364],[-0.406,0.074],[-0.118,0.14],[-0.118,0.236],[-0.106,0.268],[-0.018,0.21],[0.012,0.129],[0.048,0.153],[0.136,0.355],[0.125,0.145],[0.368,0.231],[0.409,0.129],[0.231,0.005],[0.264,-0.043],[0.468,-0.108],[0.277,-0.123],[0.172,-0.145],[0.089,-0.129],[0.053,-0.1],[0.124,-0.382],[0,-0.343]],"v":[[3.694,-1.02],[3.423,-1.596],[3.108,-2.035],[2.611,-2.46],[1.98,-2.808],[1.252,-3.064],[0.71,-3.17],[0.062,-3.222],[-0.407,-3.333],[-1.277,-3.27],[-1.615,-2.934],[-1.277,-2.52],[-0.563,-2.208],[0.293,-1.913],[0.293,-1.913],[1.021,-1.702],[1.598,-1.527],[1.971,-1.205],[2.264,-0.705],[2.371,-0.005],[2.211,0.68],[1.545,1.398],[0.795,1.835],[0.257,1.96],[-0.835,1.839],[-1.194,1.723],[-1.492,1.558],[-1.865,1.333],[-2.308,0.665],[-2.371,0.044],[-2.308,-0.399],[-2.096,-0.89],[-1.749,-1.27],[-1.358,-1.511],[-1.358,-1.511],[-0.97,-1.989],[-2.063,-2.354],[-3.099,-1.817],[-3.392,-1.382],[-3.632,-0.842],[-3.809,-0.062],[-3.809,0.559],[-3.721,0.982],[-3.578,1.389],[-3.108,2.202],[-2.531,2.662],[-1.492,3.169],[-0.337,3.378],[0.404,3.321],[1.012,3.201],[2.105,2.863],[2.761,2.468],[3.223,1.945],[3.436,1.602],[3.623,1.156],[3.827,-0.141]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[149.282,58.958],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.006,0.172],[0.006,0.166],[-0.006,0.167],[0.018,0.432],[-0.006,0.402],[0.036,0.698],[0.018,0.698],[0.023,0.213],[-0.012,0.215],[0,0],[-0.006,0.161],[0.018,0.265],[0,0.268],[-0.065,0.585],[0.006,0.05],[-0.012,0.113],[0.101,0],[0.171,0.013],[0.189,-0.032],[0.015,-0.067],[-0.023,-0.199],[-0.042,-0.397],[-0.041,-0.402],[0,-0.381],[0,0],[0,0],[-0.006,-0.15],[0.012,-0.145],[-0.024,-0.124],[0.195,0],[0.151,-0.019],[0.154,-0.016],[0.222,-0.062],[0.107,-0.038],[0.219,-0.118],[0.285,-0.316],[0.183,-0.547],[0.018,-0.32],[-0.113,-0.403],[-0.408,-0.339],[-0.325,-0.134],[-0.319,-0.102],[-0.453,-0.064],[-0.153,-0.015],[0,0],[0.094,-0.004],[0.308,0.049],[0.242,0.075],[0.112,0.075],[0.155,0.22],[0.006,0.29],[-0.112,0.392],[-0.799,0.344],[-0.133,0.03],[-0.219,0.048],[-0.236,0.016],[-0.051,-0.003],[-0.018,-0.151],[-0.018,-0.186],[-0.018,-0.209],[0,-0.328],[0,0],[0,0],[0.006,-0.129],[-0.003,-0.06],[0.002,-0.005],[0,0],[0,-0.059],[0.083,-0.097],[-0.196,-0.016],[-0.071,0.016],[-0.088,0.016],[-0.213,-0.033],[-0.068,0],[0.018,0.193]],"o":[[-0.006,-0.161],[-0.006,-0.167],[0.012,-0.413],[-0.017,-0.432],[0,-0.666],[-0.035,-0.698],[-0.006,-0.21],[-0.024,-0.212],[0,0],[0,-0.116],[0,-0.264],[-0.017,-0.267],[-0.012,-0.596],[0.006,-0.096],[-0.005,-0.052],[0.018,-0.086],[-0.189,0.016],[-0.172,-0.013],[-0.225,0.049],[-0.014,0.068],[0.042,0.403],[0.042,0.397],[0.053,0.575],[0,0],[0,0],[-0.006,0.151],[0.006,0.151],[-0.011,0.183],[0.024,0.123],[-0.166,0],[-0.15,0.019],[-0.124,0.016],[-0.222,0.062],[-0.391,0.145],[-0.444,0.248],[-0.337,0.365],[-0.137,0.392],[-0.018,0.319],[0.124,0.424],[0.255,0.22],[0.326,0.134],[0.278,0.097],[0.172,0.025],[0,0],[-0.192,-0.004],[-0.13,0.006],[-0.373,-0.053],[-0.249,-0.076],[-0.113,-0.075],[-0.13,-0.177],[-0.017,-0.429],[0.154,-0.586],[0.184,-0.08],[0.133,-0.029],[0.137,-0.033],[0.226,-0.01],[0.05,0.003],[0.018,0.204],[0.018,0.185],[0.024,0.323],[0,0],[0,0],[0,0.135],[-0.018,0.215],[0.001,0.005],[0,0],[0.048,0],[-0.006,0.081],[-0.165,0.188],[0.076,0.011],[0.071,-0.016],[0.302,-0.048],[0.166,0.032],[0.068,0],[-0.023,-0.316]],"v":[[3.295,6.329],[3.277,5.838],[3.277,5.338],[3.268,4.071],[3.251,2.818],[3.197,0.773],[3.117,-1.321],[3.073,-1.955],[3.055,-2.594],[3.055,-3.008],[3.064,-3.424],[3.036,-4.217],[3.01,-5.019],[3.09,-6.791],[3.09,-7.011],[3.098,-7.257],[2.975,-7.386],[2.434,-7.382],[1.891,-7.355],[1.532,-7.182],[1.545,-6.783],[1.67,-5.583],[1.794,-4.382],[1.874,-2.949],[1.874,-2.623],[1.874,-2.281],[1.874,-1.83],[1.865,-1.386],[1.883,-0.926],[1.626,-0.742],[1.15,-0.714],[0.693,-0.662],[0.174,-0.545],[-0.32,-0.395],[-1.235,-0.002],[-2.327,0.844],[-3.107,2.213],[-3.339,3.282],[-3.197,4.364],[-2.398,5.508],[-1.528,6.04],[-0.56,6.394],[0.538,6.636],[1.391,6.648],[1.516,5.304],[0.764,5.274],[0.107,5.209],[-0.816,5.018],[-1.359,4.791],[-1.758,4.348],[-1.963,3.648],[-1.821,2.416],[-0.391,1.021],[0.084,0.856],[0.613,0.74],[1.172,0.667],[1.585,0.656],[1.688,0.886],[1.741,1.469],[1.794,2.061],[1.829,3.036],[1.829,3.962],[1.829,4.396],[1.82,4.791],[1.798,5.202],[1.783,5.213],[1.695,6.725],[1.768,6.812],[1.633,7.079],[1.678,7.385],[1.9,7.377],[2.139,7.329],[2.913,7.304],[3.264,7.352],[3.339,7.062]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[125.297,56.603],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.041,0.309],[0.045,0.32],[0.049,0.36],[0,0.54],[0.05,0.514],[0.008,1.256],[0,0.055],[0.197,0.022],[0.238,-0.015],[0.246,0],[0.073,-0.019],[0.016,-0.221],[-0.013,-0.099],[-0.008,-0.088],[-0.003,-0.04],[0.23,-0.008],[0.341,0.004],[0.361,-0.066],[0.648,-0.484],[0.319,-0.735],[0.009,-0.441],[-0.123,-0.375],[-0.156,-0.214],[-0.574,-0.243],[-0.55,-0.073],[-0.86,0.147],[-0.098,0.015],[0,0],[0.249,-0.021],[0.27,-0.022],[0.402,0.059],[0.213,0.177],[0.054,0.294],[-0.016,0.272],[-0.295,0.361],[-0.095,0.125],[-0.173,0.103],[-0.68,0.058],[-0.246,-0.037],[-0.246,-0.044],[-0.057,-0.051],[-0.025,-0.308],[-0.033,-0.21],[-0.009,-0.242],[0,0],[-0.001,-0.006],[0,-0.129],[-0.016,-0.125],[-0.229,0.044],[-0.188,0.059],[-0.221,0.015],[-0.034,-0.026]],"o":[[-0.065,-0.353],[-0.045,-0.32],[-0.09,-0.507],[0,-0.54],[-0.123,-1.425],[-0.009,-0.176],[0,-0.055],[-0.246,-0.029],[-0.238,0.015],[-0.238,0],[-0.074,0.018],[-0.008,0.095],[0.012,0.099],[0.008,0.213],[0.005,0.04],[-0.377,0.014],[-0.34,-0.004],[-0.919,0.184],[-0.525,0.397],[-0.263,0.565],[0,0.375],[0.098,0.375],[0.353,0.514],[0.5,0.213],[0.68,0.111],[0.099,-0.012],[0,0],[-0.253,0.059],[-0.266,0.022],[-0.599,0.037],[-0.516,-0.073],[-0.238,-0.176],[-0.053,-0.294],[0.025,-0.448],[0.115,-0.131],[0.094,-0.125],[0.369,-0.213],[0.246,-0.015],[0.246,0.036],[0.304,0.066],[0.05,0.059],[0.016,0.235],[0.033,0.209],[0,0],[0.001,0.005],[0.025,0.132],[0,0.128],[0.009,0.191],[0.214,-0.036],[0.189,-0.059],[0.378,-0.022],[0.032,0.026]],"v":[[4.733,4.492],[4.567,3.484],[4.426,2.466],[4.29,0.895],[4.216,-0.686],[4.02,-4.708],[4.007,-5.055],[3.712,-5.171],[2.986,-5.193],[2.26,-5.171],[1.793,-5.143],[1.657,-4.785],[1.664,-4.493],[1.694,-4.212],[1.712,-3.832],[1.374,-3.76],[0.297,-3.745],[-0.754,-3.65],[-3.104,-2.648],[-4.371,-0.951],[-4.778,0.559],[-4.593,1.682],[-4.212,2.565],[-2.821,3.699],[-1.246,4.129],[1.066,4.074],[1.361,4.027],[1.765,2.044],[1.011,2.168],[0.206,2.234],[-1.296,2.201],[-2.391,1.826],[-2.828,1.121],[-2.883,0.273],[-2.403,-0.94],[-2.089,-1.326],[-1.689,-1.667],[-0.115,-2.074],[0.624,-2.042],[1.362,-1.921],[1.903,-1.745],[2.014,-1.193],[2.088,-0.526],[2.15,0.151],[2.489,4.161],[2.494,4.174],[2.531,4.565],[2.555,4.945],[2.912,5.165],[3.515,5.022],[4.13,4.911],[4.746,4.917]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[121.86,36.107],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.01,-0.326],[-0.07,-1.092],[-0.431,-0.326],[-0.169,0.003],[-0.585,0.059],[-1.181,0.119],[0.017,0.14],[0.022,1.051],[0.138,0.904],[0.087,0.033],[0.37,-0.086],[0.586,-0.058],[1.01,0.054],[-0.324,-0.018],[-0.754,0.047],[-0.853,0.041],[-0.021,-0.4],[-0.005,-0.587],[-0.142,-1.174],[-0.079,0.092],[0.853,-0.086],[0,0],[0.291,0.094],[0.028,0.616],[-0.027,0.901]],"o":[[-0.033,1.094],[0.029,0.449],[0.153,0.115],[0.587,-0.01],[1.181,-0.119],[0.133,-0.014],[-0.126,-1.043],[-0.02,-0.927],[-0.013,-0.085],[-0.337,-0.127],[-0.573,0.132],[-1.006,0.101],[-0.328,-0.017],[0.755,0.04],[0.864,-0.053],[0.42,-0.021],[0.032,0.584],[0.011,1.183],[0.078,-0.092],[-0.853,0.086],[0,0],[-0.324,0.033],[-0.738,-0.239],[-0.042,-0.901],[0.011,-0.329]],"v":[[-3.226,-1.865],[-3.18,1.416],[-2.848,3.502],[-2.289,3.562],[-0.517,3.383],[3.027,3.026],[3.262,2.75],[3.029,-0.39],[3.076,-3.278],[2.932,-3.49],[2.071,-3.435],[0.329,-3.164],[-2.704,-3.086],[-2.664,-2.576],[-0.399,-2.593],[2.184,-2.936],[2.55,-2.515],[2.512,-0.744],[2.752,2.791],[2.987,2.515],[0.427,2.773],[-0.951,2.911],[-2.132,3.032],[-2.702,0.798],[-2.716,-1.904]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[95.834,142.188],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.048,-1.594],[-0.341,-5.336],[-2.109,-1.595],[-0.828,0.014],[-2.858,0.288],[-5.769,0.582],[0.082,0.684],[0.111,5.133],[0.678,4.415],[0.423,0.161],[1.808,-0.419],[2.857,-0.285],[4.933,0.263],[-1.586,-0.084],[-3.683,0.229],[-4.166,0.205],[-0.105,-1.95],[-0.024,-2.866],[-0.692,-5.732],[-0.382,0.448],[4.166,-0.421],[0,0],[1.424,0.46],[0.138,3.008],[-0.133,4.4]],"o":[[-0.162,5.343],[0.14,2.19],[0.742,0.562],[2.869,-0.049],[5.768,-0.582],[0.651,-0.065],[-0.616,-5.095],[-0.097,-4.525],[-0.063,-0.413],[-1.645,-0.624],[-2.799,0.647],[-4.914,0.492],[-1.601,-0.085],[3.686,0.197],[4.217,-0.262],[2.052,-0.1],[0.153,2.851],[0.049,5.775],[0.383,-0.449],[-4.166,0.42],[0,0],[-1.586,0.16],[-3.6,-1.166],[-0.204,-4.397],[0.049,-1.606]],"v":[[-15.752,-9.104],[-15.528,6.913],[-13.903,17.099],[-11.176,17.39],[-2.523,16.518],[14.782,14.772],[15.93,13.428],[14.79,-1.907],[15.019,-16.01],[14.317,-17.037],[10.115,-16.776],[1.609,-15.451],[-13.202,-15.07],[-13.006,-12.578],[-1.946,-12.661],[10.665,-14.341],[12.455,-12.284],[12.269,-3.634],[13.437,13.625],[14.585,12.28],[2.087,13.541],[-4.642,14.219],[-10.411,14.801],[-13.193,3.893],[-13.26,-9.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[106.847,112.304],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.086,0.02],[0.055,0.008],[0.093,0.015],[0.002,0.032],[-0.024,0.07],[0.035,0.09],[0.061,0.061],[0.058,0.062],[0.057,0.049],[0.051,0.051],[0.121,0.129],[0.075,0.084],[0.055,0.055],[0.092,0.092],[0.086,0.11],[0.131,0.137],[0.149,0.171],[0.086,0.125],[0.148,0.148],[-0.016,-0.113],[0,-0.031],[0.006,-0.14],[0.004,-0.161],[0.004,-0.102],[0.004,-0.184],[0.002,-0.254],[0.008,-0.316],[0.002,-0.076],[-0.023,-0.101],[-0.039,-0.082],[0.051,0.02],[0.115,0.012],[0.016,0.004],[0,0],[0,0],[0.051,-0.006],[0.055,0.004],[0.004,0.121],[-0.004,0.089],[-0.008,0.096],[-0.011,0.141],[-0.01,0.211],[-0.008,0.14],[0,0.072],[-0.008,0.109],[-0.006,0.129],[-0.012,0.164],[0.004,0.131],[-0.004,0.129],[0.011,0.445],[-0.006,0.082],[0,0.083],[-0.152,0.02],[-0.121,0.004],[-0.136,0.004],[0,0],[0.039,-0.105],[0.016,-0.071],[0.027,-0.082],[-0.052,-0.029],[-0.066,-0.074],[-0.127,-0.135],[-0.129,-0.129],[-0.1,-0.105],[-0.105,-0.098],[-0.096,-0.112],[-0.094,-0.106],[-0.072,-0.07],[-0.071,-0.07],[-0.119,-0.099],[-0.097,-0.106],[-0.067,-0.051],[-0.051,-0.07],[-0.027,-0.031],[-0.047,0.105],[-0.027,0.104],[-0.012,0.035],[-0.057,0.226],[-0.047,0.23],[-0.04,0.186],[-0.039,0.176],[-0.052,0.193],[-0.035,0.211],[-0.027,0.278],[-0.006,0.029],[-0.004,0.031],[-0.098,0],[-0.226,-0.043],[-0.039,-0.016],[0.012,-0.029],[0.016,-0.047],[0.059,-0.215],[0.053,-0.242],[0.011,-0.067],[0.045,-0.197],[0.043,-0.191],[0.047,-0.218],[0.036,-0.215],[0.051,-0.203],[0.051,-0.147],[-0.016,-0.129],[-0.068,-0.043],[-0.059,-0.054],[-0.002,-0.013],[0.086,-0.07],[0.029,-0.112],[0.09,-0.039],[-0.024,-0.036],[0.047,-0.035],[0.058,0.019]],"o":[[-0.09,-0.02],[-0.054,-0.008],[-0.106,-0.012],[-0.002,-0.031],[0.054,-0.195],[-0.035,-0.078],[-0.06,-0.06],[-0.047,-0.051],[-0.056,-0.049],[-0.109,-0.098],[-0.063,-0.062],[-0.074,-0.084],[-0.098,-0.093],[-0.092,-0.092],[-0.148,-0.176],[-0.13,-0.136],[-0.179,-0.192],[-0.094,-0.125],[-0.071,-0.067],[0.027,0.184],[0,0.164],[-0.006,0.141],[-0.008,0.136],[-0.004,0.102],[-0.008,0.324],[-0.002,0.254],[-0.004,0.082],[-0.002,0.076],[0.008,0.047],[0.024,0.066],[-0.054,-0.012],[-0.116,-0.012],[0,0],[0,0],[-0.051,0],[-0.05,0.006],[-0.074,-0.004],[0,-0.102],[0.012,-0.125],[0.008,-0.095],[0.008,-0.148],[0.01,-0.211],[0.008,-0.141],[0,-0.072],[0.004,-0.11],[0.006,-0.129],[0.004,-0.129],[-0.004,-0.131],[0.011,-0.442],[-0.008,-0.086],[0.006,-0.082],[0,-0.109],[0.137,-0.012],[0.121,-0.004],[0,0],[0.039,0],[-0.031,0.082],[-0.015,0.07],[-0.031,0.082],[0.053,0.029],[0.117,0.141],[0.127,0.134],[0.098,0.106],[0.099,0.106],[0.098,0.098],[0.095,0.111],[0.062,0.078],[0.072,0.071],[0.093,0.102],[0.119,0.1],[0.059,0.066],[0.066,0.05],[0.046,0.082],[0.027,0.031],[0.008,-0.02],[0.027,-0.103],[0.042,-0.226],[0.057,-0.227],[0.035,-0.18],[0.039,-0.185],[0.043,-0.207],[0.053,-0.194],[0.051,-0.344],[0,-0.027],[0.006,-0.03],[0.004,-0.051],[0.07,0],[0.227,0.043],[0.082,0.043],[-0.011,0.03],[-0.07,0.187],[-0.012,0.043],[-0.052,0.242],[-0.04,0.199],[-0.045,0.198],[-0.055,0.223],[-0.046,0.219],[-0.047,0.301],[-0.031,0.129],[-0.051,0.146],[0.012,0.094],[0.069,0.043],[0.07,0.075],[0.002,0.014],[-0.082,0.075],[-0.029,0.111],[-0.086,0.039],[0.023,0.035],[-0.089,0.059],[-0.059,-0.02]],"v":[[1.708,3.596],[1.491,3.555],[1.269,3.52],[1.107,3.455],[1.14,3.303],[1.169,2.875],[1.025,2.667],[0.847,2.483],[0.691,2.333],[0.53,2.184],[0.185,1.844],[-0.021,1.624],[-0.214,1.416],[-0.498,1.138],[-0.765,0.836],[-1.184,0.367],[-1.603,-0.095],[-2.001,-0.569],[-2.364,-0.979],[-2.446,-0.91],[-2.405,-0.587],[-2.414,-0.13],[-2.429,0.322],[-2.446,0.678],[-2.458,1.107],[-2.473,1.973],[-2.487,2.828],[-2.496,3.066],[-2.464,3.332],[-2.394,3.526],[-2.435,3.596],[-2.689,3.561],[-2.886,3.537],[-3.044,3.537],[-3.196,3.537],[-3.349,3.546],[-3.507,3.549],[-3.624,3.362],[-3.618,3.075],[-3.589,2.743],[-3.56,2.389],[-3.533,1.85],[-3.507,1.323],[-3.495,1.004],[-3.483,0.732],[-3.469,0.374],[-3.442,-0.065],[-3.442,-0.456],[-3.442,-0.845],[-3.442,-2.174],[-3.445,-2.427],[-3.437,-2.673],[-3.208,-2.867],[-2.821,-2.889],[-2.435,-2.901],[-2.2,-2.901],[-2.2,-2.743],[-2.271,-2.514],[-2.335,-2.286],[-2.303,-2.12],[-2.124,-1.965],[-1.758,-1.551],[-1.374,-1.156],[-1.078,-0.84],[-0.771,-0.535],[-0.48,-0.22],[-0.196,0.104],[0.006,0.327],[0.22,0.538],[0.539,0.84],[0.864,1.147],[1.052,1.323],[1.228,1.504],[1.339,1.674],[1.45,1.563],[1.503,1.379],[1.562,1.171],[1.711,0.491],[1.866,-0.194],[1.978,-0.742],[2.095,-1.285],[2.238,-1.884],[2.37,-2.492],[2.487,-3.423],[2.496,-3.508],[2.511,-3.599],[2.663,-3.674],[3.108,-3.611],[3.507,-3.522],[3.612,-3.414],[3.571,-3.299],[3.378,-2.697],[3.281,-2.268],[3.185,-1.806],[3.059,-1.212],[2.927,-0.629],[2.774,0.034],[2.651,0.685],[2.505,1.44],[2.382,1.853],[2.329,2.266],[2.449,2.471],[2.64,2.617],[2.748,2.749],[2.622,2.875],[2.455,3.154],[2.276,3.379],[2.183,3.491],[2.147,3.596],[1.925,3.655]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[116.646,142.585],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 10","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.172,0.154],[0.063,0.183],[-0.077,0.217],[-0.173,0.137],[-0.166,0.069],[-0.198,0.034],[-0.197,-0.086],[-0.086,-0.16],[-0.032,-0.114],[0.031,-0.12],[0.073,-0.08],[0.121,-0.098],[0.389,0.068]],"o":[[-0.134,-0.103],[-0.077,-0.199],[0.063,-0.166],[0.07,-0.063],[0.095,-0.04],[0.268,-0.046],[0.122,0.063],[0.087,0.16],[0.031,0.159],[-0.052,0.176],[-0.074,0.08],[-0.262,0.206],[-0.217,-0.023]],"v":[[-0.528,7.484],[-0.824,7.055],[-0.824,6.43],[-0.47,5.976],[-0.116,5.778],[0.324,5.667],[1.022,5.727],[1.333,6.061],[1.511,6.473],[1.511,6.893],[1.324,7.278],[1.032,7.544],[0.056,7.75]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[0.147,-0.029],[-0.003,0.068],[0.019,0.222],[0.016,0.318],[0.025,0.314],[0.01,0.245],[0.02,0.258],[0.012,0.163],[0.012,0.159],[0.029,0.211],[0.006,0.217],[0.013,0.275],[0.013,0.275],[0.01,0.228],[0.013,0.223],[0.022,0.237],[0.012,0.24],[0.015,0.166],[0,0.171],[-0.004,0.071],[0,0.075],[-0.07,-0.006],[-0.109,0.006],[-0.115,0],[-0.073,-0.008],[-0.076,0],[-0.032,-0.014],[0.019,-0.217],[-0.019,-0.36],[-0.017,-0.237],[-0.013,-0.24],[-0.009,-0.257],[0,-0.257],[-0.016,-0.286],[-0.025,-0.291],[-0.013,-0.234],[-0.026,-0.235],[-0.019,-0.211],[-0.032,-0.211],[-0.007,-0.157],[-0.019,-0.154],[-0.051,-0.251],[-0.007,-0.246],[0.025,-0.029],[0.21,-0.029],[0.137,-0.029]],"o":[[-0.23,0.051],[0.003,-0.069],[-0.032,-0.309],[-0.016,-0.317],[-0.02,-0.246],[-0.009,-0.246],[-0.019,-0.154],[-0.013,-0.163],[-0.019,-0.212],[-0.029,-0.212],[-0.013,-0.274],[-0.013,-0.274],[-0.019,-0.222],[-0.009,-0.229],[-0.013,-0.24],[-0.022,-0.237],[-0.013,-0.172],[-0.016,-0.166],[0,-0.069],[0.003,-0.072],[0.006,-0.069],[0.102,0.011],[0.108,-0.005],[0.07,0.005],[0.074,0.009],[0.255,0.017],[0.032,0.014],[-0.032,0.417],[0.019,0.24],[0.015,0.237],[0.006,0.257],[0.01,0.257],[-0.007,0.291],[0.016,0.285],[0.019,0.234],[0.013,0.234],[0.019,0.217],[0.019,0.212],[0.019,0.166],[0.006,0.158],[0.019,0.258],[0.051,0.251],[0.006,0.205],[-0.026,0.028],[-0.154,0.023],[-0.137,0.029]],"v":[[-0.423,4.228],[-0.762,4.202],[-0.786,3.765],[-0.858,2.826],[-0.92,1.88],[-0.964,1.143],[-1.007,0.388],[-1.054,-0.087],[-1.092,-0.571],[-1.164,-1.205],[-1.217,-1.848],[-1.255,-2.671],[-1.294,-3.494],[-1.337,-4.17],[-1.37,-4.847],[-1.423,-5.563],[-1.475,-6.278],[-1.518,-6.784],[-1.542,-7.289],[-1.537,-7.499],[-1.533,-7.718],[-1.418,-7.812],[-1.102,-7.804],[-0.767,-7.812],[-0.552,-7.791],[-0.327,-7.778],[0.104,-7.731],[0.123,-7.384],[0.104,-6.218],[0.157,-5.503],[0.2,-4.787],[0.223,-4.016],[0.238,-3.245],[0.252,-2.379],[0.314,-1.514],[0.362,-0.811],[0.42,-0.108],[0.477,0.534],[0.554,1.168],[0.592,1.652],[0.63,2.119],[0.735,2.882],[0.822,3.628],[0.793,3.979],[0.439,4.065],[0.003,4.142]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[159.254,110.067],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 11","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.096,0.177],[0.083,0.183],[0.045,0.072],[0.032,0.069],[-0.022,0.017],[-0.096,0.04],[-0.115,0.051],[-0.186,0.108],[-0.121,0.072],[-0.07,0.051],[-0.166,0.349],[-0.038,0.091],[-0.007,0.268],[0.173,0.315],[0.236,0.208],[0.166,0.257],[0.111,0.171],[0.038,0.16],[0.025,0.097],[0.006,0.137],[-0.029,0.109],[-0.038,0.165],[-0.128,0.252],[-0.08,0.14],[-0.077,0.086],[-0.242,0.188],[-0.287,0.137],[-0.09,0.04],[-0.268,0.091],[-0.188,0.057],[-0.224,0.017],[-0.045,-0.012],[0.031,-0.143],[0.009,-0.194],[-0.013,-0.08],[0.022,-0.049],[0.307,-0.005],[0.236,-0.057],[0.154,-0.086],[0.089,-0.074],[0.077,-0.228],[0.019,-0.388],[-0.166,-0.314],[-0.121,-0.129],[-0.07,-0.085],[-0.064,-0.077],[-0.09,-0.136],[-0.058,-0.189],[-0.039,-0.291],[0.051,-0.383],[0.108,-0.308],[0.332,-0.285],[0.099,-0.063],[0.108,-0.074],[0.267,-0.125],[0.13,-0.058],[0.192,-0.051],[0.038,-0.008]],"o":[[-0.064,-0.108],[-0.038,-0.068],[-0.044,-0.071],[-0.07,-0.154],[0.022,-0.017],[0.102,-0.028],[0.319,-0.109],[0.057,-0.034],[0.122,-0.071],[0.275,-0.2],[0.063,-0.137],[0.038,-0.092],[0.013,-0.32],[-0.165,-0.273],[-0.237,-0.209],[-0.09,-0.12],[-0.112,-0.171],[-0.025,-0.085],[-0.026,-0.097],[-0.013,-0.149],[0.029,-0.109],[0.045,-0.183],[0.057,-0.102],[0.079,-0.14],[0.325,-0.383],[0.178,-0.137],[0.262,-0.126],[0.083,-0.034],[0.179,-0.058],[0.188,-0.057],[0.165,0],[0.044,0.011],[-0.019,0.086],[-0.01,0.194],[0.02,0.246],[-0.023,0.048],[-0.185,0],[-0.268,0.063],[-0.229,0.143],[-0.262,0.223],[-0.082,0.251],[-0.019,0.377],[0.057,0.131],[0.122,0.128],[0.095,0.114],[0.064,0.077],[0.159,0.258],[0.058,0.188],[0.051,0.462],[-0.032,0.246],[-0.127,0.377],[-0.096,0.092],[-0.099,0.062],[-0.172,0.12],[-0.191,0.092],[-0.131,0.057],[-0.255,0.069],[-0.038,0.009]],"v":[[-2.237,5.751],[-2.457,5.314],[-2.582,5.105],[-2.696,4.894],[-2.768,4.637],[-2.591,4.551],[-2.266,4.433],[-1.509,4.106],[-1.242,3.947],[-0.955,3.764],[-0.294,2.941],[-0.141,2.598],[-0.074,2.058],[-0.314,1.106],[-0.916,0.383],[-1.519,-0.316],[-1.82,-0.753],[-2.046,-1.249],[-2.122,-1.524],[-2.17,-1.874],[-2.146,-2.261],[-2.046,-2.671],[-1.787,-3.324],[-1.581,-3.688],[-1.347,-4.025],[-0.495,-4.882],[0.203,-5.294],[0.73,-5.542],[1.256,-5.731],[1.806,-5.903],[2.424,-6.014],[2.74,-5.997],[2.759,-5.766],[2.716,-5.346],[2.72,-4.934],[2.716,-4.493],[2.222,-4.412],[1.591,-4.326],[0.959,-4.102],[0.481,-3.778],[-0.027,-3.101],[-0.179,-2.141],[0.041,-1.104],[0.308,-0.714],[0.596,-0.393],[0.835,-0.106],[1.065,0.215],[1.39,0.885],[1.534,1.605],[1.534,2.872],[1.323,3.704],[0.634,4.697],[0.342,4.929],[0.031,5.135],[-0.629,5.502],[-1.112,5.726],[-1.596,5.889],[-2.036,6.005]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[153.649,111.345],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 12","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.038,0.149],[0.013,0.164],[0.019,0.166],[-0.003,0.157],[0.012,0.217],[0.031,0.274],[0.025,0.306],[0.019,0.297],[0.016,0.103],[0.007,0.103],[0.022,0.008],[0.166,-0.029],[-0.006,0.128],[0.039,0.291],[0.05,0.256],[-0.115,0.034],[-0.114,-0.002],[-0.121,0.017],[-0.013,0.2],[0.051,0.457],[0.025,0.383],[0.006,0.188],[0.013,0.188],[0.01,0.071],[0.191,0],[0,0.171],[0.003,0.126],[0.006,0.171],[-0.035,0.002],[-0.249,0.006],[-0.239,0.002],[-0.243,0.006],[-0.677,0.04],[-0.277,0.009],[-0.281,0.012],[-0.555,-0.005],[-0.026,-0.009],[0,-0.201],[0.025,-0.143],[-0.026,-0.12],[0.217,-0.023],[0.306,0],[0.156,0.006],[0.153,0],[0.261,0],[0,0],[0,0],[0.179,0.006],[0.179,-0.006],[0.159,0],[0,-0.08],[-0.01,-0.182],[0,-0.188],[0.007,-0.169],[-0.012,-0.16],[-0.003,-0.146],[-0.019,-0.166],[-0.007,-0.102],[-0.019,-0.103],[-0.019,-0.012],[-0.236,0.028],[-0.284,-0.003],[-0.287,0.006],[-0.249,0.003],[-0.262,0.011],[-0.226,0.012],[-0.229,0.018],[-0.226,0.015],[-0.229,0.017],[-0.045,0.002],[-0.02,-0.171],[0.02,-0.097],[0,-0.126],[0.389,0],[0.255,-0.005],[0.201,-0.008],[0.198,-0.005],[0.303,-0.009],[0.294,-0.011],[0.258,-0.014],[0.249,-0.017],[0,-0.074],[-0.019,-0.361],[0.016,-0.103],[0,-0.091],[-0.01,-0.206],[0,-0.194],[-0.035,-0.181],[-0.032,-0.148],[-0.004,-0.052],[-0.019,-0.069],[-0.013,-0.057],[-0.211,0.029],[-0.23,0.034],[-0.249,0.028],[-0.23,0.026],[-0.229,0.028],[-0.032,-0.04],[0.019,-0.205],[-0.115,-0.165],[0.194,0.003],[0.115,-0.005],[0.181,-0.014],[0.186,-0.046],[0.344,-0.057],[0.137,0],[-0.057,-0.189],[0.268,-0.023],[0.143,0.014],[0.198,-0.045],[0.003,0.094]],"o":[[-0.045,-0.154],[-0.013,-0.162],[-0.019,-0.189],[0.003,-0.157],[-0.038,-0.485],[-0.039,-0.296],[-0.026,-0.305],[-0.013,-0.103],[-0.016,-0.103],[-0.013,-0.148],[-0.023,-0.009],[-0.351,0.057],[0.007,-0.129],[-0.019,-0.097],[-0.033,-0.161],[0.115,-0.028],[0.115,0.003],[0.128,-0.011],[0.006,-0.223],[-0.051,-0.378],[-0.019,-0.188],[-0.006,-0.188],[-0.006,-0.166],[-0.01,-0.072],[-0.288,0.011],[-0.007,-0.171],[-0.003,-0.125],[-0.02,-0.2],[0.036,-0.003],[0.236,0],[0.239,-0.003],[0.51,-0.005],[0.274,-0.017],[0.278,-0.008],[0.555,-0.005],[0.23,0.006],[0.025,0.008],[0,0.154],[-0.026,0.143],[0.019,0.183],[-0.064,0.005],[-0.153,0.006],[-0.156,-0.005],[-0.128,-0.006],[0,0],[0,0],[-0.179,0.006],[-0.178,-0.006],[-0.134,0.012],[-0.159,0],[-0.026,0.189],[0.009,0.183],[0,0.166],[-0.006,0.168],[0,0.161],[0.003,0.145],[0.007,0.103],[0.006,0.103],[0.032,0.205],[0.019,0.011],[0.275,-0.034],[0.283,0.002],[0.275,0],[0.249,-0.003],[0.223,0],[0.226,-0.011],[0.224,-0.011],[0.227,-0.014],[0.217,-0.012],[0.044,-0.003],[0.006,0.086],[-0.019,0.098],[0,0.394],[-0.377,0],[-0.21,0.006],[-0.201,0.009],[-0.306,0.018],[-0.303,0.008],[-0.255,0.017],[-0.258,0.014],[-0.44,0.035],[0,0.074],[0,0.119],[-0.017,0.104],[-0.007,0.223],[0.009,0.205],[0,0.183],[0.036,0.179],[0.013,0.075],[0.003,0.051],[0.045,0.183],[0.012,0.057],[0.216,-0.022],[0.23,-0.034],[0.23,-0.017],[0.23,-0.025],[0.262,-0.023],[0.032,0.041],[-0.033,0.32],[0.095,0.16],[-0.195,-0.003],[-0.191,0.017],[-0.182,0.015],[-0.389,0.091],[-0.172,0.029],[-0.138,0],[0.045,0.177],[-0.211,0.017],[-0.144,-0.014],[-0.179,0.046],[-0.003,-0.094]],"v":[[-3.193,6.316],[-3.279,5.841],[-3.327,5.349],[-3.351,4.829],[-3.365,4.269],[-3.47,3.129],[-3.566,2.225],[-3.633,1.321],[-3.676,1.013],[-3.71,0.704],[-3.762,0.469],[-4.045,0.499],[-4.562,0.392],[-4.61,-0.238],[-4.714,-0.77],[-4.59,-1.061],[-4.246,-1.1],[-3.892,-1.121],[-3.681,-1.438],[-3.748,-2.457],[-3.863,-3.598],[-3.901,-4.163],[-3.93,-4.728],[-3.954,-5.084],[-4.255,-5.191],[-4.686,-5.431],[-4.7,-5.878],[-4.714,-6.322],[-4.691,-6.626],[-4.265,-6.64],[-3.552,-6.643],[-2.829,-6.658],[-1.049,-6.725],[-0.222,-6.764],[0.616,-6.794],[2.281,-6.794],[2.664,-6.772],[2.702,-6.459],[2.664,-6.014],[2.664,-5.62],[2.367,-5.311],[1.812,-5.303],[1.348,-5.303],[0.884,-5.311],[0.3,-5.32],[-0.102,-5.32],[-0.504,-5.32],[-1.04,-5.32],[-1.576,-5.32],[-2.016,-5.303],[-2.255,-5.184],[-2.279,-4.626],[-2.265,-4.069],[-2.275,-3.567],[-2.265,-3.076],[-2.26,-2.616],[-2.227,-2.149],[-2.207,-1.841],[-2.169,-1.533],[-2.092,-1.206],[-1.71,-1.232],[-0.872,-1.279],[-0.016,-1.284],[0.769,-1.288],[1.535,-1.309],[2.209,-1.327],[2.893,-1.37],[3.568,-1.408],[4.252,-1.455],[4.645,-1.477],[4.741,-1.224],[4.721,-0.951],[4.693,-0.615],[4.109,-0.024],[3.161,-0.016],[2.544,0.006],[1.946,0.027],[1.032,0.066],[0.137,0.096],[-0.633,0.143],[-1.394,0.19],[-2.054,0.353],[-2.026,1.005],[-2.049,1.338],[-2.073,1.63],[-2.068,2.273],[-2.054,2.872],[-2.002,3.417],[-1.901,3.909],[-1.877,4.098],[-1.844,4.278],[-1.757,4.638],[-1.422,4.68],[-0.753,4.595],[-0.035,4.501],[0.654,4.436],[1.343,4.355],[1.783,4.38],[1.803,4.749],[1.927,5.477],[1.779,5.713],[1.314,5.717],[0.755,5.764],[0.204,5.855],[-0.896,6.077],[-1.36,6.12],[-1.48,6.403],[-1.815,6.703],[-2.346,6.707],[-2.858,6.754],[-3.131,6.681]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[144.667,110.515],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 13","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.089,0.137],[0.122,0.177],[0.083,0.149],[0.366,0.76],[0.421,0.737],[0.067,0.108],[0.089,0.137],[0.096,0.171],[-0.013,0.042],[-0.179,0.097],[-0.179,0.102],[-0.051,0.043],[-0.057,0.04],[-0.025,-0.063],[-0.115,-0.199],[-0.153,-0.283],[-0.153,-0.28],[-0.287,-0.56],[-0.299,-0.549],[-0.127,-0.212],[-0.115,-0.212],[-0.047,-0.074],[-0.071,-0.143],[-0.038,0.086],[-0.09,0.209],[-0.096,0.212],[-0.035,0.105],[-0.057,0.108],[-0.067,0.137],[-0.052,0.172],[-0.077,0.271],[-0.089,0.269],[-0.064,0.223],[-0.083,0.256],[-0.042,0.06],[-0.248,-0.034],[-0.169,-0.071],[-0.192,-0.052],[0.045,-0.08],[0.012,-0.052],[0.051,-0.091],[0.074,-0.153],[0.095,-0.189],[0.293,-0.886],[0.344,-0.863],[0.23,-0.543],[0.178,-0.382],[0.092,-0.209],[0.096,-0.188],[0.159,-0.437],[0.133,-0.44],[0.057,-0.245],[0.038,-0.114],[0.114,0.04],[0.204,0.068],[0.09,0.045],[0.211,0.046],[-0.041,0.086],[-0.038,0.154],[-0.064,0.165],[-0.063,0.16],[-0.083,0.146],[-0.089,0.217],[-0.08,0.194],[-0.076,0.189],[-0.137,0.295],[-0.121,0.291],[-0.112,0.203],[-0.038,0.206],[0.035,0.045],[0.038,0.069],[0.096,0.132]],"o":[[-0.108,-0.154],[-0.121,-0.177],[-0.427,-0.737],[-0.367,-0.76],[-0.115,-0.189],[-0.067,-0.109],[-0.115,-0.171],[-0.09,-0.172],[0.013,-0.043],[0.09,-0.046],[0.058,-0.029],[0.051,-0.042],[0.185,-0.114],[0.026,0.063],[0.159,0.281],[0.153,0.282],[0.306,0.554],[0.287,0.559],[0.116,0.217],[0.128,0.211],[0.077,0.148],[0.048,0.074],[0.069,0.119],[0.077,-0.211],[0.089,-0.208],[0.057,-0.12],[0.035,-0.106],[0.077,-0.16],[0.067,-0.137],[0.076,-0.263],[0.077,-0.271],[0.076,-0.24],[0.063,-0.223],[0.057,-0.206],[0.041,-0.06],[0.204,0.029],[0.169,0.072],[0.096,0.034],[-0.064,0.108],[-0.013,0.051],[-0.096,0.183],[-0.073,0.155],[-0.402,0.851],[-0.294,0.885],[-0.154,0.371],[-0.23,0.543],[-0.102,0.217],[-0.093,0.208],[-0.095,0.183],[-0.16,0.437],[-0.096,0.326],[-0.057,0.246],[-0.077,0.183],[-0.014,-0.006],[-0.211,-0.068],[-0.089,-0.046],[-0.191,-0.04],[0.042,-0.086],[0.045,-0.171],[0.064,-0.166],[0.07,-0.194],[0.083,-0.145],[0.077,-0.194],[0.08,-0.194],[0.115,-0.308],[0.137,-0.294],[0.07,-0.166],[0.111,-0.203],[0.013,-0.091],[-0.035,-0.046],[-0.077,-0.137],[-0.095,-0.131]],"v":[[-0.733,-0.207],[-1.078,-0.703],[-1.384,-1.193],[-2.576,-3.438],[-3.757,-5.682],[-4.031,-6.128],[-4.264,-6.496],[-4.58,-7.01],[-4.695,-7.332],[-4.408,-7.542],[-4.007,-7.764],[-3.843,-7.872],[-3.682,-7.996],[-3.365,-8.073],[-3.154,-7.68],[-2.686,-6.835],[-2.227,-5.991],[-1.337,-4.319],[-0.456,-2.658],[-0.092,-2.014],[0.271,-1.38],[0.458,-1.047],[0.635,-0.72],[0.798,-0.669],[1.047,-1.299],[1.325,-1.93],[1.463,-2.267],[1.602,-2.589],[1.816,-3.034],[1.995,-3.497],[2.223,-4.298],[2.473,-5.108],[2.684,-5.802],[2.904,-6.521],[3.051,-6.921],[3.486,-6.96],[4.047,-6.81],[4.588,-6.625],[4.663,-6.453],[4.549,-6.214],[4.454,-6],[4.2,-5.495],[3.947,-4.979],[2.904,-2.375],[1.947,0.247],[1.372,1.618],[0.76,3.007],[0.467,3.646],[0.185,4.241],[-0.197,5.171],[-0.637,6.486],[-0.867,7.342],[-1.01,7.883],[-1.298,8.096],[-1.624,7.986],[-2.074,7.815],[-2.523,7.677],[-2.749,7.488],[-2.628,7.129],[-2.465,6.624],[-2.274,6.134],[-2.044,5.625],[-1.786,5.081],[-1.551,4.497],[-1.318,3.923],[-0.939,3.02],[-0.551,2.142],[-0.279,1.589],[-0.055,0.975],[-0.087,0.771],[-0.197,0.599],[-0.456,0.195]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[133.725,116.215],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 14","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.155,-0.028],[0.113,0.019],[0.118,0.122],[0.038,0.17],[-0.014,0.141],[-0.051,0.188],[-0.137,0.094],[-0.148,-0.014],[-0.094,-0.028],[-0.076,-0.07],[-0.047,-0.24],[0.245,-0.234]],"o":[[-0.123,0.014],[-0.184,-0.033],[-0.093,-0.103],[-0.019,-0.066],[0,-0.029],[0.066,-0.188],[0.085,-0.057],[0.148,0.015],[0.127,0.042],[0.141,0.141],[0.061,0.286],[-0.108,0.095]],"v":[[0.771,5.583],[0.417,5.577],[-0.035,5.344],[-0.232,4.935],[-0.238,4.625],[-0.161,4.299],[0.143,3.877],[0.492,3.812],[0.855,3.877],[1.158,4.046],[1.441,4.618],[1.165,5.4]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[0.235,-0.297],[0.007,-0.221],[0.014,-0.141],[-0.014,-0.148],[-0.014,-0.141],[0.007,-0.019],[0.131,-0.01],[0.174,0],[0.007,0.029],[0.038,0.188],[0.003,0.108],[0,0.161],[-0.024,0.204],[-0.057,0.169],[-0.301,0.291],[-0.104,0.087],[-0.155,0.155],[-0.07,0.098],[-0.075,0.109],[-0.024,0.193],[0.344,0.391],[0.471,0.104],[0.358,-0.062],[0.259,-0.155],[0.104,-0.092],[0.142,-0.146],[0.029,0.023],[0.092,0.061],[0.085,0.075],[0.033,0.031],[-0.122,0.136],[-0.22,0.156],[-0.63,0.129],[-0.626,-0.282],[-0.193,-0.127],[-0.263,-0.311],[-0.104,-0.282],[0.352,-0.663],[0.122,-0.21],[0.155,-0.165]],"o":[[-0.118,0.15],[-0.007,0.221],[-0.014,0.146],[0.014,0.148],[0.005,0.084],[-0.007,0.019],[-0.348,0.018],[-0.165,0],[-0.007,-0.028],[-0.028,-0.146],[-0.002,-0.109],[0,-0.173],[0.023,-0.205],[0.122,-0.386],[0.193,-0.193],[0.103,-0.087],[0.095,-0.094],[0.071,-0.099],[0.122,-0.174],[0.047,-0.428],[-0.39,-0.427],[-0.249,-0.051],[-0.31,0.061],[-0.183,0.103],[-0.103,0.092],[-0.061,0.071],[-0.094,-0.057],[-0.091,-0.061],[-0.136,-0.118],[-0.033,-0.03],[0.15,-0.16],[0.546,-0.381],[0.63,-0.13],[0.207,0.094],[0.325,0.23],[0.113,0.132],[0.249,0.691],[-0.108,0.202],[-0.122,0.209],[-0.273,0.291]],"v":[[1.286,0.618],[1.098,1.174],[1.066,1.717],[1.066,2.159],[1.109,2.592],[1.105,2.747],[0.898,2.79],[0.115,2.818],[-0.143,2.776],[-0.21,2.452],[-0.257,2.071],[-0.26,1.668],[-0.225,1.101],[-0.104,0.54],[0.531,-0.477],[0.975,-0.896],[1.363,-1.259],[1.609,-1.548],[1.829,-1.859],[2.048,-2.409],[1.602,-3.637],[0.311,-4.434],[-0.598,-4.419],[-1.452,-4.095],[-1.883,-3.802],[-2.249,-3.447],[-2.383,-3.375],[-2.663,-3.552],[-2.926,-3.757],[-3.18,-3.979],[-3.046,-4.229],[-2.49,-4.702],[-0.725,-5.467],[1.158,-5.238],[1.758,-4.906],[2.639,-4.095],[2.964,-3.474],[2.809,-1.442],[2.464,-0.826],[2.048,-0.264]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[169.631,83.521],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 15","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.07,0.146],[0.061,0.15],[0.033,0.058],[0.024,0.056],[-0.016,0.014],[-0.071,0.032],[-0.085,0.042],[-0.136,0.089],[-0.089,0.059],[-0.051,0.043],[-0.122,0.287],[-0.028,0.075],[-0.004,0.222],[0.127,0.259],[0.173,0.171],[0.122,0.212],[0.082,0.141],[0.028,0.132],[0.02,0.08],[0.005,0.113],[-0.021,0.089],[-0.028,0.137],[-0.095,0.207],[-0.059,0.116],[-0.056,0.07],[-0.179,0.155],[-0.212,0.113],[-0.066,0.033],[-0.198,0.075],[-0.138,0.047],[-0.165,0.014],[-0.032,-0.009],[0.023,-0.118],[0.007,-0.16],[-0.009,-0.066],[0.016,-0.04],[0.225,-0.005],[0.174,-0.047],[0.113,-0.071],[0.066,-0.061],[0.057,-0.188],[0.014,-0.32],[-0.122,-0.258],[-0.089,-0.105],[-0.051,-0.07],[-0.048,-0.063],[-0.066,-0.113],[-0.043,-0.155],[-0.028,-0.239],[0.038,-0.316],[0.079,-0.254],[0.245,-0.235],[0.073,-0.052],[0.08,-0.061],[0.198,-0.103],[0.096,-0.047],[0.141,-0.042],[0.028,-0.007]],"o":[[-0.047,-0.089],[-0.028,-0.057],[-0.033,-0.059],[-0.052,-0.127],[0.017,-0.014],[0.075,-0.024],[0.235,-0.09],[0.043,-0.028],[0.089,-0.058],[0.202,-0.164],[0.047,-0.113],[0.028,-0.075],[0.01,-0.263],[-0.122,-0.225],[-0.175,-0.172],[-0.066,-0.098],[-0.082,-0.142],[-0.019,-0.07],[-0.018,-0.08],[-0.009,-0.122],[0.021,-0.09],[0.033,-0.15],[0.042,-0.085],[0.059,-0.115],[0.24,-0.315],[0.132,-0.113],[0.193,-0.104],[0.061,-0.028],[0.132,-0.047],[0.139,-0.047],[0.122,0],[0.033,0.009],[-0.015,0.07],[-0.007,0.16],[0.014,0.202],[-0.017,0.04],[-0.137,0],[-0.197,0.051],[-0.169,0.118],[-0.192,0.184],[-0.061,0.207],[-0.015,0.31],[0.042,0.108],[0.09,0.106],[0.071,0.094],[0.047,0.064],[0.117,0.211],[0.042,0.155],[0.038,0.382],[-0.023,0.202],[-0.095,0.311],[-0.07,0.076],[-0.073,0.052],[-0.127,0.099],[-0.141,0.076],[-0.097,0.047],[-0.188,0.056],[-0.028,0.007]],"v":[[-1.649,4.735],[-1.811,4.376],[-1.903,4.203],[-1.988,4.03],[-2.041,3.818],[-1.91,3.748],[-1.67,3.649],[-1.113,3.382],[-0.915,3.25],[-0.704,3.098],[-0.217,2.421],[-0.104,2.139],[-0.055,1.694],[-0.231,0.911],[-0.675,0.316],[-1.12,-0.26],[-1.342,-0.618],[-1.508,-1.029],[-1.565,-1.254],[-1.6,-1.544],[-1.582,-1.861],[-1.508,-2.2],[-1.317,-2.736],[-1.166,-3.036],[-0.993,-3.314],[-0.365,-4.02],[0.15,-4.358],[0.538,-4.562],[0.926,-4.717],[1.331,-4.859],[1.787,-4.951],[2.019,-4.937],[2.034,-4.746],[2.002,-4.401],[2.005,-4.062],[2.002,-3.699],[1.639,-3.632],[1.173,-3.561],[0.707,-3.378],[0.354,-3.109],[-0.02,-2.553],[-0.132,-1.762],[0.03,-0.909],[0.227,-0.588],[0.439,-0.323],[0.616,-0.087],[0.785,0.178],[1.025,0.728],[1.13,1.32],[1.13,2.365],[0.976,3.049],[0.467,3.867],[0.252,4.059],[0.023,4.227],[-0.464,4.53],[-0.82,4.714],[-1.176,4.848],[-1.501,4.943]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[163.441,82.972],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 16","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.099,0.038],[0.064,0.016],[0.113,0.028],[-0.003,0.038],[-0.033,0.081],[0.029,0.117],[0.068,0.078],[0.061,0.085],[0.174,0.192],[0.16,0.212],[0.078,0.111],[0.056,0.07],[0.101,0.119],[0.09,0.141],[0.138,0.179],[0.155,0.226],[0.078,0.113],[0.057,0.093],[0.137,0.175],[-0.009,-0.136],[0.004,-0.042],[0.026,-0.169],[0.023,-0.188],[0.017,-0.122],[0.023,-0.216],[0.035,-0.303],[0.048,-0.381],[0.012,-0.091],[-0.014,-0.122],[-0.038,-0.108],[0.051,0.023],[0.135,0.027],[0.019,0.005],[0.064,0.005],[0.057,0.009],[0.061,0],[0.062,0.015],[-0.01,0.145],[-0.024,0.113],[-0.021,0.115],[-0.028,0.164],[-0.04,0.252],[-0.029,0.17],[-0.009,0.087],[-0.023,0.127],[-0.024,0.153],[-0.028,0.197],[-0.013,0.156],[-0.023,0.156],[-0.034,0.48],[-0.016,0.101],[-0.014,0.098],[-0.178,0],[-0.382,-0.034],[-0.044,-0.007],[0.057,-0.117],[0.028,-0.08],[0.042,-0.094],[-0.059,-0.04],[-0.071,-0.099],[-0.131,-0.176],[-0.141,-0.174],[-0.105,-0.138],[-0.113,-0.127],[-0.103,-0.145],[-0.098,-0.136],[-0.078,-0.096],[-0.07,-0.09],[-0.131,-0.135],[-0.103,-0.136],[-0.072,-0.07],[-0.057,-0.094],[-0.026,-0.045],[-0.071,0.122],[-0.047,0.119],[-0.015,0.047],[-0.097,0.262],[-0.085,0.268],[-0.068,0.216],[-0.07,0.212],[-0.087,0.226],[-0.071,0.245],[-0.103,0.452],[-0.014,0.037],[-0.113,-0.005],[-0.268,-0.08],[-0.042,-0.023],[0.017,-0.035],[0.028,-0.052],[0.118,-0.296],[0.094,-0.284],[0.023,-0.08],[0.078,-0.231],[0.076,-0.226],[0.085,-0.256],[0.071,-0.254],[0.043,-0.144],[0.052,-0.146],[0.078,-0.174],[-0.005,-0.155],[-0.075,-0.059],[-0.066,-0.07],[0,-0.016],[0.113,-0.075],[0.047,-0.129],[0.112,-0.037],[-0.023,-0.048],[0.061,-0.033],[0.068,0.036]],"o":[[-0.108,-0.033],[-0.063,-0.017],[-0.123,-0.028],[0.002,-0.038],[0.089,-0.225],[-0.028,-0.099],[-0.069,-0.077],[-0.057,-0.071],[-0.085,-0.09],[-0.07,-0.085],[-0.078,-0.11],[-0.103,-0.123],[-0.101,-0.12],[-0.155,-0.235],[-0.139,-0.179],[-0.071,-0.089],[-0.077,-0.113],[-0.117,-0.189],[-0.08,-0.084],[0.01,0.221],[-0.019,0.193],[-0.025,0.169],[-0.029,0.164],[-0.016,0.122],[-0.052,0.386],[-0.035,0.303],[-0.014,0.099],[-0.012,0.092],[0.005,0.052],[0.014,0.075],[-0.071,-0.019],[-0.133,-0.029],[-0.066,-0.01],[-0.063,-0.005],[-0.061,-0.005],[-0.061,0],[-0.089,-0.014],[0.004,-0.114],[0.028,-0.146],[0.021,-0.115],[0.028,-0.179],[0.04,-0.252],[0.023,-0.164],[0.009,-0.087],[0.019,-0.132],[0.023,-0.152],[0.024,-0.155],[0.011,-0.155],[0.071,-0.583],[0.004,-0.098],[0.017,-0.101],[0.014,-0.132],[0.245,0],[0.141,0.014],[0.045,0.007],[-0.046,0.099],[-0.029,0.08],[-0.047,0.099],[0.058,0.04],[0.127,0.183],[0.132,0.176],[0.103,0.136],[0.106,0.139],[0.103,0.132],[0.104,0.146],[0.066,0.099],[0.077,0.097],[0.103,0.132],[0.132,0.133],[0.057,0.085],[0.073,0.071],[0.046,0.099],[0.025,0.045],[0.014,-0.024],[0.047,-0.12],[0.085,-0.268],[0.096,-0.26],[0.061,-0.212],[0.068,-0.217],[0.075,-0.24],[0.087,-0.225],[0.07,-0.287],[0.019,-0.099],[0.01,-0.057],[0.085,0.01],[0.268,0.08],[0.094,0.061],[-0.017,0.035],[-0.085,0.169],[-0.018,0.052],[-0.094,0.285],[-0.071,0.231],[-0.077,0.23],[-0.089,0.258],[-0.084,0.256],[-0.042,0.155],[-0.042,0.143],[-0.056,0.146],[-0.077,0.174],[0,0.113],[0.075,0.059],[0.08,0.1],[0,0.017],[-0.113,0.08],[-0.047,0.129],[-0.109,0.033],[0.024,0.046],[-0.113,0.071],[-0.068,-0.035]],"v":[[1.6,4.226],[1.342,4.153],[1.078,4.085],[0.898,3.986],[0.951,3.809],[1.042,3.295],[0.898,3.031],[0.704,2.787],[0.358,2.393],[-0.009,1.941],[-0.231,1.648],[-0.432,1.377],[-0.739,1.014],[-1.025,0.622],[-1.465,0.001],[-1.906,-0.606],[-2.129,-0.91],[-2.33,-1.219],[-2.711,-1.764],[-2.817,-1.686],[-2.809,-1.291],[-2.877,-0.748],[-2.95,-0.21],[-3.018,0.219],[-3.077,0.726],[-3.208,1.761],[-3.332,2.787],[-3.37,3.072],[-3.367,3.394],[-3.303,3.633],[-3.359,3.712],[-3.667,3.641],[-3.896,3.592],[-4.09,3.571],[-4.27,3.55],[-4.453,3.541],[-4.637,3.52],[-4.756,3.282],[-4.714,2.942],[-4.64,2.55],[-4.566,2.132],[-4.464,1.485],[-4.361,0.854],[-4.312,0.476],[-4.263,0.156],[-4.199,-0.271],[-4.122,-0.796],[-4.068,-1.262],[-4.016,-1.729],[-3.86,-3.322],[-3.829,-3.623],[-3.783,-3.921],[-3.494,-4.119],[-2.555,-4.07],[-2.277,-4.038],[-2.295,-3.851],[-2.407,-3.584],[-2.513,-3.322],[-2.495,-3.114],[-2.301,-2.906],[-1.914,-2.367],[-1.504,-1.84],[-1.191,-1.429],[-0.862,-1.029],[-0.552,-0.614],[-0.249,-0.191],[-0.033,0.102],[0.189,0.382],[0.541,0.781],[0.894,1.186],[1.088,1.419],[1.283,1.666],[1.392,1.881],[1.537,1.765],[1.628,1.55],[1.72,1.299],[1.992,0.505],[2.263,-0.288],[2.457,-0.93],[2.665,-1.572],[2.909,-2.271],[3.145,-2.976],[3.406,-4.084],[3.455,-4.288],[3.639,-4.367],[4.168,-4.232],[4.633,-4.077],[4.75,-3.933],[4.683,-3.801],[4.379,-3.104],[4.21,-2.6],[4.034,-2.053],[3.811,-1.36],[3.582,-0.676],[3.321,0.096],[3.088,0.861],[2.961,1.309],[2.82,1.744],[2.619,2.222],[2.51,2.717],[2.623,2.975],[2.834,3.167],[2.954,3.34],[2.785,3.479],[2.545,3.792],[2.306,4.042],[2.178,4.163],[2.122,4.283],[1.85,4.335]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[155.42,83.234],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 17","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.08,0.113],[0.033,0.098],[-0.056,0.169],[-0.131,0.118],[-0.114,0.051],[-0.132,0.028],[-0.15,-0.07],[-0.063,-0.134],[-0.018,-0.094],[0.018,-0.118],[0.054,-0.066],[0.089,-0.076],[0.302,0.118]],"o":[[-0.085,-0.104],[-0.065,-0.175],[0.038,-0.127],[0.066,-0.061],[0.084,-0.033],[0.193,-0.033],[0.089,0.047],[0.064,0.134],[0.024,0.113],[-0.038,0.145],[-0.054,0.066],[-0.244,0.216],[-0.159,-0.052]],"v":[[-0.353,-2.862],[-0.53,-3.165],[-0.544,-3.68],[-0.29,-4.047],[-0.021,-4.215],[0.303,-4.308],[0.818,-4.252],[1.047,-3.98],[1.17,-3.637],[1.178,-3.292],[1.04,-2.975],[0.825,-2.762],[0.006,-2.615]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[0.015,-0.183],[0.03,-0.114],[0.028,-0.127],[0.016,-0.118],[0.014,-0.113],[0.009,-0.056],[0.004,-0.047],[0.016,-0.131],[0.005,-0.145],[0.019,-0.272],[-0.002,-0.064],[0,-0.062],[0,-0.089],[0,-0.089],[0.005,-0.071],[-0.014,-0.075],[0.009,0.024],[0.047,-0.014],[-0.002,0.031],[0.084,0.042],[0.188,-0.005],[0.007,0.012],[-0.014,0.197],[-0.024,0.099],[-0.009,0.292],[-0.007,0.167],[-0.005,0.17],[-0.028,0.176],[-0.024,0.183],[-0.014,0.155],[-0.014,0.155],[-0.007,0.105],[-0.015,0.108],[-0.033,0.004],[-0.066,0.005],[-0.07,0],[-0.047,0]],"o":[[-0.014,0.132],[-0.031,0.112],[-0.028,0.118],[-0.016,0.118],[-0.009,0.051],[-0.009,0.056],[-0.019,0.15],[-0.016,0.132],[-0.004,0.137],[-0.005,0.066],[0.003,0.063],[-0.009,0.169],[0.009,0.17],[0.005,0.076],[0,0.127],[0.033,0.099],[0.018,0.09],[-0.127,0.047],[0.002,-0.03],[-0.174,-0.071],[-0.175,0.01],[-0.007,-0.011],[0.01,-0.132],[0.042,-0.221],[0,-0.165],[0.007,-0.167],[0.004,-0.183],[0.028,-0.177],[0.014,-0.151],[0.014,-0.155],[0.01,-0.104],[0.007,-0.106],[0.005,-0.085],[0.155,-0.019],[0.15,-0.009],[0.183,0.013],[0.047,0]],"v":[[0.359,-0.859],[0.293,-0.491],[0.204,-0.132],[0.137,0.221],[0.091,0.567],[0.063,0.729],[0.042,0.884],[-0.011,1.307],[-0.043,1.723],[-0.078,2.337],[-0.082,2.532],[-0.078,2.719],[-0.092,3.106],[-0.078,3.494],[-0.078,3.713],[-0.057,4.016],[-0.021,4.13],[-0.064,4.285],[-0.251,4.309],[-0.374,4.2],[-0.917,4.101],[-1.189,4.097],[-1.179,3.785],[-1.129,3.438],[-1.052,2.669],[-1.041,2.173],[-1.023,1.667],[-0.974,1.128],[-0.896,0.588],[-0.854,0.13],[-0.812,-0.336],[-0.787,-0.65],[-0.755,-0.971],[-0.699,-1.105],[-0.367,-1.141],[-0.036,-1.154],[0.31,-1.133]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[141.495,83.056],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 18","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.014,0.131],[-0.014,0.278],[-0.009,0.134],[-0.009,0.188],[0.005,0.386],[-0.004,0.268],[-0.004,0.263],[0.005,0.089],[0,0.093],[0.016,0.009],[0.132,-0.014],[-0.014,0.113],[0.01,0.255],[0.019,0.16],[-0.094,0.024],[-0.089,-0.014],[-0.099,0.014],[0.007,0.034],[-0.024,0.099],[0.005,0.148],[0,0.15],[-0.002,0.166],[-0.005,0.17],[0.004,0.306],[0,0.306],[-0.007,0.092],[-0.005,0.089],[-0.004,0.018],[-0.221,0.042],[-0.149,0.01],[-0.127,0.051],[-0.01,-0.169],[0.004,-0.104],[0.01,-0.263],[0.01,-0.268],[0.035,-0.235],[0,-0.156],[0.01,-0.129],[0,-0.141],[-0.005,-0.118],[-0.014,-0.009],[-0.188,0.01],[-0.045,-0.002],[-0.438,-0.005],[-0.035,-0.015],[0,-0.156],[0.021,-0.085],[0.014,-0.113],[0.061,-0.08],[0.202,0.014],[0.155,-0.003],[0.236,0],[0.002,-0.064],[0.019,-0.339],[0.028,-0.216],[0.01,-0.263],[-0.049,-0.809],[-0.028,-0.155],[0.207,0],[0.11,0.021],[0.155,-0.028],[-0.005,0.082]],"o":[[-0.038,-0.296],[0.005,-0.164],[0.01,-0.134],[0.009,-0.296],[-0.004,-0.259],[0.005,-0.268],[0,-0.09],[-0.005,-0.09],[0,-0.132],[-0.017,-0.01],[-0.277,0.028],[0.015,-0.113],[-0.009,-0.154],[-0.014,-0.141],[0.094,-0.014],[0.09,0.014],[0.113,-0.014],[-0.007,-0.032],[0.028,-0.15],[-0.005,-0.148],[-0.009,-0.164],[0.003,-0.167],[0,-0.301],[-0.005,-0.306],[0,-0.094],[0.007,-0.091],[0,-0.156],[0.005,-0.019],[0.155,-0.028],[0.148,-0.009],[0.104,-0.042],[0,0.221],[-0.015,0.268],[-0.009,0.263],[-0.009,0.154],[-0.035,0.235],[-0.004,0.141],[-0.009,0.13],[-0.009,0.244],[0.009,0.184],[0.014,0.01],[0.424,-0.014],[0.044,0.002],[0.169,0.005],[0.036,0.014],[0,0.07],[-0.022,0.085],[-0.014,0.174],[-0.061,0.08],[-0.156,-0.014],[-0.155,0.002],[-0.352,0.005],[-0.002,0.063],[-0.009,0.112],[-0.061,0.471],[-0.009,0.306],[0.049,0.809],[0.019,0.16],[-0.169,0],[-0.111,-0.022],[-0.146,0.028],[0.005,-0.082]],"v":[[-1.425,5.601],[-1.46,4.74],[-1.439,4.292],[-1.411,3.809],[-1.404,2.787],[-1.404,1.997],[-1.391,1.2],[-1.397,0.932],[-1.404,0.657],[-1.428,0.445],[-1.652,0.451],[-2.046,0.325],[-2.04,-0.226],[-2.081,-0.699],[-1.962,-0.946],[-1.686,-0.946],[-1.404,-0.946],[-1.245,-1.016],[-1.221,-1.213],[-1.186,-1.661],[-1.193,-2.11],[-1.204,-2.606],[-1.193,-3.111],[-1.199,-4.021],[-1.206,-4.938],[-1.197,-5.218],[-1.178,-5.489],[-1.171,-5.749],[-0.833,-5.842],[-0.378,-5.899],[0.035,-5.989],[0.204,-5.799],[0.197,-5.312],[0.161,-4.515],[0.133,-3.718],[0.066,-3.132],[0.014,-2.546],[-0.007,-2.141],[-0.021,-1.735],[-0.029,-1.192],[0.007,-0.903],[0.309,-0.903],[1.012,-0.92],[1.736,-0.911],[2.042,-0.881],[2.096,-0.627],[2.064,-0.395],[2.01,-0.098],[1.898,0.283],[1.503,0.381],[1.036,0.364],[0.451,0.367],[-0.081,0.469],[-0.113,1.072],[-0.169,1.566],[-0.275,2.666],[-0.215,4.339],[-0.1,5.785],[-0.382,6.024],[-0.8,5.994],[-1.199,6.003],[-1.411,5.923]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[137.272,82.882],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 19","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.174,0.028],[0.066,0.014],[0.113,0.014],[0.108,0.029],[0.138,0.035],[0.136,0.071],[0.146,0.099],[0.184,0.197],[0.057,0.085],[0.078,0.105],[0.065,0.118],[0.047,0.169],[0.01,0.287],[-0.047,0.216],[-0.089,0.216],[-0.075,0.131],[-0.063,0.115],[-0.08,0.104],[-0.282,0.212],[-0.494,0.189],[-0.273,0.081],[-0.021,0.002],[-0.038,-0.128],[-0.047,-0.273],[-0.024,-0.066],[0.165,-0.014],[0.376,-0.094],[0.225,-0.156],[0.225,-0.254],[0.094,-0.183],[0.051,-0.095],[0.028,-0.132],[-0.029,-0.231],[-0.122,-0.311],[-0.169,-0.216],[-0.174,-0.101],[-0.155,-0.071],[-0.283,-0.075],[-0.132,-0.033],[-0.141,-0.024],[-0.005,-0.042],[0.028,-0.249],[0.004,-0.054],[0.004,-0.057],[0.002,-0.028]],"o":[[-0.113,-0.004],[-0.113,-0.014],[-0.113,-0.014],[-0.156,-0.033],[-0.139,-0.035],[-0.216,-0.099],[-0.207,-0.132],[-0.202,-0.207],[-0.075,-0.107],[-0.078,-0.106],[-0.132,-0.221],[-0.113,-0.381],[0,-0.212],[0.037,-0.169],[0.113,-0.283],[0.062,-0.108],[0.064,-0.116],[0.141,-0.188],[0.424,-0.306],[0.193,-0.07],[0.122,-0.032],[0.021,-0.003],[0.042,0.136],[0.024,0.154],[0.023,0.065],[-0.23,0.023],[-0.231,0.061],[-0.094,0.051],[-0.132,0.151],[-0.065,0.127],[-0.052,0.094],[-0.057,0.234],[0.028,0.301],[0.127,0.305],[0.099,0.127],[0.174,0.101],[0.141,0.07],[0.136,0.038],[0.132,0.033],[0.24,0.047],[0.005,0.042],[-0.01,0.057],[-0.005,0.054],[-0.029,0.169],[-0.003,0.028]],"v":[[1.91,3.982],[1.642,3.954],[1.303,3.912],[0.972,3.848],[0.531,3.746],[0.118,3.587],[-0.426,3.291],[-1.012,2.797],[-1.4,2.359],[-1.628,2.039],[-1.844,1.703],[-2.111,1.118],[-2.296,0.116],[-2.225,-0.526],[-2.035,-1.104],[-1.753,-1.725],[-1.566,-2.06],[-1.35,-2.389],[-0.715,-2.988],[0.661,-3.729],[1.36,-3.955],[1.575,-4.007],[1.663,-3.82],[1.797,-3.206],[1.868,-2.875],[1.656,-2.755],[0.746,-2.579],[0.062,-2.254],[-0.419,-1.796],[-0.758,-1.295],[-0.934,-0.963],[-1.053,-0.624],[-1.096,0.074],[-0.87,0.991],[-0.426,1.774],[-0.016,2.116],[0.478,2.374],[1.113,2.592],[1.515,2.698],[1.924,2.783],[2.291,2.917],[2.256,3.354],[2.235,3.52],[2.221,3.686],[2.175,3.982]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[125.444,84.022],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 20","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.08,0.113],[0.033,0.098],[-0.057,0.169],[-0.131,0.118],[-0.113,0.051],[-0.132,0.028],[-0.15,-0.07],[-0.063,-0.134],[-0.018,-0.094],[0.018,-0.118],[0.054,-0.066],[0.089,-0.076],[0.302,0.118]],"o":[[-0.085,-0.104],[-0.065,-0.175],[0.037,-0.127],[0.066,-0.061],[0.084,-0.033],[0.193,-0.033],[0.089,0.047],[0.064,0.134],[0.024,0.113],[-0.038,0.145],[-0.054,0.066],[-0.244,0.216],[-0.159,-0.052]],"v":[[-0.353,-2.862],[-0.53,-3.165],[-0.543,-3.68],[-0.29,-4.047],[-0.021,-4.215],[0.303,-4.308],[0.818,-4.252],[1.047,-3.98],[1.17,-3.637],[1.178,-3.292],[1.04,-2.975],[0.825,-2.762],[0.006,-2.615]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[0.015,-0.183],[0.03,-0.114],[0.028,-0.127],[0.016,-0.118],[0.014,-0.113],[0.009,-0.056],[0.004,-0.047],[0.016,-0.131],[0.005,-0.145],[0.019,-0.272],[-0.002,-0.064],[0,-0.062],[0,-0.089],[0,-0.089],[0.005,-0.071],[-0.014,-0.075],[0.009,0.024],[0.047,-0.014],[-0.002,0.031],[0.084,0.042],[0.188,-0.005],[0.007,0.012],[-0.014,0.197],[-0.024,0.099],[-0.009,0.292],[-0.007,0.167],[-0.005,0.17],[-0.028,0.176],[-0.024,0.183],[-0.014,0.155],[-0.014,0.155],[-0.007,0.105],[-0.015,0.108],[-0.033,0.004],[-0.066,0.005],[-0.07,0],[-0.047,0]],"o":[[-0.014,0.132],[-0.031,0.112],[-0.028,0.118],[-0.016,0.118],[-0.009,0.051],[-0.009,0.056],[-0.019,0.15],[-0.016,0.132],[-0.004,0.137],[-0.005,0.066],[0.003,0.063],[-0.009,0.169],[0.009,0.17],[0.005,0.076],[0,0.127],[0.033,0.099],[0.018,0.09],[-0.127,0.047],[0.002,-0.03],[-0.174,-0.071],[-0.175,0.01],[-0.007,-0.011],[0.01,-0.132],[0.042,-0.221],[0,-0.165],[0.007,-0.167],[0.004,-0.183],[0.028,-0.177],[0.014,-0.151],[0.014,-0.155],[0.01,-0.104],[0.007,-0.106],[0.005,-0.085],[0.156,-0.019],[0.15,-0.009],[0.183,0.013],[0.047,0]],"v":[[0.359,-0.859],[0.293,-0.491],[0.204,-0.132],[0.137,0.221],[0.091,0.567],[0.063,0.729],[0.042,0.884],[-0.011,1.307],[-0.043,1.723],[-0.078,2.337],[-0.082,2.532],[-0.078,2.719],[-0.092,3.106],[-0.078,3.494],[-0.078,3.713],[-0.057,4.016],[-0.021,4.13],[-0.064,4.285],[-0.251,4.309],[-0.374,4.2],[-0.917,4.101],[-1.189,4.097],[-1.179,3.785],[-1.129,3.438],[-1.052,2.669],[-1.041,2.173],[-1.023,1.667],[-0.974,1.128],[-0.896,0.588],[-0.854,0.13],[-0.812,-0.336],[-0.787,-0.65],[-0.755,-0.971],[-0.699,-1.105],[-0.367,-1.141],[-0.036,-1.154],[0.31,-1.133]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[121.101,83.056],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 21","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.028,0.127],[0.005,0.358],[0.007,0.138],[0.014,0.188],[0.012,0.169],[0.014,0.17],[0.018,0.268],[0.019,0.263],[0.014,0.089],[0.005,0.089],[0.017,0.007],[0.127,-0.023],[-0.005,0.114],[0.029,0.254],[0.032,0.15],[-0.089,0.034],[-0.091,-0.007],[-0.094,0.024],[0.009,0.031],[-0.014,0.103],[0.007,0.097],[0,0.1],[0.014,0.057],[0,0.057],[0.019,0.165],[0,0.17],[-0.051,0.245],[-0.073,0.131],[-0.104,0.151],[-0.32,0.136],[-0.127,0.045],[-0.23,0.024],[-0.386,-0.023],[-0.371,-0.089],[-0.086,-0.033],[-0.085,-0.029],[-0.014,-0.006],[0.019,-0.222],[0.033,-0.148],[-0.014,-0.127],[0.17,0.052],[0.073,0.033],[0.075,0.023],[0.122,0.039],[0.127,0.033],[0.15,0.014],[0.137,-0.019],[0.103,-0.052],[0.089,-0.108],[0.061,-0.179],[0.005,-0.164],[-0.015,-0.156],[0,-0.13],[-0.014,-0.145],[-0.006,-0.089],[-0.014,-0.089],[-0.014,-0.007],[-0.184,0.024],[-0.045,-0.011],[-0.433,0.032],[-0.035,0.004],[-0.014,-0.155],[0.011,-0.087],[0,-0.112],[0.052,-0.085],[0.202,0],[-0.023,-0.012],[0.372,-0.028],[0,-0.065],[-0.014,-0.338],[0.012,-0.092],[0,-0.085],[-0.009,-0.172],[0,-0.169],[-0.132,-0.809],[-0.042,-0.15],[0.207,-0.015],[0.11,0.01],[0.156,-0.038],[0.002,0.082]],"o":[[-0.056,-0.202],[-0.004,-0.164],[-0.007,-0.14],[-0.014,-0.169],[-0.011,-0.169],[-0.028,-0.259],[-0.019,-0.268],[-0.009,-0.09],[-0.014,-0.09],[-0.014,-0.132],[-0.016,-0.008],[-0.278,0.052],[0.004,-0.112],[-0.023,-0.16],[-0.024,-0.141],[0.09,-0.023],[0.092,0.007],[0.113,-0.023],[-0.009,-0.031],[0.01,-0.085],[-0.008,-0.096],[0,-0.051],[-0.014,-0.056],[-0.024,-0.165],[-0.019,-0.164],[0,-0.414],[0.043,-0.206],[0.073,-0.132],[0.169,-0.244],[0.159,-0.071],[0.127,-0.045],[0.484,-0.047],[0.282,0.024],[0.085,0.028],[0.087,0.032],[0.15,0.051],[0.014,0.008],[-0.019,0.159],[-0.033,0.148],[0.014,0.123],[-0.075,-0.018],[-0.073,-0.033],[-0.127,-0.038],[-0.122,-0.04],[-0.151,-0.042],[-0.287,-0.019],[-0.216,0.028],[-0.207,0.098],[-0.192,0.212],[-0.056,0.15],[-0.004,0.165],[0.004,0.141],[0,0.129],[0.005,0.089],[0.008,0.09],[0.029,0.184],[0.014,0.007],[0.423,-0.051],[0.045,0.012],[0.169,-0.01],[0.035,-0.005],[0.005,0.071],[-0.012,0.087],[-0.005,0.175],[-0.052,0.084],[-0.381,0.004],[0.024,0.012],[-0.343,0.033],[0,0.066],[0,0.085],[-0.011,0.091],[-0.009,0.197],[0.009,0.172],[-0.009,0.297],[0.131,0.809],[0.034,0.16],[-0.17,0.014],[-0.111,-0.009],[-0.141,0.037],[-0.003,-0.083]],"v":[[-1.762,5.552],[-1.855,4.712],[-1.872,4.258],[-1.904,3.768],[-1.943,3.259],[-1.982,2.751],[-2.051,1.962],[-2.109,1.165],[-2.144,0.896],[-2.172,0.628],[-2.217,0.42],[-2.433,0.445],[-2.842,0.352],[-2.878,-0.198],[-2.962,-0.663],[-2.864,-0.925],[-2.592,-0.949],[-2.312,-0.973],[-2.158,-1.055],[-2.15,-1.256],[-2.146,-1.528],[-2.158,-1.821],[-2.178,-1.982],[-2.2,-2.152],[-2.264,-2.646],[-2.292,-3.146],[-2.215,-4.135],[-2.042,-4.642],[-1.777,-5.066],[-1.043,-5.637],[-0.613,-5.81],[-0.077,-5.912],[1.229,-5.948],[2.21,-5.778],[2.467,-5.686],[2.725,-5.594],[2.971,-5.507],[2.965,-5.163],[2.887,-4.702],[2.859,-4.29],[2.626,-4.184],[2.404,-4.261],[2.182,-4.346],[1.808,-4.462],[1.434,-4.572],[0.982,-4.656],[0.346,-4.656],[-0.133,-4.536],[-0.577,-4.226],[-0.959,-3.64],[-1.051,-3.167],[-1.036,-2.688],[-1.029,-2.282],[-1.008,-1.87],[-0.991,-1.602],[-0.959,-1.334],[-0.895,-1.048],[-0.599,-1.073],[0.104,-1.133],[0.82,-1.163],[1.127,-1.185],[1.201,-0.96],[1.191,-0.723],[1.173,-0.424],[1.088,-0.035],[0.706,0.092],[0.171,0.117],[-0.352,0.176],[-0.867,0.324],[-0.846,0.932],[-0.864,1.196],[-0.881,1.46],[-0.881,2.014],[-0.867,2.525],[-0.683,4.183],[-0.423,5.622],[-0.683,5.884],[-1.103,5.89],[-1.502,5.933],[-1.717,5.867]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[115.89,82.177],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 22","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.08,0.113],[0.033,0.098],[-0.057,0.169],[-0.131,0.118],[-0.113,0.051],[-0.132,0.028],[-0.15,-0.07],[-0.063,-0.134],[-0.019,-0.094],[0.019,-0.118],[0.054,-0.066],[0.09,-0.076],[0.301,0.118]],"o":[[-0.084,-0.104],[-0.066,-0.175],[0.037,-0.127],[0.066,-0.061],[0.085,-0.033],[0.193,-0.033],[0.09,0.047],[0.064,0.134],[0.023,0.113],[-0.037,0.145],[-0.055,0.066],[-0.244,0.216],[-0.16,-0.052]],"v":[[-0.354,-2.862],[-0.53,-3.165],[-0.544,-3.68],[-0.291,-4.047],[-0.022,-4.215],[0.303,-4.308],[0.818,-4.252],[1.046,-3.98],[1.171,-3.637],[1.178,-3.292],[1.04,-2.975],[0.824,-2.762],[0.007,-2.615]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[0.014,-0.183],[0.03,-0.114],[0.028,-0.127],[0.017,-0.118],[0.013,-0.113],[0.009,-0.056],[0.005,-0.047],[0.017,-0.131],[0.004,-0.145],[0.019,-0.272],[-0.002,-0.064],[0,-0.062],[0,-0.089],[0,-0.089],[0.005,-0.071],[-0.014,-0.075],[0.009,0.024],[0.046,-0.014],[-0.003,0.031],[0.084,0.042],[0.188,-0.005],[0.007,0.012],[-0.014,0.197],[-0.023,0.099],[-0.01,0.292],[-0.008,0.167],[-0.005,0.17],[-0.028,0.176],[-0.023,0.183],[-0.015,0.155],[-0.015,0.155],[-0.007,0.105],[-0.014,0.108],[-0.032,0.004],[-0.066,0.005],[-0.071,0],[-0.047,0]],"o":[[-0.014,0.132],[-0.031,0.112],[-0.029,0.118],[-0.016,0.118],[-0.01,0.051],[-0.01,0.056],[-0.019,0.15],[-0.016,0.132],[-0.005,0.137],[-0.004,0.066],[0.002,0.063],[-0.009,0.169],[0.01,0.17],[0.005,0.076],[0,0.127],[0.034,0.099],[0.019,0.09],[-0.127,0.047],[0.002,-0.03],[-0.174,-0.071],[-0.174,0.01],[-0.007,-0.011],[0.009,-0.132],[0.043,-0.221],[0,-0.165],[0.006,-0.167],[0.004,-0.183],[0.029,-0.177],[0.014,-0.151],[0.013,-0.155],[0.009,-0.104],[0.007,-0.106],[0.005,-0.085],[0.156,-0.019],[0.151,-0.009],[0.183,0.013],[0.047,0]],"v":[[0.359,-0.859],[0.292,-0.491],[0.204,-0.132],[0.137,0.221],[0.092,0.567],[0.064,0.729],[0.042,0.884],[-0.012,1.307],[-0.043,1.723],[-0.079,2.337],[-0.082,2.532],[-0.079,2.719],[-0.093,3.106],[-0.079,3.494],[-0.079,3.713],[-0.058,4.016],[-0.022,4.13],[-0.064,4.285],[-0.251,4.309],[-0.375,4.2],[-0.918,4.101],[-1.19,4.097],[-1.179,3.785],[-1.13,3.438],[-1.052,2.669],[-1.041,2.173],[-1.024,1.667],[-0.975,1.128],[-0.897,0.588],[-0.854,0.13],[-0.812,-0.336],[-0.788,-0.65],[-0.756,-0.971],[-0.7,-1.105],[-0.368,-1.141],[-0.036,-1.154],[0.309,-1.133]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[110.845,83.056],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 23","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.014,0.131],[-0.014,0.278],[-0.009,0.134],[-0.009,0.188],[0.005,0.386],[-0.004,0.268],[-0.005,0.263],[0.005,0.089],[0,0.093],[0.016,0.009],[0.132,-0.014],[-0.014,0.113],[0.01,0.255],[0.019,0.16],[-0.094,0.024],[-0.089,-0.014],[-0.099,0.014],[0.007,0.034],[-0.024,0.099],[0.005,0.148],[0,0.15],[-0.002,0.166],[-0.004,0.17],[0.004,0.306],[0,0.306],[-0.007,0.092],[-0.005,0.089],[-0.004,0.018],[-0.221,0.042],[-0.148,0.01],[-0.127,0.051],[-0.009,-0.169],[0.004,-0.104],[0.01,-0.263],[0.01,-0.268],[0.035,-0.235],[0,-0.156],[0.01,-0.129],[0,-0.141],[-0.005,-0.118],[-0.014,-0.009],[-0.189,0.01],[-0.045,-0.002],[-0.438,-0.005],[-0.036,-0.015],[0,-0.156],[0.021,-0.085],[0.014,-0.113],[0.061,-0.08],[0.202,0.014],[0.156,-0.003],[0.235,0],[0.003,-0.064],[0.019,-0.339],[0.028,-0.216],[0.01,-0.263],[-0.049,-0.809],[-0.029,-0.155],[0.207,0],[0.11,0.021],[0.155,-0.028],[-0.004,0.082]],"o":[[-0.038,-0.296],[0.005,-0.164],[0.01,-0.134],[0.01,-0.296],[-0.004,-0.259],[0.005,-0.268],[0,-0.09],[-0.004,-0.09],[0,-0.132],[-0.017,-0.01],[-0.277,0.028],[0.015,-0.113],[-0.009,-0.154],[-0.014,-0.141],[0.094,-0.014],[0.09,0.014],[0.113,-0.014],[-0.007,-0.032],[0.028,-0.15],[-0.005,-0.148],[-0.009,-0.164],[0.003,-0.167],[0,-0.301],[-0.005,-0.306],[0,-0.094],[0.007,-0.091],[0,-0.156],[0.005,-0.019],[0.155,-0.028],[0.148,-0.009],[0.104,-0.042],[0,0.221],[-0.014,0.268],[-0.009,0.263],[-0.009,0.154],[-0.035,0.235],[-0.004,0.141],[-0.009,0.13],[-0.009,0.244],[0.009,0.184],[0.014,0.01],[0.423,-0.014],[0.044,0.002],[0.169,0.005],[0.035,0.014],[0,0.07],[-0.021,0.085],[-0.014,0.174],[-0.061,0.08],[-0.155,-0.014],[-0.155,0.002],[-0.353,0.005],[-0.002,0.063],[-0.009,0.112],[-0.061,0.471],[-0.009,0.306],[0.049,0.809],[0.018,0.16],[-0.169,0],[-0.111,-0.022],[-0.146,0.028],[0.005,-0.082]],"v":[[-1.425,5.601],[-1.46,4.74],[-1.439,4.292],[-1.411,3.809],[-1.404,2.787],[-1.404,1.997],[-1.389,1.2],[-1.397,0.932],[-1.404,0.657],[-1.428,0.445],[-1.652,0.451],[-2.046,0.325],[-2.04,-0.226],[-2.081,-0.699],[-1.962,-0.946],[-1.686,-0.946],[-1.404,-0.946],[-1.245,-1.016],[-1.221,-1.213],[-1.186,-1.661],[-1.193,-2.11],[-1.204,-2.606],[-1.193,-3.111],[-1.199,-4.021],[-1.206,-4.938],[-1.197,-5.218],[-1.178,-5.489],[-1.171,-5.749],[-0.833,-5.842],[-0.378,-5.899],[0.035,-5.989],[0.205,-5.799],[0.198,-5.312],[0.162,-4.515],[0.134,-3.718],[0.067,-3.132],[0.014,-2.546],[-0.007,-2.141],[-0.021,-1.735],[-0.029,-1.192],[0.007,-0.903],[0.311,-0.903],[1.013,-0.92],[1.736,-0.911],[2.043,-0.881],[2.096,-0.627],[2.064,-0.395],[2.011,-0.098],[1.898,0.283],[1.503,0.381],[1.037,0.364],[0.452,0.367],[-0.081,0.469],[-0.113,1.072],[-0.169,1.566],[-0.275,2.666],[-0.215,4.339],[-0.098,5.785],[-0.382,6.024],[-0.8,5.994],[-1.199,6.003],[-1.411,5.923]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[106.624,82.882],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 24","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.099,0.038],[0.064,0.016],[0.113,0.028],[-0.003,0.038],[-0.033,0.081],[0.029,0.117],[0.068,0.078],[0.061,0.085],[0.174,0.192],[0.16,0.212],[0.078,0.111],[0.056,0.07],[0.101,0.119],[0.09,0.141],[0.138,0.179],[0.155,0.226],[0.078,0.113],[0.056,0.093],[0.137,0.175],[-0.009,-0.136],[0.005,-0.042],[0.026,-0.169],[0.024,-0.188],[0.017,-0.122],[0.024,-0.216],[0.035,-0.303],[0.048,-0.381],[0.012,-0.091],[-0.014,-0.122],[-0.038,-0.108],[0.052,0.023],[0.134,0.027],[0.019,0.005],[0.064,0.005],[0.057,0.009],[0.061,0],[0.062,0.015],[-0.01,0.145],[-0.024,0.113],[-0.021,0.115],[-0.028,0.164],[-0.04,0.252],[-0.029,0.17],[-0.009,0.087],[-0.023,0.127],[-0.024,0.153],[-0.028,0.197],[-0.012,0.156],[-0.023,0.156],[-0.034,0.48],[-0.016,0.101],[-0.014,0.098],[-0.178,0],[-0.382,-0.034],[-0.044,-0.007],[0.057,-0.117],[0.028,-0.08],[0.042,-0.094],[-0.058,-0.04],[-0.071,-0.099],[-0.131,-0.176],[-0.142,-0.174],[-0.105,-0.138],[-0.113,-0.127],[-0.103,-0.145],[-0.098,-0.136],[-0.078,-0.096],[-0.071,-0.09],[-0.131,-0.135],[-0.103,-0.136],[-0.072,-0.07],[-0.056,-0.094],[-0.026,-0.045],[-0.07,0.122],[-0.047,0.119],[-0.015,0.047],[-0.096,0.262],[-0.085,0.268],[-0.068,0.216],[-0.07,0.212],[-0.088,0.226],[-0.071,0.245],[-0.104,0.452],[-0.014,0.037],[-0.113,-0.005],[-0.268,-0.08],[-0.042,-0.023],[0.016,-0.035],[0.028,-0.052],[0.118,-0.296],[0.094,-0.284],[0.023,-0.08],[0.078,-0.231],[0.076,-0.226],[0.085,-0.256],[0.071,-0.254],[0.043,-0.144],[0.052,-0.146],[0.078,-0.174],[-0.005,-0.155],[-0.075,-0.059],[-0.066,-0.07],[0,-0.016],[0.113,-0.075],[0.047,-0.129],[0.113,-0.037],[-0.023,-0.048],[0.061,-0.033],[0.068,0.036]],"o":[[-0.108,-0.033],[-0.063,-0.017],[-0.123,-0.028],[0.002,-0.038],[0.089,-0.225],[-0.028,-0.099],[-0.069,-0.077],[-0.057,-0.071],[-0.085,-0.09],[-0.07,-0.085],[-0.078,-0.11],[-0.103,-0.123],[-0.101,-0.12],[-0.155,-0.235],[-0.139,-0.179],[-0.071,-0.089],[-0.077,-0.113],[-0.117,-0.189],[-0.08,-0.084],[0.01,0.221],[-0.018,0.193],[-0.025,0.169],[-0.028,0.164],[-0.016,0.122],[-0.051,0.386],[-0.035,0.303],[-0.014,0.099],[-0.012,0.092],[0.005,0.052],[0.014,0.075],[-0.07,-0.019],[-0.134,-0.029],[-0.066,-0.01],[-0.063,-0.005],[-0.061,-0.005],[-0.061,0],[-0.089,-0.014],[0.004,-0.114],[0.028,-0.146],[0.021,-0.115],[0.028,-0.179],[0.04,-0.252],[0.023,-0.164],[0.009,-0.087],[0.019,-0.132],[0.023,-0.152],[0.024,-0.155],[0.012,-0.155],[0.071,-0.583],[0.004,-0.098],[0.016,-0.101],[0.014,-0.132],[0.245,0],[0.14,0.014],[0.045,0.007],[-0.046,0.099],[-0.029,0.08],[-0.047,0.099],[0.059,0.04],[0.127,0.183],[0.132,0.176],[0.103,0.136],[0.106,0.139],[0.103,0.132],[0.104,0.146],[0.066,0.099],[0.077,0.097],[0.103,0.132],[0.132,0.133],[0.057,0.085],[0.073,0.071],[0.047,0.099],[0.025,0.045],[0.014,-0.024],[0.047,-0.12],[0.084,-0.268],[0.097,-0.26],[0.061,-0.212],[0.068,-0.217],[0.075,-0.24],[0.087,-0.225],[0.07,-0.287],[0.019,-0.099],[0.01,-0.057],[0.084,0.01],[0.268,0.08],[0.094,0.061],[-0.017,0.035],[-0.085,0.169],[-0.018,0.052],[-0.094,0.285],[-0.071,0.231],[-0.077,0.23],[-0.089,0.258],[-0.085,0.256],[-0.042,0.155],[-0.042,0.143],[-0.056,0.146],[-0.078,0.174],[0,0.113],[0.076,0.059],[0.08,0.1],[0,0.017],[-0.113,0.08],[-0.047,0.129],[-0.108,0.033],[0.024,0.046],[-0.113,0.071],[-0.068,-0.035]],"v":[[1.6,4.226],[1.342,4.153],[1.078,4.085],[0.898,3.986],[0.951,3.809],[1.042,3.295],[0.898,3.031],[0.704,2.787],[0.358,2.393],[-0.009,1.941],[-0.231,1.648],[-0.432,1.377],[-0.739,1.014],[-1.025,0.622],[-1.465,0.001],[-1.906,-0.606],[-2.129,-0.91],[-2.33,-1.219],[-2.711,-1.764],[-2.817,-1.686],[-2.81,-1.291],[-2.877,-0.748],[-2.951,-0.21],[-3.018,0.219],[-3.078,0.726],[-3.208,1.761],[-3.332,2.787],[-3.37,3.072],[-3.367,3.394],[-3.303,3.633],[-3.36,3.712],[-3.667,3.641],[-3.896,3.592],[-4.09,3.571],[-4.27,3.55],[-4.453,3.541],[-4.637,3.52],[-4.756,3.282],[-4.714,2.942],[-4.64,2.55],[-4.566,2.132],[-4.464,1.485],[-4.361,0.854],[-4.312,0.476],[-4.263,0.156],[-4.199,-0.271],[-4.122,-0.796],[-4.069,-1.262],[-4.016,-1.729],[-3.86,-3.322],[-3.829,-3.623],[-3.783,-3.921],[-3.494,-4.119],[-2.555,-4.07],[-2.277,-4.038],[-2.295,-3.851],[-2.407,-3.584],[-2.513,-3.322],[-2.496,-3.114],[-2.301,-2.906],[-1.914,-2.367],[-1.504,-1.84],[-1.191,-1.429],[-0.862,-1.029],[-0.552,-0.614],[-0.249,-0.191],[-0.033,0.102],[0.189,0.382],[0.541,0.781],[0.894,1.186],[1.088,1.419],[1.282,1.666],[1.392,1.881],[1.536,1.765],[1.628,1.55],[1.72,1.299],[1.991,0.505],[2.263,-0.288],[2.457,-0.93],[2.665,-1.572],[2.909,-2.271],[3.145,-2.976],[3.406,-4.084],[3.455,-4.288],[3.639,-4.367],[4.168,-4.232],[4.633,-4.077],[4.75,-3.933],[4.683,-3.801],[4.379,-3.104],[4.21,-2.6],[4.034,-2.053],[3.811,-1.36],[3.582,-0.676],[3.321,0.096],[3.088,0.861],[2.961,1.309],[2.82,1.744],[2.619,2.222],[2.51,2.717],[2.622,2.975],[2.834,3.167],[2.954,3.34],[2.785,3.479],[2.545,3.792],[2.305,4.042],[2.178,4.163],[2.122,4.283],[1.85,4.335]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[91.444,83.234],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 25","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0.128],[-0.024,0.022],[-0.189,0.005],[-0.139,-0.021],[-0.201,0.037],[-0.006,-0.093],[-0.006,-0.145],[-0.009,-0.045],[-0.006,-0.129],[0,-0.21],[-0.003,-0.172],[-0.017,-0.166],[-0.012,-0.172],[-0.024,-0.161],[-0.027,-0.341],[-0.017,-0.317],[-0.018,-0.212],[0,-0.204],[-0.018,-0.137],[-0.012,-0.145],[-0.012,-0.032],[-0.009,-0.051],[0.165,0],[0.148,-0.037],[0.071,-0.016],[0.044,0.003],[0.006,0.145],[-0.012,0.049],[0.006,0.097],[0.059,-0.026],[0.267,-0.048],[0.168,-0.032],[0.195,0],[0.192,0.027],[0.212,0.043],[0.385,0.139],[0.261,0.172],[0.154,0.28],[0.054,0.18],[0.036,0.284],[0.012,0.301],[0,0.161],[0,0],[0.005,0.169],[0,0.172],[0,0],[0,0],[-0.042,0.021],[-0.151,0.011],[-0.148,0.016],[-0.083,-0.005],[0.005,-0.188],[0.023,-0.064],[0.006,-0.147],[0,-0.15],[0,0],[0,0],[0.011,-0.153],[-0.019,-0.15],[-0.032,-0.167],[-0.053,-0.091],[-0.184,-0.145],[-0.077,-0.053],[-0.136,-0.086],[-0.198,-0.059],[-0.178,-0.037],[-0.266,0.049],[-0.13,0.027],[-0.136,0.048],[-0.053,0.025],[-0.076,0.011],[0.012,0.129],[0.006,0.164],[0.007,0.145],[0.018,0.148],[0.006,0.145],[0.023,0.196],[0,0.188],[0.012,0.102],[0,0.107],[0.009,0.08],[0,0.08],[0.003,0.081],[0.006,0.081],[0.016,0.091],[0.012,0.097],[0.024,0.126]],"o":[[0,-0.134],[0.024,-0.021],[0.207,0],[0.139,0.022],[0.178,-0.027],[0.006,0.095],[0,0.172],[0.009,0.046],[0.012,0.161],[0,0.172],[0.003,0.172],[0.012,0.162],[0.011,0.172],[0.041,0.317],[0.027,0.341],[0.018,0.209],[0.018,0.212],[0,0.145],[0.018,0.137],[0.012,0.204],[0.03,0.172],[0.009,0.051],[-0.208,0.01],[-0.13,0.033],[-0.16,0.032],[-0.045,-0.003],[-0.006,-0.07],[0.012,-0.048],[-0.018,-0.167],[-0.059,0.027],[-0.189,0.038],[-0.169,0.032],[-0.225,0.011],[-0.192,-0.027],[-0.326,-0.064],[-0.385,-0.129],[-0.497,-0.317],[-0.142,-0.225],[-0.053,-0.18],[-0.065,-0.414],[-0.03,-0.419],[0,0],[0,-0.166],[-0.006,-0.17],[0,0],[0,0],[0,-0.204],[0.095,-0.032],[0.151,-0.01],[0.154,-0.021],[0.272,0.021],[0,0.038],[-0.053,0.156],[-0.006,0.148],[0,0],[0,0],[0,0.155],[-0.012,0.153],[0,0.113],[0.033,0.166],[0.166,0.296],[0.124,0.096],[0.077,0.054],[0.148,0.097],[0.198,0.059],[0.355,0.075],[0.136,-0.027],[0.131,-0.027],[0.089,-0.032],[0.053,-0.023],[0.137,-0.011],[-0.006,-0.118],[-0.006,-0.164],[-0.011,-0.14],[-0.018,-0.148],[-0.018,-0.199],[-0.024,-0.196],[-0.006,-0.102],[-0.012,-0.102],[-0.006,-0.08],[-0.009,-0.081],[-0.012,-0.081],[-0.003,-0.08],[-0.017,-0.091],[-0.014,-0.092],[-0.024,-0.124],[-0.024,-0.126]],"v":[[1.711,-4.049],[1.747,-4.283],[2.066,-4.323],[2.586,-4.291],[3.096,-4.315],[3.372,-4.215],[3.389,-3.856],[3.403,-3.53],[3.425,-3.268],[3.442,-2.712],[3.447,-2.197],[3.478,-1.69],[3.514,-1.19],[3.567,-0.691],[3.669,0.296],[3.735,1.283],[3.789,1.915],[3.815,2.539],[3.842,2.962],[3.887,3.385],[3.922,3.739],[3.98,4.073],[3.745,4.15],[3.212,4.222],[2.91,4.295],[2.604,4.339],[2.528,4.118],[2.537,3.94],[2.546,3.723],[2.43,3.513],[1.942,3.626],[1.405,3.731],[0.859,3.779],[0.233,3.755],[-0.375,3.65],[-1.441,3.345],[-2.409,2.893],[-3.386,1.999],[-3.679,1.391],[-3.812,0.695],[-3.927,-0.377],[-3.972,-1.246],[-3.972,-1.657],[-3.98,-2.16],[-3.989,-2.672],[-3.989,-2.958],[-3.989,-3.244],[-3.927,-3.582],[-3.559,-3.647],[-3.11,-3.687],[-2.755,-3.711],[-2.355,-3.397],[-2.391,-3.244],[-2.48,-2.789],[-2.489,-2.342],[-2.489,-1.629],[-2.489,-0.924],[-2.506,-0.461],[-2.497,-0.006],[-2.449,0.413],[-2.32,0.799],[-1.796,1.46],[-1.494,1.685],[-1.175,1.895],[-0.655,2.128],[-0.091,2.273],[0.841,2.313],[1.24,2.233],[1.64,2.12],[1.853,2.035],[2.048,1.983],[2.235,1.774],[2.217,1.351],[2.199,0.888],[2.155,0.457],[2.12,0.018],[2.058,-0.574],[2.022,-1.15],[1.995,-1.456],[1.978,-1.77],[1.955,-2.011],[1.942,-2.253],[1.92,-2.495],[1.906,-2.737],[1.857,-3.01],[1.818,-3.292],[1.747,-3.667]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[158.407,59.773],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 26","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.083,0.129],[0.113,0.166],[0.077,0.139],[0.34,0.714],[0.391,0.692],[0.062,0.102],[0.083,0.129],[0.089,0.161],[-0.012,0.04],[-0.165,0.091],[-0.166,0.097],[-0.047,0.04],[-0.053,0.037],[-0.023,-0.059],[-0.106,-0.188],[-0.142,-0.266],[-0.142,-0.263],[-0.266,-0.526],[-0.278,-0.516],[-0.118,-0.199],[-0.106,-0.198],[-0.044,-0.07],[-0.065,-0.135],[-0.036,0.081],[-0.082,0.196],[-0.089,0.199],[-0.033,0.1],[-0.054,0.102],[-0.062,0.129],[-0.048,0.161],[-0.071,0.255],[-0.083,0.253],[-0.059,0.209],[-0.077,0.242],[-0.039,0.057],[-0.231,-0.032],[-0.157,-0.067],[-0.178,-0.049],[0.041,-0.074],[0.012,-0.048],[0.048,-0.086],[0.069,-0.145],[0.089,-0.177],[0.272,-0.832],[0.32,-0.811],[0.213,-0.509],[0.166,-0.36],[0.086,-0.196],[0.088,-0.177],[0.149,-0.411],[0.124,-0.413],[0.054,-0.231],[0.035,-0.107],[0.107,0.038],[0.19,0.064],[0.083,0.043],[0.195,0.043],[-0.039,0.081],[-0.035,0.144],[-0.06,0.156],[-0.059,0.15],[-0.077,0.137],[-0.083,0.204],[-0.074,0.182],[-0.071,0.177],[-0.127,0.277],[-0.113,0.273],[-0.104,0.191],[-0.035,0.194],[0.032,0.043],[0.036,0.065],[0.089,0.124]],"o":[[-0.101,-0.145],[-0.112,-0.166],[-0.396,-0.693],[-0.341,-0.714],[-0.107,-0.178],[-0.062,-0.102],[-0.107,-0.161],[-0.083,-0.161],[0.012,-0.04],[0.083,-0.043],[0.054,-0.026],[0.048,-0.041],[0.172,-0.108],[0.024,0.06],[0.148,0.263],[0.143,0.266],[0.284,0.521],[0.267,0.526],[0.107,0.203],[0.118,0.199],[0.071,0.14],[0.045,0.07],[0.065,0.112],[0.071,-0.198],[0.083,-0.196],[0.053,-0.112],[0.032,-0.099],[0.071,-0.15],[0.063,-0.129],[0.071,-0.247],[0.071,-0.255],[0.07,-0.226],[0.059,-0.21],[0.053,-0.193],[0.038,-0.056],[0.189,0.027],[0.157,0.067],[0.089,0.032],[-0.059,0.102],[-0.011,0.048],[-0.088,0.172],[-0.068,0.145],[-0.373,0.8],[-0.272,0.832],[-0.142,0.349],[-0.214,0.511],[-0.094,0.203],[-0.086,0.196],[-0.089,0.172],[-0.148,0.411],[-0.089,0.306],[-0.053,0.231],[-0.072,0.172],[-0.012,-0.005],[-0.195,-0.065],[-0.083,-0.043],[-0.178,-0.038],[0.038,-0.08],[0.041,-0.162],[0.059,-0.156],[0.066,-0.183],[0.076,-0.137],[0.071,-0.182],[0.074,-0.183],[0.107,-0.29],[0.128,-0.276],[0.065,-0.156],[0.103,-0.19],[0.012,-0.086],[-0.033,-0.043],[-0.071,-0.129],[-0.088,-0.123]],"v":[[-0.68,-0.195],[-1.001,-0.661],[-1.285,-1.121],[-2.39,-3.23],[-3.487,-5.341],[-3.74,-5.759],[-3.956,-6.107],[-4.249,-6.59],[-4.357,-6.892],[-4.09,-7.089],[-3.717,-7.298],[-3.566,-7.398],[-3.415,-7.516],[-3.122,-7.589],[-2.928,-7.217],[-2.493,-6.424],[-2.066,-5.632],[-1.241,-4.061],[-0.424,-2.497],[-0.086,-1.893],[0.251,-1.298],[0.424,-0.983],[0.589,-0.677],[0.74,-0.63],[0.97,-1.221],[1.229,-1.814],[1.357,-2.132],[1.486,-2.434],[1.686,-2.853],[1.85,-3.288],[2.063,-4.04],[2.294,-4.802],[2.49,-5.453],[2.693,-6.13],[2.831,-6.505],[3.235,-6.542],[3.755,-6.401],[4.257,-6.227],[4.327,-6.066],[4.22,-5.841],[4.132,-5.638],[3.896,-5.164],[3.661,-4.681],[2.693,-2.233],[1.805,0.232],[1.273,1.521],[0.704,2.827],[0.434,3.426],[0.173,3.986],[-0.184,4.859],[-0.592,6.095],[-0.805,6.901],[-0.938,7.409],[-1.204,7.609],[-1.507,7.505],[-1.924,7.344],[-2.34,7.215],[-2.549,7.038],[-2.439,6.701],[-2.288,6.224],[-2.111,5.766],[-1.896,5.286],[-1.658,4.775],[-1.439,4.228],[-1.223,3.688],[-0.872,2.837],[-0.512,2.012],[-0.258,1.492],[-0.051,0.917],[-0.081,0.724],[-0.184,0.562],[-0.424,0.184]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[139.721,62.684],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 27","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.125,0.043],[0.08,0.019],[0.142,0.032],[-0.003,0.043],[-0.041,0.092],[0.035,0.134],[0.086,0.088],[0.076,0.097],[0.218,0.22],[0.201,0.242],[0.097,0.126],[0.071,0.081],[0.127,0.137],[0.113,0.161],[0.175,0.204],[0.196,0.258],[0.097,0.129],[0.071,0.108],[0.172,0.198],[-0.012,-0.155],[0.006,-0.049],[0.033,-0.194],[0.03,-0.215],[0.021,-0.139],[0.03,-0.247],[0.044,-0.347],[0.06,-0.435],[0.014,-0.105],[-0.018,-0.139],[-0.047,-0.123],[0.065,0.026],[0.169,0.032],[0.024,0.005],[0.08,0.005],[0.071,0.01],[0.076,0],[0.077,0.016],[-0.012,0.167],[-0.03,0.129],[-0.026,0.132],[-0.036,0.188],[-0.051,0.287],[-0.036,0.193],[-0.012,0.099],[-0.03,0.145],[-0.029,0.175],[-0.035,0.226],[-0.015,0.177],[-0.029,0.177],[-0.041,0.548],[-0.02,0.115],[-0.017,0.113],[-0.225,0],[-0.48,-0.037],[-0.056,-0.007],[0.071,-0.134],[0.035,-0.091],[0.053,-0.108],[-0.074,-0.046],[-0.089,-0.112],[-0.165,-0.201],[-0.177,-0.198],[-0.133,-0.158],[-0.142,-0.146],[-0.13,-0.167],[-0.125,-0.156],[-0.098,-0.11],[-0.088,-0.102],[-0.166,-0.152],[-0.13,-0.155],[-0.091,-0.08],[-0.071,-0.107],[-0.032,-0.051],[-0.088,0.14],[-0.059,0.137],[-0.018,0.054],[-0.121,0.298],[-0.106,0.306],[-0.086,0.247],[-0.089,0.242],[-0.109,0.258],[-0.089,0.279],[-0.13,0.516],[-0.017,0.042],[-0.142,-0.005],[-0.337,-0.091],[-0.053,-0.027],[0.02,-0.04],[0.036,-0.059],[0.147,-0.339],[0.118,-0.325],[0.03,-0.092],[0.097,-0.263],[0.095,-0.257],[0.106,-0.292],[0.088,-0.29],[0.053,-0.163],[0.066,-0.166],[0.098,-0.198],[-0.006,-0.177],[-0.095,-0.067],[-0.083,-0.081],[0,-0.019],[0.142,-0.086],[0.059,-0.147],[0.142,-0.043],[-0.03,-0.053],[0.077,-0.037],[0.086,0.04]],"o":[[-0.136,-0.038],[-0.08,-0.019],[-0.154,-0.032],[0.003,-0.043],[0.113,-0.257],[-0.036,-0.113],[-0.086,-0.089],[-0.072,-0.081],[-0.107,-0.102],[-0.089,-0.097],[-0.098,-0.126],[-0.131,-0.14],[-0.128,-0.137],[-0.195,-0.268],[-0.175,-0.204],[-0.088,-0.102],[-0.098,-0.128],[-0.148,-0.215],[-0.101,-0.097],[0.012,0.253],[-0.024,0.22],[-0.033,0.193],[-0.036,0.188],[-0.02,0.14],[-0.065,0.44],[-0.045,0.346],[-0.017,0.113],[-0.015,0.105],[0.006,0.059],[0.018,0.086],[-0.089,-0.021],[-0.169,-0.033],[-0.083,-0.011],[-0.08,-0.005],[-0.077,-0.006],[-0.077,0],[-0.112,-0.016],[0.006,-0.128],[0.036,-0.166],[0.027,-0.131],[0.035,-0.204],[0.05,-0.288],[0.03,-0.188],[0.012,-0.099],[0.023,-0.151],[0.03,-0.174],[0.03,-0.177],[0.014,-0.177],[0.089,-0.665],[0.006,-0.113],[0.021,-0.116],[0.018,-0.15],[0.308,0],[0.177,0.016],[0.056,0.009],[-0.059,0.113],[-0.036,0.091],[-0.06,0.113],[0.074,0.045],[0.16,0.209],[0.166,0.202],[0.131,0.156],[0.134,0.159],[0.131,0.15],[0.13,0.166],[0.083,0.113],[0.097,0.11],[0.13,0.151],[0.166,0.153],[0.071,0.097],[0.092,0.081],[0.059,0.113],[0.033,0.051],[0.018,-0.027],[0.059,-0.137],[0.107,-0.305],[0.121,-0.298],[0.077,-0.241],[0.086,-0.247],[0.095,-0.274],[0.11,-0.258],[0.089,-0.328],[0.024,-0.113],[0.012,-0.065],[0.107,0.011],[0.338,0.091],[0.119,0.07],[-0.021,0.041],[-0.106,0.194],[-0.024,0.059],[-0.119,0.324],[-0.088,0.263],[-0.098,0.263],[-0.112,0.296],[-0.107,0.293],[-0.054,0.177],[-0.053,0.164],[-0.071,0.166],[-0.097,0.199],[0,0.129],[0.094,0.067],[0.101,0.112],[0,0.019],[-0.142,0.091],[-0.059,0.148],[-0.136,0.037],[0.029,0.054],[-0.142,0.081],[-0.086,-0.041]],"v":[[2.014,4.825],[1.689,4.74],[1.357,4.664],[1.131,4.551],[1.197,4.349],[1.312,3.762],[1.131,3.46],[0.887,3.182],[0.452,2.731],[-0.01,2.215],[-0.29,1.881],[-0.544,1.571],[-0.93,1.156],[-1.29,0.709],[-1.844,0],[-2.4,-0.692],[-2.678,-1.039],[-2.933,-1.393],[-3.411,-2.013],[-3.545,-1.925],[-3.536,-1.473],[-3.62,-0.853],[-3.714,-0.241],[-3.799,0.25],[-3.874,0.83],[-4.038,2.01],[-4.193,3.182],[-4.242,3.508],[-4.238,3.874],[-4.158,4.148],[-4.229,4.237],[-4.615,4.157],[-4.904,4.1],[-5.148,4.076],[-5.374,4.052],[-5.605,4.044],[-5.836,4.019],[-5.986,3.745],[-5.934,3.359],[-5.84,2.912],[-5.747,2.433],[-5.618,1.696],[-5.49,0.975],[-5.428,0.544],[-5.365,0.178],[-5.286,-0.31],[-5.188,-0.91],[-5.12,-1.441],[-5.055,-1.973],[-4.859,-3.793],[-4.82,-4.135],[-4.762,-4.478],[-4.398,-4.703],[-3.215,-4.647],[-2.866,-4.611],[-2.887,-4.397],[-3.03,-4.091],[-3.163,-3.793],[-3.141,-3.555],[-2.896,-3.318],[-2.408,-2.702],[-1.894,-2.102],[-1.499,-1.631],[-1.086,-1.175],[-0.695,-0.7],[-0.312,-0.217],[-0.042,0.117],[0.238,0.435],[0.682,0.89],[1.126,1.353],[1.369,1.619],[1.615,1.901],[1.752,2.147],[1.934,2.014],[2.049,1.768],[2.165,1.482],[2.507,0.576],[2.849,-0.33],[3.092,-1.063],[3.355,-1.796],[3.661,-2.593],[3.959,-3.398],[4.286,-4.663],[4.349,-4.896],[4.579,-4.985],[5.245,-4.832],[5.831,-4.655],[5.979,-4.49],[5.894,-4.341],[5.512,-3.543],[5.299,-2.967],[5.077,-2.343],[4.798,-1.554],[4.508,-0.773],[4.181,0.109],[3.887,0.983],[3.728,1.494],[3.549,1.99],[3.297,2.537],[3.16,3.101],[3.301,3.395],[3.568,3.617],[3.719,3.814],[3.506,3.971],[3.204,4.329],[2.902,4.616],[2.743,4.752],[2.671,4.889],[2.329,4.95]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[114.436,58.406],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 28","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.036,0.139],[0.012,0.153],[0.018,0.156],[-0.003,0.147],[0.012,0.204],[0.029,0.257],[0.023,0.287],[0.017,0.279],[0.014,0.097],[0.005,0.096],[0.021,0.008],[0.154,-0.027],[-0.005,0.12],[0.035,0.274],[0.048,0.242],[-0.107,0.033],[-0.106,-0.003],[-0.113,0.016],[-0.012,0.188],[0.047,0.43],[0.024,0.36],[0.006,0.177],[0.012,0.177],[0.009,0.067],[0.177,0],[0,0.161],[0.002,0.118],[0.006,0.161],[-0.032,0.003],[-0.23,0.006],[-0.222,0.003],[-0.225,0.006],[-0.628,0.037],[-0.257,0.008],[-0.261,0.011],[-0.515,-0.005],[-0.023,-0.008],[0,-0.188],[0.024,-0.134],[-0.023,-0.112],[0.201,-0.021],[0.284,0],[0.145,0.005],[0.142,0],[0.243,0],[0,0],[0,0],[0.166,0.006],[0.167,-0.005],[0.148,0],[0,-0.075],[-0.009,-0.172],[0,-0.177],[0.005,-0.158],[-0.011,-0.15],[-0.003,-0.138],[-0.018,-0.155],[0,0],[-0.017,-0.096],[-0.018,-0.011],[-0.219,0.027],[-0.263,-0.003],[-0.266,0.005],[-0.231,0.002],[-0.242,0.01],[-0.21,0.011],[-0.213,0.017],[-0.21,0.013],[-0.213,0.016],[-0.041,0.002],[-0.018,-0.161],[0.018,-0.091],[0,-0.118],[0.361,0],[0.237,-0.006],[0.187,-0.008],[0.184,-0.005],[0.282,-0.009],[0.272,-0.01],[0.24,-0.013],[0.231,-0.016],[0,-0.07],[-0.018,-0.338],[0.015,-0.096],[0,-0.086],[-0.008,-0.193],[0,-0.182],[-0.032,-0.169],[-0.03,-0.14],[-0.003,-0.049],[-0.018,-0.064],[-0.012,-0.053],[-0.196,0.027],[-0.213,0.032],[-0.231,0.027],[-0.213,0.024],[-0.213,0.027],[-0.029,-0.038],[0.018,-0.193],[-0.106,-0.155],[0.18,0.003],[0.107,-0.005],[0.169,-0.013],[0.172,-0.043],[0.32,-0.053],[0.127,0],[-0.053,-0.178],[0.248,-0.021],[0.133,0.014],[0.183,-0.043],[0.003,0.089]],"o":[[-0.042,-0.145],[-0.012,-0.153],[-0.018,-0.177],[0.002,-0.148],[-0.035,-0.456],[-0.036,-0.279],[-0.024,-0.287],[-0.012,-0.096],[-0.015,-0.097],[-0.012,-0.14],[-0.021,-0.008],[-0.326,0.054],[0.006,-0.121],[-0.018,-0.091],[-0.029,-0.15],[0.106,-0.026],[0.107,0.003],[0.118,-0.011],[0.006,-0.21],[-0.047,-0.354],[-0.017,-0.177],[-0.006,-0.177],[-0.005,-0.156],[-0.009,-0.067],[-0.267,0.011],[-0.006,-0.162],[-0.003,-0.118],[-0.018,-0.188],[0.033,-0.002],[0.22,0],[0.222,-0.003],[0.474,-0.005],[0.255,-0.016],[0.258,-0.008],[0.515,-0.005],[0.213,0.006],[0.024,0.008],[0,0.145],[-0.023,0.134],[0.018,0.172],[-0.059,0.006],[-0.142,0.005],[-0.145,-0.006],[-0.119,-0.005],[0,0],[0,0],[-0.165,0.006],[-0.166,-0.005],[-0.124,0.011],[-0.148,0],[-0.023,0.178],[0.009,0.172],[0,0.156],[-0.006,0.159],[0,0.151],[0.003,0.136],[0,0],[0.005,0.096],[0.03,0.193],[0.018,0.011],[0.255,-0.032],[0.264,0.003],[0.255,0],[0.231,-0.003],[0.208,0],[0.211,-0.01],[0.207,-0.01],[0.21,-0.013],[0.201,-0.011],[0.041,-0.003],[0.006,0.081],[-0.017,0.091],[0,0.37],[-0.349,0],[-0.195,0.005],[-0.186,0.008],[-0.284,0.016],[-0.281,0.007],[-0.237,0.016],[-0.239,0.013],[-0.408,0.032],[0,0.07],[0,0.113],[-0.015,0.097],[-0.006,0.21],[0.009,0.194],[0,0.172],[0.033,0.17],[0.011,0.07],[0.003,0.048],[0.041,0.172],[0.012,0.054],[0.201,-0.021],[0.214,-0.032],[0.214,-0.016],[0.214,-0.024],[0.243,-0.021],[0.03,0.037],[-0.03,0.301],[0.089,0.151],[-0.181,-0.003],[-0.178,0.016],[-0.169,0.014],[-0.361,0.086],[-0.16,0.027],[-0.128,0],[0.042,0.166],[-0.196,0.016],[-0.133,-0.013],[-0.166,0.043],[-0.003,-0.089]],"v":[[-2.963,5.937],[-3.043,5.49],[-3.087,5.027],[-3.109,4.54],[-3.123,4.012],[-3.22,2.941],[-3.309,2.091],[-3.371,1.241],[-3.411,0.951],[-3.442,0.662],[-3.491,0.44],[-3.753,0.468],[-4.233,0.368],[-4.277,-0.225],[-4.375,-0.724],[-4.259,-0.998],[-3.94,-1.034],[-3.611,-1.054],[-3.416,-1.352],[-3.478,-2.311],[-3.585,-3.382],[-3.62,-3.913],[-3.647,-4.445],[-3.669,-4.779],[-3.948,-4.88],[-4.348,-5.105],[-4.361,-5.524],[-4.375,-5.943],[-4.353,-6.229],[-3.958,-6.241],[-3.296,-6.245],[-2.626,-6.257],[-0.974,-6.321],[-0.206,-6.358],[0.571,-6.386],[2.116,-6.386],[2.471,-6.366],[2.507,-6.072],[2.471,-5.653],[2.471,-5.283],[2.196,-4.993],[1.681,-4.984],[1.25,-4.984],[0.82,-4.993],[0.278,-5.001],[-0.095,-5.001],[-0.468,-5.001],[-0.965,-5.001],[-1.463,-5.001],[-1.871,-4.984],[-2.093,-4.872],[-2.115,-4.348],[-2.102,-3.825],[-2.11,-3.354],[-2.102,-2.891],[-2.097,-2.459],[-2.066,-2.021],[-2.048,-1.73],[-2.013,-1.441],[-1.942,-1.135],[-1.587,-1.159],[-0.81,-1.203],[-0.015,-1.207],[0.713,-1.211],[1.423,-1.231],[2.049,-1.248],[2.684,-1.288],[3.31,-1.324],[3.945,-1.368],[4.309,-1.388],[4.398,-1.151],[4.38,-0.893],[4.353,-0.579],[3.812,-0.023],[2.933,-0.015],[2.36,0.005],[1.805,0.025],[0.957,0.062],[0.127,0.089],[-0.588,0.134],[-1.294,0.178],[-1.906,0.331],[-1.88,0.943],[-1.902,1.257],[-1.924,1.531],[-1.92,2.135],[-1.906,2.699],[-1.858,3.21],[-1.764,3.674],[-1.742,3.851],[-1.711,4.02],[-1.631,4.358],[-1.32,4.398],[-0.699,4.318],[-0.033,4.229],[0.606,4.169],[1.246,4.092],[1.654,4.117],[1.672,4.463],[1.787,5.147],[1.65,5.369],[1.219,5.373],[0.7,5.417],[0.189,5.502],[-0.832,5.711],[-1.262,5.751],[-1.374,6.018],[-1.684,6.299],[-2.177,6.303],[-2.652,6.348],[-2.905,6.279]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[102.681,57.326],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 29","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.088,0.167],[0.078,0.172],[0.042,0.067],[0.029,0.065],[-0.021,0.016],[-0.088,0.037],[-0.106,0.048],[-0.172,0.102],[-0.112,0.067],[-0.064,0.049],[-0.154,0.328],[-0.035,0.086],[-0.006,0.252],[0.159,0.295],[0.219,0.196],[0.154,0.242],[0.104,0.161],[0.036,0.15],[0.024,0.091],[0.006,0.129],[-0.026,0.102],[-0.035,0.156],[-0.118,0.236],[-0.074,0.132],[-0.072,0.081],[-0.225,0.177],[-0.266,0.129],[-0.083,0.037],[-0.249,0.085],[-0.174,0.054],[-0.207,0.016],[-0.041,-0.011],[0.03,-0.134],[0.009,-0.183],[-0.012,-0.076],[0.021,-0.046],[0.284,-0.006],[0.219,-0.053],[0.142,-0.081],[0.083,-0.07],[0.071,-0.215],[0.018,-0.365],[-0.154,-0.296],[-0.113,-0.121],[-0.065,-0.08],[-0.059,-0.073],[-0.083,-0.129],[-0.053,-0.177],[-0.035,-0.274],[0.047,-0.36],[0.1,-0.29],[0.307,-0.268],[0.091,-0.06],[0.101,-0.07],[0.248,-0.119],[0.122,-0.054],[0.177,-0.048],[0.036,-0.009]],"o":[[-0.06,-0.102],[-0.035,-0.064],[-0.041,-0.067],[-0.066,-0.144],[0.021,-0.016],[0.095,-0.027],[0.296,-0.102],[0.053,-0.033],[0.113,-0.068],[0.255,-0.188],[0.059,-0.129],[0.036,-0.086],[0.013,-0.301],[-0.154,-0.258],[-0.219,-0.196],[-0.083,-0.113],[-0.104,-0.161],[-0.023,-0.081],[-0.023,-0.091],[-0.012,-0.14],[0.027,-0.102],[0.042,-0.172],[0.053,-0.097],[0.074,-0.131],[0.301,-0.359],[0.166,-0.129],[0.243,-0.118],[0.078,-0.032],[0.166,-0.054],[0.175,-0.053],[0.154,0],[0.042,0.011],[-0.018,0.081],[-0.009,0.182],[0.018,0.23],[-0.021,0.045],[-0.172,0],[-0.249,0.059],[-0.213,0.134],[-0.242,0.209],[-0.077,0.237],[-0.018,0.355],[0.054,0.123],[0.112,0.121],[0.089,0.108],[0.059,0.072],[0.148,0.242],[0.053,0.178],[0.047,0.435],[-0.029,0.231],[-0.118,0.354],[-0.089,0.086],[-0.092,0.059],[-0.16,0.113],[-0.178,0.086],[-0.121,0.053],[-0.237,0.064],[-0.035,0.008]],"v":[[-2.076,5.406],[-2.281,4.995],[-2.396,4.798],[-2.501,4.6],[-2.568,4.359],[-2.404,4.279],[-2.102,4.166],[-1.4,3.86],[-1.152,3.711],[-0.886,3.537],[-0.273,2.764],[-0.132,2.442],[-0.07,1.935],[-0.29,1.041],[-0.85,0.36],[-1.41,-0.296],[-1.689,-0.707],[-1.898,-1.174],[-1.969,-1.432],[-2.014,-1.762],[-1.992,-2.125],[-1.898,-2.511],[-1.658,-3.123],[-1.467,-3.466],[-1.249,-3.784],[-0.46,-4.589],[0.189,-4.976],[0.677,-5.209],[1.166,-5.386],[1.676,-5.548],[2.249,-5.652],[2.542,-5.636],[2.56,-5.419],[2.52,-5.024],[2.524,-4.637],[2.52,-4.222],[2.062,-4.146],[1.477,-4.066],[0.89,-3.856],[0.446,-3.55],[-0.025,-2.914],[-0.167,-2.012],[0.038,-1.037],[0.287,-0.671],[0.553,-0.369],[0.775,-0.099],[0.988,0.203],[1.29,0.831],[1.423,1.508],[1.423,2.7],[1.228,3.481],[0.589,4.415],[0.318,4.633],[0.029,4.826],[-0.583,5.173],[-1.033,5.382],[-1.48,5.535],[-1.889,5.644]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[94.491,58.106],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 30","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.148,0.169],[0.066,0.177],[-0.09,0.264],[-0.222,0.198],[-0.197,0.087],[-0.255,0.059],[-0.271,-0.095],[-0.119,-0.206],[-0.049,-0.14],[0.025,-0.14],[0.09,-0.103],[0.148,-0.132],[0.534,0.154]],"o":[[-0.147,-0.132],[-0.139,-0.264],[0.058,-0.206],[0.098,-0.088],[0.123,-0.06],[0.328,-0.066],[0.164,0.073],[0.12,0.206],[0.041,0.22],[-0.049,0.235],[-0.09,0.103],[-0.41,0.345],[-0.287,-0.073]],"v":[[-0.874,-4.434],[-1.194,-4.896],[-1.268,-5.689],[-0.849,-6.296],[-0.406,-6.559],[0.16,-6.736],[1.058,-6.692],[1.482,-6.274],[1.735,-5.756],[1.759,-5.215],[1.55,-4.709],[1.193,-4.356],[-0.222,-4.07]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[0.008,-0.287],[0.045,-0.18],[0.041,-0.205],[0.048,-0.499],[0,-0.044],[0.016,-0.205],[0,-0.235],[0.009,-0.419],[-0.016,-0.264],[-0.009,-0.133],[-0.033,-0.265],[-0.004,-0.055],[0,-0.051],[-0.041,-0.125],[-0.008,-0.029],[-0.016,-0.022],[0.082,-0.022],[0,0.051],[0.148,0.052],[0.336,-0.014],[0.008,0.015],[0,0.308],[-0.041,0.243],[0.008,0.485],[0.004,0.265],[0,0.265],[-0.032,0.279],[-0.024,0.286],[-0.033,0.647],[-0.008,0.169],[-0.008,0.162],[-0.058,0.007],[-0.238,0.029],[-0.14,0],[0,0]],"o":[[-0.008,0.205],[-0.045,0.18],[-0.041,0.228],[-0.05,0.287],[-0.016,0.235],[-0.017,0.206],[0,0.213],[0,0.133],[0,0.272],[0.007,0.139],[0,0.065],[0.004,0.055],[0,0.199],[0.008,0.029],[0.009,0.029],[0.049,0.14],[-0.222,0.089],[0,-0.052],[-0.295,-0.095],[-0.312,0.022],[-0.008,-0.014],[0,-0.125],[0.057,-0.316],[-0.008,-0.257],[-0.004,-0.264],[-0.009,-0.278],[0.033,-0.279],[0.025,-0.323],[0,-0.154],[0.008,-0.169],[0.009,-0.139],[0.147,-0.022],[0.246,-0.029],[0,0],[0.082,0]],"v":[[0.529,-1.359],[0.449,-0.781],[0.32,-0.202],[0.185,0.889],[0.11,1.385],[0.062,2.045],[0.037,2.708],[0.024,3.654],[0.049,4.249],[0.062,4.856],[0.123,5.463],[0.129,5.644],[0.135,5.804],[0.197,6.288],[0.221,6.377],[0.258,6.454],[0.209,6.696],[-0.123,6.752],[-0.345,6.597],[-1.292,6.476],[-1.772,6.486],[-1.784,6.002],[-1.723,5.45],[-1.649,4.249],[-1.667,3.467],[-1.673,2.674],[-1.637,1.837],[-1.551,0.989],[-1.464,-0.467],[-1.452,-0.951],[-1.428,-1.447],[-1.329,-1.667],[-0.751,-1.744],[-0.172,-1.788],[0.418,-1.788]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[151.732,35.501],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 31","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.115,0.176],[0.156,0.227],[0.106,0.191],[0.471,0.977],[0.541,0.948],[0.087,0.14],[0.115,0.176],[0.123,0.221],[-0.016,0.056],[-0.229,0.125],[-0.229,0.132],[-0.065,0.055],[-0.073,0.052],[-0.034,-0.081],[-0.147,-0.257],[-0.197,-0.364],[-0.197,-0.36],[-0.369,-0.719],[-0.386,-0.705],[-0.164,-0.272],[-0.147,-0.272],[-0.061,-0.096],[-0.091,-0.183],[-0.05,0.11],[-0.115,0.268],[-0.124,0.272],[-0.045,0.135],[-0.073,0.139],[-0.086,0.177],[-0.066,0.22],[-0.098,0.349],[-0.115,0.345],[-0.082,0.287],[-0.107,0.331],[-0.053,0.077],[-0.32,-0.044],[-0.217,-0.092],[-0.246,-0.066],[0.058,-0.103],[0.017,-0.066],[0.065,-0.118],[0.094,-0.199],[0.123,-0.242],[0.377,-1.139],[0.443,-1.109],[0.295,-0.698],[0.23,-0.492],[0.119,-0.268],[0.123,-0.242],[0.205,-0.562],[0.172,-0.566],[0.074,-0.316],[0.048,-0.147],[0.148,0.052],[0.262,0.089],[0.116,0.059],[0.271,0.058],[-0.053,0.11],[-0.049,0.198],[-0.082,0.213],[-0.082,0.206],[-0.106,0.187],[-0.114,0.279],[-0.102,0.25],[-0.099,0.243],[-0.176,0.379],[-0.156,0.375],[-0.143,0.261],[-0.049,0.264],[0.045,0.059],[0.049,0.088],[0.123,0.169]],"o":[[-0.139,-0.199],[-0.156,-0.228],[-0.55,-0.947],[-0.472,-0.977],[-0.148,-0.242],[-0.086,-0.139],[-0.147,-0.221],[-0.115,-0.22],[0.017,-0.055],[0.115,-0.059],[0.074,-0.037],[0.066,-0.055],[0.238,-0.147],[0.032,0.081],[0.205,0.36],[0.197,0.363],[0.394,0.712],[0.369,0.721],[0.147,0.279],[0.164,0.271],[0.099,0.191],[0.061,0.095],[0.09,0.155],[0.098,-0.272],[0.114,-0.268],[0.073,-0.154],[0.045,-0.136],[0.099,-0.206],[0.086,-0.176],[0.098,-0.338],[0.098,-0.349],[0.098,-0.309],[0.082,-0.286],[0.074,-0.264],[0.054,-0.077],[0.262,0.038],[0.217,0.092],[0.123,0.045],[-0.082,0.139],[-0.017,0.066],[-0.123,0.235],[-0.094,0.198],[-0.517,1.095],[-0.378,1.139],[-0.196,0.478],[-0.295,0.698],[-0.131,0.279],[-0.119,0.268],[-0.123,0.235],[-0.205,0.562],[-0.123,0.418],[-0.074,0.315],[-0.099,0.235],[-0.016,-0.007],[-0.271,-0.088],[-0.114,-0.059],[-0.246,-0.052],[0.053,-0.11],[0.058,-0.22],[0.082,-0.213],[0.09,-0.25],[0.107,-0.188],[0.099,-0.25],[0.103,-0.249],[0.147,-0.396],[0.177,-0.378],[0.09,-0.213],[0.144,-0.261],[0.016,-0.118],[-0.045,-0.059],[-0.098,-0.177],[-0.123,-0.169]],"v":[[-0.943,-0.266],[-1.387,-0.905],[-1.78,-1.534],[-3.312,-4.42],[-4.831,-7.308],[-5.183,-7.881],[-5.484,-8.354],[-5.89,-9.016],[-6.038,-9.429],[-5.669,-9.699],[-5.152,-9.985],[-4.943,-10.123],[-4.734,-10.283],[-4.327,-10.382],[-4.057,-9.875],[-3.454,-8.789],[-2.863,-7.704],[-1.719,-5.556],[-0.587,-3.418],[-0.118,-2.591],[0.348,-1.776],[0.589,-1.346],[0.816,-0.928],[1.025,-0.861],[1.345,-1.671],[1.702,-2.481],[1.88,-2.916],[2.059,-3.329],[2.335,-3.903],[2.563,-4.497],[2.858,-5.528],[3.178,-6.569],[3.449,-7.462],[3.732,-8.388],[3.923,-8.9],[4.482,-8.95],[5.202,-8.757],[5.897,-8.52],[5.995,-8.299],[5.848,-7.991],[5.725,-7.715],[5.399,-7.065],[5.074,-6.404],[3.732,-3.054],[2.501,0.318],[1.763,2.081],[0.975,3.866],[0.6,4.687],[0.238,5.453],[-0.255,6.649],[-0.821,8.34],[-1.116,9.442],[-1.299,10.136],[-1.67,10.411],[-2.088,10.268],[-2.667,10.048],[-3.245,9.872],[-3.534,9.629],[-3.38,9.166],[-3.171,8.516],[-2.924,7.888],[-2.63,7.233],[-2.298,6.533],[-1.995,5.783],[-1.693,5.045],[-1.209,3.882],[-0.71,2.753],[-0.359,2.042],[-0.07,1.255],[-0.113,0.99],[-0.255,0.77],[-0.587,0.252]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[134.432,41.086],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 32","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.065,-0.154],[0.205,-0.437],[0.024,-0.096],[0.111,-0.214],[0.115,-0.22],[0.168,-0.254],[0.025,-0.242],[-0.119,-0.103],[-0.098,-0.125],[0.004,-0.022],[0.206,-0.103],[0.111,-0.187],[0.197,-0.044],[-0.037,-0.078],[0.116,-0.045],[-0.017,0],[0.045,0.048],[0.164,0.073],[0.11,0.033],[0.188,0.066],[-0.008,0.059],[-0.073,0.117],[0.032,0.184],[0.098,0.132],[0.098,0.147],[0.116,0.092],[0.073,0.117],[0.221,0.323],[0.311,0.506],[0.107,0.191],[0.066,0.103],[0.07,0.114],[0.05,0.081],[0.024,0.029],[0.098,-0.323],[-0.025,-0.279],[0.041,-0.305],[0.008,-0.301],[0.021,-0.154],[-0.009,-0.294],[0.041,-0.61],[0,-0.602],[0.005,-0.055],[-0.057,-0.184],[-0.025,-0.044],[-0.025,-0.052],[0.114,0.044],[0.283,0.033],[0.033,0],[0.111,0.004],[0.106,0.008],[0.106,-0.014],[0.107,0.015],[0.008,0.228],[-0.008,0.088],[-0.029,0.239],[-0.017,0.242],[-0.02,0.348],[-0.041,0.324],[0,0.125],[-0.008,0.132],[-0.033,0.305],[-0.025,0.308],[0.008,0.242],[-0.016,0.243],[-0.016,0.429],[0.024,0.411],[-0.012,0.069],[0,0.139],[-0.004,0.055],[0,0.059],[-0.311,0.03],[-0.258,0.004],[-0.287,0.007],[-0.073,-0.004],[0.075,-0.199],[0.004,-0.106],[0.024,-0.103],[-0.144,-0.081],[-0.402,-0.507],[-0.238,-0.29],[-0.221,-0.286],[-0.23,-0.282],[-0.32,-0.397],[-0.106,-0.213],[-0.037,-0.069],[-0.148,0.176],[-0.107,0.18],[-0.033,0.067],[-0.131,0.121],[-0.459,1.087],[-0.188,0.529],[-0.02,0.051],[-0.025,0.051],[-0.148,0.022],[-0.041,0],[-0.131,0.015],[-0.131,0.007],[-0.107,0.014],[-0.033,-0.073],[0,-0.038],[0,-0.007],[-0.037,-0.247],[-0.074,-0.242],[-0.147,-0.646],[-0.053,-0.294],[-0.049,-0.228],[-0.078,-0.287],[-0.189,-0.588],[-0.049,-0.198],[-0.058,-0.198],[-0.205,-0.492],[-0.017,-0.103],[-0.008,-0.032],[0.32,-0.088],[0.123,-0.036],[0.078,-0.04],[0.081,-0.029],[0.012,0.077],[0.082,0.279],[0.099,0.393],[0.098,0.397],[0.07,0.312],[0.082,0.316],[0.016,0.07],[-0.004,0],[0.021,0.066],[0.123,0.397],[0.041,0.283],[0.049,0.308],[0.012,0.102]],"o":[[-0.197,0.426],[-0.205,0.438],[-0.082,0.242],[-0.11,0.213],[-0.123,0.22],[-0.168,0.253],[-0.016,0.177],[0.119,0.103],[0.123,0.169],[-0.004,0.022],[-0.205,0.11],[-0.111,0.187],[-0.196,0.037],[0.036,0.077],[-0.123,0.044],[-0.238,0],[-0.045,-0.048],[-0.181,-0.066],[-0.111,-0.032],[-0.205,-0.067],[0.009,-0.058],[0.205,-0.338],[-0.033,-0.154],[-0.099,-0.133],[-0.074,-0.11],[-0.114,-0.092],[-0.32,-0.499],[-0.222,-0.323],[-0.066,-0.096],[-0.106,-0.191],[-0.049,-0.066],[-0.069,-0.114],[-0.09,-0.11],[-0.246,-0.257],[0.016,0.132],[0.024,0.308],[-0.041,0.305],[-0.008,0.272],[-0.02,0.154],[0,0.602],[-0.041,0.609],[0,0.154],[-0.004,0.055],[0.017,0.051],[0.025,0.045],[0.057,0.132],[-0.041,-0.015],[-0.283,-0.033],[-0.107,0],[-0.111,-0.004],[-0.107,0],[-0.107,0.015],[-0.156,-0.014],[0,-0.169],[0.017,-0.235],[0.028,-0.238],[0.016,-0.316],[0.02,-0.349],[0.017,-0.132],[0,-0.125],[0.008,-0.309],[0.032,-0.305],[0.008,-0.243],[-0.008,-0.243],[0.008,-0.404],[0.017,-0.43],[-0.017,-0.132],[0.013,-0.07],[0,-0.044],[0.004,-0.055],[0.008,-0.206],[0.287,-0.022],[0.259,-0.004],[0.246,0],[0.075,0.003],[-0.041,0.103],[-0.004,0.107],[-0.041,0.162],[0.143,0.08],[0.23,0.294],[0.238,0.29],[0.271,0.36],[0.229,0.284],[0.279,0.345],[0.066,0.162],[0.037,0.07],[0.025,-0.03],[0.106,-0.179],[0.492,-1.072],[0.131,-0.121],[0.246,-0.588],[0.017,-0.051],[0.021,-0.052],[0.033,-0.103],[0.049,-0.014],[0.246,-0.044],[0.246,-0.015],[0.213,-0.014],[0.049,0],[0.016,0.073],[0.024,0.109],[0.025,0.249],[0.037,0.246],[0.156,0.551],[0.14,0.61],[0.053,0.294],[0.049,0.228],[0.078,0.286],[0.065,0.198],[0.049,0.198],[0.164,0.61],[0.016,0.044],[0.057,0.265],[0.008,0.034],[-0.263,0.074],[-0.09,0.03],[-0.078,0.041],[-0.271,0.088],[-0.013,-0.078],[-0.115,-0.397],[-0.098,-0.393],[-0.09,-0.309],[-0.07,-0.312],[-0.123,-0.397],[-0.017,-0.07],[0.004,0],[-0.02,-0.066],[-0.082,-0.272],[-0.041,-0.283],[-0.049,-0.301],[-0.013,-0.103]],"v":[[3.792,-2.505],[3.189,-1.211],[2.845,-0.41],[2.555,0.272],[2.217,0.922],[1.78,1.633],[1.491,2.376],[1.645,2.796],[1.971,3.138],[2.149,3.423],[1.835,3.612],[1.362,4.057],[0.9,4.405],[0.661,4.576],[0.543,4.758],[0.384,4.823],[-0.041,4.751],[-0.354,4.569],[-0.791,4.421],[-1.24,4.272],[-1.536,4.085],[-1.413,3.82],[-1.154,3.038],[-1.351,2.608],[-1.646,2.189],[-1.93,1.887],[-2.212,1.573],[-3.024,0.339],[-3.824,-0.906],[-4.083,-1.336],[-4.341,-1.777],[-4.52,-2.048],[-4.698,-2.34],[-4.87,-2.548],[-5.387,-2.449],[-5.325,-1.832],[-5.35,-0.913],[-5.424,-0.004],[-5.467,0.635],[-5.485,1.309],[-5.547,3.126],[-5.608,4.944],[-5.615,5.258],[-5.535,5.616],[-5.473,5.759],[-5.399,5.904],[-5.485,6.035],[-5.971,5.964],[-6.445,5.914],[-6.771,5.909],[-7.097,5.892],[-7.417,5.914],[-7.737,5.914],[-7.983,5.551],[-7.971,5.164],[-7.903,4.453],[-7.835,3.733],[-7.78,2.736],[-7.688,1.727],[-7.663,1.341],[-7.651,0.956],[-7.589,0.035],[-7.503,-0.884],[-7.503,-1.612],[-7.491,-2.34],[-7.454,-3.59],[-7.466,-4.852],[-7.473,-5.155],[-7.454,-5.469],[-7.448,-5.617],[-7.442,-5.789],[-6.962,-6.142],[-6.144,-6.18],[-5.325,-6.195],[-4.846,-6.19],[-4.846,-5.888],[-4.913,-5.573],[-4.956,-5.259],[-4.802,-4.896],[-3.984,-4.014],[-3.283,-3.138],[-2.594,-2.273],[-1.843,-1.31],[-1.019,-0.289],[-0.441,0.547],[-0.287,0.895],[-0.01,0.736],[0.187,0.421],[0.396,0.052],[1.331,-1.738],[2.217,-3.552],[2.869,-5.227],[2.924,-5.38],[2.992,-5.535],[3.263,-5.723],[3.398,-5.745],[3.964,-5.832],[4.53,-5.866],[5.01,-5.91],[5.133,-5.799],[5.158,-5.634],[5.194,-5.457],[5.287,-4.714],[5.453,-3.982],[5.908,-2.186],[6.197,-0.829],[6.351,-0.048],[6.542,0.724],[6.942,2.035],[7.114,2.63],[7.274,3.225],[7.828,4.879],[7.877,5.099],[7.975,5.544],[7.508,5.727],[6.929,5.892],[6.677,5.996],[6.438,6.102],[6.013,6.118],[5.871,5.583],[5.551,4.398],[5.256,3.215],[5.016,2.284],[4.789,1.341],[4.58,0.642],[4.561,0.536],[4.536,0.438],[4.321,-0.257],[4.136,-1.089],[4.001,-1.975],[3.909,-2.582]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[107.047,38.047],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 33","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[300,200,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[19.091,-4.773],[15,-8.5],[9.5,2.5],[7,0.5],[0,0],[-1.5,-6],[0.5,-6.5],[0,0],[-5,-3],[0.5,-6.5],[5,-5.5],[0,0],[0.5,-4],[0,0],[-5,0],[-7,-3],[-4.5,-0.5],[-6,3],[-10.5,0.5],[0,0],[0,0],[3,9],[2,5],[-4.5,11],[-4,-0.5]],"o":[[0,0],[-20,5],[-11.15,6.318],[-9.5,-2.5],[-7,-0.5],[0,0],[1.5,6],[-0.5,6.5],[0,0],[5,3],[-0.5,6.5],[-5,5.5],[0,0],[-0.5,4],[0,0],[5,0],[7,3],[4.5,0.5],[6,-3],[10.5,-0.5],[0,0],[0,0],[-3,-9],[-2,-5],[3.676,-8.985],[4,0.5]],"v":[[107,-165],[73,-158.5],[16.5,-136.5],[-22.5,-130.5],[-71,-143],[-105,-147.5],[-104,-118.5],[-102.5,-94.5],[-103.5,-25],[-92.5,-23.5],[-80,-3],[-86.5,25],[-104.5,43.5],[-104,118.5],[-106,130],[-91,129.5],[-58,134.5],[-13.5,150.5],[8.5,148],[61,129],[110,122],[109.5,56.5],[96,42],[90,18],[89,-10],[108,-22.5]],"c":true}],"e":[{"i":[[0,0],[19.091,-4.773],[15,-8.5],[9.5,2.5],[7,0.5],[0,0],[-1.5,-6],[0.5,-6.5],[0,0],[-5,-3],[0.5,-6.5],[5,-5.5],[0,0],[0.5,-4],[0,0],[-5,0],[-7,-3],[-4.5,-0.5],[-6,3],[-10.5,0.5],[0,0],[0,0],[3,9],[2,5],[-4.5,11],[-4,-0.5]],"o":[[0,0],[-20,5],[-11.15,6.318],[-9.5,-2.5],[-7,-0.5],[0,0],[1.5,6],[-0.5,6.5],[0,0],[5,3],[-0.5,6.5],[-5,5.5],[0,0],[-0.5,4],[0,0],[5,0],[7,3],[4.5,0.5],[6,-3],[10.5,-0.5],[0,0],[0,0],[-3,-9],[-2,-5],[3.676,-8.985],[4,0.5]],"v":[[107,-165],[73,-158.5],[16.5,-136.5],[-22.5,-130.5],[-71,-143],[-105,-147.5],[-104,-118.5],[-102.5,-94.5],[-103.5,-25],[-92.5,-23.5],[-80,-3],[-86.5,25],[-104.5,43.5],[-104,118.5],[-106,130],[-91,129.5],[-58,134.5],[-13.5,150.5],[8.5,148],[61,129],[110,122],[109.5,56.5],[96,42],[90,18],[89,-10],[108,-22.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":220,"s":[{"i":[[0,0],[19.091,-4.773],[15,-8.5],[9.5,2.5],[7,0.5],[0,0],[-1.5,-6],[0.5,-6.5],[0,0],[-5,-3],[0.5,-6.5],[5,-5.5],[0,0],[0.5,-4],[0,0],[-5,0],[-7,-3],[-4.5,-0.5],[-6,3],[-10.5,0.5],[0,0],[0,0],[3,9],[2,5],[-4.5,11],[-4,-0.5]],"o":[[0,0],[-20,5],[-11.15,6.318],[-9.5,-2.5],[-7,-0.5],[0,0],[1.5,6],[-0.5,6.5],[0,0],[5,3],[-0.5,6.5],[-5,5.5],[0,0],[-0.5,4],[0,0],[5,0],[7,3],[4.5,0.5],[6,-3],[10.5,-0.5],[0,0],[0,0],[-3,-9],[-2,-5],[3.676,-8.985],[4,0.5]],"v":[[107,-165],[73,-158.5],[16.5,-136.5],[-22.5,-130.5],[-71,-143],[-105,-147.5],[-104,-118.5],[-102.5,-94.5],[-103.5,-25],[-92.5,-23.5],[-80,-3],[-86.5,25],[-104.5,43.5],[-104,118.5],[-106,130],[-91,129.5],[-58,134.5],[-13.5,150.5],[8.5,148],[61,129],[110,122],[109.5,56.5],[96,42],[90,18],[89,-10],[108,-22.5]],"c":true}],"e":[{"i":[[0,0],[29.819,-4.773],[23.429,-8.5],[14.838,2.5],[10.933,0.5],[0,0],[-2.343,-6],[0.781,-6.5],[0,0],[-7.81,-3],[0.781,-6.5],[7.81,-5.5],[0,0],[0.781,-4],[0,0],[-7.81,0],[-10.933,-3],[-7.029,-0.5],[-9.372,3],[-16.4,0.5],[0,0],[0,0],[4.686,9],[3.124,5],[-7.029,11],[-6.248,-0.5]],"o":[[0,0],[-31.239,5],[-17.416,6.318],[-14.838,-2.5],[-10.933,-0.5],[0,0],[2.343,6],[-0.781,6.5],[0,0],[7.81,3],[-0.781,6.5],[-7.81,5.5],[0,0],[-0.781,4],[0,0],[7.81,0],[10.933,3],[7.029,0.5],[9.372,-3],[16.4,-0.5],[0,0],[0,0],[-4.686,-9],[-3.124,-5],[5.741,-8.985],[6.248,0.5]],"v":[[163.69,-166],[108.585,-158.5],[20.336,-136.5],[-40.579,-130.5],[-116.333,-143],[-169.438,-147.5],[-168.376,-118],[-166.533,-95],[-167.095,-25],[-149.914,-23.5],[-130.39,-3],[-140.542,25],[-168.657,43.5],[-170.376,118],[-171,130],[-148.071,130.5],[-100.028,134.5],[-26.522,150.5],[7.841,148],[89.842,129],[169.376,122],[165.595,56.5],[144.509,42],[137.638,20],[137.076,-11.5],[165.752,-22.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":226,"s":[{"i":[[0,0],[29.819,-4.773],[23.429,-8.5],[14.838,2.5],[10.933,0.5],[0,0],[-2.343,-6],[0.781,-6.5],[0,0],[-7.81,-3],[0.781,-6.5],[7.81,-5.5],[0,0],[0.781,-4],[0,0],[-7.81,0],[-10.933,-3],[-7.029,-0.5],[-9.372,3],[-16.4,0.5],[0,0],[0,0],[4.686,9],[3.124,5],[-7.029,11],[-6.248,-0.5]],"o":[[0,0],[-31.239,5],[-17.416,6.318],[-14.838,-2.5],[-10.933,-0.5],[0,0],[2.343,6],[-0.781,6.5],[0,0],[7.81,3],[-0.781,6.5],[-7.81,5.5],[0,0],[-0.781,4],[0,0],[7.81,0],[10.933,3],[7.029,0.5],[9.372,-3],[16.4,-0.5],[0,0],[0,0],[-4.686,-9],[-3.124,-5],[5.741,-8.985],[6.248,0.5]],"v":[[163.69,-166],[108.585,-158.5],[20.336,-136.5],[-40.579,-130.5],[-116.333,-143],[-169.438,-147.5],[-168.376,-118],[-166.533,-95],[-167.095,-25],[-149.914,-23.5],[-130.39,-3],[-140.542,25],[-168.657,43.5],[-170.376,118],[-171,130],[-148.071,130.5],[-100.028,134.5],[-26.522,150.5],[7.841,148],[89.842,129],[169.376,122],[165.595,56.5],[144.509,42],[137.638,20],[137.076,-11.5],[165.752,-22.5]],"c":true}],"e":[{"i":[[0,0],[29.819,-4.773],[23.429,-8.5],[14.838,2.5],[10.933,0.5],[0,0],[-2.343,-6],[0.781,-6.5],[0,0],[-7.81,-3],[-1.11,-8],[6,-7.433],[0,0],[0.781,-4],[0,0],[-7.81,0],[-10.933,-3],[-7.029,-0.5],[-9.372,3],[-16.4,0.5],[0,0],[0,0],[6.345,7.918],[3.124,5],[-7.029,11],[-6.248,-0.5]],"o":[[0,0],[-31.239,5],[-17.416,6.318],[-14.838,-2.5],[-10.933,-0.5],[0,0],[2.343,6],[-0.781,6.5],[0,0],[7.81,3],[0.9,6.485],[-6.458,8],[0,0],[-0.781,4],[0,0],[7.81,0],[10.933,3],[7.029,0.5],[9.372,-3],[16.4,-0.5],[0,0],[0,0],[-6.009,-7.5],[-3.124,-5],[5.741,-8.985],[6.248,0.5]],"v":[[163.69,-166],[108.585,-158.5],[20.336,-136.5],[-40.579,-130.5],[-116.333,-143],[-169.438,-147.5],[-168.376,-118],[-166.533,-95],[-166.595,-23.5],[-149.914,-23.5],[-132.89,-5],[-140.542,24.5],[-168.657,43.5],[-170.376,118],[-171,130],[-148.071,130.5],[-100.028,134.5],[-26.522,150.5],[7.841,148],[89.842,129],[169.376,122],[165.595,55],[148.009,43],[137.638,20],[137.076,-11.5],[165.752,-22.5]],"c":true}]},{"t":231}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"note Outlines","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[307,200,0]},"a":{"k":[275,200,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":220,"s":[80,124,100],"e":[124,124,100]},{"t":226}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.301,-0.2],[10.9,-1.867],[30.4,-9.567],[6.367,0.033],[16.234,3.833],[20.533,0.3],[5.166,1.133],[0,0],[0,0],[0.3,-7.233],[-1.566,-4.4],[0,0],[2.534,-1.933],[5.367,-7.3],[2.466,-5.067],[3.633,-4.967],[6.3,-9.433],[9.9,-8.434],[11.134,-8.434],[0,0],[-14.301,16.1],[-4,5.634],[-5.866,7.367],[-1.633,4.433],[-0.5,0.967],[-0.967,1.533],[-1.699,2.433],[-8.8,3.3],[0,0],[1.267,1.1],[0.367,0.233],[0.333,0.2],[0.167,0.1],[0.166,0.066],[0.166,0],[0.1,-0.067],[0.367,-0.6],[-0.333,-0.367],[-1.299,-1.5],[-0.533,-0.867],[-0.599,-2.134],[0.5,-0.267],[1.1,-0.7],[1.467,-1.133],[0.934,-0.734],[-0.266,-1.767],[-2.099,2.067],[-8.133,0.2],[-2.467,-2.1],[2.334,-7.167],[1,-1.634],[2.633,-3.266],[8.7,-3.333],[0.4,0.166],[0.5,0.167],[0.5,0.199],[0.367,0.101],[0.167,0.068],[0.167,0.134],[0.267,0.133],[1.067,-0.5],[0,0],[-0.033,-0.334],[-0.2,-0.3],[-0.599,-0.434],[-1.3,-0.5],[-3.733,0.433],[0,0],[6.734,1.568],[0.599,-0.465],[4,-5.167],[8.734,-8.601],[9.534,-8.834],[11.801,-7.634],[0,0],[-0.833,0.667],[-18.266,18.667],[-12.433,15.6],[-1.2,-0.367],[-1.933,-0.333],[-2.067,0.333],[-1.599,0.399],[2.067,-15.9],[-0.667,-0.1],[-8.799,0.667],[-7.768,-1.133],[-22,-5.299],[-5.199,0.166],[-8,2.867],[-18.066,1.799],[-17.368,1.601],[-5.8,0.5],[-0.833,1.5],[0,0],[-0.601,-0.132],[-0.633,-0.134],[-0.6,-0.033],[-0.667,0.066],[-2,1],[-8.467,-6.8],[-7.866,-6.333],[-8.133,-6.301],[-7.2,-5.3],[-7.534,-4.601],[0,0],[22.099,17.734],[1.2,1.035],[3.399,2.733],[11.299,8.901],[0,0],[0.267,-0.099],[4.033,0.033],[0.666,0.434],[0,0],[-0.433,-0.101],[-0.333,-0.067],[-1.366,0.066],[-1.734,1.167],[0.434,1.134],[1.066,0],[4.666,2.3],[1,0.533],[2.333,6.633],[1.167,3.067],[0.367,3.133],[-3.7,3.867],[-0.267,0.2],[-0.467,0.367],[-0.534,0.167],[-4.766,-1.534],[0,0],[-1.067,-0.8],[-0.267,-0.267],[-5.667,-4.267],[0,0],[1.034,1.1],[4.966,4.5],[0,0],[0.366,-0.067],[0.634,-0.734],[0.533,-2.067],[0,0],[-2.167,-2.9],[-4.566,-10.167],[-5.134,-10.166],[-3.201,-4.067],[-7.1,-5.133],[-9.833,-7.367],[-2.833,-2.233],[-10.167,-4.801],[0,0],[2.134,1.399],[8.666,6.634],[9,6.5],[6.266,8.834],[4.432,10.234],[5.5,9.167],[1.733,2.6],[5.766,2.566],[0,0],[1.733,23.767]],"o":[[-10.933,0.467],[-31.433,5.5],[-6.033,1.9],[-16.567,-0.033],[-20.066,-4.567],[-5.3,-0.067],[0,0],[0,0],[0.601,7.2],[-0.233,4.9],[0,0],[-3.166,0.7],[-7.233,5.6],[-2.966,3.967],[-2.301,4.567],[-6.666,9.266],[-7.167,10.8],[-10.6,9.033],[0,0],[17.9,-11.634],[4.599,-5.234],[5.467,-7.6],[5.467,-6.867],[2.367,-4.167],[0.8,-1.634],[1.599,-2.433],[5.7,-8.2],[0,0],[-1.233,-1.134],[-0.3,-0.3],[-0.366,-0.234],[-0.233,-0.1],[-0.2,-0.067],[-0.167,-0.033],[-0.167,0],[-0.666,0.233],[0.234,0.5],[1.3,1.533],[0.634,0.733],[1.267,1.866],[-0.533,0.233],[-1.133,0.633],[-1.533,1.067],[-0.9,0.733],[-1.5,1.166],[2.067,1.466],[5.667,-5.734],[3.467,-0.067],[5.667,4.9],[-0.866,2.699],[-0.966,1.567],[-2.667,3.267],[-5.633,1.233],[-0.5,-0.233],[-0.466,-0.234],[-0.366,-0.1],[-0.166,-0.099],[-0.166,-0.099],[-0.266,-0.167],[-1,-0.666],[0,0],[-0.033,0.333],[0.033,0.366],[0.433,0.6],[1.1,0.866],[3.4,1.5],[0,0],[-6.666,1.401],[-0.8,-0.132],[-4.801,4.101],[-7.533,9.7],[-9.167,9.166],[-10.466,9.733],[0,0],[1.067,-0.167],[20.734,-15.833],[13.933,-14.3],[1.133,0.633],[1.901,0.566],[2.034,0.433],[1.633,-0.101],[0.534,16.1],[-0.1,0.967],[7.467,1.367],[7.867,0],[22.366,3.566],[5.067,1.201],[8.234,-0.2],[17,-6.201],[17.367,-1.867],[5.799,-0.533],[1.801,0.066],[0,0],[0.566,0.233],[0.599,0.234],[0.601,0],[0.634,-0.066],[2.333,-0.1],[7.7,7.467],[7.934,6.4],[8.034,6.401],[7.134,5.466],[7.734,5.667],[0,0],[-23.633,-15.899],[-1.234,-1],[-3.333,-2.699],[-11.201,-9.167],[0,0],[-0.334,-0.033],[-3.766,0.801],[-0.766,-0.167],[0,0],[0.434,0.066],[0.301,0],[1.434,0.066],[2.067,0.133],[1.167,-0.8],[-0.667,-0.766],[-5.368,0.333],[-1.034,-0.467],[-6.399,-3.401],[-1.099,-3.134],[-1.133,-2.834],[-0.666,-5.6],[0.199,-0.234],[0.434,-0.4],[0.433,-0.434],[4.5,-1.767],[0,0],[1.367,0.233],[0.333,0.233],[5.034,5.3],[0,0],[0.266,-1.366],[-4.9,-5.2],[0,0],[-0.301,-0.267],[-0.901,0.2],[-1.399,1.633],[0,0],[2.833,1.967],[6.667,8.933],[4.634,10.3],[2.299,4.566],[5.333,6.9],[9.934,7.133],[2.901,2.167],[9.034,6.866],[0,0],[-2.233,-1.067],[-9.233,-5.834],[-8.834,-6.7],[-8.7,-6.267],[-6.434,-9.067],[-4.2,-9.766],[-1.566,-2.7],[-3.568,-5.467],[0,0],[-0.568,-23.8],[-0.101,-1.333]],"v":[[126.7,-148.7],[93.95,-145.2],[1.2,-122.6],[-17.4,-119.8],[-66.6,-125.6],[-127.5,-132.9],[-143.199,-134.7],[-143.55,-135.05],[-145.05,-134.35],[-144.6,-112.7],[-142.6,-98.75],[-143.35,-64.6],[-151.9,-60.65],[-170.8,-41.3],[-178.949,-27.75],[-187.85,-13.45],[-207.3,14.6],[-232.9,43.45],[-265.5,69.65],[-265.5,75.6],[-217.199,34],[-204.3,17.7],[-187.3,-4.75],[-176.65,-21.7],[-172.35,-29.4],[-169.699,-34.15],[-164.75,-41.45],[-143,-58.7],[-143.25,-40.65],[-147,-44],[-148,-44.8],[-149.05,-45.45],[-149.65,-45.75],[-150.199,-45.95],[-150.699,-46],[-151.1,-45.9],[-152.65,-44.65],[-151.8,-43.35],[-147.9,-38.8],[-146.15,-36.4],[-143.35,-30.4],[-144.9,-29.65],[-148.25,-27.65],[-152.75,-24.35],[-155.5,-22.15],[-157.35,-17.75],[-151.1,-18.65],[-130.4,-27.55],[-121.5,-24.5],[-116.5,-6.4],[-119.3,0.1],[-124.699,7.35],[-141.75,17.25],[-150.8,18.85],[-152.3,18.25],[-153.75,17.6],[-154.85,17.299],[-155.35,17.049],[-155.85,16.7],[-156.65,16.25],[-159.75,16],[-160.25,16.65],[-160.25,17.65],[-159.9,18.65],[-158.35,20.2],[-154.75,22.25],[-144.05,23.85],[-144.25,39.049],[-164.35,38.799],[-166.449,39.299],[-179.65,53.2],[-204.05,80.65],[-232.1,107.65],[-265.5,133.7],[-265.5,140.75],[-262.65,139.5],[-204.15,87.75],[-164.6,42.9],[-161.1,44.4],[-155.35,45.75],[-149.199,45.9],[-144.35,45.15],[-146.65,93.15],[-145.8,94.75],[-121.4,95.799],[-97.949,97.5],[-31.4,110.799],[-16,112.35],[8.35,107.75],[60.95,95.75],[113.051,90.549],[130.45,89],[134.4,86.85],[132.551,58.5],[134.301,59.049],[136.15,59.6],[137.95,59.65],[139.9,59.45],[146.4,57.799],[170.65,79.2],[194.35,98.299],[218.6,117.35],[240.099,133.5],[263,148.9],[264.149,143.299],[195.551,92.85],[191.9,89.799],[181.801,81.65],[148.051,54.549],[147.001,53.45],[146.1,53.549],[134.4,54.7],[132.251,53.799],[131.65,34.9],[132.95,35.15],[133.9,35.25],[138.1,35.25],[143.801,33.7],[144.9,30.799],[142.301,29.65],[127.251,26.7],[124.2,25.2],[111.1,10.15],[107.7,0.85],[105.45,-8.1],[110.001,-22.3],[110.7,-22.95],[112.051,-24.1],[113.501,-25],[127.4,-25.35],[127.65,-24.45],[131.301,-22.9],[132.2,-22.15],[148.251,-7.8],[150.251,-8.701],[149.1,-12.4],[134.301,-26.95],[138.751,-43.5],[137.751,-43.8],[135.45,-42.4],[132.551,-36.85],[132.551,-53.9],[140.051,-46.6],[156.9,-17.95],[171.551,12.75],[179.801,25.7],[198.45,43.75],[228.1,65.5],[236.7,72.1],[265.5,89.6],[264.899,83.1],[258.349,79.4],[231.501,60.7],[204.751,40.9],[182.301,18.25],[166.001,-10.701],[151.45,-39.1],[146.501,-47.05],[132.501,-59.1],[132.251,-75.65],[128.801,-147]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[274.65,212.55],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[4.5,-1.767],[0.434,-0.433],[0.434,-0.4],[0.199,-0.233],[-0.666,-5.6],[-1.132,-2.834],[-1.1,-3.134],[-6.399,-3.4],[-1.034,-0.467],[-5.367,0.333],[-0.667,-0.767],[1.167,-0.8],[2.066,0.133],[1.433,0.066],[0.301,0],[0.433,0.067],[0,0],[-0.767,-0.167],[-3.767,0.8],[-0.334,-0.033],[0,0],[-11.2,-9.167],[-3.333,-2.7],[-1.233,-1],[-23.633,-15.9],[0.033,11],[0.533,6.833],[9.035,6.867],[2.9,2.167],[9.934,7.133],[5.333,6.9],[2.3,4.566],[4.633,10.3],[6.667,8.933],[2.833,1.967],[0,0],[-1.399,1.633],[-0.9,0.2],[-0.301,-0.267],[0,0],[-4.901,-5.2],[0.267,-1.367],[0,0],[5.035,5.3],[0.333,0.233],[1.367,0.233]],"o":[[-4.767,-1.534],[-0.534,0.167],[-0.467,0.367],[-0.266,0.2],[-3.7,3.867],[0.368,3.133],[1.167,3.067],[2.333,6.633],[1,0.533],[4.666,2.3],[1.066,0],[0.433,1.133],[-1.733,1.167],[-1.366,0.066],[-0.333,-0.067],[-0.432,-0.1],[0,0],[0.666,0.433],[4.033,0.033],[0.266,-0.1],[0,0],[11.3,8.9],[3.399,2.733],[1.2,1.034],[22.1,17.734],[1.5,-11.034],[-0.033,-6.934],[-10.167,-4.8],[-2.833,-2.233],[-9.833,-7.367],[-7.099,-5.133],[-3.2,-4.067],[-5.134,-10.166],[-4.567,-10.167],[-2.167,-2.9],[0,0],[0.533,-2.067],[0.634,-0.734],[0.366,-0.067],[0,0],[4.967,4.5],[1.033,1.1],[0,0],[-5.667,-4.267],[-0.266,-0.267],[-1.066,-0.8],[0,0]],"v":[[126.958,-24.275],[113.059,-23.925],[111.609,-23.025],[110.258,-21.875],[109.559,-21.225],[105.008,-7.025],[107.258,1.925],[110.659,11.225],[123.758,26.275],[126.809,27.775],[141.859,30.725],[144.458,31.875],[143.359,34.775],[137.659,36.325],[133.458,36.325],[132.508,36.225],[131.208,35.975],[131.809,54.875],[133.958,55.775],[145.659,54.625],[146.559,54.525],[147.609,55.625],[181.359,82.725],[191.458,90.875],[195.109,93.925],[263.708,144.375],[265.909,111.325],[265.058,90.675],[236.258,73.175],[227.659,66.575],[198.008,44.825],[179.359,26.775],[171.109,13.825],[156.458,-16.875],[139.609,-45.525],[132.109,-52.825],[132.109,-35.775],[135.008,-41.325],[137.309,-42.725],[138.309,-42.425],[133.859,-25.875],[148.659,-11.325],[149.809,-7.625],[147.809,-6.725],[131.758,-21.075],[130.859,-21.825],[127.208,-23.375]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[0.8,-1.633],[2.367,-4.167],[5.467,-6.867],[5.467,-7.6],[4.6,-5.234],[17.9,-11.633],[0,0],[-10.467,9.733],[-9.167,9.166],[-7.533,9.7],[-4.8,4.1],[-0.8,-0.133],[-6.667,1.4],[0,0],[3.4,1.5],[1.1,0.866],[0.433,0.6],[0.033,0.366],[-0.033,0.333],[0,0],[-1,-0.666],[-0.267,-0.167],[-0.167,-0.1],[-0.167,-0.1],[-0.367,-0.1],[-0.467,-0.234],[-0.5,-0.233],[-5.634,1.233],[-2.667,3.267],[-0.967,1.567],[-0.867,2.7],[5.667,4.9],[3.467,-0.067],[5.667,-5.734],[2.067,1.467],[-1.5,1.166],[-0.9,0.733],[-1.533,1.067],[-1.133,0.633],[-0.534,0.233],[1.266,1.867],[0.633,0.733],[1.3,1.533],[0.233,0.5],[-0.667,0.233],[-0.167,0],[-0.167,-0.033],[-0.2,-0.067],[-0.233,-0.1],[-0.367,-0.233],[-0.3,-0.3],[-1.234,-1.133],[0,0],[5.7,-8.2],[1.6,-2.433]],"o":[[-0.5,0.967],[-1.633,4.433],[-5.867,7.367],[-4,5.634],[-14.3,16.1],[0,0],[11.8,-7.634],[9.533,-8.834],[8.733,-8.6],[4,-5.167],[0.6,-0.466],[6.733,1.567],[0,0],[-3.733,0.433],[-1.3,-0.5],[-0.6,-0.434],[-0.2,-0.3],[-0.033,-0.334],[0,0],[1.067,-0.5],[0.266,0.133],[0.167,0.134],[0.167,0.067],[0.366,0.1],[0.5,0.2],[0.5,0.167],[0.4,0.166],[8.7,-3.333],[2.633,-3.266],[1,-1.633],[2.333,-7.167],[-2.467,-2.1],[-8.133,0.2],[-2.1,2.067],[-0.267,-1.767],[0.933,-0.734],[1.467,-1.133],[1.1,-0.7],[0.5,-0.267],[-0.6,-2.133],[-0.533,-0.867],[-1.3,-1.5],[-0.334,-0.367],[0.367,-0.6],[0.1,-0.067],[0.167,0],[0.167,0.066],[0.166,0.1],[0.333,0.2],[0.366,0.233],[1.266,1.1],[0,0],[-8.8,3.3],[-1.7,2.433],[-0.967,1.533]],"v":[[-172.791,-28.325],[-177.091,-20.625],[-187.741,-3.675],[-204.741,18.775],[-217.641,35.075],[-265.941,76.675],[-265.941,134.775],[-232.541,108.725],[-204.491,81.725],[-180.091,54.275],[-166.891,40.375],[-164.791,39.875],[-144.691,40.125],[-144.491,24.925],[-155.191,23.325],[-158.791,21.275],[-160.341,19.725],[-160.691,18.725],[-160.691,17.725],[-160.191,17.075],[-157.091,17.325],[-156.291,17.775],[-155.791,18.125],[-155.291,18.375],[-154.191,18.675],[-152.741,19.325],[-151.241,19.925],[-142.191,18.325],[-125.141,8.425],[-119.741,1.175],[-116.941,-5.325],[-121.941,-23.425],[-130.841,-26.475],[-151.541,-17.575],[-157.791,-16.675],[-155.941,-21.075],[-153.191,-23.275],[-148.691,-26.575],[-145.341,-28.575],[-143.791,-29.325],[-146.591,-35.325],[-148.341,-37.725],[-152.241,-42.275],[-153.091,-43.575],[-151.541,-44.825],[-151.141,-44.925],[-150.641,-44.875],[-150.091,-44.675],[-149.491,-44.375],[-148.441,-43.725],[-147.441,-42.925],[-143.691,-39.575],[-143.441,-57.625],[-165.191,-40.375],[-170.141,-33.075]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[275.092,211.475],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1}]},{"id":"comp_13","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Ear-Fill","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[214,217,0]},"a":{"k":[193,218,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0.7,1.2],[0.9,1.067],[0,0],[1.133,0.467],[0.867,-0.033],[0.167,-0.033],[1.267,-0.166],[0.667,-0.2],[1.033,-1.7],[-1.533,-2.9],[-2.567,-0.933],[-3.367,2.733],[-0.633,0.467],[-0.034,0.034],[0.233,0.667],[0.1,0.367]],"o":[[-0.167,-1.866],[-0.233,-0.366],[0,0],[-0.467,-0.4],[-1.2,-0.433],[-0.1,0],[-0.167,0.034],[-1.3,0.133],[-1.467,0.467],[-1.533,2.5],[1.133,2.134],[4.033,1.633],[0.6,-0.533],[0.033,-0.033],[0.567,-0.466],[-0.034,-0.266],[0,0]],"v":[[9.85,0.45],[8.55,-4.15],[6.85,-6.3],[5.85,-7.3],[3.45,-8.6],[0.35,-9.2],[-0.05,-9.15],[-2.2,-8.85],[-5.15,-8.35],[-8.9,-5.1],[-8.9,3],[-3.35,7.6],[7.75,5.95],[9.6,4.45],[9.7,4.35],[10.2,2.65],[10,1.7]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[156.573,202.911],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Ear-Outline","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[214,217,0]},"a":{"k":[193,218,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-1.3,0.133],[-0.167,0.033],[-0.1,0],[1.7,-0.3],[1.4,-3.667],[0.133,-1.033],[-0.934,-2.434],[-1.333,-0.834],[-0.034,-0.034],[-2.034,-0.166],[-2.433,3.734],[0,0],[0,0],[0.6,-0.533],[4.033,1.633],[1.133,2.133],[-1.533,2.5],[-1.467,0.467]],"o":[[1.267,-0.167],[0.166,-0.033],[-1.4,-0.967],[-3.9,0.367],[-0.1,0.433],[-0.167,1],[0.9,2.4],[1.3,0.8],[1.733,0.8],[4.466,0.133],[0,0],[0,0],[-0.633,0.467],[-3.367,2.733],[-2.567,-0.933],[-1.533,-2.9],[1.033,-1.7],[0.666,-0.2]],"v":[[-0.766,-9.042],[1.383,-9.341],[1.783,-9.391],[-2.867,-10.391],[-10.816,-4.341],[-11.167,-2.141],[-10.016,3.008],[-6.667,7.859],[-4.667,9.109],[0.984,10.559],[11.333,5.159],[11.083,4.309],[11.033,4.258],[9.184,5.758],[-1.917,7.409],[-7.467,2.809],[-7.467,-5.292],[-3.717,-8.542]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[155.14,203.103],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1}]},{"id":"comp_14","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Eye","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[220.5,182,0]},"a":{"k":[193,191,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0.366,0.267],[0.366,-0.3],[0,-0.667],[0,0],[0.133,-0.534],[-0.234,-0.234],[-0.433,0.167],[-0.3,0.4],[0,0],[0,0.4],[0.166,0.5]],"o":[[-0.567,-0.333],[-0.333,0.266],[0,0],[0,0.233],[-0.034,0.466],[0.333,0.266],[0.3,-0.134],[0,0],[0.067,-0.167],[0,-0.8],[-0.167,-0.533]],"v":[[0.425,-2.709],[-0.975,-2.758],[-1.475,-1.359],[-1.125,0.541],[-1.325,1.691],[-1.025,2.742],[0.125,2.891],[1.025,2.091],[1.375,1.291],[1.475,0.441],[1.225,-1.508]],"c":true}],"e":[{"i":[[0.366,0.267],[0.366,-0.3],[0,-0.667],[0,0],[0.133,-0.534],[-0.234,-0.234],[-0.433,0.167],[-0.3,0.4],[0,0],[0,0.4],[0.166,0.5]],"o":[[-0.567,-0.333],[-0.333,0.266],[0,0],[0,0.233],[-0.034,0.466],[0.333,0.266],[0.3,-0.134],[0,0],[0.067,-0.167],[0,-0.8],[-0.167,-0.533]],"v":[[0.425,-2.709],[-0.975,-2.758],[-1.475,-1.359],[-1.125,0.541],[-1.325,1.691],[-1.025,2.742],[0.125,2.891],[1.025,2.091],[1.375,1.291],[1.475,0.441],[1.225,-1.508]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":90,"s":[{"i":[[0.366,0.267],[0.366,-0.3],[0,-0.667],[0,0],[0.133,-0.534],[-0.234,-0.234],[-0.433,0.167],[-0.3,0.4],[0,0],[0,0.4],[0.166,0.5]],"o":[[-0.567,-0.333],[-0.333,0.266],[0,0],[0,0.233],[-0.034,0.466],[0.333,0.266],[0.3,-0.134],[0,0],[0.067,-0.167],[0,-0.8],[-0.167,-0.533]],"v":[[0.425,-2.709],[-0.975,-2.758],[-1.475,-1.359],[-1.125,0.541],[-1.325,1.691],[-1.025,2.742],[0.125,2.891],[1.025,2.091],[1.375,1.291],[1.475,0.441],[1.225,-1.508]],"c":true}],"e":[{"i":[[0.325,0.096],[0.504,-0.178],[0.429,-0.31],[-0.325,-0.286],[-0.554,0.065],[-0.257,0.017],[-0.305,0.002],[-0.284,-0.017],[-0.213,-0.04],[0.082,0.347],[0.395,0.355]],"o":[[-0.513,-0.152],[-0.499,0.176],[-0.351,0.254],[0.419,0.368],[0.256,-0.03],[0.305,-0.02],[0.285,-0.002],[0.216,0.013],[0.35,0.066],[-0.122,-0.517],[-0.252,-0.226]],"v":[[0.738,-0.739],[-0.866,-0.711],[-2.116,0.267],[-3.203,0.98],[-1.544,0.771],[-0.775,0.696],[0.141,0.658],[0.994,0.686],[1.641,0.746],[2.678,1.005],[1.459,-0.023]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":94,"s":[{"i":[[0.325,0.096],[0.504,-0.178],[0.429,-0.31],[-0.325,-0.286],[-0.554,0.065],[-0.257,0.017],[-0.305,0.002],[-0.284,-0.017],[-0.213,-0.04],[0.082,0.347],[0.395,0.355]],"o":[[-0.513,-0.152],[-0.499,0.176],[-0.351,0.254],[0.419,0.368],[0.256,-0.03],[0.305,-0.02],[0.285,-0.002],[0.216,0.013],[0.35,0.066],[-0.122,-0.517],[-0.252,-0.226]],"v":[[0.738,-0.739],[-0.866,-0.711],[-2.116,0.267],[-3.203,0.98],[-1.544,0.771],[-0.775,0.696],[0.141,0.658],[0.994,0.686],[1.641,0.746],[2.678,1.005],[1.459,-0.023]],"c":true}],"e":[{"i":[[0.366,0.267],[0.366,-0.3],[0,-0.667],[0,0],[0.133,-0.534],[-0.234,-0.234],[-0.433,0.167],[-0.3,0.4],[0,0],[0,0.4],[0.166,0.5]],"o":[[-0.567,-0.333],[-0.333,0.266],[0,0],[0,0.233],[-0.034,0.466],[0.333,0.266],[0.3,-0.134],[0,0],[0.067,-0.167],[0,-0.8],[-0.167,-0.533]],"v":[[0.425,-2.709],[-0.975,-2.758],[-1.475,-1.359],[-1.125,0.541],[-1.325,1.691],[-1.025,2.742],[0.125,2.891],[1.025,2.091],[1.375,1.291],[1.475,0.441],[1.225,-1.508]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":98,"s":[{"i":[[0.366,0.267],[0.366,-0.3],[0,-0.667],[0,0],[0.133,-0.534],[-0.234,-0.234],[-0.433,0.167],[-0.3,0.4],[0,0],[0,0.4],[0.166,0.5]],"o":[[-0.567,-0.333],[-0.333,0.266],[0,0],[0,0.233],[-0.034,0.466],[0.333,0.266],[0.3,-0.134],[0,0],[0.067,-0.167],[0,-0.8],[-0.167,-0.533]],"v":[[0.425,-2.709],[-0.975,-2.758],[-1.475,-1.359],[-1.125,0.541],[-1.325,1.691],[-1.025,2.742],[0.125,2.891],[1.025,2.091],[1.375,1.291],[1.475,0.441],[1.225,-1.508]],"c":true}],"e":[{"i":[[0.366,0.267],[0.366,-0.3],[0,-0.667],[0,0],[0.133,-0.534],[-0.234,-0.234],[-0.433,0.167],[-0.3,0.4],[0,0],[0,0.4],[0.166,0.5]],"o":[[-0.567,-0.333],[-0.333,0.266],[0,0],[0,0.233],[-0.034,0.466],[0.333,0.266],[0.3,-0.134],[0,0],[0.067,-0.167],[0,-0.8],[-0.167,-0.533]],"v":[[0.425,-2.709],[-0.975,-2.758],[-1.475,-1.359],[-1.125,0.541],[-1.325,1.691],[-1.025,2.742],[0.125,2.891],[1.025,2.091],[1.375,1.291],[1.475,0.441],[1.225,-1.508]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":240,"s":[{"i":[[0.366,0.267],[0.366,-0.3],[0,-0.667],[0,0],[0.133,-0.534],[-0.234,-0.234],[-0.433,0.167],[-0.3,0.4],[0,0],[0,0.4],[0.166,0.5]],"o":[[-0.567,-0.333],[-0.333,0.266],[0,0],[0,0.233],[-0.034,0.466],[0.333,0.266],[0.3,-0.134],[0,0],[0.067,-0.167],[0,-0.8],[-0.167,-0.533]],"v":[[0.425,-2.709],[-0.975,-2.758],[-1.475,-1.359],[-1.125,0.541],[-1.325,1.691],[-1.025,2.742],[0.125,2.891],[1.025,2.091],[1.375,1.291],[1.475,0.441],[1.225,-1.508]],"c":true}],"e":[{"i":[[0.325,0.096],[0.504,-0.178],[0.429,-0.31],[-0.325,-0.286],[-0.554,0.065],[-0.257,0.017],[-0.305,0.002],[-0.284,-0.017],[-0.213,-0.04],[0.082,0.347],[0.395,0.355]],"o":[[-0.513,-0.152],[-0.499,0.176],[-0.351,0.254],[0.419,0.368],[0.256,-0.03],[0.305,-0.02],[0.285,-0.002],[0.216,0.013],[0.35,0.066],[-0.122,-0.517],[-0.252,-0.226]],"v":[[0.738,-0.739],[-0.866,-0.711],[-2.116,0.267],[-3.203,0.98],[-1.544,0.771],[-0.775,0.696],[0.141,0.658],[0.994,0.686],[1.641,0.746],[2.678,1.005],[1.459,-0.023]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":244,"s":[{"i":[[0.325,0.096],[0.504,-0.178],[0.429,-0.31],[-0.325,-0.286],[-0.554,0.065],[-0.257,0.017],[-0.305,0.002],[-0.284,-0.017],[-0.213,-0.04],[0.082,0.347],[0.395,0.355]],"o":[[-0.513,-0.152],[-0.499,0.176],[-0.351,0.254],[0.419,0.368],[0.256,-0.03],[0.305,-0.02],[0.285,-0.002],[0.216,0.013],[0.35,0.066],[-0.122,-0.517],[-0.252,-0.226]],"v":[[0.738,-0.739],[-0.866,-0.711],[-2.116,0.267],[-3.203,0.98],[-1.544,0.771],[-0.775,0.696],[0.141,0.658],[0.994,0.686],[1.641,0.746],[2.678,1.005],[1.459,-0.023]],"c":true}],"e":[{"i":[[0.366,0.267],[0.366,-0.3],[0,-0.667],[0,0],[0.133,-0.534],[-0.234,-0.234],[-0.433,0.167],[-0.3,0.4],[0,0],[0,0.4],[0.166,0.5]],"o":[[-0.567,-0.333],[-0.333,0.266],[0,0],[0,0.233],[-0.034,0.466],[0.333,0.266],[0.3,-0.134],[0,0],[0.067,-0.167],[0,-0.8],[-0.167,-0.533]],"v":[[0.425,-2.709],[-0.975,-2.758],[-1.475,-1.359],[-1.125,0.541],[-1.325,1.691],[-1.025,2.742],[0.125,2.891],[1.025,2.091],[1.375,1.291],[1.475,0.441],[1.225,-1.508]],"c":true}]},{"t":248}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[192.698,190.72],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1}]},{"id":"comp_15","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Calvin-head Outlines - Group 4","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[214,217,0]},"a":{"k":[193,218,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-0.798,0.999],[6.7,-11.567],[0,0],[0,0],[0.615,-2.919],[0.106,-1.866],[0,0],[0,0],[0,0],[-0.267,-2.5],[-2.4,-3.333],[0,0],[-3.642,1.888],[-4.608,2.162],[-2.732,0.199],[-3.904,3.974],[0,0],[0.033,1.467],[-0.034,0.5],[-2.953,-1.695],[-4.448,0.162],[-4.7,-0.967],[-1.801,-0.733],[-0.234,-0.067],[6.333,5.1],[0,0],[14.833,-9.2]],"o":[[1.635,-2.368],[-12.367,3.1],[0,0],[0,0],[-2.251,3.248],[-0.494,2.467],[0,0],[0,0],[0,0],[-0.833,2.4],[0.466,4],[0,0],[0,0],[3.642,-1.888],[1.801,0.732],[10.029,-0.593],[0,0],[-1.733,-1.7],[-0.034,-0.533],[1.047,2.205],[2.952,1.729],[4.933,-0.033],[1.833,0.5],[0.166,0.1],[-1.734,-7.7],[0,0],[-13.167,-7.367],[0,0]],"v":[[-8.417,-13.617],[-4.767,-18.667],[-33.367,3.333],[-33.117,-1.517],[-32.267,-6.717],[-36.567,2.533],[-37.467,9.033],[-37.467,10.033],[-39.617,1.083],[-39.917,1.983],[-40.767,9.333],[-36.467,20.333],[-36.667,20.983],[-28.667,13.933],[-18.417,9.633],[-11.617,10.433],[9.283,3.584],[6.083,1.433],[3.433,-3.317],[3.433,-4.867],[9.433,0.983],[20.533,3.333],[34.983,4.733],[40.433,6.583],[41.033,6.834],[28.933,-12.367],[32.033,-13.617],[-9.967,-10.867]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[184.024,153.204],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1}]}],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[98.25,118.75,0],"e":[98.25,-21.25,0],"to":[71,-70.3333358764648,0],"ti":[-109,35.3333320617676,0]},{"t":122}]},"a":{"k":[-101.75,-71.25,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-3,10],[6.375,-7],[-0.999,-3.615],[0,0]],"o":[[0.934,-3.113],[-4.875,-6.5],[2.625,9.5],[0,0]],"v":[[-101.75,-77.125],[-110.25,-81.25],[-119,-76.625],[-110.25,-65.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[-109.789,-75.215],"ix":2},"a":{"k":[-109.789,-75.215],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[200,200,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":0,"nm":"note","refId":"comp_12","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":220,"s":[0],"e":[100]},{"t":224}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[200.5,184,0],"e":[304.5,-39,0],"to":[0,0,0],"ti":[56.5,18,0]},{"t":20,"s":[304.5,-39,0],"h":1},{"t":220,"s":[200.5,219,0],"h":1},{"t":299,"s":[200.5,184,0],"h":1}]},"a":{"k":[300,200,0]},"s":{"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"k":[{"t":0,"s":[{"i":[[0,0],[-1.5,-9.227],[0,0],[0.34,5.371]],"o":[[0,0],[2.079,12.786],[0,0],[-0.68,-10.727]],"v":[[134.59,135.5],[121.5,138.727],[135.34,149.953],[146.93,137.227]],"c":true}],"h":1},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":220,"s":[{"i":[[0,0],[-78,-434.727],[0,0],[-56.164,244.019]],"o":[[0,0],[45.478,253.466],[0,0],[102.82,-446.727]],"v":[[274.09,-16],[-273,188.727],[271.09,541.453],[851.18,194.727]],"c":true}],"e":[{"i":[[0,0],[-78,-434.727],[0,0],[-56.164,244.019]],"o":[[0,0],[45.478,253.466],[0,0],[102.82,-446.727]],"v":[[274.09,-16],[-273,188.727],[271.09,541.453],[851.18,194.727]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":282,"s":[{"i":[[0,0],[-78,-434.727],[0,0],[-56.164,244.019]],"o":[[0,0],[45.478,253.466],[0,0],[102.82,-446.727]],"v":[[274.09,-16],[-273,188.727],[271.09,541.453],[851.18,194.727]],"c":true}],"e":[{"i":[[0,0],[-1.5,-9.227],[0,0],[0.34,5.371]],"o":[[0,0],[2.079,12.786],[0,0],[-0.68,-10.727]],"v":[[134.59,135.5],[121.5,138.727],[135.34,149.953],[146.93,137.227]],"c":true}]},{"t":299}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"w":600,"h":400,"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Desk-Boy","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[265,231,0]},"a":{"k":[200,200,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0.034],[-0.033,0.333],[0.3,0.267],[0.868,-0.133],[6.433,-0.134],[9.599,-0.033],[16.8,-0.933],[0.034,-0.167],[0.132,-0.933],[-0.066,-0.866],[0.333,-0.466],[0,0],[0,0.467],[0,0],[-0.067,0.533],[-0.101,0.434],[17.5,-1.866],[-0.234,-1.3],[-8.034,-0.101],[-8.233,-0.299],[-10.4,0.2],[0,0],[-0.266,0],[-0.767,0.067],[0,0],[-0.2,0.033],[0,0],[-0.533,0.533],[-0.068,1]],"o":[[0.166,-0.633],[0.066,-0.601],[-0.333,-0.333],[-4.833,0.467],[-1.667,0.033],[-16.967,0.033],[0,0.167],[-0.066,0.467],[-0.034,0.434],[0.067,0.734],[0,0],[-0.234,-0.299],[0,0],[-0.067,-1.1],[0.133,-0.634],[-17.667,0.934],[-0.467,1.167],[7.966,-0.601],[4.133,0.066],[4,0.067],[0,0],[0.2,0.066],[0.701,0.067],[0,0],[0.266,-0.034],[0,0],[1.5,-0.066],[0.5,-0.467],[0.133,-1.701]],"v":[[70.184,-13.484],[70.484,-14.932],[70.133,-16.234],[68.333,-16.533],[51.434,-15.632],[34.534,-15.533],[-16.117,-14.083],[-16.167,-13.583],[-16.466,-11.484],[-16.417,-9.533],[-16.816,-7.734],[-17.216,-7.583],[-17.566,-8.734],[-17.566,-9.984],[-17.566,-12.432],[-17.216,-14.033],[-69.966,-9.833],[-70.316,-6.132],[-46.316,-6.882],[-27.767,-6.333],[-6.167,-6.533],[60.133,-7.682],[60.833,-7.583],[63.034,-7.583],[64.734,-7.682],[65.434,-7.783],[66.083,-7.783],[69.133,-8.682],[69.984,-10.882]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[-0.533,1.801],[0,0],[-0.033,0.033],[0,0],[3.566,0.199],[1.966,0.167],[2.3,-0.2],[0.533,0.334],[-0.066,-0.733],[-0.033,-0.399],[0.099,-0.733],[0.367,-1.401],[0,-1.101],[0,0],[-2.2,0.101],[-4.301,-0.033],[-0.667,0.101],[-1.101,0.2],[-1.667,-0.167],[-1.066,-0.233],[-3.5,0.033],[-2.833,-0.068],[0,0],[-0.333,-0.2],[-0.033,-0.067],[-0.901,0.167],[-0.099,0.833],[-0.068,0.467],[0.066,1.134],[-0.099,0.734]],"o":[[0,0],[0,-0.066],[0,0],[-7.134,0.166],[-1.7,-0.068],[-2.5,0.2],[-1.301,0.099],[0.033,0.634],[0.267,2.4],[0.067,0.901],[-0.067,0.734],[-0.066,0.533],[0,0],[1.833,-0.333],[1.601,-0.1],[1.333,0],[0.566,-0.066],[0.866,-0.134],[1.466,0.134],[3.833,-0.3],[2.833,0],[0,0],[0.433,0.033],[0.067,0.033],[0.932,-0.134],[-0.167,-0.5],[0.167,-0.866],[0.099,-0.799],[-0.034,-1.5],[0.101,-0.799]],"v":[[59.833,1.766],[60.934,-1.484],[60.984,-1.632],[23.734,-0.882],[7.684,-0.932],[2.184,-1.283],[-5.016,-0.682],[-7.766,-1.033],[-7.617,1.016],[-7.167,5.217],[-7.216,7.667],[-7.867,10.868],[-7.966,13.318],[-7.917,16.667],[-1.867,16.016],[6.984,15.917],[9.984,15.766],[12.484,15.368],[16.284,15.417],[20.083,15.967],[31.083,15.467],[39.583,15.568],[54.434,15.868],[55.583,16.217],[55.734,16.368],[58.484,15.917],[58.383,13.917],[58.734,11.917],[58.784,9.016],[58.883,5.667]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[222.831,221.245],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.066],[0,0],[0.101,-0.799],[-0.034,-1.5],[0.099,-0.799],[0.167,-0.866],[-0.167,-0.5],[0.932,-0.134],[0.067,0.033],[0.433,0.033],[0,0],[2.833,0],[3.833,-0.3],[1.466,0.134],[0.866,-0.134],[0.566,-0.066],[1.333,0],[1.601,-0.1],[1.833,-0.333],[0,0],[-0.066,0.533],[-0.067,0.734],[0.067,0.901],[0.267,2.4],[0.033,0.634],[-1.301,0.099],[-2.5,0.2],[-1.7,-0.068],[-7.134,0.166],[0,0]],"o":[[0,0],[-0.533,1.801],[-0.099,0.734],[0.066,1.134],[-0.068,0.467],[-0.099,0.833],[-0.901,0.167],[-0.033,-0.067],[-0.333,-0.2],[0,0],[-2.833,-0.068],[-3.5,0.033],[-1.066,-0.233],[-1.667,-0.167],[-1.101,0.2],[-0.667,0.101],[-4.301,-0.033],[-2.2,0.101],[0,0],[0,-1.101],[0.367,-1.401],[0.099,-0.733],[-0.033,-0.399],[-0.066,-0.733],[0.533,0.334],[2.3,-0.2],[1.966,0.167],[3.566,0.199],[0,0],[-0.033,0.033]],"v":[[61.409,-31.817],[60.308,-28.567],[59.358,-24.667],[59.259,-21.317],[59.209,-18.417],[58.858,-16.417],[58.959,-14.417],[56.209,-13.966],[56.058,-14.117],[54.909,-14.466],[40.058,-14.766],[31.558,-14.867],[20.558,-14.367],[16.759,-14.917],[12.959,-14.966],[10.459,-14.567],[7.459,-14.417],[-1.392,-14.317],[-7.442,-13.667],[-7.491,-17.016],[-7.392,-19.466],[-6.741,-22.667],[-6.692,-25.117],[-7.142,-29.317],[-7.291,-31.367],[-4.541,-31.016],[2.659,-31.617],[8.159,-31.266],[24.209,-31.216],[61.459,-31.966]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[0.066,-0.601],[0.166,-0.633],[0.133,-1.701],[0.5,-0.467],[1.5,-0.066],[0,0],[0.266,-0.034],[0,0],[0.701,0.067],[0.2,0.066],[0,0],[4,0.067],[4.133,0.066],[7.966,-0.601],[-0.467,1.167],[-17.667,0.934],[0.133,-0.634],[-0.067,-1.1],[0,0],[-0.234,-0.299],[0,0],[0.067,0.734],[-0.034,0.434],[-0.066,0.467],[0,0.167],[-16.967,0.033],[-1.667,0.033],[-4.833,0.467],[-0.333,-0.333]],"o":[[-0.033,0.333],[0,0.034],[-0.068,1],[-0.533,0.533],[0,0],[-0.2,0.033],[0,0],[-0.767,0.067],[-0.266,0],[0,0],[-10.4,0.2],[-8.233,-0.299],[-8.034,-0.101],[-0.234,-1.3],[17.5,-1.866],[-0.101,0.434],[-0.067,0.533],[0,0],[0,0.467],[0,0],[0.333,-0.466],[-0.066,-0.866],[0.132,-0.933],[0.034,-0.167],[16.8,-0.933],[9.599,-0.033],[6.433,-0.134],[0.868,-0.133],[0.3,0.267]],"v":[[70.959,-45.266],[70.659,-43.817],[70.459,-41.216],[69.608,-39.016],[66.558,-38.117],[65.909,-38.117],[65.209,-38.016],[63.509,-37.917],[61.308,-37.917],[60.608,-38.016],[-5.692,-36.867],[-27.292,-36.667],[-45.841,-37.216],[-69.841,-36.466],[-69.491,-40.167],[-16.741,-44.367],[-17.091,-42.766],[-17.091,-40.317],[-17.091,-39.067],[-16.741,-37.917],[-16.341,-38.067],[-15.942,-39.867],[-15.991,-41.817],[-15.692,-43.917],[-15.642,-44.417],[35.009,-45.867],[51.909,-45.966],[68.808,-46.867],[70.608,-46.567]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ks":{"k":{"i":[[0,0.5],[0.432,0.466],[1.701,-0.101],[17.1,-0.267],[7.634,-0.368],[1.466,-0.134],[0,0],[8.634,-0.767],[12.5,-1.267],[0.5,-0.434],[-0.201,-2.3],[-0.367,-0.3],[-1.034,0.167],[-0.834,0.067],[0,-0.299],[0,0],[-0.067,-0.433],[0,0],[-0.033,-0.7],[-0.1,-0.368],[-0.267,-0.133],[-0.4,0.067],[0,0],[-0.533,-0.033],[-1.967,-0.033],[0.099,-0.534],[1.433,-9.366],[0,0],[-0.066,-0.099],[0.266,-1.901],[0.266,-1.434],[0.766,-2.299],[0.034,-0.267],[0,0],[1.199,-0.801],[0.234,-0.366],[-0.133,-0.368],[-0.034,-0.033],[0.033,-0.034],[0,0],[0,0],[0,0],[-0.033,-0.133],[0,0],[-0.166,-0.101],[0,0],[-1.667,-0.099],[-0.4,0.067],[-0.366,0.333],[-0.1,0.4],[0.167,0.367],[0.066,0.1],[0.066,0.033],[0.3,0],[0,0],[0.066,-0.101],[0,0],[-0.799,-0.401],[3.201,0.8],[-1.233,-0.068],[-0.467,-0.033],[-0.167,-0.067],[-0.199,0.167],[-0.067,-0.034],[0,0],[-0.666,0.067],[-1.034,0.034],[0,0],[0,0],[0.066,0.066],[0,0],[0,0],[0,0],[0,0],[0.166,-0.066],[0,0],[0,0.033],[1.067,0.101],[0,0],[-0.2,0.833],[-0.434,1.7],[-0.5,3.333],[-0.7,5.399],[0,0],[-0.066,0.233],[0,0],[0,0],[0,0],[-0.034,0.301],[-0.634,2.899],[-0.201,0.834],[-0.1,1.134],[-0.066,0.834],[-0.299,0.967],[-0.067,0.301],[-7.833,0.134],[-4.667,-0.367],[0,0],[-0.834,-4.701],[-1.533,-7.334],[1.1,0.099],[0.2,-0.068],[0.132,-0.233],[-0.167,-0.167],[0,0],[-1.8,-0.166],[-0.366,-1.801],[0,0],[0.066,-0.133],[0,0],[0.068,-0.033],[2.133,0.2],[-0.201,2.367],[0,0],[-0.034,0.167],[-0.101,0.132],[0.033,0],[-0.033,0.6],[-0.167,5.967],[0,0],[0,0],[0,0],[0,0],[0.066,0.033],[0.099,-0.066],[0.134,-1.667],[0,0],[0.232,-2.966],[0.333,-2.5],[6.333,0.5],[2.399,0.199],[0.233,0],[0.1,-0.066],[-0.066,-0.333],[-0.199,-0.133],[-8,-0.734],[0,0],[0.134,-0.734],[0.5,-2.5],[0.099,-0.834],[0.401,-0.066],[1.133,-0.399],[0.067,-0.234],[-0.367,-0.301],[-0.434,-0.099],[-1.601,-0.066],[-1,0],[-1.267,0],[-0.667,0.067],[-0.267,-0.066],[-0.566,0.033],[-0.099,0.401],[0.8,0.334],[1,0.134],[0.701,-0.033],[-0.2,1.033],[-0.234,1.267],[-0.099,0.601],[0,0],[0,0],[0,0],[-0.7,0.134],[-0.632,-5.534],[0.401,-0.534],[0.033,-0.333],[1.267,-0.101],[0.267,-0.8],[-0.634,-0.633],[-0.066,-0.066],[0,0],[0,-0.3],[-0.133,-0.1],[-0.368,-0.066],[0,0],[0,0],[0,0],[-1.601,-0.066],[0,0],[-0.368,-0.034],[-2.733,0.034],[-0.467,0.534],[0.232,0.766],[0.634,0.334],[0.767,0.101],[0,0],[0,0],[0,0],[0,0],[0.134,-0.034],[1.199,-0.233],[0,-0.3],[-0.2,-0.133],[-0.8,0],[-1.799,0.234],[0,0],[0,0],[0.1,-0.233],[0.467,0],[0.233,0.101],[0,0],[0.967,0],[0,0],[0,0],[0,0],[0.733,0.033],[0.199,0.034],[0.366,0.099],[0,0.033],[0.167,0.033],[0.167,0.166],[-0.033,0.101],[0.034,0.001],[0,0],[-0.101,0.033],[-0.166,0.066],[0,0],[0,0],[0,0],[0,0],[-0.467,0.034],[-0.234,0.134],[0,0],[-0.301,0.132],[0,0],[0,0],[0,0],[1.3,7.567],[-1.167,0.166],[-1.9,0.367],[-15.467,0.134],[-1.2,0.199],[0,0],[-0.601,-0.033],[0,0],[0,0],[-0.132,0.266],[0.067,0.034],[0,0],[0.433,0.133],[0,0],[0,0],[0,0],[0.133,0],[0,0],[0,0],[3.901,-0.3],[7.433,-1],[0.033,0.101],[0.266,1.299],[-2.701,0.066],[-6.733,0.3],[-6.467,-0.5],[-0.233,0],[0,0],[-0.134,-0.066],[-0.366,-0.399],[0,0],[0,0],[0,0],[-2.333,-6.467],[0,0],[0,0],[-1.432,-0.833],[-0.033,-0.1],[0.366,-0.134],[0.901,-0.066],[0.568,0.066],[0.633,-0.034],[0.466,0],[0,0],[0,0],[0,0],[0.033,0],[0.201,0.2],[0.033,0.067],[0,0],[-0.167,0.233],[-0.333,0.167],[-0.5,0],[-0.2,0.033],[0,0],[-0.099,0.099],[-0.2,0.2],[0,0],[0.033,0.033],[0,0],[0.099,0.034],[0.066,0],[0,0],[1.066,-0.201],[0.1,-0.1],[0,-0.134],[0.366,-0.334],[0.101,-0.167],[0.067,-0.267],[0,0],[0,0],[0,0],[0,-0.267],[-0.4,-0.201],[-0.434,-0.067],[-0.299,-0.033],[-0.634,0.233],[0,0],[-1.434,0.267],[-0.101,0],[-0.167,0.3],[-0.034,0.166],[0.266,0.2],[0,0],[0.132,0.067],[0.333,0.134],[1.1,0.099],[0.033,0.034],[0,0],[1.399,4.567],[-0.034,0.233],[0.133,0.134],[-0.068,0.2],[0.167,0.2],[0.432,0.067],[0,0],[1.433,5.901],[0.299,1],[0.099,0.299],[0.368,0.266],[0.334,-0.133],[0.066,0.067],[-2.766,-9.299],[11.234,-0.266],[3.299,-0.101],[2.433,0],[0.033,0.3],[0.399,1.9],[0.366,4.933],[-4.334,0.334],[-1.2,0.067],[0,0],[-0.533,0.067],[-0.933,0.034],[0,0],[-1.099,0.2],[0,0],[-0.367,0.034],[-2.367,-0.1],[-5.566,0.133],[0,0],[0,0],[0,0],[-1.667,0.034],[-1.5,-0.134],[-0.299,0.233],[-0.034,0.367],[0.2,0.266],[0.033,0],[0.068,0.3],[0.066,0.267],[-0.167,1.132],[0.033,1.467],[-0.067,0.667],[-0.4,1.466],[0,0],[0,0.401],[-0.033,0.401],[-1.068,0],[-0.466,0.099],[-0.467,0.4],[-0.134,1.199],[-0.101,0.667]],"o":[[0.066,-0.9],[-0.568,-0.634],[-9.667,0.599],[-19.101,0.299],[-1.4,0.033],[0,0],[-7.266,0.366],[-6.366,0.533],[-1.267,0.101],[-0.934,0.733],[0.133,0.933],[0.366,0.367],[0.766,-0.1],[-0.034,0.301],[0,0],[0.199,0.767],[0,0],[0.066,0.333],[0.067,0.6],[0.101,0.466],[0.166,0.167],[0,0],[0.166,0.201],[1.334,0.101],[-0.167,0.401],[-1.801,9.333],[0,0],[-0.034,0.099],[-0.299,1.901],[-0.567,4.066],[-0.534,3.066],[-0.101,0.333],[0,0],[-2.134,-0.134],[-0.367,0.233],[-0.233,0.401],[0,0.033],[-0.034,0.033],[0,0],[0,0],[0,0],[-0.033,0.167],[0,0],[0.101,0.134],[0,0],[1.1,0.099],[0.699,0.067],[0.6,-0.066],[0.301,-0.301],[0.101,-0.466],[-0.066,-0.133],[-0.1,-0.033],[-0.301,-0.101],[0,0],[-0.4,0.066],[0,0],[0.966,0.233],[-4.799,0.033],[0.434,-0.466],[0.567,0.033],[0.099,0.067],[0.333,0.099],[0.067,0],[0,0],[0.533,-0.133],[1.201,-0.099],[0,0],[0,0],[0.099,-0.068],[0,0],[0,0],[0,0],[0,0],[-0.167,-0.066],[0,0],[-0.067,-0.033],[-0.666,0.033],[0,0],[0.067,-0.733],[0.066,-0.233],[0.533,-2.133],[0.1,-0.601],[0,0],[0,-0.301],[0,0],[0,0],[0,0],[0.034,-0.299],[0.6,-4.533],[0.4,-1.767],[0.299,-1.5],[0.133,-1.699],[0.134,-1.533],[0.234,-0.833],[4.7,0.101],[11.034,-0.133],[0,0],[0.033,3.966],[0.133,0.666],[-1.267,-0.067],[-0.167,0.066],[-0.432,0.066],[-0.067,0.2],[0,0],[1.566,0.233],[0.366,1.767],[0,0],[-0.134,0.1],[0,0],[-0.099,0.033],[-1.8,-0.233],[0.333,-2.133],[0,0],[-0.066,-0.234],[0.033,-0.099],[-0.033,0.033],[0.033,-0.566],[0.199,-2.966],[0,0],[0,0],[0,0],[0,0],[-0.166,0],[-0.067,-0.033],[-0.333,0.2],[0,0],[-0.233,5.399],[-0.233,2.767],[-4.866,-0.467],[-14.167,-1],[-0.267,-0.034],[-0.234,0.034],[-0.367,0.167],[0.034,0.201],[4.467,0.534],[0,0],[-0.134,0.766],[-0.233,1.233],[-0.2,0.934],[-0.368,0.033],[-2.433,0.3],[-0.467,0.134],[-0.166,0.366],[0.233,0.166],[1.333,0.3],[0.666,-0.199],[0.633,0.033],[0.333,0],[0.366,0],[0.5,-0.066],[0.734,-0.067],[0.134,-0.466],[-2,-0.833],[-0.466,-0.066],[0.134,-0.899],[0.567,-2.434],[0.132,-0.566],[0,0],[0,0],[0,0],[0.766,0.099],[0.966,5.367],[-0.566,0.132],[-0.266,0.366],[-1.9,-0.167],[-1.467,0.166],[-0.233,0.7],[0.066,0.067],[0,0],[-0.401,0.134],[0,0.166],[0.068,0.101],[0,0],[0,0],[0,0],[0.467,0.101],[0,0],[0.366,0.034],[1.333,0.066],[1.401,-0.066],[0.399,-0.533],[-0.268,-0.7],[-0.533,-0.267],[0,0],[0,0],[0,0],[0,0],[-0.134,0],[-0.566,0.066],[-0.567,0.167],[0,0.2],[0.3,0.234],[0.899,-0.034],[0,0],[0,0],[0.199,0.2],[-0.099,0.267],[-0.267,0.066],[0,0],[-1.3,0.034],[0,0],[0,0],[0,0],[-0.767,0],[-0.134,0],[-0.334,0],[-0.101,0],[-0.167,-0.034],[-0.434,-0.066],[-0.133,-0.134],[-0.032,-0.032],[0,0],[0,-0.066],[-0.034,-0.101],[0,0],[0,0],[0,0],[0,0],[0.234,-0.101],[0.167,-0.033],[0,0],[0.466,-0.534],[0,0],[0,0],[0,0],[-0.5,-4.5],[0.934,0.034],[0.466,-0.068],[10.234,-2],[2.5,-0.066],[0,0],[0.3,0],[0,0],[0,0],[0.133,-0.099],[0.067,-0.201],[0,0],[-0.067,-0.166],[0,0],[0,0],[0,0],[-0.234,0.099],[0,0],[0,0],[-7.367,0.433],[-9.433,0.734],[-0.034,-0.134],[-0.367,-2.099],[2.333,0.066],[3.366,-0.067],[4.166,-0.034],[0.101,-0.033],[0,0],[0.299,0],[0.232,0.101],[0,0],[0,0],[0,0],[1.866,6.133],[0,0],[0,0],[1.6,-0.101],[0.2,0.134],[0.066,0.267],[-0.368,0.2],[-0.766,0.134],[-1,0.099],[-0.301,-0.034],[0,0],[0,0],[0,0],[-0.034,-0.033],[-0.534,-0.066],[-0.099,-0.1],[0,0],[-0.167,-0.233],[0.066,-0.101],[0.7,-0.233],[0.3,-0.034],[0,0],[0.267,-0.068],[0.033,-0.034],[0,0],[-0.033,-0.067],[0,0],[-0.068,-0.034],[-0.068,-0.033],[0,0],[-0.467,-0.266],[-0.567,0.166],[-0.134,0.067],[-0.267,0.166],[-0.333,0.199],[-0.133,0.2],[0,0],[0,0],[0,0],[-0.233,0.167],[-0.066,0.299],[0.167,0.099],[1.266,0.233],[0.833,0.101],[0,0],[2.934,-0.201],[0.1,-0.033],[0.5,-0.467],[0.166,-0.233],[0.066,-0.368],[0,0],[-0.334,-0.334],[-0.167,-0.166],[-1.201,-0.533],[-0.099,0],[0,0],[-2.733,-8.333],[0.133,-0.167],[0,-0.234],[0.099,-0.133],[0.066,-0.3],[-0.132,-0.133],[0,0],[-2.133,-7.099],[-0.534,-2.366],[-0.101,-0.4],[-0.234,-0.567],[-0.132,-0.101],[-0.333,0.1],[1.766,8.334],[-11.066,-1.4],[-6.599,0.3],[-2.8,0.066],[-0.167,-0.833],[-0.899,-3.899],[-0.934,-4.666],[2.5,-0.067],[1.399,-0.133],[0,0],[0.5,-0.066],[1.567,-0.133],[0,0],[2.266,-0.066],[0,0],[0.333,-0.033],[0.766,-0.033],[5.533,0.334],[0,0],[0,0],[0,0],[1.533,0.299],[1.266,0.067],[0.8,0.033],[0.267,-0.166],[0.033,-0.333],[-0.034,-0.068],[0.033,-0.233],[-0.166,-0.533],[0,-0.266],[0.132,-0.8],[-0.067,-1.633],[0.1,-0.833],[0,0],[0.234,-0.766],[-0.067,-0.566],[1,-0.066],[0.932,-0.067],[0.734,-0.167],[0.601,-0.6],[0.033,-1.401],[0.232,-1.033]],"v":[[72.509,-45.667],[71.959,-47.716],[68.558,-48.516],[28.409,-47.216],[-11.692,-46.216],[-15.991,-45.966],[-16.192,-45.966],[-40.042,-44.266],[-68.341,-41.567],[-70.991,-40.766],[-72.091,-36.216],[-71.341,-34.367],[-69.241,-34.067],[-66.841,-34.317],[-66.891,-33.417],[-66.391,-30.417],[-65.991,-28.617],[-64.091,-15.466],[-63.942,-13.917],[-63.692,-12.466],[-63.141,-11.567],[-62.292,-11.417],[-62.241,-11.417],[-61.192,-11.067],[-56.241,-10.867],[-56.641,-9.466],[-61.491,18.583],[-61.591,18.784],[-61.542,19.083],[-62.391,24.784],[-63.641,33.034],[-65.591,41.083],[-65.792,41.984],[-66.141,41.984],[-71.141,42.984],[-72.042,43.883],[-72.192,45.034],[-72.141,45.133],[-72.241,45.234],[-72.391,45.383],[-72.491,45.534],[-72.542,45.683],[-72.542,46.133],[-72.442,46.383],[-72.042,46.734],[-63.542,47.284],[-59.391,47.583],[-57.741,47.583],[-56.292,46.984],[-55.692,45.933],[-55.792,44.683],[-55.991,44.333],[-56.241,44.234],[-57.141,44.083],[-59.542,44.034],[-60.241,44.284],[-60.091,44.534],[-57.442,45.484],[-69.442,44.333],[-66.942,43.734],[-65.391,43.833],[-64.991,44.034],[-64.192,43.933],[-63.991,43.984],[-63.991,43.933],[-62.192,43.633],[-58.841,43.433],[-58.491,43.333],[-58.391,43.234],[-58.341,43.034],[-58.792,42.833],[-59.741,42.583],[-59.841,42.583],[-60.141,42.433],[-60.641,42.433],[-60.841,42.383],[-60.942,42.284],[-63.542,42.183],[-63.792,42.183],[-63.391,39.833],[-62.641,36.933],[-61.091,28.734],[-59.891,19.734],[-59.792,19.734],[-59.692,18.933],[-59.692,18.683],[-59.591,18.333],[-59.692,18.333],[-59.591,17.433],[-57.741,6.284],[-56.841,2.383],[-56.241,-1.567],[-55.942,-5.367],[-55.292,-9.117],[-54.841,-10.817],[-36.042,-10.867],[-12.491,-10.516],[-11.341,-10.466],[-10.041,2.534],[-7.541,14.534],[-11.091,14.284],[-11.642,14.484],[-12.491,14.933],[-12.341,15.484],[-12.291,15.534],[-7.241,16.133],[-6.142,21.484],[-6.291,21.583],[-6.591,21.933],[-7.892,22.484],[-8.142,22.583],[-14.041,21.933],[-13.241,15.183],[-13.192,15.234],[-13.241,14.633],[-13.041,14.284],[-13.142,14.333],[-13.041,12.583],[-12.491,-0.817],[-12.341,-5.716],[-12.392,-6.516],[-12.291,-10.117],[-12.642,-10.317],[-12.991,-10.367],[-13.241,-10.317],[-13.942,-7.516],[-14.392,1.284],[-15.091,13.833],[-15.942,21.734],[-32.741,20.284],[-57.591,18.484],[-58.341,18.433],[-58.841,18.583],[-59.292,19.333],[-58.942,19.833],[-40.241,21.734],[-16.291,23.984],[-16.692,26.234],[-17.791,31.833],[-18.241,34.484],[-19.392,34.633],[-24.741,35.683],[-25.542,36.234],[-25.241,37.234],[-24.241,37.633],[-19.841,38.183],[-17.341,37.883],[-14.491,37.933],[-12.991,37.833],[-12.041,37.933],[-10.442,37.784],[-9.192,37.083],[-10.192,35.883],[-14.692,34.433],[-16.442,34.383],[-15.942,31.484],[-14.741,25.933],[-14.392,24.183],[-8.341,24.734],[-7.892,24.734],[-7.791,24.734],[-5.591,24.683],[-3.192,41.034],[-4.642,42.034],[-5.091,43.083],[-9.841,42.984],[-12.442,44.433],[-11.841,46.433],[-11.642,46.633],[-11.741,46.633],[-12.341,47.284],[-12.142,47.683],[-11.491,47.933],[-9.942,48.133],[-9.241,48.083],[-8.692,48.183],[-5.591,48.433],[-5.091,48.433],[-3.991,48.534],[2.108,48.583],[4.909,47.683],[5.159,45.734],[3.808,44.183],[1.858,43.633],[1.509,43.633],[1.509,43.683],[1.009,43.683],[0.959,43.683],[0.558,43.734],[-2.091,44.183],[-2.942,44.883],[-2.642,45.383],[-0.991,45.734],[3.058,45.333],[3.108,45.333],[3.659,45.683],[3.808,46.333],[2.959,46.734],[2.209,46.683],[1.858,46.333],[-1.541,46.383],[-1.591,46.383],[-2.091,46.433],[-4.791,46.284],[-7.041,46.234],[-7.541,46.183],[-8.591,46.034],[-8.741,45.984],[-9.241,45.883],[-10.142,45.534],[-10.291,45.183],[-10.392,45.133],[-10.241,45.133],[-10.091,44.984],[-9.892,44.734],[-9.541,44.633],[-7.791,44.383],[-5.142,44.383],[-4.942,44.284],[-3.892,44.083],[-3.291,43.833],[-3.241,43.784],[-2.091,42.784],[-1.291,42.583],[-1.041,42.383],[-0.942,42.284],[-3.642,24.183],[-0.491,23.984],[3.058,23.333],[41.608,20.133],[47.159,19.734],[47.909,19.833],[49.259,19.883],[49.858,19.784],[50.409,19.583],[50.808,19.034],[50.808,18.683],[50.659,18.433],[49.909,17.984],[49.259,17.883],[48.459,17.883],[47.259,18.034],[46.709,18.183],[46.308,18.234],[38.209,18.034],[21.308,19.133],[-3.991,21.734],[-4.091,21.383],[-5.041,16.284],[2.509,16.284],[17.659,15.734],[33.608,16.433],[34.108,16.383],[50.009,17.534],[50.659,17.633],[51.558,18.383],[51.558,18.484],[51.858,19.234],[51.959,19.234],[58.259,38.133],[58.209,38.133],[58.558,39.484],[63.108,40.583],[63.459,40.933],[63.009,41.534],[61.108,41.933],[59.108,42.034],[56.659,42.234],[55.509,42.183],[54.759,42.183],[54.209,42.083],[54.009,42.133],[53.909,42.083],[52.808,41.683],[52.608,41.433],[52.659,41.433],[52.659,40.734],[53.259,40.333],[55.058,39.984],[55.808,39.883],[55.808,39.984],[56.358,39.734],[56.709,39.383],[56.808,39.284],[56.709,39.133],[56.709,39.034],[56.459,38.933],[56.259,38.883],[55.709,38.883],[53.409,38.784],[52.409,39.183],[52.209,39.484],[51.259,40.234],[50.608,40.784],[50.308,41.484],[50.259,41.784],[50.159,41.784],[49.409,42.133],[49.058,42.784],[49.558,43.534],[50.459,43.784],[52.808,44.183],[55.009,43.984],[57.858,43.784],[64.409,43.083],[64.709,43.034],[65.709,41.883],[66.009,41.284],[65.709,40.433],[65.459,39.984],[64.759,39.383],[64.009,38.933],[60.558,37.984],[60.358,37.933],[60.108,37.933],[53.909,18.583],[54.159,17.984],[53.959,17.433],[54.209,16.933],[54.058,16.183],[53.209,15.883],[53.108,15.883],[47.759,-3.617],[46.509,-8.667],[46.209,-9.716],[45.308,-10.966],[44.608,-10.917],[44.009,-10.867],[50.808,15.583],[17.358,13.883],[2.509,14.484],[-5.341,14.583],[-5.642,12.883],[-7.591,4.183],[-9.541,-10.216],[0.709,-10.817],[4.608,-11.117],[6.009,-11.117],[7.558,-11.317],[11.308,-11.567],[16.259,-11.667],[21.308,-12.067],[21.409,-12.067],[22.459,-12.167],[27.159,-12.067],[43.808,-11.766],[43.808,-11.617],[48.659,-11.966],[50.709,-11.966],[55.509,-11.567],[59.659,-11.266],[61.308,-11.567],[61.759,-12.367],[61.509,-13.266],[61.409,-13.367],[61.358,-14.167],[61.009,-15.367],[61.259,-17.466],[61.409,-20.867],[61.409,-24.317],[62.159,-27.766],[63.558,-33.167],[63.909,-34.917],[63.858,-36.367],[66.959,-36.466],[69.058,-36.716],[70.858,-37.567],[71.959,-40.266],[72.159,-43.367]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ind":3,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[-0.034,0.001]],"o":[[0,0],[0,-0.032],[0,0]],"v":[[60.808,40.784],[60.858,40.833],[60.909,40.784]],"c":true}},"nm":"Path 4","mn":"ADBE Vector Shape - Group"},{"ind":4,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-9.642,44.833],[-9.392,44.734],[-9.642,44.784]],"c":true}},"nm":"Path 5","mn":"ADBE Vector Shape - Group"},{"ind":5,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-10.091,45.234],[-10.142,45.234],[-10.091,45.333]],"c":true}},"nm":"Path 6","mn":"ADBE Vector Shape - Group"},{"ind":6,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-9.791,45.583],[-9.841,45.583]],"c":true}},"nm":"Path 7","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[222.356,251.579],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":9,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":0,"nm":"ear","parent":12,"refId":"comp_13","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":126,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":217,"s":[0],"e":[0]},{"t":237}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":126,"s":[159,201.5,0],"e":[157,201.535,0],"to":[-0.33328256011009,0.00581746874377,0],"ti":[0.33328256011009,-0.00581746874377,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":129,"s":[157,201.535,0],"e":[157,201.535,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":214,"s":[157,201.535,0],"e":[158.939,198.001,0],"to":[0.32310199737549,-0.58906197547913,0],"ti":[-0.33328256011009,0.00581746874377,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":217,"s":[158.939,198.001,0],"e":[159,201.5,0],"to":[0.33328256011009,-0.00581746874377,0],"ti":[-0.01018057018518,-0.5832445025444,0]},{"t":237}]},"a":{"k":[180,200.5,0]},"s":{"k":[100,100,100]}},"ao":0,"w":400,"h":400,"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Mac-Mouth","parent":12,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":126,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":217,"s":[0],"e":[0]},{"t":237}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":126,"s":[206.5,192,0],"e":[203.5,192.052,0],"to":[-0.4999238550663,0.00872620288283,0],"ti":[0.4999238550663,-0.00872620288283,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":129,"s":[203.5,192.052,0],"e":[203.5,192.052,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":214,"s":[203.5,192.052,0],"e":[206.535,194,0],"to":[0.5057412981987,0.32455635070801,0],"ti":[-0.4999238550663,0.00872620288283,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":217,"s":[206.535,194,0],"e":[206.5,192,0],"to":[0.4999238550663,-0.00872620288283,0],"ti":[0.00581746874377,0.33328256011009,0]},{"t":237}]},"a":{"k":[200,200,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.134,-0.133],[0.567,-0.2],[0.234,-0.1],[0.3,0.101],[0,0.334],[-0.166,0.233],[-0.6,0.267],[0,0],[-0.2,-0.099],[0.1,-0.366],[0.267,-0.433]],"o":[[-0.133,0.101],[-0.467,0.2],[-0.433,0.166],[-0.167,-0.133],[0.033,-0.267],[0.267,-0.3],[0,0],[0.467,-0.201],[0.367,0.134],[0,0.033],[-0.2,0.267]],"v":[[1.225,0.524],[0.175,0.974],[-0.875,1.424],[-1.975,1.524],[-2.225,0.824],[-1.925,0.074],[-0.625,-0.776],[0.725,-1.375],[1.725,-1.526],[2.125,-0.776],[1.725,-0.076]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[203.098,214.087],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":0,"nm":"eye","parent":12,"refId":"comp_14","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":126,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":217,"s":[0],"e":[0]},{"t":237}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":126,"s":[212,181,0],"e":[205.527,182.613,0],"to":[-1.07880520820618,0.26886868476868,0],"ti":[1.07880520820618,-0.26886868476868,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":129,"s":[205.527,182.613,0],"e":[205.527,182.613,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":149,"s":[205.527,182.613,0],"e":[210.527,182.646,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":154,"s":[210.527,182.646,0],"e":[210.527,182.646,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":168,"s":[210.527,182.646,0],"e":[205.527,182.613,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":174,"s":[205.527,182.613,0],"e":[205.527,182.613,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":214,"s":[205.527,182.613,0],"e":[212.087,185.999,0],"to":[1.09334886074066,0.56433773040771,0],"ti":[-1.07880520820618,0.26886868476868,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":217,"s":[212.087,185.999,0],"e":[212,181,0],"to":[1.07880520820618,-0.26886868476868,0],"ti":[0.01454367209226,0.83320641517639,0]},{"t":237}]},"a":{"k":[220.5,181.5,0]},"s":{"k":[100,100,100]}},"ao":0,"w":400,"h":400,"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":0,"nm":"eye","parent":12,"refId":"comp_14","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":126,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":217,"s":[0],"e":[0]},{"t":237}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":126,"s":[199,183,0],"e":[192.545,185.613,0],"to":[-1.07589650154114,0.43550997972488,0],"ti":[1.07589650154114,-0.43550997972488,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":129,"s":[192.545,185.613,0],"e":[192.545,185.613,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":149,"s":[192.545,185.613,0],"e":[197.545,185.645,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":154,"s":[197.545,185.645,0],"e":[197.545,185.645,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":168,"s":[197.545,185.645,0],"e":[192.545,185.613,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":174,"s":[192.545,185.613,0],"e":[192.545,185.613,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":214,"s":[192.545,185.613,0],"e":[199.087,187.999,0],"to":[1.09044015407562,0.39769643545151,0],"ti":[-1.07589650154114,0.43550997972488,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":217,"s":[199.087,187.999,0],"e":[199,183,0],"to":[1.07589650154114,-0.43550997972488,0],"ti":[0.01454367209226,0.83320641517639,0]},{"t":237}]},"a":{"k":[220,182,0]},"s":{"k":[100,100,100]}},"ao":0,"w":400,"h":400,"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Mac-Nose","parent":12,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":126,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":217,"s":[0],"e":[0]},{"t":237}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":126,"s":[206.5,192,0],"e":[203.5,192.052,0],"to":[-0.4999238550663,0.00872620288283,0],"ti":[0.4999238550663,-0.00872620288283,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":129,"s":[203.5,192.052,0],"e":[203.5,192.052,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":214,"s":[203.5,192.052,0],"e":[206.544,194.5,0],"to":[0.50719571113586,0.40787699818611,0],"ti":[-0.4999238550663,0.00872620288283,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":217,"s":[206.544,194.5,0],"e":[206.5,192,0],"to":[0.4999238550663,-0.00872620288283,0],"ti":[0.00727183604613,0.4166032075882,0]},{"t":237}]},"a":{"k":[200,200,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.067,0.467],[-0.3,0.333],[-1.367,0.467],[-1.434,-0.066],[-0.7,-0.4],[-0.5,-1.1],[0.7,-2.133],[1.8,-1.035],[3.233,0.134],[0.1,0.267],[-0.3,0.166],[-0.334,0.034],[-1.467,0.9],[-0.133,1.9],[1.333,0.867],[1.099,0],[0.833,-0.833],[0.133,-0.1],[0.3,0.134]],"o":[[0.033,-0.4],[0.8,-0.966],[1.2,-0.4],[1.099,0.034],[0.833,0.5],[0.866,1.9],[-0.7,2.133],[-1.767,1.033],[-0.6,-0.033],[-0.067,-0.267],[0.233,-0.167],[2.266,-0.267],[2.066,-1.199],[0.167,-1.866],[-0.901,-0.6],[-1.5,0.067],[-0.4,0.4],[-0.367,0.233],[-0.334,-0.133]],"v":[[-6.641,-3.884],[-6.141,-4.984],[-2.891,-7.134],[1.059,-7.634],[3.758,-6.984],[5.758,-4.584],[6.008,1.466],[2.258,6.217],[-5.242,7.566],[-6.292,7.116],[-5.941,6.467],[-5.092,6.166],[0.508,4.416],[3.809,-0.234],[2.059,-4.334],[-0.941,-5.234],[-4.441,-3.884],[-5.242,-3.134],[-6.242,-2.984]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[202.515,199.245],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"right-sleeve","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[203.75,233,0]},"a":{"k":[-1.25,33,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":0,"s":[{"i":[[6.5,-0.5],[-0.5,0],[0,0]],"o":[[-14.188,1.091],[0.5,0],[0,0]],"v":[[1,24.5],[-8,49],[8.5,41]],"c":true}],"h":1},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":180,"s":[{"i":[[6.5,-0.5],[-0.5,0],[0,0]],"o":[[-14.188,1.091],[0.5,0],[0,0]],"v":[[1,24.5],[-8,49],[8.5,41]],"c":true}],"e":[{"i":[[5.636,2.701],[-0.5,0],[0,0]],"o":[[-12,-5.75],[0.5,0],[0,0]],"v":[[1,24.5],[-19,39.75],[-5.75,45.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":188,"s":[{"i":[[5.636,2.701],[-0.5,0],[0,0]],"o":[[-12,-5.75],[0.5,0],[0,0]],"v":[[1,24.5],[-19,39.75],[-5.75,45.5]],"c":true}],"e":[{"i":[[5.636,2.701],[-0.5,0],[0,0]],"o":[[-12,-5.75],[0.5,0],[0,0]],"v":[[1,24.5],[-19,39.75],[-5.75,45.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":207,"s":[{"i":[[5.636,2.701],[-0.5,0],[0,0]],"o":[[-12,-5.75],[0.5,0],[0,0]],"v":[[1,24.5],[-19,39.75],[-5.75,45.5]],"c":true}],"e":[{"i":[[6.5,-0.5],[-0.5,0],[0,0]],"o":[[-14.188,1.091],[0.5,0],[0,0]],"v":[[1,24.5],[-8,49],[8.5,41]],"c":true}]},{"t":215}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"w":{"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"right-arm-hand","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[200,200,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"t":0,"s":[{"i":[[2.25,-1],[2.25,-1.25],[0,0],[0,0],[0,0],[-2.25,-1.75],[-2.375,5.75],[-1.443,-0.481],[0,0],[-1.25,0],[0,0],[-1.644,0],[2.247,1.124]],"o":[[-2.25,1],[-2.25,1.25],[0,0],[0,0],[0,0],[2.25,1.75],[0.375,-0.75],[1.125,0.375],[0,0],[1.25,0],[0,0],[1.25,0],[-1.25,-0.625]],"v":[[27,35.125],[20.375,37.75],[10.5,43.125],[9.75,38.75],[-0.75,44.25],[2.75,56.5],[23.75,41.25],[26.125,42.5],[28.625,40.5],[30.5,42.5],[32.625,39.375],[34.5,42.5],[34.75,36.625]],"c":true}],"h":1},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":180,"s":[{"i":[[2.25,-1],[2.25,-1.25],[0,0],[0,0],[0,0],[-2.25,-1.75],[-2.375,5.75],[-1.443,-0.481],[0,0],[-1.25,0],[0,0],[-1.644,0],[2.247,1.124]],"o":[[-2.25,1],[-2.25,1.25],[0,0],[0,0],[0,0],[2.25,1.75],[0.375,-0.75],[1.125,0.375],[0,0],[1.25,0],[0,0],[1.25,0],[-1.25,-0.625]],"v":[[27,35.125],[20.375,37.75],[10.625,45.125],[9.75,38.75],[-0.75,44.25],[2.75,56.5],[23.75,41.25],[26.125,42.5],[28.625,40.5],[30.5,42.5],[32.625,39.375],[34.5,42.5],[34.75,36.625]],"c":true}],"e":[{"i":[[2.25,-1],[2.25,-1.25],[0,0],[0,0],[0,0],[-2.25,-1.75],[-2.375,5.75],[-1.443,-0.481],[0,0],[-1.25,0],[0,0],[-1.644,0],[2.247,1.124]],"o":[[-2.25,1],[-2.25,1.25],[0,0],[0,0],[0,0],[2.25,1.75],[0.375,-0.75],[1.125,0.375],[0,0],[1.25,0],[0,0],[1.25,0],[-1.25,-0.625]],"v":[[27,56.688],[20.375,59.312],[7.75,50.5],[6.875,41],[-4.25,44.75],[-0.375,59.625],[23.75,62.812],[26.125,64.062],[28.625,62.062],[30.5,64.062],[32.625,60.938],[34.5,64.062],[34.75,58.188]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":182,"s":[{"i":[[2.25,-1],[2.25,-1.25],[0,0],[0,0],[0,0],[-2.25,-1.75],[-2.375,5.75],[-1.443,-0.481],[0,0],[-1.25,0],[0,0],[-1.644,0],[2.247,1.124]],"o":[[-2.25,1],[-2.25,1.25],[0,0],[0,0],[0,0],[2.25,1.75],[0.375,-0.75],[1.125,0.375],[0,0],[1.25,0],[0,0],[1.25,0],[-1.25,-0.625]],"v":[[27,56.688],[20.375,59.312],[7.75,50.5],[6.875,41],[-4.25,44.75],[-0.375,59.625],[23.75,62.812],[26.125,64.062],[28.625,62.062],[30.5,64.062],[32.625,60.938],[34.5,64.062],[34.75,58.188]],"c":true}],"e":[{"i":[[-0.125,1.229],[1.583,0.729],[0,0],[0,0],[0,0],[-1.075,-2.017],[-0.5,1.438],[0.163,-0.966],[0,0],[-0.421,0.059],[0,0],[-0.221,-1.417],[-0.751,1.187]],"o":[[0.052,-1.099],[-0.935,0.188],[0,0],[0,0],[0,0],[0.833,2.5],[0,0.292],[-0.333,1.771],[0,0],[-0.042,-0.125],[0,0],[0.165,1.082],[0.667,-0.396]],"v":[[13.417,63.292],[9.125,60.292],[2.208,52.292],[4,41.25],[-6.583,42.667],[-6.458,56.667],[5.625,63.312],[3.333,67.729],[5.625,67.167],[5.5,70.875],[9.5,67.042],[7.917,70.083],[12.083,68.583]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":184,"s":[{"i":[[-0.125,1.229],[1.583,0.729],[0,0],[0,0],[0,0],[-1.075,-2.017],[-0.5,1.438],[0.163,-0.966],[0,0],[-0.421,0.059],[0,0],[-0.221,-1.417],[-0.751,1.187]],"o":[[0.052,-1.099],[-0.935,0.188],[0,0],[0,0],[0,0],[0.833,2.5],[0,0.292],[-0.333,1.771],[0,0],[-0.042,-0.125],[0,0],[0.165,1.082],[0.667,-0.396]],"v":[[13.417,63.292],[9.125,60.292],[2.208,52.292],[4,41.25],[-6.583,42.667],[-6.458,56.667],[5.625,63.312],[3.333,67.729],[5.625,67.167],[5.5,70.875],[9.5,67.042],[7.917,70.083],[12.083,68.583]],"c":true}],"e":[{"i":[[-1.312,2.344],[1.25,1.719],[0,0],[0,0],[0,0],[-0.488,-2.15],[0.438,-0.719],[0.966,-1.209],[0,0],[-0.006,0.088],[0,0],[0.49,-2.125],[-2.25,1.219]],"o":[[1.203,-2.148],[-0.278,-0.344],[0,0],[0,0],[0,0],[0.125,2.875],[-0.188,0.812],[-0.812,0.594],[0,0],[-0.687,-0.188],[0,0],[-0.378,1.623],[1.625,-0.281]],"v":[[4.188,65.656],[3.5,60.781],[-0.562,53.188],[2.562,41.375],[-7.75,41.625],[-9.5,55.188],[-1.375,64.875],[-3.75,63.938],[-2.5,65.969],[-4.188,64.906],[-3.75,66.531],[-5.188,67.656],[-1.125,68.906]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":186,"s":[{"i":[[-1.312,2.344],[1.25,1.719],[0,0],[0,0],[0,0],[-0.488,-2.15],[0.438,-0.719],[0.966,-1.209],[0,0],[-0.006,0.088],[0,0],[0.49,-2.125],[-2.25,1.219]],"o":[[1.203,-2.148],[-0.278,-0.344],[0,0],[0,0],[0,0],[0.125,2.875],[-0.188,0.812],[-0.812,0.594],[0,0],[-0.687,-0.188],[0,0],[-0.378,1.623],[1.625,-0.281]],"v":[[4.188,65.656],[3.5,60.781],[-0.562,53.188],[2.562,41.375],[-7.75,41.625],[-9.5,55.188],[-1.375,64.875],[-3.75,63.938],[-2.5,65.969],[-4.188,64.906],[-3.75,66.531],[-5.188,67.656],[-1.125,68.906]],"c":true}],"e":[{"i":[[-2.375,1.625],[-3.5,4],[0,0],[0,0],[0,0],[1.275,-2.55],[3.25,-7.188],[3.375,-1.938],[0,0],[1.237,0.177],[0,0],[2.625,-4.25],[-2.285,1.045]],"o":[[2.089,-1.429],[1.695,-1.937],[0,0],[0,0],[0,0],[-2,4],[-0.75,2.375],[-2.75,0.812],[0,0],[-2.625,-0.375],[0,0],[-2.005,3.247],[4.375,-2]],"v":[[-22.625,67.125],[-12.375,60.25],[-8.875,55.875],[-1.75,41.75],[-11.25,38.5],[-17.125,51],[-22.5,61.188],[-29.625,58.062],[-29.625,64.125],[-34.875,60],[-36.125,66.375],[-40.875,65.5],[-32,70.125]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":188,"s":[{"i":[[-2.375,1.625],[-3.5,4],[0,0],[0,0],[0,0],[1.275,-2.55],[3.25,-7.188],[3.375,-1.938],[0,0],[1.237,0.177],[0,0],[2.625,-4.25],[-2.285,1.045]],"o":[[2.089,-1.429],[1.695,-1.937],[0,0],[0,0],[0,0],[-2,4],[-0.75,2.375],[-2.75,0.812],[0,0],[-2.625,-0.375],[0,0],[-2.005,3.247],[4.375,-2]],"v":[[-22.625,67.125],[-12.375,60.25],[-8.875,55.875],[-1.75,41.75],[-11.25,38.5],[-17.125,51],[-22.5,61.188],[-29.625,58.062],[-29.625,64.125],[-34.875,60],[-36.125,66.375],[-40.875,65.5],[-32,70.125]],"c":true}],"e":[{"i":[[-2.375,1.625],[-3.5,4],[0,0],[0,0],[0,0],[1.275,-2.55],[3.25,-7.188],[3.375,-1.938],[0,0],[1.237,0.177],[0,0],[2.625,-4.25],[-2.285,1.045]],"o":[[2.089,-1.429],[1.695,-1.937],[0,0],[0,0],[0,0],[-2,4],[-0.75,2.375],[-2.75,0.812],[0,0],[-2.625,-0.375],[0,0],[-2.005,3.247],[4.375,-2]],"v":[[-22.625,67.125],[-12.375,60.25],[-8.875,55.875],[-1.75,41.75],[-11.25,38.5],[-17.125,51],[-22.5,61.188],[-29.625,58.062],[-29.625,64.125],[-34.875,60],[-36.125,66.375],[-40.875,65.5],[-32,70.125]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":207,"s":[{"i":[[-2.375,1.625],[-3.5,4],[0,0],[0,0],[0,0],[1.275,-2.55],[3.25,-7.188],[3.375,-1.938],[0,0],[1.237,0.177],[0,0],[2.625,-4.25],[-2.285,1.045]],"o":[[2.089,-1.429],[1.695,-1.937],[0,0],[0,0],[0,0],[-2,4],[-0.75,2.375],[-2.75,0.812],[0,0],[-2.625,-0.375],[0,0],[-2.005,3.247],[4.375,-2]],"v":[[-22.625,67.125],[-12.375,60.25],[-8.875,55.875],[-1.75,41.75],[-11.25,38.5],[-17.125,51],[-22.5,61.188],[-29.625,58.062],[-29.625,64.125],[-34.875,60],[-36.125,66.375],[-40.875,65.5],[-32,70.125]],"c":true}],"e":[{"i":[[-1.312,2.344],[1.25,1.719],[0,0],[0,0],[0,0],[-0.488,-2.15],[0.438,-0.719],[0.966,-1.209],[0,0],[-0.006,0.088],[0,0],[0.49,-2.125],[-2.25,1.219]],"o":[[1.203,-2.148],[-0.278,-0.344],[0,0],[0,0],[0,0],[0.125,2.875],[-0.188,0.812],[-0.812,0.594],[0,0],[-0.687,-0.188],[0,0],[-0.378,1.623],[1.625,-0.281]],"v":[[4.188,65.656],[3.5,60.781],[-0.562,53.188],[2.562,41.375],[-7.75,41.625],[-9.5,55.188],[-1.375,64.875],[-3.75,63.938],[-2.5,65.969],[-4.188,64.906],[-3.75,66.531],[-5.188,67.656],[-1.125,68.906]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":209,"s":[{"i":[[-1.312,2.344],[1.25,1.719],[0,0],[0,0],[0,0],[-0.488,-2.15],[0.438,-0.719],[0.966,-1.209],[0,0],[-0.006,0.088],[0,0],[0.49,-2.125],[-2.25,1.219]],"o":[[1.203,-2.148],[-0.278,-0.344],[0,0],[0,0],[0,0],[0.125,2.875],[-0.188,0.812],[-0.812,0.594],[0,0],[-0.687,-0.188],[0,0],[-0.378,1.623],[1.625,-0.281]],"v":[[4.188,65.656],[3.5,60.781],[-0.562,53.188],[2.562,41.375],[-7.75,41.625],[-9.5,55.188],[-1.375,64.875],[-3.75,63.938],[-2.5,65.969],[-4.188,64.906],[-3.75,66.531],[-5.188,67.656],[-1.125,68.906]],"c":true}],"e":[{"i":[[-0.125,1.229],[1.583,0.729],[0,0],[0,0],[0,0],[-1.075,-2.017],[-0.5,1.438],[0.163,-0.966],[0,0],[-0.421,0.059],[0,0],[-0.221,-1.417],[-0.751,1.187]],"o":[[0.052,-1.099],[-0.935,0.188],[0,0],[0,0],[0,0],[0.833,2.5],[0,0.292],[-0.333,1.771],[0,0],[-0.042,-0.125],[0,0],[0.165,1.082],[0.667,-0.396]],"v":[[13.417,63.292],[9.125,60.292],[2.208,52.292],[4,41.25],[-6.583,42.667],[-6.458,56.667],[5.625,63.312],[3.333,67.729],[5.625,67.167],[5.5,70.875],[9.5,67.042],[7.917,70.083],[12.083,68.583]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":211,"s":[{"i":[[-0.125,1.229],[1.583,0.729],[0,0],[0,0],[0,0],[-1.075,-2.017],[-0.5,1.438],[0.163,-0.966],[0,0],[-0.421,0.059],[0,0],[-0.221,-1.417],[-0.751,1.187]],"o":[[0.052,-1.099],[-0.935,0.188],[0,0],[0,0],[0,0],[0.833,2.5],[0,0.292],[-0.333,1.771],[0,0],[-0.042,-0.125],[0,0],[0.165,1.082],[0.667,-0.396]],"v":[[13.417,63.292],[9.125,60.292],[2.208,52.292],[4,41.25],[-6.583,42.667],[-6.458,56.667],[5.625,63.312],[3.333,67.729],[5.625,67.167],[5.5,70.875],[9.5,67.042],[7.917,70.083],[12.083,68.583]],"c":true}],"e":[{"i":[[2.25,-1],[2.25,-1.25],[0,0],[0,0],[0,0],[-2.25,-1.75],[-2.375,5.75],[-1.443,-0.481],[0,0],[-1.25,0],[0,0],[-1.644,0],[2.247,1.124]],"o":[[-2.25,1],[-2.25,1.25],[0,0],[0,0],[0,0],[2.25,1.75],[0.375,-0.75],[1.125,0.375],[0,0],[1.25,0],[0,0],[1.25,0],[-1.25,-0.625]],"v":[[27,56.688],[20.375,59.312],[7.75,50.5],[6.875,41],[-4.25,44.75],[-0.375,59.625],[23.75,62.812],[26.125,64.062],[28.625,62.062],[30.5,64.062],[32.625,60.938],[34.5,64.062],[34.75,58.188]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":213,"s":[{"i":[[2.25,-1],[2.25,-1.25],[0,0],[0,0],[0,0],[-2.25,-1.75],[-2.375,5.75],[-1.443,-0.481],[0,0],[-1.25,0],[0,0],[-1.644,0],[2.247,1.124]],"o":[[-2.25,1],[-2.25,1.25],[0,0],[0,0],[0,0],[2.25,1.75],[0.375,-0.75],[1.125,0.375],[0,0],[1.25,0],[0,0],[1.25,0],[-1.25,-0.625]],"v":[[27,56.688],[20.375,59.312],[7.75,50.5],[6.875,41],[-4.25,44.75],[-0.375,59.625],[23.75,62.812],[26.125,64.062],[28.625,62.062],[30.5,64.062],[32.625,60.938],[34.5,64.062],[34.75,58.188]],"c":true}],"e":[{"i":[[0.251,-1.727],[2.376,-1.915],[0,0],[0,0],[0,0],[-2.25,-1.75],[-2.874,6.148],[-0.311,4.21],[0,0],[0.001,1.835],[0,0],[0.08,1.642],[2.376,-0.04]],"o":[[-0.355,2.437],[-2.004,1.615],[0,0],[0,0],[0,0],[2.25,1.75],[1.126,-0.79],[0.087,-1.183],[0,0],[-0.001,-1.25],[0,0],[-0.124,-2.54],[-1.397,0.023]],"v":[[22.75,31.375],[19.875,37.75],[11,42.625],[9.75,38.75],[-0.75,44.25],[2.75,56.5],[24.25,41.062],[33.688,38.5],[29.625,36.125],[34.5,33.562],[31,31.625],[34.25,28.875],[25,27.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":215,"s":[{"i":[[0.251,-1.727],[2.376,-1.915],[0,0],[0,0],[0,0],[-2.25,-1.75],[-2.874,6.148],[-0.311,4.21],[0,0],[0.001,1.835],[0,0],[0.08,1.642],[2.376,-0.04]],"o":[[-0.355,2.437],[-2.004,1.615],[0,0],[0,0],[0,0],[2.25,1.75],[1.126,-0.79],[0.087,-1.183],[0,0],[-0.001,-1.25],[0,0],[-0.124,-2.54],[-1.397,0.023]],"v":[[22.75,31.375],[19.875,37.75],[11,42.625],[9.75,38.75],[-0.75,44.25],[2.75,56.5],[24.25,41.062],[33.688,38.5],[29.625,36.125],[34.5,33.562],[31,31.625],[34.25,28.875],[25,27.5]],"c":true}],"e":[{"i":[[2.25,-1],[2.25,-1.25],[0,0],[0,0],[0,0],[-2.25,-1.75],[-2.375,5.75],[-1.443,-0.481],[0,0],[-1.25,0],[0,0],[-1.644,0],[2.247,1.124]],"o":[[-2.25,1],[-2.25,1.25],[0,0],[0,0],[0,0],[2.25,1.75],[0.375,-0.75],[1.125,0.375],[0,0],[1.25,0],[0,0],[1.25,0],[-1.25,-0.625]],"v":[[27,35.125],[20.375,37.75],[10.5,43.125],[9.75,38.75],[-0.75,44.25],[2.75,56.5],[23.75,41.25],[26.125,42.5],[28.625,40.5],[30.5,42.5],[32.625,39.375],[34.5,42.5],[34.75,36.625]],"c":true}]},{"t":280,"s":[{"i":[[2.25,-1],[2.25,-1.25],[0,0],[0,0],[0,0],[-2.25,-1.75],[-2.375,5.75],[-1.443,-0.481],[0,0],[-1.25,0],[0,0],[-1.644,0],[2.247,1.124]],"o":[[-2.25,1],[-2.25,1.25],[0,0],[0,0],[0,0],[2.25,1.75],[0.375,-0.75],[1.125,0.375],[0,0],[1.25,0],[0,0],[1.25,0],[-1.25,-0.625]],"v":[[27,35.125],[20.375,37.75],[10.5,43.125],[9.75,38.75],[-0.75,44.25],[2.75,56.5],[23.75,41.25],[26.125,42.5],[28.625,40.5],[30.5,42.5],[32.625,39.375],[34.5,42.5],[34.75,36.625]],"c":true}],"h":1}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"w":{"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[-0.001,0.04],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":0,"nm":"hair","parent":13,"refId":"comp_15","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[179,201,0]},"a":{"k":[200,200,0]},"s":{"k":[100,100,100]}},"ao":0,"w":400,"h":400,"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"head","parent":13,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[193,218,0]},"a":{"k":[193,218,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.367,-0.733],[2.167,-1.8],[2,-3.1],[0.516,-0.973],[0.6,-2.5],[-0.167,-2.566],[-0.1,-0.8],[-0.07,-0.356],[-0.301,-0.962],[-0.092,-0.11],[0.166,-0.313],[-0.178,-0.429],[0,0],[-7.367,-3.734],[-1.84,-1.076],[-0.918,-0.571],[-0.417,-0.279],[-3.267,-2.533],[-0.784,-0.331],[-1.133,-0.033],[-1.667,0.801],[-1.767,1.234],[0,0],[-1.5,1.667],[-0.167,2.6],[0.433,1.834],[0.233,1.067],[0.042,0.148],[0.1,1.8],[0.7,3],[0.434,1.567],[0.9,2.7],[0,0],[0.867,1.634],[0,0.034],[0.333,0.633],[3.333,0.933],[0.233,0.1],[4.739,0.062],[4.4,-1.267],[3.567,-1.333]],"o":[[-2.333,1.267],[-2.933,2.467],[-0.617,0.96],[-1.1,2.367],[-0.567,2.5],[0.067,0.833],[0.063,0.378],[0.199,1.038],[0.142,0.023],[0.166,0.221],[0.189,0.471],[0,0],[4.1,7.3],[1.927,0.924],[0.949,0.562],[0.417,0.288],[3.367,2.3],[1.216,0.736],[1.267,0.566],[1.467,0.067],[1.033,-0.5],[0,0],[3.067,-2.133],[2.167,-2.4],[0.067,-1.233],[-0.533,-2],[-0.023,-0.119],[-0.2,-1.833],[-0.167,-3.067],[-0.367,-1.567],[-0.766,-2.7],[0,0],[-0.567,-1.733],[-0.033,-0.067],[-0.467,-0.566],[-1.667,-3],[-0.233,-0.067],[-3.327,-0.971],[-5.567,0],[-1.267,0.367],[-4,1.633]],"v":[[-21.075,-31.859],[-27.825,-27.258],[-35.225,-18.908],[-36.925,-16.008],[-39.475,-8.708],[-40.075,-1.109],[-39.825,1.342],[-39.625,2.441],[-38.875,5.441],[-38.525,5.641],[-38.525,6.441],[-37.975,7.792],[-37.875,7.941],[-20.675,24.493],[-15.025,27.493],[-12.225,29.191],[-10.975,30.042],[-1.025,37.292],[1.975,38.891],[5.575,39.792],[10.275,38.691],[14.475,36.092],[29.825,25.542],[36.675,19.842],[40.175,12.342],[39.625,7.742],[38.475,3.141],[38.375,2.742],[37.925,-2.708],[36.625,-11.809],[35.425,-16.508],[32.925,-24.609],[32.875,-25.158],[30.725,-30.208],[30.675,-30.359],[29.475,-32.158],[21.975,-38.059],[21.275,-38.309],[9.175,-39.859],[-5.775,-37.958],[-13.025,-35.408]],"c":true}},"nm":"Path 5","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[186.098,184.47],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"head-outline","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":113,"s":[-4],"e":[1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":115,"s":[1],"e":[-4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":118,"s":[-4],"e":[1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":120,"s":[1],"e":[-4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":122,"s":[-4],"e":[1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":124,"s":[1],"e":[-4]},{"t":237}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":113,"s":[214,217,0],"e":[214,217,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":115,"s":[214,217,0],"e":[214,217,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":118,"s":[214,217,0],"e":[214,217,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":120,"s":[214,217,0],"e":[214,217,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":122,"s":[214,217,0],"e":[214,217,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":124,"s":[214,217,0],"e":[214,217,0],"to":[0,0,0],"ti":[0,0,0]},{"t":237}]},"a":{"k":[193,218,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-2.933,2.467],[-2.333,1.266],[-4,1.633],[-1.267,0.366],[-5.567,0],[-3.327,-0.971],[-0.233,-0.067],[-1.667,-3],[-0.467,-0.567],[-0.033,-0.067],[-0.567,-1.733],[0,0],[-0.766,-2.7],[-0.367,-1.567],[-0.167,-3.067],[-0.2,-1.833],[-0.023,-0.119],[-0.533,-2],[0.067,-1.233],[2.167,-2.4],[3.067,-2.134],[0,0],[1.033,-0.5],[1.467,0.067],[1.267,0.566],[1.216,0.736],[3.367,2.3],[0.417,0.288],[0.949,0.563],[1.927,0.925],[4.1,7.3],[0,0],[0.189,0.47],[0.166,0.221],[0.142,0.023],[0.199,1.038],[0.063,0.377],[0.067,0.833],[-0.567,2.5],[-1.1,2.367],[-0.617,0.96]],"o":[[2.167,-1.8],[1.367,-0.734],[3.567,-1.333],[4.4,-1.267],[4.739,0.062],[0.233,0.1],[3.333,0.933],[0.333,0.633],[0,0.033],[0.867,1.633],[0,0],[0.9,2.7],[0.434,1.567],[0.7,3],[0.1,1.8],[0.042,0.147],[0.233,1.067],[0.433,1.833],[-0.167,2.6],[-1.5,1.667],[0,0],[-1.767,1.233],[-1.667,0.8],[-1.133,-0.033],[-0.784,-0.331],[-3.267,-2.533],[-0.417,-0.279],[-0.918,-0.571],[-1.84,-1.075],[-7.367,-3.733],[0,0],[-0.178,-0.429],[0.166,-0.313],[-0.092,-0.111],[-0.301,-0.962],[-0.07,-0.356],[-0.1,-0.8],[-0.167,-2.567],[0.6,-2.5],[0.516,-0.973],[2,-3.1]],"v":[[-24.108,-27.175],[-17.358,-31.775],[-9.308,-35.325],[-2.058,-37.875],[12.892,-39.775],[24.992,-38.225],[25.692,-37.975],[33.192,-32.075],[34.392,-30.275],[34.442,-30.125],[36.592,-25.075],[36.642,-24.525],[39.142,-16.425],[40.342,-11.725],[41.642,-2.625],[42.092,2.825],[42.192,3.225],[43.342,7.825],[43.892,12.425],[40.392,19.925],[33.542,25.625],[18.192,36.175],[13.992,38.775],[9.292,39.875],[5.692,38.975],[2.692,37.375],[-7.258,30.125],[-8.508,29.275],[-11.308,27.575],[-16.958,24.575],[-34.158,8.025],[-34.258,7.875],[-34.808,6.525],[-34.808,5.725],[-35.158,5.525],[-35.908,2.525],[-36.108,1.425],[-36.358,-1.025],[-35.758,-8.625],[-33.208,-15.925],[-31.508,-18.825]],"c":true}},"nm":"Path 5","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[3.8,-1.5],[2.8,-1.7],[3.4,-5.8],[0.139,-0.188],[0.733,-2.267],[0.153,-0.451],[0,0],[3.367,0.933],[0.1,-0.1],[-1.733,-1.033],[-1.033,-0.667],[-0.533,-0.3],[1.4,-0.433],[0.2,-0.2],[0,0],[-0.966,-0.167],[0,0],[0,0],[-0.266,-2.033],[-0.067,-0.333],[0.733,-0.4],[0.167,-0.167],[0.2,-0.233],[0,0],[-0.2,-0.2],[-0.367,0.233],[-0.067,0.067],[-0.167,0.133],[0,0],[-0.2,0.167],[0,0],[0.967,-0.5],[0.067,-0.067],[0.2,-0.233],[0,0],[0,0],[-0.867,0.567],[-0.467,0.233],[0,0],[-0.128,-0.281],[-7.267,-3.733],[-2.131,-1.222],[-1.136,-0.697],[-3.302,-2.434],[0,0],[-1.667,-0.334],[-2.533,1.066],[-2.633,1.8],[0,0],[-1.2,1.134],[-0.633,1.9],[0.566,3.233],[0.172,0.826],[0.133,3],[0.134,1.333],[0.833,2.733],[1,2.367],[-0.033,0.1],[0.034,0.3],[0.267,0.7],[1.7,2.8],[2.866,1.133],[3.077,0.424],[5.967,-1.367]],"o":[[-4.833,1.867],[-5.767,3.5],[-0.128,0.212],[-0.967,2.2],[-0.147,0.449],[0,0],[-2.333,-2.567],[-0.067,0],[0.7,1.8],[1,0.667],[0.467,0.333],[-1.4,0.1],[-0.233,0.033],[0,0],[0.9,0.333],[0,0],[0,0],[-0.367,2.033],[0.033,0.3],[-0.467,0.7],[-0.233,0.133],[-0.266,0.2],[0,0],[0.167,0.2],[0.066,0.033],[0.4,-0.2],[0.1,-0.067],[0,0],[0.2,-0.2],[0,0],[-1.033,0.467],[-0.067,0.033],[-0.2,0.233],[0,0],[0,0],[0.9,-0.033],[0.433,-0.3],[0,0],[0.139,0.318],[3.633,7.167],[2.202,1.112],[1.164,0.67],[3.465,2.133],[0,0],[2.633,1.8],[2.133,0.467],[1.667,-0.734],[0,0],[2.4,-1.667],[1.833,-1.734],[0.8,-2.133],[-0.195,-0.941],[-0.6,-2.8],[-0.067,-1.333],[-0.267,-2.933],[-0.733,-2.367],[0.033,-0.1],[0.034,-0.3],[-0.1,-0.9],[-1.133,-3.1],[-1.567,-2.6],[-2.157,-0.91],[-7.7,-1.067],[-2.567,0.6]],"v":[[-9.258,-38.425],[-20.708,-33.075],[-34.458,-19.125],[-34.858,-18.525],[-37.408,-11.825],[-37.858,-10.475],[-37.958,-10.075],[-46.508,-15.325],[-46.758,-15.175],[-43.108,-10.925],[-40.058,-8.925],[-38.558,-7.975],[-42.758,-7.175],[-43.408,-6.825],[-43.208,-6.125],[-40.408,-5.375],[-39.858,-5.375],[-39.208,-5.375],[-39.358,0.725],[-39.208,1.675],[-41.008,3.325],[-41.608,3.775],[-42.308,4.425],[-42.358,5.075],[-41.808,5.675],[-41.158,5.375],[-40.458,4.975],[-40.058,4.675],[-39.358,4.325],[-38.758,3.775],[-37.658,7.325],[-40.658,8.775],[-40.858,8.925],[-41.458,9.625],[-41.508,10.125],[-41.008,10.625],[-38.358,9.725],[-37.008,8.925],[-36.808,9.325],[-36.408,10.225],[-20.058,26.575],[-13.558,30.075],[-10.108,32.125],[0.042,38.975],[0.642,39.425],[7.092,42.625],[14.092,41.725],[20.542,37.925],[36.742,26.675],[42.142,22.475],[45.842,17.025],[46.192,8.975],[45.642,6.325],[44.542,-2.375],[44.242,-6.375],[42.592,-14.875],[39.992,-21.975],[40.092,-22.275],[40.092,-23.175],[39.542,-25.575],[35.292,-34.425],[28.642,-40.025],[20.792,-42.025],[0.292,-41.575]],"c":true}},"nm":"Path 6","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[182.381,184.387],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"Body","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[200,200,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[20,-0.5],[0,0],[-6,4.5],[0,0]],"o":[[-20,0.5],[0,0],[6,-4.5],[0,0]],"v":[[14,21.5],[-1,73],[11.5,64],[35.5,62]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"w":{"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"left-sleeve","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[222.75,233,0]},"a":{"k":[-1.25,33,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[6.5,-0.5],[-0.5,0],[0,0]],"o":[[-14.188,1.091],[0.5,0],[0,0]],"v":[[1,24.5],[-8,49],[8.5,41]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"w":{"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"left-arm-hand 2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[219,200,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2.25,-1],[2.25,-1.25],[0,0],[0,0],[0,0],[-2.25,-1.75],[-2.375,5.75],[-1.443,-0.481],[0,0],[-1.25,0],[0,0],[-1.644,0],[2.247,1.124]],"o":[[-2.25,1],[-2.25,1.25],[0,0],[0,0],[0,0],[2.25,1.75],[0.375,-0.75],[1.125,0.375],[0,0],[1.25,0],[0,0],[1.25,0],[-1.25,-0.625]],"v":[[27,35.125],[20.375,37.75],[10.625,45.125],[9.75,38.75],[-0.75,44.25],[2.75,56.5],[23.75,41.25],[26.125,42.5],[28.625,40.5],[30.5,42.5],[32.625,39.375],[34.5,42.5],[34.75,36.625]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"w":{"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":4,"nm":"Chair-shoes","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[252,255,0]},"a":{"k":[200,200,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-1.5,1.667],[-0.467,0.466],[1.267,-3.9],[0.105,-4.483],[0,0],[-0.023,-0.661],[-0.468,-1.095],[-0.65,-0.429],[0.123,0.675],[0.13,1.344],[0.029,0.714],[-0.334,1.487],[-0.767,1.767]],"o":[[0.433,-0.467],[-3.034,1.267],[-1.295,3.85],[0,0],[-0.023,0.773],[0.098,1.804],[0.417,0.872],[-0.144,-0.692],[-0.27,-1.523],[-0.071,-0.753],[-0.067,-2.013],[0.733,-3.3],[0.667,-2.301]],"v":[[7.575,3.742],[8.925,2.342],[2.475,10.092],[0.375,22.592],[0.375,22.641],[0.375,24.792],[1.225,29.141],[2.825,31.092],[2.425,29.042],[1.825,24.742],[1.675,22.542],[2.075,17.292],[4.325,9.692]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[0.6,-0.233],[0.433,-0.334],[0.733,-1.167],[0.6,-2.167],[0.3,-1.9],[0.008,-1.645],[-0.005,-0.263],[0,0],[-0.035,-0.503],[-0.167,-0.701],[-0.018,-0.046],[-0.701,-0.223],[-0.121,-0.018],[-0.275,0.017],[-0.093,0.041],[-0.3,0.467],[-0.153,0.531],[-0.124,0.638],[0,0],[-0.012,0.086],[-0.175,0.524],[-0.06,0.275],[-0.4,1.04],[0,0],[-0.067,2.6],[0.167,0.535],[0.1,0.167],[0.4,0.466],[0.5,0.166]],"o":[[-0.467,0.2],[-0.867,0.667],[-0.833,1.467],[-0.6,2.1],[-0.259,1.556],[-0.005,0.27],[0,0],[0.032,0.497],[0.1,1.067],[0.014,0.054],[0.333,1.144],[0.112,0.048],[0.292,-0.015],[0.107,-0.026],[0.5,-0.233],[0.213,-0.302],[0.175,-0.462],[0,0],[0.021,-0.081],[0.159,-0.543],[0.073,-0.26],[0.333,-1.026],[0,0],[1.033,-2.166],[0,-0.834],[-0.033,-0.166],[-0.167,-0.399],[-0.467,-0.534],[-0.467,-0.1]],"v":[[10.775,2.742],[9.425,3.542],[7.025,6.292],[4.875,11.742],[3.525,17.742],[3.125,22.542],[3.125,23.342],[3.125,24.692],[3.225,26.192],[3.625,28.842],[3.675,28.992],[5.225,31.042],[5.575,31.141],[6.425,31.092],[6.725,30.992],[7.925,29.942],[8.475,28.692],[8.925,27.042],[9.375,25.042],[9.425,24.792],[9.925,23.192],[10.125,22.391],[11.225,19.292],[13.475,14.592],[15.125,7.442],[14.875,5.391],[14.675,4.891],[13.825,3.592],[12.375,2.542]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ks":{"k":{"i":[[0.5,-1.033],[0.133,-0.467],[0.133,-0.5],[-0.133,-0.932],[-0.234,-1.567],[0.194,-1.668],[0.004,-0.04],[0,0],[-0.164,-0.492],[-0.471,-0.327],[-0.334,0.101],[-0.4,0.334],[-0.501,0.749],[-0.411,0.992],[-0.104,0.267],[-0.225,0.915],[-0.192,0.838],[-0.267,1.567],[0,0.767],[0.366,1.233],[0.6,0.434],[1.167,0.067],[0.633,-0.634]],"o":[[-0.567,0.967],[-0.134,0.467],[-0.133,0.5],[0.1,0.901],[0.228,1.498],[0.004,0.06],[0,0],[0.103,0.707],[0.296,0.839],[0.433,0.333],[0.3,-0.033],[0.633,-0.552],[0.556,-0.773],[0.096,-0.233],[0.241,-0.686],[0.209,-0.696],[0.4,-2],[0.2,-1.033],[0,-1.233],[-0.3,-1],[-0.6,-0.465],[-1.167,-0.067],[-0.667,0.6]],"v":[[23.825,7.641],[22.775,9.792],[22.375,11.242],[22.375,13.391],[22.875,17.092],[22.925,21.842],[22.925,21.992],[23.025,25.742],[23.425,27.542],[24.575,29.292],[25.725,29.641],[26.775,29.092],[28.475,27.141],[29.925,24.492],[30.225,23.742],[30.925,21.342],[31.525,19.042],[32.525,13.692],[32.825,10.992],[32.275,7.292],[30.925,5.141],[28.275,4.342],[25.575,5.192]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ind":3,"ty":"sh","ks":{"k":{"i":[[-2.2,3.399],[0,0],[-0.367,-2.9],[-0.245,-3.485],[-0.033,-0.502],[-0.018,-0.254],[-0.192,-0.848],[-0.556,0],[0.3,0.033],[-0.133,0.035],[0.263,0.848],[-0.07,1.272],[0,0],[0.04,0.783],[0.395,2.208]],"o":[[0,0],[-3.8,2.933],[0.322,2.548],[0.034,0.498],[0.016,0.278],[0.108,1.453],[0.344,1.3],[0.2,0.1],[0.6,0.099],[-0.504,-0.652],[-0.304,-0.993],[0,0],[0.04,-0.717],[-0.038,-1.826],[-0.6,-3.199]],"v":[[23.475,5.992],[24.625,4.192],[19.475,12.942],[20.325,21.992],[20.425,23.492],[20.475,24.292],[20.925,27.742],[22.275,29.692],[22.125,29.792],[23.225,29.891],[22.075,27.641],[21.725,24.242],[21.725,24.192],[21.725,21.942],[21.075,15.891]],"c":true}},"nm":"Path 4","mn":"ADBE Vector Shape - Group"},{"ind":4,"ty":"sh","ks":{"k":{"i":[[1.333,-0.1],[1.067,-0.233],[0,-0.533],[-0.3,-3],[-0.267,-0.933],[-0.5,-1.3],[0,0],[0,0],[-6.533,0.567],[-4.167,-0.033],[-1.142,-0.034],[-0.267,-0.034],[-0.767,0.1],[-0.9,-0.067],[-0.309,0.133],[-0.082,-0.007],[-0.4,0.333],[0,1.467],[0.267,5.4],[0.366,0.433],[1.467,0.066],[0,0],[1.566,-0.033],[1.467,0],[0,0],[0,0],[2.4,-0.067],[0.5,-0.067]],"o":[[-1.334,0.067],[-0.033,0.3],[0.1,6],[0.133,1.6],[0.167,0.633],[0,0],[0,0],[3.3,-0.267],[5.633,-0.4],[1.125,0],[0.4,0.233],[0.367,0.066],[0.2,0],[0.491,0],[0.084,0.026],[1.033,0.1],[0.6,-0.433],[-0.134,-6.2],[-0.067,-1.167],[-0.533,-0.6],[0,0],[-1.934,-0.067],[-2.934,0.166],[0,0],[0,0],[-2.8,0.066],[-2,0.267],[-2.7,0.133]],"v":[[-35.025,-29.808],[-38.625,-29.358],[-38.675,-28.108],[-38.075,-14.608],[-37.475,-10.808],[-36.475,-7.908],[-35.725,-5.408],[-35.175,-5.408],[-20.425,-6.658],[-5.725,-7.208],[-2.325,-7.158],[-1.325,-6.758],[0.375,-6.808],[2.025,-6.708],[3.225,-6.908],[3.475,-6.858],[5.625,-7.208],[6.525,-10.058],[5.925,-27.458],[5.275,-29.858],[2.275,-30.858],[-3.175,-31.058],[-8.425,-31.108],[-15.025,-30.858],[-15.725,-30.858],[-17.425,-30.858],[-25.225,-30.658],[-28.975,-30.158]],"c":true}},"nm":"Path 5","mn":"ADBE Vector Shape - Group"},{"ind":5,"ty":"sh","ks":{"k":{"i":[[-0.2,0.467],[0.266,0.433],[2.07,-0.119],[0.185,-0.493],[0.353,-0.586],[0,0],[-0.6,0.368]],"o":[[0.2,-0.567],[-2.064,0.148],[-0.149,0.507],[-0.281,0.648],[0,0],[1.366,-0.132],[0.466,-0.333]],"v":[[38.475,24.692],[38.375,23.192],[32.175,23.592],[31.675,25.092],[30.725,26.942],[34.525,26.641],[37.475,25.891]],"c":true}},"nm":"Path 6","mn":"ADBE Vector Shape - Group"},{"ind":6,"ty":"sh","ks":{"k":{"i":[[0.064,0.938],[0.043,0.394],[2.558,-0.115],[0.026,-0.117],[0.3,-1.234],[0.07,-0.224],[-3.152,0.251]],"o":[[-0.023,-0.406],[-2.509,0.152],[-0.008,0.117],[-0.1,0.6],[-0.063,0.243],[2.715,-0.183],[-0.103,-0.628]],"v":[[19.225,25.542],[19.125,24.342],[11.525,24.742],[11.475,25.092],[10.875,27.842],[10.675,28.542],[19.475,27.891]],"c":true}},"nm":"Path 7","mn":"ADBE Vector Shape - Group"},{"ind":7,"ty":"sh","ks":{"k":{"i":[[0.35,-0.001],[0.111,0.045],[0.267,-0.067],[0.179,-0.1],[0.042,0.001],[0.011,-0.011],[0.076,-0.126],[0,-0.367],[0,0],[-0.533,-0.3],[-0.367,0.067],[0,0],[-1.138,0.067],[0.017,0.05],[0.146,1.632],[0,0],[0.382,-0.1]],"o":[[-0.089,-0.056],[-0.467,-0.132],[-0.221,0.034],[-0.025,0.001],[0.011,0.022],[-0.091,0.107],[-0.133,0.268],[0,0],[0.067,0.967],[0.267,0.133],[0,0],[1.062,-0.034],[-0.016,-0.05],[-0.387,-1.136],[0,0],[-0.518,0],[-0.35,-0.001]],"v":[[-3.825,25.042],[-4.125,24.891],[-5.225,24.792],[-5.825,24.992],[-5.925,24.992],[-5.925,25.042],[-6.175,25.391],[-6.375,26.342],[-6.325,27.692],[-5.425,29.592],[-4.475,29.692],[-3.725,29.342],[-0.425,29.192],[-0.475,29.042],[-1.275,24.891],[-1.425,24.891],[-2.775,25.042]],"c":true}},"nm":"Path 8","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[167.861,197.376],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":10,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.6,1.267],[0,0],[0,0],[-0.433,0],[-0.033,-0.133],[-0.267,-1.2],[-0.384,-3.449],[0,0],[0,0],[0,0],[-2.2,-0.299],[-0.367,0.033],[-0.033,0.033],[0,0.167],[0.067,0.167],[0.033,0.066],[0.2,0.101],[0.033,-0.033],[0.1,-0.066],[0,0],[0,0]],"o":[[0,0],[0,0],[0.433,-0.033],[0,0.132],[0.067,0.3],[0.449,1.852],[0,0],[0,0],[0,0],[2.167,-0.567],[0.234,-0.1],[0.033,-0.033],[0.033,-0.201],[0,-0.166],[-0.033,-0.067],[-0.233,-0.134],[-0.033,0],[-0.1,0.034],[0,0],[0,0],[0.5,-2.767]],"v":[[-5.525,13.275],[-5.525,13.175],[-4.475,13.175],[-3.175,13.126],[-3.125,13.525],[-2.625,15.775],[-1.375,23.725],[-0.475,29.626],[-9.425,30.975],[-8.875,28.075],[-2.325,27.675],[-1.425,27.475],[-1.325,27.376],[-1.275,26.825],[-1.375,26.325],[-1.475,26.126],[-2.125,25.775],[-2.225,25.825],[-2.525,25.975],[-8.375,25.475],[-7.175,19.325]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[-1.267,0.134],[-0.467,-2.401],[0,0],[-0.3,-1.568],[0.31,-0.002],[1.767,0],[2.9,0.034],[0,0],[3.9,0.233],[0.667,0.034],[0.2,-0.199],[0,-0.134],[0,0],[0,0],[0,0],[0,0],[0.115,0.774],[0.692,2.836],[-0.225,-0.123],[-0.767,0],[-0.8,0.634],[-0.419,0.692],[-3.527,0.294],[-0.469,-0.3],[-0.967,-0.066],[-0.5,0.199],[-0.633,0.5],[-0.455,0.529]],"o":[[0.1,1.2],[0,0],[0.3,1.7],[-0.291,-0.002],[-1.733,-0.034],[-2.9,0.034],[0,0],[-3.933,-0.1],[-0.767,-0.133],[-0.233,0.134],[-0.067,0.067],[0,0],[0,0],[0,0],[0,0],[-0.152,-1.426],[-0.208,-1.631],[0.208,0.143],[1.1,0.567],[0.9,-0.033],[0.614,-0.474],[3.54,-0.206],[0.331,0.534],[0.6,0.4],[0.8,0.101],[0.4,-0.167],[0.545,-0.471],[1.666,-0.134]],"v":[[29.975,10.725],[30.825,16.126],[32.075,22.475],[32.975,27.376],[32.075,27.376],[26.825,27.325],[18.125,27.325],[16.375,27.325],[4.625,26.825],[2.475,26.575],[1.825,27.075],[1.725,27.376],[2.125,28.225],[6.325,28.675],[1.575,28.925],[0.625,24.075],[0.225,20.775],[-1.125,14.075],[-0.475,14.475],[2.325,15.325],[4.875,14.325],[6.425,12.575],[17.025,11.825],[18.225,13.075],[20.575,13.775],[22.525,13.626],[24.075,12.626],[25.575,11.126]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ks":{"k":{"i":[[-0.466,-0.133],[-0.089,-0.055],[-0.35,-0.001],[-0.518,0],[0,0],[-0.387,-1.136],[-0.016,-0.05],[1.062,-0.033],[0,0],[0.267,0.134],[0.067,0.966],[0,0],[-0.133,0.267],[-0.091,0.108],[0.011,0.023],[-0.025,0.001],[-0.221,0.034]],"o":[[0.111,0.045],[0.35,-0.001],[0.382,-0.099],[0,0],[0.146,1.632],[0.017,0.05],[-1.138,0.066],[0,0],[-0.366,0.066],[-0.533,-0.3],[0,0],[0,-0.366],[0.076,-0.126],[0.011,-0.011],[0.042,0.001],[0.179,-0.099],[0.267,-0.066]],"v":[[-7.375,6.575],[-7.075,6.725],[-6.025,6.725],[-4.675,6.575],[-4.525,6.575],[-3.725,10.725],[-3.675,10.876],[-6.975,11.025],[-7.725,11.376],[-8.675,11.275],[-9.575,9.376],[-9.625,8.025],[-9.425,7.075],[-9.175,6.725],[-9.175,6.675],[-9.075,6.675],[-8.475,6.475]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ind":3,"ty":"sh","ks":{"k":{"i":[[-2.509,0.152],[-0.023,-0.406],[-0.103,-0.628],[2.715,-0.182],[-0.063,0.243],[-0.1,0.601],[-0.008,0.118]],"o":[[0.043,0.395],[0.064,0.939],[-3.152,0.251],[0.071,-0.223],[0.3,-1.233],[0.026,-0.116],[2.558,-0.115]],"v":[[15.875,6.025],[15.975,7.225],[16.225,9.575],[7.425,10.225],[7.625,9.525],[8.225,6.775],[8.275,6.425]],"c":true}},"nm":"Path 4","mn":"ADBE Vector Shape - Group"},{"ind":4,"ty":"sh","ks":{"k":{"i":[[-2.064,0.147],[0.2,-0.568],[0.466,-0.333],[1.367,-0.133],[0,0],[-0.281,0.648],[-0.149,0.508]],"o":[[0.267,0.432],[-0.2,0.466],[-0.6,0.367],[0,0],[0.353,-0.586],[0.185,-0.492],[2.07,-0.118]],"v":[[35.125,4.876],[35.225,6.376],[34.225,7.575],[31.275,8.325],[27.475,8.626],[28.425,6.775],[28.925,5.275]],"c":true}},"nm":"Path 5","mn":"ADBE Vector Shape - Group"},{"ind":5,"ty":"sh","ks":{"k":{"i":[[-0.033,0.3],[-1.333,0.067],[-2.7,0.134],[-2,0.267],[-2.8,0.067],[0,0],[0,0],[-2.933,0.167],[-1.933,-0.066],[0,0],[-0.533,-0.6],[-0.067,-1.166],[-0.133,-6.2],[0.6,-0.433],[1.033,0.1],[0.084,0.026],[0.491,0],[0.2,0],[0.367,0.067],[0.4,0.233],[1.125,0],[5.633,-0.4],[3.3,-0.267],[0,0],[0,0],[0.167,0.633],[0.133,1.6],[0.1,6]],"o":[[1.067,-0.233],[1.333,-0.1],[0.5,-0.066],[2.4,-0.066],[0,0],[0,0],[1.467,0],[1.567,-0.033],[0,0],[1.467,0.067],[0.367,0.433],[0.267,5.4],[0,1.467],[-0.4,0.334],[-0.082,-0.007],[-0.309,0.134],[-0.9,-0.066],[-0.767,0.1],[-0.266,-0.033],[-1.141,-0.033],[-4.167,-0.033],[-6.533,0.567],[0,0],[0,0],[-0.5,-1.3],[-0.267,-0.933],[-0.3,-3],[0,-0.533]],"v":[[-41.875,-47.675],[-38.275,-48.125],[-32.225,-48.475],[-28.475,-48.975],[-20.675,-49.175],[-18.975,-49.175],[-18.275,-49.175],[-11.675,-49.425],[-6.425,-49.375],[-0.975,-49.175],[2.025,-48.175],[2.675,-45.775],[3.275,-28.375],[2.375,-25.525],[0.225,-25.175],[-0.025,-25.225],[-1.225,-25.025],[-2.875,-25.125],[-4.575,-25.075],[-5.575,-25.475],[-8.975,-25.525],[-23.675,-24.975],[-38.425,-23.725],[-38.975,-23.725],[-39.725,-26.225],[-40.725,-29.125],[-41.325,-32.925],[-41.925,-46.425]],"c":true}},"nm":"Path 6","mn":"ADBE Vector Shape - Group"},{"ind":6,"ty":"sh","ks":{"k":{"i":[[-3.8,2.932],[0,0],[-0.6,-3.199],[-0.038,-1.827],[0.041,-0.717],[0,0],[-0.304,-0.993],[-0.504,-0.653],[0.6,0.1],[0.2,0.099],[0.344,1.3],[0.108,1.453],[0.016,0.279],[0.034,0.498],[0.322,2.547]],"o":[[0,0],[-2.2,3.4],[0.395,2.208],[0.041,0.783],[0,0],[-0.07,1.273],[0.263,0.847],[-0.133,0.034],[0.3,0.033],[-0.556,0],[-0.192,-0.847],[-0.018,-0.254],[-0.033,-0.502],[-0.245,-3.485],[-0.367,-2.901]],"v":[[21.375,-14.124],[20.225,-12.325],[17.825,-2.425],[18.475,3.626],[18.475,5.876],[18.475,5.925],[18.825,9.325],[19.975,11.575],[18.875,11.475],[19.025,11.376],[17.675,9.425],[17.225,5.975],[17.175,5.175],[17.075,3.675],[16.225,-5.374]],"c":true}},"nm":"Path 7","mn":"ADBE Vector Shape - Group"},{"ind":7,"ty":"sh","ks":{"k":{"i":[[-0.133,0.467],[-0.567,0.967],[-0.666,0.599],[-1.167,-0.066],[-0.6,-0.466],[-0.3,-1],[0,-1.233],[0.2,-1.034],[0.4,-2],[0.209,-0.695],[0.241,-0.685],[0.096,-0.233],[0.556,-0.774],[0.633,-0.552],[0.3,-0.033],[0.433,0.333],[0.296,0.839],[0.103,0.707],[0,0],[0.005,0.061],[0.228,1.498],[0.1,0.9],[-0.133,0.5]],"o":[[0.134,-0.467],[0.5,-1.033],[0.633,-0.634],[1.167,0.067],[0.6,0.433],[0.367,1.234],[0,0.767],[-0.267,1.566],[-0.192,0.838],[-0.225,0.915],[-0.104,0.267],[-0.41,0.993],[-0.5,0.749],[-0.4,0.334],[-0.333,0.1],[-0.471,-0.327],[-0.164,-0.492],[0,0],[0.005,-0.04],[0.195,-1.668],[-0.233,-1.566],[-0.133,-0.933],[0.133,-0.5]],"v":[[19.525,-8.525],[20.575,-10.675],[22.325,-13.124],[25.025,-13.975],[27.675,-13.175],[29.025,-11.025],[29.575,-7.325],[29.275,-4.624],[28.275,0.725],[27.675,3.025],[26.975,5.425],[26.675,6.175],[25.225,8.825],[23.525,10.775],[22.475,11.325],[21.325,10.975],[20.175,9.225],[19.775,7.425],[19.675,3.675],[19.675,3.525],[19.625,-1.225],[19.125,-4.925],[19.125,-7.075]],"c":true}},"nm":"Path 8","mn":"ADBE Vector Shape - Group"},{"ind":8,"ty":"sh","ks":{"k":{"i":[[-0.867,0.667],[-0.467,0.2],[-0.466,-0.1],[-0.467,-0.533],[-0.167,-0.4],[-0.033,-0.166],[0,-0.834],[1.033,-2.166],[0,0],[0.333,-1.027],[0.073,-0.26],[0.159,-0.543],[0.021,-0.081],[0,0],[0.175,-0.462],[0.213,-0.302],[0.5,-0.233],[0.107,-0.025],[0.292,-0.016],[0.112,0.048],[0.333,1.144],[0.015,0.055],[0.1,1.066],[0.032,0.497],[0,0],[-0.004,0.271],[-0.259,1.556],[-0.6,2.1],[-0.833,1.467]],"o":[[0.433,-0.333],[0.6,-0.233],[0.5,0.167],[0.4,0.467],[0.1,0.167],[0.167,0.534],[-0.067,2.599],[0,0],[-0.4,1.04],[-0.06,0.274],[-0.175,0.523],[-0.012,0.086],[0,0],[-0.124,0.639],[-0.153,0.531],[-0.3,0.466],[-0.093,0.041],[-0.275,0.018],[-0.121,-0.019],[-0.701,-0.222],[-0.018,-0.046],[-0.167,-0.7],[-0.035,-0.503],[0,0],[-0.004,-0.263],[0.008,-1.644],[0.3,-1.9],[0.6,-2.167],[0.733,-1.167]],"v":[[6.175,-14.775],[7.525,-15.575],[9.125,-15.775],[10.575,-14.725],[11.425,-13.425],[11.625,-12.925],[11.875,-10.874],[10.225,-3.725],[7.975,0.975],[6.875,4.075],[6.675,4.876],[6.175,6.475],[6.125,6.725],[5.675,8.725],[5.225,10.376],[4.675,11.626],[3.475,12.675],[3.175,12.775],[2.325,12.825],[1.975,12.725],[0.425,10.675],[0.375,10.525],[-0.025,7.876],[-0.125,6.376],[-0.125,5.025],[-0.125,4.225],[0.275,-0.575],[1.625,-6.575],[3.775,-12.025]],"c":true}},"nm":"Path 9","mn":"ADBE Vector Shape - Group"},{"ind":9,"ty":"sh","ks":{"k":{"i":[[-3.033,1.267],[0.433,-0.466],[0.667,-2.301],[0.733,-3.3],[-0.067,-2.013],[-0.071,-0.753],[-0.27,-1.522],[-0.144,-0.691],[0.417,0.871],[0.099,1.804],[-0.023,0.772],[0,0],[-1.294,3.851]],"o":[[-0.467,0.467],[-1.5,1.667],[-0.767,1.766],[-0.334,1.487],[0.029,0.714],[0.13,1.344],[0.123,0.675],[-0.65,-0.429],[-0.468,-1.096],[-0.023,-0.661],[0,0],[0.105,-4.482],[1.267,-3.899]],"v":[[5.675,-15.975],[4.325,-14.575],[1.075,-8.624],[-1.175,-1.025],[-1.575,4.225],[-1.425,6.425],[-0.825,10.725],[-0.425,12.775],[-2.025,10.825],[-2.875,6.475],[-2.875,4.325],[-2.875,4.275],[-0.775,-8.225]],"c":true}},"nm":"Path 10","mn":"ADBE Vector Shape - Group"},{"ind":10,"ty":"sh","ks":{"k":{"i":[[0.067,-1],[-0.333,-2.233],[-0.533,-2.6],[-0.2,-0.933],[-0.067,-0.266],[-0.233,-1.033],[-0.033,-0.533],[0.067,-1.3],[-0.333,-1.433],[-0.467,-0.266],[-0.767,0],[-2.733,0.967],[-0.133,0.1],[-0.6,0.034],[-0.2,-1.767],[0,0],[-0.233,-1.5],[0,0],[4.6,-0.233],[0.367,-0.366],[0.1,-0.566],[-0.6,-2.066],[-0.5,-0.366],[-0.6,0],[-0.7,0.134],[-1.433,0.101],[0.933,-5.101],[0.367,-2.566],[0,0],[0.2,-0.966],[0.034,-0.1],[0,0],[0.267,-0.233],[0,-0.368],[-0.233,-0.233],[-0.866,0],[0,0],[-0.233,0.1],[-0.233,0.966],[0.033,0.133],[0.4,0.033],[0.367,0],[0,0],[-0.253,1.309],[0,0],[-1.467,-0.066],[-4.4,-0.3],[-4.5,0.167],[0.033,-0.066],[0.333,-1.267],[0.173,-0.705],[0,0],[1.667,-0.333],[0.433,-0.101],[0.8,-0.166],[0.467,0.134],[1.9,-0.3],[1,0.1],[0.5,-0.066],[0.1,-0.1],[0.067,-0.1],[0,0],[-0.266,-0.1],[0,0],[0,0],[-0.233,0.034],[-0.2,-0.033],[-1.9,0.233],[-1.7,0.233],[-0.467,0.067],[-0.267,0.033],[-1.833,0.267],[0,0],[0.4,-0.066],[0.9,-0.366],[2,0.367],[2.733,-0.133],[1.267,0.467],[0.433,0],[0.1,-0.1],[0.067,-0.1],[0.033,-0.1],[0,-0.201],[0,-0.2],[-0.067,-0.066],[-0.033,-0.033],[0,0],[0,0],[0,0],[0.2,-0.3],[0,-0.234],[-0.2,-0.199],[-0.6,-0.033],[-0.6,0.034],[-0.466,-0.133],[-0.1,0.034],[-0.4,0.301],[-0.133,0.1],[-0.033,0.201],[0.067,0.399],[0.134,0.134],[0.3,0.033],[0,0],[0,0],[0,0],[0,0.233],[0.033,0.134],[0.033,0.067],[0,0],[-0.433,0.134],[-1.133,0.132],[-0.733,0.066],[-0.933,0.101],[-0.1,-0.4],[-0.1,-0.266],[0,0],[-0.1,-0.467],[-0.233,-1.233],[0,0],[-0.1,-0.233],[0.867,-0.2],[0.367,-0.267],[-0.133,-0.5],[-0.5,-0.2],[-0.6,0],[0,0],[-0.2,0.2],[-0.033,0.401],[0.133,0.2],[0.433,0.1],[0.767,0.067],[0.033,0.034],[0.167,0.2],[0.167,0.933],[0,0],[-0.367,0.034],[-0.067,0.034],[0,0],[-1.267,0.367],[-1.591,0.326],[0.258,0.133],[0.919,-0.068],[0.872,-0.135],[0.932,-0.165],[0.667,-0.066],[1.4,-0.167],[0.5,-0.1],[0.767,-0.199],[0.167,-0.033],[1.3,-0.133],[1.3,-0.333],[0.867,0.3],[0,0],[-2.833,0.4],[-0.367,0.067],[-0.367,0.134],[0,0],[-1.167,-0.033],[0,0],[-1.667,0.033],[0,0],[-1.367,0.132],[-0.5,-0.233],[-0.2,-0.067],[-0.433,-0.101],[0,0],[-0.151,-0.604],[-0.767,-2.666],[0,0],[0,0],[0.233,-0.267],[-0.133,-0.333],[-0.3,-0.2],[-0.933,-0.099],[-0.467,0.033],[-0.2,0.266],[-0.033,0.067],[-0.5,-0.066],[-0.933,0.066],[-0.433,0.334],[-0.067,0.366],[0.2,0.267],[0.7,0.1],[1.267,-0.1],[0,0],[1.3,4.533],[0.267,1.399],[0.1,0.6],[-0.034,0.234],[0.034,0.099],[0.067,0.133],[0.2,0.067],[0.233,1.267],[0.433,1.6],[0.2,0.867],[0.067,0.9],[-0.3,0.034],[-0.633,0.633],[-0.134,0.966],[0.066,1.134],[0.333,0.266],[0.7,-0.066],[1.917,-0.134],[-0.308,1.821],[-0.067,1.299],[0.6,1.533],[0.533,0.434],[1.133,0.333],[1.033,-0.133],[1.434,-1.134],[0.6,-0.8],[0.7,0.301],[0.067,0.333],[1.733,0.833],[1.767,-0.633],[1.034,-0.933],[0.033,-0.066],[1.236,0.104],[-0.232,2.186],[0.323,0.065],[0.1,-0.566],[0,0],[0.034,-0.024],[0,0],[3.805,-1.395],[1.267,-1.334],[0.3,-1.534],[-0.733,-2.4],[-0.667,-0.7],[-1.636,-0.424],[0.273,0.029],[1.867,0.134],[0.067,0.134],[0.033,0.533],[0,0],[-3.367,0.167],[-4.467,-0.167],[0,0],[-0.61,-0.026],[-0.291,-0.1],[-0.248,-0.024],[-0.533,0.034],[-0.533,0.467],[-0.233,0.967],[0,1.1],[0.433,7.7],[0.2,0.7],[0.667,0.6],[2.233,0.067],[5.367,-0.266],[3.833,-0.333],[3.033,0.067],[0.967,-0.2],[0.4,-0.5]],"o":[[-0.067,1.8],[0.2,1.334],[0.2,1.1],[0.034,0.434],[0.033,0.234],[0.133,0.767],[0.033,0.667],[0.034,0.9],[0.234,1.034],[0.3,0.2],[2.9,0],[0.233,-0.067],[0.567,-0.067],[0.033,1.134],[0,0],[0.2,1.966],[0,0],[-2.833,-0.099],[-0.833,0],[-0.2,0.234],[-0.467,2.1],[0.233,0.9],[0.4,0.267],[0.333,-0.033],[1.167,-0.2],[-1.567,5.3],[-0.5,2.866],[0,0],[-0.533,3.3],[-0.033,0.134],[0,0],[-0.667,0.067],[-0.233,0.2],[0,0.333],[0.267,0.3],[0,0],[0.533,0],[0.433,-0.233],[0.033,-0.334],[-0.133,-0.233],[-0.3,-0.066],[0,0],[0.214,-1.39],[0,0],[1.333,-0.033],[2.233,0.1],[2.8,0.134],[0,0.033],[-0.933,3.167],[-0.127,0.497],[0,0],[-1.7,0.334],[-0.466,0.1],[-0.8,0.132],[-0.6,0.134],[-1.9,0],[-1.1,0.134],[-0.533,0.067],[-0.133,0.067],[-0.1,0.101],[0,0],[0.234,0.067],[0,0],[0,0],[0.2,-0.033],[0.167,0],[1.933,0.134],[1.734,-0.067],[0.467,-0.068],[0.233,-0.066],[1.8,-0.3],[0,0],[-0.4,0.033],[-0.933,0.201],[-2.067,-0.3],[-2.633,-0.533],[-1.233,0.034],[-0.467,-0.1],[-0.167,0],[-0.1,0.067],[-0.033,0.101],[-0.033,0.167],[-0.033,0.199],[0,0.067],[0,0.034],[0,0],[0,0],[0,0],[-0.567,0.099],[-0.1,0.2],[0.033,0.266],[0.267,0.301],[0.333,0.034],[0.733,0],[0.6,0.067],[0.234,-0.033],[0.3,-0.166],[0.267,-0.133],[0.067,-0.133],[-0.167,-0.601],[-0.233,-0.233],[0,0],[0,0],[0,0],[0.033,-0.267],[0,-0.166],[-0.033,-0.133],[0,0],[0.433,-0.133],[1.1,-0.133],[0.7,-0.101],[0.933,-0.134],[0.067,0.367],[0.067,0.234],[0,0],[0.1,0.7],[0.234,1.267],[0,0],[0.034,0.334],[-0.933,0.034],[-0.533,0.067],[-0.467,0.367],[0.067,0.367],[0.267,0.1],[0,0],[0.467,0],[0.167,-0.133],[0.067,-0.467],[-0.133,-0.233],[-0.8,-0.2],[0,-0.067],[-0.333,-0.367],[-0.266,-0.4],[0,0],[0.333,-0.066],[0.067,-0.067],[0,0],[1.233,-0.201],[1.643,-0.341],[0.124,-0.267],[-0.248,-0.134],[-0.928,0.098],[-0.834,0.168],[-0.7,0.133],[-1.433,0.134],[-0.533,0.067],[-0.7,0.234],[-0.2,-0.067],[-1.2,0.334],[-1.4,0.134],[-0.9,0.201],[0,0],[2.767,-0.333],[0.333,-0.1],[0.367,-0.167],[0,0],[1.167,0],[0,0],[1.6,0.033],[0,0],[1.367,-0.133],[0.533,0.066],[0.233,0.1],[0.367,0.267],[0,0],[0.149,0.629],[0.733,3.2],[0,0],[0,0],[-0.433,0.034],[-0.166,0.267],[0.1,0.333],[0.3,0.234],[0.333,0.567],[0.267,0],[0.067,-0.034],[0.367,0.067],[1.3,0.201],[0.867,-0.068],[0.267,-0.233],[0.067,-0.368],[-0.233,-0.233],[-2.434,-0.333],[0,0],[-1.433,-3.6],[-0.466,-1.601],[-0.133,-0.434],[0.1,-0.166],[0.034,-0.133],[-0.034,-0.167],[-0.066,-0.167],[-0.166,-1],[-0.5,-2.867],[-0.467,-1.733],[-0.267,-1.1],[0.367,-0.067],[1.766,-0.2],[0.567,-0.566],[0.1,-0.634],[-0.067,-0.8],[-0.266,-0.201],[-1.917,0.166],[0.325,-1.247],[0.433,-2.3],[0.067,-1.967],[-0.466,-1.201],[-0.566,-0.433],[-1.133,-0.333],[-1.033,0.133],[-1.233,1],[-1.4,-0.366],[-0.067,-0.4],[-0.533,-1.8],[-1.7,-0.767],[-1.067,0.4],[-0.067,0.067],[-1.697,-0.329],[0.102,-1.248],[-0.143,-0.268],[-0.633,0.133],[0,0],[0,0.042],[0,0],[-4.028,-0.128],[-2.3,0.8],[-1.1,1.132],[-0.433,1.799],[0.367,1.3],[0.764,0.877],[-0.293,-0.005],[-3.433,-0.366],[-0.167,-0.233],[-0.166,-0.333],[0,0],[4.4,-0.4],[5.133,-0.233],[0,0],[0.756,-0.06],[0.442,0],[0.252,0.009],[1.133,0.034],[0.933,-0.1],[0.633,-0.5],[0.167,-0.666],[0.1,-3.933],[-0.067,-1.266],[-0.267,-1.066],[-0.867,-0.7],[-8.367,-0.2],[-2.633,0.1],[-3.467,-0.066],[-2.2,-0.067],[-0.967,0.2],[-0.333,0.4]],"v":[[-48.475,-48.225],[-48.075,-42.175],[-46.975,-36.275],[-46.375,-33.225],[-46.225,-32.175],[-45.825,-30.275],[-45.575,-28.325],[-45.625,-25.375],[-45.075,-21.875],[-44.025,-19.925],[-42.425,-19.625],[-33.975,-21.075],[-33.425,-21.325],[-31.675,-21.475],[-31.325,-17.125],[-29.875,-3.374],[-29.225,1.825],[-29.025,2.975],[-40.175,3.175],[-41.975,3.725],[-42.425,4.925],[-42.225,11.175],[-41.125,13.075],[-39.625,13.475],[-38.075,13.225],[-34.175,12.775],[-37.925,28.376],[-39.225,36.525],[-39.925,40.925],[-41.025,47.325],[-41.125,47.675],[-45.025,48.075],[-46.425,48.525],[-46.775,49.376],[-46.425,50.225],[-44.725,50.675],[-38.825,50.575],[-37.675,50.425],[-36.675,48.626],[-36.675,47.925],[-37.475,47.525],[-38.475,47.425],[-35.775,28.675],[-35.075,24.626],[-32.475,12.675],[-28.275,12.725],[-18.325,13.325],[-7.375,13.275],[-7.425,13.425],[-9.325,20.075],[-9.775,21.876],[-10.575,26.075],[-15.625,27.075],[-16.975,27.376],[-19.375,27.825],[-20.975,27.825],[-26.675,28.275],[-29.825,28.325],[-31.375,28.525],[-31.725,28.775],[-31.975,29.075],[-31.825,30.025],[-31.075,30.275],[-30.875,30.275],[-30.775,30.275],[-30.125,30.175],[-29.575,30.225],[-23.825,30.075],[-18.675,29.626],[-17.275,29.425],[-16.525,29.275],[-11.075,28.425],[-11.625,31.275],[-12.825,31.425],[-15.575,32.275],[-21.675,31.275],[-29.725,30.675],[-33.475,30.025],[-34.825,29.876],[-35.225,30.025],[-35.475,30.275],[-35.575,30.575],[-35.625,31.126],[-35.675,31.725],[-35.575,31.925],[-35.525,32.025],[-12.225,34.425],[-14.525,46.225],[-17.675,46.876],[-18.825,47.475],[-18.975,48.126],[-18.625,48.825],[-17.325,49.325],[-15.925,49.325],[-14.125,49.525],[-13.075,49.575],[-12.125,49.075],[-11.475,48.675],[-11.025,48.175],[-11.025,47.376],[-11.475,46.275],[-12.275,45.876],[-10.075,34.626],[-0.975,34.925],[-0.325,34.525],[-0.275,33.775],[-0.325,33.325],[-0.425,33.025],[-9.725,32.675],[-8.425,32.275],[-5.075,31.876],[-2.925,31.626],[-0.125,31.275],[0.125,32.425],[0.375,33.175],[0.375,33.275],[0.675,35.025],[1.375,38.775],[3.375,48.325],[3.575,49.175],[0.875,49.525],[-0.475,50.025],[-0.975,51.325],[-0.125,52.175],[1.175,52.325],[8.475,52.325],[9.475,52.025],[9.775,51.225],[9.675,50.225],[8.825,49.725],[6.475,49.325],[6.425,49.175],[5.675,48.325],[5.025,46.325],[2.925,34.975],[3.975,34.825],[4.175,34.675],[22.225,31.876],[25.975,31.025],[30.825,30.025],[30.625,29.425],[28.875,29.325],[26.175,29.675],[23.525,30.175],[21.475,30.475],[17.225,30.925],[15.675,31.175],[13.475,31.825],[12.925,31.775],[9.175,32.475],[5.125,33.175],[2.475,33.025],[2.025,31.025],[10.425,29.925],[11.475,29.675],[12.575,29.225],[14.475,29.225],[17.975,29.275],[19.875,29.275],[24.775,29.275],[26.075,29.275],[30.175,28.876],[31.725,29.325],[32.375,29.575],[33.575,30.126],[33.775,31.175],[34.225,33.025],[36.475,41.825],[38.375,47.575],[37.925,47.575],[36.925,48.025],[36.875,48.925],[37.475,49.725],[39.325,50.225],[40.525,51.025],[41.225,50.626],[41.375,50.475],[42.675,50.675],[46.025,50.876],[47.975,50.275],[48.475,49.376],[48.275,48.425],[46.875,47.925],[41.325,47.575],[41.075,47.575],[36.975,35.376],[35.875,30.876],[35.525,29.325],[35.725,28.725],[35.725,28.376],[35.575,27.925],[35.175,27.575],[34.575,24.175],[33.175,17.475],[32.175,13.575],[31.675,10.575],[32.675,10.425],[36.275,9.175],[37.325,6.876],[37.375,4.225],[36.775,2.626],[35.325,2.425],[29.575,2.876],[30.525,-1.725],[31.275,-7.124],[30.475,-12.374],[28.975,-14.825],[26.425,-15.975],[23.175,-16.275],[19.475,-14.374],[16.725,-11.675],[13.575,-12.675],[13.375,-13.775],[9.975,-17.725],[4.775,-17.925],[1.625,-15.925],[1.475,-15.725],[-2.925,-16.375],[-2.425,-21.525],[-3.125,-22.025],[-4.225,-20.975],[-4.325,-20.725],[-4.375,-20.625],[-4.675,-16.475],[-16.425,-14.575],[-21.775,-11.374],[-23.875,-7.374],[-23.425,-1.075],[-21.875,1.925],[-18.275,3.876],[-19.125,3.825],[-27.075,3.075],[-27.425,2.525],[-27.725,1.225],[-30.275,-21.625],[-18.625,-22.475],[-4.225,-22.575],[-4.225,-22.525],[-2.175,-22.575],[-1.075,-22.425],[-0.325,-22.375],[2.175,-22.375],[4.375,-23.225],[5.675,-25.425],[5.925,-28.075],[5.425,-45.525],[5.025,-48.475],[3.625,-50.975],[-1.025,-52.125],[-21.625,-52.025],[-31.325,-51.375],[-41.075,-51.575],[-45.825,-51.375],[-47.875,-50.325]],"c":true}},"nm":"Path 11","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[171.11,215.693],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":13,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":4,"nm":"right-sleeve 2","parent":26,"ks":{"o":{"k":100},"r":{"k":-10},"p":{"k":[266.77,253.904,0]},"a":{"k":[-1.25,33,0]},"s":{"k":[119.048,119.048,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":100,"s":[{"i":[[6.5,-0.5],[-0.5,0],[0,0]],"o":[[-14.188,1.091],[0.5,0],[0,0]],"v":[[1,24.5],[-8,49],[8.5,41]],"c":true}],"e":[{"i":[[6.5,-0.5],[-0.5,0],[0,0]],"o":[[-14.188,1.091],[0.5,0],[0,0]],"v":[[1,24.5],[-8,49],[8.5,41]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":180,"s":[{"i":[[6.5,-0.5],[-0.5,0],[0,0]],"o":[[-14.188,1.091],[0.5,0],[0,0]],"v":[[1,24.5],[-8,49],[8.5,41]],"c":true}],"e":[{"i":[[5.256,-3.382],[-0.416,0.277],[0,0]],"o":[[-14.375,9.25],[1.125,-0.75],[0,0]],"v":[[6.875,26.375],[10,53.875],[21.375,44.375]],"c":true}]},{"t":187,"s":[{"i":[[5.256,-3.382],[-0.416,0.277],[0,0]],"o":[[-14.375,9.25],[1.125,-0.75],[0,0]],"v":[[6.875,26.375],[10,53.875],[21.375,44.375]],"c":true}],"h":1},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":208,"s":[{"i":[[5.256,-3.382],[-0.416,0.277],[0,0]],"o":[[-14.375,9.25],[1.125,-0.75],[0,0]],"v":[[6.875,26.375],[10,53.875],[21.375,44.375]],"c":true}],"e":[{"i":[[6.5,-0.5],[-0.5,0],[0,0]],"o":[[-14.188,1.091],[0.5,0],[0,0]],"v":[[1,24.5],[-8,49],[8.5,41]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":217,"s":[{"i":[[6.5,-0.5],[-0.5,0],[0,0]],"o":[[-14.188,1.091],[0.5,0],[0,0]],"v":[[1,24.5],[-8,49],[8.5,41]],"c":true}],"e":[{"i":[[6.5,-0.5],[-0.5,0],[0,0]],"o":[[-14.188,1.091],[0.5,0],[0,0]],"v":[[1,24.5],[-8,49],[8.5,41]],"c":true}]},{"t":270}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"w":{"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":4,"nm":"right-arm-hand 2","parent":26,"ks":{"o":{"k":100},"r":{"k":-10},"p":{"k":[255.551,215.99,0]},"a":{"k":[0,0,0]},"s":{"k":[119.048,119.048,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":100,"s":[{"i":[[0.251,-1.727],[2.376,-1.915],[0,0],[0,0],[0,0],[-2.25,-1.75],[-2.874,6.148],[-0.311,4.21],[0,0],[0.001,1.835],[0,0],[0.08,1.642],[2.376,-0.04]],"o":[[-0.355,2.437],[-2.004,1.615],[0,0],[0,0],[0,0],[2.25,1.75],[1.126,-0.79],[0.087,-1.183],[0,0],[-0.001,-1.25],[0,0],[-0.124,-2.54],[-1.397,0.023]],"v":[[22.75,31.375],[19.875,37.75],[11,42.625],[9.75,38.75],[-0.75,44.25],[2.75,56.5],[24.25,41.062],[33.688,38.5],[29.625,36.125],[34.5,33.562],[31,31.625],[34.25,28.875],[25,27.5]],"c":true}],"e":[{"i":[[0.907,-1.489],[2.335,-1.697],[0,0],[0,0],[0,0],[-2.25,-1.75],[-2.71,6.018],[-0.682,2.673],[0,0],[-0.409,1.234],[0,0],[-0.485,1.104],[2.334,0.342]],"o":[[-0.976,1.966],[-2.085,1.495],[0,0],[0,0],[0,0],[2.25,1.75],[0.88,-0.777],[0.427,-0.672],[0,0],[0.409,-0.84],[0,0],[0.327,-1.707],[-1.349,-0.189]],"v":[[24.143,32.604],[20.039,37.75],[10.877,43.444],[9.75,38.75],[-0.75,44.25],[2.75,56.5],[24.086,41.124],[31.209,39.811],[29.297,37.559],[33.189,36.492],[31.533,34.165],[34.332,33.341],[28.196,30.491]],"c":true}]},{"t":109,"s":[{"i":[[0.907,-1.489],[2.335,-1.697],[0,0],[0,0],[0,0],[-2.25,-1.75],[-2.71,6.018],[-0.682,2.673],[0,0],[-0.409,1.234],[0,0],[-0.485,1.104],[2.334,0.342]],"o":[[-0.976,1.966],[-2.085,1.495],[0,0],[0,0],[0,0],[2.25,1.75],[0.88,-0.777],[0.427,-0.672],[0,0],[0.409,-0.84],[0,0],[0.327,-1.707],[-1.349,-0.189]],"v":[[24.143,32.604],[20.039,37.75],[10.877,43.444],[9.75,38.75],[-0.75,44.25],[2.75,56.5],[24.086,41.124],[31.209,39.811],[29.297,37.559],[33.189,36.492],[31.533,34.165],[34.332,33.341],[28.196,30.491]],"c":true}],"h":1},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":180,"s":[{"i":[[0.907,-1.489],[2.335,-1.697],[0,0],[0,0],[0,0],[-2.25,-1.75],[-2.71,6.018],[-0.682,2.673],[0,0],[-0.409,1.234],[0,0],[-0.485,1.104],[2.334,0.342]],"o":[[-0.976,1.966],[-2.085,1.495],[0,0],[0,0],[0,0],[2.25,1.75],[0.88,-0.777],[0.427,-0.672],[0,0],[0.409,-0.84],[0,0],[0.327,-1.707],[-1.349,-0.189]],"v":[[24.143,32.604],[20.039,37.75],[10.877,43.444],[9.75,38.75],[-0.75,44.25],[2.75,56.5],[24.086,41.124],[31.209,39.811],[29.297,37.559],[33.189,36.492],[31.533,34.165],[34.332,33.341],[28.196,30.491]],"c":true}],"e":[{"i":[[0.907,-1.489],[2.335,-1.697],[0,0],[0,0],[0,0],[-2.25,-1.75],[-3.335,5.086],[-0.682,2.673],[0,0],[-0.409,1.234],[0,0],[-0.485,1.104],[2.334,0.342]],"o":[[-0.976,1.966],[-2.085,1.495],[0,0],[0,0],[0,0],[2.25,1.75],[0.88,-0.777],[0.427,-0.672],[0,0],[0.409,-0.84],[0,0],[0.327,-1.707],[-1.349,-0.189]],"v":[[57.768,53.104],[53.664,58.25],[32.502,49.319],[21.875,43.375],[12.875,50.375],[26.25,58],[57.711,61.624],[64.834,60.311],[62.922,58.059],[66.814,56.992],[65.158,54.665],[67.957,53.841],[62.321,50.741]],"c":true}]},{"t":187,"s":[{"i":[[0.907,-1.489],[2.335,-1.697],[0,0],[0,0],[0,0],[-2.25,-1.75],[-3.335,5.086],[-0.682,2.673],[0,0],[-0.409,1.234],[0,0],[-0.485,1.104],[2.334,0.342]],"o":[[-0.976,1.966],[-2.085,1.495],[0,0],[0,0],[0,0],[2.25,1.75],[0.88,-0.777],[0.427,-0.672],[0,0],[0.409,-0.84],[0,0],[0.327,-1.707],[-1.349,-0.189]],"v":[[57.768,53.104],[53.664,58.25],[32.502,49.319],[21.875,43.375],[12.875,50.375],[26.25,58],[57.711,61.624],[64.834,60.311],[62.922,58.059],[66.814,56.992],[65.158,54.665],[67.957,53.841],[62.321,50.741]],"c":true}],"h":1},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":208,"s":[{"i":[[0.907,-1.489],[2.335,-1.697],[0,0],[0,0],[0,0],[-2.25,-1.75],[-3.335,5.086],[-0.682,2.673],[0,0],[-0.409,1.234],[0,0],[-0.485,1.104],[2.334,0.342]],"o":[[-0.976,1.966],[-2.085,1.495],[0,0],[0,0],[0,0],[2.25,1.75],[0.88,-0.777],[0.427,-0.672],[0,0],[0.409,-0.84],[0,0],[0.327,-1.707],[-1.349,-0.189]],"v":[[57.768,53.104],[53.664,58.25],[32.502,49.319],[21.875,43.375],[12.875,50.375],[26.25,58],[57.711,61.624],[64.834,60.311],[62.922,58.059],[66.814,56.992],[65.158,54.665],[67.957,53.841],[62.321,50.741]],"c":true}],"e":[{"i":[[0.907,-1.489],[2.335,-1.697],[0,0],[0,0],[0,0],[-2.25,-1.75],[-2.71,6.018],[-0.682,2.673],[0,0],[-0.409,1.234],[0,0],[-0.485,1.104],[2.334,0.342]],"o":[[-0.976,1.966],[-2.085,1.495],[0,0],[0,0],[0,0],[2.25,1.75],[0.88,-0.777],[0.427,-0.672],[0,0],[0.409,-0.84],[0,0],[0.327,-1.707],[-1.349,-0.189]],"v":[[24.143,32.604],[20.039,37.75],[10.877,43.444],[9.75,38.75],[-0.75,44.25],[2.75,56.5],[24.086,41.124],[31.209,39.811],[29.297,37.559],[33.189,36.492],[31.533,34.165],[34.332,33.341],[28.196,30.491]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":217,"s":[{"i":[[0.907,-1.489],[2.335,-1.697],[0,0],[0,0],[0,0],[-2.25,-1.75],[-2.71,6.018],[-0.682,2.673],[0,0],[-0.409,1.234],[0,0],[-0.485,1.104],[2.334,0.342]],"o":[[-0.976,1.966],[-2.085,1.495],[0,0],[0,0],[0,0],[2.25,1.75],[0.88,-0.777],[0.427,-0.672],[0,0],[0.409,-0.84],[0,0],[0.327,-1.707],[-1.349,-0.189]],"v":[[24.143,32.604],[20.039,37.75],[10.877,43.444],[9.75,38.75],[-0.75,44.25],[2.75,56.5],[24.086,41.124],[31.209,39.811],[29.297,37.559],[33.189,36.492],[31.533,34.165],[34.332,33.341],[28.196,30.491]],"c":true}],"e":[{"i":[[0.251,-1.727],[2.376,-1.915],[0,0],[0,0],[0,0],[-2.25,-1.75],[-2.874,6.148],[-0.311,4.21],[0,0],[0.001,1.835],[0,0],[0.08,1.642],[2.376,-0.04]],"o":[[-0.355,2.437],[-2.004,1.615],[0,0],[0,0],[0,0],[2.25,1.75],[1.126,-0.79],[0.087,-1.183],[0,0],[-0.001,-1.25],[0,0],[-0.124,-2.54],[-1.397,0.023]],"v":[[22.75,31.375],[19.875,37.75],[11,42.625],[9.75,38.75],[-0.75,44.25],[2.75,56.5],[24.25,41.062],[33.688,38.5],[29.625,36.125],[34.5,33.562],[31,31.625],[34.25,28.875],[25,27.5]],"c":true}]},{"t":270}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[-0.001,0.04],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":20,"ty":4,"nm":"Note","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[0],"e":[12]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":113,"s":[12],"e":[12]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":180,"s":[12],"e":[12]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":190,"s":[12],"e":[47]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":195,"s":[47],"e":[47]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":207,"s":[47],"e":[-11]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":216,"s":[-11],"e":[-11]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":270,"s":[-11],"e":[0]},{"t":279}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[120.5,234.5,0],"e":[120.5,234.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":100,"s":[120.5,234.5,0],"e":[126.5,234.5,0],"to":[1,0,0],"ti":[-1,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":113,"s":[126.5,234.5,0],"e":[126.5,234.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":180,"s":[126.5,234.5,0],"e":[158.5,258.5,0],"to":[21.4583339691162,18.75,0],"ti":[-6.08333349227905,-3.16666674613953,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":190,"s":[158.5,258.5,0],"e":[167.5,262.5,0],"to":[7.33988952636719,3.82076454162598,0],"ti":[-1.5,-0.66666668653488,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":195,"s":[167.5,262.5,0],"e":[167.5,262.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":207,"s":[167.5,262.5,0],"e":[232.875,234.75,0],"to":[66.8958358764648,10.875,0],"ti":[-10.8958330154419,4.625,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":216,"s":[232.875,234.75,0],"e":[232.875,234.75,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":270,"s":[232.875,234.75,0],"e":[120.5,234.5,0],"to":[-18.7291660308838,-0.04166666790843,0],"ti":[18.7291660308838,0.04166666790843,0]},{"t":279}]},"a":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[-79.5,34.5,0],"e":[-79.5,34.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":100,"s":[-79.5,34.5,0],"e":[-79.5,34.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":270,"s":[-79.5,34.5,0],"e":[-79.5,34.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":279}]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":100,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":180,"s":[100,100,100],"e":[100,100,100]},{"t":279}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[3.75,1.375],[0.375,-3.125],[0,0],[0,0],[0.5,6],[-1.75,2.375]],"o":[[1.25,5.75],[-0.321,2.673],[0,0],[0,0],[-0.5,-6],[-4.75,0.5]],"v":[[-82.875,23.125],[-82.375,35.5],[-85.375,45.125],[-73.5,45.375],[-77,38.125],[-72.375,24]],"c":true}],"e":[{"i":[[3.75,1.375],[0.375,-3.125],[0,0],[0,0],[0.5,6],[-1.75,2.375]],"o":[[1.25,5.75],[-0.321,2.673],[0,0],[0,0],[-0.5,-6],[-4.75,0.5]],"v":[[-82.875,23.125],[-82.375,35.5],[-85.375,45.125],[-73.5,45.375],[-77,38.125],[-72.375,24]],"c":true}]},{"t":279}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"w":{"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":21,"ty":4,"nm":"Desk-Girl","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[155,226,0]},"a":{"k":[200,200,0]},"s":{"k":[96,96,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0.034],[-0.033,0.333],[0.3,0.267],[0.868,-0.133],[6.433,-0.134],[9.599,-0.033],[16.8,-0.933],[0.034,-0.167],[0.132,-0.933],[-0.066,-0.866],[0.333,-0.466],[0,0],[0,0.467],[0,0],[-0.067,0.533],[-0.101,0.434],[17.5,-1.866],[-0.234,-1.3],[-8.034,-0.101],[-8.233,-0.299],[-10.4,0.2],[0,0],[-0.266,0],[-0.767,0.067],[0,0],[-0.2,0.033],[0,0],[-0.533,0.533],[-0.068,1]],"o":[[0.166,-0.633],[0.066,-0.601],[-0.333,-0.333],[-4.833,0.467],[-1.667,0.033],[-16.967,0.033],[0,0.167],[-0.066,0.467],[-0.034,0.434],[0.067,0.734],[0,0],[-0.234,-0.299],[0,0],[-0.067,-1.1],[0.133,-0.634],[-17.667,0.934],[-0.467,1.167],[7.966,-0.601],[4.133,0.066],[4,0.067],[0,0],[0.2,0.066],[0.701,0.067],[0,0],[0.266,-0.034],[0,0],[1.5,-0.066],[0.5,-0.467],[0.133,-1.701]],"v":[[70.184,-13.484],[70.484,-14.932],[70.133,-16.234],[68.333,-16.533],[51.434,-15.632],[34.534,-15.533],[-16.117,-14.083],[-16.167,-13.583],[-16.466,-11.484],[-16.417,-9.533],[-16.816,-7.734],[-17.216,-7.583],[-17.566,-8.734],[-17.566,-9.984],[-17.566,-12.432],[-17.216,-14.033],[-69.966,-9.833],[-70.316,-6.132],[-46.316,-6.882],[-27.767,-6.333],[-6.167,-6.533],[60.133,-7.682],[60.833,-7.583],[63.034,-7.583],[64.734,-7.682],[65.434,-7.783],[66.083,-7.783],[69.133,-8.682],[69.984,-10.882]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[-0.533,1.801],[0,0],[-0.033,0.033],[0,0],[3.566,0.199],[1.966,0.167],[2.3,-0.2],[0.533,0.334],[-0.066,-0.733],[-0.033,-0.399],[0.099,-0.733],[0.367,-1.401],[0,-1.101],[0,0],[-2.2,0.101],[-4.301,-0.033],[-0.667,0.101],[-1.101,0.2],[-1.667,-0.167],[-1.066,-0.233],[-3.5,0.033],[-2.833,-0.068],[0,0],[-0.333,-0.2],[-0.033,-0.067],[-0.901,0.167],[-0.099,0.833],[-0.068,0.467],[0.066,1.134],[-0.099,0.734]],"o":[[0,0],[0,-0.066],[0,0],[-7.134,0.166],[-1.7,-0.068],[-2.5,0.2],[-1.301,0.099],[0.033,0.634],[0.267,2.4],[0.067,0.901],[-0.067,0.734],[-0.066,0.533],[0,0],[1.833,-0.333],[1.601,-0.1],[1.333,0],[0.566,-0.066],[0.866,-0.134],[1.466,0.134],[3.833,-0.3],[2.833,0],[0,0],[0.433,0.033],[0.067,0.033],[0.932,-0.134],[-0.167,-0.5],[0.167,-0.866],[0.099,-0.799],[-0.034,-1.5],[0.101,-0.799]],"v":[[59.833,1.766],[60.934,-1.484],[60.984,-1.632],[23.734,-0.882],[7.684,-0.932],[2.184,-1.283],[-5.016,-0.682],[-7.766,-1.033],[-7.617,1.016],[-7.167,5.217],[-7.216,7.667],[-7.867,10.868],[-7.966,13.318],[-7.917,16.667],[-1.867,16.016],[6.984,15.917],[9.984,15.766],[12.484,15.368],[16.284,15.417],[20.083,15.967],[31.083,15.467],[39.583,15.568],[54.434,15.868],[55.583,16.217],[55.734,16.368],[58.484,15.917],[58.383,13.917],[58.734,11.917],[58.784,9.016],[58.883,5.667]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[222.831,221.245],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-0.066],[0,0],[0.101,-0.799],[-0.034,-1.5],[0.099,-0.799],[0.167,-0.866],[-0.167,-0.5],[0.932,-0.134],[0.067,0.033],[0.433,0.033],[0,0],[2.833,0],[3.833,-0.3],[1.466,0.134],[0.866,-0.134],[0.566,-0.066],[1.333,0],[1.601,-0.1],[1.833,-0.333],[0,0],[-0.066,0.533],[-0.067,0.734],[0.067,0.901],[0.267,2.4],[0.033,0.634],[-1.301,0.099],[-2.5,0.2],[-1.7,-0.068],[-7.134,0.166],[0,0]],"o":[[0,0],[-0.533,1.801],[-0.099,0.734],[0.066,1.134],[-0.068,0.467],[-0.099,0.833],[-0.901,0.167],[-0.033,-0.067],[-0.333,-0.2],[0,0],[-2.833,-0.068],[-3.5,0.033],[-1.066,-0.233],[-1.667,-0.167],[-1.101,0.2],[-0.667,0.101],[-4.301,-0.033],[-2.2,0.101],[0,0],[0,-1.101],[0.367,-1.401],[0.099,-0.733],[-0.033,-0.399],[-0.066,-0.733],[0.533,0.334],[2.3,-0.2],[1.966,0.167],[3.566,0.199],[0,0],[-0.033,0.033]],"v":[[61.409,-31.817],[60.308,-28.567],[59.358,-24.667],[59.259,-21.317],[59.209,-18.417],[58.858,-16.417],[58.959,-14.417],[56.209,-13.966],[56.058,-14.117],[54.909,-14.466],[40.058,-14.766],[31.558,-14.867],[20.558,-14.367],[16.759,-14.917],[12.959,-14.966],[10.459,-14.567],[7.459,-14.417],[-1.392,-14.317],[-7.442,-13.667],[-7.491,-17.016],[-7.392,-19.466],[-6.741,-22.667],[-6.692,-25.117],[-7.142,-29.317],[-7.291,-31.367],[-4.541,-31.016],[2.659,-31.617],[8.159,-31.266],[24.209,-31.216],[61.459,-31.966]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[0.066,-0.601],[0.166,-0.633],[0.133,-1.701],[0.5,-0.467],[1.5,-0.066],[0,0],[0.266,-0.034],[0,0],[0.701,0.067],[0.2,0.066],[0,0],[4,0.067],[4.133,0.066],[7.966,-0.601],[-0.467,1.167],[-17.667,0.934],[0.133,-0.634],[-0.067,-1.1],[0,0],[-0.234,-0.299],[0,0],[0.067,0.734],[-0.034,0.434],[-0.066,0.467],[0,0.167],[-16.967,0.033],[-1.667,0.033],[-4.833,0.467],[-0.333,-0.333]],"o":[[-0.033,0.333],[0,0.034],[-0.068,1],[-0.533,0.533],[0,0],[-0.2,0.033],[0,0],[-0.767,0.067],[-0.266,0],[0,0],[-10.4,0.2],[-8.233,-0.299],[-8.034,-0.101],[-0.234,-1.3],[17.5,-1.866],[-0.101,0.434],[-0.067,0.533],[0,0],[0,0.467],[0,0],[0.333,-0.466],[-0.066,-0.866],[0.132,-0.933],[0.034,-0.167],[16.8,-0.933],[9.599,-0.033],[6.433,-0.134],[0.868,-0.133],[0.3,0.267]],"v":[[70.959,-45.266],[70.659,-43.817],[70.459,-41.216],[69.608,-39.016],[66.558,-38.117],[65.909,-38.117],[65.209,-38.016],[63.509,-37.917],[61.308,-37.917],[60.608,-38.016],[-5.692,-36.867],[-27.292,-36.667],[-45.841,-37.216],[-69.841,-36.466],[-69.491,-40.167],[-16.741,-44.367],[-17.091,-42.766],[-17.091,-40.317],[-17.091,-39.067],[-16.741,-37.917],[-16.341,-38.067],[-15.942,-39.867],[-15.991,-41.817],[-15.692,-43.917],[-15.642,-44.417],[35.009,-45.867],[51.909,-45.966],[68.808,-46.867],[70.608,-46.567]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ks":{"k":{"i":[[0,0.5],[0.432,0.466],[1.701,-0.101],[17.1,-0.267],[7.634,-0.368],[1.466,-0.134],[0,0],[8.634,-0.767],[12.5,-1.267],[0.5,-0.434],[-0.201,-2.3],[-0.367,-0.3],[-1.034,0.167],[-0.834,0.067],[0,-0.299],[0,0],[-0.067,-0.433],[0,0],[-0.033,-0.7],[-0.1,-0.368],[-0.267,-0.133],[-0.4,0.067],[0,0],[-0.533,-0.033],[-1.967,-0.033],[0.099,-0.534],[1.433,-9.366],[0,0],[-0.066,-0.099],[0.266,-1.901],[0.266,-1.434],[0.766,-2.299],[0.034,-0.267],[0,0],[1.199,-0.801],[0.234,-0.366],[-0.133,-0.368],[-0.034,-0.033],[0.033,-0.034],[0,0],[0,0],[0,0],[-0.033,-0.133],[0,0],[-0.166,-0.101],[0,0],[-1.667,-0.099],[-0.4,0.067],[-0.366,0.333],[-0.1,0.4],[0.167,0.367],[0.066,0.1],[0.066,0.033],[0.3,0],[0,0],[0.066,-0.101],[0,0],[-0.799,-0.401],[3.201,0.8],[-1.233,-0.068],[-0.467,-0.033],[-0.167,-0.067],[-0.199,0.167],[-0.067,-0.034],[0,0],[-0.666,0.067],[-1.034,0.034],[0,0],[0,0],[0.066,0.066],[0,0],[0,0],[0,0],[0,0],[0.166,-0.066],[0,0],[0,0.033],[1.067,0.101],[0,0],[-0.2,0.833],[-0.434,1.7],[-0.5,3.333],[-0.7,5.399],[0,0],[-0.066,0.233],[0,0],[0,0],[0,0],[-0.034,0.301],[-0.634,2.899],[-0.201,0.834],[-0.1,1.134],[-0.066,0.834],[-0.299,0.967],[-0.067,0.301],[-7.833,0.134],[-4.667,-0.367],[0,0],[-0.834,-4.701],[-1.533,-7.334],[1.1,0.099],[0.2,-0.068],[0.132,-0.233],[-0.167,-0.167],[0,0],[-1.8,-0.166],[-0.366,-1.801],[0,0],[0.066,-0.133],[0,0],[0.068,-0.033],[2.133,0.2],[-0.201,2.367],[0,0],[-0.034,0.167],[-0.101,0.132],[0.033,0],[-0.033,0.6],[-0.167,5.967],[0,0],[0,0],[0,0],[0,0],[0.066,0.033],[0.099,-0.066],[0.134,-1.667],[0,0],[0.232,-2.966],[0.333,-2.5],[6.333,0.5],[2.399,0.199],[0.233,0],[0.1,-0.066],[-0.066,-0.333],[-0.199,-0.133],[-8,-0.734],[0,0],[0.134,-0.734],[0.5,-2.5],[0.099,-0.834],[0.401,-0.066],[1.133,-0.399],[0.067,-0.234],[-0.367,-0.301],[-0.434,-0.099],[-1.601,-0.066],[-1,0],[-1.267,0],[-0.667,0.067],[-0.267,-0.066],[-0.566,0.033],[-0.099,0.401],[0.8,0.334],[1,0.134],[0.701,-0.033],[-0.2,1.033],[-0.234,1.267],[-0.099,0.601],[0,0],[0,0],[0,0],[-0.7,0.134],[-0.632,-5.534],[0.401,-0.534],[0.033,-0.333],[1.267,-0.101],[0.267,-0.8],[-0.634,-0.633],[-0.066,-0.066],[0,0],[0,-0.3],[-0.133,-0.1],[-0.368,-0.066],[0,0],[0,0],[0,0],[-1.601,-0.066],[0,0],[-0.368,-0.034],[-2.733,0.034],[-0.467,0.534],[0.232,0.766],[0.634,0.334],[0.767,0.101],[0,0],[0,0],[0,0],[0,0],[0.134,-0.034],[1.199,-0.233],[0,-0.3],[-0.2,-0.133],[-0.8,0],[-1.799,0.234],[0,0],[0,0],[0.1,-0.233],[0.467,0],[0.233,0.101],[0,0],[0.967,0],[0,0],[0,0],[0,0],[0.733,0.033],[0.199,0.034],[0.366,0.099],[0,0.033],[0.167,0.033],[0.167,0.166],[-0.033,0.101],[0.034,0.001],[0,0],[-0.101,0.033],[-0.166,0.066],[0,0],[0,0],[0,0],[0,0],[-0.467,0.034],[-0.234,0.134],[0,0],[-0.301,0.132],[0,0],[0,0],[0,0],[1.3,7.567],[-1.167,0.166],[-1.9,0.367],[-15.467,0.134],[-1.2,0.199],[0,0],[-0.601,-0.033],[0,0],[0,0],[-0.132,0.266],[0.067,0.034],[0,0],[0.433,0.133],[0,0],[0,0],[0,0],[0.133,0],[0,0],[0,0],[3.901,-0.3],[7.433,-1],[0.033,0.101],[0.266,1.299],[-2.701,0.066],[-6.733,0.3],[-6.467,-0.5],[-0.233,0],[0,0],[-0.134,-0.066],[-0.366,-0.399],[0,0],[0,0],[0,0],[-2.333,-6.467],[0,0],[0,0],[-1.432,-0.833],[-0.033,-0.1],[0.366,-0.134],[0.901,-0.066],[0.568,0.066],[0.633,-0.034],[0.466,0],[0,0],[0,0],[0,0],[0.033,0],[0.201,0.2],[0.033,0.067],[0,0],[-0.167,0.233],[-0.333,0.167],[-0.5,0],[-0.2,0.033],[0,0],[-0.099,0.099],[-0.2,0.2],[0,0],[0.033,0.033],[0,0],[0.099,0.034],[0.066,0],[0,0],[1.066,-0.201],[0.1,-0.1],[0,-0.134],[0.366,-0.334],[0.101,-0.167],[0.067,-0.267],[0,0],[0,0],[0,0],[0,-0.267],[-0.4,-0.201],[-0.434,-0.067],[-0.299,-0.033],[-0.634,0.233],[0,0],[-1.434,0.267],[-0.101,0],[-0.167,0.3],[-0.034,0.166],[0.266,0.2],[0,0],[0.132,0.067],[0.333,0.134],[1.1,0.099],[0.033,0.034],[0,0],[1.399,4.567],[-0.034,0.233],[0.133,0.134],[-0.068,0.2],[0.167,0.2],[0.432,0.067],[0,0],[1.433,5.901],[0.299,1],[0.099,0.299],[0.368,0.266],[0.334,-0.133],[0.066,0.067],[-2.766,-9.299],[11.234,-0.266],[3.299,-0.101],[2.433,0],[0.033,0.3],[0.399,1.9],[0.366,4.933],[-4.334,0.334],[-1.2,0.067],[0,0],[-0.533,0.067],[-0.933,0.034],[0,0],[-1.099,0.2],[0,0],[-0.367,0.034],[-2.367,-0.1],[-5.566,0.133],[0,0],[0,0],[0,0],[-1.667,0.034],[-1.5,-0.134],[-0.299,0.233],[-0.034,0.367],[0.2,0.266],[0.033,0],[0.068,0.3],[0.066,0.267],[-0.167,1.132],[0.033,1.467],[-0.067,0.667],[-0.4,1.466],[0,0],[0,0.401],[-0.033,0.401],[-1.068,0],[-0.466,0.099],[-0.467,0.4],[-0.134,1.199],[-0.101,0.667]],"o":[[0.066,-0.9],[-0.568,-0.634],[-9.667,0.599],[-19.101,0.299],[-1.4,0.033],[0,0],[-7.266,0.366],[-6.366,0.533],[-1.267,0.101],[-0.934,0.733],[0.133,0.933],[0.366,0.367],[0.766,-0.1],[-0.034,0.301],[0,0],[0.199,0.767],[0,0],[0.066,0.333],[0.067,0.6],[0.101,0.466],[0.166,0.167],[0,0],[0.166,0.201],[1.334,0.101],[-0.167,0.401],[-1.801,9.333],[0,0],[-0.034,0.099],[-0.299,1.901],[-0.567,4.066],[-0.534,3.066],[-0.101,0.333],[0,0],[-2.134,-0.134],[-0.367,0.233],[-0.233,0.401],[0,0.033],[-0.034,0.033],[0,0],[0,0],[0,0],[-0.033,0.167],[0,0],[0.101,0.134],[0,0],[1.1,0.099],[0.699,0.067],[0.6,-0.066],[0.301,-0.301],[0.101,-0.466],[-0.066,-0.133],[-0.1,-0.033],[-0.301,-0.101],[0,0],[-0.4,0.066],[0,0],[0.966,0.233],[-4.799,0.033],[0.434,-0.466],[0.567,0.033],[0.099,0.067],[0.333,0.099],[0.067,0],[0,0],[0.533,-0.133],[1.201,-0.099],[0,0],[0,0],[0.099,-0.068],[0,0],[0,0],[0,0],[0,0],[-0.167,-0.066],[0,0],[-0.067,-0.033],[-0.666,0.033],[0,0],[0.067,-0.733],[0.066,-0.233],[0.533,-2.133],[0.1,-0.601],[0,0],[0,-0.301],[0,0],[0,0],[0,0],[0.034,-0.299],[0.6,-4.533],[0.4,-1.767],[0.299,-1.5],[0.133,-1.699],[0.134,-1.533],[0.234,-0.833],[4.7,0.101],[11.034,-0.133],[0,0],[0.033,3.966],[0.133,0.666],[-1.267,-0.067],[-0.167,0.066],[-0.432,0.066],[-0.067,0.2],[0,0],[1.566,0.233],[0.366,1.767],[0,0],[-0.134,0.1],[0,0],[-0.099,0.033],[-1.8,-0.233],[0.333,-2.133],[0,0],[-0.066,-0.234],[0.033,-0.099],[-0.033,0.033],[0.033,-0.566],[0.199,-2.966],[0,0],[0,0],[0,0],[0,0],[-0.166,0],[-0.067,-0.033],[-0.333,0.2],[0,0],[-0.233,5.399],[-0.233,2.767],[-4.866,-0.467],[-14.167,-1],[-0.267,-0.034],[-0.234,0.034],[-0.367,0.167],[0.034,0.201],[4.467,0.534],[0,0],[-0.134,0.766],[-0.233,1.233],[-0.2,0.934],[-0.368,0.033],[-2.433,0.3],[-0.467,0.134],[-0.166,0.366],[0.233,0.166],[1.333,0.3],[0.666,-0.199],[0.633,0.033],[0.333,0],[0.366,0],[0.5,-0.066],[0.734,-0.067],[0.134,-0.466],[-2,-0.833],[-0.466,-0.066],[0.134,-0.899],[0.567,-2.434],[0.132,-0.566],[0,0],[0,0],[0,0],[0.766,0.099],[0.966,5.367],[-0.566,0.132],[-0.266,0.366],[-1.9,-0.167],[-1.467,0.166],[-0.233,0.7],[0.066,0.067],[0,0],[-0.401,0.134],[0,0.166],[0.068,0.101],[0,0],[0,0],[0,0],[0.467,0.101],[0,0],[0.366,0.034],[1.333,0.066],[1.401,-0.066],[0.399,-0.533],[-0.268,-0.7],[-0.533,-0.267],[0,0],[0,0],[0,0],[0,0],[-0.134,0],[-0.566,0.066],[-0.567,0.167],[0,0.2],[0.3,0.234],[0.899,-0.034],[0,0],[0,0],[0.199,0.2],[-0.099,0.267],[-0.267,0.066],[0,0],[-1.3,0.034],[0,0],[0,0],[0,0],[-0.767,0],[-0.134,0],[-0.334,0],[-0.101,0],[-0.167,-0.034],[-0.434,-0.066],[-0.133,-0.134],[-0.032,-0.032],[0,0],[0,-0.066],[-0.034,-0.101],[0,0],[0,0],[0,0],[0,0],[0.234,-0.101],[0.167,-0.033],[0,0],[0.466,-0.534],[0,0],[0,0],[0,0],[-0.5,-4.5],[0.934,0.034],[0.466,-0.068],[10.234,-2],[2.5,-0.066],[0,0],[0.3,0],[0,0],[0,0],[0.133,-0.099],[0.067,-0.201],[0,0],[-0.067,-0.166],[0,0],[0,0],[0,0],[-0.234,0.099],[0,0],[0,0],[-7.367,0.433],[-9.433,0.734],[-0.034,-0.134],[-0.367,-2.099],[2.333,0.066],[3.366,-0.067],[4.166,-0.034],[0.101,-0.033],[0,0],[0.299,0],[0.232,0.101],[0,0],[0,0],[0,0],[1.866,6.133],[0,0],[0,0],[1.6,-0.101],[0.2,0.134],[0.066,0.267],[-0.368,0.2],[-0.766,0.134],[-1,0.099],[-0.301,-0.034],[0,0],[0,0],[0,0],[-0.034,-0.033],[-0.534,-0.066],[-0.099,-0.1],[0,0],[-0.167,-0.233],[0.066,-0.101],[0.7,-0.233],[0.3,-0.034],[0,0],[0.267,-0.068],[0.033,-0.034],[0,0],[-0.033,-0.067],[0,0],[-0.068,-0.034],[-0.068,-0.033],[0,0],[-0.467,-0.266],[-0.567,0.166],[-0.134,0.067],[-0.267,0.166],[-0.333,0.199],[-0.133,0.2],[0,0],[0,0],[0,0],[-0.233,0.167],[-0.066,0.299],[0.167,0.099],[1.266,0.233],[0.833,0.101],[0,0],[2.934,-0.201],[0.1,-0.033],[0.5,-0.467],[0.166,-0.233],[0.066,-0.368],[0,0],[-0.334,-0.334],[-0.167,-0.166],[-1.201,-0.533],[-0.099,0],[0,0],[-2.733,-8.333],[0.133,-0.167],[0,-0.234],[0.099,-0.133],[0.066,-0.3],[-0.132,-0.133],[0,0],[-2.133,-7.099],[-0.534,-2.366],[-0.101,-0.4],[-0.234,-0.567],[-0.132,-0.101],[-0.333,0.1],[1.766,8.334],[-11.066,-1.4],[-6.599,0.3],[-2.8,0.066],[-0.167,-0.833],[-0.899,-3.899],[-0.934,-4.666],[2.5,-0.067],[1.399,-0.133],[0,0],[0.5,-0.066],[1.567,-0.133],[0,0],[2.266,-0.066],[0,0],[0.333,-0.033],[0.766,-0.033],[5.533,0.334],[0,0],[0,0],[0,0],[1.533,0.299],[1.266,0.067],[0.8,0.033],[0.267,-0.166],[0.033,-0.333],[-0.034,-0.068],[0.033,-0.233],[-0.166,-0.533],[0,-0.266],[0.132,-0.8],[-0.067,-1.633],[0.1,-0.833],[0,0],[0.234,-0.766],[-0.067,-0.566],[1,-0.066],[0.932,-0.067],[0.734,-0.167],[0.601,-0.6],[0.033,-1.401],[0.232,-1.033]],"v":[[72.509,-45.667],[71.959,-47.716],[68.558,-48.516],[28.409,-47.216],[-11.692,-46.216],[-15.991,-45.966],[-16.192,-45.966],[-40.042,-44.266],[-68.341,-41.567],[-70.991,-40.766],[-72.091,-36.216],[-71.341,-34.367],[-69.241,-34.067],[-66.841,-34.317],[-66.891,-33.417],[-66.391,-30.417],[-65.991,-28.617],[-64.091,-15.466],[-63.942,-13.917],[-63.692,-12.466],[-63.141,-11.567],[-62.292,-11.417],[-62.241,-11.417],[-61.192,-11.067],[-56.241,-10.867],[-56.641,-9.466],[-61.491,18.583],[-61.591,18.784],[-61.542,19.083],[-62.391,24.784],[-63.641,33.034],[-65.591,41.083],[-65.792,41.984],[-66.141,41.984],[-71.141,42.984],[-72.042,43.883],[-72.192,45.034],[-72.141,45.133],[-72.241,45.234],[-72.391,45.383],[-72.491,45.534],[-72.542,45.683],[-72.542,46.133],[-72.442,46.383],[-72.042,46.734],[-63.542,47.284],[-59.391,47.583],[-57.741,47.583],[-56.292,46.984],[-55.692,45.933],[-55.792,44.683],[-55.991,44.333],[-56.241,44.234],[-57.141,44.083],[-59.542,44.034],[-60.241,44.284],[-60.091,44.534],[-57.442,45.484],[-69.442,44.333],[-66.942,43.734],[-65.391,43.833],[-64.991,44.034],[-64.192,43.933],[-63.991,43.984],[-63.991,43.933],[-62.192,43.633],[-58.841,43.433],[-58.491,43.333],[-58.391,43.234],[-58.341,43.034],[-58.792,42.833],[-59.741,42.583],[-59.841,42.583],[-60.141,42.433],[-60.641,42.433],[-60.841,42.383],[-60.942,42.284],[-63.542,42.183],[-63.792,42.183],[-63.391,39.833],[-62.641,36.933],[-61.091,28.734],[-59.891,19.734],[-59.792,19.734],[-59.692,18.933],[-59.692,18.683],[-59.591,18.333],[-59.692,18.333],[-59.591,17.433],[-57.741,6.284],[-56.841,2.383],[-56.241,-1.567],[-55.942,-5.367],[-55.292,-9.117],[-54.841,-10.817],[-36.042,-10.867],[-12.491,-10.516],[-11.341,-10.466],[-10.041,2.534],[-7.541,14.534],[-11.091,14.284],[-11.642,14.484],[-12.491,14.933],[-12.341,15.484],[-12.291,15.534],[-7.241,16.133],[-6.142,21.484],[-6.291,21.583],[-6.591,21.933],[-7.892,22.484],[-8.142,22.583],[-14.041,21.933],[-13.241,15.183],[-13.192,15.234],[-13.241,14.633],[-13.041,14.284],[-13.142,14.333],[-13.041,12.583],[-12.491,-0.817],[-12.341,-5.716],[-12.392,-6.516],[-12.291,-10.117],[-12.642,-10.317],[-12.991,-10.367],[-13.241,-10.317],[-13.942,-7.516],[-14.392,1.284],[-15.091,13.833],[-15.942,21.734],[-32.741,20.284],[-57.591,18.484],[-58.341,18.433],[-58.841,18.583],[-59.292,19.333],[-58.942,19.833],[-40.241,21.734],[-16.291,23.984],[-16.692,26.234],[-17.791,31.833],[-18.241,34.484],[-19.392,34.633],[-24.741,35.683],[-25.542,36.234],[-25.241,37.234],[-24.241,37.633],[-19.841,38.183],[-17.341,37.883],[-14.491,37.933],[-12.991,37.833],[-12.041,37.933],[-10.442,37.784],[-9.192,37.083],[-10.192,35.883],[-14.692,34.433],[-16.442,34.383],[-15.942,31.484],[-14.741,25.933],[-14.392,24.183],[-8.341,24.734],[-7.892,24.734],[-7.791,24.734],[-5.591,24.683],[-3.192,41.034],[-4.642,42.034],[-5.091,43.083],[-9.841,42.984],[-12.442,44.433],[-11.841,46.433],[-11.642,46.633],[-11.741,46.633],[-12.341,47.284],[-12.142,47.683],[-11.491,47.933],[-9.942,48.133],[-9.241,48.083],[-8.692,48.183],[-5.591,48.433],[-5.091,48.433],[-3.991,48.534],[2.108,48.583],[4.909,47.683],[5.159,45.734],[3.808,44.183],[1.858,43.633],[1.509,43.633],[1.509,43.683],[1.009,43.683],[0.959,43.683],[0.558,43.734],[-2.091,44.183],[-2.942,44.883],[-2.642,45.383],[-0.991,45.734],[3.058,45.333],[3.108,45.333],[3.659,45.683],[3.808,46.333],[2.959,46.734],[2.209,46.683],[1.858,46.333],[-1.541,46.383],[-1.591,46.383],[-2.091,46.433],[-4.791,46.284],[-7.041,46.234],[-7.541,46.183],[-8.591,46.034],[-8.741,45.984],[-9.241,45.883],[-10.142,45.534],[-10.291,45.183],[-10.392,45.133],[-10.241,45.133],[-10.091,44.984],[-9.892,44.734],[-9.541,44.633],[-7.791,44.383],[-5.142,44.383],[-4.942,44.284],[-3.892,44.083],[-3.291,43.833],[-3.241,43.784],[-2.091,42.784],[-1.291,42.583],[-1.041,42.383],[-0.942,42.284],[-3.642,24.183],[-0.491,23.984],[3.058,23.333],[41.608,20.133],[47.159,19.734],[47.909,19.833],[49.259,19.883],[49.858,19.784],[50.409,19.583],[50.808,19.034],[50.808,18.683],[50.659,18.433],[49.909,17.984],[49.259,17.883],[48.459,17.883],[47.259,18.034],[46.709,18.183],[46.308,18.234],[38.209,18.034],[21.308,19.133],[-3.991,21.734],[-4.091,21.383],[-5.041,16.284],[2.509,16.284],[17.659,15.734],[33.608,16.433],[34.108,16.383],[50.009,17.534],[50.659,17.633],[51.558,18.383],[51.558,18.484],[51.858,19.234],[51.959,19.234],[58.259,38.133],[58.209,38.133],[58.558,39.484],[63.108,40.583],[63.459,40.933],[63.009,41.534],[61.108,41.933],[59.108,42.034],[56.659,42.234],[55.509,42.183],[54.759,42.183],[54.209,42.083],[54.009,42.133],[53.909,42.083],[52.808,41.683],[52.608,41.433],[52.659,41.433],[52.659,40.734],[53.259,40.333],[55.058,39.984],[55.808,39.883],[55.808,39.984],[56.358,39.734],[56.709,39.383],[56.808,39.284],[56.709,39.133],[56.709,39.034],[56.459,38.933],[56.259,38.883],[55.709,38.883],[53.409,38.784],[52.409,39.183],[52.209,39.484],[51.259,40.234],[50.608,40.784],[50.308,41.484],[50.259,41.784],[50.159,41.784],[49.409,42.133],[49.058,42.784],[49.558,43.534],[50.459,43.784],[52.808,44.183],[55.009,43.984],[57.858,43.784],[64.409,43.083],[64.709,43.034],[65.709,41.883],[66.009,41.284],[65.709,40.433],[65.459,39.984],[64.759,39.383],[64.009,38.933],[60.558,37.984],[60.358,37.933],[60.108,37.933],[53.909,18.583],[54.159,17.984],[53.959,17.433],[54.209,16.933],[54.058,16.183],[53.209,15.883],[53.108,15.883],[47.759,-3.617],[46.509,-8.667],[46.209,-9.716],[45.308,-10.966],[44.608,-10.917],[44.009,-10.867],[50.808,15.583],[17.358,13.883],[2.509,14.484],[-5.341,14.583],[-5.642,12.883],[-7.591,4.183],[-9.541,-10.216],[0.709,-10.817],[4.608,-11.117],[6.009,-11.117],[7.558,-11.317],[11.308,-11.567],[16.259,-11.667],[21.308,-12.067],[21.409,-12.067],[22.459,-12.167],[27.159,-12.067],[43.808,-11.766],[43.808,-11.617],[48.659,-11.966],[50.709,-11.966],[55.509,-11.567],[59.659,-11.266],[61.308,-11.567],[61.759,-12.367],[61.509,-13.266],[61.409,-13.367],[61.358,-14.167],[61.009,-15.367],[61.259,-17.466],[61.409,-20.867],[61.409,-24.317],[62.159,-27.766],[63.558,-33.167],[63.909,-34.917],[63.858,-36.367],[66.959,-36.466],[69.058,-36.716],[70.858,-37.567],[71.959,-40.266],[72.159,-43.367]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ind":3,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[-0.034,0.001]],"o":[[0,0],[0,-0.032],[0,0]],"v":[[60.808,40.784],[60.858,40.833],[60.909,40.784]],"c":true}},"nm":"Path 4","mn":"ADBE Vector Shape - Group"},{"ind":4,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-9.642,44.833],[-9.392,44.734],[-9.642,44.784]],"c":true}},"nm":"Path 5","mn":"ADBE Vector Shape - Group"},{"ind":5,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-10.091,45.234],[-10.142,45.234],[-10.091,45.333]],"c":true}},"nm":"Path 6","mn":"ADBE Vector Shape - Group"},{"ind":6,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-9.791,45.583],[-9.841,45.583]],"c":true}},"nm":"Path 7","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[222.356,251.579],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":9,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":22,"ty":0,"nm":"eye","parent":26,"refId":"comp_14","ks":{"o":{"k":100},"r":{"k":-10},"p":{"k":[282.741,203.943,0]},"a":{"k":[220,182,0]},"s":{"k":[119.048,119.048,100]}},"ao":0,"w":400,"h":400,"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":23,"ty":0,"nm":"eye","parent":26,"refId":"comp_14","ks":{"o":{"k":100},"r":{"k":-10},"p":{"k":[297.569,198.911,0]},"a":{"k":[220.5,181.5,0]},"s":{"k":[119.048,119.048,100]}},"ao":0,"w":400,"h":400,"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":24,"ty":4,"nm":"Girl-Nose 2","parent":26,"ks":{"o":{"k":100},"r":{"k":-10},"p":{"k":[293.395,212.944,0]},"a":{"k":[200,200,0]},"s":{"k":[119.048,119.048,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.067,0.467],[-0.3,0.333],[-1.367,0.467],[-1.434,-0.066],[-0.7,-0.4],[-0.5,-1.1],[0.7,-2.133],[1.8,-1.035],[3.233,0.134],[0.1,0.267],[-0.3,0.166],[-0.334,0.034],[-1.467,0.9],[-0.133,1.9],[1.333,0.867],[1.099,0],[0.833,-0.833],[0.133,-0.1],[0.3,0.134]],"o":[[0.033,-0.4],[0.8,-0.966],[1.2,-0.4],[1.099,0.034],[0.833,0.5],[0.866,1.9],[-0.7,2.133],[-1.767,1.033],[-0.6,-0.033],[-0.067,-0.267],[0.233,-0.167],[2.266,-0.267],[2.066,-1.199],[0.167,-1.866],[-0.901,-0.6],[-1.5,0.067],[-0.4,0.4],[-0.367,0.233],[-0.334,-0.133]],"v":[[-6.641,-3.884],[-6.141,-4.984],[-2.891,-7.134],[1.059,-7.634],[3.758,-6.984],[5.758,-4.584],[6.008,1.466],[2.258,6.217],[-5.242,7.566],[-6.292,7.116],[-5.941,6.467],[-5.092,6.166],[0.508,4.416],[3.809,-0.234],[2.059,-4.334],[-0.941,-5.234],[-4.441,-3.884],[-5.242,-3.134],[-6.242,-2.984]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[202.515,199.245],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":25,"ty":4,"nm":"Girl-Mouth 2","parent":26,"ks":{"o":{"k":100},"r":{"k":-10},"p":{"k":[293.395,212.944,0]},"a":{"k":[200,200,0]},"s":{"k":[119.048,119.048,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.134,-0.133],[0.567,-0.2],[0.234,-0.1],[0.3,0.101],[0,0.334],[-0.166,0.233],[-0.6,0.267],[0,0],[-0.2,-0.099],[0.1,-0.366],[0.267,-0.433]],"o":[[-0.133,0.101],[-0.467,0.2],[-0.433,0.166],[-0.167,-0.133],[0.033,-0.267],[0.267,-0.3],[0,0],[0.467,-0.201],[0.367,0.134],[0,0.033],[-0.2,0.267]],"v":[[1.225,0.524],[0.175,0.974],[-0.875,1.424],[-1.975,1.524],[-2.225,0.824],[-1.925,0.074],[-0.625,-0.776],[0.725,-1.375],[1.725,-1.526],[2.125,-0.776],[1.725,-0.076]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[203.098,214.087],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":26,"ty":4,"nm":"girl Outlines","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[10],"e":[10]},{"t":270}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":100,"s":[121.5,218.5,0],"e":[126.5,218.5,0],"to":[0.83333331346512,0,0],"ti":[-0.83333331346512,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":110,"s":[126.5,218.5,0],"e":[126.5,218.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":267,"s":[126.5,218.5,0],"e":[121.5,218.5,0],"to":[-0.83333331346512,0,0],"ti":[0.83333331346512,0,0]},{"t":270}]},"a":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":100,"s":[294.048,230.357,0],"e":[294.048,230.357,0],"to":[0,0,0],"ti":[0,0,0]},{"t":270}]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":100,"s":[84,84,100],"e":[84,84,100]},{"t":270}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[3.066,0.167],[3.467,-1.467],[3.067,-1.667],[1.733,-1.3],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.566,1.167],[-0.533,0.133],[0,0],[0,0],[0,0],[0,0],[1.067,-1.567],[0.033,-0.233],[0,-0.333],[0,0],[-1.466,1.6],[0.134,-1.067],[0.367,-0.767],[0.434,-1.167],[0.267,-2.5],[0,0],[0.267,-0.933],[0.667,-7.933],[-0.166,3.1],[-0.466,2.7],[-0.4,1.967],[0,0],[0,0],[-0.367,2.167],[-0.8,3.867],[0,0],[0,0],[0.3,5.4],[-0.033,0.167],[0,0],[0,0],[-3.633,-3.133],[1.233,2.8],[-3.2,-2.767],[-0.934,-0.9],[0,0],[-1.366,-1.233],[-0.767,-1.333],[-0.601,-1.8],[-0.8,-4.967],[0.2,2.267],[3.067,4.3],[3.267,2.367],[3.967,1.234]],"o":[[-3.966,-0.267],[-2.666,-0.167],[-1.6,0.867],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.3,-1.667],[0.4,-0.267],[0,0],[0,0],[0,0],[0,0],[1.034,1.033],[-0.133,0.2],[-0.067,0.3],[0,0],[0.667,-2.067],[0.667,-0.2],[-0.133,1.034],[-0.533,1.133],[-0.9,2.4],[0,0],[0.233,0.9],[-2.033,7.7],[1.367,-2.633],[0.133,-2.7],[0.367,-2],[0,0],[0,0],[1.3,-1.967],[0.667,-3.9],[0,0],[0,0],[3.034,-4.433],[0,-0.2],[0,0],[0,0],[4.166,1.067],[0.1,-2.9],[4.233,0.9],[0.967,0.833],[0,0],[2.233,0.633],[0.934,0.8],[1.1,1.933],[1,2.9],[1.534,-4],[-0.366,-4.267],[-2.5,-3.467],[-4.566,-3.3],[-3.9,-1.3]],"v":[[-6.567,-42.783],[-17.717,-40.983],[-26.317,-38.733],[-31.317,-35.483],[-30.517,-35.583],[-29.317,-34.733],[-28.667,-34.883],[-27.617,-34.233],[-28.717,-32.683],[-28.317,-31.683],[-26.067,-31.383],[-24.967,-32.483],[-24.317,-32.583],[-28.067,-23.883],[-24.517,-27.033],[-20.217,-31.283],[-18.817,-31.883],[-18.317,-30.933],[-19.567,-28.933],[-19.017,-28.283],[-20.467,-25.583],[-20.517,-21.683],[-20.767,-21.033],[-20.867,-20.083],[-20.517,-19.433],[-17.317,-24.933],[-16.517,-23.633],[-17.267,-20.933],[-18.717,-17.483],[-20.467,-10.133],[-16.067,-21.483],[-16.117,-18.733],[-20.167,4.717],[-17.867,-3.883],[-16.967,-11.983],[-15.817,-17.933],[-14.817,-18.433],[-16.317,0.767],[-13.817,-5.433],[-11.617,-17.083],[-10.967,-16.583],[-11.267,-7.083],[-7.167,-21.833],[-7.117,-22.383],[-8.367,-24.083],[-7.716,-24.733],[3.983,-18.433],[2.284,-26.983],[13.433,-21.483],[16.284,-18.883],[15.284,-26.183],[20.683,-23.383],[23.233,-20.183],[25.784,-14.583],[28.483,-2.783],[30.483,-12.183],[25.333,-25.033],[16.683,-33.783],[3.883,-40.583]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[1.6,-1.967],[0.333,-0.166],[0,0],[0,0],[0.433,0.366],[0.3,0.4],[0,0],[0,0],[0,0],[0.067,-0.167],[0.133,-0.566],[0,0],[-0.433,1.7],[0.167,-0.333],[0.2,-0.5],[0.5,-2],[0.3,-0.867],[0.367,-2.267],[-0.633,-2.567],[-0.566,-0.9],[-0.733,-0.666],[-0.466,-0.3],[-0.333,-0.133],[-6.466,-0.9],[-2.634,0.133],[-1.6,0.434],[-0.634,0.433],[-0.634,0.6],[-1.867,2.1],[-1.799,3.534],[-0.167,1.066],[0.134,1.066],[0.632,2.3],[0.8,2.234],[0.233,1.067],[0.5,2.5],[0.667,2.233],[1.434,1.733],[-0.099,-0.367],[-0.267,-2.5],[0.201,-0.667],[0.134,-0.533],[1.333,1.667],[0.934,0.633],[0.9,0.767],[0,0],[0.901,-4.267],[0,0],[5.467,3.234],[1.866,-4.3],[0.434,-0.667],[1.267,-0.233]],"o":[[0,0],[-0.233,2.533],[-0.2,0.267],[0,0],[0,0],[-0.4,0.334],[-0.367,-0.333],[0,0],[0,0],[0,0],[-0.2,0.1],[-0.266,0.5],[0,0],[0.433,-1.733],[-0.167,0.267],[-0.233,0.466],[-0.666,1.633],[-0.133,0.667],[-1.133,3.233],[-0.433,3.133],[0.333,1.2],[0.434,0.667],[0.534,0.5],[0.334,0.134],[6.067,2.034],[4.666,0.5],[3.033,-0.133],[1.567,-0.467],[0.699,-0.534],[2,-1.967],[2.534,-2.966],[0.5,-0.966],[0.201,-1.1],[-0.3,-2.4],[-0.667,-2.3],[-0.367,-1.033],[-0.6,-2.5],[-0.434,-2.3],[-0.7,-2.267],[-1.467,-1.767],[0,0.067],[0.233,2.6],[-0.299,1],[-0.434,-1.133],[-1.701,-2.1],[-2,-1.467],[0,0],[0.767,1.134],[0,0],[-0.167,-0.067],[0.467,4.7],[-0.301,0.7],[-0.166,1.333],[0,0]],"v":[[-11.317,-3.433],[-11.867,-3.783],[-14.617,2.967],[-15.417,3.617],[-16.617,2.967],[-18.617,7.367],[-19.867,7.317],[-20.867,6.217],[-21.217,8.167],[-22.817,8.817],[-23.367,7.067],[-23.767,7.467],[-24.367,9.067],[-25.617,9.467],[-24.317,4.317],[-24.817,5.217],[-25.467,6.667],[-27.217,12.117],[-27.867,14.417],[-30.117,22.667],[-29.817,31.217],[-28.467,34.367],[-26.717,36.367],[-25.217,37.567],[-24.217,37.967],[-5.417,42.367],[5.534,42.917],[12.483,42.067],[15.784,40.717],[17.784,39.017],[23.583,32.917],[30.083,23.167],[31.083,20.117],[31.183,16.867],[29.784,9.817],[27.583,3.017],[26.683,-0.133],[25.034,-7.633],[23.383,-14.433],[20.183,-20.433],[18.133,-22.533],[18.534,-18.683],[18.583,-13.783],[17.933,-11.483],[15.284,-15.683],[11.333,-19.783],[6.983,-23.133],[6.083,-23.483],[5.883,-15.383],[3.083,-16.383],[-5.367,-21.333],[-7.466,-7.833],[-8.567,-5.783],[-10.717,-3.433]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[283.867,198.933],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.233,2.533],[0,0],[0,0],[-0.166,1.333],[-0.3,0.7],[0.467,4.7],[-0.167,-0.067],[0,0],[0.767,1.134],[0,0],[-2,-1.467],[-1.7,-2.1],[-0.434,-1.133],[-0.3,1],[0.234,2.6],[0,0.067],[-1.467,-1.767],[-0.7,-2.267],[-0.433,-2.3],[-0.6,-2.5],[-0.367,-1.033],[-0.667,-2.3],[-0.3,-2.4],[0.2,-1.1],[0.5,-0.966],[2.533,-2.966],[2,-1.967],[0.7,-0.534],[1.567,-0.467],[3.034,-0.133],[4.666,0.5],[6.067,2.034],[0.333,0.134],[0.534,0.5],[0.433,0.667],[0.333,1.2],[-0.433,3.133],[-1.133,3.233],[-0.133,0.667],[-0.667,1.633],[-0.233,0.466],[-0.167,0.267],[0.433,-1.733],[0,0],[-0.267,0.5],[-0.2,0.1],[0,0],[0,0],[0,0],[-0.367,-0.333],[-0.4,0.334],[0,0],[0,0],[-0.2,0.267]],"o":[[0,0],[0,0],[1.267,-0.233],[0.433,-0.667],[1.867,-4.3],[5.467,3.234],[0,0],[0.9,-4.267],[0,0],[0.9,0.767],[0.934,0.633],[1.333,1.667],[0.134,-0.533],[0.2,-0.667],[-0.266,-2.5],[-0.1,-0.367],[1.433,1.733],[0.667,2.233],[0.5,2.5],[0.233,1.067],[0.8,2.234],[0.633,2.3],[0.134,1.066],[-0.167,1.066],[-1.8,3.534],[-1.867,2.1],[-0.633,0.6],[-0.633,0.433],[-1.6,0.434],[-2.633,0.133],[-6.467,-0.9],[-0.334,-0.133],[-0.466,-0.3],[-0.733,-0.666],[-0.567,-0.9],[-0.633,-2.567],[0.367,-2.267],[0.3,-0.867],[0.5,-2],[0.2,-0.5],[0.167,-0.333],[-0.433,1.7],[0,0],[0.133,-0.566],[0.067,-0.167],[0,0],[0,0],[0,0],[0.3,0.4],[0.433,0.366],[0,0],[0,0],[0.333,-0.166],[1.6,-1.967]],"v":[[-2.625,-5.325],[-2.075,-4.975],[-1.475,-4.975],[0.675,-7.325],[1.775,-9.375],[3.875,-22.875],[12.325,-17.925],[15.125,-16.925],[15.325,-25.025],[16.225,-24.675],[20.575,-21.325],[24.525,-17.225],[27.175,-13.025],[27.825,-15.325],[27.775,-20.225],[27.375,-24.075],[29.425,-21.975],[32.625,-15.975],[34.275,-9.175],[35.925,-1.675],[36.825,1.475],[39.025,8.275],[40.425,15.325],[40.325,18.575],[39.325,21.625],[32.825,31.375],[27.025,37.475],[25.025,39.175],[21.725,40.525],[14.775,41.375],[3.825,40.825],[-14.975,36.425],[-15.975,36.025],[-17.475,34.825],[-19.225,32.825],[-20.575,29.675],[-20.875,21.125],[-18.625,12.875],[-17.975,10.575],[-16.225,5.125],[-15.575,3.675],[-15.075,2.775],[-16.375,7.925],[-15.125,7.525],[-14.525,5.925],[-14.125,5.525],[-13.575,7.275],[-11.975,6.625],[-11.625,4.675],[-10.625,5.775],[-9.375,5.825],[-7.375,1.425],[-6.175,2.075],[-5.375,1.425]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[-2.667,-0.167],[-3.967,-0.267],[-3.9,-1.3],[-4.567,-3.3],[-2.5,-3.467],[-0.367,-4.267],[1.534,-4],[1,2.9],[1.1,1.933],[0.933,0.8],[2.234,0.633],[0,0],[0.967,0.833],[4.234,0.9],[0.1,-2.9],[4.166,1.067],[0,0],[0,0],[0,-0.2],[3.034,-4.433],[0,0],[0,0],[0.667,-3.9],[1.3,-1.967],[0,0],[0,0],[0.367,-2],[0.133,-2.7],[1.367,-2.633],[-2.033,7.7],[0.233,0.9],[0,0],[-0.9,2.4],[-0.534,1.133],[-0.133,1.034],[0.667,-0.2],[0.667,-2.067],[0,0],[-0.067,0.3],[-0.133,0.2],[1.034,1.033],[0,0],[0,0],[0,0],[0,0],[0.4,-0.267],[1.3,-1.667],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.6,0.867]],"o":[[3.467,-1.467],[3.066,0.167],[3.967,1.234],[3.266,2.367],[3.067,4.3],[0.2,2.267],[-0.8,-4.967],[-0.6,-1.8],[-0.767,-1.333],[-1.366,-1.233],[0,0],[-0.933,-0.9],[-3.2,-2.767],[1.234,2.8],[-3.633,-3.133],[0,0],[0,0],[-0.033,0.167],[0.3,5.4],[0,0],[0,0],[-0.8,3.867],[-0.367,2.167],[0,0],[0,0],[-0.4,1.967],[-0.466,2.7],[-0.167,3.1],[0.667,-7.933],[0.267,-0.933],[0,0],[0.267,-2.5],[0.433,-1.167],[0.367,-0.767],[0.133,-1.067],[-1.467,1.6],[0,0],[0,-0.333],[0.033,-0.233],[1.067,-1.567],[0,0],[0,0],[0,0],[0,0],[-0.533,0.133],[-1.567,1.167],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.733,-1.3],[3.067,-1.667]],"v":[[-8.475,-42.525],[2.675,-44.325],[13.125,-42.125],[25.925,-35.325],[34.575,-26.575],[39.725,-13.725],[37.725,-4.325],[35.025,-16.125],[32.475,-21.725],[29.925,-24.925],[24.525,-27.725],[25.525,-20.425],[22.675,-23.025],[11.525,-28.525],[13.225,-19.975],[1.525,-26.275],[0.875,-25.625],[2.125,-23.925],[2.075,-23.375],[-2.025,-8.625],[-1.725,-18.125],[-2.375,-18.625],[-4.575,-6.975],[-7.075,-0.775],[-5.575,-19.975],[-6.575,-19.475],[-7.725,-13.525],[-8.625,-5.425],[-10.925,3.175],[-6.875,-20.275],[-6.825,-23.025],[-11.225,-11.675],[-9.475,-19.025],[-8.025,-22.475],[-7.275,-25.175],[-8.075,-26.475],[-11.275,-20.975],[-11.625,-21.625],[-11.525,-22.575],[-11.275,-23.225],[-11.225,-27.125],[-9.775,-29.825],[-10.325,-30.475],[-9.075,-32.475],[-9.575,-33.425],[-10.975,-32.825],[-15.275,-28.575],[-18.825,-25.425],[-15.075,-34.125],[-15.725,-34.025],[-16.825,-32.925],[-19.075,-33.225],[-19.475,-34.225],[-18.375,-35.775],[-19.425,-36.425],[-20.075,-36.275],[-21.275,-37.125],[-22.075,-37.025],[-17.075,-40.275]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ks":{"k":{"i":[[-0.633,4.234],[0,0.067],[0.134,0.133],[2.333,-0.334],[-0.033,4.966],[-0.2,0.767],[-0.033,0.334],[1.3,3.7],[0.234,0.7],[11.8,4.133],[4.467,0.533],[2.7,-1.3],[6.733,-3.467],[2.867,-3.766],[1.767,-8.5],[-2.767,-8.367],[-1.933,-2.666],[0,0],[0.733,-1.7],[2.233,0.033],[0,0],[0,0],[0,0],[-3.567,-0.9],[-5.633,5.367],[-0.067,0.133],[-4.3,-0.467],[-7.6,0.7],[-0.566,0.334],[-0.367,0.2],[-0.867,0.7],[-3.1,6.767],[-0.1,0.167],[0,0],[-0.7,0.434]],"o":[[-0.033,-0.1],[-0.033,-0.2],[-0.566,0.867],[-3.133,0.434],[0,-4.966],[0.066,-0.3],[0.767,-5.367],[-0.266,-0.733],[-3.966,-11.867],[-5,-1.733],[-5.267,-0.667],[-5.833,0.367],[-4.133,2.367],[-5.233,6.834],[-1.8,8.7],[0.633,1.934],[0,0],[2.767,3.933],[-0.767,1.667],[0,0],[0,0],[0,0],[1.567,1.167],[7.633,2.067],[0.1,-0.167],[3.933,1.533],[7.533,1.1],[2.434,-0.467],[0.366,-0.234],[0.834,-0.7],[5.933,-4.7],[0.067,-0.167],[0,0],[0.667,-0.5],[3.533,-2.333]],"v":[[50.925,11.175],[50.875,10.925],[50.625,10.425],[46.275,12.225],[41.625,5.425],[41.925,-3.175],[42.075,-4.125],[41.275,-17.725],[40.525,-19.875],[16.875,-43.875],[2.675,-47.275],[-9.275,-46.325],[-28.125,-40.575],[-38.625,-31.375],[-49.125,-8.375],[-47.675,17.225],[-43.825,24.125],[-39.975,29.575],[-36.925,38.025],[-41.425,40.475],[-44.875,40.175],[-45.175,40.875],[-42.275,42.775],[-34.575,45.875],[-14.675,40.925],[-14.425,40.475],[-2.075,43.475],[20.625,44.075],[25.125,42.875],[26.225,42.225],[28.775,40.125],[42.325,22.925],[42.575,22.425],[42.625,22.425],[44.675,21.025]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[274.625,200.475],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":5,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":27,"ty":4,"nm":"Body 2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[90.5,197.5,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":100,"s":[{"i":[[20,-0.5],[0,0],[-6,4.5],[0,0]],"o":[[-20,0.5],[0,0],[6,-4.5],[0,0]],"v":[[14,21.5],[-1,73],[11.5,64],[35.5,62]],"c":true}],"e":[{"i":[[19.376,4.982],[0,0],[-6,4.5],[0,0]],"o":[[-17.5,-4.5],[0,0],[6,-4.5],[0,0]],"v":[[30.25,23],[-1,73],[11.5,64],[35.5,62]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":111,"s":[{"i":[[19.376,4.982],[0,0],[-6,4.5],[0,0]],"o":[[-17.5,-4.5],[0,0],[6,-4.5],[0,0]],"v":[[30.25,23],[-1,73],[11.5,64],[35.5,62]],"c":true}],"e":[{"i":[[19.376,4.982],[0,0],[-6,4.5],[0,0]],"o":[[-17.5,-4.5],[0,0],[6,-4.5],[0,0]],"v":[[30.25,23],[-1,73],[11.5,64],[35.5,62]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":258,"s":[{"i":[[19.376,4.982],[0,0],[-6,4.5],[0,0]],"o":[[-17.5,-4.5],[0,0],[6,-4.5],[0,0]],"v":[[30.25,23],[-1,73],[11.5,64],[35.5,62]],"c":true}],"e":[{"i":[[20,-0.5],[0,0],[-6,4.5],[0,0]],"o":[[-20,0.5],[0,0],[6,-4.5],[0,0]],"v":[[14,21.5],[-1,73],[11.5,64],[35.5,62]],"c":true}]},{"t":270}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"w":{"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":28,"ty":4,"nm":"right-sleeve 3","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[117.5,227,0]},"a":{"k":[-2.5,26,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":100,"s":[{"i":[[7.217,-1.987],[-0.854,-4.279],[0,0]],"o":[[-5.647,1.555],[5.869,-1.312],[0,0]],"v":[[-0.383,24.522],[-5.675,41.233],[10.401,37.11]],"c":true}],"e":[{"i":[[3.814,-8.334],[-8.074,-1.807],[0,0]],"o":[[-4.22,9.221],[0.64,-5.268],[0,0]],"v":[[-2.375,26.5],[10.757,39.75],[16.625,25.492]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":110,"s":[{"i":[[3.814,-8.334],[-8.074,-1.807],[0,0]],"o":[[-4.22,9.221],[0.64,-5.268],[0,0]],"v":[[-2.375,26.5],[10.757,39.75],[16.625,25.492]],"c":true}],"e":[{"i":[[3.814,-8.334],[-8.074,-1.807],[0,0]],"o":[[-4.22,9.221],[0.64,-5.268],[0,0]],"v":[[-2.375,26.5],[10.757,39.75],[16.625,25.492]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":125,"s":[{"i":[[3.814,-8.334],[-8.074,-1.807],[0,0]],"o":[[-4.22,9.221],[0.64,-5.268],[0,0]],"v":[[-2.375,26.5],[10.757,39.75],[16.625,25.492]],"c":true}],"e":[{"i":[[7.217,-1.987],[-0.854,-4.279],[0,0]],"o":[[-5.647,1.555],[5.869,-1.312],[0,0]],"v":[[-0.383,24.522],[-5.675,41.233],[10.401,37.11]],"c":true}]},{"t":131}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"w":{"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0.055,0.128],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100.415,101.129],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":29,"ty":4,"nm":"Left Arm","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[200,200,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":100,"s":[{"i":[[5.071,-0.922],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.91,0.484],[-2.006,0.191],[-0.75,2.75],[0,0],[-2.541,1.09],[-0.467,0.7]],"o":[[-5.5,1],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[3.329,-1.77],[2.829,-0.27],[0.75,-2.75],[0,0],[2.223,-0.954],[1,-1.5]],"v":[[-39.25,33],[-49.5,35.25],[-57,39.25],[-69.5,37.75],[-72.75,34.5],[-80.25,42.25],[-70.75,49],[-57.25,46.25],[-44.75,47],[-39.5,45],[-44,40.75],[-40.649,37.985],[-34.5,36]],"c":true}],"e":[{"i":[[5.071,-0.922],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.618,0.825],[-1.75,1],[-0.75,2.75],[0,0],[-2.541,1.09],[-0.467,0.7]],"o":[[-5.5,1],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.25,-3],[1.75,-1],[0.75,-2.75],[0,0],[2.223,-0.954],[1,-1.5]],"v":[[-30.25,8.25],[-40.5,10.75],[-48.25,21.25],[-58.25,30.25],[-67,27.5],[-71.75,38],[-57,41.25],[-43.25,25.5],[-36.75,23.5],[-31.5,21.5],[-36,17.25],[-32.649,14.485],[-26,12.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":110,"s":[{"i":[[5.071,-0.922],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.618,0.825],[-1.75,1],[-0.75,2.75],[0,0],[-2.541,1.09],[-0.467,0.7]],"o":[[-5.5,1],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.25,-3],[1.75,-1],[0.75,-2.75],[0,0],[2.223,-0.954],[1,-1.5]],"v":[[-30.25,8.25],[-40.5,10.75],[-48.25,21.25],[-58.25,30.25],[-67,27.5],[-71.75,38],[-57,41.25],[-43.25,25.5],[-36.75,23.5],[-31.5,21.5],[-36,17.25],[-32.649,14.485],[-26,12.5]],"c":true}],"e":[{"i":[[5.071,-0.922],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.618,0.825],[-1.75,1],[-0.75,2.75],[0,0],[-2.541,1.09],[-1.713,2.227]],"o":[[-5.5,1],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.25,-3],[1.75,-1],[0.75,-2.75],[0,0],[2.223,-0.954],[1.099,-1.429]],"v":[[-35.625,7.375],[-44.5,10.125],[-52.25,20.625],[-58.25,30.25],[-67,27.5],[-71.75,38],[-57,41.25],[-47.25,24.875],[-40.75,22.875],[-35.5,20.875],[-40,16.625],[-36.899,13.235],[-29.75,11.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":113,"s":[{"i":[[5.071,-0.922],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.618,0.825],[-1.75,1],[-0.75,2.75],[0,0],[-2.541,1.09],[-1.713,2.227]],"o":[[-5.5,1],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.25,-3],[1.75,-1],[0.75,-2.75],[0,0],[2.223,-0.954],[1.099,-1.429]],"v":[[-35.625,7.375],[-44.5,10.125],[-52.25,20.625],[-58.25,30.25],[-67,27.5],[-71.75,38],[-57,41.25],[-47.25,24.875],[-40.75,22.875],[-35.5,20.875],[-40,16.625],[-36.899,13.235],[-29.75,11.25]],"c":true}],"e":[{"i":[[5.071,-0.922],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.618,0.825],[-1.75,1],[-0.75,2.75],[0,0],[-2.541,1.09],[-0.467,0.7]],"o":[[-5.5,1],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.25,-3],[1.75,-1],[0.75,-2.75],[0,0],[2.223,-0.954],[1,-1.5]],"v":[[-30.25,8.25],[-40.5,10.75],[-48.25,21.25],[-58.25,30.25],[-67,27.5],[-71.75,38],[-57,41.25],[-43.25,25.5],[-36.75,23.5],[-31.5,21.5],[-36,17.25],[-32.649,14.485],[-26,12.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":116,"s":[{"i":[[5.071,-0.922],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.618,0.825],[-1.75,1],[-0.75,2.75],[0,0],[-2.541,1.09],[-0.467,0.7]],"o":[[-5.5,1],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.25,-3],[1.75,-1],[0.75,-2.75],[0,0],[2.223,-0.954],[1,-1.5]],"v":[[-30.25,8.25],[-40.5,10.75],[-48.25,21.25],[-58.25,30.25],[-67,27.5],[-71.75,38],[-57,41.25],[-43.25,25.5],[-36.75,23.5],[-31.5,21.5],[-36,17.25],[-32.649,14.485],[-26,12.5]],"c":true}],"e":[{"i":[[5.071,-0.922],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.618,0.825],[-1.75,1],[-0.75,2.75],[0,0],[-2.541,1.09],[-1.713,2.227]],"o":[[-5.5,1],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.25,-3],[1.75,-1],[0.75,-2.75],[0,0],[2.223,-0.954],[1.099,-1.429]],"v":[[-35.625,7.375],[-44.5,10.125],[-52.25,20.625],[-58.25,30.25],[-67,27.5],[-71.75,38],[-57,41.25],[-47.25,24.875],[-40.75,22.875],[-35.5,20.875],[-40,16.625],[-36.899,13.235],[-29.75,11.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":119,"s":[{"i":[[5.071,-0.922],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.618,0.825],[-1.75,1],[-0.75,2.75],[0,0],[-2.541,1.09],[-1.713,2.227]],"o":[[-5.5,1],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.25,-3],[1.75,-1],[0.75,-2.75],[0,0],[2.223,-0.954],[1.099,-1.429]],"v":[[-35.625,7.375],[-44.5,10.125],[-52.25,20.625],[-58.25,30.25],[-67,27.5],[-71.75,38],[-57,41.25],[-47.25,24.875],[-40.75,22.875],[-35.5,20.875],[-40,16.625],[-36.899,13.235],[-29.75,11.25]],"c":true}],"e":[{"i":[[5.071,-0.922],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.618,0.825],[-1.75,1],[-0.75,2.75],[0,0],[-2.541,1.09],[-0.467,0.7]],"o":[[-5.5,1],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.25,-3],[1.75,-1],[0.75,-2.75],[0,0],[2.223,-0.954],[1,-1.5]],"v":[[-30.25,8.25],[-40.5,10.75],[-48.25,21.25],[-58.25,30.25],[-67,27.5],[-71.75,38],[-57,41.25],[-43.25,25.5],[-36.75,23.5],[-31.5,21.5],[-36,17.25],[-32.649,14.485],[-26,12.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":122,"s":[{"i":[[5.071,-0.922],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.618,0.825],[-1.75,1],[-0.75,2.75],[0,0],[-2.541,1.09],[-0.467,0.7]],"o":[[-5.5,1],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.25,-3],[1.75,-1],[0.75,-2.75],[0,0],[2.223,-0.954],[1,-1.5]],"v":[[-30.25,8.25],[-40.5,10.75],[-48.25,21.25],[-58.25,30.25],[-67,27.5],[-71.75,38],[-57,41.25],[-43.25,25.5],[-36.75,23.5],[-31.5,21.5],[-36,17.25],[-32.649,14.485],[-26,12.5]],"c":true}],"e":[{"i":[[5.071,-0.922],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.618,0.825],[-1.75,1],[-0.75,2.75],[0,0],[-2.541,1.09],[-1.713,2.227]],"o":[[-5.5,1],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.25,-3],[1.75,-1],[0.75,-2.75],[0,0],[2.223,-0.954],[1.099,-1.429]],"v":[[-35.625,7.375],[-44.5,10.125],[-52.25,20.625],[-58.25,30.25],[-67,27.5],[-71.75,38],[-57,41.25],[-47.25,24.875],[-40.75,22.875],[-35.5,20.875],[-40,16.625],[-36.899,13.235],[-29.75,11.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":125,"s":[{"i":[[5.071,-0.922],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.618,0.825],[-1.75,1],[-0.75,2.75],[0,0],[-2.541,1.09],[-1.713,2.227]],"o":[[-5.5,1],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.25,-3],[1.75,-1],[0.75,-2.75],[0,0],[2.223,-0.954],[1.099,-1.429]],"v":[[-35.625,7.375],[-44.5,10.125],[-52.25,20.625],[-58.25,30.25],[-67,27.5],[-71.75,38],[-57,41.25],[-47.25,24.875],[-40.75,22.875],[-35.5,20.875],[-40,16.625],[-36.899,13.235],[-29.75,11.25]],"c":true}],"e":[{"i":[[5.071,-0.922],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.91,0.484],[-2.006,0.191],[-0.75,2.75],[0,0],[-2.541,1.09],[-0.467,0.7]],"o":[[-5.5,1],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[3.329,-1.77],[2.829,-0.27],[0.75,-2.75],[0,0],[2.223,-0.954],[1,-1.5]],"v":[[-39.25,33],[-49.5,35.25],[-57,39.25],[-69.5,37.75],[-72.75,34.5],[-80.25,42.25],[-70.75,49],[-57.25,46.25],[-44.75,47],[-39.5,45],[-44,40.75],[-40.649,37.985],[-34.5,36]],"c":true}]},{"t":131}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"w":{"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0.213,0.398],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":30,"ty":4,"nm":"Chair-Girl","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[142,250,0]},"a":{"k":[200,200,0]},"s":{"k":[96,96,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-1.5,1.667],[-0.467,0.466],[1.267,-3.9],[0.105,-4.483],[0,0],[-0.023,-0.661],[-0.468,-1.095],[-0.65,-0.429],[0.123,0.675],[0.13,1.344],[0.029,0.714],[-0.334,1.487],[-0.767,1.767]],"o":[[0.433,-0.467],[-3.034,1.267],[-1.295,3.85],[0,0],[-0.023,0.773],[0.098,1.804],[0.417,0.872],[-0.144,-0.692],[-0.27,-1.523],[-0.071,-0.753],[-0.067,-2.013],[0.733,-3.3],[0.667,-2.301]],"v":[[7.575,3.742],[8.925,2.342],[2.475,10.092],[0.375,22.592],[0.375,22.641],[0.375,24.792],[1.225,29.141],[2.825,31.092],[2.425,29.042],[1.825,24.742],[1.675,22.542],[2.075,17.292],[4.325,9.692]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[0.6,-0.233],[0.433,-0.334],[0.733,-1.167],[0.6,-2.167],[0.3,-1.9],[0.008,-1.645],[-0.005,-0.263],[0,0],[-0.035,-0.503],[-0.167,-0.701],[-0.018,-0.046],[-0.701,-0.223],[-0.121,-0.018],[-0.275,0.017],[-0.093,0.041],[-0.3,0.467],[-0.153,0.531],[-0.124,0.638],[0,0],[-0.012,0.086],[-0.175,0.524],[-0.06,0.275],[-0.4,1.04],[0,0],[-0.067,2.6],[0.167,0.535],[0.1,0.167],[0.4,0.466],[0.5,0.166]],"o":[[-0.467,0.2],[-0.867,0.667],[-0.833,1.467],[-0.6,2.1],[-0.259,1.556],[-0.005,0.27],[0,0],[0.032,0.497],[0.1,1.067],[0.014,0.054],[0.333,1.144],[0.112,0.048],[0.292,-0.015],[0.107,-0.026],[0.5,-0.233],[0.213,-0.302],[0.175,-0.462],[0,0],[0.021,-0.081],[0.159,-0.543],[0.073,-0.26],[0.333,-1.026],[0,0],[1.033,-2.166],[0,-0.834],[-0.033,-0.166],[-0.167,-0.399],[-0.467,-0.534],[-0.467,-0.1]],"v":[[10.775,2.742],[9.425,3.542],[7.025,6.292],[4.875,11.742],[3.525,17.742],[3.125,22.542],[3.125,23.342],[3.125,24.692],[3.225,26.192],[3.625,28.842],[3.675,28.992],[5.225,31.042],[5.575,31.141],[6.425,31.092],[6.725,30.992],[7.925,29.942],[8.475,28.692],[8.925,27.042],[9.375,25.042],[9.425,24.792],[9.925,23.192],[10.125,22.391],[11.225,19.292],[13.475,14.592],[15.125,7.442],[14.875,5.391],[14.675,4.891],[13.825,3.592],[12.375,2.542]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ks":{"k":{"i":[[0.5,-1.033],[0.133,-0.467],[0.133,-0.5],[-0.133,-0.932],[-0.234,-1.567],[0.194,-1.668],[0.004,-0.04],[0,0],[-0.164,-0.492],[-0.471,-0.327],[-0.334,0.101],[-0.4,0.334],[-0.501,0.749],[-0.411,0.992],[-0.104,0.267],[-0.225,0.915],[-0.192,0.838],[-0.267,1.567],[0,0.767],[0.366,1.233],[0.6,0.434],[1.167,0.067],[0.633,-0.634]],"o":[[-0.567,0.967],[-0.134,0.467],[-0.133,0.5],[0.1,0.901],[0.228,1.498],[0.004,0.06],[0,0],[0.103,0.707],[0.296,0.839],[0.433,0.333],[0.3,-0.033],[0.633,-0.552],[0.556,-0.773],[0.096,-0.233],[0.241,-0.686],[0.209,-0.696],[0.4,-2],[0.2,-1.033],[0,-1.233],[-0.3,-1],[-0.6,-0.465],[-1.167,-0.067],[-0.667,0.6]],"v":[[23.825,7.641],[22.775,9.792],[22.375,11.242],[22.375,13.391],[22.875,17.092],[22.925,21.842],[22.925,21.992],[23.025,25.742],[23.425,27.542],[24.575,29.292],[25.725,29.641],[26.775,29.092],[28.475,27.141],[29.925,24.492],[30.225,23.742],[30.925,21.342],[31.525,19.042],[32.525,13.692],[32.825,10.992],[32.275,7.292],[30.925,5.141],[28.275,4.342],[25.575,5.192]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ind":3,"ty":"sh","ks":{"k":{"i":[[-2.2,3.399],[0,0],[-0.367,-2.9],[-0.245,-3.485],[-0.033,-0.502],[-0.018,-0.254],[-0.192,-0.848],[-0.556,0],[0.3,0.033],[-0.133,0.035],[0.263,0.848],[-0.07,1.272],[0,0],[0.04,0.783],[0.395,2.208]],"o":[[0,0],[-3.8,2.933],[0.322,2.548],[0.034,0.498],[0.016,0.278],[0.108,1.453],[0.344,1.3],[0.2,0.1],[0.6,0.099],[-0.504,-0.652],[-0.304,-0.993],[0,0],[0.04,-0.717],[-0.038,-1.826],[-0.6,-3.199]],"v":[[23.475,5.992],[24.625,4.192],[19.475,12.942],[20.325,21.992],[20.425,23.492],[20.475,24.292],[20.925,27.742],[22.275,29.692],[22.125,29.792],[23.225,29.891],[22.075,27.641],[21.725,24.242],[21.725,24.192],[21.725,21.942],[21.075,15.891]],"c":true}},"nm":"Path 4","mn":"ADBE Vector Shape - Group"},{"ind":4,"ty":"sh","ks":{"k":{"i":[[1.333,-0.1],[1.067,-0.233],[0,-0.533],[-0.3,-3],[-0.267,-0.933],[-0.5,-1.3],[0,0],[0,0],[-6.533,0.567],[-4.167,-0.033],[-1.142,-0.034],[-0.267,-0.034],[-0.767,0.1],[-0.9,-0.067],[-0.309,0.133],[-0.082,-0.007],[-0.4,0.333],[0,1.467],[0.267,5.4],[0.366,0.433],[1.467,0.066],[0,0],[1.566,-0.033],[1.467,0],[0,0],[0,0],[2.4,-0.067],[0.5,-0.067]],"o":[[-1.334,0.067],[-0.033,0.3],[0.1,6],[0.133,1.6],[0.167,0.633],[0,0],[0,0],[3.3,-0.267],[5.633,-0.4],[1.125,0],[0.4,0.233],[0.367,0.066],[0.2,0],[0.491,0],[0.084,0.026],[1.033,0.1],[0.6,-0.433],[-0.134,-6.2],[-0.067,-1.167],[-0.533,-0.6],[0,0],[-1.934,-0.067],[-2.934,0.166],[0,0],[0,0],[-2.8,0.066],[-2,0.267],[-2.7,0.133]],"v":[[-35.025,-29.808],[-38.625,-29.358],[-38.675,-28.108],[-38.075,-14.608],[-37.475,-10.808],[-36.475,-7.908],[-35.725,-5.408],[-35.175,-5.408],[-20.425,-6.658],[-5.725,-7.208],[-2.325,-7.158],[-1.325,-6.758],[0.375,-6.808],[2.025,-6.708],[3.225,-6.908],[3.475,-6.858],[5.625,-7.208],[6.525,-10.058],[5.925,-27.458],[5.275,-29.858],[2.275,-30.858],[-3.175,-31.058],[-8.425,-31.108],[-15.025,-30.858],[-15.725,-30.858],[-17.425,-30.858],[-25.225,-30.658],[-28.975,-30.158]],"c":true}},"nm":"Path 5","mn":"ADBE Vector Shape - Group"},{"ind":5,"ty":"sh","ks":{"k":{"i":[[-0.2,0.467],[0.266,0.433],[2.07,-0.119],[0.185,-0.493],[0.353,-0.586],[0,0],[-0.6,0.368]],"o":[[0.2,-0.567],[-2.064,0.148],[-0.149,0.507],[-0.281,0.648],[0,0],[1.366,-0.132],[0.466,-0.333]],"v":[[38.475,24.692],[38.375,23.192],[32.175,23.592],[31.675,25.092],[30.725,26.942],[34.525,26.641],[37.475,25.891]],"c":true}},"nm":"Path 6","mn":"ADBE Vector Shape - Group"},{"ind":6,"ty":"sh","ks":{"k":{"i":[[0.064,0.938],[0.043,0.394],[2.558,-0.115],[0.026,-0.117],[0.3,-1.234],[0.07,-0.224],[-3.152,0.251]],"o":[[-0.023,-0.406],[-2.509,0.152],[-0.008,0.117],[-0.1,0.6],[-0.063,0.243],[2.715,-0.183],[-0.103,-0.628]],"v":[[19.225,25.542],[19.125,24.342],[11.525,24.742],[11.475,25.092],[10.875,27.842],[10.675,28.542],[19.475,27.891]],"c":true}},"nm":"Path 7","mn":"ADBE Vector Shape - Group"},{"ind":7,"ty":"sh","ks":{"k":{"i":[[0.35,-0.001],[0.111,0.045],[0.267,-0.067],[0.179,-0.1],[0.042,0.001],[0.011,-0.011],[0.076,-0.126],[0,-0.367],[0,0],[-0.533,-0.3],[-0.367,0.067],[0,0],[-1.138,0.067],[0.017,0.05],[0.146,1.632],[0,0],[0.382,-0.1]],"o":[[-0.089,-0.056],[-0.467,-0.132],[-0.221,0.034],[-0.025,0.001],[0.011,0.022],[-0.091,0.107],[-0.133,0.268],[0,0],[0.067,0.967],[0.267,0.133],[0,0],[1.062,-0.034],[-0.016,-0.05],[-0.387,-1.136],[0,0],[-0.518,0],[-0.35,-0.001]],"v":[[-3.825,25.042],[-4.125,24.891],[-5.225,24.792],[-5.825,24.992],[-5.925,24.992],[-5.925,25.042],[-6.175,25.391],[-6.375,26.342],[-6.325,27.692],[-5.425,29.592],[-4.475,29.692],[-3.725,29.342],[-0.425,29.192],[-0.475,29.042],[-1.275,24.891],[-1.425,24.891],[-2.775,25.042]],"c":true}},"nm":"Path 8","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[167.861,197.376],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":10,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.6,1.267],[0,0],[0,0],[-0.433,0],[-0.033,-0.133],[-0.267,-1.2],[-0.384,-3.449],[0,0],[0,0],[0,0],[-2.2,-0.299],[-0.367,0.033],[-0.033,0.033],[0,0.167],[0.067,0.167],[0.033,0.066],[0.2,0.101],[0.033,-0.033],[0.1,-0.066],[0,0],[0,0]],"o":[[0,0],[0,0],[0.433,-0.033],[0,0.132],[0.067,0.3],[0.449,1.852],[0,0],[0,0],[0,0],[2.167,-0.567],[0.234,-0.1],[0.033,-0.033],[0.033,-0.201],[0,-0.166],[-0.033,-0.067],[-0.233,-0.134],[-0.033,0],[-0.1,0.034],[0,0],[0,0],[0.5,-2.767]],"v":[[-5.525,13.275],[-5.525,13.175],[-4.475,13.175],[-3.175,13.126],[-3.125,13.525],[-2.625,15.775],[-1.375,23.725],[-0.475,29.626],[-9.425,30.975],[-8.875,28.075],[-2.325,27.675],[-1.425,27.475],[-1.325,27.376],[-1.275,26.825],[-1.375,26.325],[-1.475,26.126],[-2.125,25.775],[-2.225,25.825],[-2.525,25.975],[-8.375,25.475],[-7.175,19.325]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[-1.267,0.134],[-0.467,-2.401],[0,0],[-0.3,-1.568],[0.31,-0.002],[1.767,0],[2.9,0.034],[0,0],[3.9,0.233],[0.667,0.034],[0.2,-0.199],[0,-0.134],[0,0],[0,0],[0,0],[0,0],[0.115,0.774],[0.692,2.836],[-0.225,-0.123],[-0.767,0],[-0.8,0.634],[-0.419,0.692],[-3.527,0.294],[-0.469,-0.3],[-0.967,-0.066],[-0.5,0.199],[-0.633,0.5],[-0.455,0.529]],"o":[[0.1,1.2],[0,0],[0.3,1.7],[-0.291,-0.002],[-1.733,-0.034],[-2.9,0.034],[0,0],[-3.933,-0.1],[-0.767,-0.133],[-0.233,0.134],[-0.067,0.067],[0,0],[0,0],[0,0],[0,0],[-0.152,-1.426],[-0.208,-1.631],[0.208,0.143],[1.1,0.567],[0.9,-0.033],[0.614,-0.474],[3.54,-0.206],[0.331,0.534],[0.6,0.4],[0.8,0.101],[0.4,-0.167],[0.545,-0.471],[1.666,-0.134]],"v":[[29.975,10.725],[30.825,16.126],[32.075,22.475],[32.975,27.376],[32.075,27.376],[26.825,27.325],[18.125,27.325],[16.375,27.325],[4.625,26.825],[2.475,26.575],[1.825,27.075],[1.725,27.376],[2.125,28.225],[6.325,28.675],[1.575,28.925],[0.625,24.075],[0.225,20.775],[-1.125,14.075],[-0.475,14.475],[2.325,15.325],[4.875,14.325],[6.425,12.575],[17.025,11.825],[18.225,13.075],[20.575,13.775],[22.525,13.626],[24.075,12.626],[25.575,11.126]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ks":{"k":{"i":[[-0.466,-0.133],[-0.089,-0.055],[-0.35,-0.001],[-0.518,0],[0,0],[-0.387,-1.136],[-0.016,-0.05],[1.062,-0.033],[0,0],[0.267,0.134],[0.067,0.966],[0,0],[-0.133,0.267],[-0.091,0.108],[0.011,0.023],[-0.025,0.001],[-0.221,0.034]],"o":[[0.111,0.045],[0.35,-0.001],[0.382,-0.099],[0,0],[0.146,1.632],[0.017,0.05],[-1.138,0.066],[0,0],[-0.366,0.066],[-0.533,-0.3],[0,0],[0,-0.366],[0.076,-0.126],[0.011,-0.011],[0.042,0.001],[0.179,-0.099],[0.267,-0.066]],"v":[[-7.375,6.575],[-7.075,6.725],[-6.025,6.725],[-4.675,6.575],[-4.525,6.575],[-3.725,10.725],[-3.675,10.876],[-6.975,11.025],[-7.725,11.376],[-8.675,11.275],[-9.575,9.376],[-9.625,8.025],[-9.425,7.075],[-9.175,6.725],[-9.175,6.675],[-9.075,6.675],[-8.475,6.475]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ind":3,"ty":"sh","ks":{"k":{"i":[[-2.509,0.152],[-0.023,-0.406],[-0.103,-0.628],[2.715,-0.182],[-0.063,0.243],[-0.1,0.601],[-0.008,0.118]],"o":[[0.043,0.395],[0.064,0.939],[-3.152,0.251],[0.071,-0.223],[0.3,-1.233],[0.026,-0.116],[2.558,-0.115]],"v":[[15.875,6.025],[15.975,7.225],[16.225,9.575],[7.425,10.225],[7.625,9.525],[8.225,6.775],[8.275,6.425]],"c":true}},"nm":"Path 4","mn":"ADBE Vector Shape - Group"},{"ind":4,"ty":"sh","ks":{"k":{"i":[[-2.064,0.147],[0.2,-0.568],[0.466,-0.333],[1.367,-0.133],[0,0],[-0.281,0.648],[-0.149,0.508]],"o":[[0.267,0.432],[-0.2,0.466],[-0.6,0.367],[0,0],[0.353,-0.586],[0.185,-0.492],[2.07,-0.118]],"v":[[35.125,4.876],[35.225,6.376],[34.225,7.575],[31.275,8.325],[27.475,8.626],[28.425,6.775],[28.925,5.275]],"c":true}},"nm":"Path 5","mn":"ADBE Vector Shape - Group"},{"ind":5,"ty":"sh","ks":{"k":{"i":[[-0.033,0.3],[-1.333,0.067],[-2.7,0.134],[-2,0.267],[-2.8,0.067],[0,0],[0,0],[-2.933,0.167],[-1.933,-0.066],[0,0],[-0.533,-0.6],[-0.067,-1.166],[-0.133,-6.2],[0.6,-0.433],[1.033,0.1],[0.084,0.026],[0.491,0],[0.2,0],[0.367,0.067],[0.4,0.233],[1.125,0],[5.633,-0.4],[3.3,-0.267],[0,0],[0,0],[0.167,0.633],[0.133,1.6],[0.1,6]],"o":[[1.067,-0.233],[1.333,-0.1],[0.5,-0.066],[2.4,-0.066],[0,0],[0,0],[1.467,0],[1.567,-0.033],[0,0],[1.467,0.067],[0.367,0.433],[0.267,5.4],[0,1.467],[-0.4,0.334],[-0.082,-0.007],[-0.309,0.134],[-0.9,-0.066],[-0.767,0.1],[-0.266,-0.033],[-1.141,-0.033],[-4.167,-0.033],[-6.533,0.567],[0,0],[0,0],[-0.5,-1.3],[-0.267,-0.933],[-0.3,-3],[0,-0.533]],"v":[[-41.875,-47.675],[-38.275,-48.125],[-32.225,-48.475],[-28.475,-48.975],[-20.675,-49.175],[-18.975,-49.175],[-18.275,-49.175],[-11.675,-49.425],[-6.425,-49.375],[-0.975,-49.175],[2.025,-48.175],[2.675,-45.775],[3.275,-28.375],[2.375,-25.525],[0.225,-25.175],[-0.025,-25.225],[-1.225,-25.025],[-2.875,-25.125],[-4.575,-25.075],[-5.575,-25.475],[-8.975,-25.525],[-23.675,-24.975],[-38.425,-23.725],[-38.975,-23.725],[-39.725,-26.225],[-40.725,-29.125],[-41.325,-32.925],[-41.925,-46.425]],"c":true}},"nm":"Path 6","mn":"ADBE Vector Shape - Group"},{"ind":6,"ty":"sh","ks":{"k":{"i":[[-3.8,2.932],[0,0],[-0.6,-3.199],[-0.038,-1.827],[0.041,-0.717],[0,0],[-0.304,-0.993],[-0.504,-0.653],[0.6,0.1],[0.2,0.099],[0.344,1.3],[0.108,1.453],[0.016,0.279],[0.034,0.498],[0.322,2.547]],"o":[[0,0],[-2.2,3.4],[0.395,2.208],[0.041,0.783],[0,0],[-0.07,1.273],[0.263,0.847],[-0.133,0.034],[0.3,0.033],[-0.556,0],[-0.192,-0.847],[-0.018,-0.254],[-0.033,-0.502],[-0.245,-3.485],[-0.367,-2.901]],"v":[[21.375,-14.124],[20.225,-12.325],[17.825,-2.425],[18.475,3.626],[18.475,5.876],[18.475,5.925],[18.825,9.325],[19.975,11.575],[18.875,11.475],[19.025,11.376],[17.675,9.425],[17.225,5.975],[17.175,5.175],[17.075,3.675],[16.225,-5.374]],"c":true}},"nm":"Path 7","mn":"ADBE Vector Shape - Group"},{"ind":7,"ty":"sh","ks":{"k":{"i":[[-0.133,0.467],[-0.567,0.967],[-0.666,0.599],[-1.167,-0.066],[-0.6,-0.466],[-0.3,-1],[0,-1.233],[0.2,-1.034],[0.4,-2],[0.209,-0.695],[0.241,-0.685],[0.096,-0.233],[0.556,-0.774],[0.633,-0.552],[0.3,-0.033],[0.433,0.333],[0.296,0.839],[0.103,0.707],[0,0],[0.005,0.061],[0.228,1.498],[0.1,0.9],[-0.133,0.5]],"o":[[0.134,-0.467],[0.5,-1.033],[0.633,-0.634],[1.167,0.067],[0.6,0.433],[0.367,1.234],[0,0.767],[-0.267,1.566],[-0.192,0.838],[-0.225,0.915],[-0.104,0.267],[-0.41,0.993],[-0.5,0.749],[-0.4,0.334],[-0.333,0.1],[-0.471,-0.327],[-0.164,-0.492],[0,0],[0.005,-0.04],[0.195,-1.668],[-0.233,-1.566],[-0.133,-0.933],[0.133,-0.5]],"v":[[19.525,-8.525],[20.575,-10.675],[22.325,-13.124],[25.025,-13.975],[27.675,-13.175],[29.025,-11.025],[29.575,-7.325],[29.275,-4.624],[28.275,0.725],[27.675,3.025],[26.975,5.425],[26.675,6.175],[25.225,8.825],[23.525,10.775],[22.475,11.325],[21.325,10.975],[20.175,9.225],[19.775,7.425],[19.675,3.675],[19.675,3.525],[19.625,-1.225],[19.125,-4.925],[19.125,-7.075]],"c":true}},"nm":"Path 8","mn":"ADBE Vector Shape - Group"},{"ind":8,"ty":"sh","ks":{"k":{"i":[[-0.867,0.667],[-0.467,0.2],[-0.466,-0.1],[-0.467,-0.533],[-0.167,-0.4],[-0.033,-0.166],[0,-0.834],[1.033,-2.166],[0,0],[0.333,-1.027],[0.073,-0.26],[0.159,-0.543],[0.021,-0.081],[0,0],[0.175,-0.462],[0.213,-0.302],[0.5,-0.233],[0.107,-0.025],[0.292,-0.016],[0.112,0.048],[0.333,1.144],[0.015,0.055],[0.1,1.066],[0.032,0.497],[0,0],[-0.004,0.271],[-0.259,1.556],[-0.6,2.1],[-0.833,1.467]],"o":[[0.433,-0.333],[0.6,-0.233],[0.5,0.167],[0.4,0.467],[0.1,0.167],[0.167,0.534],[-0.067,2.599],[0,0],[-0.4,1.04],[-0.06,0.274],[-0.175,0.523],[-0.012,0.086],[0,0],[-0.124,0.639],[-0.153,0.531],[-0.3,0.466],[-0.093,0.041],[-0.275,0.018],[-0.121,-0.019],[-0.701,-0.222],[-0.018,-0.046],[-0.167,-0.7],[-0.035,-0.503],[0,0],[-0.004,-0.263],[0.008,-1.644],[0.3,-1.9],[0.6,-2.167],[0.733,-1.167]],"v":[[6.175,-14.775],[7.525,-15.575],[9.125,-15.775],[10.575,-14.725],[11.425,-13.425],[11.625,-12.925],[11.875,-10.874],[10.225,-3.725],[7.975,0.975],[6.875,4.075],[6.675,4.876],[6.175,6.475],[6.125,6.725],[5.675,8.725],[5.225,10.376],[4.675,11.626],[3.475,12.675],[3.175,12.775],[2.325,12.825],[1.975,12.725],[0.425,10.675],[0.375,10.525],[-0.025,7.876],[-0.125,6.376],[-0.125,5.025],[-0.125,4.225],[0.275,-0.575],[1.625,-6.575],[3.775,-12.025]],"c":true}},"nm":"Path 9","mn":"ADBE Vector Shape - Group"},{"ind":9,"ty":"sh","ks":{"k":{"i":[[-3.033,1.267],[0.433,-0.466],[0.667,-2.301],[0.733,-3.3],[-0.067,-2.013],[-0.071,-0.753],[-0.27,-1.522],[-0.144,-0.691],[0.417,0.871],[0.099,1.804],[-0.023,0.772],[0,0],[-1.294,3.851]],"o":[[-0.467,0.467],[-1.5,1.667],[-0.767,1.766],[-0.334,1.487],[0.029,0.714],[0.13,1.344],[0.123,0.675],[-0.65,-0.429],[-0.468,-1.096],[-0.023,-0.661],[0,0],[0.105,-4.482],[1.267,-3.899]],"v":[[5.675,-15.975],[4.325,-14.575],[1.075,-8.624],[-1.175,-1.025],[-1.575,4.225],[-1.425,6.425],[-0.825,10.725],[-0.425,12.775],[-2.025,10.825],[-2.875,6.475],[-2.875,4.325],[-2.875,4.275],[-0.775,-8.225]],"c":true}},"nm":"Path 10","mn":"ADBE Vector Shape - Group"},{"ind":10,"ty":"sh","ks":{"k":{"i":[[0.067,-1],[-0.333,-2.233],[-0.533,-2.6],[-0.2,-0.933],[-0.067,-0.266],[-0.233,-1.033],[-0.033,-0.533],[0.067,-1.3],[-0.333,-1.433],[-0.467,-0.266],[-0.767,0],[-2.733,0.967],[-0.133,0.1],[-0.6,0.034],[-0.2,-1.767],[0,0],[-0.233,-1.5],[0,0],[4.6,-0.233],[0.367,-0.366],[0.1,-0.566],[-0.6,-2.066],[-0.5,-0.366],[-0.6,0],[-0.7,0.134],[-1.433,0.101],[0.933,-5.101],[0.367,-2.566],[0,0],[0.2,-0.966],[0.034,-0.1],[0,0],[0.267,-0.233],[0,-0.368],[-0.233,-0.233],[-0.866,0],[0,0],[-0.233,0.1],[-0.233,0.966],[0.033,0.133],[0.4,0.033],[0.367,0],[0,0],[-0.253,1.309],[0,0],[-1.467,-0.066],[-4.4,-0.3],[-4.5,0.167],[0.033,-0.066],[0.333,-1.267],[0.173,-0.705],[0,0],[1.667,-0.333],[0.433,-0.101],[0.8,-0.166],[0.467,0.134],[1.9,-0.3],[1,0.1],[0.5,-0.066],[0.1,-0.1],[0.067,-0.1],[0,0],[-0.266,-0.1],[0,0],[0,0],[-0.233,0.034],[-0.2,-0.033],[-1.9,0.233],[-1.7,0.233],[-0.467,0.067],[-0.267,0.033],[-1.833,0.267],[0,0],[0.4,-0.066],[0.9,-0.366],[2,0.367],[2.733,-0.133],[1.267,0.467],[0.433,0],[0.1,-0.1],[0.067,-0.1],[0.033,-0.1],[0,-0.201],[0,-0.2],[-0.067,-0.066],[-0.033,-0.033],[0,0],[0,0],[0,0],[0.2,-0.3],[0,-0.234],[-0.2,-0.199],[-0.6,-0.033],[-0.6,0.034],[-0.466,-0.133],[-0.1,0.034],[-0.4,0.301],[-0.133,0.1],[-0.033,0.201],[0.067,0.399],[0.134,0.134],[0.3,0.033],[0,0],[0,0],[0,0],[0,0.233],[0.033,0.134],[0.033,0.067],[0,0],[-0.433,0.134],[-1.133,0.132],[-0.733,0.066],[-0.933,0.101],[-0.1,-0.4],[-0.1,-0.266],[0,0],[-0.1,-0.467],[-0.233,-1.233],[0,0],[-0.1,-0.233],[0.867,-0.2],[0.367,-0.267],[-0.133,-0.5],[-0.5,-0.2],[-0.6,0],[0,0],[-0.2,0.2],[-0.033,0.401],[0.133,0.2],[0.433,0.1],[0.767,0.067],[0.033,0.034],[0.167,0.2],[0.167,0.933],[0,0],[-0.367,0.034],[-0.067,0.034],[0,0],[-1.267,0.367],[-1.591,0.326],[0.258,0.133],[0.919,-0.068],[0.872,-0.135],[0.932,-0.165],[0.667,-0.066],[1.4,-0.167],[0.5,-0.1],[0.767,-0.199],[0.167,-0.033],[1.3,-0.133],[1.3,-0.333],[0.867,0.3],[0,0],[-2.833,0.4],[-0.367,0.067],[-0.367,0.134],[0,0],[-1.167,-0.033],[0,0],[-1.667,0.033],[0,0],[-1.367,0.132],[-0.5,-0.233],[-0.2,-0.067],[-0.433,-0.101],[0,0],[-0.151,-0.604],[-0.767,-2.666],[0,0],[0,0],[0.233,-0.267],[-0.133,-0.333],[-0.3,-0.2],[-0.933,-0.099],[-0.467,0.033],[-0.2,0.266],[-0.033,0.067],[-0.5,-0.066],[-0.933,0.066],[-0.433,0.334],[-0.067,0.366],[0.2,0.267],[0.7,0.1],[1.267,-0.1],[0,0],[1.3,4.533],[0.267,1.399],[0.1,0.6],[-0.034,0.234],[0.034,0.099],[0.067,0.133],[0.2,0.067],[0.233,1.267],[0.433,1.6],[0.2,0.867],[0.067,0.9],[-0.3,0.034],[-0.633,0.633],[-0.134,0.966],[0.066,1.134],[0.333,0.266],[0.7,-0.066],[1.917,-0.134],[-0.308,1.821],[-0.067,1.299],[0.6,1.533],[0.533,0.434],[1.133,0.333],[1.033,-0.133],[1.434,-1.134],[0.6,-0.8],[0.7,0.301],[0.067,0.333],[1.733,0.833],[1.767,-0.633],[1.034,-0.933],[0.033,-0.066],[1.236,0.104],[-0.232,2.186],[0.323,0.065],[0.1,-0.566],[0,0],[0.034,-0.024],[0,0],[3.805,-1.395],[1.267,-1.334],[0.3,-1.534],[-0.733,-2.4],[-0.667,-0.7],[-1.636,-0.424],[0.273,0.029],[1.867,0.134],[0.067,0.134],[0.033,0.533],[0,0],[-3.367,0.167],[-4.467,-0.167],[0,0],[-0.61,-0.026],[-0.291,-0.1],[-0.248,-0.024],[-0.533,0.034],[-0.533,0.467],[-0.233,0.967],[0,1.1],[0.433,7.7],[0.2,0.7],[0.667,0.6],[2.233,0.067],[5.367,-0.266],[3.833,-0.333],[3.033,0.067],[0.967,-0.2],[0.4,-0.5]],"o":[[-0.067,1.8],[0.2,1.334],[0.2,1.1],[0.034,0.434],[0.033,0.234],[0.133,0.767],[0.033,0.667],[0.034,0.9],[0.234,1.034],[0.3,0.2],[2.9,0],[0.233,-0.067],[0.567,-0.067],[0.033,1.134],[0,0],[0.2,1.966],[0,0],[-2.833,-0.099],[-0.833,0],[-0.2,0.234],[-0.467,2.1],[0.233,0.9],[0.4,0.267],[0.333,-0.033],[1.167,-0.2],[-1.567,5.3],[-0.5,2.866],[0,0],[-0.533,3.3],[-0.033,0.134],[0,0],[-0.667,0.067],[-0.233,0.2],[0,0.333],[0.267,0.3],[0,0],[0.533,0],[0.433,-0.233],[0.033,-0.334],[-0.133,-0.233],[-0.3,-0.066],[0,0],[0.214,-1.39],[0,0],[1.333,-0.033],[2.233,0.1],[2.8,0.134],[0,0.033],[-0.933,3.167],[-0.127,0.497],[0,0],[-1.7,0.334],[-0.466,0.1],[-0.8,0.132],[-0.6,0.134],[-1.9,0],[-1.1,0.134],[-0.533,0.067],[-0.133,0.067],[-0.1,0.101],[0,0],[0.234,0.067],[0,0],[0,0],[0.2,-0.033],[0.167,0],[1.933,0.134],[1.734,-0.067],[0.467,-0.068],[0.233,-0.066],[1.8,-0.3],[0,0],[-0.4,0.033],[-0.933,0.201],[-2.067,-0.3],[-2.633,-0.533],[-1.233,0.034],[-0.467,-0.1],[-0.167,0],[-0.1,0.067],[-0.033,0.101],[-0.033,0.167],[-0.033,0.199],[0,0.067],[0,0.034],[0,0],[0,0],[0,0],[-0.567,0.099],[-0.1,0.2],[0.033,0.266],[0.267,0.301],[0.333,0.034],[0.733,0],[0.6,0.067],[0.234,-0.033],[0.3,-0.166],[0.267,-0.133],[0.067,-0.133],[-0.167,-0.601],[-0.233,-0.233],[0,0],[0,0],[0,0],[0.033,-0.267],[0,-0.166],[-0.033,-0.133],[0,0],[0.433,-0.133],[1.1,-0.133],[0.7,-0.101],[0.933,-0.134],[0.067,0.367],[0.067,0.234],[0,0],[0.1,0.7],[0.234,1.267],[0,0],[0.034,0.334],[-0.933,0.034],[-0.533,0.067],[-0.467,0.367],[0.067,0.367],[0.267,0.1],[0,0],[0.467,0],[0.167,-0.133],[0.067,-0.467],[-0.133,-0.233],[-0.8,-0.2],[0,-0.067],[-0.333,-0.367],[-0.266,-0.4],[0,0],[0.333,-0.066],[0.067,-0.067],[0,0],[1.233,-0.201],[1.643,-0.341],[0.124,-0.267],[-0.248,-0.134],[-0.928,0.098],[-0.834,0.168],[-0.7,0.133],[-1.433,0.134],[-0.533,0.067],[-0.7,0.234],[-0.2,-0.067],[-1.2,0.334],[-1.4,0.134],[-0.9,0.201],[0,0],[2.767,-0.333],[0.333,-0.1],[0.367,-0.167],[0,0],[1.167,0],[0,0],[1.6,0.033],[0,0],[1.367,-0.133],[0.533,0.066],[0.233,0.1],[0.367,0.267],[0,0],[0.149,0.629],[0.733,3.2],[0,0],[0,0],[-0.433,0.034],[-0.166,0.267],[0.1,0.333],[0.3,0.234],[0.333,0.567],[0.267,0],[0.067,-0.034],[0.367,0.067],[1.3,0.201],[0.867,-0.068],[0.267,-0.233],[0.067,-0.368],[-0.233,-0.233],[-2.434,-0.333],[0,0],[-1.433,-3.6],[-0.466,-1.601],[-0.133,-0.434],[0.1,-0.166],[0.034,-0.133],[-0.034,-0.167],[-0.066,-0.167],[-0.166,-1],[-0.5,-2.867],[-0.467,-1.733],[-0.267,-1.1],[0.367,-0.067],[1.766,-0.2],[0.567,-0.566],[0.1,-0.634],[-0.067,-0.8],[-0.266,-0.201],[-1.917,0.166],[0.325,-1.247],[0.433,-2.3],[0.067,-1.967],[-0.466,-1.201],[-0.566,-0.433],[-1.133,-0.333],[-1.033,0.133],[-1.233,1],[-1.4,-0.366],[-0.067,-0.4],[-0.533,-1.8],[-1.7,-0.767],[-1.067,0.4],[-0.067,0.067],[-1.697,-0.329],[0.102,-1.248],[-0.143,-0.268],[-0.633,0.133],[0,0],[0,0.042],[0,0],[-4.028,-0.128],[-2.3,0.8],[-1.1,1.132],[-0.433,1.799],[0.367,1.3],[0.764,0.877],[-0.293,-0.005],[-3.433,-0.366],[-0.167,-0.233],[-0.166,-0.333],[0,0],[4.4,-0.4],[5.133,-0.233],[0,0],[0.756,-0.06],[0.442,0],[0.252,0.009],[1.133,0.034],[0.933,-0.1],[0.633,-0.5],[0.167,-0.666],[0.1,-3.933],[-0.067,-1.266],[-0.267,-1.066],[-0.867,-0.7],[-8.367,-0.2],[-2.633,0.1],[-3.467,-0.066],[-2.2,-0.067],[-0.967,0.2],[-0.333,0.4]],"v":[[-48.475,-48.225],[-48.075,-42.175],[-46.975,-36.275],[-46.375,-33.225],[-46.225,-32.175],[-45.825,-30.275],[-45.575,-28.325],[-45.625,-25.375],[-45.075,-21.875],[-44.025,-19.925],[-42.425,-19.625],[-33.975,-21.075],[-33.425,-21.325],[-31.675,-21.475],[-31.325,-17.125],[-29.875,-3.374],[-29.225,1.825],[-29.025,2.975],[-40.175,3.175],[-41.975,3.725],[-42.425,4.925],[-42.225,11.175],[-41.125,13.075],[-39.625,13.475],[-38.075,13.225],[-34.175,12.775],[-37.925,28.376],[-39.225,36.525],[-39.925,40.925],[-41.025,47.325],[-41.125,47.675],[-45.025,48.075],[-46.425,48.525],[-46.775,49.376],[-46.425,50.225],[-44.725,50.675],[-38.825,50.575],[-37.675,50.425],[-36.675,48.626],[-36.675,47.925],[-37.475,47.525],[-38.475,47.425],[-35.775,28.675],[-35.075,24.626],[-32.475,12.675],[-28.275,12.725],[-18.325,13.325],[-7.375,13.275],[-7.425,13.425],[-9.325,20.075],[-9.775,21.876],[-10.575,26.075],[-15.625,27.075],[-16.975,27.376],[-19.375,27.825],[-20.975,27.825],[-26.675,28.275],[-29.825,28.325],[-31.375,28.525],[-31.725,28.775],[-31.975,29.075],[-31.825,30.025],[-31.075,30.275],[-30.875,30.275],[-30.775,30.275],[-30.125,30.175],[-29.575,30.225],[-23.825,30.075],[-18.675,29.626],[-17.275,29.425],[-16.525,29.275],[-11.075,28.425],[-11.625,31.275],[-12.825,31.425],[-15.575,32.275],[-21.675,31.275],[-29.725,30.675],[-33.475,30.025],[-34.825,29.876],[-35.225,30.025],[-35.475,30.275],[-35.575,30.575],[-35.625,31.126],[-35.675,31.725],[-35.575,31.925],[-35.525,32.025],[-12.225,34.425],[-14.525,46.225],[-17.675,46.876],[-18.825,47.475],[-18.975,48.126],[-18.625,48.825],[-17.325,49.325],[-15.925,49.325],[-14.125,49.525],[-13.075,49.575],[-12.125,49.075],[-11.475,48.675],[-11.025,48.175],[-11.025,47.376],[-11.475,46.275],[-12.275,45.876],[-10.075,34.626],[-0.975,34.925],[-0.325,34.525],[-0.275,33.775],[-0.325,33.325],[-0.425,33.025],[-9.725,32.675],[-8.425,32.275],[-5.075,31.876],[-2.925,31.626],[-0.125,31.275],[0.125,32.425],[0.375,33.175],[0.375,33.275],[0.675,35.025],[1.375,38.775],[3.375,48.325],[3.575,49.175],[0.875,49.525],[-0.475,50.025],[-0.975,51.325],[-0.125,52.175],[1.175,52.325],[8.475,52.325],[9.475,52.025],[9.775,51.225],[9.675,50.225],[8.825,49.725],[6.475,49.325],[6.425,49.175],[5.675,48.325],[5.025,46.325],[2.925,34.975],[3.975,34.825],[4.175,34.675],[22.225,31.876],[25.975,31.025],[30.825,30.025],[30.625,29.425],[28.875,29.325],[26.175,29.675],[23.525,30.175],[21.475,30.475],[17.225,30.925],[15.675,31.175],[13.475,31.825],[12.925,31.775],[9.175,32.475],[5.125,33.175],[2.475,33.025],[2.025,31.025],[10.425,29.925],[11.475,29.675],[12.575,29.225],[14.475,29.225],[17.975,29.275],[19.875,29.275],[24.775,29.275],[26.075,29.275],[30.175,28.876],[31.725,29.325],[32.375,29.575],[33.575,30.126],[33.775,31.175],[34.225,33.025],[36.475,41.825],[38.375,47.575],[37.925,47.575],[36.925,48.025],[36.875,48.925],[37.475,49.725],[39.325,50.225],[40.525,51.025],[41.225,50.626],[41.375,50.475],[42.675,50.675],[46.025,50.876],[47.975,50.275],[48.475,49.376],[48.275,48.425],[46.875,47.925],[41.325,47.575],[41.075,47.575],[36.975,35.376],[35.875,30.876],[35.525,29.325],[35.725,28.725],[35.725,28.376],[35.575,27.925],[35.175,27.575],[34.575,24.175],[33.175,17.475],[32.175,13.575],[31.675,10.575],[32.675,10.425],[36.275,9.175],[37.325,6.876],[37.375,4.225],[36.775,2.626],[35.325,2.425],[29.575,2.876],[30.525,-1.725],[31.275,-7.124],[30.475,-12.374],[28.975,-14.825],[26.425,-15.975],[23.175,-16.275],[19.475,-14.374],[16.725,-11.675],[13.575,-12.675],[13.375,-13.775],[9.975,-17.725],[4.775,-17.925],[1.625,-15.925],[1.475,-15.725],[-2.925,-16.375],[-2.425,-21.525],[-3.125,-22.025],[-4.225,-20.975],[-4.325,-20.725],[-4.375,-20.625],[-4.675,-16.475],[-16.425,-14.575],[-21.775,-11.374],[-23.875,-7.374],[-23.425,-1.075],[-21.875,1.925],[-18.275,3.876],[-19.125,3.825],[-27.075,3.075],[-27.425,2.525],[-27.725,1.225],[-30.275,-21.625],[-18.625,-22.475],[-4.225,-22.575],[-4.225,-22.525],[-2.175,-22.575],[-1.075,-22.425],[-0.325,-22.375],[2.175,-22.375],[4.375,-23.225],[5.675,-25.425],[5.925,-28.075],[5.425,-45.525],[5.025,-48.475],[3.625,-50.975],[-1.025,-52.125],[-21.625,-52.025],[-31.325,-51.375],[-41.075,-51.575],[-45.825,-51.375],[-47.875,-50.325]],"c":true}},"nm":"Path 11","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[171.11,215.693],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":13,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":31,"ty":4,"nm":"Shape Layer 3","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[200,200,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[92,20],[97.75,-62],[-56,-28],[-104,-2],[-3.374,140.017]],"o":[[-53.379,-11.604],[-122.832,77.909],[56,28],[104,2],[4,-166]],"v":[[138,-176],[-201.75,-146],[-219,164],[64,170],[278,36]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.67,0.76,1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[168.7,146.159],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1}],"v":"4.5.0","ddd":0,"ip":0,"op":300,"fr":30,"w":400,"h":400} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/octopus.json b/ohos/flutter_lottie/assets/lottiefiles/octopus.json new file mode 100644 index 0000000000000000000000000000000000000000..be62b592ec18034414f49390c0c0da50e260760a --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/octopus.json @@ -0,0 +1 @@ +{"v":"4.5.7","fr":29.9700012207031,"ip":30.0000012219251,"op":160.000006516934,"w":800,"h":600,"ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"middle","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[150.375,266,0]},"a":{"a":0,"k":[-3.5,-51,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-4.875,-167.5],[-4.125,-37]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.581],"y":[0]},"n":["0p667_1_0p581_0"],"t":20,"s":[40],"e":[80]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":40,"s":[80],"e":[74]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":50,"s":[74],"e":[80]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":70,"s":[80],"e":[74]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":90,"s":[74],"e":[80]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":110,"s":[80],"e":[74]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":130,"s":[74],"e":[80]},{"i":{"x":[0.364],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p364_1_0p333_0"],"t":137,"s":[80],"e":[40]},{"t":145.000005905971}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.674],"y":[1]},"o":{"x":[0.697],"y":[0]},"n":["0p674_1_0p697_0"],"t":20,"s":[80],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0.333]},"n":["0p833_0p833_0p333_0p333"],"t":36,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0.333]},"n":["0p833_0p833_0p333_0p333"],"t":50,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0.333]},"n":["0p833_0p833_0p333_0p333"],"t":130,"s":[100],"e":[100]},{"i":{"x":[0.323],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p323_1_0p333_0"],"t":137,"s":[100],"e":[80]},{"t":145.000005905971}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0.41,0.27,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":14},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"}],"ip":0,"op":1798.00007323404,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"line","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[148,314.455,0]},"a":{"a":0,"k":[-140,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.393,"y":1},"o":{"x":0.645,"y":0},"n":"0p393_1_0p645_0","t":20,"s":[{"i":[[0,0],[0,-3.005],[-21.785,0],[0,0],[0,0],[-20.481,0],[0,-20.481],[0,0],[-23.132,0],[0,0],[0,0]],"o":[[0,0],[0,3.251],[23.004,0],[0,0],[0,-20.481],[20.48,0],[0,0],[0,0],[23.132,0],[0,0],[0,0]],"v":[[-225.83,-67.954],[-225.83,-58.756],[-200.046,-34.513],[-175.201,-58.756],[-175.379,-229.249],[-138.141,-266.487],[-100.904,-229.249],[-100.726,-58.756],[-75.531,-34.513],[-50.17,-58.756],[-50.17,-67.954]],"c":false}],"e":[{"i":[[0,0],[0,-3.005],[-21.785,0],[0,0],[0,0],[-20.481,0],[0,-20.481],[0,0],[-23.132,0],[0,0],[0,0]],"o":[[0,0],[0,3.251],[23.004,0],[0,0],[0,-20.481],[20.48,0],[0,0],[0,0],[23.132,0],[0,0],[0,0]],"v":[[-224.58,-68.005],[-224.58,-58.807],[-200.046,-34.513],[-175.201,-58.756],[-175.201,-120.249],[-137.963,-157.487],[-100.726,-120.249],[-100.726,-58.756],[-75.531,-34.513],[-51.42,-58.807],[-51.42,-68.005]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":50,"s":[{"i":[[0,0],[0,-3.005],[-21.785,0],[0,0],[0,0],[-20.481,0],[0,-20.481],[0,0],[-23.132,0],[0,0],[0,0]],"o":[[0,0],[0,3.251],[23.004,0],[0,0],[0,-20.481],[20.48,0],[0,0],[0,0],[23.132,0],[0,0],[0,0]],"v":[[-224.58,-68.005],[-224.58,-58.807],[-200.046,-34.513],[-175.201,-58.756],[-175.201,-120.249],[-137.963,-157.487],[-100.726,-120.249],[-100.726,-58.756],[-75.531,-34.513],[-51.42,-58.807],[-51.42,-68.005]],"c":false}],"e":[{"i":[[0,0],[0,-3.005],[-21.785,0],[0,0],[0,0],[-20.481,0],[0,-20.481],[0,0],[-23.132,0],[0,0],[0,0]],"o":[[0,0],[0,3.251],[23.004,0],[0,0],[0,-20.481],[20.48,0],[0,0],[0,0],[23.132,0],[0,0],[0,0]],"v":[[-224.58,-68.005],[-224.58,-58.807],[-200.046,-34.513],[-175.201,-58.756],[-175.201,-120.249],[-137.963,-157.487],[-100.726,-120.249],[-100.726,-58.756],[-75.531,-34.513],[-51.42,-58.807],[-51.42,-68.005]],"c":false}]},{"i":{"x":0.406,"y":1},"o":{"x":0.675,"y":0},"n":"0p406_1_0p675_0","t":130,"s":[{"i":[[0,0],[0,-3.005],[-21.785,0],[0,0],[0,0],[-20.481,0],[0,-20.481],[0,0],[-23.132,0],[0,0],[0,0]],"o":[[0,0],[0,3.251],[23.004,0],[0,0],[0,-20.481],[20.48,0],[0,0],[0,0],[23.132,0],[0,0],[0,0]],"v":[[-224.58,-68.005],[-224.58,-58.807],[-200.046,-34.513],[-175.201,-58.756],[-175.201,-120.249],[-137.963,-157.487],[-100.726,-120.249],[-100.726,-58.756],[-75.531,-34.513],[-51.42,-58.807],[-51.42,-68.005]],"c":false}],"e":[{"i":[[0,0],[0,-3.005],[-21.785,0],[0,0],[0,0],[-20.481,0],[0,-20.481],[0,0],[-23.132,0],[0,0],[0,0]],"o":[[0,0],[0,3.251],[23.004,0],[0,0],[0,-20.481],[20.48,0],[0,0],[0,0],[23.132,0],[0,0],[0,0]],"v":[[-225.83,-67.954],[-225.83,-58.756],[-200.046,-34.513],[-175.201,-58.756],[-175.379,-229.249],[-138.141,-266.487],[-100.904,-229.249],[-100.726,-58.756],[-75.531,-34.513],[-50.17,-58.756],[-50.17,-67.954]],"c":false}]},{"t":145.000005905971}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.828],"y":[0]},"n":["0p667_1_0p828_0"],"t":20,"s":[14],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":50,"s":[0],"e":[2]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":70,"s":[2],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":90,"s":[0],"e":[2]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":110,"s":[2],"e":[0]},{"i":{"x":[0.234],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p234_1_0p333_0"],"t":130,"s":[0],"e":[14]},{"t":145.000005905971}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.818],"y":[0]},"n":["0p667_1_0p818_0"],"t":20,"s":[86],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":50,"s":[100],"e":[98]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":70,"s":[98],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":90,"s":[100],"e":[98]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":110,"s":[98],"e":[100]},{"i":{"x":[0.18],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p18_1_0p333_0"],"t":130,"s":[100],"e":[86]},{"t":145.000005905971}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0.41,0.27,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":14},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"}],"ip":0,"op":1798.00007323404,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"eye","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":70,"s":[0],"e":[120]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":80,"s":[120],"e":[0]},{"t":90.0000036657751}]},"p":{"a":1,"k":[{"i":{"x":0.375,"y":1},"o":{"x":0.687,"y":0},"n":"0p375_1_0p687_0","t":20,"s":[150.125,87.5,0],"e":[150.125,196,0],"to":[0,18.0833339691162,0],"ti":[0,-18.0833339691162,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":50,"s":[150.125,196,0],"e":[150.125,196,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.352,"y":1},"o":{"x":0.594,"y":0},"n":"0p352_1_0p594_0","t":130,"s":[150.125,196,0],"e":[150.125,87.5,0],"to":[0,-18.0833339691162,0],"ti":[0,18.0833339691162,0]},{"t":145.000005905971}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"s","pt":{"a":0,"k":{"i":[[3.59,0],[0,-3.59],[-3.59,0],[0,3.59]],"o":[[-3.59,0],[0,3.59],[3.59,0],[0,-3.59]],"v":[[-6.5,-0.25],[-13,6.25],[-6.5,12.75],[0,6.25]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"shapes":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":96,"s":[{"i":[[0,-6.489],[6.489,0],[0,6.489],[-6.489,0]],"o":[[0,6.489],[-6.489,0],[0,-6.489],[6.489,0]],"v":[[11.75,0],[0,11.75],[-11.75,0],[0,-11.75]],"c":true}],"e":[{"i":[[0,0],[6.489,0],[0,0],[-6.489,0]],"o":[[0,0],[-6.489,0],[0,0],[6.489,0]],"v":[[11.75,-0.125],[0,-0.125],[-11.75,-0.125],[0,-0.125]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":101,"s":[{"i":[[0,0],[6.489,0],[0,0],[-6.489,0]],"o":[[0,0],[-6.489,0],[0,0],[6.489,0]],"v":[[11.75,-0.125],[0,-0.125],[-11.75,-0.125],[0,-0.125]],"c":true}],"e":[{"i":[[0,-6.489],[6.489,0],[0,6.489],[-6.489,0]],"o":[[0,6.489],[-6.489,0],[0,-6.489],[6.489,0]],"v":[[11.75,0],[0,11.75],[-11.75,0],[0,-11.75]],"c":true}]},{"t":106.000004317469}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.41,0.27,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":1798.00007323404,"st":0,"bm":0,"sr":1}]}],"layers":[{"ddd":0,"ind":0,"ty":0,"nm":"octopus","refId":"comp_0","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.467,"y":1},"o":{"x":0.534,"y":0},"n":"0p467_1_0p534_0","t":30,"s":[402,230.066,0],"e":[402,-391.934,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.467,"y":0.467},"o":{"x":0.333,"y":0.333},"n":"0p467_0p467_0p333_0p333","t":60,"s":[402,-391.934,0],"e":[402,-391.934,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.467,"y":1},"o":{"x":0.333,"y":0},"n":"0p467_1_0p333_0","t":80,"s":[402,-391.934,0],"e":[402,-400.434,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.467,"y":1},"o":{"x":0.333,"y":0},"n":"0p467_1_0p333_0","t":100,"s":[402,-400.434,0],"e":[402,-391.934,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.467,"y":1},"o":{"x":0.333,"y":0},"n":"0p467_1_0p333_0","t":120,"s":[402,-391.934,0],"e":[402,-400.434,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.467,"y":1},"o":{"x":0.333,"y":0},"n":"0p467_1_0p333_0","t":140,"s":[402,-400.434,0],"e":[402,-391.934,0],"to":[0,0,0],"ti":[0,0,0]},{"t":160.000006516934}]},"a":{"a":0,"k":[150,150,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"ef":[{"ty":5,"nm":"CC Cross Blur","mn":"CS CrossBlur","ix":1,"en":1,"ef":[{"ty":0,"nm":"Radius X","mn":"CS CrossBlur-0001","ix":1,"v":{"a":0,"k":0}},{"ty":0,"nm":"Radius Y","mn":"CS CrossBlur-0002","ix":2,"v":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":30,"s":[0],"e":[16]},{"t":45.0000018328876}]}},{"ty":7,"nm":"Transfer Mode","mn":"CS CrossBlur-0003","ix":3,"v":{"a":0,"k":1}},{"ty":7,"nm":"Repeat Edge Pixels","mn":"CS CrossBlur-0004","ix":4,"v":{"a":0,"k":0}}]}],"w":300,"h":300,"ip":-100.000004073084,"op":1698.00006916096,"st":-100.000004073084,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":0,"nm":"octopus2","parent":0,"refId":"comp_0","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[150,771.934,0]},"a":{"a":0,"k":[150,150,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"ef":[{"ty":5,"nm":"CC Cross Blur","mn":"CS CrossBlur","ix":1,"en":1,"ef":[{"ty":0,"nm":"Radius X","mn":"CS CrossBlur-0001","ix":1,"v":{"a":0,"k":0}},{"ty":0,"nm":"Radius Y","mn":"CS CrossBlur-0002","ix":2,"v":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":45,"s":[16],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":60,"s":[0],"e":[8]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":68,"s":[8],"e":[0]},{"t":75.0000030548126}]}},{"ty":7,"nm":"Transfer Mode","mn":"CS CrossBlur-0003","ix":3,"v":{"a":0,"k":1}},{"ty":7,"nm":"Repeat Edge Pixels","mn":"CS CrossBlur-0004","ix":4,"v":{"a":0,"k":0}}]}],"w":300,"h":300,"ip":30.0000012219251,"op":1828.00007445597,"st":30.0000012219251,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/ofrenda.json b/ohos/flutter_lottie/assets/lottiefiles/ofrenda.json new file mode 100644 index 0000000000000000000000000000000000000000..d833b8a1c19769f5cabc0aff7157ba6453a15b88 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/ofrenda.json @@ -0,0 +1 @@ +{"v":"5.1.16","fr":10,"ip":0,"op":45,"w":800,"h":800,"nm":"Renders","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":0,"nm":"cup holder","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":3.6,"s":[578,318,0],"e":[578,302,0],"to":[0,-2.66666674613953,0],"ti":[0,-4,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":13.6,"s":[578,302,0],"e":[578,342,0],"to":[0,4,0],"ti":[0,-2.66666674613953,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":22.4,"s":[578,342,0],"e":[578,318,0],"to":[0,2.66666674613953,0],"ti":[0,4,0]},{"t":34.4}],"ix":2},"a":{"a":0,"k":[609.195,287.356,0],"ix":1},"s":{"a":0,"k":[87,87,100],"ix":6}},"ao":0,"w":800,"h":800,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"marigold movers","refId":"comp_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[390,348,0],"ix":2},"a":{"a":0,"k":[386.842,521.053,0],"ix":1},"s":{"a":0,"k":[76,76,100],"ix":6}},"ao":0,"w":800,"h":800,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":0,"nm":"Bottle Brown","refId":"comp_4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":3.6,"s":[17],"e":[-7]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":13.6,"s":[-7],"e":[18]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":22.4,"s":[18],"e":[17]},{"t":34.4}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":3.6,"s":[600,237,0],"e":[592,225,0],"to":[-1.33333337306976,-2,0],"ti":[2,-4,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":13.6,"s":[592,225,0],"e":[588,261,0],"to":[-2,4,0],"ti":[-1.33333337306976,-2,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":22.4,"s":[588,261,0],"e":[600,237,0],"to":[1.33333337306976,2,0],"ti":[-2,4,0]},{"t":34.4}],"ix":2},"a":{"a":0,"k":[18.799,119.329,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":800,"h":800,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":0,"nm":"oranges box","refId":"comp_5","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":0,"s":[356,302,0],"e":[356,290,0],"to":[0,-2,0],"ti":[0,-1.33333337306976,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":14.8,"s":[356,290,0],"e":[356,310,0],"to":[0,1.33333337306976,0],"ti":[0,-2,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":24.8,"s":[356,310,0],"e":[356,302,0],"to":[0,2,0],"ti":[0,1.33333337306976,0]},{"t":40}],"ix":2},"a":{"a":0,"k":[397.368,292.105,0],"ix":1},"s":{"a":0,"k":[76,76,100],"ix":6}},"ao":0,"w":800,"h":800,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":0,"nm":"Branch","refId":"comp_6","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":0,"s":[210,296,0],"e":[210,276,0],"to":[-0.82363587617874,0,0],"ti":[1.74299585819244,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":8,"s":[210,276,0],"e":[210,313.345,0],"to":[-2.5394434928894,0,0],"ti":[2.91740655899048,-4.77227210998535,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":24,"s":[210,313.345,0],"e":[210,296,0],"to":[-3.18415355682373,5.20861530303955,0],"ti":[1.30970799922943,0,0]},{"t":40}],"ix":2},"a":{"a":0,"k":[304,226,0],"ix":1},"s":{"a":0,"k":[88,88,100],"ix":6}},"ao":0,"w":800,"h":800,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":0,"nm":"Bottle Brown","refId":"comp_4","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":6,"s":[464,283,0],"e":[464,255,0],"to":[0,-4.66666650772095,0],"ti":[0,-1.66666662693024,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":14.4,"s":[464,255,0],"e":[464,293,0],"to":[0,1.66666662693024,0],"ti":[0,-4.66666650772095,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":28.8,"s":[464,293,0],"e":[464,283,0],"to":[0,4.66666650772095,0],"ti":[0,1.66666662693024,0]},{"t":37.2}],"ix":2},"a":{"a":0,"k":[13,73,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":800,"h":800,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":0,"nm":"Candel Copy 2","refId":"comp_7","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":5.2,"s":[514.643,286.464,0],"e":[514.643,270.464,0],"to":[0,-2.66666674613953,0],"ti":[0,-2,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":15.2,"s":[514.643,270.464,0],"e":[514.643,298.464,0],"to":[0,2,0],"ti":[0,-2.66666674613953,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":26,"s":[514.643,298.464,0],"e":[514.643,286.464,0],"to":[0,2.66666674613953,0],"ti":[0,2,0]},{"t":37.2}],"ix":2},"a":{"a":0,"k":[14,71.5,0],"ix":1},"s":{"a":0,"k":[58.08,54.587,100],"ix":6}},"ao":0,"w":28,"h":143,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":0,"nm":"Candle","refId":"comp_8","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":5.2,"s":[302,254,0],"e":[302,228,0],"to":[0,-4.33333349227905,0],"ti":[0,-2.33333325386047,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":14.8,"s":[302,228,0],"e":[302,268,0],"to":[0,2.33333325386047,0],"ti":[0,-4.33333349227905,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":28,"s":[302,268,0],"e":[302,254,0],"to":[0,4.33333349227905,0],"ti":[0,2.33333325386047,0]},{"t":37.2}],"ix":2},"a":{"a":0,"k":[496,166,0],"ix":1},"s":{"a":0,"k":[72,72,100],"ix":6}},"ao":0,"w":800,"h":800,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":0,"nm":"Candel Copy 2","refId":"comp_7","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":5.2,"s":[398.643,254.464,0],"e":[398.643,238.464,0],"to":[0,-2.66666674613953,0],"ti":[0,-2,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":15.2,"s":[398.643,238.464,0],"e":[398.643,266.464,0],"to":[0,2,0],"ti":[0,-2.66666674613953,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":26,"s":[398.643,266.464,0],"e":[398.643,254.464,0],"to":[0,2.19286465644836,0],"ti":[0,0.35535156726837,0]},{"t":37.2}],"ix":2},"a":{"a":0,"k":[14,139.27,0],"ix":1},"s":{"a":0,"k":[48,45.113,100],"ix":6}},"ao":0,"w":28,"h":143,"ip":0,"op":150,"st":0,"bm":0}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Combined Shape 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[643.457,219.92,0],"ix":2},"a":{"a":0,"k":[21.943,52.64,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[5.34,-0.21]],"o":[[0,0],[0,0],[0,5.69],[0,0]],"v":[[0,0],[9.6,0],[9.6,12.48],[0,23.03]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.756862998009,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[457.143,457.143],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Combined Shape","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[597.743,219.92,0],"ix":2},"a":{"a":0,"k":[23.771,52.64,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.13,0],[0,5.83],[0,0]],"o":[[0,0],[-0.13,0.01],[-5.53,0],[0,0],[0,0]],"v":[[10.4,0],[10.4,23.02],[10.01,23.03],[0,12.48],[0,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.901961028576,0.631372988224,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[457.143,457.143],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Rectangle 22","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[617.857,162.457,0],"ix":2},"a":{"a":0,"k":[54.857,9.394,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[0,0],[24,0],[24,4.11],[0,4.11]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.901961028576,0.631372988224,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[457.143,457.143],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Rectangle 22 Copy 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[619.686,263.189,0],"ix":2},"a":{"a":0,"k":[23.771,31.954,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[2.6,0],[7.8,0],[10.4,13.98],[0,13.98]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.756862998009,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[457.143,457.143],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0}]},{"id":"comp_2","layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Marigold","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":360,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[293,543,0],"e":[293,523,0],"to":[0,-3.33333325386047,0],"ti":[0,-1.66666662693024,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":12.4,"s":[293,523,0],"e":[293,553,0],"to":[0,1.66666662693024,0],"ti":[-2.14110218270391e-12,-3.33333325386047,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":24,"s":[293,553,0],"e":[293,543,0],"to":[2.14110218270391e-12,3.33333325386047,0],"ti":[-2.14110218270391e-12,1.66666662693024,0]},{"t":40}],"ix":2},"a":{"a":0,"k":[861.291,713,0],"ix":1},"s":{"a":0,"k":[37.997,37.997,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"Marigold","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":360,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[133,512,0],"e":[133,492,0],"to":[0,-3.33333325386047,0],"ti":[0,-1.66666662693024,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":14,"s":[133,492,0],"e":[133,522,0],"to":[0,1.66666662693024,0],"ti":[-2.14110218270391e-12,-3.33333325386047,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":26.8,"s":[133,522,0],"e":[133,512,0],"to":[2.14110218270391e-12,3.33333325386047,0],"ti":[-2.14110218270391e-12,1.66666662693024,0]},{"t":40}],"ix":2},"a":{"a":0,"k":[861.291,713,0],"ix":1},"s":{"a":0,"k":[78.401,78.401,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":0,"nm":"Marigold","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":360,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":3.6,"s":[669,507,0],"e":[669,487,0],"to":[0,-3.33333325386047,0],"ti":[0,-1.66666662693024,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":12.4,"s":[669,487,0],"e":[669,517,0],"to":[0,1.66666662693024,0],"ti":[-2.14110218270391e-12,-3.33333325386047,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":24,"s":[669,517,0],"e":[669,507,0],"to":[2.14110218270391e-12,3.33333325386047,0],"ti":[-2.14110218270391e-12,1.66666662693024,0]},{"t":40}],"ix":2},"a":{"a":0,"k":[861.291,713,0],"ix":1},"s":{"a":0,"k":[76.38,76.38,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":0,"nm":"Marigold","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":360,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":2.8,"s":[339,512,0],"e":[339,492,0],"to":[0,-3.33333325386047,0],"ti":[0,-1.66666662693024,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":10,"s":[339,492,0],"e":[339,522,0],"to":[0,1.66666662693024,0],"ti":[-2.14110218270391e-12,-3.33333325386047,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":28.8,"s":[339,522,0],"e":[339,512,0],"to":[2.14110218270391e-12,3.33333325386047,0],"ti":[-2.14110218270391e-12,1.66666662693024,0]},{"t":40}],"ix":2},"a":{"a":0,"k":[861.291,713,0],"ix":1},"s":{"a":0,"k":[100.623,100.623,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":0,"nm":"Marigold","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":360,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":1.6,"s":[583,543,0],"e":[583,523,0],"to":[0,-3.33333325386047,0],"ti":[0,-1.66666662693024,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":14.8,"s":[583,523,0],"e":[583,553,0],"to":[0,1.66666662693024,0],"ti":[-2.14110218270391e-12,-3.33333325386047,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":26.8,"s":[583,553,0],"e":[583,543,0],"to":[2.14110218270391e-12,3.33333325386047,0],"ti":[-2.14110218270391e-12,1.66666662693024,0]},{"t":40}],"ix":2},"a":{"a":0,"k":[861.291,713,0],"ix":1},"s":{"a":0,"k":[37.997,37.997,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":0,"nm":"Marigold","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":360,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[214,539,0],"e":[214,519,0],"to":[0,-3.33333325386047,0],"ti":[0,-1.66666662693024,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":12.4,"s":[214,519,0],"e":[214,549,0],"to":[0,1.66666662693024,0],"ti":[-2.14110218270391e-12,-3.33333325386047,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":24,"s":[214,549,0],"e":[214,539,0],"to":[2.14110218270391e-12,3.33333325386047,0],"ti":[-2.14110218270391e-12,1.66666662693024,0]},{"t":40}],"ix":2},"a":{"a":0,"k":[861.291,713,0],"ix":1},"s":{"a":0,"k":[37.997,37.997,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":0,"nm":"Marigold","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":360,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":2.8,"s":[618,512,0],"e":[618,492,0],"to":[0,-3.33333325386047,0],"ti":[0,-1.66666662693024,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":10.8,"s":[618,492,0],"e":[618,522,0],"to":[0,1.66666662693024,0],"ti":[-2.14110218270391e-12,-3.33333325386047,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":24,"s":[618,522,0],"e":[618,512,0],"to":[2.14110218270391e-12,3.33333325386047,0],"ti":[-2.14110218270391e-12,1.66666662693024,0]},{"t":40}],"ix":2},"a":{"a":0,"k":[861.291,713,0],"ix":1},"s":{"a":0,"k":[78.401,78.401,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":0,"nm":"Marigold","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":360,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":4.4,"s":[536,539,0],"e":[536,519,0],"to":[0,-3.33333325386047,0],"ti":[0,-1.66666662693024,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":14.4,"s":[536,519,0],"e":[536,549,0],"to":[0,1.66666662693024,0],"ti":[-2.14110218270391e-12,-3.33333325386047,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":26.8,"s":[536,549,0],"e":[536,539,0],"to":[2.14110218270391e-12,3.33333325386047,0],"ti":[-2.14110218270391e-12,1.66666662693024,0]},{"t":40}],"ix":2},"a":{"a":0,"k":[861.291,713,0],"ix":1},"s":{"a":0,"k":[56.178,56.178,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":0,"nm":"Marigold","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":360,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":2.4,"s":[566,509,0],"e":[566,489,0],"to":[0,-3.33333325386047,0],"ti":[0,-1.66666662693024,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":15.2,"s":[566,489,0],"e":[566,519,0],"to":[0,1.66666662693024,0],"ti":[-2.14110218270391e-12,-3.33333325386047,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":29.6,"s":[566,519,0],"e":[566,509,0],"to":[2.14110218270391e-12,3.33333325386047,0],"ti":[-2.14110218270391e-12,1.66666662693024,0]},{"t":40}],"ix":2},"a":{"a":0,"k":[861.291,713,0],"ix":1},"s":{"a":0,"k":[56.178,56.178,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":0,"nm":"Marigold","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":360,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":1.2,"s":[516,507,0],"e":[516,487,0],"to":[0,-3.33333325386047,0],"ti":[0,-1.66666662693024,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":14,"s":[516,487,0],"e":[516,517,0],"to":[0,1.66666662693024,0],"ti":[-2.14110218270391e-12,-3.33333325386047,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":22.8,"s":[516,517,0],"e":[516,507,0],"to":[2.14110218270391e-12,3.33333325386047,0],"ti":[-2.14110218270391e-12,1.66666662693024,0]},{"t":40}],"ix":2},"a":{"a":0,"k":[861.291,713,0],"ix":1},"s":{"a":0,"k":[56.178,56.178,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":0,"nm":"Marigold","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":360,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[186,507,0],"e":[186,487,0],"to":[0,-3.33333325386047,0],"ti":[0,-1.66666662693024,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":18,"s":[186,487,0],"e":[186,517,0],"to":[0,1.66666662693024,0],"ti":[-2.14110218270391e-12,-3.33333325386047,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30.8,"s":[186,517,0],"e":[186,507,0],"to":[2.14110218270391e-12,3.33333325386047,0],"ti":[-2.14110218270391e-12,1.66666662693024,0]},{"t":40}],"ix":2},"a":{"a":0,"k":[861.291,713,0],"ix":1},"s":{"a":0,"k":[56.178,56.178,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":0,"nm":"Marigold","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":360,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":3.2,"s":[226,512,0],"e":[226,492,0],"to":[0,-3.33333325386047,0],"ti":[0,-1.66666662693024,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":12.4,"s":[226,492,0],"e":[226,522,0],"to":[0,1.66666662693024,0],"ti":[-2.14110218270391e-12,-3.33333325386047,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":24,"s":[226,522,0],"e":[226,512,0],"to":[2.14110218270391e-12,3.33333325386047,0],"ti":[-2.14110218270391e-12,1.66666662693024,0]},{"t":40}],"ix":2},"a":{"a":0,"k":[861.291,713,0],"ix":1},"s":{"a":0,"k":[56.178,56.178,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":0,"nm":"Marigold","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":360,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":2,"s":[273,512,0],"e":[273,492,0],"to":[0,-3.33333325386047,0],"ti":[0,-1.66666662693024,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":10.4,"s":[273,492,0],"e":[273,522,0],"to":[0,1.66666662693024,0],"ti":[-2.14110218270391e-12,-3.33333325386047,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":27.2,"s":[273,522,0],"e":[273,512,0],"to":[2.14110218270391e-12,3.33333325386047,0],"ti":[-2.14110218270391e-12,1.66666662693024,0]},{"t":40}],"ix":2},"a":{"a":0,"k":[861.291,713,0],"ix":1},"s":{"a":0,"k":[78.401,78.401,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":0,"nm":"Marigold","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":360,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0.8,"s":[416,548,0],"e":[416,528,0],"to":[0,-3.33333325386047,0],"ti":[0,-1.66666662693024,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":13.6,"s":[416,528,0],"e":[416,558,0],"to":[0,1.66666662693024,0],"ti":[-2.14110218270391e-12,-3.33333325386047,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":24,"s":[416,558,0],"e":[416,548,0],"to":[2.14110218270391e-12,3.33333325386047,0],"ti":[-2.14110218270391e-12,1.66666662693024,0]},{"t":40}],"ix":2},"a":{"a":0,"k":[861.291,713,0],"ix":1},"s":{"a":0,"k":[52.129,52.129,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":0,"nm":"Marigold","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":360,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[288,555,0],"e":[288,535,0],"to":[0,-3.33333325386047,0],"ti":[0,-1.66666662693024,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":12.4,"s":[288,535,0],"e":[288,565,0],"to":[0,1.66666662693024,0],"ti":[-2.14110218270391e-12,-3.33333325386047,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":29.6,"s":[288,565,0],"e":[288,555,0],"to":[2.14110218270391e-12,3.33333325386047,0],"ti":[-2.14110218270391e-12,1.66666662693024,0]},{"t":40}],"ix":2},"a":{"a":0,"k":[861.291,713,0],"ix":1},"s":{"a":0,"k":[78.401,78.401,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":16,"ty":0,"nm":"Marigold","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":360,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":2.8,"s":[462,512,0],"e":[462,492,0],"to":[0,-3.33333325386047,0],"ti":[0,-1.66666662693024,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":12.4,"s":[462,492,0],"e":[462,522,0],"to":[0,1.66666662693024,0],"ti":[-2.14110218270391e-12,-3.33333325386047,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":26.4,"s":[462,522,0],"e":[462,512,0],"to":[2.14110218270391e-12,3.33333325386047,0],"ti":[-2.14110218270391e-12,1.66666662693024,0]},{"t":40}],"ix":2},"a":{"a":0,"k":[861.291,713,0],"ix":1},"s":{"a":0,"k":[78.401,78.401,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":17,"ty":0,"nm":"Marigold","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":360,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":3.6,"s":[396,512,0],"e":[396,492,0],"to":[0,-3.33333325386047,0],"ti":[0,-1.66666662693024,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":17.2,"s":[396,492,0],"e":[396,522,0],"to":[0,1.66666662693024,0],"ti":[-2.14110218270391e-12,-3.33333325386047,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":28.8,"s":[396,522,0],"e":[396,512,0],"to":[2.14110218270391e-12,3.33333325386047,0],"ti":[-2.14110218270391e-12,1.66666662693024,0]},{"t":40}],"ix":2},"a":{"a":0,"k":[861.291,713,0],"ix":1},"s":{"a":0,"k":[56.178,56.178,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":150,"st":0,"bm":0}]},{"id":"comp_3","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Marigold 4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":270,"ix":10},"p":{"a":0,"k":[838,722.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.886,0,0.5,1,0.822,0,1,1,0.757,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Marigold 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":90,"ix":10},"p":{"a":0,"k":[888,722.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.812,0,0.5,1,0.724,0,1,1,0.635,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Marigold 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":180,"ix":10},"p":{"a":0,"k":[863,742.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.776,0,0.5,1,0.716,0,1,1,0.655,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Marigold","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[863,704,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.812,0,0.5,1,0.724,0,1,1,0.635,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Marigold 7","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":45,"ix":10},"p":{"a":0,"k":[844,741,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.969,0.69,0.02,0.5,0.947,0.58,0.014,1,0.925,0.471,0.008],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Marigold 6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":135,"ix":10},"p":{"a":0,"k":[844,703.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.969,0.69,0.02,0.5,0.947,0.58,0.014,1,0.925,0.471,0.008],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Marigold 9","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-22,"ix":10},"p":{"a":0,"k":[852.5,696,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.886,0,0.5,1,0.822,0,1,1,0.757,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Marigold 8","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":135,"ix":10},"p":{"a":0,"k":[881.5,740,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.969,0.69,0.02,0.5,0.947,0.58,0.014,1,0.925,0.471,0.008],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Marigold 5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":45,"ix":10},"p":{"a":0,"k":[881.5,703.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.969,0.69,0.02,0.5,0.947,0.58,0.014,1,0.925,0.471,0.008],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Marigold 16","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":294,"ix":10},"p":{"a":0,"k":[838.5,712,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.886,0,0.5,1,0.822,0,1,1,0.757,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Marigold 15","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":246,"ix":10},"p":{"a":0,"k":[838.5,733.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.886,0,0.5,1,0.822,0,1,1,0.757,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Marigold 14","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":201,"ix":10},"p":{"a":0,"k":[853.5,745.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.886,0,0.5,1,0.822,0,1,1,0.757,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Marigold 13","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":159,"ix":10},"p":{"a":0,"k":[872,745.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.886,0,0.5,1,0.822,0,1,1,0.757,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"Marigold 12","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":110,"ix":10},"p":{"a":0,"k":[887,731.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.886,0,0.5,1,0.822,0,1,1,0.757,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"Marigold 11","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":72,"ix":10},"p":{"a":0,"k":[887,712,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.886,0,0.5,1,0.822,0,1,1,0.757,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"Marigold 10","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":22,"ix":10},"p":{"a":0,"k":[872.5,696,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.886,0,0.5,1,0.822,0,1,1,0.757,0],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"Marigold 20","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":270,"ix":10},"p":{"a":0,"k":[826.5,722.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.969,0.69,0.02,0.5,0.947,0.58,0.014,1,0.925,0.471,0.008],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"Marigold 19","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":180,"ix":10},"p":{"a":0,"k":[863,753,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.969,0.69,0.02,0.5,0.947,0.58,0.014,1,0.925,0.471,0.008],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"Marigold 18","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":90,"ix":10},"p":{"a":0,"k":[900,722,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.969,0.69,0.02,0.5,0.947,0.58,0.014,1,0.925,0.471,0.008],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":20,"ty":4,"nm":"Marigold 17","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[862.5,689.5,0],"ix":2},"a":{"a":0,"k":[90,180,0],"ix":1},"s":{"a":0,"k":[14.444,14.444,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.47,-4.1],[0,7.36],[-5.47,4.1],[0,-7.36]],"o":[[-5.47,-4.1],[0,-7.36],[5.47,4.1],[0,7.36]],"v":[[9,36],[0,18],[9,0],[18,18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.969,0.69,0.02,0.5,0.947,0.58,0.014,1,0.925,0.471,0.008],"ix":9}},"s":{"a":0,"k":[9.23,1.652],"ix":5},"e":{"a":0,"k":[9.045,36.841],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":[1000,1000],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0}]},{"id":"comp_4","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Rectangle 21 Copy 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[13.737,3.817,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[2.73,1.67],"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":"fl","c":{"a":0,"k":[0.909803986549,0.117646999657,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[457.143,457.143],"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 21 Copy 2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Rectangle 21 Copy 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[13.714,82.766,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[6,5.01],"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":"fl","c":{"a":0,"k":[0.941175997257,0.882353007793,0.698038995266,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[457.143,457.143],"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 21 Copy 3","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Combined Shape","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[13.714,59.429,0],"ix":2},"a":{"a":0,"k":[13.714,59.429,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,-0.72],[0,0],[0.7,0],[0,0],[0,0.72],[0,0],[-0.7,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0.7,0],[0,0],[0,0.72],[0,0],[-0.7,0],[0,0],[0,-0.72],[0,0],[0,0]],"v":[[1.82,10.03],[1.82,0],[4.18,0],[4.18,10.03],[4.73,10.03],[6,11.33],[6,24.7],[4.73,26],[1.27,26],[0,24.7],[0,11.33],[1.27,10.03],[1.82,10.03]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.254902005196,0.019608000293,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[457.143,457.143],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0}]},{"id":"comp_5","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Rectangle 24 Copy","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[323.429,292.857,0],"ix":2},"a":{"a":0,"k":[29.714,32,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[0,0],[13,0],[13,14],[0,14]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.901961028576,0.631372988224,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[457.143,457.143],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Rectangle 24","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[424,292.857,0],"ix":2},"a":{"a":0,"k":[70.857,32,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[0,0],[31,0],[31,14],[0,14]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.756862998009,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[457.143,457.143],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Oval 5 Copy 4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[456,226.571,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[9,9],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925490021706,0.470587998629,0.007842999883,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[457.143,457.143],"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":"Oval 5 Copy 4","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Oval 5 Copy 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[474.286,258.571,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[9,9],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925490021706,0.470587998629,0.007842999883,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[457.143,457.143],"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":"Oval 5 Copy 3","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Oval 5 Copy 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[332.571,258.571,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[9,9],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925490021706,0.470587998629,0.007842999883,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[457.143,457.143],"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":"Oval 5 Copy 2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Oval 5 Copy","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[424,249.429,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[13,13],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925490021706,0.470587998629,0.007842999883,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[457.143,457.143],"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":"Oval 5 Copy","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Oval 5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[373.714,267.714,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[13,13],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925490021706,0.470587998629,0.007842999883,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[457.143,457.143],"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":"Oval 5","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0}]},{"id":"comp_6","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Combined Shape Copy 10","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},"n":"0p833_0p833_0p167_0p167","t":10.8,"s":[282.705,208.357,0],"e":[275.705,168.357,0],"to":[-1.16666662693024,-6.66666650772095,0],"ti":[1.16666662693024,6.66666650772095,0]},{"t":15.6}],"ix":2},"a":{"a":0,"k":[9.59,13.885,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":10.8,"s":[0,0,100],"e":[-100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":15.6,"s":[-100,100,100],"e":[-100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":27.92,"s":[-100,100,100],"e":[100,100,100]},{"t":30.480078125}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.46,1.09],[-0.64,-1.11],[0.47,-1.1],[0.64,1.12]],"o":[[1.18,0.15],[0.64,1.12],[-1.17,-0.15],[-0.64,-1.11]],"v":[[0.31,0],[3.23,1.94],[3.45,5.45],[0.53,3.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929412007332,0.21960799396,0.447059005499,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[509.554,509.554],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Combined Shape Copy 8","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},"n":"0p833_0p833_0p167_0p167","t":6.32,"s":[275.705,110.064,0],"e":[275.705,70.064,0],"to":[0,-6.66666650772095,0],"ti":[0,6.66666650772095,0]},{"t":10.480078125}],"ix":2},"a":{"a":0,"k":[9.59,13.885,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":6.32,"s":[100,100,100],"e":[0,0,100]},{"t":10.480078125}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.46,1.09],[-0.64,-1.11],[0.47,-1.1],[0.64,1.12]],"o":[[1.18,0.15],[0.64,1.12],[-1.17,-0.15],[-0.64,-1.11]],"v":[[0.31,0],[3.23,1.94],[3.45,5.45],[0.53,3.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929412007332,0.21960799396,0.447059005499,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[509.554,509.554],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Combined Shape Copy 7","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},"n":"0p833_0p833_0p167_0p167","t":4.4,"s":[275.705,168.357,0],"e":[275.705,110.064,0],"to":[0,-9.71549606323242,0],"ti":[0,9.71549606323242,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9.84,"s":[275.705,110.064,0],"e":[275.705,110.064,0],"to":[0,0,0],"ti":[0,0,0]},{"t":26}],"ix":2},"a":{"a":0,"k":[9.59,13.885,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":4.4,"s":[100,100,100],"e":[-100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":9.84,"s":[-100,100,100],"e":[-100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":26,"s":[-100,100,100],"e":[100,100,100]},{"t":27.919921875}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.46,1.09],[-0.64,-1.11],[0.47,-1.1],[0.64,1.12]],"o":[[1.18,0.15],[0.64,1.12],[-1.17,-0.15],[-0.64,-1.11]],"v":[[0.31,0],[3.23,1.94],[3.45,5.45],[0.53,3.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929412007332,0.21960799396,0.447059005499,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[509.554,509.554],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Combined Shape Copy 9","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},"n":"0p833_0p833_0p167_0p167","t":10,"s":[313.06,228.818,0],"e":[313.06,198.818,0],"to":[0,-5,0],"ti":[0,5,0]},{"t":14.480078125}],"ix":2},"a":{"a":0,"k":[11.531,11.531,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":10,"s":[100,0,100],"e":[100,100,100]},{"t":14.480078125}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.17,0.16],[-0.91,0.91],[-1.18,-0.17],[0.91,-0.91]],"o":[[-0.17,-1.18],[0.91,-0.91],[0.16,1.17],[-0.91,0.91]],"v":[[0.04,4.49],[1.16,1.16],[4.49,0.04],[3.36,3.36]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929412007332,0.21960799396,0.447059005499,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[509.554,509.554],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Combined Shape","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},"n":"0p833_0p833_0p167_0p167","t":8.48,"s":[313.06,84.831,0],"e":[313.06,54.831,0],"to":[0,-5,0],"ti":[0,5,0]},{"t":16.480078125}],"ix":2},"a":{"a":0,"k":[11.531,11.531,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8.48,"s":[100,100,100],"e":[0,100,100]},{"t":16.480078125}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.17,0.16],[-0.91,0.91],[-1.18,-0.17],[0.91,-0.91]],"o":[[-0.17,-1.18],[0.91,-0.91],[0.16,1.17],[-0.91,0.91]],"v":[[0.04,4.49],[1.16,1.16],[4.49,0.04],[3.36,3.36]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929412007332,0.21960799396,0.447059005499,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[509.554,509.554],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Combined Shape Copy 5","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},"n":"0p833_0p833_0p167_0p167","t":5.28,"s":[313.06,142.258,0],"e":[313.06,84.831,0],"to":[0,-9.57113170623779,0],"ti":[0,9.57113170623779,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13.28,"s":[313.06,84.831,0],"e":[313.06,84.831,0],"to":[0,0,0],"ti":[0,0,0]},{"t":31.76015625}],"ix":2},"a":{"a":0,"k":[11.531,11.531,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":5.28,"s":[100,100,100],"e":[-100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":13.28,"s":[-100,100,100],"e":[-100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":31.76,"s":[-100,100,100],"e":[100,100,100]},{"t":35.6}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.17,0.16],[-0.91,0.91],[-1.18,-0.17],[0.91,-0.91]],"o":[[-0.17,-1.18],[0.91,-0.91],[0.16,1.17],[-0.91,0.91]],"v":[[0.04,4.49],[1.16,1.16],[4.49,0.04],[3.36,3.36]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929412007332,0.21960799396,0.447059005499,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[509.554,509.554],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Combined Shape Copy 6","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},"n":"0p833_0p833_0p167_0p167","t":0.8,"s":[313.06,198.818,0],"e":[313.06,142.258,0],"to":[0,-9.42675018310547,0],"ti":[0,9.42675018310547,0]},{"t":8.8}],"ix":2},"a":{"a":0,"k":[11.531,11.531,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0.8,"s":[100,100,100],"e":[-100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8.8,"s":[-100,100,100],"e":[-100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":28.88,"s":[-100,100,100],"e":[100,100,100]},{"t":33.36015625}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.17,0.16],[-0.91,0.91],[-1.18,-0.17],[0.91,-0.91]],"o":[[-0.17,-1.18],[0.91,-0.91],[0.16,1.17],[-0.91,0.91]],"v":[[0.04,4.49],[1.16,1.16],[4.49,0.04],[3.36,3.36]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929412007332,0.21960799396,0.447059005499,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[509.554,509.554],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Path 13","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[292.357,144.815,0],"ix":2},"a":{"a":0,"k":[31.847,84.713,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.02,0],[0,0.29],[-0.28,0],[0,-3.61],[0,0],[-2.76,0],[0,-0.28],[0.28,0],[0,3.36],[0,0]],"o":[[-0.28,0],[0,-0.28],[3.58,0],[0,0],[0,2.79],[0.28,0],[0,0.29],[-3.32,0],[0,0],[0,-3.05]],"v":[[0.51,1.02],[0,0.51],[0.51,0],[6.99,6.54],[6.99,27.17],[11.99,32.22],[12.5,32.73],[11.99,33.25],[5.97,27.17],[5.97,6.54]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.756862998009,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[509.554,509.554],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0}]},{"id":"comp_7","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Combined Shape 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ef":[{"ty":25,"nm":"Drop Shadow","np":9,"mn":"ADBE Drop Shadow","ix":1,"en":0,"ef":[{"ty":2,"nm":"Shadow Color","mn":"ADBE Drop Shadow-0001","ix":1,"v":{"a":0,"k":[0.955107986927,1,0.141809001565,0.5],"ix":1}},{"ty":0,"nm":"Opacity","mn":"ADBE Drop Shadow-0002","ix":2,"v":{"a":0,"k":127.5,"ix":2}},{"ty":0,"nm":"Direction","mn":"ADBE Drop Shadow-0003","ix":3,"v":{"a":0,"k":180,"ix":3}},{"ty":0,"nm":"Distance","mn":"ADBE Drop Shadow-0004","ix":4,"v":{"a":0,"k":2,"ix":4}},{"ty":0,"nm":"Softness","mn":"ADBE Drop Shadow-0005","ix":5,"v":{"a":0,"k":17,"ix":5}},{"ty":7,"nm":"Shadow Only","mn":"ADBE Drop Shadow-0006","ix":6,"v":{"a":0,"k":0,"ix":6}},{"ty":7,"nm":"GPU Rendering","mn":"ADBE Force CPU GPU","ix":7,"v":{"a":0,"k":1,"ix":7}}]}],"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,-6.82],[5.8,0],[0,0]],"o":[[0,0],[4.05,5.49],[0,5.8],[0,0],[0.25,-19.5]],"v":[[14,0],[21.77,10.55],[28,29.5],[17.5,40],[13,40.25]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","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":"Rectangle 17 Copy 5","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":3,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925490255917,0.470588265213,0.007843137255,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Combined Shape","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Combined Shape","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ef":[{"ty":25,"nm":"Drop Shadow","np":9,"mn":"ADBE Drop Shadow","ix":1,"en":0,"ef":[{"ty":2,"nm":"Shadow Color","mn":"ADBE Drop Shadow-0001","ix":1,"v":{"a":0,"k":[0.955107986927,1,0.141809001565,0.5],"ix":1}},{"ty":0,"nm":"Opacity","mn":"ADBE Drop Shadow-0002","ix":2,"v":{"a":0,"k":127.5,"ix":2}},{"ty":0,"nm":"Direction","mn":"ADBE Drop Shadow-0003","ix":3,"v":{"a":0,"k":180,"ix":3}},{"ty":0,"nm":"Distance","mn":"ADBE Drop Shadow-0004","ix":4,"v":{"a":0,"k":2,"ix":4}},{"ty":0,"nm":"Softness","mn":"ADBE Drop Shadow-0005","ix":5,"v":{"a":0,"k":17,"ix":5}},{"ty":7,"nm":"Shadow Only","mn":"ADBE Drop Shadow-0006","ix":6,"v":{"a":0,"k":0,"ix":6}},{"ty":7,"nm":"GPU Rendering","mn":"ADBE Force CPU GPU","ix":7,"v":{"a":0,"k":1,"ix":7}}]}],"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4.05,5.49],[0,0],[0,0],[0,-6.82],[5.8,0],[0,0],[0,5.8]],"o":[[0,0],[0,0],[4.05,5.49],[0,5.8],[0,0],[-5.8,0],[0,-6.82]],"v":[[6.23,10.55],[14,0],[21.77,10.55],[28,29.5],[17.5,40],[10.5,40],[0,29.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","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":"Rectangle 17 Copy 5","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":3,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.756862998009,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Combined Shape","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Rectangle 17 Copy 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[5.7,58.52,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.75,0],[0,0],[0,-2.21],[0,0],[0.74,0],[0,0]],"o":[[0,0],[0.74,0],[0,0],[0,2.21],[0,0],[-0.75,0]],"v":[[0.56,0],[3.96,0],[5.3,3.99],[5.3,70.96],[3.96,74.95],[0.56,74.95]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925490021706,0.470587998629,0.007842999883,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Rectangle 17 Copy","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[17.2,58.52,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.75,0],[0,0],[0,-2.21],[0,0],[0.74,0],[0,0]],"o":[[0,0],[0.74,0],[0,0],[0,2.21],[0,0],[-0.75,0]],"v":[[0.56,0],[3.96,0],[5.3,3.99],[5.3,70.96],[3.96,74.95],[0.56,74.95]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925490021706,0.470587998629,0.007842999883,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Rectangle 17","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,49,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.76,0],[0,0],[0,-2.76],[0,0],[2.76,0],[0,0],[0,2.76],[0,0]],"o":[[0,0],[2.76,0],[0,0],[0,2.76],[0,0],[-2.76,0],[0,0],[0,-2.76]],"v":[[5,0],[23,0],[28,5],[28,89],[23,94],[5,94],[0,89],[0,5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.756862998009,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0}]},{"id":"comp_8","layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Candel Copy 2","refId":"comp_7","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[501.704,78.464,0],"ix":2},"a":{"a":0,"k":[14,71.5,0],"ix":1},"s":{"a":0,"k":[79.719,74.925,100],"ix":6}},"ao":0,"w":28,"h":143,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Combined Shape","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[503.704,204.318,0],"ix":2},"a":{"a":0,"k":[40.764,61.172,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0.08],[0,0],[0,0],[0,0.85],[-0.76,0],[0,0],[0,0.89],[-1.13,0],[0,0],[0,-1.27],[0.66,-0.38],[0,0],[0,-0.84],[0.76,0],[0,0],[0,0],[0.01,-0.1],[-0.28,-0.68],[0,0],[0.89,-0.45],[0.26,0],[0,0],[0,1.1],[-0.11,0.26],[0,0],[-0.69,0.22]],"o":[[0,-0.08],[0,0],[0,0],[-0.76,0],[0,-0.84],[0,0],[-0.66,-0.38],[0,-1.27],[0,0],[1.13,0],[0,0.89],[0,0],[0.76,0],[0,0.85],[0,0],[0,0],[0,0.11],[0.6,0.27],[0,0],[0.41,1],[-0.23,0.12],[0,0],[-0.99,0],[0,-0.28],[0,0],[0.31,-0.76],[0,0]],"v":[[5.72,18.5],[5.71,18.26],[5.71,7.41],[1.37,7.41],[0,5.87],[1.37,4.34],[4.77,4.34],[3.66,2.3],[5.71,0],[10.29,0],[12.34,2.3],[11.23,4.34],[14.63,4.34],[16,5.87],[14.63,7.41],[10.51,7.41],[10.51,18.26],[10.5,18.58],[11.87,20.04],[12.34,21.2],[11.46,23.83],[10.72,24.01],[5.28,24.01],[3.5,22.02],[3.66,21.2],[4.13,20.04],[5.72,18.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.701960980892,0.141176000237,0.341176003218,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[509.554,509.554],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":4,"ty":0,"nm":"Adults Alter","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[397.788,549.046,0],"ix":2},"a":{"a":0,"k":[400,400,0],"ix":1},"s":{"a":0,"k":[110.615,110.615,100],"ix":6}},"ao":0,"w":800,"h":800,"ip":0,"op":150,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/on_off_settings_switch.json b/ohos/flutter_lottie/assets/lottiefiles/on_off_settings_switch.json new file mode 100644 index 0000000000000000000000000000000000000000..c56794624ca3152635fdf870c00fd17303572dff --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/on_off_settings_switch.json @@ -0,0 +1 @@ +{"v":"4.10.1","fr":60,"ip":0,"op":107,"w":46,"h":22,"nm":"ani","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":1,"y":1},"o":{"x":0,"y":0},"n":"1_1_0_0","t":13.16,"s":[10.5,10.625,0],"e":[32.5,10.625,0],"to":[3.66666674613953,0,0],"ti":[-3.66666674613953,0,0]},{"i":{"x":1,"y":1},"o":{"x":0,"y":0},"n":"1_1_0_0","t":34.16,"s":[32.5,10.625,0],"e":[32.5,10.625,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0,"y":0},"n":"1_1_0_0","t":55,"s":[32.5,10.625,0],"e":[10.5,10.625,0],"to":[-3.66666674613953,0,0],"ti":[3.66666674613953,0,0]},{"t":76}],"ix":2},"a":{"a":0,"k":[7.062,-1.812,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ef":[{"ty":5,"nm":"Puppet","np":4,"mn":"ADBE FreePin3","ix":1,"en":1,"ef":[{"ty":7,"nm":"On Transparent","mn":"ADBE FreePin3 On Transparent","ix":1,"v":{"a":0,"k":0,"ix":1}}]}],"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10.947,10.947],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":13,"s":[0.905989587307,0.128265246749,0.293031275272,1],"e":[0.119234621525,0.709344387054,0.486860007048,1]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":34,"s":[0.119234621525,0.709344387054,0.486860007048,1],"e":[0.119234621525,0.709344387054,0.486860007048,1]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":55,"s":[0.119234621525,0.709344387054,0.486860007048,1],"e":[0.905989587307,0.128265246749,0.293031275272,1]},{"t":76}],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[7.223,-1.589],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1800,"st":0,"bm":3},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 2","sr":1,"ks":{"o":{"a":0,"k":20,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[23,11,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[82,82,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[37.452,12.656],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":20,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.985294117647,0.977460674211,0.977460674211,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0.243,-0.355],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1800,"st":0,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/pagado.json b/ohos/flutter_lottie/assets/lottiefiles/pagado.json new file mode 100644 index 0000000000000000000000000000000000000000..d4903bce8c956c88ad8e543cb8411099e9b45f40 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/pagado.json @@ -0,0 +1 @@ +{"v":"4.10.1","fr":30,"ip":1,"op":167,"w":640,"h":570,"nm":"Comp 1","ddd":0,"assets":[{"id":"comp_6","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"pagado nuevo Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[320,285,0],"ix":2},"a":{"a":0,"k":[320,285,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.648,1.396],[-0.025,-1.345]],"o":[[0.026,1.345],[-2.724,-1.293]],"v":[[1.285,-2.017],[1.363,2.018]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[540.567,257.994],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.437,1.829],[-5.436,0.007]],"o":[[5.435,-0.007],[-5.434,1.052]],"v":[[-8.152,-0.904],[8.152,-0.925]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[488.978,330.004],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.569,-3.172],[0.051,2.109],[-4.777,-1.261],[1.65,0.084]],"o":[[1.133,-2.278],[4.847,-0.218],[-1.658,0.067],[-2.874,-0.145]],"v":[[-5.044,2.115],[-7.204,-1.508],[7.203,-0.854],[2.232,-0.68]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[140.962,210.725],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.152,0.047],[-0.151,-0.165],[0.096,0.054],[0.151,0.164]],"o":[[0.151,0.165],[-0.152,0.046],[-0.186,-0.104],[0.152,-0.047]],"v":[[0.001,-0.335],[0.455,0.16],[0.009,0.281],[-0.456,-0.194]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[398.5,207.482],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.026,1.345],[0.009,2.647],[-0.039,0.973],[-0.624,-5.84],[0.089,-6.088],[0.25,3.501],[0.015,3.464]],"o":[[-0.009,-2.648],[0.038,-0.973],[2.208,5.688],[0.642,6.009],[-2.334,-3.27],[-0.246,-3.447],[-0.025,-1.345]],"v":[[-0.649,-7.022],[-0.675,-14.965],[-0.56,-17.884],[0.789,-0.362],[0.685,17.884],[-0.476,7.4],[-0.572,-2.987]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[542.502,262.999],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-5.708,0.468],[-4.777,-0.002],[-1.468,-0.136],[0.003,-0.241]],"o":[[5.578,-2.355],[4.748,-0.389],[1.466,0.135],[-0.004,0.241],[0,0]],"v":[[-17.932,1.177],[-0.799,0.124],[13.531,0.049],[17.932,0.456],[17.921,1.177]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[374.739,206.712],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.148,0.109],[-0.059,-0.64],[0.93,1.395]],"o":[[0.06,0.641],[-1.165,-0.169],[0.763,-1.53]],"v":[[1.559,-0.943],[1.737,0.978],[-1.737,0.068]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[520.291,352.979],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.79,-1.96]],"o":[[9.764,-1.908],[0,0]],"v":[[-14.664,1.082],[14.664,0.878]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[515.617,346.866],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.482,0.031],[1.949,0.032],[1.614,-0.138],[-4.643,1.273],[0.219,-1.183],[1.008,0.002]],"o":[[1.073,-1.448],[-1.612,-0.027],[4.35,-4.176],[0.754,-0.206],[-0.227,1.232],[-2.482,-0.007]],"v":[[-2.052,3.104],[-3.122,0.604],[-7.965,0.984],[6.12,-0.193],[7.746,1.888],[5.395,3.191]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[530.055,350.904],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.762,0.498],[-0.724,6.711],[-1.595,-0.011],[-0.009,-2.648],[-2.724,-1.293],[-0.246,-3.447],[-2.334,-3.27],[0,0],[0.547,-8.287],[0.009,1.516],[0.063,8.497]],"o":[[0.186,-6.686],[1.594,0.01],[0.009,2.647],[-2.648,1.396],[0.015,3.464],[0.25,3.502],[0,0],[-0.47,7.138],[-2.058,-2.434],[-0.049,-8.497],[-0.012,-1.673]],"v":[[-1.777,-7.764],[-2.71,-27.753],[2.073,-27.721],[2.099,-19.777],[2.177,-15.742],[2.273,-5.355],[3.434,5.129],[3.339,5.191],[1.851,27.753],[0.265,22.105],[0.209,-3.385]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[539.754,275.754],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"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":[[0.261,-11.555],[0.261,11.749],[-0.26,11.758],[-0.26,-11.759]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[497.595,282.91],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.975,0.059],[0.005,-0.301],[2.937,-1.375],[5.435,-0.007],[0.724,0.325],[-2.615,-0.096],[-4.97,4.012]],"o":[[-0.057,0.295],[-2.937,1.375],[-5.436,0.006],[-0.723,-0.324],[2.618,-0.04],[5.886,0.217],[0.618,-0.5]],"v":[[13.69,-2.388],[13.596,-1.493],[4.784,2.632],[-11.522,2.651],[-13.69,1.679],[-5.833,1.581],[10.815,-2.151]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[492.347,326.448],"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.788,-0.335],[-0.001,3.574],[0.028,10.711],[-0.473,-5.203],[0.031,-7.662]],"o":[[1.653,-3.513],[0.004,-10.712],[1.976,5.053],[0.691,7.602],[-0.007,1.697]],"v":[[-1.394,21.425],[-0.992,10.71],[-1.065,-21.425],[0.56,-5.779],[0.803,17.192]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[427.14,284.485],"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.248,-0.414],[-0.068,0.604]],"o":[[-0.618,-0.192],[0.248,0.414]],"v":[[0.406,0.621],[-0.338,-0.621]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[308.333,251.623],"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.414,0.35],[-0.05,-0.779]],"o":[[0.758,-0.059],[-0.415,-0.35]],"v":[[-0.621,-0.494],[0.621,0.553]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[201.07,358.842],"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":"Group 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.653,0.091],[0.223,-0.357]],"o":[[-0.224,0.359],[-0.169,-0.604]],"v":[[0.42,-0.539],[-0.251,0.539]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[200.436,354.369],"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":"Group 16","np":2,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.384,-0.521],[0.337,-0.028]],"o":[[-0.338,0.028],[0.294,-0.546]],"v":[[0.506,0.218],[-0.506,0.303]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[391.502,205.626],"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":"Group 17","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.31,-0.118],[0.273,-0.316],[0,0],[-0.056,0.295]],"o":[[0.331,0.003],[-0.275,0.314],[0.002,0.002],[0.005,-0.3],[0,0]],"v":[[-0.425,-0.565],[0.536,-0.384],[-0.288,0.563],[-0.536,0.337],[-0.444,-0.556]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[506.48,324.616],"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":"Group 18","np":2,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.548,-0.685],[0.544,0.703]],"o":[[-0.765,0.161],[0.777,-0.206]],"v":[[1.019,0.272],[-1.019,-0.249]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[304.947,208.369],"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":"Group 19","np":2,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.479,-0.511],[-0.166,0.598]],"o":[[0.167,-0.599],[0.371,0.749]],"v":[[-0.435,0.898],[0.064,-0.898]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[96.444,254.086],"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":"Group 20","np":2,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.012,0.771],[0.745,-0.761]],"o":[[0.602,0.78],[0.012,-0.772]],"v":[[-0.337,-1.157],[-0.372,1.157]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[538.441,284.913],"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":"Group 21","np":2,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.149,-0.271],[0.01,0.285],[-0.194,0.113],[0.038,-0.117]],"o":[[-0.11,-0.301],[-0.004,-0.105],[0.052,0.147],[-0.086,0.262]],"v":[[-0.077,0.601],[-0.362,-0.265],[0.185,-0.601],[0.328,-0.165]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[454.533,270.584],"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":"Group 22","np":2,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.96,1.404],[-0.309,0.134],[-0.639,-0.081]],"o":[[0.335,-0.029],[0.639,0.082],[-0.962,1.383]],"v":[[-1.441,-0.58],[-0.476,-0.824],[1.441,-0.579]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[284.507,211.645],"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":"Group 23","np":2,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.135,1.021],[-0.024,-0.993]],"o":[[0.024,0.992],[-1.204,-0.963]],"v":[[0.532,-1.489],[0.604,1.488]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[537.333,301.505],"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":"Group 24","np":2,"cix":2,"ix":24,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.208,0.212],[-0.04,0.301],[-0.167,-1.304],[0.335,-0.029],[0.33,0.018]],"o":[[0.027,-0.303],[1.326,-0.209],[-0.309,0.134],[-0.286,-0.166],[-0.071,-0.288]],"v":[[-1.154,0.044],[-1.052,-0.861],[1.153,0.827],[0.187,1.07],[-0.736,0.794]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[282.879,209.995],"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":"Group 25","np":2,"cix":2,"ix":25,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.503,-0.006],[1.499,1.008]],"o":[[-1.506,1.033],[1.502,0.006]],"v":[[2.254,-0.508],[-2.254,-0.525]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[270.019,208.657],"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":"Group 26","np":2,"cix":2,"ix":26,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.531,-1.366],[0.065,1.337]],"o":[[-0.065,-1.337],[3.543,1.166]],"v":[[-1.575,2.005],[-1.771,-2.005]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[545.745,292.003],"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":"Group 27","np":2,"cix":2,"ix":27,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.861,-0.011],[2.856,1.553]],"o":[[-2.864,0.666],[2.861,0.012]],"v":[[4.293,-0.744],[-4.293,-0.777]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[442.042,204.922],"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":"Group 28","np":2,"cix":2,"ix":28,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.666,0.66],[2.64,0.701]],"o":[[-2.68,1.389],[2.693,-2.052]],"v":[[3.978,0.41],[-3.978,0.253]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[413.971,237.568],"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":"Group 29","np":2,"cix":2,"ix":29,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.536,-2.816],[2.354,1.746]],"o":[[-1.411,-2.301],[6.537,-0.716]],"v":[[0.838,3.846],[-3.268,-3.13]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[541.054,205.246],"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":"Group 30","np":2,"cix":2,"ix":30,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.331,0.003],[-2.897,1.115],[1.752,-2.013]],"o":[[1.115,-2.899],[-0.895,2.712],[-0.31,-0.118]],"v":[[-3.012,2.917],[3.012,-3.099],[-2.05,3.098]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[509.067,321.134],"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":"Group 31","np":2,"cix":2,"ix":31,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.325,0.938],[0.089,-1.983]],"o":[[-0.09,1.983],[-3.134,-3.289]],"v":[[1.701,-2.975],[1.433,2.974]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[536.382,289.036],"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":"Group 32","np":2,"cix":2,"ix":32,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.501,3.708],[-2.472,-2.095]],"o":[[2.039,2.271],[-3.492,-1.68]],"v":[[-0.869,-3.991],[2.371,3.991]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[95.647,357.883],"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":"Group 33","np":2,"cix":2,"ix":33,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.641,0.702],[0.039,0.569],[-2.478,1.005],[0.042,-3.006]],"o":[[-0.037,-0.571],[0.326,-1.896],[-0.041,3.006],[-0.64,-0.702]],"v":[[-0.808,2.404],[-0.92,0.693],[1.239,-4.509],[1.114,4.509]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[94.761,259.526],"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":"Group 34","np":2,"cix":2,"ix":34,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.467,1.688],[-5.465,0.004]],"o":[[5.465,-0.004],[-5.464,1.53]],"v":[[-8.198,-0.838],[8.198,-0.85]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[106.983,362.919],"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":"Group 35","np":2,"cix":2,"ix":35,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.648,-0.092],[-2.573,-1.107],[-2.501,0.152]],"o":[[1.96,-2.021],[2.273,0.978],[-4.652,0.858]],"v":[[-6.971,0.674],[-0.244,-0.491],[6.971,0.741]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[122.971,361.249],"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":"Group 36","np":2,"cix":2,"ix":36,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0.001],[-0.766,0.162],[-0.72,-0.593],[0,0.001],[0.667,-0.228],[4.083,0.83]],"o":[[0,0],[0.543,0.703],[0.719,0.594],[0,0],[-0.667,0.228],[-3.876,-2.772],[0,0]],"v":[[2.956,-1.509],[3.018,-1.525],[5.056,-1.004],[7.216,0.776],[7.157,0.841],[5.157,1.525],[-7.216,0.208]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[300.911,209.645],"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":"Group 37","np":2,"cix":2,"ix":37,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.544,0.048],[-0.938,-1.534],[3.92,1.828],[-0.592,2.344]],"o":[[1.111,1.154],[-3.171,2.485],[1.137,-2.143],[0.546,-0.048]],"v":[[1.16,-2.339],[5.225,-0.499],[-5.225,0.511],[-0.474,-2.194]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[124.5,212.615],"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":"Group 38","np":2,"cix":2,"ix":38,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.276,-5.881],[1.311,-0.039],[1.015,1.282]],"o":[[-1.311,0.039],[-2.383,-0.263],[2.72,0.496]],"v":[[3.294,2.882],[-0.638,2.999],[-3.569,-0.934]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[502.653,352.946],"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":"Group 39","np":2,"cix":2,"ix":39,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.033,0.664],[-1.777,3.22],[-0.017,-4.534],[1.774,0.828],[0.013,0.961]],"o":[[0.613,-3.441],[-0.005,4.532],[0.005,1.305],[-0.011,-0.962],[-0.033,-0.663]],"v":[[-0.99,2.299],[0.989,-8.002],[0.981,5.599],[-0.854,7.173],[-0.89,4.289]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[184.899,305.719],"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":"Group 40","np":2,"cix":2,"ix":40,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.11,1.132],[0,0],[-0.368,0.005],[0,0]],"o":[[0,0],[0.368,-0.005],[0,0],[-0.993,-0.704]],"v":[[-0.497,9.939],[-0.497,-12.764],[0.607,-12.779],[0.607,12.778]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[119.44,320.059],"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":"Group 41","np":2,"cix":2,"ix":41,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.289,-0.322],[5.591,2.291],[-0.3,0.087],[-1.366,1.326],[-3.876,-2.771]],"o":[[-5.694,-0.648],[0.306,-0.07],[1.718,0.372],[4.083,0.831],[-0.288,0.322]],"v":[[8.136,1.258],[-9.001,0.188],[-8.091,-0.046],[-3.371,-1.024],[9.002,0.293]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[297.066,210.877],"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":"Group 42","np":2,"cix":2,"ix":42,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-6.414,-0.056],[3.763,-0.485],[2.185,2.606]],"o":[[-3.489,2.169],[-2.525,-1.25],[6.413,0.056]],"v":[[9.62,-1.136],[-1.61,0.697],[-9.62,-1.303]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[299.609,269.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":"Group 43","np":2,"cix":2,"ix":43,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.633,0.294],[0.48,0.599],[-4.827,0.009],[-0.362,-2.429]],"o":[[-0.48,-0.599],[4.827,-0.046],[1.606,-0.003],[-5.628,-0.888]],"v":[[-7.732,1.011],[-9.172,-0.785],[5.308,-0.909],[9.171,1.124]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[400.854,326.918],"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":"Group 44","np":2,"cix":2,"ix":44,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-5.414,-0.021],[0.809,-0.576],[5.906,-0.037],[-1.554,0.006]],"o":[[-0.808,0.575],[-5.904,0.036],[0.446,-2.384],[5.414,-0.019]],"v":[[10.069,-0.642],[7.645,1.083],[-10.069,1.192],[-6.172,-0.692]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[424.05,326.713],"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":"Group 45","np":2,"cix":2,"ix":45,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-8.694,-2.825],[8.697,0.012]],"o":[[-8.698,-0.012],[8.699,-1.258]],"v":[[13.047,1.413],[-13.047,1.379]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[428.925,348.549],"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":"Group 46","np":2,"cix":2,"ix":46,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.002,-10.777],[1.704,4.349],[0.016,3.445],[-0.574,2.84]],"o":[[-2.131,-4.296],[-0.014,-3.444],[0.574,-2.842],[0.001,10.777]],"v":[[1.053,16.165],[-0.626,2.691],[-0.673,-7.643],[1.048,-16.165]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[456.862,279],"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":"Group 47","np":2,"cix":2,"ix":47,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.372,-0.435],[0.951,0.474],[-4.603,-0.346],[0.996,4.703],[0.018,0.828],[-0.184,-2.156],[2.149,-0.161]],"o":[[-0.949,-0.475],[4.64,-0.165],[5.08,0.383],[-0.169,-0.797],[1.457,1.703],[0.164,1.92],[-5.374,0.402]],"v":[[-8.022,5.267],[-10.872,3.844],[3.042,3.457],[8.667,-2.788],[8.592,-5.267],[10.708,0.647],[8.094,3.975]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[239.343,326.487],"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":"Group 48","np":2,"cix":2,"ix":48,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[12.049,0.005],[-5.338,1.881],[-2.165,0.014],[-2.864,0.666],[-0.575,-0.01],[-1.626,-0.061],[0.805,-0.004]],"o":[[5.375,-1.514],[2.164,-0.014],[2.856,1.552],[0.575,0.01],[1.626,0.06],[0.736,2.291],[-12.048,0.053]],"v":[[-19.418,0.483],[-2.997,-1.226],[3.495,-1.268],[12.081,-1.235],[13.805,-1.206],[18.682,-1.024],[16.727,0.458]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[434.253,205.414],"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":"Group 49","np":2,"cix":2,"ix":49,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.851,0.574],[-10.346,0.035],[1.94,0.189],[7.606,0.24]],"o":[[10.345,-0.034],[-1.696,1.254],[-7.628,-0.744],[-0.852,-0.574]],"v":[[-15.518,-0.929],[15.518,-1.032],[9.841,0.418],[-12.966,0.792]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[325.362,213],"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":"Group 50","np":2,"cix":2,"ix":50,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.027,-0.303],[12.528,0.041],[1.813,0.033],[-2.781,0.131],[-4.034,1.718],[-2.858,-0.006],[-1.506,1.033],[-0.906,0.064],[-2.292,-0.402],[0,0]],"o":[[-12.529,-0.034],[-1.814,-0.006],[2.597,-1.368],[4.084,-0.193],[2.857,0.006],[1.499,1.008],[0.906,-0.065],[2.291,0.402],[0,0],[-0.04,0.301]],"v":[[21.445,1.041],[-16.142,0.937],[-21.583,0.842],[-13.347,-0.45],[-1.087,-0.883],[7.484,-0.865],[11.992,-0.847],[14.708,-1.041],[21.583,0.166],[21.547,0.136]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[260.281,208.998],"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":"Group 51","np":2,"cix":2,"ix":51,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[10.199,1.46],[-2.261,-0.073],[0.227,2.356],[-0.286,-0.166],[-0.962,1.383],[-0.705,0.001],[-5.694,-0.648],[0.816,-0.575]],"o":[[2.265,-0.042],[2.218,0.071],[0.329,0.018],[0.96,1.403],[0.706,0],[5.59,2.291],[-0.816,0.576],[-10.197,-0.991]],"v":[[-16.514,0.858],[-9.721,0.757],[-6.544,-2.318],[-5.621,-2.042],[-2.739,-2.041],[-0.622,-2.043],[16.514,-0.972],[14.068,0.754]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[288.687,213.107],"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":"Group 52","np":2,"cix":2,"ix":52,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.722,-0.368],[0.096,8.131],[-7.618,-0.182],[-1.988,-0.075],[2.439,0.392],[-0.6,-3.822],[-0.316,-7.397]],"o":[[-0.01,-8.132],[-0.092,-7.832],[1.987,0.048],[-2.246,1.639],[-3.907,-0.629],[1.158,7.383],[0.067,1.562]],"v":[[-6.578,16.116],[-6.628,-8.28],[0.829,-15.934],[6.79,-15.711],[-0.35,-15.04],[-5.544,-10.083],[-4.775,12.117]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[146.545,315.859],"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":"Group 53","np":2,"cix":2,"ix":53,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.346,-12.239],[0.011,1.549],[0.077,13.608],[-2.31,1.023],[-0.073,-4.423]],"o":[[-2.348,-0.566],[-0.091,-13.609],[-0.012,-2.034],[-1.83,4.287],[0.201,12.241]],"v":[[1.105,24.98],[-0.703,20.929],[-0.897,-19.898],[1.242,-24.98],[0.117,-11.737]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[274.754,284.981],"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":"Group 54","np":2,"cix":2,"ix":54,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[14.165,0.6],[-1.86,0.006],[-15.817,0.058],[3.329,-0.167]],"o":[[1.504,-1.244],[15.819,-0.049],[-3.243,1.707],[-14.13,0.707]],"v":[[-26.303,0.507],[-21.152,-0.939],[26.303,-1.107],[16.149,-0.277]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[172.488,217.045],"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":"Group 55","np":2,"cix":2,"ix":55,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[9.89,-0.178],[-7.782,0.319],[-12.08,0.019],[10.057,0.447]],"o":[[7.683,-2.031],[12.061,-0.495],[-9.926,1.73],[-9.863,-0.439]],"v":[[-29.8,0.986],[-6.437,-0.504],[29.8,-0.685],[-0.135,0.587]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[162.973,360.637],"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":"Group 56","np":2,"cix":2,"ix":56,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.149,-0.096],[1.788,-0.003],[18.58,-0.024],[-7.882,0.776],[-11.168,1.675]],"o":[[-1.14,2.017],[-18.58,0.039],[7.782,-2.031],[11.13,-1.098],[1.109,-0.167]],"v":[[30.315,-0.627],[25.425,0.991],[-30.316,1.074],[-6.669,-0.292],[26.873,-0.88]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[359.528,351.006],"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":"Group 57","np":2,"cix":2,"ix":57,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.161,-4.119],[-0.192,1.699],[-1.054,11.205],[-0.25,4.469],[0.306,-13.199]],"o":[[-2.771,-0.871],[1.258,-11.17],[0.403,-4.282],[2.912,13.07],[-0.096,4.144]],"v":[[0.908,25.946],[-0.921,20.915],[-0.508,-12.645],[-1.049,-25.946],[0.697,13.583]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[97.014,290.038],"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":"Group 58","np":2,"cix":2,"ix":58,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[17.687,-1.011],[-1.656,-0.002],[-17.964,-0.033],[1.798,-0.012]],"o":[[1.002,-1.779],[17.963,0.02],[-1.513,1.363],[-17.694,0.114]],"v":[[-29.143,0.889],[-24.747,-0.766],[29.143,-0.675],[23.938,0.508]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[338.285,356.845],"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":"Group 59","np":2,"cix":2,"ix":59,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.066,11.946],[0.015,10.665],[-0.624,-1.402],[-0.037,-0.571],[-0.037,-25.229],[0.042,-1.824],[-0.488,6.543]],"o":[[-0.015,-10.665],[0.622,1.405],[0.038,0.57],[0.045,25.229],[0.003,1.824],[-1.131,-6.374],[0.893,-11.936]],"v":[[-1.001,-11.545],[-1.045,-43.541],[0.822,-39.33],[0.934,-37.618],[1.064,38.069],[0.942,43.541],[-0.438,24.272]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[93.02,299.548],"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":"Group 60","np":2,"cix":2,"ix":60,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-10.211,1.215],[1.716,0.002],[41.276,0.056],[-1.882,-0.065],[-11.245,0.022],[-19.362,0.677]],"o":[[-0.937,1.764],[-41.276,-0.06],[1.43,-2.031],[11.246,0.395],[19.393,-0.04],[10.244,-0.359]],"v":[[64.064,-0.767],[59.764,1.1],[-64.063,0.93],[-58.57,-0.444],[-24.837,-0.373],[33.335,-0.054]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[264.916,352.908],"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":"Group 61","np":2,"cix":2,"ix":61,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.788,-13.181],[-0.251,1.132],[2.23,4.088],[5.694,-1.085],[3.83,0.712],[6.486,-1.255],[-0.006,-2.812],[-0.067,-16.317],[0.033,-2.327],[-0.574,5.741],[0.229,11.761],[-0.126,1.318],[-6.083,0.103],[-10.683,-0.738]],"o":[[-1.043,-0.297],[1.178,-5.322],[-2.518,-4.618],[-3.799,0.725],[-6.361,-1.183],[-3.624,0.702],[0.038,16.317],[0.01,2.327],[-1.349,-5.704],[1.184,-11.832],[-0.026,-1.328],[0.58,-6.063],[10.723,-0.182],[11.819,0.815]],"v":[[29.605,-7.452],[27.832,-9.496],[23.32,-22.602],[5.526,-30.345],[-5.526,-30.857],[-25.167,-30.368],[-28.521,-23.43],[-28.312,25.521],[-28.407,32.503],[-29.331,15.221],[-30.313,-20.065],[-30.268,-24.051],[-22.025,-32.102],[10.147,-31.764]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[146.406,273.474],"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":"Group 62","np":2,"cix":2,"ix":62,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.983,1.925],[-3.658,0.327],[0.117,-2.943],[-0.527,-3.99],[1.211,-8.914],[0.166,-0.6],[0,0],[0.327,-1.898],[0.622,1.404],[-0.021,2.163],[1.189,9.056]],"o":[[3.305,-0.229],[0.526,2.424],[-3.905,1.708],[1.169,8.853],[-0.166,0.597],[0,0],[-2.478,1.005],[-0.622,-1.404],[-0.747,-2.068],[0.085,-9.057],[-0.279,-2.13]],"v":[[-3.165,-19.51],[2.389,-24.787],[5.031,-17.479],[1.43,-8.973],[1.558,17.755],[1.059,19.551],[1.05,19.583],[-1.111,24.787],[-2.976,20.574],[-3.731,14.194],[-4.116,-12.974]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[94.951,235.433],"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":"Group 63","np":2,"cix":2,"ix":63,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.211,-1.687],[-5.883,1.64],[-1.408,-4.47],[-1.704,-0.068],[-1.184,0.032],[1.932,3.836],[-0.759,-0.677],[0.601,-3.801],[-0.001,0],[2.273,0.979],[1.96,-2.021],[0,0],[0,0],[5.465,-0.004],[0,0],[0,0],[2.039,2.272],[0.029,3.62],[0.003,1.823],[0.045,25.229],[-0.641,-0.701],[0,0.001],[0.403,-4.282],[1.258,-11.17],[-2.771,-0.871],[2.392,-7.971],[-0.024,-1.312]],"o":[[-0.268,6.503],[2.405,-0.67],[0.683,2.167],[1.184,-0.031],[0.235,-1.12],[-0.88,-1.75],[2.217,1.977],[0,0],[-2.501,0.151],[-2.572,-1.107],[0,0],[0,0],[-5.466,0.004],[0,0],[0,0],[-2.472,-2.096],[-1.818,-3.484],[0.042,-1.824],[-0.037,-25.23],[0.64,0.701],[0,0],[-0.25,4.469],[-1.054,11.205],[-0.192,1.699],[-1.246,7.982],[-0.359,1.198],[-0.914,1.834]],"v":[[-13.599,36.642],[-6.681,42.341],[0.553,44.716],[5.366,45.839],[8.918,45.745],[11.073,43.414],[13.563,42.552],[18.221,49.935],[18.161,49.944],[10.945,48.711],[4.219,49.876],[3.839,50.115],[3.4,50.023],[-12.996,50.035],[-13.427,50.105],[-13.764,49.828],[-17.004,41.846],[-17.82,31.042],[-17.698,25.571],[-17.828,-50.116],[-15.906,-48.012],[-15.816,-47.953],[-15.275,-34.652],[-15.688,-1.092],[-13.86,3.938],[-14.605,28],[-14.587,31.92]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[111.782,312.046],"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":"Group 64","np":2,"cix":2,"ix":64,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[7.683,-2.031],[1.057,-0.119],[2.217,1.976],[-0.88,-1.749],[0.235,-1.119],[1.938,0.194],[0.047,-1.008],[-0.705,-1.035],[0.683,2.167],[2.405,-0.67],[-0.268,6.503],[-3.709,0.235],[-5.701,0.507],[-1.18,-2.967],[-0.981,2.678],[-2.981,-1.421],[-4.294,6.057],[-2.998,-0.808],[-3.41,1.043],[-3.439,-2.482],[3.192,-0.757],[12.061,-0.495]],"o":[[-1.057,0.119],[0.601,-3.8],[-0.759,-0.677],[1.931,3.837],[0.143,-3.422],[-0.738,-0.073],[-0.092,1.921],[-1.704,-0.069],[-1.408,-4.47],[-5.884,1.639],[1.561,6.135],[5.601,0.491],[2.242,-0.199],[1.084,2.724],[2.148,-5.866],[4.134,1.972],[1.444,-2.037],[3.549,0.956],[4.435,-1.356],[2.166,1.564],[-12.08,0.019],[-7.782,0.319]],"v":[[-13.767,6.288],[-16.937,6.647],[-21.595,-0.736],[-24.085,0.125],[-26.24,2.456],[-30.677,-0.452],[-32.621,0.543],[-29.792,2.551],[-34.605,1.428],[-41.839,-0.947],[-48.757,-6.647],[-38.98,-3.35],[-22.147,-2.142],[-16.612,0.837],[-5.112,1.126],[4.102,-1.038],[15.664,-1.306],[24.698,-2.03],[34.968,-2.21],[46.596,0.648],[45.833,4.618],[9.596,4.798]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[146.94,355.335],"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":"Group 65","np":2,"cix":2,"ix":65,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.655,-0.05],[-0.343,-0.186],[1.137,-2.143],[-3.171,2.485],[-2.064,-0.242],[-2.873,-0.145],[-1.657,0.068],[-6.383,1.239],[-5.492,-1.627],[-5.996,0.097],[-1.183,0.457],[-7.258,-0.258],[-2.115,0.775],[0,0],[-1.814,-0.006],[-12.529,-0.033],[-0.071,-0.288],[2.218,0.072],[2.265,-0.042],[6.304,-0.202],[7.57,-0.137],[10.59,-0.197],[15.819,-0.049],[1.504,-1.244],[8.344,-1.369],[7.007,0.592],[0.526,2.424],[3.305,-0.229],[-5.629,-0.973],[0.981,-1.704],[-2.695,-0.754],[-0.273,2.019],[-2.895,-0.187]],"o":[[0.345,0.186],[-0.592,2.344],[3.92,1.828],[2.064,0.241],[1.57,-3.172],[1.65,0.084],[6.438,-0.339],[5.583,-1.084],[6.031,-1.183],[1.306,-0.022],[7.295,-2.82],[2.123,0.075],[0,0],[1.814,0.032],[12.529,0.041],[0.208,0.213],[0.227,2.356],[-2.262,-0.072],[-6.3,0.33],[-7.567,0.243],[-10.59,0.192],[-15.817,0.057],[-1.86,0.006],[-8.353,1.079],[-7.052,1.157],[0.116,-2.943],[-3.658,0.327],[1.574,-3.526],[1.145,0.198],[-0.683,1.186],[2.342,0.655],[0.785,-5.809],[2.647,0.171]],"v":[[-64.084,-3.507],[-63.052,-2.95],[-67.803,-0.245],[-57.353,-1.255],[-51.16,-0.531],[-43.883,-3.326],[-38.912,-3.501],[-19.605,-3.686],[-3.061,-3.431],[14.907,-2.902],[18.801,-3.363],[40.618,-3.266],[46.942,-3.303],[51.618,-3.531],[57.06,-3.437],[94.647,-3.332],[95.065,-2.581],[91.889,0.493],[85.095,0.595],[66.194,1.558],[43.483,1.98],[11.713,2.568],[-35.741,2.736],[-40.894,4.181],[-66.042,5.169],[-87.096,4.583],[-89.738,-2.724],[-95.292,2.553],[-87.437,-4.558],[-85.795,-2.449],[-85.853,0.76],[-79.081,-0.517],[-72.046,-3.683]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[187.078,213.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":"Group 66","np":2,"cix":2,"ix":66,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.151,0.165],[0.152,-0.047],[-0.186,-0.104],[-0.152,0.046]],"o":[[-0.152,0.047],[0.151,0.164],[0.096,0.054],[-0.151,-0.165]],"v":[[-27.382,-17.904],[-27.839,-17.764],[-27.374,-17.289],[-26.928,-17.41]],"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":[[3.903,1.064],[1.965,-2.138],[2.488,-0.007],[5.462,1.43],[6.574,-0.047],[8.724,0.679],[4.19,0.282],[6.772,-0.011],[10.344,-0.035],[0.593,0.528],[0,0],[-0.669,0.384],[-2.567,-0.144],[-13.173,-1.238],[0,0],[-0.004,0.241],[1.467,0.135],[-0.321,0.214],[-0.59,0.064],[-0.338,0.029],[-0.651,0.017],[-6.958,-0.035],[-12.048,0.053],[0.736,2.291],[0,0],[-0.651,0.014],[-15.597,0.473],[-7.059,1.737],[-4.551,-0.015],[-1.412,-2.301],[0,0],[1.781,-7.172],[-1.366,-4.797],[0.039,-0.973],[0,0],[0.714,7.737],[0.008,0.998],[7.973,1.365],[-0.232,3.627],[2.092,-1.665],[-0.417,-0.619],[1.182,0.156],[6.882,0.23],[1.846,-2.628],[4.099,2.02],[0.827,0.122],[0.775,-0.978],[2.565,-0.435]],"o":[[-2.201,-2.39],[-1.852,2.013],[-5.798,0.018],[-6.842,-1.79],[-8.761,0.063],[-4.153,-0.323],[-6.741,-0.454],[-10.346,0.034],[-0.592,-0.528],[0,0],[0.669,-0.383],[2.395,-0.399],[13.167,0.738],[0,0],[0.004,-0.241],[-1.468,-0.136],[0.319,-0.214],[0.588,-0.063],[0.337,-0.028],[0.65,-0.017],[6.958,0.035],[12.049,0.005],[0.805,-0.003],[0,0],[0.651,-0.013],[15.631,1.309],[7.12,-0.216],[4.552,0.016],[2.355,1.746],[0,0],[0.811,7.209],[-1.207,4.857],[-0.039,0.973],[0,0],[2.263,-7.854],[0.006,-0.997],[-0.062,-8.022],[-1.986,-0.339],[0.144,-2.271],[-0.536,0.427],[3.255,4.832],[-6.917,-0.911],[-2.045,-0.071],[-3.687,5.247],[-0.287,-0.971],[-0.982,-1.092],[-1.905,2.398],[-4.326,0.734]],"v":[[24.195,-15.205],[17.784,-15.034],[11.1,-12.285],[-6.23,-12.919],[-26.074,-12.679],[-52.29,-13.311],[-64.694,-12.991],[-85.003,-13.083],[-116.039,-12.98],[-117.816,-14.565],[-117.756,-14.63],[-115.75,-15.781],[-108.588,-17.158],[-69.076,-17.162],[-33.224,-17.162],[-33.211,-17.884],[-37.614,-18.29],[-36.655,-18.932],[-34.887,-19.123],[-33.875,-19.208],[-31.922,-19.259],[-11.048,-19.154],[25.097,-19.18],[27.053,-20.661],[28.139,-21.164],[30.092,-21.205],[76.894,-22.129],[98.248,-22.982],[111.902,-22.936],[116.009,-15.959],[115.998,-15.958],[116.035,5.666],[116.059,20.063],[115.942,22.982],[111.161,22.95],[110.25,-0.308],[110.264,-3.301],[102.225,-12.675],[98.292,-16.216],[88.616,-18.343],[87.88,-16.728],[84.731,-12.959],[64.057,-13.02],[59.5,-15.532],[48.112,-14.054],[46.181,-15.282],[43.219,-15.303],[36.067,-12.734]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[425.883,225.052],"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":"Group 67","np":4,"cix":2,"ix":67,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.602,0.78],[0.049,0.584],[-0.007,4.672],[-0.012,-1.674],[-0.049,-8.497],[-2.058,-2.434],[-0.47,7.138],[-0.254,-0.128],[-0.058,-2.862],[-0.065,-1.336],[0.004,-0.987],[0,0],[-0.578,-1.293],[0.147,-3.606],[0.938,-2.25],[0,0],[3.916,0.047],[-0.087,1.173],[-0.515,0.321],[-2.483,-0.006],[-0.226,1.231],[0.754,-0.206],[4.348,-4.174],[0,0],[0.763,-1.53],[-1.165,-0.169],[1.416,0.096],[5.059,1.078],[2.72,0.496],[1.931,-3.598],[1.611,-0.001],[29.576,-0.336],[7.899,-0.175],[2.127,-0.334],[17.962,0.02],[1.002,-1.779],[15.911,0.476],[17.56,-0.83],[2.19,1.655],[0.758,-0.058],[-0.317,1.177],[-0.224,0.359],[0,-0.001],[-41.276,-0.06],[-0.938,1.764],[0,0],[-18.58,0.039],[-1.139,2.016],[-8.671,0.53],[-8.698,-0.012],[-12.525,0.019],[-6.21,-0.029],[-0.988,-0.025],[0,0],[-0.488,0.665],[0,0],[0.323,4.493],[-0.182,5.318],[0.476,7.099],[0.222,0.275],[0.025,0.992],[0.017,2.669],[-0.089,1.984],[0.001,-0.001]],"o":[[-0.049,-0.583],[0.007,-4.672],[2.762,0.498],[0.063,8.497],[0.009,1.516],[0.547,-8.287],[0.218,0.185],[0.059,2.861],[0.066,1.337],[-0.003,0.987],[0,0],[-0.411,1.366],[-0.149,3.603],[-2.563,1.284],[0,0],[-3.916,-0.005],[-0.727,-0.008],[0.026,-0.356],[2.483,0.032],[1.007,0.002],[0.219,-1.184],[-4.642,1.272],[0,0],[-1.148,0.109],[0.93,1.395],[1.528,1.459],[-5.074,-0.34],[0.276,-5.881],[-3.141,-0.015],[-0.868,1.619],[-29.579,0.016],[-7.947,0.091],[-2.132,0.046],[-17.964,-0.033],[-1.657,-0.002],[-15.864,-1.751],[-17.515,-0.524],[-2.442,0.116],[-0.05,-0.779],[-0.599,-1.107],[0.223,-0.358],[0,0],[41.276,0.055],[1.716,0.002],[0,0],[18.58,-0.025],[1.788,-0.003],[8.652,-1.718],[8.698,0.012],[12.4,-2.335],[6.156,-0.008],[0.986,0.025],[0,0],[1.089,-0.064],[0,0],[3.71,1.35],[-0.381,-5.31],[0.242,-7.074],[0.141,-0.323],[-0.024,-0.992],[-0.016,-2.669],[0.089,-1.983],[0,0],[0.745,-0.761]],"v":[[166.073,-30.764],[165.925,-32.514],[165.946,-46.53],[167.932,-42.152],[167.988,-16.661],[169.574,-11.014],[171.062,-33.575],[171.769,-33.106],[171.943,-24.522],[172.139,-20.513],[172.129,-17.553],[171.888,20.486],[172.18,24.47],[171.735,35.283],[168.032,41.506],[167.985,41.528],[156.237,41.492],[154.502,40.455],[155.972,39.488],[163.42,39.574],[165.77,38.272],[164.144,36.192],[150.061,37.366],[149.819,37.515],[146.523,38.526],[149.997,39.436],[149.128,41.409],[133.916,41.308],[127.053,37.491],[118.836,40.667],[114.173,41.581],[25.435,41.707],[1.776,40.692],[-4.603,41.649],[-58.492,41.559],[-62.889,43.214],[-110.465,43.751],[-163.129,46.072],[-170.339,44.875],[-171.581,43.827],[-171.845,40.387],[-171.174,39.31],[-171.178,39.318],[-47.35,39.487],[-43.051,37.62],[-42.818,37.56],[12.924,37.477],[17.813,35.859],[43.848,35.407],[69.941,35.442],[107.355,33.7],[125.962,33.353],[128.922,33.428],[158.251,33.223],[159.98,31.494],[161.937,31.424],[167.206,26.571],[167.275,10.661],[166.026,-10.629],[165.906,-11.527],[165.833,-14.504],[165.785,-22.51],[166.052,-28.459],[166.038,-28.45]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[372.031,314.52],"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":"Group 68","np":2,"cix":2,"ix":68,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-0.5],[0,0],[0.021,-0.999],[-3.922,-0.722],[-1.498,2.88],[0.553,2.521],[4.356,-0.49],[0.354,-2.533]],"o":[[0,0],[0,1],[-0.079,3.473],[3.889,0.717],[1.175,-2.259],[-0.827,-3.768],[-4.541,0.512],[-0.069,0.491]],"v":[[-7.303,-17.945],[-7.26,-17.945],[-7.263,-14.946],[-2.547,-7.829],[4.708,-12.691],[5.693,-19.99],[-4.074,-26.008],[-7.294,-19.444]],"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.01,-8.132],[5.295,0.261],[0.93,2.169],[0,0],[0.368,-0.005],[0,0],[0.623,7.996],[0.01,2.327],[0.037,16.317],[-3.624,0.701],[-6.36,-1.183],[-3.799,0.725],[-2.518,-4.617],[1.178,-5.322],[-1.043,-0.297],[3.967,-7.171],[8.581,-0.835],[1.987,0.048],[-0.092,-7.832]],"o":[[-4.692,3.034],[-1.78,-0.086],[0,0],[-0.368,0.005],[0,0],[-1.706,-7.953],[0.033,-2.327],[-0.067,-16.317],[-0.007,-2.812],[6.486,-1.256],[3.831,0.712],[5.694,-1.085],[2.23,4.089],[-0.251,1.133],[0.848,7.572],[-4.472,8.084],[-1.988,-0.075],[-7.619,-0.183],[0.096,8.131]],"v":[[-7.34,43.743],[-22.577,46.537],[-27.26,44.605],[-27.26,19.048],[-28.365,19.063],[-28.365,41.766],[-29.308,17.744],[-29.213,10.762],[-29.422,-38.189],[-26.068,-45.126],[-6.428,-45.615],[4.625,-45.104],[22.419,-37.36],[26.932,-24.255],[28.704,-22.21],[26.104,-0.084],[6.027,11.915],[0.066,11.693],[-7.391,19.347]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[147.307,288.232],"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":"Group 69","np":4,"cix":2,"ix":69,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.625,8.371],[0.211,-2.065],[1.671,-6.517],[-3.154,0.108],[0.596,4.863]],"o":[[-2.577,1.714],[-0.672,6.573],[-1.023,3.985],[3.022,-0.105],[-1.057,-8.621]],"v":[[-0.384,-18.986],[-3.564,-13.025],[-5.795,6.68],[-0.489,11.054],[5.262,6.637]],"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":[[5.787,4.074],[0.202,0.28],[0.28,3.136],[1.553,0.267],[2.563,-11.164],[0.13,-0.646],[0,0],[6.277,0.825],[-1.957,4.946],[-0.991,5.485],[-3.91,19.88],[-3.037,0.334],[-6.975,-0.455],[-0.709,-3.175],[-2.196,-5.404],[-4.124,-5.631],[-2.385,-8.229],[1.379,-6.419],[-0.026,-0.304],[1.606,-0.334]],"o":[[0.068,-0.338],[0.229,-3.228],[-0.163,-1.818],[-11.574,-1.99],[-0.147,0.643],[0,0],[-5.678,2.792],[-5.292,-0.695],[2.101,-5.313],[3.608,-19.954],[0.617,-3.137],[6.98,-0.767],[3.644,0.238],[1.261,5.655],[2.496,6.14],[0.077,8.803],[1.214,5.982],[-0.301,0.047],[-1.557,0.575],[-6.138,1.276]],"v":[[11.082,41.17],[10.883,40.243],[8.997,31.079],[5.792,28.561],[-10.611,39.197],[-11.003,41.135],[-10.989,41.117],[-28.924,44.139],[-33.717,36.379],[-29.527,19.976],[-17.085,-39.523],[-11.785,-44.477],[9.151,-44.484],[14.842,-38.508],[19.224,-21.694],[25.052,-2.778],[31.246,22.15],[34.295,40.192],[33.881,40.719],[29.204,42.408]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[350.927,284.807],"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":"Group 70","np":4,"cix":2,"ix":70,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.744,-3.125],[0.841,-4.748],[-2.77,0.553],[0.359,4.773],[1.403,8.003],[0.903,0.021],[0.229,-0.829]],"o":[[-0.094,4.85],[-0.476,2.683],[2.509,-0.501],[-0.606,-8.066],[-0.147,-0.838],[-0.899,-0.021],[-0.791,2.869]],"v":[[-3.473,-7.071],[-5.507,7.233],[-1.962,11.15],[5.043,8.27],[1.113,-15.766],[-0.449,-17.488],[-2.057,-15.839]],"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.268,4.146],[-1.684,5.912],[-3.616,-0.709],[-6.301,-0.45],[-0.663,-2.826],[-0.83,-5.403],[-2.009,-9.768],[-2.792,-10.058],[-0.169,-0.797],[5.08,0.383],[4.642,-0.165],[0.82,3.19],[2.996,0.28],[4.206,-2.022],[-0.001,0],[0.283,-2.482],[3.053,-1.394],[-0.001,0],[5.094,-0.146],[0.269,3.292],[-3.519,4.243],[0.005,1.305],[-0.006,4.533],[-1.493,7.476]],"o":[[0.533,-6.147],[0.994,-3.492],[6.292,1.235],[3.029,0.216],[1.254,5.341],[1.515,9.868],[2.078,10.098],[0.018,0.828],[0.997,4.703],[-4.603,-0.347],[-3.939,-1.855],[-0.689,-2.679],[-4.457,-0.415],[0,0],[-2.572,1.812],[-0.362,3.177],[0,0],[-5.091,0.966],[-3.318,0.095],[-0.45,-5.506],[1.774,0.828],[-0.018,-4.534],[1.69,-7.436],[0.776,-3.89]],"v":[[-20.063,-22.635],[-16.472,-40.679],[-9.403,-45.554],[9.524,-44.678],[14.757,-40.588],[18.562,-24.582],[25.491,4.451],[33.871,34.591],[33.946,37.072],[28.321,43.317],[14.405,43.702],[10.423,34.635],[5.797,29.613],[-7.321,31.007],[-7.438,31.017],[-9.654,38.187],[-14.119,45.302],[-14.122,45.297],[-29.416,45.452],[-34.493,40.861],[-30.018,26.264],[-28.183,24.69],[-28.175,11.088],[-23.161,-11.233]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[214.064,286.629],"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":"Group 71","np":4,"cix":2,"ix":71,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.348,2.64],[-2.444,17.025],[-16.854,-6.03],[-3.758,-4.142],[-1.062,-0.734],[0,0],[-0.617,-0.193],[0,0],[0,0],[-0.651,-2.662],[2.885,-2.197],[6.413,0.055],[0.354,1.868],[3.511,0.793],[1.568,-3.035],[-0.011,-2.034],[-0.092,-13.609],[-2.347,-0.566],[-0.688,-0.934],[-2.692,0.388],[-0.36,2.285],[-0.41,2.629],[3.76,0.316],[0.191,2.94],[-4.17,0.706],[-7.312,-0.037],[-2.101,-0.737],[-1.946,-11.712],[3.282,-0.878],[3.567,3.324],[1.616,-2.59],[0.647,-0.562],[1.848,-0.667],[5.298,0.625],[2.298,4.061]],"o":[[-1.466,-16.765],[2.948,-20.537],[5.028,1.8],[0.179,1.327],[0,0],[-0.069,0.604],[0,0],[0,0],[0.689,2.653],[0.702,2.876],[-6.414,-0.056],[-1.696,-1.444],[-0.571,-3.006],[-3.645,-0.823],[-2.311,1.024],[0.077,13.609],[0.01,1.549],[0.608,0.992],[1.856,2.522],[2.577,-0.372],[0.413,-2.628],[0.522,-3.338],[-5.305,-0.445],[-0.19,-2.922],[7.292,-1.235],[3.032,0.015],[1.386,11.693],[0.424,2.554],[-4.029,1.078],[-2.64,-2.461],[-0.647,0.563],[-1.901,0.521],[-5.539,1.999],[-5.133,-0.605],[-1.458,-2.578]],"v":[[-27.769,30.916],[-29.145,-19.482],[10.29,-43.124],[24.242,-36.12],[26.25,-33.127],[26.249,-33.131],[26.992,-31.889],[27.117,-32.134],[26.958,-31.91],[29.017,-23.95],[27.483,-15.985],[8.242,-16.152],[6.448,-21.586],[1.708,-28.294],[-5.75,-24.132],[-7.889,-19.05],[-7.694,21.777],[-5.888,25.829],[-4.051,28.797],[3.193,30.924],[6.992,26.295],[8.211,18.406],[3.997,12.575],[0.138,4.896],[4.159,-1.98],[26.078,-2.462],[30.155,1.879],[31.165,37.076],[28.302,44.282],[16.086,43.092],[10.286,43.882],[8.345,45.571],[2.65,47.155],[-13.237,45.906],[-23.706,38.824]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[281.747,284.133],"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":"Group 72","np":2,"cix":2,"ix":72,"mn":"ADBE Vector Group","hd":false},{"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":[[8.206,-9.526],[7.685,-9.729],[7.685,13.788],[8.206,13.779]],"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,5.808],[1.618,8.529],[4.257,0.032],[0.519,-4.375],[0.246,-3.464],[-2.783,-11.709],[-3.231,0],[-0.207,4.791]],"o":[[0.576,-8.637],[-0.609,-3.206],[-4.328,-0.034],[-0.412,3.457],[-0.851,11.984],[0.695,2.926],[4.006,0.002],[0.251,-5.797]],"v":[[6.118,4.604],[4.926,-21.186],[-0.534,-27.637],[-7.819,-21.155],[-9.283,-10.814],[-6.468,24.749],[-0.968,29.432],[6.059,22.025]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[-7.673,1.714],[-6.111,-1.453],[-2.289,-9.004],[3.382,-16.893],[3.265,-4.327],[1.115,-2.9],[0,0],[0.618,-0.5],[5.887,0.217],[2.619,-0.04],[3.185,6.164],[0.012,7.414],[0.001,10.777],[0,0],[0,0],[-1.004,3.666],[0,0],[-0.654,0.724]],"o":[[6.153,-0.651],[9.855,2.343],[4.205,16.542],[-1.04,5.196],[-2.898,1.114],[0,0],[-0.975,0.058],[-4.97,4.012],[-2.614,-0.095],[-8.256,0.032],[-3.33,-6.446],[-0.002,-10.777],[0,0],[0,0],[1.004,-3.666],[0,0],[0.766,-0.12],[4.888,-5.407]],"v":[[-9.455,-46.777],[8.834,-45.729],[26.578,-27.706],[28.357,22.598],[22.43,37.155],[16.405,43.171],[16.387,43.181],[13.512,43.416],[-3.137,47.147],[-10.993,47.246],[-26.702,35.328],[-31.734,14.285],[-31.739,-18.047],[-31.637,-21.871],[-31.638,-21.868],[-28.625,-32.866],[-28.636,-32.857],[-26.674,-33.865]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[489.65,280.881],"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":"Group 73","np":5,"cix":2,"ix":73,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.976,5.052],[0.573,0.8],[2.867,-1.66],[-0.425,-3.194],[0.456,-4.726],[-0.88,-8.393],[-3.79,1.668],[-1.628,1.131],[-0.007,1.697],[0.69,7.602]],"o":[[-0.455,-0.886],[-2.25,-3.14],[-3.493,2.023],[0.633,4.76],[-0.823,8.513],[0.423,4.046],[1.781,-0.783],[2.788,-0.335],[0.03,-7.661],[-0.473,-5.204]],"v":[[6.235,-19.947],[4.853,-22.593],[-6.277,-26.071],[-8.245,-17.66],[-7.331,-3.28],[-6.43,21.988],[0.995,26.234],[5.906,22.902],[8.103,18.669],[7.86,-4.301]],"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.446,-2.384],[1.336,0.438],[1.605,-0.003],[4.828,-0.046],[0.212,10.08],[-0.025,0.652],[0.77,15.844],[-4.976,0.131],[-4.425,0.483],[-0.711,0.041],[-2.68,1.389],[0,0],[-6.427,-5.56],[-1.228,-7.55],[0.876,-13.22],[9.224,-4.68],[5.414,-0.019]],"o":[[-1.302,0.489],[-0.362,-2.43],[-4.827,0.009],[-3.342,-9.89],[0.024,-0.653],[-0.464,-15.859],[-0.241,-4.957],[4.435,-0.117],[0.711,-0.041],[2.64,0.701],[0,0],[7.88,-0.429],[6.248,5.405],[2.146,13.186],[-0.679,10.261],[-5.414,-0.021],[-1.554,0.006]],"v":[[-5.859,44.897],[-9.814,45.034],[-13.677,43.001],[-28.158,43.125],[-29.995,12.957],[-29.923,11],[-31.43,-36.571],[-25.258,-43.695],[-11.98,-45.066],[-9.847,-45.188],[-1.892,-45.03],[-1.848,-45.043],[19.955,-39.305],[29.525,-19.086],[29.981,20.65],[14.279,43.063],[-1.962,43.013]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[419.84,283.008],"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":"Group 74","np":4,"cix":2,"ix":74,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":212,"st":0,"bm":0}]},{"id":"comp_7","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"agua Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":64,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":90,"s":[100],"e":[0]},{"t":107}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":35,"s":[307.5,963.877,0],"e":[307.5,437,0],"to":[0,-87.8128509521484,0],"ti":[0,80.4795150756836,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":64,"s":[307.5,437,0],"e":[307.5,481,0],"to":[0,-80.4795150756836,0],"ti":[0,-21.3333339691162,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":74,"s":[307.5,481,0],"e":[307.5,528.307,0],"to":[0,19.463809967041,0],"ti":[0,-10.4375047683716,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":93,"s":[307.5,528.307,0],"e":[307.5,6.307,0],"to":[0,1.00253593921661,0],"ti":[0,0.33333334326744,0]},{"t":104}],"ix":2},"a":{"a":0,"k":[78.5,138,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.527,0.133],[0.198,0.389],[0.302,1.38],[-0.713,1.641],[-1.045,0.402],[-1.258,-0.136],[-1.151,-0.341],[-2.654,-1.936],[-1.461,-1.642],[-1.295,-1.836],[-0.6,-3.27],[0.655,-1.643],[2.01,-0.491],[3.225,1.337],[1.538,1.039],[1.425,1.602],[0.802,0.433],[0.664,0.966],[0.522,1.493]],"o":[[0.179,-0.381],[-0.656,-1.286],[-0.425,-1.95],[0.428,-0.983],[1.13,-0.434],[1.162,0.125],[3.167,0.94],[1.726,1.259],[1.478,1.66],[1.902,2.7],[0.311,1.698],[-0.792,1.985],[-3.552,0.868],[-1.752,-0.727],[-1.738,-1.175],[-0.57,-0.64],[-0.557,-1.038],[-0.879,-1.279],[-0.187,-0.533]],"v":[[-15.274,-2.799],[-15.317,-3.917],[-16.333,-8.018],[-15.255,-13.267],[-12.72,-15.148],[-9.245,-15.923],[-5.772,-15.454],[3.131,-11.382],[8.108,-7.238],[12.447,-2.178],[16.404,6.641],[16.103,11.624],[11.812,15.19],[1.83,13.607],[-3.054,10.874],[-7.915,6.848],[-9.776,4.99],[-11.8,2.116],[-14.262,-1.816]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.573000021542,0.885999971278,0.957000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[75.256,246.406],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-19.263,-22.917],[1.66,-28.563],[8.468,-5.74],[11.403,-1.101]],"o":[[0,0],[19.264,22.917],[-1.661,28.562],[-8.575,5.811],[0,0]],"v":[[-29.504,-84.413],[-9.355,-49.539],[27.844,28.511],[-0.78,77.056],[-29.504,84.413]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.310000011968,0.757000014361,0.913999968884,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[127.452,190.787],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[19.263,-22.917],[-1.66,-28.563],[-8.468,-5.74],[-11.403,-1.101]],"o":[[0,0],[-19.264,22.917],[1.661,28.562],[8.575,5.811],[0,0]],"v":[[29.504,-84.413],[9.355,-49.539],[-27.844,28.511],[0.78,77.056],[29.504,84.413]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.310000011968,0.757000014361,0.913999968884,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[69.042,190.787],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.747,0],[0,0],[0,-1.747],[0,0],[1.747,0],[0,0],[0,1.748],[0,0]],"o":[[0,0],[1.747,0],[0,0],[0,1.748],[0,0],[-1.747,0],[0,0],[0,-1.747]],"v":[[-12.299,-4.33],[12.3,-4.33],[15.464,-1.167],[15.464,1.166],[12.3,4.33],[-12.299,4.33],[-15.464,1.166],[-15.464,-1.167]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.289999988032,0.536999990426,0.862999949736,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[96.113,93.506],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[25.642,1.124],[-5.061,1.574],[0,0],[-14.62,-18.443],[-1.237,-20.806]],"o":[[0,0],[-25.641,-1.125],[5.06,-1.574],[0,0],[0,0],[0,0]],"v":[[14.733,24.685],[-10.909,-1.855],[-20.468,-21.311],[-12.652,-23.673],[25.304,-6.242],[36.55,24.685]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.365000017952,0.611999990426,0.925,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[70.415,64.491],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"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":[[26.159,10.909],[-26.159,10.909],[-26.159,-10.909],[26.159,-10.909]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.365000017952,0.611999990426,0.925,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[35.147,51.727],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0.049,19.048],[-0.049,-19.048]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.027000000898,0.258999992819,0.328999986836,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[2.496,51.765],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[7.882,2.749],[0.152,0.049],[-0.168,-5.103],[-0.031,-7.388],[0,8.722]],"o":[[-0.15,-0.053],[0.651,5.279],[0.244,7.38],[7.746,-2.822],[0,-8.819]],"v":[[-6.54,-18.948],[-6.997,-19.091],[-6.562,-3.084],[-6.281,19.091],[6.997,0.119]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.289999988032,0.536999990426,0.862999949736,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[8.987,51.664],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.794,0],[0,0],[0,0.793],[0,0],[-0.793,0],[0,0],[0,-0.794],[0,0]],"o":[[0,0],[-0.793,0],[0,0],[0,-0.794],[0,0],[0.794,0],[0,0],[0,0.793]],"v":[[0.531,19.624],[-0.53,19.624],[-1.967,18.188],[-1.967,-18.186],[-0.53,-19.624],[0.531,-19.624],[1.967,-18.186],[1.967,18.188]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.289999988032,0.536999990426,0.862999949736,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[2.545,51.783],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,10.559],[-10.558,0],[0,-10.559],[10.56,0]],"o":[[0,-10.559],[10.56,0],[0,10.559],[-10.558,0]],"v":[[-19.118,-0.001],[-0.001,-19.118],[19.118,-0.001],[-0.001,19.118]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.365000017952,0.611999990426,0.925,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[42.694,51.839],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"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":[[5.285,8.633],[-5.285,8.633],[-5.285,-8.633],[5.285,-8.633]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.289999988032,0.536999990426,0.862999949736,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[42.637,25.438],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"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":[[7.254,2.811],[-7.254,2.811],[-7.254,-2.811],[7.254,-2.811]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.289999988032,0.536999990426,0.862999949736,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[42.693,14.952],"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"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":[[-18.893,3.627],[18.893,3.627],[18.893,-3.627],[-18.893,-3.627]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.289999988032,0.536999990426,0.862999949736,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[44.605,9.919],"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,4.565],[-4.565,0],[0,-4.565],[4.565,0]],"o":[[0,-4.565],[4.565,0],[0,4.565],[-4.565,0]],"v":[[-8.266,0],[0,-8.266],[8.266,0],[0,8.266]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.289999988032,0.536999990426,0.862999949736,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[66.03,9.497],"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,4.565],[-4.566,0],[0,-4.565],[4.565,0]],"o":[[0,-4.565],[4.565,0],[0,4.565],[-4.566,0]],"v":[[-8.265,0],[0.001,-8.266],[8.265,0],[0.001,8.266]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.289999988032,0.536999990426,0.862999949736,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[19.302,9.497],"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":"Group 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":216,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"luz Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":48,"s":[100],"e":[0]},{"t":61}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.49,"y":0.477},"o":{"x":0.333,"y":0},"n":"0p49_0p477_0p333_0","t":0,"s":[303.5,987.5,0],"e":[303.5,445.5,0],"to":[0,-90.3333358764648,0],"ti":[0,79.3333358764648,0]},{"i":{"x":0.66,"y":0.703},"o":{"x":0,"y":0},"n":"0p66_0p703_0_0","t":15,"s":[303.5,445.5,0],"e":[303.5,511.5,0],"to":[0,-79.3333358764648,0],"ti":[0,-12.6666669845581,0]},{"i":{"x":0.66,"y":0.393},"o":{"x":0.167,"y":0},"n":"0p66_0p393_0p167_0","t":27,"s":[303.5,511.5,0],"e":[303.5,521.5,0],"to":[0,12.6666669845581,0],"ti":[0,84.3333358764648,0]},{"i":{"x":0.66,"y":0.922},"o":{"x":0.167,"y":0},"n":"0p66_0p922_0p167_0","t":45,"s":[303.5,521.5,0],"e":[303.5,5.5,0],"to":[0,-84.3333358764648,0],"ti":[0,86,0]},{"t":59}],"ix":2},"a":{"a":0,"k":[116.5,152.5,0],"ix":1},"s":{"a":0,"k":[90,90,100],"ix":6}},"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[17.42,-56.812],[-36.423,10.492],[-5.938,10.492],[-17.419,56.812],[36.423,-10.887],[4.751,-10.887]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.969000004787,0.980000035903,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[118.388,113.764],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.03,-1.824],[6.907,-0.155],[3.675,0.109],[-5.127,0.643],[-3.295,0.385],[-1.23,0.033]],"o":[[-6.908,0.087],[-3.665,0.082],[5.129,-0.627],[3.292,-0.412],[1.216,-0.141],[1.161,0.709]],"v":[[15.861,1.134],[-4.861,1.596],[-15.861,1.6],[-0.474,-0.284],[9.395,-1.568],[13.08,-1.684]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.788000009574,0.808000033509,0.842999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[140.03,278.391],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-9.902,-0.014],[1.542,-0.186],[5.921,-0.555],[4.239,-0.411],[4.184,-0.198],[4.092,-0.16],[4.396,0.069],[-2.703,1.286],[-1.385,-0.01],[-11.777,-0.008]],"o":[[-1.493,0.594],[-5.903,0.712],[-4.24,0.397],[-4.176,0.405],[-4.093,0.193],[-4.371,0.172],[0.002,-2.977],[1.388,0.397],[11.776,0.084],[9.901,0.008]],"v":[[36.459,-3.487],[31.816,-2.899],[14.065,-1.117],[1.337,-0.001],[-11.182,1.282],[-23.377,2.473],[-36.459,3.525],[-32.441,-2.894],[-28.577,-3.584],[6.754,-3.527]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.791999966491,0.808000033509,0.830999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[113.434,219.982],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.083,0.772],[-23.044,2.625],[-0.037,-0.219],[2.244,-0.31],[4.229,-0.845],[7.054,-1.542],[6.941,-1.529],[2.796,-0.578],[0.251,-0.143],[-1.313,2.188]],"o":[[22.999,-3.019],[0.036,0.219],[-2.21,0.554],[-4.289,0.592],[-7.08,1.414],[-6.942,1.518],[-2.787,0.615],[-0.267,0.055],[-2.405,-1.048],[0.724,-1.208]],"v":[[-32.468,0.24],[36.61,-8.112],[36.72,-7.455],[30.084,-5.834],[17.429,-3.151],[-3.76,1.344],[-24.566,5.997],[-32.959,7.695],[-33.711,8.112],[-35.407,2.904]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.788000009574,0.808000033509,0.842999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.736,272.591],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.151,0.797],[-5.865,0.879],[-4.446,0.6],[-5.242,0.84],[-4.341,0.504],[-3.219,0.515],[-1.859,-0.08],[1.217,-0.268],[4.897,-1.06],[8.012,-1.748],[7.976,-1.727],[2.94,-0.922],[-1.802,2.3]],"o":[[5.736,-1.709],[4.435,-0.664],[5.254,-0.71],[4.31,-0.692],[3.242,-0.377],[1.862,-0.298],[-1.09,0.76],[-4.893,1.076],[-8.013,1.735],[-7.974,1.738],[-3.002,0.651],[-2.548,-1.598],[0.451,-0.575]],"v":[[-35.959,0.676],[-18.371,-2.018],[-4.997,-3.557],[10.787,-5.511],[23.804,-7.05],[33.522,-8.234],[39.063,-8.311],[35.47,-7.305],[20.813,-3.972],[-3.251,1.133],[-27.144,6.473],[-36.123,8.532],[-37.261,2.451]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.788000009574,0.808000033509,0.842999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.417,228.779],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.23,-0.148],[1.696,-0.386],[8.297,-1.941],[7.668,-1.777],[6.836,-1.505],[0.232,-0.31],[-2.502,2.028],[-1.332,0.939],[-3.929,0.491],[-3.868,0.477],[-5.314,0.631],[-4.624,0.537],[-4.203,0.599],[-1.276,0.538]],"o":[[-1.447,1.221],[-8.304,1.891],[-7.664,1.792],[-6.822,1.58],[-0.351,0.077],[-2.862,-1.346],[1.304,-1.057],[3.981,0.073],[3.867,-0.484],[5.31,-0.656],[4.623,-0.549],[4.218,-0.49],[1.324,-0.189],[0.231,0.149]],"v":[[38.691,-8.225],[33.681,-6.643],[8.723,-1.158],[-14.382,3.74],[-34.895,8.231],[-35.818,8.671],[-36.189,1.608],[-31.858,-0.563],[-20.037,-1.645],[-8.428,-3.033],[7.501,-5.03],[21.382,-6.566],[34.022,-8.155],[37.999,-8.671]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.788000009574,0.808000033509,0.842999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.121,243.438],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.423,0.784],[-2.176,0.191],[-3.581,0.433],[-3.411,0.411],[-4.391,0.53],[-4.464,0.34],[-5.339,-0.158],[-0.231,-0.031],[1.009,-0.222],[5.4,-1.191],[7.367,-1.411],[5.709,-1.113],[5.262,-1.271],[0.136,-0.11],[-2.554,1.971]],"o":[[2.219,0.389],[3.591,-0.316],[3.409,-0.412],[4.39,-0.53],[4.45,-0.537],[5.287,-0.402],[0.231,0.029],[-0.719,1.053],[-5.401,1.188],[-7.33,1.615],[-5.714,1.095],[-5.297,1.032],[-0.152,0.036],[-2.779,-1.652],[1.316,-1.016]],"v":[[-31.817,-0.656],[-25.277,-1.147],[-14.53,-2.407],[-4.302,-3.65],[8.872,-5.233],[22.222,-6.811],[38.035,-8.414],[38.727,-8.324],[35.772,-7.181],[19.532,-3.782],[-2.436,1.161],[-19.503,4.773],[-35.359,8.251],[-35.766,8.572],[-36.172,1.528]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.788000009574,0.808000033509,0.842999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.088,257.976],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.834,6.35],[-15.116,0.04],[-0.537,-0.865],[-0.641,-0.247],[9.831,0.867]],"o":[[15.115,-0.008],[1.064,-0.003],[0.344,0.556],[-7.34,5.874],[-9.526,-0.84]],"v":[[-24.52,-6.527],[20.826,-6.572],[23.171,-5.377],[24.52,-4.053],[-0.548,5.708]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.395999983245,0.423999980852,0.46699999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[116.77,297.336],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.447,1.221],[-0.303,-2.536],[2.402,-0.717],[-0.336,-2.418],[-0.003,-0.118],[5.287,-0.402],[4.45,-0.537],[4.39,-0.53],[3.409,-0.412],[3.591,-0.316],[2.219,0.389],[0.001,0.175],[2.62,1.024],[0.436,0.282],[-0.351,0.077],[-6.822,1.58],[-7.664,1.792],[-8.304,1.891]],"o":[[3.033,0.095],[0.225,1.878],[-2.914,0.869],[0.015,0.116],[-5.339,-0.158],[-4.464,0.34],[-4.391,0.531],[-3.411,0.412],[-3.581,0.433],[-2.176,0.192],[-0.003,-0.174],[-0.018,-2.845],[-0.474,-0.186],[0.232,-0.31],[6.836,-1.505],[7.668,-1.777],[8.297,-1.941],[1.696,-0.386]],"v":[[34.459,-11.248],[39.824,-7.019],[36.621,-2.337],[33.757,2.75],[33.77,3.102],[17.957,4.704],[4.607,6.281],[-8.567,7.865],[-18.795,9.108],[-29.542,10.368],[-36.082,10.859],[-36.091,10.335],[-38.735,6.481],[-40.049,5.648],[-39.127,5.208],[-18.613,0.717],[4.492,-4.181],[29.449,-9.666]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.663000009574,0.694000004787,0.736999990426,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[119.352,246.461],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.908,0.364],[0.211,-3.267],[2.658,-0.922],[-0.246,-1.587],[-0.005,-0.467],[1.324,-0.189],[4.218,-0.49],[4.623,-0.55],[5.31,-0.656],[3.867,-0.483],[3.981,0.073],[-0.005,0.058],[3.31,0.135],[0.327,0.234],[-3.002,0.651],[-7.973,1.738],[-8.014,1.736],[-4.893,1.076],[-1.091,0.761],[1.861,-0.297],[3.242,-0.376],[4.31,-0.692],[5.254,-0.71],[4.436,-0.664],[5.737,-1.709],[-0.302,2.454],[-4.371,0.172],[-4.093,0.194],[-4.176,0.405],[-4.24,0.398],[-5.903,0.711],[-1.493,0.593]],"o":[[3.02,1.518],[-0.188,2.917],[-1.698,0.589],[0.07,0.457],[-1.275,0.538],[-4.203,0.599],[-4.624,0.537],[-5.313,0.631],[-3.868,0.477],[-3.929,0.492],[-0.001,-0.059],[0.214,-2.33],[-0.338,-0.014],[2.941,-0.923],[7.975,-1.727],[8.012,-1.747],[4.896,-1.06],[1.218,-0.268],[-1.86,-0.08],[-3.22,0.516],[-4.341,0.504],[-5.242,0.84],[-4.446,0.6],[-5.865,0.879],[-1.565,-1.674],[4.395,0.069],[4.092,-0.161],[4.184,-0.197],[4.239,-0.411],[5.921,-0.554],[1.542,-0.186],[1.924,-0.512]],"v":[[37.27,-12.362],[41.276,-5.042],[36.851,0.9],[34.931,3.902],[34.958,5.302],[30.982,5.818],[18.343,7.406],[4.46,8.943],[-11.467,10.939],[-23.076,12.327],[-34.899,13.41],[-34.902,13.234],[-37.881,8.52],[-38.867,7.845],[-29.887,5.786],[-5.995,0.445],[18.07,-4.66],[32.726,-7.993],[36.32,-8.999],[30.779,-8.922],[21.06,-7.738],[8.043,-6.198],[-7.741,-4.245],[-21.115,-2.706],[-38.703,-0.011],[-41.185,-5.958],[-28.103,-7.01],[-15.908,-8.203],[-3.389,-9.485],[9.339,-10.602],[27.09,-12.383],[31.733,-12.97]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.663000009574,0.694000004787,0.736999990426,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[118.161,229.466],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[15.115,-0.008],[2.738,2.985],[0.383,0.658],[-0.266,0.055],[-2.787,0.615],[-6.943,1.519],[-7.08,1.414],[-4.289,0.592],[-2.21,0.554],[0.036,0.219],[22.999,-3.019],[-0.014,0.173],[3.586,0.198],[0.274,0.211],[-0.153,0.037],[-5.298,1.033],[-5.713,1.094],[-7.33,1.615],[-5.401,1.188],[-0.719,1.053],[-1.051,-0.655],[1.713,-2.019],[1.484,-0.462],[0.264,-0.194],[-0.891,-0.472],[-0.542,-0.757],[1.884,-1.093],[-0.135,-1.783],[1.216,-0.141],[3.292,-0.412],[5.129,-0.627],[-3.665,0.082],[-6.909,0.087],[1.542,-0.52],[0.789,-0.823],[2.702,-2.391],[0.713,-0.164],[0.344,0.556],[1.064,-0.003]],"o":[[-3.315,-2.4],[-0.504,-0.551],[0.251,-0.144],[2.796,-0.578],[6.94,-1.529],[7.053,-1.542],[4.229,-0.845],[2.244,-0.31],[-0.036,-0.219],[-23.044,2.625],[-0.002,-0.175],[0.196,-2.464],[-0.285,-0.016],[0.136,-0.11],[5.261,-1.271],[5.709,-1.113],[7.368,-1.412],[5.401,-1.191],[1.009,-0.221],[1.301,-0.145],[2.236,1.395],[-1.016,1.195],[-0.335,0.104],[-0.774,0.569],[0.859,0.455],[1.09,1.521],[-1.955,1.133],[-1.229,0.033],[-3.295,0.384],[-5.127,0.642],[3.675,0.109],[6.906,-0.155],[0.025,1.704],[-1.077,0.363],[-2.493,2.602],[-0.527,0.466],[-0.641,-0.247],[-0.537,-0.865],[-15.116,0.04]],"v":[[-27.38,19.414],[-36.052,10.908],[-37.606,9.308],[-36.854,8.891],[-28.46,7.193],[-7.654,2.539],[13.535,-1.955],[26.189,-4.638],[32.825,-6.259],[32.716,-6.916],[-36.362,1.436],[-36.367,0.912],[-39.487,-4.242],[-40.31,-4.847],[-39.902,-5.167],[-24.046,-8.645],[-6.98,-12.256],[14.988,-17.2],[31.228,-20.599],[34.184,-21.743],[37.663,-20.723],[38.597,-14.509],[34.782,-12.105],[33.781,-11.806],[34.354,-6.028],[36.439,-4.177],[35.346,0.913],[33.478,5.313],[29.794,5.429],[19.925,6.713],[4.538,8.597],[15.538,8.593],[36.26,8.131],[33.829,11.351],[31.082,13.169],[23.421,20.792],[21.659,21.888],[20.311,20.564],[17.966,19.369]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.663000009574,0.689999988032,0.732999973671,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[119.631,271.395],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.06,0.639],[-0.417,0.301],[-1.555,0.601],[-2.041,-0.536],[-0.657,-1.146],[-0.07,-1.492],[0.19,-1.403],[1.777,-3.443],[1.65,-2],[1.908,-1.841],[3.704,-1.29],[2.033,0.468],[0.937,2.255],[-0.977,4.001],[-0.935,1.981],[-1.609,1.95],[-0.36,1.013],[-1.006,0.948],[-1.645,0.878]],"o":[[0.476,0.14],[1.382,-0.998],[2.197,-0.849],[1.225,0.321],[0.711,1.24],[0.064,1.377],[-0.525,3.863],[-1.156,2.24],[-1.67,2.025],[-2.803,2.706],[-1.923,0.669],[-2.459,-0.564],[-1.653,-3.984],[0.531,-2.177],[1.055,-2.239],[0.645,-0.782],[1.11,-0.838],[1.333,-1.257],[0.588,-0.314]],"v":[[0.538,-18.316],[1.833,-18.567],[6.433,-20.492],[12.745,-20.184],[15.397,-17.569],[16.929,-13.656],[17.009,-9.523],[13.869,1.593],[9.937,8.144],[4.82,14.117],[-4.747,20.324],[-10.61,20.873],[-15.546,16.514],[-15.501,4.591],[-13.197,-1.598],[-9.381,-7.992],[-7.55,-10.497],[-4.566,-13.377],[-0.426,-16.958]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.995999983245,0.902000038297,0.675,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[59.747,58.219],"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[12.711,15.254],[-29.872,62.286],[0,0],[0,0]],"o":[[0,0],[0,0],[-12.711,-15.253],[29.872,-62.286],[0,0],[0,0]],"v":[[75.315,117.58],[5.403,117.58],[-6.038,77.539],[-45.443,-55.294],[46.079,-108.046],[46.079,111.86]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.808000033509,0.328999986836,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[76.616,117.833],"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-12.711,15.254],[29.872,62.286],[0,0],[0,0]],"o":[[0,0],[0,0],[12.712,-15.253],[-29.871,-62.286],[0,0],[0,0]],"v":[[-75.315,117.58],[-5.402,117.58],[6.038,77.539],[45.443,-55.294],[-46.079,-108.046],[-46.079,111.86]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.808000033509,0.328999986836,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[156.681,117.833],"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":216,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"edificios Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[307.5,715.5,0],"ix":2},"a":{"a":0,"k":[345.5,70.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-2.242,5.331],[2.242,5.331],[2.242,-5.331],[-2.242,-5.331]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[482.889,114.586],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[-2.241,5.331],[2.241,5.331],[2.241,-5.331],[-2.241,-5.331]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[489.311,114.586],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"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":[[-2.241,5.331],[2.241,5.331],[2.241,-5.331],[-2.241,-5.331]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[495.429,114.586],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"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":[[-2.242,5.331],[2.242,5.331],[2.242,-5.331],[-2.242,-5.331]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[501.79,114.586],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"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":[[-2.241,5.331],[2.241,5.331],[2.241,-5.331],[-2.241,-5.331]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[507.909,114.586],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"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":[[-2.241,5.331],[2.241,5.331],[2.241,-5.331],[-2.241,-5.331]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[513.906,114.586],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"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":[[-2.242,5.331],[2.242,5.331],[2.242,-5.331],[-2.242,-5.331]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[520.267,114.586],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"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":[[2.125,3.421],[-2.125,3.421],[-2.125,-3.421],[2.125,-3.421]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[509.541,135.235],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"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":[[2.125,3.421],[-2.125,3.421],[-2.125,-3.421],[2.125,-3.421]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[515.315,135.235],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"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":[[-22.373,15.843],[22.373,15.843],[22.373,-15.843],[-22.373,-15.843]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.952999997606,0.952999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[501.578,124.291],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.211,5.089],[3.211,5.089],[3.211,-5.089],[-3.211,-5.089]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.952999997606,0.952999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[487.07,105.419],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"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":[[4.04,9.608],[-4.04,9.608],[-4.04,-9.608],[4.04,-9.608]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[684.013,70.811],"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"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":[[4.039,9.608],[-4.039,9.608],[-4.039,-9.608],[4.039,-9.608]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[672.44,70.811],"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"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":[[4.039,9.608],[-4.039,9.608],[-4.039,-9.608],[4.039,-9.608]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[661.412,70.811],"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"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":[[4.04,9.608],[-4.04,9.608],[-4.04,-9.608],[4.04,-9.608]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[649.947,70.811],"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":"Group 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"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":[[4.039,9.608],[-4.039,9.608],[-4.039,-9.608],[4.039,-9.608]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[638.919,70.811],"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":"Group 16","np":2,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"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":[[4.04,9.608],[-4.04,9.608],[-4.04,-9.608],[4.04,-9.608]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[628.11,70.811],"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":"Group 17","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"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":[[4.039,9.608],[-4.039,9.608],[-4.039,-9.608],[4.039,-9.608]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[616.647,70.811],"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":"Group 18","np":2,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.829,6.165],[3.829,6.165],[3.829,-6.165],[-3.829,-6.165]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[625.57,123.023],"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":"Group 19","np":2,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.829,6.165],[3.829,6.165],[3.829,-6.165],[-3.829,-6.165]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[635.979,123.023],"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":"Group 20","np":2,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.829,6.165],[3.829,6.165],[3.829,-6.165],[-3.829,-6.165]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[635.979,108.027],"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":"Group 21","np":2,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.829,6.165],[3.829,6.165],[3.829,-6.165],[-3.829,-6.165]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[625.57,108.027],"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":"Group 22","np":2,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"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":[[-40.325,40.194],[40.325,40.194],[40.325,-40.194],[-40.325,-40.194]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.952999997606,0.952999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[650.329,99.94],"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":"Group 23","np":2,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false},{"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":[[5.786,9.172],[-5.786,9.172],[-5.786,-9.172],[5.786,-9.172]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.952999997606,0.952999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[676.479,54.287],"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":"Group 24","np":2,"cix":2,"ix":24,"mn":"ADBE Vector Group","hd":false},{"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":[[-8.589,13.83],[8.589,13.83],[8.589,-13.83],[-8.589,-13.83]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[549.735,109.025],"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":"Group 25","np":2,"cix":2,"ix":25,"mn":"ADBE Vector Group","hd":false},{"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":[[-8.589,13.829],[8.589,13.829],[8.589,-13.829],[-8.589,-13.829]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929000016755,0.933000033509,0.941000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[581.18,95.196],"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":"Group 26","np":2,"cix":2,"ix":26,"mn":"ADBE Vector Group","hd":false},{"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":[[-8.589,13.83],[8.589,13.83],[8.589,-13.83],[-8.589,-13.83]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[581.18,39.003],"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":"Group 27","np":2,"cix":2,"ix":27,"mn":"ADBE Vector Group","hd":false},{"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":[[-8.589,13.83],[8.589,13.83],[8.589,-13.83],[-8.589,-13.83]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[549.735,48.902],"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":"Group 28","np":2,"cix":2,"ix":28,"mn":"ADBE Vector Group","hd":false},{"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":[[-37.85,69.708],[37.85,69.708],[37.85,-69.708],[-37.85,-69.708]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.952999997606,0.952999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[563.722,70.425],"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":"Group 29","np":2,"cix":2,"ix":29,"mn":"ADBE Vector Group","hd":false},{"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":[[-4.064,9.664],[4.064,9.664],[4.064,-9.664],[-4.064,-9.664]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[135.967,48.306],"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":"Group 30","np":2,"cix":2,"ix":30,"mn":"ADBE Vector Group","hd":false},{"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":[[-4.063,9.664],[4.063,9.664],[4.063,-9.664],[-4.063,-9.664]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[147.609,48.306],"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":"Group 31","np":2,"cix":2,"ix":31,"mn":"ADBE Vector Group","hd":false},{"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":[[-4.063,9.664],[4.063,9.664],[4.063,-9.664],[-4.063,-9.664]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[158.701,48.306],"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":"Group 32","np":2,"cix":2,"ix":32,"mn":"ADBE Vector Group","hd":false},{"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":[[-4.064,9.664],[4.064,9.664],[4.064,-9.664],[-4.064,-9.664]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[170.231,48.306],"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":"Group 33","np":2,"cix":2,"ix":33,"mn":"ADBE Vector Group","hd":false},{"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":[[-4.064,9.664],[4.064,9.664],[4.064,-9.664],[-4.064,-9.664]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[181.324,48.306],"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":"Group 34","np":2,"cix":2,"ix":34,"mn":"ADBE Vector Group","hd":false},{"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":[[-4.064,9.664],[4.064,9.664],[4.064,-9.664],[-4.064,-9.664]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[192.196,48.306],"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":"Group 35","np":2,"cix":2,"ix":35,"mn":"ADBE Vector Group","hd":false},{"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":[[-4.064,9.664],[4.064,9.664],[4.064,-9.664],[-4.064,-9.664]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[203.727,48.306],"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":"Group 36","np":2,"cix":2,"ix":36,"mn":"ADBE Vector Group","hd":false},{"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":[[3.852,6.201],[-3.852,6.201],[-3.852,-6.201],[3.852,-6.201]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[146.438,133.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":"Group 37","np":2,"cix":2,"ix":37,"mn":"ADBE Vector Group","hd":false},{"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":[[3.851,6.201],[-3.851,6.201],[-3.851,-6.201],[3.851,-6.201]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[156.907,133.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":"Group 38","np":2,"cix":2,"ix":38,"mn":"ADBE Vector Group","hd":false},{"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":[[3.851,6.201],[-3.851,6.201],[-3.851,-6.201],[3.851,-6.201]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[194.751,100.821],"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":"Group 39","np":2,"cix":2,"ix":39,"mn":"ADBE Vector Group","hd":false},{"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":[[3.851,6.201],[-3.851,6.201],[-3.851,-6.201],[3.851,-6.201]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[184.281,100.821],"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":"Group 40","np":2,"cix":2,"ix":40,"mn":"ADBE Vector Group","hd":false},{"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":[[3.851,6.201],[-3.851,6.201],[-3.851,-6.201],[3.851,-6.201]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[184.281,85.739],"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":"Group 41","np":2,"cix":2,"ix":41,"mn":"ADBE Vector Group","hd":false},{"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":[[3.851,6.201],[-3.851,6.201],[-3.851,-6.201],[3.851,-6.201]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[194.751,85.739],"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":"Group 42","np":2,"cix":2,"ix":42,"mn":"ADBE Vector Group","hd":false},{"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":[[-40.56,51.478],[40.56,51.478],[40.56,-51.478],[-40.56,-51.478]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.952999997606,0.952999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[169.847,88.656],"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":"Group 43","np":2,"cix":2,"ix":43,"mn":"ADBE Vector Group","hd":false},{"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":[[-5.821,9.225],[5.821,9.225],[5.821,-9.225],[-5.821,-9.225]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.952999997606,0.952999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[143.546,31.686],"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":"Group 44","np":2,"cix":2,"ix":44,"mn":"ADBE Vector Group","hd":false},{"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":[[-2.241,5.331],[2.241,5.331],[2.241,-5.331],[-2.241,-5.331]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[264.835,114.586],"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":"Group 45","np":2,"cix":2,"ix":45,"mn":"ADBE Vector Group","hd":false},{"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":[[-2.241,5.331],[2.241,5.331],[2.241,-5.331],[-2.241,-5.331]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[271.257,114.586],"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":"Group 46","np":2,"cix":2,"ix":46,"mn":"ADBE Vector Group","hd":false},{"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":[[-2.241,5.331],[2.241,5.331],[2.241,-5.331],[-2.241,-5.331]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[277.375,114.586],"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":"Group 47","np":2,"cix":2,"ix":47,"mn":"ADBE Vector Group","hd":false},{"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":[[-2.241,5.331],[2.241,5.331],[2.241,-5.331],[-2.241,-5.331]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[283.736,114.586],"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":"Group 48","np":2,"cix":2,"ix":48,"mn":"ADBE Vector Group","hd":false},{"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":[[-2.241,5.331],[2.241,5.331],[2.241,-5.331],[-2.241,-5.331]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[289.854,114.586],"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":"Group 49","np":2,"cix":2,"ix":49,"mn":"ADBE Vector Group","hd":false},{"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":[[-2.241,5.331],[2.241,5.331],[2.241,-5.331],[-2.241,-5.331]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[295.851,114.586],"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":"Group 50","np":2,"cix":2,"ix":50,"mn":"ADBE Vector Group","hd":false},{"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":[[-2.241,5.331],[2.241,5.331],[2.241,-5.331],[-2.241,-5.331]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[302.212,114.586],"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":"Group 51","np":2,"cix":2,"ix":51,"mn":"ADBE Vector Group","hd":false},{"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":[[2.125,3.421],[-2.125,3.421],[-2.125,-3.421],[2.125,-3.421]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[291.485,135.235],"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":"Group 52","np":2,"cix":2,"ix":52,"mn":"ADBE Vector Group","hd":false},{"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":[[2.124,3.421],[-2.124,3.421],[-2.124,-3.421],[2.124,-3.421]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[297.261,135.235],"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":"Group 53","np":2,"cix":2,"ix":53,"mn":"ADBE Vector Group","hd":false},{"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":[[-22.374,15.843],[22.374,15.843],[22.374,-15.843],[-22.374,-15.843]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.952999997606,0.952999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[283.525,124.291],"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":"Group 54","np":2,"cix":2,"ix":54,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.211,5.089],[3.211,5.089],[3.211,-5.089],[-3.211,-5.089]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.952999997606,0.952999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[269.016,105.419],"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":"Group 55","np":2,"cix":2,"ix":55,"mn":"ADBE Vector Group","hd":false},{"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":[[2.241,5.331],[-2.241,5.331],[-2.241,-5.331],[2.241,-5.331]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[255.267,114.586],"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":"Group 56","np":2,"cix":2,"ix":56,"mn":"ADBE Vector Group","hd":false},{"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":[[2.241,5.331],[-2.241,5.331],[-2.241,-5.331],[2.241,-5.331]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[248.845,114.586],"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":"Group 57","np":2,"cix":2,"ix":57,"mn":"ADBE Vector Group","hd":false},{"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":[[2.241,5.331],[-2.241,5.331],[-2.241,-5.331],[2.241,-5.331]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[242.727,114.586],"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":"Group 58","np":2,"cix":2,"ix":58,"mn":"ADBE Vector Group","hd":false},{"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":[[2.241,5.331],[-2.241,5.331],[-2.241,-5.331],[2.241,-5.331]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[236.366,114.586],"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":"Group 59","np":2,"cix":2,"ix":59,"mn":"ADBE Vector Group","hd":false},{"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":[[2.241,5.331],[-2.241,5.331],[-2.241,-5.331],[2.241,-5.331]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[230.247,114.586],"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":"Group 60","np":2,"cix":2,"ix":60,"mn":"ADBE Vector Group","hd":false},{"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":[[2.241,5.331],[-2.241,5.331],[-2.241,-5.331],[2.241,-5.331]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[224.25,114.586],"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":"Group 61","np":2,"cix":2,"ix":61,"mn":"ADBE Vector Group","hd":false},{"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":[[2.241,5.331],[-2.241,5.331],[-2.241,-5.331],[2.241,-5.331]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[217.889,114.586],"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":"Group 62","np":2,"cix":2,"ix":62,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[220.715,140.134],[224.965,140.134]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 63","np":2,"cix":2,"ix":63,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[226.492,140.134],[230.74,140.134]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 64","np":2,"cix":2,"ix":64,"mn":"ADBE Vector Group","hd":false},{"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":[[-2.125,3.421],[2.125,3.421],[2.125,-3.421],[-2.125,-3.421]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[228.615,135.235],"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":"Group 65","np":2,"cix":2,"ix":65,"mn":"ADBE Vector Group","hd":false},{"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":[[-2.125,3.421],[2.125,3.421],[2.125,-3.421],[-2.125,-3.421]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[222.841,135.235],"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":"Group 66","np":2,"cix":2,"ix":66,"mn":"ADBE Vector Group","hd":false},{"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":[[-22.374,15.843],[22.374,15.843],[22.374,-15.843],[-22.374,-15.843]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.952999997606,0.952999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[236.577,124.291],"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":"Group 67","np":2,"cix":2,"ix":67,"mn":"ADBE Vector Group","hd":false},{"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":[[3.211,5.089],[-3.211,5.089],[-3.211,-5.089],[3.211,-5.089]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.952999997606,0.952999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[251.086,105.419],"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":"Group 68","np":2,"cix":2,"ix":68,"mn":"ADBE Vector Group","hd":false},{"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":[[2.241,5.331],[-2.241,5.331],[-2.241,-5.331],[2.241,-5.331]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[121.962,114.586],"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":"Group 69","np":2,"cix":2,"ix":69,"mn":"ADBE Vector Group","hd":false},{"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":[[2.241,5.331],[-2.241,5.331],[-2.241,-5.331],[2.241,-5.331]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.541,114.586],"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":"Group 70","np":2,"cix":2,"ix":70,"mn":"ADBE Vector Group","hd":false},{"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":[[2.241,5.331],[-2.241,5.331],[-2.241,-5.331],[2.241,-5.331]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[109.423,114.586],"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":"Group 71","np":2,"cix":2,"ix":71,"mn":"ADBE Vector Group","hd":false},{"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":[[2.241,5.331],[-2.241,5.331],[-2.241,-5.331],[2.241,-5.331]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[103.062,114.586],"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":"Group 72","np":2,"cix":2,"ix":72,"mn":"ADBE Vector Group","hd":false},{"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":[[2.241,5.331],[-2.241,5.331],[-2.241,-5.331],[2.241,-5.331]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[96.944,114.586],"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":"Group 73","np":2,"cix":2,"ix":73,"mn":"ADBE Vector Group","hd":false},{"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":[[2.241,5.331],[-2.241,5.331],[-2.241,-5.331],[2.241,-5.331]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[90.946,114.586],"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":"Group 74","np":2,"cix":2,"ix":74,"mn":"ADBE Vector Group","hd":false},{"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":[[2.241,5.331],[-2.241,5.331],[-2.241,-5.331],[2.241,-5.331]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[84.585,114.586],"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":"Group 75","np":2,"cix":2,"ix":75,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[87.412,140.134],[91.661,140.134]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 76","np":2,"cix":2,"ix":76,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[93.187,140.134],[97.436,140.134]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 77","np":2,"cix":2,"ix":77,"mn":"ADBE Vector Group","hd":false},{"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":[[-2.125,3.421],[2.125,3.421],[2.125,-3.421],[-2.125,-3.421]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[95.312,135.235],"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":"Group 78","np":2,"cix":2,"ix":78,"mn":"ADBE Vector Group","hd":false},{"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":[[-2.125,3.421],[2.125,3.421],[2.125,-3.421],[-2.125,-3.421]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[89.536,135.235],"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":"Group 79","np":2,"cix":2,"ix":79,"mn":"ADBE Vector Group","hd":false},{"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":[[-22.374,15.843],[22.374,15.843],[22.374,-15.843],[-22.374,-15.843]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.952999997606,0.952999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[103.274,124.291],"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":"Group 80","np":2,"cix":2,"ix":80,"mn":"ADBE Vector Group","hd":false},{"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":[[3.211,5.089],[-3.211,5.089],[-3.211,-5.089],[3.211,-5.089]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.952999997606,0.952999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[117.782,105.419],"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":"Group 81","np":2,"cix":2,"ix":81,"mn":"ADBE Vector Group","hd":false},{"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":[[4.039,9.608],[-4.039,9.608],[-4.039,-9.608],[4.039,-9.608]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[465.957,83.811],"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":"Group 82","np":2,"cix":2,"ix":82,"mn":"ADBE Vector Group","hd":false},{"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":[[4.039,9.608],[-4.039,9.608],[-4.039,-9.608],[4.039,-9.608]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[454.384,83.811],"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":"Group 83","np":2,"cix":2,"ix":83,"mn":"ADBE Vector Group","hd":false},{"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":[[4.039,9.608],[-4.039,9.608],[-4.039,-9.608],[4.039,-9.608]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[443.357,83.811],"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":"Group 84","np":2,"cix":2,"ix":84,"mn":"ADBE Vector Group","hd":false},{"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":[[4.04,9.608],[-4.04,9.608],[-4.04,-9.608],[4.04,-9.608]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[431.893,83.811],"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":"Group 85","np":2,"cix":2,"ix":85,"mn":"ADBE Vector Group","hd":false},{"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":[[4.039,9.608],[-4.039,9.608],[-4.039,-9.608],[4.039,-9.608]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[420.865,83.811],"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":"Group 86","np":2,"cix":2,"ix":86,"mn":"ADBE Vector Group","hd":false},{"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":[[4.04,9.608],[-4.04,9.608],[-4.04,-9.608],[4.04,-9.608]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[410.056,83.811],"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":"Group 87","np":2,"cix":2,"ix":87,"mn":"ADBE Vector Group","hd":false},{"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":[[4.039,9.608],[-4.039,9.608],[-4.039,-9.608],[4.039,-9.608]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[398.591,83.811],"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":"Group 88","np":2,"cix":2,"ix":88,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.829,5.138],[3.829,5.138],[3.829,-5.138],[-3.829,-5.138]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[407.515,134.996],"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":"Group 89","np":2,"cix":2,"ix":89,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.829,5.138],[3.829,5.138],[3.829,-5.138],[-3.829,-5.138]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[417.925,134.996],"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":"Group 90","np":2,"cix":2,"ix":90,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.829,6.165],[3.829,6.165],[3.829,-6.165],[-3.829,-6.165]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[417.925,121.027],"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":"Group 91","np":2,"cix":2,"ix":91,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.829,6.165],[3.829,6.165],[3.829,-6.165],[-3.829,-6.165]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[407.516,121.027],"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":"Group 92","np":2,"cix":2,"ix":92,"mn":"ADBE Vector Group","hd":false},{"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":[[-40.325,33.694],[40.325,33.694],[40.325,-33.694],[-40.325,-33.694]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.952999997606,0.952999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[432.274,106.44],"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":"Group 93","np":2,"cix":2,"ix":93,"mn":"ADBE Vector Group","hd":false},{"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":[[5.786,9.172],[-5.786,9.172],[-5.786,-9.172],[5.786,-9.172]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.952999997606,0.952999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[458.424,67.287],"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":"Group 94","np":2,"cix":2,"ix":94,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.639,7.862],[3.639,7.862],[3.639,-7.862],[-3.639,-7.862]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[46.38,61.549],"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":"Group 95","np":2,"cix":2,"ix":95,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.639,7.861],[3.639,7.861],[3.639,-7.861],[-3.639,-7.861]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[32.041,107.189],"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":"Group 96","np":2,"cix":2,"ix":96,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.639,7.862],[3.639,7.862],[3.639,-7.862],[-3.639,-7.862]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[16.902,130.844],"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":"Group 97","np":2,"cix":2,"ix":97,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.639,7.862],[3.639,7.862],[3.639,-7.862],[-3.639,-7.862]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[32.187,130.844],"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":"Group 98","np":2,"cix":2,"ix":98,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.639,7.862],[3.639,7.862],[3.639,-7.862],[-3.639,-7.862]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[46.89,130.844],"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":"Group 99","np":2,"cix":2,"ix":99,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.639,7.862],[3.639,7.862],[3.639,-7.862],[-3.639,-7.862]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[60.574,130.844],"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":"Group 100","np":2,"cix":2,"ix":100,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.639,7.861],[3.639,7.861],[3.639,-7.861],[-3.639,-7.861]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[60.429,107.189],"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":"Group 101","np":2,"cix":2,"ix":101,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.639,7.861],[3.639,7.861],[3.639,-7.861],[-3.639,-7.861]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[46.744,107.189],"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":"Group 102","np":2,"cix":2,"ix":102,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.639,7.861],[3.639,7.861],[3.639,-7.861],[-3.639,-7.861]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[16.755,107.189],"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":"Group 103","np":2,"cix":2,"ix":103,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.639,7.862],[3.639,7.862],[3.639,-7.862],[-3.639,-7.862]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[32.187,83.532],"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":"Group 104","np":2,"cix":2,"ix":104,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.639,7.862],[3.639,7.862],[3.639,-7.862],[-3.639,-7.862]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[46.89,83.532],"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":"Group 105","np":2,"cix":2,"ix":105,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.639,7.862],[3.639,7.862],[3.639,-7.862],[-3.639,-7.862]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[60.574,83.532],"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":"Group 106","np":2,"cix":2,"ix":106,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.639,7.862],[3.639,7.862],[3.639,-7.862],[-3.639,-7.862]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[60.574,61.549],"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":"Group 107","np":2,"cix":2,"ix":107,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.639,7.862],[3.639,7.862],[3.639,-7.862],[-3.639,-7.862]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[32.187,61.549],"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":"Group 108","np":2,"cix":2,"ix":108,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.639,7.862],[3.639,7.862],[3.639,-7.862],[-3.639,-7.862]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[16.902,61.549],"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":"Group 109","np":2,"cix":2,"ix":109,"mn":"ADBE Vector Group","hd":false},{"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":[[-37.85,62.949],[37.85,62.949],[37.85,-62.949],[-37.85,-62.949]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.952999997606,0.952999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[39.175,77.185],"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":"Group 110","np":2,"cix":2,"ix":110,"mn":"ADBE Vector Group","hd":false},{"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":[[-8.59,13.83],[8.59,13.83],[8.59,-13.83],[-8.59,-13.83]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[331.681,109.025],"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":"Group 111","np":2,"cix":2,"ix":111,"mn":"ADBE Vector Group","hd":false},{"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":[[-8.589,13.829],[8.589,13.829],[8.589,-13.829],[-8.589,-13.829]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929000016755,0.933000033509,0.941000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[363.125,95.196],"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":"Group 112","np":2,"cix":2,"ix":112,"mn":"ADBE Vector Group","hd":false},{"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":[[-8.589,13.83],[8.589,13.83],[8.589,-13.83],[-8.589,-13.83]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[363.125,39.003],"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":"Group 113","np":2,"cix":2,"ix":113,"mn":"ADBE Vector Group","hd":false},{"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":[[-8.59,13.83],[8.59,13.83],[8.59,-13.83],[-8.59,-13.83]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[331.681,48.902],"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":"Group 114","np":2,"cix":2,"ix":114,"mn":"ADBE Vector Group","hd":false},{"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":[[-37.85,69.708],[37.85,69.708],[37.85,-69.708],[-37.85,-69.708]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.952999997606,0.952999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[345.667,70.425],"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":"Group 115","np":2,"cix":2,"ix":115,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":216,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"nubes Outlines","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},"n":"0p833_0p833_0p167_0p167","t":0,"s":[-302,408.5,0],"e":[793.324,408.5,0],"to":[220.986785888672,0,0],"ti":[-244.214721679688,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":211,"s":[793.324,408.5,0],"e":[1048,408.5,0],"to":[4.43503713607788,0,0],"ti":[-4.01320886611938,0,0]},{"t":213}],"ix":2},"a":{"a":0,"k":[278,55.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.098,-5.752],[0,0],[20.303,-2.437],[4.06,4.873],[5.414,-8.934],[6.904,0.947]],"o":[[0,0],[0,0],[0,0],[-4.061,-4.872],[0,0],[-6.902,-0.948]],"v":[[-32.214,8.933],[28.966,8.933],[11.911,0.813],[3.79,-3.519],[-12.182,0],[-19.898,1.828]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.948999980852,0.948999980852,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[523.303,60.465],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.057,-8.383],[0,0],[29.586,-3.55],[5.917,7.1],[7.891,-13.018],[10.06,1.38]],"o":[[0,0],[0,0],[0,0],[-5.917,-7.102],[0,0],[-10.059,-1.381]],"v":[[-46.944,13.018],[42.21,13.018],[17.358,1.184],[5.523,-5.128],[-17.753,0],[-28.995,2.664]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.948999980852,0.948999980852,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[412.665,13.821],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.571,-7.049],[0,0],[24.879,-2.985],[4.976,5.97],[6.635,-10.947],[8.458,1.161]],"o":[[0,0],[0,0],[0,0],[-4.976,-5.971],[0,0],[-8.459,-1.161]],"v":[[-39.474,10.947],[35.495,10.947],[14.595,0.995],[4.644,-4.312],[-14.927,0],[-24.38,2.239]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.948999980852,0.948999980852,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[40.627,54.682],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.69,-15.604],[0,0],[55.075,-6.609],[11.016,13.218],[14.686,-24.233],[18.726,2.57]],"o":[[0,0],[0,0],[0,0],[-11.015,-13.218],[0,0],[-18.724,-2.57]],"v":[[-87.385,24.233],[78.573,24.233],[32.31,2.203],[10.28,-9.546],[-33.045,0],[-53.974,4.957]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.948999980852,0.948999980852,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[301.531,62.652],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.058,-8.383],[0,0],[29.586,-3.551],[5.917,7.101],[7.89,-13.018],[10.06,1.38]],"o":[[0,0],[0,0],[0,0],[-5.917,-7.101],[0,0],[-10.059,-1.381]],"v":[[-46.944,13.018],[42.21,13.018],[17.358,1.184],[5.523,-5.128],[-17.752,0],[-28.995,2.663]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.948999980852,0.948999980852,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[109.999,97.083],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":216,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"pagado nuevo","refId":"comp_6","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":131,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":143,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":155,"s":[100],"e":[0]},{"t":165}],"ix":11},"r":{"a":0,"k":19,"ix":10},"p":{"a":0,"k":[253,316,0],"ix":2},"a":{"a":0,"k":[320,285,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":131,"s":[35,35,100],"e":[17,17,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":143,"s":[17,17,100],"e":[15,15,100]},{"t":148}],"ix":6}},"ao":0,"w":640,"h":570,"ip":131,"op":222,"st":10,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"pagado nuevo","refId":"comp_6","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":125,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":137,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":155,"s":[100],"e":[0]},{"t":165}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[381,277,0],"ix":2},"a":{"a":0,"k":[320,285,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":125,"s":[35,35,100],"e":[17,17,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":137,"s":[17,17,100],"e":[15,15,100]},{"t":148}],"ix":6}},"ao":0,"w":640,"h":570,"ip":125,"op":216,"st":4,"bm":0},{"ddd":0,"ind":3,"ty":0,"nm":"pagado nuevo","refId":"comp_6","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":119,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":131,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":155,"s":[100],"e":[0]},{"t":165}],"ix":11},"r":{"a":0,"k":-15,"ix":10},"p":{"a":0,"k":[271,230,0],"ix":2},"a":{"a":0,"k":[320,285,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":119,"s":[35,35,100],"e":[17,17,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":131,"s":[17,17,100],"e":[15,15,100]},{"t":148}],"ix":6}},"ao":0,"w":640,"h":570,"ip":119,"op":210,"st":-2,"bm":0},{"ddd":0,"ind":4,"ty":0,"nm":"luz y agua","refId":"comp_7","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":154,"s":[100],"e":[0]},{"t":164}],"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},"n":"0p833_0p833_0p167_0p167","t":111,"s":[320.25,267.5,0],"e":[320.25,268,0],"to":[0,0,0],"ti":[0,0,0]},{"t":129}],"ix":2},"a":{"a":0,"k":[320,501,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":111,"s":[33,33,100],"e":[33.234,32.933,100]},{"t":127}],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-78.982,-94.471],[-38.636,0.758],[-2.273,2.273],[0,0],[-19.697,7.576],[0,0]],"o":[[0,0],[0,0],[0,0],[82.941,99.207],[38.637,-0.758],[2.273,-2.273],[0,0],[19.697,-7.576],[0,0]],"v":[[660.151,294.939],[-38.333,294.939],[-61.061,307.061],[-20.957,757.064],[480.606,792.667],[535.151,764.636],[566.212,672.212],[637.424,670.697],[691.97,628.273]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"w":640,"h":1002,"ip":111,"op":305,"st":111,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"agenda/luz y agua Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":154,"s":[100],"e":[0]},{"t":166}],"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},"n":"0p833_0p833_0p167_0p167","t":88,"s":[320,217,0],"e":[317,256,0],"to":[-0.5,6.5,0],"ti":[0.5,-6.5,0]},{"t":111}],"ix":2},"a":{"a":0,"k":[442.5,454.5,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":88,"s":[123,123,100],"e":[26,26,100]},{"t":111}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.349,0.381],[-0.347,-0.35]],"o":[[0.295,-0.386],[-0.291,0.43]],"v":[[-0.48,0.018],[0.48,-0.05]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.991999966491,0.698000021542,0.638999968884,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[92.395,15.177],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.5,0.458],[-0.498,-0.414]],"o":[[0.46,-0.471],[-0.458,0.519]],"v":[[-0.719,0.009],[0.719,-0.053]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.991999966491,0.698000021542,0.638999968884,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[97.435,14.707],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4.46,2.338],[-0.021,-9.118],[-0.201,-1.352],[-8.588,0.058],[-1.082,7.173],[0.001,1.203],[-0.007,8.399],[-0.029,0.878],[-1.863,-10.377],[5.516,-7.798],[9.468,-1.472],[8.059,8.023],[0.494,8.46],[-4.693,6.58]],"o":[[0.028,9.118],[0.003,1.361],[1.033,6.952],[8.18,-0.055],[0.179,-1.192],[-0.011,-8.399],[0,-0.878],[9.077,5.214],[1.66,9.256],[-5.535,7.828],[-11.379,1.769],[-5.89,-5.867],[-0.476,-8.133],[2.909,-4.08]],"v":[[-16.663,-32.316],[-16.581,-4.963],[-16.256,-0.911],[-0.195,12.475],[15.605,-0.928],[15.912,-4.501],[15.91,-29.699],[15.993,-32.334],[32.808,-9.141],[27.37,16.584],[4.878,30.566],[-24.389,20.953],[-33.992,-0.62],[-27.708,-22.637]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.804000016755,0.33300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[171.912,91.693],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.76,2.027],[-0.014,-9.115],[-0.283,-1.501],[-7.216,-0.471],[-1.717,6.795],[0,1.437],[-0.011,8.636],[-0.328,0.852],[-1.466,-1.211],[-1.035,-8.952],[6.434,-7.61],[7.411,-1.66],[8.374,6.143],[1.451,8.921],[-6.344,7.894]],"o":[[0.03,9.115],[0.002,1.524],[1.342,7.114],[8.422,0.549],[0.359,-1.419],[0.009,-8.636],[0.001,-0.873],[1.831,0.67],[6.927,5.729],[1.116,9.649],[-4.911,5.808],[-10.164,2.278],[-7.382,-5.415],[-1.62,-9.964],[2.7,-3.36]],"v":[[-16.113,-32.371],[-16.031,-5.027],[-15.631,-0.503],[-0.875,12.371],[15.834,0.433],[16.241,-3.847],[16.252,-29.756],[16.446,-32.37],[21.281,-29.317],[33.714,-7.357],[26.182,18.779],[7.786,30.093],[-20.081,24.221],[-33.21,2.426],[-25.829,-24.385]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.804000016755,0.33300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[705.57,91.749],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.758,0.191],[0,0],[-1.687,-7.011],[-0.009,-14.237],[-0.317,-0.767],[0,-0.873],[0.009,-8.637],[0.358,-1.42],[8.421,0.549],[1.341,7.114],[0.002,1.524],[0.031,9.115],[-0.002,2.469],[-0.013,11.319],[-0.468,1.147],[-6.127,2.096]],"o":[[0,0],[7.03,1.677],[0.005,14.237],[0,0.795],[-0.327,0.851],[-0.011,8.636],[-0.001,1.436],[-1.717,6.794],[-7.216,-0.47],[-0.284,-1.501],[-0.013,-9.115],[0.029,-2.469],[0.01,-11.32],[0.002,-1.187],[1.437,-6.287],[0.737,-0.251]],"v":[[-2.283,-51.705],[3.023,-51.719],[16.061,-38.651],[16.078,4.059],[16.306,6.43],[16.113,9.043],[16.101,34.953],[15.694,39.234],[-1.015,51.17],[-15.77,38.297],[-16.172,33.772],[-16.254,6.428],[-16.172,-0.979],[-16.16,-34.938],[-15.838,-38.483],[-4.552,-51.122]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.395999983245,0.426999978458,0.470999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[705.71,52.949],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.772,0.518],[-1.145,0.013],[-2.422,-1.963],[-0.629,-3.781],[-0.359,-0.228],[0.002,-1.198],[-0.004,-12.825],[-0.024,-0.955],[0,-0.878],[-0.011,-8.4],[0.18,-1.192],[8.181,-0.055],[1.033,6.952],[0.003,1.362],[0.029,9.118],[-0.006,4.866],[0.012,8.857],[-0.298,1.247],[-3.37,2.562]],"o":[[1.145,-0.012],[2.938,0.637],[2.924,2.37],[0.071,0.422],[0.265,1.17],[-0.014,12.826],[0.001,0.955],[-0.03,0.878],[-0.007,8.399],[0.001,1.203],[-1.082,7.172],[-8.588,0.058],[-0.202,-1.352],[-0.021,-9.117],[0.025,-4.867],[0.011,-8.858],[-0.002,-1.28],[0.895,-4.117],[2.271,-1.729]],"v":[[-1.934,-51.502],[1.5,-51.54],[9.745,-48.21],[15.38,-39.196],[15.947,-38.219],[16.267,-34.668],[16.261,3.808],[16.328,6.672],[16.245,9.307],[16.247,34.505],[15.939,38.078],[0.14,51.482],[-15.921,38.095],[-16.246,34.043],[-16.328,6.691],[-16.256,-7.908],[-16.26,-34.481],[-15.911,-38.275],[-9.584,-48.336]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.395999983245,0.426999978458,0.470999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[171.577,52.687],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.029,1.412],[-0.015,-0.202],[2.202,-4.478],[2.609,-3.324],[2.24,-2.291],[6.645,-6.455],[4.153,-3.609],[4.159,-3.725],[5.578,-4.4],[4.696,-3.805],[3.906,-2.879],[7.746,-5.713],[4.625,-2.486],[5.991,-2.843],[6.382,-1.173],[6.363,-0.126],[0.466,0.609],[-3.997,2.381],[-2.549,1.665],[-2.288,4.696],[-2.123,3.986],[-2.26,10.399],[-0.639,5.689],[-0.389,2.748],[-0.009,1.618],[-0.214,3.572],[-0.101,8.299],[-0.002,3.562],[-0.78,-0.2],[-4.733,-1.048],[-5.625,-0.995],[-6.125,-0.857],[-4.477,-0.633],[-4.887,-0.536],[-5.726,0.17],[-4.681,1.923],[-1.357,0.666],[-2.811,1.505],[-2.832,5.241]],"o":[[0.133,0.193],[0.341,4.824],[-1.873,3.81],[-1.958,2.496],[-6.478,6.629],[-3.946,3.835],[-4.23,3.676],[-5.275,4.724],[-4.743,3.742],[-3.768,3.053],[-7.749,5.711],[-4.24,3.129],[-5.831,3.135],[-5.87,2.786],[-6.352,1.168],[-0.624,0.013],[4.489,-1.236],[2.601,-1.549],[4.307,-2.812],[1.989,-4.081],[5.019,-9.423],[1.214,-5.584],[0.309,-2.754],[0.233,-1.649],[0.021,-3.599],[0.497,-8.3],[0.043,-3.508],[0.68,-0.51],[4.697,1.201],[5.577,1.235],[6.09,1.077],[4.477,0.627],[4.883,0.692],[5.754,0.631],[4.991,-0.149],[1.39,-0.572],[2.864,-1.405],[5.155,-2.76],[0.823,-1.524]],"v":[[96.123,-75.74],[96.507,-75.159],[94.377,-61.158],[87.88,-50.294],[81.815,-42.926],[61.829,-23.611],[49.946,-12.14],[37.87,-0.517],[21.983,13.596],[8.161,25.338],[-3.501,34.049],[-26.762,51.161],[-40.122,59.517],[-57.561,69.021],[-76.006,74.572],[-95.082,75.45],[-96.849,74.974],[-84.193,69.418],[-76.181,65.12],[-65.387,54.538],[-58.877,42.649],[-48.389,12.753],[-45.448,-4.123],[-44.154,-12.344],[-43.682,-17.315],[-43.009,-28.048],[-42.598,-52.945],[-43.266,-63.459],[-41.064,-63.476],[-26.953,-59.954],[-10.144,-56.599],[8.184,-53.715],[21.666,-52.177],[36.356,-50.694],[53.578,-50.402],[68.218,-53.435],[72.201,-55.611],[80.836,-59.744],[93.068,-71.487]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.902000038297,0.913999968884,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[785.405,765.814],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.145,-0.012],[0,0],[0,0],[-0.003,-0.121]],"o":[[0,0],[0,0],[0.025,0.118],[-1.145,0.013]],"v":[[-1.717,0.199],[-1.685,-0.199],[1.675,-0.199],[1.717,0.161]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.8,0.816000007181,0.851000019148,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[171.36,0.986],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.015,-0.148],[0,0],[0.011,0.153]],"o":[[-0.005,0.148],[0,0],[0.018,-0.152],[0,0]],"v":[[2.637,-0.229],[2.653,0.215],[-2.653,0.229],[-2.643,-0.229]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.8,0.816000007181,0.851000019148,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[706.08,1.015],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.274,0.035],[0.741,-2.054]],"o":[[0.274,-0.035],[0.312,2.191],[0,0]],"v":[[-0.567,-3.068],[0.256,-3.173],[-0.567,3.173]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.991999966491,0.698000021542,0.638999968884,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1.282,114.254],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.798,0],[-292.672,0.001],[-0.24,-0.008],[-0.851,-0.016],[0,0],[0.314,-0.148],[0.815,0.097],[0.48,0],[292.961,0]],"o":[[0.799,-0.022],[292.672,-0.005],[0.24,0],[0.849,0.016],[0,0],[-0.314,0.148],[-0.698,-0.743],[-0.48,-0.003],[-292.96,0],[0,0]],"v":[[-441.841,-6.186],[-439.445,-6.251],[438.57,-6.258],[439.29,-6.235],[441.841,-6.186],[441.841,5.814],[440.899,6.258],[438.481,5.821],[437.041,5.813],[-441.841,5.814]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.902000038297,0.913999968884,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[442.556,233.052],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.053,-0.686],[-7.409,-12.08],[-3.7,-4.311],[-7.885,-4.86],[-10.827,-2.039],[-2.997,-0.347],[-6.059,-0.001],[-228.458,0.011],[-12.401,5.809],[-6.196,5.218],[-4.92,7.326],[-2.623,6.986],[-1.093,6.19],[-1.012,1.553],[-0.013,-2.548],[0.63,-4.403],[2.905,-7.279],[8.131,-8.804],[7.622,-4.627],[13.735,-1.782],[1.662,-0.934],[0,0],[0.484,0.011],[1.827,0.232],[5.84,1.876],[9.084,6.526],[5.487,6.46],[3.982,8.508],[0.915,12.22],[0.887,0.069]],"o":[[0.861,0.084],[1.083,14.182],[2.962,4.831],[6.106,7.116],[9.387,5.785],[2.949,0.554],[6.069,0.704],[228.457,0.032],[13.646,0],[7.336,-3.435],[6.753,-5.686],[4.154,-6.182],[2.221,-5.916],[0.299,-1.695],[0.013,2.549],[0.029,4.468],[-1.109,7.748],[-4.459,11.17],[-6.027,6.527],[-11.809,7.169],[-1.762,0.229],[0,0],[-0.34,-0.422],[-1.831,-0.042],[-6.101,-0.776],[-10.633,-3.416],[-6.897,-4.954],[-6.061,-7.138],[-5.182,-11.074],[-0.05,-0.668],[0,0]],"v":[[-440.664,-52.801],[-439.703,-51.422],[-426.651,-12.128],[-416.528,1.449],[-395.24,19.04],[-364.768,30.594],[-355.796,31.763],[-337.607,32.133],[347.765,32.151],[386.852,23.558],[407.172,10.682],[424.799,-8.737],[434.878,-28.533],[439.574,-46.755],[440.595,-51.807],[440.635,-44.161],[439.549,-30.849],[433.414,-8.325],[414.395,21.583],[393.916,38.346],[355.7,51.945],[350.377,52.8],[-342.265,52.8],[-343.568,52.346],[-349.037,51.919],[-366.957,47.977],[-396.558,33.102],[-415.194,16.011],[-430.268,-7.46],[-439.719,-42.301],[-440.664,-43.68]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.8,0.816000007181,0.851000019148,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[441.379,855.188],"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.028,-0.694],[-2.832,-8.299],[-6.572,-8.719],[-5.228,-4.669],[-8.713,-4.1],[-8.614,-1.692],[-3.156,-0.341],[-6.296,-0.001],[-219.156,-0.015],[-3.958,0.408],[-4.922,1.292],[-5.059,2.178],[-6.356,4.45],[-2.837,2.451],[-1.931,1.903],[-3.556,4.903],[-2.6,5.389],[-1.814,7.744],[-0.553,5.312],[-0.468,1.729],[0,0],[0.299,-1.695],[2.221,-5.916],[4.154,-6.183],[6.753,-5.686],[7.336,-3.435],[13.646,0],[228.457,0.032],[6.069,0.704],[2.949,0.554],[9.387,5.785],[6.106,7.116],[2.962,4.831],[1.083,14.182],[0.861,0.084]],"o":[[0.854,0.086],[0.358,8.822],[3.534,10.352],[4.247,5.633],[7.161,6.395],[7.975,3.753],[3.095,0.607],[6.311,0.684],[219.156,0.034],[3.991,0.001],[5.084,-0.525],[5.319,-1.396],[7.141,-3.074],[3.063,-2.147],[2.058,-1.778],[4.324,-4.261],[3.51,-4.842],[3.432,-7.109],[1.214,-5.19],[0.179,-1.719],[0,0],[-1.012,1.553],[-1.093,6.19],[-2.623,6.986],[-4.92,7.325],[-6.196,5.218],[-12.401,5.809],[-228.458,0.011],[-6.059,-0.001],[-2.997,-0.347],[-10.827,-2.039],[-7.885,-4.86],[-3.7,-4.311],[-7.409,-12.08],[-0.053,-0.686],[0,0]],"v":[[-440.63,-55.652],[-439.665,-54.278],[-434.396,-28.673],[-418.972,-0.181],[-404.526,15.125],[-380.584,30.769],[-355.627,38.77],[-346.181,39.958],[-327.275,40.315],[330.193,40.357],[342.075,39.474],[357.032,36.602],[372.576,31.22],[392.784,19.891],[401.613,12.979],[407.561,7.434],[419.319,-6.381],[428.65,-21.669],[436.875,-43.805],[439.772,-59.48],[440.63,-64.656],[440.63,-19.618],[439.609,-14.566],[434.913,3.656],[424.833,23.452],[407.207,42.87],[386.886,55.747],[347.8,64.34],[-337.572,64.321],[-355.761,63.952],[-364.734,62.783],[-395.205,51.229],[-416.493,33.638],[-426.616,20.061],[-439.668,-19.234],[-440.63,-20.612]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.902000038297,0.913999968884,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[441.345,823],"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-292.838,0],[-0.88,-0.004],[0.006,-4.789],[0.272,-3.988],[0.24,0],[292.672,-0.004],[0.799,-0.023]],"o":[[292.839,0],[0.88,0],[0.038,4.789],[-0.006,3.991],[-0.24,-0.008],[-292.672,0.001],[-0.798,0],[0,0]],"v":[[-440.701,-13.2],[437.815,-13.2],[440.455,-13.187],[440.559,1.179],[440.43,13.151],[439.71,13.128],[-438.305,13.134],[-440.701,13.2]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.913999968884,0.340999977261,0.243000000598,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[441.416,213.666],"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.133,0.193],[-0.002,0.491],[0,0.719],[0,0],[-0.699,-0.743],[0,-1.263],[0.001,-188.138],[0.02,-0.879],[0.524,-0.087],[0.014,2.547],[0,0],[0.179,-1.718],[1.214,-5.189],[3.431,-7.11],[3.509,-4.842],[4.323,-4.26],[2.057,-1.778],[3.063,-2.146],[7.14,-3.075],[5.319,-1.395],[5.084,-0.525],[3.991,0.001],[219.155,0.034],[6.31,0.683],[3.094,0.608],[7.974,3.753],[7.161,6.394],[4.247,5.633],[3.533,10.351],[0.359,8.823],[0.853,0.086],[0,0],[0.042,-0.848],[-0.45,-2.635],[-1.055,-3.394],[-1.588,-2.725],[-0.068,-0.918],[-0.428,-0.948],[-2.037,-4.207],[-1.215,-2.053],[-4.246,-5.188],[-3.921,-3.872],[-7.96,-5.151],[-2.118,-0.938],[-2.667,-1.252],[-5.329,-1.378],[-2.703,-0.706],[-3.036,-0.3],[-1.781,0.843],[-2.022,-1.338],[-1.098,0.332],[-1.361,-0.12],[-2.954,1.049],[-0.363,-0.105],[-3.238,0],[-170.672,0.041],[-2.169,0.187],[-3.198,-0.084],[-3.679,0],[-0.624,0.013],[-6.352,1.168],[-5.87,2.786],[-5.831,3.135],[-4.24,3.129],[-7.749,5.711],[-3.768,3.053],[-4.743,3.742],[-5.275,4.724],[-4.23,3.676],[-3.946,3.835],[-6.478,6.629],[-1.958,2.496],[-1.873,3.81],[0.341,4.824]],"o":[[-0.437,-0.324],[0.002,-0.72],[0,0],[0.814,0.097],[-0.731,1.174],[-0.008,188.139],[0,0.88],[-0.012,0.583],[-0.012,-2.548],[0,0],[-0.468,1.728],[-0.553,5.313],[-1.813,7.744],[-2.601,5.389],[-3.556,4.903],[-1.932,1.904],[-2.837,2.451],[-6.356,4.451],[-5.059,2.177],[-4.922,1.292],[-3.958,0.409],[-219.156,-0.014],[-6.297,-0.001],[-3.156,-0.342],[-8.615,-1.691],[-8.713,-4.099],[-5.227,-4.669],[-6.572,-8.719],[-2.832,-8.3],[-0.027,-0.694],[0,0],[0.686,0.066],[-0.138,2.738],[0.603,3.516],[0.916,2.945],[0.443,0.761],[0.077,1.031],[1.927,4.26],[1.037,2.142],[3.408,5.755],[3.492,4.265],[6.785,6.701],[1.919,1.242],[2.683,1.189],[4.971,2.331],[2.691,0.695],[3.003,0.785],[1.688,0.167],[1.864,1.627],[0.831,0.551],[1.336,-0.405],[2.895,0.255],[0.361,-0.128],[3.246,0.947],[170.671,0.003],[2.174,-0.001],[3.172,-0.273],[3.677,0.098],[0.466,0.609],[6.363,-0.126],[6.382,-1.173],[5.991,-2.843],[4.625,-2.486],[7.746,-5.713],[3.906,-2.879],[4.696,-3.805],[5.578,-4.4],[4.159,-3.725],[4.153,-3.609],[6.645,-6.455],[2.24,-2.291],[2.609,-3.324],[2.202,-4.478],[-0.015,-0.202]],"v":[[439.442,138.97],[438.954,137.686],[438.952,135.527],[438.952,-312.231],[441.37,-311.794],[440.879,-308.048],[440.871,256.368],[440.843,259.007],[439.929,259.922],[439.889,252.279],[439.889,207.24],[439.032,212.415],[436.134,228.09],[427.91,250.227],[418.579,265.514],[406.821,279.329],[400.873,284.874],[392.044,291.786],[371.836,303.116],[356.292,308.497],[341.335,311.369],[329.453,312.252],[-328.015,312.21],[-346.921,311.854],[-356.367,310.665],[-381.324,302.664],[-405.267,287.021],[-419.712,271.714],[-435.136,243.223],[-440.406,217.617],[-441.37,216.243],[-441.37,172.083],[-440.087,173.181],[-438.735,181.09],[-436.456,191.546],[-433.492,200.337],[-432.689,202.816],[-431.74,205.759],[-425.939,218.53],[-422.398,224.758],[-410.939,241.189],[-399.7,253.248],[-377.294,270.607],[-371.303,273.922],[-363.365,277.8],[-347.999,283.591],[-340.074,286.155],[-330.99,287.999],[-325.792,288.398],[-319.455,289.518],[-316.178,289.475],[-312.168,289.423],[-303.439,289.754],[-302.252,289.7],[-292.534,289.681],[219.482,289.646],[225.899,290.168],[235.434,289.66],[246.471,289.684],[248.237,290.16],[267.313,289.282],[285.758,283.731],[303.197,274.227],[316.557,265.871],[339.818,248.759],[351.481,240.048],[365.302,228.306],[381.19,214.193],[393.265,202.57],[405.149,191.099],[425.134,171.784],[431.2,164.416],[437.696,153.552],[439.827,139.551]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.991999966491,0.995999983245,0.995999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[442.085,551.104],"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":"Group 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[292.839,0],[0,0],[0.312,2.192],[-1.474,5.732],[-15.984,14.336],[-21.203,2.827],[-0.291,0.429],[0,0],[-0.458,0.519],[-5.349,-0.002],[-13.822,-0.015],[-0.002,-1.28],[0.012,-8.858],[0.025,-4.867],[2.909,-4.08],[-0.476,-8.132],[-5.891,-5.867],[-11.379,1.769],[-5.535,7.827],[1.66,9.256],[9.078,5.213],[0.001,0.955],[-0.014,12.825],[0.264,1.169],[-0.958,0],[-165.533,-0.003],[-0.959,-0.025],[0.002,-1.187],[0.01,-11.319],[0.028,-2.47],[2.7,-3.36],[-1.62,-9.964],[-7.382,-5.415],[-10.164,2.278],[-4.911,5.808],[1.116,9.65],[6.927,5.729],[1.83,0.67],[0,0.795],[0.004,14.236],[-18.799,-0.01],[-6.635,-1.512],[-14.113,-35.322],[-0.007,-12.911],[0.003,-25.999],[0.032,-0.877],[0.88,0]],"o":[[0,0],[0.741,-2.055],[0.303,-5.928],[5.342,-20.77],[15.92,-14.278],[0.349,0.381],[0,0],[0.5,0.458],[5.343,-0.422],[13.823,0.004],[-0.299,1.247],[0.012,8.858],[-0.005,4.866],[-4.46,2.339],[-4.693,6.58],[0.494,8.46],[8.058,8.023],[9.468,-1.472],[5.516,-7.799],[-1.862,-10.377],[-0.023,-0.955],[-0.004,-12.825],[0.002,-1.199],[0.958,-0.027],[165.532,-0.003],[0.958,0],[-0.469,1.147],[-0.013,11.319],[-0.002,2.47],[-3.76,2.027],[-6.344,7.894],[1.452,8.92],[8.374,6.144],[7.411,-1.661],[6.435,-7.611],[-1.035,-8.952],[-1.466,-1.212],[-0.318,-0.767],[-0.01,-14.236],[18.799,-0.002],[6.813,0.003],[37.195,8.476],[4.797,12.007],[0.012,25.999],[0,0.878],[-0.88,-0.004],[-292.838,0]],"v":[[-440.628,93.11],[-440.628,10.07],[-439.805,3.724],[-437.022,-13.762],[-405.148,-66.529],[-349.428,-92.161],[-348.468,-92.227],[-344.627,-92.64],[-343.189,-92.701],[-327.144,-92.987],[-285.677,-92.945],[-286.025,-89.151],[-286.023,-62.578],[-286.094,-47.979],[-297.139,-38.3],[-303.423,-16.283],[-293.819,5.29],[-264.553,14.903],[-242.061,0.922],[-236.623,-24.805],[-253.438,-47.997],[-253.504,-50.862],[-253.498,-89.336],[-253.818,-92.888],[-250.943,-92.966],[245.655,-92.966],[248.53,-92.89],[248.208,-89.345],[248.195,-55.387],[248.114,-47.977],[238.398,-39.992],[231.017,-13.18],[244.146,8.613],[272.013,14.487],[290.409,3.172],[297.941,-22.965],[285.508,-44.924],[280.674,-47.977],[280.446,-50.347],[280.428,-93.057],[336.826,-93.057],[357.074,-91.055],[433.916,-25.055],[440.616,12.492],[440.622,90.49],[440.529,93.123],[437.889,93.11]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.984000052658,0.430999995213,0.322000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[441.343,107.356],"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":"Group 16","np":2,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":167,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":0,"nm":"luz y agua","refId":"comp_7","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-1,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":11,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":154,"s":[100],"e":[0]},{"t":164}],"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},"n":"0p833_0p833_0p167_0p167","t":2,"s":[322,285,0],"e":[322,285,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":88,"s":[322,285,0],"e":[320,268,0],"to":[0,0,0],"ti":[0,0,0]},{"t":111}],"ix":2},"a":{"a":0,"k":[320,501,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":2,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":88,"s":[100,100,100],"e":[95.957,95.957,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":99,"s":[95.957,95.957,100],"e":[33,33,100]},{"t":111}],"ix":6}},"ao":0,"w":640,"h":1002,"ip":2,"op":196,"st":2,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[319,371,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[92.793,7.018,100],"ix":6}},"ao":0,"shapes":[],"ip":0,"op":167,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":1,"nm":"White Solid 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[320,285,0],"ix":2},"a":{"a":0,"k":[320,285,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"sw":640,"sh":570,"sc":"#ffffff","ip":0,"op":167,"st":0,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/pagination.json b/ohos/flutter_lottie/assets/lottiefiles/pagination.json new file mode 100644 index 0000000000000000000000000000000000000000..e3e31348c2c8c2bba877673b8e6e1a2de029d9b2 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/pagination.json @@ -0,0 +1 @@ +{"v":"4.6.8","fr":25,"ip":0,"op":125,"w":1200,"h":480,"nm":"pagination_indicator","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"selected_oval","hd":true,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[600,240,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"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":[[-200,1],[200,0]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.1843137,0.7372549,0.6039216,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":100},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.74],"y":[0.803]},"o":{"x":[0.413],"y":[0]},"n":["0p74_0p803_0p413_0"],"t":20,"s":[0],"e":[10]},{"i":{"x":[1],"y":[0.669]},"o":{"x":[1],"y":[0.252]},"n":["1_0p669_1_0p252"],"t":25,"s":[10],"e":[40]},{"i":{"x":[0],"y":[1.023]},"o":{"x":[0],"y":[0.992]},"n":["0_1p023_0_0p992"],"t":30,"s":[40],"e":[50]},{"i":{"x":[0.587],"y":[0.587]},"o":{"x":[0.26],"y":[0.26]},"n":["0p587_0p587_0p26_0p26"],"t":35,"s":[50],"e":[50]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[1],"y":[1]},"n":["0p667_0p667_1_1"],"t":40,"s":[50],"e":[50]},{"i":{"x":[0.74],"y":[0.803]},"o":{"x":[0.413],"y":[0]},"n":["0p74_0p803_0p413_0"],"t":60,"s":[50],"e":[60]},{"i":{"x":[1],"y":[0.669]},"o":{"x":[1],"y":[0.252]},"n":["1_0p669_1_0p252"],"t":65,"s":[60],"e":[90]},{"i":{"x":[0],"y":[1.023]},"o":{"x":[0],"y":[0.992]},"n":["0_1p023_0_0p992"],"t":70,"s":[90],"e":[100]},{"i":{"x":[0.587],"y":[0.587]},"o":{"x":[0.26],"y":[0.26]},"n":["0p587_0p587_0p26_0p26"],"t":75,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[1],"y":[1]},"n":["0p833_0p833_1_1"],"t":80,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":105,"s":[100],"e":[90]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":110,"s":[90],"e":[10]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":115,"s":[10],"e":[0]},{"t":120}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.74],"y":[0.74]},"o":{"x":[0.413],"y":[0.413]},"n":["0p74_0p74_0p413_0p413"],"t":20,"s":[0],"e":[0]},{"i":{"x":[1],"y":[0.008]},"o":{"x":[1],"y":[-0.023]},"n":["1_0p008_1_-0p023"],"t":25,"s":[0],"e":[10]},{"i":{"x":[0],"y":[0.748]},"o":{"x":[0],"y":[0.331]},"n":["0_0p748_0_0p331"],"t":30,"s":[10],"e":[40]},{"i":{"x":[0.587],"y":[1]},"o":{"x":[0.26],"y":[0.197]},"n":["0p587_1_0p26_0p197"],"t":35,"s":[40],"e":[50]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.423],"y":[0.423]},"n":["0p667_0p667_0p423_0p423"],"t":40,"s":[50],"e":[50]},{"i":{"x":[0.74],"y":[0.74]},"o":{"x":[0.413],"y":[0.413]},"n":["0p74_0p74_0p413_0p413"],"t":60,"s":[50],"e":[50]},{"i":{"x":[1],"y":[0.008]},"o":{"x":[1],"y":[-0.023]},"n":["1_0p008_1_-0p023"],"t":65,"s":[50],"e":[60]},{"i":{"x":[0],"y":[0.748]},"o":{"x":[0],"y":[0.331]},"n":["0_0p748_0_0p331"],"t":70,"s":[60],"e":[90]},{"i":{"x":[0.587],"y":[1]},"o":{"x":[0.26],"y":[0.197]},"n":["0p587_1_0p26_0p197"],"t":75,"s":[90],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.423],"y":[0.423]},"n":["0p833_0p833_0p423_0p423"],"t":80,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":100,"s":[100],"e":[90]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":105,"s":[90],"e":[10]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":110,"s":[10],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":115,"s":[0],"e":[0]},{"t":120}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":125,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"selected_oval","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":5,"s":[400,240,0],"e":[600,240,0],"to":[33.3333320617676,0,0],"ti":[-33.3333320617676,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":25,"s":[600,240,0],"e":[600,240,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":45,"s":[600,240,0],"e":[800,240,0],"to":[33.3333320617676,0,0],"ti":[-33.3333320617676,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":65,"s":[800,240,0],"e":[800,240,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":85,"s":[800,240,0],"e":[400,240,0],"to":[-66.6666641235352,0,0],"ti":[66.6666641235352,0,0]},{"t":105}]},"a":{"a":0,"k":[-206,-14,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.1843137,0.7372549,0.6039216,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-206,-14],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":125,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"first","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,240,0]},"a":{"a":0,"k":[-206,-14,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.8117647,0.945098,0.9137255,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-206,-14],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":125,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"second","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[600,240,0]},"a":{"a":0,"k":[-206,-14,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.8116724,0.945098,0.9129245,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-206,-14],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":125,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"third","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[800,240,0]},"a":{"a":0,"k":[-206,-14,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.8117647,0.945098,0.9137255,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-206,-14],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":125,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"first_trans","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":99,"s":[50],"e":[0]},{"t":109}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,240,0]},"a":{"a":0,"k":[-206,-14,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":99,"s":[100,100,100],"e":[250,250,100]},{"t":109}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.1843137,0.7372549,0.6039216,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-206,-14],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":125,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"second_trans","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":17,"s":[50],"e":[0]},{"t":27}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[600,240,0]},"a":{"a":0,"k":[-206,-14,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":17,"s":[100,100,100],"e":[250,250,100]},{"t":27}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.1843137,0.7372549,0.6039216,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-206,-14],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":125,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"third_trans","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":57,"s":[50],"e":[0]},{"t":67}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[800,240,0]},"a":{"a":0,"k":[-206,-14,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":57,"s":[100,100,100],"e":[250,250,100]},{"t":67}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.1843137,0.7372549,0.6039216,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-206,-14],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":125,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/panel2d.json b/ohos/flutter_lottie/assets/lottiefiles/panel2d.json new file mode 100644 index 0000000000000000000000000000000000000000..bf1a63d33475d1e82fc2458dcc32d1cc0faaf2a0 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/panel2d.json @@ -0,0 +1 @@ +{"v":"4.6.3","fr":30,"ip":0,"op":121,"w":750,"h":750,"nm":"panel 2d text","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"panel 2d","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[375,611,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"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":[[0,-200],[216.001,-102.99],[0,18],[-215.999,-102.99]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"rd","nm":"Round Corners 1","r":{"a":0,"k":38},"mn":"ADBE Vector Filter - RC"},{"ty":"fl","c":{"a":0,"k":[0,1,0.5882352,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,-104],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.859,0.752],"y":[0.859,1]},"o":{"x":[0.333,0.893],"y":[0.333,0]},"n":["0p859_0p859_0p333_0p333","0p752_1_0p893_0"],"t":0,"s":[100,0],"e":[100,100]},{"i":{"x":[0.5,0.5],"y":[0.5,1]},"o":{"x":[0.001,0.001],"y":[0.001,0]},"n":["0p5_0p5_0p001_0p001","0p5_1_0p001_0"],"t":6,"s":[100,100],"e":[100,109.503]},{"i":{"x":[0.5,0.5],"y":[0.5,1]},"o":{"x":[0.5,0.5],"y":[0.5,0]},"n":["0p5_0p5_0p5_0p5","0p5_1_0p5_0"],"t":11,"s":[100,109.503],"e":[100,98.866]},{"i":{"x":[0.5,0.5],"y":[0.5,1]},"o":{"x":[0.5,0.5],"y":[0.5,0]},"n":["0p5_0p5_0p5_0p5","0p5_1_0p5_0"],"t":21.518,"s":[100,98.866],"e":[100,100.085]},{"t":31.8623046875}],"ix":3},"r":{"a":1,"k":[{"i":{"x":[0.999],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p999_1_0p167_0p167"],"t":0.148,"s":[-90],"e":[0]},{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.001],"y":[0]},"n":["0p5_1_0p001_0"],"t":6,"s":[0],"e":[3.987]},{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.5],"y":[0]},"n":["0p5_1_0p5_0"],"t":11,"s":[3.987],"e":[-1.021]},{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.5],"y":[0]},"n":["0p5_1_0p5_0"],"t":21.134,"s":[-1.021],"e":[0.077]},{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.5],"y":[0]},"n":["0p5_1_0p5_0"],"t":31.223,"s":[0.077],"e":[-0.006]},{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.5],"y":[0]},"n":["0p5_1_0p5_0"],"t":41.312,"s":[-0.006],"e":[0]},{"t":51.400390625}],"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":"Polystar 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":540,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/passport.json b/ohos/flutter_lottie/assets/lottiefiles/passport.json new file mode 100644 index 0000000000000000000000000000000000000000..48096f3eb8759f707c6cc353f344b03792df0fe1 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/passport.json @@ -0,0 +1 @@ +{"v":"4.7.0","fr":30,"ip":0,"op":241,"w":328,"h":268,"nm":"Docs","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Pass 2","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.834],"y":[0]},"n":["0_1_0p834_0"],"t":0,"s":[0],"e":[45]},{"i":{"x":[0],"y":[1]},"o":{"x":[0.834],"y":[0]},"n":["0_1_0p834_0"],"t":30,"s":[45],"e":[0]},{"i":{"x":[0.53],"y":[1]},"o":{"x":[0.5],"y":[0]},"n":["0p53_1_0p5_0"],"t":60,"s":[0],"e":[0]},{"i":{"x":[0.257],"y":[1]},"o":{"x":[0.764],"y":[0]},"n":["0p257_1_0p764_0"],"t":120,"s":[0],"e":[-45]},{"i":{"x":[0.257],"y":[1]},"o":{"x":[0.764],"y":[0]},"n":["0p257_1_0p764_0"],"t":150,"s":[-45],"e":[0]},{"t":180}]},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.834,"y":0},"n":"0_1_0p834_0","t":0,"s":[123.62,147.981,0],"e":[109.245,165.481,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.834,"y":0},"n":"0_1_0p834_0","t":30,"s":[109.245,165.481,0],"e":[194.245,121.106,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.53,"y":0.53},"o":{"x":0.5,"y":0.5},"n":"0p53_0p53_0p5_0p5","t":60,"s":[194.245,121.106,0],"e":[194.245,121.106,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.257,"y":1},"o":{"x":0.764,"y":0},"n":"0p257_1_0p764_0","t":120,"s":[194.245,121.106,0],"e":[213.62,99.231,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.257,"y":1},"o":{"x":0.764,"y":0},"n":"0p257_1_0p764_0","t":150,"s":[213.62,99.231,0],"e":[123.62,147.981,0],"to":[0,0,0],"ti":[0,0,0]},{"t":180}]},"a":{"a":0,"k":[348.186,150.058,0]},"s":{"a":0,"k":[250,250,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[349.956,162.13],[346.536,162.13]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[356.615,170.423],[339.814,170.423]],"c":false}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[360.113,166.91],[336.255,166.91]],"c":false}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0.647,0.71,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":1,"ml":10,"nm":"Stroke 3","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[348.184,166.277],"ix":2},"a":{"a":0,"k":[348.184,166.277],"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 18","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"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":[[361.03,141.28],[335.399,141.28],[335.399,139.833],[361.03,139.833]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[3.993,0],[2.55,1.402],[0,0],[-3.72,0],[-2.343,1.306],[0,0]],"o":[[-3.957,0],[0,0],[2.343,1.288],[3.754,0],[0,0],[-2.552,1.424]],"v":[[348.215,135.349],[337.977,133.143],[338.674,131.875],[348.215,133.902],[357.809,131.846],[358.514,133.109]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[2.343,-1.307],[0,0],[-3.994,0],[-2.549,-1.402],[0,0],[3.72,0]],"o":[[0,0],[2.552,-1.423],[3.956,0],[0,0],[-2.343,-1.288],[-3.755,0]],"v":[[338.62,149.269],[337.915,148.005],[348.215,145.766],[358.452,147.971],[357.755,149.239],[348.215,147.213]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[348.938,153.372],[347.491,153.372],[347.491,127.742],[348.938,127.742]],"c":true}},"nm":"Path 4","mn":"ADBE Vector Shape - Group"},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[3.467,0],[0,-6.554],[-3.467,0],[0,6.554]],"o":[[-3.467,0],[0,6.554],[3.467,0],[0,-6.554]],"v":[[348.215,128.465],[341.819,140.557],[348.215,152.649],[354.611,140.557]],"c":true}},"nm":"Path 5","mn":"ADBE Vector Shape - Group"},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[4.398,0],[0,7.592],[-4.398,0],[0,-7.592]],"o":[[-4.398,0],[0,-7.592],[4.398,0],[0,7.592]],"v":[[348.215,154.096],[340.372,140.557],[348.215,127.018],[356.058,140.557]],"c":true}},"nm":"Path 6","mn":"ADBE Vector Shape - Group"},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[6.667,0],[0,-6.667],[-6.667,0],[0,6.667]],"o":[[-6.667,0],[0,6.667],[6.667,0],[0,-6.667]],"v":[[348.215,128.465],[336.123,140.557],[348.215,152.649],[360.307,140.557]],"c":true}},"nm":"Path 7","mn":"ADBE Vector Shape - Group"},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[7.465,0],[0,7.465],[-7.465,0],[0,-7.466]],"o":[[-7.465,0],[0,-7.466],[7.465,0],[0,7.465]],"v":[[348.215,154.096],[334.676,140.557],[348.215,127.018],[361.754,140.557]],"c":true}},"nm":"Path 8","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0.647,0.71,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 6","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[348.215,140.557],"ix":2},"a":{"a":0,"k":[348.215,140.557],"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 19","np":9,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-7.078,0],[-2.349,-2.888],[0,0],[0,-3.064],[0.121,-0.705],[6.338,0],[1.162,0.346],[1.604,1.972],[0,3.064]],"o":[[4.014,0],[0,0],[1.793,2.204],[0,0.74],[-1.031,6.045],[-1.273,0],[-2.498,-0.744],[-1.794,-2.205],[0,-7.078]],"v":[[0,-22.317],[9.944,-17.581],[9.945,-17.581],[12.814,-9.502],[12.629,-7.333],[0,3.313],[-3.665,2.779],[-9.945,-1.422],[-12.815,-9.502]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0.647,0.71,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[348.186,150.058],"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":"Group 20","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.068,0.29],[1.268,0.442],[0.458,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,2.187],[0,0],[0,0],[0,0]],"o":[[-0.309,-1.325],[-0.409,-0.143],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.188,0],[0,0],[0,0],[0,0],[0,-0.311]],"v":[[19.465,-25.716],[16.917,-28.549],[15.612,-28.773],[13.266,-28.773],[7.85,-28.773],[-16.074,-28.773],[-19.574,-28.773],[-19.574,28.773],[-16.074,28.773],[15.612,28.773],[19.573,24.812],[19.573,-1.054],[19.573,-22.951],[19.573,-24.812]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0.647,0.71,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.475,0.816,0.847,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[348.186,150.058],"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":"Group 17","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":7},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[348.186,150.058],"ix":2},"a":{"a":0,"k":[348.186,150.058],"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":"Pass","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":151,"op":315,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"ID 2","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.834],"y":[0]},"n":["0_1_0p834_0"],"t":0,"s":[0],"e":[-45]},{"i":{"x":[0],"y":[1]},"o":{"x":[0.834],"y":[0]},"n":["0_1_0p834_0"],"t":30,"s":[-45],"e":[-90]},{"i":{"x":[0.53],"y":[1]},"o":{"x":[0.5],"y":[0]},"n":["0p53_1_0p5_0"],"t":60,"s":[-90],"e":[-90]},{"i":{"x":[0.257],"y":[1]},"o":{"x":[0.764],"y":[0]},"n":["0p257_1_0p764_0"],"t":120,"s":[-90],"e":[-45]},{"i":{"x":[0.257],"y":[1]},"o":{"x":[0.764],"y":[0]},"n":["0p257_1_0p764_0"],"t":150,"s":[-45],"e":[0]},{"t":180}]},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.834,"y":0},"n":"0_1_0p834_0","t":0,"s":[182.123,105.319,0],"e":[230.873,85.319,0],"to":[8.125,-3.33333325386047,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.834,"y":0},"n":"0_1_0p834_0","t":30,"s":[230.873,85.319,0],"e":[132.748,172.819,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.53,"y":0.53},"o":{"x":0.5,"y":0.5},"n":"0p53_0p53_0p5_0p5","t":60,"s":[132.748,172.819,0],"e":[132.748,172.819,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.257,"y":1},"o":{"x":0.764,"y":0},"n":"0p257_1_0p764_0","t":120,"s":[132.748,172.819,0],"e":[97.123,180.944,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.257,"y":1},"o":{"x":0.764,"y":0},"n":"0p257_1_0p764_0","t":150,"s":[97.123,180.944,0],"e":[182.123,105.319,0],"to":[0,0,0],"ti":[-14.1666669845581,12.6041669845581,0]},{"t":180}]},"a":{"a":0,"k":[371.587,132.993,0]},"s":{"a":0,"k":[250,250,100]}},"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":[[375.526,131.845],[375.526,150.687]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[371.732,131.845],[371.752,138.437]],"c":false}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[367.451,131.85],[367.439,147.879]],"c":false}},"nm":"Path 4","mn":"ADBE Vector Shape - Group"},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[363.514,131.858],[363.502,140.7]],"c":false}},"nm":"Path 5","mn":"ADBE Vector Shape - Group"},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[379.32,131.845],[379.302,143.437]],"c":false}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0.647,0.71,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":1,"ml":10,"nm":"Stroke 3","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[375.085,141.266],"ix":2},"a":{"a":0,"k":[375.085,141.266],"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 8","np":6,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,-1.232],[0,0],[1.232,0],[0,0]],"o":[[0,0],[1.232,0],[0,0],[0,1.232],[0,0],[0,0]],"v":[[-3.297,-3.473],[1.061,-3.473],[3.296,-1.239],[3.296,1.239],[1.061,3.473],[-3.35,3.476]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0.647,0.71,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[367.609,121.599],"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":"Group 4","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.823,0],[0,1.823],[-1.823,0],[0,-1.823]],"o":[[-1.823,0],[0,-1.823],[1.823,0],[0,1.823]],"v":[[0,3.306],[-3.306,0],[0,-3.306],[3.306,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0.647,0.71,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[375.572,121.286],"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":"Group 5","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-10.556,6.767],[-10.578,-6.767],[10.578,-6.767],[10.578,6.767],[-10.614,6.749]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0.647,0.71,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[371.335,121.405],"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":"Group 6","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"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":[[15.686,-22.771],[-15.686,-22.771],[-15.71,22.798],[15.686,22.771]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0.647,0.71,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[371.599,132.98],"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":"Group 7","np":3,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":7},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"}],"ip":30,"op":315,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Pass","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.834],"y":[0]},"n":["0_1_0p834_0"],"t":0,"s":[0],"e":[45]},{"i":{"x":[0],"y":[1]},"o":{"x":[0.834],"y":[0]},"n":["0_1_0p834_0"],"t":30,"s":[45],"e":[0]},{"i":{"x":[0.53],"y":[1]},"o":{"x":[0.5],"y":[0]},"n":["0p53_1_0p5_0"],"t":60,"s":[0],"e":[0]},{"i":{"x":[0.257],"y":[1]},"o":{"x":[0.764],"y":[0]},"n":["0p257_1_0p764_0"],"t":120,"s":[0],"e":[-45]},{"i":{"x":[0.257],"y":[1]},"o":{"x":[0.764],"y":[0]},"n":["0p257_1_0p764_0"],"t":150,"s":[-45],"e":[0]},{"t":180}]},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.834,"y":0},"n":"0_1_0p834_0","t":0,"s":[123.62,147.981,0],"e":[109.245,165.481,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.834,"y":0},"n":"0_1_0p834_0","t":30,"s":[109.245,165.481,0],"e":[194.245,121.106,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.53,"y":0.53},"o":{"x":0.5,"y":0.5},"n":"0p53_0p53_0p5_0p5","t":60,"s":[194.245,121.106,0],"e":[194.245,121.106,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.257,"y":1},"o":{"x":0.764,"y":0},"n":"0p257_1_0p764_0","t":120,"s":[194.245,121.106,0],"e":[213.62,99.231,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.257,"y":1},"o":{"x":0.764,"y":0},"n":"0p257_1_0p764_0","t":150,"s":[213.62,99.231,0],"e":[123.62,147.981,0],"to":[0,0,0],"ti":[0,0,0]},{"t":180}]},"a":{"a":0,"k":[348.186,150.058,0]},"s":{"a":0,"k":[250,250,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[349.956,162.13],[346.536,162.13]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[356.615,170.423],[339.814,170.423]],"c":false}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[360.113,166.91],[336.255,166.91]],"c":false}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0.647,0.71,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":1,"ml":10,"nm":"Stroke 3","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[348.184,166.277],"ix":2},"a":{"a":0,"k":[348.184,166.277],"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 18","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"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":[[361.03,141.28],[335.399,141.28],[335.399,139.833],[361.03,139.833]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[3.993,0],[2.55,1.402],[0,0],[-3.72,0],[-2.343,1.306],[0,0]],"o":[[-3.957,0],[0,0],[2.343,1.288],[3.754,0],[0,0],[-2.552,1.424]],"v":[[348.215,135.349],[337.977,133.143],[338.674,131.875],[348.215,133.902],[357.809,131.846],[358.514,133.109]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[2.343,-1.307],[0,0],[-3.994,0],[-2.549,-1.402],[0,0],[3.72,0]],"o":[[0,0],[2.552,-1.423],[3.956,0],[0,0],[-2.343,-1.288],[-3.755,0]],"v":[[338.62,149.269],[337.915,148.005],[348.215,145.766],[358.452,147.971],[357.755,149.239],[348.215,147.213]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[348.938,153.372],[347.491,153.372],[347.491,127.742],[348.938,127.742]],"c":true}},"nm":"Path 4","mn":"ADBE Vector Shape - Group"},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[3.467,0],[0,-6.554],[-3.467,0],[0,6.554]],"o":[[-3.467,0],[0,6.554],[3.467,0],[0,-6.554]],"v":[[348.215,128.465],[341.819,140.557],[348.215,152.649],[354.611,140.557]],"c":true}},"nm":"Path 5","mn":"ADBE Vector Shape - Group"},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[4.398,0],[0,7.592],[-4.398,0],[0,-7.592]],"o":[[-4.398,0],[0,-7.592],[4.398,0],[0,7.592]],"v":[[348.215,154.096],[340.372,140.557],[348.215,127.018],[356.058,140.557]],"c":true}},"nm":"Path 6","mn":"ADBE Vector Shape - Group"},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[6.667,0],[0,-6.667],[-6.667,0],[0,6.667]],"o":[[-6.667,0],[0,6.667],[6.667,0],[0,-6.667]],"v":[[348.215,128.465],[336.123,140.557],[348.215,152.649],[360.307,140.557]],"c":true}},"nm":"Path 7","mn":"ADBE Vector Shape - Group"},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[7.465,0],[0,7.465],[-7.465,0],[0,-7.466]],"o":[[-7.465,0],[0,-7.466],[7.465,0],[0,7.465]],"v":[[348.215,154.096],[334.676,140.557],[348.215,127.018],[361.754,140.557]],"c":true}},"nm":"Path 8","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0.647,0.71,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 6","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[348.215,140.557],"ix":2},"a":{"a":0,"k":[348.215,140.557],"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 19","np":9,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-7.078,0],[-2.349,-2.888],[0,0],[0,-3.064],[0.121,-0.705],[6.338,0],[1.162,0.346],[1.604,1.972],[0,3.064]],"o":[[4.014,0],[0,0],[1.793,2.204],[0,0.74],[-1.031,6.045],[-1.273,0],[-2.498,-0.744],[-1.794,-2.205],[0,-7.078]],"v":[[0,-22.317],[9.944,-17.581],[9.945,-17.581],[12.814,-9.502],[12.629,-7.333],[0,3.313],[-3.665,2.779],[-9.945,-1.422],[-12.815,-9.502]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0.647,0.71,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[348.186,150.058],"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":"Group 20","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.068,0.29],[1.268,0.442],[0.458,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,2.187],[0,0],[0,0],[0,0]],"o":[[-0.309,-1.325],[-0.409,-0.143],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.188,0],[0,0],[0,0],[0,0],[0,-0.311]],"v":[[19.465,-25.716],[16.917,-28.549],[15.612,-28.773],[13.266,-28.773],[7.85,-28.773],[-16.074,-28.773],[-19.574,-28.773],[-19.574,28.773],[-16.074,28.773],[15.612,28.773],[19.573,24.812],[19.573,-1.054],[19.573,-22.951],[19.573,-24.812]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0.647,0.71,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.475,0.816,0.847,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[348.186,150.058],"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":"Group 17","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":7},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[348.186,150.058],"ix":2},"a":{"a":0,"k":[348.186,150.058],"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":"Pass","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":151,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"ID","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.834],"y":[0]},"n":["0_1_0p834_0"],"t":0,"s":[0],"e":[-45]},{"i":{"x":[0],"y":[1]},"o":{"x":[0.834],"y":[0]},"n":["0_1_0p834_0"],"t":30,"s":[-45],"e":[-90]},{"i":{"x":[0.53],"y":[1]},"o":{"x":[0.5],"y":[0]},"n":["0p53_1_0p5_0"],"t":60,"s":[-90],"e":[-90]},{"i":{"x":[0.257],"y":[1]},"o":{"x":[0.764],"y":[0]},"n":["0p257_1_0p764_0"],"t":120,"s":[-90],"e":[-45]},{"i":{"x":[0.257],"y":[1]},"o":{"x":[0.764],"y":[0]},"n":["0p257_1_0p764_0"],"t":150,"s":[-45],"e":[0]},{"t":180}]},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.834,"y":0},"n":"0_1_0p834_0","t":0,"s":[182.123,105.319,0],"e":[230.873,85.319,0],"to":[8.125,-3.33333325386047,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.834,"y":0},"n":"0_1_0p834_0","t":30,"s":[230.873,85.319,0],"e":[132.748,172.819,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.53,"y":0.53},"o":{"x":0.5,"y":0.5},"n":"0p53_0p53_0p5_0p5","t":60,"s":[132.748,172.819,0],"e":[132.748,172.819,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.257,"y":1},"o":{"x":0.764,"y":0},"n":"0p257_1_0p764_0","t":120,"s":[132.748,172.819,0],"e":[97.123,180.944,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.257,"y":1},"o":{"x":0.764,"y":0},"n":"0p257_1_0p764_0","t":150,"s":[97.123,180.944,0],"e":[182.123,105.319,0],"to":[0,0,0],"ti":[-14.1666669845581,12.6041669845581,0]},{"t":180}]},"a":{"a":0,"k":[371.587,132.993,0]},"s":{"a":0,"k":[250,250,100]}},"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":[[375.526,131.845],[375.526,150.687]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[371.732,131.845],[371.752,138.437]],"c":false}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[367.451,131.85],[367.439,147.879]],"c":false}},"nm":"Path 4","mn":"ADBE Vector Shape - Group"},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[363.514,131.858],[363.502,140.7]],"c":false}},"nm":"Path 5","mn":"ADBE Vector Shape - Group"},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[379.32,131.845],[379.302,143.437]],"c":false}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0.647,0.71,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":1,"ml":10,"nm":"Stroke 3","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[375.085,141.266],"ix":2},"a":{"a":0,"k":[375.085,141.266],"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 8","np":6,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,-1.232],[0,0],[1.232,0],[0,0]],"o":[[0,0],[1.232,0],[0,0],[0,1.232],[0,0],[0,0]],"v":[[-3.297,-3.473],[1.061,-3.473],[3.296,-1.239],[3.296,1.239],[1.061,3.473],[-3.35,3.476]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0.647,0.71,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[367.609,121.599],"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":"Group 4","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.823,0],[0,1.823],[-1.823,0],[0,-1.823]],"o":[[-1.823,0],[0,-1.823],[1.823,0],[0,1.823]],"v":[[0,3.306],[-3.306,0],[0,-3.306],[3.306,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0.647,0.71,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[375.572,121.286],"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":"Group 5","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-10.556,6.767],[-10.578,-6.767],[10.578,-6.767],[10.578,6.767],[-10.614,6.749]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0.647,0.71,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[371.335,121.405],"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":"Group 6","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"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":[[15.686,-22.771],[-15.686,-22.771],[-15.71,22.798],[15.686,22.771]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0.647,0.71,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[371.599,132.98],"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":"Group 7","np":3,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":7},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"}],"ip":0,"op":30,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/patient_successfully_added.json b/ohos/flutter_lottie/assets/lottiefiles/patient_successfully_added.json new file mode 100644 index 0000000000000000000000000000000000000000..59413ef66715ac1d5ac506983324d5984b07ab01 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/patient_successfully_added.json @@ -0,0 +1 @@ +{"v":"5.1.16","fr":60,"ip":0,"op":115,"w":800,"h":600,"nm":"patient-added","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"check-mark","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":92.999,"s":[0],"e":[100]},{"t":103.999075247122}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[340,196,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":54.999,"s":[-42.801,-42.801,100],"e":[40.225,40.225,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":90.999,"s":[40.225,40.225,100],"e":[41.225,41.225,100]},{"t":106.999075247122}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.58,0.581],[0,0],[-0.586,0.586],[0,0],[-0.586,-0.586],[0,0],[0,0],[-0.578,-0.593],[0,0],[0.593,-0.578],[0,0]],"o":[[0,0],[-0.586,-0.586],[0,0],[0.586,-0.586],[0,0],[0,0],[0.593,-0.578],[0,0],[0.578,0.593],[0,0],[-0.588,0.573]],"v":[[-6.426,14.748],[-20.11,1.063],[-20.11,-1.059],[-16.575,-4.594],[-14.454,-4.594],[-5.306,4.553],[14.506,-14.756],[16.627,-14.729],[20.117,-11.148],[20.09,-9.027],[-4.318,14.761]],"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,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":55,"op":114,"st":-165.877877877878,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"circle","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[340,196,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":57,"s":[34.973,34.973,100],"e":[41,41,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":71,"s":[41,41,100],"e":[40.4,40.4,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":84,"s":[40.4,40.4,100],"e":[34,34,100]},{"t":94}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":486.533,"s":[{"i":[[27.5,0],[0,0],[0,27.5],[0,0],[-27.5,0],[0,0],[0,-27.5],[0,0]],"o":[[0,0],[-27.5,0],[0,0],[0,-27.5],[0,0],[27.5,0],[0,0],[0,27.5]],"v":[[0,50],[0,50],[-50,0],[-50,0],[0,-50],[0,-50],[50,0],[50,0]],"c":true}],"e":[{"i":[[27.5,0],[0,0],[0,27.5],[0,0],[-27.5,0],[0,0],[0,-27.5],[0,0]],"o":[[0,0],[-27.5,0],[0,0],[0,-27.5],[0,0],[27.5,0],[0,0],[0,27.5]],"v":[[77.5,50],[-77.5,50],[-127.5,0],[-127.5,0],[-77.5,-50],[77.5,-50],[127.5,0],[127.5,0]],"c":true}]},{"t":506.552734375}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.227450980392,0.717647058824,0.23137254902,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":54,"op":114,"st":-46,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"doctor Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[400,300,0],"ix":2},"a":{"a":0,"k":[178.5,176,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[3,7],"e":[35,7]},{"t":88}],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":3,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.007842999814,0.109803996367,0.007842999814,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[56.143,133.965],"ix":2},"a":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[15,0],"e":[0,0],"to":[-2.5,0],"ti":[2.5,0]},{"t":88}],"ix":1},"s":{"a":0,"k":[108.813,64.596],"ix":3},"r":{"a":0,"k":-28.744,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":53,"s":[0],"e":[71.836]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":59,"s":[71.836],"e":[100]},{"t":88}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 4","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":31,"s":[8,7],"e":[57.438,7]},{"t":80}],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":3,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.007842999814,0.109803996367,0.007842999814,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[49.944,122.396],"ix":2},"a":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[13,0],"e":[-11,0],"to":[-3.68789887428284,0],"ti":[4.49554920196533,0]},{"t":80}],"ix":1},"s":{"a":0,"k":[108.813,64.596],"ix":3},"r":{"a":0,"k":-28.744,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[0],"e":[54]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":31,"s":[54],"e":[99]},{"t":80}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 3","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[9,7],"e":[70,7]},{"t":53}],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":3,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.007842999814,0.109803996367,0.007842999814,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[43.849,110.688],"ix":2},"a":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[13,0],"e":[-18,0],"to":[-5.16666650772095,0],"ti":[5.16666650772095,0]},{"t":53}],"ix":1},"s":{"a":0,"k":[108.813,64.596],"ix":3},"r":{"a":0,"k":-28.744,"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,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.872,-13.119],[0,0],[0,0],[10.048,-1.757],[4.756,3.22],[1.96,0.001]],"o":[[3.581,25.112],[0,0],[0,0],[-6.545,1.287],[-4.019,-2.721],[-2.398,0]],"v":[[-19.445,-4.151],[13.467,21.338],[21.318,1.813],[8.066,-10.742],[-9.182,-15.895],[-18.331,-21.339]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.619607843137,0.396078431373,0.294117647059,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[50.052,198.327],"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":"Group 8","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-3.313],[-3.314,0],[0,3.315],[3.313,0]],"o":[[0,3.315],[3.313,0],[0,-3.313],[-3.314,0]],"v":[[73.5,94.999],[79.5,100.999],[85.5,94.999],[79.5,89]],"c":true},"ix":2},"nm":"Path 2","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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[178.5,176],"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":"Group 1","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.819,-6.659],[6.4,-1.235],[-1.374,-5.611],[-1.457,0.103],[-0.29,1.444],[-5.625,1.846],[7.368,-11.537],[-6.278,1.128],[-3.247,-1.108],[-1.56,15.445],[-0.187,20.931],[10.343,0.001]],"o":[[-0.205,6.578],[8.492,1.449],[0.485,1.391],[1.455,-0.103],[0.134,-5.971],[11.239,-3.782],[-4.612,7.222],[3.752,-0.673],[2.185,0.757],[-2.435,14.058],[0.119,-13.305],[-5.925,-0.001]],"v":[[-19.7,-21.143],[-31,-7.777],[-18.887,10.505],[-15.598,12.684],[-12.643,10.064],[-3.028,-2.986],[4.027,23.492],[10.377,28.459],[21.697,28.22],[31,0.167],[15.578,-8.534],[-8.029,-30.713]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.251,0.149,0.176,0.5,0.227,0.127,0.165,1,0.204,0.106,0.153],"ix":9}},"s":{"a":0,"k":[0,0],"ix":5},"e":{"a":0,"k":[100,0],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[273,51.713],"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":"Group 2","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[4.767,-9.347],[-3.006,-2.264],[-7.926,0.545],[-1.191,-6.248],[-1.558,-0.001],[-0.132,1.696],[-5.644,1.829],[7.393,-11.434],[-6.299,1.117],[-3.258,-1.098],[49.432,8.873],[4.207,0.012]],"o":[[-27.527,0.075],[-1.78,3.311],[6.163,5.001],[11.466,-1.75],[0.298,1.524],[1.705,0.005],[0.135,-5.917],[11.278,-3.749],[-4.628,7.157],[3.765,-0.667],[5.011,1.686],[-4.92,-0.912],[0,0]],"v":[[-8.363,-40.706],[-53.335,-13.811],[-51.206,-4.126],[-29.279,2.809],[-13.926,20.617],[-10.732,23.24],[-7.474,20.242],[2.174,7.309],[9.254,33.55],[15.625,38.472],[26.986,38.236],[5.684,-39.365],[-7.996,-40.706]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.145098039216,0.050980392157,0.023529411765,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[267.243,40.706],"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":"Group 3","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.094,-15.272],[80.581,71.943],[0,0],[-4.401,-4.544],[-108.656,185.195],[30.651,-5.588]],"o":[[-21.543,41.245],[0,0],[-4.188,4.74],[29.205,30.259],[28.954,-49.406],[-17.03,2.987]],"v":[[29.353,-81.831],[-123.582,-35.752],[-136.521,-21.062],[-136.144,-4.615],[111.755,-66.827],[69.172,-110.771]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.250980392157,0.827450980392,0.729411764706,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[194.951,235.641],"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":"Group 4","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[10.489,-51.98],[1.382,-8.098],[-14.288,78.698],[5.276,13.748],[4.836,11.74],[0.817,1.758],[10.049,-2.574],[1.821,-2.888],[0,0],[0.942,-1.256],[4.766,-11.357],[9.735,-38.734]],"o":[[-2.889,14.313],[79.79,-6.056],[-5.652,-17.201],[-1.067,-3.139],[-0.692,-1.946],[-9.044,-21.031],[-30.901,9.103],[0,0],[-0.879,1.317],[-6.928,10.184],[0,0],[-10.991,46.33]],"v":[[-73.579,100.225],[-79.859,132.806],[79.858,-11.081],[63.026,-58.164],[53.606,-83.275],[51.281,-88.862],[19.878,-130.232],[-25.28,-99.848],[-26.097,-98.592],[-28.86,-94.763],[-46.446,-62.37],[-37.339,-38.577]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.212,0.78,0.682,0.5,0.229,0.8,0.702,1,0.247,0.82,0.722],"ix":9}},"s":{"a":0,"k":[0,0],"ix":5},"e":{"a":0,"k":[100,0],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[268.991,218.691],"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":"Group 6","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.367,-0.156],[3.279,-16.408],[-5.401,-0.189],[0,0],[-1.339,-2.192],[-10.026,-2.789],[-0.675,-1.582],[0.83,-1.506],[-0.69,-4.458],[-6.03,18.582],[3.917,8.47],[-3.488,9.147],[0.838,7.121],[19.846,0.001]],"o":[[-16.565,2.411],[0,0],[0,0],[2.571,0.033],[5.383,8.904],[1.663,0.443],[0.674,1.581],[-2.638,4.394],[6.971,39.3],[-7.75,-5.203],[-3.97,-8.949],[2.406,-6.754],[-2.587,-22.278],[-1.349,0]],"v":[[-9.641,-71.765],[-42.74,-40.377],[-45.127,-8.359],[-43.243,-8.359],[-36.962,-4.782],[-12.97,13.424],[-9.267,16.632],[-9.515,21.523],[-15.105,32.697],[50.528,37.029],[32.691,16.124],[31.938,-12.126],[34.324,-33.22],[-5.566,-71.997]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.607843137255,0.325490196078,0.207843137255,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[264.029,85.644],"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":"Group 7","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[42.708,66.105],[0,0],[-4.93,-6.102],[-63.875,8.725]],"o":[[0,0],[0,0],[-3.275,7.127],[12.561,15.631],[135.6,-18.269]],"v":[[-13.994,-40.962],[-93.633,-40.272],[-102.363,-21.438],[-99.662,0.157],[8.177,32.237]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.212,0.78,0.682,0.5,0.229,0.8,0.702,1,0.247,0.82,0.722],"ix":9}},"s":{"a":0,"k":[0,0],"ix":5},"e":{"a":0,"k":[100,0],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[251.362,169.787],"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":"Group 13","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.047,-5.836],[0,0],[0,0],[7.6,10.61],[-0.126,4.206],[2.073,-0.001]],"o":[[-5.966,17.012],[0,0],[0,0],[-7.6,-10.609],[0.082,-2.763],[-1.082,0.001]],"v":[[-9.264,-15.488],[-2.105,17.91],[0.785,23.372],[7.63,4.538],[-2.105,-13.103],[-4.635,-23.37]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.61568627451,0.396078431373,0.294117647059,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[150.035,124.914],"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":"Group 14","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.672,-0.913],[0,0],[0.791,-2.817],[-1.442,-2.545],[0,0],[-2.845,-0.754],[-2.535,1.497],[0,0],[2.917,5.194],[0,0],[3.826,0]],"o":[[0,0],[-2.554,1.426],[-0.79,2.816],[0,0],[1.458,2.556],[2.846,0.755],[0,0],[5.12,-3.051],[0,0],[-2.023,-3.553],[-1.782,0]],"v":[[15.666,-75.773],[-73.269,-26.618],[-78.495,-19.99],[-77.477,-11.614],[-30.372,71.189],[-23.645,76.365],[-15.235,75.207],[72.129,23.291],[76.087,8.475],[30.488,-71.567],[20.926,-77.12]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.486,0.341,0.89,0.5,0.41,0.26,0.872,1,0.334,0.178,0.854],"ix":9}},"s":{"a":0,"k":[0,0],"ix":5},"e":{"a":0,"k":[100,0],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[79.004,131.713],"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":"board","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[-0.82,4.023],[0,0],[0,0],[1.845,0],[0,0],[0,-1.84],[0,0],[0,0],[0,-1.909],[0,0],[0,0],[0,0],[2.124,0],[0,0],[0,0],[22.21,0]],"o":[[0,0],[0,0],[0,0],[0,0],[1.072,-3.896],[0,0],[0,0],[0,-1.84],[0,0],[-1.845,0],[0,0],[0,0],[-1.915,0],[0,0],[0,0],[0,0],[0,-2.118],[0,0],[0,0],[0,-22.149],[0,0]],"v":[[-7.82,-83],[-7.82,18.267],[-36.5,18.267],[-36.5,47.999],[167.537,47.999],[170.5,36.056],[145.729,36.056],[145.729,-30.952],[142.388,-34.284],[98.705,-34.284],[95.365,-30.952],[95.365,11.227],[87.801,11.227],[84.334,14.684],[84.334,21.914],[57.609,21.914],[57.609,3.055],[53.763,-0.779],[32.71,-0.779],[32.71,-42.895],[-7.505,-83]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.918,0.788,0.659,0.5,0.902,0.714,0.633,1,0.886,0.639,0.608],"ix":9}},"s":{"a":0,"k":[0,0],"ix":5},"e":{"a":0,"k":[100,0],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[178.5,176],"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":"Group 18","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.03,-5.828],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.033,16.218],[1.586,9.601]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[4.421,-15.597],[0,-9.732],[-5.798,0.236]],"v":[[160.701,-18.162],[160.701,-1.401],[152.922,-1.401],[152.922,23.803],[93.696,23.803],[91.5,47.999],[166.787,47.999],[173.5,0.048],[171.116,-29]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.918,0.788,0.659,0.5,0.902,0.714,0.633,1,0.886,0.639,0.608],"ix":9}},"s":{"a":0,"k":[0,0],"ix":5},"e":{"a":0,"k":[100,0],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[178.5,176],"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":"Group 19","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.774,-0.389],[0.46,0.192],[0.516,-0.283],[1.048,-0.452],[-4.919,1.037],[1.398,0.539],[0.853,0]],"o":[[-0.51,0.444],[-0.414,-0.172],[-0.873,0.703],[5.007,0.56],[-1.505,-0.138],[-0.773,-0.389],[-0.853,0]],"v":[[-1.835,-0.859],[-3.243,-0.799],[-4.603,-0.859],[-7.5,0.882],[7.5,0.161],[3.122,-0.859],[0.644,-1.443]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.91,0.753,0.647,0.5,0.898,0.696,0.627,1,0.886,0.639,0.608],"ix":9}},"s":{"a":0,"k":[0,0],"ix":5},"e":{"a":0,"k":[100,0],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[164.5,85.443],"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":"Group 20","np":2,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.923,-1.845],[1.035,0.28],[1.19,-1.391],[2.475,-1.486],[-9.885,6.994],[3.228,1.056],[1.362,0]],"o":[[-0.981,1.437],[-1.027,-0.277],[-1.951,2.138],[0,0],[-3.39,0.175],[-1.299,-0.569],[-2.55,0]],"v":[[-4.03,-2.183],[-7.027,-1.305],[-10.326,-0.467],[-17,5],[17,-2.82],[6.989,-4.154],[2.956,-5]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.918,0.788,0.659,0.5,0.902,0.714,0.633,1,0.886,0.639,0.608],"ix":9}},"s":{"a":0,"k":[0,0],"ix":5},"e":{"a":0,"k":[100,0],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[219,91],"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":"Group 22","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.715,-0.234],[0.819,-1.749],[1.416,0.034],[1.188,-1.033],[3.125,0.159],[-39.144,15.314],[6.271,0.822],[2.196,-0.371],[2.6,1.331],[1.16,0]],"o":[[-1.838,0.604],[-0.579,1.221],[-1.342,-0.03],[-2.781,1.43],[0,0],[-6.148,1.483],[-3.31,-0.818],[-2.499,0.422],[-1.038,-0.564],[-0.737,0]],"v":[[-9.553,-7.514],[-13.716,-3.826],[-16.967,-2.672],[-20.982,-1.701],[-30,0.239],[30,-7.451],[11.211,-6.451],[3.23,-6.526],[-4.009,-7.013],[-7.361,-7.864]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.918,0.788,0.659,0.5,0.902,0.714,0.633,1,0.886,0.639,0.608],"ix":9}},"s":{"a":0,"k":[0,0],"ix":5},"e":{"a":0,"k":[100,0],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[181,123.864],"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":"Group 23","np":2,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.841,-3.906],[2.53,0.05],[2.286,-1.523],[5.596,0.246],[-72.377,22.834],[11.149,1.228],[3.973,-0.54],[4.401,1.973],[2.026,0]],"o":[[-1.192,1.808],[-2.394,-0.049],[-5.192,2.143],[0,0],[-11.013,2.16],[-5.875,-1.228],[-4.511,0.613],[-1.942,-0.891],[-4.535,-0.001]],"v":[[-24.335,-5.768],[-30.295,-4.059],[-37.631,-2.633],[-54,0.245],[54,-11.012],[20.572,-9.605],[6.224,-9.753],[-6.523,-10.501],[-12.54,-11.82]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.918,0.788,0.659,0.5,0.902,0.714,0.633,1,0.886,0.639,0.608],"ix":9}},"s":{"a":0,"k":[0,0],"ix":5},"e":{"a":0,"k":[100,0],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[194,147.82],"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":"Group 24","np":2,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.085,-1.803],[8.856,-1.28],[-11.308,2.681],[0.83,2.55]],"o":[[-7.367,5.329],[11.514,-1.42],[-0.746,-2.463],[-2.651,0.58]],"v":[[156.924,-53.37],[132.243,-43.326],[166.5,-49.481],[164.136,-57]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.918,0.788,0.659,0.5,0.902,0.714,0.633,1,0.886,0.639,0.608],"ix":9}},"s":{"a":0,"k":[0,0],"ix":5},"e":{"a":0,"k":[100,0],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[178.5,176],"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":"Group 25","np":2,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.857,-1.252],[23.877,-8.33],[-33.427,13.67],[2.262,3.942]],"o":[[-5.718,8.648],[0,0],[-1.885,-4.07],[-1.184,0.94]],"v":[[147.138,-83.694],[97.5,-54],[156.5,-75.046],[150.217,-87]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.918,0.788,0.659,0.5,0.902,0.714,0.633,1,0.886,0.639,0.608],"ix":9}},"s":{"a":0,"k":[0,0],"ix":5},"e":{"a":0,"k":[100,0],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[178.5,176],"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":"Group 26","np":2,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-6.16],[0,0],[0,0],[-0.005,16.145],[20.539,29.409]],"o":[[-6.176,0],[0,0],[0,0],[4.411,-15.533],[0.096,-35.842],[0,0]],"v":[[-93.865,-73.999],[-105.047,-62.846],[-105.047,73.999],[98.294,73.999],[104.952,26.255],[73.544,-73.999]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.91,0.753,0.647,0.5,0.898,0.696,0.627,1,0.886,0.639,0.608],"ix":9}},"s":{"a":0,"k":[0,0],"ix":5},"e":{"a":0,"k":[100,0],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[247.047,148.999],"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":"Group 27","np":2,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[35,7],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":3,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.007842999814,0.109803996367,0.007842999814,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[43.858,110.679],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[108.813,64.596],"ix":3},"r":{"a":0,"k":-28.744,"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 2","np":3,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":115,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/payme.json b/ohos/flutter_lottie/assets/lottiefiles/payme.json new file mode 100644 index 0000000000000000000000000000000000000000..277caa0ae385ed5a7d8261c5ba0d9973be9d290a --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/payme.json @@ -0,0 +1 @@ +{"v":"4.10.1","fr":30,"ip":0,"op":188,"w":640,"h":570,"nm":"Comp 1","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"pagado nuevo Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-25,"ix":10},"p":{"a":0,"k":[325,286,0],"ix":2},"a":{"a":0,"k":[320,285,0],"ix":1},"s":{"a":0,"k":[131,131,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.648,1.396],[-0.025,-1.345]],"o":[[0.026,1.345],[-2.724,-1.293]],"v":[[1.285,-2.017],[1.363,2.018]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[540.567,257.994],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.437,1.829],[-5.436,0.007]],"o":[[5.435,-0.007],[-5.434,1.052]],"v":[[-8.152,-0.904],[8.152,-0.925]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[488.978,330.004],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.569,-3.172],[0.051,2.109],[-4.777,-1.261],[1.65,0.084]],"o":[[1.133,-2.278],[4.847,-0.218],[-1.658,0.067],[-2.874,-0.145]],"v":[[-5.044,2.115],[-7.204,-1.508],[7.203,-0.854],[2.232,-0.68]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[140.962,210.725],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.152,0.047],[-0.151,-0.165],[0.096,0.054],[0.151,0.164]],"o":[[0.151,0.165],[-0.152,0.046],[-0.186,-0.104],[0.152,-0.047]],"v":[[0.001,-0.335],[0.455,0.16],[0.009,0.281],[-0.456,-0.194]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[398.5,207.482],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.026,1.345],[0.009,2.647],[-0.039,0.973],[-0.624,-5.84],[0.089,-6.088],[0.25,3.501],[0.015,3.464]],"o":[[-0.009,-2.648],[0.038,-0.973],[2.208,5.688],[0.642,6.009],[-2.334,-3.27],[-0.246,-3.447],[-0.025,-1.345]],"v":[[-0.649,-7.022],[-0.675,-14.965],[-0.56,-17.884],[0.789,-0.362],[0.685,17.884],[-0.476,7.4],[-0.572,-2.987]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[542.502,262.999],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-5.708,0.468],[-4.777,-0.002],[-1.468,-0.136],[0.003,-0.241]],"o":[[5.578,-2.355],[4.748,-0.389],[1.466,0.135],[-0.004,0.241],[0,0]],"v":[[-17.932,1.177],[-0.799,0.124],[13.531,0.049],[17.932,0.456],[17.921,1.177]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[374.739,206.712],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.148,0.109],[-0.059,-0.64],[0.93,1.395]],"o":[[0.06,0.641],[-1.165,-0.169],[0.763,-1.53]],"v":[[1.559,-0.943],[1.737,0.978],[-1.737,0.068]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[520.291,352.979],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-9.79,-1.96]],"o":[[9.764,-1.908],[0,0]],"v":[[-14.664,1.082],[14.664,0.878]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[515.617,346.866],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.482,0.031],[1.949,0.032],[1.614,-0.138],[-4.643,1.273],[0.219,-1.183],[1.008,0.002]],"o":[[1.073,-1.448],[-1.612,-0.027],[4.35,-4.176],[0.754,-0.206],[-0.227,1.232],[-2.482,-0.007]],"v":[[-2.052,3.104],[-3.122,0.604],[-7.965,0.984],[6.12,-0.193],[7.746,1.888],[5.395,3.191]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[530.055,350.904],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.762,0.498],[-0.724,6.711],[-1.595,-0.011],[-0.009,-2.648],[-2.724,-1.293],[-0.246,-3.447],[-2.334,-3.27],[0,0],[0.547,-8.287],[0.009,1.516],[0.063,8.497]],"o":[[0.186,-6.686],[1.594,0.01],[0.009,2.647],[-2.648,1.396],[0.015,3.464],[0.25,3.502],[0,0],[-0.47,7.138],[-2.058,-2.434],[-0.049,-8.497],[-0.012,-1.673]],"v":[[-1.777,-7.764],[-2.71,-27.753],[2.073,-27.721],[2.099,-19.777],[2.177,-15.742],[2.273,-5.355],[3.434,5.129],[3.339,5.191],[1.851,27.753],[0.265,22.105],[0.209,-3.385]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[539.754,275.754],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"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":[[0.261,-11.555],[0.261,11.749],[-0.26,11.758],[-0.26,-11.759]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[497.595,282.91],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.975,0.059],[0.005,-0.301],[2.937,-1.375],[5.435,-0.007],[0.724,0.325],[-2.615,-0.096],[-4.97,4.012]],"o":[[-0.057,0.295],[-2.937,1.375],[-5.436,0.006],[-0.723,-0.324],[2.618,-0.04],[5.886,0.217],[0.618,-0.5]],"v":[[13.69,-2.388],[13.596,-1.493],[4.784,2.632],[-11.522,2.651],[-13.69,1.679],[-5.833,1.581],[10.815,-2.151]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[492.347,326.448],"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.788,-0.335],[-0.001,3.574],[0.028,10.711],[-0.473,-5.203],[0.031,-7.662]],"o":[[1.653,-3.513],[0.004,-10.712],[1.976,5.053],[0.691,7.602],[-0.007,1.697]],"v":[[-1.394,21.425],[-0.992,10.71],[-1.065,-21.425],[0.56,-5.779],[0.803,17.192]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[427.14,284.485],"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.248,-0.414],[-0.068,0.604]],"o":[[-0.618,-0.192],[0.248,0.414]],"v":[[0.406,0.621],[-0.338,-0.621]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[308.333,251.623],"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.414,0.35],[-0.05,-0.779]],"o":[[0.758,-0.059],[-0.415,-0.35]],"v":[[-0.621,-0.494],[0.621,0.553]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[201.07,358.842],"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":"Group 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.653,0.091],[0.223,-0.357]],"o":[[-0.224,0.359],[-0.169,-0.604]],"v":[[0.42,-0.539],[-0.251,0.539]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[200.436,354.369],"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":"Group 16","np":2,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.384,-0.521],[0.337,-0.028]],"o":[[-0.338,0.028],[0.294,-0.546]],"v":[[0.506,0.218],[-0.506,0.303]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[391.502,205.626],"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":"Group 17","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.31,-0.118],[0.273,-0.316],[0,0],[-0.056,0.295]],"o":[[0.331,0.003],[-0.275,0.314],[0.002,0.002],[0.005,-0.3],[0,0]],"v":[[-0.425,-0.565],[0.536,-0.384],[-0.288,0.563],[-0.536,0.337],[-0.444,-0.556]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[506.48,324.616],"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":"Group 18","np":2,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.548,-0.685],[0.544,0.703]],"o":[[-0.765,0.161],[0.777,-0.206]],"v":[[1.019,0.272],[-1.019,-0.249]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[304.947,208.369],"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":"Group 19","np":2,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.479,-0.511],[-0.166,0.598]],"o":[[0.167,-0.599],[0.371,0.749]],"v":[[-0.435,0.898],[0.064,-0.898]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[96.444,254.086],"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":"Group 20","np":2,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.012,0.771],[0.745,-0.761]],"o":[[0.602,0.78],[0.012,-0.772]],"v":[[-0.337,-1.157],[-0.372,1.157]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[538.441,284.913],"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":"Group 21","np":2,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.149,-0.271],[0.01,0.285],[-0.194,0.113],[0.038,-0.117]],"o":[[-0.11,-0.301],[-0.004,-0.105],[0.052,0.147],[-0.086,0.262]],"v":[[-0.077,0.601],[-0.362,-0.265],[0.185,-0.601],[0.328,-0.165]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[454.533,270.584],"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":"Group 22","np":2,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.96,1.404],[-0.309,0.134],[-0.639,-0.081]],"o":[[0.335,-0.029],[0.639,0.082],[-0.962,1.383]],"v":[[-1.441,-0.58],[-0.476,-0.824],[1.441,-0.579]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[284.507,211.645],"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":"Group 23","np":2,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.135,1.021],[-0.024,-0.993]],"o":[[0.024,0.992],[-1.204,-0.963]],"v":[[0.532,-1.489],[0.604,1.488]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[537.333,301.505],"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":"Group 24","np":2,"cix":2,"ix":24,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.208,0.212],[-0.04,0.301],[-0.167,-1.304],[0.335,-0.029],[0.33,0.018]],"o":[[0.027,-0.303],[1.326,-0.209],[-0.309,0.134],[-0.286,-0.166],[-0.071,-0.288]],"v":[[-1.154,0.044],[-1.052,-0.861],[1.153,0.827],[0.187,1.07],[-0.736,0.794]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[282.879,209.995],"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":"Group 25","np":2,"cix":2,"ix":25,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.503,-0.006],[1.499,1.008]],"o":[[-1.506,1.033],[1.502,0.006]],"v":[[2.254,-0.508],[-2.254,-0.525]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[270.019,208.657],"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":"Group 26","np":2,"cix":2,"ix":26,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.531,-1.366],[0.065,1.337]],"o":[[-0.065,-1.337],[3.543,1.166]],"v":[[-1.575,2.005],[-1.771,-2.005]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[545.745,292.003],"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":"Group 27","np":2,"cix":2,"ix":27,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.861,-0.011],[2.856,1.553]],"o":[[-2.864,0.666],[2.861,0.012]],"v":[[4.293,-0.744],[-4.293,-0.777]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[442.042,204.922],"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":"Group 28","np":2,"cix":2,"ix":28,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.666,0.66],[2.64,0.701]],"o":[[-2.68,1.389],[2.693,-2.052]],"v":[[3.978,0.41],[-3.978,0.253]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[413.971,237.568],"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":"Group 29","np":2,"cix":2,"ix":29,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.536,-2.816],[2.354,1.746]],"o":[[-1.411,-2.301],[6.537,-0.716]],"v":[[0.838,3.846],[-3.268,-3.13]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[541.054,205.246],"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":"Group 30","np":2,"cix":2,"ix":30,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.331,0.003],[-2.897,1.115],[1.752,-2.013]],"o":[[1.115,-2.899],[-0.895,2.712],[-0.31,-0.118]],"v":[[-3.012,2.917],[3.012,-3.099],[-2.05,3.098]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[509.067,321.134],"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":"Group 31","np":2,"cix":2,"ix":31,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.325,0.938],[0.089,-1.983]],"o":[[-0.09,1.983],[-3.134,-3.289]],"v":[[1.701,-2.975],[1.433,2.974]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[536.382,289.036],"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":"Group 32","np":2,"cix":2,"ix":32,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.501,3.708],[-2.472,-2.095]],"o":[[2.039,2.271],[-3.492,-1.68]],"v":[[-0.869,-3.991],[2.371,3.991]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[95.647,357.883],"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":"Group 33","np":2,"cix":2,"ix":33,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.641,0.702],[0.039,0.569],[-2.478,1.005],[0.042,-3.006]],"o":[[-0.037,-0.571],[0.326,-1.896],[-0.041,3.006],[-0.64,-0.702]],"v":[[-0.808,2.404],[-0.92,0.693],[1.239,-4.509],[1.114,4.509]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[94.761,259.526],"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":"Group 34","np":2,"cix":2,"ix":34,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.467,1.688],[-5.465,0.004]],"o":[[5.465,-0.004],[-5.464,1.53]],"v":[[-8.198,-0.838],[8.198,-0.85]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[106.983,362.919],"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":"Group 35","np":2,"cix":2,"ix":35,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.648,-0.092],[-2.573,-1.107],[-2.501,0.152]],"o":[[1.96,-2.021],[2.273,0.978],[-4.652,0.858]],"v":[[-6.971,0.674],[-0.244,-0.491],[6.971,0.741]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[122.971,361.249],"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":"Group 36","np":2,"cix":2,"ix":36,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0.001],[-0.766,0.162],[-0.72,-0.593],[0,0.001],[0.667,-0.228],[4.083,0.83]],"o":[[0,0],[0.543,0.703],[0.719,0.594],[0,0],[-0.667,0.228],[-3.876,-2.772],[0,0]],"v":[[2.956,-1.509],[3.018,-1.525],[5.056,-1.004],[7.216,0.776],[7.157,0.841],[5.157,1.525],[-7.216,0.208]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[300.911,209.645],"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":"Group 37","np":2,"cix":2,"ix":37,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.544,0.048],[-0.938,-1.534],[3.92,1.828],[-0.592,2.344]],"o":[[1.111,1.154],[-3.171,2.485],[1.137,-2.143],[0.546,-0.048]],"v":[[1.16,-2.339],[5.225,-0.499],[-5.225,0.511],[-0.474,-2.194]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[124.5,212.615],"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":"Group 38","np":2,"cix":2,"ix":38,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.276,-5.881],[1.311,-0.039],[1.015,1.282]],"o":[[-1.311,0.039],[-2.383,-0.263],[2.72,0.496]],"v":[[3.294,2.882],[-0.638,2.999],[-3.569,-0.934]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[502.653,352.946],"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":"Group 39","np":2,"cix":2,"ix":39,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.033,0.664],[-1.777,3.22],[-0.017,-4.534],[1.774,0.828],[0.013,0.961]],"o":[[0.613,-3.441],[-0.005,4.532],[0.005,1.305],[-0.011,-0.962],[-0.033,-0.663]],"v":[[-0.99,2.299],[0.989,-8.002],[0.981,5.599],[-0.854,7.173],[-0.89,4.289]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[184.899,305.719],"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":"Group 40","np":2,"cix":2,"ix":40,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.11,1.132],[0,0],[-0.368,0.005],[0,0]],"o":[[0,0],[0.368,-0.005],[0,0],[-0.993,-0.704]],"v":[[-0.497,9.939],[-0.497,-12.764],[0.607,-12.779],[0.607,12.778]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[119.44,320.059],"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":"Group 41","np":2,"cix":2,"ix":41,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.289,-0.322],[5.591,2.291],[-0.3,0.087],[-1.366,1.326],[-3.876,-2.771]],"o":[[-5.694,-0.648],[0.306,-0.07],[1.718,0.372],[4.083,0.831],[-0.288,0.322]],"v":[[8.136,1.258],[-9.001,0.188],[-8.091,-0.046],[-3.371,-1.024],[9.002,0.293]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[297.066,210.877],"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":"Group 42","np":2,"cix":2,"ix":42,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-6.414,-0.056],[3.763,-0.485],[2.185,2.606]],"o":[[-3.489,2.169],[-2.525,-1.25],[6.413,0.056]],"v":[[9.62,-1.136],[-1.61,0.697],[-9.62,-1.303]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[299.609,269.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":"Group 43","np":2,"cix":2,"ix":43,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.633,0.294],[0.48,0.599],[-4.827,0.009],[-0.362,-2.429]],"o":[[-0.48,-0.599],[4.827,-0.046],[1.606,-0.003],[-5.628,-0.888]],"v":[[-7.732,1.011],[-9.172,-0.785],[5.308,-0.909],[9.171,1.124]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[400.854,326.918],"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":"Group 44","np":2,"cix":2,"ix":44,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-5.414,-0.021],[0.809,-0.576],[5.906,-0.037],[-1.554,0.006]],"o":[[-0.808,0.575],[-5.904,0.036],[0.446,-2.384],[5.414,-0.019]],"v":[[10.069,-0.642],[7.645,1.083],[-10.069,1.192],[-6.172,-0.692]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[424.05,326.713],"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":"Group 45","np":2,"cix":2,"ix":45,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-8.694,-2.825],[8.697,0.012]],"o":[[-8.698,-0.012],[8.699,-1.258]],"v":[[13.047,1.413],[-13.047,1.379]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[428.925,348.549],"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":"Group 46","np":2,"cix":2,"ix":46,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.002,-10.777],[1.704,4.349],[0.016,3.445],[-0.574,2.84]],"o":[[-2.131,-4.296],[-0.014,-3.444],[0.574,-2.842],[0.001,10.777]],"v":[[1.053,16.165],[-0.626,2.691],[-0.673,-7.643],[1.048,-16.165]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[456.862,279],"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":"Group 47","np":2,"cix":2,"ix":47,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.372,-0.435],[0.951,0.474],[-4.603,-0.346],[0.996,4.703],[0.018,0.828],[-0.184,-2.156],[2.149,-0.161]],"o":[[-0.949,-0.475],[4.64,-0.165],[5.08,0.383],[-0.169,-0.797],[1.457,1.703],[0.164,1.92],[-5.374,0.402]],"v":[[-8.022,5.267],[-10.872,3.844],[3.042,3.457],[8.667,-2.788],[8.592,-5.267],[10.708,0.647],[8.094,3.975]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[239.343,326.487],"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":"Group 48","np":2,"cix":2,"ix":48,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[12.049,0.005],[-5.338,1.881],[-2.165,0.014],[-2.864,0.666],[-0.575,-0.01],[-1.626,-0.061],[0.805,-0.004]],"o":[[5.375,-1.514],[2.164,-0.014],[2.856,1.552],[0.575,0.01],[1.626,0.06],[0.736,2.291],[-12.048,0.053]],"v":[[-19.418,0.483],[-2.997,-1.226],[3.495,-1.268],[12.081,-1.235],[13.805,-1.206],[18.682,-1.024],[16.727,0.458]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[434.253,205.414],"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":"Group 49","np":2,"cix":2,"ix":49,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.851,0.574],[-10.346,0.035],[1.94,0.189],[7.606,0.24]],"o":[[10.345,-0.034],[-1.696,1.254],[-7.628,-0.744],[-0.852,-0.574]],"v":[[-15.518,-0.929],[15.518,-1.032],[9.841,0.418],[-12.966,0.792]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[325.362,213],"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":"Group 50","np":2,"cix":2,"ix":50,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.027,-0.303],[12.528,0.041],[1.813,0.033],[-2.781,0.131],[-4.034,1.718],[-2.858,-0.006],[-1.506,1.033],[-0.906,0.064],[-2.292,-0.402],[0,0]],"o":[[-12.529,-0.034],[-1.814,-0.006],[2.597,-1.368],[4.084,-0.193],[2.857,0.006],[1.499,1.008],[0.906,-0.065],[2.291,0.402],[0,0],[-0.04,0.301]],"v":[[21.445,1.041],[-16.142,0.937],[-21.583,0.842],[-13.347,-0.45],[-1.087,-0.883],[7.484,-0.865],[11.992,-0.847],[14.708,-1.041],[21.583,0.166],[21.547,0.136]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[260.281,208.998],"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":"Group 51","np":2,"cix":2,"ix":51,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[10.199,1.46],[-2.261,-0.073],[0.227,2.356],[-0.286,-0.166],[-0.962,1.383],[-0.705,0.001],[-5.694,-0.648],[0.816,-0.575]],"o":[[2.265,-0.042],[2.218,0.071],[0.329,0.018],[0.96,1.403],[0.706,0],[5.59,2.291],[-0.816,0.576],[-10.197,-0.991]],"v":[[-16.514,0.858],[-9.721,0.757],[-6.544,-2.318],[-5.621,-2.042],[-2.739,-2.041],[-0.622,-2.043],[16.514,-0.972],[14.068,0.754]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[288.687,213.107],"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":"Group 52","np":2,"cix":2,"ix":52,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.722,-0.368],[0.096,8.131],[-7.618,-0.182],[-1.988,-0.075],[2.439,0.392],[-0.6,-3.822],[-0.316,-7.397]],"o":[[-0.01,-8.132],[-0.092,-7.832],[1.987,0.048],[-2.246,1.639],[-3.907,-0.629],[1.158,7.383],[0.067,1.562]],"v":[[-6.578,16.116],[-6.628,-8.28],[0.829,-15.934],[6.79,-15.711],[-0.35,-15.04],[-5.544,-10.083],[-4.775,12.117]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[146.545,315.859],"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":"Group 53","np":2,"cix":2,"ix":53,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.346,-12.239],[0.011,1.549],[0.077,13.608],[-2.31,1.023],[-0.073,-4.423]],"o":[[-2.348,-0.566],[-0.091,-13.609],[-0.012,-2.034],[-1.83,4.287],[0.201,12.241]],"v":[[1.105,24.98],[-0.703,20.929],[-0.897,-19.898],[1.242,-24.98],[0.117,-11.737]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[274.754,284.981],"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":"Group 54","np":2,"cix":2,"ix":54,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[14.165,0.6],[-1.86,0.006],[-15.817,0.058],[3.329,-0.167]],"o":[[1.504,-1.244],[15.819,-0.049],[-3.243,1.707],[-14.13,0.707]],"v":[[-26.303,0.507],[-21.152,-0.939],[26.303,-1.107],[16.149,-0.277]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[172.488,217.045],"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":"Group 55","np":2,"cix":2,"ix":55,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[9.89,-0.178],[-7.782,0.319],[-12.08,0.019],[10.057,0.447]],"o":[[7.683,-2.031],[12.061,-0.495],[-9.926,1.73],[-9.863,-0.439]],"v":[[-29.8,0.986],[-6.437,-0.504],[29.8,-0.685],[-0.135,0.587]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[162.973,360.637],"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":"Group 56","np":2,"cix":2,"ix":56,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.149,-0.096],[1.788,-0.003],[18.58,-0.024],[-7.882,0.776],[-11.168,1.675]],"o":[[-1.14,2.017],[-18.58,0.039],[7.782,-2.031],[11.13,-1.098],[1.109,-0.167]],"v":[[30.315,-0.627],[25.425,0.991],[-30.316,1.074],[-6.669,-0.292],[26.873,-0.88]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[359.528,351.006],"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":"Group 57","np":2,"cix":2,"ix":57,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.161,-4.119],[-0.192,1.699],[-1.054,11.205],[-0.25,4.469],[0.306,-13.199]],"o":[[-2.771,-0.871],[1.258,-11.17],[0.403,-4.282],[2.912,13.07],[-0.096,4.144]],"v":[[0.908,25.946],[-0.921,20.915],[-0.508,-12.645],[-1.049,-25.946],[0.697,13.583]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[97.014,290.038],"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":"Group 58","np":2,"cix":2,"ix":58,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[17.687,-1.011],[-1.656,-0.002],[-17.964,-0.033],[1.798,-0.012]],"o":[[1.002,-1.779],[17.963,0.02],[-1.513,1.363],[-17.694,0.114]],"v":[[-29.143,0.889],[-24.747,-0.766],[29.143,-0.675],[23.938,0.508]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[338.285,356.845],"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":"Group 59","np":2,"cix":2,"ix":59,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.066,11.946],[0.015,10.665],[-0.624,-1.402],[-0.037,-0.571],[-0.037,-25.229],[0.042,-1.824],[-0.488,6.543]],"o":[[-0.015,-10.665],[0.622,1.405],[0.038,0.57],[0.045,25.229],[0.003,1.824],[-1.131,-6.374],[0.893,-11.936]],"v":[[-1.001,-11.545],[-1.045,-43.541],[0.822,-39.33],[0.934,-37.618],[1.064,38.069],[0.942,43.541],[-0.438,24.272]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[93.02,299.548],"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":"Group 60","np":2,"cix":2,"ix":60,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-10.211,1.215],[1.716,0.002],[41.276,0.056],[-1.882,-0.065],[-11.245,0.022],[-19.362,0.677]],"o":[[-0.937,1.764],[-41.276,-0.06],[1.43,-2.031],[11.246,0.395],[19.393,-0.04],[10.244,-0.359]],"v":[[64.064,-0.767],[59.764,1.1],[-64.063,0.93],[-58.57,-0.444],[-24.837,-0.373],[33.335,-0.054]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[264.916,352.908],"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":"Group 61","np":2,"cix":2,"ix":61,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.788,-13.181],[-0.251,1.132],[2.23,4.088],[5.694,-1.085],[3.83,0.712],[6.486,-1.255],[-0.006,-2.812],[-0.067,-16.317],[0.033,-2.327],[-0.574,5.741],[0.229,11.761],[-0.126,1.318],[-6.083,0.103],[-10.683,-0.738]],"o":[[-1.043,-0.297],[1.178,-5.322],[-2.518,-4.618],[-3.799,0.725],[-6.361,-1.183],[-3.624,0.702],[0.038,16.317],[0.01,2.327],[-1.349,-5.704],[1.184,-11.832],[-0.026,-1.328],[0.58,-6.063],[10.723,-0.182],[11.819,0.815]],"v":[[29.605,-7.452],[27.832,-9.496],[23.32,-22.602],[5.526,-30.345],[-5.526,-30.857],[-25.167,-30.368],[-28.521,-23.43],[-28.312,25.521],[-28.407,32.503],[-29.331,15.221],[-30.313,-20.065],[-30.268,-24.051],[-22.025,-32.102],[10.147,-31.764]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[146.406,273.474],"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":"Group 62","np":2,"cix":2,"ix":62,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.983,1.925],[-3.658,0.327],[0.117,-2.943],[-0.527,-3.99],[1.211,-8.914],[0.166,-0.6],[0,0],[0.327,-1.898],[0.622,1.404],[-0.021,2.163],[1.189,9.056]],"o":[[3.305,-0.229],[0.526,2.424],[-3.905,1.708],[1.169,8.853],[-0.166,0.597],[0,0],[-2.478,1.005],[-0.622,-1.404],[-0.747,-2.068],[0.085,-9.057],[-0.279,-2.13]],"v":[[-3.165,-19.51],[2.389,-24.787],[5.031,-17.479],[1.43,-8.973],[1.558,17.755],[1.059,19.551],[1.05,19.583],[-1.111,24.787],[-2.976,20.574],[-3.731,14.194],[-4.116,-12.974]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[94.951,235.433],"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":"Group 63","np":2,"cix":2,"ix":63,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.211,-1.687],[-5.883,1.64],[-1.408,-4.47],[-1.704,-0.068],[-1.184,0.032],[1.932,3.836],[-0.759,-0.677],[0.601,-3.801],[-0.001,0],[2.273,0.979],[1.96,-2.021],[0,0],[0,0],[5.465,-0.004],[0,0],[0,0],[2.039,2.272],[0.029,3.62],[0.003,1.823],[0.045,25.229],[-0.641,-0.701],[0,0.001],[0.403,-4.282],[1.258,-11.17],[-2.771,-0.871],[2.392,-7.971],[-0.024,-1.312]],"o":[[-0.268,6.503],[2.405,-0.67],[0.683,2.167],[1.184,-0.031],[0.235,-1.12],[-0.88,-1.75],[2.217,1.977],[0,0],[-2.501,0.151],[-2.572,-1.107],[0,0],[0,0],[-5.466,0.004],[0,0],[0,0],[-2.472,-2.096],[-1.818,-3.484],[0.042,-1.824],[-0.037,-25.23],[0.64,0.701],[0,0],[-0.25,4.469],[-1.054,11.205],[-0.192,1.699],[-1.246,7.982],[-0.359,1.198],[-0.914,1.834]],"v":[[-13.599,36.642],[-6.681,42.341],[0.553,44.716],[5.366,45.839],[8.918,45.745],[11.073,43.414],[13.563,42.552],[18.221,49.935],[18.161,49.944],[10.945,48.711],[4.219,49.876],[3.839,50.115],[3.4,50.023],[-12.996,50.035],[-13.427,50.105],[-13.764,49.828],[-17.004,41.846],[-17.82,31.042],[-17.698,25.571],[-17.828,-50.116],[-15.906,-48.012],[-15.816,-47.953],[-15.275,-34.652],[-15.688,-1.092],[-13.86,3.938],[-14.605,28],[-14.587,31.92]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[111.782,312.046],"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":"Group 64","np":2,"cix":2,"ix":64,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[7.683,-2.031],[1.057,-0.119],[2.217,1.976],[-0.88,-1.749],[0.235,-1.119],[1.938,0.194],[0.047,-1.008],[-0.705,-1.035],[0.683,2.167],[2.405,-0.67],[-0.268,6.503],[-3.709,0.235],[-5.701,0.507],[-1.18,-2.967],[-0.981,2.678],[-2.981,-1.421],[-4.294,6.057],[-2.998,-0.808],[-3.41,1.043],[-3.439,-2.482],[3.192,-0.757],[12.061,-0.495]],"o":[[-1.057,0.119],[0.601,-3.8],[-0.759,-0.677],[1.931,3.837],[0.143,-3.422],[-0.738,-0.073],[-0.092,1.921],[-1.704,-0.069],[-1.408,-4.47],[-5.884,1.639],[1.561,6.135],[5.601,0.491],[2.242,-0.199],[1.084,2.724],[2.148,-5.866],[4.134,1.972],[1.444,-2.037],[3.549,0.956],[4.435,-1.356],[2.166,1.564],[-12.08,0.019],[-7.782,0.319]],"v":[[-13.767,6.288],[-16.937,6.647],[-21.595,-0.736],[-24.085,0.125],[-26.24,2.456],[-30.677,-0.452],[-32.621,0.543],[-29.792,2.551],[-34.605,1.428],[-41.839,-0.947],[-48.757,-6.647],[-38.98,-3.35],[-22.147,-2.142],[-16.612,0.837],[-5.112,1.126],[4.102,-1.038],[15.664,-1.306],[24.698,-2.03],[34.968,-2.21],[46.596,0.648],[45.833,4.618],[9.596,4.798]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[146.94,355.335],"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":"Group 65","np":2,"cix":2,"ix":65,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.655,-0.05],[-0.343,-0.186],[1.137,-2.143],[-3.171,2.485],[-2.064,-0.242],[-2.873,-0.145],[-1.657,0.068],[-6.383,1.239],[-5.492,-1.627],[-5.996,0.097],[-1.183,0.457],[-7.258,-0.258],[-2.115,0.775],[0,0],[-1.814,-0.006],[-12.529,-0.033],[-0.071,-0.288],[2.218,0.072],[2.265,-0.042],[6.304,-0.202],[7.57,-0.137],[10.59,-0.197],[15.819,-0.049],[1.504,-1.244],[8.344,-1.369],[7.007,0.592],[0.526,2.424],[3.305,-0.229],[-5.629,-0.973],[0.981,-1.704],[-2.695,-0.754],[-0.273,2.019],[-2.895,-0.187]],"o":[[0.345,0.186],[-0.592,2.344],[3.92,1.828],[2.064,0.241],[1.57,-3.172],[1.65,0.084],[6.438,-0.339],[5.583,-1.084],[6.031,-1.183],[1.306,-0.022],[7.295,-2.82],[2.123,0.075],[0,0],[1.814,0.032],[12.529,0.041],[0.208,0.213],[0.227,2.356],[-2.262,-0.072],[-6.3,0.33],[-7.567,0.243],[-10.59,0.192],[-15.817,0.057],[-1.86,0.006],[-8.353,1.079],[-7.052,1.157],[0.116,-2.943],[-3.658,0.327],[1.574,-3.526],[1.145,0.198],[-0.683,1.186],[2.342,0.655],[0.785,-5.809],[2.647,0.171]],"v":[[-64.084,-3.507],[-63.052,-2.95],[-67.803,-0.245],[-57.353,-1.255],[-51.16,-0.531],[-43.883,-3.326],[-38.912,-3.501],[-19.605,-3.686],[-3.061,-3.431],[14.907,-2.902],[18.801,-3.363],[40.618,-3.266],[46.942,-3.303],[51.618,-3.531],[57.06,-3.437],[94.647,-3.332],[95.065,-2.581],[91.889,0.493],[85.095,0.595],[66.194,1.558],[43.483,1.98],[11.713,2.568],[-35.741,2.736],[-40.894,4.181],[-66.042,5.169],[-87.096,4.583],[-89.738,-2.724],[-95.292,2.553],[-87.437,-4.558],[-85.795,-2.449],[-85.853,0.76],[-79.081,-0.517],[-72.046,-3.683]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[187.078,213.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":"Group 66","np":2,"cix":2,"ix":66,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.151,0.165],[0.152,-0.047],[-0.186,-0.104],[-0.152,0.046]],"o":[[-0.152,0.047],[0.151,0.164],[0.096,0.054],[-0.151,-0.165]],"v":[[-27.382,-17.904],[-27.839,-17.764],[-27.374,-17.289],[-26.928,-17.41]],"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":[[3.903,1.064],[1.965,-2.138],[2.488,-0.007],[5.462,1.43],[6.574,-0.047],[8.724,0.679],[4.19,0.282],[6.772,-0.011],[10.344,-0.035],[0.593,0.528],[0,0],[-0.669,0.384],[-2.567,-0.144],[-13.173,-1.238],[0,0],[-0.004,0.241],[1.467,0.135],[-0.321,0.214],[-0.59,0.064],[-0.338,0.029],[-0.651,0.017],[-6.958,-0.035],[-12.048,0.053],[0.736,2.291],[0,0],[-0.651,0.014],[-15.597,0.473],[-7.059,1.737],[-4.551,-0.015],[-1.412,-2.301],[0,0],[1.781,-7.172],[-1.366,-4.797],[0.039,-0.973],[0,0],[0.714,7.737],[0.008,0.998],[7.973,1.365],[-0.232,3.627],[2.092,-1.665],[-0.417,-0.619],[1.182,0.156],[6.882,0.23],[1.846,-2.628],[4.099,2.02],[0.827,0.122],[0.775,-0.978],[2.565,-0.435]],"o":[[-2.201,-2.39],[-1.852,2.013],[-5.798,0.018],[-6.842,-1.79],[-8.761,0.063],[-4.153,-0.323],[-6.741,-0.454],[-10.346,0.034],[-0.592,-0.528],[0,0],[0.669,-0.383],[2.395,-0.399],[13.167,0.738],[0,0],[0.004,-0.241],[-1.468,-0.136],[0.319,-0.214],[0.588,-0.063],[0.337,-0.028],[0.65,-0.017],[6.958,0.035],[12.049,0.005],[0.805,-0.003],[0,0],[0.651,-0.013],[15.631,1.309],[7.12,-0.216],[4.552,0.016],[2.355,1.746],[0,0],[0.811,7.209],[-1.207,4.857],[-0.039,0.973],[0,0],[2.263,-7.854],[0.006,-0.997],[-0.062,-8.022],[-1.986,-0.339],[0.144,-2.271],[-0.536,0.427],[3.255,4.832],[-6.917,-0.911],[-2.045,-0.071],[-3.687,5.247],[-0.287,-0.971],[-0.982,-1.092],[-1.905,2.398],[-4.326,0.734]],"v":[[24.195,-15.205],[17.784,-15.034],[11.1,-12.285],[-6.23,-12.919],[-26.074,-12.679],[-52.29,-13.311],[-64.694,-12.991],[-85.003,-13.083],[-116.039,-12.98],[-117.816,-14.565],[-117.756,-14.63],[-115.75,-15.781],[-108.588,-17.158],[-69.076,-17.162],[-33.224,-17.162],[-33.211,-17.884],[-37.614,-18.29],[-36.655,-18.932],[-34.887,-19.123],[-33.875,-19.208],[-31.922,-19.259],[-11.048,-19.154],[25.097,-19.18],[27.053,-20.661],[28.139,-21.164],[30.092,-21.205],[76.894,-22.129],[98.248,-22.982],[111.902,-22.936],[116.009,-15.959],[115.998,-15.958],[116.035,5.666],[116.059,20.063],[115.942,22.982],[111.161,22.95],[110.25,-0.308],[110.264,-3.301],[102.225,-12.675],[98.292,-16.216],[88.616,-18.343],[87.88,-16.728],[84.731,-12.959],[64.057,-13.02],[59.5,-15.532],[48.112,-14.054],[46.181,-15.282],[43.219,-15.303],[36.067,-12.734]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[425.883,225.052],"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":"Group 67","np":4,"cix":2,"ix":67,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.602,0.78],[0.049,0.584],[-0.007,4.672],[-0.012,-1.674],[-0.049,-8.497],[-2.058,-2.434],[-0.47,7.138],[-0.254,-0.128],[-0.058,-2.862],[-0.065,-1.336],[0.004,-0.987],[0,0],[-0.578,-1.293],[0.147,-3.606],[0.938,-2.25],[0,0],[3.916,0.047],[-0.087,1.173],[-0.515,0.321],[-2.483,-0.006],[-0.226,1.231],[0.754,-0.206],[4.348,-4.174],[0,0],[0.763,-1.53],[-1.165,-0.169],[1.416,0.096],[5.059,1.078],[2.72,0.496],[1.931,-3.598],[1.611,-0.001],[29.576,-0.336],[7.899,-0.175],[2.127,-0.334],[17.962,0.02],[1.002,-1.779],[15.911,0.476],[17.56,-0.83],[2.19,1.655],[0.758,-0.058],[-0.317,1.177],[-0.224,0.359],[0,-0.001],[-41.276,-0.06],[-0.938,1.764],[0,0],[-18.58,0.039],[-1.139,2.016],[-8.671,0.53],[-8.698,-0.012],[-12.525,0.019],[-6.21,-0.029],[-0.988,-0.025],[0,0],[-0.488,0.665],[0,0],[0.323,4.493],[-0.182,5.318],[0.476,7.099],[0.222,0.275],[0.025,0.992],[0.017,2.669],[-0.089,1.984],[0.001,-0.001]],"o":[[-0.049,-0.583],[0.007,-4.672],[2.762,0.498],[0.063,8.497],[0.009,1.516],[0.547,-8.287],[0.218,0.185],[0.059,2.861],[0.066,1.337],[-0.003,0.987],[0,0],[-0.411,1.366],[-0.149,3.603],[-2.563,1.284],[0,0],[-3.916,-0.005],[-0.727,-0.008],[0.026,-0.356],[2.483,0.032],[1.007,0.002],[0.219,-1.184],[-4.642,1.272],[0,0],[-1.148,0.109],[0.93,1.395],[1.528,1.459],[-5.074,-0.34],[0.276,-5.881],[-3.141,-0.015],[-0.868,1.619],[-29.579,0.016],[-7.947,0.091],[-2.132,0.046],[-17.964,-0.033],[-1.657,-0.002],[-15.864,-1.751],[-17.515,-0.524],[-2.442,0.116],[-0.05,-0.779],[-0.599,-1.107],[0.223,-0.358],[0,0],[41.276,0.055],[1.716,0.002],[0,0],[18.58,-0.025],[1.788,-0.003],[8.652,-1.718],[8.698,0.012],[12.4,-2.335],[6.156,-0.008],[0.986,0.025],[0,0],[1.089,-0.064],[0,0],[3.71,1.35],[-0.381,-5.31],[0.242,-7.074],[0.141,-0.323],[-0.024,-0.992],[-0.016,-2.669],[0.089,-1.983],[0,0],[0.745,-0.761]],"v":[[166.073,-30.764],[165.925,-32.514],[165.946,-46.53],[167.932,-42.152],[167.988,-16.661],[169.574,-11.014],[171.062,-33.575],[171.769,-33.106],[171.943,-24.522],[172.139,-20.513],[172.129,-17.553],[171.888,20.486],[172.18,24.47],[171.735,35.283],[168.032,41.506],[167.985,41.528],[156.237,41.492],[154.502,40.455],[155.972,39.488],[163.42,39.574],[165.77,38.272],[164.144,36.192],[150.061,37.366],[149.819,37.515],[146.523,38.526],[149.997,39.436],[149.128,41.409],[133.916,41.308],[127.053,37.491],[118.836,40.667],[114.173,41.581],[25.435,41.707],[1.776,40.692],[-4.603,41.649],[-58.492,41.559],[-62.889,43.214],[-110.465,43.751],[-163.129,46.072],[-170.339,44.875],[-171.581,43.827],[-171.845,40.387],[-171.174,39.31],[-171.178,39.318],[-47.35,39.487],[-43.051,37.62],[-42.818,37.56],[12.924,37.477],[17.813,35.859],[43.848,35.407],[69.941,35.442],[107.355,33.7],[125.962,33.353],[128.922,33.428],[158.251,33.223],[159.98,31.494],[161.937,31.424],[167.206,26.571],[167.275,10.661],[166.026,-10.629],[165.906,-11.527],[165.833,-14.504],[165.785,-22.51],[166.052,-28.459],[166.038,-28.45]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[372.031,314.52],"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":"Group 68","np":2,"cix":2,"ix":68,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-0.5],[0,0],[0.021,-0.999],[-3.922,-0.722],[-1.498,2.88],[0.553,2.521],[4.356,-0.49],[0.354,-2.533]],"o":[[0,0],[0,1],[-0.079,3.473],[3.889,0.717],[1.175,-2.259],[-0.827,-3.768],[-4.541,0.512],[-0.069,0.491]],"v":[[-7.303,-17.945],[-7.26,-17.945],[-7.263,-14.946],[-2.547,-7.829],[4.708,-12.691],[5.693,-19.99],[-4.074,-26.008],[-7.294,-19.444]],"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.01,-8.132],[5.295,0.261],[0.93,2.169],[0,0],[0.368,-0.005],[0,0],[0.623,7.996],[0.01,2.327],[0.037,16.317],[-3.624,0.701],[-6.36,-1.183],[-3.799,0.725],[-2.518,-4.617],[1.178,-5.322],[-1.043,-0.297],[3.967,-7.171],[8.581,-0.835],[1.987,0.048],[-0.092,-7.832]],"o":[[-4.692,3.034],[-1.78,-0.086],[0,0],[-0.368,0.005],[0,0],[-1.706,-7.953],[0.033,-2.327],[-0.067,-16.317],[-0.007,-2.812],[6.486,-1.256],[3.831,0.712],[5.694,-1.085],[2.23,4.089],[-0.251,1.133],[0.848,7.572],[-4.472,8.084],[-1.988,-0.075],[-7.619,-0.183],[0.096,8.131]],"v":[[-7.34,43.743],[-22.577,46.537],[-27.26,44.605],[-27.26,19.048],[-28.365,19.063],[-28.365,41.766],[-29.308,17.744],[-29.213,10.762],[-29.422,-38.189],[-26.068,-45.126],[-6.428,-45.615],[4.625,-45.104],[22.419,-37.36],[26.932,-24.255],[28.704,-22.21],[26.104,-0.084],[6.027,11.915],[0.066,11.693],[-7.391,19.347]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[147.307,288.232],"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":"Group 69","np":4,"cix":2,"ix":69,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.625,8.371],[0.211,-2.065],[1.671,-6.517],[-3.154,0.108],[0.596,4.863]],"o":[[-2.577,1.714],[-0.672,6.573],[-1.023,3.985],[3.022,-0.105],[-1.057,-8.621]],"v":[[-0.384,-18.986],[-3.564,-13.025],[-5.795,6.68],[-0.489,11.054],[5.262,6.637]],"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":[[5.787,4.074],[0.202,0.28],[0.28,3.136],[1.553,0.267],[2.563,-11.164],[0.13,-0.646],[0,0],[6.277,0.825],[-1.957,4.946],[-0.991,5.485],[-3.91,19.88],[-3.037,0.334],[-6.975,-0.455],[-0.709,-3.175],[-2.196,-5.404],[-4.124,-5.631],[-2.385,-8.229],[1.379,-6.419],[-0.026,-0.304],[1.606,-0.334]],"o":[[0.068,-0.338],[0.229,-3.228],[-0.163,-1.818],[-11.574,-1.99],[-0.147,0.643],[0,0],[-5.678,2.792],[-5.292,-0.695],[2.101,-5.313],[3.608,-19.954],[0.617,-3.137],[6.98,-0.767],[3.644,0.238],[1.261,5.655],[2.496,6.14],[0.077,8.803],[1.214,5.982],[-0.301,0.047],[-1.557,0.575],[-6.138,1.276]],"v":[[11.082,41.17],[10.883,40.243],[8.997,31.079],[5.792,28.561],[-10.611,39.197],[-11.003,41.135],[-10.989,41.117],[-28.924,44.139],[-33.717,36.379],[-29.527,19.976],[-17.085,-39.523],[-11.785,-44.477],[9.151,-44.484],[14.842,-38.508],[19.224,-21.694],[25.052,-2.778],[31.246,22.15],[34.295,40.192],[33.881,40.719],[29.204,42.408]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[350.927,284.807],"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":"Group 70","np":4,"cix":2,"ix":70,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.744,-3.125],[0.841,-4.748],[-2.77,0.553],[0.359,4.773],[1.403,8.003],[0.903,0.021],[0.229,-0.829]],"o":[[-0.094,4.85],[-0.476,2.683],[2.509,-0.501],[-0.606,-8.066],[-0.147,-0.838],[-0.899,-0.021],[-0.791,2.869]],"v":[[-3.473,-7.071],[-5.507,7.233],[-1.962,11.15],[5.043,8.27],[1.113,-15.766],[-0.449,-17.488],[-2.057,-15.839]],"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.268,4.146],[-1.684,5.912],[-3.616,-0.709],[-6.301,-0.45],[-0.663,-2.826],[-0.83,-5.403],[-2.009,-9.768],[-2.792,-10.058],[-0.169,-0.797],[5.08,0.383],[4.642,-0.165],[0.82,3.19],[2.996,0.28],[4.206,-2.022],[-0.001,0],[0.283,-2.482],[3.053,-1.394],[-0.001,0],[5.094,-0.146],[0.269,3.292],[-3.519,4.243],[0.005,1.305],[-0.006,4.533],[-1.493,7.476]],"o":[[0.533,-6.147],[0.994,-3.492],[6.292,1.235],[3.029,0.216],[1.254,5.341],[1.515,9.868],[2.078,10.098],[0.018,0.828],[0.997,4.703],[-4.603,-0.347],[-3.939,-1.855],[-0.689,-2.679],[-4.457,-0.415],[0,0],[-2.572,1.812],[-0.362,3.177],[0,0],[-5.091,0.966],[-3.318,0.095],[-0.45,-5.506],[1.774,0.828],[-0.018,-4.534],[1.69,-7.436],[0.776,-3.89]],"v":[[-20.063,-22.635],[-16.472,-40.679],[-9.403,-45.554],[9.524,-44.678],[14.757,-40.588],[18.562,-24.582],[25.491,4.451],[33.871,34.591],[33.946,37.072],[28.321,43.317],[14.405,43.702],[10.423,34.635],[5.797,29.613],[-7.321,31.007],[-7.438,31.017],[-9.654,38.187],[-14.119,45.302],[-14.122,45.297],[-29.416,45.452],[-34.493,40.861],[-30.018,26.264],[-28.183,24.69],[-28.175,11.088],[-23.161,-11.233]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[214.064,286.629],"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":"Group 71","np":4,"cix":2,"ix":71,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.348,2.64],[-2.444,17.025],[-16.854,-6.03],[-3.758,-4.142],[-1.062,-0.734],[0,0],[-0.617,-0.193],[0,0],[0,0],[-0.651,-2.662],[2.885,-2.197],[6.413,0.055],[0.354,1.868],[3.511,0.793],[1.568,-3.035],[-0.011,-2.034],[-0.092,-13.609],[-2.347,-0.566],[-0.688,-0.934],[-2.692,0.388],[-0.36,2.285],[-0.41,2.629],[3.76,0.316],[0.191,2.94],[-4.17,0.706],[-7.312,-0.037],[-2.101,-0.737],[-1.946,-11.712],[3.282,-0.878],[3.567,3.324],[1.616,-2.59],[0.647,-0.562],[1.848,-0.667],[5.298,0.625],[2.298,4.061]],"o":[[-1.466,-16.765],[2.948,-20.537],[5.028,1.8],[0.179,1.327],[0,0],[-0.069,0.604],[0,0],[0,0],[0.689,2.653],[0.702,2.876],[-6.414,-0.056],[-1.696,-1.444],[-0.571,-3.006],[-3.645,-0.823],[-2.311,1.024],[0.077,13.609],[0.01,1.549],[0.608,0.992],[1.856,2.522],[2.577,-0.372],[0.413,-2.628],[0.522,-3.338],[-5.305,-0.445],[-0.19,-2.922],[7.292,-1.235],[3.032,0.015],[1.386,11.693],[0.424,2.554],[-4.029,1.078],[-2.64,-2.461],[-0.647,0.563],[-1.901,0.521],[-5.539,1.999],[-5.133,-0.605],[-1.458,-2.578]],"v":[[-27.769,30.916],[-29.145,-19.482],[10.29,-43.124],[24.242,-36.12],[26.25,-33.127],[26.249,-33.131],[26.992,-31.889],[27.117,-32.134],[26.958,-31.91],[29.017,-23.95],[27.483,-15.985],[8.242,-16.152],[6.448,-21.586],[1.708,-28.294],[-5.75,-24.132],[-7.889,-19.05],[-7.694,21.777],[-5.888,25.829],[-4.051,28.797],[3.193,30.924],[6.992,26.295],[8.211,18.406],[3.997,12.575],[0.138,4.896],[4.159,-1.98],[26.078,-2.462],[30.155,1.879],[31.165,37.076],[28.302,44.282],[16.086,43.092],[10.286,43.882],[8.345,45.571],[2.65,47.155],[-13.237,45.906],[-23.706,38.824]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[281.747,284.133],"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":"Group 72","np":2,"cix":2,"ix":72,"mn":"ADBE Vector Group","hd":false},{"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":[[8.206,-9.526],[7.685,-9.729],[7.685,13.788],[8.206,13.779]],"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,5.808],[1.618,8.529],[4.257,0.032],[0.519,-4.375],[0.246,-3.464],[-2.783,-11.709],[-3.231,0],[-0.207,4.791]],"o":[[0.576,-8.637],[-0.609,-3.206],[-4.328,-0.034],[-0.412,3.457],[-0.851,11.984],[0.695,2.926],[4.006,0.002],[0.251,-5.797]],"v":[[6.118,4.604],[4.926,-21.186],[-0.534,-27.637],[-7.819,-21.155],[-9.283,-10.814],[-6.468,24.749],[-0.968,29.432],[6.059,22.025]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[-7.673,1.714],[-6.111,-1.453],[-2.289,-9.004],[3.382,-16.893],[3.265,-4.327],[1.115,-2.9],[0,0],[0.618,-0.5],[5.887,0.217],[2.619,-0.04],[3.185,6.164],[0.012,7.414],[0.001,10.777],[0,0],[0,0],[-1.004,3.666],[0,0],[-0.654,0.724]],"o":[[6.153,-0.651],[9.855,2.343],[4.205,16.542],[-1.04,5.196],[-2.898,1.114],[0,0],[-0.975,0.058],[-4.97,4.012],[-2.614,-0.095],[-8.256,0.032],[-3.33,-6.446],[-0.002,-10.777],[0,0],[0,0],[1.004,-3.666],[0,0],[0.766,-0.12],[4.888,-5.407]],"v":[[-9.455,-46.777],[8.834,-45.729],[26.578,-27.706],[28.357,22.598],[22.43,37.155],[16.405,43.171],[16.387,43.181],[13.512,43.416],[-3.137,47.147],[-10.993,47.246],[-26.702,35.328],[-31.734,14.285],[-31.739,-18.047],[-31.637,-21.871],[-31.638,-21.868],[-28.625,-32.866],[-28.636,-32.857],[-26.674,-33.865]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[489.65,280.881],"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":"Group 73","np":5,"cix":2,"ix":73,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.976,5.052],[0.573,0.8],[2.867,-1.66],[-0.425,-3.194],[0.456,-4.726],[-0.88,-8.393],[-3.79,1.668],[-1.628,1.131],[-0.007,1.697],[0.69,7.602]],"o":[[-0.455,-0.886],[-2.25,-3.14],[-3.493,2.023],[0.633,4.76],[-0.823,8.513],[0.423,4.046],[1.781,-0.783],[2.788,-0.335],[0.03,-7.661],[-0.473,-5.204]],"v":[[6.235,-19.947],[4.853,-22.593],[-6.277,-26.071],[-8.245,-17.66],[-7.331,-3.28],[-6.43,21.988],[0.995,26.234],[5.906,22.902],[8.103,18.669],[7.86,-4.301]],"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.446,-2.384],[1.336,0.438],[1.605,-0.003],[4.828,-0.046],[0.212,10.08],[-0.025,0.652],[0.77,15.844],[-4.976,0.131],[-4.425,0.483],[-0.711,0.041],[-2.68,1.389],[0,0],[-6.427,-5.56],[-1.228,-7.55],[0.876,-13.22],[9.224,-4.68],[5.414,-0.019]],"o":[[-1.302,0.489],[-0.362,-2.43],[-4.827,0.009],[-3.342,-9.89],[0.024,-0.653],[-0.464,-15.859],[-0.241,-4.957],[4.435,-0.117],[0.711,-0.041],[2.64,0.701],[0,0],[7.88,-0.429],[6.248,5.405],[2.146,13.186],[-0.679,10.261],[-5.414,-0.021],[-1.554,0.006]],"v":[[-5.859,44.897],[-9.814,45.034],[-13.677,43.001],[-28.158,43.125],[-29.995,12.957],[-29.923,11],[-31.43,-36.571],[-25.258,-43.695],[-11.98,-45.066],[-9.847,-45.188],[-1.892,-45.03],[-1.848,-45.043],[19.955,-39.305],[29.525,-19.086],[29.981,20.65],[14.279,43.063],[-1.962,43.013]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.855000035903,0.26699999641,0.325,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[419.84,283.008],"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":"Group 74","np":4,"cix":2,"ix":74,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":225,"st":0,"bm":0}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"restaurante Outlines","parent":2,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[139,47,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,1.233],[0,0],[1.994,0.834],[0,0],[0,2.61],[0,0],[4.133,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-2.357],[0,0],[-0.218,-0.653]],"o":[[-0.399,-0.943],[0,0],[0,-2.647],[0,0],[1.776,-0.834],[0,0],[0,-3.916],[0,0],[0,0],[0,0],[0,0],[0,0],[1.813,0],[0,0],[0,2.067],[0,0]],"v":[[13.849,0],[13.414,-3.082],[13.414,-6.997],[10.768,-12.363],[10.768,-12.435],[13.378,-17.547],[13.378,-19.541],[7.469,-25.378],[1.45,-25.378],[1.45,0],[5.438,0],[5.438,-10.333],[6.816,-10.333],[9.426,-7.106],[9.426,-3.118],[9.789,0]],"c":true},"ix":2},"nm":"r","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,-1.813],[0,0],[1.486,0],[0,0],[0,0]],"o":[[1.414,0],[0,0],[0,2.03],[0,0],[0,0],[0,0]],"v":[[7.36,-21.753],[9.39,-19.143],[9.39,-16.641],[6.997,-13.958],[5.438,-13.958],[5.438,-21.753]],"c":true},"ix":2},"nm":"r","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"r","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[19.91,-21.753],[26.798,-21.753],[26.798,-25.378],[15.922,-25.378],[15.922,0],[26.798,0],[26.798,-3.625],[19.91,-3.625],[19.91,-11.058],[25.384,-11.058],[25.384,-14.683],[19.91,-14.683]],"c":true},"ix":2},"nm":"e","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"e","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.061],[-3.335,-2.937],[0,-1.849],[1.269,0],[0,1.813],[0,0],[0,0],[0,0],[-3.916,0],[0,4.061],[3.335,2.937],[0,1.849],[-1.269,0],[0,-1.813],[0,0],[0,0],[0,0],[3.879,0]],"o":[[0,2.9],[2.61,2.284],[0,1.813],[-1.269,0],[0,0],[0,0],[0,0],[0,4.061],[3.916,0],[0,-2.9],[-2.61,-2.284],[0,-1.813],[1.269,0],[0,0],[0,0],[0,0],[0,-4.061],[-3.879,0]],"v":[[28.662,-19.288],[33.049,-11.348],[36.457,-5.837],[34.391,-3.372],[32.324,-5.837],[32.324,-7.65],[28.553,-7.65],[28.553,-6.091],[34.499,0.29],[40.445,-6.091],[36.058,-14.031],[32.65,-19.541],[34.644,-22.043],[36.638,-19.541],[36.638,-18.49],[40.409,-18.49],[40.409,-19.288],[34.536,-25.668]],"c":true},"ix":2},"nm":"s","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"s","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[41.473,-21.753],[45.643,-21.753],[45.643,0],[49.631,0],[49.631,-21.753],[53.8,-21.753],[53.8,-25.378],[41.473,-25.378]],"c":true},"ix":2},"nm":"t","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"t","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[62.927,-25.378],[57.09,-25.378],[53.03,0],[56.692,0],[57.38,-4.604],[62.275,-4.604],[62.964,0],[66.988,0]],"c":true},"ix":2},"nm":"a","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[59.773,-20.883],[59.846,-20.883],[61.731,-8.049],[57.888,-8.049]],"c":true},"ix":2},"nm":"a","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"a","np":5,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-3.916,0],[0,4.061],[0,0],[0,0],[0,0],[1.269,0],[0,1.813],[0,0]],"o":[[0,0],[0,4.061],[3.916,0],[0,0],[0,0],[0,0],[0,1.813],[-1.269,0],[0,0],[0,0]],"v":[[68.552,-25.378],[68.552,-6.055],[74.498,0.326],[80.444,-6.055],[80.444,-25.378],[76.673,-25.378],[76.673,-5.801],[74.607,-3.335],[72.54,-5.801],[72.54,-25.378]],"c":true},"ix":2},"nm":"u","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"u","np":3,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,1.233],[0,0],[1.994,0.834],[0,0],[0,2.61],[0,0],[4.133,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-2.357],[0,0],[-0.218,-0.653]],"o":[[-0.399,-0.943],[0,0],[0,-2.647],[0,0],[1.776,-0.834],[0,0],[0,-3.916],[0,0],[0,0],[0,0],[0,0],[0,0],[1.813,0],[0,0],[0,2.067],[0,0]],"v":[[95.46,0],[95.025,-3.082],[95.025,-6.997],[92.379,-12.363],[92.379,-12.435],[94.989,-17.547],[94.989,-19.541],[89.079,-25.378],[83.061,-25.378],[83.061,0],[87.049,0],[87.049,-10.333],[88.427,-10.333],[91.037,-7.106],[91.037,-3.118],[91.4,0]],"c":true},"ix":2},"nm":"r","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,-1.813],[0,0],[1.486,0],[0,0],[0,0]],"o":[[1.414,0],[0,0],[0,2.03],[0,0],[0,0],[0,0]],"v":[[88.971,-21.753],[91.001,-19.143],[91.001,-16.641],[88.608,-13.958],[87.049,-13.958],[87.049,-21.753]],"c":true},"ix":2},"nm":"r","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"r","np":5,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[106.379,-25.378],[100.542,-25.378],[96.481,0],[100.143,0],[100.832,-4.604],[105.726,-4.604],[106.415,0],[110.44,0]],"c":true},"ix":2},"nm":"a","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[103.225,-20.883],[103.297,-20.883],[105.183,-8.049],[101.34,-8.049]],"c":true},"ix":2},"nm":"a","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"a","np":5,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[120.705,0],[124.801,0],[124.801,-25.378],[121.248,-25.378],[121.248,-10.188],[121.176,-10.188],[117.152,-25.378],[112.148,-25.378],[112.148,0],[115.738,0],[115.738,-18.381],[115.81,-18.381]],"c":true},"ix":2},"nm":"n","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"n","np":3,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[126.396,-21.753],[130.565,-21.753],[130.565,0],[134.553,0],[134.553,-21.753],[138.723,-21.753],[138.723,-25.378],[126.396,-25.378]],"c":true},"ix":2},"nm":"t","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"t","np":3,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[144.36,-21.753],[151.248,-21.753],[151.248,-25.378],[140.372,-25.378],[140.372,0],[151.248,0],[151.248,-3.625],[144.36,-3.625],[144.36,-11.058],[149.834,-11.058],[149.834,-14.683],[144.36,-14.683]],"c":true},"ix":2},"nm":"e","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"e","np":3,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"RESTAURANT 2 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":52.8,"s":[2339.049,568,0],"e":[1420.994,568,0],"to":[-313.743560791016,0,0],"ti":[681.460998535156,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":64.8,"s":[1420.994,568,0],"e":[643.387,568,0],"to":[-240.019317626953,0,0],"ti":[121.630500793457,0,0]},{"i":{"x":0.662,"y":0.274},"o":{"x":0.296,"y":0},"n":"0p662_0p274_0p296_0","t":84,"s":[643.387,568,0],"e":[544.469,568.03,0],"to":[-61.823802947998,0,0],"ti":[44.5855712890625,-0.01873002573848,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.426,"y":0.042},"n":"0p833_0p833_0p426_0p042","t":115.2,"s":[544.469,568.03,0],"e":[-1779.051,568,0],"to":[-292.1748046875,0.12274020165205,0],"ti":[3.47041797637939,0.57840299606323,0]},{"t":148.8}],"ix":2},"a":{"a":0,"k":[211.5,129,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,9.223],[-9.221,0],[0,-9.223],[9.223,0]],"o":[[0,-9.223],[9.223,0],[0,9.223],[-9.221,0]],"v":[[-16.698,0],[0,-16.699],[16.698,0],[0,16.699]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-1155.44,963.702],[870.07,963.702],[870.07,-800.298],[-1155.44,-800.298]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1155.44,-800.298],[870.067,-800.298],[870.067,963.702],[-1155.44,963.702]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.216000007181,0.736999990426,0.607999973671,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[376.685,34.298],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,9.223],[-9.222,0],[0,-9.223],[9.223,0]],"o":[[0,-9.223],[9.223,0],[0,9.223],[-9.222,0]],"v":[[-16.699,0],[0,-16.699],[16.699,0],[0,16.699]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-829.452,963.702],[1196.058,963.702],[1196.058,-800.298],[-829.452,-800.298]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-829.452,-800.298],[1196.055,-800.298],[1196.055,963.702],[-829.452,963.702]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.216000007181,0.736999990426,0.607999973671,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[50.697,34.298],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"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":[[171.13,20.267],[-171.13,20.267],[-171.13,-20.267],[171.13,-20.267]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-992.445,963.345],[1033.065,963.345],[1033.065,-800.655],[-992.445,-800.655]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-992.445,-800.655],[1033.062,-800.655],[1033.062,963.345],[-992.445,963.345]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.216000007181,0.736999990426,0.607999973671,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[213.69,34.655],"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":"Group 3","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.562,0],[0,0],[0,1.562],[0,0],[-1.562,0],[0,0],[0,-1.562],[0,0]],"o":[[0,0],[-1.562,0],[0,0],[0,-1.562],[0,0],[1.562,0],[0,0],[0,1.562]],"v":[[197.418,2.997],[-197.418,2.997],[-200.245,0.17],[-200.245,-0.169],[-197.418,-2.997],[197.418,-2.997],[200.245,-0.169],[200.245,0.17]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-991.875,993.96],[1033.635,993.96],[1033.635,-770.04],[-991.875,-770.04]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-991.875,-770.04],[1033.631,-770.04],[1033.631,993.96],[-991.875,993.96]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.216000007181,0.736999990426,0.607999973671,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[213.121,4.04],"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":"Group 4","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.562,0],[0,0],[0,1.561],[0,0],[-1.562,0],[0,0],[0,-1.562],[0,0]],"o":[[0,0],[-1.562,0],[0,0],[0,-1.562],[0,0],[1.562,0],[0,0],[0,1.561]],"v":[[197.418,2.997],[-197.418,2.997],[-200.245,0.171],[-200.245,-0.169],[-197.418,-2.997],[197.418,-2.997],[200.245,-0.169],[200.245,0.171]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-991.875,930.875],[1033.635,930.875],[1033.635,-833.125],[-991.875,-833.125]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-991.875,-833.125],[1033.631,-833.125],[1033.631,930.875],[-991.875,930.875]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.216000007181,0.736999990426,0.607999973671,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[213.121,67.125],"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":"Group 5","np":4,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"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":[[193.395,30.615],[-193.395,30.615],[-193.395,-30.615],[193.395,-30.615]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-992.446,963.345],[1033.064,963.345],[1033.064,-800.655],[-992.446,-800.655]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-992.446,-800.655],[1033.061,-800.655],[1033.061,963.345],[-992.446,963.345]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.289999988032,0.536999990426,0.862999949736,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[213.691,34.655],"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":"Group 6","np":4,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-12.314,-1.235],[-3.454,12.167]],"o":[[0,0],[12.088,1.213],[0,0]],"v":[[-18.996,-8.546],[-5.253,7.333],[18.996,-8.546]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-1143.212,884.751],[882.298,884.751],[882.298,-879.249],[-1143.212,-879.249]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1143.212,-879.249],[882.295,-879.249],[882.295,884.751],[-1143.212,884.751]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.310000011968,0.757000014361,0.913999968884,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[364.457,113.249],"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":"Group 7","np":4,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-12.314,-1.235],[-3.453,12.167]],"o":[[0,0],[12.088,1.213],[0,0]],"v":[[-18.996,-8.546],[-5.252,7.333],[18.996,-8.546]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-1067.245,884.751],[958.265,884.751],[958.265,-879.249],[-1067.245,-879.249]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1067.245,-879.249],[958.262,-879.249],[958.262,884.751],[-1067.245,884.751]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.310000011968,0.757000014361,0.913999968884,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[288.49,113.249],"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":"Group 8","np":4,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-12.314,-1.235],[-3.453,12.167]],"o":[[0,0],[12.088,1.213],[0,0]],"v":[[-18.996,-8.546],[-5.252,7.333],[18.996,-8.546]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-991.018,884.751],[1034.491,884.751],[1034.491,-879.249],[-991.018,-879.249]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-991.018,-879.249],[1034.489,-879.249],[1034.489,884.751],[-991.018,884.751]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.310000011968,0.757000014361,0.913999968884,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[212.263,113.249],"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":"Group 9","np":4,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-12.712,-1.235],[-3.566,12.167]],"o":[[0,0],[12.48,1.213],[0,0]],"v":[[-19.611,-8.546],[-5.423,7.333],[19.611,-8.546]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-1181.82,884.751],[843.69,884.751],[843.69,-879.249],[-1181.82,-879.249]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1181.82,-879.249],[843.687,-879.249],[843.687,884.751],[-1181.82,884.751]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.365000017952,0.611999990426,0.925,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[403.065,113.249],"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":"Group 10","np":4,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-12.313,-1.235],[-3.454,12.167]],"o":[[0,0],[12.089,1.213],[0,0]],"v":[[-18.996,-8.546],[-5.253,7.333],[18.996,-8.546]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-1105.237,884.751],[920.273,884.751],[920.273,-879.249],[-1105.237,-879.249]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1105.237,-879.249],[920.27,-879.249],[920.27,884.751],[-1105.237,884.751]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.365000017952,0.611999990426,0.925,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[326.482,113.249],"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":"Group 11","np":4,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-12.313,-1.235],[-3.454,12.167]],"o":[[0,0],[12.089,1.213],[0,0]],"v":[[-18.996,-8.546],[-5.253,7.333],[18.996,-8.546]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-1028.874,884.751],[996.636,884.751],[996.636,-879.249],[-1028.874,-879.249]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1028.874,-879.249],[996.633,-879.249],[996.633,884.751],[-1028.874,884.751]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.365000017952,0.611999990426,0.925,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[250.119,113.249],"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":"Group 12","np":4,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-12.314,-1.235],[-3.454,12.167]],"o":[[0,0],[12.088,1.213],[0,0]],"v":[[-18.996,-8.546],[-5.253,7.333],[18.996,-8.546]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-953.261,884.751],[1072.249,884.751],[1072.249,-879.249],[-953.261,-879.249]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-953.261,-879.249],[1072.246,-879.249],[1072.246,884.751],[-953.261,884.751]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.365000017952,0.611999990426,0.925,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[174.506,113.249],"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":"Group 13","np":4,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-12.674,-1.235],[-3.555,12.167]],"o":[[0,0],[12.444,1.213],[0,0]],"v":[[-19.553,-8.546],[-5.408,7.333],[19.553,-8.546]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-914.461,884.751],[1111.049,884.751],[1111.049,-879.249],[-914.461,-879.249]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-914.461,-879.249],[1111.046,-879.249],[1111.046,884.751],[-914.461,884.751]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.310000011968,0.757000014361,0.913999968884,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[135.706,113.249],"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":"Group 14","np":4,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-12.675,-1.235],[-3.554,12.167]],"o":[[0,0],[12.444,1.213],[0,0]],"v":[[-19.553,-8.546],[-5.407,7.333],[19.553,-8.546]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-876.353,884.751],[1149.157,884.751],[1149.157,-879.249],[-876.353,-879.249]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-876.353,-879.249],[1149.154,-879.249],[1149.154,884.751],[-876.353,884.751]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.365000017952,0.611999990426,0.925,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[97.598,113.249],"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":"Group 15","np":4,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-12.675,-1.235],[-3.555,12.167]],"o":[[0,0],[12.444,1.213],[0,0]],"v":[[-19.553,-8.546],[-5.408,7.333],[19.553,-8.546]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-837.246,884.751],[1188.264,884.751],[1188.264,-879.249],[-837.246,-879.249]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-837.246,-879.249],[1188.261,-879.249],[1188.261,884.751],[-837.246,884.751]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.310000011968,0.757000014361,0.913999968884,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[58.491,113.249],"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":"Group 16","np":4,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-12.213,-1.235],[-3.426,12.167]],"o":[[0,0],[11.989,1.213],[0,0]],"v":[[-18.84,-8.546],[-5.21,7.333],[18.84,-8.546]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-798.853,884.751],[1226.657,884.751],[1226.657,-879.249],[-798.853,-879.249]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-798.853,-879.249],[1226.654,-879.249],[1226.654,884.751],[-798.853,884.751]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.365000017952,0.611999990426,0.925,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[20.098,113.249],"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":"Group 17","np":4,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"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":[[16.745,-18.488],[19.563,18.488],[-17.047,18.488],[-19.563,-18.488]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-1065.296,911.525],[960.214,911.525],[960.214,-852.475],[-1065.296,-852.475]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1065.296,-852.475],[960.211,-852.475],[960.211,911.525],[-1065.296,911.525]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.231000010173,0.685999971278,0.855000035903,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[286.541,86.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":"Group 18","np":4,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"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":[[12.631,-18.359],[21.623,18.359],[-16.056,18.359],[-21.623,-18.359]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-1140.272,911.655],[885.238,911.655],[885.238,-852.345],[-1140.272,-852.345]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1140.272,-852.345],[885.235,-852.345],[885.235,911.655],[-1140.272,911.655]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.231000010173,0.685999971278,0.855000035903,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[361.517,86.345],"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":"Group 19","np":4,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"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":[[16.913,-18.553],[19.375,18.423],[-19.375,18.553],[-19.375,-18.553]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-1028.874,911.461],[996.636,911.461],[996.636,-852.539],[-1028.874,-852.539]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1028.874,-852.539],[996.633,-852.539],[996.633,911.461],[-1028.874,911.461]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.289999988032,0.536999990426,0.862999949736,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[250.119,86.539],"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":"Group 20","np":4,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"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":[[15.272,-18.488],[21.017,18.229],[-18.341,18.488],[-21.017,-18.488]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-1103.199,911.525],[922.311,911.525],[922.311,-852.475],[-1103.199,-852.475]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1103.199,-852.475],[922.308,-852.475],[922.308,911.525],[-1103.199,911.525]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.289999988032,0.536999990426,0.862999949736,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[324.444,86.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":"Group 21","np":4,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"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":[[10.062,-18.359],[24.192,18.359],[-15.201,18.359],[-24.192,-18.359]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-1177.239,911.655],[848.271,911.655],[848.271,-852.345],[-1177.239,-852.345]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1177.239,-852.345],[848.268,-852.345],[848.268,911.655],[-1177.239,911.655]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.289999988032,0.536999990426,0.862999949736,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[398.484,86.345],"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":"Group 22","np":4,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"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":[[-16.744,-18.488],[-19.563,18.488],[17.047,18.488],[19.563,-18.488]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-953.828,911.525],[1071.682,911.525],[1071.682,-852.475],[-953.828,-852.475]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-953.828,-852.475],[1071.679,-852.475],[1071.679,911.525],[-953.828,911.525]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.289999988032,0.536999990426,0.862999949736,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[175.073,86.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":"Group 23","np":4,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false},{"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":[[-12.631,-18.359],[-21.623,18.359],[16.056,18.359],[21.623,-18.359]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-878.851,911.655],[1146.659,911.655],[1146.659,-852.345],[-878.851,-852.345]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-878.851,-852.345],[1146.656,-852.345],[1146.656,911.655],[-878.851,911.655]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.289999988032,0.536999990426,0.862999949736,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.096,86.345],"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":"Group 24","np":4,"cix":2,"ix":24,"mn":"ADBE Vector Group","hd":false},{"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":[[-16.913,-18.553],[-19.375,18.423],[19.375,18.553],[19.375,-18.553]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-990.249,911.461],[1035.261,911.461],[1035.261,-852.539],[-990.249,-852.539]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-990.249,-852.539],[1035.258,-852.539],[1035.258,911.461],[-990.249,911.461]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.231000010173,0.685999971278,0.855000035903,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[211.494,86.539],"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":"Group 25","np":4,"cix":2,"ix":25,"mn":"ADBE Vector Group","hd":false},{"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":[[-15.271,-18.488],[-21.017,18.229],[18.341,18.488],[21.017,-18.488]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-915.924,911.525],[1109.586,911.525],[1109.586,-852.475],[-915.924,-852.475]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-915.924,-852.475],[1109.583,-852.475],[1109.583,911.525],[-915.924,911.525]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.231000010173,0.685999971278,0.855000035903,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[137.169,86.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":"Group 26","np":4,"cix":2,"ix":26,"mn":"ADBE Vector Group","hd":false},{"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":[[-10.062,-18.359],[-24.192,18.359],[15.201,18.359],[24.192,-18.359]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-841.885,911.655],[1183.625,911.655],[1183.625,-852.345],[-841.885,-852.345]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-841.885,-852.345],[1183.622,-852.345],[1183.622,911.655],[-841.885,911.655]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.231000010173,0.685999971278,0.855000035903,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[63.13,86.345],"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":"Group 27","np":4,"cix":2,"ix":27,"mn":"ADBE Vector Group","hd":false},{"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":[[-8.349,-18.359],[-25.905,18.359],[11.775,18.359],[25.905,-18.359]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-805.917,911.655],[1219.593,911.655],[1219.593,-852.345],[-805.917,-852.345]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-805.917,-852.345],[1219.59,-852.345],[1219.59,911.655],[-805.917,911.655]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.289999988032,0.536999990426,0.862999949736,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[27.162,86.345],"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":"Group 28","np":4,"cix":2,"ix":28,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-7.852,-5.211]],"o":[[0,0],[0,0],[0,0]],"v":[[-0.503,9.208],[-7.853,-4.144],[7.853,-3.997]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-1068.085,857.178],[957.425,857.178],[957.425,-906.822],[-1068.085,-906.822]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1068.085,-906.822],[957.422,-906.822],[957.422,857.178],[-1068.085,857.178]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.395999983245,0.426999978458,0.470999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[289.33,140.822],"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":"Group 33","np":4,"cix":2,"ix":29,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-1.178,-9.313]],"o":[[0,0],[0,0],[0,0]],"v":[[-8.831,7.493],[-0.054,-7.493],[8.831,7.493]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-1081.101,852.577],[944.409,852.577],[944.409,-911.423],[-1081.101,-911.423]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1081.101,-911.423],[944.406,-911.423],[944.406,852.577],[-1081.101,852.577]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.395999983245,0.426999978458,0.470999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[302.346,145.423],"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":"Group 34","np":4,"cix":2,"ix":30,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[1.177,-9.313]],"o":[[0,0],[0,0],[0,0]],"v":[[8.831,7.493],[0.054,-7.493],[-8.831,7.493]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-1054.233,852.577],[971.277,852.577],[971.277,-911.423],[-1054.233,-911.423]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1054.233,-911.423],[971.274,-911.423],[971.274,852.577],[-1054.233,852.577]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.395999983245,0.426999978458,0.470999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[275.478,145.423],"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":"Group 35","np":4,"cix":2,"ix":31,"mn":"ADBE Vector Group","hd":false},{"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":[[10.562,7.707],[-10.562,7.707],[-10.562,-7.707],[10.562,-7.707]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-1079.726,772.294],[945.784,772.294],[945.784,-991.706],[-1079.726,-991.706]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1079.726,-991.706],[945.781,-991.706],[945.781,772.294],[-1079.726,772.294]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.395999983245,0.426999978458,0.470999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[300.971,225.706],"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":"Group 36","np":4,"cix":2,"ix":32,"mn":"ADBE Vector Group","hd":false},{"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":[[10.562,7.707],[-10.562,7.707],[-10.562,-7.707],[10.562,-7.707]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-1055.606,772.294],[969.904,772.294],[969.904,-991.706],[-1055.606,-991.706]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1055.606,-991.706],[969.901,-991.706],[969.901,772.294],[-1055.606,772.294]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.395999983245,0.426999978458,0.470999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[276.851,225.706],"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":"Group 37","np":4,"cix":2,"ix":33,"mn":"ADBE Vector Group","hd":false},{"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":[[10.562,7.707],[-10.562,7.707],[-10.562,-7.707],[10.562,-7.707]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-1079.726,793.274],[945.784,793.274],[945.784,-970.726],[-1079.726,-970.726]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1079.726,-970.726],[945.781,-970.726],[945.781,793.274],[-1079.726,793.274]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.395999983245,0.426999978458,0.470999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[300.971,204.726],"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":"Group 38","np":4,"cix":2,"ix":34,"mn":"ADBE Vector Group","hd":false},{"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":[[10.562,7.707],[-10.562,7.707],[-10.562,-7.707],[10.562,-7.707]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-1055.606,793.274],[969.904,793.274],[969.904,-970.726],[-1055.606,-970.726]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1055.606,-970.726],[969.901,-970.726],[969.901,793.274],[-1055.606,793.274]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.395999983245,0.426999978458,0.470999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[276.851,204.726],"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":"Group 39","np":4,"cix":2,"ix":35,"mn":"ADBE Vector Group","hd":false},{"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":[[10.562,7.707],[-10.562,7.707],[-10.562,-7.707],[10.562,-7.707]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-1079.726,814.255],[945.784,814.255],[945.784,-949.745],[-1079.726,-949.745]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1079.726,-949.745],[945.781,-949.745],[945.781,814.255],[-1079.726,814.255]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.395999983245,0.426999978458,0.470999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[300.971,183.745],"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":"Group 40","np":4,"cix":2,"ix":36,"mn":"ADBE Vector Group","hd":false},{"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":[[10.562,7.707],[-10.562,7.707],[-10.562,-7.707],[10.562,-7.707]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-1055.606,814.255],[969.904,814.255],[969.904,-949.745],[-1055.606,-949.745]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1055.606,-949.745],[969.901,-949.745],[969.901,814.255],[-1055.606,814.255]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.395999983245,0.426999978458,0.470999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[276.851,183.745],"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":"Group 41","np":4,"cix":2,"ix":37,"mn":"ADBE Vector Group","hd":false},{"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":[[10.562,7.707],[-10.562,7.707],[-10.562,-7.707],[10.562,-7.707]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-1079.726,833.523],[945.784,833.523],[945.784,-930.477],[-1079.726,-930.477]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1079.726,-930.477],[945.781,-930.477],[945.781,833.523],[-1079.726,833.523]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.395999983245,0.426999978458,0.470999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[300.971,164.477],"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":"Group 42","np":4,"cix":2,"ix":38,"mn":"ADBE Vector Group","hd":false},{"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":[[10.562,7.707],[-10.562,7.707],[-10.562,-7.707],[10.562,-7.707]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-1055.606,833.523],[969.904,833.523],[969.904,-930.477],[-1055.606,-930.477]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1055.606,-930.477],[969.901,-930.477],[969.901,833.523],[-1055.606,833.523]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.395999983245,0.426999978458,0.470999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[276.851,164.477],"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":"Group 43","np":4,"cix":2,"ix":39,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.001,-0.001],[0,0],[0.001,0.001],[0,0],[-0.492,1.053],[0,0],[-7.339,3.576],[0,0],[-2.515,0.207],[0,0],[-2.871,-0.24],[0,0],[-2.428,-1.317],[-2.978,-7.16],[0,0],[0,-0.931],[0,0]],"o":[[0,0],[-0.001,-0.001],[0,0],[0,-1.162],[0,0],[3.463,-7.404],[0,0],[2.197,-1.122],[0,0],[2.868,-0.274],[0,0],[2.763,0],[6.818,3.697],[0,0],[0.356,0.858],[0,0],[-0.001,0.001]],"v":[[28.471,61.276],[-28.471,61.276],[-28.474,61.275],[-28.474,-38.616],[-27.727,-41.977],[-27.201,-43.103],[-12.64,-58.941],[-12.013,-59.261],[-4.919,-60.969],[-4.758,-60.984],[3.867,-61.036],[4.674,-60.969],[12.585,-58.961],[27.724,-42.181],[27.933,-41.68],[28.474,-38.97],[28.474,61.275]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-1067.667,810.877],[957.843,810.877],[957.843,-953.123],[-1067.667,-953.123]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1067.667,-953.123],[957.84,-953.123],[957.84,810.877],[-1067.667,810.877]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.8,0.819999964097,0.851000019148,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[288.912,187.123],"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":"Group 44","np":4,"cix":2,"ix":40,"mn":"ADBE Vector Group","hd":false},{"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":[[24.834,1.712],[-24.834,1.712],[-24.834,-1.712],[24.834,-1.712]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.8,0.819999964097,0.851000019148,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[368.268,183.295],"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":"Group 45","np":2,"cix":2,"ix":41,"mn":"ADBE Vector Group","hd":false},{"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":[[1.177,47.849],[-1.177,47.849],[-1.177,-47.849],[1.177,-47.849]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.8,0.819999964097,0.851000019148,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[367.518,183.423],"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":"Group 47","np":2,"cix":2,"ix":42,"mn":"ADBE Vector Group","hd":false},{"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":[[24.835,1.712],[-24.835,1.712],[-24.835,-1.712],[24.835,-1.712]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.8,0.819999964097,0.851000019148,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[207.184,183.295],"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":"Group 48","np":2,"cix":2,"ix":43,"mn":"ADBE Vector Group","hd":false},{"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":[[1.177,47.849],[-1.177,47.849],[-1.177,-47.849],[1.177,-47.849]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.8,0.819999964097,0.851000019148,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[206.436,183.423],"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":"Group 50","np":2,"cix":2,"ix":44,"mn":"ADBE Vector Group","hd":false},{"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":[[24.835,1.713],[-24.835,1.713],[-24.835,-1.713],[24.835,-1.713]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.8,0.819999964097,0.851000019148,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[133.197,182.903],"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":"Group 52","np":2,"cix":2,"ix":45,"mn":"ADBE Vector Group","hd":false},{"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":[[1.177,47.849],[-1.177,47.849],[-1.177,-47.849],[1.177,-47.849]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.8,0.819999964097,0.851000019148,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[132.448,183.423],"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":"Group 53","np":2,"cix":2,"ix":46,"mn":"ADBE Vector Group","hd":false},{"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":[[24.835,1.712],[-24.835,1.712],[-24.835,-1.712],[24.835,-1.712]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.8,0.819999964097,0.851000019148,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[60.049,183.295],"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":"Group 54","np":2,"cix":2,"ix":47,"mn":"ADBE Vector Group","hd":false},{"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":[[1.177,47.849],[-1.177,47.849],[-1.177,-47.849],[1.177,-47.849]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.8,0.819999964097,0.851000019148,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[59.299,183.423],"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":"Group 56","np":2,"cix":2,"ix":48,"mn":"ADBE Vector Group","hd":false},{"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":[[-22.693,46.457],[22.693,46.457],[22.693,-46.457],[-22.693,-46.457]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.395999983245,0.426999978458,0.470999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[368.466,183.745],"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":"Group 57","np":2,"cix":2,"ix":49,"mn":"ADBE Vector Group","hd":false},{"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":[[-25.477,49.668],[25.477,49.668],[25.477,-49.668],[-25.477,-49.668]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.8,0.819999964097,0.851000019148,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[368.268,183.745],"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":"Group 58","np":2,"cix":2,"ix":50,"mn":"ADBE Vector Group","hd":false},{"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":[[-22.694,46.457],[22.694,46.457],[22.694,-46.457],[-22.694,-46.457]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.395999983245,0.426999978458,0.470999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[207.186,183.745],"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":"Group 59","np":2,"cix":2,"ix":51,"mn":"ADBE Vector Group","hd":false},{"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":[[-25.477,49.668],[25.477,49.668],[25.477,-49.668],[-25.477,-49.668]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.8,0.819999964097,0.851000019148,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[206.987,183.745],"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":"Group 60","np":2,"cix":2,"ix":52,"mn":"ADBE Vector Group","hd":false},{"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":[[-22.694,46.457],[22.694,46.457],[22.694,-46.457],[-22.694,-46.457]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.395999983245,0.426999978458,0.470999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[132.967,183.745],"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":"Group 61","np":2,"cix":2,"ix":53,"mn":"ADBE Vector Group","hd":false},{"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":[[-25.477,49.668],[25.477,49.668],[25.477,-49.668],[-25.477,-49.668]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.8,0.819999964097,0.851000019148,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[132.768,183.745],"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":"Group 62","np":2,"cix":2,"ix":54,"mn":"ADBE Vector Group","hd":false},{"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":[[-22.694,46.457],[22.694,46.457],[22.694,-46.457],[-22.694,-46.457]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.395999983245,0.426999978458,0.470999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[59.606,183.745],"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":"Group 63","np":2,"cix":2,"ix":55,"mn":"ADBE Vector Group","hd":false},{"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":[[-25.477,49.668],[25.477,49.668],[25.477,-49.668],[-25.477,-49.668]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.8,0.819999964097,0.851000019148,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[59.407,183.745],"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":"Group 64","np":2,"cix":2,"ix":56,"mn":"ADBE Vector Group","hd":false},{"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":[[193.751,-74.717],[-193.751,-74.717],[-193.751,74.717],[193.751,74.717]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.216000007181,0.736999990426,0.607999973671,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[211.11,173.683],"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":"Group 65","np":2,"cix":2,"ix":57,"mn":"ADBE Vector Group","hd":false},{"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":[[-201.619,4.603],[201.619,4.603],[201.619,-4.603],[-201.619,-4.603]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.263000009574,0.289999988032,0.328999986836,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[211.747,252.355],"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":"Group 66","np":2,"cix":2,"ix":58,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":7712.4,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"RESTAURANTE Outlines","parent":5,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[136.5,30,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0.599],[0,0],[0.969,0.405],[0,0],[0,1.269],[0,0],[2.009,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-1.146],[0,0],[-0.106,-0.317]],"o":[[-0.194,-0.458],[0,0],[0,-1.287],[0,0],[0.864,-0.405],[0,0],[0,-1.903],[0,0],[0,0],[0,0],[0,0],[0,0],[0.881,0],[0,0],[0,1.005],[0,0]],"v":[[6.732,0],[6.521,-1.498],[6.521,-3.401],[5.234,-6.01],[5.234,-6.045],[6.503,-8.53],[6.503,-9.499],[3.631,-12.337],[0.705,-12.337],[0.705,0],[2.644,0],[2.644,-5.023],[3.313,-5.023],[4.582,-3.454],[4.582,-1.516],[4.758,0]],"c":true},"ix":2},"nm":"R","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,-0.881],[0,0],[0.723,0],[0,0],[0,0]],"o":[[0.687,0],[0,0],[0,0.987],[0,0],[0,0],[0,0]],"v":[[3.578,-10.574],[4.565,-9.305],[4.565,-8.089],[3.401,-6.785],[2.644,-6.785],[2.644,-10.574]],"c":true},"ix":2},"nm":"R","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"R","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[9.678,-10.574],[13.027,-10.574],[13.027,-12.337],[7.74,-12.337],[7.74,0],[13.027,0],[13.027,-1.762],[9.678,-1.762],[9.678,-5.375],[12.34,-5.375],[12.34,-7.138],[9.678,-7.138]],"c":true},"ix":2},"nm":"E","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"E","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-1.974],[-1.621,-1.428],[0,-0.899],[0.617,0],[0,0.881],[0,0],[0,0],[0,0],[-1.903,0],[0,1.974],[1.621,1.428],[0,0.899],[-0.617,0],[0,-0.881],[0,0],[0,0],[0,0],[1.886,0]],"o":[[0,1.41],[1.269,1.11],[0,0.881],[-0.617,0],[0,0],[0,0],[0,0],[0,1.974],[1.903,0],[0,-1.41],[-1.269,-1.11],[0,-0.881],[0.617,0],[0,0],[0,0],[0,0],[0,-1.974],[-1.886,0]],"v":[[13.933,-9.376],[16.066,-5.516],[17.722,-2.837],[16.718,-1.639],[15.713,-2.837],[15.713,-3.719],[13.88,-3.719],[13.88,-2.961],[16.77,0.141],[19.661,-2.961],[17.528,-6.82],[15.872,-9.499],[16.841,-10.715],[17.81,-9.499],[17.81,-8.988],[19.643,-8.988],[19.643,-9.376],[16.788,-12.478]],"c":true},"ix":2},"nm":"S","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"S","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[20.161,-10.574],[22.187,-10.574],[22.187,0],[24.126,0],[24.126,-10.574],[26.153,-10.574],[26.153,-12.337],[20.161,-12.337]],"c":true},"ix":2},"nm":"T","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"T","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[30.59,-12.337],[27.752,-12.337],[25.778,0],[27.558,0],[27.893,-2.238],[30.273,-2.238],[30.607,0],[32.564,0]],"c":true},"ix":2},"nm":"A","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[29.056,-10.151],[29.092,-10.151],[30.008,-3.913],[28.14,-3.913]],"c":true},"ix":2},"nm":"A","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"A","np":5,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-1.903,0],[0,1.974],[0,0],[0,0],[0,0],[0.617,0],[0,0.881],[0,0]],"o":[[0,0],[0,1.974],[1.903,0],[0,0],[0,0],[0,0],[0,0.881],[-0.617,0],[0,0],[0,0]],"v":[[33.324,-12.337],[33.324,-2.943],[36.214,0.159],[39.104,-2.943],[39.104,-12.337],[37.272,-12.337],[37.272,-2.82],[36.267,-1.621],[35.262,-2.82],[35.262,-12.337]],"c":true},"ix":2},"nm":"U","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"U","np":3,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0.599],[0,0],[0.969,0.405],[0,0],[0,1.269],[0,0],[2.009,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-1.146],[0,0],[-0.106,-0.317]],"o":[[-0.194,-0.458],[0,0],[0,-1.287],[0,0],[0.864,-0.405],[0,0],[0,-1.903],[0,0],[0,0],[0,0],[0,0],[0,0],[0.881,0],[0,0],[0,1.005],[0,0]],"v":[[46.404,0],[46.193,-1.498],[46.193,-3.401],[44.906,-6.01],[44.906,-6.045],[46.175,-8.53],[46.175,-9.499],[43.302,-12.337],[40.377,-12.337],[40.377,0],[42.315,0],[42.315,-5.023],[42.985,-5.023],[44.254,-3.454],[44.254,-1.516],[44.43,0]],"c":true},"ix":2},"nm":"R","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,-0.881],[0,0],[0.723,0],[0,0],[0,0]],"o":[[0.687,0],[0,0],[0,0.987],[0,0],[0,0],[0,0]],"v":[[43.25,-10.574],[44.236,-9.305],[44.236,-8.089],[43.073,-6.785],[42.315,-6.785],[42.315,-10.574]],"c":true},"ix":2},"nm":"R","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"R","np":5,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[51.712,-12.337],[48.875,-12.337],[46.901,0],[48.681,0],[49.016,-2.238],[51.395,-2.238],[51.73,0],[53.686,0]],"c":true},"ix":2},"nm":"A","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[50.179,-10.151],[50.214,-10.151],[51.13,-3.913],[49.262,-3.913]],"c":true},"ix":2},"nm":"A","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"A","np":5,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[58.676,0],[60.667,0],[60.667,-12.337],[58.94,-12.337],[58.94,-4.952],[58.905,-4.952],[56.949,-12.337],[54.517,-12.337],[54.517,0],[56.261,0],[56.261,-8.935],[56.297,-8.935]],"c":true},"ix":2},"nm":"N","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"N","np":3,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[61.442,-10.574],[63.469,-10.574],[63.469,0],[65.408,0],[65.408,-10.574],[67.435,-10.574],[67.435,-12.337],[61.442,-12.337]],"c":true},"ix":2},"nm":"T","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"T","np":3,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[70.175,-10.574],[73.523,-10.574],[73.523,-12.337],[68.236,-12.337],[68.236,0],[73.523,0],[73.523,-1.762],[70.175,-1.762],[70.175,-5.375],[72.836,-5.375],[72.836,-7.138],[70.175,-7.138]],"c":true},"ix":2},"nm":"E","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"E","np":3,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false}],"ip":-2,"op":298,"st":-2,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 2","parent":2,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[189.437,170.25,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[111.753,62.941,100],"ix":6}},"ao":0,"ef":[{"ty":5,"nm":"Gaussian Blur","np":6,"mn":"ADBE Gaussian Blur 2","ix":1,"en":1,"ef":[{"ty":0,"nm":"Blurriness","mn":"ADBE Gaussian Blur 2-0001","ix":1,"v":{"a":0,"k":25,"ix":1}},{"ty":7,"nm":"Blur Dimensions","mn":"ADBE Gaussian Blur 2-0002","ix":2,"v":{"a":0,"k":1,"ix":2}},{"ty":7,"nm":"Repeat Edge Pixels","mn":"ADBE Gaussian Blur 2-0003","ix":3,"v":{"a":0,"k":0,"ix":3}},{"ty":7,"nm":"GPU Rendering","mn":"ADBE Force CPU GPU","ix":4,"v":{"a":0,"k":1,"ix":4}}]}],"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":[[158.131,86.92],[-123.288,86.92],[-177.428,149.078],[216.559,149.078]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.709803921569,0.707020419252,0.707020419252,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"tienda 2 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":0,"s":[2016.926,566.5,0],"e":[1440.275,566.523,0],"to":[-15.6414413452148,0.00671023363248,0],"ti":[187.999130249023,-0.00875551812351,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":10.8,"s":[1440.275,566.523,0],"e":[635.519,566.54,0],"to":[-114.647979736328,0.0053393994458,0],"ti":[14.0571565628052,-0.00603056978434,0]},{"i":{"x":0.654,"y":0.606},"o":{"x":0.298,"y":0},"n":"0p654_0p606_0p298_0","t":26.4,"s":[635.519,566.54,0],"e":[548.839,566.577,0],"to":[-33.7635231018066,0.01448467001319,0],"ti":[26.817045211792,-0.00981990247965,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.419,"y":0.022},"n":"0p833_0p833_0p419_0p022","t":52.8,"s":[548.839,566.577,0],"e":[-1345.441,566.54,0],"to":[-284.762969970703,0.10427489876747,0],"ti":[0.30464401841164,0,0]},{"t":79.2}],"ix":2},"a":{"a":0,"k":[167.5,129.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-155,12.5],[155,12.5],[155,-12.5],[-155,-12.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.216000007181,0.219999994016,0.226999993418,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[171.752,254],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[98.042,35.744],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.006,0],[0,0],[0,6.006],[0,0],[-6.006,0],[0,0],[0,-6.006],[0,0]],"o":[[0,0],[-6.006,0],[0,0],[0,-6.006],[0,0],[6.006,0],[0,0],[0,6.006]],"v":[[31.625,21.999],[-31.625,21.999],[-42.5,11.124],[-42.5,-11.124],[-31.625,-21.999],[31.625,-21.999],[42.5,-11.124],[42.5,11.124]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.808000033509,0.328999986836,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[173.252,23],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.649,9.898],[0,0],[18.661,5.517]],"o":[[0,0],[0,0],[0,0]],"v":[[-13.143,-9.249],[13.143,-9.249],[-6.004,3.732]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964705884457,0.733333349228,0.258823543787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[321.712,141.249],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.649,9.898],[0,0],[18.661,5.517]],"o":[[0,0],[0,0],[0,0]],"v":[[-13.143,-9.249],[13.143,-9.249],[-6.004,3.732]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.913725495338,0.341176480055,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[296.236,141.249],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.649,9.898],[0,0],[18.661,5.517]],"o":[[0,0],[0,0],[0,0]],"v":[[-13.143,-9.249],[13.143,-9.249],[-6.004,3.732]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964705884457,0.733333349228,0.258823543787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[271.085,141.249],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.649,9.898],[0,0],[18.661,5.517]],"o":[[0,0],[0,0],[0,0]],"v":[[-13.143,-9.249],[13.143,-9.249],[-6.004,3.732]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.913725495338,0.341176480055,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[244.798,141.249],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.649,9.898],[0,0],[18.661,5.517]],"o":[[0,0],[0,0],[0,0]],"v":[[-13.143,-9.249],[13.143,-9.249],[-6.004,3.732]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964705884457,0.733333349228,0.258823543787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[219.322,141.249],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.649,9.898],[0,0],[18.661,5.517]],"o":[[0,0],[0,0],[0,0]],"v":[[-13.143,-9.249],[13.143,-9.249],[-6.004,3.732]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.913725495338,0.341176480055,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[193.035,141.249],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.649,9.898],[0,0],[18.661,5.517]],"o":[[0,0],[0,0],[0,0]],"v":[[-13.143,-9.249],[13.143,-9.249],[-6.004,3.732]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964705884457,0.733333349228,0.258823543787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[168.384,141.249],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.649,9.898],[0,0],[18.661,5.517]],"o":[[0,0],[0,0],[0,0]],"v":[[-13.143,-9.249],[13.143,-9.249],[-6.004,3.732]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.913725495338,0.341176480055,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[143.382,141.249],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.649,9.898],[0,0],[18.661,5.517]],"o":[[0,0],[0,0],[0,0]],"v":[[-13.143,-9.249],[13.143,-9.249],[-6.004,3.732]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964705884457,0.733333349228,0.258823543787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[116.595,140.749],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.649,9.898],[0,0],[18.66,5.517]],"o":[[0,0],[0,0],[0,0]],"v":[[-13.143,-9.249],[13.143,-9.249],[-6.004,3.732]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.913725495338,0.341176480055,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[91.619,141.249],"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.649,9.898],[0,0],[18.66,5.517]],"o":[[0,0],[0,0],[0,0]],"v":[[-13.143,-9.249],[13.143,-9.249],[-6.004,3.732]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964705884457,0.733333349228,0.258823543787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[65.332,141.249],"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.649,9.898],[0,0],[18.66,5.517]],"o":[[0,0],[0,0],[0,0]],"v":[[-12.738,-9.249],[12.738,-9.249],[-6.41,3.732]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.913725495338,0.341176480055,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[40.1,141.249],"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.649,9.898],[0,0],[18.661,5.517]],"o":[[0,0],[0,0],[0,0]],"v":[[-13.143,-9.249],[13.143,-9.249],[-6.004,3.732]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964705884457,0.733333349228,0.258823543787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[14.218,141.249],"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":"Group 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"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":[[11.753,-30],[-11.506,-30],[-12.494,30],[12.494,30]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.808000033509,0.328999986836,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[168.257,103],"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":"Group 16","np":2,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"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":[[-12.997,-30],[6.131,-30],[12.997,30],[-11.635,30]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.988235294819,0.43137255311,0.317647069693,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[191.805,103],"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":"Group 17","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"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":[[-16.675,-30],[2.942,-30],[16.675,30],[-9.81,30]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.808000033509,0.328999986836,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[214.441,103],"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":"Group 18","np":2,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"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":[[-19.945,-30],[-0.001,-30],[19.945,30],[-6.214,30]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.988235294819,0.43137255311,0.317647069693,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[237.158,103],"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":"Group 19","np":2,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"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":[[-23.133,-30],[-3.189,-30],[23.133,30],[-3.189,30]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.808000033509,0.328999986836,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[260.119,103],"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":"Group 20","np":2,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"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":[[-25.586,-30],[-4.986,-30],[25.586,30],[0.735,30]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.988235294819,0.43137255311,0.317647069693,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[282.35,103],"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":"Group 21","np":2,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"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":[[-7.357,-30],[-28.61,-30],[1.962,30],[28.61,30]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.808000033509,0.328999986836,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[305.797,103],"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":"Group 22","np":2,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"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":[[12.997,-30],[-6.131,-30],[-12.997,30],[12.017,30]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.988235294819,0.43137255311,0.317647069693,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[143.735,103],"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":"Group 23","np":2,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false},{"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":[[16.676,-30],[-2.943,-30],[-16.676,30],[9.809,30]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.808000033509,0.328999986836,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[121.111,103],"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":"Group 24","np":2,"cix":2,"ix":24,"mn":"ADBE Vector Group","hd":false},{"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":[[19.946,-30],[0.001,-30],[-19.946,30],[6.213,30]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.988235294819,0.43137255311,0.317647069693,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[98.393,103],"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":"Group 25","np":2,"cix":2,"ix":25,"mn":"ADBE Vector Group","hd":false},{"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":[[23.134,-30],[3.189,-30],[-23.134,30],[3.189,30]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.808000033509,0.328999986836,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[75.433,103],"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":"Group 26","np":2,"cix":2,"ix":26,"mn":"ADBE Vector Group","hd":false},{"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":[[25.586,-30],[4.985,-30],[-25.586,30],[-0.736,30]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.988235294819,0.43137255311,0.317647069693,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[53.203,103],"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":"Group 27","np":2,"cix":2,"ix":27,"mn":"ADBE Vector Group","hd":false},{"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":[[7.358,-30],[28.611,-30],[-1.962,30],[-28.611,30]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.808000033509,0.328999986836,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[29.755,103],"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":"Group 28","np":2,"cix":2,"ix":28,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[143,8.646],[135.151,8.646],[2.611,-18.646],[-125.665,9.646],[-143,9.646],[-143,18.646],[143,18.617]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.913725495338,0.341176480055,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[171.752,20.354],"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":"Group 29","np":2,"cix":2,"ix":29,"mn":"ADBE Vector Group","hd":false},{"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":[[151.5,-7.5],[-151.5,-7.5],[-151.5,7.5],[151.5,7.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.816000007181,0.4,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.913725495338,0.341176480055,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[171.752,47],"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":"Group 30","np":3,"cix":2,"ix":30,"mn":"ADBE Vector Group","hd":false},{"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":[[-26,-29],[26,-29],[26,29],[-26,29]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.991999966491,0.995999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[175.752,145],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0.5,"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 31","np":2,"cix":2,"ix":31,"mn":"ADBE Vector Group","hd":false},{"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":[[-29.5,-29.5],[29.5,-29.5],[29.5,29.5],[-29.5,29.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.988235294819,0.43137255311,0.317647069693,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[175.252,147.5],"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":"Group 32","np":2,"cix":2,"ix":32,"mn":"ADBE Vector Group","hd":false},{"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":[[-38.5,-72.5],[38.5,-72.5],[38.5,72.5],[-38.5,72.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964705884457,0.733333349228,0.258823543787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[174.252,185.5],"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":"Group 33","np":2,"cix":2,"ix":33,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-31.064,27.613],[31.064,-27.613],[-31.064,-27.613]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929000016755,0.929000016755,0.929000016755,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[249.816,153.613],"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":"Group 34","np":2,"cix":2,"ix":34,"mn":"ADBE Vector Group","hd":false},{"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":[[-42.5,-28],[42.5,-28],[42.5,28],[-42.5,28]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.870999983245,0.870999983245,0.877999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[261.252,153],"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":"Group 35","np":2,"cix":2,"ix":35,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-31.064,27.613],[31.064,-27.613],[-31.064,-27.613]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929000016755,0.929000016755,0.929000016755,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[76.816,153.613],"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":"Group 36","np":2,"cix":2,"ix":36,"mn":"ADBE Vector Group","hd":false},{"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":[[-42.5,-28],[42.5,-28],[42.5,28],[-42.5,28]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.870999983245,0.870999983245,0.877999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[87.252,153],"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":"Group 37","np":2,"cix":2,"ix":37,"mn":"ADBE Vector Group","hd":false},{"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":[[143.5,114],[-143.5,114],[-143.5,-114],[143.5,-114]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.913725495338,0.341176480055,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[172.752,143.5],"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":"Group 39","np":2,"cix":2,"ix":38,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":225,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 1","parent":5,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[154,171.25,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[83.585,62.941,100],"ix":6}},"ao":0,"ef":[{"ty":5,"nm":"Gaussian Blur","np":6,"mn":"ADBE Gaussian Blur 2","ix":1,"en":1,"ef":[{"ty":0,"nm":"Blurriness","mn":"ADBE Gaussian Blur 2-0001","ix":1,"v":{"a":0,"k":25,"ix":1}},{"ty":7,"nm":"Blur Dimensions","mn":"ADBE Gaussian Blur 2-0002","ix":2,"v":{"a":0,"k":1,"ix":2}},{"ty":7,"nm":"Repeat Edge Pixels","mn":"ADBE Gaussian Blur 2-0003","ix":3,"v":{"a":0,"k":0,"ix":3}},{"ty":7,"nm":"GPU Rendering","mn":"ADBE Force CPU GPU","ix":4,"v":{"a":0,"k":1,"ix":4}}]}],"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":[[158.131,86.92],[-123.288,86.92],[-177.428,149.078],[216.559,149.078]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.709803921569,0.705882352941,0.705882352941,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"edificios Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[624.5,482.5,0],"ix":2},"a":{"a":0,"k":[203,105.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ef":[{"ty":5,"nm":"Gaussian Blur","np":6,"mn":"ADBE Gaussian Blur 2","ix":1,"en":1,"ef":[{"ty":0,"nm":"Blurriness","mn":"ADBE Gaussian Blur 2-0001","ix":1,"v":{"a":0,"k":0,"ix":1}},{"ty":7,"nm":"Blur Dimensions","mn":"ADBE Gaussian Blur 2-0002","ix":2,"v":{"a":0,"k":1,"ix":2}},{"ty":7,"nm":"Repeat Edge Pixels","mn":"ADBE Gaussian Blur 2-0003","ix":3,"v":{"a":0,"k":0,"ix":3}},{"ty":7,"nm":"GPU Rendering","mn":"ADBE Force CPU GPU","ix":4,"v":{"a":0,"k":1,"ix":4}}]}],"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":[[-3.49,8.298],[3.49,8.298],[3.49,-8.298],[-3.49,-8.298]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[116.417,81.467],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.489,8.298],[3.489,8.298],[3.489,-8.298],[-3.489,-8.298]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[126.412,81.467],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.489,8.298],[3.489,8.298],[3.489,-8.298],[-3.489,-8.298]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[135.935,81.467],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.489,8.298],[3.489,8.298],[3.489,-8.298],[-3.489,-8.298]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[145.837,81.467],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.49,8.298],[3.49,8.298],[3.49,-8.298],[-3.49,-8.298]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[155.361,81.467],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.489,8.298],[3.489,8.298],[3.489,-8.298],[-3.489,-8.298]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[164.696,81.467],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.489,8.298],[3.489,8.298],[3.489,-8.298],[-3.489,-8.298]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[174.597,81.467],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"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":[[3.307,5.324],[-3.307,5.324],[-3.307,-5.324],[3.307,-5.324]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[134.395,167.548],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"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":[[3.307,5.324],[-3.307,5.324],[-3.307,-5.324],[3.307,-5.324]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[125.406,167.548],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"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":[[3.307,5.324],[-3.307,5.324],[-3.307,-5.324],[3.307,-5.324]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[125.406,154.598],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"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":[[3.307,5.324],[-3.307,5.324],[-3.307,-5.324],[3.307,-5.324]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[134.395,154.598],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"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":[[3.307,5.324],[-3.307,5.324],[-3.307,-5.324],[3.307,-5.324]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[166.89,126.561],"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"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":[[3.307,5.324],[-3.307,5.324],[-3.307,-5.324],[3.307,-5.324]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[157.9,126.561],"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"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":[[3.307,5.324],[-3.307,5.324],[-3.307,-5.324],[3.307,-5.324]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[157.9,113.611],"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"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":[[3.307,5.324],[-3.307,5.324],[-3.307,-5.324],[3.307,-5.324]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[166.89,113.611],"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":"Group 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"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":[[-34.827,69.044],[34.827,69.044],[34.827,-69.044],[-34.827,-69.044]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.925,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[145.507,140.956],"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":"Group 16","np":2,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"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":[[-4.997,7.921],[4.997,7.921],[4.997,-7.921],[-4.997,-7.921]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.925,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[122.922,67.197],"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":"Group 17","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"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":[[-1.924,4.578],[1.924,4.578],[1.924,-4.578],[-1.924,-4.578]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[227.069,138.379],"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":"Group 18","np":2,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"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":[[-1.924,4.578],[1.924,4.578],[1.924,-4.578],[-1.924,-4.578]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[232.582,138.379],"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":"Group 19","np":2,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"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":[[-1.924,4.578],[1.924,4.578],[1.924,-4.578],[-1.924,-4.578]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[237.836,138.379],"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":"Group 20","np":2,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"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":[[-1.925,4.578],[1.925,4.578],[1.925,-4.578],[-1.925,-4.578]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[243.297,138.379],"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":"Group 21","np":2,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"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":[[-1.924,4.578],[1.924,4.578],[1.924,-4.578],[-1.924,-4.578]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[248.551,138.379],"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":"Group 22","np":2,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"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":[[-1.925,4.578],[1.925,4.578],[1.925,-4.578],[-1.925,-4.578]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[253.7,138.379],"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":"Group 23","np":2,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false},{"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":[[-1.924,4.578],[1.924,4.578],[1.924,-4.578],[-1.924,-4.578]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[259.161,138.379],"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":"Group 24","np":2,"cix":2,"ix":24,"mn":"ADBE Vector Group","hd":false},{"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":[[1.824,2.937],[-1.824,2.937],[-1.824,-2.937],[1.824,-2.937]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[236.986,185.862],"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":"Group 25","np":2,"cix":2,"ix":25,"mn":"ADBE Vector Group","hd":false},{"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":[[1.824,2.937],[-1.824,2.937],[-1.824,-2.937],[1.824,-2.937]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[232.028,185.862],"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":"Group 26","np":2,"cix":2,"ix":26,"mn":"ADBE Vector Group","hd":false},{"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":[[1.824,2.938],[-1.824,2.938],[-1.824,-2.938],[1.824,-2.938]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[232.028,178.719],"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":"Group 27","np":2,"cix":2,"ix":27,"mn":"ADBE Vector Group","hd":false},{"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":[[1.824,2.938],[-1.824,2.938],[-1.824,-2.938],[1.824,-2.938]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[236.986,178.719],"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":"Group 28","np":2,"cix":2,"ix":28,"mn":"ADBE Vector Group","hd":false},{"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":[[1.824,2.937],[-1.824,2.937],[-1.824,-2.937],[1.824,-2.937]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[254.91,163.253],"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":"Group 29","np":2,"cix":2,"ix":29,"mn":"ADBE Vector Group","hd":false},{"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":[[1.824,2.937],[-1.824,2.937],[-1.824,-2.937],[1.824,-2.937]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[249.951,163.253],"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":"Group 30","np":2,"cix":2,"ix":30,"mn":"ADBE Vector Group","hd":false},{"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":[[1.824,2.938],[-1.824,2.938],[-1.824,-2.938],[1.824,-2.938]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[249.951,156.109],"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":"Group 31","np":2,"cix":2,"ix":31,"mn":"ADBE Vector Group","hd":false},{"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":[[1.824,2.938],[-1.824,2.938],[-1.824,-2.938],[1.824,-2.938]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[254.91,156.109],"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":"Group 32","np":2,"cix":2,"ix":32,"mn":"ADBE Vector Group","hd":false},{"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":[[-19.211,38.086],[19.211,38.086],[19.211,-38.086],[-19.211,-38.086]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.925,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[243.115,171.193],"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":"Group 33","np":2,"cix":2,"ix":33,"mn":"ADBE Vector Group","hd":false},{"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":[[-2.757,4.37],[2.757,4.37],[2.757,-4.37],[-2.757,-4.37]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.925,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[230.657,130.508],"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":"Group 34","np":2,"cix":2,"ix":34,"mn":"ADBE Vector Group","hd":false},{"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":[[1.924,4.578],[-1.924,4.578],[-1.924,-4.578],[1.924,-4.578]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[218.85,138.379],"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":"Group 35","np":2,"cix":2,"ix":35,"mn":"ADBE Vector Group","hd":false},{"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":[[1.924,4.578],[-1.924,4.578],[-1.924,-4.578],[1.924,-4.578]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[213.337,138.379],"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":"Group 36","np":2,"cix":2,"ix":36,"mn":"ADBE Vector Group","hd":false},{"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":[[1.925,4.578],[-1.925,4.578],[-1.925,-4.578],[1.925,-4.578]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[208.084,138.379],"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":"Group 37","np":2,"cix":2,"ix":37,"mn":"ADBE Vector Group","hd":false},{"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":[[1.924,4.578],[-1.924,4.578],[-1.924,-4.578],[1.924,-4.578]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[202.622,138.379],"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":"Group 38","np":2,"cix":2,"ix":38,"mn":"ADBE Vector Group","hd":false},{"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":[[1.924,4.578],[-1.924,4.578],[-1.924,-4.578],[1.924,-4.578]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[197.368,138.379],"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":"Group 39","np":2,"cix":2,"ix":39,"mn":"ADBE Vector Group","hd":false},{"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":[[1.924,4.578],[-1.924,4.578],[-1.924,-4.578],[1.924,-4.578]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[192.22,138.379],"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":"Group 40","np":2,"cix":2,"ix":40,"mn":"ADBE Vector Group","hd":false},{"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":[[1.925,4.578],[-1.925,4.578],[-1.925,-4.578],[1.925,-4.578]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[186.758,138.379],"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":"Group 41","np":2,"cix":2,"ix":41,"mn":"ADBE Vector Group","hd":false},{"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":[[-1.824,2.937],[1.824,2.937],[1.824,-2.937],[-1.824,-2.937]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[208.933,185.862],"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":"Group 42","np":2,"cix":2,"ix":42,"mn":"ADBE Vector Group","hd":false},{"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":[[-1.824,2.937],[1.824,2.937],[1.824,-2.937],[-1.824,-2.937]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[213.892,185.862],"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":"Group 43","np":2,"cix":2,"ix":43,"mn":"ADBE Vector Group","hd":false},{"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":[[-1.824,2.938],[1.824,2.938],[1.824,-2.938],[-1.824,-2.938]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[213.892,178.719],"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":"Group 44","np":2,"cix":2,"ix":44,"mn":"ADBE Vector Group","hd":false},{"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":[[-1.824,2.938],[1.824,2.938],[1.824,-2.938],[-1.824,-2.938]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[208.933,178.719],"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":"Group 45","np":2,"cix":2,"ix":45,"mn":"ADBE Vector Group","hd":false},{"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":[[-1.824,2.937],[1.824,2.937],[1.824,-2.937],[-1.824,-2.937]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[191.01,163.253],"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":"Group 46","np":2,"cix":2,"ix":46,"mn":"ADBE Vector Group","hd":false},{"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":[[-1.824,2.937],[1.824,2.937],[1.824,-2.937],[-1.824,-2.937]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[195.968,163.253],"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":"Group 47","np":2,"cix":2,"ix":47,"mn":"ADBE Vector Group","hd":false},{"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":[[-1.824,2.938],[1.824,2.938],[1.824,-2.938],[-1.824,-2.938]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[195.968,156.109],"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":"Group 48","np":2,"cix":2,"ix":48,"mn":"ADBE Vector Group","hd":false},{"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":[[-1.824,2.938],[1.824,2.938],[1.824,-2.938],[-1.824,-2.938]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[191.01,156.109],"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":"Group 49","np":2,"cix":2,"ix":49,"mn":"ADBE Vector Group","hd":false},{"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":[[19.211,38.086],[-19.211,38.086],[-19.211,-38.086],[19.211,-38.086]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.925,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[202.805,171.193],"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":"Group 50","np":2,"cix":2,"ix":50,"mn":"ADBE Vector Group","hd":false},{"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":[[2.757,4.37],[-2.757,4.37],[-2.757,-4.37],[2.757,-4.37]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.925,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[215.263,130.508],"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":"Group 51","np":2,"cix":2,"ix":51,"mn":"ADBE Vector Group","hd":false},{"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":[[1.925,4.578],[-1.925,4.578],[-1.925,-4.578],[1.925,-4.578]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[104.389,138.379],"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":"Group 52","np":2,"cix":2,"ix":52,"mn":"ADBE Vector Group","hd":false},{"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":[[1.925,4.578],[-1.925,4.578],[-1.925,-4.578],[1.925,-4.578]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[98.876,138.379],"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":"Group 53","np":2,"cix":2,"ix":53,"mn":"ADBE Vector Group","hd":false},{"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":[[1.924,4.578],[-1.924,4.578],[-1.924,-4.578],[1.924,-4.578]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[93.622,138.379],"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":"Group 54","np":2,"cix":2,"ix":54,"mn":"ADBE Vector Group","hd":false},{"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":[[1.925,4.578],[-1.925,4.578],[-1.925,-4.578],[1.925,-4.578]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[88.161,138.379],"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":"Group 55","np":2,"cix":2,"ix":55,"mn":"ADBE Vector Group","hd":false},{"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":[[1.925,4.578],[-1.925,4.578],[-1.925,-4.578],[1.925,-4.578]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[82.907,138.379],"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":"Group 56","np":2,"cix":2,"ix":56,"mn":"ADBE Vector Group","hd":false},{"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":[[1.925,4.578],[-1.925,4.578],[-1.925,-4.578],[1.925,-4.578]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[77.758,138.379],"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":"Group 57","np":2,"cix":2,"ix":57,"mn":"ADBE Vector Group","hd":false},{"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":[[1.924,4.578],[-1.924,4.578],[-1.924,-4.578],[1.924,-4.578]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[72.297,138.379],"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":"Group 58","np":2,"cix":2,"ix":58,"mn":"ADBE Vector Group","hd":false},{"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":[[-1.824,2.937],[1.824,2.937],[1.824,-2.937],[-1.824,-2.937]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[94.472,185.862],"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":"Group 59","np":2,"cix":2,"ix":59,"mn":"ADBE Vector Group","hd":false},{"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":[[-1.824,2.937],[1.824,2.937],[1.824,-2.937],[-1.824,-2.937]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[99.43,185.862],"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":"Group 60","np":2,"cix":2,"ix":60,"mn":"ADBE Vector Group","hd":false},{"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":[[-1.824,2.938],[1.824,2.938],[1.824,-2.938],[-1.824,-2.938]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[99.43,178.719],"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":"Group 61","np":2,"cix":2,"ix":61,"mn":"ADBE Vector Group","hd":false},{"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":[[-1.824,2.938],[1.824,2.938],[1.824,-2.938],[-1.824,-2.938]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[94.472,178.719],"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":"Group 62","np":2,"cix":2,"ix":62,"mn":"ADBE Vector Group","hd":false},{"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":[[-1.824,2.937],[1.824,2.937],[1.824,-2.937],[-1.824,-2.937]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[76.548,163.253],"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":"Group 63","np":2,"cix":2,"ix":63,"mn":"ADBE Vector Group","hd":false},{"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":[[-1.824,2.937],[1.824,2.937],[1.824,-2.937],[-1.824,-2.937]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[81.507,163.253],"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":"Group 64","np":2,"cix":2,"ix":64,"mn":"ADBE Vector Group","hd":false},{"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":[[-1.824,2.938],[1.824,2.938],[1.824,-2.938],[-1.824,-2.938]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[81.507,156.109],"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":"Group 65","np":2,"cix":2,"ix":65,"mn":"ADBE Vector Group","hd":false},{"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":[[-1.824,2.938],[1.824,2.938],[1.824,-2.938],[-1.824,-2.938]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[76.548,156.109],"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":"Group 66","np":2,"cix":2,"ix":66,"mn":"ADBE Vector Group","hd":false},{"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":[[19.211,38.086],[-19.211,38.086],[-19.211,-38.086],[19.211,-38.086]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.925,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[88.343,171.193],"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":"Group 67","np":2,"cix":2,"ix":67,"mn":"ADBE Vector Group","hd":false},{"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":[[2.757,4.37],[-2.757,4.37],[-2.757,-4.37],[2.757,-4.37]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.925,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.801,130.508],"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":"Group 68","np":2,"cix":2,"ix":68,"mn":"ADBE Vector Group","hd":false},{"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":[[3.469,8.25],[-3.469,8.25],[-3.469,-8.25],[3.469,-8.25]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[399.761,82.76],"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":"Group 69","np":2,"cix":2,"ix":69,"mn":"ADBE Vector Group","hd":false},{"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":[[3.469,8.25],[-3.469,8.25],[-3.469,-8.25],[3.469,-8.25]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[389.825,82.76],"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":"Group 70","np":2,"cix":2,"ix":70,"mn":"ADBE Vector Group","hd":false},{"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":[[3.469,8.25],[-3.469,8.25],[-3.469,-8.25],[3.469,-8.25]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[380.355,82.76],"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":"Group 71","np":2,"cix":2,"ix":71,"mn":"ADBE Vector Group","hd":false},{"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":[[3.469,8.25],[-3.469,8.25],[-3.469,-8.25],[3.469,-8.25]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[370.511,82.76],"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":"Group 72","np":2,"cix":2,"ix":72,"mn":"ADBE Vector Group","hd":false},{"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":[[3.469,8.25],[-3.469,8.25],[-3.469,-8.25],[3.469,-8.25]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[361.044,82.76],"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":"Group 73","np":2,"cix":2,"ix":73,"mn":"ADBE Vector Group","hd":false},{"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":[[3.469,8.25],[-3.469,8.25],[-3.469,-8.25],[3.469,-8.25]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[351.761,82.76],"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":"Group 74","np":2,"cix":2,"ix":74,"mn":"ADBE Vector Group","hd":false},{"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":[[3.469,8.25],[-3.469,8.25],[-3.469,-8.25],[3.469,-8.25]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[341.919,82.76],"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":"Group 75","np":2,"cix":2,"ix":75,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.288,5.293],[3.288,5.293],[3.288,-5.293],[-3.288,-5.293]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[381.887,168.342],"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":"Group 76","np":2,"cix":2,"ix":76,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.288,5.293],[3.288,5.293],[3.288,-5.293],[-3.288,-5.293]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[390.824,168.342],"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":"Group 77","np":2,"cix":2,"ix":77,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.288,5.293],[3.288,5.293],[3.288,-5.293],[-3.288,-5.293]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[390.824,155.467],"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":"Group 78","np":2,"cix":2,"ix":78,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.288,5.293],[3.288,5.293],[3.288,-5.293],[-3.288,-5.293]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[381.887,155.467],"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":"Group 79","np":2,"cix":2,"ix":79,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.288,5.294],[3.288,5.294],[3.288,-5.294],[-3.288,-5.294]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[349.581,127.591],"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":"Group 80","np":2,"cix":2,"ix":80,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.288,5.294],[3.288,5.294],[3.288,-5.294],[-3.288,-5.294]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[358.517,127.591],"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":"Group 81","np":2,"cix":2,"ix":81,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.288,5.294],[3.288,5.294],[3.288,-5.294],[-3.288,-5.294]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[358.517,114.716],"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":"Group 82","np":2,"cix":2,"ix":82,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.288,5.294],[3.288,5.294],[3.288,-5.294],[-3.288,-5.294]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[349.581,114.716],"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":"Group 83","np":2,"cix":2,"ix":83,"mn":"ADBE Vector Group","hd":false},{"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":[[34.625,68.644],[-34.625,68.644],[-34.625,-68.644],[34.625,-68.644]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.925,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[370.84,141.904],"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":"Group 84","np":2,"cix":2,"ix":84,"mn":"ADBE Vector Group","hd":false},{"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":[[4.969,7.875],[-4.969,7.875],[-4.969,-7.875],[4.969,-7.875]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.925,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[393.293,68.572],"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":"Group 85","np":2,"cix":2,"ix":85,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.125,6.75],[3.125,6.75],[3.125,-6.75],[-3.125,-6.75]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[39.492,46.422],"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":"Group 86","np":2,"cix":2,"ix":86,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.125,6.75],[3.125,6.75],[3.125,-6.75],[-3.125,-6.75]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.961000031116,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[27.18,85.609],"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":"Group 87","np":2,"cix":2,"ix":87,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.125,6.75],[3.125,6.75],[3.125,-6.75],[-3.125,-6.75]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.823999980852,0.823999980852,0.834999952129,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[39.93,146.422],"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":"Group 88","np":2,"cix":2,"ix":88,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.125,6.75],[3.125,6.75],[3.125,-6.75],[-3.125,-6.75]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.823999980852,0.823999980852,0.834999952129,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[39.93,126.172],"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":"Group 89","np":2,"cix":2,"ix":89,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.125,6.75],[3.125,6.75],[3.125,-6.75],[-3.125,-6.75]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[14.18,146.422],"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":"Group 90","np":2,"cix":2,"ix":90,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.125,6.75],[3.125,6.75],[3.125,-6.75],[-3.125,-6.75]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[27.305,146.422],"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":"Group 91","np":2,"cix":2,"ix":91,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.125,6.75],[3.125,6.75],[3.125,-6.75],[-3.125,-6.75]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[51.68,146.422],"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":"Group 92","np":2,"cix":2,"ix":92,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.125,6.75],[3.125,6.75],[3.125,-6.75],[-3.125,-6.75]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[51.68,125.922],"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":"Group 93","np":2,"cix":2,"ix":93,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.125,6.75],[3.125,6.75],[3.125,-6.75],[-3.125,-6.75]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[27.305,125.922],"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":"Group 94","np":2,"cix":2,"ix":94,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.125,6.75],[3.125,6.75],[3.125,-6.75],[-3.125,-6.75]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[14.18,125.922],"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":"Group 95","np":2,"cix":2,"ix":95,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.125,6.75],[3.125,6.75],[3.125,-6.75],[-3.125,-6.75]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[14.18,105.922],"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":"Group 96","np":2,"cix":2,"ix":96,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.125,6.75],[3.125,6.75],[3.125,-6.75],[-3.125,-6.75]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[27.305,105.922],"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":"Group 97","np":2,"cix":2,"ix":97,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.125,6.75],[3.125,6.75],[3.125,-6.75],[-3.125,-6.75]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[39.93,105.922],"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":"Group 98","np":2,"cix":2,"ix":98,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.125,6.75],[3.125,6.75],[3.125,-6.75],[-3.125,-6.75]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[51.68,105.922],"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":"Group 99","np":2,"cix":2,"ix":99,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.125,6.75],[3.125,6.75],[3.125,-6.75],[-3.125,-6.75]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[51.555,85.609],"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":"Group 100","np":2,"cix":2,"ix":100,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.125,6.75],[3.125,6.75],[3.125,-6.75],[-3.125,-6.75]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[39.805,85.609],"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":"Group 101","np":2,"cix":2,"ix":101,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.125,6.75],[3.125,6.75],[3.125,-6.75],[-3.125,-6.75]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[14.055,85.609],"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":"Group 102","np":2,"cix":2,"ix":102,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.125,6.75],[3.125,6.75],[3.125,-6.75],[-3.125,-6.75]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[27.305,65.297],"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":"Group 103","np":2,"cix":2,"ix":103,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.125,6.75],[3.125,6.75],[3.125,-6.75],[-3.125,-6.75]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[39.93,65.297],"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":"Group 104","np":2,"cix":2,"ix":104,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.125,6.75],[3.125,6.75],[3.125,-6.75],[-3.125,-6.75]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[51.68,65.297],"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":"Group 105","np":2,"cix":2,"ix":105,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.125,6.75],[3.125,6.75],[3.125,-6.75],[-3.125,-6.75]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[51.68,46.422],"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":"Group 106","np":2,"cix":2,"ix":106,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.125,6.75],[3.125,6.75],[3.125,-6.75],[-3.125,-6.75]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[27.305,46.422],"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":"Group 107","np":2,"cix":2,"ix":107,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.125,6.75],[3.125,6.75],[3.125,-6.75],[-3.125,-6.75]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[14.18,46.422],"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":"Group 108","np":2,"cix":2,"ix":108,"mn":"ADBE Vector Group","hd":false},{"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":[[32.5,101.875],[-32.5,101.875],[-32.5,-101.875],[32.5,-101.875]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.925,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[33.305,107.672],"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":"Group 109","np":2,"cix":2,"ix":109,"mn":"ADBE Vector Group","hd":false},{"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":[[-7.375,11.875],[7.375,11.875],[7.375,-11.875],[-7.375,-11.875]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[284.464,94.047],"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":"Group 110","np":2,"cix":2,"ix":110,"mn":"ADBE Vector Group","hd":false},{"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":[[-7.375,11.875],[7.375,11.875],[7.375,-11.875],[-7.375,-11.875]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929000016755,0.933000033509,0.941000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[311.464,82.172],"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":"Group 111","np":2,"cix":2,"ix":111,"mn":"ADBE Vector Group","hd":false},{"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":[[-7.375,11.875],[7.375,11.875],[7.375,-11.875],[-7.375,-11.875]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[313.465,132.797],"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":"Group 112","np":2,"cix":2,"ix":112,"mn":"ADBE Vector Group","hd":false},{"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":[[-7.375,11.875],[7.375,11.875],[7.375,-11.875],[-7.375,-11.875]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[284.464,141.297],"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":"Group 113","np":2,"cix":2,"ix":113,"mn":"ADBE Vector Group","hd":false},{"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":[[-7.375,11.875],[7.375,11.875],[7.375,-11.875],[-7.375,-11.875]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[311.464,33.922],"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":"Group 114","np":2,"cix":2,"ix":114,"mn":"ADBE Vector Group","hd":false},{"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":[[-7.375,11.875],[7.375,11.875],[7.375,-11.875],[-7.375,-11.875]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.866999966491,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[284.464,42.422],"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":"Group 115","np":2,"cix":2,"ix":115,"mn":"ADBE Vector Group","hd":false},{"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":[[32.5,104.75],[-32.501,104.75],[-32.501,-104.75],[32.5,-104.75]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.917999985639,0.925,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[297.715,105.797],"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":"Group 116","np":2,"cix":2,"ix":116,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"nubes Outlines","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},"n":"0p833_0p833_0p167_0p167","t":0,"s":[406,279,0],"e":[1592.468,274.614,0],"to":[12.8338708877563,0.15278418362141,0],"ti":[-147.365432739258,1.41986870765686,0]},{"t":375.6}],"ix":2},"a":{"a":0,"k":[150.5,30.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.133,-3.106],[0,0],[10.961,-1.316],[2.192,2.631],[2.923,-4.823],[3.727,0.511]],"o":[[0,0],[0,0],[0,0],[-2.192,-2.631],[0,0],[-3.726,-0.512]],"v":[[-17.391,4.823],[15.637,4.823],[6.43,0.439],[2.046,-1.9],[-6.577,0],[-10.742,0.987]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-543.833,1090.679],[274.167,1090.679],[274.167,-673.321],[-543.833,-673.321]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-543.833,-673.321],[274.167,-673.321],[274.167,1090.679],[-543.833,1090.679]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929000016755,0.936999990426,0.944999964097,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[282.833,33.321],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.65,-4.525],[0,0],[15.973,-1.917],[3.195,3.833],[4.26,-7.028],[5.431,0.745]],"o":[[0,0],[0,0],[0,0],[-3.194,-3.834],[0,0],[-5.43,-0.746]],"v":[[-25.343,7.028],[22.787,7.028],[9.37,0.639],[2.981,-2.768],[-9.584,0],[-15.654,1.438]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-484.104,1115.86],[333.896,1115.86],[333.896,-648.14],[-484.104,-648.14]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-484.104,-648.14],[333.896,-648.14],[333.896,1115.86],[-484.104,1115.86]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929000016755,0.936999990426,0.944999964097,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[223.104,8.14],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.388,-3.806],[0,0],[13.432,-1.611],[2.686,3.223],[3.582,-5.909],[4.567,0.627]],"o":[[0,0],[0,0],[0,0],[-2.686,-3.223],[0,0],[-4.566,-0.627]],"v":[[-21.311,5.909],[19.162,5.909],[7.879,0.537],[2.507,-2.328],[-8.059,0],[-13.163,1.209]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-283.255,1093.801],[534.745,1093.801],[534.745,-670.199],[-283.255,-670.199]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-283.255,-670.199],[534.745,-670.199],[534.745,1093.801],[-283.255,1093.801]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929000016755,0.936999990426,0.944999964097,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[22.255,30.199],"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":"Group 3","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.072,-8.424],[0,0],[29.733,-3.568],[5.947,7.136],[7.929,-13.083],[10.109,1.387]],"o":[[0,0],[0,0],[0,0],[-5.947,-7.136],[0,0],[-10.109,-1.388]],"v":[[-47.176,13.082],[42.419,13.082],[17.443,1.19],[5.55,-5.154],[-17.84,0.001],[-29.138,2.677]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-424.108,1089.499],[393.892,1089.499],[393.892,-674.502],[-424.108,-674.502]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-424.108,-674.502],[393.892,-674.502],[393.892,1089.499],[-424.108,1089.499]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929000016755,0.936999990426,0.944999964097,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[163.108,34.502],"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":"Group 4","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.65,-4.526],[0,0],[15.973,-1.917],[3.195,3.834],[4.259,-7.028],[5.432,0.746]],"o":[[0,0],[0,0],[0,0],[-3.195,-3.833],[0,0],[-5.43,-0.745]],"v":[[-25.343,7.028],[22.787,7.028],[9.37,0.639],[2.981,-2.769],[-9.584,0],[-15.654,1.437]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-320.707,1070.91],[497.293,1070.91],[497.293,-693.09],[-320.707,-693.09]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-320.707,-693.09],[497.293,-693.09],[497.293,1070.91],[-320.707,1070.91]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929000016755,0.936999990426,0.944999964097,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[59.707,53.09],"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":"Group 5","np":4,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"PAGADO","refId":"comp_0","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":142.999,"s":[0],"e":[78]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":154,"s":[78],"e":[78]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":163.999,"s":[78],"e":[0]},{"t":187}],"ix":11},"r":{"a":0,"k":61,"ix":10},"p":{"a":0,"k":[366,281,0],"ix":2},"a":{"a":0,"k":[320,285,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":142.999,"s":[34,34,100],"e":[14,14,100]},{"t":154}],"ix":6}},"ao":0,"w":640,"h":570,"ip":143,"op":280,"st":-20,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"PAGADO","refId":"comp_0","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":132.999,"s":[0],"e":[78]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":144,"s":[78],"e":[78]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":164.001,"s":[78],"e":[0]},{"t":186.9990234375}],"ix":11},"r":{"a":0,"k":5,"ix":10},"p":{"a":0,"k":[319,202,0],"ix":2},"a":{"a":0,"k":[320,285,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":132.999,"s":[34,34,100],"e":[14,14,100]},{"t":144}],"ix":6}},"ao":0,"w":640,"h":570,"ip":133,"op":270,"st":-30,"bm":0},{"ddd":0,"ind":3,"ty":0,"nm":"PAGADO","refId":"comp_0","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":124.999,"s":[0],"e":[78]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":136,"s":[78],"e":[78]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":163.999,"s":[78],"e":[0]},{"t":187}],"ix":11},"r":{"a":0,"k":62,"ix":10},"p":{"a":0,"k":[294,374,0],"ix":2},"a":{"a":0,"k":[320,285,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":124.999,"s":[34,34,100],"e":[14,14,100]},{"t":136}],"ix":6}},"ao":0,"w":640,"h":570,"ip":125,"op":262,"st":-38,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Capa 8 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":164,"s":[100],"e":[0]},{"t":187.0009765625}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100.001,"s":[0],"e":[19]},{"t":119}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":100.001,"s":[320.5,488.5,0],"e":[320.5,294.5,0],"to":[0,-32.3333320617676,0],"ti":[0,32.3333320617676,0]},{"t":119}],"ix":2},"a":{"a":0,"k":[384.5,847,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":100.001,"s":[100,100,100],"e":[22,22,100]},{"t":119}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.476,-0.473],[-0.102,8.166],[-7.671,-0.113],[0.282,-7.651]],"o":[[-7.585,-0.842],[0.1,-8.119],[7.103,0.105],[-0.27,7.334]],"v":[[-0.056,12.582],[-12.722,-0.103],[0.29,-12.469],[12.542,-0.586]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925,0.936999990426,0.941000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[389.406,102.518],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[15.776,-0.002],[15.417,-0.107],[-0.003,9.341],[-8.908,-0.024],[-31.193,-0.149],[0.02,-10.56],[8.535,-0.103]],"o":[[-15.418,0.002],[-8.921,0.062],[0.003,-9.365],[31.194,0.085],[8.529,0.041],[-0.021,10.547],[-15.774,0.19]],"v":[[-1.275,12.91],[-47.529,12.942],[-62.337,-0.042],[-47.49,-12.987],[46.092,-12.894],[62.32,-0.005],[46.053,12.853]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925,0.936999990426,0.941000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[389.421,151.588],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.017,-39.607],[40.645,0.539],[-0.143,39.593],[-43.554,0.654]],"o":[[-0.018,39.289],[-38.237,-0.507],[0.142,-39.017],[37.741,-0.567]],"v":[[69.779,1.319],[-1.369,69.915],[-69.653,0.102],[2.002,-69.887]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925,0.936999990426,0.941000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[388.589,1557.038],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-8.387,-1.086],[-0.016,-12.931],[-0.795,8.254],[0.528,4.566]],"o":[[0.017,12.931],[-8.224,-1.106],[0.441,-4.584],[-0.975,-8.429]],"v":[[5.845,-18.853],[5.895,19.939],[-4.905,5.931],[-4.92,-7.931]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925,0.936999990426,0.941000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.579,489.139],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-7.474,-0.551],[-0.016,-12.928],[-0.115,7.339],[0.398,5.632]],"o":[[0.016,12.928],[-7.509,-0.099],[0.09,-5.658],[-0.568,-8.032]],"v":[[5.637,-19.116],[5.684,19.667],[-5.051,8.265],[-5.116,-8.708]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925,0.936999990426,0.941000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.793,377.409],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-7.729,-0.609],[-0.01,-18.687],[-0.442,8.288],[0.419,10.374]],"o":[[0.01,18.687],[-8.259,-1.201],[0.553,-10.362],[-0.323,-7.973]],"v":[[5.608,-27.726],[5.639,28.334],[-5.197,14.12],[-5.168,-17.042]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925,0.936999990426,0.941000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.816,261.082],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.936,-6.674],[37.256,0.004],[-6.069,-0.009],[-29.641,0.039]],"o":[[-37.257,-0.004],[0.956,-6.661],[29.641,0.044],[6.077,-0.008]],"v":[[55.885,4.323],[-55.885,4.31],[-44.452,-4.314],[44.471,-4.303]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925,0.936999990426,0.941000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[624.167,5.164],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-7.585,-0.842],[-0.27,7.334],[7.103,0.105],[0.1,-8.119]],"o":[[8.476,-0.473],[0.282,-7.651],[-7.671,-0.113],[-0.102,8.166]],"v":[[-1.194,-736.222],[11.404,-749.391],[-0.848,-761.274],[-13.86,-748.908]],"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":[[-15.418,0.005],[-15.774,0.19],[-0.021,10.547],[8.528,0.041],[31.194,0.085],[0.003,-9.366],[-8.921,0.062]],"o":[[15.776,0],[8.535,-0.102],[0.02,-10.56],[-31.193,-0.15],[-8.908,-0.024],[-0.004,9.341],[15.417,-0.107]],"v":[[-2.399,-686.827],[44.93,-686.882],[61.197,-699.739],[44.969,-712.628],[-48.613,-712.722],[-63.461,-699.776],[-48.652,-686.793]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[-0.018,39.289],[37.742,-0.567],[0.142,-39.018],[-38.236,-0.507]],"o":[[0.016,-39.607],[-43.553,0.655],[-0.144,39.592],[40.646,0.539]],"v":[[67.824,707.035],[0.046,635.829],[-71.608,705.819],[-3.325,775.631]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0.243,150.407],[0,5],[0.02,194.511],[14.274,0],[167.236,-0.021],[3.94,-0.143],[45.583,0.277],[-0.387,-5.676],[0,-5.025],[-0.001,-384.831],[0.265,-2.121],[-7.712,0.006],[-217.544,-0.25],[0.073,7.795],[0.058,39.489]],"o":[[0.26,-4.999],[0.009,-194.511],[-0.002,-14.682],[-167.237,-0.003],[-3.939,0],[-45.583,-0.139],[-5.525,-0.034],[0.339,5.002],[-0.002,384.831],[0,2.154],[-0.917,7.34],[217.544,-0.158],[8.337,0.01],[-0.369,-39.485],[-0.221,-150.406]],"v":[[334.114,-4.649],[334.865,-19.648],[334.816,-603.181],[320.578,-617.871],[-181.131,-617.855],[-192.948,-617.442],[-329.698,-617.938],[-337.194,-610.471],[-337.149,-595.399],[-337.15,559.094],[-337.19,565.551],[-327.659,575.428],[324.973,575.542],[335.011,565.035],[334.834,446.571]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[29.725,12.962],[7.266,10.746],[0.002,18.358],[-0.002,245.827],[-0.005,119.145],[0.017,12.93],[-0.018,24.403],[0.015,12.928],[-0.009,22.96],[0.01,18.686],[-0.028,45.178],[-51.364,0.035],[-155.971,-0.005],[-37.257,-0.005],[-0.001,-52.478],[-0.229,-499.697],[29.063,-18.739],[0.982,-1.029],[30.232,-0.032],[163.102,0.213]],"o":[[-9.21,-8.375],[-10.451,-15.456],[-0.021,-245.826],[0.001,-119.145],[-0.017,-12.93],[0.018,-24.404],[-0.016,-12.928],[0.008,-22.959],[-0.01,-18.686],[0.011,-45.178],[0.034,-51.392],[155.97,-0.104],[37.256,0.003],[52.54,0.323],[0.01,499.697],[0.014,33.645],[-1.173,0.757],[-28.974,12.807],[-163.102,0.174],[-30.932,-0.04]],"v":[[-335.71,828.967],[-362.831,803.244],[-378.072,752.67],[-378.086,15.19],[-378.07,-342.245],[-378.121,-381.036],[-378.068,-454.246],[-378.115,-493.029],[-378.089,-561.907],[-378.12,-617.966],[-378.083,-753.5],[-290.175,-841.825],[177.738,-841.848],[289.507,-841.835],[377.941,-753.021],[378.107,746.07],[338.64,825.839],[335.641,828.891],[245.71,837.972],[-243.596,837.954]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.847000002394,0.851000019148,0.866999966491,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[390.545,851.322],"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":"Group 8","np":7,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false}],"ip":98,"op":188,"st":-31,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 3","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":19,"ix":10},"p":{"a":0,"k":[302,277,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[103.859,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[152,294],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0,1,0.658824008119,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[22,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":"Rectangle 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":188,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":0,"nm":"Sin título-1","tt":1,"refId":"comp_1","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":168,"s":[100],"e":[0]},{"t":193}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":69,"s":[0],"e":[19]},{"t":87.9990234375}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":69,"s":[323,376,0],"e":[323,296,0],"to":[0,-13.3333330154419,0],"ti":[-0.25,13.6666669845581,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":87.999,"s":[323,296,0],"e":[324.5,294,0],"to":[0.25,-13.6666669845581,0],"ti":[-0.25,0.33333334326744,0]},{"t":95.0009765625}],"ix":2},"a":{"a":0,"k":[624.5,564.5,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":69,"s":[104,104,100],"e":[26,26,100]},{"t":95.0009765625}],"ix":6}},"ao":0,"tm":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":95.001,"s":[3.567],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":198.999,"s":[0],"e":[10]},{"t":387}],"ix":2},"w":1249,"h":1129,"ip":132,"op":214,"st":87,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 2","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":99,"s":[0],"e":[18]},{"t":117.9990234375}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":99,"s":[320,285,0],"e":[331.709,285,0],"to":[0.38698193430901,0,0],"ti":[-3.88403105735779,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":102.999,"s":[331.709,285,0],"e":[339.262,285,0],"to":[4.83041000366211,0,0],"ti":[-1.20191609859467,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":108.999,"s":[339.262,285,0],"e":[330,285,0],"to":[1.99392473697662,0,0],"ti":[-0.7984111905098,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":117.999,"s":[330,285,0],"e":[342,281,0],"to":[1.66666662693024,0,0],"ti":[0.33333334326744,0.66666668653488,0]},{"t":118.80078125}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":99,"s":[116.922,100,100],"e":[106.52,94.068,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":102.999,"s":[106.52,94.068,100],"e":[78.442,85.171,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":108.999,"s":[78.442,85.171,100],"e":[35.487,71.824,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":117.999,"s":[35.487,71.824,100],"e":[34.597,71.824,100]},{"t":131}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[472,564],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0,1,0.658824008119,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0.359,1.785],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[119.787,105.679],"ix":3},"r":{"a":0,"k":-0.424,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":99,"op":188,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":0,"nm":"Sin título-1","tt":1,"refId":"comp_1","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[0],"e":[100]},{"t":20.9990234375}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":98.999,"s":[0],"e":[19]},{"t":119}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":98.999,"s":[323,376,0],"e":[324,294.001,0],"to":[0,-11.4150257110596,0],"ti":[-0.16666667163372,1.75,0]},{"t":119}],"ix":2},"a":{"a":0,"k":[624.5,564.5,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":98.999,"s":[104,104,100],"e":[26,26,100]},{"t":119}],"ix":6}},"ao":0,"w":1249,"h":1129,"ip":99,"op":136,"st":8,"bm":0},{"ddd":0,"ind":9,"ty":0,"nm":"Sin título-1","refId":"comp_1","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[0],"e":[100]},{"t":20.9990234375}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":137,"s":[0],"e":[19]},{"t":155.9990234375}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":137,"s":[323,376,0],"e":[323,182,0],"to":[0,-32.3333320617676,0],"ti":[0,32.3333320617676,0]},{"t":155.9990234375}],"ix":2},"a":{"a":0,"k":[624.5,564.5,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":137,"s":[104,104,100],"e":[26,26,100]},{"t":155.9990234375}],"ix":6}},"ao":0,"w":1249,"h":1129,"ip":8,"op":99,"st":8,"bm":0},{"ddd":0,"ind":10,"ty":1,"nm":"White Solid 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[320,285,0],"ix":2},"a":{"a":0,"k":[320,285,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"sw":640,"sh":570,"sc":"#ffffff","ip":0,"op":188,"st":0,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/peli-canon.json b/ohos/flutter_lottie/assets/lottiefiles/peli-canon.json new file mode 100644 index 0000000000000000000000000000000000000000..d7a78c7a003eda93ce95b54ca88c799dacaf20b6 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/peli-canon.json @@ -0,0 +1 @@ +{"v":"4.10.2","fr":24,"ip":0,"op":105,"w":1500,"h":1500,"nm":"Interactive link","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":3,"nm":"RECOIL","sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.24],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p24_1_0p167_0p167"],"t":33.6,"s":[0],"e":[-8]},{"i":{"x":[0.24],"y":[1]},"o":{"x":[0.167],"y":[0.182]},"n":["0p24_1_0p167_0p182"],"t":41.6,"s":[-8],"e":[0]},{"t":60.8}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.48,"y":1},"o":{"x":0.52,"y":0},"n":"0p48_1_0p52_0","t":33.6,"s":[960,540,0],"e":[806,540,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.48,"y":1},"o":{"x":0.52,"y":0},"n":"0p48_1_0p52_0","t":36.8,"s":[806,540,0],"e":[960,540,0],"to":[0,0,0],"ti":[0,0,0]},{"t":57.6}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ip":0,"op":91.2,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":3,"nm":"Smoke Move","sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.64,"y":0},"n":"0p833_1_0p64_0","t":32.8,"s":[960,540,0],"e":[466,540,0],"to":[0,0,0],"ti":[0,0,0]},{"t":72.8}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ip":15.2,"op":91.2,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":3,"nm":"Smoke Size","parent":2,"sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[237.027,-106.941,0],"ix":2},"a":{"a":0,"k":[-46,36,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.56,0.56,0.56],"y":[0,0,0]},"n":["0p833_0p833_0p56_0","0p833_0p833_0p56_0","0p833_1_0p56_0"],"t":32.8,"s":[0,0,100],"e":[100,100,100]},{"t":36}],"ix":6}},"ao":0,"ip":32.8,"op":91.2,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Smoke 4","parent":3,"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.56,"y":0},"n":"0p833_0p833_0p56_0","t":32.8,"s":[77,125,0],"e":[102,174,0],"to":[0,0,0],"ti":[0,0,0]},{"t":52}],"ix":2},"a":{"a":0,"k":[434.027,-253.941,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,17.667]},"o":{"x":[0.56,0.56,0.56],"y":[0,0,0]},"n":["0p833_0p833_0p56_0","0p833_0p833_0p56_0","0p833_17p667_0p56_0"],"t":32.8,"s":[48,48,100],"e":[0,0,100]},{"t":52}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[127.148,127.148],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.337254901961,0.258823529412,0.427450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952941176471,0.941176470588,0.921568627451,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[434.027,-253.941],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[117.417,117.417],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":32.8,"op":91.2,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Smoke 3","parent":3,"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.56,"y":0},"n":"0p833_0p833_0p56_0","t":32.8,"s":[95,-5,0],"e":[-67,-145,0],"to":[0,0,0],"ti":[0,0,0]},{"t":66.4}],"ix":2},"a":{"a":0,"k":[434.027,-253.941,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,17.667]},"o":{"x":[0.56,0.56,0.56],"y":[0,0,0]},"n":["0p833_0p833_0p56_0","0p833_0p833_0p56_0","0p833_17p667_0p56_0"],"t":32.8,"s":[48,48,100],"e":[0,0,100]},{"t":66.4}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":38.4,"s":[80.71,80.71],"e":[0,0]},{"t":62.4}],"ix":2},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38.4,"s":[-43.263,-88],"e":[-2,-423],"to":[0,0],"ti":[0,0]},{"t":62.4}],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.337254901961,0.258823529412,0.427450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952941176471,0.941176470588,0.921568627451,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[483.273,-188.457],"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":"Ellipse 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[127.148,127.148],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.337254901961,0.258823529412,0.427450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952941176471,0.941176470588,0.921568627451,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[434.027,-253.941],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[117.417,117.417],"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":"Ellipse 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":32.8,"op":91.2,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Smoke 2","parent":3,"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.56,"y":0},"n":"0p833_0p833_0p56_0","t":32.8,"s":[117,59,0],"e":[300,308,0],"to":[0,0,0],"ti":[0,0,0]},{"t":68}],"ix":2},"a":{"a":0,"k":[434.027,-253.941,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,17.667]},"o":{"x":[0.56,0.56,0.56],"y":[0,0,0]},"n":["0p833_0p833_0p56_0","0p833_0p833_0p56_0","0p833_17p667_0p56_0"],"t":32.8,"s":[100,100,100],"e":[0,0,100]},{"t":60}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":35.2,"s":[99.664,99.664],"e":[0,0]},{"t":52.8}],"ix":2},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35.2,"s":[0,-59],"e":[204,-115.733],"to":[0,0],"ti":[0,0]},{"t":52.8}],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.337254901961,0.258823529412,0.427450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952941176471,0.941176470588,0.921568627451,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[433.914,-183.835],"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":"Ellipse 4","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":35.2,"s":[99.664,99.664],"e":[0,0]},{"t":62.4}],"ix":2},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35.2,"s":[0,-59],"e":[42,101],"to":[0,0],"ti":[0,0]},{"t":62.4}],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.337254901961,0.258823529412,0.427450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952941176471,0.941176470588,0.921568627451,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[433.914,-183.835],"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":"Ellipse 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[127.148,127.148],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.337254901961,0.258823529412,0.427450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952941176471,0.941176470588,0.921568627451,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[434.027,-253.941],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[117.417,117.417],"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":"Ellipse 1","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":32.8,"op":91.2,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Smoke","parent":3,"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.56,"y":0},"n":"0p833_0p833_0p56_0","t":32.8,"s":[23,5,0],"e":[23,-80,0],"to":[0,0,0],"ti":[0,0,0]},{"t":66.4}],"ix":2},"a":{"a":0,"k":[434.027,-253.941,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,17.667]},"o":{"x":[0.56,0.56,0.56],"y":[0,0,0]},"n":["0p833_0p833_0p56_0","0p833_0p833_0p56_0","0p833_17p667_0p56_0"],"t":32.8,"s":[100,100,100],"e":[0,0,100]},{"t":66.4}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[127.148,127.148],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.337254901961,0.258823529412,0.427450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952941176471,0.941176470588,0.921568627451,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[434.027,-253.941],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[117.417,117.417],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":32.8,"op":91.2,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"gun mask","parent":13,"td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-1.035,"ix":10},"p":{"a":0,"k":[-13.325,60.246,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[133.333,133.333,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[224.133,457.844],"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.337254991718,0.2588239782,0.427451010311,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952940996955,0.941175991881,0.921568986481,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[130.066,192.922],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":91.2,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":0,"nm":"gun quick","parent":13,"tt":2,"refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-6,"ix":10},"p":{"a":0,"k":[-46.405,49.873,0],"ix":2},"a":{"a":0,"k":[960,540,0],"ix":1},"s":{"a":0,"k":[133.333,133.333,100],"ix":6}},"ao":0,"w":1920,"h":1080,"ip":0,"op":91.2,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":3,"nm":"Body Main","parent":1,"sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.52],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p52_1_0p167_0p167"],"t":0,"s":[3],"e":[4]},{"i":{"x":[0.52],"y":[1]},"o":{"x":[0.48],"y":[0]},"n":["0p52_1_0p48_0"],"t":3.378,"s":[4],"e":[0]},{"i":{"x":[0.833],"y":[0.889]},"o":{"x":[0.48],"y":[0]},"n":["0p833_0p889_0p48_0"],"t":11.822,"s":[0],"e":[3]},{"i":{"x":[0.52],"y":[1]},"o":{"x":[0.167],"y":[0.333]},"n":["0p52_1_0p167_0p333"],"t":15.2,"s":[3],"e":[4]},{"i":{"x":[0.52],"y":[1]},"o":{"x":[0.48],"y":[0]},"n":["0p52_1_0p48_0"],"t":18.578,"s":[4],"e":[0]},{"i":{"x":[0.833],"y":[0.889]},"o":{"x":[0.48],"y":[0]},"n":["0p833_0p889_0p48_0"],"t":27.022,"s":[0],"e":[3]},{"i":{"x":[0.52],"y":[1]},"o":{"x":[0.167],"y":[0.333]},"n":["0p52_1_0p167_0p333"],"t":30.4,"s":[3],"e":[4]},{"i":{"x":[0.52],"y":[1]},"o":{"x":[0.48],"y":[0]},"n":["0p52_1_0p48_0"],"t":33.778,"s":[4],"e":[0]},{"i":{"x":[0.833],"y":[0.889]},"o":{"x":[0.48],"y":[0]},"n":["0p833_0p889_0p48_0"],"t":42.222,"s":[0],"e":[3]},{"i":{"x":[0.52],"y":[1]},"o":{"x":[0.167],"y":[0.333]},"n":["0p52_1_0p167_0p333"],"t":45.6,"s":[3],"e":[4]},{"i":{"x":[0.52],"y":[1]},"o":{"x":[0.48],"y":[0]},"n":["0p52_1_0p48_0"],"t":48.978,"s":[4],"e":[0]},{"i":{"x":[0.833],"y":[0.889]},"o":{"x":[0.48],"y":[0]},"n":["0p833_0p889_0p48_0"],"t":57.422,"s":[0],"e":[3]},{"i":{"x":[0.52],"y":[1]},"o":{"x":[0.167],"y":[0.333]},"n":["0p52_1_0p167_0p333"],"t":60.8,"s":[3],"e":[4]},{"i":{"x":[0.52],"y":[1]},"o":{"x":[0.48],"y":[0]},"n":["0p52_1_0p48_0"],"t":64.178,"s":[4],"e":[0]},{"i":{"x":[0.833],"y":[0.889]},"o":{"x":[0.48],"y":[0]},"n":["0p833_0p889_0p48_0"],"t":72.622,"s":[0],"e":[3]},{"i":{"x":[0.52],"y":[1]},"o":{"x":[0.167],"y":[0.333]},"n":["0p52_1_0p167_0p333"],"t":76,"s":[3],"e":[4]},{"i":{"x":[0.52],"y":[1]},"o":{"x":[0.48],"y":[0]},"n":["0p52_1_0p48_0"],"t":79.378,"s":[4],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.48],"y":[0]},"n":["0p833_0p833_0p48_0"],"t":87.822,"s":[0],"e":[3]},{"t":91.2}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.52,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p52_1_0p167_0p167","t":0,"s":[10.895,75.112,0],"e":[10.895,57.112,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.52,"y":1},"o":{"x":0.48,"y":0},"n":"0p52_1_0p48_0","t":4.222,"s":[10.895,57.112,0],"e":[10.895,105.112,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.9},"o":{"x":0.48,"y":0},"n":"0p833_0p9_0p48_0","t":12.667,"s":[10.895,105.112,0],"e":[10.895,75.112,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.52,"y":1},"o":{"x":0.167,"y":0.278},"n":"0p52_1_0p167_0p278","t":15.2,"s":[10.895,75.112,0],"e":[10.895,57.112,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.52,"y":1},"o":{"x":0.48,"y":0},"n":"0p52_1_0p48_0","t":19.422,"s":[10.895,57.112,0],"e":[10.895,105.112,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.9},"o":{"x":0.48,"y":0},"n":"0p833_0p9_0p48_0","t":27.867,"s":[10.895,105.112,0],"e":[10.895,75.112,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.52,"y":1},"o":{"x":0.167,"y":0.278},"n":"0p52_1_0p167_0p278","t":30.4,"s":[10.895,75.112,0],"e":[10.895,57.112,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.52,"y":1},"o":{"x":0.48,"y":0},"n":"0p52_1_0p48_0","t":34.622,"s":[10.895,57.112,0],"e":[10.895,105.112,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.9},"o":{"x":0.48,"y":0},"n":"0p833_0p9_0p48_0","t":43.067,"s":[10.895,105.112,0],"e":[10.895,75.112,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.52,"y":1},"o":{"x":0.167,"y":0.278},"n":"0p52_1_0p167_0p278","t":45.6,"s":[10.895,75.112,0],"e":[10.895,57.112,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.52,"y":1},"o":{"x":0.48,"y":0},"n":"0p52_1_0p48_0","t":49.822,"s":[10.895,57.112,0],"e":[10.895,105.112,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.9},"o":{"x":0.48,"y":0},"n":"0p833_0p9_0p48_0","t":58.267,"s":[10.895,105.112,0],"e":[10.895,75.112,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.52,"y":1},"o":{"x":0.167,"y":0.278},"n":"0p52_1_0p167_0p278","t":60.8,"s":[10.895,75.112,0],"e":[10.895,57.112,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.52,"y":1},"o":{"x":0.48,"y":0},"n":"0p52_1_0p48_0","t":65.022,"s":[10.895,57.112,0],"e":[10.895,105.112,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.9},"o":{"x":0.48,"y":0},"n":"0p833_0p9_0p48_0","t":73.467,"s":[10.895,105.112,0],"e":[10.895,75.112,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.52,"y":1},"o":{"x":0.167,"y":0.278},"n":"0p52_1_0p167_0p278","t":76,"s":[10.895,75.112,0],"e":[10.895,57.112,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.52,"y":1},"o":{"x":0.48,"y":0},"n":"0p52_1_0p48_0","t":80.222,"s":[10.895,57.112,0],"e":[10.895,105.112,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.9},"o":{"x":0.48,"y":0},"n":"0p833_0p9_0p48_0","t":88.667,"s":[10.895,105.112,0],"e":[10.895,75.112,0],"to":[0,0,0],"ti":[0,0,0]},{"t":91.2}],"ix":2},"a":{"a":0,"k":[60,60,0],"ix":1},"s":{"a":0,"k":[75,75,100],"ix":6}},"ao":0,"ip":0,"op":91.2,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"wing 5","parent":10,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.39],"y":[1]},"o":{"x":[0.79],"y":[0]},"n":["0p39_1_0p79_0"],"t":0,"s":[59],"e":[146]},{"i":{"x":[0.39],"y":[1]},"o":{"x":[0.79],"y":[0]},"n":["0p39_1_0p79_0"],"t":10.133,"s":[146],"e":[59]},{"i":{"x":[0.39],"y":[1]},"o":{"x":[0.79],"y":[0]},"n":["0p39_1_0p79_0"],"t":15.2,"s":[59],"e":[146]},{"i":{"x":[0.39],"y":[1]},"o":{"x":[0.79],"y":[0]},"n":["0p39_1_0p79_0"],"t":25.333,"s":[146],"e":[59]},{"i":{"x":[0.39],"y":[1]},"o":{"x":[0.79],"y":[0]},"n":["0p39_1_0p79_0"],"t":30.4,"s":[59],"e":[146]},{"i":{"x":[0.39],"y":[1]},"o":{"x":[0.79],"y":[0]},"n":["0p39_1_0p79_0"],"t":40.533,"s":[146],"e":[59]},{"i":{"x":[0.39],"y":[1]},"o":{"x":[0.79],"y":[0]},"n":["0p39_1_0p79_0"],"t":45.6,"s":[59],"e":[146]},{"i":{"x":[0.39],"y":[1]},"o":{"x":[0.79],"y":[0]},"n":["0p39_1_0p79_0"],"t":55.733,"s":[146],"e":[59]},{"i":{"x":[0.39],"y":[1]},"o":{"x":[0.79],"y":[0]},"n":["0p39_1_0p79_0"],"t":60.8,"s":[59],"e":[146]},{"i":{"x":[0.39],"y":[1]},"o":{"x":[0.79],"y":[0]},"n":["0p39_1_0p79_0"],"t":70.933,"s":[146],"e":[59]},{"i":{"x":[0.39],"y":[1]},"o":{"x":[0.79],"y":[0]},"n":["0p39_1_0p79_0"],"t":76,"s":[59],"e":[146]},{"i":{"x":[0.39],"y":[1]},"o":{"x":[0.79],"y":[0]},"n":["0p39_1_0p79_0"],"t":86.133,"s":[146],"e":[59]},{"t":91.2}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.79,"y":0},"n":"0p833_0p833_0p79_0","t":0,"s":[0.267,50.477,0],"e":[-11.733,50.477,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.79,"y":0},"n":"0p833_1_0p79_0","t":10.133,"s":[-11.733,50.477,0],"e":[0.267,50.477,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.79,"y":0},"n":"0p833_0p833_0p79_0","t":15.2,"s":[0.267,50.477,0],"e":[-11.733,50.477,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.79,"y":0},"n":"0p833_1_0p79_0","t":25.333,"s":[-11.733,50.477,0],"e":[0.267,50.477,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.79,"y":0},"n":"0p833_0p833_0p79_0","t":30.4,"s":[0.267,50.477,0],"e":[-11.733,50.477,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.79,"y":0},"n":"0p833_1_0p79_0","t":40.533,"s":[-11.733,50.477,0],"e":[0.267,50.477,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.79,"y":0},"n":"0p833_0p833_0p79_0","t":45.6,"s":[0.267,50.477,0],"e":[-11.733,50.477,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.79,"y":0},"n":"0p833_1_0p79_0","t":55.733,"s":[-11.733,50.477,0],"e":[0.267,50.477,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.79,"y":0},"n":"0p833_0p833_0p79_0","t":60.8,"s":[0.267,50.477,0],"e":[-11.733,50.477,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.79,"y":0},"n":"0p833_1_0p79_0","t":70.933,"s":[-11.733,50.477,0],"e":[0.267,50.477,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.79,"y":0},"n":"0p833_0p833_0p79_0","t":76,"s":[0.267,50.477,0],"e":[-11.733,50.477,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.79,"y":0},"n":"0p833_1_0p79_0","t":86.133,"s":[-11.733,50.477,0],"e":[0.267,50.477,0],"to":[0,0,0],"ti":[0,0,0]},{"t":91.2}],"ix":2},"a":{"a":0,"k":[336.892,14.647,0],"ix":1},"s":{"a":0,"k":[-65,65,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.75,"y":0},"n":"0p833_0p833_0p75_0","t":0,"s":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[0,0]],"o":[[0.645,95.54],[95.692,0],[0,0],[0,0]],"v":[[-173.975,-86.397],[0,86.397],[173.975,-86.397],[3.736,-86.397]],"c":true}],"e":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[85.898,2.602]],"o":[[0.645,95.54],[95.692,0],[0,0],[-85.898,-2.602]],"v":[[-173.975,-86.397],[38.84,95.215],[173.975,-86.397],[-8.097,-44.775]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5.742,"s":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[85.898,2.602]],"o":[[0.645,95.54],[95.692,0],[0,0],[-85.898,-2.602]],"v":[[-173.975,-86.397],[38.84,95.215],[173.975,-86.397],[-8.097,-44.775]],"c":true}],"e":[{"i":[[-24.545,-97.308],[-33.816,0],[-8.099,99.396],[30.355,0.919]],"o":[[24.545,97.308],[33.816,0],[0,0],[-30.355,-0.919]],"v":[[9.497,81.606],[126.549,226.875],[186.89,-79.109],[23.772,-83.224]],"c":true}]},{"i":{"x":0.39,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p39_1_0p167_0p167","t":7.656,"s":[{"i":[[-24.545,-97.308],[-33.816,0],[-8.099,99.396],[30.355,0.919]],"o":[[24.545,97.308],[33.816,0],[0,0],[-30.355,-0.919]],"v":[[9.497,81.606],[126.549,226.875],[186.89,-79.109],[23.772,-83.224]],"c":true}],"e":[{"i":[[-32.666,-125.331],[0,0],[-12.173,101.503],[0,0]],"o":[[32.666,125.331],[0,0],[0,0],[0,0]],"v":[[34.21,123.997],[161.316,256.65],[193.949,-75.126],[41.189,-104.236]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.75,"y":0},"n":"0p833_0p833_0p75_0","t":10.133,"s":[{"i":[[-32.666,-125.331],[0,0],[-12.173,101.503],[0,0]],"o":[[32.666,125.331],[0,0],[0,0],[0,0]],"v":[[34.21,123.997],[161.316,256.65],[193.949,-75.126],[41.189,-104.236]],"c":true}],"e":[{"i":[[-21.953,-84.231],[-31.381,0],[-8.392,99.548],[28.169,0.853]],"o":[[22.165,115.562],[31.381,0],[0,0],[-28.169,-0.853]],"v":[[5.328,68.178],[121.151,203.71],[187.398,-78.822],[25.027,-84.737]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11.541,"s":[{"i":[[-21.953,-84.231],[-31.381,0],[-8.392,99.548],[28.169,0.853]],"o":[[22.165,115.562],[31.381,0],[0,0],[-28.169,-0.853]],"v":[[5.328,68.178],[121.151,203.71],[187.398,-78.822],[25.027,-84.737]],"c":true}],"e":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[85.898,2.602]],"o":[[0.645,95.54],[95.692,0],[0,0],[-85.898,-2.602]],"v":[[-173.975,-86.397],[38.84,95.215],[173.975,-86.397],[-8.097,-44.775]],"c":true}]},{"i":{"x":0.39,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p39_1_0p167_0p167","t":13.005,"s":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[85.898,2.602]],"o":[[0.645,95.54],[95.692,0],[0,0],[-85.898,-2.602]],"v":[[-173.975,-86.397],[38.84,95.215],[173.975,-86.397],[-8.097,-44.775]],"c":true}],"e":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[0,0]],"o":[[0.645,95.54],[95.692,0],[0,0],[0,0]],"v":[[-173.975,-86.397],[0,86.397],[173.975,-86.397],[3.736,-86.397]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.75,"y":0},"n":"0p833_0p833_0p75_0","t":15.2,"s":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[0,0]],"o":[[0.645,95.54],[95.692,0],[0,0],[0,0]],"v":[[-173.975,-86.397],[0,86.397],[173.975,-86.397],[3.736,-86.397]],"c":true}],"e":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[85.898,2.602]],"o":[[0.645,95.54],[95.692,0],[0,0],[-85.898,-2.602]],"v":[[-173.975,-86.397],[38.84,95.215],[173.975,-86.397],[-8.097,-44.775]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20.942,"s":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[85.898,2.602]],"o":[[0.645,95.54],[95.692,0],[0,0],[-85.898,-2.602]],"v":[[-173.975,-86.397],[38.84,95.215],[173.975,-86.397],[-8.097,-44.775]],"c":true}],"e":[{"i":[[-24.545,-97.308],[-33.816,0],[-8.099,99.396],[30.355,0.919]],"o":[[24.545,97.308],[33.816,0],[0,0],[-30.355,-0.919]],"v":[[9.497,81.606],[126.549,226.875],[186.89,-79.109],[23.772,-83.224]],"c":true}]},{"i":{"x":0.39,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p39_1_0p167_0p167","t":22.856,"s":[{"i":[[-24.545,-97.308],[-33.816,0],[-8.099,99.396],[30.355,0.919]],"o":[[24.545,97.308],[33.816,0],[0,0],[-30.355,-0.919]],"v":[[9.497,81.606],[126.549,226.875],[186.89,-79.109],[23.772,-83.224]],"c":true}],"e":[{"i":[[-32.666,-125.331],[0,0],[-12.173,101.503],[0,0]],"o":[[32.666,125.331],[0,0],[0,0],[0,0]],"v":[[34.21,123.997],[161.316,256.65],[193.949,-75.126],[41.189,-104.236]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.75,"y":0},"n":"0p833_0p833_0p75_0","t":25.333,"s":[{"i":[[-32.666,-125.331],[0,0],[-12.173,101.503],[0,0]],"o":[[32.666,125.331],[0,0],[0,0],[0,0]],"v":[[34.21,123.997],[161.316,256.65],[193.949,-75.126],[41.189,-104.236]],"c":true}],"e":[{"i":[[-21.953,-84.231],[-31.381,0],[-8.392,99.548],[28.169,0.853]],"o":[[22.165,115.562],[31.381,0],[0,0],[-28.169,-0.853]],"v":[[5.328,68.178],[121.151,203.71],[187.398,-78.822],[25.027,-84.737]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26.741,"s":[{"i":[[-21.953,-84.231],[-31.381,0],[-8.392,99.548],[28.169,0.853]],"o":[[22.165,115.562],[31.381,0],[0,0],[-28.169,-0.853]],"v":[[5.328,68.178],[121.151,203.71],[187.398,-78.822],[25.027,-84.737]],"c":true}],"e":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[85.898,2.602]],"o":[[0.645,95.54],[95.692,0],[0,0],[-85.898,-2.602]],"v":[[-173.975,-86.397],[38.84,95.215],[173.975,-86.397],[-8.097,-44.775]],"c":true}]},{"i":{"x":0.39,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p39_1_0p167_0p167","t":28.205,"s":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[85.898,2.602]],"o":[[0.645,95.54],[95.692,0],[0,0],[-85.898,-2.602]],"v":[[-173.975,-86.397],[38.84,95.215],[173.975,-86.397],[-8.097,-44.775]],"c":true}],"e":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[0,0]],"o":[[0.645,95.54],[95.692,0],[0,0],[0,0]],"v":[[-173.975,-86.397],[0,86.397],[173.975,-86.397],[3.736,-86.397]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.75,"y":0},"n":"0p833_0p833_0p75_0","t":30.4,"s":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[0,0]],"o":[[0.645,95.54],[95.692,0],[0,0],[0,0]],"v":[[-173.975,-86.397],[0,86.397],[173.975,-86.397],[3.736,-86.397]],"c":true}],"e":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[85.898,2.602]],"o":[[0.645,95.54],[95.692,0],[0,0],[-85.898,-2.602]],"v":[[-173.975,-86.397],[38.84,95.215],[173.975,-86.397],[-8.097,-44.775]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":36.142,"s":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[85.898,2.602]],"o":[[0.645,95.54],[95.692,0],[0,0],[-85.898,-2.602]],"v":[[-173.975,-86.397],[38.84,95.215],[173.975,-86.397],[-8.097,-44.775]],"c":true}],"e":[{"i":[[-24.545,-97.308],[-33.816,0],[-8.099,99.396],[30.355,0.919]],"o":[[24.545,97.308],[33.816,0],[0,0],[-30.355,-0.919]],"v":[[9.497,81.606],[126.549,226.875],[186.89,-79.109],[23.772,-83.224]],"c":true}]},{"i":{"x":0.39,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p39_1_0p167_0p167","t":38.056,"s":[{"i":[[-24.545,-97.308],[-33.816,0],[-8.099,99.396],[30.355,0.919]],"o":[[24.545,97.308],[33.816,0],[0,0],[-30.355,-0.919]],"v":[[9.497,81.606],[126.549,226.875],[186.89,-79.109],[23.772,-83.224]],"c":true}],"e":[{"i":[[-32.666,-125.331],[0,0],[-12.173,101.503],[0,0]],"o":[[32.666,125.331],[0,0],[0,0],[0,0]],"v":[[34.21,123.997],[161.316,256.65],[193.949,-75.126],[41.189,-104.236]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.75,"y":0},"n":"0p833_0p833_0p75_0","t":40.533,"s":[{"i":[[-32.666,-125.331],[0,0],[-12.173,101.503],[0,0]],"o":[[32.666,125.331],[0,0],[0,0],[0,0]],"v":[[34.21,123.997],[161.316,256.65],[193.949,-75.126],[41.189,-104.236]],"c":true}],"e":[{"i":[[-21.953,-84.231],[-31.381,0],[-8.392,99.548],[28.169,0.853]],"o":[[22.165,115.562],[31.381,0],[0,0],[-28.169,-0.853]],"v":[[5.328,68.178],[121.151,203.71],[187.398,-78.822],[25.027,-84.737]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41.941,"s":[{"i":[[-21.953,-84.231],[-31.381,0],[-8.392,99.548],[28.169,0.853]],"o":[[22.165,115.562],[31.381,0],[0,0],[-28.169,-0.853]],"v":[[5.328,68.178],[121.151,203.71],[187.398,-78.822],[25.027,-84.737]],"c":true}],"e":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[85.898,2.602]],"o":[[0.645,95.54],[95.692,0],[0,0],[-85.898,-2.602]],"v":[[-173.975,-86.397],[38.84,95.215],[173.975,-86.397],[-8.097,-44.775]],"c":true}]},{"i":{"x":0.39,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p39_1_0p167_0p167","t":43.405,"s":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[85.898,2.602]],"o":[[0.645,95.54],[95.692,0],[0,0],[-85.898,-2.602]],"v":[[-173.975,-86.397],[38.84,95.215],[173.975,-86.397],[-8.097,-44.775]],"c":true}],"e":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[0,0]],"o":[[0.645,95.54],[95.692,0],[0,0],[0,0]],"v":[[-173.975,-86.397],[0,86.397],[173.975,-86.397],[3.736,-86.397]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.75,"y":0},"n":"0p833_0p833_0p75_0","t":45.6,"s":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[0,0]],"o":[[0.645,95.54],[95.692,0],[0,0],[0,0]],"v":[[-173.975,-86.397],[0,86.397],[173.975,-86.397],[3.736,-86.397]],"c":true}],"e":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[85.898,2.602]],"o":[[0.645,95.54],[95.692,0],[0,0],[-85.898,-2.602]],"v":[[-173.975,-86.397],[38.84,95.215],[173.975,-86.397],[-8.097,-44.775]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":51.342,"s":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[85.898,2.602]],"o":[[0.645,95.54],[95.692,0],[0,0],[-85.898,-2.602]],"v":[[-173.975,-86.397],[38.84,95.215],[173.975,-86.397],[-8.097,-44.775]],"c":true}],"e":[{"i":[[-24.545,-97.308],[-33.816,0],[-8.099,99.396],[30.355,0.919]],"o":[[24.545,97.308],[33.816,0],[0,0],[-30.355,-0.919]],"v":[[9.497,81.606],[126.549,226.875],[186.89,-79.109],[23.772,-83.224]],"c":true}]},{"i":{"x":0.39,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p39_1_0p167_0p167","t":53.256,"s":[{"i":[[-24.545,-97.308],[-33.816,0],[-8.099,99.396],[30.355,0.919]],"o":[[24.545,97.308],[33.816,0],[0,0],[-30.355,-0.919]],"v":[[9.497,81.606],[126.549,226.875],[186.89,-79.109],[23.772,-83.224]],"c":true}],"e":[{"i":[[-32.666,-125.331],[0,0],[-12.173,101.503],[0,0]],"o":[[32.666,125.331],[0,0],[0,0],[0,0]],"v":[[34.21,123.997],[161.316,256.65],[193.949,-75.126],[41.189,-104.236]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.75,"y":0},"n":"0p833_0p833_0p75_0","t":55.733,"s":[{"i":[[-32.666,-125.331],[0,0],[-12.173,101.503],[0,0]],"o":[[32.666,125.331],[0,0],[0,0],[0,0]],"v":[[34.21,123.997],[161.316,256.65],[193.949,-75.126],[41.189,-104.236]],"c":true}],"e":[{"i":[[-21.953,-84.231],[-31.381,0],[-8.392,99.548],[28.169,0.853]],"o":[[22.165,115.562],[31.381,0],[0,0],[-28.169,-0.853]],"v":[[5.328,68.178],[121.151,203.71],[187.398,-78.822],[25.027,-84.737]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":57.141,"s":[{"i":[[-21.953,-84.231],[-31.381,0],[-8.392,99.548],[28.169,0.853]],"o":[[22.165,115.562],[31.381,0],[0,0],[-28.169,-0.853]],"v":[[5.328,68.178],[121.151,203.71],[187.398,-78.822],[25.027,-84.737]],"c":true}],"e":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[85.898,2.602]],"o":[[0.645,95.54],[95.692,0],[0,0],[-85.898,-2.602]],"v":[[-173.975,-86.397],[38.84,95.215],[173.975,-86.397],[-8.097,-44.775]],"c":true}]},{"i":{"x":0.39,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p39_1_0p167_0p167","t":58.605,"s":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[85.898,2.602]],"o":[[0.645,95.54],[95.692,0],[0,0],[-85.898,-2.602]],"v":[[-173.975,-86.397],[38.84,95.215],[173.975,-86.397],[-8.097,-44.775]],"c":true}],"e":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[0,0]],"o":[[0.645,95.54],[95.692,0],[0,0],[0,0]],"v":[[-173.975,-86.397],[0,86.397],[173.975,-86.397],[3.736,-86.397]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.75,"y":0},"n":"0p833_0p833_0p75_0","t":60.8,"s":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[0,0]],"o":[[0.645,95.54],[95.692,0],[0,0],[0,0]],"v":[[-173.975,-86.397],[0,86.397],[173.975,-86.397],[3.736,-86.397]],"c":true}],"e":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[85.898,2.602]],"o":[[0.645,95.54],[95.692,0],[0,0],[-85.898,-2.602]],"v":[[-173.975,-86.397],[38.84,95.215],[173.975,-86.397],[-8.097,-44.775]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":66.542,"s":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[85.898,2.602]],"o":[[0.645,95.54],[95.692,0],[0,0],[-85.898,-2.602]],"v":[[-173.975,-86.397],[38.84,95.215],[173.975,-86.397],[-8.097,-44.775]],"c":true}],"e":[{"i":[[-24.545,-97.308],[-33.816,0],[-8.099,99.396],[30.355,0.919]],"o":[[24.545,97.308],[33.816,0],[0,0],[-30.355,-0.919]],"v":[[9.497,81.606],[126.549,226.875],[186.89,-79.109],[23.772,-83.224]],"c":true}]},{"i":{"x":0.39,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p39_1_0p167_0p167","t":68.456,"s":[{"i":[[-24.545,-97.308],[-33.816,0],[-8.099,99.396],[30.355,0.919]],"o":[[24.545,97.308],[33.816,0],[0,0],[-30.355,-0.919]],"v":[[9.497,81.606],[126.549,226.875],[186.89,-79.109],[23.772,-83.224]],"c":true}],"e":[{"i":[[-32.666,-125.331],[0,0],[-12.173,101.503],[0,0]],"o":[[32.666,125.331],[0,0],[0,0],[0,0]],"v":[[34.21,123.997],[161.316,256.65],[193.949,-75.126],[41.189,-104.236]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.75,"y":0},"n":"0p833_0p833_0p75_0","t":70.933,"s":[{"i":[[-32.666,-125.331],[0,0],[-12.173,101.503],[0,0]],"o":[[32.666,125.331],[0,0],[0,0],[0,0]],"v":[[34.21,123.997],[161.316,256.65],[193.949,-75.126],[41.189,-104.236]],"c":true}],"e":[{"i":[[-21.953,-84.231],[-31.381,0],[-8.392,99.548],[28.169,0.853]],"o":[[22.165,115.562],[31.381,0],[0,0],[-28.169,-0.853]],"v":[[5.328,68.178],[121.151,203.71],[187.398,-78.822],[25.027,-84.737]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":72.341,"s":[{"i":[[-21.953,-84.231],[-31.381,0],[-8.392,99.548],[28.169,0.853]],"o":[[22.165,115.562],[31.381,0],[0,0],[-28.169,-0.853]],"v":[[5.328,68.178],[121.151,203.71],[187.398,-78.822],[25.027,-84.737]],"c":true}],"e":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[85.898,2.602]],"o":[[0.645,95.54],[95.692,0],[0,0],[-85.898,-2.602]],"v":[[-173.975,-86.397],[38.84,95.215],[173.975,-86.397],[-8.097,-44.775]],"c":true}]},{"i":{"x":0.39,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p39_1_0p167_0p167","t":73.805,"s":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[85.898,2.602]],"o":[[0.645,95.54],[95.692,0],[0,0],[-85.898,-2.602]],"v":[[-173.975,-86.397],[38.84,95.215],[173.975,-86.397],[-8.097,-44.775]],"c":true}],"e":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[0,0]],"o":[[0.645,95.54],[95.692,0],[0,0],[0,0]],"v":[[-173.975,-86.397],[0,86.397],[173.975,-86.397],[3.736,-86.397]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.75,"y":0},"n":"0p833_0p833_0p75_0","t":76,"s":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[0,0]],"o":[[0.645,95.54],[95.692,0],[0,0],[0,0]],"v":[[-173.975,-86.397],[0,86.397],[173.975,-86.397],[3.736,-86.397]],"c":true}],"e":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[85.898,2.602]],"o":[[0.645,95.54],[95.692,0],[0,0],[-85.898,-2.602]],"v":[[-173.975,-86.397],[38.84,95.215],[173.975,-86.397],[-8.097,-44.775]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":81.742,"s":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[85.898,2.602]],"o":[[0.645,95.54],[95.692,0],[0,0],[-85.898,-2.602]],"v":[[-173.975,-86.397],[38.84,95.215],[173.975,-86.397],[-8.097,-44.775]],"c":true}],"e":[{"i":[[-24.545,-97.308],[-33.816,0],[-8.099,99.396],[30.355,0.919]],"o":[[24.545,97.308],[33.816,0],[0,0],[-30.355,-0.919]],"v":[[9.497,81.606],[126.549,226.875],[186.89,-79.109],[23.772,-83.224]],"c":true}]},{"i":{"x":0.39,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p39_1_0p167_0p167","t":83.656,"s":[{"i":[[-24.545,-97.308],[-33.816,0],[-8.099,99.396],[30.355,0.919]],"o":[[24.545,97.308],[33.816,0],[0,0],[-30.355,-0.919]],"v":[[9.497,81.606],[126.549,226.875],[186.89,-79.109],[23.772,-83.224]],"c":true}],"e":[{"i":[[-32.666,-125.331],[0,0],[-12.173,101.503],[0,0]],"o":[[32.666,125.331],[0,0],[0,0],[0,0]],"v":[[34.21,123.997],[161.316,256.65],[193.949,-75.126],[41.189,-104.236]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.75,"y":0},"n":"0p833_0p833_0p75_0","t":86.133,"s":[{"i":[[-32.666,-125.331],[0,0],[-12.173,101.503],[0,0]],"o":[[32.666,125.331],[0,0],[0,0],[0,0]],"v":[[34.21,123.997],[161.316,256.65],[193.949,-75.126],[41.189,-104.236]],"c":true}],"e":[{"i":[[-21.953,-84.231],[-31.381,0],[-8.392,99.548],[28.169,0.853]],"o":[[22.165,115.562],[31.381,0],[0,0],[-28.169,-0.853]],"v":[[5.328,68.178],[121.151,203.71],[187.398,-78.822],[25.027,-84.737]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":87.541,"s":[{"i":[[-21.953,-84.231],[-31.381,0],[-8.392,99.548],[28.169,0.853]],"o":[[22.165,115.562],[31.381,0],[0,0],[-28.169,-0.853]],"v":[[5.328,68.178],[121.151,203.71],[187.398,-78.822],[25.027,-84.737]],"c":true}],"e":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[85.898,2.602]],"o":[[0.645,95.54],[95.692,0],[0,0],[-85.898,-2.602]],"v":[[-173.975,-86.397],[38.84,95.215],[173.975,-86.397],[-8.097,-44.775]],"c":true}]},{"i":{"x":0.39,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p39_1_0p167_0p167","t":89.005,"s":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[85.898,2.602]],"o":[[0.645,95.54],[95.692,0],[0,0],[-85.898,-2.602]],"v":[[-173.975,-86.397],[38.84,95.215],[173.975,-86.397],[-8.097,-44.775]],"c":true}],"e":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[0,0]],"o":[[0.645,95.54],[95.692,0],[0,0],[0,0]],"v":[[-173.975,-86.397],[0,86.397],[173.975,-86.397],[3.736,-86.397]],"c":true}]},{"t":91.2}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152941176471,0.2,0.239215686275,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[174.225,86.647],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":91.2,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Top Beak Outlines","parent":13,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.26],"y":[1]},"o":{"x":[0.55],"y":[0]},"n":["0p26_1_0p55_0"],"t":2.109,"s":[0],"e":[-68]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":8.727,"s":[-68],"e":[-62]},{"i":{"x":[0.25],"y":[1]},"o":{"x":[0.161],"y":[0]},"n":["0p25_1_0p161_0"],"t":12.8,"s":[-62],"e":[-62]},{"i":{"x":[0.25],"y":[1]},"o":{"x":[0.396],"y":[0]},"n":["0p25_1_0p396_0"],"t":72,"s":[-62],"e":[-68]},{"i":{"x":[0.25],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p25_1_0p167_0"],"t":75.2,"s":[-68],"e":[0]},{"t":80}],"ix":10},"p":{"a":0,"k":[14.53,13.181,0],"ix":2},"a":{"a":0,"k":[7.365,40.329,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[19.537,0],[0,0],[0,-19.537],[0,0],[0,0],[0,0]],"o":[[0,0],[-19.537,0],[0,0],[0,0],[0,0],[0,-19.537]],"v":[[114.406,-21.413],[-114.407,-21.413],[-149.782,13.962],[-149.782,21.413],[149.781,21.413],[149.781,13.962]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.337000020345,0.258999992819,0.426999978458,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[150.031,21.663],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":91.2,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Bottom Beak Outlines","parent":15,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.26],"y":[1]},"o":{"x":[0.55],"y":[0]},"n":["0p26_1_0p55_0"],"t":1.6,"s":[0],"e":[18]},{"i":{"x":[0.26],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p26_1_0p167_0"],"t":8.8,"s":[18],"e":[18]},{"i":{"x":[0.26],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p26_1_0p167_0"],"t":72,"s":[18],"e":[0]},{"t":77.6}],"ix":10},"p":{"a":0,"k":[112.476,79.031,0],"ix":2},"a":{"a":0,"k":[10.209,15.628,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-77.12,0],[-0.52,76.997]],"o":[[0.52,76.997],[77.119,0],[0,0]],"v":[[-140.209,-69.629],[0,69.629],[140.209,-69.629]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.152999997606,0.2,0.238999998803,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.569000004787,0.866999966491,0.776000019148,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[150.209,79.629],"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":91.2,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"small mask 2","parent":15,"td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":8.868,"ix":10},"p":{"a":0,"k":[162.027,67.974,0],"ix":2},"a":{"a":0,"k":[38.875,-61.949,0],"ix":1},"s":{"a":0,"k":[133.333,133.333,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[53.75,31.898],"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.337254991718,0.2588239782,0.427451010311,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952940996955,0.941175991881,0.921568986481,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[38.875,-61.949],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":91.2,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"Head","parent":17,"tt":2,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.52],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p52_1_0p167_0p167"],"t":0,"s":[3],"e":[5]},{"i":{"x":[0.52],"y":[1]},"o":{"x":[0.48],"y":[0]},"n":["0p52_1_0p48_0"],"t":4.222,"s":[5],"e":[-6]},{"i":{"x":[0.833],"y":[0.909]},"o":{"x":[0.48],"y":[0]},"n":["0p833_0p909_0p48_0"],"t":11.822,"s":[-6],"e":[3]},{"i":{"x":[0.52],"y":[1]},"o":{"x":[0.167],"y":[0.509]},"n":["0p52_1_0p167_0p509"],"t":15.2,"s":[3],"e":[5]},{"i":{"x":[0.52],"y":[1]},"o":{"x":[0.48],"y":[0]},"n":["0p52_1_0p48_0"],"t":19.422,"s":[5],"e":[-6]},{"i":{"x":[0.833],"y":[0.909]},"o":{"x":[0.48],"y":[0]},"n":["0p833_0p909_0p48_0"],"t":27.022,"s":[-6],"e":[3]},{"i":{"x":[0.52],"y":[1]},"o":{"x":[0.167],"y":[0.509]},"n":["0p52_1_0p167_0p509"],"t":30.4,"s":[3],"e":[5]},{"i":{"x":[0.52],"y":[1]},"o":{"x":[0.48],"y":[0]},"n":["0p52_1_0p48_0"],"t":34.622,"s":[5],"e":[-6]},{"i":{"x":[0.833],"y":[0.909]},"o":{"x":[0.48],"y":[0]},"n":["0p833_0p909_0p48_0"],"t":42.222,"s":[-6],"e":[3]},{"i":{"x":[0.52],"y":[1]},"o":{"x":[0.167],"y":[0.509]},"n":["0p52_1_0p167_0p509"],"t":45.6,"s":[3],"e":[5]},{"i":{"x":[0.52],"y":[1]},"o":{"x":[0.48],"y":[0]},"n":["0p52_1_0p48_0"],"t":49.822,"s":[5],"e":[-6]},{"i":{"x":[0.833],"y":[0.909]},"o":{"x":[0.48],"y":[0]},"n":["0p833_0p909_0p48_0"],"t":57.422,"s":[-6],"e":[3]},{"i":{"x":[0.52],"y":[1]},"o":{"x":[0.167],"y":[0.509]},"n":["0p52_1_0p167_0p509"],"t":60.8,"s":[3],"e":[5]},{"i":{"x":[0.52],"y":[1]},"o":{"x":[0.48],"y":[0]},"n":["0p52_1_0p48_0"],"t":65.022,"s":[5],"e":[-6]},{"i":{"x":[0.833],"y":[0.909]},"o":{"x":[0.48],"y":[0]},"n":["0p833_0p909_0p48_0"],"t":72.622,"s":[-6],"e":[3]},{"i":{"x":[0.52],"y":[1]},"o":{"x":[0.167],"y":[0.509]},"n":["0p52_1_0p167_0p509"],"t":76,"s":[3],"e":[5]},{"i":{"x":[0.52],"y":[1]},"o":{"x":[0.48],"y":[0]},"n":["0p52_1_0p48_0"],"t":80.222,"s":[5],"e":[-6]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.48],"y":[0]},"n":["0p833_0p833_0p48_0"],"t":87.822,"s":[-6],"e":[3]},{"t":91.2}],"ix":10},"p":{"a":0,"k":[16.908,51.505,0],"ix":2},"a":{"a":0,"k":[16.908,51.505,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,5.418],[5.418,0],[0,-5.418],[-5.418,0]],"o":[[0,-5.418],[-5.418,0],[0,5.418],[5.418,0]],"v":[[9.81,0],[0,-9.81],[-9.81,0],[0,9.81]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152999997606,0.2,0.238999998803,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.35,"y":1},"o":{"x":0.167,"y":0.075},"n":"0p35_1_0p167_0p075","t":2.4,"s":[93.656,43.492],"e":[80.656,43.492],"to":[0,0],"ti":[0,0]},{"i":{"x":0.35,"y":0.35},"o":{"x":0.167,"y":0.167},"n":"0p35_0p35_0p167_0p167","t":9.6,"s":[80.656,43.492],"e":[80.656,43.492],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":76.8,"s":[80.656,43.492],"e":[93.656,43.492],"to":[0,0],"ti":[0,0]},{"t":80.8}],"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":"Group 1","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-34.333],[-34.333,0],[0,34.333],[34.333,0]],"o":[[0,34.333],[34.333,0],[0,-34.333],[-34.333,0]],"v":[[-62.166,0],[0,62.166],[62.166,0],[0,-62.166]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.941000007181,0.922000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[78.067,62.416],"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":"Group 2","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-5.557,0],[0,0]],"o":[[0,0],[-2.85,4.769],[0,0],[0,0]],"v":[[10.193,-21.154],[-8.623,10.328],[-2.48,21.154],[11.473,21.154]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.941000007181,0.922000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[11.723,57.927],"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":"Group 4","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":91.2,"st":0,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"small mask","parent":15,"td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":8.868,"ix":10},"p":{"a":0,"k":[157.188,77.464,0],"ix":2},"a":{"a":0,"k":[38.875,-61.949,0],"ix":1},"s":{"a":0,"k":[133.333,133.333,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[53.75,31.898],"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.337254991718,0.2588239782,0.427451010311,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952940996955,0.941175991881,0.921568986481,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[38.875,-61.949],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":91.2,"st":0,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"Neck","parent":10,"tt":2,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.35],"y":[1]},"o":{"x":[0.167],"y":[0.137]},"n":["0p35_1_0p167_0p137"],"t":0,"s":[0],"e":[-24]},{"i":{"x":[0.35],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p35_1_0p167_0"],"t":23.2,"s":[-24],"e":[-24]},{"i":{"x":[0.35],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p35_1_0p167_0"],"t":75.2,"s":[-24],"e":[0]},{"t":84.8}],"ix":10},"p":{"a":0,"k":[8.184,36.832,0],"ix":2},"a":{"a":0,"k":[20.509,191.313,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-31.721,0],[0,31.721]],"o":[[0,0],[0,0],[0,31.721],[31.721,0],[0,0]],"v":[[57.436,-96.172],[-57.436,-96.172],[-57.436,38.736],[0,96.172],[57.436,38.736]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.941000007181,0.922000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[77.216,158.588],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":91.2,"st":0,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"Front Leg Outlines","parent":10,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.42],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p42_1_0p167_0p167"],"t":0,"s":[2.178],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3.378,"s":[3],"e":[22.178]},{"i":{"x":[0.833],"y":[0.932]},"o":{"x":[0.25],"y":[0]},"n":["0p833_0p932_0p25_0"],"t":12.667,"s":[22.178],"e":[2.178]},{"i":{"x":[0.42],"y":[1]},"o":{"x":[0.167],"y":[-2.223]},"n":["0p42_1_0p167_-2p223"],"t":15.2,"s":[2.178],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18.578,"s":[3],"e":[22.178]},{"i":{"x":[0.833],"y":[0.932]},"o":{"x":[0.25],"y":[0]},"n":["0p833_0p932_0p25_0"],"t":27.867,"s":[22.178],"e":[2.178]},{"i":{"x":[0.42],"y":[1]},"o":{"x":[0.167],"y":[-2.223]},"n":["0p42_1_0p167_-2p223"],"t":30.4,"s":[2.178],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":33.778,"s":[3],"e":[22.178]},{"i":{"x":[0.833],"y":[0.932]},"o":{"x":[0.25],"y":[0]},"n":["0p833_0p932_0p25_0"],"t":43.067,"s":[22.178],"e":[2.178]},{"i":{"x":[0.42],"y":[1]},"o":{"x":[0.167],"y":[-2.223]},"n":["0p42_1_0p167_-2p223"],"t":45.6,"s":[2.178],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":48.978,"s":[3],"e":[22.178]},{"i":{"x":[0.833],"y":[0.932]},"o":{"x":[0.25],"y":[0]},"n":["0p833_0p932_0p25_0"],"t":58.267,"s":[22.178],"e":[2.178]},{"i":{"x":[0.42],"y":[1]},"o":{"x":[0.167],"y":[-2.223]},"n":["0p42_1_0p167_-2p223"],"t":60.8,"s":[2.178],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":64.178,"s":[3],"e":[22.178]},{"i":{"x":[0.833],"y":[0.932]},"o":{"x":[0.25],"y":[0]},"n":["0p833_0p932_0p25_0"],"t":73.467,"s":[22.178],"e":[2.178]},{"i":{"x":[0.42],"y":[1]},"o":{"x":[0.167],"y":[-2.223]},"n":["0p42_1_0p167_-2p223"],"t":76,"s":[2.178],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":79.378,"s":[3],"e":[22.178]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.25],"y":[0]},"n":["0p833_0p833_0p25_0"],"t":88.667,"s":[22.178],"e":[2.178]},{"t":91.2}],"ix":10},"p":{"a":0,"k":[-99.14,166.91,0],"ix":2},"a":{"a":0,"k":[65.762,6.163,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-5.577,-6.966],[0,0],[0.694,-2.36],[3.024,0.418],[0,0],[0.975,-2.897],[3.412,2.33],[0.591,1.594],[0,0]],"o":[[0,0],[1.688,2.108],[-0.861,2.928],[0,0],[-3.028,-0.418],[-1.319,3.917],[-1.291,-0.881],[0,0],[-3.103,-8.367]],"v":[[-7.838,-25.886],[22.348,11.824],[23.751,18.958],[16.853,23.219],[14.624,22.911],[7.724,27.182],[-1.725,30.521],[-4.652,26.768],[-21.342,-18.242]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152999997606,0.2,0.238999998803,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[15.31,60.893],"ix":2},"a":{"a":0,"k":[-9.385,-16.997],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":1,"k":[{"i":{"x":[0.42],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p42_1_0p167_0p167"],"t":0,"s":[6],"e":[19]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2.533,"s":[19],"e":[-25]},{"i":{"x":[0.833],"y":[0.882]},"o":{"x":[0.25],"y":[0]},"n":["0p833_0p882_0p25_0"],"t":12.667,"s":[-25],"e":[6]},{"i":{"x":[0.42],"y":[1]},"o":{"x":[0.167],"y":[0.282]},"n":["0p42_1_0p167_0p282"],"t":15.2,"s":[6],"e":[19]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":17.733,"s":[19],"e":[-25]},{"i":{"x":[0.833],"y":[0.882]},"o":{"x":[0.25],"y":[0]},"n":["0p833_0p882_0p25_0"],"t":27.867,"s":[-25],"e":[6]},{"i":{"x":[0.42],"y":[1]},"o":{"x":[0.167],"y":[0.282]},"n":["0p42_1_0p167_0p282"],"t":30.4,"s":[6],"e":[19]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":32.933,"s":[19],"e":[-25]},{"i":{"x":[0.833],"y":[0.882]},"o":{"x":[0.25],"y":[0]},"n":["0p833_0p882_0p25_0"],"t":43.067,"s":[-25],"e":[6]},{"i":{"x":[0.42],"y":[1]},"o":{"x":[0.167],"y":[0.282]},"n":["0p42_1_0p167_0p282"],"t":45.6,"s":[6],"e":[19]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":48.133,"s":[19],"e":[-25]},{"i":{"x":[0.833],"y":[0.882]},"o":{"x":[0.25],"y":[0]},"n":["0p833_0p882_0p25_0"],"t":58.267,"s":[-25],"e":[6]},{"i":{"x":[0.42],"y":[1]},"o":{"x":[0.167],"y":[0.282]},"n":["0p42_1_0p167_0p282"],"t":60.8,"s":[6],"e":[19]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":63.333,"s":[19],"e":[-25]},{"i":{"x":[0.833],"y":[0.882]},"o":{"x":[0.25],"y":[0]},"n":["0p833_0p882_0p25_0"],"t":73.467,"s":[-25],"e":[6]},{"i":{"x":[0.42],"y":[1]},"o":{"x":[0.167],"y":[0.282]},"n":["0p42_1_0p167_0p282"],"t":76,"s":[6],"e":[19]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":78.533,"s":[19],"e":[-25]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.25],"y":[0]},"n":["0p833_0p833_0p25_0"],"t":88.667,"s":[-25],"e":[6]},{"t":91.2}],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.75,2.75],[0,0],[-2.75,2.75],[0,0],[-2.75,-2.75],[2.75,-2.75],[0,0]],"o":[[0,0],[-2.75,-2.75],[0,0],[2.75,-2.75],[2.75,2.75],[0,0],[-2.75,2.75]],"v":[[-31.045,31.045],[-31.045,31.045],[-31.045,21.045],[21.045,-31.045],[31.045,-31.045],[31.045,-21.045],[-21.045,31.045]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152999997606,0.2,0.238999998803,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[41.478,34.045],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":91.2,"st":0,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"Bottom Body Outlines","parent":10,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-51.067,125.81,0],"ix":2},"a":{"a":0,"k":[174.225,86.647,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[73.071,73.071],"ix":2},"p":{"a":0,"k":[79,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.337254991718,0.2588239782,0.427451010311,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.941000007181,0.922000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[233.351,-3.486],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-95.692,0],[-0.645,95.54]],"o":[[0.645,95.54],[95.692,0],[0,0]],"v":[[-173.975,-86.397],[0,86.397],[173.975,-86.397]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.941000007181,0.922000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[174.225,86.647],"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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":91.2,"st":0,"bm":0},{"ddd":0,"ind":20,"ty":4,"nm":"Back Leg","parent":19,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.42],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p42_1_0p167_0p167"],"t":0,"s":[0.178],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5.067,"s":[3],"e":[22.178]},{"i":{"x":[0.833],"y":[0.964]},"o":{"x":[0.36],"y":[0]},"n":["0p833_0p964_0p36_0"],"t":13.511,"s":[22.178],"e":[0.178]},{"i":{"x":[0.42],"y":[1]},"o":{"x":[0.167],"y":[-0.85]},"n":["0p42_1_0p167_-0p85"],"t":15.2,"s":[0.178],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20.267,"s":[3],"e":[22.178]},{"i":{"x":[0.833],"y":[0.964]},"o":{"x":[0.36],"y":[0]},"n":["0p833_0p964_0p36_0"],"t":28.711,"s":[22.178],"e":[0.178]},{"i":{"x":[0.42],"y":[1]},"o":{"x":[0.167],"y":[-0.85]},"n":["0p42_1_0p167_-0p85"],"t":30.4,"s":[0.178],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35.467,"s":[3],"e":[22.178]},{"i":{"x":[0.833],"y":[0.964]},"o":{"x":[0.36],"y":[0]},"n":["0p833_0p964_0p36_0"],"t":43.911,"s":[22.178],"e":[0.178]},{"i":{"x":[0.42],"y":[1]},"o":{"x":[0.167],"y":[-0.85]},"n":["0p42_1_0p167_-0p85"],"t":45.6,"s":[0.178],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":50.667,"s":[3],"e":[22.178]},{"i":{"x":[0.833],"y":[0.964]},"o":{"x":[0.36],"y":[0]},"n":["0p833_0p964_0p36_0"],"t":59.111,"s":[22.178],"e":[0.178]},{"i":{"x":[0.42],"y":[1]},"o":{"x":[0.167],"y":[-0.85]},"n":["0p42_1_0p167_-0p85"],"t":60.8,"s":[0.178],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":65.867,"s":[3],"e":[22.178]},{"i":{"x":[0.833],"y":[0.964]},"o":{"x":[0.36],"y":[0]},"n":["0p833_0p964_0p36_0"],"t":74.311,"s":[22.178],"e":[0.178]},{"i":{"x":[0.42],"y":[1]},"o":{"x":[0.167],"y":[-0.85]},"n":["0p42_1_0p167_-0p85"],"t":76,"s":[0.178],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":81.067,"s":[3],"e":[22.178]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.36],"y":[0]},"n":["0p833_0p833_0p36_0"],"t":89.511,"s":[22.178],"e":[0.178]},{"t":91.2}],"ix":10},"p":{"a":0,"k":[182.152,135.748,0],"ix":2},"a":{"a":0,"k":[65.762,6.163,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-5.577,-6.966],[0,0],[0.694,-2.36],[3.024,0.418],[0,0],[0.975,-2.897],[3.412,2.33],[0.591,1.594],[0,0]],"o":[[0,0],[1.688,2.108],[-0.861,2.928],[0,0],[-3.028,-0.418],[-1.319,3.917],[-1.291,-0.881],[0,0],[-3.103,-8.367]],"v":[[-7.838,-25.886],[22.348,11.824],[23.751,18.958],[16.853,23.219],[14.624,22.911],[7.724,27.182],[-1.725,30.521],[-4.652,26.768],[-21.342,-18.242]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152999997606,0.2,0.238999998803,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[15.31,60.893],"ix":2},"a":{"a":0,"k":[-9.385,-16.997],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":1,"k":[{"i":{"x":[0.42],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p42_1_0p167_0p167"],"t":0,"s":[0],"e":[17]},{"i":{"x":[0.833],"y":[0.779]},"o":{"x":[0.167],"y":[0.221]},"n":["0p833_0p779_0p167_0p221"],"t":4.222,"s":[17],"e":[-23]},{"i":{"x":[0.833],"y":[0.917]},"o":{"x":[0.36],"y":[0]},"n":["0p833_0p917_0p36_0"],"t":13.511,"s":[-23],"e":[0]},{"i":{"x":[0.42],"y":[1]},"o":{"x":[0.167],"y":[0.28]},"n":["0p42_1_0p167_0p28"],"t":15.2,"s":[0],"e":[17]},{"i":{"x":[0.833],"y":[0.779]},"o":{"x":[0.167],"y":[0.221]},"n":["0p833_0p779_0p167_0p221"],"t":19.422,"s":[17],"e":[-23]},{"i":{"x":[0.833],"y":[0.917]},"o":{"x":[0.36],"y":[0]},"n":["0p833_0p917_0p36_0"],"t":28.711,"s":[-23],"e":[0]},{"i":{"x":[0.42],"y":[1]},"o":{"x":[0.167],"y":[0.28]},"n":["0p42_1_0p167_0p28"],"t":30.4,"s":[0],"e":[17]},{"i":{"x":[0.833],"y":[0.779]},"o":{"x":[0.167],"y":[0.221]},"n":["0p833_0p779_0p167_0p221"],"t":34.622,"s":[17],"e":[-23]},{"i":{"x":[0.833],"y":[0.917]},"o":{"x":[0.36],"y":[0]},"n":["0p833_0p917_0p36_0"],"t":43.911,"s":[-23],"e":[0]},{"i":{"x":[0.42],"y":[1]},"o":{"x":[0.167],"y":[0.28]},"n":["0p42_1_0p167_0p28"],"t":45.6,"s":[0],"e":[17]},{"i":{"x":[0.833],"y":[0.779]},"o":{"x":[0.167],"y":[0.221]},"n":["0p833_0p779_0p167_0p221"],"t":49.822,"s":[17],"e":[-23]},{"i":{"x":[0.833],"y":[0.917]},"o":{"x":[0.36],"y":[0]},"n":["0p833_0p917_0p36_0"],"t":59.111,"s":[-23],"e":[0]},{"i":{"x":[0.42],"y":[1]},"o":{"x":[0.167],"y":[0.28]},"n":["0p42_1_0p167_0p28"],"t":60.8,"s":[0],"e":[17]},{"i":{"x":[0.833],"y":[0.779]},"o":{"x":[0.167],"y":[0.221]},"n":["0p833_0p779_0p167_0p221"],"t":65.022,"s":[17],"e":[-23]},{"i":{"x":[0.833],"y":[0.917]},"o":{"x":[0.36],"y":[0]},"n":["0p833_0p917_0p36_0"],"t":74.311,"s":[-23],"e":[0]},{"i":{"x":[0.42],"y":[1]},"o":{"x":[0.167],"y":[0.28]},"n":["0p42_1_0p167_0p28"],"t":76,"s":[0],"e":[17]},{"i":{"x":[0.833],"y":[0.779]},"o":{"x":[0.167],"y":[0.221]},"n":["0p833_0p779_0p167_0p221"],"t":80.222,"s":[17],"e":[-23]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.36],"y":[0]},"n":["0p833_0p833_0p36_0"],"t":89.511,"s":[-23],"e":[0]},{"t":91.2}],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.75,2.75],[0,0],[-2.75,2.75],[0,0],[-2.75,-2.75],[2.75,-2.75],[0,0]],"o":[[0,0],[-2.75,-2.75],[0,0],[2.75,-2.75],[2.75,2.75],[0,0],[-2.75,2.75]],"v":[[-31.045,31.045],[-31.045,31.045],[-31.045,21.045],[21.045,-31.045],[31.045,-31.045],[31.045,-21.045],[-21.045,31.045]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152999997606,0.2,0.238999998803,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[41.478,34.045],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":91.2,"st":0,"bm":0}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"muzzle top","parent":7,"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":1},"o":{"x":0.167,"y":0.01},"n":"0p833_1_0p167_0p01","t":0,"s":[1.365,-0.526,0],"e":[107.365,-0.526,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.25,"y":1},"o":{"x":0.167,"y":0.104},"n":"0p25_1_0p167_0p104","t":12,"s":[107.365,-0.526,0],"e":[124.365,-0.526,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.25,"y":1},"o":{"x":0.167,"y":0},"n":"0p25_1_0p167_0","t":32,"s":[124.365,-0.526,0],"e":[81.052,-0.138,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.016},"n":"0p833_1_0p167_0p016","t":36,"s":[81.052,-0.138,0],"e":[107.365,-0.526,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.48,"y":0.48},"o":{"x":0,"y":0},"n":"0p48_0p48_0_0","t":40.8,"s":[107.365,-0.526,0],"e":[107.365,-0.526,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.48,"y":1},"o":{"x":0.52,"y":0},"n":"0p48_1_0p52_0","t":68,"s":[107.365,-0.526,0],"e":[39.052,-0.138,0],"to":[0,0,0],"ti":[0,0,0]},{"t":74.4}],"ix":2},"a":{"a":0,"k":[-67.077,-188.693,0],"ix":1},"s":{"a":0,"k":[101.719,87.719,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":12,"s":[56.154,114.613],"e":[81.154,114.613]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":32,"s":[81.154,114.613],"e":[56.154,114.613]},{"t":36}],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":7,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.337254901961,0.258823529412,0.427450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152941176471,0.2,0.239215686275,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-51.347,-187.696],"ix":2},"a":{"a":0,"k":[28.612,1.172],"ix":1},"s":{"a":0,"k":[84.896,85.078],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":106.4,"st":-91.2,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"cannon tip","parent":1,"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.33,"y":0},"n":"0p833_0p833_0p33_0","t":-4.8,"s":[-71.354,-187.749,0],"e":[-59.36,-187.377,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.67,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p67_1_0p167_0p167","t":-0.8,"s":[-59.36,-187.377,0],"e":[-63.359,-187.305,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.67,"y":0.67},"o":{"x":0.33,"y":0.33},"n":"0p67_0p67_0p33_0p33","t":1.6,"s":[-63.359,-187.305,0],"e":[-63.359,-187.305,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.67,"y":1},"o":{"x":0.33,"y":0},"n":"0p67_1_0p33_0","t":14.4,"s":[-63.359,-187.305,0],"e":[-54.306,-187.474,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.67,"y":1},"o":{"x":0.33,"y":0},"n":"0p67_1_0p33_0","t":32,"s":[-54.306,-187.474,0],"e":[-67.24,-187.253,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.67,"y":1},"o":{"x":0.33,"y":0},"n":"0p67_1_0p33_0","t":36.8,"s":[-67.24,-187.253,0],"e":[-63.359,-187.305,0],"to":[0,0,0],"ti":[0,0,0]},{"t":41.6}],"ix":2},"a":{"a":0,"k":[320.141,-109.805,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[38.281,69.609],"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.337254901961,0.258823529412,0.427450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.337254901961,0.258823529412,0.427450980392,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[320.141,-109.805],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":106.4,"st":-91.2,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 11","parent":7,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[75.336,-0.031,0],"ix":2},"a":{"a":0,"k":[-100.117,-188.035,0],"ix":1},"s":{"a":0,"k":[87.719,87.719,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[20.234,77.93],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":5,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.337254901961,0.258823529412,0.427450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.56862745098,0.866666666667,0.776470588235,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-100.117,-188.035],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":10.4,"op":71.2,"st":-91.2,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"circle 4","parent":7,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[38.329,-2.022,0],"ix":2},"a":{"a":0,"k":[176.195,-111.805,0],"ix":1},"s":{"a":0,"k":[87.719,87.719,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[15.609,15.609],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.337254901961,0.258823529412,0.427450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.56862745098,0.866666666667,0.776470588235,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[176.195,-111.805],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":106.4,"st":-91.2,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"circle 3","parent":7,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[8.797,-2.022,0],"ix":2},"a":{"a":0,"k":[176.195,-111.805,0],"ix":1},"s":{"a":0,"k":[87.719,87.719,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[15.609,15.609],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.337254901961,0.258823529412,0.427450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.56862745098,0.866666666667,0.776470588235,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[176.195,-111.805],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":106.4,"st":-91.2,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"circle 2","parent":7,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-20.735,-2.022,0],"ix":2},"a":{"a":0,"k":[176.195,-111.805,0],"ix":1},"s":{"a":0,"k":[87.719,87.719,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[15.609,15.609],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.337254901961,0.258823529412,0.427450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.56862745098,0.866666666667,0.776470588235,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[176.195,-111.805],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":106.4,"st":-91.2,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Main Cannon","parent":10,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.32],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p32_1_0p167_0"],"t":0,"s":[-76.287],"e":[-39.287]},{"i":{"x":[0.32],"y":[1]},"o":{"x":[0.167],"y":[0.227]},"n":["0p32_1_0p167_0p227"],"t":13.6,"s":[-39.287],"e":[7.379]},{"i":{"x":[0.32],"y":[1]},"o":{"x":[0.167],"y":[0.37]},"n":["0p32_1_0p167_0p37"],"t":18.4,"s":[7.379],"e":[4.379]},{"i":{"x":[0.621],"y":[1.105]},"o":{"x":[0.288],"y":[0]},"n":["0p621_1p105_0p288_0"],"t":20,"s":[4.379],"e":[6.847]},{"i":{"x":[0.631],"y":[1]},"o":{"x":[0.299],"y":[0.069]},"n":["0p631_1_0p299_0p069"],"t":24.8,"s":[6.847],"e":[3.379]},{"i":{"x":[0.598],"y":[9.405]},"o":{"x":[0.268],"y":[0]},"n":["0p598_9p405_0p268_0"],"t":30.4,"s":[3.379],"e":[3.178]},{"i":{"x":[0.647],"y":[0.988]},"o":{"x":[0.314],"y":[0.095]},"n":["0p647_0p988_0p314_0p095"],"t":48.8,"s":[3.178],"e":[9.235]},{"i":{"x":[0.644],"y":[1]},"o":{"x":[0.311],"y":[-0.018]},"n":["0p644_1_0p311_-0p018"],"t":56.8,"s":[9.235],"e":[4.379]},{"i":{"x":[0.48],"y":[1]},"o":{"x":[0.52],"y":[0]},"n":["0p48_1_0p52_0"],"t":68,"s":[4.379],"e":[-58.621]},{"t":74.4}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.25,"y":1},"o":{"x":0.167,"y":0.144},"n":"0p25_1_0p167_0p144","t":32.8,"s":[61.277,-85.284,0],"e":[41.255,-85.689,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.25,"y":1},"o":{"x":0.167,"y":0.144},"n":"0p25_1_0p167_0p144","t":36.8,"s":[41.255,-85.689,0],"e":[61.277,-85.284,0],"to":[0,0,0],"ti":[0,0,0]},{"t":42.4}],"ix":2},"a":{"a":0,"k":[-61.324,3.45,0],"ix":1},"s":{"a":0,"k":[69.18,69.18,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-16.8,"s":[{"i":[[0,0],[0,0],[0,-16.108],[0,0],[-16.108,0],[0,0]],"o":[[0,0],[-16.108,0],[0,0],[0,16.108],[0,0],[0,0]],"v":[[40.221,-26.561],[-46.667,-29.167],[-75.833,0],[-75.833,0],[-46.667,29.167],[40.221,31.773]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,-16.108],[0,0],[-16.108,0],[0,0]],"o":[[0,0],[-16.108,0],[0,0],[0,16.108],[0,0],[0,0]],"v":[[75.833,-29.167],[-46.667,-29.167],[-75.833,0],[-75.833,0],[-46.667,29.167],[75.833,29.167]],"c":true}]},{"i":{"x":0.32,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p32_1_0p167_0p167","t":-13.6,"s":[{"i":[[0,0],[0,0],[0,-16.108],[0,0],[-16.108,0],[0,0]],"o":[[0,0],[-16.108,0],[0,0],[0,16.108],[0,0],[0,0]],"v":[[75.833,-29.167],[-46.667,-29.167],[-75.833,0],[-75.833,0],[-46.667,29.167],[75.833,29.167]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,-16.108],[0,0],[-16.108,0],[0,0]],"o":[[0,0],[-16.108,0],[0,0],[0,16.108],[0,0],[0,0]],"v":[[9.87,-28.07],[-46.667,-29.167],[-75.833,0],[-75.833,0],[-46.667,29.167],[9.87,30.263]],"c":true}]},{"i":{"x":0.32,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p32_1_0p167_0p167","t":0,"s":[{"i":[[0,0],[0,0],[0,-16.108],[0,0],[-16.108,0],[0,0]],"o":[[0,0],[-16.108,0],[0,0],[0,16.108],[0,0],[0,0]],"v":[[9.87,-28.07],[-46.667,-29.167],[-75.833,0],[-75.833,0],[-46.667,29.167],[9.87,30.263]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,-16.108],[0,0],[-16.108,0],[0,0]],"o":[[0,0],[-16.108,0],[0,0],[0,16.108],[0,0],[0,0]],"v":[[75.833,-29.167],[-46.667,-29.167],[-75.833,0],[-75.833,0],[-46.667,29.167],[75.833,29.167]],"c":true}]},{"i":{"x":0.48,"y":1},"o":{"x":0.167,"y":0},"n":"0p48_1_0p167_0","t":10.4,"s":[{"i":[[0,0],[0,0],[0,-16.108],[0,0],[-16.108,0],[0,0]],"o":[[0,0],[-16.108,0],[0,0],[0,16.108],[0,0],[0,0]],"v":[[75.833,-29.167],[-46.667,-29.167],[-75.833,0],[-75.833,0],[-46.667,29.167],[75.833,29.167]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,-16.108],[0,0],[-16.108,0],[0,0]],"o":[[0,0],[-16.108,0],[0,0],[0,16.108],[0,0],[0,0]],"v":[[75.833,-29.167],[-46.667,-29.167],[-75.833,0],[-75.833,0],[-46.667,29.167],[75.833,29.167]],"c":true}]},{"i":{"x":0.48,"y":1},"o":{"x":0.52,"y":0},"n":"0p48_1_0p52_0","t":68,"s":[{"i":[[0,0],[0,0],[0,-16.108],[0,0],[-16.108,0],[0,0]],"o":[[0,0],[-16.108,0],[0,0],[0,16.108],[0,0],[0,0]],"v":[[75.833,-29.167],[-46.667,-29.167],[-75.833,0],[-75.833,0],[-46.667,29.167],[75.833,29.167]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,-16.108],[0,0],[-16.108,0],[0,0]],"o":[[0,0],[-16.108,0],[0,0],[0,16.108],[0,0],[0,0]],"v":[[9.87,-28.07],[-46.667,-29.167],[-75.833,0],[-75.833,0],[-46.667,29.167],[9.87,30.263]],"c":true}]},{"t":74.4}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.337254901961,0.258823529412,0.427450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152941176471,0.2,0.239215686275,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":106.4,"st":-91.2,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"tip","parent":1,"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},"n":"0p833_0p833_0p167_0p167","t":-3.2,"s":[-63.901,-230.501,0],"e":[-63.761,-243.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-0.8,"s":[-63.761,-243.5,0],"e":[-63.75,-244.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":1.6}],"ix":2},"a":{"a":0,"k":[-63.75,-244,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-55.5,-250.5],[-72,-237.5],[-55.5,-238]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.337254901961,0.258823529412,0.427450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.337254901961,0.258823529412,0.427450980392,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":106.4,"st":-91.2,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"sight top 2","parent":7,"td":1,"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.33,"y":0},"n":"0p833_0p833_0p33_0","t":-6.4,"s":[-3.643,-15.564,0],"e":[-2.062,-40.969,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.569,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p569_1_0p167_0p167","t":-1.6,"s":[-2.062,-40.969,0],"e":[-2.174,-7.462,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.66,"y":1},"o":{"x":0.326,"y":0},"n":"0p66_1_0p326_0","t":13.6,"s":[-2.174,-7.462,0],"e":[-2.174,-37.462,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.706,"y":0.706},"o":{"x":0.334,"y":0.334},"n":"0p706_0p706_0p334_0p334","t":16,"s":[-2.174,-37.462,0],"e":[-2.174,-37.462,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.67,"y":1},"o":{"x":0.167,"y":0},"n":"0p67_1_0p167_0","t":32.8,"s":[-2.174,-37.462,0],"e":[-1.941,-21.675,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.67,"y":1},"o":{"x":0.167,"y":0},"n":"0p67_1_0p167_0","t":38.165,"s":[-1.941,-21.675,0],"e":[-2.012,-40.967,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.67,"y":1},"o":{"x":0.167,"y":0},"n":"0p67_1_0p167_0","t":43.53,"s":[-2.012,-40.967,0],"e":[-2.174,-37.462,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.67,"y":0.67},"o":{"x":0.167,"y":0.167},"n":"0p67_0p67_0p167_0p167","t":48,"s":[-2.174,-37.462,0],"e":[-2.174,-37.462,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.67,"y":1},"o":{"x":0.167,"y":0},"n":"0p67_1_0p167_0","t":68,"s":[-2.174,-37.462,0],"e":[-2.174,-4.462,0],"to":[0,0,0],"ti":[0,0,0]},{"t":72}],"ix":2},"a":{"a":0,"k":[170.521,-153.707,0],"ix":1},"s":{"a":0,"k":[55.839,73.652,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[77.043,37.414],"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.337254901961,0.258823529412,0.427450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.56862745098,0.866666666667,0.776470588235,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[170.521,-153.707],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":106.4,"st":-91.2,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"swivel","tt":2,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":2.662,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.32,"y":1},"o":{"x":0.27,"y":0},"n":"0p32_1_0p27_0","t":1.6,"s":[1087.278,777.499,0],"e":[1113.149,531.355,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.332,"y":0.332},"o":{"x":0.173,"y":0.173},"n":"0p332_0p332_0p173_0p173","t":12.8,"s":[1113.149,531.355,0],"e":[1113.149,531.355,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.24,"y":1},"o":{"x":0.325,"y":0},"n":"0p24_1_0p325_0","t":66.4,"s":[1113.149,531.355,0],"e":[1114.638,517.183,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.24,"y":1},"o":{"x":0.43,"y":0},"n":"0p24_1_0p43_0","t":72.8,"s":[1114.638,517.183,0],"e":[1087.278,777.499,0],"to":[0,0,0],"ti":[0,0,0]},{"t":84}],"ix":2},"a":{"a":0,"k":[62.977,-55.023,0],"ix":1},"s":{"a":0,"k":[164.787,164.787,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[62.047,62.047],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.337254901961,0.258823529412,0.427450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152941176471,0.2,0.239215686275,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[62.977,-55.023],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":243.2,"st":-44.8,"bm":0}]},{"id":"comp_2","layers":[{"ddd":0,"ind":1,"ty":3,"nm":"Body Main","sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.52],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p52_1_0p167_0p167"],"t":0,"s":[3],"e":[4]},{"i":{"x":[0.52],"y":[1]},"o":{"x":[0.48],"y":[0]},"n":["0p52_1_0p48_0"],"t":3.2,"s":[4],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.48],"y":[0]},"n":["0p833_0p833_0p48_0"],"t":11.2,"s":[0],"e":[3]},{"t":14.4}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.52,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p52_1_0p167_0p167","t":0,"s":[970.895,615.112,0],"e":[970.895,597.112,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.52,"y":1},"o":{"x":0.48,"y":0},"n":"0p52_1_0p48_0","t":4,"s":[970.895,597.112,0],"e":[970.895,645.112,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.48,"y":0},"n":"0p833_0p833_0p48_0","t":12,"s":[970.895,645.112,0],"e":[970.895,615.112,0],"to":[0,0,0],"ti":[0,0,0]},{"t":14.4}],"ix":2},"a":{"a":0,"k":[60,60,0],"ix":1},"s":{"a":0,"k":[75,75,100],"ix":6}},"ao":0,"ip":0,"op":14.4,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"wing 5","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.39],"y":[1]},"o":{"x":[0.79],"y":[0]},"n":["0p39_1_0p79_0"],"t":0,"s":[59],"e":[146]},{"i":{"x":[0.39],"y":[1]},"o":{"x":[0.79],"y":[0]},"n":["0p39_1_0p79_0"],"t":9.6,"s":[146],"e":[59]},{"t":14.4}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.79,"y":0},"n":"0p833_0p833_0p79_0","t":0,"s":[0.267,50.477,0],"e":[-11.733,50.477,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.79,"y":0},"n":"0p833_1_0p79_0","t":9.6,"s":[-11.733,50.477,0],"e":[0.267,50.477,0],"to":[0,0,0],"ti":[0,0,0]},{"t":14.4}],"ix":2},"a":{"a":0,"k":[336.892,14.647,0],"ix":1},"s":{"a":0,"k":[-65,65,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.75,"y":0},"n":"0p833_0p833_0p75_0","t":0,"s":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[0,0]],"o":[[0.645,95.54],[95.692,0],[0,0],[0,0]],"v":[[-173.975,-86.397],[0,86.397],[173.975,-86.397],[3.736,-86.397]],"c":true}],"e":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[85.898,2.602]],"o":[[0.645,95.54],[95.692,0],[0,0],[-85.898,-2.602]],"v":[[-173.975,-86.397],[38.84,95.215],[173.975,-86.397],[-8.097,-44.775]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5.44,"s":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[85.898,2.602]],"o":[[0.645,95.54],[95.692,0],[0,0],[-85.898,-2.602]],"v":[[-173.975,-86.397],[38.84,95.215],[173.975,-86.397],[-8.097,-44.775]],"c":true}],"e":[{"i":[[-24.545,-97.308],[-33.816,0],[-8.099,99.396],[30.355,0.919]],"o":[[24.545,97.308],[33.816,0],[0,0],[-30.355,-0.919]],"v":[[9.497,81.606],[126.549,226.875],[186.89,-79.109],[23.772,-83.224]],"c":true}]},{"i":{"x":0.39,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p39_1_0p167_0p167","t":7.253,"s":[{"i":[[-24.545,-97.308],[-33.816,0],[-8.099,99.396],[30.355,0.919]],"o":[[24.545,97.308],[33.816,0],[0,0],[-30.355,-0.919]],"v":[[9.497,81.606],[126.549,226.875],[186.89,-79.109],[23.772,-83.224]],"c":true}],"e":[{"i":[[-32.666,-125.331],[0,0],[-12.173,101.503],[0,0]],"o":[[32.666,125.331],[0,0],[0,0],[0,0]],"v":[[34.21,123.997],[161.316,256.65],[193.949,-75.126],[41.189,-104.236]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.75,"y":0},"n":"0p833_0p833_0p75_0","t":9.6,"s":[{"i":[[-32.666,-125.331],[0,0],[-12.173,101.503],[0,0]],"o":[[32.666,125.331],[0,0],[0,0],[0,0]],"v":[[34.21,123.997],[161.316,256.65],[193.949,-75.126],[41.189,-104.236]],"c":true}],"e":[{"i":[[-21.953,-84.231],[-31.381,0],[-8.392,99.548],[28.169,0.853]],"o":[[22.165,115.562],[31.381,0],[0,0],[-28.169,-0.853]],"v":[[5.328,68.178],[121.151,203.71],[187.398,-78.822],[25.027,-84.737]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10.934,"s":[{"i":[[-21.953,-84.231],[-31.381,0],[-8.392,99.548],[28.169,0.853]],"o":[[22.165,115.562],[31.381,0],[0,0],[-28.169,-0.853]],"v":[[5.328,68.178],[121.151,203.71],[187.398,-78.822],[25.027,-84.737]],"c":true}],"e":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[85.898,2.602]],"o":[[0.645,95.54],[95.692,0],[0,0],[-85.898,-2.602]],"v":[[-173.975,-86.397],[38.84,95.215],[173.975,-86.397],[-8.097,-44.775]],"c":true}]},{"i":{"x":0.39,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p39_1_0p167_0p167","t":12.32,"s":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[85.898,2.602]],"o":[[0.645,95.54],[95.692,0],[0,0],[-85.898,-2.602]],"v":[[-173.975,-86.397],[38.84,95.215],[173.975,-86.397],[-8.097,-44.775]],"c":true}],"e":[{"i":[[0,0],[-95.692,0],[-0.645,95.54],[0,0]],"o":[[0.645,95.54],[95.692,0],[0,0],[0,0]],"v":[[-173.975,-86.397],[0,86.397],[173.975,-86.397],[3.736,-86.397]],"c":true}]},{"t":14.4}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152941176471,0.2,0.239215686275,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[174.225,86.647],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":14.4,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Top Beak Outlines","parent":5,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[116.797,76.583,0],"ix":2},"a":{"a":0,"k":[7.365,40.329,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[19.537,0],[0,0],[0,-19.537],[0,0],[0,0],[0,0]],"o":[[0,0],[-19.537,0],[0,0],[0,0],[0,0],[0,-19.537]],"v":[[114.406,-21.413],[-114.407,-21.413],[-149.782,13.962],[-149.782,21.413],[149.781,21.413],[149.781,13.962]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.337000020345,0.258999992819,0.426999978458,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[150.031,21.663],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":14.4,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Bottom Beak Outlines","parent":5,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[112.476,79.031,0],"ix":2},"a":{"a":0,"k":[10.209,15.628,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-77.12,0],[-0.52,76.997]],"o":[[0.52,76.997],[77.119,0],[0,0]],"v":[[-140.209,-69.629],[0,69.629],[140.209,-69.629]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.152999997606,0.2,0.238999998803,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.569000004787,0.866999966491,0.776000019148,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[150.209,79.629],"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":14.4,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Head","parent":6,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.52],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p52_1_0p167_0p167"],"t":0,"s":[3],"e":[5]},{"i":{"x":[0.52],"y":[1]},"o":{"x":[0.48],"y":[0]},"n":["0p52_1_0p48_0"],"t":4,"s":[5],"e":[-6]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.48],"y":[0]},"n":["0p833_0p833_0p48_0"],"t":11.2,"s":[-6],"e":[3]},{"t":14.4}],"ix":10},"p":{"a":0,"k":[16.908,51.505,0],"ix":2},"a":{"a":0,"k":[16.908,51.505,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,5.418],[5.418,0],[0,-5.418],[-5.418,0]],"o":[[0,-5.418],[-5.418,0],[0,5.418],[5.418,0]],"v":[[9.81,0],[0,-9.81],[-9.81,0],[0,9.81]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152999997606,0.2,0.238999998803,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[93.656,43.492],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-34.333],[-34.333,0],[0,34.333],[34.333,0]],"o":[[0,34.333],[34.333,0],[0,-34.333],[-34.333,0]],"v":[[-62.166,0],[0,62.166],[62.166,0],[0,-62.166]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.941000007181,0.922000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[78.067,62.416],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-5.557,0],[0,0]],"o":[[0,0],[-2.85,4.769],[0,0],[0,0]],"v":[[10.193,-21.154],[-8.623,10.328],[-2.48,21.154],[11.473,21.154]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.941000007181,0.922000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[11.723,57.927],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":14.4,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Neck","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[63.25,62.357,0],"ix":2},"a":{"a":0,"k":[75.575,216.838,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-31.721,0],[0,31.721]],"o":[[0,0],[0,0],[0,31.721],[31.721,0],[0,0]],"v":[[57.436,-96.172],[-57.436,-96.172],[-57.436,38.736],[0,96.172],[57.436,38.736]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.941000007181,0.922000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[77.216,158.588],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":14.4,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Front Leg Outlines","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.42],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p42_1_0p167_0p167"],"t":0,"s":[2.178],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3.2,"s":[3],"e":[22.178]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.25],"y":[0]},"n":["0p833_0p833_0p25_0"],"t":12,"s":[22.178],"e":[2.178]},{"t":14.4}],"ix":10},"p":{"a":0,"k":[-99.14,166.91,0],"ix":2},"a":{"a":0,"k":[65.762,6.163,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-5.577,-6.966],[0,0],[0.694,-2.36],[3.024,0.418],[0,0],[0.975,-2.897],[3.412,2.33],[0.591,1.594],[0,0]],"o":[[0,0],[1.688,2.108],[-0.861,2.928],[0,0],[-3.028,-0.418],[-1.319,3.917],[-1.291,-0.881],[0,0],[-3.103,-8.367]],"v":[[-7.838,-25.886],[22.348,11.824],[23.751,18.958],[16.853,23.219],[14.624,22.911],[7.724,27.182],[-1.725,30.521],[-4.652,26.768],[-21.342,-18.242]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152999997606,0.2,0.238999998803,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[15.31,60.893],"ix":2},"a":{"a":0,"k":[-9.385,-16.997],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":1,"k":[{"i":{"x":[0.42],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p42_1_0p167_0p167"],"t":0,"s":[6],"e":[19]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2.4,"s":[19],"e":[-25]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.25],"y":[0]},"n":["0p833_0p833_0p25_0"],"t":12,"s":[-25],"e":[6]},{"t":14.4}],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.75,2.75],[0,0],[-2.75,2.75],[0,0],[-2.75,-2.75],[2.75,-2.75],[0,0]],"o":[[0,0],[-2.75,-2.75],[0,0],[2.75,-2.75],[2.75,2.75],[0,0],[-2.75,2.75]],"v":[[-31.045,31.045],[-31.045,31.045],[-31.045,21.045],[21.045,-31.045],[31.045,-31.045],[31.045,-21.045],[-21.045,31.045]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152999997606,0.2,0.238999998803,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[41.478,34.045],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":14.4,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Bottom Body Outlines","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-51.067,125.81,0],"ix":2},"a":{"a":0,"k":[174.225,86.647,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-95.692,0],[-0.645,95.54]],"o":[[0.645,95.54],[95.692,0],[0,0]],"v":[[-173.975,-86.397],[0,86.397],[173.975,-86.397]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.941000007181,0.922000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[174.225,86.647],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":14.4,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Back Leg","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.42],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p42_1_0p167_0p167"],"t":0,"s":[0.178],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4.8,"s":[3],"e":[22.178]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.36],"y":[0]},"n":["0p833_0p833_0p36_0"],"t":12.8,"s":[22.178],"e":[0.178]},{"t":14.4}],"ix":10},"p":{"a":0,"k":[-43.14,174.91,0],"ix":2},"a":{"a":0,"k":[65.762,6.163,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-5.577,-6.966],[0,0],[0.694,-2.36],[3.024,0.418],[0,0],[0.975,-2.897],[3.412,2.33],[0.591,1.594],[0,0]],"o":[[0,0],[1.688,2.108],[-0.861,2.928],[0,0],[-3.028,-0.418],[-1.319,3.917],[-1.291,-0.881],[0,0],[-3.103,-8.367]],"v":[[-7.838,-25.886],[22.348,11.824],[23.751,18.958],[16.853,23.219],[14.624,22.911],[7.724,27.182],[-1.725,30.521],[-4.652,26.768],[-21.342,-18.242]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152999997606,0.2,0.238999998803,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[15.31,60.893],"ix":2},"a":{"a":0,"k":[-9.385,-16.997],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":1,"k":[{"i":{"x":[0.42],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p42_1_0p167_0p167"],"t":0,"s":[0],"e":[17]},{"i":{"x":[0.833],"y":[0.779]},"o":{"x":[0.167],"y":[0.221]},"n":["0p833_0p779_0p167_0p221"],"t":4,"s":[17],"e":[-23]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.36],"y":[0]},"n":["0p833_0p833_0p36_0"],"t":12.8,"s":[-23],"e":[0]},{"t":14.4}],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.75,2.75],[0,0],[-2.75,2.75],[0,0],[-2.75,-2.75],[2.75,-2.75],[0,0]],"o":[[0,0],[-2.75,-2.75],[0,0],[2.75,-2.75],[2.75,2.75],[0,0],[-2.75,2.75]],"v":[[-31.045,31.045],[-31.045,31.045],[-31.045,21.045],[21.045,-31.045],[31.045,-31.045],[31.045,-21.045],[-21.045,31.045]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152999997606,0.2,0.238999998803,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[41.478,34.045],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":14.4,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Pelican Transition - fast","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[750,750,0],"ix":2},"a":{"a":0,"k":[960,540,0],"ix":1},"s":{"a":0,"k":[150,150,100],"ix":6}},"ao":0,"w":1920,"h":1080,"ip":14.4,"op":105.6,"st":14.4,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"Pelican loop","refId":"comp_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[750,750,0],"ix":2},"a":{"a":0,"k":[960,540,0],"ix":1},"s":{"a":0,"k":[150,150,100],"ix":6}},"ao":0,"w":1920,"h":1080,"ip":0,"op":14.4,"st":0,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/pen_tool_loop.json b/ohos/flutter_lottie/assets/lottiefiles/pen_tool_loop.json new file mode 100644 index 0000000000000000000000000000000000000000..d33ab63062ae0a4ac4e3b2025c89326db739140f --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/pen_tool_loop.json @@ -0,0 +1 @@ +{"v":"4.6.6","fr":24,"ip":0,"op":97,"w":1080,"h":1080,"nm":"Main","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"small pen 05","parent":6,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":81,"s":[100],"e":[0]},{"t":95}]},"r":{"a":1,"k":[{"i":{"x":[0.732],"y":[1]},"o":{"x":[0.59],"y":[0]},"n":["0p732_1_0p59_0"],"t":41,"s":[-74.796],"e":[-103.425]},{"i":{"x":[0.302],"y":[1]},"o":{"x":[0.347],"y":[0]},"n":["0p302_1_0p347_0"],"t":56,"s":[-103.425],"e":[-66.796]},{"i":{"x":[0.872],"y":[1]},"o":{"x":[0.405],"y":[0]},"n":["0p872_1_0p405_0"],"t":72,"s":[-66.796],"e":[-80.796]},{"i":{"x":[0.899],"y":[0.903]},"o":{"x":[0.37],"y":[0]},"n":["0p899_0p903_0p37_0"],"t":81,"s":[-80.796],"e":[-98.623]},{"t":95}]},"p":{"a":1,"k":[{"i":{"x":0.521,"y":1},"o":{"x":0.51,"y":0},"n":"0p521_1_0p51_0","t":41,"s":[-0.063,-295,0],"e":[166.688,18.5,0],"to":[37.0625,101,0],"ti":[-65.0625,-73.5,0]},{"i":{"x":0.521,"y":1},"o":{"x":0,"y":0},"n":"0p521_1_0_0","t":63,"s":[166.688,18.5,0],"e":[166.688,18.5,0],"to":[-3.33256506919861,3.03853511810303,0],"ti":[-65.0625,-73.5,0]},{"i":{"x":0.521,"y":1},"o":{"x":0,"y":0},"n":"0p521_1_0_0","t":64,"s":[166.688,18.5,0],"e":[166.688,18.5,0],"to":[-3.33256506919861,3.03853511810303,0],"ti":[-65.0625,-73.5,0]},{"i":{"x":0.831,"y":1},"o":{"x":0.175,"y":0},"n":"0p831_1_0p175_0","t":65,"s":[166.688,18.5,0],"e":[88,159.063,0],"to":[-3.33256506919861,3.03853511810303,0],"ti":[6.75,-70.0625,0]},{"t":81}]},"a":{"a":1,"k":[{"i":{"x":0.629,"y":1},"o":{"x":0.333,"y":0},"n":"0p629_1_0p333_0","t":81,"s":[-136.125,-9.313,0],"e":[-136.125,-220.313,0],"to":[0,-35.1666679382324,0],"ti":[0,35.1666679382324,0]},{"t":95}]},"s":{"a":1,"k":[{"i":{"x":[0.764,0.764,0.667],"y":[0.765,0.765,0.667]},"o":{"x":[0.398,0.398,0.333],"y":[0.054,0.054,0.333]},"n":["0p764_0p765_0p398_0p054","0p764_0p765_0p398_0p054","0p667_0p667_0p333_0p333"],"t":81,"s":[100,100,100],"e":[56,56,100]},{"t":95}]}},"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":[[-136.125,10],[-136.125,119]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0.6352941,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":12},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Midline","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[21,21]},"p":{"a":0,"k":[0,-57]},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse"},{"ty":"rc","d":1,"s":{"a":0,"k":[71,34]},"p":{"a":0,"k":[0,22]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"rc","d":1,"s":{"a":0,"k":[102,12]},"p":{"a":0,"k":[0,-1]},"r":{"a":0,"k":0},"nm":"Rectangle Path 2","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.0039216,0.6392157,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-136.188,176.313],"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":"Group 1","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[33,-36.25],[0,0],[0,0],[-27.25,24]],"o":[[0,0],[31.25,24],[0,0],[0,0],[-32.25,-36.25]],"v":[[-136.125,9.688],[-194,119],[-166.125,167.75],[-105.5,167.75],[-78.25,119]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0.6352941,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":12},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.945098,1,0.9960784,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"tip outline","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group"}],"ip":41,"op":96,"st":3,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"small pen 04","parent":6,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":6,"s":[0],"e":[100]},{"t":12}]},"r":{"a":1,"k":[{"i":{"x":[0.512],"y":[1]},"o":{"x":[0.367],"y":[0]},"n":["0p512_1_0p367_0"],"t":6,"s":[-99.796],"e":[-126.796]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.651],"y":[0]},"n":["0p667_1_0p651_0"],"t":13,"s":[-126.796],"e":[-74.796]},{"t":41}]},"p":{"s":true,"x":{"a":0,"k":-0.063},"y":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.384],"y":[0.384]},"n":["0p833_0p833_0p384_0p384"],"t":14,"s":[20],"e":[20]},{"i":{"x":[0.637],"y":[1]},"o":{"x":[0.365],"y":[0]},"n":["0p637_1_0p365_0"],"t":19,"s":[20],"e":[-295]},{"t":41}]}},"a":{"a":1,"k":[{"i":{"x":0.674,"y":1},"o":{"x":0.16,"y":0},"n":"0p674_1_0p16_0","t":6,"s":[-136.125,-87.313,0],"e":[-136.125,-9.313,0],"to":[0,13,0],"ti":[0,-13,0]},{"t":13}]},"s":{"a":1,"k":[{"i":{"x":[0.333,0.333,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p333_1_0p333_0","0p333_1_0p333_0","0p667_0p667_0p333_0p333"],"t":13,"s":[56,56,100],"e":[100,100,100]},{"t":33}]}},"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":[[-136.125,10],[-136.125,119]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0.6352941,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":12},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Midline","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[21,21]},"p":{"a":0,"k":[0,-57]},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse"},{"ty":"rc","d":1,"s":{"a":0,"k":[71,34]},"p":{"a":0,"k":[0,22]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"rc","d":1,"s":{"a":0,"k":[102,12]},"p":{"a":0,"k":[0,-1]},"r":{"a":0,"k":0},"nm":"Rectangle Path 2","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.0039216,0.6392157,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-136.188,176.313],"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":"Group 1","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[33,-36.25],[0,0],[0,0],[-27.25,24]],"o":[[0,0],[31.25,24],[0,0],[0,0],[-32.25,-36.25]],"v":[[-136.125,9.688],[-194,119],[-166.125,167.75],[-105.5,167.75],[-78.25,119]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0.6352941,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":12},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.945098,1,0.9960784,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"tip outline","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group"}],"ip":6,"op":42,"st":3,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"small pen 03","parent":6,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0.333]},"n":["0p833_0p833_0p333_0p333"],"t":9,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":34,"s":[100],"e":[0]},{"t":43}]},"r":{"a":1,"k":[{"i":{"x":[0.495],"y":[1]},"o":{"x":[0.542],"y":[0]},"n":["0p495_1_0p542_0"],"t":2,"s":[-21.758],"e":[18.242]},{"i":{"x":[0.608],"y":[1]},"o":{"x":[0.462],"y":[0]},"n":["0p608_1_0p462_0"],"t":18.189,"s":[18.242],"e":[11.242]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":39,"s":[11.242],"e":[-1.758]},{"t":43}]},"p":{"a":1,"k":[{"i":{"x":0.363,"y":1},"o":{"x":0.32,"y":0},"n":"0p363_1_0p32_0","t":9,"s":[146.938,181.75,0],"e":[-148,181.75,0],"to":[0,0,0],"ti":[0,0,0]},{"t":34}]},"a":{"a":1,"k":[{"i":{"x":0.395,"y":1},"o":{"x":0.333,"y":0},"n":"0p395_1_0p333_0","t":0,"s":[-136.125,-151.313,0],"e":[-136.125,-9.313,0],"to":[0,23.6666660308838,0],"ti":[0,-23.6666660308838,0]},{"i":{"x":0.395,"y":0.395},"o":{"x":0.333,"y":0.333},"n":"0p395_0p395_0p333_0p333","t":9,"s":[-136.125,-9.313,0],"e":[-136.125,-9.313,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.395,"y":1},"o":{"x":0.236,"y":0},"n":"0p395_1_0p236_0","t":34,"s":[-136.125,-9.313,0],"e":[-136.125,-133.313,0],"to":[0,-20.6666660308838,0],"ti":[0,20.6666660308838,0]},{"t":43}]},"s":{"a":1,"k":[{"i":{"x":[0.557,0.557,0.667],"y":[1,1,0.667]},"o":{"x":[0.409,0.409,0.333],"y":[0,0,0.333]},"n":["0p557_1_0p409_0","0p557_1_0p409_0","0p667_0p667_0p333_0p333"],"t":0,"s":[56,56,100],"e":[100,100,100]},{"i":{"x":[0.557,0.557,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p557_1_0p333_0","0p557_1_0p333_0","0p667_0p667_0p333_0p333"],"t":9,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.573,0.573,0.833],"y":[0.965,0.965,0.833]},"o":{"x":[0.169,0.169,0.333],"y":[0,0,0.333]},"n":["0p573_0p965_0p169_0","0p573_0p965_0p169_0","0p833_0p833_0p333_0p333"],"t":34,"s":[100,100,100],"e":[56,56,100]},{"t":43}]}},"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":[[-136.125,10],[-136.125,119]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0.6352941,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":12},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Midline","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[21,21]},"p":{"a":0,"k":[0,-57]},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse"},{"ty":"rc","d":1,"s":{"a":0,"k":[71,34]},"p":{"a":0,"k":[0,22]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"rc","d":1,"s":{"a":0,"k":[102,12]},"p":{"a":0,"k":[0,-1]},"r":{"a":0,"k":0},"nm":"Rectangle Path 2","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.0039216,0.6392157,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-136.188,176.313],"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":"Group 1","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[33,-36.25],[0,0],[0,0],[-27.25,24]],"o":[[0,0],[31.25,24],[0,0],[0,0],[-32.25,-36.25]],"v":[[-136.125,9.688],[-194,119],[-166.125,167.75],[-105.5,167.75],[-78.25,119]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0.6352941,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":12},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.945098,1,0.9960784,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"tip outline","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group"}],"ip":0,"op":44,"st":3,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"small pen 01","parent":6,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":74,"s":[100],"e":[0]},{"t":85}]},"r":{"a":1,"k":[{"i":{"x":[0.549],"y":[1.036]},"o":{"x":[0.192],"y":[0.273]},"n":["0p549_1p036_0p192_0p273"],"t":0,"s":[49.484],"e":[69]},{"i":{"x":[0.73],"y":[1]},"o":{"x":[0.654],"y":[0]},"n":["0p73_1_0p654_0"],"t":12,"s":[69],"e":[121]},{"i":{"x":[0.655],"y":[1]},"o":{"x":[0.258],"y":[0]},"n":["0p655_1_0p258_0"],"t":30,"s":[121],"e":[53]},{"i":{"x":[0.785],"y":[1]},"o":{"x":[0.484],"y":[0]},"n":["0p785_1_0p484_0"],"t":40,"s":[53],"e":[-14]},{"i":{"x":[0.749],"y":[1]},"o":{"x":[0.379],"y":[0]},"n":["0p749_1_0p379_0"],"t":62,"s":[-14],"e":[9]},{"i":{"x":[0.774],"y":[1]},"o":{"x":[0.235],"y":[0]},"n":["0p774_1_0p235_0"],"t":74,"s":[9],"e":[33]},{"t":85}]},"p":{"a":1,"k":[{"i":{"x":0.503,"y":1},"o":{"x":0.703,"y":0},"n":"0p503_1_0p703_0","t":12,"s":[0,-295.563,0],"e":[-166.625,18.5,0],"to":[-15.9373779296875,45,0],"ti":[84.75,-98,0]},{"i":{"x":0.519,"y":1},"o":{"x":0.412,"y":0},"n":"0p519_1_0p412_0","t":37,"s":[-166.625,18.5,0],"e":[-86,159.063,0],"to":[25.375,19.5,0],"ti":[2.50006103515625,-69.0625,0]},{"i":{"x":0.453,"y":1},"o":{"x":0.383,"y":0},"n":"0p453_1_0p383_0","t":58,"s":[-86,159.063,0],"e":[88,159.063,0],"to":[3.5001220703125,0,0],"ti":[-29.0000095367432,0,0]},{"t":74}]},"a":{"a":1,"k":[{"i":{"x":0.542,"y":1},"o":{"x":0.166,"y":0.375},"n":"0p542_1_0p166_0p375","t":0,"s":[-136.125,-367.358,0],"e":[-136.125,-9.313,0],"to":[0,113.601852416992,0],"ti":[0,-56.220401763916,0]},{"i":{"x":0.432,"y":0.432},"o":{"x":0.333,"y":0.333},"n":"0p432_0p432_0p333_0p333","t":12,"s":[-136.125,-9.313,0],"e":[-136.125,-9.313,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.928,"y":1},"o":{"x":0.306,"y":0},"n":"0p928_1_0p306_0","t":74,"s":[-136.125,-9.313,0],"e":[-136.125,-186.313,0],"to":[0,-29.5,0],"ti":[0,29.5,0]},{"t":85}]},"s":{"a":1,"k":[{"i":{"x":[0.635,0.635,0.667],"y":[1,1,0.667]},"o":{"x":[0.199,0.199,0.333],"y":[0.218,0.218,0.333]},"n":["0p635_1_0p199_0p218","0p635_1_0p199_0p218","0p667_0p667_0p333_0p333"],"t":0,"s":[57.971,57.971,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":15,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0.167]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_0p833_0p167_0p167"],"t":74,"s":[100,100,100],"e":[56,56,100]},{"t":85}]}},"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":[[-136.125,10],[-136.125,119]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0.6352941,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":12},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Midline","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[21,21]},"p":{"a":0,"k":[0,-57]},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse"},{"ty":"rc","d":1,"s":{"a":0,"k":[71,34]},"p":{"a":0,"k":[0,22]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"rc","d":1,"s":{"a":0,"k":[102,12]},"p":{"a":0,"k":[0,-1]},"r":{"a":0,"k":0},"nm":"Rectangle Path 2","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.0039216,0.6392157,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-136.188,176.313],"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":"Group 1","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[33,-36.25],[0,0],[0,0],[-27.25,24]],"o":[[0,0],[31.25,24],[0,0],[0,0],[-32.25,-36.25]],"v":[[-136.125,9.688],[-194,119],[-166.125,167.75],[-105.5,167.75],[-78.25,119]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0.6352941,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":12},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.945098,1,0.9960784,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"tip outline","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group"}],"ip":0,"op":86,"st":3,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"small pen 06","parent":6,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":15,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":69,"s":[100],"e":[0]},{"t":81}]},"r":{"a":1,"k":[{"i":{"x":[0.459],"y":[0.927]},"o":{"x":[0.177],"y":[0]},"n":["0p459_0p927_0p177_0"],"t":15,"s":[-98.311],"e":[-72.311]},{"i":{"x":[0.626],"y":[0.619]},"o":{"x":[0.385],"y":[0.072]},"n":["0p626_0p619_0p385_0p072"],"t":25,"s":[-72.311],"e":[-47.859]},{"i":{"x":[0.598],"y":[1]},"o":{"x":[0.504],"y":[0.334]},"n":["0p598_1_0p504_0p334"],"t":41,"s":[-47.859],"e":[13.689]},{"i":{"x":[0.653],"y":[0.919]},"o":{"x":[0.159],"y":[0]},"n":["0p653_0p919_0p159_0"],"t":64,"s":[13.689],"e":[-25.311]},{"t":76}]},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.594],"y":[0.981]},"o":{"x":[0.156],"y":[0.029]},"n":["0p594_0p981_0p156_0p029"],"t":41,"s":[88],"e":[-86]},{"t":57}]},"y":{"a":1,"k":[{"i":{"x":[0.235],"y":[1]},"o":{"x":[0.421],"y":[0.055]},"n":["0p235_1_0p421_0p055"],"t":25,"s":[196.75],"e":[278.6]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":41,"s":[278.6],"e":[278.6]},{"i":{"x":[0.675],"y":[1]},"o":{"x":[0.612],"y":[0]},"n":["0p675_1_0p612_0"],"t":57,"s":[278.6],"e":[196.75]},{"t":69}]}},"a":{"a":1,"k":[{"i":{"x":0.45,"y":1},"o":{"x":0.177,"y":0},"n":"0p45_1_0p177_0","t":15,"s":[-136.125,-79.313,0],"e":[-136.125,-9.313,0],"to":[0,11.6666669845581,0],"ti":[0,-11.6666669845581,0]},{"i":{"x":0.45,"y":0.45},"o":{"x":0.167,"y":0.167},"n":"0p45_0p45_0p167_0p167","t":25,"s":[-136.125,-9.313,0],"e":[-136.125,-9.313,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.45,"y":1},"o":{"x":0.167,"y":0},"n":"0p45_1_0p167_0","t":69,"s":[-136.125,-9.313,0],"e":[-136.125,-126.313,0],"to":[0,-19.5,0],"ti":[0,19.5,0]},{"t":81}]},"s":{"a":1,"k":[{"i":{"x":[0.45,0.45,0.667],"y":[1,1,0.667]},"o":{"x":[0.177,0.177,0.333],"y":[0,0,0.333]},"n":["0p45_1_0p177_0","0p45_1_0p177_0","0p667_0p667_0p333_0p333"],"t":15,"s":[56,56,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":25,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,0.833]},"o":{"x":[0.477,0.477,0.167],"y":[0,0,0.167]},"n":["0p833_1_0p477_0","0p833_1_0p477_0","0p833_0p833_0p167_0p167"],"t":57,"s":[100,100,100],"e":[56,56,100]},{"t":69}]}},"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":[[-136.125,10],[-136.125,119]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0.6352941,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":12},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Midline","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[21,21]},"p":{"a":0,"k":[0,-57]},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse"},{"ty":"rc","d":1,"s":{"a":0,"k":[71,34]},"p":{"a":0,"k":[0,22]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"rc","d":1,"s":{"a":0,"k":[102,12]},"p":{"a":0,"k":[0,-1]},"r":{"a":0,"k":0},"nm":"Rectangle Path 2","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.0039216,0.6392157,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-136.188,176.313],"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":"Group 1","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[33,-36.25],[0,0],[0,0],[-27.25,24]],"o":[[0,0],[31.25,24],[0,0],[0,0],[-32.25,-36.25]],"v":[[-136.125,9.688],[-194,119],[-166.125,167.75],[-105.5,167.75],[-78.25,119]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0.6352941,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":12},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.945098,1,0.9960784,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"tip outline","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group"}],"ip":15,"op":82,"st":3,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":3,"nm":"Pen null","ks":{"o":{"a":0,"k":0},"r":{"a":1,"k":[{"i":{"x":[0.451],"y":[1]},"o":{"x":[0.492],"y":[0]},"n":["0p451_1_0p492_0"],"t":58,"s":[0],"e":[-14]},{"i":{"x":[0.986],"y":[0.753]},"o":{"x":[0.58],"y":[0]},"n":["0p986_0p753_0p58_0"],"t":78,"s":[-14],"e":[48]},{"t":96}]},"p":{"a":1,"k":[{"i":{"x":0.636,"y":0.703},"o":{"x":0.528,"y":0},"n":"0p636_0p703_0p528_0","t":58,"s":[540,394,0],"e":[526,574,0],"to":[9.66666698455811,85,0],"ti":[28.6560764312744,-20.6647624969482,0]},{"i":{"x":1,"y":1},"o":{"x":0.771,"y":0.366},"n":"1_1_0p771_0p366","t":78,"s":[526,574,0],"e":[331.5,432.25,0],"to":[-101.75,73.375,0],"ti":[1.75,85.9583358764648,0]},{"t":96}]},"a":{"a":0,"k":[0,-146,0]},"s":{"a":1,"k":[{"i":{"x":[0.329,0.329,0.667],"y":[1,1,0.667]},"o":{"x":[0.646,0.646,0.333],"y":[0,0,0.333]},"n":["0p329_1_0p646_0","0p329_1_0p646_0","0p667_0p667_0p333_0p333"],"t":58,"s":[100,100,100],"e":[19.5,19.5,100]},{"t":96}]}},"ao":0,"ef":[{"ty":5,"nm":"seamless wiggle loop","mn":"seamless wiggle loop","ix":1,"en":1,"ef":[{"ty":0,"nm":"Frequency","mn":"seamless wiggle loop-0001","ix":1,"v":{"a":0,"k":2}},{"ty":0,"nm":"Amplitude","mn":"seamless wiggle loop-0002","ix":2,"v":{"a":0,"k":0}},{"ty":0,"nm":"Loop Time","mn":"seamless wiggle loop-0003","ix":3,"v":{"a":0,"k":4}}]}],"ip":0,"op":97,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Pen Tip Top","parent":6,"td":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[0,0,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-0.375,-348.75],[-17.188,-295.625],[17.375,-295.625]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.4033526,0.5475228,0.6196078,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":41,"op":97,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Pen Tip Top matte","parent":6,"tt":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[0,0,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"rc","d":1,"s":{"a":0,"k":[51,64]},"p":{"a":1,"k":[{"i":{"x":0.471,"y":1},"o":{"x":0,"y":0},"n":"0p471_1_0_0","t":41,"s":[0,-264],"e":[0,-317],"to":[0,-8.83333301544189],"ti":[0,8.83333301544189]},{"t":47}]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.0039216,0.6392157,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":41,"op":97,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Pen Middle","parent":6,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[0,0,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"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":[[-0.063,-295.688],[0,18.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.635],"y":[1]},"o":{"x":[0.365],"y":[0]},"n":["0p635_1_0p365_0"],"t":19,"s":[100],"e":[0]},{"t":41}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0.0039216,0.6392157,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":33},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":1,"k":[{"i":{"x":[0.515,0.515],"y":[1,1]},"o":{"x":[0.25,0.25],"y":[0.044,0.044]},"n":["0p515_1_0p25_0p044","0p515_1_0p25_0p044"],"t":12,"s":[0,0],"e":[60,60]},{"t":21}]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0039216,0.6392157,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[0,20],"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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":12,"op":97,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"Pen Tip 02","parent":6,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[0,0,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[16.5,45.063],[84.75,-98],[2.5,-69.063],[-3.25,0],[-41.188,37.75]],"o":[[-15.937,45],[25.375,19.5],[3.5,0],[6,-58.063],[-84.438,-98]],"v":[[0,-295.563],[-166.625,18.5],[-86,159.063],[88,159.063],[166.688,18.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.558],"y":[1]},"o":{"x":[0.485],"y":[0]},"n":["0p558_1_0p485_0"],"t":41,"s":[100],"e":[70]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0.333]},"n":["0p833_0p833_0p333_0p333"],"t":63,"s":[70],"e":[70]},{"i":{"x":[0.778],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p778_1_0p167_0"],"t":66,"s":[70],"e":[57.4]},{"t":81}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0.0039216,0.6392157,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":33},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":41,"op":97,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"Pen Tip 01","parent":6,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[0,0,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[16.5,45.063],[84.75,-98],[2.5,-69.063],[-3.25,0],[-41.188,37.75]],"o":[[-15.937,45],[25.375,19.5],[3.5,0],[6,-58.063],[-84.438,-98]],"v":[[0,-295.563],[-166.625,18.5],[-86,159.063],[88,159.063],[166.688,18.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.532],"y":[1]},"o":{"x":[0.691],"y":[0]},"n":["0p532_1_0p691_0"],"t":12,"s":[0],"e":[30]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0.333]},"n":["0p833_0p833_0p333_0p333"],"t":37,"s":[30],"e":[30]},{"i":{"x":[0.557],"y":[1]},"o":{"x":[0.33],"y":[0]},"n":["0p557_1_0p33_0"],"t":39,"s":[30],"e":[44]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":58,"s":[44],"e":[44]},{"i":{"x":[0.474],"y":[1]},"o":{"x":[0.216],"y":[0]},"n":["0p474_1_0p216_0"],"t":60,"s":[44],"e":[57.5]},{"t":74}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0.0039216,0.6392157,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":33},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":12,"op":97,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"Pen Tip 03","parent":6,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[0,0,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[16.5,45.063],[84.75,-98],[2.5,-69.063],[-3.25,0],[-41.188,37.75]],"o":[[-15.937,45],[25.375,19.5],[3.5,0],[6,-58.063],[-84.438,-98]],"v":[[0,-295.563],[-166.625,18.5],[-86,159.063],[88,159.063],[166.688,18.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.945098,1,0.9960784,1]},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":74,"s":[0],"e":[100]},{"t":96}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":74,"op":97,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"Pen Bottom Lid","parent":6,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[0,0,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"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":[[-148,181.75],[146.938,181.75]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.366],"y":[1]},"o":{"x":[0.31],"y":[0]},"n":["0p366_1_0p31_0"],"t":9,"s":[100],"e":[0]},{"t":34}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0.0039216,0.6392157,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":33},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":9,"op":97,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"Pen Bottom Cup Fill","parent":6,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[0,0,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"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":[[-148,181.75],[146.938,181.75]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.0039216,0.6392157,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":33},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,165],"ix":2},"a":{"a":0,"k":[0,165],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.378,0.466],"y":[0.378,1]},"o":{"x":[0.333,0.333],"y":[0.333,0]},"n":["0p378_0p378_0p333_0p333","0p466_1_0p333_0"],"t":67,"s":[50,100],"e":[50,330]},{"t":82}],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":67,"op":97,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"Pen Bottom Cup","parent":6,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[0,0,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"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":[[-86,181.75],[-86,278.625],[87.25,278.625],[87.25,181.75]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.28],"y":[0.945]},"o":{"x":[0.39],"y":[0]},"n":["0p28_0p945_0p39_0"],"t":25,"s":[95.6],"e":[73.704]},{"i":{"x":[0.655],"y":[1]},"o":{"x":[0.322],"y":[0.008]},"n":["0p655_1_0p322_0p008"],"t":40,"s":[73.704],"e":[69.1]},{"i":{"x":[0.666],"y":[0.85]},"o":{"x":[0.12],"y":[0]},"n":["0p666_0p85_0p12_0"],"t":41,"s":[69.1],"e":[68.5]},{"i":{"x":[0.55],"y":[0.956]},"o":{"x":[0.066],"y":[0.019]},"n":["0p55_0p956_0p066_0p019"],"t":43,"s":[68.5],"e":[26.4]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":57,"s":[26.4],"e":[21.9]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.836],"y":[0.836]},"n":["0p833_0p833_0p836_0p836"],"t":58,"s":[21.9],"e":[21.9]},{"i":{"x":[0.514],"y":[1]},"o":{"x":[0.112],"y":[0]},"n":["0p514_1_0p112_0"],"t":62,"s":[21.9],"e":[4.4]},{"t":69}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0.0039216,0.6392157,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":33},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":25,"op":97,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/pencil_write.json b/ohos/flutter_lottie/assets/lottiefiles/pencil_write.json new file mode 100644 index 0000000000000000000000000000000000000000..780fe1017cfd48b1af4c58112beef77ba94429e6 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/pencil_write.json @@ -0,0 +1 @@ +{"v":"4.6.6","fr":24,"ip":0,"op":48,"w":800,"h":800,"nm":"Pencil","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"line","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,400,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"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":[[-198.875,197.5],[197.938,197.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":9,"s":[0],"e":[100]},{"t":27}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.442],"y":[1]},"o":{"x":[0.522],"y":[0]},"n":["0p442_1_0p522_0"],"t":0,"s":[0],"e":[100]},{"t":20}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":14},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":49,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":3,"nm":"pencilRot","ks":{"o":{"a":0,"k":0},"r":{"a":1,"k":[{"i":{"x":[0.256],"y":[1]},"o":{"x":[0.7],"y":[0]},"n":["0p256_1_0p7_0"],"t":20,"s":[0],"e":[-360]},{"t":48}]},"p":{"a":1,"k":[{"i":{"x":0.442,"y":1},"o":{"x":0.522,"y":0},"n":"0p442_1_0p522_0","t":0,"s":[200,422,0],"e":[600,422,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0.333,"y":0},"n":"1_1_0p333_0","t":20,"s":[600,422,0],"e":[400,217,0],"to":[0,0,0],"ti":[194,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0,"y":0},"n":"0p667_1_0_0","t":36,"s":[400,217,0],"e":[200,422,0],"to":[-179,0,0],"ti":[0,0,0]},{"t":48}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"ip":0,"op":49,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"pencil","parent":2,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.212],"y":[1]},"o":{"x":[0.469],"y":[0]},"n":["0p212_1_0p469_0"],"t":0,"s":[-6],"e":[11]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.441],"y":[0]},"n":["1_1_0p441_0"],"t":20,"s":[11],"e":[0]},{"i":{"x":[0.415],"y":[1]},"o":{"x":[0],"y":[0]},"n":["0p415_1_0_0"],"t":36,"s":[0],"e":[-6]},{"t":48}]},"p":{"a":0,"k":[0,162.022,0]},"a":{"a":0,"k":[524.082,810.037,0]},"s":{"a":0,"k":[60,60,100]}},"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":[[548,341],[548,657]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":10},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.063,-159.25],[0.063,159.25]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":10},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[500.063,497.25],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[13.222,0],[0,13.222]],"o":[[0,13.222],[-13.221,0],[0,0]],"v":[[23.94,-11.97],[0,11.97],[-23.94,-11.97]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":10},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[524.06,668.47],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-13.222,0],[0,-13.221],[0,0]],"o":[[0,-13.222],[13.221,0],[0,0],[0,0]],"v":[[-23.939,-6.583],[0,-30.523],[23.94,-6.583],[0,30.523]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[524.06,773.81],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[6.412,0],[0,13.222]],"o":[[-4.297,4.104],[-13.222,0],[0,0]],"v":[[20.236,5.345],[3.704,11.97],[-20.236,-11.97]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":10},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[568.231,668.47],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[13.222,0],[3.802,2.543]],"o":[[0,13.222],[-4.917,0],[0,0]],"v":[[18.616,-11.97],[-5.324,11.97],[-18.616,7.944]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":10},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[481.509,668.47],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-33.936,0],[0,-34]],"o":[[0,-34],[33.935,0],[0,0]],"v":[[-61.446,30.723],[0,-30.723],[61.446,30.723]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":20},"lc":3,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[524.06,245.277],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group"},{"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":[[61.446,10.827],[-61.446,10.827],[-61.446,-10.827],[61.446,-10.827]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[524.06,336.333],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[61.446,130.452],[0,258.452],[-61.446,130.452],[-61.446,-258.452],[61.446,-258.452]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":20},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[524.06,551.548],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group"}],"ip":0,"op":49,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,400,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[],"ip":0,"op":49,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/penguin.json b/ohos/flutter_lottie/assets/lottiefiles/penguin.json new file mode 100644 index 0000000000000000000000000000000000000000..a2da9926e2ff726babe448498193774920997829 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/penguin.json @@ -0,0 +1 @@ +{"v":"4.11.1","fr":60,"ip":0,"op":300,"w":1920,"h":1080,"nm":"Comp 1","ddd":0,"assets":[],"fonts":{"list":[{"fName":"MyriadPro-Regular","fFamily":"Myriad Pro","fStyle":"Regular","ascent":60.1217305380851}]},"layers":[{"ddd":0,"ind":1,"ty":5,"nm":"hello!!","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1428,546,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":145,"s":[0,0,100],"e":[100,100,100]},{"t":181}],"ix":6}},"ao":0,"t":{"d":{"k":[{"s":{"s":47,"f":"MyriadPro-Regular","t":"hello!!","j":2,"tr":-25,"lh":56.4,"ls":15,"fc":[0.99,1,1]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 9","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[760,630,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[98.705,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[19.094,-0.658],[9.358,-10.836],[-5,-16],[-3.158,-1.74],[-3.156,0.193],[0,0],[-22.014,-0.629],[-0.544,10.063],[-0.719,11.022],[-0.668,16.932]],"o":[[0,0],[-14.5,0.5],[-9.5,11],[4.63,14.817],[24.5,13.5],[24.5,-1.5],[0,0],[17.5,0.5],[1,-18.5],[0.13,-1.992],[-3.554,-17.237]],"v":[[741,-145],[542,-145],[502.5,-133.5],[498.5,-82],[516.5,-66],[517,-29.5],[550,-69],[749,-69],[772,-91.5],[772,-124],[771.668,-129.432]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.280830084109,0.858309098786,0.969362745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":[105,105],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":145,"s":[0],"e":[100]},{"t":181}],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[672,556,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ef":[{"ty":25,"nm":"Drop Shadow","np":8,"mn":"ADBE Drop Shadow","ix":1,"en":1,"ef":[{"ty":2,"nm":"Shadow Color","mn":"ADBE Drop Shadow-0001","ix":1,"v":{"a":0,"k":[0,0,0,1],"ix":1}},{"ty":0,"nm":"Opacity","mn":"ADBE Drop Shadow-0002","ix":2,"v":{"a":0,"k":123,"ix":2}},{"ty":0,"nm":"Direction","mn":"ADBE Drop Shadow-0003","ix":3,"v":{"a":0,"k":181,"ix":3}},{"ty":0,"nm":"Distance","mn":"ADBE Drop Shadow-0004","ix":4,"v":{"a":0,"k":45,"ix":4}},{"ty":0,"nm":"Softness","mn":"ADBE Drop Shadow-0005","ix":5,"v":{"a":0,"k":146,"ix":5}},{"ty":7,"nm":"Shadow Only","mn":"ADBE Drop Shadow-0006","ix":6,"v":{"a":0,"k":0,"ix":6}}]}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0.5,0.5],[0,-1.5],[0,0],[-0.5,1],[-0.5,0],[0,0],[-0.5,1],[1,0],[0,0],[-0.5,-1.5],[0,0],[0.5,0],[0.5,0.5],[-2,0.5],[0,0],[0,0],[3,7.5]],"o":[[0,0],[-9,-3],[0,0],[-10,7.5],[-21,68.5],[0,0],[15.5,26.5],[15.5,15.5],[8,1.5],[8,-4.5],[6,-26.5],[0,0],[-28,-13],[0,0],[-31.471,13.022],[-10,-17.5],[2,-0.5],[12,-15.5],[0,0],[-3,-7.5]],"v":[[-94,-172],[-115.5,-171],[-134.5,-170],[-144,-163],[-171,-119],[-133,13],[-62,91],[41,154.5],[121.5,161],[167.5,135.5],[183.5,106],[173.5,71.5],[119.5,45.5],[82.5,49],[54,83],[-77,-19],[-77.5,-44.5],[-61.5,-65.5],[-57,-93],[-85,-157.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.992444984586,0.993362666111,0.99759497549,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":14,"ix":5},"lc":1,"lj":1,"ml":4,"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 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[527.953,528],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.484,0.874,0.968,0.5,0.302,0.92,0.857,1,0.12,0.965,0.746],"ix":9}},"s":{"a":0,"k":[0,0],"ix":5},"e":{"a":0,"k":[205.469,0.062],"ix":6},"t":2,"h":{"a":0,"k":0,"ix":7},"a":{"a":0,"k":0,"ix":8},"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-6.43,-12.211],"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":"Ellipse 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[534,534],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.93223583745,0.937867647059,0.936896589691,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-6.43,-12.211],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[109.675,109.111],"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":"Ellipse 2","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[730.375,732],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":134,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.991145833333,0.989607627719,0.987243831859,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[5.188,-14],"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,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[3],"e":[18]},{"t":119}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[649,700,0],"e":[781,660,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":119,"s":[781,660,0],"e":[781,660.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":150}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[71.692,75.713,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":1,"d":1,"pt":{"a":0,"k":3,"ix":3},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":119,"s":[0,2],"e":[0,-17],"to":[0,0],"ti":[0,0]},{"t":150}],"ix":4},"r":{"a":0,"k":154.806,"ix":5},"ir":{"a":0,"k":18.102,"ix":6},"is":{"a":0,"k":0,"ix":8},"or":{"a":0,"k":35.203,"ix":7},"os":{"a":0,"k":21,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152941176471,0.772549019608,0.890196078431,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[586.906,-133.816],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[131.934,130.094],"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":"hand","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[25.695,123.883],"ix":2},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":120,"s":[0,0],"e":[0,30],"to":[0,0],"ti":[0,0]},{"t":151}],"ix":3},"r":{"a":0,"k":20,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458534031288,0.975750612745,0.664374856388,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[568.348,-165.059],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[82.654,70.96],"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":"phone02","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[26.11,125.883],"ix":2},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":120,"s":[-7,0],"e":[-7,30],"to":[0,0],"ti":[0,0]},{"t":151}],"ix":3},"r":{"a":0,"k":20,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.249310886159,0.677650122549,0.029211203257,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[575.848,-164.559],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[86.027,68.463],"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":"phone2","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[25.695,123.883],"ix":2},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":121,"s":[0,0],"e":[0,-23],"to":[0,0],"ti":[0,0]},{"t":149}],"ix":3},"r":{"a":0,"k":20,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458534031288,0.975750612745,0.664374856388,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[594.848,-166.059],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[82.654,70.96],"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":"phone01","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[26.11,125.883],"ix":2},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":121,"s":[-7,0],"e":[-7,-25],"to":[0,0],"ti":[0,0]},{"t":149}],"ix":3},"r":{"a":0,"k":20,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.249310886159,0.677650122549,0.029211203257,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[598.848,-165.559],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[86.027,68.463],"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":"phone1","np":3,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[364.428,21.688],[318.239,73.567],[412.401,74.704]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.989261642157,0.79306676528,0.011880833495,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[128.325,-71.827],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[86.316,-85.386],"ix":3},"r":{"a":0,"k":360.686,"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":"mouth2","np":3,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[369,10.5],[333,72.5],[406.5,72.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.983241421569,0.928240428251,0.024249656528,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[32,-182],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[111.684,70.494],"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":"mouth1","np":3,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[35,34],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.045358373605,0.273604897892,0.317294730392,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[505.105,-177.841],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":33,"s":[100,19],"e":[100,100]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":48,"s":[100,100],"e":[100,19]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":152,"s":[100,19],"e":[100,100]},{"t":167}],"ix":3},"r":{"a":0,"k":1.325,"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":"Ellipse 2","np":3,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[35,34],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.045358373605,0.273604897892,0.317294730392,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[385.105,-177.841],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":33,"s":[100,19],"e":[100,100]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":48,"s":[100,100],"e":[100,19]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":152,"s":[100,19],"e":[100,100]},{"t":167}],"ix":3},"r":{"a":0,"k":1.325,"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":"Ellipse 1","np":3,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[60.872,15.105],[0,0],[0,0],[0.541,166.647],[0,0],[54.638,45.067]],"o":[[-1.268,-1.079],[0,0],[0,0],[-1.268,3.237],[0,0],[1.268,0]],"v":[[459.075,-328],[442.589,-328],[442.589,147.816],[581.686,-9.677],[582.737,-170.474],[533.896,-293.474]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.881569955863,0.883217127183,0.88353247549,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[174.393,80.45],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[60.595,49.196],"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":3,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[60.872,15.105],[0,0],[0,0],[-1.268,166.158],[0,0],[58.335,29.132]],"o":[[-1.268,-1.079],[0,0],[0,0],[-1.268,3.237],[0,0],[1.268,0]],"v":[[459.075,-328],[442.589,-328],[442.589,147.816],[585.891,-10.789],[585.891,-170.474],[533.896,-293.474]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.200166171205,0.694487867168,0.789108455882,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,3],"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,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[290.406,476.125],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":207,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.986968874464,0.990191889744,0.990808823529,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[442.203,34.562],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[58.949,48.714],"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 2","np":3,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[290.406,476.125],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":207,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152712743423,0.770694927141,0.888985906863,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[441.203,-89.938],"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,"ix":13,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0}],"chars":[{"ch":"h","size":47,"style":"Regular","w":55.5,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-0.504,1.208],[-5.74,0],[0,-7.855],[0,0],[0,0],[0,0],[6.546,0],[2.618,-1.511],[1.41,-2.518],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,-1.712],[1.611,-4.834],[8.359,0],[0,0],[0,0],[0,0],[0,-16.818],[-3.323,0],[-2.719,1.511],[0,0],[0,0],[0,0],[0,0]],"v":[[7.352,0],[16.214,0],[16.214,-29.407],[16.818,-33.636],[28.702,-42.499],[39.981,-27.997],[39.981,0],[48.843,0],[48.843,-29.004],[31.824,-49.85],[22.76,-47.333],[16.415,-41.089],[16.214,-41.089],[16.214,-71.503],[7.352,-71.503]],"c":true},"ix":2},"nm":"h","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"h","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Myriad Pro"},{"ch":"e","size":47,"style":"Regular","w":50.1,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,1.813],[15.912,0],[0,-14.703],[-15.005,0],[-3.122,1.41],[0,0],[6.345,0],[0.201,11.984]],"o":[[0.101,-0.906],[0,-8.963],[-14.2,0],[0,14.703],[7.755,0],[0,0],[-3.323,1.41],[-8.862,0],[0,0]],"v":[[46.527,-22.76],[46.829,-26.889],[26.688,-49.85],[3.827,-23.566],[27.795,1.007],[44.009,-2.014],[42.499,-8.359],[29.004,-5.841],[12.286,-22.76]],"c":true},"ix":2},"nm":"e","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[-8.963,0],[0.101,-5.64]],"o":[[0.705,-6.143],[9.97,0],[0,0]],"v":[[12.387,-29.105],[25.983,-43.506],[38.269,-29.105]],"c":true},"ix":2},"nm":"e","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"e","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Myriad Pro"},{"ch":"l","size":47,"style":"Regular","w":23.6,"data":{"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":[[7.352,0],[16.214,0],[16.214,-71.503],[7.352,-71.503]],"c":true},"ix":2},"nm":"l","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"l","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Myriad Pro"},{"ch":"o","size":47,"style":"Regular","w":54.9,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[13.998,0],[0,-16.315],[-13.193,0],[0,18.027]],"o":[[-13.495,0],[0,15.408],[11.783,0],[0,-14.905]],"v":[[27.997,-49.85],[3.827,-23.969],[27.191,1.108],[51.462,-24.774]],"c":true},"ix":2},"nm":"o","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-10.474,0],[0,-8.258],[8.459,0],[0,10.675]],"o":[[10.474,0],[0,10.977],[-8.661,0],[0,-9.265]],"v":[[27.795,-43.204],[42.398,-24.472],[27.594,-5.539],[12.79,-24.271]],"c":true},"ix":2},"nm":"o","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"o","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Myriad Pro"},{"ch":"!","size":47,"style":"Regular","w":23,"data":{"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":[[15.005,-19.537],[16.415,-67.877],[6.747,-67.877],[8.157,-19.537]],"c":true},"ix":2},"nm":"!","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-3.525,0],[0,3.525],[3.625,0],[0,-3.625]],"o":[[3.625,0],[0,-3.625],[-3.424,0],[0,3.525]],"v":[[11.581,1.108],[17.523,-5.136],[11.581,-11.38],[5.64,-5.136]],"c":true},"ix":2},"nm":"!","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"!","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Myriad Pro"}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/permission.json b/ohos/flutter_lottie/assets/lottiefiles/permission.json new file mode 100644 index 0000000000000000000000000000000000000000..4c1688ac19fa63b119a4becbe3dfeb8b4a950ba2 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/permission.json @@ -0,0 +1 @@ +{"assets":[{"id":"comp_18","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[199.5,206.5,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[5.884,1.25],[0,-4.25],[0,0],[-1.25,2.75],[1.25,4.5]],"o":[[0.155,4.125],[0,4.25],[0,0],[1.25,-2.75],[-1.25,-4.5]],"v":[[-42.5,62.25],[-42,76],[-40.75,91],[-36,87.5],[-34.75,70.25]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100.366,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[217.5,180,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[3.875,-0.375],[0,-1.375],[-1,2.875],[0.125,2]],"o":[[0.125,5.25],[0,1.375],[1,-2.875],[-0.125,-2]],"v":[[-146,-81.375],[-145,-63.375],[-142,-65.875],[-140.875,-73.625]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 8","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.625,0.75],[0.25,-2.875],[0,0],[0,0],[0.375,2.375]],"o":[[-0.125,3.625],[-0.25,2.875],[0,0],[0,0],[-0.375,-2.375]],"v":[[-85.625,-71.5],[-85.75,-62.25],[-86.75,-57.125],[-82.625,-57.625],[-83.25,-62.75]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 7","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.125,1.25],[0.375,-2.625],[0,0],[0,0]],"o":[[0.125,3.75],[-0.375,2.625],[0,0],[0,0]],"v":[[28.625,-71.25],[28.5,-64],[27.5,-57.375],[31.25,-57.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 6","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.875,0],[0,0],[0,4.25]],"o":[[0,4.125],[0,0],[0,-4.25]],"v":[[48.125,-57],[48.375,-48.5],[51.875,-52.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 5","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[4.125,-0.625],[0.375,-2.375],[-0.875,2],[0,3.875]],"o":[[0,3.5],[-0.157,0.995],[0.875,-2],[0,-3.875]],"v":[[46.875,-81.5],[47.5,-63.375],[50.625,-65.25],[51.625,-72.875]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 4","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[3.25,0],[-0.875,-12.125],[-3.875,-0.25],[1,14.625]],"o":[[-3.875,0.25],[0.875,12.125],[3.875,0.25],[-1,-14.625]],"v":[[44.75,-14.25],[42,16],[50.25,42.375],[52.25,13.625]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.25,5.375],[0.375,-3.25],[0,0],[0,0]],"o":[[-0.25,8.5],[-0.375,3.25],[0,0],[0,0]],"v":[[-35.75,2.25],[-36,16],[-37.625,26.625],[-30.875,26.25]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2.875,0],[-0.375,-8.625],[-4.625,0.5],[0.875,18.625]],"o":[[-2.875,0],[0.375,8.625],[2.869,-0.31],[-0.875,-18.625]],"v":[[-104.5,-14.25],[-108,12],[-99.375,42.375],[-97.25,13.875]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"please-enable-text Outlines","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[200.25,213.125,0]},"a":{"k":[288,378,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[10.855,0],[2.55,6.672],[0.977,-0.274],[0,0],[-3.749,0.73],[-0.244,-2.193],[-3.075,0],[0.413,3.29],[0.646,1.462],[2.805,0],[0.992,8.957],[-13.027,0],[-0.8,-7.493],[0,0],[0.692,-1.737],[3.871,-0.275],[0.555,5.3],[2.262,0],[-0.341,-3.565],[-2.083,-19.283]],"o":[[-6.876,0],[-0.989,0.091],[0,0],[3.949,-0.457],[-0.207,2.193],[0.24,2.102],[4.162,0],[-0.11,-1.554],[-2.824,-0.274],[-10.223,0],[-0.961,-9.777],[9.59,0],[0,0],[-0.045,1.919],[-3.909,-0.275],[0.356,-5.209],[-0.109,-1.554],[-3.528,0],[1.703,16.449],[0.935,9.412]],"v":[[1.706,37.01],[-13.039,26.776],[-16.083,27.233],[-15.125,19.009],[-3.691,16.907],[-3.682,23.486],[0.84,31.161],[5.516,16.632],[4.283,11.972],[-4.163,11.515],[-15.598,-1.828],[-2.335,-37.01],[10.417,-17.819],[12.652,-18.184],[11.667,-7.767],[-0.326,-7.218],[-0.083,-23.029],[-2.854,-27.689],[-6.951,-4.934],[15.624,14.988]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.11,0.12,0.3,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[403.164,458.984],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.129,-0.548],[0,0],[-0.927,-13.159],[0,0],[-1,-5.209],[0,0],[-1.012,-11.789],[0,0],[-0.122,-0.457],[0,0],[0.739,14.348],[0.111,1.554],[1.809,0],[0.033,0.457],[-1.253,0.183]],"o":[[-10.875,-0.274],[0,0],[10.877,-1.005],[0,0],[-6.106,-0.639],[0,0],[0,0],[0.684,8.407],[0,0],[0.473,-3.564],[-0.739,-14.348],[-0.833,-0.274],[-0.017,-7.951],[13.564,1.188],[-0.526,7.951]],"v":[[12.546,-24.994],[0.514,-24.994],[0.888,3.426],[11.758,2.329],[12.756,12.656],[1.797,12.474],[2.692,25.176],[13.244,24.719],[14.385,35.776],[-8.09,36.508],[-8.03,5.254],[-9.891,-24.994],[-14.252,-25.268],[-14.385,-36.143],[12.097,-36.509]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.11,0.12,0.3,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[369.467,459.852],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.808,-0.091],[0.148,2.102],[3.256,0],[-0.212,-3.017],[-4.433,0],[0.103,1.462],[0,0],[7.871,0],[0.624,8.864],[-3.266,8.863],[-5.156,0],[0.654,-8.682]],"o":[[0.026,-2.192],[-0.141,-2.01],[-4.615,0],[0.226,3.197],[2.894,0],[0,0],[-0.705,6.671],[-13.842,0],[-0.683,-9.686],[1.673,-4.478],[11.129,0],[-0.873,0.457]],"v":[[3.733,-8.5],[3.637,-14.987],[-1.044,-28.786],[-4.522,0.184],[3.122,29.06],[5.226,13.982],[16.074,20.286],[3.262,37.467],[-15.391,0],[-11.002,-28.878],[-0.933,-37.467],[14.073,-10.691]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.11,0.12,0.3,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[337.028,458.801],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.44,-2.741],[6.572,-0.457],[0.277,2.65],[-1.604,0.366],[1.619,13.983],[0,0],[1.615,-0.183],[0.321,3.29],[-6.566,0.548],[0.381,-3.564],[1.435,-0.182],[-1.297,-10.693],[-0.897,-6.305],[-2.145,0.365]],"o":[[-6.714,-0.274],[0.117,-2.193],[1.544,0.091],[-0.534,-13.981],[0,0],[-1.344,0.183],[0.039,-3.29],[6.5,-0.183],[-0.46,3.747],[-1.539,0],[0.12,10.692],[0.715,6.304],[1.809,0],[0.232,3.289]],"v":[[12.249,35.776],[-7.513,36.508],[-7.633,27.095],[-3.322,26.639],[-6.02,-15.491],[-7.168,-25.358],[-12.331,-24.171],[-12.689,-35.685],[7.518,-36.508],[6.643,-25.815],[2.241,-25.358],[4.134,6.626],[7.049,26.182],[12.393,26.273]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.11,0.12,0.3,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[308.892,459.669],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.95,-23.76],[3.374,-0.914],[4.647,19.74],[0,0],[-0.698,1.645],[-3.664,0.639],[-3.44,-15.444],[0,0],[0.845,4.296],[-3.393,0.639]],"o":[[-3.411,0.366],[-3.082,-21.933],[0,0],[0.143,-1.828],[2.636,0.183],[0.412,5.848],[0,0],[0.189,-5.026],[3.464,0.366],[-1.964,23.486]],"v":[[10.507,34.679],[-0.156,36.142],[-11.506,-26.091],[-15.74,-25.816],[-14.457,-35.868],[-2.896,-36.143],[4.62,10.189],[5.073,10.189],[5.789,-36.143],[15.741,-36.143]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.11,0.12,0.3,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[278.71,459.669],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[5.428,0],[0,0],[-0.322,-4.57],[-0.535,-5.027],[-0.272,0],[0.289,4.113]],"o":[[0,0],[0.141,4.568],[0.36,5.117],[0.187,0.09],[5.247,0],[-0.29,-4.111]],"v":[[-1.851,-25.633],[-2.756,-25.633],[-2.236,-11.834],[-0.798,3.427],[-0.159,3.517],[4.893,-14.668]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[0,0],[0.95,-0.64],[0.264,3.747],[5.337,0],[0.356,-0.091],[-0.967,-7.311],[3.406,-0.457],[0.676,9.595],[1.393,10.783],[1.435,-0.183],[-0.085,3.929],[-1.907,-0.092],[-2.338,-3.656],[-0.341,-4.844],[9.907,-0.639],[0,0],[-0.611,-8.681],[0.486,-3.38],[-0.802,0.182]],"o":[[-1.163,0.183],[0.278,-3.747],[-0.257,-3.655],[-0.362,0],[0.871,7.22],[-3.431,0.091],[-0.133,-9.595],[-0.767,-10.875],[-1.442,0.091],[0.085,-3.93],[3.335,-0.183],[4.091,0.274],[2.655,4.295],[0.579,8.225],[0,0],[8.595,0],[0.245,3.473],[0.899,-0.091],[0,0]],"v":[[15.93,35.411],[7.264,36.965],[7.467,25.724],[0.899,13.388],[-0.175,13.57],[2.54,35.411],[-7.909,36.051],[-9.032,7.264],[-12.778,-25.359],[-17.186,-24.993],[-16.841,-36.782],[0.187,-36.508],[10.008,-30.659],[14.134,-15.764],[4.021,6.351],[4.04,6.626],[14.836,17.317],[14.303,27.734],[17.186,27.552]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":5,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.11,0.12,0.3,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[247.179,459.487],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.128,-0.548],[0,0],[-0.927,-13.159],[0,0],[-1,-5.209],[0,0],[-1.012,-11.789],[0,0],[-0.122,-0.457],[0,0],[0.741,14.348],[0.109,1.554],[1.809,0],[0.033,0.457],[-1.254,0.183]],"o":[[-10.875,-0.274],[0,0],[10.876,-1.005],[0,0],[-6.106,-0.639],[0,0],[0,0],[0.683,8.407],[0,0],[0.473,-3.564],[-0.738,-14.348],[-0.834,-0.274],[-0.017,-7.951],[13.564,1.188],[-0.525,7.951]],"v":[[12.546,-24.994],[0.514,-24.994],[0.888,3.426],[11.758,2.329],[12.756,12.656],[1.796,12.474],[2.692,25.176],[13.245,24.719],[14.385,35.776],[-8.09,36.508],[-8.031,5.254],[-9.89,-24.994],[-14.252,-25.268],[-14.385,-36.143],[12.097,-36.509]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.11,0.12,0.3,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[213.762,459.852],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[10.856,0],[2.55,6.672],[0.977,-0.274],[0,0],[-3.749,0.73],[-0.245,-2.193],[-3.075,0],[0.413,3.29],[0.646,1.462],[2.805,0],[0.993,8.957],[-13.027,0],[-0.8,-7.493],[0,0],[0.692,-1.737],[3.871,-0.275],[0.555,5.3],[2.262,0],[-0.341,-3.565],[-2.083,-19.283]],"o":[[-6.876,0],[-0.989,0.091],[0,0],[3.949,-0.457],[-0.207,2.193],[0.239,2.102],[4.162,0],[-0.11,-1.554],[-2.824,-0.274],[-10.223,0],[-0.96,-9.777],[9.59,0],[0,0],[-0.046,1.919],[-3.909,-0.275],[0.357,-5.209],[-0.109,-1.554],[-3.528,0],[1.703,16.449],[0.935,9.412]],"v":[[1.705,37.01],[-13.039,26.776],[-16.084,27.233],[-15.125,19.009],[-3.692,16.907],[-3.681,23.486],[0.84,31.161],[5.516,16.632],[4.283,11.972],[-4.163,11.515],[-15.598,-1.828],[-2.335,-37.01],[10.417,-17.819],[12.653,-18.184],[11.667,-7.767],[-0.326,-7.218],[-0.083,-23.029],[-2.854,-27.689],[-6.951,-4.934],[15.623,14.988]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.11,0.12,0.3,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[182.862,458.984],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.779,-11.058],[-1.244,-12.519],[2.863,-0.456],[5.057,10.145],[0,0],[-1.795,-8.772],[3.483,-0.64],[0.773,10.966],[1.269,10.327],[0,0],[-0.589,3.199],[-3.857,0.457],[-1.828,-1.554],[1.671,12.153],[-3.043,0.457]],"o":[[0.889,12.61],[-2.888,0.091],[-2.569,-10.784],[0,0],[0.533,8.864],[-3.541,-0.183],[-0.404,-10.875],[-0.727,-10.327],[0,0],[0.137,-3.198],[3.98,0],[0.736,2.741],[-0.952,-12.245],[3.082,0.091],[0.23,10.966]],"v":[[14.277,-2.284],[17.931,35.457],[9.207,36.188],[-1.363,3.015],[-0.983,9.687],[2.164,36.371],[-8.474,36.919],[-10.145,4.204],[-13.51,-26.867],[-17.931,-26.684],[-17.172,-36.462],[-5.353,-36.919],[7.057,1.828],[3.823,-35.091],[13.122,-35.366]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.11,0.12,0.3,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[383.683,357.858],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[4.795,0],[-0.188,-2.65],[-5.428,0],[0.258,3.655]],"o":[[-4.162,0],[0.264,3.747],[4.343,0],[-0.296,-4.203]],"v":[[-1.815,-27.69],[-5.731,-3.655],[2.894,28.876],[5.195,1.188]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[13.298,0],[0.766,10.874],[-15.018,0],[-0.708,-10.052]],"o":[[-15.29,0],[-0.74,-10.51],[14.203,0],[0.657,9.322]],"v":[[3.455,36.827],[-15.891,1.096],[-1.735,-36.827],[16.058,1.279]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":5,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.11,0.12,0.3,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[352.148,358.316],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 10","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.439,-2.741],[6.573,-0.457],[0.278,2.65],[-1.604,0.366],[1.619,13.983],[0,0],[1.615,-0.182],[0.322,3.29],[-6.566,0.548],[0.381,-3.564],[1.435,-0.183],[-1.297,-10.692],[-0.897,-6.305],[-2.146,0.366]],"o":[[-6.714,-0.274],[0.117,-2.193],[1.544,0.091],[-0.533,-13.982],[0,0],[-1.345,0.182],[0.039,-3.289],[6.501,-0.183],[-0.46,3.747],[-1.539,0],[0.12,10.692],[0.715,6.305],[1.809,0],[0.231,3.29]],"v":[[12.25,35.777],[-7.513,36.508],[-7.633,27.096],[-3.322,26.639],[-6.02,-15.49],[-7.167,-25.358],[-12.329,-24.171],[-12.689,-35.685],[7.518,-36.508],[6.643,-25.816],[2.242,-25.358],[4.134,6.626],[7.049,26.181],[12.395,26.273]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.11,0.12,0.3,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[325.561,358.543],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 11","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2.921,0.365],[-0.077,-4.935],[-2.426,-15.17],[0,0],[0.256,13.89],[0.67,6.945],[2.494,-0.548],[0,0],[-8.311,1.462],[-0.251,-3.564],[0,0]],"o":[[-0.194,4.934],[0.358,15.352],[0,0],[0.831,-13.891],[-0.127,-6.946],[-2.521,0.183],[0,0],[8.433,0.274],[0.341,3.564],[0,0],[-2.889,0.091]],"v":[[4.832,-26.182],[4.603,-11.469],[8.945,34.771],[-3.203,36.965],[-3.556,-5.255],[-4.569,-26.091],[-12.195,-25.177],[-13.628,-36.509],[12.849,-36.965],[13.602,-26.272],[13.628,-25.908]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.11,0.12,0.3,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[297.891,359.092],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 12","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.554,7.859],[0,0],[0.318,-4.478],[0.525,-4.112],[0,0]],"o":[[0,0],[-0.22,3.291],[-0.318,4.478],[0,0],[-1.465,-7.95]],"v":[[-1.736,-10.418],[-2.007,-10.418],[-2.585,1.919],[-4.159,14.256],[2.213,13.525]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[3.574,-0.639],[1.523,4.935],[0,0],[0,0],[3.412,-0.365],[-1.156,22.115],[0,0],[0.788,3.472],[-5.312,1.645],[-0.342,-3.564],[0,0],[-1.949,-10.966],[-3.267,-10.417]],"o":[[-0.354,-5.026],[0,0],[0,0],[-3.535,-0.091],[3.638,-21.566],[0,0],[-0.058,-3.381],[5.52,0],[-0.014,3.656],[0,0],[1.581,10.874],[2.039,10.966],[-3.626,-0.091]],"v":[[5.128,38.198],[3.245,23.029],[-4.619,23.121],[-5.632,37.01],[-16.062,37.924],[-9.163,-25.953],[-12.142,-25.862],[-12.883,-36.37],[6.349,-38.199],[6.476,-27.415],[3.328,-27.141],[8.361,5.757],[16.062,38.015]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.11,0.12,0.3,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[271.891,357.492],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 13","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.808,-0.091],[0.149,2.101],[3.256,0],[-0.213,-3.016],[-4.433,0],[0.103,1.462],[0,0],[7.871,0],[0.624,8.864],[-3.265,8.863],[-5.156,0],[0.655,-8.682]],"o":[[0.026,-2.193],[-0.141,-2.011],[-4.614,0],[0.225,3.198],[2.895,0],[0,0],[-0.706,6.671],[-13.842,0],[-0.683,-9.687],[1.674,-4.478],[11.129,0],[-0.873,0.457]],"v":[[3.732,-8.499],[3.636,-14.986],[-1.045,-28.786],[-4.522,0.184],[3.121,29.061],[5.225,13.983],[16.074,20.288],[3.261,37.467],[-15.392,0.001],[-11.003,-28.876],[-0.934,-37.467],[14.072,-10.691]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.11,0.12,0.3,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[237.258,357.675],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 14","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[4.795,0],[-0.187,-2.65],[-5.428,0],[0.258,3.655]],"o":[[-4.162,0],[0.264,3.747],[4.343,0],[-0.296,-4.203]],"v":[[-1.815,-27.69],[-5.731,-3.655],[2.894,28.876],[5.195,1.188]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[13.298,0],[0.767,10.874],[-15.018,0],[-0.708,-10.052]],"o":[[-15.29,0],[-0.74,-10.51],[14.204,0],[0.656,9.322]],"v":[[3.455,36.827],[-15.891,1.096],[-1.735,-36.827],[16.059,1.279]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.11,0.12,0.3,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[202.687,358.316],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 15","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.719,0],[6.061,0],[1.063,15.079],[0.78,5.939],[1.15,-0.366],[-0.731,3.746],[-5.014,0.731],[-0.348,-4.935],[-0.574,-6.853],[-4.156,1.371],[-0.148,-2.102],[-0.167,-1.095]],"o":[[-5.964,0.092],[-0.526,-15.17],[-0.418,-5.94],[-1.267,0],[0.201,-2.284],[5.246,0],[-1.546,6.306],[0.483,6.854],[4.408,-0.366],[-0.195,2.377],[0.136,1.919],[-1.176,0]],"v":[[10.329,36.645],[-7.475,36.919],[-9.376,-8.042],[-11.258,-25.77],[-15.479,-25.313],[-14.137,-35.822],[-1.098,-36.919],[-0.165,5.849],[1.555,26.41],[14.538,24.491],[14.458,31.071],[15.479,36.553]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.11,0.12,0.3,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[170.557,358.315],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 16","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.08,-0.343],[0,0],[-0.58,-8.24],[0,0],[-0.626,-3.262],[0,0],[-0.633,-7.382],[0,0],[-0.077,-0.286],[0,0],[0.464,8.984],[0.069,0.973],[1.134,0],[0.02,0.286],[-0.786,0.114]],"o":[[-6.811,-0.171],[0,0],[6.812,-0.629],[0,0],[-3.823,-0.4],[0,0],[0,0],[0.427,5.265],[0,0],[0.296,-2.232],[-0.463,-8.985],[-0.521,-0.171],[-0.01,-4.979],[8.494,0.744],[-0.329,4.979]],"v":[[7.856,-15.652],[0.322,-15.652],[0.555,2.146],[7.363,1.46],[7.988,7.926],[1.125,7.811],[1.685,15.766],[8.294,15.479],[9.008,22.404],[-5.066,22.861],[-5.029,3.29],[-6.194,-15.652],[-8.925,-15.823],[-9.008,-22.633],[7.576,-22.862]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.11,0.12,0.3,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[391.617,279.686],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 17","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.075,0],[3.795,0],[0.665,9.442],[0.489,3.72],[0.72,-0.229],[-0.457,2.346],[-3.141,0.458],[-0.218,-3.09],[-0.359,-4.292],[-2.603,0.859],[-0.093,-1.316],[-0.106,-0.687]],"o":[[-3.735,0.057],[-0.33,-9.5],[-0.263,-3.72],[-0.794,0],[0.126,-1.43],[3.286,0],[-0.969,3.948],[0.302,4.292],[2.761,-0.229],[-0.122,1.488],[0.085,1.202],[-0.737,0]],"v":[[6.468,22.947],[-4.681,23.119],[-5.872,-5.036],[-7.051,-16.138],[-9.693,-15.852],[-8.854,-22.433],[-0.687,-23.119],[-0.103,3.662],[0.973,16.538],[9.104,15.336],[9.054,19.456],[9.693,22.89]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.11,0.12,0.3,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[372.878,279.429],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 18","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[3.74,0],[0,0],[-0.132,-2.689],[-0.294,-3.375],[0,0],[0.108,2.346]],"o":[[0,0],[0.076,2.69],[0.124,3.376],[0,0],[3.228,0],[-0.082,-2.747]],"v":[[-0.31,-15.823],[-0.876,-15.823],[-0.701,-7.697],[0.129,2.489],[0.527,2.489],[3.918,-8.097]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[1.695,-0.057],[0.073,-2.976],[0.068,2.575]],"o":[[0.323,2.976],[2.521,-0.401],[-0.077,-1.888]],"v":[[0.405,8.784],[0.806,17.712],[4.418,11.874]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ks":{"k":{"i":[[6.055,-1.716],[-0.137,-3.548],[4.887,0.229],[2.416,-0.286],[0.128,4.235],[0.948,8.641],[0.898,-0.114],[-0.118,2.346],[-2.962,-0.228],[-1.409,-2.289],[-0.168,-3.205]],"o":[[3.399,0.802],[0.128,4.235],[-2.444,-0.114],[-0.015,-4.235],[-0.33,-8.698],[-0.96,0.057],[0.057,-2.403],[3.71,-0.401],[2.618,0.172],[1.669,2.804],[0.161,5.493]],"v":[[3.315,4.263],[9.815,12.103],[2.622,22.575],[-4.663,22.919],[-4.872,10.272],[-7.152,-15.651],[-9.97,-15.422],[-9.676,-22.518],[1.081,-22.633],[7.292,-18.913],[9.809,-8.898]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.11,0.12,0.3,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[352.954,279.343],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 19","np":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.348,4.921],[0,0],[0.2,-2.805],[0.329,-2.575],[0,0]],"o":[[0,0],[-0.138,2.06],[-0.198,2.804],[0,0],[-0.917,-4.979]],"v":[[-1.087,-6.524],[-1.258,-6.524],[-1.62,1.202],[-2.605,8.927],[1.385,8.47]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[2.238,-0.401],[0.954,3.091],[0,0],[0,0],[2.137,-0.229],[-0.724,13.848],[0,0],[0.494,2.175],[-3.327,1.03],[-0.214,-2.231],[0,0],[-1.219,-6.867],[-2.046,-6.524]],"o":[[-0.222,-3.147],[0,0],[0,0],[-2.214,-0.057],[2.278,-13.505],[0,0],[-0.036,-2.118],[3.456,0],[-0.008,2.289],[0,0],[0.989,6.809],[1.278,6.867],[-2.271,-0.058]],"v":[[3.21,23.92],[2.031,14.42],[-2.894,14.478],[-3.527,23.176],[-10.059,23.748],[-5.738,-16.252],[-7.605,-16.195],[-8.068,-22.776],[3.975,-23.92],[4.055,-17.168],[2.085,-16.996],[5.234,3.605],[10.059,23.806]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.11,0.12,0.3,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[335.321,278.914],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 20","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.487,-6.924],[-0.778,-7.84],[1.793,-0.286],[3.167,6.352],[0,0],[-1.124,-5.494],[2.181,-0.401],[0.483,6.867],[0.796,6.467],[0,0],[-0.369,2.003],[-2.416,0.286],[-1.145,-0.973],[1.046,7.611],[-1.905,0.286]],"o":[[0.557,7.897],[-1.809,0.057],[-1.608,-6.753],[0,0],[0.334,5.551],[-2.218,-0.114],[-0.254,-6.81],[-0.456,-6.466],[0,0],[0.086,-2.003],[2.493,0],[0.46,1.716],[-0.597,-7.668],[1.93,0.057],[0.145,6.867]],"v":[[8.94,-1.431],[11.228,22.203],[5.765,22.661],[-0.854,1.888],[-0.616,6.065],[1.355,22.775],[-5.306,23.119],[-6.353,2.632],[-8.46,-16.825],[-11.229,-16.71],[-10.753,-22.833],[-3.352,-23.119],[4.419,1.144],[2.394,-21.975],[8.216,-22.147]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.11,0.12,0.3,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[311.676,279.143],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 21","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.08,-0.343],[0,0],[-0.581,-8.24],[0,0],[-0.626,-3.262],[0,0],[-0.634,-7.382],[0,0],[-0.077,-0.286],[0,0],[0.464,8.984],[0.069,0.973],[1.133,0],[0.02,0.286],[-0.785,0.114]],"o":[[-6.811,-0.171],[0,0],[6.811,-0.629],[0,0],[-3.824,-0.4],[0,0],[0,0],[0.428,5.265],[0,0],[0.297,-2.232],[-0.463,-8.985],[-0.522,-0.171],[-0.011,-4.979],[8.494,0.744],[-0.328,4.979]],"v":[[7.857,-15.652],[0.322,-15.652],[0.556,2.146],[7.363,1.46],[7.989,7.926],[1.126,7.811],[1.686,15.766],[8.294,15.479],[9.009,22.404],[-5.066,22.861],[-5.029,3.29],[-6.193,-15.652],[-8.924,-15.823],[-9.008,-22.633],[7.576,-22.862]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.11,0.12,0.3,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[290.778,279.686],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 22","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.081,-0.343],[0,0],[-0.58,-8.24],[0,0],[-0.627,-3.262],[0,0],[-0.634,-7.382],[0,0],[-0.077,-0.286],[0,0],[0.464,8.984],[0.069,0.973],[1.133,0],[0.02,0.286],[-0.786,0.114]],"o":[[-6.811,-0.171],[0,0],[6.811,-0.629],[0,0],[-3.824,-0.4],[0,0],[0,0],[0.428,5.265],[0,0],[0.296,-2.232],[-0.463,-8.985],[-0.522,-0.171],[-0.011,-4.979],[8.494,0.744],[-0.329,4.979]],"v":[[7.857,-15.652],[0.322,-15.652],[0.555,2.146],[7.362,1.46],[7.988,7.926],[1.125,7.811],[1.685,15.766],[8.293,15.479],[9.008,22.404],[-5.066,22.861],[-5.03,3.29],[-6.193,-15.652],[-8.924,-15.823],[-9.008,-22.633],[7.576,-22.862]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.11,0.12,0.3,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[262.114,279.686],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 23","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[6.798,0],[1.597,4.177],[0.612,-0.171],[0,0],[-2.348,0.457],[-0.153,-1.373],[-1.927,0],[0.258,2.06],[0.404,0.916],[1.757,0],[0.622,5.608],[-8.158,0],[-0.5,-4.693],[0,0],[0.433,-1.087],[2.424,-0.172],[0.348,3.319],[1.416,0],[-0.214,-2.232],[-1.304,-12.074]],"o":[[-4.306,0],[-0.62,0.057],[0,0],[2.473,-0.287],[-0.13,1.373],[0.149,1.317],[2.606,0],[-0.069,-0.973],[-1.769,-0.172],[-6.402,0],[-0.601,-6.123],[6.006,0],[0,0],[-0.029,1.201],[-2.448,-0.171],[0.224,-3.262],[-0.068,-0.973],[-2.21,0],[1.066,10.301],[0.585,5.895]],"v":[[1.068,23.177],[-8.165,16.768],[-10.073,17.053],[-9.471,11.904],[-2.312,10.588],[-2.305,14.707],[0.527,19.514],[3.454,10.416],[2.682,7.497],[-2.607,7.211],[-9.768,-1.144],[-1.463,-23.176],[6.522,-11.158],[7.923,-11.387],[7.307,-4.864],[-0.204,-4.52],[-0.053,-14.42],[-1.786,-17.339],[-4.353,-3.09],[9.783,9.385]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.11,0.12,0.3,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[242.765,279.142],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 24","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.347,4.921],[0,0],[0.199,-2.805],[0.328,-2.575],[0,0]],"o":[[0,0],[-0.138,2.06],[-0.199,2.804],[0,0],[-0.917,-4.979]],"v":[[-1.086,-6.524],[-1.257,-6.524],[-1.618,1.202],[-2.604,8.927],[1.387,8.47]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[2.238,-0.401],[0.954,3.091],[0,0],[0,0],[2.138,-0.229],[-0.724,13.848],[0,0],[0.493,2.175],[-3.327,1.03],[-0.214,-2.231],[0,0],[-1.22,-6.867],[-2.046,-6.524]],"o":[[-0.222,-3.147],[0,0],[0,0],[-2.213,-0.057],[2.279,-13.505],[0,0],[-0.036,-2.118],[3.455,0],[-0.009,2.289],[0,0],[0.99,6.809],[1.278,6.867],[-2.27,-0.058]],"v":[[3.212,23.92],[2.033,14.42],[-2.893,14.478],[-3.526,23.176],[-10.058,23.748],[-5.737,-16.252],[-7.604,-16.195],[-8.066,-22.776],[3.977,-23.92],[4.056,-17.168],[2.085,-16.996],[5.236,3.605],[10.059,23.806]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.11,0.12,0.3,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[221.339,278.914],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 25","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.081,-0.343],[0,0],[-0.58,-8.24],[0,0],[-0.626,-3.262],[0,0],[-0.633,-7.382],[0,0],[-0.077,-0.286],[0,0],[0.464,8.984],[0.069,0.973],[1.133,0],[0.02,0.286],[-0.785,0.114]],"o":[[-6.811,-0.171],[0,0],[6.811,-0.629],[0,0],[-3.824,-0.4],[0,0],[0,0],[0.427,5.265],[0,0],[0.297,-2.232],[-0.463,-8.985],[-0.522,-0.171],[-0.011,-4.979],[8.494,0.744],[-0.329,4.979]],"v":[[7.857,-15.652],[0.322,-15.652],[0.555,2.146],[7.363,1.46],[7.988,7.926],[1.126,7.811],[1.686,15.766],[8.294,15.479],[9.008,22.404],[-5.066,22.861],[-5.029,3.29],[-6.193,-15.652],[-8.924,-15.823],[-9.008,-22.633],[7.576,-22.862]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.11,0.12,0.3,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[199.968,279.686],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 26","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.076,0],[3.796,0],[0.665,9.442],[0.489,3.72],[0.72,-0.229],[-0.457,2.346],[-3.14,0.458],[-0.218,-3.09],[-0.359,-4.292],[-2.602,0.859],[-0.093,-1.316],[-0.105,-0.687]],"o":[[-3.735,0.057],[-0.33,-9.5],[-0.262,-3.72],[-0.793,0],[0.126,-1.43],[3.286,0],[-0.969,3.948],[0.302,4.292],[2.76,-0.229],[-0.122,1.488],[0.085,1.202],[-0.736,0]],"v":[[6.468,22.947],[-4.681,23.119],[-5.872,-5.036],[-7.051,-16.138],[-9.693,-15.852],[-8.854,-22.433],[-0.687,-23.119],[-0.103,3.662],[0.974,16.538],[9.104,15.336],[9.054,19.456],[9.693,22.89]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.11,0.12,0.3,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[181.228,279.429],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 27","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[3.853,0],[-0.239,-3.376],[-0.246,-2.689],[0.157,2.232]],"o":[[0.073,3.434],[0.189,2.69],[3.848,0.744],[-0.218,-3.09]],"v":[[-0.978,-15.766],[-0.708,-5.522],[-0.027,2.547],[3.679,-9.184]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[8.938,-0.172],[-0.182,-2.575],[-0.569,-2.461],[2.133,-0.286],[0.479,6.809],[0.711,6.067],[0.898,-0.114],[-0.317,2.747],[-1.996,-0.171],[-0.375,-5.322]],"o":[[0.124,2.575],[0.177,2.518],[-2.148,0.057],[-0.027,-6.81],[-0.427,-6.066],[-0.902,0.058],[0.061,-0.744],[2.035,-0.057],[6.377,0.457],[0.496,7.038]],"v":[[0.417,7.24],[0.852,15.022],[1.731,22.691],[-4.755,23.091],[-5.348,2.605],[-7.198,-15.594],[-9.957,-15.365],[-9.534,-23.033],[0.979,-22.576],[9.461,-9.928]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.11,0.12,0.3,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[160.163,279.343],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 28","np":4,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":1,"nm":"White Solid 1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[200,200,0]},"a":{"k":[200,200,0]},"s":{"k":[100,100,100]}},"ao":0,"sw":400,"sh":400,"sc":"#ffffff","ip":0,"op":300,"st":0,"bm":0,"sr":1}]},{"id":"comp_19","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 3","ks":{"o":{"k":100},"r":{"k":-12},"p":{"k":[49,75,0]},"a":{"k":[-70.5,406.336,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[93,124,100],"e":[93,114,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8,"s":[93,114,100],"e":[93,124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":15,"s":[93,124,100],"e":[93,114,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":23,"s":[93,114,100],"e":[93,124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":30,"s":[93,124,100],"e":[93,114,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":38,"s":[93,114,100],"e":[93,124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":45,"s":[93,124,100],"e":[93,114,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":53,"s":[93,114,100],"e":[93,124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":60,"s":[93,124,100],"e":[93,114,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":68,"s":[93,114,100],"e":[93,124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":75,"s":[93,124,100],"e":[93,114,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":83,"s":[93,114,100],"e":[93,124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":90,"s":[93,124,100],"e":[93,114,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":98,"s":[93,114,100],"e":[93,124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":105,"s":[93,124,100],"e":[93,114,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":113,"s":[93,114,100],"e":[93,124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":120,"s":[93,124,100],"e":[93,114,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":128,"s":[93,114,100],"e":[93,124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":135,"s":[93,124,100],"e":[93,114,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":143,"s":[93,114,100],"e":[93,124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":150,"s":[93,124,100],"e":[93,114,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":158,"s":[93,114,100],"e":[93,124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":165,"s":[93,124,100],"e":[93,114,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":173,"s":[93,114,100],"e":[93,124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":180,"s":[93,124,100],"e":[93,114,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":188,"s":[93,114,100],"e":[93,124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":195,"s":[93,124,100],"e":[93,114,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":203,"s":[93,114,100],"e":[93,124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":210,"s":[93,124,100],"e":[93,114,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":218,"s":[93,114,100],"e":[93,124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":225,"s":[93,124,100],"e":[93,114,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":233,"s":[93,114,100],"e":[93,124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":240,"s":[93,124,100],"e":[93,114,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":248,"s":[93,114,100],"e":[93,124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":255,"s":[93,124,100],"e":[93,114,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":263,"s":[93,114,100],"e":[93,124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":270,"s":[93,124,100],"e":[93,114,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":278,"s":[93,114,100],"e":[93,124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":285,"s":[93,124,100],"e":[93,114,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":293,"s":[93,114,100],"e":[93,124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":300,"s":[93,124,100],"e":[93,114,100]},{"t":308}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[42.766,42.766]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.45,0.45,0.45,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[-68.117,381.883],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 2","ks":{"o":{"k":100},"r":{"k":-12},"p":{"k":[51,83,0]},"a":{"k":[-70.185,412.982,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[93,124,100],"e":[93,114,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8,"s":[93,114,100],"e":[93,124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":15,"s":[93,124,100],"e":[93,114,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":23,"s":[93,114,100],"e":[93,124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":30,"s":[93,124,100],"e":[93,114,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":38,"s":[93,114,100],"e":[93,124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":45,"s":[93,124,100],"e":[93,114,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":53,"s":[93,114,100],"e":[93,124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":60,"s":[93,124,100],"e":[93,114,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":68,"s":[93,114,100],"e":[93,124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":75,"s":[93,124,100],"e":[93,114,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":83,"s":[93,114,100],"e":[93,124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":90,"s":[93,124,100],"e":[93,114,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":98,"s":[93,114,100],"e":[93,124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":105,"s":[93,124,100],"e":[93,114,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":113,"s":[93,114,100],"e":[93,124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":120,"s":[93,124,100],"e":[93,114,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":128,"s":[93,114,100],"e":[93,124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":135,"s":[93,124,100],"e":[93,114,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":143,"s":[93,114,100],"e":[93,124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":150,"s":[93,124,100],"e":[93,114,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":158,"s":[93,114,100],"e":[93,124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":165,"s":[93,124,100],"e":[93,114,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":173,"s":[93,114,100],"e":[93,124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":180,"s":[93,124,100],"e":[93,114,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":188,"s":[93,114,100],"e":[93,124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":195,"s":[93,124,100],"e":[93,114,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":203,"s":[93,114,100],"e":[93,124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":210,"s":[93,124,100],"e":[93,114,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":218,"s":[93,114,100],"e":[93,124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":225,"s":[93,124,100],"e":[93,114,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":233,"s":[93,114,100],"e":[93,124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":240,"s":[93,124,100],"e":[93,114,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":248,"s":[93,114,100],"e":[93,124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":255,"s":[93,124,100],"e":[93,114,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":263,"s":[93,114,100],"e":[93,124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":270,"s":[93,124,100],"e":[93,114,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":278,"s":[93,114,100],"e":[93,124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":285,"s":[93,124,100],"e":[93,114,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":293,"s":[93,114,100],"e":[93,124,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":300,"s":[93,124,100],"e":[93,114,100]},{"t":308}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[71.766,71.766]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[-68.117,381.883],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1}]},{"id":"comp_20","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 13","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[600,600,0]},"a":{"k":[0,0,0]},"s":{"k":[98.701,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[4.053,-251.828],[-395.229,-19.828]],"o":[[0,0],[0,0],[380.947,-31.828],[-2.123,-239.828]],"v":[[623.141,-437.914],[-623.141,-437.914],[-623.141,437.914],[623.141,437.914]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.72,0.76,0.96,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[7.141,-178.086],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 12","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[600,650,0],"e":[7671,650,0],"to":[377.2275390625,0,0],"ti":[-801.2724609375,0,0]},{"t":299}]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[344,450],[-19304,450]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0.99,1,0.42,1]},"o":{"k":100},"w":{"k":20},"lc":1,"lj":1,"ml":4,"d":[{"n":"d","nm":"dash","v":{"k":200}},{"n":"o","nm":"offset","v":{"k":20}}],"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":1,"nm":"Pale Gray-Blue Solid 2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[600,600,0]},"a":{"k":[600,600,0]},"s":{"k":[100,100,100]}},"ao":0,"sw":1200,"sh":1200,"sc":"#8384a6","ip":0,"op":300,"st":0,"bm":0,"sr":1}]}],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 1","parent":8,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[400,450,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[1.5,2.5],[19.5,-0.5],[13.5,4.5],[8,-1],[-61.5,2.5],[-18.5,7.5]],"o":[[-16.5,13],[-19.596,0.502],[-1.5,4],[9.5,2],[61.5,-2.5],[3.5,-5]],"v":[[339.5,115],[207,136.5],[58,130],[47.5,137.5],[207.5,141.5],[333.5,125.5]],"c":true}],"e":[{"i":[[3.9,10.4],[25.3,-2.8],[16,4.9],[9.3,3.3],[-74.8,6.8],[-14.8,6]],"o":[[-18,13.1],[-20.93,1.702],[3.1,12.2],[8.5,6.5],[61.299,-4.269],[2.8,-4]],"v":[[341.6,62.5],[209.9,90.4],[64.3,87.1],[43.1,102.7],[207.6,110.2],[331,91.2]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[3.9,10.4],[25.3,-2.8],[16,4.9],[9.3,3.3],[-74.8,6.8],[-14.8,6]],"o":[[-18,13.1],[-20.93,1.702],[3.1,12.2],[8.5,6.5],[61.299,-4.269],[2.8,-4]],"v":[[341.6,62.5],[209.9,90.4],[64.3,87.1],[43.1,102.7],[207.6,110.2],[331,91.2]],"c":true}],"e":[{"i":[[1.5,2.5],[19.5,-0.5],[13.5,4.5],[8,-1],[-61.5,2.5],[-18.5,7.5]],"o":[[-16.5,13],[-19.596,0.502],[-1.5,4],[9.5,2],[61.5,-2.5],[3.5,-5]],"v":[[339.5,115],[207,136.5],[58,130],[47.5,137.5],[207.5,141.5],[333.5,125.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[1.5,2.5],[19.5,-0.5],[13.5,4.5],[8,-1],[-61.5,2.5],[-18.5,7.5]],"o":[[-16.5,13],[-19.596,0.502],[-1.5,4],[9.5,2],[61.5,-2.5],[3.5,-5]],"v":[[339.5,115],[207,136.5],[58,130],[47.5,137.5],[207.5,141.5],[333.5,125.5]],"c":true}],"e":[{"i":[[3.9,10.4],[25.3,-2.8],[16,4.9],[9.3,3.3],[-74.8,6.8],[-14.8,6]],"o":[[-18,13.1],[-20.93,1.702],[3.1,12.2],[8.5,6.5],[61.299,-4.269],[2.8,-4]],"v":[[341.6,62.5],[209.9,90.4],[64.3,87.1],[43.1,102.7],[207.6,110.2],[331,91.2]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45,"s":[{"i":[[3.9,10.4],[25.3,-2.8],[16,4.9],[9.3,3.3],[-74.8,6.8],[-14.8,6]],"o":[[-18,13.1],[-20.93,1.702],[3.1,12.2],[8.5,6.5],[61.299,-4.269],[2.8,-4]],"v":[[341.6,62.5],[209.9,90.4],[64.3,87.1],[43.1,102.7],[207.6,110.2],[331,91.2]],"c":true}],"e":[{"i":[[1.5,2.5],[19.5,-0.5],[13.5,4.5],[8,-1],[-61.5,2.5],[-18.5,7.5]],"o":[[-16.5,13],[-19.596,0.502],[-1.5,4],[9.5,2],[61.5,-2.5],[3.5,-5]],"v":[[339.5,115],[207,136.5],[58,130],[47.5,137.5],[207.5,141.5],[333.5,125.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":60,"s":[{"i":[[1.5,2.5],[19.5,-0.5],[13.5,4.5],[8,-1],[-61.5,2.5],[-18.5,7.5]],"o":[[-16.5,13],[-19.596,0.502],[-1.5,4],[9.5,2],[61.5,-2.5],[3.5,-5]],"v":[[339.5,115],[207,136.5],[58,130],[47.5,137.5],[207.5,141.5],[333.5,125.5]],"c":true}],"e":[{"i":[[3.9,10.4],[25.3,-2.8],[16,4.9],[9.3,3.3],[-74.8,6.8],[-14.8,6]],"o":[[-18,13.1],[-20.93,1.702],[3.1,12.2],[8.5,6.5],[61.299,-4.269],[2.8,-4]],"v":[[341.6,62.5],[209.9,90.4],[64.3,87.1],[43.1,102.7],[207.6,110.2],[331,91.2]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":75,"s":[{"i":[[3.9,10.4],[25.3,-2.8],[16,4.9],[9.3,3.3],[-74.8,6.8],[-14.8,6]],"o":[[-18,13.1],[-20.93,1.702],[3.1,12.2],[8.5,6.5],[61.299,-4.269],[2.8,-4]],"v":[[341.6,62.5],[209.9,90.4],[64.3,87.1],[43.1,102.7],[207.6,110.2],[331,91.2]],"c":true}],"e":[{"i":[[1.5,2.5],[19.5,-0.5],[13.5,4.5],[8,-1],[-61.5,2.5],[-18.5,7.5]],"o":[[-16.5,13],[-19.596,0.502],[-1.5,4],[9.5,2],[61.5,-2.5],[3.5,-5]],"v":[[339.5,115],[207,136.5],[58,130],[47.5,137.5],[207.5,141.5],[333.5,125.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":99,"s":[{"i":[[1.5,2.5],[19.5,-0.5],[13.5,4.5],[8,-1],[-61.5,2.5],[-18.5,7.5]],"o":[[-16.5,13],[-19.596,0.502],[-1.5,4],[9.5,2],[61.5,-2.5],[3.5,-5]],"v":[[339.5,115],[207,136.5],[58,130],[47.5,137.5],[207.5,141.5],[333.5,125.5]],"c":true}],"e":[{"i":[[1.5,2.5],[19.5,-0.5],[13.5,4.5],[8,-1],[-61.5,2.5],[-18.5,7.5]],"o":[[-16.5,13],[-19.596,0.502],[-1.5,4],[9.5,2],[61.5,-2.5],[3.5,-5]],"v":[[339.5,115],[207,136.5],[58,130],[47.5,137.5],[207.5,141.5],[333.5,125.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":120,"s":[{"i":[[1.5,2.5],[19.5,-0.5],[13.5,4.5],[8,-1],[-61.5,2.5],[-18.5,7.5]],"o":[[-16.5,13],[-19.596,0.502],[-1.5,4],[9.5,2],[61.5,-2.5],[3.5,-5]],"v":[[339.5,115],[207,136.5],[58,130],[47.5,137.5],[207.5,141.5],[333.5,125.5]],"c":true}],"e":[{"i":[[13.5,42],[48.5,-12],[26,6.5],[14.5,20.5],[-128,24],[0,0]],"o":[[-24,13.5],[-26.268,6.499],[21.5,45],[4.5,24.5],[60.496,-11.343],[0,0]],"v":[[350,-147.5],[221.5,-94],[89.5,-84.5],[25.5,-36.5],[208,-15],[321,-46]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":135,"s":[{"i":[[13.5,42],[48.5,-12],[26,6.5],[14.5,20.5],[-128,24],[0,0]],"o":[[-24,13.5],[-26.268,6.499],[21.5,45],[4.5,24.5],[60.496,-11.343],[0,0]],"v":[[350,-147.5],[221.5,-94],[89.5,-84.5],[25.5,-36.5],[208,-15],[321,-46]],"c":true}],"e":[{"i":[[13.5,42],[29.5,-6],[26,6.5],[8,-1],[-128,24],[0,0]],"o":[[-10,27.5],[-26.517,5.393],[21.5,45],[9.5,2],[60.497,-11.343],[0,0]],"v":[[346,-75.5],[221.5,-20],[83.5,-22.5],[35.5,49.5],[210,33],[323,-4]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":168,"s":[{"i":[[13.5,42],[29.5,-6],[26,6.5],[8,-1],[-128,24],[0,0]],"o":[[-10,27.5],[-26.517,5.393],[21.5,45],[9.5,2],[60.497,-11.343],[0,0]],"v":[[346,-75.5],[221.5,-20],[83.5,-22.5],[35.5,49.5],[210,33],[323,-4]],"c":true}],"e":[{"i":[[1.5,2.5],[19.5,-0.5],[13.5,4.5],[8,-1],[-61.5,2.5],[-18.5,7.5]],"o":[[-16.5,13],[-19.596,0.502],[-1.5,4],[9.5,2],[61.5,-2.5],[3.5,-5]],"v":[[339.5,115],[207,136.5],[58,130],[47.5,137.5],[207.5,141.5],[333.5,125.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":195,"s":[{"i":[[1.5,2.5],[19.5,-0.5],[13.5,4.5],[8,-1],[-61.5,2.5],[-18.5,7.5]],"o":[[-16.5,13],[-19.596,0.502],[-1.5,4],[9.5,2],[61.5,-2.5],[3.5,-5]],"v":[[339.5,115],[207,136.5],[58,130],[47.5,137.5],[207.5,141.5],[333.5,125.5]],"c":true}],"e":[{"i":[[3.9,10.4],[25.3,-2.8],[16,4.9],[9.3,3.3],[-74.8,6.8],[-14.8,6]],"o":[[-18,13.1],[-20.93,1.702],[3.1,12.2],[8.5,6.5],[61.299,-4.269],[2.8,-4]],"v":[[341.6,62.5],[209.9,90.4],[64.3,87.1],[43.1,102.7],[207.6,110.2],[331,91.2]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":210,"s":[{"i":[[3.9,10.4],[25.3,-2.8],[16,4.9],[9.3,3.3],[-74.8,6.8],[-14.8,6]],"o":[[-18,13.1],[-20.93,1.702],[3.1,12.2],[8.5,6.5],[61.299,-4.269],[2.8,-4]],"v":[[341.6,62.5],[209.9,90.4],[64.3,87.1],[43.1,102.7],[207.6,110.2],[331,91.2]],"c":true}],"e":[{"i":[[1.5,2.5],[19.5,-0.5],[13.5,4.5],[8,-1],[-61.5,2.5],[-18.5,7.5]],"o":[[-16.5,13],[-19.596,0.502],[-1.5,4],[9.5,2],[61.5,-2.5],[3.5,-5]],"v":[[339.5,115],[207,136.5],[58,130],[47.5,137.5],[207.5,141.5],[333.5,125.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":225,"s":[{"i":[[1.5,2.5],[19.5,-0.5],[13.5,4.5],[8,-1],[-61.5,2.5],[-18.5,7.5]],"o":[[-16.5,13],[-19.596,0.502],[-1.5,4],[9.5,2],[61.5,-2.5],[3.5,-5]],"v":[[339.5,115],[207,136.5],[58,130],[47.5,137.5],[207.5,141.5],[333.5,125.5]],"c":true}],"e":[{"i":[[3.9,10.4],[25.3,-2.8],[16,4.9],[9.3,3.3],[-74.8,6.8],[-14.8,6]],"o":[[-18,13.1],[-20.93,1.702],[3.1,12.2],[8.5,6.5],[61.299,-4.269],[2.8,-4]],"v":[[341.6,62.5],[209.9,90.4],[64.3,87.1],[43.1,102.7],[207.6,110.2],[331,91.2]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":240,"s":[{"i":[[3.9,10.4],[25.3,-2.8],[16,4.9],[9.3,3.3],[-74.8,6.8],[-14.8,6]],"o":[[-18,13.1],[-20.93,1.702],[3.1,12.2],[8.5,6.5],[61.299,-4.269],[2.8,-4]],"v":[[341.6,62.5],[209.9,90.4],[64.3,87.1],[43.1,102.7],[207.6,110.2],[331,91.2]],"c":true}],"e":[{"i":[[1.5,2.5],[19.5,-0.5],[13.5,4.5],[8,-1],[-61.5,2.5],[-18.5,7.5]],"o":[[-16.5,13],[-19.596,0.502],[-1.5,4],[9.5,2],[61.5,-2.5],[3.5,-5]],"v":[[339.5,115],[207,136.5],[58,130],[47.5,137.5],[207.5,141.5],[333.5,125.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":255,"s":[{"i":[[1.5,2.5],[19.5,-0.5],[13.5,4.5],[8,-1],[-61.5,2.5],[-18.5,7.5]],"o":[[-16.5,13],[-19.596,0.502],[-1.5,4],[9.5,2],[61.5,-2.5],[3.5,-5]],"v":[[339.5,115],[207,136.5],[58,130],[47.5,137.5],[207.5,141.5],[333.5,125.5]],"c":true}],"e":[{"i":[[3.9,10.4],[25.3,-2.8],[16,4.9],[9.3,3.3],[-74.8,6.8],[-14.8,6]],"o":[[-18,13.1],[-20.93,1.702],[3.1,12.2],[8.5,6.5],[61.299,-4.269],[2.8,-4]],"v":[[341.6,62.5],[209.9,90.4],[64.3,87.1],[43.1,102.7],[207.6,110.2],[331,91.2]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":270,"s":[{"i":[[3.9,10.4],[25.3,-2.8],[16,4.9],[9.3,3.3],[-74.8,6.8],[-14.8,6]],"o":[[-18,13.1],[-20.93,1.702],[3.1,12.2],[8.5,6.5],[61.299,-4.269],[2.8,-4]],"v":[[341.6,62.5],[209.9,90.4],[64.3,87.1],[43.1,102.7],[207.6,110.2],[331,91.2]],"c":true}],"e":[{"i":[[1.5,2.5],[19.5,-0.5],[13.5,4.5],[8,-1],[-61.5,2.5],[-18.5,7.5]],"o":[[-16.5,13],[-19.596,0.502],[-1.5,4],[9.5,2],[61.5,-2.5],[3.5,-5]],"v":[[339.5,115],[207,136.5],[58,130],[47.5,137.5],[207.5,141.5],[333.5,125.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":285,"s":[{"i":[[1.5,2.5],[19.5,-0.5],[13.5,4.5],[8,-1],[-61.5,2.5],[-18.5,7.5]],"o":[[-16.5,13],[-19.596,0.502],[-1.5,4],[9.5,2],[61.5,-2.5],[3.5,-5]],"v":[[339.5,115],[207,136.5],[58,130],[47.5,137.5],[207.5,141.5],[333.5,125.5]],"c":true}],"e":[{"i":[[3.9,10.4],[25.3,-2.8],[16,4.9],[9.3,3.3],[-74.8,6.8],[-14.8,6]],"o":[[-18,13.1],[-20.93,1.702],[3.1,12.2],[8.5,6.5],[61.299,-4.269],[2.8,-4]],"v":[[341.6,62.5],[209.9,90.4],[64.3,87.1],[43.1,102.7],[207.6,110.2],[331,91.2]],"c":true}]},{"t":300}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.71,0.71,0.71,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":0,"nm":"text-banner","parent":8,"refId":"comp_18","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[100],"e":[100]},{"t":120}]},"r":{"k":0},"p":{"k":[582,444,0]},"a":{"k":[200,200,0]},"s":{"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[56,0],[-4,-50],[-56,22],[2,36]],"o":[[10,22],[42,6],[0,-80],[-58,2]],"v":[[34,62],[66,344],[352,332],[322,66]],"c":true}],"e":[{"i":[[41.067,0],[-5.067,-37.733],[-46.933,26.267],[1.467,26.4]],"o":[[7.333,16.133],[32.933,5.467],[-3.733,-71.467],[-42.533,1.467]],"v":[[34,62],[61.2,300.267],[346.667,280.267],[322,66]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[41.067,0],[-5.067,-37.733],[-46.933,26.267],[1.467,26.4]],"o":[[7.333,16.133],[32.933,5.467],[-3.733,-71.467],[-42.533,1.467]],"v":[[34,62],[61.2,300.267],[346.667,280.267],[322,66]],"c":true}],"e":[{"i":[[56,0],[-4,-50],[-56,22],[2,36]],"o":[[10,22],[42,6],[0,-80],[-58,2]],"v":[[34,62],[66,344],[352,332],[322,66]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[56,0],[-4,-50],[-56,22],[2,36]],"o":[[10,22],[42,6],[0,-80],[-58,2]],"v":[[34,62],[66,344],[352,332],[322,66]],"c":true}],"e":[{"i":[[41.067,0],[-5.067,-37.733],[-46.933,26.267],[1.467,26.4]],"o":[[7.333,16.133],[32.933,5.467],[-3.733,-71.467],[-42.533,1.467]],"v":[[34,62],[61.2,300.267],[346.667,280.267],[322,66]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45,"s":[{"i":[[41.067,0],[-5.067,-37.733],[-46.933,26.267],[1.467,26.4]],"o":[[7.333,16.133],[32.933,5.467],[-3.733,-71.467],[-42.533,1.467]],"v":[[34,62],[61.2,300.267],[346.667,280.267],[322,66]],"c":true}],"e":[{"i":[[56,0],[-4,-50],[-56,22],[2,36]],"o":[[10,22],[42,6],[0,-80],[-58,2]],"v":[[34,62],[66,344],[352,332],[322,66]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":60,"s":[{"i":[[56,0],[-4,-50],[-56,22],[2,36]],"o":[[10,22],[42,6],[0,-80],[-58,2]],"v":[[34,62],[66,344],[352,332],[322,66]],"c":true}],"e":[{"i":[[41.067,0],[-5.067,-37.733],[-46.933,26.267],[1.467,26.4]],"o":[[7.333,16.133],[32.933,5.467],[-3.733,-71.467],[-42.533,1.467]],"v":[[34,62],[61.2,300.267],[346.667,280.267],[322,66]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":75,"s":[{"i":[[41.067,0],[-5.067,-37.733],[-46.933,26.267],[1.467,26.4]],"o":[[7.333,16.133],[32.933,5.467],[-3.733,-71.467],[-42.533,1.467]],"v":[[34,62],[61.2,300.267],[346.667,280.267],[322,66]],"c":true}],"e":[{"i":[[56,0],[-4,-50],[-56,22],[2,36]],"o":[[10,22],[42,6],[0,-80],[-58,2]],"v":[[34,62],[66,344],[352,332],[322,66]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":99,"s":[{"i":[[56,0],[-4,-50],[-56,22],[2,36]],"o":[[10,22],[42,6],[0,-80],[-58,2]],"v":[[34,62],[66,344],[352,332],[322,66]],"c":true}],"e":[{"i":[[56,0],[-4,-50],[-56,22],[2,36]],"o":[[10,22],[42,6],[0,-80],[-58,2]],"v":[[34,62],[66,344],[352,332],[322,66]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":120,"s":[{"i":[[56,0],[-4,-50],[-56,22],[2,36]],"o":[[10,22],[42,6],[0,-80],[-58,2]],"v":[[34,62],[66,344],[352,332],[322,66]],"c":true}],"e":[{"i":[[0,0],[-8,-4],[-22,38],[0,0]],"o":[[0,0],[8,4],[-14,-48],[0,0]],"v":[[34,62],[48,180],[332,138],[322,66]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":135,"s":[{"i":[[0,0],[-8,-4],[-22,38],[0,0]],"o":[[0,0],[8,4],[-14,-48],[0,0]],"v":[[34,62],[48,180],[332,138],[322,66]],"c":true}],"e":[{"i":[[0,0],[0,0],[-22,38],[0,0]],"o":[[0,0],[0,0],[-14,-48],[0,0]],"v":[[34,62],[54,256],[340,196],[322,66]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":168,"s":[{"i":[[0,0],[0,0],[-22,38],[0,0]],"o":[[0,0],[0,0],[-14,-48],[0,0]],"v":[[34,62],[54,256],[340,196],[322,66]],"c":true}],"e":[{"i":[[56,0],[-4,-50],[-56,22],[2,36]],"o":[[10,22],[42,6],[0,-80],[-58,2]],"v":[[34,62],[66,344],[352,332],[322,66]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":195,"s":[{"i":[[56,0],[-4,-50],[-56,22],[2,36]],"o":[[10,22],[42,6],[0,-80],[-58,2]],"v":[[34,62],[66,344],[352,332],[322,66]],"c":true}],"e":[{"i":[[41.067,0],[-5.067,-37.733],[-46.933,26.267],[1.467,26.4]],"o":[[7.333,16.133],[32.933,5.467],[-3.733,-71.467],[-42.533,1.467]],"v":[[34,62],[61.2,300.267],[346.667,280.267],[322,66]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":210,"s":[{"i":[[41.067,0],[-5.067,-37.733],[-46.933,26.267],[1.467,26.4]],"o":[[7.333,16.133],[32.933,5.467],[-3.733,-71.467],[-42.533,1.467]],"v":[[34,62],[61.2,300.267],[346.667,280.267],[322,66]],"c":true}],"e":[{"i":[[56,0],[-4,-50],[-56,22],[2,36]],"o":[[10,22],[42,6],[0,-80],[-58,2]],"v":[[34,62],[66,344],[352,332],[322,66]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":225,"s":[{"i":[[56,0],[-4,-50],[-56,22],[2,36]],"o":[[10,22],[42,6],[0,-80],[-58,2]],"v":[[34,62],[66,344],[352,332],[322,66]],"c":true}],"e":[{"i":[[41.067,0],[-5.067,-37.733],[-46.933,26.267],[1.467,26.4]],"o":[[7.333,16.133],[32.933,5.467],[-3.733,-71.467],[-42.533,1.467]],"v":[[34,62],[61.2,300.267],[346.667,280.267],[322,66]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":240,"s":[{"i":[[41.067,0],[-5.067,-37.733],[-46.933,26.267],[1.467,26.4]],"o":[[7.333,16.133],[32.933,5.467],[-3.733,-71.467],[-42.533,1.467]],"v":[[34,62],[61.2,300.267],[346.667,280.267],[322,66]],"c":true}],"e":[{"i":[[56,0],[-4,-50],[-56,22],[2,36]],"o":[[10,22],[42,6],[0,-80],[-58,2]],"v":[[34,62],[66,344],[352,332],[322,66]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":255,"s":[{"i":[[56,0],[-4,-50],[-56,22],[2,36]],"o":[[10,22],[42,6],[0,-80],[-58,2]],"v":[[34,62],[66,344],[352,332],[322,66]],"c":true}],"e":[{"i":[[41.067,0],[-5.067,-37.733],[-46.933,26.267],[1.467,26.4]],"o":[[7.333,16.133],[32.933,5.467],[-3.733,-71.467],[-42.533,1.467]],"v":[[34,62],[61.2,300.267],[346.667,280.267],[322,66]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":270,"s":[{"i":[[41.067,0],[-5.067,-37.733],[-46.933,26.267],[1.467,26.4]],"o":[[7.333,16.133],[32.933,5.467],[-3.733,-71.467],[-42.533,1.467]],"v":[[34,62],[61.2,300.267],[346.667,280.267],[322,66]],"c":true}],"e":[{"i":[[56,0],[-4,-50],[-56,22],[2,36]],"o":[[10,22],[42,6],[0,-80],[-58,2]],"v":[[34,62],[66,344],[352,332],[322,66]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":285,"s":[{"i":[[56,0],[-4,-50],[-56,22],[2,36]],"o":[[10,22],[42,6],[0,-80],[-58,2]],"v":[[34,62],[66,344],[352,332],[322,66]],"c":true}],"e":[{"i":[[41.067,0],[-5.067,-37.733],[-46.933,26.267],[1.467,26.4]],"o":[[7.333,16.133],[32.933,5.467],[-3.733,-71.467],[-42.533,1.467]],"v":[[34,62],[61.2,300.267],[346.667,280.267],[322,66]],"c":true}]},{"t":300}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"w":400,"h":400,"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 2","parent":8,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[396,431,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[4,7],[-2.25,0.75],[0,0]],"o":[[-3.25,8],[2.25,-0.75],[0,0]],"v":[[248.5,27.25],[240,53.25],[258.5,50.75]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.9,0.89,0.87,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"C.I.A. Outlines","cl":"I A ","parent":8,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[452,517,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-1.112,3.057],[6.949,-1.76],[6.022,-3.057],[-0.927,20.847],[-21.773,-4.725],[-1.76,2.409],[4.169,12.045],[2.872,-4.169],[2.224,-28.351],[-17.418,-2.131],[-4.818,1.112]],"o":[[2.502,-7.227],[-4.169,1.019],[-12.601,6.486],[0.834,-17.604],[0.371,8.153],[5.374,-7.134],[-0.556,-1.76],[-19.92,-6.764],[-2.038,26.406],[5.837,0.649],[6.393,-1.39]],"v":[[62.076,-3.799],[58.092,-17.882],[48.457,-5.559],[22.236,-35.763],[51.422,-65.597],[59.39,-52.904],[61.521,-74.955],[53.182,-72.268],[2.224,-39.192],[35.022,0.741],[51.329,-0.093]],"c":true}},"nm":"C","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.31,0.41,0.61,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"C","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.093,2.78],[2.502,1.297],[3.428,-1.39],[-0.463,-4.262],[-2.502,-0.556],[-3.799,2.502]],"o":[[0,-2.224],[-2.872,-1.482],[-4.911,1.946],[0.278,2.131],[3.613,0.927],[2.78,-1.853]],"v":[[91.524,-11.489],[87.911,-17.511],[76.7,-18.067],[70.77,-7.968],[75.125,-3.335],[86.984,-4.077]],"c":true}},"nm":".","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.31,0.41,0.61,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":".","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-8.431,1.76],[11.396,0.371],[-0.278,7.968],[-1.39,4.077],[3.984,0.834],[11.303,-0.185],[-12.786,-0.927],[0,-15.473],[3.15,-11.674],[-7.783,-0.278]],"o":[[4.911,-1.019],[-2.409,-6.115],[0.278,-7.875],[11.952,-0.278],[-5.837,-1.204],[-3.613,0],[1.575,8.895],[0,12.786],[-7.042,1.112],[9.821,0.278]],"v":[[130.255,-2.131],[122.472,-7.69],[119.044,-37.246],[122.565,-67.543],[129.236,-73.009],[98.754,-73.38],[104.961,-66.987],[107.092,-37.339],[104.128,-7.042],[98.383,-0.463]],"c":true}},"nm":"I","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.31,0.41,0.61,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"I","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.093,2.78],[2.502,1.297],[3.428,-1.39],[-0.463,-4.262],[-2.502,-0.556],[-3.799,2.502]],"o":[[0,-2.224],[-2.872,-1.482],[-4.911,1.946],[0.278,2.131],[3.613,0.927],[2.78,-1.853]],"v":[[156.936,-11.489],[153.323,-17.511],[142.112,-18.067],[136.182,-7.968],[140.537,-3.335],[152.396,-4.077]],"c":true}},"nm":".","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.31,0.41,0.61,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":".","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-4.447,2.78],[7.319,0.093],[5.096,17.604],[4.725,0.278],[9.45,-1.76],[-11.581,-1.297],[7.597,-16.77],[-6.393,-1.668],[-5.744,1.853],[11.859,-0.834],[0,0],[0,0],[0,0],[-3.706,-0.649]],"o":[[3.799,-2.316],[-8.987,-17.974],[8.617,-0.556],[-9.08,-0.463],[-1.39,0.278],[-2.131,14.268],[-7.875,1.39],[9.265,2.502],[2.038,-0.649],[0,0],[0,0],[2.594,8.617],[-9.172,1.39],[10.006,1.668]],"v":[[238.935,-1.019],[231.708,-5.374],[208.36,-67.821],[216.699,-75.604],[176.21,-73.565],[183.9,-67.543],[164.721,-6.671],[157.958,-1.019],[185.661,-2.78],[175.84,-7.69],[181.121,-25.016],[204.191,-28.073],[212.344,-4.911],[207.434,0.927]],"c":true}},"nm":"A","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[-2.409,-9.08],[0,0],[-3.15,8.431]],"o":[[0,0],[2.78,-10.47],[3.521,8.802]],"v":[[201.875,-35.671],[183.9,-32.891],[192.98,-59.575]],"c":true}},"nm":"A","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.31,0.41,0.61,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"A","np":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-0.093,2.78],[2.502,1.297],[3.428,-1.39],[-0.463,-4.262],[-2.502,-0.556],[-3.799,2.502]],"o":[[0,-2.224],[-2.872,-1.482],[-4.911,1.946],[0.278,2.131],[3.613,0.927],[2.78,-1.853]],"v":[[258.687,-11.489],[255.073,-17.511],[243.863,-18.067],[237.933,-7.968],[242.288,-3.335],[254.147,-4.077]],"c":true}},"nm":".","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.31,0.41,0.61,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":".","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":0,"nm":"rear-wheel","refId":"comp_19","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[823,978,0]},"a":{"k":[45,45,0]},"s":{"k":[90,90,100]}},"ao":0,"w":90,"h":90,"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":0,"nm":"front-wheel","refId":"comp_19","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[538,986,0]},"a":{"k":[45,45,0]},"s":{"k":[90,90,100]}},"ao":0,"w":90,"h":90,"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 6","parent":8,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[396,450.512,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2.5,-0.25],[-0.25,-6],[-4.5,0],[0,5.75]],"o":[[-2.5,0.25],[0.25,6],[4.5,0],[0,-5.75]],"v":[[290.25,92.75],[285.25,102.75],[290.5,112.5],[295.75,101.25]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.9,0.89,0.87,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 5","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[3.75,-0.75],[0,-4.75],[-4.5,0.5],[0,6.25]],"o":[[-3.75,0.75],[0,4.75],[4.5,-0.5],[0,-6.25]],"v":[[262.25,92.75],[257.75,103.5],[263,112],[268.25,100.75]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.9,0.89,0.87,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 4","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2,0.5],[0,0],[0,0],[-2.75,1.25],[0,5.5]],"o":[[-2,-0.5],[0,0],[0,0],[2.75,-1.25],[0,-5.5]],"v":[[236.75,83.75],[232.25,84],[232.25,98.75],[237.25,99],[242.25,91.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.9,0.89,0.87,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 3","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[3.25,-0.75],[-0.25,-5.5],[-4.5,0.75],[0,5.5]],"o":[[-3.25,0.75],[0.25,5.5],[4.5,-0.75],[0,-5.5]],"v":[[164.25,93],[159,103],[164.75,112.5],[169.75,101.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.9,0.89,0.87,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[3.75,-0.25],[0,-3.75],[-4,0],[0,5.25]],"o":[[-3.75,0.25],[0,3.75],[4,0],[0,-5.25]],"v":[[120.25,93],[115.25,103.25],[121,112.5],[125.75,102]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.9,0.89,0.87,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Motor Pool Outlines","parent":8,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[461,565.286,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-3.681,1.126],[4.244,0.217],[-0.736,4.287],[2.338,1.342],[3.118,-0.65],[1.949,-3.897],[-0.65,2.988],[4.46,-0.736],[-5.067,-1.646],[0.65,-3.638],[-1.689,-0.476],[-2.122,1.039],[4.504,0.39],[-1.169,6.755],[-1.819,-3.724],[-1.559,-3.291],[-1.559,4.244],[-2.728,4.071],[0.779,-5.63],[-3.248,-0.39]],"o":[[2.858,-0.866],[-1.039,-8.228],[3.811,-1.862],[-1.992,-1.169],[-3.075,6.409],[-1.905,-3.075],[-2.945,-0.433],[-1.992,0.346],[0.13,1.905],[-5.413,0.52],[2.295,0.65],[2.035,-0.996],[-1.992,-4.157],[0.953,1.342],[1.213,2.512],[1.083,2.295],[2.079,-5.586],[0.866,5.283],[-3.724,0.779],[4.374,0.563]],"v":[[40.923,-1.039],[37.199,-3.681],[36.722,-30.183],[39.927,-35.336],[27.325,-33.648],[20.959,-17.019],[15.33,-33.951],[0.779,-35.336],[4.72,-30.789],[4.46,-2.079],[0.779,1.256],[14.55,0.303],[9.873,-2.338],[9.224,-24.51],[12.558,-18.231],[16.975,-8.358],[21.436,-9.57],[28.364,-26.329],[29.577,-3.508],[26.676,-0.173]],"c":true}},"nm":"M","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.31,0.41,0.61,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"M","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-1.602,4.85],[4.677,3.681],[3.897,-1.602],[1.472,-2.901],[-2.945,-3.508],[-4.071,0.217]],"o":[[1.646,-4.937],[-3.248,-2.512],[-3.205,1.342],[-1.949,3.941],[2.598,2.988],[5.24,-0.217]],"v":[[67.866,-8.401],[63.752,-22.908],[51.324,-24.467],[43.789,-17.495],[45.218,-4.374],[55.697,-0.303]],"c":true}},"nm":"o","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[0.217,-3.811],[1.646,-1.516],[1.646,0.996],[0,3.421],[-2.165,1.689],[-1.429,-1.256]],"o":[[-0.173,2.815],[-1.472,1.342],[-2.079,-1.256],[0,-3.724],[1.516,-1.169],[2.252,1.949]],"v":[[61.024,-11.259],[58.296,-4.374],[53.532,-3.897],[50.544,-12.255],[53.532,-21.739],[58.426,-21.436]],"c":true}},"nm":"o","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.31,0.41,0.61,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"o","np":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2.642,-0.043],[0,0],[0,0],[0,0],[0,0],[0,0],[-3.334,-0.26],[0,0],[-1.602,-4.85],[-4.374,1.039],[1.083,1.126],[0.953,3.378],[-1.819,8.747],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[-0.996,0.087],[0,0],[-0.996,10.523],[0.953,3.031],[4.244,-0.996],[-1.256,-1.299],[-0.823,-2.945],[0,0],[2.468,0.217]],"v":[[86.609,-25.853],[80.416,-25.809],[81.715,-34.384],[74.137,-32.998],[72.925,-25.55],[67.555,-25.073],[68.464,-23.038],[72.362,-22.735],[72.232,-3.421],[80.157,1.213],[85.526,-3.508],[79.507,-3.421],[80.2,-22.388],[85.526,-21.869]],"c":true}},"nm":"t","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.31,0.41,0.61,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"t","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-1.602,4.85],[4.677,3.681],[3.897,-1.602],[1.472,-2.901],[-2.945,-3.508],[-4.071,0.217]],"o":[[1.646,-4.937],[-3.248,-2.512],[-3.205,1.342],[-1.949,3.941],[2.598,2.988],[5.24,-0.217]],"v":[[111.512,-8.401],[107.398,-22.908],[94.969,-24.467],[87.434,-17.495],[88.863,-4.374],[99.343,-0.303]],"c":true}},"nm":"o","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[0.217,-3.811],[1.646,-1.516],[1.646,0.996],[0,3.421],[-2.165,1.689],[-1.429,-1.256]],"o":[[-0.173,2.815],[-1.472,1.342],[-2.079,-1.256],[0,-3.724],[1.516,-1.169],[2.252,1.949]],"v":[[104.669,-11.259],[101.941,-4.374],[97.178,-3.897],[94.19,-12.255],[97.178,-21.739],[102.071,-21.436]],"c":true}},"nm":"o","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.31,0.41,0.61,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"o","np":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2.858,1.775],[3.291,-2.598],[0.476,-0.087],[1.213,0.52],[3.724,-1.213],[-2.512,-0.13],[0,0],[-2.382,-0.693],[-2.425,1.429],[2.425,0.606],[0,0],[-2.901,0.043],[-0.909,0.303]],"o":[[-3.118,-1.949],[-0.39,0.087],[1.342,-0.866],[-3.248,-1.472],[-2.425,0.779],[0,0],[-2.771,-0.043],[2.512,0.693],[1.126,-0.65],[0,0],[2.382,-1.342],[-0.953,3.594],[4.114,-1.256]],"v":[[134.051,-22.995],[123.788,-20.137],[123.744,-21.392],[125.65,-24.25],[115.127,-24.121],[117.292,-21.869],[116.513,-2.945],[114.65,-0.996],[125.607,-1.039],[123.744,-3.075],[123.788,-16.023],[129.461,-19.617],[132.752,-15.893]],"c":true}},"nm":"r","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.31,0.41,0.61,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"r","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,9.657],[4.46,-0.693],[4.85,-1.732],[-3.767,-0.26],[0.909,-9.657],[-1.126,-0.173],[-3.248,1.905],[4.027,0.606],[0.303,3.334]],"o":[[0,-10.436],[-2.165,0.346],[-2.685,0.953],[1.559,6.193],[-4.937,0.823],[4.027,0.693],[1.083,-0.606],[-0.866,-3.161],[6.106,1.905]],"v":[[184.592,-24.337],[170.345,-35.726],[155.925,-33.604],[159.519,-30.53],[160.818,-3.031],[157.267,0.26],[172.554,-0.909],[169.003,-3.811],[167.53,-13.684]],"c":true}},"nm":"P","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[-1.039,-3.767],[1.689,-1.819],[2.209,0.65],[-0.217,3.594]],"o":[[0.736,2.901],[-2.815,2.988],[-0.346,-5.976],[6.712,-1.732]],"v":[[176.798,-26.199],[175.195,-18.188],[167.271,-16.932],[167.227,-31.482]],"c":true}},"nm":"P","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.31,0.41,0.61,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"P","np":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-1.602,4.85],[4.677,3.681],[3.897,-1.602],[1.472,-2.901],[-2.945,-3.508],[-4.071,0.217]],"o":[[1.646,-4.937],[-3.248,-2.512],[-3.205,1.342],[-1.949,3.941],[2.598,2.988],[5.24,-0.217]],"v":[[209.981,-8.401],[205.867,-22.908],[193.438,-24.467],[185.903,-17.495],[187.332,-4.374],[197.812,-0.303]],"c":true}},"nm":"o","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[0.217,-3.811],[1.646,-1.516],[1.646,0.996],[0,3.421],[-2.165,1.689],[-1.429,-1.256]],"o":[[-0.173,2.815],[-1.472,1.342],[-2.079,-1.256],[0,-3.724],[1.516,-1.169],[2.252,1.949]],"v":[[203.139,-11.259],[200.41,-4.374],[195.647,-3.897],[192.659,-12.255],[195.647,-21.739],[200.54,-21.436]],"c":true}},"nm":"o","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.31,0.41,0.61,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"o","np":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-1.602,4.85],[4.677,3.681],[3.897,-1.602],[1.472,-2.901],[-2.945,-3.508],[-4.071,0.217]],"o":[[1.646,-4.937],[-3.248,-2.512],[-3.205,1.342],[-1.949,3.941],[2.598,2.988],[5.24,-0.217]],"v":[[237.587,-8.401],[233.473,-22.908],[221.044,-24.467],[213.509,-17.495],[214.938,-4.374],[225.418,-0.303]],"c":true}},"nm":"o","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[0.217,-3.811],[1.646,-1.516],[1.646,0.996],[0,3.421],[-2.165,1.689],[-1.429,-1.256]],"o":[[-0.173,2.815],[-1.472,1.342],[-2.079,-1.256],[0,-3.724],[1.516,-1.169],[2.252,1.949]],"v":[[230.744,-11.259],[228.016,-4.374],[223.253,-3.897],[220.265,-12.255],[223.253,-21.739],[228.146,-21.436]],"c":true}},"nm":"o","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.31,0.41,0.61,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"o","np":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-3.118,1.472],[3.248,0.173],[0,0],[1.472,0.433],[2.468,-0.736],[-3.594,-0.476],[0.65,-6.755],[-1.342,-0.26]],"o":[[2.382,-1.126],[0,0],[2.728,-0.563],[-3.464,-1.083],[-1.646,0.476],[0.043,6.929],[-4.114,0.476],[3.161,0.606]],"v":[[251.985,-0.476],[248.953,-2.642],[249.127,-32.955],[251.638,-35.683],[240.163,-35.163],[242.674,-32.565],[242.025,-2.035],[239.426,0.736]],"c":true}},"nm":"l","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.31,0.41,0.61,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"l","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"CIA-location-services Outlines","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[604,588,0],"e":[604,608,0],"to":[0,3.33333325386047,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[604,608,0],"e":[604,588,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[604,588,0],"e":[604,608,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":48,"s":[604,608,0],"e":[604,588,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":62,"s":[604,588,0],"e":[604,608,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":77,"s":[604,608,0],"e":[604,588,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":105,"s":[604,588,0],"e":[604,608,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":120,"s":[604,608,0],"e":[604,588,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":198,"s":[604,588,0],"e":[604,608,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":213,"s":[604,608,0],"e":[604,588,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":229,"s":[604,588,0],"e":[604,608,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":244,"s":[604,608,0],"e":[604,588,0],"to":[0,0,0],"ti":[0,3.33333325386047,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":285,"s":[604,588,0],"e":[604,588,0],"to":[0,0,0],"ti":[0,0,0]},{"t":300}]},"a":{"k":[400,450,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-18.79,0],[0,0],[25.816,-3.187]],"o":[[0,0],[18.79,0],[0,0],[-25.817,3.186]],"v":[[-57.78,-6.903],[-12.19,17.524],[57.78,-14.337],[-12.19,-14.337]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.75,0.67,0.52,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[264.19,343.591],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[6.924,-19.427],[15.45,-6.735]],"o":[[0,0],[-10.816,30.347],[0,0]],"v":[[43.665,-49.883],[-5.393,1.592],[-35.165,42.383]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0.55,0.46,0.36,1]},"o":{"k":100},"w":{"k":2},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[287.797,521.407],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.1,0],[0,0],[0,1.1],[0,0],[-1.1,0],[0,0],[0,-1.101],[0,0]],"o":[[0,0],[-1.1,0],[0,0],[0,-1.101],[0,0],[1.1,0],[0,0],[0,1.1]],"v":[[16.071,10.827],[-16.071,10.827],[-18.071,8.827],[-18.071,-8.827],[-16.071,-10.827],[16.071,-10.827],[18.071,-8.827],[18.071,8.827]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.96,0.55,0.22,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[328.467,730.194],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-8.879,0.349],[-1.555,0.119],[-2.667,11.333],[-1.868,10.606],[4.674,0],[0,0],[1.012,-3.451]],"o":[[24.193,-0.949],[8.667,-0.667],[0.496,-2.112],[0.81,-4.604],[0,0],[-3.596,0],[-6.315,21.531]],"v":[[-31.033,32.466],[20.044,30.774],[34.711,0.774],[39.102,-23.994],[31.696,-32.815],[-15.235,-32.815],[-23.007,-26.999]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.4,0.4,0.4,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[720.956,812.482],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-14.037,-28.967],[-14.037,-21.533],[14.038,-26.7],[-14.037,21.664],[-13.949,28.967]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0.4,0.4,0.4,1]},"o":{"k":100},"w":{"k":6},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[331.463,675.033],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[6.6,0],[0,0],[0,4.894],[0,0],[-6.6,0],[0,0],[0,-4.895],[0,0]],"o":[[0,0],[-6.6,0],[0,0],[0,-4.895],[0,0],[6.6,0],[0,0],[0,4.894]],"v":[[9.442,34.655],[-9.441,31.688],[-21.441,22.789],[-21.441,-22.789],[-9.441,-31.689],[9.442,-34.655],[21.442,-25.755],[21.442,25.756]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.52,0.49,0.46,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[349.908,646.066],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[-10.96,2.413],[0,0],[0,0],[8.477,-1.229],[1.692,-0.412],[1.087,-0.331]],"o":[[0,0],[0,0],[6.577,-1.447],[0,0],[0,0],[-1.916,0.277],[-1.246,0.302],[-4.824,1.465]],"v":[[-16.505,5.568],[-16.505,-3.787],[0.363,-6.565],[16.505,-6.049],[16.505,-0.499],[0.363,0.531],[-5.069,1.589],[-8.576,6.547]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.4,0.4,0.4,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[392.495,654.898],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[3.282,-0.349],[0,0],[0.349,3.282],[0,0],[-3.282,0.348],[0,0],[-0.349,-3.281],[0,0]],"o":[[0,0],[-3.281,0.348],[0,0],[-0.349,-3.281],[0,0],[3.281,-0.349],[0,0],[0.349,3.282]],"v":[[13.638,11.908],[-12.253,12.552],[-18.853,7.219],[-18.97,-3.307],[-13.638,-9.906],[11.253,-12.55],[17.853,-7.219],[18.97,5.307]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.73,0.71,0.67,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[392.858,655.429],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-12.212,-280.682],[12.212,111.401],[0.852,280.682]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0.3,0.3,0.3,1]},"o":{"k":100},"w":{"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[411.674,564.932],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[30.254,0.002],[0,-16.383],[-14.383,0.915],[-8.285,7.741],[-1.471,1.035]],"o":[[11.244,7.87],[20.161,-0.923],[0.642,-13.138],[1.334,-1.247],[-22.004,1.006]],"v":[[-122.561,-16.156],[-103.794,22.435],[103.936,13.502],[118.349,-19.007],[122.561,-22.435]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.4,0.4,0.4,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[476.128,811.821],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 10","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.009,-8.42],[0,0],[-10.024,0.066],[-6.295,0.056],[-2.129,12.773],[8.486,-0.127]],"o":[[0,0],[-1.192,9.953],[8.865,-0.059],[6.474,-35.473],[-14.371,-0.612],[-8.479,0.127]],"v":[[-21.273,-33.189],[-28.785,29.53],[-12.147,48.16],[12.992,47.976],[29.977,-47.573],[-4.701,-48.099]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.9,0.34,0.29,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[740.356,723.905],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 11","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[3.035,-5.939],[7,-3.333],[11.386,1.023],[3.588,3.998],[-0.167,1.656],[0,0],[-3.445,1.292],[1.528,0.532],[1.651,-0.472],[1.316,-0.444],[-1.007,-0.924],[-0.072,-0.178],[11.441,-72.057],[0.345,-0.261],[0.647,-2.237],[10.591,-1.333],[41.017,2.439],[-1.313,4.003],[-0.59,0.785],[-0.665,1.716],[-19.43,82.487],[0.163,-0.101],[2.052,-0.038],[1.136,-4.681],[18.342,-76.53],[0.282,-0.235],[4.487,-4.41],[-1.527,-0.032],[0,0],[0,0],[-0.214,-0.098],[0,0],[-0.19,-0.019],[0,0],[-0.234,0.797],[0,0],[0.056,0.276]],"o":[[-3.227,6.314],[-6.621,3.153],[-0.68,-0.062],[-1.112,-1.238],[0,0],[10.465,-77.001],[1.514,-0.567],[-1.989,-0.691],[-0.84,0.24],[-1.295,0.438],[0.142,0.13],[0.87,2.178],[-0.068,0.428],[-0.427,0.326],[-3.28,11.346],[-8.734,1.099],[-6.34,-0.377],[0.758,-2.312],[0.556,-2.664],[0.731,-1.886],[1.327,-5.634],[-0.477,0.296],[-17.205,0.32],[-1.945,8.017],[-9.241,38.556],[-16.315,13.63],[-1.089,1.071],[0,0],[0,0],[0.236,0.005],[0,0],[0.173,0.079],[0,0],[0.826,0.083],[0,0],[0.079,-0.271],[-0.883,-4.314]],"v":[[159.962,122.329],[151.188,133.35],[93.744,152.496],[81.622,147.657],[80.147,143.11],[86.188,74.017],[125.688,-198.484],[125.649,-201.734],[119.688,-202.484],[116.348,-201.416],[115.864,-198.445],[116.188,-197.984],[66.937,138.293],[66.3,139.355],[64.701,143.017],[37.597,151.35],[-124.35,146.349],[-129.937,138.642],[-127.61,131.993],[-125.906,124.835],[-65.57,-158.523],[-57.844,-169.785],[-56.973,-176.491],[-76.967,-149.33],[-128.063,91.023],[-147.989,138.949],[-170.4,168.652],[-169.223,171.603],[-74.8,177.639],[28.234,185.86],[28.917,186.017],[67.896,193.896],[68.444,194.044],[156.722,202.874],[158.55,201.642],[171.398,157.808],[171.433,156.98]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.9,0.89,0.87,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[254.304,487.421],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 12","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[4.048,0.345],[-2.962,0.45]],"o":[[-0.372,2.05],[0,0],[-4.048,-0.345],[2.962,-0.45]],"v":[[6.441,-4.003],[4.903,4.453],[-2.393,0.225],[-2.393,-4.003]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.03,0.02,0.02,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[243.431,397.453],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 13","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[1.677,3],[0,0],[0,0],[0,0],[6.588,0.5]],"o":[[0,0],[0,0],[0,0],[0,0],[-6.589,-0.5]],"v":[[-15.834,-3.953],[-11.63,4.453],[1.155,-0.12],[15.834,1.102],[0.578,-3.953]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.03,0.02,0.02,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[271.011,397.453],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 14","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-6.793,-0.571],[-4.542,0.571],[-2.964,-0.142],[0.258,-3.424],[0.258,-3.413],[5.457,-1.364],[3.44,0],[8.532,1.395],[2.851,0.661],[1.141,3.995],[0.571,2.217]],"o":[[4.565,0.635],[6.794,0.571],[4.543,-0.571],[2.964,0.143],[-0.257,3.424],[-0.257,3.412],[-10.171,2.543],[-3.439,0],[-8.533,-1.395],[-2.853,-0.66],[-1.141,-3.994],[-0.57,-2.219]],"v":[[-103.294,-35.31],[61.29,-11.284],[89.79,-11.284],[105.636,-10.855],[108.857,-1.011],[108.857,24.108],[105.636,28.661],[85.79,33.661],[72.052,33.914],[-97.399,6.507],[-102.534,2.423],[-110.523,-32.46]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.4,0.4,0.4,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[181.209,828.127],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 15","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[4.787,0.021],[0,0],[0.361,5.122],[0,0],[-4.787,-0.021],[0,0],[-0.361,-5.121],[0,0]],"o":[[0,0],[-4.786,-0.021],[0,0],[-0.362,-5.122],[0,0],[4.786,0.021],[0,0],[0.362,5.122]],"v":[[14.178,32.648],[-11.932,31.535],[-21.292,22.185],[-24.577,-23.374],[-16.531,-32.648],[15.579,-32.536],[24.939,-23.186],[22.224,23.374]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.98,0.98,0.98,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[231.012,729.346],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 16","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[4.4,0],[0,0],[0.794,4.399],[0,0],[-4.4,0],[0,0],[-0.794,-4.4],[0,0]],"o":[[0,0],[-4.4,0],[0,0],[-0.794,-4.4],[0,0],[4.399,0],[0,0],[0.794,4.399]],"v":[[17.053,28],[-6.947,28],[-16.391,20],[-23.61,-20],[-17.053,-28],[6.947,-28],[16.391,-20],[23.609,20]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.98,0.98,0.98,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[92.616,717.866],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 17","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-9.441,3.566],[-6.666,-0.434],[-3.313,0.368],[-11.047,-2.502],[-8,-2.213],[-8,-4],[0,0],[0,0]],"o":[[0,0],[9.44,-3.566],[6.667,0.434],[8.667,-0.963],[5.231,1.185],[8,2.213],[8,4],[0,0],[0,0]],"v":[[-115.333,4.724],[-94.106,-19.043],[-56,-19.043],[-38,-24.609],[33.714,-22.609],[53.334,-15.276],[103.334,-7.943],[122,25.573],[-122,16.724]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.26,0.22,0.22,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[225.666,636.276],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 18","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[7.334,-1.334],[0,0],[6.666,-2.667],[0,0],[3.333,-2],[0,0],[-4.667,-0.666],[0,0],[-4,0],[0,0],[-5.334,-0.667]],"o":[[0,0],[-7.333,1.333],[0,0],[-6.667,2.666],[0,0],[-3.333,2],[0,0],[4.666,0.667],[0,0],[4,0],[0,0],[5.333,0.667]],"v":[[21,-6.667],[12.333,-15.333],[3,-6.667],[-4.333,-15.333],[-10.333,-2],[-17,-2],[-21,10],[-16.333,17.333],[-9,10.667],[-4.333,14.667],[5,1],[9.667,10]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.92,0.83,0.7,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[222.541,646.331],"ix":2},"a":{"k":[23.207,59.301],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[8]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[8],"e":[-8]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":23,"s":[-8],"e":[1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[1],"e":[-17]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[-17],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":68,"s":[4],"e":[11]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":82,"s":[11],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":98,"s":[5],"e":[-3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":111,"s":[-3],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":120,"s":[0],"e":[8]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":128,"s":[8],"e":[-8]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":143,"s":[-8],"e":[1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":158,"s":[1],"e":[-17]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":174,"s":[-17],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":188,"s":[4],"e":[11]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":202,"s":[11],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":218,"s":[5],"e":[-3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":231,"s":[-3],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":240,"s":[0],"e":[8]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":248,"s":[8],"e":[-8]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":263,"s":[-8],"e":[1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":278,"s":[1],"e":[-17]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":294,"s":[-17],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":308,"s":[4],"e":[11]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":322,"s":[11],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":338,"s":[5],"e":[-3]},{"t":351}],"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 19","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[1.346,0],[3.81,-6.133],[-3.443,0],[0,0],[-2.489,-4.667],[0,0],[-3.987,-4],[0,0],[-6,-0.467],[2.333,6]],"o":[[0,0],[-1.347,0],[-3.809,6.132],[3.444,0],[0,0],[2.49,4.667],[0,0],[3.986,4],[0,0],[6,0.467],[-2.333,-6]],"v":[[3.96,-13.933],[-4.693,-19.933],[-19.484,-13.933],[-19.484,4.733],[-9.123,-3.6],[-11.863,7.4],[-0.04,3.4],[-4.693,14.067],[7.293,14.067],[12.627,19.6],[20.96,4.067]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.92,0.83,0.7,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[222.275,646.635],"ix":2},"a":{"k":[-38.557,55.035],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[8]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[8],"e":[-8]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":23,"s":[-8],"e":[1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[1],"e":[-17]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[-17],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":68,"s":[4],"e":[11]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":82,"s":[11],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":98,"s":[5],"e":[-3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":111,"s":[-3],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":120,"s":[0],"e":[8]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":128,"s":[8],"e":[-8]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":143,"s":[-8],"e":[1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":158,"s":[1],"e":[-17]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":174,"s":[-17],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":188,"s":[4],"e":[11]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":202,"s":[11],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":218,"s":[5],"e":[-3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":231,"s":[-3],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":240,"s":[0],"e":[8]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":248,"s":[8],"e":[-8]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":263,"s":[-8],"e":[1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":278,"s":[1],"e":[-17]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":294,"s":[-17],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":308,"s":[4],"e":[11]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":322,"s":[11],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":338,"s":[5],"e":[-3]},{"t":351}],"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 20","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-37.04,0],[0,-37.04]],"o":[[0,-37.04],[37.04,0],[0,0]],"v":[[-67.066,33.533],[0.001,-33.533],[67.066,33.533]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0.26,0.22,0.22,1]},"o":{"k":100},"w":{"k":8},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[222.923,646.402],"ix":2},"a":{"k":[-0.076,33.869],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[8]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[8],"e":[-8]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":23,"s":[-8],"e":[1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[1],"e":[-17]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[-17],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":68,"s":[4],"e":[11]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":82,"s":[11],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":98,"s":[5],"e":[-3]},{"t":111}],"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 21","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-3.156,-2]],"o":[[0,0],[0,0]],"v":[[-8.838,1],[8.838,1]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0.95,0.69,0.63,1]},"o":{"k":100},"w":{"k":4},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[251.338,464.667],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 22","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,-67.833],[0,0],[0,0],[0,0],[-30.833,6.764],[-1.665,25.802],[-2.398,1.872]],"o":[[0,0],[0,0],[0,0],[8.435,46.669],[0,0],[0,0],[0,0],[0,0],[25.373,-5.567],[14.014,0],[16.411,-12.472]],"v":[[-13.289,-89.706],[44.48,-109.167],[35.769,-67.641],[93.211,-54.109],[109.306,81.167],[37.973,109.167],[-109.307,103.678],[-89.284,65.24],[-53.194,25.766],[-40.517,-41.046],[-24.105,-42.917]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.75,0.67,0.52,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[295.693,539.166],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 23","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.633,-13.865],[7.632,0.348],[-0.633,13.866],[-7.632,-0.348]],"o":[[-0.633,13.866],[-7.633,-0.349],[0.634,-13.866],[7.631,0.349]],"v":[[13.819,0.63],[-1.146,25.107],[-13.819,-0.632],[1.147,-25.107]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.07,0.05,0.05,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[318.513,420.869],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 24","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-1.286,6.516],[-6.319,4.485],[-10.595,3.919],[-14.715,5.661],[-6.475,-6.829],[0,0]],"o":[[0,0],[1.286,-6.516],[6.319,-4.485],[4.71,-1.742],[5.829,-2.243],[6.475,6.828],[0,0]],"v":[[-29.627,23.493],[-29.627,-7.073],[-18.582,-16.664],[-2.17,-12.287],[12.545,-17.948],[21.934,-16.664],[30.914,14.648]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.59,0.51,0.4,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[273.76,322.331],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 25","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[35,5.334],[0,0]],"o":[[0,0],[-25.361,-3.864],[0,0]],"v":[[31.771,54.533],[-6.41,-50.67],[-31.565,-29.762]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0.07,0.05,0.05,1]},"o":{"k":100},"w":{"k":6},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[286.743,366.335],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 26","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[35,5.333],[0,0]],"o":[[0,0],[-25.361,-3.864],[0,0]],"v":[[36.143,44.684],[-10.782,-39.836],[-21.855,-44.684]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0.07,0.05,0.05,1]},"o":{"k":100},"w":{"k":6},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[282.371,376.185],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 27","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[5,-25.171],[0,0]],"o":[[0,0],[-4.846,24.4],[0,0]],"v":[[12.198,-29.375],[-7.352,-8.837],[-5.817,34.009]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0.07,0.05,0.05,1]},"o":{"k":100},"w":{"k":6},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[249.852,371.867],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 28","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0.791,-17.318],[8.091,0.37],[-0.791,17.319],[-8.092,-0.37]],"o":[[-0.791,17.319],[-8.092,-0.37],[0.791,-17.318],[8.092,0.369]],"v":[[14.652,0.668],[-1.431,31.358],[-14.651,-0.669],[1.432,-31.358]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.19,0.12,0.13,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[304.673,420.703],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 29","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[-3.409,-0.396],[-5.067,1.373],[-2.898,2.667],[0,0]],"o":[[0,0],[5.334,0],[3.409,0.395],[5.066,-1.373],[2.897,-2.667],[0,0]],"v":[[-39.714,-0.706],[-24.381,-0.706],[-7.522,1.605],[-4.113,2],[26.722,-0.706],[39.714,-0.706]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0.07,0.05,0.05,1]},"o":{"k":100},"w":{"k":6},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[259.38,405.706],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 30","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-11.063],[8.744,0],[3.186,6.36],[-8.745,0]],"o":[[0,10.937],[-8.745,0],[-4.955,-9.892],[8.744,0]],"v":[[18.311,0],[2.478,13.729],[-13.356,0],[2.478,-13.729]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.03,0.02,0.02,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[269.689,413.062],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 31","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-8.652],[12.519,0],[0,8.652],[-12.518,0]],"o":[[0,8.652],[-12.518,0],[0,-8.652],[12.519,0]],"v":[[22.667,0],[-0.001,15.667],[-22.667,0],[-0.001,-15.667]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.94,0.62,0.57,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[248.333,430],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 32","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-11.063],[-7.726,0],[-2.815,6.36],[7.726,0]],"o":[[0,10.937],[7.726,0],[4.377,-9.892],[-7.726,0]],"v":[[-16.178,0],[-2.189,13.729],[11.801,0],[-2.189,-13.729]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.03,0.02,0.02,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[239.178,413.062],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 33","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[13.757,-3.763],[2.334,-14.666],[3.49,-8.301],[-0.833,-10],[1.333,-6.551],[-1.333,-14],[-4,0],[-6.667,13.333],[-8.667,26],[1.354,12.182]],"o":[[-12.369,3.383],[-2.333,14.667],[-3.49,8.301],[0.834,10],[-1.334,6.55],[1.333,14],[4,0],[6.667,-13.333],[8.667,-26],[-1.333,-12]],"v":[[12.333,-96.452],[-11.334,-77.119],[-15,-30.452],[-25.834,-1.118],[-19,26.998],[-37.667,66.882],[-15,100.215],[16.333,60.215],[30.333,22.882],[33.666,-71.119]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.92,0.83,0.7,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[263.333,422.785],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 34","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[-4.572,-6.45],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[4.572,6.45],[0,0],[0,0],[0,0]],"v":[[-19.131,-51.548],[-5.146,-19.031],[-31.139,-4.818],[-19.131,15.284],[-16.479,58.809],[12.688,-19.79],[31.14,-58.809]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.55,0.46,0.36,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[224.813,506.123],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 35","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-12.745,-2.479],[10.557,-11.043],[18.89,0],[-7.052,-5.871]],"o":[[0,0],[12.744,2.478],[-10.557,11.042],[-18.889,0],[7.053,5.871]],"v":[[-51.905,-7.21],[57.021,-23.365],[71.826,-5.378],[-17.551,25.844],[-75.331,-14.515]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.59,0.51,0.4,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[281.741,351.202],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 36","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[3.592,11.26],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-3.591,-11.26],[0,0]],"v":[[68.673,-93.088],[3.163,-81.629],[16.217,-47.635],[-33.337,-31.167],[-68.674,93.088],[25.993,93.088],[37.508,50],[21.326,33.52],[43.826,-45.079]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.67,0.6,0.45,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[193.673,531.412],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 37","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[4.968,-6.879],[3.333,-15.333],[0,0],[0,0],[0,6.769],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[-8.667,12],[-3.333,15.334],[0,0],[0,0],[0,-5.333],[0,0],[0,0]],"v":[[18.497,-60.333],[4.497,-48.333],[11.497,-39],[4.497,-29.667],[-17.503,32.333],[-21.503,60.333],[-1.503,56.333],[7.664,-7.667],[11.497,-39],[21.502,-45.264]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.03,0.02,0.02,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[229.836,588],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 38","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[3.334,-24],[0,0],[-6.953,15.333],[-1.472,18.135],[13.333,-10.667]],"o":[[0,0],[-3.333,24],[0,0],[6.952,-15.333],[1.472,-18.135],[-13.333,10.667]],"v":[[-13.024,-49],[-36.191,18.334],[-42.191,103],[8.857,21.667],[40.719,-76.333],[20.476,-92.333]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[250.524,535.333],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 39","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[16.47,0],[0,0],[0,16.47],[0,0],[-16.47,0],[0,0],[0,-16.471],[0,0]],"o":[[0,0],[-16.47,0],[0,0],[0,-16.471],[0,0],[16.47,0],[0,0],[0,16.47]],"v":[[58.385,121.138],[-58.386,121.138],[-88.331,91.19],[-88.331,-91.19],[-58.386,-121.137],[58.385,-121.137],[88.331,-91.19],[88.331,91.19]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.26,0.22,0.22,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[299.095,523],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 40","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[3.333,13.333],[10,0.666],[11.336,0.581],[8.667,-2.666],[0,0],[0,-2.666],[31.177,-10.727],[4,-4],[-1.333,-8],[-1.333,-4],[-6.666,-1.333],[-8,-0.667],[-6.945,0.469],[-15.008,0.608],[0,5.581],[-21.355,0],[0,-24.854],[1.061,-4.109],[-68.994,2.646],[0,3.876],[-21.355,0],[0,-24.853],[0.433,-2.698],[-2.182,0.167],[-2.666,11.333],[-3.333,20]],"o":[[-3.333,-13.333],[-10,-0.667],[-7.591,-0.389],[-8.666,2.667],[-0.666,37.245],[0,2.667],[-17.667,6.078],[-4,4],[1.334,8],[1.333,4],[6.667,1.333],[8,0.666],[1.962,-0.133],[-1.596,-4.931],[0,-24.854],[21.355,0],[0,4.511],[61.526,-2.383],[-0.791,-3.588],[0,-24.853],[21.355,0],[0,2.844],[42.856,-1.659],[8.666,-0.667],[2.667,-11.334],[3.333,-20]],"v":[[313.333,-264.805],[291.333,-276.138],[-31.334,-284.805],[-67.334,-279.472],[-219.834,-254.972],[-221.667,35.194],[-305.333,59.195],[-352.667,92.529],[-359.333,107.195],[-328.667,249.862],[-313.333,255.862],[-155.334,284.529],[-142,284.529],[-115.525,283.38],[-117.999,267.529],[-79.334,222.529],[-40.667,267.529],[-42.306,280.502],[168.212,272.419],[167,261.195],[205.667,216.195],[244.333,261.195],[243.662,269.516],[318,266.529],[332.667,246.529],[357.333,110.529]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.9,0.89,0.87,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[6.6,0],[0,0],[0,6.6],[0,0],[0,0],[0,-52.01],[0,0]],"o":[[0,0],[-6.6,0],[0,0],[0,-6.6],[19,-3.249],[0,0],[0,6.601]],"v":[[-310.693,-380.326],[-487.97,-380.326],[-517.307,-393.042],[-513.47,-721.264],[-340.693,-752.674],[-313.693,-705.664],[-298.693,-392.326]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.59,0.58,0.55,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[295.693,473.174],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 41","np":2,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"k":[413,566.727],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 46","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-44.415,-6.965],[-0.088,-28.498],[13.461,15.116],[0,18.756]],"o":[[0,15.221],[-13.207,19.55],[0.051,-18.153],[47.316,-6.965]],"v":[[73.475,-22.118],[73.562,9.533],[-73.562,11.187],[-73.511,-22.118]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.73,0.71,0.67,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[572.316,286.68],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 47","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-40.589],[-0.088,-28.498],[13.461,15.116],[0,18.756],[-40.59,0]],"o":[[0,15.221],[-13.207,19.55],[0.051,-18.153],[0,-40.589],[40.589,0]],"v":[[73.475,-1.354],[73.562,55.297],[-73.562,56.952],[-73.511,-1.354],[-0.018,-74.848]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.9,0.89,0.87,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[572.316,240.916],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 48","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,-6.261],[6.261,0],[0,6.261],[-6.262,0]],"o":[[0,6.261],[-6.262,0],[0,-6.261],[6.261,0]],"v":[[11.337,0],[0,11.336],[-11.336,0],[0,-11.336]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.9,0.89,0.87,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[311.442,135.794],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 49","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[8.404,0.752],[-1.281,9.693],[-4.326,-1.336],[0,0],[0,0]],"o":[[-4.171,-0.373],[1.3,-9.831],[8.589,2.652],[0,0],[0,0]],"v":[[-37.154,10.443],[-49.099,-4.23],[-32.257,-15.108],[50.381,10.406],[49.224,16.445]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.73,0.71,0.67,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[355.121,158.705],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":-168.392,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 50","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[11.583,-42.349],[37.012,10.123],[-11.583,42.349],[-37.013,-10.123]],"o":[[-11.583,42.349],[-37.013,-10.123],[11.583,-42.349],[37.013,10.124]],"v":[[67.018,18.33],[-20.973,76.68],[-67.017,-18.33],[20.973,-76.68]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.9,0.89,0.87,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[390,167.036],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 51","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,-2.264],[0,0],[0,0],[0,0],[2.583,-0.669]],"o":[[-13.479,0.667],[0,0],[0,0],[0,0],[0,0],[-2.581,0.67]],"v":[[7.146,-73.667],[-14.333,-65.931],[-14.333,-63.667],[-48.333,73.667],[48.333,67.001],[15.958,-70.879]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.73,0.71,0.67,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[396,232],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 52","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-6.6,0],[0,0],[0,4.894],[0,0],[6.599,0],[0,0],[0,-4.895],[0,0]],"o":[[0,0],[6.599,0],[0,0],[0,-4.895],[0,0],[-6.6,0],[0,0],[0,4.894]],"v":[[-9.441,34.655],[9.442,31.688],[21.441,22.789],[21.441,-22.789],[9.442,-31.689],[-9.441,-34.655],[-21.441,-25.755],[-21.441,25.756]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.52,0.49,0.46,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[111.867,616.066],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 58","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"wire 2","parent":8,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[855,452,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-24,20.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[25.878,-22.104]],"v":[[-166,-140],[-171.5,-163],[-155,-160.5],[-169.5,-181.5],[-150.5,-178.5],[-166.5,-198.5],[-144,-194.5],[-166,-224.5],[-122,-308.5]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-23,19.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[23,-19.5]],"v":[[-166,-140],[-172.5,-163],[-155,-160.5],[-170.5,-177.5],[-150.5,-179.5],[-169.5,-199.5],[-139,-198.5],[-166,-224.5],[-122,-308.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-23,19.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[23,-19.5]],"v":[[-166,-140],[-172.5,-163],[-155,-160.5],[-170.5,-177.5],[-150.5,-179.5],[-169.5,-199.5],[-139,-198.5],[-166,-224.5],[-122,-308.5]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-24,20.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[25.878,-22.104]],"v":[[-166,-140],[-171.5,-163],[-155,-160.5],[-169.5,-181.5],[-150.5,-178.5],[-166.5,-198.5],[-144,-194.5],[-166,-224.5],[-122,-308.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":60,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-24,20.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[25.878,-22.104]],"v":[[-166,-140],[-171.5,-163],[-155,-160.5],[-169.5,-181.5],[-150.5,-178.5],[-166.5,-198.5],[-144,-194.5],[-166,-224.5],[-122,-308.5]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":75,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-24,20.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[25.878,-22.104]],"v":[[-166,-140],[-171.5,-163],[-155,-160.5],[-169.5,-181.5],[-150.5,-178.5],[-166.5,-198.5],[-144,-194.5],[-166,-224.5],[-122,-308.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":90,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-24,20.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[25.878,-22.104]],"v":[[-166,-140],[-171.5,-163],[-155,-160.5],[-169.5,-181.5],[-150.5,-178.5],[-166.5,-198.5],[-144,-194.5],[-166,-224.5],[-122,-308.5]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":105,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-23,19.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[23,-19.5]],"v":[[-166,-140],[-172.5,-163],[-155,-160.5],[-170.5,-177.5],[-150.5,-179.5],[-169.5,-199.5],[-139,-198.5],[-166,-224.5],[-122,-308.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":120,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-23,19.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[23,-19.5]],"v":[[-166,-140],[-172.5,-163],[-155,-160.5],[-170.5,-177.5],[-150.5,-179.5],[-169.5,-199.5],[-139,-198.5],[-166,-224.5],[-122,-308.5]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":135,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-24,20.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[25.878,-22.104]],"v":[[-166,-140],[-171.5,-163],[-155,-160.5],[-169.5,-181.5],[-150.5,-178.5],[-166.5,-198.5],[-144,-194.5],[-166,-224.5],[-122,-308.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":150,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-24,20.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[25.878,-22.104]],"v":[[-166,-140],[-171.5,-163],[-155,-160.5],[-169.5,-181.5],[-150.5,-178.5],[-166.5,-198.5],[-144,-194.5],[-166,-224.5],[-122,-308.5]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":165,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-24,20.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[25.878,-22.104]],"v":[[-166,-140],[-171.5,-163],[-155,-160.5],[-169.5,-181.5],[-150.5,-178.5],[-166.5,-198.5],[-144,-194.5],[-166,-224.5],[-122,-308.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":180,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-24,20.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[25.878,-22.104]],"v":[[-166,-140],[-171.5,-163],[-155,-160.5],[-169.5,-181.5],[-150.5,-178.5],[-166.5,-198.5],[-144,-194.5],[-166,-224.5],[-122,-308.5]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":195,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-23,19.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[23,-19.5]],"v":[[-166,-140],[-172.5,-163],[-155,-160.5],[-170.5,-177.5],[-150.5,-179.5],[-169.5,-199.5],[-139,-198.5],[-166,-224.5],[-122,-308.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":210,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-23,19.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[23,-19.5]],"v":[[-166,-140],[-172.5,-163],[-155,-160.5],[-170.5,-177.5],[-150.5,-179.5],[-169.5,-199.5],[-139,-198.5],[-166,-224.5],[-122,-308.5]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":225,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-24,20.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[25.878,-22.104]],"v":[[-166,-140],[-171.5,-163],[-155,-160.5],[-169.5,-181.5],[-150.5,-178.5],[-166.5,-198.5],[-144,-194.5],[-166,-224.5],[-122,-308.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":240,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-24,20.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[25.878,-22.104]],"v":[[-166,-140],[-171.5,-163],[-155,-160.5],[-169.5,-181.5],[-150.5,-178.5],[-166.5,-198.5],[-144,-194.5],[-166,-224.5],[-122,-308.5]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":255,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-24,20.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[25.878,-22.104]],"v":[[-166,-140],[-171.5,-163],[-155,-160.5],[-169.5,-181.5],[-150.5,-178.5],[-166.5,-198.5],[-144,-194.5],[-166,-224.5],[-122,-308.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":269,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-24,20.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[25.878,-22.104]],"v":[[-166,-140],[-171.5,-163],[-155,-160.5],[-169.5,-181.5],[-150.5,-178.5],[-166.5,-198.5],[-144,-194.5],[-166,-224.5],[-122,-308.5]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":284,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-24,20.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[25.878,-22.104]],"v":[[-166,-140],[-171.5,-163],[-155,-160.5],[-169.5,-181.5],[-150.5,-178.5],[-166.5,-198.5],[-144,-194.5],[-166,-224.5],[-122,-308.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":300,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-24,20.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[25.878,-22.104]],"v":[[-166,-140],[-171.5,-163],[-155,-160.5],[-169.5,-181.5],[-150.5,-178.5],[-166.5,-198.5],[-144,-194.5],[-166,-224.5],[-122,-308.5]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p833_1_0p167_0p167","t":314,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-33,24.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[37.909,-28.145]],"v":[[-166,-140],[-175.5,-162],[-158,-172.5],[-190.5,-177.5],[-161.5,-195.5],[-196.5,-192.5],[-170,-214.5],[-199,-215.5],[-139,-319.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":315,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-33,24.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[37.909,-28.145]],"v":[[-166,-140],[-175.5,-162],[-158,-172.5],[-190.5,-177.5],[-161.5,-195.5],[-196.5,-192.5],[-170,-214.5],[-199,-215.5],[-139,-319.5]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-24,20.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[25.878,-22.104]],"v":[[-166,-140],[-171.5,-163],[-155,-160.5],[-169.5,-181.5],[-150.5,-178.5],[-166.5,-198.5],[-144,-194.5],[-166,-224.5],[-122,-308.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":329,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-24,20.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[25.878,-22.104]],"v":[[-166,-140],[-171.5,-163],[-155,-160.5],[-169.5,-181.5],[-150.5,-178.5],[-166.5,-198.5],[-144,-194.5],[-166,-224.5],[-122,-308.5]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}]},{"t":344}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[-167.461,-139.945],"ix":2},"a":{"k":[-167.461,-139.945],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"wire-bulb 2","parent":9,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[1,0,0],"e":[17.5,6.75,0],"to":[2.75,1.125,0],"ti":[-0.04166666790843,0.08333333581686,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[17.5,6.75,0],"e":[1.25,-0.5,0],"to":[0.04166666790843,-0.08333333581686,0],"ti":[0.08333333581686,0.04166666790843,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[1.25,-0.5,0],"e":[17,6.5,0],"to":[-0.08333333581686,-0.04166666790843,0],"ti":[0.16666667163372,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45,"s":[17,6.5,0],"e":[0.25,-0.5,0],"to":[-0.16666667163372,0,0],"ti":[-0.20833332836628,0.16666667163372,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":60,"s":[0.25,-0.5,0],"e":[18.25,5.5,0],"to":[0.20833332836628,-0.16666667163372,0],"ti":[-0.125,-0.08333333581686,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":75,"s":[18.25,5.5,0],"e":[1,0,0],"to":[0.125,0.08333333581686,0],"ti":[0.125,-0.20833332836628,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":90,"s":[1,0,0],"e":[17.5,6.75,0],"to":[-0.125,0.20833332836628,0],"ti":[-0.04166666790843,0.08333333581686,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":105,"s":[17.5,6.75,0],"e":[1.25,-0.5,0],"to":[0.04166666790843,-0.08333333581686,0],"ti":[0.08333333581686,0.04166666790843,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":120,"s":[1.25,-0.5,0],"e":[17,6.5,0],"to":[-0.08333333581686,-0.04166666790843,0],"ti":[0.16666667163372,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":135,"s":[17,6.5,0],"e":[0.25,-0.5,0],"to":[-0.16666667163372,0,0],"ti":[-0.20833332836628,0.16666667163372,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":150,"s":[0.25,-0.5,0],"e":[18.25,5.5,0],"to":[0.20833332836628,-0.16666667163372,0],"ti":[-0.125,-0.08333333581686,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":165,"s":[18.25,5.5,0],"e":[1,0,0],"to":[0.125,0.08333333581686,0],"ti":[0.125,-0.20833332836628,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":180,"s":[1,0,0],"e":[17.5,6.75,0],"to":[-0.125,0.20833332836628,0],"ti":[-0.04166666790843,0.08333333581686,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":195,"s":[17.5,6.75,0],"e":[1.25,-0.5,0],"to":[0.04166666790843,-0.08333333581686,0],"ti":[0.08333333581686,0.04166666790843,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":210,"s":[1.25,-0.5,0],"e":[17,6.5,0],"to":[-0.08333333581686,-0.04166666790843,0],"ti":[0.16666667163372,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":225,"s":[17,6.5,0],"e":[0.25,-0.5,0],"to":[-0.16666667163372,0,0],"ti":[-0.20833332836628,0.16666667163372,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":240,"s":[0.25,-0.5,0],"e":[18.25,5.5,0],"to":[0.20833332836628,-0.16666667163372,0],"ti":[-0.125,-0.08333333581686,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":255,"s":[18.25,5.5,0],"e":[1,0,0],"to":[0.125,0.08333333581686,0],"ti":[0.125,-0.20833332836628,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":270,"s":[1,0,0],"e":[17.5,6.75,0],"to":[-0.125,0.20833332836628,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":285,"s":[17.5,6.75,0],"e":[1,0,0],"to":[0,0,0],"ti":[2.70833325386047,1.20833337306976,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":299,"s":[1,0,0],"e":[1.25,-0.5,0],"to":[-2.70833325386047,-1.20833337306976,0],"ti":[74,-1.08333337306976,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":300,"s":[1.25,-0.5,0],"e":[-443,6.5,0],"to":[-74,1.08333337306976,0],"ti":[76.8333358764648,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":315,"s":[-443,6.5,0],"e":[-459.75,-0.5,0],"to":[-76.8333358764648,0,0],"ti":[-0.20833332836628,0.16666667163372,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":330,"s":[-459.75,-0.5,0],"e":[-441.75,5.5,0],"to":[0.20833332836628,-0.16666667163372,0],"ti":[-3,-1,0]},{"t":345}]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[19,19]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[-120.862,-308.367],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[63.41,63.41],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"wire-bulb","parent":12,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[0,0,0],"e":[16.5,6.75,0],"to":[2.75,1.125,0],"ti":[-0.04166666790843,0.08333333581686,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[16.5,6.75,0],"e":[0.25,-0.5,0],"to":[0.04166666790843,-0.08333333581686,0],"ti":[0.08333333581686,0.04166666790843,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[0.25,-0.5,0],"e":[16,6.5,0],"to":[-0.08333333581686,-0.04166666790843,0],"ti":[0.16666667163372,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45,"s":[16,6.5,0],"e":[-0.75,-0.5,0],"to":[-0.16666667163372,0,0],"ti":[-0.20833332836628,0.16666667163372,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":60,"s":[-0.75,-0.5,0],"e":[17.25,5.5,0],"to":[0.20833332836628,-0.16666667163372,0],"ti":[-0.125,-0.08333333581686,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":75,"s":[17.25,5.5,0],"e":[0,0,0],"to":[0.125,0.08333333581686,0],"ti":[0.125,-0.20833332836628,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":90,"s":[0,0,0],"e":[16.5,6.75,0],"to":[-0.125,0.20833332836628,0],"ti":[-0.04166666790843,0.08333333581686,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":105,"s":[16.5,6.75,0],"e":[0.25,-0.5,0],"to":[0.04166666790843,-0.08333333581686,0],"ti":[0.08333333581686,0.04166666790843,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":120,"s":[0.25,-0.5,0],"e":[16,6.5,0],"to":[-0.08333333581686,-0.04166666790843,0],"ti":[0.16666667163372,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":135,"s":[16,6.5,0],"e":[-0.75,-0.5,0],"to":[-0.16666667163372,0,0],"ti":[-0.20833332836628,0.16666667163372,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":150,"s":[-0.75,-0.5,0],"e":[17.25,5.5,0],"to":[0.20833332836628,-0.16666667163372,0],"ti":[-0.125,-0.08333333581686,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":165,"s":[17.25,5.5,0],"e":[0,0,0],"to":[0.125,0.08333333581686,0],"ti":[0.125,-0.20833332836628,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":180,"s":[0,0,0],"e":[16.5,6.75,0],"to":[-0.125,0.20833332836628,0],"ti":[-0.04166666790843,0.08333333581686,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":195,"s":[16.5,6.75,0],"e":[0.25,-0.5,0],"to":[0.04166666790843,-0.08333333581686,0],"ti":[0.08333333581686,0.04166666790843,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":210,"s":[0.25,-0.5,0],"e":[16,6.5,0],"to":[-0.08333333581686,-0.04166666790843,0],"ti":[0.16666667163372,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":225,"s":[16,6.5,0],"e":[-0.75,-0.5,0],"to":[-0.16666667163372,0,0],"ti":[-0.20833332836628,0.16666667163372,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":240,"s":[-0.75,-0.5,0],"e":[17.25,5.5,0],"to":[0.20833332836628,-0.16666667163372,0],"ti":[-0.125,-0.08333333581686,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":255,"s":[17.25,5.5,0],"e":[0,0,0],"to":[0.125,0.08333333581686,0],"ti":[0.125,-0.20833332836628,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":270,"s":[0,0,0],"e":[16.5,6.75,0],"to":[-0.125,0.20833332836628,0],"ti":[-0.04166666790843,0.08333333581686,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":285,"s":[16.5,6.75,0],"e":[0.25,-0.5,0],"to":[0.04166666790843,-0.08333333581686,0],"ti":[0.08333333581686,0.04166666790843,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":300,"s":[0.25,-0.5,0],"e":[16,6.5,0],"to":[-0.08333333581686,-0.04166666790843,0],"ti":[0.16666667163372,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":315,"s":[16,6.5,0],"e":[-0.75,-0.5,0],"to":[-0.16666667163372,0,0],"ti":[-0.20833332836628,0.16666667163372,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":330,"s":[-0.75,-0.5,0],"e":[17.25,5.5,0],"to":[0.20833332836628,-0.16666667163372,0],"ti":[-3,-1,0]},{"t":345}]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[19,19]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[-120.862,-308.367],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[63.41,63.41],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"wire","parent":8,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[396,452,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-24,20.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[25.878,-22.104]],"v":[[-166,-140],[-171.5,-163],[-155,-160.5],[-169.5,-181.5],[-150.5,-178.5],[-166.5,-198.5],[-144,-194.5],[-166,-224.5],[-122,-308.5]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-23,19.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[23,-19.5]],"v":[[-166,-140],[-172.5,-163],[-155,-160.5],[-170.5,-177.5],[-150.5,-179.5],[-169.5,-199.5],[-139,-198.5],[-166,-224.5],[-122,-308.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-23,19.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[23,-19.5]],"v":[[-166,-140],[-172.5,-163],[-155,-160.5],[-170.5,-177.5],[-150.5,-179.5],[-169.5,-199.5],[-139,-198.5],[-166,-224.5],[-122,-308.5]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-24,20.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[25.878,-22.104]],"v":[[-166,-140],[-171.5,-163],[-155,-160.5],[-169.5,-181.5],[-150.5,-178.5],[-166.5,-198.5],[-144,-194.5],[-166,-224.5],[-122,-308.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":60,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-24,20.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[25.878,-22.104]],"v":[[-166,-140],[-171.5,-163],[-155,-160.5],[-169.5,-181.5],[-150.5,-178.5],[-166.5,-198.5],[-144,-194.5],[-166,-224.5],[-122,-308.5]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":75,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-24,20.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[25.878,-22.104]],"v":[[-166,-140],[-171.5,-163],[-155,-160.5],[-169.5,-181.5],[-150.5,-178.5],[-166.5,-198.5],[-144,-194.5],[-166,-224.5],[-122,-308.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":90,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-24,20.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[25.878,-22.104]],"v":[[-166,-140],[-171.5,-163],[-155,-160.5],[-169.5,-181.5],[-150.5,-178.5],[-166.5,-198.5],[-144,-194.5],[-166,-224.5],[-122,-308.5]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":105,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-23,19.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[23,-19.5]],"v":[[-166,-140],[-172.5,-163],[-155,-160.5],[-170.5,-177.5],[-150.5,-179.5],[-169.5,-199.5],[-139,-198.5],[-166,-224.5],[-122,-308.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":120,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-23,19.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[23,-19.5]],"v":[[-166,-140],[-172.5,-163],[-155,-160.5],[-170.5,-177.5],[-150.5,-179.5],[-169.5,-199.5],[-139,-198.5],[-166,-224.5],[-122,-308.5]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":135,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-24,20.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[25.878,-22.104]],"v":[[-166,-140],[-171.5,-163],[-155,-160.5],[-169.5,-181.5],[-150.5,-178.5],[-166.5,-198.5],[-144,-194.5],[-166,-224.5],[-122,-308.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":150,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-24,20.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[25.878,-22.104]],"v":[[-166,-140],[-171.5,-163],[-155,-160.5],[-169.5,-181.5],[-150.5,-178.5],[-166.5,-198.5],[-144,-194.5],[-166,-224.5],[-122,-308.5]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":165,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-24,20.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[25.878,-22.104]],"v":[[-166,-140],[-171.5,-163],[-155,-160.5],[-169.5,-181.5],[-150.5,-178.5],[-166.5,-198.5],[-144,-194.5],[-166,-224.5],[-122,-308.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":180,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-24,20.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[25.878,-22.104]],"v":[[-166,-140],[-171.5,-163],[-155,-160.5],[-169.5,-181.5],[-150.5,-178.5],[-166.5,-198.5],[-144,-194.5],[-166,-224.5],[-122,-308.5]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":195,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-23,19.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[23,-19.5]],"v":[[-166,-140],[-172.5,-163],[-155,-160.5],[-170.5,-177.5],[-150.5,-179.5],[-169.5,-199.5],[-139,-198.5],[-166,-224.5],[-122,-308.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":210,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-23,19.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[23,-19.5]],"v":[[-166,-140],[-172.5,-163],[-155,-160.5],[-170.5,-177.5],[-150.5,-179.5],[-169.5,-199.5],[-139,-198.5],[-166,-224.5],[-122,-308.5]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":225,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-24,20.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[25.878,-22.104]],"v":[[-166,-140],[-171.5,-163],[-155,-160.5],[-169.5,-181.5],[-150.5,-178.5],[-166.5,-198.5],[-144,-194.5],[-166,-224.5],[-122,-308.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":240,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-24,20.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[25.878,-22.104]],"v":[[-166,-140],[-171.5,-163],[-155,-160.5],[-169.5,-181.5],[-150.5,-178.5],[-166.5,-198.5],[-144,-194.5],[-166,-224.5],[-122,-308.5]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":255,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-24,20.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[25.878,-22.104]],"v":[[-166,-140],[-171.5,-163],[-155,-160.5],[-169.5,-181.5],[-150.5,-178.5],[-166.5,-198.5],[-144,-194.5],[-166,-224.5],[-122,-308.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":269,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-24,20.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[25.878,-22.104]],"v":[[-166,-140],[-171.5,-163],[-155,-160.5],[-169.5,-181.5],[-150.5,-178.5],[-166.5,-198.5],[-144,-194.5],[-166,-224.5],[-122,-308.5]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":284,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-24,20.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[25.878,-22.104]],"v":[[-166,-140],[-171.5,-163],[-155,-160.5],[-169.5,-181.5],[-150.5,-178.5],[-166.5,-198.5],[-144,-194.5],[-166,-224.5],[-122,-308.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":299,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-24,20.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[25.878,-22.104]],"v":[[-166,-140],[-171.5,-163],[-155,-160.5],[-169.5,-181.5],[-150.5,-178.5],[-166.5,-198.5],[-144,-194.5],[-166,-224.5],[-122,-308.5]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p833_1_0p167_0p167","t":314,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-33,24.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[37.909,-28.145]],"v":[[-166,-140],[-175.5,-162],[-158,-172.5],[-190.5,-177.5],[-161.5,-195.5],[-196.5,-192.5],[-170,-214.5],[-199,-215.5],[-139,-319.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":315,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-33,24.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[37.909,-28.145]],"v":[[-166,-140],[-175.5,-162],[-158,-172.5],[-190.5,-177.5],[-161.5,-195.5],[-196.5,-192.5],[-170,-214.5],[-199,-215.5],[-139,-319.5]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-24,20.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[25.878,-22.104]],"v":[[-166,-140],[-171.5,-163],[-155,-160.5],[-169.5,-181.5],[-150.5,-178.5],[-166.5,-198.5],[-144,-194.5],[-166,-224.5],[-122,-308.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":329,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-24,20.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[25.878,-22.104]],"v":[[-166,-140],[-171.5,-163],[-155,-160.5],[-169.5,-181.5],[-150.5,-178.5],[-166.5,-198.5],[-144,-194.5],[-166,-224.5],[-122,-308.5]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-22.857,4.945]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[22.857,-4.945]],"v":[[-166,-140],[-174.702,-158.95],[-153.151,-159.105],[-172.559,-179.298],[-150.055,-183.357],[-172.013,-206.197],[-145.311,-206.508],[-167.664,-228.046],[-104.857,-301.055]],"c":false}]},{"t":344}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"w":{"k":2},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[-167.461,-139.945],"ix":2},"a":{"k":[-167.461,-139.945],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":0,"nm":"Shape Layer 2 Comp 1","refId":"comp_19","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[342,972,0]},"a":{"k":[45,45,0]},"s":{"k":[90,90,100]}},"ao":0,"w":90,"h":90,"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"Shadow","ks":{"o":{"k":15},"r":{"k":0},"p":{"k":[590,594,0]},"a":{"k":[0,0,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[108,100,100],"e":[103.372,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":15,"s":[103.372,100,100],"e":[108,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":33,"s":[108,100,100],"e":[103.372,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":48,"s":[103.372,100,100],"e":[108,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":62,"s":[108,100,100],"e":[103.372,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":77,"s":[103.372,100,100],"e":[108,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":105,"s":[108,100,100],"e":[103.372,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":120,"s":[103.372,100,100],"e":[108,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":198,"s":[108,100,100],"e":[103.372,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":213,"s":[103.372,100,100],"e":[108,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":229,"s":[108,100,100],"e":[103.372,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":244,"s":[103.372,100,100],"e":[108,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":285,"s":[108,100,100],"e":[103.372,100,100]},{"t":300}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[13,-1],[25,-1],[-17,-3],[-23.3,-1.456],[-20,0],[-23,1],[6,2],[8.478,1.06]],"o":[[-13,1],[-25,1],[17,3],[16,1],[20,0],[23,-1],[-6,-2],[-8,-1]],"v":[[248,404],[-274,410],[-284,423],[-224,430],[-168,431],[331,425],[345,409],[288,405]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":0,"nm":"Pre-comp 2","refId":"comp_20","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[600,600,0]},"a":{"k":[600,600,0]},"s":{"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"k":{"i":[[148.385,0],[35.775,-234.05],[123.034,-199.458],[-516.438,23.891],[40.484,152.714],[-82.345,249.149]],"o":[[-146.754,0],[-16.407,107.338],[-116,188.055],[516.437,-23.891],[-55.125,-207.945],[59.064,-178.707]],"v":[[595.562,108],[160.225,366.05],[112,807.945],[603.563,1171.891],[1099.125,875.945],[1082.345,330.851]],"c":true}},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"w":1200,"h":1200,"ip":0,"op":300,"st":0,"bm":0,"sr":1}],"v":"4.5.0","ddd":0,"ip":0,"op":300,"fr":60,"w":1200,"h":1200} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/personal_character.json b/ohos/flutter_lottie/assets/lottiefiles/personal_character.json new file mode 100644 index 0000000000000000000000000000000000000000..a56074e1f6cffeb06f2951a04061e8d8363b0c80 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/personal_character.json @@ -0,0 +1 @@ +{"v":"5.1.14","fr":30,"ip":0,"op":162,"w":900,"h":900,"nm":"Comp 1","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Front Hair","parent":8,"refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.16,"y":0.16},"o":{"x":0.167,"y":0.167},"n":"0p16_0p16_0p167_0p167","t":0,"s":[101.385,187.205,0],"e":[101.385,187.205,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.15,"y":1},"o":{"x":0.84,"y":0},"n":"0p15_1_0p84_0","t":6,"s":[101.385,187.205,0],"e":[98.385,187.205,0],"to":[-0.5,0,0],"ti":[0.5,0,0]},{"i":{"x":0.15,"y":0.15},"o":{"x":0.85,"y":0.85},"n":"0p15_0p15_0p85_0p85","t":20,"s":[98.385,187.205,0],"e":[98.385,187.205,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.85,"y":0},"n":"0p833_0p833_0p85_0","t":47,"s":[98.385,187.205,0],"e":[101.385,187.205,0],"to":[0.5,0,0],"ti":[-0.91666668653488,0,0]},{"i":{"x":0.15,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p15_1_0p167_0p167","t":53,"s":[101.385,187.205,0],"e":[103.885,187.205,0],"to":[0.91666668653488,0,0],"ti":[-0.41666665673256,0,0]},{"i":{"x":0.15,"y":0.15},"o":{"x":0.85,"y":0.85},"n":"0p15_0p15_0p85_0p85","t":67,"s":[103.885,187.205,0],"e":[103.885,187.205,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.85,"y":0},"n":"0p833_0p833_0p85_0","t":94,"s":[103.885,187.205,0],"e":[101.385,187.205,0],"to":[-0.41666665673256,0,0],"ti":[0.41666665673256,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":100,"s":[101.385,187.205,0],"e":[101.385,187.205,0],"to":[0,0,0],"ti":[0,0,0]},{"t":114}],"ix":2},"a":{"a":0,"k":[128,239,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":265,"h":166,"ip":0,"op":162,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Mouth","parent":3,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.15],"y":[1]},"o":{"x":[0.85],"y":[0]},"n":["0p15_1_0p85_0"],"t":124,"s":[0],"e":[5.203]},{"i":{"x":[0.15],"y":[1]},"o":{"x":[0.85],"y":[0]},"n":["0p15_1_0p85_0"],"t":136,"s":[5.203],"e":[0]},{"t":148}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.15,"y":1},"o":{"x":0.85,"y":0},"n":"0p15_1_0p85_0","t":124,"s":[19.267,100.511,0],"e":[19.267,98.636,0],"to":[0,-0.3125,0],"ti":[0,0,0]},{"i":{"x":0.15,"y":1},"o":{"x":0.85,"y":0},"n":"0p15_1_0p85_0","t":136,"s":[19.267,98.636,0],"e":[19.267,100.511,0],"to":[0,0,0],"ti":[0,-0.3125,0]},{"t":148}],"ix":2},"a":{"a":0,"k":[42.667,13.167,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-34.167,0],[0,0]],"o":[[0,0],[34.166,0],[0,0]],"v":[[-35.166,-5.667],[1.001,5.667],[35.166,-5.667]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.925,0.455000005984,0.395999983245,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[42.666,13.167],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":162,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Nose","parent":8,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.16],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p16_1_0p167_0"],"t":0,"s":[0],"e":[0]},{"i":{"x":[0.15],"y":[1]},"o":{"x":[0.84],"y":[0]},"n":["0p15_1_0p84_0"],"t":6,"s":[0],"e":[-4]},{"i":{"x":[0.15],"y":[1]},"o":{"x":[0.85],"y":[0]},"n":["0p15_1_0p85_0"],"t":20,"s":[-4],"e":[-4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.85],"y":[0]},"n":["0p833_0p833_0p85_0"],"t":47,"s":[-4],"e":[0]},{"i":{"x":[0.15],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p15_1_0p167_0p167"],"t":53,"s":[0],"e":[4]},{"i":{"x":[0.15],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p15_1_0p167_0"],"t":67,"s":[4],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0]},"n":["0p833_0p833_0p167_0"],"t":94,"s":[4],"e":[0]},{"i":{"x":[0.15],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p15_1_0p167_0"],"t":100,"s":[0],"e":[0]},{"t":114}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.16,"y":0.16},"o":{"x":0.167,"y":0.167},"n":"0p16_0p16_0p167_0p167","t":0,"s":[102.885,146.327,0],"e":[102.885,146.327,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.15,"y":1},"o":{"x":0.84,"y":0},"n":"0p15_1_0p84_0","t":6,"s":[102.885,146.327,0],"e":[110.885,139.327,0],"to":[1.33333337306976,-1.16666662693024,0],"ti":[-1.33333337306976,1.16666662693024,0]},{"i":{"x":0.15,"y":0.15},"o":{"x":0.85,"y":0.85},"n":"0p15_0p15_0p85_0p85","t":20,"s":[110.885,139.327,0],"e":[110.885,139.327,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.85,"y":0},"n":"0p833_0p833_0p85_0","t":47,"s":[110.885,139.327,0],"e":[102.885,146.327,0],"to":[-1.33333337306976,1.16666662693024,0],"ti":[2.58333325386047,0,0]},{"i":{"x":0.15,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p15_1_0p167_0p167","t":53,"s":[102.885,146.327,0],"e":[95.385,139.327,0],"to":[-2.58333325386047,0,0],"ti":[1.25,1.16666662693024,0]},{"i":{"x":0.15,"y":0.15},"o":{"x":0.167,"y":0.167},"n":"0p15_0p15_0p167_0p167","t":67,"s":[95.385,139.327,0],"e":[95.385,139.327,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":94,"s":[95.385,139.327,0],"e":[102.885,146.327,0],"to":[1.25,1.16666662693024,0],"ti":[-1.25,-1.16666662693024,0]},{"i":{"x":0.15,"y":0.15},"o":{"x":0.167,"y":0.167},"n":"0p15_0p15_0p167_0p167","t":100,"s":[102.885,146.327,0],"e":[102.885,146.327,0],"to":[0,0,0],"ti":[0,0,0]},{"t":114}],"ix":2},"a":{"a":0,"k":[20.266,37.538,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.843,-4.933],[0,0],[0,0],[4.52,8.394],[4.842,4.946],[-2.583,11.623],[-7.426,0],[-2.583,-11.623]],"o":[[-4.843,4.946],[-4.52,8.394],[0,0],[0,0],[-4.843,-4.933],[2.583,-11.623],[7.425,0],[2.583,11.623]],"v":[[14.529,32.213],[7.425,28.895],[0.001,35.351],[-7.425,28.895],[-14.527,32.213],[-17.433,8.232],[0.001,-37.288],[17.434,8.232]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925,0.455000005984,0.395999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[20.266,37.539],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":162,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Eye","parent":3,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-36.067,12.5,0],"ix":2},"a":{"a":0,"k":[6.333,6.333,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.16,0.16,0.16],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"n":["0p16_1_0p167_0p167","0p16_1_0p167_0p167","0p16_1_0p167_0"],"t":0,"s":[100,100,100],"e":[205,18,100]},{"i":{"x":[0.15,0.15,0.15],"y":[1,1,1]},"o":{"x":[0.84,0.84,0.84],"y":[0,0,0]},"n":["0p15_1_0p84_0","0p15_1_0p84_0","0p15_1_0p84_0"],"t":6,"s":[205,18,100],"e":[100,100,100]},{"i":{"x":[0.15,0.15,0.15],"y":[1,1,1]},"o":{"x":[0.85,0.85,0.85],"y":[0,0,0]},"n":["0p15_1_0p85_0","0p15_1_0p85_0","0p15_1_0p85_0"],"t":20,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.85,0.85,0.85],"y":[0,0,0]},"n":["0p833_0p833_0p85_0","0p833_0p833_0p85_0","0p833_1_0p85_0"],"t":30,"s":[100,100,100],"e":[205,18,100]},{"i":{"x":[0.15,0.15,0.15],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"n":["0p15_1_0p167_0p167","0p15_1_0p167_0p167","0p15_1_0p167_0"],"t":36,"s":[205,18,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":42,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":47,"s":[100,100,100],"e":[205,18,100]},{"i":{"x":[0.15,0.15,0.15],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"n":["0p15_1_0p167_0p167","0p15_1_0p167_0p167","0p15_1_0p167_0"],"t":53,"s":[205,18,100],"e":[100,100,100]},{"i":{"x":[0.15,0.15,0.15],"y":[1,1,1]},"o":{"x":[0.85,0.85,0.85],"y":[0,0,0]},"n":["0p15_1_0p85_0","0p15_1_0p85_0","0p15_1_0p85_0"],"t":67,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.85,0.85,0.85],"y":[0,0,0]},"n":["0p833_0p833_0p85_0","0p833_0p833_0p85_0","0p833_1_0p85_0"],"t":77,"s":[100,100,100],"e":[205,18,100]},{"i":{"x":[0.15,0.15,0.15],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"n":["0p15_1_0p167_0p167","0p15_1_0p167_0p167","0p15_1_0p167_0"],"t":83,"s":[205,18,100],"e":[100,100,100]},{"i":{"x":[0.15,0.15,0.15],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p15_1_0p167_0","0p15_1_0p167_0","0p15_1_0p167_0"],"t":89,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.85,0.85,0.85],"y":[0,0,0]},"n":["0p833_0p833_0p85_0","0p833_0p833_0p85_0","0p833_1_0p85_0"],"t":94,"s":[100,100,100],"e":[205,18,100]},{"i":{"x":[0.15,0.15,0.15],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"n":["0p15_1_0p167_0p167","0p15_1_0p167_0p167","0p15_1_0p167_0"],"t":100,"s":[205,18,100],"e":[100,100,100]},{"i":{"x":[0.15,0.15,0.15],"y":[1,1,1]},"o":{"x":[0.85,0.85,0.85],"y":[0,0,0]},"n":["0p15_1_0p85_0","0p15_1_0p85_0","0p15_1_0p85_0"],"t":114,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.85,0.85,0.85],"y":[0,0,0]},"n":["0p833_0p833_0p85_0","0p833_0p833_0p85_0","0p833_1_0p85_0"],"t":130,"s":[100,100,100],"e":[205,18,100]},{"i":{"x":[0.15,0.15,0.15],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"n":["0p15_1_0p167_0p167","0p15_1_0p167_0p167","0p15_1_0p167_0"],"t":136,"s":[205,18,100],"e":[100,100,100]},{"t":148}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-3.36],[3.359,0],[0,3.359],[-3.36,0]],"o":[[0,3.359],[-3.36,0],[0,-3.36],[3.359,0]],"v":[[6.084,0],[0.001,6.083],[-6.084,0],[0.001,-6.083]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176000004189,0.204000001795,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.333,6.333],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":162,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Eye","parent":3,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[75.767,12.5,0],"ix":2},"a":{"a":0,"k":[6.333,6.333,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.16,0.16,0.16],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"n":["0p16_1_0p167_0p167","0p16_1_0p167_0p167","0p16_1_0p167_0"],"t":0,"s":[100,100,100],"e":[205,18,100]},{"i":{"x":[0.15,0.15,0.15],"y":[1,1,1]},"o":{"x":[0.84,0.84,0.84],"y":[0,0,0]},"n":["0p15_1_0p84_0","0p15_1_0p84_0","0p15_1_0p84_0"],"t":6,"s":[205,18,100],"e":[100,100,100]},{"i":{"x":[0.15,0.15,0.15],"y":[1,1,1]},"o":{"x":[0.85,0.85,0.85],"y":[0,0,0]},"n":["0p15_1_0p85_0","0p15_1_0p85_0","0p15_1_0p85_0"],"t":20,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.85,0.85,0.85],"y":[0,0,0]},"n":["0p833_0p833_0p85_0","0p833_0p833_0p85_0","0p833_1_0p85_0"],"t":30,"s":[100,100,100],"e":[205,18,100]},{"i":{"x":[0.15,0.15,0.15],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"n":["0p15_1_0p167_0p167","0p15_1_0p167_0p167","0p15_1_0p167_0"],"t":36,"s":[205,18,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":42,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":47,"s":[100,100,100],"e":[205,18,100]},{"i":{"x":[0.15,0.15,0.15],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"n":["0p15_1_0p167_0p167","0p15_1_0p167_0p167","0p15_1_0p167_0"],"t":53,"s":[205,18,100],"e":[100,100,100]},{"i":{"x":[0.15,0.15,0.15],"y":[1,1,1]},"o":{"x":[0.85,0.85,0.85],"y":[0,0,0]},"n":["0p15_1_0p85_0","0p15_1_0p85_0","0p15_1_0p85_0"],"t":67,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.85,0.85,0.85],"y":[0,0,0]},"n":["0p833_0p833_0p85_0","0p833_0p833_0p85_0","0p833_1_0p85_0"],"t":77,"s":[100,100,100],"e":[205,18,100]},{"i":{"x":[0.15,0.15,0.15],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"n":["0p15_1_0p167_0p167","0p15_1_0p167_0p167","0p15_1_0p167_0"],"t":83,"s":[205,18,100],"e":[100,100,100]},{"i":{"x":[0.15,0.15,0.15],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p15_1_0p167_0","0p15_1_0p167_0","0p15_1_0p167_0"],"t":89,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.85,0.85,0.85],"y":[0,0,0]},"n":["0p833_0p833_0p85_0","0p833_0p833_0p85_0","0p833_1_0p85_0"],"t":94,"s":[100,100,100],"e":[205,18,100]},{"i":{"x":[0.15,0.15,0.15],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"n":["0p15_1_0p167_0p167","0p15_1_0p167_0p167","0p15_1_0p167_0"],"t":100,"s":[205,18,100],"e":[100,100,100]},{"t":114}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-3.36],[3.359,0],[0,3.359],[-3.359,0]],"o":[[0,3.359],[-3.359,0],[0,-3.36],[3.359,0]],"v":[[6.083,0],[0,6.083],[-6.083,0],[0,-6.083]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176000004189,0.204000001795,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.333,6.333],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":162,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Left Eye Brow","parent":3,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.16],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p16_1_0p167_0p167"],"t":0,"s":[0],"e":[9.695]},{"i":{"x":[0.15],"y":[1]},"o":{"x":[0.84],"y":[0]},"n":["0p15_1_0p84_0"],"t":6,"s":[9.695],"e":[-8.041]},{"i":{"x":[0.15],"y":[1]},"o":{"x":[0.85],"y":[0]},"n":["0p15_1_0p85_0"],"t":20,"s":[-8.041],"e":[-8.041]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.85],"y":[0]},"n":["0p833_1_0p85_0"],"t":30,"s":[-8.041],"e":[-1.024]},{"i":{"x":[0.15],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p15_1_0p167_0"],"t":36,"s":[-1.024],"e":[-8.041]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0]},"n":["0p833_0p833_0p167_0"],"t":42,"s":[-8.041],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":47,"s":[0],"e":[9.695]},{"i":{"x":[0.15],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p15_1_0p167_0p167"],"t":53,"s":[9.695],"e":[-8.041]},{"i":{"x":[0.15],"y":[1]},"o":{"x":[0.85],"y":[0]},"n":["0p15_1_0p85_0"],"t":67,"s":[-8.041],"e":[-8.041]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.85],"y":[0]},"n":["0p833_1_0p85_0"],"t":77,"s":[-8.041],"e":[-1.024]},{"i":{"x":[0.15],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p15_1_0p167_0"],"t":83,"s":[-1.024],"e":[-8.041]},{"i":{"x":[0.15],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p15_1_0p167_0"],"t":89,"s":[-8.041],"e":[-8.041]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.85],"y":[0]},"n":["0p833_0p833_0p85_0"],"t":94,"s":[-8.041],"e":[9.695]},{"i":{"x":[0.15],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p15_1_0p167_0p167"],"t":100,"s":[9.695],"e":[0]},{"i":{"x":[0.15],"y":[1]},"o":{"x":[0.85],"y":[0]},"n":["0p15_1_0p85_0"],"t":114,"s":[0],"e":[-8.258]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.85],"y":[0]},"n":["0p833_1_0p85_0"],"t":124,"s":[-8.258],"e":[6.314]},{"i":{"x":[0.15],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p15_1_0p167_0"],"t":136,"s":[6.314],"e":[0]},{"t":148}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.16,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p16_1_0p167_0p167","t":0,"s":[-34.733,-13.416,0],"e":[-34.733,-4.916,0],"to":[0,1.41666662693024,0],"ti":[0,-0.25,0]},{"i":{"x":0.15,"y":1},"o":{"x":0.84,"y":0},"n":"0p15_1_0p84_0","t":6,"s":[-34.733,-4.916,0],"e":[-34.733,-11.916,0],"to":[0,0.25,0],"ti":[0,1.16666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.85,"y":0.85},"n":"0p833_0p833_0p85_0p85","t":20,"s":[-34.733,-11.916,0],"e":[-34.733,-11.916,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[-34.733,-11.916,0],"e":[-34.746,-8.158,0],"to":[-0.00203262735158,0.62638407945633,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":36,"s":[-34.746,-8.158,0],"e":[-34.733,-11.916,0],"to":[0,0,0],"ti":[-0.00203262735158,0.87638407945633,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[-34.733,-11.916,0],"e":[-34.733,-13.416,0],"to":[0.00203262735158,-0.87638407945633,0],"ti":[0,-1.16666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[-34.733,-13.416,0],"e":[-34.733,-4.916,0],"to":[0,1.16666662693024,0],"ti":[0,-0.25,0]},{"i":{"x":0.15,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p15_1_0p167_0p167","t":53,"s":[-34.733,-4.916,0],"e":[-34.733,-11.916,0],"to":[0,0.25,0],"ti":[0,1.16666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.85,"y":0.85},"n":"0p833_0p833_0p85_0p85","t":67,"s":[-34.733,-11.916,0],"e":[-34.733,-11.916,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":77,"s":[-34.733,-11.916,0],"e":[-34.746,-8.158,0],"to":[-0.00203262735158,0.62638407945633,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":83,"s":[-34.746,-8.158,0],"e":[-34.733,-11.916,0],"to":[0,0,0],"ti":[-0.00203262735158,0.62638407945633,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":89,"s":[-34.733,-11.916,0],"e":[-34.733,-11.916,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":94,"s":[-34.733,-11.916,0],"e":[-34.733,-4.916,0],"to":[0,1.16666662693024,0],"ti":[0,0.25,0]},{"i":{"x":0.15,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p15_1_0p167_0p167","t":100,"s":[-34.733,-4.916,0],"e":[-34.733,-13.416,0],"to":[0,-0.25,0],"ti":[0,3.25,0]},{"i":{"x":0.32,"y":1},"o":{"x":0.85,"y":0},"n":"0p32_1_0p85_0","t":114,"s":[-34.733,-13.416,0],"e":[-34.733,-24.416,0],"to":[0,-3.25,0],"ti":[0.00203262735158,-1.70971739292145,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":124,"s":[-34.733,-24.416,0],"e":[-34.746,-3.158,0],"to":[-0.00203262735158,1.70971739292145,0],"ti":[0,-1.83333337306976,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":136,"s":[-34.746,-3.158,0],"e":[-34.733,-13.416,0],"to":[0,1.83333337306976,0],"ti":[-0.00203262735158,1.70971739292145,0]},{"t":148}],"ix":2},"a":{"a":0,"k":[21.083,8.416,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.492,0],[0,0],[0,4.492],[-4.492,0],[0,0],[0,-4.492]],"o":[[0,0],[-4.492,0],[0,-4.492],[0,0],[4.492,0],[0,4.492]],"v":[[12.667,8.166],[-12.667,8.166],[-20.833,-0.001],[-12.667,-8.166],[12.667,-8.166],[20.833,-0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176000004189,0.204000001795,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[21.083,8.417],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":162,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Right Eye Brow","parent":3,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.16],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p16_1_0p167_0p167"],"t":0,"s":[0],"e":[-7.24]},{"i":{"x":[0.15],"y":[1]},"o":{"x":[0.84],"y":[0]},"n":["0p15_1_0p84_0"],"t":6,"s":[-7.24],"e":[5.892]},{"i":{"x":[0.15],"y":[1]},"o":{"x":[0.85],"y":[0]},"n":["0p15_1_0p85_0"],"t":20,"s":[5.892],"e":[5.892]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.85],"y":[0]},"n":["0p833_1_0p85_0"],"t":30,"s":[5.892],"e":[-0.716]},{"i":{"x":[0.15],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p15_1_0p167_0"],"t":36,"s":[-0.716],"e":[5.892]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0]},"n":["0p833_0p833_0p167_0"],"t":42,"s":[5.892],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":47,"s":[0],"e":[-7.24]},{"i":{"x":[0.15],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p15_1_0p167_0p167"],"t":53,"s":[-7.24],"e":[5.892]},{"i":{"x":[0.15],"y":[1]},"o":{"x":[0.85],"y":[0]},"n":["0p15_1_0p85_0"],"t":67,"s":[5.892],"e":[5.892]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.85],"y":[0]},"n":["0p833_1_0p85_0"],"t":77,"s":[5.892],"e":[-0.716]},{"i":{"x":[0.15],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p15_1_0p167_0"],"t":83,"s":[-0.716],"e":[5.892]},{"i":{"x":[0.15],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p15_1_0p167_0"],"t":89,"s":[5.892],"e":[5.892]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.85],"y":[0]},"n":["0p833_0p833_0p85_0"],"t":94,"s":[5.892],"e":[-7.24]},{"i":{"x":[0.15],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p15_1_0p167_0p167"],"t":100,"s":[-7.24],"e":[0]},{"t":114}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.16,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p16_1_0p167_0p167","t":0,"s":[75.267,-13.416,0],"e":[75.267,-4.916,0],"to":[0,1.41666662693024,0],"ti":[0,-0.08333333581686,0]},{"i":{"x":0.15,"y":1},"o":{"x":0.84,"y":0},"n":"0p15_1_0p84_0","t":6,"s":[75.267,-4.916,0],"e":[75.267,-12.916,0],"to":[0,0.08333333581686,0],"ti":[0,1.33333337306976,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.85,"y":0.85},"n":"0p833_0p833_0p85_0p85","t":20,"s":[75.267,-12.916,0],"e":[75.267,-12.916,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[75.267,-12.916,0],"e":[75.22,-8.659,0],"to":[-0.00784566719085,0.70951437950134,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":36,"s":[75.22,-8.659,0],"e":[75.267,-12.916,0],"to":[0,0,0],"ti":[-0.00784566719085,0.79284769296646,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[75.267,-12.916,0],"e":[75.267,-13.416,0],"to":[0.00784566719085,-0.79284769296646,0],"ti":[0,-1.33333337306976,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[75.267,-13.416,0],"e":[75.267,-4.916,0],"to":[0,1.33333337306976,0],"ti":[0,-0.08333333581686,0]},{"i":{"x":0.15,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p15_1_0p167_0p167","t":53,"s":[75.267,-4.916,0],"e":[75.267,-12.916,0],"to":[0,0.08333333581686,0],"ti":[0,1.33333337306976,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.85,"y":0.85},"n":"0p833_0p833_0p85_0p85","t":67,"s":[75.267,-12.916,0],"e":[75.267,-12.916,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":77,"s":[75.267,-12.916,0],"e":[75.22,-8.659,0],"to":[-0.00784566719085,0.70951437950134,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":83,"s":[75.22,-8.659,0],"e":[75.267,-12.916,0],"to":[0,0,0],"ti":[-0.00784566719085,0.70951437950134,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":89,"s":[75.267,-12.916,0],"e":[75.267,-12.916,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":94,"s":[75.267,-12.916,0],"e":[75.267,-4.916,0],"to":[0,1.33333337306976,0],"ti":[0,0.08333333581686,0]},{"i":{"x":0.15,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p15_1_0p167_0p167","t":100,"s":[75.267,-4.916,0],"e":[75.267,-13.416,0],"to":[0,-0.08333333581686,0],"ti":[0,1.41666662693024,0]},{"t":114}],"ix":2},"a":{"a":0,"k":[21.083,8.416,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.491,0],[0,0],[0,4.492],[-4.491,0],[0,0],[0,-4.492]],"o":[[0,0],[-4.491,0],[0,-4.492],[0,0],[4.491,0],[0,4.492]],"v":[[12.667,8.166],[-12.667,8.166],[-20.833,-0.001],[-12.667,-8.166],[12.667,-8.166],[20.833,-0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176000004189,0.204000001795,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[21.083,8.417],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":162,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Face","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.16,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p16_1_0p167_0p167","t":0,"s":[452.198,490.045,0],"e":[452.198,496.045,0],"to":[0,1,0],"ti":[0,0,0]},{"i":{"x":0.15,"y":1},"o":{"x":0.84,"y":0},"n":"0p15_1_0p84_0","t":6,"s":[452.198,496.045,0],"e":[452.198,490.045,0],"to":[0,0,0],"ti":[0,1,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.85,"y":0.85},"n":"0p833_0p833_0p85_0p85","t":20,"s":[452.198,490.045,0],"e":[452.198,490.045,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[452.198,490.045,0],"e":[452.198,496.045,0],"to":[0,1,0],"ti":[0,0,0]},{"i":{"x":0.15,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p15_1_0p167_0p167","t":53,"s":[452.198,496.045,0],"e":[452.198,490.045,0],"to":[0,0,0],"ti":[0,1,0]},{"i":{"x":0.15,"y":0.15},"o":{"x":0.167,"y":0.167},"n":"0p15_0p15_0p167_0p167","t":67,"s":[452.198,490.045,0],"e":[452.198,490.045,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":94,"s":[452.198,490.045,0],"e":[452.198,496.045,0],"to":[0,1,0],"ti":[0,0,0]},{"i":{"x":0.15,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p15_1_0p167_0p167","t":100,"s":[452.198,496.045,0],"e":[452.198,490.045,0],"to":[0,0,0],"ti":[0,2.5,0]},{"i":{"x":0.15,"y":1},"o":{"x":0.85,"y":0},"n":"0p15_1_0p85_0","t":114,"s":[452.198,490.045,0],"e":[452.198,481.045,0],"to":[0,-2.5,0],"ti":[0,-1.16666662693024,0]},{"i":{"x":0.15,"y":1},"o":{"x":0.85,"y":0},"n":"0p15_1_0p85_0","t":124,"s":[452.198,481.045,0],"e":[452.198,497.045,0],"to":[0,1.16666662693024,0],"ti":[0,0,0]},{"i":{"x":0.15,"y":1},"o":{"x":0.85,"y":0},"n":"0p15_1_0p85_0","t":136,"s":[452.198,497.045,0],"e":[452.198,481.045,0],"to":[0,0,0],"ti":[0,2.66666674613953,0]},{"t":148}],"ix":2},"a":{"a":0,"k":[103.583,227.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[11.192,0],[0,0],[0,-11.193],[0,0],[-55.733,0],[0,55.733],[0,0]],"o":[[0,0],[-11.192,0],[0,0],[0,55.733],[55.733,0],[0,0],[0,-11.193]],"v":[[80.983,-136],[-80.984,-136],[-101.333,-115.65],[-101.333,34.667],[0,136],[101.333,34.667],[101.333,-115.65]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.976000019148,0.855000035903,0.74900004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[101.583,136.25],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":162,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":0,"nm":"Ear","parent":8,"refId":"comp_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.16],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p16_1_0p167_0"],"t":0,"s":[0],"e":[0]},{"i":{"x":[0.15],"y":[1]},"o":{"x":[0.84],"y":[0]},"n":["0p15_1_0p84_0"],"t":6,"s":[0],"e":[-1.475]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.85],"y":[0]},"n":["0p833_1_0p85_0"],"t":20,"s":[-1.475],"e":[-1.475]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0]},"n":["0p833_0p833_0p167_0"],"t":47,"s":[-1.475],"e":[0]},{"i":{"x":[0.15],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p15_1_0p167_0p167"],"t":53,"s":[0],"e":[1.095]},{"i":{"x":[0.15],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p15_1_0p167_0"],"t":67,"s":[1.095],"e":[1.095]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0]},"n":["0p833_0p833_0p167_0"],"t":94,"s":[1.095],"e":[0]},{"i":{"x":[0.15],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p15_1_0p167_0"],"t":100,"s":[0],"e":[0]},{"t":114}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.16,"y":0.16},"o":{"x":0.167,"y":0.167},"n":"0p16_0p16_0p167_0p167","t":0,"s":[101.385,187.205,0],"e":[101.385,187.205,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.15,"y":1},"o":{"x":0.84,"y":0},"n":"0p15_1_0p84_0","t":6,"s":[101.385,187.205,0],"e":[97.385,190.205,0],"to":[-0.66666668653488,0.5,0],"ti":[0.66666668653488,-0.5,0]},{"i":{"x":0.15,"y":0.15},"o":{"x":0.85,"y":0.85},"n":"0p15_0p15_0p85_0p85","t":20,"s":[97.385,190.205,0],"e":[97.385,190.205,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.85,"y":0},"n":"0p833_0p833_0p85_0","t":47,"s":[97.385,190.205,0],"e":[101.385,187.205,0],"to":[0.66666668653488,-0.5,0],"ti":[-1.41666662693024,0,0]},{"i":{"x":0.15,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p15_1_0p167_0p167","t":53,"s":[101.385,187.205,0],"e":[105.885,190.205,0],"to":[1.41666662693024,0,0],"ti":[-0.75,-0.5,0]},{"i":{"x":0.15,"y":0.15},"o":{"x":0.167,"y":0.167},"n":"0p15_0p15_0p167_0p167","t":67,"s":[105.885,190.205,0],"e":[105.885,190.205,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":94,"s":[105.885,190.205,0],"e":[101.385,187.205,0],"to":[-0.75,-0.5,0],"ti":[0.75,0.5,0]},{"i":{"x":0.15,"y":0.15},"o":{"x":0.167,"y":0.167},"n":"0p15_0p15_0p167_0p167","t":100,"s":[101.385,187.205,0],"e":[101.385,187.205,0],"to":[0,0,0],"ti":[0,0,0]},{"t":114}],"ix":2},"a":{"a":0,"k":[139,89,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":281,"h":539,"ip":0,"op":162,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Jakun","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[450.948,579.25,0],"ix":2},"a":{"a":0,"k":[23.375,18.375,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-21.5,-16.5],[-0.464,16.5],[21.5,-16.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.925,0.455000005984,0.395999983245,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.75,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[23.375,18.375],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":162,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Neck 2","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[450.948,524.25,0],"ix":2},"a":{"a":0,"k":[74.083,116.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.823,0],[0,0],[0,-8.823],[0,0],[-40.608,0],[0,40.608],[0,0]],"o":[[0,0],[-8.823,0],[0,0],[0,40.608],[40.608,0],[0,0],[0,-8.823]],"v":[[57.79,-116],[-57.792,-116],[-73.833,-99.958],[-73.833,42.167],[-0.001,116],[73.833,42.167],[73.833,-99.958]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.878431379795,0.731532931328,0.602845072746,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[74.084,116.25],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":162,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Shape Layer 1","parent":8,"tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-9.776,"ix":10},"p":{"a":0,"k":[95.385,220.205,0],"ix":2},"a":{"a":0,"k":[-2,100,0],"ix":1},"s":{"a":0,"k":[116.328,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[148,148],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.686274509804,0.585274849686,0.495194169587,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-2,100],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":162,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Neck","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[450.948,524.25,0],"ix":2},"a":{"a":0,"k":[74.083,116.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.823,0],[0,0],[0,-8.823],[0,0],[-40.608,0],[0,40.608],[0,0]],"o":[[0,0],[-8.823,0],[0,0],[0,40.608],[40.608,0],[0,0],[0,-8.823]],"v":[[57.79,-116],[-57.792,-116],[-73.833,-99.958],[-73.833,42.167],[-0.001,116],[73.833,42.167],[73.833,-99.958]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.878431379795,0.731532931328,0.602845072746,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[74.084,116.25],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":162,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":0,"nm":"Back Hair","parent":8,"refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.16,"y":0.16},"o":{"x":0.167,"y":0.167},"n":"0p16_0p16_0p167_0p167","t":0,"s":[101.385,187.205,0],"e":[101.385,187.205,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.15,"y":1},"o":{"x":0.84,"y":0},"n":"0p15_1_0p84_0","t":6,"s":[101.385,187.205,0],"e":[92.385,190.205,0],"to":[-1.5,0.5,0],"ti":[1.5,-0.5,0]},{"i":{"x":0.15,"y":0.15},"o":{"x":0.85,"y":0.85},"n":"0p15_0p15_0p85_0p85","t":20,"s":[92.385,190.205,0],"e":[92.385,190.205,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.85,"y":0},"n":"0p833_0p833_0p85_0","t":47,"s":[92.385,190.205,0],"e":[101.385,187.205,0],"to":[1.5,-0.5,0],"ti":[-3.16666674613953,0,0]},{"i":{"x":0.15,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p15_1_0p167_0p167","t":53,"s":[101.385,187.205,0],"e":[111.385,190.205,0],"to":[3.16666674613953,0,0],"ti":[-1.66666662693024,-0.5,0]},{"i":{"x":0.15,"y":0.15},"o":{"x":0.85,"y":0.85},"n":"0p15_0p15_0p85_0p85","t":67,"s":[111.385,190.205,0],"e":[111.385,190.205,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.85,"y":0},"n":"0p833_0p833_0p85_0","t":94,"s":[111.385,190.205,0],"e":[101.385,187.205,0],"to":[-1.66666662693024,-0.5,0],"ti":[1.66666662693024,0.5,0]},{"i":{"x":0.15,"y":0.15},"o":{"x":0.167,"y":0.167},"n":"0p15_0p15_0p167_0p167","t":100,"s":[101.385,187.205,0],"e":[101.385,187.205,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.15,"y":1},"o":{"x":0.85,"y":0},"n":"0p15_1_0p85_0","t":114,"s":[101.385,187.205,0],"e":[101.385,194.205,0],"to":[0,1.16666662693024,0],"ti":[0,-1.16666662693024,0]},{"i":{"x":0.15,"y":0.15},"o":{"x":0.85,"y":0.85},"n":"0p15_0p15_0p85_0p85","t":124,"s":[101.385,194.205,0],"e":[101.385,194.205,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.15,"y":1},"o":{"x":0.85,"y":0},"n":"0p15_1_0p85_0","t":136,"s":[101.385,194.205,0],"e":[101.385,187.205,0],"to":[0,-1.16666662693024,0],"ti":[0,1.16666662693024,0]},{"t":148}],"ix":2},"a":{"a":0,"k":[165,271,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":342,"h":349,"ip":0,"op":162,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"Rope","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[421.395,712.446,0],"ix":2},"a":{"a":0,"k":[9.25,9.458,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.233,0],[0,0],[0,4.233],[0,0],[-4.234,0],[0,0],[0,-4.233],[0,0]],"o":[[0,0],[-4.234,0],[0,0],[0,-4.233],[0,0],[4.233,0],[0,0],[0,4.233]],"v":[[1.303,52.208],[-1.302,52.208],[-9,44.512],[-9,-44.512],[-1.302,-52.208],[1.303,-52.208],[9,-44.512],[9,44.512]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.25,52.458],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":162,"st":0,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"Rope","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[479.395,711.946,0],"ix":2},"a":{"a":0,"k":[9.25,8.958,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.233,0],[0,0],[0,4.233],[0,0],[-4.234,0],[0,0],[0,-4.233],[0,0]],"o":[[0,0],[-4.234,0],[0,0],[0,-4.233],[0,0],[4.233,0],[0,0],[0,4.233]],"v":[[1.303,52.208],[-1.302,52.208],[-9,44.512],[-9,-44.512],[-1.302,-52.208],[1.303,-52.208],[9,-44.512],[9,44.512]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.25,52.458],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":162,"st":0,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"Inshirt Shirt","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[450.395,650.725,0],"ix":2},"a":{"a":0,"k":[69.863,60.025,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[69.613,-59.775],[-0.499,59.775],[-69.613,-59.775]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176000004189,0.204000001795,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[69.863,60.025],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":162,"st":0,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"Jacket","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[450.197,693.825,0],"ix":2},"a":{"a":0,"k":[226.25,151.425,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[226,54.165],[226,151.175],[-226,151.175],[-226,54.165],[-164,-21.175],[-176,-41.175],[-134.67,-151.175],[134.67,-151.175],[176,-41.175],[164,-21.175]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[226.25,151.425],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":162,"st":0,"bm":0}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Layer 3 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[233.642,107.465,0],"ix":2},"a":{"a":0,"k":[31.489,31.489,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-17.253],[17.253,0],[0,17.252],[-17.253,0]],"o":[[0,17.252],[-17.253,0],[0,-17.253],[17.253,0]],"v":[[31.239,0],[0,31.239],[-31.239,0],[0,-31.239]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176000004189,0.204000001795,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[31.489,31.489],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":320,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 4 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[93.334,36.893,0],"ix":2},"a":{"a":0,"k":[37.143,37.143,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-20.375],[20.375,0],[0,20.375],[-20.376,0]],"o":[[0,20.375],[-20.376,0],[0,-20.375],[20.375,0]],"v":[[36.893,0],[0,36.893],[-36.893,0],[0,-36.893]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176000004189,0.204000001795,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[37.143,37.143],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":320,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Layer 5 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[41.962,64.692,0],"ix":2},"a":{"a":0,"k":[37.143,37.143,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-20.375],[20.375,0],[0,20.375],[-20.376,0]],"o":[[0,20.375],[-20.376,0],[0,-20.375],[20.375,0]],"v":[[36.893,0],[0,36.893],[-36.893,0],[0,-36.893]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176000004189,0.204000001795,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[37.143,37.143],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":320,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Layer 6 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[133.774,35.547,0],"ix":2},"a":{"a":0,"k":[27.036,27.036,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-14.793],[14.794,0],[0,14.793],[-14.794,0]],"o":[[0,14.793],[-14.794,0],[0,-14.793],[14.794,0]],"v":[[26.786,0],[0,26.786],[-26.786,0],[0,-26.786]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176000004189,0.204000001795,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[27.036,27.036],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":320,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Layer 7 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[222.916,62.334,0],"ix":2},"a":{"a":0,"k":[27.035,27.036,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-14.793],[14.794,0],[0,14.793],[-14.793,0]],"o":[[0,14.793],[-14.793,0],[0,-14.793],[14.794,0]],"v":[[26.786,0],[0,26.786],[-26.786,0],[0,-26.786]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176000004189,0.204000001795,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[27.035,27.036],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":320,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Layer 8 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[170.636,47,0],"ix":2},"a":{"a":0,"k":[32.018,32.017,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-17.544],[17.545,0],[0,17.544],[-17.545,0]],"o":[[0,17.544],[-17.545,0],[0,-17.544],[17.545,0]],"v":[[31.768,0],[-0.001,31.767],[-31.768,0],[-0.001,-31.767]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176000004189,0.204000001795,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[32.018,32.017],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":320,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Layer 9 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[232.333,148.072,0],"ix":2},"a":{"a":0,"k":[17.618,17.618,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-9.592],[9.593,0],[0,9.592],[-9.592,0]],"o":[[0,9.592],[-9.592,0],[0,-9.592],[9.593,0]],"v":[[17.368,0],[0,17.368],[-17.368,0],[0,-17.368]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176000004189,0.204000001795,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[17.618,17.618],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":320,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Layer 10 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[24.499,112.956,0],"ix":2},"a":{"a":0,"k":[24.522,24.522,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-13.405],[13.405,0],[0,13.405],[-13.406,0]],"o":[[0,13.405],[-13.406,0],[0,-13.405],[13.405,0]],"v":[[24.273,0],[0.001,24.272],[-24.273,0],[0.001,-24.272]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176000004189,0.204000001795,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[24.523,24.522],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":320,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Layer 11 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[23.094,141.428,0],"ix":2},"a":{"a":0,"k":[19.118,19.118,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-10.42],[10.421,0],[0,10.42],[-10.421,0]],"o":[[0,10.42],[-10.421,0],[0,-10.42],[10.421,0]],"v":[[18.868,0],[0,18.868],[-18.868,0],[0,-18.868]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176000004189,0.204000001795,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[19.118,19.118],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":320,"st":0,"bm":0}]},{"id":"comp_2","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"EarPhone","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[139.395,284.625,0],"ix":2},"a":{"a":0,"k":[119.538,256.875,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[4.049,-6.086],[0,0],[0,0]],"o":[[0,0],[0,7.31],[0,0],[0,0],[0,0]],"v":[[57.966,-236.685],[57.966,-223.667],[51.756,-203.125],[-57.966,-38.23],[-57.966,236.686]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[177.583,274.564],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-4.049,-6.086],[0,0],[0,0]],"o":[[0,0],[0,7.31],[0,0],[0,0],[0,0]],"v":[[-57.965,-236.685],[-57.965,-223.667],[-51.757,-203.125],[57.965,-38.23],[57.965,236.686]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[61.653,274.564],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-6.548],[-6.547,0],[0,6.547],[6.548,0]],"o":[[0,6.547],[6.548,0],[0,-6.548],[-6.547,0]],"v":[[-11.855,0],[-0.001,11.855],[11.855,0],[-0.001,-11.855]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[12.708,12.105],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.89,0],[0,0],[0,-1.891],[0,0],[-1.89,0],[0,1.89],[0,0]],"o":[[0,0],[-1.89,0],[0,0],[0,1.89],[1.89,0],[0,0],[0,-1.891]],"v":[[0,-14.777],[0,-14.777],[-3.437,-11.34],[-3.437,11.34],[0,14.777],[3.437,11.34],[3.437,-11.34]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[3.687,25.852],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-6.548],[6.547,0],[0,6.547],[-6.548,0]],"o":[[0,6.547],[-6.548,0],[0,-6.548],[6.547,0]],"v":[[11.856,0],[0,11.855],[-11.856,0],[0,-11.855]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[226.369,12.105],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.89,0],[0,0],[0,-1.891],[0,0],[1.891,0],[0,1.89],[0,0]],"o":[[0,0],[1.891,0],[0,0],[0,1.89],[-1.89,0],[0,0],[0,-1.891]],"v":[[0,-14.777],[0,-14.777],[3.437,-11.34],[3.437,11.34],[0,14.777],[-3.437,11.34],[-3.437,-11.34]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[235.389,25.852],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":320,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Left Ear","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[22.943,37.833,0],"ix":2},"a":{"a":0,"k":[30.75,43.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[21,14.5],[12.666,-14.666],[-14.667,-9.333],[-0.666,7]],"o":[[0,0],[-12.667,14.667],[14.666,9.334],[0.667,-7]],"v":[[9.5,-34.667],[-17.833,-28.834],[2.167,34.166],[29.833,34.166]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.635000011968,0.603999956916,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[30.75,43.75],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":320,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Right Ear","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[258.058,37.833,0],"ix":2},"a":{"a":0,"k":[30.75,43.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-21,14.5],[-12.667,-14.666],[14.667,-9.333],[0.667,7]],"o":[[0,0],[12.667,14.667],[-14.667,9.334],[-0.666,-7]],"v":[[-9.5,-34.667],[17.833,-28.834],[-2.167,34.166],[-29.834,34.166]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.635000011968,0.603999956916,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[30.75,43.75],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":320,"st":0,"bm":0}]},{"id":"comp_3","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Layer 19 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[266.333,98.881,0],"ix":2},"a":{"a":0,"k":[49.69,49.69,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-27.305],[27.305,0],[0,27.305],[-27.305,0]],"o":[[0,27.305],[-27.305,0],[0,-27.305],[27.305,0]],"v":[[49.441,0],[0.001,49.44],[-49.441,0],[0.001,-49.44]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176000004189,0.204000001795,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[49.69,49.69],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":320,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 21 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[126.214,49.44,0],"ix":2},"a":{"a":0,"k":[49.69,49.69,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-27.305],[27.305,0],[0,27.305],[-27.306,0]],"o":[[0,27.305],[-27.306,0],[0,-27.305],[27.305,0]],"v":[[49.441,0],[0.001,49.44],[-49.441,0],[0.001,-49.44]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176000004189,0.204000001795,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[49.69,49.69],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":320,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Layer 24 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[56.522,90.44,0],"ix":2},"a":{"a":0,"k":[49.69,49.69,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-27.305],[27.305,0],[0,27.305],[-27.305,0]],"o":[[0,27.305],[-27.305,0],[0,-27.305],[27.305,0]],"v":[[49.44,0],[0,49.44],[-49.44,0],[0,-49.44]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176000004189,0.204000001795,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[49.69,49.69],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":320,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Layer 25 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[291.773,208.44,0],"ix":2},"a":{"a":0,"k":[49.69,49.69,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-27.305],[27.305,0],[0,27.305],[-27.305,0]],"o":[[0,27.305],[-27.305,0],[0,-27.305],[27.305,0]],"v":[[49.441,0],[0.001,49.44],[-49.441,0],[0.001,-49.44]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176000004189,0.204000001795,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[49.691,49.69],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":320,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Layer 26 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[49.774,208.44,0],"ix":2},"a":{"a":0,"k":[49.69,49.69,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-27.305],[27.305,0],[0,27.305],[-27.305,0]],"o":[[0,27.305],[-27.305,0],[0,-27.305],[27.305,0]],"v":[[49.44,0],[0,49.44],[-49.44,0],[0,-49.44]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176000004189,0.204000001795,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[49.69,49.69],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":320,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Layer 27 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[206.785,54.893,0],"ix":2},"a":{"a":0,"k":[35.798,35.797,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-19.632],[19.632,0],[0,19.632],[-19.633,0]],"o":[[0,19.632],[-19.633,0],[0,-19.632],[19.632,0]],"v":[[35.548,0],[0,35.547],[-35.548,0],[0,-35.547]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176000004189,0.204000001795,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[35.798,35.797],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":320,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Layer 28 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200.666,67.547,0],"ix":2},"a":{"a":0,"k":[35.798,35.797,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-19.632],[19.632,0],[0,19.632],[-19.633,0]],"o":[[0,19.632],[-19.633,0],[0,-19.632],[19.632,0]],"v":[[35.548,0],[0,35.547],[-35.548,0],[0,-35.547]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176000004189,0.204000001795,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[35.798,35.797],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":320,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Layer 29 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[266.333,280.547,0],"ix":2},"a":{"a":0,"k":[35.798,35.798,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-19.632],[19.633,0],[0,19.633],[-19.632,0]],"o":[[0,19.633],[-19.632,0],[0,-19.632],[19.633,0]],"v":[[35.548,-0.001],[-0.001,35.548],[-35.548,-0.001],[-0.001,-35.548]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176000004189,0.204000001795,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[35.798,35.798],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":320,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Layer 30 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[52.891,276.547,0],"ix":2},"a":{"a":0,"k":[35.798,35.798,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-19.632],[19.632,0],[0,19.633],[-19.633,0]],"o":[[0,19.633],[-19.633,0],[0,-19.632],[19.632,0]],"v":[[35.548,-0.001],[0,35.548],[-35.548,-0.001],[0,-35.548]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176000004189,0.204000001795,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[35.797,35.798],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":320,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Layer 31 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[72.214,49.44,0],"ix":2},"a":{"a":0,"k":[27.25,27.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-14.912],[14.912,0],[0,14.912],[-14.912,0]],"o":[[0,14.912],[-14.912,0],[0,-14.912],[14.912,0]],"v":[[27,0],[0,27],[-27,0],[0,-27]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176000004189,0.204000001795,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[27.25,27.25],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":320,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Layer 32 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[289.518,155.529,0],"ix":2},"a":{"a":0,"k":[35.731,35.731,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-19.596],[19.595,0],[0,19.596],[-19.596,0]],"o":[[0,19.596],[-19.596,0],[0,-19.596],[19.595,0]],"v":[[35.482,0],[0,35.481],[-35.482,0],[0,-35.481]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176000004189,0.204000001795,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[35.731,35.731],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":320,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Layer 33 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[41.928,155.529,0],"ix":2},"a":{"a":0,"k":[35.096,35.096,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-19.245],[19.245,0],[0,19.245],[-19.244,0]],"o":[[0,19.245],[-19.244,0],[0,-19.245],[19.245,0]],"v":[[34.846,0],[-0.001,34.846],[-34.846,0],[-0.001,-34.846]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176000004189,0.204000001795,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[35.096,35.096],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":320,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Layer 34 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[175.654,32,0],"ix":2},"a":{"a":0,"k":[27.25,27.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-14.912],[14.912,0],[0,14.912],[-14.912,0]],"o":[[0,14.912],[-14.912,0],[0,-14.912],[14.912,0]],"v":[[27,0],[0,27],[-27,0],[0,-27]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176000004189,0.204000001795,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[27.25,27.25],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":320,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"Layer 36 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[249.576,53.315,0],"ix":2},"a":{"a":0,"k":[37.376,37.376,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-20.504],[20.504,0],[0,20.504],[-20.504,0]],"o":[[0,20.504],[-20.504,0],[0,-20.504],[20.504,0]],"v":[[37.126,-0.001],[0.001,37.126],[-37.126,-0.001],[0.001,-37.126]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176000004189,0.204000001795,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[37.375,37.376],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":320,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"Layer 42 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[78.962,320.095,0],"ix":2},"a":{"a":0,"k":[27.25,27.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-14.912],[14.912,0],[0,14.911],[-14.912,0]],"o":[[0,14.911],[-14.912,0],[0,-14.912],[14.912,0]],"v":[[27,0],[0,27],[-27,0],[0,-27]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176000004189,0.204000001795,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[27.25,27.25],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":320,"st":0,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"Layer 43 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[242.333,321.364,0],"ix":2},"a":{"a":0,"k":[27.25,27.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-14.911],[14.912,0],[0,14.912],[-14.911,0]],"o":[[0,14.912],[-14.911,0],[0,-14.911],[14.912,0]],"v":[[27,0],[0,27],[-27,0],[0,-27]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176000004189,0.204000001795,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[27.25,27.25],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":320,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[450,450,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[900,900],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.686274509804,0.585274849686,0.495194169587,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":162,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"ME","tt":1,"refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[450,450,0],"ix":2},"a":{"a":0,"k":[450,450,0],"ix":1},"s":{"a":0,"k":[123.111,123.111,100],"ix":6}},"ao":0,"w":900,"h":900,"ip":0,"op":162,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[450,450,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[900,900],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":162,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/ph_onboarding_.json b/ohos/flutter_lottie/assets/lottiefiles/ph_onboarding_.json new file mode 100644 index 0000000000000000000000000000000000000000..3ed72deff8292bb746e297713e634ec7434bd576 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/ph_onboarding_.json @@ -0,0 +1 @@ +{"v":"5.0.6","fr":30,"ip":0,"op":899,"w":360,"h":640,"nm":"PH_NewOnboarding","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Mobile","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0_1_0p333_0"],"t":5,"s":[0],"e":[100]},{"t":20}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":130,"s":[0],"e":[-39]},{"t":166}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":5,"s":[180.221,335.971,0],"e":[180.221,315.971,0],"to":[0,-3.33333325386047,0],"ti":[0,3.33333325386047,0]},{"i":{"x":0,"y":0},"o":{"x":0.167,"y":0.167},"n":"0_0_0p167_0p167","t":20,"s":[180.221,315.971,0],"e":[180.221,315.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0},"n":"0_1_0p167_0","t":130,"s":[180.221,315.971,0],"e":[56.221,316.471,0],"to":[-20.6666660308838,0.08333333581686,0],"ti":[20.6666660308838,-0.08333333581686,0]},{"t":166}],"ix":2},"a":{"a":0,"k":[29.5,53,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0,0,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0_1_0p333_0","0_1_0p333_0","0p667_1_0p333_0"],"t":130,"s":[100,100,100],"e":[45,45,100]},{"t":166}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.482,-0.194],[0,0],[0.195,0.482],[0,0],[-0.482,0.194],[0,0],[-0.194,-0.483],[0,0]],"o":[[0,0],[-0.482,0.195],[0,0],[-0.195,-0.482],[0,0],[0.482,-0.194],[0,0],[0.194,0.483]],"v":[[4.23,4.428],[0.02,6.122],[-1.205,5.602],[-4.75,-3.204],[-4.229,-4.428],[-0.02,-6.124],[1.205,-5.602],[4.751,3.201]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.383999992819,0.451000019148,0.517999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[28.799,45.304],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[153,153],"ix":3},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":142,"s":[0],"e":[20]},{"t":165}],"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":148,"s":[0],"e":[80]},{"t":165}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 15","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.054,-0.134],[0,0],[-0.142,-0.028],[0,0],[-0.083,0.119],[0,0],[0.054,0.134],[0,0],[0.134,-0.055]],"o":[[-0.134,0.055],[0,0],[0.054,0.135],[0,0],[0.142,0.029],[0,0],[0.083,-0.119],[0,0],[-0.054,-0.135],[0,0]],"v":[[-6.062,-5.152],[-6.208,-4.809],[-1.486,6.917],[-1.128,7.212],[3.215,8.079],[3.624,7.915],[6.156,4.279],[6.208,3.818],[1.486,-7.908],[1.143,-8.053]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.964999988032,0.984000052658,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[28.629,45.352],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[177,177],"ix":3},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":141,"s":[0],"e":[20]},{"t":165}],"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":148,"s":[0],"e":[80]},{"t":165}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 16","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.054,-0.134],[0,0],[-0.144,-0.02],[0,0],[-0.09,0.115],[0,0],[0.054,0.134],[0,0],[0.143,0.019],[0,0],[0.089,-0.114]],"o":[[-0.089,0.114],[0,0],[0.054,0.134],[0,0],[0.144,0.021],[0,0],[0.089,-0.114],[0,0],[-0.053,-0.135],[0,0],[-0.143,-0.021],[0,0]],"v":[[-4.154,-0.818],[-4.218,-0.368],[-2.786,3.189],[-2.427,3.469],[1.367,4.007],[1.791,3.835],[4.154,0.818],[4.218,0.368],[2.785,-3.188],[2.427,-3.469],[-1.368,-4.007],[-1.791,-3.837]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.862999949736,0.477999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[39.034,50.969],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[180,180],"ix":3},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":141,"s":[0],"e":[20]},{"t":165}],"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":148,"s":[0],"e":[80]},{"t":165}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 17","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.054,-0.135],[0,0],[-0.144,-0.02],[0,0],[-0.09,0.115],[0,0],[0.054,0.134],[0,0],[0.143,0.02],[0,0],[0.089,-0.114]],"o":[[-0.089,0.114],[0,0],[0.054,0.134],[0,0],[0.144,0.021],[0,0],[0.089,-0.115],[0,0],[-0.054,-0.135],[0,0],[-0.143,-0.02],[0,0]],"v":[[-4.154,-0.819],[-4.218,-0.367],[-2.786,3.188],[-2.427,3.469],[1.367,4.006],[1.791,3.836],[4.154,0.819],[4.218,0.367],[2.786,-3.188],[2.427,-3.469],[-1.368,-4.007],[-1.791,-3.837]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.630999995213,0.532999973671,0.929000016755,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[18.438,50.48],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[180,180],"ix":3},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":141,"s":[0],"e":[20]},{"t":165}],"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":148,"s":[0],"e":[80]},{"t":165}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 18","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.054,-0.135],[0,0],[-0.144,-0.02],[0,0],[-0.09,0.115],[0,0],[0.054,0.133],[0,0],[0.143,0.02],[0,0],[0.089,-0.113]],"o":[[-0.089,0.114],[0,0],[0.054,0.135],[0,0],[0.144,0.02],[0,0],[0.089,-0.115],[0,0],[-0.053,-0.134],[0,0],[-0.143,-0.02],[0,0]],"v":[[-4.154,-0.819],[-4.218,-0.367],[-2.786,3.188],[-2.427,3.469],[1.367,4.007],[1.791,3.836],[4.154,0.819],[4.218,0.368],[2.785,-3.188],[2.427,-3.469],[-1.368,-4.007],[-1.791,-3.837]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.328999986836,0.788000009574,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[37.901,32.016],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[180,180],"ix":3},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":141,"s":[0],"e":[20]},{"t":165}],"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":148,"s":[0],"e":[80]},{"t":165}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 19","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.054,-0.134],[0,0],[-0.144,-0.02],[0,0],[-0.09,0.115],[0,0],[0.054,0.134],[0,0],[0.143,0.019],[0,0],[0.089,-0.114]],"o":[[-0.089,0.114],[0,0],[0.054,0.134],[0,0],[0.144,0.021],[0,0],[0.089,-0.114],[0,0],[-0.054,-0.135],[0,0],[-0.143,-0.021],[0,0]],"v":[[-4.154,-0.818],[-4.218,-0.368],[-2.786,3.189],[-2.427,3.469],[1.367,4.007],[1.791,3.835],[4.154,0.818],[4.218,0.368],[2.786,-3.188],[2.427,-3.469],[-1.368,-4.007],[-1.791,-3.837]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.936999990426,0.823999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[17.305,32.778],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[179,179],"ix":3},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":141,"s":[0],"e":[20]},{"t":165}],"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":148,"s":[0],"e":[80]},{"t":165}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 20","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.276,0],[0,0],[0,0.276],[0,0],[-0.276,0],[0,0],[0,-0.276],[0,0]],"o":[[0,0],[-0.276,0],[0,0],[0,-0.276],[0,0],[0.276,0],[0,0],[0,0.276]],"v":[[7.79,2.227],[-7.79,2.227],[-8.29,1.727],[-8.29,-1.727],[-7.79,-2.227],[7.79,-2.227],[8.29,-1.727],[8.29,1.727]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":130,"s":[0.552999997606,0.709999952129,0.827000038297,1],"e":[0.152941182256,0.168627455831,0.247058823705,1]},{"t":165}],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[20.367,63.251],"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":"Group 1","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.276,0],[0,0],[0,0.276],[0,0],[-0.276,0],[0,0],[0,-0.276],[0,0]],"o":[[0,0],[-0.276,0],[0,0],[0,-0.276],[0,0],[0.276,0],[0,0],[0,0.276]],"v":[[4.389,2.227],[-4.389,2.227],[-4.889,1.727],[-4.889,-1.727],[-4.389,-2.227],[4.389,-2.227],[4.889,-1.727],[4.889,1.727]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":130,"s":[0.39199999641,0.560999971278,0.689999988032,1],"e":[0.152941182256,0.168627455831,0.247058823705,1]},{"t":165}],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[38.014,73.575],"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":"Group 2","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.276,0],[0,0],[0,0.276],[0,0],[-0.276,0],[0,0],[0,-0.276],[0,0]],"o":[[0,0],[-0.276,0],[0,0],[0,-0.276],[0,0],[0.276,0],[0,0],[0,0.276]],"v":[[4.885,2.227],[-4.885,2.227],[-5.385,1.727],[-5.385,-1.727],[-4.885,-2.227],[4.885,-2.227],[5.385,-1.727],[5.385,1.727]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":130,"s":[0.372999991623,0.481999984442,0.579999976065,1],"e":[0.152941182256,0.168627455831,0.247058823705,1]},{"t":165}],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[39.102,52.719],"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":"Group 3","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.276,0],[0,0],[0,0.276],[0,0],[-0.276,0],[0,0],[0,-0.276],[0,0]],"o":[[0,0],[-0.276,0],[0,0],[0,-0.276],[0,0],[0.276,0],[0,0],[0,0.276]],"v":[[5.932,2.227],[-5.932,2.227],[-6.432,1.727],[-6.432,-1.727],[-5.932,-2.227],[5.932,-2.227],[6.432,-1.727],[6.432,1.727]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":130,"s":[0.361000001197,0.463000009574,0.552999997606,1],"e":[0.152941182256,0.168627455831,0.247058823705,1]},{"t":165}],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[23.893,73.575],"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":"Group 4","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.276,0],[0,0],[0,0.276],[0,0],[-0.276,0],[0,0],[0,-0.276],[0,0]],"o":[[0,0],[-0.276,0],[0,0],[0,-0.276],[0,0],[0.276,0],[0,0],[0,0.276]],"v":[[5.932,2.227],[-5.932,2.227],[-6.432,1.727],[-6.432,-1.727],[-5.932,-2.227],[5.932,-2.227],[6.432,-1.727],[6.432,1.727]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":130,"s":[0.573000021542,0.728999956916,0.859000052658,1],"e":[0.152941182256,0.168627455831,0.247058823705,1]},{"t":165}],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[23.893,52.719],"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":"Group 5","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.276,0],[0,0],[0,0.276],[0,0],[-0.276,0],[0,0],[0,-0.276],[0,0]],"o":[[0,0],[-0.276,0],[0,0],[0,-0.276],[0,0],[0.276,0],[0,0],[0,0.276]],"v":[[9.824,2.227],[-9.824,2.227],[-10.324,1.727],[-10.324,-1.727],[-9.824,-2.227],[9.824,-2.227],[10.324,-1.727],[10.324,1.727]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":130,"s":[0.451000019148,0.556999954523,0.654999976065,1],"e":[0.152941182256,0.168627455831,0.247058823705,1]},{"t":165}],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[22.138,41.05],"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":"Group 6","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.276,0],[0,0],[0,0.276],[0,0],[-0.276,0],[0,0],[0,-0.276],[0,0]],"o":[[0,0],[-0.276,0],[0,0],[0,-0.276],[0,0],[0.276,0],[0,0],[0,0.276]],"v":[[7.458,2.227],[-7.458,2.227],[-7.958,1.727],[-7.958,-1.727],[-7.458,-2.227],[7.458,-2.227],[7.958,-1.727],[7.958,1.727]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":130,"s":[0.458999992819,0.583999992819,0.675,1],"e":[0.152941182256,0.168627455831,0.247058823705,1]},{"t":165}],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[32.973,30.186],"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":"Group 7","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.276,0],[0,0],[0,0.276],[0,0],[-0.276,0],[0,0],[0,-0.276],[0,0]],"o":[[0,0],[-0.276,0],[0,0],[0,-0.276],[0,0],[0.276,0],[0,0],[0,0.276]],"v":[[4.361,2.227],[-4.361,2.227],[-4.861,1.727],[-4.861,-1.727],[-4.361,-2.227],[4.361,-2.227],[4.861,-1.727],[4.861,1.727]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":130,"s":[0.702000038297,0.862999949736,0.961000031116,1],"e":[0.152941182256,0.168627455831,0.247058823705,1]},{"t":165}],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[16.675,30.186],"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":"Group 8","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.276,0],[0,0],[0,0.276],[0,0],[-0.276,0],[0,0],[0,-0.276],[0,0]],"o":[[0,0],[-0.276,0],[0,0],[0,-0.276],[0,0],[0.276,0],[0,0],[0,0.276]],"v":[[7.486,2.227],[-7.486,2.227],[-7.986,1.727],[-7.986,-1.727],[-7.486,-2.227],[7.486,-2.227],[7.986,-1.727],[7.986,1.727]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":130,"s":[0.522000002394,0.638999968884,0.705999995213,1],"e":[0.152941182256,0.168627455831,0.247058823705,1]},{"t":165}],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[19.799,19.322],"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":"Group 9","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.448,0],[0,0],[0,0.448],[-0.448,0],[0,0],[0,-0.449]],"o":[[0,0],[-0.448,0],[0,-0.449],[0,0],[0.448,0],[0,0.448]],"v":[[7.66,0.815],[-7.659,0.815],[-8.474,0],[-7.659,-0.815],[7.66,-0.815],[8.474,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":130,"s":[0.8,0.8,0.8,1],"e":[0.152941182256,0.168627455831,0.247058823705,1]},{"t":165}],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[27.785,6.719],"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":"Group 11","np":2,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-0.276],[0,0],[-0.275,0],[0,0],[0,0.276],[0,0],[0.277,0]],"o":[[-0.275,0],[0,0],[0,0.276],[0,0],[0.277,0],[0,0],[0,-0.276],[0,0]],"v":[[-21.555,-35.472],[-22.055,-34.972],[-22.055,34.973],[-21.555,35.472],[21.555,35.472],[22.055,34.973],[22.055,-34.972],[21.555,-35.472]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":130,"s":[0,0.388,0.471,0.549,0.248,0.298,0.38,0.459,0.631,0.208,0.29,0.369],"e":[0,0.153,0.169,0.247,0.248,0.153,0.169,0.247,0.631,0.153,0.169,0.247]},{"t":165}],"ix":9}},"s":{"a":0,"k":[0,0],"ix":5},"e":{"a":0,"k":[100,0],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[29.662,46.803],"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":"Group 14","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":130,"s":[{"i":[[0.956,0],[0,0],[0,0.956],[-0.956,0],[0,0],[0,-0.956]],"o":[[0,0],[-0.956,0],[0,-0.956],[0,0],[0.956,0],[0,0.956]],"v":[[5.84,1.739],[-5.84,1.739],[-7.578,0.001],[-5.84,-1.738],[5.84,-1.738],[7.578,0.001]],"c":true}],"e":[{"i":[[0.956,0],[0,0],[0,0.956],[-0.956,0],[0,0],[0,-0.956]],"o":[[0,0],[-0.956,0],[0,-0.956],[0,0],[0.956,0],[0,0.956]],"v":[[5.84,-2.537],[-5.84,-2.537],[-7.578,-4.275],[-5.84,-6.014],[5.84,-6.014],[7.578,-4.275]],"c":true}]},{"t":165}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":130,"s":[0.8,0.8,0.8,1],"e":[0.152941182256,0.168627455831,0.247058823705,1]},{"t":165}],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[29.115,89.451],"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":"Group 12","np":2,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":130,"s":[{"i":[[0,0],[0,-1.439],[0,0],[-0.86,-0.449],[0,0],[-0.757,0.396],[0,0],[0,0.969],[0,0],[1.44,0]],"o":[[-1.439,0],[0,0],[0,0.969],[0,0],[0.757,0.396],[0,0],[0.86,-0.449],[0,0],[0,-1.439],[0,0]],"v":[[-23.549,-49.441],[-26.156,-46.835],[-26.156,34.411],[-24.757,36.721],[-1.209,49.046],[1.209,49.046],[24.757,36.721],[26.156,34.411],[26.156,-46.835],[23.548,-49.441]],"c":true}],"e":[{"i":[[0,0],[0,-1.439],[0,0],[-0.86,-0.449],[0,0],[-0.854,-0.07],[0,0],[0,0.969],[0,0],[1.44,0]],"o":[[-1.439,0],[0,0],[0,0.969],[0,0],[1.078,0.069],[0,0],[0.86,-0.449],[0,0],[0,-1.439],[0,0]],"v":[[-23.549,-49.441],[-26.156,-46.835],[-26.156,34.411],[-21.771,35.262],[0.805,35.296],[3.223,35.296],[24.757,35.262],[26.156,34.411],[26.156,-46.835],[23.548,-49.441]],"c":true}]},{"t":165}],"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":130,"s":[0,0.969,0.965,0.957,0.248,0.924,0.922,0.918,0.631,0.878,0.878,0.878],"e":[0,0.153,0.169,0.247,0.248,0.153,0.169,0.247,0.63,0.153,0.169,0.247]},{"t":165}],"ix":9}},"s":{"a":0,"k":[-24.346,-49.256],"ix":5},"e":{"a":0,"k":[17.064,44.561],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[29.279,52.562],"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":"Group 13","np":2,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":167,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"Purple BL","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":360,"s":[180,320,0],"e":[210,50,0],"to":[5,-45,0],"ti":[-5,45,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":390,"s":[210,50,0],"e":[210,50,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":600,"s":[210,50,0],"e":[447,54,0],"to":[39.5,0.66666668653488,0],"ti":[-39.5,-0.66666668653488,0]},{"t":630}],"ix":2},"a":{"a":0,"k":[180,320,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":360,"s":[100,100,100],"e":[119,119,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p833_1_0p333_0","0p833_1_0p333_0","0p833_1_0p333_0"],"t":390,"s":[119,119,100],"e":[119,119,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":600,"s":[119,119,100],"e":[115,115,100]},{"t":630}],"ix":6}},"ao":0,"ef":[{"ty":25,"nm":"Drop Shadow","np":9,"mn":"ADBE Drop Shadow","ix":1,"en":1,"ef":[{"ty":2,"nm":"Shadow Color","mn":"ADBE Drop Shadow-0001","ix":1,"v":{"a":0,"k":[0,0,0,1],"ix":1}},{"ty":0,"nm":"Opacity","mn":"ADBE Drop Shadow-0002","ix":2,"v":{"a":0,"k":0,"ix":2}},{"ty":0,"nm":"Direction","mn":"ADBE Drop Shadow-0003","ix":3,"v":{"a":0,"k":135,"ix":3}},{"ty":0,"nm":"Distance","mn":"ADBE Drop Shadow-0004","ix":4,"v":{"a":0,"k":4,"ix":4}},{"ty":0,"nm":"Softness","mn":"ADBE Drop Shadow-0005","ix":5,"v":{"a":0,"k":4,"ix":5}},{"ty":7,"nm":"Shadow Only","mn":"ADBE Drop Shadow-0006","ix":6,"v":{"a":0,"k":0,"ix":6}},{"ty":7,"nm":"GPU Rendering","mn":"ADBE Force CPU GPU","ix":7,"v":{"a":0,"k":1,"ix":7}}]}],"w":360,"h":640,"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":0,"nm":"Yellow BR","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":360,"s":[180,320,0],"e":[-62,330,0],"to":[-40.3333320617676,1.66666662693024,0],"ti":[40.3333320617676,-1.66666662693024,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":390,"s":[-62,330,0],"e":[-62,330,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":600,"s":[-62,330,0],"e":[-92,70,0],"to":[-5,-43.3333320617676,0],"ti":[5,43.3333320617676,0]},{"t":630}],"ix":2},"a":{"a":0,"k":[180,320,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":360,"s":[100,100,100],"e":[91,91,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p833_1_0p333_0","0p833_1_0p333_0","0p833_1_0p333_0"],"t":390,"s":[91,91,100],"e":[91,91,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":600,"s":[91,91,100],"e":[119,119,100]},{"t":630}],"ix":6}},"ao":0,"ef":[{"ty":25,"nm":"Drop Shadow","np":9,"mn":"ADBE Drop Shadow","ix":1,"en":1,"ef":[{"ty":2,"nm":"Shadow Color","mn":"ADBE Drop Shadow-0001","ix":1,"v":{"a":0,"k":[0,0,0,1],"ix":1}},{"ty":0,"nm":"Opacity","mn":"ADBE Drop Shadow-0002","ix":2,"v":{"a":0,"k":0,"ix":2}},{"ty":0,"nm":"Direction","mn":"ADBE Drop Shadow-0003","ix":3,"v":{"a":0,"k":135,"ix":3}},{"ty":0,"nm":"Distance","mn":"ADBE Drop Shadow-0004","ix":4,"v":{"a":0,"k":4,"ix":4}},{"ty":0,"nm":"Softness","mn":"ADBE Drop Shadow-0005","ix":5,"v":{"a":0,"k":4,"ix":5}},{"ty":7,"nm":"Shadow Only","mn":"ADBE Drop Shadow-0006","ix":6,"v":{"a":0,"k":0,"ix":6}},{"ty":7,"nm":"GPU Rendering","mn":"ADBE Force CPU GPU","ix":7,"v":{"a":0,"k":1,"ix":7}}]}],"w":360,"h":640,"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":0,"nm":"Blue TR","refId":"comp_5","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":360,"s":[180,320,0],"e":[206,521,0],"to":[4.33333349227905,33.5,0],"ti":[-4.33333349227905,-33.5,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":390,"s":[206,521,0],"e":[206,521,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":600,"s":[206,521,0],"e":[-37,508,0],"to":[-40.5,-2.16666674613953,0],"ti":[40.5,2.16666674613953,0]},{"t":630}],"ix":2},"a":{"a":0,"k":[180,320,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":360,"s":[100,100,100],"e":[88,88,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p833_1_0p333_0","0p833_1_0p333_0","0p833_1_0p333_0"],"t":390,"s":[88,88,100],"e":[88,88,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":600,"s":[88,88,100],"e":[83,83,100]},{"t":630}],"ix":6}},"ao":0,"ef":[{"ty":25,"nm":"Drop Shadow","np":9,"mn":"ADBE Drop Shadow","ix":1,"en":1,"ef":[{"ty":2,"nm":"Shadow Color","mn":"ADBE Drop Shadow-0001","ix":1,"v":{"a":0,"k":[0,0,0,1],"ix":1}},{"ty":0,"nm":"Opacity","mn":"ADBE Drop Shadow-0002","ix":2,"v":{"a":0,"k":0,"ix":2}},{"ty":0,"nm":"Direction","mn":"ADBE Drop Shadow-0003","ix":3,"v":{"a":0,"k":135,"ix":3}},{"ty":0,"nm":"Distance","mn":"ADBE Drop Shadow-0004","ix":4,"v":{"a":0,"k":4,"ix":4}},{"ty":0,"nm":"Softness","mn":"ADBE Drop Shadow-0005","ix":5,"v":{"a":0,"k":4,"ix":5}},{"ty":7,"nm":"Shadow Only","mn":"ADBE Drop Shadow-0006","ix":6,"v":{"a":0,"k":0,"ix":6}},{"ty":7,"nm":"GPU Rendering","mn":"ADBE Force CPU GPU","ix":7,"v":{"a":0,"k":1,"ix":7}}]}],"w":360,"h":640,"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":0,"nm":"Green TL","refId":"comp_7","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":360,"s":[180,320,0],"e":[386,312,0],"to":[34.3333320617676,-1.33333337306976,0],"ti":[-34.3333320617676,1.33333337306976,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":390,"s":[386,312,0],"e":[386,312,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":600,"s":[386,312,0],"e":[381,529,0],"to":[-0.83333331346512,36.1666679382324,0],"ti":[0.83333331346512,-36.1666679382324,0]},{"t":630}],"ix":2},"a":{"a":0,"k":[180,320,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":360,"s":[100,100,100],"e":[90,90,100]},{"i":{"x":[0.746,0.746,0.746],"y":[1,1,1]},"o":{"x":[0.31,0.31,0.31],"y":[0,0,0]},"n":["0p746_1_0p31_0","0p746_1_0p31_0","0p746_1_0p31_0"],"t":390,"s":[90,90,100],"e":[90,90,100]},{"i":{"x":[0.751,0.751,0.751],"y":[1,1,1]},"o":{"x":[0.409,0.409,0.409],"y":[0,0,0]},"n":["0p751_1_0p409_0","0p751_1_0p409_0","0p751_1_0p409_0"],"t":600,"s":[90,90,100],"e":[80,80,100]},{"t":630}],"ix":6}},"ao":0,"ef":[{"ty":25,"nm":"Drop Shadow","np":9,"mn":"ADBE Drop Shadow","ix":1,"en":1,"ef":[{"ty":2,"nm":"Shadow Color","mn":"ADBE Drop Shadow-0001","ix":1,"v":{"a":0,"k":[0,0,0,1],"ix":1}},{"ty":0,"nm":"Opacity","mn":"ADBE Drop Shadow-0002","ix":2,"v":{"a":0,"k":0,"ix":2}},{"ty":0,"nm":"Direction","mn":"ADBE Drop Shadow-0003","ix":3,"v":{"a":0,"k":135,"ix":3}},{"ty":0,"nm":"Distance","mn":"ADBE Drop Shadow-0004","ix":4,"v":{"a":0,"k":4,"ix":4}},{"ty":0,"nm":"Softness","mn":"ADBE Drop Shadow-0005","ix":5,"v":{"a":0,"k":4,"ix":5}},{"ty":7,"nm":"Shadow Only","mn":"ADBE Drop Shadow-0006","ix":6,"v":{"a":0,"k":0,"ix":6}},{"ty":7,"nm":"GPU Rendering","mn":"ADBE Force CPU GPU","ix":7,"v":{"a":0,"k":1,"ix":7}}]}],"w":360,"h":640,"ip":0,"op":3600,"st":0,"bm":0}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Artwork 437 Outlines","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},"n":"0p833_0p833_0p167_0p167","t":198,"s":[79.125,395.375,0],"e":[59.125,404.125,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":210,"s":[59.125,404.125,0],"e":[27.875,385.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":230,"s":[27.875,385.375,0],"e":[27.875,351.625,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":250,"s":[27.875,351.625,0],"e":[57.875,331.625,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":270,"s":[57.875,331.625,0],"e":[90.375,351.625,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":290,"s":[90.375,351.625,0],"e":[90.375,382.875,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":310,"s":[90.375,382.875,0],"e":[79.125,395.375,0],"to":[0,0,0],"ti":[0,0,0]},{"t":322}],"ix":2},"a":{"a":0,"k":[11.5,11.5,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":187,"s":[0,0,100],"e":[110,110,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p833_1_0p333_0","0p833_1_0p333_0","0p833_1_0p333_0"],"t":198,"s":[110,110,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":360,"s":[100,100,100],"e":[0,0,100]},{"t":390}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.387,0],[0,-0.387],[0.386,0],[0,0.387]],"o":[[0.386,0],[0,0.387],[-0.387,0],[0,-0.387]],"v":[[0.083,2.318],[0.783,3.018],[0.083,3.717],[-0.617,3.018]],"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.425,-0.733],[-0.517,-0.094],[-0.804,0.62],[0.006,0.64],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.62,0.002],[0,1.274],[0.455,0.608],[0.84,0.038],[0.207,-0.587],[1.436,0.071],[0.629,-0.286],[0.153,-0.479]],"o":[[0.281,0.482],[1.408,0.255],[0.111,-0.445],[0,0],[0,0],[0,0],[0,0],[0,0],[0.274,-0.006],[1.307,0],[0,-0.863],[-0.496,-0.664],[-0.044,0.383],[-0.51,1.449],[-0.85,-0.044],[-0.225,0.102],[-0.395,1.233]],"v":[[-4.492,3.697],[-3.021,4.486],[1.096,3.803],[1.197,1.949],[-2.613,1.949],[-2.613,1.639],[-2.613,1.298],[1.354,1.298],[1.745,1.298],[3.048,1.288],[4.951,-1.355],[4.234,-3.671],[2.195,-4.74],[1.814,-2.738],[-1.618,-1.437],[-3.977,-1.238],[-4.555,-0.35]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.987999949736,0.987999949736,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[12.73,13.575],"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.386,0],[0,0.387],[-0.387,0],[0,-0.387]],"o":[[-0.387,0],[0,-0.387],[0.386,0],[0,0.387]],"v":[[-0.083,-2.318],[-0.784,-3.018],[-0.083,-3.717],[0.617,-3.018]],"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.426,0.734],[0.516,0.094],[0.804,-0.619],[-0.006,-0.64],[0,0],[0,0],[0,0],[0,0],[0,0],[0.619,-0.002],[0,-1.273],[-0.455,-0.609],[-0.84,-0.037],[-0.207,0.587],[-1.436,-0.072],[-0.629,0.285],[-0.154,0.479]],"o":[[-0.28,-0.482],[-1.409,-0.255],[-0.111,0.445],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.275,0.006],[-1.307,0],[0,0.863],[0.497,0.663],[0.044,-0.383],[0.51,-1.449],[0.85,0.043],[0.225,-0.103],[0.395,-1.233]],"v":[[4.49,-3.697],[3.021,-4.486],[-1.096,-3.803],[-1.197,-1.95],[2.613,-1.95],[2.613,-1.639],[2.613,-1.299],[-1.354,-1.299],[-1.745,-1.299],[-3.048,-1.288],[-4.951,1.355],[-4.234,3.671],[-2.195,4.74],[-1.814,2.738],[1.617,1.438],[3.977,1.24],[4.555,0.35]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.987999949736,0.987999949736,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.358,9.951],"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":"Group 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-6.099],[6.1,0],[0,6.1],[-6.099,0]],"o":[[0,6.1],[-6.099,0],[0,-6.099],[6.1,0]],"v":[[11.044,0],[0,11.044],[-11.043,0],[0,-11.043]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.630999995213,0.532999973671,0.929000016755,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[11.044,11.044],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"eclipse","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":490,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":500,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":610,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":619,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":677,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":687,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":710,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":720,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":750,"s":[0],"e":[100]},{"t":760}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0},"n":"1_1_0p167_0","t":423,"s":[60,367.971,0],"e":[60,362.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0},"n":"1_1_0p167_0","t":476.75,"s":[60,362.971,0],"e":[60,367.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0},"n":"1_1_0p167_0","t":530.5,"s":[60,367.971,0],"e":[60,362.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0},"n":"1_1_0p167_0","t":584.25,"s":[60,362.971,0],"e":[60,367.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0.167},"n":"1_1_0p167_0p167","t":638,"s":[60,367.971,0],"e":[60,367.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0},"n":"1_1_0p167_0","t":654,"s":[60,367.971,0],"e":[60,362.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0},"n":"1_1_0p167_0","t":707.75,"s":[60,362.971,0],"e":[60,367.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0},"n":"1_1_0p167_0","t":761.5,"s":[60,367.971,0],"e":[60,362.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0},"n":"1_1_0p167_0","t":815.25,"s":[60,362.971,0],"e":[60,367.971,0],"to":[0,0,0],"ti":[0,0,0]},{"t":869}],"ix":2},"a":{"a":0,"k":[26,29,0],"ix":1},"s":{"a":0,"k":[124.893,124.893,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.773,-0.446],[0,0],[0,-1.787],[0,0],[-1.547,-0.893],[0,0],[-1.547,0.894],[0,0],[0,1.786],[0,0],[1.546,0.893],[0,0],[0.863,0]],"o":[[0,0],[-1.547,0.893],[0,0],[0,1.786],[0,0],[1.546,0.894],[0,0],[1.546,-0.893],[0,0],[0,-1.787],[0,0],[-0.773,-0.446],[-0.863,0]],"v":[[-2.499,-28.329],[-23.186,-16.385],[-25.686,-12.055],[-25.686,11.831],[-23.186,16.161],[-2.499,28.104],[2.5,28.104],[23.187,16.161],[25.686,11.831],[25.686,-12.055],[23.187,-16.385],[2.5,-28.329],[0,-28.997]],"c":true},"ix":2},"nm":"Path 2","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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[25.686,28.998],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[99.627,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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":358,"op":3600,"st":0,"bm":14},{"ddd":0,"ind":3,"ty":0,"nm":"Purple","td":1,"refId":"comp_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.18,"y":1},"o":{"x":0.333,"y":0},"n":"0p18_1_0p333_0","t":0,"s":[0,506.971,0],"e":[180,206.971,0],"to":[30,-50,0],"ti":[-30,50,0]},{"i":{"x":0.703,"y":0.703},"o":{"x":0.143,"y":0.143},"n":"0p703_0p703_0p143_0p143","t":23,"s":[180,206.971,0],"e":[180,206.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0,"y":0},"n":"1_1_0_0","t":130,"s":[180,206.971,0],"e":[100,234.971,0],"to":[0,0,0],"ti":[0,0,0]},{"t":143}],"ix":2},"a":{"a":0,"k":[180,320,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":360,"h":640,"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"ajsbfhjs","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":600,"s":[59,304.5,0],"e":[59,368,0],"to":[0,10.5833330154419,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0.333,"y":0},"n":"1_1_0p333_0","t":641,"s":[59,368,0],"e":[58.5,362.471,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0},"n":"1_1_0p167_0","t":707.75,"s":[58.5,362.471,0],"e":[58.5,367.471,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0},"n":"1_1_0p167_0","t":761.5,"s":[58.5,367.471,0],"e":[58.5,362.471,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":815.25,"s":[58.5,362.471,0],"e":[58.75,368.75,0],"to":[0,0,0],"ti":[-0.04166666790843,-1.04652154445648,0]},{"t":869}],"ix":2},"a":{"a":0,"k":[15,21,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0,-20.628],[-3.299,-18.104],[-7.418,-18.643],[-9.007,-14.805],[-12.847,-13.214],[-12.307,-9.096],[-14.832,-5.796],[-12.307,-2.499],[-12.847,1.622],[-9.007,3.211],[-7.418,7.049],[-6.627,6.945],[-6.627,20.628],[0,16.426],[6.626,20.628],[6.626,6.947],[7.418,7.051],[9.007,3.211],[12.847,1.622],[12.307,-2.499],[14.832,-5.796],[12.307,-9.096],[12.847,-13.214],[9.007,-14.805],[7.418,-18.643],[3.298,-18.104]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.948999980852,0.620000023935,0.4,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[14.832,20.629],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":0,"nm":"Purple","td":1,"refId":"comp_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.18,"y":1},"o":{"x":0.333,"y":0},"n":"0p18_1_0p333_0","t":0,"s":[0,506.971,0],"e":[180,206.971,0],"to":[30,-50,0],"ti":[-30,50,0]},{"i":{"x":0.703,"y":0.703},"o":{"x":0.143,"y":0.143},"n":"0p703_0p703_0p143_0p143","t":23,"s":[180,206.971,0],"e":[180,206.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0,"y":0},"n":"1_1_0_0","t":130,"s":[180,206.971,0],"e":[100,234.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0.167},"n":"1_1_0p167_0p167","t":143,"s":[100,234.971,0],"e":[100,234.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0},"n":"1_1_0p167_0","t":423,"s":[100,234.971,0],"e":[100,229.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0},"n":"1_1_0p167_0","t":476.75,"s":[100,229.971,0],"e":[100,234.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0},"n":"1_1_0p167_0","t":530.5,"s":[100,234.971,0],"e":[100,229.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0},"n":"1_1_0p167_0","t":584.25,"s":[100,229.971,0],"e":[100,234.971,0],"to":[0,0,0],"ti":[0,0,0]},{"t":637}],"ix":2},"a":{"a":0,"k":[180,320,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":360,"h":640,"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"microsoft","tt":1,"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},"n":"0p833_0p833_0p167_0p167","t":360,"s":[58.25,310,0],"e":[58.25,368.25,0],"to":[0,9.70833301544189,0],"ti":[0,-9.70833301544189,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":390,"s":[58.25,368.25,0],"e":[58.25,368.25,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0.167},"n":"1_1_0p167_0p167","t":423,"s":[58.25,368.25,0],"e":[58.5,362.471,0],"to":[0.04166666790843,-0.96318817138672,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0},"n":"1_1_0p167_0","t":476.75,"s":[58.5,362.471,0],"e":[58.5,367.471,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0},"n":"1_1_0p167_0","t":530.5,"s":[58.5,367.471,0],"e":[58.5,362.471,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":584.25,"s":[58.5,362.471,0],"e":[58.25,368.25,0],"to":[0,0,0],"ti":[0.45833334326744,-12.3798551559448,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":600,"s":[58.25,368.25,0],"e":[55.75,436.75,0],"to":[-0.45833334326744,12.3798551559448,0],"ti":[0.41666665673256,-11.4166669845581,0]},{"t":630}],"ix":2},"a":{"a":0,"k":[21.5,21.5,0],"ix":1},"s":{"a":0,"k":[82.154,82.154,100],"ix":6}},"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":[[-8.576,-5.637],[-8.576,8.122],[8.576,8.122],[8.576,-8.122]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.882000014361,0.438999998803,0.603999956916,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[8.576,11.795],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[-11.288,-9.956],[-11.316,6.68],[11.316,9.956],[11.316,-9.956]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.882000014361,0.438999998803,0.603999956916,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[31.197,32.553],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"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":[[11.311,-9.958],[-11.303,-6.684],[-11.311,9.958],[11.311,9.958]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.882000014361,0.438999998803,0.603999956916,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[31.201,9.959],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"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":[[-8.576,-8.121],[-8.576,5.639],[8.576,8.121],[8.576,-8.121]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.882000014361,0.438999998803,0.603999956916,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[8.576,30.714],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":0,"nm":"Purple","td":1,"refId":"comp_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.18,"y":1},"o":{"x":0.333,"y":0},"n":"0p18_1_0p333_0","t":0,"s":[0,506.971,0],"e":[180,206.971,0],"to":[30,-50,0],"ti":[-30,50,0]},{"i":{"x":0.703,"y":0.703},"o":{"x":0.143,"y":0.143},"n":"0p703_0p703_0p143_0p143","t":23,"s":[180,206.971,0],"e":[180,206.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0,"y":0},"n":"1_1_0_0","t":130,"s":[180,206.971,0],"e":[100,234.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0},"n":"1_1_0p167_0","t":143,"s":[100,234.971,0],"e":[100,229.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0},"n":"1_1_0p167_0","t":196.75,"s":[100,229.971,0],"e":[100,234.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0},"n":"1_1_0p167_0","t":250.5,"s":[100,234.971,0],"e":[100,229.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0},"n":"1_1_0p167_0","t":304.25,"s":[100,229.971,0],"e":[100,234.971,0],"to":[0,0,0],"ti":[0,0,0]},{"t":358}],"ix":2},"a":{"a":0,"k":[180,320,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":360,"h":640,"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Artwork 430 Outlines","parent":9,"tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":163,"s":[139.665,519.887,0],"e":[139.665,466.887,0],"to":[0,-8.83333301544189,0],"ti":[0,8.83333301544189,0]},{"i":{"x":0.122,"y":0.122},"o":{"x":0.333,"y":0.333},"n":"0p122_0p122_0p333_0p333","t":201,"s":[139.665,466.887,0],"e":[139.665,466.887,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.647,"y":1},"o":{"x":0.333,"y":0},"n":"0p647_1_0p333_0","t":360,"s":[139.665,466.887,0],"e":[139.665,524.387,0],"to":[0,9.58333301544189,0],"ti":[0,-9.58333301544189,0]},{"t":390}],"ix":2},"a":{"a":0,"k":[21,26.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.936,4.426],[4.66,2.754],[-0.236,-0.931]],"o":[[0,0],[0,0],[0,0]],"v":[[3.339,-1.683],[-3.315,-1.291],[-3.186,1.532]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152999997606,0.169000004787,0.246999987434,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[20.576,31.859],"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":40,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.064,-1.228],[0,0],[2.333,-0.059]],"o":[[0,0],[1.065,1.228],[0,0],[0,0]],"v":[[-1.535,-0.809],[1.862,-2.487],[1.658,1.123],[-2.927,3.715]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.368999974868,0.776000019148,0.8,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[29.952,20.947],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.294,-2.66],[-2.865,0.533]],"o":[[0,0],[-0.295,2.662],[0,0]],"v":[[0.557,-2.19],[-1.977,-1.331],[2.272,3.458]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.368999974868,0.776000019148,0.8,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[10.713,20.323],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.459,-0.596],[-1.607,0.559],[-5.584,-3.972],[0,0],[-0.262,-0.738],[-0.021,-1.197],[-0.428,0.125],[0.004,0.735],[1.563,-0.028],[11.707,-1.515],[0.372,-3.56]],"o":[[1.039,1.348],[3.545,-1.23],[0.894,0.636],[0,0],[0.262,0.737],[0.021,1.198],[0.887,-0.258],[-0.004,-0.735],[0,0],[0,0],[-0.186,1.771]],"v":[[-9.499,-2.075],[-4.605,-0.701],[4.633,2.976],[6.842,1.779],[6.577,4.317],[7.559,7.223],[8.234,9.699],[10.199,1.554],[8.16,-1.611],[-3.678,-9.662],[-10.018,-5.119]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152999997606,0.169000004787,0.246999987434,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[21.287,9.825],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.151,0.689],[-0.286,0.655],[-0.369,-0.286],[0,-1.924],[-0.266,-4.237],[0,0]],"o":[[0,0],[0.287,-0.655],[0.368,0.288],[0,2.62],[0,0],[0,0]],"v":[[-1.126,5.12],[-1.863,-2.535],[0.143,-5.523],[2.149,-1.553],[-0.307,4.465],[-0.43,5.775]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152999997606,0.169000004787,0.246999987434,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[11.287,12.685],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-2.026,-2.307]],"o":[[0,0],[0,0]],"v":[[-1.971,1.182],[1.971,1.124]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.75,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[23.346,18.113],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-2.026,-2.307]],"o":[[0,0],[0,0]],"v":[[-1.971,1.183],[1.971,1.124]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.75,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[16.489,17.985],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":271,"s":[{"i":[[-0.47,0],[0,0],[0.367,-0.298],[2.685,0],[0.819,1.147]],"o":[[0,0],[0.473,0],[-1.136,0.921],[-2.55,-0.001],[-0.273,-0.382]],"v":[[-3.033,-1.402],[3.025,-1.402],[3.719,-0.936],[-0.006,0.558],[-3.736,-0.943]],"c":true}],"e":[{"i":[[-0.47,0],[0,0],[0.13,-0.455],[2.685,0],[0.322,1.313]],"o":[[0,0],[0.473,0],[-0.312,1.089],[-2.55,-0.001],[-0.112,-0.456]],"v":[[-3.036,-1.84],[3.021,-1.84],[3.719,-0.936],[-0.193,1.84],[-3.736,-0.943]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":280,"s":[{"i":[[-0.47,0],[0,0],[0.13,-0.455],[2.685,0],[0.322,1.313]],"o":[[0,0],[0.473,0],[-0.312,1.089],[-2.55,-0.001],[-0.112,-0.456]],"v":[[-3.036,-1.84],[3.021,-1.84],[3.719,-0.936],[-0.193,1.84],[-3.736,-0.943]],"c":true}],"e":[{"i":[[-0.47,0],[0,0],[0.13,-0.455],[2.685,0],[0.322,1.313]],"o":[[0,0],[0.473,0],[-0.312,1.089],[-2.55,-0.001],[-0.112,-0.456]],"v":[[-3.036,-1.84],[3.021,-1.84],[3.719,-0.936],[-0.193,1.84],[-3.736,-0.943]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":294,"s":[{"i":[[-0.47,0],[0,0],[0.13,-0.455],[2.685,0],[0.322,1.313]],"o":[[0,0],[0.473,0],[-0.312,1.089],[-2.55,-0.001],[-0.112,-0.456]],"v":[[-3.036,-1.84],[3.021,-1.84],[3.719,-0.936],[-0.193,1.84],[-3.736,-0.943]],"c":true}],"e":[{"i":[[-0.47,0],[0,0],[0.367,-0.298],[2.685,0],[0.819,1.147]],"o":[[0,0],[0.473,0],[-1.136,0.921],[-2.55,-0.001],[-0.273,-0.382]],"v":[[-3.033,-1.402],[3.025,-1.402],[3.719,-0.936],[-0.006,0.558],[-3.736,-0.943]],"c":true}]},{"t":301}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.961000031116,0.980000035903,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[20.284,25.528],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.765,-3.579],[-2.197,-6.065],[-3.875,10.924],[1.44,1.359]],"o":[[0,0],[6.456,17.825],[2.451,-6.91],[-1.576,-1.487]],"v":[[-8.306,-13.575],[-9.413,-0.672],[9.159,-0.081],[7.576,-14.01]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.368999974868,0.776000019148,0.8,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[20.431,21.105],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.758,-3.178],[-4.624,-3.896],[0.986,7.381],[-0.531,1.332]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-3.639,-6.1],[-2.957,-0.256],[0.227,8.868],[3.411,-0.974],[3.032,-8.868]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.368999974868,0.776000019148,0.8,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[20.38,29.855],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.917,1.193],[11.106,-1.19],[5.686,-4.172],[0.682,-1.576],[0,0],[-4.363,2.518],[0,0]],"o":[[0,0],[0,0],[-0.364,0.267],[0,0],[4.361,2.518],[0,0],[-0.773,-1.279]],"v":[[18.182,-2.545],[-2.063,-9.117],[-19.084,-2.964],[-20.706,-0.103],[-5.945,8.419],[8.153,8.419],[20.705,1.172]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.961000031116,0.980000035903,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[20.705,41.971],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false}],"ip":151,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":0,"nm":"Purple","refId":"comp_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.18,"y":1},"o":{"x":0.333,"y":0},"n":"0p18_1_0p333_0","t":0,"s":[0,506.971,0],"e":[180,206.971,0],"to":[30,-50,0],"ti":[-30,50,0]},{"i":{"x":0.703,"y":0.703},"o":{"x":0.143,"y":0.143},"n":"0p703_0p703_0p143_0p143","t":23,"s":[180,206.971,0],"e":[180,206.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0,"y":0},"n":"1_1_0_0","t":130,"s":[180,206.971,0],"e":[100,234.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0},"n":"1_1_0p167_0","t":143,"s":[100,234.971,0],"e":[100,229.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0},"n":"1_1_0p167_0","t":196.75,"s":[100,229.971,0],"e":[100,234.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0},"n":"1_1_0p167_0","t":250.5,"s":[100,234.971,0],"e":[100,229.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0},"n":"1_1_0p167_0","t":304.25,"s":[100,229.971,0],"e":[100,234.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0.167},"n":"1_1_0p167_0p167","t":358,"s":[100,234.971,0],"e":[100,234.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0},"n":"1_1_0p167_0","t":423,"s":[100,234.971,0],"e":[100,229.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0},"n":"1_1_0p167_0","t":476.75,"s":[100,229.971,0],"e":[100,234.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0},"n":"1_1_0p167_0","t":530.5,"s":[100,234.971,0],"e":[100,229.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0},"n":"1_1_0p167_0","t":584.25,"s":[100,229.971,0],"e":[100,234.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0.167},"n":"1_1_0p167_0p167","t":638,"s":[100,234.971,0],"e":[100,234.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0},"n":"1_1_0p167_0","t":654,"s":[100,234.971,0],"e":[100,229.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0},"n":"1_1_0p167_0","t":707.75,"s":[100,229.971,0],"e":[100,234.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0},"n":"1_1_0p167_0","t":761.5,"s":[100,234.971,0],"e":[100,229.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0.167,"y":0},"n":"1_1_0p167_0","t":815.25,"s":[100,229.971,0],"e":[100,234.971,0],"to":[0,0,0],"ti":[0,0,0]},{"t":869}],"ix":2},"a":{"a":0,"k":[180,320,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":360,"h":640,"ip":0,"op":3600,"st":0,"bm":0}]},{"id":"comp_2","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"curlybrack","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":130,"s":[100],"e":[0]},{"t":150}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[140,453,0],"ix":2},"a":{"a":0,"k":[15.5,16.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ef":[{"ty":25,"nm":"Drop Shadow","np":9,"mn":"ADBE Drop Shadow","ix":1,"en":1,"ef":[{"ty":2,"nm":"Shadow Color","mn":"ADBE Drop Shadow-0001","ix":1,"v":{"a":0,"k":[0,0,0,1],"ix":1}},{"ty":0,"nm":"Opacity","mn":"ADBE Drop Shadow-0002","ix":2,"v":{"a":0,"k":88,"ix":2}},{"ty":0,"nm":"Direction","mn":"ADBE Drop Shadow-0003","ix":3,"v":{"a":0,"k":87,"ix":3}},{"ty":0,"nm":"Distance","mn":"ADBE Drop Shadow-0004","ix":4,"v":{"a":0,"k":0,"ix":4}},{"ty":0,"nm":"Softness","mn":"ADBE Drop Shadow-0005","ix":5,"v":{"a":0,"k":8,"ix":5}},{"ty":7,"nm":"Shadow Only","mn":"ADBE Drop Shadow-0006","ix":6,"v":{"a":0,"k":0,"ix":6}},{"ty":7,"nm":"GPU Rendering","mn":"ADBE Force CPU GPU","ix":7,"v":{"a":0,"k":1,"ix":7}}]}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.195,-0.007],[0,0],[0,0],[0,0],[0,0],[-1.405,-1.33],[0.083,-2.156],[0,0],[0,-0.005],[0,0],[0,0],[-0.014,-0.164],[0,0],[-0.605,0],[0,0],[0,0],[0,0],[0,-0.604],[0,0],[-0.008,-0.069],[0,0],[0,0],[-0.001,-0.005],[0,0],[0.723,-0.684],[0.555,0.03],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.063,1.423],[-0.01,0.815]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0.555,-0.031],[0.723,0.685],[0,0],[-0.001,0.005],[0,0],[0,0],[-0.008,0.07],[0,0],[0,0.605],[0,0],[0,0],[0,0],[-0.605,0],[0,0],[-0.014,0.164],[0,0],[0,0],[0,0.005],[0,0],[0.083,2.156],[-1.405,1.331],[0,0],[0,0],[0,0],[0,0],[1.134,-0.042],[0,0],[-0.01,-0.816],[-1.063,-1.423],[0,0]],"v":[[-1.842,-7.37],[-3.051,-8.788],[-4.475,-8.78],[-4.6,-8.78],[-4.6,-13.016],[-2.876,-13.016],[0.93,-11.702],[2.409,-7.595],[2.409,-6.826],[2.406,-6.812],[2.406,-4.127],[2.398,-3.968],[2.406,-3.598],[2.406,-3.248],[3.501,-2.153],[4.6,-2.153],[4.6,2.153],[3.501,2.153],[2.406,3.248],[2.406,3.597],[2.398,3.968],[2.406,4.126],[2.406,6.813],[2.409,6.826],[2.409,7.594],[0.93,11.701],[-2.876,13.017],[-4.6,13.017],[-4.6,8.78],[-4.475,8.78],[-2.997,8.788],[-1.842,7.378],[-1.842,3.94],[-0.661,0],[-1.842,-3.94]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[22.764,16.198],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[-15.5,16.3],[14.98,16.3],[14.98,-16.1],[-15.5,-16.1]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-15.5,-16.1],[14.98,-16.1],[14.98,16.3],[-15.5,16.3]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.5,0.5,0.5,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[15.5,16.1],"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":"Group 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.195,-0.007],[0,0],[0,0],[0,0],[0,0],[1.405,-1.331],[-0.084,-2.155],[0,0],[0,-0.005],[0,0],[0,0],[0.015,-0.163],[0,0],[0.604,0],[0,0],[0,0],[0,0],[0,-0.604],[0,0],[0.007,-0.069],[0,0],[0,0],[0,-0.005],[0,0],[-0.722,-0.683],[-0.555,0.03],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.063,1.423],[0.01,0.815]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[-0.555,-0.031],[-0.722,0.684],[0,0],[0,0.005],[0,0],[0,0],[0.007,0.07],[0,0],[0,0.605],[0,0],[0,0],[0,0],[0.604,0],[0,0],[0.015,0.164],[0,0],[0,0],[0,0.005],[0,0],[-0.084,2.156],[1.405,1.331],[0,0],[0,0],[0,0],[0,0],[-1.134,-0.042],[0,0],[0.01,-0.816],[1.063,-1.423],[0,0]],"v":[[1.841,-7.37],[3.051,-8.788],[4.474,-8.78],[4.599,-8.78],[4.599,-13.016],[2.875,-13.016],[-0.93,-11.701],[-2.408,-7.595],[-2.408,-6.826],[-2.406,-6.812],[-2.406,-4.127],[-2.397,-3.968],[-2.406,-3.598],[-2.406,-3.248],[-3.5,-2.153],[-4.599,-2.153],[-4.599,2.153],[-3.5,2.153],[-2.406,3.248],[-2.406,3.597],[-2.397,3.968],[-2.406,4.126],[-2.406,6.813],[-2.408,6.826],[-2.408,7.594],[-0.93,11.701],[2.875,13.017],[4.599,13.017],[4.599,8.78],[4.474,8.78],[2.996,8.788],[1.841,7.378],[1.841,3.94],[0.66,0],[1.841,-3.94]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[7.608,16.198],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"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":[[-15.24,16.3],[15.24,16.3],[15.24,-16.1],[-15.24,-16.1]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-15.24,-16.1],[15.24,-16.1],[15.24,16.3],[-15.24,16.3]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.5,0.5,0.5,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[15.24,16.1],"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":"Group 4","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Artwork 422 Outlines 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[140.157,452.807,0],"ix":2},"a":{"a":0,"k":[26,29,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0,0,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0_1_0p333_0","0_1_0p333_0","0p667_1_0p333_0"],"t":130,"s":[100,100,100],"e":[125,125,100]},{"t":150}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.773,-0.446],[0,0],[0,-1.787],[0,0],[-1.547,-0.893],[0,0],[-1.547,0.894],[0,0],[0,1.786],[0,0],[1.546,0.893],[0,0],[0.863,0]],"o":[[0,0],[-1.547,0.893],[0,0],[0,1.786],[0,0],[1.546,0.894],[0,0],[1.546,-0.893],[0,0],[0,-1.787],[0,0],[-0.773,-0.446],[-0.863,0]],"v":[[-2.499,-28.329],[-23.186,-16.385],[-25.686,-12.055],[-25.686,11.831],[-23.186,16.161],[-2.499,28.104],[2.5,28.104],[23.187,16.161],[25.686,11.831],[25.686,-12.055],[23.187,-16.385],[2.5,-28.329],[0,-28.997]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":130,"s":[0,0.647,0.424,1,0.248,0.541,0.218,1,0.631,0.435,0.012,1],"e":[0,1,1,1,0.248,1,1,1,0.631,1,1,1]},{"t":150}],"ix":9}},"s":{"a":0,"k":[-14.466,-21.912],"ix":5},"e":{"a":0,"k":[51.781,53.805],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[25.686,28.998],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[99.627,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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0}]},{"id":"comp_3","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Artwork 438 Outlines","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},"n":"0p833_0p833_0p167_0p167","t":189,"s":[326.375,376.5,0],"e":[306.375,388.75,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":202.065,"s":[306.375,388.75,0],"e":[273.875,368.25,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":223.839,"s":[273.875,368.25,0],"e":[272.625,332.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":245.613,"s":[272.625,332.5,0],"e":[305.125,311.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":267.387,"s":[305.125,311.5,0],"e":[337.375,329.25,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":289.161,"s":[337.375,329.25,0],"e":[339.125,367.25,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":310.936,"s":[339.125,367.25,0],"e":[326.375,376.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":324}],"ix":2},"a":{"a":0,"k":[9,9,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":192,"s":[0,0,100],"e":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":203,"s":[110,110,100],"e":[110,110,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p833_1_0p333_0","0p833_1_0p333_0","0p833_1_0p333_0"],"t":360,"s":[110,110,100],"e":[0,0,100]},{"t":390}],"ix":6}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[3.328,-2.536],[3.499,-3.926],[-3.499,-3.926],[-3.084,0.318],[1.719,0.318],[1.548,2.048],[-0.012,2.512],[-1.572,2.048],[-1.621,0.975],[-3.035,0.975],[-2.84,3.193],[0.012,3.926],[2.865,3.145],[3.255,-1.122],[-1.816,-1.122],[-1.938,-2.536]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[8.714,8.714],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.813],[4.813,0],[0,4.812],[-4.813,0]],"o":[[0,4.812],[-4.813,0],[0,-4.813],[4.813,0]],"v":[[8.714,0],[0,8.714],[-8.714,0],[0,-8.715]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.328999986836,0.788000009574,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[8.714,8.714],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"eclipse","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":450,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":460,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":570,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":580,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":610,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":715,"s":[0],"e":[100]},{"t":725}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.18,"y":0.18},"o":{"x":0.167,"y":0.167},"n":"0p18_0p18_0p167_0p167","t":390,"s":[306,349.471,0],"e":[306,349.471,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.849,"y":1},"o":{"x":0.167,"y":0},"n":"0p849_1_0p167_0","t":443,"s":[306,349.471,0],"e":[306,344.471,0],"to":[0,-0.83333331346512,0],"ti":[0,0,0]},{"i":{"x":0.849,"y":1},"o":{"x":0.167,"y":0},"n":"0p849_1_0p167_0","t":480.25,"s":[306,344.471,0],"e":[306,349.471,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.849,"y":1},"o":{"x":0.167,"y":0},"n":"0p849_1_0p167_0","t":517.5,"s":[306,349.471,0],"e":[306,344.471,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.849,"y":1},"o":{"x":0.167,"y":0},"n":"0p849_1_0p167_0","t":554.75,"s":[306,344.471,0],"e":[306,349.471,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.18,"y":0.18},"o":{"x":0.167,"y":0.167},"n":"0p18_0p18_0p167_0p167","t":592,"s":[306,349.471,0],"e":[306,349.471,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.18,"y":0.18},"o":{"x":0.167,"y":0.167},"n":"0p18_0p18_0p167_0p167","t":654,"s":[306,349.471,0],"e":[306,349.471,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.849,"y":1},"o":{"x":0.167,"y":0},"n":"0p849_1_0p167_0","t":707,"s":[306,349.471,0],"e":[306,344.471,0],"to":[0,-0.83333331346512,0],"ti":[0,0,0]},{"i":{"x":0.849,"y":1},"o":{"x":0.167,"y":0},"n":"0p849_1_0p167_0","t":744.25,"s":[306,344.471,0],"e":[306,349.471,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.849,"y":1},"o":{"x":0.167,"y":0},"n":"0p849_1_0p167_0","t":781.5,"s":[306,349.471,0],"e":[306,344.471,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.849,"y":1},"o":{"x":0.167,"y":0},"n":"0p849_1_0p167_0","t":818.75,"s":[306,344.471,0],"e":[306,349.471,0],"to":[0,0,0],"ti":[0,0,0]},{"t":856}],"ix":2},"a":{"a":0,"k":[26,29,0],"ix":1},"s":{"a":0,"k":[126.978,126.978,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.773,-0.446],[0,0],[0,-1.787],[0,0],[-1.547,-0.893],[0,0],[-1.547,0.894],[0,0],[0,1.786],[0,0],[1.546,0.893],[0,0],[0.863,0]],"o":[[0,0],[-1.547,0.893],[0,0],[0,1.786],[0,0],[1.546,0.894],[0,0],[1.546,-0.893],[0,0],[0,-1.787],[0,0],[-0.773,-0.446],[-0.863,0]],"v":[[-2.499,-28.329],[-23.186,-16.385],[-25.686,-12.055],[-25.686,11.831],[-23.186,16.161],[-2.499,28.104],[2.5,28.104],[23.187,16.161],[25.686,11.831],[25.686,-12.055],[23.187,-16.385],[2.5,-28.329],[0,-28.997]],"c":true},"ix":2},"nm":"Path 2","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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[25.686,28.998],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[99.627,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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":392,"op":3600,"st":0,"bm":14},{"ddd":0,"ind":3,"ty":0,"nm":"Yellow","td":1,"refId":"comp_4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.18,"y":1},"o":{"x":0.333,"y":0},"n":"0p18_1_0p333_0","t":0,"s":[350,506.971,0],"e":[180,206.971,0],"to":[-28.3333339691162,-50,0],"ti":[28.3333339691162,50,0]},{"i":{"x":0.18,"y":0.18},"o":{"x":0.167,"y":0.167},"n":"0p18_0p18_0p167_0p167","t":23,"s":[180,206.971,0],"e":[180,206.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.18,"y":1},"o":{"x":0.167,"y":0},"n":"0p18_1_0p167_0","t":130,"s":[180,206.971,0],"e":[267,216.971,0],"to":[14.5,1.66666662693024,0],"ti":[-14.5,-1.66666662693024,0]},{"t":150}],"ix":2},"a":{"a":0,"k":[180,320,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":360,"h":640,"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"weird sign","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":600,"s":[306,282,0],"e":[305.031,350.75,0],"to":[-0.16145832836628,11.4583330154419,0],"ti":[0,0,0]},{"i":{"x":0.18,"y":1},"o":{"x":0.333,"y":0},"n":"0p18_1_0p333_0","t":630,"s":[305.031,350.75,0],"e":[305,350.721,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.849,"y":1},"o":{"x":0.167,"y":0},"n":"0p849_1_0p167_0","t":707,"s":[305,350.721,0],"e":[305,345.721,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.849,"y":1},"o":{"x":0.167,"y":0},"n":"0p849_1_0p167_0","t":744.25,"s":[305,345.721,0],"e":[305,350.721,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.849,"y":1},"o":{"x":0.167,"y":0},"n":"0p849_1_0p167_0","t":781.5,"s":[305,350.721,0],"e":[305,345.721,0],"to":[0,0,0],"ti":[0,0.07847849279642,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":818.75,"s":[305,345.721,0],"e":[305,350.25,0],"to":[0,-0.07847849279642,0],"ti":[0,0,0]},{"t":856}],"ix":2},"a":{"a":0,"k":[28,27,0],"ix":1},"s":{"a":0,"k":[84,84,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4.752,0],[0,-4.752],[4.751,0],[0,4.751]],"o":[[4.751,0],[0,4.751],[-4.752,0],[0,-4.752]],"v":[[0,-8.604],[8.604,0.001],[0,8.604],[-8.604,0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.882000014361,0.438999998803,0.603999956916,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[28.197,26.52],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.181,0.837],[0,0],[1.757,0],[0,-2.772],[-2.772,0],[0,2.774],[0.008,0.114],[0,0]],"o":[[0,0],[-0.897,-1.37],[-2.772,0],[0,2.774],[2.771,0],[0,-0.116],[0,0],[-0.352,-0.758]],"v":[[8.088,-5.18],[0.314,-2.576],[-3.885,-4.855],[-8.9,0.162],[-3.885,5.18],[1.135,0.162],[1.101,-0.175],[8.9,-2.786]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.882000014361,0.438999998803,0.603999956916,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[8.9,34.121],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.7,0.08],[0,0],[0.855,-0.098],[0,0],[0,-1.936],[-2.777,0],[0,2.769]],"o":[[0,0],[-0.789,0.275],[0,0],[-1.603,0.839],[0,2.771],[2.771,0],[0.004,-2.721]],"v":[[0.152,-1.958],[-1.245,-8.059],[-3.708,-7.49],[-2.309,-1.388],[-5.02,3.045],[0.001,8.059],[5.016,3.045]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.882000014361,0.438999998803,0.603999956916,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[33.213,45.399],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.771,0],[0.709,-1.912],[0,0],[0,-0.046],[0.163,-0.768],[0,0],[-2.503,0],[0,2.771]],"o":[[-2.158,0],[0,0],[0,0.048],[0,0.813],[0,0],[0.378,2.395],[2.771,0],[0,-2.77]],"v":[[3.086,-5.015],[-1.609,-1.732],[-7.855,-2.348],[-7.848,-2.209],[-8.1,0.168],[-1.857,0.784],[3.086,5.015],[8.101,0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.882000014361,0.438999998803,0.603999956916,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[47.513,28.729],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.67,-0.51],[0,0],[-0.482,0],[0,2.772],[2.777,0],[0,-2.773],[-0.897,-0.907],[0,0]],"o":[[0,0],[0.442,0.127],[2.777,0],[0,-2.772],[-2.773,0],[0,1.376],[0,0],[0.771,0.349]],"v":[[-4.367,8.691],[0.128,1.126],[1.512,1.344],[6.534,-3.674],[1.512,-8.691],[-3.505,-3.674],[-2.053,-0.147],[-6.534,7.396]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.882000014361,0.438999998803,0.603999956916,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[39.462,8.69],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.644,0.545],[0,0],[0,0.875],[2.773,0],[0,-2.772],[-2.772,0],[-0.772,0.483],[0,0]],"o":[[0,0],[0.394,-0.716],[0,-2.77],[-2.772,0],[0,2.773],[0.977,0],[0,0],[0.511,-0.676]],"v":[[6.391,4.387],[3.008,1.19],[3.646,-1.212],[-1.37,-6.227],[-6.391,-1.212],[-1.37,3.807],[1.283,3.033],[4.661,6.227]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.882000014361,0.438999998803,0.603999956916,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[14.395,13.394],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":0,"nm":"Yellow","td":1,"refId":"comp_4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.18,"y":1},"o":{"x":0.333,"y":0},"n":"0p18_1_0p333_0","t":0,"s":[350,506.971,0],"e":[180,206.971,0],"to":[-28.3333339691162,-50,0],"ti":[28.3333339691162,50,0]},{"i":{"x":0.18,"y":0.18},"o":{"x":0.167,"y":0.167},"n":"0p18_0p18_0p167_0p167","t":23,"s":[180,206.971,0],"e":[180,206.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.18,"y":1},"o":{"x":0.167,"y":0},"n":"0p18_1_0p167_0","t":130,"s":[180,206.971,0],"e":[267,216.971,0],"to":[14.5,1.66666662693024,0],"ti":[-14.5,-1.66666662693024,0]},{"i":{"x":0.18,"y":0.18},"o":{"x":0.167,"y":0.167},"n":"0p18_0p18_0p167_0p167","t":150,"s":[267,216.971,0],"e":[267,216.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.18,"y":0.18},"o":{"x":0.167,"y":0.167},"n":"0p18_0p18_0p167_0p167","t":390,"s":[267,216.971,0],"e":[267,216.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.849,"y":1},"o":{"x":0.167,"y":0},"n":"0p849_1_0p167_0","t":443,"s":[267,216.971,0],"e":[267,211.971,0],"to":[0,-0.83333331346512,0],"ti":[0,0,0]},{"i":{"x":0.849,"y":1},"o":{"x":0.167,"y":0},"n":"0p849_1_0p167_0","t":480.25,"s":[267,211.971,0],"e":[267,216.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.849,"y":1},"o":{"x":0.167,"y":0},"n":"0p849_1_0p167_0","t":517.5,"s":[267,216.971,0],"e":[267,211.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.849,"y":1},"o":{"x":0.167,"y":0},"n":"0p849_1_0p167_0","t":554.75,"s":[267,211.971,0],"e":[267,216.971,0],"to":[0,0,0],"ti":[0,-0.83333331346512,0]},{"t":592}],"ix":2},"a":{"a":0,"k":[180,320,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":360,"h":640,"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Apple","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.18,"y":1},"o":{"x":0.333,"y":0},"n":"0p18_1_0p333_0","t":360,"s":[304.5,286,0],"e":[305,348.971,0],"to":[0.08333333581686,10.4951448440552,0],"ti":[-0.08333333581686,-10.4951448440552,0]},{"i":{"x":0.18,"y":0.18},"o":{"x":0.167,"y":0.167},"n":"0p18_0p18_0p167_0p167","t":390,"s":[305,348.971,0],"e":[305,348.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.849,"y":1},"o":{"x":0.167,"y":0},"n":"0p849_1_0p167_0","t":443,"s":[305,348.971,0],"e":[305,343.971,0],"to":[0,-0.83333331346512,0],"ti":[0,0,0]},{"i":{"x":0.849,"y":1},"o":{"x":0.167,"y":0},"n":"0p849_1_0p167_0","t":480.25,"s":[305,343.971,0],"e":[305,348.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.849,"y":1},"o":{"x":0.167,"y":0},"n":"0p849_1_0p167_0","t":517.5,"s":[305,348.971,0],"e":[305,343.971,0],"to":[0,0,0],"ti":[0,0.07847849279642,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":554.75,"s":[305,343.971,0],"e":[305,348.5,0],"to":[0,-0.07847849279642,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":592,"s":[305,348.5,0],"e":[305,417,0],"to":[0,0,0],"ti":[0,-11.4166669845581,0]},{"t":630}],"ix":2},"a":{"a":0,"k":[13.5,16.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.139,-0.006],[1.213,-1.421],[-0.266,-2.008],[-0.127,-0.01],[-0.116,0],[-1.219,1.475],[0.196,1.79]],"o":[[-1.692,0.068],[-1.031,1.196],[0.016,0.125],[0.114,0.01],[1.655,0],[1.283,-1.557],[-0.016,-0.139]],"v":[[3.251,-3.986],[-1.686,-1.455],[-3.458,3.741],[-3.214,3.972],[-2.867,3.986],[1.792,1.596],[3.529,-3.748]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.630999995213,0.532999973671,0.929000016755,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[16.529,3.986],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.456,-2.532],[-3.061,-4.421],[-2.12,0],[-0.041,0.002],[-0.696,0.297],[-1.267,0],[-0.744,-0.322],[-1.116,0.02],[-1.293,1.887],[-0.228,0.731],[0,0],[0.125,0.058],[0.004,0.002],[0.039,4.458],[-0.562,0.348],[0,0],[-0.014,0.071],[0.041,0.059],[1.194,0.052],[0.179,0],[1.078,-0.425],[0.443,0],[0.749,0.297],[1.202,0],[0.027,-0.001]],"o":[[-2.769,4.805],[1.528,2.21],[0.04,0],[0.995,-0.039],[0.781,-0.333],[1.205,0],[0.733,0.316],[2.387,-0.045],[1.349,-1.973],[0,0],[0.043,-0.13],[-0.003,-0.002],[-0.42,-0.171],[-0.036,-3.622],[0,0],[0.061,-0.039],[0.014,-0.071],[-1.934,-2.831],[-0.173,-0.017],[-1.402,0],[-0.745,0.294],[-0.499,0],[-1.002,-0.399],[-0.028,0],[-2.795,0.041]],"v":[[-12,-8.219],[-9.947,8.297],[-4.752,12.491],[-4.631,12.488],[-2.221,11.845],[0.635,11.169],[3.353,11.824],[5.957,12.448],[11.103,8.375],[13.357,3.757],[13.367,3.727],[13.224,3.398],[13.204,3.389],[9.058,-2.876],[12.386,-8.764],[12.412,-8.781],[12.53,-8.953],[12.488,-9.157],[6.396,-12.466],[5.865,-12.491],[2.042,-11.537],[0.21,-10.99],[-1.685,-11.543],[-5.024,-12.392],[-5.108,-12.391]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.630999995213,0.532999973671,0.929000016755,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[13.381,20.257],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":0,"nm":"Yellow","td":1,"refId":"comp_4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.18,"y":1},"o":{"x":0.333,"y":0},"n":"0p18_1_0p333_0","t":0,"s":[350,506.971,0],"e":[180,206.971,0],"to":[-28.3333339691162,-50,0],"ti":[28.3333339691162,50,0]},{"i":{"x":0.18,"y":0.18},"o":{"x":0.167,"y":0.167},"n":"0p18_0p18_0p167_0p167","t":23,"s":[180,206.971,0],"e":[180,206.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.18,"y":1},"o":{"x":0.167,"y":0},"n":"0p18_1_0p167_0","t":130,"s":[180,206.971,0],"e":[267,216.971,0],"to":[14.5,1.66666662693024,0],"ti":[-14.5,-1.66666662693024,0]},{"i":{"x":0.62,"y":0.62},"o":{"x":0.167,"y":0.167},"n":"0p62_0p62_0p167_0p167","t":150,"s":[267,216.971,0],"e":[267,216.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.846,"y":1},"o":{"x":0.167,"y":0},"n":"0p846_1_0p167_0","t":203,"s":[267,216.971,0],"e":[267,211.971,0],"to":[0,-0.83333331346512,0],"ti":[0,0,0]},{"i":{"x":0.846,"y":1},"o":{"x":0.167,"y":0},"n":"0p846_1_0p167_0","t":240.25,"s":[267,211.971,0],"e":[267,216.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.846,"y":1},"o":{"x":0.167,"y":0},"n":"0p846_1_0p167_0","t":277.5,"s":[267,216.971,0],"e":[267,211.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.846,"y":1},"o":{"x":0.167,"y":0},"n":"0p846_1_0p167_0","t":314.75,"s":[267,211.971,0],"e":[267,216.971,0],"to":[0,0,0],"ti":[0,-0.83333331346512,0]},{"t":352}],"ix":2},"a":{"a":0,"k":[180,320,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":360,"h":640,"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Artwork 431 Outlines","parent":9,"tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":170,"s":[219.5,521.28,0],"e":[219.5,461.28,0],"to":[0,-10,0],"ti":[0,10,0]},{"i":{"x":0.131,"y":0.131},"o":{"x":0.333,"y":0.333},"n":"0p131_0p131_0p333_0p333","t":209,"s":[219.5,461.28,0],"e":[219.5,461.28,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.657,"y":1},"o":{"x":0.333,"y":0},"n":"0p657_1_0p333_0","t":360,"s":[219.5,461.28,0],"e":[219.5,523.78,0],"to":[0,10.4166669845581,0],"ti":[0,-10.4166669845581,0]},{"t":390}],"ix":2},"a":{"a":0,"k":[23,29,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-1.446,-4.227]],"o":[[-2.627,-10.25],[0,0],[0,0]],"v":[[5.053,2.855],[-5.053,-7.294],[-3.013,7.395]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.470999983245,0.552999997606,0.875,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[40.155,44.205],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.019,-10.405],[0,0],[-0.162,0.684],[0,0]],"o":[[0,0],[0.375,-1.055],[0.777,-3.289],[0,0]],"v":[[-4.798,3.183],[2.214,7.231],[3.217,5.38],[4.797,-7.231]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.470999983245,0.552999997606,0.875,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[4.797,44.14],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.417,-0.607],[0,0],[0,0],[1.458,-1.548],[0.085,-4.774],[0,0],[-4.361,2.518],[0,0],[1.493,1.971]],"o":[[-0.383,4.74],[-8.994,6.563],[-1.944,-0.608],[-1.645,3.264],[0,0],[4.363,2.518],[0,0],[-0.293,-5.747],[-1.155,-1.383]],"v":[[8.402,-10.629],[3.092,-0.854],[-8.657,-10.779],[-13.072,-9.697],[-16.463,4.255],[-7.38,9.499],[6.718,9.499],[16.463,3.873],[12.435,-9.695]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.961000031116,0.980000035903,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[22.667,46.607],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.937,3.31],[3.812,1.393],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[3.194,-1.104],[-2.723,-1.104],[-3.194,0.812]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152999997606,0.169000004787,0.246999987434,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[21.467,31.866],"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":40,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.465,2.856],[6.135,-1.663]],"o":[[4.524,3.771],[0.802,-4.929],[0,0]],"v":[[-5.695,3.456],[5.452,1.839],[-6.253,-5.563]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152999997606,0.169000004787,0.246999987434,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[24.296,9.945],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.987,-2.148]],"o":[[0,0],[0,0]],"v":[[-1.934,1.101],[1.934,1.047]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[25.029,17.856],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.987,-2.148]],"o":[[0,0],[0,0]],"v":[[-1.934,1.101],[1.934,1.047]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[17.98,17.64],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":301,"s":[{"i":[[-0.405,0],[0,0],[0.328,-0.241],[2.693,0.029],[0.99,0.636]],"o":[[0,0],[0.407,0],[-0.9,0.662],[-2.196,-0.025],[-0.341,-0.219]],"v":[[-2.62,-1.114],[2.522,-1.201],[3.202,-0.805],[-0.122,0.204],[-3.219,-0.81]],"c":true}],"e":[{"i":[[-0.405,0],[0,0],[0.113,-0.391],[2.693,0.029],[0.277,1.13]],"o":[[0,0],[0.407,0],[-0.268,0.939],[-2.196,-0.025],[-0.097,-0.393]],"v":[[-2.615,-1.583],[2.527,-1.67],[3.202,-0.805],[-0.122,1.641],[-3.219,-0.81]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":310,"s":[{"i":[[-0.405,0],[0,0],[0.113,-0.391],[2.693,0.029],[0.277,1.13]],"o":[[0,0],[0.407,0],[-0.268,0.939],[-2.196,-0.025],[-0.097,-0.393]],"v":[[-2.615,-1.583],[2.527,-1.67],[3.202,-0.805],[-0.122,1.641],[-3.219,-0.81]],"c":true}],"e":[{"i":[[-0.405,0],[0,0],[0.113,-0.391],[2.693,0.029],[0.277,1.13]],"o":[[0,0],[0.407,0],[-0.268,0.939],[-2.196,-0.025],[-0.097,-0.393]],"v":[[-2.615,-1.583],[2.527,-1.67],[3.202,-0.805],[-0.122,1.641],[-3.219,-0.81]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":326,"s":[{"i":[[-0.405,0],[0,0],[0.113,-0.391],[2.693,0.029],[0.277,1.13]],"o":[[0,0],[0.407,0],[-0.268,0.939],[-2.196,-0.025],[-0.097,-0.393]],"v":[[-2.615,-1.583],[2.527,-1.67],[3.202,-0.805],[-0.122,1.641],[-3.219,-0.81]],"c":true}],"e":[{"i":[[-0.405,0],[0,0],[0.328,-0.241],[2.693,0.029],[0.99,0.636]],"o":[[0,0],[0.407,0],[-0.9,0.662],[-2.196,-0.025],[-0.341,-0.219]],"v":[[-2.62,-1.114],[2.522,-1.201],[3.202,-0.805],[-0.122,0.204],[-3.219,-0.81]],"c":true}]},{"t":331}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.961000031116,0.980000035903,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[21.51,26.049],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.805,-2.225],[6.54,-0.32],[-8.264,3.242],[1.945,1.414],[-0.409,10.937]],"o":[[0,0],[-3.957,5.04],[8.265,-3.241],[-4.261,-0.471],[-2.431,-10.208]],"v":[[-3.613,-9.217],[-8.473,1.518],[4.165,16.062],[8.585,1.669],[2.027,-9.096]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.470999983245,0.552999997606,0.875,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[22.484,34.309],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.135,-1.663],[-3.523,-5.159],[-1.815,0.471],[-0.304,0.069],[-0.265,-0.221],[0.424,1.879]],"o":[[0,0],[0.889,1.302],[0.278,-0.072],[0.31,-0.069],[4.524,3.77],[-0.425,-1.879]],"v":[[-1.767,-5.563],[-6.839,2.599],[-3.057,3.857],[-2.428,1.589],[-1.209,3.456],[9.938,1.838]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152999997606,0.169000004787,0.246999987434,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[19.81,9.945],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[7.867,-5.771],[-12.717,0.026],[3.904,22.178]],"o":[[0,0],[0,0],[0,0]],"v":[[-7.148,-8.622],[0.853,13.945],[7.96,-7.785]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.470999983245,0.552999997606,0.875,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[21.233,17.461],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.829,-10.17],[5.487,-12.659],[-6.088,3.934],[-5.494,0.67],[-1.753,1.523],[-1.603,0.677],[0.896,2.339],[-0.556,5.163],[18.365,-5.029]],"o":[[-1.935,10.759],[0,0],[0,0],[0,0],[1.753,-1.524],[1.603,-0.676],[-0.896,-2.34],[0.53,-4.929],[0,0]],"v":[[-11.566,-10.309],[-13.247,12.756],[-8.443,14.904],[0.643,15.933],[6.387,15.028],[11.29,15.675],[13.23,12.457],[11.456,1.454],[-3.833,-18.019]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152999997606,0.169000004787,0.246999987434,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[20.778,18.838],"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false}],"ip":151,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":0,"nm":"Yellow","refId":"comp_4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.18,"y":1},"o":{"x":0.333,"y":0},"n":"0p18_1_0p333_0","t":0,"s":[350,506.971,0],"e":[180,206.971,0],"to":[-28.3333339691162,-50,0],"ti":[28.3333339691162,50,0]},{"i":{"x":0.18,"y":0.18},"o":{"x":0.167,"y":0.167},"n":"0p18_0p18_0p167_0p167","t":23,"s":[180,206.971,0],"e":[180,206.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.18,"y":1},"o":{"x":0.167,"y":0},"n":"0p18_1_0p167_0","t":130,"s":[180,206.971,0],"e":[267,216.971,0],"to":[14.5,1.66666662693024,0],"ti":[-14.5,-1.66666662693024,0]},{"i":{"x":0.18,"y":0.18},"o":{"x":0.167,"y":0.167},"n":"0p18_0p18_0p167_0p167","t":150,"s":[267,216.971,0],"e":[267,216.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.849,"y":1},"o":{"x":0.167,"y":0},"n":"0p849_1_0p167_0","t":203,"s":[267,216.971,0],"e":[267,211.971,0],"to":[0,-0.83333331346512,0],"ti":[0,0,0]},{"i":{"x":0.849,"y":1},"o":{"x":0.167,"y":0},"n":"0p849_1_0p167_0","t":240.25,"s":[267,211.971,0],"e":[267,216.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.849,"y":1},"o":{"x":0.167,"y":0},"n":"0p849_1_0p167_0","t":277.5,"s":[267,216.971,0],"e":[267,211.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.849,"y":1},"o":{"x":0.167,"y":0},"n":"0p849_1_0p167_0","t":314.75,"s":[267,211.971,0],"e":[267,216.971,0],"to":[0,0,0],"ti":[0,-0.83333331346512,0]},{"i":{"x":0.18,"y":0.18},"o":{"x":0.167,"y":0.167},"n":"0p18_0p18_0p167_0p167","t":352,"s":[267,216.971,0],"e":[267,216.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.18,"y":0.18},"o":{"x":0.167,"y":0.167},"n":"0p18_0p18_0p167_0p167","t":390,"s":[267,216.971,0],"e":[267,216.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.849,"y":1},"o":{"x":0.167,"y":0},"n":"0p849_1_0p167_0","t":443,"s":[267,216.971,0],"e":[267,211.971,0],"to":[0,-0.83333331346512,0],"ti":[0,0,0]},{"i":{"x":0.849,"y":1},"o":{"x":0.167,"y":0},"n":"0p849_1_0p167_0","t":480.25,"s":[267,211.971,0],"e":[267,216.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.849,"y":1},"o":{"x":0.167,"y":0},"n":"0p849_1_0p167_0","t":517.5,"s":[267,216.971,0],"e":[267,211.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.849,"y":1},"o":{"x":0.167,"y":0},"n":"0p849_1_0p167_0","t":554.75,"s":[267,211.971,0],"e":[267,216.971,0],"to":[0,0,0],"ti":[0,-0.83333331346512,0]},{"i":{"x":0.18,"y":0.18},"o":{"x":0.167,"y":0.167},"n":"0p18_0p18_0p167_0p167","t":592,"s":[267,216.971,0],"e":[267,216.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.18,"y":0.18},"o":{"x":0.167,"y":0.167},"n":"0p18_0p18_0p167_0p167","t":654,"s":[267,216.971,0],"e":[267,216.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.849,"y":1},"o":{"x":0.167,"y":0},"n":"0p849_1_0p167_0","t":707,"s":[267,216.971,0],"e":[267,211.971,0],"to":[0,-0.83333331346512,0],"ti":[0,0,0]},{"i":{"x":0.849,"y":1},"o":{"x":0.167,"y":0},"n":"0p849_1_0p167_0","t":744.25,"s":[267,211.971,0],"e":[267,216.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.849,"y":1},"o":{"x":0.167,"y":0},"n":"0p849_1_0p167_0","t":781.5,"s":[267,216.971,0],"e":[267,211.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.849,"y":1},"o":{"x":0.167,"y":0},"n":"0p849_1_0p167_0","t":818.75,"s":[267,211.971,0],"e":[267,216.971,0],"to":[0,0,0],"ti":[0,-0.83333331346512,0]},{"t":856}],"ix":2},"a":{"a":0,"k":[180,320,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":360,"h":640,"ip":0,"op":3600,"st":0,"bm":0}]},{"id":"comp_4","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Artwork 426 Outlines 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":130,"s":[100],"e":[0]},{"t":150}],"ix":11},"r":{"a":0,"k":-180,"ix":10},"p":{"a":0,"k":[212.125,453,0],"ix":2},"a":{"a":0,"k":[8,10,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ef":[{"ty":25,"nm":"Drop Shadow","np":9,"mn":"ADBE Drop Shadow","ix":1,"en":1,"ef":[{"ty":2,"nm":"Shadow Color","mn":"ADBE Drop Shadow-0001","ix":1,"v":{"a":0,"k":[0,0,0,1],"ix":1}},{"ty":0,"nm":"Opacity","mn":"ADBE Drop Shadow-0002","ix":2,"v":{"a":0,"k":88,"ix":2}},{"ty":0,"nm":"Direction","mn":"ADBE Drop Shadow-0003","ix":3,"v":{"a":0,"k":87,"ix":3}},{"ty":0,"nm":"Distance","mn":"ADBE Drop Shadow-0004","ix":4,"v":{"a":0,"k":0,"ix":4}},{"ty":0,"nm":"Softness","mn":"ADBE Drop Shadow-0005","ix":5,"v":{"a":0,"k":8,"ix":5}},{"ty":7,"nm":"Shadow Only","mn":"ADBE Drop Shadow-0006","ix":6,"v":{"a":0,"k":0,"ix":6}},{"ty":7,"nm":"GPU Rendering","mn":"ADBE Force CPU GPU","ix":7,"v":{"a":0,"k":1,"ix":7}}]}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.14,0.139],[0,0],[0.196,0],[0.139,-0.14],[0,0],[-0.286,-0.288],[0,0],[0,0],[-0.286,-0.287],[0,0],[-0.189,0],[-0.143,0.144],[0,0],[0.002,0.197]],"o":[[0,0],[-0.139,-0.139],[-0.197,0],[0,0],[-0.286,0.287],[0,0],[0,0],[-0.286,0.286],[0,0],[0.144,0.144],[0.188,0],[0,0],[0.14,-0.141],[0.002,-0.199]],"v":[[4.411,-0.523],[-1.331,-6.266],[-1.851,-6.482],[-2.372,-6.266],[-4.341,-4.297],[-4.341,-3.256],[-1.083,-0.001],[-4.341,3.257],[-4.341,4.297],[-2.372,6.266],[-1.851,6.482],[-1.332,6.266],[4.411,0.525],[4.625,0.001]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[7.773,9.579],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Artwork 426 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":130,"s":[100],"e":[0]},{"t":150}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[226.75,453.75,0],"ix":2},"a":{"a":0,"k":[8,10,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ef":[{"ty":25,"nm":"Drop Shadow","np":9,"mn":"ADBE Drop Shadow","ix":1,"en":1,"ef":[{"ty":2,"nm":"Shadow Color","mn":"ADBE Drop Shadow-0001","ix":1,"v":{"a":0,"k":[0,0,0,1],"ix":1}},{"ty":0,"nm":"Opacity","mn":"ADBE Drop Shadow-0002","ix":2,"v":{"a":0,"k":88,"ix":2}},{"ty":0,"nm":"Direction","mn":"ADBE Drop Shadow-0003","ix":3,"v":{"a":0,"k":87,"ix":3}},{"ty":0,"nm":"Distance","mn":"ADBE Drop Shadow-0004","ix":4,"v":{"a":0,"k":0,"ix":4}},{"ty":0,"nm":"Softness","mn":"ADBE Drop Shadow-0005","ix":5,"v":{"a":0,"k":8,"ix":5}},{"ty":7,"nm":"Shadow Only","mn":"ADBE Drop Shadow-0006","ix":6,"v":{"a":0,"k":0,"ix":6}},{"ty":7,"nm":"GPU Rendering","mn":"ADBE Force CPU GPU","ix":7,"v":{"a":0,"k":1,"ix":7}}]}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.14,0.139],[0,0],[0.196,0],[0.139,-0.14],[0,0],[-0.286,-0.288],[0,0],[0,0],[-0.286,-0.287],[0,0],[-0.189,0],[-0.143,0.144],[0,0],[0.002,0.197]],"o":[[0,0],[-0.139,-0.139],[-0.197,0],[0,0],[-0.286,0.287],[0,0],[0,0],[-0.286,0.286],[0,0],[0.144,0.144],[0.188,0],[0,0],[0.14,-0.141],[0.002,-0.199]],"v":[[4.411,-0.523],[-1.331,-6.266],[-1.851,-6.482],[-2.372,-6.266],[-4.341,-4.297],[-4.341,-3.256],[-1.083,-0.001],[-4.341,3.257],[-4.341,4.297],[-2.372,6.266],[-1.851,6.482],[-1.332,6.266],[4.411,0.525],[4.625,0.001]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[7.773,9.579],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Artwork 422 Outlines 4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[218.907,452.807,0],"ix":2},"a":{"a":0,"k":[26,29,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0,0,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0_1_0p333_0","0_1_0p333_0","0p667_1_0p333_0"],"t":130,"s":[100,100,100],"e":[130,130,100]},{"t":150}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.773,-0.446],[0,0],[0,-1.787],[0,0],[-1.547,-0.893],[0,0],[-1.547,0.894],[0,0],[0,1.786],[0,0],[1.546,0.893],[0,0],[0.863,0]],"o":[[0,0],[-1.547,0.893],[0,0],[0,1.786],[0,0],[1.546,0.894],[0,0],[1.546,-0.893],[0,0],[0,-1.787],[0,0],[-0.773,-0.446],[-0.863,0]],"v":[[-2.499,-28.329],[-23.186,-16.385],[-25.686,-12.055],[-25.686,11.831],[-23.186,16.161],[-2.499,28.104],[2.5,28.104],[23.187,16.161],[25.686,11.831],[25.686,-12.055],[23.187,-16.385],[2.5,-28.329],[0,-28.997]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":130,"s":[0,1,0.878,0,0.248,1,0.763,0,0.631,1,0.647,0],"e":[0,1,1,1,0.248,1,1,1,0.631,1,1,1]},{"t":150}],"ix":9}},"s":{"a":0,"k":[-14.466,-21.912],"ix":5},"e":{"a":0,"k":[51.781,53.805],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[25.686,28.998],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[99.627,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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0}]},{"id":"comp_5","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Artwork 436 Outlines","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},"n":"0p833_0p833_0p167_0p167","t":192,"s":[318.605,164.219,0],"e":[295.75,178.75,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":206.501,"s":[295.75,178.75,0],"e":[257.75,156,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":226.891,"s":[257.75,156,0],"e":[257.5,113.25,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":247.277,"s":[257.5,113.25,0],"e":[295.75,90.75,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":267.665,"s":[295.75,90.75,0],"e":[333.25,113.25,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":288.052,"s":[333.25,113.25,0],"e":[333.25,153.25,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":308.441,"s":[333.25,153.25,0],"e":[318.605,164.219,0],"to":[0,0,0],"ti":[0,0,0]},{"t":320}],"ix":2},"a":{"a":0,"k":[13.5,13.5,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":181,"s":[0,0,100],"e":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":192,"s":[110,110,100],"e":[110,110,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p833_1_0p333_0","0p833_1_0p333_0","0p833_1_0p333_0"],"t":360,"s":[110,110,100],"e":[0,0,100]},{"t":390}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-0.003],[-0.394,-0.181],[-0.994,-0.125],[-1.171,0.588],[-0.062,0.033],[1.717,2.721],[-0.563,-0.454],[-0.589,-0.431],[-0.621,-0.387],[1.119,1.645],[-2.431,-1.673],[-0.086,0.281],[0.351,1.155],[0.484,0.761],[-0.016,-0.011],[-0.77,-1.779],[0.033,-1.078],[0.166,-0.484],[-0.075,-0.08],[-0.007,-0.966],[0.027,-0.284],[0.033,0.029],[0.465,0.22],[0.409,-0.126],[0.102,-0.092],[0.759,-0.147],[1.41,0.611],[0.854,0.67],[0.496,0.695],[0.023,0.034]],"o":[[0.383,0.191],[0.91,0.415],[1.285,0.163],[0.04,-0.021],[-2.435,-2.081],[0.558,0.461],[0.57,0.457],[0.588,0.428],[-1.37,-1.459],[2.221,1.869],[0.118,-0.305],[0.361,-1.173],[-0.255,-0.84],[0.039,0.017],[1.544,1.148],[0.426,0.985],[-0.016,0.512],[-0.036,0.107],[0.667,0.707],[0.001,0.25],[-0.063,-0.052],[-0.383,-0.339],[-0.373,-0.176],[-0.134,0.041],[-0.584,0.527],[-1.524,0.295],[-1.004,-0.435],[-0.667,-0.524],[-0.025,-0.033],[-0.004,-0.006]],"v":[[-7.01,1.912],[-5.85,2.49],[-2.997,3.32],[0.702,2.754],[0.844,2.678],[-5.57,-4.345],[-3.895,-2.964],[-2.169,-1.614],[-0.346,-0.405],[-3.982,-5.13],[2.867,0.309],[3.195,-0.548],[3.104,-4.041],[1.977,-6.421],[2.053,-6.389],[5.59,-2.052],[6.215,1.037],[5.952,2.535],[6.01,2.787],[7.01,5.308],[6.941,6.092],[6.811,5.986],[5.557,5.12],[4.385,4.972],[4.008,5.164],[1.969,6.126],[-2.424,5.562],[-5.161,3.826],[-6.936,2.026],[-7.008,1.925]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[13.147,13.233],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-7.261],[7.261,0],[0,7.261],[-7.261,0]],"o":[[0,7.261],[-7.261,0],[0,-7.261],[7.261,0]],"v":[[13.146,-0.001],[-0.001,13.146],[-13.146,-0.001],[-0.001,-13.146]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.957000014361,0.728999956916,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[13.147,13.147],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"eclipse","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":450,"s":[20],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":460,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":539,"s":[100],"e":[20]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":549,"s":[20],"e":[20]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":570,"s":[20],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":580,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":610,"s":[100],"e":[20]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":619,"s":[20],"e":[20]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":677,"s":[20],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":687,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":782,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":790,"s":[100],"e":[0]},{"t":800}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.75,"y":1},"o":{"x":0.167,"y":0},"n":"0p75_1_0p167_0","t":390,"s":[296.25,135.221,0],"e":[296.25,130.221,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.818,"y":1},"o":{"x":0.167,"y":0},"n":"0p818_1_0p167_0","t":441.717,"s":[296.25,130.221,0],"e":[296.25,135.221,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.821,"y":1},"o":{"x":0.167,"y":0},"n":"0p821_1_0p167_0","t":496.566,"s":[296.25,135.221,0],"e":[296.25,130.221,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.824,"y":1},"o":{"x":0.167,"y":0},"n":"0p824_1_0p167_0","t":546.717,"s":[296.25,130.221,0],"e":[296.25,135.221,0],"to":[0,0,0],"ti":[0,-0.83333331346512,0]},{"i":{"x":0.18,"y":0.18},"o":{"x":0.167,"y":0.167},"n":"0p18_0p18_0p167_0p167","t":600,"s":[296.25,135.221,0],"e":[296.25,135.221,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.75,"y":1},"o":{"x":0.167,"y":0},"n":"0p75_1_0p167_0","t":668,"s":[296.25,135.221,0],"e":[296.25,130.221,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.818,"y":1},"o":{"x":0.167,"y":0},"n":"0p818_1_0p167_0","t":719.717,"s":[296.25,130.221,0],"e":[296.25,135.221,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.821,"y":1},"o":{"x":0.167,"y":0},"n":"0p821_1_0p167_0","t":774.566,"s":[296.25,135.221,0],"e":[296.25,130.221,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.824,"y":1},"o":{"x":0.167,"y":0},"n":"0p824_1_0p167_0","t":824.717,"s":[296.25,130.221,0],"e":[296.25,135.221,0],"to":[0,0,0],"ti":[0,-0.83333331346512,0]},{"t":878}],"ix":2},"a":{"a":0,"k":[26,29,0],"ix":1},"s":{"a":0,"k":[145.69,145.69,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.773,-0.446],[0,0],[0,-1.787],[0,0],[-1.547,-0.893],[0,0],[-1.547,0.894],[0,0],[0,1.786],[0,0],[1.546,0.893],[0,0],[0.863,0]],"o":[[0,0],[-1.547,0.893],[0,0],[0,1.786],[0,0],[1.546,0.894],[0,0],[1.546,-0.893],[0,0],[0,-1.787],[0,0],[-0.773,-0.446],[-0.863,0]],"v":[[-2.499,-28.329],[-23.186,-16.385],[-25.686,-12.055],[-25.686,11.831],[-23.186,16.161],[-2.499,28.104],[2.5,28.104],[23.187,16.161],[25.686,11.831],[25.686,-12.055],[23.187,-16.385],[2.5,-28.329],[0,-28.997]],"c":true},"ix":2},"nm":"Path 2","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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[25.686,28.998],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[99.627,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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":392,"op":3600,"st":0,"bm":14},{"ddd":0,"ind":3,"ty":0,"nm":"Blue","td":1,"refId":"comp_6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.18,"y":1},"o":{"x":0.333,"y":0},"n":"0p18_1_0p333_0","t":0,"s":[360,16.971,0],"e":[180,202.221,0],"to":[-30,30.875,0],"ti":[30,-30.875,0]},{"i":{"x":0.18,"y":0.18},"o":{"x":0.167,"y":0.167},"n":"0p18_0p18_0p167_0p167","t":23,"s":[180,202.221,0],"e":[180,202.221,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.18,"y":1},"o":{"x":0.167,"y":0},"n":"0p18_1_0p167_0","t":130,"s":[180,202.221,0],"e":[264,66.221,0],"to":[14,-22.6666660308838,0],"ti":[-14,22.6666660308838,0]},{"t":150}],"ix":2},"a":{"a":0,"k":[180,320,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":360,"h":640,"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"graph","tt":1,"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.333,"y":0},"n":"0p833_0p833_0p333_0","t":600,"s":[294.5,67,0],"e":[294.5,133.721,0],"to":[0,11.1201448440552,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":630,"s":[294.5,133.721,0],"e":[294.5,133.721,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.75,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p75_1_0p167_0p167","t":668,"s":[294.5,133.721,0],"e":[294.5,128.721,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.818,"y":1},"o":{"x":0.167,"y":0},"n":"0p818_1_0p167_0","t":719.717,"s":[294.5,128.721,0],"e":[294.5,133.721,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.821,"y":1},"o":{"x":0.167,"y":0},"n":"0p821_1_0p167_0","t":774.566,"s":[294.5,133.721,0],"e":[294.5,128.721,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.824,"y":1},"o":{"x":0.167,"y":0},"n":"0p824_1_0p167_0","t":824.717,"s":[294.5,128.721,0],"e":[294.5,133.721,0],"to":[0,0,0],"ti":[0,0,0]},{"t":878}],"ix":2},"a":{"a":0,"k":[13.5,13.5,0],"ix":1},"s":{"a":0,"k":[152,152,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.254,0.326],[0,0],[0.379,0],[0.256,-0.329],[0,0],[-0.145,-0.297],[-0.479,0],[0,0],[0,0],[-0.838,0],[0,0],[0,0.838],[0,0],[0,0],[-0.158,0.326]],"o":[[0,0],[-0.256,-0.329],[-0.379,0],[0,0],[-0.255,0.326],[0.159,0.326],[0,0],[0,0],[0,0.838],[0,0],[0.839,0],[0,0],[0,0],[0.479,0],[0.145,-0.297]],"v":[[3.998,-8.837],[1.033,-12.64],[0.035,-13.156],[-0.964,-12.64],[-3.928,-8.837],[-4.099,-7.856],[-3.081,-7.336],[-2.282,-7.334],[-2.282,11.679],[-0.761,13.156],[0.83,13.156],[2.34,11.679],[2.34,-7.348],[3.144,-7.336],[4.166,-7.856]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.630999995213,0.532999973671,0.929000016755,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[22.616,13.157],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.84,0],[0,0],[0,-0.839],[0,0],[-0.839,0],[0,0],[0,0.84]],"o":[[0,-0.839],[0,0],[-0.839,0],[0,0],[0,0.84],[0,0],[0.84,0],[0,0]],"v":[[2.311,-7.318],[0.79,-8.839],[-0.79,-8.839],[-2.311,-7.318],[-2.311,7.319],[-0.79,8.839],[0.79,8.839],[2.311,7.319]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.630999995213,0.532999973671,0.929000016755,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[15.828,17.474],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.904,0],[0,0],[0,-0.903],[0,0],[-0.904,0],[0,0],[0,0.905]],"o":[[0,-0.903],[0,0],[-0.904,0],[0,0],[0,0.905],[0,0],[0.904,0],[0,0]],"v":[[2.311,-3.39],[0.674,-5.026],[-0.674,-5.026],[-2.311,-3.39],[-2.311,3.389],[-0.674,5.026],[0.674,5.026],[2.311,3.389]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.630999995213,0.532999973671,0.929000016755,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[2.311,21.287],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.84,0],[0,0],[0,-0.84],[0,0],[-0.839,0],[0,0],[0,0.84]],"o":[[0,-0.84],[0,0],[-0.839,0],[0,0],[0,0.84],[0,0],[0.84,0],[0,0]],"v":[[2.311,-5.296],[0.79,-6.817],[-0.79,-6.817],[-2.311,-5.296],[-2.311,5.297],[-0.79,6.817],[0.79,6.817],[2.311,5.297]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.630999995213,0.532999973671,0.929000016755,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.127,19.496],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":0,"nm":"Blue","td":1,"refId":"comp_6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.18,"y":1},"o":{"x":0.333,"y":0},"n":"0p18_1_0p333_0","t":0,"s":[360,16.971,0],"e":[180,202.221,0],"to":[-30,30.875,0],"ti":[30,-30.875,0]},{"i":{"x":0.18,"y":0.18},"o":{"x":0.167,"y":0.167},"n":"0p18_0p18_0p167_0p167","t":23,"s":[180,202.221,0],"e":[180,202.221,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.18,"y":1},"o":{"x":0.167,"y":0},"n":"0p18_1_0p167_0","t":130,"s":[180,202.221,0],"e":[264,66.221,0],"to":[14,-22.6666660308838,0],"ti":[-14,22.6666660308838,0]},{"i":{"x":0.18,"y":0.18},"o":{"x":0.167,"y":0.167},"n":"0p18_0p18_0p167_0p167","t":150,"s":[264,66.221,0],"e":[264,66.221,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.75,"y":1},"o":{"x":0.167,"y":0},"n":"0p75_1_0p167_0","t":390,"s":[264,66.221,0],"e":[264,61.221,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.818,"y":1},"o":{"x":0.167,"y":0},"n":"0p818_1_0p167_0","t":441.717,"s":[264,61.221,0],"e":[264,66.221,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.821,"y":1},"o":{"x":0.167,"y":0},"n":"0p821_1_0p167_0","t":496.566,"s":[264,66.221,0],"e":[264,61.221,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.824,"y":1},"o":{"x":0.167,"y":0},"n":"0p824_1_0p167_0","t":546.717,"s":[264,61.221,0],"e":[264,66.221,0],"to":[0,0,0],"ti":[0,-0.83333331346512,0]},{"t":600}],"ix":2},"a":{"a":0,"k":[180,320,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":360,"h":640,"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"FB","tt":1,"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.333,"y":0},"n":"0p833_0p833_0p333_0","t":360,"s":[296.5,68.5,0],"e":[296.5,136.221,0],"to":[0,11.2868118286133,0],"ti":[0,0,0]},{"i":{"x":0.75,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p75_1_0p167_0p167","t":390,"s":[296.5,136.221,0],"e":[296.5,131.221,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.818,"y":1},"o":{"x":0.167,"y":0},"n":"0p818_1_0p167_0","t":441.717,"s":[296.5,131.221,0],"e":[296.5,136.221,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.821,"y":1},"o":{"x":0.167,"y":0},"n":"0p821_1_0p167_0","t":496.566,"s":[296.5,136.221,0],"e":[296.5,131.221,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.824,"y":1},"o":{"x":0.167,"y":0},"n":"0p824_1_0p167_0","t":546.717,"s":[296.5,131.221,0],"e":[296.5,136.221,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":600,"s":[296.5,136.221,0],"e":[296.5,208.5,0],"to":[0,0,0],"ti":[0,-12.0465211868286,0]},{"t":630}],"ix":2},"a":{"a":0,"k":[10,20,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-1.369,0],[0,0],[0,0],[0,0],[0,-4.112],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,-1.37],[0,0],[0,0],[0,0],[-4.111,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[2.481,-6.204],[2.481,-11.167],[4.962,-13.649],[7.444,-13.649],[7.444,-19.852],[2.481,-19.852],[-4.963,-12.408],[-4.963,-6.204],[-9.926,-6.204],[-9.926,-0.001],[-4.963,-0.001],[-4.963,19.852],[2.481,19.852],[2.481,-0.001],[7.444,-0.001],[9.926,-6.204]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.328999986836,0.788000009574,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.926,19.853],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":0,"nm":"Blue","td":1,"refId":"comp_6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.18,"y":1},"o":{"x":0.333,"y":0},"n":"0p18_1_0p333_0","t":0,"s":[360,16.971,0],"e":[180,202.221,0],"to":[-30,30.875,0],"ti":[30,-30.875,0]},{"i":{"x":0.18,"y":0.18},"o":{"x":0.167,"y":0.167},"n":"0p18_0p18_0p167_0p167","t":23,"s":[180,202.221,0],"e":[180,202.221,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.18,"y":1},"o":{"x":0.167,"y":0},"n":"0p18_1_0p167_0","t":130,"s":[180,202.221,0],"e":[264,66.221,0],"to":[14,-22.6666660308838,0],"ti":[0,0,0]},{"i":{"x":0.746,"y":1},"o":{"x":0.167,"y":0},"n":"0p746_1_0p167_0","t":150,"s":[264,66.221,0],"e":[264,61.221,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.808,"y":1},"o":{"x":0.167,"y":0},"n":"0p808_1_0p167_0","t":201.717,"s":[264,61.221,0],"e":[264,66.221,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.78,"y":1},"o":{"x":0.167,"y":0},"n":"0p78_1_0p167_0","t":256.567,"s":[264,66.221,0],"e":[264,61.221,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.809,"y":1},"o":{"x":0.167,"y":0},"n":"0p809_1_0p167_0","t":306.717,"s":[264,61.221,0],"e":[264,66.221,0],"to":[0,0,0],"ti":[0,-0.83333331346512,0]},{"t":360}],"ix":2},"a":{"a":0,"k":[180,320,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":360,"h":640,"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Artwork 429 Outlines","parent":9,"tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":157,"s":[211.25,467.029,0],"e":[211.25,397.029,0],"to":[0,-11.6666669845581,0],"ti":[0,11.6666669845581,0]},{"i":{"x":0.118,"y":0.118},"o":{"x":0.333,"y":0.333},"n":"0p118_0p118_0p333_0p333","t":192,"s":[211.25,397.029,0],"e":[211.25,397.029,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.661,"y":1},"o":{"x":0.333,"y":0},"n":"0p661_1_0p333_0","t":360,"s":[211.25,397.029,0],"e":[211.25,479.529,0],"to":[0,13.75,0],"ti":[0,-13.75,0]},{"t":390}],"ix":2},"a":{"a":0,"k":[25,34.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.228,3.898],[4.094,2.263],[-0.573,-1.444]],"o":[[0,0],[0,0],[0,0]],"v":[[3.716,-1.912],[-3.462,-1.799],[-3.462,1.912]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152999997606,0.169000004787,0.246999987434,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[24.026,41.869],"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":40,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[2.436,-2.795]],"o":[[0,0],[0,0]],"v":[[2.449,1.322],[-2.449,1.398]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.75,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[19.497,24.074],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[2.437,-2.794]],"o":[[0,0],[0,0]],"v":[[2.45,1.322],[-2.449,1.397]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.75,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[28.415,24.084],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":241,"s":[{"i":[[0.461,-0.014],[0,0],[-0.14,-0.442],[-2.634,0.078],[-0.278,1.296]],"o":[[0,0],[-0.464,0.014],[0.337,1.059],[2.501,-0.074],[0.097,-0.451]],"v":[[2.992,-1.191],[-2.932,-1.227],[-3.635,-0.796],[0.161,0.627],[3.678,-1.018]],"c":true}],"e":[{"i":[[0.461,-0.014],[0,0],[-0.14,-0.442],[-2.634,0.078],[-0.278,1.296]],"o":[[0,0],[-0.464,0.014],[0.337,1.059],[2.501,-0.074],[0.097,-0.451]],"v":[[2.965,-1.878],[-2.935,-1.789],[-3.635,-0.796],[0.143,1.814],[3.678,-1.018]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":250,"s":[{"i":[[0.461,-0.014],[0,0],[-0.14,-0.442],[-2.634,0.078],[-0.278,1.296]],"o":[[0,0],[-0.464,0.014],[0.337,1.059],[2.501,-0.074],[0.097,-0.451]],"v":[[2.965,-1.878],[-2.935,-1.789],[-3.635,-0.796],[0.143,1.814],[3.678,-1.018]],"c":true}],"e":[{"i":[[0.461,-0.014],[0,0],[-0.14,-0.442],[-2.634,0.078],[-0.278,1.296]],"o":[[0,0],[-0.464,0.014],[0.337,1.059],[2.501,-0.074],[0.097,-0.451]],"v":[[2.965,-1.878],[-2.935,-1.789],[-3.635,-0.796],[0.143,1.814],[3.678,-1.018]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":263,"s":[{"i":[[0.461,-0.014],[0,0],[-0.14,-0.442],[-2.634,0.078],[-0.278,1.296]],"o":[[0,0],[-0.464,0.014],[0.337,1.059],[2.501,-0.074],[0.097,-0.451]],"v":[[2.965,-1.878],[-2.935,-1.789],[-3.635,-0.796],[0.143,1.814],[3.678,-1.018]],"c":true}],"e":[{"i":[[0.461,-0.014],[0,0],[-0.14,-0.442],[-2.634,0.078],[-0.278,1.296]],"o":[[0,0],[-0.464,0.014],[0.337,1.059],[2.501,-0.074],[0.097,-0.451]],"v":[[2.992,-1.191],[-2.932,-1.227],[-3.635,-0.796],[0.161,0.627],[3.678,-1.018]],"c":true}]},{"t":271}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.961000031116,0.980000035903,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[24.133,34.909],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.001,1.249],[0.161,-1.692],[0,0]],"o":[[0,0],[-0.161,1.691],[0,0]],"v":[[1.316,-0.271],[-2.049,-2.102],[2.21,3.794]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.368999974868,0.776000019148,0.8,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[12.328,25.742],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.428,-0.964],[-0.365,-0.234],[0.188,-2.197],[-1.323,0.399],[5.978,9.723],[1.165,-1.993],[5.316,-5.207],[-0.496,-3.706],[-1.015,-1.592],[-0.894,-0.439],[0.812,3.646],[-3.442,6.705],[-0.578,0.191]],"o":[[0.176,0.396],[0.966,0.62],[-0.261,3.042],[1.323,-0.399],[0,0],[0,0],[-5.316,5.208],[0.496,3.706],[1.155,1.811],[0.893,0.437],[0,0],[0.279,-0.542],[0.792,-0.259]],"v":[[3.757,-0.283],[4.556,0.701],[7.045,4.937],[9.164,11.804],[9.838,-9.134],[7.141,-8.772],[-7.633,-11.123],[-15.32,1.32],[-14.253,9.292],[-11.315,12.517],[-9.946,4.117],[0.158,0.259],[1.507,-0.881]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152999997606,0.169000004787,0.246999987434,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[24.959,12.954],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.043,-2.003],[2.023,-0.251]],"o":[[0,0],[0.06,2.772],[0,0]],"v":[[-1.053,-0.524],[1.782,-2.119],[-1.842,4.122]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.368999974868,0.776000019148,0.8,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[35.165,24.893],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4.205,-7.704],[8.133,-9.107],[-0.589,8.862],[-1.769,1.762]],"o":[[0,0],[-8.135,9.107],[0.343,-5.419],[1.768,-1.762]],"v":[[8.048,-11.874],[4.277,10.471],[-11.82,-1.837],[-7.781,-15.327]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.368999974868,0.776000019148,0.8,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[25.465,27.307],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.844,-3.819],[-5.155,-4.68],[1.099,8.869],[-0.591,1.601]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-4.057,-7.329],[-3.296,-0.308],[0.253,10.654],[3.803,-1.171],[3.38,-10.654]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.368999974868,0.776000019148,0.8,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[23.86,40.378],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.531,1.017],[0,0],[0,0],[0.796,-1.303],[0,0],[-4.363,2.518],[0,0]],"o":[[-8.101,-5.377],[-13.18,-0.953],[-0.935,1.23],[0,0],[4.361,2.518],[0,0],[-1.891,-3.696]],"v":[[19.371,-5.808],[1.648,-11.884],[-22.087,-3.776],[-24.676,0.027],[-5.759,10.948],[8.339,10.948],[24.676,1.515]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.961000031116,0.980000035903,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[24.676,55.476],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false}],"ip":151,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":0,"nm":"Blue","refId":"comp_6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.18,"y":1},"o":{"x":0.333,"y":0},"n":"0p18_1_0p333_0","t":0,"s":[360,16.971,0],"e":[180,202.221,0],"to":[-30,30.875,0],"ti":[30,-30.875,0]},{"i":{"x":0.18,"y":0.18},"o":{"x":0.167,"y":0.167},"n":"0p18_0p18_0p167_0p167","t":23,"s":[180,202.221,0],"e":[180,202.221,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.18,"y":1},"o":{"x":0.167,"y":0},"n":"0p18_1_0p167_0","t":130,"s":[180,202.221,0],"e":[264,66.221,0],"to":[14,-22.6666660308838,0],"ti":[0,0,0]},{"i":{"x":0.75,"y":1},"o":{"x":0.167,"y":0},"n":"0p75_1_0p167_0","t":150,"s":[264,66.221,0],"e":[264,61.221,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.818,"y":1},"o":{"x":0.167,"y":0},"n":"0p818_1_0p167_0","t":201.717,"s":[264,61.221,0],"e":[264,66.221,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.821,"y":1},"o":{"x":0.167,"y":0},"n":"0p821_1_0p167_0","t":256.566,"s":[264,66.221,0],"e":[264,61.221,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.824,"y":1},"o":{"x":0.167,"y":0},"n":"0p824_1_0p167_0","t":306.717,"s":[264,61.221,0],"e":[264,66.221,0],"to":[0,0,0],"ti":[0,-0.83333331346512,0]},{"i":{"x":0.18,"y":0.18},"o":{"x":0.167,"y":0.167},"n":"0p18_0p18_0p167_0p167","t":360,"s":[264,66.221,0],"e":[264,66.221,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.75,"y":1},"o":{"x":0.167,"y":0},"n":"0p75_1_0p167_0","t":390,"s":[264,66.221,0],"e":[264,61.221,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.818,"y":1},"o":{"x":0.167,"y":0},"n":"0p818_1_0p167_0","t":441.717,"s":[264,61.221,0],"e":[264,66.221,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.821,"y":1},"o":{"x":0.167,"y":0},"n":"0p821_1_0p167_0","t":496.566,"s":[264,66.221,0],"e":[264,61.221,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.824,"y":1},"o":{"x":0.167,"y":0},"n":"0p824_1_0p167_0","t":546.717,"s":[264,61.221,0],"e":[264,66.221,0],"to":[0,0,0],"ti":[0,-0.83333331346512,0]},{"i":{"x":0.18,"y":0.18},"o":{"x":0.167,"y":0.167},"n":"0p18_0p18_0p167_0p167","t":600,"s":[264,66.221,0],"e":[264,66.221,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.75,"y":1},"o":{"x":0.167,"y":0},"n":"0p75_1_0p167_0","t":668,"s":[264,66.221,0],"e":[264,61.221,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.818,"y":1},"o":{"x":0.167,"y":0},"n":"0p818_1_0p167_0","t":719.717,"s":[264,61.221,0],"e":[264,66.221,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.821,"y":1},"o":{"x":0.167,"y":0},"n":"0p821_1_0p167_0","t":774.566,"s":[264,66.221,0],"e":[264,61.221,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.824,"y":1},"o":{"x":0.167,"y":0},"n":"0p824_1_0p167_0","t":824.717,"s":[264,61.221,0],"e":[264,66.221,0],"to":[0,0,0],"ti":[0,-0.83333331346512,0]},{"t":878}],"ix":2},"a":{"a":0,"k":[180,320,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":360,"h":640,"ip":0,"op":3600,"st":0,"bm":0}]},{"id":"comp_6","layers":[{"ddd":0,"ind":1,"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]},"n":["0p667_1_0p333_0"],"t":130,"s":[100],"e":[0]},{"t":150}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[103,320.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ef":[{"ty":25,"nm":"Drop Shadow","np":9,"mn":"ADBE Drop Shadow","ix":1,"en":1,"ef":[{"ty":2,"nm":"Shadow Color","mn":"ADBE Drop Shadow-0001","ix":1,"v":{"a":0,"k":[0,0,0,1],"ix":1}},{"ty":0,"nm":"Opacity","mn":"ADBE Drop Shadow-0002","ix":2,"v":{"a":0,"k":88,"ix":2}},{"ty":0,"nm":"Direction","mn":"ADBE Drop Shadow-0003","ix":3,"v":{"a":0,"k":87,"ix":3}},{"ty":0,"nm":"Distance","mn":"ADBE Drop Shadow-0004","ix":4,"v":{"a":0,"k":0,"ix":4}},{"ty":0,"nm":"Softness","mn":"ADBE Drop Shadow-0005","ix":5,"v":{"a":0,"k":8,"ix":5}},{"ty":7,"nm":"Shadow Only","mn":"ADBE Drop Shadow-0006","ix":6,"v":{"a":0,"k":0,"ix":6}},{"ty":7,"nm":"GPU Rendering","mn":"ADBE Force CPU GPU","ix":7,"v":{"a":0,"k":1,"ix":7}}]}],"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[9.542,9.542],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[111.942,63.11],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Artwork 424 Outlines 3","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":130,"s":[100],"e":[0]},{"t":150}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[214.875,397,0],"ix":2},"a":{"a":0,"k":[8.5,9,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ef":[{"ty":25,"nm":"Drop Shadow","np":9,"mn":"ADBE Drop Shadow","ix":1,"en":1,"ef":[{"ty":2,"nm":"Shadow Color","mn":"ADBE Drop Shadow-0001","ix":1,"v":{"a":0,"k":[0,0,0,1],"ix":1}},{"ty":0,"nm":"Opacity","mn":"ADBE Drop Shadow-0002","ix":2,"v":{"a":0,"k":88,"ix":2}},{"ty":0,"nm":"Direction","mn":"ADBE Drop Shadow-0003","ix":3,"v":{"a":0,"k":87,"ix":3}},{"ty":0,"nm":"Distance","mn":"ADBE Drop Shadow-0004","ix":4,"v":{"a":0,"k":0,"ix":4}},{"ty":0,"nm":"Softness","mn":"ADBE Drop Shadow-0005","ix":5,"v":{"a":0,"k":8,"ix":5}},{"ty":7,"nm":"Shadow Only","mn":"ADBE Drop Shadow-0006","ix":6,"v":{"a":0,"k":0,"ix":6}},{"ty":7,"nm":"GPU Rendering","mn":"ADBE Force CPU GPU","ix":7,"v":{"a":0,"k":1,"ix":7}}]}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.411,0.258],[0,0],[-0.258,0.412],[0,0],[-0.411,-0.256],[0,0],[0.258,-0.411],[0,0]],"o":[[0,0],[-0.411,-0.256],[0,0],[0.257,-0.411],[0,0],[0.411,0.258],[0,0],[-0.257,0.411]],"v":[[-1.029,5.51],[-4.512,3.326],[-4.788,2.115],[-0.182,-5.232],[1.029,-5.512],[4.512,-3.327],[4.788,-2.117],[0.182,5.232]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[8.129,8.865],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Artwork 422 Outlines 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[212.157,388.807,0],"ix":2},"a":{"a":0,"k":[26,29,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0,0,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0_1_0p333_0","0_1_0p333_0","0p667_1_0p333_0"],"t":130,"s":[100,100,100],"e":[147,147,100]},{"t":150}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.773,-0.446],[0,0],[0,-1.787],[0,0],[-1.547,-0.893],[0,0],[-1.547,0.894],[0,0],[0,1.786],[0,0],[1.546,0.893],[0,0],[0.863,0]],"o":[[0,0],[-1.547,0.893],[0,0],[0,1.786],[0,0],[1.546,0.894],[0,0],[1.546,-0.893],[0,0],[0,-1.787],[0,0],[-0.773,-0.446],[-0.863,0]],"v":[[-2.499,-28.329],[-23.186,-16.385],[-25.686,-12.055],[-25.686,11.831],[-23.186,16.161],[-2.499,28.104],[2.5,28.104],[23.187,16.161],[25.686,11.831],[25.686,-12.055],[23.187,-16.385],[2.5,-28.329],[0,-28.997]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":130,"s":[0,0,0.761,1,0.248,0,0.616,1,0.631,0,0.471,1],"e":[0,1,1,1,0.248,1,1,1,0.631,1,1,1]},{"t":150}],"ix":9}},"s":{"a":0,"k":[-14.466,-21.912],"ix":5},"e":{"a":0,"k":[51.781,53.805],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[25.686,28.998],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[99.627,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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0}]},{"id":"comp_7","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Artwork 435 Outlines","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},"n":"0p833_0p833_0p167_0p167","t":189,"s":[114,139.25,0],"e":[85.75,155.25,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":205.788,"s":[85.75,155.25,0],"e":[43,131.25,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":225.421,"s":[43,131.25,0],"e":[42.5,80,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":245.055,"s":[42.5,80,0],"e":[86.5,54.75,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":266.998,"s":[86.5,54.75,0],"e":[129.5,80,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":287.786,"s":[129.5,80,0],"e":[128.73,126.701,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":308.575,"s":[128.73,126.701,0],"e":[114,139.25,0],"to":[0,0,0],"ti":[0,0,0]},{"t":318}],"ix":2},"a":{"a":0,"k":[15,15,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":153,"s":[0,0,100],"e":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":164,"s":[110,110,100],"e":[110,110,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p833_1_0p333_0","0p833_1_0p333_0","0p833_1_0p333_0"],"t":360,"s":[110,110,100],"e":[0,0,100]},{"t":390}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.316,0.421],[-2.539,2.029],[3.045,-0.241]],"o":[[0,0],[0,0],[-2.345,0.192]],"v":[[-5.291,0.152],[5.291,-1.014],[1.731,0.497]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[16.117,23.277],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.938,0.241],[-2.294,-0.395],[-5.963,0.897],[0.351,0.403],[0.51,-0.463],[2.994,0],[2.025,0.855]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.004]],"v":[[-2.915,-1.046],[-3.669,-0.054],[5.37,-0.16],[6.288,-0.916],[6.342,-0.374],[2.242,0.65],[-5.398,0.191]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[14.064,21.837],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.419,0.114],[-0.097,-0.085],[-0.123,-0.01],[-1.069,0.19],[-0.155,-0.006],[-0.34,-0.234],[1.706,0.336],[0.167,0.112]],"o":[[-0.084,0.097],[0.096,0.077],[1.078,0.124],[0.153,-0.021],[0.409,0.058],[-1.647,0.56],[-0.2,-0.026],[-0.522,-0.403]],"v":[[-2.102,-0.732],[-2.077,-0.404],[-1.742,-0.27],[1.497,-0.368],[1.96,-0.391],[3.098,0.055],[-2.018,0.396],[-2.577,0.186]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[14.58,20.226],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.803,0.861],[-6.438,0.953],[-0.275,-0.093],[1.929,0.378]],"o":[[0,0],[0.202,0.208],[-1.88,0.573],[0,0]],"v":[[-2.033,-0.764],[3.109,-0.368],[3.835,0.09],[-1.965,0.386]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[14.068,18.344],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.668,-0.27],[-0.38,-0.728],[2.432,-1.622],[-0.135,0.03],[-0.303,0.183],[0.561,0.885]],"o":[[0,0],[0,0],[0.127,-0.057],[0.334,-0.119],[0.724,-0.442],[-0.447,-0.712]],"v":[[-1.103,-1.384],[0.301,-0.953],[-1.455,1.748],[-1.06,1.617],[-0.103,1.162],[0.894,-1.036]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[20.256,17.019],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.828,0.085],[0.273,-0.245],[-1.969,0.023],[-2.294,0.452],[0,0],[2.647,0.366],[-0.783,0.403]],"o":[[0,0],[0,0],[0,0],[0,0],[-2.633,0.453],[0,0],[0.773,-0.308]],"v":[[-1.342,-0.79],[-2.801,-0.249],[-1.426,0.293],[4.538,-0.103],[3.995,0.293],[-3.971,0.424],[-3.755,-0.197]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[14.03,16.346],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.045,0.022],[0.542,-1.784],[-0.783,-1.301],[0.838,-0.838],[0.727,1.296],[-0.063,0.558],[-0.133,0.183],[-0.851,0.526]],"o":[[0,0],[0,0],[0,0],[0,0],[-0.277,-0.443],[0.035,-0.225],[0.573,-0.87],[0.038,-0.032]],"v":[[1.983,-3.296],[-1.742,-0.678],[-1.2,1.299],[-1.121,3.296],[-0.041,0.975],[-0.832,-0.583],[-0.575,-1.204],[1.857,-3.213]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[16.751,12.778],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.973,1.756],[0.862,-0.728],[0,0],[-0.676,-1.107],[0,0],[0,0],[-0.704,0.728],[0,0]],"o":[[0.212,1.107],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[1.793,-4.723],[0.741,-1.753],[-1.631,0.327],[-2.09,2.374],[-0.113,4.723],[-1.248,2.782],[-1.058,1.053],[1.263,-1.402]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[14.916,10.67],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-8.232],[8.233,0],[0,8.231],[-8.232,0]],"o":[[0,8.231],[-8.232,0],[0,-8.232],[8.233,0]],"v":[[14.905,0],[-0.001,14.905],[-14.906,0],[-0.001,-14.905]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.882000014361,0.438999998803,0.603999956916,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[14.905,14.906],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"eclipse","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":450,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":460,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":490,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":500,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":537,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":547,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":615,"s":[100],"e":[20]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":624,"s":[20],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":677,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":687,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":750,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":760,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":790,"s":[0],"e":[100]},{"t":800}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.76,"y":1},"o":{"x":0.167,"y":0},"n":"0p76_1_0p167_0","t":390,"s":[87,105.471,0],"e":[87,100.471,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.828,"y":1},"o":{"x":0.167,"y":0},"n":"0p828_1_0p167_0","t":443.1,"s":[87,100.471,0],"e":[87,105.471,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.76,"y":1},"o":{"x":0.167,"y":0},"n":"0p76_1_0p167_0","t":496.2,"s":[87,105.471,0],"e":[87,100.471,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.828,"y":1},"o":{"x":0.167,"y":0},"n":"0p828_1_0p167_0","t":549.024,"s":[87,100.471,0],"e":[87,105.471,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.18,"y":0.18},"o":{"x":0.167,"y":0.167},"n":"0p18_0p18_0p167_0p167","t":600,"s":[87,105.471,0],"e":[87,105.471,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.76,"y":1},"o":{"x":0.167,"y":0},"n":"0p76_1_0p167_0","t":660,"s":[87,105.471,0],"e":[87,100.471,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.828,"y":1},"o":{"x":0.167,"y":0},"n":"0p828_1_0p167_0","t":713.1,"s":[87,100.471,0],"e":[87,105.471,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.76,"y":1},"o":{"x":0.167,"y":0},"n":"0p76_1_0p167_0","t":766.2,"s":[87,105.471,0],"e":[87,100.471,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.828,"y":1},"o":{"x":0.167,"y":0},"n":"0p828_1_0p167_0","t":819.024,"s":[87,100.471,0],"e":[87,105.471,0],"to":[0,0,0],"ti":[0,0,0]},{"t":870}],"ix":2},"a":{"a":0,"k":[26,29,0],"ix":1},"s":{"a":0,"k":[170.69,170.69,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.773,-0.446],[0,0],[0,-1.787],[0,0],[-1.547,-0.893],[0,0],[-1.547,0.894],[0,0],[0,1.786],[0,0],[1.546,0.893],[0,0],[0.863,0]],"o":[[0,0],[-1.547,0.893],[0,0],[0,1.786],[0,0],[1.546,0.894],[0,0],[1.546,-0.893],[0,0],[0,-1.787],[0,0],[-0.773,-0.446],[-0.863,0]],"v":[[-2.499,-28.329],[-23.186,-16.385],[-25.686,-12.055],[-25.686,11.831],[-23.186,16.161],[-2.499,28.104],[2.5,28.104],[23.187,16.161],[25.686,11.831],[25.686,-12.055],[23.187,-16.385],[2.5,-28.329],[0,-28.997]],"c":true},"ix":2},"nm":"Path 2","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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[25.686,28.998],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[99.627,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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":392,"op":3600,"st":0,"bm":14},{"ddd":0,"ind":3,"ty":0,"nm":"Green","td":1,"refId":"comp_8","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.18,"y":1},"o":{"x":0.333,"y":0},"n":"0p18_1_0p333_0","t":0,"s":[0,16.971,0],"e":[180,201.971,0],"to":[30,30.8333339691162,0],"ti":[-30,-30.8333339691162,0]},{"i":{"x":0.18,"y":0.18},"o":{"x":0.167,"y":0.167},"n":"0p18_0p18_0p167_0p167","t":23,"s":[180,201.971,0],"e":[180,201.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.18,"y":1},"o":{"x":0.167,"y":0},"n":"0p18_1_0p167_0","t":130,"s":[180,201.971,0],"e":[120,36.971,0],"to":[-10,-27.5,0],"ti":[10,27.5,0]},{"t":148}],"ix":2},"a":{"a":0,"k":[180,320,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":360,"h":640,"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"computer","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":600,"s":[87,32,0],"e":[87,107,0],"to":[0,12.5,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":630,"s":[87,107,0],"e":[87,107,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.76,"y":1},"o":{"x":0.333,"y":0},"n":"0p76_1_0p333_0","t":660,"s":[87,107,0],"e":[87,100.471,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.828,"y":1},"o":{"x":0.167,"y":0},"n":"0p828_1_0p167_0","t":713.1,"s":[87,100.471,0],"e":[87,105.471,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.76,"y":1},"o":{"x":0.167,"y":0},"n":"0p76_1_0p167_0","t":766.2,"s":[87,105.471,0],"e":[87,100.471,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.828,"y":1},"o":{"x":0.167,"y":0},"n":"0p828_1_0p167_0","t":819.024,"s":[87,100.471,0],"e":[87,105.471,0],"to":[0,0,0],"ti":[0,0,0]},{"t":870}],"ix":2},"a":{"a":0,"k":[14.5,11,0],"ix":1},"s":{"a":0,"k":[178,178,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.252,0],[0,0],[0,-0.252],[0,0],[-0.251,0],[0,0],[0,0.252],[0,0]],"o":[[0,0],[-0.251,0],[0,0],[0,0.252],[0,0],[0.252,0],[0,0],[0,-0.252]],"v":[[10.372,-0.939],[-10.372,-0.939],[-10.827,-0.483],[-10.827,0.483],[-10.372,0.939],[10.372,0.939],[10.827,0.483],[10.827,-0.483]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.328999986836,0.788000009574,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[14.249,20.212],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.576,0],[0,0],[0,0.576],[0,0],[-0.576,0],[0,0],[0,-0.576],[0,0]],"o":[[0,0],[-0.576,0],[0,0],[0,-0.576],[0,0],[0.576,0],[0,0],[0,0.576]],"v":[[12.417,6.875],[-12.415,6.875],[-13.458,5.832],[-13.458,-5.833],[-12.415,-6.877],[12.417,-6.877],[13.46,-5.833],[13.46,5.832]],"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.576],[0,0],[-0.576,0],[0,0],[0,0.576],[0,0],[0.576,0],[0,0]],"o":[[0,0],[0,0.576],[0,0],[0.576,0],[0,0],[0,-0.576],[0,0],[-0.576,0]],"v":[[-14.249,-7.352],[-14.249,7.352],[-13.206,8.395],[13.206,8.395],[14.249,7.352],[14.249,-7.352],[13.206,-8.395],[-13.206,-8.395]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.328999986836,0.788000009574,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[14.249,8.395],"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":"Group 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.533,0],[0,0],[0,0.533],[0,0],[-0.533,0],[0,0],[0,-0.534],[0,0]],"o":[[0,0],[-0.533,0],[0,0],[0,-0.534],[0,0],[0.533,0],[0,0],[0,0.533]],"v":[[2.244,1.997],[-2.244,1.997],[-3.21,1.031],[-3.21,-1.031],[-2.244,-1.997],[2.244,-1.997],[3.21,-1.031],[3.21,1.031]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.328999986836,0.788000009574,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[14.251,18.216],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.876,0.573],[-0.53,0.669],[0,0],[0.06,0.677],[0.241,-0.249],[0,0],[-1.126,-0.814],[0,0],[-0.195,0.084],[-0.056,0.203],[0.234,0.157]],"o":[[-0.876,-0.571],[0,0],[0,0],[0.409,-0.421],[-0.061,-0.677],[0,0],[0,0],[0,0],[0.187,0.098],[0.194,-0.083],[0.061,-0.308],[0,0]],"v":[[1.957,2.474],[-0.695,0.788],[-0.529,0.036],[0.937,-1.469],[2.389,-3.328],[0.99,-3.267],[-1.762,-0.355],[-1.762,1.519],[1.829,3.897],[2.432,3.921],[2.827,3.468],[2.456,2.806]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.328999986836,0.788000009574,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[7.905,7.604],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.888,-0.563],[0.541,-0.659],[0,0],[-0.045,-0.674],[-0.248,0.251],[0,0],[1.128,0.807],[0,0],[0.195,-0.082],[0.058,-0.2],[-0.233,-0.156]],"o":[[0.88,0.57],[0,0],[0,0],[-0.413,0.414],[0.045,0.674],[0,0],[0,0],[0,0],[-0.187,-0.097],[-0.193,0.082],[-0.067,0.312],[0,0]],"v":[[-1.951,-2.417],[0.726,-0.743],[0.553,-0.003],[-0.951,1.479],[-2.41,3.329],[-1.005,3.27],[1.762,0.376],[1.762,-1.49],[-1.824,-3.896],[-2.426,-3.921],[-2.824,-3.475],[-2.454,-2.816]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.328999986836,0.788000009574,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[20.592,8.547],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.149,0.466],[-0.5,2.183],[-0.543,-0.205],[0.051,-0.385],[0.256,-0.927],[0.426,-1.762],[0.174,-0.231],[0.236,0.512]],"o":[[0.529,-2.175],[0.085,-0.363],[0.338,0.112],[-0.077,0.965],[-0.251,1.801],[-0.075,0.288],[-0.308,0.37],[-0.14,-0.469]],"v":[[-1.48,3.329],[0.098,-3.188],[1.083,-5.079],[1.583,-4.212],[1.083,-1.367],[0.07,3.984],[-0.309,4.771],[-1.495,4.771]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.328999986836,0.788000009574,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[14.251,8.39],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":0,"nm":"Green","td":1,"refId":"comp_8","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.18,"y":1},"o":{"x":0.333,"y":0},"n":"0p18_1_0p333_0","t":0,"s":[0,16.971,0],"e":[180,201.971,0],"to":[30,30.8333339691162,0],"ti":[-30,-30.8333339691162,0]},{"i":{"x":0.18,"y":0.18},"o":{"x":0.167,"y":0.167},"n":"0p18_0p18_0p167_0p167","t":23,"s":[180,201.971,0],"e":[180,201.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.18,"y":1},"o":{"x":0.167,"y":0},"n":"0p18_1_0p167_0","t":130,"s":[180,201.971,0],"e":[120,36.971,0],"to":[-10,-27.5,0],"ti":[10,27.5,0]},{"i":{"x":0.18,"y":0.18},"o":{"x":0.167,"y":0.167},"n":"0p18_0p18_0p167_0p167","t":148,"s":[120,36.971,0],"e":[120,36.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.76,"y":1},"o":{"x":0.167,"y":0},"n":"0p76_1_0p167_0","t":390,"s":[120,36.971,0],"e":[120,31.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.828,"y":1},"o":{"x":0.167,"y":0},"n":"0p828_1_0p167_0","t":443.1,"s":[120,31.971,0],"e":[120,36.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.76,"y":1},"o":{"x":0.167,"y":0},"n":"0p76_1_0p167_0","t":496.2,"s":[120,36.971,0],"e":[120,31.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.828,"y":1},"o":{"x":0.167,"y":0},"n":"0p828_1_0p167_0","t":549.024,"s":[120,31.971,0],"e":[120,36.971,0],"to":[0,0,0],"ti":[0,0,0]},{"t":600}],"ix":2},"a":{"a":0,"k":[180,320,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":360,"h":640,"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"google","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.18,"y":1},"o":{"x":0.333,"y":0},"n":"0p18_1_0p333_0","t":360,"s":[86,36,0],"e":[85.5,105.471,0],"to":[-0.08333333581686,11.5784788131714,0],"ti":[0,0,0]},{"i":{"x":0.76,"y":1},"o":{"x":0.167,"y":0},"n":"0p76_1_0p167_0","t":390,"s":[85.5,105.471,0],"e":[85.5,100.471,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.828,"y":1},"o":{"x":0.167,"y":0},"n":"0p828_1_0p167_0","t":443.1,"s":[85.5,100.471,0],"e":[85.5,105.471,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.76,"y":1},"o":{"x":0.167,"y":0},"n":"0p76_1_0p167_0","t":496.2,"s":[85.5,105.471,0],"e":[85.5,100.471,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.828,"y":1},"o":{"x":0.167,"y":0},"n":"0p828_1_0p167_0","t":549.024,"s":[85.5,100.471,0],"e":[85.5,105.471,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":600,"s":[85.5,105.471,0],"e":[86,183.5,0],"to":[0,0,0],"ti":[-0.08333333581686,-13.0048551559448,0]},{"t":630}],"ix":2},"a":{"a":0,"k":[19,19,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.276,-2.72],[0,0],[2.184,0],[1.518,-4.417],[0,0],[0,0],[-7.312,0]],"o":[[0,0],[-1.725,-1.079],[-4.932,0],[0,0],[0,0],[3.149,-6.071],[4.591,0]],"v":[[14.441,-3.277],[8.311,1.742],[2.363,0.04],[-8.277,7.632],[-14.439,2.586],[-14.441,2.586],[2.363,-7.632]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.957000014361,0.728999956916,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[16.556,7.632],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[4.485,0],[3.197,5.927],[0,0],[-4.822,0],[-1.666,0.979]],"o":[[0,0],[-3.243,2.606],[-7.205,0],[0,0],[1.598,4.265],[2.074,0],[0,0]],"v":[[14.255,3.32],[14.256,3.322],[2.41,7.486],[-14.255,-2.467],[-8.124,-7.486],[2.41,-0.187],[8.092,-1.725]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.957000014361,0.728999956916,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[16.51,30.353],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-1.208],[0.271,-1.274],[3.334,-2.68],[0,0],[0,0],[0,0],[-0.91,2.431],[0,0],[0,0],[0,0]],"o":[[0.218,1.145],[0,1.355],[-0.921,4.338],[0,0],[0,0],[0,0],[2.212,-1.298],[0,0],[0,0],[0,0],[0,0]],"v":[[8.922,-9.145],[9.253,-5.611],[8.839,-1.661],[2.178,9.145],[2.177,9.144],[-3.222,8.868],[-3.986,4.098],[0.865,-1.661],[-9.252,-1.661],[-9.252,-9.145],[1.013,-9.145]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.957000014361,0.728999956916,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[28.588,24.53],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.462,-1.228],[0,0],[0,0],[0,3.245],[-1.353,2.605],[0,0],[0,0],[0,0],[0,-1.28]],"o":[[0,0],[0,0],[-1.438,-2.669],[0,-3.137],[0,0],[0,0],[0,0],[-0.393,1.147],[0.001,1.388]],"v":[[4.193,3.814],[2.876,8.731],[-1.939,8.834],[-4.193,-0.133],[-2.078,-8.834],[-2.077,-8.834],[2.209,-8.048],[4.087,-3.789],[3.479,-0.133]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.957000014361,0.728999956916,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[4.193,19.053],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":360,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":0,"nm":"Green","td":1,"refId":"comp_8","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.18,"y":1},"o":{"x":0.333,"y":0},"n":"0p18_1_0p333_0","t":0,"s":[0,16.971,0],"e":[180,201.971,0],"to":[30,30.8333339691162,0],"ti":[-30,-30.8333339691162,0]},{"i":{"x":0.18,"y":0.18},"o":{"x":0.167,"y":0.167},"n":"0p18_0p18_0p167_0p167","t":23,"s":[180,201.971,0],"e":[180,201.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.381,"y":1},"o":{"x":0.167,"y":0},"n":"0p381_1_0p167_0","t":130,"s":[180,201.971,0],"e":[120,36.971,0],"to":[-10,-27.5,0],"ti":[0,0,0]},{"i":{"x":0.812,"y":1},"o":{"x":0.167,"y":0},"n":"0p812_1_0p167_0","t":148,"s":[120,36.971,0],"e":[120,31.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.828,"y":1},"o":{"x":0.167,"y":0},"n":"0p828_1_0p167_0","t":201.1,"s":[120,31.971,0],"e":[120,36.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.728,"y":1},"o":{"x":0.167,"y":0},"n":"0p728_1_0p167_0","t":254.2,"s":[120,36.971,0],"e":[120,31.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.828,"y":1},"o":{"x":0.167,"y":0},"n":"0p828_1_0p167_0","t":307.024,"s":[120,31.971,0],"e":[120,36.971,0],"to":[0,0,0],"ti":[0,-0.83333331346512,0]},{"t":358}],"ix":2},"a":{"a":0,"k":[180,320,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":360,"h":640,"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Artwork 428 Outlines","parent":9,"tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":151,"s":[146.498,481.34,0],"e":[146.498,403.84,0],"to":[0,-12.9166669845581,0],"ti":[0,12.9166669845581,0]},{"i":{"x":0.112,"y":0.112},"o":{"x":0.333,"y":0.333},"n":"0p112_0p112_0p333_0p333","t":185,"s":[146.498,403.84,0],"e":[146.498,403.84,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.655,"y":1},"o":{"x":0.333,"y":0},"n":"0p655_1_0p333_0","t":360,"s":[146.498,403.84,0],"e":[146.498,483.84,0],"to":[0,13.3333330154419,0],"ti":[0,-13.3333330154419,0]},{"t":390}],"ix":2},"a":{"a":0,"k":[29,38,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.68,4.277],[2.847,2.338],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[4.367,-1.799],[-3.857,-2.478],[-4.367,0.938]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.340999977261,0.447000002394,0.788000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[28.441,44.957],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-2.788,-3.015]],"o":[[0,0],[0,0]],"v":[[-2.713,1.545],[2.713,1.47]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.75,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[33.833,25.457],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-2.788,-3.015]],"o":[[0,0],[0,0]],"v":[[-2.713,1.545],[2.713,1.47]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.75,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[23.942,25.154],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":211,"s":[{"i":[[-0.619,0],[0,0],[0.171,-0.599],[3.537,0],[0.424,1.728]],"o":[[0,0],[0.624,0],[-0.411,1.435],[-3.36,0],[-0.148,-0.602]],"v":[[-4.032,-0.986],[3.949,-0.986],[4.9,-1.232],[0.026,0.611],[-4.923,-1.24]],"c":true}],"e":[{"i":[[-0.619,0],[0,0],[0.171,-0.599],[3.537,0],[0.424,1.728]],"o":[[0,0],[0.624,0],[-0.411,1.435],[-3.36,0],[-0.148,-0.602]],"v":[[-4.001,-2.424],[3.98,-2.424],[4.9,-1.232],[-0.255,2.424],[-4.923,-1.24]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":220,"s":[{"i":[[-0.619,0],[0,0],[0.171,-0.599],[3.537,0],[0.424,1.728]],"o":[[0,0],[0.624,0],[-0.411,1.435],[-3.36,0],[-0.148,-0.602]],"v":[[-4.001,-2.424],[3.98,-2.424],[4.9,-1.232],[-0.255,2.424],[-4.923,-1.24]],"c":true}],"e":[{"i":[[-0.619,0],[0,0],[0.171,-0.599],[3.537,0],[0.424,1.728]],"o":[[0,0],[0.624,0],[-0.411,1.435],[-3.36,0],[-0.148,-0.602]],"v":[[-4.001,-2.424],[3.98,-2.424],[4.9,-1.232],[-0.255,2.424],[-4.923,-1.24]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":231,"s":[{"i":[[-0.619,0],[0,0],[0.171,-0.599],[3.537,0],[0.424,1.728]],"o":[[0,0],[0.624,0],[-0.411,1.435],[-3.36,0],[-0.148,-0.602]],"v":[[-4.001,-2.424],[3.98,-2.424],[4.9,-1.232],[-0.255,2.424],[-4.923,-1.24]],"c":true}],"e":[{"i":[[-0.619,0],[0,0],[0.171,-0.599],[3.537,0],[0.424,1.728]],"o":[[0,0],[0.624,0],[-0.411,1.435],[-3.36,0],[-0.148,-0.602]],"v":[[-4.032,-0.986],[3.949,-0.986],[4.9,-1.232],[0.026,0.611],[-4.923,-1.24]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":241,"s":[{"i":[[-0.619,0],[0,0],[0.171,-0.599],[3.537,0],[0.424,1.728]],"o":[[0,0],[0.624,0],[-0.411,1.435],[-3.36,0],[-0.148,-0.602]],"v":[[-4.032,-0.986],[3.949,-0.986],[4.9,-1.232],[0.026,0.611],[-4.923,-1.24]],"c":true}],"e":[{"i":[[-0.619,0],[0,0],[0.171,-0.599],[3.537,0],[0.424,1.728]],"o":[[0,0],[0.624,0],[-0.411,1.435],[-3.36,0],[-0.148,-0.602]],"v":[[-4.001,-1.517],[3.98,-1.517],[4.9,-1.232],[-0.005,0.955],[-4.923,-1.24]],"c":true}]},{"t":288}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.961000031116,0.980000035903,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[28.769,37.827],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.093,-1.511],[-0.204,-0.896],[-0.657,0.754],[-0.512,3.409],[0,0]],"o":[[0,0],[-0.101,1.663],[0.224,0.974],[1.449,-1.662],[0.513,-3.419],[0,0]],"v":[[-1.681,-4.952],[-2.612,2.788],[-2.472,6.596],[-0.801,6.336],[2.2,-4.151],[-1.229,-4.952]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152999997606,0.169000004787,0.246999987434,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[42.286,19.126],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.795,3.59],[2.026,-5.068],[-0.293,-0.537],[0.143,1.935]],"o":[[0,0],[-2.028,5.067],[2.244,3.014],[-0.139,-1.885]],"v":[[3.618,-3.334],[-1.59,-5.747],[-1.025,7.801],[1.225,4.786]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152999997606,0.169000004787,0.246999987434,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[16.594,15.402],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-15.213,-16.752],[0.194,2.636],[0.985,-1.347],[-2.564,10.555]],"o":[[0,0],[5.812,8.034],[-0.195,-2.636],[-3.617,4.948],[-7.297,5.838]],"v":[[-14.677,-3.736],[12.409,-5.447],[10.333,9.838],[9.189,3.451],[-10.924,1.775]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152999997606,0.169000004787,0.246999987434,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[30.025,12.474],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[2.045,-2.961],[0.221,-0.454],[0,0]],"o":[[0,0],[-0.287,0.416],[-2.676,5.494],[0,0]],"v":[[-2.48,-5.105],[1.255,-1.718],[0.508,-0.389],[-3.299,3.787]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.470999983245,0.552999997606,0.875,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[43.002,27.848],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.942,-3.029],[-0.205,-0.461],[0,0]],"o":[[0,0],[0.273,0.425],[2.484,5.584],[0,0]],"v":[[2.64,-5.096],[-1.21,-1.84],[-0.51,-0.488],[3.152,3.818]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.470999983245,0.552999997606,0.875,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[15.173,28.113],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.96,-4.715],[0.143,-7.124],[-2.434,-4.602],[-1.559,7.736],[1.896,1.79]],"o":[[0,0],[-0.089,4.365],[6.406,12.111],[1.748,-8.676],[-2.078,-1.961]],"v":[[-9.622,-17.01],[-11.928,-5.045],[-10.021,9.614],[10.4,8.294],[10.559,-15.782]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.470999983245,0.552999997606,0.875,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[29.432,27.155],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.148,-0.615],[2.012,-9.315],[0.898,3.119],[0.359,4.725]],"o":[[0,0],[-0.915,4.24],[-1.74,-6.048],[-0.207,-2.737]],"v":[[-3.772,-8.726],[-5.228,6.828],[5.245,7.086],[3.399,-8.331]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.470999983245,0.552999997606,0.875,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[28.753,41.872],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.747,2.272],[14.634,-1.568],[7.493,-5.497],[1.615,-4.582],[0,0],[-4.363,2.518],[0,0]],"o":[[0,0],[0,0],[-0.758,0.557],[0,0],[4.362,2.518],[0,0],[-1.358,-2.493]],"v":[[24.143,-5.789],[-2.533,-14.449],[-24.961,-6.341],[-28.784,1.777],[-7.393,14.128],[6.706,14.128],[28.785,1.38]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.961000031116,0.980000035903,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[28.785,59.908],"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[2.885,-17.371],[0.82,2.941],[0.053,0.297],[2.049,0.512],[0.598,3.324],[-1.303,3.881]],"o":[[0,0],[-0.77,4.637],[-0.074,-0.266],[-0.629,-3.579],[-2.049,-0.511],[-0.191,-1.063],[2.771,-8.25]],"v":[[2.643,-20.781],[7.237,14.325],[2.338,14.469],[2.147,13.623],[0.066,20.269],[-9.931,10.415],[-7.357,-9.499]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152999997606,0.169000004787,0.246999987434,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[38.509,45.157],"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-4.403,-8.494],[-0.82,2.941],[-0.053,0.297],[-2.049,0.51],[-0.598,3.323],[0.957,2.775],[2.136,4.945]],"o":[[0,0],[2.163,4.173],[0.074,-0.267],[0.63,-3.578],[2.049,-0.512],[0.147,-0.817],[-1.707,-4.945],[-1.54,-3.566]],"v":[[-3.213,-20.599],[-5.961,13.442],[-3.473,14.289],[-3.282,13.442],[-1.201,20.089],[10.217,11.23],[8.827,5.49],[2.077,-11.338]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152999997606,0.169000004787,0.246999987434,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[20.021,43.702],"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false}],"ip":151,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":0,"nm":"Green","refId":"comp_8","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.18,"y":1},"o":{"x":0.333,"y":0},"n":"0p18_1_0p333_0","t":0,"s":[0,16.971,0],"e":[180,201.971,0],"to":[30,30.8333339691162,0],"ti":[-30,-30.8333339691162,0]},{"i":{"x":0.18,"y":0.18},"o":{"x":0.167,"y":0.167},"n":"0p18_0p18_0p167_0p167","t":23,"s":[180,201.971,0],"e":[180,201.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.18,"y":1},"o":{"x":0.167,"y":0},"n":"0p18_1_0p167_0","t":130,"s":[180,201.971,0],"e":[120,36.971,0],"to":[-10,-27.5,0],"ti":[0,0,0]},{"i":{"x":0.76,"y":1},"o":{"x":0.167,"y":0},"n":"0p76_1_0p167_0","t":148,"s":[120,36.971,0],"e":[120,31.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.828,"y":1},"o":{"x":0.167,"y":0},"n":"0p828_1_0p167_0","t":201.1,"s":[120,31.971,0],"e":[120,36.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.76,"y":1},"o":{"x":0.167,"y":0},"n":"0p76_1_0p167_0","t":254.2,"s":[120,36.971,0],"e":[120,31.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.828,"y":1},"o":{"x":0.167,"y":0},"n":"0p828_1_0p167_0","t":307.024,"s":[120,31.971,0],"e":[120,36.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.18,"y":0.18},"o":{"x":0.167,"y":0.167},"n":"0p18_0p18_0p167_0p167","t":358,"s":[120,36.971,0],"e":[120,36.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.76,"y":1},"o":{"x":0.167,"y":0},"n":"0p76_1_0p167_0","t":390,"s":[120,36.971,0],"e":[120,31.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.828,"y":1},"o":{"x":0.167,"y":0},"n":"0p828_1_0p167_0","t":443.1,"s":[120,31.971,0],"e":[120,36.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.76,"y":1},"o":{"x":0.167,"y":0},"n":"0p76_1_0p167_0","t":496.2,"s":[120,36.971,0],"e":[120,31.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.828,"y":1},"o":{"x":0.167,"y":0},"n":"0p828_1_0p167_0","t":549.024,"s":[120,31.971,0],"e":[120,36.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.18,"y":0.18},"o":{"x":0.167,"y":0.167},"n":"0p18_0p18_0p167_0p167","t":600,"s":[120,36.971,0],"e":[120,36.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.76,"y":1},"o":{"x":0.167,"y":0},"n":"0p76_1_0p167_0","t":660,"s":[120,36.971,0],"e":[120,31.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.828,"y":1},"o":{"x":0.167,"y":0},"n":"0p828_1_0p167_0","t":713.1,"s":[120,31.971,0],"e":[120,36.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.76,"y":1},"o":{"x":0.167,"y":0},"n":"0p76_1_0p167_0","t":766.2,"s":[120,36.971,0],"e":[120,31.971,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.828,"y":1},"o":{"x":0.167,"y":0},"n":"0p828_1_0p167_0","t":819.024,"s":[120,31.971,0],"e":[120,36.971,0],"to":[0,0,0],"ti":[0,0,0]},{"t":870}],"ix":2},"a":{"a":0,"k":[180,320,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":360,"h":640,"ip":0,"op":3600,"st":0,"bm":0}]},{"id":"comp_8","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Artwork 424 Outlines 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":130,"s":[100],"e":[0]},{"t":150}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[151.375,388.5,0],"ix":2},"a":{"a":0,"k":[8.5,9,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ef":[{"ty":25,"nm":"Drop Shadow","np":9,"mn":"ADBE Drop Shadow","ix":1,"en":1,"ef":[{"ty":2,"nm":"Shadow Color","mn":"ADBE Drop Shadow-0001","ix":1,"v":{"a":0,"k":[0,0,0,1],"ix":1}},{"ty":0,"nm":"Opacity","mn":"ADBE Drop Shadow-0002","ix":2,"v":{"a":0,"k":88,"ix":2}},{"ty":0,"nm":"Direction","mn":"ADBE Drop Shadow-0003","ix":3,"v":{"a":0,"k":87,"ix":3}},{"ty":0,"nm":"Distance","mn":"ADBE Drop Shadow-0004","ix":4,"v":{"a":0,"k":0,"ix":4}},{"ty":0,"nm":"Softness","mn":"ADBE Drop Shadow-0005","ix":5,"v":{"a":0,"k":8,"ix":5}},{"ty":7,"nm":"Shadow Only","mn":"ADBE Drop Shadow-0006","ix":6,"v":{"a":0,"k":0,"ix":6}},{"ty":7,"nm":"GPU Rendering","mn":"ADBE Force CPU GPU","ix":7,"v":{"a":0,"k":1,"ix":7}}]}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.411,0.258],[0,0],[-0.258,0.412],[0,0],[-0.411,-0.256],[0,0],[0.258,-0.411],[0,0]],"o":[[0,0],[-0.411,-0.256],[0,0],[0.257,-0.411],[0,0],[0.411,0.258],[0,0],[-0.257,0.411]],"v":[[-1.029,5.51],[-4.512,3.326],[-4.788,2.115],[-0.182,-5.232],[1.029,-5.512],[4.512,-3.327],[4.788,-2.117],[0.182,5.232]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[8.129,8.865],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Artwork 424 Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":130,"s":[100],"e":[0]},{"t":150}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[141.625,388.5,0],"ix":2},"a":{"a":0,"k":[8.5,9,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ef":[{"ty":25,"nm":"Drop Shadow","np":9,"mn":"ADBE Drop Shadow","ix":1,"en":1,"ef":[{"ty":2,"nm":"Shadow Color","mn":"ADBE Drop Shadow-0001","ix":1,"v":{"a":0,"k":[0,0,0,1],"ix":1}},{"ty":0,"nm":"Opacity","mn":"ADBE Drop Shadow-0002","ix":2,"v":{"a":0,"k":88,"ix":2}},{"ty":0,"nm":"Direction","mn":"ADBE Drop Shadow-0003","ix":3,"v":{"a":0,"k":87,"ix":3}},{"ty":0,"nm":"Distance","mn":"ADBE Drop Shadow-0004","ix":4,"v":{"a":0,"k":0,"ix":4}},{"ty":0,"nm":"Softness","mn":"ADBE Drop Shadow-0005","ix":5,"v":{"a":0,"k":8,"ix":5}},{"ty":7,"nm":"Shadow Only","mn":"ADBE Drop Shadow-0006","ix":6,"v":{"a":0,"k":0,"ix":6}},{"ty":7,"nm":"GPU Rendering","mn":"ADBE Force CPU GPU","ix":7,"v":{"a":0,"k":1,"ix":7}}]}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.411,0.258],[0,0],[-0.258,0.412],[0,0],[-0.411,-0.256],[0,0],[0.258,-0.411],[0,0]],"o":[[0,0],[-0.411,-0.256],[0,0],[0.257,-0.411],[0,0],[0.411,0.258],[0,0],[-0.257,0.411]],"v":[[-1.029,5.51],[-4.512,3.326],[-4.788,2.115],[-0.182,-5.232],[1.029,-5.512],[4.512,-3.327],[4.788,-2.117],[0.182,5.232]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[8.129,8.865],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Artwork 422 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[146.657,388.307,0],"ix":2},"a":{"a":0,"k":[26,29,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0,0,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0_1_0p333_0","0_1_0p333_0","0p667_1_0p333_0"],"t":130,"s":[100,100,100],"e":[170,170,100]},{"t":150}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.773,-0.446],[0,0],[0,-1.787],[0,0],[-1.547,-0.893],[0,0],[-1.547,0.894],[0,0],[0,1.786],[0,0],[1.546,0.893],[0,0],[0.863,0]],"o":[[0,0],[-1.547,0.893],[0,0],[0,1.786],[0,0],[1.546,0.894],[0,0],[1.546,-0.893],[0,0],[0,-1.787],[0,0],[-0.773,-0.446],[-0.863,0]],"v":[[-2.499,-28.329],[-23.186,-16.385],[-25.686,-12.055],[-25.686,11.831],[-23.186,16.161],[-2.499,28.104],[2.5,28.104],[23.187,16.161],[25.686,11.831],[25.686,-12.055],[23.187,-16.385],[2.5,-28.329],[0,-28.997]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":130,"s":[0,0,0.965,0.765,0.248,0.004,0.841,0.578,0.631,0.008,0.718,0.392],"e":[0,1,1,1,0.248,1,1,1,0.631,1,1,1]},{"t":150}],"ix":9}},"s":{"a":0,"k":[-14.466,-21.912],"ix":5},"e":{"a":0,"k":[51.781,53.805],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[25.686,28.998],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[99.627,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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0}]},{"id":"comp_9","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","td":1,"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},"n":"0p833_0p833_0p167_0p167","t":360,"s":[543,320,0],"e":[181,320,0],"to":[-60.3333320617676,0,0],"ti":[60.3333320617676,0,0]},{"t":390}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[362.655,641.16],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286274988511,0.839215985466,0.847059003045,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-1.158,-0.663],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"BG2.1","cl":"1","tt":1,"refId":"comp_10","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[180,320,0],"ix":2},"a":{"a":0,"k":[180,320,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":360,"h":640,"ip":0,"op":3600,"st":0,"bm":0}]},{"id":"comp_10","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"bushes","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[179.922,320.165,0],"ix":2},"a":{"a":0,"k":[180.5,320,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.529],[-2.745,0],[0,2.529],[2.745,0]],"o":[[0,2.529],[2.745,0],[0,-2.529],[-2.745,0]],"v":[[-4.97,0],[0,4.579],[4.97,0],[0,-4.579]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-313.46,380.786],[47.54,380.786],[47.54,-259.214],[-313.46,-259.214]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-313.46,-259.214],[47.54,-259.214],[47.54,380.786],[-313.46,380.786]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.898000021542,0.368999974868,0.635000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[313.46,259.214],"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":"Group 33","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.612],[-5.006,0],[0,4.611],[5.006,0]],"o":[[0,4.611],[5.006,0],[0,-4.612],[-5.006,0]],"v":[[-9.065,0],[0,8.35],[9.065,0],[0,-8.35]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-313.256,391.777],[47.744,391.777],[47.744,-248.223],[-313.256,-248.223]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-313.256,-248.223],[47.744,-248.223],[47.744,391.777],[-313.256,391.777]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.898000021542,0.368999974868,0.635000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[313.256,248.223],"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":"Group 34","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.612],[-5.006,0],[0,4.611],[5.006,0]],"o":[[0,4.611],[5.006,0],[0,-4.612],[-5.006,0]],"v":[[-9.065,0],[-0.001,8.35],[9.064,0],[-0.001,-8.35]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-327.54,391.777],[33.46,391.777],[33.46,-248.223],[-327.54,-248.223]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-327.54,-248.223],[33.46,-248.223],[33.46,391.777],[-327.54,391.777]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.898000021542,0.368999974868,0.635000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[327.54,248.223],"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":"Group 35","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.611],[-5.006,0],[0,4.611],[5.006,0]],"o":[[0,4.611],[5.006,0],[0,-4.611],[-5.006,0]],"v":[[-9.065,-0.001],[-0.001,8.35],[9.064,-0.001],[-0.001,-8.35]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-320.399,401.266],[40.601,401.266],[40.601,-238.734],[-320.399,-238.734]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-320.399,-238.734],[40.601,-238.734],[40.601,401.266],[-320.399,401.266]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.898000021542,0.368999974868,0.635000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[320.399,238.734],"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":"Group 36","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.529],[2.745,0],[0,2.529],[-2.746,0]],"o":[[0,2.529],[-2.746,0],[0,-2.529],[2.745,0]],"v":[[4.971,0],[0,4.579],[-4.971,0],[0,-4.579]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-50.46,380.786],[310.54,380.786],[310.54,-259.214],[-50.46,-259.214]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-50.46,-259.214],[310.54,-259.214],[310.54,380.786],[-50.46,380.786]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.898000021542,0.368999974868,0.635000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[50.46,259.214],"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":"Group 40","np":4,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.612],[5.006,0],[0,4.611],[-5.007,0]],"o":[[0,4.611],[-5.007,0],[0,-4.612],[5.006,0]],"v":[[9.064,0],[0.001,8.35],[-9.064,0],[0.001,-8.35]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-50.663,391.777],[310.337,391.777],[310.337,-248.223],[-50.663,-248.223]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-50.663,-248.223],[310.337,-248.223],[310.337,391.777],[-50.663,391.777]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.898000021542,0.368999974868,0.635000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[50.663,248.223],"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":"Group 41","np":4,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.612],[5.006,0],[0,4.611],[-5.007,0]],"o":[[0,4.611],[-5.007,0],[0,-4.612],[5.006,0]],"v":[[9.064,0],[0.001,8.35],[-9.064,0],[0.001,-8.35]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-36.38,391.777],[324.62,391.777],[324.62,-248.223],[-36.38,-248.223]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-36.38,-248.223],[324.62,-248.223],[324.62,391.777],[-36.38,391.777]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.898000021542,0.368999974868,0.635000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[36.38,248.223],"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":"Group 42","np":4,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.611],[5.005,0],[0,4.611],[-5.007,0]],"o":[[0,4.611],[-5.007,0],[0,-4.611],[5.005,0]],"v":[[9.064,-0.001],[0.001,8.35],[-9.064,-0.001],[0.001,-8.35]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-43.521,401.266],[317.479,401.266],[317.479,-238.734],[-43.521,-238.734]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-43.521,-238.734],[317.479,-238.734],[317.479,401.266],[-43.521,401.266]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.898000021542,0.368999974868,0.635000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[43.521,238.734],"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":"Group 43","np":4,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-8.407,0],[-2.692,-4.289],[-6.352,0],[-3.378,-2.215],[-3.695,0],[-2.729,-4.09],[-1.849,0],[0,-5.433],[0,0]],"o":[[5.438,0],[3.932,-4.383],[4.341,0],[2.636,-2.19],[5.286,0],[1.478,-0.888],[5.433,0],[0,0],[0,-8.408]],"v":[[-31.352,-7.612],[-18.453,-0.469],[-2.464,-7.612],[9.293,-4.104],[19.011,-7.612],[31.681,-0.827],[36.738,-2.225],[46.575,7.612],[-46.575,7.612]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-210.896,368.046],[150.104,368.046],[150.104,-271.954],[-210.896,-271.954]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-210.896,-271.954],[150.104,-271.954],[150.104,368.046],[-210.896,368.046]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.898000021542,0.368999974868,0.635000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[210.896,271.954],"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":"Group 56","np":4,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-7.085,0],[-2.269,-3.616],[-5.353,0],[-2.847,-1.866],[-3.114,0],[-2.301,-3.447],[-1.559,0],[0,-4.578],[0,0]],"o":[[4.583,0],[3.313,-3.695],[3.658,0],[2.222,-1.845],[4.454,0],[1.245,-0.748],[4.578,0],[0,0],[0,-7.085]],"v":[[-26.421,-6.415],[-15.551,-0.395],[-2.077,-6.415],[7.831,-3.46],[16.021,-6.415],[26.699,-0.697],[30.96,-1.876],[39.251,6.414],[-39.251,6.414]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-149.083,366.85],[211.917,366.85],[211.917,-273.15],[-149.083,-273.15]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-149.083,-273.15],[211.917,-273.15],[211.917,366.85],[-149.083,366.85]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.898000021542,0.368999974868,0.635000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[149.083,273.15],"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":"Group 57","np":4,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[0,-20.141],[-5.371,20.141],[5.371,20.141]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-107.557,380.576],[253.443,380.576],[253.443,-259.424],[-107.557,-259.424]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-107.557,-259.424],[253.443,-259.424],[253.443,380.576],[-107.557,380.576]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.898000021542,0.368999974868,0.635000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[107.557,259.424],"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":"Group 58","np":4,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[0,-26.552],[-7.161,26.552],[7.161,26.552]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-98.606,386.138],[262.394,386.138],[262.394,-253.862],[-98.606,-253.862]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-98.606,-253.862],[262.394,-253.862],[262.394,386.138],[-98.606,386.138]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.898000021542,0.368999974868,0.635000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[98.606,253.862],"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":"Group 59","np":4,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[0,-20.141],[-5.371,20.141],[5.371,20.141]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-262.842,380.576],[98.158,380.576],[98.158,-259.424],[-262.842,-259.424]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-262.842,-259.424],[98.158,-259.424],[98.158,380.576],[-262.842,380.576]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.898000021542,0.368999974868,0.635000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[262.842,259.424],"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":"Group 60","np":4,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[0,-26.854],[-7.161,26.854],[7.161,26.854]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-253.891,385.835],[107.109,385.835],[107.109,-254.165],[-253.891,-254.165]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-253.891,-254.165],[107.109,-254.165],[107.109,385.835],[-253.891,385.835]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.898000021542,0.368999974868,0.635000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[253.891,254.165],"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":"Group 61","np":4,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.407,0],[2.692,-4.289],[6.352,0],[3.378,-2.215],[3.695,0],[2.729,-4.09],[1.849,0],[0,-5.433],[0,0]],"o":[[-5.438,0],[-3.932,-4.383],[-4.34,0],[-2.636,-2.19],[-5.285,0],[-1.478,-0.888],[-5.433,0],[0,0],[0,-8.408]],"v":[[31.352,-7.612],[18.453,-0.469],[2.463,-7.612],[-9.293,-4.104],[-19.012,-7.612],[-31.682,-0.827],[-36.738,-2.225],[-46.575,7.612],[46.575,7.612]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-313.925,368.046],[47.075,368.046],[47.075,-271.954],[-313.925,-271.954]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-313.925,-271.954],[47.075,-271.954],[47.075,368.046],[-313.925,368.046]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.898000021542,0.368999974868,0.635000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[313.925,271.954],"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":"Group 62","np":4,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-8.408,0],[-2.692,-4.289],[-6.352,0],[-3.378,-2.215],[-3.695,0],[-2.729,-4.09],[-1.85,0],[0,-5.433],[0,0]],"o":[[5.437,0],[3.932,-4.383],[4.341,0],[2.637,-2.19],[5.286,0],[1.478,-0.888],[5.432,0],[0,0],[0,-8.408]],"v":[[-31.352,-7.612],[-18.453,-0.469],[-2.464,-7.612],[9.292,-4.104],[19.011,-7.612],[31.681,-0.827],[36.738,-2.225],[46.575,7.612],[-46.575,7.612]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-47.088,368.046],[313.912,368.046],[313.912,-271.954],[-47.088,-271.954]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-47.088,-271.954],[313.912,-271.954],[313.912,368.046],[-47.088,368.046]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.898000021542,0.368999974868,0.635000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[47.088,271.954],"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":"Group 63","np":4,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"light strokes","sr":1,"ks":{"o":{"a":0,"k":40,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[179.922,320.165,0],"ix":2},"a":{"a":0,"k":[180.5,320,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[8.883,3.559],[-8.883,3.559],[-8.883,-3.559],[8.883,-3.559]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[120.883,222.055],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[8.883,3.559],[-8.883,3.559],[-8.883,-3.559],[8.883,-3.559]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[94.007,222.055],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"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":[[8.883,3.559],[-8.883,3.559],[-8.883,-3.559],[8.883,-3.559]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[120.883,195.141],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"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":[[8.883,3.559],[-8.883,3.559],[-8.883,-3.559],[8.883,-3.559]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[94.007,195.141],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"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":[[3.375,1.938],[-3.375,1.938],[-3.375,-1.938],[3.375,-1.938]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[328.836,220.645],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"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":[[3.375,1.938],[-3.375,1.938],[-3.375,-1.938],[3.375,-1.938]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[311.961,220.645],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"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":[[3.375,1.938],[-3.375,1.938],[-3.375,-1.938],[3.375,-1.938]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[280.195,204.566],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"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":[[3.375,1.938],[-3.375,1.938],[-3.375,-1.938],[3.375,-1.938]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[267.507,204.566],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"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":[[3.375,1.938],[-3.375,1.938],[-3.375,-1.938],[3.375,-1.938]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[280.195,219.105],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"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":[[3.375,1.938],[-3.375,1.938],[-3.375,-1.938],[3.375,-1.938]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[267.507,219.105],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"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":[[3.375,1.938],[-3.375,1.938],[-3.375,-1.938],[3.375,-1.938]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[328.836,201.426],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"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":[[3.375,1.938],[-3.375,1.938],[-3.375,-1.938],[3.375,-1.938]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[311.961,201.426],"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"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":[[3.375,1.938],[-3.375,1.938],[-3.375,-1.938],[3.375,-1.938]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[54.669,225.447],"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"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":[[3.375,1.938],[-3.375,1.938],[-3.375,-1.938],[3.375,-1.938]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[34.086,225.447],"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"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":[[3.375,1.938],[-3.375,1.938],[-3.375,-1.938],[3.375,-1.938]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[54.669,211.034],"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":"Group 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"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":[[3.375,1.938],[-3.375,1.938],[-3.375,-1.938],[3.375,-1.938]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[34.086,211.034],"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":"Group 16","np":2,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"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":[[3.375,1.938],[-3.375,1.938],[-3.375,-1.938],[3.375,-1.938]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[328.836,182.207],"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":"Group 17","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"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":[[3.375,1.938],[-3.375,1.938],[-3.375,-1.938],[3.375,-1.938]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[311.961,182.207],"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":"Group 18","np":2,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.827,3.283],[0.827,-11.904],[-0.826,-11.904],[-0.826,3.283],[-1.357,3.283],[-1.357,11.902],[1.356,11.902],[1.356,3.283]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-287.122,372.31],[73.878,372.31],[73.878,-267.69],[-287.122,-267.69]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-287.122,-267.69],[73.878,-267.69],[73.878,372.31],[-287.122,372.31]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.356,11.902],[1.357,11.902],[1.357,-11.903],[-1.356,-11.903]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","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":"Group 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.964999988032,0.984000052658,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[287.122,267.69],"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":"Group 19","np":4,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[1.798,0],[0,-1.797],[0,0]],"o":[[0,0],[0,-1.797],[-1.797,0],[0,0],[0,0]],"v":[[3.259,-2.676],[3.259,-3.35],[0.004,-6.604],[-3.25,-3.35],[-3.259,6.604]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.961000031116,0.964999988032,0.984000052658,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[290.38,249.182],"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":"Group 20","np":2,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.797,0],[0,-1.797],[0,0]],"o":[[0,-1.797],[-1.798,0],[0,0],[0,0]],"v":[[3.255,1.29],[0,-1.964],[-3.255,1.29],[-3.255,1.964]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.961000031116,0.964999988032,0.984000052658,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[283.866,244.542],"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":"Group 21","np":2,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.462,0.45],[0,0],[0,-0.695],[-1.367,0],[0,1.368]],"o":[[0,0],[-0.462,0.45],[0,1.368],[1.368,0],[0,-0.695]],"v":[[1.726,-2.124],[-1.726,-2.124],[-2.475,-0.352],[0,2.124],[2.476,-0.352]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-280.539,391.118],[80.461,391.118],[80.461,-248.882],[-280.539,-248.882]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-280.539,-248.882],[80.461,-248.882],[80.461,391.118],[-280.539,391.118]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-2.475,2.124],[2.475,2.124],[2.475,-2.124],[-2.475,-2.124]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","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":"Group 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.964999988032,0.984000052658,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[280.539,248.882],"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":"Group 22","np":4,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[278.762,246.758],[282.315,246.758]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.961000031116,0.964999988032,0.984000052658,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 23","np":2,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[291.87,246.758],[295.424,246.758]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.961000031116,0.964999988032,0.984000052658,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 24","np":2,"cix":2,"ix":24,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.462,0.45],[0,0],[0,-0.695],[-1.367,0],[0,1.368]],"o":[[0,0],[-0.462,0.45],[0,1.368],[1.368,0],[0,-0.695]],"v":[[1.727,-2.124],[-1.725,-2.124],[-2.475,-0.352],[0,2.124],[2.476,-0.352]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-293.647,391.118],[67.353,391.118],[67.353,-248.882],[-293.647,-248.882]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-293.647,-248.882],[67.353,-248.882],[67.353,391.118],[-293.647,391.118]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-2.476,2.124],[2.475,2.124],[2.475,-2.124],[-2.476,-2.124]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","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":"Group 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.964999988032,0.984000052658,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[293.647,248.882],"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":"Group 25","np":4,"cix":2,"ix":25,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.826,3.283],[0.826,-11.904],[-0.827,-11.904],[-0.827,3.283],[-1.357,3.283],[-1.357,11.902],[1.356,11.902],[1.356,3.283]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-74.664,372.31],[286.336,372.31],[286.336,-267.69],[-74.664,-267.69]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-74.664,-267.69],[286.336,-267.69],[286.336,372.31],[-74.664,372.31]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.356,11.902],[1.356,11.902],[1.356,-11.903],[-1.356,-11.903]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","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":"Group 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.964999988032,0.984000052658,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[74.664,267.69],"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":"Group 26","np":4,"cix":2,"ix":26,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[1.797,0],[0,-1.797],[0,0]],"o":[[0,0],[0,-1.797],[-1.798,0],[0,0],[0,0]],"v":[[3.258,-2.676],[3.258,-3.35],[0.004,-6.604],[-3.251,-3.35],[-3.258,6.604]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.961000031116,0.964999988032,0.984000052658,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[77.922,249.182],"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":"Group 27","np":2,"cix":2,"ix":27,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.798,0],[0,-1.797],[0,0]],"o":[[0,-1.797],[-1.797,0],[0,0],[0,0]],"v":[[3.255,1.29],[-0.001,-1.964],[-3.255,1.29],[-3.255,1.964]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.961000031116,0.964999988032,0.984000052658,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[71.408,244.542],"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":"Group 28","np":2,"cix":2,"ix":28,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.461,0.45],[0,0],[0,-0.695],[-1.367,0],[0,1.368]],"o":[[0,0],[-0.462,0.45],[0,1.368],[1.367,0],[0,-0.695]],"v":[[1.726,-2.124],[-1.726,-2.124],[-2.476,-0.352],[0,2.124],[2.475,-0.352]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-68.08,391.118],[292.92,391.118],[292.92,-248.882],[-68.08,-248.882]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-68.08,-248.882],[292.92,-248.882],[292.92,391.118],[-68.08,391.118]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-2.475,2.124],[2.476,2.124],[2.476,-2.124],[-2.475,-2.124]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","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":"Group 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.964999988032,0.984000052658,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[68.08,248.882],"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":"Group 29","np":4,"cix":2,"ix":29,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[66.304,246.758],[69.858,246.758]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.961000031116,0.964999988032,0.984000052658,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 30","np":2,"cix":2,"ix":30,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[79.412,246.758],[82.965,246.758]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.961000031116,0.964999988032,0.984000052658,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 31","np":2,"cix":2,"ix":31,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.461,0.45],[0,0],[0,-0.695],[-1.366,0],[0,1.368]],"o":[[0,0],[-0.461,0.45],[0,1.368],[1.368,0],[0,-0.695]],"v":[[1.726,-2.124],[-1.727,-2.124],[-2.476,-0.352],[-0.001,2.124],[2.475,-0.352]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-81.188,391.118],[279.812,391.118],[279.812,-248.882],[-81.188,-248.882]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-81.188,-248.882],[279.812,-248.882],[279.812,391.118],[-81.188,391.118]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-2.475,2.124],[2.476,2.124],[2.476,-2.124],[-2.475,-2.124]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","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":"Group 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.964999988032,0.984000052658,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[81.188,248.882],"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":"Group 32","np":4,"cix":2,"ix":32,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-2.673,-2.204],[2.673,2.204]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.961000031116,0.964999988032,0.984000052658,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[317.384,263.112],"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":"Group 37","np":2,"cix":2,"ix":33,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[4.415,-3.605],[-4.415,3.605]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.961000031116,0.964999988032,0.984000052658,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[324.473,255.414],"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":"Group 38","np":2,"cix":2,"ix":34,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[320.058,246.557],[320.058,279.714]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.961000031116,0.964999988032,0.984000052658,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 39","np":2,"cix":2,"ix":35,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[2.674,-2.204],[-2.674,2.204]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.961000031116,0.964999988032,0.984000052658,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[46.535,263.112],"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":"Group 44","np":2,"cix":2,"ix":36,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-4.415,-3.605],[4.415,3.605]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.961000031116,0.964999988032,0.984000052658,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[39.446,255.414],"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":"Group 45","np":2,"cix":2,"ix":37,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[43.861,246.557],[43.861,279.714]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.961000031116,0.964999988032,0.984000052658,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"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":"Group 46","np":2,"cix":2,"ix":38,"mn":"ADBE Vector Group","hd":false},{"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":[[-180,-4.742],[180,-4.742],[180,4.741],[-180,4.741]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-180.5,355.69],[180.5,355.69],[180.5,-284.31],[-180.5,-284.31]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-180.5,-284.31],[180.5,-284.31],[180.5,355.69],[-180.5,355.69]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.808000033509,0.301999978458,0.486000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[180.5,284.31],"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":"Group 47","np":4,"cix":2,"ix":39,"mn":"ADBE Vector Group","hd":false},{"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":[[0.156,6.021],[-0.156,6.021],[-0.156,-6.021],[0.156,-6.021]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[107.445,160.075],"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":"Group 48","np":2,"cix":2,"ix":40,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.205,-2.228],[0,0],[0,0],[0,0],[1.5,0],[0,0]],"o":[[0,0],[0,0],[0,0],[-0.764,-1.33],[0,0],[-2.475,0]],"v":[[-10.264,-3.905],[-16.438,7.514],[16.438,7.514],[9.045,-5.368],[5.393,-7.514],[-4.303,-7.514]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[107.445,173.61],"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":"Group 49","np":2,"cix":2,"ix":41,"mn":"ADBE Vector Group","hd":false},{"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":[[0.375,6.046],[-0.375,6.046],[-0.375,-6.046],[0.375,-6.046]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[274.132,155.283],"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":"Group 50","np":2,"cix":2,"ix":42,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-2.14,0],[0,-2.139]],"o":[[0,0],[0,0],[0,-2.139],[2.14,0],[0,0]],"v":[[3.875,5.925],[-3.875,5.925],[-3.875,-2.05],[0,-5.925],[3.875,-2.05]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[274.132,167.255],"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":"Group 51","np":2,"cix":2,"ix":43,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-2.417,0],[0,0],[0,-2.416]],"o":[[0,0],[0,0],[0,-2.416],[0,0],[2.416,0],[0,0]],"v":[[7.625,5.925],[-7.625,5.925],[-7.625,-1.55],[-3.25,-5.925],[3.25,-5.925],[7.625,-1.55]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[274.133,179.105],"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":"Group 52","np":2,"cix":2,"ix":44,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-2.417,0],[0,0],[0,-2.417]],"o":[[0,0],[0,0],[0,-2.417],[0,0],[2.416,0],[0,0]],"v":[[10.625,5.925],[-10.625,5.925],[-10.625,-1.55],[-6.25,-5.925],[6.25,-5.925],[10.625,-1.55]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[274.133,190.955],"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":"Group 53","np":2,"cix":2,"ix":45,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-180,60.88],[-180,-60.88],[-169.41,-60.88],[-169.441,22.839],[-155.659,22.839],[-155.659,-15.01],[-115.659,-14.589],[-115.659,13.775],[-102.993,13.775],[-102.993,-38.081],[-42.326,-38.081],[-42.326,26.876],[-30.326,26.876],[-30.326,-59.678],[18.341,-59.678],[18.341,16.658],[31.007,16.658],[31.007,-51.689],[69.007,-51.689],[69.007,-12.483],[79.007,-12.483],[79.007,-22.326],[109.008,-22.326],[109.008,10.794],[121.674,10.794],[121.674,-46.396],[158.341,-46.396],[158.341,38.77],[171.674,38.77],[171.674,-28.609],[180,-28.609],[180,60.88]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[180.5,219.206],"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":"Group 54","np":2,"cix":2,"ix":46,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.727,-14.238],[0,0],[12.123,-0.749],[4.1,2.916],[7.074,0.673],[4.372,-3.473]],"o":[[0,0],[0,0],[-4.614,0.286],[-4.873,-3.466],[-6.243,-0.594],[-11.086,8.806]],"v":[[-47.716,11.53],[47.716,11.53],[31.638,-1.153],[17.967,-2.169],[4.527,-11.471],[-9.479,-4.595]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[250.352,135.114],"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":"Group 55","np":2,"cix":2,"ix":47,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-11.035,-23.355],[0,0],[-19.887,-1.228],[-6.726,4.784],[-11.605,1.103],[-7.172,-5.696]],"o":[[0,0],[0,0],[7.567,0.467],[7.995,-5.684],[10.241,-0.974],[18.185,14.445]],"v":[[78.271,18.914],[-78.271,18.914],[-51.898,-1.89],[-29.474,-3.558],[-7.426,-18.816],[15.548,-7.538]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[147.125,74.471],"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":"Group 64","np":2,"cix":2,"ix":48,"mn":"ADBE Vector Group","hd":false},{"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":[[-180,144.525],[180,144.525],[180,-144.525],[-180,-144.525]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.838999968884,0.301999978458,0.522000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[180.5,144.525],"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":"Group 65","np":2,"cix":2,"ix":49,"mn":"ADBE Vector Group","hd":false},{"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":[[-180,200.342],[180,200.342],[180,-200.342],[-180,-200.342]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.827000038297,0.356999984442,0.501999978458,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[180.5,439.658],"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":"Group 66","np":2,"cix":2,"ix":50,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":1,"nm":"Medium Magenta-Red Solid 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[180,320,0],"ix":2},"a":{"a":0,"k":[180,320,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"sw":360,"sh":640,"sc":"#d35b80","ip":0,"op":3600,"st":0,"bm":0}]},{"id":"comp_11","layers":[{"ddd":0,"ind":3,"ty":4,"nm":"Gshirt hider","td":1,"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},"n":"0p833_0p833_0p167_0p167","t":611,"s":[299,320,0],"e":[204,320,0],"to":[-15.8333330154419,0,0],"ti":[15.8333330154419,0,0]},{"t":619}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[117.992,169.438],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.352941176471,0.443137254902,0.709803921569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-12.004,21.719],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Gshirt","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[182.5,336.5,0],"ix":2},"a":{"a":0,"k":[45,77.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.52,0],[0,0],[0,0.519],[0,0],[-0.521,0],[0,0],[0,-0.52],[0,0]],"o":[[0,0],[-0.52,0],[0,0],[0,-0.52],[0,0],[0.52,0],[0,0],[0,0.519]],"v":[[1.955,5.124],[-1.949,5.126],[-2.891,4.185],[-2.895,-4.183],[-1.952,-5.124],[1.951,-5.126],[2.893,-4.185],[2.895,4.183]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.383999992819,0.451000019148,0.517999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[61.935,49.856],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-0.13],[0,0],[-0.11,-0.071],[0,0],[-0.109,0.071],[0,0],[0,0.131],[0,0],[0.131,0]],"o":[[-0.131,0],[0,0],[0,0.13],[0,0],[0.109,0.071],[0,0],[0.109,-0.071],[0,0],[0,-0.131],[0,0]],"v":[[-3.503,-7.126],[-3.74,-6.889],[-3.736,4.504],[-3.536,4.871],[-0.195,7.057],[0.202,7.057],[3.54,4.868],[3.74,4.501],[3.736,-6.891],[3.497,-7.128]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.964999988032,0.984000052658,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[61.943,50.618],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.001,-0.13],[0,0],[-0.112,-0.065],[0,0],[-0.113,0.065],[0,0],[0,0.13],[0,0],[0.112,0.064],[0,0],[0.114,-0.065]],"o":[[-0.113,0.065],[0,0],[0,0.13],[0,0],[0.113,0.065],[0,0],[0.113,-0.064],[0,0],[0,-0.131],[0,0],[-0.113,-0.064],[0,0]],"v":[[-3.197,-2.082],[-3.402,-1.726],[-3.401,1.728],[-3.196,2.084],[-0.204,3.81],[0.207,3.81],[3.198,2.081],[3.403,1.726],[3.402,-1.728],[3.197,-2.084],[0.204,-3.811],[-0.207,-3.81]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.862999949736,0.477999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[65.877,52.696],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-0.129],[0,0],[-0.113,-0.064],[0,0],[-0.113,0.064],[0,0],[0,0.13],[0,0],[0.113,0.065],[0,0],[0.114,-0.065]],"o":[[-0.113,0.065],[0,0],[0,0.13],[0,0],[0.113,0.065],[0,0],[0.113,-0.065],[0,0],[0,-0.131],[0,0],[-0.113,-0.065],[0,0]],"v":[[-3.198,-2.081],[-3.403,-1.727],[-3.402,1.729],[-3.196,2.083],[-0.205,3.811],[0.206,3.811],[3.197,2.081],[3.403,1.727],[3.401,-1.727],[3.196,-2.085],[0.203,-3.811],[-0.208,-3.811]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.630999995213,0.532999973671,0.929000016755,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[58.012,52.698],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-0.13],[0,0],[-0.113,-0.065],[0,0],[-0.113,0.065],[0,0],[0,0.13],[0,0],[0.113,0.065],[0,0],[0.114,-0.065]],"o":[[-0.113,0.065],[0,0],[0,0.129],[0,0],[0.112,0.065],[0,0],[0.112,-0.065],[0,0],[0,-0.13],[0,0],[-0.113,-0.065],[0,0]],"v":[[-3.197,-2.082],[-3.403,-1.726],[-3.401,1.729],[-3.196,2.084],[-0.204,3.81],[0.207,3.81],[3.198,2.082],[3.403,1.726],[3.402,-1.728],[3.196,-2.084],[0.204,-3.81],[-0.207,-3.81]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.328999986836,0.788000009574,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[65.852,43.988],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.001,-0.13],[0,0],[-0.112,-0.065],[0,0],[-0.113,0.065],[0,0],[0,0.13],[0,0],[0.113,0.065],[0,0],[0.114,-0.065]],"o":[[-0.113,0.065],[0,0],[0,0.13],[0,0],[0.113,0.065],[0,0],[0.113,-0.065],[0,0],[0,-0.13],[0,0],[-0.113,-0.065],[0,0]],"v":[[-3.197,-2.082],[-3.402,-1.726],[-3.401,1.728],[-3.196,2.084],[-0.204,3.81],[0.207,3.81],[3.198,2.082],[3.403,1.726],[3.402,-1.728],[3.196,-2.084],[0.204,-3.81],[-0.207,-3.81]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.936999990426,0.823999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[57.986,43.991],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[13.858,1.108],[11.698,-2.404],[0.191,-0.012],[11.044,-7.454],[-13.75,-6.25],[0.22,-0.62],[0,-0.001],[-2.185,-1.642],[-2.944,-0.833],[-0.993,1.612],[0,0],[-0.022,-0.64],[0.283,-4.085],[0.003,0.001],[0.843,-11.017],[-5.566,-2.017],[-23.908,19.864],[-0.636,3.279],[-0.019,7.509],[0,18.229],[-0.142,1.348],[-0.121,-0.328]],"o":[[-3.563,-4.128],[-4.059,-0.325],[-8.157,1.676],[-2.891,0.25],[-8.112,5.475],[0.687,0.313],[-1.893,4.223],[0.326,2.87],[2.379,1.789],[1.549,0.438],[0,0],[0.392,-0.513],[0.045,1.287],[0,0],[-0.444,12.906],[-1.093,14.279],[13.74,4.981],[0.839,-0.698],[1.462,-7.541],[0.043,-17.402],[0,-0.537],[0.042,-0.395],[0,0]],"v":[[46.62,-58.311],[10.621,-75.939],[1.818,-68.035],[-7.63,-75],[-37.683,-65.639],[-41.875,-41.117],[-43.875,-36.867],[-44.375,-30.367],[-40.125,-21.617],[-40.925,-17.631],[-37.875,-19.742],[-38.925,-18.693],[-40.245,-17.372],[-40.463,-10.394],[-42.826,19.215],[-45.152,58.924],[-37.058,85.382],[32.736,78.454],[38.016,72.049],[38.587,48.73],[36.638,-1.532],[36.459,-9.145],[36.56,-12.343]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.972999961703,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[44.995,77.047],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":0,"nm":"Scene1_human","refId":"comp_12","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":150,"s":[180,644.491,0],"e":[180,364.491,0],"to":[0,-46.6666679382324,0],"ti":[0,46.6666679382324,0]},{"i":{"x":0,"y":0},"o":{"x":0.167,"y":0.167},"n":"0_0_0p167_0p167","t":180,"s":[180,364.491,0],"e":[180,364.491,0],"to":[0,0,0],"ti":[0,0,0]},{"t":622}],"ix":2},"a":{"a":0,"k":[180,320,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":360,"h":640,"ip":0,"op":3600,"st":0,"bm":0}]},{"id":"comp_12","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Artwork 449 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[253.973,291.218,0],"ix":2},"a":{"a":0,"k":[19.5,23.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.154,-0.285],[1.944,-0.098],[0.931,0.167],[-1.618,0.856],[-0.95,0.032],[-1.061,-0.102]],"o":[[-1.902,0.416],[-0.943,0.048],[-0.379,-0.067],[0.849,-0.449],[1.066,-0.036],[1.183,0.115]],"v":[[5.191,-0.045],[-0.592,0.729],[-3.421,0.614],[-4.645,-0.434],[-1.518,-0.744],[1.679,-0.645]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.136999990426,0.122000002394,0.125,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[24.485,40.312],"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":20,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.199,-0.038],[0.686,-0.192],[0.712,-0.005],[1.401,-0.009],[0.828,0.327],[-0.222,0.341],[-0.318,0.025],[-2.085,0.02]],"o":[[-0.34,0.625],[-0.685,0.191],[-1.401,0.008],[-0.876,0.005],[-0.266,-0.105],[0.197,-0.306],[2.078,-0.171],[1.201,-0.012]],"v":[[5.559,-0.703],[3.876,0.518],[1.757,0.72],[-2.446,0.745],[-5.091,0.43],[-5.489,-0.208],[-4.287,-0.456],[1.96,-0.743]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.136999990426,0.122000002394,0.125,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[24.598,34.676],"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":20,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.153,0.254],[-2.195,-0.063],[2.256,-0.415],[1.143,-0.103],[1.016,0.204],[-0.489,0.108],[-0.595,0.132]],"o":[[2.145,-0.474],[-2.144,0.82],[-1.128,0.208],[-1.034,0.095],[0.403,-0.268],[0.595,-0.132],[1.153,-0.254]],"v":[[0.182,-0.379],[6.691,-1.265],[0.072,0.591],[-3.337,1.058],[-6.691,1.19],[-5.063,0.778],[-3.278,0.384]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.136999990426,0.122000002394,0.125,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[25.785,27.374],"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":20,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.066,2.005],[-1.098,0.464],[-3.175,-6.501],[2.991,-1.794],[5.503,-3.773],[4.232,-1.747],[5.429,-1.288],[2.251,5.508],[0.201,0.232],[0,0],[0.345,0.169],[-3.099,3.362],[-5.842,2.851]],"o":[[0.04,-1.19],[3.987,-1.685],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.116,-0.285],[0,0],[-0.251,-0.291],[-1.036,-0.507],[0,0],[0,0]],"v":[[-7.892,-6.261],[-6.022,-8.973],[12.054,-8.034],[10.72,-3.895],[10.198,3.788],[8.696,9.399],[5.154,14.506],[-5.449,9.698],[-5.913,8.91],[-6.062,8.739],[-6.97,8.05],[-6.99,2.637],[-6.944,-3.296]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.352941185236,0.443137258291,0.709803938866,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[25.868,32.203],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":630,"s":[{"i":[[-0.234,0.065],[0.194,-0.317],[0.626,-0.672],[0.209,-0.463],[-0.092,-1.033],[-0.127,-1.475],[0.478,-0.336],[0.204,-0.01],[0.268,1.319],[-0.175,0.753],[0,0]],"o":[[-0.381,0.373],[-0.489,0.788],[-0.346,0.371],[-0.428,0.947],[0.127,1.475],[0.046,0.586],[-0.168,0.117],[0.51,-2.851],[-0.153,-0.757],[0.685,-2.954],[0.689,-0.256]],"v":[[2.272,-2.145],[1.39,-0.974],[-0.478,1.061],[-1.348,2.297],[-1.602,5.367],[-1.033,4.918],[-1.568,6.824],[-2.081,7.021],[-2.518,4.657],[-2.529,2.364],[1.023,-1.768]],"c":true}],"e":[{"i":[[-0.234,0.065],[0.194,-0.317],[0.626,-0.672],[0.209,-0.463],[-0.092,-1.033],[-0.127,-1.475],[0.478,-0.336],[0.204,-0.01],[0.268,1.319],[-0.175,0.753],[0,0]],"o":[[-0.381,0.373],[-0.489,0.788],[-0.346,0.371],[-0.428,0.947],[0.127,1.475],[0.046,0.586],[-0.168,0.117],[0.51,-2.851],[-0.153,-0.757],[0.685,-2.954],[0.689,-0.256]],"v":[[2.46,-7.02],[1.578,-5.849],[-0.29,-3.814],[-1.16,-2.578],[-1.414,0.492],[-1.033,4.918],[-1.568,6.824],[-2.081,7.021],[-2.33,-0.218],[-2.341,-2.511],[1.211,-6.643]],"c":true}]},{"t":633}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.136999990426,0.122000002394,0.125,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[29.183,14.208],"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":20,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":630,"s":[{"i":[[0.268,-0.24],[0,0],[0,0],[0,0],[-0.06,0.367],[0.285,1.251],[-0.101,0.632],[0,0],[-0.235,0.066],[0.089,-1.245]],"o":[[-3.794,3.397],[0,0],[0,0],[0.102,-0.361],[0.505,-2.825],[-0.141,-0.624],[0.514,-3.234],[0.259,-0.097],[3.996,-1.164],[-0.026,0.358]],"v":[[3.65,1.648],[2.256,6.527],[3.167,7.926],[-4.126,7.926],[-3.883,6.837],[-4.359,4.77],[-4.459,2.869],[-0.833,-1.641],[-0.09,-1.887],[4.096,0.708]],"c":true}],"e":[{"i":[[0.268,-0.24],[0,0],[0,0],[0,0],[-0.06,0.367],[0.285,1.251],[-0.101,0.632],[0,0],[-0.235,0.066],[0.089,-1.245]],"o":[[-3.794,3.397],[0,0],[0,0],[0.102,-0.361],[0.505,-2.825],[-0.141,-0.624],[0.514,-3.234],[0.259,-0.097],[3.996,-1.164],[-0.026,0.358]],"v":[[3.838,-3.228],[2.256,6.527],[3.167,7.926],[-4.126,7.926],[-3.883,6.837],[-4.171,-0.105],[-4.271,-2.006],[-0.645,-6.516],[0.098,-6.762],[4.284,-4.167]],"c":true}]},{"t":633}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.352941185236,0.443137258291,0.709803938866,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[31.039,14.081],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false}],"ip":630,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"body Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[180,283.774,0],"ix":2},"a":{"a":0,"k":[62,152,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.393,-1.562],[0,0],[0.165,-0.843],[0.53,-0.227],[0.51,0.27],[0,0],[0,0],[0,0],[-0.165,-1.849],[1.114,-1.15],[0,0],[0,0]],"o":[[0,0],[0.64,0.431],[-0.152,0.554],[-0.529,0.228],[0,0],[-3.074,-2.219],[0,0],[0.661,-0.678],[0.165,1.849],[0,0],[-1.444,1.827],[2.393,1.561]],"v":[[5.343,6.754],[6.704,7.657],[7.715,9.465],[6.636,10.702],[4.992,10.635],[-4.806,4.146],[-4.806,-0.969],[2.702,-8.917],[6.519,-9.081],[2.558,-4.008],[-1.444,0.1],[-1.898,2.153]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.877999997606,0.913999968884,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[45.546,147.765],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.4,1.557],[0,0],[-0.184,0.849],[-0.53,0.223],[-0.51,-0.265],[0,0],[0,0],[0,0],[0.123,1.839],[-1.129,1.131],[0,0],[0,0]],"o":[[0,0],[-0.636,-0.424],[0.156,-0.547],[0.53,-0.224],[0,0],[3.077,2.203],[0,0],[-0.677,0.686],[-0.124,-1.839],[0,0],[1.477,-1.799],[-2.421,-1.536]],"v":[[-5.324,-6.595],[-6.699,-7.686],[-7.704,-9.484],[-6.618,-10.701],[-4.975,-10.635],[4.811,-4.069],[4.811,1.023],[-2.738,8.924],[-6.575,9.085],[-2.594,4.035],[1.508,-0.007],[1.98,-2.028]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.877999997606,0.913999968884,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[80.168,150.338],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.409,1.271],[-1.364,5.957],[-1.481,-0.56],[0.138,-1.052],[0.698,-2.529],[1.16,-4.808],[0.474,-0.632],[0.643,1.397]],"o":[[1.442,-5.936],[0.234,-0.989],[0.922,0.307],[-0.209,2.633],[-0.684,4.918],[-0.208,0.787],[-0.838,1.01],[-0.384,-1.281]],"v":[[-4.038,9.086],[0.269,-8.698],[2.959,-13.859],[4.323,-11.494],[2.959,-3.73],[0.191,10.871],[-0.842,13.022],[-4.077,13.022]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866999966491,0.877999997606,0.913999968884,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[62.866,149.91],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-4.42,-4.868]],"o":[[0,0],[0,0]],"v":[[-4.345,2.453],[4.345,2.415]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[74.247,48.483],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-4.42,-4.869]],"o":[[0,0],[0,0]],"v":[[-4.345,2.454],[4.345,2.415]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[56.678,48.318],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.775,-0.001],[0,0],[0.395,-0.917],[4.988,0.01],[0.227,4.039]],"o":[[0,0],[0.998,0.002],[-1.154,2.687],[-3.292,-0.006],[-0.043,-0.774]],"v":[[-7.512,-4.589],[7.28,-4.568],[8.551,-2.63],[-0.278,4.58],[-8.903,-3.18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.961000031116,0.980000035903,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[65.777,69.413],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.433,1.299],[-3.215,9.233],[-1.359,1.269],[-1.347,0.94],[-2.573,1.507],[-2.192,0.659],[-6.754,-1.289],[3.206,-3.186],[-2.589,-0.078],[-3.196,-2.86],[1.596,-1.334],[-3.944,-0.983],[7.508,-19.816],[0,0],[1.202,0.204],[0.866,2.264],[5.182,-1.198],[-1.344,-1.25],[6.24,-0.676],[4.838,2.271],[0.882,-5.074],[-0.008,-2.49],[0.725,-0.755]],"o":[[0,0],[0.6,-1.723],[1.308,-1.222],[2.394,-1.672],[1.977,-1.157],[6.644,-1.997],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.218,-0.378],[-1.838,-4.802],[0,0],[0,0],[-5.463,0.592],[-5.468,-2.565],[-0.43,2.474],[0.003,0.908],[-0.673,0.7]],"v":[[-25.833,22.53],[-29.432,-7.122],[-26.68,-11.702],[-22.368,-13.962],[-15.872,-19.636],[-9.583,-22.351],[10.952,-22.837],[10.838,-19.04],[12.161,-17.1],[21.75,-14.219],[21.672,-11.63],[22.238,-7.466],[25.14,16.637],[23.99,20.403],[21.875,21.895],[19.137,11.145],[7.358,4.698],[5.396,6.713],[2.04,9.203],[-12.432,6.227],[-21.794,12.69],[-22.1,20.078],[-22.615,22.78]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.136999990426,0.122000002394,0.125,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[66.275,23.829],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.001,-0.013],[-5.826,-6.628],[-7.281,0.8],[-2.885,8.069],[1.119,6.704],[0,0],[0,0]],"o":[[-0.709,8.939],[4.874,5.544],[8.594,-0.945],[2.251,-6.296],[0,0],[0,0],[0,0]],"v":[[-24.63,-7.259],[-16.193,19.636],[3.84,27.143],[21.312,12.011],[24.22,-9.415],[21.35,-26.607],[-22.99,-27.943]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.352999997606,0.442999985639,0.709999952129,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[65.562,53.633],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.543,1.301],[0,0],[0.408,-2.53],[0,0],[2.129,-0.192]],"o":[[0,0],[0,0],[12.573,1.782],[-1.83,0.75],[-3.699,0.332]],"v":[[-8.501,-2.743],[-8.506,-2.743],[-8.355,2.449],[8.505,-2.677],[2.568,-1.232]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.136999990426,0.122000002394,0.125,1],"ix":4},"o":{"a":0,"k":25,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[65.913,81.429],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.121,-2.861],[-7.84,-1.129],[2.007,9.04],[-0.012,3.03]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-8.128,-7.701],[-8.445,-0.764],[-3.085,5.346],[8.917,-1.339],[7.951,-7.66]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.352999997606,0.442999985639,0.709999952129,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[65.509,86.386],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.475,-6.925],[6.955,1.254],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.82,-10.347],[3.671,-2.702],[-5.146,9.093],[-4.943,-6.231]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.352999997606,0.442999985639,0.709999952129,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[92.506,50.914],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.346,-6.952],[-6.977,1.122],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.967,-10.32],[-3.666,-2.761],[4.926,9.198],[5.012,-6.129]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.352999997606,0.442999985639,0.709999952129,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[38.464,50.397],"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.003,0.009],[0.562,2.009],[1.865,2.208],[17.816,-0.508],[0.204,-0.012],[11.709,-8.078],[5.615,-11.98],[0.233,-0.672],[0,-0.001],[-2.316,-1.779],[-3.121,-0.902],[-1.053,1.746],[0,0],[-0.024,-0.693],[0.301,-4.426],[0.002,0],[-1.156,-11.915],[-5.902,-2.187],[-25.349,21.525],[-0.349,1.113],[0.918,8.082],[0,19.752],[-1.309,-0.742],[-0.127,-0.356],[-0.24,-1.16],[-0.742,-0.026],[-1.185,0.52],[-1.194,0.767],[-2.316,3.041]],"o":[[0.922,-1.718],[-3.196,-11.42],[-4.884,-5.782],[-0.203,0.013],[-3.065,0.271],[-8.601,5.933],[-0.352,0.734],[-2.007,4.577],[0.347,3.109],[2.522,1.939],[1.643,0.474],[0,0],[0.416,-0.556],[0.048,1.396],[0,0],[-0.471,13.984],[0.607,6.265],[14.567,5.396],[0.889,-0.755],[2.486,-7.927],[-2.239,-19.695],[0,-0.583],[0.368,0.208],[0.402,1.117],[0.172,0.83],[1.285,0.043],[1.298,-0.573],[3.245,-2.086],[0.25,-0.329]],"v":[[60.899,-27.531],[61.548,-33.297],[50.126,-67.488],[4.614,-86.964],[4.006,-86.927],[-37.531,-74.615],[-59.157,-35.111],[-60.023,-33.005],[-61.829,-27.772],[-56.597,-20.79],[-48.48,-15.602],[-43.07,-16.74],[-38.849,-23.745],[-37.53,-23.329],[-37.829,-15.023],[-40.333,17.333],[-42.27,60.091],[-31.567,73.862],[38.322,65.947],[40.208,63.071],[40.549,38.344],[39.013,-20.59],[40.083,-24.03],[40.778,-22.687],[42.782,-16.615],[44.4,-15.264],[48.504,-16.635],[52.249,-18.65],[60.216,-26.467]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.961000031116,0.980000035903,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[61.834,169.937],"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.68,-18.166],[-3.685,-5.185],[-19.17,30.71],[7.554,7.293]],"o":[[0,0],[-0.439,11.721],[15.033,21.147],[6.116,-9.798],[-7.553,-7.293]],"v":[[-39.694,-34.154],[-45.971,-4.381],[-42.345,24.512],[40.294,22.155],[31.322,-35.529]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152999997606,0.169000004787,0.246999987434,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[64.269,260.827],"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":0,"nm":"Right hand","refId":"comp_13","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":150,"s":[-36],"e":[0]},{"t":180}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":150,"s":[61,283,0],"e":[87.562,249.312,0],"to":[4.42708349227905,-5.61458349227905,0],"ti":[-4.42708349227905,5.61458349227905,0]},{"t":180}],"ix":2},"a":{"a":0,"k":[87,248.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":360,"h":640,"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"R_arm Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":150,"s":[-40],"e":[0]},{"t":180}],"ix":10},"p":{"a":0,"k":[122.25,301.25,0],"ix":2},"a":{"a":0,"k":[39.25,58,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":385,"s":[{"i":[[-0.242,-1.641],[-7.306,-9.267],[0.909,-1.945],[6.138,-0.526],[2.492,4.89],[0.032,0.447],[-5.966,2.435]],"o":[[0.738,4.994],[10.917,13.847],[-2.034,4.349],[-8.052,0.69],[-0.203,-0.4],[-0.116,-1.609],[1.535,-0.626]],"v":[[-14.163,-31.457],[0.282,-8.141],[23.229,21.969],[13.41,32.024],[-22.894,-21.159],[-23.26,-22.435],[-16.936,-30.132]],"c":true}],"e":[{"i":[[-0.242,-1.641],[-6.993,-7.004],[0.909,-1.945],[6.138,-0.526],[2.492,4.89],[0.032,0.447],[-5.966,2.435]],"o":[[0.738,4.994],[10.449,10.465],[-2.034,4.349],[-8.052,0.69],[-0.203,-0.4],[-0.116,-1.609],[1.535,-0.626]],"v":[[-12.538,-19.707],[1.333,-0.543],[23.229,21.969],[13.41,32.024],[-18.519,-6.409],[-17.385,-8.81],[-14.061,-12.632]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":387.2,"s":[{"i":[[-0.242,-1.641],[-6.993,-7.004],[0.909,-1.945],[6.138,-0.526],[2.492,4.89],[0.032,0.447],[-5.966,2.435]],"o":[[0.738,4.994],[10.449,10.465],[-2.034,4.349],[-8.052,0.69],[-0.203,-0.4],[-0.116,-1.609],[1.535,-0.626]],"v":[[-12.538,-19.707],[1.333,-0.543],[23.229,21.969],[13.41,32.024],[-18.519,-6.409],[-17.385,-8.81],[-14.061,-12.632]],"c":true}],"e":[{"i":[[-0.242,-1.641],[-5.982,-4.885],[0.909,-1.945],[6.138,-0.526],[2.492,4.89],[0.032,0.447],[-5.966,2.435]],"o":[[0.738,4.994],[8.939,7.3],[-2.034,4.349],[-8.052,0.69],[-0.203,-0.4],[-0.116,-1.609],[1.535,-0.626]],"v":[[-7.288,-8.707],[4.728,6.571],[23.229,21.969],[13.41,32.024],[-14.394,8.466],[-8.885,-2.31],[-8.561,-5.757]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":389.4,"s":[{"i":[[-0.242,-1.641],[-5.982,-4.885],[0.909,-1.945],[6.138,-0.526],[2.492,4.89],[0.032,0.447],[-5.966,2.435]],"o":[[0.738,4.994],[8.939,7.3],[-2.034,4.349],[-8.052,0.69],[-0.203,-0.4],[-0.116,-1.609],[1.535,-0.626]],"v":[[-7.288,-8.707],[4.728,6.571],[23.229,21.969],[13.41,32.024],[-14.394,8.466],[-8.885,-2.31],[-8.561,-5.757]],"c":true}],"e":[{"i":[[-0.954,-1.357],[-4.811,-2.134],[0.909,-1.945],[6.138,-0.526],[2.492,4.89],[0.032,0.447],[-5.966,2.435]],"o":[[1.459,2.075],[7.189,3.189],[-2.034,4.349],[-8.052,0.69],[-0.203,-0.4],[-0.116,-1.609],[1.535,-0.626]],"v":[[-1.663,7.418],[9.142,13.856],[23.229,21.969],[13.41,32.024],[-10.019,21.966],[-5.26,18.065],[-3.811,16.993]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":391.6,"s":[{"i":[[-0.954,-1.357],[-4.811,-2.134],[0.909,-1.945],[6.138,-0.526],[2.492,4.89],[0.032,0.447],[-5.966,2.435]],"o":[[1.459,2.075],[7.189,3.189],[-2.034,4.349],[-8.052,0.69],[-0.203,-0.4],[-0.116,-1.609],[1.535,-0.626]],"v":[[-1.663,7.418],[9.142,13.856],[23.229,21.969],[13.41,32.024],[-10.019,21.966],[-5.26,18.065],[-3.811,16.993]],"c":true}],"e":[{"i":[[-1.655,0.116],[-4.581,-0.001],[0.909,-1.945],[6.138,-0.526],[5.245,2.879],[0.032,0.447],[-5.966,2.435]],"o":[[2.561,-0.18],[6.845,0.001],[-2.034,4.349],[-8.052,0.69],[-0.393,-0.216],[-0.116,-1.609],[1.535,-0.626]],"v":[[-1.163,19.918],[10.652,19.511],[23.229,21.969],[13.41,32.024],[-2.144,30.591],[2.99,29.19],[2.564,26.743]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":393.8,"s":[{"i":[[-1.655,0.116],[-4.581,-0.001],[0.909,-1.945],[6.138,-0.526],[5.245,2.879],[0.032,0.447],[-5.966,2.435]],"o":[[2.561,-0.18],[6.845,0.001],[-2.034,4.349],[-8.052,0.69],[-0.393,-0.216],[-0.116,-1.609],[1.535,-0.626]],"v":[[-1.163,19.918],[10.652,19.511],[23.229,21.969],[13.41,32.024],[-2.144,30.591],[2.99,29.19],[2.564,26.743]],"c":true}],"e":[{"i":[[-1.655,0.116],[-2.607,4.176],[0.909,-1.945],[6.138,-0.526],[5.557,-1.496],[0.032,0.447],[-5.966,2.435]],"o":[[2.561,-0.18],[3.895,-6.24],[-2.034,4.349],[-8.052,0.69],[-0.433,0.117],[-0.116,-1.609],[1.535,-0.626]],"v":[[9.087,41.605],[17.28,33.535],[23.229,21.969],[10.723,26.149],[2.231,29.153],[-2.322,36.127],[5.752,38.93]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":396,"s":[{"i":[[-1.655,0.116],[-2.607,4.176],[0.909,-1.945],[6.138,-0.526],[5.557,-1.496],[0.032,0.447],[-5.966,2.435]],"o":[[2.561,-0.18],[3.895,-6.24],[-2.034,4.349],[-8.052,0.69],[-0.433,0.117],[-0.116,-1.609],[1.535,-0.626]],"v":[[9.087,41.605],[17.28,33.535],[23.229,21.969],[10.723,26.149],[2.231,29.153],[-2.322,36.127],[5.752,38.93]],"c":true}],"e":[{"i":[[-1.655,0.116],[-2.607,4.176],[0.909,-1.945],[6.138,-0.526],[5.557,-1.496],[0.032,0.447],[-5.966,2.435]],"o":[[2.561,-0.18],[3.895,-6.24],[-2.034,4.349],[-8.052,0.69],[-0.433,0.117],[-0.116,-1.609],[1.535,-0.626]],"v":[[9.087,41.605],[17.28,33.535],[23.229,21.969],[10.723,26.149],[2.231,29.153],[-2.322,36.127],[5.752,38.93]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":616,"s":[{"i":[[-1.655,0.116],[-2.607,4.176],[0.909,-1.945],[6.138,-0.526],[5.557,-1.496],[0.032,0.447],[-5.966,2.435]],"o":[[2.561,-0.18],[3.895,-6.24],[-2.034,4.349],[-8.052,0.69],[-0.433,0.117],[-0.116,-1.609],[1.535,-0.626]],"v":[[9.087,41.605],[17.28,33.535],[23.229,21.969],[10.723,26.149],[2.231,29.153],[-2.322,36.127],[5.752,38.93]],"c":true}],"e":[{"i":[[-5.343,0.337],[-2.652,1.319],[0.984,-2.105],[1.914,-5.855],[0.995,-0.309],[0.032,0.447],[-12.901,12.289]],"o":[[1.455,-0.092],[4.894,-2.434],[-2.034,4.349],[-1.372,4.196],[-0.428,0.133],[-0.116,-1.609],[1.2,-1.143]],"v":[[2.837,31.73],[13.011,32.414],[17.979,19.094],[4.598,18.774],[-1.519,37.153],[-2.322,36.127],[6.502,42.555]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":617,"s":[{"i":[[-5.343,0.337],[-2.652,1.319],[0.984,-2.105],[1.914,-5.855],[0.995,-0.309],[0.032,0.447],[-12.901,12.289]],"o":[[1.455,-0.092],[4.894,-2.434],[-2.034,4.349],[-1.372,4.196],[-0.428,0.133],[-0.116,-1.609],[1.2,-1.143]],"v":[[2.837,31.73],[13.011,32.414],[17.979,19.094],[4.598,18.774],[-1.519,37.153],[-2.322,36.127],[6.502,42.555]],"c":true}],"e":[{"i":[[-5.343,0.337],[-2.652,1.319],[0.984,-2.105],[5.525,-2.725],[0.995,-0.309],[0.032,0.447],[-12.901,12.289]],"o":[[1.455,-0.092],[4.894,-2.434],[-2.034,4.349],[-7.747,3.821],[-0.428,0.133],[-0.116,-1.609],[1.2,-1.143]],"v":[[7.587,44.855],[12.511,35.039],[17.979,19.094],[9.098,14.524],[-1.019,34.778],[-2.322,36.127],[6.502,42.555]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":620,"s":[{"i":[[-5.343,0.337],[-2.652,1.319],[0.984,-2.105],[5.525,-2.725],[0.995,-0.309],[0.032,0.447],[-12.901,12.289]],"o":[[1.455,-0.092],[4.894,-2.434],[-2.034,4.349],[-7.747,3.821],[-0.428,0.133],[-0.116,-1.609],[1.2,-1.143]],"v":[[7.587,44.855],[12.511,35.039],[17.979,19.094],[9.098,14.524],[-1.019,34.778],[-2.322,36.127],[6.502,42.555]],"c":true}],"e":[{"i":[[-5.343,0.337],[-2.652,1.319],[0.984,-2.105],[5.525,-2.725],[0.995,-0.309],[0.032,0.447],[-12.901,12.289]],"o":[[1.455,-0.092],[4.894,-2.434],[-2.034,4.349],[-7.747,3.821],[-0.428,0.133],[-0.116,-1.609],[1.2,-1.143]],"v":[[7.587,44.855],[12.511,35.039],[17.979,19.094],[9.098,14.524],[-1.019,34.778],[-2.322,36.127],[6.502,42.555]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":622,"s":[{"i":[[-5.343,0.337],[-2.652,1.319],[0.984,-2.105],[5.525,-2.725],[0.995,-0.309],[0.032,0.447],[-12.901,12.289]],"o":[[1.455,-0.092],[4.894,-2.434],[-2.034,4.349],[-7.747,3.821],[-0.428,0.133],[-0.116,-1.609],[1.2,-1.143]],"v":[[7.587,44.855],[12.511,35.039],[17.979,19.094],[9.098,14.524],[-1.019,34.778],[-2.322,36.127],[6.502,42.555]],"c":true}],"e":[{"i":[[2.079,4.933],[-3.097,31.743],[0.984,-2.105],[5.525,-2.725],[0.995,-0.309],[0.032,0.447],[-19.49,20.378]],"o":[[-2.138,-5.073],[2.135,-1.598],[-2.034,4.349],[-7.747,3.821],[-0.428,0.133],[-0.116,-1.609],[1.149,-1.195]],"v":[[5.364,74.293],[15.323,44.727],[20.042,24.344],[10.973,17.336],[1.892,50.555],[-2.179,73.217],[3.77,74.645]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":628,"s":[{"i":[[2.079,4.933],[-3.097,31.743],[0.984,-2.105],[5.525,-2.725],[0.995,-0.309],[0.032,0.447],[-19.49,20.378]],"o":[[-2.138,-5.073],[2.135,-1.598],[-2.034,4.349],[-7.747,3.821],[-0.428,0.133],[-0.116,-1.609],[1.149,-1.195]],"v":[[5.364,74.293],[15.323,44.727],[20.042,24.344],[10.973,17.336],[1.892,50.555],[-2.179,73.217],[3.77,74.645]],"c":true}],"e":[{"i":[[-5.343,0.337],[-6.603,6.977],[0.984,-2.105],[5.525,-2.725],[0.995,-0.309],[-0.005,-0.448],[-20.588,21.727]],"o":[[1.455,-0.092],[1.675,-1.459],[-2.034,4.349],[-7.747,3.821],[-0.428,0.133],[0.298,28.53],[1.14,-1.203]],"v":[[2.056,80.449],[13.167,44.008],[20.386,25.219],[11.285,17.805],[0.919,34.809],[-2.447,51.69],[3.314,79.993]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":629,"s":[{"i":[[-5.343,0.337],[-6.603,6.977],[0.984,-2.105],[5.525,-2.725],[0.995,-0.309],[-0.005,-0.448],[-20.588,21.727]],"o":[[1.455,-0.092],[1.675,-1.459],[-2.034,4.349],[-7.747,3.821],[-0.428,0.133],[0.298,28.53],[1.14,-1.203]],"v":[[2.056,80.449],[13.167,44.008],[20.386,25.219],[11.285,17.805],[0.919,34.809],[-2.447,51.69],[3.314,79.993]],"c":true}],"e":[{"i":[[-5.343,0.337],[-7.167,7.785],[0.984,-2.105],[5.525,-2.725],[0.995,-0.309],[0.032,0.447],[-12.901,12.289]],"o":[[1.455,-0.092],[1.215,-1.32],[-2.034,4.349],[-7.747,3.821],[-0.428,0.133],[-0.116,-1.609],[1.2,-1.143]],"v":[[0.337,80.105],[13.261,45.289],[20.729,26.094],[11.598,18.274],[3.481,34.528],[0.678,43.627],[-1.998,83.055]],"c":true}]},{"t":630}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.352999997606,0.442999985639,0.709999952129,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[23.274,32.031],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"R_shoulder Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":150,"s":[-3],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":180,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":385,"s":[0],"e":[7]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":396,"s":[7],"e":[7]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":622,"s":[7],"e":[0]},{"t":630}],"ix":10},"p":{"a":0,"k":[132.75,273.5,0],"ix":2},"a":{"a":0,"k":[19.75,13.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.901,2.134],[4.01,-20.502],[-2.124,0.76],[-1.142,1.511],[0.49,5.723]],"o":[[0,0],[-2.059,10.53],[2.478,-0.886],[4.081,-5.403],[0,0]],"v":[[0.306,-23.66],[-11.787,8.666],[-2.859,23.586],[2.378,19.642],[12.066,-2.213]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.352999997606,0.442999985639,0.709999952129,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[12.094,23.66],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"L_hand Outlines 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":390,"s":[0],"e":[100]},{"t":393}],"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},"n":"0p833_0p833_0p167_0p167","t":390,"s":[237.137,345.233,0],"e":[249.637,327.733,0],"to":[2.08333325386047,-2.91666674613953,0],"ti":[-2.08333325386047,2.9375,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":396,"s":[249.637,327.733,0],"e":[249.637,327.608,0],"to":[2.08333325386047,-2.9375,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":622,"s":[249.637,327.608,0],"e":[253.493,323.633,0],"to":[0.85561311244965,-0.99821525812149,0],"ti":[-1.65559911727905,1.91307747364044,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":623,"s":[253.493,323.633,0],"e":[256.132,320.338,0],"to":[1.16346144676208,-1.34440279006958,0],"ti":[-1.40826880931854,1.65464019775391,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":624,"s":[256.132,320.338,0],"e":[259.169,317.869,0],"to":[1.25756371021271,-1.4775698184967,0],"ti":[-1.5524308681488,1.77983009815216,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":625,"s":[259.169,317.869,0],"e":[265.019,312.33,0],"to":[1.43500852584839,-1.6452077627182,0],"ti":[-1.74971139431,2.23278641700745,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":626,"s":[265.019,312.33,0],"e":[269.269,304.187,0],"to":[1.87548971176147,-2.39329075813293,0],"ti":[-1.29518365859985,1.41766166687012,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":627,"s":[269.269,304.187,0],"e":[275.887,299.483,0],"to":[1.24989831447601,-1.36809408664703,0],"ti":[-1.15136301517487,1.34325695037842,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":628,"s":[275.887,299.483,0],"e":[279.888,292.252,0],"to":[1.30984330177307,-1.52815055847168,0],"ti":[-0.61435014009476,1.27454268932343,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":629,"s":[279.888,292.252,0],"e":[279.637,292.233,0],"to":[0.92605876922607,-1.92121946811676,0],"ti":[-0.88040429353714,1.0271383523941,0]},{"t":630}],"ix":2},"a":{"a":0,"k":[10.5,25,0],"ix":1},"s":{"a":0,"k":[-100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":385,"s":[{"i":[[1.289,-14.564],[0.102,-0.671],[0.272,-0.63],[1.275,-4.055],[-0.425,-2.671],[-1.036,0.44],[-1.114,5.09],[3.682,-0.909],[1.136,-1.315],[-5.322,-0.128],[-2.538,8.591],[0.161,8.807],[0.916,5.417]],"o":[[-0.06,0.683],[-0.102,0.671],[-0.962,2.228],[-1.275,4.055],[0.177,1.112],[1.514,-0.645],[0,0],[0,0],[0,0],[5.322,0.129],[2.536,-8.592],[0,0],[-0.917,-5.417]],"v":[[-1.636,-12.927],[-1.847,-10.89],[-2.375,-8.932],[-6.234,1.296],[-8.012,12.188],[-5.642,13.543],[-0.918,5.983],[-6.253,20.224],[-9.84,17.142],[-6.698,24.873],[9.468,16.943],[7.653,-7.573],[7.326,-21.362]],"c":true}],"e":[{"i":[[-1.47,-0.262],[-0.166,0.077],[-0.097,0.156],[0.009,0.201],[0.902,0.969],[2.652,0.369],[2.124,-2.964],[-0.265,-6.018],[-3.164,0.221],[-1.946,1.593],[0.111,2.411],[3.805,2.035],[-1.587,0.045]],"o":[[0.198,0.035],[0.166,-0.077],[0.097,-0.156],[-0.036,-0.79],[-0.902,-0.969],[-3.805,-0.531],[-2.124,2.964],[0.265,6.018],[3.164,-0.221],[1.947,-1.593],[-0.111,-2.411],[-3.152,-1.686],[1.587,-0.045]],"v":[[6.988,-18.805],[7.543,-18.876],[7.946,-19.233],[8.086,-19.777],[6.901,-22.61],[1.792,-24.812],[-7.278,-21.051],[-10.242,-7.468],[-4.07,0.01],[4.624,-3.928],[7.787,-10.233],[2.323,-17.202],[1.189,-19.465]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":396,"s":[{"i":[[-1.47,-0.262],[-0.166,0.077],[-0.097,0.156],[0.009,0.201],[0.902,0.969],[2.652,0.369],[2.124,-2.964],[-0.265,-6.018],[-3.164,0.221],[-1.946,1.593],[0.111,2.411],[3.805,2.035],[-1.587,0.045]],"o":[[0.198,0.035],[0.166,-0.077],[0.097,-0.156],[-0.036,-0.79],[-0.902,-0.969],[-3.805,-0.531],[-2.124,2.964],[0.265,6.018],[3.164,-0.221],[1.947,-1.593],[-0.111,-2.411],[-3.152,-1.686],[1.587,-0.045]],"v":[[6.988,-18.805],[7.543,-18.876],[7.946,-19.233],[8.086,-19.777],[6.901,-22.61],[1.792,-24.812],[-7.278,-21.051],[-10.242,-7.468],[-4.07,0.01],[4.624,-3.928],[7.787,-10.233],[2.323,-17.202],[1.189,-19.465]],"c":true}],"e":[{"i":[[-1.47,-0.262],[-0.166,0.077],[-0.097,0.156],[0.009,0.201],[0.902,0.969],[2.652,0.369],[2.124,-2.964],[-0.265,-6.018],[-3.164,0.221],[-1.946,1.593],[0.111,2.411],[3.805,2.035],[-1.587,0.045]],"o":[[0.198,0.035],[0.166,-0.077],[0.097,-0.156],[-0.036,-0.79],[-0.902,-0.969],[-3.805,-0.531],[-2.124,2.964],[0.265,6.018],[3.164,-0.221],[1.947,-1.593],[-0.111,-2.411],[-3.152,-1.686],[1.587,-0.045]],"v":[[6.988,-18.805],[7.543,-18.876],[7.946,-19.233],[8.086,-19.777],[6.901,-22.61],[1.792,-24.812],[-7.278,-21.051],[-10.242,-7.468],[-4.07,0.01],[4.624,-3.928],[7.787,-10.233],[2.323,-17.202],[1.189,-19.465]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":622,"s":[{"i":[[-1.47,-0.262],[-0.166,0.077],[-0.097,0.156],[0.009,0.201],[0.902,0.969],[2.652,0.369],[2.124,-2.964],[-0.265,-6.018],[-3.164,0.221],[-1.946,1.593],[0.111,2.411],[3.805,2.035],[-1.587,0.045]],"o":[[0.198,0.035],[0.166,-0.077],[0.097,-0.156],[-0.036,-0.79],[-0.902,-0.969],[-3.805,-0.531],[-2.124,2.964],[0.265,6.018],[3.164,-0.221],[1.947,-1.593],[-0.111,-2.411],[-3.152,-1.686],[1.587,-0.045]],"v":[[6.988,-18.805],[7.543,-18.876],[7.946,-19.233],[8.086,-19.777],[6.901,-22.61],[1.792,-24.812],[-7.278,-21.051],[-10.242,-7.468],[-4.07,0.01],[4.624,-3.928],[7.787,-10.233],[2.323,-17.202],[1.189,-19.465]],"c":true}],"e":[{"i":[[-1.47,-0.262],[-0.166,0.077],[-0.097,0.156],[0.009,0.201],[0.902,0.969],[2.652,0.369],[2.124,-2.964],[-0.265,-6.018],[-3.164,0.221],[-1.946,1.593],[0.111,2.411],[3.805,2.035],[-1.587,0.045]],"o":[[0.198,0.035],[0.166,-0.077],[0.097,-0.156],[-0.036,-0.79],[-0.902,-0.969],[-3.805,-0.531],[-2.124,2.964],[0.265,6.018],[3.164,-0.221],[1.947,-1.593],[-0.111,-2.411],[-3.152,-1.686],[1.587,-0.045]],"v":[[6.988,-18.805],[7.543,-18.876],[7.946,-19.233],[8.086,-19.777],[6.901,-22.61],[1.792,-24.812],[-7.278,-21.051],[-10.242,-7.468],[-4.07,0.01],[4.624,-3.928],[7.787,-10.233],[2.323,-17.202],[1.189,-19.465]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":623,"s":[{"i":[[-1.47,-0.262],[-0.166,0.077],[-0.097,0.156],[0.009,0.201],[0.902,0.969],[2.652,0.369],[2.124,-2.964],[-0.265,-6.018],[-3.164,0.221],[-1.946,1.593],[0.111,2.411],[3.805,2.035],[-1.587,0.045]],"o":[[0.198,0.035],[0.166,-0.077],[0.097,-0.156],[-0.036,-0.79],[-0.902,-0.969],[-3.805,-0.531],[-2.124,2.964],[0.265,6.018],[3.164,-0.221],[1.947,-1.593],[-0.111,-2.411],[-3.152,-1.686],[1.587,-0.045]],"v":[[6.988,-18.805],[7.543,-18.876],[7.946,-19.233],[8.086,-19.777],[6.901,-22.61],[1.792,-24.812],[-7.278,-21.051],[-10.242,-7.468],[-4.07,0.01],[4.624,-3.928],[7.787,-10.233],[2.323,-17.202],[1.189,-19.465]],"c":true}],"e":[{"i":[[-1.47,-0.262],[-0.166,0.077],[-0.097,0.156],[0.009,0.201],[0.902,0.969],[2.652,0.369],[2.124,-2.964],[-0.265,-6.018],[-3.164,0.221],[-1.946,1.593],[-1.061,2.083],[3.805,2.035],[-0.415,0.373]],"o":[[0.198,0.035],[0.166,-0.077],[0.097,-0.156],[-0.036,-0.79],[-0.902,-0.969],[-3.805,-0.531],[-2.124,2.964],[0.265,6.018],[3.164,-0.221],[1.947,-1.593],[1.061,-2.083],[-3.152,-1.687],[0.415,-0.373]],"v":[[6.988,-18.805],[7.543,-18.876],[7.946,-19.233],[8.086,-19.777],[6.901,-22.61],[1.792,-24.812],[-7.278,-21.051],[-10.242,-7.468],[-4.07,0.01],[4.624,-3.928],[10.131,-9.577],[7.01,-15.89],[3.533,-18.809]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":624,"s":[{"i":[[-1.47,-0.262],[-0.166,0.077],[-0.097,0.156],[0.009,0.201],[0.902,0.969],[2.652,0.369],[2.124,-2.964],[-0.265,-6.018],[-3.164,0.221],[-1.946,1.593],[-1.061,2.083],[3.805,2.035],[-0.415,0.373]],"o":[[0.198,0.035],[0.166,-0.077],[0.097,-0.156],[-0.036,-0.79],[-0.902,-0.969],[-3.805,-0.531],[-2.124,2.964],[0.265,6.018],[3.164,-0.221],[1.947,-1.593],[1.061,-2.083],[-3.152,-1.687],[0.415,-0.373]],"v":[[6.988,-18.805],[7.543,-18.876],[7.946,-19.233],[8.086,-19.777],[6.901,-22.61],[1.792,-24.812],[-7.278,-21.051],[-10.242,-7.468],[-4.07,0.01],[4.624,-3.928],[10.131,-9.577],[7.01,-15.89],[3.533,-18.809]],"c":true}],"e":[{"i":[[-1.47,-0.262],[-0.305,0.725],[-0.236,0.804],[0.009,0.201],[0.902,0.969],[2.652,0.369],[2.124,-2.964],[-0.265,-6.018],[-3.164,0.221],[-1.946,1.593],[0.111,2.411],[3.805,2.035],[-1.353,-1.049]],"o":[[0.198,0.035],[0.305,-0.725],[0.236,-0.804],[-0.036,-0.79],[-0.902,-0.969],[-3.805,-0.531],[-2.124,2.964],[0.265,6.018],[3.164,-0.221],[1.947,-1.593],[-0.111,-2.411],[-3.152,-1.686],[1.353,1.049]],"v":[[6.05,-14.43],[6.848,-15.635],[7.702,-18.099],[8.086,-19.777],[6.901,-22.61],[1.792,-24.812],[-7.278,-21.051],[-10.242,-7.468],[-4.07,0.01],[4.624,-3.928],[7.787,-10.233],[2.323,-17.202],[0.72,-17.278]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":625,"s":[{"i":[[-1.47,-0.262],[-0.305,0.725],[-0.236,0.804],[0.009,0.201],[0.902,0.969],[2.652,0.369],[2.124,-2.964],[-0.265,-6.018],[-3.164,0.221],[-1.946,1.593],[0.111,2.411],[3.805,2.035],[-1.353,-1.049]],"o":[[0.198,0.035],[0.305,-0.725],[0.236,-0.804],[-0.036,-0.79],[-0.902,-0.969],[-3.805,-0.531],[-2.124,2.964],[0.265,6.018],[3.164,-0.221],[1.947,-1.593],[-0.111,-2.411],[-3.152,-1.686],[1.353,1.049]],"v":[[6.05,-14.43],[6.848,-15.635],[7.702,-18.099],[8.086,-19.777],[6.901,-22.61],[1.792,-24.812],[-7.278,-21.051],[-10.242,-7.468],[-4.07,0.01],[4.624,-3.928],[7.787,-10.233],[2.323,-17.202],[0.72,-17.278]],"c":true}],"e":[{"i":[[-1.189,0.191],[-0.326,0.124],[-0.716,-1.228],[0.609,-0.117],[1.822,0.021],[2.968,-0.054],[2.785,-2.629],[0.238,-3.712],[-2.491,0.223],[-1.557,1.274],[0.158,1.963],[2.424,2.301],[-2.438,0.606]],"o":[[0.127,-0.217],[0.904,-0.368],[0.163,-0.145],[-0.028,-0.632],[-0.721,-0.775],[-3.044,-0.425],[-4.374,0.259],[0.189,4.757],[2.531,-0.177],[1.507,-1.333],[-0.296,-2.031],[-2.522,-1.349],[1.27,-0.036]],"v":[[10.129,-11.091],[11.469,-13.026],[11.744,-15.372],[11.73,-15.146],[10.177,-18.5],[4.79,-19.952],[-2.799,-17.985],[-6.166,-2.58],[-1.322,3.245],[5.604,0.061],[7.953,-5.121],[7.077,-10.779],[6.179,-11.776]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":626,"s":[{"i":[[-1.189,0.191],[-0.326,0.124],[-0.716,-1.228],[0.609,-0.117],[1.822,0.021],[2.968,-0.054],[2.785,-2.629],[0.238,-3.712],[-2.491,0.223],[-1.557,1.274],[0.158,1.963],[2.424,2.301],[-2.438,0.606]],"o":[[0.127,-0.217],[0.904,-0.368],[0.163,-0.145],[-0.028,-0.632],[-0.721,-0.775],[-3.044,-0.425],[-4.374,0.259],[0.189,4.757],[2.531,-0.177],[1.507,-1.333],[-0.296,-2.031],[-2.522,-1.349],[1.27,-0.036]],"v":[[10.129,-11.091],[11.469,-13.026],[11.744,-15.372],[11.73,-15.146],[10.177,-18.5],[4.79,-19.952],[-2.799,-17.985],[-6.166,-2.58],[-1.322,3.245],[5.604,0.061],[7.953,-5.121],[7.077,-10.779],[6.179,-11.776]],"c":true}],"e":[{"i":[[-0.066,2.005],[-1.098,0.464],[-3.175,-6.501],[2.991,-1.794],[5.503,-3.773],[4.232,-1.747],[5.429,-1.288],[2.251,5.508],[0.201,0.232],[0,0],[0.345,0.169],[-3.099,3.362],[-5.842,2.851]],"o":[[0.04,-1.19],[3.987,-1.685],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.116,-0.285],[0,0],[-0.251,-0.291],[-1.036,-0.507],[0,0],[0,0]],"v":[[-2.775,-8.359],[-0.905,-11.071],[17.171,-10.132],[15.837,-5.993],[15.315,1.69],[13.813,7.301],[10.271,12.408],[-0.332,7.6],[-0.796,6.812],[-0.945,6.641],[-1.853,5.952],[-1.873,0.539],[-1.827,-5.394]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":627,"s":[{"i":[[-0.066,2.005],[-1.098,0.464],[-3.175,-6.501],[2.991,-1.794],[5.503,-3.773],[4.232,-1.747],[5.429,-1.288],[2.251,5.508],[0.201,0.232],[0,0],[0.345,0.169],[-3.099,3.362],[-5.842,2.851]],"o":[[0.04,-1.19],[3.987,-1.685],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.116,-0.285],[0,0],[-0.251,-0.291],[-1.036,-0.507],[0,0],[0,0]],"v":[[-2.775,-8.359],[-0.905,-11.071],[17.171,-10.132],[15.837,-5.993],[15.315,1.69],[13.813,7.301],[10.271,12.408],[-0.332,7.6],[-0.796,6.812],[-0.945,6.641],[-1.853,5.952],[-1.873,0.539],[-1.827,-5.394]],"c":true}],"e":[{"i":[[-0.066,2.005],[-1.098,0.464],[-3.175,-6.501],[2.991,-1.794],[5.503,-3.773],[4.232,-1.747],[5.429,-1.288],[2.251,5.508],[0.201,0.232],[0,0],[0.345,0.169],[-3.099,3.362],[-5.842,2.851]],"o":[[0.04,-1.19],[3.987,-1.685],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.116,-0.285],[0,0],[-0.251,-0.291],[-1.036,-0.507],[0,0],[0,0]],"v":[[3.319,-3.359],[5.189,-6.071],[23.265,-5.132],[21.931,-0.993],[21.409,6.69],[19.907,12.301],[16.365,17.408],[5.762,12.6],[5.298,11.812],[5.149,11.641],[4.241,10.952],[4.221,5.539],[4.267,-0.394]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":628,"s":[{"i":[[-0.066,2.005],[-1.098,0.464],[-3.175,-6.501],[2.991,-1.794],[5.503,-3.773],[4.232,-1.747],[5.429,-1.288],[2.251,5.508],[0.201,0.232],[0,0],[0.345,0.169],[-3.099,3.362],[-5.842,2.851]],"o":[[0.04,-1.19],[3.987,-1.685],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.116,-0.285],[0,0],[-0.251,-0.291],[-1.036,-0.507],[0,0],[0,0]],"v":[[3.319,-3.359],[5.189,-6.071],[23.265,-5.132],[21.931,-0.993],[21.409,6.69],[19.907,12.301],[16.365,17.408],[5.762,12.6],[5.298,11.812],[5.149,11.641],[4.241,10.952],[4.221,5.539],[4.267,-0.394]],"c":true}],"e":[{"i":[[-0.066,2.005],[-1.098,0.464],[-3.175,-6.501],[2.991,-1.794],[5.503,-3.773],[4.232,-1.747],[5.429,-1.288],[2.251,5.508],[0.201,0.232],[0,0],[0.345,0.169],[-3.099,3.362],[-5.842,2.851]],"o":[[0.04,-1.19],[3.987,-1.685],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.116,-0.285],[0,0],[-0.251,-0.291],[-1.036,-0.507],[0,0],[0,0]],"v":[[7.694,1.016],[9.564,-1.696],[27.64,-0.757],[26.306,3.382],[25.784,11.065],[24.282,16.676],[20.74,21.783],[10.137,16.975],[9.673,16.187],[9.524,16.016],[8.616,15.327],[8.596,9.914],[8.642,3.981]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":629,"s":[{"i":[[-0.066,2.005],[-1.098,0.464],[-3.175,-6.501],[2.991,-1.794],[5.503,-3.773],[4.232,-1.747],[5.429,-1.288],[2.251,5.508],[0.201,0.232],[0,0],[0.345,0.169],[-3.099,3.362],[-5.842,2.851]],"o":[[0.04,-1.19],[3.987,-1.685],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.116,-0.285],[0,0],[-0.251,-0.291],[-1.036,-0.507],[0,0],[0,0]],"v":[[7.694,1.016],[9.564,-1.696],[27.64,-0.757],[26.306,3.382],[25.784,11.065],[24.282,16.676],[20.74,21.783],[10.137,16.975],[9.673,16.187],[9.524,16.016],[8.616,15.327],[8.596,9.914],[8.642,3.981]],"c":true}],"e":[{"i":[[-0.066,2.005],[-1.098,0.464],[-3.175,-6.501],[2.991,-1.794],[5.503,-3.773],[4.232,-1.747],[5.429,-1.288],[2.251,5.508],[0.201,0.232],[0,0],[0.345,0.169],[-3.099,3.362],[-5.842,2.851]],"o":[[0.04,-1.19],[3.987,-1.685],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.116,-0.285],[0,0],[-0.251,-0.291],[-1.036,-0.507],[0,0],[0,0]],"v":[[7.694,1.016],[9.564,-1.696],[27.64,-0.757],[26.306,3.382],[25.784,11.065],[24.282,16.676],[20.74,21.783],[10.137,16.975],[9.673,16.187],[9.524,16.016],[8.616,15.327],[8.596,9.914],[8.642,3.981]],"c":true}]},{"t":630}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.352999997606,0.442999985639,0.709999952129,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[10.281,24.927],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":385,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"L_hand Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":390,"s":[100],"e":[0]},{"t":393}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[239.637,372.733,0],"ix":2},"a":{"a":0,"k":[10.5,25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":385,"s":[{"i":[[1.289,-14.564],[0.543,-1.259],[-0.851,-5.341],[-1.036,0.44],[-1.114,5.09],[3.682,-0.909],[1.136,-1.315],[-5.322,-0.128],[-2.538,8.591],[0.161,8.807],[0.916,5.417]],"o":[[-0.121,1.365],[-1.924,4.456],[0.177,1.112],[1.514,-0.645],[0,0],[0,0],[0,0],[5.322,0.129],[2.536,-8.592],[0,0],[-0.917,-5.417]],"v":[[-1.636,-12.927],[-2.375,-8.932],[-8.012,12.188],[-5.642,13.543],[-0.918,5.983],[-6.253,20.224],[-9.84,17.142],[-6.698,24.873],[9.468,16.943],[7.653,-7.573],[7.326,-21.362]],"c":true}],"e":[{"i":[[-2.939,-0.525],[-0.203,0.181],[0.013,0.302],[0.902,0.969],[2.652,0.369],[2.124,-2.964],[-0.265,-6.018],[-3.164,0.221],[-1.946,1.593],[0.111,2.411],[3.805,2.035]],"o":[[0.298,0.053],[0.203,-0.181],[-0.036,-0.79],[-0.902,-0.969],[-3.805,-0.531],[-2.124,2.964],[0.265,6.018],[3.164,-0.221],[1.947,-1.593],[-0.111,-2.411],[-6.305,-3.373]],"v":[[6.988,-18.805],[7.77,-19.025],[8.086,-19.777],[6.901,-22.61],[1.792,-24.812],[-7.278,-21.051],[-10.242,-7.468],[-4.07,0.01],[4.624,-3.928],[7.787,-10.233],[2.323,-17.202]],"c":true}]},{"t":396}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.352999997606,0.442999985639,0.709999952129,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[10.281,24.927],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":396,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"L_shoulder Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":385,"s":[0],"e":[-4]},{"t":396}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":622,"s":[228.387,272.358,0],"e":[145.887,334.108,0],"to":[-13.75,10.2916669845581,0],"ti":[13.75,-10.2916669845581,0]},{"t":630}],"ix":2},"a":{"a":0,"k":[6.5,8.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":622,"s":[{"i":[[0,0],[1.353,2.362],[0,0],[-6.007,-13.124],[-5.167,0.416]],"o":[[-0.907,-4.948],[-1.352,-2.361],[0,0],[0,0],[5.166,-0.417]],"v":[[13.082,10.601],[1.562,-20.82],[-13.082,-10.19],[-4.177,14.84],[7.137,21.087]],"c":true}],"e":[{"i":[[-0.817,-1.085],[-0.934,1.745],[0,0],[-4.505,-9.843],[-3.384,6.507]],"o":[[-0.035,-2.854],[1.458,-1.738],[0,0],[0,0],[3.628,-3.419]],"v":[[32.786,-4.876],[26.392,-30.484],[9.611,-15.707],[16.779,0.358],[24.74,1.652]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":624,"s":[{"i":[[-0.817,-1.085],[-0.934,1.745],[0,0],[-4.505,-9.843],[-3.384,6.507]],"o":[[-0.035,-2.854],[1.458,-1.738],[0,0],[0,0],[3.628,-3.419]],"v":[[32.786,-4.876],[26.392,-30.484],[9.611,-15.707],[16.779,0.358],[24.74,1.652]],"c":true}],"e":[{"i":[[-1.226,-1.628],[1.039,1.005],[0,0],[-3.754,-8.202],[-2.493,9.553]],"o":[[-2.118,-18.206],[-2.124,-0.344],[0,0],[0,0],[2.86,-4.92]],"v":[[43.422,-11.868],[36.91,-35.073],[20.034,-21.684],[30.371,-5.725],[36.668,-7.973]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":625,"s":[{"i":[[-1.226,-1.628],[1.039,1.005],[0,0],[-3.754,-8.202],[-2.493,9.553]],"o":[[-2.118,-18.206],[-2.124,-0.344],[0,0],[0,0],[2.86,-4.92]],"v":[[43.422,-11.868],[36.91,-35.073],[20.034,-21.684],[30.371,-5.725],[36.668,-7.973]],"c":true}],"e":[{"i":[[20.801,15.881],[-0.556,0.736],[0,0],[-3.004,-6.562],[-1.602,12.599]],"o":[[-3.812,-17.417],[0.278,-0.248],[0,0],[0,0],[2.091,-6.421]],"v":[[56.642,-21.592],[48.693,-39.824],[31.121,-29.268],[41.087,-12.962],[48.269,-14.713]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":626,"s":[{"i":[[20.801,15.881],[-0.556,0.736],[0,0],[-3.004,-6.562],[-1.602,12.599]],"o":[[-3.812,-17.417],[0.278,-0.248],[0,0],[0,0],[2.091,-6.421]],"v":[[56.642,-21.592],[48.693,-39.824],[31.121,-29.268],[41.087,-12.962],[48.269,-14.713]],"c":true}],"e":[{"i":[[7.63,5.635],[8.046,6.944],[0,0],[-6.497,-3.047],[-0.71,15.644]],"o":[[-3.24,-3.772],[2.681,-0.153],[0,0],[0,0],[2.673,-0.118]],"v":[[66.313,-32.987],[57.39,-47.046],[41.921,-37.687],[57.471,-18.393],[71.465,-15.693]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":627,"s":[{"i":[[7.63,5.635],[8.046,6.944],[0,0],[-6.497,-3.047],[-0.71,15.644]],"o":[[-3.24,-3.772],[2.681,-0.153],[0,0],[0,0],[2.673,-0.118]],"v":[[66.313,-32.987],[57.39,-47.046],[41.921,-37.687],[57.471,-18.393],[71.465,-15.693]],"c":true}],"e":[{"i":[[0.384,4.665],[-4.472,-2.799],[0,0],[3.171,0.789],[1.073,21.735]],"o":[[1.077,-1.613],[5.877,3.313],[0.67,16.917],[0,0],[0.2,-10.205]],"v":[[70.949,-54.966],[74.744,-42.823],[86.029,-30.396],[79.467,-18.981],[54.796,-45.118]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":628,"s":[{"i":[[0.384,4.665],[-4.472,-2.799],[0,0],[3.171,0.789],[1.073,21.735]],"o":[[1.077,-1.613],[5.877,3.313],[0.67,16.917],[0,0],[0.2,-10.205]],"v":[[70.949,-54.966],[74.744,-42.823],[86.029,-30.396],[79.467,-18.981],[54.796,-45.118]],"c":true}],"e":[{"i":[[0.384,4.665],[-6.15,-1.936],[0,0],[-2.817,-0.9],[1.073,21.735]],"o":[[1.077,-1.613],[7.486,0.038],[4.814,1.031],[0,0],[0.2,-10.205]],"v":[[81.024,-62.406],[84.381,-51.171],[97.035,-40.403],[89.542,-26.422],[64.871,-52.558]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":629,"s":[{"i":[[0.384,4.665],[-6.15,-1.936],[0,0],[-2.817,-0.9],[1.073,21.735]],"o":[[1.077,-1.613],[7.486,0.038],[4.814,1.031],[0,0],[0.2,-10.205]],"v":[[81.024,-62.406],[84.381,-51.171],[97.035,-40.403],[89.542,-26.422],[64.871,-52.558]],"c":true}],"e":[{"i":[[-3.269,-4.342],[-7.797,-0.106],[0,0],[0,0],[1.964,24.781]],"o":[[2.582,3.43],[9.889,0.133],[0,0],[0,0],[-0.984,-12.426]],"v":[[89.719,-77.46],[95.824,-58.827],[111.866,-47.913],[106.626,-34.685],[77.551,-56.654]],"c":true}]},{"t":630}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.352999997606,0.442999985639,0.709999952129,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[13.082,21.106],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"L_arm Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":385,"s":[0],"e":[-13]},{"t":396}],"ix":10},"p":{"a":0,"k":[238.934,294.632,0],"ix":2},"a":{"a":0,"k":[7.5,3.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":389,"s":[{"i":[[0,0],[0.576,3.118],[5.75,-0.167],[0,0],[-2.244,-30.868],[0.543,-1.259],[-3.25,-3.125]],"o":[[-0.196,-10.813],[-1.304,-7.069],[-5.638,0.163],[0,0],[0.1,1.368],[0,0],[3.25,3.125]],"v":[[5.942,32.392],[8.596,-31.404],[-2.099,-39.585],[-8.662,-27.165],[-3.347,27.038],[-4.086,31.034],[-0.802,38.979]],"c":true}],"e":[{"i":[[0,0],[0.576,3.118],[5.75,-0.167],[0,0],[-2.244,-30.868],[0.543,-1.259],[-3.25,-3.125]],"o":[[-0.196,-10.813],[-1.304,-7.069],[-5.638,0.163],[0,0],[0.1,1.368],[0,0],[3.25,3.125]],"v":[[14.679,-17.676],[8.596,-31.404],[-2.099,-39.585],[-8.662,-27.165],[2.091,-14.299],[1.352,-10.303],[8.047,-4.906]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":396,"s":[{"i":[[0,0],[0.576,3.118],[5.75,-0.167],[0,0],[-2.244,-30.868],[0.543,-1.259],[-3.25,-3.125]],"o":[[-0.196,-10.813],[-1.304,-7.069],[-5.638,0.163],[0,0],[0.1,1.368],[0,0],[3.25,3.125]],"v":[[14.679,-17.676],[8.596,-31.404],[-2.099,-39.585],[-8.662,-27.165],[2.091,-14.299],[1.352,-10.303],[8.047,-4.906]],"c":true}],"e":[{"i":[[0,0],[0.576,3.118],[5.75,-0.167],[0,0],[-2.244,-30.868],[0.543,-1.259],[-3.25,-3.125]],"o":[[-0.196,-10.813],[-1.304,-7.069],[-5.638,0.163],[0,0],[0.1,1.368],[0,0],[3.25,3.125]],"v":[[14.679,-17.676],[8.596,-31.404],[-2.099,-39.585],[-8.662,-27.165],[2.091,-14.299],[1.352,-10.303],[8.047,-4.906]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":607,"s":[{"i":[[0,0],[0.576,3.118],[5.75,-0.167],[0,0],[-2.244,-30.868],[0.543,-1.259],[-3.25,-3.125]],"o":[[-0.196,-10.813],[-1.304,-7.069],[-5.638,0.163],[0,0],[0.1,1.368],[0,0],[3.25,3.125]],"v":[[14.679,-17.676],[8.596,-31.404],[-2.099,-39.585],[-8.662,-27.165],[2.091,-14.299],[1.352,-10.303],[8.047,-4.906]],"c":true}],"e":[{"i":[[0,0],[0.576,3.118],[5.75,-0.167],[0,0],[5.373,12.02],[0.543,-1.259],[-3.25,-3.125]],"o":[[-0.196,-10.813],[-1.304,-7.069],[-5.638,0.163],[7.892,4.107],[-0.56,-1.252],[0,0],[3.25,3.125]],"v":[[14.679,-17.676],[9.262,-34.842],[-2.099,-39.585],[-5.607,-29.282],[5.896,-20.22],[1.352,-10.303],[8.047,-4.906]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":608,"s":[{"i":[[0,0],[0.576,3.118],[5.75,-0.167],[0,0],[5.373,12.02],[0.543,-1.259],[-3.25,-3.125]],"o":[[-0.196,-10.813],[-1.304,-7.069],[-5.638,0.163],[7.892,4.107],[-0.56,-1.252],[0,0],[3.25,3.125]],"v":[[14.679,-17.676],[9.262,-34.842],[-2.099,-39.585],[-5.607,-29.282],[5.896,-20.22],[1.352,-10.303],[8.047,-4.906]],"c":true}],"e":[{"i":[[0,0],[0.576,3.118],[5.75,-0.167],[0,0],[5.373,12.02],[0.543,-1.259],[-3.25,-3.125]],"o":[[-0.196,-10.813],[-1.304,-7.069],[-5.638,0.163],[7.892,4.107],[-0.56,-1.252],[0,0],[3.25,3.125]],"v":[[14.679,-17.676],[9.262,-34.842],[-2.099,-39.585],[-5.607,-29.282],[5.896,-20.22],[1.352,-10.303],[8.047,-4.906]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":623,"s":[{"i":[[0,0],[0.576,3.118],[5.75,-0.167],[0,0],[5.373,12.02],[0.543,-1.259],[-3.25,-3.125]],"o":[[-0.196,-10.813],[-1.304,-7.069],[-5.638,0.163],[7.892,4.107],[-0.56,-1.252],[0,0],[3.25,3.125]],"v":[[14.679,-17.676],[9.262,-34.842],[-2.099,-39.585],[-5.607,-29.282],[5.896,-20.22],[1.352,-10.303],[8.047,-4.906]],"c":true}],"e":[{"i":[[0,0],[0.576,3.118],[5.75,-0.167],[0,0],[5.373,12.02],[0.543,-1.259],[-3.25,-3.125]],"o":[[-0.196,-10.813],[-1.304,-7.069],[-5.638,0.163],[4.201,6.206],[-0.56,-1.252],[0,0],[3.25,3.125]],"v":[[14.679,-17.676],[9.262,-34.842],[-2.099,-39.585],[-5.607,-29.282],[8.378,-22.084],[13.692,-15.408],[17.126,-12.559]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":624,"s":[{"i":[[0,0],[0.576,3.118],[5.75,-0.167],[0,0],[5.373,12.02],[0.543,-1.259],[-3.25,-3.125]],"o":[[-0.196,-10.813],[-1.304,-7.069],[-5.638,0.163],[4.201,6.206],[-0.56,-1.252],[0,0],[3.25,3.125]],"v":[[14.679,-17.676],[9.262,-34.842],[-2.099,-39.585],[-5.607,-29.282],[8.378,-22.084],[13.692,-15.408],[17.126,-12.559]],"c":true}],"e":[{"i":[[0,0],[0.576,3.118],[5.75,-0.167],[0,0],[5.373,12.02],[0.543,-1.259],[-3.25,-3.125]],"o":[[19.92,-2.988],[-1.304,-7.069],[-5.638,0.163],[7.217,8.698],[-0.56,-1.252],[0,0],[3.25,3.125]],"v":[[14.679,-17.676],[9.262,-34.842],[-2.099,-39.585],[-5.607,-29.282],[16.829,-20.903],[13.692,-15.408],[17.126,-12.559]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":625,"s":[{"i":[[0,0],[0.576,3.118],[5.75,-0.167],[0,0],[5.373,12.02],[0.543,-1.259],[-3.25,-3.125]],"o":[[19.92,-2.988],[-1.304,-7.069],[-5.638,0.163],[7.217,8.698],[-0.56,-1.252],[0,0],[3.25,3.125]],"v":[[14.679,-17.676],[9.262,-34.842],[-2.099,-39.585],[-5.607,-29.282],[16.829,-20.903],[13.692,-15.408],[17.126,-12.559]],"c":true}],"e":[{"i":[[0,0],[0.576,3.118],[5.75,-0.167],[0,0],[5.373,12.02],[0.543,-1.259],[-3.25,-3.125]],"o":[[19.92,-2.988],[-1.304,-7.069],[-5.638,0.163],[7.217,8.698],[-0.56,-1.252],[0,0],[3.25,3.125]],"v":[[14.679,-17.676],[9.262,-34.842],[-2.099,-39.585],[-4.066,-27.9],[16.829,-20.903],[13.692,-15.408],[17.126,-12.559]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":626,"s":[{"i":[[0,0],[0.576,3.118],[5.75,-0.167],[0,0],[5.373,12.02],[0.543,-1.259],[-3.25,-3.125]],"o":[[19.92,-2.988],[-1.304,-7.069],[-5.638,0.163],[7.217,8.698],[-0.56,-1.252],[0,0],[3.25,3.125]],"v":[[14.679,-17.676],[9.262,-34.842],[-2.099,-39.585],[-4.066,-27.9],[16.829,-20.903],[13.692,-15.408],[17.126,-12.559]],"c":true}],"e":[{"i":[[0,0],[0.576,3.118],[5.75,-0.167],[0,0],[5.373,12.02],[0.543,-1.259],[-3.25,-3.125]],"o":[[19.92,-2.988],[-1.304,-7.069],[-5.638,0.163],[7.217,8.698],[-0.56,-1.252],[0,0],[3.25,3.125]],"v":[[14.679,-17.676],[17.75,-33.267],[-2.099,-39.585],[-1.747,-30.443],[16.829,-20.903],[13.692,-15.408],[17.126,-12.559]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":627,"s":[{"i":[[0,0],[0.576,3.118],[5.75,-0.167],[0,0],[5.373,12.02],[0.543,-1.259],[-3.25,-3.125]],"o":[[19.92,-2.988],[-1.304,-7.069],[-5.638,0.163],[7.217,8.698],[-0.56,-1.252],[0,0],[3.25,3.125]],"v":[[14.679,-17.676],[17.75,-33.267],[-2.099,-39.585],[-1.747,-30.443],[16.829,-20.903],[13.692,-15.408],[17.126,-12.559]],"c":true}],"e":[{"i":[[0,0],[0.576,3.118],[5.75,-0.167],[0,0],[5.373,12.02],[0.543,-1.259],[-3.25,-3.125]],"o":[[19.92,-2.988],[-1.304,-7.069],[-5.638,0.163],[7.217,8.698],[-0.56,-1.252],[0,0],[3.25,3.125]],"v":[[14.679,-17.676],[9.262,-34.842],[-2.099,-39.585],[6.076,-25.43],[16.829,-20.903],[13.692,-15.408],[17.126,-12.559]],"c":true}]},{"t":628}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.352999997606,0.442999985639,0.709999952129,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[8.662,39.598],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":630,"st":0,"bm":0}]},{"id":"comp_13","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"right hand 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[102.5,309,0],"ix":2},"a":{"a":0,"k":[13.5,64.5,0],"ix":1},"s":{"a":0,"k":[86.376,86.376,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.543,-1.259],[0.851,-5.341],[1.036,0.441],[1.113,5.089],[-3.682,-0.909],[-1.135,-1.316],[5.321,-0.128],[2.537,8.59],[-0.16,8.808]],"o":[[1.923,4.455],[-0.176,1.111],[-1.514,-0.644],[0,0],[0,0],[0,0],[-5.322,0.128],[-2.536,-8.592],[0.197,-10.814]],"v":[[-0.367,30.143],[5.269,51.263],[2.899,52.617],[-1.824,45.058],[3.51,59.299],[7.097,56.217],[3.956,63.947],[-12.21,56.018],[-10.396,31.501]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.352941176471,0.443137254902,0.709803921569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[18.638,81.587],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":630,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"R_thumb Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":385,"s":[100],"e":[0]},{"t":386}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[89.25,233.25,0],"ix":2},"a":{"a":0,"k":[5,17,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.137,-0.671],[-1.982,-2.9],[0.31,-0.61],[-2.755,-6.658],[0.25,-0.482],[-6.093,0.151],[-0.184,0.067],[0,0],[0.023,0.804],[4.944,-1.14]],"o":[[-0.283,1.384],[0.386,0.564],[-1.419,2.787],[0.208,0.503],[-1.209,2.327],[0.195,-0.005],[0,0],[0.757,-0.273],[-0.173,-6.113],[-0.668,0.153]],"v":[[-2.653,-15.132],[-1.195,-7.935],[-1.044,-6.034],[-2.843,6.048],[-2.917,7.602],[-1.062,16.592],[-0.485,16.479],[3.515,15.034],[4.744,13.233],[-1.383,-16.555]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.852,-2.292],[0.64,13.013],[0.889,10.321],[1.474,8.502]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.352999997606,0.442999985639,0.709999952129,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[4.745,16.594],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100.498,99.639],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"phone Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":383,"s":[100],"e":[0]},{"t":385}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[74.41,217.731,0],"ix":2},"a":{"a":0,"k":[18,22.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.482,-0.194],[0,0],[0.195,0.482],[0,0],[-0.482,0.194],[0,0],[-0.194,-0.483],[0,0]],"o":[[0,0],[-0.482,0.195],[0,0],[-0.195,-0.482],[0,0],[0.482,-0.194],[0,0],[0.194,0.483]],"v":[[4.23,4.428],[0.02,6.122],[-1.205,5.602],[-4.75,-3.204],[-4.229,-4.428],[-0.02,-6.124],[1.205,-5.602],[4.751,3.201]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.383999992819,0.451000019148,0.517999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[16.799,21.304],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.054,-0.134],[0,0],[-0.142,-0.028],[0,0],[-0.083,0.119],[0,0],[0.054,0.134],[0,0],[0.134,-0.055]],"o":[[-0.134,0.055],[0,0],[0.054,0.135],[0,0],[0.142,0.029],[0,0],[0.083,-0.119],[0,0],[-0.054,-0.135],[0,0]],"v":[[-6.062,-5.152],[-6.208,-4.809],[-1.486,6.917],[-1.128,7.212],[3.215,8.079],[3.624,7.915],[6.156,4.279],[6.208,3.818],[1.486,-7.908],[1.143,-8.053]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.964999988032,0.984000052658,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[16.629,21.352],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.054,-0.134],[0,0],[-0.144,-0.02],[0,0],[-0.09,0.115],[0,0],[0.054,0.134],[0,0],[0.143,0.019],[0,0],[0.089,-0.114]],"o":[[-0.089,0.114],[0,0],[0.054,0.134],[0,0],[0.144,0.021],[0,0],[0.089,-0.114],[0,0],[-0.053,-0.135],[0,0],[-0.143,-0.021],[0,0]],"v":[[-4.154,-0.818],[-4.218,-0.368],[-2.786,3.189],[-2.427,3.469],[1.367,4.007],[1.791,3.835],[4.154,0.818],[4.218,0.368],[2.785,-3.188],[2.427,-3.469],[-1.368,-4.007],[-1.791,-3.837]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.862999949736,0.477999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[22.034,22.594],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.054,-0.135],[0,0],[-0.144,-0.02],[0,0],[-0.09,0.115],[0,0],[0.054,0.134],[0,0],[0.143,0.02],[0,0],[0.089,-0.114]],"o":[[-0.089,0.114],[0,0],[0.054,0.134],[0,0],[0.144,0.021],[0,0],[0.089,-0.115],[0,0],[-0.054,-0.135],[0,0],[-0.143,-0.02],[0,0]],"v":[[-4.154,-0.819],[-4.218,-0.367],[-2.786,3.188],[-2.427,3.469],[1.367,4.006],[1.791,3.836],[4.154,0.819],[4.218,0.367],[2.786,-3.188],[2.427,-3.469],[-1.368,-4.007],[-1.791,-3.837]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.630999995213,0.532999973671,0.929000016755,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[13.938,25.855],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.054,-0.135],[0,0],[-0.144,-0.02],[0,0],[-0.09,0.115],[0,0],[0.054,0.133],[0,0],[0.143,0.02],[0,0],[0.089,-0.113]],"o":[[-0.089,0.114],[0,0],[0.054,0.135],[0,0],[0.144,0.02],[0,0],[0.089,-0.115],[0,0],[-0.053,-0.134],[0,0],[-0.143,-0.02],[0,0]],"v":[[-4.154,-0.819],[-4.218,-0.367],[-2.786,3.188],[-2.427,3.469],[1.367,4.007],[1.791,3.836],[4.154,0.819],[4.218,0.368],[2.785,-3.188],[2.427,-3.469],[-1.368,-4.007],[-1.791,-3.837]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.328999986836,0.788000009574,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[18.401,13.641],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.054,-0.134],[0,0],[-0.144,-0.02],[0,0],[-0.09,0.115],[0,0],[0.054,0.134],[0,0],[0.143,0.019],[0,0],[0.089,-0.114]],"o":[[-0.089,0.114],[0,0],[0.054,0.134],[0,0],[0.144,0.021],[0,0],[0.089,-0.114],[0,0],[-0.054,-0.135],[0,0],[-0.143,-0.021],[0,0]],"v":[[-4.154,-0.818],[-4.218,-0.368],[-2.786,3.189],[-2.427,3.469],[1.367,4.007],[1.791,3.835],[4.154,0.818],[4.218,0.368],[2.786,-3.188],[2.427,-3.469],[-1.368,-4.007],[-1.791,-3.837]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.936999990426,0.823999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[10.305,16.903],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.702,-1.769],[0,0],[-1.791,0.807],[0,0],[0.68,1.713],[0,0],[1.769,-0.701],[0,0]],"o":[[0,0],[0.725,1.826],[0,0],[1.681,-0.756],[0,0],[-0.701,-1.77],[0,0],[-1.769,0.703]],"v":[[-17.335,-11.274],[-4.859,20.189],[-0.241,22.061],[15.546,14.955],[17.335,10.541],[5.148,-20.19],[0.674,-22.124],[-15.402,-15.748]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152999997606,0.169000004787,0.246999987434,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[17.579,22.366],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false}],"ip":166,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"R_hand Outlines","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},"n":"0p833_0p833_0p167_0p167","t":385,"s":[74,232.25,0],"e":[114.5,324.75,0],"to":[6.75,15.4166669845581,0],"ti":[-6.75,-15.4166669845581,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":396,"s":[114.5,324.75,0],"e":[114.5,324.75,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":622,"s":[114.5,324.75,0],"e":[108,327.25,0],"to":[-1.08333337306976,0.41666665673256,0],"ti":[1.08333337306976,-0.41666665673256,0]},{"t":630}],"ix":2},"a":{"a":0,"k":[16.5,22.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":385,"s":[{"i":[[0,0],[-5.41,-3.517],[0,0],[-1.666,-1.317],[0,0],[-2.684,-2.286],[-2.958,-1.284],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[5.07,2.201],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-12.319,-20.585],[-14.026,-10.803],[-12.444,-10.525],[-11.993,-6.505],[-10.327,-5.187],[-8.94,-0.039],[-2.079,12.7],[9.394,22.475],[14.296,15.465],[16.056,-1.887],[11.556,-14.574],[1.504,-22.475]],"c":true}],"e":[{"i":[[-1.47,-0.262],[-0.204,0.181],[0.014,0.302],[0.902,0.969],[2.651,0.37],[2.124,-2.964],[-0.265,-6.018],[-3.164,0.221],[-1.946,1.593],[0.111,2.411],[3.805,2.036],[-1.587,0.045]],"o":[[0.297,0.053],[0.204,-0.181],[-0.036,-0.79],[-0.902,-0.969],[-3.805,-0.531],[-2.124,2.964],[0.265,6.018],[3.164,-0.221],[1.947,-1.593],[-0.111,-2.411],[-3.153,-1.687],[1.587,-0.045]],"v":[[1.214,-16.352],[1.996,-16.572],[2.312,-17.324],[1.127,-20.157],[-3.982,-22.359],[-13.052,-18.599],[-16.016,-5.016],[-9.844,2.462],[-1.15,-1.475],[2.014,-7.78],[-3.451,-14.749],[-4.585,-17.012]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":396,"s":[{"i":[[-1.47,-0.262],[-0.204,0.181],[0.014,0.302],[0.902,0.969],[2.651,0.37],[2.124,-2.964],[-0.265,-6.018],[-3.164,0.221],[-1.946,1.593],[0.111,2.411],[3.805,2.036],[-1.587,0.045]],"o":[[0.297,0.053],[0.204,-0.181],[-0.036,-0.79],[-0.902,-0.969],[-3.805,-0.531],[-2.124,2.964],[0.265,6.018],[3.164,-0.221],[1.947,-1.593],[-0.111,-2.411],[-3.153,-1.687],[1.587,-0.045]],"v":[[1.214,-16.352],[1.996,-16.572],[2.312,-17.324],[1.127,-20.157],[-3.982,-22.359],[-13.052,-18.599],[-16.016,-5.016],[-9.844,2.462],[-1.15,-1.475],[2.014,-7.78],[-3.451,-14.749],[-4.585,-17.012]],"c":true}],"e":[{"i":[[-1.47,-0.262],[-0.204,0.181],[0.014,0.302],[0.902,0.969],[2.651,0.37],[2.124,-2.964],[-0.265,-6.018],[-3.164,0.221],[-1.946,1.593],[0.111,2.411],[3.805,2.036],[-1.587,0.045]],"o":[[0.297,0.053],[0.204,-0.181],[-0.036,-0.79],[-0.902,-0.969],[-3.805,-0.531],[-2.124,2.964],[0.265,6.018],[3.164,-0.221],[1.947,-1.593],[-0.111,-2.411],[-3.153,-1.687],[1.587,-0.045]],"v":[[1.214,-16.352],[1.996,-16.572],[2.312,-17.324],[1.127,-20.157],[-3.982,-22.359],[-13.052,-18.599],[-16.016,-5.016],[-9.844,2.462],[-1.15,-1.475],[2.014,-7.78],[-3.451,-14.749],[-4.585,-17.012]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":622,"s":[{"i":[[-1.47,-0.262],[-0.204,0.181],[0.014,0.302],[0.902,0.969],[2.651,0.37],[2.124,-2.964],[-0.265,-6.018],[-3.164,0.221],[-1.946,1.593],[0.111,2.411],[3.805,2.036],[-1.587,0.045]],"o":[[0.297,0.053],[0.204,-0.181],[-0.036,-0.79],[-0.902,-0.969],[-3.805,-0.531],[-2.124,2.964],[0.265,6.018],[3.164,-0.221],[1.947,-1.593],[-0.111,-2.411],[-3.153,-1.687],[1.587,-0.045]],"v":[[1.214,-16.352],[1.996,-16.572],[2.312,-17.324],[1.127,-20.157],[-3.982,-22.359],[-13.052,-18.599],[-16.016,-5.016],[-9.844,2.462],[-1.15,-1.475],[2.014,-7.78],[-3.451,-14.749],[-4.585,-17.012]],"c":true}],"e":[{"i":[[-2.639,-0.617],[0.228,0.997],[1.764,-0.073],[0.288,0.174],[0.071,0.159],[0.394,0.416],[0.859,-0.044],[1.86,0.21],[1.716,-2.758],[0.433,-5.281],[-3.089,3.861],[6.639,4.663]],"o":[[0.25,0.301],[-0.228,-0.997],[0.078,-0.01],[-0.288,-0.174],[-0.11,-0.385],[-0.394,-0.416],[-0.789,-0.848],[-3.329,-0.465],[-1.858,2.594],[-0.202,10.547],[3.09,-3.862],[-5.492,-4.303]],"v":[[7.589,2.599],[7.888,0.963],[5.165,-1.016],[4.704,-1.336],[4.021,-1.88],[3.311,-3.205],[1.477,-3.887],[-1.848,-3.846],[-7.211,1.642],[-10.239,12.911],[0.894,16.871],[4.295,2.567]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":624.667,"s":[{"i":[[-2.639,-0.617],[0.228,0.997],[1.764,-0.073],[0.288,0.174],[0.071,0.159],[0.394,0.416],[0.859,-0.044],[1.86,0.21],[1.716,-2.758],[0.433,-5.281],[-3.089,3.861],[6.639,4.663]],"o":[[0.25,0.301],[-0.228,-0.997],[0.078,-0.01],[-0.288,-0.174],[-0.11,-0.385],[-0.394,-0.416],[-0.789,-0.848],[-3.329,-0.465],[-1.858,2.594],[-0.202,10.547],[3.09,-3.862],[-5.492,-4.303]],"v":[[7.589,2.599],[7.888,0.963],[5.165,-1.016],[4.704,-1.336],[4.021,-1.88],[3.311,-3.205],[1.477,-3.887],[-1.848,-3.846],[-7.211,1.642],[-10.239,12.911],[0.894,16.871],[4.295,2.567]],"c":true}],"e":[{"i":[[-2.34,-0.708],[-0.155,2.184],[1.008,-0.367],[0.085,1.141],[0.135,0.168],[0.491,0.347],[0.675,0.607],[1.068,0.05],[1.309,-2.552],[1.131,-4.545],[-2.286,4.536],[5.667,5.255]],"o":[[0.352,0.577],[0.155,-2.184],[0.054,0.071],[-0.085,-1.141],[-0.202,-0.377],[-0.491,-0.346],[-0.676,-0.727],[-2.854,-0.398],[-1.593,2.223],[-0.933,9.058],[2.286,-4.537],[-4.68,-5.233]],"v":[[5.089,23.675],[6.091,19.937],[5.054,15.884],[4.987,13.732],[4.636,11.221],[3.57,10.209],[1.795,8.852],[-1.214,9.792],[-10.494,19.634],[-12.336,30.337],[0.345,33.812],[1.042,24.289]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":627.333,"s":[{"i":[[-2.34,-0.708],[-0.155,2.184],[1.008,-0.367],[0.085,1.141],[0.135,0.168],[0.491,0.347],[0.675,0.607],[1.068,0.05],[1.309,-2.552],[1.131,-4.545],[-2.286,4.536],[5.667,5.255]],"o":[[0.352,0.577],[0.155,-2.184],[0.054,0.071],[-0.085,-1.141],[-0.202,-0.377],[-0.491,-0.346],[-0.676,-0.727],[-2.854,-0.398],[-1.593,2.223],[-0.933,9.058],[2.286,-4.537],[-4.68,-5.233]],"v":[[5.089,23.675],[6.091,19.937],[5.054,15.884],[4.987,13.732],[4.636,11.221],[3.57,10.209],[1.795,8.852],[-1.214,9.792],[-10.494,19.634],[-12.336,30.337],[0.345,33.812],[1.042,24.289]],"c":true}],"e":[{"i":[[-0.96,0.674],[-0.515,4.509],[0.875,-0.177],[0.158,0.415],[0.151,0.17],[0.101,-0.07],[0.628,0.77],[0.87,0.01],[1.207,-2.501],[0.085,-4.982],[-3.919,1.384],[3.008,5.57]],"o":[[2.378,7.65],[0.515,-4.509],[0.048,0.091],[-0.159,-0.415],[-0.226,-0.374],[-0.101,0.07],[-1.269,-0.092],[-2.735,-0.382],[-1.526,2.131],[1.585,7.893],[1.831,-1.991],[-1.314,-2.06]],"v":[[3.026,27.569],[7.247,28.07],[6.588,17.36],[6.369,16.688],[5.852,15.623],[5.525,15.487],[4.594,14.759],[1.445,14.767],[-7.97,22.696],[-10.015,33.508],[-3.012,40.516],[0.227,29.283]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":628,"s":[{"i":[[-0.96,0.674],[-0.515,4.509],[0.875,-0.177],[0.158,0.415],[0.151,0.17],[0.101,-0.07],[0.628,0.77],[0.87,0.01],[1.207,-2.501],[0.085,-4.982],[-3.919,1.384],[3.008,5.57]],"o":[[2.378,7.65],[0.515,-4.509],[0.048,0.091],[-0.159,-0.415],[-0.226,-0.374],[-0.101,0.07],[-1.269,-0.092],[-2.735,-0.382],[-1.526,2.131],[1.585,7.893],[1.831,-1.991],[-1.314,-2.06]],"v":[[3.026,27.569],[7.247,28.07],[6.588,17.36],[6.369,16.688],[5.852,15.623],[5.525,15.487],[4.594,14.759],[1.445,14.767],[-7.97,22.696],[-10.015,33.508],[-3.012,40.516],[0.227,29.283]],"c":true}],"e":[{"i":[[-1.501,-0.063],[-0.057,-0.078],[0.438,-0.728],[-0.386,-0.301],[0.174,0.174],[-0.542,-2.172],[0.792,-1.324],[0.573,-0.05],[1.188,-5.445],[1.568,-4.085],[0.172,9.644],[-0.313,-0.246]],"o":[[0.415,0.748],[0.057,0.078],[0.04,0.122],[0.387,0.301],[-0.261,-0.371],[0.542,2.172],[-2.156,0.859],[-2.556,-0.357],[0.631,2.116],[-1.39,8.128],[-2.328,-10.356],[3.187,-1.621]],"v":[[-0.067,25.035],[0.677,25.944],[0.14,26.822],[1.006,27.619],[1.551,27.972],[2.507,31.521],[2.666,37.612],[1.308,36.223],[-1.937,36.535],[0.151,49.385],[-11.421,40.822],[-7.367,27.147]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":629,"s":[{"i":[[-1.501,-0.063],[-0.057,-0.078],[0.438,-0.728],[-0.386,-0.301],[0.174,0.174],[-0.542,-2.172],[0.792,-1.324],[0.573,-0.05],[1.188,-5.445],[1.568,-4.085],[0.172,9.644],[-0.313,-0.246]],"o":[[0.415,0.748],[0.057,0.078],[0.04,0.122],[0.387,0.301],[-0.261,-0.371],[0.542,2.172],[-2.156,0.859],[-2.556,-0.357],[0.631,2.116],[-1.39,8.128],[-2.328,-10.356],[3.187,-1.621]],"v":[[-0.067,25.035],[0.677,25.944],[0.14,26.822],[1.006,27.619],[1.551,27.972],[2.507,31.521],[2.666,37.612],[1.308,36.223],[-1.937,36.535],[0.151,49.385],[-11.421,40.822],[-7.367,27.147]],"c":true}],"e":[{"i":[[-2.041,-0.8],[-0.374,-0.934],[0.096,-0.945],[-0.619,-0.39],[0.199,0.177],[-0.069,-2.692],[0.49,1.257],[0.276,-0.11],[0.902,-2.346],[1.829,-3.809],[0.516,5.394],[-4.968,6.514]],"o":[[0.454,0.852],[0.374,0.934],[0.03,0.152],[0.619,0.39],[-0.295,-0.367],[0.069,2.692],[-3.044,1.81],[-2.378,-0.332],[-1.327,1.853],[-1.665,7.57],[-0.476,-4.976],[-3.867,-6.163]],"v":[[-0.661,25.251],[0.678,27.948],[1.192,30.784],[2.518,31.799],[3.5,32.321],[3.391,37.561],[2.989,41.466],[-0.579,38.68],[-1.403,42.875],[2.442,49.013],[-10.579,43.127],[-7.212,24.262]],"c":true}]},{"t":630}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.352999997606,0.442999985639,0.709999952129,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[16.056,22.474],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":630,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 2","td":1,"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},"n":"0p833_0p833_0p167_0p167","t":610,"s":[180,588,0],"e":[69.5,603,0],"to":[-18.4166660308838,2.5,0],"ti":[18.4166660308838,-2.5,0]},{"t":619}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,326.344,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[121.483,74.795],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.352941176471,0.443137254902,0.709803921569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0.742,-149.603],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[97.159,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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"hat","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.478,"y":1},"o":{"x":0.592,"y":0},"n":"0p478_1_0p592_0","t":383,"s":[183.25,-44.5,0],"e":[183.25,178.5,0],"to":[0,26.4282703399658,0],"ti":[0,-10.738395690918,0]},{"t":404}],"ix":2},"a":{"a":0,"k":[53,37.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.91,-0.252],[-0.48,2.188],[-0.916,0.243],[0.462,-2.17]],"o":[[-1.952,0.54],[0.225,-1.025],[1.946,-0.516],[-0.217,1.021]],"v":[[45.719,0.155],[42.515,-3.414],[44.41,-5.52],[47.591,-1.957]],"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,-2.311],[0,0],[0,0]],"o":[[0,0],[0,0],[1.19,-0.883]],"v":[[46.156,-10.429],[46.156,-8.606],[42.893,-10.632]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[1.389,0.861],[0,0],[0,0],[9.895,-5.17],[0.11,-0.304],[0,0],[1.16,-0.744],[0,0],[-1.076,-0.548],[0,0],[0,1.566],[-17.415,0],[0,0],[-2.077,1.249],[0,0],[0,0],[0,0],[0,-1.758],[0,0],[-1.326,4.398],[0,0],[1.57,0],[0,0]],"o":[[0,0],[1.398,-0.843],[0,0],[0,0],[0,0],[-0.504,0.306],[0,0],[-1.169,-0.726],[0,0],[-1.026,0.657],[0,0],[1.273,0.648],[0,0],[17.411,0],[0,2.64],[0,0],[0,0],[0,0],[-1.571,0],[0,0],[2.035,6.251],[0,0],[0,-1.758],[0,0],[0,0]],"v":[[48.857,0.627],[51.801,-1.145],[51.823,-5.09],[48.857,-6.929],[48.857,-8.748],[40.703,-13.464],[39.819,-12.543],[0.896,-36.713],[-2.857,-36.685],[-52.151,-5.097],[-52.031,-2.209],[-37.078,5.396],[-34.361,3.436],[0.044,-7.243],[34.98,3.136],[39.572,6.212],[46.16,2.25],[46.16,29.469],[45.281,29.469],[42.438,32.653],[42.438,33.076],[52.881,33.414],[52.881,32.649],[50.038,29.467],[48.857,29.467]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[52.881,37.25],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.312],[0,0],[-2.477,1.327],[-9.615,0],[-6.006,-3.217],[0,4.139],[0,0],[1.354,0.99],[12.09,0],[4.732,-3.662]],"o":[[0,0],[0,4.139],[6.004,-3.218],[9.616,0],[2.477,1.327],[0,0],[0,-2.359],[-4.87,-3.56],[-12.096,-0.009],[-1.312,1.016]],"v":[[-31.092,-2.34],[-31.092,12.525],[-26.046,18.234],[-0.002,10.312],[26.046,18.234],[31.092,12.527],[31.092,-2.622],[28.87,-8.105],[-0.245,-19.553],[-28.946,-7.766]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[53.191,41.29],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"R_hand Outlines","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},"n":"0p833_0p833_0p167_0p167","t":385,"s":[74,277.25,0],"e":[114.5,369.75,0],"to":[6.75,15.4166669845581,0],"ti":[-6.75,-15.4166669845581,0]},{"t":396}],"ix":2},"a":{"a":0,"k":[16.5,22.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":385,"s":[{"i":[[0,0],[-5.41,-3.517],[0,0],[-1.666,-1.317],[0,0],[-2.684,-2.286],[-2.958,-1.284],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[5.07,2.201],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-12.319,-20.585],[-14.026,-10.803],[-12.444,-10.525],[-11.993,-6.505],[-10.327,-5.187],[-8.94,-0.039],[-2.079,12.7],[9.394,22.475],[14.296,15.465],[16.056,-1.887],[11.556,-14.574],[1.504,-22.475]],"c":true}],"e":[{"i":[[-1.47,-0.262],[-0.204,0.181],[0.014,0.302],[0.902,0.969],[2.651,0.37],[2.124,-2.964],[-0.265,-6.018],[-3.164,0.221],[-1.946,1.593],[0.111,2.411],[3.805,2.036],[-1.587,0.045]],"o":[[0.297,0.053],[0.204,-0.181],[-0.036,-0.79],[-0.902,-0.969],[-3.805,-0.531],[-2.124,2.964],[0.265,6.018],[3.164,-0.221],[1.947,-1.593],[-0.111,-2.411],[-3.153,-1.687],[1.587,-0.045]],"v":[[1.214,-16.352],[1.996,-16.572],[2.312,-17.324],[1.127,-20.157],[-3.982,-22.359],[-13.052,-18.599],[-16.016,-5.016],[-9.844,2.462],[-1.15,-1.475],[2.014,-7.78],[-3.451,-14.749],[-4.585,-17.012]],"c":true}]},{"t":396}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.352999997606,0.442999985639,0.709999952129,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[16.056,22.474],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":385,"op":618,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":0,"nm":"Logo","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[180,320,0],"ix":2},"a":{"a":0,"k":[180,320,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":360,"h":640,"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"white curve bg Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[180,525.5,0],"ix":2},"a":{"a":0,"k":[180,114.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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},"n":"0p667_1_0p333_0","t":130,"s":[{"i":[[0,0],[82.013,0.5],[0,0],[0,0],[0,0]],"o":[[0,0],[-97.703,-0.596],[0,0],[0,0],[0,0]],"v":[[180,-526.281],[3.654,-526.218],[-180,-526.281],[-180,114.281],[180,114.281]],"c":true}],"e":[{"i":[[0,0],[82.013,0.5],[0,0],[0,0],[0,0]],"o":[[0,0],[-97.703,-0.596],[0,0],[0,0],[0,0]],"v":[[180,-114.281],[1.654,-72.218],[-180,-114.281],[-180,114.281],[180,114.281]],"c":true}]},{"t":151}],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[180,114.281],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 3","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[180,320,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[367.641,675.406],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.352941176471,0.443137254902,0.709803921569,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-4.18,9.703],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[101.38,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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"google guy","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":622,"s":[434.311,352.631,0],"e":[274.311,352.631,0],"to":[-26.6666660308838,0,0],"ti":[26.6666660308838,0,0]},{"t":639}],"ix":2},"a":{"a":0,"k":[78,162,0],"ix":1},"s":{"a":0,"k":[92.683,92.683,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.46,-0.021],[0.558,-6.723],[7.252,13.75],[7.519,19.89]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-8.578,-24.32],[-9.587,24.34],[-2.166,-8.175],[2.068,-22.438]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.875,0.905999995213,0.957000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[102.754,117.86],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[3.182,-1.444],[0,0],[-5.833,1.667],[0,0],[-4.007,-6.917],[-4.82,-5.573]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[5.974,-24.391],[-6.408,-21.648],[-8.506,-9.287],[-3.423,-6.62],[0.36,-8.62],[-2.847,3.297],[9.256,24.391]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.875,0.905999995213,0.957000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[66.056,117.18],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[2,-17.319],[-1.739,-17.717],[-11,0.88],[0.113,13.085],[0,0],[0,0],[0,0],[-8.104,-0.745],[-1.718,12.536],[0,0],[5.491,12.126],[10.381,26.444],[14.555,2.314]],"o":[[0,0],[0,0],[0,0],[0,0],[-0.017,-2.048],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-28.932,-84.306],[-30.479,-29.792],[-30.495,61.457],[-21.09,82.053],[3.594,71.221],[3.594,-1.348],[11.15,46.81],[12.459,53.69],[20.854,56.568],[27.725,46.206],[31.315,18.193],[29.012,-11.681],[13.902,-65.364],[-4.146,-79.925]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.972999961703,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[123.109,177.846],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.242,-1.031],[0,0],[0.828,0],[0.575,-1.674],[0,0],[0,0],[-2.771,0]],"o":[[0,0],[-0.654,-0.409],[-1.868,0],[0,0],[0,0],[1.193,-2.301],[1.74,0]],"v":[[5.473,-1.242],[3.15,0.659],[0.895,0.015],[-3.137,2.892],[-5.471,0.98],[-5.473,0.98],[0.895,-2.893]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.882000014361,0.438999998803,0.603999956916,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[55.143,131.702],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[1.699,0],[1.211,2.245],[0,0],[-1.827,0],[-0.632,0.37]],"o":[[0,0],[-1.23,0.987],[-2.731,0],[0,0],[0.605,1.616],[0.786,0],[0,0]],"v":[[5.402,1.258],[5.402,1.259],[0.913,2.837],[-5.402,-0.934],[-3.077,-2.837],[0.913,-0.07],[3.066,-0.653]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.838999968884,0.847000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[55.125,140.312],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-0.457],[0.102,-0.482],[1.263,-1.016],[0,0],[0,0],[0,0],[-0.345,0.921],[0,0],[0,0],[0,0]],"o":[[0.082,0.434],[0,0.514],[-0.35,1.643],[0,0],[0,0],[0,0],[0.838,-0.493],[0,0],[0,0],[0,0],[0,0]],"v":[[3.381,-3.466],[3.506,-2.127],[3.35,-0.63],[0.825,3.465],[0.824,3.464],[-1.222,3.36],[-1.511,1.553],[0.328,-0.63],[-3.506,-0.63],[-3.506,-3.466],[0.384,-3.466]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.470999983245,0.552999997606,0.875,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[59.702,138.106],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.176,-0.465],[0,0],[0,0],[0,1.229],[-0.513,0.987],[0,0],[0,0],[0,0],[0,-0.484]],"o":[[0,0],[0,0],[-0.545,-1.011],[0,-1.189],[0,0],[0,0],[0,0],[-0.148,0.434],[0,0.526]],"v":[[1.59,1.445],[1.09,3.309],[-0.734,3.348],[-1.59,-0.05],[-0.788,-3.348],[-0.786,-3.348],[0.837,-3.049],[1.549,-1.436],[1.318,-0.05]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-50.458,187.811],[104.885,187.811],[104.885,-136.03],[-50.458,-136.03]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-50.458,-136.03],[104.885,-136.03],[104.885,187.811],[-50.458,187.811]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.957000014361,0.728999956916,0.39199999641,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[50.458,136.03],"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":"Group 7","np":3,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-4.315,-4.664]],"o":[[0,0],[0,0]],"v":[[-4.197,2.39],[4.198,2.274]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[90.891,33.728],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-4.314,-4.664]],"o":[[0,0],[0,0]],"v":[[-4.197,2.39],[4.198,2.274]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[73.916,33.728],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.076,-0.542],[0.44,0.863],[0.575,0.901],[-0.373,-0.385],[-0.243,-0.466],[-0.102,-0.514]],"o":[[-0.637,-0.872],[-0.432,-0.882],[0.539,0.115],[0.386,0.385],[0.226,0.476],[0.105,0.51]],"v":[[1.396,2.606],[-0.089,-0.014],[-1.473,-2.606],[-0.098,-1.765],[0.807,-0.454],[1.312,1.029]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152999997606,0.169000004787,0.246999987434,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[61.812,7.794],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.126,-1.104],[0.171,1.046],[-0.453,1.029],[-0.158,-1.015]],"o":[[-0.64,-0.914],[-0.136,-1.044],[0.342,1.053],[0.134,1.015]],"v":[[0.564,3.087],[-0.544,0.098],[-0.238,-3.087],[0.445,-0.046]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152999997606,0.169000004787,0.246999987434,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[63.464,6.35],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.211,-0.473],[0.811,0.293],[0.408,0.08],[0.52,-0.042],[-0.533,0.07],[-0.485,-0.169],[-0.372,-0.334]],"o":[[-0.961,-0.324],[-0.397,-0.154],[-0.412,-0.07],[0.31,-0.41],[0.539,-0.078],[0.479,0.19],[0.373,0.33]],"v":[[2.556,1.128],[-0.002,0.094],[-1.205,-0.269],[-2.556,-0.316],[-1.198,-1.05],[0.354,-0.841],[1.642,-0.056]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152999997606,0.169000004787,0.246999987434,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[60.23,9.423],"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.662,0],[0,0],[0.072,-0.675],[5.699,-0.214],[0.203,2.321]],"o":[[0,0],[0.679,0],[-0.232,2.229],[-5.802,0.218],[-0.058,-0.66]],"v":[[-5.999,-4.169],[5.989,-4.169],[7.114,-2.903],[-0.001,3.951],[-7.128,-2.945]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[82.236,60.513],"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.969,0.631],[-1.765,0.722],[-1.844,-0.717],[-2.326,0.254],[3.046,0],[0.882,0.883]],"o":[[0,0],[2.172,-0.696],[1.763,-0.723],[1.845,0.717],[2.325,-0.253],[-3.048,0],[-0.881,-0.882]],"v":[[-14.06,-1.309],[-6.093,-2.808],[-0.506,-1.309],[4.013,-2.653],[11.735,-1.068],[1.419,3.503],[-12.537,1.818]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152999997606,0.169000004787,0.246999987434,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[82.34,52.851],"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-17.885,-3.77],[0,0],[0,0],[20.932,14.837],[1.523,-1.523]],"o":[[0,0],[17.885,3.768],[0,0],[0,0],[0,0],[-1.524,1.524]],"v":[[-21.615,-3.301],[3.73,-14.288],[19.048,3.115],[15.832,1.459],[-15.118,0.067],[-19.93,-2.179]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152999997606,0.169000004787,0.246999987434,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[83.397,14.904],"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":"Group 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.689,3.048],[1.444,-5.132],[0.132,-1.561],[2.306,-2.95],[9.062,-0.4],[1.283,1.202],[2.245,2.861],[-0.303,3.072],[-0.891,1.986],[3.132,3.522],[1.203,-3.85],[-1.204,-3.849],[1.203,-4.774],[-4.451,-4.998],[-4.494,-0.436],[-1.443,1.605],[2.245,7.058],[0,3.688]],"o":[[0,0],[-1.443,5.133],[-0.112,1.318],[-3.24,4.143],[-9.063,0.402],[-1.283,-1.204],[-0.97,-1.238],[0.214,-2.166],[1.46,-3.25],[-4.491,-5.053],[-1.204,3.849],[1.203,3.85],[-1.204,4.776],[4.574,5.138],[4.777,0.465],[1.444,-1.603],[-2.246,-7.058],[0,-3.69]],"v":[[20.051,-34.919],[16.201,-33.315],[18.126,-18.879],[14.757,-5.726],[-0.481,5.742],[-13.073,1.974],[-19.008,-8.052],[-19.512,-16.307],[-17.83,-22.565],[-17.564,-35.239],[-24.139,-34.116],[-24.139,-17.516],[-24.139,5.779],[-17.724,25.07],[-0.641,39.827],[14.917,29.561],[23.098,6.625],[21.173,-14.708]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152999997606,0.169000004787,0.246999987434,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[83.196,48.928],"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":"Group 16","np":2,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-13.243,5.678],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[11.016,2.301],[10.154,-4.361],[-10.077,-5.535],[-11.017,4.451]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.136999990426,0.122000002394,0.125,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[83.037,86.415],"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":"Group 17","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.08,-1.845],[0,0],[0,0],[0,0],[1.123,-0.802],[-2.317,-4.089],[0,0],[0,0],[0,0],[0,0],[1.765,3.048],[0,0],[0,0],[3.208,0.712]],"o":[[0,0],[0,0],[0,0],[0,0],[-1.123,0.802],[2.316,4.089],[0,0],[0,0],[0,0],[0,0],[-1.765,-3.048],[0,0],[0,0],[-3.207,-0.712]],"v":[[-11.309,-33.443],[-20.771,-30.395],[-23.257,-17.563],[-22.617,-1.764],[-25.744,-3.128],[-24.05,10.989],[-19.408,21.339],[-5.133,35.287],[11.87,31.599],[22.537,13.874],[25.103,-0.481],[20.291,-0.561],[20.772,-20.13],[13.875,-31.688]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.470999983245,0.552999997606,0.875,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[83.357,42.48],"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":"Group 18","np":2,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-3.516,3.104],[3.623,-3.603]],"o":[[0,0],[3.518,-3.106],[-3.623,3.603]],"v":[[-3.65,3.916],[-1.577,-4.988],[1.469,4.491]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.470999983245,0.552999997606,0.875,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":633,"s":[14.214,170.596],"e":[14.214,160.596],"to":[0,-1.66666662693024],"ti":[0,1.66666662693024]},{"t":639}],"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":"Group 19","np":2,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.103,-1.479],[-11.127,-7.15],[2.705,2.438],[0,0],[3.909,4.897]],"o":[[0,0],[11.127,7.149],[-2.705,-2.438],[0,0],[-3.909,-4.897]],"v":[[-6.329,-13.692],[-3.781,8.984],[10.885,-6.387],[-0.023,-5.379],[10.999,-11.236]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.470999983245,0.552999997606,0.875,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":633,"s":[15.069,188.685],"e":[15.069,178.685],"to":[0,-1.66666662693024],"ti":[0,1.66666662693024]},{"t":639}],"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":"Group 20","np":2,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[19.333,-8.667],[2.909,-12.411],[0,0],[0.968,-7.517],[-17.852,-3.455],[-6.951,30.991],[-7.174,-19.125],[-1.309,-0.58],[-12.024,0.046],[-0.997,1.235],[4.174,17.044]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.503,1.341],[3.856,1.709],[1.586,-0.006],[3.094,-3.831],[0,0]],"v":[[29.372,-84.048],[-5.073,-73.345],[-15.937,-57.188],[-30.759,-18.32],[-41.464,1.93],[-30.214,22.747],[-1.98,3.195],[1.733,75.878],[4.557,78.876],[29.747,84.002],[33.851,82.072],[38.483,51.367]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.972999961703,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[42.657,176.837],"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":"Group 21","np":2,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.803,-7.43],[-2.763,7.881],[0,0]],"o":[[0,0],[1.608,6.618],[2.888,-8.232],[0,0]],"v":[[-9.925,-14.566],[-10.768,5.952],[9.683,7.219],[8.727,-15.1]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-83.418,231.481],[71.925,231.481],[71.925,-92.36],[-83.418,-92.36]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-83.418,-92.36],[71.925,-92.36],[71.925,231.481],[-83.418,231.481]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.470999983245,0.552999997606,0.875,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[83.418,92.36],"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":"Group 22","np":3,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[3.609,-2.98],[0,0],[-16.12,-10.183],[-2.887,21.608],[-12.768,-8.73],[-0.284,-0.094],[-36.41,8.96],[-0.448,2.224],[3.536,20.993],[-0.963,-0.497],[-2.406,8.196],[1.443,11.921],[6.256,6.954],[6.015,0.993]],"o":[[0,0],[-3.609,2.981],[0,0],[16.12,10.183],[0,0],[0.249,0.17],[3.79,1.243],[2.141,-0.528],[2.057,-10.24],[0,0],[0.962,0.497],[2.406,-8.195],[-1.445,-11.922],[-6.255,-6.954],[-6.015,-0.993]],"v":[[-3.756,-73.143],[-45.081,-57.497],[-65.773,-6.83],[-71.547,31.17],[-36.66,11.549],[-29.087,60.983],[-28.284,61.37],[39.979,62.126],[44.221,57.613],[48.031,-3.477],[57.895,66.189],[71.85,64.947],[76.422,11.052],[55.008,-58.49],[19.64,-71.405]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.808000033509,0.851000019148,0.936999990426,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[77.672,165.347],"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":"Group 23","np":2,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[12.15,-8.781],[-1.082,6.617],[0,0],[-4.089,2.887],[0,0],[0,0]],"o":[[0,0],[-12.15,8.782],[1.083,-6.616],[0,0],[4.09,-2.888],[0,0],[0,0]],"v":[[7.796,-20.331],[7.074,14.677],[-13.738,8.901],[-11.092,3.608],[-5.558,10.586],[-6.159,-0.885],[-2.911,-23.458]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.352999997606,0.442999985639,0.709999952129,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[140.523,243.54],"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":"Group 24","np":2,"cix":2,"ix":24,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.443,-0.962],[-2.166,-1.804],[0.12,0.842]],"o":[[0,0],[-1.443,0.963],[2.165,1.805],[0,0]],"v":[[5.113,-16.06],[-1.383,3.308],[-2.947,14.255],[4.391,6.316]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.352999997606,0.442999985639,0.709999952129,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[131.897,240.112],"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":"Group 25","np":2,"cix":2,"ix":25,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[18.153,0.642],[3.828,3.814],[0,0],[-14.579,-11.766],[0,0]],"o":[[0,0],[-1.485,-4.103],[0,0],[2.095,1.691],[0,0]],"v":[[-1.233,13.355],[-38.337,4.979],[-37.39,-2.232],[37.547,-2.232],[39.822,8.292]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.238999998803,0.289999988032,0.430999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[83.174,221.684],"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":"Group 26","np":2,"cix":2,"ix":26,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-13.795,-51.648],[-25.022,47.848],[12.191,17.644]],"o":[[0,0],[0,0],[0,0],[-12.19,-17.644]],"v":[[-37.212,-43.382],[-32.079,47.187],[39.779,42.102],[33.684,-47.128]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152999997606,0.169000004787,0.246999987434,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[83.678,259.069],"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":"Group 27","np":2,"cix":2,"ix":27,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"L_hand Outlines 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":394,"s":[0],"e":[100]},{"t":396}],"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},"n":"0p833_0p833_0p167_0p167","t":385,"s":[243.387,413.983,0],"e":[250.887,371.483,0],"to":[1.25,-7.08333349227905,0],"ti":[-1.25,7.08333349227905,0]},{"t":396}],"ix":2},"a":{"a":0,"k":[10.5,25,0],"ix":1},"s":{"a":0,"k":[-100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":385,"s":[{"i":[[1.289,-14.564],[0.543,-1.259],[-0.851,-5.341],[-1.036,0.44],[-1.114,5.09],[3.682,-0.909],[1.136,-1.315],[-5.322,-0.128],[-2.538,8.591],[0.161,8.807],[0.916,5.417]],"o":[[-0.121,1.365],[-1.924,4.456],[0.177,1.112],[1.514,-0.645],[0,0],[0,0],[0,0],[5.322,0.129],[2.536,-8.592],[0,0],[-0.917,-5.417]],"v":[[-1.636,-12.927],[-2.375,-8.932],[-8.012,12.188],[-5.642,13.543],[-0.918,5.983],[-6.253,20.224],[-9.84,17.142],[-6.698,24.873],[9.468,16.943],[7.653,-7.573],[7.326,-21.362]],"c":true}],"e":[{"i":[[-2.939,-0.525],[-0.203,0.181],[0.013,0.302],[0.902,0.969],[2.652,0.369],[2.124,-2.964],[-0.265,-6.018],[-3.164,0.221],[-1.946,1.593],[0.111,2.411],[3.805,2.035]],"o":[[0.298,0.053],[0.203,-0.181],[-0.036,-0.79],[-0.902,-0.969],[-3.805,-0.531],[-2.124,2.964],[0.265,6.018],[3.164,-0.221],[1.947,-1.593],[-0.111,-2.411],[-6.305,-3.373]],"v":[[6.988,-18.805],[7.77,-19.025],[8.086,-19.777],[6.901,-22.61],[1.792,-24.812],[-7.278,-21.051],[-10.242,-7.468],[-4.07,0.01],[4.624,-3.928],[7.787,-10.233],[2.323,-17.202]],"c":true}]},{"t":396}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.352999997606,0.442999985639,0.709999952129,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[10.281,24.927],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":385,"op":623,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"certificate 2","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":383,"s":[180.372,503.5,0],"e":[180.372,358.5,0],"to":[0,-24.1666660308838,0],"ti":[0,24.1666660308838,0]},{"i":{"x":0,"y":0},"o":{"x":0.167,"y":0.167},"n":"0_0_0p167_0p167","t":404,"s":[180.372,358.5,0],"e":[180.372,358.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.737,"y":0.697},"o":{"x":0.159,"y":0},"n":"0p737_0p697_0p159_0","t":609,"s":[180.372,358.5,0],"e":[48.208,358.5,0],"to":[-21.4026374816895,0,0],"ti":[36.1467590332031,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.411,"y":0.359},"n":"0p833_0p833_0p411_0p359","t":620,"s":[48.208,358.5,0],"e":[32.372,358.5,0],"to":[-5.51259326934814,0,0],"ti":[3.26402831077576,0,0]},{"t":621}],"ix":2},"a":{"a":0,"k":[71.5,45,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.52,0],[0,0],[0,0.519],[0,0],[-0.519,-0.001],[0,0],[0,-0.519],[0,0]],"o":[[0,0],[-0.519,0],[0,0],[0,-0.519],[0,0],[0.52,0],[0,0],[0,0.52]],"v":[[2.535,6.163],[-2.54,6.161],[-3.481,5.221],[-3.476,-5.223],[-2.535,-6.163],[2.54,-6.161],[3.481,-5.219],[3.477,5.223]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.383999992819,0.451000019148,0.517999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[117.318,31.497],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-0.156],[0,0],[-0.132,-0.086],[0,0],[-0.131,0.086],[0,0],[0,0.158],[0,0],[0.157,0]],"o":[[-0.157,0],[0,0],[0,0.157],[0,0],[0.131,0.086],[0,0],[0.131,-0.086],[0,0],[0.001,-0.157],[0,0]],"v":[[-4.206,-8.571],[-4.492,-8.286],[-4.497,5.412],[-4.258,5.854],[-0.243,8.485],[0.234,8.485],[4.252,5.857],[4.491,5.415],[4.496,-8.282],[4.211,-8.567]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.964999988032,0.984000052658,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[117.329,32.414],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-0.157],[0,0],[-0.136,-0.079],[0,0],[-0.136,0.078],[0,0],[0,0.156],[0,0],[0.136,0.078],[0,0],[0.136,-0.079]],"o":[[-0.136,0.078],[0,0],[0,0.157],[0,0],[0.136,0.079],[0,0],[0.136,-0.079],[0,0],[0,-0.158],[0,0],[-0.135,-0.078],[0,0]],"v":[[-3.842,-2.506],[-4.09,-2.077],[-4.092,2.075],[-3.845,2.504],[-0.25,4.581],[0.245,4.581],[3.842,2.507],[4.09,2.079],[4.092,-2.074],[3.844,-2.503],[0.249,-4.581],[-0.246,-4.581]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.862999949736,0.477999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[122.056,34.915],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-0.157],[0,0],[-0.136,-0.079],[0,0],[-0.136,0.078],[0,0],[0,0.156],[0,0],[0.136,0.078],[0,0],[0.136,-0.078]],"o":[[-0.136,0.078],[0,0],[0,0.157],[0,0],[0.136,0.078],[0,0],[0.136,-0.078],[0,0],[0,-0.157],[0,0],[-0.135,-0.078],[0,0]],"v":[[-3.842,-2.506],[-4.09,-2.078],[-4.092,2.074],[-3.845,2.503],[-0.25,4.581],[0.245,4.581],[3.842,2.506],[4.09,2.078],[4.092,-2.075],[3.844,-2.503],[0.249,-4.581],[-0.246,-4.581]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.630999995213,0.532999973671,0.929000016755,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[112.598,34.912],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-0.158],[0,0],[-0.136,-0.079],[0,0],[-0.136,0.079],[0,0],[0,0.157],[0,0],[0.136,0.078],[0,0],[0.136,-0.079]],"o":[[-0.136,0.079],[0,0],[0,0.157],[0,0],[0.135,0.079],[0,0],[0.135,-0.079],[0,0],[0.001,-0.158],[0,0],[-0.136,-0.079],[0,0]],"v":[[-3.843,-2.507],[-4.09,-2.077],[-4.092,2.075],[-3.845,2.504],[-0.249,4.581],[0.245,4.581],[3.843,2.507],[4.09,2.077],[4.091,-2.074],[3.844,-2.503],[0.249,-4.581],[-0.246,-4.581]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.328999986836,0.788000009574,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[122.033,24.446],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-0.157],[0,0],[-0.136,-0.079],[0,0],[-0.136,0.078],[0,0],[0,0.156],[0,0],[0.136,0.078],[0,0],[0.136,-0.078]],"o":[[-0.136,0.078],[0,0],[0,0.157],[0,0],[0.135,0.078],[0,0],[0.135,-0.078],[0,0],[0,-0.158],[0,0],[-0.136,-0.078],[0,0]],"v":[[-3.842,-2.506],[-4.09,-2.078],[-4.092,2.074],[-3.845,2.503],[-0.249,4.581],[0.245,4.581],[3.844,2.506],[4.09,2.078],[4.092,-2.075],[3.844,-2.503],[0.249,-4.581],[-0.246,-4.581]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.936999990426,0.823999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[112.575,24.443],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[18.099,24.871],[47.646,24.871]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.286000001197,0.838999968884,0.847000002394,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[18.099,47.387],[76.401,47.387]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.866999966491,0.877999997606,0.913999968884,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[18.099,41.881],[64.918,41.881]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.866999966491,0.877999997606,0.913999968884,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[18.099,76.498],[44.977,76.498]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.866999966491,0.877999997606,0.913999968884,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[18.099,69.451],[29.449,69.451]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.866999966491,0.877999997606,0.913999968884,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[18.099,52.894],[46.889,52.894]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.866999966491,0.877999997606,0.913999968884,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[18.099,19.162],[67.984,19.162]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.866999966491,0.877999997606,0.913999968884,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.251,0.597],[-0.011,0.064],[-0.041,0.017],[-0.035,-0.024],[-0.319,-0.76],[0.064,-0.29],[0.248,-0.104],[0.105,0]],"o":[[-0.318,-0.761],[0.007,-0.042],[0.039,-0.016],[0.051,0.036],[0.157,0.374],[-0.063,0.286],[-0.099,0.041],[-0.433,0.001]],"v":[[-0.812,0.727],[-0.869,-1.569],[-0.793,-1.663],[-0.674,-1.65],[0.926,-0.002],[1.066,1.011],[0.583,1.617],[0.277,1.678]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[104.798,59.758],"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.547,3.548],[0.092,0.092],[0.092,-0.092],[-4.975,-4.973],[-0.081,0],[-0.061,0.062],[0.122,0.123]],"o":[[0.092,-0.092],[-0.092,-0.092],[-3.73,3.73],[0.061,0.062],[0.08,0],[0.122,-0.122],[-4.73,-4.729]],"v":[[1.824,-8.213],[1.824,-8.546],[1.491,-8.546],[2.204,8.544],[2.426,8.637],[2.648,8.544],[2.648,8.102]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[107.056,65.896],"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":"Group 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.778,0.525],[-0.064,0.001],[-0.024,-0.035],[0.017,-0.039],[0.684,-0.461],[0.29,0],[0.156,0.23]],"o":[[0.683,-0.461],[0.041,-0.002],[0.025,0.035],[-0.025,0.058],[-0.326,0.219],[-0.305,0],[-0.261,-0.389]],"v":[[-0.757,-0.696],[1.484,-1.199],[1.59,-1.143],[1.602,-1.024],[0.298,0.866],[-0.645,1.201],[-1.358,0.845]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[108.097,65.172],"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":"Group 16","np":2,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.023,0.035],[-0.046,0.003],[-0.689,-0.453],[-0.109,-0.277],[0.149,-0.225],[0.31,0],[0.324,0.213],[0.027,0.058]],"o":[[0.024,-0.036],[0.063,0.001],[0.337,0.223],[0.106,0.273],[-0.155,0.234],[-0.288,0],[-0.688,-0.454],[-0.017,-0.039]],"v":[[-1.557,-1.132],[-1.45,-1.189],[0.796,-0.711],[1.478,0.053],[1.413,0.825],[0.693,1.189],[-0.241,0.864],[-1.567,-1.012]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[103.627,65.127],"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":"Group 17","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.223,-0.15],[0.158,0],[0.32,0.475],[0.002,0.064],[-0.036,0.024],[-0.039,-0.017],[-0.461,-0.683],[0.007,-0.297]],"o":[[-0.131,0.088],[-0.389,0],[-0.462,-0.683],[-0.001,-0.043],[0.035,-0.024],[0.058,0.024],[0.226,0.335],[-0.006,0.292]],"v":[[0.842,1.421],[0.399,1.555],[-0.701,0.82],[-1.204,-1.421],[-1.148,-1.527],[-1.029,-1.538],[0.862,-0.234],[1.198,0.732]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[104.124,62.379],"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":"Group 18","np":2,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.866,0.363],[-0.453,0],[-0.025,-0.004],[-0.016,-0.04],[0.024,-0.036],[0.761,-0.319],[0.231,0],[0.136,0.325]],"o":[[0.254,-0.106],[0.623,0],[0.042,0.008],[0.017,0.039],[-0.037,0.051],[-0.267,0.112],[-0.417,0],[-0.181,-0.433]],"v":[[-0.669,-0.872],[0.398,-1.034],[1.628,-0.93],[1.722,-0.854],[1.71,-0.734],[0.061,0.865],[-0.689,1.034],[-1.558,0.523]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[108.498,62.795],"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":"Group 19","np":2,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.899,0.27],[-0.237,0],[-0.038,-0.01],[-0.013,-0.042],[0.028,-0.033],[0.79,-0.237],[0.187,0],[0.115,0.381]],"o":[[0.164,-0.049],[0.764,0],[0.041,0.012],[0.012,0.04],[-0.041,0.047],[-0.212,0.063],[-0.493,0],[-0.134,-0.449]],"v":[[-0.61,-0.914],[-0.007,-0.987],[1.679,-0.726],[1.765,-0.641],[1.739,-0.523],[-0.07,0.892],[-0.673,0.987],[-1.643,0.379]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[109.392,60.345],"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":"Group 20","np":2,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.095,-0.281],[0.258,-0.077],[0.076,0],[0.2,0.667],[-0.017,0.061],[-0.041,0.012],[-0.032,-0.027],[-0.237,-0.79]],"o":[[-0.093,0.278],[-0.074,0.021],[-0.468,0],[-0.236,-0.791],[0.013,-0.041],[0.041,-0.013],[0.048,0.042],[0.115,0.387]],"v":[[0.99,1.143],[0.445,1.693],[0.218,1.727],[-0.848,0.661],[-0.66,-1.629],[-0.576,-1.714],[-0.458,-1.689],[0.958,0.12]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[105.842,57.278],"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":"Group 21","np":2,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.825,0],[0,0],[0.243,0.172],[0,0.269],[-0.938,0],[-0.054,-0.034],[0,-0.043],[0.036,-0.023]],"o":[[0,0],[-0.404,0],[-0.24,-0.169],[0,-0.47],[0.824,0],[0.036,0.024],[0,0.043],[-0.054,0.034]],"v":[[-0.419,0.943],[-0.42,0.943],[-1.408,0.68],[-1.779,0.001],[-0.419,-0.943],[1.721,-0.107],[1.779,0.001],[1.721,0.105]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[111.075,58.081],"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":"Group 22","np":2,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.27,0],[0,0.939],[-0.034,0.054],[-0.043,0],[-0.022,-0.035],[0,-0.826],[0.171,-0.242]],"o":[[-0.469,0],[0,-0.825],[0.023,-0.035],[0.042,0],[0.035,0.054],[0,0.404],[-0.169,0.239]],"v":[[0,1.779],[-0.942,0.419],[-0.106,-1.721],[0,-1.779],[0.105,-1.721],[0.942,0.42],[0.68,1.408]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[107.601,55.397],"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":"Group 23","np":2,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.361,0],[0.144,0.122],[-0.603,0.72],[-0.061,0.019],[-0.032,-0.028],[0.005,-0.043],[0.529,-0.633]],"o":[[-0.193,0],[-0.36,-0.301],[0.53,-0.632],[0.041,-0.012],[0.033,0.027],[-0.007,0.063],[-0.336,0.399]],"v":[[-0.426,1.473],[-0.942,1.287],[-0.79,-0.36],[1.225,-1.461],[1.344,-1.437],[1.387,-1.325],[0.654,0.852]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[110.301,55.376],"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":"Group 24","np":2,"cix":2,"ix":24,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.405,-0.54],[0,0],[-1.137,0.082]],"o":[[0,0],[0.813,-0.798],[-0.581,0.349]],"v":[[-1.818,6.787],[-3.316,6.787],[-0.325,5.441]],"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.395,0.809],[0.062,1.72],[0,0],[-0.926,-1.832]],"o":[[-0.612,-1.257],[0,0],[0,2.367],[-0.662,-0.419]],"v":[[-3.972,-0.368],[-4.976,-4.698],[-3.74,-4.698],[-2.305,1.595]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0.203,2.521],[0,0],[0,-0.02],[-1.037,-1.489]],"o":[[0,0],[-0.003,0.019],[0,2.453],[-2.042,-1.324]],"v":[[-7.73,-5.291],[-5.712,-5.291],[-5.723,-5.233],[-4.068,0.82]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-4.986,-7.003],[-3.741,-7.003],[-3.741,-5.767],[-4.986,-5.767]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,2.374],[0.004,0.019],[0,0],[1.925,-1.342]],"o":[[0,-0.02],[0,0],[-0.196,2.431],[1.005,-1.481]],"v":[[5.883,-5.233],[5.872,-5.291],[7.729,-5.291],[4.285,0.675]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,4.536],[0.346,0],[0,0],[0,0],[0,0.281],[0.347,0],[0,0],[0,-0.347],[-0.255,-0.081],[0,0],[0,0],[0,-0.347],[-4.399,-0.591],[0,0],[0.728,-0.458],[0.545,-0.692],[0,0],[0,-0.347],[-0.347,0],[0,0],[0,0.346],[0.347,0],[0,0],[0.717,0.453],[0,0.926],[0,0]],"o":[[0,-0.347],[0,0],[0,0],[0.254,-0.081],[0,-0.347],[0,0],[-0.346,0],[0,0.281],[0,0],[0,0],[-0.348,0],[0,4.559],[0,0],[0,0.926],[-0.718,0.452],[0,0],[-0.347,0],[0,0.346],[0,0],[0.347,0],[0,-0.347],[0,0],[-0.546,-0.692],[-0.727,-0.458],[0,-0.004],[4.367,-0.624]],"v":[[9.01,-5.919],[8.382,-6.546],[5.868,-6.546],[5.868,-6.941],[6.307,-7.537],[5.68,-8.164],[-5.52,-8.164],[-6.146,-7.537],[-5.708,-6.941],[-5.708,-6.546],[-8.382,-6.546],[-9.01,-5.919],[-1.206,3.007],[-1.206,3.009],[-2.299,5.304],[-4.29,6.909],[-4.362,6.909],[-4.99,7.537],[-4.362,8.164],[4.479,8.164],[5.107,7.537],[4.479,6.909],[4.355,6.909],[2.366,5.304],[1.271,3.009],[1.273,3.002]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[117.329,72.988],"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":"Group 25","np":7,"cix":2,"ix":25,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.096,-0.07],[-0.105,0.055],[0,0],[0,0],[-0.05,0],[-0.054,0.04],[0.021,0.118],[0,0],[0,0],[0.037,0.113],[0.119,0.017],[0,0],[0,0],[0.12,0],[0.053,-0.107],[0,0],[0,0],[0.038,-0.113],[-0.086,-0.084]],"o":[[0,0],[-0.021,0.118],[0.097,0.07],[0,0],[0,0],[0.047,0.024],[0.066,0],[0.097,-0.069],[0,0],[0,0],[0.086,-0.084],[-0.036,-0.113],[0,0],[0,0],[-0.053,-0.107],[-0.119,0],[0,0],[0,0],[-0.118,0.017],[-0.036,0.113],[0,0]],"v":[[-1.287,0.6],[-1.484,1.746],[-1.359,2.052],[-1.029,2.077],[0.001,1.535],[1.029,2.077],[1.175,2.113],[1.359,2.052],[1.484,1.746],[1.287,0.6],[2.12,-0.212],[2.199,-0.534],[1.946,-0.747],[0.796,-0.915],[0.282,-1.957],[0.001,-2.132],[-0.281,-1.957],[-0.795,-0.915],[-1.946,-0.747],[-2.2,-0.534],[-2.12,-0.212]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[117.328,59.656],"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":"Group 26","np":2,"cix":2,"ix":26,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.25,0.597],[0.012,0.064],[0.04,0.017],[0.035,-0.024],[0.319,-0.76],[-0.065,-0.29],[-0.248,-0.104],[-0.105,0]],"o":[[0.318,-0.761],[-0.007,-0.042],[-0.039,-0.016],[-0.052,0.036],[-0.156,0.374],[0.063,0.286],[0.098,0.041],[0.432,0.001]],"v":[[0.813,0.727],[0.868,-1.569],[0.793,-1.663],[0.674,-1.65],[-0.925,-0.002],[-1.065,1.011],[-0.583,1.617],[-0.277,1.678]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[129.859,59.758],"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":"Group 27","np":2,"cix":2,"ix":27,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.547,3.548],[-0.092,0.092],[-0.092,-0.092],[4.974,-4.973],[0.081,0],[0.061,0.062],[-0.123,0.123]],"o":[[-0.092,-0.092],[0.092,-0.092],[3.73,3.73],[-0.061,0.062],[-0.081,0],[-0.123,-0.122],[4.73,-4.729]],"v":[[-1.822,-8.213],[-1.822,-8.546],[-1.49,-8.546],[-2.204,8.544],[-2.426,8.637],[-2.648,8.544],[-2.648,8.102]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[127.6,65.896],"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":"Group 28","np":2,"cix":2,"ix":28,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.778,0.525],[0.063,0.001],[0.024,-0.035],[-0.017,-0.039],[-0.683,-0.461],[-0.29,0],[-0.155,0.23]],"o":[[-0.684,-0.461],[-0.042,-0.002],[-0.024,0.035],[0.025,0.058],[0.326,0.219],[0.304,0],[0.262,-0.389]],"v":[[0.757,-0.696],[-1.484,-1.199],[-1.59,-1.143],[-1.602,-1.024],[-0.298,0.866],[0.645,1.201],[1.357,0.845]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[126.56,65.172],"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":"Group 29","np":2,"cix":2,"ix":29,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.023,0.035],[0.046,0.003],[0.689,-0.453],[0.108,-0.277],[-0.148,-0.225],[-0.31,0],[-0.323,0.213],[-0.026,0.058]],"o":[[-0.024,-0.036],[-0.063,0.001],[-0.337,0.223],[-0.107,0.273],[0.155,0.234],[0.287,0],[0.689,-0.454],[0.018,-0.039]],"v":[[1.558,-1.132],[1.451,-1.189],[-0.796,-0.711],[-1.477,0.053],[-1.413,0.825],[-0.692,1.189],[0.241,0.864],[1.566,-1.012]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[131.029,65.127],"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":"Group 30","np":2,"cix":2,"ix":30,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.223,-0.15],[-0.158,0],[-0.32,0.475],[-0.002,0.064],[0.035,0.024],[0.039,-0.017],[0.461,-0.683],[-0.007,-0.297]],"o":[[0.132,0.088],[0.39,0],[0.461,-0.683],[0.001,-0.043],[-0.036,-0.024],[-0.058,0.024],[-0.226,0.335],[0.006,0.292]],"v":[[-0.842,1.421],[-0.399,1.555],[0.7,0.82],[1.203,-1.421],[1.148,-1.527],[1.028,-1.538],[-0.862,-0.234],[-1.197,0.732]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[130.533,62.379],"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":"Group 31","np":2,"cix":2,"ix":31,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.866,0.363],[0.454,0],[0.025,-0.004],[0.016,-0.04],[-0.024,-0.036],[-0.761,-0.319],[-0.231,0],[-0.136,0.325]],"o":[[-0.254,-0.106],[-0.622,0],[-0.042,0.008],[-0.017,0.039],[0.037,0.051],[0.266,0.112],[0.417,0],[0.181,-0.433]],"v":[[0.669,-0.872],[-0.4,-1.034],[-1.628,-0.93],[-1.722,-0.854],[-1.71,-0.734],[-0.061,0.865],[0.689,1.034],[1.558,0.523]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[126.159,62.795],"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":"Group 32","np":2,"cix":2,"ix":32,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.899,0.27],[0.237,0],[0.037,-0.01],[0.013,-0.042],[-0.028,-0.033],[-0.79,-0.237],[-0.188,0],[-0.115,0.381]],"o":[[-0.164,-0.049],[-0.764,0],[-0.041,0.012],[-0.012,0.04],[0.041,0.047],[0.213,0.063],[0.492,0],[0.134,-0.449]],"v":[[0.61,-0.914],[0.007,-0.987],[-1.679,-0.726],[-1.765,-0.641],[-1.739,-0.523],[0.07,0.892],[0.673,0.987],[1.643,0.379]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[125.265,60.345],"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":"Group 33","np":2,"cix":2,"ix":33,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.095,-0.281],[-0.257,-0.077],[-0.076,0],[-0.2,0.667],[0.018,0.061],[0.041,0.012],[0.032,-0.027],[0.237,-0.79]],"o":[[0.094,0.278],[0.075,0.021],[0.468,0],[0.236,-0.791],[-0.012,-0.041],[-0.04,-0.013],[-0.048,0.042],[-0.116,0.387]],"v":[[-0.99,1.143],[-0.445,1.693],[-0.218,1.727],[0.848,0.661],[0.66,-1.629],[0.575,-1.714],[0.458,-1.689],[-0.957,0.12]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[128.814,57.278],"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":"Group 34","np":2,"cix":2,"ix":34,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.824,0],[0,0],[-0.242,0.172],[0,0.269],[0.939,0],[0.054,-0.034],[0,-0.043],[-0.036,-0.023]],"o":[[0,0],[0.404,0],[0.24,-0.169],[0,-0.47],[-0.824,0],[-0.036,0.024],[0,0.043],[0.053,0.034]],"v":[[0.419,0.943],[0.42,0.943],[1.408,0.68],[1.779,0.001],[0.419,-0.943],[-1.719,-0.107],[-1.779,0.001],[-1.719,0.105]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[123.582,58.081],"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":"Group 35","np":2,"cix":2,"ix":35,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.269,0],[0,0.939],[0.035,0.054],[0.042,0],[0.023,-0.035],[0,-0.826],[-0.172,-0.242]],"o":[[0.469,0],[0,-0.825],[-0.023,-0.035],[-0.043,0],[-0.034,0.054],[0,0.404],[0.169,0.239]],"v":[[-0.001,1.779],[0.942,0.419],[0.105,-1.721],[0,-1.779],[-0.106,-1.721],[-0.942,0.42],[-0.68,1.408]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[127.056,55.397],"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":"Group 36","np":2,"cix":2,"ix":36,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.361,0],[-0.144,0.122],[0.603,0.72],[0.06,0.019],[0.033,-0.028],[-0.005,-0.043],[-0.53,-0.633]],"o":[[0.192,0],[0.36,-0.301],[-0.53,-0.632],[-0.041,-0.012],[-0.032,0.027],[0.008,0.063],[0.336,0.399]],"v":[[0.427,1.473],[0.942,1.287],[0.79,-0.36],[-1.225,-1.461],[-1.344,-1.437],[-1.388,-1.325],[-0.654,0.852]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[124.355,55.376],"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":"Group 37","np":2,"cix":2,"ix":37,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.25,0.597],[0.012,0.064],[0.04,0.017],[0.035,-0.024],[0.319,-0.76],[-0.065,-0.29],[-0.248,-0.104],[-0.105,0]],"o":[[0.318,-0.761],[-0.007,-0.042],[-0.039,-0.016],[-0.052,0.036],[-0.156,0.374],[0.063,0.286],[0.098,0.041],[0.432,0.001]],"v":[[0.813,0.727],[0.868,-1.569],[0.793,-1.663],[0.674,-1.65],[-0.925,-0.002],[-1.065,1.011],[-0.583,1.617],[-0.277,1.678]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[129.859,59.758],"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":"Group 38","np":2,"cix":2,"ix":38,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.547,3.548],[-0.092,0.092],[-0.092,-0.092],[4.974,-4.973],[0.081,0],[0.061,0.062],[-0.123,0.123]],"o":[[-0.092,-0.092],[0.092,-0.092],[3.73,3.73],[-0.061,0.062],[-0.081,0],[-0.123,-0.122],[4.73,-4.729]],"v":[[-1.822,-8.213],[-1.822,-8.546],[-1.49,-8.546],[-2.204,8.544],[-2.426,8.637],[-2.648,8.544],[-2.648,8.102]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[127.6,65.896],"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":"Group 39","np":2,"cix":2,"ix":39,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[9.075,8.204],[0,0],[0,4.047],[0,0],[-4.046,0],[0,0],[0.372,-44.961],[0,0]],"o":[[0,0],[-8.699,0.079],[0,0],[0,-4.047],[0,0],[4.047,0],[0,0],[0,4.047]],"v":[[63.8,44.96],[-63.801,44.96],[-71.128,37.633],[-71.128,-37.633],[-63.801,-44.96],[63.8,-44.96],[71.128,-37.633],[71.128,37.633]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.128,44.961],"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":"Group 40","np":2,"cix":2,"ix":40,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"certificate","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":383,"s":[180.372,503.5,0],"e":[180.372,358.5,0],"to":[0,-24.1666660308838,0],"ti":[0,24.1666660308838,0]},{"t":404}],"ix":2},"a":{"a":0,"k":[71.5,45,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.52,0],[0,0],[0,0.519],[0,0],[-0.519,-0.001],[0,0],[0,-0.519],[0,0]],"o":[[0,0],[-0.519,0],[0,0],[0,-0.519],[0,0],[0.52,0],[0,0],[0,0.52]],"v":[[2.535,6.163],[-2.54,6.161],[-3.481,5.221],[-3.476,-5.223],[-2.535,-6.163],[2.54,-6.161],[3.481,-5.219],[3.477,5.223]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.383999992819,0.451000019148,0.517999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[117.318,31.497],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-0.156],[0,0],[-0.132,-0.086],[0,0],[-0.131,0.086],[0,0],[0,0.158],[0,0],[0.157,0]],"o":[[-0.157,0],[0,0],[0,0.157],[0,0],[0.131,0.086],[0,0],[0.131,-0.086],[0,0],[0.001,-0.157],[0,0]],"v":[[-4.206,-8.571],[-4.492,-8.286],[-4.497,5.412],[-4.258,5.854],[-0.243,8.485],[0.234,8.485],[4.252,5.857],[4.491,5.415],[4.496,-8.282],[4.211,-8.567]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.964999988032,0.984000052658,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[117.329,32.414],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-0.157],[0,0],[-0.136,-0.079],[0,0],[-0.136,0.078],[0,0],[0,0.156],[0,0],[0.136,0.078],[0,0],[0.136,-0.079]],"o":[[-0.136,0.078],[0,0],[0,0.157],[0,0],[0.136,0.079],[0,0],[0.136,-0.079],[0,0],[0,-0.158],[0,0],[-0.135,-0.078],[0,0]],"v":[[-3.842,-2.506],[-4.09,-2.077],[-4.092,2.075],[-3.845,2.504],[-0.25,4.581],[0.245,4.581],[3.842,2.507],[4.09,2.079],[4.092,-2.074],[3.844,-2.503],[0.249,-4.581],[-0.246,-4.581]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.862999949736,0.477999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[122.056,34.915],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-0.157],[0,0],[-0.136,-0.079],[0,0],[-0.136,0.078],[0,0],[0,0.156],[0,0],[0.136,0.078],[0,0],[0.136,-0.078]],"o":[[-0.136,0.078],[0,0],[0,0.157],[0,0],[0.136,0.078],[0,0],[0.136,-0.078],[0,0],[0,-0.157],[0,0],[-0.135,-0.078],[0,0]],"v":[[-3.842,-2.506],[-4.09,-2.078],[-4.092,2.074],[-3.845,2.503],[-0.25,4.581],[0.245,4.581],[3.842,2.506],[4.09,2.078],[4.092,-2.075],[3.844,-2.503],[0.249,-4.581],[-0.246,-4.581]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.630999995213,0.532999973671,0.929000016755,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[112.598,34.912],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-0.158],[0,0],[-0.136,-0.079],[0,0],[-0.136,0.079],[0,0],[0,0.157],[0,0],[0.136,0.078],[0,0],[0.136,-0.079]],"o":[[-0.136,0.079],[0,0],[0,0.157],[0,0],[0.135,0.079],[0,0],[0.135,-0.079],[0,0],[0.001,-0.158],[0,0],[-0.136,-0.079],[0,0]],"v":[[-3.843,-2.507],[-4.09,-2.077],[-4.092,2.075],[-3.845,2.504],[-0.249,4.581],[0.245,4.581],[3.843,2.507],[4.09,2.077],[4.091,-2.074],[3.844,-2.503],[0.249,-4.581],[-0.246,-4.581]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.328999986836,0.788000009574,0.969000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[122.033,24.446],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-0.157],[0,0],[-0.136,-0.079],[0,0],[-0.136,0.078],[0,0],[0,0.156],[0,0],[0.136,0.078],[0,0],[0.136,-0.078]],"o":[[-0.136,0.078],[0,0],[0,0.157],[0,0],[0.135,0.078],[0,0],[0.135,-0.078],[0,0],[0,-0.158],[0,0],[-0.136,-0.078],[0,0]],"v":[[-3.842,-2.506],[-4.09,-2.078],[-4.092,2.074],[-3.845,2.503],[-0.249,4.581],[0.245,4.581],[3.844,2.506],[4.09,2.078],[4.092,-2.075],[3.844,-2.503],[0.249,-4.581],[-0.246,-4.581]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.936999990426,0.823999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[112.575,24.443],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[18.099,24.871],[47.646,24.871]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.286000001197,0.838999968884,0.847000002394,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[18.099,47.387],[76.401,47.387]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.866999966491,0.877999997606,0.913999968884,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[18.099,41.881],[64.918,41.881]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.866999966491,0.877999997606,0.913999968884,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[18.099,76.498],[44.977,76.498]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.866999966491,0.877999997606,0.913999968884,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[18.099,69.451],[29.449,69.451]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.866999966491,0.877999997606,0.913999968884,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[18.099,52.894],[46.889,52.894]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.866999966491,0.877999997606,0.913999968884,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[18.099,19.162],[67.984,19.162]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.866999966491,0.877999997606,0.913999968884,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.251,0.597],[-0.011,0.064],[-0.041,0.017],[-0.035,-0.024],[-0.319,-0.76],[0.064,-0.29],[0.248,-0.104],[0.105,0]],"o":[[-0.318,-0.761],[0.007,-0.042],[0.039,-0.016],[0.051,0.036],[0.157,0.374],[-0.063,0.286],[-0.099,0.041],[-0.433,0.001]],"v":[[-0.812,0.727],[-0.869,-1.569],[-0.793,-1.663],[-0.674,-1.65],[0.926,-0.002],[1.066,1.011],[0.583,1.617],[0.277,1.678]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[104.798,59.758],"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.547,3.548],[0.092,0.092],[0.092,-0.092],[-4.975,-4.973],[-0.081,0],[-0.061,0.062],[0.122,0.123]],"o":[[0.092,-0.092],[-0.092,-0.092],[-3.73,3.73],[0.061,0.062],[0.08,0],[0.122,-0.122],[-4.73,-4.729]],"v":[[1.824,-8.213],[1.824,-8.546],[1.491,-8.546],[2.204,8.544],[2.426,8.637],[2.648,8.544],[2.648,8.102]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[107.056,65.896],"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":"Group 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.778,0.525],[-0.064,0.001],[-0.024,-0.035],[0.017,-0.039],[0.684,-0.461],[0.29,0],[0.156,0.23]],"o":[[0.683,-0.461],[0.041,-0.002],[0.025,0.035],[-0.025,0.058],[-0.326,0.219],[-0.305,0],[-0.261,-0.389]],"v":[[-0.757,-0.696],[1.484,-1.199],[1.59,-1.143],[1.602,-1.024],[0.298,0.866],[-0.645,1.201],[-1.358,0.845]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[108.097,65.172],"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":"Group 16","np":2,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.023,0.035],[-0.046,0.003],[-0.689,-0.453],[-0.109,-0.277],[0.149,-0.225],[0.31,0],[0.324,0.213],[0.027,0.058]],"o":[[0.024,-0.036],[0.063,0.001],[0.337,0.223],[0.106,0.273],[-0.155,0.234],[-0.288,0],[-0.688,-0.454],[-0.017,-0.039]],"v":[[-1.557,-1.132],[-1.45,-1.189],[0.796,-0.711],[1.478,0.053],[1.413,0.825],[0.693,1.189],[-0.241,0.864],[-1.567,-1.012]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[103.627,65.127],"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":"Group 17","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.223,-0.15],[0.158,0],[0.32,0.475],[0.002,0.064],[-0.036,0.024],[-0.039,-0.017],[-0.461,-0.683],[0.007,-0.297]],"o":[[-0.131,0.088],[-0.389,0],[-0.462,-0.683],[-0.001,-0.043],[0.035,-0.024],[0.058,0.024],[0.226,0.335],[-0.006,0.292]],"v":[[0.842,1.421],[0.399,1.555],[-0.701,0.82],[-1.204,-1.421],[-1.148,-1.527],[-1.029,-1.538],[0.862,-0.234],[1.198,0.732]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[104.124,62.379],"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":"Group 18","np":2,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.866,0.363],[-0.453,0],[-0.025,-0.004],[-0.016,-0.04],[0.024,-0.036],[0.761,-0.319],[0.231,0],[0.136,0.325]],"o":[[0.254,-0.106],[0.623,0],[0.042,0.008],[0.017,0.039],[-0.037,0.051],[-0.267,0.112],[-0.417,0],[-0.181,-0.433]],"v":[[-0.669,-0.872],[0.398,-1.034],[1.628,-0.93],[1.722,-0.854],[1.71,-0.734],[0.061,0.865],[-0.689,1.034],[-1.558,0.523]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[108.498,62.795],"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":"Group 19","np":2,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.899,0.27],[-0.237,0],[-0.038,-0.01],[-0.013,-0.042],[0.028,-0.033],[0.79,-0.237],[0.187,0],[0.115,0.381]],"o":[[0.164,-0.049],[0.764,0],[0.041,0.012],[0.012,0.04],[-0.041,0.047],[-0.212,0.063],[-0.493,0],[-0.134,-0.449]],"v":[[-0.61,-0.914],[-0.007,-0.987],[1.679,-0.726],[1.765,-0.641],[1.739,-0.523],[-0.07,0.892],[-0.673,0.987],[-1.643,0.379]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[109.392,60.345],"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":"Group 20","np":2,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.095,-0.281],[0.258,-0.077],[0.076,0],[0.2,0.667],[-0.017,0.061],[-0.041,0.012],[-0.032,-0.027],[-0.237,-0.79]],"o":[[-0.093,0.278],[-0.074,0.021],[-0.468,0],[-0.236,-0.791],[0.013,-0.041],[0.041,-0.013],[0.048,0.042],[0.115,0.387]],"v":[[0.99,1.143],[0.445,1.693],[0.218,1.727],[-0.848,0.661],[-0.66,-1.629],[-0.576,-1.714],[-0.458,-1.689],[0.958,0.12]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[105.842,57.278],"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":"Group 21","np":2,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.825,0],[0,0],[0.243,0.172],[0,0.269],[-0.938,0],[-0.054,-0.034],[0,-0.043],[0.036,-0.023]],"o":[[0,0],[-0.404,0],[-0.24,-0.169],[0,-0.47],[0.824,0],[0.036,0.024],[0,0.043],[-0.054,0.034]],"v":[[-0.419,0.943],[-0.42,0.943],[-1.408,0.68],[-1.779,0.001],[-0.419,-0.943],[1.721,-0.107],[1.779,0.001],[1.721,0.105]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[111.075,58.081],"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":"Group 22","np":2,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.27,0],[0,0.939],[-0.034,0.054],[-0.043,0],[-0.022,-0.035],[0,-0.826],[0.171,-0.242]],"o":[[-0.469,0],[0,-0.825],[0.023,-0.035],[0.042,0],[0.035,0.054],[0,0.404],[-0.169,0.239]],"v":[[0,1.779],[-0.942,0.419],[-0.106,-1.721],[0,-1.779],[0.105,-1.721],[0.942,0.42],[0.68,1.408]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[107.601,55.397],"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":"Group 23","np":2,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.361,0],[0.144,0.122],[-0.603,0.72],[-0.061,0.019],[-0.032,-0.028],[0.005,-0.043],[0.529,-0.633]],"o":[[-0.193,0],[-0.36,-0.301],[0.53,-0.632],[0.041,-0.012],[0.033,0.027],[-0.007,0.063],[-0.336,0.399]],"v":[[-0.426,1.473],[-0.942,1.287],[-0.79,-0.36],[1.225,-1.461],[1.344,-1.437],[1.387,-1.325],[0.654,0.852]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[110.301,55.376],"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":"Group 24","np":2,"cix":2,"ix":24,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.405,-0.54],[0,0],[-1.137,0.082]],"o":[[0,0],[0.813,-0.798],[-0.581,0.349]],"v":[[-1.818,6.787],[-3.316,6.787],[-0.325,5.441]],"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.395,0.809],[0.062,1.72],[0,0],[-0.926,-1.832]],"o":[[-0.612,-1.257],[0,0],[0,2.367],[-0.662,-0.419]],"v":[[-3.972,-0.368],[-4.976,-4.698],[-3.74,-4.698],[-2.305,1.595]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0.203,2.521],[0,0],[0,-0.02],[-1.037,-1.489]],"o":[[0,0],[-0.003,0.019],[0,2.453],[-2.042,-1.324]],"v":[[-7.73,-5.291],[-5.712,-5.291],[-5.723,-5.233],[-4.068,0.82]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-4.986,-7.003],[-3.741,-7.003],[-3.741,-5.767],[-4.986,-5.767]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,2.374],[0.004,0.019],[0,0],[1.925,-1.342]],"o":[[0,-0.02],[0,0],[-0.196,2.431],[1.005,-1.481]],"v":[[5.883,-5.233],[5.872,-5.291],[7.729,-5.291],[4.285,0.675]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,4.536],[0.346,0],[0,0],[0,0],[0,0.281],[0.347,0],[0,0],[0,-0.347],[-0.255,-0.081],[0,0],[0,0],[0,-0.347],[-4.399,-0.591],[0,0],[0.728,-0.458],[0.545,-0.692],[0,0],[0,-0.347],[-0.347,0],[0,0],[0,0.346],[0.347,0],[0,0],[0.717,0.453],[0,0.926],[0,0]],"o":[[0,-0.347],[0,0],[0,0],[0.254,-0.081],[0,-0.347],[0,0],[-0.346,0],[0,0.281],[0,0],[0,0],[-0.348,0],[0,4.559],[0,0],[0,0.926],[-0.718,0.452],[0,0],[-0.347,0],[0,0.346],[0,0],[0.347,0],[0,-0.347],[0,0],[-0.546,-0.692],[-0.727,-0.458],[0,-0.004],[4.367,-0.624]],"v":[[9.01,-5.919],[8.382,-6.546],[5.868,-6.546],[5.868,-6.941],[6.307,-7.537],[5.68,-8.164],[-5.52,-8.164],[-6.146,-7.537],[-5.708,-6.941],[-5.708,-6.546],[-8.382,-6.546],[-9.01,-5.919],[-1.206,3.007],[-1.206,3.009],[-2.299,5.304],[-4.29,6.909],[-4.362,6.909],[-4.99,7.537],[-4.362,8.164],[4.479,8.164],[5.107,7.537],[4.479,6.909],[4.355,6.909],[2.366,5.304],[1.271,3.009],[1.273,3.002]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[117.329,72.988],"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":"Group 25","np":7,"cix":2,"ix":25,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.096,-0.07],[-0.105,0.055],[0,0],[0,0],[-0.05,0],[-0.054,0.04],[0.021,0.118],[0,0],[0,0],[0.037,0.113],[0.119,0.017],[0,0],[0,0],[0.12,0],[0.053,-0.107],[0,0],[0,0],[0.038,-0.113],[-0.086,-0.084]],"o":[[0,0],[-0.021,0.118],[0.097,0.07],[0,0],[0,0],[0.047,0.024],[0.066,0],[0.097,-0.069],[0,0],[0,0],[0.086,-0.084],[-0.036,-0.113],[0,0],[0,0],[-0.053,-0.107],[-0.119,0],[0,0],[0,0],[-0.118,0.017],[-0.036,0.113],[0,0]],"v":[[-1.287,0.6],[-1.484,1.746],[-1.359,2.052],[-1.029,2.077],[0.001,1.535],[1.029,2.077],[1.175,2.113],[1.359,2.052],[1.484,1.746],[1.287,0.6],[2.12,-0.212],[2.199,-0.534],[1.946,-0.747],[0.796,-0.915],[0.282,-1.957],[0.001,-2.132],[-0.281,-1.957],[-0.795,-0.915],[-1.946,-0.747],[-2.2,-0.534],[-2.12,-0.212]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[117.328,59.656],"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":"Group 26","np":2,"cix":2,"ix":26,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.25,0.597],[0.012,0.064],[0.04,0.017],[0.035,-0.024],[0.319,-0.76],[-0.065,-0.29],[-0.248,-0.104],[-0.105,0]],"o":[[0.318,-0.761],[-0.007,-0.042],[-0.039,-0.016],[-0.052,0.036],[-0.156,0.374],[0.063,0.286],[0.098,0.041],[0.432,0.001]],"v":[[0.813,0.727],[0.868,-1.569],[0.793,-1.663],[0.674,-1.65],[-0.925,-0.002],[-1.065,1.011],[-0.583,1.617],[-0.277,1.678]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[129.859,59.758],"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":"Group 27","np":2,"cix":2,"ix":27,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.547,3.548],[-0.092,0.092],[-0.092,-0.092],[4.974,-4.973],[0.081,0],[0.061,0.062],[-0.123,0.123]],"o":[[-0.092,-0.092],[0.092,-0.092],[3.73,3.73],[-0.061,0.062],[-0.081,0],[-0.123,-0.122],[4.73,-4.729]],"v":[[-1.822,-8.213],[-1.822,-8.546],[-1.49,-8.546],[-2.204,8.544],[-2.426,8.637],[-2.648,8.544],[-2.648,8.102]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[127.6,65.896],"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":"Group 28","np":2,"cix":2,"ix":28,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.778,0.525],[0.063,0.001],[0.024,-0.035],[-0.017,-0.039],[-0.683,-0.461],[-0.29,0],[-0.155,0.23]],"o":[[-0.684,-0.461],[-0.042,-0.002],[-0.024,0.035],[0.025,0.058],[0.326,0.219],[0.304,0],[0.262,-0.389]],"v":[[0.757,-0.696],[-1.484,-1.199],[-1.59,-1.143],[-1.602,-1.024],[-0.298,0.866],[0.645,1.201],[1.357,0.845]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[126.56,65.172],"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":"Group 29","np":2,"cix":2,"ix":29,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.023,0.035],[0.046,0.003],[0.689,-0.453],[0.108,-0.277],[-0.148,-0.225],[-0.31,0],[-0.323,0.213],[-0.026,0.058]],"o":[[-0.024,-0.036],[-0.063,0.001],[-0.337,0.223],[-0.107,0.273],[0.155,0.234],[0.287,0],[0.689,-0.454],[0.018,-0.039]],"v":[[1.558,-1.132],[1.451,-1.189],[-0.796,-0.711],[-1.477,0.053],[-1.413,0.825],[-0.692,1.189],[0.241,0.864],[1.566,-1.012]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[131.029,65.127],"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":"Group 30","np":2,"cix":2,"ix":30,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.223,-0.15],[-0.158,0],[-0.32,0.475],[-0.002,0.064],[0.035,0.024],[0.039,-0.017],[0.461,-0.683],[-0.007,-0.297]],"o":[[0.132,0.088],[0.39,0],[0.461,-0.683],[0.001,-0.043],[-0.036,-0.024],[-0.058,0.024],[-0.226,0.335],[0.006,0.292]],"v":[[-0.842,1.421],[-0.399,1.555],[0.7,0.82],[1.203,-1.421],[1.148,-1.527],[1.028,-1.538],[-0.862,-0.234],[-1.197,0.732]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[130.533,62.379],"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":"Group 31","np":2,"cix":2,"ix":31,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.866,0.363],[0.454,0],[0.025,-0.004],[0.016,-0.04],[-0.024,-0.036],[-0.761,-0.319],[-0.231,0],[-0.136,0.325]],"o":[[-0.254,-0.106],[-0.622,0],[-0.042,0.008],[-0.017,0.039],[0.037,0.051],[0.266,0.112],[0.417,0],[0.181,-0.433]],"v":[[0.669,-0.872],[-0.4,-1.034],[-1.628,-0.93],[-1.722,-0.854],[-1.71,-0.734],[-0.061,0.865],[0.689,1.034],[1.558,0.523]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[126.159,62.795],"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":"Group 32","np":2,"cix":2,"ix":32,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.899,0.27],[0.237,0],[0.037,-0.01],[0.013,-0.042],[-0.028,-0.033],[-0.79,-0.237],[-0.188,0],[-0.115,0.381]],"o":[[-0.164,-0.049],[-0.764,0],[-0.041,0.012],[-0.012,0.04],[0.041,0.047],[0.213,0.063],[0.492,0],[0.134,-0.449]],"v":[[0.61,-0.914],[0.007,-0.987],[-1.679,-0.726],[-1.765,-0.641],[-1.739,-0.523],[0.07,0.892],[0.673,0.987],[1.643,0.379]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[125.265,60.345],"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":"Group 33","np":2,"cix":2,"ix":33,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.095,-0.281],[-0.257,-0.077],[-0.076,0],[-0.2,0.667],[0.018,0.061],[0.041,0.012],[0.032,-0.027],[0.237,-0.79]],"o":[[0.094,0.278],[0.075,0.021],[0.468,0],[0.236,-0.791],[-0.012,-0.041],[-0.04,-0.013],[-0.048,0.042],[-0.116,0.387]],"v":[[-0.99,1.143],[-0.445,1.693],[-0.218,1.727],[0.848,0.661],[0.66,-1.629],[0.575,-1.714],[0.458,-1.689],[-0.957,0.12]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[128.814,57.278],"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":"Group 34","np":2,"cix":2,"ix":34,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.824,0],[0,0],[-0.242,0.172],[0,0.269],[0.939,0],[0.054,-0.034],[0,-0.043],[-0.036,-0.023]],"o":[[0,0],[0.404,0],[0.24,-0.169],[0,-0.47],[-0.824,0],[-0.036,0.024],[0,0.043],[0.053,0.034]],"v":[[0.419,0.943],[0.42,0.943],[1.408,0.68],[1.779,0.001],[0.419,-0.943],[-1.719,-0.107],[-1.779,0.001],[-1.719,0.105]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[123.582,58.081],"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":"Group 35","np":2,"cix":2,"ix":35,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.269,0],[0,0.939],[0.035,0.054],[0.042,0],[0.023,-0.035],[0,-0.826],[-0.172,-0.242]],"o":[[0.469,0],[0,-0.825],[-0.023,-0.035],[-0.043,0],[-0.034,0.054],[0,0.404],[0.169,0.239]],"v":[[-0.001,1.779],[0.942,0.419],[0.105,-1.721],[0,-1.779],[-0.106,-1.721],[-0.942,0.42],[-0.68,1.408]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[127.056,55.397],"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":"Group 36","np":2,"cix":2,"ix":36,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.361,0],[-0.144,0.122],[0.603,0.72],[0.06,0.019],[0.033,-0.028],[-0.005,-0.043],[-0.53,-0.633]],"o":[[0.192,0],[0.36,-0.301],[-0.53,-0.632],[-0.041,-0.012],[-0.032,0.027],[0.008,0.063],[0.336,0.399]],"v":[[0.427,1.473],[0.942,1.287],[0.79,-0.36],[-1.225,-1.461],[-1.344,-1.437],[-1.388,-1.325],[-0.654,0.852]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[124.355,55.376],"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":"Group 37","np":2,"cix":2,"ix":37,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.25,0.597],[0.012,0.064],[0.04,0.017],[0.035,-0.024],[0.319,-0.76],[-0.065,-0.29],[-0.248,-0.104],[-0.105,0]],"o":[[0.318,-0.761],[-0.007,-0.042],[-0.039,-0.016],[-0.052,0.036],[-0.156,0.374],[0.063,0.286],[0.098,0.041],[0.432,0.001]],"v":[[0.813,0.727],[0.868,-1.569],[0.793,-1.663],[0.674,-1.65],[-0.925,-0.002],[-1.065,1.011],[-0.583,1.617],[-0.277,1.678]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[129.859,59.758],"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":"Group 38","np":2,"cix":2,"ix":38,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.547,3.548],[-0.092,0.092],[-0.092,-0.092],[4.974,-4.973],[0.081,0],[0.061,0.062],[-0.123,0.123]],"o":[[-0.092,-0.092],[0.092,-0.092],[3.73,3.73],[-0.061,0.062],[-0.081,0],[-0.123,-0.122],[4.73,-4.729]],"v":[[-1.822,-8.213],[-1.822,-8.546],[-1.49,-8.546],[-2.204,8.544],[-2.426,8.637],[-2.648,8.544],[-2.648,8.102]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.905999995213,0.913999968884,0.948999980852,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[127.6,65.896],"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":"Group 39","np":2,"cix":2,"ix":39,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.047,0],[0,0],[0,4.047],[0,0],[-4.046,0],[0,0],[0,-4.047],[0,0]],"o":[[0,0],[-4.046,0],[0,0],[0,-4.047],[0,0],[4.047,0],[0,0],[0,4.047]],"v":[[63.8,44.96],[-63.801,44.96],[-71.128,37.633],[-71.128,-37.633],[-63.801,-44.96],[63.8,-44.96],[71.128,-37.633],[71.128,37.633]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.128,44.961],"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":"Group 40","np":2,"cix":2,"ix":40,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":0,"nm":"BG2","parent":14,"td":1,"refId":"comp_9","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-363,0,0],"ix":2},"a":{"a":0,"k":[180,320,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":360,"h":640,"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"suit Outlines","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[183.75,344.5,0],"ix":2},"a":{"a":0,"k":[46.5,81.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.492,-7.585],[-2.481,-1.455],[-3.117,5.149],[3.875,8.125]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-3.353,-21.96],[-7.346,13.581],[-0.209,21.96],[7.838,14.213],[2.147,-21.46]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.882000014361,0.438999998803,0.603999956916,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[46.971,35.555],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.424,4.743],[-8.565,-0.211],[1.167,-4.5],[3.357,0.236]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-4.845,-0.031],[1.167,-4.653],[6.231,0.059],[0.588,4.628]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.882000014361,0.438999998803,0.603999956916,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[46.174,10.954],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.349,40.456],[1.557,-1.485],[1.877,-3.744],[5.093,-12.681],[0.344,-5.394],[0,0],[0,0],[0,0],[-6.984,-5.266],[-31.625,-0.293],[-15.36,14.991],[4.014,27.72],[0,0],[0,0],[-1.603,-0.198],[-9.934,1.594],[15.411,5.075],[19.435,-11.5]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-20.614,-81.436],[-34.671,-76.754],[-45.227,-69.389],[-41.885,-22.578],[-41.396,-17.386],[-43.691,13.223],[-44.552,26.582],[-46.072,46.371],[-41.088,71.712],[-0.978,81.436],[35.162,66.763],[36.409,36.451],[35.354,19.718],[35.225,-19.154],[36.295,-22.594],[46.338,-66.051],[21.557,-81.195],[0.291,-25.226]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.808000033509,0.851000019148,0.936999990426,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[46.338,81.437],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":623,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":0,"nm":"Scene3 human","refId":"comp_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.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":622,"s":[180,320,0],"e":[107.5,329,0],"to":[-12.0833330154419,1.5,0],"ti":[12.0833330154419,-1.5,0]},{"t":639}],"ix":2},"a":{"a":0,"k":[180,320,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":622,"s":[100,100,100],"e":[89,89,100]},{"t":639}],"ix":6}},"ao":0,"w":360,"h":640,"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"Shape Layer 1","td":1,"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},"n":"0p833_0p833_0p167_0p167","t":600,"s":[543,320,0],"e":[181,320,0],"to":[-60.3333320617676,0,0],"ti":[60.3333320617676,0,0]},{"t":630}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[362.655,641.16],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286274988511,0.839215985466,0.847059003045,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-1.158,-0.663],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"BG3 Outlines","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[179.75,320,0],"ix":2},"a":{"a":0,"k":[180,320.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[112.611,21.5],[112.611,0]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":30,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[313.733,236.157],[317.816,236.157]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.75,"ix":5},"lc":2,"lj":2,"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":30,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[313.733,226.823],[326.481,226.823]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.75,"ix":5},"lc":2,"lj":2,"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":30,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[313.733,223.719],[326.481,223.719]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.75,"ix":5},"lc":2,"lj":2,"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":30,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-2.723,0],[-0.893,-0.609],[0,0],[2.415,0],[0.523,-5.092]],"o":[[0.489,-2.58],[1.162,0],[0,0],[-1.74,-1.413],[-5.23,0],[0,0]],"v":[[-3.633,4.531],[1.843,0],[4.977,0.965],[8.213,-2.271],[1.843,-4.531],[-8.213,4.531]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.75,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[340.201,223.948],"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":45,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.162,0],[0.489,2.58],[0,0],[-5.229,0],[-1.739,1.412]],"o":[[-0.894,0.608],[-2.722,0],[0,0],[0.523,5.091],[2.415,0],[0,0]],"v":[[4.978,-0.965],[1.842,0.001],[-3.633,-4.531],[-8.212,-4.531],[1.842,4.531],[8.212,2.272]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.75,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[340.201,235.102],"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":45,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-1.162],[0.609,-0.894],[0,0],[0,2.414],[1.413,1.738],[0,0]],"o":[[0,1.162],[0,0],[1.413,-1.738],[0,-2.415],[0,0],[0.609,0.894]],"v":[[-1.783,0],[-2.748,3.134],[0.488,6.37],[2.748,0],[0.488,-6.37],[-2.748,-3.134]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.75,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[349.405,229.525],"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":45,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,-0.661],[-0.662,0],[0,0]],"o":[[0,0],[-0.662,0],[0,0.661],[0,0],[0,0]],"v":[[2.288,-1.198],[-1.091,-1.198],[-2.288,-0.001],[-1.091,1.198],[2.288,1.198]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-357.712,361.914],[2.288,361.914],[2.288,-278.403],[-357.712,-278.403]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-357.712,-278.403],[2.288,-278.403],[2.288,361.914],[-357.712,361.914]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.675,0.380000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[357.712,278.403],"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":"Group 8","np":4,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,-0.661],[-0.661,0],[0,0]],"o":[[0,0],[-0.661,0],[0,0.662],[0,0],[0,0]],"v":[[25.643,-1.198],[-24.447,-1.198],[-25.644,-0.001],[-24.447,1.198],[25.643,1.198]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-334.356,387.066],[25.644,387.066],[25.644,-253.251],[-334.356,-253.251]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-334.356,-253.251],[25.644,-253.251],[25.644,387.066],[-334.356,387.066]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.675,0.380000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[334.356,253.251],"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":"Group 9","np":4,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.293,0],[0,0],[0.228,-0.254],[-0.037,-0.339],[0,0],[-0.609,0],[0,0]],"o":[[-0.209,-0.178],[0,0],[-0.341,0],[-0.227,0.254],[0,0],[0.069,0.605],[0,0],[0,0]],"v":[[3.409,-15.881],[2.638,-16.169],[-2.183,-16.169],[-3.076,-15.77],[-3.373,-14.837],[0.007,15.106],[1.198,16.169],[3.409,16.169]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-356.59,376.886],[3.41,376.886],[3.41,-263.431],[-356.59,-263.431]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-356.59,-263.431],[3.41,-263.431],[3.41,376.886],[-356.59,376.886]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.675,0.380000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[356.59,263.431],"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":"Group 10","np":4,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,-1.321],[0,0],[-1.321,0],[0,0]],"o":[[0,0],[-1.321,0],[0,0],[0,1.321],[0,0],[0,0]],"v":[[25.045,-20.362],[-22.649,-20.362],[-25.045,-17.965],[-25.045,17.966],[-22.649,20.362],[25.045,20.362]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-334.955,411.021],[25.045,411.021],[25.045,-229.296],[-334.955,-229.296]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-334.955,-229.296],[25.045,-229.296],[25.045,411.021],[-334.955,411.021]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.675,0.380000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[334.955,229.296],"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":"Group 11","np":4,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.662,0],[0,0],[0,0.661],[-0.662,0],[0,0],[0,-0.661]],"o":[[0,0],[-0.662,0],[0,-0.661],[0,0],[0.662,0],[0,0.661]],"v":[[4.191,1.198],[-4.193,1.198],[-5.39,0],[-4.193,-1.198],[4.191,-1.198],[5.389,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-318.893,361.915],[41.107,361.915],[41.107,-278.402],[-318.893,-278.402]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-318.893,-278.402],[41.107,-278.402],[41.107,361.915],[-318.893,361.915]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.675,0.380000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[318.893,278.402],"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":"Group 12","np":4,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.227,0.255],[0.342,0],[0,0],[0.068,-0.605],[0,0],[-0.227,-0.255],[-0.342,0],[0,0],[-0.069,0.605],[0,0]],"o":[[-0.229,-0.254],[0,0],[-0.609,0],[0,0],[-0.037,0.34],[0.228,0.253],[0,0],[0.608,0],[0,0],[0.038,-0.339]],"v":[[4.994,-15.77],[4.1,-16.169],[-0.721,-16.169],[-1.911,-15.106],[-5.292,14.836],[-4.995,15.77],[-4.101,16.169],[0.721,16.169],[1.911,15.106],[5.291,-14.837]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-321.182,376.886],[38.818,376.886],[38.818,-263.431],[-321.182,-263.431]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-321.182,-263.431],[38.818,-263.431],[38.818,376.886],[-321.182,376.886]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.675,0.380000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[321.182,263.431],"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":"Group 13","np":4,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.227,0.255],[0.342,0],[0,0],[0.068,-0.605],[0,0],[-0.227,-0.254],[-0.341,0],[0,0],[-0.069,0.604],[0,0]],"o":[[-0.229,-0.254],[0,0],[-0.609,0],[0,0],[-0.037,0.34],[0.228,0.254],[0,0],[0.608,0],[0,0],[0.037,-0.339]],"v":[[3.643,-3.793],[2.749,-4.191],[-2.073,-4.191],[-3.263,-3.129],[-3.939,2.859],[-3.642,3.793],[-2.749,4.191],[2.074,4.191],[3.263,3.13],[3.94,-2.859]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-327.538,433.179],[32.462,433.179],[32.462,-207.138],[-327.538,-207.138]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-327.538,-207.138],[32.462,-207.138],[32.462,433.179],[-327.538,433.179]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.675,0.380000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[327.538,207.138],"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":"Group 14","np":4,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.609,0],[0,0],[0.228,-0.254],[-0.037,-0.339],[0,0],[-0.609,0],[0,0],[-0.229,0.254],[0.037,0.34]],"o":[[-0.069,-0.605],[0,0],[-0.341,0],[-0.227,0.255],[0,0],[0.068,0.604],[0,0],[0.341,0],[0.226,-0.254],[0,0]],"v":[[3.264,-3.129],[2.073,-4.191],[-2.749,-4.191],[-3.642,-3.792],[-3.939,-2.859],[-3.262,3.13],[-2.073,4.191],[2.749,4.191],[3.643,3.793],[3.94,2.859]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-352.153,433.179],[7.847,433.179],[7.847,-207.138],[-352.153,-207.138]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-352.153,-207.138],[7.847,-207.138],[7.847,433.179],[-352.153,433.179]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.675,0.380000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[352.153,207.138],"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":"Group 15","np":4,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.662,0],[0,0],[0,0.661],[-0.662,0],[0,0],[0,-0.661]],"o":[[0,0],[-0.662,0],[0,-0.661],[0,0],[0.662,0],[0,0.661]],"v":[[15.571,1.198],[-15.57,1.198],[-16.768,0],[-15.57,-1.198],[15.571,-1.198],[16.768,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-339.853,377.485],[20.147,377.485],[20.147,-262.832],[-339.853,-262.832]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-339.853,-262.832],[20.147,-262.832],[20.147,377.485],[-339.853,377.485]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.675,0.380000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[339.853,262.832],"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":"Group 16","np":4,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"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":[[45.44,42.249],[-45.44,42.249],[-45.44,-42.249],[45.44,-42.249]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[234.145,105.397],"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":45,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 17","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.992,-1.383],[0.992,1.383]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[210.387,80.901],"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":45,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 18","np":2,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-26.739,15.288],[-16.335,7.392],[-0.74,-17.281],[14.805,17.281],[26.739,15.01]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[236.135,104.963],"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":45,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 19","np":2,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-26.79,-1.236],[-16.787,-16.204],[-3.422,16.204],[20.367,-2.572],[26.79,1.298]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[236.185,104.903],"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":45,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 20","np":2,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"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":[[27.685,26.682],[-25.794,26.682],[-25.794,-26.682],[-27.685,-23.917]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[235.189,106.201],"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":45,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 21","np":2,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"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":[[2.693,-13.466],[-2.694,-13.466],[-2.694,-12.119],[2.693,-12.119]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.04,-10.773],[-4.04,-10.773],[-4.04,-9.426],[4.04,-9.426]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.387,-8.08],[-5.386,-8.08],[-5.386,-6.733],[5.387,-6.733]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,5.206],[-2.44,1.704],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-3.202],[5.206,0]],"o":[[0,-3.202],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.441,1.704],[0,5.206],[-5.207,0]],"v":[[-9.427,4.041],[-5.387,-3.69],[-5.387,-5.386],[-0.674,-5.386],[-0.674,1.068],[-4.517,4.911],[-3.564,5.862],[0.001,2.299],[3.564,5.862],[4.516,4.911],[0.673,1.068],[0.673,-5.386],[5.387,-5.386],[5.387,-3.69],[9.426,4.041],[0.001,13.466]],"c":true},"ix":2},"nm":"Path 4","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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[112.611,34.966],"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":45,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 22","np":5,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"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":[[3.833,5.549],[-3.833,5.549],[-3.833,-5.549],[3.833,-5.549]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.75,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[84.669,236.526],"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":45,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 23","np":2,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false},{"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":[[3.833,7.842],[-3.833,7.842],[-3.833,-7.842],[3.833,-7.842]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.75,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[71.175,234.233],"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":45,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 24","np":2,"cix":2,"ix":24,"mn":"ADBE Vector Group","hd":false},{"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":[[3.833,12.801],[-3.833,12.801],[-3.833,-12.801],[3.833,-12.801]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.75,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[57.681,229.275],"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":45,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 25","np":2,"cix":2,"ix":25,"mn":"ADBE Vector Group","hd":false},{"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":[[3.833,9.467],[-3.833,9.467],[-3.833,-9.467],[3.833,-9.467]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.75,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[44.187,232.608],"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":45,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 26","np":2,"cix":2,"ix":26,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.748,0],[0,0],[0,-2.747],[-2.748,0],[0,0],[0,2.748]],"o":[[0,0],[-2.748,0],[0,2.748],[0,0],[2.748,0],[0,-2.747]],"v":[[35.213,-4.99],[-35.213,-4.99],[-40.202,0],[-35.213,4.99],[35.213,4.99],[40.202,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-63.395,438.43],[296.605,438.43],[296.605,-201.887],[-63.395,-201.887]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-63.395,-201.887],[296.605,-201.887],[296.605,438.43],[-63.395,438.43]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.675,0.380000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[63.395,201.887],"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":"Group 27","np":4,"cix":2,"ix":27,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-2.748,0],[0,0],[0,2.747],[0,0]],"o":[[0,0],[0,2.747],[0,0],[2.749,0],[0,0],[0,0]],"v":[[-35.068,-23.102],[-35.068,18.113],[-30.079,23.102],[30.079,23.102],[35.068,18.113],[35.068,-23.102]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-63.395,410.339],[296.605,410.339],[296.605,-229.978],[-63.395,-229.978]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-63.395,-229.978],[296.605,-229.978],[296.605,410.339],[-63.395,410.339]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.675,0.380000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[63.395,229.978],"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":"Group 28","np":4,"cix":2,"ix":28,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-12.075,15.907],[0,3.76],[12.075,15.907],[18.8,15.907],[2.386,-0.506],[2.386,-15.907],[-2.386,-15.907],[-2.386,-0.506],[-18.8,15.907]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-63.395,377.332],[296.605,377.332],[296.605,-262.985],[-63.395,-262.985]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-63.395,-262.985],[296.605,-262.985],[296.605,377.332],[-63.395,377.332]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.675,0.380000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[63.395,262.985],"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":"Group 29","np":4,"cix":2,"ix":29,"mn":"ADBE Vector Group","hd":false},{"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":[[-180,-4.483],[180,-4.483],[180,4.482],[-180,4.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-180,355.831],[180,355.831],[180,-284.486],[-180,-284.486]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-180,-284.486],[180,-284.486],[180,355.831],[-180,355.831]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.885999971278,0.545000023935,0.238999998803,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[180,284.486],"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":"Group 30","np":4,"cix":2,"ix":30,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-8.641,-2.424],[-0.419,5.26],[8.641,-5.26]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[146.558,140.107],"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":45,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 31","np":2,"cix":2,"ix":31,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-9.135],[9.135,0],[0,9.135],[-9.135,0]],"o":[[0,9.135],[-9.135,0],[0,-9.135],[9.135,0]],"v":[[16.54,0],[0,16.539],[-16.54,0],[0,-16.539]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[146.558,144.114],"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":45,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 32","np":2,"cix":2,"ix":32,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.176,0],[0,0],[0,0],[1.112,0],[0,0],[0,-1.113],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,1.057]],"o":[[0,0],[0,0],[0,-1.113],[0,0],[-1.113,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.011,-0.166],[0,-1.176]],"v":[[10.539,2.381],[-8.407,2.381],[-8.407,-27.979],[-10.424,-29.997],[-10.655,-29.997],[-12.672,-27.979],[-12.672,6.646],[-10.037,6.646],[-10.037,29.997],[-6.861,29.997],[-6.861,6.646],[7.71,6.646],[7.71,29.997],[10.886,29.997],[10.886,6.617],[12.672,4.514]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-160.847,390.761],[199.153,390.761],[199.153,-249.556],[-160.847,-249.556]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-160.847,-249.556],[199.153,-249.556],[199.153,390.761],[-160.847,390.761]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.675,0.380000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[160.847,249.556],"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":"Group 33","np":4,"cix":2,"ix":33,"mn":"ADBE Vector Group","hd":false},{"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":[[5.145,7.735],[-4.38,-7.735],[-5.146,-5.291],[2.594,7.735]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-205.876,413.405],[154.124,413.405],[154.124,-226.912],[-205.876,-226.912]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-205.876,-226.912],[154.124,-226.912],[154.124,413.405],[-205.876,413.405]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.675,0.380000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[205.876,226.912],"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":"Group 34","np":4,"cix":2,"ix":34,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0.252,-0.957]],"o":[[0,0],[0,0],[0,0],[-0.251,0.957]],"v":[[1.134,14.963],[-10.448,14.963],[9.09,-14.61],[10.197,-14.006]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-195.477,420.637],[164.523,420.637],[164.523,-219.68],[-195.477,-219.68]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-195.477,-219.68],[164.523,-219.68],[164.523,420.637],[-195.477,420.637]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.675,0.380000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[195.477,219.68],"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":"Group 35","np":4,"cix":2,"ix":35,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.564,0],[0,0],[0,-0.564],[-0.565,0],[0,0],[0,0],[-1.347,0],[0,0],[0,1.347],[0,0],[0,0],[0,0.566]],"o":[[0,0],[-0.565,0],[0,0.566],[0,0],[0,0],[0,1.347],[0,0],[1.347,0],[0,0],[0,0],[0.564,0],[0,-0.564]],"v":[[33.687,-22.777],[-33.687,-22.777],[-34.71,-21.754],[-33.687,-20.73],[-28.047,-20.73],[-28.047,20.339],[-25.609,22.778],[25.608,22.778],[28.046,20.339],[28.046,-20.73],[33.687,-20.73],[34.71,-21.754]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-211.019,384.192],[148.981,384.192],[148.981,-256.125],[-211.019,-256.125]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-211.019,-256.125],[148.981,-256.125],[148.981,384.192],[-211.019,384.192]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.675,0.380000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[211.019,256.125],"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":"Group 36","np":4,"cix":2,"ix":36,"mn":"ADBE Vector Group","hd":false},{"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":[[-180,140.421],[180,140.421],[180,-140.421],[-180,-140.421]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929000016755,0.635000011968,0.310000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[180,140.422],"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":"Group 37","np":2,"cix":2,"ix":37,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[34.899,-55.25],[34.899,55.25],[-34.899,55.25]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[34.899,225.093],"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":"Group 38","np":2,"cix":2,"ix":38,"mn":"ADBE Vector Group","hd":false},{"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":[[-180,200.342],[180,200.342],[180,-200.342],[-180,-200.342]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.898000021542,0.588000009574,0.282000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[180,439.975],"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":"Group 39","np":2,"cix":2,"ix":39,"mn":"ADBE Vector Group","hd":false},{"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":[[45.44,42.248],[-45.44,42.248],[-45.44,-42.248],[45.44,-42.248]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[223.238,98.002],"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":"Group 40","np":2,"cix":2,"ix":40,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.992,-1.383],[0.992,1.383]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[199.481,73.506],"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":"Group 41","np":2,"cix":2,"ix":41,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-26.739,15.287],[-16.335,7.391],[-0.74,-17.281],[14.806,17.281],[26.74,15.01]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[225.228,97.568],"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":"Group 42","np":2,"cix":2,"ix":42,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-26.79,-1.235],[-16.786,-16.204],[-3.422,16.204],[20.367,-2.572],[26.79,1.298]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[225.279,97.507],"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":"Group 43","np":2,"cix":2,"ix":43,"mn":"ADBE Vector Group","hd":false},{"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":[[27.685,26.683],[-25.794,26.683],[-25.794,-26.683],[-27.685,-23.918]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[224.283,98.806],"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":"Group 44","np":2,"cix":2,"ix":44,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":16,"ty":0,"nm":"BG2","refId":"comp_9","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[180,320,0],"ix":2},"a":{"a":0,"k":[180,320,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":360,"h":640,"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"BG1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[180,320,0],"ix":2},"a":{"a":0,"k":[180,320,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.727,-14.238],[0,0],[12.123,-0.749],[4.1,2.916],[7.074,0.673],[4.372,-3.473]],"o":[[0,0],[0,0],[-4.614,0.286],[-4.873,-3.466],[-6.243,-0.594],[-11.086,8.806]],"v":[[-47.716,11.53],[47.716,11.53],[31.638,-1.153],[17.967,-2.169],[4.527,-11.471],[-9.479,-4.595]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[246.052,137.031],"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":40,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-11.035,-23.355],[0,0],[-19.887,-1.228],[-6.725,4.784],[-11.605,1.103],[-7.172,-5.696]],"o":[[0,0],[0,0],[7.567,0.467],[7.995,-5.684],[10.241,-0.974],[18.185,14.445]],"v":[[78.272,18.914],[-78.271,18.914],[-51.897,-1.89],[-29.473,-3.558],[-7.425,-18.816],[15.549,-7.538]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[134.654,74.388],"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":40,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4.084,0],[0,-4.084],[4.084,0],[0,4.083]],"o":[[4.084,0],[0,4.083],[-4.084,0],[0,-4.084]],"v":[[0.001,-7.396],[7.395,0.001],[0.001,7.396],[-7.396,0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.438999998803,0.936999990426,0.910000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[232.823,234.414],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4.085,0],[0,-4.084],[4.085,0],[0,4.085]],"o":[[4.085,0],[0,4.085],[-4.085,0],[0,-4.084]],"v":[[0,-7.397],[7.397,-0.001],[0,7.397],[-7.397,-0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.438999998803,0.936999990426,0.910000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[200.69,234.413],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4.084,0],[0,-4.084],[4.084,0],[0,4.083]],"o":[[4.084,0],[0,4.083],[-4.084,0],[0,-4.084]],"v":[[-0.001,-7.396],[7.395,0.001],[-0.001,7.396],[-7.396,0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.438999998803,0.936999990426,0.910000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[168.555,234.414],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4.085,0],[0,-4.084],[4.085,0],[0,4.085]],"o":[[4.085,0],[0,4.085],[-4.085,0],[0,-4.084]],"v":[[0.001,-7.397],[7.396,-0.001],[0.001,7.397],[-7.396,-0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.438999998803,0.936999990426,0.910000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[136.421,234.413],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.62,0],[0,0],[0,-2.624],[0,0],[-2.623,0],[0,0],[0,-0.087],[0,0],[-2.017,0],[0,0],[0,2.019],[0,0],[0.007,0.085],[0,0],[0,2.62],[0,0]],"o":[[0,0],[-2.623,0],[0,0],[0,2.623],[0,0],[-0.006,0.087],[0,0],[0,2.023],[0,0],[2.023,0],[0,0],[0,-0.091],[0,0],[2.62,0],[0,0],[0.011,-2.623]],"v":[[7.598,-27.659],[-7.594,-27.659],[-12.342,-22.909],[-12.342,-5.758],[-7.594,-1.007],[-6.419,-1.007],[-6.449,-0.749],[-6.449,24.002],[-2.793,27.66],[2.774,27.66],[6.438,24.002],[6.438,-0.751],[6.41,-1.01],[7.583,-1.01],[12.331,-5.758],[12.331,-22.911]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.438999998803,0.936999990426,0.910000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[248.892,286.275],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4.084,0],[0,-4.084],[4.084,0],[0,4.083]],"o":[[4.084,0],[0,4.083],[-4.084,0],[0,-4.084]],"v":[[0,-7.396],[7.395,0.001],[0,7.396],[-7.395,0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.438999998803,0.936999990426,0.910000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[248.889,249.206],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,2.021],[0,0],[0,0.082],[0,0],[0,2.623],[0,0],[0,0],[2.623,0],[0,0],[0,-2.623],[0,0],[-2.621,0],[0,0],[0,-0.089],[0,0],[-2.02,0],[0,0]],"o":[[0,0],[0,-0.092],[0,0],[2.623,0],[0,0],[0,0],[0,-2.623],[0,0],[-2.624,0],[0,0],[0,2.623],[0,0],[-0.007,0.087],[0,0],[0,2.023],[0,0],[2.031,0.002]],"v":[[6.447,24.001],[6.447,-0.749],[6.423,-1.005],[7.596,-1.005],[12.341,-5.757],[12.344,-5.757],[12.344,-22.911],[7.596,-27.661],[-7.596,-27.661],[-12.344,-22.911],[-12.344,-5.758],[-7.599,-1.01],[-6.42,-1.01],[-6.45,-0.751],[-6.45,24],[-2.787,27.66],[2.777,27.66]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.438999998803,0.936999990426,0.910000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[216.751,286.275],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4.084,0],[0,-4.084],[4.084,0],[0,4.083]],"o":[[4.084,0],[0,4.083],[-4.084,0],[0,-4.084]],"v":[[0.001,-7.396],[7.395,0.001],[0.001,7.396],[-7.396,0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.438999998803,0.936999990426,0.910000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[216.757,249.206],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,2.021],[0,0],[0.007,0.082],[0,0],[0,2.623],[0,0],[2.62,0],[0,0],[0,-2.623],[0,0],[-2.623,0],[0,0],[0,-0.089],[0,0],[-2.02,0],[0,0]],"o":[[0,0],[0,-0.092],[0,0],[2.62,0],[0,0],[0,-2.623],[0,0],[-2.623,0],[0,0],[0,2.623],[0,0],[-0.009,0.087],[0,0],[0,2.023],[0,0],[2.029,0.002]],"v":[[6.446,24.001],[6.446,-0.749],[6.419,-1.005],[7.592,-1.005],[12.34,-5.757],[12.34,-22.911],[7.595,-27.661],[-7.592,-27.661],[-12.34,-22.911],[-12.34,-5.758],[-7.592,-1.01],[-6.415,-1.01],[-6.443,-0.751],[-6.443,24],[-2.783,27.66],[2.781,27.66]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.438999998803,0.936999990426,0.910000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[184.619,286.275],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4.084,0],[0,-4.084],[4.084,0],[0,4.083]],"o":[[4.084,0],[0,4.083],[-4.084,0],[0,-4.084]],"v":[[0,-7.396],[7.395,0.001],[0,7.396],[-7.395,0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.438999998803,0.936999990426,0.910000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[184.621,249.206],"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,2.021],[0,0],[0.006,0.082],[0,0],[0,2.623],[0,0],[2.622,0],[0,0],[0,-2.623],[0,0],[-2.622,0],[0,0],[0,-0.089],[0,0],[-2.021,0],[0,0]],"o":[[0,0],[0,-0.092],[0,0],[2.623,0],[0,0],[0,-2.623],[0,0],[-2.624,0],[0,0],[0,2.623],[0,0],[-0.005,0.087],[0,0],[0,2.023],[0,0],[2.026,0.002]],"v":[[6.445,24.001],[6.445,-0.749],[6.418,-1.005],[7.596,-1.005],[12.343,-5.757],[12.343,-22.911],[7.597,-27.661],[-7.593,-27.661],[-12.343,-22.911],[-12.343,-5.758],[-7.595,-1.01],[-6.417,-1.01],[-6.444,-0.751],[-6.444,24],[-2.784,27.66],[2.781,27.66]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.438999998803,0.936999990426,0.910000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[152.487,286.275],"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4.084,0],[0,-4.084],[4.084,0],[0,4.083]],"o":[[4.084,0],[0,4.083],[-4.084,0],[0,-4.084]],"v":[[0.001,-7.396],[7.396,0.001],[0.001,7.396],[-7.395,0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.438999998803,0.936999990426,0.910000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[152.49,249.206],"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,2.021],[0,0],[0.006,0.082],[0,0],[0,2.623],[0,0],[2.62,0],[0,0],[0,-2.623],[0,0],[-2.624,0],[0,0],[0,-0.089],[0,0],[-2.021,0],[0,0]],"o":[[0,0],[0,-0.092],[0,0],[2.621,0],[0,0],[0,-2.623],[0,0],[-2.626,0],[0,0],[0,2.623],[0,0],[-0.007,0.087],[0,0],[0,2.023],[0,0],[2.024,0.002]],"v":[[6.444,24.001],[6.444,-0.749],[6.419,-1.005],[7.597,-1.005],[12.342,-5.757],[12.342,-22.911],[7.597,-27.661],[-7.59,-27.661],[-12.342,-22.911],[-12.342,-5.758],[-7.592,-1.01],[-6.415,-1.01],[-6.443,-0.751],[-6.443,24],[-2.784,27.66],[2.782,27.66]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.438999998803,0.936999990426,0.910000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[120.354,286.275],"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":"Group 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4.084,0],[0,-4.084],[4.084,0],[0,4.083]],"o":[[4.084,0],[0,4.083],[-4.084,0],[0,-4.084]],"v":[[-0.001,-7.396],[7.396,0.001],[-0.001,7.396],[-7.396,0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.438999998803,0.936999990426,0.910000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[120.356,249.206],"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":"Group 16","np":2,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"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":[[-6.592,6.045],[5.755,-6.059],[6.592,-5.303],[-4.967,6.059]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.964999988032,0.984000052658,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[58.842,221.982],"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 17","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.251,8.15],[3.826,-7.626],[2.826,-8.15],[-3.826,6.63]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.964999988032,0.984000052658,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[56.904,248.161],"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 18","np":2,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"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":[[4.899,7.387],[-5.162,-6.676],[-4.285,-7.387],[5.162,5.783]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.964999988032,0.984000052658,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[47.727,211.143],"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 19","np":2,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"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":[[6.046,6.593],[-6.059,-5.755],[-5.303,-6.593],[6.059,4.968]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.964999988032,0.984000052658,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[46.977,234.405],"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 20","np":2,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"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":[[0.828,35.5],[-0.828,35.5],[-0.828,-35.5],[0.828,-35.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.964999988032,0.984000052658,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[53.078,244.5],"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 21","np":2,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.553,0.318],[0,5.257],[7.188,0],[0.874,-0.261],[3.303,0],[1.521,-4.6],[3.873,0],[0,-5.329],[-1.644,-1.751],[0,-6.432],[-6.381,-1.124],[-0.179,-1.127],[0,-2.526],[-5.672,0],[-0.495,0.084],[-3.274,0],[-3.536,5.179],[-1.934,1.935],[3.919,3.918]],"o":[[2.517,-3.342],[0,-10.123],[-0.93,0],[-1.54,-4.49],[-3.353,0],[-1.229,-3.737],[-4.922,0],[0,2.694],[-5.999,1.418],[0,6.703],[0.082,1.175],[-1.166,1.924],[0,6.549],[0.515,0],[2.708,2.048],[5.449,0],[2.206,-0.854],[5.519,-5.519],[-0.46,-0.46]],"v":[[23.395,3.968],[27.491,-9.356],[14.477,-27.686],[11.769,-27.282],[4.05,-34.803],[-3.74,-27.085],[-12.129,-33.505],[-21.041,-23.855],[-18.374,-16.976],[-28.842,-3.749],[-17.609,9.636],[-17.21,13.088],[-19.065,19.874],[-8.796,31.732],[-7.284,31.589],[1.78,34.803],[15.689,26.408],[22.026,22.217],[24.923,5.128]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-50.299,426.416],[309.701,426.416],[309.701,-213.501],[-50.299,-213.501]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-50.299,-213.501],[309.701,-213.501],[309.701,426.416],[-50.299,426.416]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.419999994016,0.910000011968,0.894000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[50.299,213.501],"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":"Group 22","np":4,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.631,-1.164],[0.88,0.542],[-0.63,1.165],[-0.881,-0.541]],"o":[[-0.63,1.165],[-0.881,-0.541],[0.631,-1.164],[0.88,0.542]],"v":[[1.593,0.98],[-1.142,2.108],[-1.595,-0.981],[1.141,-2.108]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.964999988032,0.984000052658,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[334.156,232.617],"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 23","np":2,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.333],[1.404,0],[0,2.333],[-1.403,0]],"o":[[0,2.333],[-1.403,0],[0,-2.333],[1.404,0]],"v":[[2.541,0],[-0.001,4.225],[-2.542,0],[-0.001,-4.225]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.961000031116,0.964999988032,0.984000052658,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[326.333,225.66],"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 24","np":2,"cix":2,"ix":24,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[2.574,-3.46]],"o":[[0,0],[0,0]],"v":[[4.782,-7.815],[-4.782,7.815]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.961000031116,0.964999988032,0.984000052658,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[329.374,240.645],"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":"Group 25","np":2,"cix":2,"ix":25,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[-3.417,-16.079],[0,0]],"v":[[1.292,26.295],[2.125,-26.295]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.961000031116,0.964999988032,0.984000052658,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[324.208,253.705],"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":"Group 26","np":2,"cix":2,"ix":26,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-10.608],[6.444,0],[0,10.608],[-6.443,0]],"o":[[0,10.608],[-6.443,0],[0,-10.608],[6.444,0]],"v":[[11.667,0],[-0.001,19.208],[-11.667,0],[-0.001,-19.208]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-326.958,408.917],[33.042,408.917],[33.042,-231],[-326.958,-231]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-326.958,-231],[33.042,-231],[33.042,408.917],[-326.958,408.917]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.419999994016,0.910000011968,0.894000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[326.958,231],"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":"Group 27","np":4,"cix":2,"ix":27,"mn":"ADBE Vector Group","hd":false},{"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":[[-180,-4.659],[180,-4.659],[180,4.658],[-180,4.658]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.176000004189,0.788000009574,0.788000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[180,284.659],"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":"Group 28","np":2,"cix":2,"ix":28,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-9.71],[-0.374,-1.423],[0,0],[0,0.245],[0.594,1.543],[5.903,0],[0.965,-0.212],[5.218,0.607],[0.695,0]],"o":[[0,1.54],[0,0],[0.012,-0.242],[0,-1.753],[-1.998,-5.199],[-1.026,0],[-2.796,-4.152],[-0.675,-0.078],[-9.712,0]],"v":[[-24.516,6.564],[-23.944,11.019],[24.497,11.019],[24.516,10.287],[23.594,5.314],[10.652,-3.573],[7.661,-3.247],[-4.873,-10.899],[-6.931,-11.018]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.419999994016,0.910000011968,0.894000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[91.661,269.735],"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":"Group 29","np":2,"cix":2,"ix":29,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-15.314],[0.589,-2.244],[0,0],[0,0],[-0.183,0.472],[-9.309,0],[-1.521,-0.337],[-8.229,0.956],[-1.095,0]],"o":[[0,2.428],[0,0],[0,0],[0.149,-0.488],[3.15,-8.2],[1.62,0],[4.41,-6.549],[1.065,-0.124],[15.319,0]],"v":[[38.187,10.352],[37.286,17.378],[-38.188,17.378],[-38.188,9.822],[-37.69,8.38],[-17.278,-5.635],[-12.562,-5.121],[7.207,-17.19],[10.452,-17.378]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.419999994016,0.910000011968,0.894000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[38.187,269.735],"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":"Group 30","np":2,"cix":2,"ix":30,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-15.758],[0,0],[0,0],[0,0.398],[-0.964,2.503],[-9.578,0],[-1.565,-0.347],[-8.468,0.984],[-1.127,0]],"o":[[0,0],[0,0],[-0.021,-0.392],[0,-2.845],[3.242,-8.438],[1.667,0],[4.537,-6.739],[1.096,-0.127],[15.762,0]],"v":[[39.117,8.564],[39.117,17.881],[-39.086,17.881],[-39.117,16.693],[-37.623,8.624],[-16.62,-5.798],[-11.767,-5.268],[8.574,-17.687],[11.913,-17.88]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.419999994016,0.910000011968,0.894000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[320.883,271.437],"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":"Group 31","np":2,"cix":2,"ix":31,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-7.469],[-0.287,-1.095],[0,0],[0,0.189],[0.456,1.187],[4.54,0],[0.742,-0.164],[4.013,0.466],[0.534,0]],"o":[[0,1.184],[0,0],[0.01,-0.187],[0,-1.348],[-1.537,-3.999],[-0.79,0],[-2.151,-3.194],[-0.52,-0.06],[-7.471,0]],"v":[[-18.857,5.048],[-18.418,8.475],[18.841,8.475],[18.856,7.911],[18.148,4.086],[8.193,-2.749],[5.893,-2.498],[-3.748,-8.384],[-5.331,-8.475]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.419999994016,0.910000011968,0.894000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[155.754,275.065],"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":"Group 32","np":2,"cix":2,"ix":32,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-7.469],[0.287,-1.095],[0,0],[0,0.189],[-0.456,1.187],[-4.54,0],[-0.743,-0.164],[-4.013,0.466],[-0.534,0]],"o":[[0,1.184],[0,0],[-0.01,-0.187],[0,-1.348],[1.537,-3.999],[0.79,0],[2.15,-3.194],[0.52,-0.06],[7.471,0]],"v":[[18.857,5.048],[18.417,8.475],[-18.842,8.475],[-18.857,7.911],[-18.148,4.086],[-8.193,-2.749],[-5.893,-2.498],[3.748,-8.384],[5.331,-8.475]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.419999994016,0.910000011968,0.894000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[120.5,275.065],"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":"Group 33","np":2,"cix":2,"ix":33,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-8.003],[0.308,-1.173],[0,0],[0,0.203],[-0.489,1.271],[-4.865,0],[-0.795,-0.176],[-4.301,0.5],[-0.572,0]],"o":[[0,1.269],[0,0],[-0.01,-0.2],[0,-1.445],[1.647,-4.285],[0.847,0],[2.304,-3.423],[0.556,-0.064],[8.006,0]],"v":[[20.205,5.409],[19.734,9.082],[-20.19,9.082],[-20.205,8.478],[-19.447,4.379],[-8.78,-2.944],[-6.315,-2.677],[4.016,-8.983],[5.711,-9.082]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.419999994016,0.910000011968,0.894000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[193.122,274.458],"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":"Group 34","np":2,"cix":2,"ix":34,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-8.003],[-0.307,-1.173],[0,0],[0,0.203],[0.49,1.271],[4.865,0],[0.794,-0.176],[4.3,0.5],[0.572,0]],"o":[[0,1.269],[0,0],[0.011,-0.2],[0,-1.445],[-1.647,-4.285],[-0.846,0],[-2.305,-3.423],[-0.557,-0.064],[-8.006,0]],"v":[[-20.206,5.409],[-19.735,9.082],[20.189,9.082],[20.205,8.478],[19.446,4.379],[8.779,-2.944],[6.315,-2.677],[-4.016,-8.983],[-5.712,-9.082]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.419999994016,0.910000011968,0.894000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[266.045,274.458],"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":"Group 35","np":2,"cix":2,"ix":35,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-7.469],[0.288,-1.095],[0,0],[0,0.189],[-0.457,1.187],[-4.54,0],[-0.742,-0.164],[-4.014,0.466],[-0.535,0]],"o":[[0,1.184],[0,0],[-0.009,-0.187],[0,-1.348],[1.537,-3.999],[0.79,0],[2.151,-3.194],[0.52,-0.06],[7.471,0]],"v":[[18.857,5.048],[18.417,8.475],[-18.842,8.475],[-18.857,7.911],[-18.148,4.086],[-8.193,-2.749],[-5.893,-2.498],[3.747,-8.384],[5.331,-8.475]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.419999994016,0.910000011968,0.894000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[228.852,275.065],"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":"Group 36","np":2,"cix":2,"ix":36,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6,-4.067],[-8,41.632],[4.64,8.46],[9.754,-2.175],[-1.987,-7.785],[-12.575,-7.736],[-21.096,3.038],[-8.354,2.149],[-47.644,41.636],[12.75,-18.443]],"o":[[0,0],[1.818,-9.457],[-4.366,-7.96],[-11.174,2.493],[3.653,14.316],[18.836,11.588],[8.536,-1.229],[75,-19.293],[0,0],[0,0]],"v":[[-132.928,55.022],[-70.928,-10.465],[-75.044,-38.753],[-99.326,-53.4],[-104.883,-26.279],[-80.415,8.16],[-16.77,16.534],[8.572,11.365],[132.928,-18.585],[115.22,55.575]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[201.702,223.208],"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 37","np":2,"cix":2,"ix":37,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[120.274,169.484],[120.274,186.242]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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.19,103.753],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 38","np":2,"cix":2,"ix":38,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[105.233,168.19],[105.233,190.872]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":[99.697,100.79],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 39","np":2,"cix":2,"ix":39,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[22.972,2.462],[59.816,-35.932],[-42.654,6],[0,0],[13.5,5.5],[14.325,-10.404],[12.029,7.488]],"o":[[-0.657,-1.655],[-60.448,36.312],[42.654,-6],[0,0],[-9.194,-3.746],[-11.465,8.327],[-18.838,-11.725]],"v":[[9.897,-51.034],[-110.776,-19.034],[-112.93,48.966],[147.74,46.977],[157.724,-38.034],[119.444,-22.598],[80.615,-21.129]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[172.722,230.568],"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 40","np":2,"cix":2,"ix":40,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[330.446,191.818],[330.446,236.818]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 41","np":2,"cix":2,"ix":41,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[315.446,193.818],[315.446,276.818]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 42","np":2,"cix":2,"ix":42,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[300.446,201.818],[300.446,276.818]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 43","np":2,"cix":2,"ix":43,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[285.446,211.818],[285.446,276.818]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 44","np":2,"cix":2,"ix":44,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[270.446,214.818],[270.446,276.818]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 45","np":2,"cix":2,"ix":45,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[255.446,210.818],[255.446,276.818]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 46","np":2,"cix":2,"ix":46,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[240.446,201.818],[240.446,276.818]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 47","np":2,"cix":2,"ix":47,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[225.446,193.818],[225.446,276.818]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 48","np":2,"cix":2,"ix":48,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[210.446,186.818],[210.446,276.818]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 49","np":2,"cix":2,"ix":49,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[195.446,181.818],[195.446,276.818]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 50","np":2,"cix":2,"ix":50,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[180.446,178.818],[180.446,276.818]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 51","np":2,"cix":2,"ix":51,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[165.446,178.818],[165.446,276.818]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 52","np":2,"cix":2,"ix":52,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[150.446,180.818],[150.446,276.818]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 53","np":2,"cix":2,"ix":53,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[135.446,182.818],[135.446,276.818]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 54","np":2,"cix":2,"ix":54,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[120.446,186.818],[120.446,276.818]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 55","np":2,"cix":2,"ix":55,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.186,-42.658],[0.186,42.658]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[105.26,234.16],"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 56","np":2,"cix":2,"ix":56,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[90.446,196.818],[90.446,276.818]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 57","np":2,"cix":2,"ix":57,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[75.446,203.818],[75.446,276.818]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 58","np":2,"cix":2,"ix":58,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[60.446,212.818],[60.446,279.818]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 59","np":2,"cix":2,"ix":59,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[45.446,222.818],[45.446,279.818]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 60","np":2,"cix":2,"ix":60,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[30.446,237.818],[30.446,274.818]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 61","np":2,"cix":2,"ix":61,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-13.227,5.212]],"o":[[0,0],[0,0],[0,0]],"v":[[-1.068,-14.333],[-10.79,10.915],[10.79,9.12]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[275.313,202.288],"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 62","np":2,"cix":2,"ix":62,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.813,-0.126],[0,0],[0.126,0.812],[0,0],[-0.812,0.126],[-0.126,-0.812],[0,0]],"o":[[0,0],[-0.812,0.126],[0,0],[-0.126,-0.812],[0.813,-0.127],[0,0],[0.126,0.812]],"v":[[0.25,1.609],[0.25,1.609],[-1.45,0.367],[-1.493,0.09],[-0.25,-1.609],[1.45,-0.367],[1.493,-0.09]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[261.371,202.643],"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 63","np":2,"cix":2,"ix":63,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.914,-0.142],[0,0],[0.143,0.914],[0,0],[-0.913,0.142],[0,0],[-0.142,-0.915],[0,0]],"o":[[0,0],[-0.914,0.141],[0,0],[-0.142,-0.913],[0,0],[0.913,-0.142],[0,0],[0.143,0.914]],"v":[[0.465,1.957],[0.151,2.006],[-1.761,0.608],[-1.862,-0.045],[-0.465,-1.956],[-0.15,-2.005],[1.761,-0.607],[1.862,0.046]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[275.037,207.295],"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 64","np":2,"cix":2,"ix":64,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.812,-0.126],[0,0],[0.126,0.812],[0,0],[-0.812,0.127],[-0.126,-0.812],[0,0]],"o":[[0,0],[-0.813,0.126],[0,0],[-0.126,-0.812],[0.812,-0.126],[0,0],[0.126,0.812]],"v":[[0.25,1.609],[0.25,1.609],[-1.45,0.367],[-1.493,0.09],[-0.25,-1.61],[1.45,-0.367],[1.493,-0.09]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[288.486,201.309],"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 65","np":2,"cix":2,"ix":65,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.812,-0.126],[0,0],[0.126,0.812],[0,0],[-0.812,0.127],[-0.126,-0.812],[0,0]],"o":[[0,0],[-0.812,0.126],[0,0],[-0.126,-0.812],[0.813,-0.126],[0,0],[0.126,0.812]],"v":[[0.25,1.609],[0.25,1.609],[-1.45,0.367],[-1.493,0.09],[-0.25,-1.61],[1.45,-0.367],[1.493,-0.09]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[293.869,187.232],"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 66","np":2,"cix":2,"ix":66,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.812,-0.127],[0,0],[0.126,0.812],[0,0],[-0.812,0.126],[-0.126,-0.812],[0,0]],"o":[[0,0],[-0.812,0.126],[0,0],[-0.126,-0.812],[0.813,-0.126],[0,0],[0.126,0.812]],"v":[[0.25,1.609],[0.25,1.609],[-1.45,0.367],[-1.493,0.09],[-0.25,-1.61],[1.45,-0.367],[1.493,-0.09]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[287.268,173.408],"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 67","np":2,"cix":2,"ix":67,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.812,-0.126],[0,0],[0.126,0.812],[0,0],[-0.812,0.126],[-0.126,-0.812],[0,0]],"o":[[0,0],[-0.812,0.126],[0,0],[-0.126,-0.812],[0.813,-0.126],[0,0],[0.126,0.812]],"v":[[0.25,1.609],[0.25,1.609],[-1.45,0.367],[-1.493,0.09],[-0.25,-1.61],[1.45,-0.367],[1.493,-0.09]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[273.154,168.399],"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 68","np":2,"cix":2,"ix":68,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.813,-0.126],[0,0],[0.126,0.813],[0,0],[-0.812,0.126],[-0.126,-0.812],[0,0]],"o":[[0,0],[-0.812,0.126],[0,0],[-0.126,-0.812],[0.813,-0.127],[0,0],[0.126,0.813]],"v":[[0.25,1.609],[0.25,1.609],[-1.45,0.367],[-1.493,0.09],[-0.25,-1.609],[1.45,-0.367],[1.493,-0.09]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[259.513,175.174],"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 69","np":2,"cix":2,"ix":69,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.813,-0.126],[0,0],[0.126,0.813],[0,0],[-0.812,0.126],[-0.126,-0.812],[0,0]],"o":[[0,0],[-0.813,0.126],[0,0],[-0.126,-0.812],[0.812,-0.127],[0,0],[0.126,0.813]],"v":[[0.25,1.609],[0.25,1.609],[-1.45,0.367],[-1.493,0.09],[-0.25,-1.609],[1.45,-0.367],[1.493,-0.09]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[254.953,189.31],"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 70","np":2,"cix":2,"ix":70,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.165,-1.062],[1.062,-0.165],[0.165,1.061],[-1.062,0.165]],"o":[[0.165,1.062],[-1.062,0.165],[-0.165,-1.062],[1.062,-0.165]],"v":[[1.923,-0.299],[0.298,1.922],[-1.922,0.298],[-0.298,-1.923]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[274.239,187.977],"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 71","np":2,"cix":2,"ix":71,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.514,-9.678],[0.514,9.678]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[274.587,198.028],"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 72","np":2,"cix":2,"ix":72,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-7.206,-6.48],[7.207,6.48]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[281.279,194.83],"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 73","np":2,"cix":2,"ix":73,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-9.898,0.559],[9.898,-0.559]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[283.971,187.791],"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 74","np":2,"cix":2,"ix":74,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-6.604,7.394],[6.604,-7.394]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[280.871,180.77],"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 75","np":2,"cix":2,"ix":75,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0.559,9.898],[-0.559,-9.898]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[273.708,178.266],"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 76","np":2,"cix":2,"ix":76,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[7.395,6.604],[-7.395,-6.604]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[266.907,181.778],"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 77","np":2,"cix":2,"ix":77,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[9.764,-0.478],[-9.764,0.478]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[264.538,188.86],"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 78","np":2,"cix":2,"ix":78,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[6.465,-7.131],[-6.465,7.131]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[267.837,195.513],"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 79","np":2,"cix":2,"ix":79,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.049,-6.759],[6.758,-1.049],[1.049,6.759],[-6.758,1.05]],"o":[[1.05,6.759],[-6.759,1.05],[-1.05,-6.759],[6.759,-1.049]],"v":[[12.238,-1.901],[1.901,12.237],[-12.237,1.901],[-1.9,-12.238]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[274.675,187.896],"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 80","np":2,"cix":2,"ix":80,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.654,-10.648],[10.648,-1.653],[1.654,10.649],[-10.648,1.653]],"o":[[1.653,10.649],[-10.649,1.654],[-1.653,-10.648],[10.649,-1.654]],"v":[[19.281,-2.995],[2.994,19.281],[-19.281,2.993],[-2.994,-19.281]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[274.238,187.976],"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":60,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 81","np":2,"cix":2,"ix":81,"mn":"ADBE Vector Group","hd":false},{"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":[[-180,319.958],[180,319.958],[180,-319.958],[-180,-319.958]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286274509804,0.839215686275,0.847058823529,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[180,319.958],"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":"Group 82","np":2,"cix":2,"ix":82,"mn":"ADBE Vector Group","hd":false},{"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":[[-180,200.342],[180,200.342],[180,-200.342],[-180,-200.342]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.838999968884,0.847000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[180,439.575],"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":"Group 83","np":2,"cix":2,"ix":83,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/phonological.json b/ohos/flutter_lottie/assets/lottiefiles/phonological.json new file mode 100644 index 0000000000000000000000000000000000000000..e07e03d04f17c62eb7c4cd44a59e9f5ffb4a35a4 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/phonological.json @@ -0,0 +1 @@ +{"v":"5.0.0","fr":25,"ip":0,"op":176,"w":1080,"h":1080,"nm":"phonological","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":3,"nm":"NULL CONTROL","sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.05],"y":[1]},"o":{"x":[0.9],"y":[0]},"n":["0p05_1_0p9_0"],"t":0,"s":[0],"e":[180]},{"i":{"x":[0.05],"y":[1]},"o":{"x":[0.05],"y":[0]},"n":["0p05_1_0p05_0"],"t":50,"s":[180],"e":[240]},{"i":{"x":[0.296],"y":[1]},"o":{"x":[0.05],"y":[0]},"n":["0p296_1_0p05_0"],"t":75,"s":[240],"e":[210]},{"i":{"x":[0.05],"y":[1]},"o":{"x":[0.05],"y":[0]},"n":["0p05_1_0p05_0"],"t":100,"s":[210],"e":[360]},{"t":125}],"ix":10},"p":{"a":0,"k":[540.043,538.159,0],"ix":2},"a":{"a":0,"k":[60,60,0],"ix":1},"s":{"a":0,"k":[70,70,100],"ix":6}},"ao":0,"ip":0,"op":251,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 9","sr":1,"ks":{"o":{"a":0,"k":90,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[0,-1.841,0],"ix":1},"s":{"a":0,"k":[70,70,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0,-158.979],[-136.085,-80.41],[-136.085,76.728],[0,155.297],[136.085,76.728],[136.085,-80.41]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941176474094,0.929411768913,0.823529422283,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"Group 1","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":150,"op":231,"st":-20,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Layer 7","sr":1,"ks":{"o":{"a":0,"k":90,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[0,-1.841,0],"ix":1},"s":{"a":0,"k":[70,70,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0,-158.979],[-136.085,-80.41],[-136.085,76.728],[0,155.297],[136.085,76.728],[136.085,-80.41]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941176474094,0.929411768913,0.823529422283,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"Group 1","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":50,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Layer 6","parent":1,"sr":1,"ks":{"o":{"a":0,"k":90,"ix":11},"r":{"a":0,"k":0,"ix":10,"x":"var $bm_rt;\n$bm_rt = mul(thisComp.layer('NULL CONTROL').transform.rotation, -1);"},"p":{"a":1,"k":[{"i":{"x":0.05,"y":1},"o":{"x":0.9,"y":0},"n":"0p05_1_0p9_0","t":0,"s":[196.125,140.438,0],"e":[332,217,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":50,"s":[332,217,0],"e":[330.301,59.217,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.2,"y":1},"o":{"x":0.05,"y":0},"n":"0p2_1_0p05_0","t":75,"s":[330.301,59.217,0],"e":[217.272,59.236,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.2,"y":0.2},"o":{"x":0.8,"y":0.8},"n":"0p2_0p2_0p8_0p8","t":100,"s":[217.272,59.236,0],"e":[217.272,59.236,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.05,"y":1},"o":{"x":0.8,"y":0},"n":"0p05_1_0p8_0","t":125,"s":[217.272,59.236,0],"e":[337.272,61.841,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":150,"s":[337.272,61.841,0],"e":[196.125,140.438,0],"to":[0,0,0],"ti":[0,0,0]},{"t":175}],"ix":2},"a":{"a":0,"k":[272.043,155.159,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[272.043,-1.979],[135.957,76.59],[135.957,233.728],[272.043,312.297],[408.128,233.728],[408.128,76.59]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.470588237047,0.35686275363,0.654901981354,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"Group 1","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":251,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Layer 5","parent":1,"sr":1,"ks":{"o":{"a":0,"k":90,"ix":11},"r":{"a":0,"k":0,"ix":10,"x":"var $bm_rt;\n$bm_rt = mul(thisComp.layer('NULL CONTROL').transform.rotation, -1);"},"p":{"a":1,"k":[{"i":{"x":0.05,"y":1},"o":{"x":0.9,"y":0},"n":"0p05_1_0p9_0","t":0,"s":[-76.188,140.438,0],"e":[-212,217,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":50,"s":[-212,217,0],"e":[-77.641,294.75,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.2,"y":1},"o":{"x":0.05,"y":0},"n":"0p2_1_0p05_0","t":75,"s":[-77.641,294.75,0],"e":[-18.646,194.622,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.2,"y":0.2},"o":{"x":0.8,"y":0.8},"n":"0p2_0p2_0p8_0p8","t":100,"s":[-18.646,194.622,0],"e":[-18.646,194.622,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.05,"y":1},"o":{"x":0.8,"y":0},"n":"0p05_1_0p8_0","t":125,"s":[-18.646,194.622,0],"e":[-77.646,301.122,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":150,"s":[-77.646,301.122,0],"e":[-76.188,140.438,0],"to":[0,0,0],"ti":[0,0,0]},{"t":175}],"ix":2},"a":{"a":0,"k":[-271.957,155.159,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-271.957,-1.979],[-408.043,76.59],[-408.043,233.728],[-271.957,312.297],[-135.872,233.728],[-135.872,76.59]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.196078434587,0.57647061348,0.741176486015,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"Group 1","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":251,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Layer 4","parent":1,"sr":1,"ks":{"o":{"a":0,"k":90,"ix":11},"r":{"a":0,"k":0,"ix":10,"x":"var $bm_rt;\n$bm_rt = mul(thisComp.layer('NULL CONTROL').transform.rotation, -1);"},"p":{"a":1,"k":[{"i":{"x":0.05,"y":1},"o":{"x":0.9,"y":0},"n":"0p05_1_0p9_0","t":0,"s":[196,-16.813,0],"e":[332,-97,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":50,"s":[332,-97,0],"e":[194.643,-176.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.2,"y":1},"o":{"x":0.05,"y":0},"n":"0p2_1_0p05_0","t":75,"s":[194.643,-176.5,0],"e":[138.03,-77.131,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.2,"y":0.2},"o":{"x":0.8,"y":0.8},"n":"0p2_0p2_0p8_0p8","t":100,"s":[138.03,-77.131,0],"e":[138.03,-77.131,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.05,"y":1},"o":{"x":0.8,"y":0},"n":"0p05_1_0p8_0","t":125,"s":[138.03,-77.131,0],"e":[198.78,-178.381,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":150,"s":[198.78,-178.381,0],"e":[196,-16.813,0],"to":[0,0,0],"ti":[0,0,0]},{"t":175}],"ix":2},"a":{"a":0,"k":[272.043,-158.841,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[272.043,-315.979],[135.957,-237.41],[135.957,-80.272],[272.043,-1.703],[408.128,-80.272],[408.128,-237.41]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964705884457,0.298039227724,0.266666680574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"Group 1","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":251,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Layer 8","sr":1,"ks":{"o":{"a":0,"k":90,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[0,-1.841,0],"ix":1},"s":{"a":0,"k":[70,70,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0,-158.979],[-136.085,-80.41],[-136.085,76.728],[0,155.297],[136.085,76.728],[136.085,-80.41]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941176474094,0.929411768913,0.823529422283,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"Group 1","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":50,"op":150,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Layer 3","parent":1,"sr":1,"ks":{"o":{"a":0,"k":90,"ix":11},"r":{"a":0,"k":0,"ix":10,"x":"var $bm_rt;\n$bm_rt = mul(thisComp.layer('NULL CONTROL').transform.rotation, -1);"},"p":{"a":1,"k":[{"i":{"x":0.05,"y":1},"o":{"x":0.9,"y":0},"n":"0p05_1_0p9_0","t":0,"s":[-76.063,-16.813,0],"e":[-212,-97,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":50,"s":[-212,-97,0],"e":[-213.516,58.783,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.2,"y":1},"o":{"x":0.05,"y":0},"n":"0p2_1_0p05_0","t":75,"s":[-213.516,58.783,0],"e":[-97.058,58.467,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.2,"y":0.2},"o":{"x":0.8,"y":0.8},"n":"0p2_0p2_0p8_0p8","t":100,"s":[-97.058,58.467,0],"e":[-97.058,58.467,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.05,"y":1},"o":{"x":0.8,"y":0},"n":"0p05_1_0p8_0","t":125,"s":[-97.058,58.467,0],"e":[-216.558,61.841,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":150,"s":[-216.558,61.841,0],"e":[-76.063,-16.813,0],"to":[0,0,0],"ti":[0,0,0]},{"t":175}],"ix":2},"a":{"a":0,"k":[-271.957,-158.841,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-271.957,-315.979],[-408.043,-237.41],[-408.043,-80.272],[-271.957,-1.703],[-135.872,-80.272],[-135.872,-237.41]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.760784327984,0.623529434204,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"Group 1","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":251,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Layer 2","parent":1,"sr":1,"ks":{"o":{"a":0,"k":90,"ix":11},"r":{"a":0,"k":0,"ix":10,"x":"var $bm_rt;\n$bm_rt = mul(thisComp.layer('NULL CONTROL').transform.rotation, -1);"},"p":{"a":1,"k":[{"i":{"x":0.05,"y":1},"o":{"x":0.9,"y":0},"n":"0p05_1_0p9_0","t":0,"s":[59.957,-95.313,0],"e":[59.957,-254,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":50,"s":[59.957,-254,0],"e":[-77.433,-176.933,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.2,"y":1},"o":{"x":0.05,"y":0},"n":"0p2_1_0p05_0","t":75,"s":[-77.433,-176.933,0],"e":[-18.044,-76.44,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.2,"y":0.2},"o":{"x":0.8,"y":0.8},"n":"0p2_0p2_0p8_0p8","t":100,"s":[-18.044,-76.44,0],"e":[-18.044,-76.44,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.05,"y":1},"o":{"x":0.8,"y":0},"n":"0p05_1_0p8_0","t":125,"s":[-18.044,-76.44,0],"e":[-78.544,-177.69,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":150,"s":[-78.544,-177.69,0],"e":[59.957,-95.313,0],"to":[0,0,0],"ti":[0,0,0]},{"t":175}],"ix":2},"a":{"a":0,"k":[0,-315.841,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0,-472.979],[-136.085,-394.41],[-136.085,-237.272],[0,-158.703],[136.085,-237.272],[136.085,-394.41]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.980392158031,0.792156875134,0.003921568859,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"Group 1","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":251,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Layer 1","parent":1,"sr":1,"ks":{"o":{"a":0,"k":90,"ix":11},"r":{"a":0,"k":0,"ix":10,"x":"var $bm_rt;\n$bm_rt = mul(thisComp.layer('NULL CONTROL').transform.rotation, -1);"},"p":{"a":1,"k":[{"i":{"x":0.05,"y":1},"o":{"x":0.9,"y":0},"n":"0p05_1_0p9_0","t":0,"s":[59.957,218.813,0],"e":[59.957,374,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":50,"s":[59.957,374,0],"e":[194.442,294.875,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.2,"y":1},"o":{"x":0.05,"y":0},"n":"0p2_1_0p05_0","t":75,"s":[194.442,294.875,0],"e":[137.449,194.4,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.2,"y":0.2},"o":{"x":0.8,"y":0.8},"n":"0p2_0p2_0p8_0p8","t":100,"s":[137.449,194.4,0],"e":[137.449,194.4,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.05,"y":1},"o":{"x":0.8,"y":0},"n":"0p05_1_0p8_0","t":125,"s":[137.449,194.4,0],"e":[199.199,300.4,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.05,"y":1},"o":{"x":0.05,"y":0},"n":"0p05_1_0p05_0","t":150,"s":[199.199,300.4,0],"e":[59.957,218.813,0],"to":[0,0,0],"ti":[0,0,0]},{"t":175}],"ix":2},"a":{"a":0,"k":[0,312.159,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0,155.021],[-136.085,233.59],[-136.085,390.728],[0,469.297],[136.085,390.728],[136.085,233.59]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941176474094,0.486274510622,0.521568655968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"Group 1","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":251,"st":0,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/pink_drink_machine.json b/ohos/flutter_lottie/assets/lottiefiles/pink_drink_machine.json new file mode 100644 index 0000000000000000000000000000000000000000..6627e9e7c0feb4c91edb96de69c08efa0e91a972 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/pink_drink_machine.json @@ -0,0 +1 @@ +{"v":"4.6.3","fr":30,"ip":0,"op":89,"w":800,"h":600,"nm":"Drink maker","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":".bubbleContainer","cl":"bubbleContainer","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[0,0,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,99.405,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":4,"nm":".xx_stroke","mn":"ADBE Vector Graphic - Stroke","cl":"xx_stroke"},{"ty":"tr","p":{"a":0,"k":[-396,-300],"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":".xx_shape","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","cl":"xx_shape"}],"ip":0,"op":89,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"glass front 3","ks":{"o":{"a":0,"k":90},"r":{"a":0,"k":0},"p":{"a":0,"k":[227.9,430.344,0]},"a":{"a":0,"k":[-239,84.906,0]},"s":{"a":0,"k":[8.696,46.563,100]}},"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":[[198,300.813],[267,300.813],[267,469],[198,469]],"c":true}},"nm":"Path 5","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.94,0.4512,0.6566828,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-506,-300],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":89,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"glass front","ks":{"o":{"a":0,"k":90},"r":{"a":0,"k":0},"p":{"a":0,"k":[251,469.5,0]},"a":{"a":0,"k":[-163.5,169,0]},"s":{"a":0,"k":[101.449,46.563,100]}},"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":[[198,300.813],[267,300.813],[267,469],[198,469]],"c":true}},"nm":"Path 5","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.9058824,0.2901961,0.5490196,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-396,-300],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":89,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"glass front 4","ks":{"o":{"a":0,"k":32},"r":{"a":0,"k":0},"p":{"a":0,"k":[222,346.156,0]},"a":{"a":0,"k":[-198,84.906,0]},"s":{"a":0,"k":[8.696,53.326,100]}},"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":[[198,300.813],[267,300.813],[267,469],[198,469]],"c":true}},"nm":"Path 5","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.5960784,0.9058824,0.9686275,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-396,-300],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":89,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"topPiston","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-1,"s":[0],"e":[0.062]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0.062],"e":[0.046]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":1,"s":[0.046],"e":[-0.068]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[-0.068],"e":[-0.235]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[-0.235],"e":[-0.426]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[-0.426],"e":[-0.645]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[-0.645],"e":[-0.908]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6,"s":[-0.908],"e":[-1.219]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":7,"s":[-1.219],"e":[-1.574]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[-1.574],"e":[-1.966]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9,"s":[-1.966],"e":[-2.395]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[-2.395],"e":[-2.861]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":11,"s":[-2.861],"e":[-3.364]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[-3.364],"e":[-3.903]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":13,"s":[-3.903],"e":[-4.476]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":14,"s":[-4.476],"e":[-5.081]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[-5.081],"e":[-5.717]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[-5.717],"e":[-6.382]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":17,"s":[-6.382],"e":[-7.074]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[-7.074],"e":[-7.791]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":19,"s":[-7.791],"e":[-8.53]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[-8.53],"e":[-9.288]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":21,"s":[-9.288],"e":[-10.061]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":22,"s":[-10.061],"e":[-10.847]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":23,"s":[-10.847],"e":[-11.642]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24,"s":[-11.642],"e":[-12.441]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":25,"s":[-12.441],"e":[-13.241]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":26,"s":[-13.241],"e":[-14.036]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[-14.036],"e":[-14.822]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":28,"s":[-14.822],"e":[-15.594]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":29,"s":[-15.594],"e":[-16.347]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[-16.347],"e":[-17.075]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":31,"s":[-17.075],"e":[-17.773]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":32,"s":[-17.773],"e":[-18.437]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":33,"s":[-18.437],"e":[-19.06]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":34,"s":[-19.06],"e":[-19.639]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[-19.639],"e":[-20.168]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":36,"s":[-20.168],"e":[-20.643]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":37,"s":[-20.643],"e":[-21.061]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[-21.061],"e":[-21.418]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":39,"s":[-21.418],"e":[-21.712]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[-21.712],"e":[-21.94]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":41,"s":[-21.94],"e":[-22.101]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":42,"s":[-22.101],"e":[-22.193]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":43,"s":[-22.193],"e":[-22.218]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[-22.218],"e":[-22.176]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":45,"s":[-22.176],"e":[-22.067]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":46,"s":[-22.067],"e":[-21.894]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":47,"s":[-21.894],"e":[-21.66]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":48,"s":[-21.66],"e":[-21.366]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":49,"s":[-21.366],"e":[-21.016]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":50,"s":[-21.016],"e":[-20.612]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":51,"s":[-20.612],"e":[-20.157]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":52,"s":[-20.157],"e":[-19.654]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":53,"s":[-19.654],"e":[-19.105]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[-19.105],"e":[-18.514]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":55,"s":[-18.514],"e":[-17.885]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[-17.885],"e":[-17.22]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":57,"s":[-17.22],"e":[-16.524]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":58,"s":[-16.524],"e":[-15.801]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":59,"s":[-15.801],"e":[-15.056]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":60,"s":[-15.056],"e":[-14.292]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":61,"s":[-14.292],"e":[-13.515]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":62,"s":[-13.515],"e":[-12.728]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":63,"s":[-12.728],"e":[-11.937]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":64,"s":[-11.937],"e":[-11.145]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":65,"s":[-11.145],"e":[-10.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":66,"s":[-10.356],"e":[-9.575]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":67,"s":[-9.575],"e":[-8.805]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":68,"s":[-8.805],"e":[-8.05]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":69,"s":[-8.05],"e":[-7.314]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":70,"s":[-7.314],"e":[-6.599]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":71,"s":[-6.599],"e":[-5.909]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":72,"s":[-5.909],"e":[-5.247]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":73,"s":[-5.247],"e":[-4.616]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":74,"s":[-4.616],"e":[-4.017]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[-4.017],"e":[-3.452]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":76,"s":[-3.452],"e":[-2.925]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":77,"s":[-2.925],"e":[-2.437]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":78,"s":[-2.437],"e":[-1.989]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":79,"s":[-1.989],"e":[-1.582]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":80,"s":[-1.582],"e":[-1.219]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":81,"s":[-1.219],"e":[-0.9]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":82,"s":[-0.9],"e":[-0.625]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":83,"s":[-0.625],"e":[-0.396]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":84,"s":[-0.396],"e":[-0.213]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":85,"s":[-0.213],"e":[-0.077]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":86,"s":[-0.077],"e":[0.013]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":87,"s":[0.013],"e":[0.057]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":88,"s":[0.057],"e":[0.054]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":89,"s":[0.054],"e":[0.005]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":90,"s":[0.005],"e":[-0.089]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":91,"s":[-0.089],"e":[-0.228]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":92,"s":[-0.228],"e":[-0.412]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":93,"s":[-0.412],"e":[-0.638]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":94,"s":[-0.638],"e":[-0.907]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":95,"s":[-0.907],"e":[-1.218]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":96,"s":[-1.218],"e":[-1.568]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":97,"s":[-1.568],"e":[-1.959]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":98,"s":[-1.959],"e":[-2.387]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":99,"s":[-2.387],"e":[-2.854]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[-2.854],"e":[-3.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":101,"s":[-3.356],"e":[-3.894]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":102,"s":[-3.894],"e":[-4.466]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":103,"s":[-4.466],"e":[-5.071]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":104,"s":[-5.071],"e":[-5.707]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":105,"s":[-5.707],"e":[-6.371]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":106,"s":[-6.371],"e":[-7.063]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":107,"s":[-7.063],"e":[-7.779]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":108,"s":[-7.779],"e":[-8.518]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":109,"s":[-8.518],"e":[-9.275]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":110,"s":[-9.275],"e":[-10.049]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":111,"s":[-10.049],"e":[-10.835]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":112,"s":[-10.835],"e":[-11.629]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":113,"s":[-11.629],"e":[-12.428]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":114,"s":[-12.428],"e":[-13.228]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":115,"s":[-13.228],"e":[-14.023]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":116,"s":[-14.023],"e":[-14.81]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":117,"s":[-14.81],"e":[-15.582]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":118,"s":[-15.582],"e":[-16.335]},{"t":119}]},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-1,"s":[418,300,0],"e":[417.834,300.18,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[417.834,300.18,0],"e":[417.876,300.134,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":1,"s":[417.876,300.134,0],"e":[418.183,299.802,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[418.183,299.802,0],"e":[418.632,299.314,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[418.632,299.314,0],"e":[419.144,298.754,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[419.144,298.754,0],"e":[419.728,298.111,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[419.728,298.111,0],"e":[420.426,297.336,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[420.426,297.336,0],"e":[421.248,296.413,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[421.248,296.413,0],"e":[422.179,295.357,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[422.179,295.357,0],"e":[423.201,294.181,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[423.201,294.181,0],"e":[424.308,292.889,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[424.308,292.889,0],"e":[425.499,291.476,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[425.499,291.476,0],"e":[426.773,289.94,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[426.773,289.94,0],"e":[428.123,288.281,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[428.123,288.281,0],"e":[429.542,286.503,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[429.542,286.503,0],"e":[431.021,284.609,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[431.021,284.609,0],"e":[432.553,282.603,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[432.553,282.603,0],"e":[434.131,280.488,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[434.131,280.488,0],"e":[435.747,278.267,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[435.747,278.267,0],"e":[437.393,275.947,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[437.393,275.947,0],"e":[439.058,273.534,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[439.058,273.534,0],"e":[440.734,271.036,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[440.734,271.036,0],"e":[442.411,268.464,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[442.411,268.464,0],"e":[444.079,265.828,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[444.079,265.828,0],"e":[445.728,263.139,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[445.728,263.139,0],"e":[447.349,260.413,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[447.349,260.413,0],"e":[448.932,257.663,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26,"s":[448.932,257.663,0],"e":[450.469,254.906,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[450.469,254.906,0],"e":[451.95,252.16,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28,"s":[451.95,252.16,0],"e":[453.368,249.444,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[453.368,249.444,0],"e":[454.715,246.777,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[454.715,246.777,0],"e":[455.985,244.181,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[455.985,244.181,0],"e":[457.172,241.676,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":32,"s":[457.172,241.676,0],"e":[458.271,239.283,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[458.271,239.283,0],"e":[459.278,237.023,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34,"s":[459.278,237.023,0],"e":[460.191,234.916,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35,"s":[460.191,234.916,0],"e":[461.007,232.981,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":36,"s":[461.007,232.981,0],"e":[461.725,231.237,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37,"s":[461.725,231.237,0],"e":[462.344,229.698,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[462.344,229.698,0],"e":[462.864,228.38,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39,"s":[462.864,228.38,0],"e":[463.286,227.293,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[463.286,227.293,0],"e":[463.609,226.449,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41,"s":[463.609,226.449,0],"e":[463.835,225.852,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[463.835,225.852,0],"e":[463.965,225.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":43,"s":[463.965,225.507,0],"e":[463.999,225.415,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":44,"s":[463.999,225.415,0],"e":[463.94,225.574,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45,"s":[463.94,225.574,0],"e":[463.788,225.977,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":46,"s":[463.788,225.977,0],"e":[463.545,226.618,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[463.545,226.618,0],"e":[463.211,227.487,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":48,"s":[463.211,227.487,0],"e":[462.788,228.573,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":49,"s":[462.788,228.573,0],"e":[462.277,229.866,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":50,"s":[462.277,229.866,0],"e":[461.678,231.353,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":51,"s":[461.678,231.353,0],"e":[460.99,233.022,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52,"s":[460.99,233.022,0],"e":[460.214,234.862,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":53,"s":[460.214,234.862,0],"e":[459.35,236.86,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":54,"s":[459.35,236.86,0],"e":[458.397,239.002,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":55,"s":[458.397,239.002,0],"e":[457.358,241.275,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56,"s":[457.358,241.275,0],"e":[456.234,243.661,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":57,"s":[456.234,243.661,0],"e":[455.028,246.146,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":58,"s":[455.028,246.146,0],"e":[453.743,248.711,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":59,"s":[453.743,248.711,0],"e":[452.384,251.339,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":60,"s":[452.384,251.339,0],"e":[450.956,254.012,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":61,"s":[450.956,254.012,0],"e":[449.467,256.714,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":62,"s":[449.467,256.714,0],"e":[447.923,259.427,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":63,"s":[447.923,259.427,0],"e":[446.331,262.135,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":64,"s":[446.331,262.135,0],"e":[444.701,264.824,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":65,"s":[444.701,264.824,0],"e":[443.041,267.478,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":66,"s":[443.041,267.478,0],"e":[441.361,270.083,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":67,"s":[441.361,270.083,0],"e":[439.671,272.629,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":68,"s":[439.671,272.629,0],"e":[437.981,275.102,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":69,"s":[437.981,275.102,0],"e":[436.301,277.494,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":70,"s":[436.301,277.494,0],"e":[434.641,279.793,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":71,"s":[434.641,279.793,0],"e":[433.012,281.994,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":72,"s":[433.012,281.994,0],"e":[431.424,284.087,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":73,"s":[431.424,284.087,0],"e":[429.885,286.067,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":74,"s":[429.885,286.067,0],"e":[428.407,287.929,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":75,"s":[428.407,287.929,0],"e":[426.997,289.668,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":76,"s":[426.997,289.668,0],"e":[425.663,291.28,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":77,"s":[425.663,291.28,0],"e":[424.415,292.763,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":78,"s":[424.415,292.763,0],"e":[423.259,294.114,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":79,"s":[423.259,294.114,0],"e":[422.201,295.332,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":80,"s":[422.201,295.332,0],"e":[421.248,296.414,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":81,"s":[421.248,296.414,0],"e":[420.404,297.36,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":82,"s":[420.404,297.36,0],"e":[419.675,298.17,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":83,"s":[419.675,298.17,0],"e":[419.064,298.842,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":84,"s":[419.064,298.842,0],"e":[418.573,299.378,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":85,"s":[418.573,299.378,0],"e":[418.206,299.777,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":86,"s":[418.206,299.777,0],"e":[417.964,300.039,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":87,"s":[417.964,300.039,0],"e":[417.847,300.166,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":88,"s":[417.847,300.166,0],"e":[417.854,300.157,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":89,"s":[417.854,300.157,0],"e":[417.986,300.015,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":90,"s":[417.986,300.015,0],"e":[418.24,299.74,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":91,"s":[418.24,299.74,0],"e":[418.614,299.333,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":92,"s":[418.614,299.333,0],"e":[419.105,298.796,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":93,"s":[419.105,298.796,0],"e":[419.71,298.131,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":94,"s":[419.71,298.131,0],"e":[420.424,297.338,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":95,"s":[420.424,297.338,0],"e":[421.244,296.418,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":96,"s":[421.244,296.418,0],"e":[422.164,295.374,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":97,"s":[422.164,295.374,0],"e":[423.18,294.205,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":98,"s":[423.18,294.205,0],"e":[424.288,292.913,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":99,"s":[424.288,292.913,0],"e":[425.481,291.499,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":100,"s":[425.481,291.499,0],"e":[426.754,289.963,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":101,"s":[426.754,289.963,0],"e":[428.102,288.307,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":102,"s":[428.102,288.307,0],"e":[429.519,286.532,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":103,"s":[429.519,286.532,0],"e":[430.996,284.641,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":104,"s":[430.996,284.641,0],"e":[432.528,282.637,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":105,"s":[432.528,282.637,0],"e":[434.106,280.522,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":106,"s":[434.106,280.522,0],"e":[435.722,278.303,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":107,"s":[435.722,278.303,0],"e":[437.367,275.984,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":108,"s":[437.367,275.984,0],"e":[439.032,273.573,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":109,"s":[439.032,273.573,0],"e":[440.708,271.077,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":110,"s":[440.708,271.077,0],"e":[442.384,268.506,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":111,"s":[442.384,268.506,0],"e":[444.052,265.87,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":112,"s":[444.052,265.87,0],"e":[445.702,263.183,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":113,"s":[445.702,263.183,0],"e":[447.324,260.456,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":114,"s":[447.324,260.456,0],"e":[448.908,257.706,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":115,"s":[448.908,257.706,0],"e":[450.445,254.95,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":116,"s":[450.445,254.95,0],"e":[451.927,252.203,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":117,"s":[451.927,252.203,0],"e":[453.346,249.487,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":118,"s":[453.346,249.487,0],"e":[454.694,246.819,0],"to":[0,0,0],"ti":[0,0,0]},{"t":119}]},"a":{"a":0,"k":[400,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.33,0],[0.932,-0.645],[0.261,-1.446],[-0.837,-1.208],[-1.445,-0.262],[-1.208,0.837],[-0.262,1.446],[2.984,0.541]],"o":[[-1.108,0],[-1.207,0.837],[-0.263,1.445],[0.837,1.207],[1.445,0.264],[1.207,-0.836],[0.541,-2.983],[-0.332,-0.06]],"v":[[98.828,12.545],[95.707,13.525],[93.429,17.066],[94.319,21.179],[97.858,23.459],[101.973,22.567],[104.252,19.028],[99.822,12.636]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0.33,0],[0.931,-0.645],[0.262,-1.445],[-2.984,-0.541],[-1.207,0.837],[-0.262,1.446],[0.836,1.208],[1.446,0.262]],"o":[[-1.109,0],[-1.207,0.837],[-0.541,2.984],[1.446,0.266],[1.208,-0.837],[0.263,-1.445],[-0.837,-1.207],[-0.331,-0.06]],"v":[[-98.852,-22.469],[-101.973,-21.489],[-104.252,-17.95],[-99.822,-11.557],[-95.708,-12.446],[-93.429,-15.986],[-94.319,-20.101],[-97.859,-22.38]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[6.397,-0.001],[0.812,0.147],[1.418,4.898],[0,0],[5.029,0.911],[2.054,2.964],[-0.643,3.548],[-7.322,-1.327],[-1.417,-4.897],[0,0],[-5.029,-0.909],[-2.054,-2.963],[0.644,-3.548]],"o":[[-0.797,0],[-5.031,-0.913],[0,0],[-3.048,4.09],[-3.548,-0.644],[-2.054,-2.964],[1.329,-7.324],[5.03,0.913],[0,0],[3.048,-4.089],[3.548,0.644],[2.053,2.964],[-1.182,6.513]],"v":[[98.846,31.549],[96.43,31.33],[85.869,21.794],[-88.01,-8.907],[-101.25,-3.684],[-109.937,-9.278],[-112.124,-19.377],[-96.43,-30.252],[-85.87,-20.714],[88.01,9.985],[101.25,4.764],[109.937,10.357],[112.123,20.456]],"c":true}},"nm":"Path 6","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.854902,0.8352941,0.827451,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[331.75,162.46],"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":"Group 1","np":8,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":89,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"midPiston","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-1,"s":[0],"e":[0.702]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0.702],"e":[1.387]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":1,"s":[1.387],"e":[2.077]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[2.077],"e":[2.781]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[2.781],"e":[3.467]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[3.467],"e":[4.133]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[4.133],"e":[4.779]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6,"s":[4.779],"e":[5.405]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":7,"s":[5.405],"e":[6.011]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[6.011],"e":[6.59]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9,"s":[6.59],"e":[7.141]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[7.141],"e":[7.661]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":11,"s":[7.661],"e":[8.147]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[8.147],"e":[8.597]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":13,"s":[8.597],"e":[9.009]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":14,"s":[9.009],"e":[9.38]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[9.38],"e":[9.706]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[9.706],"e":[9.986]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":17,"s":[9.986],"e":[10.216]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[10.216],"e":[10.397]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":19,"s":[10.397],"e":[10.524]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[10.524],"e":[10.598]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":21,"s":[10.598],"e":[10.618]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":22,"s":[10.618],"e":[10.582]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":23,"s":[10.582],"e":[10.49]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24,"s":[10.49],"e":[10.342]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":25,"s":[10.342],"e":[10.139]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":26,"s":[10.139],"e":[9.882]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[9.882],"e":[9.571]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":28,"s":[9.571],"e":[9.209]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":29,"s":[9.209],"e":[8.798]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[8.798],"e":[8.339]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":31,"s":[8.339],"e":[7.837]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":32,"s":[7.837],"e":[7.294]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":33,"s":[7.294],"e":[6.714]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":34,"s":[6.714],"e":[6.1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[6.1],"e":[5.457]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":36,"s":[5.457],"e":[4.789]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":37,"s":[4.789],"e":[4.1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[4.1],"e":[3.395]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":39,"s":[3.395],"e":[2.679]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[2.679],"e":[1.956]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":41,"s":[1.956],"e":[1.232]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":42,"s":[1.232],"e":[0.511]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":43,"s":[0.511],"e":[-0.203]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[-0.203],"e":[-0.904]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":45,"s":[-0.904],"e":[-1.59]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":46,"s":[-1.59],"e":[-2.258]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":47,"s":[-2.258],"e":[-2.906]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":48,"s":[-2.906],"e":[-3.534]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":49,"s":[-3.534],"e":[-4.139]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":50,"s":[-4.139],"e":[-4.722]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":51,"s":[-4.722],"e":[-5.282]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":52,"s":[-5.282],"e":[-5.818]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":53,"s":[-5.818],"e":[-6.327]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[-6.327],"e":[-6.808]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":55,"s":[-6.808],"e":[-7.257]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[-7.257],"e":[-7.673]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":57,"s":[-7.673],"e":[-8.052]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":58,"s":[-8.052],"e":[-8.393]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":59,"s":[-8.393],"e":[-8.693]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":60,"s":[-8.693],"e":[-8.952]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":61,"s":[-8.952],"e":[-9.167]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":62,"s":[-9.167],"e":[-9.338]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":63,"s":[-9.338],"e":[-9.463]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":64,"s":[-9.463],"e":[-9.542]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":65,"s":[-9.542],"e":[-9.574]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":66,"s":[-9.574],"e":[-9.56]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":67,"s":[-9.56],"e":[-9.498]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":68,"s":[-9.498],"e":[-9.389]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":69,"s":[-9.389],"e":[-9.233]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":70,"s":[-9.233],"e":[-9.03]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":71,"s":[-9.03],"e":[-8.783]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":72,"s":[-8.783],"e":[-8.49]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":73,"s":[-8.49],"e":[-8.154]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":74,"s":[-8.154],"e":[-7.776]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[-7.776],"e":[-7.358]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":76,"s":[-7.358],"e":[-6.9]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":77,"s":[-6.9],"e":[-6.406]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":78,"s":[-6.406],"e":[-5.878]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":79,"s":[-5.878],"e":[-5.318]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":80,"s":[-5.318],"e":[-4.728]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":81,"s":[-4.728],"e":[-4.111]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":82,"s":[-4.111],"e":[-3.471]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":83,"s":[-3.471],"e":[-2.811]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":84,"s":[-2.811],"e":[-2.133]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":85,"s":[-2.133],"e":[-1.442]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":86,"s":[-1.442],"e":[-0.742]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":87,"s":[-0.742],"e":[-0.035]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":88,"s":[-0.035],"e":[0.674]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":89,"s":[0.674],"e":[1.381]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":90,"s":[1.381],"e":[2.083]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":91,"s":[2.083],"e":[2.777]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":92,"s":[2.777],"e":[3.458]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":93,"s":[3.458],"e":[4.124]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":94,"s":[4.124],"e":[4.772]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":95,"s":[4.772],"e":[5.4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":96,"s":[5.4],"e":[6.004]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":97,"s":[6.004],"e":[6.583]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":98,"s":[6.583],"e":[7.133]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":99,"s":[7.133],"e":[7.653]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[7.653],"e":[8.14]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":101,"s":[8.14],"e":[8.591]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":102,"s":[8.591],"e":[9.004]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":103,"s":[9.004],"e":[9.375]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":104,"s":[9.375],"e":[9.701]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":105,"s":[9.701],"e":[9.982]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":106,"s":[9.982],"e":[10.213]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":107,"s":[10.213],"e":[10.394]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":108,"s":[10.394],"e":[10.523]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":109,"s":[10.523],"e":[10.598]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":110,"s":[10.598],"e":[10.618]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":111,"s":[10.618],"e":[10.583]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":112,"s":[10.583],"e":[10.492]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":113,"s":[10.492],"e":[10.345]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":114,"s":[10.345],"e":[10.143]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":115,"s":[10.143],"e":[9.886]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":116,"s":[9.886],"e":[9.576]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":117,"s":[9.576],"e":[9.215]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":118,"s":[9.215],"e":[8.805]},{"t":119}]},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-1,"s":[418,300,0],"e":[416.717,300.765,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[416.717,300.765,0],"e":[415.366,301.133,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":1,"s":[415.366,301.133,0],"e":[414.117,301.11,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[414.117,301.11,0],"e":[412.884,300.837,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[412.884,300.837,0],"e":[411.662,300.394,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[411.662,300.394,0],"e":[410.472,299.774,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[410.472,299.774,0],"e":[409.332,298.923,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[409.332,298.923,0],"e":[408.237,297.822,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[408.237,297.822,0],"e":[407.19,296.49,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[407.19,296.49,0],"e":[406.195,294.947,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[406.195,294.947,0],"e":[405.258,293.2,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[405.258,293.2,0],"e":[404.382,291.247,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[404.382,291.247,0],"e":[403.568,289.088,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[403.568,289.088,0],"e":[402.821,286.726,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[402.821,286.726,0],"e":[402.142,284.171,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[402.142,284.171,0],"e":[401.537,281.431,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[401.537,281.431,0],"e":[401.007,278.516,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[401.007,278.516,0],"e":[400.555,275.433,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[400.555,275.433,0],"e":[400.184,272.193,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[400.184,272.193,0],"e":[399.895,268.808,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[399.895,268.808,0],"e":[399.69,265.29,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[399.69,265.29,0],"e":[399.568,261.657,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[399.568,261.657,0],"e":[399.532,257.923,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[399.532,257.923,0],"e":[399.581,254.107,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[399.581,254.107,0],"e":[399.714,250.226,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[399.714,250.226,0],"e":[399.931,246.3,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[399.931,246.3,0],"e":[400.232,242.351,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26,"s":[400.232,242.351,0],"e":[400.614,238.4,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[400.614,238.4,0],"e":[401.077,234.471,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28,"s":[401.077,234.471,0],"e":[401.618,230.587,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[401.618,230.587,0],"e":[402.236,226.772,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[402.236,226.772,0],"e":[402.928,223.052,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[402.928,223.052,0],"e":[403.692,219.45,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":32,"s":[403.692,219.45,0],"e":[404.526,215.991,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[404.526,215.991,0],"e":[405.426,212.699,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34,"s":[405.426,212.699,0],"e":[406.389,209.595,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35,"s":[406.389,209.595,0],"e":[407.412,206.702,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":36,"s":[407.412,206.702,0],"e":[408.49,204.04,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37,"s":[408.49,204.04,0],"e":[409.62,201.626,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[409.62,201.626,0],"e":[410.796,199.478,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39,"s":[410.796,199.478,0],"e":[412.013,197.61,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[412.013,197.61,0],"e":[413.265,196.033,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41,"s":[413.265,196.033,0],"e":[414.545,194.757,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[414.545,194.757,0],"e":[415.846,193.788,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":43,"s":[415.846,193.788,0],"e":[417.159,193.128,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":44,"s":[417.159,193.128,0],"e":[418.479,192.778,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45,"s":[418.479,192.778,0],"e":[419.796,192.733,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":46,"s":[419.796,192.733,0],"e":[421.105,192.99,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[421.105,192.99,0],"e":[422.398,193.538,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":48,"s":[422.398,193.538,0],"e":[423.669,194.371,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":49,"s":[423.669,194.371,0],"e":[424.915,195.478,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":50,"s":[424.915,195.478,0],"e":[426.13,196.851,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":51,"s":[426.13,196.851,0],"e":[427.31,198.481,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52,"s":[427.31,198.481,0],"e":[428.45,200.359,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":53,"s":[428.45,200.359,0],"e":[429.543,202.476,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":54,"s":[429.543,202.476,0],"e":[430.584,204.822,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":55,"s":[430.584,204.822,0],"e":[431.565,207.384,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56,"s":[431.565,207.384,0],"e":[432.479,210.149,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":57,"s":[432.479,210.149,0],"e":[433.32,213.102,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":58,"s":[433.32,213.102,0],"e":[434.08,216.225,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":59,"s":[434.08,216.225,0],"e":[434.754,219.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":60,"s":[434.754,219.5,0],"e":[435.338,222.908,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":61,"s":[435.338,222.908,0],"e":[435.827,226.431,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":62,"s":[435.827,226.431,0],"e":[436.218,230.048,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":63,"s":[436.218,230.048,0],"e":[436.509,233.74,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":64,"s":[436.509,233.74,0],"e":[436.697,237.485,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":65,"s":[436.697,237.485,0],"e":[436.783,241.266,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":66,"s":[436.783,241.266,0],"e":[436.765,245.061,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":67,"s":[436.765,245.061,0],"e":[436.645,248.852,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":68,"s":[436.645,248.852,0],"e":[436.424,252.619,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":69,"s":[436.424,252.619,0],"e":[436.103,256.345,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":70,"s":[436.103,256.345,0],"e":[435.684,260.012,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":71,"s":[435.684,260.012,0],"e":[435.172,263.604,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":72,"s":[435.172,263.604,0],"e":[434.569,267.103,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":73,"s":[434.569,267.103,0],"e":[433.879,270.496,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":74,"s":[433.879,270.496,0],"e":[433.107,273.767,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":75,"s":[433.107,273.767,0],"e":[432.256,276.902,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":76,"s":[432.256,276.902,0],"e":[431.333,279.89,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":77,"s":[431.333,279.89,0],"e":[430.342,282.718,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":78,"s":[430.342,282.718,0],"e":[429.289,285.376,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":79,"s":[429.289,285.376,0],"e":[428.18,287.852,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":80,"s":[428.18,287.852,0],"e":[427.021,290.137,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":81,"s":[427.021,290.137,0],"e":[425.818,292.224,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":82,"s":[425.818,292.224,0],"e":[424.578,294.103,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":83,"s":[424.578,294.103,0],"e":[423.307,295.769,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":84,"s":[423.307,295.769,0],"e":[422.014,297.215,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":85,"s":[422.014,297.215,0],"e":[420.704,298.435,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":86,"s":[420.704,298.435,0],"e":[419.385,299.426,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":87,"s":[419.385,299.426,0],"e":[418.065,300.184,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":88,"s":[418.065,300.184,0],"e":[416.75,300.707,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":89,"s":[416.75,300.707,0],"e":[415.449,300.995,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":90,"s":[415.449,300.995,0],"e":[414.167,301.047,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":91,"s":[414.167,301.047,0],"e":[412.911,300.864,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":92,"s":[412.911,300.864,0],"e":[411.687,300.448,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":93,"s":[411.687,300.448,0],"e":[410.5,299.802,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":94,"s":[410.5,299.802,0],"e":[409.356,298.928,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":95,"s":[409.356,298.928,0],"e":[408.258,297.831,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":96,"s":[408.258,297.831,0],"e":[407.21,296.514,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":97,"s":[407.21,296.514,0],"e":[406.215,294.981,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":98,"s":[406.215,294.981,0],"e":[405.277,293.235,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":99,"s":[405.277,293.235,0],"e":[404.398,291.28,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":100,"s":[404.398,291.28,0],"e":[403.583,289.122,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":101,"s":[403.583,289.122,0],"e":[402.834,286.764,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":102,"s":[402.834,286.764,0],"e":[402.154,284.214,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":103,"s":[402.154,284.214,0],"e":[401.547,281.478,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":104,"s":[401.547,281.478,0],"e":[401.016,278.565,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":105,"s":[401.016,278.565,0],"e":[400.563,275.483,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":106,"s":[400.563,275.483,0],"e":[400.19,272.245,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":107,"s":[400.19,272.245,0],"e":[399.9,268.862,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":108,"s":[399.9,268.862,0],"e":[399.693,265.347,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":109,"s":[399.693,265.347,0],"e":[399.57,261.716,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":110,"s":[399.57,261.716,0],"e":[399.532,257.984,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":111,"s":[399.532,257.984,0],"e":[399.58,254.168,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":112,"s":[399.58,254.168,0],"e":[399.711,250.288,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":113,"s":[399.711,250.288,0],"e":[399.927,246.363,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":114,"s":[399.927,246.363,0],"e":[400.227,242.413,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":115,"s":[400.227,242.413,0],"e":[400.608,238.463,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":116,"s":[400.608,238.463,0],"e":[401.069,234.533,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":117,"s":[401.069,234.533,0],"e":[401.609,230.648,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":118,"s":[401.609,230.648,0],"e":[402.225,226.832,0],"to":[0,0,0],"ti":[0,0,0]},{"t":119}]},"a":{"a":0,"k":[400,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.757,0],[0,2.757],[-2.757,0],[0,-2.757]],"o":[[-2.757,0],[0,-2.757],[2.757,0],[0,2.757]],"v":[[0,157],[-5,152],[0,147],[5,152]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[3.86,0],[0,-3.859],[-3.86,0],[0,3.859]],"o":[[-3.86,0],[0,3.859],[3.86,0],[0,-3.859]],"v":[[0,145],[-7,152],[0,159],[7,152]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[2.757,0],[0,2.757],[-2.757,0],[0,-2.757]],"o":[[-2.757,0],[0,-2.757],[2.757,0],[0,2.757]],"v":[[0,-147],[-5,-152],[0,-157],[5,-152]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[3.86,0],[0,-3.86],[-3.86,0],[0,3.86]],"o":[[-3.86,0],[0,3.86],[3.86,0],[0,-3.86]],"v":[[0,-159],[-7,-152],[0,-145],[7,-152]],"c":true}},"nm":"Path 4","mn":"ADBE Vector Shape - Group"},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[6.617,0],[0,6.617],[-2.38,2.274],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-3.72]],"o":[[-6.617,0],[0,-3.302],[0,0],[0,0],[0,0],[0,0],[0,0],[2.933,2.286],[0,6.617]],"v":[[0,164],[-12,152],[-8.309,143.353],[-8,143.058],[-8,135],[7,135],[7,142.248],[7.385,142.549],[12,152]],"c":true}},"nm":"Path 5","mn":"ADBE Vector Shape - Group"},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-4.5,-113],[4.5,-113],[4.5,133],[-4.5,133]],"c":true}},"nm":"Path 6","mn":"ADBE Vector Shape - Group"},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,3.302],[-6.617,0],[0,-6.617],[2.933,-2.287],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[-2.38,-2.274],[0,-6.617],[6.617,0],[0,3.72],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-8,-115],[-8,-143.058],[-8.309,-143.353],[-12,-152],[0,-164],[12,-152],[7.385,-142.548],[7,-142.248],[7,-115],[6.5,-115],[-6.5,-115]],"c":true}},"nm":"Path 7","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.5137255,0.5215686,0.5254902,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[355.583,346],"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":"Group 3","np":10,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":89,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"rightPiston","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-1,"s":[0],"e":[-0.007]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[-0.007],"e":[-0.022]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":1,"s":[-0.022],"e":[0.005]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[0.005],"e":[0.05]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[0.05],"e":[0.093]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[0.093],"e":[0.14]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[0.14],"e":[0.196]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6,"s":[0.196],"e":[0.261]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":7,"s":[0.261],"e":[0.332]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[0.332],"e":[0.406]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9,"s":[0.406],"e":[0.484]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[0.484],"e":[0.563]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":11,"s":[0.563],"e":[0.643]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[0.643],"e":[0.723]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":13,"s":[0.723],"e":[0.799]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":14,"s":[0.799],"e":[0.872]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[0.872],"e":[0.939]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[0.939],"e":[0.999]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":17,"s":[0.999],"e":[1.05]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[1.05],"e":[1.091]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":19,"s":[1.091],"e":[1.121]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[1.121],"e":[1.138]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":21,"s":[1.138],"e":[1.141]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":22,"s":[1.141],"e":[1.13]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":23,"s":[1.13],"e":[1.104]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24,"s":[1.104],"e":[1.063]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":25,"s":[1.063],"e":[1.007]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":26,"s":[1.007],"e":[0.936]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[0.936],"e":[0.852]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":28,"s":[0.852],"e":[0.755]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":29,"s":[0.755],"e":[0.647]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[0.647],"e":[0.53]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":31,"s":[0.53],"e":[0.406]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":32,"s":[0.406],"e":[0.277]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":33,"s":[0.277],"e":[0.147]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":34,"s":[0.147],"e":[0.018]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[0.018],"e":[-0.107]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":36,"s":[-0.107],"e":[-0.225]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":37,"s":[-0.225],"e":[-0.334]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[-0.334],"e":[-0.429]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":39,"s":[-0.429],"e":[-0.511]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[-0.511],"e":[-0.575]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":41,"s":[-0.575],"e":[-0.622]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":42,"s":[-0.622],"e":[-0.649]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":43,"s":[-0.649],"e":[-0.657]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[-0.657],"e":[-0.645]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":45,"s":[-0.645],"e":[-0.614]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":46,"s":[-0.614],"e":[-0.564]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":47,"s":[-0.564],"e":[-0.498]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":48,"s":[-0.498],"e":[-0.416]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":49,"s":[-0.416],"e":[-0.322]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":50,"s":[-0.322],"e":[-0.216]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":51,"s":[-0.216],"e":[-0.103]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":52,"s":[-0.103],"e":[0.017]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":53,"s":[0.017],"e":[0.141]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[0.141],"e":[0.266]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":55,"s":[0.266],"e":[0.389]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[0.389],"e":[0.51]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":57,"s":[0.51],"e":[0.624]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":58,"s":[0.624],"e":[0.731]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":59,"s":[0.731],"e":[0.829]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":60,"s":[0.829],"e":[0.915]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":61,"s":[0.915],"e":[0.989]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":62,"s":[0.989],"e":[1.049]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":63,"s":[1.049],"e":[1.095]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":64,"s":[1.095],"e":[1.126]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":65,"s":[1.126],"e":[1.143]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":66,"s":[1.143],"e":[1.145]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":67,"s":[1.145],"e":[1.133]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":68,"s":[1.133],"e":[1.107]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":69,"s":[1.107],"e":[1.07]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":70,"s":[1.07],"e":[1.021]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":71,"s":[1.021],"e":[0.962]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":72,"s":[0.962],"e":[0.896]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":73,"s":[0.896],"e":[0.823]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":74,"s":[0.823],"e":[0.744]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[0.744],"e":[0.663]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":76,"s":[0.663],"e":[0.581]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":77,"s":[0.581],"e":[0.498]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":78,"s":[0.498],"e":[0.418]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":79,"s":[0.418],"e":[0.34]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":80,"s":[0.34],"e":[0.268]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":81,"s":[0.268],"e":[0.202]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":82,"s":[0.202],"e":[0.143]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":83,"s":[0.143],"e":[0.093]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":84,"s":[0.093],"e":[0.051]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":85,"s":[0.051],"e":[0.02]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":86,"s":[0.02],"e":[-0.001]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":87,"s":[-0.001],"e":[-0.012]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":88,"s":[-0.012],"e":[-0.012]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":89,"s":[-0.012],"e":[-0.001]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":90,"s":[-0.001],"e":[0.02]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":91,"s":[0.02],"e":[0.052]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":92,"s":[0.052],"e":[0.092]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":93,"s":[0.092],"e":[0.141]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":94,"s":[0.141],"e":[0.198]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":95,"s":[0.198],"e":[0.262]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":96,"s":[0.262],"e":[0.332]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":97,"s":[0.332],"e":[0.406]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":98,"s":[0.406],"e":[0.484]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":99,"s":[0.484],"e":[0.563]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[0.563],"e":[0.643]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":101,"s":[0.643],"e":[0.722]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":102,"s":[0.722],"e":[0.799]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":103,"s":[0.799],"e":[0.871]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":104,"s":[0.871],"e":[0.938]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":105,"s":[0.938],"e":[0.998]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":106,"s":[0.998],"e":[1.049]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":107,"s":[1.049],"e":[1.091]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":108,"s":[1.091],"e":[1.12]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":109,"s":[1.12],"e":[1.138]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":110,"s":[1.138],"e":[1.141]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":111,"s":[1.141],"e":[1.131]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":112,"s":[1.131],"e":[1.105]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":113,"s":[1.105],"e":[1.064]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":114,"s":[1.064],"e":[1.008]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":115,"s":[1.008],"e":[0.938]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":116,"s":[0.938],"e":[0.854]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":117,"s":[0.854],"e":[0.757]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":118,"s":[0.757],"e":[0.649]},{"t":119}]},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-1,"s":[418,300,0],"e":[417.983,300.027,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[417.983,300.027,0],"e":[417.945,300.086,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":1,"s":[417.945,300.086,0],"e":[418.013,299.979,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[418.013,299.979,0],"e":[418.127,299.802,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[418.127,299.802,0],"e":[418.238,299.63,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[418.238,299.63,0],"e":[418.357,299.446,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[418.357,299.446,0],"e":[418.501,299.224,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[418.501,299.224,0],"e":[418.667,298.967,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[418.667,298.967,0],"e":[418.849,298.688,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[418.849,298.688,0],"e":[419.041,298.393,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[419.041,298.393,0],"e":[419.241,298.087,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[419.241,298.087,0],"e":[419.446,297.773,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[419.446,297.773,0],"e":[419.654,297.458,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[419.654,297.458,0],"e":[419.859,297.147,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[419.859,297.147,0],"e":[420.059,296.845,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[420.059,296.845,0],"e":[420.248,296.56,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[420.248,296.56,0],"e":[420.423,296.297,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[420.423,296.297,0],"e":[420.579,296.063,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[420.579,296.063,0],"e":[420.713,295.862,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[420.713,295.862,0],"e":[420.821,295.701,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[420.821,295.701,0],"e":[420.898,295.585,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[420.898,295.585,0],"e":[420.943,295.519,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[420.943,295.519,0],"e":[420.952,295.505,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[420.952,295.505,0],"e":[420.923,295.548,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[420.923,295.548,0],"e":[420.855,295.649,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[420.855,295.649,0],"e":[420.748,295.81,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[420.748,295.81,0],"e":[420.601,296.03,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26,"s":[420.601,296.03,0],"e":[420.416,296.307,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[420.416,296.307,0],"e":[420.196,296.638,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28,"s":[420.196,296.638,0],"e":[419.943,297.02,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[419.943,297.02,0],"e":[419.663,297.445,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[419.663,297.445,0],"e":[419.359,297.906,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[419.359,297.906,0],"e":[419.039,298.396,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":32,"s":[419.039,298.396,0],"e":[418.708,298.903,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[418.708,298.903,0],"e":[418.375,299.418,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34,"s":[418.375,299.418,0],"e":[418.045,299.93,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35,"s":[418.045,299.93,0],"e":[417.727,300.426,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":36,"s":[417.727,300.426,0],"e":[417.428,300.894,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37,"s":[417.428,300.894,0],"e":[417.154,301.325,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[417.154,301.325,0],"e":[416.912,301.707,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39,"s":[416.912,301.707,0],"e":[416.708,302.03,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[416.708,302.03,0],"e":[416.546,302.288,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41,"s":[416.546,302.288,0],"e":[416.429,302.474,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[416.429,302.474,0],"e":[416.361,302.583,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":43,"s":[416.361,302.583,0],"e":[416.372,302.566,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45,"s":[416.372,302.566,0],"e":[416.45,302.441,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":46,"s":[416.45,302.441,0],"e":[416.574,302.243,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[416.574,302.243,0],"e":[416.741,301.979,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":48,"s":[416.741,301.979,0],"e":[416.946,301.654,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":49,"s":[416.946,301.654,0],"e":[417.184,301.278,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":50,"s":[417.184,301.278,0],"e":[417.45,300.859,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":51,"s":[417.45,300.859,0],"e":[417.739,300.407,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52,"s":[417.739,300.407,0],"e":[418.044,299.931,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":53,"s":[418.044,299.931,0],"e":[418.36,299.442,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":54,"s":[418.36,299.442,0],"e":[418.68,298.948,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":55,"s":[418.68,298.948,0],"e":[418.998,298.459,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56,"s":[418.998,298.459,0],"e":[419.308,297.985,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":57,"s":[419.308,297.985,0],"e":[419.604,297.533,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":58,"s":[419.604,297.533,0],"e":[419.882,297.113,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":59,"s":[419.882,297.113,0],"e":[420.135,296.73,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":60,"s":[420.135,296.73,0],"e":[420.36,296.391,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":61,"s":[420.36,296.391,0],"e":[420.553,296.102,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":62,"s":[420.553,296.102,0],"e":[420.711,295.866,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":63,"s":[420.711,295.866,0],"e":[420.831,295.686,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":64,"s":[420.831,295.686,0],"e":[420.913,295.563,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":65,"s":[420.913,295.563,0],"e":[420.957,295.498,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":66,"s":[420.957,295.498,0],"e":[420.962,295.49,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":67,"s":[420.962,295.49,0],"e":[420.93,295.538,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":68,"s":[420.93,295.538,0],"e":[420.864,295.637,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":69,"s":[420.864,295.637,0],"e":[420.765,295.785,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":70,"s":[420.765,295.785,0],"e":[420.637,295.976,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":71,"s":[420.637,295.976,0],"e":[420.484,296.205,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":72,"s":[420.484,296.205,0],"e":[420.31,296.467,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":73,"s":[420.31,296.467,0],"e":[420.119,296.754,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":74,"s":[420.119,296.754,0],"e":[419.916,297.061,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":75,"s":[419.916,297.061,0],"e":[419.705,297.381,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":76,"s":[419.705,297.381,0],"e":[419.491,297.706,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":77,"s":[419.491,297.706,0],"e":[419.278,298.031,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":78,"s":[419.278,298.031,0],"e":[419.07,298.349,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":79,"s":[419.07,298.349,0],"e":[418.871,298.653,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":80,"s":[418.871,298.653,0],"e":[418.686,298.938,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":81,"s":[418.686,298.938,0],"e":[418.516,299.2,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":82,"s":[418.516,299.2,0],"e":[418.366,299.432,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":83,"s":[418.366,299.432,0],"e":[418.237,299.632,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":84,"s":[418.237,299.632,0],"e":[418.131,299.796,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":85,"s":[418.131,299.796,0],"e":[418.051,299.921,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":86,"s":[418.051,299.921,0],"e":[417.997,300.005,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":87,"s":[417.997,300.005,0],"e":[417.97,300.046,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":88,"s":[417.97,300.046,0],"e":[417.971,300.046,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":89,"s":[417.971,300.046,0],"e":[417.998,300.003,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":90,"s":[417.998,300.003,0],"e":[418.052,299.919,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":91,"s":[418.052,299.919,0],"e":[418.132,299.796,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":92,"s":[418.132,299.796,0],"e":[418.235,299.635,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":93,"s":[418.235,299.635,0],"e":[418.361,299.44,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":94,"s":[418.361,299.44,0],"e":[418.507,299.214,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":95,"s":[418.507,299.214,0],"e":[418.671,298.961,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":96,"s":[418.671,298.961,0],"e":[418.85,298.686,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":97,"s":[418.85,298.686,0],"e":[419.04,298.393,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":98,"s":[419.04,298.393,0],"e":[419.24,298.088,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":99,"s":[419.24,298.088,0],"e":[419.445,297.775,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":100,"s":[419.445,297.775,0],"e":[419.653,297.46,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":101,"s":[419.653,297.46,0],"e":[419.858,297.149,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":102,"s":[419.858,297.149,0],"e":[420.057,296.848,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":103,"s":[420.057,296.848,0],"e":[420.246,296.563,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":104,"s":[420.246,296.563,0],"e":[420.421,296.3,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":105,"s":[420.421,296.3,0],"e":[420.577,296.065,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":106,"s":[420.577,296.065,0],"e":[420.712,295.864,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":107,"s":[420.712,295.864,0],"e":[420.82,295.703,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":108,"s":[420.82,295.703,0],"e":[420.898,295.586,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":109,"s":[420.898,295.586,0],"e":[420.943,295.519,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":110,"s":[420.943,295.519,0],"e":[420.953,295.505,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":111,"s":[420.953,295.505,0],"e":[420.924,295.547,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":112,"s":[420.924,295.547,0],"e":[420.857,295.647,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":113,"s":[420.857,295.647,0],"e":[420.75,295.807,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":114,"s":[420.75,295.807,0],"e":[420.604,296.026,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":115,"s":[420.604,296.026,0],"e":[420.42,296.302,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":116,"s":[420.42,296.302,0],"e":[420.2,296.632,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":117,"s":[420.2,296.632,0],"e":[419.948,297.013,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":118,"s":[419.948,297.013,0],"e":[419.667,297.437,0],"to":[0,0,0],"ti":[0,0,0]},{"t":119}]},"a":{"a":0,"k":[400,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.757,0],[0,-2.757],[-2.757,0],[0,2.757]],"o":[[-2.757,0],[0,2.757],[2.757,0],[0,-2.757]],"v":[[0,-155],[-5,-150],[0,-145],[5,-150]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[3.859,0],[0,3.86],[-3.859,0],[0,-3.86]],"o":[[-3.859,0],[0,-3.86],[3.859,0],[0,3.86]],"v":[[0,-143],[-7,-150],[0,-157],[7,-150]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[6.617,0],[0,6.617],[-4.206,1.966],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-4.641]],"o":[[-6.617,0],[0,-4.641],[0,0],[0,0],[0,0],[0,0],[0,0],[4.206,1.965],[0,6.617]],"v":[[0,162],[-12,150],[-5.076,139.126],[-4.5,138.856],[-4.5,-121],[4.5,-121],[4.5,138.856],[5.076,139.126],[12,150]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,3.72],[6.617,0],[0,-6.617],[-2.38,-2.274],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[2.933,-2.287],[0,-6.617],[-6.617,0],[0,3.301],[0,0],[0,0]],"v":[[-8,-123],[-6.5,-123],[6.5,-123],[7,-123],[7,-140.248],[7.385,-140.548],[12,-150],[0,-162],[-12,-150],[-8.309,-141.353],[-8,-141.058]],"c":true}},"nm":"Path 4","mn":"ADBE Vector Shape - Group"},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[2.757,0],[0,2.757],[-2.757,0],[0,-2.757]],"o":[[-2.757,0],[0,-2.757],[2.757,0],[0,2.757]],"v":[[0,155],[-5,150],[0,145],[5,150]],"c":true}},"nm":"Path 6","mn":"ADBE Vector Shape - Group"},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[3.859,0],[0,-3.859],[-3.859,0],[0,3.859]],"o":[[-3.859,0],[0,3.859],[3.859,0],[0,-3.859]],"v":[[0,143],[-7,150],[0,157],[7,150]],"c":true}},"nm":"Path 7","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.5137255,0.5215686,0.5254902,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[627.225,296],"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":"Group 5","np":9,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":89,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"shoe","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-1,"s":[0],"e":[3.973]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[3.973],"e":[7.957]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":1,"s":[7.957],"e":[11.883]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[11.883],"e":[15.901]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[15.901],"e":[19.902]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[19.902],"e":[23.852]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[23.852],"e":[27.776]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6,"s":[27.776],"e":[31.707]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":7,"s":[31.707],"e":[35.65]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[35.65],"e":[39.591]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9,"s":[39.591],"e":[43.528]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[43.528],"e":[47.466]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":11,"s":[47.466],"e":[51.415]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[51.415],"e":[55.377]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":13,"s":[55.377],"e":[59.351]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":14,"s":[59.351],"e":[63.335]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[63.335],"e":[67.328]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[67.328],"e":[71.329]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":17,"s":[71.329],"e":[75.34]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[75.34],"e":[79.361]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":19,"s":[79.361],"e":[83.391]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[83.391],"e":[87.429]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":21,"s":[87.429],"e":[91.476]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":22,"s":[91.476],"e":[95.532]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":23,"s":[95.532],"e":[99.596]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24,"s":[99.596],"e":[103.668]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":25,"s":[103.668],"e":[107.75]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":26,"s":[107.75],"e":[111.84]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[111.84],"e":[115.939]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":28,"s":[115.939],"e":[120.045]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":29,"s":[120.045],"e":[124.159]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[124.159],"e":[128.28]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":31,"s":[128.28],"e":[132.407]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":32,"s":[132.407],"e":[136.539]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":33,"s":[136.539],"e":[140.676]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":34,"s":[140.676],"e":[144.817]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[144.817],"e":[148.959]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":36,"s":[148.959],"e":[153.102]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":37,"s":[153.102],"e":[157.242]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[157.242],"e":[161.378]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":39,"s":[161.378],"e":[165.505]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[165.505],"e":[169.62]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":41,"s":[169.62],"e":[173.718]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":42,"s":[173.718],"e":[177.794]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":43,"s":[177.794],"e":[181.843]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[181.843],"e":[185.862]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":45,"s":[185.862],"e":[189.851]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":46,"s":[189.851],"e":[193.812]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":47,"s":[193.812],"e":[197.75]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":48,"s":[197.75],"e":[201.674]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":49,"s":[201.674],"e":[205.592]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":50,"s":[205.592],"e":[209.516]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":51,"s":[209.516],"e":[213.454]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":52,"s":[213.454],"e":[217.41]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":53,"s":[217.41],"e":[221.387]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[221.387],"e":[225.385]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":55,"s":[225.385],"e":[229.401]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[229.401],"e":[233.432]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":57,"s":[233.432],"e":[237.475]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":58,"s":[237.475],"e":[241.528]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":59,"s":[241.528],"e":[245.588]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":60,"s":[245.588],"e":[249.653]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":61,"s":[249.653],"e":[253.723]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":62,"s":[253.723],"e":[257.796]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":63,"s":[257.796],"e":[261.871]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":64,"s":[261.871],"e":[265.949]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":65,"s":[265.949],"e":[270.028]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":66,"s":[270.028],"e":[274.109]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":67,"s":[274.109],"e":[278.191]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":68,"s":[278.191],"e":[282.273]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":69,"s":[282.273],"e":[286.356]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":70,"s":[286.356],"e":[290.44]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":71,"s":[290.44],"e":[294.524]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":72,"s":[294.524],"e":[298.609]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":73,"s":[298.609],"e":[302.694]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":74,"s":[302.694],"e":[306.78]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[306.78],"e":[310.867]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":76,"s":[310.867],"e":[314.954]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":77,"s":[314.954],"e":[319.042]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":78,"s":[319.042],"e":[323.13]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":79,"s":[323.13],"e":[327.218]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":80,"s":[327.218],"e":[331.306]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":81,"s":[331.306],"e":[335.392]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":82,"s":[335.392],"e":[339.476]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":83,"s":[339.476],"e":[343.556]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":84,"s":[343.556],"e":[347.632]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":85,"s":[347.632],"e":[351.701]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":86,"s":[351.701],"e":[355.76]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":87,"s":[355.76],"e":[359.808]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":88,"s":[359.808],"e":[363.843]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":89,"s":[363.843],"e":[367.863]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":90,"s":[367.863],"e":[371.867]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":91,"s":[371.867],"e":[375.854]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":92,"s":[375.854],"e":[379.824]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":93,"s":[379.824],"e":[383.78]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":94,"s":[383.78],"e":[387.725]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":95,"s":[387.725],"e":[391.661]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":96,"s":[391.661],"e":[395.593]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":97,"s":[395.593],"e":[399.526]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":98,"s":[399.526],"e":[403.461]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":99,"s":[403.461],"e":[407.404]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[407.404],"e":[411.355]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":101,"s":[411.355],"e":[415.317]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":102,"s":[415.317],"e":[419.289]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":103,"s":[419.289],"e":[423.271]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":104,"s":[423.271],"e":[427.264]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":105,"s":[427.264],"e":[431.266]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":106,"s":[431.266],"e":[435.277]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":107,"s":[435.277],"e":[439.298]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":108,"s":[439.298],"e":[443.327]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":109,"s":[443.327],"e":[447.365]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":110,"s":[447.365],"e":[451.411]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":111,"s":[451.411],"e":[455.467]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":112,"s":[455.467],"e":[459.531]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":113,"s":[459.531],"e":[463.604]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":114,"s":[463.604],"e":[467.685]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":115,"s":[467.685],"e":[471.775]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":116,"s":[471.775],"e":[475.874]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":117,"s":[475.874],"e":[479.98]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":118,"s":[479.98],"e":[484.093]},{"t":119}]},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-1,"s":[418,302,0],"e":[427.784,305.484,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[427.784,305.484,0],"e":[437.329,309.65,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":1,"s":[437.329,309.65,0],"e":[446.429,314.395,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[446.429,314.395,0],"e":[455.386,319.885,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[455.386,319.885,0],"e":[463.9,325.961,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[463.9,325.961,0],"e":[471.867,332.528,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[471.867,332.528,0],"e":[479.317,339.579,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[479.317,339.579,0],"e":[486.279,347.139,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[486.279,347.139,0],"e":[492.724,355.182,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[492.724,355.182,0],"e":[498.6,363.647,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[498.6,363.647,0],"e":[503.873,372.484,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[503.873,372.484,0],"e":[508.529,381.666,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[508.529,381.666,0],"e":[512.553,391.172,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[512.553,391.172,0],"e":[515.923,400.966,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[515.923,400.966,0],"e":[518.616,411.001,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[518.616,411.001,0],"e":[520.611,421.223,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[520.611,421.223,0],"e":[521.893,431.581,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[521.893,431.581,0],"e":[522.45,442.027,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[522.45,442.027,0],"e":[522.276,452.51,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[522.276,452.51,0],"e":[521.367,462.981,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[521.367,462.981,0],"e":[519.72,473.387,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[519.72,473.387,0],"e":[517.341,483.672,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[517.341,483.672,0],"e":[514.236,493.786,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[514.236,493.786,0],"e":[510.416,503.675,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[510.416,503.675,0],"e":[505.896,513.29,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[505.896,513.29,0],"e":[500.695,522.58,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[500.695,522.58,0],"e":[494.833,531.495,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26,"s":[494.833,531.495,0],"e":[488.337,539.988,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[488.337,539.988,0],"e":[481.237,548.012,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28,"s":[481.237,548.012,0],"e":[473.567,555.522,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[473.567,555.522,0],"e":[465.363,562.475,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[465.363,562.475,0],"e":[456.666,568.832,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[456.666,568.832,0],"e":[447.521,574.556,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":32,"s":[447.521,574.556,0],"e":[437.975,579.613,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[437.975,579.613,0],"e":[428.078,583.973,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34,"s":[428.078,583.973,0],"e":[417.884,587.611,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35,"s":[417.884,587.611,0],"e":[407.449,590.504,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":36,"s":[407.449,590.504,0],"e":[396.832,592.636,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37,"s":[396.832,592.636,0],"e":[386.093,593.995,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[386.093,593.995,0],"e":[375.297,594.575,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39,"s":[375.297,594.575,0],"e":[364.51,594.376,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[364.51,594.376,0],"e":[353.797,593.406,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41,"s":[353.797,593.406,0],"e":[343.225,591.677,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[343.225,591.677,0],"e":[332.859,589.214,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":43,"s":[332.859,589.214,0],"e":[322.761,586.042,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":44,"s":[322.761,586.042,0],"e":[312.982,582.197,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45,"s":[312.982,582.197,0],"e":[303.568,577.712,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":46,"s":[303.568,577.712,0],"e":[294.551,572.622,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[294.551,572.622,0],"e":[285.956,566.956,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":48,"s":[285.956,566.956,0],"e":[277.8,560.736,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":49,"s":[277.8,560.736,0],"e":[270.097,553.982,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":50,"s":[270.097,553.982,0],"e":[262.865,546.707,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":51,"s":[262.865,546.707,0],"e":[256.126,538.927,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52,"s":[256.126,538.927,0],"e":[249.908,530.662,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":53,"s":[249.908,530.662,0],"e":[244.248,521.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":54,"s":[244.248,521.941,0],"e":[239.181,512.8,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":55,"s":[239.181,512.8,0],"e":[234.746,503.285,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56,"s":[234.746,503.285,0],"e":[230.975,493.444,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":57,"s":[230.975,493.444,0],"e":[227.897,483.333,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":58,"s":[227.897,483.333,0],"e":[225.534,473.005,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":59,"s":[225.534,473.005,0],"e":[223.906,462.518,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":60,"s":[223.906,462.518,0],"e":[223.023,451.928,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":61,"s":[223.023,451.928,0],"e":[222.894,441.29,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":62,"s":[222.894,441.29,0],"e":[223.52,430.661,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":63,"s":[223.52,430.661,0],"e":[224.901,420.097,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":64,"s":[224.901,420.097,0],"e":[227.031,409.652,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":65,"s":[227.031,409.652,0],"e":[229.9,399.381,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":66,"s":[229.9,399.381,0],"e":[233.493,389.337,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":67,"s":[233.493,389.337,0],"e":[237.792,379.571,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":68,"s":[237.792,379.571,0],"e":[242.778,370.135,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":69,"s":[242.778,370.135,0],"e":[248.423,361.076,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":70,"s":[248.423,361.076,0],"e":[254.7,352.441,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":71,"s":[254.7,352.441,0],"e":[261.576,344.274,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":72,"s":[261.576,344.274,0],"e":[269.019,336.616,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":73,"s":[269.019,336.616,0],"e":[276.988,329.507,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":74,"s":[276.988,329.507,0],"e":[285.446,322.982,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":75,"s":[285.446,322.982,0],"e":[294.348,317.077,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":76,"s":[294.348,317.077,0],"e":[303.649,311.819,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":77,"s":[303.649,311.819,0],"e":[313.303,307.238,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":78,"s":[313.303,307.238,0],"e":[323.26,303.356,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":79,"s":[323.26,303.356,0],"e":[333.468,300.194,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":80,"s":[333.468,300.194,0],"e":[343.875,297.768,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":81,"s":[343.875,297.768,0],"e":[354.424,296.09,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":82,"s":[354.424,296.09,0],"e":[365.061,295.169,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":83,"s":[365.061,295.169,0],"e":[375.727,295.007,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":84,"s":[375.727,295.007,0],"e":[386.364,295.603,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":85,"s":[386.364,295.603,0],"e":[396.914,296.951,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":86,"s":[396.914,296.951,0],"e":[407.319,299.039,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":87,"s":[407.319,299.039,0],"e":[417.522,301.849,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":88,"s":[417.522,301.849,0],"e":[427.469,305.36,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":89,"s":[427.469,305.36,0],"e":[437.108,309.545,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":90,"s":[437.108,309.545,0],"e":[446.394,314.374,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":91,"s":[446.394,314.374,0],"e":[455.282,319.816,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":92,"s":[455.282,319.816,0],"e":[463.738,325.837,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":93,"s":[463.738,325.837,0],"e":[471.727,332.404,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":94,"s":[471.727,332.404,0],"e":[479.223,339.485,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":95,"s":[479.223,339.485,0],"e":[486.201,347.048,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":96,"s":[486.201,347.048,0],"e":[492.636,355.064,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":97,"s":[492.636,355.064,0],"e":[498.506,363.502,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":98,"s":[498.506,363.502,0],"e":[503.789,372.332,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":99,"s":[503.789,372.332,0],"e":[508.461,381.519,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":100,"s":[508.461,381.519,0],"e":[512.497,391.027,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":101,"s":[512.497,391.027,0],"e":[515.877,400.816,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":102,"s":[515.877,400.816,0],"e":[518.579,410.841,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":103,"s":[518.579,410.841,0],"e":[520.584,421.057,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":104,"s":[520.584,421.057,0],"e":[521.878,431.414,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":105,"s":[521.878,431.414,0],"e":[522.447,441.86,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":106,"s":[522.447,441.86,0],"e":[522.285,452.346,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":107,"s":[522.285,452.346,0],"e":[521.387,462.818,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":108,"s":[521.387,462.818,0],"e":[519.752,473.223,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":109,"s":[519.752,473.223,0],"e":[517.385,483.51,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":110,"s":[517.385,483.51,0],"e":[514.291,493.626,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":111,"s":[514.291,493.626,0],"e":[510.483,503.52,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":112,"s":[510.483,503.52,0],"e":[505.974,513.14,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":113,"s":[505.974,513.14,0],"e":[500.782,522.435,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":114,"s":[500.782,522.435,0],"e":[494.931,531.357,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":115,"s":[494.931,531.357,0],"e":[488.445,539.857,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":116,"s":[488.445,539.857,0],"e":[481.354,547.889,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":117,"s":[481.354,547.889,0],"e":[473.693,555.407,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":118,"s":[473.693,555.407,0],"e":[465.497,562.369,0],"to":[0,0,0],"ti":[0,0,0]},{"t":119}]},"a":{"a":0,"k":[400,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-9.269,0],[-1.546,10.734],[0,0],[0,0],[-0.028,0.128],[0,0],[12.664,0],[0.031,-12.657],[0,0]],"o":[[0,0],[1.379,10.705],[9.106,0],[0,0],[0,0],[0.031,-0.128],[0,0],[-0.029,-12.659],[-12.664,0],[0,0],[0,0]],"v":[[-22.393,-18.988],[-17.006,30.392],[0,47.5],[17.01,30.358],[22.405,-19.105],[22.358,-19.117],[22.448,-19.501],[23,-24.553],[0,-47.5],[-23,-24.558],[-22.337,-18.998]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"tr","p":{"a":0,"k":[355.584,466.5],"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":"Group 2","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"st","c":{"a":0,"k":[0.854902,0.8352941,0.827451,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"}],"ip":0,"op":89,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":3,"nm":"flaskPiston","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-1,"s":[418,300,0],"e":[418.069,300.566,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[418.069,300.566,0],"e":[417.988,300.501,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":1,"s":[417.988,300.501,0],"e":[417.979,299.67,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[417.979,299.67,0],"e":[417.999,298.469,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[417.999,298.469,0],"e":[417.997,297.133,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[417.997,297.133,0],"e":[417.991,295.632,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[417.991,295.632,0],"e":[417.989,293.821,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[417.989,293.821,0],"e":[417.986,291.654,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[417.986,291.654,0],"e":[417.979,289.176,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[417.979,289.176,0],"e":[417.971,286.435,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[417.971,286.435,0],"e":[417.964,283.441,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[417.964,283.441,0],"e":[417.957,280.186,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[417.957,280.186,0],"e":[417.949,276.665,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[417.949,276.665,0],"e":[417.941,272.888,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[417.941,272.888,0],"e":[417.932,268.867,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[417.932,268.867,0],"e":[417.923,264.617,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[417.923,264.617,0],"e":[417.914,260.15,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[417.914,260.15,0],"e":[417.906,255.477,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[417.906,255.477,0],"e":[417.897,250.611,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[417.897,250.611,0],"e":[417.889,245.57,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[417.889,245.57,0],"e":[417.88,240.372,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[417.88,240.372,0],"e":[417.872,235.041,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[417.872,235.041,0],"e":[417.864,229.598,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[417.864,229.598,0],"e":[417.856,224.071,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[417.856,224.071,0],"e":[417.848,218.485,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[417.848,218.485,0],"e":[417.84,212.87,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[417.84,212.87,0],"e":[417.832,207.257,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26,"s":[417.832,207.257,0],"e":[417.824,201.68,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[417.824,201.68,0],"e":[417.816,196.172,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28,"s":[417.816,196.172,0],"e":[417.808,190.77,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[417.808,190.77,0],"e":[417.8,185.51,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[417.8,185.51,0],"e":[417.792,180.427,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[417.792,180.427,0],"e":[417.785,175.559,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":32,"s":[417.785,175.559,0],"e":[417.778,170.94,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[417.778,170.94,0],"e":[417.771,166.606,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34,"s":[417.771,166.606,0],"e":[417.765,162.588,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35,"s":[417.765,162.588,0],"e":[417.76,158.918,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":36,"s":[417.76,158.918,0],"e":[417.755,155.622,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37,"s":[417.755,155.622,0],"e":[417.752,152.727,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[417.752,152.727,0],"e":[417.748,150.253,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39,"s":[417.748,150.253,0],"e":[417.746,148.218,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[417.746,148.218,0],"e":[417.745,146.636,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41,"s":[417.745,146.636,0],"e":[417.744,145.518,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[417.744,145.518,0],"e":[417.744,144.867,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":43,"s":[417.744,144.867,0],"e":[417.745,144.685,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":44,"s":[417.745,144.685,0],"e":[417.747,144.968,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45,"s":[417.747,144.968,0],"e":[417.75,145.708,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":46,"s":[417.75,145.708,0],"e":[417.755,146.893,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[417.755,146.893,0],"e":[417.76,148.51,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":48,"s":[417.76,148.51,0],"e":[417.766,150.541,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":49,"s":[417.766,150.541,0],"e":[417.773,152.969,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":50,"s":[417.773,152.969,0],"e":[417.78,155.774,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":51,"s":[417.78,155.774,0],"e":[417.787,158.937,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52,"s":[417.787,158.937,0],"e":[417.794,162.439,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":53,"s":[417.794,162.439,0],"e":[417.801,166.26,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":54,"s":[417.801,166.26,0],"e":[417.807,170.377,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":55,"s":[417.807,170.377,0],"e":[417.813,174.767,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56,"s":[417.813,174.767,0],"e":[417.819,179.406,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":57,"s":[417.819,179.406,0],"e":[417.825,184.266,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":58,"s":[417.825,184.266,0],"e":[417.831,189.319,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":59,"s":[417.831,189.319,0],"e":[417.838,194.535,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":60,"s":[417.838,194.535,0],"e":[417.844,199.884,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":61,"s":[417.844,199.884,0],"e":[417.852,205.334,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":62,"s":[417.852,205.334,0],"e":[417.859,210.854,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":63,"s":[417.859,210.854,0],"e":[417.867,216.412,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":64,"s":[417.867,216.412,0],"e":[417.875,221.979,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":65,"s":[417.875,221.979,0],"e":[417.883,227.524,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":66,"s":[417.883,227.524,0],"e":[417.891,233.018,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":67,"s":[417.891,233.018,0],"e":[417.9,238.433,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":68,"s":[417.9,238.433,0],"e":[417.909,243.741,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":69,"s":[417.909,243.741,0],"e":[417.918,248.919,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":70,"s":[417.918,248.919,0],"e":[417.927,253.941,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":71,"s":[417.927,253.941,0],"e":[417.937,258.787,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":72,"s":[417.937,258.787,0],"e":[417.946,263.434,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":73,"s":[417.946,263.434,0],"e":[417.956,267.865,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":74,"s":[417.956,267.865,0],"e":[417.965,272.062,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":75,"s":[417.965,272.062,0],"e":[417.974,276.01,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":76,"s":[417.974,276.01,0],"e":[417.982,279.696,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":77,"s":[417.982,279.696,0],"e":[417.99,283.107,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":78,"s":[417.99,283.107,0],"e":[417.998,286.233,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":79,"s":[417.998,286.233,0],"e":[418.004,289.065,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":80,"s":[418.004,289.065,0],"e":[418.01,291.595,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":81,"s":[418.01,291.595,0],"e":[418.015,293.817,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":82,"s":[418.015,293.817,0],"e":[418.02,295.727,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":83,"s":[418.02,295.727,0],"e":[418.023,297.32,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":84,"s":[418.023,297.32,0],"e":[418.025,298.593,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":85,"s":[418.025,298.593,0],"e":[418.027,299.545,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":86,"s":[418.027,299.545,0],"e":[418.028,300.174,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":87,"s":[418.028,300.174,0],"e":[418.028,300.482,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":88,"s":[418.028,300.482,0],"e":[418.026,300.469,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":89,"s":[418.026,300.469,0],"e":[418.025,300.137,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":90,"s":[418.025,300.137,0],"e":[418.022,299.489,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":91,"s":[418.022,299.489,0],"e":[418.018,298.529,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":92,"s":[418.018,298.529,0],"e":[418.013,297.262,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":93,"s":[418.013,297.262,0],"e":[418.008,295.691,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":94,"s":[418.008,295.691,0],"e":[418.001,293.823,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":95,"s":[418.001,293.823,0],"e":[417.994,291.664,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":96,"s":[417.994,291.664,0],"e":[417.987,289.22,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":97,"s":[417.987,289.22,0],"e":[417.979,286.496,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":98,"s":[417.979,286.496,0],"e":[417.97,283.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":99,"s":[417.97,283.5,0],"e":[417.962,280.238,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":100,"s":[417.962,280.238,0],"e":[417.953,276.718,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":101,"s":[417.953,276.718,0],"e":[417.944,272.947,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":102,"s":[417.944,272.947,0],"e":[417.935,268.934,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":103,"s":[417.935,268.934,0],"e":[417.925,264.689,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":104,"s":[417.925,264.689,0],"e":[417.916,260.224,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":105,"s":[417.916,260.224,0],"e":[417.907,255.553,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":106,"s":[417.907,255.553,0],"e":[417.898,250.689,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":107,"s":[417.898,250.689,0],"e":[417.89,245.65,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":108,"s":[417.89,245.65,0],"e":[417.881,240.456,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":109,"s":[417.881,240.456,0],"e":[417.873,235.127,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":110,"s":[417.873,235.127,0],"e":[417.864,229.686,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":111,"s":[417.864,229.686,0],"e":[417.856,224.159,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":112,"s":[417.856,224.159,0],"e":[417.848,218.574,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":113,"s":[417.848,218.574,0],"e":[417.84,212.959,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":114,"s":[417.84,212.959,0],"e":[417.832,207.346,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":115,"s":[417.832,207.346,0],"e":[417.824,201.768,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":116,"s":[417.824,201.768,0],"e":[417.816,196.259,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":117,"s":[417.816,196.259,0],"e":[417.808,190.855,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":118,"s":[417.808,190.855,0],"e":[417.8,185.592,0],"to":[0,0,0],"ti":[0,0,0]},{"t":119}]},"a":{"a":0,"k":[400,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"ip":0,"op":89,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"flask","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[251,379.5,0]},"a":{"a":0,"k":[232.5,379.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0]],"o":[[0,0]],"v":[[35.5,89.5]],"c":false}},"nm":"Path 4","mn":"ADBE Vector Shape - Group"},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-34.5,-78.688],[34.5,-78.688],[34.5,89.5],[-34.5,89.5]],"c":true}},"nm":"Path 5","mn":"ADBE Vector Shape - Group"},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0]],"o":[[0,0]],"v":[[-34.5,89.5]],"c":false}},"nm":"Path 6","mn":"ADBE Vector Shape - Group"},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0,0]],"o":[[0,0]],"v":[[-39.5,89.5]],"c":false}},"nm":"Path 8","mn":"ADBE Vector Shape - Group"},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0,0]],"o":[[0,0]],"v":[[8.5,-100.688]],"c":false}},"nm":"Path 12","mn":"ADBE Vector Shape - Group"},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[9.5,-93.688],[9.5,-100.688],[16.5,-100.688],[16.5,-109.688],[-16.5,-109.688],[-16.5,-100.688],[-10.5,-100.688],[-10.5,-93.688],[-44.5,-93.688],[-44.5,-86.688],[-44.5,-85.688],[-44.5,-78.688],[-40.5,-78.688],[-40.5,89.5],[-44.5,89.5],[-44.5,96.5],[-44.5,97.5],[-44.5,103.5],[44.5,103.5],[44.5,97.5],[44.5,96.5],[44.5,89.5],[40.5,89.5],[40.5,-78.688],[44.5,-78.688],[44.5,-85.688],[44.5,-86.688],[44.5,-93.688]],"c":true}},"nm":"Path 14","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.5960784,0.9058824,0.9686275,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[232.5,379.5],"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":"Group 10","np":11,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":89,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"coffee_plunger Outlines","parent":10,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[233,337,0]},"a":{"a":0,"k":[400,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.859,0],[0,-3.86],[-3.86,0],[0,3.86]],"o":[[-3.86,0],[0,3.86],[3.859,0],[0,-3.86]],"v":[[0,-116],[-7,-109],[0,-102],[7,-109]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,3.708],[-7.72,0],[0,-7.72],[3.184,-2.664],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[-2.583,-2.622],[0,-7.72],[7.72,0],[0,4.175],[0,0],[0,0],[0,0]],"v":[[6.5,123],[-6.5,123],[-6.5,-80],[-10,-80],[-10,-99.211],[-14,-109],[0,-123],[14,-109],[9,-98.282],[9,-80],[6.5,-80]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[2.757,0],[0,2.757],[-2.757,0],[0,-2.757]],"o":[[-2.757,0],[0,-2.757],[2.757,0],[0,2.757]],"v":[[-0.032,-103.971],[-5.032,-108.971],[-0.032,-113.971],[4.968,-108.971]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.5137255,0.5215686,0.5254902,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[399.625,293],"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":"Group 1","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-2.75,0],[-2.749,0],[-2.747,0],[-2.748,0],[-2.75,0],[-2.75,0],[-2.75,0],[-2.75,0],[-2.749,0],[-2.752,0],[-2.753,0],[-2.753,0]],"o":[[2.749,0],[2.748,0],[2.747,0],[2.749,0],[2.75,0],[2.749,0],[2.749,0],[2.751,0],[2.749,0],[2.751,0],[2.753,0],[2.754,0],[0,0]],"v":[[-33,-4.76],[-27.501,4.76],[-22.004,-4.76],[-16.51,4.76],[-11.013,-4.76],[-5.513,4.76],[-0.014,-4.76],[5.485,4.76],[10.986,-4.76],[16.484,4.76],[21.987,-4.76],[27.493,4.76],[33,-4.76]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.4666667,0.4666667,0.4941176,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[400,425],"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":"Group 3","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-2.75,0],[-2.749,0],[-2.747,0],[-2.748,0],[-2.75,0],[-2.75,0],[-2.75,0],[-2.75,0],[-2.749,0],[-2.752,0],[-2.753,0],[-2.753,0]],"o":[[2.749,0],[2.748,0],[2.747,0],[2.749,0],[2.75,0],[2.749,0],[2.749,0],[2.751,0],[2.749,0],[2.751,0],[2.753,0],[2.754,0],[0,0]],"v":[[-33,-4.76],[-27.501,4.76],[-22.004,-4.76],[-16.51,4.76],[-11.013,-4.76],[-5.513,4.76],[-0.014,-4.76],[5.485,4.76],[10.986,-4.76],[16.484,4.76],[21.987,-4.76],[27.493,4.76],[33,-4.76]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.4666667,0.4666667,0.4941176,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[400,425],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":180,"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 2","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"}],"ip":0,"op":89,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"donkey","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-1,"s":[0],"e":[-0.072]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[-0.072],"e":[-0.055]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":1,"s":[-0.055],"e":[0.062]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[0.062],"e":[0.231]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[0.231],"e":[0.424]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[0.424],"e":[0.643]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[0.643],"e":[0.907]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6,"s":[0.907],"e":[1.22]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":7,"s":[1.22],"e":[1.577]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[1.577],"e":[1.973]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9,"s":[1.973],"e":[2.405]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[2.405],"e":[2.874]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":11,"s":[2.874],"e":[3.381]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[3.381],"e":[3.924]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":13,"s":[3.924],"e":[4.502]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":14,"s":[4.502],"e":[5.112]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[5.112],"e":[5.753]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[5.753],"e":[6.423]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":17,"s":[6.423],"e":[7.12]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[7.12],"e":[7.841]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":19,"s":[7.841],"e":[8.585]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[8.585],"e":[9.347]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":21,"s":[9.347],"e":[10.125]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":22,"s":[10.125],"e":[10.915]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":23,"s":[10.915],"e":[11.713]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24,"s":[11.713],"e":[12.515]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":25,"s":[12.515],"e":[13.317]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":26,"s":[13.317],"e":[14.115]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[14.115],"e":[14.904]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":28,"s":[14.904],"e":[15.678]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":29,"s":[15.678],"e":[16.433]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[16.433],"e":[17.163]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":31,"s":[17.163],"e":[17.864]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":32,"s":[17.864],"e":[18.53]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":33,"s":[18.53],"e":[19.156]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":34,"s":[19.156],"e":[19.738]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[19.738],"e":[20.27]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":36,"s":[20.27],"e":[20.749]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":37,"s":[20.749],"e":[21.17]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[21.17],"e":[21.53]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":39,"s":[21.53],"e":[21.827]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[21.827],"e":[22.057]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":41,"s":[22.057],"e":[22.22]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":42,"s":[22.22],"e":[22.314]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":43,"s":[22.314],"e":[22.34]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[22.34],"e":[22.298]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":45,"s":[22.298],"e":[22.189]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":46,"s":[22.189],"e":[22.015]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":47,"s":[22.015],"e":[21.779]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":48,"s":[21.779],"e":[21.483]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":49,"s":[21.483],"e":[21.13]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":50,"s":[21.13],"e":[20.723]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":51,"s":[20.723],"e":[20.264]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":52,"s":[20.264],"e":[19.757]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":53,"s":[19.757],"e":[19.205]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[19.205],"e":[18.611]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":55,"s":[18.611],"e":[17.978]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[17.978],"e":[17.311]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":57,"s":[17.311],"e":[16.612]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":58,"s":[16.612],"e":[15.887]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":59,"s":[15.887],"e":[15.139]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":60,"s":[15.139],"e":[14.373]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":61,"s":[14.373],"e":[13.593]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":62,"s":[13.593],"e":[12.804]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":63,"s":[12.804],"e":[12.009]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":64,"s":[12.009],"e":[11.214]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":65,"s":[11.214],"e":[10.421]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":66,"s":[10.421],"e":[9.636]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":67,"s":[9.636],"e":[8.862]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":68,"s":[8.862],"e":[8.102]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":69,"s":[8.102],"e":[7.361]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":70,"s":[7.361],"e":[6.642]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":71,"s":[6.642],"e":[5.947]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":72,"s":[5.947],"e":[5.28]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":73,"s":[5.28],"e":[4.643]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":74,"s":[4.643],"e":[4.04]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[4.04],"e":[3.471]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":76,"s":[3.471],"e":[2.94]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":77,"s":[2.94],"e":[2.448]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":78,"s":[2.448],"e":[1.997]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":79,"s":[1.997],"e":[1.588]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":80,"s":[1.588],"e":[1.222]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":81,"s":[1.222],"e":[0.9]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":82,"s":[0.9],"e":[0.624]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":83,"s":[0.624],"e":[0.394]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":84,"s":[0.394],"e":[0.21]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":85,"s":[0.21],"e":[0.072]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":86,"s":[0.072],"e":[-0.018]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":87,"s":[-0.018],"e":[-0.062]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":88,"s":[-0.062],"e":[-0.06]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":89,"s":[-0.06],"e":[-0.011]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":90,"s":[-0.011],"e":[0.084]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":91,"s":[0.084],"e":[0.223]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":92,"s":[0.223],"e":[0.407]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":93,"s":[0.407],"e":[0.635]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":94,"s":[0.635],"e":[0.906]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":95,"s":[0.906],"e":[1.218]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":96,"s":[1.218],"e":[1.571]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":97,"s":[1.571],"e":[1.964]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":98,"s":[1.964],"e":[2.396]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":99,"s":[2.396],"e":[2.866]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[2.866],"e":[3.373]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":101,"s":[3.373],"e":[3.915]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":102,"s":[3.915],"e":[4.492]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":103,"s":[4.492],"e":[5.101]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":104,"s":[5.101],"e":[5.742]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":105,"s":[5.742],"e":[6.412]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":106,"s":[6.412],"e":[7.108]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":107,"s":[7.108],"e":[7.83]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":108,"s":[7.83],"e":[8.573]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":109,"s":[8.573],"e":[9.335]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":110,"s":[9.335],"e":[10.112]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":111,"s":[10.112],"e":[10.902]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":112,"s":[10.902],"e":[11.7]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":113,"s":[11.7],"e":[12.502]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":114,"s":[12.502],"e":[13.305]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":115,"s":[13.305],"e":[14.103]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":116,"s":[14.103],"e":[14.891]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":117,"s":[14.891],"e":[15.666]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":118,"s":[15.666],"e":[16.421]},{"t":119}]},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-1,"s":[418,300,0],"e":[418.155,300.257,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[418.155,300.257,0],"e":[418.054,300.179,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":1,"s":[418.054,300.179,0],"e":[417.88,299.725,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[417.88,299.725,0],"e":[417.65,299.062,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[417.65,299.062,0],"e":[417.364,298.297,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[417.364,298.297,0],"e":[417.03,297.42,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[417.03,297.42,0],"e":[416.632,296.364,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[416.632,296.364,0],"e":[416.152,295.108,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[416.152,295.108,0],"e":[415.597,293.672,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[415.597,293.672,0],"e":[414.976,292.076,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[414.976,292.076,0],"e":[414.29,290.325,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[414.29,290.325,0],"e":[413.534,288.413,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[413.534,288.413,0],"e":[412.705,286.338,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[412.705,286.338,0],"e":[411.802,284.102,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[411.802,284.102,0],"e":[410.826,281.71,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[410.826,281.71,0],"e":[409.778,279.169,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[409.778,279.169,0],"e":[408.659,276.482,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[408.659,276.482,0],"e":[407.467,273.656,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[407.467,273.656,0],"e":[406.206,270.696,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[406.206,270.696,0],"e":[404.875,267.612,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[404.875,267.612,0],"e":[403.479,264.412,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[403.479,264.412,0],"e":[402.021,261.11,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[402.021,261.11,0],"e":[400.506,257.717,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[400.506,257.717,0],"e":[398.94,254.25,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[398.94,254.25,0],"e":[397.329,250.724,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[397.329,250.724,0],"e":[395.68,247.158,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[395.68,247.158,0],"e":[394.003,243.57,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26,"s":[394.003,243.57,0],"e":[392.307,239.983,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[392.307,239.983,0],"e":[390.604,236.42,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28,"s":[390.604,236.42,0],"e":[388.906,232.904,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[388.906,232.904,0],"e":[387.226,229.46,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[387.226,229.46,0],"e":[385.578,226.115,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[385.578,226.115,0],"e":[383.976,222.894,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":32,"s":[383.976,222.894,0],"e":[382.435,219.823,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[382.435,219.823,0],"e":[380.969,216.929,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34,"s":[380.969,216.929,0],"e":[379.595,214.234,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35,"s":[379.595,214.234,0],"e":[378.325,211.764,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":36,"s":[378.325,211.764,0],"e":[377.173,209.539,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37,"s":[377.173,209.539,0],"e":[376.153,207.579,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[376.153,207.579,0],"e":[375.275,205.901,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39,"s":[375.275,205.901,0],"e":[374.549,204.519,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[374.549,204.519,0],"e":[373.982,203.445,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41,"s":[373.982,203.445,0],"e":[373.58,202.687,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[373.58,202.687,0],"e":[373.348,202.249,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":43,"s":[373.348,202.249,0],"e":[373.285,202.131,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":44,"s":[373.285,202.131,0],"e":[373.392,202.33,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45,"s":[373.392,202.33,0],"e":[373.664,202.841,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":46,"s":[373.664,202.841,0],"e":[374.096,203.654,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[374.096,203.654,0],"e":[374.68,204.757,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":48,"s":[374.68,204.757,0],"e":[375.409,206.137,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":49,"s":[375.409,206.137,0],"e":[376.274,207.781,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":50,"s":[376.274,207.781,0],"e":[377.264,209.675,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":51,"s":[377.264,209.675,0],"e":[378.369,211.804,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52,"s":[378.369,211.804,0],"e":[379.58,214.155,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":53,"s":[379.58,214.155,0],"e":[380.887,216.71,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":54,"s":[380.887,216.71,0],"e":[382.279,219.455,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":55,"s":[382.279,219.455,0],"e":[383.745,222.372,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56,"s":[383.745,222.372,0],"e":[385.273,225.441,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":57,"s":[385.273,225.441,0],"e":[386.853,228.641,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":58,"s":[386.853,228.641,0],"e":[388.471,231.953,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":59,"s":[388.471,231.953,0],"e":[390.117,235.353,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":60,"s":[390.117,235.353,0],"e":[391.778,238.82,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":61,"s":[391.778,238.82,0],"e":[393.444,242.333,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":62,"s":[393.444,242.333,0],"e":[395.103,245.869,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":63,"s":[395.103,245.869,0],"e":[396.745,249.409,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":64,"s":[396.745,249.409,0],"e":[398.362,252.932,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":65,"s":[398.362,252.932,0],"e":[399.944,256.419,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":66,"s":[399.944,256.419,0],"e":[401.484,259.852,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":67,"s":[401.484,259.852,0],"e":[402.975,263.215,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":68,"s":[402.975,263.215,0],"e":[404.411,266.492,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":69,"s":[404.411,266.492,0],"e":[405.787,269.668,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":70,"s":[405.787,269.668,0],"e":[407.098,272.731,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":71,"s":[407.098,272.731,0],"e":[408.341,275.668,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":72,"s":[408.341,275.668,0],"e":[409.513,278.47,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":73,"s":[409.513,278.47,0],"e":[410.611,281.127,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":74,"s":[410.611,281.127,0],"e":[411.635,283.63,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":75,"s":[411.635,283.63,0],"e":[412.583,285.974,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":76,"s":[412.583,285.974,0],"e":[413.454,288.151,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":77,"s":[413.454,288.151,0],"e":[414.249,290.158,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":78,"s":[414.249,290.158,0],"e":[414.967,291.989,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":79,"s":[414.967,291.989,0],"e":[415.61,293.642,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":80,"s":[415.61,293.642,0],"e":[416.177,295.114,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":81,"s":[416.177,295.114,0],"e":[416.67,296.402,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":82,"s":[416.67,296.402,0],"e":[417.089,297.505,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":83,"s":[417.089,297.505,0],"e":[417.435,298.423,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":84,"s":[417.435,298.423,0],"e":[417.709,299.154,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":85,"s":[417.709,299.154,0],"e":[417.912,299.699,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":86,"s":[417.912,299.699,0],"e":[418.045,300.057,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":87,"s":[418.045,300.057,0],"e":[418.109,300.23,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":88,"s":[418.109,300.23,0],"e":[418.103,300.218,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":89,"s":[418.103,300.218,0],"e":[418.03,300.024,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":90,"s":[418.03,300.024,0],"e":[417.888,299.647,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":91,"s":[417.888,299.647,0],"e":[417.678,299.091,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":92,"s":[417.678,299.091,0],"e":[417.4,298.358,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":93,"s":[417.4,298.358,0],"e":[417.056,297.45,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":94,"s":[417.056,297.45,0],"e":[416.643,296.368,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":95,"s":[416.643,296.368,0],"e":[416.163,295.117,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":96,"s":[416.163,295.117,0],"e":[415.614,293.696,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":97,"s":[415.614,293.696,0],"e":[414.996,292.109,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":98,"s":[414.996,292.109,0],"e":[414.308,290.358,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":99,"s":[414.308,290.358,0],"e":[413.55,288.444,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":100,"s":[413.55,288.444,0],"e":[412.72,286.37,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":101,"s":[412.72,286.37,0],"e":[411.819,284.137,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":102,"s":[411.819,284.137,0],"e":[410.845,281.75,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":103,"s":[410.845,281.75,0],"e":[409.798,279.211,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":104,"s":[409.798,279.211,0],"e":[408.679,276.527,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":105,"s":[408.679,276.527,0],"e":[407.488,273.702,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":106,"s":[407.488,273.702,0],"e":[406.227,270.744,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":107,"s":[406.227,270.744,0],"e":[404.897,267.661,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":108,"s":[404.897,267.661,0],"e":[403.502,264.464,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":109,"s":[403.502,264.464,0],"e":[402.046,261.163,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":110,"s":[402.046,261.163,0],"e":[400.531,257.772,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":111,"s":[400.531,257.772,0],"e":[398.966,254.306,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":112,"s":[398.966,254.306,0],"e":[397.355,250.781,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":113,"s":[397.355,250.781,0],"e":[395.707,247.215,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":114,"s":[395.707,247.215,0],"e":[394.03,243.627,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":115,"s":[394.03,243.627,0],"e":[392.335,240.04,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":116,"s":[392.335,240.04,0],"e":[390.632,236.476,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":117,"s":[390.632,236.476,0],"e":[388.934,232.959,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":118,"s":[388.934,232.959,0],"e":[387.253,229.514,0],"to":[0,0,0],"ti":[0,0,0]},{"t":119}]},"a":{"a":0,"k":[400,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[3.228,-4.609],[-0.97,-5.5],[-4.609,-3.228],[-5.501,0.967],[0,0],[0,0],[-3.226,4.609],[0.969,5.5],[11.401,-2.009]],"o":[[0,0],[-5.56,0.982],[-3.227,4.609],[0.97,5.5],[4.608,3.227],[0,0],[0,0],[5.501,-0.97],[3.228,-4.609],[-2.01,-11.404],[0,0]],"v":[[-5.729,-31.576],[-198.579,14.604],[-212.173,23.266],[-215.674,38.943],[-207.023,52.477],[-191.347,55.978],[5.903,34.404],[198.638,-12.772],[212.172,-21.423],[215.674,-37.099],[191.347,-54.134]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.4666667,0.4666667,0.4941176,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[428.913,180.086],"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":"Group 7","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":89,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"floor 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[400.5,499,0]},"a":{"a":0,"k":[431,486,0]},"s":{"a":0,"k":[117.138,723.214,100]}},"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":[[-283,7],[283,7],[283,-7],[-283,-7]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.0784314,0.654902,0.8705882,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[431,493],"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":"Group 8","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":89,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"floor 3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[732,487,0]},"a":{"a":0,"k":[714,489,0]},"s":{"a":0,"k":[117.138,100,100]}},"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":[[-283,7],[283,7],[283,-7],[-283,-7]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.9686275,0.5843137,0.1294118,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[431,489],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,42.857],"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 8","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":89,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"floor","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[732,491,0]},"a":{"a":0,"k":[714,493,0]},"s":{"a":0,"k":[117.138,100,100]}},"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":[[-283,7],[283,7],[283,-7],[-283,-7]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.9686275,0.4823529,0.0627451,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[431,493],"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":"Group 8","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":89,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":4,"nm":"leftArch 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[133.5,455.999,0]},"a":{"a":0,"k":[355.5,455.999,0]},"s":{"a":0,"k":[100,100,100]}},"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],[0,9.363],[0,0],[-3.871,3.513],[-5.257,-0.515],[0,-9.663],[0,0],[-9.362,0],[0,0]],"o":[[0,0],[0,0],[0,0],[9.362,0],[0,0],[0,-5.187],[3.916,-3.555],[9.353,0.906],[0,0],[0,9.363],[0,0],[0,0]],"v":[[50,27.221],[-50,27.221],[-50,15.221],[-35.979,15.221],[-19,-1.758],[-19,-8.279],[-12.909,-21.969],[1.32,-26.69],[18,-7.842],[18,-1.758],[34.979,15.221],[50,15.221]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.4666667,0.4666667,0.4941176,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[355.5,455.779],"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":"Group 9","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":89,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":4,"nm":"leftArch","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[373.5,455.999,0]},"a":{"a":0,"k":[355.5,455.999,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.033,0],[0,3.032],[-3.033,0],[0,-3.032]],"o":[[-3.033,0],[0,-3.032],[3.033,0],[0,3.032]],"v":[[0,-4.279],[-5.5,-9.779],[0,-15.279],[5.5,-9.779]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[3.584,0],[0,-3.584],[-3.584,0],[0,3.584]],"o":[[-3.584,0],[0,3.584],[3.584,0],[0,-3.584]],"v":[[0,-16.279],[-6.5,-9.779],[0,-3.279],[6.5,-9.779]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,9.363],[0,0],[-3.871,3.513],[-5.257,-0.515],[0,-9.663],[0,0],[-9.362,0],[0,0]],"o":[[0,0],[0,0],[0,0],[9.362,0],[0,0],[0,-5.187],[3.916,-3.555],[9.353,0.906],[0,0],[0,9.363],[0,0],[0,0]],"v":[[50,27.221],[-50,27.221],[-50,15.221],[-35.979,15.221],[-19,-1.758],[-19,-8.279],[-12.909,-21.969],[1.32,-26.69],[18,-7.842],[18,-1.758],[34.979,15.221],[50,15.221]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.4666667,0.4666667,0.4941176,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[355.5,455.779],"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":"Group 9","np":6,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":89,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":4,"nm":"rightArch","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[646,456,0]},"a":{"a":0,"k":[628,456,0]},"s":{"a":0,"k":[100,100,100]}},"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],[0,9.363],[0,0],[9.353,0.906],[3.917,-3.555],[0,-5.187],[0,0],[9.363,0],[0,0]],"o":[[0,0],[0,0],[0,0],[-9.363,0],[0,0],[0,-9.663],[-5.263,-0.515],[-3.871,3.513],[0,0],[0,9.363],[0,0],[0,0]],"v":[[-50,27.221],[50,27.221],[50,15.221],[34.979,15.221],[18,-1.758],[18,-7.842],[1.321,-26.69],[-12.909,-21.969],[-19,-8.279],[-19,-1.758],[-35.979,15.221],[-50,15.221]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.4666667,0.4666667,0.4941176,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[628,455.779],"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":"Group 11","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":89,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":20,"ty":4,"nm":"stand eye","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[134.569,262.066,0]},"a":{"a":0,"k":[400,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.859,0],[0,-3.86],[-3.86,0],[0,3.86]],"o":[[-3.86,0],[0,3.86],[3.859,0],[0,-3.86]],"v":[[0,-116],[-7,-109],[0,-102],[7,-109]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[2.757,0],[0,2.757],[-2.757,0],[0,-2.757]],"o":[[-2.757,0],[0,-2.757],[2.757,0],[0,2.757]],"v":[[-0.032,-103.971],[-5.032,-108.971],[-0.032,-113.971],[4.968,-108.971]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.1686275,0.7686275,0.9294118,0]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[399.625,293],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":89,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":21,"ty":4,"nm":"stand","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[134.569,262.066,0]},"a":{"a":0,"k":[400,300,0]},"s":{"a":0,"k":[100,100,100]}},"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],[0,0],[0,3.708],[-7.72,0],[0,-7.72],[3.184,-2.664],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[-2.583,-2.622],[0,-7.72],[7.72,0],[0,4.175],[0,0],[0,0],[0,0]],"v":[[6.5,181.001],[-6.5,181.001],[-6.5,-80],[-10,-80],[-10,-99.211],[-14,-109],[0,-123],[14,-109],[9,-98.282],[9,-80],[6.5,-80]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"st","c":{"a":0,"k":[0.1686275,0.7686275,0.9294118,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.5137255,0.5215686,0.5254902,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[399.625,293],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":89,"st":-1,"bm":0,"sr":1},{"ddd":0,"ind":23,"ty":4,"nm":"topArm","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[200,145.5,0]},"a":{"a":0,"k":[182,145.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-10.201],[-10.201,0],[0,0],[0,10.201],[10.201,0]],"o":[[-10.201,0],[0,10.201],[0,0],[10.201,0],[0,-10.201],[0,0]],"v":[[-74.5,-18.5],[-93,0],[-74.5,18.5],[51.5,18.5],[70,0],[51.5,-18.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.4666667,0.4666667,0.4941176,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[182,145.5],"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":"Group 12","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":89,"st":-1,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/plane_to_dollar.json b/ohos/flutter_lottie/assets/lottiefiles/plane_to_dollar.json new file mode 100644 index 0000000000000000000000000000000000000000..3b05b8da7d6fbcd8195fabf74027e3a16f076ef3 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/plane_to_dollar.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":3,"nm":"NULL CONTROL","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[{"i":{"x":0.047,"y":1},"o":{"x":0.48,"y":0},"n":"0p047_1_0p48_0","t":12,"s":[519.89,398.49,0],"e":[400,398.49,0],"to":[0,0,0],"ti":[0,0,0]},{"t":75}]},"a":{"k":[60,60,0]},"s":{"k":[100,100,100]}},"ao":0,"ip":0,"op":9668,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 2","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[72.875,311.184,0]},"a":{"k":[132.765,-346.327,0]},"s":{"k":[{"i":{"x":[0.52,0.52,0.52],"y":[0.52,1,0.52]},"o":{"x":[0.48,0.48,0.48],"y":[0.48,0,0.48]},"n":["0p52_0p52_0p48_0p48","0p52_1_0p48_0","0p52_0p52_0p48_0p48"],"t":35,"s":[100,0,100],"e":[100,100,100]},{"t":70}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[133.224,-346.327],[132.306,-260.694]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.41,0.56,1]},"o":{"k":100},"w":{"k":87},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"k":100,"ix":1},"e":{"k":0,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":50,"op":9668,"st":35,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 1","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[72.875,-191.184,0]},"a":{"k":[132.765,-260.694,0]},"s":{"k":[{"i":{"x":[0.52,0.52,0.52],"y":[0.52,1,0.52]},"o":{"x":[0.48,0.48,0.48],"y":[0.48,0,0.48]},"n":["0p52_0p52_0p48_0p48","0p52_1_0p48_0","0p52_0p52_0p48_0p48"],"t":35,"s":[100,0,100],"e":[100,100,100]},{"t":70}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[133.224,-346.327],[132.306,-260.694]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.41,0.56,1]},"o":{"k":100},"w":{"k":87},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"k":100,"ix":1},"e":{"k":0,"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":35,"op":9668,"st":35,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Line 2","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[-59.89,61.51,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,125],[58,0],[0,-90],[-84,-35.5],[0,-81],[101,0],[0,120]],"o":[[0,0],[0,0],[0,-99],[-51,0],[0,75],[70.706,29.882],[0,57],[-16,0],[0,-121]],"v":[[97.5,-2],[191,0],[280,-114],[129,-244],[-18,-134],[148,6.5],[288,139],[132,244],[-32,117]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0,0.41,0.56,1]},"o":{"k":100},"w":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[67],"e":[85]},{"t":61}]},"lc":1,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.567],"y":[0]},"n":["0_1_0p567_0"],"t":10,"s":[0],"e":[16.5]},{"t":61}],"ix":1},"e":{"k":[{"i":{"x":[0.19],"y":[1]},"o":{"x":[0.387],"y":[0]},"n":["0p19_1_0p387_0"],"t":10,"s":[0],"e":[100]},{"t":70}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":10,"op":156,"st":10,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"P","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[179.89,60.853,0]},"a":{"k":[40.25,19.195,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":22,"s":[1198.901,1198.901,100],"e":[0,0,100]},{"t":27}]}},"ao":0,"shapes":[{"ind":0,"ty":"sh","ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.5,"y":0},"n":"0p833_0p833_0p5_0","t":14,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,1.66],[1.66,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[1.66,0],[0,-1.66],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[12.25,38.25],[16.25,38.25],[26.25,22.25],[37.25,22.25],[40.25,19.25],[37.25,16.25],[26.25,16.25],[16.25,0.25],[12.25,0.25],[17.25,16.25],[6.25,16.25],[3.25,12.25],[0.25,12.25],[2.25,19.25],[0.25,26.25],[3.25,26.25],[6.25,22.25],[17.25,22.25]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,1.66],[1.66,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.203,0],[0,-1.021],[-1.085,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[1.66,0],[0,-1.66],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.298,0],[0,1.021],[0.781,0],[0,0],[0,0],[0,0]],"v":[[27.319,22.22],[29.888,22.208],[31.263,22.214],[37.25,22.25],[40.25,19.25],[37.25,16.25],[31.263,16.214],[29.536,16.212],[26.99,16.223],[26.483,16.224],[20.607,16.245],[19.166,14.512],[17.834,14.497],[16.607,19.245],[17.834,23.983],[19.25,23.98],[20.607,22.245],[26.483,22.224]],"c":true}]},{"i":{"x":0.5,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p5_1_0p167_0p167","t":22,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,1.66],[1.66,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.203,0],[0,-1.021],[-1.085,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[1.66,0],[0,-1.66],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.298,0],[0,1.021],[0.781,0],[0,0],[0,0],[0,0]],"v":[[27.319,22.22],[29.888,22.208],[31.263,22.214],[37.25,22.25],[40.25,19.25],[37.25,16.25],[31.263,16.214],[29.536,16.212],[26.99,16.223],[26.483,16.224],[20.607,16.245],[19.166,14.512],[17.834,14.497],[16.607,19.245],[17.834,23.983],[19.25,23.98],[20.607,22.245],[26.483,22.224]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,1.66],[1.66,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.125,0],[0,-1.803],[-1.916,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[1.66,0],[0,-1.66],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.291,0],[0,1.803],[1.379,0],[0,0],[0,0],[0,0]],"v":[[33.593,22.205],[35.066,22.184],[35.102,22.186],[37.25,22.25],[40.25,19.25],[37.25,16.25],[35.102,16.186],[35.055,16.184],[33.621,16.204],[33.554,16.205],[31.601,16.241],[31.354,16.244],[31.299,16.219],[27.601,19.241],[31.299,22.247],[31.503,22.242],[31.601,22.241],[33.554,22.205]],"c":true}]},{"t":26}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0.41,0.56,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":41,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":1,"nm":"White Solid 5","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[400,400,0]},"a":{"k":[400,400,0]},"s":{"k":[100,100,100]}},"ao":0,"sw":800,"sh":800,"sc":"#ffffff","ip":0,"op":9633,"st":0,"bm":0,"sr":1}],"v":"4.5.3","ddd":0,"ip":0,"op":117,"fr":30,"w":800,"h":800} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/play,_pause.json b/ohos/flutter_lottie/assets/lottiefiles/play,_pause.json new file mode 100644 index 0000000000000000000000000000000000000000..8f11e576952e8c73807c34e24f260d4c6fb6ccf9 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/play,_pause.json @@ -0,0 +1 @@ +{"v":"4.6.0","fr":60,"ip":0,"op":60,"w":1080,"h":1080,"nm":"How to Animate an Icon in After Effects","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Play Left","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.11,"y":1},"o":{"x":0.333,"y":0},"n":"0p11_1_0p333_0","t":26,"s":[546,540,0],"e":[546,512,0],"to":[0,0,0],"ti":[0,0,0]},{"t":46}]},"a":{"a":0,"k":[166.284,216.209,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[102.67,329.749],[102.67,102.67],[229.899,216.209]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.11],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p11_1_0p333_0"],"t":6,"s":[100],"e":[38.8]},{"t":46}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":41.068},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[166.284,216.21],"ix":2},"a":{"a":0,"k":[166.284,216.21],"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,"mn":"ADBE Vector Group"}],"ip":-2,"op":2238.23223223223,"st":6,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Pause Right","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.667,"y":0.973},"o":{"x":0.333,"y":0},"n":"0p667_0p973_0p333_0","t":31,"s":[546.445,579.817,0],"e":[546.445,478.139,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0.056},"n":"0p667_1_0p333_0p056","t":37,"s":[546.445,478.139,0],"e":[546.445,551.817,0],"to":[0,0,0],"ti":[0,0,0]},{"t":46}]},"a":{"a":0,"k":[166.729,177.123,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[64.06,-74.453],[64.06,74.453],[-64.06,74.453]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.11],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p11_1_0p333_0"],"t":6,"s":[100],"e":[0]},{"t":46}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.11],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p11_1_0p333_0"],"t":26,"s":[100],"e":[53.3]},{"t":37}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":41.068},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[166.729,177.123],"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":"Group 1","np":3,"mn":"ADBE Vector Group"}],"ip":-2,"op":2238.23223223223,"st":6,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Full circle","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[540,540,0]},"a":{"a":0,"k":[357.67,357.67,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,140.833],[140.833,0],[0,-140.833],[-140.833,0]],"o":[[0,-140.833],[-140.833,0],[0,140.833],[140.833,0]],"v":[[255,0],[0,-255],[-255,0],[0,255]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.11],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p11_1_0p333_0"],"t":23,"s":[6],"e":[55]},{"t":43}],"ix":1},"e":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":-103,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":41.068},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[357.67,357.67],"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":"Group 1","np":3,"mn":"ADBE Vector Group"}],"ip":23,"op":2205.23223223223,"st":-27,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Line circle transform","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[511.61,535.385,0]},"a":{"a":0,"k":[329.28,362.505,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-42.26,42.27],[131.25,-9.67],[0,-140.83],[-140.83,0]],"o":[[0,0],[77.9,-61.57],[-140.83,0],[0,140.83],[0,0]],"v":[[-28.61,118.375],[148.71,-45.265],[28.39,-250.165],[-226.61,4.835],[28.39,259.835]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":6,"s":[0],"e":[60]},{"i":{"x":[0.11],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p11_1_0p333_0"],"t":26,"s":[60],"e":[41]},{"t":46}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":6,"s":[12],"e":[100]},{"t":26}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":41.068},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[329.28,362.505],"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":"Group 1","np":3,"mn":"ADBE Vector Group"}],"ip":-2,"op":2238.23223223223,"st":6,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/play_and_like_it.json b/ohos/flutter_lottie/assets/lottiefiles/play_and_like_it.json new file mode 100644 index 0000000000000000000000000000000000000000..243252c1de355871ca0090db67a7b81374958158 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/play_and_like_it.json @@ -0,0 +1 @@ +{"v":"4.5.7","fr":25,"ip":0,"op":77,"w":800,"h":600,"ddd":0,"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Morphing","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[399.985,300,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[70,70,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.527,"y":0},"n":"0_1_0p527_0","t":55,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.052,-67.135],[0.446,-67.083],[-0.057,-67.14],[-0.437,142.25]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[118.948,-67.083],[0.446,-67.083],[-120.057,-67.083],[-0.437,142.25]],"c":true}]},{"t":72}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"rd","nm":"Round Corners 1","r":{"a":0,"k":30},"mn":"ADBE Vector Filter - RC"},{"ty":"fl","c":{"a":0,"k":[0.93,0.93,0.94,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.439,"y":0},"n":"0_1_0p439_0","t":55,"s":[-177,0],"e":[0,0],"to":[0,0],"ti":[0,0]},{"t":77}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":270,"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":"double","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.527,"y":0},"n":"0_1_0p527_0","t":-30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.052,-67.135],[0.446,-67.083],[-0.057,-67.14],[-0.437,142.25]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[118.948,-67.083],[0.446,-67.083],[-120.057,-67.083],[-0.437,142.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-13,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[118.948,-67.083],[0.446,-67.083],[-120.057,-67.083],[-0.437,142.25]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[118.948,-67.083],[0.446,-67.083],[-120.057,-67.083],[-0.437,142.25]],"c":true}]},{"i":{"x":0.846,"y":1},"o":{"x":0.94,"y":0},"n":"0p846_1_0p94_0","t":11,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[118.948,-67.083],[0.446,-67.083],[-120.057,-67.083],[-0.437,142.25]],"c":true}],"e":[{"i":[[0,72.417],[0,-83.917],[0,-82.917],[0,0]],"o":[[0,-83.917],[0,-83.917],[0,71.583],[0,0]],"v":[[117.671,-11.583],[-1,-13.583],[-121.676,-9.583],[-1.797,103.75]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.1,"y":0},"n":"0_1_0p1_0","t":24,"s":[{"i":[[0,72.417],[0,-83.917],[0,-82.917],[0,0]],"o":[[0,-83.917],[0,-83.917],[0,71.583],[0,0]],"v":[[117.671,-11.583],[-1,-13.583],[-121.676,-9.583],[-1.797,103.75]],"c":true}],"e":[{"i":[[0,72.417],[0,-83.917],[0,-82.917],[0,0]],"o":[[0,-83.917],[0,-83.917],[0,71.583],[0,0]],"v":[[117.836,-26.583],[-1,-26.583],[-121.169,-26.583],[-1.398,121.75]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41,"s":[{"i":[[0,72.417],[0,-83.917],[0,-82.917],[0,0]],"o":[[0,-83.917],[0,-83.917],[0,71.583],[0,0]],"v":[[117.836,-26.583],[-1,-26.583],[-121.169,-26.583],[-1.398,121.75]],"c":true}],"e":[{"i":[[0,72.417],[0,-83.917],[0,-82.917],[0,0]],"o":[[0,-83.917],[0,-83.917],[0,71.583],[0,0]],"v":[[117.836,-26.583],[-1,-26.583],[-121.169,-26.583],[-1.398,121.75]],"c":true}]},{"i":{"x":0.806,"y":1},"o":{"x":0.996,"y":0},"n":"0p806_1_0p996_0","t":44,"s":[{"i":[[0,72.417],[0,-83.917],[0,-82.917],[0,0]],"o":[[0,-83.917],[0,-83.917],[0,71.583],[0,0]],"v":[[117.836,-26.583],[-1,-26.583],[-121.169,-26.583],[-1.398,121.75]],"c":true}],"e":[{"i":[[0,98.92],[0,0],[0,-98.92],[-98.92,0]],"o":[[0,-98.92],[0,0],[0,98.92],[98.92,0]],"v":[[177.611,-0.5],[4.547,-232.27],[-180.611,-0.5],[-1.5,178.611]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.259,"y":0},"n":"0_1_0p259_0","t":52,"s":[{"i":[[0,98.92],[0,0],[0,-98.92],[-98.92,0]],"o":[[0,-98.92],[0,0],[0,98.92],[98.92,0]],"v":[[177.611,-0.5],[4.547,-232.27],[-180.611,-0.5],[-1.5,178.611]],"c":true}],"e":[{"i":[[0,111.009],[111.009,0],[0,-111.009],[-111.009,0]],"o":[[0,-111.009],[-111.009,0],[0,111.009],[111.009,0]],"v":[[202,0],[1,-201],[-200,0],[1,201]],"c":true}]},{"t":67}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"rd","nm":"Round Corners 1","r":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.625],"y":[0]},"n":["0_1_0p625_0"],"t":0,"s":[30],"e":[0]},{"t":19}]},"mn":"ADBE Vector Filter - RC"},{"ty":"mm","mm":3,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.418],"y":[1]},"o":{"x":[0.741],"y":[0]},"n":["0p418_1_0p741_0"],"t":45,"s":[0.93,0.93,0.94,1],"e":[0.12,0.67,0.54,1]},{"t":61}]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.439,"y":0},"n":"0_1_0p439_0","t":-30,"s":[-177,0],"e":[0,0],"to":[0,0],"ti":[0,0]},{"t":-8}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.625],"y":[0]},"n":["0_1_0p625_0"],"t":0,"s":[270],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":19,"s":[0],"e":[0]},{"i":{"x":[0],"y":[1]},"o":{"x":[0.514],"y":[0]},"n":["0_1_0p514_0"],"t":44,"s":[0],"e":[90]},{"t":67}],"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":"Play->Heart->Circle","np":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":1,"k":[{"i":{"x":[0.444,0.444],"y":[1,1]},"o":{"x":[0.9,0.9],"y":[0,0]},"n":["0p444_1_0p9_0","0p444_1_0p9_0"],"t":41,"s":[400,400],"e":[0,0]},{"t":61}]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.293],"y":[1]},"o":{"x":[0.849],"y":[0]},"n":["0p293_1_0p849_0"],"t":11,"s":[0.12,0.67,0.54,1],"e":[0.93,0.19,0.24,1]},{"t":35}]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.917,0.917],"y":[0,0]},"n":["0p833_0p833_0p917_0","0p833_0p833_0p917_0"],"t":16,"s":[100,100],"e":[120,120]},{"t":25}],"x":"var $bm_rt;\nvar amp, freq, decay, n, n, t, t, v;\namp = 0.3;\nfreq = 2;\ndecay = 5;\n$bm_rt = n = 0;\nif (numKeys > 0) {\n $bm_rt = n = nearestKey(time).index;\n if (key(n).time > time)\n n--;\n}\nif (n == 0)\n $bm_rt = t = 0;\nelse\n $bm_rt = t = sub(time, key(n).time);\nif (n > 0) {\n v = velocityAtTime(sub(key(n).time, div(thisComp.frameDuration, 10)));\n $bm_rt = sum(value, div(mul(mul(v, amp), Math.sin(mul(mul(mul(freq, t), 2), Math.PI))), Math.exp(mul(decay, t))));\n} else\n $bm_rt = value;","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":"Circle","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":77,"st":-30,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"One explosion","parent":0,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[0,0,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[150,150,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":1,"k":[{"i":{"x":[0.06,0.06],"y":[1,1]},"o":{"x":[0.451,0.451],"y":[0,0]},"n":["0p06_1_0p451_0","0p06_1_0p451_0"],"t":46,"s":[0,0],"e":[350,350]},{"t":65}]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"d":1,"ty":"el","s":{"a":1,"k":[{"i":{"x":[0.06,0.06],"y":[1,1]},"o":{"x":[0.796,0.796],"y":[0,0]},"n":["0p06_1_0p796_0","0p06_1_0p796_0"],"t":48,"s":[0,0],"e":[350,350]},{"t":67.2861328125}]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse"},{"ty":"mm","mm":3,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.12,0.67,0.54,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Pre Circle","np":4,"mn":"ADBE Vector Group"}],"ip":46,"op":71,"st":46,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"full Circles Reveal","parent":0,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[0,0,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[65.349,65.349,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":1,"k":[{"i":{"x":[0.193,0.193],"y":[1,1]},"o":{"x":[1,1],"y":[0,0]},"n":["0p193_1_1_0","0p193_1_1_0"],"t":17,"s":[0,0],"e":[1202.6,1202.6]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":30,"s":[1202.6,1202.6],"e":[1202.6,1202.6]},{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[1,1],"y":[0,0]},"n":["0p667_1_1_0","0p667_1_1_0"],"t":37,"s":[1202.6,1202.6],"e":[0,0]},{"t":52}]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.87,0.87,0.89,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"fullCircle 3","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":1,"k":[{"i":{"x":[0.149,0.149],"y":[1,1]},"o":{"x":[0.852,0.852],"y":[0,0]},"n":["0p149_1_0p852_0","0p149_1_0p852_0"],"t":14,"s":[0,0],"e":[1766.6,1766.6]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":29,"s":[1766.6,1766.6],"e":[1766.6,1766.6]},{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[1,1],"y":[0,0]},"n":["0p667_1_1_0","0p667_1_1_0"],"t":41,"s":[1766.6,1766.6],"e":[0,0]},{"t":56}]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.9,0.22,0.25,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"fullCircle 2","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":1,"k":[{"i":{"x":[0.261,0.261],"y":[0.56,0.56]},"o":{"x":[1,1],"y":[0,0]},"n":["0p261_0p56_1_0","0p261_0p56_1_0"],"t":12,"s":[0,0],"e":[2232.6,2232.6]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":25,"s":[2232.6,2232.6],"e":[2232.6,2232.6]},{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[1,1],"y":[0,0]},"n":["0p667_1_1_0","0p667_1_1_0"],"t":43,"s":[2232.6,2232.6],"e":[0,0]},{"t":58}]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.12,0.67,0.54,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"fullCircle","np":2,"mn":"ADBE Vector Group"}],"ip":12,"op":77,"st":-651,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"background","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[1280,720],"x":"var $bm_rt;\n$bm_rt = [\n thisComp.width,\n thisComp.height\n];"},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.85,0.82,0.62,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"box","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":77,"st":-30,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/play_button.json b/ohos/flutter_lottie/assets/lottiefiles/play_button.json new file mode 100644 index 0000000000000000000000000000000000000000..ed88c69687470382c25bd4a7c1ab6ed2e0f92591 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/play_button.json @@ -0,0 +1 @@ +{"v":"4.5.5","fr":25,"ip":0,"op":56,"w":500,"h":500,"ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"playbutton contornos","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[250,250,0]},"a":{"a":0,"k":[250,250,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.333,-96.667],[0.333,96.667]],"c":false}},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":0,"k":100,"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Recortar trazados 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0.46,0,0.58,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":20},"lc":2,"lj":1,"ml":10,"nm":"Trazo 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[301.957,249.979],"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":"Transformar"}],"nm":"Grupo 1","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.333,-96.666],[0.333,96.666]],"c":false}},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":0,"s":[100],"e":[0]},{"t":16}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Recortar trazados 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0.46,0,0.58,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":20},"lc":2,"lj":1,"ml":10,"nm":"Trazo 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[187.922,250.373],"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":"Transformar"}],"nm":"Grupo 2","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.059,-10.443],[0,0],[-9.225,6.341],[0,0],[7.625,5.027],[0,0]],"o":[[0,0],[0.059,10.5],[0,0],[7.512,-5.164],[0,0],[-9.312,-6.139]],"v":[[-82.975,-91.15],[-81.949,91.229],[-59.42,101.323],[75.521,8.577],[75.296,-11.892],[-60.671,-101.525]],"c":true}},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":0,"s":[100],"e":[0]},{"t":16}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Recortar trazados 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0.46,0,0.58,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":20},"lc":1,"lj":1,"ml":10,"nm":"Trazo 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[270.581,250.025],"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":"Transformar"}],"nm":"Grupo 3","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-100.747],[100.746,0],[0,100.746],[-100.747,0]],"o":[[0,100.746],[-100.747,0],[0,-100.747],[100.746,0]],"v":[[182.417,-0.001],[-0.001,182.417],[-182.417,-0.001],[-0.001,-182.417]],"c":true}},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":0,"s":[100],"e":[0]},{"t":16}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Recortar trazados 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0.46,0,0.58,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":20},"lc":1,"lj":1,"ml":10,"nm":"Trazo 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[249.001,250.001],"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":"Transformar"}],"nm":"Grupo 4","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":56,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/playing.json b/ohos/flutter_lottie/assets/lottiefiles/playing.json new file mode 100644 index 0000000000000000000000000000000000000000..f9a12eea46ceaf32e7fabdace8ae1c738fd3a757 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/playing.json @@ -0,0 +1 @@ +{"v":"4.10.1","fr":29.9700012207031,"ip":0,"op":80.0000032584668,"w":150,"h":150,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[77.5,76,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[84.229,84.229],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.709803938866,0.564705908298,0.372549027205,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":1,"k":[{"i":{"x":[0.481],"y":[16926231.132]},"o":{"x":[0.402],"y":[0]},"n":["0p481_16926231p132_0p402_0"],"t":-0.131,"s":[3.988],"e":[3.988]},{"t":30.0000012219251}],"ix":5},"lc":2,"lj":1,"ml":4,"d":[{"n":"d","nm":"dash","v":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[0],"e":[140]},{"t":60.0000024438501}],"ix":1}},{"n":"g","nm":"gap","v":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[11],"e":[62]},{"t":60.0000024438501}],"ix":2}},{"n":"o","nm":"offset","v":{"a":0,"k":0,"ix":7}}],"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-1.386,-1.386],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":0,"s":[0,0],"e":[100,100]},{"t":30.0000012219251}],"ix":3},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"t":30.0000012219251}],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":90.0000036657751,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"playing Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[79.5,75.5,0],"ix":2},"a":{"a":0,"k":[75,75,0],"ix":1},"s":{"a":0,"k":[59.333,59.333,100],"ix":6}},"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":[[-19.803,-29.2],[19.803,-0.006],[-19.803,29.2],[-19.803,-2.215]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.709803938866,0.564705908298,0.372549027205,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":6,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[76.077,71.675],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":37,"s":[0],"e":[100]},{"t":58.0000023623884}],"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":37,"s":[18],"e":[0]},{"t":58.0000023623884}],"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":37.0000015070409,"op":97.000003950891,"st":7.00000028511585,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/point.json b/ohos/flutter_lottie/assets/lottiefiles/point.json new file mode 100644 index 0000000000000000000000000000000000000000..193ea8626eb65144a05215460c44a00262e7870c --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/point.json @@ -0,0 +1 @@ +{"v":"5.1.6","fr":30,"ip":0,"op":68,"w":375,"h":188,"nm":"","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"방울2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":26,"s":[100],"e":[0]},{"t":31}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[20,20.115,0],"ix":2},"a":{"a":0,"k":[124.248,72.92,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.5,0.5,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,19.697]},"n":["0p5_1_0p167_0p167","0p5_1_0p167_0p167","0p667_1_0p167_19p697"],"t":0,"s":[0,0,100],"e":[130,130,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8,"s":[130,130,100],"e":[120,120,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":11,"s":[120,120,100],"e":[120,120,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":26,"s":[120,120,100],"e":[30,30,100]},{"t":31}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.221,0.741],[-0.741,1.22],[-1.222,-0.741],[0.741,-1.221]],"o":[[-1.221,-0.741],[0.741,-1.221],[1.22,0.741],[-0.74,1.221]],"v":[[-1.342,2.21],[-2.211,-1.342],[1.342,-2.211],[2.21,1.342]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.913000009574,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[124.248,72.816],"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":"방울2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":32,"st":0,"bm":0}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":11,"s":[40],"e":[0]},{"t":19}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[20,20,0],"ix":2},"a":{"a":0,"k":[6.177,6.177,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.024,0.024,0.667],"y":[0.996,0.996,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p024_0p996_0p333_0","0p024_0p996_0p333_0","0p667_1_0p333_0"],"t":0,"s":[0,0,100],"e":[200,200,100]},{"t":14}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[12.605,12.605],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.650980392157,0.901960784314,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[1],"e":[0.5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":14,"s":[0.5],"e":[0]},{"t":19}],"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[6.177,6.177],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":30,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"방울6","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":7,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":28,"s":[100],"e":[0]},{"t":30}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[20,20,0],"ix":2},"a":{"a":0,"k":[204.363,31.566,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.681,0.681,0.667],"y":[0.997,0.997,1]},"o":{"x":[0.511,0.511,0.333],"y":[0,0,0]},"n":["0p681_0p997_0p511_0","0p681_0p997_0p511_0","0p667_1_0p333_0"],"t":0,"s":[0,0,100],"e":[120,120,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,2.26]},"o":{"x":[0.902,0.902,0.333],"y":[0,0,0]},"n":["0p833_0p833_0p902_0","0p833_0p833_0p902_0","0p833_2p26_0p333_0"],"t":10,"s":[120,120,100],"e":[100,100,100]},{"t":17}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.627,1.126],[-1.126,0.627],[-0.627,-1.126],[1.126,-0.627]],"o":[[-0.626,-1.126],[1.126,-0.626],[0.627,1.126],[-1.126,0.627]],"v":[[-2.039,1.134],[-1.135,-2.04],[2.038,-1.135],[1.135,2.038]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.65,0.902999997606,0.99900004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[204.363,31.566],"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":"Group 22","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":30,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Comp 1","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[321,137,0],"ix":2},"a":{"a":0,"k":[20,20,0],"ix":1},"s":{"a":0,"k":[89,89,100],"ix":6}},"ao":0,"w":40,"h":40,"ip":13,"op":53,"st":13,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"Comp 1","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[252,139.5,0],"ix":2},"a":{"a":0,"k":[20,20,0],"ix":1},"s":{"a":0,"k":[85,85,100],"ix":6}},"ao":0,"w":40,"h":40,"ip":13,"op":53,"st":13,"bm":0},{"ddd":0,"ind":3,"ty":0,"nm":"Comp 1","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[176,128.5,0],"ix":2},"a":{"a":0,"k":[20,20,0],"ix":1},"s":{"a":0,"k":[123,123,100],"ix":6}},"ao":0,"w":40,"h":40,"ip":13,"op":53,"st":13,"bm":0},{"ddd":0,"ind":4,"ty":0,"nm":"oval1","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[127.5,171,0],"ix":2},"a":{"a":0,"k":[20,20,0],"ix":1},"s":{"a":0,"k":[66,66,100],"ix":6}},"ao":0,"w":40,"h":40,"ip":7,"op":57,"st":7,"bm":0},{"ddd":0,"ind":5,"ty":0,"nm":"oval1","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[83.5,98,0],"ix":2},"a":{"a":0,"k":[20,20,0],"ix":1},"s":{"a":0,"k":[150,150,100],"ix":6}},"ao":0,"w":40,"h":40,"ip":7,"op":57,"st":7,"bm":0},{"ddd":0,"ind":6,"ty":0,"nm":"oval1","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[261,85.5,0],"ix":2},"a":{"a":0,"k":[20,20,0],"ix":1},"s":{"a":0,"k":[95,95,100],"ix":6}},"ao":0,"w":40,"h":40,"ip":7,"op":57,"st":7,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":88,"ix":10},"p":{"a":0,"k":[241.96,105.155,0],"ix":2},"a":{"a":0,"k":[-71.75,-11,0],"ix":1},"s":{"a":0,"k":[69,69,100],"ix":6}},"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":[[-57.5,-22.5],[-86,0.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.509803921569,0.482352941176,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-71.061,-9.14],"ix":2},"a":{"a":0,"k":[-71.061,-9.14],"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.273],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p273_1_0p333_0"],"t":15,"s":[100],"e":[10]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":20,"s":[10],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":26,"s":[0],"e":[0]},{"i":{"x":[0.583],"y":[0.965]},"o":{"x":[0.24],"y":[0]},"n":["0p583_0p965_0p24_0"],"t":56,"s":[0],"e":[100]},{"t":57}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.074],"y":[0.998]},"o":{"x":[0.333],"y":[0]},"n":["0p074_0p998_0p333_0"],"t":43,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":49,"s":[0],"e":[0]},{"i":{"x":[0.619],"y":[0.993]},"o":{"x":[0.284],"y":[0]},"n":["0p619_0p993_0p284_0"],"t":56,"s":[0],"e":[100]},{"t":57}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":70,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-13,"ix":10},"p":{"a":0,"k":[140.96,107.155,0],"ix":2},"a":{"a":0,"k":[-71.75,-11,0],"ix":1},"s":{"a":0,"k":[69,69,100],"ix":6}},"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":[[-57.5,-22.5],[-86,0.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.509803921569,0.482352941176,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1.5,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.315],"y":[1.005]},"o":{"x":[0.333],"y":[0]},"n":["0p315_1p005_0p333_0"],"t":10,"s":[0],"e":[90]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.607],"y":[0]},"n":["0p667_1_0p607_0"],"t":15,"s":[90],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":21,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":51,"s":[100],"e":[0]},{"t":53}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":38,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":44,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":51,"s":[100],"e":[0]},{"t":53}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":70,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[131.96,95.655,0],"ix":2},"a":{"a":0,"k":[-71.75,-11,0],"ix":1},"s":{"a":0,"k":[46,46,100],"ix":6}},"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":[[-57.5,-22.5],[-86,0.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.509803921569,0.482352941176,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.315],"y":[1.005]},"o":{"x":[0.333],"y":[0]},"n":["0p315_1p005_0p333_0"],"t":7,"s":[0],"e":[90]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.607],"y":[0]},"n":["0p667_1_0p607_0"],"t":12,"s":[90],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":18,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":48,"s":[100],"e":[0]},{"t":50}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":35,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":41,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":48,"s":[100],"e":[0]},{"t":50}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":70,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"동전 3","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":7,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":21,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[100],"e":[0]},{"t":49}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":7,"s":[19],"e":[-79]},{"t":21}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.236,"y":1},"o":{"x":0.333,"y":0},"n":"0p236_1_0p333_0","t":7,"s":[103.666,111.466,0],"e":[68.666,136.466,0],"to":[-5.83333349227905,4.16666650772095,0],"ti":[5.83333349227905,-4.16666650772095,0]},{"t":21}],"ix":2},"a":{"a":0,"k":[176.729,122.026,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.266,0.266,0.667],"y":[1.013,1.013,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p266_1p013_0p333_0","0p266_1p013_0p333_0","0p667_1_0p333_0"],"t":7,"s":[80,80,100],"e":[96,96,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":21,"s":[96,96,100],"e":[96,96,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":44,"s":[96,96,100],"e":[83,83,100]},{"t":49}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[0.443,3.949],[0.839,1.691],[2.172,2.445]],"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],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-0.85,-0.184],[0.574,-1.422],[0.248,0.437]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-3.958,1.462],[-3.562,-0.796],[-2.23,-0.042]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0.144,0.167],[0.166,-0.143],[0,0],[0,0],[0,0],[0.147,0.084],[0.127,-0.111],[0,0],[0,0],[0,0],[0.217,0.038],[0.038,-0.217],[0,0],[0,0],[0.111,-0.194],[-0.192,-0.11],[0,0],[0,0],[-0.148,-0.084],[-0.126,0.111],[0,0],[0,0],[0,0],[-0.148,-0.084],[-0.067,0],[-0.074,0.064],[0,0],[0,0],[-0.067,0],[-0.074,0.13],[0.192,0.11],[0,0],[0,0]],"o":[[-0.146,-0.168],[0,0],[0,0],[0,0],[0.03,-0.167],[-0.148,-0.083],[0,0],[0,0],[0,0],[0.039,-0.218],[-0.222,-0.047],[0,0],[0,0],[-0.19,-0.108],[-0.108,0.192],[0,0],[0,0],[-0.029,0.167],[0.147,0.082],[0,0],[0,0],[0,0],[-0.03,0.167],[0.061,0.034],[0.095,0],[0,0],[0,0],[0.062,0.036],[0.139,0],[0.108,-0.192],[0,0],[0,0],[0.167,-0.145]],"v":[[5.867,-0.24],[5.302,-0.28],[2.813,1.887],[0.986,0.855],[1.557,-2.396],[1.361,-2.814],[0.901,-2.767],[-1.588,-0.601],[-3.414,-1.633],[-2.843,-4.883],[-3.167,-5.346],[-3.63,-5.021],[-4.153,-2.049],[-5.357,-2.73],[-5.903,-2.579],[-5.751,-2.033],[-4.3,-1.213],[-4.942,2.436],[-4.745,2.854],[-4.286,2.807],[-1.491,0.376],[0.1,1.273],[-0.54,4.924],[-0.344,5.342],[-0.147,5.393],[0.116,5.294],[2.911,2.863],[4.361,3.682],[4.558,3.734],[4.907,3.531],[4.755,2.984],[3.551,2.305],[5.828,0.324]],"c":true},"ix":2},"nm":"Path 4","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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[177.049,121.866],"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":"Group 1","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.701,-4.778],[4.778,2.701],[-2.7,4.778],[-4.778,-2.701]],"o":[[-2.7,4.778],[-4.778,-2.7],[2.701,-4.779],[4.779,2.7]],"v":[[8.652,4.89],[-4.889,8.652],[-8.652,-4.889],[4.89,-8.652]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.289999988032,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[176.729,122.026],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[176.729,122.026],"ix":2},"a":{"a":0,"k":[176.729,122.026],"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":"동전","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"동전 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":17,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[100],"e":[0]},{"t":49}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.272],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p272_1_0p333_0"],"t":7,"s":[-192],"e":[-10]},{"t":18}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.193,"y":1},"o":{"x":0.224,"y":0},"n":"0p193_1_0p224_0","t":6,"s":[193.855,82.875,0],"e":[218.855,127.875,0],"to":[4.16666650772095,7.5,0],"ti":[-4.16666650772095,-7.5,0]},{"t":17}],"ix":2},"a":{"a":0,"k":[176.729,122.026,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":6,"s":[50,50,100],"e":[150,150,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":17,"s":[150,150,100],"e":[150,150,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":44,"s":[150,150,100],"e":[83,83,100]},{"t":49}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[0.443,3.949],[0.839,1.691],[2.172,2.445]],"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],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-0.85,-0.184],[0.574,-1.422],[0.248,0.437]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-3.958,1.462],[-3.562,-0.796],[-2.23,-0.042]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0.144,0.167],[0.166,-0.143],[0,0],[0,0],[0,0],[0.147,0.084],[0.127,-0.111],[0,0],[0,0],[0,0],[0.217,0.038],[0.038,-0.217],[0,0],[0,0],[0.111,-0.194],[-0.192,-0.11],[0,0],[0,0],[-0.148,-0.084],[-0.126,0.111],[0,0],[0,0],[0,0],[-0.148,-0.084],[-0.067,0],[-0.074,0.064],[0,0],[0,0],[-0.067,0],[-0.074,0.13],[0.192,0.11],[0,0],[0,0]],"o":[[-0.146,-0.168],[0,0],[0,0],[0,0],[0.03,-0.167],[-0.148,-0.083],[0,0],[0,0],[0,0],[0.039,-0.218],[-0.222,-0.047],[0,0],[0,0],[-0.19,-0.108],[-0.108,0.192],[0,0],[0,0],[-0.029,0.167],[0.147,0.082],[0,0],[0,0],[0,0],[-0.03,0.167],[0.061,0.034],[0.095,0],[0,0],[0,0],[0.062,0.036],[0.139,0],[0.108,-0.192],[0,0],[0,0],[0.167,-0.145]],"v":[[5.867,-0.24],[5.302,-0.28],[2.813,1.887],[0.986,0.855],[1.557,-2.396],[1.361,-2.814],[0.901,-2.767],[-1.588,-0.601],[-3.414,-1.633],[-2.843,-4.883],[-3.167,-5.346],[-3.63,-5.021],[-4.153,-2.049],[-5.357,-2.73],[-5.903,-2.579],[-5.751,-2.033],[-4.3,-1.213],[-4.942,2.436],[-4.745,2.854],[-4.286,2.807],[-1.491,0.376],[0.1,1.273],[-0.54,4.924],[-0.344,5.342],[-0.147,5.393],[0.116,5.294],[2.911,2.863],[4.361,3.682],[4.558,3.734],[4.907,3.531],[4.755,2.984],[3.551,2.305],[5.828,0.324]],"c":true},"ix":2},"nm":"Path 4","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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[177.049,121.866],"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":"Group 1","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.701,-4.778],[4.778,2.701],[-2.7,4.778],[-4.778,-2.701]],"o":[[-2.7,4.778],[-4.778,-2.7],[2.701,-4.779],[4.779,2.7]],"v":[[8.652,4.89],[-4.889,8.652],[-8.652,-4.889],[4.89,-8.652]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.289999988032,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[176.729,122.026],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[176.729,122.026],"ix":2},"a":{"a":0,"k":[176.729,122.026],"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":"동전","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"동전","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":25,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[100],"e":[0]},{"t":49}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.794],"y":[1.001]},"o":{"x":[0.333],"y":[0]},"n":["0p794_1p001_0p333_0"],"t":12,"s":[-212],"e":[10]},{"t":25}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.308,"y":1},"o":{"x":0.333,"y":0},"n":"0p308_1_0p333_0","t":12,"s":[226.359,117.306,0],"e":[248.355,165.5,0],"to":[3.66597127914429,8.03233242034912,0],"ti":[-3.66597127914429,-8.03233242034912,0]},{"t":25}],"ix":2},"a":{"a":0,"k":[176.729,121.636,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":12,"s":[67.256,67.256,100],"e":[105.256,105.256,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,-4.211]},"n":["0p833_1_0p167_0p167","0p833_1_0p167_0p167","0p833_1_0p167_-4p211"],"t":25,"s":[105.256,105.256,100],"e":[105.3,105.3,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":44,"s":[105.3,105.3,100],"e":[83,83,100]},{"t":49}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[0.443,3.949],[0.839,1.691],[2.172,2.445]],"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],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-0.85,-0.184],[0.574,-1.422],[0.248,0.437]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-3.958,1.462],[-3.562,-0.796],[-2.23,-0.042]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0.144,0.167],[0.166,-0.143],[0,0],[0,0],[0,0],[0.147,0.084],[0.127,-0.111],[0,0],[0,0],[0,0],[0.217,0.038],[0.038,-0.217],[0,0],[0,0],[0.111,-0.194],[-0.192,-0.11],[0,0],[0,0],[-0.148,-0.084],[-0.126,0.111],[0,0],[0,0],[0,0],[-0.148,-0.084],[-0.067,0],[-0.074,0.064],[0,0],[0,0],[-0.067,0],[-0.074,0.13],[0.192,0.11],[0,0],[0,0]],"o":[[-0.146,-0.168],[0,0],[0,0],[0,0],[0.03,-0.167],[-0.148,-0.083],[0,0],[0,0],[0,0],[0.039,-0.218],[-0.222,-0.047],[0,0],[0,0],[-0.19,-0.108],[-0.108,0.192],[0,0],[0,0],[-0.029,0.167],[0.147,0.082],[0,0],[0,0],[0,0],[-0.03,0.167],[0.061,0.034],[0.095,0],[0,0],[0,0],[0.062,0.036],[0.139,0],[0.108,-0.192],[0,0],[0,0],[0.167,-0.145]],"v":[[5.867,-0.24],[5.302,-0.28],[2.813,1.887],[0.986,0.855],[1.557,-2.396],[1.361,-2.814],[0.901,-2.767],[-1.588,-0.601],[-3.414,-1.633],[-2.843,-4.883],[-3.167,-5.346],[-3.63,-5.021],[-4.153,-2.049],[-5.357,-2.73],[-5.903,-2.579],[-5.751,-2.033],[-4.3,-1.213],[-4.942,2.436],[-4.745,2.854],[-4.286,2.807],[-1.491,0.376],[0.1,1.273],[-0.54,4.924],[-0.344,5.342],[-0.147,5.393],[0.116,5.294],[2.911,2.863],[4.361,3.682],[4.558,3.734],[4.907,3.531],[4.755,2.984],[3.551,2.305],[5.828,0.324]],"c":true},"ix":2},"nm":"Path 4","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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[177.049,121.866],"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":"Group 1","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.701,-4.778],[4.778,2.701],[-2.7,4.778],[-4.778,-2.701]],"o":[[-2.7,4.778],[-4.778,-2.7],[2.701,-4.779],[4.779,2.7]],"v":[[8.652,4.89],[-4.889,8.652],[-8.652,-4.889],[4.89,-8.652]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.289999988032,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[176.729,122.026],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[176.729,122.026],"ix":2},"a":{"a":0,"k":[176.729,122.026],"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":"동전","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"지폐1","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[0],"e":[30]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[30],"e":[30]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[30],"e":[0]},{"t":49}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[87.386,169.159,0],"ix":2},"a":{"a":0,"k":[48.873,112.307,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":5,"s":[76.256,76.256,100],"e":[110.256,110.256,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":12,"s":[110.256,110.256,100],"e":[110.256,110.256,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":44,"s":[110.256,110.256,100],"e":[69.256,69.256,100]},{"t":49}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.355,3.411],[8.389,1.282],[0,0],[0,0],[-5.157,-0.151]],"o":[[0,0],[0,0],[-11.167,-1.707],[0,0],[0,0],[5.157,0.152]],"v":[[-73.165,33.491],[-65.066,20.648],[-86.3,22.553],[-104.171,24.635],[-109.475,35.594],[-91.727,32.462]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.933333333333,0.701960784314,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[136.138,84.186],"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":"지폐1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"지폐2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[0],"e":[30]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[30],"e":[30]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[30],"e":[0]},{"t":49}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[296.541,165.859,0],"ix":2},"a":{"a":0,"k":[224.06,117.93,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":5,"s":[76.256,76.256,100],"e":[110.256,110.256,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":12,"s":[110.256,110.256,100],"e":[110.256,110.256,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":44,"s":[110.256,110.256,100],"e":[69.256,69.256,100]},{"t":49}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[14.691,-4.518],[0,0],[0,0],[-8.725,3.138],[0,0]],"o":[[0,0],[-11.534,3.548],[0,0],[0,0],[10.421,-3.747],[0,0]],"v":[[-184.164,-83.684],[-204.899,-89.967],[-225.136,-93.947],[-224.607,-109.82],[-203.1,-105.187],[-183.11,-100.226]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.933333333333,0.701960784314,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[428.183,214.682],"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":"지폐2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"지폐3","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[100],"e":[0]},{"t":49}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.377,"y":1},"o":{"x":0.333,"y":0},"n":"0p377_1_0p333_0","t":9,"s":[175.386,134,0],"e":[180.386,159,0],"to":[0.83333331346512,4.16666650772095,0],"ti":[-0.83333331346512,-4.16666650772095,0]},{"t":18}],"ix":2},"a":{"a":0,"k":[133.222,107.628,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.167,0.167,0.667],"y":[1,1,1]},"o":{"x":[0.268,0.268,0.333],"y":[0,0,0]},"n":["0p167_1_0p268_0","0p167_1_0p268_0","0p667_1_0p333_0"],"t":9,"s":[60.256,60.256,100],"e":[88.256,88.256,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":18,"s":[88.256,88.256,100],"e":[88.256,88.256,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":44,"s":[88.256,88.256,100],"e":[50,50,100]},{"t":49}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.24,"y":1},"o":{"x":0.333,"y":0},"n":"0p24_1_0p333_0","t":5,"s":[{"i":[[9.345,1.864],[-2.436,16.741],[0,0],[-10.197,-4.848],[-3.046,-6.933],[0,0]],"o":[[-9.345,-1.864],[8.862,-4.515],[0,0],[10.197,4.848],[0,0],[0,0]],"v":[[-131.303,-132.952],[-149.577,-162.772],[-133.677,-172.458],[-126.648,-143.245],[-96.274,-133.208],[-114.18,-123.737]],"c":true}],"e":[{"i":[[9.149,-1.378],[-0.897,-15.882],[0,0],[-10.225,4.158],[-3.528,6.413],[0,0]],"o":[[-9.149,1.378],[8.133,4.616],[0,0],[10.226,-4.157],[0,0],[0,0]],"v":[[-132.441,-122.86],[-152.592,-95.487],[-138.136,-85.71],[-128.853,-112.967],[-98.774,-121.198],[-115.177,-130.853]],"c":true}]},{"t":20}],"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.933333333333,0.701960784314,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[258.929,225.12],"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":"지폐3","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":0,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"지폐4","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[100],"e":[0]},{"t":49}],"ix":11},"r":{"a":0,"k":-31.5,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.092,"y":1},"o":{"x":0.333,"y":0},"n":"0p092_1_0p333_0","t":9,"s":[135.916,123.55,0],"e":[115.916,133.55,0],"to":[-3.33333325386047,1.66666662693024,0],"ti":[3.33333325386047,-1.66666662693024,0]},{"t":18}],"ix":2},"a":{"a":0,"k":[71.122,68.673,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.167,0.167,0.667],"y":[1,1,1]},"o":{"x":[0.268,0.268,0.333],"y":[0,0,0]},"n":["0p167_1_0p268_0","0p167_1_0p268_0","0p667_1_0p333_0"],"t":9,"s":[60.256,60.256,100],"e":[88.256,88.256,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":18,"s":[88.256,88.256,100],"e":[88.256,88.256,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":44,"s":[88.256,88.256,100],"e":[50,50,100]},{"t":49}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.331,"y":1},"o":{"x":0.333,"y":0},"n":"0p331_1_0p333_0","t":5,"s":[{"i":[[0,0],[5.396,-10.263],[0,0],[3.738,8.282],[-5.598,8.897],[0,0]],"o":[[0,0],[-5.396,10.263],[0,0],[0,0],[8.169,-12.985],[0,0]],"v":[[-8.23,-70.86],[-23.716,-59.741],[-35.213,-48.623],[-42.586,-67.399],[-34.074,-75.901],[-17.618,-89.668]],"c":true}],"e":[{"i":[[0,0],[-7.372,-12.149],[0,0],[-8.444,6.608],[8.027,10.897],[0,0]],"o":[[0,0],[7.371,12.15],[0,0],[0,0],[-11.714,-15.903],[0,0]],"v":[[-103.977,-77.614],[-78.845,-60.642],[-60.808,-45.246],[-43.623,-60.663],[-56.918,-72.325],[-83.202,-92.266]],"c":true}]},{"t":21}],"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.933333333333,0.701960784314,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[74.126,68.804],"ix":2},"a":{"a":0,"k":[-70.795,-68.626],"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":"지폐4","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":0,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"지폐5","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":19,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[100],"e":[0]},{"t":49}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.412],"y":[0.998]},"o":{"x":[0.183],"y":[0]},"n":["0p412_0p998_0p183_0"],"t":5,"s":[71],"e":[10]},{"t":25}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.43,"y":1},"o":{"x":0.333,"y":0},"n":"0p43_1_0p333_0","t":5,"s":[261.623,92.154,0],"e":[291.623,112.154,0],"to":[5,3.33333325386047,0],"ti":[-5,-3.33333325386047,0]},{"t":19}],"ix":2},"a":{"a":0,"k":[226.402,58.791,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":5,"s":[57.256,57.256,100],"e":[92.256,92.256,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":23,"s":[92.256,92.256,100],"e":[92.256,92.256,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":44,"s":[92.256,92.256,100],"e":[65.256,65.256,100]},{"t":49}],"ix":6}},"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},"n":"0p667_1_0p333_0","t":5,"s":[{"i":[[-10.518,-4.444],[0,0],[0,0],[11.648,3.965],[0,0],[-3.826,9.81]],"o":[[15.881,6.71],[0,0],[0,0],[-12.36,-4.207],[0,0],[0,0]],"v":[[-259.358,-76.515],[-240.241,-51.523],[-250.889,-28.642],[-267.395,-52.751],[-281.963,-69.724],[-271.424,-94.424]],"c":true}],"e":[{"i":[[12.777,-4.443],[0,0],[0,0],[-14.149,3.965],[0,0],[4.648,9.81]],"o":[[-19.291,6.71],[0,0],[0,0],[15.014,-4.207],[0,0],[0,0]],"v":[[-222.197,-73.302],[-245.419,-48.31],[-232.484,-25.429],[-212.434,-49.538],[-194.738,-66.511],[-207.54,-91.211]],"c":true}]},{"t":21}],"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.933333333333,0.701960784314,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[441.303,120.324],"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":"지폐5","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":0,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"손앞","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.669],"y":[0.998]},"o":{"x":[0.167],"y":[0.167]},"n":["0p669_0p998_0p167_0p167"],"t":3,"s":[8],"e":[-7]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[-7],"e":[-7]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_1_0p167_0p167"],"t":43,"s":[-7],"e":[8]},{"t":53}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":3,"s":[191.653,14.75,0],"e":[206.653,14.75,0],"to":[2.5,0,0],"ti":[-2.5,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":11,"s":[206.653,14.75,0],"e":[203.153,14.75,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":17,"s":[203.153,14.75,0],"e":[203.153,14.75,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":43,"s":[203.153,14.75,0],"e":[191.653,14.75,0],"to":[0,0,0],"ti":[1.91666662693024,0,0]},{"t":52}],"ix":2},"a":{"a":0,"k":[112.903,29.25,0],"ix":1},"s":{"a":0,"k":[87.522,87.522,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.102,0],[0.097,0.136],[2.234,0.448],[-0.055,0.27],[-0.267,-0.054],[-0.064,-0.09],[0.225,-0.16]],"o":[[-0.155,0],[-0.014,-0.019],[-0.271,-0.054],[0.055,-0.272],[2.63,0.528],[0.16,0.225],[-0.088,0.064]],"v":[[1.956,1.796],[1.55,1.589],[-2.076,-0.762],[-2.468,-1.35],[-1.879,-1.742],[2.363,1.007],[2.247,1.702]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.184999997008,0.284999982048,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[101.971,62.701],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.273,0],[0,0],[1.729,2.421],[-0.225,0.16],[-0.161,-0.225],[-0.024,0],[0.004,-0.276]],"o":[[0,0],[-0.117,-0.001],[-0.16,-0.224],[0.225,-0.16],[1.426,1.997],[0.275,0.004],[-0.003,0.274]],"v":[[2.148,1.667],[2.143,1.667],[-2.49,-0.81],[-2.374,-1.507],[-1.676,-1.391],[2.154,0.667],[2.646,1.173]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.184999997008,0.284999982048,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[101.432,65.649],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[101.638,64.132],"ix":2},"a":{"a":0,"k":[101.638,64.132],"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":"손주름","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.479,-4.312],[-1.54,-2.156],[-1.24,1.536],[0.185,1.171]],"o":[[0,0],[1.539,2.158],[1.241,-1.537],[-0.185,-1.171]],"v":[[94.761,74.094],[94.205,79.699],[99.249,80.006],[101.846,74.897]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[97.751,76.681],"ix":2},"a":{"a":0,"k":[97.751,76.681],"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 34","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.446,-3.217],[4.987,-11.449],[9.172,2.598],[0.69,8.655],[2.538,1.847],[0,0],[0,0]],"o":[[-5.067,3.617],[-2.951,6.773],[-7.701,-2.182],[0,0],[-2.538,-1.847],[0,0],[0,0]],"v":[[23.174,-24.501],[0.745,6.538],[-15.474,29.093],[-12.755,2.148],[-14.771,-4.949],[-15.866,-13.315],[1.525,-31.691]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.804000016755,0.847999961703,0.864999988032,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[110.417,51.73],"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":"Group 4","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[112.903,50.638],"ix":2},"a":{"a":0,"k":[112.903,50.638],"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":"손앞","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":0,"bm":0},{"ddd":0,"ind":20,"ty":4,"nm":"카드1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.669],"y":[0.998]},"o":{"x":[0.167],"y":[0.167]},"n":["0p669_0p998_0p167_0p167"],"t":3,"s":[8],"e":[-7]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[-7],"e":[-7]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_1_0p167_0p167"],"t":43,"s":[-7],"e":[8]},{"t":53}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":3,"s":[189.653,12.75,0],"e":[206.653,14.75,0],"to":[2.5,0,0],"ti":[-2.5,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":11,"s":[206.653,14.75,0],"e":[203.153,14.75,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":17,"s":[203.153,14.75,0],"e":[203.153,14.75,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":43,"s":[203.153,14.75,0],"e":[189.653,12.75,0],"to":[0,0,0],"ti":[-2.5,0,0]},{"t":52}],"ix":2},"a":{"a":0,"k":[112.903,29.25,0],"ix":1},"s":{"a":0,"k":[87.522,87.522,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.997,-2.389],[-2.389,-4.997],[-4.997,2.389],[2.39,4.997]],"o":[[-4.997,2.389],[2.39,4.997],[4.997,-2.389],[-2.389,-4.997]],"v":[[-4.334,-9.063],[-9.063,4.333],[4.333,9.063],[9.062,-4.334]],"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":[[6.435,-3.077],[3.076,6.436],[-6.434,3.077],[-3.076,-6.435]],"o":[[-6.435,3.076],[-3.078,-6.434],[6.435,-3.077],[3.077,6.434]],"v":[[5.58,11.67],[-11.669,5.579],[-5.581,-11.67],[11.669,-5.58]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":60,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[73.273,83.382],"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":"Group 5","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0.489,1.023],[0.993,-0.475]],"o":[[0,0],[0,0],[0.992,-0.475],[-0.489,-1.022],[0,0]],"v":[[-1.784,-3.106],[-0.128,0.358],[1.519,-0.429],[2.434,-2.986],[-0.138,-3.893]],"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],[-1.087,-2.273],[2.64,-1.263],[0,0],[0,0],[0,0]],"o":[[0,0],[2.609,-1.247],[1.072,2.242],[0,0],[0,0],[0,0],[0,0]],"v":[[-5.607,-4.24],[-1.152,-6.37],[5.135,-4.277],[2.822,1.983],[1.053,2.829],[2.389,5.621],[-0.282,6.898]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":60,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[72.755,83.708],"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":"Group 6","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.009,-0.898],[0,0],[0.898,2.009],[0,0],[-2.008,0.898],[0,0],[-0.899,-2.009],[0,0]],"o":[[0,0],[-2.009,0.898],[0,0],[-0.898,-2.008],[0,0],[2.008,-0.898],[0,0],[0.898,2.009]],"v":[[32.843,7.035],[-16.644,29.174],[-21.929,27.156],[-34.862,-1.75],[-32.844,-7.035],[16.644,-29.175],[21.929,-27.157],[34.862,1.749]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.697000002394,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[72.926,83.101],"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":"Group 7","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[72.926,83.101],"ix":2},"a":{"a":0,"k":[72.926,83.101],"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":"카드1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":0,"bm":0},{"ddd":0,"ind":21,"ty":4,"nm":"카드2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.669],"y":[0.998]},"o":{"x":[0.167],"y":[0.167]},"n":["0p669_0p998_0p167_0p167"],"t":3,"s":[8],"e":[-7]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[-7],"e":[-7]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_1_0p167_0p167"],"t":43,"s":[-7],"e":[8]},{"t":53}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":3,"s":[187.653,13.25,0],"e":[210.653,14.75,0],"to":[3.83333325386047,0.25,0],"ti":[-2.5,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":12,"s":[210.653,14.75,0],"e":[203.153,14.75,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":17,"s":[203.153,14.75,0],"e":[203.153,14.75,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":43,"s":[203.153,14.75,0],"e":[187.653,13.25,0],"to":[0,0,0],"ti":[2.58333325386047,0.25,0]},{"t":52}],"ix":2},"a":{"a":0,"k":[112.903,29.25,0],"ix":1},"s":{"a":0,"k":[87.522,87.522,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"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":[[2.306,-2.568],[-0.003,3.451],[-2.305,2.568],[0.003,-3.451]],"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":40,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[96.629,100.97],"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":"Group 9","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[2.306,-2.567],[-0.004,3.452],[-2.305,2.568],[0.003,-3.451]],"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":40,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[93.397,109.396],"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":"Group 10","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"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":[[3.46,-5.577],[-1.157,6.461],[-3.46,5.577],[1.157,-6.46]],"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":40,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[94.773,116.138],"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":"Group 11","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"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":[[2.306,-2.568],[-0.003,3.451],[-2.305,2.568],[0.003,-3.451]],"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":40,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[90.165,117.823],"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":"Group 12","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.786,-2.055],[0,0],[2.055,0.785],[0,0],[-0.786,2.055],[0,0],[-2.054,-0.787],[0,0]],"o":[[0,0],[-0.786,2.056],[0,0],[-2.055,-0.786],[0,0],[0.786,-2.055],[0,0],[2.055,0.786]],"v":[[28.211,-18.23],[8.839,32.404],[3.674,34.713],[-25.904,23.396],[-28.21,18.232],[-8.839,-32.404],[-3.674,-34.71],[25.904,-23.395]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.444000004787,0,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[88.234,93.278],"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":"Group 13","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[88.234,93.278],"ix":2},"a":{"a":0,"k":[88.234,93.278],"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":"카드2","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":0,"bm":0},{"ddd":0,"ind":22,"ty":4,"nm":"카드3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.669],"y":[0.999]},"o":{"x":[0.167],"y":[0.167]},"n":["0p669_0p999_0p167_0p167"],"t":3,"s":[18],"e":[-7]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[-7],"e":[-7]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_1_0p167_0p167"],"t":43,"s":[-7],"e":[18]},{"t":53}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":3,"s":[190.653,14.25,0],"e":[210.653,14.75,0],"to":[3.33333325386047,0.08333333581686,0],"ti":[-2.5,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":13,"s":[210.653,14.75,0],"e":[203.153,14.75,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":17,"s":[203.153,14.75,0],"e":[203.153,14.75,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":43,"s":[203.153,14.75,0],"e":[190.653,14.25,0],"to":[0,0,0],"ti":[2.08333325386047,0.08333333581686,0]},{"t":52}],"ix":2},"a":{"a":0,"k":[112.903,29.25,0],"ix":1},"s":{"a":0,"k":[87.522,87.522,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-0.985,0.4],[-0.803,1.519],[-1.713,1.668],[-2.231,-1.52],[-1.322,-1.668],[-1.141,-0.561],[2.075,-1.083],[2.231,-0.122]],"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":50,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[107.143,86.412],"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":"Group 14","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-1.777,2.096],[-1.944,1.068],[0.279,-0.889],[-2.197,-0.486],[-2.349,-1.426],[1.777,-2.096],[1.932,-1.141],[-0.398,0.904],[2.195,0.482],[2.349,1.425]],"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":50,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[107.886,90.16],"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":"Group 15","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"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":[[-1.982,0.833],[-2.144,-0.162],[1.982,-0.833],[2.144,0.162]],"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":50,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[108.374,93.164],"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":"Group 16","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.026,0.162],[0.083,0.129],[0.122,0.082],[0.146,0.035],[0.158,-0.026],[0.131,-0.078],[0.089,-0.12],[0.038,-0.147],[-0.025,-0.157],[-0.082,-0.127],[-0.121,-0.081],[-0.147,-0.034],[-0.158,0.026],[-0.128,0.077],[-0.09,0.116],[-0.039,0.146]],"o":[[-0.026,-0.162],[-0.082,-0.126],[-0.121,-0.083],[-0.147,-0.033],[-0.159,0.026],[-0.13,0.08],[-0.09,0.118],[-0.038,0.148],[0.026,0.158],[0.083,0.129],[0.121,0.08],[0.15,0.034],[0.158,-0.026],[0.13,-0.077],[0.089,-0.118],[0.038,-0.146]],"v":[[1.147,-0.184],[0.984,-0.62],[0.677,-0.934],[0.275,-1.109],[-0.182,-1.122],[-0.617,-0.965],[-0.945,-0.667],[-1.135,-0.269],[-1.154,0.19],[-0.992,0.619],[-0.684,0.933],[-0.281,1.105],[0.181,1.116],[0.611,0.963],[0.939,0.672],[1.13,0.278]],"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.049,-0.298],[0.07,-0.273],[0.16,-0.22],[0.24,-0.15],[0.294,-0.048],[0.273,0.068],[0.222,0.159],[0.153,0.238],[0.048,0.294],[-0.07,0.273],[-0.16,0.223],[-0.238,0.15],[-0.294,0.048],[-0.275,-0.068],[-0.22,-0.16],[-0.152,-0.238]],"o":[[0.048,0.294],[-0.069,0.276],[-0.16,0.221],[-0.24,0.152],[-0.294,0.048],[-0.275,-0.068],[-0.223,-0.158],[-0.152,-0.238],[-0.047,-0.294],[0.069,-0.276],[0.161,-0.224],[0.239,-0.151],[0.294,-0.047],[0.276,0.067],[0.222,0.16],[0.152,0.238]],"v":[[2.12,-0.342],[2.087,0.51],[1.743,1.254],[1.144,1.813],[0.343,2.111],[-0.508,2.082],[-1.255,1.742],[-1.82,1.146],[-2.12,0.347],[-2.087,-0.504],[-1.742,-1.251],[-1.143,-1.812],[-0.344,-2.111],[0.511,-2.081],[1.256,-1.742],[1.818,-1.146]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":50,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[108.904,96.422],"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":"Group 17","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0.136,0.103],[0.193,-0.032],[0.1,-0.142],[-0.03,-0.184]],"o":[[0,0],[0,0],[-0.03,-0.184],[-0.136,-0.104],[-0.192,0.031],[-0.099,0.141],[0,0]],"v":[[-1.178,0.629],[0.105,0.421],[0.006,-0.189],[-0.244,-0.621],[-0.738,-0.729],[-1.174,-0.47],[-1.277,0.019]],"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],[-0.049,0.208],[-0.117,0.162],[-0.175,0.105],[-0.211,0.034],[-0.201,-0.044],[-0.165,-0.114],[-0.117,-0.184],[-0.04,-0.245],[0,0],[0,0],[0,0]],"o":[[0,0],[-0.039,-0.241],[0.049,-0.209],[0.117,-0.162],[0.174,-0.106],[0.208,-0.035],[0.2,0.045],[0.163,0.115],[0.118,0.183],[0,0],[0,0],[0,0],[0,0]],"v":[[-1.909,1.764],[-2.178,0.113],[-2.163,-0.561],[-1.914,-1.118],[-1.478,-1.52],[-0.901,-1.729],[-0.288,-1.714],[0.259,-1.475],[0.679,-1.027],[0.915,-0.384],[1.021,0.272],[2.055,0.104],[2.217,1.093]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":50,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[109.712,100.908],"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":"Group 18","np":3,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0.082,0.135],[0.121,0.087],[0.147,0.032],[0.158,-0.026],[0.131,-0.075],[0.087,-0.118],[0.033,-0.158],[-0.032,-0.191]],"o":[[0,0],[0,0],[-0.029,-0.181],[-0.082,-0.136],[-0.12,-0.087],[-0.148,-0.032],[-0.161,0.026],[-0.131,0.076],[-0.087,0.12],[-0.036,0.159],[0,0]],"v":[[-1.163,0.865],[1.128,0.492],[1.053,0.04],[0.887,-0.435],[0.583,-0.769],[0.18,-0.947],[-0.281,-0.956],[-0.72,-0.803],[-1.047,-0.512],[-1.228,-0.096],[-1.233,0.429]],"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],[-0.062,0.28],[-0.154,0.218],[-0.234,0.143],[-0.294,0.047],[-0.27,-0.068],[-0.214,-0.158],[-0.147,-0.244],[-0.05,-0.304],[0,0]],"o":[[0,0],[-0.052,-0.32],[0.063,-0.283],[0.154,-0.219],[0.233,-0.146],[0.294,-0.047],[0.27,0.065],[0.213,0.159],[0.148,0.245],[0,0],[0,0]],"v":[[-1.918,1.997],[-2.156,0.534],[-2.141,-0.368],[-1.814,-1.118],[-1.234,-1.661],[-0.442,-1.95],[0.404,-1.922],[1.13,-1.585],[1.671,-0.98],[1.967,-0.156],[2.208,1.326]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":50,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[110.637,106.315],"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":"Group 19","np":3,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0.123,0.083],[0.154,-0.025],[0.079,-0.117],[-0.034,-0.207]],"o":[[0,0],[0,0],[-0.034,-0.21],[-0.124,-0.082],[-0.17,0.027],[-0.08,0.117],[0,0]],"v":[[-1.161,0.918],[-0.064,0.74],[-0.182,0.023],[-0.418,-0.418],[-0.836,-0.504],[-1.209,-0.286],[-1.277,0.201]],"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],[-0.044,0.205],[-0.105,0.154],[-0.16,0.095],[-0.196,0.031],[-0.232,-0.084],[-0.154,-0.187],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[-0.041,-0.249],[0.043,-0.205],[0.108,-0.153],[0.162,-0.096],[0.263,-0.043],[0.233,0.085],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-1.899,2.048],[-2.187,0.273],[-2.182,-0.406],[-1.957,-0.942],[-1.557,-1.314],[-1.021,-1.505],[-0.278,-1.444],[0.302,-1.036],[1.669,-2.048],[1.846,-0.962],[0.702,-0.179],[0.829,0.595],[2.068,0.394],[2.227,1.377]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":50,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[111.26,110.209],"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":"Group 20","np":3,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[0.543,0.727],[0.385,-0.247],[-0.922,0.465]],"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-2.109,1.146],[-2.265,0.197],[1.614,-2.001],[1.775,-1.001],[1.195,-0.685],[1.451,0.891],[2.103,1.006],[2.264,2.001]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":50,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[111.949,114.05],"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":"Group 21","np":3,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.035,-0.218],[0.069,-0.278],[0.161,-0.216],[0.242,-0.145],[0.294,-0.047],[0.276,0.063],[0.221,0.158],[0.149,0.24],[0.05,0.306],[-0.019,0.19],[-0.062,0.173],[-0.105,0.148],[-0.136,0.115],[0,0],[0.082,-0.181],[-0.037,-0.225],[-0.082,-0.126],[-0.119,-0.081],[-0.151,-0.032],[-0.159,0.027],[-0.129,0.075],[-0.087,0.115],[-0.038,0.144],[0.028,0.166],[0.153,0.145],[0.21,0.056],[0,0],[-0.164,-0.105],[-0.13,-0.143],[-0.087,-0.186]],"o":[[0.051,0.317],[-0.069,0.278],[-0.159,0.215],[-0.241,0.143],[-0.302,0.05],[-0.275,-0.064],[-0.22,-0.158],[-0.15,-0.242],[-0.032,-0.199],[0.02,-0.189],[0.064,-0.172],[0.107,-0.149],[0,0],[-0.169,0.124],[-0.08,0.18],[0.027,0.166],[0.082,0.125],[0.119,0.081],[0.15,0.032],[0.158,-0.025],[0.13,-0.074],[0.088,-0.116],[0.039,-0.143],[-0.04,-0.248],[-0.153,-0.145],[0,0],[0.183,0.06],[0.164,0.105],[0.129,0.143],[0.089,0.184]],"v":[[2.122,-0.387],[2.096,0.505],[1.752,1.246],[1.149,1.785],[0.347,2.071],[-0.519,2.05],[-1.263,1.718],[-1.818,1.122],[-2.117,0.301],[-2.136,-0.281],[-2.013,-0.823],[-1.761,-1.304],[-1.398,-1.699],[-0.709,-0.924],[-1.085,-0.468],[-1.151,0.138],[-0.987,0.577],[-0.685,0.887],[-0.28,1.057],[0.183,1.065],[0.613,0.914],[0.938,0.63],[1.128,0.241],[1.145,-0.223],[0.855,-0.813],[0.31,-1.114],[0.648,-2.103],[1.17,-1.856],[1.61,-1.484],[1.936,-0.991]],"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":50,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[112.482,118.492],"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":"Group 22","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.354,-2.171],[0,0],[2.171,-0.353],[0,0],[0.353,2.172],[0,0],[-2.172,0.354],[0,0]],"o":[[0,0],[0.354,2.172],[0,0],[-2.172,0.354],[0,0],[-0.353,-2.172],[0,0],[2.171,-0.353]],"v":[[15.224,-29.941],[23.928,23.571],[20.622,28.162],[-10.634,33.246],[-15.225,29.94],[-23.929,-23.572],[-20.623,-28.162],[10.634,-33.247]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.345999983245,0.493000015558,0.551999978458,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[96.533,97.276],"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":"Group 23","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[96.533,97.276],"ix":2},"a":{"a":0,"k":[96.533,97.276],"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":"카드3","np":10,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":0,"bm":0},{"ddd":0,"ind":23,"ty":4,"nm":"카드4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.669],"y":[0.999]},"o":{"x":[0.167],"y":[0.167]},"n":["0p669_0p999_0p167_0p167"],"t":3,"s":[21],"e":[-7]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[-7],"e":[-7]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_1_0p167_0p167"],"t":43,"s":[-7],"e":[21]},{"t":53}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":3,"s":[190.653,14.75,0],"e":[210.153,14.75,0],"to":[3.25,0,0],"ti":[-2.5,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":14,"s":[210.153,14.75,0],"e":[203.153,14.75,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":17,"s":[203.153,14.75,0],"e":[203.153,14.75,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":43,"s":[203.153,14.75,0],"e":[190.653,14.75,0],"to":[0,0,0],"ti":[2.08333325386047,0,0]},{"t":52}],"ix":2},"a":{"a":0,"k":[112.903,29.25,0],"ix":1},"s":{"a":0,"k":[87.522,87.522,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-0.603,0.738],[0.202,2.046],[-0.861,2.699],[-3.155,-1.025],[-2.091,-1.678],[-1.294,-0.385],[2.463,-2.7],[3.155,-1.577]],"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":50,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[117.411,88.671],"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":"Group 24","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-1.144,3.541],[-1.883,2.339],[-0.11,-1.258],[-3.003,0.523],[-3.677,-0.572],[1.144,-3.541],[1.831,-2.425],[-0.035,1.335],[2.998,-0.531],[3.677,0.572]],"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":50,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[120.698,92.707],"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":"Group 25","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"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":[[-2.052,2.065],[-2.768,0.903],[2.053,-2.065],[2.768,-0.903]],"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":50,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[122.858,96.215],"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":"Group 26","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.733,-0.451],[-0.46,-0.748],[-0.739,0.455],[0.464,0.752]],"o":[[-0.739,0.454],[0.459,0.746],[0.734,-0.451],[-0.468,-0.759]],"v":[[-0.81,-1.308],[-1.347,0.837],[0.801,1.307],[1.34,-0.821]],"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":[[1.373,-0.845],[0.846,1.373],[-1.367,0.841],[-0.853,-1.388]],"o":[[-1.367,0.842],[-0.847,-1.374],[1.374,-0.847],[0.847,1.374]],"v":[[1.517,2.468],[-2.476,1.531],[-1.521,-2.464],[2.476,-1.52]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":50,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[125.204,100.017],"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":"Group 27","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0.442,-0.274],[-0.264,-0.43]],"o":[[0,0],[0,0],[-0.264,-0.429],[-0.444,0.273],[0,0]],"v":[[-1.137,0.948],[0.362,0.025],[-0.077,-0.687],[-1.286,-0.98],[-1.576,0.236]],"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],[-0.984,0.605],[-0.703,-1.141],[0,0],[0,0],[0,0]],"o":[[0,0],[-0.695,-1.129],[0.97,-0.598],[0,0],[0,0],[0,0],[0,0]],"v":[[-1.468,2.747],[-2.656,0.818],[-2.006,-2.149],[0.96,-1.4],[1.431,-0.633],[2.64,-1.377],[3.352,-0.222]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":50,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[128.515,105.665],"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":"Group 28","np":3,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.153,-1.873],[0,0],[1.873,-1.155],[0,0],[1.155,1.873],[0,0],[-1.873,1.154],[0,0]],"o":[[0,0],[1.154,1.873],[0,0],[-1.873,1.154],[0,0],[-1.154,-1.873],[0,0],[1.873,-1.154]],"v":[[2.671,-33.482],[31.104,12.679],[29.796,18.183],[2.833,34.79],[-2.672,33.482],[-31.104,-12.679],[-29.796,-18.182],[-2.833,-34.79]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.725,0.676000019148,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[105.864,91.745],"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":"Group 29","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[105.864,91.745],"ix":2},"a":{"a":0,"k":[105.864,91.745],"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":"카드4","np":6,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":0,"bm":0},{"ddd":0,"ind":24,"ty":4,"nm":"손중","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.669],"y":[0.998]},"o":{"x":[0.167],"y":[0.167]},"n":["0p669_0p998_0p167_0p167"],"t":3,"s":[8],"e":[-7]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[-7],"e":[-7]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_1_0p167_0p167"],"t":43,"s":[-7],"e":[8]},{"t":53}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":3,"s":[191.653,14.75,0],"e":[206.653,14.75,0],"to":[2.5,0,0],"ti":[-2.5,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":11,"s":[206.653,14.75,0],"e":[203.153,14.75,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":17,"s":[203.153,14.75,0],"e":[203.153,14.75,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":43,"s":[203.153,14.75,0],"e":[191.653,14.75,0],"to":[0,0,0],"ti":[1.91666662693024,0,0]},{"t":52}],"ix":2},"a":{"a":0,"k":[112.903,29.25,0],"ix":1},"s":{"a":0,"k":[87.522,87.522,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-4.704,6.383],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[2.946,-3.997],[0,0],[0,0],[0,0],[0,0]],"v":[[-4.522,19.669],[-7.966,-7.902],[-0.039,-18.141],[12.67,-19.669],[12.61,-4.811],[7.785,7.521]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.804000016755,0.847999961703,0.864999988032,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[94.591,56.556],"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":"손중","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-2.645,3.161],[3.4,3.063],[0,0],[0,0],[0,0]],"o":[[0,0],[2.643,-3.161],[-3.398,-3.064],[0,0],[0,0],[0,0]],"v":[[-2.861,7.378],[3.434,3.812],[6.035,-4.314],[-2.833,-0.399],[-7.98,0.3],[-9.435,5.559]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.747000002394,0.776000019148,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[110.975,67.918],"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":"Group 31","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-2.3,3.419],[3.7,2.693],[0,0],[0,0],[0,0]],"o":[[0,0],[2.299,-3.42],[-3.699,-2.692],[0,0],[0,0],[0,0]],"v":[[-2.3,7.624],[3.589,3.422],[5.329,-4.933],[-3.083,-0.113],[-8.128,1.12],[-9.029,6.502]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.447000002394,0.566999966491,0.617999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[113.252,60.997],"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":"Group 32","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-2.3,3.419],[3.699,2.693],[0,0],[0,0],[0,0]],"o":[[0,0],[2.299,-3.42],[-3.7,-2.692],[0,0],[0,0],[0,0]],"v":[[-2.3,7.624],[3.589,3.422],[5.329,-4.933],[-3.082,-0.113],[-8.129,1.12],[-9.028,6.502]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.301999978458,0.433999992819,0.483999992819,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[110.787,55.053],"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":"Group 33","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[110.913,62.417],"ix":2},"a":{"a":0,"k":[110.913,62.417],"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":"손뒤","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":0,"bm":0},{"ddd":0,"ind":25,"ty":4,"nm":"손뒤","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.669],"y":[0.998]},"o":{"x":[0.167],"y":[0.167]},"n":["0p669_0p998_0p167_0p167"],"t":3,"s":[8],"e":[-7]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[-7],"e":[-7]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_1_0p167_0p167"],"t":43,"s":[-7],"e":[8]},{"t":53}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":3,"s":[191.653,14.75,0],"e":[206.653,14.75,0],"to":[2.5,0,0],"ti":[-2.5,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":13,"s":[206.653,14.75,0],"e":[203.153,14.75,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":17,"s":[203.153,14.75,0],"e":[203.153,14.75,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":43,"s":[203.153,14.75,0],"e":[191.653,14.75,0],"to":[0,0,0],"ti":[1.91666662693024,0,0]},{"t":52}],"ix":2},"a":{"a":0,"k":[112.903,29.25,0],"ix":1},"s":{"a":0,"k":[87.522,87.522,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-2.645,3.161],[3.4,3.063],[0,0],[0,0],[0,0]],"o":[[0,0],[2.643,-3.161],[-3.398,-3.064],[0,0],[0,0],[0,0]],"v":[[-2.861,7.378],[3.434,3.812],[6.035,-4.314],[-2.833,-0.399],[-7.98,0.3],[-9.435,5.559]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.677999997606,0.747000002394,0.776000019148,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[110.975,67.918],"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":"Group 31","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-2.3,3.419],[3.7,2.693],[0,0],[0,0],[0,0]],"o":[[0,0],[2.299,-3.42],[-3.699,-2.692],[0,0],[0,0],[0,0]],"v":[[-2.3,7.624],[3.589,3.422],[5.329,-4.933],[-3.083,-0.113],[-8.128,1.12],[-9.029,6.502]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.447000002394,0.566999966491,0.617999985639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[113.252,60.997],"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":"Group 32","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-2.3,3.419],[3.699,2.693],[0,0],[0,0],[0,0]],"o":[[0,0],[2.299,-3.42],[-3.7,-2.692],[0,0],[0,0],[0,0]],"v":[[-2.3,7.624],[3.589,3.422],[5.329,-4.933],[-3.082,-0.113],[-8.129,1.12],[-9.028,6.502]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.301999978458,0.433999992819,0.483999992819,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[110.787,55.053],"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":"Group 33","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[110.913,62.417],"ix":2},"a":{"a":0,"k":[110.913,62.417],"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":"손뒤","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/poo_loader.json b/ohos/flutter_lottie/assets/lottiefiles/poo_loader.json new file mode 100644 index 0000000000000000000000000000000000000000..988ae4d4427df8074649de17a15938d50da68dbb --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/poo_loader.json @@ -0,0 +1 @@ +{"v":"4.12.0","fr":29.9700012207031,"ip":0,"op":240.0000097754,"w":450,"h":600,"nm":"poo flick","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"loading Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":190,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":196,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":200,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":202,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":209,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":213,"s":[100],"e":[96]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":218,"s":[96],"e":[1]},{"t":221.000009001515}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[234,276.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-91.847,-77.091],[-95.822,-77.091],[-95.822,-42.591],[-91.847,-42.591]],"c":true},"ix":2},"nm":"l","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.482352941176,0.291325587852,0.043506341822,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"l","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-7.21,0],[0,8.288],[7.345,0],[0,-7.682]],"o":[[7.345,0],[0,-8.221],[-7.21,0],[0,7.951]],"v":[[-73.507,-42.052],[-61.782,-55.528],[-73.507,-68.802],[-85.097,-55.528]],"c":true},"ix":2},"nm":"o","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[4.852,0],[0,5.525],[-4.649,0],[0,-6.132]],"o":[[-4.919,0],[0,-5.593],[4.852,0],[0,6.199]],"v":[[-73.507,-45.69],[-80.986,-55.528],[-73.507,-65.231],[-66.095,-55.528]],"c":true},"ix":2},"nm":"o","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.482352941176,0.291325587852,0.043506341822,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"o","np":5,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[5.188,0],[1.752,-4.717],[0,0],[-2.291,0],[0,-5.728],[0,0],[0,0],[0,-7.21],[-5.593,0],[-1.213,1.819],[0,0]],"o":[[0,0],[0,0],[0,-7.345],[-3.773,0],[0,0],[1.55,-3.437],[3.302,0],[0,0],[0,0],[-8.827,0.202],[0,4.582],[3.437,0],[0,0],[0,0]],"v":[[-40.224,-42.591],[-36.249,-42.591],[-36.249,-58.56],[-46.289,-68.802],[-56.598,-62.469],[-52.959,-61.053],[-46.356,-65.299],[-40.224,-58.223],[-40.224,-57.752],[-42.313,-57.684],[-56.935,-49.396],[-47.636,-41.984],[-40.426,-45.825],[-40.224,-45.825]],"c":true},"ix":2},"nm":"a","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[4.11,0],[0,2.695],[-4.245,0.202]],"o":[[0,0],[0,2.291],[-3.976,0],[0,-4.38],[0,0]],"v":[[-40.224,-54.383],[-40.224,-51.552],[-47.097,-45.555],[-52.959,-49.935],[-42.313,-54.315]],"c":true},"ix":2},"nm":"a","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.482352941176,0.291325587852,0.043506341822,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"a","np":5,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[3.925,0],[0,-7.682],[-5.862,0],[-1.6,2.881]],"o":[[0,0],[0,0],[0,0],[0,0],[-1.6,-2.864],[-5.997,0],[0,7.749],[4.043,0],[0,0]],"v":[[-13.174,-42.591],[-9.536,-42.591],[-9.536,-77.091],[-13.511,-77.091],[-13.511,-64.001],[-21.53,-68.802],[-31.637,-55.595],[-21.597,-42.119],[-13.427,-46.92]],"c":true},"ix":2},"nm":"d","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,5.323],[-4.919,0],[-0.337,-2.493],[0.337,-1.482],[3.976,0]],"o":[[0,-4.919],[4.043,0],[0.337,1.617],[-0.472,2.493],[-4.447,0]],"v":[[-27.527,-55.595],[-20.317,-64.962],[-13.983,-58.156],[-13.983,-52.496],[-20.586,-45.69]],"c":true},"ix":2},"nm":"d","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.482352941176,0.291325587852,0.043506341822,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"d","np":5,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-1.348],[-1.752,0],[0,1.482],[1.752,0]],"o":[[0,1.482],[1.752,0],[0,-1.348],[-1.752,0]],"v":[[-2.404,-74.934],[0.426,-72.239],[3.256,-74.934],[0.426,-77.63]],"c":true},"ix":2},"nm":"i","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[2.38,-68.466],[-1.595,-68.466],[-1.595,-42.591],[2.38,-42.591]],"c":true},"ix":2},"nm":"i","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.482352941176,0.291325587852,0.043506341822,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"i","np":5,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-2.965,0],[0,-3.773],[0,0],[0,0],[0,0],[4.852,0],[1.213,-2.628],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,-4.852],[3.302,0],[0,0],[0,0],[0,0],[0,-6.604],[-3.908,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[14.521,-57.886],[21.192,-64.962],[26.852,-58.762],[26.852,-42.591],[30.827,-42.591],[30.827,-59.032],[22.472,-68.802],[14.79,-64.086],[14.521,-64.086],[14.521,-68.466],[10.545,-68.466],[10.545,-42.591],[14.521,-42.591]],"c":true},"ix":2},"nm":"n","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.482352941176,0.291325587852,0.043506341822,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"n","np":3,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,5.795],[0,0],[0,0],[0,0],[3.706,0],[0,-7.614],[0,0],[-5.862,0],[-1.6,2.291],[0,0],[4.312,0],[0.943,1.078],[0,0],[-5.391,0]],"o":[[0,0],[0,0],[0,0],[-1.6,-2.594],[-5.997,0],[0,0],[0,7.277],[3.757,0],[0,0],[-0.067,4.515],[-4.312,0],[0,0],[1.617,2.291],[6.267,0]],"v":[[58.509,-42.052],[58.509,-68.331],[54.534,-68.331],[54.534,-64.473],[46.785,-68.802],[36.677,-55.73],[36.677,-55.259],[46.717,-42.995],[54.534,-46.701],[54.534,-42.927],[47.189,-36.459],[40.181,-39.895],[37.216,-37.537],[47.189,-32.887]],"c":true},"ix":2},"nm":"g","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[-4.919,0],[-0.337,-2.493],[0.337,-1.482],[3.976,0],[0,4.852]],"o":[[0,-4.852],[4.043,0],[0.337,1.617],[-0.472,2.493],[-4.447,0],[0,0]],"v":[[40.788,-55.73],[47.998,-64.962],[54.332,-58.156],[54.332,-52.496],[47.728,-46.566],[40.788,-55.259]],"c":true},"ix":2},"nm":"g","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.482352941176,0.291325587852,0.043506341822,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"g","np":5,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"thumb2 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9,"s":[31],"e":[62]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":19,"s":[62],"e":[31]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":25,"s":[31],"e":[64]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":34,"s":[64],"e":[31]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[31],"e":[64]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":47,"s":[64],"e":[31]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[31],"e":[64]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":61,"s":[64],"e":[28]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":67,"s":[28],"e":[61]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":74,"s":[61],"e":[32]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":80,"s":[32],"e":[61]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":87,"s":[61],"e":[28]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":94,"s":[28],"e":[64]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[64],"e":[27]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":106,"s":[27],"e":[58]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":111,"s":[58],"e":[35]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":118,"s":[35],"e":[55]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":124,"s":[55],"e":[31]},{"t":205.000008349821}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":124,"s":[241.596,354.894,0],"e":[299.043,353.617,0],"to":[9.57446765899658,-0.21276600658894,0],"ti":[-9.57446765899658,0.21260261535645,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":130,"s":[299.043,353.617,0],"e":[299.043,353.618,0],"to":[9.57446765899658,-0.21260261535645,0],"ti":[3.33333325386047,-0.50016337633133,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":139,"s":[299.043,353.618,0],"e":[279.043,356.618,0],"to":[-3.33333325386047,0.50016337633133,0],"ti":[-2.66666674613953,0.83333331346512,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":145,"s":[279.043,356.618,0],"e":[243.043,358.916,0],"to":[13.9383182525635,-4.3557243347168,0],"ti":[-12.7384061813354,0.49588280916214,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":179,"s":[243.043,358.916,0],"e":[283.043,358.618,0],"to":[3.73798727989197,-0.1455129981041,0],"ti":[-1.51246178150177,0.03781154379249,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":187,"s":[283.043,358.618,0],"e":[241.6,354.9,0],"to":[6.66666650772095,-0.16666667163372,0],"ti":[6.90709257125854,0,0]},{"t":205.000008349821}],"ix":2},"a":{"a":0,"k":[246.719,359.729,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[9.82,-1.547],[-1.514,-12],[3.082,16.569]],"o":[[0,0],[1.391,11.019],[-1.606,-8.638]],"v":[[-3.284,-28.236],[-22.284,18.764],[20.716,-14.236]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.941000007181,0.929000016755,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[195.849,424.113],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[12.702,1.169],[10.474,-24.276],[-6.861,-4.1],[-0.692,44.435]],"o":[[-17.485,-1.609],[-10.63,24.636],[32,19.128],[0.288,-18.527]],"v":[[19.564,-62.504],[-24.714,-2.015],[-36.714,44.985],[43.286,-21.015]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.866999966491,0.830999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[212.714,405.015],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"thumb Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[0],"e":[1.5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":13,"s":[1.5],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[0],"e":[1.5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":28,"s":[1.5],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[0],"e":[1.5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":41,"s":[1.5],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":48,"s":[0],"e":[1.5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":55,"s":[1.5],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":63,"s":[0],"e":[1.5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":67,"s":[1.5],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":74,"s":[0],"e":[1.3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":80,"s":[1.3],"e":[1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":87,"s":[1],"e":[-1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":94,"s":[-1],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[3],"e":[-1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":106,"s":[-1],"e":[2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":111,"s":[2],"e":[-1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":118,"s":[-1],"e":[2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":124,"s":[2],"e":[13]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":127,"s":[13],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":146,"s":[4],"e":[0]},{"t":206.000008390552}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[348.681,388.574,0],"e":[348.681,387.574,0],"to":[0,-0.16666667163372,0],"ti":[-6.80850982666016,1.06383001804352,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":124,"s":[348.681,387.574,0],"e":[378.043,408,0],"to":[3.40381717681885,-0.5318466424942,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":130,"s":[378.043,408,0],"e":[378.043,409,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":138,"s":[378.043,409,0],"e":[356.378,407,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":145,"s":[356.378,407,0],"e":[367.889,405,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":179,"s":[367.889,405,0],"e":[374.043,404,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":187,"s":[374.043,404,0],"e":[348.7,388.6,0],"to":[0,0,0],"ti":[0,0,0]},{"t":206.000008390552}],"ix":2},"a":{"a":0,"k":[337.67,411.312,0],"ix":1},"s":{"a":0,"k":[103.409,99.323,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.875,6.125],[7.308,6.046],[41.162,16.708],[1.316,0.001],[-27.904,0],[-47.28,-30.234],[-2.771,0.928],[-1.265,6.546],[-0.41,4.783],[-0.371,10.547]],"o":[[0,0],[-17.546,-14.51],[-1.51,-0.613],[-36.115,-0.009],[10.529,0],[0.919,0.588],[1.677,-0.563],[1.357,-7.018],[0.999,-11.627],[0.094,-2.726]],"v":[[74.699,-10.002],[65.676,-25.471],[-23.794,-50.472],[-27.713,-52.098],[-48.67,7.676],[58.859,47.998],[65.833,51.178],[70.019,41.998],[71.521,26.555],[76.341,4.007]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.866999966491,0.830999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[266.141,394.002],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 23","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":125,"s":[0],"e":[96]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":127,"s":[96],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":138,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":140,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":143,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":145,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":148,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":150,"s":[0],"e":[0]},{"t":153.000006231818}],"ix":11},"r":{"a":0,"k":-160,"ix":10},"p":{"a":0,"k":[332.75,122,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[86,86,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[18,11],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.03529400171,0.002491000119,0.002491000119,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.001,-137.25],"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":"Ellipse 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[30.251,22.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.03529400171,0.002491000119,0.002491000119,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.98486735026,0.96862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.625,-137.5],"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":"Ellipse 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 14","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":125,"s":[0],"e":[96]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":127,"s":[96],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":138,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":140,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":143,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":145,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":148,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":150,"s":[0],"e":[0]},{"t":153.000006231818}],"ix":11},"r":{"a":0,"k":-160,"ix":10},"p":{"a":0,"k":[322.25,150.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[86,86,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[18,11],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.03529400171,0.002491000119,0.002491000119,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.001,-137.25],"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":"Ellipse 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[30.251,22.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.03529400171,0.002491000119,0.002491000119,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.98486735026,0.96862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.625,-137.5],"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":"Ellipse 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 24","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":125,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":126,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":132,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":133,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":139,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":140,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":145,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":146,"s":[0],"e":[0]},{"t":150.000006109625}],"ix":11},"r":{"a":0,"k":-130,"ix":10},"p":{"a":0,"k":[248.25,180,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[86,85.181,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[18,11],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.03529400171,0.002491000119,0.002491000119,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.001,-137.25],"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":"Ellipse 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[30.251,22.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.03529400171,0.002491000119,0.002491000119,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.98486735026,0.96862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.625,-137.5],"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":"Ellipse 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 22","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":125,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":126,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":132,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":133,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":139,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":140,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":145,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":146,"s":[0],"e":[0]},{"t":150.000006109625}],"ix":11},"r":{"a":0,"k":-130,"ix":10},"p":{"a":0,"k":[275.25,162.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[86,85.181,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[18,11],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.03529400171,0.002491000119,0.002491000119,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.001,-137.25],"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":"Ellipse 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[30.251,22.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.03529400171,0.002491000119,0.002491000119,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.98486735026,0.96862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.625,-137.5],"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":"Ellipse 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 25","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":128,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":129,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":133,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":134,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":138,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":139,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":143,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":144,"s":[0],"e":[0]},{"t":147.000005987433}],"ix":11},"r":{"a":0,"k":39,"ix":10},"p":{"a":0,"k":[174.25,402.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[86,86,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[18,11],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.03529400171,0.002491000119,0.002491000119,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.001,-137.25],"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":"Ellipse 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[30.251,22.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.03529400171,0.002491000119,0.002491000119,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.98486735026,0.96862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.625,-137.5],"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":"Ellipse 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Shape Layer 17","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":128,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":129,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":133,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":134,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":138,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":139,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":143,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":144,"s":[0],"e":[0]},{"t":147.000005987433}],"ix":11},"r":{"a":0,"k":39,"ix":10},"p":{"a":0,"k":[150.75,420.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[86,86,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[18,11],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.03529400171,0.002491000119,0.002491000119,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.001,-137.25],"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":"Ellipse 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[30.251,22.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.03529400171,0.002491000119,0.002491000119,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.98486735026,0.96862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.625,-137.5],"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":"Ellipse 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Shape Layer 26","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":126,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":127,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":134,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":135,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":141,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":142,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":146,"s":[100],"e":[0]},{"t":148.000006028164}],"ix":11},"r":{"a":0,"k":-80,"ix":10},"p":{"a":0,"k":[255.25,336,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[86,86,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[18,11],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.03529400171,0.002491000119,0.002491000119,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.001,-137.25],"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":"Ellipse 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[30.251,22.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.03529400171,0.002491000119,0.002491000119,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.98486735026,0.96862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.625,-137.5],"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":"Ellipse 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Shape Layer 15","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":126,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":127,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":134,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":135,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":141,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":142,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":146,"s":[100],"e":[0]},{"t":148.000006028164}],"ix":11},"r":{"a":0,"k":-80,"ix":10},"p":{"a":0,"k":[286.75,338.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[86,86,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[18,11],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.03529400171,0.002491000119,0.002491000119,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.001,-137.25],"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":"Ellipse 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[30.251,22.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.03529400171,0.002491000119,0.002491000119,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.98486735026,0.96862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.625,-137.5],"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":"Ellipse 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Shape Layer 27","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":130,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":131,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":135,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":136,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":142,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":143,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":147,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":148,"s":[0],"e":[0]},{"t":152.000006191087}],"ix":11},"r":{"a":0,"k":-97,"ix":10},"p":{"a":0,"k":[380.5,93.25,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[86,86,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[18,11],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.03529400171,0.002491000119,0.002491000119,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.001,-137.25],"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":"Ellipse 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[30.251,22.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.03529400171,0.002491000119,0.002491000119,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.98486735026,0.96862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.625,-137.5],"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":"Ellipse 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Shape Layer 11","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":130,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":131,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":135,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":136,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":142,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":143,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":147,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":148,"s":[0],"e":[0]},{"t":152.000006191087}],"ix":11},"r":{"a":0,"k":-97,"ix":10},"p":{"a":0,"k":[410.5,93.25,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[86,86,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[18,11],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.03529400171,0.002491000119,0.002491000119,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.001,-137.25],"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":"Ellipse 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[30.251,22.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.03529400171,0.002491000119,0.002491000119,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.98486735026,0.96862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.625,-137.5],"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":"Ellipse 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"Shape Layer 28","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":127,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":128,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":133,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":134,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":140,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":141,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":149,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":150,"s":[0],"e":[0]},{"t":154.000006272549}],"ix":11},"r":{"a":0,"k":-83,"ix":10},"p":{"a":0,"k":[357.75,114.75,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[86,86,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[18,11],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.03529400171,0.002491000119,0.002491000119,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.001,-137.25],"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":"Ellipse 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[30.251,22.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.03529400171,0.002491000119,0.002491000119,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.98486735026,0.96862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.625,-137.5],"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":"Ellipse 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":15,"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]},"n":["0p833_0p833_0p167_0p167"],"t":127,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":128,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":133,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":134,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":140,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":141,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":149,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":150,"s":[0],"e":[0]},{"t":154.000006272549}],"ix":11},"r":{"a":0,"k":-83,"ix":10},"p":{"a":0,"k":[325.75,111.25,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[86,86,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[18,11],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.03529400171,0.002491000119,0.002491000119,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.001,-137.25],"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":"Ellipse 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[30.251,22.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.03529400171,0.002491000119,0.002491000119,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.98486735026,0.96862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.625,-137.5],"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":"Ellipse 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"Shape Layer 29","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":127,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":128,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":138,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":139,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":145,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":146,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":153,"s":[100],"e":[0]},{"t":155.000006313279}],"ix":11},"r":{"a":0,"k":-52,"ix":10},"p":{"a":0,"k":[236.5,156,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[86,86,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[18,11],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.03529400171,0.002491000119,0.002491000119,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.001,-137.25],"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":"Ellipse 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[30.251,22.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.03529400171,0.002491000119,0.002491000119,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.98486735026,0.96862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.625,-137.5],"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":"Ellipse 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"Shape Layer 7","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":127,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":128,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":138,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":139,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":145,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":146,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":153,"s":[100],"e":[0]},{"t":155.000006313279}],"ix":11},"r":{"a":0,"k":-52,"ix":10},"p":{"a":0,"k":[264,174,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[86,86,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[18,11],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.03529400171,0.002491000119,0.002491000119,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.001,-137.25],"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":"Ellipse 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[30.251,22.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.03529400171,0.002491000119,0.002491000119,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.98486735026,0.96862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.625,-137.5],"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":"Ellipse 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"Shape Layer 30","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":126,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":127,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":136,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":137,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":146,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":147,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":153,"s":[100],"e":[0]},{"t":155.000006313279}],"ix":11},"r":{"a":0,"k":-28,"ix":10},"p":{"a":0,"k":[197,254.25,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[86,86,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[18,11],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.03529400171,0.002491000119,0.002491000119,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.001,-137.25],"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":"Ellipse 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[30.251,22.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.03529400171,0.002491000119,0.002491000119,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.98486735026,0.96862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.625,-137.5],"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":"Ellipse 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":19,"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]},"n":["0p833_0p833_0p167_0p167"],"t":126,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":127,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":136,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":137,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":146,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":147,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":153,"s":[100],"e":[0]},{"t":155.000006313279}],"ix":11},"r":{"a":0,"k":-28,"ix":10},"p":{"a":0,"k":[206.5,284.75,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[86,86,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[18,11],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.03529400171,0.002491000119,0.002491000119,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.001,-137.25],"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":"Ellipse 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[30.251,22.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.03529400171,0.002491000119,0.002491000119,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.98486735026,0.96862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.625,-137.5],"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":"Ellipse 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":20,"ty":4,"nm":"Shape Layer 31","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":127,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":128,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":134,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":135,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":139,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":140,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":142,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":147,"s":[100],"e":[0]},{"t":148.000006028164}],"ix":11},"r":{"a":0,"k":18,"ix":10},"p":{"a":0,"k":[179.25,304.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[86,86,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[18,11],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.03529400171,0.002491000119,0.002491000119,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.001,-137.25],"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":"Ellipse 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[30.251,22.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.03529400171,0.002491000119,0.002491000119,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.98486735026,0.96862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.625,-137.5],"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":"Ellipse 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":21,"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]},"n":["0p833_0p833_0p167_0p167"],"t":127,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":128,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":134,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":135,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":139,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":140,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":142,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":147,"s":[100],"e":[0]},{"t":148.000006028164}],"ix":11},"r":{"a":0,"k":18,"ix":10},"p":{"a":0,"k":[187.75,274,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[86,86,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[18,11],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.03529400171,0.002491000119,0.002491000119,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.001,-137.25],"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":"Ellipse 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[30.251,22.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.03529400171,0.002491000119,0.002491000119,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.98486735026,0.96862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.625,-137.5],"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":"Ellipse 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":22,"ty":4,"nm":"iphone2 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[219,301,0],"ix":2},"a":{"a":0,"k":[225,300,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-8.372],[8.372,0],[0,8.372],[-8.372,0]],"o":[[0,8.372],[-8.372,0],[0,-8.372],[8.372,0]],"v":[[15.158,-0.001],[-0.001,15.159],[-15.159,-0.001],[-0.001,-15.159]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.20800000359,0.2,0.2,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[217.471,438.885],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[40.879,4.392],[-40.878,4.392],[-40.878,-4.392],[40.879,-4.392]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.20800000359,0.2,0.2,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[221.753,40.51],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[14.793,7.21],[-11.438,25.813],[-15.188,-5.083],[12.506,-28.61]],"o":[[-15.128,-7.374],[10.236,-23.102],[15.916,5.326],[-11.658,26.671]],"v":[[-26.689,56.436],[-28.689,-14.564],[20.311,-58.564],[29.311,14.436]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.866999966491,0.830999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[333.689,422.564],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"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":[[109.566,173.138],[-109.564,173.138],[-109.564,-183.862],[109.566,-183.862]],"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":[[8.372,0],[0,8.372],[-8.372,0],[0,-8.371]],"o":[[-8.372,0],[0,-8.371],[8.372,0],[0,8.372]],"v":[[-4.983,212.182],[-20.142,197.023],[-4.983,181.865],[10.176,197.023]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-41.579,-205.744],[40.179,-205.744],[40.179,-196.96],[-41.579,-196.96]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[8.024,0],[0,0],[0,-8.023],[0,0],[-8.023,0],[0,0],[0,8.023],[0,0]],"o":[[0,0],[-8.023,0],[0,0],[0,8.023],[0,0],[8.024,0],[0,0],[0,-8.023]],"v":[[104.161,-217.229],[-104.163,-217.229],[-118.69,-202.703],[-118.69,202.702],[-104.163,217.229],[104.161,217.229],[118.689,202.702],[118.689,-202.703]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.039000002543,0.039000002543,0.039000002543,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[222.454,241.862],"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":"Group 4","np":6,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.228,1.536],[8.414,-8.378],[-7.248,-9.037],[-6.609,9.556],[1.361,-0.219],[-1.071,13.398]],"o":[[-10.271,-12.851],[-6.725,6.697],[11.343,14.144],[0.786,-1.136],[-5.879,0.948],[0.012,-0.138]],"v":[[18.995,-8.089],[-21.006,-19.089],[-18.006,11.911],[24.995,17.911],[26.37,14.262],[21.561,-4.438]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.866999966491,0.830999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[89.688,402.04],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.25,3.75],[2.844,-0.558],[6.225,-10.095],[-3.339,-9.357],[-1.241,-0.342],[-4.46,1.863],[-0.68,7.92]],"o":[[0.294,-4.418],[-16.037,3.141],[-7.914,12.833],[3.894,10.91],[11.244,3.1],[2.548,-1.064],[1.253,-14.574]],"v":[[27.364,-36.341],[21.342,-36.919],[-14.637,-8.341],[-24.637,22.659],[-6.637,37.659],[18.596,35.234],[26.723,30.937]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.866999966491,0.830999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[84.636,340.341],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.927,6.461],[9.375,-7.92],[-3.526,-9.521],[-4.404,-0.114],[0.078,0.997],[0.221,8.501]],"o":[[-1.055,-1.735],[-8.961,7.57],[6.372,17.208],[4.157,0.107],[-1.36,-17.313],[-0.052,-2]],"v":[[15.906,-27.083],[-8.858,-20.422],[-18.858,9.578],[18.149,27.714],[22.306,27.82],[18.141,-9.922]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.866999966491,0.830999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[87.858,248.421],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.226,168.858],[15.354,49.32],[0.001,0],[-0.922,-15],[0,0],[0.246,-2.433],[-7.676,-48.333],[0,0]],"o":[[-1.051,-54.996],[-5.712,-18.347],[0,0],[0.95,15.435],[-0.985,8.54],[-10.333,64.115],[0,0],[5.146,-49]],"v":[[67.352,-24.827],[44.352,-195.827],[16.474,-209.185],[8.292,46.173],[-71.826,38.332],[-73.648,55.059],[-84.342,214.173],[86.872,214.173]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.866999966491,0.830999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[324.648,385.827],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":23,"ty":4,"nm":"Shape Layer 18","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[225,300,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[224,372],"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.03529400171,0.002491000119,0.002491000119,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941176470588,0.921568627451,0.345098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.698,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p698_1_0p167_0p167","t":184,"s":[-121,-70],"e":[-8.992,-70],"to":[6.07501029968262,0],"ti":[-12.7596254348755,0]},{"t":193.000007861051}],"ix":2},"a":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":184,"s":[-4,0],"e":[5,0],"to":[1.5,0],"ti":[-1.5,0]},{"t":186.000007575935}],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":184,"s":[-1,100],"e":[-14,100]},{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0"],"t":185,"s":[-14,100],"e":[-102.012,100]},{"t":192.00000782032}],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":24,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[225,300,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[224,372],"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.03529400171,0.002491000119,0.002491000119,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.388235294118,0.210515788957,0.019792386597,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":125,"s":[-121,-70],"e":[-13,-70],"to":[18,4.73695171290616e-15],"ti":[-18,-4.73695171290616e-15]},{"t":133.000005417201}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0"],"t":125,"s":[-3,100],"e":[-102.012,100]},{"t":134.000005457932}],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":25,"ty":4,"nm":"pile of poo Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":67,"s":[-26],"e":[647]},{"t":75.0000030548126}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":67,"s":[148.085,366.383,0],"e":[224.681,174.894,0],"to":[12.7659559249878,-31.9148921966553,0],"ti":[-12.7659559249878,31.9148921966553,0]},{"t":75.0000030548126}],"ix":2},"a":{"a":0,"k":[225,300,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.366,-0.113],[-4.058,3.604],[0.274,-0.125],[1.056,-2.465]],"o":[[2.781,0.863],[0.482,-0.428],[-5.634,2.582],[-0.513,1.197]],"v":[[-6.309,3.341],[5.514,-1.145],[7.999,-4.079],[-7.76,2.006]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.352999997606,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[209.142,276.811],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.043],[2.722,0],[0,4.043],[-2.722,0]],"o":[[0,4.043],[-2.722,0],[0,-4.043],[2.722,0]],"v":[[4.93,0],[-0.001,7.321],[-4.93,0],[-0.001,-7.321]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[238.137,301.275],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-6.551],[6.256,0],[0,6.552],[-6.255,0]],"o":[[0,6.552],[-6.255,0],[0,-6.551],[6.256,0]],"v":[[11.326,-0.001],[0,11.862],[-11.326,-0.001],[0,-11.863]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[237.843,301.562],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.043],[2.723,0],[0,4.043],[-2.722,0]],"o":[[0,4.043],[-2.722,0],[0,-4.043],[2.723,0]],"v":[[4.93,-0.001],[-0.001,7.32],[-4.93,-0.001],[-0.001,-7.32]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[206.211,301.562],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-6.551],[6.256,0],[0,6.552],[-6.255,0]],"o":[[0,6.552],[-6.255,0],[0,-6.551],[6.256,0]],"v":[[11.326,-0.001],[-0.001,11.862],[-11.327,-0.001],[-0.001,-11.863]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[205.918,301.848],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.126,-0.269],[5.087,-0.417],[-0.656,-1.604],[-1.332,0.179],[-8.044,1.842],[4.418,4.232],[0.99,-0.635]],"o":[[-5.399,1.292],[-0.715,0.058],[0.953,2.329],[10.545,-1.408],[0.97,-0.223],[-0.849,-0.814],[-6.905,4.435]],"v":[[-9.994,1.757],[-22.064,4.514],[-27.463,7.76],[-21.242,7.465],[-3.808,3.376],[23.701,-8.756],[20.308,-9.454]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.352999997606,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[217.177,291.458],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.878,4.072],[1.374,0.772],[3.403,5.164],[1.076,-0.582],[0.199,-4.012],[0.387,-1.28],[0.386,-1.16],[2.23,-6.69],[0.403,-0.519],[1.711,-4.934],[-1.446,-0.117],[-15.957,7.704]],"o":[[-4.695,-4.93],[-1.822,-1.023],[-6.09,-9.239],[-0.534,0.288],[-0.126,2.541],[-0.719,2.376],[-0.587,1.761],[-1.733,5.197],[-1.562,2.013],[-1.074,3.098],[31.53,2.544],[2.927,-1.413]],"v":[[31.404,-0.571],[20.135,-5.266],[18.376,-15.125],[-6.625,-29.678],[-6.273,-23.459],[-10.381,-16.064],[-9.794,-10.665],[-22.118,-2.214],[-22.471,8.467],[-34.208,16.221],[-32.447,27.716],[30.255,9.822]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[217.296,285.626],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.189,5.171],[-7.365,0.044],[10.176,0.168]],"o":[[0,0],[3.566,-0.021],[-9.451,-0.155]],"v":[[-19.703,-5.429],[18.326,-5.473],[0.016,5.326]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.976000019148,0.980000035903,0.980000035903,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[222.392,322.571],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.126,-0.269],[16.55,-1.211],[-0.655,-1.604],[-1.332,0.177],[-8.534,4.327],[0.014,3.051],[1.11,-0.388]],"o":[[-5.399,1.291],[-0.715,0.053],[0.953,2.329],[10.545,-1.409],[0.888,-0.45],[-0.006,-1.176],[-6.743,2.353]],"v":[[0.732,2.059],[-31.781,5.854],[-35.538,9.648],[-23.096,9.531],[6.917,3.678],[36.178,-10.305],[33.479,-11.59]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.352999997606,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[214.987,310.032],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[9.677,-1.614],[-3.143,4.329]],"o":[[0,0],[-5.435,0.906],[2,-2.754]],"v":[[6.557,-5.099],[-9.383,4.193],[12.818,-0.657]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.352999997606,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[248.542,322.242],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.255,0.004],[-3.327,0.049],[-7.768,-0.128],[-3.756,1.392],[-0.093,6.48],[6.018,0.725],[1.775,-1.561],[-0.325,-0.328],[2.486,9.742],[3.879,-1.649],[13.23,-6.778],[13.615,0.368],[-0.076,-6.59],[-0.463,-0.07]],"o":[[-0.52,-0.009],[2.781,0.705],[21.496,-0.405],[2.356,-0.872],[0.084,-5.729],[-1.291,-0.156],[-5.366,4.716],[0.524,0.529],[-1.057,-4.141],[-11.265,4.791],[-10.798,5.532],[-3.122,-0.084],[0.077,6.671],[1.526,0.227]],"v":[[-17.609,21.162],[-11.505,21.331],[3.518,22.492],[36.382,21.325],[49.997,9.588],[36.969,-2.619],[32.158,-1.312],[18.542,10.527],[37.322,-12.947],[26.523,-21.068],[-3.055,-6.844],[-37.797,-1.68],[-50.004,10.996],[-39.675,22.265]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[222.647,315.023],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":26,"ty":4,"nm":"pile of poo Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":118,"s":[0],"e":[143]},{"t":125.000005091354}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":118,"s":[150.957,394.468,0],"e":[239.043,326.809,0],"to":[14.6808500289917,-11.276593208313,0],"ti":[-14.6808500289917,11.276593208313,0]},{"t":125.000005091354}],"ix":2},"a":{"a":0,"k":[225,300,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.366,-0.113],[-4.058,3.604],[0.274,-0.125],[1.056,-2.465]],"o":[[2.781,0.863],[0.482,-0.428],[-5.634,2.582],[-0.513,1.197]],"v":[[-6.309,3.341],[5.514,-1.145],[7.999,-4.079],[-7.76,2.006]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.352999997606,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[209.142,276.811],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.043],[2.722,0],[0,4.043],[-2.722,0]],"o":[[0,4.043],[-2.722,0],[0,-4.043],[2.722,0]],"v":[[4.93,0],[-0.001,7.321],[-4.93,0],[-0.001,-7.321]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[238.137,301.275],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-6.551],[6.256,0],[0,6.552],[-6.255,0]],"o":[[0,6.552],[-6.255,0],[0,-6.551],[6.256,0]],"v":[[11.326,-0.001],[0,11.862],[-11.326,-0.001],[0,-11.863]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[237.843,301.562],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.043],[2.723,0],[0,4.043],[-2.722,0]],"o":[[0,4.043],[-2.722,0],[0,-4.043],[2.723,0]],"v":[[4.93,-0.001],[-0.001,7.32],[-4.93,-0.001],[-0.001,-7.32]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[206.211,301.562],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-6.551],[6.256,0],[0,6.552],[-6.255,0]],"o":[[0,6.552],[-6.255,0],[0,-6.551],[6.256,0]],"v":[[11.326,-0.001],[-0.001,11.862],[-11.327,-0.001],[-0.001,-11.863]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[205.918,301.848],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.126,-0.269],[5.087,-0.417],[-0.656,-1.604],[-1.332,0.179],[-8.044,1.842],[4.418,4.232],[0.99,-0.635]],"o":[[-5.399,1.292],[-0.715,0.058],[0.953,2.329],[10.545,-1.408],[0.97,-0.223],[-0.849,-0.814],[-6.905,4.435]],"v":[[-9.994,1.757],[-22.064,4.514],[-27.463,7.76],[-21.242,7.465],[-3.808,3.376],[23.701,-8.756],[20.308,-9.454]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.352999997606,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[217.177,291.458],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.878,4.072],[1.374,0.772],[3.403,5.164],[1.076,-0.582],[0.199,-4.012],[0.387,-1.28],[0.386,-1.16],[2.23,-6.69],[0.403,-0.519],[1.711,-4.934],[-1.446,-0.117],[-15.957,7.704]],"o":[[-4.695,-4.93],[-1.822,-1.023],[-6.09,-9.239],[-0.534,0.288],[-0.126,2.541],[-0.719,2.376],[-0.587,1.761],[-1.733,5.197],[-1.562,2.013],[-1.074,3.098],[31.53,2.544],[2.927,-1.413]],"v":[[31.404,-0.571],[20.135,-5.266],[18.376,-15.125],[-6.625,-29.678],[-6.273,-23.459],[-10.381,-16.064],[-9.794,-10.665],[-22.118,-2.214],[-22.471,8.467],[-34.208,16.221],[-32.447,27.716],[30.255,9.822]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[217.296,285.626],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.189,5.171],[-7.365,0.044],[10.176,0.168]],"o":[[0,0],[3.566,-0.021],[-9.451,-0.155]],"v":[[-19.703,-5.429],[18.326,-5.473],[0.016,5.326]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.976000019148,0.980000035903,0.980000035903,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[222.392,322.571],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.126,-0.269],[16.55,-1.211],[-0.655,-1.604],[-1.332,0.177],[-8.534,4.327],[0.014,3.051],[1.11,-0.388]],"o":[[-5.399,1.291],[-0.715,0.053],[0.953,2.329],[10.545,-1.409],[0.888,-0.45],[-0.006,-1.176],[-6.743,2.353]],"v":[[0.732,2.059],[-31.781,5.854],[-35.538,9.648],[-23.096,9.531],[6.917,3.678],[36.178,-10.305],[33.479,-11.59]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.352999997606,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[214.987,310.032],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[9.677,-1.614],[-3.143,4.329]],"o":[[0,0],[-5.435,0.906],[2,-2.754]],"v":[[6.557,-5.099],[-9.383,4.193],[12.818,-0.657]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.352999997606,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[248.542,322.242],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.255,0.004],[-3.327,0.049],[-7.768,-0.128],[-3.756,1.392],[-0.093,6.48],[6.018,0.725],[1.775,-1.561],[-0.325,-0.328],[2.486,9.742],[3.879,-1.649],[13.23,-6.778],[13.615,0.368],[-0.076,-6.59],[-0.463,-0.07]],"o":[[-0.52,-0.009],[2.781,0.705],[21.496,-0.405],[2.356,-0.872],[0.084,-5.729],[-1.291,-0.156],[-5.366,4.716],[0.524,0.529],[-1.057,-4.141],[-11.265,4.791],[-10.798,5.532],[-3.122,-0.084],[0.077,6.671],[1.526,0.227]],"v":[[-17.609,21.162],[-11.505,21.331],[3.518,22.492],[36.382,21.325],[49.997,9.588],[36.969,-2.619],[32.158,-1.312],[18.542,10.527],[37.322,-12.947],[26.523,-21.068],[-3.055,-6.844],[-37.797,-1.68],[-50.004,10.996],[-39.675,22.265]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[222.647,315.023],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":27,"ty":4,"nm":"pile of poo Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":105,"s":[0],"e":[184]},{"t":110.000004480392}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":105,"s":[162.447,374.043,0],"e":[152.234,312.766,0],"to":[-1.70212805271149,-10.2127656936646,0],"ti":[1.70212805271149,10.2127656936646,0]},{"t":110.000004480392}],"ix":2},"a":{"a":0,"k":[225,300,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.366,-0.113],[-4.058,3.604],[0.274,-0.125],[1.056,-2.465]],"o":[[2.781,0.863],[0.482,-0.428],[-5.634,2.582],[-0.513,1.197]],"v":[[-6.309,3.341],[5.514,-1.145],[7.999,-4.079],[-7.76,2.006]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.352999997606,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[209.142,276.811],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.043],[2.722,0],[0,4.043],[-2.722,0]],"o":[[0,4.043],[-2.722,0],[0,-4.043],[2.722,0]],"v":[[4.93,0],[-0.001,7.321],[-4.93,0],[-0.001,-7.321]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[238.137,301.275],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-6.551],[6.256,0],[0,6.552],[-6.255,0]],"o":[[0,6.552],[-6.255,0],[0,-6.551],[6.256,0]],"v":[[11.326,-0.001],[0,11.862],[-11.326,-0.001],[0,-11.863]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[237.843,301.562],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.043],[2.723,0],[0,4.043],[-2.722,0]],"o":[[0,4.043],[-2.722,0],[0,-4.043],[2.723,0]],"v":[[4.93,-0.001],[-0.001,7.32],[-4.93,-0.001],[-0.001,-7.32]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[206.211,301.562],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-6.551],[6.256,0],[0,6.552],[-6.255,0]],"o":[[0,6.552],[-6.255,0],[0,-6.551],[6.256,0]],"v":[[11.326,-0.001],[-0.001,11.862],[-11.327,-0.001],[-0.001,-11.863]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[205.918,301.848],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.126,-0.269],[5.087,-0.417],[-0.656,-1.604],[-1.332,0.179],[-8.044,1.842],[4.418,4.232],[0.99,-0.635]],"o":[[-5.399,1.292],[-0.715,0.058],[0.953,2.329],[10.545,-1.408],[0.97,-0.223],[-0.849,-0.814],[-6.905,4.435]],"v":[[-9.994,1.757],[-22.064,4.514],[-27.463,7.76],[-21.242,7.465],[-3.808,3.376],[23.701,-8.756],[20.308,-9.454]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.352999997606,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[217.177,291.458],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.878,4.072],[1.374,0.772],[3.403,5.164],[1.076,-0.582],[0.199,-4.012],[0.387,-1.28],[0.386,-1.16],[2.23,-6.69],[0.403,-0.519],[1.711,-4.934],[-1.446,-0.117],[-15.957,7.704]],"o":[[-4.695,-4.93],[-1.822,-1.023],[-6.09,-9.239],[-0.534,0.288],[-0.126,2.541],[-0.719,2.376],[-0.587,1.761],[-1.733,5.197],[-1.562,2.013],[-1.074,3.098],[31.53,2.544],[2.927,-1.413]],"v":[[31.404,-0.571],[20.135,-5.266],[18.376,-15.125],[-6.625,-29.678],[-6.273,-23.459],[-10.381,-16.064],[-9.794,-10.665],[-22.118,-2.214],[-22.471,8.467],[-34.208,16.221],[-32.447,27.716],[30.255,9.822]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[217.296,285.626],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.189,5.171],[-7.365,0.044],[10.176,0.168]],"o":[[0,0],[3.566,-0.021],[-9.451,-0.155]],"v":[[-19.703,-5.429],[18.326,-5.473],[0.016,5.326]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.976000019148,0.980000035903,0.980000035903,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[222.392,322.571],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.126,-0.269],[16.55,-1.211],[-0.655,-1.604],[-1.332,0.177],[-8.534,4.327],[0.014,3.051],[1.11,-0.388]],"o":[[-5.399,1.291],[-0.715,0.053],[0.953,2.329],[10.545,-1.409],[0.888,-0.45],[-0.006,-1.176],[-6.743,2.353]],"v":[[0.732,2.059],[-31.781,5.854],[-35.538,9.648],[-23.096,9.531],[6.917,3.678],[36.178,-10.305],[33.479,-11.59]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.352999997606,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[214.987,310.032],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[9.677,-1.614],[-3.143,4.329]],"o":[[0,0],[-5.435,0.906],[2,-2.754]],"v":[[6.557,-5.099],[-9.383,4.193],[12.818,-0.657]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.352999997606,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[248.542,322.242],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.255,0.004],[-3.327,0.049],[-7.768,-0.128],[-3.756,1.392],[-0.093,6.48],[6.018,0.725],[1.775,-1.561],[-0.325,-0.328],[2.486,9.742],[3.879,-1.649],[13.23,-6.778],[13.615,0.368],[-0.076,-6.59],[-0.463,-0.07]],"o":[[-0.52,-0.009],[2.781,0.705],[21.496,-0.405],[2.356,-0.872],[0.084,-5.729],[-1.291,-0.156],[-5.366,4.716],[0.524,0.529],[-1.057,-4.141],[-11.265,4.791],[-10.798,5.532],[-3.122,-0.084],[0.077,6.671],[1.526,0.227]],"v":[[-17.609,21.162],[-11.505,21.331],[3.518,22.492],[36.382,21.325],[49.997,9.588],[36.969,-2.619],[32.158,-1.312],[18.542,10.527],[37.322,-12.947],[26.523,-21.068],[-3.055,-6.844],[-37.797,-1.68],[-50.004,10.996],[-39.675,22.265]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[222.647,315.023],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":28,"ty":4,"nm":"pile of poo Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":55,"s":[0],"e":[792]},{"t":67.0000027289659}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":55,"s":[168.83,388.085,0],"e":[153.511,164.681,0],"to":[-2.55319213867188,-37.2340431213379,0],"ti":[2.55319213867188,37.2340431213379,0]},{"t":67.0000027289659}],"ix":2},"a":{"a":0,"k":[225,300,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.366,-0.113],[-4.058,3.604],[0.274,-0.125],[1.056,-2.465]],"o":[[2.781,0.863],[0.482,-0.428],[-5.634,2.582],[-0.513,1.197]],"v":[[-6.309,3.341],[5.514,-1.145],[7.999,-4.079],[-7.76,2.006]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.352999997606,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[209.142,276.811],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.043],[2.722,0],[0,4.043],[-2.722,0]],"o":[[0,4.043],[-2.722,0],[0,-4.043],[2.722,0]],"v":[[4.93,0],[-0.001,7.321],[-4.93,0],[-0.001,-7.321]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[238.137,301.275],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-6.551],[6.256,0],[0,6.552],[-6.255,0]],"o":[[0,6.552],[-6.255,0],[0,-6.551],[6.256,0]],"v":[[11.326,-0.001],[0,11.862],[-11.326,-0.001],[0,-11.863]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[237.843,301.562],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.043],[2.723,0],[0,4.043],[-2.722,0]],"o":[[0,4.043],[-2.722,0],[0,-4.043],[2.723,0]],"v":[[4.93,-0.001],[-0.001,7.32],[-4.93,-0.001],[-0.001,-7.32]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[206.211,301.562],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-6.551],[6.256,0],[0,6.552],[-6.255,0]],"o":[[0,6.552],[-6.255,0],[0,-6.551],[6.256,0]],"v":[[11.326,-0.001],[-0.001,11.862],[-11.327,-0.001],[-0.001,-11.863]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[205.918,301.848],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.126,-0.269],[5.087,-0.417],[-0.656,-1.604],[-1.332,0.179],[-8.044,1.842],[4.418,4.232],[0.99,-0.635]],"o":[[-5.399,1.292],[-0.715,0.058],[0.953,2.329],[10.545,-1.408],[0.97,-0.223],[-0.849,-0.814],[-6.905,4.435]],"v":[[-9.994,1.757],[-22.064,4.514],[-27.463,7.76],[-21.242,7.465],[-3.808,3.376],[23.701,-8.756],[20.308,-9.454]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.352999997606,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[217.177,291.458],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.878,4.072],[1.374,0.772],[3.403,5.164],[1.076,-0.582],[0.199,-4.012],[0.387,-1.28],[0.386,-1.16],[2.23,-6.69],[0.403,-0.519],[1.711,-4.934],[-1.446,-0.117],[-15.957,7.704]],"o":[[-4.695,-4.93],[-1.822,-1.023],[-6.09,-9.239],[-0.534,0.288],[-0.126,2.541],[-0.719,2.376],[-0.587,1.761],[-1.733,5.197],[-1.562,2.013],[-1.074,3.098],[31.53,2.544],[2.927,-1.413]],"v":[[31.404,-0.571],[20.135,-5.266],[18.376,-15.125],[-6.625,-29.678],[-6.273,-23.459],[-10.381,-16.064],[-9.794,-10.665],[-22.118,-2.214],[-22.471,8.467],[-34.208,16.221],[-32.447,27.716],[30.255,9.822]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[217.296,285.626],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.189,5.171],[-7.365,0.044],[10.176,0.168]],"o":[[0,0],[3.566,-0.021],[-9.451,-0.155]],"v":[[-19.703,-5.429],[18.326,-5.473],[0.016,5.326]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.976000019148,0.980000035903,0.980000035903,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[222.392,322.571],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.126,-0.269],[16.55,-1.211],[-0.655,-1.604],[-1.332,0.177],[-8.534,4.327],[0.014,3.051],[1.11,-0.388]],"o":[[-5.399,1.291],[-0.715,0.053],[0.953,2.329],[10.545,-1.409],[0.888,-0.45],[-0.006,-1.176],[-6.743,2.353]],"v":[[0.732,2.059],[-31.781,5.854],[-35.538,9.648],[-23.096,9.531],[6.917,3.678],[36.178,-10.305],[33.479,-11.59]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.352999997606,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[214.987,310.032],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[9.677,-1.614],[-3.143,4.329]],"o":[[0,0],[-5.435,0.906],[2,-2.754]],"v":[[6.557,-5.099],[-9.383,4.193],[12.818,-0.657]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.352999997606,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[248.542,322.242],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.255,0.004],[-3.327,0.049],[-7.768,-0.128],[-3.756,1.392],[-0.093,6.48],[6.018,0.725],[1.775,-1.561],[-0.325,-0.328],[2.486,9.742],[3.879,-1.649],[13.23,-6.778],[13.615,0.368],[-0.076,-6.59],[-0.463,-0.07]],"o":[[-0.52,-0.009],[2.781,0.705],[21.496,-0.405],[2.356,-0.872],[0.084,-5.729],[-1.291,-0.156],[-5.366,4.716],[0.524,0.529],[-1.057,-4.141],[-11.265,4.791],[-10.798,5.532],[-3.122,-0.084],[0.077,6.671],[1.526,0.227]],"v":[[-17.609,21.162],[-11.505,21.331],[3.518,22.492],[36.382,21.325],[49.997,9.588],[36.969,-2.619],[32.158,-1.312],[18.542,10.527],[37.322,-12.947],[26.523,-21.068],[-3.055,-6.844],[-37.797,-1.68],[-50.004,10.996],[-39.675,22.265]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[222.647,315.023],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":29,"ty":4,"nm":"pile of poo Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":96,"s":[0],"e":[147]},{"t":101.000004113814}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":96,"s":[153.511,385.532,0],"e":[167.553,245.106,0],"to":[2.34042620658875,-23.4042530059814,0],"ti":[-2.34042620658875,23.4042530059814,0]},{"t":101.000004113814}],"ix":2},"a":{"a":0,"k":[225,300,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.366,-0.113],[-4.058,3.604],[0.274,-0.125],[1.056,-2.465]],"o":[[2.781,0.863],[0.482,-0.428],[-5.634,2.582],[-0.513,1.197]],"v":[[-6.309,3.341],[5.514,-1.145],[7.999,-4.079],[-7.76,2.006]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.352999997606,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[209.142,276.811],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.043],[2.722,0],[0,4.043],[-2.722,0]],"o":[[0,4.043],[-2.722,0],[0,-4.043],[2.722,0]],"v":[[4.93,0],[-0.001,7.321],[-4.93,0],[-0.001,-7.321]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[238.137,301.275],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-6.551],[6.256,0],[0,6.552],[-6.255,0]],"o":[[0,6.552],[-6.255,0],[0,-6.551],[6.256,0]],"v":[[11.326,-0.001],[0,11.862],[-11.326,-0.001],[0,-11.863]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[237.843,301.562],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.043],[2.723,0],[0,4.043],[-2.722,0]],"o":[[0,4.043],[-2.722,0],[0,-4.043],[2.723,0]],"v":[[4.93,-0.001],[-0.001,7.32],[-4.93,-0.001],[-0.001,-7.32]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[206.211,301.562],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-6.551],[6.256,0],[0,6.552],[-6.255,0]],"o":[[0,6.552],[-6.255,0],[0,-6.551],[6.256,0]],"v":[[11.326,-0.001],[-0.001,11.862],[-11.327,-0.001],[-0.001,-11.863]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[205.918,301.848],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.126,-0.269],[5.087,-0.417],[-0.656,-1.604],[-1.332,0.179],[-8.044,1.842],[4.418,4.232],[0.99,-0.635]],"o":[[-5.399,1.292],[-0.715,0.058],[0.953,2.329],[10.545,-1.408],[0.97,-0.223],[-0.849,-0.814],[-6.905,4.435]],"v":[[-9.994,1.757],[-22.064,4.514],[-27.463,7.76],[-21.242,7.465],[-3.808,3.376],[23.701,-8.756],[20.308,-9.454]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.352999997606,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[217.177,291.458],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.878,4.072],[1.374,0.772],[3.403,5.164],[1.076,-0.582],[0.199,-4.012],[0.387,-1.28],[0.386,-1.16],[2.23,-6.69],[0.403,-0.519],[1.711,-4.934],[-1.446,-0.117],[-15.957,7.704]],"o":[[-4.695,-4.93],[-1.822,-1.023],[-6.09,-9.239],[-0.534,0.288],[-0.126,2.541],[-0.719,2.376],[-0.587,1.761],[-1.733,5.197],[-1.562,2.013],[-1.074,3.098],[31.53,2.544],[2.927,-1.413]],"v":[[31.404,-0.571],[20.135,-5.266],[18.376,-15.125],[-6.625,-29.678],[-6.273,-23.459],[-10.381,-16.064],[-9.794,-10.665],[-22.118,-2.214],[-22.471,8.467],[-34.208,16.221],[-32.447,27.716],[30.255,9.822]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[217.296,285.626],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.189,5.171],[-7.365,0.044],[10.176,0.168]],"o":[[0,0],[3.566,-0.021],[-9.451,-0.155]],"v":[[-19.703,-5.429],[18.326,-5.473],[0.016,5.326]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.976000019148,0.980000035903,0.980000035903,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[222.392,322.571],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.126,-0.269],[16.55,-1.211],[-0.655,-1.604],[-1.332,0.177],[-8.534,4.327],[0.014,3.051],[1.11,-0.388]],"o":[[-5.399,1.291],[-0.715,0.053],[0.953,2.329],[10.545,-1.409],[0.888,-0.45],[-0.006,-1.176],[-6.743,2.353]],"v":[[0.732,2.059],[-31.781,5.854],[-35.538,9.648],[-23.096,9.531],[6.917,3.678],[36.178,-10.305],[33.479,-11.59]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.352999997606,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[214.987,310.032],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[9.677,-1.614],[-3.143,4.329]],"o":[[0,0],[-5.435,0.906],[2,-2.754]],"v":[[6.557,-5.099],[-9.383,4.193],[12.818,-0.657]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.352999997606,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[248.542,322.242],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.255,0.004],[-3.327,0.049],[-7.768,-0.128],[-3.756,1.392],[-0.093,6.48],[6.018,0.725],[1.775,-1.561],[-0.325,-0.328],[2.486,9.742],[3.879,-1.649],[13.23,-6.778],[13.615,0.368],[-0.076,-6.59],[-0.463,-0.07]],"o":[[-0.52,-0.009],[2.781,0.705],[21.496,-0.405],[2.356,-0.872],[0.084,-5.729],[-1.291,-0.156],[-5.366,4.716],[0.524,0.529],[-1.057,-4.141],[-11.265,4.791],[-10.798,5.532],[-3.122,-0.084],[0.077,6.671],[1.526,0.227]],"v":[[-17.609,21.162],[-11.505,21.331],[3.518,22.492],[36.382,21.325],[49.997,9.588],[36.969,-2.619],[32.158,-1.312],[18.542,10.527],[37.322,-12.947],[26.523,-21.068],[-3.055,-6.844],[-37.797,-1.68],[-50.004,10.996],[-39.675,22.265]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[222.647,315.023],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":30,"ty":4,"nm":"pile of poo Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":79,"s":[0],"e":[289]},{"t":89.0000036250443}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":79,"s":[160.851,380.426,0],"e":[280.851,241.277,0],"to":[20,-23.1914882659912,0],"ti":[-20,23.1914882659912,0]},{"t":89.0000036250443}],"ix":2},"a":{"a":0,"k":[225,300,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.366,-0.113],[-4.058,3.604],[0.274,-0.125],[1.056,-2.465]],"o":[[2.781,0.863],[0.482,-0.428],[-5.634,2.582],[-0.513,1.197]],"v":[[-6.309,3.341],[5.514,-1.145],[7.999,-4.079],[-7.76,2.006]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.352999997606,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[209.142,276.811],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.043],[2.722,0],[0,4.043],[-2.722,0]],"o":[[0,4.043],[-2.722,0],[0,-4.043],[2.722,0]],"v":[[4.93,0],[-0.001,7.321],[-4.93,0],[-0.001,-7.321]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[238.137,301.275],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-6.551],[6.256,0],[0,6.552],[-6.255,0]],"o":[[0,6.552],[-6.255,0],[0,-6.551],[6.256,0]],"v":[[11.326,-0.001],[0,11.862],[-11.326,-0.001],[0,-11.863]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[237.843,301.562],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.043],[2.723,0],[0,4.043],[-2.722,0]],"o":[[0,4.043],[-2.722,0],[0,-4.043],[2.723,0]],"v":[[4.93,-0.001],[-0.001,7.32],[-4.93,-0.001],[-0.001,-7.32]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[206.211,301.562],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-6.551],[6.256,0],[0,6.552],[-6.255,0]],"o":[[0,6.552],[-6.255,0],[0,-6.551],[6.256,0]],"v":[[11.326,-0.001],[-0.001,11.862],[-11.327,-0.001],[-0.001,-11.863]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[205.918,301.848],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.126,-0.269],[5.087,-0.417],[-0.656,-1.604],[-1.332,0.179],[-8.044,1.842],[4.418,4.232],[0.99,-0.635]],"o":[[-5.399,1.292],[-0.715,0.058],[0.953,2.329],[10.545,-1.408],[0.97,-0.223],[-0.849,-0.814],[-6.905,4.435]],"v":[[-9.994,1.757],[-22.064,4.514],[-27.463,7.76],[-21.242,7.465],[-3.808,3.376],[23.701,-8.756],[20.308,-9.454]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.352999997606,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[217.177,291.458],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.878,4.072],[1.374,0.772],[3.403,5.164],[1.076,-0.582],[0.199,-4.012],[0.387,-1.28],[0.386,-1.16],[2.23,-6.69],[0.403,-0.519],[1.711,-4.934],[-1.446,-0.117],[-15.957,7.704]],"o":[[-4.695,-4.93],[-1.822,-1.023],[-6.09,-9.239],[-0.534,0.288],[-0.126,2.541],[-0.719,2.376],[-0.587,1.761],[-1.733,5.197],[-1.562,2.013],[-1.074,3.098],[31.53,2.544],[2.927,-1.413]],"v":[[31.404,-0.571],[20.135,-5.266],[18.376,-15.125],[-6.625,-29.678],[-6.273,-23.459],[-10.381,-16.064],[-9.794,-10.665],[-22.118,-2.214],[-22.471,8.467],[-34.208,16.221],[-32.447,27.716],[30.255,9.822]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[217.296,285.626],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.189,5.171],[-7.365,0.044],[10.176,0.168]],"o":[[0,0],[3.566,-0.021],[-9.451,-0.155]],"v":[[-19.703,-5.429],[18.326,-5.473],[0.016,5.326]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.976000019148,0.980000035903,0.980000035903,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[222.392,322.571],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.126,-0.269],[16.55,-1.211],[-0.655,-1.604],[-1.332,0.177],[-8.534,4.327],[0.014,3.051],[1.11,-0.388]],"o":[[-5.399,1.291],[-0.715,0.053],[0.953,2.329],[10.545,-1.409],[0.888,-0.45],[-0.006,-1.176],[-6.743,2.353]],"v":[[0.732,2.059],[-31.781,5.854],[-35.538,9.648],[-23.096,9.531],[6.917,3.678],[36.178,-10.305],[33.479,-11.59]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.352999997606,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[214.987,310.032],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[9.677,-1.614],[-3.143,4.329]],"o":[[0,0],[-5.435,0.906],[2,-2.754]],"v":[[6.557,-5.099],[-9.383,4.193],[12.818,-0.657]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.352999997606,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[248.542,322.242],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.255,0.004],[-3.327,0.049],[-7.768,-0.128],[-3.756,1.392],[-0.093,6.48],[6.018,0.725],[1.775,-1.561],[-0.325,-0.328],[2.486,9.742],[3.879,-1.649],[13.23,-6.778],[13.615,0.368],[-0.076,-6.59],[-0.463,-0.07]],"o":[[-0.52,-0.009],[2.781,0.705],[21.496,-0.405],[2.356,-0.872],[0.084,-5.729],[-1.291,-0.156],[-5.366,4.716],[0.524,0.529],[-1.057,-4.141],[-11.265,4.791],[-10.798,5.532],[-3.122,-0.084],[0.077,6.671],[1.526,0.227]],"v":[[-17.609,21.162],[-11.505,21.331],[3.518,22.492],[36.382,21.325],[49.997,9.588],[36.969,-2.619],[32.158,-1.312],[18.542,10.527],[37.322,-12.947],[26.523,-21.068],[-3.055,-6.844],[-37.797,-1.68],[-50.004,10.996],[-39.675,22.265]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[222.647,315.023],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":31,"ty":4,"nm":"pile of poo Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":39,"s":[0],"e":[756]},{"t":51.0000020772726}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39,"s":[155.745,394.468,0],"e":[164.681,88.085,0],"to":[1.48936212062836,-51.0638313293457,0],"ti":[-1.48936212062836,51.0638313293457,0]},{"t":51.0000020772726}],"ix":2},"a":{"a":0,"k":[225,300,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.366,-0.113],[-4.058,3.604],[0.274,-0.125],[1.056,-2.465]],"o":[[2.781,0.863],[0.482,-0.428],[-5.634,2.582],[-0.513,1.197]],"v":[[-6.309,3.341],[5.514,-1.145],[7.999,-4.079],[-7.76,2.006]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.352999997606,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[209.142,276.811],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.043],[2.722,0],[0,4.043],[-2.722,0]],"o":[[0,4.043],[-2.722,0],[0,-4.043],[2.722,0]],"v":[[4.93,0],[-0.001,7.321],[-4.93,0],[-0.001,-7.321]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[238.137,301.275],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-6.551],[6.256,0],[0,6.552],[-6.255,0]],"o":[[0,6.552],[-6.255,0],[0,-6.551],[6.256,0]],"v":[[11.326,-0.001],[0,11.862],[-11.326,-0.001],[0,-11.863]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[237.843,301.562],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.043],[2.723,0],[0,4.043],[-2.722,0]],"o":[[0,4.043],[-2.722,0],[0,-4.043],[2.723,0]],"v":[[4.93,-0.001],[-0.001,7.32],[-4.93,-0.001],[-0.001,-7.32]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[206.211,301.562],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-6.551],[6.256,0],[0,6.552],[-6.255,0]],"o":[[0,6.552],[-6.255,0],[0,-6.551],[6.256,0]],"v":[[11.326,-0.001],[-0.001,11.862],[-11.327,-0.001],[-0.001,-11.863]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[205.918,301.848],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.126,-0.269],[5.087,-0.417],[-0.656,-1.604],[-1.332,0.179],[-8.044,1.842],[4.418,4.232],[0.99,-0.635]],"o":[[-5.399,1.292],[-0.715,0.058],[0.953,2.329],[10.545,-1.408],[0.97,-0.223],[-0.849,-0.814],[-6.905,4.435]],"v":[[-9.994,1.757],[-22.064,4.514],[-27.463,7.76],[-21.242,7.465],[-3.808,3.376],[23.701,-8.756],[20.308,-9.454]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.352999997606,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[217.177,291.458],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.878,4.072],[1.374,0.772],[3.403,5.164],[1.076,-0.582],[0.199,-4.012],[0.387,-1.28],[0.386,-1.16],[2.23,-6.69],[0.403,-0.519],[1.711,-4.934],[-1.446,-0.117],[-15.957,7.704]],"o":[[-4.695,-4.93],[-1.822,-1.023],[-6.09,-9.239],[-0.534,0.288],[-0.126,2.541],[-0.719,2.376],[-0.587,1.761],[-1.733,5.197],[-1.562,2.013],[-1.074,3.098],[31.53,2.544],[2.927,-1.413]],"v":[[31.404,-0.571],[20.135,-5.266],[18.376,-15.125],[-6.625,-29.678],[-6.273,-23.459],[-10.381,-16.064],[-9.794,-10.665],[-22.118,-2.214],[-22.471,8.467],[-34.208,16.221],[-32.447,27.716],[30.255,9.822]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[217.296,285.626],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.189,5.171],[-7.365,0.044],[10.176,0.168]],"o":[[0,0],[3.566,-0.021],[-9.451,-0.155]],"v":[[-19.703,-5.429],[18.326,-5.473],[0.016,5.326]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.976000019148,0.980000035903,0.980000035903,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[222.392,322.571],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.126,-0.269],[16.55,-1.211],[-0.655,-1.604],[-1.332,0.177],[-8.534,4.327],[0.014,3.051],[1.11,-0.388]],"o":[[-5.399,1.291],[-0.715,0.053],[0.953,2.329],[10.545,-1.409],[0.888,-0.45],[-0.006,-1.176],[-6.743,2.353]],"v":[[0.732,2.059],[-31.781,5.854],[-35.538,9.648],[-23.096,9.531],[6.917,3.678],[36.178,-10.305],[33.479,-11.59]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.352999997606,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[214.987,310.032],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[9.677,-1.614],[-3.143,4.329]],"o":[[0,0],[-5.435,0.906],[2,-2.754]],"v":[[6.557,-5.099],[-9.383,4.193],[12.818,-0.657]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.352999997606,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[248.542,322.242],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.255,0.004],[-3.327,0.049],[-7.768,-0.128],[-3.756,1.392],[-0.093,6.48],[6.018,0.725],[1.775,-1.561],[-0.325,-0.328],[2.486,9.742],[3.879,-1.649],[13.23,-6.778],[13.615,0.368],[-0.076,-6.59],[-0.463,-0.07]],"o":[[-0.52,-0.009],[2.781,0.705],[21.496,-0.405],[2.356,-0.872],[0.084,-5.729],[-1.291,-0.156],[-5.366,4.716],[0.524,0.529],[-1.057,-4.141],[-11.265,4.791],[-10.798,5.532],[-3.122,-0.084],[0.077,6.671],[1.526,0.227]],"v":[[-17.609,21.162],[-11.505,21.331],[3.518,22.492],[36.382,21.325],[49.997,9.588],[36.969,-2.619],[32.158,-1.312],[18.542,10.527],[37.322,-12.947],[26.523,-21.068],[-3.055,-6.844],[-37.797,-1.68],[-50.004,10.996],[-39.675,22.265]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[222.647,315.023],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":32,"ty":4,"nm":"pile of poo Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[0],"e":[907]},{"t":39.0000015885026}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[163.404,393.191,0],"e":[222.128,94.468,0],"to":[9.78723430633545,-49.7872314453125,0],"ti":[-9.78723430633545,49.7872314453125,0]},{"t":39.0000015885026}],"ix":2},"a":{"a":0,"k":[225,300,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.366,-0.113],[-4.058,3.604],[0.274,-0.125],[1.056,-2.465]],"o":[[2.781,0.863],[0.482,-0.428],[-5.634,2.582],[-0.513,1.197]],"v":[[-6.309,3.341],[5.514,-1.145],[7.999,-4.079],[-7.76,2.006]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.352999997606,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[209.142,276.811],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.043],[2.722,0],[0,4.043],[-2.722,0]],"o":[[0,4.043],[-2.722,0],[0,-4.043],[2.722,0]],"v":[[4.93,0],[-0.001,7.321],[-4.93,0],[-0.001,-7.321]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[238.137,301.275],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-6.551],[6.256,0],[0,6.552],[-6.255,0]],"o":[[0,6.552],[-6.255,0],[0,-6.551],[6.256,0]],"v":[[11.326,-0.001],[0,11.862],[-11.326,-0.001],[0,-11.863]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[237.843,301.562],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.043],[2.723,0],[0,4.043],[-2.722,0]],"o":[[0,4.043],[-2.722,0],[0,-4.043],[2.723,0]],"v":[[4.93,-0.001],[-0.001,7.32],[-4.93,-0.001],[-0.001,-7.32]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[206.211,301.562],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-6.551],[6.256,0],[0,6.552],[-6.255,0]],"o":[[0,6.552],[-6.255,0],[0,-6.551],[6.256,0]],"v":[[11.326,-0.001],[-0.001,11.862],[-11.327,-0.001],[-0.001,-11.863]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[205.918,301.848],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.126,-0.269],[5.087,-0.417],[-0.656,-1.604],[-1.332,0.179],[-8.044,1.842],[4.418,4.232],[0.99,-0.635]],"o":[[-5.399,1.292],[-0.715,0.058],[0.953,2.329],[10.545,-1.408],[0.97,-0.223],[-0.849,-0.814],[-6.905,4.435]],"v":[[-9.994,1.757],[-22.064,4.514],[-27.463,7.76],[-21.242,7.465],[-3.808,3.376],[23.701,-8.756],[20.308,-9.454]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.352999997606,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[217.177,291.458],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.878,4.072],[1.374,0.772],[3.403,5.164],[1.076,-0.582],[0.199,-4.012],[0.387,-1.28],[0.386,-1.16],[2.23,-6.69],[0.403,-0.519],[1.711,-4.934],[-1.446,-0.117],[-15.957,7.704]],"o":[[-4.695,-4.93],[-1.822,-1.023],[-6.09,-9.239],[-0.534,0.288],[-0.126,2.541],[-0.719,2.376],[-0.587,1.761],[-1.733,5.197],[-1.562,2.013],[-1.074,3.098],[31.53,2.544],[2.927,-1.413]],"v":[[31.404,-0.571],[20.135,-5.266],[18.376,-15.125],[-6.625,-29.678],[-6.273,-23.459],[-10.381,-16.064],[-9.794,-10.665],[-22.118,-2.214],[-22.471,8.467],[-34.208,16.221],[-32.447,27.716],[30.255,9.822]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[217.296,285.626],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.189,5.171],[-7.365,0.044],[10.176,0.168]],"o":[[0,0],[3.566,-0.021],[-9.451,-0.155]],"v":[[-19.703,-5.429],[18.326,-5.473],[0.016,5.326]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.976000019148,0.980000035903,0.980000035903,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[222.392,322.571],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.126,-0.269],[16.55,-1.211],[-0.655,-1.604],[-1.332,0.177],[-8.534,4.327],[0.014,3.051],[1.11,-0.388]],"o":[[-5.399,1.291],[-0.715,0.053],[0.953,2.329],[10.545,-1.409],[0.888,-0.45],[-0.006,-1.176],[-6.743,2.353]],"v":[[0.732,2.059],[-31.781,5.854],[-35.538,9.648],[-23.096,9.531],[6.917,3.678],[36.178,-10.305],[33.479,-11.59]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.352999997606,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[214.987,310.032],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[9.677,-1.614],[-3.143,4.329]],"o":[[0,0],[-5.435,0.906],[2,-2.754]],"v":[[6.557,-5.099],[-9.383,4.193],[12.818,-0.657]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.352999997606,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[248.542,322.242],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.255,0.004],[-3.327,0.049],[-7.768,-0.128],[-3.756,1.392],[-0.093,6.48],[6.018,0.725],[1.775,-1.561],[-0.325,-0.328],[2.486,9.742],[3.879,-1.649],[13.23,-6.778],[13.615,0.368],[-0.076,-6.59],[-0.463,-0.07]],"o":[[-0.52,-0.009],[2.781,0.705],[21.496,-0.405],[2.356,-0.872],[0.084,-5.729],[-1.291,-0.156],[-5.366,4.716],[0.524,0.529],[-1.057,-4.141],[-11.265,4.791],[-10.798,5.532],[-3.122,-0.084],[0.077,6.671],[1.526,0.227]],"v":[[-17.609,21.162],[-11.505,21.331],[3.518,22.492],[36.382,21.325],[49.997,9.588],[36.969,-2.619],[32.158,-1.312],[18.542,10.527],[37.322,-12.947],[26.523,-21.068],[-3.055,-6.844],[-37.797,-1.68],[-50.004,10.996],[-39.675,22.265]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[222.647,315.023],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":33,"ty":4,"nm":"pile of poo Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":10,"s":[0],"e":[720]},{"t":21.0000008553475}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":10,"s":[168.83,405.957,0],"e":[280,100,0],"to":[18.5283679962158,-50.9929084777832,0],"ti":[-18.5283679962158,50.9929084777832,0]},{"t":22.0000008960784}],"ix":2},"a":{"a":0,"k":[225,300,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.366,-0.113],[-4.058,3.604],[0.274,-0.125],[1.056,-2.465]],"o":[[2.781,0.863],[0.482,-0.428],[-5.634,2.582],[-0.513,1.197]],"v":[[-6.309,3.341],[5.514,-1.145],[7.999,-4.079],[-7.76,2.006]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.352999997606,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[209.142,276.811],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.043],[2.722,0],[0,4.043],[-2.722,0]],"o":[[0,4.043],[-2.722,0],[0,-4.043],[2.722,0]],"v":[[4.93,0],[-0.001,7.321],[-4.93,0],[-0.001,-7.321]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[238.137,301.275],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-6.551],[6.256,0],[0,6.552],[-6.255,0]],"o":[[0,6.552],[-6.255,0],[0,-6.551],[6.256,0]],"v":[[11.326,-0.001],[0,11.862],[-11.326,-0.001],[0,-11.863]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[237.843,301.562],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.043],[2.723,0],[0,4.043],[-2.722,0]],"o":[[0,4.043],[-2.722,0],[0,-4.043],[2.723,0]],"v":[[4.93,-0.001],[-0.001,7.32],[-4.93,-0.001],[-0.001,-7.32]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[206.211,301.562],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-6.551],[6.256,0],[0,6.552],[-6.255,0]],"o":[[0,6.552],[-6.255,0],[0,-6.551],[6.256,0]],"v":[[11.326,-0.001],[-0.001,11.862],[-11.327,-0.001],[-0.001,-11.863]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[205.918,301.848],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.126,-0.269],[5.087,-0.417],[-0.656,-1.604],[-1.332,0.179],[-8.044,1.842],[4.418,4.232],[0.99,-0.635]],"o":[[-5.399,1.292],[-0.715,0.058],[0.953,2.329],[10.545,-1.408],[0.97,-0.223],[-0.849,-0.814],[-6.905,4.435]],"v":[[-9.994,1.757],[-22.064,4.514],[-27.463,7.76],[-21.242,7.465],[-3.808,3.376],[23.701,-8.756],[20.308,-9.454]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.352999997606,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[217.177,291.458],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.878,4.072],[1.374,0.772],[3.403,5.164],[1.076,-0.582],[0.199,-4.012],[0.387,-1.28],[0.386,-1.16],[2.23,-6.69],[0.403,-0.519],[1.711,-4.934],[-1.446,-0.117],[-15.957,7.704]],"o":[[-4.695,-4.93],[-1.822,-1.023],[-6.09,-9.239],[-0.534,0.288],[-0.126,2.541],[-0.719,2.376],[-0.587,1.761],[-1.733,5.197],[-1.562,2.013],[-1.074,3.098],[31.53,2.544],[2.927,-1.413]],"v":[[31.404,-0.571],[20.135,-5.266],[18.376,-15.125],[-6.625,-29.678],[-6.273,-23.459],[-10.381,-16.064],[-9.794,-10.665],[-22.118,-2.214],[-22.471,8.467],[-34.208,16.221],[-32.447,27.716],[30.255,9.822]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[217.296,285.626],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.189,5.171],[-7.365,0.044],[10.176,0.168]],"o":[[0,0],[3.566,-0.021],[-9.451,-0.155]],"v":[[-19.703,-5.429],[18.326,-5.473],[0.016,5.326]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.976000019148,0.980000035903,0.980000035903,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[222.392,322.571],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.126,-0.269],[16.55,-1.211],[-0.655,-1.604],[-1.332,0.177],[-8.534,4.327],[0.014,3.051],[1.11,-0.388]],"o":[[-5.399,1.291],[-0.715,0.053],[0.953,2.329],[10.545,-1.409],[0.888,-0.45],[-0.006,-1.176],[-6.743,2.353]],"v":[[0.732,2.059],[-31.781,5.854],[-35.538,9.648],[-23.096,9.531],[6.917,3.678],[36.178,-10.305],[33.479,-11.59]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.352999997606,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[214.987,310.032],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[9.677,-1.614],[-3.143,4.329]],"o":[[0,0],[-5.435,0.906],[2,-2.754]],"v":[[6.557,-5.099],[-9.383,4.193],[12.818,-0.657]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505999995213,0.352999997606,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[248.542,322.242],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.255,0.004],[-3.327,0.049],[-7.768,-0.128],[-3.756,1.392],[-0.093,6.48],[6.018,0.725],[1.775,-1.561],[-0.325,-0.328],[2.486,9.742],[3.879,-1.649],[13.23,-6.778],[13.615,0.368],[-0.076,-6.59],[-0.463,-0.07]],"o":[[-0.52,-0.009],[2.781,0.705],[21.496,-0.405],[2.356,-0.872],[0.084,-5.729],[-1.291,-0.156],[-5.366,4.716],[0.524,0.529],[-1.057,-4.141],[-11.265,4.791],[-10.798,5.532],[-3.122,-0.084],[0.077,6.671],[1.526,0.227]],"v":[[-17.609,21.162],[-11.505,21.331],[3.518,22.492],[36.382,21.325],[49.997,9.588],[36.969,-2.619],[32.158,-1.312],[18.542,10.527],[37.322,-12.947],[26.523,-21.068],[-3.055,-6.844],[-37.797,-1.68],[-50.004,10.996],[-39.675,22.265]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[222.647,315.023],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":34,"ty":4,"nm":"Shape Layer 19","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[225,300,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[229.004,369],"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.03529400171,0.002491000119,0.002491000119,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941176470588,0.920203594133,0.346943455116,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-9.498,-64.5],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0},{"ddd":0,"ind":35,"ty":4,"nm":"Shape Layer 20","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[225,300,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[456,608],"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.03529400171,0.002491000119,0.002491000119,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.13225700528,0.389099001417,0.392156982422,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-3,-2],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":240.0000097754,"st":0,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/powerupp_app_onboard (1).json b/ohos/flutter_lottie/assets/lottiefiles/powerupp_app_onboard (1).json new file mode 100644 index 0000000000000000000000000000000000000000..148cdab75e806235c80a032e025890bbae360bae --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/powerupp_app_onboard (1).json @@ -0,0 +1 @@ +{"v":"4.10.1","fr":50,"ip":0,"op":640,"w":1125,"h":1053,"nm":"Final seq crop 3x","ddd":0,"assets":[{"id":"comp_6","layers":[{"ddd":0,"ind":1,"ty":0,"nm":"1","refId":"comp_7","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.5,298.5,0],"ix":2},"a":{"a":0,"k":[187.5,333.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":375,"h":667,"ip":0,"op":192,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"2","refId":"comp_8","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.5,298.5,0],"ix":2},"a":{"a":0,"k":[187.5,333.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":375,"h":667,"ip":192,"op":321,"st":192,"bm":0},{"ddd":0,"ind":3,"ty":0,"nm":"3","refId":"comp_10","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.5,298.5,0],"ix":2},"a":{"a":0,"k":[187.5,333.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":375,"h":667,"ip":321,"op":430,"st":321,"bm":0},{"ddd":0,"ind":4,"ty":0,"nm":"4","refId":"comp_11","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.5,298.5,0],"ix":2},"a":{"a":0,"k":[187.5,333.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":375,"h":667,"ip":430,"op":643,"st":430,"bm":0}]},{"id":"comp_7","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Nuvens Outlines 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24,"s":[100],"e":[100]},{"t":228}],"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},"n":"0p667_1_0p333_0","t":0,"s":[29.179,91.093,0],"e":[203.179,91.093,0],"to":[29,0,0],"ti":[-29,0,0]},{"t":24}],"ix":2},"a":{"a":0,"k":[173.344,29.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[11.598,0],[0,0],[0,1.034],[7.18,0],[0,0],[0,-7.18],[-0.356,-1.185],[0,-9.71],[-11.598,0],[0,0],[0,11.598]],"o":[[0,0],[0.228,-0.965],[0,-7.18],[0,0],[-7.18,0],[0,1.301],[-8.952,2.403],[0,11.598],[0,0],[11.598,0],[0,-11.598]],"v":[[39.5,-13],[19.138,-13],[19.5,-16],[6.5,-29],[-32.5,-29],[-45.5,-16],[-44.948,-12.261],[-60.5,8],[-39.5,29],[39.5,29],[60.5,8]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-76.585,575.907],[298.415,575.907],[298.415,-91.093],[-76.585,-91.093]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-76.585,-91.093],[298.415,-91.093],[298.415,575.907],[-76.585,575.907]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[60.75,29.25],"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":"Group 2","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-7,"op":254,"st":-7,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Nuvens Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24,"s":[100],"e":[100]},{"t":228}],"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},"n":"0p667_1_0p333_0","t":0,"s":[321.679,91.093,0],"e":[159.179,91.093,0],"to":[-27.0833339691162,0,0],"ti":[27.0833339691162,0,0]},{"t":24}],"ix":2},"a":{"a":0,"k":[173.344,29.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[7.18,0],[0,0],[5.078,0],[0,0],[0.262,-5.013],[0,0],[0,-7.18],[-7.18,0],[0,0],[0,7.18]],"o":[[0,0],[-0.262,-5.013],[0,0],[-5.078,0],[0,0],[-7.18,0],[0,7.18],[0,0],[7.18,0],[0,-7.18]],"v":[[38.5,-8.5],[31.475,-8.5],[22,-17.5],[-7,-17.5],[-16.475,-8.5],[-38.5,-8.5],[-51.5,4.5],[-38.5,17.5],[38.5,17.5],[51.5,4.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-310.773,570.407],[64.227,570.407],[64.227,-96.593],[-310.773,-96.593]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-310.773,-96.593],[64.227,-96.593],[64.227,570.407],[-310.773,570.407]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[294.938,34.75],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-7,"op":254,"st":-7,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.5,333.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[117,-156.5],[122,-164.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[105,-160],[105,-169.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[93,-155.25],[87,-163.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":169,"s":[0],"e":[100]},{"t":180}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":158,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":169,"s":[100],"e":[100]},{"t":180}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":4,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":158,"op":184,"st":32,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[129.5,333.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[117,-156.5],[122,-164.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[105,-160],[105,-169.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[93,-155.25],[87,-163.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":141,"s":[0],"e":[100]},{"t":152}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":130,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":141,"s":[100],"e":[100]},{"t":152}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":4,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":130,"op":156,"st":4,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[70.5,328.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[117,-156.5],[122,-164.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[105,-160],[105,-169.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[93,-155.25],[87,-163.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":112,"s":[0],"e":[100]},{"t":123}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":101,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":112,"s":[100],"e":[100]},{"t":123}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":4,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":101,"op":127,"st":-25,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Layer 9 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[206.063,203.875,0],"ix":2},"a":{"a":0,"k":[140.416,136.125,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.841,2.005],[0,0],[2.17,-0.905],[0.321,-0.261],[0.017,0.001],[1.878,-0.783],[0.425,-0.537],[0.144,0.004],[1.695,-0.706],[0.389,-0.408],[0,0],[1.871,1.323],[1.432,-1.771],[-1.67,-1.907],[0,0],[-1.505,-3.588],[0,0],[1.284,3.06],[0,0],[-1.188,-3.72],[-4.809,-2.582],[0,0],[0,0]],"o":[[0,0],[0,0],[-0.867,-2.066],[-0.404,0.169],[-0.017,-0.001],[-0.993,-1.6],[-0.685,0.287],[-0.148,-0.004],[-1.082,-1.275],[-0.56,0.234],[-1.602,-0.058],[-1.657,0.194],[-2.15,-1.519],[-1.842,2.279],[1.67,1.907],[0,0],[1.506,3.589],[-1.691,0.706],[-1.284,-3.06],[-1.903,0.794],[1.189,3.72],[4.809,2.581],[0,0],[6.661,-2.779]],"v":[[21.137,5.028],[15.578,-8.22],[15.609,-8.233],[10.11,-10.334],[9.019,-9.683],[8.968,-9.685],[3.994,-11.17],[2.318,-9.901],[1.88,-9.912],[-2.776,-10.954],[-4.204,-9.971],[-6.747,-10.169],[-17.631,-19.226],[-22.587,-19.623],[-18.621,-12.149],[-10.502,-1.85],[-7.538,5.213],[-7.98,9.617],[-13.036,2.431],[-17.278,1.203],[-16.456,10.269],[-7.281,18.813],[1.524,20.16],[17.768,13.382]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.263000009574,0.224000010771,0.122000002394,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[254.402,194.939],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.841,2.005],[0,0],[2.17,-0.905],[0.321,-0.261],[0.017,0.001],[1.878,-0.783],[0.425,-0.537],[0.144,0.004],[1.695,-0.706],[0.389,-0.408],[0,0],[1.871,1.323],[1.432,-1.771],[-1.67,-1.907],[0,0],[-1.505,-3.588],[0,0],[1.284,3.06],[0,0],[-1.188,-3.72],[-4.809,-2.582],[0,0],[0,0]],"o":[[0,0],[0,0],[-0.867,-2.066],[-0.404,0.169],[-0.017,-0.001],[-0.993,-1.6],[-0.685,0.287],[-0.148,-0.004],[-1.082,-1.275],[-0.56,0.234],[-1.602,-0.058],[-1.657,0.194],[-2.15,-1.519],[-1.842,2.279],[1.67,1.907],[0,0],[1.506,3.589],[-1.691,0.706],[-1.284,-3.06],[-1.903,0.794],[1.189,3.72],[4.809,2.581],[0,0],[6.661,-2.779]],"v":[[21.137,5.028],[15.578,-8.22],[15.609,-8.233],[10.11,-10.334],[9.019,-9.683],[8.968,-9.685],[3.994,-11.17],[2.318,-9.901],[1.88,-9.912],[-2.776,-10.954],[-4.204,-9.971],[-6.747,-10.169],[-17.631,-19.226],[-22.587,-19.623],[-18.621,-12.149],[-10.502,-1.85],[-7.538,5.213],[-7.98,9.617],[-13.036,2.431],[-17.278,1.203],[-16.456,10.269],[-7.281,18.813],[1.524,20.16],[17.768,13.382]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-320.05,404.312],[54.95,404.312],[54.95,-262.688],[-320.05,-262.688]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-320.05,-262.688],[54.95,-262.688],[54.95,404.312],[-320.05,404.312]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[254.402,194.939],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.281,0.368],[0.463,0],[0,0],[0,0],[0,0],[-0.28,-0.368],[-0.464,0],[0,0]],"o":[[0,0],[0.119,-0.447],[-0.283,-0.366],[0,0],[0,0],[0,0],[-0.118,0.447],[0.284,0.366],[0,0],[0,0]],"v":[[-7.928,27.22],[-2.283,6.047],[-2.541,4.755],[-3.723,4.174],[-17.355,4.174],[7.93,-27.063],[2.284,-5.891],[2.542,-4.599],[3.725,-4.017],[17.357,-4.017]],"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.246,0.519],[0.574,0],[0,0],[0,0],[0.625,0.318],[0.442,-0.545],[0,0],[-0.248,-0.519],[-0.574,0],[0,0],[0,0],[-0.627,-0.318],[-0.229,0],[-0.291,0.359],[0,0]],"o":[[-0.247,-0.517],[0,0],[0,0],[0.18,-0.679],[-0.63,-0.32],[0,0],[-0.36,0.446],[0.247,0.517],[0,0],[0,0],[-0.181,0.679],[0.214,0.111],[0.438,0],[0,0],[0.361,-0.447]],"v":[[21.825,-6.148],[20.48,-6.996],[5.663,-6.996],[12.611,-33.048],[11.849,-34.759],[10.015,-34.369],[-21.637,4.727],[-21.823,6.306],[-20.478,7.153],[-5.66,7.153],[-12.607,33.205],[-11.844,34.916],[-11.17,35.079],[-10.012,34.526],[21.637,-4.569]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-87.968,448.437],[287.032,448.437],[287.032,-218.563],[-87.968,-218.563]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-87.968,-218.563],[287.032,-218.563],[287.032,448.437],[-87.968,448.437]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.811999990426,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[22.321,150.813],"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":"Group 3","np":6,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[20.388,-6.113],[31.745,-21.679],[10.37,-5.9],[16.014,-5.9],[5.926,6.184],[11.57,6.184],[0.213,21.679],[21.587,5.97],[15.944,5.97],[26.031,-6.113]],"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,5.899],[10.089,-6.184],[4.445,-6.184],[15.803,-21.679],[-5.572,-5.9],[0.072,-5.9],[-10.016,6.184],[-4.374,6.184],[-15.801,21.679],[5.574,5.97]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-10.37,5.899],[-16.012,5.899],[-5.926,-6.184],[-11.568,-6.184],[-0.212,-21.679],[-21.585,-5.9],[-15.942,-5.9],[-26.031,6.184],[-20.387,6.184],[-31.745,21.679]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.811999990426,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[59.097,50.93],"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":"Group 4","np":5,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[14.5,8.281],[4.815,8.281],[13.119,-15.549],[3.433,-15.549],[11.737,-39.374],[-3.666,-39.374],[-14.5,-8.282],[-4.816,-8.283],[-13.116,15.545],[-3.432,15.545],[-11.736,39.374]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.811999990426,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[123.853,232.625],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-15.123,1.822],[0.052,5.013],[-3.758,17.736],[15.494,-1.513],[0.052,-5.569],[4.211,-16.892]],"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],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-10.799,29.532],[-4.21,7.545],[-22,3.798],[12.446,-29.532],[4.478,-7.875],[22,-3.263]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.811999990426,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[209.353,112.782],"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":"Group 6","np":4,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-39.251,5.133],[-2.394,12.895],[-12.86,47.764],[39.673,-4.761],[2.493,-14.558],[14.349,-46.772]],"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],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-21.343,61.975],[-7.528,15.947],[-47.535,7.515],[24.295,-61.975],[7.85,-17.311],[47.535,-6.87]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.811999990426,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[170.888,62.226],"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":"Group 7","np":4,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false}],"ip":944,"op":2949,"st":944,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Boneco vermelho","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[189.237,331.135,0],"ix":2},"a":{"a":0,"k":[39.968,310.407,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[7.144,0],[2.51,-6.551]],"o":[[-2.69,-6.162],[-7.425,0],[0,0]],"v":[[16.125,4.867],[0.15,-5.601],[-16.125,5.601]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":6,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[39.969,588.424],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-1.648],[-1.471,0],[0,1.647],[1.472,0]],"o":[[0,1.647],[1.472,0],[0,-1.648],[-1.471,0]],"v":[[8.983,257.269],[11.647,260.252],[14.312,257.269],[11.647,254.286]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[38.231,312.772],"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":"Group 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-1.648],[-1.471,0],[0,1.647],[1.472,0]],"o":[[0,1.647],[1.472,0],[0,-1.648],[-1.471,0]],"v":[[-11.416,257.4],[-8.752,260.382],[-6.088,257.4],[-8.752,254.417]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[38.231,312.772],"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":"Group 3","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-16.551],[16.551,0],[0,16.551],[-16.551,0]],"o":[[0,16.551],[-16.551,0],[0,-16.551],[16.551,0]],"v":[[29.969,0],[0.001,29.968],[-29.969,0],[0.001,-29.968]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.980392156863,0.235294117647,0.090196078431,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[39.968,580.847],"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":"Group 4","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":900,"op":944,"st":900,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Boneco verde","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[189.237,331.135,0],"ix":2},"a":{"a":0,"k":[39.968,310.407,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[9.625,0],[0,9.64]],"o":[[0,9.64],[-9.624,0],[0,0]],"v":[[17.427,-8.728],[-0.001,8.728],[-17.427,-8.728]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":6,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[40.12,49.104],"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":"Group 6","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-1.647],[-1.471,0],[0,1.648],[1.472,0]],"o":[[0,1.648],[1.472,0],[0,-1.647],[-1.471,0]],"v":[[8.983,-283.61],[11.647,-280.628],[14.312,-283.61],[11.647,-286.593]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[38.231,312.772],"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":"Group 7","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-1.647],[-1.471,0],[0,1.648],[1.472,0]],"o":[[0,1.648],[1.472,0],[0,-1.647],[-1.471,0]],"v":[[-11.416,-283.48],[-8.752,-280.497],[-6.088,-283.48],[-8.752,-286.462]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[38.231,312.772],"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":"Group 8","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-16.551],[16.551,0],[0,16.551],[-16.551,0]],"o":[[0,16.551],[-16.551,0],[0,-16.551],[16.551,0]],"v":[[29.969,0],[0.001,29.968],[-29.969,0],[0.001,-29.968]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.133333333333,0.556862745098,0.223529411765,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[39.968,39.968],"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":"Group 9","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":900,"op":944,"st":900,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Layer 4 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[182.5,193.5,0],"ix":2},"a":{"a":0,"k":[171.75,134.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.864,0],[0,0],[0,0],[3.795,0],[0,0],[0,-3.729],[0,0],[0,0],[0,-0.849],[0,0],[-0.864,0],[0,0],[0,0.848],[0,0]],"o":[[0,0],[0,0],[0,-3.729],[0,0],[-3.795,0],[0,0],[0,0],[-0.864,0],[0,0],[0,0.848],[0,0],[0.864,0],[0,0],[0,-0.849]],"v":[[23.903,4.19],[17.191,4.19],[17.191,-1.913],[10.292,-8.694],[-9.828,-8.694],[-16.727,-1.913],[-16.727,4.19],[-23.902,4.19],[-25.472,5.733],[-25.472,7.15],[-23.902,8.694],[23.903,8.694],[25.473,7.15],[25.473,5.733]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-311.067,573.118],[63.933,573.118],[63.933,-93.882],[-311.067,-93.882]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-311.067,-93.882],[63.933,-93.882],[63.933,573.118],[-311.067,573.118]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[300.317,35.132],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.526,-1.041],[0,0],[1.161,0],[0,0],[-0.525,1.042]],"o":[[0.525,-1.041],[0,0],[0.527,1.042],[0,0],[-1.159,0],[0,0]],"v":[[-0.955,-5.097],[0.956,-5.097],[5.69,4.263],[4.536,6.138],[-4.537,6.138],[-5.691,4.263]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-310.823,556.3],[64.177,556.3],[64.177,-110.7],[-310.823,-110.7]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-310.823,-110.7],[64.177,-110.7],[64.177,556.3],[-310.823,556.3]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[300.073,51.95],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.375,-0.121],[1.209,-0.577],[2.648,-1.986],[-0.38,0],[0,0],[2.427,1.161],[1.058,0.425],[0.034,0.972],[-0.462,0.153],[-1.401,1.04],[-0.435,0.577],[-0.626,1.857],[0,2.707],[1.556,1.153],[2.715,3.016],[2.092,0.896],[1.715,0.168],[0,0],[2.38,-1.016],[1.309,-1.459],[0.104,-4.038],[0,-2.12],[-2.329,-0.913],[-1.033,-1.378],[-0.935,-0.739],[-1.307,-0.369],[0.052,-1.07]],"o":[[-1.06,0.425],[-2.401,1.149],[0.369,0.041],[0,0],[-2.678,-2.019],[-1.212,-0.577],[-0.379,-0.155],[-0.037,-1.051],[1.295,-0.431],[0.939,-0.701],[1.032,-1.378],[2.331,-0.913],[0,-2.12],[-0.105,-4.038],[-1.307,-1.457],[-0.837,-0.354],[-1.659,-0.645],[0,0],[-2.097,0.896],[-2.71,3.016],[-1.561,1.153],[0,2.709],[0.631,1.857],[0.441,0.588],[1.347,1.061],[0.511,0.144],[-0.044,0.989]],"v":[[-6.451,17.855],[-10.24,19.815],[-17.93,24.443],[-16.808,24.51],[18.02,24.51],[10.242,19.815],[6.322,17.855],[5.682,15.766],[6.322,14.034],[10.697,11.51],[12.871,9.485],[14.838,5.118],[19.336,-1.391],[16.967,-5.495],[13.409,-17.581],[8.081,-21.162],[3.998,-21.948],[1.215,-24.51],[-8.077,-21.162],[-13.41,-17.581],[-17.095,-5.495],[-19.337,-1.391],[-14.967,5.118],[-12.861,9.485],[-10.685,11.612],[-6.451,14.034],[-5.783,15.76]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-310.807,554.509],[64.193,554.509],[64.193,-112.491],[-310.807,-112.491]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-310.807,-112.491],[64.193,-112.491],[64.193,554.509],[-310.807,554.509]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[300.057,53.741],"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":"Group 3","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-5.523,0],[0,0],[0,-5.523],[0,0],[5.523,0],[0,0],[0,5.523],[0,0]],"o":[[0,0],[5.523,0],[0,0],[0,5.523],[0,0],[-5.523,0],[0,0],[0,-5.523]],"v":[[-17.5,-27.5],[17.5,-27.5],[27.5,-17.5],[27.5,17.5],[17.5,27.5],[-17.5,27.5],[-27.5,17.5],[-27.5,-17.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-311.5,557.5],[63.5,557.5],[63.5,-109.5],[-311.5,-109.5]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-311.5,-109.5],[63.5,-109.5],[63.5,557.5],[-311.5,557.5]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764999988032,1,0.875,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[300.75,50.75],"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":"Group 4","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.467,0.926],[0,0],[0.466,-0.925],[0,0],[-1.03,0],[0,0]],"o":[[0,0],[-0.467,-0.925],[0,0],[-0.467,0.926],[0,0],[1.032,0]],"v":[[5.056,3.787],[0.851,-4.527],[-0.848,-4.527],[-5.055,3.787],[-4.029,5.452],[4.031,5.452]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-50.778,368.251],[324.222,368.251],[324.222,-298.749],[-50.778,-298.749]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-50.778,-298.749],[324.222,-298.749],[324.222,368.251],[-50.778,368.251]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[40.028,239.999],"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":"Group 5","np":4,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.693,1.047],[-1.358,0.907],[-0.693,-1.046],[1.359,-0.907]],"o":[[-0.692,-1.046],[1.358,-0.906],[0.692,1.046],[-1.358,0.906]],"v":[[-2.46,1.64],[-1.254,-1.894],[2.46,-1.641],[1.253,1.895]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-43.714,387.731],[331.286,387.731],[331.286,-279.269],[-43.714,-279.269]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-43.714,-279.269],[331.286,-279.269],[331.286,387.731],[-43.714,387.731]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[32.964,220.519],"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":"Group 6","np":4,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.249,-0.166],[0.117,-0.164],[0.189,0.002],[0.178,-0.065],[0.112,0.105],[0.246,0.031],[-0.044,0.232],[0.126,0.217],[-0.249,0.166],[-0.118,0.164],[-0.189,-0.002],[-0.178,0.065],[-0.112,-0.105],[-0.247,-0.031],[0.045,-0.231],[-0.125,-0.217]],"o":[[-0.172,0.115],[-0.155,-0.08],[-0.176,-0.003],[-0.046,-0.148],[-0.157,-0.147],[0.175,-0.208],[0.05,-0.258],[0.295,-0.023],[0.171,-0.115],[0.154,0.079],[0.175,0.003],[0.047,0.148],[0.157,0.147],[-0.176,0.208],[-0.05,0.259],[-0.294,0.023]],"v":[[0.632,0.953],[0.208,1.382],[-0.301,1.244],[-0.833,1.351],[-1.059,0.962],[-1.676,0.705],[-1.333,0.043],[-1.456,-0.675],[-0.631,-0.953],[-0.206,-1.382],[0.303,-1.244],[0.833,-1.351],[1.059,-0.962],[1.676,-0.705],[1.331,-0.043],[1.456,0.675]],"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":[[1.751,-0.057],[0.069,-0.005],[-0.056,0.05],[0.685,0.639],[1.204,-0.824],[0.887,0.011],[0.511,-1.338],[0.847,-0.565],[-0.831,-1.253],[-0.105,-0.119],[0.193,-0.007],[0.193,-1.01],[-1.751,0.057],[-0.069,0.004],[0.056,-0.05],[-0.684,-0.64],[-1.205,0.824],[-0.887,-0.011],[-0.511,1.338],[-0.847,0.565],[0.83,1.254],[0.105,0.119],[-0.193,0.006],[-0.194,1.009]],"o":[[-0.07,0.003],[0.056,-0.048],[1.392,-1.266],[-0.566,-0.531],[0.072,-1.246],[-0.933,-0.012],[-0.848,-0.916],[-0.972,0.649],[0.091,0.139],[-0.18,-0.013],[-1.752,0.057],[-0.194,1.009],[0.07,-0.002],[-0.056,0.047],[-1.391,1.266],[0.568,0.53],[-0.072,1.245],[0.933,0.012],[0.848,0.916],[0.971,-0.649],[-0.091,-0.139],[0.18,0.013],[1.752,-0.058],[0.193,-1.009]],"v":[[4.855,-1.974],[4.648,-1.955],[4.818,-2.095],[6.098,-5.545],[3.076,-4.985],[1.742,-7.167],[-0.725,-4.843],[-3.637,-5.495],[-3.893,-2.05],[-3.594,-1.667],[-4.152,-1.681],[-7.674,0.25],[-4.855,1.974],[-4.648,1.956],[-4.818,2.095],[-6.1,5.546],[-3.075,4.986],[-1.742,7.167],[0.725,4.843],[3.637,5.495],[3.893,2.05],[3.596,1.667],[4.152,1.682],[7.676,-0.249]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-43.73,387.715],[331.27,387.715],[331.27,-279.285],[-43.73,-279.285]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-43.73,-279.285],[331.27,-279.285],[331.27,387.715],[-43.73,387.715]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[32.98,220.535],"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":"Group 7","np":6,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[14.803,0.33],[1.996,-0.953],[0,0],[-1.808,3.553],[-12.67,0.623]],"o":[[-5.189,-0.116],[-12.883,0.356],[7.73,-0.114],[1.594,1.773],[0,0]],"v":[[4.241,-8.529],[-6.161,-6.994],[-18.13,6.132],[-4.838,-1.594],[17.727,8.022]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-51.484,382.14],[323.516,382.14],[323.516,-284.86],[-51.484,-284.86]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-51.484,-284.86],[323.516,-284.86],[323.516,382.14],[-51.484,382.14]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[40.734,226.11],"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":"Group 8","np":4,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.409,-0.132],[1.319,-0.629],[1.216,-0.699],[0,0],[1.138,0.545],[1.154,0.463],[0.038,1.061],[-0.504,0.167],[-1.528,1.135],[-0.473,0.63],[-0.683,2.026],[0,2.952],[1.697,1.257],[2.961,3.291],[2.283,0.978],[1.872,0.183],[0,0],[2.596,-1.109],[1.428,-1.591],[0.114,-4.405],[0,-2.314],[-2.54,-0.996],[-1.126,-1.503],[-1.02,-0.806],[-1.426,-0.402],[0.056,-1.167]],"o":[[-1.157,0.463],[-1.138,0.545],[0,0],[-1.216,-0.699],[-1.321,-0.629],[-0.414,-0.169],[-0.039,-1.146],[1.412,-0.47],[1.024,-0.764],[1.127,-1.503],[2.543,-0.996],[0,-2.314],[-0.114,-4.405],[-1.426,-1.589],[-0.913,-0.387],[-1.809,-0.704],[0,0],[-2.288,0.978],[-2.956,3.291],[-1.702,1.257],[0,2.955],[0.688,2.026],[0.481,0.641],[1.47,1.158],[0.557,0.158],[-0.049,1.079]],"v":[[-7.037,21.109],[-11.171,23.247],[-14.713,25.107],[14.716,25.107],[11.173,23.247],[6.898,21.109],[6.198,18.83],[6.898,16.941],[11.67,14.187],[14.041,11.979],[16.187,7.214],[21.095,0.114],[18.51,-4.365],[14.629,-17.549],[8.816,-21.455],[4.361,-22.313],[1.326,-25.107],[-8.811,-21.455],[-14.629,-17.549],[-18.649,-4.365],[-21.095,0.114],[-16.327,7.214],[-14.03,11.979],[-11.656,14.299],[-7.037,16.941],[-6.308,18.824]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-51.244,365.107],[323.756,365.107],[323.756,-301.893],[-51.244,-301.893]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-51.244,-301.893],[323.756,-301.893],[323.756,365.107],[-51.244,365.107]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[40.494,243.143],"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":"Group 9","np":4,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-5.523,0],[0,0],[0,-5.523],[0,0],[5.523,0],[0,0],[0,5.523],[0,0]],"o":[[0,0],[5.523,0],[0,0],[0,5.523],[0,0],[-5.523,0],[0,0],[0,-5.523]],"v":[[-20,-30],[20,-30],[30,-20],[30,20],[20,30],[-20,30],[-30,20],[-30,-20]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-52,370],[323,370],[323,-297],[-52,-297]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-52,-297],[323,-297],[323,370],[-52,370]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.847000002394,0.470999983245,0.689999988032,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[41.25,238.25],"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":"Group 10","np":4,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.794,0.209],[3.065,0],[6.154,0],[0.323,0],[4.88,0],[3.938,0],[0.851,-0.222],[-10.77,0],[-0.526,0],[-6.989,0]],"o":[[-0.85,-0.222],[-3.938,0],[-4.882,0],[-0.324,0],[-6.154,0],[-3.067,0],[-0.795,0.209],[6.988,0],[0.527,0],[10.771,0]],"v":[[23.859,-4.084],[18.637,-0.894],[6.692,-7.727],[0,-3.811],[-6.691,-7.727],[-18.637,-0.894],[-23.858,-4.084],[-11.622,7.727],[0,2.132],[11.623,7.727]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-325.101,360.544],[49.899,360.544],[49.899,-306.456],[-325.101,-306.456]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-325.101,-306.456],[49.899,-306.456],[49.899,360.544],[-325.101,360.544]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[314.351,247.706],"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":"Group 11","np":4,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.319,0.634],[0,0],[0.318,-0.633],[0,0],[-0.704,0],[0,0]],"o":[[0,0],[-0.318,-0.633],[0,0],[-0.319,0.634],[0,0],[0.704,0]],"v":[[3.452,2.595],[0.58,-3.103],[-0.579,-3.103],[-3.452,2.595],[-2.752,3.736],[2.752,3.736]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-325.81,368.125],[49.19,368.125],[49.19,-298.875],[-325.81,-298.875]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-325.81,-298.875],[49.19,-298.875],[49.19,368.125],[-325.81,368.125]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[315.06,240.125],"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":"Group 12","np":4,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.788,1.823],[0.896,0.361],[0.029,0.828],[-0.391,0.13],[-1.186,0.886],[-0.368,0.491],[-0.53,1.581],[0,2.305],[1.317,0.982],[2.298,2.569],[1.771,0.763],[1.452,0.143],[0,0],[2.014,-0.866],[1.109,-1.241],[0.088,-3.437],[0,-1.806],[-1.971,-0.777],[-0.874,-1.173],[-0.791,-0.629],[-1.106,-0.314],[0.043,-0.911],[0.317,-0.103],[1.023,-0.492],[3.882,-4.565],[-0.963,0],[0,0],[-0.58,0.105]],"o":[[-1.025,-0.492],[-0.32,-0.132],[-0.031,-0.895],[1.096,-0.367],[0.794,-0.596],[0.873,-1.173],[1.973,-0.777],[0,-1.806],[-0.089,-3.437],[-1.106,-1.24],[-0.708,-0.302],[-1.404,-0.549],[0,0],[-1.775,0.763],[-2.294,2.569],[-1.321,0.982],[0,2.306],[0.534,1.581],[0.373,0.5],[1.141,0.904],[0.433,0.123],[-0.038,0.842],[-0.897,0.361],[-3.726,1.793],[0.882,0.254],[0,0],[0.611,0],[-3.928,-4.701]],"v":[[8.572,14.106],[5.254,12.438],[4.712,10.659],[5.254,9.184],[8.958,7.035],[10.798,5.311],[12.463,1.593],[16.27,-3.949],[14.265,-7.445],[11.253,-17.735],[6.743,-20.784],[3.287,-21.453],[0.931,-23.634],[-6.934,-20.784],[-11.449,-17.735],[-14.568,-7.445],[-16.465,-3.949],[-12.766,1.593],[-10.984,5.311],[-9.142,7.122],[-5.558,9.184],[-4.992,10.654],[-5.558,12.438],[-8.765,14.106],[-20.78,23.236],[-18.006,23.634],[18.994,23.634],[20.78,23.466]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-325.006,362.634],[49.994,362.634],[49.994,-304.366],[-325.006,-304.366]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-325.006,-304.366],[49.994,-304.366],[49.994,362.634],[-325.006,362.634]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[314.256,245.616],"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":"Group 13","np":4,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-5.523,0],[0,0],[0,-5.523],[0,0],[5.523,0],[0,0],[0,5.523],[0,0]],"o":[[0,0],[5.523,0],[0,0],[0,5.523],[0,0],[-5.523,0],[0,0],[0,-5.523]],"v":[[-18.5,-28.5],[18.5,-28.5],[28.5,-18.5],[28.5,18.5],[18.5,28.5],[-18.5,28.5],[-28.5,18.5],[-28.5,-18.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-325.5,367.5],[49.5,367.5],[49.5,-299.5],[-325.5,-299.5]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-325.5,-299.5],[49.5,-299.5],[49.5,367.5],[-325.5,367.5]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764999988032,0.769000004787,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[314.75,240.75],"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":"Group 14","np":4,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.539,1.068],[0,0],[0.537,-1.067],[0,0],[-1.189,0],[0,0]],"o":[[0,0],[-0.538,-1.067],[0,0],[-0.539,1.068],[0,0],[1.191,0]],"v":[[5.832,4.369],[0.98,-5.223],[-0.978,-5.223],[-5.832,4.369],[-4.649,6.29],[4.649,6.29]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[41.034,35.95],"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":"Group 15","np":3,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.267,0.208],[0,0],[10.909,0],[3.442,-9.861],[0,0],[0,-1.294],[0,0],[-1.267,-0.207],[0,0],[0,1.294],[0,0],[-9.645,0],[-1.455,-10.408],[0,0],[-1.266,0.208],[0,0],[0,1.294],[0,0]],"o":[[0,0],[-3.474,-9.802],[-10.952,0],[0,0],[-1.267,0.208],[0,0],[0,1.294],[0,0],[1.267,0.208],[0,0],[2.607,-8.875],[10.727,0],[0,0],[0,1.294],[0,0],[1.267,-0.207],[0,0],[0,-1.294]],"v":[[27.973,0.008],[23.364,-0.75],[-0.325,-17.589],[-24.052,-0.637],[-27.974,0.008],[-30.277,2.738],[-30.277,13.838],[-27.974,16.568],[-23.037,17.38],[-20.733,15.407],[-20.733,1.669],[-0.325,-13.705],[20.733,4.744],[20.733,15.407],[23.036,17.38],[27.973,16.568],[30.277,13.838],[30.277,2.738]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-51.979,579.412],[323.021,579.412],[323.021,-87.588],[-51.979,-87.588]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-51.979,-87.588],[323.021,-87.588],[323.021,579.412],[-51.979,579.412]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[41.229,28.838],"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":"Group 16","np":3,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.376,0],[0.288,0.287],[1.86,-1.858],[0.574,0.574],[-0.574,0.575],[-3.022,-3.018],[0.574,-0.575]],"o":[[-0.377,0],[-1.873,-1.873],[-0.575,0.574],[-0.574,-0.574],[3.007,-3.005],[0.574,0.574],[-0.288,0.287]],"v":[[4.426,2.709],[3.385,2.279],[-3.385,2.255],[-5.467,2.255],[-5.467,0.175],[5.466,0.199],[5.466,2.279]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[53.45,30.002],"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":"Group 17","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.377,0],[0.288,0.287],[1.281,0.004],[0,0],[0.897,-0.896],[0.575,0.574],[-0.575,0.575],[-2.058,-0.007],[-1.462,-1.461],[0.574,-0.575]],"o":[[-0.377,0],[-0.908,-0.908],[0,0],[-1.272,0],[-0.574,0.574],[-0.575,-0.574],[1.457,-1.457],[2.063,0.005],[0.574,0.574],[-0.288,0.287]],"v":[[4.426,2.335],[3.385,1.905],[-0.01,0.491],[-0.023,0.491],[-3.385,1.881],[-5.465,1.881],[-5.465,-0.199],[-0.001,-2.449],[5.466,-0.174],[5.466,1.905]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[28.634,30.38],"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":"Group 18","np":3,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.115,0.004],[5.845,2.783],[1.332,0.532],[0.043,1.218],[-0.581,0.191],[-1.763,1.303],[-0.546,0.723],[-0.787,2.327],[0,3.39],[1.959,1.444],[3.417,3.779],[2.634,1.122],[2.16,0.21],[0,0],[2.996,-1.274],[1.649,-1.826],[0.131,-5.058],[0,-2.657],[-2.932,-1.143],[-1.3,-1.726],[-1.177,-0.925],[-1.646,-0.463],[0.064,-1.341],[0.471,-0.151],[1.522,-0.723],[5.989,-7.384],[-0.355,0],[0,0]],"o":[[-5.994,-7.414],[-1.525,-0.723],[-0.477,-0.194],[-0.046,-1.317],[1.63,-0.54],[1.182,-0.878],[1.3,-1.726],[2.935,-1.143],[0,-2.657],[-0.131,-5.058],[-1.645,-1.824],[-1.053,-0.444],[-2.088,-0.808],[0,0],[-2.639,1.122],[-3.411,3.779],[-1.965,1.444],[0,3.393],[0.793,2.327],[0.555,0.736],[1.696,1.33],[0.643,0.18],[-0.056,1.239],[-1.335,0.532],[-5.84,2.78],[0.345,0.036],[0,0],[0.116,0]],"v":[[31.697,35.042],[12.883,20.469],[7.949,18.014],[7.143,15.398],[7.949,13.228],[13.456,10.066],[16.191,7.529],[18.667,2.058],[24.331,-6.095],[21.348,-11.239],[16.87,-26.379],[10.163,-30.865],[5.023,-31.849],[1.521,-35.059],[-10.178,-30.865],[-16.891,-26.379],[-21.529,-11.239],[-24.35,-6.095],[-18.848,2.058],[-16.199,7.529],[-13.46,10.193],[-8.13,13.228],[-7.288,15.39],[-8.13,18.014],[-12.9,20.469],[-31.697,35.004],[-30.646,35.059],[31.354,35.059]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-51.647,561.059],[323.353,561.059],[323.353,-105.941],[-51.647,-105.941]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-51.647,-105.941],[323.353,-105.941],[323.353,561.059],[-51.647,561.059]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[40.897,47.191],"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":"Group 19","np":3,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-5.523,0],[0,0],[0,-5.523],[0,0],[5.523,0],[0,0],[0,5.523],[0,0]],"o":[[0,0],[5.523,0],[0,0],[0,5.523],[0,0],[-5.523,0],[0,0],[0,-5.523]],"v":[[-31,-41],[31,-41],[41,-31],[41,31],[31,41],[-31,41],[-41,31],[-41,-31]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-52,567],[323,567],[323,-100],[-52,-100]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-52,-100],[323,-100],[323,567],[-52,567]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941000007181,1,0.764999988032,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[41.25,41.25],"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":"Group 20","np":4,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false}],"ip":862,"op":900,"st":862,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Layer 3 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[185.49,168.5,0],"ix":2},"a":{"a":0,"k":[153.74,120.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,-1.145],[0,0],[2.033,0]],"o":[[0,0],[0,0],[1.11,0],[0,0],[-1.329,-1.329],[0,0]],"v":[[-14.091,8.11],[-14.091,-9.969],[-4.826,-9.969],[-2.129,-8.11],[-2.129,9.969],[-5.898,8.11]],"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],[0,0],[0,-1.145],[0,0],[-2.033,0]],"o":[[0,0],[0,0],[-1.11,0],[0,0],[1.33,-1.329],[0,0]],"v":[[14.091,8.11],[14.091,-9.969],[4.826,-9.969],[2.128,-8.11],[2.128,9.969],[5.898,8.11]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-61.49,510.245],[313.51,510.245],[313.51,-156.755],[-61.49,-156.755]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-61.49,-156.755],[313.51,-156.755],[313.51,510.245],[-61.49,510.245]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.289999988032,0.564999988032,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[29.74,109.005],"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":"Group 1","np":6,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.262,-1.46],[0,0],[1.947,0],[0,0],[0,-2.079],[0,0],[-2.053,0],[0,0],[-0.525,-0.925],[-0.798,0],[-0.396,0.7],[-1.039,0],[0,0],[0,2.078],[0,0],[2.052,0]],"o":[[-1.946,0],[0,0],[-1.263,-1.46],[0,0],[-2.053,0],[0,0],[0,2.079],[0,0],[1.039,0],[0.397,0.699],[0.799,0],[0.525,-0.924],[0,0],[2.052,0],[0,0],[0,-2.078],[0,0]],"v":[[4.467,-14.959],[-0.557,-12.644],[0.558,-12.644],[-4.467,-14.959],[-14.145,-14.959],[-17.86,-11.185],[-17.86,8.556],[-14.145,12.33],[-4.467,12.33],[-1.929,13.828],[0,14.959],[1.93,13.827],[4.467,12.33],[14.145,12.33],[17.86,8.556],[17.86,-11.185],[14.145,-14.959]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-61.49,509.52],[313.51,509.52],[313.51,-157.48],[-61.49,-157.48]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-61.49,-157.48],[313.51,-157.48],[313.51,509.52],[-61.49,509.52]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[29.74,109.731],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-16.287,0],[0,-16.27],[16.287,0],[0,16.27]],"o":[[16.287,0],[0,16.27],[-16.287,0],[0,-16.27]],"v":[[0,-29.46],[29.49,0],[0,29.46],[-29.49,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-61.49,509.54],[313.51,509.54],[313.51,-157.46],[-61.49,-157.46]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-61.49,-157.46],[313.51,-157.46],[313.51,509.54],[-61.49,509.54]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.564999988032,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[29.74,109.71],"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":"Group 3","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.785,0],[0,-1.788],[-1.785,0],[0,1.788]],"o":[[-1.785,0],[0,1.788],[1.785,0],[0,-1.789]],"v":[[0,-3.243],[-3.237,0],[0,3.243],[3.237,0]],"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":[[4.569,0],[0,4.576],[-4.569,0],[0,-4.577]],"o":[[-4.569,0],[0,-4.577],[4.569,0],[0,4.576]],"v":[[0,8.299],[-8.286,0],[0,-8.299],[8.286,0]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-311.725,450.707],[63.275,450.707],[63.275,-216.293],[-311.725,-216.293]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-311.725,-216.293],[63.275,-216.293],[63.275,450.707],[-311.725,450.707]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[279.975,168.543],"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":"Group 4","np":6,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[5.936,-0.347],[0.06,-0.077],[0,0],[-11.224,0.656],[-6.936,-6.949]],"o":[[-5.874,-5.884],[-8.986,0.525],[0,0],[0.301,-0.383],[7.44,-0.432],[0,0]],"v":[[16.636,6.911],[-1.165,-1.431],[-16.244,6.691],[-20.205,3.556],[-1.459,-6.479],[20.205,3.336]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-311.628,460.637],[63.372,460.637],[63.372,-206.363],[-311.628,-206.363]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-311.628,-206.363],[63.372,-206.363],[63.372,460.637],[-311.628,460.637]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[279.878,158.614],"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":"Group 5","np":4,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-15.183,0],[0,-15.167],[15.183,0],[0,15.167]],"o":[[15.183,0],[0,15.167],[-15.183,0],[0,-15.167]],"v":[[0,-27.462],[27.49,0],[0,27.462],[-27.49,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-311.49,454.538],[63.51,454.538],[63.51,-212.462],[-311.49,-212.462]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-311.49,-212.462],[63.51,-212.462],[63.51,454.538],[-311.49,454.538]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.352999997606,0.842999985639,0.677999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[279.741,164.712],"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":"Group 6","np":4,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.967,-2.635],[0,0],[4.372,3.128],[0.074,0.053],[0.738,0.569],[-0.585,3.151],[-2.894,0.092],[-0.927,-2.645],[-0.716,2.046],[-2.647,-0.06],[-0.547,-2.819],[3.301,-2.53],[1.256,-0.899],[0.111,-0.079]],"o":[[0,0],[-1.967,-2.635],[-0.111,-0.079],[-1.257,-0.899],[-3.322,-2.586],[0.545,-2.778],[2.625,-0.059],[0.716,2.046],[0.926,-2.645],[2.892,0.092],[0.583,3.143],[-0.743,0.572],[-0.074,0.053],[-4.372,3.128]],"v":[[-1.838,12.158],[1.836,12.158],[-6.593,4.629],[-7.167,4.219],[-9.869,2.235],[-14.143,-6.436],[-8.168,-11.441],[-2.164,-7.061],[2.162,-7.061],[8.187,-11.441],[14.144,-6.418],[9.871,2.232],[7.165,4.219],[6.591,4.629]],"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.917,1.228],[-3.998,2.86],[-0.074,0.054],[-0.794,0.611],[0.945,5.092],[5.039,0.16],[1.567,-4.475],[0,0],[4.681,-0.105],[0.962,-4.906],[-4.556,-3.548],[-1.298,-0.928],[-0.11,-0.078],[-1.594,-2.137]],"o":[[1.594,-2.137],[0.11,-0.078],[1.298,-0.928],[4.542,-3.482],[-0.961,-4.953],[-4.703,-0.106],[0,0],[-1.567,-4.475],[-5.043,0.161],[-0.947,5.103],[0.804,0.619],[0.075,0.054],[3.998,2.86],[0.917,1.228]],"v":[[1.836,14.902],[9.258,8.358],[9.831,7.947],[12.664,5.868],[18.648,-7.272],[8.311,-16.023],[-2.164,-8.577],[2.162,-8.577],[-8.292,-16.025],[-18.646,-7.296],[-12.676,5.86],[-9.834,7.947],[-9.26,8.358],[-1.838,14.902]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-187.469,589.406],[187.531,589.406],[187.531,-77.594],[-187.469,-77.594]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-187.469,-77.594],[187.531,-77.594],[187.531,589.406],[-187.469,589.406]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[155.719,29.844],"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":"Group 7","np":6,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-16.287,0],[0,16.27],[16.287,0],[0,-16.27]],"o":[[16.287,0],[0,-16.27],[-16.287,0],[0,16.27]],"v":[[0,29.459],[29.49,0],[0,-29.459],[-29.49,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-187.49,589.541],[187.51,589.541],[187.51,-77.459],[-187.49,-77.459]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-187.49,-77.459],[187.51,-77.459],[187.51,589.541],[-187.49,589.541]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.944999964097,0.349000010771,0.165000002992,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[155.74,29.71],"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":"Group 8","np":4,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.356,0.163],[12.116,0],[3.211,-0.924],[3.615,0],[2.649,0.757],[6.709,0],[0.281,-0.129],[0.029,-0.395],[0,0],[-0.44,-0.177],[-0.076,-0.153],[-0.173,-0.822],[-1.248,-3.289],[-3.574,-1.543],[-3.174,0],[-2.358,1.018],[-1.871,5.102],[-0.21,0.613],[-2.058,0],[-1.298,-3.75],[-0.277,-0.752],[-6.152,-2.656],[-3.1,0],[-2.139,0.924],[-1.445,3.805],[-0.548,2.644],[-0.052,0.172],[-0.458,0.182],[0.029,0.46],[0,0]],"o":[[-0.282,-0.129],[-6.709,0],[-2.65,0.757],[-3.619,0],[-3.213,-0.924],[-12.117,0],[-0.361,0.163],[0,0],[-0.028,0.46],[0.464,0.182],[0.06,0.186],[0.548,2.653],[1.439,3.805],[2.133,0.924],[3.099,0],[6.146,-2.656],[0.271,-0.756],[1.303,-3.75],[2.057,0],[0.216,0.618],[1.861,5.106],[2.362,1.018],[3.169,0],[3.568,-1.543],[1.237,-3.271],[0.178,-0.841],[0.089,-0.176],[0.441,-0.177],[0,0],[-0.028,-0.395]],"v":[[41.254,-12.828],[22.122,-16],[8.558,-14.04],[0,-12.633],[-8.557,-14.04],[-22.123,-16],[-41.254,-12.828],[-41.883,-11.922],[-42.234,-6.714],[-41.545,-5.641],[-40.471,-4.948],[-40.124,-3.365],[-37.31,7.521],[-30.764,14.504],[-22.165,16],[-13.819,14.443],[-4.328,2.652],[-3.606,0.599],[0,-3.633],[3.605,0.599],[4.333,2.648],[13.814,14.443],[22.165,16],[30.769,14.504],[37.311,7.521],[40.114,-3.322],[40.461,-4.925],[41.544,-5.641],[42.233,-6.714],[41.881,-11.922]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-185.236,466],[189.764,466],[189.764,-201],[-185.236,-201]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-185.236,-201],[189.764,-201],[189.764,466],[-185.236,466]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[153.486,153.251],"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":"Group 9","np":4,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.444,-2.858],[0,0],[3.189,0],[0,0],[-1.444,2.862]],"o":[[1.441,-2.858],[0,0],[1.445,2.862],[0,0],[-3.186,0],[0,0]],"v":[[-2.623,-13.999],[2.626,-13.999],[15.629,11.708],[12.458,16.857],[-12.46,16.857],[-15.63,11.708]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-185.193,454.857],[189.807,454.857],[189.807,-212.143],[-185.193,-212.143]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-185.193,-212.143],[189.807,-212.143],[189.807,454.857],[-185.193,454.857]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[153.443,164.393],"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":"Group 10","np":4,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.11,-0.359],[3.583,-1.711],[9.862,-8.439],[0,0],[8.979,4.294],[3.135,1.258],[0.101,2.882],[-1.37,0.453],[-4.151,3.083],[-1.287,1.712],[-1.855,5.505],[0,8.021],[4.612,3.416],[8.044,8.94],[6.202,2.655],[5.085,0.497],[0,0],[7.054,-3.014],[3.88,-4.322],[0.309,-11.966],[0,-6.285],[-6.902,-2.705],[-3.06,-4.083],[-2.77,-2.189],[-3.874,-1.095],[0.152,-3.17]],"o":[[-3.142,1.258],[-8.978,4.294],[0,0],[-9.863,-8.439],[-3.59,-1.711],[-1.124,-0.459],[-0.107,-3.114],[3.836,-1.278],[2.782,-2.076],[3.06,-4.083],[6.908,-2.705],[0,-6.285],[-0.309,-11.966],[-3.874,-4.316],[-2.48,-1.051],[-4.915,-1.913],[0,0],[-6.215,2.655],[-8.032,8.94],[-4.625,3.416],[0,8.028],[1.868,5.505],[1.306,1.743],[3.994,3.146],[1.514,0.427],[-0.132,2.932]],"v":[[-19.122,50.556],[-30.352,56.363],[-59.301,75],[59.301,75],[30.349,56.363],[18.734,50.556],[16.834,44.365],[18.734,39.232],[31.699,31.751],[38.141,25.749],[43.971,12.808],[57.302,-6.481],[50.28,-18.648],[39.737,-54.465],[23.945,-65.078],[11.844,-67.406],[3.598,-75],[-23.942,-65.078],[-39.747,-54.465],[-50.668,-18.648],[-57.312,-6.481],[-44.359,12.808],[-38.119,25.749],[-31.671,32.053],[-19.122,39.232],[-17.141,44.346]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-185.452,453],[189.548,453],[189.548,-214],[-185.452,-214]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-185.452,-214],[189.548,-214],[189.548,453],[-185.452,453]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[153.702,166.25],"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":"Group 11","np":4,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-5.523,0],[0,0],[0,-5.523],[0,0],[5.523,0],[0,0],[0,5.523],[0,0]],"o":[[0,0],[5.523,0],[0,0],[0,5.523],[0,0],[-5.523,0],[0,0],[0,-5.523]],"v":[[-71.5,-81.5],[71.5,-81.5],[81.5,-71.5],[81.5,71.5],[71.5,81.5],[-71.5,81.5],[-81.5,71.5],[-81.5,-71.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-187.5,459.5],[187.5,459.5],[187.5,-207.5],[-187.5,-207.5]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-187.5,-207.5],[187.5,-207.5],[187.5,459.5],[-187.5,459.5]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764999988032,0.976000019148,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[155.75,159.75],"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":"Group 12","np":4,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false}],"ip":817,"op":862,"st":817,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Shape Layer 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.5,333.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-118.75,-71]],"o":[[0,0],[54.991,32.879]],"v":[[-110.5,-166.5],[103,-167.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":137,"s":[0],"e":[100]},{"t":148}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":126,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":137,"s":[100],"e":[100]},{"t":148}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":126,"op":151,"st":84,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Shape Layer 8","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.5,333.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-83.5,-54.25]],"o":[[0,0],[53.727,34.906]],"v":[[-110.5,-166.5],[43.5,-167.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":108,"s":[0],"e":[100]},{"t":119}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":97,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":108,"s":[100],"e":[100]},{"t":119}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":97,"op":121,"st":55,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Shape Layer 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[123.402,156.573,0],"ix":2},"a":{"a":0,"k":[-33.5,-178.927,0],"ix":1},"s":{"a":0,"k":[54.023,75.86,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-83.5,-54.25]],"o":[[0,0],[53.727,34.906]],"v":[[-110.5,-166.5],[43.5,-167.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":80,"s":[0],"e":[100]},{"t":91}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":69,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":80,"s":[100],"e":[100]},{"t":91}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":69,"op":92,"st":27,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"Shape Layer 7","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.5,277.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ef":[{"ty":5,"nm":"Gaussian Blur (Legacy)","np":4,"mn":"ADBE Gaussian Blur","ix":1,"en":1,"ef":[{"ty":0,"nm":"Blurriness","mn":"ADBE Gaussian Blur-0001","ix":1,"v":{"a":0,"k":40,"ix":1}},{"ty":7,"nm":"Blur Dimensions","mn":"ADBE Gaussian Blur-0002","ix":2,"v":{"a":0,"k":1,"ix":2}}]}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[449.57,195.02],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.137254901961,0.713725490196,0.772549019608,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[2.285,-264.99],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":2005,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"Mascara","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":148,"s":[233.197,144.591,0],"e":[233.197,190.091,0],"to":[0,7.58333349227905,0],"ti":[0,-7.58333349227905,0]},{"t":158}],"ix":2},"a":{"a":0,"k":[74.836,12.268,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.474,0.125],[1.832,0],[3.679,0],[0.193,0],[2.917,0],[2.354,0],[0.509,-0.132],[-6.438,0],[-0.315,0],[-4.178,0]],"o":[[-0.508,-0.132],[-2.355,0],[-2.919,0],[-0.194,0],[-3.679,0],[-1.833,0],[-0.475,0.125],[4.178,0],[0.315,0],[6.438,0]],"v":[[14.263,-2.436],[11.142,-0.534],[4,-4.609],[0,-2.273],[-4,-4.609],[-11.141,-0.534],[-14.262,-2.436],[-6.948,4.609],[0,1.271],[6.948,4.609]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-293.046,469.5],[81.954,469.5],[81.954,-197.5],[-293.046,-197.5]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-293.046,-197.5],[81.954,-197.5],[81.954,469.5],[-293.046,469.5]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[134.685,19.678],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.178,-0.346],[0,0],[-0.787,0],[0,0],[0.356,0.694],[0,0],[0.235,0]],"o":[[0,0],[-0.356,0.694],[0,0],[0.787,0],[0,0],[-0.178,-0.346],[-0.235,0]],"v":[[-0.648,-3.48],[-3.861,2.752],[-3.078,4],[3.078,4],[3.861,2.752],[0.648,-3.48],[0,-4]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-293.585,474],[81.415,474],[81.415,-193],[-293.585,-193]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-293.585,-193],[81.415,-193],[81.415,474],[-293.585,474]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[135.224,15.177],"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":"Group 14","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":148,"op":254,"st":193,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"logo 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[292.88,232.512,0],"ix":2},"a":{"a":0,"k":[221.583,13.076,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[0.859,0.859,-13.815]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_0p859_0p333_0","0p667_0p859_0p333_0","0p667_-13p815_0p333_0"],"t":158,"s":[0,0,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[-5.926,-5.926,29.63]},"n":["0p667_1_0p333_-5p926","0p667_1_0p333_-5p926","0p667_1_0p333_29p63"],"t":162,"s":[105,105,100],"e":[100,100,100]},{"t":170}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.69,0.686],[0,0],[0.682,0.208],[0,0],[0,0],[0.689,-0.686],[0,0],[-0.681,-0.207]],"o":[[0,0],[-0.27,0.934],[0,0],[0.505,-0.502],[0,0],[0,0],[0.27,-0.934],[0,0],[-0.504,0.502],[0,0]],"v":[[210.34,2.56],[207.98,10.712],[209.553,11.64],[220.328,0.916],[219.937,-0.651],[213.659,-2.56],[216.019,-10.712],[214.447,-11.64],[203.671,-0.916],[204.062,0.65]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-80.38,434.988],[294.62,434.988],[294.62,-232.012],[-80.38,-232.012]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-80.38,-232.012],[294.62,-232.012],[294.62,434.988],[-80.38,434.988]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.976000019148,0.423999980852,0.255000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.083,12.576],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":158,"op":254,"st":79,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"Amarelo3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[233.773,246.478,0],"ix":2},"a":{"a":0,"k":[82.809,68.728,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.819,3.273],[0.68,0.274],[0.021,0.628],[-0.297,0.099],[-0.901,0.671],[-0.28,0.373],[-0.403,1.198],[0,1.747],[1,0.744],[1.746,1.947],[1.346,0.579],[1.103,0.108],[0,0],[1.53,-0.656],[0.842,-0.941],[0.068,-2.606],[0,-1.369],[-1.497,-0.59],[-0.664,-0.889],[-0.601,-0.477],[-0.841,-0.238],[0.033,-0.69],[0.24,-0.078],[0.777,-0.373],[0,-20.577],[0,0],[-2.868,0],[0,1.982],[0,0],[-0.611,0.033],[-0.061,-0.021],[0,-0.899],[0,0],[-3.154,0],[-0.011,0],[0,3.245],[0,12.81],[-0.621,0.03],[0,-11.096],[0,0],[-3.157,0],[-0.015,0],[0,3.245],[0,2.514],[-0.193,0.269],[-0.096,-0.005],[0,-7.363],[0,0],[-2.738,0],[0.012,4.338],[0,0]],"o":[[-0.779,-0.373],[-0.244,-0.1],[-0.024,-0.678],[0.832,-0.278],[0.604,-0.452],[0.664,-0.889],[1.499,-0.59],[0,-1.369],[-0.067,-2.606],[-0.84,-0.94],[-0.538,-0.228],[-1.067,-0.417],[0,0],[-1.349,0.579],[-1.743,1.947],[-1.003,0.744],[0,1.748],[0.406,1.198],[0.284,0.379],[0.866,0.685],[0.328,0.093],[-0.028,0.639],[-0.682,0.274],[-6.818,3.273],[0,15.386],[-0.012,4.338],[2.738,0],[0,0],[0,-7.363],[0.096,-0.005],[0.196,0.27],[0,2.514],[0,3.245],[0.052,-0.005],[3.159,0],[0,0],[0.001,-11.097],[0.617,0.03],[0.003,12.81],[0,3.245],[0.018,0],[3.193,0.005],[0,0],[0,-0.9],[0.064,-0.02],[0.61,0.032],[0,0],[0,1.985],[2.738,0],[0,0],[0,-20.695]],"v":[[6.628,-39.869],[4.107,-41.133],[3.696,-42.481],[4.107,-43.6],[6.921,-45.229],[8.318,-46.536],[9.584,-49.354],[12.476,-53.554],[10.952,-56.205],[8.665,-64.005],[5.238,-66.317],[2.613,-66.822],[0.822,-68.476],[-5.153,-66.317],[-8.583,-64.005],[-10.952,-56.205],[-12.394,-53.554],[-9.584,-49.354],[-8.23,-46.536],[-6.829,-45.162],[-4.106,-43.6],[-3.678,-42.485],[-4.106,-41.133],[-6.544,-39.869],[-23.187,-8.467],[-23.273,8.192],[-17.798,13.671],[-15.154,8.873],[-15.154,-6.43],[-13.084,-19.113],[-12.852,-19.085],[-12.712,-17.337],[-12.687,62.594],[-6.976,68.476],[-5.562,68.476],[-1.186,62.594],[-1.183,36.488],[0.041,16.135],[1.262,36.488],[1.265,62.594],[5.475,68.476],[7.021,68.471],[12.77,62.594],[12.795,-17.337],[12.934,-19.085],[13.167,-19.113],[15.24,-6.43],[15.24,8.873],[17.798,13.671],[23.274,8.192],[23.274,-8.347]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-293.047,420.523],[81.953,420.523],[81.953,-246.477],[-293.047,-246.477]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-293.047,-246.477],[81.953,-246.477],[81.953,420.523],[-293.047,420.523]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[142.082,68.727],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":148,"op":254,"st":124,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"Layer 1 Outlines 5","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":49,"s":[283.546,-104.431,0],"e":[283.046,314.069,0],"to":[-0.08333333581686,69.75,0],"ti":[0.08333333581686,-69.75,0]},{"t":67}],"ix":2},"a":{"a":0,"k":[109.036,136.227,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":67,"s":[100,100,100],"e":[100,92,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":69,"s":[100,92,100],"e":[100,100,100]},{"t":72}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.819,3.273],[0.68,0.274],[0.021,0.628],[-0.297,0.099],[-0.901,0.671],[-0.28,0.373],[-0.403,1.198],[0,1.747],[1,0.744],[1.746,1.947],[1.346,0.579],[1.103,0.108],[0,0],[1.53,-0.656],[0.842,-0.941],[0.068,-2.606],[0,-1.369],[-1.497,-0.59],[-0.664,-0.889],[-0.601,-0.477],[-0.841,-0.238],[0.033,-0.69],[0.24,-0.078],[0.777,-0.373],[0,-20.577],[0,0],[0,0],[-2.868,0],[0,1.982],[0,0],[-0.611,0.033],[-0.061,-0.021],[0,-0.899],[0,0],[-3.154,0],[-0.015,0],[-0.011,0],[0,3.245],[0,12.81],[-0.621,0.03],[0,-11.096],[0,0],[-3.157,0],[-0.015,0],[-0.014,0],[0,3.245],[0,2.514],[-0.193,0.269],[-0.096,-0.005],[0,-7.363],[0,0],[-2.738,0],[0.012,4.338],[0,0],[0,0]],"o":[[-0.779,-0.373],[-0.244,-0.1],[-0.024,-0.678],[0.832,-0.278],[0.604,-0.452],[0.664,-0.889],[1.499,-0.59],[0,-1.369],[-0.067,-2.606],[-0.84,-0.94],[-0.538,-0.228],[-1.067,-0.417],[0,0],[-1.349,0.579],[-1.743,1.947],[-1.003,0.744],[0,1.748],[0.406,1.198],[0.284,0.379],[0.866,0.685],[0.328,0.093],[-0.028,0.639],[-0.682,0.274],[-6.818,3.273],[0,0],[0,15.267],[-0.012,4.338],[2.738,0],[0,0],[0,-7.363],[0.096,-0.005],[0.196,0.27],[0,2.514],[0,3.245],[0.011,0],[0.012,0],[3.159,0],[0,0],[0.001,-11.097],[0.617,0.03],[0.003,12.81],[0,3.245],[0.018,0],[0.014,0],[3.154,0],[0,0],[0,-0.9],[0.064,-0.02],[0.61,0.032],[0,0],[0,1.985],[2.738,0],[0,0],[0,0],[0,-20.576]],"v":[[6.628,-39.869],[4.108,-41.133],[3.696,-42.481],[4.108,-43.6],[6.921,-45.229],[8.319,-46.536],[9.584,-49.354],[12.476,-53.554],[10.953,-56.205],[8.665,-64.005],[5.238,-66.317],[2.613,-66.822],[0.823,-68.476],[-5.153,-66.317],[-8.583,-64.005],[-10.952,-56.205],[-12.394,-53.554],[-9.584,-49.354],[-8.229,-46.536],[-6.829,-45.162],[-4.107,-43.6],[-3.678,-42.485],[-4.107,-41.133],[-6.544,-39.869],[-23.187,-8.467],[-23.187,-8.347],[-23.273,8.192],[-17.798,13.671],[-15.155,8.873],[-15.155,-6.43],[-13.084,-19.113],[-12.853,-19.085],[-12.712,-17.337],[-12.687,62.594],[-6.977,68.476],[-6.937,68.471],[-5.562,68.476],[-1.186,62.594],[-1.183,36.488],[0.042,16.135],[1.263,36.488],[1.266,62.594],[5.474,68.476],[7.022,68.471],[7.061,68.476],[12.771,62.594],[12.795,-17.337],[12.935,-19.085],[13.168,-19.113],[15.241,-6.43],[15.241,8.873],[17.798,13.671],[23.274,8.192],[23.274,-8.347],[23.274,-8.465]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-174.5,420.431],[200.5,420.431],[200.5,-246.569],[-174.5,-246.569]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-174.5,-246.569],[200.5,-246.569],[200.5,420.431],[-174.5,420.431]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764999988032,0.976000019148,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[118.989,68.727],"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":"Group 2","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":49,"op":148,"st":49,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"Sombras Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":65,"s":[4],"e":[29]},{"t":69}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.773,314.593,0],"ix":2},"a":{"a":0,"k":[130.25,4.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.485],[13.255,0],[0,2.485],[-13.255,0]],"o":[[0,2.485],[-13.255,0],[0,-2.485],[13.255,0]],"v":[[24,0],[0,4.5],[-24,0],[0,-4.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-293.773,352.407],[81.227,352.407],[81.227,-314.593],[-293.773,-314.593]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-293.773,-314.593],[81.227,-314.593],[81.227,352.407],[-293.773,352.407]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[236.25,4.75],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":65,"op":254,"st":27,"bm":0},{"ddd":0,"ind":20,"ty":4,"nm":"Layer 6 Outlines 2","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":120,"s":[233.197,144.591,0],"e":[233.197,190.091,0],"to":[0,7.58333349227905,0],"ti":[0,-7.58333349227905,0]},{"t":130}],"ix":2},"a":{"a":0,"k":[74.836,12.268,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.419,0.634],[-0.822,0.549],[-0.419,-0.634],[0.822,-0.55]],"o":[[-0.419,-0.634],[0.822,-0.55],[0.419,0.634],[-0.823,0.549]],"v":[[-1.488,0.994],[-0.758,-1.148],[1.488,-0.994],[0.759,1.149]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-229.53,481.595],[145.47,481.595],[145.47,-185.405],[-229.53,-185.405]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-229.53,-185.405],[145.47,-185.405],[145.47,481.595],[-229.53,481.595]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.169,7.582],"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":"Group 2","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.843,-0.767],[0.415,0.388],[-0.843,0.768],[-0.414,-0.388]],"o":[[-0.842,0.767],[-0.414,-0.388],[0.842,-0.767],[0.415,0.388]],"v":[[0.75,0.702],[-1.526,1.389],[-0.75,-0.703],[1.525,-1.389]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-227.374,479.612],[147.626,479.612],[147.626,-187.388],[-227.374,-187.388]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-227.374,-187.388],[147.626,-187.388],[147.626,479.612],[-227.374,479.612]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[69.013,9.565],"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":"Group 3","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.843,-0.767],[0.414,0.388],[-0.842,0.767],[-0.414,-0.388]],"o":[[-0.842,0.767],[-0.414,-0.388],[0.842,-0.767],[0.415,0.388]],"v":[[0.75,0.702],[-1.525,1.389],[-0.75,-0.702],[1.525,-1.389]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-231.707,483.557],[143.293,483.557],[143.293,-183.443],[-231.707,-183.443]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-231.707,-183.443],[143.293,-183.443],[143.293,483.557],[-231.707,483.557]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[73.346,5.621],"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":"Group 4","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.061,-0.034],[-0.117,0.612],[-1.06,0.034],[0.117,-0.612]],"o":[[-1.06,0.035],[0.117,-0.612],[1.061,-0.035],[-0.117,0.612]],"v":[[-0.212,1.107],[-1.919,0.063],[0.212,-1.107],[1.919,-0.062]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-226.815,481.496],[148.185,481.496],[148.185,-185.504],[-226.815,-185.504]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-226.815,-185.504],[148.185,-185.504],[148.185,481.496],[-226.815,481.496]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[68.453,7.682],"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":"Group 5","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.06,-0.035],[-0.117,0.612],[-1.06,0.034],[0.117,-0.612]],"o":[[-1.06,0.034],[0.118,-0.612],[1.06,-0.035],[-0.118,0.612]],"v":[[-0.212,1.108],[-1.92,0.063],[0.212,-1.107],[1.92,-0.062]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-232.266,481.674],[142.734,481.674],[142.734,-185.326],[-232.266,-185.326]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-232.266,-185.326],[142.734,-185.326],[142.734,481.674],[-232.266,481.674]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[73.905,7.504],"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":"Group 6","np":4,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.241,-0.992],[0.648,0.008],[-0.241,0.991],[-0.648,-0.008]],"o":[[-0.241,0.991],[-0.648,-0.008],[0.241,-0.992],[0.648,0.008]],"v":[[1.174,0.015],[-0.436,1.795],[-1.173,-0.014],[0.436,-1.795]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-228.922,479.036],[146.078,479.036],[146.078,-187.964],[-228.922,-187.964]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-228.922,-187.964],[146.078,-187.964],[146.078,479.036],[-228.922,479.036]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[70.56,10.141],"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":"Group 7","np":4,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.241,-0.992],[0.648,0.009],[-0.241,0.991],[-0.648,-0.007]],"o":[[-0.241,0.991],[-0.648,-0.008],[0.24,-0.991],[0.648,0.009]],"v":[[1.174,0.014],[-0.436,1.794],[-1.173,-0.015],[0.436,-1.796]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-230.159,484.133],[144.841,484.133],[144.841,-182.867],[-230.159,-182.867]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-230.159,-182.867],[144.841,-182.867],[144.841,484.133],[-230.159,484.133]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.798,5.044],"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":"Group 8","np":4,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.502,-0.76],[0.588,-0.393],[0.502,0.759],[-0.589,0.394]],"o":[[0.503,0.76],[-0.589,0.393],[-0.502,-0.761],[0.587,-0.392]],"v":[[1.065,-0.712],[0.91,1.376],[-1.066,0.712],[-0.91,-1.377]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-230.832,479.63],[144.168,479.63],[144.168,-187.37],[-230.832,-187.37]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-230.832,-187.37],[144.168,-187.37],[144.168,479.63],[-230.832,479.63]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[72.471,9.547],"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":"Group 9","np":4,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.502,-0.76],[0.588,-0.393],[0.502,0.76],[-0.588,0.393]],"o":[[0.503,0.76],[-0.588,0.393],[-0.502,-0.76],[0.589,-0.393]],"v":[[1.065,-0.712],[0.91,1.376],[-1.066,0.712],[-0.911,-1.376]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-228.249,483.538],[146.751,483.538],[146.751,-183.462],[-228.249,-183.462]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-228.249,-183.462],[146.751,-183.462],[146.751,483.538],[-228.249,483.538]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[69.888,5.639],"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":"Group 10","np":4,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-8.561,0.421],[8.96,0.2],[0,0]],"o":[[0,0],[0,0],[-8.96,-0.2],[0,0]],"v":[[-5.668,-1.122],[8.163,4.905],[0,-5.126],[-8.228,-1.522]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-236.8,478.249],[138.2,478.249],[138.2,-188.751],[-236.8,-188.751]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-236.8,-188.751],[138.2,-188.751],[138.2,478.249],[-236.8,478.249]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[78.439,10.929],"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":"Group 11","np":4,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-9.677,-1.001],[8.362,-0.124]],"o":[[0,0],[0,0]],"v":[[4.839,-3.442],[-4.201,4.442]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-227.46,478.932],[147.54,478.932],[147.54,-188.068],[-227.46,-188.068]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-227.46,-188.068],[147.54,-188.068],[147.54,478.932],[-227.46,478.932]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[69.099,10.245],"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":"Group 12","np":4,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.178,-0.346],[0,0],[-0.787,0],[0,0],[0.356,0.694],[0,0],[0.235,0]],"o":[[0,0],[-0.356,0.694],[0,0],[0.787,0],[0,0],[-0.178,-0.346],[-0.235,0]],"v":[[-0.648,-3.48],[-3.861,2.752],[-3.078,4],[3.078,4],[3.861,2.752],[0.648,-3.48],[0,-4]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-233.44,469],[141.56,469],[141.56,-198],[-233.44,-198]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-233.44,-198],[141.56,-198],[141.56,469],[-233.44,469]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[75.079,20.177],"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":"Group 13","np":4,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false}],"ip":120,"op":254,"st":178,"bm":0},{"ddd":0,"ind":21,"ty":4,"nm":"logo 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[233.88,232.012,0],"ix":2},"a":{"a":0,"k":[162.583,12.576,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[0.859,0.859,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_0p859_0p333_0","0p667_0p859_0p333_0","0p667_1_0p333_0"],"t":130,"s":[0,0,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[-5.926,-5.926,0]},"n":["0p667_1_0p333_-5p926","0p667_1_0p333_-5p926","0p667_1_0p333_0"],"t":134,"s":[105,105,100],"e":[100,100,100]},{"t":142}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.69,0.686],[0,0],[0.682,0.208],[0,0],[0,0],[0.689,-0.686],[0,0],[-0.681,-0.207]],"o":[[0,0],[-0.27,0.934],[0,0],[0.505,-0.502],[0,0],[0,0],[0.27,-0.934],[0,0],[-0.504,0.502],[0,0]],"v":[[151.84,2.56],[149.48,10.712],[151.053,11.64],[161.828,0.916],[161.437,-0.651],[155.159,-2.56],[157.519,-10.712],[155.947,-11.64],[145.171,-0.916],[145.562,0.65]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-80.38,434.988],[294.62,434.988],[294.62,-232.012],[-80.38,-232.012]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-80.38,-232.012],[294.62,-232.012],[294.62,434.988],[-80.38,434.988]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.976000019148,0.423999980852,0.255000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.083,12.576],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":130,"op":254,"st":74,"bm":0},{"ddd":0,"ind":22,"ty":4,"nm":"Amarelo2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[233.773,246.478,0],"ix":2},"a":{"a":0,"k":[82.809,68.728,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.529,3.13],[0.651,0.262],[0.021,0.6],[-0.285,0.094],[-0.862,0.642],[-0.268,0.356],[-0.385,1.146],[0,1.671],[0.958,0.712],[1.672,1.862],[1.288,0.553],[1.056,0.104],[0,0],[1.465,-0.628],[0.807,-0.9],[0.065,-2.491],[0,-1.309],[-1.434,-0.563],[-0.636,-0.85],[-0.575,-0.456],[-0.805,-0.228],[0.031,-0.661],[0.231,-0.075],[0.745,-0.356],[0,-19.676],[0,0],[-2.746,0],[0,1.896],[0,0],[-0.585,0.031],[0,-0.86],[-0.012,-11.31],[0,0],[-1.108,0],[0,0],[0,0],[-3.02,0],[-0.011,0],[0,3.102],[-0.001,12.377],[0,0],[0,0],[-3.022,0],[-0.015,0],[0,3.102],[-0.3,15.301],[0,0],[0.33,1.055],[0,0],[-0.001,1.127],[0,0.817],[-0.091,-0.005],[0,-7.04],[0,0],[-2.622,0],[0.011,4.148],[0,0]],"o":[[-0.746,-0.356],[-0.233,-0.096],[-0.022,-0.649],[0.797,-0.266],[0.579,-0.433],[0.636,-0.85],[1.435,-0.563],[0,-1.309],[-0.065,-2.491],[-0.804,-0.899],[-0.516,-0.219],[-1.022,-0.398],[0,0],[-1.291,0.553],[-1.668,1.862],[-0.96,0.712],[0,1.672],[0.388,1.146],[0.271,0.363],[0.83,0.655],[0.315,0.089],[-0.028,0.61],[-0.652,0.262],[-6.527,3.13],[0,14.712],[-0.012,4.148],[2.621,0],[0,0],[0,-7.04],[0.091,-0.005],[0,0.801],[0,0],[-0.233,1.086],[0,0],[0.298,15.302],[0,3.102],[0.05,-0.005],[3.024,0],[0,0],[0,0],[0.002,12.377],[0,3.102],[0.017,0],[3.056,0.005],[0,0],[0,0],[1.113,0],[0,0],[0.005,-1.17],[0.003,-11.653],[0,-0.861],[0.585,0.03],[0,0],[0,1.899],[2.621,0],[0,0],[0,-19.789]],"v":[[6.346,-36.123],[3.933,-37.331],[3.538,-40.62],[3.933,-41.689],[6.626,-43.248],[7.965,-44.498],[9.176,-47.192],[11.946,-51.209],[10.487,-53.743],[8.296,-61.201],[5.016,-63.411],[2.502,-63.896],[0.788,-65.477],[-4.934,-63.411],[-8.217,-61.201],[-10.486,-53.743],[-11.867,-51.209],[-9.176,-47.192],[-7.879,-44.498],[-6.54,-43.184],[-3.932,-41.689],[-3.521,-40.624],[-3.932,-37.331],[-6.266,-36.123],[-22.201,-8.096],[-22.283,7.833],[-17.04,13.074],[-14.51,8.484],[-14.51,-6.149],[-12.527,-20.275],[-12.171,-16.577],[-11.165,4.281],[-16.581,29.558],[-14.995,31.523],[-10.846,31.523],[-10.146,59.854],[-6.679,65.477],[-5.326,65.477],[-1.135,59.854],[-1.133,31.523],[1.21,31.523],[1.212,59.854],[5.242,65.477],[6.724,65.472],[10.227,59.854],[10.935,31.523],[16.432,31.523],[17.842,29.613],[11.236,8.445],[11.245,4.99],[12.251,-16.577],[12.607,-20.275],[14.592,-6.149],[14.592,8.484],[17.041,13.074],[22.284,7.833],[22.284,-7.98]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-233.773,417.522],[141.227,417.522],[141.227,-249.478],[-233.773,-249.478]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-233.773,-249.478],[141.227,-249.478],[141.227,417.522],[-233.773,417.522]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[82.809,71.728],"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":"Group 3","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":120,"op":254,"st":109,"bm":0},{"ddd":0,"ind":23,"ty":4,"nm":"Layer 1 Outlines 4","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":38,"s":[224.546,-104.431,0],"e":[224.046,314.069,0],"to":[-0.08333333581686,69.75,0],"ti":[0.08333333581686,-69.75,0]},{"t":56}],"ix":2},"a":{"a":0,"k":[109.036,136.227,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":56,"s":[100,100,100],"e":[100,92,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":58,"s":[100,92,100],"e":[100,100,100]},{"t":61}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.819,3.273],[0.68,0.274],[0.021,0.628],[-0.297,0.099],[-0.901,0.671],[-0.28,0.373],[-0.403,1.198],[0,1.747],[1,0.744],[1.746,1.947],[1.346,0.579],[1.103,0.108],[0,0],[1.53,-0.656],[0.842,-0.941],[0.068,-2.606],[0,-1.369],[-1.497,-0.59],[-0.664,-0.889],[-0.601,-0.477],[-0.841,-0.238],[0.033,-0.69],[0.24,-0.078],[0.777,-0.373],[0,-20.577],[0,0],[0,0],[-2.868,0],[0,1.982],[0,0],[-0.611,0.033],[-0.061,-0.021],[0,-0.899],[0,0],[-3.154,0],[-0.015,0],[-0.011,0],[0,3.245],[0,12.81],[-0.621,0.03],[0,-11.096],[0,0],[-3.157,0],[-0.015,0],[-0.014,0],[0,3.245],[0,2.514],[-0.193,0.269],[-0.096,-0.005],[0,-7.363],[0,0],[-2.738,0],[0.012,4.338],[0,0],[0,0]],"o":[[-0.779,-0.373],[-0.244,-0.1],[-0.024,-0.678],[0.832,-0.278],[0.604,-0.452],[0.664,-0.889],[1.499,-0.59],[0,-1.369],[-0.067,-2.606],[-0.84,-0.94],[-0.538,-0.228],[-1.067,-0.417],[0,0],[-1.349,0.579],[-1.743,1.947],[-1.003,0.744],[0,1.748],[0.406,1.198],[0.284,0.379],[0.866,0.685],[0.328,0.093],[-0.028,0.639],[-0.682,0.274],[-6.818,3.273],[0,0],[0,15.267],[-0.012,4.338],[2.738,0],[0,0],[0,-7.363],[0.096,-0.005],[0.196,0.27],[0,2.514],[0,3.245],[0.011,0],[0.012,0],[3.159,0],[0,0],[0.001,-11.097],[0.617,0.03],[0.003,12.81],[0,3.245],[0.018,0],[0.014,0],[3.154,0],[0,0],[0,-0.9],[0.064,-0.02],[0.61,0.032],[0,0],[0,1.985],[2.738,0],[0,0],[0,0],[0,-20.576]],"v":[[6.628,-39.869],[4.108,-41.133],[3.696,-42.481],[4.108,-43.6],[6.921,-45.229],[8.319,-46.536],[9.584,-49.354],[12.476,-53.554],[10.953,-56.205],[8.665,-64.005],[5.238,-66.317],[2.613,-66.822],[0.823,-68.476],[-5.153,-66.317],[-8.583,-64.005],[-10.952,-56.205],[-12.394,-53.554],[-9.584,-49.354],[-8.229,-46.536],[-6.829,-45.162],[-4.107,-43.6],[-3.678,-42.485],[-4.107,-41.133],[-6.544,-39.869],[-23.187,-8.467],[-23.187,-8.347],[-23.273,8.192],[-17.798,13.671],[-15.155,8.873],[-15.155,-6.43],[-13.084,-19.113],[-12.853,-19.085],[-12.712,-17.337],[-12.687,62.594],[-6.977,68.476],[-6.937,68.471],[-5.562,68.476],[-1.186,62.594],[-1.183,36.488],[0.042,16.135],[1.263,36.488],[1.266,62.594],[5.474,68.476],[7.022,68.471],[7.061,68.476],[12.771,62.594],[12.795,-17.337],[12.935,-19.085],[13.168,-19.113],[15.241,-6.43],[15.241,8.873],[17.798,13.671],[23.274,8.192],[23.274,-8.347],[23.274,-8.465]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-174.5,420.431],[200.5,420.431],[200.5,-246.569],[-174.5,-246.569]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-174.5,-246.569],[200.5,-246.569],[200.5,420.431],[-174.5,420.431]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764999988032,0.976000019148,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[118.989,68.727],"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":"Group 2","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":38,"op":120,"st":38,"bm":0},{"ddd":0,"ind":24,"ty":4,"nm":"Sombras Outlines 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":53,"s":[4],"e":[29]},{"t":57}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.773,314.593,0],"ix":2},"a":{"a":0,"k":[130.25,4.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.485],[13.255,0],[0,2.485],[-13.255,0]],"o":[[0,2.485],[-13.255,0],[0,-2.485],[13.255,0]],"v":[[24,0],[0,4.5],[-24,0],[0,-4.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-233.773,352.407],[141.227,352.407],[141.227,-314.593],[-233.773,-314.593]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-233.773,-314.593],[141.227,-314.593],[141.227,352.407],[-233.773,352.407]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[176.25,4.75],"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":"Group 2","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":53,"op":254,"st":27,"bm":0},{"ddd":0,"ind":25,"ty":4,"nm":"Layer 6 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":91,"s":[233.197,144.591,0],"e":[233.197,190.091,0],"to":[0,7.58333349227905,0],"ti":[0,-7.58333349227905,0]},{"t":101}],"ix":2},"a":{"a":0,"k":[74.836,12.268,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.178,-0.346],[0,0],[-0.787,0],[0,0],[0.356,0.694],[0,0],[0.235,0]],"o":[[0,0],[-0.356,0.694],[0,0],[0.787,0],[0,0],[-0.178,-0.346],[-0.235,0]],"v":[[-0.648,-3.48],[-3.861,2.752],[-3.078,4],[3.078,4],[3.861,2.752],[0.648,-3.48],[0,-4]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-174.323,472.536],[200.677,472.536],[200.677,-194.464],[-174.323,-194.464]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-174.323,-194.464],[200.677,-194.464],[200.677,472.536],[-174.323,472.536]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[15.962,16.641],"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":"Group 15","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.667,0.113],[0,0],[5.74,0],[1.814,-5.367],[0,0],[0,-0.705],[0,0],[-0.667,-0.114],[0,0],[0,0.704],[0,0],[-5.077,0],[-0.766,-5.668],[0,0],[-0.667,0.113],[0,0],[0,0.704],[0,0]],"o":[[0,0],[-1.831,-5.335],[-5.762,0],[0,0],[-0.667,0.113],[0,0],[0,0.704],[0,0],[0.667,0.113],[0,0],[1.373,-4.833],[5.647,0],[0,0],[0,0.704],[0,0],[0.667,-0.114],[0,0],[0,-0.705]],"v":[[14.725,0.004],[12.283,-0.41],[-0.172,-9.579],[-12.648,-0.349],[-14.726,0.004],[-15.938,1.492],[-15.938,7.538],[-14.726,9.025],[-12.127,9.466],[-10.915,8.392],[-10.915,0.909],[-0.172,-7.465],[10.913,2.583],[10.913,8.392],[12.126,9.466],[14.725,9.025],[15.938,7.538],[15.938,1.492]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-174.549,479.348],[200.451,479.348],[200.451,-187.652],[-174.549,-187.652]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-174.549,-187.652],[200.451,-187.652],[200.451,479.348],[-174.549,479.348]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[16.188,9.829],"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":"Group 16","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.192,0],[0.147,0.148],[0.951,-0.957],[0.294,0.296],[-0.293,0.295],[-1.544,-1.555],[0.293,-0.296]],"o":[[-0.192,0],[-0.957,-0.965],[-0.293,0.296],[-0.293,-0.296],[1.537,-1.548],[0.293,0.296],[-0.147,0.148]],"v":[[2.261,1.395],[1.729,1.174],[-1.73,1.162],[-2.793,1.162],[-2.793,0.09],[2.793,0.102],[2.793,1.174]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-180.75,478.329],[194.25,478.329],[194.25,-188.671],[-180.75,-188.671]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-180.75,-188.671],[194.25,-188.671],[194.25,478.329],[-180.75,478.329]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[22.389,10.848],"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":"Group 17","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.192,0],[0.147,0.148],[0.655,0.002],[0,0],[0.458,-0.462],[0.294,0.296],[-0.294,0.296],[-1.052,-0.004],[-0.747,-0.753],[0.293,-0.296]],"o":[[-0.192,0],[-0.464,-0.468],[0,0],[-0.65,0],[-0.294,0.296],[-0.294,-0.296],[0.744,-0.751],[1.054,0.003],[0.293,0.296],[-0.147,0.148]],"v":[[2.261,1.203],[1.729,0.982],[-0.005,0.254],[-0.011,0.254],[-1.729,0.97],[-2.792,0.97],[-2.792,-0.102],[0,-1.262],[2.793,-0.09],[2.793,0.982]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-168.073,478.135],[206.927,478.135],[206.927,-188.865],[-168.073,-188.865]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-168.073,-188.865],[206.927,-188.865],[206.927,478.135],[-168.073,478.135]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.712,11.043],"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":"Group 18","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":91,"op":254,"st":160,"bm":0},{"ddd":0,"ind":26,"ty":4,"nm":"logo 4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[174.38,232.512,0],"ix":2},"a":{"a":0,"k":[103.083,13.076,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[0.859,0.859,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_0p859_0p333_0","0p667_0p859_0p333_0","0p667_1_0p333_0"],"t":101,"s":[0,0,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[-5.926,-5.926,0]},"n":["0p667_1_0p333_-5p926","0p667_1_0p333_-5p926","0p667_1_0p333_0"],"t":105,"s":[105,105,100],"e":[100,100,100]},{"t":113}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.69,0.686],[0,0],[0.682,0.208],[0,0],[0,0],[0.689,-0.686],[0,0],[-0.681,-0.207]],"o":[[0,0],[-0.27,0.934],[0,0],[0.505,-0.502],[0,0],[0,0],[0.27,-0.934],[0,0],[-0.504,0.502],[0,0]],"v":[[91.84,2.56],[89.48,10.712],[91.053,11.64],[101.828,0.916],[101.437,-0.651],[95.159,-2.56],[97.519,-10.712],[95.947,-11.64],[85.171,-0.916],[85.562,0.65]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-80.38,434.988],[294.62,434.988],[294.62,-232.012],[-80.38,-232.012]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-80.38,-232.012],[294.62,-232.012],[294.62,434.988],[-80.38,434.988]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.976000019148,0.423999980852,0.255000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.083,12.576],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":101,"op":254,"st":56,"bm":0},{"ddd":0,"ind":27,"ty":4,"nm":"Amarelo1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[233.773,246.478,0],"ix":2},"a":{"a":0,"k":[82.809,68.728,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.819,3.273],[0.68,0.274],[0.021,0.628],[-0.297,0.099],[-0.901,0.671],[-0.28,0.373],[-0.403,1.198],[0,1.747],[1,0.744],[1.746,1.947],[1.346,0.579],[1.103,0.108],[0,0],[1.53,-0.656],[0.842,-0.941],[0.068,-2.606],[0,-1.369],[-1.497,-0.59],[-0.664,-0.889],[-0.601,-0.477],[-0.841,-0.238],[0.033,-0.69],[0.24,-0.078],[0.777,-0.373],[0,-20.577],[0,0],[-2.868,0],[0,1.982],[0,0],[-0.611,0.033],[-0.061,-0.021],[0,-0.899],[0,0],[-3.154,0],[-0.011,0],[0,3.245],[0,12.81],[-0.621,0.03],[0,-11.096],[0,0],[-3.157,0],[-0.015,0],[0,3.245],[0,2.514],[-0.193,0.269],[-0.096,-0.005],[0,-7.363],[0,0],[-2.738,0],[0.012,4.338],[0,0]],"o":[[-0.779,-0.373],[-0.244,-0.1],[-0.024,-0.678],[0.832,-0.278],[0.604,-0.452],[0.664,-0.889],[1.499,-0.59],[0,-1.369],[-0.067,-2.606],[-0.84,-0.94],[-0.538,-0.228],[-1.067,-0.417],[0,0],[-1.349,0.579],[-1.743,1.947],[-1.003,0.744],[0,1.748],[0.406,1.198],[0.284,0.379],[0.866,0.685],[0.328,0.093],[-0.028,0.639],[-0.682,0.274],[-6.818,3.273],[0,15.386],[-0.012,4.338],[2.738,0],[0,0],[0,-7.363],[0.096,-0.005],[0.196,0.27],[0,2.514],[0,3.245],[0.052,-0.005],[3.159,0],[0,0],[0.001,-11.097],[0.617,0.03],[0.003,12.81],[0,3.245],[0.018,0],[3.193,0.005],[0,0],[0,-0.9],[0.064,-0.02],[0.61,0.032],[0,0],[0,1.985],[2.738,0],[0,0],[0,-20.695]],"v":[[6.628,-39.869],[4.108,-41.133],[3.696,-42.481],[4.108,-43.6],[6.921,-45.229],[8.319,-46.536],[9.584,-49.354],[12.476,-53.554],[10.953,-56.205],[8.665,-64.005],[5.238,-66.317],[2.613,-66.822],[0.823,-68.476],[-5.153,-66.317],[-8.583,-64.005],[-10.952,-56.205],[-12.394,-53.554],[-9.584,-49.354],[-8.229,-46.536],[-6.829,-45.162],[-4.107,-43.6],[-3.678,-42.485],[-4.107,-41.133],[-6.544,-39.869],[-23.187,-8.467],[-23.273,8.192],[-17.798,13.671],[-15.155,8.873],[-15.155,-6.43],[-13.084,-19.113],[-12.853,-19.085],[-12.712,-17.337],[-12.687,62.594],[-6.977,68.476],[-5.562,68.476],[-1.186,62.594],[-1.183,36.488],[0.042,16.135],[1.263,36.488],[1.266,62.594],[5.474,68.476],[7.022,68.471],[12.771,62.594],[12.795,-17.337],[12.935,-19.085],[13.168,-19.113],[15.241,-6.43],[15.241,8.873],[17.798,13.671],[23.274,8.192],[23.274,-8.347]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-174.5,420.523],[200.5,420.523],[200.5,-246.477],[-174.5,-246.477]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-174.5,-246.477],[200.5,-246.477],[200.5,420.523],[-174.5,420.523]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[23.535,68.727],"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":"Group 2","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":91,"op":254,"st":91,"bm":0},{"ddd":0,"ind":28,"ty":4,"nm":"Layer 1 Outlines 3","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":27,"s":[165.046,-104.431,0],"e":[164.546,314.069,0],"to":[-0.08333333581686,69.75,0],"ti":[0.08333333581686,-69.75,0]},{"t":45}],"ix":2},"a":{"a":0,"k":[109.036,136.227,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":45,"s":[100,100,100],"e":[100,92,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":47,"s":[100,92,100],"e":[100,100,100]},{"t":50}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.819,3.273],[0.68,0.274],[0.021,0.628],[-0.297,0.099],[-0.901,0.671],[-0.28,0.373],[-0.403,1.198],[0,1.747],[1,0.744],[1.746,1.947],[1.346,0.579],[1.103,0.108],[0,0],[1.53,-0.656],[0.842,-0.941],[0.068,-2.606],[0,-1.369],[-1.497,-0.59],[-0.664,-0.889],[-0.601,-0.477],[-0.841,-0.238],[0.033,-0.69],[0.24,-0.078],[0.777,-0.373],[0,-20.577],[0,0],[0,0],[-2.868,0],[0,1.982],[0,0],[-0.611,0.033],[-0.061,-0.021],[0,-0.899],[0,0],[-3.154,0],[-0.015,0],[-0.011,0],[0,3.245],[0,12.81],[-0.621,0.03],[0,-11.096],[0,0],[-3.157,0],[-0.015,0],[-0.014,0],[0,3.245],[0,2.514],[-0.193,0.269],[-0.096,-0.005],[0,-7.363],[0,0],[-2.738,0],[0.012,4.338],[0,0],[0,0]],"o":[[-0.779,-0.373],[-0.244,-0.1],[-0.024,-0.678],[0.832,-0.278],[0.604,-0.452],[0.664,-0.889],[1.499,-0.59],[0,-1.369],[-0.067,-2.606],[-0.84,-0.94],[-0.538,-0.228],[-1.067,-0.417],[0,0],[-1.349,0.579],[-1.743,1.947],[-1.003,0.744],[0,1.748],[0.406,1.198],[0.284,0.379],[0.866,0.685],[0.328,0.093],[-0.028,0.639],[-0.682,0.274],[-6.818,3.273],[0,0],[0,15.267],[-0.012,4.338],[2.738,0],[0,0],[0,-7.363],[0.096,-0.005],[0.196,0.27],[0,2.514],[0,3.245],[0.011,0],[0.012,0],[3.159,0],[0,0],[0.001,-11.097],[0.617,0.03],[0.003,12.81],[0,3.245],[0.018,0],[0.014,0],[3.154,0],[0,0],[0,-0.9],[0.064,-0.02],[0.61,0.032],[0,0],[0,1.985],[2.738,0],[0,0],[0,0],[0,-20.576]],"v":[[6.628,-39.869],[4.108,-41.133],[3.696,-42.481],[4.108,-43.6],[6.921,-45.229],[8.319,-46.536],[9.584,-49.354],[12.476,-53.554],[10.953,-56.205],[8.665,-64.005],[5.238,-66.317],[2.613,-66.822],[0.823,-68.476],[-5.153,-66.317],[-8.583,-64.005],[-10.952,-56.205],[-12.394,-53.554],[-9.584,-49.354],[-8.229,-46.536],[-6.829,-45.162],[-4.107,-43.6],[-3.678,-42.485],[-4.107,-41.133],[-6.544,-39.869],[-23.187,-8.467],[-23.187,-8.347],[-23.273,8.192],[-17.798,13.671],[-15.155,8.873],[-15.155,-6.43],[-13.084,-19.113],[-12.853,-19.085],[-12.712,-17.337],[-12.687,62.594],[-6.977,68.476],[-6.937,68.471],[-5.562,68.476],[-1.186,62.594],[-1.183,36.488],[0.042,16.135],[1.263,36.488],[1.266,62.594],[5.474,68.476],[7.022,68.471],[7.061,68.476],[12.771,62.594],[12.795,-17.337],[12.935,-19.085],[13.168,-19.113],[15.241,-6.43],[15.241,8.873],[17.798,13.671],[23.274,8.192],[23.274,-8.347],[23.274,-8.465]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-174.5,420.431],[200.5,420.431],[200.5,-246.569],[-174.5,-246.569]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-174.5,-246.569],[200.5,-246.569],[200.5,420.431],[-174.5,420.431]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764999988032,0.976000019148,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[118.989,68.727],"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":"Group 2","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":27,"op":91,"st":27,"bm":0},{"ddd":0,"ind":29,"ty":4,"nm":"Sombras Outlines 3","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":42,"s":[4],"e":[29]},{"t":46}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.773,314.593,0],"ix":2},"a":{"a":0,"k":[130.25,4.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.485],[13.255,0],[0,2.485],[-13.255,0]],"o":[[0,2.485],[-13.255,0],[0,-2.485],[13.255,0]],"v":[[24,0],[0,4.5],[-24,0],[0,-4.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-173.773,352.407],[201.227,352.407],[201.227,-314.593],[-173.773,-314.593]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-173.773,-314.593],[201.227,-314.593],[201.227,352.407],[-173.773,352.407]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[116.25,4.75],"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":"Group 3","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":42,"op":254,"st":27,"bm":0},{"ddd":0,"ind":30,"ty":4,"nm":"logo","parent":32,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[24.869,54.169,0],"ix":2},"a":{"a":0,"k":[9.083,12.576,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.69,0.686],[0,0],[0.682,0.208],[0,0],[0,0],[0.689,-0.686],[0,0],[-0.681,-0.207]],"o":[[0,0],[-0.27,0.934],[0,0],[0.505,-0.502],[0,0],[0,0],[0.27,-0.934],[0,0],[-0.504,0.502],[0,0]],"v":[[-1.66,2.56],[-4.02,10.712],[-2.447,11.64],[8.328,0.916],[7.937,-0.651],[1.659,-2.56],[4.019,-10.712],[2.447,-11.64],[-8.329,-0.916],[-7.938,0.65]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-80.38,434.988],[294.62,434.988],[294.62,-232.012],[-80.38,-232.012]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-80.38,-232.012],[294.62,-232.012],[294.62,434.988],[-80.38,434.988]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.976000019148,0.423999980852,0.255000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.083,12.576],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":254,"st":81,"bm":0},{"ddd":0,"ind":31,"ty":4,"nm":"mascara1","parent":32,"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":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":19,"s":[24.704,-30.81,0],"e":[24.704,14.19,0],"to":[0,7.5,0],"ti":[0,-7.5,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0.333},"n":"0p833_0p833_0p333_0p333","t":33,"s":[24.704,14.19,0],"e":[24.704,14.19,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":65,"s":[24.704,14.19,0],"e":[28.204,14.19,0],"to":[0.58333331346512,0,0],"ti":[-0.58333331346512,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":69,"s":[28.204,14.19,0],"e":[28.204,14.19,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":153,"s":[28.204,14.19,0],"e":[24.704,14.19,0],"to":[-0.58333331346512,0,0],"ti":[0.58333331346512,0,0]},{"t":157}],"ix":2},"a":{"a":0,"k":[9.697,5.19,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.08,0.037],[2.709,0],[0.718,-0.208],[0.808,0],[0.592,0.17],[1.5,0],[0.063,-0.029],[0.006,-0.088],[0,0],[-0.098,-0.04],[-0.017,-0.034],[-0.039,-0.185],[-0.279,-0.738],[-0.799,-0.346],[-0.71,0],[-0.528,0.228],[-0.418,1.146],[-0.047,0.138],[-0.461,0],[-0.29,-0.842],[-0.062,-0.169],[-1.375,-0.597],[-0.693,0],[-0.478,0.208],[-0.323,0.855],[-0.122,0.593],[-0.012,0.038],[-0.103,0.041],[0.006,0.103],[0,0]],"o":[[-0.063,-0.029],[-1.499,0],[-0.592,0.17],[-0.809,0],[-0.718,-0.208],[-2.708,0],[-0.081,0.037],[0,0],[-0.006,0.103],[0.104,0.041],[0.013,0.042],[0.122,0.596],[0.321,0.855],[0.477,0.208],[0.693,0],[1.373,-0.597],[0.061,-0.17],[0.292,-0.842],[0.459,0],[0.049,0.139],[0.416,1.147],[0.528,0.228],[0.708,0],[0.798,-0.346],[0.276,-0.734],[0.04,-0.189],[0.02,-0.04],[0.098,-0.04],[0,0],[-0.006,-0.088]],"v":[[9.221,-2.881],[4.945,-3.592],[1.912,-3.152],[0.001,-2.837],[-1.913,-3.152],[-4.945,-3.592],[-9.221,-2.881],[-9.361,-2.678],[-9.441,-1.508],[-9.286,-1.267],[-9.047,-1.112],[-8.969,-0.756],[-8.34,1.688],[-6.876,3.257],[-4.954,3.592],[-3.089,3.243],[-0.967,0.595],[-0.807,0.134],[0.001,-0.816],[0.805,0.134],[0.968,0.594],[3.087,3.243],[4.954,3.592],[6.878,3.257],[8.34,1.688],[8.966,-0.746],[9.044,-1.105],[9.286,-1.267],[9.44,-1.508],[9.361,-2.678]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-80.214,476.314],[294.786,476.314],[294.786,-190.686],[-80.214,-190.686]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-80.214,-190.686],[294.786,-190.686],[294.786,476.314],[-80.214,476.314]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.696,3.843],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.322,-0.642],[0,0],[0.713,0],[0,0],[-0.323,0.643]],"o":[[0.322,-0.642],[0,0],[0.323,0.643],[0,0],[-0.712,0],[0,0]],"v":[[-0.587,-3.144],[0.587,-3.144],[3.493,2.628],[2.785,3.786],[-2.786,3.786],[-3.493,2.628]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-80.205,473.812],[294.795,473.812],[294.795,-193.188],[-80.205,-193.188]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-80.205,-193.188],[294.795,-193.188],[294.795,473.812],[-80.205,473.812]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.687,6.345],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":254,"st":0,"bm":0},{"ddd":0,"ind":32,"ty":4,"nm":"boneco1","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":10,"s":[82.546,-35.931,0],"e":[82.546,315.069,0],"to":[0,58.5,0],"ti":[0,-58.5,0]},{"t":28}],"ix":2},"a":{"a":0,"k":[25.536,136.727,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":28,"s":[100,100,100],"e":[100,92,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":30,"s":[100,92,100],"e":[100,100,100]},{"t":33}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[7.254,3.273],[0.724,0.274],[0.024,0.628],[-0.316,0.099],[-0.959,0.671],[-0.297,0.373],[-0.428,1.198],[0,1.747],[1.064,0.744],[1.857,1.947],[1.431,0.579],[1.174,0.108],[0,0],[1.628,-0.656],[0.896,-0.941],[0.072,-2.606],[0,-1.369],[-1.594,-0.59],[-0.706,-0.889],[-0.64,-0.477],[-0.894,-0.238],[0.035,-0.69],[0.257,-0.078],[0.827,-0.373],[0,-20.577],[0,0],[0,0],[-3.051,0],[0,1.982],[0,0],[-0.65,0.033],[-0.066,-0.021],[0,-0.899],[0,0],[-3.356,0],[-0.016,0],[-0.011,0],[0,3.245],[0,12.81],[-0.66,0.03],[0,-11.096],[0,0],[-3.359,0],[-0.016,0],[-0.014,0],[0,3.245],[0,2.514],[-0.206,0.269],[-0.102,-0.005],[0,-7.363],[0,0],[-2.913,0],[0.014,4.338],[0,0],[0,0]],"o":[[-0.829,-0.373],[-0.259,-0.1],[-0.024,-0.678],[0.885,-0.278],[0.642,-0.452],[0.706,-0.889],[1.595,-0.59],[0,-1.369],[-0.072,-2.606],[-0.894,-0.94],[-0.573,-0.228],[-1.134,-0.417],[0,0],[-1.435,0.579],[-1.854,1.947],[-1.067,0.744],[0,1.748],[0.431,1.198],[0.302,0.379],[0.921,0.685],[0.35,0.093],[-0.031,0.639],[-0.725,0.274],[-7.253,3.273],[0,0],[0,15.267],[-0.013,4.338],[2.913,0],[0,0],[0,-7.363],[0.102,-0.005],[0.208,0.27],[0,2.514],[0,3.245],[0.011,0],[0.013,0],[3.36,0],[0,0],[0.002,-11.097],[0.657,0.03],[0.003,12.81],[0,3.245],[0.019,0],[0.015,0],[3.356,0],[0,0],[0,-0.9],[0.068,-0.02],[0.65,0.032],[0,0],[0,1.985],[2.913,0],[0,0],[0,0],[0,-20.576]],"v":[[7.05,-39.869],[4.369,-41.133],[3.93,-42.481],[4.369,-43.6],[7.362,-45.229],[8.849,-46.536],[10.194,-49.354],[13.272,-53.554],[11.651,-56.205],[9.217,-64.005],[5.572,-66.317],[2.778,-66.822],[0.875,-68.476],[-5.482,-66.317],[-9.131,-64.005],[-11.652,-56.205],[-13.185,-53.554],[-10.195,-49.354],[-8.755,-46.536],[-7.266,-45.162],[-4.37,-43.6],[-3.912,-42.485],[-4.37,-41.133],[-6.962,-39.869],[-24.668,-8.467],[-24.668,-8.347],[-24.759,8.192],[-18.934,13.671],[-16.123,8.873],[-16.123,-6.43],[-13.919,-19.113],[-13.673,-19.085],[-13.523,-17.337],[-13.497,62.594],[-7.422,68.476],[-7.38,68.471],[-5.918,68.476],[-1.262,62.594],[-1.259,36.488],[0.043,16.135],[1.342,36.488],[1.345,62.594],[5.824,68.476],[7.469,68.471],[7.51,68.476],[13.585,62.594],[13.611,-17.337],[13.76,-19.085],[14.007,-19.113],[16.212,-6.43],[16.212,8.873],[18.933,13.671],[24.758,8.192],[24.758,-8.347],[24.758,-8.465]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-80.533,420.431],[294.467,420.431],[294.467,-246.569],[-80.533,-246.569]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-80.533,-246.569],[294.467,-246.569],[294.467,420.431],[-80.533,420.431]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[25.022,68.727],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":10,"op":254,"st":10,"bm":0},{"ddd":0,"ind":33,"ty":4,"nm":"Sombras Outlines 4","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24,"s":[4],"e":[29]},{"t":28}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.773,314.593,0],"ix":2},"a":{"a":0,"k":[130.25,4.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.485],[13.255,0],[0,2.485],[-13.255,0]],"o":[[0,2.485],[-13.255,0],[0,-2.485],[13.255,0]],"v":[[24,0],[0,4.5],[-24,0],[0,-4.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-81.773,352.407],[293.227,352.407],[293.227,-314.593],[-81.773,-314.593]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-81.773,-314.593],[293.227,-314.593],[293.227,352.407],[-81.773,352.407]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[24.25,4.75],"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":"Group 4","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":24,"op":254,"st":0,"bm":0},{"ddd":0,"ind":34,"ty":1,"nm":"Cyan Solid 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.5,333.5,0],"ix":2},"a":{"a":0,"k":[187.5,333.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"sw":375,"sh":667,"sc":"#23b6c5","ip":0,"op":2005,"st":0,"bm":0}]},{"id":"comp_8","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Layer 3 Outlines 7","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[1],"e":[100]},{"t":57}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":54,"s":[-55],"e":[0]},{"t":64}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":54,"s":[44.49,161,0],"e":[89.49,161,0],"to":[7.5,0,0],"ti":[-7.5,0,0]},{"t":64}],"ix":2},"a":{"a":0,"k":[29.24,113.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,-1.145],[0,0],[2.033,0]],"o":[[0,0],[0,0],[1.11,0],[0,0],[-1.329,-1.329],[0,0]],"v":[[-14.091,8.11],[-14.091,-9.969],[-4.826,-9.969],[-2.129,-8.11],[-2.129,9.969],[-5.898,8.11]],"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],[0,0],[0,-1.145],[0,0],[-2.033,0]],"o":[[0,0],[0,0],[-1.11,0],[0,0],[1.33,-1.329],[0,0]],"v":[[14.091,8.11],[14.091,-9.969],[4.826,-9.969],[2.128,-8.11],[2.128,9.969],[5.898,8.11]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-61.49,510.245],[313.51,510.245],[313.51,-156.755],[-61.49,-156.755]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-61.49,-156.755],[313.51,-156.755],[313.51,510.245],[-61.49,510.245]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.289999988032,0.564999988032,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[29.74,109.005],"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":"Group 1","np":6,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.262,-1.46],[0,0],[1.947,0],[0,0],[0,-2.079],[0,0],[-2.053,0],[0,0],[-0.525,-0.925],[-0.798,0],[-0.396,0.7],[-1.039,0],[0,0],[0,2.078],[0,0],[2.052,0]],"o":[[-1.946,0],[0,0],[-1.263,-1.46],[0,0],[-2.053,0],[0,0],[0,2.079],[0,0],[1.039,0],[0.397,0.699],[0.799,0],[0.525,-0.924],[0,0],[2.052,0],[0,0],[0,-2.078],[0,0]],"v":[[4.467,-14.959],[-0.557,-12.644],[0.558,-12.644],[-4.467,-14.959],[-14.145,-14.959],[-17.86,-11.185],[-17.86,8.556],[-14.145,12.33],[-4.467,12.33],[-1.929,13.828],[0,14.959],[1.93,13.827],[4.467,12.33],[14.145,12.33],[17.86,8.556],[17.86,-11.185],[14.145,-14.959]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-61.49,509.52],[313.51,509.52],[313.51,-157.48],[-61.49,-157.48]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-61.49,-157.48],[313.51,-157.48],[313.51,509.52],[-61.49,509.52]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[29.74,109.731],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-16.287,0],[0,-16.27],[16.287,0],[0,16.27]],"o":[[16.287,0],[0,16.27],[-16.287,0],[0,-16.27]],"v":[[0,-29.46],[29.49,0],[0,29.46],[-29.49,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-61.49,509.54],[313.51,509.54],[313.51,-157.46],[-61.49,-157.46]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-61.49,-157.46],[313.51,-157.46],[313.51,509.54],[-61.49,509.54]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.564999988032,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[29.74,109.71],"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":"Group 3","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":54,"op":2058,"st":53,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 3 Outlines 8","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":60,"s":[1],"e":[100]},{"t":63}],"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},"n":"0p667_1_0p333_0","t":60,"s":[187.49,67.5,0],"e":[187.49,107.5,0],"to":[0,6.66666650772095,0],"ti":[0,-6.66666650772095,0]},{"t":70}],"ix":2},"a":{"a":0,"k":[155.74,30.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.967,-2.635],[0,0],[4.372,3.128],[0.074,0.053],[0.738,0.569],[-0.585,3.151],[-2.894,0.092],[-0.927,-2.645],[-0.716,2.046],[-2.647,-0.06],[-0.547,-2.819],[3.301,-2.53],[1.256,-0.899],[0.111,-0.079]],"o":[[0,0],[-1.967,-2.635],[-0.111,-0.079],[-1.257,-0.899],[-3.322,-2.586],[0.545,-2.778],[2.625,-0.059],[0.716,2.046],[0.926,-2.645],[2.892,0.092],[0.583,3.143],[-0.743,0.572],[-0.074,0.053],[-4.372,3.128]],"v":[[-1.838,12.158],[1.836,12.158],[-6.593,4.629],[-7.167,4.219],[-9.869,2.235],[-14.143,-6.436],[-8.168,-11.441],[-2.164,-7.061],[2.162,-7.061],[8.187,-11.441],[14.144,-6.418],[9.871,2.232],[7.165,4.219],[6.591,4.629]],"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.917,1.228],[-3.998,2.86],[-0.074,0.054],[-0.794,0.611],[0.945,5.092],[5.039,0.16],[1.567,-4.475],[0,0],[4.681,-0.105],[0.962,-4.906],[-4.556,-3.548],[-1.298,-0.928],[-0.11,-0.078],[-1.594,-2.137]],"o":[[1.594,-2.137],[0.11,-0.078],[1.298,-0.928],[4.542,-3.482],[-0.961,-4.953],[-4.703,-0.106],[0,0],[-1.567,-4.475],[-5.043,0.161],[-0.947,5.103],[0.804,0.619],[0.075,0.054],[3.998,2.86],[0.917,1.228]],"v":[[1.836,14.902],[9.258,8.358],[9.831,7.947],[12.664,5.868],[18.648,-7.272],[8.311,-16.023],[-2.164,-8.577],[2.162,-8.577],[-8.292,-16.025],[-18.646,-7.296],[-12.676,5.86],[-9.834,7.947],[-9.26,8.358],[-1.838,14.902]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-187.469,589.406],[187.531,589.406],[187.531,-77.594],[-187.469,-77.594]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-187.469,-77.594],[187.531,-77.594],[187.531,589.406],[-187.469,589.406]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[155.719,29.844],"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":"Group 7","np":6,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-16.287,0],[0,16.27],[16.287,0],[0,-16.27]],"o":[[16.287,0],[0,-16.27],[-16.287,0],[0,16.27]],"v":[[0,29.459],[29.49,0],[0,-29.459],[-29.49,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-187.49,589.541],[187.51,589.541],[187.51,-77.459],[-187.49,-77.459]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-187.49,-77.459],[187.51,-77.459],[187.51,589.541],[-187.49,589.541]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.944999964097,0.349000010771,0.165000002992,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[155.74,29.71],"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":"Group 8","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":60,"op":2064,"st":59,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Layer 3 Outlines 9","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":66,"s":[1],"e":[100]},{"t":69}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":66,"s":[90],"e":[0]},{"t":76}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":66,"s":[332.49,213.5,0],"e":[281.49,213.5,0],"to":[-8.5,0,0],"ti":[8.5,0,0]},{"t":76}],"ix":2},"a":{"a":0,"k":[279.74,165.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.785,0],[0,-1.788],[-1.785,0],[0,1.788]],"o":[[-1.785,0],[0,1.788],[1.785,0],[0,-1.789]],"v":[[0,-3.243],[-3.237,0],[0,3.243],[3.237,0]],"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":[[4.569,0],[0,4.576],[-4.569,0],[0,-4.577]],"o":[[-4.569,0],[0,-4.577],[4.569,0],[0,4.576]],"v":[[0,8.299],[-8.286,0],[0,-8.299],[8.286,0]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-311.725,450.707],[63.275,450.707],[63.275,-216.293],[-311.725,-216.293]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-311.725,-216.293],[63.275,-216.293],[63.275,450.707],[-311.725,450.707]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[279.975,168.543],"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":"Group 4","np":6,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[5.936,-0.347],[0.06,-0.077],[0,0],[-11.224,0.656],[-6.936,-6.949]],"o":[[-5.874,-5.884],[-8.986,0.525],[0,0],[0.301,-0.383],[7.44,-0.432],[0,0]],"v":[[16.636,6.911],[-1.165,-1.431],[-16.244,6.691],[-20.205,3.556],[-1.459,-6.479],[20.205,3.336]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-311.628,460.637],[63.372,460.637],[63.372,-206.363],[-311.628,-206.363]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-311.628,-206.363],[63.372,-206.363],[63.372,460.637],[-311.628,460.637]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[279.878,158.614],"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":"Group 5","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-15.183,0],[0,-15.167],[15.183,0],[0,15.167]],"o":[[15.183,0],[0,15.167],[-15.183,0],[0,-15.167]],"v":[[0,-27.462],[27.49,0],[0,27.462],[-27.49,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-311.49,454.538],[63.51,454.538],[63.51,-212.462],[-311.49,-212.462]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-311.49,-212.462],[63.51,-212.462],[63.51,454.538],[-311.49,454.538]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.352999997606,0.842999985639,0.677999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[279.741,164.712],"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":"Group 6","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":66,"op":2070,"st":65,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Layer 3 Outlines 4","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":26,"s":[187.49,183.75,0],"e":[184.99,168.5,0],"to":[-0.41666665673256,-2.54166674613953,0],"ti":[0.41666665673256,2.54166674613953,0]},{"t":42}],"ix":2},"a":{"a":0,"k":[153.74,120.75,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":26,"s":[23.355,23.355,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":42,"s":[105,105,100],"e":[100,100,100]},{"t":54}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.356,0.163],[12.116,0],[3.211,-0.924],[3.615,0],[2.649,0.757],[6.709,0],[0.281,-0.129],[0.029,-0.395],[0,0],[-0.44,-0.177],[-0.076,-0.153],[-0.173,-0.822],[-1.248,-3.289],[-3.574,-1.543],[-3.174,0],[-2.358,1.018],[-1.871,5.102],[-0.21,0.613],[-2.058,0],[-1.298,-3.75],[-0.277,-0.752],[-6.152,-2.656],[-3.1,0],[-2.139,0.924],[-1.445,3.805],[-0.548,2.644],[-0.052,0.172],[-0.458,0.182],[0.029,0.46],[0,0]],"o":[[-0.282,-0.129],[-6.709,0],[-2.65,0.757],[-3.619,0],[-3.213,-0.924],[-12.117,0],[-0.361,0.163],[0,0],[-0.028,0.46],[0.464,0.182],[0.06,0.186],[0.548,2.653],[1.439,3.805],[2.133,0.924],[3.099,0],[6.146,-2.656],[0.271,-0.756],[1.303,-3.75],[2.057,0],[0.216,0.618],[1.861,5.106],[2.362,1.018],[3.169,0],[3.568,-1.543],[1.237,-3.271],[0.178,-0.841],[0.089,-0.176],[0.441,-0.177],[0,0],[-0.028,-0.395]],"v":[[41.254,-12.828],[22.122,-16],[8.558,-14.04],[0,-12.633],[-8.557,-14.04],[-22.123,-16],[-41.254,-12.828],[-41.883,-11.922],[-42.234,-6.714],[-41.545,-5.641],[-40.471,-4.948],[-40.124,-3.365],[-37.31,7.521],[-30.764,14.504],[-22.165,16],[-13.819,14.443],[-4.328,2.652],[-3.606,0.599],[0,-3.633],[3.605,0.599],[4.333,2.648],[13.814,14.443],[22.165,16],[30.769,14.504],[37.311,7.521],[40.114,-3.322],[40.461,-4.925],[41.544,-5.641],[42.233,-6.714],[41.881,-11.922]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[153.486,153.251],"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":"Group 9","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.444,-2.858],[0,0],[3.189,0],[0,0],[-1.444,2.862]],"o":[[1.441,-2.858],[0,0],[1.445,2.862],[0,0],[-3.186,0],[0,0]],"v":[[-2.623,-13.999],[2.626,-13.999],[15.629,11.708],[12.458,16.857],[-12.46,16.857],[-15.63,11.708]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[153.443,164.393],"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":"Group 10","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.11,-0.359],[3.583,-1.711],[9.862,-8.439],[0,0],[8.979,4.294],[3.135,1.258],[0.101,2.882],[-1.37,0.453],[-4.151,3.083],[-1.287,1.712],[-1.855,5.505],[0,8.021],[4.612,3.416],[8.044,8.94],[6.202,2.655],[5.085,0.497],[0,0],[7.054,-3.014],[3.88,-4.322],[0.309,-11.966],[0,-6.285],[-6.902,-2.705],[-3.06,-4.083],[-2.77,-2.189],[-3.874,-1.095],[0.152,-3.17]],"o":[[-3.142,1.258],[-8.978,4.294],[0,0],[-9.863,-8.439],[-3.59,-1.711],[-1.124,-0.459],[-0.107,-3.114],[3.836,-1.278],[2.782,-2.076],[3.06,-4.083],[6.908,-2.705],[0,-6.285],[-0.309,-11.966],[-3.874,-4.316],[-2.48,-1.051],[-4.915,-1.913],[0,0],[-6.215,2.655],[-8.032,8.94],[-4.625,3.416],[0,8.028],[1.868,5.505],[1.306,1.743],[3.994,3.146],[1.514,0.427],[-0.132,2.932]],"v":[[-19.122,50.556],[-30.352,56.363],[-59.301,75],[59.301,75],[30.349,56.363],[18.734,50.556],[16.834,44.365],[18.734,39.232],[31.699,31.751],[38.141,25.749],[43.971,12.808],[57.302,-6.481],[50.28,-18.648],[39.737,-54.465],[23.945,-65.078],[11.844,-67.406],[3.598,-75],[-23.942,-65.078],[-39.747,-54.465],[-50.668,-18.648],[-57.312,-6.481],[-44.359,12.808],[-38.119,25.749],[-31.671,32.053],[-19.122,39.232],[-17.141,44.346]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[153.702,166.25],"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":"Group 11","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-5.523,0],[0,0],[0,-5.523],[0,0],[5.523,0],[0,0],[0,5.523],[0,0]],"o":[[0,0],[5.523,0],[0,0],[0,5.523],[0,0],[-5.523,0],[0,0],[0,-5.523]],"v":[[-71.5,-81.5],[71.5,-81.5],[81.5,-71.5],[81.5,71.5],[71.5,81.5],[-71.5,81.5],[-81.5,71.5],[-81.5,-71.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764999988032,0.976000019148,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[155.75,159.75],"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":"Group 12","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":26,"op":2005,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.5,333.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[117,-156.5],[122,-164.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[105,-160],[105,-169.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[93,-155.25],[87,-163.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":-58,"s":[0],"e":[100]},{"t":-47}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":-69,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":-58,"s":[100],"e":[100]},{"t":-47}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":4,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":-69,"op":-43,"st":-195,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[129.5,333.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[117,-156.5],[122,-164.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[105,-160],[105,-169.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[93,-155.25],[87,-163.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":-86,"s":[0],"e":[100]},{"t":-75}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":-97,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":-86,"s":[100],"e":[100]},{"t":-75}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":4,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":-97,"op":-71,"st":-223,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[70.5,328.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[117,-156.5],[122,-164.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[105,-160],[105,-169.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[93,-155.25],[87,-163.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":-115,"s":[0],"e":[100]},{"t":-104}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":-126,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":-115,"s":[100],"e":[100]},{"t":-104}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":4,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":-126,"op":-100,"st":-252,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Nuvens Outlines 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":26,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":32,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":150,"s":[0],"e":[100]},{"t":228}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[203.179,91.093,0],"ix":2},"a":{"a":0,"k":[173.344,29.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[11.598,0],[0,0],[0,1.034],[7.18,0],[0,0],[0,-7.18],[-0.356,-1.185],[0,-9.71],[-11.598,0],[0,0],[0,11.598]],"o":[[0,0],[0.228,-0.965],[0,-7.18],[0,0],[-7.18,0],[0,1.301],[-8.952,2.403],[0,11.598],[0,0],[11.598,0],[0,-11.598]],"v":[[39.5,-13],[19.138,-13],[19.5,-16],[6.5,-29],[-32.5,-29],[-45.5,-16],[-44.948,-12.261],[-60.5,8],[-39.5,29],[39.5,29],[60.5,8]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-76.585,575.907],[298.415,575.907],[298.415,-91.093],[-76.585,-91.093]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-76.585,-91.093],[298.415,-91.093],[298.415,575.907],[-76.585,575.907]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[60.75,29.25],"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":"Group 2","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-7,"op":254,"st":-7,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Nuvens Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":26,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":32,"s":[0],"e":[2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":150,"s":[2],"e":[100]},{"t":228}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[159.179,91.093,0],"ix":2},"a":{"a":0,"k":[173.344,29.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[7.18,0],[0,0],[5.078,0],[0,0],[0.262,-5.013],[0,0],[0,-7.18],[-7.18,0],[0,0],[0,7.18]],"o":[[0,0],[-0.262,-5.013],[0,0],[-5.078,0],[0,0],[-7.18,0],[0,7.18],[0,0],[7.18,0],[0,-7.18]],"v":[[38.5,-8.5],[31.475,-8.5],[22,-17.5],[-7,-17.5],[-16.475,-8.5],[-38.5,-8.5],[-51.5,4.5],[-38.5,17.5],[38.5,17.5],[51.5,4.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-310.773,570.407],[64.227,570.407],[64.227,-96.593],[-310.773,-96.593]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-310.773,-96.593],[64.227,-96.593],[64.227,570.407],[-310.773,570.407]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[294.938,34.75],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-7,"op":254,"st":-7,"bm":0},{"ddd":0,"ind":10,"ty":0,"nm":"Pre-comp 1","refId":"comp_9","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":9,"s":[187.5,333.5,0],"e":[292.5,333.5,0],"to":[17.5,0,0],"ti":[-17.5,0,0]},{"t":23}],"ix":2},"a":{"a":0,"k":[187.5,333.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":17,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[347.453,162.5],[29,162.5],[29,338.041],[347.453,338.041]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[347.453,162.5],[29,162.5],[29,212],[347.453,212]],"c":true}]},{"t":23}],"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"w":375,"h":667,"ip":0,"op":26,"st":0,"bm":0}]},{"id":"comp_9","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 7","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9,"s":[1],"e":[100]},{"t":13}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.5,333.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[139.48,166.686],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.137254901961,0.713725490196,0.772549019608,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[73.537,-86.157],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[188.122,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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":30,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Mascara 2","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":-79,"s":[233.197,144.591,0],"e":[233.197,190.091,0],"to":[0,7.58333349227905,0],"ti":[0,-7.58333349227905,0]},{"t":-69}],"ix":2},"a":{"a":0,"k":[74.836,12.268,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.474,0.125],[1.832,0],[3.679,0],[0.193,0],[2.917,0],[2.354,0],[0.509,-0.132],[-6.438,0],[-0.315,0],[-4.178,0]],"o":[[-0.508,-0.132],[-2.355,0],[-2.919,0],[-0.194,0],[-3.679,0],[-1.833,0],[-0.475,0.125],[4.178,0],[0.315,0],[6.438,0]],"v":[[14.263,-2.436],[11.142,-0.534],[4,-4.609],[0,-2.273],[-4,-4.609],[-11.141,-0.534],[-14.262,-2.436],[-6.948,4.609],[0,1.271],[6.948,4.609]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-293.046,469.5],[81.954,469.5],[81.954,-197.5],[-293.046,-197.5]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-293.046,-197.5],[81.954,-197.5],[81.954,469.5],[-293.046,469.5]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[134.685,19.678],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.178,-0.346],[0,0],[-0.787,0],[0,0],[0.356,0.694],[0,0],[0.235,0]],"o":[[0,0],[-0.356,0.694],[0,0],[0.787,0],[0,0],[-0.178,-0.346],[-0.235,0]],"v":[[-0.648,-3.48],[-3.861,2.752],[-3.078,4],[3.078,4],[3.861,2.752],[0.648,-3.48],[0,-4]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-293.585,474],[81.415,474],[81.415,-193],[-293.585,-193]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-293.585,-193],[81.415,-193],[81.415,474],[-293.585,474]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[135.224,15.177],"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":"Group 14","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":-34,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"logo 8","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[292.88,232.512,0],"ix":2},"a":{"a":0,"k":[221.583,13.076,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[0.859,0.859,-13.815]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_0p859_0p333_0","0p667_0p859_0p333_0","0p667_-13p815_0p333_0"],"t":-69,"s":[0,0,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[-5.926,-5.926,29.63]},"n":["0p667_1_0p333_-5p926","0p667_1_0p333_-5p926","0p667_1_0p333_29p63"],"t":-65,"s":[105,105,100],"e":[100,100,100]},{"t":-57}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.69,0.686],[0,0],[0.682,0.208],[0,0],[0,0],[0.689,-0.686],[0,0],[-0.681,-0.207]],"o":[[0,0],[-0.27,0.934],[0,0],[0.505,-0.502],[0,0],[0,0],[0.27,-0.934],[0,0],[-0.504,0.502],[0,0]],"v":[[210.34,2.56],[207.98,10.712],[209.553,11.64],[220.328,0.916],[219.937,-0.651],[213.659,-2.56],[216.019,-10.712],[214.447,-11.64],[203.671,-0.916],[204.062,0.65]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-80.38,434.988],[294.62,434.988],[294.62,-232.012],[-80.38,-232.012]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-80.38,-232.012],[294.62,-232.012],[294.62,434.988],[-80.38,434.988]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.976000019148,0.423999980852,0.255000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.083,12.576],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":-148,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Amarelo6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[233.773,246.478,0],"ix":2},"a":{"a":0,"k":[82.809,68.728,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.819,3.273],[0.68,0.274],[0.021,0.628],[-0.297,0.099],[-0.901,0.671],[-0.28,0.373],[-0.403,1.198],[0,1.747],[1,0.744],[1.746,1.947],[1.346,0.579],[1.103,0.108],[0,0],[1.53,-0.656],[0.842,-0.941],[0.068,-2.606],[0,-1.369],[-1.497,-0.59],[-0.664,-0.889],[-0.601,-0.477],[-0.841,-0.238],[0.033,-0.69],[0.24,-0.078],[0.777,-0.373],[0,-20.577],[0,0],[-2.868,0],[0,1.982],[0,0],[-0.611,0.033],[-0.061,-0.021],[0,-0.899],[0,0],[-3.154,0],[-0.011,0],[0,3.245],[0,12.81],[-0.621,0.03],[0,-11.096],[0,0],[-3.157,0],[-0.015,0],[0,3.245],[0,2.514],[-0.193,0.269],[-0.096,-0.005],[0,-7.363],[0,0],[-2.738,0],[0.012,4.338],[0,0]],"o":[[-0.779,-0.373],[-0.244,-0.1],[-0.024,-0.678],[0.832,-0.278],[0.604,-0.452],[0.664,-0.889],[1.499,-0.59],[0,-1.369],[-0.067,-2.606],[-0.84,-0.94],[-0.538,-0.228],[-1.067,-0.417],[0,0],[-1.349,0.579],[-1.743,1.947],[-1.003,0.744],[0,1.748],[0.406,1.198],[0.284,0.379],[0.866,0.685],[0.328,0.093],[-0.028,0.639],[-0.682,0.274],[-6.818,3.273],[0,15.386],[-0.012,4.338],[2.738,0],[0,0],[0,-7.363],[0.096,-0.005],[0.196,0.27],[0,2.514],[0,3.245],[0.052,-0.005],[3.159,0],[0,0],[0.001,-11.097],[0.617,0.03],[0.003,12.81],[0,3.245],[0.018,0],[3.193,0.005],[0,0],[0,-0.9],[0.064,-0.02],[0.61,0.032],[0,0],[0,1.985],[2.738,0],[0,0],[0,-20.695]],"v":[[6.628,-39.869],[4.107,-41.133],[3.696,-42.481],[4.107,-43.6],[6.921,-45.229],[8.318,-46.536],[9.584,-49.354],[12.476,-53.554],[10.952,-56.205],[8.665,-64.005],[5.238,-66.317],[2.613,-66.822],[0.822,-68.476],[-5.153,-66.317],[-8.583,-64.005],[-10.952,-56.205],[-12.394,-53.554],[-9.584,-49.354],[-8.23,-46.536],[-6.829,-45.162],[-4.106,-43.6],[-3.678,-42.485],[-4.106,-41.133],[-6.544,-39.869],[-23.187,-8.467],[-23.273,8.192],[-17.798,13.671],[-15.154,8.873],[-15.154,-6.43],[-13.084,-19.113],[-12.852,-19.085],[-12.712,-17.337],[-12.687,62.594],[-6.976,68.476],[-5.562,68.476],[-1.186,62.594],[-1.183,36.488],[0.041,16.135],[1.262,36.488],[1.265,62.594],[5.475,68.476],[7.021,68.471],[12.77,62.594],[12.795,-17.337],[12.934,-19.085],[13.167,-19.113],[15.24,-6.43],[15.24,8.873],[17.798,13.671],[23.274,8.192],[23.274,-8.347]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-293.047,420.523],[81.953,420.523],[81.953,-246.477],[-293.047,-246.477]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-293.047,-246.477],[81.953,-246.477],[81.953,420.523],[-293.047,420.523]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[142.082,68.727],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":-103,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Sombras Outlines 8","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-162,"s":[4],"e":[29]},{"t":-158}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.773,314.593,0],"ix":2},"a":{"a":0,"k":[130.25,4.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.485],[13.255,0],[0,2.485],[-13.255,0]],"o":[[0,2.485],[-13.255,0],[0,-2.485],[13.255,0]],"v":[[24,0],[0,4.5],[-24,0],[0,-4.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-293.773,352.407],[81.227,352.407],[81.227,-314.593],[-293.773,-314.593]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-293.773,-314.593],[81.227,-314.593],[81.227,352.407],[-293.773,352.407]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[236.25,4.75],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":-200,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Layer 6 Outlines 4","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":-107,"s":[233.197,144.591,0],"e":[233.197,190.091,0],"to":[0,7.58333349227905,0],"ti":[0,-7.58333349227905,0]},{"t":-97}],"ix":2},"a":{"a":0,"k":[74.836,12.268,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.419,0.634],[-0.822,0.549],[-0.419,-0.634],[0.822,-0.55]],"o":[[-0.419,-0.634],[0.822,-0.55],[0.419,0.634],[-0.823,0.549]],"v":[[-1.488,0.994],[-0.758,-1.148],[1.488,-0.994],[0.759,1.149]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-229.53,481.595],[145.47,481.595],[145.47,-185.405],[-229.53,-185.405]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-229.53,-185.405],[145.47,-185.405],[145.47,481.595],[-229.53,481.595]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.169,7.582],"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":"Group 2","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.843,-0.767],[0.415,0.388],[-0.843,0.768],[-0.414,-0.388]],"o":[[-0.842,0.767],[-0.414,-0.388],[0.842,-0.767],[0.415,0.388]],"v":[[0.75,0.702],[-1.526,1.389],[-0.75,-0.703],[1.525,-1.389]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-227.374,479.612],[147.626,479.612],[147.626,-187.388],[-227.374,-187.388]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-227.374,-187.388],[147.626,-187.388],[147.626,479.612],[-227.374,479.612]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[69.013,9.565],"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":"Group 3","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.843,-0.767],[0.414,0.388],[-0.842,0.767],[-0.414,-0.388]],"o":[[-0.842,0.767],[-0.414,-0.388],[0.842,-0.767],[0.415,0.388]],"v":[[0.75,0.702],[-1.525,1.389],[-0.75,-0.702],[1.525,-1.389]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-231.707,483.557],[143.293,483.557],[143.293,-183.443],[-231.707,-183.443]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-231.707,-183.443],[143.293,-183.443],[143.293,483.557],[-231.707,483.557]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[73.346,5.621],"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":"Group 4","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.061,-0.034],[-0.117,0.612],[-1.06,0.034],[0.117,-0.612]],"o":[[-1.06,0.035],[0.117,-0.612],[1.061,-0.035],[-0.117,0.612]],"v":[[-0.212,1.107],[-1.919,0.063],[0.212,-1.107],[1.919,-0.062]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-226.815,481.496],[148.185,481.496],[148.185,-185.504],[-226.815,-185.504]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-226.815,-185.504],[148.185,-185.504],[148.185,481.496],[-226.815,481.496]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[68.453,7.682],"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":"Group 5","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.06,-0.035],[-0.117,0.612],[-1.06,0.034],[0.117,-0.612]],"o":[[-1.06,0.034],[0.118,-0.612],[1.06,-0.035],[-0.118,0.612]],"v":[[-0.212,1.108],[-1.92,0.063],[0.212,-1.107],[1.92,-0.062]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-232.266,481.674],[142.734,481.674],[142.734,-185.326],[-232.266,-185.326]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-232.266,-185.326],[142.734,-185.326],[142.734,481.674],[-232.266,481.674]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[73.905,7.504],"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":"Group 6","np":4,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.241,-0.992],[0.648,0.008],[-0.241,0.991],[-0.648,-0.008]],"o":[[-0.241,0.991],[-0.648,-0.008],[0.241,-0.992],[0.648,0.008]],"v":[[1.174,0.015],[-0.436,1.795],[-1.173,-0.014],[0.436,-1.795]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-228.922,479.036],[146.078,479.036],[146.078,-187.964],[-228.922,-187.964]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-228.922,-187.964],[146.078,-187.964],[146.078,479.036],[-228.922,479.036]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[70.56,10.141],"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":"Group 7","np":4,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.241,-0.992],[0.648,0.009],[-0.241,0.991],[-0.648,-0.007]],"o":[[-0.241,0.991],[-0.648,-0.008],[0.24,-0.991],[0.648,0.009]],"v":[[1.174,0.014],[-0.436,1.794],[-1.173,-0.015],[0.436,-1.796]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-230.159,484.133],[144.841,484.133],[144.841,-182.867],[-230.159,-182.867]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-230.159,-182.867],[144.841,-182.867],[144.841,484.133],[-230.159,484.133]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.798,5.044],"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":"Group 8","np":4,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.502,-0.76],[0.588,-0.393],[0.502,0.759],[-0.589,0.394]],"o":[[0.503,0.76],[-0.589,0.393],[-0.502,-0.761],[0.587,-0.392]],"v":[[1.065,-0.712],[0.91,1.376],[-1.066,0.712],[-0.91,-1.377]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-230.832,479.63],[144.168,479.63],[144.168,-187.37],[-230.832,-187.37]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-230.832,-187.37],[144.168,-187.37],[144.168,479.63],[-230.832,479.63]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[72.471,9.547],"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":"Group 9","np":4,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.502,-0.76],[0.588,-0.393],[0.502,0.76],[-0.588,0.393]],"o":[[0.503,0.76],[-0.588,0.393],[-0.502,-0.76],[0.589,-0.393]],"v":[[1.065,-0.712],[0.91,1.376],[-1.066,0.712],[-0.911,-1.376]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-228.249,483.538],[146.751,483.538],[146.751,-183.462],[-228.249,-183.462]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-228.249,-183.462],[146.751,-183.462],[146.751,483.538],[-228.249,483.538]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[69.888,5.639],"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":"Group 10","np":4,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-8.561,0.421],[8.96,0.2],[0,0]],"o":[[0,0],[0,0],[-8.96,-0.2],[0,0]],"v":[[-5.668,-1.122],[8.163,4.905],[0,-5.126],[-8.228,-1.522]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-236.8,478.249],[138.2,478.249],[138.2,-188.751],[-236.8,-188.751]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-236.8,-188.751],[138.2,-188.751],[138.2,478.249],[-236.8,478.249]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[78.439,10.929],"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":"Group 11","np":4,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-9.677,-1.001],[8.362,-0.124]],"o":[[0,0],[0,0]],"v":[[4.839,-3.442],[-4.201,4.442]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-227.46,478.932],[147.54,478.932],[147.54,-188.068],[-227.46,-188.068]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-227.46,-188.068],[147.54,-188.068],[147.54,478.932],[-227.46,478.932]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[69.099,10.245],"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":"Group 12","np":4,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.178,-0.346],[0,0],[-0.787,0],[0,0],[0.356,0.694],[0,0],[0.235,0]],"o":[[0,0],[-0.356,0.694],[0,0],[0.787,0],[0,0],[-0.178,-0.346],[-0.235,0]],"v":[[-0.648,-3.48],[-3.861,2.752],[-3.078,4],[3.078,4],[3.861,2.752],[0.648,-3.48],[0,-4]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-233.44,469],[141.56,469],[141.56,-198],[-233.44,-198]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-233.44,-198],[141.56,-198],[141.56,469],[-233.44,469]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[75.079,20.177],"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":"Group 13","np":4,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":-49,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"logo 7","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[233.88,232.012,0],"ix":2},"a":{"a":0,"k":[162.583,12.576,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[0.859,0.859,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_0p859_0p333_0","0p667_0p859_0p333_0","0p667_1_0p333_0"],"t":-97,"s":[0,0,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[-5.926,-5.926,0]},"n":["0p667_1_0p333_-5p926","0p667_1_0p333_-5p926","0p667_1_0p333_0"],"t":-93,"s":[105,105,100],"e":[100,100,100]},{"t":-85}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.69,0.686],[0,0],[0.682,0.208],[0,0],[0,0],[0.689,-0.686],[0,0],[-0.681,-0.207]],"o":[[0,0],[-0.27,0.934],[0,0],[0.505,-0.502],[0,0],[0,0],[0.27,-0.934],[0,0],[-0.504,0.502],[0,0]],"v":[[151.84,2.56],[149.48,10.712],[151.053,11.64],[161.828,0.916],[161.437,-0.651],[155.159,-2.56],[157.519,-10.712],[155.947,-11.64],[145.171,-0.916],[145.562,0.65]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-80.38,434.988],[294.62,434.988],[294.62,-232.012],[-80.38,-232.012]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-80.38,-232.012],[294.62,-232.012],[294.62,434.988],[-80.38,434.988]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.976000019148,0.423999980852,0.255000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.083,12.576],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":-153,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Amarelo5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[233.773,246.478,0],"ix":2},"a":{"a":0,"k":[82.809,68.728,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.529,3.13],[0.651,0.262],[0.021,0.6],[-0.285,0.094],[-0.862,0.642],[-0.268,0.356],[-0.385,1.146],[0,1.671],[0.958,0.712],[1.672,1.862],[1.288,0.553],[1.056,0.104],[0,0],[1.465,-0.628],[0.807,-0.9],[0.065,-2.491],[0,-1.309],[-1.434,-0.563],[-0.636,-0.85],[-0.575,-0.456],[-0.805,-0.228],[0.031,-0.661],[0.231,-0.075],[0.745,-0.356],[0,-19.676],[0,0],[-2.746,0],[0,1.896],[0,0],[-0.585,0.031],[0,-0.86],[-0.012,-11.31],[0,0],[-1.108,0],[0,0],[0,0],[-3.02,0],[-0.011,0],[0,3.102],[-0.001,12.377],[0,0],[0,0],[-3.022,0],[-0.015,0],[0,3.102],[-0.3,15.301],[0,0],[0.33,1.055],[0,0],[-0.001,1.127],[0,0.817],[-0.091,-0.005],[0,-7.04],[0,0],[-2.622,0],[0.011,4.148],[0,0]],"o":[[-0.746,-0.356],[-0.233,-0.096],[-0.022,-0.649],[0.797,-0.266],[0.579,-0.433],[0.636,-0.85],[1.435,-0.563],[0,-1.309],[-0.065,-2.491],[-0.804,-0.899],[-0.516,-0.219],[-1.022,-0.398],[0,0],[-1.291,0.553],[-1.668,1.862],[-0.96,0.712],[0,1.672],[0.388,1.146],[0.271,0.363],[0.83,0.655],[0.315,0.089],[-0.028,0.61],[-0.652,0.262],[-6.527,3.13],[0,14.712],[-0.012,4.148],[2.621,0],[0,0],[0,-7.04],[0.091,-0.005],[0,0.801],[0,0],[-0.233,1.086],[0,0],[0.298,15.302],[0,3.102],[0.05,-0.005],[3.024,0],[0,0],[0,0],[0.002,12.377],[0,3.102],[0.017,0],[3.056,0.005],[0,0],[0,0],[1.113,0],[0,0],[0.005,-1.17],[0.003,-11.653],[0,-0.861],[0.585,0.03],[0,0],[0,1.899],[2.621,0],[0,0],[0,-19.789]],"v":[[6.346,-36.123],[3.933,-37.331],[3.538,-40.62],[3.933,-41.689],[6.626,-43.248],[7.965,-44.498],[9.176,-47.192],[11.946,-51.209],[10.487,-53.743],[8.296,-61.201],[5.016,-63.411],[2.502,-63.896],[0.788,-65.477],[-4.934,-63.411],[-8.217,-61.201],[-10.486,-53.743],[-11.867,-51.209],[-9.176,-47.192],[-7.879,-44.498],[-6.54,-43.184],[-3.932,-41.689],[-3.521,-40.624],[-3.932,-37.331],[-6.266,-36.123],[-22.201,-8.096],[-22.283,7.833],[-17.04,13.074],[-14.51,8.484],[-14.51,-6.149],[-12.527,-20.275],[-12.171,-16.577],[-11.165,4.281],[-16.581,29.558],[-14.995,31.523],[-10.846,31.523],[-10.146,59.854],[-6.679,65.477],[-5.326,65.477],[-1.135,59.854],[-1.133,31.523],[1.21,31.523],[1.212,59.854],[5.242,65.477],[6.724,65.472],[10.227,59.854],[10.935,31.523],[16.432,31.523],[17.842,29.613],[11.236,8.445],[11.245,4.99],[12.251,-16.577],[12.607,-20.275],[14.592,-6.149],[14.592,8.484],[17.041,13.074],[22.284,7.833],[22.284,-7.98]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-233.773,417.522],[141.227,417.522],[141.227,-249.478],[-233.773,-249.478]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-233.773,-249.478],[141.227,-249.478],[141.227,417.522],[-233.773,417.522]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[82.809,71.728],"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":"Group 3","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":-118,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Sombras Outlines 7","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-174,"s":[4],"e":[29]},{"t":-170}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.773,314.593,0],"ix":2},"a":{"a":0,"k":[130.25,4.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.485],[13.255,0],[0,2.485],[-13.255,0]],"o":[[0,2.485],[-13.255,0],[0,-2.485],[13.255,0]],"v":[[24,0],[0,4.5],[-24,0],[0,-4.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-233.773,352.407],[141.227,352.407],[141.227,-314.593],[-233.773,-314.593]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-233.773,-314.593],[141.227,-314.593],[141.227,352.407],[-233.773,352.407]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[176.25,4.75],"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":"Group 2","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":-200,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Layer 6 Outlines 3","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":-136,"s":[233.197,144.591,0],"e":[233.197,190.091,0],"to":[0,7.58333349227905,0],"ti":[0,-7.58333349227905,0]},{"t":-126}],"ix":2},"a":{"a":0,"k":[74.836,12.268,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.178,-0.346],[0,0],[-0.787,0],[0,0],[0.356,0.694],[0,0],[0.235,0]],"o":[[0,0],[-0.356,0.694],[0,0],[0.787,0],[0,0],[-0.178,-0.346],[-0.235,0]],"v":[[-0.648,-3.48],[-3.861,2.752],[-3.078,4],[3.078,4],[3.861,2.752],[0.648,-3.48],[0,-4]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-174.323,472.536],[200.677,472.536],[200.677,-194.464],[-174.323,-194.464]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-174.323,-194.464],[200.677,-194.464],[200.677,472.536],[-174.323,472.536]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[15.962,16.641],"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":"Group 15","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.667,0.113],[0,0],[5.74,0],[1.814,-5.367],[0,0],[0,-0.705],[0,0],[-0.667,-0.114],[0,0],[0,0.704],[0,0],[-5.077,0],[-0.766,-5.668],[0,0],[-0.667,0.113],[0,0],[0,0.704],[0,0]],"o":[[0,0],[-1.831,-5.335],[-5.762,0],[0,0],[-0.667,0.113],[0,0],[0,0.704],[0,0],[0.667,0.113],[0,0],[1.373,-4.833],[5.647,0],[0,0],[0,0.704],[0,0],[0.667,-0.114],[0,0],[0,-0.705]],"v":[[14.725,0.004],[12.283,-0.41],[-0.172,-9.579],[-12.648,-0.349],[-14.726,0.004],[-15.938,1.492],[-15.938,7.538],[-14.726,9.025],[-12.127,9.466],[-10.915,8.392],[-10.915,0.909],[-0.172,-7.465],[10.913,2.583],[10.913,8.392],[12.126,9.466],[14.725,9.025],[15.938,7.538],[15.938,1.492]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-174.549,479.348],[200.451,479.348],[200.451,-187.652],[-174.549,-187.652]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-174.549,-187.652],[200.451,-187.652],[200.451,479.348],[-174.549,479.348]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[16.188,9.829],"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":"Group 16","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.192,0],[0.147,0.148],[0.951,-0.957],[0.294,0.296],[-0.293,0.295],[-1.544,-1.555],[0.293,-0.296]],"o":[[-0.192,0],[-0.957,-0.965],[-0.293,0.296],[-0.293,-0.296],[1.537,-1.548],[0.293,0.296],[-0.147,0.148]],"v":[[2.261,1.395],[1.729,1.174],[-1.73,1.162],[-2.793,1.162],[-2.793,0.09],[2.793,0.102],[2.793,1.174]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-180.75,478.329],[194.25,478.329],[194.25,-188.671],[-180.75,-188.671]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-180.75,-188.671],[194.25,-188.671],[194.25,478.329],[-180.75,478.329]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[22.389,10.848],"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":"Group 17","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.192,0],[0.147,0.148],[0.655,0.002],[0,0],[0.458,-0.462],[0.294,0.296],[-0.294,0.296],[-1.052,-0.004],[-0.747,-0.753],[0.293,-0.296]],"o":[[-0.192,0],[-0.464,-0.468],[0,0],[-0.65,0],[-0.294,0.296],[-0.294,-0.296],[0.744,-0.751],[1.054,0.003],[0.293,0.296],[-0.147,0.148]],"v":[[2.261,1.203],[1.729,0.982],[-0.005,0.254],[-0.011,0.254],[-1.729,0.97],[-2.792,0.97],[-2.792,-0.102],[0,-1.262],[2.793,-0.09],[2.793,0.982]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-168.073,478.135],[206.927,478.135],[206.927,-188.865],[-168.073,-188.865]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-168.073,-188.865],[206.927,-188.865],[206.927,478.135],[-168.073,478.135]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.712,11.043],"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":"Group 18","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":-67,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"logo 6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[174.38,232.512,0],"ix":2},"a":{"a":0,"k":[103.083,13.076,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[0.859,0.859,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_0p859_0p333_0","0p667_0p859_0p333_0","0p667_1_0p333_0"],"t":-126,"s":[0,0,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[-5.926,-5.926,0]},"n":["0p667_1_0p333_-5p926","0p667_1_0p333_-5p926","0p667_1_0p333_0"],"t":-122,"s":[105,105,100],"e":[100,100,100]},{"t":-114}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.69,0.686],[0,0],[0.682,0.208],[0,0],[0,0],[0.689,-0.686],[0,0],[-0.681,-0.207]],"o":[[0,0],[-0.27,0.934],[0,0],[0.505,-0.502],[0,0],[0,0],[0.27,-0.934],[0,0],[-0.504,0.502],[0,0]],"v":[[91.84,2.56],[89.48,10.712],[91.053,11.64],[101.828,0.916],[101.437,-0.651],[95.159,-2.56],[97.519,-10.712],[95.947,-11.64],[85.171,-0.916],[85.562,0.65]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-80.38,434.988],[294.62,434.988],[294.62,-232.012],[-80.38,-232.012]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-80.38,-232.012],[294.62,-232.012],[294.62,434.988],[-80.38,434.988]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.976000019148,0.423999980852,0.255000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.083,12.576],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":-171,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Amarelo4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[233.773,246.478,0],"ix":2},"a":{"a":0,"k":[82.809,68.728,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.819,3.273],[0.68,0.274],[0.021,0.628],[-0.297,0.099],[-0.901,0.671],[-0.28,0.373],[-0.403,1.198],[0,1.747],[1,0.744],[1.746,1.947],[1.346,0.579],[1.103,0.108],[0,0],[1.53,-0.656],[0.842,-0.941],[0.068,-2.606],[0,-1.369],[-1.497,-0.59],[-0.664,-0.889],[-0.601,-0.477],[-0.841,-0.238],[0.033,-0.69],[0.24,-0.078],[0.777,-0.373],[0,-20.577],[0,0],[-2.868,0],[0,1.982],[0,0],[-0.611,0.033],[-0.061,-0.021],[0,-0.899],[0,0],[-3.154,0],[-0.011,0],[0,3.245],[0,12.81],[-0.621,0.03],[0,-11.096],[0,0],[-3.157,0],[-0.015,0],[0,3.245],[0,2.514],[-0.193,0.269],[-0.096,-0.005],[0,-7.363],[0,0],[-2.738,0],[0.012,4.338],[0,0]],"o":[[-0.779,-0.373],[-0.244,-0.1],[-0.024,-0.678],[0.832,-0.278],[0.604,-0.452],[0.664,-0.889],[1.499,-0.59],[0,-1.369],[-0.067,-2.606],[-0.84,-0.94],[-0.538,-0.228],[-1.067,-0.417],[0,0],[-1.349,0.579],[-1.743,1.947],[-1.003,0.744],[0,1.748],[0.406,1.198],[0.284,0.379],[0.866,0.685],[0.328,0.093],[-0.028,0.639],[-0.682,0.274],[-6.818,3.273],[0,15.386],[-0.012,4.338],[2.738,0],[0,0],[0,-7.363],[0.096,-0.005],[0.196,0.27],[0,2.514],[0,3.245],[0.052,-0.005],[3.159,0],[0,0],[0.001,-11.097],[0.617,0.03],[0.003,12.81],[0,3.245],[0.018,0],[3.193,0.005],[0,0],[0,-0.9],[0.064,-0.02],[0.61,0.032],[0,0],[0,1.985],[2.738,0],[0,0],[0,-20.695]],"v":[[6.628,-39.869],[4.108,-41.133],[3.696,-42.481],[4.108,-43.6],[6.921,-45.229],[8.319,-46.536],[9.584,-49.354],[12.476,-53.554],[10.953,-56.205],[8.665,-64.005],[5.238,-66.317],[2.613,-66.822],[0.823,-68.476],[-5.153,-66.317],[-8.583,-64.005],[-10.952,-56.205],[-12.394,-53.554],[-9.584,-49.354],[-8.229,-46.536],[-6.829,-45.162],[-4.107,-43.6],[-3.678,-42.485],[-4.107,-41.133],[-6.544,-39.869],[-23.187,-8.467],[-23.273,8.192],[-17.798,13.671],[-15.155,8.873],[-15.155,-6.43],[-13.084,-19.113],[-12.853,-19.085],[-12.712,-17.337],[-12.687,62.594],[-6.977,68.476],[-5.562,68.476],[-1.186,62.594],[-1.183,36.488],[0.042,16.135],[1.263,36.488],[1.266,62.594],[5.474,68.476],[7.022,68.471],[12.771,62.594],[12.795,-17.337],[12.935,-19.085],[13.168,-19.113],[15.241,-6.43],[15.241,8.873],[17.798,13.671],[23.274,8.192],[23.274,-8.347]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-174.5,420.523],[200.5,420.523],[200.5,-246.477],[-174.5,-246.477]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-174.5,-246.477],[200.5,-246.477],[200.5,420.523],[-174.5,420.523]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[23.535,68.727],"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":"Group 2","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":-136,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Sombras Outlines 6","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-185,"s":[4],"e":[29]},{"t":-181}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.773,314.593,0],"ix":2},"a":{"a":0,"k":[130.25,4.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.485],[13.255,0],[0,2.485],[-13.255,0]],"o":[[0,2.485],[-13.255,0],[0,-2.485],[13.255,0]],"v":[[24,0],[0,4.5],[-24,0],[0,-4.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-173.773,352.407],[201.227,352.407],[201.227,-314.593],[-173.773,-314.593]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-173.773,-314.593],[201.227,-314.593],[201.227,352.407],[-173.773,352.407]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[116.25,4.75],"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":"Group 3","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":-200,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"logo 5","parent":16,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[24.869,54.169,0],"ix":2},"a":{"a":0,"k":[9.083,12.576,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.69,0.686],[0,0],[0.682,0.208],[0,0],[0,0],[0.689,-0.686],[0,0],[-0.681,-0.207]],"o":[[0,0],[-0.27,0.934],[0,0],[0.505,-0.502],[0,0],[0,0],[0.27,-0.934],[0,0],[-0.504,0.502],[0,0]],"v":[[-1.66,2.56],[-4.02,10.712],[-2.447,11.64],[8.328,0.916],[7.937,-0.651],[1.659,-2.56],[4.019,-10.712],[2.447,-11.64],[-8.329,-0.916],[-7.938,0.65]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-80.38,434.988],[294.62,434.988],[294.62,-232.012],[-80.38,-232.012]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-80.38,-232.012],[294.62,-232.012],[294.62,434.988],[-80.38,434.988]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.976000019148,0.423999980852,0.255000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.083,12.576],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":-146,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"mascara2","parent":16,"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":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":-208,"s":[24.704,-30.81,0],"e":[24.704,14.19,0],"to":[0,7.5,0],"ti":[0,-7.5,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0.333},"n":"0p833_0p833_0p333_0p333","t":-194,"s":[24.704,14.19,0],"e":[24.704,14.19,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":-162,"s":[24.704,14.19,0],"e":[28.204,14.19,0],"to":[0.58333331346512,0,0],"ti":[-0.58333331346512,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":-158,"s":[28.204,14.19,0],"e":[28.204,14.19,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":-74,"s":[28.204,14.19,0],"e":[24.704,14.19,0],"to":[-0.58333331346512,0,0],"ti":[0.58333331346512,0,0]},{"t":-70}],"ix":2},"a":{"a":0,"k":[9.697,5.19,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.08,0.037],[2.709,0],[0.718,-0.208],[0.808,0],[0.592,0.17],[1.5,0],[0.063,-0.029],[0.006,-0.088],[0,0],[-0.098,-0.04],[-0.017,-0.034],[-0.039,-0.185],[-0.279,-0.738],[-0.799,-0.346],[-0.71,0],[-0.528,0.228],[-0.418,1.146],[-0.047,0.138],[-0.461,0],[-0.29,-0.842],[-0.062,-0.169],[-1.375,-0.597],[-0.693,0],[-0.478,0.208],[-0.323,0.855],[-0.122,0.593],[-0.012,0.038],[-0.103,0.041],[0.006,0.103],[0,0]],"o":[[-0.063,-0.029],[-1.499,0],[-0.592,0.17],[-0.809,0],[-0.718,-0.208],[-2.708,0],[-0.081,0.037],[0,0],[-0.006,0.103],[0.104,0.041],[0.013,0.042],[0.122,0.596],[0.321,0.855],[0.477,0.208],[0.693,0],[1.373,-0.597],[0.061,-0.17],[0.292,-0.842],[0.459,0],[0.049,0.139],[0.416,1.147],[0.528,0.228],[0.708,0],[0.798,-0.346],[0.276,-0.734],[0.04,-0.189],[0.02,-0.04],[0.098,-0.04],[0,0],[-0.006,-0.088]],"v":[[9.221,-2.881],[4.945,-3.592],[1.912,-3.152],[0.001,-2.837],[-1.913,-3.152],[-4.945,-3.592],[-9.221,-2.881],[-9.361,-2.678],[-9.441,-1.508],[-9.286,-1.267],[-9.047,-1.112],[-8.969,-0.756],[-8.34,1.688],[-6.876,3.257],[-4.954,3.592],[-3.089,3.243],[-0.967,0.595],[-0.807,0.134],[0.001,-0.816],[0.805,0.134],[0.968,0.594],[3.087,3.243],[4.954,3.592],[6.878,3.257],[8.34,1.688],[8.966,-0.746],[9.044,-1.105],[9.286,-1.267],[9.44,-1.508],[9.361,-2.678]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-80.214,476.314],[294.786,476.314],[294.786,-190.686],[-80.214,-190.686]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-80.214,-190.686],[294.786,-190.686],[294.786,476.314],[-80.214,476.314]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.696,3.843],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.322,-0.642],[0,0],[0.713,0],[0,0],[-0.323,0.643]],"o":[[0.322,-0.642],[0,0],[0.323,0.643],[0,0],[-0.712,0],[0,0]],"v":[[-0.587,-3.144],[0.587,-3.144],[3.493,2.628],[2.785,3.786],[-2.786,3.786],[-3.493,2.628]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-80.205,473.812],[294.795,473.812],[294.795,-193.188],[-80.205,-193.188]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-80.205,-193.188],[294.795,-193.188],[294.795,473.812],[-80.205,473.812]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.687,6.345],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":-227,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"boneco2","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":-217,"s":[82.546,-35.931,0],"e":[82.546,315.069,0],"to":[0,58.5,0],"ti":[0,-58.5,0]},{"t":-199}],"ix":2},"a":{"a":0,"k":[25.536,136.727,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":-199,"s":[100,100,100],"e":[100,92,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":-197,"s":[100,92,100],"e":[100,100,100]},{"t":-194}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[7.254,3.273],[0.724,0.274],[0.024,0.628],[-0.316,0.099],[-0.959,0.671],[-0.297,0.373],[-0.428,1.198],[0,1.747],[1.064,0.744],[1.857,1.947],[1.431,0.579],[1.174,0.108],[0,0],[1.628,-0.656],[0.896,-0.941],[0.072,-2.606],[0,-1.369],[-1.594,-0.59],[-0.706,-0.889],[-0.64,-0.477],[-0.894,-0.238],[0.035,-0.69],[0.257,-0.078],[0.827,-0.373],[0,-20.577],[0,0],[0,0],[-3.051,0],[0,1.982],[0,0],[-0.65,0.033],[-0.066,-0.021],[0,-0.899],[0,0],[-3.356,0],[-0.016,0],[-0.011,0],[0,3.245],[0,12.81],[-0.66,0.03],[0,-11.096],[0,0],[-3.359,0],[-0.016,0],[-0.014,0],[0,3.245],[0,2.514],[-0.206,0.269],[-0.102,-0.005],[0,-7.363],[0,0],[-2.913,0],[0.014,4.338],[0,0],[0,0]],"o":[[-0.829,-0.373],[-0.259,-0.1],[-0.024,-0.678],[0.885,-0.278],[0.642,-0.452],[0.706,-0.889],[1.595,-0.59],[0,-1.369],[-0.072,-2.606],[-0.894,-0.94],[-0.573,-0.228],[-1.134,-0.417],[0,0],[-1.435,0.579],[-1.854,1.947],[-1.067,0.744],[0,1.748],[0.431,1.198],[0.302,0.379],[0.921,0.685],[0.35,0.093],[-0.031,0.639],[-0.725,0.274],[-7.253,3.273],[0,0],[0,15.267],[-0.013,4.338],[2.913,0],[0,0],[0,-7.363],[0.102,-0.005],[0.208,0.27],[0,2.514],[0,3.245],[0.011,0],[0.013,0],[3.36,0],[0,0],[0.002,-11.097],[0.657,0.03],[0.003,12.81],[0,3.245],[0.019,0],[0.015,0],[3.356,0],[0,0],[0,-0.9],[0.068,-0.02],[0.65,0.032],[0,0],[0,1.985],[2.913,0],[0,0],[0,0],[0,-20.576]],"v":[[7.05,-39.869],[4.369,-41.133],[3.93,-42.481],[4.369,-43.6],[7.362,-45.229],[8.849,-46.536],[10.194,-49.354],[13.272,-53.554],[11.651,-56.205],[9.217,-64.005],[5.572,-66.317],[2.778,-66.822],[0.875,-68.476],[-5.482,-66.317],[-9.131,-64.005],[-11.652,-56.205],[-13.185,-53.554],[-10.195,-49.354],[-8.755,-46.536],[-7.266,-45.162],[-4.37,-43.6],[-3.912,-42.485],[-4.37,-41.133],[-6.962,-39.869],[-24.668,-8.467],[-24.668,-8.347],[-24.759,8.192],[-18.934,13.671],[-16.123,8.873],[-16.123,-6.43],[-13.919,-19.113],[-13.673,-19.085],[-13.523,-17.337],[-13.497,62.594],[-7.422,68.476],[-7.38,68.471],[-5.918,68.476],[-1.262,62.594],[-1.259,36.488],[0.043,16.135],[1.342,36.488],[1.345,62.594],[5.824,68.476],[7.469,68.471],[7.51,68.476],[13.585,62.594],[13.611,-17.337],[13.76,-19.085],[14.007,-19.113],[16.212,-6.43],[16.212,8.873],[18.933,13.671],[24.758,8.192],[24.758,-8.347],[24.758,-8.465]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-80.533,420.431],[294.467,420.431],[294.467,-246.569],[-80.533,-246.569]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-80.533,-246.569],[294.467,-246.569],[294.467,420.431],[-80.533,420.431]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[25.022,68.727],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":-217,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"Sombras Outlines 5","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-203,"s":[4],"e":[29]},{"t":-199}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.773,314.593,0],"ix":2},"a":{"a":0,"k":[130.25,4.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.485],[13.255,0],[0,2.485],[-13.255,0]],"o":[[0,2.485],[-13.255,0],[0,-2.485],[13.255,0]],"v":[[24,0],[0,4.5],[-24,0],[0,-4.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-81.773,352.407],[293.227,352.407],[293.227,-314.593],[-81.773,-314.593]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-81.773,-314.593],[293.227,-314.593],[293.227,352.407],[-81.773,352.407]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[24.25,4.75],"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":"Group 4","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":-227,"bm":0}]},{"id":"comp_10","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Layer 3 Outlines 7","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[100],"e":[1]},{"t":21}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":5,"s":[0],"e":[-55]},{"t":21}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":5,"s":[89.49,161,0],"e":[44.49,161,0],"to":[-7.5,0,0],"ti":[7.5,0,0]},{"t":21}],"ix":2},"a":{"a":0,"k":[29.24,113.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,-1.145],[0,0],[2.033,0]],"o":[[0,0],[0,0],[1.11,0],[0,0],[-1.329,-1.329],[0,0]],"v":[[-14.091,8.11],[-14.091,-9.969],[-4.826,-9.969],[-2.129,-8.11],[-2.129,9.969],[-5.898,8.11]],"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],[0,0],[0,-1.145],[0,0],[-2.033,0]],"o":[[0,0],[0,0],[-1.11,0],[0,0],[1.33,-1.329],[0,0]],"v":[[14.091,8.11],[14.091,-9.969],[4.826,-9.969],[2.128,-8.11],[2.128,9.969],[5.898,8.11]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-61.49,510.245],[313.51,510.245],[313.51,-156.755],[-61.49,-156.755]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-61.49,-156.755],[313.51,-156.755],[313.51,510.245],[-61.49,510.245]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.289999988032,0.564999988032,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[29.74,109.005],"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":"Group 1","np":6,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.262,-1.46],[0,0],[1.947,0],[0,0],[0,-2.079],[0,0],[-2.053,0],[0,0],[-0.525,-0.925],[-0.798,0],[-0.396,0.7],[-1.039,0],[0,0],[0,2.078],[0,0],[2.052,0]],"o":[[-1.946,0],[0,0],[-1.263,-1.46],[0,0],[-2.053,0],[0,0],[0,2.079],[0,0],[1.039,0],[0.397,0.699],[0.799,0],[0.525,-0.924],[0,0],[2.052,0],[0,0],[0,-2.078],[0,0]],"v":[[4.467,-14.959],[-0.557,-12.644],[0.558,-12.644],[-4.467,-14.959],[-14.145,-14.959],[-17.86,-11.185],[-17.86,8.556],[-14.145,12.33],[-4.467,12.33],[-1.929,13.828],[0,14.959],[1.93,13.827],[4.467,12.33],[14.145,12.33],[17.86,8.556],[17.86,-11.185],[14.145,-14.959]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-61.49,509.52],[313.51,509.52],[313.51,-157.48],[-61.49,-157.48]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-61.49,-157.48],[313.51,-157.48],[313.51,509.52],[-61.49,509.52]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[29.74,109.731],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-16.287,0],[0,-16.27],[16.287,0],[0,16.27]],"o":[[16.287,0],[0,16.27],[-16.287,0],[0,-16.27]],"v":[[0,-29.46],[29.49,0],[0,29.46],[-29.49,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-61.49,509.54],[313.51,509.54],[313.51,-157.46],[-61.49,-157.46]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-61.49,-157.46],[313.51,-157.46],[313.51,509.54],[-61.49,509.54]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.564999988032,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[29.74,109.71],"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":"Group 3","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":2004,"st":-1,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 3 Outlines 8","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[100],"e":[0]},{"t":21}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":5,"s":[187.49,107.5,0],"e":[187.49,67.5,0],"to":[0,-6.66666650772095,0],"ti":[0,6.66666650772095,0]},{"t":21}],"ix":2},"a":{"a":0,"k":[155.74,30.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.967,-2.635],[0,0],[4.372,3.128],[0.074,0.053],[0.738,0.569],[-0.585,3.151],[-2.894,0.092],[-0.927,-2.645],[-0.716,2.046],[-2.647,-0.06],[-0.547,-2.819],[3.301,-2.53],[1.256,-0.899],[0.111,-0.079]],"o":[[0,0],[-1.967,-2.635],[-0.111,-0.079],[-1.257,-0.899],[-3.322,-2.586],[0.545,-2.778],[2.625,-0.059],[0.716,2.046],[0.926,-2.645],[2.892,0.092],[0.583,3.143],[-0.743,0.572],[-0.074,0.053],[-4.372,3.128]],"v":[[-1.838,12.158],[1.836,12.158],[-6.593,4.629],[-7.167,4.219],[-9.869,2.235],[-14.143,-6.436],[-8.168,-11.441],[-2.164,-7.061],[2.162,-7.061],[8.187,-11.441],[14.144,-6.418],[9.871,2.232],[7.165,4.219],[6.591,4.629]],"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.917,1.228],[-3.998,2.86],[-0.074,0.054],[-0.794,0.611],[0.945,5.092],[5.039,0.16],[1.567,-4.475],[0,0],[4.681,-0.105],[0.962,-4.906],[-4.556,-3.548],[-1.298,-0.928],[-0.11,-0.078],[-1.594,-2.137]],"o":[[1.594,-2.137],[0.11,-0.078],[1.298,-0.928],[4.542,-3.482],[-0.961,-4.953],[-4.703,-0.106],[0,0],[-1.567,-4.475],[-5.043,0.161],[-0.947,5.103],[0.804,0.619],[0.075,0.054],[3.998,2.86],[0.917,1.228]],"v":[[1.836,14.902],[9.258,8.358],[9.831,7.947],[12.664,5.868],[18.648,-7.272],[8.311,-16.023],[-2.164,-8.577],[2.162,-8.577],[-8.292,-16.025],[-18.646,-7.296],[-12.676,5.86],[-9.834,7.947],[-9.26,8.358],[-1.838,14.902]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-187.469,589.406],[187.531,589.406],[187.531,-77.594],[-187.469,-77.594]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-187.469,-77.594],[187.531,-77.594],[187.531,589.406],[-187.469,589.406]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[155.719,29.844],"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":"Group 7","np":6,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-16.287,0],[0,16.27],[16.287,0],[0,-16.27]],"o":[[16.287,0],[0,-16.27],[-16.287,0],[0,16.27]],"v":[[0,29.459],[29.49,0],[0,-29.459],[-29.49,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-187.49,589.541],[187.51,589.541],[187.51,-77.459],[-187.49,-77.459]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-187.49,-77.459],[187.51,-77.459],[187.51,589.541],[-187.49,589.541]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.944999964097,0.349000010771,0.165000002992,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[155.74,29.71],"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":"Group 8","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":2004,"st":-1,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Layer 3 Outlines 9","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[100],"e":[1]},{"t":21}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":5,"s":[0],"e":[90]},{"t":21}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":5,"s":[281.49,213.5,0],"e":[332.49,213.5,0],"to":[8.5,0,0],"ti":[-8.5,0,0]},{"t":21}],"ix":2},"a":{"a":0,"k":[279.74,165.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.785,0],[0,-1.788],[-1.785,0],[0,1.788]],"o":[[-1.785,0],[0,1.788],[1.785,0],[0,-1.789]],"v":[[0,-3.243],[-3.237,0],[0,3.243],[3.237,0]],"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":[[4.569,0],[0,4.576],[-4.569,0],[0,-4.577]],"o":[[-4.569,0],[0,-4.577],[4.569,0],[0,4.576]],"v":[[0,8.299],[-8.286,0],[0,-8.299],[8.286,0]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-311.725,450.707],[63.275,450.707],[63.275,-216.293],[-311.725,-216.293]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-311.725,-216.293],[63.275,-216.293],[63.275,450.707],[-311.725,450.707]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[279.975,168.543],"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":"Group 4","np":6,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[5.936,-0.347],[0.06,-0.077],[0,0],[-11.224,0.656],[-6.936,-6.949]],"o":[[-5.874,-5.884],[-8.986,0.525],[0,0],[0.301,-0.383],[7.44,-0.432],[0,0]],"v":[[16.636,6.911],[-1.165,-1.431],[-16.244,6.691],[-20.205,3.556],[-1.459,-6.479],[20.205,3.336]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-311.628,460.637],[63.372,460.637],[63.372,-206.363],[-311.628,-206.363]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-311.628,-206.363],[63.372,-206.363],[63.372,460.637],[-311.628,460.637]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[279.878,158.614],"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":"Group 5","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-15.183,0],[0,-15.167],[15.183,0],[0,15.167]],"o":[[15.183,0],[0,15.167],[-15.183,0],[0,-15.167]],"v":[[0,-27.462],[27.49,0],[0,27.462],[-27.49,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-311.49,454.538],[63.51,454.538],[63.51,-212.462],[-311.49,-212.462]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-311.49,-212.462],[63.51,-212.462],[63.51,454.538],[-311.49,454.538]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.352999997606,0.842999985639,0.677999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[279.741,164.712],"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":"Group 6","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":2004,"st":-1,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Layer 3 Outlines 4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[184.99,168.5,0],"ix":2},"a":{"a":0,"k":[153.74,120.75,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":5,"s":[100,100,100],"e":[77,77,100]},{"t":21}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.356,0.163],[12.116,0],[3.211,-0.924],[3.615,0],[2.649,0.757],[6.709,0],[0.281,-0.129],[0.029,-0.395],[0,0],[-0.44,-0.177],[-0.076,-0.153],[-0.173,-0.822],[-1.248,-3.289],[-3.574,-1.543],[-3.174,0],[-2.358,1.018],[-1.871,5.102],[-0.21,0.613],[-2.058,0],[-1.298,-3.75],[-0.277,-0.752],[-6.152,-2.656],[-3.1,0],[-2.139,0.924],[-1.445,3.805],[-0.548,2.644],[-0.052,0.172],[-0.458,0.182],[0.029,0.46],[0,0]],"o":[[-0.282,-0.129],[-6.709,0],[-2.65,0.757],[-3.619,0],[-3.213,-0.924],[-12.117,0],[-0.361,0.163],[0,0],[-0.028,0.46],[0.464,0.182],[0.06,0.186],[0.548,2.653],[1.439,3.805],[2.133,0.924],[3.099,0],[6.146,-2.656],[0.271,-0.756],[1.303,-3.75],[2.057,0],[0.216,0.618],[1.861,5.106],[2.362,1.018],[3.169,0],[3.568,-1.543],[1.237,-3.271],[0.178,-0.841],[0.089,-0.176],[0.441,-0.177],[0,0],[-0.028,-0.395]],"v":[[41.254,-12.828],[22.122,-16],[8.558,-14.04],[0,-12.633],[-8.557,-14.04],[-22.123,-16],[-41.254,-12.828],[-41.883,-11.922],[-42.234,-6.714],[-41.545,-5.641],[-40.471,-4.948],[-40.124,-3.365],[-37.31,7.521],[-30.764,14.504],[-22.165,16],[-13.819,14.443],[-4.328,2.652],[-3.606,0.599],[0,-3.633],[3.605,0.599],[4.333,2.648],[13.814,14.443],[22.165,16],[30.769,14.504],[37.311,7.521],[40.114,-3.322],[40.461,-4.925],[41.544,-5.641],[42.233,-6.714],[41.881,-11.922]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[153.486,153.251],"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":"Group 9","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.444,-2.858],[0,0],[3.189,0],[0,0],[-1.444,2.862]],"o":[[1.441,-2.858],[0,0],[1.445,2.862],[0,0],[-3.186,0],[0,0]],"v":[[-2.623,-13.999],[2.626,-13.999],[15.629,11.708],[12.458,16.857],[-12.46,16.857],[-15.63,11.708]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[153.443,164.393],"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":"Group 10","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.11,-0.359],[3.583,-1.711],[9.862,-8.439],[0,0],[8.979,4.294],[3.135,1.258],[0.101,2.882],[-1.37,0.453],[-4.151,3.083],[-1.287,1.712],[-1.855,5.505],[0,8.021],[4.612,3.416],[8.044,8.94],[6.202,2.655],[5.085,0.497],[0,0],[7.054,-3.014],[3.88,-4.322],[0.309,-11.966],[0,-6.285],[-6.902,-2.705],[-3.06,-4.083],[-2.77,-2.189],[-3.874,-1.095],[0.152,-3.17]],"o":[[-3.142,1.258],[-8.978,4.294],[0,0],[-9.863,-8.439],[-3.59,-1.711],[-1.124,-0.459],[-0.107,-3.114],[3.836,-1.278],[2.782,-2.076],[3.06,-4.083],[6.908,-2.705],[0,-6.285],[-0.309,-11.966],[-3.874,-4.316],[-2.48,-1.051],[-4.915,-1.913],[0,0],[-6.215,2.655],[-8.032,8.94],[-4.625,3.416],[0,8.028],[1.868,5.505],[1.306,1.743],[3.994,3.146],[1.514,0.427],[-0.132,2.932]],"v":[[-19.122,50.556],[-30.352,56.363],[-59.301,75],[59.301,75],[30.349,56.363],[18.734,50.556],[16.834,44.365],[18.734,39.232],[31.699,31.751],[38.141,25.749],[43.971,12.808],[57.302,-6.481],[50.28,-18.648],[39.737,-54.465],[23.945,-65.078],[11.844,-67.406],[3.598,-75],[-23.942,-65.078],[-39.747,-54.465],[-50.668,-18.648],[-57.312,-6.481],[-44.359,12.808],[-38.119,25.749],[-31.671,32.053],[-19.122,39.232],[-17.141,44.346]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[153.702,166.25],"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":"Group 11","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-5.523,0],[0,0],[0,-5.523],[0,0],[5.523,0],[0,0],[0,5.523],[0,0]],"o":[[0,0],[5.523,0],[0,0],[0,5.523],[0,0],[-5.523,0],[0,0],[0,-5.523]],"v":[[-71.5,-81.5],[71.5,-81.5],[81.5,-71.5],[81.5,71.5],[71.5,81.5],[-71.5,81.5],[-81.5,71.5],[-81.5,-71.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764999988032,0.976000019148,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[155.75,159.75],"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":"Group 12","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":2005,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"1","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":21,"s":[0],"e":[100]},{"t":27}],"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},"n":"0p667_1_0p333_0","t":21,"s":[176.5,182.5,0],"e":[240.5,231.5,0],"to":[10.6666669845581,8.16666698455811,0],"ti":[-10.6666669845581,-8.16666698455811,0]},{"t":36}],"ix":2},"a":{"a":0,"k":[171.75,134.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.539,1.068],[0,0],[0.537,-1.067],[0,0],[-1.189,0],[0,0]],"o":[[0,0],[-0.538,-1.067],[0,0],[-0.539,1.068],[0,0],[1.191,0]],"v":[[5.832,4.369],[0.98,-5.223],[-0.978,-5.223],[-5.832,4.369],[-4.649,6.29],[4.649,6.29]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[41.034,35.95],"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":"Group 15","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.267,0.208],[0,0],[10.909,0],[3.442,-9.861],[0,0],[0,-1.294],[0,0],[-1.267,-0.207],[0,0],[0,1.294],[0,0],[-9.645,0],[-1.455,-10.408],[0,0],[-1.266,0.208],[0,0],[0,1.294],[0,0]],"o":[[0,0],[-3.474,-9.802],[-10.952,0],[0,0],[-1.267,0.208],[0,0],[0,1.294],[0,0],[1.267,0.208],[0,0],[2.607,-8.875],[10.727,0],[0,0],[0,1.294],[0,0],[1.267,-0.207],[0,0],[0,-1.294]],"v":[[27.973,0.008],[23.364,-0.75],[-0.325,-17.589],[-24.052,-0.637],[-27.974,0.008],[-30.277,2.738],[-30.277,13.838],[-27.974,16.568],[-23.037,17.38],[-20.733,15.407],[-20.733,1.669],[-0.325,-13.705],[20.733,4.744],[20.733,15.407],[23.036,17.38],[27.973,16.568],[30.277,13.838],[30.277,2.738]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[41.229,28.838],"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":"Group 16","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.376,0],[0.288,0.287],[1.86,-1.858],[0.574,0.574],[-0.574,0.575],[-3.022,-3.018],[0.574,-0.575]],"o":[[-0.377,0],[-1.873,-1.873],[-0.575,0.574],[-0.574,-0.574],[3.007,-3.005],[0.574,0.574],[-0.288,0.287]],"v":[[4.426,2.709],[3.385,2.279],[-3.385,2.255],[-5.467,2.255],[-5.467,0.175],[5.466,0.199],[5.466,2.279]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[53.45,30.002],"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":"Group 17","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.377,0],[0.288,0.287],[1.281,0.004],[0,0],[0.897,-0.896],[0.575,0.574],[-0.575,0.575],[-2.058,-0.007],[-1.462,-1.461],[0.574,-0.575]],"o":[[-0.377,0],[-0.908,-0.908],[0,0],[-1.272,0],[-0.574,0.574],[-0.575,-0.574],[1.457,-1.457],[2.063,0.005],[0.574,0.574],[-0.288,0.287]],"v":[[4.426,2.335],[3.385,1.905],[-0.01,0.491],[-0.023,0.491],[-3.385,1.881],[-5.465,1.881],[-5.465,-0.199],[-0.001,-2.449],[5.466,-0.174],[5.466,1.905]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[28.634,30.38],"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":"Group 18","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.115,0.004],[5.845,2.783],[1.332,0.532],[0.043,1.218],[-0.581,0.191],[-1.763,1.303],[-0.546,0.723],[-0.787,2.327],[0,3.39],[1.959,1.444],[3.417,3.779],[2.634,1.122],[2.16,0.21],[0,0],[2.996,-1.274],[1.649,-1.826],[0.131,-5.058],[0,-2.657],[-2.932,-1.143],[-1.3,-1.726],[-1.177,-0.925],[-1.646,-0.463],[0.064,-1.341],[0.471,-0.151],[1.522,-0.723],[5.989,-7.384],[-0.355,0],[0,0]],"o":[[-5.994,-7.414],[-1.525,-0.723],[-0.477,-0.194],[-0.046,-1.317],[1.63,-0.54],[1.182,-0.878],[1.3,-1.726],[2.935,-1.143],[0,-2.657],[-0.131,-5.058],[-1.645,-1.824],[-1.053,-0.444],[-2.088,-0.808],[0,0],[-2.639,1.122],[-3.411,3.779],[-1.965,1.444],[0,3.393],[0.793,2.327],[0.555,0.736],[1.696,1.33],[0.643,0.18],[-0.056,1.239],[-1.335,0.532],[-5.84,2.78],[0.345,0.036],[0,0],[0.116,0]],"v":[[31.697,35.042],[12.883,20.469],[7.949,18.014],[7.143,15.398],[7.949,13.228],[13.456,10.066],[16.191,7.529],[18.667,2.058],[24.331,-6.095],[21.348,-11.239],[16.87,-26.379],[10.163,-30.865],[5.023,-31.849],[1.521,-35.059],[-10.178,-30.865],[-16.891,-26.379],[-21.529,-11.239],[-24.35,-6.095],[-18.848,2.058],[-16.199,7.529],[-13.46,10.193],[-8.13,13.228],[-7.288,15.39],[-8.13,18.014],[-12.9,20.469],[-31.697,35.004],[-30.646,35.059],[31.354,35.059]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[40.897,47.191],"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":"Group 19","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[81.709,81.99],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":5,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"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":[[-52,567],[323,567],[323,-100],[-52,-100]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-52,-100],[323,-100],[323,567],[-52,567]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941000007181,1,0.764999988032,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[41.25,41.25],"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":"Group 20","np":4,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false}],"ip":21,"op":2026,"st":21,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":26,"s":[0],"e":[100]},{"t":32}],"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},"n":"0p667_1_0p333_0","t":26,"s":[213.5,167.5,0],"e":[131.5,224.5,0],"to":[-13.6666669845581,9.5,0],"ti":[13.6666669845581,-9.5,0]},{"t":41}],"ix":2},"a":{"a":0,"k":[171.75,134.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.864,0],[0,0],[0,0],[3.795,0],[0,0],[0,-3.729],[0,0],[0,0],[0,-0.849],[0,0],[-0.864,0],[0,0],[0,0.848],[0,0]],"o":[[0,0],[0,0],[0,-3.729],[0,0],[-3.795,0],[0,0],[0,0],[-0.864,0],[0,0],[0,0.848],[0,0],[0.864,0],[0,0],[0,-0.849]],"v":[[23.903,4.19],[17.191,4.19],[17.191,-1.913],[10.292,-8.694],[-9.828,-8.694],[-16.727,-1.913],[-16.727,4.19],[-23.902,4.19],[-25.472,5.733],[-25.472,7.15],[-23.902,8.694],[23.903,8.694],[25.473,7.15],[25.473,5.733]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-311.067,573.118],[63.933,573.118],[63.933,-93.882],[-311.067,-93.882]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-311.067,-93.882],[63.933,-93.882],[63.933,573.118],[-311.067,573.118]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[300.317,35.132],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.526,-1.041],[0,0],[1.161,0],[0,0],[-0.525,1.042]],"o":[[0.525,-1.041],[0,0],[0.527,1.042],[0,0],[-1.159,0],[0,0]],"v":[[-0.955,-5.097],[0.956,-5.097],[5.69,4.263],[4.536,6.138],[-4.537,6.138],[-5.691,4.263]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-310.823,556.3],[64.177,556.3],[64.177,-110.7],[-310.823,-110.7]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-310.823,-110.7],[64.177,-110.7],[64.177,556.3],[-310.823,556.3]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[300.073,51.95],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.375,-0.121],[1.209,-0.577],[2.648,-1.986],[-0.38,0],[0,0],[2.427,1.161],[1.058,0.425],[0.034,0.972],[-0.462,0.153],[-1.401,1.04],[-0.435,0.577],[-0.626,1.857],[0,2.707],[1.556,1.153],[2.715,3.016],[2.092,0.896],[1.715,0.168],[0,0],[2.38,-1.016],[1.309,-1.459],[0.104,-4.038],[0,-2.12],[-2.329,-0.913],[-1.033,-1.378],[-0.935,-0.739],[-1.307,-0.369],[0.052,-1.07]],"o":[[-1.06,0.425],[-2.401,1.149],[0.369,0.041],[0,0],[-2.678,-2.019],[-1.212,-0.577],[-0.379,-0.155],[-0.037,-1.051],[1.295,-0.431],[0.939,-0.701],[1.032,-1.378],[2.331,-0.913],[0,-2.12],[-0.105,-4.038],[-1.307,-1.457],[-0.837,-0.354],[-1.659,-0.645],[0,0],[-2.097,0.896],[-2.71,3.016],[-1.561,1.153],[0,2.709],[0.631,1.857],[0.441,0.588],[1.347,1.061],[0.511,0.144],[-0.044,0.989]],"v":[[-6.451,17.855],[-10.24,19.815],[-17.93,24.443],[-16.808,24.51],[18.02,24.51],[10.242,19.815],[6.322,17.855],[5.682,15.766],[6.322,14.034],[10.697,11.51],[12.871,9.485],[14.838,5.118],[19.336,-1.391],[16.967,-5.495],[13.409,-17.581],[8.081,-21.162],[3.998,-21.948],[1.215,-24.51],[-8.077,-21.162],[-13.41,-17.581],[-17.095,-5.495],[-19.337,-1.391],[-14.967,5.118],[-12.861,9.485],[-10.685,11.612],[-6.451,14.034],[-5.783,15.76]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-310.807,554.509],[64.193,554.509],[64.193,-112.491],[-310.807,-112.491]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-310.807,-112.491],[64.193,-112.491],[64.193,554.509],[-310.807,554.509]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[300.057,53.741],"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":"Group 3","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[54.581,54.842],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":5,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"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":[[-311.5,557.5],[63.5,557.5],[63.5,-109.5],[-311.5,-109.5]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-311.5,-109.5],[63.5,-109.5],[63.5,557.5],[-311.5,557.5]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764999988032,1,0.875,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[300.75,50.75],"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":"Group 4","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":26,"op":2031,"st":26,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"3","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":31,"s":[0],"e":[100]},{"t":37}],"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},"n":"0p667_1_0p333_0","t":31,"s":[164.5,204.5,0],"e":[238.5,157.5,0],"to":[12.3333330154419,-7.83333349227905,0],"ti":[-12.3333330154419,7.83333349227905,0]},{"t":46}],"ix":2},"a":{"a":0,"k":[171.75,134.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.467,0.926],[0,0],[0.466,-0.925],[0,0],[-1.03,0],[0,0]],"o":[[0,0],[-0.467,-0.925],[0,0],[-0.467,0.926],[0,0],[1.032,0]],"v":[[5.056,3.787],[0.851,-4.527],[-0.848,-4.527],[-5.055,3.787],[-4.029,5.452],[4.031,5.452]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-50.778,368.251],[324.222,368.251],[324.222,-298.749],[-50.778,-298.749]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-50.778,-298.749],[324.222,-298.749],[324.222,368.251],[-50.778,368.251]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[40.028,239.999],"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":"Group 5","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.693,1.047],[-1.358,0.907],[-0.693,-1.046],[1.359,-0.907]],"o":[[-0.692,-1.046],[1.358,-0.906],[0.692,1.046],[-1.358,0.906]],"v":[[-2.46,1.64],[-1.254,-1.894],[2.46,-1.641],[1.253,1.895]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-43.714,387.731],[331.286,387.731],[331.286,-279.269],[-43.714,-279.269]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-43.714,-279.269],[331.286,-279.269],[331.286,387.731],[-43.714,387.731]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[32.964,220.519],"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":"Group 6","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.249,-0.166],[0.117,-0.164],[0.189,0.002],[0.178,-0.065],[0.112,0.105],[0.246,0.031],[-0.044,0.232],[0.126,0.217],[-0.249,0.166],[-0.118,0.164],[-0.189,-0.002],[-0.178,0.065],[-0.112,-0.105],[-0.247,-0.031],[0.045,-0.231],[-0.125,-0.217]],"o":[[-0.172,0.115],[-0.155,-0.08],[-0.176,-0.003],[-0.046,-0.148],[-0.157,-0.147],[0.175,-0.208],[0.05,-0.258],[0.295,-0.023],[0.171,-0.115],[0.154,0.079],[0.175,0.003],[0.047,0.148],[0.157,0.147],[-0.176,0.208],[-0.05,0.259],[-0.294,0.023]],"v":[[0.632,0.953],[0.208,1.382],[-0.301,1.244],[-0.833,1.351],[-1.059,0.962],[-1.676,0.705],[-1.333,0.043],[-1.456,-0.675],[-0.631,-0.953],[-0.206,-1.382],[0.303,-1.244],[0.833,-1.351],[1.059,-0.962],[1.676,-0.705],[1.331,-0.043],[1.456,0.675]],"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":[[1.751,-0.057],[0.069,-0.005],[-0.056,0.05],[0.685,0.639],[1.204,-0.824],[0.887,0.011],[0.511,-1.338],[0.847,-0.565],[-0.831,-1.253],[-0.105,-0.119],[0.193,-0.007],[0.193,-1.01],[-1.751,0.057],[-0.069,0.004],[0.056,-0.05],[-0.684,-0.64],[-1.205,0.824],[-0.887,-0.011],[-0.511,1.338],[-0.847,0.565],[0.83,1.254],[0.105,0.119],[-0.193,0.006],[-0.194,1.009]],"o":[[-0.07,0.003],[0.056,-0.048],[1.392,-1.266],[-0.566,-0.531],[0.072,-1.246],[-0.933,-0.012],[-0.848,-0.916],[-0.972,0.649],[0.091,0.139],[-0.18,-0.013],[-1.752,0.057],[-0.194,1.009],[0.07,-0.002],[-0.056,0.047],[-1.391,1.266],[0.568,0.53],[-0.072,1.245],[0.933,0.012],[0.848,0.916],[0.971,-0.649],[-0.091,-0.139],[0.18,0.013],[1.752,-0.058],[0.193,-1.009]],"v":[[4.855,-1.974],[4.648,-1.955],[4.818,-2.095],[6.098,-5.545],[3.076,-4.985],[1.742,-7.167],[-0.725,-4.843],[-3.637,-5.495],[-3.893,-2.05],[-3.594,-1.667],[-4.152,-1.681],[-7.674,0.25],[-4.855,1.974],[-4.648,1.956],[-4.818,2.095],[-6.1,5.546],[-3.075,4.986],[-1.742,7.167],[0.725,4.843],[3.637,5.495],[3.893,2.05],[3.596,1.667],[4.152,1.682],[7.676,-0.249]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-43.73,387.715],[331.27,387.715],[331.27,-279.285],[-43.73,-279.285]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-43.73,-279.285],[331.27,-279.285],[331.27,387.715],[-43.73,387.715]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[32.98,220.535],"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":"Group 7","np":6,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[14.803,0.33],[1.996,-0.953],[0,0],[-1.808,3.553],[-12.67,0.623]],"o":[[-5.189,-0.116],[-12.883,0.356],[7.73,-0.114],[1.594,1.773],[0,0]],"v":[[4.241,-8.529],[-6.161,-6.994],[-18.13,6.132],[-4.838,-1.594],[17.727,8.022]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-51.484,382.14],[323.516,382.14],[323.516,-284.86],[-51.484,-284.86]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-51.484,-284.86],[323.516,-284.86],[323.516,382.14],[-51.484,382.14]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[40.734,226.11],"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":"Group 8","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.409,-0.132],[1.319,-0.629],[1.216,-0.699],[0,0],[1.138,0.545],[1.154,0.463],[0.038,1.061],[-0.504,0.167],[-1.528,1.135],[-0.473,0.63],[-0.683,2.026],[0,2.952],[1.697,1.257],[2.961,3.291],[2.283,0.978],[1.872,0.183],[0,0],[2.596,-1.109],[1.428,-1.591],[0.114,-4.405],[0,-2.314],[-2.54,-0.996],[-1.126,-1.503],[-1.02,-0.806],[-1.426,-0.402],[0.056,-1.167]],"o":[[-1.157,0.463],[-1.138,0.545],[0,0],[-1.216,-0.699],[-1.321,-0.629],[-0.414,-0.169],[-0.039,-1.146],[1.412,-0.47],[1.024,-0.764],[1.127,-1.503],[2.543,-0.996],[0,-2.314],[-0.114,-4.405],[-1.426,-1.589],[-0.913,-0.387],[-1.809,-0.704],[0,0],[-2.288,0.978],[-2.956,3.291],[-1.702,1.257],[0,2.955],[0.688,2.026],[0.481,0.641],[1.47,1.158],[0.557,0.158],[-0.049,1.079]],"v":[[-7.037,21.109],[-11.171,23.247],[-14.713,25.107],[14.716,25.107],[11.173,23.247],[6.898,21.109],[6.198,18.83],[6.898,16.941],[11.67,14.187],[14.041,11.979],[16.187,7.214],[21.095,0.114],[18.51,-4.365],[14.629,-17.549],[8.816,-21.455],[4.361,-22.313],[1.326,-25.107],[-8.811,-21.455],[-14.629,-17.549],[-18.649,-4.365],[-21.095,0.114],[-16.327,7.214],[-14.03,11.979],[-11.656,14.299],[-7.037,16.941],[-6.308,18.824]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-51.244,365.107],[323.756,365.107],[323.756,-301.893],[-51.244,-301.893]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-51.244,-301.893],[323.756,-301.893],[323.756,365.107],[-51.244,365.107]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[40.494,243.143],"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":"Group 9","np":4,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[59.879,60.162],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":5,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"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":[[-52,370],[323,370],[323,-297],[-52,-297]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-52,-297],[323,-297],[323,370],[-52,370]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.847000002394,0.470999983245,0.689999988032,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[41.25,238.25],"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":"Group 10","np":4,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false}],"ip":31,"op":2036,"st":31,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"4","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[0],"e":[100]},{"t":41}],"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},"n":"0p667_1_0p333_0","t":35,"s":[153.5,178.5,0],"e":[82.5,128.5,0],"to":[-11.8333330154419,-8.33333301544189,0],"ti":[11.8333330154419,8.33333301544189,0]},{"t":50}],"ix":2},"a":{"a":0,"k":[171.75,134.75,0],"ix":1},"s":{"a":0,"k":[127,127,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764999988032,0.769000004787,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[314.851,240.685],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.794,0.209],[3.065,0],[6.154,0],[0.323,0],[4.88,0],[3.938,0],[0.851,-0.222],[-10.77,0],[-0.526,0],[-6.989,0]],"o":[[-0.85,-0.222],[-3.938,0],[-4.882,0],[-0.324,0],[-6.154,0],[-3.067,0],[-0.795,0.209],[6.988,0],[0.527,0],[10.771,0]],"v":[[23.859,-4.084],[18.637,-0.894],[6.692,-7.727],[0,-3.811],[-6.691,-7.727],[-18.637,-0.894],[-23.858,-4.084],[-11.622,7.727],[0,2.132],[11.623,7.727]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-325.101,360.544],[49.899,360.544],[49.899,-306.456],[-325.101,-306.456]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-325.101,-306.456],[49.899,-306.456],[49.899,360.544],[-325.101,360.544]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[314.351,247.706],"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":"Group 11","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.319,0.634],[0,0],[0.318,-0.633],[0,0],[-0.704,0],[0,0]],"o":[[0,0],[-0.318,-0.633],[0,0],[-0.319,0.634],[0,0],[0.704,0]],"v":[[3.452,2.595],[0.58,-3.103],[-0.579,-3.103],[-3.452,2.595],[-2.752,3.736],[2.752,3.736]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-325.81,368.125],[49.19,368.125],[49.19,-298.875],[-325.81,-298.875]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-325.81,-298.875],[49.19,-298.875],[49.19,368.125],[-325.81,368.125]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[315.06,240.125],"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":"Group 12","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.788,1.823],[0.896,0.361],[0.029,0.828],[-0.391,0.13],[-1.186,0.886],[-0.368,0.491],[-0.53,1.581],[0,2.305],[1.317,0.982],[2.298,2.569],[1.771,0.763],[1.452,0.143],[0,0],[2.014,-0.866],[1.109,-1.241],[0.088,-3.437],[0,-1.806],[-1.971,-0.777],[-0.874,-1.173],[-0.791,-0.629],[-1.106,-0.314],[0.043,-0.911],[0.317,-0.103],[1.023,-0.492],[3.882,-4.565],[-0.963,0],[0,0],[-0.58,0.105]],"o":[[-1.025,-0.492],[-0.32,-0.132],[-0.031,-0.895],[1.096,-0.367],[0.794,-0.596],[0.873,-1.173],[1.973,-0.777],[0,-1.806],[-0.089,-3.437],[-1.106,-1.24],[-0.708,-0.302],[-1.404,-0.549],[0,0],[-1.775,0.763],[-2.294,2.569],[-1.321,0.982],[0,2.306],[0.534,1.581],[0.373,0.5],[1.141,0.904],[0.433,0.123],[-0.038,0.842],[-0.897,0.361],[-3.726,1.793],[0.882,0.254],[0,0],[0.611,0],[-3.928,-4.701]],"v":[[8.572,14.106],[5.254,12.438],[4.712,10.659],[5.254,9.184],[8.958,7.035],[10.798,5.311],[12.463,1.593],[16.27,-3.949],[14.265,-7.445],[11.253,-17.735],[6.743,-20.784],[3.287,-21.453],[0.931,-23.634],[-6.934,-20.784],[-11.449,-17.735],[-14.568,-7.445],[-16.465,-3.949],[-12.766,1.593],[-10.984,5.311],[-9.142,7.122],[-5.558,9.184],[-4.992,10.654],[-5.558,12.438],[-8.765,14.106],[-20.78,23.236],[-18.006,23.634],[18.994,23.634],[20.78,23.466]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-325.006,362.634],[49.994,362.634],[49.994,-304.366],[-325.006,-304.366]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-325.006,-304.366],[49.994,-304.366],[49.994,362.634],[-325.006,362.634]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[314.256,245.616],"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":"Group 13","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[57,57.182],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":3,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"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":[[-325.5,367.5],[49.5,367.5],[49.5,-299.5],[-325.5,-299.5]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-325.5,-299.5],[49.5,-299.5],[49.5,367.5],[-325.5,367.5]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764999988032,0.769000004787,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[314.75,240.75],"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":"Group 14","np":4,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false}],"ip":35,"op":2040,"st":35,"bm":0}]},{"id":"comp_11","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"mão","parent":8,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":55,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":59,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":183,"s":[100],"e":[0]},{"t":194}],"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},"n":"0p667_1_0p333_0","t":55,"s":[361.073,284.732,0],"e":[327.432,264.456,0],"to":[-5.60675859451294,-3.3794162273407,0],"ti":[5.60675859451294,3.3794162273407,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":68,"s":[327.432,264.456,0],"e":[327.432,264.456,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":179,"s":[327.432,264.456,0],"e":[361.073,284.732,0],"to":[5.60675859451294,3.3794162273407,0],"ti":[-5.60675859451294,-3.3794162273407,0]},{"t":194}],"ix":2},"a":{"a":0,"k":[255.416,197.125,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":70,"s":[55,55,100],"e":[46.083,46.083,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p833_1_0p333_0","0p833_1_0p333_0","0p833_1_0p333_0"],"t":75,"s":[46.083,46.083,100],"e":[46.083,46.083,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":171,"s":[46.083,46.083,100],"e":[55,55,100]},{"t":176}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.841,2.005],[0,0],[2.17,-0.905],[0.321,-0.261],[0.017,0.001],[1.878,-0.783],[0.425,-0.537],[0.144,0.004],[1.695,-0.706],[0.389,-0.408],[0,0],[1.871,1.323],[1.432,-1.771],[-1.67,-1.907],[0,0],[-1.505,-3.588],[0,0],[1.284,3.06],[0,0],[-1.188,-3.72],[-4.809,-2.582],[0,0],[0,0]],"o":[[0,0],[0,0],[-0.867,-2.066],[-0.404,0.169],[-0.017,-0.001],[-0.993,-1.6],[-0.685,0.287],[-0.148,-0.004],[-1.082,-1.275],[-0.56,0.234],[-1.602,-0.058],[-1.657,0.194],[-2.15,-1.519],[-1.842,2.279],[1.67,1.907],[0,0],[1.506,3.589],[-1.691,0.706],[-1.284,-3.06],[-1.903,0.794],[1.189,3.72],[4.809,2.581],[0,0],[6.661,-2.779]],"v":[[21.137,5.028],[15.578,-8.22],[15.609,-8.233],[10.11,-10.334],[9.019,-9.683],[8.968,-9.685],[3.994,-11.17],[2.318,-9.901],[1.88,-9.912],[-2.776,-10.954],[-4.204,-9.971],[-6.747,-10.169],[-17.631,-19.226],[-22.587,-19.623],[-18.621,-12.149],[-10.502,-1.85],[-7.538,5.213],[-7.98,9.617],[-13.036,2.431],[-17.278,1.203],[-16.456,10.269],[-7.281,18.813],[1.524,20.16],[17.768,13.382]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.263000009574,0.224000010771,0.122000002394,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[254.402,194.939],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.841,2.005],[0,0],[2.17,-0.905],[0.321,-0.261],[0.017,0.001],[1.878,-0.783],[0.425,-0.537],[0.144,0.004],[1.695,-0.706],[0.389,-0.408],[0,0],[1.871,1.323],[1.432,-1.771],[-1.67,-1.907],[0,0],[-1.505,-3.588],[0,0],[1.284,3.06],[0,0],[-1.188,-3.72],[-4.809,-2.582],[0,0],[0,0]],"o":[[0,0],[0,0],[-0.867,-2.066],[-0.404,0.169],[-0.017,-0.001],[-0.993,-1.6],[-0.685,0.287],[-0.148,-0.004],[-1.082,-1.275],[-0.56,0.234],[-1.602,-0.058],[-1.657,0.194],[-2.15,-1.519],[-1.842,2.279],[1.67,1.907],[0,0],[1.506,3.589],[-1.691,0.706],[-1.284,-3.06],[-1.903,0.794],[1.189,3.72],[4.809,2.581],[0,0],[6.661,-2.779]],"v":[[21.137,5.028],[15.578,-8.22],[15.609,-8.233],[10.11,-10.334],[9.019,-9.683],[8.968,-9.685],[3.994,-11.17],[2.318,-9.901],[1.88,-9.912],[-2.776,-10.954],[-4.204,-9.971],[-6.747,-10.169],[-17.631,-19.226],[-22.587,-19.623],[-18.621,-12.149],[-10.502,-1.85],[-7.538,5.213],[-7.98,9.617],[-13.036,2.431],[-17.278,1.203],[-16.456,10.269],[-7.281,18.813],[1.524,20.16],[17.768,13.382]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-320.05,404.312],[54.95,404.312],[54.95,-262.688],[-320.05,-262.688]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-320.05,-262.688],[54.95,-262.688],[54.95,404.312],[-320.05,404.312]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[254.402,194.939],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":55,"op":2069,"st":64,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Verde","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":113,"s":[100],"e":[4]},{"t":116}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":79,"s":[-45],"e":[0]},{"t":85}],"ix":10},"p":{"a":0,"k":[189.237,82.135,0],"ix":2},"a":{"a":0,"k":[39.968,42.407,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":77,"s":[0,0,100],"e":[100,100,100]},{"t":83}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[9.625,0],[0,9.64]],"o":[[0,9.64],[-9.624,0],[0,0]],"v":[[17.427,-8.728],[-0.001,8.728],[-17.427,-8.728]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":6,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[40.12,49.104],"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":"Group 6","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-1.647],[-1.471,0],[0,1.648],[1.472,0]],"o":[[0,1.648],[1.472,0],[0,-1.647],[-1.471,0]],"v":[[8.983,-283.61],[11.647,-280.628],[14.312,-283.61],[11.647,-286.593]],"c":true},"ix":2},"nm":"Path 2","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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[38.231,312.772],"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":"Group 7","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-1.647],[-1.471,0],[0,1.648],[1.472,0]],"o":[[0,1.648],[1.472,0],[0,-1.647],[-1.471,0]],"v":[[-11.416,-283.48],[-8.752,-280.497],[-6.088,-283.48],[-8.752,-286.462]],"c":true},"ix":2},"nm":"Path 2","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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[38.231,312.772],"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":"Group 8","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-16.551],[16.551,0],[0,16.551],[-16.551,0]],"o":[[0,16.551],[-16.551,0],[0,-16.551],[16.551,0]],"v":[[29.969,0],[0.001,29.968],[-29.969,0],[0.001,-29.968]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[39.968,39.968],"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":"Group 9","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-16.551],[16.551,0],[0,16.551],[-16.551,0]],"o":[[0,16.551],[-16.551,0],[0,-16.551],[16.551,0]],"v":[[29.969,0],[0.001,29.968],[-29.969,0],[0.001,-29.968]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-189.237,606.304],[185.763,606.304],[185.763,-60.696],[-189.237,-60.696]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-189.237,-60.696],[185.763,-60.696],[185.763,606.304],[-189.237,606.304]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.13300000359,0.556999954523,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[39.968,39.968],"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":"Group 10","np":4,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false}],"ip":77,"op":116,"st":75,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Vermelho","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":152,"s":[100],"e":[4]},{"t":155}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":121,"s":[-45],"e":[0]},{"t":127}],"ix":10},"p":{"a":0,"k":[189.5,339.749,0],"ix":2},"a":{"a":0,"k":[40.231,582.022,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":119,"s":[0,0,100],"e":[100,100,100]},{"t":125}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[7.144,0],[2.51,-6.551]],"o":[[-2.69,-6.162],[-7.425,0],[0,0]],"v":[[16.125,4.867],[0.15,-5.601],[-16.125,5.601]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":6,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[39.969,588.424],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-1.648],[-1.471,0],[0,1.647],[1.472,0]],"o":[[0,1.647],[1.472,0],[0,-1.648],[-1.471,0]],"v":[[8.983,257.269],[11.647,260.252],[14.312,257.269],[11.647,254.286]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[38.231,312.772],"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":"Group 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-1.648],[-1.471,0],[0,1.647],[1.472,0]],"o":[[0,1.647],[1.472,0],[0,-1.648],[-1.471,0]],"v":[[-11.416,257.4],[-8.752,260.382],[-6.088,257.4],[-8.752,254.417]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[38.231,312.772],"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":"Group 3","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-16.551],[16.551,0],[0,16.551],[-16.551,0]],"o":[[0,16.551],[-16.551,0],[0,-16.551],[16.551,0]],"v":[[29.969,0],[0.001,29.968],[-29.969,0],[0.001,-29.968]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[39.968,580.847],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-16.551],[16.551,0],[0,16.551],[-16.551,0]],"o":[[0,16.551],[-16.551,0],[0,-16.551],[16.551,0]],"v":[[29.969,0],[0.001,29.968],[-29.969,0],[0.001,-29.968]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.980000035903,0.234999997008,0.090000002992,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[39.968,580.847],"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":"Group 5","np":3,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false}],"ip":119,"op":156,"st":118,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Layer 3 Outlines 4","parent":8,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6,"s":[100],"e":[0]},{"t":12}],"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},"n":"0p667_1_0p333_0","t":3,"s":[252.451,166.246,0],"e":[233.846,151.42,0],"to":[-3.10077524185181,-2.47093033790588,0],"ti":[3.10077524185181,2.47093033790588,0]},{"t":13}],"ix":2},"a":{"a":0,"k":[153.74,120.75,0],"ix":1},"s":{"a":0,"k":[60.63,60.63,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.356,0.163],[12.116,0],[3.211,-0.924],[3.615,0],[2.649,0.757],[6.709,0],[0.281,-0.129],[0.029,-0.395],[0,0],[-0.44,-0.177],[-0.076,-0.153],[-0.173,-0.822],[-1.248,-3.289],[-3.574,-1.543],[-3.174,0],[-2.358,1.018],[-1.871,5.102],[-0.21,0.613],[-2.058,0],[-1.298,-3.75],[-0.277,-0.752],[-6.152,-2.656],[-3.1,0],[-2.139,0.924],[-1.445,3.805],[-0.548,2.644],[-0.052,0.172],[-0.458,0.182],[0.029,0.46],[0,0]],"o":[[-0.282,-0.129],[-6.709,0],[-2.65,0.757],[-3.619,0],[-3.213,-0.924],[-12.117,0],[-0.361,0.163],[0,0],[-0.028,0.46],[0.464,0.182],[0.06,0.186],[0.548,2.653],[1.439,3.805],[2.133,0.924],[3.099,0],[6.146,-2.656],[0.271,-0.756],[1.303,-3.75],[2.057,0],[0.216,0.618],[1.861,5.106],[2.362,1.018],[3.169,0],[3.568,-1.543],[1.237,-3.271],[0.178,-0.841],[0.089,-0.176],[0.441,-0.177],[0,0],[-0.028,-0.395]],"v":[[41.254,-12.828],[22.122,-16],[8.558,-14.04],[0,-12.633],[-8.557,-14.04],[-22.123,-16],[-41.254,-12.828],[-41.883,-11.922],[-42.234,-6.714],[-41.545,-5.641],[-40.471,-4.948],[-40.124,-3.365],[-37.31,7.521],[-30.764,14.504],[-22.165,16],[-13.819,14.443],[-4.328,2.652],[-3.606,0.599],[0,-3.633],[3.605,0.599],[4.333,2.648],[13.814,14.443],[22.165,16],[30.769,14.504],[37.311,7.521],[40.114,-3.322],[40.461,-4.925],[41.544,-5.641],[42.233,-6.714],[41.881,-11.922]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[153.486,153.251],"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":"Group 9","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.444,-2.858],[0,0],[3.189,0],[0,0],[-1.444,2.862]],"o":[[1.441,-2.858],[0,0],[1.445,2.862],[0,0],[-3.186,0],[0,0]],"v":[[-2.623,-13.999],[2.626,-13.999],[15.629,11.708],[12.458,16.857],[-12.46,16.857],[-15.63,11.708]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[153.443,164.393],"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":"Group 10","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.11,-0.359],[3.583,-1.711],[9.862,-8.439],[0,0],[8.979,4.294],[3.135,1.258],[0.101,2.882],[-1.37,0.453],[-4.151,3.083],[-1.287,1.712],[-1.855,5.505],[0,8.021],[4.612,3.416],[8.044,8.94],[6.202,2.655],[5.085,0.497],[0,0],[7.054,-3.014],[3.88,-4.322],[0.309,-11.966],[0,-6.285],[-6.902,-2.705],[-3.06,-4.083],[-2.77,-2.189],[-3.874,-1.095],[0.152,-3.17]],"o":[[-3.142,1.258],[-8.978,4.294],[0,0],[-9.863,-8.439],[-3.59,-1.711],[-1.124,-0.459],[-0.107,-3.114],[3.836,-1.278],[2.782,-2.076],[3.06,-4.083],[6.908,-2.705],[0,-6.285],[-0.309,-11.966],[-3.874,-4.316],[-2.48,-1.051],[-4.915,-1.913],[0,0],[-6.215,2.655],[-8.032,8.94],[-4.625,3.416],[0,8.028],[1.868,5.505],[1.306,1.743],[3.994,3.146],[1.514,0.427],[-0.132,2.932]],"v":[[-19.122,50.556],[-30.352,56.363],[-59.301,75],[59.301,75],[30.349,56.363],[18.734,50.556],[16.834,44.365],[18.734,39.232],[31.699,31.751],[38.141,25.749],[43.971,12.808],[57.302,-6.481],[50.28,-18.648],[39.737,-54.465],[23.945,-65.078],[11.844,-67.406],[3.598,-75],[-23.942,-65.078],[-39.747,-54.465],[-50.668,-18.648],[-57.312,-6.481],[-44.359,12.808],[-38.119,25.749],[-31.671,32.053],[-19.122,39.232],[-17.141,44.346]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[153.702,166.25],"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":"Group 11","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-5.523,0],[0,0],[0,-5.523],[0,0],[5.523,0],[0,0],[0,5.523],[0,0]],"o":[[0,0],[5.523,0],[0,0],[0,5.523],[0,0],[-5.523,0],[0,0],[0,-5.523]],"v":[[-71.5,-81.5],[71.5,-81.5],[81.5,-71.5],[81.5,71.5],[71.5,81.5],[-71.5,81.5],[-81.5,71.5],[-81.5,-71.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764999988032,0.976000019148,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[155.75,159.75],"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":"Group 12","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":-25,"op":17,"st":-25,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"1","parent":8,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[100],"e":[0]},{"t":10}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[296.159,215.852,0],"ix":2},"a":{"a":0,"k":[171.75,134.75,0],"ix":1},"s":{"a":0,"k":[78.74,78.74,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.539,1.068],[0,0],[0.537,-1.067],[0,0],[-1.189,0],[0,0]],"o":[[0,0],[-0.538,-1.067],[0,0],[-0.539,1.068],[0,0],[1.191,0]],"v":[[5.832,4.369],[0.98,-5.223],[-0.978,-5.223],[-5.832,4.369],[-4.649,6.29],[4.649,6.29]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[41.034,35.95],"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":"Group 15","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.267,0.208],[0,0],[10.909,0],[3.442,-9.861],[0,0],[0,-1.294],[0,0],[-1.267,-0.207],[0,0],[0,1.294],[0,0],[-9.645,0],[-1.455,-10.408],[0,0],[-1.266,0.208],[0,0],[0,1.294],[0,0]],"o":[[0,0],[-3.474,-9.802],[-10.952,0],[0,0],[-1.267,0.208],[0,0],[0,1.294],[0,0],[1.267,0.208],[0,0],[2.607,-8.875],[10.727,0],[0,0],[0,1.294],[0,0],[1.267,-0.207],[0,0],[0,-1.294]],"v":[[27.973,0.008],[23.364,-0.75],[-0.325,-17.589],[-24.052,-0.637],[-27.974,0.008],[-30.277,2.738],[-30.277,13.838],[-27.974,16.568],[-23.037,17.38],[-20.733,15.407],[-20.733,1.669],[-0.325,-13.705],[20.733,4.744],[20.733,15.407],[23.036,17.38],[27.973,16.568],[30.277,13.838],[30.277,2.738]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[41.229,28.838],"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":"Group 16","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.376,0],[0.288,0.287],[1.86,-1.858],[0.574,0.574],[-0.574,0.575],[-3.022,-3.018],[0.574,-0.575]],"o":[[-0.377,0],[-1.873,-1.873],[-0.575,0.574],[-0.574,-0.574],[3.007,-3.005],[0.574,0.574],[-0.288,0.287]],"v":[[4.426,2.709],[3.385,2.279],[-3.385,2.255],[-5.467,2.255],[-5.467,0.175],[5.466,0.199],[5.466,2.279]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[53.45,30.002],"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":"Group 17","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.377,0],[0.288,0.287],[1.281,0.004],[0,0],[0.897,-0.896],[0.575,0.574],[-0.575,0.575],[-2.058,-0.007],[-1.462,-1.461],[0.574,-0.575]],"o":[[-0.377,0],[-0.908,-0.908],[0,0],[-1.272,0],[-0.574,0.574],[-0.575,-0.574],[1.457,-1.457],[2.063,0.005],[0.574,0.574],[-0.288,0.287]],"v":[[4.426,2.335],[3.385,1.905],[-0.01,0.491],[-0.023,0.491],[-3.385,1.881],[-5.465,1.881],[-5.465,-0.199],[-0.001,-2.449],[5.466,-0.174],[5.466,1.905]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[28.634,30.38],"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":"Group 18","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.115,0.004],[5.845,2.783],[1.332,0.532],[0.043,1.218],[-0.581,0.191],[-1.763,1.303],[-0.546,0.723],[-0.787,2.327],[0,3.39],[1.959,1.444],[3.417,3.779],[2.634,1.122],[2.16,0.21],[0,0],[2.996,-1.274],[1.649,-1.826],[0.131,-5.058],[0,-2.657],[-2.932,-1.143],[-1.3,-1.726],[-1.177,-0.925],[-1.646,-0.463],[0.064,-1.341],[0.471,-0.151],[1.522,-0.723],[5.989,-7.384],[-0.355,0],[0,0]],"o":[[-5.994,-7.414],[-1.525,-0.723],[-0.477,-0.194],[-0.046,-1.317],[1.63,-0.54],[1.182,-0.878],[1.3,-1.726],[2.935,-1.143],[0,-2.657],[-0.131,-5.058],[-1.645,-1.824],[-1.053,-0.444],[-2.088,-0.808],[0,0],[-2.639,1.122],[-3.411,3.779],[-1.965,1.444],[0,3.393],[0.793,2.327],[0.555,0.736],[1.696,1.33],[0.643,0.18],[-0.056,1.239],[-1.335,0.532],[-5.84,2.78],[0.345,0.036],[0,0],[0.116,0]],"v":[[31.697,35.042],[12.883,20.469],[7.949,18.014],[7.143,15.398],[7.949,13.228],[13.456,10.066],[16.191,7.529],[18.667,2.058],[24.331,-6.095],[21.348,-11.239],[16.87,-26.379],[10.163,-30.865],[5.023,-31.849],[1.521,-35.059],[-10.178,-30.865],[-16.891,-26.379],[-21.529,-11.239],[-24.35,-6.095],[-18.848,2.058],[-16.199,7.529],[-13.46,10.193],[-8.13,13.228],[-7.288,15.39],[-8.13,18.014],[-12.9,20.469],[-31.697,35.004],[-30.646,35.059],[31.354,35.059]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[40.897,47.191],"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":"Group 19","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[81.709,81.99],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":5,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"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":[[-52,567],[323,567],[323,-100],[-52,-100]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-52,-100],[323,-100],[323,567],[-52,567]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941000007181,1,0.764999988032,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[41.25,41.25],"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":"Group 20","np":4,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false}],"ip":-25,"op":17,"st":-25,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"2","parent":8,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[100],"e":[0]},{"t":12}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[210.333,210.341,0],"ix":2},"a":{"a":0,"k":[171.75,134.75,0],"ix":1},"s":{"a":0,"k":[78.74,78.74,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.864,0],[0,0],[0,0],[3.795,0],[0,0],[0,-3.729],[0,0],[0,0],[0,-0.849],[0,0],[-0.864,0],[0,0],[0,0.848],[0,0]],"o":[[0,0],[0,0],[0,-3.729],[0,0],[-3.795,0],[0,0],[0,0],[-0.864,0],[0,0],[0,0.848],[0,0],[0.864,0],[0,0],[0,-0.849]],"v":[[23.903,4.19],[17.191,4.19],[17.191,-1.913],[10.292,-8.694],[-9.828,-8.694],[-16.727,-1.913],[-16.727,4.19],[-23.902,4.19],[-25.472,5.733],[-25.472,7.15],[-23.902,8.694],[23.903,8.694],[25.473,7.15],[25.473,5.733]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-311.067,573.118],[63.933,573.118],[63.933,-93.882],[-311.067,-93.882]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-311.067,-93.882],[63.933,-93.882],[63.933,573.118],[-311.067,573.118]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[300.317,35.132],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.526,-1.041],[0,0],[1.161,0],[0,0],[-0.525,1.042]],"o":[[0.525,-1.041],[0,0],[0.527,1.042],[0,0],[-1.159,0],[0,0]],"v":[[-0.955,-5.097],[0.956,-5.097],[5.69,4.263],[4.536,6.138],[-4.537,6.138],[-5.691,4.263]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-310.823,556.3],[64.177,556.3],[64.177,-110.7],[-310.823,-110.7]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-310.823,-110.7],[64.177,-110.7],[64.177,556.3],[-310.823,556.3]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[300.073,51.95],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.375,-0.121],[1.209,-0.577],[2.648,-1.986],[-0.38,0],[0,0],[2.427,1.161],[1.058,0.425],[0.034,0.972],[-0.462,0.153],[-1.401,1.04],[-0.435,0.577],[-0.626,1.857],[0,2.707],[1.556,1.153],[2.715,3.016],[2.092,0.896],[1.715,0.168],[0,0],[2.38,-1.016],[1.309,-1.459],[0.104,-4.038],[0,-2.12],[-2.329,-0.913],[-1.033,-1.378],[-0.935,-0.739],[-1.307,-0.369],[0.052,-1.07]],"o":[[-1.06,0.425],[-2.401,1.149],[0.369,0.041],[0,0],[-2.678,-2.019],[-1.212,-0.577],[-0.379,-0.155],[-0.037,-1.051],[1.295,-0.431],[0.939,-0.701],[1.032,-1.378],[2.331,-0.913],[0,-2.12],[-0.105,-4.038],[-1.307,-1.457],[-0.837,-0.354],[-1.659,-0.645],[0,0],[-2.097,0.896],[-2.71,3.016],[-1.561,1.153],[0,2.709],[0.631,1.857],[0.441,0.588],[1.347,1.061],[0.511,0.144],[-0.044,0.989]],"v":[[-6.451,17.855],[-10.24,19.815],[-17.93,24.443],[-16.808,24.51],[18.02,24.51],[10.242,19.815],[6.322,17.855],[5.682,15.766],[6.322,14.034],[10.697,11.51],[12.871,9.485],[14.838,5.118],[19.336,-1.391],[16.967,-5.495],[13.409,-17.581],[8.081,-21.162],[3.998,-21.948],[1.215,-24.51],[-8.077,-21.162],[-13.41,-17.581],[-17.095,-5.495],[-19.337,-1.391],[-14.967,5.118],[-12.861,9.485],[-10.685,11.612],[-6.451,14.034],[-5.783,15.76]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-310.807,554.509],[64.193,554.509],[64.193,-112.491],[-310.807,-112.491]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-310.807,-112.491],[64.193,-112.491],[64.193,554.509],[-310.807,554.509]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[300.057,53.741],"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":"Group 3","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[54.581,54.842],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":5,"ix":4},"nm":"Rectangle Path 2","mn":"ADBE Vector Shape - Rect","hd":false},{"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":[[-311.5,557.5],[63.5,557.5],[63.5,-109.5],[-311.5,-109.5]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-311.5,-109.5],[63.5,-109.5],[63.5,557.5],[-311.5,557.5]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764999988032,1,0.875,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[300.75,50.75],"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":"Group 4","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":-25,"op":17,"st":-25,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"3","parent":8,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[100],"e":[0]},{"t":10}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[294.585,157.585,0],"ix":2},"a":{"a":0,"k":[171.75,134.75,0],"ix":1},"s":{"a":0,"k":[78.74,78.74,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.467,0.926],[0,0],[0.466,-0.925],[0,0],[-1.03,0],[0,0]],"o":[[0,0],[-0.467,-0.925],[0,0],[-0.467,0.926],[0,0],[1.032,0]],"v":[[5.056,3.787],[0.851,-4.527],[-0.848,-4.527],[-5.055,3.787],[-4.029,5.452],[4.031,5.452]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-50.778,368.251],[324.222,368.251],[324.222,-298.749],[-50.778,-298.749]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-50.778,-298.749],[324.222,-298.749],[324.222,368.251],[-50.778,368.251]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[40.028,239.999],"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":"Group 5","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.693,1.047],[-1.358,0.907],[-0.693,-1.046],[1.359,-0.907]],"o":[[-0.692,-1.046],[1.358,-0.906],[0.692,1.046],[-1.358,0.906]],"v":[[-2.46,1.64],[-1.254,-1.894],[2.46,-1.641],[1.253,1.895]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-43.714,387.731],[331.286,387.731],[331.286,-279.269],[-43.714,-279.269]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-43.714,-279.269],[331.286,-279.269],[331.286,387.731],[-43.714,387.731]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[32.964,220.519],"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":"Group 6","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.249,-0.166],[0.117,-0.164],[0.189,0.002],[0.178,-0.065],[0.112,0.105],[0.246,0.031],[-0.044,0.232],[0.126,0.217],[-0.249,0.166],[-0.118,0.164],[-0.189,-0.002],[-0.178,0.065],[-0.112,-0.105],[-0.247,-0.031],[0.045,-0.231],[-0.125,-0.217]],"o":[[-0.172,0.115],[-0.155,-0.08],[-0.176,-0.003],[-0.046,-0.148],[-0.157,-0.147],[0.175,-0.208],[0.05,-0.258],[0.295,-0.023],[0.171,-0.115],[0.154,0.079],[0.175,0.003],[0.047,0.148],[0.157,0.147],[-0.176,0.208],[-0.05,0.259],[-0.294,0.023]],"v":[[0.632,0.953],[0.208,1.382],[-0.301,1.244],[-0.833,1.351],[-1.059,0.962],[-1.676,0.705],[-1.333,0.043],[-1.456,-0.675],[-0.631,-0.953],[-0.206,-1.382],[0.303,-1.244],[0.833,-1.351],[1.059,-0.962],[1.676,-0.705],[1.331,-0.043],[1.456,0.675]],"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":[[1.751,-0.057],[0.069,-0.005],[-0.056,0.05],[0.685,0.639],[1.204,-0.824],[0.887,0.011],[0.511,-1.338],[0.847,-0.565],[-0.831,-1.253],[-0.105,-0.119],[0.193,-0.007],[0.193,-1.01],[-1.751,0.057],[-0.069,0.004],[0.056,-0.05],[-0.684,-0.64],[-1.205,0.824],[-0.887,-0.011],[-0.511,1.338],[-0.847,0.565],[0.83,1.254],[0.105,0.119],[-0.193,0.006],[-0.194,1.009]],"o":[[-0.07,0.003],[0.056,-0.048],[1.392,-1.266],[-0.566,-0.531],[0.072,-1.246],[-0.933,-0.012],[-0.848,-0.916],[-0.972,0.649],[0.091,0.139],[-0.18,-0.013],[-1.752,0.057],[-0.194,1.009],[0.07,-0.002],[-0.056,0.047],[-1.391,1.266],[0.568,0.53],[-0.072,1.245],[0.933,0.012],[0.848,0.916],[0.971,-0.649],[-0.091,-0.139],[0.18,0.013],[1.752,-0.058],[0.193,-1.009]],"v":[[4.855,-1.974],[4.648,-1.955],[4.818,-2.095],[6.098,-5.545],[3.076,-4.985],[1.742,-7.167],[-0.725,-4.843],[-3.637,-5.495],[-3.893,-2.05],[-3.594,-1.667],[-4.152,-1.681],[-7.674,0.25],[-4.855,1.974],[-4.648,1.956],[-4.818,2.095],[-6.1,5.546],[-3.075,4.986],[-1.742,7.167],[0.725,4.843],[3.637,5.495],[3.893,2.05],[3.596,1.667],[4.152,1.682],[7.676,-0.249]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-43.73,387.715],[331.27,387.715],[331.27,-279.285],[-43.73,-279.285]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-43.73,-279.285],[331.27,-279.285],[331.27,387.715],[-43.73,387.715]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[32.98,220.535],"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":"Group 7","np":6,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[14.803,0.33],[1.996,-0.953],[0,0],[-1.808,3.553],[-12.67,0.623]],"o":[[-5.189,-0.116],[-12.883,0.356],[7.73,-0.114],[1.594,1.773],[0,0]],"v":[[4.241,-8.529],[-6.161,-6.994],[-18.13,6.132],[-4.838,-1.594],[17.727,8.022]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-51.484,382.14],[323.516,382.14],[323.516,-284.86],[-51.484,-284.86]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-51.484,-284.86],[323.516,-284.86],[323.516,382.14],[-51.484,382.14]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[40.734,226.11],"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":"Group 8","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.409,-0.132],[1.319,-0.629],[1.216,-0.699],[0,0],[1.138,0.545],[1.154,0.463],[0.038,1.061],[-0.504,0.167],[-1.528,1.135],[-0.473,0.63],[-0.683,2.026],[0,2.952],[1.697,1.257],[2.961,3.291],[2.283,0.978],[1.872,0.183],[0,0],[2.596,-1.109],[1.428,-1.591],[0.114,-4.405],[0,-2.314],[-2.54,-0.996],[-1.126,-1.503],[-1.02,-0.806],[-1.426,-0.402],[0.056,-1.167]],"o":[[-1.157,0.463],[-1.138,0.545],[0,0],[-1.216,-0.699],[-1.321,-0.629],[-0.414,-0.169],[-0.039,-1.146],[1.412,-0.47],[1.024,-0.764],[1.127,-1.503],[2.543,-0.996],[0,-2.314],[-0.114,-4.405],[-1.426,-1.589],[-0.913,-0.387],[-1.809,-0.704],[0,0],[-2.288,0.978],[-2.956,3.291],[-1.702,1.257],[0,2.955],[0.688,2.026],[0.481,0.641],[1.47,1.158],[0.557,0.158],[-0.049,1.079]],"v":[[-7.037,21.109],[-11.171,23.247],[-14.713,25.107],[14.716,25.107],[11.173,23.247],[6.898,21.109],[6.198,18.83],[6.898,16.941],[11.67,14.187],[14.041,11.979],[16.187,7.214],[21.095,0.114],[18.51,-4.365],[14.629,-17.549],[8.816,-21.455],[4.361,-22.313],[1.326,-25.107],[-8.811,-21.455],[-14.629,-17.549],[-18.649,-4.365],[-21.095,0.114],[-16.327,7.214],[-14.03,11.979],[-11.656,14.299],[-7.037,16.941],[-6.308,18.824]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-51.244,365.107],[323.756,365.107],[323.756,-301.893],[-51.244,-301.893]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-51.244,-301.893],[323.756,-301.893],[323.756,365.107],[-51.244,365.107]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[40.494,243.143],"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":"Group 9","np":4,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[59.879,60.162],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":5,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"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":[[-52,370],[323,370],[323,-297],[-52,-297]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-52,-297],[323,-297],[323,370],[-52,370]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.847000002394,0.470999983245,0.689999988032,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[41.25,238.25],"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":"Group 10","np":4,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false}],"ip":-25,"op":17,"st":-25,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"4","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":3,"s":[263.5,265.5,0],"e":[188.5,178.5,0],"to":[-12.5,-14.5,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":23,"s":[188.5,178.5,0],"e":[188.5,178.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":75,"s":[188.5,178.5,0],"e":[188.5,141,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":92,"s":[188.5,141,0],"e":[188.5,141,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":110,"s":[188.5,141,0],"e":[188.5,213,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":128,"s":[188.5,213,0],"e":[188.5,213,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":148,"s":[188.5,213,0],"e":[188.5,178.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":168}],"ix":2},"a":{"a":0,"k":[314.27,242.624,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":3,"s":[127,127,100],"e":[217,217,100]},{"t":23}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.794,0.209],[3.065,0],[6.154,0],[0.323,0],[4.88,0],[3.938,0],[0.851,-0.222],[-10.77,0],[-0.526,0],[-6.989,0]],"o":[[-0.85,-0.222],[-3.938,0],[-4.882,0],[-0.324,0],[-6.154,0],[-3.067,0],[-0.795,0.209],[6.988,0],[0.527,0],[10.771,0]],"v":[[23.859,-4.084],[18.637,-0.894],[6.692,-7.727],[0,-3.811],[-6.691,-7.727],[-18.637,-0.894],[-23.858,-4.084],[-11.622,7.727],[0,2.132],[11.623,7.727]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-325.101,360.544],[49.899,360.544],[49.899,-306.456],[-325.101,-306.456]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-325.101,-306.456],[49.899,-306.456],[49.899,360.544],[-325.101,360.544]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[314.351,247.706],"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":"Group 11","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.319,0.634],[0,0],[0.318,-0.633],[0,0],[-0.704,0],[0,0]],"o":[[0,0],[-0.318,-0.633],[0,0],[-0.319,0.634],[0,0],[0.704,0]],"v":[[3.452,2.595],[0.58,-3.103],[-0.579,-3.103],[-3.452,2.595],[-2.752,3.736],[2.752,3.736]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-325.81,368.125],[49.19,368.125],[49.19,-298.875],[-325.81,-298.875]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-325.81,-298.875],[49.19,-298.875],[49.19,368.125],[-325.81,368.125]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[315.06,240.125],"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":"Group 12","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.788,1.823],[0.896,0.361],[0.029,0.828],[-0.391,0.13],[-1.186,0.886],[-0.368,0.491],[-0.53,1.581],[0,2.305],[1.317,0.982],[2.298,2.569],[1.771,0.763],[1.452,0.143],[0,0],[2.014,-0.866],[1.109,-1.241],[0.088,-3.437],[0,-1.806],[-1.971,-0.777],[-0.874,-1.173],[-0.791,-0.629],[-1.106,-0.314],[0.043,-0.911],[0.317,-0.103],[1.023,-0.492],[3.882,-4.565],[-0.963,0],[0,0],[-0.58,0.105]],"o":[[-1.025,-0.492],[-0.32,-0.132],[-0.031,-0.895],[1.096,-0.367],[0.794,-0.596],[0.873,-1.173],[1.973,-0.777],[0,-1.806],[-0.089,-3.437],[-1.106,-1.24],[-0.708,-0.302],[-1.404,-0.549],[0,0],[-1.775,0.763],[-2.294,2.569],[-1.321,0.982],[0,2.306],[0.534,1.581],[0.373,0.5],[1.141,0.904],[0.433,0.123],[-0.038,0.842],[-0.897,0.361],[-3.726,1.793],[0.882,0.254],[0,0],[0.611,0],[-3.928,-4.701]],"v":[[8.572,14.106],[5.254,12.438],[4.712,10.659],[5.254,9.184],[8.958,7.035],[10.798,5.311],[12.463,1.593],[16.27,-3.949],[14.265,-7.445],[11.253,-17.735],[6.743,-20.784],[3.287,-21.453],[0.931,-23.634],[-6.934,-20.784],[-11.449,-17.735],[-14.568,-7.445],[-16.465,-3.949],[-12.766,1.593],[-10.984,5.311],[-9.142,7.122],[-5.558,9.184],[-4.992,10.654],[-5.558,12.438],[-8.765,14.106],[-20.78,23.236],[-18.006,23.634],[18.994,23.634],[20.78,23.466]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-325.006,362.634],[49.994,362.634],[49.994,-304.366],[-325.006,-304.366]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-325.006,-304.366],[49.994,-304.366],[49.994,362.634],[-325.006,362.634]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[314.256,245.616],"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":"Group 13","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[57,57.182],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":3,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"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":[[-325.5,367.5],[49.5,367.5],[49.5,-299.5],[-325.5,-299.5]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-325.5,-299.5],[49.5,-299.5],[49.5,367.5],[-325.5,367.5]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764999988032,0.769000004787,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[314.75,240.75],"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":"Group 14","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":-25,"op":244,"st":-25,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Text","parent":8,"sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":23,"s":[313.809,300.228,0],"e":[313.809,316.818,0],"to":[0,2.764976978302,0],"ti":[0,-2.764976978302,0]},{"t":33}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[46.083,46.083,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[50.828,9.727],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":2,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764705882353,0.76862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1.914,-53.137],"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 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[74.885,13.982],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":3,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764705882353,0.76862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1.442,-76.009],"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 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[124.83,99.492],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":7,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.980392156863,0.980392156863,0.980392156863,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1.915,-84.754],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[98.674,118.226],"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,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":23,"op":1980,"st":-25,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"r1","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":33,"s":[2],"e":[100]},{"t":40}],"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},"n":"0p667_1_0p333_0","t":33,"s":[265.063,149.875,0],"e":[206.063,203.875,0],"to":[-9.83333301544189,9,0],"ti":[9.83333301544189,-9,0]},{"t":44}],"ix":2},"a":{"a":0,"k":[140.416,136.125,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[20.388,-6.113],[31.745,-21.679],[10.37,-5.9],[16.014,-5.9],[5.926,6.184],[11.57,6.184],[0.213,21.679],[21.587,5.97],[15.944,5.97],[26.031,-6.113]],"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,5.899],[10.089,-6.184],[4.445,-6.184],[15.803,-21.679],[-5.572,-5.9],[0.072,-5.9],[-10.016,6.184],[-4.374,6.184],[-15.801,21.679],[5.574,5.97]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-10.37,5.899],[-16.012,5.899],[-5.926,-6.184],[-11.568,-6.184],[-0.212,-21.679],[-21.585,-5.9],[-15.942,-5.9],[-26.031,6.184],[-20.387,6.184],[-31.745,21.679]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.811999990426,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[59.097,50.93],"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":"Group 4","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":33,"op":2038,"st":33,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"r2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":36,"s":[2],"e":[100]},{"t":43}],"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},"n":"0p667_1_0p333_0","t":36,"s":[265.063,149.875,0],"e":[206.063,203.875,0],"to":[-9.83333301544189,9,0],"ti":[9.83333301544189,-9,0]},{"t":47}],"ix":2},"a":{"a":0,"k":[140.416,136.125,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-39.251,5.133],[-2.394,12.895],[-12.86,47.764],[39.673,-4.761],[2.493,-14.558],[14.349,-46.772]],"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],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-21.343,61.975],[-7.528,15.947],[-47.535,7.515],[24.295,-61.975],[7.85,-17.311],[47.535,-6.87]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.811999990426,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[170.888,62.226],"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":"Group 7","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":36,"op":2041,"st":36,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"r3","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[2],"e":[100]},{"t":45}],"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},"n":"0p667_1_0p333_0","t":38,"s":[265.063,149.875,0],"e":[206.063,203.875,0],"to":[-9.83333301544189,9,0],"ti":[9.83333301544189,-9,0]},{"t":49}],"ix":2},"a":{"a":0,"k":[140.416,136.125,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-15.123,1.822],[0.052,5.013],[-3.758,17.736],[15.494,-1.513],[0.052,-5.569],[4.211,-16.892]],"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],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-10.799,29.532],[-4.21,7.545],[-22,3.798],[12.446,-29.532],[4.478,-7.875],[22,-3.263]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.811999990426,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[209.353,112.782],"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":"Group 6","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":38,"op":2043,"st":38,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"r4","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":41,"s":[2],"e":[100]},{"t":48}],"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},"n":"0p667_1_0p333_0","t":41,"s":[265.063,149.875,0],"e":[206.063,203.875,0],"to":[-9.83333301544189,9,0],"ti":[9.83333301544189,-9,0]},{"t":52}],"ix":2},"a":{"a":0,"k":[140.416,136.125,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.281,0.368],[0.463,0],[0,0],[0,0],[0,0],[-0.28,-0.368],[-0.464,0],[0,0]],"o":[[0,0],[0.119,-0.447],[-0.283,-0.366],[0,0],[0,0],[0,0],[-0.118,0.447],[0.284,0.366],[0,0],[0,0]],"v":[[-7.928,27.22],[-2.283,6.047],[-2.541,4.755],[-3.723,4.174],[-17.355,4.174],[7.93,-27.063],[2.284,-5.891],[2.542,-4.599],[3.725,-4.017],[17.357,-4.017]],"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.246,0.519],[0.574,0],[0,0],[0,0],[0.625,0.318],[0.442,-0.545],[0,0],[-0.248,-0.519],[-0.574,0],[0,0],[0,0],[-0.627,-0.318],[-0.229,0],[-0.291,0.359],[0,0]],"o":[[-0.247,-0.517],[0,0],[0,0],[0.18,-0.679],[-0.63,-0.32],[0,0],[-0.36,0.446],[0.247,0.517],[0,0],[0,0],[-0.181,0.679],[0.214,0.111],[0.438,0],[0,0],[0.361,-0.447]],"v":[[21.825,-6.148],[20.48,-6.996],[5.663,-6.996],[12.611,-33.048],[11.849,-34.759],[10.015,-34.369],[-21.637,4.727],[-21.823,6.306],[-20.478,7.153],[-5.66,7.153],[-12.607,33.205],[-11.844,34.916],[-11.17,35.079],[-10.012,34.526],[21.637,-4.569]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-87.968,448.437],[287.032,448.437],[287.032,-218.563],[-87.968,-218.563]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-87.968,-218.563],[287.032,-218.563],[287.032,448.437],[-87.968,448.437]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.811999990426,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[22.321,150.813],"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":"Group 3","np":6,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":41,"op":2046,"st":41,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"r5","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[2],"e":[100]},{"t":51}],"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},"n":"0p667_1_0p333_0","t":44,"s":[265.063,149.875,0],"e":[206.063,203.875,0],"to":[-9.83333301544189,9,0],"ti":[9.83333301544189,-9,0]},{"t":55}],"ix":2},"a":{"a":0,"k":[140.416,136.125,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[14.5,8.281],[4.815,8.281],[13.119,-15.549],[3.433,-15.549],[11.737,-39.374],[-3.666,-39.374],[-14.5,-8.282],[-4.816,-8.283],[-13.116,15.545],[-3.432,15.545],[-11.736,39.374]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.811999990426,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[123.853,232.625],"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":"Group 5","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":44,"op":2049,"st":44,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Final seq crop","refId":"comp_6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[562.5,526.5,0],"ix":2},"a":{"a":0,"k":[187.5,175.5,0],"ix":1},"s":{"a":0,"k":[302.849,302.849,100],"ix":6}},"ao":0,"w":375,"h":351,"ip":0,"op":2005,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":1,"nm":"Cyan Solid 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[562.5,526.5,0],"ix":2},"a":{"a":0,"k":[187.5,175.5,0],"ix":1},"s":{"a":0,"k":[307.407,307.407,100],"ix":6}},"ao":0,"sw":375,"sh":351,"sc":"#23b6c5","ip":0,"op":2005,"st":0,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/powerupp_app_onboard.json b/ohos/flutter_lottie/assets/lottiefiles/powerupp_app_onboard.json new file mode 100644 index 0000000000000000000000000000000000000000..148cdab75e806235c80a032e025890bbae360bae --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/powerupp_app_onboard.json @@ -0,0 +1 @@ +{"v":"4.10.1","fr":50,"ip":0,"op":640,"w":1125,"h":1053,"nm":"Final seq crop 3x","ddd":0,"assets":[{"id":"comp_6","layers":[{"ddd":0,"ind":1,"ty":0,"nm":"1","refId":"comp_7","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.5,298.5,0],"ix":2},"a":{"a":0,"k":[187.5,333.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":375,"h":667,"ip":0,"op":192,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"2","refId":"comp_8","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.5,298.5,0],"ix":2},"a":{"a":0,"k":[187.5,333.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":375,"h":667,"ip":192,"op":321,"st":192,"bm":0},{"ddd":0,"ind":3,"ty":0,"nm":"3","refId":"comp_10","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.5,298.5,0],"ix":2},"a":{"a":0,"k":[187.5,333.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":375,"h":667,"ip":321,"op":430,"st":321,"bm":0},{"ddd":0,"ind":4,"ty":0,"nm":"4","refId":"comp_11","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.5,298.5,0],"ix":2},"a":{"a":0,"k":[187.5,333.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":375,"h":667,"ip":430,"op":643,"st":430,"bm":0}]},{"id":"comp_7","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Nuvens Outlines 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24,"s":[100],"e":[100]},{"t":228}],"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},"n":"0p667_1_0p333_0","t":0,"s":[29.179,91.093,0],"e":[203.179,91.093,0],"to":[29,0,0],"ti":[-29,0,0]},{"t":24}],"ix":2},"a":{"a":0,"k":[173.344,29.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[11.598,0],[0,0],[0,1.034],[7.18,0],[0,0],[0,-7.18],[-0.356,-1.185],[0,-9.71],[-11.598,0],[0,0],[0,11.598]],"o":[[0,0],[0.228,-0.965],[0,-7.18],[0,0],[-7.18,0],[0,1.301],[-8.952,2.403],[0,11.598],[0,0],[11.598,0],[0,-11.598]],"v":[[39.5,-13],[19.138,-13],[19.5,-16],[6.5,-29],[-32.5,-29],[-45.5,-16],[-44.948,-12.261],[-60.5,8],[-39.5,29],[39.5,29],[60.5,8]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-76.585,575.907],[298.415,575.907],[298.415,-91.093],[-76.585,-91.093]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-76.585,-91.093],[298.415,-91.093],[298.415,575.907],[-76.585,575.907]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[60.75,29.25],"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":"Group 2","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-7,"op":254,"st":-7,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Nuvens Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24,"s":[100],"e":[100]},{"t":228}],"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},"n":"0p667_1_0p333_0","t":0,"s":[321.679,91.093,0],"e":[159.179,91.093,0],"to":[-27.0833339691162,0,0],"ti":[27.0833339691162,0,0]},{"t":24}],"ix":2},"a":{"a":0,"k":[173.344,29.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[7.18,0],[0,0],[5.078,0],[0,0],[0.262,-5.013],[0,0],[0,-7.18],[-7.18,0],[0,0],[0,7.18]],"o":[[0,0],[-0.262,-5.013],[0,0],[-5.078,0],[0,0],[-7.18,0],[0,7.18],[0,0],[7.18,0],[0,-7.18]],"v":[[38.5,-8.5],[31.475,-8.5],[22,-17.5],[-7,-17.5],[-16.475,-8.5],[-38.5,-8.5],[-51.5,4.5],[-38.5,17.5],[38.5,17.5],[51.5,4.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-310.773,570.407],[64.227,570.407],[64.227,-96.593],[-310.773,-96.593]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-310.773,-96.593],[64.227,-96.593],[64.227,570.407],[-310.773,570.407]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[294.938,34.75],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-7,"op":254,"st":-7,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.5,333.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[117,-156.5],[122,-164.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[105,-160],[105,-169.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[93,-155.25],[87,-163.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":169,"s":[0],"e":[100]},{"t":180}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":158,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":169,"s":[100],"e":[100]},{"t":180}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":4,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":158,"op":184,"st":32,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[129.5,333.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[117,-156.5],[122,-164.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[105,-160],[105,-169.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[93,-155.25],[87,-163.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":141,"s":[0],"e":[100]},{"t":152}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":130,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":141,"s":[100],"e":[100]},{"t":152}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":4,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":130,"op":156,"st":4,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[70.5,328.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[117,-156.5],[122,-164.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[105,-160],[105,-169.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[93,-155.25],[87,-163.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":112,"s":[0],"e":[100]},{"t":123}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":101,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":112,"s":[100],"e":[100]},{"t":123}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":4,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":101,"op":127,"st":-25,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Layer 9 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[206.063,203.875,0],"ix":2},"a":{"a":0,"k":[140.416,136.125,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.841,2.005],[0,0],[2.17,-0.905],[0.321,-0.261],[0.017,0.001],[1.878,-0.783],[0.425,-0.537],[0.144,0.004],[1.695,-0.706],[0.389,-0.408],[0,0],[1.871,1.323],[1.432,-1.771],[-1.67,-1.907],[0,0],[-1.505,-3.588],[0,0],[1.284,3.06],[0,0],[-1.188,-3.72],[-4.809,-2.582],[0,0],[0,0]],"o":[[0,0],[0,0],[-0.867,-2.066],[-0.404,0.169],[-0.017,-0.001],[-0.993,-1.6],[-0.685,0.287],[-0.148,-0.004],[-1.082,-1.275],[-0.56,0.234],[-1.602,-0.058],[-1.657,0.194],[-2.15,-1.519],[-1.842,2.279],[1.67,1.907],[0,0],[1.506,3.589],[-1.691,0.706],[-1.284,-3.06],[-1.903,0.794],[1.189,3.72],[4.809,2.581],[0,0],[6.661,-2.779]],"v":[[21.137,5.028],[15.578,-8.22],[15.609,-8.233],[10.11,-10.334],[9.019,-9.683],[8.968,-9.685],[3.994,-11.17],[2.318,-9.901],[1.88,-9.912],[-2.776,-10.954],[-4.204,-9.971],[-6.747,-10.169],[-17.631,-19.226],[-22.587,-19.623],[-18.621,-12.149],[-10.502,-1.85],[-7.538,5.213],[-7.98,9.617],[-13.036,2.431],[-17.278,1.203],[-16.456,10.269],[-7.281,18.813],[1.524,20.16],[17.768,13.382]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.263000009574,0.224000010771,0.122000002394,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[254.402,194.939],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.841,2.005],[0,0],[2.17,-0.905],[0.321,-0.261],[0.017,0.001],[1.878,-0.783],[0.425,-0.537],[0.144,0.004],[1.695,-0.706],[0.389,-0.408],[0,0],[1.871,1.323],[1.432,-1.771],[-1.67,-1.907],[0,0],[-1.505,-3.588],[0,0],[1.284,3.06],[0,0],[-1.188,-3.72],[-4.809,-2.582],[0,0],[0,0]],"o":[[0,0],[0,0],[-0.867,-2.066],[-0.404,0.169],[-0.017,-0.001],[-0.993,-1.6],[-0.685,0.287],[-0.148,-0.004],[-1.082,-1.275],[-0.56,0.234],[-1.602,-0.058],[-1.657,0.194],[-2.15,-1.519],[-1.842,2.279],[1.67,1.907],[0,0],[1.506,3.589],[-1.691,0.706],[-1.284,-3.06],[-1.903,0.794],[1.189,3.72],[4.809,2.581],[0,0],[6.661,-2.779]],"v":[[21.137,5.028],[15.578,-8.22],[15.609,-8.233],[10.11,-10.334],[9.019,-9.683],[8.968,-9.685],[3.994,-11.17],[2.318,-9.901],[1.88,-9.912],[-2.776,-10.954],[-4.204,-9.971],[-6.747,-10.169],[-17.631,-19.226],[-22.587,-19.623],[-18.621,-12.149],[-10.502,-1.85],[-7.538,5.213],[-7.98,9.617],[-13.036,2.431],[-17.278,1.203],[-16.456,10.269],[-7.281,18.813],[1.524,20.16],[17.768,13.382]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-320.05,404.312],[54.95,404.312],[54.95,-262.688],[-320.05,-262.688]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-320.05,-262.688],[54.95,-262.688],[54.95,404.312],[-320.05,404.312]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[254.402,194.939],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.281,0.368],[0.463,0],[0,0],[0,0],[0,0],[-0.28,-0.368],[-0.464,0],[0,0]],"o":[[0,0],[0.119,-0.447],[-0.283,-0.366],[0,0],[0,0],[0,0],[-0.118,0.447],[0.284,0.366],[0,0],[0,0]],"v":[[-7.928,27.22],[-2.283,6.047],[-2.541,4.755],[-3.723,4.174],[-17.355,4.174],[7.93,-27.063],[2.284,-5.891],[2.542,-4.599],[3.725,-4.017],[17.357,-4.017]],"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.246,0.519],[0.574,0],[0,0],[0,0],[0.625,0.318],[0.442,-0.545],[0,0],[-0.248,-0.519],[-0.574,0],[0,0],[0,0],[-0.627,-0.318],[-0.229,0],[-0.291,0.359],[0,0]],"o":[[-0.247,-0.517],[0,0],[0,0],[0.18,-0.679],[-0.63,-0.32],[0,0],[-0.36,0.446],[0.247,0.517],[0,0],[0,0],[-0.181,0.679],[0.214,0.111],[0.438,0],[0,0],[0.361,-0.447]],"v":[[21.825,-6.148],[20.48,-6.996],[5.663,-6.996],[12.611,-33.048],[11.849,-34.759],[10.015,-34.369],[-21.637,4.727],[-21.823,6.306],[-20.478,7.153],[-5.66,7.153],[-12.607,33.205],[-11.844,34.916],[-11.17,35.079],[-10.012,34.526],[21.637,-4.569]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-87.968,448.437],[287.032,448.437],[287.032,-218.563],[-87.968,-218.563]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-87.968,-218.563],[287.032,-218.563],[287.032,448.437],[-87.968,448.437]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.811999990426,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[22.321,150.813],"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":"Group 3","np":6,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[20.388,-6.113],[31.745,-21.679],[10.37,-5.9],[16.014,-5.9],[5.926,6.184],[11.57,6.184],[0.213,21.679],[21.587,5.97],[15.944,5.97],[26.031,-6.113]],"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,5.899],[10.089,-6.184],[4.445,-6.184],[15.803,-21.679],[-5.572,-5.9],[0.072,-5.9],[-10.016,6.184],[-4.374,6.184],[-15.801,21.679],[5.574,5.97]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-10.37,5.899],[-16.012,5.899],[-5.926,-6.184],[-11.568,-6.184],[-0.212,-21.679],[-21.585,-5.9],[-15.942,-5.9],[-26.031,6.184],[-20.387,6.184],[-31.745,21.679]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.811999990426,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[59.097,50.93],"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":"Group 4","np":5,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[14.5,8.281],[4.815,8.281],[13.119,-15.549],[3.433,-15.549],[11.737,-39.374],[-3.666,-39.374],[-14.5,-8.282],[-4.816,-8.283],[-13.116,15.545],[-3.432,15.545],[-11.736,39.374]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.811999990426,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[123.853,232.625],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-15.123,1.822],[0.052,5.013],[-3.758,17.736],[15.494,-1.513],[0.052,-5.569],[4.211,-16.892]],"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],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-10.799,29.532],[-4.21,7.545],[-22,3.798],[12.446,-29.532],[4.478,-7.875],[22,-3.263]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.811999990426,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[209.353,112.782],"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":"Group 6","np":4,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-39.251,5.133],[-2.394,12.895],[-12.86,47.764],[39.673,-4.761],[2.493,-14.558],[14.349,-46.772]],"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],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-21.343,61.975],[-7.528,15.947],[-47.535,7.515],[24.295,-61.975],[7.85,-17.311],[47.535,-6.87]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.811999990426,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[170.888,62.226],"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":"Group 7","np":4,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false}],"ip":944,"op":2949,"st":944,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Boneco vermelho","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[189.237,331.135,0],"ix":2},"a":{"a":0,"k":[39.968,310.407,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[7.144,0],[2.51,-6.551]],"o":[[-2.69,-6.162],[-7.425,0],[0,0]],"v":[[16.125,4.867],[0.15,-5.601],[-16.125,5.601]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":6,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[39.969,588.424],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-1.648],[-1.471,0],[0,1.647],[1.472,0]],"o":[[0,1.647],[1.472,0],[0,-1.648],[-1.471,0]],"v":[[8.983,257.269],[11.647,260.252],[14.312,257.269],[11.647,254.286]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[38.231,312.772],"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":"Group 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-1.648],[-1.471,0],[0,1.647],[1.472,0]],"o":[[0,1.647],[1.472,0],[0,-1.648],[-1.471,0]],"v":[[-11.416,257.4],[-8.752,260.382],[-6.088,257.4],[-8.752,254.417]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[38.231,312.772],"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":"Group 3","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-16.551],[16.551,0],[0,16.551],[-16.551,0]],"o":[[0,16.551],[-16.551,0],[0,-16.551],[16.551,0]],"v":[[29.969,0],[0.001,29.968],[-29.969,0],[0.001,-29.968]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.980392156863,0.235294117647,0.090196078431,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[39.968,580.847],"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":"Group 4","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":900,"op":944,"st":900,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Boneco verde","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[189.237,331.135,0],"ix":2},"a":{"a":0,"k":[39.968,310.407,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[9.625,0],[0,9.64]],"o":[[0,9.64],[-9.624,0],[0,0]],"v":[[17.427,-8.728],[-0.001,8.728],[-17.427,-8.728]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":6,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[40.12,49.104],"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":"Group 6","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-1.647],[-1.471,0],[0,1.648],[1.472,0]],"o":[[0,1.648],[1.472,0],[0,-1.647],[-1.471,0]],"v":[[8.983,-283.61],[11.647,-280.628],[14.312,-283.61],[11.647,-286.593]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[38.231,312.772],"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":"Group 7","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-1.647],[-1.471,0],[0,1.648],[1.472,0]],"o":[[0,1.648],[1.472,0],[0,-1.647],[-1.471,0]],"v":[[-11.416,-283.48],[-8.752,-280.497],[-6.088,-283.48],[-8.752,-286.462]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[38.231,312.772],"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":"Group 8","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-16.551],[16.551,0],[0,16.551],[-16.551,0]],"o":[[0,16.551],[-16.551,0],[0,-16.551],[16.551,0]],"v":[[29.969,0],[0.001,29.968],[-29.969,0],[0.001,-29.968]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.133333333333,0.556862745098,0.223529411765,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[39.968,39.968],"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":"Group 9","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":900,"op":944,"st":900,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Layer 4 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[182.5,193.5,0],"ix":2},"a":{"a":0,"k":[171.75,134.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.864,0],[0,0],[0,0],[3.795,0],[0,0],[0,-3.729],[0,0],[0,0],[0,-0.849],[0,0],[-0.864,0],[0,0],[0,0.848],[0,0]],"o":[[0,0],[0,0],[0,-3.729],[0,0],[-3.795,0],[0,0],[0,0],[-0.864,0],[0,0],[0,0.848],[0,0],[0.864,0],[0,0],[0,-0.849]],"v":[[23.903,4.19],[17.191,4.19],[17.191,-1.913],[10.292,-8.694],[-9.828,-8.694],[-16.727,-1.913],[-16.727,4.19],[-23.902,4.19],[-25.472,5.733],[-25.472,7.15],[-23.902,8.694],[23.903,8.694],[25.473,7.15],[25.473,5.733]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-311.067,573.118],[63.933,573.118],[63.933,-93.882],[-311.067,-93.882]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-311.067,-93.882],[63.933,-93.882],[63.933,573.118],[-311.067,573.118]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[300.317,35.132],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.526,-1.041],[0,0],[1.161,0],[0,0],[-0.525,1.042]],"o":[[0.525,-1.041],[0,0],[0.527,1.042],[0,0],[-1.159,0],[0,0]],"v":[[-0.955,-5.097],[0.956,-5.097],[5.69,4.263],[4.536,6.138],[-4.537,6.138],[-5.691,4.263]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-310.823,556.3],[64.177,556.3],[64.177,-110.7],[-310.823,-110.7]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-310.823,-110.7],[64.177,-110.7],[64.177,556.3],[-310.823,556.3]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[300.073,51.95],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.375,-0.121],[1.209,-0.577],[2.648,-1.986],[-0.38,0],[0,0],[2.427,1.161],[1.058,0.425],[0.034,0.972],[-0.462,0.153],[-1.401,1.04],[-0.435,0.577],[-0.626,1.857],[0,2.707],[1.556,1.153],[2.715,3.016],[2.092,0.896],[1.715,0.168],[0,0],[2.38,-1.016],[1.309,-1.459],[0.104,-4.038],[0,-2.12],[-2.329,-0.913],[-1.033,-1.378],[-0.935,-0.739],[-1.307,-0.369],[0.052,-1.07]],"o":[[-1.06,0.425],[-2.401,1.149],[0.369,0.041],[0,0],[-2.678,-2.019],[-1.212,-0.577],[-0.379,-0.155],[-0.037,-1.051],[1.295,-0.431],[0.939,-0.701],[1.032,-1.378],[2.331,-0.913],[0,-2.12],[-0.105,-4.038],[-1.307,-1.457],[-0.837,-0.354],[-1.659,-0.645],[0,0],[-2.097,0.896],[-2.71,3.016],[-1.561,1.153],[0,2.709],[0.631,1.857],[0.441,0.588],[1.347,1.061],[0.511,0.144],[-0.044,0.989]],"v":[[-6.451,17.855],[-10.24,19.815],[-17.93,24.443],[-16.808,24.51],[18.02,24.51],[10.242,19.815],[6.322,17.855],[5.682,15.766],[6.322,14.034],[10.697,11.51],[12.871,9.485],[14.838,5.118],[19.336,-1.391],[16.967,-5.495],[13.409,-17.581],[8.081,-21.162],[3.998,-21.948],[1.215,-24.51],[-8.077,-21.162],[-13.41,-17.581],[-17.095,-5.495],[-19.337,-1.391],[-14.967,5.118],[-12.861,9.485],[-10.685,11.612],[-6.451,14.034],[-5.783,15.76]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-310.807,554.509],[64.193,554.509],[64.193,-112.491],[-310.807,-112.491]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-310.807,-112.491],[64.193,-112.491],[64.193,554.509],[-310.807,554.509]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[300.057,53.741],"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":"Group 3","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-5.523,0],[0,0],[0,-5.523],[0,0],[5.523,0],[0,0],[0,5.523],[0,0]],"o":[[0,0],[5.523,0],[0,0],[0,5.523],[0,0],[-5.523,0],[0,0],[0,-5.523]],"v":[[-17.5,-27.5],[17.5,-27.5],[27.5,-17.5],[27.5,17.5],[17.5,27.5],[-17.5,27.5],[-27.5,17.5],[-27.5,-17.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-311.5,557.5],[63.5,557.5],[63.5,-109.5],[-311.5,-109.5]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-311.5,-109.5],[63.5,-109.5],[63.5,557.5],[-311.5,557.5]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764999988032,1,0.875,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[300.75,50.75],"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":"Group 4","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.467,0.926],[0,0],[0.466,-0.925],[0,0],[-1.03,0],[0,0]],"o":[[0,0],[-0.467,-0.925],[0,0],[-0.467,0.926],[0,0],[1.032,0]],"v":[[5.056,3.787],[0.851,-4.527],[-0.848,-4.527],[-5.055,3.787],[-4.029,5.452],[4.031,5.452]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-50.778,368.251],[324.222,368.251],[324.222,-298.749],[-50.778,-298.749]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-50.778,-298.749],[324.222,-298.749],[324.222,368.251],[-50.778,368.251]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[40.028,239.999],"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":"Group 5","np":4,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.693,1.047],[-1.358,0.907],[-0.693,-1.046],[1.359,-0.907]],"o":[[-0.692,-1.046],[1.358,-0.906],[0.692,1.046],[-1.358,0.906]],"v":[[-2.46,1.64],[-1.254,-1.894],[2.46,-1.641],[1.253,1.895]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-43.714,387.731],[331.286,387.731],[331.286,-279.269],[-43.714,-279.269]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-43.714,-279.269],[331.286,-279.269],[331.286,387.731],[-43.714,387.731]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[32.964,220.519],"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":"Group 6","np":4,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.249,-0.166],[0.117,-0.164],[0.189,0.002],[0.178,-0.065],[0.112,0.105],[0.246,0.031],[-0.044,0.232],[0.126,0.217],[-0.249,0.166],[-0.118,0.164],[-0.189,-0.002],[-0.178,0.065],[-0.112,-0.105],[-0.247,-0.031],[0.045,-0.231],[-0.125,-0.217]],"o":[[-0.172,0.115],[-0.155,-0.08],[-0.176,-0.003],[-0.046,-0.148],[-0.157,-0.147],[0.175,-0.208],[0.05,-0.258],[0.295,-0.023],[0.171,-0.115],[0.154,0.079],[0.175,0.003],[0.047,0.148],[0.157,0.147],[-0.176,0.208],[-0.05,0.259],[-0.294,0.023]],"v":[[0.632,0.953],[0.208,1.382],[-0.301,1.244],[-0.833,1.351],[-1.059,0.962],[-1.676,0.705],[-1.333,0.043],[-1.456,-0.675],[-0.631,-0.953],[-0.206,-1.382],[0.303,-1.244],[0.833,-1.351],[1.059,-0.962],[1.676,-0.705],[1.331,-0.043],[1.456,0.675]],"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":[[1.751,-0.057],[0.069,-0.005],[-0.056,0.05],[0.685,0.639],[1.204,-0.824],[0.887,0.011],[0.511,-1.338],[0.847,-0.565],[-0.831,-1.253],[-0.105,-0.119],[0.193,-0.007],[0.193,-1.01],[-1.751,0.057],[-0.069,0.004],[0.056,-0.05],[-0.684,-0.64],[-1.205,0.824],[-0.887,-0.011],[-0.511,1.338],[-0.847,0.565],[0.83,1.254],[0.105,0.119],[-0.193,0.006],[-0.194,1.009]],"o":[[-0.07,0.003],[0.056,-0.048],[1.392,-1.266],[-0.566,-0.531],[0.072,-1.246],[-0.933,-0.012],[-0.848,-0.916],[-0.972,0.649],[0.091,0.139],[-0.18,-0.013],[-1.752,0.057],[-0.194,1.009],[0.07,-0.002],[-0.056,0.047],[-1.391,1.266],[0.568,0.53],[-0.072,1.245],[0.933,0.012],[0.848,0.916],[0.971,-0.649],[-0.091,-0.139],[0.18,0.013],[1.752,-0.058],[0.193,-1.009]],"v":[[4.855,-1.974],[4.648,-1.955],[4.818,-2.095],[6.098,-5.545],[3.076,-4.985],[1.742,-7.167],[-0.725,-4.843],[-3.637,-5.495],[-3.893,-2.05],[-3.594,-1.667],[-4.152,-1.681],[-7.674,0.25],[-4.855,1.974],[-4.648,1.956],[-4.818,2.095],[-6.1,5.546],[-3.075,4.986],[-1.742,7.167],[0.725,4.843],[3.637,5.495],[3.893,2.05],[3.596,1.667],[4.152,1.682],[7.676,-0.249]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-43.73,387.715],[331.27,387.715],[331.27,-279.285],[-43.73,-279.285]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-43.73,-279.285],[331.27,-279.285],[331.27,387.715],[-43.73,387.715]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[32.98,220.535],"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":"Group 7","np":6,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[14.803,0.33],[1.996,-0.953],[0,0],[-1.808,3.553],[-12.67,0.623]],"o":[[-5.189,-0.116],[-12.883,0.356],[7.73,-0.114],[1.594,1.773],[0,0]],"v":[[4.241,-8.529],[-6.161,-6.994],[-18.13,6.132],[-4.838,-1.594],[17.727,8.022]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-51.484,382.14],[323.516,382.14],[323.516,-284.86],[-51.484,-284.86]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-51.484,-284.86],[323.516,-284.86],[323.516,382.14],[-51.484,382.14]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[40.734,226.11],"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":"Group 8","np":4,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.409,-0.132],[1.319,-0.629],[1.216,-0.699],[0,0],[1.138,0.545],[1.154,0.463],[0.038,1.061],[-0.504,0.167],[-1.528,1.135],[-0.473,0.63],[-0.683,2.026],[0,2.952],[1.697,1.257],[2.961,3.291],[2.283,0.978],[1.872,0.183],[0,0],[2.596,-1.109],[1.428,-1.591],[0.114,-4.405],[0,-2.314],[-2.54,-0.996],[-1.126,-1.503],[-1.02,-0.806],[-1.426,-0.402],[0.056,-1.167]],"o":[[-1.157,0.463],[-1.138,0.545],[0,0],[-1.216,-0.699],[-1.321,-0.629],[-0.414,-0.169],[-0.039,-1.146],[1.412,-0.47],[1.024,-0.764],[1.127,-1.503],[2.543,-0.996],[0,-2.314],[-0.114,-4.405],[-1.426,-1.589],[-0.913,-0.387],[-1.809,-0.704],[0,0],[-2.288,0.978],[-2.956,3.291],[-1.702,1.257],[0,2.955],[0.688,2.026],[0.481,0.641],[1.47,1.158],[0.557,0.158],[-0.049,1.079]],"v":[[-7.037,21.109],[-11.171,23.247],[-14.713,25.107],[14.716,25.107],[11.173,23.247],[6.898,21.109],[6.198,18.83],[6.898,16.941],[11.67,14.187],[14.041,11.979],[16.187,7.214],[21.095,0.114],[18.51,-4.365],[14.629,-17.549],[8.816,-21.455],[4.361,-22.313],[1.326,-25.107],[-8.811,-21.455],[-14.629,-17.549],[-18.649,-4.365],[-21.095,0.114],[-16.327,7.214],[-14.03,11.979],[-11.656,14.299],[-7.037,16.941],[-6.308,18.824]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-51.244,365.107],[323.756,365.107],[323.756,-301.893],[-51.244,-301.893]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-51.244,-301.893],[323.756,-301.893],[323.756,365.107],[-51.244,365.107]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[40.494,243.143],"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":"Group 9","np":4,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-5.523,0],[0,0],[0,-5.523],[0,0],[5.523,0],[0,0],[0,5.523],[0,0]],"o":[[0,0],[5.523,0],[0,0],[0,5.523],[0,0],[-5.523,0],[0,0],[0,-5.523]],"v":[[-20,-30],[20,-30],[30,-20],[30,20],[20,30],[-20,30],[-30,20],[-30,-20]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-52,370],[323,370],[323,-297],[-52,-297]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-52,-297],[323,-297],[323,370],[-52,370]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.847000002394,0.470999983245,0.689999988032,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[41.25,238.25],"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":"Group 10","np":4,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.794,0.209],[3.065,0],[6.154,0],[0.323,0],[4.88,0],[3.938,0],[0.851,-0.222],[-10.77,0],[-0.526,0],[-6.989,0]],"o":[[-0.85,-0.222],[-3.938,0],[-4.882,0],[-0.324,0],[-6.154,0],[-3.067,0],[-0.795,0.209],[6.988,0],[0.527,0],[10.771,0]],"v":[[23.859,-4.084],[18.637,-0.894],[6.692,-7.727],[0,-3.811],[-6.691,-7.727],[-18.637,-0.894],[-23.858,-4.084],[-11.622,7.727],[0,2.132],[11.623,7.727]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-325.101,360.544],[49.899,360.544],[49.899,-306.456],[-325.101,-306.456]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-325.101,-306.456],[49.899,-306.456],[49.899,360.544],[-325.101,360.544]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[314.351,247.706],"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":"Group 11","np":4,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.319,0.634],[0,0],[0.318,-0.633],[0,0],[-0.704,0],[0,0]],"o":[[0,0],[-0.318,-0.633],[0,0],[-0.319,0.634],[0,0],[0.704,0]],"v":[[3.452,2.595],[0.58,-3.103],[-0.579,-3.103],[-3.452,2.595],[-2.752,3.736],[2.752,3.736]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-325.81,368.125],[49.19,368.125],[49.19,-298.875],[-325.81,-298.875]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-325.81,-298.875],[49.19,-298.875],[49.19,368.125],[-325.81,368.125]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[315.06,240.125],"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":"Group 12","np":4,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.788,1.823],[0.896,0.361],[0.029,0.828],[-0.391,0.13],[-1.186,0.886],[-0.368,0.491],[-0.53,1.581],[0,2.305],[1.317,0.982],[2.298,2.569],[1.771,0.763],[1.452,0.143],[0,0],[2.014,-0.866],[1.109,-1.241],[0.088,-3.437],[0,-1.806],[-1.971,-0.777],[-0.874,-1.173],[-0.791,-0.629],[-1.106,-0.314],[0.043,-0.911],[0.317,-0.103],[1.023,-0.492],[3.882,-4.565],[-0.963,0],[0,0],[-0.58,0.105]],"o":[[-1.025,-0.492],[-0.32,-0.132],[-0.031,-0.895],[1.096,-0.367],[0.794,-0.596],[0.873,-1.173],[1.973,-0.777],[0,-1.806],[-0.089,-3.437],[-1.106,-1.24],[-0.708,-0.302],[-1.404,-0.549],[0,0],[-1.775,0.763],[-2.294,2.569],[-1.321,0.982],[0,2.306],[0.534,1.581],[0.373,0.5],[1.141,0.904],[0.433,0.123],[-0.038,0.842],[-0.897,0.361],[-3.726,1.793],[0.882,0.254],[0,0],[0.611,0],[-3.928,-4.701]],"v":[[8.572,14.106],[5.254,12.438],[4.712,10.659],[5.254,9.184],[8.958,7.035],[10.798,5.311],[12.463,1.593],[16.27,-3.949],[14.265,-7.445],[11.253,-17.735],[6.743,-20.784],[3.287,-21.453],[0.931,-23.634],[-6.934,-20.784],[-11.449,-17.735],[-14.568,-7.445],[-16.465,-3.949],[-12.766,1.593],[-10.984,5.311],[-9.142,7.122],[-5.558,9.184],[-4.992,10.654],[-5.558,12.438],[-8.765,14.106],[-20.78,23.236],[-18.006,23.634],[18.994,23.634],[20.78,23.466]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-325.006,362.634],[49.994,362.634],[49.994,-304.366],[-325.006,-304.366]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-325.006,-304.366],[49.994,-304.366],[49.994,362.634],[-325.006,362.634]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[314.256,245.616],"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":"Group 13","np":4,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-5.523,0],[0,0],[0,-5.523],[0,0],[5.523,0],[0,0],[0,5.523],[0,0]],"o":[[0,0],[5.523,0],[0,0],[0,5.523],[0,0],[-5.523,0],[0,0],[0,-5.523]],"v":[[-18.5,-28.5],[18.5,-28.5],[28.5,-18.5],[28.5,18.5],[18.5,28.5],[-18.5,28.5],[-28.5,18.5],[-28.5,-18.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-325.5,367.5],[49.5,367.5],[49.5,-299.5],[-325.5,-299.5]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-325.5,-299.5],[49.5,-299.5],[49.5,367.5],[-325.5,367.5]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764999988032,0.769000004787,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[314.75,240.75],"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":"Group 14","np":4,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.539,1.068],[0,0],[0.537,-1.067],[0,0],[-1.189,0],[0,0]],"o":[[0,0],[-0.538,-1.067],[0,0],[-0.539,1.068],[0,0],[1.191,0]],"v":[[5.832,4.369],[0.98,-5.223],[-0.978,-5.223],[-5.832,4.369],[-4.649,6.29],[4.649,6.29]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[41.034,35.95],"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":"Group 15","np":3,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.267,0.208],[0,0],[10.909,0],[3.442,-9.861],[0,0],[0,-1.294],[0,0],[-1.267,-0.207],[0,0],[0,1.294],[0,0],[-9.645,0],[-1.455,-10.408],[0,0],[-1.266,0.208],[0,0],[0,1.294],[0,0]],"o":[[0,0],[-3.474,-9.802],[-10.952,0],[0,0],[-1.267,0.208],[0,0],[0,1.294],[0,0],[1.267,0.208],[0,0],[2.607,-8.875],[10.727,0],[0,0],[0,1.294],[0,0],[1.267,-0.207],[0,0],[0,-1.294]],"v":[[27.973,0.008],[23.364,-0.75],[-0.325,-17.589],[-24.052,-0.637],[-27.974,0.008],[-30.277,2.738],[-30.277,13.838],[-27.974,16.568],[-23.037,17.38],[-20.733,15.407],[-20.733,1.669],[-0.325,-13.705],[20.733,4.744],[20.733,15.407],[23.036,17.38],[27.973,16.568],[30.277,13.838],[30.277,2.738]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-51.979,579.412],[323.021,579.412],[323.021,-87.588],[-51.979,-87.588]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-51.979,-87.588],[323.021,-87.588],[323.021,579.412],[-51.979,579.412]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[41.229,28.838],"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":"Group 16","np":3,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.376,0],[0.288,0.287],[1.86,-1.858],[0.574,0.574],[-0.574,0.575],[-3.022,-3.018],[0.574,-0.575]],"o":[[-0.377,0],[-1.873,-1.873],[-0.575,0.574],[-0.574,-0.574],[3.007,-3.005],[0.574,0.574],[-0.288,0.287]],"v":[[4.426,2.709],[3.385,2.279],[-3.385,2.255],[-5.467,2.255],[-5.467,0.175],[5.466,0.199],[5.466,2.279]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[53.45,30.002],"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":"Group 17","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.377,0],[0.288,0.287],[1.281,0.004],[0,0],[0.897,-0.896],[0.575,0.574],[-0.575,0.575],[-2.058,-0.007],[-1.462,-1.461],[0.574,-0.575]],"o":[[-0.377,0],[-0.908,-0.908],[0,0],[-1.272,0],[-0.574,0.574],[-0.575,-0.574],[1.457,-1.457],[2.063,0.005],[0.574,0.574],[-0.288,0.287]],"v":[[4.426,2.335],[3.385,1.905],[-0.01,0.491],[-0.023,0.491],[-3.385,1.881],[-5.465,1.881],[-5.465,-0.199],[-0.001,-2.449],[5.466,-0.174],[5.466,1.905]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[28.634,30.38],"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":"Group 18","np":3,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.115,0.004],[5.845,2.783],[1.332,0.532],[0.043,1.218],[-0.581,0.191],[-1.763,1.303],[-0.546,0.723],[-0.787,2.327],[0,3.39],[1.959,1.444],[3.417,3.779],[2.634,1.122],[2.16,0.21],[0,0],[2.996,-1.274],[1.649,-1.826],[0.131,-5.058],[0,-2.657],[-2.932,-1.143],[-1.3,-1.726],[-1.177,-0.925],[-1.646,-0.463],[0.064,-1.341],[0.471,-0.151],[1.522,-0.723],[5.989,-7.384],[-0.355,0],[0,0]],"o":[[-5.994,-7.414],[-1.525,-0.723],[-0.477,-0.194],[-0.046,-1.317],[1.63,-0.54],[1.182,-0.878],[1.3,-1.726],[2.935,-1.143],[0,-2.657],[-0.131,-5.058],[-1.645,-1.824],[-1.053,-0.444],[-2.088,-0.808],[0,0],[-2.639,1.122],[-3.411,3.779],[-1.965,1.444],[0,3.393],[0.793,2.327],[0.555,0.736],[1.696,1.33],[0.643,0.18],[-0.056,1.239],[-1.335,0.532],[-5.84,2.78],[0.345,0.036],[0,0],[0.116,0]],"v":[[31.697,35.042],[12.883,20.469],[7.949,18.014],[7.143,15.398],[7.949,13.228],[13.456,10.066],[16.191,7.529],[18.667,2.058],[24.331,-6.095],[21.348,-11.239],[16.87,-26.379],[10.163,-30.865],[5.023,-31.849],[1.521,-35.059],[-10.178,-30.865],[-16.891,-26.379],[-21.529,-11.239],[-24.35,-6.095],[-18.848,2.058],[-16.199,7.529],[-13.46,10.193],[-8.13,13.228],[-7.288,15.39],[-8.13,18.014],[-12.9,20.469],[-31.697,35.004],[-30.646,35.059],[31.354,35.059]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-51.647,561.059],[323.353,561.059],[323.353,-105.941],[-51.647,-105.941]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-51.647,-105.941],[323.353,-105.941],[323.353,561.059],[-51.647,561.059]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[40.897,47.191],"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":"Group 19","np":3,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-5.523,0],[0,0],[0,-5.523],[0,0],[5.523,0],[0,0],[0,5.523],[0,0]],"o":[[0,0],[5.523,0],[0,0],[0,5.523],[0,0],[-5.523,0],[0,0],[0,-5.523]],"v":[[-31,-41],[31,-41],[41,-31],[41,31],[31,41],[-31,41],[-41,31],[-41,-31]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-52,567],[323,567],[323,-100],[-52,-100]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-52,-100],[323,-100],[323,567],[-52,567]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941000007181,1,0.764999988032,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[41.25,41.25],"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":"Group 20","np":4,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false}],"ip":862,"op":900,"st":862,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Layer 3 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[185.49,168.5,0],"ix":2},"a":{"a":0,"k":[153.74,120.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,-1.145],[0,0],[2.033,0]],"o":[[0,0],[0,0],[1.11,0],[0,0],[-1.329,-1.329],[0,0]],"v":[[-14.091,8.11],[-14.091,-9.969],[-4.826,-9.969],[-2.129,-8.11],[-2.129,9.969],[-5.898,8.11]],"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],[0,0],[0,-1.145],[0,0],[-2.033,0]],"o":[[0,0],[0,0],[-1.11,0],[0,0],[1.33,-1.329],[0,0]],"v":[[14.091,8.11],[14.091,-9.969],[4.826,-9.969],[2.128,-8.11],[2.128,9.969],[5.898,8.11]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-61.49,510.245],[313.51,510.245],[313.51,-156.755],[-61.49,-156.755]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-61.49,-156.755],[313.51,-156.755],[313.51,510.245],[-61.49,510.245]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.289999988032,0.564999988032,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[29.74,109.005],"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":"Group 1","np":6,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.262,-1.46],[0,0],[1.947,0],[0,0],[0,-2.079],[0,0],[-2.053,0],[0,0],[-0.525,-0.925],[-0.798,0],[-0.396,0.7],[-1.039,0],[0,0],[0,2.078],[0,0],[2.052,0]],"o":[[-1.946,0],[0,0],[-1.263,-1.46],[0,0],[-2.053,0],[0,0],[0,2.079],[0,0],[1.039,0],[0.397,0.699],[0.799,0],[0.525,-0.924],[0,0],[2.052,0],[0,0],[0,-2.078],[0,0]],"v":[[4.467,-14.959],[-0.557,-12.644],[0.558,-12.644],[-4.467,-14.959],[-14.145,-14.959],[-17.86,-11.185],[-17.86,8.556],[-14.145,12.33],[-4.467,12.33],[-1.929,13.828],[0,14.959],[1.93,13.827],[4.467,12.33],[14.145,12.33],[17.86,8.556],[17.86,-11.185],[14.145,-14.959]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-61.49,509.52],[313.51,509.52],[313.51,-157.48],[-61.49,-157.48]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-61.49,-157.48],[313.51,-157.48],[313.51,509.52],[-61.49,509.52]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[29.74,109.731],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-16.287,0],[0,-16.27],[16.287,0],[0,16.27]],"o":[[16.287,0],[0,16.27],[-16.287,0],[0,-16.27]],"v":[[0,-29.46],[29.49,0],[0,29.46],[-29.49,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-61.49,509.54],[313.51,509.54],[313.51,-157.46],[-61.49,-157.46]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-61.49,-157.46],[313.51,-157.46],[313.51,509.54],[-61.49,509.54]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.564999988032,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[29.74,109.71],"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":"Group 3","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.785,0],[0,-1.788],[-1.785,0],[0,1.788]],"o":[[-1.785,0],[0,1.788],[1.785,0],[0,-1.789]],"v":[[0,-3.243],[-3.237,0],[0,3.243],[3.237,0]],"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":[[4.569,0],[0,4.576],[-4.569,0],[0,-4.577]],"o":[[-4.569,0],[0,-4.577],[4.569,0],[0,4.576]],"v":[[0,8.299],[-8.286,0],[0,-8.299],[8.286,0]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-311.725,450.707],[63.275,450.707],[63.275,-216.293],[-311.725,-216.293]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-311.725,-216.293],[63.275,-216.293],[63.275,450.707],[-311.725,450.707]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[279.975,168.543],"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":"Group 4","np":6,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[5.936,-0.347],[0.06,-0.077],[0,0],[-11.224,0.656],[-6.936,-6.949]],"o":[[-5.874,-5.884],[-8.986,0.525],[0,0],[0.301,-0.383],[7.44,-0.432],[0,0]],"v":[[16.636,6.911],[-1.165,-1.431],[-16.244,6.691],[-20.205,3.556],[-1.459,-6.479],[20.205,3.336]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-311.628,460.637],[63.372,460.637],[63.372,-206.363],[-311.628,-206.363]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-311.628,-206.363],[63.372,-206.363],[63.372,460.637],[-311.628,460.637]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[279.878,158.614],"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":"Group 5","np":4,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-15.183,0],[0,-15.167],[15.183,0],[0,15.167]],"o":[[15.183,0],[0,15.167],[-15.183,0],[0,-15.167]],"v":[[0,-27.462],[27.49,0],[0,27.462],[-27.49,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-311.49,454.538],[63.51,454.538],[63.51,-212.462],[-311.49,-212.462]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-311.49,-212.462],[63.51,-212.462],[63.51,454.538],[-311.49,454.538]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.352999997606,0.842999985639,0.677999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[279.741,164.712],"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":"Group 6","np":4,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.967,-2.635],[0,0],[4.372,3.128],[0.074,0.053],[0.738,0.569],[-0.585,3.151],[-2.894,0.092],[-0.927,-2.645],[-0.716,2.046],[-2.647,-0.06],[-0.547,-2.819],[3.301,-2.53],[1.256,-0.899],[0.111,-0.079]],"o":[[0,0],[-1.967,-2.635],[-0.111,-0.079],[-1.257,-0.899],[-3.322,-2.586],[0.545,-2.778],[2.625,-0.059],[0.716,2.046],[0.926,-2.645],[2.892,0.092],[0.583,3.143],[-0.743,0.572],[-0.074,0.053],[-4.372,3.128]],"v":[[-1.838,12.158],[1.836,12.158],[-6.593,4.629],[-7.167,4.219],[-9.869,2.235],[-14.143,-6.436],[-8.168,-11.441],[-2.164,-7.061],[2.162,-7.061],[8.187,-11.441],[14.144,-6.418],[9.871,2.232],[7.165,4.219],[6.591,4.629]],"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.917,1.228],[-3.998,2.86],[-0.074,0.054],[-0.794,0.611],[0.945,5.092],[5.039,0.16],[1.567,-4.475],[0,0],[4.681,-0.105],[0.962,-4.906],[-4.556,-3.548],[-1.298,-0.928],[-0.11,-0.078],[-1.594,-2.137]],"o":[[1.594,-2.137],[0.11,-0.078],[1.298,-0.928],[4.542,-3.482],[-0.961,-4.953],[-4.703,-0.106],[0,0],[-1.567,-4.475],[-5.043,0.161],[-0.947,5.103],[0.804,0.619],[0.075,0.054],[3.998,2.86],[0.917,1.228]],"v":[[1.836,14.902],[9.258,8.358],[9.831,7.947],[12.664,5.868],[18.648,-7.272],[8.311,-16.023],[-2.164,-8.577],[2.162,-8.577],[-8.292,-16.025],[-18.646,-7.296],[-12.676,5.86],[-9.834,7.947],[-9.26,8.358],[-1.838,14.902]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-187.469,589.406],[187.531,589.406],[187.531,-77.594],[-187.469,-77.594]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-187.469,-77.594],[187.531,-77.594],[187.531,589.406],[-187.469,589.406]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[155.719,29.844],"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":"Group 7","np":6,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-16.287,0],[0,16.27],[16.287,0],[0,-16.27]],"o":[[16.287,0],[0,-16.27],[-16.287,0],[0,16.27]],"v":[[0,29.459],[29.49,0],[0,-29.459],[-29.49,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-187.49,589.541],[187.51,589.541],[187.51,-77.459],[-187.49,-77.459]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-187.49,-77.459],[187.51,-77.459],[187.51,589.541],[-187.49,589.541]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.944999964097,0.349000010771,0.165000002992,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[155.74,29.71],"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":"Group 8","np":4,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.356,0.163],[12.116,0],[3.211,-0.924],[3.615,0],[2.649,0.757],[6.709,0],[0.281,-0.129],[0.029,-0.395],[0,0],[-0.44,-0.177],[-0.076,-0.153],[-0.173,-0.822],[-1.248,-3.289],[-3.574,-1.543],[-3.174,0],[-2.358,1.018],[-1.871,5.102],[-0.21,0.613],[-2.058,0],[-1.298,-3.75],[-0.277,-0.752],[-6.152,-2.656],[-3.1,0],[-2.139,0.924],[-1.445,3.805],[-0.548,2.644],[-0.052,0.172],[-0.458,0.182],[0.029,0.46],[0,0]],"o":[[-0.282,-0.129],[-6.709,0],[-2.65,0.757],[-3.619,0],[-3.213,-0.924],[-12.117,0],[-0.361,0.163],[0,0],[-0.028,0.46],[0.464,0.182],[0.06,0.186],[0.548,2.653],[1.439,3.805],[2.133,0.924],[3.099,0],[6.146,-2.656],[0.271,-0.756],[1.303,-3.75],[2.057,0],[0.216,0.618],[1.861,5.106],[2.362,1.018],[3.169,0],[3.568,-1.543],[1.237,-3.271],[0.178,-0.841],[0.089,-0.176],[0.441,-0.177],[0,0],[-0.028,-0.395]],"v":[[41.254,-12.828],[22.122,-16],[8.558,-14.04],[0,-12.633],[-8.557,-14.04],[-22.123,-16],[-41.254,-12.828],[-41.883,-11.922],[-42.234,-6.714],[-41.545,-5.641],[-40.471,-4.948],[-40.124,-3.365],[-37.31,7.521],[-30.764,14.504],[-22.165,16],[-13.819,14.443],[-4.328,2.652],[-3.606,0.599],[0,-3.633],[3.605,0.599],[4.333,2.648],[13.814,14.443],[22.165,16],[30.769,14.504],[37.311,7.521],[40.114,-3.322],[40.461,-4.925],[41.544,-5.641],[42.233,-6.714],[41.881,-11.922]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-185.236,466],[189.764,466],[189.764,-201],[-185.236,-201]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-185.236,-201],[189.764,-201],[189.764,466],[-185.236,466]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[153.486,153.251],"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":"Group 9","np":4,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.444,-2.858],[0,0],[3.189,0],[0,0],[-1.444,2.862]],"o":[[1.441,-2.858],[0,0],[1.445,2.862],[0,0],[-3.186,0],[0,0]],"v":[[-2.623,-13.999],[2.626,-13.999],[15.629,11.708],[12.458,16.857],[-12.46,16.857],[-15.63,11.708]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-185.193,454.857],[189.807,454.857],[189.807,-212.143],[-185.193,-212.143]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-185.193,-212.143],[189.807,-212.143],[189.807,454.857],[-185.193,454.857]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[153.443,164.393],"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":"Group 10","np":4,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.11,-0.359],[3.583,-1.711],[9.862,-8.439],[0,0],[8.979,4.294],[3.135,1.258],[0.101,2.882],[-1.37,0.453],[-4.151,3.083],[-1.287,1.712],[-1.855,5.505],[0,8.021],[4.612,3.416],[8.044,8.94],[6.202,2.655],[5.085,0.497],[0,0],[7.054,-3.014],[3.88,-4.322],[0.309,-11.966],[0,-6.285],[-6.902,-2.705],[-3.06,-4.083],[-2.77,-2.189],[-3.874,-1.095],[0.152,-3.17]],"o":[[-3.142,1.258],[-8.978,4.294],[0,0],[-9.863,-8.439],[-3.59,-1.711],[-1.124,-0.459],[-0.107,-3.114],[3.836,-1.278],[2.782,-2.076],[3.06,-4.083],[6.908,-2.705],[0,-6.285],[-0.309,-11.966],[-3.874,-4.316],[-2.48,-1.051],[-4.915,-1.913],[0,0],[-6.215,2.655],[-8.032,8.94],[-4.625,3.416],[0,8.028],[1.868,5.505],[1.306,1.743],[3.994,3.146],[1.514,0.427],[-0.132,2.932]],"v":[[-19.122,50.556],[-30.352,56.363],[-59.301,75],[59.301,75],[30.349,56.363],[18.734,50.556],[16.834,44.365],[18.734,39.232],[31.699,31.751],[38.141,25.749],[43.971,12.808],[57.302,-6.481],[50.28,-18.648],[39.737,-54.465],[23.945,-65.078],[11.844,-67.406],[3.598,-75],[-23.942,-65.078],[-39.747,-54.465],[-50.668,-18.648],[-57.312,-6.481],[-44.359,12.808],[-38.119,25.749],[-31.671,32.053],[-19.122,39.232],[-17.141,44.346]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-185.452,453],[189.548,453],[189.548,-214],[-185.452,-214]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-185.452,-214],[189.548,-214],[189.548,453],[-185.452,453]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[153.702,166.25],"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":"Group 11","np":4,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-5.523,0],[0,0],[0,-5.523],[0,0],[5.523,0],[0,0],[0,5.523],[0,0]],"o":[[0,0],[5.523,0],[0,0],[0,5.523],[0,0],[-5.523,0],[0,0],[0,-5.523]],"v":[[-71.5,-81.5],[71.5,-81.5],[81.5,-71.5],[81.5,71.5],[71.5,81.5],[-71.5,81.5],[-81.5,71.5],[-81.5,-71.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-187.5,459.5],[187.5,459.5],[187.5,-207.5],[-187.5,-207.5]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-187.5,-207.5],[187.5,-207.5],[187.5,459.5],[-187.5,459.5]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764999988032,0.976000019148,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[155.75,159.75],"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":"Group 12","np":4,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false}],"ip":817,"op":862,"st":817,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Shape Layer 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.5,333.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-118.75,-71]],"o":[[0,0],[54.991,32.879]],"v":[[-110.5,-166.5],[103,-167.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":137,"s":[0],"e":[100]},{"t":148}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":126,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":137,"s":[100],"e":[100]},{"t":148}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":126,"op":151,"st":84,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Shape Layer 8","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.5,333.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-83.5,-54.25]],"o":[[0,0],[53.727,34.906]],"v":[[-110.5,-166.5],[43.5,-167.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":108,"s":[0],"e":[100]},{"t":119}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":97,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":108,"s":[100],"e":[100]},{"t":119}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":97,"op":121,"st":55,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Shape Layer 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[123.402,156.573,0],"ix":2},"a":{"a":0,"k":[-33.5,-178.927,0],"ix":1},"s":{"a":0,"k":[54.023,75.86,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-83.5,-54.25]],"o":[[0,0],[53.727,34.906]],"v":[[-110.5,-166.5],[43.5,-167.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":80,"s":[0],"e":[100]},{"t":91}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":69,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":80,"s":[100],"e":[100]},{"t":91}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":69,"op":92,"st":27,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"Shape Layer 7","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.5,277.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ef":[{"ty":5,"nm":"Gaussian Blur (Legacy)","np":4,"mn":"ADBE Gaussian Blur","ix":1,"en":1,"ef":[{"ty":0,"nm":"Blurriness","mn":"ADBE Gaussian Blur-0001","ix":1,"v":{"a":0,"k":40,"ix":1}},{"ty":7,"nm":"Blur Dimensions","mn":"ADBE Gaussian Blur-0002","ix":2,"v":{"a":0,"k":1,"ix":2}}]}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[449.57,195.02],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.137254901961,0.713725490196,0.772549019608,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[2.285,-264.99],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":2005,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"Mascara","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":148,"s":[233.197,144.591,0],"e":[233.197,190.091,0],"to":[0,7.58333349227905,0],"ti":[0,-7.58333349227905,0]},{"t":158}],"ix":2},"a":{"a":0,"k":[74.836,12.268,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.474,0.125],[1.832,0],[3.679,0],[0.193,0],[2.917,0],[2.354,0],[0.509,-0.132],[-6.438,0],[-0.315,0],[-4.178,0]],"o":[[-0.508,-0.132],[-2.355,0],[-2.919,0],[-0.194,0],[-3.679,0],[-1.833,0],[-0.475,0.125],[4.178,0],[0.315,0],[6.438,0]],"v":[[14.263,-2.436],[11.142,-0.534],[4,-4.609],[0,-2.273],[-4,-4.609],[-11.141,-0.534],[-14.262,-2.436],[-6.948,4.609],[0,1.271],[6.948,4.609]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-293.046,469.5],[81.954,469.5],[81.954,-197.5],[-293.046,-197.5]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-293.046,-197.5],[81.954,-197.5],[81.954,469.5],[-293.046,469.5]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[134.685,19.678],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.178,-0.346],[0,0],[-0.787,0],[0,0],[0.356,0.694],[0,0],[0.235,0]],"o":[[0,0],[-0.356,0.694],[0,0],[0.787,0],[0,0],[-0.178,-0.346],[-0.235,0]],"v":[[-0.648,-3.48],[-3.861,2.752],[-3.078,4],[3.078,4],[3.861,2.752],[0.648,-3.48],[0,-4]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-293.585,474],[81.415,474],[81.415,-193],[-293.585,-193]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-293.585,-193],[81.415,-193],[81.415,474],[-293.585,474]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[135.224,15.177],"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":"Group 14","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":148,"op":254,"st":193,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"logo 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[292.88,232.512,0],"ix":2},"a":{"a":0,"k":[221.583,13.076,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[0.859,0.859,-13.815]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_0p859_0p333_0","0p667_0p859_0p333_0","0p667_-13p815_0p333_0"],"t":158,"s":[0,0,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[-5.926,-5.926,29.63]},"n":["0p667_1_0p333_-5p926","0p667_1_0p333_-5p926","0p667_1_0p333_29p63"],"t":162,"s":[105,105,100],"e":[100,100,100]},{"t":170}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.69,0.686],[0,0],[0.682,0.208],[0,0],[0,0],[0.689,-0.686],[0,0],[-0.681,-0.207]],"o":[[0,0],[-0.27,0.934],[0,0],[0.505,-0.502],[0,0],[0,0],[0.27,-0.934],[0,0],[-0.504,0.502],[0,0]],"v":[[210.34,2.56],[207.98,10.712],[209.553,11.64],[220.328,0.916],[219.937,-0.651],[213.659,-2.56],[216.019,-10.712],[214.447,-11.64],[203.671,-0.916],[204.062,0.65]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-80.38,434.988],[294.62,434.988],[294.62,-232.012],[-80.38,-232.012]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-80.38,-232.012],[294.62,-232.012],[294.62,434.988],[-80.38,434.988]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.976000019148,0.423999980852,0.255000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.083,12.576],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":158,"op":254,"st":79,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"Amarelo3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[233.773,246.478,0],"ix":2},"a":{"a":0,"k":[82.809,68.728,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.819,3.273],[0.68,0.274],[0.021,0.628],[-0.297,0.099],[-0.901,0.671],[-0.28,0.373],[-0.403,1.198],[0,1.747],[1,0.744],[1.746,1.947],[1.346,0.579],[1.103,0.108],[0,0],[1.53,-0.656],[0.842,-0.941],[0.068,-2.606],[0,-1.369],[-1.497,-0.59],[-0.664,-0.889],[-0.601,-0.477],[-0.841,-0.238],[0.033,-0.69],[0.24,-0.078],[0.777,-0.373],[0,-20.577],[0,0],[-2.868,0],[0,1.982],[0,0],[-0.611,0.033],[-0.061,-0.021],[0,-0.899],[0,0],[-3.154,0],[-0.011,0],[0,3.245],[0,12.81],[-0.621,0.03],[0,-11.096],[0,0],[-3.157,0],[-0.015,0],[0,3.245],[0,2.514],[-0.193,0.269],[-0.096,-0.005],[0,-7.363],[0,0],[-2.738,0],[0.012,4.338],[0,0]],"o":[[-0.779,-0.373],[-0.244,-0.1],[-0.024,-0.678],[0.832,-0.278],[0.604,-0.452],[0.664,-0.889],[1.499,-0.59],[0,-1.369],[-0.067,-2.606],[-0.84,-0.94],[-0.538,-0.228],[-1.067,-0.417],[0,0],[-1.349,0.579],[-1.743,1.947],[-1.003,0.744],[0,1.748],[0.406,1.198],[0.284,0.379],[0.866,0.685],[0.328,0.093],[-0.028,0.639],[-0.682,0.274],[-6.818,3.273],[0,15.386],[-0.012,4.338],[2.738,0],[0,0],[0,-7.363],[0.096,-0.005],[0.196,0.27],[0,2.514],[0,3.245],[0.052,-0.005],[3.159,0],[0,0],[0.001,-11.097],[0.617,0.03],[0.003,12.81],[0,3.245],[0.018,0],[3.193,0.005],[0,0],[0,-0.9],[0.064,-0.02],[0.61,0.032],[0,0],[0,1.985],[2.738,0],[0,0],[0,-20.695]],"v":[[6.628,-39.869],[4.107,-41.133],[3.696,-42.481],[4.107,-43.6],[6.921,-45.229],[8.318,-46.536],[9.584,-49.354],[12.476,-53.554],[10.952,-56.205],[8.665,-64.005],[5.238,-66.317],[2.613,-66.822],[0.822,-68.476],[-5.153,-66.317],[-8.583,-64.005],[-10.952,-56.205],[-12.394,-53.554],[-9.584,-49.354],[-8.23,-46.536],[-6.829,-45.162],[-4.106,-43.6],[-3.678,-42.485],[-4.106,-41.133],[-6.544,-39.869],[-23.187,-8.467],[-23.273,8.192],[-17.798,13.671],[-15.154,8.873],[-15.154,-6.43],[-13.084,-19.113],[-12.852,-19.085],[-12.712,-17.337],[-12.687,62.594],[-6.976,68.476],[-5.562,68.476],[-1.186,62.594],[-1.183,36.488],[0.041,16.135],[1.262,36.488],[1.265,62.594],[5.475,68.476],[7.021,68.471],[12.77,62.594],[12.795,-17.337],[12.934,-19.085],[13.167,-19.113],[15.24,-6.43],[15.24,8.873],[17.798,13.671],[23.274,8.192],[23.274,-8.347]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-293.047,420.523],[81.953,420.523],[81.953,-246.477],[-293.047,-246.477]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-293.047,-246.477],[81.953,-246.477],[81.953,420.523],[-293.047,420.523]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[142.082,68.727],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":148,"op":254,"st":124,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"Layer 1 Outlines 5","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":49,"s":[283.546,-104.431,0],"e":[283.046,314.069,0],"to":[-0.08333333581686,69.75,0],"ti":[0.08333333581686,-69.75,0]},{"t":67}],"ix":2},"a":{"a":0,"k":[109.036,136.227,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":67,"s":[100,100,100],"e":[100,92,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":69,"s":[100,92,100],"e":[100,100,100]},{"t":72}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.819,3.273],[0.68,0.274],[0.021,0.628],[-0.297,0.099],[-0.901,0.671],[-0.28,0.373],[-0.403,1.198],[0,1.747],[1,0.744],[1.746,1.947],[1.346,0.579],[1.103,0.108],[0,0],[1.53,-0.656],[0.842,-0.941],[0.068,-2.606],[0,-1.369],[-1.497,-0.59],[-0.664,-0.889],[-0.601,-0.477],[-0.841,-0.238],[0.033,-0.69],[0.24,-0.078],[0.777,-0.373],[0,-20.577],[0,0],[0,0],[-2.868,0],[0,1.982],[0,0],[-0.611,0.033],[-0.061,-0.021],[0,-0.899],[0,0],[-3.154,0],[-0.015,0],[-0.011,0],[0,3.245],[0,12.81],[-0.621,0.03],[0,-11.096],[0,0],[-3.157,0],[-0.015,0],[-0.014,0],[0,3.245],[0,2.514],[-0.193,0.269],[-0.096,-0.005],[0,-7.363],[0,0],[-2.738,0],[0.012,4.338],[0,0],[0,0]],"o":[[-0.779,-0.373],[-0.244,-0.1],[-0.024,-0.678],[0.832,-0.278],[0.604,-0.452],[0.664,-0.889],[1.499,-0.59],[0,-1.369],[-0.067,-2.606],[-0.84,-0.94],[-0.538,-0.228],[-1.067,-0.417],[0,0],[-1.349,0.579],[-1.743,1.947],[-1.003,0.744],[0,1.748],[0.406,1.198],[0.284,0.379],[0.866,0.685],[0.328,0.093],[-0.028,0.639],[-0.682,0.274],[-6.818,3.273],[0,0],[0,15.267],[-0.012,4.338],[2.738,0],[0,0],[0,-7.363],[0.096,-0.005],[0.196,0.27],[0,2.514],[0,3.245],[0.011,0],[0.012,0],[3.159,0],[0,0],[0.001,-11.097],[0.617,0.03],[0.003,12.81],[0,3.245],[0.018,0],[0.014,0],[3.154,0],[0,0],[0,-0.9],[0.064,-0.02],[0.61,0.032],[0,0],[0,1.985],[2.738,0],[0,0],[0,0],[0,-20.576]],"v":[[6.628,-39.869],[4.108,-41.133],[3.696,-42.481],[4.108,-43.6],[6.921,-45.229],[8.319,-46.536],[9.584,-49.354],[12.476,-53.554],[10.953,-56.205],[8.665,-64.005],[5.238,-66.317],[2.613,-66.822],[0.823,-68.476],[-5.153,-66.317],[-8.583,-64.005],[-10.952,-56.205],[-12.394,-53.554],[-9.584,-49.354],[-8.229,-46.536],[-6.829,-45.162],[-4.107,-43.6],[-3.678,-42.485],[-4.107,-41.133],[-6.544,-39.869],[-23.187,-8.467],[-23.187,-8.347],[-23.273,8.192],[-17.798,13.671],[-15.155,8.873],[-15.155,-6.43],[-13.084,-19.113],[-12.853,-19.085],[-12.712,-17.337],[-12.687,62.594],[-6.977,68.476],[-6.937,68.471],[-5.562,68.476],[-1.186,62.594],[-1.183,36.488],[0.042,16.135],[1.263,36.488],[1.266,62.594],[5.474,68.476],[7.022,68.471],[7.061,68.476],[12.771,62.594],[12.795,-17.337],[12.935,-19.085],[13.168,-19.113],[15.241,-6.43],[15.241,8.873],[17.798,13.671],[23.274,8.192],[23.274,-8.347],[23.274,-8.465]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-174.5,420.431],[200.5,420.431],[200.5,-246.569],[-174.5,-246.569]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-174.5,-246.569],[200.5,-246.569],[200.5,420.431],[-174.5,420.431]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764999988032,0.976000019148,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[118.989,68.727],"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":"Group 2","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":49,"op":148,"st":49,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"Sombras Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":65,"s":[4],"e":[29]},{"t":69}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.773,314.593,0],"ix":2},"a":{"a":0,"k":[130.25,4.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.485],[13.255,0],[0,2.485],[-13.255,0]],"o":[[0,2.485],[-13.255,0],[0,-2.485],[13.255,0]],"v":[[24,0],[0,4.5],[-24,0],[0,-4.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-293.773,352.407],[81.227,352.407],[81.227,-314.593],[-293.773,-314.593]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-293.773,-314.593],[81.227,-314.593],[81.227,352.407],[-293.773,352.407]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[236.25,4.75],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":65,"op":254,"st":27,"bm":0},{"ddd":0,"ind":20,"ty":4,"nm":"Layer 6 Outlines 2","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":120,"s":[233.197,144.591,0],"e":[233.197,190.091,0],"to":[0,7.58333349227905,0],"ti":[0,-7.58333349227905,0]},{"t":130}],"ix":2},"a":{"a":0,"k":[74.836,12.268,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.419,0.634],[-0.822,0.549],[-0.419,-0.634],[0.822,-0.55]],"o":[[-0.419,-0.634],[0.822,-0.55],[0.419,0.634],[-0.823,0.549]],"v":[[-1.488,0.994],[-0.758,-1.148],[1.488,-0.994],[0.759,1.149]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-229.53,481.595],[145.47,481.595],[145.47,-185.405],[-229.53,-185.405]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-229.53,-185.405],[145.47,-185.405],[145.47,481.595],[-229.53,481.595]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.169,7.582],"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":"Group 2","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.843,-0.767],[0.415,0.388],[-0.843,0.768],[-0.414,-0.388]],"o":[[-0.842,0.767],[-0.414,-0.388],[0.842,-0.767],[0.415,0.388]],"v":[[0.75,0.702],[-1.526,1.389],[-0.75,-0.703],[1.525,-1.389]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-227.374,479.612],[147.626,479.612],[147.626,-187.388],[-227.374,-187.388]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-227.374,-187.388],[147.626,-187.388],[147.626,479.612],[-227.374,479.612]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[69.013,9.565],"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":"Group 3","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.843,-0.767],[0.414,0.388],[-0.842,0.767],[-0.414,-0.388]],"o":[[-0.842,0.767],[-0.414,-0.388],[0.842,-0.767],[0.415,0.388]],"v":[[0.75,0.702],[-1.525,1.389],[-0.75,-0.702],[1.525,-1.389]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-231.707,483.557],[143.293,483.557],[143.293,-183.443],[-231.707,-183.443]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-231.707,-183.443],[143.293,-183.443],[143.293,483.557],[-231.707,483.557]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[73.346,5.621],"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":"Group 4","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.061,-0.034],[-0.117,0.612],[-1.06,0.034],[0.117,-0.612]],"o":[[-1.06,0.035],[0.117,-0.612],[1.061,-0.035],[-0.117,0.612]],"v":[[-0.212,1.107],[-1.919,0.063],[0.212,-1.107],[1.919,-0.062]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-226.815,481.496],[148.185,481.496],[148.185,-185.504],[-226.815,-185.504]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-226.815,-185.504],[148.185,-185.504],[148.185,481.496],[-226.815,481.496]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[68.453,7.682],"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":"Group 5","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.06,-0.035],[-0.117,0.612],[-1.06,0.034],[0.117,-0.612]],"o":[[-1.06,0.034],[0.118,-0.612],[1.06,-0.035],[-0.118,0.612]],"v":[[-0.212,1.108],[-1.92,0.063],[0.212,-1.107],[1.92,-0.062]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-232.266,481.674],[142.734,481.674],[142.734,-185.326],[-232.266,-185.326]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-232.266,-185.326],[142.734,-185.326],[142.734,481.674],[-232.266,481.674]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[73.905,7.504],"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":"Group 6","np":4,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.241,-0.992],[0.648,0.008],[-0.241,0.991],[-0.648,-0.008]],"o":[[-0.241,0.991],[-0.648,-0.008],[0.241,-0.992],[0.648,0.008]],"v":[[1.174,0.015],[-0.436,1.795],[-1.173,-0.014],[0.436,-1.795]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-228.922,479.036],[146.078,479.036],[146.078,-187.964],[-228.922,-187.964]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-228.922,-187.964],[146.078,-187.964],[146.078,479.036],[-228.922,479.036]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[70.56,10.141],"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":"Group 7","np":4,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.241,-0.992],[0.648,0.009],[-0.241,0.991],[-0.648,-0.007]],"o":[[-0.241,0.991],[-0.648,-0.008],[0.24,-0.991],[0.648,0.009]],"v":[[1.174,0.014],[-0.436,1.794],[-1.173,-0.015],[0.436,-1.796]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-230.159,484.133],[144.841,484.133],[144.841,-182.867],[-230.159,-182.867]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-230.159,-182.867],[144.841,-182.867],[144.841,484.133],[-230.159,484.133]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.798,5.044],"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":"Group 8","np":4,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.502,-0.76],[0.588,-0.393],[0.502,0.759],[-0.589,0.394]],"o":[[0.503,0.76],[-0.589,0.393],[-0.502,-0.761],[0.587,-0.392]],"v":[[1.065,-0.712],[0.91,1.376],[-1.066,0.712],[-0.91,-1.377]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-230.832,479.63],[144.168,479.63],[144.168,-187.37],[-230.832,-187.37]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-230.832,-187.37],[144.168,-187.37],[144.168,479.63],[-230.832,479.63]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[72.471,9.547],"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":"Group 9","np":4,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.502,-0.76],[0.588,-0.393],[0.502,0.76],[-0.588,0.393]],"o":[[0.503,0.76],[-0.588,0.393],[-0.502,-0.76],[0.589,-0.393]],"v":[[1.065,-0.712],[0.91,1.376],[-1.066,0.712],[-0.911,-1.376]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-228.249,483.538],[146.751,483.538],[146.751,-183.462],[-228.249,-183.462]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-228.249,-183.462],[146.751,-183.462],[146.751,483.538],[-228.249,483.538]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[69.888,5.639],"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":"Group 10","np":4,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-8.561,0.421],[8.96,0.2],[0,0]],"o":[[0,0],[0,0],[-8.96,-0.2],[0,0]],"v":[[-5.668,-1.122],[8.163,4.905],[0,-5.126],[-8.228,-1.522]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-236.8,478.249],[138.2,478.249],[138.2,-188.751],[-236.8,-188.751]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-236.8,-188.751],[138.2,-188.751],[138.2,478.249],[-236.8,478.249]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[78.439,10.929],"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":"Group 11","np":4,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-9.677,-1.001],[8.362,-0.124]],"o":[[0,0],[0,0]],"v":[[4.839,-3.442],[-4.201,4.442]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-227.46,478.932],[147.54,478.932],[147.54,-188.068],[-227.46,-188.068]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-227.46,-188.068],[147.54,-188.068],[147.54,478.932],[-227.46,478.932]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[69.099,10.245],"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":"Group 12","np":4,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.178,-0.346],[0,0],[-0.787,0],[0,0],[0.356,0.694],[0,0],[0.235,0]],"o":[[0,0],[-0.356,0.694],[0,0],[0.787,0],[0,0],[-0.178,-0.346],[-0.235,0]],"v":[[-0.648,-3.48],[-3.861,2.752],[-3.078,4],[3.078,4],[3.861,2.752],[0.648,-3.48],[0,-4]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-233.44,469],[141.56,469],[141.56,-198],[-233.44,-198]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-233.44,-198],[141.56,-198],[141.56,469],[-233.44,469]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[75.079,20.177],"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":"Group 13","np":4,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false}],"ip":120,"op":254,"st":178,"bm":0},{"ddd":0,"ind":21,"ty":4,"nm":"logo 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[233.88,232.012,0],"ix":2},"a":{"a":0,"k":[162.583,12.576,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[0.859,0.859,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_0p859_0p333_0","0p667_0p859_0p333_0","0p667_1_0p333_0"],"t":130,"s":[0,0,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[-5.926,-5.926,0]},"n":["0p667_1_0p333_-5p926","0p667_1_0p333_-5p926","0p667_1_0p333_0"],"t":134,"s":[105,105,100],"e":[100,100,100]},{"t":142}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.69,0.686],[0,0],[0.682,0.208],[0,0],[0,0],[0.689,-0.686],[0,0],[-0.681,-0.207]],"o":[[0,0],[-0.27,0.934],[0,0],[0.505,-0.502],[0,0],[0,0],[0.27,-0.934],[0,0],[-0.504,0.502],[0,0]],"v":[[151.84,2.56],[149.48,10.712],[151.053,11.64],[161.828,0.916],[161.437,-0.651],[155.159,-2.56],[157.519,-10.712],[155.947,-11.64],[145.171,-0.916],[145.562,0.65]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-80.38,434.988],[294.62,434.988],[294.62,-232.012],[-80.38,-232.012]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-80.38,-232.012],[294.62,-232.012],[294.62,434.988],[-80.38,434.988]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.976000019148,0.423999980852,0.255000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.083,12.576],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":130,"op":254,"st":74,"bm":0},{"ddd":0,"ind":22,"ty":4,"nm":"Amarelo2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[233.773,246.478,0],"ix":2},"a":{"a":0,"k":[82.809,68.728,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.529,3.13],[0.651,0.262],[0.021,0.6],[-0.285,0.094],[-0.862,0.642],[-0.268,0.356],[-0.385,1.146],[0,1.671],[0.958,0.712],[1.672,1.862],[1.288,0.553],[1.056,0.104],[0,0],[1.465,-0.628],[0.807,-0.9],[0.065,-2.491],[0,-1.309],[-1.434,-0.563],[-0.636,-0.85],[-0.575,-0.456],[-0.805,-0.228],[0.031,-0.661],[0.231,-0.075],[0.745,-0.356],[0,-19.676],[0,0],[-2.746,0],[0,1.896],[0,0],[-0.585,0.031],[0,-0.86],[-0.012,-11.31],[0,0],[-1.108,0],[0,0],[0,0],[-3.02,0],[-0.011,0],[0,3.102],[-0.001,12.377],[0,0],[0,0],[-3.022,0],[-0.015,0],[0,3.102],[-0.3,15.301],[0,0],[0.33,1.055],[0,0],[-0.001,1.127],[0,0.817],[-0.091,-0.005],[0,-7.04],[0,0],[-2.622,0],[0.011,4.148],[0,0]],"o":[[-0.746,-0.356],[-0.233,-0.096],[-0.022,-0.649],[0.797,-0.266],[0.579,-0.433],[0.636,-0.85],[1.435,-0.563],[0,-1.309],[-0.065,-2.491],[-0.804,-0.899],[-0.516,-0.219],[-1.022,-0.398],[0,0],[-1.291,0.553],[-1.668,1.862],[-0.96,0.712],[0,1.672],[0.388,1.146],[0.271,0.363],[0.83,0.655],[0.315,0.089],[-0.028,0.61],[-0.652,0.262],[-6.527,3.13],[0,14.712],[-0.012,4.148],[2.621,0],[0,0],[0,-7.04],[0.091,-0.005],[0,0.801],[0,0],[-0.233,1.086],[0,0],[0.298,15.302],[0,3.102],[0.05,-0.005],[3.024,0],[0,0],[0,0],[0.002,12.377],[0,3.102],[0.017,0],[3.056,0.005],[0,0],[0,0],[1.113,0],[0,0],[0.005,-1.17],[0.003,-11.653],[0,-0.861],[0.585,0.03],[0,0],[0,1.899],[2.621,0],[0,0],[0,-19.789]],"v":[[6.346,-36.123],[3.933,-37.331],[3.538,-40.62],[3.933,-41.689],[6.626,-43.248],[7.965,-44.498],[9.176,-47.192],[11.946,-51.209],[10.487,-53.743],[8.296,-61.201],[5.016,-63.411],[2.502,-63.896],[0.788,-65.477],[-4.934,-63.411],[-8.217,-61.201],[-10.486,-53.743],[-11.867,-51.209],[-9.176,-47.192],[-7.879,-44.498],[-6.54,-43.184],[-3.932,-41.689],[-3.521,-40.624],[-3.932,-37.331],[-6.266,-36.123],[-22.201,-8.096],[-22.283,7.833],[-17.04,13.074],[-14.51,8.484],[-14.51,-6.149],[-12.527,-20.275],[-12.171,-16.577],[-11.165,4.281],[-16.581,29.558],[-14.995,31.523],[-10.846,31.523],[-10.146,59.854],[-6.679,65.477],[-5.326,65.477],[-1.135,59.854],[-1.133,31.523],[1.21,31.523],[1.212,59.854],[5.242,65.477],[6.724,65.472],[10.227,59.854],[10.935,31.523],[16.432,31.523],[17.842,29.613],[11.236,8.445],[11.245,4.99],[12.251,-16.577],[12.607,-20.275],[14.592,-6.149],[14.592,8.484],[17.041,13.074],[22.284,7.833],[22.284,-7.98]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-233.773,417.522],[141.227,417.522],[141.227,-249.478],[-233.773,-249.478]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-233.773,-249.478],[141.227,-249.478],[141.227,417.522],[-233.773,417.522]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[82.809,71.728],"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":"Group 3","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":120,"op":254,"st":109,"bm":0},{"ddd":0,"ind":23,"ty":4,"nm":"Layer 1 Outlines 4","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":38,"s":[224.546,-104.431,0],"e":[224.046,314.069,0],"to":[-0.08333333581686,69.75,0],"ti":[0.08333333581686,-69.75,0]},{"t":56}],"ix":2},"a":{"a":0,"k":[109.036,136.227,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":56,"s":[100,100,100],"e":[100,92,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":58,"s":[100,92,100],"e":[100,100,100]},{"t":61}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.819,3.273],[0.68,0.274],[0.021,0.628],[-0.297,0.099],[-0.901,0.671],[-0.28,0.373],[-0.403,1.198],[0,1.747],[1,0.744],[1.746,1.947],[1.346,0.579],[1.103,0.108],[0,0],[1.53,-0.656],[0.842,-0.941],[0.068,-2.606],[0,-1.369],[-1.497,-0.59],[-0.664,-0.889],[-0.601,-0.477],[-0.841,-0.238],[0.033,-0.69],[0.24,-0.078],[0.777,-0.373],[0,-20.577],[0,0],[0,0],[-2.868,0],[0,1.982],[0,0],[-0.611,0.033],[-0.061,-0.021],[0,-0.899],[0,0],[-3.154,0],[-0.015,0],[-0.011,0],[0,3.245],[0,12.81],[-0.621,0.03],[0,-11.096],[0,0],[-3.157,0],[-0.015,0],[-0.014,0],[0,3.245],[0,2.514],[-0.193,0.269],[-0.096,-0.005],[0,-7.363],[0,0],[-2.738,0],[0.012,4.338],[0,0],[0,0]],"o":[[-0.779,-0.373],[-0.244,-0.1],[-0.024,-0.678],[0.832,-0.278],[0.604,-0.452],[0.664,-0.889],[1.499,-0.59],[0,-1.369],[-0.067,-2.606],[-0.84,-0.94],[-0.538,-0.228],[-1.067,-0.417],[0,0],[-1.349,0.579],[-1.743,1.947],[-1.003,0.744],[0,1.748],[0.406,1.198],[0.284,0.379],[0.866,0.685],[0.328,0.093],[-0.028,0.639],[-0.682,0.274],[-6.818,3.273],[0,0],[0,15.267],[-0.012,4.338],[2.738,0],[0,0],[0,-7.363],[0.096,-0.005],[0.196,0.27],[0,2.514],[0,3.245],[0.011,0],[0.012,0],[3.159,0],[0,0],[0.001,-11.097],[0.617,0.03],[0.003,12.81],[0,3.245],[0.018,0],[0.014,0],[3.154,0],[0,0],[0,-0.9],[0.064,-0.02],[0.61,0.032],[0,0],[0,1.985],[2.738,0],[0,0],[0,0],[0,-20.576]],"v":[[6.628,-39.869],[4.108,-41.133],[3.696,-42.481],[4.108,-43.6],[6.921,-45.229],[8.319,-46.536],[9.584,-49.354],[12.476,-53.554],[10.953,-56.205],[8.665,-64.005],[5.238,-66.317],[2.613,-66.822],[0.823,-68.476],[-5.153,-66.317],[-8.583,-64.005],[-10.952,-56.205],[-12.394,-53.554],[-9.584,-49.354],[-8.229,-46.536],[-6.829,-45.162],[-4.107,-43.6],[-3.678,-42.485],[-4.107,-41.133],[-6.544,-39.869],[-23.187,-8.467],[-23.187,-8.347],[-23.273,8.192],[-17.798,13.671],[-15.155,8.873],[-15.155,-6.43],[-13.084,-19.113],[-12.853,-19.085],[-12.712,-17.337],[-12.687,62.594],[-6.977,68.476],[-6.937,68.471],[-5.562,68.476],[-1.186,62.594],[-1.183,36.488],[0.042,16.135],[1.263,36.488],[1.266,62.594],[5.474,68.476],[7.022,68.471],[7.061,68.476],[12.771,62.594],[12.795,-17.337],[12.935,-19.085],[13.168,-19.113],[15.241,-6.43],[15.241,8.873],[17.798,13.671],[23.274,8.192],[23.274,-8.347],[23.274,-8.465]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-174.5,420.431],[200.5,420.431],[200.5,-246.569],[-174.5,-246.569]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-174.5,-246.569],[200.5,-246.569],[200.5,420.431],[-174.5,420.431]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764999988032,0.976000019148,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[118.989,68.727],"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":"Group 2","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":38,"op":120,"st":38,"bm":0},{"ddd":0,"ind":24,"ty":4,"nm":"Sombras Outlines 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":53,"s":[4],"e":[29]},{"t":57}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.773,314.593,0],"ix":2},"a":{"a":0,"k":[130.25,4.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.485],[13.255,0],[0,2.485],[-13.255,0]],"o":[[0,2.485],[-13.255,0],[0,-2.485],[13.255,0]],"v":[[24,0],[0,4.5],[-24,0],[0,-4.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-233.773,352.407],[141.227,352.407],[141.227,-314.593],[-233.773,-314.593]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-233.773,-314.593],[141.227,-314.593],[141.227,352.407],[-233.773,352.407]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[176.25,4.75],"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":"Group 2","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":53,"op":254,"st":27,"bm":0},{"ddd":0,"ind":25,"ty":4,"nm":"Layer 6 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":91,"s":[233.197,144.591,0],"e":[233.197,190.091,0],"to":[0,7.58333349227905,0],"ti":[0,-7.58333349227905,0]},{"t":101}],"ix":2},"a":{"a":0,"k":[74.836,12.268,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.178,-0.346],[0,0],[-0.787,0],[0,0],[0.356,0.694],[0,0],[0.235,0]],"o":[[0,0],[-0.356,0.694],[0,0],[0.787,0],[0,0],[-0.178,-0.346],[-0.235,0]],"v":[[-0.648,-3.48],[-3.861,2.752],[-3.078,4],[3.078,4],[3.861,2.752],[0.648,-3.48],[0,-4]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-174.323,472.536],[200.677,472.536],[200.677,-194.464],[-174.323,-194.464]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-174.323,-194.464],[200.677,-194.464],[200.677,472.536],[-174.323,472.536]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[15.962,16.641],"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":"Group 15","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.667,0.113],[0,0],[5.74,0],[1.814,-5.367],[0,0],[0,-0.705],[0,0],[-0.667,-0.114],[0,0],[0,0.704],[0,0],[-5.077,0],[-0.766,-5.668],[0,0],[-0.667,0.113],[0,0],[0,0.704],[0,0]],"o":[[0,0],[-1.831,-5.335],[-5.762,0],[0,0],[-0.667,0.113],[0,0],[0,0.704],[0,0],[0.667,0.113],[0,0],[1.373,-4.833],[5.647,0],[0,0],[0,0.704],[0,0],[0.667,-0.114],[0,0],[0,-0.705]],"v":[[14.725,0.004],[12.283,-0.41],[-0.172,-9.579],[-12.648,-0.349],[-14.726,0.004],[-15.938,1.492],[-15.938,7.538],[-14.726,9.025],[-12.127,9.466],[-10.915,8.392],[-10.915,0.909],[-0.172,-7.465],[10.913,2.583],[10.913,8.392],[12.126,9.466],[14.725,9.025],[15.938,7.538],[15.938,1.492]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-174.549,479.348],[200.451,479.348],[200.451,-187.652],[-174.549,-187.652]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-174.549,-187.652],[200.451,-187.652],[200.451,479.348],[-174.549,479.348]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[16.188,9.829],"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":"Group 16","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.192,0],[0.147,0.148],[0.951,-0.957],[0.294,0.296],[-0.293,0.295],[-1.544,-1.555],[0.293,-0.296]],"o":[[-0.192,0],[-0.957,-0.965],[-0.293,0.296],[-0.293,-0.296],[1.537,-1.548],[0.293,0.296],[-0.147,0.148]],"v":[[2.261,1.395],[1.729,1.174],[-1.73,1.162],[-2.793,1.162],[-2.793,0.09],[2.793,0.102],[2.793,1.174]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-180.75,478.329],[194.25,478.329],[194.25,-188.671],[-180.75,-188.671]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-180.75,-188.671],[194.25,-188.671],[194.25,478.329],[-180.75,478.329]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[22.389,10.848],"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":"Group 17","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.192,0],[0.147,0.148],[0.655,0.002],[0,0],[0.458,-0.462],[0.294,0.296],[-0.294,0.296],[-1.052,-0.004],[-0.747,-0.753],[0.293,-0.296]],"o":[[-0.192,0],[-0.464,-0.468],[0,0],[-0.65,0],[-0.294,0.296],[-0.294,-0.296],[0.744,-0.751],[1.054,0.003],[0.293,0.296],[-0.147,0.148]],"v":[[2.261,1.203],[1.729,0.982],[-0.005,0.254],[-0.011,0.254],[-1.729,0.97],[-2.792,0.97],[-2.792,-0.102],[0,-1.262],[2.793,-0.09],[2.793,0.982]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-168.073,478.135],[206.927,478.135],[206.927,-188.865],[-168.073,-188.865]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-168.073,-188.865],[206.927,-188.865],[206.927,478.135],[-168.073,478.135]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.712,11.043],"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":"Group 18","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":91,"op":254,"st":160,"bm":0},{"ddd":0,"ind":26,"ty":4,"nm":"logo 4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[174.38,232.512,0],"ix":2},"a":{"a":0,"k":[103.083,13.076,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[0.859,0.859,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_0p859_0p333_0","0p667_0p859_0p333_0","0p667_1_0p333_0"],"t":101,"s":[0,0,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[-5.926,-5.926,0]},"n":["0p667_1_0p333_-5p926","0p667_1_0p333_-5p926","0p667_1_0p333_0"],"t":105,"s":[105,105,100],"e":[100,100,100]},{"t":113}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.69,0.686],[0,0],[0.682,0.208],[0,0],[0,0],[0.689,-0.686],[0,0],[-0.681,-0.207]],"o":[[0,0],[-0.27,0.934],[0,0],[0.505,-0.502],[0,0],[0,0],[0.27,-0.934],[0,0],[-0.504,0.502],[0,0]],"v":[[91.84,2.56],[89.48,10.712],[91.053,11.64],[101.828,0.916],[101.437,-0.651],[95.159,-2.56],[97.519,-10.712],[95.947,-11.64],[85.171,-0.916],[85.562,0.65]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-80.38,434.988],[294.62,434.988],[294.62,-232.012],[-80.38,-232.012]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-80.38,-232.012],[294.62,-232.012],[294.62,434.988],[-80.38,434.988]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.976000019148,0.423999980852,0.255000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.083,12.576],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":101,"op":254,"st":56,"bm":0},{"ddd":0,"ind":27,"ty":4,"nm":"Amarelo1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[233.773,246.478,0],"ix":2},"a":{"a":0,"k":[82.809,68.728,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.819,3.273],[0.68,0.274],[0.021,0.628],[-0.297,0.099],[-0.901,0.671],[-0.28,0.373],[-0.403,1.198],[0,1.747],[1,0.744],[1.746,1.947],[1.346,0.579],[1.103,0.108],[0,0],[1.53,-0.656],[0.842,-0.941],[0.068,-2.606],[0,-1.369],[-1.497,-0.59],[-0.664,-0.889],[-0.601,-0.477],[-0.841,-0.238],[0.033,-0.69],[0.24,-0.078],[0.777,-0.373],[0,-20.577],[0,0],[-2.868,0],[0,1.982],[0,0],[-0.611,0.033],[-0.061,-0.021],[0,-0.899],[0,0],[-3.154,0],[-0.011,0],[0,3.245],[0,12.81],[-0.621,0.03],[0,-11.096],[0,0],[-3.157,0],[-0.015,0],[0,3.245],[0,2.514],[-0.193,0.269],[-0.096,-0.005],[0,-7.363],[0,0],[-2.738,0],[0.012,4.338],[0,0]],"o":[[-0.779,-0.373],[-0.244,-0.1],[-0.024,-0.678],[0.832,-0.278],[0.604,-0.452],[0.664,-0.889],[1.499,-0.59],[0,-1.369],[-0.067,-2.606],[-0.84,-0.94],[-0.538,-0.228],[-1.067,-0.417],[0,0],[-1.349,0.579],[-1.743,1.947],[-1.003,0.744],[0,1.748],[0.406,1.198],[0.284,0.379],[0.866,0.685],[0.328,0.093],[-0.028,0.639],[-0.682,0.274],[-6.818,3.273],[0,15.386],[-0.012,4.338],[2.738,0],[0,0],[0,-7.363],[0.096,-0.005],[0.196,0.27],[0,2.514],[0,3.245],[0.052,-0.005],[3.159,0],[0,0],[0.001,-11.097],[0.617,0.03],[0.003,12.81],[0,3.245],[0.018,0],[3.193,0.005],[0,0],[0,-0.9],[0.064,-0.02],[0.61,0.032],[0,0],[0,1.985],[2.738,0],[0,0],[0,-20.695]],"v":[[6.628,-39.869],[4.108,-41.133],[3.696,-42.481],[4.108,-43.6],[6.921,-45.229],[8.319,-46.536],[9.584,-49.354],[12.476,-53.554],[10.953,-56.205],[8.665,-64.005],[5.238,-66.317],[2.613,-66.822],[0.823,-68.476],[-5.153,-66.317],[-8.583,-64.005],[-10.952,-56.205],[-12.394,-53.554],[-9.584,-49.354],[-8.229,-46.536],[-6.829,-45.162],[-4.107,-43.6],[-3.678,-42.485],[-4.107,-41.133],[-6.544,-39.869],[-23.187,-8.467],[-23.273,8.192],[-17.798,13.671],[-15.155,8.873],[-15.155,-6.43],[-13.084,-19.113],[-12.853,-19.085],[-12.712,-17.337],[-12.687,62.594],[-6.977,68.476],[-5.562,68.476],[-1.186,62.594],[-1.183,36.488],[0.042,16.135],[1.263,36.488],[1.266,62.594],[5.474,68.476],[7.022,68.471],[12.771,62.594],[12.795,-17.337],[12.935,-19.085],[13.168,-19.113],[15.241,-6.43],[15.241,8.873],[17.798,13.671],[23.274,8.192],[23.274,-8.347]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-174.5,420.523],[200.5,420.523],[200.5,-246.477],[-174.5,-246.477]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-174.5,-246.477],[200.5,-246.477],[200.5,420.523],[-174.5,420.523]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[23.535,68.727],"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":"Group 2","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":91,"op":254,"st":91,"bm":0},{"ddd":0,"ind":28,"ty":4,"nm":"Layer 1 Outlines 3","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":27,"s":[165.046,-104.431,0],"e":[164.546,314.069,0],"to":[-0.08333333581686,69.75,0],"ti":[0.08333333581686,-69.75,0]},{"t":45}],"ix":2},"a":{"a":0,"k":[109.036,136.227,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":45,"s":[100,100,100],"e":[100,92,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":47,"s":[100,92,100],"e":[100,100,100]},{"t":50}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.819,3.273],[0.68,0.274],[0.021,0.628],[-0.297,0.099],[-0.901,0.671],[-0.28,0.373],[-0.403,1.198],[0,1.747],[1,0.744],[1.746,1.947],[1.346,0.579],[1.103,0.108],[0,0],[1.53,-0.656],[0.842,-0.941],[0.068,-2.606],[0,-1.369],[-1.497,-0.59],[-0.664,-0.889],[-0.601,-0.477],[-0.841,-0.238],[0.033,-0.69],[0.24,-0.078],[0.777,-0.373],[0,-20.577],[0,0],[0,0],[-2.868,0],[0,1.982],[0,0],[-0.611,0.033],[-0.061,-0.021],[0,-0.899],[0,0],[-3.154,0],[-0.015,0],[-0.011,0],[0,3.245],[0,12.81],[-0.621,0.03],[0,-11.096],[0,0],[-3.157,0],[-0.015,0],[-0.014,0],[0,3.245],[0,2.514],[-0.193,0.269],[-0.096,-0.005],[0,-7.363],[0,0],[-2.738,0],[0.012,4.338],[0,0],[0,0]],"o":[[-0.779,-0.373],[-0.244,-0.1],[-0.024,-0.678],[0.832,-0.278],[0.604,-0.452],[0.664,-0.889],[1.499,-0.59],[0,-1.369],[-0.067,-2.606],[-0.84,-0.94],[-0.538,-0.228],[-1.067,-0.417],[0,0],[-1.349,0.579],[-1.743,1.947],[-1.003,0.744],[0,1.748],[0.406,1.198],[0.284,0.379],[0.866,0.685],[0.328,0.093],[-0.028,0.639],[-0.682,0.274],[-6.818,3.273],[0,0],[0,15.267],[-0.012,4.338],[2.738,0],[0,0],[0,-7.363],[0.096,-0.005],[0.196,0.27],[0,2.514],[0,3.245],[0.011,0],[0.012,0],[3.159,0],[0,0],[0.001,-11.097],[0.617,0.03],[0.003,12.81],[0,3.245],[0.018,0],[0.014,0],[3.154,0],[0,0],[0,-0.9],[0.064,-0.02],[0.61,0.032],[0,0],[0,1.985],[2.738,0],[0,0],[0,0],[0,-20.576]],"v":[[6.628,-39.869],[4.108,-41.133],[3.696,-42.481],[4.108,-43.6],[6.921,-45.229],[8.319,-46.536],[9.584,-49.354],[12.476,-53.554],[10.953,-56.205],[8.665,-64.005],[5.238,-66.317],[2.613,-66.822],[0.823,-68.476],[-5.153,-66.317],[-8.583,-64.005],[-10.952,-56.205],[-12.394,-53.554],[-9.584,-49.354],[-8.229,-46.536],[-6.829,-45.162],[-4.107,-43.6],[-3.678,-42.485],[-4.107,-41.133],[-6.544,-39.869],[-23.187,-8.467],[-23.187,-8.347],[-23.273,8.192],[-17.798,13.671],[-15.155,8.873],[-15.155,-6.43],[-13.084,-19.113],[-12.853,-19.085],[-12.712,-17.337],[-12.687,62.594],[-6.977,68.476],[-6.937,68.471],[-5.562,68.476],[-1.186,62.594],[-1.183,36.488],[0.042,16.135],[1.263,36.488],[1.266,62.594],[5.474,68.476],[7.022,68.471],[7.061,68.476],[12.771,62.594],[12.795,-17.337],[12.935,-19.085],[13.168,-19.113],[15.241,-6.43],[15.241,8.873],[17.798,13.671],[23.274,8.192],[23.274,-8.347],[23.274,-8.465]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-174.5,420.431],[200.5,420.431],[200.5,-246.569],[-174.5,-246.569]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-174.5,-246.569],[200.5,-246.569],[200.5,420.431],[-174.5,420.431]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764999988032,0.976000019148,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[118.989,68.727],"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":"Group 2","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":27,"op":91,"st":27,"bm":0},{"ddd":0,"ind":29,"ty":4,"nm":"Sombras Outlines 3","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":42,"s":[4],"e":[29]},{"t":46}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.773,314.593,0],"ix":2},"a":{"a":0,"k":[130.25,4.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.485],[13.255,0],[0,2.485],[-13.255,0]],"o":[[0,2.485],[-13.255,0],[0,-2.485],[13.255,0]],"v":[[24,0],[0,4.5],[-24,0],[0,-4.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-173.773,352.407],[201.227,352.407],[201.227,-314.593],[-173.773,-314.593]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-173.773,-314.593],[201.227,-314.593],[201.227,352.407],[-173.773,352.407]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[116.25,4.75],"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":"Group 3","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":42,"op":254,"st":27,"bm":0},{"ddd":0,"ind":30,"ty":4,"nm":"logo","parent":32,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[24.869,54.169,0],"ix":2},"a":{"a":0,"k":[9.083,12.576,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.69,0.686],[0,0],[0.682,0.208],[0,0],[0,0],[0.689,-0.686],[0,0],[-0.681,-0.207]],"o":[[0,0],[-0.27,0.934],[0,0],[0.505,-0.502],[0,0],[0,0],[0.27,-0.934],[0,0],[-0.504,0.502],[0,0]],"v":[[-1.66,2.56],[-4.02,10.712],[-2.447,11.64],[8.328,0.916],[7.937,-0.651],[1.659,-2.56],[4.019,-10.712],[2.447,-11.64],[-8.329,-0.916],[-7.938,0.65]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-80.38,434.988],[294.62,434.988],[294.62,-232.012],[-80.38,-232.012]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-80.38,-232.012],[294.62,-232.012],[294.62,434.988],[-80.38,434.988]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.976000019148,0.423999980852,0.255000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.083,12.576],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":254,"st":81,"bm":0},{"ddd":0,"ind":31,"ty":4,"nm":"mascara1","parent":32,"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":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":19,"s":[24.704,-30.81,0],"e":[24.704,14.19,0],"to":[0,7.5,0],"ti":[0,-7.5,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0.333},"n":"0p833_0p833_0p333_0p333","t":33,"s":[24.704,14.19,0],"e":[24.704,14.19,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":65,"s":[24.704,14.19,0],"e":[28.204,14.19,0],"to":[0.58333331346512,0,0],"ti":[-0.58333331346512,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":69,"s":[28.204,14.19,0],"e":[28.204,14.19,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":153,"s":[28.204,14.19,0],"e":[24.704,14.19,0],"to":[-0.58333331346512,0,0],"ti":[0.58333331346512,0,0]},{"t":157}],"ix":2},"a":{"a":0,"k":[9.697,5.19,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.08,0.037],[2.709,0],[0.718,-0.208],[0.808,0],[0.592,0.17],[1.5,0],[0.063,-0.029],[0.006,-0.088],[0,0],[-0.098,-0.04],[-0.017,-0.034],[-0.039,-0.185],[-0.279,-0.738],[-0.799,-0.346],[-0.71,0],[-0.528,0.228],[-0.418,1.146],[-0.047,0.138],[-0.461,0],[-0.29,-0.842],[-0.062,-0.169],[-1.375,-0.597],[-0.693,0],[-0.478,0.208],[-0.323,0.855],[-0.122,0.593],[-0.012,0.038],[-0.103,0.041],[0.006,0.103],[0,0]],"o":[[-0.063,-0.029],[-1.499,0],[-0.592,0.17],[-0.809,0],[-0.718,-0.208],[-2.708,0],[-0.081,0.037],[0,0],[-0.006,0.103],[0.104,0.041],[0.013,0.042],[0.122,0.596],[0.321,0.855],[0.477,0.208],[0.693,0],[1.373,-0.597],[0.061,-0.17],[0.292,-0.842],[0.459,0],[0.049,0.139],[0.416,1.147],[0.528,0.228],[0.708,0],[0.798,-0.346],[0.276,-0.734],[0.04,-0.189],[0.02,-0.04],[0.098,-0.04],[0,0],[-0.006,-0.088]],"v":[[9.221,-2.881],[4.945,-3.592],[1.912,-3.152],[0.001,-2.837],[-1.913,-3.152],[-4.945,-3.592],[-9.221,-2.881],[-9.361,-2.678],[-9.441,-1.508],[-9.286,-1.267],[-9.047,-1.112],[-8.969,-0.756],[-8.34,1.688],[-6.876,3.257],[-4.954,3.592],[-3.089,3.243],[-0.967,0.595],[-0.807,0.134],[0.001,-0.816],[0.805,0.134],[0.968,0.594],[3.087,3.243],[4.954,3.592],[6.878,3.257],[8.34,1.688],[8.966,-0.746],[9.044,-1.105],[9.286,-1.267],[9.44,-1.508],[9.361,-2.678]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-80.214,476.314],[294.786,476.314],[294.786,-190.686],[-80.214,-190.686]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-80.214,-190.686],[294.786,-190.686],[294.786,476.314],[-80.214,476.314]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.696,3.843],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.322,-0.642],[0,0],[0.713,0],[0,0],[-0.323,0.643]],"o":[[0.322,-0.642],[0,0],[0.323,0.643],[0,0],[-0.712,0],[0,0]],"v":[[-0.587,-3.144],[0.587,-3.144],[3.493,2.628],[2.785,3.786],[-2.786,3.786],[-3.493,2.628]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-80.205,473.812],[294.795,473.812],[294.795,-193.188],[-80.205,-193.188]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-80.205,-193.188],[294.795,-193.188],[294.795,473.812],[-80.205,473.812]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.687,6.345],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":254,"st":0,"bm":0},{"ddd":0,"ind":32,"ty":4,"nm":"boneco1","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":10,"s":[82.546,-35.931,0],"e":[82.546,315.069,0],"to":[0,58.5,0],"ti":[0,-58.5,0]},{"t":28}],"ix":2},"a":{"a":0,"k":[25.536,136.727,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":28,"s":[100,100,100],"e":[100,92,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":30,"s":[100,92,100],"e":[100,100,100]},{"t":33}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[7.254,3.273],[0.724,0.274],[0.024,0.628],[-0.316,0.099],[-0.959,0.671],[-0.297,0.373],[-0.428,1.198],[0,1.747],[1.064,0.744],[1.857,1.947],[1.431,0.579],[1.174,0.108],[0,0],[1.628,-0.656],[0.896,-0.941],[0.072,-2.606],[0,-1.369],[-1.594,-0.59],[-0.706,-0.889],[-0.64,-0.477],[-0.894,-0.238],[0.035,-0.69],[0.257,-0.078],[0.827,-0.373],[0,-20.577],[0,0],[0,0],[-3.051,0],[0,1.982],[0,0],[-0.65,0.033],[-0.066,-0.021],[0,-0.899],[0,0],[-3.356,0],[-0.016,0],[-0.011,0],[0,3.245],[0,12.81],[-0.66,0.03],[0,-11.096],[0,0],[-3.359,0],[-0.016,0],[-0.014,0],[0,3.245],[0,2.514],[-0.206,0.269],[-0.102,-0.005],[0,-7.363],[0,0],[-2.913,0],[0.014,4.338],[0,0],[0,0]],"o":[[-0.829,-0.373],[-0.259,-0.1],[-0.024,-0.678],[0.885,-0.278],[0.642,-0.452],[0.706,-0.889],[1.595,-0.59],[0,-1.369],[-0.072,-2.606],[-0.894,-0.94],[-0.573,-0.228],[-1.134,-0.417],[0,0],[-1.435,0.579],[-1.854,1.947],[-1.067,0.744],[0,1.748],[0.431,1.198],[0.302,0.379],[0.921,0.685],[0.35,0.093],[-0.031,0.639],[-0.725,0.274],[-7.253,3.273],[0,0],[0,15.267],[-0.013,4.338],[2.913,0],[0,0],[0,-7.363],[0.102,-0.005],[0.208,0.27],[0,2.514],[0,3.245],[0.011,0],[0.013,0],[3.36,0],[0,0],[0.002,-11.097],[0.657,0.03],[0.003,12.81],[0,3.245],[0.019,0],[0.015,0],[3.356,0],[0,0],[0,-0.9],[0.068,-0.02],[0.65,0.032],[0,0],[0,1.985],[2.913,0],[0,0],[0,0],[0,-20.576]],"v":[[7.05,-39.869],[4.369,-41.133],[3.93,-42.481],[4.369,-43.6],[7.362,-45.229],[8.849,-46.536],[10.194,-49.354],[13.272,-53.554],[11.651,-56.205],[9.217,-64.005],[5.572,-66.317],[2.778,-66.822],[0.875,-68.476],[-5.482,-66.317],[-9.131,-64.005],[-11.652,-56.205],[-13.185,-53.554],[-10.195,-49.354],[-8.755,-46.536],[-7.266,-45.162],[-4.37,-43.6],[-3.912,-42.485],[-4.37,-41.133],[-6.962,-39.869],[-24.668,-8.467],[-24.668,-8.347],[-24.759,8.192],[-18.934,13.671],[-16.123,8.873],[-16.123,-6.43],[-13.919,-19.113],[-13.673,-19.085],[-13.523,-17.337],[-13.497,62.594],[-7.422,68.476],[-7.38,68.471],[-5.918,68.476],[-1.262,62.594],[-1.259,36.488],[0.043,16.135],[1.342,36.488],[1.345,62.594],[5.824,68.476],[7.469,68.471],[7.51,68.476],[13.585,62.594],[13.611,-17.337],[13.76,-19.085],[14.007,-19.113],[16.212,-6.43],[16.212,8.873],[18.933,13.671],[24.758,8.192],[24.758,-8.347],[24.758,-8.465]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-80.533,420.431],[294.467,420.431],[294.467,-246.569],[-80.533,-246.569]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-80.533,-246.569],[294.467,-246.569],[294.467,420.431],[-80.533,420.431]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[25.022,68.727],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":10,"op":254,"st":10,"bm":0},{"ddd":0,"ind":33,"ty":4,"nm":"Sombras Outlines 4","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24,"s":[4],"e":[29]},{"t":28}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.773,314.593,0],"ix":2},"a":{"a":0,"k":[130.25,4.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.485],[13.255,0],[0,2.485],[-13.255,0]],"o":[[0,2.485],[-13.255,0],[0,-2.485],[13.255,0]],"v":[[24,0],[0,4.5],[-24,0],[0,-4.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-81.773,352.407],[293.227,352.407],[293.227,-314.593],[-81.773,-314.593]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-81.773,-314.593],[293.227,-314.593],[293.227,352.407],[-81.773,352.407]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[24.25,4.75],"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":"Group 4","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":24,"op":254,"st":0,"bm":0},{"ddd":0,"ind":34,"ty":1,"nm":"Cyan Solid 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.5,333.5,0],"ix":2},"a":{"a":0,"k":[187.5,333.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"sw":375,"sh":667,"sc":"#23b6c5","ip":0,"op":2005,"st":0,"bm":0}]},{"id":"comp_8","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Layer 3 Outlines 7","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[1],"e":[100]},{"t":57}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":54,"s":[-55],"e":[0]},{"t":64}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":54,"s":[44.49,161,0],"e":[89.49,161,0],"to":[7.5,0,0],"ti":[-7.5,0,0]},{"t":64}],"ix":2},"a":{"a":0,"k":[29.24,113.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,-1.145],[0,0],[2.033,0]],"o":[[0,0],[0,0],[1.11,0],[0,0],[-1.329,-1.329],[0,0]],"v":[[-14.091,8.11],[-14.091,-9.969],[-4.826,-9.969],[-2.129,-8.11],[-2.129,9.969],[-5.898,8.11]],"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],[0,0],[0,-1.145],[0,0],[-2.033,0]],"o":[[0,0],[0,0],[-1.11,0],[0,0],[1.33,-1.329],[0,0]],"v":[[14.091,8.11],[14.091,-9.969],[4.826,-9.969],[2.128,-8.11],[2.128,9.969],[5.898,8.11]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-61.49,510.245],[313.51,510.245],[313.51,-156.755],[-61.49,-156.755]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-61.49,-156.755],[313.51,-156.755],[313.51,510.245],[-61.49,510.245]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.289999988032,0.564999988032,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[29.74,109.005],"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":"Group 1","np":6,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.262,-1.46],[0,0],[1.947,0],[0,0],[0,-2.079],[0,0],[-2.053,0],[0,0],[-0.525,-0.925],[-0.798,0],[-0.396,0.7],[-1.039,0],[0,0],[0,2.078],[0,0],[2.052,0]],"o":[[-1.946,0],[0,0],[-1.263,-1.46],[0,0],[-2.053,0],[0,0],[0,2.079],[0,0],[1.039,0],[0.397,0.699],[0.799,0],[0.525,-0.924],[0,0],[2.052,0],[0,0],[0,-2.078],[0,0]],"v":[[4.467,-14.959],[-0.557,-12.644],[0.558,-12.644],[-4.467,-14.959],[-14.145,-14.959],[-17.86,-11.185],[-17.86,8.556],[-14.145,12.33],[-4.467,12.33],[-1.929,13.828],[0,14.959],[1.93,13.827],[4.467,12.33],[14.145,12.33],[17.86,8.556],[17.86,-11.185],[14.145,-14.959]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-61.49,509.52],[313.51,509.52],[313.51,-157.48],[-61.49,-157.48]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-61.49,-157.48],[313.51,-157.48],[313.51,509.52],[-61.49,509.52]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[29.74,109.731],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-16.287,0],[0,-16.27],[16.287,0],[0,16.27]],"o":[[16.287,0],[0,16.27],[-16.287,0],[0,-16.27]],"v":[[0,-29.46],[29.49,0],[0,29.46],[-29.49,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-61.49,509.54],[313.51,509.54],[313.51,-157.46],[-61.49,-157.46]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-61.49,-157.46],[313.51,-157.46],[313.51,509.54],[-61.49,509.54]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.564999988032,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[29.74,109.71],"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":"Group 3","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":54,"op":2058,"st":53,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 3 Outlines 8","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":60,"s":[1],"e":[100]},{"t":63}],"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},"n":"0p667_1_0p333_0","t":60,"s":[187.49,67.5,0],"e":[187.49,107.5,0],"to":[0,6.66666650772095,0],"ti":[0,-6.66666650772095,0]},{"t":70}],"ix":2},"a":{"a":0,"k":[155.74,30.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.967,-2.635],[0,0],[4.372,3.128],[0.074,0.053],[0.738,0.569],[-0.585,3.151],[-2.894,0.092],[-0.927,-2.645],[-0.716,2.046],[-2.647,-0.06],[-0.547,-2.819],[3.301,-2.53],[1.256,-0.899],[0.111,-0.079]],"o":[[0,0],[-1.967,-2.635],[-0.111,-0.079],[-1.257,-0.899],[-3.322,-2.586],[0.545,-2.778],[2.625,-0.059],[0.716,2.046],[0.926,-2.645],[2.892,0.092],[0.583,3.143],[-0.743,0.572],[-0.074,0.053],[-4.372,3.128]],"v":[[-1.838,12.158],[1.836,12.158],[-6.593,4.629],[-7.167,4.219],[-9.869,2.235],[-14.143,-6.436],[-8.168,-11.441],[-2.164,-7.061],[2.162,-7.061],[8.187,-11.441],[14.144,-6.418],[9.871,2.232],[7.165,4.219],[6.591,4.629]],"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.917,1.228],[-3.998,2.86],[-0.074,0.054],[-0.794,0.611],[0.945,5.092],[5.039,0.16],[1.567,-4.475],[0,0],[4.681,-0.105],[0.962,-4.906],[-4.556,-3.548],[-1.298,-0.928],[-0.11,-0.078],[-1.594,-2.137]],"o":[[1.594,-2.137],[0.11,-0.078],[1.298,-0.928],[4.542,-3.482],[-0.961,-4.953],[-4.703,-0.106],[0,0],[-1.567,-4.475],[-5.043,0.161],[-0.947,5.103],[0.804,0.619],[0.075,0.054],[3.998,2.86],[0.917,1.228]],"v":[[1.836,14.902],[9.258,8.358],[9.831,7.947],[12.664,5.868],[18.648,-7.272],[8.311,-16.023],[-2.164,-8.577],[2.162,-8.577],[-8.292,-16.025],[-18.646,-7.296],[-12.676,5.86],[-9.834,7.947],[-9.26,8.358],[-1.838,14.902]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-187.469,589.406],[187.531,589.406],[187.531,-77.594],[-187.469,-77.594]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-187.469,-77.594],[187.531,-77.594],[187.531,589.406],[-187.469,589.406]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[155.719,29.844],"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":"Group 7","np":6,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-16.287,0],[0,16.27],[16.287,0],[0,-16.27]],"o":[[16.287,0],[0,-16.27],[-16.287,0],[0,16.27]],"v":[[0,29.459],[29.49,0],[0,-29.459],[-29.49,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-187.49,589.541],[187.51,589.541],[187.51,-77.459],[-187.49,-77.459]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-187.49,-77.459],[187.51,-77.459],[187.51,589.541],[-187.49,589.541]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.944999964097,0.349000010771,0.165000002992,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[155.74,29.71],"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":"Group 8","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":60,"op":2064,"st":59,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Layer 3 Outlines 9","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":66,"s":[1],"e":[100]},{"t":69}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":66,"s":[90],"e":[0]},{"t":76}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":66,"s":[332.49,213.5,0],"e":[281.49,213.5,0],"to":[-8.5,0,0],"ti":[8.5,0,0]},{"t":76}],"ix":2},"a":{"a":0,"k":[279.74,165.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.785,0],[0,-1.788],[-1.785,0],[0,1.788]],"o":[[-1.785,0],[0,1.788],[1.785,0],[0,-1.789]],"v":[[0,-3.243],[-3.237,0],[0,3.243],[3.237,0]],"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":[[4.569,0],[0,4.576],[-4.569,0],[0,-4.577]],"o":[[-4.569,0],[0,-4.577],[4.569,0],[0,4.576]],"v":[[0,8.299],[-8.286,0],[0,-8.299],[8.286,0]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-311.725,450.707],[63.275,450.707],[63.275,-216.293],[-311.725,-216.293]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-311.725,-216.293],[63.275,-216.293],[63.275,450.707],[-311.725,450.707]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[279.975,168.543],"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":"Group 4","np":6,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[5.936,-0.347],[0.06,-0.077],[0,0],[-11.224,0.656],[-6.936,-6.949]],"o":[[-5.874,-5.884],[-8.986,0.525],[0,0],[0.301,-0.383],[7.44,-0.432],[0,0]],"v":[[16.636,6.911],[-1.165,-1.431],[-16.244,6.691],[-20.205,3.556],[-1.459,-6.479],[20.205,3.336]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-311.628,460.637],[63.372,460.637],[63.372,-206.363],[-311.628,-206.363]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-311.628,-206.363],[63.372,-206.363],[63.372,460.637],[-311.628,460.637]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[279.878,158.614],"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":"Group 5","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-15.183,0],[0,-15.167],[15.183,0],[0,15.167]],"o":[[15.183,0],[0,15.167],[-15.183,0],[0,-15.167]],"v":[[0,-27.462],[27.49,0],[0,27.462],[-27.49,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-311.49,454.538],[63.51,454.538],[63.51,-212.462],[-311.49,-212.462]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-311.49,-212.462],[63.51,-212.462],[63.51,454.538],[-311.49,454.538]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.352999997606,0.842999985639,0.677999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[279.741,164.712],"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":"Group 6","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":66,"op":2070,"st":65,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Layer 3 Outlines 4","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":26,"s":[187.49,183.75,0],"e":[184.99,168.5,0],"to":[-0.41666665673256,-2.54166674613953,0],"ti":[0.41666665673256,2.54166674613953,0]},{"t":42}],"ix":2},"a":{"a":0,"k":[153.74,120.75,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":26,"s":[23.355,23.355,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":42,"s":[105,105,100],"e":[100,100,100]},{"t":54}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.356,0.163],[12.116,0],[3.211,-0.924],[3.615,0],[2.649,0.757],[6.709,0],[0.281,-0.129],[0.029,-0.395],[0,0],[-0.44,-0.177],[-0.076,-0.153],[-0.173,-0.822],[-1.248,-3.289],[-3.574,-1.543],[-3.174,0],[-2.358,1.018],[-1.871,5.102],[-0.21,0.613],[-2.058,0],[-1.298,-3.75],[-0.277,-0.752],[-6.152,-2.656],[-3.1,0],[-2.139,0.924],[-1.445,3.805],[-0.548,2.644],[-0.052,0.172],[-0.458,0.182],[0.029,0.46],[0,0]],"o":[[-0.282,-0.129],[-6.709,0],[-2.65,0.757],[-3.619,0],[-3.213,-0.924],[-12.117,0],[-0.361,0.163],[0,0],[-0.028,0.46],[0.464,0.182],[0.06,0.186],[0.548,2.653],[1.439,3.805],[2.133,0.924],[3.099,0],[6.146,-2.656],[0.271,-0.756],[1.303,-3.75],[2.057,0],[0.216,0.618],[1.861,5.106],[2.362,1.018],[3.169,0],[3.568,-1.543],[1.237,-3.271],[0.178,-0.841],[0.089,-0.176],[0.441,-0.177],[0,0],[-0.028,-0.395]],"v":[[41.254,-12.828],[22.122,-16],[8.558,-14.04],[0,-12.633],[-8.557,-14.04],[-22.123,-16],[-41.254,-12.828],[-41.883,-11.922],[-42.234,-6.714],[-41.545,-5.641],[-40.471,-4.948],[-40.124,-3.365],[-37.31,7.521],[-30.764,14.504],[-22.165,16],[-13.819,14.443],[-4.328,2.652],[-3.606,0.599],[0,-3.633],[3.605,0.599],[4.333,2.648],[13.814,14.443],[22.165,16],[30.769,14.504],[37.311,7.521],[40.114,-3.322],[40.461,-4.925],[41.544,-5.641],[42.233,-6.714],[41.881,-11.922]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[153.486,153.251],"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":"Group 9","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.444,-2.858],[0,0],[3.189,0],[0,0],[-1.444,2.862]],"o":[[1.441,-2.858],[0,0],[1.445,2.862],[0,0],[-3.186,0],[0,0]],"v":[[-2.623,-13.999],[2.626,-13.999],[15.629,11.708],[12.458,16.857],[-12.46,16.857],[-15.63,11.708]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[153.443,164.393],"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":"Group 10","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.11,-0.359],[3.583,-1.711],[9.862,-8.439],[0,0],[8.979,4.294],[3.135,1.258],[0.101,2.882],[-1.37,0.453],[-4.151,3.083],[-1.287,1.712],[-1.855,5.505],[0,8.021],[4.612,3.416],[8.044,8.94],[6.202,2.655],[5.085,0.497],[0,0],[7.054,-3.014],[3.88,-4.322],[0.309,-11.966],[0,-6.285],[-6.902,-2.705],[-3.06,-4.083],[-2.77,-2.189],[-3.874,-1.095],[0.152,-3.17]],"o":[[-3.142,1.258],[-8.978,4.294],[0,0],[-9.863,-8.439],[-3.59,-1.711],[-1.124,-0.459],[-0.107,-3.114],[3.836,-1.278],[2.782,-2.076],[3.06,-4.083],[6.908,-2.705],[0,-6.285],[-0.309,-11.966],[-3.874,-4.316],[-2.48,-1.051],[-4.915,-1.913],[0,0],[-6.215,2.655],[-8.032,8.94],[-4.625,3.416],[0,8.028],[1.868,5.505],[1.306,1.743],[3.994,3.146],[1.514,0.427],[-0.132,2.932]],"v":[[-19.122,50.556],[-30.352,56.363],[-59.301,75],[59.301,75],[30.349,56.363],[18.734,50.556],[16.834,44.365],[18.734,39.232],[31.699,31.751],[38.141,25.749],[43.971,12.808],[57.302,-6.481],[50.28,-18.648],[39.737,-54.465],[23.945,-65.078],[11.844,-67.406],[3.598,-75],[-23.942,-65.078],[-39.747,-54.465],[-50.668,-18.648],[-57.312,-6.481],[-44.359,12.808],[-38.119,25.749],[-31.671,32.053],[-19.122,39.232],[-17.141,44.346]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[153.702,166.25],"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":"Group 11","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-5.523,0],[0,0],[0,-5.523],[0,0],[5.523,0],[0,0],[0,5.523],[0,0]],"o":[[0,0],[5.523,0],[0,0],[0,5.523],[0,0],[-5.523,0],[0,0],[0,-5.523]],"v":[[-71.5,-81.5],[71.5,-81.5],[81.5,-71.5],[81.5,71.5],[71.5,81.5],[-71.5,81.5],[-81.5,71.5],[-81.5,-71.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764999988032,0.976000019148,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[155.75,159.75],"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":"Group 12","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":26,"op":2005,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.5,333.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[117,-156.5],[122,-164.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[105,-160],[105,-169.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[93,-155.25],[87,-163.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":-58,"s":[0],"e":[100]},{"t":-47}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":-69,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":-58,"s":[100],"e":[100]},{"t":-47}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":4,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":-69,"op":-43,"st":-195,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[129.5,333.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[117,-156.5],[122,-164.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[105,-160],[105,-169.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[93,-155.25],[87,-163.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":-86,"s":[0],"e":[100]},{"t":-75}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":-97,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":-86,"s":[100],"e":[100]},{"t":-75}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":4,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":-97,"op":-71,"st":-223,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[70.5,328.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[117,-156.5],[122,-164.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[105,-160],[105,-169.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[93,-155.25],[87,-163.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":-115,"s":[0],"e":[100]},{"t":-104}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":-126,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":-115,"s":[100],"e":[100]},{"t":-104}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":4,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":-126,"op":-100,"st":-252,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Nuvens Outlines 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":26,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":32,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":150,"s":[0],"e":[100]},{"t":228}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[203.179,91.093,0],"ix":2},"a":{"a":0,"k":[173.344,29.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[11.598,0],[0,0],[0,1.034],[7.18,0],[0,0],[0,-7.18],[-0.356,-1.185],[0,-9.71],[-11.598,0],[0,0],[0,11.598]],"o":[[0,0],[0.228,-0.965],[0,-7.18],[0,0],[-7.18,0],[0,1.301],[-8.952,2.403],[0,11.598],[0,0],[11.598,0],[0,-11.598]],"v":[[39.5,-13],[19.138,-13],[19.5,-16],[6.5,-29],[-32.5,-29],[-45.5,-16],[-44.948,-12.261],[-60.5,8],[-39.5,29],[39.5,29],[60.5,8]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-76.585,575.907],[298.415,575.907],[298.415,-91.093],[-76.585,-91.093]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-76.585,-91.093],[298.415,-91.093],[298.415,575.907],[-76.585,575.907]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[60.75,29.25],"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":"Group 2","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-7,"op":254,"st":-7,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Nuvens Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":26,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":32,"s":[0],"e":[2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":150,"s":[2],"e":[100]},{"t":228}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[159.179,91.093,0],"ix":2},"a":{"a":0,"k":[173.344,29.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[7.18,0],[0,0],[5.078,0],[0,0],[0.262,-5.013],[0,0],[0,-7.18],[-7.18,0],[0,0],[0,7.18]],"o":[[0,0],[-0.262,-5.013],[0,0],[-5.078,0],[0,0],[-7.18,0],[0,7.18],[0,0],[7.18,0],[0,-7.18]],"v":[[38.5,-8.5],[31.475,-8.5],[22,-17.5],[-7,-17.5],[-16.475,-8.5],[-38.5,-8.5],[-51.5,4.5],[-38.5,17.5],[38.5,17.5],[51.5,4.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-310.773,570.407],[64.227,570.407],[64.227,-96.593],[-310.773,-96.593]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-310.773,-96.593],[64.227,-96.593],[64.227,570.407],[-310.773,570.407]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[294.938,34.75],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-7,"op":254,"st":-7,"bm":0},{"ddd":0,"ind":10,"ty":0,"nm":"Pre-comp 1","refId":"comp_9","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":9,"s":[187.5,333.5,0],"e":[292.5,333.5,0],"to":[17.5,0,0],"ti":[-17.5,0,0]},{"t":23}],"ix":2},"a":{"a":0,"k":[187.5,333.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":17,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[347.453,162.5],[29,162.5],[29,338.041],[347.453,338.041]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[347.453,162.5],[29,162.5],[29,212],[347.453,212]],"c":true}]},{"t":23}],"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"w":375,"h":667,"ip":0,"op":26,"st":0,"bm":0}]},{"id":"comp_9","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 7","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9,"s":[1],"e":[100]},{"t":13}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.5,333.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[139.48,166.686],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.137254901961,0.713725490196,0.772549019608,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[73.537,-86.157],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[188.122,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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":30,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Mascara 2","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":-79,"s":[233.197,144.591,0],"e":[233.197,190.091,0],"to":[0,7.58333349227905,0],"ti":[0,-7.58333349227905,0]},{"t":-69}],"ix":2},"a":{"a":0,"k":[74.836,12.268,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.474,0.125],[1.832,0],[3.679,0],[0.193,0],[2.917,0],[2.354,0],[0.509,-0.132],[-6.438,0],[-0.315,0],[-4.178,0]],"o":[[-0.508,-0.132],[-2.355,0],[-2.919,0],[-0.194,0],[-3.679,0],[-1.833,0],[-0.475,0.125],[4.178,0],[0.315,0],[6.438,0]],"v":[[14.263,-2.436],[11.142,-0.534],[4,-4.609],[0,-2.273],[-4,-4.609],[-11.141,-0.534],[-14.262,-2.436],[-6.948,4.609],[0,1.271],[6.948,4.609]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-293.046,469.5],[81.954,469.5],[81.954,-197.5],[-293.046,-197.5]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-293.046,-197.5],[81.954,-197.5],[81.954,469.5],[-293.046,469.5]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[134.685,19.678],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.178,-0.346],[0,0],[-0.787,0],[0,0],[0.356,0.694],[0,0],[0.235,0]],"o":[[0,0],[-0.356,0.694],[0,0],[0.787,0],[0,0],[-0.178,-0.346],[-0.235,0]],"v":[[-0.648,-3.48],[-3.861,2.752],[-3.078,4],[3.078,4],[3.861,2.752],[0.648,-3.48],[0,-4]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-293.585,474],[81.415,474],[81.415,-193],[-293.585,-193]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-293.585,-193],[81.415,-193],[81.415,474],[-293.585,474]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[135.224,15.177],"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":"Group 14","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":-34,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"logo 8","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[292.88,232.512,0],"ix":2},"a":{"a":0,"k":[221.583,13.076,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[0.859,0.859,-13.815]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_0p859_0p333_0","0p667_0p859_0p333_0","0p667_-13p815_0p333_0"],"t":-69,"s":[0,0,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[-5.926,-5.926,29.63]},"n":["0p667_1_0p333_-5p926","0p667_1_0p333_-5p926","0p667_1_0p333_29p63"],"t":-65,"s":[105,105,100],"e":[100,100,100]},{"t":-57}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.69,0.686],[0,0],[0.682,0.208],[0,0],[0,0],[0.689,-0.686],[0,0],[-0.681,-0.207]],"o":[[0,0],[-0.27,0.934],[0,0],[0.505,-0.502],[0,0],[0,0],[0.27,-0.934],[0,0],[-0.504,0.502],[0,0]],"v":[[210.34,2.56],[207.98,10.712],[209.553,11.64],[220.328,0.916],[219.937,-0.651],[213.659,-2.56],[216.019,-10.712],[214.447,-11.64],[203.671,-0.916],[204.062,0.65]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-80.38,434.988],[294.62,434.988],[294.62,-232.012],[-80.38,-232.012]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-80.38,-232.012],[294.62,-232.012],[294.62,434.988],[-80.38,434.988]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.976000019148,0.423999980852,0.255000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.083,12.576],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":-148,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Amarelo6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[233.773,246.478,0],"ix":2},"a":{"a":0,"k":[82.809,68.728,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.819,3.273],[0.68,0.274],[0.021,0.628],[-0.297,0.099],[-0.901,0.671],[-0.28,0.373],[-0.403,1.198],[0,1.747],[1,0.744],[1.746,1.947],[1.346,0.579],[1.103,0.108],[0,0],[1.53,-0.656],[0.842,-0.941],[0.068,-2.606],[0,-1.369],[-1.497,-0.59],[-0.664,-0.889],[-0.601,-0.477],[-0.841,-0.238],[0.033,-0.69],[0.24,-0.078],[0.777,-0.373],[0,-20.577],[0,0],[-2.868,0],[0,1.982],[0,0],[-0.611,0.033],[-0.061,-0.021],[0,-0.899],[0,0],[-3.154,0],[-0.011,0],[0,3.245],[0,12.81],[-0.621,0.03],[0,-11.096],[0,0],[-3.157,0],[-0.015,0],[0,3.245],[0,2.514],[-0.193,0.269],[-0.096,-0.005],[0,-7.363],[0,0],[-2.738,0],[0.012,4.338],[0,0]],"o":[[-0.779,-0.373],[-0.244,-0.1],[-0.024,-0.678],[0.832,-0.278],[0.604,-0.452],[0.664,-0.889],[1.499,-0.59],[0,-1.369],[-0.067,-2.606],[-0.84,-0.94],[-0.538,-0.228],[-1.067,-0.417],[0,0],[-1.349,0.579],[-1.743,1.947],[-1.003,0.744],[0,1.748],[0.406,1.198],[0.284,0.379],[0.866,0.685],[0.328,0.093],[-0.028,0.639],[-0.682,0.274],[-6.818,3.273],[0,15.386],[-0.012,4.338],[2.738,0],[0,0],[0,-7.363],[0.096,-0.005],[0.196,0.27],[0,2.514],[0,3.245],[0.052,-0.005],[3.159,0],[0,0],[0.001,-11.097],[0.617,0.03],[0.003,12.81],[0,3.245],[0.018,0],[3.193,0.005],[0,0],[0,-0.9],[0.064,-0.02],[0.61,0.032],[0,0],[0,1.985],[2.738,0],[0,0],[0,-20.695]],"v":[[6.628,-39.869],[4.107,-41.133],[3.696,-42.481],[4.107,-43.6],[6.921,-45.229],[8.318,-46.536],[9.584,-49.354],[12.476,-53.554],[10.952,-56.205],[8.665,-64.005],[5.238,-66.317],[2.613,-66.822],[0.822,-68.476],[-5.153,-66.317],[-8.583,-64.005],[-10.952,-56.205],[-12.394,-53.554],[-9.584,-49.354],[-8.23,-46.536],[-6.829,-45.162],[-4.106,-43.6],[-3.678,-42.485],[-4.106,-41.133],[-6.544,-39.869],[-23.187,-8.467],[-23.273,8.192],[-17.798,13.671],[-15.154,8.873],[-15.154,-6.43],[-13.084,-19.113],[-12.852,-19.085],[-12.712,-17.337],[-12.687,62.594],[-6.976,68.476],[-5.562,68.476],[-1.186,62.594],[-1.183,36.488],[0.041,16.135],[1.262,36.488],[1.265,62.594],[5.475,68.476],[7.021,68.471],[12.77,62.594],[12.795,-17.337],[12.934,-19.085],[13.167,-19.113],[15.24,-6.43],[15.24,8.873],[17.798,13.671],[23.274,8.192],[23.274,-8.347]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-293.047,420.523],[81.953,420.523],[81.953,-246.477],[-293.047,-246.477]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-293.047,-246.477],[81.953,-246.477],[81.953,420.523],[-293.047,420.523]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[142.082,68.727],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":-103,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Sombras Outlines 8","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-162,"s":[4],"e":[29]},{"t":-158}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.773,314.593,0],"ix":2},"a":{"a":0,"k":[130.25,4.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.485],[13.255,0],[0,2.485],[-13.255,0]],"o":[[0,2.485],[-13.255,0],[0,-2.485],[13.255,0]],"v":[[24,0],[0,4.5],[-24,0],[0,-4.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-293.773,352.407],[81.227,352.407],[81.227,-314.593],[-293.773,-314.593]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-293.773,-314.593],[81.227,-314.593],[81.227,352.407],[-293.773,352.407]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[236.25,4.75],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":-200,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Layer 6 Outlines 4","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":-107,"s":[233.197,144.591,0],"e":[233.197,190.091,0],"to":[0,7.58333349227905,0],"ti":[0,-7.58333349227905,0]},{"t":-97}],"ix":2},"a":{"a":0,"k":[74.836,12.268,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.419,0.634],[-0.822,0.549],[-0.419,-0.634],[0.822,-0.55]],"o":[[-0.419,-0.634],[0.822,-0.55],[0.419,0.634],[-0.823,0.549]],"v":[[-1.488,0.994],[-0.758,-1.148],[1.488,-0.994],[0.759,1.149]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-229.53,481.595],[145.47,481.595],[145.47,-185.405],[-229.53,-185.405]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-229.53,-185.405],[145.47,-185.405],[145.47,481.595],[-229.53,481.595]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.169,7.582],"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":"Group 2","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.843,-0.767],[0.415,0.388],[-0.843,0.768],[-0.414,-0.388]],"o":[[-0.842,0.767],[-0.414,-0.388],[0.842,-0.767],[0.415,0.388]],"v":[[0.75,0.702],[-1.526,1.389],[-0.75,-0.703],[1.525,-1.389]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-227.374,479.612],[147.626,479.612],[147.626,-187.388],[-227.374,-187.388]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-227.374,-187.388],[147.626,-187.388],[147.626,479.612],[-227.374,479.612]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[69.013,9.565],"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":"Group 3","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.843,-0.767],[0.414,0.388],[-0.842,0.767],[-0.414,-0.388]],"o":[[-0.842,0.767],[-0.414,-0.388],[0.842,-0.767],[0.415,0.388]],"v":[[0.75,0.702],[-1.525,1.389],[-0.75,-0.702],[1.525,-1.389]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-231.707,483.557],[143.293,483.557],[143.293,-183.443],[-231.707,-183.443]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-231.707,-183.443],[143.293,-183.443],[143.293,483.557],[-231.707,483.557]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[73.346,5.621],"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":"Group 4","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.061,-0.034],[-0.117,0.612],[-1.06,0.034],[0.117,-0.612]],"o":[[-1.06,0.035],[0.117,-0.612],[1.061,-0.035],[-0.117,0.612]],"v":[[-0.212,1.107],[-1.919,0.063],[0.212,-1.107],[1.919,-0.062]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-226.815,481.496],[148.185,481.496],[148.185,-185.504],[-226.815,-185.504]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-226.815,-185.504],[148.185,-185.504],[148.185,481.496],[-226.815,481.496]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[68.453,7.682],"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":"Group 5","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.06,-0.035],[-0.117,0.612],[-1.06,0.034],[0.117,-0.612]],"o":[[-1.06,0.034],[0.118,-0.612],[1.06,-0.035],[-0.118,0.612]],"v":[[-0.212,1.108],[-1.92,0.063],[0.212,-1.107],[1.92,-0.062]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-232.266,481.674],[142.734,481.674],[142.734,-185.326],[-232.266,-185.326]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-232.266,-185.326],[142.734,-185.326],[142.734,481.674],[-232.266,481.674]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[73.905,7.504],"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":"Group 6","np":4,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.241,-0.992],[0.648,0.008],[-0.241,0.991],[-0.648,-0.008]],"o":[[-0.241,0.991],[-0.648,-0.008],[0.241,-0.992],[0.648,0.008]],"v":[[1.174,0.015],[-0.436,1.795],[-1.173,-0.014],[0.436,-1.795]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-228.922,479.036],[146.078,479.036],[146.078,-187.964],[-228.922,-187.964]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-228.922,-187.964],[146.078,-187.964],[146.078,479.036],[-228.922,479.036]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[70.56,10.141],"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":"Group 7","np":4,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.241,-0.992],[0.648,0.009],[-0.241,0.991],[-0.648,-0.007]],"o":[[-0.241,0.991],[-0.648,-0.008],[0.24,-0.991],[0.648,0.009]],"v":[[1.174,0.014],[-0.436,1.794],[-1.173,-0.015],[0.436,-1.796]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-230.159,484.133],[144.841,484.133],[144.841,-182.867],[-230.159,-182.867]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-230.159,-182.867],[144.841,-182.867],[144.841,484.133],[-230.159,484.133]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.798,5.044],"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":"Group 8","np":4,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.502,-0.76],[0.588,-0.393],[0.502,0.759],[-0.589,0.394]],"o":[[0.503,0.76],[-0.589,0.393],[-0.502,-0.761],[0.587,-0.392]],"v":[[1.065,-0.712],[0.91,1.376],[-1.066,0.712],[-0.91,-1.377]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-230.832,479.63],[144.168,479.63],[144.168,-187.37],[-230.832,-187.37]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-230.832,-187.37],[144.168,-187.37],[144.168,479.63],[-230.832,479.63]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[72.471,9.547],"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":"Group 9","np":4,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.502,-0.76],[0.588,-0.393],[0.502,0.76],[-0.588,0.393]],"o":[[0.503,0.76],[-0.588,0.393],[-0.502,-0.76],[0.589,-0.393]],"v":[[1.065,-0.712],[0.91,1.376],[-1.066,0.712],[-0.911,-1.376]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-228.249,483.538],[146.751,483.538],[146.751,-183.462],[-228.249,-183.462]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-228.249,-183.462],[146.751,-183.462],[146.751,483.538],[-228.249,483.538]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[69.888,5.639],"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":"Group 10","np":4,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-8.561,0.421],[8.96,0.2],[0,0]],"o":[[0,0],[0,0],[-8.96,-0.2],[0,0]],"v":[[-5.668,-1.122],[8.163,4.905],[0,-5.126],[-8.228,-1.522]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-236.8,478.249],[138.2,478.249],[138.2,-188.751],[-236.8,-188.751]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-236.8,-188.751],[138.2,-188.751],[138.2,478.249],[-236.8,478.249]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[78.439,10.929],"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":"Group 11","np":4,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-9.677,-1.001],[8.362,-0.124]],"o":[[0,0],[0,0]],"v":[[4.839,-3.442],[-4.201,4.442]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-227.46,478.932],[147.54,478.932],[147.54,-188.068],[-227.46,-188.068]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-227.46,-188.068],[147.54,-188.068],[147.54,478.932],[-227.46,478.932]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[69.099,10.245],"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":"Group 12","np":4,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.178,-0.346],[0,0],[-0.787,0],[0,0],[0.356,0.694],[0,0],[0.235,0]],"o":[[0,0],[-0.356,0.694],[0,0],[0.787,0],[0,0],[-0.178,-0.346],[-0.235,0]],"v":[[-0.648,-3.48],[-3.861,2.752],[-3.078,4],[3.078,4],[3.861,2.752],[0.648,-3.48],[0,-4]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-233.44,469],[141.56,469],[141.56,-198],[-233.44,-198]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-233.44,-198],[141.56,-198],[141.56,469],[-233.44,469]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[75.079,20.177],"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":"Group 13","np":4,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":-49,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"logo 7","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[233.88,232.012,0],"ix":2},"a":{"a":0,"k":[162.583,12.576,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[0.859,0.859,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_0p859_0p333_0","0p667_0p859_0p333_0","0p667_1_0p333_0"],"t":-97,"s":[0,0,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[-5.926,-5.926,0]},"n":["0p667_1_0p333_-5p926","0p667_1_0p333_-5p926","0p667_1_0p333_0"],"t":-93,"s":[105,105,100],"e":[100,100,100]},{"t":-85}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.69,0.686],[0,0],[0.682,0.208],[0,0],[0,0],[0.689,-0.686],[0,0],[-0.681,-0.207]],"o":[[0,0],[-0.27,0.934],[0,0],[0.505,-0.502],[0,0],[0,0],[0.27,-0.934],[0,0],[-0.504,0.502],[0,0]],"v":[[151.84,2.56],[149.48,10.712],[151.053,11.64],[161.828,0.916],[161.437,-0.651],[155.159,-2.56],[157.519,-10.712],[155.947,-11.64],[145.171,-0.916],[145.562,0.65]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-80.38,434.988],[294.62,434.988],[294.62,-232.012],[-80.38,-232.012]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-80.38,-232.012],[294.62,-232.012],[294.62,434.988],[-80.38,434.988]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.976000019148,0.423999980852,0.255000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.083,12.576],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":-153,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Amarelo5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[233.773,246.478,0],"ix":2},"a":{"a":0,"k":[82.809,68.728,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.529,3.13],[0.651,0.262],[0.021,0.6],[-0.285,0.094],[-0.862,0.642],[-0.268,0.356],[-0.385,1.146],[0,1.671],[0.958,0.712],[1.672,1.862],[1.288,0.553],[1.056,0.104],[0,0],[1.465,-0.628],[0.807,-0.9],[0.065,-2.491],[0,-1.309],[-1.434,-0.563],[-0.636,-0.85],[-0.575,-0.456],[-0.805,-0.228],[0.031,-0.661],[0.231,-0.075],[0.745,-0.356],[0,-19.676],[0,0],[-2.746,0],[0,1.896],[0,0],[-0.585,0.031],[0,-0.86],[-0.012,-11.31],[0,0],[-1.108,0],[0,0],[0,0],[-3.02,0],[-0.011,0],[0,3.102],[-0.001,12.377],[0,0],[0,0],[-3.022,0],[-0.015,0],[0,3.102],[-0.3,15.301],[0,0],[0.33,1.055],[0,0],[-0.001,1.127],[0,0.817],[-0.091,-0.005],[0,-7.04],[0,0],[-2.622,0],[0.011,4.148],[0,0]],"o":[[-0.746,-0.356],[-0.233,-0.096],[-0.022,-0.649],[0.797,-0.266],[0.579,-0.433],[0.636,-0.85],[1.435,-0.563],[0,-1.309],[-0.065,-2.491],[-0.804,-0.899],[-0.516,-0.219],[-1.022,-0.398],[0,0],[-1.291,0.553],[-1.668,1.862],[-0.96,0.712],[0,1.672],[0.388,1.146],[0.271,0.363],[0.83,0.655],[0.315,0.089],[-0.028,0.61],[-0.652,0.262],[-6.527,3.13],[0,14.712],[-0.012,4.148],[2.621,0],[0,0],[0,-7.04],[0.091,-0.005],[0,0.801],[0,0],[-0.233,1.086],[0,0],[0.298,15.302],[0,3.102],[0.05,-0.005],[3.024,0],[0,0],[0,0],[0.002,12.377],[0,3.102],[0.017,0],[3.056,0.005],[0,0],[0,0],[1.113,0],[0,0],[0.005,-1.17],[0.003,-11.653],[0,-0.861],[0.585,0.03],[0,0],[0,1.899],[2.621,0],[0,0],[0,-19.789]],"v":[[6.346,-36.123],[3.933,-37.331],[3.538,-40.62],[3.933,-41.689],[6.626,-43.248],[7.965,-44.498],[9.176,-47.192],[11.946,-51.209],[10.487,-53.743],[8.296,-61.201],[5.016,-63.411],[2.502,-63.896],[0.788,-65.477],[-4.934,-63.411],[-8.217,-61.201],[-10.486,-53.743],[-11.867,-51.209],[-9.176,-47.192],[-7.879,-44.498],[-6.54,-43.184],[-3.932,-41.689],[-3.521,-40.624],[-3.932,-37.331],[-6.266,-36.123],[-22.201,-8.096],[-22.283,7.833],[-17.04,13.074],[-14.51,8.484],[-14.51,-6.149],[-12.527,-20.275],[-12.171,-16.577],[-11.165,4.281],[-16.581,29.558],[-14.995,31.523],[-10.846,31.523],[-10.146,59.854],[-6.679,65.477],[-5.326,65.477],[-1.135,59.854],[-1.133,31.523],[1.21,31.523],[1.212,59.854],[5.242,65.477],[6.724,65.472],[10.227,59.854],[10.935,31.523],[16.432,31.523],[17.842,29.613],[11.236,8.445],[11.245,4.99],[12.251,-16.577],[12.607,-20.275],[14.592,-6.149],[14.592,8.484],[17.041,13.074],[22.284,7.833],[22.284,-7.98]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-233.773,417.522],[141.227,417.522],[141.227,-249.478],[-233.773,-249.478]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-233.773,-249.478],[141.227,-249.478],[141.227,417.522],[-233.773,417.522]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[82.809,71.728],"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":"Group 3","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":-118,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Sombras Outlines 7","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-174,"s":[4],"e":[29]},{"t":-170}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.773,314.593,0],"ix":2},"a":{"a":0,"k":[130.25,4.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.485],[13.255,0],[0,2.485],[-13.255,0]],"o":[[0,2.485],[-13.255,0],[0,-2.485],[13.255,0]],"v":[[24,0],[0,4.5],[-24,0],[0,-4.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-233.773,352.407],[141.227,352.407],[141.227,-314.593],[-233.773,-314.593]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-233.773,-314.593],[141.227,-314.593],[141.227,352.407],[-233.773,352.407]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[176.25,4.75],"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":"Group 2","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":-200,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Layer 6 Outlines 3","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":-136,"s":[233.197,144.591,0],"e":[233.197,190.091,0],"to":[0,7.58333349227905,0],"ti":[0,-7.58333349227905,0]},{"t":-126}],"ix":2},"a":{"a":0,"k":[74.836,12.268,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.178,-0.346],[0,0],[-0.787,0],[0,0],[0.356,0.694],[0,0],[0.235,0]],"o":[[0,0],[-0.356,0.694],[0,0],[0.787,0],[0,0],[-0.178,-0.346],[-0.235,0]],"v":[[-0.648,-3.48],[-3.861,2.752],[-3.078,4],[3.078,4],[3.861,2.752],[0.648,-3.48],[0,-4]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-174.323,472.536],[200.677,472.536],[200.677,-194.464],[-174.323,-194.464]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-174.323,-194.464],[200.677,-194.464],[200.677,472.536],[-174.323,472.536]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[15.962,16.641],"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":"Group 15","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.667,0.113],[0,0],[5.74,0],[1.814,-5.367],[0,0],[0,-0.705],[0,0],[-0.667,-0.114],[0,0],[0,0.704],[0,0],[-5.077,0],[-0.766,-5.668],[0,0],[-0.667,0.113],[0,0],[0,0.704],[0,0]],"o":[[0,0],[-1.831,-5.335],[-5.762,0],[0,0],[-0.667,0.113],[0,0],[0,0.704],[0,0],[0.667,0.113],[0,0],[1.373,-4.833],[5.647,0],[0,0],[0,0.704],[0,0],[0.667,-0.114],[0,0],[0,-0.705]],"v":[[14.725,0.004],[12.283,-0.41],[-0.172,-9.579],[-12.648,-0.349],[-14.726,0.004],[-15.938,1.492],[-15.938,7.538],[-14.726,9.025],[-12.127,9.466],[-10.915,8.392],[-10.915,0.909],[-0.172,-7.465],[10.913,2.583],[10.913,8.392],[12.126,9.466],[14.725,9.025],[15.938,7.538],[15.938,1.492]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-174.549,479.348],[200.451,479.348],[200.451,-187.652],[-174.549,-187.652]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-174.549,-187.652],[200.451,-187.652],[200.451,479.348],[-174.549,479.348]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[16.188,9.829],"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":"Group 16","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.192,0],[0.147,0.148],[0.951,-0.957],[0.294,0.296],[-0.293,0.295],[-1.544,-1.555],[0.293,-0.296]],"o":[[-0.192,0],[-0.957,-0.965],[-0.293,0.296],[-0.293,-0.296],[1.537,-1.548],[0.293,0.296],[-0.147,0.148]],"v":[[2.261,1.395],[1.729,1.174],[-1.73,1.162],[-2.793,1.162],[-2.793,0.09],[2.793,0.102],[2.793,1.174]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-180.75,478.329],[194.25,478.329],[194.25,-188.671],[-180.75,-188.671]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-180.75,-188.671],[194.25,-188.671],[194.25,478.329],[-180.75,478.329]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[22.389,10.848],"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":"Group 17","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.192,0],[0.147,0.148],[0.655,0.002],[0,0],[0.458,-0.462],[0.294,0.296],[-0.294,0.296],[-1.052,-0.004],[-0.747,-0.753],[0.293,-0.296]],"o":[[-0.192,0],[-0.464,-0.468],[0,0],[-0.65,0],[-0.294,0.296],[-0.294,-0.296],[0.744,-0.751],[1.054,0.003],[0.293,0.296],[-0.147,0.148]],"v":[[2.261,1.203],[1.729,0.982],[-0.005,0.254],[-0.011,0.254],[-1.729,0.97],[-2.792,0.97],[-2.792,-0.102],[0,-1.262],[2.793,-0.09],[2.793,0.982]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-168.073,478.135],[206.927,478.135],[206.927,-188.865],[-168.073,-188.865]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-168.073,-188.865],[206.927,-188.865],[206.927,478.135],[-168.073,478.135]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.712,11.043],"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":"Group 18","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":-67,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"logo 6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[174.38,232.512,0],"ix":2},"a":{"a":0,"k":[103.083,13.076,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[0.859,0.859,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_0p859_0p333_0","0p667_0p859_0p333_0","0p667_1_0p333_0"],"t":-126,"s":[0,0,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[-5.926,-5.926,0]},"n":["0p667_1_0p333_-5p926","0p667_1_0p333_-5p926","0p667_1_0p333_0"],"t":-122,"s":[105,105,100],"e":[100,100,100]},{"t":-114}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.69,0.686],[0,0],[0.682,0.208],[0,0],[0,0],[0.689,-0.686],[0,0],[-0.681,-0.207]],"o":[[0,0],[-0.27,0.934],[0,0],[0.505,-0.502],[0,0],[0,0],[0.27,-0.934],[0,0],[-0.504,0.502],[0,0]],"v":[[91.84,2.56],[89.48,10.712],[91.053,11.64],[101.828,0.916],[101.437,-0.651],[95.159,-2.56],[97.519,-10.712],[95.947,-11.64],[85.171,-0.916],[85.562,0.65]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-80.38,434.988],[294.62,434.988],[294.62,-232.012],[-80.38,-232.012]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-80.38,-232.012],[294.62,-232.012],[294.62,434.988],[-80.38,434.988]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.976000019148,0.423999980852,0.255000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.083,12.576],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":-171,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Amarelo4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[233.773,246.478,0],"ix":2},"a":{"a":0,"k":[82.809,68.728,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.819,3.273],[0.68,0.274],[0.021,0.628],[-0.297,0.099],[-0.901,0.671],[-0.28,0.373],[-0.403,1.198],[0,1.747],[1,0.744],[1.746,1.947],[1.346,0.579],[1.103,0.108],[0,0],[1.53,-0.656],[0.842,-0.941],[0.068,-2.606],[0,-1.369],[-1.497,-0.59],[-0.664,-0.889],[-0.601,-0.477],[-0.841,-0.238],[0.033,-0.69],[0.24,-0.078],[0.777,-0.373],[0,-20.577],[0,0],[-2.868,0],[0,1.982],[0,0],[-0.611,0.033],[-0.061,-0.021],[0,-0.899],[0,0],[-3.154,0],[-0.011,0],[0,3.245],[0,12.81],[-0.621,0.03],[0,-11.096],[0,0],[-3.157,0],[-0.015,0],[0,3.245],[0,2.514],[-0.193,0.269],[-0.096,-0.005],[0,-7.363],[0,0],[-2.738,0],[0.012,4.338],[0,0]],"o":[[-0.779,-0.373],[-0.244,-0.1],[-0.024,-0.678],[0.832,-0.278],[0.604,-0.452],[0.664,-0.889],[1.499,-0.59],[0,-1.369],[-0.067,-2.606],[-0.84,-0.94],[-0.538,-0.228],[-1.067,-0.417],[0,0],[-1.349,0.579],[-1.743,1.947],[-1.003,0.744],[0,1.748],[0.406,1.198],[0.284,0.379],[0.866,0.685],[0.328,0.093],[-0.028,0.639],[-0.682,0.274],[-6.818,3.273],[0,15.386],[-0.012,4.338],[2.738,0],[0,0],[0,-7.363],[0.096,-0.005],[0.196,0.27],[0,2.514],[0,3.245],[0.052,-0.005],[3.159,0],[0,0],[0.001,-11.097],[0.617,0.03],[0.003,12.81],[0,3.245],[0.018,0],[3.193,0.005],[0,0],[0,-0.9],[0.064,-0.02],[0.61,0.032],[0,0],[0,1.985],[2.738,0],[0,0],[0,-20.695]],"v":[[6.628,-39.869],[4.108,-41.133],[3.696,-42.481],[4.108,-43.6],[6.921,-45.229],[8.319,-46.536],[9.584,-49.354],[12.476,-53.554],[10.953,-56.205],[8.665,-64.005],[5.238,-66.317],[2.613,-66.822],[0.823,-68.476],[-5.153,-66.317],[-8.583,-64.005],[-10.952,-56.205],[-12.394,-53.554],[-9.584,-49.354],[-8.229,-46.536],[-6.829,-45.162],[-4.107,-43.6],[-3.678,-42.485],[-4.107,-41.133],[-6.544,-39.869],[-23.187,-8.467],[-23.273,8.192],[-17.798,13.671],[-15.155,8.873],[-15.155,-6.43],[-13.084,-19.113],[-12.853,-19.085],[-12.712,-17.337],[-12.687,62.594],[-6.977,68.476],[-5.562,68.476],[-1.186,62.594],[-1.183,36.488],[0.042,16.135],[1.263,36.488],[1.266,62.594],[5.474,68.476],[7.022,68.471],[12.771,62.594],[12.795,-17.337],[12.935,-19.085],[13.168,-19.113],[15.241,-6.43],[15.241,8.873],[17.798,13.671],[23.274,8.192],[23.274,-8.347]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-174.5,420.523],[200.5,420.523],[200.5,-246.477],[-174.5,-246.477]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-174.5,-246.477],[200.5,-246.477],[200.5,420.523],[-174.5,420.523]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[23.535,68.727],"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":"Group 2","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":-136,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Sombras Outlines 6","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-185,"s":[4],"e":[29]},{"t":-181}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.773,314.593,0],"ix":2},"a":{"a":0,"k":[130.25,4.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.485],[13.255,0],[0,2.485],[-13.255,0]],"o":[[0,2.485],[-13.255,0],[0,-2.485],[13.255,0]],"v":[[24,0],[0,4.5],[-24,0],[0,-4.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-173.773,352.407],[201.227,352.407],[201.227,-314.593],[-173.773,-314.593]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-173.773,-314.593],[201.227,-314.593],[201.227,352.407],[-173.773,352.407]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[116.25,4.75],"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":"Group 3","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":-200,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"logo 5","parent":16,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[24.869,54.169,0],"ix":2},"a":{"a":0,"k":[9.083,12.576,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.69,0.686],[0,0],[0.682,0.208],[0,0],[0,0],[0.689,-0.686],[0,0],[-0.681,-0.207]],"o":[[0,0],[-0.27,0.934],[0,0],[0.505,-0.502],[0,0],[0,0],[0.27,-0.934],[0,0],[-0.504,0.502],[0,0]],"v":[[-1.66,2.56],[-4.02,10.712],[-2.447,11.64],[8.328,0.916],[7.937,-0.651],[1.659,-2.56],[4.019,-10.712],[2.447,-11.64],[-8.329,-0.916],[-7.938,0.65]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-80.38,434.988],[294.62,434.988],[294.62,-232.012],[-80.38,-232.012]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-80.38,-232.012],[294.62,-232.012],[294.62,434.988],[-80.38,434.988]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.976000019148,0.423999980852,0.255000005984,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.083,12.576],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":-146,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"mascara2","parent":16,"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":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":-208,"s":[24.704,-30.81,0],"e":[24.704,14.19,0],"to":[0,7.5,0],"ti":[0,-7.5,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0.333},"n":"0p833_0p833_0p333_0p333","t":-194,"s":[24.704,14.19,0],"e":[24.704,14.19,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":-162,"s":[24.704,14.19,0],"e":[28.204,14.19,0],"to":[0.58333331346512,0,0],"ti":[-0.58333331346512,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":-158,"s":[28.204,14.19,0],"e":[28.204,14.19,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":-74,"s":[28.204,14.19,0],"e":[24.704,14.19,0],"to":[-0.58333331346512,0,0],"ti":[0.58333331346512,0,0]},{"t":-70}],"ix":2},"a":{"a":0,"k":[9.697,5.19,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.08,0.037],[2.709,0],[0.718,-0.208],[0.808,0],[0.592,0.17],[1.5,0],[0.063,-0.029],[0.006,-0.088],[0,0],[-0.098,-0.04],[-0.017,-0.034],[-0.039,-0.185],[-0.279,-0.738],[-0.799,-0.346],[-0.71,0],[-0.528,0.228],[-0.418,1.146],[-0.047,0.138],[-0.461,0],[-0.29,-0.842],[-0.062,-0.169],[-1.375,-0.597],[-0.693,0],[-0.478,0.208],[-0.323,0.855],[-0.122,0.593],[-0.012,0.038],[-0.103,0.041],[0.006,0.103],[0,0]],"o":[[-0.063,-0.029],[-1.499,0],[-0.592,0.17],[-0.809,0],[-0.718,-0.208],[-2.708,0],[-0.081,0.037],[0,0],[-0.006,0.103],[0.104,0.041],[0.013,0.042],[0.122,0.596],[0.321,0.855],[0.477,0.208],[0.693,0],[1.373,-0.597],[0.061,-0.17],[0.292,-0.842],[0.459,0],[0.049,0.139],[0.416,1.147],[0.528,0.228],[0.708,0],[0.798,-0.346],[0.276,-0.734],[0.04,-0.189],[0.02,-0.04],[0.098,-0.04],[0,0],[-0.006,-0.088]],"v":[[9.221,-2.881],[4.945,-3.592],[1.912,-3.152],[0.001,-2.837],[-1.913,-3.152],[-4.945,-3.592],[-9.221,-2.881],[-9.361,-2.678],[-9.441,-1.508],[-9.286,-1.267],[-9.047,-1.112],[-8.969,-0.756],[-8.34,1.688],[-6.876,3.257],[-4.954,3.592],[-3.089,3.243],[-0.967,0.595],[-0.807,0.134],[0.001,-0.816],[0.805,0.134],[0.968,0.594],[3.087,3.243],[4.954,3.592],[6.878,3.257],[8.34,1.688],[8.966,-0.746],[9.044,-1.105],[9.286,-1.267],[9.44,-1.508],[9.361,-2.678]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-80.214,476.314],[294.786,476.314],[294.786,-190.686],[-80.214,-190.686]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-80.214,-190.686],[294.786,-190.686],[294.786,476.314],[-80.214,476.314]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.696,3.843],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.322,-0.642],[0,0],[0.713,0],[0,0],[-0.323,0.643]],"o":[[0.322,-0.642],[0,0],[0.323,0.643],[0,0],[-0.712,0],[0,0]],"v":[[-0.587,-3.144],[0.587,-3.144],[3.493,2.628],[2.785,3.786],[-2.786,3.786],[-3.493,2.628]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-80.205,473.812],[294.795,473.812],[294.795,-193.188],[-80.205,-193.188]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-80.205,-193.188],[294.795,-193.188],[294.795,473.812],[-80.205,473.812]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.687,6.345],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":-227,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"boneco2","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":-217,"s":[82.546,-35.931,0],"e":[82.546,315.069,0],"to":[0,58.5,0],"ti":[0,-58.5,0]},{"t":-199}],"ix":2},"a":{"a":0,"k":[25.536,136.727,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":-199,"s":[100,100,100],"e":[100,92,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":-197,"s":[100,92,100],"e":[100,100,100]},{"t":-194}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[7.254,3.273],[0.724,0.274],[0.024,0.628],[-0.316,0.099],[-0.959,0.671],[-0.297,0.373],[-0.428,1.198],[0,1.747],[1.064,0.744],[1.857,1.947],[1.431,0.579],[1.174,0.108],[0,0],[1.628,-0.656],[0.896,-0.941],[0.072,-2.606],[0,-1.369],[-1.594,-0.59],[-0.706,-0.889],[-0.64,-0.477],[-0.894,-0.238],[0.035,-0.69],[0.257,-0.078],[0.827,-0.373],[0,-20.577],[0,0],[0,0],[-3.051,0],[0,1.982],[0,0],[-0.65,0.033],[-0.066,-0.021],[0,-0.899],[0,0],[-3.356,0],[-0.016,0],[-0.011,0],[0,3.245],[0,12.81],[-0.66,0.03],[0,-11.096],[0,0],[-3.359,0],[-0.016,0],[-0.014,0],[0,3.245],[0,2.514],[-0.206,0.269],[-0.102,-0.005],[0,-7.363],[0,0],[-2.913,0],[0.014,4.338],[0,0],[0,0]],"o":[[-0.829,-0.373],[-0.259,-0.1],[-0.024,-0.678],[0.885,-0.278],[0.642,-0.452],[0.706,-0.889],[1.595,-0.59],[0,-1.369],[-0.072,-2.606],[-0.894,-0.94],[-0.573,-0.228],[-1.134,-0.417],[0,0],[-1.435,0.579],[-1.854,1.947],[-1.067,0.744],[0,1.748],[0.431,1.198],[0.302,0.379],[0.921,0.685],[0.35,0.093],[-0.031,0.639],[-0.725,0.274],[-7.253,3.273],[0,0],[0,15.267],[-0.013,4.338],[2.913,0],[0,0],[0,-7.363],[0.102,-0.005],[0.208,0.27],[0,2.514],[0,3.245],[0.011,0],[0.013,0],[3.36,0],[0,0],[0.002,-11.097],[0.657,0.03],[0.003,12.81],[0,3.245],[0.019,0],[0.015,0],[3.356,0],[0,0],[0,-0.9],[0.068,-0.02],[0.65,0.032],[0,0],[0,1.985],[2.913,0],[0,0],[0,0],[0,-20.576]],"v":[[7.05,-39.869],[4.369,-41.133],[3.93,-42.481],[4.369,-43.6],[7.362,-45.229],[8.849,-46.536],[10.194,-49.354],[13.272,-53.554],[11.651,-56.205],[9.217,-64.005],[5.572,-66.317],[2.778,-66.822],[0.875,-68.476],[-5.482,-66.317],[-9.131,-64.005],[-11.652,-56.205],[-13.185,-53.554],[-10.195,-49.354],[-8.755,-46.536],[-7.266,-45.162],[-4.37,-43.6],[-3.912,-42.485],[-4.37,-41.133],[-6.962,-39.869],[-24.668,-8.467],[-24.668,-8.347],[-24.759,8.192],[-18.934,13.671],[-16.123,8.873],[-16.123,-6.43],[-13.919,-19.113],[-13.673,-19.085],[-13.523,-17.337],[-13.497,62.594],[-7.422,68.476],[-7.38,68.471],[-5.918,68.476],[-1.262,62.594],[-1.259,36.488],[0.043,16.135],[1.342,36.488],[1.345,62.594],[5.824,68.476],[7.469,68.471],[7.51,68.476],[13.585,62.594],[13.611,-17.337],[13.76,-19.085],[14.007,-19.113],[16.212,-6.43],[16.212,8.873],[18.933,13.671],[24.758,8.192],[24.758,-8.347],[24.758,-8.465]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-80.533,420.431],[294.467,420.431],[294.467,-246.569],[-80.533,-246.569]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-80.533,-246.569],[294.467,-246.569],[294.467,420.431],[-80.533,420.431]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[25.022,68.727],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":-217,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"Sombras Outlines 5","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-203,"s":[4],"e":[29]},{"t":-199}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[187.773,314.593,0],"ix":2},"a":{"a":0,"k":[130.25,4.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.485],[13.255,0],[0,2.485],[-13.255,0]],"o":[[0,2.485],[-13.255,0],[0,-2.485],[13.255,0]],"v":[[24,0],[0,4.5],[-24,0],[0,-4.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-81.773,352.407],[293.227,352.407],[293.227,-314.593],[-81.773,-314.593]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-81.773,-314.593],[293.227,-314.593],[293.227,352.407],[-81.773,352.407]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[24.25,4.75],"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":"Group 4","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":70,"st":-227,"bm":0}]},{"id":"comp_10","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Layer 3 Outlines 7","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[100],"e":[1]},{"t":21}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":5,"s":[0],"e":[-55]},{"t":21}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":5,"s":[89.49,161,0],"e":[44.49,161,0],"to":[-7.5,0,0],"ti":[7.5,0,0]},{"t":21}],"ix":2},"a":{"a":0,"k":[29.24,113.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,-1.145],[0,0],[2.033,0]],"o":[[0,0],[0,0],[1.11,0],[0,0],[-1.329,-1.329],[0,0]],"v":[[-14.091,8.11],[-14.091,-9.969],[-4.826,-9.969],[-2.129,-8.11],[-2.129,9.969],[-5.898,8.11]],"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],[0,0],[0,-1.145],[0,0],[-2.033,0]],"o":[[0,0],[0,0],[-1.11,0],[0,0],[1.33,-1.329],[0,0]],"v":[[14.091,8.11],[14.091,-9.969],[4.826,-9.969],[2.128,-8.11],[2.128,9.969],[5.898,8.11]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-61.49,510.245],[313.51,510.245],[313.51,-156.755],[-61.49,-156.755]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-61.49,-156.755],[313.51,-156.755],[313.51,510.245],[-61.49,510.245]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.289999988032,0.564999988032,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[29.74,109.005],"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":"Group 1","np":6,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.262,-1.46],[0,0],[1.947,0],[0,0],[0,-2.079],[0,0],[-2.053,0],[0,0],[-0.525,-0.925],[-0.798,0],[-0.396,0.7],[-1.039,0],[0,0],[0,2.078],[0,0],[2.052,0]],"o":[[-1.946,0],[0,0],[-1.263,-1.46],[0,0],[-2.053,0],[0,0],[0,2.079],[0,0],[1.039,0],[0.397,0.699],[0.799,0],[0.525,-0.924],[0,0],[2.052,0],[0,0],[0,-2.078],[0,0]],"v":[[4.467,-14.959],[-0.557,-12.644],[0.558,-12.644],[-4.467,-14.959],[-14.145,-14.959],[-17.86,-11.185],[-17.86,8.556],[-14.145,12.33],[-4.467,12.33],[-1.929,13.828],[0,14.959],[1.93,13.827],[4.467,12.33],[14.145,12.33],[17.86,8.556],[17.86,-11.185],[14.145,-14.959]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-61.49,509.52],[313.51,509.52],[313.51,-157.48],[-61.49,-157.48]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-61.49,-157.48],[313.51,-157.48],[313.51,509.52],[-61.49,509.52]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[29.74,109.731],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-16.287,0],[0,-16.27],[16.287,0],[0,16.27]],"o":[[16.287,0],[0,16.27],[-16.287,0],[0,-16.27]],"v":[[0,-29.46],[29.49,0],[0,29.46],[-29.49,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-61.49,509.54],[313.51,509.54],[313.51,-157.46],[-61.49,-157.46]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-61.49,-157.46],[313.51,-157.46],[313.51,509.54],[-61.49,509.54]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.564999988032,0.885999971278,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[29.74,109.71],"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":"Group 3","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":2004,"st":-1,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 3 Outlines 8","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[100],"e":[0]},{"t":21}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":5,"s":[187.49,107.5,0],"e":[187.49,67.5,0],"to":[0,-6.66666650772095,0],"ti":[0,6.66666650772095,0]},{"t":21}],"ix":2},"a":{"a":0,"k":[155.74,30.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.967,-2.635],[0,0],[4.372,3.128],[0.074,0.053],[0.738,0.569],[-0.585,3.151],[-2.894,0.092],[-0.927,-2.645],[-0.716,2.046],[-2.647,-0.06],[-0.547,-2.819],[3.301,-2.53],[1.256,-0.899],[0.111,-0.079]],"o":[[0,0],[-1.967,-2.635],[-0.111,-0.079],[-1.257,-0.899],[-3.322,-2.586],[0.545,-2.778],[2.625,-0.059],[0.716,2.046],[0.926,-2.645],[2.892,0.092],[0.583,3.143],[-0.743,0.572],[-0.074,0.053],[-4.372,3.128]],"v":[[-1.838,12.158],[1.836,12.158],[-6.593,4.629],[-7.167,4.219],[-9.869,2.235],[-14.143,-6.436],[-8.168,-11.441],[-2.164,-7.061],[2.162,-7.061],[8.187,-11.441],[14.144,-6.418],[9.871,2.232],[7.165,4.219],[6.591,4.629]],"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.917,1.228],[-3.998,2.86],[-0.074,0.054],[-0.794,0.611],[0.945,5.092],[5.039,0.16],[1.567,-4.475],[0,0],[4.681,-0.105],[0.962,-4.906],[-4.556,-3.548],[-1.298,-0.928],[-0.11,-0.078],[-1.594,-2.137]],"o":[[1.594,-2.137],[0.11,-0.078],[1.298,-0.928],[4.542,-3.482],[-0.961,-4.953],[-4.703,-0.106],[0,0],[-1.567,-4.475],[-5.043,0.161],[-0.947,5.103],[0.804,0.619],[0.075,0.054],[3.998,2.86],[0.917,1.228]],"v":[[1.836,14.902],[9.258,8.358],[9.831,7.947],[12.664,5.868],[18.648,-7.272],[8.311,-16.023],[-2.164,-8.577],[2.162,-8.577],[-8.292,-16.025],[-18.646,-7.296],[-12.676,5.86],[-9.834,7.947],[-9.26,8.358],[-1.838,14.902]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-187.469,589.406],[187.531,589.406],[187.531,-77.594],[-187.469,-77.594]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-187.469,-77.594],[187.531,-77.594],[187.531,589.406],[-187.469,589.406]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[155.719,29.844],"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":"Group 7","np":6,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-16.287,0],[0,16.27],[16.287,0],[0,-16.27]],"o":[[16.287,0],[0,-16.27],[-16.287,0],[0,16.27]],"v":[[0,29.459],[29.49,0],[0,-29.459],[-29.49,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-187.49,589.541],[187.51,589.541],[187.51,-77.459],[-187.49,-77.459]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-187.49,-77.459],[187.51,-77.459],[187.51,589.541],[-187.49,589.541]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.944999964097,0.349000010771,0.165000002992,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[155.74,29.71],"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":"Group 8","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":2004,"st":-1,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Layer 3 Outlines 9","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[100],"e":[1]},{"t":21}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":5,"s":[0],"e":[90]},{"t":21}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":5,"s":[281.49,213.5,0],"e":[332.49,213.5,0],"to":[8.5,0,0],"ti":[-8.5,0,0]},{"t":21}],"ix":2},"a":{"a":0,"k":[279.74,165.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.785,0],[0,-1.788],[-1.785,0],[0,1.788]],"o":[[-1.785,0],[0,1.788],[1.785,0],[0,-1.789]],"v":[[0,-3.243],[-3.237,0],[0,3.243],[3.237,0]],"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":[[4.569,0],[0,4.576],[-4.569,0],[0,-4.577]],"o":[[-4.569,0],[0,-4.577],[4.569,0],[0,4.576]],"v":[[0,8.299],[-8.286,0],[0,-8.299],[8.286,0]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-311.725,450.707],[63.275,450.707],[63.275,-216.293],[-311.725,-216.293]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-311.725,-216.293],[63.275,-216.293],[63.275,450.707],[-311.725,450.707]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[279.975,168.543],"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":"Group 4","np":6,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[5.936,-0.347],[0.06,-0.077],[0,0],[-11.224,0.656],[-6.936,-6.949]],"o":[[-5.874,-5.884],[-8.986,0.525],[0,0],[0.301,-0.383],[7.44,-0.432],[0,0]],"v":[[16.636,6.911],[-1.165,-1.431],[-16.244,6.691],[-20.205,3.556],[-1.459,-6.479],[20.205,3.336]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-311.628,460.637],[63.372,460.637],[63.372,-206.363],[-311.628,-206.363]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-311.628,-206.363],[63.372,-206.363],[63.372,460.637],[-311.628,460.637]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[279.878,158.614],"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":"Group 5","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-15.183,0],[0,-15.167],[15.183,0],[0,15.167]],"o":[[15.183,0],[0,15.167],[-15.183,0],[0,-15.167]],"v":[[0,-27.462],[27.49,0],[0,27.462],[-27.49,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-311.49,454.538],[63.51,454.538],[63.51,-212.462],[-311.49,-212.462]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-311.49,-212.462],[63.51,-212.462],[63.51,454.538],[-311.49,454.538]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.352999997606,0.842999985639,0.677999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[279.741,164.712],"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":"Group 6","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":2004,"st":-1,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Layer 3 Outlines 4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[184.99,168.5,0],"ix":2},"a":{"a":0,"k":[153.74,120.75,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":5,"s":[100,100,100],"e":[77,77,100]},{"t":21}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.356,0.163],[12.116,0],[3.211,-0.924],[3.615,0],[2.649,0.757],[6.709,0],[0.281,-0.129],[0.029,-0.395],[0,0],[-0.44,-0.177],[-0.076,-0.153],[-0.173,-0.822],[-1.248,-3.289],[-3.574,-1.543],[-3.174,0],[-2.358,1.018],[-1.871,5.102],[-0.21,0.613],[-2.058,0],[-1.298,-3.75],[-0.277,-0.752],[-6.152,-2.656],[-3.1,0],[-2.139,0.924],[-1.445,3.805],[-0.548,2.644],[-0.052,0.172],[-0.458,0.182],[0.029,0.46],[0,0]],"o":[[-0.282,-0.129],[-6.709,0],[-2.65,0.757],[-3.619,0],[-3.213,-0.924],[-12.117,0],[-0.361,0.163],[0,0],[-0.028,0.46],[0.464,0.182],[0.06,0.186],[0.548,2.653],[1.439,3.805],[2.133,0.924],[3.099,0],[6.146,-2.656],[0.271,-0.756],[1.303,-3.75],[2.057,0],[0.216,0.618],[1.861,5.106],[2.362,1.018],[3.169,0],[3.568,-1.543],[1.237,-3.271],[0.178,-0.841],[0.089,-0.176],[0.441,-0.177],[0,0],[-0.028,-0.395]],"v":[[41.254,-12.828],[22.122,-16],[8.558,-14.04],[0,-12.633],[-8.557,-14.04],[-22.123,-16],[-41.254,-12.828],[-41.883,-11.922],[-42.234,-6.714],[-41.545,-5.641],[-40.471,-4.948],[-40.124,-3.365],[-37.31,7.521],[-30.764,14.504],[-22.165,16],[-13.819,14.443],[-4.328,2.652],[-3.606,0.599],[0,-3.633],[3.605,0.599],[4.333,2.648],[13.814,14.443],[22.165,16],[30.769,14.504],[37.311,7.521],[40.114,-3.322],[40.461,-4.925],[41.544,-5.641],[42.233,-6.714],[41.881,-11.922]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[153.486,153.251],"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":"Group 9","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.444,-2.858],[0,0],[3.189,0],[0,0],[-1.444,2.862]],"o":[[1.441,-2.858],[0,0],[1.445,2.862],[0,0],[-3.186,0],[0,0]],"v":[[-2.623,-13.999],[2.626,-13.999],[15.629,11.708],[12.458,16.857],[-12.46,16.857],[-15.63,11.708]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[153.443,164.393],"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":"Group 10","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.11,-0.359],[3.583,-1.711],[9.862,-8.439],[0,0],[8.979,4.294],[3.135,1.258],[0.101,2.882],[-1.37,0.453],[-4.151,3.083],[-1.287,1.712],[-1.855,5.505],[0,8.021],[4.612,3.416],[8.044,8.94],[6.202,2.655],[5.085,0.497],[0,0],[7.054,-3.014],[3.88,-4.322],[0.309,-11.966],[0,-6.285],[-6.902,-2.705],[-3.06,-4.083],[-2.77,-2.189],[-3.874,-1.095],[0.152,-3.17]],"o":[[-3.142,1.258],[-8.978,4.294],[0,0],[-9.863,-8.439],[-3.59,-1.711],[-1.124,-0.459],[-0.107,-3.114],[3.836,-1.278],[2.782,-2.076],[3.06,-4.083],[6.908,-2.705],[0,-6.285],[-0.309,-11.966],[-3.874,-4.316],[-2.48,-1.051],[-4.915,-1.913],[0,0],[-6.215,2.655],[-8.032,8.94],[-4.625,3.416],[0,8.028],[1.868,5.505],[1.306,1.743],[3.994,3.146],[1.514,0.427],[-0.132,2.932]],"v":[[-19.122,50.556],[-30.352,56.363],[-59.301,75],[59.301,75],[30.349,56.363],[18.734,50.556],[16.834,44.365],[18.734,39.232],[31.699,31.751],[38.141,25.749],[43.971,12.808],[57.302,-6.481],[50.28,-18.648],[39.737,-54.465],[23.945,-65.078],[11.844,-67.406],[3.598,-75],[-23.942,-65.078],[-39.747,-54.465],[-50.668,-18.648],[-57.312,-6.481],[-44.359,12.808],[-38.119,25.749],[-31.671,32.053],[-19.122,39.232],[-17.141,44.346]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[153.702,166.25],"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":"Group 11","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-5.523,0],[0,0],[0,-5.523],[0,0],[5.523,0],[0,0],[0,5.523],[0,0]],"o":[[0,0],[5.523,0],[0,0],[0,5.523],[0,0],[-5.523,0],[0,0],[0,-5.523]],"v":[[-71.5,-81.5],[71.5,-81.5],[81.5,-71.5],[81.5,71.5],[71.5,81.5],[-71.5,81.5],[-81.5,71.5],[-81.5,-71.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764999988032,0.976000019148,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[155.75,159.75],"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":"Group 12","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":2005,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"1","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":21,"s":[0],"e":[100]},{"t":27}],"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},"n":"0p667_1_0p333_0","t":21,"s":[176.5,182.5,0],"e":[240.5,231.5,0],"to":[10.6666669845581,8.16666698455811,0],"ti":[-10.6666669845581,-8.16666698455811,0]},{"t":36}],"ix":2},"a":{"a":0,"k":[171.75,134.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.539,1.068],[0,0],[0.537,-1.067],[0,0],[-1.189,0],[0,0]],"o":[[0,0],[-0.538,-1.067],[0,0],[-0.539,1.068],[0,0],[1.191,0]],"v":[[5.832,4.369],[0.98,-5.223],[-0.978,-5.223],[-5.832,4.369],[-4.649,6.29],[4.649,6.29]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[41.034,35.95],"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":"Group 15","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.267,0.208],[0,0],[10.909,0],[3.442,-9.861],[0,0],[0,-1.294],[0,0],[-1.267,-0.207],[0,0],[0,1.294],[0,0],[-9.645,0],[-1.455,-10.408],[0,0],[-1.266,0.208],[0,0],[0,1.294],[0,0]],"o":[[0,0],[-3.474,-9.802],[-10.952,0],[0,0],[-1.267,0.208],[0,0],[0,1.294],[0,0],[1.267,0.208],[0,0],[2.607,-8.875],[10.727,0],[0,0],[0,1.294],[0,0],[1.267,-0.207],[0,0],[0,-1.294]],"v":[[27.973,0.008],[23.364,-0.75],[-0.325,-17.589],[-24.052,-0.637],[-27.974,0.008],[-30.277,2.738],[-30.277,13.838],[-27.974,16.568],[-23.037,17.38],[-20.733,15.407],[-20.733,1.669],[-0.325,-13.705],[20.733,4.744],[20.733,15.407],[23.036,17.38],[27.973,16.568],[30.277,13.838],[30.277,2.738]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[41.229,28.838],"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":"Group 16","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.376,0],[0.288,0.287],[1.86,-1.858],[0.574,0.574],[-0.574,0.575],[-3.022,-3.018],[0.574,-0.575]],"o":[[-0.377,0],[-1.873,-1.873],[-0.575,0.574],[-0.574,-0.574],[3.007,-3.005],[0.574,0.574],[-0.288,0.287]],"v":[[4.426,2.709],[3.385,2.279],[-3.385,2.255],[-5.467,2.255],[-5.467,0.175],[5.466,0.199],[5.466,2.279]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[53.45,30.002],"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":"Group 17","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.377,0],[0.288,0.287],[1.281,0.004],[0,0],[0.897,-0.896],[0.575,0.574],[-0.575,0.575],[-2.058,-0.007],[-1.462,-1.461],[0.574,-0.575]],"o":[[-0.377,0],[-0.908,-0.908],[0,0],[-1.272,0],[-0.574,0.574],[-0.575,-0.574],[1.457,-1.457],[2.063,0.005],[0.574,0.574],[-0.288,0.287]],"v":[[4.426,2.335],[3.385,1.905],[-0.01,0.491],[-0.023,0.491],[-3.385,1.881],[-5.465,1.881],[-5.465,-0.199],[-0.001,-2.449],[5.466,-0.174],[5.466,1.905]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[28.634,30.38],"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":"Group 18","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.115,0.004],[5.845,2.783],[1.332,0.532],[0.043,1.218],[-0.581,0.191],[-1.763,1.303],[-0.546,0.723],[-0.787,2.327],[0,3.39],[1.959,1.444],[3.417,3.779],[2.634,1.122],[2.16,0.21],[0,0],[2.996,-1.274],[1.649,-1.826],[0.131,-5.058],[0,-2.657],[-2.932,-1.143],[-1.3,-1.726],[-1.177,-0.925],[-1.646,-0.463],[0.064,-1.341],[0.471,-0.151],[1.522,-0.723],[5.989,-7.384],[-0.355,0],[0,0]],"o":[[-5.994,-7.414],[-1.525,-0.723],[-0.477,-0.194],[-0.046,-1.317],[1.63,-0.54],[1.182,-0.878],[1.3,-1.726],[2.935,-1.143],[0,-2.657],[-0.131,-5.058],[-1.645,-1.824],[-1.053,-0.444],[-2.088,-0.808],[0,0],[-2.639,1.122],[-3.411,3.779],[-1.965,1.444],[0,3.393],[0.793,2.327],[0.555,0.736],[1.696,1.33],[0.643,0.18],[-0.056,1.239],[-1.335,0.532],[-5.84,2.78],[0.345,0.036],[0,0],[0.116,0]],"v":[[31.697,35.042],[12.883,20.469],[7.949,18.014],[7.143,15.398],[7.949,13.228],[13.456,10.066],[16.191,7.529],[18.667,2.058],[24.331,-6.095],[21.348,-11.239],[16.87,-26.379],[10.163,-30.865],[5.023,-31.849],[1.521,-35.059],[-10.178,-30.865],[-16.891,-26.379],[-21.529,-11.239],[-24.35,-6.095],[-18.848,2.058],[-16.199,7.529],[-13.46,10.193],[-8.13,13.228],[-7.288,15.39],[-8.13,18.014],[-12.9,20.469],[-31.697,35.004],[-30.646,35.059],[31.354,35.059]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[40.897,47.191],"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":"Group 19","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[81.709,81.99],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":5,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"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":[[-52,567],[323,567],[323,-100],[-52,-100]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-52,-100],[323,-100],[323,567],[-52,567]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941000007181,1,0.764999988032,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[41.25,41.25],"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":"Group 20","np":4,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false}],"ip":21,"op":2026,"st":21,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":26,"s":[0],"e":[100]},{"t":32}],"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},"n":"0p667_1_0p333_0","t":26,"s":[213.5,167.5,0],"e":[131.5,224.5,0],"to":[-13.6666669845581,9.5,0],"ti":[13.6666669845581,-9.5,0]},{"t":41}],"ix":2},"a":{"a":0,"k":[171.75,134.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.864,0],[0,0],[0,0],[3.795,0],[0,0],[0,-3.729],[0,0],[0,0],[0,-0.849],[0,0],[-0.864,0],[0,0],[0,0.848],[0,0]],"o":[[0,0],[0,0],[0,-3.729],[0,0],[-3.795,0],[0,0],[0,0],[-0.864,0],[0,0],[0,0.848],[0,0],[0.864,0],[0,0],[0,-0.849]],"v":[[23.903,4.19],[17.191,4.19],[17.191,-1.913],[10.292,-8.694],[-9.828,-8.694],[-16.727,-1.913],[-16.727,4.19],[-23.902,4.19],[-25.472,5.733],[-25.472,7.15],[-23.902,8.694],[23.903,8.694],[25.473,7.15],[25.473,5.733]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-311.067,573.118],[63.933,573.118],[63.933,-93.882],[-311.067,-93.882]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-311.067,-93.882],[63.933,-93.882],[63.933,573.118],[-311.067,573.118]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[300.317,35.132],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.526,-1.041],[0,0],[1.161,0],[0,0],[-0.525,1.042]],"o":[[0.525,-1.041],[0,0],[0.527,1.042],[0,0],[-1.159,0],[0,0]],"v":[[-0.955,-5.097],[0.956,-5.097],[5.69,4.263],[4.536,6.138],[-4.537,6.138],[-5.691,4.263]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-310.823,556.3],[64.177,556.3],[64.177,-110.7],[-310.823,-110.7]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-310.823,-110.7],[64.177,-110.7],[64.177,556.3],[-310.823,556.3]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[300.073,51.95],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.375,-0.121],[1.209,-0.577],[2.648,-1.986],[-0.38,0],[0,0],[2.427,1.161],[1.058,0.425],[0.034,0.972],[-0.462,0.153],[-1.401,1.04],[-0.435,0.577],[-0.626,1.857],[0,2.707],[1.556,1.153],[2.715,3.016],[2.092,0.896],[1.715,0.168],[0,0],[2.38,-1.016],[1.309,-1.459],[0.104,-4.038],[0,-2.12],[-2.329,-0.913],[-1.033,-1.378],[-0.935,-0.739],[-1.307,-0.369],[0.052,-1.07]],"o":[[-1.06,0.425],[-2.401,1.149],[0.369,0.041],[0,0],[-2.678,-2.019],[-1.212,-0.577],[-0.379,-0.155],[-0.037,-1.051],[1.295,-0.431],[0.939,-0.701],[1.032,-1.378],[2.331,-0.913],[0,-2.12],[-0.105,-4.038],[-1.307,-1.457],[-0.837,-0.354],[-1.659,-0.645],[0,0],[-2.097,0.896],[-2.71,3.016],[-1.561,1.153],[0,2.709],[0.631,1.857],[0.441,0.588],[1.347,1.061],[0.511,0.144],[-0.044,0.989]],"v":[[-6.451,17.855],[-10.24,19.815],[-17.93,24.443],[-16.808,24.51],[18.02,24.51],[10.242,19.815],[6.322,17.855],[5.682,15.766],[6.322,14.034],[10.697,11.51],[12.871,9.485],[14.838,5.118],[19.336,-1.391],[16.967,-5.495],[13.409,-17.581],[8.081,-21.162],[3.998,-21.948],[1.215,-24.51],[-8.077,-21.162],[-13.41,-17.581],[-17.095,-5.495],[-19.337,-1.391],[-14.967,5.118],[-12.861,9.485],[-10.685,11.612],[-6.451,14.034],[-5.783,15.76]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-310.807,554.509],[64.193,554.509],[64.193,-112.491],[-310.807,-112.491]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-310.807,-112.491],[64.193,-112.491],[64.193,554.509],[-310.807,554.509]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[300.057,53.741],"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":"Group 3","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[54.581,54.842],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":5,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"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":[[-311.5,557.5],[63.5,557.5],[63.5,-109.5],[-311.5,-109.5]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-311.5,-109.5],[63.5,-109.5],[63.5,557.5],[-311.5,557.5]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764999988032,1,0.875,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[300.75,50.75],"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":"Group 4","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":26,"op":2031,"st":26,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"3","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":31,"s":[0],"e":[100]},{"t":37}],"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},"n":"0p667_1_0p333_0","t":31,"s":[164.5,204.5,0],"e":[238.5,157.5,0],"to":[12.3333330154419,-7.83333349227905,0],"ti":[-12.3333330154419,7.83333349227905,0]},{"t":46}],"ix":2},"a":{"a":0,"k":[171.75,134.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.467,0.926],[0,0],[0.466,-0.925],[0,0],[-1.03,0],[0,0]],"o":[[0,0],[-0.467,-0.925],[0,0],[-0.467,0.926],[0,0],[1.032,0]],"v":[[5.056,3.787],[0.851,-4.527],[-0.848,-4.527],[-5.055,3.787],[-4.029,5.452],[4.031,5.452]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-50.778,368.251],[324.222,368.251],[324.222,-298.749],[-50.778,-298.749]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-50.778,-298.749],[324.222,-298.749],[324.222,368.251],[-50.778,368.251]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[40.028,239.999],"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":"Group 5","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.693,1.047],[-1.358,0.907],[-0.693,-1.046],[1.359,-0.907]],"o":[[-0.692,-1.046],[1.358,-0.906],[0.692,1.046],[-1.358,0.906]],"v":[[-2.46,1.64],[-1.254,-1.894],[2.46,-1.641],[1.253,1.895]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-43.714,387.731],[331.286,387.731],[331.286,-279.269],[-43.714,-279.269]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-43.714,-279.269],[331.286,-279.269],[331.286,387.731],[-43.714,387.731]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[32.964,220.519],"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":"Group 6","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.249,-0.166],[0.117,-0.164],[0.189,0.002],[0.178,-0.065],[0.112,0.105],[0.246,0.031],[-0.044,0.232],[0.126,0.217],[-0.249,0.166],[-0.118,0.164],[-0.189,-0.002],[-0.178,0.065],[-0.112,-0.105],[-0.247,-0.031],[0.045,-0.231],[-0.125,-0.217]],"o":[[-0.172,0.115],[-0.155,-0.08],[-0.176,-0.003],[-0.046,-0.148],[-0.157,-0.147],[0.175,-0.208],[0.05,-0.258],[0.295,-0.023],[0.171,-0.115],[0.154,0.079],[0.175,0.003],[0.047,0.148],[0.157,0.147],[-0.176,0.208],[-0.05,0.259],[-0.294,0.023]],"v":[[0.632,0.953],[0.208,1.382],[-0.301,1.244],[-0.833,1.351],[-1.059,0.962],[-1.676,0.705],[-1.333,0.043],[-1.456,-0.675],[-0.631,-0.953],[-0.206,-1.382],[0.303,-1.244],[0.833,-1.351],[1.059,-0.962],[1.676,-0.705],[1.331,-0.043],[1.456,0.675]],"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":[[1.751,-0.057],[0.069,-0.005],[-0.056,0.05],[0.685,0.639],[1.204,-0.824],[0.887,0.011],[0.511,-1.338],[0.847,-0.565],[-0.831,-1.253],[-0.105,-0.119],[0.193,-0.007],[0.193,-1.01],[-1.751,0.057],[-0.069,0.004],[0.056,-0.05],[-0.684,-0.64],[-1.205,0.824],[-0.887,-0.011],[-0.511,1.338],[-0.847,0.565],[0.83,1.254],[0.105,0.119],[-0.193,0.006],[-0.194,1.009]],"o":[[-0.07,0.003],[0.056,-0.048],[1.392,-1.266],[-0.566,-0.531],[0.072,-1.246],[-0.933,-0.012],[-0.848,-0.916],[-0.972,0.649],[0.091,0.139],[-0.18,-0.013],[-1.752,0.057],[-0.194,1.009],[0.07,-0.002],[-0.056,0.047],[-1.391,1.266],[0.568,0.53],[-0.072,1.245],[0.933,0.012],[0.848,0.916],[0.971,-0.649],[-0.091,-0.139],[0.18,0.013],[1.752,-0.058],[0.193,-1.009]],"v":[[4.855,-1.974],[4.648,-1.955],[4.818,-2.095],[6.098,-5.545],[3.076,-4.985],[1.742,-7.167],[-0.725,-4.843],[-3.637,-5.495],[-3.893,-2.05],[-3.594,-1.667],[-4.152,-1.681],[-7.674,0.25],[-4.855,1.974],[-4.648,1.956],[-4.818,2.095],[-6.1,5.546],[-3.075,4.986],[-1.742,7.167],[0.725,4.843],[3.637,5.495],[3.893,2.05],[3.596,1.667],[4.152,1.682],[7.676,-0.249]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-43.73,387.715],[331.27,387.715],[331.27,-279.285],[-43.73,-279.285]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-43.73,-279.285],[331.27,-279.285],[331.27,387.715],[-43.73,387.715]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[32.98,220.535],"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":"Group 7","np":6,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[14.803,0.33],[1.996,-0.953],[0,0],[-1.808,3.553],[-12.67,0.623]],"o":[[-5.189,-0.116],[-12.883,0.356],[7.73,-0.114],[1.594,1.773],[0,0]],"v":[[4.241,-8.529],[-6.161,-6.994],[-18.13,6.132],[-4.838,-1.594],[17.727,8.022]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-51.484,382.14],[323.516,382.14],[323.516,-284.86],[-51.484,-284.86]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-51.484,-284.86],[323.516,-284.86],[323.516,382.14],[-51.484,382.14]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[40.734,226.11],"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":"Group 8","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.409,-0.132],[1.319,-0.629],[1.216,-0.699],[0,0],[1.138,0.545],[1.154,0.463],[0.038,1.061],[-0.504,0.167],[-1.528,1.135],[-0.473,0.63],[-0.683,2.026],[0,2.952],[1.697,1.257],[2.961,3.291],[2.283,0.978],[1.872,0.183],[0,0],[2.596,-1.109],[1.428,-1.591],[0.114,-4.405],[0,-2.314],[-2.54,-0.996],[-1.126,-1.503],[-1.02,-0.806],[-1.426,-0.402],[0.056,-1.167]],"o":[[-1.157,0.463],[-1.138,0.545],[0,0],[-1.216,-0.699],[-1.321,-0.629],[-0.414,-0.169],[-0.039,-1.146],[1.412,-0.47],[1.024,-0.764],[1.127,-1.503],[2.543,-0.996],[0,-2.314],[-0.114,-4.405],[-1.426,-1.589],[-0.913,-0.387],[-1.809,-0.704],[0,0],[-2.288,0.978],[-2.956,3.291],[-1.702,1.257],[0,2.955],[0.688,2.026],[0.481,0.641],[1.47,1.158],[0.557,0.158],[-0.049,1.079]],"v":[[-7.037,21.109],[-11.171,23.247],[-14.713,25.107],[14.716,25.107],[11.173,23.247],[6.898,21.109],[6.198,18.83],[6.898,16.941],[11.67,14.187],[14.041,11.979],[16.187,7.214],[21.095,0.114],[18.51,-4.365],[14.629,-17.549],[8.816,-21.455],[4.361,-22.313],[1.326,-25.107],[-8.811,-21.455],[-14.629,-17.549],[-18.649,-4.365],[-21.095,0.114],[-16.327,7.214],[-14.03,11.979],[-11.656,14.299],[-7.037,16.941],[-6.308,18.824]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-51.244,365.107],[323.756,365.107],[323.756,-301.893],[-51.244,-301.893]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-51.244,-301.893],[323.756,-301.893],[323.756,365.107],[-51.244,365.107]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[40.494,243.143],"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":"Group 9","np":4,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[59.879,60.162],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":5,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"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":[[-52,370],[323,370],[323,-297],[-52,-297]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-52,-297],[323,-297],[323,370],[-52,370]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.847000002394,0.470999983245,0.689999988032,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[41.25,238.25],"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":"Group 10","np":4,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false}],"ip":31,"op":2036,"st":31,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"4","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[0],"e":[100]},{"t":41}],"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},"n":"0p667_1_0p333_0","t":35,"s":[153.5,178.5,0],"e":[82.5,128.5,0],"to":[-11.8333330154419,-8.33333301544189,0],"ti":[11.8333330154419,8.33333301544189,0]},{"t":50}],"ix":2},"a":{"a":0,"k":[171.75,134.75,0],"ix":1},"s":{"a":0,"k":[127,127,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764999988032,0.769000004787,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[314.851,240.685],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.794,0.209],[3.065,0],[6.154,0],[0.323,0],[4.88,0],[3.938,0],[0.851,-0.222],[-10.77,0],[-0.526,0],[-6.989,0]],"o":[[-0.85,-0.222],[-3.938,0],[-4.882,0],[-0.324,0],[-6.154,0],[-3.067,0],[-0.795,0.209],[6.988,0],[0.527,0],[10.771,0]],"v":[[23.859,-4.084],[18.637,-0.894],[6.692,-7.727],[0,-3.811],[-6.691,-7.727],[-18.637,-0.894],[-23.858,-4.084],[-11.622,7.727],[0,2.132],[11.623,7.727]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-325.101,360.544],[49.899,360.544],[49.899,-306.456],[-325.101,-306.456]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-325.101,-306.456],[49.899,-306.456],[49.899,360.544],[-325.101,360.544]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[314.351,247.706],"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":"Group 11","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.319,0.634],[0,0],[0.318,-0.633],[0,0],[-0.704,0],[0,0]],"o":[[0,0],[-0.318,-0.633],[0,0],[-0.319,0.634],[0,0],[0.704,0]],"v":[[3.452,2.595],[0.58,-3.103],[-0.579,-3.103],[-3.452,2.595],[-2.752,3.736],[2.752,3.736]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-325.81,368.125],[49.19,368.125],[49.19,-298.875],[-325.81,-298.875]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-325.81,-298.875],[49.19,-298.875],[49.19,368.125],[-325.81,368.125]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[315.06,240.125],"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":"Group 12","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.788,1.823],[0.896,0.361],[0.029,0.828],[-0.391,0.13],[-1.186,0.886],[-0.368,0.491],[-0.53,1.581],[0,2.305],[1.317,0.982],[2.298,2.569],[1.771,0.763],[1.452,0.143],[0,0],[2.014,-0.866],[1.109,-1.241],[0.088,-3.437],[0,-1.806],[-1.971,-0.777],[-0.874,-1.173],[-0.791,-0.629],[-1.106,-0.314],[0.043,-0.911],[0.317,-0.103],[1.023,-0.492],[3.882,-4.565],[-0.963,0],[0,0],[-0.58,0.105]],"o":[[-1.025,-0.492],[-0.32,-0.132],[-0.031,-0.895],[1.096,-0.367],[0.794,-0.596],[0.873,-1.173],[1.973,-0.777],[0,-1.806],[-0.089,-3.437],[-1.106,-1.24],[-0.708,-0.302],[-1.404,-0.549],[0,0],[-1.775,0.763],[-2.294,2.569],[-1.321,0.982],[0,2.306],[0.534,1.581],[0.373,0.5],[1.141,0.904],[0.433,0.123],[-0.038,0.842],[-0.897,0.361],[-3.726,1.793],[0.882,0.254],[0,0],[0.611,0],[-3.928,-4.701]],"v":[[8.572,14.106],[5.254,12.438],[4.712,10.659],[5.254,9.184],[8.958,7.035],[10.798,5.311],[12.463,1.593],[16.27,-3.949],[14.265,-7.445],[11.253,-17.735],[6.743,-20.784],[3.287,-21.453],[0.931,-23.634],[-6.934,-20.784],[-11.449,-17.735],[-14.568,-7.445],[-16.465,-3.949],[-12.766,1.593],[-10.984,5.311],[-9.142,7.122],[-5.558,9.184],[-4.992,10.654],[-5.558,12.438],[-8.765,14.106],[-20.78,23.236],[-18.006,23.634],[18.994,23.634],[20.78,23.466]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-325.006,362.634],[49.994,362.634],[49.994,-304.366],[-325.006,-304.366]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-325.006,-304.366],[49.994,-304.366],[49.994,362.634],[-325.006,362.634]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[314.256,245.616],"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":"Group 13","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[57,57.182],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":3,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"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":[[-325.5,367.5],[49.5,367.5],[49.5,-299.5],[-325.5,-299.5]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-325.5,-299.5],[49.5,-299.5],[49.5,367.5],[-325.5,367.5]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764999988032,0.769000004787,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[314.75,240.75],"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":"Group 14","np":4,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false}],"ip":35,"op":2040,"st":35,"bm":0}]},{"id":"comp_11","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"mão","parent":8,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":55,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":59,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":183,"s":[100],"e":[0]},{"t":194}],"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},"n":"0p667_1_0p333_0","t":55,"s":[361.073,284.732,0],"e":[327.432,264.456,0],"to":[-5.60675859451294,-3.3794162273407,0],"ti":[5.60675859451294,3.3794162273407,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":68,"s":[327.432,264.456,0],"e":[327.432,264.456,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":179,"s":[327.432,264.456,0],"e":[361.073,284.732,0],"to":[5.60675859451294,3.3794162273407,0],"ti":[-5.60675859451294,-3.3794162273407,0]},{"t":194}],"ix":2},"a":{"a":0,"k":[255.416,197.125,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":70,"s":[55,55,100],"e":[46.083,46.083,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p833_1_0p333_0","0p833_1_0p333_0","0p833_1_0p333_0"],"t":75,"s":[46.083,46.083,100],"e":[46.083,46.083,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":171,"s":[46.083,46.083,100],"e":[55,55,100]},{"t":176}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.841,2.005],[0,0],[2.17,-0.905],[0.321,-0.261],[0.017,0.001],[1.878,-0.783],[0.425,-0.537],[0.144,0.004],[1.695,-0.706],[0.389,-0.408],[0,0],[1.871,1.323],[1.432,-1.771],[-1.67,-1.907],[0,0],[-1.505,-3.588],[0,0],[1.284,3.06],[0,0],[-1.188,-3.72],[-4.809,-2.582],[0,0],[0,0]],"o":[[0,0],[0,0],[-0.867,-2.066],[-0.404,0.169],[-0.017,-0.001],[-0.993,-1.6],[-0.685,0.287],[-0.148,-0.004],[-1.082,-1.275],[-0.56,0.234],[-1.602,-0.058],[-1.657,0.194],[-2.15,-1.519],[-1.842,2.279],[1.67,1.907],[0,0],[1.506,3.589],[-1.691,0.706],[-1.284,-3.06],[-1.903,0.794],[1.189,3.72],[4.809,2.581],[0,0],[6.661,-2.779]],"v":[[21.137,5.028],[15.578,-8.22],[15.609,-8.233],[10.11,-10.334],[9.019,-9.683],[8.968,-9.685],[3.994,-11.17],[2.318,-9.901],[1.88,-9.912],[-2.776,-10.954],[-4.204,-9.971],[-6.747,-10.169],[-17.631,-19.226],[-22.587,-19.623],[-18.621,-12.149],[-10.502,-1.85],[-7.538,5.213],[-7.98,9.617],[-13.036,2.431],[-17.278,1.203],[-16.456,10.269],[-7.281,18.813],[1.524,20.16],[17.768,13.382]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.263000009574,0.224000010771,0.122000002394,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[254.402,194.939],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.841,2.005],[0,0],[2.17,-0.905],[0.321,-0.261],[0.017,0.001],[1.878,-0.783],[0.425,-0.537],[0.144,0.004],[1.695,-0.706],[0.389,-0.408],[0,0],[1.871,1.323],[1.432,-1.771],[-1.67,-1.907],[0,0],[-1.505,-3.588],[0,0],[1.284,3.06],[0,0],[-1.188,-3.72],[-4.809,-2.582],[0,0],[0,0]],"o":[[0,0],[0,0],[-0.867,-2.066],[-0.404,0.169],[-0.017,-0.001],[-0.993,-1.6],[-0.685,0.287],[-0.148,-0.004],[-1.082,-1.275],[-0.56,0.234],[-1.602,-0.058],[-1.657,0.194],[-2.15,-1.519],[-1.842,2.279],[1.67,1.907],[0,0],[1.506,3.589],[-1.691,0.706],[-1.284,-3.06],[-1.903,0.794],[1.189,3.72],[4.809,2.581],[0,0],[6.661,-2.779]],"v":[[21.137,5.028],[15.578,-8.22],[15.609,-8.233],[10.11,-10.334],[9.019,-9.683],[8.968,-9.685],[3.994,-11.17],[2.318,-9.901],[1.88,-9.912],[-2.776,-10.954],[-4.204,-9.971],[-6.747,-10.169],[-17.631,-19.226],[-22.587,-19.623],[-18.621,-12.149],[-10.502,-1.85],[-7.538,5.213],[-7.98,9.617],[-13.036,2.431],[-17.278,1.203],[-16.456,10.269],[-7.281,18.813],[1.524,20.16],[17.768,13.382]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-320.05,404.312],[54.95,404.312],[54.95,-262.688],[-320.05,-262.688]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-320.05,-262.688],[54.95,-262.688],[54.95,404.312],[-320.05,404.312]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[254.402,194.939],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":55,"op":2069,"st":64,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Verde","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":113,"s":[100],"e":[4]},{"t":116}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":79,"s":[-45],"e":[0]},{"t":85}],"ix":10},"p":{"a":0,"k":[189.237,82.135,0],"ix":2},"a":{"a":0,"k":[39.968,42.407,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":77,"s":[0,0,100],"e":[100,100,100]},{"t":83}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[9.625,0],[0,9.64]],"o":[[0,9.64],[-9.624,0],[0,0]],"v":[[17.427,-8.728],[-0.001,8.728],[-17.427,-8.728]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":6,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[40.12,49.104],"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":"Group 6","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-1.647],[-1.471,0],[0,1.648],[1.472,0]],"o":[[0,1.648],[1.472,0],[0,-1.647],[-1.471,0]],"v":[[8.983,-283.61],[11.647,-280.628],[14.312,-283.61],[11.647,-286.593]],"c":true},"ix":2},"nm":"Path 2","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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[38.231,312.772],"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":"Group 7","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-1.647],[-1.471,0],[0,1.648],[1.472,0]],"o":[[0,1.648],[1.472,0],[0,-1.647],[-1.471,0]],"v":[[-11.416,-283.48],[-8.752,-280.497],[-6.088,-283.48],[-8.752,-286.462]],"c":true},"ix":2},"nm":"Path 2","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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[38.231,312.772],"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":"Group 8","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-16.551],[16.551,0],[0,16.551],[-16.551,0]],"o":[[0,16.551],[-16.551,0],[0,-16.551],[16.551,0]],"v":[[29.969,0],[0.001,29.968],[-29.969,0],[0.001,-29.968]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[39.968,39.968],"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":"Group 9","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-16.551],[16.551,0],[0,16.551],[-16.551,0]],"o":[[0,16.551],[-16.551,0],[0,-16.551],[16.551,0]],"v":[[29.969,0],[0.001,29.968],[-29.969,0],[0.001,-29.968]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-189.237,606.304],[185.763,606.304],[185.763,-60.696],[-189.237,-60.696]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-189.237,-60.696],[185.763,-60.696],[185.763,606.304],[-189.237,606.304]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.13300000359,0.556999954523,0.224000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[39.968,39.968],"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":"Group 10","np":4,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false}],"ip":77,"op":116,"st":75,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Vermelho","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":152,"s":[100],"e":[4]},{"t":155}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":121,"s":[-45],"e":[0]},{"t":127}],"ix":10},"p":{"a":0,"k":[189.5,339.749,0],"ix":2},"a":{"a":0,"k":[40.231,582.022,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":119,"s":[0,0,100],"e":[100,100,100]},{"t":125}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[7.144,0],[2.51,-6.551]],"o":[[-2.69,-6.162],[-7.425,0],[0,0]],"v":[[16.125,4.867],[0.15,-5.601],[-16.125,5.601]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":6,"ix":5},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[39.969,588.424],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-1.648],[-1.471,0],[0,1.647],[1.472,0]],"o":[[0,1.647],[1.472,0],[0,-1.648],[-1.471,0]],"v":[[8.983,257.269],[11.647,260.252],[14.312,257.269],[11.647,254.286]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[38.231,312.772],"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":"Group 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-1.648],[-1.471,0],[0,1.647],[1.472,0]],"o":[[0,1.647],[1.472,0],[0,-1.648],[-1.471,0]],"v":[[-11.416,257.4],[-8.752,260.382],[-6.088,257.4],[-8.752,254.417]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[38.231,312.772],"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":"Group 3","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-16.551],[16.551,0],[0,16.551],[-16.551,0]],"o":[[0,16.551],[-16.551,0],[0,-16.551],[16.551,0]],"v":[[29.969,0],[0.001,29.968],[-29.969,0],[0.001,-29.968]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[39.968,580.847],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-16.551],[16.551,0],[0,16.551],[-16.551,0]],"o":[[0,16.551],[-16.551,0],[0,-16.551],[16.551,0]],"v":[[29.969,0],[0.001,29.968],[-29.969,0],[0.001,-29.968]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.980000035903,0.234999997008,0.090000002992,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[39.968,580.847],"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":"Group 5","np":3,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false}],"ip":119,"op":156,"st":118,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Layer 3 Outlines 4","parent":8,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6,"s":[100],"e":[0]},{"t":12}],"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},"n":"0p667_1_0p333_0","t":3,"s":[252.451,166.246,0],"e":[233.846,151.42,0],"to":[-3.10077524185181,-2.47093033790588,0],"ti":[3.10077524185181,2.47093033790588,0]},{"t":13}],"ix":2},"a":{"a":0,"k":[153.74,120.75,0],"ix":1},"s":{"a":0,"k":[60.63,60.63,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.356,0.163],[12.116,0],[3.211,-0.924],[3.615,0],[2.649,0.757],[6.709,0],[0.281,-0.129],[0.029,-0.395],[0,0],[-0.44,-0.177],[-0.076,-0.153],[-0.173,-0.822],[-1.248,-3.289],[-3.574,-1.543],[-3.174,0],[-2.358,1.018],[-1.871,5.102],[-0.21,0.613],[-2.058,0],[-1.298,-3.75],[-0.277,-0.752],[-6.152,-2.656],[-3.1,0],[-2.139,0.924],[-1.445,3.805],[-0.548,2.644],[-0.052,0.172],[-0.458,0.182],[0.029,0.46],[0,0]],"o":[[-0.282,-0.129],[-6.709,0],[-2.65,0.757],[-3.619,0],[-3.213,-0.924],[-12.117,0],[-0.361,0.163],[0,0],[-0.028,0.46],[0.464,0.182],[0.06,0.186],[0.548,2.653],[1.439,3.805],[2.133,0.924],[3.099,0],[6.146,-2.656],[0.271,-0.756],[1.303,-3.75],[2.057,0],[0.216,0.618],[1.861,5.106],[2.362,1.018],[3.169,0],[3.568,-1.543],[1.237,-3.271],[0.178,-0.841],[0.089,-0.176],[0.441,-0.177],[0,0],[-0.028,-0.395]],"v":[[41.254,-12.828],[22.122,-16],[8.558,-14.04],[0,-12.633],[-8.557,-14.04],[-22.123,-16],[-41.254,-12.828],[-41.883,-11.922],[-42.234,-6.714],[-41.545,-5.641],[-40.471,-4.948],[-40.124,-3.365],[-37.31,7.521],[-30.764,14.504],[-22.165,16],[-13.819,14.443],[-4.328,2.652],[-3.606,0.599],[0,-3.633],[3.605,0.599],[4.333,2.648],[13.814,14.443],[22.165,16],[30.769,14.504],[37.311,7.521],[40.114,-3.322],[40.461,-4.925],[41.544,-5.641],[42.233,-6.714],[41.881,-11.922]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[153.486,153.251],"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":"Group 9","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.444,-2.858],[0,0],[3.189,0],[0,0],[-1.444,2.862]],"o":[[1.441,-2.858],[0,0],[1.445,2.862],[0,0],[-3.186,0],[0,0]],"v":[[-2.623,-13.999],[2.626,-13.999],[15.629,11.708],[12.458,16.857],[-12.46,16.857],[-15.63,11.708]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[153.443,164.393],"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":"Group 10","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.11,-0.359],[3.583,-1.711],[9.862,-8.439],[0,0],[8.979,4.294],[3.135,1.258],[0.101,2.882],[-1.37,0.453],[-4.151,3.083],[-1.287,1.712],[-1.855,5.505],[0,8.021],[4.612,3.416],[8.044,8.94],[6.202,2.655],[5.085,0.497],[0,0],[7.054,-3.014],[3.88,-4.322],[0.309,-11.966],[0,-6.285],[-6.902,-2.705],[-3.06,-4.083],[-2.77,-2.189],[-3.874,-1.095],[0.152,-3.17]],"o":[[-3.142,1.258],[-8.978,4.294],[0,0],[-9.863,-8.439],[-3.59,-1.711],[-1.124,-0.459],[-0.107,-3.114],[3.836,-1.278],[2.782,-2.076],[3.06,-4.083],[6.908,-2.705],[0,-6.285],[-0.309,-11.966],[-3.874,-4.316],[-2.48,-1.051],[-4.915,-1.913],[0,0],[-6.215,2.655],[-8.032,8.94],[-4.625,3.416],[0,8.028],[1.868,5.505],[1.306,1.743],[3.994,3.146],[1.514,0.427],[-0.132,2.932]],"v":[[-19.122,50.556],[-30.352,56.363],[-59.301,75],[59.301,75],[30.349,56.363],[18.734,50.556],[16.834,44.365],[18.734,39.232],[31.699,31.751],[38.141,25.749],[43.971,12.808],[57.302,-6.481],[50.28,-18.648],[39.737,-54.465],[23.945,-65.078],[11.844,-67.406],[3.598,-75],[-23.942,-65.078],[-39.747,-54.465],[-50.668,-18.648],[-57.312,-6.481],[-44.359,12.808],[-38.119,25.749],[-31.671,32.053],[-19.122,39.232],[-17.141,44.346]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[153.702,166.25],"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":"Group 11","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-5.523,0],[0,0],[0,-5.523],[0,0],[5.523,0],[0,0],[0,5.523],[0,0]],"o":[[0,0],[5.523,0],[0,0],[0,5.523],[0,0],[-5.523,0],[0,0],[0,-5.523]],"v":[[-71.5,-81.5],[71.5,-81.5],[81.5,-71.5],[81.5,71.5],[71.5,81.5],[-71.5,81.5],[-81.5,71.5],[-81.5,-71.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764999988032,0.976000019148,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[155.75,159.75],"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":"Group 12","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":-25,"op":17,"st":-25,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"1","parent":8,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[100],"e":[0]},{"t":10}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[296.159,215.852,0],"ix":2},"a":{"a":0,"k":[171.75,134.75,0],"ix":1},"s":{"a":0,"k":[78.74,78.74,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.539,1.068],[0,0],[0.537,-1.067],[0,0],[-1.189,0],[0,0]],"o":[[0,0],[-0.538,-1.067],[0,0],[-0.539,1.068],[0,0],[1.191,0]],"v":[[5.832,4.369],[0.98,-5.223],[-0.978,-5.223],[-5.832,4.369],[-4.649,6.29],[4.649,6.29]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[41.034,35.95],"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":"Group 15","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.267,0.208],[0,0],[10.909,0],[3.442,-9.861],[0,0],[0,-1.294],[0,0],[-1.267,-0.207],[0,0],[0,1.294],[0,0],[-9.645,0],[-1.455,-10.408],[0,0],[-1.266,0.208],[0,0],[0,1.294],[0,0]],"o":[[0,0],[-3.474,-9.802],[-10.952,0],[0,0],[-1.267,0.208],[0,0],[0,1.294],[0,0],[1.267,0.208],[0,0],[2.607,-8.875],[10.727,0],[0,0],[0,1.294],[0,0],[1.267,-0.207],[0,0],[0,-1.294]],"v":[[27.973,0.008],[23.364,-0.75],[-0.325,-17.589],[-24.052,-0.637],[-27.974,0.008],[-30.277,2.738],[-30.277,13.838],[-27.974,16.568],[-23.037,17.38],[-20.733,15.407],[-20.733,1.669],[-0.325,-13.705],[20.733,4.744],[20.733,15.407],[23.036,17.38],[27.973,16.568],[30.277,13.838],[30.277,2.738]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[41.229,28.838],"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":"Group 16","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.376,0],[0.288,0.287],[1.86,-1.858],[0.574,0.574],[-0.574,0.575],[-3.022,-3.018],[0.574,-0.575]],"o":[[-0.377,0],[-1.873,-1.873],[-0.575,0.574],[-0.574,-0.574],[3.007,-3.005],[0.574,0.574],[-0.288,0.287]],"v":[[4.426,2.709],[3.385,2.279],[-3.385,2.255],[-5.467,2.255],[-5.467,0.175],[5.466,0.199],[5.466,2.279]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[53.45,30.002],"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":"Group 17","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.377,0],[0.288,0.287],[1.281,0.004],[0,0],[0.897,-0.896],[0.575,0.574],[-0.575,0.575],[-2.058,-0.007],[-1.462,-1.461],[0.574,-0.575]],"o":[[-0.377,0],[-0.908,-0.908],[0,0],[-1.272,0],[-0.574,0.574],[-0.575,-0.574],[1.457,-1.457],[2.063,0.005],[0.574,0.574],[-0.288,0.287]],"v":[[4.426,2.335],[3.385,1.905],[-0.01,0.491],[-0.023,0.491],[-3.385,1.881],[-5.465,1.881],[-5.465,-0.199],[-0.001,-2.449],[5.466,-0.174],[5.466,1.905]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[28.634,30.38],"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":"Group 18","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.115,0.004],[5.845,2.783],[1.332,0.532],[0.043,1.218],[-0.581,0.191],[-1.763,1.303],[-0.546,0.723],[-0.787,2.327],[0,3.39],[1.959,1.444],[3.417,3.779],[2.634,1.122],[2.16,0.21],[0,0],[2.996,-1.274],[1.649,-1.826],[0.131,-5.058],[0,-2.657],[-2.932,-1.143],[-1.3,-1.726],[-1.177,-0.925],[-1.646,-0.463],[0.064,-1.341],[0.471,-0.151],[1.522,-0.723],[5.989,-7.384],[-0.355,0],[0,0]],"o":[[-5.994,-7.414],[-1.525,-0.723],[-0.477,-0.194],[-0.046,-1.317],[1.63,-0.54],[1.182,-0.878],[1.3,-1.726],[2.935,-1.143],[0,-2.657],[-0.131,-5.058],[-1.645,-1.824],[-1.053,-0.444],[-2.088,-0.808],[0,0],[-2.639,1.122],[-3.411,3.779],[-1.965,1.444],[0,3.393],[0.793,2.327],[0.555,0.736],[1.696,1.33],[0.643,0.18],[-0.056,1.239],[-1.335,0.532],[-5.84,2.78],[0.345,0.036],[0,0],[0.116,0]],"v":[[31.697,35.042],[12.883,20.469],[7.949,18.014],[7.143,15.398],[7.949,13.228],[13.456,10.066],[16.191,7.529],[18.667,2.058],[24.331,-6.095],[21.348,-11.239],[16.87,-26.379],[10.163,-30.865],[5.023,-31.849],[1.521,-35.059],[-10.178,-30.865],[-16.891,-26.379],[-21.529,-11.239],[-24.35,-6.095],[-18.848,2.058],[-16.199,7.529],[-13.46,10.193],[-8.13,13.228],[-7.288,15.39],[-8.13,18.014],[-12.9,20.469],[-31.697,35.004],[-30.646,35.059],[31.354,35.059]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[40.897,47.191],"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":"Group 19","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[81.709,81.99],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":5,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"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":[[-52,567],[323,567],[323,-100],[-52,-100]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-52,-100],[323,-100],[323,567],[-52,567]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941000007181,1,0.764999988032,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[41.25,41.25],"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":"Group 20","np":4,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false}],"ip":-25,"op":17,"st":-25,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"2","parent":8,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[100],"e":[0]},{"t":12}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[210.333,210.341,0],"ix":2},"a":{"a":0,"k":[171.75,134.75,0],"ix":1},"s":{"a":0,"k":[78.74,78.74,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.864,0],[0,0],[0,0],[3.795,0],[0,0],[0,-3.729],[0,0],[0,0],[0,-0.849],[0,0],[-0.864,0],[0,0],[0,0.848],[0,0]],"o":[[0,0],[0,0],[0,-3.729],[0,0],[-3.795,0],[0,0],[0,0],[-0.864,0],[0,0],[0,0.848],[0,0],[0.864,0],[0,0],[0,-0.849]],"v":[[23.903,4.19],[17.191,4.19],[17.191,-1.913],[10.292,-8.694],[-9.828,-8.694],[-16.727,-1.913],[-16.727,4.19],[-23.902,4.19],[-25.472,5.733],[-25.472,7.15],[-23.902,8.694],[23.903,8.694],[25.473,7.15],[25.473,5.733]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-311.067,573.118],[63.933,573.118],[63.933,-93.882],[-311.067,-93.882]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-311.067,-93.882],[63.933,-93.882],[63.933,573.118],[-311.067,573.118]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[300.317,35.132],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.526,-1.041],[0,0],[1.161,0],[0,0],[-0.525,1.042]],"o":[[0.525,-1.041],[0,0],[0.527,1.042],[0,0],[-1.159,0],[0,0]],"v":[[-0.955,-5.097],[0.956,-5.097],[5.69,4.263],[4.536,6.138],[-4.537,6.138],[-5.691,4.263]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-310.823,556.3],[64.177,556.3],[64.177,-110.7],[-310.823,-110.7]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-310.823,-110.7],[64.177,-110.7],[64.177,556.3],[-310.823,556.3]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[300.073,51.95],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.375,-0.121],[1.209,-0.577],[2.648,-1.986],[-0.38,0],[0,0],[2.427,1.161],[1.058,0.425],[0.034,0.972],[-0.462,0.153],[-1.401,1.04],[-0.435,0.577],[-0.626,1.857],[0,2.707],[1.556,1.153],[2.715,3.016],[2.092,0.896],[1.715,0.168],[0,0],[2.38,-1.016],[1.309,-1.459],[0.104,-4.038],[0,-2.12],[-2.329,-0.913],[-1.033,-1.378],[-0.935,-0.739],[-1.307,-0.369],[0.052,-1.07]],"o":[[-1.06,0.425],[-2.401,1.149],[0.369,0.041],[0,0],[-2.678,-2.019],[-1.212,-0.577],[-0.379,-0.155],[-0.037,-1.051],[1.295,-0.431],[0.939,-0.701],[1.032,-1.378],[2.331,-0.913],[0,-2.12],[-0.105,-4.038],[-1.307,-1.457],[-0.837,-0.354],[-1.659,-0.645],[0,0],[-2.097,0.896],[-2.71,3.016],[-1.561,1.153],[0,2.709],[0.631,1.857],[0.441,0.588],[1.347,1.061],[0.511,0.144],[-0.044,0.989]],"v":[[-6.451,17.855],[-10.24,19.815],[-17.93,24.443],[-16.808,24.51],[18.02,24.51],[10.242,19.815],[6.322,17.855],[5.682,15.766],[6.322,14.034],[10.697,11.51],[12.871,9.485],[14.838,5.118],[19.336,-1.391],[16.967,-5.495],[13.409,-17.581],[8.081,-21.162],[3.998,-21.948],[1.215,-24.51],[-8.077,-21.162],[-13.41,-17.581],[-17.095,-5.495],[-19.337,-1.391],[-14.967,5.118],[-12.861,9.485],[-10.685,11.612],[-6.451,14.034],[-5.783,15.76]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-310.807,554.509],[64.193,554.509],[64.193,-112.491],[-310.807,-112.491]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-310.807,-112.491],[64.193,-112.491],[64.193,554.509],[-310.807,554.509]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[300.057,53.741],"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":"Group 3","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[54.581,54.842],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":5,"ix":4},"nm":"Rectangle Path 2","mn":"ADBE Vector Shape - Rect","hd":false},{"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":[[-311.5,557.5],[63.5,557.5],[63.5,-109.5],[-311.5,-109.5]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-311.5,-109.5],[63.5,-109.5],[63.5,557.5],[-311.5,557.5]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764999988032,1,0.875,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[300.75,50.75],"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":"Group 4","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":-25,"op":17,"st":-25,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"3","parent":8,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[100],"e":[0]},{"t":10}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[294.585,157.585,0],"ix":2},"a":{"a":0,"k":[171.75,134.75,0],"ix":1},"s":{"a":0,"k":[78.74,78.74,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.467,0.926],[0,0],[0.466,-0.925],[0,0],[-1.03,0],[0,0]],"o":[[0,0],[-0.467,-0.925],[0,0],[-0.467,0.926],[0,0],[1.032,0]],"v":[[5.056,3.787],[0.851,-4.527],[-0.848,-4.527],[-5.055,3.787],[-4.029,5.452],[4.031,5.452]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-50.778,368.251],[324.222,368.251],[324.222,-298.749],[-50.778,-298.749]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-50.778,-298.749],[324.222,-298.749],[324.222,368.251],[-50.778,368.251]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[40.028,239.999],"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":"Group 5","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.693,1.047],[-1.358,0.907],[-0.693,-1.046],[1.359,-0.907]],"o":[[-0.692,-1.046],[1.358,-0.906],[0.692,1.046],[-1.358,0.906]],"v":[[-2.46,1.64],[-1.254,-1.894],[2.46,-1.641],[1.253,1.895]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-43.714,387.731],[331.286,387.731],[331.286,-279.269],[-43.714,-279.269]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-43.714,-279.269],[331.286,-279.269],[331.286,387.731],[-43.714,387.731]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[32.964,220.519],"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":"Group 6","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.249,-0.166],[0.117,-0.164],[0.189,0.002],[0.178,-0.065],[0.112,0.105],[0.246,0.031],[-0.044,0.232],[0.126,0.217],[-0.249,0.166],[-0.118,0.164],[-0.189,-0.002],[-0.178,0.065],[-0.112,-0.105],[-0.247,-0.031],[0.045,-0.231],[-0.125,-0.217]],"o":[[-0.172,0.115],[-0.155,-0.08],[-0.176,-0.003],[-0.046,-0.148],[-0.157,-0.147],[0.175,-0.208],[0.05,-0.258],[0.295,-0.023],[0.171,-0.115],[0.154,0.079],[0.175,0.003],[0.047,0.148],[0.157,0.147],[-0.176,0.208],[-0.05,0.259],[-0.294,0.023]],"v":[[0.632,0.953],[0.208,1.382],[-0.301,1.244],[-0.833,1.351],[-1.059,0.962],[-1.676,0.705],[-1.333,0.043],[-1.456,-0.675],[-0.631,-0.953],[-0.206,-1.382],[0.303,-1.244],[0.833,-1.351],[1.059,-0.962],[1.676,-0.705],[1.331,-0.043],[1.456,0.675]],"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":[[1.751,-0.057],[0.069,-0.005],[-0.056,0.05],[0.685,0.639],[1.204,-0.824],[0.887,0.011],[0.511,-1.338],[0.847,-0.565],[-0.831,-1.253],[-0.105,-0.119],[0.193,-0.007],[0.193,-1.01],[-1.751,0.057],[-0.069,0.004],[0.056,-0.05],[-0.684,-0.64],[-1.205,0.824],[-0.887,-0.011],[-0.511,1.338],[-0.847,0.565],[0.83,1.254],[0.105,0.119],[-0.193,0.006],[-0.194,1.009]],"o":[[-0.07,0.003],[0.056,-0.048],[1.392,-1.266],[-0.566,-0.531],[0.072,-1.246],[-0.933,-0.012],[-0.848,-0.916],[-0.972,0.649],[0.091,0.139],[-0.18,-0.013],[-1.752,0.057],[-0.194,1.009],[0.07,-0.002],[-0.056,0.047],[-1.391,1.266],[0.568,0.53],[-0.072,1.245],[0.933,0.012],[0.848,0.916],[0.971,-0.649],[-0.091,-0.139],[0.18,0.013],[1.752,-0.058],[0.193,-1.009]],"v":[[4.855,-1.974],[4.648,-1.955],[4.818,-2.095],[6.098,-5.545],[3.076,-4.985],[1.742,-7.167],[-0.725,-4.843],[-3.637,-5.495],[-3.893,-2.05],[-3.594,-1.667],[-4.152,-1.681],[-7.674,0.25],[-4.855,1.974],[-4.648,1.956],[-4.818,2.095],[-6.1,5.546],[-3.075,4.986],[-1.742,7.167],[0.725,4.843],[3.637,5.495],[3.893,2.05],[3.596,1.667],[4.152,1.682],[7.676,-0.249]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-43.73,387.715],[331.27,387.715],[331.27,-279.285],[-43.73,-279.285]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-43.73,-279.285],[331.27,-279.285],[331.27,387.715],[-43.73,387.715]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[32.98,220.535],"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":"Group 7","np":6,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[14.803,0.33],[1.996,-0.953],[0,0],[-1.808,3.553],[-12.67,0.623]],"o":[[-5.189,-0.116],[-12.883,0.356],[7.73,-0.114],[1.594,1.773],[0,0]],"v":[[4.241,-8.529],[-6.161,-6.994],[-18.13,6.132],[-4.838,-1.594],[17.727,8.022]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-51.484,382.14],[323.516,382.14],[323.516,-284.86],[-51.484,-284.86]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-51.484,-284.86],[323.516,-284.86],[323.516,382.14],[-51.484,382.14]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[40.734,226.11],"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":"Group 8","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.409,-0.132],[1.319,-0.629],[1.216,-0.699],[0,0],[1.138,0.545],[1.154,0.463],[0.038,1.061],[-0.504,0.167],[-1.528,1.135],[-0.473,0.63],[-0.683,2.026],[0,2.952],[1.697,1.257],[2.961,3.291],[2.283,0.978],[1.872,0.183],[0,0],[2.596,-1.109],[1.428,-1.591],[0.114,-4.405],[0,-2.314],[-2.54,-0.996],[-1.126,-1.503],[-1.02,-0.806],[-1.426,-0.402],[0.056,-1.167]],"o":[[-1.157,0.463],[-1.138,0.545],[0,0],[-1.216,-0.699],[-1.321,-0.629],[-0.414,-0.169],[-0.039,-1.146],[1.412,-0.47],[1.024,-0.764],[1.127,-1.503],[2.543,-0.996],[0,-2.314],[-0.114,-4.405],[-1.426,-1.589],[-0.913,-0.387],[-1.809,-0.704],[0,0],[-2.288,0.978],[-2.956,3.291],[-1.702,1.257],[0,2.955],[0.688,2.026],[0.481,0.641],[1.47,1.158],[0.557,0.158],[-0.049,1.079]],"v":[[-7.037,21.109],[-11.171,23.247],[-14.713,25.107],[14.716,25.107],[11.173,23.247],[6.898,21.109],[6.198,18.83],[6.898,16.941],[11.67,14.187],[14.041,11.979],[16.187,7.214],[21.095,0.114],[18.51,-4.365],[14.629,-17.549],[8.816,-21.455],[4.361,-22.313],[1.326,-25.107],[-8.811,-21.455],[-14.629,-17.549],[-18.649,-4.365],[-21.095,0.114],[-16.327,7.214],[-14.03,11.979],[-11.656,14.299],[-7.037,16.941],[-6.308,18.824]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-51.244,365.107],[323.756,365.107],[323.756,-301.893],[-51.244,-301.893]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-51.244,-301.893],[323.756,-301.893],[323.756,365.107],[-51.244,365.107]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[40.494,243.143],"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":"Group 9","np":4,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[59.879,60.162],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":5,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"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":[[-52,370],[323,370],[323,-297],[-52,-297]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-52,-297],[323,-297],[323,370],[-52,370]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.847000002394,0.470999983245,0.689999988032,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[41.25,238.25],"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":"Group 10","np":4,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false}],"ip":-25,"op":17,"st":-25,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"4","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":3,"s":[263.5,265.5,0],"e":[188.5,178.5,0],"to":[-12.5,-14.5,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":23,"s":[188.5,178.5,0],"e":[188.5,178.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":75,"s":[188.5,178.5,0],"e":[188.5,141,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":92,"s":[188.5,141,0],"e":[188.5,141,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":110,"s":[188.5,141,0],"e":[188.5,213,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":128,"s":[188.5,213,0],"e":[188.5,213,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":148,"s":[188.5,213,0],"e":[188.5,178.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":168}],"ix":2},"a":{"a":0,"k":[314.27,242.624,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":3,"s":[127,127,100],"e":[217,217,100]},{"t":23}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.794,0.209],[3.065,0],[6.154,0],[0.323,0],[4.88,0],[3.938,0],[0.851,-0.222],[-10.77,0],[-0.526,0],[-6.989,0]],"o":[[-0.85,-0.222],[-3.938,0],[-4.882,0],[-0.324,0],[-6.154,0],[-3.067,0],[-0.795,0.209],[6.988,0],[0.527,0],[10.771,0]],"v":[[23.859,-4.084],[18.637,-0.894],[6.692,-7.727],[0,-3.811],[-6.691,-7.727],[-18.637,-0.894],[-23.858,-4.084],[-11.622,7.727],[0,2.132],[11.623,7.727]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-325.101,360.544],[49.899,360.544],[49.899,-306.456],[-325.101,-306.456]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-325.101,-306.456],[49.899,-306.456],[49.899,360.544],[-325.101,360.544]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.243000000598,0.13300000359,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[314.351,247.706],"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":"Group 11","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.319,0.634],[0,0],[0.318,-0.633],[0,0],[-0.704,0],[0,0]],"o":[[0,0],[-0.318,-0.633],[0,0],[-0.319,0.634],[0,0],[0.704,0]],"v":[[3.452,2.595],[0.58,-3.103],[-0.579,-3.103],[-3.452,2.595],[-2.752,3.736],[2.752,3.736]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-325.81,368.125],[49.19,368.125],[49.19,-298.875],[-325.81,-298.875]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-325.81,-298.875],[49.19,-298.875],[49.19,368.125],[-325.81,368.125]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952999997606,0.528999956916,0.62400004069,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[315.06,240.125],"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":"Group 12","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.788,1.823],[0.896,0.361],[0.029,0.828],[-0.391,0.13],[-1.186,0.886],[-0.368,0.491],[-0.53,1.581],[0,2.305],[1.317,0.982],[2.298,2.569],[1.771,0.763],[1.452,0.143],[0,0],[2.014,-0.866],[1.109,-1.241],[0.088,-3.437],[0,-1.806],[-1.971,-0.777],[-0.874,-1.173],[-0.791,-0.629],[-1.106,-0.314],[0.043,-0.911],[0.317,-0.103],[1.023,-0.492],[3.882,-4.565],[-0.963,0],[0,0],[-0.58,0.105]],"o":[[-1.025,-0.492],[-0.32,-0.132],[-0.031,-0.895],[1.096,-0.367],[0.794,-0.596],[0.873,-1.173],[1.973,-0.777],[0,-1.806],[-0.089,-3.437],[-1.106,-1.24],[-0.708,-0.302],[-1.404,-0.549],[0,0],[-1.775,0.763],[-2.294,2.569],[-1.321,0.982],[0,2.306],[0.534,1.581],[0.373,0.5],[1.141,0.904],[0.433,0.123],[-0.038,0.842],[-0.897,0.361],[-3.726,1.793],[0.882,0.254],[0,0],[0.611,0],[-3.928,-4.701]],"v":[[8.572,14.106],[5.254,12.438],[4.712,10.659],[5.254,9.184],[8.958,7.035],[10.798,5.311],[12.463,1.593],[16.27,-3.949],[14.265,-7.445],[11.253,-17.735],[6.743,-20.784],[3.287,-21.453],[0.931,-23.634],[-6.934,-20.784],[-11.449,-17.735],[-14.568,-7.445],[-16.465,-3.949],[-12.766,1.593],[-10.984,5.311],[-9.142,7.122],[-5.558,9.184],[-4.992,10.654],[-5.558,12.438],[-8.765,14.106],[-20.78,23.236],[-18.006,23.634],[18.994,23.634],[20.78,23.466]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"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":[[-325.006,362.634],[49.994,362.634],[49.994,-304.366],[-325.006,-304.366]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-325.006,-304.366],[49.994,-304.366],[49.994,362.634],[-325.006,362.634]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.760999971278,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[314.256,245.616],"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":"Group 13","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[57,57.182],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":3,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"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":[[-325.5,367.5],[49.5,367.5],[49.5,-299.5],[-325.5,-299.5]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-325.5,-299.5],[49.5,-299.5],[49.5,367.5],[-325.5,367.5]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764999988032,0.769000004787,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[314.75,240.75],"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":"Group 14","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":-25,"op":244,"st":-25,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Text","parent":8,"sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":23,"s":[313.809,300.228,0],"e":[313.809,316.818,0],"to":[0,2.764976978302,0],"ti":[0,-2.764976978302,0]},{"t":33}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[46.083,46.083,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[50.828,9.727],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":2,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764705882353,0.76862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1.914,-53.137],"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 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[74.885,13.982],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":3,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.764705882353,0.76862745098,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1.442,-76.009],"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 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[124.83,99.492],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":7,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.980392156863,0.980392156863,0.980392156863,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1.915,-84.754],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[98.674,118.226],"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,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":23,"op":1980,"st":-25,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"r1","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":33,"s":[2],"e":[100]},{"t":40}],"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},"n":"0p667_1_0p333_0","t":33,"s":[265.063,149.875,0],"e":[206.063,203.875,0],"to":[-9.83333301544189,9,0],"ti":[9.83333301544189,-9,0]},{"t":44}],"ix":2},"a":{"a":0,"k":[140.416,136.125,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[20.388,-6.113],[31.745,-21.679],[10.37,-5.9],[16.014,-5.9],[5.926,6.184],[11.57,6.184],[0.213,21.679],[21.587,5.97],[15.944,5.97],[26.031,-6.113]],"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.001,5.899],[10.089,-6.184],[4.445,-6.184],[15.803,-21.679],[-5.572,-5.9],[0.072,-5.9],[-10.016,6.184],[-4.374,6.184],[-15.801,21.679],[5.574,5.97]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-10.37,5.899],[-16.012,5.899],[-5.926,-6.184],[-11.568,-6.184],[-0.212,-21.679],[-21.585,-5.9],[-15.942,-5.9],[-26.031,6.184],[-20.387,6.184],[-31.745,21.679]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.811999990426,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[59.097,50.93],"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":"Group 4","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":33,"op":2038,"st":33,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"r2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":36,"s":[2],"e":[100]},{"t":43}],"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},"n":"0p667_1_0p333_0","t":36,"s":[265.063,149.875,0],"e":[206.063,203.875,0],"to":[-9.83333301544189,9,0],"ti":[9.83333301544189,-9,0]},{"t":47}],"ix":2},"a":{"a":0,"k":[140.416,136.125,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-39.251,5.133],[-2.394,12.895],[-12.86,47.764],[39.673,-4.761],[2.493,-14.558],[14.349,-46.772]],"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],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-21.343,61.975],[-7.528,15.947],[-47.535,7.515],[24.295,-61.975],[7.85,-17.311],[47.535,-6.87]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.811999990426,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[170.888,62.226],"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":"Group 7","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":36,"op":2041,"st":36,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"r3","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[2],"e":[100]},{"t":45}],"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},"n":"0p667_1_0p333_0","t":38,"s":[265.063,149.875,0],"e":[206.063,203.875,0],"to":[-9.83333301544189,9,0],"ti":[9.83333301544189,-9,0]},{"t":49}],"ix":2},"a":{"a":0,"k":[140.416,136.125,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-15.123,1.822],[0.052,5.013],[-3.758,17.736],[15.494,-1.513],[0.052,-5.569],[4.211,-16.892]],"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],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-10.799,29.532],[-4.21,7.545],[-22,3.798],[12.446,-29.532],[4.478,-7.875],[22,-3.263]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.811999990426,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[209.353,112.782],"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":"Group 6","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":38,"op":2043,"st":38,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"r4","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":41,"s":[2],"e":[100]},{"t":48}],"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},"n":"0p667_1_0p333_0","t":41,"s":[265.063,149.875,0],"e":[206.063,203.875,0],"to":[-9.83333301544189,9,0],"ti":[9.83333301544189,-9,0]},{"t":52}],"ix":2},"a":{"a":0,"k":[140.416,136.125,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.281,0.368],[0.463,0],[0,0],[0,0],[0,0],[-0.28,-0.368],[-0.464,0],[0,0]],"o":[[0,0],[0.119,-0.447],[-0.283,-0.366],[0,0],[0,0],[0,0],[-0.118,0.447],[0.284,0.366],[0,0],[0,0]],"v":[[-7.928,27.22],[-2.283,6.047],[-2.541,4.755],[-3.723,4.174],[-17.355,4.174],[7.93,-27.063],[2.284,-5.891],[2.542,-4.599],[3.725,-4.017],[17.357,-4.017]],"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.246,0.519],[0.574,0],[0,0],[0,0],[0.625,0.318],[0.442,-0.545],[0,0],[-0.248,-0.519],[-0.574,0],[0,0],[0,0],[-0.627,-0.318],[-0.229,0],[-0.291,0.359],[0,0]],"o":[[-0.247,-0.517],[0,0],[0,0],[0.18,-0.679],[-0.63,-0.32],[0,0],[-0.36,0.446],[0.247,0.517],[0,0],[0,0],[-0.181,0.679],[0.214,0.111],[0.438,0],[0,0],[0.361,-0.447]],"v":[[21.825,-6.148],[20.48,-6.996],[5.663,-6.996],[12.611,-33.048],[11.849,-34.759],[10.015,-34.369],[-21.637,4.727],[-21.823,6.306],[-20.478,7.153],[-5.66,7.153],[-12.607,33.205],[-11.844,34.916],[-11.17,35.079],[-10.012,34.526],[21.637,-4.569]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"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":[[-87.968,448.437],[287.032,448.437],[287.032,-218.563],[-87.968,-218.563]],"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-87.968,-218.563],[287.032,-218.563],[287.032,448.437],[-87.968,448.437]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","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":"Group 1","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 2","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.811999990426,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[22.321,150.813],"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":"Group 3","np":6,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":41,"op":2046,"st":41,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"r5","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[2],"e":[100]},{"t":51}],"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},"n":"0p667_1_0p333_0","t":44,"s":[265.063,149.875,0],"e":[206.063,203.875,0],"to":[-9.83333301544189,9,0],"ti":[9.83333301544189,-9,0]},{"t":55}],"ix":2},"a":{"a":0,"k":[140.416,136.125,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[14.5,8.281],[4.815,8.281],[13.119,-15.549],[3.433,-15.549],[11.737,-39.374],[-3.666,-39.374],[-14.5,-8.282],[-4.816,-8.283],[-13.116,15.545],[-3.432,15.545],[-11.736,39.374]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.811999990426,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[123.853,232.625],"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":"Group 5","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":44,"op":2049,"st":44,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Final seq crop","refId":"comp_6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[562.5,526.5,0],"ix":2},"a":{"a":0,"k":[187.5,175.5,0],"ix":1},"s":{"a":0,"k":[302.849,302.849,100],"ix":6}},"ao":0,"w":375,"h":351,"ip":0,"op":2005,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":1,"nm":"Cyan Solid 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[562.5,526.5,0],"ix":2},"a":{"a":0,"k":[187.5,175.5,0],"ix":1},"s":{"a":0,"k":[307.407,307.407,100],"ix":6}},"ao":0,"sw":375,"sh":351,"sc":"#23b6c5","ip":0,"op":2005,"st":0,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/preloader.json b/ohos/flutter_lottie/assets/lottiefiles/preloader.json new file mode 100644 index 0000000000000000000000000000000000000000..38e897b4781d8f0980aa2a639f0935718e3021ed --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/preloader.json @@ -0,0 +1 @@ +{"v":"4.5.7","fr":25,"ip":0,"op":33,"w":800,"h":600,"ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":0,"ty":3,"nm":"Null 1","ks":{"o":{"a":0,"k":0},"r":{"a":1,"k":[{"i":{"x":[0.268],"y":[1]},"o":{"x":[0.73],"y":[0]},"n":["0p268_1_0p73_0"],"t":0,"s":[0],"e":[180]},{"t":33}]},"p":{"a":1,"k":[{"i":{"x":0.277,"y":1},"o":{"x":0.721,"y":0},"n":"0p277_1_0p721_0","t":0,"s":[460,304,0],"e":[338,298,0],"to":[-20.3333339691162,-1,0],"ti":[20.3333339691162,1,0]},{"t":33}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[200,200,100]}},"ao":0,"ip":0,"op":33,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 4","parent":0,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.26,"y":1},"o":{"x":0.731,"y":0},"n":"0p26_1_0p731_0","t":6,"s":[14.5,-1.375,0],"e":[14.5,28.625,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.267,"y":1},"o":{"x":0.716,"y":0},"n":"0p267_1_0p716_0","t":19,"s":[14.5,28.625,0],"e":[14.5,-1.375,0],"to":[0,0,0],"ti":[0,0,0]},{"t":32}]},"a":{"a":0,"k":[-99.5,-5.375,0]},"s":{"a":1,"k":[{"i":{"x":[0.279,0.279,0.667],"y":[1,1,0.667]},"o":{"x":[0.728,0.728,0.333],"y":[0,0,0.333]},"n":["0p279_1_0p728_0","0p279_1_0p728_0","0p667_0p667_0p333_0p333"],"t":6,"s":[75,75,100],"e":[150,150,100]},{"i":{"x":[0.275,0.275,0.667],"y":[1,1,0.667]},"o":{"x":[0.729,0.729,0.333],"y":[0,0,0.333]},"n":["0p275_1_0p729_0","0p275_1_0p729_0","0p667_0p667_0p333_0p333"],"t":19,"s":[150,150,100],"e":[75,75,100]},{"t":32}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[20.969,20.969]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0.64,0.16,0.16,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0.84,0.09,0.38,1],"e":[0.18,0.78,0.69,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":17,"s":[0.18,0.78,0.69,1],"e":[0.84,0.09,0.38,1]},{"t":33}]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-99.516,-5.516],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":33,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 3","parent":0,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.281,"y":1},"o":{"x":0.73,"y":0},"n":"0p281_1_0p73_0","t":4,"s":[-15.5,-1.375,0],"e":[-15.5,-31.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.266,"y":1},"o":{"x":0.737,"y":0},"n":"0p266_1_0p737_0","t":17,"s":[-15.5,-31.375,0],"e":[-15.5,-1.375,0],"to":[0,0,0],"ti":[0,0,0]},{"t":30}]},"a":{"a":0,"k":[-99.5,-5.375,0]},"s":{"a":1,"k":[{"i":{"x":[0.279,0.279,0.667],"y":[1,1,0.667]},"o":{"x":[0.728,0.728,0.333],"y":[0,0,0.333]},"n":["0p279_1_0p728_0","0p279_1_0p728_0","0p667_0p667_0p333_0p333"],"t":4,"s":[75,75,100],"e":[150,150,100]},{"i":{"x":[0.275,0.275,0.667],"y":[1,1,0.667]},"o":{"x":[0.729,0.729,0.333],"y":[0,0,0.333]},"n":["0p275_1_0p729_0","0p275_1_0p729_0","0p667_0p667_0p333_0p333"],"t":17,"s":[150,150,100],"e":[75,75,100]},{"t":30}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[20.969,20.969]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0.64,0.16,0.16,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0.84,0.09,0.38,1],"e":[0.61,0.76,0.03,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":17,"s":[0.61,0.76,0.03,1],"e":[0.84,0.09,0.38,1]},{"t":33}]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-99.516,-5.516],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":33,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 2","parent":0,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.28,"y":1},"o":{"x":0.729,"y":0},"n":"0p28_1_0p729_0","t":2,"s":[-45.5,-1.375,0],"e":[-45.5,28.625,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.287,"y":1},"o":{"x":0.714,"y":0},"n":"0p287_1_0p714_0","t":15,"s":[-45.5,28.625,0],"e":[-45.5,-1.375,0],"to":[0,0,0],"ti":[0,0,0]},{"t":28}]},"a":{"a":0,"k":[-99.5,-5.375,0]},"s":{"a":1,"k":[{"i":{"x":[0.279,0.279,0.667],"y":[1,1,0.667]},"o":{"x":[0.728,0.728,0.333],"y":[0,0,0.333]},"n":["0p279_1_0p728_0","0p279_1_0p728_0","0p667_0p667_0p333_0p333"],"t":2,"s":[75,75,100],"e":[150,150,100]},{"i":{"x":[0.275,0.275,0.667],"y":[1,1,0.667]},"o":{"x":[0.729,0.729,0.333],"y":[0,0,0.333]},"n":["0p275_1_0p729_0","0p275_1_0p729_0","0p667_0p667_0p333_0p333"],"t":15,"s":[150,150,100],"e":[75,75,100]},{"t":28}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[20.969,20.969]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0.64,0.16,0.16,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0.84,0.09,0.38,1],"e":[0.95,0.47,0.36,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":17,"s":[0.95,0.47,0.36,1],"e":[0.84,0.09,0.38,1]},{"t":33}]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-99.516,-5.516],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":33,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 1","parent":0,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.279,"y":1},"o":{"x":0.728,"y":0},"n":"0p279_1_0p728_0","t":0,"s":[-75.5,-1.375,0],"e":[-75.5,-31.375,0],"to":[0,-5,0],"ti":[0,0,0]},{"i":{"x":0.264,"y":1},"o":{"x":0.735,"y":0},"n":"0p264_1_0p735_0","t":13,"s":[-75.5,-31.375,0],"e":[-75.5,-1.375,0],"to":[0,0,0],"ti":[0,-5,0]},{"t":26}]},"a":{"a":0,"k":[-99.5,-5.375,0]},"s":{"a":1,"k":[{"i":{"x":[0.279,0.279,0.667],"y":[1,1,0.667]},"o":{"x":[0.728,0.728,0.333],"y":[0,0,0.333]},"n":["0p279_1_0p728_0","0p279_1_0p728_0","0p667_0p667_0p333_0p333"],"t":0,"s":[75,75,100],"e":[150,150,100]},{"i":{"x":[0.275,0.275,0.667],"y":[1,1,0.667]},"o":{"x":[0.729,0.729,0.333],"y":[0,0,0.333]},"n":["0p275_1_0p729_0","0p275_1_0p729_0","0p667_0p667_0p333_0p333"],"t":13,"s":[150,150,100],"e":[75,75,100]},{"t":26}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[20.969,20.969]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0.64,0.16,0.16,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.84,0.09,0.38,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-99.516,-5.516],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":33,"st":0,"bm":0,"sr":1}]}],"layers":[{"ddd":0,"ind":0,"ty":0,"nm":"Komplet","refId":"comp_0","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[400,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":800,"h":600,"ip":0,"op":15,"st":-18,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":0,"nm":"Komplet","refId":"comp_0","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[400,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":800,"h":600,"ip":15,"op":33,"st":15,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/print.json b/ohos/flutter_lottie/assets/lottiefiles/print.json new file mode 100644 index 0000000000000000000000000000000000000000..a514b46604a00ba0851091e0b36d26e0e8f0e823 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/print.json @@ -0,0 +1 @@ +{"v":"4.10.1","fr":30,"ip":0,"op":210,"w":1080,"h":1080,"nm":"Lottie print","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":3,"nm":"paper - parent","sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 24","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[57.865,196.757,0],"ix":2},"a":{"a":0,"k":[265.5,-167.75,0],"ix":1},"s":{"a":0,"k":[48.494,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[166,14.5],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.5,-167.75],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 23","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[265.365,196.757,0],"ix":2},"a":{"a":0,"k":[265.5,-167.75,0],"ix":1},"s":{"a":0,"k":[106.627,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[166,14.5],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.5,-167.75],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 22","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-130.135,157.757,0],"ix":2},"a":{"a":0,"k":[265.5,-167.75,0],"ix":1},"s":{"a":0,"k":[63.705,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[166,14.5],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.5,-167.75],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 21","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[127.865,157.757,0],"ix":2},"a":{"a":0,"k":[265.5,-167.75,0],"ix":1},"s":{"a":0,"k":[135.392,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[166,14.5],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.5,-167.75],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 20","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[265.365,157.757,0],"ix":2},"a":{"a":0,"k":[265.5,-167.75,0],"ix":1},"s":{"a":0,"k":[62.5,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[166,14.5],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.5,-167.75],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 19","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[77.365,117.757,0],"ix":2},"a":{"a":0,"k":[265.5,-167.75,0],"ix":1},"s":{"a":0,"k":[189.006,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[166,14.5],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.5,-167.75],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 18","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[265.365,117.757,0],"ix":2},"a":{"a":0,"k":[265.5,-167.75,0],"ix":1},"s":{"a":0,"k":[97.44,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[166,14.5],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.5,-167.75],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Shape Layer 17","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[265.365,82.757,0],"ix":2},"a":{"a":0,"k":[265.5,-167.75,0],"ix":1},"s":{"a":0,"k":[43.223,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[166,14.5],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.5,-167.75],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Shape Layer 16","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-152.135,47.257,0],"ix":2},"a":{"a":0,"k":[265.5,-167.75,0],"ix":1},"s":{"a":0,"k":[50.452,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[166,14.5],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.5,-167.75],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Shape Layer 15","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[265.365,47.257,0],"ix":2},"a":{"a":0,"k":[265.5,-167.75,0],"ix":1},"s":{"a":0,"k":[234.187,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[166,14.5],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.5,-167.75],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Shape Layer 14","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[265.365,11.757,0],"ix":2},"a":{"a":0,"k":[265.5,-167.75,0],"ix":1},"s":{"a":0,"k":[145.934,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[166,14.5],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.5,-167.75],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Shape Layer 13","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-83.135,-25.243,0],"ix":2},"a":{"a":0,"k":[265.5,-167.75,0],"ix":1},"s":{"a":0,"k":[92.018,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[166,14.5],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.5,-167.75],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"Shape Layer 12","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[192.865,-25.243,0],"ix":2},"a":{"a":0,"k":[265.5,-167.75,0],"ix":1},"s":{"a":0,"k":[145.331,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[166,14.5],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.5,-167.75],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"Shape Layer 11","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[265.365,-25.243,0],"ix":2},"a":{"a":0,"k":[265.5,-167.75,0],"ix":1},"s":{"a":0,"k":[28.163,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[166,14.5],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.5,-167.75],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"Shape Layer 10","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[87.865,-62.743,0],"ix":2},"a":{"a":0,"k":[265.5,-167.75,0],"ix":1},"s":{"a":0,"k":[194.729,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[166,14.5],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.5,-167.75],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"Shape Layer 9","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[265.365,-62.743,0],"ix":2},"a":{"a":0,"k":[265.5,-167.75,0],"ix":1},"s":{"a":0,"k":[93.825,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[166,14.5],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.5,-167.75],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"Shape Layer 8","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[265.365,-101.243,0],"ix":2},"a":{"a":0,"k":[265.5,-167.75,0],"ix":1},"s":{"a":0,"k":[226.355,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[166,14.5],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.5,-167.75],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"Shape Layer 7","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-56.5,-134.75,0],"ix":2},"a":{"a":0,"k":[265.5,-167.75,0],"ix":1},"s":{"a":0,"k":[107.982,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[166,14.5],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.5,-167.75],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":20,"ty":4,"nm":"Shape Layer 6","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-14.5,-134.75,0],"ix":2},"a":{"a":0,"k":[265.5,-167.75,0],"ix":1},"s":{"a":0,"k":[9.94,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[166,14.5],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.5,-167.75],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":21,"ty":4,"nm":"Shape Layer 5","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[265.5,-134.75,0],"ix":2},"a":{"a":0,"k":[265.5,-167.75,0],"ix":1},"s":{"a":0,"k":[150.602,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[166,14.5],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.5,-167.75],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":22,"ty":4,"nm":"Shape Layer 4","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-184,-167.75,0],"ix":2},"a":{"a":0,"k":[265.5,-167.75,0],"ix":1},"s":{"a":0,"k":[31.325,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[166,14.5],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.5,-167.75],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":23,"ty":4,"nm":"Shape Layer 3","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[70,-167.75,0],"ix":2},"a":{"a":0,"k":[265.5,-167.75,0],"ix":1},"s":{"a":0,"k":[134.036,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[166,14.5],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.5,-167.75],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":24,"ty":4,"nm":"Shape Layer 2","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[265.5,-167.75,0],"ix":2},"a":{"a":0,"k":[265.5,-167.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[166,14.5],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.5,-167.75],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":25,"ty":4,"nm":"Title","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[265,-262],[-110,-262]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.658823529412,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":27,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":26,"ty":4,"nm":"mosalas","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-154.5,-438],[-154.5,-273],[-320.5,-273]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":27,"ty":4,"nm":"BG_Strock","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-153.5,-438.25],[-320.25,-272],[-320,435.5],[321.75,435.25],[322.25,-438.75]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":28,"ty":4,"nm":"BG","parent":1,"sr":1,"ks":{"o":{"a":0,"k":28,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-153.5,-438.25],[-320.25,-272],[-320,435.5],[321.75,435.25],[322.25,-438.75]],"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,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 24","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0,"y":0},"n":"0_1_0_0","t":135,"s":[540,664.82,0],"e":[540,85.086,0],"to":[0,-96.6223297119141,0],"ti":[0,96.6223297119141,0]},{"t":158}],"ix":2},"a":{"a":0,"k":[1,308,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p833_1_0p333_0","0p833_1_0p333_0","0p833_1_0p333_0"],"t":135,"s":[100,184,100],"e":[194.674,358.2,100]},{"t":158}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[310,254],"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":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1,435],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-1508,"op":292,"st":-1508,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"paper-orange","parent":1,"tt":1,"refId":"comp_0","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},"n":"0p833_0p833_0p167_0p167","t":42,"s":[1,199.866,0],"e":[1,419.431,0],"to":[0,36.5942039489746,0],"ti":[0,-36.5942039489746,0]},{"t":105}],"ix":2},"a":{"a":0,"k":[540,540,0],"ix":1},"s":{"a":0,"k":[44,23.913,100],"ix":6}},"ao":0,"w":1080,"h":1080,"ip":-9,"op":291,"st":-9,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"mask 3","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[350,199],"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":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-3,-153.5],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":61,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"req 2","parent":6,"tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-105.622,-153.875,0],"ix":2},"a":{"a":0,"k":[-104.75,-153.875,0],"ix":1},"s":{"a":0,"k":[100.353,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-68.5,-189.75],[-68.5,-118],[-141,-118]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":61,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"mask 2","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[350,199],"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":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-3,-153.5],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":61,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 41","parent":8,"tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[142,-119.75,0],"ix":2},"a":{"a":0,"k":[142,-119.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[142,-70.25],[142,70.25],[-142,70.25],[-142,3],[-68.742,-70.25]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,-119.75],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":61,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"mask","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[350,199],"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":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-3,-153.5],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":61,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 40","tt":1,"sr":1,"ks":{"o":{"a":0,"k":28,"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},"n":"0p833_0p833_0p167_0p167","t":30,"s":[682,420.25,0],"e":[682,562.25,0],"to":[0,23.6666660308838,0],"ti":[0,-23.6666660308838,0]},{"t":60}],"ix":2},"a":{"a":0,"k":[142,-119.75,0],"ix":1},"s":{"a":0,"k":[99.648,100,100],"ix":6}},"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],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[142,-70.25],[142,70.25],[-142,70.25],[-142,3],[-68.742,-70.25]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,-119.75],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":61,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"req","parent":10,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":135,"s":[100],"e":[25]},{"t":158}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-105.622,-153.875,0],"ix":2},"a":{"a":0,"k":[-104.75,-153.875,0],"ix":1},"s":{"a":0,"k":[100.353,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-68.5,-189.75],[-68.5,-118],[-141,-118]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Shape Layer 39","parent":11,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":135,"s":[100],"e":[25]},{"t":158}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[142,-119.75,0],"ix":2},"a":{"a":0,"k":[142,-119.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[142,-70.25],[142,70.25],[-142,70.25],[-142,3],[-68.742,-70.25]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,-119.75],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Shape Layer 37","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":135,"s":[28],"e":[5]},{"t":158}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[682,420.25,0],"ix":2},"a":{"a":0,"k":[142,-119.75,0],"ix":1},"s":{"a":0,"k":[99.648,100,100],"ix":6}},"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],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[142,-70.25],[142,70.25],[-142,70.25],[-142,3],[-68.742,-70.25]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,-119.75],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Shape Layer 34","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":135,"s":[100],"e":[25]},{"t":158}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[382.594,633.5,0],"ix":2},"a":{"a":0,"k":[154.344,93.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[155.063,93.5],[153.625,93.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":7,"ix":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[155,93],"ix":2},"a":{"a":0,"k":[155,93],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Shape Layer 33","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":135,"s":[100],"e":[25]},{"t":158}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[623.438,633.5,0],"ix":2},"a":{"a":0,"k":[139.25,93.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[156.25,93.5],[-92.313,93.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":7,"ix":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[155,93],"ix":2},"a":{"a":0,"k":[155,93],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"Shape Layer 32","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":135,"s":[100],"e":[25]},{"t":158}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[652.594,633.5,0],"ix":2},"a":{"a":0,"k":[154.344,93.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[155.063,93.5],[153.625,93.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":7,"ix":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[155,93],"ix":2},"a":{"a":0,"k":[155,93],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"Shape Layer 31","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":135,"s":[100],"e":[25]},{"t":158}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[679.25,633.5,0],"ix":2},"a":{"a":0,"k":[139.25,93.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[155.063,93.5],[124.75,93.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":7,"ix":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[155,93],"ix":2},"a":{"a":0,"k":[155,93],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"Shape Layer 30","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":135,"s":[100],"e":[25]},{"t":158}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[313,32.5],"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":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":7,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-2,138.25],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"Shape Layer 29","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":135,"s":[100],"e":[25]},{"t":158}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[653,554.25,0],"ix":2},"a":{"a":0,"k":[-28,14.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48.5,22],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":28.5,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":7,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-28,14.25],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"Shape Layer 28","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":135,"s":[100],"e":[25]},{"t":158}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[582.25,554.25,0],"ix":2},"a":{"a":0,"k":[-28,14.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48.5,22],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":28.5,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":7,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-28,14.25],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"Shape Layer 27","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":135,"s":[100],"e":[25]},{"t":158}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[512,554.25,0],"ix":2},"a":{"a":0,"k":[-28,14.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[48.5,22],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":28.5,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":7,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.68235296011,0,1],"ix":4},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":25,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":45,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":50,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":55,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":60,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":65,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":70,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":80,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":85,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":90,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":95,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":105,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":110,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":115,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":120,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":125,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":130,"s":[100],"e":[0]},{"t":135}],"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-28,14.25],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":20,"ty":4,"nm":"Shape Layer 26","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":135,"s":[100],"e":[25]},{"t":158}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[429.75,555.25,0],"ix":2},"a":{"a":0,"k":[-110.25,15.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[55.5,55.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":7,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-110.25,15.25],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":21,"ty":4,"nm":"Shape Layer 25","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":135,"s":[100],"e":[25]},{"t":158}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[425,240],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":28.5,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":7,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-0.5,69],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/progress_bar 2.json b/ohos/flutter_lottie/assets/lottiefiles/progress_bar 2.json new file mode 100644 index 0000000000000000000000000000000000000000..3d74bc76a18d8a54a1e30cb887a7dd1a0ad759dc --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/progress_bar 2.json @@ -0,0 +1 @@ +{"v":"4.6.0","fr":29.9700012207031,"ip":0,"op":61.0000024845809,"w":400,"h":400,"nm":"Comp 1","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Pre-comp 2","refId":"comp_1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.372,"y":0.995},"o":{"x":0.333,"y":0},"n":"0p372_0p995_0p333_0","t":-1,"s":[-63.707,132,0],"e":[508.793,132,0],"to":[95.4166641235352,0,0],"ti":[-95.4166641235352,0,0]},{"t":65.0000026475043}]},"a":{"a":0,"k":[200,200,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":400,"h":400,"ip":-1.00000004073083,"op":899.000036617021,"st":-1.00000004073083,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":0,"nm":"Pre-comp 2","refId":"comp_1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.663,"y":0.994},"o":{"x":0.333,"y":0},"n":"0p663_0p994_0p333_0","t":47,"s":[-120.707,132,0],"e":[480.293,132,0],"to":[100.166664123535,0,0],"ti":[-100.166664123535,0,0]},{"t":120.0000048877}]},"a":{"a":0,"k":[200,200,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":400,"h":400,"ip":47.0000019143492,"op":947.000038572101,"st":47.0000019143492,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Master","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[198,192,0]},"a":{"a":0,"k":[146.5,5.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-2.858,0],[0,0],[0,-2.858],[2.859,0],[0,0],[0,2.858]],"o":[[0,0],[2.859,0],[0,2.858],[0,0],[-2.858,0],[0,-2.858]],"v":[[-140.825,-5.175],[140.825,-5.175],[146,0.001],[140.825,5.175],[-140.825,5.175],[-146,0.001]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.847,0.847,0.847,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[146.25,5.425],"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":900.000036657751,"st":0,"bm":0,"sr":1}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Layer 5/progressbar-final Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[296,260,0]},"a":{"a":0,"k":[76.5,5.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-2.858,0],[0,0],[0,-2.859],[2.859,0],[0,0],[0,2.857]],"o":[[0,0],[2.859,0],[0,2.857],[0,0],[-2.858,0],[0,-2.859]],"v":[[-70.825,-5.175],[70.825,-5.175],[76,0],[70.825,5.175],[-70.825,5.175],[-76,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0.455,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[76.25,5.425],"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":900.000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 4/progressbar-final Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[86,260,0]},"a":{"a":0,"k":[22.5,5.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-2.858,0],[0,0],[0,-2.859],[2.858,0],[0,0],[0,2.857]],"o":[[0,0],[2.858,0],[0,2.857],[0,0],[-2.858,0],[0,-2.859]],"v":[[-16.825,-5.175],[16.825,-5.175],[22,0],[16.825,5.175],[-16.825,5.175],[-22,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0.455,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[22.25,5.425],"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":900.000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Layer 3/progressbar-final Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[164,260,0]},"a":{"a":0,"k":[40,5.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-2.858,0],[0,0],[0,-2.859],[2.858,0],[0,0],[0,2.857]],"o":[[0,0],[2.858,0],[0,2.857],[0,0],[-2.858,0],[0,-2.859]],"v":[[-34.325,-5.175],[34.325,-5.175],[39.5,0],[34.325,5.175],[-34.325,5.175],[-39.5,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0.455,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[39.75,5.425],"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":900.000036657751,"st":0,"bm":0,"sr":1}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Pre-comp 1","refId":"comp_0","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[202.032,208.014,0]},"a":{"a":0,"k":[200,200,0]},"s":{"a":0,"k":[99.979,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[4.821,0],[0,0],[0,-4.821],[-4.821,0],[0,0],[0,2.771]],"o":[[0,0],[-4.821,0],[0,4.821],[0,0],[4.821,0],[0,-2.417]],"v":[[337.122,186.522],[59.625,186.49],[52.02,192.229],[59.708,197.449],[337.205,197.481],[343.914,191.917]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 2"}],"w":400,"h":400,"ip":0,"op":900.000036657751,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/progress_bar.json b/ohos/flutter_lottie/assets/lottiefiles/progress_bar.json new file mode 100644 index 0000000000000000000000000000000000000000..5166ba2dffffc87a90a2f1a1bd27fdb856a2d10b --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/progress_bar.json @@ -0,0 +1 @@ +{"v":"4.5.7","fr":48,"ip":0,"op":251,"w":1440,"h":1080,"ddd":0,"assets":[],"layers":[{"ddd":0,"ind":0,"ty":3,"nm":"Null 1","ks":{"o":{"a":0,"k":0},"r":{"a":0,"k":0},"p":{"a":0,"k":[720,540,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.1,0.1,0.1],"y":[1,1,0.1]},"o":{"x":[0.25,0.25,0.25],"y":[0,0,0.25]},"n":["0p1_1_0p25_0","0p1_1_0p25_0","0p1_0p1_0p25_0p25"],"t":102.4,"s":[100,100,100],"e":[80,80,100]},{"t":177.599609375}]}},"ao":0,"ip":102.4,"op":179.2,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 4","parent":0,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.25],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p25_1_0p333_0"],"t":213,"s":[100],"e":[0]},{"t":240.19921875}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[0,-4,0]},"a":{"a":0,"k":[4,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[570,570]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p1_1_0p333_0"],"t":102.4,"s":[0],"e":[14]},{"t":129.599609375}]},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[4,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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.25],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p25_1_0p333_0"],"t":102.4,"s":[0],"e":[100]},{"t":177.599609375}],"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":102.4,"s":[-51],"e":[0]},{"t":177.599609375}],"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":12},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 1","np":1,"mn":"ADBE Vector Group"}],"ip":16,"op":251.2,"st":16,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 6","parent":0,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.25],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p25_1_0p333_0"],"t":213,"s":[100],"e":[0]},{"t":240.19921875}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[5.333,-3.566,0]},"a":{"a":0,"k":[-33.792,12.274,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-341,13],[-165,13.16],[259,12.625]],"c":false},"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 5').content('Shape 1').content('Path 1').path;"},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":14},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":14},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 1","np":1,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[0],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":25.6,"s":[3],"e":[8]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":33.6,"s":[8],"e":[15]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":48,"s":[15],"e":[20]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54.4,"s":[20],"e":[35]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":67.49,"s":[35],"e":[70]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":80.582,"s":[70],"e":[80]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":91.49,"s":[80],"e":[100]},{"t":102.400390625}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":16,"op":251.2,"st":16,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 5","parent":0,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":0,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_0p667_0p167_0p167"],"t":16,"s":[100],"e":[100]},{"i":{"x":[0.25],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p25_1_0p333_0"],"t":213,"s":[100],"e":[0]},{"t":240.19921875}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[5.333,-3.566,0]},"a":{"a":0,"k":[-33.792,12.274,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.1,"y":1},"o":{"x":0.25,"y":0},"n":"0p1_1_0p25_0","t":102.4,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-341,13],[-165,13.16],[259,12.625]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-166.597,27.804],[-79.555,115.031],[127.156,-85.682]],"c":false}]},{"t":161.599609375}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.16,0.29,0.43,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":14},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":14},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 1","np":1,"mn":"ADBE Vector Group"}],"ip":0,"op":163.2,"st":16,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/rating.json b/ohos/flutter_lottie/assets/lottiefiles/rating.json new file mode 100644 index 0000000000000000000000000000000000000000..2d2ffd571d1bea137f13fecb6b2a07a47f7e06bd --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/rating.json @@ -0,0 +1 @@ +{"v":"4.6.6","fr":60,"ip":0,"op":90,"w":500,"h":160,"nm":"5starsreview","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Dot new s 6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":340},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-28.737,-32.748],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[19]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":12,"s":[19],"e":[0]},{"t":55}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[20]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[20],"e":[1]},{"t":55}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":34,"s":[4],"e":[0]},{"t":55}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":60,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Dot new s 5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":280},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-28.737,-32.748],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[19]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":12,"s":[19],"e":[0]},{"t":55}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[20]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[20],"e":[1]},{"t":55}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":34,"s":[4],"e":[0]},{"t":55}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":60,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Dot new s 4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":220},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-28.737,-32.748],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[19]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":12,"s":[19],"e":[0]},{"t":55}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[20]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[20],"e":[1]},{"t":55}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":34,"s":[4],"e":[0]},{"t":55}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":60,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Dot new s 3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":160},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-28.737,-32.748],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[19]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":12,"s":[19],"e":[0]},{"t":55}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[20]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[20],"e":[1]},{"t":55}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":34,"s":[4],"e":[0]},{"t":55}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":60,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Dot new s 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":100},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-28.737,-32.748],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[19]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":12,"s":[19],"e":[0]},{"t":55}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[20]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[20],"e":[1]},{"t":55}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":34,"s":[4],"e":[0]},{"t":55}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":60,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Dot new s","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":40},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-28.737,-32.748],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[19]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":12,"s":[19],"e":[0]},{"t":55}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[20]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[20],"e":[1]},{"t":55}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":34,"s":[4],"e":[0]},{"t":55}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":60,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Dot inner8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":315},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-28.737,-32.748],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[70]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":12,"s":[70],"e":[50]},{"t":46}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[72]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[72],"e":[52]},{"t":46}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[4],"e":[0]},{"t":50}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":60,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Dot inner7","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":270},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-28.737,-32.748],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[70]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":12,"s":[70],"e":[50]},{"t":46}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[72]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[72],"e":[52]},{"t":46}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[4],"e":[0]},{"t":50}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":60,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Dot inner6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":225},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-28.737,-32.748],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[70]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":12,"s":[70],"e":[50]},{"t":46}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[72]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[72],"e":[52]},{"t":46}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[4],"e":[0]},{"t":50}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":60,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"Dot inner5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":180},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-28.737,-32.748],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[70]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":12,"s":[70],"e":[50]},{"t":46}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[72]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[72],"e":[52]},{"t":46}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[4],"e":[0]},{"t":50}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":60,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"Dot inner4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":135},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-28.737,-32.748],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[70]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":12,"s":[70],"e":[50]},{"t":46}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[72]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[72],"e":[52]},{"t":46}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[4],"e":[0]},{"t":50}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":60,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"Dot inner3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":90},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-28.737,-32.748],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[70]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":12,"s":[70],"e":[50]},{"t":46}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[72]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[72],"e":[52]},{"t":46}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[4],"e":[0]},{"t":50}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":60,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"Dot inner2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":45},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-28.737,-32.748],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[70]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":12,"s":[70],"e":[50]},{"t":46}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[72]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[72],"e":[52]},{"t":46}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[4],"e":[0]},{"t":50}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":60,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"Dot inner1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-28.737,-32.748],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[70]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":12,"s":[70],"e":[50]},{"t":46}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[72]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[72],"e":[52]},{"t":46}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[4],"e":[0]},{"t":50}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":60,"st":-46,"bm":0,"sr":1}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Dot 10","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":324},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-1.237,-70.298],[-1.938,-5.438]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.315],"y":[0]},"n":["0_1_0p315_0"],"t":2,"s":[100],"e":[50]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.328],"y":[0]},"n":["0p667_1_0p328_0"],"t":14,"s":[50],"e":[30]},{"t":59}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.019],"y":[1]},"o":{"x":[0.318],"y":[0]},"n":["0p019_1_0p318_0"],"t":3,"s":[70],"e":[30]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.328],"y":[0]},"n":["0p667_1_0p328_0"],"t":16,"s":[30],"e":[20]},{"t":59}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[1,0.5455773,0.333946,1],"e":[1,0.6745098,0.1764706,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":17,"s":[1,0.6745098,0.1764706,1],"e":[0.99784,0.7765004,0.3074228,1]},{"t":43}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[4],"e":[0]},{"t":59}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[90.724,69.445],"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":3,"op":66,"st":-40,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Dot 9","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":288},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-1.237,-70.298],[-1.938,-5.438]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.315],"y":[0]},"n":["0_1_0p315_0"],"t":2,"s":[100],"e":[50]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.328],"y":[0]},"n":["0p667_1_0p328_0"],"t":14,"s":[50],"e":[30]},{"t":59}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.019],"y":[1]},"o":{"x":[0.318],"y":[0]},"n":["0p019_1_0p318_0"],"t":3,"s":[70],"e":[30]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.328],"y":[0]},"n":["0p667_1_0p328_0"],"t":16,"s":[30],"e":[20]},{"t":59}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[1,0.5455773,0.333946,1],"e":[1,0.6745098,0.1764706,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":17,"s":[1,0.6745098,0.1764706,1],"e":[0.99784,0.7765004,0.3074228,1]},{"t":43}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[4],"e":[0]},{"t":59}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[90.724,69.445],"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":3,"op":66,"st":-40,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Dot 8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":252},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-1.237,-70.298],[-1.938,-5.438]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.315],"y":[0]},"n":["0_1_0p315_0"],"t":2,"s":[100],"e":[50]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.328],"y":[0]},"n":["0p667_1_0p328_0"],"t":14,"s":[50],"e":[30]},{"t":59}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.019],"y":[1]},"o":{"x":[0.318],"y":[0]},"n":["0p019_1_0p318_0"],"t":3,"s":[70],"e":[30]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.328],"y":[0]},"n":["0p667_1_0p328_0"],"t":16,"s":[30],"e":[20]},{"t":59}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[1,0.5455773,0.333946,1],"e":[1,0.6745098,0.1764706,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":17,"s":[1,0.6745098,0.1764706,1],"e":[0.99784,0.7765004,0.3074228,1]},{"t":43}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[4],"e":[0]},{"t":59}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[90.724,69.445],"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":3,"op":66,"st":-40,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Dot 7","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":216},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-1.237,-70.298],[-1.938,-5.438]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.315],"y":[0]},"n":["0_1_0p315_0"],"t":2,"s":[100],"e":[50]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.328],"y":[0]},"n":["0p667_1_0p328_0"],"t":14,"s":[50],"e":[30]},{"t":59}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.019],"y":[1]},"o":{"x":[0.318],"y":[0]},"n":["0p019_1_0p318_0"],"t":3,"s":[70],"e":[30]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.328],"y":[0]},"n":["0p667_1_0p328_0"],"t":16,"s":[30],"e":[20]},{"t":59}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[1,0.5455773,0.333946,1],"e":[1,0.6745098,0.1764706,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":17,"s":[1,0.6745098,0.1764706,1],"e":[0.99784,0.7765004,0.3074228,1]},{"t":43}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[4],"e":[0]},{"t":59}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[90.724,69.445],"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":3,"op":66,"st":-40,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Dot 6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":180},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-1.237,-70.298],[-1.938,-5.438]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.315],"y":[0]},"n":["0_1_0p315_0"],"t":2,"s":[100],"e":[50]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.328],"y":[0]},"n":["0p667_1_0p328_0"],"t":14,"s":[50],"e":[30]},{"t":59}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.019],"y":[1]},"o":{"x":[0.318],"y":[0]},"n":["0p019_1_0p318_0"],"t":3,"s":[70],"e":[30]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.328],"y":[0]},"n":["0p667_1_0p328_0"],"t":16,"s":[30],"e":[20]},{"t":59}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[1,0.5455773,0.333946,1],"e":[1,0.6745098,0.1764706,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":17,"s":[1,0.6745098,0.1764706,1],"e":[0.99784,0.7765004,0.3074228,1]},{"t":43}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[4],"e":[0]},{"t":59}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[90.724,69.445],"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":3,"op":66,"st":-40,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Dot 5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":144},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-1.237,-70.298],[-1.938,-5.438]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.315],"y":[0]},"n":["0_1_0p315_0"],"t":2,"s":[100],"e":[50]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.328],"y":[0]},"n":["0p667_1_0p328_0"],"t":14,"s":[50],"e":[30]},{"t":59}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.019],"y":[1]},"o":{"x":[0.318],"y":[0]},"n":["0p019_1_0p318_0"],"t":3,"s":[70],"e":[30]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.328],"y":[0]},"n":["0p667_1_0p328_0"],"t":16,"s":[30],"e":[20]},{"t":59}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[1,0.5455773,0.333946,1],"e":[1,0.6745098,0.1764706,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":17,"s":[1,0.6745098,0.1764706,1],"e":[0.99784,0.7765004,0.3074228,1]},{"t":43}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[4],"e":[0]},{"t":59}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[90.724,69.445],"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":3,"op":66,"st":-40,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Dot 4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":108},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-1.237,-70.298],[-1.938,-5.438]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.315],"y":[0]},"n":["0_1_0p315_0"],"t":2,"s":[100],"e":[50]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.328],"y":[0]},"n":["0p667_1_0p328_0"],"t":14,"s":[50],"e":[30]},{"t":59}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.019],"y":[1]},"o":{"x":[0.318],"y":[0]},"n":["0p019_1_0p318_0"],"t":3,"s":[70],"e":[30]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.328],"y":[0]},"n":["0p667_1_0p328_0"],"t":16,"s":[30],"e":[20]},{"t":59}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[1,0.5455773,0.333946,1],"e":[1,0.6745098,0.1764706,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":17,"s":[1,0.6745098,0.1764706,1],"e":[0.99784,0.7765004,0.3074228,1]},{"t":43}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[4],"e":[0]},{"t":59}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[90.724,69.445],"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":3,"op":66,"st":-40,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Dot 3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":72},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-1.237,-70.298],[-1.938,-5.438]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.315],"y":[0]},"n":["0_1_0p315_0"],"t":2,"s":[100],"e":[50]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.328],"y":[0]},"n":["0p667_1_0p328_0"],"t":14,"s":[50],"e":[30]},{"t":59}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.019],"y":[1]},"o":{"x":[0.318],"y":[0]},"n":["0p019_1_0p318_0"],"t":3,"s":[70],"e":[30]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.328],"y":[0]},"n":["0p667_1_0p328_0"],"t":16,"s":[30],"e":[20]},{"t":59}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[1,0.5455773,0.333946,1],"e":[1,0.6745098,0.1764706,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":17,"s":[1,0.6745098,0.1764706,1],"e":[0.99784,0.7765004,0.3074228,1]},{"t":43}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[4],"e":[0]},{"t":59}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[90.724,69.445],"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":3,"op":66,"st":-40,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Dot 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":36},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-1.237,-70.298],[-1.938,-5.438]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.315],"y":[0]},"n":["0_1_0p315_0"],"t":2,"s":[100],"e":[50]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.328],"y":[0]},"n":["0p667_1_0p328_0"],"t":14,"s":[50],"e":[30]},{"t":59}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.019],"y":[1]},"o":{"x":[0.318],"y":[0]},"n":["0p019_1_0p318_0"],"t":3,"s":[70],"e":[30]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.328],"y":[0]},"n":["0p667_1_0p328_0"],"t":16,"s":[30],"e":[20]},{"t":59}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[1,0.5455773,0.333946,1],"e":[1,0.6745098,0.1764706,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":17,"s":[1,0.6745098,0.1764706,1],"e":[0.99784,0.7765004,0.3074228,1]},{"t":43}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[4],"e":[0]},{"t":59}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[90.724,69.445],"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":3,"op":66,"st":-40,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"Dot 1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-1.237,-70.298],[-1.938,-5.438]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.315],"y":[0]},"n":["0_1_0p315_0"],"t":2,"s":[100],"e":[50]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.328],"y":[0]},"n":["0p667_1_0p328_0"],"t":14,"s":[50],"e":[30]},{"t":59}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.019],"y":[1]},"o":{"x":[0.318],"y":[0]},"n":["0p019_1_0p318_0"],"t":3,"s":[70],"e":[30]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.328],"y":[0]},"n":["0p667_1_0p328_0"],"t":16,"s":[30],"e":[20]},{"t":59}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[1,0.5455773,0.333946,1],"e":[1,0.6745098,0.1764706,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":17,"s":[1,0.6745098,0.1764706,1],"e":[0.99784,0.7765004,0.3074228,1]},{"t":43}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[4],"e":[0]},{"t":59}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[90.724,69.445],"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":3,"op":66,"st":-40,"bm":0,"sr":1}]},{"id":"comp_2","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Dot 12","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":330},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-38.737,-43.685],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[17]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[17],"e":[0]},{"t":56}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[20]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[20],"e":[1]},{"t":56}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[4],"e":[0]},{"t":56}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":68,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Dot 11","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":300},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-38.737,-43.685],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[17]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[17],"e":[0]},{"t":56}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[20]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[20],"e":[1]},{"t":56}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[4],"e":[0]},{"t":56}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":68,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Dot 10","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":270},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-38.737,-43.685],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[17]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[17],"e":[0]},{"t":56}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[20]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[20],"e":[1]},{"t":56}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[4],"e":[0]},{"t":56}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":68,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Dot 9","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":240},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-38.737,-43.685],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[17]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[17],"e":[0]},{"t":56}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[20]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[20],"e":[1]},{"t":56}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[4],"e":[0]},{"t":56}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":68,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Dot 8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":210},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-38.737,-43.685],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[17]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[17],"e":[0]},{"t":56}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[20]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[20],"e":[1]},{"t":56}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[4],"e":[0]},{"t":56}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":68,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Dot 7","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":180},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-38.737,-43.685],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[17]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[17],"e":[0]},{"t":56}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[20]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[20],"e":[1]},{"t":56}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[4],"e":[0]},{"t":56}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":68,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Dot 6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":150},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-38.737,-43.685],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[17]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[17],"e":[0]},{"t":56}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[20]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[20],"e":[1]},{"t":56}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[4],"e":[0]},{"t":56}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":68,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Dot 5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":120},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-38.737,-43.685],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[17]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[17],"e":[0]},{"t":56}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[20]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[20],"e":[1]},{"t":56}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[4],"e":[0]},{"t":56}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":68,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Dot 4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":90},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-38.737,-43.685],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[17]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[17],"e":[0]},{"t":56}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[20]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[20],"e":[1]},{"t":56}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[4],"e":[0]},{"t":56}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":68,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"Dot 3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":60},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-38.737,-43.685],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[17]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[17],"e":[0]},{"t":56}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[20]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[20],"e":[1]},{"t":56}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[4],"e":[0]},{"t":56}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":68,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"Dot 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":30},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-38.737,-43.685],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[17]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[17],"e":[0]},{"t":56}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[20]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[20],"e":[1]},{"t":56}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[4],"e":[0]},{"t":56}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":68,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"Dot 1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-38.737,-43.685],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[17]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[17],"e":[0]},{"t":56}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[20]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[20],"e":[1]},{"t":56}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[4],"e":[0]},{"t":56}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":68,"st":-46,"bm":0,"sr":1}]},{"id":"comp_3","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Dot s 10","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":324},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-2.07,-43.218],[-1.938,-5.438]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":3,"s":[63],"e":[15]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":18,"s":[15],"e":[0]},{"t":59}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":5,"s":[63],"e":[20]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":21,"s":[20],"e":[5]},{"t":59}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[1,0.4939098,0.2713695,1],"e":[1,0.6887917,0.2713695,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[1,0.6887917,0.2713695,1],"e":[0.9905791,0.7783515,0.3832576,1]},{"t":33}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[4],"e":[0]},{"t":59}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[90.724,69.445],"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":71,"st":-43,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Dot s 9","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":288},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-2.07,-43.218],[-1.938,-5.438]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":3,"s":[63],"e":[15]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":18,"s":[15],"e":[0]},{"t":59}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":5,"s":[63],"e":[20]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":21,"s":[20],"e":[5]},{"t":59}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[1,0.4939098,0.2713695,1],"e":[1,0.6887917,0.2713695,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[1,0.6887917,0.2713695,1],"e":[0.9905791,0.7783515,0.3832576,1]},{"t":33}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[4],"e":[0]},{"t":59}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[90.724,69.445],"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":71,"st":-43,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Dot s 8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":252},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-2.07,-43.218],[-1.938,-5.438]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":3,"s":[63],"e":[15]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":18,"s":[15],"e":[0]},{"t":59}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":5,"s":[63],"e":[20]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":21,"s":[20],"e":[5]},{"t":59}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[1,0.4939098,0.2713695,1],"e":[1,0.6887917,0.2713695,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[1,0.6887917,0.2713695,1],"e":[0.9905791,0.7783515,0.3832576,1]},{"t":33}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[4],"e":[0]},{"t":59}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[90.724,69.445],"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":71,"st":-43,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Dot s 7","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":216},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-2.07,-43.218],[-1.938,-5.438]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":3,"s":[63],"e":[15]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":18,"s":[15],"e":[0]},{"t":59}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":5,"s":[63],"e":[20]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":21,"s":[20],"e":[5]},{"t":59}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[1,0.4939098,0.2713695,1],"e":[1,0.6887917,0.2713695,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[1,0.6887917,0.2713695,1],"e":[0.9905791,0.7783515,0.3832576,1]},{"t":33}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[4],"e":[0]},{"t":59}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[90.724,69.445],"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":71,"st":-43,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Dot s 6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":180},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-2.07,-43.218],[-1.938,-5.438]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":3,"s":[63],"e":[15]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":18,"s":[15],"e":[0]},{"t":59}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":5,"s":[63],"e":[20]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":21,"s":[20],"e":[5]},{"t":59}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[1,0.4939098,0.2713695,1],"e":[1,0.6887917,0.2713695,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[1,0.6887917,0.2713695,1],"e":[0.9905791,0.7783515,0.3832576,1]},{"t":33}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[4],"e":[0]},{"t":59}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[90.724,69.445],"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":71,"st":-43,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Dot s 5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":144},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-2.07,-43.218],[-1.938,-5.438]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":3,"s":[63],"e":[15]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":18,"s":[15],"e":[0]},{"t":59}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":5,"s":[63],"e":[20]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":21,"s":[20],"e":[5]},{"t":59}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[1,0.4939098,0.2713695,1],"e":[1,0.6887917,0.2713695,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[1,0.6887917,0.2713695,1],"e":[0.9905791,0.7783515,0.3832576,1]},{"t":33}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[4],"e":[0]},{"t":59}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[90.724,69.445],"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":71,"st":-43,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Dot s 4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":108},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-2.07,-43.218],[-1.938,-5.438]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":3,"s":[63],"e":[15]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":18,"s":[15],"e":[0]},{"t":59}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":5,"s":[63],"e":[20]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":21,"s":[20],"e":[5]},{"t":59}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[1,0.4939098,0.2713695,1],"e":[1,0.6887917,0.2713695,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[1,0.6887917,0.2713695,1],"e":[0.9905791,0.7783515,0.3832576,1]},{"t":33}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[4],"e":[0]},{"t":59}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[90.724,69.445],"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":71,"st":-43,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Dot s 3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":72},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-2.07,-43.218],[-1.938,-5.438]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":3,"s":[63],"e":[15]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":18,"s":[15],"e":[0]},{"t":59}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":5,"s":[63],"e":[20]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":21,"s":[20],"e":[5]},{"t":59}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[1,0.4939098,0.2713695,1],"e":[1,0.6887917,0.2713695,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[1,0.6887917,0.2713695,1],"e":[0.9905791,0.7783515,0.3832576,1]},{"t":33}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[4],"e":[0]},{"t":59}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[90.724,69.445],"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":71,"st":-43,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Dot s 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":36},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-2.07,-43.218],[-1.938,-5.438]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":3,"s":[63],"e":[15]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":18,"s":[15],"e":[0]},{"t":59}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":5,"s":[63],"e":[20]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":21,"s":[20],"e":[5]},{"t":59}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[1,0.4939098,0.2713695,1],"e":[1,0.6887917,0.2713695,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[1,0.6887917,0.2713695,1],"e":[0.9905791,0.7783515,0.3832576,1]},{"t":33}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[4],"e":[0]},{"t":59}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[90.724,69.445],"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":71,"st":-43,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"Dot s","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-2.07,-43.218],[-1.938,-5.438]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":3,"s":[63],"e":[15]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":18,"s":[15],"e":[0]},{"t":59}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":5,"s":[63],"e":[20]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":21,"s":[20],"e":[5]},{"t":59}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[1,0.4939098,0.2713695,1],"e":[1,0.6887917,0.2713695,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[1,0.6887917,0.2713695,1],"e":[0.9905791,0.7783515,0.3832576,1]},{"t":33}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[4],"e":[0]},{"t":59}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[90.724,69.445],"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":71,"st":-43,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"Dot 8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":315},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-1.237,-87.398],[-1.938,-5.438]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.315],"y":[0]},"n":["0p667_1_0p315_0"],"t":2,"s":[80],"e":[40]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.328],"y":[0]},"n":["0p667_1_0p328_0"],"t":12,"s":[40],"e":[10]},{"t":51}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.318],"y":[0]},"n":["0p667_1_0p318_0"],"t":3,"s":[60],"e":[30]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.328],"y":[0]},"n":["0p667_1_0p328_0"],"t":14,"s":[30],"e":[10]},{"t":51}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[1,0.4415064,0.333946,1],"e":[1,0.6745098,0.1764706,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[1,0.6745098,0.1764706,1],"e":[0.99784,0.7236552,0.3074228,1]},{"t":37}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[4],"e":[0]},{"t":53}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[90.724,69.445],"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":6,"op":66,"st":-40,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"Dot 7","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":270},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-1.237,-87.398],[-1.938,-5.438]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.315],"y":[0]},"n":["0p667_1_0p315_0"],"t":2,"s":[80],"e":[40]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.328],"y":[0]},"n":["0p667_1_0p328_0"],"t":12,"s":[40],"e":[10]},{"t":51}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.318],"y":[0]},"n":["0p667_1_0p318_0"],"t":3,"s":[60],"e":[30]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.328],"y":[0]},"n":["0p667_1_0p328_0"],"t":14,"s":[30],"e":[10]},{"t":51}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[1,0.4415064,0.333946,1],"e":[1,0.6745098,0.1764706,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[1,0.6745098,0.1764706,1],"e":[0.99784,0.7236552,0.3074228,1]},{"t":37}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[4],"e":[0]},{"t":53}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[90.724,69.445],"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":6,"op":66,"st":-40,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"Dot 6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":225},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-1.237,-87.398],[-1.938,-5.438]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.315],"y":[0]},"n":["0p667_1_0p315_0"],"t":2,"s":[80],"e":[40]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.328],"y":[0]},"n":["0p667_1_0p328_0"],"t":12,"s":[40],"e":[10]},{"t":51}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.318],"y":[0]},"n":["0p667_1_0p318_0"],"t":3,"s":[60],"e":[30]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.328],"y":[0]},"n":["0p667_1_0p328_0"],"t":14,"s":[30],"e":[10]},{"t":51}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[1,0.4415064,0.333946,1],"e":[1,0.6745098,0.1764706,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[1,0.6745098,0.1764706,1],"e":[0.99784,0.7236552,0.3074228,1]},{"t":37}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[4],"e":[0]},{"t":53}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[90.724,69.445],"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":6,"op":66,"st":-40,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"Dot 5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":180},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-1.237,-87.398],[-1.938,-5.438]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.315],"y":[0]},"n":["0p667_1_0p315_0"],"t":2,"s":[80],"e":[40]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.328],"y":[0]},"n":["0p667_1_0p328_0"],"t":12,"s":[40],"e":[10]},{"t":51}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.318],"y":[0]},"n":["0p667_1_0p318_0"],"t":3,"s":[60],"e":[30]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.328],"y":[0]},"n":["0p667_1_0p328_0"],"t":14,"s":[30],"e":[10]},{"t":51}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[1,0.4415064,0.333946,1],"e":[1,0.6745098,0.1764706,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[1,0.6745098,0.1764706,1],"e":[0.99784,0.7236552,0.3074228,1]},{"t":37}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[4],"e":[0]},{"t":53}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[90.724,69.445],"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":6,"op":66,"st":-40,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"Dot 4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":135},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-1.237,-87.398],[-1.938,-5.438]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.315],"y":[0]},"n":["0p667_1_0p315_0"],"t":2,"s":[80],"e":[40]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.328],"y":[0]},"n":["0p667_1_0p328_0"],"t":12,"s":[40],"e":[10]},{"t":51}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.318],"y":[0]},"n":["0p667_1_0p318_0"],"t":3,"s":[60],"e":[30]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.328],"y":[0]},"n":["0p667_1_0p328_0"],"t":14,"s":[30],"e":[10]},{"t":51}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[1,0.4415064,0.333946,1],"e":[1,0.6745098,0.1764706,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[1,0.6745098,0.1764706,1],"e":[0.99784,0.7236552,0.3074228,1]},{"t":37}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[4],"e":[0]},{"t":53}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[90.724,69.445],"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":6,"op":66,"st":-40,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"Dot 3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":90},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-1.237,-87.398],[-1.938,-5.438]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.315],"y":[0]},"n":["0p667_1_0p315_0"],"t":2,"s":[80],"e":[40]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.328],"y":[0]},"n":["0p667_1_0p328_0"],"t":12,"s":[40],"e":[10]},{"t":51}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.318],"y":[0]},"n":["0p667_1_0p318_0"],"t":3,"s":[60],"e":[30]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.328],"y":[0]},"n":["0p667_1_0p328_0"],"t":14,"s":[30],"e":[10]},{"t":51}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[1,0.4415064,0.333946,1],"e":[1,0.6745098,0.1764706,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[1,0.6745098,0.1764706,1],"e":[0.99784,0.7236552,0.3074228,1]},{"t":37}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[4],"e":[0]},{"t":53}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[90.724,69.445],"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":6,"op":66,"st":-40,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":4,"nm":"Dot 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":45},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-1.237,-87.398],[-1.938,-5.438]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.315],"y":[0]},"n":["0p667_1_0p315_0"],"t":2,"s":[80],"e":[40]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.328],"y":[0]},"n":["0p667_1_0p328_0"],"t":12,"s":[40],"e":[10]},{"t":51}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.318],"y":[0]},"n":["0p667_1_0p318_0"],"t":3,"s":[60],"e":[30]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.328],"y":[0]},"n":["0p667_1_0p328_0"],"t":14,"s":[30],"e":[10]},{"t":51}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[1,0.4415064,0.333946,1],"e":[1,0.6745098,0.1764706,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[1,0.6745098,0.1764706,1],"e":[0.99784,0.7236552,0.3074228,1]},{"t":37}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[4],"e":[0]},{"t":53}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[90.724,69.445],"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":6,"op":66,"st":-40,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":4,"nm":"Dot 1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-1.237,-87.398],[-1.938,-5.438]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.315],"y":[0]},"n":["0p667_1_0p315_0"],"t":2,"s":[80],"e":[40]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.328],"y":[0]},"n":["0p667_1_0p328_0"],"t":12,"s":[40],"e":[10]},{"t":51}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.318],"y":[0]},"n":["0p667_1_0p318_0"],"t":3,"s":[60],"e":[30]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.328],"y":[0]},"n":["0p667_1_0p328_0"],"t":14,"s":[30],"e":[10]},{"t":51}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[1,0.4415064,0.333946,1],"e":[1,0.6745098,0.1764706,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[1,0.6745098,0.1764706,1],"e":[0.99784,0.7236552,0.3074228,1]},{"t":37}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[4],"e":[0]},{"t":53}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[90.724,69.445],"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":6,"op":66,"st":-40,"bm":0,"sr":1}]},{"id":"comp_4","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Dot 8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":315},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.376,-2.725],[-4.519,-5.185]],"o":[[7.474,8.576],[0,0]],"v":[[-21.88,-24.88],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[22]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":17,"s":[22],"e":[0]},{"t":46}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[17]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":17,"s":[17],"e":[1]},{"t":46}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[1,0.3331207,0.2358456,1],"e":[1,0.4781719,0.2713695,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[1,0.4781719,0.2713695,1],"e":[1,0.6745098,0.1803922,1]},{"t":31}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[4],"e":[0]},{"t":55}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":60,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Dot 7","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":270},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.376,-2.725],[-4.519,-5.185]],"o":[[7.474,8.576],[0,0]],"v":[[-21.88,-24.88],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[22]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":17,"s":[22],"e":[0]},{"t":46}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[17]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":17,"s":[17],"e":[1]},{"t":46}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[1,0.3331207,0.2358456,1],"e":[1,0.4781719,0.2713695,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[1,0.4781719,0.2713695,1],"e":[1,0.6745098,0.1803922,1]},{"t":31}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[4],"e":[0]},{"t":55}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":60,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Dot 6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":225},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.376,-2.725],[-4.519,-5.185]],"o":[[7.474,8.576],[0,0]],"v":[[-21.88,-24.88],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[22]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":17,"s":[22],"e":[0]},{"t":46}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[17]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":17,"s":[17],"e":[1]},{"t":46}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[1,0.3331207,0.2358456,1],"e":[1,0.4781719,0.2713695,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[1,0.4781719,0.2713695,1],"e":[1,0.6745098,0.1803922,1]},{"t":31}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[4],"e":[0]},{"t":55}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":60,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Dot 5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":180},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.376,-2.725],[-4.519,-5.185]],"o":[[7.474,8.576],[0,0]],"v":[[-21.88,-24.88],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[22]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":17,"s":[22],"e":[0]},{"t":46}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[17]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":17,"s":[17],"e":[1]},{"t":46}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[1,0.3331207,0.2358456,1],"e":[1,0.4781719,0.2713695,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[1,0.4781719,0.2713695,1],"e":[1,0.6745098,0.1803922,1]},{"t":31}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[4],"e":[0]},{"t":55}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":60,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Dot 4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":135},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.376,-2.725],[-4.519,-5.185]],"o":[[7.474,8.576],[0,0]],"v":[[-21.88,-24.88],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[22]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":17,"s":[22],"e":[0]},{"t":46}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[17]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":17,"s":[17],"e":[1]},{"t":46}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[1,0.3331207,0.2358456,1],"e":[1,0.4781719,0.2713695,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[1,0.4781719,0.2713695,1],"e":[1,0.6745098,0.1803922,1]},{"t":31}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[4],"e":[0]},{"t":55}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":60,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Dot 3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":90},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.376,-2.725],[-4.519,-5.185]],"o":[[7.474,8.576],[0,0]],"v":[[-21.88,-24.88],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[22]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":17,"s":[22],"e":[0]},{"t":46}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[17]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":17,"s":[17],"e":[1]},{"t":46}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[1,0.3331207,0.2358456,1],"e":[1,0.4781719,0.2713695,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[1,0.4781719,0.2713695,1],"e":[1,0.6745098,0.1803922,1]},{"t":31}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[4],"e":[0]},{"t":55}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":60,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Dot 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":45},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.376,-2.725],[-4.519,-5.185]],"o":[[7.474,8.576],[0,0]],"v":[[-21.88,-24.88],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[22]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":17,"s":[22],"e":[0]},{"t":46}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[17]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":17,"s":[17],"e":[1]},{"t":46}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[1,0.3331207,0.2358456,1],"e":[1,0.4781719,0.2713695,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[1,0.4781719,0.2713695,1],"e":[1,0.6745098,0.1803922,1]},{"t":31}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[4],"e":[0]},{"t":55}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":60,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Dot 1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.376,-2.725],[-4.519,-5.185]],"o":[[7.474,8.576],[0,0]],"v":[[-21.88,-24.88],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[22]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":17,"s":[22],"e":[0]},{"t":46}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[17]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":17,"s":[17],"e":[1]},{"t":46}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[1,0.3331207,0.2358456,1],"e":[1,0.4781719,0.2713695,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[1,0.4781719,0.2713695,1],"e":[1,0.6745098,0.1803922,1]},{"t":31}]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[4],"e":[0]},{"t":55}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":60,"st":-46,"bm":0,"sr":1}]},{"id":"comp_5","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Dot new s 8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":315},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[51.249,51.249,100]}},"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":[[-28.737,-32.748],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[19]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":12,"s":[19],"e":[0]},{"t":55}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[20]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[20],"e":[1]},{"t":55}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[4],"e":[0]},{"t":55}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":60,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Dot new s 7","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":270},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[51.249,51.249,100]}},"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":[[-28.737,-32.748],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[19]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":12,"s":[19],"e":[0]},{"t":55}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[20]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[20],"e":[1]},{"t":55}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[4],"e":[0]},{"t":55}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":60,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Dot new s 6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":225},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[51.249,51.249,100]}},"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":[[-28.737,-32.748],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[19]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":12,"s":[19],"e":[0]},{"t":55}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[20]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[20],"e":[1]},{"t":55}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[4],"e":[0]},{"t":55}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":60,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Dot new s 5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":180},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[51.249,51.249,100]}},"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":[[-28.737,-32.748],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[19]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":12,"s":[19],"e":[0]},{"t":55}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[20]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[20],"e":[1]},{"t":55}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[4],"e":[0]},{"t":55}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":60,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Dot new s 4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":135},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[51.249,51.249,100]}},"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":[[-28.737,-32.748],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[19]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":12,"s":[19],"e":[0]},{"t":55}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[20]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[20],"e":[1]},{"t":55}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[4],"e":[0]},{"t":55}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":60,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Dot new s 3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":90},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[51.249,51.249,100]}},"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":[[-28.737,-32.748],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[19]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":12,"s":[19],"e":[0]},{"t":55}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[20]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[20],"e":[1]},{"t":55}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[4],"e":[0]},{"t":55}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":60,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Dot new s 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":45},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[51.249,51.249,100]}},"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":[[-28.737,-32.748],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[19]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":12,"s":[19],"e":[0]},{"t":55}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[20]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[20],"e":[1]},{"t":55}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[4],"e":[0]},{"t":55}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":60,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Dot new s","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[51.249,51.249,100]}},"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":[[-28.737,-32.748],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[19]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":12,"s":[19],"e":[0]},{"t":55}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[20]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[20],"e":[1]},{"t":55}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[4],"e":[0]},{"t":55}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":60,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Dot inner10","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":36},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-28.737,-32.748],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[62]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":12,"s":[62],"e":[50]},{"t":46}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[65]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[65],"e":[52]},{"t":46}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[4],"e":[0]},{"t":50}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":60,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"Dot inner9","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":324},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-28.737,-32.748],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[62]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":12,"s":[62],"e":[50]},{"t":46}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[65]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[65],"e":[52]},{"t":46}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[4],"e":[0]},{"t":50}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":60,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"Dot inner8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":288},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-28.737,-32.748],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[62]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":12,"s":[62],"e":[50]},{"t":46}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[65]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[65],"e":[52]},{"t":46}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[4],"e":[0]},{"t":50}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":60,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"Dot inner7","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":252},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-28.737,-32.748],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[62]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":12,"s":[62],"e":[50]},{"t":46}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[65]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[65],"e":[52]},{"t":46}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[4],"e":[0]},{"t":50}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":60,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"Dot inner6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":216},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-28.737,-32.748],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[62]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":12,"s":[62],"e":[50]},{"t":46}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[65]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[65],"e":[52]},{"t":46}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[4],"e":[0]},{"t":50}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":60,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"Dot inner5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":180},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-28.737,-32.748],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[62]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":12,"s":[62],"e":[50]},{"t":46}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[65]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[65],"e":[52]},{"t":46}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[4],"e":[0]},{"t":50}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":60,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"Dot inner4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":144},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-28.737,-32.748],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[62]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":12,"s":[62],"e":[50]},{"t":46}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[65]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[65],"e":[52]},{"t":46}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[4],"e":[0]},{"t":50}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":60,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"Dot inner3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":108},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-28.737,-32.748],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[62]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":12,"s":[62],"e":[50]},{"t":46}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[65]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[65],"e":[52]},{"t":46}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[4],"e":[0]},{"t":50}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":60,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":4,"nm":"Dot inner2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":72},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-28.737,-32.748],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[62]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":12,"s":[62],"e":[50]},{"t":46}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[65]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[65],"e":[52]},{"t":46}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[4],"e":[0]},{"t":50}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":60,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":4,"nm":"Dot inner1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50.245,49.849,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"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":[[-28.737,-32.748],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[62]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":12,"s":[62],"e":[50]},{"t":46}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[65]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[65],"e":[52]},{"t":46}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[4],"e":[0]},{"t":50}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":60,"st":-46,"bm":0,"sr":1}]},{"id":"comp_6","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Dot 6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":300},"p":{"a":0,"k":[50.245,49.974,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":5},"lc":1,"lj":1,"ml":4,"nm":"描边 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.87451,0.87451,0.87451,1]},"o":{"a":0,"k":100},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"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":"变换"}],"nm":"形状 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.312,0.312],[0,0]],"o":[[-0.312,-0.312],[0,0]],"v":[[-2.175,-41.81],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[17]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":15,"s":[17],"e":[5]},{"t":65}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[29]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":16,"s":[29],"e":[6]},{"t":65}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":36,"s":[4],"e":[0]},{"t":65}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":65,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Dot 5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":240},"p":{"a":0,"k":[50.245,49.974,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":5},"lc":1,"lj":1,"ml":4,"nm":"描边 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.87451,0.87451,0.87451,1]},"o":{"a":0,"k":100},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"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":"变换"}],"nm":"形状 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.312,0.312],[0,0]],"o":[[-0.312,-0.312],[0,0]],"v":[[-2.175,-41.81],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[17]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":15,"s":[17],"e":[5]},{"t":65}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[29]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":16,"s":[29],"e":[6]},{"t":65}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":36,"s":[4],"e":[0]},{"t":65}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":65,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Dot 4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":180},"p":{"a":0,"k":[50.245,49.974,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":5},"lc":1,"lj":1,"ml":4,"nm":"描边 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.87451,0.87451,0.87451,1]},"o":{"a":0,"k":100},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"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":"变换"}],"nm":"形状 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.312,0.312],[0,0]],"o":[[-0.312,-0.312],[0,0]],"v":[[-2.175,-41.81],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[17]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":15,"s":[17],"e":[5]},{"t":65}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[29]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":16,"s":[29],"e":[6]},{"t":65}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":36,"s":[4],"e":[0]},{"t":65}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":65,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Dot 3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":120},"p":{"a":0,"k":[50.245,49.974,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":5},"lc":1,"lj":1,"ml":4,"nm":"描边 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.87451,0.87451,0.87451,1]},"o":{"a":0,"k":100},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"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":"变换"}],"nm":"形状 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.312,0.312],[0,0]],"o":[[-0.312,-0.312],[0,0]],"v":[[-2.175,-41.81],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[17]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":15,"s":[17],"e":[5]},{"t":65}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[29]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":16,"s":[29],"e":[6]},{"t":65}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":36,"s":[4],"e":[0]},{"t":65}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":65,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Dot 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":60},"p":{"a":0,"k":[50.245,49.974,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":5},"lc":1,"lj":1,"ml":4,"nm":"描边 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.87451,0.87451,0.87451,1]},"o":{"a":0,"k":100},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"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":"变换"}],"nm":"形状 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.312,0.312],[0,0]],"o":[[-0.312,-0.312],[0,0]],"v":[[-2.175,-41.81],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[17]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":15,"s":[17],"e":[5]},{"t":65}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[29]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":16,"s":[29],"e":[6]},{"t":65}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":36,"s":[4],"e":[0]},{"t":65}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":65,"st":-46,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Dot 1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[50.245,49.974,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[40,40,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":5},"lc":1,"lj":1,"ml":4,"nm":"描边 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.87451,0.87451,0.87451,1]},"o":{"a":0,"k":100},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"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":"变换"}],"nm":"形状 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.312,0.312],[0,0]],"o":[[-0.312,-0.312],[0,0]],"v":[[-2.175,-41.81],[-1.938,-2]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[90],"e":[17]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":15,"s":[17],"e":[5]},{"t":65}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[90],"e":[29]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":16,"s":[29],"e":[6]},{"t":65}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[1,0.6745098,0.1803922,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[5],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":36,"s":[4],"e":[0]},{"t":65}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"变换"}],"nm":"Shape 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":65,"st":-46,"bm":0,"sr":1}]}],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"pop8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[475.664,111.874,0],"e":[477,108,0],"to":[0.22259241342545,-0.64567643404007,0],"ti":[0.11074091494083,1.14567637443542,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[477,108,0],"e":[476.895,107.561,0],"to":[-0.01389549672604,-0.14375664293766,0],"ti":[0.05413279309869,0.14822678267956,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34,"s":[476.895,107.561,0],"e":[475,105,0],"to":[-0.37728145718575,-1.03307461738586,0],"ti":[0.29150748252869,0.43726122379303,0]},{"t":55}]},"a":{"a":0,"k":[-50.224,-46.474,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":16,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":23,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":44,"s":[100,100,100],"e":[0,0,100]},{"t":55}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[4,4]},"p":{"a":0,"k":[0,0]},"nm":"椭圆路径 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0.9960784,0.8509804,0.5137255,0.8235294]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":4,"nm":"描边 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.991299,0.8940315,0.6023721,1]},"o":{"a":0,"k":0},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-49.224,-46.474],"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":"变换"}],"nm":"椭圆 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":5,"op":75,"st":5,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"pop7","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[368.164,111.874,0]},"a":{"a":0,"k":[-50.224,-46.474,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":23,"s":[0,0],"e":[5,5]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":31,"s":[5,5],"e":[3,3]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":57,"s":[3,3],"e":[0,0]},{"t":62}]},"p":{"a":0,"k":[0,0]},"nm":"椭圆路径 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[1,0.7337895,0.3264553,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"描边 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.991299,0.8940315,0.6023721,1]},"o":{"a":0,"k":100},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-49.224,-46.474],"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":"变换"}],"nm":"椭圆 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":5,"op":75,"st":5,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"pop5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[45.794,97.647,0]},"a":{"a":0,"k":[-23.206,-45.353,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[5,5]},"p":{"a":0,"k":[0,0]},"nm":"椭圆路径 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[0.9058824,0.4313726,0.6196079,1],"e":[1,0.8530331,0.1333333,1]},{"t":28}]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":1,"lj":1,"ml":4,"nm":"描边 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-25.603,-45.353],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":15,"s":[0,0],"e":[100,100]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":25,"s":[100,100],"e":[50,50]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":43,"s":[50,50],"e":[0,0]},{"t":54}],"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":"变换"}],"nm":"椭圆 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":5,"op":75,"st":5,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"pop2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[119.031,110.272,0],"e":[120.531,102.272,0],"to":[0.25,-1.33333337306976,0],"ti":[-0.91666668653488,2.33333325386047,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[120.531,102.272,0],"e":[124.531,96.272,0],"to":[0.91666668653488,-2.33333325386047,0],"ti":[-0.66666668653488,1,0]},{"t":44}]},"a":{"a":0,"k":[-135.25,6,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8,"s":[0,0,100],"e":[150,150,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":37,"s":[150,150,100],"e":[0,0,100]},{"t":49}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3.589,3.589]},"p":{"a":0,"k":[0,0]},"nm":"椭圆路径 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0.9981465,0.8623575,0.5475739,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":4,"nm":"描边 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-135.456,6.044],"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":"变换"}],"nm":"椭圆 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":5,"op":75,"st":5,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"pop","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[121.598,127.749,0],"e":[123.098,119.749,0],"to":[0.25,-1.33333337306976,0],"ti":[-0.625,1.83333337306976,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[123.098,119.749,0],"e":[125.348,116.749,0],"to":[0.625,-1.83333337306976,0],"ti":[-0.16666667163372,1.66666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[125.348,116.749,0],"e":[124.098,109.749,0],"to":[0.16666667163372,-1.66666662693024,0],"ti":[0.20833332836628,1.16666662693024,0]},{"t":50}]},"a":{"a":0,"k":[-41.461,35.978,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":17,"s":[0,0,100],"e":[50,50,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":29,"s":[50,50,100],"e":[50,50,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":44,"s":[50,50,100],"e":[0,0,100]},{"t":56}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[8.455,8.455]},"p":{"a":0,"k":[0,0]},"nm":"椭圆路径 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0.9960784,0.8392157,0.4784314,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":1,"lj":1,"ml":4,"nm":"描边 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-40.772,38.228],"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":"变换"}],"nm":"椭圆 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":17,"op":85,"st":27,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"star1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[73.61,80.001,0]},"a":{"a":0,"k":[-188.136,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.993,0.993,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p993_0","0p667_1_0p993_0","0p667_0p667_0p333_0p333"],"t":13,"s":[100,100,100],"e":[115,115,100]},{"i":{"x":[0.646,0.646,0.646],"y":[0.866,0.866,0.646]},"o":{"x":[0.345,0.345,0.345],"y":[0,0,0.345]},"n":["0p646_0p866_0p345_0","0p646_0p866_0p345_0","0p646_0p646_0p345_0p345"],"t":21,"s":[115,115,100],"e":[100,100,100]},{"t":40}]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-137.605,-48.127],[-149.48,-48.127],[-149.48,46.873],[-137.605,46.873]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-149.999,-38.502],[-223.711,-38.502],[-223.711,38.177],[-149.999,38.177]],"c":true}]},{"t":17}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"蒙版 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.675,-1.338],[0,0],[0.984,-0.137],[-1.281,-1.366],[-0.327,-0.982],[1.228,-7.244],[-1.22,0.695],[0,0],[-5.883,-3.001],[0.244,1.601],[-0.202,0.607],[-4.152,3.933],[3.339,0.14],[0,0],[2.912,5.775]],"o":[[-2.985,5.919],[0,0],[-1.134,0.114],[3.214,3.428],[0.096,0.576],[-0.37,2.185],[5.447,-3.103],[0,0],[1.246,0.636],[-1.038,-6.802],[0.105,-0.737],[0.818,-0.775],[-4.735,-0.198],[0,0],[-0.653,-1.295]],"v":[[-162.945,-33.091],[-172,-11.125],[-195.549,-10.56],[-196.195,-7.351],[-178.375,8.5],[-183.128,32.408],[-181.09,34.198],[-161.5,22],[-140.528,34.289],[-138.62,32.579],[-144.375,8.625],[-127.162,-6.755],[-127.903,-10.712],[-150.75,-11.125],[-160.125,-33.163]],"c":true}},"nm":"路径 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.727405,0.175957,0.175957,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"描边 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[1,0.8156863,0.3058824,1],"e":[0.9988511,0.758655,0.1329353,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24,"s":[0.9988511,0.758655,0.1329353,1],"e":[1,0.6745098,0.1764706,1]},{"t":33}]},"o":{"a":0,"k":100},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-25.292,-0.554],"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":"变换"}],"nm":"形状 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90,"st":30,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"star2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[161.548,80.001,0]},"a":{"a":0,"k":[-188.136,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.993,0.993,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p993_0","0p667_1_0p993_0","0p667_0p667_0p333_0p333"],"t":10,"s":[100,100,100],"e":[115,115,100]},{"i":{"x":[0.646,0.646,0.646],"y":[0.88,0.88,0.646]},"o":{"x":[0.345,0.345,0.345],"y":[0,0,0.345]},"n":["0p646_0p88_0p345_0","0p646_0p88_0p345_0","0p646_0p646_0p345_0p345"],"t":18,"s":[115,115,100],"e":[100,100,100]},{"t":35}]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-137.605,-48.127],[-149.48,-48.127],[-149.48,46.873],[-137.605,46.873]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-149.999,-38.502],[-223.711,-38.502],[-223.711,38.177],[-149.999,38.177]],"c":true}]},{"t":14}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"蒙版 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.675,-1.338],[0,0],[0.984,-0.137],[-1.281,-1.366],[-0.327,-0.982],[1.228,-7.244],[-1.22,0.695],[0,0],[-5.883,-3.001],[0.244,1.601],[-0.202,0.607],[-4.152,3.933],[3.339,0.14],[0,0],[2.912,5.775]],"o":[[-2.985,5.919],[0,0],[-1.134,0.114],[3.214,3.428],[0.096,0.576],[-0.37,2.185],[5.447,-3.103],[0,0],[1.246,0.636],[-1.038,-6.802],[0.105,-0.737],[0.818,-0.775],[-4.735,-0.198],[0,0],[-0.653,-1.295]],"v":[[-162.945,-33.091],[-172,-11.125],[-195.549,-10.56],[-196.195,-7.351],[-178.375,8.5],[-183.128,32.408],[-181.09,34.198],[-161.5,22],[-140.528,34.289],[-138.62,32.579],[-144.375,8.625],[-127.162,-6.755],[-127.903,-10.712],[-150.75,-11.125],[-160.125,-33.163]],"c":true}},"nm":"路径 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.727405,0.175957,0.175957,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"描边 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":11,"s":[1,0.8308612,0.3541973,1],"e":[1,0.7568628,0.1333333,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[1,0.7568628,0.1333333,1],"e":[1,0.6745098,0.1764706,1]},{"t":24}]},"o":{"a":0,"k":100},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-25.292,-0.554],"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":"变换"}],"nm":"形状 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90,"st":30,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"star3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[250.991,80.5,0]},"a":{"a":0,"k":[-186.693,0.499,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.993,0.993,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p993_0","0p667_1_0p993_0","0p667_0p667_0p333_0p333"],"t":7,"s":[100,100,100],"e":[115,115,100]},{"i":{"x":[0.646,0.646,0.646],"y":[0.894,0.894,0.646]},"o":{"x":[0.345,0.345,0.345],"y":[0,0,0.345]},"n":["0p646_0p894_0p345_0","0p646_0p894_0p345_0","0p646_0p646_0p345_0p345"],"t":15,"s":[115,115,100],"e":[100,100,100]},{"t":30}]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-137.605,-48.127],[-149.48,-48.127],[-149.48,46.873],[-137.605,46.873]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-149.999,-38.502],[-223.711,-38.502],[-223.711,38.177],[-149.999,38.177]],"c":true}]},{"t":9}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"蒙版 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.675,-1.338],[0,0],[0.984,-0.137],[-1.281,-1.366],[-0.327,-0.982],[1.228,-7.244],[-1.22,0.695],[0,0],[-5.883,-3.001],[0.244,1.601],[-0.202,0.607],[-4.152,3.933],[3.339,0.14],[0,0],[2.912,5.775]],"o":[[-2.985,5.919],[0,0],[-1.134,0.114],[3.214,3.428],[0.096,0.576],[-0.37,2.185],[5.447,-3.103],[0,0],[1.246,0.636],[-1.038,-6.802],[0.105,-0.737],[0.818,-0.775],[-4.735,-0.198],[0,0],[-0.653,-1.295]],"v":[[-162.945,-33.091],[-172,-11.125],[-195.549,-10.56],[-196.195,-7.351],[-178.375,8.5],[-183.128,32.408],[-181.09,34.198],[-161.5,22],[-140.528,34.289],[-138.62,32.579],[-144.375,8.625],[-127.162,-6.755],[-127.903,-10.712],[-150.75,-11.125],[-160.125,-33.163]],"c":true}},"nm":"路径 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.727405,0.175957,0.175957,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"描边 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":7,"s":[1,0.8308612,0.3541973,1],"e":[1,0.7568628,0.1333333,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":17,"s":[1,0.7568628,0.1333333,1],"e":[1,0.6745098,0.1764706,1]},{"t":25}]},"o":{"a":0,"k":100},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-25.292,-0.554],"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":"变换"}],"nm":"形状 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90,"st":30,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"star4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[336.548,80.001,0]},"a":{"a":0,"k":[-188.136,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.993,0.993,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p993_0","0p667_1_0p993_0","0p667_0p667_0p333_0p333"],"t":4,"s":[100,100,100],"e":[115,115,100]},{"i":{"x":[0.646,0.646,0.646],"y":[0.902,0.902,0.646]},"o":{"x":[0.345,0.345,0.345],"y":[0,0,0.345]},"n":["0p646_0p902_0p345_0","0p646_0p902_0p345_0","0p646_0p646_0p345_0p345"],"t":12,"s":[115,115,100],"e":[100,100,100]},{"t":26}]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-138.855,-48.127],[-150.73,-48.127],[-150.73,46.873],[-138.855,46.873]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-137.605,-48.127],[-149.48,-48.127],[-149.48,46.873],[-137.605,46.873]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-137.605,-48.127],[-149.48,-48.127],[-149.48,46.873],[-137.605,46.873]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-149.999,-38.502],[-223.711,-38.502],[-223.711,38.177],[-149.999,38.177]],"c":true}]},{"t":7}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"蒙版 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.675,-1.338],[0,0],[0.984,-0.137],[-1.281,-1.366],[-0.327,-0.982],[1.228,-7.244],[-1.22,0.695],[0,0],[-5.883,-3.001],[0.244,1.601],[-0.202,0.607],[-4.152,3.933],[3.339,0.14],[0,0],[2.912,5.775]],"o":[[-2.985,5.919],[0,0],[-1.134,0.114],[3.214,3.428],[0.096,0.576],[-0.37,2.185],[5.447,-3.103],[0,0],[1.246,0.636],[-1.038,-6.802],[0.105,-0.737],[0.818,-0.775],[-4.735,-0.198],[0,0],[-0.653,-1.295]],"v":[[-162.945,-33.091],[-172,-11.125],[-195.549,-10.56],[-196.195,-7.351],[-178.375,8.5],[-183.128,32.408],[-181.09,34.198],[-161.5,22],[-140.528,34.289],[-138.62,32.579],[-144.375,8.625],[-127.162,-6.755],[-127.903,-10.712],[-150.75,-11.125],[-160.125,-33.163]],"c":true}},"nm":"路径 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.727405,0.175957,0.175957,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"描边 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[1,0.8308612,0.3541973,1],"e":[1,0.7568628,0.1333333,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":14,"s":[1,0.7568628,0.1333333,1],"e":[1,0.6745098,0.1764706,1]},{"t":22}]},"o":{"a":0,"k":100},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-25.292,-0.554],"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":"变换"}],"nm":"形状 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90,"st":30,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"star5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[422.6,80.001,0]},"a":{"a":0,"k":[-188.136,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.674,0.674,0.674],"y":[1.038,1.038,0.674]},"o":{"x":[0.942,0.942,0.333],"y":[0.224,0.224,0.333]},"n":["0p674_1p038_0p942_0p224","0p674_1p038_0p942_0p224","0p674_0p674_0p333_0p333"],"t":7,"s":[100,100,100],"e":[115,115,100]},{"i":{"x":[0.649,0.649,0.649],"y":[0.867,0.867,0.649]},"o":{"x":[0.334,0.334,0.334],"y":[0.074,0.074,0.334]},"n":["0p649_0p867_0p334_0p074","0p649_0p867_0p334_0p074","0p649_0p649_0p334_0p334"],"t":17,"s":[115,115,100],"e":[100,100,100]},{"t":36}]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":1,"s":[{"i":[[4.407,0],[0,-4.407],[-4.407,0],[0,4.407]],"o":[[-4.407,0],[0,4.407],[4.407,0],[0,-4.407]],"v":[[-187.125,-8.752],[-195.105,-0.773],[-187.125,7.207],[-179.146,-0.773]],"c":true}],"e":[{"i":[[26.402,0],[0,-26.402],[-26.402,0],[0,26.402]],"o":[[-26.402,0],[0,26.402],[26.402,0],[0,-26.402]],"v":[[-187.929,-44.391],[-235.733,3.414],[-187.929,51.218],[-140.124,3.414]],"c":true}]},{"t":9}]},"o":{"a":0,"k":100},"x":{"a":0,"k":-1},"nm":"蒙版 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.675,-1.338],[0,0],[0.984,-0.137],[-1.281,-1.366],[-0.327,-0.982],[1.228,-7.244],[-1.22,0.695],[0,0],[-5.883,-3.001],[0.244,1.601],[-0.202,0.607],[-4.152,3.933],[3.339,0.14],[0,0],[2.912,5.775]],"o":[[-2.985,5.919],[0,0],[-1.134,0.114],[3.214,3.428],[0.096,0.576],[-0.37,2.185],[5.447,-3.103],[0,0],[1.246,0.636],[-1.038,-6.802],[0.105,-0.737],[0.818,-0.775],[-4.735,-0.198],[0,0],[-0.653,-1.295]],"v":[[-162.945,-33.091],[-172,-11.125],[-195.549,-10.56],[-196.195,-7.351],[-178.375,8.5],[-183.128,32.408],[-181.09,34.198],[-161.5,22],[-140.528,34.289],[-138.62,32.579],[-144.375,8.625],[-127.162,-6.755],[-127.903,-10.712],[-150.75,-11.125],[-160.125,-33.163]],"c":true}},"nm":"路径 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.727405,0.175957,0.175957,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"描边 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[0.8745098,0.8745098,0.8745098,1],"e":[1,0.8854904,0.3411611,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[1,0.8854904,0.3411611,1],"e":[1,0.6396633,0.0779718,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[1,0.6396633,0.0779718,1],"e":[1,0.6745098,0.1764706,1]},{"t":36}]},"o":{"a":0,"k":100},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-188.21,0.681],"ix":2},"a":{"a":0,"k":[-162.919,1.235],"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":"变换"}],"nm":"形状 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":90,"st":30,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"star1 grey","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[73.61,80.001,0]},"a":{"a":0,"k":[-188.136,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.675,-1.338],[0,0],[0.984,-0.137],[-1.281,-1.366],[-0.327,-0.982],[1.228,-7.244],[-1.22,0.695],[0,0],[-5.883,-3.001],[0.244,1.601],[-0.202,0.607],[-4.152,3.933],[3.339,0.14],[0,0],[2.912,5.775]],"o":[[-2.985,5.919],[0,0],[-1.134,0.114],[3.214,3.428],[0.096,0.576],[-0.37,2.185],[5.447,-3.103],[0,0],[1.246,0.636],[-1.038,-6.802],[0.105,-0.737],[0.818,-0.775],[-4.735,-0.198],[0,0],[-0.653,-1.295]],"v":[[-162.945,-33.091],[-172,-11.125],[-195.549,-10.56],[-196.195,-7.351],[-178.375,8.5],[-183.128,32.408],[-181.09,34.198],[-161.5,22],[-140.528,34.289],[-138.62,32.579],[-144.375,8.625],[-127.162,-6.755],[-127.903,-10.712],[-150.75,-11.125],[-160.125,-33.163]],"c":true}},"nm":"路径 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.727405,0.175957,0.175957,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"描边 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.8745098,0.8745098,0.8745098,1]},"o":{"a":0,"k":100},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-25.292,-0.554],"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":"变换"}],"nm":"形状 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":17,"st":31,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"star2 grey","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[161.548,80.001,0]},"a":{"a":0,"k":[-188.136,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.675,-1.338],[0,0],[0.984,-0.137],[-1.281,-1.366],[-0.327,-0.982],[1.228,-7.244],[-1.22,0.695],[0,0],[-5.883,-3.001],[0.244,1.601],[-0.202,0.607],[-4.152,3.933],[3.339,0.14],[0,0],[2.912,5.775]],"o":[[-2.985,5.919],[0,0],[-1.134,0.114],[3.214,3.428],[0.096,0.576],[-0.37,2.185],[5.447,-3.103],[0,0],[1.246,0.636],[-1.038,-6.802],[0.105,-0.737],[0.818,-0.775],[-4.735,-0.198],[0,0],[-0.653,-1.295]],"v":[[-162.945,-33.091],[-172,-11.125],[-195.549,-10.56],[-196.195,-7.351],[-178.375,8.5],[-183.128,32.408],[-181.09,34.198],[-161.5,22],[-140.528,34.289],[-138.62,32.579],[-144.375,8.625],[-127.162,-6.755],[-127.903,-10.712],[-150.75,-11.125],[-160.125,-33.163]],"c":true}},"nm":"路径 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.727405,0.175957,0.175957,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"描边 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.8745098,0.8745098,0.8745098,1]},"o":{"a":0,"k":100},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-25.292,-0.554],"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":"变换"}],"nm":"形状 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":14,"st":29,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"star3 grey","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[250.991,80.5,0]},"a":{"a":0,"k":[-186.693,0.499,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.675,-1.338],[0,0],[0.984,-0.137],[-1.281,-1.366],[-0.327,-0.982],[1.228,-7.244],[-1.22,0.695],[0,0],[-5.883,-3.001],[0.244,1.601],[-0.202,0.607],[-4.152,3.933],[3.339,0.14],[0,0],[2.912,5.775]],"o":[[-2.985,5.919],[0,0],[-1.134,0.114],[3.214,3.428],[0.096,0.576],[-0.37,2.185],[5.447,-3.103],[0,0],[1.246,0.636],[-1.038,-6.802],[0.105,-0.737],[0.818,-0.775],[-4.735,-0.198],[0,0],[-0.653,-1.295]],"v":[[-162.945,-33.091],[-172,-11.125],[-195.549,-10.56],[-196.195,-7.351],[-178.375,8.5],[-183.128,32.408],[-181.09,34.198],[-161.5,22],[-140.528,34.289],[-138.62,32.579],[-144.375,8.625],[-127.162,-6.755],[-127.903,-10.712],[-150.75,-11.125],[-160.125,-33.163]],"c":true}},"nm":"路径 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.727405,0.175957,0.175957,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"描边 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.8745098,0.8745098,0.8745098,1]},"o":{"a":0,"k":100},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-25.292,-0.554],"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":"变换"}],"nm":"形状 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":8,"st":30,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"star4 grey","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[336.548,80.001,0]},"a":{"a":0,"k":[-188.136,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.675,-1.338],[0,0],[0.984,-0.137],[-1.281,-1.366],[-0.327,-0.982],[1.228,-7.244],[-1.22,0.695],[0,0],[-5.883,-3.001],[0.244,1.601],[-0.202,0.607],[-4.152,3.933],[3.339,0.14],[0,0],[2.912,5.775]],"o":[[-2.985,5.919],[0,0],[-1.134,0.114],[3.214,3.428],[0.096,0.576],[-0.37,2.185],[5.447,-3.103],[0,0],[1.246,0.636],[-1.038,-6.802],[0.105,-0.737],[0.818,-0.775],[-4.735,-0.198],[0,0],[-0.653,-1.295]],"v":[[-162.945,-33.091],[-172,-11.125],[-195.549,-10.56],[-196.195,-7.351],[-178.375,8.5],[-183.128,32.408],[-181.09,34.198],[-161.5,22],[-140.528,34.289],[-138.62,32.579],[-144.375,8.625],[-127.162,-6.755],[-127.903,-10.712],[-150.75,-11.125],[-160.125,-33.163]],"c":true}},"nm":"路径 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.727405,0.175957,0.175957,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"描边 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.8745098,0.8745098,0.8745098,1]},"o":{"a":0,"k":100},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-25.292,-0.554],"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":"变换"}],"nm":"形状 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":8,"st":30,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"star5 grey","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[422.6,80.001,0]},"a":{"a":0,"k":[-188.136,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.675,-1.338],[0,0],[0.984,-0.137],[-1.281,-1.366],[-0.327,-0.982],[1.228,-7.244],[-1.22,0.695],[0,0],[-5.883,-3.001],[0.244,1.601],[-0.202,0.607],[-4.152,3.933],[3.339,0.14],[0,0],[2.912,5.775]],"o":[[-2.985,5.919],[0,0],[-1.134,0.114],[3.214,3.428],[0.096,0.576],[-0.37,2.185],[5.447,-3.103],[0,0],[1.246,0.636],[-1.038,-6.802],[0.105,-0.737],[0.818,-0.775],[-4.735,-0.198],[0,0],[-0.653,-1.295]],"v":[[-162.945,-33.091],[-172,-11.125],[-195.549,-10.56],[-196.195,-7.351],[-178.375,8.5],[-183.128,32.408],[-181.09,34.198],[-161.5,22],[-140.528,34.289],[-138.62,32.579],[-144.375,8.625],[-127.162,-6.755],[-127.903,-10.712],[-150.75,-11.125],[-160.125,-33.163]],"c":true}},"nm":"路径 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.727405,0.175957,0.175957,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"描边 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[0.8745098,0.8745098,0.8745098,1],"e":[1,0.6745098,0.1764706,1]},{"t":4}]},"o":{"a":0,"k":100},"r":1,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-188.21,0.681],"ix":2},"a":{"a":0,"k":[-162.919,1.235],"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":"变换"}],"nm":"形状 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":8,"st":30,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":0,"nm":"circle burst s","refId":"comp_0","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[28.899,53.048,0]},"a":{"a":0,"k":[50,50,0]},"s":{"a":0,"k":[130,130,100]}},"ao":0,"w":100,"h":100,"ip":16,"op":76,"st":16,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":0,"nm":"5.3 burst3","cl":"3","refId":"comp_1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[111.213,120.311,0]},"a":{"a":0,"k":[50,50,0]},"s":{"a":0,"k":[70,70,100]}},"ao":0,"w":100,"h":100,"ip":15,"op":85,"st":15,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":0,"nm":"5.3 burst","cl":"3","refId":"comp_2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[124.403,45.07,0]},"a":{"a":0,"k":[50,50,0]},"s":{"a":0,"k":[70,70,100]}},"ao":0,"w":100,"h":100,"ip":14,"op":84,"st":14,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":0,"nm":"5.3 burst","cl":"3","refId":"comp_2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[124.403,45.07,0]},"a":{"a":0,"k":[50,50,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":100,"h":100,"ip":14,"op":84,"st":14,"bm":0,"sr":1},{"ddd":0,"ind":20,"ty":0,"nm":"5.3 burst 2","cl":"3","refId":"comp_3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[199.5,32.5,0]},"a":{"a":0,"k":[50,50,0]},"s":{"a":0,"k":[120,120,100]}},"ao":0,"w":100,"h":100,"ip":14,"op":84,"st":14,"bm":0,"sr":1},{"ddd":0,"ind":21,"ty":0,"nm":"5.3 burst3","cl":"3","refId":"comp_1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[292.164,53.5,0]},"a":{"a":0,"k":[50,50,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":100,"h":100,"ip":12,"op":82,"st":12,"bm":0,"sr":1},{"ddd":0,"ind":22,"ty":0,"nm":"5.8 burst","cl":"8","refId":"comp_4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[302.302,133.646,0]},"a":{"a":0,"k":[50,50,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":100,"h":100,"ip":13,"op":73,"st":13,"bm":0,"sr":1},{"ddd":0,"ind":23,"ty":0,"nm":"5.3 burst","cl":"3","refId":"comp_2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[289.403,122.07,0]},"a":{"a":0,"k":[50,50,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":100,"h":100,"ip":12,"op":82,"st":12,"bm":0,"sr":1},{"ddd":0,"ind":24,"ty":0,"nm":"burst","refId":"comp_5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[380.063,47.18,0]},"a":{"a":0,"k":[50,50,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":100,"h":100,"ip":10,"op":70,"st":10,"bm":0,"sr":1},{"ddd":0,"ind":25,"ty":0,"nm":"burst5.16","cl":"16","refId":"comp_6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[459.494,113.978,0]},"a":{"a":0,"k":[50,50,0]},"s":{"a":0,"k":[80,80,100]}},"ao":0,"w":100,"h":100,"ip":11,"op":81,"st":11,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/red_pocket_pop_up.json b/ohos/flutter_lottie/assets/lottiefiles/red_pocket_pop_up.json new file mode 100644 index 0000000000000000000000000000000000000000..4e0ebc0a86c599d500146550457328b434ce14f3 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/red_pocket_pop_up.json @@ -0,0 +1 @@ +{"v":"5.1.1","fr":60,"ip":0,"op":120,"w":126,"h":126,"nm":"2","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"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]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":23,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":34,"s":[100],"e":[0]},{"t":40}],"ix":11},"r":{"a":0,"k":-30.914,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":18,"s":[55.858,56.567,0],"e":[69.858,81.442,0],"to":[8.29166698455811,-29.2708339691162,0],"ti":[-0.04166666790843,-36.4791679382324,0]},{"t":57}],"ix":2},"a":{"a":0,"k":[54.887,-9.452,0],"ix":1},"s":{"a":0,"k":[73,73,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[6.273,4.596],"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":[1,0.872146008061,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.035372217964,0.177807452632,0.925490016563,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[54.887,-9.452],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-32,"op":88,"st":-32,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 7","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":23,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":34,"s":[100],"e":[0]},{"t":40}],"ix":11},"r":{"a":0,"k":-30.914,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":16,"s":[55.858,55.067,0],"e":[63.608,98.692,0],"to":[7.54166650772095,3.72916674613953,0],"ti":[-8.29166698455811,-13.2291669845581,0]},{"t":46}],"ix":2},"a":{"a":0,"k":[54.887,-9.452,0],"ix":1},"s":{"a":0,"k":[73,73,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[6.273,4.596],"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":[1,0.872146008061,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925490016563,0.547821703144,0.121059395285,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[54.887,-9.452],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-32,"op":88,"st":-32,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 6","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":22,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":36,"s":[100],"e":[0]},{"t":42}],"ix":11},"r":{"a":0,"k":-30.914,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":15,"s":[53.608,56.567,0],"e":[25.108,80.192,0],"to":[-17.2083339691162,-4.27083349227905,0],"ti":[1.45833337306976,-14.7291669845581,0]},{"t":42}],"ix":2},"a":{"a":0,"k":[54.887,-9.452,0],"ix":1},"s":{"a":0,"k":[73,73,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[6.273,4.596],"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":[1,0.872146008061,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.910229611864,0.542038322898,0.925490016563,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[54.887,-9.452],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-33,"op":87,"st":-33,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 5","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":17,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":33,"s":[100],"e":[0]},{"t":39}],"ix":11},"r":{"a":0,"k":-30.914,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":17,"s":[51.733,56.067,0],"e":[26.608,42.817,0],"to":[0.16666667163372,-12.0208330154419,0],"ti":[11.0833330154419,-8.47916698455811,0]},{"t":39}],"ix":2},"a":{"a":0,"k":[54.887,-9.452,0],"ix":1},"s":{"a":0,"k":[73,73,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[6.273,4.596],"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":[1,0.872146008061,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.629792516372,0.925490016563,0.053150479934,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[54.887,-9.452],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-31,"op":89,"st":-31,"bm":0},{"ddd":0,"ind":5,"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]},"n":["0p833_0p833_0p167_0p167"],"t":11,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":29,"s":[100],"e":[0]},{"t":35}],"ix":11},"r":{"a":0,"k":-30.914,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":11,"s":[54.108,59.442,0],"e":[95.858,61.442,0],"to":[5.79166650772095,-11.2708330154419,0],"ti":[-9.29166698455811,-14.8541669845581,0]},{"t":35}],"ix":2},"a":{"a":0,"k":[54.887,-9.452,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[6.273,4.596],"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":[1,0.872146008061,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.028439544229,0.684160419539,0.925490016563,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[54.887,-9.452],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-37,"op":83,"st":-37,"bm":0},{"ddd":0,"ind":6,"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]},"n":["0p833_0p833_0p167_0p167"],"t":93,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":106,"s":[100],"e":[0]},{"t":110}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":93,"s":[0],"e":[-45]},{"t":110}],"ix":10},"p":{"a":0,"k":[43.315,71.875,0],"ix":2},"a":{"a":0,"k":[64,-20,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":93,"s":[2,2,100],"e":[27,27,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":100,"s":[27,27,100],"e":[27,27,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":106,"s":[27,27,100],"e":[15,15,100]},{"t":110}],"ix":6}},"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],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[63.875,-46.625],[60.25,-23.625],[39.5,-20.25],[60.25,-15.25],[63.5,6.25],[67.125,-16.375],[91,-18.625],[66.875,-23.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.872146127738,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.990071315391,0.776348039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":7,"op":127,"st":7,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":73,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":80,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":86,"s":[100],"e":[0]},{"t":90}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":73,"s":[0],"e":[-45]},{"t":90}],"ix":10},"p":{"a":0,"k":[35.375,40.875,0],"ix":2},"a":{"a":0,"k":[64,-20,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":73,"s":[2,2,100],"e":[27,27,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":80,"s":[27,27,100],"e":[27,27,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":86,"s":[27,27,100],"e":[15,15,100]},{"t":90}],"ix":6}},"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],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[63.875,-46.625],[60.25,-23.625],[39.5,-20.25],[60.25,-15.25],[63.5,6.25],[67.125,-16.375],[91,-18.625],[66.875,-23.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.872146127738,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.990071315391,0.776348039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-13,"op":107,"st":-13,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":86,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":93,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":99,"s":[100],"e":[0]},{"t":103}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":86,"s":[0],"e":[114]},{"t":103}],"ix":10},"p":{"a":0,"k":[44.125,48.375,0],"ix":2},"a":{"a":0,"k":[64,-20,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":86,"s":[2,2,100],"e":[27,27,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":93,"s":[27,27,100],"e":[27,27,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":99,"s":[27,27,100],"e":[15,15,100]},{"t":103}],"ix":6}},"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],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[63.875,-46.625],[60.25,-23.625],[39.5,-20.25],[60.25,-15.25],[63.5,6.25],[67.125,-16.375],[91,-18.625],[66.875,-23.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.872146127738,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.990071315391,0.776348039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":120,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"highlight","sr":1,"ks":{"o":{"a":0,"k":30,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-18,67,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[-14.499,0],[0,-14.499],[14.499,0],[0,14.499]],"o":[[14.499,0],[0,14.499],[-14.499,0],[0,-14.499]],"v":[[72.061,-33.5],[98.312,-7.248],[72.061,19.004],[45.809,-7.248]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"},{"inv":false,"mode":"i","pt":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.499,"y":0},"n":"0p833_0p833_0p499_0","t":65,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-33.5,80.206],[95.216,-111.609],[101.135,-107.638],[-27.581,84.178],[-20.188,66.772]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-53.993,82.483],[74.723,-109.333],[98.783,-103.22],[-29.933,88.595],[-18.681,67.049]],"c":true}]},{"i":{"x":0.907,"y":0},"o":{"x":0.167,"y":0.167},"n":"0p907_0_0p167_0p167","t":70,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-53.993,82.483],[74.723,-109.333],[98.783,-103.22],[-29.933,88.595],[-18.681,67.049]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[40,93.706],[168.716,-98.109],[174.635,-94.138],[45.919,97.678],[53.312,80.272]],"c":true}]},{"t":104}],"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 2"}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[18.4,75.941],"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":[1,0.872146127738,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[66.92,-6.76],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[513.455,123.586],"ix":3},"r":{"a":0,"k":27.174,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":120,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"open","parent":16,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[71.5,-6.31,0],"ix":2},"a":{"a":0,"k":[71.5,-6.31,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.776,0.776,0.833],"y":[1,1,-18.697]},"o":{"x":[0.797,0.797,0.333],"y":[0,0,0]},"n":["0p776_1_0p797_0","0p776_1_0p797_0","0p833_-18p697_0p333_0"],"t":37,"s":[0,0,100],"e":[130,130,100]},{"i":{"x":[0.56,0.56,0.833],"y":[0.761,0.761,11.965]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p56_0p761_0p333_0","0p56_0p761_0p333_0","0p833_11p965_0p333_0"],"t":55,"s":[130,130,100],"e":[80,80,100]},{"i":{"x":[0.599,0.599,0.833],"y":[1,1,-5.888]},"o":{"x":[0.303,0.303,0.333],"y":[0.059,0.059,0]},"n":["0p599_1_0p303_0p059","0p599_1_0p303_0p059","0p833_-5p888_0p333_0"],"t":64,"s":[80,80,100],"e":[100,100,100]},{"t":73}],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[81.966,5.639],[81.966,5.66],[78.781,5.66],[78.781,3.559],[80.185,3.559],[80.185,-9.911],[75.679,-9.911],[73.164,-9.911],[73.164,-12.012],[73.164,-13.062],[73.164,-15.164],[73.164,-16.214],[73.164,-18.316],[75.679,-18.316],[80.185,-18.316],[81.966,-18.316],[82.7,-18.316],[82.7,5.639]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"},{"inv":false,"mode":"s","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[80.185,-16.214],[75.679,-16.214],[75.679,-15.164],[80.185,-15.164]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 2"},{"inv":false,"mode":"s","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[80.185,-13.062],[75.679,-13.062],[75.679,-12.012],[80.185,-12.012]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 3"},{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[63.941,-9.911],[63.941,5.639],[61.426,5.639],[61.426,-18.316],[62.16,-18.316],[63.941,-18.316],[68.448,-18.316],[70.963,-18.316],[70.963,-16.214],[70.963,-15.164],[70.963,-13.062],[70.963,-12.012],[70.963,-9.911],[68.448,-9.911]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 4"},{"inv":false,"mode":"s","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[68.448,-16.214],[63.941,-16.214],[63.941,-15.164],[68.448,-15.164]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 5"},{"inv":false,"mode":"s","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[68.448,-13.062],[63.941,-13.062],[63.941,-12.012],[68.448,-12.012]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 6"},{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[67.489,-6.233],[65.618,-6.233],[65.618,-8.335],[78.508,-8.335],[78.508,-6.233],[76.829,-6.233],[76.829,-3.817],[78.823,-3.817],[78.823,-1.716],[76.829,-1.716],[76.829,4.903],[74.314,4.903],[74.314,-1.716],[70.004,-1.716],[70.004,4.903],[67.489,4.903],[67.489,-1.716],[65.304,-1.716],[65.304,-3.817],[67.489,-3.817]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 7"},{"inv":false,"mode":"s","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[74.314,-3.817],[74.314,-6.233],[70.004,-6.233],[70.004,-3.817]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 8"}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[56,59.381],"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":[1,0.890196018593,0.141176006841,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.63137254902,0.341176470588,0.094117647059,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.5,-6.31],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":120,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"edge","parent":16,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p833_0p333_0"],"t":29,"s":[0],"e":[100]},{"t":44}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[-12.669,0],[0,-12.669],[12.669,0],[0,12.669]],"o":[[12.669,0],[0,12.669],[-12.669,0],[0,-12.669]],"v":[[72.062,-30.189],[95.002,-7.25],[72.062,15.689],[49.123,-7.25]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"},{"inv":false,"mode":"s","pt":{"a":0,"k":{"i":[[-11.78,0],[0,-11.78],[11.78,0],[0,11.78]],"o":[[11.78,0],[0,11.78],[-11.78,0],[0,-11.78]],"v":[[72.062,-28.58],[93.393,-7.25],[72.062,14.08],[50.732,-7.25]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 2"}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[299.504,134.141],"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":[1,0.890196018593,0.141176006841,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.901960784314,0.682352941176,0.396078431373,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.412,-7.504],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[20.484,43.036],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":120,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"circle","parent":16,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[71.491,-6.023,0],"ix":2},"a":{"a":0,"k":[71.491,-6.023,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":15,"s":[0,0,100],"e":[118,118,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":32,"s":[118,118,100],"e":[80,80,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":39,"s":[80,80,100],"e":[100,100,100]},{"t":45}],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[-14.499,0],[0,-14.499],[14.499,0],[0,14.499]],"o":[[14.499,0],[0,14.499],[-14.499,0],[0,-14.499]],"v":[[72.061,-33.5],[98.312,-7.248],[72.061,19.004],[45.809,-7.248]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[303.982,132.953],"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":[1,0.890196018593,0.141176006841,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.952941179276,0.749019622803,0.454901963472,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.491,-6.023],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[21.477,57.369],"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.055,0.686,0.945,0.5,0.027,0.343,0.473,1,0,0,0],"ix":9}},"s":{"a":0,"k":[0,0],"ix":5},"e":{"a":0,"k":[100,0],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false}],"ip":0,"op":120,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"circle 2","parent":16,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[71.491,-5.273,0],"ix":2},"a":{"a":0,"k":[71.491,-7.273,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":15,"s":[0,0,100],"e":[118,118,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":32,"s":[118,118,100],"e":[80,80,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":39,"s":[80,80,100],"e":[100,100,100]},{"t":45}],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[-14.499,0],[0,-14.499],[14.499,0],[0,14.499]],"o":[[14.499,0],[0,14.499],[-14.499,0],[0,-14.499]],"v":[[72.061,-33.5],[98.312,-7.248],[72.061,19.004],[45.809,-7.248]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[303.982,132.953],"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":[1,0.872146127738,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.634344362745,0.176502377379,0.008628931233,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.491,-7.273],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[21.477,57.369],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":120,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"sep","parent":16,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":19,"s":[0],"e":[100]},{"t":32}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[71.913,-2.264,0],"ix":2},"a":{"a":0,"k":[71.913,-2.264,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[-20.304,0],[0,0],[0,0],[20.346,0],[0,0]],"o":[[0,0],[20.321,0],[0,0],[0,0],[-20.279,0],[0,0]],"v":[[31.75,-19.61],[72.35,-7.194],[113,-19.61],[113,-16.406],[72.275,-3.99],[31.75,-16.406]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[323.826,152.473],"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":[1,0.890196018593,0.141176006841,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.657643995098,0.08623269025,0.036710383845,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.913,-2.264],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[31.615,72.165],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":120,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"upper","parent":16,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":19,"s":[0],"e":[100]},{"t":32}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[71.913,-4.014,0],"ix":2},"a":{"a":0,"k":[71.913,-2.264,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,-5.523],[0,0],[17.698,0],[6.032,3.078],[0,0],[-5.523,0],[0,0]],"o":[[0,0],[-6.16,3.115],[-17.733,0],[0,0],[0,-5.523],[0,0],[5.523,0]],"v":[[113.697,-39.603],[113.697,-15.203],[72.125,-3.99],[30.651,-15.255],[30.651,-39.603],[40.651,-49.603],[103.697,-49.603]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[323.826,152.473],"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":[1,0.890196018593,0.141176006841,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":5,"k":{"a":0,"k":[0,1,0.404,0.257,0.163,1,0.398,0.261,0.326,1,0.393,0.265,0.663,1,0.347,0.258,1,1,0.302,0.251],"ix":9}},"s":{"a":0,"k":[0,-67.44],"ix":5},"e":{"a":0,"k":[0,7.72],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.913,-2.264],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[31.615,72.165],"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.925,0.173,0.2,0.5,0.872,0.163,0.189,1,0.819,0.153,0.177],"ix":9}},"s":{"a":0,"k":[0,0],"ix":5},"e":{"a":0,"k":[0,100],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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":"Group 1","np":1,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":120,"st":0,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"red pocket","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[53.629,64.765,0],"ix":2},"a":{"a":0,"k":[71.913,-2.264,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":0,"s":[0,0,100],"e":[112,112,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":15,"s":[112,112,100],"e":[80,80,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":21,"s":[80,80,100],"e":[100,100,100]},{"t":26}],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[-5.523,0],[0,0],[0,-5.523],[0,0],[5.523,0],[0,0],[0,5.523],[0,0]],"o":[[0,0],[5.523,0],[0,0],[0,5.523],[0,0],[-5.523,0],[0,0],[0,-5.523]],"v":[[40.651,-49.603],[103.697,-49.603],[113.697,-39.603],[113.697,35.186],[103.697,45.186],[40.651,45.186],[30.651,35.186],[30.651,-39.603]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[323.826,152.473],"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":[1,0.890196018593,0.141176006841,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.925,0.173,0.2,0.5,0.866,0.161,0.187,1,0.806,0.15,0.174],"ix":9}},"s":{"a":0,"k":[0,0],"ix":5},"e":{"a":0,"k":[0,73.236],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.913,-2.264],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[31.615,72.165],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":120,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/rejection.json b/ohos/flutter_lottie/assets/lottiefiles/rejection.json new file mode 100644 index 0000000000000000000000000000000000000000..93d915da3e717527fca09e9e50cc61d24e1b22c6 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/rejection.json @@ -0,0 +1 @@ +{"v":"5.0.0","fr":25,"ip":0,"op":87,"w":1080,"h":1080,"nm":"rejection v2","ddd":0,"assets":[{"id":"comp_17","layers":[{"ddd":0,"ind":1,"ty":3,"nm":"NULL CONTROL","sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[0],"e":[10]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":54,"s":[10],"e":[0]},{"t":110}],"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[60,60,0],"ix":1},"s":{"a":0,"k":[80,80,100],"ix":6}},"ao":0,"ip":0,"op":111,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Group 2","parent":1,"sr":1,"ks":{"o":{"a":0,"k":80,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[60,-28.25,0],"ix":2},"a":{"a":0,"k":[0,-88.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":2,"d":1,"pt":{"a":0,"k":3,"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"r":{"a":0,"k":0,"ix":5},"or":{"a":0,"k":353,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"st","c":{"a":0,"k":[0.890196078431,0.286274509804,0.258823529412,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":1,"ml":4,"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":"Group 2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":60,"s":[0],"e":[100]},{"t":110}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":10,"s":[0],"e":[100]},{"t":60}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":111,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Group 4","parent":1,"sr":1,"ks":{"o":{"a":0,"k":80,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[96.696,5.459,0],"ix":2},"a":{"a":0,"k":[36.696,-54.542,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":2,"d":1,"pt":{"a":0,"k":3,"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"r":{"a":0,"k":0,"ix":5},"or":{"a":0,"k":353,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"st","c":{"a":0,"k":[0.019607843137,0.705882352941,0.580392156863,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":1,"ml":4,"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":-12,"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 4","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":58.947,"s":[0],"e":[100]},{"t":108.947265625}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":8.947,"s":[0],"e":[100]},{"t":58.947265625}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":111,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Group 6","parent":1,"sr":1,"ks":{"o":{"a":0,"k":80,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[131.789,41.551,0],"ix":2},"a":{"a":0,"k":[71.789,-18.449,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":2,"d":1,"pt":{"a":0,"k":3,"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"r":{"a":0,"k":0,"ix":5},"or":{"a":0,"k":353,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"st","c":{"a":0,"k":[0.443137254902,0.341176470588,0.607843137255,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":1,"ml":4,"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":-24,"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 6","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":57.895,"s":[0],"e":[100]},{"t":107.89453125}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":7.895,"s":[0],"e":[100]},{"t":57.89453125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":111,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Group 8","parent":1,"sr":1,"ks":{"o":{"a":0,"k":80,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[131.789,78.449,0],"ix":2},"a":{"a":0,"k":[71.789,18.449,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":2,"d":1,"pt":{"a":0,"k":3,"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"r":{"a":0,"k":0,"ix":5},"or":{"a":0,"k":353,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"st","c":{"a":0,"k":[0.525490196078,0.749019607843,0.705882352941,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":1,"ml":4,"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":-36,"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 8","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":56.842,"s":[0],"e":[100]},{"t":106.841796875}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":6.842,"s":[0],"e":[100]},{"t":56.841796875}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":111,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Group 10","parent":1,"sr":1,"ks":{"o":{"a":0,"k":80,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[96.696,114.542,0],"ix":2},"a":{"a":0,"k":[36.696,54.541,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":2,"d":1,"pt":{"a":0,"k":3,"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"r":{"a":0,"k":0,"ix":5},"or":{"a":0,"k":353,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"st","c":{"a":0,"k":[0.901960784314,0.733333333333,0.023529411765,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":1,"ml":4,"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":-48,"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 10","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":55.789,"s":[0],"e":[100]},{"t":105.7890625}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":5.789,"s":[0],"e":[100]},{"t":55.7890625}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":111,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Group 12","parent":1,"sr":1,"ks":{"o":{"a":0,"k":80,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[60,148.25,0],"ix":2},"a":{"a":0,"k":[0,88.25,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":2,"d":1,"pt":{"a":0,"k":3,"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"r":{"a":0,"k":0,"ix":5},"or":{"a":0,"k":353,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"st","c":{"a":0,"k":[0.866666666667,0.458823529412,0.490196078431,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":1,"ml":4,"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":-60,"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 12","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":54.737,"s":[0],"e":[100]},{"t":104.7373046875}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":4.737,"s":[0],"e":[100]},{"t":54.7373046875}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":111,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Group 14","parent":1,"sr":1,"ks":{"o":{"a":0,"k":80,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[23.304,114.542,0],"ix":2},"a":{"a":0,"k":[-36.696,54.542,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":2,"d":1,"pt":{"a":0,"k":3,"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"r":{"a":0,"k":0,"ix":5},"or":{"a":0,"k":353,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"st","c":{"a":0,"k":[0.866666666667,0.854901960784,0.760784313725,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":1,"ml":4,"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":-72,"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 14","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":53.685,"s":[0],"e":[100]},{"t":103.6845703125}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":3.685,"s":[0],"e":[100]},{"t":53.6845703125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":111,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Group 16","parent":1,"sr":1,"ks":{"o":{"a":0,"k":80,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-11.789,78.449,0],"ix":2},"a":{"a":0,"k":[-71.789,18.449,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":2,"d":1,"pt":{"a":0,"k":3,"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"r":{"a":0,"k":0,"ix":5},"or":{"a":0,"k":353,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"st","c":{"a":0,"k":[0.890196078431,0.286274509804,0.258823529412,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":1,"ml":4,"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":-84,"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 16","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":52.632,"s":[0],"e":[100]},{"t":102.6318359375}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":2.632,"s":[0],"e":[100]},{"t":52.6318359375}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":111,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Group 18","parent":1,"sr":1,"ks":{"o":{"a":0,"k":80,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-11.789,41.551,0],"ix":2},"a":{"a":0,"k":[-71.789,-18.449,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":2,"d":1,"pt":{"a":0,"k":3,"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"r":{"a":0,"k":0,"ix":5},"or":{"a":0,"k":353,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"st","c":{"a":0,"k":[0.901960784314,0.733333333333,0.023529411765,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":1,"ml":4,"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":-96,"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 18","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":51.579,"s":[0],"e":[100]},{"t":101.5791015625}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":1.579,"s":[0],"e":[100]},{"t":51.5791015625}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":111,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Group 20","parent":1,"sr":1,"ks":{"o":{"a":0,"k":80,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[23.304,5.458,0],"ix":2},"a":{"a":0,"k":[-36.696,-54.542,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":2,"d":1,"pt":{"a":0,"k":3,"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"r":{"a":0,"k":0,"ix":5},"or":{"a":0,"k":353,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"st","c":{"a":0,"k":[0.443137254902,0.341176470588,0.607843137255,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":1,"ml":4,"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":-108,"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 20","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":50.526,"s":[0],"e":[100]},{"t":100.5263671875}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.8],"y":[0]},"n":["0p2_1_0p8_0"],"t":0.526,"s":[0],"e":[100]},{"t":50.5263671875}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":111,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"rejection lines","refId":"comp_17","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-186,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[540,540,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1080,"h":1080,"ip":86,"op":87,"st":86,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"rejection lines","refId":"comp_17","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[540,540,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1080,"h":1080,"ip":86,"op":87,"st":86,"bm":0},{"ddd":0,"ind":3,"ty":0,"nm":"rejection lines","refId":"comp_17","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-186,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[540,540,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1080,"h":1080,"ip":0,"op":87,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":0,"nm":"rejection lines","refId":"comp_17","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[540,540,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1080,"h":1080,"ip":0,"op":87,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":0,"nm":"rejection lines","refId":"comp_17","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-186,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[540,540,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1080,"h":1080,"ip":0,"op":25,"st":-86,"bm":0},{"ddd":0,"ind":6,"ty":0,"nm":"rejection lines","refId":"comp_17","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[540,540,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1080,"h":1080,"ip":0,"op":25,"st":-86,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/retweet.json b/ohos/flutter_lottie/assets/lottiefiles/retweet.json new file mode 100644 index 0000000000000000000000000000000000000000..d3114b699be2c4942b92c35318fe903c5f5e546c --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/retweet.json @@ -0,0 +1 @@ +{"v":"4.5.7","fr":29.9700012207031,"ip":0,"op":120.0000048877,"w":800,"h":600,"ddd":0,"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"ReTweet Right","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":31,"s":[0],"e":[135]},{"t":58.0000023623884}],"x":"var $bm_rt;\nvar p = 0.8;\nvar a = 50;\nvar s = 1.70158;\nfunction inOutBack(t, b, c, d, a, p) {\n if (s == null)\n s = 1.70158;\n if ((t /= d / 2) < 1)\n return sum(mul(div(c, 2), mul(mul(t, t), sub(mul(sum(s *= 1.525, 1), t), s))), b);\n return sum(mul(div(c, 2), sum(mul(mul(t -= 2, t), sum(mul(sum(s *= 1.525, 1), t), s)), 2)), b);\n}\nfunction easeAndWizz() {\n var t, d, sX, eX, sY, eY, sZ, eZ, val1;\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = inOutBack(t, sX, eX, d, a, p, s);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = inOutBack(t, sY, eY, d, a, p, s);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = inOutBack(t, sY, eY, d, a, p, s);\n val3 = inOutBack(t, sZ, eZ, d, a, p, s);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;"},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":45,"s":[400,300,0],"e":[382,266,0],"to":[-3,-5.66666650772095,0],"ti":[3,5.66666650772095,0]},{"t":55.0000022401959}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":51,"s":[-100,-100,100],"e":[-125,-125,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":57,"s":[-125,-125,100],"e":[-100,-100,100]},{"t":66.0000026882351}],"x":"var $bm_rt;\nvar p = 0.8;\nvar a = 50;\nvar s = 1.70158;\nfunction outBack(t, b, c, d, a, p) {\n if (s == null)\n s = 1.70158;\n return sum(mul(c, sum(mul(mul(t = t / d - 1, t), sum(mul(sum(s, 1), t), s)), 1)), b);\n}\nfunction easeAndWizz() {\n var t, d, sX, eX, sY, eY, sZ, eZ, val1;\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = outBack(t, sX, eX, d, a, p, s);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = outBack(t, sY, eY, d, a, p, s);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = outBack(t, sY, eY, d, a, p, s);\n val3 = outBack(t, sZ, eZ, d, a, p, s);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;"}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":31,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[4.8,32.745],[26.417,56.745],[-56.924,56.745],[-56.924,44.745],[-56.924,-9.408],[-56.924,-23.408],[-74.949,-23.408],[-44.924,-56.745],[-14.899,-23.408],[-32.924,-23.408],[-32.924,-9.408],[-32.924,32.745]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[4.8,32.745],[26.417,56.745],[-56.924,56.745],[-56.924,44.745],[-56.924,-9.408],[-56.924,-23.408],[-74.949,-23.408],[-44.924,-56.745],[-14.899,-23.408],[-32.924,-23.408],[-32.924,-9.408],[-32.924,32.745]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":48,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[4.8,32.745],[26.417,56.745],[-56.924,56.745],[-56.924,44.745],[-56.924,-9.408],[-56.924,-23.408],[-74.949,-23.408],[-44.924,-56.745],[-14.899,-23.408],[-32.924,-23.408],[-32.924,-9.408],[-32.924,32.745]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[54.651,34.513],[54.171,59.397],[-56.924,56.745],[-56.924,44.745],[-56.924,-9.408],[-57.101,-9.443],[-56.741,-9.796],[-44.57,-9.723],[-32.931,-9.62],[-32.924,-9.62],[-32.924,-9.408],[-32.924,32.745]],"c":true}]},{"t":55.0000022401959}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"mn":"ADBE Vector Group"}],"ip":0,"op":120.0000048877,"st":31.0000012626559,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"ReTweet Left","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":54,"s":[100],"e":[0]},{"t":56.0000022809268}]},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":31,"s":[0],"e":[135]},{"t":58.0000023623884}],"x":"var $bm_rt;\nvar p = 0.8;\nvar a = 50;\nvar s = 1.70158;\nfunction inOutBack(t, b, c, d, a, p) {\n if (s == null)\n s = 1.70158;\n if ((t /= d / 2) < 1)\n return sum(mul(div(c, 2), mul(mul(t, t), sub(mul(sum(s *= 1.525, 1), t), s))), b);\n return sum(mul(div(c, 2), sum(mul(mul(t -= 2, t), sum(mul(sum(s *= 1.525, 1), t), s)), 2)), b);\n}\nfunction easeAndWizz() {\n var t, d, sX, eX, sY, eY, sZ, eZ, val1;\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = inOutBack(t, sX, eX, d, a, p, s);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = inOutBack(t, sY, eY, d, a, p, s);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = inOutBack(t, sY, eY, d, a, p, s);\n val3 = inOutBack(t, sZ, eZ, d, a, p, s);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;"},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":49,"s":[100,100,100],"e":[0,0,100]},{"t":56.0000022809268}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":48,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[4.8,32.745],[26.417,56.745],[-56.924,56.745],[-56.924,44.745],[-56.924,-9.408],[-56.924,-23.408],[-74.949,-23.408],[-44.924,-56.745],[-14.899,-23.408],[-32.924,-23.408],[-32.924,-9.408],[-32.924,32.745]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.004,34.161],[26.417,56.745],[-56.924,56.745],[-56.924,44.745],[-56.924,-9.408],[-56.924,-23.408],[-56.821,-23.006],[-46.204,-23.215],[-32.637,-23.568],[-32.924,-23.408],[-32.924,-9.408],[-32.924,32.745]],"c":true}]},{"t":55.0000022401959}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"mn":"ADBE Vector Group"}],"ip":0,"op":120.0000048877,"st":31.0000012626559,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Button BG","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[215.721,215.721]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0,0.71,1,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.124,-0.14],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":120.0000048877,"st":31.0000012626559,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/rocket.json b/ohos/flutter_lottie/assets/lottiefiles/rocket.json new file mode 100644 index 0000000000000000000000000000000000000000..4fc3b2f701829feee123f69d1653ca32863dd578 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/rocket.json @@ -0,0 +1 @@ +{"v":"5.2.1","fr":25,"ip":0,"op":125,"w":1920,"h":1080,"nm":"Comp 1","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"mid wing","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[961,650,0],"ix":2},"a":{"a":0,"k":[1379.427,72.555,0],"ix":1},"s":{"a":0,"k":[-27.422,67.128,100],"ix":6}},"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],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-31.84,305.19],[-69.678,294.309],[-141.935,125.694],[-145.012,4.835],[-36.075,-199.805],[70.557,7.546],[63.285,123.116],[14.089,290.854]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":0,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0.98,0.059,0.067,0.063,0.99,0.029,0.033,0.031,1,0,0,0],"ix":8}},"s":{"a":0,"k":[-59.659,12.115],"ix":4},"e":{"a":0,"k":[100,0],"ix":5},"t":2,"h":{"a":0,"k":0,"ix":6},"a":{"a":0,"k":0,"ix":7},"lc":2,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":13},"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0,0,0.469,0.986,0.14,0.14,1,0.972,0.279,0.279,0,1,0.295,0.96,0.59,0.92],"ix":9}},"s":{"a":0,"k":[-41.71,25.639],"ix":5},"e":{"a":0,"k":[100,0],"ix":6},"t":2,"h":{"a":0,"k":7.562,"ix":7},"a":{"a":0,"k":102.504,"ix":8},"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1413.34,42.526],"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":"Polystar 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":250,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"window","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[962,350,0],"ix":2},"a":{"a":0,"k":[30,-96,0],"ix":1},"s":{"a":0,"k":[80,80,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[143.32,143.32],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":15,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0.98,0.059,0.067,0.063,0.99,0.029,0.033,0.031,1,0,0,0],"ix":8}},"s":{"a":0,"k":[0,0],"ix":4},"e":{"a":0,"k":[100,0],"ix":5},"t":2,"h":{"a":0,"k":0,"ix":6},"a":{"a":0,"k":0,"ix":7},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":13},"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[0.497687515558,0.842817777746,0.983026960784,1],"e":[0.267691910267,0.771363675594,0.975980401039,1]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":38,"s":[0.267691910267,0.771363675594,0.975980401039,1],"e":[0.497687515558,0.842817777746,0.983026960784,1]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":84,"s":[0.497687515558,0.842817777746,0.983026960784,1],"e":[0.267691910267,0.771363675594,0.975980401039,1]},{"t":125}],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[29.66,-96.34],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":250,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"shad 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":22,"ix":10},"p":{"a":0,"k":[871,177,0],"ix":2},"a":{"a":0,"k":[-408.612,-379.748,0],"ix":1},"s":{"a":0,"k":[71.112,55.006,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[23.906,110.617],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":35,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":0,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0.98,0.059,0.067,0.063,0.99,0.029,0.033,0.031,1,0,0,0],"ix":8}},"s":{"a":0,"k":[0,0],"ix":4},"e":{"a":0,"k":[100,0],"ix":5},"t":2,"h":{"a":0,"k":0,"ix":6},"a":{"a":0,"k":0,"ix":7},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":13},"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.898039215686,0.686274509804,0.596078431373,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-404.047,-381.309],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":250,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Shad 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":31,"ix":10},"p":{"a":0,"k":[910,105,0],"ix":2},"a":{"a":0,"k":[-408.612,-379.748,0],"ix":1},"s":{"a":0,"k":[71.805,55.006,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[23.906,110.617],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":35,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":0,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0.98,0.059,0.067,0.063,0.99,0.029,0.033,0.031,1,0,0,0],"ix":8}},"s":{"a":0,"k":[0,0],"ix":4},"e":{"a":0,"k":[100,0],"ix":5},"t":2,"h":{"a":0,"k":0,"ix":6},"a":{"a":0,"k":0,"ix":7},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":13},"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.898039215686,0.686274509804,0.596078431373,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-404.047,-381.309],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":250,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"engine cap","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[958,460,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-68.363,-0.722],[10.906,-46.685],[81.71,-0.418],[9.183,25.703]],"o":[[75.711,0.8],[-6.26,26.796],[-79.289,0.405],[-17.022,-47.643]],"v":[[0,-20.695],[72.305,-24.354],[-1,17.448],[-70.305,-23.542]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":1,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0.98,0.059,0.067,0.063,0.99,0.029,0.033,0.031,1,0,0,0],"ix":8}},"s":{"a":0,"k":[0,0],"ix":4},"e":{"a":0,"k":[100,0],"ix":5},"t":2,"h":{"a":0,"k":0,"ix":6},"a":{"a":0,"k":0,"ix":7},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":13},"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.058823529412,0.066666666667,0.062745098039,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[2.289,307.508],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[98.239,129.251],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":250,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Top","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[969,156,0],"ix":2},"a":{"a":0,"k":[43,60.429,0],"ix":1},"s":{"a":0,"k":[94.229,121.45,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-12.189,0.362],[-6.794,-51.305],[68.591,1.02],[-1.277,5.628]],"o":[[10.679,-0.317],[0.612,4.618],[-65.662,-0.976],[11.819,-52.079]],"v":[[1.842,-155.053],[128.198,-15.826],[2.564,20.732],[-124.949,-12.642]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":1,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0.98,0,0,0,0.99,0,0,0,1,0,0,0],"ix":8}},"s":{"a":0,"k":[0,0],"ix":4},"e":{"a":0,"k":[100,0],"ix":5},"t":2,"h":{"a":0,"k":0,"ix":6},"a":{"a":0,"k":0,"ix":7},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":13},"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0,0,0.773,0.806,0.386,0.398,1,0.612,0.773,0.796,0,1,0.298,0.96,0.595,0.92],"ix":9}},"s":{"a":0,"k":[-42.848,-77.788],"ix":5},"e":{"a":0,"k":[180.149,1.996],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[40.455,103.697],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,102.476],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":250,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Body","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[967,140,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-97.328,-0.581],[14.235,-207.842],[74.148,0.073],[5.312,98.829]],"o":[[113.288,0.676],[-6.718,98.087],[-74.411,-0.073],[-10.353,-192.619]],"v":[[-6.049,-271.053],[133.897,136.681],[-11.073,504.335],[-153.438,146.79]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":1,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0.98,0,0,0,0.99,0,0,0,1,0,0,0],"ix":8}},"s":{"a":0,"k":[-26.226,105.185],"ix":4},"e":{"a":0,"k":[19.767,104.39],"ix":5},"t":2,"h":{"a":0,"k":0,"ix":6},"a":{"a":0,"k":0,"ix":7},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":13},"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.883103553922,0.883103553922,0.883103553922,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[4.676,174.879],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100.669,94.343],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":250,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"left wing","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[812,664,0],"ix":2},"a":{"a":0,"k":[-320.646,163.834,0],"ix":1},"s":{"a":0,"k":[-69.445,85.452,100],"ix":6}},"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],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[41.281,203.379],[18.677,218.243],[-7.879,208.781],[-111.498,63.347],[-39.122,-198.634],[55.323,-59.743],[69.379,-6.781],[56.743,89.573]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":0,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0.98,0.059,0.067,0.063,0.99,0.029,0.033,0.031,1,0,0,0],"ix":8}},"s":{"a":0,"k":[0,0],"ix":4},"e":{"a":0,"k":[100,0],"ix":5},"t":2,"h":{"a":0,"k":0,"ix":6},"a":{"a":0,"k":0,"ix":7},"lc":2,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":13},"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0,0,0.469,0.986,0.14,0.14,1,0.972,0.279,0.279,0,1,0.295,0.96,0.59,0.92],"ix":9}},"s":{"a":0,"k":[0,0],"ix":5},"e":{"a":0,"k":[100,0],"ix":6},"t":2,"h":{"a":0,"k":0,"ix":7},"a":{"a":0,"k":0,"ix":8},"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-301.848,141.887],"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":"Polystar 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":250,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"right wing","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1106,666,0],"ix":2},"a":{"a":0,"k":[-320.646,163.834,0],"ix":1},"s":{"a":0,"k":[70,85.5,100],"ix":6}},"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],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[41.281,203.379],[18.677,218.243],[-7.879,208.781],[-111.498,63.347],[-39.122,-198.634],[55.323,-59.743],[69.379,-6.781],[56.743,89.573]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":0,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0.98,0.059,0.067,0.063,0.99,0.029,0.033,0.031,1,0,0,0],"ix":8}},"s":{"a":0,"k":[0,0],"ix":4},"e":{"a":0,"k":[100,0],"ix":5},"t":2,"h":{"a":0,"k":0,"ix":6},"a":{"a":0,"k":0,"ix":7},"lc":2,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":13},"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0,0,0.469,0.986,0.14,0.14,1,0.972,0.279,0.279,0,1,0.295,0.96,0.59,0.92],"ix":9}},"s":{"a":0,"k":[0,0],"ix":5},"e":{"a":0,"k":[100,0],"ix":6},"t":2,"h":{"a":0,"k":0,"ix":7},"a":{"a":0,"k":0,"ix":8},"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-301.848,141.887],"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":"Polystar 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":250,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"small flame","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[958,851,0],"ix":2},"a":{"a":0,"k":[464.417,891.966,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.228,0.228,0.228],"y":[0,0,0]},"n":["0p833_1_0p228_0","0p833_1_0p228_0","0p833_1_0p228_0"],"t":44,"s":[14.317,12.608,100],"e":[20.317,17.891,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":50,"s":[20.317,17.891,100],"e":[16.317,14.369,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.228,0.228,0.228],"y":[0,0,0]},"n":["0p833_1_0p228_0","0p833_1_0p228_0","0p833_1_0p228_0"],"t":57,"s":[16.317,14.369,100],"e":[26.317,23.175,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":62,"s":[26.317,23.175,100],"e":[47.317,41.668,100]},{"t":70}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-20.206,-0.987],[-16.717,-122.458],[7.824,0.668],[-17.4,91.54]],"o":[[18.707,0.913],[11.772,86.233],[-9.116,-0.779],[22.324,-117.444]],"v":[[105.254,-134.117],[189.564,29.623],[100.785,366.224],[20.079,22.567]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":0,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0.98,0.059,0.067,0.063,0.99,0.029,0.033,0.031,1,0,0,0],"ix":8}},"s":{"a":0,"k":[0,0],"ix":4},"e":{"a":0,"k":[124.588,-406.783],"ix":5},"t":2,"h":{"a":0,"k":0,"ix":6},"a":{"a":0,"k":0,"ix":7},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":13},"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.913,1,0,0.773,0.784,0.825,0,1,0.655,0.65,0,0,1,0.298,0.96,0.595,0.92],"ix":9}},"s":{"a":0,"k":[102.72,-101.087],"ix":5},"e":{"a":0,"k":[100.225,282.315],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[319.287,769.942],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[143.192,112.19],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":250,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"big flame","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[958,806,0],"ix":2},"a":{"a":0,"k":[-590,158,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.248,0.248,0.248],"y":[0,0,0]},"n":["0p833_1_0p248_0","0p833_1_0p248_0","0p833_1_0p248_0"],"t":44,"s":[42.101,38.998,100],"e":[53.101,49.187,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":49,"s":[53.101,49.187,100],"e":[55.317,48.713,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":56,"s":[55.317,48.713,100],"e":[63.101,58.45,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":61,"s":[63.101,58.45,100],"e":[87.101,80.681,100]},{"t":70}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-73.416,-0.233],[-15.911,-183.258],[7.824,0.668],[-10.57,92.578]],"o":[[69.264,0.22],[7.528,86.707],[-9.116,-0.779],[23.085,-202.185]],"v":[[104,-110.984],[187.056,17.939],[103.294,299.392],[18.825,19.053]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":0,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0.98,0.059,0.067,0.063,0.99,0.029,0.033,0.031,1,0,0,0],"ix":8}},"s":{"a":0,"k":[144.026,3.895],"ix":4},"e":{"a":0,"k":[37.122,-0.766],"ix":5},"t":2,"h":{"a":0,"k":0,"ix":6},"a":{"a":0,"k":0,"ix":7},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":13},"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.06,0.523,0,0.773,0.358,0.586,0,1,0.655,0.65,0,0,1,0.298,0.96,0.595,0.92],"ix":9}},"s":{"a":0,"k":[114.052,310.635],"ix":5},"e":{"a":0,"k":[112.563,-22.281],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-688.406,164.266],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,102.55],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":250,"st":0,"bm":0}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 9","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[752,-180,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[73.312,73.312,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":1,"d":1,"pt":{"a":0,"k":5,"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"r":{"a":0,"k":138.94,"ix":5},"ir":{"a":0,"k":29.664,"ix":6},"is":{"a":0,"k":0,"ix":8},"or":{"a":0,"k":59.327,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":0,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0.98,0.059,0.067,0.063,0.99,0.029,0.033,0.031,1,0,0,0],"ix":8}},"s":{"a":0,"k":[0,0],"ix":4},"e":{"a":0,"k":[100,0],"ix":5},"t":2,"h":{"a":0,"k":0,"ix":6},"a":{"a":0,"k":0,"ix":7},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":13},"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-664,320],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[27.012,27.012],"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":"Polystar 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":250,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"small stars 5","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[0],"e":[31]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[31],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":48,"s":[100],"e":[95]},{"t":124}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[609,492,0],"ix":2},"a":{"a":0,"k":[-667.177,319.203,0],"ix":1},"s":{"a":0,"k":[-50.361,53.884,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":1,"d":1,"pt":{"a":0,"k":5,"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"r":{"a":0,"k":138.94,"ix":5},"ir":{"a":0,"k":29.664,"ix":6},"is":{"a":0,"k":0,"ix":8},"or":{"a":0,"k":59.327,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":0,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0.98,0.059,0.067,0.063,0.99,0.029,0.033,0.031,1,0,0,0],"ix":8}},"s":{"a":0,"k":[0,0],"ix":4},"e":{"a":0,"k":[100,0],"ix":5},"t":2,"h":{"a":0,"k":0,"ix":6},"a":{"a":0,"k":0,"ix":7},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":13},"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-664,320],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[27.012,27.012],"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":"Polystar 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":250,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"small stars 4","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[100],"e":[63]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":33,"s":[63],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":73,"s":[100],"e":[38]},{"t":125}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[909,56,0],"ix":2},"a":{"a":0,"k":[-667.177,319.203,0],"ix":1},"s":{"a":0,"k":[-50.361,53.884,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":1,"d":1,"pt":{"a":0,"k":5,"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"r":{"a":0,"k":138.94,"ix":5},"ir":{"a":0,"k":29.664,"ix":6},"is":{"a":0,"k":0,"ix":8},"or":{"a":0,"k":59.327,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":0,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0.98,0.059,0.067,0.063,0.99,0.029,0.033,0.031,1,0,0,0],"ix":8}},"s":{"a":0,"k":[0,0],"ix":4},"e":{"a":0,"k":[100,0],"ix":5},"t":2,"h":{"a":0,"k":0,"ix":6},"a":{"a":0,"k":0,"ix":7},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":13},"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-664,320],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[27.012,27.012],"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":"Polystar 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":250,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"small stars 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1265,836,0],"ix":2},"a":{"a":0,"k":[-667.177,319.203,0],"ix":1},"s":{"a":0,"k":[-50.361,53.884,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":1,"d":1,"pt":{"a":0,"k":5,"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"r":{"a":0,"k":138.94,"ix":5},"ir":{"a":0,"k":29.664,"ix":6},"is":{"a":0,"k":0,"ix":8},"or":{"a":0,"k":59.327,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":0,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0.98,0.059,0.067,0.063,0.99,0.029,0.033,0.031,1,0,0,0],"ix":8}},"s":{"a":0,"k":[0,0],"ix":4},"e":{"a":0,"k":[100,0],"ix":5},"t":2,"h":{"a":0,"k":0,"ix":6},"a":{"a":0,"k":0,"ix":7},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":13},"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-664,320],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[27.012,27.012],"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":"Polystar 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":250,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"small stars 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[100],"e":[90]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":37,"s":[90],"e":[50]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":67,"s":[50],"e":[100]},{"t":125}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1181,712,0],"ix":2},"a":{"a":0,"k":[-667.177,319.203,0],"ix":1},"s":{"a":0,"k":[-50.361,53.884,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":1,"d":1,"pt":{"a":0,"k":5,"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"r":{"a":0,"k":138.94,"ix":5},"ir":{"a":0,"k":29.664,"ix":6},"is":{"a":0,"k":0,"ix":8},"or":{"a":0,"k":59.327,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":0,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0.98,0.059,0.067,0.063,0.99,0.029,0.033,0.031,1,0,0,0],"ix":8}},"s":{"a":0,"k":[0,0],"ix":4},"e":{"a":0,"k":[100,0],"ix":5},"t":2,"h":{"a":0,"k":0,"ix":6},"a":{"a":0,"k":0,"ix":7},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":13},"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-664,320],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[27.012,27.012],"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":"Polystar 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":250,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"small stars","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1149,228,0],"ix":2},"a":{"a":0,"k":[-667.177,319.203,0],"ix":1},"s":{"a":0,"k":[-50.361,53.884,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":1,"d":1,"pt":{"a":0,"k":5,"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"r":{"a":0,"k":138.94,"ix":5},"ir":{"a":0,"k":29.664,"ix":6},"is":{"a":0,"k":0,"ix":8},"or":{"a":0,"k":59.327,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":0,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0.98,0.059,0.067,0.063,0.99,0.029,0.033,0.031,1,0,0,0],"ix":8}},"s":{"a":0,"k":[0,0],"ix":4},"e":{"a":0,"k":[100,0],"ix":5},"t":2,"h":{"a":0,"k":0,"ix":6},"a":{"a":0,"k":0,"ix":7},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":13},"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-664,320],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[27.012,27.012],"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":"Polystar 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":250,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 10","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[100],"e":[93]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":4,"s":[93],"e":[86]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":15,"s":[86],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":40,"s":[100],"e":[53]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":69,"s":[53],"e":[100]},{"t":125}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[930,-115,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[-121.393,129.884,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":1,"d":1,"pt":{"a":0,"k":5,"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"r":{"a":0,"k":138.94,"ix":5},"ir":{"a":0,"k":29.664,"ix":6},"is":{"a":0,"k":0,"ix":8},"or":{"a":0,"k":59.327,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":0,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0.98,0.059,0.067,0.063,0.99,0.029,0.033,0.031,1,0,0,0],"ix":8}},"s":{"a":0,"k":[0,0],"ix":4},"e":{"a":0,"k":[100,0],"ix":5},"t":2,"h":{"a":0,"k":0,"ix":6},"a":{"a":0,"k":0,"ix":7},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":13},"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-664,320],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[27.012,27.012],"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":"Polystar 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":250,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 8","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[100],"e":[82]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":9,"s":[82],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":47,"s":[100],"e":[82]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":73,"s":[82],"e":[100]},{"t":125}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-333,-360,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[-126.066,134.884,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":1,"d":1,"pt":{"a":0,"k":5,"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"r":{"a":0,"k":138.94,"ix":5},"ir":{"a":0,"k":29.664,"ix":6},"is":{"a":0,"k":0,"ix":8},"or":{"a":0,"k":59.327,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":0,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0.98,0.059,0.067,0.063,0.99,0.029,0.033,0.031,1,0,0,0],"ix":8}},"s":{"a":0,"k":[0,0],"ix":4},"e":{"a":0,"k":[100,0],"ix":5},"t":2,"h":{"a":0,"k":0,"ix":6},"a":{"a":0,"k":0,"ix":7},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":13},"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-664,320],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[27.012,27.012],"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":"Polystar 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":250,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Shape Layer 7","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[100],"e":[94]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":12,"s":[94],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":28,"s":[100],"e":[44]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":55,"s":[44],"e":[100]},{"t":125}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[837,186,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[-121.393,129.884,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":1,"d":1,"pt":{"a":0,"k":5,"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"r":{"a":0,"k":138.94,"ix":5},"ir":{"a":0,"k":29.664,"ix":6},"is":{"a":0,"k":0,"ix":8},"or":{"a":0,"k":59.327,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":0,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0.98,0.059,0.067,0.063,0.99,0.029,0.033,0.031,1,0,0,0],"ix":8}},"s":{"a":0,"k":[0,0],"ix":4},"e":{"a":0,"k":[100,0],"ix":5},"t":2,"h":{"a":0,"k":0,"ix":6},"a":{"a":0,"k":0,"ix":7},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":13},"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-664,320],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[27.012,27.012],"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":"Polystar 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":250,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Shape Layer 5","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[100],"e":[85]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":29,"s":[85],"e":[60]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":88,"s":[60],"e":[100]},{"t":124}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[976,508,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[-121.393,129.884,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":1,"d":1,"pt":{"a":0,"k":5,"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"r":{"a":0,"k":138.94,"ix":5},"ir":{"a":0,"k":29.664,"ix":6},"is":{"a":0,"k":0,"ix":8},"or":{"a":0,"k":59.327,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":0,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0.98,0.059,0.067,0.063,0.99,0.029,0.033,0.031,1,0,0,0],"ix":8}},"s":{"a":0,"k":[0,0],"ix":4},"e":{"a":0,"k":[100,0],"ix":5},"t":2,"h":{"a":0,"k":0,"ix":6},"a":{"a":0,"k":0,"ix":7},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":13},"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-664,320],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[27.012,27.012],"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":"Polystar 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":250,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Shape Layer 6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1267,272,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[126.902,111.83,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":1,"d":1,"pt":{"a":0,"k":5,"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"r":{"a":0,"k":138.94,"ix":5},"ir":{"a":0,"k":29.664,"ix":6},"is":{"a":0,"k":0,"ix":8},"or":{"a":0,"k":59.327,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":0,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0.98,0.059,0.067,0.063,0.99,0.029,0.033,0.031,1,0,0,0],"ix":8}},"s":{"a":0,"k":[0,0],"ix":4},"e":{"a":0,"k":[100,0],"ix":5},"t":2,"h":{"a":0,"k":0,"ix":6},"a":{"a":0,"k":0,"ix":7},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":13},"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-664,320],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[27.012,27.012],"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":"Polystar 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":250,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Shape Layer 4","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":19,"s":[100],"e":[78]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":40,"s":[78],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":59,"s":[100],"e":[68]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":87,"s":[68],"e":[100]},{"t":124}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[998,496,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[126.902,108.834,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":1,"d":1,"pt":{"a":0,"k":5,"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"r":{"a":0,"k":138.94,"ix":5},"ir":{"a":0,"k":29.664,"ix":6},"is":{"a":0,"k":0,"ix":8},"or":{"a":0,"k":59.327,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":0,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0.98,0.059,0.067,0.063,0.99,0.029,0.033,0.031,1,0,0,0],"ix":8}},"s":{"a":0,"k":[0,0],"ix":4},"e":{"a":0,"k":[100,0],"ix":5},"t":2,"h":{"a":0,"k":0,"ix":6},"a":{"a":0,"k":0,"ix":7},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":13},"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-664,320],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[27.012,27.012],"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":"Polystar 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":250,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Shape Layer 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[960,540,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[292,296],[6,10],[4,8],[12.001,18],[8,14],[7,18],[0,0],[12,-8],[-16,0],[-20,-4],[0,0]],"o":[[-292,-296],[-162.73,-271.218],[-87.999,-176],[-282.011,-423.016],[-110.085,-192.649],[-86.797,-223.194],[0,0],[-12,8],[16,0],[20,4],[0,0]],"v":[[1012,416],[476,450],[130,438],[-52,422],[-534,452],[-781,442],[-970,462],[-1164,656],[-712,796],[328,972],[1104,804]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":0,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0.98,0.059,0.067,0.063,0.99,0.029,0.033,0.031,1,0,0,0],"ix":8}},"s":{"a":0,"k":[0,0],"ix":4},"e":{"a":0,"k":[100,0],"ix":5},"t":2,"h":{"a":0,"k":0,"ix":6},"a":{"a":0,"k":0,"ix":7},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":13},"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.53727016075,0.836683624866,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":250,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"Shape Layer 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[964,500,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[20,-20],[0,0],[0,0],[0,0],[0,0],[400,272],[16,8],[15.999,16],[12,24],[12,12],[-1.68,3.63],[-4,8]],"o":[[0,0],[-20,20],[0,0],[0,0],[0,0],[0,0],[-400,-272],[-322.749,-161.374],[-166.108,-166.108],[-92,-184],[-328.698,-328.691],[124,-268],[87.343,-174.686]],"v":[[-960,28],[-1228,384],[-936,676],[-288,724],[832,708],[1372,624],[1080,144],[812,268],[484,328],[196,328],[52,332],[-632,364],[-820,200]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":0,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0.98,0.059,0.067,0.063,0.99,0.029,0.033,0.031,1,0,0,0],"ix":8}},"s":{"a":0,"k":[0,0],"ix":4},"e":{"a":0,"k":[100,0],"ix":5},"t":2,"h":{"a":0,"k":0,"ix":6},"a":{"a":0,"k":0,"ix":7},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":13},"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.325490196078,0.486274509804,0.745098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":250,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[968,440,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0]],"o":[[0,0]],"v":[[1772,184]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":0,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0.98,0.059,0.067,0.063,0.99,0.029,0.033,0.031,1,0,0,0],"ix":8}},"s":{"a":0,"k":[0,0],"ix":4},"e":{"a":0,"k":[100,0],"ix":5},"t":2,"h":{"a":0,"k":0,"ix":6},"a":{"a":0,"k":0,"ix":7},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":13},"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.411764705882,0.61568627451,0.839215686275,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[16,-16],[0,0],[-16,0],[-12,0],[0,0],[0,0],[228,92],[4,4],[4,4],[8,12],[0,8]],"o":[[0,0],[-16,16],[0,0],[16,0],[12,0],[0,0],[0,0],[-228,-92],[-182.187,-182.187],[-314.008,-314.005],[-364.214,-546.323],[0,-460.539]],"v":[[-964,-144],[-1260,208],[-1256,696],[-496,736],[548,736],[1232,608],[1224,104],[936,-128],[820,28],[628,160],[256,256],[-516,236]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":0,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0.98,0.059,0.067,0.063,0.99,0.029,0.033,0.031,1,0,0,0],"ix":8}},"s":{"a":0,"k":[0,0],"ix":4},"e":{"a":0,"k":[100,0],"ix":5},"t":2,"h":{"a":0,"k":0,"ix":6},"a":{"a":0,"k":0,"ix":7},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":13},"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.411764705882,0.61568627451,0.839215686275,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":250,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 3","parent":4,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":0,"s":[0],"e":[0]},{"i":{"x":[0.667],"y":[0.258]},"o":{"x":[0.333],"y":[0]},"n":["0p667_0p258_0p333_0"],"t":65,"s":[0],"e":[34.271]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0.374]},"n":["0p667_1_0p333_0p374"],"t":95,"s":[34.271],"e":[100]},{"t":124}],"ix":11},"r":{"a":0,"k":-4,"ix":10},"p":{"a":0,"k":[1146.923,816.161,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[75.202,89.512,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[26.953,693.297],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":0,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0.98,0.059,0.067,0.063,0.99,0.029,0.033,0.031,1,0,0,0],"ix":8}},"s":{"a":0,"k":[0,0],"ix":4},"e":{"a":0,"k":[100,0],"ix":5},"t":2,"h":{"a":0,"k":0,"ix":6},"a":{"a":0,"k":0,"ix":7},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":13},"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,1,1,0.476,0.863,0.863,1,1,0.725,0.727,1,0,1,0.298,0.96,0.595,0.92],"ix":9}},"s":{"a":0,"k":[2.75,-30.859],"ix":5},"e":{"a":0,"k":[100,0],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[137.477,-21.352],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":250,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 2","parent":4,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":0,"s":[0],"e":[0]},{"i":{"x":[0.667],"y":[-0.786]},"o":{"x":[0.333],"y":[0]},"n":["0p667_-0p786_0p333_0"],"t":65,"s":[0],"e":[7.244]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0.318]},"n":["0p667_1_0p333_0p318"],"t":83,"s":[7.244],"e":[100]},{"t":124}],"ix":11},"r":{"a":0,"k":6,"ix":10},"p":{"a":0,"k":[503.077,566.93,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[86.834,103.358,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[26.953,693.297],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":0,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0.98,0.059,0.067,0.063,0.99,0.029,0.033,0.031,1,0,0,0],"ix":8}},"s":{"a":0,"k":[0,0],"ix":4},"e":{"a":0,"k":[100,0],"ix":5},"t":2,"h":{"a":0,"k":0,"ix":6},"a":{"a":0,"k":0,"ix":7},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":13},"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,1,1,0.476,0.863,0.863,1,1,0.725,0.727,1,0,1,0.298,0.96,0.595,0.92],"ix":9}},"s":{"a":0,"k":[2.75,-30.859],"ix":5},"e":{"a":0,"k":[100,0],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[137.477,-21.352],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":250,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 1","parent":4,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":0,"s":[0],"e":[0]},{"i":{"x":[0.667],"y":[-0.756]},"o":{"x":[0.333],"y":[0]},"n":["0p667_-0p756_0p333_0"],"t":65,"s":[0],"e":[11.179]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0.322]},"n":["0p667_1_0p333_0p322"],"t":89,"s":[11.179],"e":[100]},{"t":124}],"ix":11},"r":{"a":0,"k":-4,"ix":10},"p":{"a":0,"k":[1209.231,546.161,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[92.168,109.707,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[26.953,693.297],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"gs","o":{"a":0,"k":100,"ix":9},"w":{"a":0,"k":0,"ix":10},"g":{"p":3,"k":{"a":0,"k":[0.98,0.059,0.067,0.063,0.99,0.029,0.033,0.031,1,0,0,0],"ix":8}},"s":{"a":0,"k":[0,0],"ix":4},"e":{"a":0,"k":[100,0],"ix":5},"t":2,"h":{"a":0,"k":0,"ix":6},"a":{"a":0,"k":0,"ix":7},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":13},"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-Stroke","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,1,1,0.476,0.863,0.863,1,1,0.725,0.727,1,0,1,0.298,0.96,0.595,0.92],"ix":9}},"s":{"a":0,"k":[2.75,-30.859],"ix":5},"e":{"a":0,"k":[100,0],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[137.477,-21.352],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":250,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":0,"nm":"RocketMan","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":0.877},"o":{"x":0.253,"y":0},"n":"0p667_0p877_0p253_0","t":1,"s":[896,1288,0],"e":[896,688,0],"to":[0,-100,0],"ti":[0,286.666656494141,0]},{"i":{"x":0.56,"y":1},"o":{"x":0.472,"y":0.104},"n":"0p56_1_0p472_0p104","t":64,"s":[896,688,0],"e":[896,-432,0],"to":[0,-197.300247192383,0],"ti":[0,58.1920890808105,0]},{"t":125}],"ix":2},"a":{"a":0,"k":[960,540,0],"ix":1},"s":{"a":0,"k":[57.778,57.778,100],"ix":6}},"ao":0,"w":1920,"h":1080,"ip":0,"op":250,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":0,"nm":"skyfall","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[960,540,0],"ix":2},"a":{"a":0,"k":[960,540,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1920,"h":1080,"ip":0,"op":250,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":1,"nm":"Medium Royal Blue Solid 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[960,540,0],"ix":2},"a":{"a":0,"k":[945,540,0],"ix":1},"s":{"a":0,"k":[102.116,100,100],"ix":6}},"ao":0,"sw":1890,"sh":1080,"sc":"#73c0ee","ip":0,"op":250,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/rocksauce_title_card.json b/ohos/flutter_lottie/assets/lottiefiles/rocksauce_title_card.json new file mode 100644 index 0000000000000000000000000000000000000000..3dc7331a3e0ce5ac0f80b641e5d8f9da374e2f79 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/rocksauce_title_card.json @@ -0,0 +1 @@ +{"v":"4.6.6","fr":29.9700012207031,"ip":0,"op":300.00001221925,"w":600,"h":600,"nm":"pan and skew","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"rocksauce_wordsforlottie-01 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[36.5,60.5,0]},"a":{"a":0,"k":[23.5,37,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,-10.171],[11.384,0],[0,0]],"o":[[0,0],[0,0],[10.171,0],[0,10.171],[0,0],[0,0]],"v":[[-21.083,34.611],[-21.083,-34.611],[-0.333,-34.611],[19.583,-16.675],[-1.417,2.222],[21.083,34.611]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.9999999,0.9999999,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[23.584,37.111],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":72,"s":[100],"e":[0]},{"t":94.0000038286985}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"rocksauce_wordsforlottie-08 Outlines 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[176,62.5,0]},"a":{"a":0,"k":[31.5,43.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[7.483,0],[0,18.779],[-15.968,0],[-5.07,-5.159]],"o":[[-5.135,5.484],[-15.968,0],[0,-18.779],[7.23,0],[0,0]],"v":[[24.175,25.176],[4.739,34.003],[-24.175,0.001],[4.739,-34.003],[23.649,-25.722]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.9999999,0.9999999,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[28.143,40.076],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":72,"s":[45],"e":[0]},{"t":89.0000036250443}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.324],"y":[-0.02]},"n":["0p667_1_0p324_-0p02"],"t":72,"s":[45],"e":[100]},{"t":94.0000038286985}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"rocksauce_wordsforlottie-05 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[238.5,60.5,0]},"a":{"a":0,"k":[26,43,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[14.965,35.917],[-14.965,0.001],[14.965,-35.917]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.9999999,0.9999999,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[32.299,42.815],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[8.434,6.898],[8.434,78.731]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.9999999,0.9999999,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":85.949,"s":[100],"e":[0]},{"t":95.3937538854671}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"rocksauce_wordsforlottie-06 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[299,60,0]},"a":{"a":0,"k":[26.5,43,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[12.837,0],[0,-6.5],[0,-22.5],[2.789,0],[7.574,8.422]],"o":[[0,0],[-12.836,0],[0,22.166],[0,17.666],[-2.789,0],[0,0]],"v":[[20.835,-27.59],[0.503,-34.682],[-16.743,-19.485],[20.258,17.016],[2.046,33.324],[-20.835,24.104]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.9999999,0.9999999,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[25.41,43.494],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[100],"e":[99.27]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":91.734,"s":[99.27],"e":[0]},{"t":100.297504085201}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"rocksauce_wordsforlottie-03 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[360.5,57.5,0]},"a":{"a":0,"k":[27,38.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-24.417,34.206],[-0.077,-34.206],[24.417,34.206]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.9999999,0.9999999,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[26.772,41.644],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p833_0p333_0"],"t":95.319,"s":[0],"e":[98.906]},{"t":104.008754236363}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"rocksauce_wordsforlottie-07 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[423,61,0]},"a":{"a":0,"k":[29.5,48.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[12.519,0],[0,12.519],[0,0]],"o":[[0,0],[0,12.519],[-12.519,0],[0,0],[0,0]],"v":[[22.667,-34.971],[22.667,12.305],[0.001,34.971],[-22.667,12.305],[-22.667,-34.971]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.9999999,0.9999999,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[32.333,45.87],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[100],"e":[97.906]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":99.679,"s":[97.906],"e":[0]},{"t":106.937504355654}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"rocksauce_wordsforlottie-08 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[499,62.5,0]},"a":{"a":0,"k":[31.5,43.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[7.483,0],[0,18.779],[-15.968,0],[-5.07,-5.159]],"o":[[-5.135,5.484],[-15.968,0],[0,-18.779],[7.23,0],[0,0]],"v":[[24.175,25.176],[4.739,34.003],[-24.175,0.001],[4.739,-34.003],[23.649,-25.722]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.9999999,0.9999999,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[28.143,40.076],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[100],"e":[98.176]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":103.845,"s":[98.176],"e":[0]},{"t":110.318754493375}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"rocksauce_wordsforlottie-09 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[562.5,72.5,0]},"a":{"a":0,"k":[26.5,53.5,0]},"s":{"a":0,"k":[100,100,100]}},"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":[[41.674,40.076],[8.25,40.076]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.9999999,0.9999999,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"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":[[20.162,34.014],[-20.162,34.014],[-20.162,-34.014],[20.162,-34.014]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.9999999,0.9999999,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[28.412,40.088],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":106.353,"s":[0],"e":[98.176]},{"t":111.796254553555}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"rocksauce_wordsforlottie-10 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[310,130.5,0]},"a":{"a":0,"k":[71.5,13,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.962,3.538],[4.962,18.899],[133.404,18.899],[133.404,3.538]],"c":true}},"o":{"a":0,"k":100},"x":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":110,"s":[-8],"e":[0]},{"t":122.737504999201}]},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.777,0.684],[1.668,0.358],[0.505,0.383],[0,0.665],[-0.503,0.394],[-0.854,0],[-1.216,-0.99],[0,0],[0,0],[0,0],[1.942,0],[0.922,-0.774],[0,-1.247],[-0.801,-0.671],[-1.735,-0.372],[-0.488,-0.382],[0,-0.654],[0.53,-0.408],[0.894,0],[0.734,0.312],[0.743,0.667],[0,0],[0,0],[0,0],[-2.243,0],[-0.948,0.78],[0,1.328]],"o":[[-0.754,-0.663],[-1.483,-0.316],[-0.477,-0.359],[0,-0.58],[0.514,-0.403],[1.429,0],[0,0],[0,0],[0,0],[-1.491,-1.239],[-1.414,0],[-0.938,0.784],[0,1.221],[0.773,0.649],[1.406,0.289],[0.462,0.361],[0,0.631],[-0.547,0.417],[-0.925,0],[-0.737,-0.316],[0,0],[0,0],[0,0],[1.743,1.594],[1.474,0],[0.965,-0.79],[0,-1.153]],"v":[[4.473,0.521],[0.822,-1.019],[-2.174,-2.073],[-2.883,-3.577],[-2.135,-5.025],[-0.073,-5.632],[3.913,-4.139],[4.118,-3.972],[5.319,-5.617],[5.139,-5.767],[-0.033,-7.635],[-3.553,-6.47],[-4.967,-3.428],[-3.76,-0.577],[0.019,0.96],[2.874,1.971],[3.561,3.458],[2.772,5.003],[0.6,5.632],[-1.9,5.162],[-4.13,3.68],[-4.321,3.507],[-5.645,5.071],[-5.467,5.233],[0.539,7.635],[4.19,6.461],[5.645,3.289]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.9999999,0.9999999,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[127.76,11.213],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.014,-1.08],[1.548,0],[1.036,1.106],[0,1.622],[-1.014,1.081],[-1.549,0],[-1.021,-1.09],[0,-1.621]],"o":[[-1.009,1.077],[-1.572,0],[-1.027,-1.095],[0,-1.582],[1.008,-1.078],[1.55,0],[1.028,1.096],[0,1.584]],"v":[[3.875,4.053],[0.021,5.676],[-3.854,4.034],[-5.401,-0.042],[-3.874,-4.055],[-0.02,-5.678],[3.854,-4.036],[5.402,0.038]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[2.199,0],[1.394,-1.503],[0,-2.131],[-1.375,-1.487],[-2.198,0],[-1.394,1.506],[0,2.134],[1.374,1.484]],"o":[[-2.2,0],[-1.387,1.498],[0,2.093],[1.38,1.493],[2.199,0],[1.387,-1.501],[0,-2.092],[-1.38,-1.489]],"v":[[0.021,-7.68],[-5.394,-5.417],[-7.485,0.033],[-5.413,5.43],[-0.02,7.68],[5.394,5.411],[7.485,-0.046],[5.414,-5.436]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.9999999,0.9999999,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[106.619,11.218],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"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":[[-1.042,7.435],[1.042,7.435],[1.042,-7.435],[-1.042,-7.435]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.9999999,0.9999999,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[89.043,11.212],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.041,-1.012],[1.704,0],[0,0],[0,0],[0,0],[-1.04,-1.025],[0,-1.592]],"o":[[-1.043,1.015],[0,0],[0,0],[0,0],[1.709,0],[1.039,1.026],[0,1.552]],"v":[[2.84,3.904],[-1.3,5.432],[-4.41,5.432],[-4.41,-5.432],[-1.3,-5.432],[2.844,-3.886],[4.41,0.04]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[2.264,0],[0,0],[0,0],[0,0],[-1.456,1.41],[0,2.152],[1.459,1.406]],"o":[[0,0],[0,0],[0,0],[2.265,0],[1.459,-1.411],[0,-2.099],[-1.457,-1.403]],"v":[[-1.314,-7.435],[-6.493,-7.435],[-6.493,7.435],[-1.314,7.435],[4.294,5.31],[6.492,-0.04],[4.294,-5.321]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.9999999,0.9999999,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[72.359,11.212],"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":"Group 4","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.717,-0.756],[1.28,0],[0.719,0.784],[0,1.473],[0,0],[0,0],[0,0],[-1.119,-1.132],[-1.868,0],[-1.116,1.141],[0,2.108],[0,0],[0,0]],"o":[[0,1.47],[-0.713,0.753],[-1.305,0],[-0.725,-0.79],[0,0],[0,0],[0,0],[0,2.043],[1.118,1.133],[1.888,0],[1.115,-1.139],[0,0],[0,0],[0,0]],"v":[[4.115,1.057],[3.035,4.412],[0.031,5.547],[-3.021,4.366],[-4.113,0.956],[-4.113,-7.55],[-6.197,-7.55],[-6.197,1.057],[-4.51,5.842],[-0.01,7.55],[4.518,5.831],[6.197,0.937],[6.197,-7.55],[4.115,-7.55]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.9999999,0.9999999,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[50.307,11.328],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-5.922,-5.432],[-1.042,-5.432],[-1.042,7.435],[1.042,7.435],[1.042,-5.432],[5.922,-5.432],[5.922,-7.435],[-5.922,-7.435]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.9999999,0.9999999,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[29.931,11.213],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.668,0.359],[0.506,0.383],[0,0.665],[-0.502,0.395],[-0.854,0],[-1.216,-0.99],[0,0],[0,0],[0,0],[1.94,0],[0.923,-0.774],[0,-1.248],[-0.8,-0.671],[-1.735,-0.372],[-0.489,-0.382],[0,-0.653],[0.532,-0.408],[0.895,0],[0.734,0.312],[0.742,0.668],[0,0],[0,0],[0,0],[-2.242,0],[-0.95,0.78],[0,1.328],[0.778,0.685]],"o":[[-1.483,-0.316],[-0.477,-0.359],[0,-0.58],[0.515,-0.403],[1.429,0],[0,0],[0,0],[0,0],[-1.49,-1.239],[-1.414,0],[-0.937,0.784],[0,1.222],[0.773,0.649],[1.407,0.289],[0.462,0.361],[0,0.631],[-0.545,0.417],[-0.924,0],[-0.737,-0.316],[0,0],[0,0],[0,0],[1.744,1.594],[1.473,0],[0.965,-0.79],[0,-1.153],[-0.753,-0.663]],"v":[[0.823,-1.019],[-2.175,-2.073],[-2.883,-3.577],[-2.136,-5.025],[-0.073,-5.632],[3.914,-4.139],[4.118,-3.972],[5.32,-5.617],[5.139,-5.767],[-0.032,-7.635],[-3.554,-6.47],[-4.967,-3.428],[-3.76,-0.577],[0.018,0.96],[2.875,1.971],[3.562,3.458],[2.771,5.003],[0.6,5.632],[-1.9,5.162],[-4.129,3.68],[-4.32,3.507],[-5.645,5.071],[-5.467,5.233],[0.54,7.635],[4.191,6.461],[5.645,3.289],[4.472,0.521]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.9999999,0.9999999,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[10.607,11.213],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":0,"nm":"rocksauce drop4-03","refId":"comp_1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[102.5,49,0]},"a":{"a":0,"k":[200,200,0]},"s":{"a":0,"k":[30.5,30.5,100]}},"ao":0,"w":400,"h":400,"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"rocksauce drop4-04 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[200,200,0]},"a":{"a":0,"k":[200,200,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[17.299,0],[0,17.299],[-17.299,0],[0,-17.299]],"o":[[-17.299,0],[0,-17.299],[17.299,0],[0,17.299]],"v":[[0,31.323],[-31.323,0],[0,-31.323],[31.323,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.9999999,0.9999999,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":7},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[195.015,194.09],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0.333]},"n":["0p833_0p833_0p333_0p333"],"t":0,"s":[0],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":17.424,"s":[0],"e":[100]},{"t":44.3750018074308}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"t":17.4237507096839}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":306.000012463636,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"rocksauce drop4-06 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[196.825,252.91,0]},"a":{"a":0,"k":[196.825,252.91,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,32.214],[12.321,15.637],[0,0],[2.884,-4.567],[0,0],[0,-21.23],[-47.946,0],[-13.424,8.263],[0,0],[0,9.039],[0,0],[34.132,0],[0,-34.132],[0,0]],"o":[[24.284,-14.947],[0,-21.822],[0,0],[-2.933,-4.535],[0,0],[-11.725,15.442],[0,50.022],[17.068,0],[0,0],[6.811,-5.941],[0,0],[0,-34.132],[-34.133,0],[0,0],[0,0]],"v":[[46.411,109.178],[86.814,35.289],[67.094,-22.189],[5.393,-117.568],[-7.072,-117.5],[-68.085,-20.906],[-86.814,35.289],[0.001,122.103],[46.411,109.178],[49.579,106.414],[60.301,82.836],[60.301,79.586],[-1.501,17.785],[-63.302,79.586],[-63.302,95.499]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.9999999,0.9999999,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":7},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[196.516,233.52],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[100],"e":[76]},{"i":{"x":[0.674],"y":[0.627]},"o":{"x":[0.312],"y":[0.052]},"n":["0p674_0p627_0p312_0p052"],"t":17.424,"s":[76],"e":[30.412]},{"i":{"x":[0.75],"y":[1.009]},"o":{"x":[0.393],"y":[0.193]},"n":["0p75_1p009_0p393_0p193"],"t":50.726,"s":[30.412],"e":[0]},{"t":60.2550024542365}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":17.424,"s":[100],"e":[73]},{"t":60.2550024542365}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":306.000012463636,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"rocksauce drop4-01 Outlines","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":62.62,"s":[100],"e":[0]},{"t":63.5375025879354}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[194.709,251.852,0]},"a":{"a":0,"k":[194.709,251.852,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_0p667_0p167_0p167"],"t":59.764,"s":[100,100,100],"e":[129,129,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p833_0p833_0p333_0","0p833_0p833_0p333_0","0p833_0p833_0p333_0p333"],"t":62.513,"s":[129,129,100],"e":[100,100,100]},{"t":65.2625026581961}]}},"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":[[-5.283,70.791],[6.771,13.703],[-24.692,13.703],[24.692,-70.791]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.9999999,0.9999999,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":6.21},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[186.92,253.088],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":41.199,"s":[100],"e":[0]},{"t":60.2550024542365}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":306.000012463636,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"rocksauce drop4-03 Outlines","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":62.62,"s":[100],"e":[0]},{"t":63.5375025879354}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[196.825,251.852,0]},"a":{"a":0,"k":[196.825,251.852,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_0p667_0p167_0p167"],"t":59.764,"s":[100,100,100],"e":[129,129,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p833_0p833_0p333_0","0p833_0p833_0p333_0","0p833_0p833_0p333_0p333"],"t":62.513,"s":[129,129,100],"e":[100,100,100]},{"t":65.2625026581961}]}},"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],[0,0],[7.487,19.396],[0,0],[-0.15,2.458],[0,0],[3.668,0],[0,0],[-0.222,-3.662],[0,0],[-0.75,-0.998],[0,0],[-1.456,-0.391],[0,-3.731],[4.886,0.567],[0.535,3.529],[-1.851,1.734]],"o":[[0,0],[0,0],[0,0],[0,0],[3.395,-20.513],[0,0],[-0.532,-2.405],[0,0],[0.223,-3.662],[0,0],[-3.668,0],[0,0],[0.075,1.247],[0,0],[0.905,1.206],[3.439,0.923],[0,4.774],[-3.545,-0.412],[-0.428,-2.819],[0,0]],"v":[[-24.692,137.981],[24.692,53.487],[-6.771,53.487],[5.283,-3.6],[5.677,-5.984],[-0.575,-66.939],[-2.233,-71.236],[-2.811,-78.566],[0.379,-131.227],[-5.976,-137.981],[-16.641,-137.981],[-22.997,-131.227],[-19.697,-76.772],[-18.431,-73.33],[-12.964,-66.054],[-9.285,-63.67],[-3.315,-55.877],[-12.346,-47.866],[-19.349,-54.614],[-16.893,-61.766]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.9999999,0.9999999,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":6.21},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[206.329,185.898],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":17.424,"s":[100],"e":[56]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":34.848,"s":[56],"e":[0]},{"t":58.6662523895253}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":17.424,"s":[100],"e":[100]},{"i":{"x":[0.348],"y":[0.959]},"o":{"x":[0.437],"y":[0]},"n":["0p348_0p959_0p437_0"],"t":34.848,"s":[100],"e":[39.866]},{"t":58.6662523895253}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":306.000012463636,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"rocksauce drop4-02 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[196.825,252.91,0]},"a":{"a":0,"k":[196.825,252.91,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_0p667_0p167_0p167"],"t":59.873,"s":[100,100,100],"e":[129,129,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p833_0p833_0p333_0","0p833_0p833_0p333_0","0p833_0p833_0p333_0p333"],"t":62.62,"s":[129,129,100],"e":[100,100,100]},{"t":65.3700026625747}]}},"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[14.987,-70.791],[2.933,-13.704],[34.396,-13.704],[-14.988,70.791],[-2.934,13.703],[-34.396,13.703]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.9999999,0.9999999,1,1]},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":62.164,"s":[0],"e":[100]},{"t":66.0000026882351}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[196.624,253.088],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":306.000012463636,"st":0,"bm":0,"sr":1}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"animate name","refId":"comp_0","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.827},"o":{"x":0.333,"y":0},"n":"0p833_0p827_0p333_0","t":59,"s":[302,357.195,0],"e":[215.034,321.103,0],"to":[-1.28792655467987,-0.22728115320206,0],"ti":[12.2249755859375,2.1573486328125,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.159},"n":"0p667_1_0p167_0p159","t":91,"s":[215.034,321.103,0],"e":[147,302,0],"to":[-44.3300094604492,-7.82294273376465,0],"ti":[2.50954937934875,0.44286167621613,0]},{"t":113.147504608592}]},"a":{"a":0,"k":[101,65,0]},"s":{"a":1,"k":[{"i":{"x":[0.63,0.63,0.833],"y":[0.741,0.741,0.833]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p63_0p741_0p333_0","0p63_0p741_0p333_0","0p833_0p833_0p333_0p333"],"t":59,"s":[531.205,531.205,100],"e":[169.276,169.276,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.868,0.868,0.833]},"o":{"x":[0.186,0.186,0.167],"y":[0.276,0.276,0.167]},"n":["0p833_0p868_0p186_0p276","0p833_0p868_0p186_0p276","0p833_0p833_0p167_0p167"],"t":91.009,"s":[169.276,169.276,100],"e":[122.076,122.076,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.202,0.202,0.167]},"n":["0p833_1_0p167_0p202","0p833_1_0p167_0p202","0p833_0p833_0p167_0p167"],"t":99.865,"s":[122.076,122.076,100],"e":[76,76,100]},{"t":113.147504608592}]}},"ao":0,"w":620,"h":142,"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/scan.json b/ohos/flutter_lottie/assets/lottiefiles/scan.json new file mode 100644 index 0000000000000000000000000000000000000000..c7830484147428fde282e8a186c215aa6efdfaa7 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/scan.json @@ -0,0 +1 @@ +{"v":"4.6.9","fr":60,"ip":0,"op":195,"w":220,"h":220,"nm":"Into2_Final_Bitch","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"QR_s Outlines","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":123,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":127,"s":[0],"e":[100]},{"t":141}]},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.56,"y":1},"o":{"x":0.11,"y":0},"n":"0p56_1_0p11_0","t":8,"s":[68,144,0],"e":[61,144,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.56,"y":1},"o":{"x":0.11,"y":0},"n":"0p56_1_0p11_0","t":24,"s":[61,144,0],"e":[61,134,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.56,"y":1},"o":{"x":0.11,"y":0},"n":"0p56_1_0p11_0","t":45,"s":[61,134,0],"e":[71,134,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.56,"y":1},"o":{"x":0.11,"y":0},"n":"0p56_1_0p11_0","t":74,"s":[71,134,0],"e":[74,144,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.56,"y":1},"o":{"x":0.11,"y":0},"n":"0p56_1_0p11_0","t":98,"s":[74,144,0],"e":[68,144,0],"to":[0,0,0],"ti":[0,0,0]},{"t":111}]},"a":{"a":0,"k":[15,15,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.478,0.478,0.478,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[24.5,24.5],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[24.5,22.5],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[24.5,20.5],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[24.5,18.5],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[22.5,24.5],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[22.5,22.5],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[22.5,20.5],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[22.5,18.5],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[20.5,24.5],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[20.5,22.5],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[20.5,20.5],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[20.5,18.5],"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[18.5,24.5],"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[18.5,22.5],"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[18.5,20.5],"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":"Group 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[18.5,18.5],"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":"Group 16","np":2,"cix":2,"ix":16,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[25.5,25.5],"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":"Group 17","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[25.5,23.5],"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":"Group 18","np":2,"cix":2,"ix":18,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[25.5,21.5],"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":"Group 19","np":2,"cix":2,"ix":19,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[25.5,19.5],"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":"Group 20","np":2,"cix":2,"ix":20,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[25.5,17.5],"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":"Group 21","np":2,"cix":2,"ix":21,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[23.5,25.5],"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":"Group 22","np":2,"cix":2,"ix":22,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[23.5,23.5],"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":"Group 23","np":2,"cix":2,"ix":23,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[23.5,21.5],"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":"Group 24","np":2,"cix":2,"ix":24,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[23.5,19.5],"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":"Group 25","np":2,"cix":2,"ix":25,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[23.5,17.5],"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":"Group 26","np":2,"cix":2,"ix":26,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[21.5,25.5],"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":"Group 27","np":2,"cix":2,"ix":27,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[21.5,23.5],"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":"Group 28","np":2,"cix":2,"ix":28,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[21.5,21.5],"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":"Group 29","np":2,"cix":2,"ix":29,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[21.5,19.5],"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":"Group 30","np":2,"cix":2,"ix":30,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[21.5,17.5],"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":"Group 31","np":2,"cix":2,"ix":31,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[19.5,25.5],"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":"Group 32","np":2,"cix":2,"ix":32,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[19.5,23.5],"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":"Group 33","np":2,"cix":2,"ix":33,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[19.5,21.5],"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":"Group 34","np":2,"cix":2,"ix":34,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.478,0.478,0.478,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[19.5,19.5],"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":"Group 35","np":2,"cix":2,"ix":35,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[19.5,17.5],"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":"Group 36","np":2,"cix":2,"ix":36,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[17.5,25.5],"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":"Group 37","np":2,"cix":2,"ix":37,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[17.5,23.5],"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":"Group 38","np":2,"cix":2,"ix":38,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[17.5,21.5],"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":"Group 39","np":2,"cix":2,"ix":39,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[17.5,19.5],"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":"Group 40","np":2,"cix":2,"ix":40,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[17.5,17.5],"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":"Group 41","np":2,"cix":2,"ix":41,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.552,0],[0,0],[0,-0.553],[0,0],[0.552,0],[0,0],[0,0.553],[0,0]],"o":[[0,0],[0.552,0],[0,0],[0,0.553],[0,0],[-0.552,0],[0,0],[0,-0.553]],"v":[[-1.5,-2.5],[1.5,-2.5],[2.5,-1.5],[2.5,1.5],[1.5,2.5],[-1.5,2.5],[-2.5,1.5],[-2.5,-1.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[21.5,8.5],"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":"Group 42","np":2,"cix":2,"ix":42,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.552,0],[0,0],[0,-0.553],[0,0],[0.552,0],[0,0],[0,0.553],[0,0]],"o":[[0,0],[0.552,0],[0,0],[0,0.553],[0,0],[-0.552,0],[0,0],[0,-0.553]],"v":[[-1.5,-2.5],[1.5,-2.5],[2.5,-1.5],[2.5,1.5],[1.5,2.5],[-1.5,2.5],[-2.5,1.5],[-2.5,-1.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[8.5,21.5],"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":"Group 43","np":2,"cix":2,"ix":43,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.552,0],[0,0],[0,-0.553],[0,0],[0.552,0],[0,0],[0,0.553],[0,0]],"o":[[0,0],[0.552,0],[0,0],[0,0.553],[0,0],[-0.552,0],[0,0],[0,-0.553]],"v":[[-1.5,-2.5],[1.5,-2.5],[2.5,-1.5],[2.5,1.5],[1.5,2.5],[-1.5,2.5],[-2.5,1.5],[-2.5,-1.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[8.5,8.5],"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":"Group 44","np":2,"cix":2,"ix":44,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.104,0],[0,0],[0,-1.104],[0,0],[1.104,0],[0,0],[0,1.104],[0,0]],"o":[[0,0],[1.104,0],[0,0],[0,1.104],[0,0],[-1.104,0],[0,0],[0,-1.104]],"v":[[-2.5,-4.5],[2.5,-4.5],[4.5,-2.5],[4.5,2.5],[2.5,4.5],[-2.5,4.5],[-4.5,2.5],[-4.5,-2.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[21.5,8.5],"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":"Group 45","np":2,"cix":2,"ix":45,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.104,0],[0,0],[0,-1.104],[0,0],[1.104,0],[0,0],[0,1.104],[0,0]],"o":[[0,0],[1.104,0],[0,0],[0,1.104],[0,0],[-1.104,0],[0,0],[0,-1.104]],"v":[[-2.5,-4.5],[2.5,-4.5],[4.5,-2.5],[4.5,2.5],[2.5,4.5],[-2.5,4.5],[-4.5,2.5],[-4.5,-2.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[8.5,21.5],"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":"Group 46","np":2,"cix":2,"ix":46,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.104,0],[0,0],[0,-1.104],[0,0],[1.104,0],[0,0],[0,1.104],[0,0]],"o":[[0,0],[1.104,0],[0,0],[0,1.104],[0,0],[-1.104,0],[0,0],[0,-1.104]],"v":[[-2.5,-4.5],[2.5,-4.5],[4.5,-2.5],[4.5,2.5],[2.5,4.5],[-2.5,4.5],[-4.5,2.5],[-4.5,-2.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[8.5,8.5],"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":"Group 47","np":2,"cix":2,"ix":47,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.657,0],[0,0],[0,-1.656],[0,0],[1.657,0],[0,0],[0,1.656],[0,0]],"o":[[0,0],[1.657,0],[0,0],[0,1.656],[0,0],[-1.657,0],[0,0],[0,-1.656]],"v":[[-11,-14],[11,-14],[14,-11],[14,11],[11,14],[-11,14],[-14,11],[-14,-11]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[15,15],"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":"Group 48","np":2,"cix":2,"ix":48,"mn":"ADBE Vector Group"}],"ip":0,"op":230,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Checker Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[131.817,171.725,0]},"a":{"a":0,"k":[22.562,22.633,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":149,"s":[0,0,100],"e":[130,130,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":160,"s":[130,130,100],"e":[100,100,100]},{"t":166}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-7.643,1.576],[-2.486,5.923],[7.643,-5.923]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.973,0.973,0.973,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1.991},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[22.967,22.739],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-12.322,0],[0,0],[0,-12.323],[0,0],[12.322,0],[0,12.322],[0,0]],"o":[[0,0],[12.322,0],[0,0],[0,12.322],[-12.322,0],[0,0],[0,-12.323]],"v":[[-0.001,-22.383],[-0.001,-22.383],[22.312,-0.071],[22.312,0.07],[-0.001,22.383],[-22.312,0.07],[-22.312,-0.071]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.937,0.796,0.055,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[22.562,22.633],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":230,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Frame Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[68.183,144.041,0]},"a":{"a":0,"k":[19.563,19.621,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-1.065,0],[0,0]],"o":[[0,0],[0,-1.064],[0,0],[0,0]],"v":[[-18.236,-11.025],[-18.236,-16.365],[-16.316,-18.294],[-10.782,-18.294]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,1.06],[0,0]],"o":[[0,0],[-1.06,0],[0,0],[0,0]],"v":[[-10.853,18.294],[-16.316,18.294],[-18.236,16.367],[-18.236,10.73]],"c":false}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[1.059,0],[0,0]],"o":[[0,0],[0,1.065],[0,0],[0,0]],"v":[[18.236,10.575],[18.236,16.367],[16.32,18.294],[10.361,18.294]],"c":false}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,-1.06],[0,0]],"o":[[0,0],[1.062,0],[0,0],[0,0]],"v":[[10.696,-18.294],[16.314,-18.294],[18.236,-16.371],[18.236,-10.518]],"c":false}},"nm":"Path 4","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"st","c":{"a":0,"k":[0.933,0.922,0.914,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1.327},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[19.563,19.622],"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":"Group 1","np":6,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":230,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Phone Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[68.515,144.03,0]},"a":{"a":0,"k":[29.842,56.541,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.735,0],[0,0],[0,-0.735],[0.735,0],[0,0],[0,0.735]],"o":[[0,0],[0.735,0],[0,0.735],[0,0],[-0.735,0],[0,-0.735]],"v":[[-4.637,-1.331],[4.637,-1.331],[5.969,-0.001],[4.637,1.331],[-4.637,1.331],[-5.969,-0.001]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.49,0.451,0.424,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[29.842,6.649],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.838,0],[0,0],[0,-1.839],[1.838,0],[0,0],[0,1.838]],"o":[[0,0],[1.838,0],[0,1.838],[0,0],[-1.838,0],[0,-1.839]],"v":[[-1.313,-3.327],[1.314,-3.327],[4.641,0.001],[1.314,3.327],[-1.313,3.327],[-4.641,0.001]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.847,0.847,0.847,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1.327},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[29.632,105.318],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.204,0],[0,0],[0,-2.204],[2.205,0],[0,0],[0,2.204]],"o":[[0,0],[2.205,0],[0,2.204],[0,0],[-2.204,0],[0,-2.204]],"v":[[-1.314,-3.991],[1.313,-3.991],[5.305,0],[1.313,3.991],[-1.314,3.991],[-5.305,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.608,0.608,0.608,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[29.633,105.318],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"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":[[-24.536,-43.24],[24.536,-43.24],[24.536,43.24],[-24.536,43.24]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.847,0.847,0.847,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1.327},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.937,0.796,0.055,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[29.842,55.211],"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":"Group 4","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.665,0],[0,0],[0,-3.664],[0,0],[3.665,0],[0,0],[0,3.665],[0,0]],"o":[[0,0],[3.665,0],[0,0],[0,3.665],[0,0],[-3.665,0],[0,0],[0,-3.664]],"v":[[-21.879,-55.215],[21.879,-55.215],[28.515,-48.579],[28.515,48.579],[21.879,55.215],[-21.879,55.215],[-28.515,48.579],[-28.515,-48.579]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.847,0.847,0.847,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1.327},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.847,0.847,0.847,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[29.842,56.541],"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":"Group 5","np":3,"cix":2,"ix":5,"mn":"ADBE Vector Group"}],"ip":0,"op":230,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"QR_L Outlines","parent":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[43,-42,0]},"a":{"a":0,"k":[30,30,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.599,-1],[1,-0.6],[1,0.6],[0.599,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.478,0.478,0.478,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[49,49],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.599,-1],[1,-0.6],[1,0.6],[0.599,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[49,45],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.599,-1],[1,-0.6],[1,0.6],[0.599,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[49,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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.599,-1],[1,-0.6],[1,0.6],[0.599,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[49,37],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.22,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.22,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[45,49],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.22,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.22,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[45,45],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.22,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.22,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[45,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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.22,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.22,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.09,0.09,0.09,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[45,37],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[41,49],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[41,45],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[41,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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[41,37],"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[37,49],"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[37,45],"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[37,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":"Group 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[37,37],"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":"Group 16","np":2,"cix":2,"ix":16,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.599,-1],[1,-0.6],[1,0.6],[0.599,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[51,51],"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":"Group 17","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.599,-1],[1,-0.6],[1,0.6],[0.599,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[51,47],"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":"Group 18","np":2,"cix":2,"ix":18,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.599,-1],[1,-0.6],[1,0.6],[0.599,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[51,43],"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":"Group 19","np":2,"cix":2,"ix":19,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.599,-1],[1,-0.6],[1,0.6],[0.599,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[51,39],"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":"Group 20","np":2,"cix":2,"ix":20,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.599,-1],[1,-0.6],[1,0.6],[0.599,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[51,35],"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":"Group 21","np":2,"cix":2,"ix":21,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.599,-1],[1,-0.6],[1,0.6],[0.599,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[47,51],"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":"Group 22","np":2,"cix":2,"ix":22,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.599,-1],[1,-0.6],[1,0.6],[0.599,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[47,47],"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":"Group 23","np":2,"cix":2,"ix":23,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.599,-1],[1,-0.6],[1,0.6],[0.599,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[47,43],"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":"Group 24","np":2,"cix":2,"ix":24,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.599,-1],[1,-0.6],[1,0.6],[0.599,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[47,39],"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":"Group 25","np":2,"cix":2,"ix":25,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.599,-1],[1,-0.6],[1,0.6],[0.599,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[47,35],"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":"Group 26","np":2,"cix":2,"ix":26,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[43,51],"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":"Group 27","np":2,"cix":2,"ix":27,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[43,47],"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":"Group 28","np":2,"cix":2,"ix":28,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[43,43],"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":"Group 29","np":2,"cix":2,"ix":29,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[43,39],"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":"Group 30","np":2,"cix":2,"ix":30,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[43,35],"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":"Group 31","np":2,"cix":2,"ix":31,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[39,51],"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":"Group 32","np":2,"cix":2,"ix":32,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[39,47],"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":"Group 33","np":2,"cix":2,"ix":33,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[39,43],"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":"Group 34","np":2,"cix":2,"ix":34,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[39,39],"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":"Group 35","np":2,"cix":2,"ix":35,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[39,35],"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":"Group 36","np":2,"cix":2,"ix":36,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[35,51],"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":"Group 37","np":2,"cix":2,"ix":37,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[35,47],"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":"Group 38","np":2,"cix":2,"ix":38,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[35,43],"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":"Group 39","np":2,"cix":2,"ix":39,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[35,39],"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":"Group 40","np":2,"cix":2,"ix":40,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[35,35],"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":"Group 41","np":2,"cix":2,"ix":41,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.104,0],[0,0],[0,-1.104],[0,0],[1.104,0],[0,0],[0,1.104],[0,0]],"o":[[0,0],[1.104,0],[0,0],[0,1.104],[0,0],[-1.104,0],[0,0],[0,-1.104]],"v":[[-3,-5],[3,-5],[5,-3],[5,3],[3,5],[-3,5],[-5,3],[-5,-3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[43,17],"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":"Group 42","np":2,"cix":2,"ix":42,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.104,0],[0,0],[0,-1.104],[0,0],[1.104,0],[0,0],[0,1.104],[0,0]],"o":[[0,0],[1.104,0],[0,0],[0,1.104],[0,0],[-1.104,0],[0,0],[0,-1.104]],"v":[[-3,-5],[3,-5],[5,-3],[5,3],[3,5],[-3,5],[-5,3],[-5,-3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[17,43],"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":"Group 43","np":2,"cix":2,"ix":43,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.104,0],[0,0],[0,-1.104],[0,0],[1.104,0],[0,0],[0,1.104],[0,0]],"o":[[0,0],[1.104,0],[0,0],[0,1.104],[0,0],[-1.104,0],[0,0],[0,-1.104]],"v":[[-3,-5],[3,-5],[5,-3],[5,3],[3,5],[-3,5],[-5,3],[-5,-3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[17,17],"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":"Group 44","np":2,"cix":2,"ix":44,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.209,0],[0,0],[0,-2.209],[0,0],[2.209,0],[0,0],[0,2.209],[0,0]],"o":[[0,0],[2.209,0],[0,0],[0,2.209],[0,0],[-2.209,0],[0,0],[0,-2.209]],"v":[[-5,-9],[5,-9],[9,-5],[9,5],[5,9],[-5,9],[-9,5],[-9,-5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[43,17],"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":"Group 45","np":2,"cix":2,"ix":45,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.209,0],[0,0],[0,-2.209],[0,0],[2.209,0],[0,0],[0,2.209],[0,0]],"o":[[0,0],[2.209,0],[0,0],[0,2.209],[0,0],[-2.209,0],[0,0],[0,-2.209]],"v":[[-5,-9],[5,-9],[9,-5],[9,5],[5,9],[-5,9],[-9,5],[-9,-5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[17,43],"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":"Group 46","np":2,"cix":2,"ix":46,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.209,0],[0,0],[0,-2.209],[0,0],[2.209,0],[0,0],[0,2.209],[0,0]],"o":[[0,0],[2.209,0],[0,0],[0,2.209],[0,0],[-2.209,0],[0,0],[0,-2.209]],"v":[[-5,-9],[5,-9],[9,-5],[9,5],[5,9],[-5,9],[-9,5],[-9,-5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[17,17],"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":"Group 47","np":2,"cix":2,"ix":47,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.313,0],[0,0],[0,-3.313],[0,0],[3.313,0],[0,0],[0,3.313],[0,0]],"o":[[0,0],[3.313,0],[0,0],[0,3.313],[0,0],[-3.313,0],[0,0],[0,-3.313]],"v":[[-22,-28],[22,-28],[28,-22],[28,22],[22,28],[-22,28],[-28,22],[-28,-22]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[30,30],"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":"Group 48","np":2,"cix":2,"ix":48,"mn":"ADBE Vector Group"}],"ip":0,"op":230,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/scan_qr_code_success.json b/ohos/flutter_lottie/assets/lottiefiles/scan_qr_code_success.json new file mode 100644 index 0000000000000000000000000000000000000000..fe5036f9946c8eda1dc246ac5e68a338ad95d396 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/scan_qr_code_success.json @@ -0,0 +1 @@ +{"v":"4.6.9","fr":60,"ip":0,"op":195,"w":220,"h":220,"nm":"Into2_Final_Bitch","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"QR_s Outlines","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":123,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":127,"s":[0],"e":[100]},{"t":141}]},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.56,"y":1},"o":{"x":0.11,"y":0},"n":"0p56_1_0p11_0","t":8,"s":[68,144,0],"e":[61,144,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.56,"y":1},"o":{"x":0.11,"y":0},"n":"0p56_1_0p11_0","t":24,"s":[61,144,0],"e":[61,134,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.56,"y":1},"o":{"x":0.11,"y":0},"n":"0p56_1_0p11_0","t":45,"s":[61,134,0],"e":[71,134,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.56,"y":1},"o":{"x":0.11,"y":0},"n":"0p56_1_0p11_0","t":74,"s":[71,134,0],"e":[74,144,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.56,"y":1},"o":{"x":0.11,"y":0},"n":"0p56_1_0p11_0","t":98,"s":[74,144,0],"e":[68,144,0],"to":[0,0,0],"ti":[0,0,0]},{"t":111}]},"a":{"a":0,"k":[15,15,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[24.5,24.5],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[24.5,22.5],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[24.5,20.5],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[24.5,18.5],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[22.5,24.5],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[22.5,22.5],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[22.5,20.5],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[22.5,18.5],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[20.5,24.5],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[20.5,22.5],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[20.5,20.5],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[20.5,18.5],"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[18.5,24.5],"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[18.5,22.5],"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[18.5,20.5],"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":"Group 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[18.5,18.5],"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":"Group 16","np":2,"cix":2,"ix":16,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[25.5,25.5],"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":"Group 17","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[25.5,23.5],"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":"Group 18","np":2,"cix":2,"ix":18,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[25.5,21.5],"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":"Group 19","np":2,"cix":2,"ix":19,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[25.5,19.5],"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":"Group 20","np":2,"cix":2,"ix":20,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[25.5,17.5],"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":"Group 21","np":2,"cix":2,"ix":21,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[23.5,25.5],"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":"Group 22","np":2,"cix":2,"ix":22,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[23.5,23.5],"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":"Group 23","np":2,"cix":2,"ix":23,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[23.5,21.5],"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":"Group 24","np":2,"cix":2,"ix":24,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[23.5,19.5],"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":"Group 25","np":2,"cix":2,"ix":25,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[23.5,17.5],"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":"Group 26","np":2,"cix":2,"ix":26,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[21.5,25.5],"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":"Group 27","np":2,"cix":2,"ix":27,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[21.5,23.5],"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":"Group 28","np":2,"cix":2,"ix":28,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[21.5,21.5],"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":"Group 29","np":2,"cix":2,"ix":29,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[21.5,19.5],"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":"Group 30","np":2,"cix":2,"ix":30,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[21.5,17.5],"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":"Group 31","np":2,"cix":2,"ix":31,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[19.5,25.5],"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":"Group 32","np":2,"cix":2,"ix":32,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[19.5,23.5],"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":"Group 33","np":2,"cix":2,"ix":33,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[19.5,21.5],"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":"Group 34","np":2,"cix":2,"ix":34,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[19.5,19.5],"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":"Group 35","np":2,"cix":2,"ix":35,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[19.5,17.5],"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":"Group 36","np":2,"cix":2,"ix":36,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[17.5,25.5],"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":"Group 37","np":2,"cix":2,"ix":37,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[17.5,23.5],"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":"Group 38","np":2,"cix":2,"ix":38,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[17.5,21.5],"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":"Group 39","np":2,"cix":2,"ix":39,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[17.5,19.5],"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":"Group 40","np":2,"cix":2,"ix":40,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.111,0],[0,0],[0,-0.11],[0,0],[0.11,0],[0,0],[0,0.11],[0,0]],"o":[[0,0],[0.11,0],[0,0],[0,0.11],[0,0],[-0.111,0],[0,0],[0,-0.11]],"v":[[-0.3,-0.5],[0.3,-0.5],[0.5,-0.3],[0.5,0.3],[0.3,0.5],[-0.3,0.5],[-0.5,0.3],[-0.5,-0.3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[17.5,17.5],"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":"Group 41","np":2,"cix":2,"ix":41,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.552,0],[0,0],[0,-0.553],[0,0],[0.552,0],[0,0],[0,0.553],[0,0]],"o":[[0,0],[0.552,0],[0,0],[0,0.553],[0,0],[-0.552,0],[0,0],[0,-0.553]],"v":[[-1.5,-2.5],[1.5,-2.5],[2.5,-1.5],[2.5,1.5],[1.5,2.5],[-1.5,2.5],[-2.5,1.5],[-2.5,-1.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[21.5,8.5],"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":"Group 42","np":2,"cix":2,"ix":42,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.552,0],[0,0],[0,-0.553],[0,0],[0.552,0],[0,0],[0,0.553],[0,0]],"o":[[0,0],[0.552,0],[0,0],[0,0.553],[0,0],[-0.552,0],[0,0],[0,-0.553]],"v":[[-1.5,-2.5],[1.5,-2.5],[2.5,-1.5],[2.5,1.5],[1.5,2.5],[-1.5,2.5],[-2.5,1.5],[-2.5,-1.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[8.5,21.5],"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":"Group 43","np":2,"cix":2,"ix":43,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.552,0],[0,0],[0,-0.553],[0,0],[0.552,0],[0,0],[0,0.553],[0,0]],"o":[[0,0],[0.552,0],[0,0],[0,0.553],[0,0],[-0.552,0],[0,0],[0,-0.553]],"v":[[-1.5,-2.5],[1.5,-2.5],[2.5,-1.5],[2.5,1.5],[1.5,2.5],[-1.5,2.5],[-2.5,1.5],[-2.5,-1.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[8.5,8.5],"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":"Group 44","np":2,"cix":2,"ix":44,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.104,0],[0,0],[0,-1.104],[0,0],[1.104,0],[0,0],[0,1.104],[0,0]],"o":[[0,0],[1.104,0],[0,0],[0,1.104],[0,0],[-1.104,0],[0,0],[0,-1.104]],"v":[[-2.5,-4.5],[2.5,-4.5],[4.5,-2.5],[4.5,2.5],[2.5,4.5],[-2.5,4.5],[-4.5,2.5],[-4.5,-2.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[21.5,8.5],"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":"Group 45","np":2,"cix":2,"ix":45,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.104,0],[0,0],[0,-1.104],[0,0],[1.104,0],[0,0],[0,1.104],[0,0]],"o":[[0,0],[1.104,0],[0,0],[0,1.104],[0,0],[-1.104,0],[0,0],[0,-1.104]],"v":[[-2.5,-4.5],[2.5,-4.5],[4.5,-2.5],[4.5,2.5],[2.5,4.5],[-2.5,4.5],[-4.5,2.5],[-4.5,-2.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[8.5,21.5],"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":"Group 46","np":2,"cix":2,"ix":46,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.104,0],[0,0],[0,-1.104],[0,0],[1.104,0],[0,0],[0,1.104],[0,0]],"o":[[0,0],[1.104,0],[0,0],[0,1.104],[0,0],[-1.104,0],[0,0],[0,-1.104]],"v":[[-2.5,-4.5],[2.5,-4.5],[4.5,-2.5],[4.5,2.5],[2.5,4.5],[-2.5,4.5],[-4.5,2.5],[-4.5,-2.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[8.5,8.5],"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":"Group 47","np":2,"cix":2,"ix":47,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.657,0],[0,0],[0,-1.656],[0,0],[1.657,0],[0,0],[0,1.656],[0,0]],"o":[[0,0],[1.657,0],[0,0],[0,1.656],[0,0],[-1.657,0],[0,0],[0,-1.656]],"v":[[-11,-14],[11,-14],[14,-11],[14,11],[11,14],[-11,14],[-14,11],[-14,-11]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[15,15],"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":"Group 48","np":2,"cix":2,"ix":48,"mn":"ADBE Vector Group"}],"ip":0,"op":230,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Checker Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[131.817,171.725,0]},"a":{"a":0,"k":[22.562,22.633,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":149,"s":[0,0,100],"e":[130,130,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":160,"s":[130,130,100],"e":[100,100,100]},{"t":166}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-7.643,1.576],[-2.486,5.923],[7.643,-5.923]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1.991},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[22.967,22.739],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-12.322,0],[0,0],[0,-12.323],[0,0],[12.322,0],[0,12.322],[0,0]],"o":[[0,0],[12.322,0],[0,0],[0,12.322],[-12.322,0],[0,0],[0,-12.323]],"v":[[-0.001,-22.383],[-0.001,-22.383],[22.312,-0.071],[22.312,0.07],[-0.001,22.383],[-22.312,0.07],[-22.312,-0.071]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0.639,0.231,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[22.562,22.633],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":230,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Frame Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[68.183,144.041,0]},"a":{"a":0,"k":[19.563,19.621,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-1.065,0],[0,0]],"o":[[0,0],[0,-1.064],[0,0],[0,0]],"v":[[-18.236,-11.025],[-18.236,-16.365],[-16.316,-18.294],[-10.782,-18.294]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,1.06],[0,0]],"o":[[0,0],[-1.06,0],[0,0],[0,0]],"v":[[-10.853,18.294],[-16.316,18.294],[-18.236,16.367],[-18.236,10.73]],"c":false}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[1.059,0],[0,0]],"o":[[0,0],[0,1.065],[0,0],[0,0]],"v":[[18.236,10.575],[18.236,16.367],[16.32,18.294],[10.361,18.294]],"c":false}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,-1.06],[0,0]],"o":[[0,0],[1.062,0],[0,0],[0,0]],"v":[[10.696,-18.294],[16.314,-18.294],[18.236,-16.371],[18.236,-10.518]],"c":false}},"nm":"Path 4","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"st","c":{"a":0,"k":[0.373,0.325,0.294,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1.327},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[19.563,19.622],"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":"Group 1","np":6,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":230,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Phone Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[68.515,144.03,0]},"a":{"a":0,"k":[29.842,56.541,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.735,0],[0,0],[0,-0.735],[0.735,0],[0,0],[0,0.735]],"o":[[0,0],[0.735,0],[0,0.735],[0,0],[-0.735,0],[0,-0.735]],"v":[[-4.637,-1.331],[4.637,-1.331],[5.969,-0.001],[4.637,1.331],[-4.637,1.331],[-5.969,-0.001]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.49,0.451,0.424,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[29.842,6.649],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.838,0],[0,0],[0,-1.839],[1.838,0],[0,0],[0,1.838]],"o":[[0,0],[1.838,0],[0,1.838],[0,0],[-1.838,0],[0,-1.839]],"v":[[-1.313,-3.327],[1.314,-3.327],[4.641,0.001],[1.314,3.327],[-1.313,3.327],[-4.641,0.001]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.49,0.451,0.424,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1.327},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[29.632,105.318],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.204,0],[0,0],[0,-2.204],[2.205,0],[0,0],[0,2.204]],"o":[[0,0],[2.205,0],[0,2.204],[0,0],[-2.204,0],[0,-2.204]],"v":[[-1.314,-3.991],[1.313,-3.991],[5.305,0],[1.313,3.991],[-1.314,3.991],[-5.305,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.608,0.608,0.608,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[29.633,105.318],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"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":[[-24.536,-43.24],[24.536,-43.24],[24.536,43.24],[-24.536,43.24]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.592,0.592,0.592,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1.327},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[29.842,55.211],"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":"Group 4","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.665,0],[0,0],[0,-3.664],[0,0],[3.665,0],[0,0],[0,3.665],[0,0]],"o":[[0,0],[3.665,0],[0,0],[0,3.665],[0,0],[-3.665,0],[0,0],[0,-3.664]],"v":[[-21.879,-55.215],[21.879,-55.215],[28.515,-48.579],[28.515,48.579],[21.879,55.215],[-21.879,55.215],[-28.515,48.579],[-28.515,-48.579]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.588,0.588,0.588,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1.327},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.792,0.776,0.745,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[29.842,56.541],"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":"Group 5","np":3,"cix":2,"ix":5,"mn":"ADBE Vector Group"}],"ip":0,"op":230,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"QR_L Outlines","parent":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[43,-42,0]},"a":{"a":0,"k":[30,30,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.599,-1],[1,-0.6],[1,0.6],[0.599,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[49,49],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.599,-1],[1,-0.6],[1,0.6],[0.599,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[49,45],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.599,-1],[1,-0.6],[1,0.6],[0.599,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[49,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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.599,-1],[1,-0.6],[1,0.6],[0.599,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[49,37],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.22,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.22,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[45,49],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.22,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.22,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[45,45],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.22,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.22,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[45,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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.22,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.22,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[45,37],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[41,49],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[41,45],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[41,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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[41,37],"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[37,49],"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[37,45],"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[37,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":"Group 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[37,37],"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":"Group 16","np":2,"cix":2,"ix":16,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.599,-1],[1,-0.6],[1,0.6],[0.599,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[51,51],"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":"Group 17","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.599,-1],[1,-0.6],[1,0.6],[0.599,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[51,47],"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":"Group 18","np":2,"cix":2,"ix":18,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.599,-1],[1,-0.6],[1,0.6],[0.599,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[51,43],"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":"Group 19","np":2,"cix":2,"ix":19,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.599,-1],[1,-0.6],[1,0.6],[0.599,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[51,39],"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":"Group 20","np":2,"cix":2,"ix":20,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.599,-1],[1,-0.6],[1,0.6],[0.599,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[51,35],"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":"Group 21","np":2,"cix":2,"ix":21,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.599,-1],[1,-0.6],[1,0.6],[0.599,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[47,51],"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":"Group 22","np":2,"cix":2,"ix":22,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.599,-1],[1,-0.6],[1,0.6],[0.599,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[47,47],"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":"Group 23","np":2,"cix":2,"ix":23,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.599,-1],[1,-0.6],[1,0.6],[0.599,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[47,43],"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":"Group 24","np":2,"cix":2,"ix":24,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.599,-1],[1,-0.6],[1,0.6],[0.599,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[47,39],"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":"Group 25","np":2,"cix":2,"ix":25,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.599,-1],[1,-0.6],[1,0.6],[0.599,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[47,35],"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":"Group 26","np":2,"cix":2,"ix":26,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[43,51],"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":"Group 27","np":2,"cix":2,"ix":27,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[43,47],"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":"Group 28","np":2,"cix":2,"ix":28,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[43,43],"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":"Group 29","np":2,"cix":2,"ix":29,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[43,39],"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":"Group 30","np":2,"cix":2,"ix":30,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[43,35],"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":"Group 31","np":2,"cix":2,"ix":31,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[39,51],"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":"Group 32","np":2,"cix":2,"ix":32,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[39,47],"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":"Group 33","np":2,"cix":2,"ix":33,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[39,43],"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":"Group 34","np":2,"cix":2,"ix":34,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[39,39],"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":"Group 35","np":2,"cix":2,"ix":35,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[39,35],"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":"Group 36","np":2,"cix":2,"ix":36,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[35,51],"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":"Group 37","np":2,"cix":2,"ix":37,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[35,47],"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":"Group 38","np":2,"cix":2,"ix":38,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[35,43],"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":"Group 39","np":2,"cix":2,"ix":39,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[35,39],"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":"Group 40","np":2,"cix":2,"ix":40,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.221,0],[0,0],[0,-0.221],[0,0],[0.221,0],[0,0],[0,0.221],[0,0]],"o":[[0,0],[0.221,0],[0,0],[0,0.221],[0,0],[-0.221,0],[0,0],[0,-0.221]],"v":[[-0.6,-1],[0.6,-1],[1,-0.6],[1,0.6],[0.6,1],[-0.6,1],[-1,0.6],[-1,-0.6]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[35,35],"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":"Group 41","np":2,"cix":2,"ix":41,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.104,0],[0,0],[0,-1.104],[0,0],[1.104,0],[0,0],[0,1.104],[0,0]],"o":[[0,0],[1.104,0],[0,0],[0,1.104],[0,0],[-1.104,0],[0,0],[0,-1.104]],"v":[[-3,-5],[3,-5],[5,-3],[5,3],[3,5],[-3,5],[-5,3],[-5,-3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[43,17],"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":"Group 42","np":2,"cix":2,"ix":42,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.104,0],[0,0],[0,-1.104],[0,0],[1.104,0],[0,0],[0,1.104],[0,0]],"o":[[0,0],[1.104,0],[0,0],[0,1.104],[0,0],[-1.104,0],[0,0],[0,-1.104]],"v":[[-3,-5],[3,-5],[5,-3],[5,3],[3,5],[-3,5],[-5,3],[-5,-3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[17,43],"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":"Group 43","np":2,"cix":2,"ix":43,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.104,0],[0,0],[0,-1.104],[0,0],[1.104,0],[0,0],[0,1.104],[0,0]],"o":[[0,0],[1.104,0],[0,0],[0,1.104],[0,0],[-1.104,0],[0,0],[0,-1.104]],"v":[[-3,-5],[3,-5],[5,-3],[5,3],[3,5],[-3,5],[-5,3],[-5,-3]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[17,17],"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":"Group 44","np":2,"cix":2,"ix":44,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.209,0],[0,0],[0,-2.209],[0,0],[2.209,0],[0,0],[0,2.209],[0,0]],"o":[[0,0],[2.209,0],[0,0],[0,2.209],[0,0],[-2.209,0],[0,0],[0,-2.209]],"v":[[-5,-9],[5,-9],[9,-5],[9,5],[5,9],[-5,9],[-9,5],[-9,-5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[43,17],"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":"Group 45","np":2,"cix":2,"ix":45,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.209,0],[0,0],[0,-2.209],[0,0],[2.209,0],[0,0],[0,2.209],[0,0]],"o":[[0,0],[2.209,0],[0,0],[0,2.209],[0,0],[-2.209,0],[0,0],[0,-2.209]],"v":[[-5,-9],[5,-9],[9,-5],[9,5],[5,9],[-5,9],[-9,5],[-9,-5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[17,43],"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":"Group 46","np":2,"cix":2,"ix":46,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.209,0],[0,0],[0,-2.209],[0,0],[2.209,0],[0,0],[0,2.209],[0,0]],"o":[[0,0],[2.209,0],[0,0],[0,2.209],[0,0],[-2.209,0],[0,0],[0,-2.209]],"v":[[-5,-9],[5,-9],[9,-5],[9,5],[5,9],[-5,9],[-9,5],[-9,-5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[17,17],"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":"Group 47","np":2,"cix":2,"ix":47,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.313,0],[0,0],[0,-3.313],[0,0],[3.313,0],[0,0],[0,3.313],[0,0]],"o":[[0,0],[3.313,0],[0,0],[0,3.313],[0,0],[-3.313,0],[0,0],[0,-3.313]],"v":[[-22,-28],[22,-28],[28,-22],[28,22],[22,28],[-22,28],[-28,22],[-28,-22]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.247,0.212,0.192,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[30,30],"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":"Group 48","np":2,"cix":2,"ix":48,"mn":"ADBE Vector Group"}],"ip":0,"op":230,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/search_button.json b/ohos/flutter_lottie/assets/lottiefiles/search_button.json new file mode 100644 index 0000000000000000000000000000000000000000..1cf6b79cb3bbd351fb86299d279da2bf7be182be --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/search_button.json @@ -0,0 +1 @@ +{"v":"4.5.7","fr":30,"ip":0,"op":180,"w":600,"h":600,"ddd":0,"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Bar 4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":90},"p":{"a":0,"k":[402.2,281.819,0]},"a":{"a":0,"k":[102.2,17.819,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[159,-38.5],[100,20]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.18,0.8,0.44,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.9],"y":[0]},"n":["0p1_1_0p9_0"],"t":34,"s":[100],"e":[0]},{"t":54}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.9],"y":[0]},"n":["0p1_1_0p9_0"],"t":30,"s":[33],"e":[0]},{"t":50}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":46,"st":-173,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Bar 3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[440.5,280,0]},"a":{"a":0,"k":[140.5,-20,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[159,-38.5],[100,20]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.18,0.8,0.44,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.9],"y":[0]},"n":["0p1_1_0p9_0"],"t":34,"s":[100],"e":[0]},{"t":54}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.9],"y":[0]},"n":["0p1_1_0p9_0"],"t":30,"s":[33],"e":[0]},{"t":50}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":46,"st":-173,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Bar 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":90},"p":{"a":0,"k":[402.2,281.819,0]},"a":{"a":0,"k":[102.2,17.819,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[159,-38.5],[100,20]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.18,0.8,0.44,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.9],"y":[0]},"n":["0p1_1_0p9_0"],"t":128,"s":[0],"e":[100]},{"t":148}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.9],"y":[0]},"n":["0p1_1_0p9_0"],"t":130,"s":[0],"e":[33]},{"t":150}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":135,"op":180,"st":-37,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Bar","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[440.5,280,0]},"a":{"a":0,"k":[140.5,-20,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[159,-38.5],[100,20]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.18,0.8,0.44,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":8},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.9],"y":[0]},"n":["0p1_1_0p9_0"],"t":128,"s":[0],"e":[100]},{"t":148}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.9],"y":[0]},"n":["0p1_1_0p9_0"],"t":130,"s":[0],"e":[33]},{"t":150}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":135,"op":180,"st":-37,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Handle","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[300,300,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"ef":[{"ty":5,"nm":"Offset - Trim Paths 1 - Overshoot","mn":"ADBE Slider Control","ix":1,"en":1,"ef":[{"ty":0,"nm":"Slider","mn":"ADBE Slider Control-0001","ix":1,"v":{"a":0,"k":20,"x":"var $bm_rt;\n$bm_rt = clamp(value, 0, 100);"}}]},{"ty":5,"nm":"Offset - Trim Paths 1 - Bounce","mn":"ADBE Slider Control","ix":2,"en":1,"ef":[{"ty":0,"nm":"Slider","mn":"ADBE Slider Control-0001","ix":1,"v":{"a":0,"k":40,"x":"var $bm_rt;\n$bm_rt = clamp(value, 0, 100);"}}]},{"ty":5,"nm":"Offset - Trim Paths 1 - Friction","mn":"ADBE Slider Control","ix":3,"en":1,"ef":[{"ty":0,"nm":"Slider","mn":"ADBE Slider Control-0001","ix":1,"v":{"a":0,"k":40,"x":"var $bm_rt;\n$bm_rt = clamp(value, 0, 100);"}}]},{"ty":5,"nm":"End - Trim Paths 1 - Overshoot","mn":"ADBE Slider Control","ix":4,"en":1,"ef":[{"ty":0,"nm":"Slider","mn":"ADBE Slider Control-0001","ix":1,"v":{"a":0,"k":20,"x":"var $bm_rt;\n$bm_rt = clamp(value, 0, 100);"}}]},{"ty":5,"nm":"End - Trim Paths 1 - Bounce","mn":"ADBE Slider Control","ix":5,"en":1,"ef":[{"ty":0,"nm":"Slider","mn":"ADBE Slider Control-0001","ix":1,"v":{"a":0,"k":40,"x":"var $bm_rt;\n$bm_rt = clamp(value, 0, 100);"}}]},{"ty":5,"nm":"End - Trim Paths 1 - Friction","mn":"ADBE Slider Control","ix":6,"en":1,"ef":[{"ty":0,"nm":"Slider","mn":"ADBE Slider Control-0001","ix":1,"v":{"a":0,"k":40,"x":"var $bm_rt;\n$bm_rt = clamp(value, 0, 100);"}}]}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[32.75,32.25],[60.25,59.75]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.18,0.8,0.44,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":8},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.9],"y":[0]},"n":["0p1_1_0p9_0"],"t":44,"s":[0],"e":[100]},{"i":{"x":[0.1],"y":[0.1]},"o":{"x":[0.9],"y":[0.9]},"n":["0p1_0p1_0p9_0p9"],"t":64,"s":[100],"e":[100]},{"i":{"x":[0.1],"y":[1]},"o":{"x":[0.9],"y":[0]},"n":["0p1_1_0p9_0"],"t":116,"s":[100],"e":[0]},{"t":136}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":55,"op":126,"st":5,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Button","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[300,300,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[50,50,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.1,"y":1},"o":{"x":0.9,"y":0},"n":"0p1_1_0p9_0","t":40,"s":[{"i":[[0,0],[0,51.004],[-51.004,0],[0,0],[0,-51.004],[51.005,0]],"o":[[-51.004,0],[0,-51.004],[0,0],[51.005,0],[0,51.004],[0,0]],"v":[[-272,92.5],[-364.5,0],[-272,-92.5],[272,-92.5],[364.5,0],[272,92.5]],"c":true}],"e":[{"i":[[0,0],[0,51.004],[-51.004,0],[0,0],[0,-51.004],[51.005,0]],"o":[[-51.004,0],[0,-51.004],[0,0],[51.005,0],[0,51.004],[0,0]],"v":[[0,92],[-92.5,-0.5],[0,-93],[1,-92.5],[93.5,0],[1,92.5]],"c":true}]},{"i":{"x":0.1,"y":1},"o":{"x":0.9,"y":0},"n":"0p1_1_0p9_0","t":60,"s":[{"i":[[0,0],[0,51.004],[-51.004,0],[0,0],[0,-51.004],[51.005,0]],"o":[[-51.004,0],[0,-51.004],[0,0],[51.005,0],[0,51.004],[0,0]],"v":[[0,92],[-92.5,-0.5],[0,-93],[1,-92.5],[93.5,0],[1,92.5]],"c":true}],"e":[{"i":[[0,0],[0,51.004],[-51.004,0],[0,0],[0,-51.004],[51.005,0]],"o":[[-51.004,0],[0,-51.004],[0,0],[51.005,0],[0,51.004],[0,0]],"v":[[0,92],[-92.5,-0.5],[0,-93],[1,-92.5],[93.5,0],[1,92.5]],"c":true}]},{"i":{"x":0.1,"y":1},"o":{"x":0.9,"y":0},"n":"0p1_1_0p9_0","t":120,"s":[{"i":[[0,0],[0,51.004],[-51.004,0],[0,0],[0,-51.004],[51.005,0]],"o":[[-51.004,0],[0,-51.004],[0,0],[51.005,0],[0,51.004],[0,0]],"v":[[0,92],[-92.5,-0.5],[0,-93],[1,-92.5],[93.5,0],[1,92.5]],"c":true}],"e":[{"i":[[0,0],[0,51.004],[-51.004,0],[0,0],[0,-51.004],[51.005,0]],"o":[[-51.004,0],[0,-51.004],[0,0],[51.005,0],[0,51.004],[0,0]],"v":[[-272,92.5],[-364.5,0],[-272,-92.5],[272,-92.5],[364.5,0],[272,92.5]],"c":true}]},{"t":140}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.18,0.8,0.44,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":16},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"mn":"ADBE Vector Group"}],"ip":0,"op":180,"st":5,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/security_token_roundtable.zip b/ohos/flutter_lottie/assets/lottiefiles/security_token_roundtable.zip new file mode 100644 index 0000000000000000000000000000000000000000..cdbc8ae48ff655c94443114223edcc57dd3ae2dc Binary files /dev/null and b/ohos/flutter_lottie/assets/lottiefiles/security_token_roundtable.zip differ diff --git a/ohos/flutter_lottie/assets/lottiefiles/sensor_scan.zip b/ohos/flutter_lottie/assets/lottiefiles/sensor_scan.zip new file mode 100644 index 0000000000000000000000000000000000000000..29efa6a20be985267f032acc2aac4d038769db10 Binary files /dev/null and b/ohos/flutter_lottie/assets/lottiefiles/sensor_scan.zip differ diff --git a/ohos/flutter_lottie/assets/lottiefiles/servishero_loading.json b/ohos/flutter_lottie/assets/lottiefiles/servishero_loading.json new file mode 100644 index 0000000000000000000000000000000000000000..610d43b8f3689710554b3bbbdfd867c24e5ef9ce --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/servishero_loading.json @@ -0,0 +1 @@ +{"v":"4.6.3","fr":60,"ip":0,"op":290,"w":450,"h":450,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"step_5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[234,216,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"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":[[79,-54],[109,-54]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":192,"s":[60],"e":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":196,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":215,"s":[0],"e":[80]},{"t":217}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":192,"s":[60],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":196,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":215,"s":[100],"e":[80]},{"t":217}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":9},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[141.094,141.094]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":192,"s":[83],"e":[68]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":200,"s":[68],"e":[68]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":214,"s":[68],"e":[80]},{"t":217}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":192,"s":[83],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":200,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":214,"s":[100],"e":[80]},{"t":217}],"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":214,"s":[0],"e":[-99]},{"t":217}],"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":11},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[-12.453,13.547],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[68.821,68.821],"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":"Ellipse 1","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":318,"st":-112,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Clock","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[241,225,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,45.25],[0,0]],"o":[[0,-45.25],[0,0]],"v":[[-51.25,-83.75],[-51.25,-122.25]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":225,"s":[60],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":233,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":265,"s":[0],"e":[60]},{"t":268}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":225,"s":[60],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":233,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":265,"s":[100],"e":[60]},{"t":268}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":8},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,0.8,0.0392157,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-52.354,-84.908],"ix":2},"a":{"a":0,"k":[-51.354,-83.908],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":241,"s":[0],"e":[129]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":256,"s":[129],"e":[129]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":265,"s":[129],"e":[209]},{"t":268}],"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,45.25],[0,0]],"o":[[0,-45.25],[0,0]],"v":[[-51.25,-83.75],[-51.25,-122.25]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":226,"s":[70],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":235,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":264,"s":[0],"e":[70]},{"t":271}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":226,"s":[70],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":234,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":264,"s":[100],"e":[70]},{"t":271}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":8},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,0.8,0.0392157,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-52.573,-84.076],"ix":2},"a":{"a":0,"k":[-51.573,-84.076],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":231,"s":[0],"e":[46]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":256,"s":[46],"e":[46]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":265,"s":[46],"e":[351]},{"t":269}],"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":4,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":318,"st":-112,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"step_6-wheels","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[243,227,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[49.66,49.66]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":6},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":231,"s":[-71.721,72.285],"e":[-71.721,97.384],"to":[0,2.3859281539917],"ti":[0,-5.04915237426758]},{"i":{"x":0.667,"y":0.826},"o":{"x":0.333,"y":0},"n":"0p667_0p826_0p333_0","t":234,"s":[-71.721,97.384],"e":[-71.721,86.269],"to":[0,1.10191881656647],"ti":[0,2.17201495170593]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0.739},"n":"0p667_1_0p333_0p739","t":236,"s":[-71.721,86.269],"e":[-71.721,91.299],"to":[0,-1.09420621395111],"ti":[0,-0.26231601834297]},{"t":240}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":239,"s":[108.027,108.027],"e":[108.027,108.027]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":269,"s":[108.027,108.027],"e":[0,0]},{"t":275}],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":230,"s":[0],"e":[100]},{"t":231}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[49.66,49.66]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":6},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":233,"s":[61.627,53.479],"e":[61.627,92.166],"to":[0,6.44791650772095],"ti":[0,-5.77213525772095]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":234,"s":[61.627,92.166],"e":[61.627,88.111],"to":[0,5.77213525772095],"ti":[0,0.14453125]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":236,"s":[61.627,88.111],"e":[61.627,91.299],"to":[0,-0.14453125],"ti":[0,-0.53125]},{"t":238}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":239,"s":[108.027,108.027],"e":[108.027,108.027]},{"i":{"x":[0.833,0.833],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0"],"t":267,"s":[108.027,108.027],"e":[0,0]},{"t":269}],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":232,"s":[0],"e":[100]},{"t":233}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":318,"st":-112,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"main Shape","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[228.351,220.087,0],"e":[228.351,220.087,0],"to":[-0.000005432129,0,0],"ti":[-2.18472266197205,-0.15218861401081,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":83,"s":[228.351,220.087,0],"e":[241.459,221,0],"to":[2.18472266197205,0.15218861401081,0],"ti":[-2.18472790718079,-0.15218861401081,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":94,"s":[241.459,221,0],"e":[241.459,221,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":269,"s":[241.459,221,0],"e":[228.351,220.087,0],"to":[-2.18472266197205,-0.15218861401081,0],"ti":[2.18472266197205,0.15218861401081,0]},{"t":274}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[183.566,183.566]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":202,"s":[6],"e":[6]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":214,"s":[6],"e":[10]},{"t":221}]},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[1,1,1,1],"e":[0.9998775,0.9598395,0.9598395,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":145,"s":[0.9998775,0.9598395,0.9598395,1],"e":[1,0.8,0.0392157,1]},{"t":183}]},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":145,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":161,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":168,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":177,"s":[0],"e":[100]},{"t":179}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0.333},"n":"0p833_0p833_0p333_0p333","t":145,"s":[-13.021,-6.57],"e":[-13.021,-6.57],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":165,"s":[-13.021,-6.57],"e":[-15.861,9.672],"to":[-0.47330728173256,2.70703125],"ti":[0.47330728173256,-2.70703125]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":190,"s":[-15.861,9.672],"e":[-15.861,9.672],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":217,"s":[-15.861,9.672],"e":[-50.557,-86.387],"to":[-5.78255224227905,-16.009765625],"ti":[5.78255224227905,16.009765625]},{"t":222}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":133,"s":[2.925,2.925],"e":[106.047,106.047]},{"i":{"x":[0,0],"y":[-0.601,-0.601]},"o":{"x":[0.322,0.322],"y":[0,0]},"n":["0_-0p601_0p322_0","0_-0p601_0p322_0"],"t":139,"s":[106.047,106.047],"e":[134.432,134.432]},{"i":{"x":[1,1],"y":[1,1]},"o":{"x":[0.329,0.329],"y":[0,0]},"n":["1_1_0p329_0","1_1_0p329_0"],"t":141,"s":[134.432,134.432],"e":[108.401,108.401]},{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.366,0.366],"y":[0.672,0.672]},"n":["0p667_1_0p366_0p672","0p667_1_0p366_0p672"],"t":147,"s":[108.401,108.401],"e":[106.047,106.047]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p833_0p833_0p333_0","0p833_0p833_0p333_0"],"t":165,"s":[106.047,106.047],"e":[82.105,82.105]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":190,"s":[82.105,82.105],"e":[82.105,82.105]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":217,"s":[82.105,82.105],"e":[54.003,54.003]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":223,"s":[54.003,54.003],"e":[54.003,54.003]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":272,"s":[54.003,54.003],"e":[0,0]},{"t":279}],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":130,"s":[0],"e":[100]},{"t":133}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Small_circle","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"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},"n":"0p667_1_0p333_0","t":3,"s":[{"i":[[11.611,2.073],[16,-16],[11.442,-13.097],[51,-54.5],[-21.78,21.322],[-37.25,36],[-25.663,22.96],[16.019,-8.625],[18.974,0],[-3.5,23]],"o":[[-14,-2.5],[-16.508,16.508],[-41.5,47.5],[-19.959,21.329],[47.5,-46.5],[13.261,-12.816],[13.559,-12.131],[-6.5,3.5],[-14,0],[1.774,-11.66]],"v":[[80.5,-118],[25.5,-99],[15,-54],[-113.5,77],[-74.5,114],[52.75,-14],[106.163,-28.46],[114.5,-81],[86.5,-58],[58.5,-90]],"c":true}],"e":[{"i":[[11.611,2.073],[16,-16],[11.442,-13.097],[51,-54.5],[-21.78,21.322],[-37.25,36],[-25.663,22.96],[16.019,-8.625],[18.974,0],[-3.5,23]],"o":[[-14,-2.5],[-16.508,16.508],[-41.5,47.5],[-19.959,21.329],[47.5,-46.5],[13.261,-12.816],[13.559,-12.131],[-6.5,3.5],[-14,0],[1.774,-11.66]],"v":[[80.5,-118],[25.5,-99],[15,-54],[-113.5,77],[-74.5,114],[52.75,-14],[106.163,-28.46],[114.5,-81],[86.5,-58],[58.5,-90]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":26,"s":[{"i":[[11.611,2.073],[16,-16],[11.442,-13.097],[51,-54.5],[-21.78,21.322],[-37.25,36],[-25.663,22.96],[16.019,-8.625],[18.974,0],[-3.5,23]],"o":[[-14,-2.5],[-16.508,16.508],[-41.5,47.5],[-19.959,21.329],[47.5,-46.5],[13.261,-12.816],[13.559,-12.131],[-6.5,3.5],[-14,0],[1.774,-11.66]],"v":[[80.5,-118],[25.5,-99],[15,-54],[-113.5,77],[-74.5,114],[52.75,-14],[106.163,-28.46],[114.5,-81],[86.5,-58],[58.5,-90]],"c":true}],"e":[{"i":[[11.611,2.073],[16,-16],[11.442,-13.097],[51,-54.5],[-21.78,21.322],[-37.25,36],[-25.663,22.96],[16.019,-8.625],[18.974,0],[-3.5,23]],"o":[[-14,-2.5],[-16.508,16.508],[-41.5,47.5],[-19.959,21.329],[47.5,-46.5],[13.261,-12.816],[13.559,-12.131],[-6.5,3.5],[-14,0],[1.774,-11.66]],"v":[[80.5,-118],[25.5,-99],[15,-54],[-113.5,77],[-74.5,114],[52.75,-14],[106.163,-28.46],[114.5,-81],[86.5,-58],[58.5,-90]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":40,"s":[{"i":[[11.611,2.073],[16,-16],[11.442,-13.097],[51,-54.5],[-21.78,21.322],[-37.25,36],[-25.663,22.96],[16.019,-8.625],[18.974,0],[-3.5,23]],"o":[[-14,-2.5],[-16.508,16.508],[-41.5,47.5],[-19.959,21.329],[47.5,-46.5],[13.261,-12.816],[13.559,-12.131],[-6.5,3.5],[-14,0],[1.774,-11.66]],"v":[[80.5,-118],[25.5,-99],[15,-54],[-113.5,77],[-74.5,114],[52.75,-14],[106.163,-28.46],[114.5,-81],[86.5,-58],[58.5,-90]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-116.911,23.381],[-109.309,55.69],[-94.339,122.077],[-92.394,131.735],[-32.634,130.901],[-26.324,108.432],[-17.341,74.26],[-9.787,44.431],[-4.702,22.369],[-67.339,21.857]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":58,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-116.911,23.381],[-109.309,55.69],[-94.339,122.077],[-92.394,131.735],[-32.634,130.901],[-26.324,108.432],[-17.341,74.26],[-9.787,44.431],[-4.702,22.369],[-67.339,21.857]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-116.911,23.381],[-109.309,55.69],[-94.339,122.077],[-92.394,131.735],[-32.634,130.901],[-26.324,108.432],[-17.341,74.26],[-9.787,44.431],[-4.702,22.369],[-67.339,21.857]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":83,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-116.911,23.381],[-109.309,55.69],[-94.339,122.077],[-92.394,131.735],[-32.634,130.901],[-26.324,108.432],[-17.341,74.26],[-9.787,44.431],[-4.702,22.369],[-67.339,21.857]],"c":true}],"e":[{"i":[[13.744,-11.548],[0.09,-19.103],[0.154,-10.442],[-8.161,-1.073],[-80.699,-0.901],[-20.424,0.863],[-6.492,7.407],[-1.344,42.597],[5.961,4.197],[80.939,0.043]],"o":[[-4.896,4.113],[-0.053,11.295],[-0.161,10.923],[17.227,2.265],[20.441,0.228],[25.991,-1.098],[8.285,-9.453],[1.287,-40.765],[-11.364,-8.002],[-104.754,-0.055]],"v":[[-151.379,-106.717],[-154.311,-50.407],[-154.346,-18.52],[-144.067,6.804],[-35.139,9.235],[39.837,9.432],[126.99,4.186],[133.216,-53.976],[127.735,-110.405],[-7.239,-114.376]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":94,"s":[{"i":[[13.744,-11.548],[0.09,-19.103],[0.154,-10.442],[-8.161,-1.073],[-80.699,-0.901],[-20.424,0.863],[-6.492,7.407],[-1.344,42.597],[5.961,4.197],[80.939,0.043]],"o":[[-4.896,4.113],[-0.053,11.295],[-0.161,10.923],[17.227,2.265],[20.441,0.228],[25.991,-1.098],[8.285,-9.453],[1.287,-40.765],[-11.364,-8.002],[-104.754,-0.055]],"v":[[-151.379,-106.717],[-154.311,-50.407],[-154.346,-18.52],[-144.067,6.804],[-35.139,9.235],[39.837,9.432],[126.99,4.186],[133.216,-53.976],[127.735,-110.405],[-7.239,-114.376]],"c":true}],"e":[{"i":[[13.744,-11.548],[0.09,-19.103],[0.154,-10.442],[-8.161,-1.073],[-80.7,-0.901],[-20.424,0.863],[-6.492,7.407],[-1.344,42.597],[5.961,4.197],[80.939,0.043]],"o":[[-4.896,4.113],[-0.053,11.295],[-0.161,10.923],[17.227,2.265],[20.441,0.228],[25.991,-1.098],[8.285,-9.453],[1.287,-40.765],[-11.364,-8.002],[-104.754,-0.055]],"v":[[-138.744,-100.119],[-141.809,-50.81],[-141.839,-26.923],[-131.56,-1.598],[-35.634,1.235],[39.342,1.432],[107.492,-3.407],[113.713,-53.569],[108.364,-102.998],[-7.606,-107.376]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":99,"s":[{"i":[[13.744,-11.548],[0.09,-19.103],[0.154,-10.442],[-8.161,-1.073],[-80.7,-0.901],[-20.424,0.863],[-6.492,7.407],[-1.344,42.597],[5.961,4.197],[80.939,0.043]],"o":[[-4.896,4.113],[-0.053,11.295],[-0.161,10.923],[17.227,2.265],[20.441,0.228],[25.991,-1.098],[8.285,-9.453],[1.287,-40.765],[-11.364,-8.002],[-104.754,-0.055]],"v":[[-138.744,-100.119],[-141.809,-50.81],[-141.839,-26.923],[-131.56,-1.598],[-35.634,1.235],[39.342,1.432],[107.492,-3.407],[113.713,-53.569],[108.364,-102.998],[-7.606,-107.376]],"c":true}],"e":[{"i":[[13.744,-11.548],[0.09,-19.103],[0.154,-10.442],[-8.161,-1.073],[-80.7,-0.901],[-20.424,0.863],[-6.492,7.407],[-1.344,42.597],[5.961,4.197],[80.939,0.043]],"o":[[-4.896,4.113],[-0.053,11.295],[-0.161,10.923],[17.227,2.265],[20.441,0.228],[25.991,-1.098],[8.285,-9.453],[1.287,-40.765],[-11.364,-8.002],[-104.754,-0.055]],"v":[[-138.744,-100.119],[-141.809,-50.81],[-141.839,-26.923],[-131.56,-1.598],[-35.634,1.235],[39.342,1.432],[107.492,-3.407],[113.713,-53.569],[108.364,-102.998],[-7.606,-107.376]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":129,"s":[{"i":[[13.744,-11.548],[0.09,-19.103],[0.154,-10.442],[-8.161,-1.073],[-80.7,-0.901],[-20.424,0.863],[-6.492,7.407],[-1.344,42.597],[5.961,4.197],[80.939,0.043]],"o":[[-4.896,4.113],[-0.053,11.295],[-0.161,10.923],[17.227,2.265],[20.441,0.228],[25.991,-1.098],[8.285,-9.453],[1.287,-40.765],[-11.364,-8.002],[-104.754,-0.055]],"v":[[-138.744,-100.119],[-141.809,-50.81],[-141.839,-26.923],[-131.56,-1.598],[-35.634,1.235],[39.342,1.432],[107.492,-3.407],[113.713,-53.569],[108.364,-102.998],[-7.606,-107.376]],"c":true}],"e":[{"i":[[14.21,-10.969],[8.309,-26.69],[-1.661,-18.577],[-17.44,-26.902],[-30.247,-6.5],[-12.842,6.068],[-21.239,29.496],[0.287,22.069],[6.588,8.945],[40.753,-2.253]],"o":[[-13.756,10.619],[-3.456,11.1],[0.973,10.88],[12.144,18.732],[36.134,7.765],[25.325,-11.967],[10.508,-14.593],[-0.558,-42.934],[-14.364,-19.502],[-24.894,1.376]],"v":[[-87.744,-106.619],[-129.309,-50.31],[-134.839,-0.923],[-114.56,59.402],[-42.634,111.735],[35.342,107.432],[91.492,59.093],[111.213,-9.069],[79.864,-89.998],[-20.106,-131.876]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":137,"s":[{"i":[[14.21,-10.969],[8.309,-26.69],[-1.661,-18.577],[-17.44,-26.902],[-30.247,-6.5],[-12.842,6.068],[-21.239,29.496],[0.287,22.069],[6.588,8.945],[40.753,-2.253]],"o":[[-13.756,10.619],[-3.456,11.1],[0.973,10.88],[12.144,18.732],[36.134,7.765],[25.325,-11.967],[10.508,-14.593],[-0.558,-42.934],[-14.364,-19.502],[-24.894,1.376]],"v":[[-87.744,-106.619],[-129.309,-50.31],[-134.839,-0.923],[-114.56,59.402],[-42.634,111.735],[35.342,107.432],[91.492,59.093],[111.213,-9.069],[79.864,-89.998],[-20.106,-131.876]],"c":true}],"e":[{"i":[[14.21,-10.969],[8.309,-26.69],[-1.661,-18.577],[-17.44,-26.902],[-30.247,-6.5],[-12.842,6.068],[-21.239,29.496],[0.287,22.069],[6.588,8.945],[40.753,-2.253]],"o":[[-13.756,10.619],[-3.456,11.1],[0.973,10.88],[12.144,18.732],[36.134,7.765],[25.325,-11.967],[10.508,-14.593],[-0.558,-42.934],[-14.364,-19.502],[-24.894,1.376]],"v":[[-87.744,-106.619],[-129.309,-50.31],[-134.839,-0.923],[-114.56,59.402],[-42.634,111.735],[35.342,107.432],[91.492,59.093],[111.213,-9.069],[79.864,-89.998],[-20.106,-131.876]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":145,"s":[{"i":[[14.21,-10.969],[8.309,-26.69],[-1.661,-18.577],[-17.44,-26.902],[-30.247,-6.5],[-12.842,6.068],[-21.239,29.496],[0.287,22.069],[6.588,8.945],[40.753,-2.253]],"o":[[-13.756,10.619],[-3.456,11.1],[0.973,10.88],[12.144,18.732],[36.134,7.765],[25.325,-11.967],[10.508,-14.593],[-0.558,-42.934],[-14.364,-19.502],[-24.894,1.376]],"v":[[-87.744,-106.619],[-129.309,-50.31],[-134.839,-0.923],[-114.56,59.402],[-42.634,111.735],[35.342,107.432],[91.492,59.093],[111.213,-9.069],[79.864,-89.998],[-20.106,-131.876]],"c":true}],"e":[{"i":[[14.21,-10.969],[8.309,-26.69],[-1.661,-18.577],[-17.44,-26.902],[-30.247,-6.5],[-12.842,6.068],[-21.239,29.496],[0.287,22.069],[6.588,8.945],[40.753,-2.253]],"o":[[-13.756,10.619],[-3.456,11.1],[0.973,10.88],[12.144,18.732],[36.134,7.765],[25.325,-11.967],[10.508,-14.593],[-0.558,-42.934],[-14.364,-19.502],[-24.894,1.376]],"v":[[-87.744,-106.619],[-129.309,-50.31],[-134.839,-0.923],[-114.56,59.402],[-42.634,111.735],[35.342,107.432],[91.492,59.093],[111.213,-9.069],[79.864,-89.998],[-20.106,-131.876]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":165,"s":[{"i":[[14.21,-10.969],[8.309,-26.69],[-1.661,-18.577],[-17.44,-26.902],[-30.247,-6.5],[-12.842,6.068],[-21.239,29.496],[0.287,22.069],[6.588,8.945],[40.753,-2.253]],"o":[[-13.756,10.619],[-3.456,11.1],[0.973,10.88],[12.144,18.732],[36.134,7.765],[25.325,-11.967],[10.508,-14.593],[-0.558,-42.934],[-14.364,-19.502],[-24.894,1.376]],"v":[[-87.744,-106.619],[-129.309,-50.31],[-134.839,-0.923],[-114.56,59.402],[-42.634,111.735],[35.342,107.432],[91.492,59.093],[111.213,-9.069],[79.864,-89.998],[-20.106,-131.876]],"c":true}],"e":[{"i":[[19.111,-1.309],[12.809,-16.59],[12.49,-16.536],[-0.494,-49.424],[-11.822,-5.528],[-20.42,0.963],[-13.142,13.74],[-1.857,44.777],[5.961,4.197],[16.406,-0.024]],"o":[[-4.656,0.319],[-6.903,8.941],[-5.783,7.656],[0.539,53.931],[11.616,5.432],[65.665,-3.098],[15.05,-15.736],[1.594,-38.431],[-11.364,-8.002],[-7.236,0.01]],"v":[[-65.945,-125.876],[-100.011,-88.766],[-147.574,-77.48],[-151.895,-15.755],[-142.969,106.078],[-18.324,112.941],[123.492,105.103],[129.853,-58.726],[58.563,-85.555],[18.193,-126.133]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":183,"s":[{"i":[[19.111,-1.309],[12.809,-16.59],[12.49,-16.536],[-0.494,-49.424],[-11.822,-5.528],[-20.42,0.963],[-13.142,13.74],[-1.857,44.777],[5.961,4.197],[16.406,-0.024]],"o":[[-4.656,0.319],[-6.903,8.941],[-5.783,7.656],[0.539,53.931],[11.616,5.432],[65.665,-3.098],[15.05,-15.736],[1.594,-38.431],[-11.364,-8.002],[-7.236,0.01]],"v":[[-65.945,-125.876],[-100.011,-88.766],[-147.574,-77.48],[-151.895,-15.755],[-142.969,106.078],[-18.324,112.941],[123.492,105.103],[129.853,-58.726],[58.563,-85.555],[18.193,-126.133]],"c":true}],"e":[{"i":[[19.111,-1.309],[12.809,-16.59],[12.49,-16.536],[-0.494,-49.424],[-11.822,-5.528],[-20.42,0.963],[-13.142,13.74],[-1.857,44.777],[5.961,4.197],[16.406,-0.024]],"o":[[-4.656,0.319],[-6.903,8.941],[-5.783,7.656],[0.539,53.931],[11.616,5.432],[65.665,-3.098],[15.05,-15.736],[1.594,-38.431],[-11.364,-8.002],[-7.236,0.01]],"v":[[-65.945,-125.876],[-100.011,-88.766],[-147.574,-77.48],[-151.895,-15.755],[-142.969,106.078],[-18.324,112.941],[123.492,105.103],[129.853,-58.726],[58.563,-85.555],[18.193,-126.133]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":217,"s":[{"i":[[19.111,-1.309],[12.809,-16.59],[12.49,-16.536],[-0.494,-49.424],[-11.822,-5.528],[-20.42,0.963],[-13.142,13.74],[-1.857,44.777],[5.961,4.197],[16.406,-0.024]],"o":[[-4.656,0.319],[-6.903,8.941],[-5.783,7.656],[0.539,53.931],[11.616,5.432],[65.665,-3.098],[15.05,-15.736],[1.594,-38.431],[-11.364,-8.002],[-7.236,0.01]],"v":[[-65.945,-125.876],[-100.011,-88.766],[-147.574,-77.48],[-151.895,-15.755],[-142.969,106.078],[-18.324,112.941],[123.492,105.103],[129.853,-58.726],[58.563,-85.555],[18.193,-126.133]],"c":true}],"e":[{"i":[[0,0],[0,0],[12.553,-12.177],[0.597,-49.422],[-11.822,-5.528],[-14.681,0],[-6.307,8.34],[0,0],[0,0],[10.991,12.181]],"o":[[0,0],[0,0],[-6.887,6.68],[-0.128,10.598],[11.616,5.432],[65.738,0],[4.628,-6.119],[0,0],[0,0],[-7.691,-8.524]],"v":[[-37.941,-82.719],[-68.006,-83.61],[-129.071,-77.323],[-129.783,53.902],[-115.822,68.735],[-101.837,88.196],[18.376,86.119],[20.672,63.931],[21.115,5.102],[15.692,-81.476]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":231,"s":[{"i":[[0,0],[0,0],[12.553,-12.177],[0.597,-49.422],[-11.822,-5.528],[-14.681,0],[-6.307,8.34],[0,0],[0,0],[10.991,12.181]],"o":[[0,0],[0,0],[-6.887,6.68],[-0.128,10.598],[11.616,5.432],[65.738,0],[4.628,-6.119],[0,0],[0,0],[-7.691,-8.524]],"v":[[-37.941,-82.719],[-68.006,-83.61],[-129.071,-77.323],[-129.783,53.902],[-115.822,68.735],[-101.837,88.196],[18.376,86.119],[20.672,63.931],[21.115,5.102],[15.692,-81.476]],"c":true}],"e":[{"i":[[0,0],[0,0],[12.553,-12.177],[0.597,-49.422],[-11.822,-5.528],[-14.681,0],[-6.307,8.34],[0,0],[0,0],[10.991,12.181]],"o":[[0,0],[0,0],[-6.887,6.68],[-0.128,10.598],[11.616,5.432],[65.738,0],[4.628,-6.119],[0,0],[0,0],[-7.691,-8.524]],"v":[[-37.941,-82.719],[-68.006,-83.61],[-129.071,-77.323],[-129.783,53.902],[-115.822,68.735],[-101.837,88.196],[18.376,86.119],[20.672,63.931],[21.115,5.102],[15.692,-81.476]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":265,"s":[{"i":[[0,0],[0,0],[12.553,-12.177],[0.597,-49.422],[-11.822,-5.528],[-14.681,0],[-6.307,8.34],[0,0],[0,0],[10.991,12.181]],"o":[[0,0],[0,0],[-6.887,6.68],[-0.128,10.598],[11.616,5.432],[65.738,0],[4.628,-6.119],[0,0],[0,0],[-7.691,-8.524]],"v":[[-37.941,-82.719],[-68.006,-83.61],[-129.071,-77.323],[-129.783,53.902],[-115.822,68.735],[-101.837,88.196],[18.376,86.119],[20.672,63.931],[21.115,5.102],[15.692,-81.476]],"c":true}],"e":[{"i":[[11.611,2.073],[16,-16],[11.442,-13.097],[51,-54.5],[-21.78,21.322],[-37.25,36],[-25.663,22.96],[16.019,-8.625],[18.974,0],[-3.5,23]],"o":[[-14,-2.5],[-16.508,16.508],[-41.5,47.5],[-19.959,21.329],[47.5,-46.5],[13.261,-12.816],[13.559,-12.131],[-6.5,3.5],[-14,0],[1.774,-11.66]],"v":[[80.5,-118],[25.5,-99],[15,-54],[-113.5,77],[-74.5,114],[52.75,-14],[106.163,-28.46],[114.5,-81],[86.5,-58],[58.5,-90]],"c":true}]},{"t":278}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":6},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0],"y":[0]},"o":{"x":[0],"y":[0]},"n":["0_0_0_0"],"t":58,"s":[1,1,1,1],"e":[1,0.8,0.0392157,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.492],"y":[0.492]},"n":["0p833_0p833_0p492_0p492"],"t":83,"s":[1,0.8,0.0392157,1],"e":[1,1,1,1]},{"t":99}]},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":83,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":99,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":216,"s":[0],"e":[100]},{"t":219}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[99.985,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":"Base","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":318,"st":-112,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"step_6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[243,227,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"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},"n":"0p667_1_0p333_0","t":235,"s":[{"i":[[0,0],[-5.38,-9.864],[0.5,7.5],[19,13.5]],"o":[[0,0],[6,11],[-11.44,-27.39],[-7.5,-4.5]],"v":[[94.2,-22],[108.5,2],[118.5,21.5],[69.5,-47]],"c":true}],"e":[{"i":[[0,0],[-10.5,-4],[0.5,7.5],[19,13.5]],"o":[[0,0],[10.5,4],[-11.44,-27.39],[-7.5,-4.5]],"v":[[46,-51],[56.5,21.5],[118.5,21.5],[69.5,-47]],"c":true}]},{"t":237}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":6},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":235,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_0p667_0p167_0p167"],"t":237,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":264,"s":[100],"e":[0]},{"t":266}],"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,"ix":1,"mn":"ADBE Vector Group"},{"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},"n":"0p667_1_0p333_0","t":236,"s":[{"i":[[0,0],[0,0],[0,0],[-1.27,5.831],[1,10],[-0.5,19]],"o":[[0,0],[0,0],[0,0],[3.653,-16.777],[1.5,-28],[-7.5,-4.5]],"v":[[10.5,-51.5],[1.5,89],[13,88],[13,72.5],[13,26],[14,-47]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[-1.27,5.831],[1,10],[19,13.5]],"o":[[0,0],[0,0],[0,0],[3.653,-16.777],[-11.44,-27.39],[-7.5,-4.5]],"v":[[10.5,-51.5],[1.5,89],[107,88],[121.5,77.5],[120.5,26],[69.5,-47]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":237,"s":[{"i":[[0,0],[0,0],[0,0],[-1.27,5.831],[1,10],[19,13.5]],"o":[[0,0],[0,0],[0,0],[3.653,-16.777],[-11.44,-27.39],[-7.5,-4.5]],"v":[[10.5,-51.5],[1.5,89],[107,88],[121.5,77.5],[120.5,26],[69.5,-47]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[-1.27,5.831],[1,10],[19,13.5]],"o":[[0,0],[0,0],[0,0],[3.653,-16.777],[-11.44,-27.39],[-7.5,-4.5]],"v":[[10.5,-51.5],[1.5,89],[107,88],[121.5,77.5],[120.5,26],[69.5,-47]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":263,"s":[{"i":[[0,0],[0,0],[0,0],[-1.27,5.831],[1,10],[19,13.5]],"o":[[0,0],[0,0],[0,0],[3.653,-16.777],[-11.44,-27.39],[-7.5,-4.5]],"v":[[10.5,-51.5],[1.5,89],[107,88],[121.5,77.5],[120.5,26],[69.5,-47]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[-1.27,5.831],[1,10],[-0.5,19]],"o":[[0,0],[0,0],[0,0],[3.653,-16.777],[1.5,-28],[-7.5,-4.5]],"v":[[10.5,-51.5],[-6.5,15.333],[-28.667,42.667],[-0.333,47.5],[30,46.333],[14,-47]],"c":true}]},{"t":270}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":6},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,0.8,0.0392157,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":222,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":232,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":269,"s":[100],"e":[0]},{"t":270}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":318,"st":-112,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"step_4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[243,225,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"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},"n":"0p667_1_0p333_0","t":132,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-14.267,-10.1],[-16.2,-9.667],[-17.4,-7.533],[-15.267,-5.267],[-12.867,-6.267],[-12.433,-8.533]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[32.5,-48],[-60,-46],[-75.5,2.5],[-40,47.5],[7,47.5],[43.5,3]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":143,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[32.5,-48],[-60,-46],[-75.5,2.5],[-40,47.5],[7,47.5],[43.5,3]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.5,-38.5],[-60.5,-38.5],[-69.5,-1],[-33.5,44.5],[-1.5,44.5],[36,-1.5]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":146,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.5,-38.5],[-60.5,-38.5],[-69.5,-1],[-33.5,44.5],[-1.5,44.5],[36,-1.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.5,-38.5],[-60.5,-38.5],[-69.5,-1],[-33.5,44.5],[-1.5,44.5],[36,-1.5]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":166,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[25.5,-38.5],[-60.5,-38.5],[-69.5,-1],[-33.5,44.5],[-1.5,44.5],[36,-1.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[1,-27.5],[-11,-27.5],[-20,-27.5],[-20.5,-1.5],[-9,-1.5],[1.5,-1]],"c":true}]},{"t":173}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":7},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,0.8,0.0392157,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":1,"k":[{"i":{"x":[0.639],"y":[0.996]},"o":{"x":[0.305],"y":[0]},"n":["0p639_0p996_0p305_0"],"t":133,"s":[0],"e":[100]},{"i":{"x":[0.674],"y":[0.674]},"o":{"x":[0.193],"y":[0.193]},"n":["0p674_0p674_0p193_0p193"],"t":134,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":171,"s":[100],"e":[0]},{"t":178}],"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,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[30.107,50.559]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":7},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,0.8,0.0392157,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":145,"s":[-17.946,22.303],"e":[-17.946,66.279],"to":[0,7.32942724227905],"ti":[0,-7.32942724227905]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":150,"s":[-17.946,66.279],"e":[-17.946,66.279],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":166,"s":[-17.946,66.279],"e":[-17.946,7.031],"to":[0,-9.87467479705811],"ti":[0,9.87467479705811]},{"t":168}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":150,"s":[100,83.259],"e":[100,83.259]},{"t":166}],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":139,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":140,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":168,"s":[100],"e":[0]},{"t":169}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[202.445,24.252]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":7},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[-14.277,-13.874],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,0.667]},"o":{"x":[0.333,0.333],"y":[0,0.333]},"n":["0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":147,"s":[35.489,100],"e":[94.687,100]},{"i":{"x":[0.667,0.667],"y":[0.667,0.667]},"o":{"x":[0.333,0.333],"y":[0.333,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333"],"t":150,"s":[94.687,100],"e":[94.687,100]},{"i":{"x":[0.833,0.833],"y":[1,0.833]},"o":{"x":[0.333,0.333],"y":[0,0.333]},"n":["0p833_1_0p333_0","0p833_0p833_0p333_0p333"],"t":166,"s":[94.687,100],"e":[-0.004,100]},{"t":170}],"ix":3},"r":{"a":0,"k":0.128,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":146,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":147,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":169,"s":[100],"e":[0]},{"t":170}],"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,"ix":3,"mn":"ADBE Vector Group"}],"ip":0,"op":318,"st":-112,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"step_3_stars","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":127,"s":[100],"e":[0]},{"t":130}]},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":96,"s":[-84],"e":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":101,"s":[0],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":127,"s":[0],"e":[-84]},{"t":132}]},"p":{"a":0,"k":[290.5,292,0]},"a":{"a":0,"k":[49.5,67,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":96,"s":[40,40,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0.333,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333"],"t":101,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":127,"s":[100,100,100],"e":[40,40,100]},{"t":132}]}},"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":[[75.5,52],[22.5,83.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":95,"s":[50],"e":[0]},{"t":99}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":95,"s":[50],"e":[100]},{"t":99}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[49.373,68.23],"ix":2},"a":{"a":0,"k":[49.373,68.23],"ix":1},"s":{"a":0,"k":[85.925,85.925],"ix":3},"r":{"a":0,"k":120.997,"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 8","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[75.5,52],[22.5,83.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":95,"s":[50],"e":[0]},{"t":99}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":95,"s":[50],"e":[100]},{"t":99}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[49.373,68.23],"ix":2},"a":{"a":0,"k":[49.373,68.23],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":57.874,"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 7","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[75.5,52],[22.5,83.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":95,"s":[50],"e":[0]},{"t":99}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":95,"s":[50],"e":[100]},{"t":99}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[1.25,1.25],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[96.833,96.833],"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 6","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group"}],"ip":0,"op":318,"st":-112,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"step_3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[241,225,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-203,0],[0,0]],"o":[[81.5,0],[0,0]],"v":[[-115.5,-48.5],[86.5,-49.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-203,0],[0,0]],"o":[[81.5,0],[0,0]],"v":[[-115.5,-23.5],[86.5,-24.5]],"c":false}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":96,"s":[50],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":98,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":129,"s":[0],"e":[50]},{"t":132}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":96,"s":[50],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":98,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":129,"s":[100],"e":[50]},{"t":132}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":7},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":5,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.827,-7.032],[1.063,-9.143],[0,0]],"o":[[0,0],[-1.075,9.141],[-0.835,7.182],[0,0]],"v":[[-98,29],[-88.5,48],[-103,71.5],[-93.5,91]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":96,"s":[51],"e":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_0p667_0p167_0p167"],"t":99,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":132,"s":[0],"e":[51]},{"t":134}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1.784]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1p784_0p333_0"],"t":96,"s":[51],"e":[13.2]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0.171]},"n":["0p667_1_0p333_0p171"],"t":98,"s":[13.2],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_0p667_0p167_0p167"],"t":99,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":132,"s":[100],"e":[51]},{"t":134}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":7},"lc":1,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[38.672,-3.172],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,125.168],"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 4","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.827,-7.032],[1.063,-9.143],[0,0]],"o":[[0,0],[-1.075,9.141],[-0.835,7.182],[0,0]],"v":[[-98,29],[-88.5,48],[-103,71.5],[-93.5,91]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":90,"s":[51],"e":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_0p667_0p167_0p167"],"t":93,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":133,"s":[0],"e":[51]},{"t":135}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":90,"s":[51],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_0p667_0p167_0p167"],"t":93,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":133,"s":[100],"e":[51]},{"t":135}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":7},"lc":1,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[73.172,-5.172],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,109.243],"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 3","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.827,-7.032],[1.063,-9.143],[0,0]],"o":[[0,0],[-1.075,9.141],[-0.835,7.182],[0,0]],"v":[[-98,29],[-88.5,48],[-103,71.5],[-93.5,91]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":86,"s":[51],"e":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_0p667_0p167_0p167"],"t":89,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":128,"s":[0],"e":[51]},{"t":133}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":86,"s":[51],"e":[17]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":88,"s":[17],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_0p667_0p167_0p167"],"t":89,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":128,"s":[100],"e":[51]},{"t":133}],"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":88,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":128,"s":[0],"e":[-143]},{"t":130}],"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":7},"lc":1,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":4,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":95,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-130,-7],[-135,-18],[-133,7.5],[-127,22.5],[-129,13],[-128.5,4.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[90.5,-6],[-135,-18],[-133,7.5],[-127,22.5],[-14.5,24],[85.5,13]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":96,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[90.5,-6],[-135,-18],[-133,7.5],[-127,22.5],[-14.5,24],[85.5,13]],"c":true}],"e":[{"i":[[0,0],[20.87,-3.418],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[-40.3,6.6],[0,0],[0,0],[0,0],[0,0]],"v":[[95.4,-16.9],[8.8,-11.1],[-137.7,-11.6],[-130.9,15.2],[10.9,16.4],[95.2,6.9]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":97,"s":[{"i":[[0,0],[20.87,-3.418],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[-40.3,6.6],[0,0],[0,0],[0,0],[0,0]],"v":[[95.4,-16.9],[8.8,-11.1],[-137.7,-11.6],[-130.9,15.2],[10.9,16.4],[95.2,6.9]],"c":true}],"e":[{"i":[[0,0],[73.9,1.7],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[-43.406,-0.598],[0,0],[0,0],[0,0],[0,0]],"v":[[105.8,-29.3],[-12.9,-8.7],[-140.9,-32.7],[-135.3,6.4],[82.3,7.8],[99.9,1.425]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":98,"s":[{"i":[[0,0],[73.9,1.7],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[-43.406,-0.598],[0,0],[0,0],[0,0],[0,0]],"v":[[105.8,-29.3],[-12.9,-8.7],[-140.9,-32.7],[-135.3,6.4],[82.3,7.8],[99.9,1.425]],"c":true}],"e":[{"i":[[0,0],[49.267,1.133],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[-28.937,-0.399],[0,0],[0,0],[0,0],[0,0]],"v":[[108.867,-39.7],[-17.1,-16.3],[-141.1,-25.3],[-137.2,-2.233],[89.867,4.7],[114.6,-10.05]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":99,"s":[{"i":[[0,0],[49.267,1.133],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[-28.937,-0.399],[0,0],[0,0],[0,0],[0,0]],"v":[[108.867,-39.7],[-17.1,-16.3],[-141.1,-25.3],[-137.2,-2.233],[89.867,4.7],[114.6,-10.05]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[115,-60.5],[13,-57.5],[-142.5,-61],[-137.5,-2.5],[105,-1.5],[114,-15]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":101,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[115,-60.5],[13,-57.5],[-142.5,-61],[-137.5,-2.5],[105,-1.5],[114,-15]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[115,-60.5],[13,-57.5],[-142.5,-61],[-137.5,-2.5],[105,-1.5],[114,-15]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":128,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[115,-60.5],[13,-57.5],[-142.5,-61],[-137.5,-2.5],[105,-1.5],[114,-15]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[84.5,-23],[-10,-23.5],[-107.5,-23.5],[-108.5,-3],[84,-3],[86.5,-13.5]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":134,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[84.5,-23],[-10,-23.5],[-107.5,-23.5],[-108.5,-3],[84,-3],[86.5,-13.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[84.5,-23],[-10,-23.5],[-107.5,-23.5],[-108.5,-3],[84,-3],[86.5,-13.5]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":170,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[84.5,-23],[-10,-23.5],[-107.5,-23.5],[-108.5,-3],[84,-3],[86.5,-13.5]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[3.833,-23],[-10,-23.5],[-15.167,-23.667],[-14.167,-3],[3.333,-3],[4.167,-13.667]],"c":true}]},{"t":175}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,0.8,0.0392157,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":94,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":95,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":168,"s":[100],"e":[0]},{"t":170}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 9","np":3,"cix":2,"ix":5,"mn":"ADBE Vector Group"}],"ip":0,"op":318,"st":-112,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"step_2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[229,225,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"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":[[64.25,131],[64.25,110]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[48.5,131],[48.5,110]],"c":false}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[33.25,131],[33.25,110]],"c":false}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[17.75,131],[17.75,110]],"c":false}},"nm":"Path 4","mn":"ADBE Vector Shape - Group"},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[2.5,131],[2.5,110]],"c":false}},"nm":"Path 5","mn":"ADBE Vector Shape - Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[65.125,131],[65.125,110]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":6},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[13.763,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 5","np":3,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":6},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[13.763,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,0.667]},"o":{"x":[0.333,0.333],"y":[0,0.333]},"n":["0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":53,"s":[0,100],"e":[100,100]},{"i":{"x":[0.667,0.667],"y":[0.667,0.667]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p667_0p667_0p167_0p167","0p667_0p667_0p167_0p167"],"t":60,"s":[100,100],"e":[100,100]},{"i":{"x":[0.833,0.833],"y":[1,0.833]},"o":{"x":[0.167,0.167],"y":[0,0.167]},"n":["0p833_1_0p167_0","0p833_0p833_0p167_0p167"],"t":83,"s":[100,100],"e":[0,100]},{"t":88}],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":46,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":53,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":88,"s":[100],"e":[0]},{"t":91}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 6","np":8,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[2.25,110.25],[91.5,110.25],[107.75,110.25]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":54,"s":[51],"e":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":62,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":78,"s":[0],"e":[100]},{"t":88}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":54,"s":[51],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":62,"s":[100],"e":[100]},{"t":78}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":6},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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 4","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[106.234,35.073]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":55,"s":[78],"e":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":62,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":82,"s":[0],"e":[100]},{"t":88}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":55,"s":[78],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":62,"s":[100],"e":[100]},{"t":82}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":6},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[54.867,114.037],"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 2","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[55,-37],[55,96.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":54,"s":[71],"e":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":62,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":79,"s":[0],"e":[68]},{"t":88}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":54,"s":[71],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":62,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":79,"s":[100],"e":[68]},{"t":88}],"ix":2},"o":{"a":0,"k":-239,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":6},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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 3","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-4,13.75]],"o":[[0,0],[0,0],[1.863,-6.406]],"v":[[-13.5,53],[-23.5,90.25],[-3,74]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":55,"s":[90],"e":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":65,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":76,"s":[0],"e":[50]},{"t":84}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":55,"s":[90],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":65,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":76,"s":[100],"e":[50]},{"t":84}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":6},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":4,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-11.37,-6.101],[-22.75,-1.5],[-14.104,7.184],[0,0]],"o":[[0,0],[20.5,11],[22.75,1.5],[14.104,-7.184],[0,0]],"v":[[-115,26.5],[-95.75,6.25],[-63.75,-7.75],[-34.604,7.684],[-5,24]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":53,"s":[80],"e":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":59,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":71,"s":[0],"e":[100]},{"t":85}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":53,"s":[80],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":59,"s":[100],"e":[100]},{"t":71}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":6},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":53,"s":[0,20],"e":[0,0],"to":[0,-3.33333325386047],"ti":[0,3.33333325386047]},{"t":59}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":53,"s":[79.04,79.04],"e":[100,100]},{"t":59}],"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":4,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[20.84,97.25]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":22},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":56,"s":[99],"e":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":62,"s":[0],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":79,"s":[0],"e":[100]},{"t":87}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":-206,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":6},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[54.889,-85.02],"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":4,"cix":2,"ix":7,"mn":"ADBE Vector Group"}],"ip":0,"op":318,"st":-112,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"step_1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[228.351,220.087,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"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],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-102.667,-114],[-120.833,-96.833],[-96.5,-59.833],[-82.039,-74.546],[-65.167,-89.833]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":3,"s":[69],"e":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":18,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":33,"s":[0],"e":[20]},{"t":54}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":3,"s":[69],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":18,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":33,"s":[100],"e":[20]},{"t":54}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":6},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,0.8,0.0392157,1]},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":39,"s":[100],"e":[0]},{"t":44}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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 3","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-82.5,-74],[40.5,49.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":-7,"s":[70],"e":[4]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":17,"s":[4],"e":[90]},{"t":52}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":-7,"s":[70],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":17,"s":[100],"e":[90]},{"t":52}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":6},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":4,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[-13.359,11.663],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[10.5,-9.167],[0,0]],"v":[[59,29.5],[39.65,49.625],[21.5,68.5],[66,114.333],[102.833,110.5],[107.167,78.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[1],"y":[0.035]},"n":["0p833_0p833_1_0p035"],"t":-10,"s":[73],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_1_0p167_0p167"],"t":33,"s":[0],"e":[90]},{"t":50}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.632],"y":[0.378]},"n":["0p833_0p833_0p632_0p378"],"t":-10,"s":[73],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_1_0p167_0p167"],"t":33,"s":[100],"e":[90]},{"t":50}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":2,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":6},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,0.8,0.0392157,1]},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":31,"s":[100],"e":[0]},{"t":37}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":4,"cix":2,"ix":3,"mn":"ADBE Vector Group"}],"ip":0,"op":318,"st":-112,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/simple_loader.json b/ohos/flutter_lottie/assets/lottiefiles/simple_loader.json new file mode 100644 index 0000000000000000000000000000000000000000..ceb232fd2519966c36c287ba81553af979effd72 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/simple_loader.json @@ -0,0 +1 @@ +{"v":"4.6.3","fr":25,"ip":0,"op":15,"w":200,"h":200,"nm":"Graph Load","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 3","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[100],"e":[0]},{"t":15}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[128,100,0]},"a":{"a":0,"k":[3.481,-1.019,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[14.963,14.963]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.7921569,0.8156863,0.8352941,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[3.481,-1.019],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":15,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9,"s":[100],"e":[0]},{"t":12}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[99.875,100,0]},"a":{"a":0,"k":[3.481,-1.019,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[14.963,14.963]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.7921569,0.8156863,0.8352941,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[3.481,-1.019],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":15,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 2","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6,"s":[100],"e":[0]},{"t":9}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[71.75,100,0]},"a":{"a":0,"k":[3.481,-1.019,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[14.963,14.963]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.7921569,0.8156863,0.8352941,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[3.481,-1.019],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":15,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/sky.zip b/ohos/flutter_lottie/assets/lottiefiles/sky.zip new file mode 100644 index 0000000000000000000000000000000000000000..19c3274481da3fabb87928ebab346c0fd24d4bb2 Binary files /dev/null and b/ohos/flutter_lottie/assets/lottiefiles/sky.zip differ diff --git a/ohos/flutter_lottie/assets/lottiefiles/slack_app_loader.json b/ohos/flutter_lottie/assets/lottiefiles/slack_app_loader.json new file mode 100644 index 0000000000000000000000000000000000000000..265be4ee0f0eafd03c1afaf533b3fc6e1ebb7133 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/slack_app_loader.json @@ -0,0 +1 @@ +{"v":"5.1.11","fr":60,"ip":0,"op":140,"w":600,"h":600,"nm":"Slack logo","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"line_yellow","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[381,342.5,0],"ix":2},"a":{"a":0,"k":[126,-2.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[59.5,-135.75],[110.5,22.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.890196144581,0.705882370472,0.29411765933,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":42,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":8.008,"s":[99],"e":[1]},{"t":34.034034034034}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":8.008,"s":[99.119],"e":[77.119]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":18.018,"s":[77.119],"e":[100]},{"t":34.034034034034}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":180.18018018018,"st":0,"bm":1},{"ddd":0,"ind":2,"ty":4,"nm":"line_cyan","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[341,221,0],"ix":2},"a":{"a":0,"k":[86,-124,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-48.5,-58.75],[110.5,-110.25]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.600000023842,0.819607913494,0.866666734219,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":42,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":8.008,"s":[99],"e":[1]},{"t":34.034034034034}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":8.008,"s":[99.119],"e":[77.119]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":18.018,"s":[77.119],"e":[100]},{"t":34.034034034034}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":180.18018018018,"st":0,"bm":1},{"ddd":0,"ind":3,"ty":4,"nm":"line_green","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[218,259.5,0],"ix":2},"a":{"a":0,"k":[-37,-85.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[29.5,48.75],[-21.5,-109.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.482352972031,0.745098054409,0.635294139385,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":24.024,"s":[42],"e":[46]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":32.032,"s":[46],"e":[42]},{"t":38.038038038038}],"ix":5},"lc":2,"lj":1,"ml":4,"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":8.008,"s":[99],"e":[1]},{"t":34.034034034034}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":8.008,"s":[99.119],"e":[77.119]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":18.018,"s":[77.119],"e":[100]},{"t":34.034034034034}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":180.18018018018,"st":0,"bm":1},{"ddd":0,"ind":4,"ty":4,"nm":"line_magenta","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[258.5,382.5,0],"ix":2},"a":{"a":0,"k":[3.5,37.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[137.5,-29.25],[-22,22.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.807843208313,0.207843154669,0.35686275363,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":24.024,"s":[42],"e":[46]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":32.032,"s":[46],"e":[42]},{"t":38.038038038038}],"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":8.008,"s":[99],"e":[1]},{"t":34.034034034034}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":8.008,"s":[99.119],"e":[77.119]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":18.018,"s":[77.119],"e":[100]},{"t":34.034034034034}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":180.18018018018,"st":0,"bm":0}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"ball_magenta","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},"n":"0p833_0p833_0p167_0p167","t":0,"s":[269.654,391.187,0],"e":[231.154,233.687,0],"to":[-80.9166641235352,-43.25,0],"ti":[-36.9250564575195,24.191764831543,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.018,"s":[231.154,233.687,0],"e":[364.649,256.705,0],"to":[78.385009765625,-51.3546028137207,0],"ti":[-9.32066917419434,-47.1635284423828,0]},{"i":{"x":0.833,"y":0.962},"o":{"x":0.167,"y":0.167},"n":"0p833_0p962_0p167_0p167","t":28.028,"s":[364.649,256.705,0],"e":[291.458,393.705,0],"to":[8.74086380004883,44.2296524047852,0],"ti":[58.6001434326172,-30.9914436340332,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.443},"n":"0p667_1_0p167_0p443","t":38.038,"s":[291.458,393.705,0],"e":[230.082,364.649,0],"to":[-31.0539169311523,16.4232654571533,0],"ti":[8.94170665740967,17.9249172210693,0]},{"t":92.0920920920921}],"ix":2},"a":{"a":0,"k":[95.029,-71.063,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[64.176,64.176],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.890196084976,0.705882370472,0.29411765933,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[95.029,-70.703],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[66.858,66.858],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":96.0960960960961,"st":-28.028028028028,"bm":0}]},{"id":"comp_2","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"ball_magenta","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},"n":"0p833_0p833_0p167_0p167","t":0,"s":[269.654,391.187,0],"e":[231.154,233.687,0],"to":[-80.9166641235352,-43.25,0],"ti":[-36.9250564575195,24.191764831543,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.018,"s":[231.154,233.687,0],"e":[364.649,256.705,0],"to":[78.385009765625,-51.3546028137207,0],"ti":[-9.32066917419434,-47.1635284423828,0]},{"i":{"x":0.833,"y":0.962},"o":{"x":0.167,"y":0.167},"n":"0p833_0p962_0p167_0p167","t":28.028,"s":[364.649,256.705,0],"e":[291.458,393.705,0],"to":[8.74086380004883,44.2296524047852,0],"ti":[58.6001434326172,-30.9914436340332,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.443},"n":"0p667_1_0p167_0p443","t":38.038,"s":[291.458,393.705,0],"e":[230.082,364.649,0],"to":[-31.0539169311523,16.4232654571533,0],"ti":[8.94170665740967,17.9249172210693,0]},{"t":92.0920920920921}],"ix":2},"a":{"a":0,"k":[95.029,-71.063,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[64.176,64.176],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.600000023842,0.819607853889,0.866666674614,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[95.029,-70.703],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[66.858,66.858],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":96.0960960960961,"st":-28.028028028028,"bm":0}]},{"id":"comp_3","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"ball_magenta","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},"n":"0p833_0p833_0p167_0p167","t":0,"s":[269.654,391.187,0],"e":[231.154,233.687,0],"to":[-80.9166641235352,-43.25,0],"ti":[-36.9250564575195,24.191764831543,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.018,"s":[231.154,233.687,0],"e":[364.649,256.705,0],"to":[78.385009765625,-51.3546028137207,0],"ti":[-9.32066917419434,-47.1635284423828,0]},{"i":{"x":0.833,"y":0.962},"o":{"x":0.167,"y":0.167},"n":"0p833_0p962_0p167_0p167","t":28.028,"s":[364.649,256.705,0],"e":[291.458,393.705,0],"to":[8.74086380004883,44.2296524047852,0],"ti":[58.6001434326172,-30.9914436340332,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.443},"n":"0p667_1_0p167_0p443","t":38.038,"s":[291.458,393.705,0],"e":[230.082,364.649,0],"to":[-31.0539169311523,16.4232654571533,0],"ti":[8.94170665740967,17.9249172210693,0]},{"t":92.0920920920921}],"ix":2},"a":{"a":0,"k":[95.029,-71.063,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[64.176,64.176],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.482352942228,0.745098054409,0.635294139385,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[95.029,-70.703],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[66.858,66.858],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":96.0960960960961,"st":-28.028028028028,"bm":0}]},{"id":"comp_4","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"ball_magenta","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},"n":"0p833_0p833_0p167_0p167","t":0,"s":[269.654,391.187,0],"e":[231.154,233.687,0],"to":[-80.9166641235352,-43.25,0],"ti":[-36.9250564575195,24.191764831543,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18.018,"s":[231.154,233.687,0],"e":[364.649,256.705,0],"to":[78.385009765625,-51.3546028137207,0],"ti":[-9.32066917419434,-47.1635284423828,0]},{"i":{"x":0.833,"y":0.962},"o":{"x":0.167,"y":0.167},"n":"0p833_0p962_0p167_0p167","t":28.028,"s":[364.649,256.705,0],"e":[291.458,393.705,0],"to":[8.74086380004883,44.2296524047852,0],"ti":[58.6001434326172,-30.9914436340332,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.443},"n":"0p667_1_0p167_0p443","t":38.038,"s":[291.458,393.705,0],"e":[230.082,364.649,0],"to":[-31.0539169311523,16.4232654571533,0],"ti":[8.94170665740967,17.9249172210693,0]},{"t":92.0920920920921}],"ix":2},"a":{"a":0,"k":[95.029,-71.063,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[64.176,64.176],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.807843208313,0.207843154669,0.35686275363,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[95.029,-70.703],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[66.858,66.858],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":96.0960960960961,"st":-28.028028028028,"bm":0}]},{"id":"comp_5","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"line_yellow","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":0,"s":[0],"e":[106]},{"t":26.026026026026}],"ix":10},"p":{"a":0,"k":[381,342.5,0],"ix":2},"a":{"a":0,"k":[126,-2.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[59.5,-135.75],[110.5,22.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.890196144581,0.705882370472,0.29411765933,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":42,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[1],"e":[76]},{"t":26.026026026026}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[100],"e":[75]},{"t":26.026026026026}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":180.18018018018,"st":0,"bm":1},{"ddd":0,"ind":2,"ty":4,"nm":"line_cyan","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":0,"s":[0],"e":[106]},{"t":26.026026026026}],"ix":10},"p":{"a":0,"k":[341,221,0],"ix":2},"a":{"a":0,"k":[86,-124,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-48.5,-58.75],[110.5,-110.25]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.600000023842,0.819607913494,0.866666734219,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":42,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[1],"e":[76]},{"t":26.026026026026}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[100],"e":[75]},{"t":26.026026026026}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":180.18018018018,"st":0,"bm":1},{"ddd":0,"ind":3,"ty":4,"nm":"line_green","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":0,"s":[0],"e":[106]},{"t":26.026026026026}],"ix":10},"p":{"a":0,"k":[218,259.5,0],"ix":2},"a":{"a":0,"k":[-37,-85.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[29.5,48.75],[-21.5,-109.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.482352972031,0.745098054409,0.635294139385,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":42,"ix":5},"lc":2,"lj":1,"ml":4,"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[1],"e":[76]},{"t":26.026026026026}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[100],"e":[75]},{"t":26.026026026026}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":180.18018018018,"st":0,"bm":1},{"ddd":0,"ind":4,"ty":4,"nm":"line_magenta","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":0,"s":[0],"e":[106]},{"t":26.026026026026}],"ix":10},"p":{"a":0,"k":[258.5,382.5,0],"ix":2},"a":{"a":0,"k":[3.5,37.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[137.5,-29.25],[-22,22.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.807843208313,0.207843154669,0.35686275363,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":42,"ix":5},"lc":2,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[1],"e":[76]},{"t":26.026026026026}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[100],"e":[75]},{"t":26.026026026026}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":180.18018018018,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Lines_end","refId":"comp_0","sr":0.75,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[300,300,0],"ix":2},"a":{"a":0,"k":[300,300,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":600,"h":600,"ip":89.1101101101101,"op":224.245245245245,"st":89.1101101101101,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"ball_yellow","refId":"comp_1","sr":0.75,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":270,"ix":10},"p":{"a":0,"k":[300,300,0],"ix":2},"a":{"a":0,"k":[300,300,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":600,"h":600,"ip":18.022022022022,"op":153.157157157157,"st":18.022022022022,"bm":0},{"ddd":0,"ind":3,"ty":0,"nm":"ball_cyan","refId":"comp_2","sr":0.75,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":180,"ix":10},"p":{"a":0,"k":[300,300,0],"ix":2},"a":{"a":0,"k":[300,300,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":600,"h":600,"ip":18.022022022022,"op":153.157157157157,"st":18.022022022022,"bm":0},{"ddd":0,"ind":4,"ty":0,"nm":"ball_green","refId":"comp_3","sr":0.75,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":90,"ix":10},"p":{"a":0,"k":[300,300,0],"ix":2},"a":{"a":0,"k":[300,300,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":600,"h":600,"ip":18.022022022022,"op":153.157157157157,"st":18.022022022022,"bm":0},{"ddd":0,"ind":5,"ty":0,"nm":"ball_magenta","refId":"comp_4","sr":0.75,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[300,300,0],"ix":2},"a":{"a":0,"k":[300,300,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":600,"h":600,"ip":18.022022022022,"op":153.157157157157,"st":18.022022022022,"bm":0},{"ddd":0,"ind":6,"ty":0,"nm":"Lines","refId":"comp_5","sr":0.75,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[300,300,0],"ix":2},"a":{"a":0,"k":[300,300,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":600,"h":600,"ip":0,"op":18.018018018018,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":1,"nm":"bg","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[300,300,0],"ix":2},"a":{"a":0,"k":[300,300,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"sw":600,"sh":600,"sc":"#ffffff","ip":0,"op":140,"st":0,"bm":0}],"markers":[{"tm":0,"cm":"0","dr":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/snowcation.json b/ohos/flutter_lottie/assets/lottiefiles/snowcation.json new file mode 100644 index 0000000000000000000000000000000000000000..781a933d2e10aaa785e0043ea32a4e1f8c9a262e --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/snowcation.json @@ -0,0 +1 @@ +{"v":"5.3.4","fr":30.0000305175781,"ip":0,"op":151.000153605143,"w":500,"h":500,"nm":"Snow-cation","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 8","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[224,396,0],"ix":2},"a":{"a":0,"k":[-9,151,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[23,158],[31,204]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.36],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p36_1_0p167_0p167"],"t":136.333,"s":[0],"e":[100]},{"t":143.000145467122}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":132,"s":[0],"e":[71]},{"i":{"x":[0.36],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p36_1_0p167_0p167"],"t":136.333,"s":[71],"e":[100]},{"t":144.000146484375}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.949019667682,0.949019667682,0.949019667682,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":7,"ix":5},"lc":2,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":true},{"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":132.000134277344,"op":283.000287882487,"st":132.000134277344,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[236,386,0],"ix":2},"a":{"a":0,"k":[-9,151,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[0,152],[-38,140]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p4_1_0p167_0p167"],"t":135.666,"s":[0],"e":[100]},{"t":143.000145467122}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":132,"s":[0],"e":[71]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p4_1_0p167_0p167"],"t":135.666,"s":[71],"e":[100]},{"t":143.000145467122}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.949019667682,0.949019667682,0.949019667682,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":7,"ix":5},"lc":2,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":true},{"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":132.000134277344,"op":283.000287882487,"st":132.000134277344,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[333,367.5,0],"ix":2},"a":{"a":0,"k":[81,127.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[12,149],[44,101]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.36],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p36_1_0p167_0p167"],"t":135.333,"s":[0],"e":[100]},{"t":142.00014444987}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":132,"s":[0],"e":[71]},{"i":{"x":[0.36],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p36_1_0p167_0p167"],"t":135.333,"s":[71],"e":[100]},{"t":142.00014444987}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.949019667682,0.949019667682,0.949019667682,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":7,"ix":5},"lc":2,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":true},{"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":132.000134277344,"op":283.000287882487,"st":132.000134277344,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[224,396,0],"ix":2},"a":{"a":0,"k":[-9,151,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[23,158],[55,190]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.36],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p36_1_0p167_0p167"],"t":32.25,"s":[0],"e":[100]},{"t":37.2500378926595}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":29,"s":[0],"e":[71]},{"i":{"x":[0.36],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p36_1_0p167_0p167"],"t":32.25,"s":[71],"e":[100]},{"t":38.000038655599}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.949019667682,0.949019667682,0.949019667682,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":7,"ix":5},"lc":2,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":true},{"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":29.0000295003255,"op":180.000183105469,"st":29.0000295003255,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[229,393,0],"ix":2},"a":{"a":0,"k":[-9,151,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[3,162],[-42,216]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.36],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p36_1_0p167_0p167"],"t":33.333,"s":[0],"e":[100]},{"t":40.0000406901042}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":29,"s":[0],"e":[71]},{"i":{"x":[0.36],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p36_1_0p167_0p167"],"t":33.333,"s":[71],"e":[100]},{"t":39.0000396728516}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.949019667682,0.949019667682,0.949019667682,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":7,"ix":5},"lc":2,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":true},{"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":29.0000295003255,"op":180.000183105469,"st":29.0000295003255,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[236,386,0],"ix":2},"a":{"a":0,"k":[-9,151,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-9,151],[-107,136]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p4_1_0p167_0p167"],"t":32.333,"s":[0],"e":[100]},{"t":39.0000396728516}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":29,"s":[0],"e":[71]},{"i":{"x":[0.4],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p4_1_0p167_0p167"],"t":32.333,"s":[71],"e":[100]},{"t":39.0000396728516}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.949019667682,0.949019667682,0.949019667682,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":7,"ix":5},"lc":2,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":true},{"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":29.0000295003255,"op":180.000183105469,"st":29.0000295003255,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[333,367.5,0],"ix":2},"a":{"a":0,"k":[81,127.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[12,149],[139,113]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.36],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p36_1_0p167_0p167"],"t":32.333,"s":[0],"e":[100]},{"t":39.0000396728516}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":29,"s":[0],"e":[71]},{"i":{"x":[0.36],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p36_1_0p167_0p167"],"t":32.333,"s":[71],"e":[100]},{"t":39.0000396728516}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.949019667682,0.949019667682,0.949019667682,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":7,"ix":5},"lc":2,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":true},{"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":29.0000295003255,"op":180.000183105469,"st":29.0000295003255,"bm":0},{"ddd":0,"ind":10,"ty":3,"nm":"NULL CONTROL","sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.44],"y":[1]},"o":{"x":[0.54],"y":[0]},"n":["0p44_1_0p54_0"],"t":105,"s":[0],"e":[21]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.77],"y":[0]},"n":["0p833_0p833_0p77_0"],"t":115,"s":[21],"e":[-236]},{"t":135.000137329102}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.96,"y":0},"n":"0p833_0p833_0p96_0","t":0,"s":[249.975,-78.6,0],"e":[249.975,389.4,0],"to":[0,0,0],"ti":[0,0,0]},{"t":30.0000305175781}],"ix":2},"a":{"a":0,"k":[60,200,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.77,0.77,0.77],"y":[0,0,0]},"n":["0p833_0p833_0p77_0","0p833_0p833_0p77_0","0p833_1_0p77_0"],"t":122,"s":[100,100,100],"e":[0,0,100]},{"t":133.000135294596}],"ix":6}},"ao":0,"ef":[{"ty":5,"nm":"Scale - Overshoot","np":3,"mn":"ADBE Slider Control","ix":1,"en":1,"ef":[{"ty":0,"nm":"Slider","mn":"ADBE Slider Control-0001","ix":1,"v":{"a":0,"k":10,"ix":1,"x":"var $bm_rt;\n$bm_rt = clamp(value, 0, 100);"}}]},{"ty":5,"nm":"Scale - Bounce","np":3,"mn":"ADBE Slider Control","ix":2,"en":1,"ef":[{"ty":0,"nm":"Slider","mn":"ADBE Slider Control-0001","ix":1,"v":{"a":0,"k":30,"ix":1,"x":"var $bm_rt;\n$bm_rt = clamp(value, 0, 100);"}}]},{"ty":5,"nm":"Scale - Friction","np":3,"mn":"ADBE Slider Control","ix":3,"en":1,"ef":[{"ty":0,"nm":"Slider","mn":"ADBE Slider Control-0001","ix":1,"v":{"a":0,"k":90,"ix":1,"x":"var $bm_rt;\n$bm_rt = clamp(value, 0, 100);"}}]}],"ip":0,"op":151.000153605143,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Layer 1","parent":10,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[60.025,200.809,0],"ix":2},"a":{"a":0,"k":[0,135.8,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[1,1,1],"y":[0,0,0]},"n":["0p833_0p833_1_0","0p833_0p833_1_0","0p833_1_1_0"],"t":23,"s":[0,177,100],"e":[100,100,100]},{"t":30.0000305175781}],"ix":6,"x":"var $bm_rt;\nvar amp, freq, decay, n, t, v;\ntry {\n amp = div(effect('Scale - Overshoot')('ADBE Slider Control-0001'), 2.5), freq = div(effect('Scale - Bounce')('ADBE Slider Control-0001'), 20), decay = div(effect('Scale - Friction')('ADBE Slider Control-0001'), 20), n = 0, 0 < numKeys && (n = nearestKey(time).index, key(n).time > time && n--), t = 0 === n ? 0 : sub(time, key(n).time), $bm_rt = 0 < n ? (v = velocityAtTime(sub(key(n).time, div(thisComp.frameDuration, 10))), sum(value, div(mul(mul(div(v, 100), amp), Math.sin(mul(mul(mul(freq, t), 2), Math.PI))), Math.exp(mul(decay, t))))) : value;\n} catch (e$$4) {\n $bm_rt = value = value;\n}"}},"ao":0,"ef":[{"ty":5,"nm":"Scale - Overshoot","np":3,"mn":"ADBE Slider Control","ix":1,"en":1,"ef":[{"ty":0,"nm":"Slider","mn":"ADBE Slider Control-0001","ix":1,"v":{"a":0,"k":30,"ix":1,"x":"var $bm_rt;\n$bm_rt = clamp(value, 0, 100);"}}]},{"ty":5,"nm":"Scale - Bounce","np":3,"mn":"ADBE Slider Control","ix":2,"en":1,"ef":[{"ty":0,"nm":"Slider","mn":"ADBE Slider Control-0001","ix":1,"v":{"a":0,"k":30,"ix":1,"x":"var $bm_rt;\n$bm_rt = clamp(value, 0, 100);"}}]},{"ty":5,"nm":"Scale - Friction","np":3,"mn":"ADBE Slider Control","ix":3,"en":1,"ef":[{"ty":0,"nm":"Slider","mn":"ADBE Slider Control-0001","ix":1,"v":{"a":0,"k":90,"ix":1,"x":"var $bm_rt;\n$bm_rt = clamp(value, 0, 100);"}}]}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-6.3,0],[0,6.4],[1,1.7],[0.1,0.2],[0.1,0.2],[3.8,0],[0,-6.4]],"o":[[6.3,0],[0,-2.1],[-0.1,-0.2],[-0.1,-0.2],[-2.1,-2.9],[-6.4,0],[0,6.4]],"v":[[0.6,-15.8],[12.1,-27.3],[10.5,-33],[10.1,-33.5],[9.9,-34],[0.6,-38.8],[-10.9,-27.3]],"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.7,-2.9],[2.8,-0.7],[0,0],[0,0],[1.4,-2.5],[1.8,0],[0.8,0.5],[0,0],[0,0],[2.8,-0.7],[0.4,0],[0.6,2.3],[0,0],[0,0],[3.9,-1],[0,0],[0,0],[2,-2],[1.3,0],[1,1],[0,0],[0,0],[2.9,0],[0,2.9],[0,0],[0,0],[1.3,0],[1,1],[-2,2],[0,0],[0,0],[2.8,2.9],[0,0],[0,0],[2.3,0],[0.5,0.1],[-0.7,2.8],[0,0],[0,0],[0.9,0],[1,1.7],[-2.5,1.4],[0,0],[0,0],[-0.8,2.8],[-2.8,-0.8],[0,0],[0,0],[0,2.1],[-0.6,1.9],[0,0],[0,0],[0.4,0],[0.6,2.3],[-2.8,0.7],[0,0],[0,0],[-1.4,2.5],[-2.5,-1.4],[0,0],[0,0],[-2.8,0.7],[-0.7,-2.8],[0,0],[0,0],[-4.1,1],[0,0],[0,0],[-2,2],[-2,-2],[0,0],[0,0],[-2.9,0],[0,-2.9],[0,0],[0,0],[-2,-2],[2,-2],[0,0],[0,0],[-2.8,-2.7],[0,0],[0,0],[-2.8,-0.8],[0.7,-2.8],[0,0],[0,0],[-1.4,-2.5],[2.5,-1.4],[0,0],[0,0],[0.7,-2.8],[2.3,0],[0.5,0.1],[0,0],[0,0],[0,-2.3],[0.7,-2.1],[0,0]],"o":[[2.8,-0.8],[0.7,2.8],[0,0],[0,0],[2.5,1.4],[-0.9,1.7],[-0.9,0],[0,0],[0,0],[0.7,2.8],[-0.5,0.1],[-2.3,0],[0,0],[0,0],[-2.8,2.7],[0,0],[0,0],[2,2.1],[-1,1],[-1.3,0],[0,0],[0,0],[0,2.9],[-2.9,0],[0,0],[0,0],[-1,1],[-1.3,0],[-2,-2.1],[0,0],[0,0],[-4.1,-1],[0,0],[0,0],[-0.6,2.4],[-0.5,0],[-2.8,-0.7],[0,0],[0,0],[-0.8,0.5],[-1.8,0],[-1.5,-2.5],[0,0],[0,0],[-2.8,-0.7],[0.7,-2.8],[0,0],[0,0],[-0.6,-1.9],[0,-2.1],[0,0],[0,0],[-0.5,0.1],[-2.3,0],[-0.7,-2.8],[0,0],[0,0],[-2.5,-1.4],[1.4,-2.5],[0,0],[0,0],[-0.7,-2.8],[2.8,-0.8],[0,0],[0,0],[2.9,-2.9],[0,0],[0,0],[-2,-2],[2,-2],[0,0],[0,0],[0,-2.9],[2.9,0],[0,0],[0,0],[2,-2],[2,2],[0,0],[0,0],[3.9,0.9],[0,0],[0,0],[0.7,-2.8],[2.8,0.7],[0,0],[0,0],[2.5,-1.5],[1.5,2.5],[0,0],[0,0],[2.8,0.7],[-0.6,2.4],[-0.5,0],[0,0],[0,0],[0.7,2.1],[0,2.3],[0,0],[0,0]],"v":[[48.8,-21.4],[55.2,-17.6],[51.5,-11.2],[41.8,-8.6],[50.8,-3.4],[52.7,3.7],[48.2,6.3],[45.6,5.6],[36.5,0.3],[39.1,10.1],[35.4,16.5],[34,16.7],[29,12.8],[23.7,-7.1],[15.9,-11.6],[5.8,-6],[5.8,4.4],[19.8,18.4],[19.8,25.8],[16.1,27.3],[12.4,25.8],[5.8,19.2],[5.8,29.1],[0.6,34.3],[-4.6,29.1],[-4.6,18.7],[-11.7,25.8],[-15.4,27.3],[-19.1,25.8],[-19.1,18.4],[-4.6,3.9],[-4.6,-6.1],[-15.2,-12.2],[-23.8,-7.3],[-29.1,12.6],[-34.1,16.5],[-35.5,16.3],[-39.2,9.9],[-36.6,0.1],[-45.7,5.4],[-48.3,6.1],[-52.8,3.5],[-50.9,-3.6],[-41.9,-8.8],[-51.6,-11.4],[-55.3,-17.8],[-48.9,-21.5],[-29.1,-16.2],[-20.4,-21.2],[-21.3,-27.3],[-20.4,-33.4],[-28.9,-38.3],[-48.8,-33],[-50.2,-32.8],[-55.2,-36.7],[-51.5,-43.1],[-41.7,-45.7],[-50.8,-51],[-52.7,-58.1],[-45.6,-60],[-36.6,-54.8],[-39.2,-64.5],[-35.5,-70.9],[-29.1,-67.2],[-23.8,-47.4],[-15.1,-42.4],[-4.5,-48.5],[-4.5,-58.4],[-19.1,-73],[-19.1,-80.4],[-11.7,-80.4],[-4.5,-73.2],[-4.5,-83.7],[0.7,-88.9],[5.9,-83.7],[5.9,-73.7],[12.6,-80.4],[20,-80.4],[20,-73],[5.9,-58.9],[5.9,-48.4],[16,-42.8],[23.8,-47.3],[29.1,-67.1],[35.5,-70.8],[39.2,-64.4],[36.6,-54.7],[45.6,-59.9],[52.7,-58],[50.8,-50.9],[41.7,-45.6],[51.5,-43],[55.2,-36.6],[50.2,-32.7],[48.8,-32.9],[28.9,-38.2],[21.4,-33.9],[22.5,-27.2],[21.4,-20.5],[29,-16.1]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.949019610882,0.949019610882,0.949019610882,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1,-28],"ix":2},"a":{"a":0,"k":[2,-28],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":1,"k":[{"i":{"x":[0.093],"y":[0.905]},"o":{"x":[0.04],"y":[0.269]},"n":["0p093_0p905_0p04_0p269"],"t":30,"s":[0],"e":[360]},{"t":142.00014444987}],"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":"flake","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[46.4,0],[0,-46.4],[-15.8,-15.9],[-22.5,0],[-15.9,15.8],[0,22.5]],"o":[[-46.4,0],[0,22.5],[15.9,15.9],[22.5,0],[15.9,-15.9],[0,-46.3]],"v":[[0,-111.4],[-84.1,-27.3],[-59.5,32.2],[0,56.8],[59.5,32.2],[84.1,-27.3]],"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":[[-59.8,0],[0,-59.9],[20.7,-23.2],[0,0],[0,0],[0,26.8]],"o":[[59.8,0],[0,26.8],[0,0],[0,0],[-20.7,-23.2],[0,-59.8]],"v":[[0,-135.7],[108.5,-27.2],[76.9,49.3],[0,135.8],[-76.9,49.3],[-108.5,-27.2]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.75686275959,0.152941182256,0.176470592618,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"outer","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[13.9,-13.9],[19.7,0],[13.9,13.9],[0,19.7],[-40.7,0],[0,-40.6]],"o":[[-13.9,13.9],[-19.7,0],[-13.9,-13.9],[0,-40.6],[40.6,0],[0.1,19.7]],"v":[[52.1,24.8],[0,46.4],[-52.1,24.8],[-73.7,-27.3],[0,-100.9],[73.6,-27.3]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.188235297799,0.749019622803,0.156862750649,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"innerGreen","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":151.000153605143,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/socar_logo.json b/ohos/flutter_lottie/assets/lottiefiles/socar_logo.json new file mode 100644 index 0000000000000000000000000000000000000000..ba48fa150da45ec592781e8f7cf4e1da6306adfd --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/socar_logo.json @@ -0,0 +1 @@ +{"v":"4.6.3","fr":30,"ip":0,"op":142,"w":300,"h":450,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"S","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":34,"s":[117.976,236.069,0],"e":[117.976,254.069,0],"to":[0,3,0],"ti":[0,1,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":48,"s":[117.976,254.069,0],"e":[117.976,230.069,0],"to":[0,-1,0],"ti":[0,-0.00000418294258,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":66,"s":[117.976,230.069,0],"e":[117.976,254.069,0],"to":[0,0.00000418294258,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":83,"s":[117.976,254.069,0],"e":[117.976,230.069,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":101,"s":[117.976,230.069,0],"e":[117.976,254.069,0],"to":[0,0,0],"ti":[0,-4.00000429153442,0]},{"t":123}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[7.65,2.48],[-5,-25.48],[-5.42,-25],[43.33,29.64]],"o":[[-7,-5],[-13.91,-4.52],[5,25.48],[4.16,19.18],[0,0]],"v":[[67.33,11.91],[46.24,1.43],[9.33,27.91],[68.33,64.91],[0,78.27]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.007843,0.835294,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":22},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[90.361,90.361],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":32,"s":[0],"e":[100]},{"t":43}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Shape","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":16,"s":[150.098,225.104,0],"e":[158.39,153.504,0],"to":[0,8.4616117477417,0],"ti":[0,-20.8257160186768,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":23,"s":[158.39,153.504,0],"e":[150.098,303.104,0],"to":[0,28.8084774017334,0],"ti":[0,-11.7050552368164,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":34,"s":[150.098,303.104,0],"e":[150.098,318.104,0],"to":[0,20.1666660308838,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":47,"s":[150.098,318.104,0],"e":[150.098,298.104,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":65,"s":[150.098,298.104,0],"e":[150.098,318.104,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":84,"s":[150.098,318.104,0],"e":[150.098,298.104,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":103,"s":[150.098,298.104,0],"e":[150.098,318.104,0],"to":[0,0,0],"ti":[0,0,0]},{"t":122}]},"a":{"a":0,"k":[92.366,117.719,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":16,"s":[0,0,100],"e":[100,100,100]},{"t":34}]}},"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},"n":"0p667_1_0p333_0","t":29,"s":[{"i":[[0,0],[0.25,-0.01],[5.27,5.62],[4.793,8.634],[4.32,6.18],[3.43,10.73],[0.26,7.79],[-2.43,9.78],[-5.45,9.13],[-7.14,6.53],[-15.56,4.43],[-10.65,-0.35],[-15.45,-10.03],[-8.39,-11.55],[-2.22,-15.71],[2.526,-11.618],[4.523,-9.18],[7.53,-7.24],[5.987,-3.85],[12.375,-9.624],[8.43,0]],"o":[[-0.18,0.13],[-12.371,-3.603],[-8.633,-7.376],[-5.94,-4.66],[-6.49,-9.21],[-2.29,-7.45],[-0.38,-10.02],[2.5,-10.34],[4.92,-8.33],[11.92,-10.77],[10.28,-2.93],[18.21,0.59],[11.93,7.74],[9.35,12.89],[3.26,23.01],[-1.433,6.591],[-4.637,9.411],[-5.62,5.4],[-8.704,5.597],[-3.843,2.989],[-4.75,0]],"v":[[97.272,196.501],[81.65,193.911],[61.203,184.04],[39.253,161.549],[24.951,138.621],[11.86,104.999],[11.663,81.273],[17.715,55.154],[26.265,40.643],[47.702,20.714],[84.488,2.304],[104.98,0.05],[155.68,15.22],[180.533,33.95],[196.506,64.994],[198.371,106.081],[189.004,137.223],[167.362,166.64],[150.582,180.515],[137.375,189.018],[112.823,194.8]],"c":true}],"e":[{"i":[[0,0],[0.25,-0.01],[5.27,5.62],[12.03,9.37],[4.32,6.18],[3.43,10.73],[0.26,7.79],[-2.43,9.78],[-5.45,9.13],[-7.14,6.53],[-15.56,4.43],[-10.65,-0.35],[-15.45,-10.03],[-8.39,-11.55],[-2.22,-15.71],[10.77,-20.56],[4.48,-5.05],[7.53,-7.24],[4.68,-6.22],[5.12,-9.04],[8.43,0]],"o":[[-0.18,0.13],[-4.11,-6.51],[-10.37,-11.18],[-5.94,-4.66],[-6.49,-9.21],[-2.29,-7.45],[-0.38,-10.02],[2.5,-10.34],[4.92,-8.33],[11.92,-10.77],[10.28,-2.93],[18.21,0.59],[11.93,7.74],[9.35,12.89],[3.26,23.01],[-3.12,5.98],[-6.96,7.85],[-5.62,5.4],[-6.22,8.27],[-1.87,3.3],[-4.75,0]],"v":[[93.18,249.71],[81.65,228.02],[67.56,209.79],[33.91,178.91],[18.94,162.08],[3.98,132],[0.15,109.04],[2.4,79.22],[14.39,49.84],[32.57,27.42],[73.57,4.22],[104.98,0.05],[155.68,15.22],[186.57,43.66],[203.3,86.79],[192.04,152.14],[180.29,168.46],[157.89,190.39],[142.82,208.21],[125.1,233.7],[104.98,260.63]],"c":true}]},{"t":35}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[0.681,0.373],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":23,"s":[63.361,90.333],"e":[90.361,90.333]},{"t":35}],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":300,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/soda_loader.json b/ohos/flutter_lottie/assets/lottiefiles/soda_loader.json new file mode 100644 index 0000000000000000000000000000000000000000..817ac27b608b4c9089c8bc133945632a838daf25 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/soda_loader.json @@ -0,0 +1 @@ +{"v":"4.5.9","fr":29.9700012207031,"ip":0,"op":150.000006109625,"w":60,"h":60,"ddd":0,"assets":[{"id":"comp_2","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Dot 8","ks":{"o":{"a":0,"k":33},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":75,"s":[15.5,44,0],"e":[10.812,28.25,0],"to":[-0.00000190734863,-10,0],"ti":[0,8.75,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":90.569,"s":[10.812,28.25,0],"e":[18.125,13.75,0],"to":[0,-8.4999885559082,0],"ti":[0,7.37499237060547,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":106.221,"s":[18.125,13.75,0],"e":[11.375,-4.5,0],"to":[0,-9.375,0],"ti":[0,8.49999809265137,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":124.638,"s":[11.375,-4.5,0],"e":[18.125,-19.5,0],"to":[0,-8.75,0],"ti":[0,6.75,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":140.361,"s":[18.125,-19.5,0],"e":[18.125,-19.5,0],"to":[0,-8,0],"ti":[-0.41666665673256,0,0]},{"t":147.000005987433}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[5.27,5.27]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.365,8.885],"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"}],"ip":47.0000019143492,"op":197.000008023974,"st":47.0000019143492,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Dot 3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28,"s":[15.5,44,0],"e":[10.812,28.25,0],"to":[-0.00000190734863,-10,0],"ti":[0,8.75,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":44.65,"s":[10.812,28.25,0],"e":[18.125,13.75,0],"to":[0,-8.4999885559082,0],"ti":[0,7.37499237060547,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":61.39,"s":[18.125,13.75,0],"e":[11.375,-4.5,0],"to":[0,-9.375,0],"ti":[0,8.49999809265137,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":81.085,"s":[11.375,-4.5,0],"e":[18.125,-19.5,0],"to":[0,-8.75,0],"ti":[0,6.75,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":97.9,"s":[18.125,-19.5,0],"e":[18.125,-19.5,0],"to":[0,-8,0],"ti":[-0.41666665673256,0,0]},{"t":105.000004276738}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[5.27,5.27]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.365,8.885],"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":150.000006109625,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Dot 7","ks":{"o":{"a":0,"k":33},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26,"s":[44,45.25,0],"e":[39.312,29.5,0],"to":[-0.00000190734863,-10,0],"ti":[0,8.75,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52.598,"s":[39.312,29.5,0],"e":[46.625,15,0],"to":[0,-8.4999885559082,0],"ti":[0,7.37499237060547,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":79.338,"s":[46.625,15,0],"e":[39.875,-3.25,0],"to":[0,-9.375,0],"ti":[0,8.49999809265137,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":110.798,"s":[39.875,-3.25,0],"e":[46.625,-18.25,0],"to":[0,-8.75,0],"ti":[0,6.75,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":137.659,"s":[46.625,-18.25,0],"e":[46.625,-18.25,0],"to":[0,-8,0],"ti":[-0.41666665673256,0,0]},{"t":149.000006068894}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[5.27,5.27]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.365,8.885],"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"}],"ip":16.0000006516934,"op":166.000006761319,"st":16.0000006516934,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Dot 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":44,"s":[44,45.25,0],"e":[39.312,29.5,0],"to":[-0.00000190734863,-10,0],"ti":[0,8.75,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":65.191,"s":[39.312,29.5,0],"e":[46.625,15,0],"to":[0,-8.4999885559082,0],"ti":[0,7.37499237060547,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":86.496,"s":[46.625,15,0],"e":[39.875,-3.25,0],"to":[0,-9.375,0],"ti":[0,8.49999809265137,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":111.563,"s":[39.875,-3.25,0],"e":[46.625,-18.25,0],"to":[0,-8.75,0],"ti":[0,6.75,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":132.964,"s":[46.625,-18.25,0],"e":[46.625,-18.25,0],"to":[0,-8,0],"ti":[-0.41666665673256,0,0]},{"t":142.000005783779}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[5.27,5.27]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.365,8.885],"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"}],"ip":34.0000013848484,"op":184.000007494474,"st":34.0000013848484,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Dot 6","ks":{"o":{"a":0,"k":33},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":63,"s":[30,51.25,0],"e":[25.312,35.5,0],"to":[-0.00000190734863,-10,0],"ti":[0,8.75,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":75.863,"s":[25.312,35.5,0],"e":[32.625,21,0],"to":[0,-8.4999885559082,0],"ti":[0,7.37499237060547,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":88.794,"s":[32.625,21,0],"e":[25.875,2.75,0],"to":[0,-9.375,0],"ti":[0,8.49999809265137,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":104.009,"s":[25.875,2.75,0],"e":[32.625,-12.25,0],"to":[0,-8.75,0],"ti":[0,6.75,0]},{"t":117.000004765508}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[5.27,5.27]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.365,8.885],"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"}],"ip":63.0000025660426,"op":213.000008675668,"st":63.0000025660426,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Dot 4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":69,"s":[30,51.25,0],"e":[25.312,35.5,0],"to":[-0.00000190734863,-10,0],"ti":[0,8.75,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":74.716,"s":[25.312,35.5,0],"e":[32.625,21,0],"to":[0,-8.4999885559082,0],"ti":[0,7.37499237060547,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":80.464,"s":[32.625,21,0],"e":[25.875,2.75,0],"to":[0,-9.375,0],"ti":[0,8.49999809265137,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":87.226,"s":[25.875,2.75,0],"e":[32.625,-12.25,0],"to":[0,-8.75,0],"ti":[0,6.75,0]},{"t":93.0000037879676}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[5.27,5.27]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.365,8.885],"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"}],"ip":69.0000028104276,"op":219.000008920053,"st":69.0000028104276,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Dot 5","ks":{"o":{"a":0,"k":33},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[30,51.25,0],"e":[25.312,35.5,0],"to":[-0.00000190734863,-10,0],"ti":[0,8.75,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26.863,"s":[25.312,35.5,0],"e":[32.625,21,0],"to":[0,-8.4999885559082,0],"ti":[0,7.37499237060547,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39.794,"s":[32.625,21,0],"e":[25.875,2.75,0],"to":[0,-9.375,0],"ti":[0,8.49999809265137,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":55.009,"s":[25.875,2.75,0],"e":[32.625,-12.25,0],"to":[0,-8.75,0],"ti":[0,6.75,0]},{"t":68.0000027696968}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[5.27,5.27]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.365,8.885],"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"}],"ip":14.0000005702317,"op":164.000006679857,"st":14.0000005702317,"bm":0,"sr":1}]}],"layers":[{"ddd":0,"ind":0,"ty":1,"nm":"White Solid 1","td":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[30,30,0]},"a":{"a":0,"k":[30,30,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[12.703,0],[0,-12.703],[-12.703,0],[0,12.703]],"o":[[-12.703,0],[0,12.703],[12.703,0],[0,-12.703]],"v":[[30,7],[7,30],[30,53],[53,30]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"sw":60,"sh":60,"sc":"#ffffff","ip":0,"op":150.000006109625,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":0,"nm":"Pre-comp 1","tt":1,"refId":"comp_2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[30,30,0]},"a":{"a":0,"k":[30,30,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":60,"h":60,"ip":0,"op":150.000006109625,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Circle","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[30,30,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":1,"k":[{"i":{"x":[0,0,1],"y":[1,1,1]},"o":{"x":[1,1,0.167],"y":[0,0,0.167]},"n":["0_1_1_0","0_1_1_0","1_1_0p167_0p167"],"t":0,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0,0,0.833],"y":[0,0,0.833]},"o":{"x":[1,1,0.167],"y":[1,1,0.167]},"n":["0_0_1_1","0_0_1_1","0p833_0p833_0p167_0p167"],"t":15,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0,0,0.833],"y":[1,1,0.833]},"o":{"x":[1,1,0],"y":[0,0,0]},"n":["0_1_1_0","0_1_1_0","0p833_0p833_0_0"],"t":129,"s":[100,100,100],"e":[0,0,100]},{"t":149.000006068894}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":2,"ty":"el","s":{"a":0,"k":[50,50]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Ellipse 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":150.000006109625,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/spacehub.json b/ohos/flutter_lottie/assets/lottiefiles/spacehub.json new file mode 100644 index 0000000000000000000000000000000000000000..8002009f6a5ad72d38882218afa669b8b4e9a948 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/spacehub.json @@ -0,0 +1 @@ +{"v":"4.6.3","fr":30,"ip":0,"op":60,"w":260,"h":260,"nm":"Comp 4","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":3,"nm":"down","ks":{"o":{"a":0,"k":0},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.503,"y":1},"o":{"x":0.686,"y":0},"n":"0p503_1_0p686_0","t":0,"s":[45,215,0],"e":[175,85,0],"to":[7.0833420753479,-7.0833420753479,0],"ti":[-17.7083549499512,17.7083549499512,0]},{"i":{"x":0.503,"y":1},"o":{"x":0.686,"y":0},"n":"0p503_1_0p686_0","t":15,"s":[175,85,0],"e":[130,130,0],"to":[17.7083110809326,-17.7083110809326,0],"ti":[-7.08332443237305,7.08332443237305,0]},{"t":30}]},"a":{"a":0,"k":[50,50,0]},"s":{"a":0,"k":[90,90,100]}},"ao":0,"ip":0,"op":120,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":3,"nm":"top","ks":{"o":{"a":0,"k":0},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.503,"y":1},"o":{"x":0.686,"y":0},"n":"0p503_1_0p686_0","t":0,"s":[215,45,0],"e":[85,175,0],"to":[7.0833420753479,-7.0833420753479,0],"ti":[-17.7083549499512,17.7083549499512,0]},{"i":{"x":0.503,"y":1},"o":{"x":0.686,"y":0},"n":"0p503_1_0p686_0","t":15,"s":[85,175,0],"e":[130,130,0],"to":[17.7083110809326,-17.7083110809326,0],"ti":[-7.08332443237305,7.08332443237305,0]},{"t":30}]},"a":{"a":0,"k":[50,50,0]},"s":{"a":0,"k":[90,90,100]}},"ao":0,"ip":0,"op":120,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"R11","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.503,"y":0.503},"o":{"x":0.686,"y":0.686},"n":"0p503_0p503_0p686_0p686","t":0,"s":[115,175,0],"e":[115,175,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.503,"y":1},"o":{"x":0.686,"y":0},"n":"0p503_1_0p686_0","t":15,"s":[115,175,0],"e":[160,130,0],"to":[0,0,0],"ti":[0,0,0]},{"t":30}]},"a":{"a":0,"k":[18.169,-11.54,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"i","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.169,-26.534],[3.169,33.45],[33.169,3.419],[33.169,-56.55]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"},{"inv":false,"mode":"i","pt":{"a":1,"k":[{"i":{"x":0.513,"y":1},"o":{"x":0.664,"y":0},"n":"0p513_1_0p664_0","t":0,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-226.831,203.471],[-166.956,203.481],[-136.831,173.471],[-196.768,173.482]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[33.169,-56.545],[93.044,-56.535],[123.169,-86.545],[63.232,-86.534]],"c":true}]},{"i":{"x":0.491,"y":1},"o":{"x":0.712,"y":0},"n":"0p491_1_0p712_0","t":15,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[33.169,-56.545],[93.044,-56.535],[123.169,-86.545],[63.232,-86.534]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-56.831,33.471],[3.044,33.481],[33.169,3.471],[-26.768,3.482]],"c":true}]},{"t":30}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 2"}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[30,90]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.0039216,0.3490196,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[18.169,-11.53],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":14,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"R9","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.503,"y":1},"o":{"x":0.686,"y":0},"n":"0p503_1_0p686_0","t":0,"s":[15,215,0],"e":[145,85,0],"to":[21.6666660308838,-21.6666660308838,0],"ti":[-14.1666669845581,14.1666669845581,0]},{"i":{"x":0.503,"y":1},"o":{"x":0.686,"y":0},"n":"0p503_1_0p686_0","t":15,"s":[145,85,0],"e":[100,130,0],"to":[14.1666669845581,-14.1666669845581,0],"ti":[7.5,-7.5,0]},{"t":30}]},"a":{"a":0,"k":[18.169,-11.54,0]},"s":{"a":0,"k":[-100,-100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"i","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.169,-26.534],[3.169,33.45],[33.169,3.419],[33.169,-56.55]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"},{"inv":false,"mode":"i","pt":{"a":1,"k":[{"i":{"x":0.513,"y":1},"o":{"x":0.664,"y":0},"n":"0p513_1_0p664_0","t":0,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-226.331,203.464],[-166.284,203.464],[-136.831,173.467],[-196.784,173.467]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[33.188,-56.552],[93.57,-56.552],[123.188,-86.548],[62.899,-86.548]],"c":true}]},{"i":{"x":0.491,"y":1},"o":{"x":0.712,"y":0},"n":"0p491_1_0p712_0","t":15,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[33.188,-56.552],[93.57,-56.552],[123.188,-86.548],[62.899,-86.548]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-56.812,33.417],[3.57,33.417],[33.188,3.421],[-27.101,3.421]],"c":true}]},{"t":30}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 2"}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[30,90]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.0039216,0.3490196,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[18.169,-11.53],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":14,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"R4","parent":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":90},"p":{"a":0,"k":[50,83.333,0]},"a":{"a":0,"k":[18.169,-11.54,0]},"s":{"a":0,"k":[111.111,111.111,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.169,-56.456],[3.169,3.482],[33.169,33.45],[33.169,-26.55]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[30,90]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.1294118,0.5882353,0.9529412,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[18.169,-11.53],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100.413,100.154],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":-3,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"R2","parent":2,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":90},"p":{"a":0,"k":[50,16.667,0]},"a":{"a":0,"k":[18.169,-11.54,0]},"s":{"a":0,"k":[111.111,111.111,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.169,-56.456],[3.169,3.482],[33.169,33.45],[33.169,-26.55]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[30,90]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.1294118,0.5882353,0.9529412,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[18.169,-11.53],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100.413,100.154],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":-3,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"R3","parent":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[16.667,50,0]},"a":{"a":0,"k":[18.169,-11.54,0]},"s":{"a":0,"k":[111.111,111.111,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.169,-26.534],[3.169,33.45],[33.169,3.419],[33.169,-56.55]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[30,90]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.6862745,0.9333333,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[18.169,-11.53],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":-3,"op":300,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"R1","parent":2,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[83.333,50,0]},"a":{"a":0,"k":[18.169,-11.54,0]},"s":{"a":0,"k":[111.111,111.111,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.169,-26.534],[3.169,33.45],[33.169,3.419],[33.169,-56.55]],"c":true}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[30,90]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.6862745,0.9333333,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[18.169,-11.53],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":-3,"op":300,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/spinner loading.json b/ohos/flutter_lottie/assets/lottiefiles/spinner loading.json new file mode 100644 index 0000000000000000000000000000000000000000..b3c78937a9eef9accbac76ee34f4e16196970f94 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/spinner loading.json @@ -0,0 +1 @@ +{"v":"4.10.1","fr":25,"ip":13,"op":140,"w":200,"h":200,"nm":"Composition 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"G","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":80,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":83,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":105,"s":[100],"e":[0]},{"t":109}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":79,"s":[100,112.25,0],"e":[100,102.25,0],"to":[0,-1.66666662693024,0],"ti":[0,1.66666662693024,0]},{"t":84}],"ix":2},"a":{"a":0,"k":[73,-8,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.638,0.26],[0.462,0.491],[0.257,0.715],[0,0.917],[-0.242,0.689],[-0.447,0.491],[-0.634,0.264],[-0.785,0],[-0.37,-0.066],[-0.297,-0.103],[-0.246,-0.139],[-0.235,-0.139],[-0.176,0],[-0.169,0.271],[0,0],[0.95,0.385],[1.298,0],[1.019,-0.396],[0.715,-0.719],[0.389,-0.997],[0,-1.195],[-0.4,-0.997],[-0.711,-0.719],[-0.975,-0.403],[-1.159,0],[-0.565,0.07],[-0.495,0.139],[-0.436,0.216],[-0.403,0.293],[0,0],[0,0],[0,0],[-0.11,-0.106],[-0.191,0],[0,0],[0,0],[0.495,-0.121],[0.667,0]],"o":[[-0.638,-0.26],[-0.462,-0.491],[-0.257,-0.715],[0,-0.851],[0.242,-0.689],[0.447,-0.491],[0.634,-0.264],[0.484,0],[0.37,0.066],[0.297,0.103],[0.246,0.139],[0.183,0.117],[0.279,0],[0,0],[-0.66,-0.616],[-0.95,-0.385],[-1.269,0],[-1.019,0.396],[-0.715,0.719],[-0.389,0.997],[0,1.181],[0.4,0.997],[0.711,0.719],[0.975,0.403],[0.653,0],[0.565,-0.07],[0.495,-0.139],[0.436,-0.216],[0,0],[0,0],[0,0],[0,0.154],[0.11,0.106],[0,0],[0,0],[-0.447,0.213],[-0.495,0.121],[-0.755,0]],"v":[[136.279,-2.568],[134.629,-3.696],[133.551,-5.505],[133.166,-7.953],[133.529,-10.263],[134.563,-12.034],[136.185,-13.167],[138.314,-13.563],[139.595,-13.464],[140.596,-13.211],[141.41,-12.848],[142.131,-12.43],[142.67,-12.254],[143.341,-12.661],[144.199,-14.003],[141.784,-15.505],[138.413,-16.082],[134.981,-15.488],[132.379,-13.816],[130.724,-11.242],[130.141,-7.953],[130.74,-4.686],[132.407,-2.112],[134.937,-0.429],[138.138,0.176],[139.964,0.072],[141.553,-0.242],[142.95,-0.775],[144.21,-1.54],[144.21,-7.975],[138.919,-7.975],[138.919,-6.303],[139.084,-5.913],[139.535,-5.753],[141.526,-5.753],[141.526,-2.86],[140.112,-2.359],[138.369,-2.178]],"c":true},"ix":2},"nm":"G","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,"nm":"Fond 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":"Transformer "}],"nm":"G","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":78,"op":113,"st":7,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"N","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":78,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":81,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":105,"s":[100],"e":[0]},{"t":109}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":77,"s":[100,112.25,0],"e":[100,102.25,0],"to":[0,-1.66666662693024,0],"ti":[0,1.66666662693024,0]},{"t":82}],"ix":2},"a":{"a":0,"k":[73,-8,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.132,0],[0,0],[0,0],[0,0],[0,0],[0.011,0.231],[0.022,0.235],[0,0],[-0.154,-0.073],[-0.235,0],[0,0],[0,0],[0,0],[0,0],[-0.011,-0.246],[-0.029,-0.257],[0,0],[0.066,0.062],[0.07,0.033],[0.088,0.011]],"o":[[0,0],[0,0],[0,0],[0,0],[0,-0.191],[-0.011,-0.231],[0,0],[0.147,0.191],[0.154,0.073],[0,0],[0,0],[0,0],[0,0],[0,0.213],[0.011,0.246],[0,0],[-0.081,-0.103],[-0.066,-0.062],[-0.07,-0.033],[-0.088,-0.011]],"v":[[108.262,-15.906],[106.711,-15.906],[106.711,0],[109.318,0],[109.318,-9.768],[109.301,-10.4],[109.252,-11.099],[117.568,-0.506],[118.019,-0.11],[118.602,0],[120.131,0],[120.131,-15.906],[117.524,-15.906],[117.524,-6.237],[117.54,-5.549],[117.601,-4.796],[109.252,-15.433],[109.032,-15.68],[108.828,-15.824],[108.592,-15.889]],"c":true},"ix":2},"nm":"N","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,"nm":"Fond 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":"Transformer "}],"nm":"N","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":76,"op":113,"st":5,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"I","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":76,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":79,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":105,"s":[100],"e":[0]},{"t":109}],"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},"n":"0p833_0p833_0p167_0p167","t":75,"s":[100,112.25,0],"e":[100,102.25,0],"to":[0,-1.66666662693024,0],"ti":[0,1.66666662693024,0]},{"t":80}],"ix":2},"a":{"a":0,"k":[73,-8,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[95.414,-15.906],[92.444,-15.906],[92.444,0],[95.414,0]],"c":true},"ix":2},"nm":"I","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,"nm":"Fond 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":"Transformer "}],"nm":"I","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":74,"op":113,"st":3,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"D","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":74,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":77,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":105,"s":[100],"e":[0]},{"t":109}],"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},"n":"0p833_0p833_0p167_0p167","t":73,"s":[100,112.25,0],"e":[100,102.25,0],"to":[0,-1.66666662693024,0],"ti":[0,1.66666662693024,0]},{"t":78}],"ix":2},"a":{"a":0,"k":[73,-8,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.389,0.975],[0.704,0.7],[0.99,0.392],[1.203,0],[0,0],[0,0],[0,0],[-0.99,0.389],[-0.704,0.704],[-0.389,0.975],[0,1.166]],"o":[[-0.389,-0.975],[-0.704,-0.7],[-0.99,-0.392],[0,0],[0,0],[0,0],[1.203,0],[0.99,-0.389],[0.704,-0.704],[0.389,-0.975],[0,-1.166]],"v":[[81.455,-11.165],[79.816,-13.678],[77.275,-15.318],[73.986,-15.906],[67.914,-15.906],[67.914,0],[73.986,0],[77.275,-0.583],[79.816,-2.222],[81.455,-4.741],[82.038,-7.953]],"c":true},"ix":2},"nm":"D","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0.235,-0.693],[0.433,-0.48],[0.62,-0.257],[0.777,0],[0,0],[0,0],[0,0],[-0.62,-0.257],[-0.433,-0.48],[-0.235,-0.693],[0,-0.873]],"o":[[-0.235,0.693],[-0.433,0.48],[-0.62,0.257],[0,0],[0,0],[0,0],[0.777,0],[0.62,0.257],[0.433,0.48],[0.235,0.693],[0,0.873]],"v":[[78.661,-5.605],[77.66,-3.844],[76.081,-2.739],[73.986,-2.354],[70.895,-2.354],[70.895,-13.552],[73.986,-13.552],[76.081,-13.167],[77.66,-12.062],[78.661,-10.301],[79.013,-7.953]],"c":true},"ix":2},"nm":"D","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Fusionner les tracés 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fond 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":"Transformer "}],"nm":"D","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":72,"op":113,"st":1,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"A","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":72,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":105,"s":[100],"e":[0]},{"t":109}],"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},"n":"0p833_0p833_0p167_0p167","t":71,"s":[100,112.25,0],"e":[100,102.25,0],"to":[0,-1.66666662693024,0],"ti":[0,1.66666662693024,0]},{"t":76}],"ix":2},"a":{"a":0,"k":[73,-8,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[-0.172,0.139],[-0.059,0.169],[0,0],[0,0],[0,0],[-0.165,-0.128],[-0.257,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0.249,0],[0.172,-0.139],[0,0],[0,0],[0,0],[0.073,0.191],[0.165,0.128],[0,0],[0,0]],"v":[[52.305,-15.906],[49.28,-15.906],[43.032,0],[45.331,0],[45.964,-0.209],[46.31,-0.671],[47.498,-3.916],[54.087,-3.916],[55.275,-0.671],[55.633,-0.193],[56.265,0],[58.553,0]],"c":true},"ix":2},"nm":"A","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[-0.099,0.323],[-0.103,0.374],[-0.106,-0.319],[-0.088,-0.235],[0,0],[0,0]],"o":[[0.095,-0.242],[0.099,-0.323],[0.103,0.374],[0.106,0.319],[0,0],[0,0],[0,0]],"v":[[50.193,-11.275],[50.485,-12.122],[50.787,-13.167],[51.101,-12.128],[51.392,-11.297],[53.328,-6.006],[48.257,-6.006]],"c":true},"ix":2},"nm":"A","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Fusionner les tracés 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fond 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":"Transformer "}],"nm":"A","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":70,"op":113,"st":-1,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"O","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":70,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":73,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":105,"s":[100],"e":[0]},{"t":109}],"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},"n":"0p833_0p833_0p167_0p167","t":69,"s":[100,112.25,0],"e":[100,102.25,0],"to":[0,-1.66666662693024,0],"ti":[0,1.66666662693024,0]},{"t":74}],"ix":2},"a":{"a":0,"k":[73,-8,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.389,0.994],[0.704,0.722],[0.99,0.411],[1.203,0],[0.994,-0.407],[0.708,-0.726],[0.389,-0.994],[0,-1.166],[-0.389,-0.994],[-0.708,-0.726],[-0.994,-0.407],[-1.203,0],[-0.99,0.407],[-0.704,0.726],[-0.389,0.994],[0,1.166]],"o":[[-0.389,-0.994],[-0.704,-0.722],[-0.99,-0.411],[-1.203,0],[-0.994,0.407],[-0.708,0.726],[-0.389,0.994],[0,1.166],[0.389,0.994],[0.708,0.726],[0.994,0.407],[1.203,0],[0.99,-0.407],[0.704,-0.726],[0.389,-0.994],[0,-1.166]],"v":[[34.496,-11.193],[32.857,-13.766],[30.316,-15.466],[27.027,-16.082],[23.733,-15.471],[21.181,-13.772],[19.536,-11.193],[18.953,-7.953],[19.536,-4.714],[21.181,-2.134],[23.733,-0.434],[27.027,0.176],[30.316,-0.434],[32.857,-2.134],[34.496,-4.714],[35.079,-7.953]],"c":true},"ix":2},"nm":"O","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0.231,-0.693],[0.433,-0.48],[0.62,-0.257],[0.777,0],[0.623,0.257],[0.436,0.48],[0.235,0.693],[0,0.873],[-0.235,0.693],[-0.436,0.484],[-0.623,0.257],[-0.777,0],[-0.62,-0.257],[-0.433,-0.484],[-0.231,-0.693],[0,-0.873]],"o":[[-0.231,0.693],[-0.433,0.48],[-0.62,0.257],[-0.777,0],[-0.623,-0.257],[-0.436,-0.48],[-0.235,-0.693],[0,-0.873],[0.235,-0.693],[0.436,-0.484],[0.623,-0.257],[0.777,0],[0.62,0.257],[0.433,0.484],[0.231,0.693],[0,0.873]],"v":[[31.697,-5.605],[30.701,-3.844],[29.123,-2.739],[27.027,-2.354],[24.926,-2.739],[23.337,-3.844],[22.33,-5.605],[21.978,-7.953],[22.33,-10.301],[23.337,-12.067],[24.926,-13.178],[27.027,-13.563],[29.123,-13.178],[30.701,-12.067],[31.697,-10.301],[32.043,-7.953]],"c":true},"ix":2},"nm":"O","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Fusionner les tracés 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fond 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":"Transformer "}],"nm":"O","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":68,"op":113,"st":-3,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"L","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":68,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":71,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":105,"s":[100],"e":[0]},{"t":109}],"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},"n":"0p833_0p833_0p167_0p167","t":67,"s":[100,112.25,0],"e":[100,102.25,0],"to":[0,-1.66666662693024,0],"ti":[0,1.66666662693024,0]},{"t":72}],"ix":2},"a":{"a":0,"k":[73,-8,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[4.565,-15.906],[1.606,-15.906],[1.606,0],[10.934,0],[10.934,-2.442],[4.565,-2.442]],"c":true},"ix":2},"nm":"L","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,"nm":"Fond 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":"Transformer "}],"nm":"L","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":66,"op":113,"st":-5,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"loader Silhouettes","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[100,100,0],"ix":2},"a":{"a":0,"k":[200,200,0],"ix":1},"s":{"a":0,"k":[54.43,54.43,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,76.768],[76.768,0],[0,-76.768],[0,0],[-76.768,0],[0,76.768],[76.768,0],[0,-76.768],[-76.768,0],[0,76.768],[0,-93],[0,0]],"o":[[76.768,0],[0,-76.768],[-76.768,0],[0,0],[0,76.768],[76.768,0],[0,-76.768],[-76.768,0],[0,76.768],[76.768,0],[0,-144],[0,0],[0,0]],"v":[[0.125,148.25],[139.125,9.25],[0.125,-129.75],[-138.875,9.25],[-138.875,9.5],[0.125,148.5],[139.125,9.5],[0.125,-129.5],[-139.125,9.5],[0.125,148.5],[139.125,9.5],[0.125,-55.5],[0.125,76.5]],"c":false},"ix":2},"nm":"Tracé 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.235294118524,0.235294118524,0.235294118524,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":12,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Contour 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[200.125,191.5],"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":"Transformer "}],"nm":"Groupe 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.303],"y":[0.997]},"o":{"x":[0.524],"y":[0.001]},"n":["0p303_0p997_0p524_0p001"],"t":113,"s":[94],"e":[18.8]},{"t":141}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.348],"y":[0.995]},"o":{"x":[0.5],"y":[0.001]},"n":["0p348_0p995_0p5_0p001"],"t":114,"s":[100],"e":[56]},{"t":141}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Raccorder les tracés 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":113,"op":255,"st":5,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"loader Silhouettes","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[100],"e":[0]},{"t":60}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[100,100,0],"ix":2},"a":{"a":0,"k":[200,200,0],"ix":1},"s":{"a":0,"k":[54.039,54.039,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-76.768],[76.768,0],[0,76.768],[0,0],[-76.768,0],[0,-76.768],[76.768,0],[0,76.768],[-76.768,0],[0,-76.768],[0,93],[0,0]],"o":[[76.768,0],[0,76.768],[-76.768,0],[0,0],[0,-76.768],[76.768,0],[0,76.768],[-76.768,0],[0,-76.768],[76.768,0],[0,144],[0,0],[0,0]],"v":[[0.125,-148.25],[139.125,-9.25],[0.125,129.75],[-138.875,-9.25],[-138.875,-9.5],[0.125,-148.5],[139.125,-9.5],[0.125,129.5],[-139.125,-9.5],[0.125,-148.5],[139.125,-9.5],[0.125,55.5],[0.125,-76.5]],"c":false},"ix":2},"nm":"Tracé 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.235294118524,0.235294118524,0.235294118524,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":12,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Contour 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[200.125,210.25],"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":"Transformer "}],"nm":"Groupe 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.338],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p338_1_0p333_0"],"t":15,"s":[0],"e":[94]},{"t":57}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.192],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p192_1_0p333_0"],"t":22,"s":[38],"e":[100]},{"t":57}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Raccorder les tracés 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":72,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"fond carte","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[0],"e":[100]},{"t":60}],"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},"n":"0p833_0p833_0p167_0p167","t":113,"s":[100,100,0],"e":[100,95,0],"to":[0,-0.83333331346512,0],"ti":[0,0.83333331346512,0]},{"t":115}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0","0p667_1_0p167_0"],"t":60,"s":[5.2,100,100],"e":[145,100,100]},{"i":{"x":[0.636,0.636,0.667],"y":[0.479,3.605,1]},"o":{"x":[1,1,0.333],"y":[0.02,-0.098,0]},"n":["0p636_0p479_1_0p02","0p636_3p605_1_-0p098","0p667_1_0p333_0"],"t":67,"s":[145,100,100],"e":[140,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0","0p667_1_0p167_0"],"t":71,"s":[140,100,100],"e":[140,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.249,0.249,0.21],"y":[0.092,0,0]},"n":["0p833_1_0p249_0p092","0p833_1_0p249_0","0p833_1_0p21_0"],"t":108,"s":[140,100,100],"e":[5.2,100,100]},{"t":113}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[120.166,76.635],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":0,"ix":4},"nm":"Tracé rectangulaire 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.58431372549,0.592156862745,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Contour 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.234129905701,0.234129905701,0.234129905701,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fond 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,3.443],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[109.813,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":"Transformer "}],"nm":"Rectangle 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":44,"op":113,"st":-4,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/splashy_loader.json b/ohos/flutter_lottie/assets/lottiefiles/splashy_loader.json new file mode 100644 index 0000000000000000000000000000000000000000..230bdef74c9b9540a21cc3c6cad6e13539482439 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/splashy_loader.json @@ -0,0 +1 @@ +{"v":"4.6.3","fr":29.9700012207031,"ip":1.00000004073083,"op":67.000002728966,"w":600,"h":600,"nm":"Splash 3","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Splash 7","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-451.084},"p":{"a":0,"k":[295.083,97.911,0]},"a":{"a":0,"k":[107.25,-230.25,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[0.917647,0.411765,0.05098,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.8470588,0.0862745,0.2117647,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52,"s":[{"i":[[0.066,-0.121],[0.121,0.066],[-0.066,0.121],[-0.121,-0.066]],"o":[[-0.066,0.121],[-0.121,-0.066],[0.066,-0.121],[0.121,0.066]],"v":[[107.47,-230.13],[107.13,-230.03],[107.03,-230.37],[107.37,-230.47]],"c":true}],"e":[{"i":[[1.254,-2.303],[0.675,0.552],[-1.254,2.303],[-2.303,-1.254]],"o":[[-1.254,2.303],[-0.675,-0.552],[1.254,-2.303],[2.303,1.254]],"v":[[133.035,-254.315],[117.053,-239.365],[124.694,-258.857],[130.88,-260.246]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":54,"s":[{"i":[[1.254,-2.303],[0.675,0.552],[-1.254,2.303],[-2.303,-1.254]],"o":[[-1.254,2.303],[-0.675,-0.552],[1.254,-2.303],[2.303,1.254]],"v":[[133.035,-254.315],[117.053,-239.365],[124.694,-258.857],[130.88,-260.246]],"c":true}],"e":[{"i":[[1.254,-2.303],[0.675,0.552],[-1.254,2.303],[-2.303,-1.254]],"o":[[-1.254,2.303],[-0.675,-0.552],[1.254,-2.303],[2.303,1.254]],"v":[[135.535,-259.315],[129.053,-258.115],[127.194,-263.857],[133.38,-265.246]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":57,"s":[{"i":[[1.254,-2.303],[0.675,0.552],[-1.254,2.303],[-2.303,-1.254]],"o":[[-1.254,2.303],[-0.675,-0.552],[1.254,-2.303],[2.303,1.254]],"v":[[135.535,-259.315],[129.053,-258.115],[127.194,-263.857],[133.38,-265.246]],"c":true}],"e":[{"i":[[0.098,-0.179],[0.053,0.043],[-0.098,0.179],[-0.179,-0.098]],"o":[[-0.098,0.179],[-0.053,-0.043],[0.098,-0.179],[0.179,0.098]],"v":[[136.689,-271.566],[136.185,-271.473],[136.04,-271.919],[136.521,-272.027]],"c":true}]},{"t":59.0000024031193}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.8470588,0.0862745,0.2117647,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":52.0000021180034,"op":61.0000024845809,"st":31.0000012626559,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Splash 6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-262},"p":{"a":0,"k":[305.083,107.911,0]},"a":{"a":0,"k":[107.25,-230.25,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[0.917647,0.411765,0.05098,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.8470588,0.0862745,0.2117647,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":54,"s":[{"i":[[0.066,-0.121],[0.121,0.066],[-0.066,0.121],[-0.121,-0.066]],"o":[[-0.066,0.121],[-0.121,-0.066],[0.066,-0.121],[0.121,0.066]],"v":[[107.47,-230.13],[107.13,-230.03],[107.03,-230.37],[107.37,-230.47]],"c":true}],"e":[{"i":[[1.254,-2.303],[0.675,0.552],[-1.254,2.303],[-2.303,-1.254]],"o":[[-1.254,2.303],[-0.675,-0.552],[1.254,-2.303],[2.303,1.254]],"v":[[133.035,-254.315],[117.053,-239.365],[124.694,-258.857],[130.88,-260.246]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56,"s":[{"i":[[1.254,-2.303],[0.675,0.552],[-1.254,2.303],[-2.303,-1.254]],"o":[[-1.254,2.303],[-0.675,-0.552],[1.254,-2.303],[2.303,1.254]],"v":[[133.035,-254.315],[117.053,-239.365],[124.694,-258.857],[130.88,-260.246]],"c":true}],"e":[{"i":[[1.254,-2.303],[0.675,0.552],[-1.254,2.303],[-2.303,-1.254]],"o":[[-1.254,2.303],[-0.675,-0.552],[1.254,-2.303],[2.303,1.254]],"v":[[135.535,-259.315],[129.053,-258.115],[127.194,-263.857],[133.38,-265.246]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":59,"s":[{"i":[[1.254,-2.303],[0.675,0.552],[-1.254,2.303],[-2.303,-1.254]],"o":[[-1.254,2.303],[-0.675,-0.552],[1.254,-2.303],[2.303,1.254]],"v":[[135.535,-259.315],[129.053,-258.115],[127.194,-263.857],[133.38,-265.246]],"c":true}],"e":[{"i":[[0.098,-0.179],[0.053,0.043],[-0.098,0.179],[-0.179,-0.098]],"o":[[-0.098,0.179],[-0.053,-0.043],[0.098,-0.179],[0.179,0.098]],"v":[[136.689,-271.566],[136.185,-271.473],[136.04,-271.919],[136.521,-272.027]],"c":true}]},{"t":61.0000024845809}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.8470588,0.0862745,0.2117647,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":54.0000021994651,"op":63.0000025660426,"st":33.0000013441176,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Splash 5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-191},"p":{"a":0,"k":[287.149,139.465,0]},"a":{"a":0,"k":[127.684,-254.11,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[0.917647,0.411765,0.05098,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.8470588,0.0862745,0.2117647,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":50,"s":[{"i":[[0.066,-0.121],[0.121,0.066],[-0.066,0.121],[-0.121,-0.066]],"o":[[-0.066,0.121],[-0.121,-0.066],[0.066,-0.121],[0.121,0.066]],"v":[[107.47,-230.13],[107.13,-230.03],[107.03,-230.37],[107.37,-230.47]],"c":true}],"e":[{"i":[[1.254,-2.303],[0.675,0.552],[-1.254,2.303],[-2.303,-1.254]],"o":[[-1.254,2.303],[-0.675,-0.552],[1.254,-2.303],[2.303,1.254]],"v":[[133.035,-254.315],[117.053,-239.365],[124.694,-258.857],[130.88,-260.246]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52,"s":[{"i":[[1.254,-2.303],[0.675,0.552],[-1.254,2.303],[-2.303,-1.254]],"o":[[-1.254,2.303],[-0.675,-0.552],[1.254,-2.303],[2.303,1.254]],"v":[[133.035,-254.315],[117.053,-239.365],[124.694,-258.857],[130.88,-260.246]],"c":true}],"e":[{"i":[[1.254,-2.303],[0.675,0.552],[-1.254,2.303],[-2.303,-1.254]],"o":[[-1.254,2.303],[-0.675,-0.552],[1.254,-2.303],[2.303,1.254]],"v":[[135.535,-259.315],[129.053,-258.115],[127.194,-263.857],[133.38,-265.246]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":55,"s":[{"i":[[1.254,-2.303],[0.675,0.552],[-1.254,2.303],[-2.303,-1.254]],"o":[[-1.254,2.303],[-0.675,-0.552],[1.254,-2.303],[2.303,1.254]],"v":[[135.535,-259.315],[129.053,-258.115],[127.194,-263.857],[133.38,-265.246]],"c":true}],"e":[{"i":[[0.098,-0.179],[0.053,0.043],[-0.098,0.179],[-0.179,-0.098]],"o":[[-0.098,0.179],[-0.053,-0.043],[0.098,-0.179],[0.179,0.098]],"v":[[136.689,-271.566],[136.185,-271.473],[136.04,-271.919],[136.521,-272.027]],"c":true}]},{"t":57.0000023216576}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.8470588,0.0862745,0.2117647,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":50.0000020365418,"op":59.0000024031193,"st":29.0000011811942,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Splash 4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-11},"p":{"a":0,"k":[323.383,57.538,0]},"a":{"a":0,"k":[130.011,-258.056,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[0.917647,0.411765,0.05098,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.8470588,0.0862745,0.2117647,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52,"s":[{"i":[[0.066,-0.121],[0.121,0.066],[-0.066,0.121],[-0.121,-0.066]],"o":[[-0.066,0.121],[-0.121,-0.066],[0.066,-0.121],[0.121,0.066]],"v":[[107.47,-230.13],[107.13,-230.03],[107.03,-230.37],[107.37,-230.47]],"c":true}],"e":[{"i":[[1.254,-2.303],[0.675,0.552],[-1.254,2.303],[-2.303,-1.254]],"o":[[-1.254,2.303],[-0.675,-0.552],[1.254,-2.303],[2.303,1.254]],"v":[[133.035,-254.315],[117.053,-239.365],[124.694,-258.857],[130.88,-260.246]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":54,"s":[{"i":[[1.254,-2.303],[0.675,0.552],[-1.254,2.303],[-2.303,-1.254]],"o":[[-1.254,2.303],[-0.675,-0.552],[1.254,-2.303],[2.303,1.254]],"v":[[133.035,-254.315],[117.053,-239.365],[124.694,-258.857],[130.88,-260.246]],"c":true}],"e":[{"i":[[1.254,-2.303],[0.675,0.552],[-1.254,2.303],[-2.303,-1.254]],"o":[[-1.254,2.303],[-0.675,-0.552],[1.254,-2.303],[2.303,1.254]],"v":[[135.535,-259.315],[129.053,-258.115],[127.194,-263.857],[133.38,-265.246]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":57,"s":[{"i":[[1.254,-2.303],[0.675,0.552],[-1.254,2.303],[-2.303,-1.254]],"o":[[-1.254,2.303],[-0.675,-0.552],[1.254,-2.303],[2.303,1.254]],"v":[[135.535,-259.315],[129.053,-258.115],[127.194,-263.857],[133.38,-265.246]],"c":true}],"e":[{"i":[[0.098,-0.179],[0.053,0.043],[-0.098,0.179],[-0.179,-0.098]],"o":[[-0.098,0.179],[-0.053,-0.043],[0.098,-0.179],[0.179,0.098]],"v":[[136.689,-271.566],[136.185,-271.473],[136.04,-271.919],[136.521,-272.027]],"c":true}]},{"t":59.0000024031193}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.8470588,0.0862745,0.2117647,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":52.0000021180034,"op":61.0000024845809,"st":31.0000012626559,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 3","parent":13,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[4.729,-8.375,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[0.917647,0.411765,0.05098,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.8470588,0.0862745,0.2117647,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0]],"o":[[0,0]],"v":[[-622,101]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.917647,0.411765,0.05098,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.8470588,0.0862745,0.2117647,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"ix":2,"mn":"ADBE Vector Group"},{"ind":2,"ty":"sh","ix":3,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":0,"s":[{"i":[[0,-0.414],[0.414,0],[0.114,0.27],[0.01,0.042],[0.003,0.037],[0,0.013],[0,0.008],[-0.001,0.017],[-0.006,0.03],[-0.365,0]],"o":[[0,0.414],[-0.311,0],[-0.016,-0.039],[-0.008,-0.035],[-0.001,-0.013],[0,-0.008],[0,-0.018],[0.002,-0.031],[0.067,-0.345],[0.414,0]],"v":[[1.75,-176.75],[1,-176],[0.309,-176.459],[0.269,-176.581],[0.253,-176.688],[0.25,-176.726],[0.25,-176.75],[0.252,-176.802],[0.264,-176.894],[1,-177.5]],"c":true}],"e":[{"i":[[0,-38.5],[38.5,0],[10.561,25.068],[0.901,3.908],[0.278,3.394],[0.037,1.201],[0,0.733],[-0.11,1.6],[-0.542,2.79],[-33.924,0]],"o":[[0,38.5],[-28.909,0],[-1.528,-3.626],[-0.747,-3.238],[-0.097,-1.185],[-0.022,-0.727],[0,-1.628],[0.199,-2.898],[6.24,-32.099],[38.5,0]],"v":[[70.71,-176.75],[1,-107.04],[-63.269,-149.706],[-66.928,-161.023],[-68.474,-170.98],[-68.676,-174.56],[-68.71,-176.75],[-68.544,-181.592],[-67.427,-190.129],[1,-246.46]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[0,-38.5],[38.5,0],[10.561,25.068],[0.901,3.908],[0.278,3.394],[0.037,1.201],[0,0.733],[-0.11,1.6],[-0.542,2.79],[-33.924,0]],"o":[[0,38.5],[-28.909,0],[-1.528,-3.626],[-0.747,-3.238],[-0.097,-1.185],[-0.022,-0.727],[0,-1.628],[0.199,-2.898],[6.24,-32.099],[38.5,0]],"v":[[70.71,-176.75],[1,-107.04],[-63.269,-149.706],[-66.928,-161.023],[-68.474,-170.98],[-68.676,-174.56],[-68.71,-176.75],[-68.544,-181.592],[-67.427,-190.129],[1,-246.46]],"c":true}],"e":[{"i":[[0,-24.024],[24.025,0],[6.59,15.643],[0.562,2.439],[0.174,2.118],[0.023,0.75],[0,0.457],[-0.068,0.998],[-0.338,1.741],[-21.169,0]],"o":[[0,24.024],[-18.04,0],[-0.953,-2.263],[-0.466,-2.021],[-0.061,-0.74],[-0.014,-0.454],[0,-1.016],[0.124,-1.808],[3.894,-20.03],[24.024,0]],"v":[[44.5,-176.75],[1,-133.25],[-39.105,-159.874],[-41.389,-166.936],[-42.353,-173.149],[-42.479,-175.383],[-42.5,-176.75],[-42.397,-179.771],[-41.7,-185.099],[1,-220.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0,-24.024],[24.025,0],[6.59,15.643],[0.562,2.439],[0.174,2.118],[0.023,0.75],[0,0.457],[-0.068,0.998],[-0.338,1.741],[-21.169,0]],"o":[[0,24.024],[-18.04,0],[-0.953,-2.263],[-0.466,-2.021],[-0.061,-0.74],[-0.014,-0.454],[0,-1.016],[0.124,-1.808],[3.894,-20.03],[24.024,0]],"v":[[44.5,-176.75],[1,-133.25],[-39.105,-159.874],[-41.389,-166.936],[-42.353,-173.149],[-42.479,-175.383],[-42.5,-176.75],[-42.397,-179.771],[-41.7,-185.099],[1,-220.25]],"c":true}],"e":[{"i":[[0,-24.024],[24.024,0],[14.315,15.643],[1.284,2.439],[0.411,2.118],[0.055,0.75],[0,0.457],[-0.163,0.998],[-0.78,1.741],[-21.169,0]],"o":[[0,24.024],[-18.04,0],[-2.071,-2.263],[-1.064,-2.021],[-0.143,-0.74],[-0.034,-0.454],[0,-1.016],[0.295,-1.808],[8.969,-20.03],[24.024,0]],"v":[[38.063,-176.75],[1,-133.25],[-62.336,-159.874],[-67.413,-166.936],[-69.65,-173.149],[-69.949,-175.383],[-70,-176.75],[-69.753,-179.771],[-68.126,-185.099],[1,-220.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,-24.024],[24.024,0],[14.315,15.643],[1.284,2.439],[0.411,2.118],[0.055,0.75],[0,0.457],[-0.163,0.998],[-0.78,1.741],[-21.169,0]],"o":[[0,24.024],[-18.04,0],[-2.071,-2.263],[-1.064,-2.021],[-0.143,-0.74],[-0.034,-0.454],[0,-1.016],[0.295,-1.808],[8.969,-20.03],[24.024,0]],"v":[[38.063,-176.75],[1,-133.25],[-62.336,-159.874],[-67.413,-166.936],[-69.65,-173.149],[-69.949,-175.383],[-70,-176.75],[-69.753,-179.771],[-68.126,-185.099],[1,-220.25]],"c":true}],"e":[{"i":[[3.937,-24.75],[24.791,10.086],[26.888,-7.416],[4.71,-1.015],[0.894,2.746],[3.258,0.928],[0.486,1.089],[-0.523,2.769],[-3.31,4.458],[-54.694,0]],"o":[[-3.775,23.726],[-47.086,-19.156],[-6.108,1.685],[-5.708,1.23],[-0.492,-1.51],[-2.261,-0.644],[-1.025,-2.295],[0.727,-3.849],[21.022,-28.316],[24.024,0]],"v":[[46.063,-169.25],[1,-133.25],[-112.773,-134.745],[-115.701,-140.777],[-142.813,-129.799],[-119.515,-152.225],[-156.245,-134.275],[-142.384,-147.783],[-147.76,-151.014],[1,-220.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[3.937,-24.75],[24.791,10.086],[26.888,-7.416],[4.71,-1.015],[0.894,2.746],[3.258,0.928],[0.486,1.089],[-0.523,2.769],[-3.31,4.458],[-54.694,0]],"o":[[-3.775,23.726],[-47.086,-19.156],[-6.108,1.685],[-5.708,1.23],[-0.492,-1.51],[-2.261,-0.644],[-1.025,-2.295],[0.727,-3.849],[21.022,-28.316],[24.024,0]],"v":[[46.063,-169.25],[1,-133.25],[-112.773,-134.745],[-115.701,-140.777],[-142.813,-129.799],[-119.515,-152.225],[-156.245,-134.275],[-142.384,-147.783],[-147.76,-151.014],[1,-220.25]],"c":true}],"e":[{"i":[[3.937,-24.75],[24.791,10.086],[75.901,-44.488],[4.785,0.557],[2.786,1.657],[3.258,0.928],[0.797,0.747],[1.267,1.798],[-2.7,4.852],[-54.694,0]],"o":[[-3.775,23.726],[-47.086,-19.156],[-5.467,3.204],[-6.56,-0.763],[-1.365,-0.812],[-2.261,-0.644],[-3.843,-3.606],[-1.706,-2.421],[46.978,-84.44],[24.024,0]],"v":[[46.063,-169.25],[1,-133.25],[-178.164,-93.595],[-165.774,-108.983],[-207.061,-72.551],[-185.397,-102.972],[-205.964,-83.28],[-166.995,-136.02],[-198.497,-103.554],[1,-220.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[3.937,-24.75],[24.791,10.086],[75.901,-44.488],[4.785,0.557],[2.786,1.657],[3.258,0.928],[0.797,0.747],[1.267,1.798],[-2.7,4.852],[-54.694,0]],"o":[[-3.775,23.726],[-47.086,-19.156],[-5.467,3.204],[-6.56,-0.763],[-1.365,-0.812],[-2.261,-0.644],[-3.843,-3.606],[-1.706,-2.421],[46.978,-84.44],[24.024,0]],"v":[[46.063,-169.25],[1,-133.25],[-178.164,-93.595],[-165.774,-108.983],[-207.061,-72.551],[-185.397,-102.972],[-205.964,-83.28],[-166.995,-136.02],[-198.497,-103.554],[1,-220.25]],"c":true}],"e":[{"i":[[3.937,-24.75],[25.212,8.981],[6.062,-0.333],[4.691,1.099],[2.786,1.657],[3.258,0.928],[0.797,0.747],[2.151,0.459],[1.537,1.127],[-191.635,1.35]],"o":[[-3.775,23.726],[-174.984,-62.332],[-6.327,0.347],[-4.13,-0.968],[-1.365,-0.812],[-2.261,-0.644],[-3.843,-3.606],[-4.565,-0.975],[-3.629,-2.662],[24.024,-0.169]],"v":[[46.062,-169.25],[1,-133.25],[-219.478,24.635],[-205.5,-31.17],[-221.353,-1.31],[-208.694,-54.13],[-222.458,-18.335],[-219.05,-42.263],[-225.237,-35.722],[1,-220.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":22,"s":[{"i":[[3.937,-24.75],[25.212,8.981],[6.062,-0.333],[4.691,1.099],[2.786,1.657],[3.258,0.928],[0.797,0.747],[2.151,0.459],[1.537,1.127],[-191.635,1.35]],"o":[[-3.775,23.726],[-174.984,-62.332],[-6.327,0.347],[-4.13,-0.968],[-1.365,-0.812],[-2.261,-0.644],[-3.843,-3.606],[-4.565,-0.975],[-3.629,-2.662],[24.024,-0.169]],"v":[[46.062,-169.25],[1,-133.25],[-219.478,24.635],[-205.5,-31.17],[-221.353,-1.31],[-208.694,-54.13],[-222.458,-18.335],[-219.05,-42.263],[-225.237,-35.722],[1,-220.25]],"c":true}],"e":[{"i":[[3.937,-24.75],[25.212,8.981],[6.062,-0.333],[4.691,1.099],[2.786,1.657],[3.258,0.928],[0.797,0.747],[2.151,0.459],[1.537,1.127],[-191.635,1.35]],"o":[[-3.775,23.726],[-174.984,-62.332],[-6.327,0.347],[-4.13,-0.968],[-1.365,-0.812],[-2.261,-0.644],[-3.843,-3.606],[-4.565,-0.975],[-3.629,-2.662],[24.024,-0.169]],"v":[[46.062,-169.25],[1,-133.25],[-219.478,24.635],[-205.5,-31.17],[-221.353,-1.31],[-208.694,-54.13],[-222.458,-18.335],[-219.05,-42.263],[-225.237,-35.722],[1,-220.25]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":26,"s":[{"i":[[3.937,-24.75],[25.212,8.981],[6.062,-0.333],[4.691,1.099],[2.786,1.657],[3.258,0.928],[0.797,0.747],[2.151,0.459],[1.537,1.127],[-191.635,1.35]],"o":[[-3.775,23.726],[-174.984,-62.332],[-6.327,0.347],[-4.13,-0.968],[-1.365,-0.812],[-2.261,-0.644],[-3.843,-3.606],[-4.565,-0.975],[-3.629,-2.662],[24.024,-0.169]],"v":[[46.062,-169.25],[1,-133.25],[-219.478,24.635],[-205.5,-31.17],[-221.353,-1.31],[-208.694,-54.13],[-222.458,-18.335],[-219.05,-42.263],[-225.237,-35.722],[1,-220.25]],"c":true}],"e":[{"i":[[3.937,-24.75],[24.791,10.086],[75.901,-44.488],[4.785,0.557],[2.786,1.657],[3.258,0.928],[0.797,0.747],[1.267,1.798],[-2.7,4.852],[-54.694,0]],"o":[[-3.775,23.726],[-47.086,-19.156],[-5.467,3.204],[-6.56,-0.763],[-1.365,-0.812],[-2.261,-0.644],[-3.843,-3.606],[-1.706,-2.421],[46.978,-84.44],[24.024,0]],"v":[[46.063,-169.25],[1,-133.25],[-178.164,-93.595],[-165.774,-108.983],[-207.061,-72.551],[-185.397,-102.972],[-205.964,-83.28],[-166.995,-136.02],[-198.497,-103.554],[1,-220.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":32,"s":[{"i":[[3.937,-24.75],[24.791,10.086],[75.901,-44.488],[4.785,0.557],[2.786,1.657],[3.258,0.928],[0.797,0.747],[1.267,1.798],[-2.7,4.852],[-54.694,0]],"o":[[-3.775,23.726],[-47.086,-19.156],[-5.467,3.204],[-6.56,-0.763],[-1.365,-0.812],[-2.261,-0.644],[-3.843,-3.606],[-1.706,-2.421],[46.978,-84.44],[24.024,0]],"v":[[46.063,-169.25],[1,-133.25],[-178.164,-93.595],[-165.774,-108.983],[-207.061,-72.551],[-185.397,-102.972],[-205.964,-83.28],[-166.995,-136.02],[-198.497,-103.554],[1,-220.25]],"c":true}],"e":[{"i":[[3.937,-24.75],[24.791,10.086],[26.888,-7.416],[4.71,-1.015],[0.894,2.746],[3.258,0.928],[0.486,1.089],[-0.523,2.769],[-3.31,4.458],[-54.694,0]],"o":[[-3.775,23.726],[-47.086,-19.156],[-6.108,1.685],[-5.708,1.23],[-0.492,-1.51],[-2.261,-0.644],[-1.025,-2.295],[0.727,-3.849],[21.022,-28.316],[24.024,0]],"v":[[46.063,-169.25],[1,-133.25],[-112.773,-134.745],[-115.701,-140.777],[-142.813,-129.799],[-119.515,-152.225],[-156.245,-134.275],[-142.384,-147.783],[-147.76,-151.014],[1,-220.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[{"i":[[3.937,-24.75],[24.791,10.086],[26.888,-7.416],[4.71,-1.015],[0.894,2.746],[3.258,0.928],[0.486,1.089],[-0.523,2.769],[-3.31,4.458],[-54.694,0]],"o":[[-3.775,23.726],[-47.086,-19.156],[-6.108,1.685],[-5.708,1.23],[-0.492,-1.51],[-2.261,-0.644],[-1.025,-2.295],[0.727,-3.849],[21.022,-28.316],[24.024,0]],"v":[[46.063,-169.25],[1,-133.25],[-112.773,-134.745],[-115.701,-140.777],[-142.813,-129.799],[-119.515,-152.225],[-156.245,-134.275],[-142.384,-147.783],[-147.76,-151.014],[1,-220.25]],"c":true}],"e":[{"i":[[0,-24.024],[24.024,0],[14.315,15.643],[1.284,2.439],[0.411,2.118],[0.055,0.75],[0,0.457],[-0.163,0.998],[-0.78,1.741],[-21.169,0]],"o":[[0,24.024],[-18.04,0],[-2.071,-2.263],[-1.064,-2.021],[-0.143,-0.74],[-0.034,-0.454],[0,-1.016],[0.295,-1.808],[8.969,-20.03],[24.024,0]],"v":[[38.063,-176.75],[1,-133.25],[-62.336,-159.874],[-67.413,-166.936],[-69.65,-173.149],[-69.949,-175.383],[-70,-176.75],[-69.753,-179.771],[-68.126,-185.099],[1,-220.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41,"s":[{"i":[[0,-24.024],[24.024,0],[14.315,15.643],[1.284,2.439],[0.411,2.118],[0.055,0.75],[0,0.457],[-0.163,0.998],[-0.78,1.741],[-21.169,0]],"o":[[0,24.024],[-18.04,0],[-2.071,-2.263],[-1.064,-2.021],[-0.143,-0.74],[-0.034,-0.454],[0,-1.016],[0.295,-1.808],[8.969,-20.03],[24.024,0]],"v":[[38.063,-176.75],[1,-133.25],[-62.336,-159.874],[-67.413,-166.936],[-69.65,-173.149],[-69.949,-175.383],[-70,-176.75],[-69.753,-179.771],[-68.126,-185.099],[1,-220.25]],"c":true}],"e":[{"i":[[0,-24.024],[24.025,0],[6.59,15.643],[0.562,2.439],[0.174,2.118],[0.023,0.75],[0,0.457],[-0.068,0.998],[-0.338,1.741],[-21.169,0]],"o":[[0,24.024],[-18.04,0],[-0.953,-2.263],[-0.466,-2.021],[-0.061,-0.74],[-0.014,-0.454],[0,-1.016],[0.124,-1.808],[3.894,-20.03],[24.024,0]],"v":[[44.5,-176.75],[1,-133.25],[-39.105,-159.874],[-41.389,-166.936],[-42.353,-173.149],[-42.479,-175.383],[-42.5,-176.75],[-42.397,-179.771],[-41.7,-185.099],[1,-220.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45,"s":[{"i":[[0,-24.024],[24.025,0],[6.59,15.643],[0.562,2.439],[0.174,2.118],[0.023,0.75],[0,0.457],[-0.068,0.998],[-0.338,1.741],[-21.169,0]],"o":[[0,24.024],[-18.04,0],[-0.953,-2.263],[-0.466,-2.021],[-0.061,-0.74],[-0.014,-0.454],[0,-1.016],[0.124,-1.808],[3.894,-20.03],[24.024,0]],"v":[[44.5,-176.75],[1,-133.25],[-39.105,-159.874],[-41.389,-166.936],[-42.353,-173.149],[-42.479,-175.383],[-42.5,-176.75],[-42.397,-179.771],[-41.7,-185.099],[1,-220.25]],"c":true}],"e":[{"i":[[0,-38.5],[38.5,0],[10.561,25.068],[0.901,3.908],[0.278,3.394],[0.037,1.201],[0,0.733],[-0.11,1.6],[-0.542,2.79],[-33.924,0]],"o":[[0,38.5],[-28.909,0],[-1.528,-3.626],[-0.747,-3.238],[-0.097,-1.185],[-0.022,-0.727],[0,-1.628],[0.199,-2.898],[6.24,-32.099],[38.5,0]],"v":[[70.71,-176.75],[1,-107.04],[-63.269,-149.706],[-66.928,-161.023],[-68.474,-170.98],[-68.676,-174.56],[-68.71,-176.75],[-68.544,-181.592],[-67.427,-190.129],[1,-246.46]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[{"i":[[0,-38.5],[38.5,0],[10.561,25.068],[0.901,3.908],[0.278,3.394],[0.037,1.201],[0,0.733],[-0.11,1.6],[-0.542,2.79],[-33.924,0]],"o":[[0,38.5],[-28.909,0],[-1.528,-3.626],[-0.747,-3.238],[-0.097,-1.185],[-0.022,-0.727],[0,-1.628],[0.199,-2.898],[6.24,-32.099],[38.5,0]],"v":[[70.71,-176.75],[1,-107.04],[-63.269,-149.706],[-66.928,-161.023],[-68.474,-170.98],[-68.676,-174.56],[-68.71,-176.75],[-68.544,-181.592],[-67.427,-190.129],[1,-246.46]],"c":true}],"e":[{"i":[[0,-0.414],[0.414,0],[0.114,0.27],[0.01,0.042],[0.003,0.037],[0,0.013],[0,0.008],[-0.001,0.017],[-0.006,0.03],[-0.365,0]],"o":[[0,0.414],[-0.311,0],[-0.016,-0.039],[-0.008,-0.035],[-0.001,-0.013],[0,-0.008],[0,-0.018],[0.002,-0.031],[0.067,-0.345],[0.414,0]],"v":[[1.75,-176.75],[1,-176],[0.309,-176.459],[0.269,-176.581],[0.253,-176.688],[0.25,-176.726],[0.25,-176.75],[0.252,-176.802],[0.264,-176.894],[1,-177.5]],"c":true}]},{"t":55.0000022401959}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.8470588,0.0862745,0.2117647,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":60.0000024438501,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Splash 8","parent":13,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":181},"p":{"a":0,"k":[-119.127,-211.088,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[0.917647,0.411765,0.05098,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.8470588,0.0862745,0.2117647,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[{"i":[[0.066,-0.121],[0.121,0.066],[-0.066,0.121],[-0.121,-0.066]],"o":[[-0.066,0.121],[-0.121,-0.066],[0.066,-0.121],[0.121,0.066]],"v":[[94.47,-140.13],[94.13,-140.03],[94.03,-140.37],[94.37,-140.47]],"c":true}],"e":[{"i":[[2.591,-4.756],[4.756,2.591],[-2.591,4.756],[-4.757,-2.591]],"o":[[-2.591,4.756],[-4.756,-2.591],[2.591,-4.756],[4.757,2.591]],"v":[[106.279,-141.477],[92.977,-137.555],[89.055,-150.856],[102.356,-154.778]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[{"i":[[2.591,-4.756],[4.756,2.591],[-2.591,4.756],[-4.757,-2.591]],"o":[[-2.591,4.756],[-4.756,-2.591],[2.591,-4.756],[4.757,2.591]],"v":[[106.279,-141.477],[92.977,-137.555],[89.055,-150.856],[102.356,-154.778]],"c":true}],"e":[{"i":[[2.7,-4.695],[1.391,0.912],[-8.305,37.856],[-4.757,-2.591]],"o":[[-17.529,30.477],[-1.727,-1.133],[1.161,-5.29],[4.757,2.591]],"v":[[105.529,-139.977],[49.727,-77.055],[88.305,-149.356],[102.606,-155.028]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":36,"s":[{"i":[[2.7,-4.695],[1.391,0.912],[-8.305,37.856],[-4.757,-2.591]],"o":[[-17.529,30.477],[-1.727,-1.133],[1.161,-5.29],[4.757,2.591]],"v":[[105.529,-139.977],[49.727,-77.055],[88.305,-149.356],[102.606,-155.028]],"c":true}],"e":[{"i":[[2.7,-4.695],[1.391,0.912],[-8.305,37.856],[-4.757,-2.591]],"o":[[-17.529,30.477],[-1.727,-1.133],[1.161,-5.29],[4.757,2.591]],"v":[[105.529,-139.977],[49.727,-77.055],[88.305,-149.356],[102.606,-155.028]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37,"s":[{"i":[[2.7,-4.695],[1.391,0.912],[-8.305,37.856],[-4.757,-2.591]],"o":[[-17.529,30.477],[-1.727,-1.133],[1.161,-5.29],[4.757,2.591]],"v":[[105.529,-139.977],[49.727,-77.055],[88.305,-149.356],[102.606,-155.028]],"c":true}],"e":[{"i":[[2.591,-4.756],[4.756,2.591],[-2.591,4.756],[-4.757,-2.591]],"o":[[-2.591,4.756],[-4.756,-2.591],[2.591,-4.756],[4.757,2.591]],"v":[[106.279,-141.477],[92.977,-137.555],[89.055,-150.856],[102.356,-154.778]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41,"s":[{"i":[[2.591,-4.756],[4.756,2.591],[-2.591,4.756],[-4.757,-2.591]],"o":[[-2.591,4.756],[-4.756,-2.591],[2.591,-4.756],[4.757,2.591]],"v":[[106.279,-141.477],[92.977,-137.555],[89.055,-150.856],[102.356,-154.778]],"c":true}],"e":[{"i":[[0.066,-0.121],[0.121,0.066],[-0.066,0.121],[-0.121,-0.066]],"o":[[-0.066,0.121],[-0.121,-0.066],[0.066,-0.121],[0.121,0.066]],"v":[[99.47,-145.13],[99.13,-145.03],[99.03,-145.37],[99.369,-145.47]],"c":true}]},{"t":44.0000017921567}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.8470588,0.0862745,0.2117647,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":31.0000012626559,"op":46.0000018736184,"st":10.0000004073083,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Splash 3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-262},"p":{"a":0,"k":[112,11.66,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[0.917647,0.411765,0.05098,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.8470588,0.0862745,0.2117647,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[0.066,-0.121],[0.121,0.066],[-0.066,0.121],[-0.121,-0.066]],"o":[[-0.066,0.121],[-0.121,-0.066],[0.066,-0.121],[0.121,0.066]],"v":[[107.47,-230.13],[107.13,-230.03],[107.03,-230.37],[107.37,-230.47]],"c":true}],"e":[{"i":[[1.254,-2.303],[0.675,0.552],[-1.254,2.303],[-2.303,-1.254]],"o":[[-1.254,2.303],[-0.675,-0.552],[1.254,-2.303],[2.303,1.254]],"v":[[133.035,-254.315],[117.053,-239.365],[124.694,-258.857],[130.88,-260.246]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[1.254,-2.303],[0.675,0.552],[-1.254,2.303],[-2.303,-1.254]],"o":[[-1.254,2.303],[-0.675,-0.552],[1.254,-2.303],[2.303,1.254]],"v":[[133.035,-254.315],[117.053,-239.365],[124.694,-258.857],[130.88,-260.246]],"c":true}],"e":[{"i":[[1.254,-2.303],[0.675,0.552],[-1.254,2.303],[-2.303,-1.254]],"o":[[-1.254,2.303],[-0.675,-0.552],[1.254,-2.303],[2.303,1.254]],"v":[[135.535,-259.315],[129.053,-258.115],[127.194,-263.857],[133.38,-265.246]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[{"i":[[1.254,-2.303],[0.675,0.552],[-1.254,2.303],[-2.303,-1.254]],"o":[[-1.254,2.303],[-0.675,-0.552],[1.254,-2.303],[2.303,1.254]],"v":[[135.535,-259.315],[129.053,-258.115],[127.194,-263.857],[133.38,-265.246]],"c":true}],"e":[{"i":[[0.098,-0.179],[0.053,0.043],[-0.098,0.179],[-0.179,-0.098]],"o":[[-0.098,0.179],[-0.053,-0.043],[0.098,-0.179],[0.179,0.098]],"v":[[136.689,-271.566],[136.185,-271.473],[136.04,-271.919],[136.521,-272.027]],"c":true}]},{"t":15.0000006109625}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.8470588,0.0862745,0.2117647,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":8.00000032584668,"op":17.0000006924242,"st":-13.0000005295009,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Splash 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-191},"p":{"a":0,"k":[342,-100.34,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[0.917647,0.411765,0.05098,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.8470588,0.0862745,0.2117647,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[0.066,-0.121],[0.121,0.066],[-0.066,0.121],[-0.121,-0.066]],"o":[[-0.066,0.121],[-0.121,-0.066],[0.066,-0.121],[0.121,0.066]],"v":[[107.47,-230.13],[107.13,-230.03],[107.03,-230.37],[107.37,-230.47]],"c":true}],"e":[{"i":[[1.254,-2.303],[0.675,0.552],[-1.254,2.303],[-2.303,-1.254]],"o":[[-1.254,2.303],[-0.675,-0.552],[1.254,-2.303],[2.303,1.254]],"v":[[133.035,-254.315],[117.053,-239.365],[124.694,-258.857],[130.88,-260.246]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[1.254,-2.303],[0.675,0.552],[-1.254,2.303],[-2.303,-1.254]],"o":[[-1.254,2.303],[-0.675,-0.552],[1.254,-2.303],[2.303,1.254]],"v":[[133.035,-254.315],[117.053,-239.365],[124.694,-258.857],[130.88,-260.246]],"c":true}],"e":[{"i":[[1.254,-2.303],[0.675,0.552],[-1.254,2.303],[-2.303,-1.254]],"o":[[-1.254,2.303],[-0.675,-0.552],[1.254,-2.303],[2.303,1.254]],"v":[[135.535,-259.315],[129.053,-258.115],[127.194,-263.857],[133.38,-265.246]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[1.254,-2.303],[0.675,0.552],[-1.254,2.303],[-2.303,-1.254]],"o":[[-1.254,2.303],[-0.675,-0.552],[1.254,-2.303],[2.303,1.254]],"v":[[135.535,-259.315],[129.053,-258.115],[127.194,-263.857],[133.38,-265.246]],"c":true}],"e":[{"i":[[0.098,-0.179],[0.053,0.043],[-0.098,0.179],[-0.179,-0.098]],"o":[[-0.098,0.179],[-0.053,-0.043],[0.098,-0.179],[0.179,0.098]],"v":[[136.689,-271.566],[136.185,-271.473],[136.04,-271.919],[136.521,-272.027]],"c":true}]},{"t":12.00000048877}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.8470588,0.0862745,0.2117647,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":5.00000020365417,"op":14.0000005702317,"st":-16.0000006516934,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Splash 1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-11},"p":{"a":0,"k":[262,295.66,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[0.917647,0.411765,0.05098,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.8470588,0.0862745,0.2117647,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[0.066,-0.121],[0.121,0.066],[-0.066,0.121],[-0.121,-0.066]],"o":[[-0.066,0.121],[-0.121,-0.066],[0.066,-0.121],[0.121,0.066]],"v":[[107.47,-230.13],[107.13,-230.03],[107.03,-230.37],[107.37,-230.47]],"c":true}],"e":[{"i":[[1.254,-2.303],[0.675,0.552],[-1.254,2.303],[-2.303,-1.254]],"o":[[-1.254,2.303],[-0.675,-0.552],[1.254,-2.303],[2.303,1.254]],"v":[[133.035,-254.315],[117.053,-239.365],[124.694,-258.857],[130.88,-260.246]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[1.254,-2.303],[0.675,0.552],[-1.254,2.303],[-2.303,-1.254]],"o":[[-1.254,2.303],[-0.675,-0.552],[1.254,-2.303],[2.303,1.254]],"v":[[133.035,-254.315],[117.053,-239.365],[124.694,-258.857],[130.88,-260.246]],"c":true}],"e":[{"i":[[1.254,-2.303],[0.675,0.552],[-1.254,2.303],[-2.303,-1.254]],"o":[[-1.254,2.303],[-0.675,-0.552],[1.254,-2.303],[2.303,1.254]],"v":[[135.535,-259.315],[129.053,-258.115],[127.194,-263.857],[133.38,-265.246]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[1.254,-2.303],[0.675,0.552],[-1.254,2.303],[-2.303,-1.254]],"o":[[-1.254,2.303],[-0.675,-0.552],[1.254,-2.303],[2.303,1.254]],"v":[[135.535,-259.315],[129.053,-258.115],[127.194,-263.857],[133.38,-265.246]],"c":true}],"e":[{"i":[[0.098,-0.179],[0.053,0.043],[-0.098,0.179],[-0.179,-0.098]],"o":[[-0.098,0.179],[-0.053,-0.043],[0.098,-0.179],[0.179,0.098]],"v":[[136.689,-271.566],[136.185,-271.473],[136.04,-271.919],[136.521,-272.027]],"c":true}]},{"t":11.0000004480392}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.8470588,0.0862745,0.2117647,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":4.00000016292334,"op":13.0000005295009,"st":-17.0000006924242,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"fleck 5","parent":13,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":7},"p":{"a":0,"k":[-1.5,-24.84,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[0.917647,0.411765,0.05098,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.8470588,0.0862745,0.2117647,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[{"i":[[0,-0.207],[0.207,0],[0,0.207],[-0.207,0]],"o":[[0,0.207],[-0.207,0],[0,-0.207],[0.207,0]],"v":[[-202.125,0],[-202.5,0.375],[-202.875,0],[-202.5,-0.375]],"c":true}],"e":[{"i":[[0,-1.225],[1.225,0],[0,1.225],[-1.225,0]],"o":[[0,1.225],[-1.225,0],[0,-1.225],[1.225,0]],"v":[[-197.625,5.156],[-199.844,7.375],[-202.062,5.156],[-199.844,2.937]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[{"i":[[0,-1.225],[1.225,0],[0,1.225],[-1.225,0]],"o":[[0,1.225],[-1.225,0],[0,-1.225],[1.225,0]],"v":[[-197.625,5.156],[-199.844,7.375],[-202.062,5.156],[-199.844,2.937]],"c":true}],"e":[{"i":[[0,-1.225],[1.225,0],[0,1.225],[-1.225,0]],"o":[[0,1.225],[-1.225,0],[0,-1.225],[1.225,0]],"v":[[-197.625,25.156],[-199.844,27.414],[-202.062,25.156],[-199.937,9.187]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[{"i":[[0,-1.225],[1.225,0],[0,1.225],[-1.225,0]],"o":[[0,1.225],[-1.225,0],[0,-1.225],[1.225,0]],"v":[[-197.625,25.156],[-199.844,27.414],[-202.062,25.156],[-199.937,9.187]],"c":true}],"e":[{"i":[[-1.25,-4.156],[1.225,0],[0.031,1.225],[-0.75,-0.406]],"o":[[0.353,1.173],[-1.225,0],[-0.125,-4.969],[0.855,0.519]],"v":[[-197.625,42.656],[-199.844,44.914],[-202.062,42.656],[-199.937,26.687]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39,"s":[{"i":[[-1.25,-4.156],[1.225,0],[0.031,1.225],[-0.75,-0.406]],"o":[[0.353,1.173],[-1.225,0],[-0.125,-4.969],[0.855,0.519]],"v":[[-197.625,42.656],[-199.844,44.914],[-202.062,42.656],[-199.937,26.687]],"c":true}],"e":[{"i":[[-2.175,-3.756],[1.192,-0.283],[0.313,1.185],[-0.824,-0.222]],"o":[[0.614,1.06],[-1.192,0.283],[-1.268,-4.806],[0.952,0.308]],"v":[[-191.053,64.48],[-192.691,67.189],[-195.371,65.504],[-196.988,49.476]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41,"s":[{"i":[[-2.175,-3.756],[1.192,-0.283],[0.313,1.185],[-0.824,-0.222]],"o":[[0.614,1.06],[-1.192,0.283],[-1.268,-4.806],[0.952,0.308]],"v":[[-191.053,64.48],[-192.691,67.189],[-195.371,65.504],[-196.988,49.476]],"c":true}],"e":[{"i":[[-0.416,-1.152],[1.153,-0.416],[0.416,1.153],[-1.153,0.416]],"o":[[0.416,1.152],[-1.153,0.416],[-0.416,-1.153],[1.153,-0.416]],"v":[[-179.68,88.246],[-181.001,91.123],[-183.854,89.752],[-187.275,74.01]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":43,"s":[{"i":[[-0.416,-1.152],[1.153,-0.416],[0.416,1.153],[-1.153,0.416]],"o":[[0.416,1.152],[-1.153,0.416],[-0.416,-1.153],[1.153,-0.416]],"v":[[-179.68,88.246],[-181.001,91.123],[-183.854,89.752],[-187.275,74.01]],"c":true}],"e":[{"i":[[-0.51,-1.114],[1.114,-0.51],[0.51,1.114],[-1.114,0.51]],"o":[[0.51,1.114],[-1.114,0.51],[-0.51,-1.114],[1.114,-0.51]],"v":[[-177.826,91.483],[-178.921,94.424],[-181.861,93.329],[-180.767,90.389]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45,"s":[{"i":[[-0.51,-1.114],[1.114,-0.51],[0.51,1.114],[-1.114,0.51]],"o":[[0.51,1.114],[-1.114,0.51],[-0.51,-1.114],[1.114,-0.51]],"v":[[-177.826,91.483],[-178.921,94.424],[-181.861,93.329],[-180.767,90.389]],"c":true}],"e":[{"i":[[-0.082,-0.179],[0.179,-0.082],[0.082,0.179],[-0.179,0.082]],"o":[[0.082,0.179],[-0.179,0.082],[-0.082,-0.179],[0.179,-0.082]],"v":[[-179.519,92.258],[-179.695,92.73],[-180.168,92.555],[-179.992,92.082]],"c":true}]},{"t":47.0000019143492}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.8470588,0.0862745,0.2117647,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":31.0000012626559,"op":48.0000019550801,"st":10.0000004073083,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"fleck 4","parent":13,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":14},"p":{"a":0,"k":[-25.487,-18.198,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[0.917647,0.411765,0.05098,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.8470588,0.0862745,0.2117647,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[0,-0.207],[0.207,0],[0,0.207],[-0.207,0]],"o":[[0,0.207],[-0.207,0],[0,-0.207],[0.207,0]],"v":[[-202.125,0],[-202.5,0.375],[-202.875,0],[-202.5,-0.375]],"c":true}],"e":[{"i":[[0,-1.225],[1.225,0],[0,1.225],[-1.225,0]],"o":[[0,1.225],[-1.225,0],[0,-1.225],[1.225,0]],"v":[[-197.625,5.156],[-199.844,7.375],[-202.062,5.156],[-199.844,2.937]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26,"s":[{"i":[[0,-1.225],[1.225,0],[0,1.225],[-1.225,0]],"o":[[0,1.225],[-1.225,0],[0,-1.225],[1.225,0]],"v":[[-197.625,5.156],[-199.844,7.375],[-202.062,5.156],[-199.844,2.937]],"c":true}],"e":[{"i":[[0,-1.225],[1.225,0],[0,1.225],[-1.225,0]],"o":[[0,1.225],[-1.225,0],[0,-1.225],[1.225,0]],"v":[[-197.625,25.156],[-199.844,27.414],[-202.062,25.156],[-199.937,9.187]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[{"i":[[0,-1.225],[1.225,0],[0,1.225],[-1.225,0]],"o":[[0,1.225],[-1.225,0],[0,-1.225],[1.225,0]],"v":[[-197.625,25.156],[-199.844,27.414],[-202.062,25.156],[-199.937,9.187]],"c":true}],"e":[{"i":[[-1.25,-4.156],[1.225,0],[0.031,1.225],[-0.75,-0.406]],"o":[[0.353,1.173],[-1.225,0],[-0.125,-4.969],[0.855,0.519]],"v":[[-197.625,42.656],[-199.844,44.914],[-202.062,42.656],[-199.937,26.687]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":32,"s":[{"i":[[-1.25,-4.156],[1.225,0],[0.031,1.225],[-0.75,-0.406]],"o":[[0.353,1.173],[-1.225,0],[-0.125,-4.969],[0.855,0.519]],"v":[[-197.625,42.656],[-199.844,44.914],[-202.062,42.656],[-199.937,26.687]],"c":true}],"e":[{"i":[[-2.175,-3.756],[1.192,-0.283],[0.313,1.185],[-0.824,-0.222]],"o":[[0.614,1.06],[-1.192,0.283],[-1.268,-4.806],[0.952,0.308]],"v":[[-191.053,64.48],[-192.691,67.189],[-195.371,65.504],[-196.988,49.476]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34,"s":[{"i":[[-2.175,-3.756],[1.192,-0.283],[0.313,1.185],[-0.824,-0.222]],"o":[[0.614,1.06],[-1.192,0.283],[-1.268,-4.806],[0.952,0.308]],"v":[[-191.053,64.48],[-192.691,67.189],[-195.371,65.504],[-196.988,49.476]],"c":true}],"e":[{"i":[[-0.416,-1.152],[1.153,-0.416],[0.416,1.153],[-1.153,0.416]],"o":[[0.416,1.152],[-1.153,0.416],[-0.416,-1.153],[1.153,-0.416]],"v":[[-179.68,88.246],[-181.001,91.123],[-183.854,89.752],[-187.275,74.01]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":36,"s":[{"i":[[-0.416,-1.152],[1.153,-0.416],[0.416,1.153],[-1.153,0.416]],"o":[[0.416,1.152],[-1.153,0.416],[-0.416,-1.153],[1.153,-0.416]],"v":[[-179.68,88.246],[-181.001,91.123],[-183.854,89.752],[-187.275,74.01]],"c":true}],"e":[{"i":[[-0.51,-1.114],[1.114,-0.51],[0.51,1.114],[-1.114,0.51]],"o":[[0.51,1.114],[-1.114,0.51],[-0.51,-1.114],[1.114,-0.51]],"v":[[-177.826,91.483],[-178.921,94.424],[-181.861,93.329],[-180.767,90.389]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[{"i":[[-0.51,-1.114],[1.114,-0.51],[0.51,1.114],[-1.114,0.51]],"o":[[0.51,1.114],[-1.114,0.51],[-0.51,-1.114],[1.114,-0.51]],"v":[[-177.826,91.483],[-178.921,94.424],[-181.861,93.329],[-180.767,90.389]],"c":true}],"e":[{"i":[[-0.082,-0.179],[0.179,-0.082],[0.082,0.179],[-0.179,0.082]],"o":[[0.082,0.179],[-0.179,0.082],[-0.082,-0.179],[0.179,-0.082]],"v":[[-179.519,92.258],[-179.695,92.73],[-180.168,92.555],[-179.992,92.082]],"c":true}]},{"t":40.0000016292334}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.8470588,0.0862745,0.2117647,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":24.00000097754,"op":41.0000016699642,"st":3.00000012219251,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"fleck 1","parent":13,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[3.784,-8.842,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[0.917647,0.411765,0.05098,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.8470588,0.0862745,0.2117647,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[0,-0.207],[0.207,0],[0,0.207],[-0.207,0]],"o":[[0,0.207],[-0.207,0],[0,-0.207],[0.207,0]],"v":[[-197.125,0],[-197.5,0.375],[-197.875,0],[-197.5,-0.375]],"c":true}],"e":[{"i":[[0,-1.225],[1.225,0],[0,1.225],[-1.225,0]],"o":[[0,1.225],[-1.225,0],[0,-1.225],[1.225,0]],"v":[[-197.625,5.156],[-199.844,7.375],[-202.062,5.156],[-199.844,2.937]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[0,-1.225],[1.225,0],[0,1.225],[-1.225,0]],"o":[[0,1.225],[-1.225,0],[0,-1.225],[1.225,0]],"v":[[-197.625,5.156],[-199.844,7.375],[-202.062,5.156],[-199.844,2.937]],"c":true}],"e":[{"i":[[0,-1.225],[1.225,0],[0,1.225],[-1.225,0]],"o":[[0,1.225],[-1.225,0],[0,-1.225],[1.225,0]],"v":[[-197.625,25.156],[-199.844,27.414],[-202.062,25.156],[-199.937,9.187]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28,"s":[{"i":[[0,-1.225],[1.225,0],[0,1.225],[-1.225,0]],"o":[[0,1.225],[-1.225,0],[0,-1.225],[1.225,0]],"v":[[-197.625,25.156],[-199.844,27.414],[-202.062,25.156],[-199.937,9.187]],"c":true}],"e":[{"i":[[-1.25,-4.156],[1.225,0],[0.031,1.225],[-0.75,-0.406]],"o":[[0.353,1.173],[-1.225,0],[-0.125,-4.969],[0.855,0.519]],"v":[[-197.625,42.656],[-199.844,44.914],[-202.062,42.656],[-199.937,26.687]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[{"i":[[-1.25,-4.156],[1.225,0],[0.031,1.225],[-0.75,-0.406]],"o":[[0.353,1.173],[-1.225,0],[-0.125,-4.969],[0.855,0.519]],"v":[[-197.625,42.656],[-199.844,44.914],[-202.062,42.656],[-199.937,26.687]],"c":true}],"e":[{"i":[[-2.175,-3.756],[1.192,-0.283],[0.313,1.185],[-0.824,-0.222]],"o":[[0.614,1.06],[-1.192,0.283],[-1.268,-4.806],[0.952,0.308]],"v":[[-191.053,64.48],[-192.691,67.189],[-195.371,65.504],[-196.988,49.476]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[{"i":[[-2.175,-3.756],[1.192,-0.283],[0.313,1.185],[-0.824,-0.222]],"o":[[0.614,1.06],[-1.192,0.283],[-1.268,-4.806],[0.952,0.308]],"v":[[-191.053,64.48],[-192.691,67.189],[-195.371,65.504],[-196.988,49.476]],"c":true}],"e":[{"i":[[-0.416,-1.152],[1.153,-0.416],[0.416,1.153],[-1.153,0.416]],"o":[[0.416,1.152],[-1.153,0.416],[-0.416,-1.153],[1.153,-0.416]],"v":[[-179.68,88.246],[-181.001,91.123],[-183.854,89.752],[-187.275,74.01]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[{"i":[[-0.416,-1.152],[1.153,-0.416],[0.416,1.153],[-1.153,0.416]],"o":[[0.416,1.152],[-1.153,0.416],[-0.416,-1.153],[1.153,-0.416]],"v":[[-179.68,88.246],[-181.001,91.123],[-183.854,89.752],[-187.275,74.01]],"c":true}],"e":[{"i":[[-0.51,-1.114],[1.114,-0.51],[0.51,1.114],[-1.114,0.51]],"o":[[0.51,1.114],[-1.114,0.51],[-0.51,-1.114],[1.114,-0.51]],"v":[[-177.826,91.483],[-178.921,94.424],[-181.861,93.329],[-180.767,90.389]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35,"s":[{"i":[[-0.51,-1.114],[1.114,-0.51],[0.51,1.114],[-1.114,0.51]],"o":[[0.51,1.114],[-1.114,0.51],[-0.51,-1.114],[1.114,-0.51]],"v":[[-177.826,91.483],[-178.921,94.424],[-181.861,93.329],[-180.767,90.389]],"c":true}],"e":[{"i":[[-0.082,-0.179],[0.179,-0.082],[0.082,0.179],[-0.179,0.082]],"o":[[0.082,0.179],[-0.179,0.082],[-0.082,-0.179],[0.179,-0.082]],"v":[[-179.519,92.258],[-179.695,92.73],[-180.168,92.555],[-179.992,92.082]],"c":true}]},{"t":37.0000015070409}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.8470588,0.0862745,0.2117647,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":21.0000008553475,"op":38.0000015477717,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":3,"nm":"Shape Layer 1","ks":{"o":{"a":0,"k":0},"r":{"a":1,"k":[{"i":{"x":[0.497],"y":[1]},"o":{"x":[0.397],"y":[0]},"n":["0p497_1_0p397_0"],"t":9,"s":[0],"e":[360]},{"t":43.0000017514259}]},"p":{"a":0,"k":[295.5,291.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"ip":0,"op":67.0000027289659,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/square_drop_loader.json b/ohos/flutter_lottie/assets/lottiefiles/square_drop_loader.json new file mode 100644 index 0000000000000000000000000000000000000000..950ac6ed2061b90e173979cfd078e80b9ed7e6ea --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/square_drop_loader.json @@ -0,0 +1 @@ +{"v":"4.6.3","fr":30,"ip":0,"op":112,"w":800,"h":600,"nm":"newton_ball_drop_SOLVED x 2","ddd":0,"assets":[{"id":"comp_3","layers":[{"ddd":0,"ind":1,"ty":3,"nm":"mask null","ks":{"o":{"a":0,"k":0},"r":{"a":0,"k":0},"p":{"a":0,"k":[413,311,0]},"a":{"a":0,"k":[60,60,0]},"s":{"a":0,"k":[110,110,100]}},"ao":0,"ip":0,"op":189,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"outline","parent":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[60,60,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[304,304]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"st","c":{"a":0,"k":[1,0.9882353,0.9764706,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":8},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[-13,-11],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":189,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":3,"nm":"NULL CONTROL","ks":{"o":{"a":0,"k":0},"r":{"a":0,"k":0},"p":{"a":0,"k":[349.956,261.345,0]},"a":{"a":0,"k":[60,60,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"ip":0,"op":189,"st":-8,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":3,"nm":"NULL CONTROL","parent":3,"ks":{"o":{"a":0,"k":0},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[60,145.715,0],"e":[60,-54.285,0],"to":[0,-33.3333358764648,0],"ti":[0,33.3333358764648,0]},{"t":189}]},"a":{"a":0,"k":[60,60,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"ip":0,"op":189,"st":-8,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":".sqr","cl":"sqr","parent":4,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-8,"s":[0],"e":[1.292]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-7,"s":[1.292],"e":[4.036]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-6,"s":[4.036],"e":[5.769]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-5,"s":[5.769],"e":[5.487]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-4,"s":[5.487],"e":[5.304]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-3,"s":[5.304],"e":[5.184]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-2,"s":[5.184],"e":[5.106]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-1,"s":[5.106],"e":[5.056]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[5.056],"e":[5.023]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":1,"s":[5.023],"e":[5.003]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[5.003],"e":[4.989]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[4.989],"e":[4.981]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[4.981],"e":[4.976]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[4.976],"e":[4.972]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6,"s":[4.972],"e":[4.97]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":7,"s":[4.97],"e":[4.969]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[4.969],"e":[4.968]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9,"s":[4.968],"e":[4.967]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":49,"s":[4.967],"e":[4.455]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":50,"s":[4.455],"e":[4.416]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":51,"s":[4.416],"e":[4.376]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":52,"s":[4.376],"e":[4.332]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":53,"s":[4.332],"e":[4.281]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[4.281],"e":[4.221]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":55,"s":[4.221],"e":[4.148]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[4.148],"e":[4.06]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":57,"s":[4.06],"e":[3.949]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":58,"s":[3.949],"e":[3.906]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":59,"s":[3.906],"e":[4.353]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":60,"s":[4.353],"e":[5.563]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":61,"s":[5.563],"e":[7.465]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":62,"s":[7.465],"e":[10.712]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":63,"s":[10.712],"e":[14.944]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":64,"s":[14.944],"e":[19.852]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":65,"s":[19.852],"e":[25.692]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":66,"s":[25.692],"e":[31.684]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":67,"s":[31.684],"e":[37.955]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":68,"s":[37.955],"e":[44.504]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":69,"s":[44.504],"e":[51.052]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":70,"s":[51.052],"e":[57.601]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":71,"s":[57.601],"e":[64.15]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":72,"s":[64.15],"e":[70.698]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":73,"s":[70.698],"e":[77.247]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":74,"s":[77.247],"e":[83.796]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[83.796],"e":[85.886]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":76,"s":[85.886],"e":[86.642]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":77,"s":[86.642],"e":[90.036]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":78,"s":[90.036],"e":[93.431]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":79,"s":[93.431],"e":[93.673]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":80,"s":[93.673],"e":[92.354]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":81,"s":[92.354],"e":[89.893]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":82,"s":[89.893],"e":[85.672]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":83,"s":[85.672],"e":[85.253]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":84,"s":[85.253],"e":[85.316]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":85,"s":[85.316],"e":[85.316]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":107,"s":[85.316],"e":[84.939]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":108,"s":[84.939],"e":[84.939]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":147,"s":[84.939],"e":[85.454]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":148,"s":[85.454],"e":[85.339]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":149,"s":[85.339],"e":[85.363]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":150,"s":[85.363],"e":[85.388]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":151,"s":[85.388],"e":[85.417]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":152,"s":[85.417],"e":[85.451]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":153,"s":[85.451],"e":[85.492]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":154,"s":[85.492],"e":[85.543]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":155,"s":[85.543],"e":[85.607]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":156,"s":[85.607],"e":[85.537]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":157,"s":[85.537],"e":[84.929]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":158,"s":[84.929],"e":[83.476]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":159,"s":[83.476],"e":[81.028]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":160,"s":[81.028],"e":[77.804]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":161,"s":[77.804],"e":[73.357]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":162,"s":[73.357],"e":[68.272]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":163,"s":[68.272],"e":[62.474]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":164,"s":[62.474],"e":[56.373]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":165,"s":[56.373],"e":[49.967]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":166,"s":[49.967],"e":[43.561]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":167,"s":[43.561],"e":[37.155]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":168,"s":[37.155],"e":[30.749]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":169,"s":[30.749],"e":[24.343]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":170,"s":[24.343],"e":[17.938]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":171,"s":[17.938],"e":[11.532]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":172,"s":[11.532],"e":[5.126]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":173,"s":[5.126],"e":[4.065]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":174,"s":[4.065],"e":[0.057]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":175,"s":[0.057],"e":[-3.024]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":176,"s":[-3.024],"e":[-4.021]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":177,"s":[-4.021],"e":[-3.452]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":178,"s":[-3.452],"e":[-1.534]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":179,"s":[-1.534],"e":[1.856]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":180,"s":[1.856],"e":[4.953]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":181,"s":[4.953],"e":[4.358]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":182,"s":[4.358],"e":[4.645]},{"t":183}]},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-8,"s":[9.215,-8.989,0],"e":[9.217,-8.773,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-7,"s":[9.217,-8.773,0],"e":[9.239,-8.176,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-6,"s":[9.239,-8.176,0],"e":[9.364,-7.826,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-5,"s":[9.364,-7.826,0],"e":[9.617,-7.906,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-4,"s":[9.617,-7.906,0],"e":[9.956,-7.94,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-3,"s":[9.956,-7.94,0],"e":[10.379,-7.942,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-2,"s":[10.379,-7.942,0],"e":[10.886,-7.923,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-1,"s":[10.886,-7.923,0],"e":[11.476,-7.887,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[11.476,-7.887,0],"e":[12.147,-7.838,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":1,"s":[12.147,-7.838,0],"e":[12.897,-7.779,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[12.897,-7.779,0],"e":[13.725,-7.711,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[13.725,-7.711,0],"e":[14.63,-7.635,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[14.63,-7.635,0],"e":[15.609,-7.551,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[15.609,-7.551,0],"e":[16.661,-7.461,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[16.661,-7.461,0],"e":[17.785,-7.364,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[17.785,-7.364,0],"e":[18.978,-7.261,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[18.978,-7.261,0],"e":[20.239,-7.151,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[20.239,-7.151,0],"e":[21.567,-7.036,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[21.567,-7.036,0],"e":[22.961,-6.915,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[22.961,-6.915,0],"e":[24.418,-6.789,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[24.418,-6.789,0],"e":[25.937,-6.657,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13,"s":[25.937,-6.657,0],"e":[27.518,-6.52,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[27.518,-6.52,0],"e":[29.158,-6.377,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[29.158,-6.377,0],"e":[30.857,-6.23,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[30.857,-6.23,0],"e":[32.612,-6.077,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[32.612,-6.077,0],"e":[34.424,-5.92,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[34.424,-5.92,0],"e":[36.29,-5.758,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[36.29,-5.758,0],"e":[38.21,-5.591,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[38.21,-5.591,0],"e":[40.182,-5.419,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[40.182,-5.419,0],"e":[42.205,-5.243,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[42.205,-5.243,0],"e":[44.278,-5.063,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[44.278,-5.063,0],"e":[46.4,-4.879,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[46.4,-4.879,0],"e":[48.569,-4.69,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[48.569,-4.69,0],"e":[50.786,-4.498,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26,"s":[50.786,-4.498,0],"e":[53.048,-4.301,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[53.048,-4.301,0],"e":[55.355,-4.101,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28,"s":[55.355,-4.101,0],"e":[57.706,-3.896,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[57.706,-3.896,0],"e":[60.1,-3.688,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[60.1,-3.688,0],"e":[62.535,-3.477,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[62.535,-3.477,0],"e":[65.012,-3.261,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":32,"s":[65.012,-3.261,0],"e":[67.529,-3.043,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[67.529,-3.043,0],"e":[70.085,-2.82,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34,"s":[70.085,-2.82,0],"e":[72.679,-2.595,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35,"s":[72.679,-2.595,0],"e":[75.31,-2.366,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":36,"s":[75.31,-2.366,0],"e":[77.979,-2.134,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37,"s":[77.979,-2.134,0],"e":[80.683,-1.899,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[80.683,-1.899,0],"e":[83.423,-1.661,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39,"s":[83.423,-1.661,0],"e":[86.196,-1.42,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[86.196,-1.42,0],"e":[89.004,-1.176,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41,"s":[89.004,-1.176,0],"e":[91.844,-0.929,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[91.844,-0.929,0],"e":[94.716,-0.68,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":43,"s":[94.716,-0.68,0],"e":[97.62,-0.427,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":44,"s":[97.62,-0.427,0],"e":[100.554,-0.172,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45,"s":[100.554,-0.172,0],"e":[103.519,0.085,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":46,"s":[103.519,0.085,0],"e":[106.513,0.345,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[106.513,0.345,0],"e":[109.535,0.608,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":48,"s":[109.535,0.608,0],"e":[112.586,0.873,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":49,"s":[112.586,0.873,0],"e":[115.594,0.905,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":50,"s":[115.594,0.905,0],"e":[118.59,1.154,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":51,"s":[118.59,1.154,0],"e":[121.61,1.402,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52,"s":[121.61,1.402,0],"e":[124.652,1.648,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":53,"s":[124.652,1.648,0],"e":[127.715,1.892,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":54,"s":[127.715,1.892,0],"e":[130.797,2.134,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":55,"s":[130.797,2.134,0],"e":[133.896,2.373,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56,"s":[133.896,2.373,0],"e":[137.009,2.606,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":57,"s":[137.009,2.606,0],"e":[140.134,2.831,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":58,"s":[140.134,2.831,0],"e":[143.267,3.046,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":59,"s":[143.267,3.046,0],"e":[146.404,3.297,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":60,"s":[146.404,3.297,0],"e":[149.544,3.699,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":61,"s":[149.544,3.699,0],"e":[152.674,4.57,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":62,"s":[152.674,4.57,0],"e":[155.846,5.696,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":63,"s":[155.846,5.696,0],"e":[159.047,7.37,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":64,"s":[159.047,7.37,0],"e":[162.258,9.781,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":65,"s":[162.258,9.781,0],"e":[165.538,12.855,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":66,"s":[165.538,12.855,0],"e":[168.771,16.897,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":67,"s":[168.771,16.897,0],"e":[171.986,21.866,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":68,"s":[171.986,21.866,0],"e":[175.184,27.744,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":69,"s":[175.184,27.744,0],"e":[178.311,34.586,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":70,"s":[178.311,34.586,0],"e":[181.37,42.371,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":71,"s":[181.37,42.371,0],"e":[184.362,51.079,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":72,"s":[184.362,51.079,0],"e":[187.289,60.689,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":73,"s":[187.289,60.689,0],"e":[190.151,71.182,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":74,"s":[190.151,71.182,0],"e":[192.951,82.538,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":75,"s":[192.951,82.538,0],"e":[195.572,93.384,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":76,"s":[195.572,93.384,0],"e":[196.968,91.643,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":77,"s":[196.968,91.643,0],"e":[198.268,90.292,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":78,"s":[198.268,90.292,0],"e":[199.54,90.064,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":79,"s":[199.54,90.064,0],"e":[200.692,89.876,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":80,"s":[200.692,89.876,0],"e":[201.774,90.26,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":81,"s":[201.774,90.26,0],"e":[202.799,91.354,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":82,"s":[202.799,91.354,0],"e":[203.796,92.976,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":83,"s":[203.796,92.976,0],"e":[204.563,93.126,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":84,"s":[204.563,93.126,0],"e":[205.201,93.052,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":85,"s":[205.201,93.052,0],"e":[205.738,93.008,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":86,"s":[205.738,93.008,0],"e":[206.174,92.973,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":87,"s":[206.174,92.973,0],"e":[206.512,92.945,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":88,"s":[206.512,92.945,0],"e":[206.753,92.925,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":89,"s":[206.753,92.925,0],"e":[206.9,92.913,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":90,"s":[206.9,92.913,0],"e":[206.92,92.912,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":92,"s":[206.92,92.912,0],"e":[206.797,92.922,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":93,"s":[206.797,92.922,0],"e":[206.588,92.939,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":94,"s":[206.588,92.939,0],"e":[206.294,92.963,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":95,"s":[206.294,92.963,0],"e":[205.917,92.994,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":96,"s":[205.917,92.994,0],"e":[205.46,93.031,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":97,"s":[205.46,93.031,0],"e":[204.924,93.075,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":98,"s":[204.924,93.075,0],"e":[204.311,93.125,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":99,"s":[204.311,93.125,0],"e":[203.622,93.182,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":100,"s":[203.622,93.182,0],"e":[202.86,93.244,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":101,"s":[202.86,93.244,0],"e":[202.025,93.313,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":102,"s":[202.025,93.313,0],"e":[201.119,93.387,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":103,"s":[201.119,93.387,0],"e":[200.145,93.467,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":104,"s":[200.145,93.467,0],"e":[199.102,93.552,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":105,"s":[199.102,93.552,0],"e":[197.994,93.643,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":106,"s":[197.994,93.643,0],"e":[196.821,93.739,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":107,"s":[196.821,93.739,0],"e":[195.597,94.017,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":108,"s":[195.597,94.017,0],"e":[194.291,94.131,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":109,"s":[194.291,94.131,0],"e":[192.919,94.25,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":110,"s":[192.919,94.25,0],"e":[191.483,94.375,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":111,"s":[191.483,94.375,0],"e":[189.984,94.505,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":112,"s":[189.984,94.505,0],"e":[188.424,94.641,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":113,"s":[188.424,94.641,0],"e":[186.803,94.782,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":114,"s":[186.803,94.782,0],"e":[185.124,94.928,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":115,"s":[185.124,94.928,0],"e":[183.387,95.079,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":116,"s":[183.387,95.079,0],"e":[181.594,95.234,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":117,"s":[181.594,95.234,0],"e":[179.746,95.395,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":118,"s":[179.746,95.395,0],"e":[177.844,95.56,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":119,"s":[177.844,95.56,0],"e":[175.889,95.73,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":120,"s":[175.889,95.73,0],"e":[173.883,95.905,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":121,"s":[173.883,95.905,0],"e":[171.827,96.083,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":122,"s":[171.827,96.083,0],"e":[169.721,96.266,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":123,"s":[169.721,96.266,0],"e":[167.567,96.453,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":124,"s":[167.567,96.453,0],"e":[165.366,96.645,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":125,"s":[165.366,96.645,0],"e":[163.119,96.84,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":126,"s":[163.119,96.84,0],"e":[160.827,97.039,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":127,"s":[160.827,97.039,0],"e":[158.49,97.242,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":128,"s":[158.49,97.242,0],"e":[156.111,97.449,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":129,"s":[156.111,97.449,0],"e":[153.689,97.66,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":130,"s":[153.689,97.66,0],"e":[151.226,97.874,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":131,"s":[151.226,97.874,0],"e":[148.723,98.091,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":132,"s":[148.723,98.091,0],"e":[146.18,98.312,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":133,"s":[146.18,98.312,0],"e":[143.598,98.539,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":134,"s":[143.598,98.539,0],"e":[140.977,98.771,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":135,"s":[140.977,98.771,0],"e":[138.317,99.006,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":136,"s":[138.317,99.006,0],"e":[135.619,99.245,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":137,"s":[135.619,99.245,0],"e":[132.885,99.488,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":138,"s":[132.885,99.488,0],"e":[130.114,99.733,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":139,"s":[130.114,99.733,0],"e":[127.307,99.981,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":140,"s":[127.307,99.981,0],"e":[124.466,100.233,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":141,"s":[124.466,100.233,0],"e":[121.592,100.488,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":142,"s":[121.592,100.488,0],"e":[118.684,100.745,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":143,"s":[118.684,100.745,0],"e":[115.743,101.006,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":144,"s":[115.743,101.006,0],"e":[112.771,101.269,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":145,"s":[112.771,101.269,0],"e":[109.768,101.535,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":146,"s":[109.768,101.535,0],"e":[106.735,101.803,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":147,"s":[106.735,101.803,0],"e":[103.744,101.836,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":148,"s":[103.744,101.836,0],"e":[100.767,102.145,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":149,"s":[100.767,102.145,0],"e":[97.758,102.398,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":150,"s":[97.758,102.398,0],"e":[94.723,102.652,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":151,"s":[94.723,102.652,0],"e":[91.664,102.905,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":152,"s":[91.664,102.905,0],"e":[88.583,103.159,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":153,"s":[88.583,103.159,0],"e":[85.48,103.411,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":154,"s":[85.48,103.411,0],"e":[82.358,103.66,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":155,"s":[82.358,103.66,0],"e":[79.218,103.906,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":156,"s":[79.218,103.906,0],"e":[76.063,104.151,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":157,"s":[76.063,104.151,0],"e":[72.896,104.455,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":158,"s":[72.896,104.455,0],"e":[69.717,104.944,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":159,"s":[69.717,104.944,0],"e":[66.522,105.764,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":160,"s":[66.522,105.764,0],"e":[63.321,107.201,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":161,"s":[63.321,107.201,0],"e":[60.059,109.063,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":162,"s":[60.059,109.063,0],"e":[56.785,111.685,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":163,"s":[56.785,111.685,0],"e":[53.471,115.063,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":164,"s":[53.471,115.063,0],"e":[50.175,119.365,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":165,"s":[50.175,119.365,0],"e":[46.895,124.572,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":166,"s":[46.895,124.572,0],"e":[43.687,130.758,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":167,"s":[43.687,130.758,0],"e":[40.549,137.901,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":168,"s":[40.549,137.901,0],"e":[37.48,145.981,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":169,"s":[37.48,145.981,0],"e":[34.478,154.977,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":170,"s":[34.478,154.977,0],"e":[31.541,164.869,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":171,"s":[31.541,164.869,0],"e":[28.669,175.637,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":172,"s":[28.669,175.637,0],"e":[25.86,187.263,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":173,"s":[25.86,187.263,0],"e":[23.781,192.033,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":174,"s":[23.781,192.033,0],"e":[22.397,190.307,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":175,"s":[22.397,190.307,0],"e":[21.071,189.41,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":176,"s":[21.071,189.41,0],"e":[19.833,188.94,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":177,"s":[19.833,188.94,0],"e":[18.668,189.042,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":178,"s":[18.668,189.042,0],"e":[17.56,189.793,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":179,"s":[17.56,189.793,0],"e":[16.468,191.19,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":180,"s":[16.468,191.19,0],"e":[15.481,192.345,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":181,"s":[15.481,192.345,0],"e":[14.729,192.085,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":182,"s":[14.729,192.085,0],"e":[14.056,192.125,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":183,"s":[14.056,192.125,0],"e":[13.494,192.079,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":184,"s":[13.494,192.079,0],"e":[13.032,192.041,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":185,"s":[13.032,192.041,0],"e":[12.668,192.012,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":186,"s":[12.668,192.012,0],"e":[12.401,191.99,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":187,"s":[12.401,191.99,0],"e":[12.228,191.976,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":188,"s":[12.228,191.976,0],"e":[12.146,191.969,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":189,"s":[12.146,191.969,0],"e":[12.155,191.97,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":190,"s":[12.155,191.97,0],"e":[12.251,191.978,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":191,"s":[12.251,191.978,0],"e":[12.434,191.993,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":192,"s":[12.434,191.993,0],"e":[12.701,192.014,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":193,"s":[12.701,192.014,0],"e":[13.05,192.043,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":194,"s":[13.05,192.043,0],"e":[13.48,192.078,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":195,"s":[13.48,192.078,0],"e":[13.988,192.119,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":196,"s":[13.988,192.119,0],"e":[14.574,192.167,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":197,"s":[14.574,192.167,0],"e":[15.235,192.22,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":198,"s":[15.235,192.22,0],"e":[15.97,192.28,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":199,"s":[15.97,192.28,0],"e":[16.777,192.346,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":200,"s":[16.777,192.346,0],"e":[17.654,192.417,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":201,"s":[17.654,192.417,0],"e":[18.601,192.494,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":202,"s":[18.601,192.494,0],"e":[19.615,192.576,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":203,"s":[19.615,192.576,0],"e":[20.695,192.664,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":204,"s":[20.695,192.664,0],"e":[21.839,192.757,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":205,"s":[21.839,192.757,0],"e":[23.047,192.855,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":206,"s":[23.047,192.855,0],"e":[24.316,192.958,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":207,"s":[24.316,192.958,0],"e":[25.646,193.066,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":208,"s":[25.646,193.066,0],"e":[27.035,193.179,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":209,"s":[27.035,193.179,0],"e":[28.482,193.297,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":210,"s":[28.482,193.297,0],"e":[29.985,193.419,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":211,"s":[29.985,193.419,0],"e":[31.544,193.545,0],"to":[0,0,0],"ti":[0,0,0]},{"t":212}]},"a":{"a":0,"k":[348.5,161.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[49,49]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"st","c":{"a":0,"k":[0.3569,0.688727,0.83,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.0666667,0.5411765,0.6980392,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[348.5,161.5],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":189,"st":-8,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"mask","parent":1,"td":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[60,60,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[304,304]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"st","c":{"a":0,"k":[1,0.9882353,0.9764706,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.937255,0.937255,0.937255,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-13,-11],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":189,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":".platform","cl":"platform","parent":4,"tt":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[110.044,327.94,0]},"a":{"a":0,"k":[400,300,0]},"s":{"a":0,"k":[100,100,100]}},"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":[[71.815,21.255],[-72.163,8.742],[-71.814,-11.255],[72.164,1.258]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.8196078,0.4,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[356,400],"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":"Group 2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":189,"st":-8,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"mask 2","parent":1,"td":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[60,60,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[304,304]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"st","c":{"a":0,"k":[1,0.9882353,0.9764706,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.937255,0.937255,0.937255,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-13,-11],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":189,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":".platform","cl":"platform","parent":4,"tt":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[110.044,127.94,0]},"a":{"a":0,"k":[400,300,0]},"s":{"a":0,"k":[100,100,100]}},"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":[[71.815,21.255],[-72.163,8.742],[-71.814,-11.255],[72.164,1.258]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.8196078,0.4,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[356,400],"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":"Group 2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":189,"st":-8,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"mask 3","parent":1,"td":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[60,60,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[304,304]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"st","c":{"a":0,"k":[1,0.9882353,0.9764706,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.937255,0.937255,0.937255,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-13,-11],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":189,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":".platform","cl":"platform","parent":4,"tt":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[110.044,327.94,0]},"a":{"a":0,"k":[400,300,0]},"s":{"a":0,"k":[100,100,100]}},"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":[[72.164,8.742],[-71.814,21.255],[-72.163,1.258],[71.814,-11.255]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.8196078,0.4,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[444,301],"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":"Group 3","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":189,"st":-8,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"mask 6","parent":1,"td":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[60,60,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[304,304]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"st","c":{"a":0,"k":[1,0.9882353,0.9764706,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.937255,0.937255,0.937255,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-13,-11],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":189,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":".platform 2","cl":"platform","parent":4,"tt":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[110.044,-72.06,0]},"a":{"a":0,"k":[400,300,0]},"s":{"a":0,"k":[100,100,100]}},"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":[[72.164,8.742],[-71.814,21.255],[-72.163,1.258],[71.814,-11.255]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.8196078,0.4,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[444,301],"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":"Group 3","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":189,"st":-8,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"mask 4","parent":1,"td":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[60,60,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[304,304]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"st","c":{"a":0,"k":[1,0.9882353,0.9764706,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.937255,0.937255,0.937255,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-13,-11],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":189,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":".platform","cl":"platform","parent":4,"tt":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[110.044,127.94,0]},"a":{"a":0,"k":[400,300,0]},"s":{"a":0,"k":[100,100,100]}},"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":[[72.164,8.742],[-71.814,21.255],[-72.163,1.258],[71.814,-11.255]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.8196078,0.4,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[444,301],"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":"Group 3","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":189,"st":-8,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"mask 5","parent":1,"td":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[60,60,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[304,304]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"st","c":{"a":0,"k":[1,0.9882353,0.9764706,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.937255,0.937255,0.937255,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-13,-11],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":189,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":4,"nm":".platform","cl":"platform","parent":4,"tt":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[110.044,127.94,0]},"a":{"a":0,"k":[400,300,0]},"s":{"a":0,"k":[100,100,100]}},"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":[[71.815,21.255],[-72.163,8.742],[-71.814,-11.255],[72.164,1.258]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.8196078,0.4,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[356,200],"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":"Group 4","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":189,"st":-8,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":4,"nm":".bg","cl":"bg","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[800,600]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"st","c":{"a":0,"k":[0.3569,0.688727,0.83,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.937255,0.2784314,0.4352941,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Rectangle 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":189,"st":0,"bm":0,"sr":1}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"newton_ball_drop_SOLVED","refId":"comp_3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[400,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"tm":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[6.3]},{"t":112}]},"w":800,"h":600,"ip":0,"op":112,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/star 2.json b/ohos/flutter_lottie/assets/lottiefiles/star 2.json new file mode 100644 index 0000000000000000000000000000000000000000..32fd30a7e2abbbc60428e430e19c69f7b1fe30d3 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/star 2.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"star 4","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[300,300,0]},"a":{"k":[0,0,0]},"s":{"k":[{"i":{"x":[0.353,0.353,0.667],"y":[1,1,0.667]},"o":{"x":[0.29,0.29,0.167],"y":[0.356,0.356,0.167]},"n":["0p353_1_0p29_0p356","0p353_1_0p29_0p356","0p667_0p667_0p167_0p167"],"t":15.8,"s":[0,0,100],"e":[120,120,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.566,0.566,0.167],"y":[0,0,0.167]},"n":["0p667_1_0p566_0","0p667_1_0p566_0","0p667_0p667_0p167_0p167"],"t":21.4,"s":[120,120,100],"e":[90,90,100]},{"i":{"x":[0.339,0.339,0.667],"y":[1,1,0.667]},"o":{"x":[0.185,0.185,0.333],"y":[0,0,0.333]},"n":["0p339_1_0p185_0","0p339_1_0p185_0","0p667_0p667_0p333_0p333"],"t":24.6,"s":[90,90,100],"e":[100,100,100]},{"t":27}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-9.622,-20.406],[0,0],[-8.593,-1.306],[0,0],[15.584,-15.829],[0,0],[-1.437,-8.931],[0,0],[19.271,10.597],[0,0],[7.639,-4.203],[0,0],[-3.673,22.425],[0,0],[6.203,6.275],[0,0],[-21.507,3.218],[0,0],[-3.826,8.094],[0,0]],"o":[[0,0],[3.813,8.094],[0,0],[21.545,3.272],[0,0],[-6.164,6.275],[0,0],[3.673,22.425],[0,0],[-7.653,-4.203],[0,0],[-19.257,10.597],[0,0],[1.436,-8.931],[0,0],[-15.597,-15.886],[0,0],[8.543,-1.306],[0,0],[9.635,-20.406]],"v":[[23.534,-229.594],[78.509,-113.063],[98.313,-98.055],[221.254,-79.368],[235.809,-32.589],[146.831,58.137],[139.282,82.437],[160.28,210.492],[122.197,239.403],[12.222,178.961],[-12.209,178.961],[-122.198,239.403],[-160.28,210.492],[-139.269,82.437],[-146.819,58.137],[-235.797,-32.589],[-221.243,-79.368],[-98.263,-98.055],[-78.498,-113.063],[-23.535,-229.594]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0.45,0.56,0.73,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,0.71,0.29,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"mn":"ADBE Vector Group"}],"ip":16,"op":30,"st":17,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"star","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[300,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-9.622,-20.406],[0,0],[-8.593,-1.306],[0,0],[15.584,-15.829],[0,0],[-1.437,-8.931],[0,0],[19.271,10.597],[0,0],[7.639,-4.203],[0,0],[-3.673,22.425],[0,0],[6.203,6.275],[0,0],[-21.507,3.218],[0,0],[-3.826,8.094],[0,0]],"o":[[0,0],[3.813,8.094],[0,0],[21.545,3.272],[0,0],[-6.164,6.275],[0,0],[3.673,22.425],[0,0],[-7.653,-4.203],[0,0],[-19.257,10.597],[0,0],[1.436,-8.931],[0,0],[-15.597,-15.886],[0,0],[8.543,-1.306],[0,0],[9.635,-20.406]],"v":[[23.534,-229.594],[78.509,-113.063],[98.313,-98.055],[221.254,-79.368],[235.809,-32.589],[146.831,58.137],[139.282,82.437],[160.28,210.492],[122.197,239.403],[12.222,178.961],[-12.209,178.961],[-122.198,239.403],[-160.28,210.492],[-139.269,82.437],[-146.819,58.137],[-235.797,-32.589],[-221.243,-79.368],[-98.263,-98.055],[-78.498,-113.063],[-23.535,-229.594]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[0.45,0.56,0.73,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.89,0.91,0.95,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":1,"st":-14,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 7","ks":{"o":{"k":100},"r":{"k":217},"p":{"k":[300,299.5,0]},"a":{"k":[7,-45,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[87.784,99.411],[-79.529,70.227],[-56.182,-63.623],[50.898,-44.945],[35.956,40.719],[-32.575,28.765],[-23.012,-26.06],[20.848,-18.41],[14.728,16.678],[-13.343,11.782]],"o":[[-99.411,87.784],[-70.227,-79.529],[63.623,-56.182],[44.945,50.899],[-40.719,35.956],[-28.765,-32.575],[26.06,-23.012],[18.41,20.848],[-16.678,14.728],[-11.782,-13.343],[0,0]],"v":[[204.587,130.304],[-134.36,109.251],[-117.518,-161.906],[99.408,-148.433],[88.63,25.108],[-50.203,16.485],[-43.305,-94.581],[45.548,-89.062],[41.133,-17.98],[-15.733,-21.512],[-12.907,-67.005]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"k":[{"i":{"x":[0.481],"y":[1]},"o":{"x":[0.205],"y":[0.527]},"n":["0p481_1_0p205_0p527"],"t":8,"s":[45.333],"e":[0]},{"t":17}],"ix":1},"e":{"k":[{"i":{"x":[0.397],"y":[1]},"o":{"x":[0.203],"y":[0.398]},"n":["0p397_1_0p203_0p398"],"t":8,"s":[76.02],"e":[0]},{"t":17}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","fillEnabled":true,"c":{"k":[0.23,0.49,0.93,1]},"o":{"k":100},"w":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[15],"e":[5]},{"t":17}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":4,"mn":"ADBE Vector Group"}],"ip":9,"op":29,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 6","ks":{"o":{"k":100},"r":{"k":87},"p":{"k":[300,299.5,0]},"a":{"k":[7,-45,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[87.784,99.411],[-79.529,70.227],[-56.182,-63.623],[50.898,-44.945],[35.956,40.719],[-32.575,28.765],[-23.012,-26.06],[20.848,-18.41],[14.728,16.678],[-13.343,11.782]],"o":[[-99.411,87.784],[-70.227,-79.529],[63.623,-56.182],[44.945,50.899],[-40.719,35.956],[-28.765,-32.575],[26.06,-23.012],[18.41,20.848],[-16.678,14.728],[-11.782,-13.343],[0,0]],"v":[[204.587,130.304],[-134.36,109.251],[-117.518,-161.906],[99.408,-148.433],[88.63,25.108],[-50.203,16.485],[-43.305,-94.581],[45.548,-89.062],[41.133,-17.98],[-15.733,-21.512],[-12.907,-67.005]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"k":[{"i":{"x":[0.481],"y":[1]},"o":{"x":[0.205],"y":[0.527]},"n":["0p481_1_0p205_0p527"],"t":8,"s":[45.333],"e":[0]},{"t":17}],"ix":1},"e":{"k":[{"i":{"x":[0.397],"y":[1]},"o":{"x":[0.203],"y":[0.398]},"n":["0p397_1_0p203_0p398"],"t":8,"s":[76.02],"e":[0]},{"t":17}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","fillEnabled":true,"c":{"k":[0.23,0.49,0.93,1]},"o":{"k":100},"w":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[15],"e":[5]},{"t":17}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":4,"mn":"ADBE Vector Group"}],"ip":9,"op":29,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 5","ks":{"o":{"k":100},"r":{"k":-33},"p":{"k":[300,299.5,0]},"a":{"k":[7,-45,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[87.784,99.411],[-79.529,70.227],[-56.182,-63.623],[50.898,-44.945],[35.956,40.719],[-32.575,28.765],[-23.012,-26.06],[20.848,-18.41],[14.728,16.678],[-13.343,11.782]],"o":[[-99.411,87.784],[-70.227,-79.529],[63.623,-56.182],[44.945,50.899],[-40.719,35.956],[-28.765,-32.575],[26.06,-23.012],[18.41,20.848],[-16.678,14.728],[-11.782,-13.343],[0,0]],"v":[[204.587,130.304],[-134.36,109.251],[-117.518,-161.906],[99.408,-148.433],[88.63,25.108],[-50.203,16.485],[-43.305,-94.581],[45.548,-89.062],[41.133,-17.98],[-15.733,-21.512],[-12.907,-67.005]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"k":[{"i":{"x":[0.481],"y":[1]},"o":{"x":[0.205],"y":[0.527]},"n":["0p481_1_0p205_0p527"],"t":8,"s":[45.333],"e":[0]},{"t":17}],"ix":1},"e":{"k":[{"i":{"x":[0.397],"y":[1]},"o":{"x":[0.203],"y":[0.398]},"n":["0p397_1_0p203_0p398"],"t":8,"s":[76.02],"e":[0]},{"t":17}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","fillEnabled":true,"c":{"k":[0.23,0.49,0.93,1]},"o":{"k":100},"w":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[15],"e":[5]},{"t":17}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":4,"mn":"ADBE Vector Group"}],"ip":9,"op":29,"st":1,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 4","ks":{"o":{"k":100},"r":{"k":217},"p":{"k":[300,299.5,0]},"a":{"k":[7,-45,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[87.784,99.411],[-79.529,70.227],[-56.182,-63.623],[50.898,-44.945],[35.956,40.719],[-32.575,28.765],[-23.012,-26.06],[20.848,-18.41],[14.728,16.678],[-13.343,11.782]],"o":[[-99.411,87.784],[-70.227,-79.529],[63.623,-56.182],[44.945,50.899],[-40.719,35.956],[-28.765,-32.575],[26.06,-23.012],[18.41,20.848],[-16.678,14.728],[-11.782,-13.343],[0,0]],"v":[[204.587,130.304],[-134.36,109.251],[-117.518,-161.906],[99.408,-148.433],[88.63,25.108],[-50.203,16.485],[-43.305,-94.581],[45.548,-89.062],[41.133,-17.98],[-15.733,-21.512],[-12.907,-67.005]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"k":[{"i":{"x":[0.481],"y":[1]},"o":{"x":[0.205],"y":[0.515]},"n":["0p481_1_0p205_0p515"],"t":5,"s":[45.333],"e":[0]},{"t":13.7998046875}],"ix":1},"e":{"k":[{"i":{"x":[0.397],"y":[1]},"o":{"x":[0.203],"y":[0.389]},"n":["0p397_1_0p203_0p389"],"t":5,"s":[76.02],"e":[0]},{"t":13.7998046875}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","fillEnabled":true,"c":{"k":[0.23,0.49,0.93,1]},"o":{"k":100},"w":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[15],"e":[5]},{"t":13.7998046875}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":4,"mn":"ADBE Vector Group"}],"ip":5,"op":28,"st":-3,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 3","ks":{"o":{"k":100},"r":{"k":87},"p":{"k":[300,299.5,0]},"a":{"k":[7,-45,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[87.784,99.411],[-79.529,70.227],[-56.182,-63.623],[50.898,-44.945],[35.956,40.719],[-32.575,28.765],[-23.012,-26.06],[20.848,-18.41],[14.728,16.678],[-13.343,11.782]],"o":[[-99.411,87.784],[-70.227,-79.529],[63.623,-56.182],[44.945,50.899],[-40.719,35.956],[-28.765,-32.575],[26.06,-23.012],[18.41,20.848],[-16.678,14.728],[-11.782,-13.343],[0,0]],"v":[[204.587,130.304],[-134.36,109.251],[-117.518,-161.906],[99.408,-148.433],[88.63,25.108],[-50.203,16.485],[-43.305,-94.581],[45.548,-89.062],[41.133,-17.98],[-15.733,-21.512],[-12.907,-67.005]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"k":[{"i":{"x":[0.481],"y":[1]},"o":{"x":[0.205],"y":[0.515]},"n":["0p481_1_0p205_0p515"],"t":5,"s":[45.333],"e":[0]},{"t":13.7998046875}],"ix":1},"e":{"k":[{"i":{"x":[0.397],"y":[1]},"o":{"x":[0.203],"y":[0.389]},"n":["0p397_1_0p203_0p389"],"t":5,"s":[76.02],"e":[0]},{"t":13.7998046875}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","fillEnabled":true,"c":{"k":[0.23,0.49,0.93,1]},"o":{"k":100},"w":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[15],"e":[5]},{"t":13.7998046875}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":4,"mn":"ADBE Vector Group"}],"ip":5,"op":28,"st":-3,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Shape Layer 2","ks":{"o":{"k":100},"r":{"k":-33},"p":{"k":[300,299.5,0]},"a":{"k":[7,-45,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[87.784,99.411],[-79.529,70.227],[-56.182,-63.623],[50.898,-44.945],[35.956,40.719],[-32.575,28.765],[-23.012,-26.06],[20.848,-18.41],[14.728,16.678],[-13.343,11.782]],"o":[[-99.411,87.784],[-70.227,-79.529],[63.623,-56.182],[44.945,50.899],[-40.719,35.956],[-28.765,-32.575],[26.06,-23.012],[18.41,20.848],[-16.678,14.728],[-11.782,-13.343],[0,0]],"v":[[204.587,130.304],[-134.36,109.251],[-117.518,-161.906],[99.408,-148.433],[88.63,25.108],[-50.203,16.485],[-43.305,-94.581],[45.548,-89.062],[41.133,-17.98],[-15.733,-21.512],[-12.907,-67.005]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"k":[{"i":{"x":[0.481],"y":[1]},"o":{"x":[0.205],"y":[0.515]},"n":["0p481_1_0p205_0p515"],"t":5,"s":[45.333],"e":[0]},{"t":13.7998046875}],"ix":1},"e":{"k":[{"i":{"x":[0.397],"y":[1]},"o":{"x":[0.203],"y":[0.389]},"n":["0p397_1_0p203_0p389"],"t":5,"s":[76.02],"e":[0]},{"t":13.7998046875}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","fillEnabled":true,"c":{"k":[0.23,0.49,0.93,1]},"o":{"k":100},"w":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[15],"e":[5]},{"t":13.7998046875}]},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":4,"mn":"ADBE Vector Group"}],"ip":5,"op":28,"st":-3,"bm":0,"sr":1}],"v":"4.5.0","ddd":0,"ip":0,"op":30,"fr":25,"w":600,"h":600} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/streetby_test_loading.json b/ohos/flutter_lottie/assets/lottiefiles/streetby_test_loading.json new file mode 100644 index 0000000000000000000000000000000000000000..86c5889978371fae21cc55b476c60637fc317d90 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/streetby_test_loading.json @@ -0,0 +1 @@ +{"v":"4.7.1","fr":60,"ip":54,"op":490,"w":320,"h":320,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[160,160,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"f","pt":{"a":1,"k":[{"i":{"x":0,"y":0.966},"o":{"x":1,"y":0.034},"n":"0_0p966_1_0p034","t":75,"s":[{"i":[[0,0],[0.459,0.106],[0.422,0.205],[0.369,0.297],[0.299,0.38],[1.973,2.681],[3.262,4.807],[4.047,6.603],[4.328,8.07],[2.287,4.698],[2.019,4.631],[1.744,4.548],[1.461,4.447],[1.342,5.197],[0.924,5.027],[0.504,4.841],[0.082,4.64],[-3.554,9.069],[-6.514,7.1],[-8.704,4.222],[-10.122,0.435],[-9.389,-3.639],[-7.14,-6.859],[-4.01,-9.198],[0,-10.655],[0.465,-5.044],[0.927,-5.251],[1.385,-5.44],[1.839,-5.612],[2.448,-6.103],[2.932,-6.237],[3.399,-6.331],[6.523,-9.614],[0.359,-0.454],[0.845,-0.411],[0.959,0],[0,0]],"o":[[-0.48,0],[-0.459,-0.106],[-0.422,-0.205],[-0.369,-0.297],[-0.179,-0.227],[-1.973,-2.681],[-3.262,-4.807],[-4.047,-6.603],[-2.548,-4.748],[-2.287,-4.698],[-2.019,-4.631],[-1.744,-4.548],[-1.757,-5.351],[-1.342,-5.197],[-0.924,-5.027],[-0.504,-4.841],[-0.178,-10.129],[3.554,-9.069],[6.514,-7.1],[8.704,-4.222],[10.757,-0.462],[9.389,3.639],[7.14,6.859],[4.01,9.198],[0,4.821],[-0.465,5.044],[-0.927,5.251],[-1.385,5.44],[-1.947,5.93],[-2.448,6.103],[-2.932,6.237],[-8.661,16.141],[-6.523,9.614],[-0.598,0.76],[-0.845,0.411],[0,0],[0,0]],"v":[[0.834,126.937],[-0.579,126.775],[-1.906,126.306],[-3.097,125.551],[-4.102,124.534],[-7.457,120.089],[-15.436,108.774],[-26.527,91.577],[-39.216,69.484],[-46.472,55.311],[-52.934,41.312],[-58.58,27.539],[-63.388,14.042],[-68.037,-1.784],[-71.437,-17.123],[-73.581,-31.93],[-74.46,-46.156],[-69.204,-75.181],[-53.909,-99.662],[-30.89,-116.874],[-2.459,-124.087],[27.98,-119.102],[52.993,-103.135],[69.939,-78.83],[76.174,-48.83],[75.475,-34.027],[73.385,-18.581],[69.915,-2.54],[65.078,14.042],[58.481,32.102],[50.406,50.623],[40.906,69.484],[17.122,108.774],[5.793,124.534],[3.597,126.306],[0.858,126.937],[0.846,126.937]],"c":true}],"e":[{"i":[[0,0],[1.034,6.319],[0,7.386],[1.121,1.122],[1.713,0],[1.121,-1.122],[0,-1.714],[-1.095,-6.765],[-1.259,-5.443],[-0.44,-3.852],[1.381,-1.75],[3.273,-0.84],[5.358,-0.224],[0,2.033],[0,0],[3.426,0],[0,-3.427],[0,0],[0,0],[0,0],[0.037,-2.01],[2.312,2.906],[-2.445,10.595],[0,16.14],[3.426,0],[0,-3.426],[2.348,-10.244],[-6.502,-8.184],[-15.269,-0.655],[4.154,-24.639],[-9.322,-11.03],[-7.409,0],[-3.862,4.565],[5.533,32.812],[1.392,34.568],[-4.855,6.09],[3.209,13.863]],"o":[[-1.181,-5.127],[-1.034,-6.319],[0,-1.714],[-1.122,-1.122],[-1.713,0],[-1.121,1.122],[0,8.094],[1.096,6.765],[1.229,5.291],[0.44,3.852],[-1.15,1.453],[-3.273,0.84],[-0.025,-2.01],[0,0],[0,-3.427],[-3.427,0],[0,0],[0,0],[0,0],[0,2.046],[-10.679,-0.46],[-2.785,-3.511],[2.507,-10.849],[0,-3.426],[-3.427,0],[0,14.748],[-3.196,13.864],[4.843,6.078],[-1.38,34.592],[-5.533,32.777],[3.862,4.565],[7.411,0],[9.324,-11.042],[-4.141,-24.615],[15.305,-0.617],[6.489,-8.173],[0,0]],"v":[[-13.479,-79.515],[-17.022,-96.715],[-18.794,-117.303],[-20.609,-121.688],[-24.993,-123.503],[-29.378,-121.688],[-31.192,-117.303],[-29.316,-95.016],[-25.551,-76.706],[-22.788,-62.826],[-23.941,-54.258],[-30.586,-50.818],[-43.542,-49.221],[-43.591,-55.299],[-43.591,-104.892],[-49.79,-111.092],[-55.989,-104.892],[-55.989,-55.299],[-55.989,-55.299],[-55.989,-55.299],[-56.039,-49.221],[-75.592,-54.282],[-74.007,-76.767],[-68.388,-117.28],[-74.587,-123.479],[-80.786,-117.28],[-86.078,-79.551],[-85.291,-46.545],[-56.365,-36.81],[-66.911,52.17],[-66.766,117.625],[-49.779,124.502],[-32.792,117.625],[-32.645,52.109],[-43.192,-36.81],[-14.218,-46.521],[-13.455,-79.49]],"c":true}]},{"i":{"x":0.055,"y":0.967},"o":{"x":1,"y":0.034},"n":"0p055_0p967_1_0p034","t":141,"s":[{"i":[[0,0],[1.034,6.319],[0,7.386],[1.121,1.122],[1.713,0],[1.121,-1.122],[0,-1.714],[-1.095,-6.765],[-1.259,-5.443],[-0.44,-3.852],[1.381,-1.75],[3.273,-0.84],[5.358,-0.224],[0,2.033],[0,0],[3.426,0],[0,-3.427],[0,0],[0,0],[0,0],[0.037,-2.01],[2.312,2.906],[-2.445,10.595],[0,16.14],[3.426,0],[0,-3.426],[2.348,-10.244],[-6.502,-8.184],[-15.269,-0.655],[4.154,-24.639],[-9.322,-11.03],[-7.409,0],[-3.862,4.565],[5.533,32.812],[1.392,34.568],[-4.855,6.09],[3.209,13.863]],"o":[[-1.181,-5.127],[-1.034,-6.319],[0,-1.714],[-1.122,-1.122],[-1.713,0],[-1.121,1.122],[0,8.094],[1.096,6.765],[1.229,5.291],[0.44,3.852],[-1.15,1.453],[-3.273,0.84],[-0.025,-2.01],[0,0],[0,-3.427],[-3.427,0],[0,0],[0,0],[0,0],[0,2.046],[-10.679,-0.46],[-2.785,-3.511],[2.507,-10.849],[0,-3.426],[-3.427,0],[0,14.748],[-3.196,13.864],[4.843,6.078],[-1.38,34.592],[-5.533,32.777],[3.862,4.565],[7.411,0],[9.324,-11.042],[-4.141,-24.615],[15.305,-0.617],[6.489,-8.173],[0,0]],"v":[[-13.479,-79.515],[-17.022,-96.715],[-18.794,-117.303],[-20.609,-121.688],[-24.993,-123.503],[-29.378,-121.688],[-31.192,-117.303],[-29.316,-95.016],[-25.551,-76.706],[-22.788,-62.826],[-23.941,-54.258],[-30.586,-50.818],[-43.542,-49.221],[-43.591,-55.299],[-43.591,-104.892],[-49.79,-111.092],[-55.989,-104.892],[-55.989,-55.299],[-55.989,-55.299],[-55.989,-55.299],[-56.039,-49.221],[-75.592,-54.282],[-74.007,-76.767],[-68.388,-117.28],[-74.587,-123.479],[-80.786,-117.28],[-86.078,-79.551],[-85.291,-46.545],[-56.365,-36.81],[-66.911,52.17],[-66.766,117.625],[-49.779,124.502],[-32.792,117.625],[-32.645,52.109],[-43.192,-36.81],[-14.218,-46.521],[-13.455,-79.49]],"c":true}],"e":[{"i":[[0,0],[0,0],[2.282,-9.686],[0,0],[4.154,0],[11.224,3.125],[0.682,1.179],[0,0],[-11.446,3.175],[-15.478,0],[0,3.51],[3.509,0],[12.562,-3.77],[3.77,-2.666],[0,-3.261],[-0.323,-1.166],[0,0],[-10.417,-3.485],[-9.735,0],[-8.137,2.742],[-0.607,5.829],[0,0],[0,0.955],[0,0.088],[0,0.025],[10.914,4.352],[1.302,-3.262],[-3.261,-1.303],[-0.434,-0.832],[0,0],[11.224,-3.125],[5.754,-0.794],[0,0],[-4.018,0],[0,0],[0,3.51],[3.509,0]],"o":[[0,0],[-9.946,0],[0,0],[-3.98,0.248],[-15.478,0],[-11.235,-3.125],[0,0],[0.583,-1.091],[11.224,-3.114],[3.509,0],[0,-3.51],[-17.561,0],[-6.5,1.947],[-6.337,4.502],[0,0.955],[0,0],[0.359,5.904],[8.185,2.729],[9.686,0],[10.243,-3.448],[0,0],[0.323,-1.166],[0,-0.074],[0,-0.024],[-0.161,-6.933],[-3.249,-1.29],[-1.314,3.261],[6.053,2.418],[0,0],[-0.695,1.154],[-4.725,1.303],[0,0],[0.918,-3.906],[0,0],[3.509,0],[0,-3.509],[0,0]],"v":[[76.709,-126.474],[38.611,-126.474],[16.82,-109.211],[0.04,-37.951],[-12.199,-37.579],[-53.609,-42.416],[-69.235,-50.142],[-69.273,-50.366],[-53.609,-58.153],[-12.199,-62.99],[-5.85,-69.34],[-12.199,-75.689],[-58.916,-69.848],[-74.382,-62.891],[-82.046,-50.291],[-81.611,-47.079],[-56.634,109.07],[-40.401,123.208],[-12.199,127.5],[15.853,123.196],[32.21,109.232],[57.213,-47.091],[57.647,-50.304],[57.647,-50.527],[57.647,-50.613],[40.954,-67.628],[32.707,-64.081],[36.254,-55.834],[44.885,-50.377],[44.849,-50.155],[29.222,-42.429],[13.397,-39.265],[29.172,-106.334],[38.598,-113.8],[76.696,-113.8],[83.046,-120.15],[76.696,-126.499]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0.034},"n":"0_1_1_0p034","t":200,"s":[{"i":[[0,0],[0,0],[2.282,-9.686],[0,0],[4.154,0],[11.224,3.125],[0.682,1.179],[0,0],[-11.446,3.175],[-15.478,0],[0,3.51],[3.509,0],[12.562,-3.77],[3.77,-2.666],[0,-3.261],[-0.323,-1.166],[0,0],[-10.417,-3.485],[-9.735,0],[-8.137,2.742],[-0.607,5.829],[0,0],[0,0.955],[0,0.088],[0,0.025],[10.914,4.352],[1.302,-3.262],[-3.261,-1.303],[-0.434,-0.832],[0,0],[11.224,-3.125],[5.754,-0.794],[0,0],[-4.018,0],[0,0],[0,3.51],[3.509,0]],"o":[[0,0],[-9.946,0],[0,0],[-3.98,0.248],[-15.478,0],[-11.235,-3.125],[0,0],[0.583,-1.091],[11.224,-3.114],[3.509,0],[0,-3.51],[-17.561,0],[-6.5,1.947],[-6.337,4.502],[0,0.955],[0,0],[0.359,5.904],[8.185,2.729],[9.686,0],[10.243,-3.448],[0,0],[0.323,-1.166],[0,-0.074],[0,-0.024],[-0.161,-6.933],[-3.249,-1.29],[-1.314,3.261],[6.053,2.418],[0,0],[-0.695,1.154],[-4.725,1.303],[0,0],[0.918,-3.906],[0,0],[3.509,0],[0,-3.509],[0,0]],"v":[[76.709,-126.474],[38.611,-126.474],[16.82,-109.211],[0.04,-37.951],[-12.199,-37.579],[-53.609,-42.416],[-69.235,-50.142],[-69.273,-50.366],[-53.609,-58.153],[-12.199,-62.99],[-5.85,-69.34],[-12.199,-75.689],[-58.916,-69.848],[-74.382,-62.891],[-82.046,-50.291],[-81.611,-47.079],[-56.634,109.07],[-40.401,123.208],[-12.199,127.5],[15.853,123.196],[32.21,109.232],[57.213,-47.091],[57.647,-50.304],[57.647,-50.527],[57.647,-50.613],[40.954,-67.628],[32.707,-64.081],[36.254,-55.834],[44.885,-50.377],[44.849,-50.155],[29.222,-42.429],[13.397,-39.265],[29.172,-106.334],[38.598,-113.8],[76.696,-113.8],[83.046,-120.15],[76.696,-126.499]],"c":true}],"e":[{"i":[[1.036,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.488,0.1],[0.449,0.19],[0.399,0.27],[0.339,0.339],[0.269,0.399],[0.19,0.448],[0.1,0.488],[0,0.517],[-0.1,0.488],[-0.19,0.449],[-0.269,0.399],[-0.339,0.339],[-0.399,0.27],[-0.449,0.19],[-0.488,0.1],[-0.518,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.897,-0.38],[-0.678,-0.679],[-0.379,-0.897],[0,-1.034],[0.379,-0.897],[0.678,-0.679],[0.897,-0.38]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.518,0],[-0.488,-0.1],[-0.449,-0.19],[-0.399,-0.27],[-0.339,-0.339],[-0.269,-0.399],[-0.19,-0.448],[-0.1,-0.488],[0,-0.517],[0.1,-0.488],[0.19,-0.449],[0.269,-0.399],[0.339,-0.339],[0.399,-0.27],[0.449,-0.19],[0.488,-0.1],[0,0],[0,0],[0,0],[0,0],[0,0],[1.036,0],[0.897,0.38],[0.678,0.679],[0.379,0.897],[0,1.034],[-0.379,0.897],[-0.678,0.679],[-0.897,0.38]],"v":[[120.495,120.502],[119.851,120.502],[119.055,120.502],[118.051,120.502],[116.745,120.502],[114.988,120.502],[112.527,120.502],[109.011,120.502],[105.496,120.502],[103.983,120.349],[102.575,119.912],[101.301,119.22],[100.191,118.304],[99.276,117.194],[98.585,115.92],[98.148,114.513],[97.996,113.003],[98.148,111.493],[98.585,110.085],[99.276,108.811],[100.191,107.701],[101.301,106.785],[102.575,106.093],[103.983,105.656],[105.496,105.503],[107.056,105.503],[109.156,105.503],[112.096,105.503],[116.295,105.503],[120.495,105.503],[123.415,106.093],[125.799,107.701],[127.406,110.085],[127.995,113.003],[127.406,115.92],[125.799,118.304],[123.415,119.912]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":280,"s":[{"i":[[1.036,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.488,0.1],[0.449,0.19],[0.399,0.27],[0.339,0.339],[0.269,0.399],[0.19,0.448],[0.1,0.488],[0,0.517],[-0.1,0.488],[-0.19,0.449],[-0.269,0.399],[-0.339,0.339],[-0.399,0.27],[-0.449,0.19],[-0.488,0.1],[-0.518,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.897,-0.38],[-0.678,-0.679],[-0.379,-0.897],[0,-1.034],[0.379,-0.897],[0.678,-0.679],[0.897,-0.38]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.518,0],[-0.488,-0.1],[-0.449,-0.19],[-0.399,-0.27],[-0.339,-0.339],[-0.269,-0.399],[-0.19,-0.448],[-0.1,-0.488],[0,-0.517],[0.1,-0.488],[0.19,-0.449],[0.269,-0.399],[0.339,-0.339],[0.399,-0.27],[0.449,-0.19],[0.488,-0.1],[0,0],[0,0],[0,0],[0,0],[0,0],[1.036,0],[0.897,0.38],[0.678,0.679],[0.379,0.897],[0,1.034],[-0.379,0.897],[-0.678,0.679],[-0.897,0.38]],"v":[[120.495,120.502],[119.851,120.502],[119.055,120.502],[118.051,120.502],[116.745,120.502],[114.988,120.502],[112.527,120.502],[109.011,120.502],[105.496,120.502],[103.983,120.349],[102.575,119.912],[101.301,119.22],[100.191,118.304],[99.276,117.194],[98.585,115.92],[98.148,114.513],[97.996,113.003],[98.148,111.493],[98.585,110.085],[99.276,108.811],[100.191,107.701],[101.301,106.785],[102.575,106.093],[103.983,105.656],[105.496,105.503],[107.056,105.503],[109.156,105.503],[112.096,105.503],[116.295,105.503],[120.495,105.503],[123.415,106.093],[125.799,107.701],[127.406,110.085],[127.995,113.003],[127.406,115.92],[125.799,118.304],[123.415,119.912]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":337,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"c":true}],"e":[{"i":[[-1.769,-2.102],[-0.108,1.029],[-0.103,0.988],[-0.1,0.953],[-0.097,0.924],[-0.095,0.901],[-0.094,0.885],[-0.094,0.876],[-0.095,0.872],[-0.084,1.093],[0.017,0.848],[0.151,0.658],[0.319,0.522],[0.522,0.441],[0.757,0.414],[1.027,0.442],[1.33,0.524],[0.181,0.069],[0.183,0.066],[0.184,0.064],[0.185,0.06],[0.186,0.057],[0.187,0.053],[0.187,0.048],[0.188,0.043],[0.758,0.077],[0.615,-0.055],[0.472,-0.19],[0.328,-0.327],[0.183,-0.467],[0.037,-0.609],[-0.109,-0.753],[-0.256,-0.901],[-0.982,-2.224],[-1.243,-2.113],[-1.461,-2.055],[-1.636,-2.052]],"o":[[0.113,-1.077],[0.108,-1.029],[0.103,-0.988],[0.1,-0.953],[0.097,-0.924],[0.095,-0.901],[0.094,-0.885],[0.094,-0.876],[0.151,-1.392],[0.084,-1.093],[-0.017,-0.848],[-0.151,-0.658],[-0.319,-0.522],[-0.522,-0.441],[-0.757,-0.414],[-1.027,-0.442],[-0.18,-0.071],[-0.181,-0.069],[-0.183,-0.066],[-0.184,-0.064],[-0.185,-0.06],[-0.186,-0.057],[-0.187,-0.053],[-0.187,-0.048],[-0.899,-0.206],[-0.758,-0.077],[-0.615,0.055],[-0.472,0.19],[-0.328,0.327],[-0.183,0.467],[-0.037,0.609],[0.109,0.753],[0.679,2.389],[0.982,2.224],[1.243,2.113],[1.461,2.055],[1.636,2.052]],"v":[[-2.023,7.429],[-1.691,4.271],[-1.375,1.248],[-1.071,-1.661],[-0.777,-4.474],[-0.49,-7.211],[-0.206,-9.89],[0.076,-12.53],[0.359,-15.151],[0.721,-18.864],[0.831,-21.761],[0.588,-24.005],[-0.109,-25.761],[-1.362,-27.19],[-3.272,-28.458],[-5.94,-29.727],[-9.467,-31.162],[-10.009,-31.372],[-10.555,-31.575],[-11.104,-31.77],[-11.657,-31.955],[-12.213,-32.131],[-12.771,-32.294],[-13.332,-32.445],[-13.896,-32.582],[-16.382,-33.007],[-18.441,-33.04],[-20.072,-32.673],[-21.271,-31.899],[-22.037,-30.709],[-22.368,-29.097],[-22.26,-27.054],[-21.713,-24.574],[-19.21,-17.667],[-15.862,-11.175],[-11.796,-4.936],[-7.14,1.211]],"c":true}]},{"i":{"x":0.068,"y":1},"o":{"x":1,"y":0},"n":"0p068_1_1_0","t":418,"s":[{"i":[[-1.769,-2.102],[-0.108,1.029],[-0.103,0.988],[-0.1,0.953],[-0.097,0.924],[-0.095,0.901],[-0.094,0.885],[-0.094,0.876],[-0.095,0.872],[-0.084,1.093],[0.017,0.848],[0.151,0.658],[0.319,0.522],[0.522,0.441],[0.757,0.414],[1.027,0.442],[1.33,0.524],[0.181,0.069],[0.183,0.066],[0.184,0.064],[0.185,0.06],[0.186,0.057],[0.187,0.053],[0.187,0.048],[0.188,0.043],[0.758,0.077],[0.615,-0.055],[0.472,-0.19],[0.328,-0.327],[0.183,-0.467],[0.037,-0.609],[-0.109,-0.753],[-0.256,-0.901],[-0.982,-2.224],[-1.243,-2.113],[-1.461,-2.055],[-1.636,-2.052]],"o":[[0.113,-1.077],[0.108,-1.029],[0.103,-0.988],[0.1,-0.953],[0.097,-0.924],[0.095,-0.901],[0.094,-0.885],[0.094,-0.876],[0.151,-1.392],[0.084,-1.093],[-0.017,-0.848],[-0.151,-0.658],[-0.319,-0.522],[-0.522,-0.441],[-0.757,-0.414],[-1.027,-0.442],[-0.18,-0.071],[-0.181,-0.069],[-0.183,-0.066],[-0.184,-0.064],[-0.185,-0.06],[-0.186,-0.057],[-0.187,-0.053],[-0.187,-0.048],[-0.899,-0.206],[-0.758,-0.077],[-0.615,0.055],[-0.472,0.19],[-0.328,0.327],[-0.183,0.467],[-0.037,0.609],[0.109,0.753],[0.679,2.389],[0.982,2.224],[1.243,2.113],[1.461,2.055],[1.636,2.052]],"v":[[-2.023,7.429],[-1.691,4.271],[-1.375,1.248],[-1.071,-1.661],[-0.777,-4.474],[-0.49,-7.211],[-0.206,-9.89],[0.076,-12.53],[0.359,-15.151],[0.721,-18.864],[0.831,-21.761],[0.588,-24.005],[-0.109,-25.761],[-1.362,-27.19],[-3.272,-28.458],[-5.94,-29.727],[-9.467,-31.162],[-10.009,-31.372],[-10.555,-31.575],[-11.104,-31.77],[-11.657,-31.955],[-12.213,-32.131],[-12.771,-32.294],[-13.332,-32.445],[-13.896,-32.582],[-16.382,-33.007],[-18.441,-33.04],[-20.072,-32.673],[-21.271,-31.899],[-22.037,-30.709],[-22.368,-29.097],[-22.26,-27.054],[-21.713,-24.574],[-19.21,-17.667],[-15.862,-11.175],[-11.796,-4.936],[-7.14,1.211]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"c":true}]},{"t":482}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"},{"inv":false,"mode":"f","pt":{"a":1,"k":[{"i":{"x":0,"y":0.966},"o":{"x":1,"y":0.034},"n":"0_0p966_1_0p034","t":86,"s":[{"i":[[34.611,0],[11.367,-11.367],[0,-17.306],[-6.519,-19.399],[-7.709,-14.357],[-6.277,-8.742],[-11.334,21.175],[0,40.778]],"o":[[-17.306,0],[-11.367,11.367],[0,20.426],[6.519,19.399],[11.322,21.101],[6.301,-8.778],[15.357,-28.653],[0,-34.612]],"v":[[0.834,-111.309],[-43.532,-92.901],[-61.94,-48.535],[-50.83,12.206],[-28.156,63.844],[0.834,110.422],[29.933,63.636],[63.608,-48.535]],"c":true}],"e":[{"i":[[0,0],[1.161,-0.491],[2.422,0],[0.909,1.065],[-4.419,26.164],[-1.598,10.933],[-1.598,-9.444],[5.593,-6.648]],"o":[[-0.454,0.532],[-1.161,0.491],[-4.844,0],[-5.594,-6.636],[1.598,-9.444],[1.598,10.921],[4.408,26.189],[0,0]],"v":[[-42.272,109.573],[-44.555,111.22],[-49.79,112.068],[-57.31,109.586],[-54.682,54.204],[-49.779,23.62],[-44.875,54.156],[-42.259,109.598]],"c":true}]},{"i":{"x":0.055,"y":0.967},"o":{"x":1,"y":0.034},"n":"0p055_0p967_1_0p034","t":157,"s":[{"i":[[0,0],[1.161,-0.491],[2.422,0],[0.909,1.065],[-4.419,26.164],[-1.598,10.933],[-1.598,-9.444],[5.593,-6.648]],"o":[[-0.454,0.532],[-1.161,0.491],[-4.844,0],[-5.594,-6.636],[1.598,-9.444],[1.598,10.921],[4.408,26.189],[0,0]],"v":[[-42.272,109.573],[-44.555,111.22],[-49.79,112.068],[-57.31,109.586],[-54.682,54.204],[-49.779,23.62],[-44.875,54.156],[-42.259,109.598]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0.034},"n":"0_1_1_0p034","t":208,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"c":true}],"e":[{"i":[[4.144,0],[0,0],[0,0],[1.357,1.358],[0,2.069],[-4.146,0],[0,0],[0,-4.138]],"o":[[0,0],[0,0],[-2.073,0],[-1.357,-1.357],[0,-4.138],[0,0],[4.144,0],[0,4.138]],"v":[[-104.496,120.502],[-111.995,120.502],[-119.495,120.502],[-124.8,118.304],[-126.995,113.003],[-119.495,105.503],[-104.496,105.503],[-96.996,113.003]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":263,"s":[{"i":[[4.144,0],[0,0],[0,0],[1.357,1.358],[0,2.069],[-4.146,0],[0,0],[0,-4.138]],"o":[[0,0],[0,0],[-2.073,0],[-1.357,-1.357],[0,-4.138],[0,0],[4.144,0],[0,4.138]],"v":[[-104.496,120.502],[-111.995,120.502],[-119.495,120.502],[-124.8,118.304],[-126.995,113.003],[-119.495,105.503],[-104.496,105.503],[-96.996,113.003]],"c":true}],"e":[{"i":[[0,0],[0.766,2.663],[-3.206,0.919],[0,0],[-0.918,-3.204],[3.204,-0.918],[0,0],[0.554,0]],"o":[[-2.628,0],[-0.907,-3.204],[0,0],[3.204,-0.907],[0.907,3.192],[0,0],[-0.554,0.153],[0,0]],"v":[[-17.62,84.971],[-23.429,80.588],[-19.281,73.13],[65.172,49],[72.629,53.148],[68.482,60.605],[-15.971,84.735],[-17.632,84.959]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":353,"s":[{"i":[[0,0],[0.766,2.663],[-3.206,0.919],[0,0],[-0.918,-3.204],[3.204,-0.918],[0,0],[0.554,0]],"o":[[-2.628,0],[-0.907,-3.204],[0,0],[3.204,-0.907],[0.907,3.192],[0,0],[-0.554,0.153],[0,0]],"v":[[-17.62,84.971],[-23.429,80.588],[-19.281,73.13],[65.172,49],[72.629,53.148],[68.482,60.605],[-15.971,84.735],[-17.632,84.959]],"c":true}],"e":[{"i":[[-4.87,-1.597],[-0.488,0.153],[-0.451,0.317],[-3.422,1.828],[-3.572,1.544],[1.823,2.093],[12.766,8.848],[0.969,-9.277]],"o":[[0.636,0.209],[0.488,-0.153],[3.194,-2.247],[3.422,-1.828],[1.982,-0.857],[-9.608,-11.03],[-1.114,10.518],[-0.548,5.242]],"v":[[14.525,23.929],[16.183,23.964],[17.564,23.209],[27.508,17.131],[38.019,12.107],[39.438,8.347],[6.826,-21.871],[3.75,7.199]],"c":true}]},{"i":{"x":0.068,"y":1},"o":{"x":1,"y":0},"n":"0p068_1_1_0","t":403,"s":[{"i":[[-4.87,-1.597],[-0.488,0.153],[-0.451,0.317],[-3.422,1.828],[-3.572,1.544],[1.823,2.093],[12.766,8.848],[0.969,-9.277]],"o":[[0.636,0.209],[0.488,-0.153],[3.194,-2.247],[3.422,-1.828],[1.982,-0.857],[-9.608,-11.03],[-1.114,10.518],[-0.548,5.242]],"v":[[14.525,23.929],[16.183,23.964],[17.564,23.209],[27.508,17.131],[38.019,12.107],[39.438,8.347],[6.826,-21.871],[3.75,7.199]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"c":true}]},{"t":476}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 2"},{"inv":false,"mode":"f","pt":{"a":1,"k":[{"i":{"x":0,"y":0.966},"o":{"x":1,"y":0.034},"n":"0_0p966_1_0p034","t":62,"s":[{"i":[[5.011,1.983],[2.208,1.253],[1.91,1.514],[0,0],[0,0],[-1.768,-1.117],[-2.072,-0.868],[-2.14,-0.434],[-2.208,0],[-1.941,0.534],[-1.451,1.067],[-0.726,1.501],[0,1.935],[1.513,1.638],[2.308,0.943],[4.118,1.19],[3.225,1.414],[2.332,2.878],[0,4.715],[-2.506,3.399],[-4.218,1.737],[-5.013,0],[-4.317,-1.364],[-3.524,-2.53],[0,0],[6.699,0],[2.754,-1.885],[0,-3.324],[-1.588,-1.562],[-2.382,-0.917],[-4.168,-1.19],[0,0],[-3.226,-1.588],[-2.159,-2.978],[0,-4.764],[2.406,-3.622],[4.317,-1.909],[5.657,0]],"o":[[-2.506,-0.992],[-2.208,-1.253],[0,0],[0,0],[1.463,1.364],[1.768,1.117],[2.072,0.869],[2.14,0.434],[2.431,0],[1.941,-0.534],[1.451,-1.067],[0.726,-1.501],[0,-2.58],[-1.514,-1.637],[-2.307,-0.942],[-5.459,-1.638],[-3.226,-1.414],[-2.333,-2.878],[0,-4.764],[2.505,-3.398],[4.217,-1.736],[4.515,0],[4.317,1.365],[0,0],[-5.906,-4.366],[-4.466,0],[-2.754,1.887],[0,2.382],[1.587,1.563],[2.382,0.919],[0,0],[4.663,1.34],[3.225,1.589],[2.158,2.977],[0,5.061],[-2.407,3.622],[-4.317,1.909],[-6.055,0]],"v":[[-13.685,-4.5],[-20.757,-7.867],[-26.934,-12.017],[-23.51,-17.041],[-20.086,-22.066],[-15.239,-18.344],[-9.48,-15.367],[-3.163,-13.413],[3.36,-12.761],[9.919,-13.561],[15.008,-15.962],[18.274,-19.814],[19.362,-24.968],[17.092,-31.295],[11.361,-35.166],[1.722,-38.366],[-11.303,-42.944],[-19.64,-49.381],[-23.138,-60.77],[-19.379,-73.013],[-9.294,-80.717],[4.551,-83.323],[17.799,-81.276],[29.559,-75.433],[22.414,-65.98],[3.509,-72.53],[-7.321,-69.702],[-11.452,-61.886],[-9.07,-55.969],[-3.116,-52.248],[6.709,-49.084],[8.421,-48.563],[20.255,-44.171],[28.331,-37.324],[31.569,-25.712],[27.959,-12.687],[17.873,-4.388],[2.913,-1.523]],"c":true}],"e":[{"i":[[0.962,14.977],[-2.88,2.903],[-2.114,4.233],[-1.154,5.252],[0,5.96],[1.548,5.953],[2.788,4.461],[3.721,2.477],[4.346,0],[3.721,-2.477],[2.788,-4.461],[1.547,-5.953],[0,-6.953],[-1.155,-5.254],[-2.115,-4.233],[-2.881,-2.902],[-3.453,-1.259],[0.742,-7.023],[0.9,-6.505],[0.953,-5.946],[0.902,-5.346],[0.974,-6.812],[0.219,-5.443],[-0.883,-4.092],[-2.33,-2.758],[-1.195,-0.858],[-1.419,-0.575],[-1.638,-0.289],[-1.853,0],[-1.638,0.289],[-1.419,0.575],[-1.195,0.858],[-0.966,1.138],[-0.883,4.097],[0.219,5.449],[0.974,6.817],[1.383,8.2],[1.796,12.999]],"o":[[3.453,-1.262],[2.88,-2.903],[2.114,-4.233],[1.154,-5.252],[0,-6.953],[-1.548,-5.953],[-2.788,-4.461],[-3.721,-2.477],[-4.347,0],[-3.721,2.477],[-2.788,4.461],[-1.547,5.953],[0,5.963],[1.155,5.254],[2.115,4.233],[2.881,2.902],[-0.481,7.501],[-0.742,7.023],[-0.9,6.505],[-0.953,5.946],[-1.383,8.197],[-0.974,6.812],[-0.219,5.443],[0.883,4.092],[0.966,1.138],[1.195,0.858],[1.419,0.575],[1.638,0.289],[1.852,0],[1.638,-0.289],[1.419,-0.575],[1.195,-0.858],[2.331,-2.761],[0.883,-4.097],[-0.219,-5.449],[-0.974,-6.817],[-1.804,-10.697],[-1.796,-12.999]],"v":[[68.976,-25.598],[78.525,-31.925],[86.064,-42.707],[91.013,-57.013],[92.792,-73.909],[90.394,-93.391],[83.814,-109.136],[73.974,-119.665],[61.796,-123.503],[49.617,-119.665],[39.778,-109.136],[33.198,-93.391],[30.8,-73.909],[32.58,-57.006],[37.533,-42.698],[45.076,-31.917],[54.627,-25.598],[52.766,-3.802],[50.276,16.501],[47.471,35.187],[44.663,52.134],[41.041,74.643],[39.165,93.02],[40.075,107.319],[44.808,117.589],[48.05,120.584],[51.971,122.735],[56.558,124.032],[61.796,124.466],[67.033,124.032],[71.619,122.735],[75.541,120.584],[78.783,117.589],[83.516,107.306],[84.426,92.99],[82.55,74.595],[78.928,52.073],[73.32,16.447]],"c":true}]},{"i":{"x":0.055,"y":0.967},"o":{"x":1,"y":0.034},"n":"0p055_0p967_1_0p034","t":142,"s":[{"i":[[0.962,14.977],[-2.88,2.903],[-2.114,4.233],[-1.154,5.252],[0,5.96],[1.548,5.953],[2.788,4.461],[3.721,2.477],[4.346,0],[3.721,-2.477],[2.788,-4.461],[1.547,-5.953],[0,-6.953],[-1.155,-5.254],[-2.115,-4.233],[-2.881,-2.902],[-3.453,-1.259],[0.742,-7.023],[0.9,-6.505],[0.953,-5.946],[0.902,-5.346],[0.974,-6.812],[0.219,-5.443],[-0.883,-4.092],[-2.33,-2.758],[-1.195,-0.858],[-1.419,-0.575],[-1.638,-0.289],[-1.853,0],[-1.638,0.289],[-1.419,0.575],[-1.195,0.858],[-0.966,1.138],[-0.883,4.097],[0.219,5.449],[0.974,6.817],[1.383,8.2],[1.796,12.999]],"o":[[3.453,-1.262],[2.88,-2.903],[2.114,-4.233],[1.154,-5.252],[0,-6.953],[-1.548,-5.953],[-2.788,-4.461],[-3.721,-2.477],[-4.347,0],[-3.721,2.477],[-2.788,4.461],[-1.547,5.953],[0,5.963],[1.155,5.254],[2.115,4.233],[2.881,2.902],[-0.481,7.501],[-0.742,7.023],[-0.9,6.505],[-0.953,5.946],[-1.383,8.197],[-0.974,6.812],[-0.219,5.443],[0.883,4.092],[0.966,1.138],[1.195,0.858],[1.419,0.575],[1.638,0.289],[1.852,0],[1.638,-0.289],[1.419,-0.575],[1.195,-0.858],[2.331,-2.761],[0.883,-4.097],[-0.219,-5.449],[-0.974,-6.817],[-1.804,-10.697],[-1.796,-12.999]],"v":[[68.976,-25.598],[78.525,-31.925],[86.064,-42.707],[91.013,-57.013],[92.792,-73.909],[90.394,-93.391],[83.814,-109.136],[73.974,-119.665],[61.796,-123.503],[49.617,-119.665],[39.778,-109.136],[33.198,-93.391],[30.8,-73.909],[32.58,-57.006],[37.533,-42.698],[45.076,-31.917],[54.627,-25.598],[52.766,-3.802],[50.276,16.501],[47.471,35.187],[44.663,52.134],[41.041,74.643],[39.165,93.02],[40.075,107.319],[44.808,117.589],[48.05,120.584],[51.971,122.735],[56.558,124.032],[61.796,124.466],[67.033,124.032],[71.619,122.735],[75.541,120.584],[78.783,117.589],[83.516,107.306],[84.426,92.99],[82.55,74.595],[78.928,52.073],[73.32,16.447]],"c":true}],"e":[{"i":[[0,0],[-1.274,0.454],[-1.153,0.489],[0,0],[0,0],[5.556,-1.591],[8.514,0],[3.671,0.485],[3.287,0.924],[1.642,0.809],[0.441,0.421],[0,0],[0,0],[-1.274,-0.454],[-1.401,-0.421],[-7.914,-0.989],[-8.78,0],[-1.535,0.031],[-1.507,0.062],[0,0],[0,0],[0.032,0],[0.037,0],[1.787,2.194],[3.311,0],[0,-3.51],[-21.17,-0.471],[0,0],[-3.411,-0.806],[-0.484,0],[-0.695,2.926],[0,0],[0,11.086],[3.51,0],[0.297,-3.237],[10.778,-1.464],[0,0],[-6.993,2.108]],"o":[[1.401,-0.421],[1.274,-0.454],[0,0],[0,0],[-1.123,1.216],[-5.556,1.591],[-3.696,0],[-3.671,-0.485],[-3.162,-0.894],[-1.642,-0.809],[0,0],[0,0],[1.153,0.489],[1.274,0.454],[6.281,1.885],[7.914,0.989],[1.556,0],[1.535,-0.031],[0,0],[0,0],[-0.031,0],[-0.032,0],[-19.062,0],[-0.297,-3.237],[-3.51,0],[0,12.612],[0,0],[-0.794,3.424],[0.484,0.112],[2.878,0],[0,0],[18.219,-1.587],[0,-3.51],[-3.311,0],[-1.327,1.612],[0,0],[8.98,-0.98],[0,0]],"v":[[34.53,-30.721],[38.542,-32.034],[42.182,-33.449],[30.922,36.9],[19.661,107.248],[9.274,111.949],[-12.199,114.826],[-23.34,114.087],[-33.866,111.961],[-40.992,109.331],[-44.035,107.409],[-55.307,36.98],[-66.58,-33.449],[-62.941,-32.034],[-58.929,-30.721],[-37.445,-26.386],[-12.212,-24.879],[-7.574,-24.926],[-3.01,-25.066],[-7.512,-5.924],[-12.014,13.218],[-12.108,13.218],[-12.212,13.218],[-43.986,6.299],[-50.31,0.519],[-56.66,6.869],[-14.989,25.88],[-31.1,94.3],[-26.374,101.94],[-24.911,102.101],[-18.736,97.203],[-1.857,25.458],[32.223,6.856],[25.873,0.506],[19.549,6.286],[1.219,12.326],[10.259,-26.082],[34.492,-30.745]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0.034},"n":"0_1_1_0p034","t":212,"s":[{"i":[[0,0],[-1.274,0.454],[-1.153,0.489],[0,0],[0,0],[5.556,-1.591],[8.514,0],[3.671,0.485],[3.287,0.924],[1.642,0.809],[0.441,0.421],[0,0],[0,0],[-1.274,-0.454],[-1.401,-0.421],[-7.914,-0.989],[-8.78,0],[-1.535,0.031],[-1.507,0.062],[0,0],[0,0],[0.032,0],[0.037,0],[1.787,2.194],[3.311,0],[0,-3.51],[-21.17,-0.471],[0,0],[-3.411,-0.806],[-0.484,0],[-0.695,2.926],[0,0],[0,11.086],[3.51,0],[0.297,-3.237],[10.778,-1.464],[0,0],[-6.993,2.108]],"o":[[1.401,-0.421],[1.274,-0.454],[0,0],[0,0],[-1.123,1.216],[-5.556,1.591],[-3.696,0],[-3.671,-0.485],[-3.162,-0.894],[-1.642,-0.809],[0,0],[0,0],[1.153,0.489],[1.274,0.454],[6.281,1.885],[7.914,0.989],[1.556,0],[1.535,-0.031],[0,0],[0,0],[-0.031,0],[-0.032,0],[-19.062,0],[-0.297,-3.237],[-3.51,0],[0,12.612],[0,0],[-0.794,3.424],[0.484,0.112],[2.878,0],[0,0],[18.219,-1.587],[0,-3.51],[-3.311,0],[-1.327,1.612],[0,0],[8.98,-0.98],[0,0]],"v":[[34.53,-30.721],[38.542,-32.034],[42.182,-33.449],[30.922,36.9],[19.661,107.248],[9.274,111.949],[-12.199,114.826],[-23.34,114.087],[-33.866,111.961],[-40.992,109.331],[-44.035,107.409],[-55.307,36.98],[-66.58,-33.449],[-62.941,-32.034],[-58.929,-30.721],[-37.445,-26.386],[-12.212,-24.879],[-7.574,-24.926],[-3.01,-25.066],[-7.512,-5.924],[-12.014,13.218],[-12.108,13.218],[-12.212,13.218],[-43.986,6.299],[-50.31,0.519],[-56.66,6.869],[-14.989,25.88],[-31.1,94.3],[-26.374,101.94],[-24.911,102.101],[-18.736,97.203],[-1.857,25.458],[32.223,6.856],[25.873,0.506],[19.549,6.286],[1.219,12.326],[10.259,-26.082],[34.492,-30.745]],"c":true}],"e":[{"i":[[1.436,4.31],[0,0],[0,0],[3.668,3.243],[4.65,1.157],[0.183,0.677],[0.213,0.633],[2.281,1.653],[1.589,0],[0,0],[0,0],[1.296,-0.469],[1.362,-1.319],[1.296,0.469],[0.952,0],[0,0],[0,0],[2.281,-1.655],[1.707,-5.09],[0.185,-0.675],[0.162,-0.718],[3.667,-3.242],[1.487,-4.479],[0,0],[0,0],[0.923,-5.687],[0,-4.545],[0,0],[0,0],[-4.074,-4.074],[-6.204,0],[0,0],[0,0],[-4.074,4.074],[0,6.203],[0,0],[0,0],[0.923,5.687]],"o":[[0,0],[0,0],[-1.494,-4.472],[-3.668,-3.243],[-0.168,-0.711],[-0.183,-0.677],[-1.707,-5.097],[-2.281,-1.653],[0,0],[0,0],[-0.953,0],[-1.296,0.469],[-1.363,-1.319],[-1.296,-0.469],[0,0],[0,0],[-1.59,0],[-2.282,1.655],[-0.212,0.633],[-0.185,0.675],[-4.658,1.157],[-3.667,3.242],[0,0],[0,0],[-1.436,4.31],[-0.923,5.687],[0,0],[0,0],[0,6.203],[4.074,4.074],[0,0],[0,0],[6.203,0],[4.074,-4.074],[0,0],[0,0],[0,-4.545],[-0.923,-5.687]],"v":[[137.867,21.402],[120.106,-31.868],[102.346,-85.139],[94.306,-96.926],[81.531,-103.741],[81.008,-105.824],[80.418,-107.791],[74.119,-117.47],[67.997,-119.502],[37.998,-119.502],[8,-119.502],[4.557,-118.894],[0.5,-116.309],[-3.558,-118.894],[-7,-119.502],[-36.998,-119.502],[-66.997,-119.502],[-73.121,-117.464],[-79.42,-107.791],[-80.014,-105.83],[-80.533,-103.741],[-93.318,-96.931],[-101.347,-85.139],[-119.107,-31.868],[-136.867,21.402],[-140.507,37.027],[-141.994,53.005],[-141.994,68.005],[-141.994,83.004],[-135.397,98.906],[-119.495,105.503],[0.5,105.503],[120.495,105.503],[136.397,98.906],[142.994,83.004],[142.994,68.005],[142.994,53.005],[141.507,37.027]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":273,"s":[{"i":[[1.436,4.31],[0,0],[0,0],[3.668,3.243],[4.65,1.157],[0.183,0.677],[0.213,0.633],[2.281,1.653],[1.589,0],[0,0],[0,0],[1.296,-0.469],[1.362,-1.319],[1.296,0.469],[0.952,0],[0,0],[0,0],[2.281,-1.655],[1.707,-5.09],[0.185,-0.675],[0.162,-0.718],[3.667,-3.242],[1.487,-4.479],[0,0],[0,0],[0.923,-5.687],[0,-4.545],[0,0],[0,0],[-4.074,-4.074],[-6.204,0],[0,0],[0,0],[-4.074,4.074],[0,6.203],[0,0],[0,0],[0.923,5.687]],"o":[[0,0],[0,0],[-1.494,-4.472],[-3.668,-3.243],[-0.168,-0.711],[-0.183,-0.677],[-1.707,-5.097],[-2.281,-1.653],[0,0],[0,0],[-0.953,0],[-1.296,0.469],[-1.363,-1.319],[-1.296,-0.469],[0,0],[0,0],[-1.59,0],[-2.282,1.655],[-0.212,0.633],[-0.185,0.675],[-4.658,1.157],[-3.667,3.242],[0,0],[0,0],[-1.436,4.31],[-0.923,5.687],[0,0],[0,0],[0,6.203],[4.074,4.074],[0,0],[0,0],[6.203,0],[4.074,-4.074],[0,0],[0,0],[0,-4.545],[-0.923,-5.687]],"v":[[137.867,21.402],[120.106,-31.868],[102.346,-85.139],[94.306,-96.926],[81.531,-103.741],[81.008,-105.824],[80.418,-107.791],[74.119,-117.47],[67.997,-119.502],[37.998,-119.502],[8,-119.502],[4.557,-118.894],[0.5,-116.309],[-3.558,-118.894],[-7,-119.502],[-36.998,-119.502],[-66.997,-119.502],[-73.121,-117.464],[-79.42,-107.791],[-80.014,-105.83],[-80.533,-103.741],[-93.318,-96.931],[-101.347,-85.139],[-119.107,-31.868],[-136.867,21.402],[-140.507,37.027],[-141.994,53.005],[-141.994,68.005],[-141.994,83.004],[-135.397,98.906],[-119.495,105.503],[0.5,105.503],[120.495,105.503],[136.397,98.906],[142.994,83.004],[142.994,68.005],[142.994,53.005],[141.507,37.027]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[1.909,0.954],[0,0],[1.496,-2.98],[-2.981,-1.496],[0,0],[0,0],[0.425,2.546],[12.054,0],[3.711,-3.841],[2.344,-29.502],[0.082,-1.118],[0,0],[0,0],[0,0],[0.719,3.253],[3.264,-0.719],[0,0],[-5.407,0],[-1.602,-2.438],[-2.781,1.838],[1.837,2.781],[3.617,0],[5.962,-12.736],[1.792,-10.44],[0,0],[0.448,-2.379],[0.024,-0.2],[0,0],[0,0],[-2.203,-1.108],[0,0],[-0.931,0],[-0.531,0.142],[0,0],[0.235,2.899]],"o":[[0,0],[0,0],[-0.165,-2.062],[0,0],[-2.981,-1.484],[-1.496,2.981],[0,0],[0,0],[-0.353,-2.499],[-5.372,-32.247],[-4.819,0],[-8.483,8.73],[-0.094,1.142],[0,0],[0,0],[0,0],[3.251,-0.718],[-0.731,-3.263],[0,0],[3.323,-16.236],[0.648,0],[1.837,2.781],[2.769,-1.839],[-4.749,-7.234],[-5.538,0],[-2.945,6.281],[0,0],[-2.356,0.519],[-0.036,0.212],[0,0],[0,0],[-0.188,2.451],[0,0],[0.837,0.424],[0.53,0],[0,0],[2.816,-0.765],[0,0]],"v":[[96.971,78.432],[84.906,-66.345],[84.906,-66.345],[81.596,-71.246],[57.466,-83.311],[49.372,-80.601],[52.082,-72.507],[60.482,-68.312],[45.307,-65.272],[44.141,-72.861],[18.585,-120.129],[5.531,-114.262],[-10.551,-57.437],[-10.799,-54.057],[-40.454,-48.118],[-62.816,-63.01],[-16.289,-73.355],[-11.706,-80.554],[-18.917,-85.137],[-31.276,-82.392],[-17.609,-108.077],[-14.027,-104.766],[-5.673,-103.046],[-3.953,-111.399],[-17.62,-120.141],[-36.967,-104.731],[-44.107,-79.552],[-79.264,-71.753],[-83.882,-66.969],[-83.965,-66.333],[-83.965,-66.333],[-96.03,90.509],[-92.707,96.376],[-44.448,120.506],[-41.749,121.141],[-40.159,120.929],[92.553,84.735],[96.983,78.408]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":339,"s":[{"i":[[0,0],[0,0],[0,0],[1.909,0.954],[0,0],[1.496,-2.98],[-2.981,-1.496],[0,0],[0,0],[0.425,2.546],[12.054,0],[3.711,-3.841],[2.344,-29.502],[0.082,-1.118],[0,0],[0,0],[0,0],[0.719,3.253],[3.264,-0.719],[0,0],[-5.407,0],[-1.602,-2.438],[-2.781,1.838],[1.837,2.781],[3.617,0],[5.962,-12.736],[1.792,-10.44],[0,0],[0.448,-2.379],[0.024,-0.2],[0,0],[0,0],[-2.203,-1.108],[0,0],[-0.931,0],[-0.531,0.142],[0,0],[0.235,2.899]],"o":[[0,0],[0,0],[-0.165,-2.062],[0,0],[-2.981,-1.484],[-1.496,2.981],[0,0],[0,0],[-0.353,-2.499],[-5.372,-32.247],[-4.819,0],[-8.483,8.73],[-0.094,1.142],[0,0],[0,0],[0,0],[3.251,-0.718],[-0.731,-3.263],[0,0],[3.323,-16.236],[0.648,0],[1.837,2.781],[2.769,-1.839],[-4.749,-7.234],[-5.538,0],[-2.945,6.281],[0,0],[-2.356,0.519],[-0.036,0.212],[0,0],[0,0],[-0.188,2.451],[0,0],[0.837,0.424],[0.53,0],[0,0],[2.816,-0.765],[0,0]],"v":[[96.971,78.432],[84.906,-66.345],[84.906,-66.345],[81.596,-71.246],[57.466,-83.311],[49.372,-80.601],[52.082,-72.507],[60.482,-68.312],[45.307,-65.272],[44.141,-72.861],[18.585,-120.129],[5.531,-114.262],[-10.551,-57.437],[-10.799,-54.057],[-40.454,-48.118],[-62.816,-63.01],[-16.289,-73.355],[-11.706,-80.554],[-18.917,-85.137],[-31.276,-82.392],[-17.609,-108.077],[-14.027,-104.766],[-5.673,-103.046],[-3.953,-111.399],[-17.62,-120.141],[-36.967,-104.731],[-44.107,-79.552],[-79.264,-71.753],[-83.882,-66.969],[-83.965,-66.333],[-83.965,-66.333],[-96.03,90.509],[-92.707,96.376],[-44.448,120.506],[-41.749,121.141],[-40.159,120.929],[92.553,84.735],[96.983,78.408]],"c":true}],"e":[{"i":[[4.164,7.78],[1.61,-4.263],[1.603,-4.242],[1.595,-4.225],[1.588,-4.211],[1.582,-4.201],[1.575,-4.194],[1.569,-4.191],[1.562,-4.191],[0.245,-0.572],[0.257,-0.595],[0.235,-0.601],[0.178,-0.591],[0.086,-0.564],[-0.04,-0.521],[-0.201,-0.462],[-0.397,-0.386],[-0.498,-0.211],[-0.547,-0.038],[-0.582,0.097],[-0.604,0.193],[-0.612,0.251],[-0.607,0.27],[-0.587,0.252],[-0.555,0.195],[-3.777,1.459],[-3.741,1.547],[-3.716,1.606],[-3.704,1.635],[-3.704,1.635],[-3.716,1.605],[-2.489,1.094],[-2.517,1.117],[-2.57,1.142],[-2.646,1.17],[6.832,4.954],[5.879,5.887],[4.99,6.829]],"o":[[-1.618,4.287],[-1.61,4.263],[-1.603,4.242],[-1.595,4.225],[-1.588,4.211],[-1.582,4.201],[-1.575,4.194],[-1.569,4.191],[-0.199,0.533],[-0.245,0.572],[-0.257,0.595],[-0.235,0.601],[-0.178,0.591],[-0.086,0.564],[0.04,0.521],[0.201,0.462],[0.435,0.423],[0.498,0.211],[0.547,0.038],[0.582,-0.097],[0.604,-0.193],[0.612,-0.251],[0.607,-0.27],[0.587,-0.252],[3.825,-1.341],[3.777,-1.459],[3.741,-1.547],[3.716,-1.606],[3.704,-1.635],[3.704,-1.635],[2.486,-1.074],[2.489,-1.094],[2.517,-1.117],[2.57,-1.142],[-7.85,-4.03],[-6.832,-4.954],[-5.879,-5.887],[-4.99,-6.829]],"v":[[-26.587,-19.356],[-31.428,-6.531],[-36.247,6.226],[-41.044,18.925],[-45.819,31.577],[-50.573,44.194],[-55.308,56.785],[-60.023,69.361],[-64.72,81.934],[-65.395,83.597],[-66.158,85.352],[-66.906,87.151],[-67.533,88.943],[-67.937,90.68],[-68.014,92.312],[-67.66,93.791],[-66.771,95.066],[-65.369,96.007],[-63.799,96.371],[-62.103,96.274],[-60.321,95.83],[-58.494,95.155],[-56.663,94.364],[-54.869,93.571],[-53.152,92.892],[-41.752,88.684],[-30.479,84.168],[-19.296,79.431],[-8.168,74.563],[2.943,69.65],[14.071,64.782],[21.527,61.531],[29.031,58.214],[36.656,54.825],[44.473,51.358],[22.466,37.885],[3.414,21.626],[-12.873,2.555]],"c":true}]},{"i":{"x":0.068,"y":1},"o":{"x":1,"y":0},"n":"0p068_1_1_0","t":420,"s":[{"i":[[4.164,7.78],[1.61,-4.263],[1.603,-4.242],[1.595,-4.225],[1.588,-4.211],[1.582,-4.201],[1.575,-4.194],[1.569,-4.191],[1.562,-4.191],[0.245,-0.572],[0.257,-0.595],[0.235,-0.601],[0.178,-0.591],[0.086,-0.564],[-0.04,-0.521],[-0.201,-0.462],[-0.397,-0.386],[-0.498,-0.211],[-0.547,-0.038],[-0.582,0.097],[-0.604,0.193],[-0.612,0.251],[-0.607,0.27],[-0.587,0.252],[-0.555,0.195],[-3.777,1.459],[-3.741,1.547],[-3.716,1.606],[-3.704,1.635],[-3.704,1.635],[-3.716,1.605],[-2.489,1.094],[-2.517,1.117],[-2.57,1.142],[-2.646,1.17],[6.832,4.954],[5.879,5.887],[4.99,6.829]],"o":[[-1.618,4.287],[-1.61,4.263],[-1.603,4.242],[-1.595,4.225],[-1.588,4.211],[-1.582,4.201],[-1.575,4.194],[-1.569,4.191],[-0.199,0.533],[-0.245,0.572],[-0.257,0.595],[-0.235,0.601],[-0.178,0.591],[-0.086,0.564],[0.04,0.521],[0.201,0.462],[0.435,0.423],[0.498,0.211],[0.547,0.038],[0.582,-0.097],[0.604,-0.193],[0.612,-0.251],[0.607,-0.27],[0.587,-0.252],[3.825,-1.341],[3.777,-1.459],[3.741,-1.547],[3.716,-1.606],[3.704,-1.635],[3.704,-1.635],[2.486,-1.074],[2.489,-1.094],[2.517,-1.117],[2.57,-1.142],[-7.85,-4.03],[-6.832,-4.954],[-5.879,-5.887],[-4.99,-6.829]],"v":[[-26.587,-19.356],[-31.428,-6.531],[-36.247,6.226],[-41.044,18.925],[-45.819,31.577],[-50.573,44.194],[-55.308,56.785],[-60.023,69.361],[-64.72,81.934],[-65.395,83.597],[-66.158,85.352],[-66.906,87.151],[-67.533,88.943],[-67.937,90.68],[-68.014,92.312],[-67.66,93.791],[-66.771,95.066],[-65.369,96.007],[-63.799,96.371],[-62.103,96.274],[-60.321,95.83],[-58.494,95.155],[-56.663,94.364],[-54.869,93.571],[-53.152,92.892],[-41.752,88.684],[-30.479,84.168],[-19.296,79.431],[-8.168,74.563],[2.943,69.65],[14.071,64.782],[21.527,61.531],[29.031,58.214],[36.656,54.825],[44.473,51.358],[22.466,37.885],[3.414,21.626],[-12.873,2.555]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"c":true}]},{"t":482}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 3"},{"inv":false,"mode":"f","pt":{"a":1,"k":[{"i":{"x":0,"y":0.966},"o":{"x":1,"y":0.034},"n":"0_0p966_1_0p034","t":88,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"c":true}],"e":[{"i":[[0,21.915],[-3.551,6.559],[-4.395,0],[-3.551,-6.559],[0,-10.958],[8.789,0]],"o":[[0,-10.958],[3.551,-6.559],[4.395,0],[3.551,6.559],[0,21.915],[-8.79,0]],"v":[[43.198,-73.909],[49.201,-100.725],[61.796,-111.104],[74.391,-100.725],[80.394,-73.909],[61.796,-36.713]],"c":true}]},{"i":{"x":0.055,"y":0.967},"o":{"x":1,"y":0.034},"n":"0p055_0p967_1_0p034","t":128,"s":[{"i":[[0,21.915],[-3.551,6.559],[-4.395,0],[-3.551,-6.559],[0,-10.958],[8.789,0]],"o":[[0,-10.958],[3.551,-6.559],[4.395,0],[3.551,6.559],[0,21.915],[-8.79,0]],"v":[[43.198,-73.909],[49.201,-100.725],[61.796,-111.104],[74.391,-100.725],[80.394,-73.909],[61.796,-36.713]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0.034},"n":"0_1_1_0p034","t":206,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"c":true}],"e":[{"i":[[-1.054,2.358],[0,0],[0,-7.288],[1.055,-2.359],[0,0],[0,7.287]],"o":[[0,0],[1.055,2.358],[0,7.287],[0,0],[-1.054,-2.359],[0,-7.288]],"v":[[10.358,-104.488],[65.638,-104.488],[67.997,-89.489],[65.638,-74.489],[10.358,-74.489],[8,-89.489]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":290,"s":[{"i":[[-1.054,2.358],[0,0],[0,-7.288],[1.055,-2.359],[0,0],[0,7.287]],"o":[[0,0],[1.055,2.358],[0,7.287],[0,0],[-1.054,-2.359],[0,-7.288]],"v":[[10.358,-104.488],[65.638,-104.488],[67.997,-89.489],[65.638,-74.489],[10.358,-74.489],[8,-89.489]],"c":true}],"e":[{"i":[[-3.57,3.688],[-0.979,0],[-3.016,-7.434],[-1.967,-11.805],[-0.378,-2.663],[0,0]],"o":[[1.921,-1.98],[0.977,0],[2.675,6.574],[0.448,2.698],[0,0],[2.734,-34.368]],"v":[[14.167,-105.861],[18.574,-108.065],[25.218,-98.662],[32.205,-70.963],[33.443,-62.893],[1.454,-56.495]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":339,"s":[{"i":[[-3.57,3.688],[-0.979,0],[-3.016,-7.434],[-1.967,-11.805],[-0.378,-2.663],[0,0]],"o":[[1.921,-1.98],[0.977,0],[2.675,6.574],[0.448,2.698],[0,0],[2.734,-34.368]],"v":[[14.167,-105.861],[18.574,-108.065],[25.218,-98.662],[32.205,-70.963],[33.443,-62.893],[1.454,-56.495]],"c":true}],"e":[{"i":[[0.264,-3.918],[1.05,-0.937],[1.855,0.038],[0.994,1],[0.035,1.765],[-3.795,0.448]],"o":[[-0.12,1.783],[-1.05,0.937],[-1.872,-0.039],[-0.994,-1],[-0.077,-3.914],[3.842,0.639]],"v":[[-27.925,36.133],[-29.713,40.245],[-34.102,41.625],[-38.421,40.018],[-39.985,35.823],[-33.819,29.428]],"c":true}]},{"i":{"x":0.068,"y":1},"o":{"x":1,"y":0},"n":"0p068_1_1_0","t":403,"s":[{"i":[[0.264,-3.918],[1.05,-0.937],[1.855,0.038],[0.994,1],[0.035,1.765],[-3.795,0.448]],"o":[[-0.12,1.783],[-1.05,0.937],[-1.872,-0.039],[-0.994,-1],[-0.077,-3.914],[3.842,0.639]],"v":[[-27.925,36.133],[-29.713,40.245],[-34.102,41.625],[-38.421,40.018],[-39.985,35.823],[-33.819,29.428]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"c":true}]},{"t":482}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 4"},{"inv":false,"mode":"f","pt":{"a":1,"k":[{"i":{"x":0,"y":0.966},"o":{"x":1,"y":0.034},"n":"0_0p966_1_0p034","t":62,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"c":true}],"e":[{"i":[[0,0],[4.843,0],[0.909,1.065],[-4.419,26.164],[-1.611,11.079],[-1.573,-9.299],[5.593,-6.636]],"o":[[-0.907,1.065],[-4.844,0],[-5.594,-6.636],[1.575,-9.311],[1.61,11.054],[4.408,26.177],[0,0]],"v":[[69.314,109.573],[61.796,112.068],[54.276,109.586],[56.904,54.204],[61.807,23.559],[66.711,54.144],[69.327,109.586]],"c":true}]},{"i":{"x":0.055,"y":0.967},"o":{"x":1,"y":0.034},"n":"0p055_0p967_1_0p034","t":145,"s":[{"i":[[0,0],[4.843,0],[0.909,1.065],[-4.419,26.164],[-1.611,11.079],[-1.573,-9.299],[5.593,-6.636]],"o":[[-0.907,1.065],[-4.844,0],[-5.594,-6.636],[1.575,-9.311],[1.61,11.054],[4.408,26.177],[0,0]],"v":[[69.314,109.573],[61.796,112.068],[54.276,109.586],[56.904,54.204],[61.807,23.559],[66.711,54.144],[69.327,109.586]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0.034},"n":"0_1_1_0p034","t":201,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"c":true}],"e":[{"i":[[-1.055,2.358],[0,0],[0,0],[0,-7.288],[1.054,-2.359],[0,0],[0,7.287]],"o":[[0,0],[0,0],[1.054,2.358],[0,7.287],[0,0],[-1.055,-2.359],[0,-7.288]],"v":[[-64.639,-104.488],[-36.999,-104.488],[-9.359,-104.488],[-7,-89.489],[-9.359,-74.489],[-64.639,-74.489],[-66.997,-89.489]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":270,"s":[{"i":[[-1.055,2.358],[0,0],[0,0],[0,-7.288],[1.054,-2.359],[0,0],[0,7.287]],"o":[[0,0],[0,0],[1.054,2.358],[0,7.287],[0,0],[-1.055,-2.359],[0,-7.288]],"v":[[-64.639,-104.488],[-36.999,-104.488],[-9.359,-104.488],[-7,-89.489],[-9.359,-74.489],[-64.639,-74.489],[-66.997,-89.489]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-73.024,-55.289],[-60.524,-46.957],[-48.024,-38.626],[-48.024,33.468],[-48.024,105.562],[-84.007,87.565],[-73.024,-55.302]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":339,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-73.024,-55.289],[-60.524,-46.957],[-48.024,-38.626],[-48.024,33.468],[-48.024,105.562],[-84.007,87.565],[-73.024,-55.302]],"c":true}],"e":[{"i":[[7.229,5.768],[2.976,-1.651],[2.912,-1.12],[0.191,-0.115],[-8.023,-6.183],[-9.281,-1.679],[0.187,6.265]],"o":[[-2.355,-1.88],[-2.976,1.651],[-0.204,0.079],[-10.411,6.255],[7.229,5.572],[3.617,0.654],[-1.175,-8.668]],"v":[[45.18,17.103],[37.012,17.775],[28.008,22.946],[27.434,23.287],[26.909,34.335],[50.984,46.802],[57.716,40.97]],"c":true}]},{"i":{"x":0.108,"y":1},"o":{"x":1,"y":0},"n":"0p108_1_1_0","t":418,"s":[{"i":[[7.229,5.768],[2.976,-1.651],[2.912,-1.12],[0.191,-0.115],[-8.023,-6.183],[-9.281,-1.679],[0.187,6.265]],"o":[[-2.355,-1.88],[-2.976,1.651],[-0.204,0.079],[-10.411,6.255],[7.229,5.572],[3.617,0.654],[-1.175,-8.668]],"v":[[45.18,17.103],[37.012,17.775],[28.008,22.946],[27.434,23.287],[26.909,34.335],[50.984,46.802],[57.716,40.97]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"c":true}]},{"t":471}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 5"},{"inv":false,"mode":"f","pt":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":1,"y":0.034},"n":"0_1_1_0p034","t":210,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"c":true}],"e":[{"i":[[0,0],[-0.891,1.094],[-1.202,0.839],[-0.426,-2.634],[-0.725,-2.163],[-2.282,-1.654],[-1.59,0],[0,0],[0,0],[-1.296,0.469],[-1.363,1.319],[-1.296,-0.469],[-0.953,0],[0,0],[0,0],[-2.281,1.656],[-1.707,5.094],[-0.429,2.636],[-0.102,2.9],[-0.891,-1.092],[-0.403,-1.216],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0.403,-1.216],[0.891,-1.094],[0.103,2.907],[0.426,2.634],[1.707,5.102],[2.281,1.654],[0,0],[0,0],[0.952,0],[1.296,-0.469],[1.362,1.319],[1.296,0.469],[0,0],[0,0],[1.589,0],[2.281,-1.656],[0.718,-2.163],[0.429,-2.636],[1.202,0.846],[0.892,1.092],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-87.123,-80.385],[-85.137,-83.883],[-81.953,-86.816],[-81.153,-78.455],[-79.42,-71.209],[-73.121,-61.523],[-66.997,-59.49],[-36.998,-59.49],[-7,-59.49],[-3.558,-60.098],[0.5,-62.683],[4.557,-60.098],[8,-59.49],[37.998,-59.49],[67.997,-59.49],[74.119,-61.529],[80.418,-71.209],[82.147,-78.46],[82.952,-86.816],[86.136,-83.878],[88.123,-80.385],[94.107,-62.438],[100.09,-44.49],[0.507,-44.49],[-99.076,-44.49],[-87.11,-80.385]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":273,"s":[{"i":[[0,0],[-0.891,1.094],[-1.202,0.839],[-0.426,-2.634],[-0.725,-2.163],[-2.282,-1.654],[-1.59,0],[0,0],[0,0],[-1.296,0.469],[-1.363,1.319],[-1.296,-0.469],[-0.953,0],[0,0],[0,0],[-2.281,1.656],[-1.707,5.094],[-0.429,2.636],[-0.102,2.9],[-0.891,-1.092],[-0.403,-1.216],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0.403,-1.216],[0.891,-1.094],[0.103,2.907],[0.426,2.634],[1.707,5.102],[2.281,1.654],[0,0],[0,0],[0.952,0],[1.296,-0.469],[1.362,1.319],[1.296,0.469],[0,0],[0,0],[1.589,0],[2.281,-1.656],[0.718,-2.163],[0.429,-2.636],[1.202,0.846],[0.892,1.092],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-87.123,-80.385],[-85.137,-83.883],[-81.953,-86.816],[-81.153,-78.455],[-79.42,-71.209],[-73.121,-61.523],[-66.997,-59.49],[-36.998,-59.49],[-7,-59.49],[-3.558,-60.098],[0.5,-62.683],[4.557,-60.098],[8,-59.49],[37.998,-59.49],[67.997,-59.49],[74.119,-61.529],[80.418,-71.209],[82.147,-78.46],[82.952,-86.816],[86.136,-83.878],[88.123,-80.385],[94.107,-62.438],[100.09,-44.49],[0.507,-44.49],[-99.076,-44.49],[-87.11,-80.385]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[-0.012,-4.283],[-0.005,-0.283],[-1.087,-1.054],[-1.627,0],[-0.029,0],[-0.029,0],[-1.059,1.125],[0.047,1.662],[0.003,4.71],[-0.33,7.382],[0,0],[0,0],[-0.277,-3.844],[0,-0.076],[-1.143,-1.038],[-1.668,0.076],[0.152,3.335],[1.426,12.914],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[-0.253,6.798],[0.012,4.283],[0.048,1.638],[1.087,1.054],[0.029,0],[0.029,0],[1.667,-0.047],[1.059,-1.125],[0,-0.076],[-0.003,-4.71],[0,0],[0,0],[0.648,6.085],[0.277,3.844],[0.076,1.662],[1.143,1.038],[3.323,-0.153],[-0.024,-0.589],[0,0],[0,0],[0,0],[0,0]],"v":[[-36.024,107.272],[-36.024,35.278],[-36.024,-36.716],[-23.907,-39.143],[-11.79,-41.57],[-12.084,-24.578],[-11.99,-17.358],[-10.164,-13.202],[-5.969,-11.502],[-5.881,-11.502],[-5.793,-11.502],[-1.579,-13.396],[0.064,-17.712],[-0.025,-25.381],[0.381,-44.009],[17.5,-47.426],[34.619,-50.843],[35.983,-35.567],[36.375,-29.305],[38.34,-25.133],[42.691,-23.567],[48.429,-29.883],[46.496,-53.211],[73.147,-58.547],[84.233,74.494],[-36.014,107.284]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":320,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[-0.012,-4.283],[-0.005,-0.283],[-1.087,-1.054],[-1.627,0],[-0.029,0],[-0.029,0],[-1.059,1.125],[0.047,1.662],[0.003,4.71],[-0.33,7.382],[0,0],[0,0],[-0.277,-3.844],[0,-0.076],[-1.143,-1.038],[-1.668,0.076],[0.152,3.335],[1.426,12.914],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[-0.253,6.798],[0.012,4.283],[0.048,1.638],[1.087,1.054],[0.029,0],[0.029,0],[1.667,-0.047],[1.059,-1.125],[0,-0.076],[-0.003,-4.71],[0,0],[0,0],[0.648,6.085],[0.277,3.844],[0.076,1.662],[1.143,1.038],[3.323,-0.153],[-0.024,-0.589],[0,0],[0,0],[0,0],[0,0]],"v":[[-36.024,107.272],[-36.024,35.278],[-36.024,-36.716],[-23.907,-39.143],[-11.79,-41.57],[-12.084,-24.578],[-11.99,-17.358],[-10.164,-13.202],[-5.969,-11.502],[-5.881,-11.502],[-5.793,-11.502],[-1.579,-13.396],[0.064,-17.712],[-0.025,-25.381],[0.381,-44.009],[17.5,-47.426],[34.619,-50.843],[35.983,-35.567],[36.375,-29.305],[38.34,-25.133],[42.691,-23.567],[48.429,-29.883],[46.496,-53.211],[73.147,-58.547],[84.233,74.494],[-36.014,107.284]],"c":true}],"e":[{"i":[[2.183,0.22],[17.286,-5.369],[2.648,3.268],[12.453,8.495],[-0.063,3.267],[1.398,7.09],[6.769,0.386],[3.496,-9.742],[0.246,-0.62],[-2.63,-0.804],[-0.569,1.781],[-2.459,2.985],[-3.261,-7.294],[0.389,-10.353],[2.449,0.993],[4.886,-12.747],[11.924,-31.5],[1.682,-7.363],[-9.828,2.438],[-5.923,2.522],[-31.947,13.803],[3.517,10.661],[4.294,6.919],[-1.697,0.472],[-16.415,-1.728],[-0.343,3.424]],"o":[[-17.985,-1.81],[-4.059,1.261],[-9.467,-11.685],[-2.72,-1.855],[0.137,-7.133],[-2.183,-11.074],[-6.569,-0.375],[-0.226,0.63],[-0.813,2.044],[2.307,0.706],[1.16,-3.634],[5.127,-6.224],[4.069,9.101],[-3.324,-1.513],[-12.625,-5.118],[-12.055,31.451],[-2.68,7.081],[-2.269,9.935],[6.257,-1.552],[32.019,-13.634],[10.169,-4.393],[-2.472,-7.494],[2.015,-0.671],[15.891,-4.423],[1.958,0.206],[0.326,-3.26]],"v":[[104.889,2.414],[51.879,7.269],[42.821,4.574],[10.093,-25.953],[6.454,-33.11],[5.297,-54.479],[-8.713,-72.683],[-25.753,-56.834],[-26.327,-54.909],[-24.9,-49.958],[-21.322,-52.964],[-16.25,-63.075],[-2.25,-61.636],[1.065,-32.473],[-7.079,-36.163],[-29.553,-26.368],[-65.639,68.014],[-72.527,89.674],[-61.001,100.926],[-42.574,94.938],[53.311,53.632],[61.798,34.264],[50.47,13.487],[55.835,11.713],[104.28,7.697],[109.631,5.627]],"c":true}]},{"i":{"x":0.108,"y":1},"o":{"x":1,"y":0},"n":"0p108_1_1_0","t":402,"s":[{"i":[[2.183,0.22],[17.286,-5.369],[2.648,3.268],[12.453,8.495],[-0.063,3.267],[1.398,7.09],[6.769,0.386],[3.496,-9.742],[0.246,-0.62],[-2.63,-0.804],[-0.569,1.781],[-2.459,2.985],[-3.261,-7.294],[0.389,-10.353],[2.449,0.993],[4.886,-12.747],[11.924,-31.5],[1.682,-7.363],[-9.828,2.438],[-5.923,2.522],[-31.947,13.803],[3.517,10.661],[4.294,6.919],[-1.697,0.472],[-16.415,-1.728],[-0.343,3.424]],"o":[[-17.985,-1.81],[-4.059,1.261],[-9.467,-11.685],[-2.72,-1.855],[0.137,-7.133],[-2.183,-11.074],[-6.569,-0.375],[-0.226,0.63],[-0.813,2.044],[2.307,0.706],[1.16,-3.634],[5.127,-6.224],[4.069,9.101],[-3.324,-1.513],[-12.625,-5.118],[-12.055,31.451],[-2.68,7.081],[-2.269,9.935],[6.257,-1.552],[32.019,-13.634],[10.169,-4.393],[-2.472,-7.494],[2.015,-0.671],[15.891,-4.423],[1.958,0.206],[0.326,-3.26]],"v":[[104.889,2.414],[51.879,7.269],[42.821,4.574],[10.093,-25.953],[6.454,-33.11],[5.297,-54.479],[-8.713,-72.683],[-25.753,-56.834],[-26.327,-54.909],[-24.9,-49.958],[-21.322,-52.964],[-16.25,-63.075],[-2.25,-61.636],[1.065,-32.473],[-7.079,-36.163],[-29.553,-26.368],[-65.639,68.014],[-72.527,89.674],[-61.001,100.926],[-42.574,94.938],[53.311,53.632],[61.798,34.264],[50.47,13.487],[55.835,11.713],[104.28,7.697],[109.631,5.627]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"c":true}]},{"t":469}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 6"},{"inv":false,"mode":"f","pt":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":1,"y":0.034},"n":"0_1_1_0p034","t":214,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[-0.227,-0.806],[-0.213,-0.875],[0.751,0.074],[0.769,0],[0,0],[0,0],[1.45,-0.302],[-0.484,1.428],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0.242,0.714],[0.227,0.806],[-0.725,-0.151],[-0.751,-0.074],[0,0],[0,0],[-1.539,0],[0.426,-1.75],[0,0],[0,0]],"v":[[-104.086,-29.491],[0.499,-29.491],[105.085,-29.491],[114.356,-1.675],[123.628,26.141],[124.332,28.426],[124.992,30.953],[122.776,30.616],[120.495,30.506],[0.5,30.506],[-119.495,30.506],[-123.993,30.953],[-122.63,26.141],[-104.071,-29.491]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":274,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[-0.227,-0.806],[-0.213,-0.875],[0.751,0.074],[0.769,0],[0,0],[0,0],[1.45,-0.302],[-0.484,1.428],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0.242,0.714],[0.227,0.806],[-0.725,-0.151],[-0.751,-0.074],[0,0],[0,0],[-1.539,0],[0.426,-1.75],[0,0],[0,0]],"v":[[-104.086,-29.491],[0.499,-29.491],[105.085,-29.491],[114.356,-1.675],[123.628,26.141],[124.332,28.426],[124.992,30.953],[122.776,30.616],[120.495,30.506],[0.5,30.506],[-119.495,30.506],[-123.993,30.953],[-122.63,26.141],[-104.071,-29.491]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":320,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"c":true}],"e":[{"i":[[-0.274,2.621],[-0.247,2.338],[-0.254,2.397],[-0.265,2.494],[-0.279,2.63],[-5.356,-5.07],[-4.804,-5.515],[0.335,-0.571],[0.991,-0.428],[3.422,-1.828],[3.194,-2.247],[0.488,-0.153],[0.636,0.209],[2.153,3.328]],"o":[[0.242,-2.319],[0.247,-2.338],[0.254,-2.397],[0.265,-2.494],[6.383,4.424],[5.356,5.07],[0.912,1.046],[-0.335,0.571],[-3.572,1.544],[-3.422,1.828],[-0.451,0.317],[-0.488,0.153],[-2.435,-0.799],[-2.154,-3.328]],"v":[[3.75,7.199],[4.483,0.222],[5.234,-6.871],[6.012,-14.196],[6.826,-21.871],[24.316,-7.58],[39.438,8.347],[40.155,10.691],[38.019,12.107],[27.508,17.131],[17.564,23.209],[16.183,23.964],[14.525,23.929],[7.106,16.931]],"c":true}]},{"i":{"x":0.068,"y":1},"o":{"x":1,"y":0},"n":"0p068_1_1_0","t":426,"s":[{"i":[[-0.274,2.621],[-0.247,2.338],[-0.254,2.397],[-0.265,2.494],[-0.279,2.63],[-5.356,-5.07],[-4.804,-5.515],[0.335,-0.571],[0.991,-0.428],[3.422,-1.828],[3.194,-2.247],[0.488,-0.153],[0.636,0.209],[2.153,3.328]],"o":[[0.242,-2.319],[0.247,-2.338],[0.254,-2.397],[0.265,-2.494],[6.383,4.424],[5.356,5.07],[0.912,1.046],[-0.335,0.571],[-3.572,1.544],[-3.422,1.828],[-0.451,0.317],[-0.488,0.153],[-2.435,-0.799],[-2.154,-3.328]],"v":[[3.75,7.199],[4.483,0.222],[5.234,-6.871],[6.012,-14.196],[6.826,-21.871],[24.316,-7.58],[39.438,8.347],[40.155,10.691],[38.019,12.107],[27.508,17.131],[17.564,23.209],[16.183,23.964],[14.525,23.929],[7.106,16.931]],"c":true}],"e":[{"i":[[0,0],[0.845,0.411],[0.598,0.76],[6.525,9.614],[8.656,16.141],[4.038,9.263],[2.922,8.895],[0.327,18.561],[-40.486,1.741],[0,-42.622],[7.357,-22.449],[10.196,-18.992],[0.717,-0.908],[1.918,0]],"o":[[-0.96,0],[-0.845,-0.411],[-0.358,-0.454],[-6.525,-9.614],[-5.097,-9.496],[-4.038,-9.263],[-7.029,-21.405],[-0.714,-40.517],[43.029,-1.85],[0,19.285],[-5.842,17.79],[-17.323,32.282],[-1.195,1.521],[0,0]],"v":[[0.834,126.937],[-1.906,126.306],[-4.102,124.534],[-15.436,108.774],[-39.216,69.484],[-52.934,41.312],[-63.388,14.042],[-74.46,-46.156],[-2.459,-124.087],[76.174,-48.83],[65.078,14.042],[40.906,69.484],[5.793,124.534],[0.858,126.937]],"c":true}]},{"t":466}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 7"},{"inv":false,"mode":"f","pt":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":1,"y":0.034},"n":"0_1_1_0p034","t":219,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":339,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"c":true}],"e":[{"i":[[-3.598,-0.825],[-0.373,-0.105],[-0.37,-0.12],[-0.365,-0.133],[-0.36,-0.142],[-1.515,-0.828],[-0.639,-1.044],[-0.033,-1.696],[0.303,-2.784],[0.387,-3.696],[0.454,-4.308],[3.393,5.194],[1.698,5.973],[-1.311,1.308]],"o":[[0.377,0.086],[0.373,0.105],[0.369,0.12],[0.365,0.133],[2.66,1.048],[1.515,0.828],[0.639,1.044],[0.033,1.696],[-0.38,3.49],[-0.387,3.696],[-4.421,-5.255],[-3.393,-5.194],[-1.024,-3.603],[1.311,-1.308]],"v":[[-13.896,-32.582],[-12.771,-32.294],[-11.657,-31.955],[-10.555,-31.575],[-9.467,-31.162],[-3.272,-28.458],[-0.109,-25.761],[0.831,-21.761],[0.359,-15.151],[-0.777,-4.474],[-2.023,7.429],[-13.911,-8.034],[-21.713,-24.574],[-21.271,-31.899]],"c":true}]},{"i":{"x":0.068,"y":1},"o":{"x":1,"y":0},"n":"0p068_1_1_0","t":418,"s":[{"i":[[-3.598,-0.825],[-0.373,-0.105],[-0.37,-0.12],[-0.365,-0.133],[-0.36,-0.142],[-1.515,-0.828],[-0.639,-1.044],[-0.033,-1.696],[0.303,-2.784],[0.387,-3.696],[0.454,-4.308],[3.393,5.194],[1.698,5.973],[-1.311,1.308]],"o":[[0.377,0.086],[0.373,0.105],[0.369,0.12],[0.365,0.133],[2.66,1.048],[1.515,0.828],[0.639,1.044],[0.033,1.696],[-0.38,3.49],[-0.387,3.696],[-4.421,-5.255],[-3.393,-5.194],[-1.024,-3.603],[1.311,-1.308]],"v":[[-13.896,-32.582],[-12.771,-32.294],[-11.657,-31.955],[-10.555,-31.575],[-9.467,-31.162],[-3.272,-28.458],[-0.109,-25.761],[0.831,-21.761],[0.359,-15.151],[-0.777,-4.474],[-2.023,7.429],[-13.911,-8.034],[-21.713,-24.574],[-21.271,-31.899]],"c":true}],"e":[{"i":[[17.306,0],[7.508,-3.181],[5.684,-5.683],[3.181,-7.508],[0,-8.653],[-6.519,-19.399],[-7.709,-14.357],[-5.048,-7.914],[-3.139,-4.371],[-5.07,7.952],[-5.667,10.587],[-6.499,19.364],[0,20.389],[11.367,11.367]],"o":[[-8.653,0],[-7.508,3.181],[-5.683,5.684],[-3.181,7.507],[0,20.426],[6.519,19.399],[5.661,10.55],[5.048,7.914],[3.151,-4.389],[5.07,-7.952],[7.678,-14.327],[6.499,-19.364],[0,-17.306],[-11.367,-11.367]],"v":[[0.834,-111.309],[-23.576,-106.368],[-43.532,-92.901],[-56.999,-72.945],[-61.94,-48.535],[-50.83,12.206],[-28.156,63.844],[-11.769,91.768],[0.834,110.422],[13.496,91.678],[29.933,63.636],[52.529,12.097],[63.608,-48.535],[45.2,-92.901]],"c":true}]},{"t":480}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 8"},{"inv":false,"mode":"f","pt":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":342,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0]],"c":true}]},{"i":{"x":0.068,"y":1},"o":{"x":1,"y":0},"n":"0p068_1_1_0","t":425,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0]],"c":true}],"e":[{"i":[[5.011,1.983],[3.82,3.027],[0,0],[-4.144,-1.736],[-4.417,0],[-2.903,2.134],[0,3.87],[1.513,1.638],[2.308,0.943],[4.118,1.19],[3.225,1.414],[2.332,2.878],[0,4.715],[-2.506,3.399],[-4.218,1.737],[-5.013,0],[-4.317,-1.364],[-3.524,-2.53],[0,0],[6.699,0],[2.754,-1.885],[0,-3.324],[-1.588,-1.562],[-2.382,-0.917],[-4.168,-1.19],[0,0],[-3.226,-1.588],[-2.159,-2.978],[0,-4.764],[2.406,-3.622],[4.317,-1.909],[5.657,0]],"o":[[-5.012,-1.984],[0,0],[2.927,2.729],[4.143,1.737],[4.862,0],[2.903,-2.133],[0,-2.58],[-1.514,-1.637],[-2.307,-0.942],[-5.459,-1.638],[-3.226,-1.414],[-2.333,-2.878],[0,-4.764],[2.505,-3.398],[4.217,-1.736],[4.515,0],[4.317,1.365],[0,0],[-5.906,-4.366],[-4.466,0],[-2.754,1.887],[0,2.382],[1.587,1.563],[2.382,0.919],[0,0],[4.663,1.34],[3.225,1.589],[2.158,2.977],[0,5.061],[-2.407,3.622],[-4.317,1.909],[-6.055,0]],"v":[[-13.685,-4.5],[-26.934,-12.017],[-20.086,-22.066],[-9.48,-15.367],[3.36,-12.761],[15.008,-15.962],[19.362,-24.968],[17.092,-31.295],[11.361,-35.166],[1.722,-38.366],[-11.303,-42.944],[-19.64,-49.381],[-23.138,-60.77],[-19.379,-73.013],[-9.294,-80.717],[4.551,-83.323],[17.799,-81.276],[29.559,-75.433],[22.414,-65.98],[3.509,-72.53],[-7.321,-69.702],[-11.452,-61.886],[-9.07,-55.969],[-3.116,-52.248],[6.709,-49.084],[8.421,-48.563],[20.255,-44.171],[28.331,-37.324],[31.569,-25.712],[27.959,-12.687],[17.873,-4.388],[2.913,-1.523]],"c":true}]},{"t":484}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 9"},{"inv":false,"mode":"f","pt":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":347,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[51,0],[51,0],[51,0],[51,0]],"c":true}]},{"i":{"x":0.068,"y":1},"o":{"x":1,"y":0},"n":"0p068_1_1_0","t":395,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[51,0],[51,0],[51,0],[51,0]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0]],"c":true}]},{"t":475}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 10"},{"inv":false,"mode":"f","pt":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":339,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":383,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0]],"c":true}],"e":[{"i":[[-5.301,0.697],[-2.722,-4.343],[2.111,-3.748],[2.099,-3.919],[-1.753,-0.966],[-0.478,1.299],[-2.756,6.869],[10.359,-0.706],[6.145,-0.937],[0.604,3.385],[-2.113,0.925],[-2.458,1.043],[-0.717,4.711],[3.724,2.56],[4.571,2.787],[-2.934,2.792],[-3.197,1.611],[1.172,2.507],[1.998,-0.896],[2.801,-2.607],[-7.373,-4.968],[-4.739,-3.33],[4.365,-1.585],[4.048,-1.84],[-0.933,-4.592],[-4.424,-0.437]],"o":[[4.024,-0.529],[2.724,4.346],[-2.184,3.876],[-0.699,1.304],[1.432,0.789],[2.578,-7.005],[3.809,-9.495],[-5.984,0.408],[-2.35,-0.342],[-0.538,-3.018],[2.445,-1.07],[3.641,-1.545],[0.781,-5.131],[-4.409,-3.03],[-3.696,-2.254],[2.625,-2.498],[1.776,-0.895],[-1.336,-2.857],[-3.484,1.562],[-6.555,6.1],[4.807,3.239],[3.612,2.538],[-4.189,1.52],[-3.627,1.649],[0.937,4.607],[5.424,0.536]],"v":[[-59.041,-41.88],[-47.232,-41.033],[-51.055,-29.106],[-57.849,-17.616],[-56.83,-13.505],[-53.44,-14.57],[-42.487,-33.681],[-53.217,-48.433],[-71.267,-45.774],[-77.821,-48.484],[-72.685,-52.716],[-65.16,-55.491],[-56.238,-62.653],[-62.92,-73.393],[-76.505,-81.96],[-77.12,-89.414],[-68.226,-95.306],[-65.083,-99.507],[-70.817,-99.891],[-80.368,-93.792],[-79.166,-76.825],[-64.547,-67.406],[-65.575,-60.879],[-78.061,-56.111],[-83.641,-47.283],[-74.982,-40.313]],"c":true}]},{"i":{"x":0.068,"y":1},"o":{"x":1,"y":0},"n":"0p068_1_1_0","t":406,"s":[{"i":[[-5.301,0.697],[-2.722,-4.343],[2.111,-3.748],[2.099,-3.919],[-1.753,-0.966],[-0.478,1.299],[-2.756,6.869],[10.359,-0.706],[6.145,-0.937],[0.604,3.385],[-2.113,0.925],[-2.458,1.043],[-0.717,4.711],[3.724,2.56],[4.571,2.787],[-2.934,2.792],[-3.197,1.611],[1.172,2.507],[1.998,-0.896],[2.801,-2.607],[-7.373,-4.968],[-4.739,-3.33],[4.365,-1.585],[4.048,-1.84],[-0.933,-4.592],[-4.424,-0.437]],"o":[[4.024,-0.529],[2.724,4.346],[-2.184,3.876],[-0.699,1.304],[1.432,0.789],[2.578,-7.005],[3.809,-9.495],[-5.984,0.408],[-2.35,-0.342],[-0.538,-3.018],[2.445,-1.07],[3.641,-1.545],[0.781,-5.131],[-4.409,-3.03],[-3.696,-2.254],[2.625,-2.498],[1.776,-0.895],[-1.336,-2.857],[-3.484,1.562],[-6.555,6.1],[4.807,3.239],[3.612,2.538],[-4.189,1.52],[-3.627,1.649],[0.937,4.607],[5.424,0.536]],"v":[[-59.041,-41.88],[-47.232,-41.033],[-51.055,-29.106],[-57.849,-17.616],[-56.83,-13.505],[-53.44,-14.57],[-42.487,-33.681],[-53.217,-48.433],[-71.267,-45.774],[-77.821,-48.484],[-72.685,-52.716],[-65.16,-55.491],[-56.238,-62.653],[-62.92,-73.393],[-76.505,-81.96],[-77.12,-89.414],[-68.226,-95.306],[-65.083,-99.507],[-70.817,-99.891],[-80.368,-93.792],[-79.166,-76.825],[-64.547,-67.406],[-65.575,-60.879],[-78.061,-56.111],[-83.641,-47.283],[-74.982,-40.313]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"c":true}]},{"t":475}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 11"},{"inv":false,"mode":"f","pt":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":340,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":371,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0],[51,0]],"c":true}],"e":[{"i":[[-3.197,0.392],[0.27,2.025],[0.653,3.277],[-1.012,2.605],[-4.164,-4.742],[-2.856,-3.112],[-4.248,2.751],[1.549,4.919],[1.431,3.006],[-0.23,4.732],[-2.558,-1.235],[-1.739,9.704],[4.781,7.021],[1.695,-0.943],[-1.088,-1.612],[-0.79,-4.427],[4.437,-3.235],[3.681,2.184],[3.785,-3.574],[-1.886,-3.881],[-1.775,-3.831],[2.034,-1.412],[1.465,1.776],[2.163,2.546],[5.398,-1.898],[0.434,-6.209],[-0.67,-5.291]],"o":[[3.205,-0.393],[-0.441,-3.304],[-0.53,-2.66],[2.301,-5.922],[2.79,3.178],[3.181,3.467],[4.103,-2.657],[-0.992,-3.151],[-1.31,-2.751],[3.176,1.753],[8.927,4.312],[1.547,-8.637],[-0.96,-1.41],[-2.203,1.226],[2.521,3.734],[0.846,4.742],[-4.294,3.131],[-3.448,-2.045],[-3.836,3.622],[1.846,3.8],[1.059,2.285],[-2.43,1.687],[-2.127,-2.579],[-3.088,-3.635],[-5.793,2.037],[-0.38,5.438],[0.277,2.189]],"v":[[63.244,-18.687],[65.173,-24.143],[63.209,-33.971],[63.6,-41.873],[74.039,-43.895],[82.057,-34.053],[93.454,-32.095],[98.136,-43.545],[94.035,-52.643],[90.603,-62.449],[98.77,-57.968],[118.673,-67.792],[112.304,-91.04],[108.361,-92.468],[108,-87.963],[113.263,-75.768],[109.668,-63.005],[98,-64.651],[87.09,-65.89],[87.11,-54.187],[92.817,-42.87],[91.164,-36.936],[85.481,-38.694],[79.295,-46.591],[67.432,-52.081],[58.25,-39.345],[60.105,-23.451]],"c":true}]},{"i":{"x":0.068,"y":1},"o":{"x":1,"y":0},"n":"0p068_1_1_0","t":418,"s":[{"i":[[-3.197,0.392],[0.27,2.025],[0.653,3.277],[-1.012,2.605],[-4.164,-4.742],[-2.856,-3.112],[-4.248,2.751],[1.549,4.919],[1.431,3.006],[-0.23,4.732],[-2.558,-1.235],[-1.739,9.704],[4.781,7.021],[1.695,-0.943],[-1.088,-1.612],[-0.79,-4.427],[4.437,-3.235],[3.681,2.184],[3.785,-3.574],[-1.886,-3.881],[-1.775,-3.831],[2.034,-1.412],[1.465,1.776],[2.163,2.546],[5.398,-1.898],[0.434,-6.209],[-0.67,-5.291]],"o":[[3.205,-0.393],[-0.441,-3.304],[-0.53,-2.66],[2.301,-5.922],[2.79,3.178],[3.181,3.467],[4.103,-2.657],[-0.992,-3.151],[-1.31,-2.751],[3.176,1.753],[8.927,4.312],[1.547,-8.637],[-0.96,-1.41],[-2.203,1.226],[2.521,3.734],[0.846,4.742],[-4.294,3.131],[-3.448,-2.045],[-3.836,3.622],[1.846,3.8],[1.059,2.285],[-2.43,1.687],[-2.127,-2.579],[-3.088,-3.635],[-5.793,2.037],[-0.38,5.438],[0.277,2.189]],"v":[[63.244,-18.687],[65.173,-24.143],[63.209,-33.971],[63.6,-41.873],[74.039,-43.895],[82.057,-34.053],[93.454,-32.095],[98.136,-43.545],[94.035,-52.643],[90.603,-62.449],[98.77,-57.968],[118.673,-67.792],[112.304,-91.04],[108.361,-92.468],[108,-87.963],[113.263,-75.768],[109.668,-63.005],[98,-64.651],[87.09,-65.89],[87.11,-54.187],[92.817,-42.87],[91.164,-36.936],[85.481,-38.694],[79.295,-46.591],[67.432,-52.081],[58.25,-39.345],[60.105,-23.451]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"c":true}]},{"t":480}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 12"},{"inv":false,"mode":"f","pt":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":340,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[51,0],[51,0],[51,0],[51,0]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":371,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[51,0],[51,0],[51,0],[51,0]],"c":true}],"e":[{"i":[[3.652,0.435],[0.034,-3.561],[-3.883,0.06],[-0.036,3.743]],"o":[[-3.646,0.492],[-0.037,3.889],[3.525,-0.054],[0.039,-4.063]],"v":[[102.473,74.036],[96.45,80.041],[102.706,86.219],[108.503,80.363]],"c":true}]},{"i":{"x":0.068,"y":1},"o":{"x":1,"y":0},"n":"0p068_1_1_0","t":418,"s":[{"i":[[3.652,0.435],[0.034,-3.561],[-3.883,0.06],[-0.036,3.743]],"o":[[-3.646,0.492],[-0.037,3.889],[3.525,-0.054],[0.039,-4.063]],"v":[[102.473,74.036],[96.45,80.041],[102.706,86.219],[108.503,80.363]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0]],"c":true}]},{"t":480}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 13"},{"inv":false,"mode":"f","pt":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":340,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[51,0],[51,0],[51,0],[51,0]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":369,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[51,0],[51,0],[51,0],[51,0]],"c":true}],"e":[{"i":[[3.914,-0.283],[-0.092,-3.699],[-3.539,-0.051],[-0.426,3.789]],"o":[[-3.566,0.258],[0.093,3.742],[3.923,0.057],[-0.67,-3.839]],"v":[[62.372,62.093],[56.915,68.306],[62.748,74.15],[69.113,67.97]],"c":true}]},{"i":{"x":0.068,"y":1},"o":{"x":1,"y":0},"n":"0p068_1_1_0","t":418,"s":[{"i":[[3.914,-0.283],[-0.092,-3.699],[-3.539,-0.051],[-0.426,3.789]],"o":[[-3.566,0.258],[0.093,3.742],[3.923,0.057],[-0.67,-3.839]],"v":[[62.372,62.093],[56.915,68.306],[62.748,74.15],[69.113,67.97]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0]],"c":true}]},{"t":476}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 14"},{"inv":false,"mode":"f","pt":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":340,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[51,0],[51,0],[51,0],[51,0]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":393,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[51,0],[51,0],[51,0],[51,0]],"c":true}],"e":[{"i":[[-3.844,-0.073],[-0.238,3.749],[3.876,0.06],[0.143,-3.532]],"o":[[3.507,0.066],[0.042,-4.033],[-3.543,-0.055],[-0.156,3.868]],"v":[[79.757,-80.057],[85.739,-85.752],[79.763,-92.135],[73.668,-86.441]],"c":true}]},{"i":{"x":0.068,"y":1},"o":{"x":1,"y":0},"n":"0p068_1_1_0","t":418,"s":[{"i":[[-3.844,-0.073],[-0.238,3.749],[3.876,0.06],[0.143,-3.532]],"o":[[3.507,0.066],[0.042,-4.033],[-3.543,-0.055],[-0.156,3.868]],"v":[[79.757,-80.057],[85.739,-85.752],[79.763,-92.135],[73.668,-86.441]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0]],"c":true}]},{"t":476}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 15"},{"inv":false,"mode":"f","pt":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":340,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[51,0],[51,0],[51,0],[51,0]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":384,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[51,0],[51,0],[51,0],[51,0]],"c":true}],"e":[{"i":[[3.98,0.706],[-0.123,-3.931],[-3.68,-0.039],[-0.196,3.718]],"o":[[-3.468,0.663],[0.11,3.524],[3.625,0.039],[0.211,-4.014]],"v":[[-112.144,49.49],[-118.094,55.989],[-112.13,61.742],[-106.054,56.203]],"c":true}]},{"i":{"x":0.068,"y":1},"o":{"x":1,"y":0},"n":"0p068_1_1_0","t":425,"s":[{"i":[[3.98,0.706],[-0.123,-3.931],[-3.68,-0.039],[-0.196,3.718]],"o":[[-3.468,0.663],[0.11,3.524],[3.625,0.039],[0.211,-4.014]],"v":[[-112.144,49.49],[-118.094,55.989],[-112.13,61.742],[-106.054,56.203]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0]],"c":true}]},{"t":476}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 16"},{"inv":false,"mode":"f","pt":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":340,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[51,0],[51,0],[51,0],[51,0]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":384,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[51,0],[51,0],[51,0],[51,0]],"c":true}],"e":[{"i":[[-0.017,-3.801],[-3.985,0.171],[-0.235,3.688],[3.732,0.151]],"o":[[0.017,3.777],[3.623,-0.156],[-0.267,-3.499],[-4.061,-0.164]],"v":[[-72.489,13.699],[-66.1,19.756],[-60.377,13.623],[-66.107,7.706]],"c":true}]},{"i":{"x":0.068,"y":1},"o":{"x":1,"y":0},"n":"0p068_1_1_0","t":425,"s":[{"i":[[-0.017,-3.801],[-3.985,0.171],[-0.235,3.688],[3.732,0.151]],"o":[[0.017,3.777],[3.623,-0.156],[-0.267,-3.499],[-4.061,-0.164]],"v":[[-72.489,13.699],[-66.1,19.756],[-60.377,13.623],[-66.107,7.706]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0]],"c":true}]},{"t":476}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 17"},{"inv":false,"mode":"f","pt":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":340,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[51,0],[51,0],[51,0],[51,0]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":389,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[51,0],[51,0],[51,0],[51,0]],"c":true}],"e":[{"i":[[4.003,-0.312],[-0.117,-3.609],[-3.521,0.008],[-0.409,3.764]],"o":[[-3.724,0.29],[0.12,3.684],[3.882,-0.009],[-0.696,-3.848]],"v":[[114.609,19.553],[109.214,25.778],[115.123,31.591],[121.408,25.287]],"c":true}]},{"i":{"x":0.068,"y":1},"o":{"x":1,"y":0},"n":"0p068_1_1_0","t":425,"s":[{"i":[[4.003,-0.312],[-0.117,-3.609],[-3.521,0.008],[-0.409,3.764]],"o":[[-3.724,0.29],[0.12,3.684],[3.882,-0.009],[-0.696,-3.848]],"v":[[114.609,19.553],[109.214,25.778],[115.123,31.591],[121.408,25.287]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0]],"c":true}]},{"t":480}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 18"},{"inv":false,"mode":"f","pt":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":337,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[51,0],[51,0],[51,0],[51,0]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":398,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[51,0],[51,0],[51,0],[51,0]],"c":true}],"e":[{"i":[[3.79,-0.104],[-0.265,-3.981],[-3.685,-0.153],[-0.059,3.717]],"o":[[-3.787,0.104],[0.242,3.638],[3.503,-0.343],[0.065,-4.058]],"v":[[82.006,28.232],[76.121,34.777],[82.398,40.337],[88.163,34.459]],"c":true}]},{"i":{"x":0.068,"y":1},"o":{"x":1,"y":0},"n":"0p068_1_1_0","t":418,"s":[{"i":[[3.79,-0.104],[-0.265,-3.981],[-3.685,-0.153],[-0.059,3.717]],"o":[[-3.787,0.104],[0.242,3.638],[3.503,-0.343],[0.065,-4.058]],"v":[[82.006,28.232],[76.121,34.777],[82.398,40.337],[88.163,34.459]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0]],"c":true}]},{"t":480}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 19"},{"inv":false,"mode":"f","pt":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":336,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[51,0],[51,0],[51,0],[51,0]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":398,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[51,0],[51,0],[51,0],[51,0]],"c":true}],"e":[{"i":[[-0.051,-4.061],[-3.465,-0.037],[-0.281,3.889],[3.496,-0.003]],"o":[[0.047,3.764],[3.835,0.041],[-0.423,-3.65],[-3.773,0.004]],"v":[[23.636,-49.664],[29.505,-43.836],[35.806,-50.016],[29.793,-55.916]],"c":true}]},{"i":{"x":0.068,"y":1},"o":{"x":1,"y":0},"n":"0p068_1_1_0","t":418,"s":[{"i":[[-0.051,-4.061],[-3.465,-0.037],[-0.281,3.889],[3.496,-0.003]],"o":[[0.047,3.764],[3.835,0.041],[-0.423,-3.65],[-3.773,0.004]],"v":[[23.636,-49.664],[29.505,-43.836],[35.806,-50.016],[29.793,-55.916]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0]],"c":true}]},{"t":483}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 20"},{"inv":false,"mode":"f","pt":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":336,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[51,0],[51,0],[51,0],[51,0]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":398,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[51,0],[51,0],[51,0],[51,0]],"c":true}],"e":[{"i":[[-3.915,0.123],[0.026,3.446],[4.155,0.036],[-0.051,-3.623]],"o":[[3.617,-0.113],[-0.028,-3.797],[-3.525,0.354],[0.055,3.93]],"v":[[-34.657,-67.408],[-28.907,-73.44],[-35.396,-79.507],[-40.943,-73.501]],"c":true}]},{"i":{"x":0.068,"y":1},"o":{"x":1,"y":0},"n":"0p068_1_1_0","t":418,"s":[{"i":[[-3.915,0.123],[0.026,3.446],[4.155,0.036],[-0.051,-3.623]],"o":[[3.617,-0.113],[-0.028,-3.797],[-3.525,0.354],[0.055,3.93]],"v":[[-34.657,-67.408],[-28.907,-73.44],[-35.396,-79.507],[-40.943,-73.501]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0]],"c":true}]},{"t":483}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 21"},{"inv":false,"mode":"f","pt":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":336,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[51,0],[51,0],[51,0],[51,0]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":378,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[51,0],[51,0],[51,0],[51,0]],"c":true}],"e":[{"i":[[-3.688,-0.334],[-0.274,3.693],[3.956,0.172],[0.027,-3.804]],"o":[[3.589,-0.096],[0.293,-3.946],[-3.962,-0.172],[-0.025,3.484]],"v":[[19.136,-76.543],[25.335,-82.019],[19.649,-88.64],[13.319,-82.539]],"c":true}]},{"i":{"x":0.068,"y":1},"o":{"x":1,"y":0},"n":"0p068_1_1_0","t":418,"s":[{"i":[[-3.688,-0.334],[-0.274,3.693],[3.956,0.172],[0.027,-3.804]],"o":[[3.589,-0.096],[0.293,-3.946],[-3.962,-0.172],[-0.025,3.484]],"v":[[19.136,-76.543],[25.335,-82.019],[19.649,-88.64],[13.319,-82.539]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0]],"c":true}]},{"t":483}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 22"},{"inv":false,"mode":"f","pt":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":337,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[51,0],[51,0],[51,0],[51,0]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":390,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[51,0],[51,0],[51,0],[51,0]],"c":true}],"e":[{"i":[[-3.979,0.286],[0.201,3.596],[3.637,0.249],[-0.01,-3.446]],"o":[[3.587,-0.258],[-0.199,-3.553],[-3.601,0.44],[0.011,3.838]],"v":[[-113.904,13.053],[-108.369,6.843],[-114.5,1.085],[-120.397,7.131]],"c":true}]},{"i":{"x":0.068,"y":1},"o":{"x":1,"y":0},"n":"0p068_1_1_0","t":439,"s":[{"i":[[-3.979,0.286],[0.201,3.596],[3.637,0.249],[-0.01,-3.446]],"o":[[3.587,-0.258],[-0.199,-3.553],[-3.601,0.44],[0.011,3.838]],"v":[[-113.904,13.053],[-108.369,6.843],[-114.5,1.085],[-120.397,7.131]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0]],"c":true}]},{"t":483}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 23"},{"inv":false,"mode":"f","pt":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":337,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[51,0],[51,0],[51,0],[51,0]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":390,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[51,0],[51,0],[51,0],[51,0]],"c":true}],"e":[{"i":[[3.842,0.639],[-0.077,-3.914],[-3.743,-0.078],[-0.241,3.567]],"o":[[-3.795,0.448],[0.069,3.529],[3.71,0.077],[0.264,-3.918]],"v":[[-33.819,29.428],[-39.985,35.823],[-34.102,41.625],[-27.925,36.133]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":1,"y":0},"n":"0_1_1_0","t":418,"s":[{"i":[[3.842,0.639],[-0.077,-3.914],[-3.743,-0.078],[-0.241,3.567]],"o":[[-3.795,0.448],[0.069,3.529],[3.71,0.077],[0.264,-3.918]],"v":[[-33.819,29.428],[-39.985,35.823],[-34.102,41.625],[-27.925,36.133]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,0],[0,0],[0,0]],"c":true}]},{"t":483}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 24"}],"ef":[{"ty":22,"nm":"Stroke","mn":"ADBE Stroke","ix":1,"en":1,"ef":[{"ty":10,"nm":"Path","mn":"ADBE Stroke-0001","ix":1,"v":{"a":0,"k":1}},{"ty":7,"nm":"All Masks","mn":"ADBE Stroke-0010","ix":2,"v":{"a":0,"k":1}},{"ty":7,"nm":"Stroke Sequentially","mn":"ADBE Stroke-0011","ix":3,"v":{"a":0,"k":1}},{"ty":2,"nm":"Color","mn":"ADBE Stroke-0002","ix":4,"v":{"a":0,"k":[0,0.6,0.7450981,1]}},{"ty":0,"nm":"Brush Size","mn":"ADBE Stroke-0003","ix":5,"v":{"a":0,"k":2}},{"ty":0,"nm":"Brush Hardness","mn":"ADBE Stroke-0004","ix":6,"v":{"a":0,"k":0.75}},{"ty":0,"nm":"Opacity","mn":"ADBE Stroke-0005","ix":7,"v":{"a":0,"k":1}},{"ty":0,"nm":"Start","mn":"ADBE Stroke-0008","ix":8,"v":{"a":0,"k":0}},{"ty":0,"nm":"End","mn":"ADBE Stroke-0009","ix":9,"v":{"a":0,"k":100}},{"ty":7,"nm":"Spacing","mn":"ADBE Stroke-0006","ix":10,"v":{"a":0,"k":15}},{"ty":7,"nm":"Paint Style","mn":"ADBE Stroke-0007","ix":11,"v":{"a":0,"k":1}}]}],"shapes":[],"ip":-138,"op":1662,"st":-138,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/submit button.json b/ohos/flutter_lottie/assets/lottiefiles/submit button.json new file mode 100644 index 0000000000000000000000000000000000000000..542c9c8f428b096a6455ef0867ad6886bdee7c59 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/submit button.json @@ -0,0 +1 @@ +{"assets":[{"id":"image_0","w":45,"h":45,"u":"images/","p":"img_0.png"}],"fonts":{"list":[{"fName":"SanFranciscoDisplay-Medium","fFamily":"San Francisco Display","fStyle":"Medium","ascent":70.166015625}]},"layers":[{"ddd":0,"ind":0,"ty":2,"nm":"check.ai","cl":"ai","refId":"image_0","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[182.5,42.25,0]},"a":{"k":[22.5,22.5,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":128,"s":[7.778,7.778,100],"e":[43.778,43.778,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":140,"s":[43.778,43.778,100],"e":[35.778,35.778,100]},{"t":145}]}},"ao":0,"ip":132,"op":624,"st":132,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":5,"nm":"SUBMIT","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[100],"e":[0]},{"t":33}]},"r":{"k":0},"p":{"k":[182.5,42.5,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"t":{"d":{"k":[{"s":{"sz":[83.5,16],"ps":[-41.75,-8],"s":18,"f":"SanFranciscoDisplay-Medium","t":"SUBMIT","j":2,"tr":0,"lh":21.6,"fc":[1,1,1]},"t":0}]},"p":{},"m":{"g":1,"a":{"k":[0,0]}},"a":[]},"ip":0,"op":492,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":1,"nm":"Medium Cyan Solid 1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[182.5,42.5,0]},"a":{"k":[177.75,42.25,0]},"s":{"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"k":[{"i":{"x":0.447,"y":1},"o":{"x":1,"y":0},"n":"0p447_1_1_0","t":16,"s":[{"i":[[9.601,0],[0,0],[0,-9.601],[-9.601,0],[0,0],[0,9.601]],"o":[[0,0],[-9.601,0],[0,9.601],[0,0],[9.601,0],[0,-9.601]],"v":[[226.814,23.75],[121.883,23.75],[104.5,41.133],[121.883,58.517],[226.814,58.517],[244.197,41.133]],"c":true}],"e":[{"i":[[9.693,0],[3.17587499999999,-3.175875],[0,-4.8465],[-3.17587500000002,-3.176125],[-4.84649999999999,0],[0,9.693]],"o":[[-4.84649999999999,0],[-3.17587500000002,3.175875],[0,4.8465],[3.17587499999999,3.176125],[9.693,0],[0,-9.693]],"v":[[178.05,24],[165.640125,29.140125],[160.5,41.55],[165.640125,53.960375],[178.05,59.101],[195.601,41.55]],"c":true}]},{"t":41}]},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"sw":360,"sh":85,"sc":"#38dbca","ip":0,"op":492,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":41,"s":[0],"e":[358]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[358],"e":[720]},{"t":109}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":109,"s":[182.75,41.75,0],"e":[182.75,34.25,0],"to":[0,-1.25,0],"ti":[0,-4.16666650772095,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":118,"s":[182.75,34.25,0],"e":[182.75,66.75,0],"to":[0,4.16666650772095,0],"ti":[0,-5.41666650772095,0]},{"t":128}]},"a":{"k":[5.5,4.25,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","fillEnabled":true,"c":{"k":[0.91,0.91,0.91,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.22,0.86,0.79,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0,0],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[8.203,8.203]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","fillEnabled":true,"c":{"k":[0.91,0.91,0.91,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.22,0.86,0.79,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[5.602,-20.148],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":41,"op":492,"st":64,"bm":0,"sr":1}],"v":"4.5.0","ddd":0,"ip":0,"op":492,"fr":60,"w":360,"h":85,"chars":[{"ch":"S","size":18,"style":"Medium","w":57.23,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2.93,-18.311],[9.375,1.367],[52.93,-5.81],[45.507,-34.717],[24.268,-40.088],[14.941,-44.873],[20.459,-59.717],[41.846,-54.883],[52.1,-48.926],[40.821,-68.164],[4.834,-61.279],[12.549,-32.91],[32.08,-28.027],[42.773,-23.339],[37.305,-7.129],[13.428,-12.256]],"o":[[3.174,-9.424],[42.139,1.367],[52.93,-29.98],[35.4,-37.256],[17.969,-41.602],[14.941,-55.957],[37.256,-59.717],[42.383,-48.926],[51.856,-61.572],[15.967,-68.164],[4.834,-37.988],[20.85,-30.859],[39.355,-26.22],[42.773,-11.377],[18.652,-7.129],[12.842,-18.311]],"v":[[2.93,-18.311],[27.539,1.367],[52.93,-18.896],[35.4,-37.256],[24.268,-40.088],[14.941,-49.365],[28.369,-59.717],[42.383,-48.926],[52.1,-48.926],[28.516,-68.164],[4.834,-48.633],[20.85,-30.859],[32.08,-28.027],[42.773,-18.066],[28.418,-7.129],[12.842,-18.311]],"c":true}},"nm":"S","mn":"ADBE Vector Shape - Group"}],"nm":"S","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-18.164,0],[0,13.086],[10.107,2.539],[0,0],[0,4.492],[-7.91,0],[-0.537,-5.957],[0,0],[12.305,0],[0,-12.646],[-8.301,-2.051],[0,0],[0,-5.273],[8.887,0],[0.586,6.055]],"o":[[0.244,8.887],[14.6,0],[0,-11.084],[0,0],[-6.299,-1.514],[0,-6.592],[8.887,0],[0,0],[-0.244,-12.646],[-12.549,0],[0,10.645],[0,0],[7.275,1.807],[0,6.689],[-9.766,0],[0,0]],"v":[[60.156,-18.311],[84.766,1.367],[110.156,-18.896],[92.627,-37.256],[81.494,-40.088],[72.168,-49.365],[85.596,-59.717],[99.609,-48.926],[109.326,-48.926],[85.742,-68.164],[62.061,-48.633],[78.076,-30.859],[89.307,-28.027],[100,-18.066],[85.645,-7.129],[70.068,-18.311]],"c":true}},"nm":"S","mn":"ADBE Vector Shape - Group"}],"nm":"S","np":3,"mn":"ADBE Vector Group"}]},"fFamily":"San Francisco Display"},{"ch":"U","size":18,"style":"Medium","w":65.48,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[16.895,-66.65],[6.934,-66.65],[6.934,-22.266],[16.602,1.367],[58.545,-8.399],[58.545,-66.65],[48.584,-66.65],[48.584,-23.633],[42.285,-7.471],[16.895,-13.623]],"o":[[16.895,-66.65],[6.934,-66.65],[6.934,-8.399],[48.877,1.367],[58.545,-22.266],[58.545,-66.65],[48.584,-66.65],[48.584,-13.672],[23.145,-7.471],[16.895,-23.633]],"v":[[16.895,-66.65],[6.934,-66.65],[6.934,-22.266],[32.715,1.367],[58.545,-22.266],[58.545,-66.65],[48.584,-66.65],[48.584,-23.633],[32.715,-7.471],[16.895,-23.633]],"c":true}},"nm":"U","mn":"ADBE Vector Shape - Group"}],"nm":"U","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[-16.113,0],[0,13.867],[0,0],[0,0],[0,0],[9.57,0],[0,10.01]],"o":[[0,0],[0,0],[0,13.867],[16.162,0],[0,0],[0,0],[0,0],[0,9.961],[-9.57,0],[0,0]],"v":[[82.373,-66.65],[72.412,-66.65],[72.412,-22.266],[98.193,1.367],[124.023,-22.266],[124.023,-66.65],[114.062,-66.65],[114.062,-23.633],[98.193,-7.471],[82.373,-23.633]],"c":true}},"nm":"U","mn":"ADBE Vector Shape - Group"}],"nm":"U","np":3,"mn":"ADBE Vector Group"}]},"fFamily":"San Francisco Display"},{"ch":"B","size":18,"style":"Medium","w":60.25,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[7.715,0],[32.959,0],[56.201,-6.494],[50.586,-33.984],[41.602,-35.547],[52.539,-42.041],[44.873,-66.65],[7.715,-66.65]],"o":[[7.715,0],[46.387,0],[56.201,-27.93],[41.602,-35.107],[47.901,-37.354],[52.539,-60.596],[33.643,-66.65],[7.715,-66.65]],"v":[[7.715,0],[32.959,0],[56.201,-18.701],[41.602,-35.107],[41.602,-35.547],[52.539,-50.244],[33.643,-66.65],[7.715,-66.65]],"c":true}},"nm":"B","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[17.725,-58.398],[31.689,-58.398],[42.48,-55.371],[37.402,-38.281],[17.725,-38.281]],"o":[[17.725,-58.398],[37.841,-58.398],[42.48,-41.357],[27.441,-38.281],[17.725,-38.281]],"v":[[17.725,-58.398],[31.689,-58.398],[42.48,-48.535],[27.441,-38.281],[17.725,-38.281]],"c":true}},"nm":"B","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ks":{"k":{"i":[[17.725,-30.322],[32.617,-30.322],[45.947,-26.562],[38.721,-8.252],[17.725,-8.252]],"o":[[17.725,-30.322],[40.625,-30.322],[45.947,-10.254],[28.711,-8.252],[17.725,-8.252]],"v":[[17.725,-30.322],[32.617,-30.322],[45.947,-18.945],[28.711,-8.252],[17.725,-8.252]],"c":true}},"nm":"B","mn":"ADBE Vector Shape - Group"}],"nm":"B","np":6,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,12.207],[8.984,1.123],[0,0],[0,8.203],[11.23,0],[0,0]],"o":[[0,0],[13.428,0],[0,-9.229],[0,0],[6.299,-1.807],[0,-10.352],[0,0],[0,0]],"v":[[67.969,0],[93.213,0],[116.455,-18.701],[101.855,-35.107],[101.855,-35.547],[112.793,-50.244],[93.896,-66.65],[67.969,-66.65]],"c":true}},"nm":"B","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,-6.836],[9.961,0],[0,0]],"o":[[0,0],[6.152,0],[0,7.178],[0,0],[0,0]],"v":[[77.979,-58.398],[91.943,-58.398],[102.734,-48.535],[87.695,-38.281],[77.979,-38.281]],"c":true}},"nm":"B","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,-7.617],[10.01,0],[0,0]],"o":[[0,0],[8.008,0],[0,8.691],[0,0],[0,0]],"v":[[77.979,-30.322],[92.871,-30.322],[106.201,-18.945],[88.965,-8.252],[77.979,-8.252]],"c":true}},"nm":"B","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"}],"nm":"B","np":6,"mn":"ADBE Vector Group"}]},"fFamily":"San Francisco Display"},{"ch":"M","size":18,"style":"Medium","w":78.12,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[16.943,0],[16.943,-47.021],[17.285,-47.021],[35.205,-6.494],[42.871,-6.494],[60.742,-47.021],[61.133,-47.021],[61.133,0],[70.215,0],[70.215,-66.65],[60.254,-66.65],[39.209,-17.92],[38.965,-17.92],[17.871,-66.65],[7.91,-66.65],[7.91,0]],"o":[[16.943,0],[16.943,-47.021],[17.285,-47.021],[35.205,-6.494],[42.871,-6.494],[60.742,-47.021],[61.133,-47.021],[61.133,0],[70.215,0],[70.215,-66.65],[60.254,-66.65],[39.209,-17.92],[38.965,-17.92],[17.871,-66.65],[7.91,-66.65],[7.91,0]],"v":[[16.943,0],[16.943,-47.021],[17.285,-47.021],[35.205,-6.494],[42.871,-6.494],[60.742,-47.021],[61.133,-47.021],[61.133,0],[70.215,0],[70.215,-66.65],[60.254,-66.65],[39.209,-17.92],[38.965,-17.92],[17.871,-66.65],[7.91,-66.65],[7.91,0]],"c":true}},"nm":"M","mn":"ADBE Vector Shape - Group"}],"nm":"M","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[95.068,0],[95.068,-47.021],[95.41,-47.021],[113.33,-6.494],[120.996,-6.494],[138.867,-47.021],[139.258,-47.021],[139.258,0],[148.34,0],[148.34,-66.65],[138.379,-66.65],[117.334,-17.92],[117.09,-17.92],[95.996,-66.65],[86.035,-66.65],[86.035,0]],"c":true}},"nm":"M","mn":"ADBE Vector Shape - Group"}],"nm":"M","np":3,"mn":"ADBE Vector Group"}]},"fFamily":"San Francisco Display"},{"ch":"I","size":18,"style":"Medium","w":25.44,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[17.773,0],[17.773,-66.65],[7.715,-66.65],[7.715,0]],"o":[[17.773,0],[17.773,-66.65],[7.715,-66.65],[7.715,0]],"v":[[17.773,0],[17.773,-66.65],[7.715,-66.65],[7.715,0]],"c":true}},"nm":"I","mn":"ADBE Vector Shape - Group"}],"nm":"I","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[43.213,0],[43.213,-66.65],[33.154,-66.65],[33.154,0]],"c":true}},"nm":"I","mn":"ADBE Vector Shape - Group"}],"nm":"I","np":3,"mn":"ADBE Vector Group"}]},"fFamily":"San Francisco Display"},{"ch":"T","size":18,"style":"Medium","w":54.05,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[30.713,0],[30.713,-57.91],[50.586,-57.91],[50.586,-66.65],[0.879,-66.65],[0.879,-57.91],[20.752,-57.91],[20.752,0]],"o":[[30.713,0],[30.713,-57.91],[50.586,-57.91],[50.586,-66.65],[0.879,-66.65],[0.879,-57.91],[20.752,-57.91],[20.752,0]],"v":[[30.713,0],[30.713,-57.91],[50.586,-57.91],[50.586,-66.65],[0.879,-66.65],[0.879,-57.91],[20.752,-57.91],[20.752,0]],"c":true}},"nm":"T","mn":"ADBE Vector Shape - Group"}],"nm":"T","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[84.766,0],[84.766,-57.91],[104.639,-57.91],[104.639,-66.65],[54.932,-66.65],[54.932,-57.91],[74.805,-57.91],[74.805,0]],"c":true}},"nm":"T","mn":"ADBE Vector Shape - Group"}],"nm":"T","np":3,"mn":"ADBE Vector Group"}]},"fFamily":"San Francisco Display"}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/summer.json b/ohos/flutter_lottie/assets/lottiefiles/summer.json new file mode 100644 index 0000000000000000000000000000000000000000..fde2ae57b20884141368490f32d823ce3ec67db7 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/summer.json @@ -0,0 +1 @@ +{"v":"5.3.4","fr":60,"ip":0,"op":300,"w":1080,"h":1920,"nm":"Seasion","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"c1/seasion Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":0,"s":[428,960,0],"e":[604,960,0],"to":[29.3333339691162,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":150,"s":[604,960,0],"e":[428,960,0],"to":[0,0,0],"ti":[29.3333339691162,0,0]},{"t":299}],"ix":2},"a":{"a":0,"k":[540,960,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.525,19.066],[20.531,2.719],[6.086,-3.166],[9.696,1.284],[3.625,-0.154],[16.484,2.182],[10.209,-26.581],[6.716,-5.658],[2.338,0.309],[3.009,-22.722],[-22.721,-3.009],[-1.527,-0.032],[-19.555,-2.589],[-12.779,19.935],[-11.971,-1.585],[-12.101,22.253]],"o":[[3.19,-24.09],[-6.958,-0.922],[-7.665,-5.027],[-3.722,-0.493],[-9.781,-11.911],[-29.466,-3.903],[-8.553,2.472],[-2.182,-0.67],[-22.721,-3.009],[-3.008,22.721],[1.55,0.205],[9.589,15.585],[25.026,3.314],[8.729,7.098],[26.611,3.524],[15.313,-4.007]],"v":[[136.166,-3.514],[104.767,-52.056],[84.916,-48.425],[58.669,-58.161],[47.637,-58.637],[7.237,-81.111],[-59.825,-41.289],[-82.977,-28.918],[-89.759,-30.406],[-136.348,5.287],[-100.655,51.876],[-96.039,52.222],[-50.637,81.7],[10.695,53.211],[42.128,66.749],[105.753,34.377]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[253.886,515.383],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"c2/seasion Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":0,"s":[616,964,0],"e":[436,964,0],"to":[-30,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":150,"s":[436,964,0],"e":[616,964,0],"to":[0,0,0],"ti":[-30,0,0]},{"t":299}],"ix":2},"a":{"a":0,"k":[540,960,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.075,-23.222],[25.007,-3.312],[7.412,3.856],[11.809,-1.564],[4.416,0.189],[20.077,-2.659],[12.434,32.375],[8.18,6.892],[2.849,-0.378],[3.664,27.674],[-27.675,3.665],[-1.86,0.039],[-23.818,3.154],[-15.566,-24.28],[-14.58,1.931],[-14.738,-27.104]],"o":[[3.886,29.341],[-8.475,1.122],[-9.336,6.122],[-4.533,0.6],[-11.912,14.508],[-35.889,4.752],[-10.418,-3.01],[-2.657,0.816],[-27.674,3.664],[-3.665,-27.674],[1.886,-0.25],[11.678,-18.983],[30.481,-4.036],[10.631,-8.645],[32.411,-4.292],[18.65,4.88]],"v":[[165.846,4.28],[127.603,63.404],[103.426,58.982],[71.457,70.84],[58.02,71.419],[8.814,98.793],[-72.865,50.289],[-101.064,35.221],[-109.325,37.034],[-166.068,-6.439],[-122.595,-63.182],[-116.973,-63.604],[-61.674,-99.508],[13.027,-64.81],[51.311,-81.298],[128.804,-41.869]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[816.489,295.831],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"SUN/seasion Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[204,184,0],"ix":2},"a":{"a":0,"k":[83,83,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p833_1_0p333_0","0p833_1_0p333_0","0p833_1_0p333_0"],"t":0,"s":[100,100,100],"e":[130,130,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p833_1_0p333_0","0p833_1_0p333_0","0p833_1_0p333_0"],"t":60,"s":[130,130,100],"e":[100,100,100]},{"t":90}],"ix":6,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');"}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-45.563],[45.563,0],[0,45.563],[-45.563,0]],"o":[[0,45.563],[-45.563,0],[0,-45.563],[45.563,0]],"v":[[82.5,0],[0,82.5],[-82.5,0],[0,-82.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.976000019148,0.842999985639,0.109999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[82.75,82.75],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"HOUSE/seasion Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[596,1534,0],"ix":2},"a":{"a":0,"k":[125.5,90.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[10,4],[-10,4],[-10,-4],[10,-4]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.541000007181,0.435000011968,0.169000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[79.621,176.25],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[7.954,4],[-7.954,4],[-7.954,-4],[7.954,-4]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.541000007181,0.435000011968,0.169000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[81.667,168.25],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"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":[[6.363,4],[-6.363,4],[-6.363,-4],[6.363,-4]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.541000007181,0.435000011968,0.169000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[83.258,160.25],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"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":[[22,4],[-22,4],[-22,-4],[22,-4]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.752999997606,0.616000007181,0.226999993418,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[65.621,176.25],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"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":[[17.5,4],[-17.5,4],[-17.5,-4],[17.5,-4]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.752999997606,0.616000007181,0.226999993418,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[70.121,168.25],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"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":[[14,4],[-14,4],[-14,-4],[14,-4]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.752999997606,0.616000007181,0.226999993418,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[73.621,160.25],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-8.008],[8.008,0],[0,8.008],[-8.008,0]],"o":[[0,8.008],[-8.008,0],[0,-8.008],[8.008,0]],"v":[[14.5,0],[0,14.5],[-14.5,0],[0,-14.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.277999997606,0.136999990426,0.086000001197,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[70.121,64.75],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.869,0],[0,0],[0,1.869],[0,0],[-1.869,0],[0,0],[0,-1.869],[0,0]],"o":[[0,0],[-1.869,0],[0,0],[0,-1.869],[0,0],[1.869,0],[0,0],[0,1.869]],"v":[[7.518,12.195],[-7.518,12.195],[-10.902,8.812],[-10.902,-8.811],[-7.518,-12.195],[7.518,-12.195],[10.902,-8.811],[10.902,8.812]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.773000021542,0.902000038297,0.913999968884,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[208.898,124.75],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.869,0],[0,0],[0,1.869],[0,0],[-1.87,0],[0,0],[0,-1.869],[0,0]],"o":[[0,0],[-1.87,0],[0,0],[0,-1.869],[0,0],[1.869,0],[0,0],[0,1.869]],"v":[[11.366,16.5],[-11.366,16.5],[-14.75,13.115],[-14.75,-13.115],[-11.366,-16.5],[11.366,-16.5],[14.75,-13.115],[14.75,13.115]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.216000007181,0.250999989229,0.365000017952,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[208.471,124.75],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.499,0],[0,0],[0,2.499],[0,0],[-2.499,0],[0,0],[0,-2.499],[0,0]],"o":[[0,0],[-2.499,0],[0,0],[0,-2.499],[0,0],[2.499,0],[0,0],[0,2.499]],"v":[[6.378,12.195],[-6.378,12.195],[-10.902,7.672],[-10.902,-7.671],[-6.378,-12.195],[6.378,-12.195],[10.902,-7.671],[10.902,7.672]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.773000021542,0.902000038297,0.913999968884,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[160.799,124.75],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.499,0],[0,0],[0,2.499],[0,0],[-2.499,0],[0,0],[0,-2.499],[0,0]],"o":[[0,0],[-2.499,0],[0,0],[0,-2.499],[0,0],[2.499,0],[0,0],[0,2.499]],"v":[[10.227,16.5],[-10.225,16.5],[-14.751,11.976],[-14.751,-11.976],[-10.225,-16.5],[10.227,-16.5],[14.751,-11.976],[14.751,11.976]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.216000007181,0.250999989229,0.365000017952,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[160.371,124.75],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"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":[[13.008,16.5],[-13.008,16.5],[-13.008,-16.5],[13.008,-16.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.773000021542,0.902000038297,0.913999968884,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[73.442,115.75],"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"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":[[18.5,32],[-18.5,32],[-18.5,-32],[18.5,-32]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.216000007181,0.250999989229,0.365000017952,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[72.121,124.25],"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.832,6.97],[0,0],[4.107,0],[0,0],[1.206,-0.435],[0,0],[1.069,-1.426],[0,0],[0,0],[-2.519,-1.709],[0,0],[-1.112,0],[-1.09,1.467],[0,0],[-2.006,-3.479],[0,0],[-3.579,-0.355],[-0.487,0.011],[0,0]],"o":[[0,0],[-1.927,-3.481],[0,0],[-1.408,0],[0,0],[-1.725,0.02],[0,0],[0,0],[-1.789,2.409],[0,0],[0.975,0.668],[1.746,0.009],[0,0],[2.41,-3.235],[0,0],[1.757,3.055],[0.465,0.06],[0,0],[8.236,-0.182]],"v":[[121.126,31.446],[79.658,-43.839],[69.845,-49.504],[-51.848,-49.504],[-55.785,-48.826],[-55.796,-48.826],[-60.254,-46.591],[-118.257,31.254],[-123.168,37.849],[-121.856,45.295],[-121.475,45.558],[-118.257,46.55],[-113.684,44.303],[-64.115,-22.224],[-54.577,-21.699],[-16.689,44.01],[-8.157,49.423],[-6.728,49.493],[111.556,46.984]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[125.207,49.754],"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[-1.536,0.015],[0,0],[-1.254,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0.952,-1.015],[0,0],[1.075,-0.309],[0,0]],"v":[[49,-43.599],[49,43.599],[-49,43.599],[-49,13.93],[2.629,-41.524],[6.596,-43.117],[6.605,-43.117],[10.111,-43.599]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.752999997606,0.616000007181,0.226999993418,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[75.621,43.849],"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":"Group 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"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":[[52,10.809],[-52,10.809],[-52,-10.809],[52,-10.809]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.827000038297,0.823999980852,0.834999952129,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[72.621,167.441],"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":"Group 16","np":2,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"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":[[52.5,10.809],[-52.5,10.809],[-52.5,-10.809],[52.5,-10.809]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.57599995931,0.588000009574,0.596000043084,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[177.121,167.441],"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":"Group 17","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"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":[[52.5,56.571],[-52.5,56.571],[-52.5,-56.571],[52.5,-56.571]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.541000007181,0.435000011968,0.169000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[177.121,121.679],"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":"Group 18","np":2,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"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":[[52,56.571],[-52,56.571],[-52,-56.571],[52,-56.571]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.752999997606,0.616000007181,0.226999993418,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[72.621,121.679],"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":"Group 19","np":2,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"road/seasion Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,1712,0],"ix":2},"a":{"a":0,"k":[540.5,202,0],"ix":1},"s":{"a":0,"k":[102,102,100],"ix":6}},"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":[[5.307,-4.799],[-4.941,-4.799],[-9.516,4.799],[9.516,4.799]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.816000007181,0.827000038297,0.834999952129,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[953.244,248.049],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[5.307,13.134],[-4.941,13.134],[-9.516,-13.133],[9.516,-13.133]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.969000004787,0.57599995931,0.118000000598,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[953.426,265.981],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"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":[[4.575,36.875],[-4.575,36.875],[-4.575,-36.875],[4.575,-36.875]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.702000038297,0.702000038297,0.702000038297,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[953.61,315.989],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"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":[[7.228,4.673],[-7.229,4.673],[-7.229,-4.672],[7.228,-4.672]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.702000038297,0.702000038297,0.702000038297,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[953.702,352.232],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"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":[[14,4.672],[-14,4.672],[-14,-4.673],[14,-4.673]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.702000038297,0.702000038297,0.702000038297,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[954.25,361.578],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"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":[[5.308,-4.799],[-4.941,-4.799],[-9.516,4.799],[9.517,4.799]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.816000007181,0.827000038297,0.834999952129,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[239.243,5.049],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"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":[[5.308,13.133],[-4.941,13.133],[-9.516,-13.133],[9.517,-13.133]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.969000004787,0.57599995931,0.118000000598,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[239.426,22.981],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"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":[[4.575,36.875],[-4.575,36.875],[-4.575,-36.875],[4.575,-36.875]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.702000038297,0.702000038297,0.702000038297,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[239.61,72.989],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"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":[[7.229,4.673],[-7.229,4.673],[-7.229,-4.673],[7.229,-4.673]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.702000038297,0.702000038297,0.702000038297,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[239.701,109.232],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"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":[[14,4.673],[-14,4.673],[-14,-4.673],[14,-4.673]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.702000038297,0.702000038297,0.702000038297,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[240.25,118.577],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"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":[[-539.5,18],[539.5,18],[539.5,-18],[-539.5,-18]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.651000019148,0.486000001197,0.322000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[539.75,105.25],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"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":[[-23.5,9.045],[23.5,9.045],[23.5,-9.044],[-23.5,-9.044]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.991999966491,0.991999966491,0.991999966491,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1056.75,241.294],"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"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":[[23.5,9.045],[-23.5,9.045],[-23.5,-9.045],[23.5,-9.045]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.991999966491,0.991999966491,0.991999966491,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[977.75,241.295],"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"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":[[23.5,9.045],[-23.5,9.045],[-23.5,-9.045],[23.5,-9.045]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.991999966491,0.991999966491,0.991999966491,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[898.75,243.295],"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"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":[[23.5,9.045],[-23.5,9.045],[-23.5,-9.045],[23.5,-9.045]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.991999966491,0.991999966491,0.991999966491,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[819.75,243.295],"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":"Group 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"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":[[23.5,9.045],[-23.5,9.045],[-23.5,-9.045],[23.5,-9.045]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.991999966491,0.991999966491,0.991999966491,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[743.75,243.295],"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":"Group 16","np":2,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"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":[[23.5,9.045],[-23.5,9.045],[-23.5,-9.045],[23.5,-9.045]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.991999966491,0.991999966491,0.991999966491,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[664.75,243.295],"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":"Group 17","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"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":[[23.5,9.045],[-23.5,9.045],[-23.5,-9.045],[23.5,-9.045]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.991999966491,0.991999966491,0.991999966491,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[583.75,243.295],"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":"Group 18","np":2,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"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":[[23.5,9.045],[-23.5,9.045],[-23.5,-9.045],[23.5,-9.045]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.991999966491,0.991999966491,0.991999966491,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[504.75,243.295],"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":"Group 19","np":2,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"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":[[23.5,9.045],[-23.5,9.045],[-23.5,-9.045],[23.5,-9.045]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.991999966491,0.991999966491,0.991999966491,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[428.75,243.295],"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":"Group 20","np":2,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"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":[[23.5,9.045],[-23.5,9.045],[-23.5,-9.045],[23.5,-9.045]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.991999966491,0.991999966491,0.991999966491,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[349.75,243.295],"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":"Group 21","np":2,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"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":[[23.5,9.045],[-23.5,9.045],[-23.5,-9.045],[23.5,-9.045]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.991999966491,0.991999966491,0.991999966491,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[271.75,243.295],"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":"Group 22","np":2,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"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":[[23.5,9.045],[-23.5,9.045],[-23.5,-9.045],[23.5,-9.045]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.991999966491,0.991999966491,0.991999966491,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[192.75,243.295],"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":"Group 23","np":2,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false},{"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":[[23.5,9.045],[-23.5,9.045],[-23.5,-9.045],[23.5,-9.045]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.991999966491,0.991999966491,0.991999966491,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[116.75,243.295],"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":"Group 24","np":2,"cix":2,"ix":24,"mn":"ADBE Vector Group","hd":false},{"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":[[23.5,9.045],[-23.5,9.045],[-23.5,-9.045],[23.5,-9.045]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.991999966491,0.991999966491,0.991999966491,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[37.75,243.295],"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":"Group 25","np":2,"cix":2,"ix":25,"mn":"ADBE Vector Group","hd":false},{"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":[[-540,98.5],[540,98.5],[540,-98.5],[-540,-98.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.301999978458,0.301999978458,0.301999978458,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[540.25,241.75],"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":"Group 26","np":2,"cix":2,"ix":26,"mn":"ADBE Vector Group","hd":false},{"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":[[-540,139.5],[540,139.5],[540,-139.5],[-540,-139.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.57599995931,0.588000009574,0.596000043084,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[540.25,263.75],"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":"Group 27","np":2,"cix":2,"ix":27,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"TREE/seasion Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[550,1495,0],"ix":2},"a":{"a":0,"k":[525.5,123.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-10.495,27.495],[-16.557,23.674],[10.495,-27.495],[16.557,-23.673]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[575.998,110.349],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[10.496,25.178],[16.557,21.678],[-10.495,-25.178],[-16.557,-21.678]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[548.998,142.106],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"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":[[7.463,21.76],[13.525,17.939],[-7.464,-21.76],[-13.525,-17.938]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[553.006,60.134],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.5,89],[3.5,89],[3.5,-89],[-3.5,-89]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[562.75,125.25],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[19.561,10.023],[0,9.882],[20.986,0],[0,-20.986],[-6.373,-6.796],[0,-23.22],[-33.413,0],[0,33.413]],"o":[[6.183,-6.758],[0,-20.986],[-20.986,0],[0,10.053],[-19.196,10.141],[0,33.413],[33.413,0],[0,-23.49]],"v":[[27.544,-25.361],[37.5,-51],[-0.5,-89],[-38.5,-51],[-28.216,-25.016],[-60.5,28.5],[0,89],[60.5,28.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.224000010771,0.709999952129,0.289999988032,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[559.75,89.25],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"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":[[-10.495,27.495],[-16.557,23.674],[10.496,-27.495],[16.558,-23.673]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[178.998,124.349],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"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":[[10.495,25.178],[16.557,21.678],[-10.496,-25.178],[-16.558,-21.678]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[151.998,156.106],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"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":[[7.463,21.76],[13.525,17.939],[-7.463,-21.76],[-13.525,-17.938]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[156.006,74.134],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.5,89],[3.5,89],[3.5,-89],[-3.5,-89]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[165.75,139.25],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[19.561,10.023],[0,9.882],[20.986,0],[0,-20.986],[-6.374,-6.796],[0,-23.22],[-33.414,0],[0,33.413]],"o":[[6.183,-6.758],[0,-20.986],[-20.987,0],[0,10.053],[-19.196,10.141],[0,33.413],[33.413,0],[0,-23.49]],"v":[[27.543,-25.361],[37.5,-51],[-0.5,-89],[-38.5,-51],[-28.216,-25.016],[-60.5,28.5],[0,89],[60.5,28.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.224000010771,0.709999952129,0.289999988032,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[162.751,103.25],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"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":[[-10.495,27.495],[-16.557,23.674],[10.495,-27.495],[16.557,-23.673]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[911.998,125.349],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"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":[[10.496,25.178],[16.557,21.678],[-10.495,-25.178],[-16.557,-21.678]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[884.998,157.106],"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"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":[[7.463,21.76],[13.525,17.939],[-7.464,-21.76],[-13.525,-17.938]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[889.006,75.134],"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.5,89],[3.5,89],[3.5,-89],[-3.5,-89]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[898.75,140.25],"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[19.561,10.023],[0,9.882],[20.986,0],[0,-20.986],[-6.374,-6.796],[0,-23.22],[-33.413,0],[0,33.413]],"o":[[6.183,-6.758],[0,-20.986],[-20.986,0],[0,10.053],[-19.195,10.141],[0,33.413],[33.413,0],[0,-23.49]],"v":[[27.544,-25.361],[37.5,-51],[-0.5,-89],[-38.5,-51],[-28.216,-25.016],[-60.5,28.5],[0,89],[60.5,28.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.224000010771,0.709999952129,0.289999988032,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[895.75,104.25],"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":"Group 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"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":[[-21.256,43.816],[-27.318,40.316],[21.256,-43.816],[27.318,-40.316]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1000.759,114.467],"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":"Group 16","np":2,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"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":[[11.719,27.298],[17.781,23.798],[-11.718,-27.298],[-17.781,-23.798]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[962.75,79.75],"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":"Group 17","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.5,81.5],[3.5,81.5],[3.5,-81.5],[-3.5,-81.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[976.75,146.75],"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":"Group 18","np":2,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-38.384],[38.384,0],[0,38.384],[-38.384,0]],"o":[[0,38.384],[-38.384,0],[0,-38.384],[38.384,0]],"v":[[69.5,0],[0,69.5],[-69.5,0],[0,-69.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.573000021542,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[980.75,92.75],"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":"Group 19","np":2,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"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":[[-16.59,34.198],[-21.321,31.467],[16.59,-34.198],[21.321,-31.467]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[844.11,134.444],"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":"Group 20","np":2,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"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":[[9.147,21.305],[13.878,18.575],[-9.146,-21.305],[-13.878,-18.574]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[814.445,107.348],"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":"Group 21","np":2,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"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":[[-2.732,63.61],[2.732,63.61],[2.732,-63.61],[-2.732,-63.61]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[825.372,159.64],"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":"Group 22","np":2,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-29.958],[29.958,0],[0,29.958],[-29.958,0]],"o":[[0,29.958],[-29.958,0],[0,-29.958],[29.958,0]],"v":[[54.244,0],[0,54.244],[-54.244,0],[0,-54.244]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.573000021542,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[828.494,117.494],"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":"Group 23","np":2,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false},{"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":[[-21.256,43.816],[-27.318,40.316],[21.256,-43.816],[27.318,-40.316]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[288.759,110.467],"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":"Group 24","np":2,"cix":2,"ix":24,"mn":"ADBE Vector Group","hd":false},{"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":[[11.719,27.298],[17.781,23.798],[-11.718,-27.298],[-17.781,-23.798]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[250.75,75.75],"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":"Group 25","np":2,"cix":2,"ix":25,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.5,81.5],[3.5,81.5],[3.5,-81.5],[-3.5,-81.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[264.75,142.75],"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":"Group 26","np":2,"cix":2,"ix":26,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-38.384],[38.384,0],[0,38.384],[-38.384,0]],"o":[[0,38.384],[-38.384,0],[0,-38.384],[38.384,0]],"v":[[69.5,0],[0,69.5],[-69.5,0],[0,-69.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.573000021542,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[268.75,88.75],"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":"Group 27","np":2,"cix":2,"ix":27,"mn":"ADBE Vector Group","hd":false},{"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":[[-10.495,27.495],[-16.557,23.674],[10.495,-27.495],[16.557,-23.673]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[770.998,121.349],"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":"Group 28","np":2,"cix":2,"ix":28,"mn":"ADBE Vector Group","hd":false},{"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":[[10.496,25.178],[16.557,21.678],[-10.495,-25.178],[-16.557,-21.678]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[743.998,153.106],"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":"Group 29","np":2,"cix":2,"ix":29,"mn":"ADBE Vector Group","hd":false},{"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":[[7.463,21.76],[13.525,17.939],[-7.464,-21.76],[-13.525,-17.938]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[748.006,71.134],"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":"Group 30","np":2,"cix":2,"ix":30,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.5,89],[3.5,89],[3.5,-89],[-3.5,-89]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[757.75,136.25],"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":"Group 31","np":2,"cix":2,"ix":31,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[19.561,10.023],[0,9.882],[20.986,0],[0,-20.986],[-6.374,-6.796],[0,-23.22],[-33.413,0],[0,33.413]],"o":[[6.183,-6.758],[0,-20.986],[-20.986,0],[0,10.053],[-19.195,10.141],[0,33.413],[33.413,0],[0,-23.49]],"v":[[27.544,-25.361],[37.5,-51],[-0.5,-89],[-38.5,-51],[-28.216,-25.016],[-60.5,28.5],[0,89],[60.5,28.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.224000010771,0.709999952129,0.289999988032,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[754.75,100.25],"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":"Group 32","np":2,"cix":2,"ix":32,"mn":"ADBE Vector Group","hd":false},{"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":[[-10.495,27.495],[-16.557,23.674],[10.496,-27.495],[16.557,-23.673]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[409.998,121.349],"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":"Group 33","np":2,"cix":2,"ix":33,"mn":"ADBE Vector Group","hd":false},{"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":[[10.496,25.178],[16.557,21.678],[-10.496,-25.178],[-16.557,-21.678]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[382.998,153.106],"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":"Group 34","np":2,"cix":2,"ix":34,"mn":"ADBE Vector Group","hd":false},{"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":[[7.463,21.76],[13.525,17.939],[-7.463,-21.76],[-13.525,-17.938]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[387.006,71.134],"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":"Group 35","np":2,"cix":2,"ix":35,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.5,89],[3.5,89],[3.5,-89],[-3.5,-89]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[396.75,136.25],"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":"Group 36","np":2,"cix":2,"ix":36,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[19.561,10.023],[0,9.882],[20.986,0],[0,-20.986],[-6.374,-6.796],[0,-23.22],[-33.414,0],[0,33.413]],"o":[[6.183,-6.758],[0,-20.986],[-20.987,0],[0,10.053],[-19.196,10.141],[0,33.413],[33.413,0],[0,-23.49]],"v":[[27.543,-25.361],[37.5,-51],[-0.5,-89],[-38.5,-51],[-28.216,-25.016],[-60.5,28.5],[0,89],[60.5,28.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.224000010771,0.709999952129,0.289999988032,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[393.75,100.25],"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":"Group 37","np":2,"cix":2,"ix":37,"mn":"ADBE Vector Group","hd":false},{"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":[[-21.256,43.816],[-27.318,40.316],[21.256,-43.816],[27.318,-40.316]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[675.759,132.467],"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":"Group 38","np":2,"cix":2,"ix":38,"mn":"ADBE Vector Group","hd":false},{"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":[[11.719,27.298],[17.781,23.798],[-11.718,-27.298],[-17.781,-23.798]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[637.75,97.75],"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":"Group 39","np":2,"cix":2,"ix":39,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.5,81.5],[3.5,81.5],[3.5,-81.5],[-3.5,-81.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[651.75,164.75],"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":"Group 40","np":2,"cix":2,"ix":40,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-38.384],[38.384,0],[0,38.384],[-38.384,0]],"o":[[0,38.384],[-38.384,0],[0,-38.384],[38.384,0]],"v":[[69.5,0],[0,69.5],[-69.5,0],[0,-69.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.573000021542,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[655.75,110.75],"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":"Group 41","np":2,"cix":2,"ix":41,"mn":"ADBE Vector Group","hd":false},{"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":[[-21.256,43.816],[-27.318,40.316],[21.256,-43.816],[27.318,-40.316]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[89.759,113.467],"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":"Group 42","np":2,"cix":2,"ix":42,"mn":"ADBE Vector Group","hd":false},{"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":[[11.719,27.298],[17.781,23.798],[-11.718,-27.298],[-17.781,-23.798]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[51.75,78.75],"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":"Group 43","np":2,"cix":2,"ix":43,"mn":"ADBE Vector Group","hd":false},{"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":[[-3.5,81.5],[3.5,81.5],[3.5,-81.5],[-3.5,-81.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.298000021542,0.141000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[65.75,145.75],"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":"Group 44","np":2,"cix":2,"ix":44,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-38.384],[38.384,0],[0,38.384],[-38.384,0]],"o":[[0,38.384],[-38.384,0],[0,-38.384],[38.384,0]],"v":[[69.5,0],[0,69.5],[-69.5,0],[0,-69.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.573000021542,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[69.75,91.75],"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":"Group 45","np":2,"cix":2,"ix":45,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"BG/seasion Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,960,0],"ix":2},"a":{"a":0,"k":[540.5,960.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-206,65],[-175,-112],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-540,-289.5],[-33,-207.5],[540,-261.5],[540,356.5],[-540,373.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.195999998205,0.6,0.497999991623,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[540.25,1415.75],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-168,-93],[-192,-11],[-15,-15],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-540,-195.609],[-88,-258.609],[428,-27.609],[540,-27.609],[540,340.49],[-540,351.609]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.470999983245,0.877999997606,0.764999988032,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[540.25,1155.859],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"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":[[-540,960],[540,960],[540,-960],[-540,-960]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.776000019148,0.905999995213,0.898000021542,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[540.25,960.25],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/sushi_and_wine.zip b/ohos/flutter_lottie/assets/lottiefiles/sushi_and_wine.zip new file mode 100644 index 0000000000000000000000000000000000000000..f6155160d642fb624185b410581e241cb7337875 Binary files /dev/null and b/ohos/flutter_lottie/assets/lottiefiles/sushi_and_wine.zip differ diff --git a/ohos/flutter_lottie/assets/lottiefiles/swiftkey-logo.json b/ohos/flutter_lottie/assets/lottiefiles/swiftkey-logo.json new file mode 100644 index 0000000000000000000000000000000000000000..cae0c849bb46975f1c337ef864e9756fe5d8119e --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/swiftkey-logo.json @@ -0,0 +1 @@ +{"v":"4.10.1","fr":60,"ip":28,"op":304,"w":800,"h":300,"nm":"icn-swiftkey-boot-v2","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"end-bubble-2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":248,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":250,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":291,"s":[100],"e":[0]},{"t":302}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.191},"n":"0p667_1_0p167_0p191","t":254,"s":[688.197,150.824,0],"e":[687.697,126.074,0],"to":[5.95833349227905,-10.8958330154419,0],"ti":[-7.33333349227905,12.5208330154419,0]},{"t":302}],"ix":2},"a":{"a":0,"k":[287.697,0.824,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":254,"s":[-55,-55,100],"e":[152,152,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":258,"s":[152,152,100],"e":[152,152,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":285,"s":[152,152,100],"e":[180,180,100]},{"t":302}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[6.395,6.395],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.188235294118,0.61568627451,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[287.697,2.197],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[42.961,42.961],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"end-bubble-1","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":248,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":250,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":285,"s":[100],"e":[0]},{"t":291}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.181},"n":"0p667_1_0p167_0p181","t":254,"s":[688.197,150.824,0],"e":[687.322,170.074,0],"to":[-5.91666650772095,8.72916698455811,0],"ti":[6.79166650772095,-6.22916650772095,0]},{"t":291}],"ix":2},"a":{"a":0,"k":[287.697,0.824,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":254,"s":[-55,-55,100],"e":[152,152,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":258,"s":[152,152,100],"e":[152,152,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":278,"s":[152,152,100],"e":[180,180,100]},{"t":291}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[6.395,6.395],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.188235294118,0.61568627451,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[287.697,2.197],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[42.961,42.961],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"bubble-6","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":172,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":176,"s":[100],"e":[0]},{"t":219}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":172,"s":[435.69,119.479,0],"e":[432.69,76.979,0],"to":[-1,-23.1666660308838,0],"ti":[-9.25,20.5416660308838,0]},{"t":219}],"ix":2},"a":{"a":0,"k":[-103.541,-5.081,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":172,"s":[56.547,57.961,100],"e":[97.56,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[-4.563,-12.915,20.415]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_-4p563_0p333_0","0p667_-12p915_0p333_0","0p667_20p415_0p333_0"],"t":189,"s":[97.56,100,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0.224,0.213,-14.846]},"n":["0p667_1_0p333_0p224","0p667_1_0p333_0p213","0p667_1_0p333_-14p846"],"t":206,"s":[100,100,100],"e":[146.34,150,100]},{"t":219}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[4.419,4.419],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.188235294118,0.61568627451,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-105.885,-6.776],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[106.855,106.855],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"bubble-5","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":177,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":181,"s":[100],"e":[0]},{"t":211}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":170,"s":[432.44,117.979,0],"e":[442.69,77.979,0],"to":[-5,-14.1666669845581,0],"ti":[3.75,18.5416660308838,0]},{"t":211}],"ix":2},"a":{"a":0,"k":[-103.541,-5.081,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":177,"s":[56.547,57.961,100],"e":[97.56,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[-5.244,-14.617,25.172]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_-5p244_0p333_0","0p667_-14p617_0p333_0","0p667_25p172_0p333_0"],"t":184,"s":[97.56,100,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0.151,0.143,-10.178]},"n":["0p667_1_0p333_0p151","0p667_1_0p333_0p143","0p667_1_0p333_-10p178"],"t":203,"s":[100,100,100],"e":[142.399,145.961,100]},{"t":211}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[4.419,4.419],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.188235294118,0.61568627451,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-105.885,-6.776],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[106.855,106.855],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"word-dash-9","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[674.142,159.898,0],"ix":2},"a":{"a":0,"k":[13.854,34.704,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-13.604,34.454],[13.604,-34.454]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.554733455882,0.554733455882,0.554733455882,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[13.855,34.704],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.472],"y":[0.919]},"o":{"x":[0.032],"y":[0.142]},"n":["0p472_0p919_0p032_0p142"],"t":201,"s":[0],"e":[100]},{"t":216}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.438],"y":[0.921]},"o":{"x":[0.03],"y":[0.139]},"n":["0p438_0p921_0p03_0p139"],"t":205,"s":[0],"e":[100]},{"t":219}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"word-dash-8","parent":46,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":6.597,"ix":10},"p":{"a":0,"k":[183.715,3.403,0],"ix":2},"a":{"a":0,"k":[47.79,52.461,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-22.2,25.314]],"o":[[0,0],[0,0]],"v":[[-24.095,-6.024],[24.095,-12.657]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.554733455882,0.554733455882,0.554733455882,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[70.235,91.015],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.472],"y":[0.946]},"o":{"x":[0.032],"y":[0.095]},"n":["0p472_0p946_0p032_0p095"],"t":202,"s":[0],"e":[100]},{"t":212}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.438],"y":[0.949]},"o":{"x":[0.03],"y":[0.09]},"n":["0p438_0p949_0p03_0p09"],"t":206,"s":[0],"e":[100]},{"t":215}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"word-dash-7","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[567.742,127.068,0],"ix":2},"a":{"a":0,"k":[14.802,19.743,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-14.552,19.493],[14.552,-19.493]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.554733455882,0.554733455882,0.554733455882,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[14.802,19.743],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.472],"y":[0.935]},"o":{"x":[0.032],"y":[0.114]},"n":["0p472_0p935_0p032_0p114"],"t":196,"s":[0],"e":[100]},{"t":208}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.438],"y":[0.938]},"o":{"x":[0.03],"y":[0.11]},"n":["0p438_0p938_0p03_0p11"],"t":200,"s":[0],"e":[100]},{"t":211}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"word-dash-6.5","cl":"5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[400,150,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,23.147]],"o":[[0,0],[0,0]],"v":[[112.29,43.374],[86.756,20.633]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","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":"Group 1","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.472],"y":[0.93]},"o":{"x":[0.032],"y":[0.123]},"n":["0p472_0p93_0p032_0p123"],"t":184,"s":[0],"e":[100]},{"t":197}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.438],"y":[0.932]},"o":{"x":[0.03],"y":[0.12]},"n":["0p438_0p932_0p03_0p12"],"t":188,"s":[0],"e":[100]},{"t":200}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.554733455882,0.554733455882,0.554733455882,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"word-dash-6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[482.663,149.404,0],"ix":2},"a":{"a":0,"k":[32.52,45.515,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[0.554733455882,0.554733455882,0.554733455882,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[51.023,78.207],"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":"Group 1","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-22.2,-0.812]],"o":[[0,0],[0,0]],"v":[[-12.318,7.96],[12.318,-7.148]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.554733455882,0.554733455882,0.554733455882,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[13.569,9.21],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.472],"y":[0.93]},"o":{"x":[0.032],"y":[0.123]},"n":["0p472_0p93_0p032_0p123"],"t":189,"s":[0],"e":[100]},{"t":202}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.438],"y":[0.932]},"o":{"x":[0.03],"y":[0.12]},"n":["0p438_0p932_0p03_0p12"],"t":193,"s":[0],"e":[100]},{"t":205}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":4,"nm":"Trim Paths 2","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"word-dash-5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[444.239,164.903,0],"ix":2},"a":{"a":0,"k":[0.25,29.558,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,13.026]],"o":[[0,-19.538],[0,0]],"v":[[0.25,58.865],[0.239,-28.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.554733455882,0.554733455882,0.554733455882,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.65],"y":[1.002]},"o":{"x":[0.032],"y":[0.199]},"n":["0p65_1p002_0p032_0p199"],"t":154,"s":[0],"e":[100]},{"t":175}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.628],"y":[1.002]},"o":{"x":[0.03],"y":[0.199]},"n":["0p628_1p002_0p03_0p199"],"t":158,"s":[0],"e":[100]},{"t":178}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"word-dash-4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[419.716,153.397,0],"ix":2},"a":{"a":0,"k":[7.289,25.09,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-7.039,24.84],[7.039,-24.84]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.554733455882,0.554733455882,0.554733455882,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[7.289,25.09],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[-0.055]},"n":["0p833_1_0p167_-0p055"],"t":153,"s":[0],"e":[100]},{"t":172}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[-0.046]},"n":["0p833_1_0p167_-0p046"],"t":158,"s":[0],"e":[100]},{"t":176}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"word-dash-3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[363.335,145.951,0],"ix":2},"a":{"a":0,"k":[3.702,12.095,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-3.452,-11.845],[3.452,11.845]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.554733455882,0.554733455882,0.554733455882,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[3.702,12.095],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[-0.041]},"n":["0p833_1_0p167_-0p041"],"t":123,"s":[0],"e":[100]},{"t":137}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[-0.036]},"n":["0p833_1_0p167_-0p036"],"t":128,"s":[0],"e":[100]},{"t":142}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"word-dash-2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[317.783,192.112,0],"ix":2},"a":{"a":0,"k":[21.149,9.711,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[18.681,16.922]],"o":[[0,0],[0,0]],"v":[[19.9,-2.775],[-19.9,-8.461]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.554733455882,0.554733455882,0.554733455882,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[21.149,9.711],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.212],"y":[0.794]},"o":{"x":[0.333],"y":[0]},"n":["0p212_0p794_0p333_0"],"t":99,"s":[100],"e":[0]},{"t":114}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.394],"y":[0.843]},"o":{"x":[0.333],"y":[0]},"n":["0p394_0p843_0p333_0"],"t":104,"s":[100],"e":[0]},{"t":121}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"word-dash-1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[319.814,117.54,0],"ix":2},"a":{"a":0,"k":[26.428,14.027,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[30.231,0.987],[-0.271,-15.026]],"o":[[0,0],[-15.962,-0.521],[0,0]],"v":[[36.429,9.303],[2.706,-11.777],[-24.908,12.777]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.554733455882,0.554733455882,0.554733455882,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[26.428,14.027],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.212],"y":[0.739]},"o":{"x":[0.333],"y":[0]},"n":["0p212_0p739_0p333_0"],"t":112,"s":[100],"e":[0]},{"t":131}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.394],"y":[0.788]},"o":{"x":[0.333],"y":[0]},"n":["0p394_0p788_0p333_0"],"t":112,"s":[100],"e":[0]},{"t":135}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"bubble-4","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":84,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":88,"s":[100],"e":[0]},{"t":119}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":77,"s":[290.19,167.229,0],"e":[292.44,276.229,0],"to":[6.5,72.3333358764648,0],"ti":[-14.25,-28.9583339691162,0]},{"t":119}],"ix":2},"a":{"a":0,"k":[-103.541,-5.081,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":77,"s":[34.146,35,100],"e":[142.399,145.961,100]},{"t":119}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[4.419,4.419],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.188235294118,0.61568627451,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-105.885,-6.776],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[106.855,106.855],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"bubble-3","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":84,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":88,"s":[100],"e":[0]},{"t":119}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":77,"s":[290.19,167.229,0],"e":[305.44,278.229,0],"to":[-6.5,51.3333320617676,0],"ti":[6.25,-38.4583320617676,0]},{"t":119}],"ix":2},"a":{"a":0,"k":[-103.541,-5.081,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.575,0.575,0.575],"y":[-15.185,-15.185,-0.916]},"o":{"x":[0.223,0.223,0.223],"y":[0,0,0]},"n":["0p575_-15p185_0p223_0","0p575_-15p185_0p223_0","0p575_-0p916_0p223_0"],"t":77,"s":[29.268,30,100],"e":[30,30.75,100]},{"i":{"x":[0.698,0.698,0.698],"y":[1,1,1]},"o":{"x":[0.287,0.287,0.287],"y":[0.294,0.294,4.755]},"n":["0p698_1_0p287_0p294","0p698_1_0p287_0p294","0p698_1_0p287_4p755"],"t":86,"s":[30,30.75,100],"e":[130,133.252,100]},{"t":119}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[4.419,4.419],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.188235294118,0.61568627451,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-105.885,-6.776],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[106.855,106.855],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"bubble-2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":71,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[29.681]},"o":{"x":[0.333],"y":[0]},"n":["0p667_29p681_0p333_0"],"t":75,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0.104]},"n":["0p667_1_0p333_0p104"],"t":108,"s":[100],"e":[0]},{"t":120}],"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},"n":"0p667_1_0p333_0","t":71,"s":[291.19,118.229,0],"e":[300.94,28.229,0],"to":[-1.75000014479565e-11,-12.1666669845581,0],"ti":[-5.75,10.0416669845581,0]},{"t":120}],"ix":2},"a":{"a":0,"k":[-103.541,-5.081,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[-9.855,-626352172116081,-2.992]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_-9p855_0p333_0","0p667_-626352172116081_0p333_0","0p667_-2p992_0p333_0"],"t":71,"s":[30,30.75,100],"e":[30,30.75,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0.415,0.415,17.74]},"n":["0p667_1_0p333_0p415","0p667_1_0p333_0p415","0p667_1_0p333_17p74"],"t":80,"s":[30,30.75,100],"e":[146.34,150,100]},{"t":120}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[4.419,4.419],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.188235294118,0.61568627451,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-105.885,-6.776],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[106.855,106.855],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"bubble-1","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":71,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[30.155]},"o":{"x":[0.333],"y":[0]},"n":["0p667_30p155_0p333_0"],"t":74,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0.117]},"n":["0p667_1_0p333_0p117"],"t":104,"s":[100],"e":[0]},{"t":116}],"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},"n":"0p667_1_0p333_0","t":71,"s":[292.19,122.729,0],"e":[284.19,47.729,0],"to":[0.5,-14.6666669845581,0],"ti":[9.25,20.5416660308838,0]},{"t":116}],"ix":2},"a":{"a":0,"k":[-103.541,-5.081,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[-12.124,-946623197239130,-3.861]},"o":{"x":[0.333,0.333,0.333],"y":[3.009,217009073858475,0.049]},"n":["0p667_-12p124_0p333_3p009","0p667_-946623197239130_0p333_217009073858475","0p667_-3p861_0p333_0p049"],"t":71,"s":[35,35.875,100],"e":[35,35.875,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0.489,0.489,19.445]},"n":["0p667_1_0p333_0p489","0p667_1_0p333_0p489","0p667_1_0p333_19p445"],"t":80,"s":[35,35.875,100],"e":[142.399,145.961,100]},{"t":116}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[4.419,4.419],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.188235294118,0.61568627451,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-105.885,-6.776],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[106.855,106.855],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"cursor","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":78,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":80,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":255,"s":[100],"e":[0]},{"t":257}],"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},"n":"0p667_1_0p333_0","t":102,"s":[400,150,0],"e":[465,150,0],"to":[10.8333330154419,0,0],"ti":[-10.8333330154419,0,0]},{"t":111,"s":[465,150,0],"h":1},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":125,"s":[465,150,0],"e":[535,150,0],"to":[11.6666669845581,0,0],"ti":[-11.6666669845581,0,0]},{"t":138,"s":[535,150,0],"h":1},{"i":{"x":0.833,"y":0.956},"o":{"x":0.333,"y":0},"n":"0p833_0p956_0p333_0","t":148,"s":[535,150,0],"e":[560,150,0],"to":[4.16666650772095,0,0],"ti":[-4.16666650772095,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":158,"s":[560,150,0],"e":[560,150,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.083},"n":"0p667_1_0p167_0p083","t":186,"s":[560,150,0],"e":[799,150,0],"to":[39.8333320617676,0,0],"ti":[-39.8333320617676,0,0]},{"t":214}],"ix":2},"a":{"a":0,"k":[291,73.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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},"n":"0p667_1_0p333_0","t":78,"s":[{"i":[[0,0],[0,-0.887],[0,-0.382]],"o":[[0,0],[0,0.919],[0,0]],"v":[[180,73.75],[180,75.421],[180,77.75]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[180,5.786],[180,69.888],[180,137.473]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":91,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[180,5.786],[180,69.888],[180,137.473]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[180,16],[180,71.492],[180,130]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":99,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[180,16],[180,71.492],[180,130]],"c":false}],"e":[{"i":[[0,0],[0,0],[0.029,-19.505]],"o":[[0.029,18.495],[0,0],[0,0]],"v":[[180,16],[180.088,71.484],[180,130]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":186,"s":[{"i":[[0,0],[0,0],[0.029,-19.505]],"o":[[0.029,18.495],[0,0],[0,0]],"v":[[180,16],[180.088,71.484],[180,130]],"c":false}],"e":[{"i":[[0,0],[0,-18.702],[4.187,-15.407]],"o":[[3.938,16.136],[0,19.694],[0,0]],"v":[[180,16],[188.247,71.496],[180,130]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":193,"s":[{"i":[[0,0],[0,-18.702],[4.187,-15.407]],"o":[[3.938,16.136],[0,19.694],[0,0]],"v":[[180,16],[188.247,71.496],[180,130]],"c":false}],"e":[{"i":[[0,0],[0,-18.702],[0,0]],"o":[[0,0],[0,19.694],[0,0]],"v":[[180,16],[188.247,71.496],[180,130]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":207,"s":[{"i":[[0,0],[0,-18.702],[0,0]],"o":[[0,0],[0,19.694],[0,0]],"v":[[180,16],[188.247,71.496],[180,130]],"c":false}],"e":[{"i":[[0,0],[0,-17.768],[-3.054,-12.168]],"o":[[-2.054,14.392],[0,18.711],[0,0]],"v":[[184.749,16.249],[180.088,71.484],[187.248,129.751]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":214,"s":[{"i":[[0,0],[0,-17.768],[-3.054,-12.168]],"o":[[-2.054,14.392],[0,18.711],[0,0]],"v":[[184.749,16.249],[180.088,71.484],[187.248,129.751]],"c":false}],"e":[{"i":[[0,0],[-0.393,-21.162],[1.245,-3.4]],"o":[[1.495,4.627],[0.407,21.931],[0,0]],"v":[[172.452,16.548],[181.588,69.491],[175.701,129.701]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":219,"s":[{"i":[[0,0],[-0.393,-21.162],[1.245,-3.4]],"o":[[1.495,4.627],[0.407,21.931],[0,0]],"v":[[172.452,16.548],[181.588,69.491],[175.701,129.701]],"c":false}],"e":[{"i":[[0,0],[0,0],[0.029,-19.505]],"o":[[0.029,18.495],[0,0],[0,0]],"v":[[180,16],[180.088,71.484],[180,130]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":225,"s":[{"i":[[0,0],[0,0],[0.029,-19.505]],"o":[[0.029,18.495],[0,0],[0,0]],"v":[[180,16],[180.088,71.484],[180,130]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[180,16],[180,71.492],[180,130]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":237,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[180,16],[180,71.492],[180,130]],"c":false}],"e":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[180,5.786],[180,69.888],[180,137.473]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":247,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[180,5.786],[180,69.888],[180,137.473]],"c":false}],"e":[{"i":[[0,0],[0,-0.887],[0,-0.382]],"o":[[0,0],[0,0.919],[0,0]],"v":[[180,73.75],[180,75.421],[180,77.75]],"c":false}]},{"t":257}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.187999994615,0.616000007181,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":10,"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.03,100.355],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":20,"ty":4,"nm":"S-stroke","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[321.167,149.949,0],"ix":2},"a":{"a":0,"k":[45.499,59.389,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-16.74,-1.019],[0.612,8.724],[-0.566,16.975],[-12.375,0],[0,0]],"o":[[0,0],[11.407,0.694],[-1.259,-17.916],[0.29,-8.715],[11.557,0],[0,0]],"v":[[-20.499,24.688],[1.292,33.695],[19.887,16.941],[-16.722,-17.245],[1.579,-34.389],[19.92,-27.219]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.458823529412,0.458823529412,0.458823529412,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[45.498,59.389],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.115],"y":[0.998]},"o":{"x":[0.167],"y":[0.167]},"n":["0p115_0p998_0p167_0p167"],"t":107,"s":[0],"e":[100]},{"t":161}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":21,"ty":4,"nm":"S","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[321.392,149.181,0],"ix":2},"a":{"a":0,"k":[22.674,37.629,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-11.401,0],[0,7.869],[0,22.465],[-13.429,0],[0,0],[0,0],[9.502,0],[0,-6.347],[0,-23.735],[13.556,0],[0,0]],"o":[[0,0],[7.981,0],[0,-18.278],[0,-10.408],[12.542,0],[0,0],[0,0],[-9.248,0],[0,17.261],[0,10.788],[-14.822,0],[0,0]],"v":[[-18.242,22.656],[0.633,30.652],[15.076,18.087],[-21.029,-17.959],[1.521,-37.379],[20.904,-30.398],[17.357,-24.433],[1.521,-30.652],[-13.682,-18.213],[22.424,17.833],[0.507,37.379],[-22.424,28.113]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823529412,0.458823529412,0.458823529412,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[22.673,37.629],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":22,"ty":4,"nm":"S-stroke 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[321.167,149.949,0],"ix":2},"a":{"a":0,"k":[45.499,59.389,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.419,-0.888],[-12.209,0.23],[0.612,8.724],[-0.566,16.975],[-12.375,0.064],[0,0]],"o":[[1.495,1.704],[11.426,-0.216],[-1.259,-17.916],[0.29,-8.715],[11.503,-0.06],[0,0]],"v":[[-17.999,26.438],[1.292,33.695],[19.887,16.942],[-16.722,-17.245],[1.579,-34.389],[17.045,-29.594]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.188235294118,0.61568627451,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[45.498,59.389],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.221],"y":[0.997]},"o":{"x":[0.22],"y":[0.717]},"n":["0p221_0p997_0p22_0p717"],"t":104,"s":[0],"e":[100]},{"t":156}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":23,"ty":4,"nm":"S-base","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[321.392,149.181,0],"ix":2},"a":{"a":0,"k":[22.674,37.629,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-11.401,0],[0,7.869],[0,22.465],[-13.429,0],[0,0],[0,0],[9.502,0],[0,-6.347],[0,-23.735],[13.556,0],[0,0]],"o":[[0,0],[7.981,0],[0,-18.278],[0,-10.408],[12.542,0],[0,0],[0,0],[-9.248,0],[0,17.261],[0,10.788],[-14.822,0],[0,0]],"v":[[-18.242,22.656],[0.633,30.652],[15.076,18.087],[-21.029,-17.959],[1.521,-37.379],[20.904,-30.398],[17.357,-24.433],[1.521,-30.652],[-13.682,-18.213],[22.424,17.833],[0.507,37.379],[-22.424,28.113]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933000033509,0.933000033509,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[22.673,37.629],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":24,"ty":4,"nm":"W-stroke","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[382.818,159.078,0],"ix":2},"a":{"a":0,"k":[57.677,49.598,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-32.677,-24.598],[-16.116,24.212],[0.511,-20.991],[17.973,24.598],[32.677,-24.507]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.458823529412,0.458823529412,0.458823529412,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[57.677,49.598],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.194],"y":[0.999]},"o":{"x":[0.167],"y":[0.167]},"n":["0p194_0p999_0p167_0p167"],"t":132,"s":[0],"e":[100]},{"t":187}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":25,"ty":4,"nm":"w","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[382.833,159.651,0],"ix":2},"a":{"a":0,"k":[36.355,26.142,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-36.105,-25.891],[-28.757,-25.891],[-15.962,15.613],[-15.708,15.613],[-2.661,-25.636],[4.182,-25.636],[17.103,15.74],[17.355,16.372],[28.758,-25.891],[36.105,-25.891],[21.286,25.891],[13.683,25.891],[0.762,-14.596],[0.507,-14.596],[-12.414,25.891],[-20.016,25.891]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823529412,0.458823529412,0.458823529412,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[36.355,26.142],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":26,"ty":4,"nm":"W-stroke 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[382.818,159.078,0],"ix":2},"a":{"a":0,"k":[57.677,49.598,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-31.929,-23.342],[-16.116,24.212],[0.511,-20.991],[17.973,24.598],[32.178,-23.251]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.188235294118,0.61568627451,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[57.677,49.598],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100.259,99.526],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.194],"y":[0.999]},"o":{"x":[0.167],"y":[0.167]},"n":["0p194_0p999_0p167_0p167"],"t":132,"s":[0],"e":[100]},{"t":178}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":27,"ty":4,"nm":"w-base","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[382.833,159.651,0],"ix":2},"a":{"a":0,"k":[36.355,26.142,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-36.105,-25.891],[-28.757,-25.891],[-15.962,15.613],[-15.708,15.613],[-2.661,-25.636],[4.182,-25.636],[17.103,15.74],[17.355,16.372],[28.758,-25.891],[36.105,-25.891],[21.286,25.891],[13.683,25.891],[0.762,-14.596],[0.507,-14.596],[-12.414,25.891],[-20.016,25.891]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933333333333,0.933333333333,0.933333333333,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[36.355,26.142],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":28,"ty":4,"nm":"i-stroke","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[433.952,161.27,0],"ix":2},"a":{"a":0,"k":[5,31.79,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[5,58.58],[5,5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.458823529412,0.458823529412,0.458823529412,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":2,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.309],"y":[0.999]},"o":{"x":[0.033],"y":[0.243]},"n":["0p309_0p999_0p033_0p243"],"t":157,"s":[0],"e":[100]},{"t":183}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":29,"ty":4,"nm":"i","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[433.952,159.652,0],"ix":2},"a":{"a":0,"k":[3.734,26.142,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-3.484,-25.891],[3.484,-25.891],[3.484,25.891],[-3.484,25.891]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823529412,0.458823529412,0.458823529412,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[3.734,26.142],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":30,"ty":4,"nm":"i-stroke 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[433.952,161.27,0],"ix":2},"a":{"a":0,"k":[5,31.79,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,-17.86],[0,0]],"v":[[4.952,54.08],[4.952,5.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.188235294118,0.61568627451,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.328],"y":[0.999]},"o":{"x":[0.032],"y":[0.239]},"n":["0p328_0p999_0p032_0p239"],"t":153,"s":[0],"e":[100]},{"t":180}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":31,"ty":4,"nm":"i 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[433.952,159.652,0],"ix":2},"a":{"a":0,"k":[3.734,26.142,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-3.484,-25.891],[3.484,-25.891],[3.484,25.891],[-3.484,25.891]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933333333333,0.933333333333,0.933333333333,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[3.734,26.142],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":32,"ty":4,"nm":"i-3","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":163,"s":[0],"e":[100]},{"t":165}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[433.952,116.498,0],"ix":2},"a":{"a":0,"k":[3.734,5.074,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":163,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-3.532,4.676],[3.437,4.676],[3.484,4.824],[-3.484,4.824]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-3.484,-4.824],[3.484,-4.824],[3.484,4.824],[-3.484,4.824]],"c":true}]},{"t":193}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823529412,0.458823529412,0.458823529412,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[3.734,5.074],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":33,"ty":4,"nm":"i-2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[433.952,116.498,0],"ix":2},"a":{"a":0,"k":[3.734,5.074,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-3.484,-4.824],[3.484,-4.824],[3.484,4.824],[-3.484,4.824]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933000033509,0.933000033509,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[3.734,5.074],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":34,"ty":4,"nm":"f-stroke-2","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[462.596,136.756,0],"ix":2},"a":{"a":0,"k":[18.365,5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[31.73,5],[5,5]],"c":false},"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,-23.533],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[32.901,-16.532],[16,3.033],[16,54.968]],"c":false},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.458823529412,0.458823529412,0.458823529412,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":2,"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":[101.453,99.142],"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.442],"y":[1]},"o":{"x":[0.025],"y":[0.082]},"n":["0p442_1_0p025_0p082"],"t":187,"s":[100],"e":[0]},{"t":200}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":35,"ty":4,"nm":"f","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[463.595,148.609,0],"ix":2},"a":{"a":0,"k":[13.615,37.058,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-11.423],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-5.827,0],[0,0],[0,0]],"o":[[-4.054,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-17.134],[0,0],[0,0],[0,0]],"v":[[11.719,-30.715],[0.064,-18.402],[0.064,-14.977],[13.365,-14.977],[13.365,-9.137],[0.064,-9.137],[0.064,36.807],[-6.904,36.807],[-6.904,-8.885],[-13.365,-8.885],[-13.365,-14.723],[-6.904,-14.723],[-6.904,-18.15],[10.958,-36.807],[13.365,-36.807],[13.365,-30.46]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823529412,0.458823529412,0.458823529412,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[13.615,37.058],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":36,"ty":4,"nm":"f-stroke-3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[462.596,136.756,0],"ix":2},"a":{"a":0,"k":[18.365,5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[30.744,5.018],[7.464,5.042]],"c":false},"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.229,-21.951],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[31.053,-16.784],[16,3.033],[15.981,52.446]],"c":false},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.188235294118,0.61568627451,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"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":[101.453,99.142],"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.442],"y":[1]},"o":{"x":[0.025],"y":[0.088]},"n":["0p442_1_0p025_0p088"],"t":184,"s":[100],"e":[0]},{"t":198}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":37,"ty":4,"nm":"f 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[463.595,148.609,0],"ix":2},"a":{"a":0,"k":[13.615,37.058,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-11.423],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-5.827,0],[0,0],[0,0]],"o":[[-4.054,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-17.134],[0,0],[0,0],[0,0]],"v":[[11.719,-30.715],[0.064,-18.402],[0.064,-14.977],[13.365,-14.977],[13.365,-9.137],[0.064,-9.137],[0.064,36.807],[-6.904,36.807],[-6.904,-8.885],[-13.365,-8.885],[-13.365,-14.723],[-6.904,-14.723],[-6.904,-18.15],[10.958,-36.807],[13.365,-36.807],[13.365,-30.46]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933333333333,0.933333333333,0.933333333333,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[13.615,37.058],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":38,"ty":4,"nm":"t-stroke","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[505.221,148.004,0],"ix":2},"a":{"a":0,"k":[33.36,60.625,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-14.077,0]],"o":[[0,0],[0,5.23],[0,0]],"v":[[-8.36,-35.625],[-8.36,20.323],[8.36,35.625]],"c":false},"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":[[7.744,-10.625],[-18.86,-10.625]],"c":false},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.458823529412,0.458823529412,0.458823529412,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[33.36,60.625],"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.442],"y":[1]},"o":{"x":[0.025],"y":[0.139]},"n":["0p442_1_0p025_0p139"],"t":189,"s":[100],"e":[0]},{"t":211}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":39,"ty":4,"nm":"t 2","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[500.153,149.314,0],"ix":2},"a":{"a":0,"k":[13.678,37.185,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,12.185],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-5.954,0],[0,0],[0,0]],"o":[[0,0],[-3.926,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,17.261],[0,0],[0,0],[0,0]],"v":[[13.302,30.715],[11.908,30.715],[0.253,17.007],[0.253,-8.886],[13.174,-8.886],[13.174,-14.723],[0.253,-14.723],[0.253,-36.935],[-6.589,-36.935],[-6.589,-14.85],[-13.428,-14.85],[-13.428,-9.013],[-6.589,-9.013],[-6.589,17.643],[11.401,36.935],[13.428,36.935],[13.428,30.715]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823529412,0.458823529412,0.458823529412,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[13.678,37.185],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":40,"ty":4,"nm":"t-stroke-blue","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[505.221,148.004,0],"ix":2},"a":{"a":0,"k":[33.36,60.625,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-14.077,0]],"o":[[0,0],[0,5.23],[0,0]],"v":[[-8.359,-34.25],[-8.36,20.323],[6.735,35.375]],"c":false},"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":[[6.119,-10.621],[-17.11,-10.621]],"c":false},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.188235294118,0.61568627451,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[33.36,60.625],"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.442],"y":[1]},"o":{"x":[0.025],"y":[0.088]},"n":["0p442_1_0p025_0p088"],"t":187,"s":[100],"e":[0]},{"t":201}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":41,"ty":4,"nm":"t","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[500.153,149.314,0],"ix":2},"a":{"a":0,"k":[13.678,37.185,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,12.185],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-5.954,0],[0,0],[0,0]],"o":[[0,0],[-3.926,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,17.261],[0,0],[0,0],[0,0]],"v":[[13.302,30.715],[11.908,30.715],[0.253,17.007],[0.253,-8.886],[13.174,-8.886],[13.174,-14.723],[0.253,-14.723],[0.253,-36.935],[-6.589,-36.935],[-6.589,-14.85],[-13.428,-14.85],[-13.428,-9.013],[-6.589,-9.013],[-6.589,17.643],[11.401,36.935],[13.428,36.935],[13.428,30.715]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933000033509,0.933000033509,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[13.678,37.185],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":42,"ty":4,"nm":"K-stroke-1","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[529.561,150.237,0],"ix":2},"a":{"a":0,"k":[5,41.935,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[5,5],[5,78.87]],"c":false},"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],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[40.778,7],[12.5,41.904],[44.168,78.967]],"c":false},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.458823529412,0.458823529412,0.458823529412,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":2,"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.258],"y":[1.001]},"o":{"x":[0.025],"y":[0.101]},"n":["0p258_1p001_0p025_0p101"],"t":194,"s":[100],"e":[0]},{"t":210}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":43,"ty":4,"nm":"K","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[548.6,148.673,0],"ix":2},"a":{"a":0,"k":[24.383,37.249,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-24.133,-36.999],[-17.165,-36.87],[-17.165,-3.108],[-11.843,-3.108],[12.733,-34.968],[20.968,-34.968],[-5.762,-0.188],[24.133,36.999],[15.646,36.999],[-11.843,2.73],[-17.165,2.73],[-17.165,36.999],[-24.133,36.999]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823529412,0.458823529412,0.458823529412,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[24.383,37.249],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":44,"ty":4,"nm":"K-stroke-2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[528.061,149.487,0],"ix":2},"a":{"a":0,"k":[5,41.935,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[5.06,6],[5.06,75.87]],"c":false},"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],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[41.278,7.813],[15,40.967],[43.918,76.53]],"c":false},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.188235294118,0.61568627451,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.258],"y":[1.001]},"o":{"x":[0.025],"y":[0.101]},"n":["0p258_1p001_0p025_0p101"],"t":191,"s":[100],"e":[0]},{"t":207}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":45,"ty":4,"nm":"K 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[548.6,148.673,0],"ix":2},"a":{"a":0,"k":[24.383,37.249,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-24.133,-36.999],[-17.165,-36.87],[-17.165,-3.108],[-11.843,-3.108],[12.733,-34.968],[20.968,-34.968],[-5.762,-0.188],[24.133,36.999],[15.646,36.999],[-11.843,2.73],[-17.165,2.73],[-17.165,36.999],[-24.133,36.999]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933333333333,0.933333333333,0.933333333333,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[24.383,37.249],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":46,"ty":3,"nm":"e-parent","sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":200,"s":[0],"e":[-13]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":216,"s":[-13],"e":[10]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":230,"s":[10],"e":[-6]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":243,"s":[-6],"e":[3]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":258,"s":[3],"e":[0]},{"t":275}],"ix":10},"p":{"a":0,"k":[599,157,0],"ix":2},"a":{"a":0,"k":[199,7,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":47,"ty":4,"nm":"e-stroke","parent":46,"td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[199.081,10.112,0],"ix":2},"a":{"a":0,"k":[45.483,49.018,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[14.57,0],[0,7.554],[-19.562,0],[0,0],[0,0]],"o":[[0,0],[-17.335,0],[0,-7.553],[19.563,0],[0,0],[0,0]],"v":[[19.877,17.04],[1.017,24.018],[-22.108,-0.044],[0.92,-24.018],[18.643,-2.616],[-12.733,-2.741]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.458823529412,0.458823529412,0.458823529412,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[45.483,49.018],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.323],"y":[1]},"o":{"x":[0.025],"y":[0.12]},"n":["0p323_1_0p025_0p12"],"t":197,"s":[100],"e":[0]},{"t":216}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":48,"ty":4,"nm":"e","parent":46,"tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[198.072,9.588,0],"ix":2},"a":{"a":0,"k":[23.813,27.348,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[7.728,0],[1.647,-10.408]],"o":[[-0.381,-10.788],[-8.615,0],[0,0]],"v":[[16.619,-4.733],[1.923,-20.598],[-15.813,-4.733]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-13.936,0],[0,-12.818],[0,0],[0,0],[-10.641,0],[0,0],[0,0],[11.655,0],[0,15.865]],"o":[[14.315,0],[0,1.27],[0,0],[0.254,13.326],[9.501,0],[0,0],[0,0],[-15.456,0],[0.126,-16.881]],"v":[[2.027,-27.098],[23.563,-3.237],[23.31,0.318],[-16.342,0.318],[3.674,20.88],[19.383,14.533],[22.55,19.864],[3.421,27.098],[-23.563,0.064]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823529412,0.458823529412,0.458823529412,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[23.813,27.348],"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":49,"ty":4,"nm":"e-stroke 2","parent":46,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[199.081,10.112,0],"ix":2},"a":{"a":0,"k":[45.483,49.018,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[12.85,0.219],[0,7.554],[-17.557,0.112],[0,0],[0,0]],"o":[[0,0],[-16.654,-0.283],[0,-7.553],[19.318,-0.123],[0,0],[0,0]],"v":[[18.502,17.54],[1.517,23.643],[-21.233,-0.419],[0.92,-24.018],[19.393,-2.637],[-12.733,-2.741]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.188235294118,0.61568627451,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[45.54,49.047],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.317],"y":[1]},"o":{"x":[0.025],"y":[0.107]},"n":["0p317_1_0p025_0p107"],"t":195,"s":[100],"e":[0]},{"t":212}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":50,"ty":4,"nm":"e 2","parent":46,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[198.072,9.588,0],"ix":2},"a":{"a":0,"k":[23.813,27.348,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[7.728,0],[1.647,-10.408]],"o":[[-0.381,-10.788],[-8.615,0],[0,0]],"v":[[16.619,-4.733],[1.923,-20.598],[-15.813,-4.733]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-13.936,0],[0,-12.818],[0,0],[0,0],[-10.641,0],[0,0],[0,0],[11.655,0],[0,15.865]],"o":[[14.315,0],[0,1.27],[0,0],[0.254,13.326],[9.501,0],[0,0],[0,0],[-15.456,0],[0.126,-16.881]],"v":[[2.027,-27.098],[23.563,-3.237],[23.31,0.318],[-16.342,0.318],[3.674,20.88],[19.383,14.533],[22.55,19.864],[3.421,27.098],[-23.563,0.064]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933000033509,0.933000033509,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[23.813,27.348],"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":51,"ty":4,"nm":"y-stroke-2","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[640.617,158.131,0],"ix":2},"a":{"a":0,"k":[15.266,29.998,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[10.265,24.998],[-10.265,-24.998]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.458823529412,0.458823529412,0.458823529412,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[15.265,29.998],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.264],"y":[0.999]},"o":{"x":[0.126],"y":[0.205]},"n":["0p264_0p999_0p126_0p205"],"t":204,"s":[0],"e":[100]},{"t":227}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":2,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":52,"ty":4,"nm":"y 3","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[652.04,170.441,0],"ix":2},"a":{"a":0,"k":[24.954,37.058,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-2.027,4.824],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.014,2.538],[0,0],[0,0],[0,0],[6.968,0],[0,0]],"o":[[0,0],[0,0],[4.56,0],[0,0],[0,0],[0,0],[0,0],[1.014,2.538],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.66,6.6],[0,0],[0,0]],"v":[[-20.396,36.807],[-20.396,30.462],[-16.088,30.462],[-6.334,21.958],[-3.167,14.596],[-24.704,-36.807],[-16.976,-36.807],[-1.774,1.016],[0.126,6.473],[0.38,6.473],[2.154,1.016],[17.103,-36.807],[24.704,-36.807],[-0.76,25.893],[-15.709,36.68],[-20.396,36.68]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823529412,0.458823529412,0.458823529412,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[24.954,37.058],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":53,"ty":4,"nm":"y-stroke-1","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[642.45,160.131,0],"ix":2},"a":{"a":0,"k":[15.266,29.998,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-4.067,9.685],[0,0]],"o":[[0,0],[4.067,-9.685],[0,0]],"v":[[-9.828,43.376],[6.565,35.145],[31.357,-27.248]],"c":false},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.458823529412,0.458823529412,0.458823529412,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.412],"y":[1.003]},"o":{"x":[0.055],"y":[0.229]},"n":["0p412_1p003_0p055_0p229"],"t":199,"s":[0],"e":[100]},{"t":227}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":2,"ix":3,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"tr","p":{"a":0,"k":[15.265,29.998],"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":54,"ty":4,"nm":"y","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[652.04,170.441,0],"ix":2},"a":{"a":0,"k":[24.954,37.058,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-2.027,4.824],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.014,2.538],[0,0],[0,0],[0,0],[6.968,0],[0,0]],"o":[[0,0],[0,0],[4.56,0],[0,0],[0,0],[0,0],[0,0],[1.014,2.538],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.66,6.6],[0,0],[0,0]],"v":[[-20.396,36.807],[-20.396,30.462],[-16.088,30.462],[-6.334,21.958],[-3.167,14.596],[-24.704,-36.807],[-16.976,-36.807],[-1.774,1.016],[0.126,6.473],[0.38,6.473],[2.154,1.016],[17.103,-36.807],[24.704,-36.807],[-0.76,25.893],[-15.709,36.68],[-20.396,36.68]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823529412,0.458823529412,0.458823529412,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[24.954,37.058],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":55,"ty":4,"nm":"y-stroke-blue-2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[642.45,160.131,0],"ix":2},"a":{"a":0,"k":[15.266,29.998,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-4.067,9.685],[0,0]],"o":[[0,0],[4.067,-9.685],[0,0]],"v":[[-8.155,43.376],[6.063,34.315],[29.852,-24.591]],"c":false},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.188235294118,0.61568627451,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.412],"y":[1.003]},"o":{"x":[0.055],"y":[0.238]},"n":["0p412_1p003_0p055_0p238"],"t":194,"s":[0],"e":[100]},{"t":223}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":2,"ix":3,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"tr","p":{"a":0,"k":[15.265,29.998],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[99.633,100.378],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":56,"ty":4,"nm":"y-stroke-blue","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[640.617,158.131,0],"ix":2},"a":{"a":0,"k":[15.266,29.998,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[10.932,23.998],[-8.931,-23.165]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.188235294118,0.61568627451,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[15.265,29.998],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0.027,"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.264],"y":[0.999]},"o":{"x":[0.126],"y":[0.151]},"n":["0p264_0p999_0p126_0p151"],"t":202,"s":[0],"e":[100]},{"t":219}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":2,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":57,"ty":4,"nm":"y 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[652.04,170.441,0],"ix":2},"a":{"a":0,"k":[24.954,37.058,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-2.027,4.824],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.014,2.538],[0,0],[0,0],[0,0],[6.968,0],[0,0]],"o":[[0,0],[0,0],[4.56,0],[0,0],[0,0],[0,0],[0,0],[1.014,2.538],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.66,6.6],[0,0],[0,0]],"v":[[-20.396,36.807],[-20.396,30.462],[-16.088,30.462],[-6.334,21.958],[-3.167,14.596],[-24.704,-36.807],[-16.976,-36.807],[-1.774,1.016],[0.126,6.473],[0.38,6.473],[2.154,1.016],[17.103,-36.807],[24.704,-36.807],[-0.76,25.893],[-15.709,36.68],[-20.396,36.68]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933333333333,0.933333333333,0.933333333333,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[24.954,37.058],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":58,"ty":4,"nm":"wordmark-dash-1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[224.118,115.933,0],"ix":2},"a":{"a":0,"k":[70.669,49.854,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-27.505,-46.645],[0,0]],"o":[[0,0],[14.026,23.788],[0,0]],"v":[[-68.169,-26.706],[54.143,-0.71],[57.883,47.354]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.188235294118,0.61568627451,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[70.669,49.855],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":29,"s":[0],"e":[100]},{"t":66}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":29,"s":[0],"e":[100]},{"t":58}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":59,"ty":4,"nm":"wordmark-dash-3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[163.43,166.275,0],"ix":2},"a":{"a":0,"k":[45.702,18.775,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[48.999,-6.734]],"o":[[0,0],[0,0]],"v":[[43.202,-16.275],[-43.202,16.275]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.188235294118,0.61568627451,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[45.702,18.775],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":45,"s":[0],"e":[100]},{"t":77}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":45,"s":[0],"e":[100]},{"t":67}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":60,"ty":4,"nm":"wordmark-dash-2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200.272,213.035,0],"ix":2},"a":{"a":0,"k":[47.759,9.607,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[62.279,12.718]],"o":[[0,0],[0,0]],"v":[[45.259,-7.107],[-45.259,-5.611]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.188235294118,0.61568627451,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[47.759,9.607],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":56,"s":[0],"e":[100]},{"t":77}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":56,"s":[0],"e":[100]},{"t":69}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":61,"ty":4,"nm":"path-1","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[400,150,0],"ix":2},"a":{"a":0,"k":[291,73.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[8.166,-91.5]],"o":[[0,0],[-7.834,93]],"v":[[-60.75,-34.75],[55.917,38.917]],"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":16,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[109.416,53.583],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.142],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p142_1_0p167_0p167"],"t":38,"s":[0],"e":[100]},{"t":88}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":62,"ty":4,"nm":"dash-1","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[215.969,150.092,0],"ix":2},"a":{"a":0,"k":[53.942,74.713,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.533,-69.173],[-0.38,0],[0,0],[-0.127,0.508],[0,0],[0,-0.38],[-0.253,0]],"o":[[0,0.254],[0,0],[0.381,0],[17.862,-85.165],[-0.253,0],[0,0.254],[0,0]],"v":[[47.064,41.893],[47.57,42.528],[47.697,42.528],[48.331,41.766],[-65.687,-24.487],[-66.193,-23.853],[-65.687,-23.345]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.188,0.616,1,0.5,0.251,0.722,0.906,1,0.314,0.827,0.812],"ix":9}},"s":{"a":0,"k":[-95,-80],"ix":5},"e":{"a":0,"k":[70,70],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[66.442,43.649],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":63,"ty":4,"nm":"path-2","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[400,150,0],"ix":2},"a":{"a":0,"k":[291,73.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-24.439,0.628],[10.88,-68.347]],"o":[[44.592,-1.146],[-12.607,50.284]],"v":[[-76.991,-28.781],[46.672,52.347]],"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":16,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[109.416,53.583],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100.055,100.522],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.142],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p142_1_0p167_0p167"],"t":43,"s":[0],"e":[100]},{"t":101}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":64,"ty":4,"nm":"dash-2","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[207.629,139.915,0],"ix":2},"a":{"a":0,"k":[67.013,42.071,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.507,-24.75],[-0.38,-0.254],[0,0],[0,0],[0,0.127],[23.563,11.55],[0,0],[0,-0.254],[-0.254,-0.127],[-36.231,-21.704]],"o":[[0.127,1.522],[0,0],[0,0],[0.127,-0.127],[8.867,-33.76],[-37.499,-18.15],[-0.76,0.127],[0,0.254],[0,0],[19.51,11.677]],"v":[[56.628,39.791],[57.135,41.821],[57.389,41.821],[57.642,41.821],[57.896,41.44],[26.731,-23.671],[-66.003,-39.409],[-66.763,-38.901],[-66.256,-38.267],[21.536,-13.644]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.188,0.616,1,0.5,0.251,0.722,0.906,1,0.314,0.827,0.812],"ix":9}},"s":{"a":0,"k":[-95,-80],"ix":5},"e":{"a":0,"k":[70,70],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933000033509,0.933000033509,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[67.013,42.071],"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":65,"ty":4,"nm":"path-3","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[400,150,0],"ix":2},"a":{"a":0,"k":[291,73.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-24.359,-2.075],[2.884,-66.855]],"o":[[39.095,3.331],[-2.452,56.833]],"v":[[-96.48,-23.31],[33.18,67.269]],"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":16,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[109.416,53.583],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100.055,100.522],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.142],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p142_1_0p167_0p167"],"t":49,"s":[0],"e":[100]},{"t":109}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":66,"ty":4,"nm":"dash-3","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[189.956,149.943,0],"ix":2},"a":{"a":0,"k":[66.95,44.102,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4.181,-19.166],[-0.127,-0.127],[-0.254,0],[0,0],[0,0.254],[18.749,12.82],[0,0],[0.127,-0.252],[-0.253,-0.127],[-38.386,-30.716]],"o":[[0,0.253],[0.127,0.127],[0,0],[0.253,0],[3.673,-27.288],[-38.132,-26.273],[-0.253,0],[0,0.254],[0,0],[15.075,11.931]],"v":[[61.886,43.217],[62.013,43.598],[62.52,43.852],[62.646,43.852],[63.027,43.344],[35.156,-15.548],[-66.066,-43.852],[-66.7,-43.346],[-66.32,-42.711],[30.722,-3.109]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.188,0.616,1,0.5,0.251,0.722,0.906,1,0.314,0.827,0.812],"ix":9}},"s":{"a":0,"k":[-95,-80],"ix":5},"e":{"a":0,"k":[70,70],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933000033509,0.933000033509,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[66.95,44.102],"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":67,"ty":4,"nm":"path-4","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[400,150,0],"ix":2},"a":{"a":0,"k":[291,73.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[52.581,-54.153],[37.865,-3.187]],"o":[[-13.376,13.776],[-25.241,2.124]],"v":[[1.966,27.923],[-98.249,60.803]],"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":16,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[109.416,53.583],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100.055,100.522],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.142],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p142_1_0p167_0p167"],"t":47,"s":[0],"e":[100]},{"t":117}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":68,"ty":4,"nm":"dash-4","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[174.437,172.852,0],"ix":2},"a":{"a":0,"k":[51.431,18.654,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.153,1.396],[0,0],[-0.127,-0.254],[-0.381,0],[-38.259,26.399]],"o":[[-38.259,27.542],[-0.253,0.127],[0,0.254],[0,0],[-4.181,-4.189]],"v":[[41.173,-18.404],[-50.674,17.261],[-51.054,17.896],[-50.42,18.404],[51.181,-10.027]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.188,0.616,1,0.5,0.251,0.722,0.906,1,0.314,0.827,0.812],"ix":9}},"s":{"a":0,"k":[-71.176,-104.107],"ix":5},"e":{"a":0,"k":[69.49,57.494],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933000033509,0.933000033509,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[51.431,18.654],"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":69,"ty":4,"nm":"path-5","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[400,150,0],"ix":2},"a":{"a":0,"k":[291,73.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[11.769,-10.182],[18.876,0.792]],"o":[[-19.373,16.76],[-14.222,-0.597]],"v":[[16.458,43.342],[-79.509,65.528]],"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":16,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[109.416,53.583],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100.055,100.522],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.142],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p142_1_0p167_0p167"],"t":51,"s":[0],"e":[100]},{"t":124}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":70,"ty":4,"nm":"dash-5","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[189.133,184.529,0],"ix":2},"a":{"a":0,"k":[48.517,15.101,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-0.381],[-0.76,0],[-37.372,20.054],[2.026,2.793]],"o":[[-0.253,0],[0,0.254],[0,0],[-1.9,-3.681],[-36.359,22.974]],"v":[[-47.76,11.169],[-48.267,11.805],[-47.507,12.312],[48.267,-5.203],[42.187,-14.85]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.188,0.616,1,0.5,0.251,0.722,0.906,1,0.314,0.827,0.812],"ix":9}},"s":{"a":0,"k":[-78.748,-101.619],"ix":5},"e":{"a":0,"k":[60.346,52.457],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933000033509,0.933000033509,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[48.517,15.101],"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":71,"ty":4,"nm":"path-6","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[400,150,0],"ix":2},"a":{"a":0,"k":[291,73.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[51.358,4.523]],"o":[[0,0],[-26.063,-2.295]],"v":[[23.954,61.746],[-58.27,71.745]],"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":16,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[109.416,53.583],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100.055,100.522],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.142],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p142_1_0p167_0p167"],"t":56,"s":[0],"e":[100]},{"t":131}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":72,"ty":4,"nm":"dash-6","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[226.576,150.205,0],"ix":2},"a":{"a":0,"k":[64.424,59.705,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-0.254],[-0.38,-0.127],[-34.078,12.946],[1.14,2.792]],"o":[[-0.253,0],[0,0.254],[0,0],[-1.014,-3.301],[-33.318,15.738]],"v":[[-40.602,3.173],[-41.109,3.681],[-40.602,4.316],[41.109,-1.904],[37.943,-11.043]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.188,0.616,1,0.5,0.251,0.722,0.906,1,0.314,0.827,0.812],"ix":9}},"s":{"a":0,"k":[-88.123,-91.777],"ix":5},"e":{"a":0,"k":[45.016,36.076],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933000033509,0.933000033509,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[41.359,108.118],"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":"Group 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":73,"ty":4,"nm":"dash-12","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":127,"s":[100],"e":[0]},{"t":134}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[215.969,150.092,0],"ix":2},"a":{"a":0,"k":[53.942,74.713,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.533,-69.173],[-0.38,0],[0,0],[-0.127,0.508],[0,0],[0,-0.38],[-0.253,0]],"o":[[0,0.254],[0,0],[0.381,0],[17.862,-85.165],[-0.253,0],[0,0.254],[0,0]],"v":[[47.064,41.893],[47.57,42.528],[47.697,42.528],[48.331,41.766],[-65.687,-24.487],[-66.193,-23.853],[-65.687,-23.345]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":4,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933000033509,0.933000033509,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[66.442,43.649],"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":74,"ty":4,"nm":"dash-11","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":127,"s":[100],"e":[0]},{"t":134}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[207.629,139.915,0],"ix":2},"a":{"a":0,"k":[67.013,42.071,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.507,-24.75],[-0.38,-0.254],[0,0],[0,0],[0,0.127],[23.563,11.55],[0,0],[0,-0.254],[-0.254,-0.127],[-36.231,-21.704]],"o":[[0.127,1.522],[0,0],[0,0],[0.127,-0.127],[8.867,-33.76],[-37.499,-18.15],[-0.76,0.127],[0,0.254],[0,0],[19.51,11.677]],"v":[[56.628,39.791],[57.135,41.821],[57.389,41.821],[57.642,41.821],[57.896,41.44],[26.731,-23.671],[-66.003,-39.409],[-66.763,-38.901],[-66.256,-38.267],[21.536,-13.644]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933000033509,0.933000033509,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[67.013,42.071],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":75,"ty":4,"nm":"dash-10","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":127,"s":[100],"e":[0]},{"t":134}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[189.956,149.943,0],"ix":2},"a":{"a":0,"k":[66.95,44.102,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4.181,-19.166],[-0.127,-0.127],[-0.254,0],[0,0],[0,0.254],[18.749,12.82],[0,0],[0.127,-0.252],[-0.253,-0.127],[-38.386,-30.716]],"o":[[0,0.253],[0.127,0.127],[0,0],[0.253,0],[3.673,-27.288],[-38.132,-26.273],[-0.253,0],[0,0.254],[0,0],[15.075,11.931]],"v":[[61.886,43.217],[62.013,43.598],[62.52,43.852],[62.646,43.852],[63.027,43.344],[35.156,-15.548],[-66.066,-43.852],[-66.7,-43.346],[-66.32,-42.711],[30.722,-3.109]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933000033509,0.933000033509,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[66.95,44.102],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":76,"ty":4,"nm":"dash-9","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":127,"s":[100],"e":[0]},{"t":134}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[174.437,172.852,0],"ix":2},"a":{"a":0,"k":[51.431,18.654,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.153,1.396],[0,0],[-0.127,-0.254],[-0.381,0],[-38.259,26.399]],"o":[[-38.259,27.542],[-0.253,0.127],[0,0.254],[0,0],[-4.181,-4.189]],"v":[[41.173,-18.404],[-50.674,17.261],[-51.054,17.896],[-50.42,18.404],[51.181,-10.027]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933000033509,0.933000033509,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[51.431,18.654],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":77,"ty":4,"nm":"dash-8","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":127,"s":[100],"e":[0]},{"t":134}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[189.133,184.529,0],"ix":2},"a":{"a":0,"k":[48.517,15.101,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-0.381],[-0.76,0],[-37.372,20.054],[2.026,2.793]],"o":[[-0.253,0],[0,0.254],[0,0],[-1.9,-3.681],[-36.359,22.974]],"v":[[-47.76,11.169],[-48.267,11.805],[-47.507,12.312],[48.267,-5.203],[42.187,-14.85]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933000033509,0.933000033509,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[48.517,15.101],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0},{"ddd":0,"ind":78,"ty":4,"nm":"dash-7","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":127,"s":[100],"e":[0]},{"t":134}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[226.576,150.205,0],"ix":2},"a":{"a":0,"k":[64.424,59.705,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-0.254],[-0.38,-0.127],[-34.078,12.946],[1.14,2.792]],"o":[[-0.253,0],[0,0.254],[0,0],[-1.014,-3.301],[-33.318,15.738]],"v":[[-40.602,3.173],[-41.109,3.681],[-40.602,4.316],[41.109,-1.904],[37.943,-11.043]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933000033509,0.933000033509,0.933000033509,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[41.359,108.118],"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":"Group 2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":6000,"st":0,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/swipe_menu.json b/ohos/flutter_lottie/assets/lottiefiles/swipe_menu.json new file mode 100644 index 0000000000000000000000000000000000000000..652bc89d92e137292ab1f7d17c2ce3769c38629b --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/swipe_menu.json @@ -0,0 +1 @@ +{"v":"5.1.16","fr":59.9400024414062,"ip":0,"op":285.000011608288,"w":500,"h":500,"nm":"menu_01","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"text Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[199.5,256,0],"ix":2},"a":{"a":0,"k":[57,57,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.041,0.037],[0,0.053],[0,0],[-0.04,0.038],[-0.058,0],[0,0],[-0.041,-0.037],[0,-0.053],[0,0],[0,0],[0,-0.138],[0,0],[0.04,-0.037],[0.056,0]],"o":[[-0.058,0],[-0.04,-0.037],[0,0],[0,-0.053],[0.041,-0.037],[0,0],[0.057,0],[0.04,0.038],[0,0],[0,0],[0.136,0],[0,0],[0,0.053],[-0.04,0.037],[0,0]],"v":[[-3.09,6.032],[-3.236,5.976],[-3.296,5.84],[-3.296,-5.84],[-3.236,-5.976],[-3.09,-6.032],[-1.549,-6.032],[-1.404,-5.976],[-1.344,-5.84],[-1.344,4.352],[3.091,4.352],[3.296,4.56],[3.296,5.84],[3.236,5.976],[3.091,6.032]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[76.224,51.143],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.041,0.037],[0,0.053],[0,0],[-0.04,0.038],[-0.058,0],[0,0],[-0.041,-0.037],[0,-0.053],[0,0],[0,0],[0,-0.138],[0,0],[0.04,-0.037],[0.056,0]],"o":[[-0.058,0],[-0.04,-0.037],[0,0],[0,-0.053],[0.041,-0.037],[0,0],[0.057,0],[0.04,0.038],[0,0],[0,0],[0.136,0],[0,0],[0,0.053],[-0.04,0.037],[0,0]],"v":[[-3.09,6.032],[-3.237,5.976],[-3.296,5.84],[-3.296,-5.84],[-3.237,-5.976],[-3.09,-6.032],[-1.549,-6.032],[-1.404,-5.976],[-1.345,-5.84],[-1.345,4.352],[3.09,4.352],[3.296,4.56],[3.296,5.84],[3.236,5.976],[3.09,6.032]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[67.939,51.143],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-2.091,1.312],[2.069,1.312],[-0.003,-3.624]],"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.034,0.016],[0.035,0.074],[0,0],[0,0],[0,0],[0.035,-0.016],[0.079,0],[0,0],[-0.068,0.149],[0,0],[-0.017,0.016],[-0.114,0],[0,0],[-0.022,-0.016],[-0.034,-0.085],[0,0],[0.194,0]],"o":[[-0.08,0],[-0.034,-0.016],[0,0],[0,0],[0,0],[-0.023,0.074],[-0.034,0.016],[0,0],[-0.206,0],[0,0],[0.035,-0.085],[0.017,-0.016],[0,0],[0.102,0],[0.023,0.016],[0,0],[0.057,0.149],[0,0]],"v":[[4.295,6.032],[4.123,6.008],[4.02,5.872],[2.788,2.992],[-2.793,2.992],[-4.026,5.872],[-4.112,6.008],[-4.282,6.032],[-5.858,6.032],[-6.064,5.808],[-1.065,-5.856],[-0.987,-6.008],[-0.79,-6.032],[0.802,-6.032],[0.99,-6.008],[1.076,-5.856],[6.075,5.808],[5.869,6.032]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[56.959,51.143],"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":"Group 3","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.034,-0.016],[0.091,0],[0,0],[0.034,0.016],[0.023,0.086],[0,0],[0,0],[0.028,-0.016],[0.103,0],[0,0],[0.034,0.016],[0.022,0.086],[0,0],[-0.023,0.038],[-0.148,0],[0,0],[-0.034,-0.016],[-0.023,-0.076],[0,0],[0,0],[-0.04,0.016],[-0.08,0],[0,0],[-0.04,-0.016],[-0.023,-0.076],[0,0],[0,0],[-0.035,0.016],[-0.081,0],[0,0],[-0.023,-0.037],[0.023,-0.074],[0,0]],"o":[[-0.034,0.016],[0,0],[-0.092,0],[-0.034,-0.016],[0,0],[0,0],[-0.023,0.086],[-0.029,0.016],[0,0],[-0.092,0],[-0.034,-0.016],[0,0],[-0.023,-0.074],[0.023,-0.037],[0,0],[0.08,0],[0.034,0.016],[0,0],[0,0],[0.023,-0.076],[0.04,-0.016],[0,0],[0.08,0],[0.04,0.016],[0,0],[0,0],[0.022,-0.076],[0.034,-0.016],[0,0],[0.149,0],[0.023,0.038],[0,0],[-0.024,0.086]],"v":[[4.93,6.008],[4.742,6.032],[3.117,6.032],[2.928,6.008],[2.842,5.856],[0.001,-3.236],[-2.842,5.856],[-2.919,6.008],[-3.116,6.032],[-4.742,6.032],[-4.93,6.008],[-5.016,5.856],[-8.628,-5.808],[-8.628,-5.976],[-8.372,-6.032],[-6.951,-6.032],[-6.779,-6.008],[-6.693,-5.871],[-3.852,3.152],[-1.079,-5.871],[-0.984,-6.008],[-0.805,-6.032],[0.805,-6.032],[0.984,-6.008],[1.079,-5.871],[3.852,3.144],[6.695,-5.871],[6.781,-6.008],[6.952,-6.032],[8.372,-6.032],[8.628,-5.976],[8.628,-5.808],[5.016,5.856]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[37.097,51.143],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.045,0.037],[0,0.235],[0,0],[-0.04,0.038],[-0.217,0],[0,0],[-0.023,-0.037],[0,-0.096],[0,0],[0.034,-0.037],[0.103,0],[0,0],[0,0],[0,0],[0,-0.171],[0,0],[0.171,0],[0,0],[0,0],[0,0],[0,-0.181],[0,0],[0.159,0]],"o":[[-0.229,0],[-0.046,-0.037],[0,0],[0,-0.213],[0.039,-0.037],[0,0],[0.125,0],[0.023,0.038],[0,0],[0,0.107],[-0.035,0.038],[0,0],[0,0],[0,0],[0.171,0],[0,0],[0,0.182],[0,0],[0,0],[0,0],[0.159,0],[0,0],[0,0.171],[0,0]],"v":[[-3.005,6.04],[-3.415,5.984],[-3.484,5.576],[-3.484,-5.608],[-3.424,-5.984],[-3.038,-6.04],[3.038,-6.04],[3.262,-5.984],[3.296,-5.784],[3.296,-4.6],[3.245,-4.384],[3.038,-4.328],[-1.6,-4.328],[-1.6,-1.064],[2.816,-1.064],[3.074,-0.808],[3.074,0.392],[2.816,0.664],[-1.6,0.664],[-1.6,4.312],[3.245,4.312],[3.484,4.584],[3.484,5.784],[3.245,6.04]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[23.564,51.151],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.148,0],[0,0],[0,0.139],[0,0],[-0.149,0],[0,0],[0,-0.138],[0,0]],"o":[[0,0],[-0.149,0],[0,0],[0,-0.138],[0,0],[0.148,0],[0,0],[0,0.139]],"v":[[0.779,6.032],[-0.779,6.032],[-1.002,5.824],[-1.002,-5.824],[-0.779,-6.032],[0.779,-6.032],[1.002,-5.824],[1.002,5.824]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[16.494,51.143],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.034,-0.016],[0.08,0],[0,0],[0.035,0.016],[0.035,0.086],[0,0],[-0.023,0.038],[-0.16,0],[0,0],[-0.034,-0.016],[-0.023,-0.075],[0,0],[0,0],[-0.034,0.016],[-0.091,0],[0,0],[-0.029,-0.037],[0.023,-0.074],[0,0]],"o":[[-0.034,0.016],[0,0],[-0.08,0],[-0.034,-0.016],[0,0],[-0.023,-0.074],[0.023,-0.037],[0,0],[0.091,0],[0.034,0.016],[0,0],[0,0],[0.034,-0.075],[0.034,-0.016],[0,0],[0.149,0],[0.028,0.038],[0,0],[-0.035,0.086]],"v":[[0.916,6.008],[0.745,6.032],[-0.745,6.032],[-0.916,6.008],[-1.019,5.856],[-5.692,-5.808],[-5.692,-5.976],[-5.418,-6.032],[-3.946,-6.032],[-3.758,-6.008],[-3.672,-5.872],[-0.025,3.446],[3.655,-5.872],[3.758,-6.008],[3.946,-6.032],[5.418,-6.032],[5.684,-5.976],[5.692,-5.808],[1.019,5.856]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[8.636,51.143],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-8,-17],[8,0],[-8,17]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[108.229,50.633],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[50,50],"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 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":245.000009979055,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"menu 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[249.751,250.001,0],"ix":2},"a":{"a":0,"k":[687,12.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[34.498,34.498],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[687.249,12.499],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":245.000009979055,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"menu--","refId":"comp_0","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":194,"s":[100],"e":[0]},{"t":227.0000092459}],"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},"n":"0p833_0p833_0p167_0p167","t":101,"s":[581.162,250,0],"e":[356.662,250,0],"to":[-37.4166679382324,0,0],"ti":[50.75,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":151,"s":[356.662,250,0],"e":[276.662,250,0],"to":[-50.75,0,0],"ti":[15,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":194,"s":[276.662,250,0],"e":[136.682,250,0],"to":[-10.1767463684082,0,0],"ti":[-0.40073809027672,0,0]},{"t":226.000009205169}],"ix":2},"a":{"a":0,"k":[207.5,250,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":500,"h":500,"ip":0,"op":245.000009979055,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"menu 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":228,"s":[100],"e":[0]},{"t":248.000010101247}],"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},"n":"0p833_0p833_0p167_0p167","t":101,"s":[624.975,249.957,0],"e":[398.975,249.957,0],"to":[-37.6666679382324,0,0],"ti":[45.1666679382324,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":151,"s":[398.975,249.957,0],"e":[353.975,249.957,0],"to":[-45.1666679382324,0,0],"ti":[24.8333339691162,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":196,"s":[353.975,249.957,0],"e":[249.975,249.957,0],"to":[-24.8333339691162,0,0],"ti":[17.3333339691162,0,0]},{"t":228.00000928663}],"ix":2},"a":{"a":0,"k":[797.942,9.651,0],"ix":1},"s":{"a":0,"k":[23,23,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[114,114],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":228,"s":[0,0,0,1],"e":[0.596078455448,0.596078455448,0.596078455448,1]},{"t":248.000010101247}],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[798,9.75],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":245.000009979055,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"menu 3","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":228,"s":[0],"e":[98]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":235,"s":[98],"e":[0]},{"t":240.0000097754}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[249.975,249.957,0],"ix":2},"a":{"a":0,"k":[797.942,9.651,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":228,"s":[23,23,100],"e":[43,43,100]},{"t":240.0000097754}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[114,114],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.478431373835,0.478431373835,0.478431373835,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":6,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[798,9.75],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":245.000009979055,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"menu","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":194,"s":[100],"e":[0]},{"t":202.000008227629}],"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},"n":"0p833_0p833_0p167_0p167","t":0,"s":[120.5,249.75,0],"e":[-224.5,249.75,0],"to":[-57.5,0,0],"ti":[67.5,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":101,"s":[-224.5,249.75,0],"e":[-284.5,249.75,0],"to":[-67.5,0,0],"ti":[35,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":120,"s":[-284.5,249.75,0],"e":[-434.5,249.75,0],"to":[-35,0,0],"ti":[37.3333320617676,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":151,"s":[-434.5,249.75,0],"e":[-508.5,249.75,0],"to":[-37.3333320617676,0,0],"ti":[14.8333330154419,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":194,"s":[-508.5,249.75,0],"e":[-523.5,249.75,0],"to":[-14.8333330154419,0,0],"ti":[2.5,0,0]},{"t":202.000008227629}],"ix":2},"a":{"a":0,"k":[218,5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[190,252.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":20,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.823529422283,0.823529422283,0.823529422283,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.86274510622,0.86274510622,0.86274510622,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"rp","c":{"a":0,"k":4,"ix":1},"o":{"a":0,"k":0,"ix":2},"m":1,"ix":4,"tr":{"ty":"tr","p":{"a":0,"k":[200,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":4},"so":{"a":0,"k":100,"ix":5},"eo":{"a":0,"k":100,"ix":6},"nm":"Transform"},"nm":"Repeater 1","mn":"ADBE Vector Filter - Repeater","hd":false},{"ty":"tr","p":{"a":0,"k":[217.5,5.25],"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 2","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":245.000009979055,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/swipe_right_indicator.json b/ohos/flutter_lottie/assets/lottiefiles/swipe_right_indicator.json new file mode 100644 index 0000000000000000000000000000000000000000..18159aa2c9934e7c3a7c130dae48ee7107063ecd --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/swipe_right_indicator.json @@ -0,0 +1 @@ +{"v":"4.6.0","fr":25,"ip":0,"op":42,"w":128,"h":60,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"arrows Outlines 3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[90,30,0]},"a":{"a":0,"k":[256,256,0]},"s":{"a":0,"k":[32,32,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-6.695,-6.47],[0,0],[-6.567,6.389],[0,0],[6.597,6.389],[0,0],[6.663,-6.47],[0,0],[-6.469,-6.292],[0,0],[6.5,-6.291]],"o":[[-6.566,6.355],[0,0],[6.597,6.403],[0,0],[6.564,-6.373],[0,0],[-6.567,-6.371],[0,0],[-6.631,6.406],[0,0],[6.566,6.372],[0,0]],"v":[[-46.06,58.31],[-45.962,81.454],[-48,79.479],[-24.13,79.543],[46.059,11.557],[46.059,-11.54],[-24.13,-79.528],[-48,-79.462],[-45.962,-81.437],[-46.06,-58.293],[2.199,-11.523],[2.199,11.54]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[50],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":25,"s":[100],"e":[50]},{"t":42}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[254.934,253.66],"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":250,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"arrows Outlines 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[90,30,0]},"a":{"a":0,"k":[256,256,0]},"s":{"a":0,"k":[32,32,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-6.695,-6.47],[0,0],[-6.567,6.389],[0,0],[6.597,6.389],[0,0],[6.663,-6.47],[0,0],[-6.469,-6.292],[0,0],[6.5,-6.291]],"o":[[-6.566,6.355],[0,0],[6.597,6.403],[0,0],[6.564,-6.373],[0,0],[-6.567,-6.371],[0,0],[-6.631,6.406],[0,0],[6.566,6.372],[0,0]],"v":[[-46.06,58.31],[-45.962,81.454],[-48,79.479],[-24.13,79.543],[46.059,11.557],[46.059,-11.54],[-24.13,-79.528],[-48,-79.462],[-45.962,-81.437],[-46.06,-58.293],[2.199,-11.523],[2.199,11.54]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":13,"s":[50],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":25,"s":[100],"e":[50]},{"t":36}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[174.934,253.66],"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":250,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"arrows Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[64,30,0]},"a":{"a":0,"k":[256,256,0]},"s":{"a":0,"k":[32,32,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-6.695,-6.47],[0,0],[-6.567,6.389],[0,0],[6.597,6.389],[0,0],[6.663,-6.47],[0,0],[-6.469,-6.292],[0,0],[6.5,-6.291]],"o":[[-6.566,6.355],[0,0],[6.597,6.403],[0,0],[6.564,-6.373],[0,0],[-6.567,-6.371],[0,0],[-6.631,6.406],[0,0],[6.566,6.372],[0,0]],"v":[[-46.06,58.31],[-45.962,81.454],[-48,79.479],[-24.13,79.543],[46.059,11.557],[46.059,-11.54],[-24.13,-79.528],[-48,-79.462],[-45.962,-81.437],[-46.06,-58.293],[2.199,-11.523],[2.199,11.54]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[50],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":25,"s":[100],"e":[50]},{"t":32}]},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[174.934,253.66],"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":"Group 1","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":250,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/switch_loop.json b/ohos/flutter_lottie/assets/lottiefiles/switch_loop.json new file mode 100644 index 0000000000000000000000000000000000000000..1f71377ff74afa1bbcc96b88f0390d390d3da696 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/switch_loop.json @@ -0,0 +1 @@ +{"v":"4.6.6","fr":24,"ip":0,"op":48,"w":300,"h":300,"nm":"Icon 4","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Switch","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[150,150,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[75,75,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[50,50]},"p":{"a":1,"k":[{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":0,"s":[0,100],"e":[0,-100],"to":[0,-33.3333320617676],"ti":[0,0]},{"i":{"x":0.5,"y":1},"o":{"x":0.5,"y":0},"n":"0p5_1_0p5_0","t":24,"s":[0,-100],"e":[0,100],"to":[0,0],"ti":[0,-33.3333320617676]},{"t":48}]},"nm":"Ellipse Path 2","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.5],"y":[0]},"n":["0p5_1_0p5_0"],"t":0,"s":[0.5176471,0.5176471,0.5176471,1],"e":[0.9686275,0.6773018,0.3646597,1]},{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.5],"y":[0]},"n":["0p5_1_0p5_0"],"t":24,"s":[0.9686275,0.6773018,0.3646597,1],"e":[0.5176471,0.5176471,0.5176471,1]},{"t":48}]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill"},{"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[75,275]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":125},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"st","c":{"a":0,"k":[0.5176471,0.5176471,0.5176471,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":20},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[350,350]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"st","c":{"a":0,"k":[0.5176471,0.5176471,0.5176471,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":20},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"}],"ip":0,"op":49,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/the_final_frontier.json b/ohos/flutter_lottie/assets/lottiefiles/the_final_frontier.json new file mode 100644 index 0000000000000000000000000000000000000000..c3be416bc4568a9fe3c48bfd0dccd6fbb73d72e3 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/the_final_frontier.json @@ -0,0 +1 @@ +{"v":"4.6.7","fr":29.9700012207031,"ip":0,"op":60.0000024438501,"w":306,"h":170,"nm":"Comp 1","ddd":0,"assets":[{"id":"comp_14","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[52,41,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[56.082,56.082]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"gf","o":{"a":0,"k":100},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.929,0.098,0.298,0.452,0.929,0.41,0.22,1,0.929,0.722,0.141]}},"s":{"a":0,"k":[2,9]},"e":{"a":0,"k":[32.305,-9.578]},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill"},{"ty":"tr","p":{"a":0,"k":[0.951,0.297],"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":"Ellipse 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1}]},{"id":"comp_15","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 16","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-19.356},"p":{"a":0,"k":[102.25,15,0]},"a":{"a":0,"k":[31.25,-66.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-10.887,-9.854]],"o":[[10.874,9.851],[0,0]],"v":[[30.625,-66.625],[74.134,-27.218]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"rd","nm":"Round Corners 1","r":{"a":0,"k":10},"mn":"ADBE Vector Filter - RC"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[0],"e":[90]},{"t":51.0000020772726}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[0],"e":[90]},{"t":44.0000017921567}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0.9294118,0.0980392,0.2980392,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":5,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[],"o":[],"v":[],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 14","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[153,85,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0]],"o":[[0,0]],"v":[[-17,-53.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.9294118,0.0980392,0.2980392,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 10","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[225,31,0]},"a":{"a":0,"k":[57.5,-75,0]},"s":{"a":0,"k":[30,30,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[12.293,12.293]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.9294118,0.0980392,0.2980392,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[57.354,-75.146],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 13","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[84,119,0]},"a":{"a":0,"k":[57.5,-75,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":5,"s":[30,30,100],"e":[50,50,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8,"s":[50,50,100],"e":[30,30,100]},{"t":11.0000004480392}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[12.293,12.293]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.9294118,0.0980392,0.2980392,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[57.354,-75.146],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 7","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[39,54,0]},"a":{"a":0,"k":[57.5,-75,0]},"s":{"a":0,"k":[30,30,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[12.293,12.293]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.9294118,0.0980392,0.2980392,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[57.354,-75.146],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 12","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[257,44,0]},"a":{"a":0,"k":[57.5,-75,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":5,"s":[50,50,100],"e":[70,70,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8,"s":[70,70,100],"e":[30,30,100]},{"t":11.0000004480392}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[12.293,12.293]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0.9294118,0.0980392,0.2980392,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[57.354,-75.146],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 11","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[257,44,0]},"a":{"a":0,"k":[57.5,-75,0]},"s":{"a":0,"k":[30,30,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[12.293,12.293]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.9294118,0.0980392,0.2980392,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[57.354,-75.146],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 9","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[52.5,133,0]},"a":{"a":0,"k":[57.5,-75,0]},"s":{"a":0,"k":[70,70,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[12.293,12.293]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0.9294118,0.0980392,0.2980392,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[57.354,-75.146],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Shape Layer 8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[52.5,133,0]},"a":{"a":0,"k":[57.5,-75,0]},"s":{"a":0,"k":[50,50,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[12.293,12.293]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.9294118,0.0980392,0.2980392,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[57.354,-75.146],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"Shape Layer 6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[46.5,22,0]},"a":{"a":0,"k":[57.5,-75,0]},"s":{"a":0,"k":[50,50,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[12.293,12.293]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.9294118,0.0980392,0.2980392,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[57.354,-75.146],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"Layer 2 Outlines 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[247.861,107.444,0]},"a":{"a":0,"k":[8.39,8.389,0]},"s":{"a":0,"k":[50,50,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.252,1.636],[0,-1.974],[4.97,0],[1.484,1.078],[-2.996,0],[0,4.971]],"o":[[1.078,1.483],[0,4.971],[-1.975,0],[1.636,2.252],[4.97,0],[0,-2.996]],"v":[[4.417,-8.139],[6.139,-2.861],[-2.861,6.139],[-8.139,4.418],[-0.861,8.139],[8.139,-0.861]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.9709865,0.7271412,0.1518951,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[8.389,8.389],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"Layer 2 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[85.861,42.444,0]},"a":{"a":0,"k":[8.39,8.389,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.252,1.636],[0,-1.974],[4.97,0],[1.484,1.078],[-2.996,0],[0,4.971]],"o":[[1.078,1.483],[0,4.971],[-1.975,0],[1.636,2.252],[4.97,0],[0,-2.996]],"v":[[4.417,-8.139],[6.139,-2.861],[-2.861,6.139],[-8.139,4.418],[-0.861,8.139],[8.139,-0.861]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.9709865,0.7271412,0.1518951,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[8.389,8.389],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"Layer 1 Outlines 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[246.833,106.333,0]},"a":{"a":0,"k":[9.25,9.25,0]},"s":{"a":0,"k":[50,50,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.971],[-4.971,0],[0,4.971],[4.971,0]],"o":[[0,4.971],[4.971,0],[0,-4.971],[-4.971,0]],"v":[[-9,0],[0,9],[9,0],[0,-9]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tr","p":{"a":0,"k":[9.25,9.25],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gf","o":{"a":0,"k":100},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.929,0.098,0.298,0.5,0.929,0.331,0.239,1,0.929,0.565,0.18]}},"s":{"a":0,"k":[0,0]},"e":{"a":0,"k":[100,0]},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"Layer 1 Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[84.833,41.333,0]},"a":{"a":0,"k":[9.25,9.25,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-4.971],[-4.971,0],[0,4.971],[4.971,0]],"o":[[0,4.971],[4.971,0],[0,-4.971],[-4.971,0]],"v":[[-9,0],[0,9],[9,0],[0,-9]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tr","p":{"a":0,"k":[9.25,9.25],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gf","o":{"a":0,"k":100},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.929,0.098,0.298,0.5,0.929,0.331,0.239,1,0.929,0.565,0.18]}},"s":{"a":0,"k":[0,0]},"e":{"a":0,"k":[100,0]},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1}]}],"layers":[{"ddd":0,"ind":1,"ty":3,"nm":"Null 1","ks":{"o":{"a":0,"k":0},"r":{"a":0,"k":0},"p":{"a":0,"k":[153,85,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[110,110,100]}},"ao":0,"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":0,"nm":"tell logo","parent":1,"refId":"comp_14","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[9.981]},{"t":60.0000024438501}]},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[105.5,-8,0],"e":[-78,20.5,0],"to":[-39.5000610351562,36,0],"ti":[17.4999923706055,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25.369,"s":[-78,20.5,0],"e":[-102,13.5,0],"to":[-3.16226196289062,0,0],"ti":[7.25520324707031,6.66050720214844,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28.795,"s":[-102,13.5,0],"e":[105.5,-8,0],"to":[-30.5,-27.9999847412109,0],"ti":[31.6453857421875,-28.8412971496582,0]},{"t":59.9400024414062}]},"a":{"a":0,"k":[52,41,0]},"s":{"a":0,"k":[35,35,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[100,-0.709],[3,-0.709],[3,86.006],[100,86.006]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,-0.709],[0,-0.709],[0,86.006],[0,86.006]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,-0.709],[0,-0.709],[0,86.006],[0,86.006]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,-0.709],[0,-0.709],[0,86.006],[0,86.006]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":51,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,-0.709],[0,-0.709],[0,86.006],[0,86.006]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[100,-0.709],[3,-0.709],[3,86.006],[100,86.006]],"c":true}]},{"t":56.0000022809268}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"ef":[{"ty":25,"nm":"Drop Shadow","mn":"ADBE Drop Shadow","ix":1,"en":1,"ef":[{"ty":2,"nm":"Shadow Color","mn":"ADBE Drop Shadow-0001","ix":1,"v":{"a":0,"k":[0,0,0,1]}},{"ty":0,"nm":"Opacity","mn":"ADBE Drop Shadow-0002","ix":2,"v":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[0],"e":[102]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[102],"e":[102]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[102],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":25,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[0],"e":[102]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":39,"s":[102],"e":[102]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":49,"s":[102],"e":[0]},{"t":54.0000021994651}]}},{"ty":0,"nm":"Direction","mn":"ADBE Drop Shadow-0003","ix":3,"v":{"a":0,"k":135}},{"ty":0,"nm":"Distance","mn":"ADBE Drop Shadow-0004","ix":4,"v":{"a":0,"k":5}},{"ty":0,"nm":"Softness","mn":"ADBE Drop Shadow-0005","ix":5,"v":{"a":0,"k":0}},{"ty":7,"nm":"Shadow Only","mn":"ADBE Drop Shadow-0006","ix":6,"v":{"a":0,"k":0}}]}],"w":104,"h":82,"ip":0,"op":61.0000024845809,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 5","parent":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-5.403},"p":{"a":0,"k":[0,0,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0]],"o":[[0,0]],"v":[[0.919,-20.337]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.989124,0.984669,0.985681,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":4},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[213.064,41.004]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"gs","o":{"a":0,"k":100},"w":{"a":0,"k":4},"g":{"p":3,"k":{"a":0,"k":[0,0.929,0.529,0.188,0.5,0.929,0.314,0.243,1,0.929,0.098,0.298]}},"s":{"a":0,"k":[0,0]},"e":{"a":0,"k":[100,0]},"t":1,"lc":1,"lj":1,"ml":5,"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-Stroke"},{"ty":"tr","p":{"a":0,"k":[0.835,-0.324],"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":"Ellipse 1","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":0,"k":11.7,"ix":1},"e":{"a":0,"k":65,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 1","parent":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[0,0,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[110,110,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[99.562,99.562]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"tr","p":{"a":0,"k":[0.484,0.23],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gf","o":{"a":0,"k":100},"r":2,"g":{"p":3,"k":{"a":0,"k":[0,0.929,0.098,0.298,0.452,0.929,0.41,0.22,1,0.929,0.722,0.141]}},"s":{"a":0,"k":[-10,0]},"e":{"a":0,"k":[60,-35]},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 4","parent":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[0,0,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-39.5,36],[-30.5,-28],[-3.162,0]],"o":[[31.645,-28.841],[7.255,6.661],[17.5,0]],"v":[[105.5,-8],[-102,13.5],[-78,20.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 2","parent":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-5.403},"p":{"a":0,"k":[0,0,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[213.064,41.004]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"gs","o":{"a":0,"k":100},"w":{"a":0,"k":4},"g":{"p":3,"k":{"a":0,"k":[0,0.929,0.529,0.188,0.5,0.929,0.314,0.243,1,0.929,0.098,0.298]}},"s":{"a":0,"k":[0,0]},"e":{"a":0,"k":[100,0]},"t":1,"lc":3,"lj":1,"ml":4,"nm":"Gradient Stroke 1","mn":"ADBE Vector Graphic - G-Stroke"},{"ty":"tr","p":{"a":0,"k":[0.835,-0.324],"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":"Ellipse 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"a":0,"k":10.2,"ix":1},"e":{"a":0,"k":89.6,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":0,"nm":"Pre-comp 1","parent":1,"refId":"comp_15","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[0,0,0]},"a":{"a":0,"k":[153,85,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":306,"h":170,"ip":0,"op":300.00001221925,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/tigerobo_demo.json b/ohos/flutter_lottie/assets/lottiefiles/tigerobo_demo.json new file mode 100644 index 0000000000000000000000000000000000000000..396f9582056edf7a2dbf47d57203d9862ce30c86 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/tigerobo_demo.json @@ -0,0 +1 @@ +{"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"humo 30","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":105,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":106.369,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[523,264.5,0],"e":[525,246.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":105,"s":[0,0,100],"e":[67,67,100]},{"t":109.10546875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":1,"ty":4,"nm":"humo 29","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":105,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":106.369,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[225,202.5,0],"e":[227,184.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":105,"s":[0,0,100],"e":[67,67,100]},{"t":109.10546875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":2,"ty":4,"nm":"humo 28","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":103.632,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":105,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[231,284.5,0],"e":[233,266.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":103.632,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":107.737,"s":[100,100,100],"e":[82.418,73.77,100]},{"t":113.2109375}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":3,"ty":4,"nm":"humo 27","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":105,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":106.369,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[451,324.5,0],"e":[453,306.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":105,"s":[0,0,100],"e":[67,67,100]},{"t":109.10546875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":4,"ty":4,"nm":"humo 26","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":105,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":106.369,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[265,262.5,0],"e":[267,244.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":105,"s":[0,0,100],"e":[67,67,100]},{"t":109.10546875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":5,"ty":4,"nm":"humo 25","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":103.632,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":105,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[345,186.5,0],"e":[341,182.5,0],"to":[-0.66666668653488,-0.66666668653488,0],"ti":[0.66666668653488,0.66666668653488,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":103.632,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":107.737,"s":[100,100,100],"e":[82.418,73.77,100]},{"t":113.2109375}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":6,"ty":4,"nm":"humo 24","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":105,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":106.369,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[425,548.5,0],"e":[427,530.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":105,"s":[0,0,100],"e":[67,67,100]},{"t":109.10546875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":7,"ty":4,"nm":"humo 23","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":105,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":106.369,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[239,486.5,0],"e":[241,468.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":105,"s":[0,0,100],"e":[67,67,100]},{"t":109.10546875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":8,"ty":4,"nm":"humo 22","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":103.632,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":105,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[427,256.5,0],"e":[429,238.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":103.632,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":107.737,"s":[100,100,100],"e":[82.418,73.77,100]},{"t":113.2109375}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":9,"ty":4,"nm":"humo 21","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":103.632,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":105,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[529,472.5,0],"e":[531,454.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":103.632,"s":[0,0,100],"e":[100,100,100]},{"t":107.7373046875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":10,"ty":4,"nm":"humo 20","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":103.632,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":105,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[329,528.5,0],"e":[331,510.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":103.632,"s":[0,0,100],"e":[100,100,100]},{"t":107.7373046875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":11,"ty":4,"nm":"humo 19","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":103.632,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":105,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[183,536.5,0],"e":[185,518.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":103.632,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":107.737,"s":[100,100,100],"e":[90.698,85.965,100]},{"t":113.2109375}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":12,"ty":4,"nm":"humo 18","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":105,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":106.369,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[429,438.5,0],"e":[431,420.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":105,"s":[0,0,100],"e":[67,67,100]},{"t":109.10546875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":13,"ty":4,"nm":"humo 17","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":105,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":106.369,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[217,418.5,0],"e":[219,400.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":105,"s":[0,0,100],"e":[67,67,100]},{"t":109.10546875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":14,"ty":4,"nm":"humo 16","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":103.632,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":105,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[351,424.5,0],"e":[353,406.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":103.632,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":107.737,"s":[100,100,100],"e":[82.418,73.77,100]},{"t":113.2109375}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":15,"ty":4,"nm":"humo 15","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":103.632,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":105,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[457,348.5,0],"e":[459,330.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":103.632,"s":[0,0,100],"e":[100,100,100]},{"t":107.7373046875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":16,"ty":4,"nm":"humo 14","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":103.632,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":105,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[341,342.5,0],"e":[343,324.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":103.632,"s":[0,0,100],"e":[100,100,100]},{"t":107.7373046875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":17,"ty":4,"nm":"humo 13","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":103.632,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":105,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[199,384.5,0],"e":[201,366.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":103.632,"s":[0,0,100],"e":[100,100,100]},{"t":107.7373046875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":18,"ty":4,"nm":"humo 12","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":105,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":106.369,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[429,774.5,0],"e":[431,756.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":105,"s":[0,0,100],"e":[67,67,100]},{"t":109.10546875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":19,"ty":4,"nm":"humo 11","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":105,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":106.369,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[243,712.5,0],"e":[245,694.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":105,"s":[0,0,100],"e":[67,67,100]},{"t":109.10546875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":20,"ty":4,"nm":"humo 10","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":103.632,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":105,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[523,812.5,0],"e":[525,794.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":103.632,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":107.737,"s":[100,100,100],"e":[82.418,73.77,100]},{"t":113.2109375}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":21,"ty":4,"nm":"humo 9","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":103.632,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":105,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[527,716.5,0],"e":[529,698.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":103.632,"s":[0,0,100],"e":[100,100,100]},{"t":107.7373046875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":22,"ty":4,"nm":"humo 8","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":103.632,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":105,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[333,754.5,0],"e":[335,736.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":103.632,"s":[0,0,100],"e":[100,100,100]},{"t":107.7373046875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":23,"ty":4,"nm":"humo 7","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":103.632,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":105,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[187,762.5,0],"e":[189,744.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":103.632,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":107.737,"s":[100,100,100],"e":[90.698,85.965,100]},{"t":113.2109375}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":24,"ty":4,"nm":"humo 4","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":105,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":106.369,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[433,664.5,0],"e":[435,646.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":105,"s":[0,0,100],"e":[67,67,100]},{"t":109.10546875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":25,"ty":4,"nm":"humo 2","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":105,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":106.369,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[221,644.5,0],"e":[223,626.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":105,"s":[0,0,100],"e":[67,67,100]},{"t":109.10546875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":26,"ty":4,"nm":"humo 6","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":103.632,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":105,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[605,640.5,0],"e":[607,622.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":103.632,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":107.737,"s":[100,100,100],"e":[82.418,73.77,100]},{"t":113.2109375}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":27,"ty":4,"nm":"humo 5","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":103.632,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":105,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[527,610.5,0],"e":[529,592.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":103.632,"s":[0,0,100],"e":[100,100,100]},{"t":107.7373046875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":28,"ty":4,"nm":"humo 3","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":103.632,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":105,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[335,610.5,0],"e":[337,592.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":103.632,"s":[0,0,100],"e":[100,100,100]},{"t":107.7373046875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0},{"ddd":0,"ind":29,"ty":4,"nm":"humo","ks":{"o":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":103.632,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":105,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":113.211,"s":[100],"e":[0]},{"t":121.4208984375}]},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.474,"s":[127,628.5,0],"e":[129,610.5,0],"to":[0.33333334326744,-3,0],"ti":[-0.33333334326744,3,0]},{"t":129.6318359375}]},"a":{"k":[-218,172,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":103.632,"s":[0,0,100],"e":[100,100,100]},{"t":107.7373046875}]}},"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"d":1,"ty":"el","s":{"k":[177,177]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","closed":true},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[-215.5,169]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Ellipse 1"}],"bounds":{"l":-335,"t":50,"b":288,"r":-96},"ip":0,"op":1801,"st":0}]}],"v":"4.0.0","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 2","parent":2,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[347.285,1375.72,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-349,-456.5],[351,-456.5]]}},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[255,228,100,255]},"o":{"k":100},"w":{"k":12},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Shape 1"}],"bounds":{"l":-355,"t":-463,"b":-450,"r":357},"ip":339,"op":392,"st":0},{"ddd":0,"ind":1,"ty":0,"nm":"Humo","refId":"comp_0","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[345,456.5,0]},"a":{"k":[345,456.5,0]},"s":{"k":[100,100,100]}},"w":690,"h":913,"ip":95,"op":133,"st":0},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 2 Outlines","parent":3,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":339,"s":[35.965,-1024.97,0],"e":[35.965,-104.97,0],"to":[0,153.33332824707,0],"ti":[0,-153.33332824707,0]},{"t":359}]},"a":{"k":[345.25,456.75,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-345,456.5],[345,456.5],[345,-456.5],[-345,-456.5]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[118,196,181,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[345.25,456.75]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":914,"r":691},"ip":332,"op":392,"st":332},{"ddd":0,"ind":3,"ty":3,"nm":"Null 1","ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[{"i":{"x":0.043,"y":1},"o":{"x":0.333,"y":0},"n":"0p043_1_0p333_0","t":32,"s":[361,-177.5,0],"e":[361,662.5,0],"to":[0,140,0],"ti":[0,-140,0]},{"i":{"x":0.043,"y":0.043},"o":{"x":0.167,"y":0.167},"n":"0p043_0p043_0p167_0p167","t":46.526,"s":[361,662.5,0],"e":[361,662.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.043,"y":1},"o":{"x":0.167,"y":0},"n":"0p043_1_0p167_0","t":328,"s":[361,662.5,0],"e":[355,612.5,0],"to":[-1,-8.33333301544189,0],"ti":[1,8.33333301544189,0]},{"i":{"x":0.043,"y":0.043},"o":{"x":0.167,"y":0.167},"n":"0p043_0p043_0p167_0p167","t":338,"s":[355,612.5,0],"e":[355,612.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.043,"y":1},"o":{"x":0.167,"y":0},"n":"0p043_1_0p167_0","t":339,"s":[355,612.5,0],"e":[361,662.5,0],"to":[1,8.33333301544189,0],"ti":[-1,-8.33333301544189,0]},{"t":348}]},"a":{"k":[50,46,0]},"s":{"k":[100,100,100]}},"ip":0,"op":392,"st":0},{"ddd":0,"ind":4,"ty":4,"nm":"BrazoAdelante 2","parent":27,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":90,"s":[5],"e":[5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":328,"s":[5],"e":[-163]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":338,"s":[-163],"e":[-163]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":339,"s":[-163],"e":[-163.5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":341,"s":[-163.5],"e":[-202]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":344,"s":[-202],"e":[-202]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":345,"s":[-202],"e":[-346]},{"t":350}]},"p":{"k":[235.426,251.527,0]},"a":{"k":[-94,-12,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":35,"s":[{"i":[[0,0],[2.088,-42.839],[-20.814,11.559]],"o":[[0,0],[-1.849,37.935],[2.623,-1.457]],"v":[[-93,-10.5],[-167.825,45.886],[-28.313,60.039]]}],"e":[{"i":[[0,0],[25.902,-66.596],[1.588,-3.414]],"o":[[0,0],[-5.399,13.881],[-1.265,2.72]],"v":[[-93,-10.5],[-158.187,44.722],[-184.017,118.691]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":47.368,"s":[{"i":[[0,0],[25.902,-66.596],[1.588,-3.414]],"o":[[0,0],[-5.399,13.881],[-1.265,2.72]],"v":[[-93,-10.5],[-158.187,44.722],[-184.017,118.691]]}],"e":[{"i":[[0,0],[25.902,-66.596],[1.588,-3.414]],"o":[[0,0],[-5.399,13.881],[-1.265,2.72]],"v":[[-93,-10.5],[-158.187,44.722],[-184.017,118.691]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":52.421,"s":[{"i":[[0,0],[25.902,-66.596],[1.588,-3.414]],"o":[[0,0],[-5.399,13.881],[-1.265,2.72]],"v":[[-93,-10.5],[-158.187,44.722],[-184.017,118.691]]}],"e":[{"i":[[0,0],[33.826,-39.59],[13.228,-27.467]],"o":[[0,0],[-17.895,20.944],[-7.869,16.339]],"v":[[-93,-10.5],[-174.997,53.289],[-163.246,156.646]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":59.158,"s":[{"i":[[0,0],[33.826,-39.59],[13.228,-27.467]],"o":[[0,0],[-17.895,20.944],[-7.869,16.339]],"v":[[-93,-10.5],[-174.997,53.289],[-163.246,156.646]]}],"e":[{"i":[[0,0],[33.826,-39.59],[13.228,-27.467]],"o":[[0,0],[-17.895,20.944],[-7.869,16.339]],"v":[[-93,-10.5],[-174.997,53.289],[-163.246,156.646]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":90,"s":[{"i":[[0,0],[33.826,-39.59],[13.228,-27.467]],"o":[[0,0],[-17.895,20.944],[-7.869,16.339]],"v":[[-93,-10.5],[-174.997,53.289],[-163.246,156.646]]}],"e":[{"i":[[0,0],[17.611,-12.584],[14.326,-11.334]],"o":[[0,0],[-19.275,13.772],[-14.223,11.252]],"v":[[-93,-10.5],[-169.269,33.714],[-236.666,77.948]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":97,"s":[{"i":[[0,0],[17.611,-12.584],[14.326,-11.334]],"o":[[0,0],[-19.275,13.772],[-14.223,11.252]],"v":[[-93,-10.5],[-169.269,33.714],[-236.666,77.948]]}],"e":[{"i":[[0,0],[17.611,-12.584],[14.326,-11.334]],"o":[[0,0],[-19.275,13.772],[-14.223,11.252]],"v":[[-93,-10.5],[-169.269,33.714],[-236.666,77.948]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":169,"s":[{"i":[[0,0],[17.611,-12.584],[14.326,-11.334]],"o":[[0,0],[-19.275,13.772],[-14.223,11.252]],"v":[[-93,-10.5],[-169.269,33.714],[-236.666,77.948]]}],"e":[{"i":[[0,0],[5.31,-8.35],[13.228,-27.467]],"o":[[-17.809,18.663],[-9.313,14.644],[-7.869,16.339]],"v":[[-93,-10.5],[-136.793,52.616],[-171.067,119.824]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":175,"s":[{"i":[[0,0],[5.31,-8.35],[13.228,-27.467]],"o":[[-17.809,18.663],[-9.313,14.644],[-7.869,16.339]],"v":[[-93,-10.5],[-136.793,52.616],[-171.067,119.824]]}],"e":[{"i":[[0,0],[5.31,-8.35],[13.228,-27.467]],"o":[[-17.809,18.663],[-9.313,14.644],[-7.869,16.339]],"v":[[-93,-10.5],[-136.793,52.616],[-171.067,119.824]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":328,"s":[{"i":[[0,0],[5.31,-8.35],[13.228,-27.467]],"o":[[-17.809,18.663],[-9.313,14.644],[-7.869,16.339]],"v":[[-93,-10.5],[-136.793,52.616],[-171.067,119.824]]}],"e":[{"i":[[0,0],[14.872,-14.281],[18.052,-11.681]],"o":[[-17.809,18.663],[-12.518,12.02],[-15.226,9.852]],"v":[[-93,-10.5],[-161.947,71.782],[-228.46,141.132]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":338,"s":[{"i":[[0,0],[14.872,-14.281],[18.052,-11.681]],"o":[[-17.809,18.663],[-12.518,12.02],[-15.226,9.852]],"v":[[-93,-10.5],[-161.947,71.782],[-228.46,141.132]]}],"e":[{"i":[[0,0],[14.872,-14.281],[18.052,-11.681]],"o":[[-17.809,18.663],[-12.518,12.02],[-15.226,9.852]],"v":[[-93,-10.5],[-161.947,71.782],[-228.46,141.132]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":339,"s":[{"i":[[0,0],[14.872,-14.281],[18.052,-11.681]],"o":[[-17.809,18.663],[-12.518,12.02],[-15.226,9.852]],"v":[[-93,-10.5],[-161.947,71.782],[-228.46,141.132]]}],"e":[{"i":[[0,0],[11.432,1.897],[18.052,-11.681]],"o":[[-8.408,-1.194],[-17.12,-2.841],[-15.226,9.852]],"v":[[-93,-10.5],[-116.02,-64.757],[-183.276,0.183]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":344,"s":[{"i":[[0,0],[11.432,1.897],[18.052,-11.681]],"o":[[-8.408,-1.194],[-17.12,-2.841],[-15.226,9.852]],"v":[[-93,-10.5],[-116.02,-64.757],[-183.276,0.183]]}],"e":[{"i":[[0,0],[5.31,-8.35],[13.228,-27.467]],"o":[[-17.809,18.663],[-9.313,14.644],[-7.869,16.339]],"v":[[-93,-10.5],[-136.793,52.616],[-171.067,119.824]]}]},{"t":350}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[228,229,225,255]},"o":{"k":100},"w":{"k":18},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Shape 1"}],"bounds":{"l":-247,"t":-74,"b":167,"r":-19},"ip":0,"op":392,"st":0},{"ddd":0,"ind":5,"ty":4,"nm":"BrazoAdelante","parent":27,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":34.072,"s":[-11],"e":[-11]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":90,"s":[-11],"e":[-11]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":328,"s":[-11],"e":[173]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":338,"s":[173],"e":[173]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":339,"s":[173],"e":[179.5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":341,"s":[179.5],"e":[218]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":344,"s":[218],"e":[218]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":345,"s":[218],"e":[362]},{"t":350}]},"p":{"k":[53.426,251.527,0]},"a":{"k":[-94,-12,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":35,"s":[{"i":[[0,0],[2.088,-42.839],[-20.814,11.559]],"o":[[0,0],[-1.849,37.935],[2.623,-1.457]],"v":[[-93,-10.5],[-167.825,45.886],[-28.313,60.039]]}],"e":[{"i":[[0,0],[22.386,-50.058],[9.396,-23.317]],"o":[[0,0],[-14.653,32.765],[-1.121,2.783]],"v":[[-93,-10.5],[-163.19,32.525],[-193.548,113.492]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":47.368,"s":[{"i":[[0,0],[22.386,-50.058],[9.396,-23.317]],"o":[[0,0],[-14.653,32.765],[-1.121,2.783]],"v":[[-93,-10.5],[-163.19,32.525],[-193.548,113.492]]}],"e":[{"i":[[0,0],[28.408,-60.074],[5.656,-25.043]],"o":[[0,0],[-12.798,27.065],[-0.286,0.288]],"v":[[-93,-10.5],[-158.827,41.523],[-186.077,116.982]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":52.421,"s":[{"i":[[0,0],[28.408,-60.074],[5.656,-25.043]],"o":[[0,0],[-12.798,27.065],[-0.286,0.288]],"v":[[-93,-10.5],[-158.827,41.523],[-186.077,116.982]]}],"e":[{"i":[[0,0],[12.063,-17.913],[15.145,-10.969]],"o":[[0,0],[-8.475,12.585],[-8.359,6.054]],"v":[[-93,-10.5],[-173.905,45.723],[-179.026,151.461]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":59.158,"s":[{"i":[[0,0],[12.063,-17.913],[15.145,-10.969]],"o":[[0,0],[-8.475,12.585],[-8.359,6.054]],"v":[[-93,-10.5],[-173.905,45.723],[-179.026,151.461]]}],"e":[{"i":[[0,0],[12.063,-17.913],[15.145,-10.969]],"o":[[0,0],[-8.475,12.585],[-8.359,6.054]],"v":[[-93,-10.5],[-173.905,45.723],[-179.026,151.461]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":90,"s":[{"i":[[0,0],[12.063,-17.913],[15.145,-10.969]],"o":[[0,0],[-8.475,12.585],[-8.359,6.054]],"v":[[-93,-10.5],[-173.905,45.723],[-179.026,151.461]]}],"e":[{"i":[[0,0],[11.914,6.454],[4.094,11.817]],"o":[[0,0],[-21.73,-11.772],[-3.379,-9.752]],"v":[[-93,-10.5],[-174.944,-1.34],[-230.056,-73.408]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":97,"s":[{"i":[[0,0],[11.914,6.454],[4.094,11.817]],"o":[[0,0],[-21.73,-11.772],[-3.379,-9.752]],"v":[[-93,-10.5],[-174.944,-1.34],[-230.056,-73.408]]}],"e":[{"i":[[0,0],[7.545,-12.008],[3.492,-27.011]],"o":[[0,0],[-11.176,17.785],[-2.106,16.292]],"v":[[-93,-10.5],[-153.946,37.378],[-185.435,126.785]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":104,"s":[{"i":[[0,0],[7.545,-12.008],[3.492,-27.011]],"o":[[0,0],[-11.176,17.785],[-2.106,16.292]],"v":[[-93,-10.5],[-153.946,37.378],[-185.435,126.785]]}],"e":[{"i":[[0,0],[13.744,-16.082],[13.881,-28.048]],"o":[[0,0],[-13.647,15.968],[-7.286,14.723]],"v":[[-93,-10.5],[-151.165,44.031],[-199.615,115.879]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":107,"s":[{"i":[[0,0],[13.744,-16.082],[13.881,-28.048]],"o":[[0,0],[-13.647,15.968],[-7.286,14.723]],"v":[[-93,-10.5],[-151.165,44.031],[-199.615,115.879]]}],"e":[{"i":[[0,0],[13.744,-16.082],[13.881,-28.048]],"o":[[0,0],[-13.647,15.968],[-7.286,14.723]],"v":[[-93,-10.5],[-151.165,44.031],[-199.615,115.879]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":169,"s":[{"i":[[0,0],[13.744,-16.082],[13.881,-28.048]],"o":[[0,0],[-13.647,15.968],[-7.286,14.723]],"v":[[-93,-10.5],[-151.165,44.031],[-199.615,115.879]]}],"e":[{"i":[[0,0],[11.405,-17.818],[5.483,-21.531]],"o":[[0,0],[-9.622,15.031],[-4.054,15.92]],"v":[[-93,-10.5],[-140.912,54.174],[-182.435,137.555]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":175,"s":[{"i":[[0,0],[11.405,-17.818],[5.483,-21.531]],"o":[[0,0],[-9.622,15.031],[-4.054,15.92]],"v":[[-93,-10.5],[-140.912,54.174],[-182.435,137.555]]}],"e":[{"i":[[0,0],[11.405,-17.818],[5.483,-21.531]],"o":[[0,0],[-9.622,15.031],[-4.054,15.92]],"v":[[-93,-10.5],[-140.912,54.174],[-182.435,137.555]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":328,"s":[{"i":[[0,0],[11.405,-17.818],[5.483,-21.531]],"o":[[0,0],[-9.622,15.031],[-4.054,15.92]],"v":[[-93,-10.5],[-140.912,54.174],[-182.435,137.555]]}],"e":[{"i":[[0,0],[11.405,-17.818],[5.483,-21.531]],"o":[[0,0],[-9.622,15.031],[-4.054,15.92]],"v":[[-93,-10.5],[-154.772,68.592],[-198.489,169.839]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":338,"s":[{"i":[[0,0],[11.405,-17.818],[5.483,-21.531]],"o":[[0,0],[-9.622,15.031],[-4.054,15.92]],"v":[[-93,-10.5],[-154.772,68.592],[-198.489,169.839]]}],"e":[{"i":[[0,0],[11.405,-17.818],[5.483,-21.531]],"o":[[0,0],[-9.622,15.031],[-4.054,15.92]],"v":[[-93,-10.5],[-154.772,68.592],[-198.489,169.839]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":339,"s":[{"i":[[0,0],[11.405,-17.818],[5.483,-21.531]],"o":[[0,0],[-9.622,15.031],[-4.054,15.92]],"v":[[-93,-10.5],[-154.772,68.592],[-198.489,169.839]]}],"e":[{"i":[[0,0],[11.405,-17.818],[9.026,-19.807]],"o":[[0,0],[-9.622,15.031],[-6.812,14.949]],"v":[[-93,-10.5],[-143.839,-36.861],[-163.562,33.076]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":344,"s":[{"i":[[0,0],[11.405,-17.818],[9.026,-19.807]],"o":[[0,0],[-9.622,15.031],[-6.812,14.949]],"v":[[-93,-10.5],[-143.839,-36.861],[-163.562,33.076]]}],"e":[{"i":[[0,0],[11.405,-17.818],[5.483,-21.531]],"o":[[0,0],[-9.622,15.031],[-4.054,15.92]],"v":[[-93,-10.5],[-140.912,54.174],[-182.435,137.555]]}]},{"t":350}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"w":{"k":18},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[0,0]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Shape 1"}],"bounds":{"l":-240,"t":-84,"b":180,"r":-19},"ip":0,"op":392,"st":0},{"ddd":0,"ind":6,"ty":4,"nm":"pierna2","parent":3,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":180,"s":[21],"e":[21]},{"t":320}]},"p":{"k":[104,36,0]},"a":{"k":[-54,200,0]},"s":{"k":[-100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":35,"s":[{"i":[[0,0],[0.557,-14.911],[0,0],[0.492,-6.629]],"o":[[0,0],[-0.552,14.762],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-38.513,351.227],[-31.492,382.129]]}],"e":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-119.725,334.334]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":44,"s":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-119.725,334.334]]}],"e":[{"i":[[0,0],[5.152,-10.933],[0,0],[3.901,1.373]],"o":[[0,0],[-5.975,12.679],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-99.78,262.123],[-93.336,341.966],[-119.725,334.334]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":49.895,"s":[{"i":[[0,0],[5.152,-10.933],[0,0],[3.901,1.373]],"o":[[0,0],[-5.975,12.679],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-99.78,262.123],[-93.336,341.966],[-119.725,334.334]]}],"e":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-119.725,334.334]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":58.315,"s":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-119.725,334.334]]}],"e":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-119.725,334.334]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":90,"s":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-119.725,334.334]]}],"e":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-88.86,272.741],[-93.336,341.966],[-119.725,334.334]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":95,"s":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-88.86,272.741],[-93.336,341.966],[-119.725,334.334]]}],"e":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-119.725,334.334]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":98,"s":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-119.725,334.334]]}],"e":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-119.725,334.334]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":180,"s":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-119.725,334.334]]}],"e":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-119.725,334.334]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":320,"s":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-119.725,334.334]]}],"e":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-94.744,276.909],[-93.336,341.966],[-119.725,334.334]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":327,"s":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-94.744,276.909],[-93.336,341.966],[-119.725,334.334]]}],"e":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-94.744,276.909],[-93.336,341.966],[-119.725,334.334]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":328,"s":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-94.744,276.909],[-93.336,341.966],[-119.725,334.334]]}],"e":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-114.539,359.89]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":338,"s":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-114.539,359.89]]}],"e":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-114.539,359.89]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":345,"s":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-114.539,359.89]]}],"e":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-94.744,276.909],[-93.336,341.966],[-119.725,334.334]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":349,"s":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-94.744,276.909],[-93.336,341.966],[-119.725,334.334]]}],"e":[{"i":[[0,0],[2.921,-10.677],[0,0],[3.901,1.373]],"o":[[0,0],[-3.698,13.52],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-76.506,279.626],[-93.336,341.966],[-119.725,334.334]]}]},{"t":353}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"w":{"k":24},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[2,2]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Shape 1"}],"bounds":{"l":-130,"t":200,"b":397,"r":-17},"ip":0,"op":392,"st":0},{"ddd":0,"ind":7,"ty":4,"nm":"pierna1","parent":3,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":180,"s":[-22],"e":[-22]},{"t":320}]},"p":{"k":[-36,36,0]},"a":{"k":[-54,200,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":35,"s":[{"i":[[0,0],[0.557,-14.911],[0,0],[0.492,-6.629]],"o":[[0,0],[-0.552,14.762],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-38.513,351.227],[-31.492,382.129]]}],"e":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-131.038,332.202]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":44,"s":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-131.038,332.202]]}],"e":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-100.81,263.421],[-100.691,342.284],[-131.038,332.202]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":49.895,"s":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-100.81,263.421],[-100.691,342.284],[-131.038,332.202]]}],"e":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-131.038,332.202]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":58.315,"s":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-131.038,332.202]]}],"e":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-131.038,332.202]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":90,"s":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-131.038,332.202]]}],"e":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-91.538,267.167],[-100.691,342.284],[-131.038,332.202]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":95,"s":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-91.538,267.167],[-100.691,342.284],[-131.038,332.202]]}],"e":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-131.038,332.202]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":98,"s":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-131.038,332.202]]}],"e":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-131.038,332.202]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":180,"s":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-131.038,332.202]]}],"e":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-131.038,332.202]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":320,"s":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-131.038,332.202]]}],"e":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-94.891,270.126],[-100.691,342.284],[-131.038,332.202]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":327,"s":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-94.891,270.126],[-100.691,342.284],[-131.038,332.202]]}],"e":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-94.891,270.126],[-100.691,342.284],[-131.038,332.202]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":328,"s":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-94.891,270.126],[-100.691,342.284],[-131.038,332.202]]}],"e":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-115.922,364.195]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":338,"s":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-115.922,364.195]]}],"e":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-115.922,364.195]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":345,"s":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-115.922,364.195]]}],"e":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-94.891,270.126],[-100.691,342.284],[-131.038,332.202]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":349,"s":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-94.891,270.126],[-100.691,342.284],[-131.038,332.202]]}],"e":[{"i":[[0,0],[5.564,-13.846],[0,0],[-0.08,1.003]],"o":[[0,0],[-7.851,19.538],[0,0],[-0.258,0.121]],"v":[[-48,210.5],[-78.557,272.411],[-100.691,342.284],[-131.038,332.202]]}]},{"t":353}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"w":{"k":24},"lc":2,"lj":2,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[2,2]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Shape 1"}],"bounds":{"l":-142,"t":200,"b":397,"r":-17},"ip":0,"op":392,"st":0},{"ddd":0,"ind":8,"ty":4,"nm":"soga2","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0.192]},"n":["0p833_1_0p167_0p192"],"t":195,"s":[0],"e":[4]},{"i":{"x":[0.833],"y":[0.771]},"o":{"x":[0.167],"y":[0]},"n":["0p833_0p771_0p167_0"],"t":207,"s":[4],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[-0.333]},"n":["0p833_1_0p167_-0p333"],"t":218,"s":[0],"e":[4]},{"i":{"x":[0.833],"y":[0.646]},"o":{"x":[0.167],"y":[0]},"n":["0p833_0p646_0p167_0"],"t":234,"s":[4],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[-0.479]},"n":["0p833_1_0p167_-0p479"],"t":251,"s":[0],"e":[4]},{"i":{"x":[0.833],"y":[0.521]},"o":{"x":[0.167],"y":[0]},"n":["0p833_0p521_0p167_0"],"t":274,"s":[4],"e":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[-0.604]},"n":["0p833_1_0p167_-0p604"],"t":297,"s":[0],"e":[4]},{"i":{"x":[0.833],"y":[0.396]},"o":{"x":[0.167],"y":[0]},"n":["0p833_0p396_0p167_0"],"t":326,"s":[4],"e":[0]},{"t":355}]},"p":{"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":339,"s":[349,-9.5,0],"e":[349,1020.5,0],"to":[0,171.66667175293,0],"ti":[0,-171.66667175293,0]},{"t":359}]},"a":{"k":[4,-470,0]},"s":{"k":[{"i":{"x":[0.71,0.667,0.667],"y":[2.818,0.683,0.667]},"o":{"x":[0.327,0.333,0.333],"y":[0,0,0.333]},"n":["0p71_2p818_0p327_0","0p667_0p683_0p333_0","0p667_0p667_0p333_0p333"],"t":178,"s":[100,100,100],"e":[100,103.032,100]},{"i":{"x":[0.684,0.667,0.667],"y":[0.571,1,0.667]},"o":{"x":[0.35,0.333,0.333],"y":[0.244,0.037,0.333]},"n":["0p684_0p571_0p35_0p244","0p667_1_0p333_0p037","0p667_0p667_0p333_0p333"],"t":187,"s":[100,103.032,100],"e":[100,105.926,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,-0.011,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_1_0p333_-0p011","0p667_0p667_0p333_0p333"],"t":188,"s":[100,105.926,100],"e":[100,100,100]},{"t":195}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.907},"o":{"x":0.167,"y":0.093},"n":"0p833_0p907_0p167_0p093","t":178,"s":[{"i":[[-66,-112],[-2.006,-3.838]],"o":[[30.057,51.005],[0.404,-27.052]],"v":[[27.056,-684.284],[-128.296,-591.5]]}],"e":[{"i":[[-66,-112],[51.478,27.937]],"o":[[30.161,51.182],[-47.833,-97.428]],"v":[[28.059,-572.924],[-107.292,-348.374]]}]},{"i":{"x":0.833,"y":0.907},"o":{"x":0.167,"y":0.093},"n":"0p833_0p907_0p167_0p093","t":181.6,"s":[{"i":[[-66,-112],[51.478,27.937]],"o":[[30.161,51.182],[-47.833,-97.428]],"v":[[28.059,-572.924],[-107.292,-348.374]]}],"e":[{"i":[[-66,-112],[49.042,10.909]],"o":[[30.192,51.235],[-19.237,-36.215]],"v":[[28.361,-539.406],[-73.543,-206.356]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.093},"n":"0p667_1_0p167_0p093","t":185.2,"s":[{"i":[[-66,-112],[49.042,10.909]],"o":[[30.192,51.235],[-19.237,-36.215]],"v":[[28.361,-539.406],[-73.543,-206.356]]}],"e":[{"i":[[-66,-112],[-24.911,-56.32]],"o":[[30.258,51.347],[41.26,93.283]],"v":[[31.287,-883.879],[45.12,-247.626]]}]},{"t":196}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[255,228,100,255]},"o":{"k":100},"w":{"k":12},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-2,-468]},"a":{"k":[38,-468]},"s":{"k":[100,100]},"r":{"k":-0.315},"o":{"k":100}}],"nm":"Shape 1"}],"bounds":{"l":-175,"t":-901,"b":-199,"r":22},"ip":178,"op":392,"st":178},{"ddd":0,"ind":9,"ty":4,"nm":"soga1","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0.192]},"n":["0p833_1_0p167_0p192"],"t":17,"s":[0],"e":[4]},{"i":{"x":[0.833],"y":[0.771]},"o":{"x":[0.167],"y":[0]},"n":["0p833_0p771_0p167_0"],"t":29,"s":[4],"e":[0]},{"t":40}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":43,"s":[349,-9.5,0],"e":[349,-669.5,0],"to":[0,-110,0],"ti":[0,110,0]},{"t":48}]},"a":{"k":[4,-470,0]},"s":{"k":[{"i":{"x":[0.71,0.667,0.667],"y":[2.818,0.683,0.667]},"o":{"x":[0.327,0.333,0.333],"y":[0,0,0.333]},"n":["0p71_2p818_0p327_0","0p667_0p683_0p333_0","0p667_0p667_0p333_0p333"],"t":0,"s":[100,100,100],"e":[100,103.032,100]},{"i":{"x":[0.684,0.667,0.667],"y":[0.571,1,0.667]},"o":{"x":[0.35,0.333,0.333],"y":[0.244,0.037,0.333]},"n":["0p684_0p571_0p35_0p244","0p667_1_0p333_0p037","0p667_0p667_0p333_0p333"],"t":9,"s":[100,103.032,100],"e":[100,105.926,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,-0.011,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_1_0p333_-0p011","0p667_0p667_0p333_0p333"],"t":10,"s":[100,105.926,100],"e":[100,100,100]},{"t":17}]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[-66,-112],[-2.006,-3.838]],"o":[[30.057,51.005],[0.404,-27.052]],"v":[[27.056,-684.284],[-128.296,-591.5]]}],"e":[{"i":[[-66,-112],[51.478,27.937]],"o":[[30.161,51.182],[-47.833,-97.428]],"v":[[28.059,-572.924],[-107.292,-348.374]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[-66,-112],[51.478,27.937]],"o":[[30.161,51.182],[-47.833,-97.428]],"v":[[28.059,-572.924],[-107.292,-348.374]]}],"e":[{"i":[[-66,-112],[49.042,10.909]],"o":[[30.192,51.235],[-19.237,-36.215]],"v":[[28.361,-539.406],[-73.543,-206.356]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":4,"s":[{"i":[[-66,-112],[49.042,10.909]],"o":[[30.192,51.235],[-19.237,-36.215]],"v":[[28.361,-539.406],[-73.543,-206.356]]}],"e":[{"i":[[-66,-112],[-24.911,-56.32]],"o":[[30.258,51.347],[41.26,93.283]],"v":[[29,-468.5],[42.834,167.753]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":10,"s":[{"i":[[-66,-112],[-24.911,-56.32]],"o":[[30.258,51.347],[41.26,93.283]],"v":[[29,-468.5],[42.834,167.753]]}],"e":[{"i":[[-66,-112],[25.688,-48.885]],"o":[[30.051,50.995],[-47.447,90.293]],"v":[[29,-468.5],[30.901,155.478]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":17,"s":[{"i":[[-66,-112],[25.688,-48.885]],"o":[[30.051,50.995],[-47.447,90.293]],"v":[[29,-468.5],[30.901,155.478]]}],"e":[{"i":[[-6.865,-129.819],[-5.015,-61.4]],"o":[[3.001,56.753],[6.182,104.767]],"v":[[29,-468.5],[61.711,168.533]]}]},{"t":26}]},"nm":"Path 1"},{"ty":"st","fillEnabled":true,"c":{"k":[255,228,100,255]},"o":{"k":100},"w":{"k":12},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1"},{"ty":"tr","p":{"k":[-2,-468]},"a":{"k":[38,-468]},"s":{"k":[100,100]},"r":{"k":-0.315},"o":{"k":100}}],"nm":"Shape 1"}],"bounds":{"l":-175,"t":-727,"b":184,"r":32},"ip":0,"op":392,"st":0},{"ddd":0,"ind":10,"ty":4,"nm":"cinturon Outlines","parent":27,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52.421,"s":[154.614,381.64,0],"e":[148.614,381.64,0],"to":[-1,0,0],"ti":[1,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56.632,"s":[148.614,381.64,0],"e":[148.614,381.64,0],"to":[0,0,0],"ti":[0,0,0]},{"t":203}]},"a":{"k":[135.816,27.219,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[4.458,8.019],[0.102,0.508],[3.178,-0.133],[9.962,-2.038],[4.699,-0.091],[6.772,-0.032],[0.677,2.124],[-2.913,6.244],[0.065,0.573],[0.251,0.011],[0.084,-0.093],[-2.252,-8.338],[-7.826,0],[-7.885,0.457]],"o":[[-0.292,-0.526],[-3.07,0.221],[13.784,3.005],[-4.635,0.948],[-6.77,0.131],[-2.291,0.01],[-2.119,-6.64],[-0.095,-0.563],[-0.251,-0.011],[-0.076,0.095],[-5.833,6.396],[7.184,0.206],[8.919,0],[2.335,-8.201]],"v":[[24.428,-12.627],[23.844,-14.182],[14.462,-13.655],[16.284,10.388],[2.053,10.882],[-18.254,11.35],[-23.076,7.679],[-21.827,-12.163],[-22.06,-13.868],[-22.82,-13.898],[-23.052,-13.615],[-24.426,13.862],[-1.922,14.182],[23.272,13.47]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[181,181,180,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[151.502,36.84]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-4.833,5.006],[1.889,7.582],[34.937,-5.227],[-7.975,2.094],[0,0],[2.817,-4.753],[16.837,-2.105],[1,1.5],[-0.227,1.042],[1.21,-0.129],[2.468,-9.213]],"o":[[-0.976,-9.147],[-8.65,4.552],[0.229,0.429],[3.165,-0.831],[0.704,4.996],[-3.149,5.313],[-8,1],[-2.819,-4.229],[-1.189,0.14],[3.754,8.906],[54.014,-4.622]],"v":[[43.011,0.704],[38.654,-24.579],[-29.598,-4.914],[0.877,-7.783],[36.877,-18.283],[37.86,0.24],[-18.123,17.217],[-35.623,17.217],[-38.985,-3.654],[-42.58,-3.249],[-43.011,24.579]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[181,181,180,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[228.371,24.973]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[26.523,6.306],[3.97,6.178],[-1.151,7.37],[-0.038,0.157],[1.094,0.417],[0.322,-6.619],[-70.153,-3.009],[0.09,4.544]],"o":[[-6.778,-1.612],[-4.227,-6.578],[0.026,-0.169],[-1.23,-0.443],[-1.302,4.488],[9.167,2.953],[-0.964,-4.231],[-1.201,17.219]],"v":[[-29.223,8.969],[-49.223,-1.031],[-50.044,-25.192],[-49.944,-25.676],[-53.436,-26.969],[-58.22,5.169],[58.22,23.114],[56.478,9.751]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[181,181,180,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[58.469,27.219]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-0.069,0.392],[20.132,6.372],[0.081,-2.018],[-4.347,1.326]],"o":[[-41.001,-3.228],[-0.252,1.618],[33.803,7.328],[0.049,-0.398]],"v":[[46.578,7.281],[-45.964,-9.792],[-46.578,-4.19],[46.399,8.466]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[181,181,180,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[64.022,14.551]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 4"}],"bounds":{"l":0,"t":0,"b":52,"r":272},"ip":0,"op":392,"st":0},{"ddd":0,"ind":11,"ty":4,"nm":"sombra2 Outlines","parent":27,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56.632,"s":[226.199,246.234,0],"e":[226.199,246.234,0],"to":[0,0,0],"ti":[0,0,0]},{"t":203}]},"a":{"k":[67.207,242.402,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[11.581,37.177],[7.499,22.499],[-14.999,47.998],[111.021,5.799],[-21.635,-29.988],[1.671,-20.697],[4.63,-12.66],[6.476,-13.375],[0,-7.762],[-7.046,-10.276],[-4.879,-13.197],[-2.096,-15.063],[5.352,-25.547],[11.103,-14.442],[-1.791,2.641]],"o":[[-11.463,-36.799],[-8.527,-25.58],[15.435,-49.389],[34.592,12.743],[11.975,16.597],[-1.09,13.497],[-5.106,13.961],[-3.427,7.08],[0,12.5],[7.933,11.572],[5.269,14.255],[3.624,26.035],[-3.629,17.319],[7.561,-1.883],[29.499,-43.499]],"v":[[55.26,85.7],[13.845,-13.113],[48.343,-91.109],[-66.957,-242.152],[21.136,-180.517],[38.974,-122.972],[29.083,-83.669],[8.727,-43.706],[-7.773,-10.706],[18.382,33.065],[38.028,69.576],[49.306,113.537],[44.09,191.066],[22.97,242.152],[37.458,235.373]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[228,229,225,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[67.207,242.402]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":485,"r":130},"ip":0,"op":392,"st":0},{"ddd":0,"ind":12,"ty":4,"nm":"sombra1 Outlines","parent":27,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52.421,"s":[53.95,252.823,0],"e":[45.95,252.823,0],"to":[-1.33333337306976,0,0],"ti":[1.33333337306976,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56.632,"s":[45.95,252.823,0],"e":[45.95,252.823,0],"to":[0,0,0],"ti":[0,0,0]},{"t":203}]},"a":{"k":[43.227,239.454,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[7.54,7.922],[2.986,8.339],[0.489,12.039],[-10.286,25.557],[-2.708,6.188],[-0.303,0.908],[3.837,23.364],[5.189,-35.029],[-20.452,-33.608],[-29.116,-2.506],[4.179,1.251]],"o":[[-6.143,-6.454],[-4.047,-11.306],[-1.131,-27.837],[2.523,-6.269],[-0.148,-0.737],[7.694,-23.107],[-7.57,34.982],[-5.548,37.452],[3.686,6.057],[-4.266,-1.02],[-10.283,-3.078]],"v":[[-2.251,107.236],[-15.458,84.581],[-22.895,49.483],[-5.434,-31.254],[2.443,-49.926],[2.639,-52.4],[6.436,-124.928],[-36.413,-14.484],[-16.217,113.112],[41.96,124.928],[26.044,122.628]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[228,229,225,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[44.243,353.729]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-6.857,-9.273],[-4.454,46.763],[-28.129,22.408],[-15.079,-39.2]],"o":[[-0.273,-6.831],[4,-42],[-65.14,28.707],[10.583,27.511]],"v":[[12.412,103.204],[-15.338,-4.796],[41.791,-103.204],[-26.712,44.802]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[228,229,225,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[42.041,103.454]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 2"}],"bounds":{"l":5,"t":0,"b":479,"r":87},"ip":0,"op":392,"st":0},{"ddd":0,"ind":13,"ty":4,"nm":"nariz Outlines","parent":27,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52.421,"s":[171.093,181.694,0],"e":[155.093,181.694,0],"to":[-2.66666674613953,0,0],"ti":[2.66666674613953,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56.632,"s":[155.093,181.694,0],"e":[155.093,181.694,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":203,"s":[155.093,181.694,0],"e":[155.093,165.694,0],"to":[0,-2.66666674613953,0],"ti":[0,2.66666674613953,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":209,"s":[155.093,165.694,0],"e":[155.093,165.694,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.762},"o":{"x":0.333,"y":0},"n":"0p833_0p762_0p333_0","t":245,"s":[155.093,165.694,0],"e":[155.093,181.694,0],"to":[0,2.66666674613953,0],"ti":[0,-2.66666674613953,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":251,"s":[155.093,181.694,0],"e":[155.093,181.694,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":300,"s":[155.093,181.694,0],"e":[155.093,165.694,0],"to":[0,-2.66666674613953,0],"ti":[0,2.66666674613953,0]},{"t":306}]},"a":{"k":[12.25,20.917,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-5.333,-20.667],[-12,20.667],[12,20.084],[8.397,0.917],[4.667,-18.92]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[228,229,225,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[12.25,20.917]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":42,"r":25},"ip":0,"op":392,"st":0},{"ddd":0,"ind":15,"ty":4,"nm":"boca 2 Outlines","parent":27,"ks":{"o":{"k":100},"r":{"k":180},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52.421,"s":[171.791,213.118,0],"e":[155.791,213.118,0],"to":[-2.66666674613953,0,0],"ti":[2.66666674613953,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56.632,"s":[155.791,213.118,0],"e":[155.791,213.118,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":203,"s":[155.791,213.118,0],"e":[155.791,196.618,0],"to":[0,-2.75,0],"ti":[0,2.75,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":209,"s":[155.791,196.618,0],"e":[155.791,196.618,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.77},"o":{"x":0.333,"y":0},"n":"0p833_0p77_0p333_0","t":245,"s":[155.791,196.618,0],"e":[155.791,213.118,0],"to":[0,2.75,0],"ti":[0,-2.75,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":251,"s":[155.791,213.118,0],"e":[155.791,213.118,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":300,"s":[155.791,213.118,0],"e":[155.791,196.618,0],"to":[0,-2.75,0],"ti":[0,2.75,0]},{"t":306}]},"a":{"k":[9.584,2.955,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-1.821,-0.618],[-4.666,1.712],[1.82,-0.668],[4.255,1.445]],"o":[[4.712,1.6],[1.8,-0.66],[-4.209,1.544],[-1.838,-0.624]],"v":[[-7.513,1.105],[7.534,0.855],[6.737,-2.037],[-6.716,-1.787]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[188,188,166,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[9.584,2.956]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":1,"t":0,"b":6,"r":19},"ip":170,"op":392,"st":0},{"ddd":0,"ind":16,"ty":4,"nm":"boca Outlines","parent":27,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52.421,"s":[171.791,213.118,0],"e":[155.791,213.118,0],"to":[-2.66666674613953,0,0],"ti":[2.66666674613953,0,0]},{"t":56.6318359375}]},"a":{"k":[9.584,2.955,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-1.821,-0.618],[-4.666,1.712],[1.82,-0.668],[4.255,1.445]],"o":[[4.712,1.6],[1.8,-0.66],[-4.209,1.544],[-1.838,-0.624]],"v":[[-7.513,1.105],[7.534,0.855],[6.737,-2.037],[-6.716,-1.787]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[188,188,166,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[9.584,2.956]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":1,"t":0,"b":6,"r":19},"ip":0,"op":169,"st":0},{"ddd":0,"ind":17,"ty":4,"nm":"lineas Outlines","parent":27,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52.421,"s":[167.676,176.027,0],"e":[159.676,176.027,0],"to":[-1.33333337306976,0,0],"ti":[1.33333337306976,0,0]},{"t":56.6318359375}]},"a":{"k":[56.5,168.25,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[-0.178,-0.379],[-0.277,-0.737],[-0.329,-1.044],[-0.315,-1.306],[-0.269,-1.515],[-0.209,-1.663],[-0.137,-1.754],[-0.089,-1.784],[-0.015,-1.759],[0.072,-1.675],[0.153,-1.532],[0.238,-1.328],[0.281,-1.064],[0.299,-0.734],[0.229,-0.353],[0,0],[-0.163,0.383],[-0.145,0.749],[-0.097,1.063],[-0.047,1.316],[-0.022,1.508],[0.012,1.648],[0.04,1.73],[0.095,1.756],[0.101,1.727],[0.102,1.645],[0.14,1.505],[0.125,1.314],[0.143,1.065],[0.138,0.755],[0.087,0.409]],"o":[[0,0],[0.179,0.378],[0.299,0.733],[0.334,1.041],[0.325,1.304],[0.288,1.51],[0.214,1.663],[0.138,1.753],[0.069,1.785],[0.018,1.759],[-0.059,1.676],[-0.153,1.533],[-0.215,1.33],[-0.273,1.065],[-0.3,0.738],[-0.257,0.334],[0,0],[0.137,-0.391],[0.136,-0.754],[0.083,-1.065],[0.046,-1.315],[-0.011,-1.509],[-0.038,-1.647],[-0.047,-1.729],[-0.053,-1.757],[-0.107,-1.728],[-0.135,-1.642],[-0.143,-1.505],[-0.151,-1.311],[-0.155,-1.062],[-0.128,-0.761],[-0.078,-0.411]],"v":[[-2.857,-28],[-2.584,-27.419],[-1.855,-25.754],[-0.903,-23.085],[0.097,-19.553],[1.022,-15.314],[1.797,-10.542],[2.377,-5.407],[2.733,-0.088],[2.839,5.243],[2.702,10.409],[2.331,15.235],[1.735,19.541],[0.955,23.146],[0.059,25.856],[-0.797,27.487],[-1.19,28],[-0.941,27.413],[-0.514,25.687],[-0.175,22.945],[0.021,19.362],[0.095,15.111],[0.06,10.362],[-0.058,5.283],[-0.262,0.041],[-0.509,-5.199],[-0.824,-10.271],[-1.189,-15.011],[-1.591,-19.252],[-2.017,-22.833],[-2.425,-25.589],[-2.737,-27.369]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[228,229,225,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[65.107,308.25]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[-0.768,-1.855],[-0.504,-1.302],[-0.286,-0.728],[-0.272,-0.819],[-0.564,-1.903],[-0.496,-2.102],[-0.252,-1.082],[-0.127,-0.548],[-0.098,-0.558],[-0.374,-2.274],[-0.111,-1.143],[-0.108,-1.13],[-0.082,-1.109],[-0.034,-1.08],[-0.013,-1.978],[0.13,-1.723],[0.286,-1.385],[0.179,-0.989],[0,0],[-0.023,2.004],[-0.049,1.385],[0.037,1.704],[0.031,1.946],[0.131,2.119],[0.122,1.086],[0.117,1.11],[0.123,1.123],[0.206,1.116],[0.328,2.208],[0.365,2.098],[0.468,1.887],[0.341,1.674],[0.343,1.354],[0.226,0.977]],"o":[[0,0],[0.38,0.929],[0.256,0.649],[0.28,0.732],[0.526,1.644],[0.62,1.892],[0.245,1.052],[0.126,0.542],[0.119,0.549],[0.368,2.239],[0.199,1.135],[0.109,1.143],[0.113,1.13],[0.072,1.109],[0.06,2.162],[-0.099,1.983],[-0.128,1.723],[-0.224,1.389],[-0.367,1.978],[0,0],[0.017,-1.002],[0.09,-1.381],[-0.061,-1.706],[-0.162,-1.946],[-0.083,-1.06],[-0.143,-1.086],[-0.122,-1.109],[-0.126,-1.121],[-0.334,-2.243],[-0.306,-2.213],[-0.419,-2.084],[-0.431,-1.899],[-0.321,-1.675],[-0.34,-1.354],[-0.442,-1.959]],"v":[[-5.551,-36],[-4.317,-33.094],[-2.963,-29.738],[-2.149,-27.669],[-1.376,-25.32],[0.285,-19.988],[1.841,-13.96],[2.586,-10.757],[2.966,-9.123],[3.254,-7.455],[4.369,-0.668],[4.762,2.762],[5.087,6.174],[5.379,9.534],[5.475,12.827],[5.551,19.058],[5.179,24.636],[4.681,29.322],[4.053,32.904],[3.449,36],[3.459,32.839],[3.536,29.239],[3.458,24.582],[3.311,19.088],[2.837,12.973],[2.594,9.748],[2.203,6.453],[1.834,3.104],[1.399,-0.262],[0.404,-6.957],[-0.738,-13.417],[-1.879,-19.447],[-3.019,-24.829],[-4.051,-29.392],[-4.882,-32.914]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[228,229,225,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[49.801,36.25]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[1.538,7.677],[29.495,3.814],[-31.333,-2],[-20.77,5.833]],"o":[[-25.462,12.677],[8.322,3.066],[19.959,1.273],[2,-5]],"v":[[53.75,-9.417],[-56.25,-5.583],[-0.25,7.751],[54.25,3.583]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[228,229,225,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[56.5,234.833]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 3"}],"bounds":{"l":0,"t":0,"b":337,"r":112},"ip":0,"op":392,"st":0},{"ddd":0,"ind":18,"ty":4,"nm":"ceja2 Outlines","parent":25,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":98,"s":[0],"e":[21]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[21],"e":[21]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":169,"s":[21],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":172,"s":[4],"e":[4]},{"t":203}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":54.947,"s":[36.186,48.205,0],"e":[31.186,38.205,0],"to":[-0.83333331346512,-1.66666662693024,0],"ti":[0.83333331346512,1.66666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":58.315,"s":[31.186,38.205,0],"e":[31.186,38.205,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":98,"s":[31.186,38.205,0],"e":[43.686,45.205,0],"to":[2.08333325386047,1.16666662693024,0],"ti":[-2.08333325386047,-1.16666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":100,"s":[43.686,45.205,0],"e":[43.686,45.205,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":169,"s":[43.686,45.205,0],"e":[42.186,55.205,0],"to":[-0.25,1.66666662693024,0],"ti":[0.25,-1.66666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":172,"s":[42.186,55.205,0],"e":[42.186,55.205,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":203,"s":[42.186,55.205,0],"e":[37.186,36.205,0],"to":[-0.83333331346512,-3.16666674613953,0],"ti":[0.83333331346512,3.16666674613953,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":209,"s":[37.186,36.205,0],"e":[37.186,36.205,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":245,"s":[37.186,36.205,0],"e":[37.186,40.205,0],"to":[0,0.66666668653488,0],"ti":[0,-0.66666668653488,0]},{"t":252}]},"a":{"k":[10.864,3.231,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-1.926,0.183],[-5.777,1.019],[1.892,-0.334],[5.577,-0.529]],"o":[[5.843,-0.554],[1.903,-0.335],[-5.513,0.971],[-1.909,0.181]],"v":[[-8.688,2.798],[8.711,0.245],[7.913,-2.648],[-8.688,-0.202]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[45,45,40,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[10.864,3.232]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":7,"r":21},"ip":0,"op":392,"st":0},{"ddd":0,"ind":19,"ty":4,"nm":"ceja1 Outlines","parent":25,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":98,"s":[0],"e":[-23]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[-23],"e":[-23]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":169,"s":[-23],"e":[-3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":172,"s":[-3],"e":[-3]},{"t":203}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":54.947,"s":[157.81,49.205,0],"e":[156.31,56.205,0],"to":[-0.25,1.16666662693024,0],"ti":[0.25,-1.16666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":58.315,"s":[156.31,56.205,0],"e":[156.31,56.205,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":98,"s":[156.31,56.205,0],"e":[147.31,44.705,0],"to":[-1.5,-1.91666662693024,0],"ti":[1.5,1.91666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":100,"s":[147.31,44.705,0],"e":[147.31,44.705,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":169,"s":[147.31,44.705,0],"e":[150.31,53.205,0],"to":[0.5,1.41666662693024,0],"ti":[-0.5,-1.41666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":172,"s":[150.31,53.205,0],"e":[150.31,53.205,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":203,"s":[150.31,53.205,0],"e":[153.31,34.705,0],"to":[0.5,-3.08333325386047,0],"ti":[-0.5,3.08333325386047,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":209,"s":[153.31,34.705,0],"e":[153.31,34.705,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":245,"s":[153.31,34.705,0],"e":[153.31,38.705,0],"to":[0,0.66666668653488,0],"ti":[0,-0.66666668653488,0]},{"t":252}]},"a":{"k":[10.864,3.231,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[1.909,0.181],[5.513,0.971],[-1.903,-0.335],[-5.843,-0.554]],"o":[[-5.577,-0.529],[-1.892,-0.334],[5.777,1.019],[1.926,0.183]],"v":[[8.688,-0.202],[-7.913,-2.648],[-8.711,0.245],[8.688,2.798]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[45,45,40,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[10.864,3.232]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":1,"t":0,"b":7,"r":21},"ip":0,"op":392,"st":0},{"ddd":0,"ind":20,"ty":4,"nm":"ppdos 5 Outlines","parent":25,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":350,"s":[98.363,52.265,0],"e":[98.363,53.265,0],"to":[0,0.16666667163372,0],"ti":[0,1.16666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":351,"s":[98.363,53.265,0],"e":[98.363,45.265,0],"to":[0,-1.16666662693024,0],"ti":[0,1.08333337306976,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":353,"s":[98.363,45.265,0],"e":[98.363,46.765,0],"to":[0,-1.08333337306976,0],"ti":[0,-0.25,0]},{"t":354}]},"a":{"k":[70.798,11.321,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[14,2.667]],"o":[[-13.333,3.333],[0,0]],"v":[[18.417,-1.667],[-18.417,-1.167]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[45,45,40,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[119.516,20.726]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[-14,2.667]],"o":[[13.333,3.333],[0,0]],"v":[[-18.417,-2],[18.417,-0.667]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[45,45,40,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[21.515,20.226]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[-7.597,2.757],[-4.408,0.408],[-3.243,-2.494],[2.285,-4.019],[2.034,0.148],[3.471,0.067],[6.927,-0.841]],"o":[[-3.754,-7.91],[4.248,-1.542],[4.195,-0.389],[3.189,2.454],[-1.197,2.108],[-3.464,-0.251],[-6.962,-0.136],[0,0]],"v":[[-18.246,9.821],[-9.816,-7.281],[3.449,-9.432],[15.595,-5.19],[19.715,7.596],[13.923,9.05],[3.492,8.834],[-17.413,9.39]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 2"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[119.345,10.072]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-3.472,0.067],[7.597,2.757],[4.408,0.408],[3.243,-2.494],[-2.285,-4.019],[-2.034,0.148]],"o":[[3.754,-7.91],[-4.248,-1.542],[-4.195,-0.389],[-3.189,2.454],[1.197,2.108],[3.464,-0.251]],"v":[[18.246,9.788],[9.816,-7.314],[-3.449,-9.466],[-15.595,-5.223],[-19.715,7.563],[-13.923,9.017]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[22.25,10.105]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 4"}],"bounds":{"l":1,"t":0,"b":22,"r":140},"ip":350,"op":354,"st":134},{"ddd":0,"ind":21,"ty":4,"nm":"ppdos 4 Outlines","parent":25,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":300,"s":[98.363,52.265,0],"e":[98.363,53.265,0],"to":[0,0.16666667163372,0],"ti":[0,1.16666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":301,"s":[98.363,53.265,0],"e":[98.363,45.265,0],"to":[0,-1.16666662693024,0],"ti":[0,1.08333337306976,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":303,"s":[98.363,45.265,0],"e":[98.363,46.765,0],"to":[0,-1.08333337306976,0],"ti":[0,-0.25,0]},{"t":304}]},"a":{"k":[70.798,11.321,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[14,2.667]],"o":[[-13.333,3.333],[0,0]],"v":[[18.417,-1.667],[-18.417,-1.167]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[45,45,40,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[119.516,20.726]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[-14,2.667]],"o":[[13.333,3.333],[0,0]],"v":[[-18.417,-2],[18.417,-0.667]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[45,45,40,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[21.515,20.226]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[-7.597,2.757],[-4.408,0.408],[-3.243,-2.494],[2.285,-4.019],[2.034,0.148],[3.471,0.067],[6.927,-0.841]],"o":[[-3.754,-7.91],[4.248,-1.542],[4.195,-0.389],[3.189,2.454],[-1.197,2.108],[-3.464,-0.251],[-6.962,-0.136],[0,0]],"v":[[-18.246,9.821],[-9.816,-7.281],[3.449,-9.432],[15.595,-5.19],[19.715,7.596],[13.923,9.05],[3.492,8.834],[-17.413,9.39]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 2"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[119.345,10.072]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-3.472,0.067],[7.597,2.757],[4.408,0.408],[3.243,-2.494],[-2.285,-4.019],[-2.034,0.148]],"o":[[3.754,-7.91],[-4.248,-1.542],[-4.195,-0.389],[-3.189,2.454],[1.197,2.108],[3.464,-0.251]],"v":[[18.246,9.788],[9.816,-7.314],[-3.449,-9.466],[-15.595,-5.223],[-19.715,7.563],[-13.923,9.017]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[22.25,10.105]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 4"}],"bounds":{"l":1,"t":0,"b":22,"r":140},"ip":300,"op":304,"st":84},{"ddd":0,"ind":22,"ty":4,"nm":"ppdos 3 Outlines","parent":25,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":245,"s":[98.363,52.265,0],"e":[98.363,53.265,0],"to":[0,0.16666667163372,0],"ti":[0,1.16666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":246,"s":[98.363,53.265,0],"e":[98.363,45.265,0],"to":[0,-1.16666662693024,0],"ti":[0,1.08333337306976,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":248,"s":[98.363,45.265,0],"e":[98.363,46.765,0],"to":[0,-1.08333337306976,0],"ti":[0,-0.25,0]},{"t":249}]},"a":{"k":[70.798,11.321,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[14,2.667]],"o":[[-13.333,3.333],[0,0]],"v":[[18.417,-1.667],[-18.417,-1.167]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[45,45,40,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[119.516,20.726]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[-14,2.667]],"o":[[13.333,3.333],[0,0]],"v":[[-18.417,-2],[18.417,-0.667]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[45,45,40,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[21.515,20.226]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[-7.597,2.757],[-4.408,0.408],[-3.243,-2.494],[2.285,-4.019],[2.034,0.148],[3.471,0.067],[6.927,-0.841]],"o":[[-3.754,-7.91],[4.248,-1.542],[4.195,-0.389],[3.189,2.454],[-1.197,2.108],[-3.464,-0.251],[-6.962,-0.136],[0,0]],"v":[[-18.246,9.821],[-9.816,-7.281],[3.449,-9.432],[15.595,-5.19],[19.715,7.596],[13.923,9.05],[3.492,8.834],[-17.413,9.39]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 2"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[119.345,10.072]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-3.472,0.067],[7.597,2.757],[4.408,0.408],[3.243,-2.494],[-2.285,-4.019],[-2.034,0.148]],"o":[[3.754,-7.91],[-4.248,-1.542],[-4.195,-0.389],[-3.189,2.454],[1.197,2.108],[3.464,-0.251]],"v":[[18.246,9.788],[9.816,-7.314],[-3.449,-9.466],[-15.595,-5.223],[-19.715,7.563],[-13.923,9.017]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[22.25,10.105]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 4"}],"bounds":{"l":1,"t":0,"b":22,"r":140},"ip":245,"op":249,"st":29},{"ddd":0,"ind":23,"ty":4,"nm":"ppdos Outlines","parent":25,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":53.544,"s":[98.363,53.265,0],"e":[98.363,67.265,0],"to":[0,2.33333325386047,0],"ti":[0,-2.33333325386047,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":54.947,"s":[98.363,67.265,0],"e":[98.363,67.265,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56.913,"s":[98.363,67.265,0],"e":[98.363,59.265,0],"to":[0,-1.33333337306976,0],"ti":[0,1.33333337306976,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":58.315,"s":[98.363,59.265,0],"e":[98.363,59.265,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":98,"s":[98.363,59.265,0],"e":[98.363,49.265,0],"to":[0,-1.66666662693024,0],"ti":[0,1.66666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":100,"s":[98.363,49.265,0],"e":[98.363,49.265,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":129,"s":[98.363,49.265,0],"e":[98.363,67.265,0],"to":[0,3,0],"ti":[0,-1.66666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":130.403,"s":[98.363,67.265,0],"e":[98.363,59.265,0],"to":[0,1.66666662693024,0],"ti":[0,3,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":134,"s":[98.363,59.265,0],"e":[98.363,49.265,0],"to":[0,-3,0],"ti":[0,1.66666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":136,"s":[98.363,49.265,0],"e":[98.363,49.265,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":165,"s":[98.363,49.265,0],"e":[98.363,67.265,0],"to":[0,3,0],"ti":[0,-1.66666662693024,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":166.403,"s":[98.363,67.265,0],"e":[98.363,59.265,0],"to":[0,1.66666662693024,0],"ti":[0,2.16666674613953,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":170,"s":[98.363,59.265,0],"e":[98.363,54.265,0],"to":[0,-2.16666674613953,0],"ti":[0,0.83333331346512,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":172,"s":[98.363,54.265,0],"e":[98.363,54.265,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":198,"s":[98.363,54.265,0],"e":[98.363,67.265,0],"to":[0,2.16666674613953,0],"ti":[0,-0.83333331346512,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":199.403,"s":[98.363,67.265,0],"e":[98.363,59.265,0],"to":[0,0.83333331346512,0],"ti":[0,3.41666674613953,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":203,"s":[98.363,59.265,0],"e":[98.363,46.765,0],"to":[0,-3.41666674613953,0],"ti":[0,2.08333325386047,0]},{"t":205}]},"a":{"k":[70.798,11.321,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[14,2.667]],"o":[[-13.333,3.333],[0,0]],"v":[[18.417,-1.667],[-18.417,-1.167]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[45,45,40,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[119.516,20.726]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[-14,2.667]],"o":[[13.333,3.333],[0,0]],"v":[[-18.417,-2],[18.417,-0.667]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[45,45,40,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[21.515,20.226]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":false,"ks":{"k":{"i":[[0,0],[-7.597,2.757],[-4.408,0.408],[-3.243,-2.494],[2.285,-4.019],[2.034,0.148],[3.471,0.067],[6.927,-0.841]],"o":[[-3.754,-7.91],[4.248,-1.542],[4.195,-0.389],[3.189,2.454],[-1.197,2.108],[-3.464,-0.251],[-6.962,-0.136],[0,0]],"v":[[-18.246,9.821],[-9.816,-7.281],[3.449,-9.432],[15.595,-5.19],[19.715,7.596],[13.923,9.05],[3.492,8.834],[-17.413,9.39]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 2"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[119.345,10.072]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-3.472,0.067],[7.597,2.757],[4.408,0.408],[3.243,-2.494],[-2.285,-4.019],[-2.034,0.148]],"o":[[3.754,-7.91],[-4.248,-1.542],[-4.195,-0.389],[-3.189,2.454],[1.197,2.108],[3.464,-0.251]],"v":[[18.246,9.788],[9.816,-7.314],[-3.449,-9.466],[-15.595,-5.223],[-19.715,7.563],[-13.923,9.017]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[22.25,10.105]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 4"}],"bounds":{"l":1,"t":0,"b":22,"r":140},"ip":0,"op":208,"st":0},{"ddd":0,"ind":24,"ty":4,"nm":"ojos Outlines","parent":25,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":203,"s":[96.998,69.17,0],"e":[96.998,50.67,0],"to":[0,-3.08333325386047,0],"ti":[0,3.08333325386047,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":209,"s":[96.998,50.67,0],"e":[96.998,50.67,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":245,"s":[96.998,50.67,0],"e":[96.998,56.67,0],"to":[0,1,0],"ti":[0,-1,0]},{"t":251}]},"a":{"k":[54.75,7.583,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-4.05],[2.255,0],[0,4.05],[-2.255,0]],"o":[[0,4.05],[-2.255,0],[0,-4.05],[2.255,0]],"v":[[4.084,0],[0.001,7.333],[-4.084,0],[0.001,-7.333]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[45,45,40,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[105.166,7.583]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,-4.05],[2.347,0],[0,4.05],[-2.347,0]],"o":[[0,4.05],[-2.347,0],[0,-4.05],[2.347,0]],"v":[[4.25,0],[0,7.333],[-4.25,0],[0,-7.333]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[45,45,40,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[4.5,7.583]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 2"}],"bounds":{"l":0,"t":0,"b":15,"r":110},"ip":0,"op":392,"st":0},{"ddd":0,"ind":25,"ty":4,"nm":"cara Outlines","parent":27,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52.421,"s":[170.301,131.511,0],"e":[154.301,131.511,0],"to":[-2.66666674613953,0,0],"ti":[2.66666674613953,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56.632,"s":[154.301,131.511,0],"e":[154.301,131.511,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":203,"s":[154.301,131.511,0],"e":[154.301,113.011,0],"to":[0,-3.08333325386047,0],"ti":[0,3.08333325386047,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":209,"s":[154.301,113.011,0],"e":[154.301,113.011,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.795},"o":{"x":0.167,"y":0},"n":"0p833_0p795_0p167_0","t":245,"s":[154.301,113.011,0],"e":[154.301,131.511,0],"to":[0,3.08333325386047,0],"ti":[0,-3.08333325386047,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":251,"s":[154.301,131.511,0],"e":[154.301,131.511,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":300,"s":[154.301,131.511,0],"e":[154.301,113.011,0],"to":[0,-3.08333325386047,0],"ti":[0,3.08333325386047,0]},{"t":306}]},"a":{"k":[96.872,47.987,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[4.26,23.649],[27.288,-4.915],[7.148,-11.997],[-0.901,-1.213],[-21.667,-2.667],[0.859,-17.168],[11.413,-6.272],[14.407,3.502],[4.936,3.643],[0.478,-0.363],[-18.438,3.321]],"o":[[-4.259,-23.65],[-16.14,2.907],[0.997,1.131],[15.294,-12.521],[16.012,1.971],[-0.673,13.46],[-12.872,7.074],[-6.406,-1.558],[-0.455,0.399],[10.827,11.445],[27.289,-4.915]],"v":[[46.587,-8.899],[-10.535,-42.821],[-46.943,-18.628],[-46.943,-18.628],[10.684,-35.816],[41.024,-1.479],[21.017,31.517],[-22.983,37.517],[-42.02,28.833],[-42.02,28.833],[4.891,42.822]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[214,185,127,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[142.647,47.986]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[13.484,5.205],[5.549,11.207],[-22.328,-4.021],[-10.734,7.643]],"o":[[-9.166,-3.537],[2.948,18.724],[15.124,2.724],[-18.322,3.073]],"v":[[-8.854,7.057],[-41.135,-19.952],[0.688,19.028],[41.135,10.651]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[214,185,127,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[45.518,71.78]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 2"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-3.793,-5.121],[-0.311,0.291],[17.302,3.116],[7.033,-20.317],[-10.618,2.939],[-14.023,-8.9]],"o":[[0.303,-0.296],[-6.721,-13.26],[-25.017,-4.506],[7.104,-9.639],[15.537,-4.3],[5.266,3.341]],"v":[[45.805,14.068],[46.729,13.189],[8.884,-13.641],[-46.73,14.565],[-15.112,-3.503],[32.056,1.171]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[214,185,127,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[52.748,18.806]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 3"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[-4.26,-23.649],[-27.289,4.915],[4.261,23.65],[27.288,-4.915]],"o":[[4.26,23.649],[27.288,-4.915],[-4.259,-23.65],[-27.288,4.915]],"v":[[-49.409,8.899],[7.714,42.822],[49.409,-8.899],[-7.714,-42.821]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[139.825,47.987]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 4"},{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[4.26,-23.649],[27.289,4.915],[-4.261,23.65],[-27.288,-4.915]],"o":[[-4.26,23.649],[-27.288,-4.915],[4.259,-23.65],[27.288,4.915]],"v":[[49.41,8.899],[-7.714,42.822],[-49.409,-8.899],[7.714,-42.821]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[239,208,139,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[53.919,47.987]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 5"}],"bounds":{"l":3,"t":4,"b":92,"r":190},"ip":0,"op":392,"st":0},{"ddd":0,"ind":26,"ty":3,"nm":"Null 2","parent":3,"ks":{"o":{"k":0},"r":{"k":0},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":320,"s":[28,14,0],"e":[28,24,0],"to":[0,1.66666662693024,0],"ti":[0,-1.66666662693024,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":327,"s":[28,24,0],"e":[28,24,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":328,"s":[28,24,0],"e":[28,10,0],"to":[0,-2.33333325386047,0],"ti":[0,0.66666668653488,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":338,"s":[28,10,0],"e":[28,20,0],"to":[0,-0.66666668653488,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":349,"s":[28,20,0],"e":[28,10,0],"to":[0,0,0],"ti":[0,1.66666662693024,0]},{"t":352}]},"a":{"k":[47.458,43.75,0]},"s":{"k":[118,96,100]}},"ip":0,"op":392,"st":0},{"ddd":0,"ind":27,"ty":4,"nm":"cuerpo Outlines","parent":26,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":170,"s":[0],"e":[0]},{"t":185}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":44,"s":[47.855,-150.191,0],"e":[47.855,-127.274,0],"to":[0,3.81944441795349,0],"ti":[0,-3.81944441795349,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":48.211,"s":[47.855,-127.274,0],"e":[47.855,-127.274,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":51.579,"s":[47.855,-127.274,0],"e":[47.855,-152.274,0],"to":[0,-4.16666650772095,0],"ti":[0,3.81944441795349,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.38},"n":"0p667_1_0p167_0p38","t":56.632,"s":[47.855,-152.274,0],"e":[47.855,-150.191,0],"to":[0,-3.81944441795349,0],"ti":[0,-0.34722220897675,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":60,"s":[47.855,-150.191,0],"e":[47.855,-150.191,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":90,"s":[47.855,-150.191,0],"e":[47.855,-138.733,0],"to":[0,1.90972220897675,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":95,"s":[47.855,-138.733,0],"e":[47.855,-150.191,0],"to":[0,0,0],"ti":[0,1.90972220897675,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":99,"s":[47.855,-150.191,0],"e":[47.855,-150.191,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":170,"s":[47.855,-150.191,0],"e":[47.855,-150.191,0],"to":[0,0,0],"ti":[0,0,0]},{"t":185}]},"a":{"k":[143.895,251.344,0]},"s":{"k":[84.746,104.167,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,39.257],[17.501,45.498],[-110.998,-2.883],[15.67,-50.146],[-8.527,-25.58],[-11.463,-36.799],[29.499,-43.499],[11.804,19.397],[-5.548,37.452]],"o":[[0,-22.499],[-18.803,-48.88],[115.494,3],[-14.999,47.997],[7.5,22.499],[11.581,37.177],[-13.447,19.83],[-20.451,-33.609],[6,-40.498]],"v":[[-89.342,-21.722],[-124.842,-89.719],[0.654,-248.211],[123.648,-95.218],[89.149,-17.222],[130.564,81.591],[114.146,231.264],[-112.147,229.866],[-132.342,102.27]]}},"nm":"Path 1"},{"ty":"mm","mm":4,"nm":"Merge Paths 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[255,254,230,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[143.895,251.344]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":9,"t":3,"b":497,"r":283},"ip":0,"op":392,"st":0},{"ddd":0,"ind":28,"ty":1,"nm":"Medium Gray-Cyan Solid 1","ks":{"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":34,"s":[21],"e":[100]},{"t":49}]},"r":{"k":0},"p":{"k":[339,808.5,0]},"a":{"k":[327,796.5,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":32,"s":[69,69,100],"e":[53,53,100]},{"t":49}]}},"hasMask":true,"masksProperties":[{"cl":true,"inv":false,"mode":"a","pt":{"k":{"i":[[125.369,0],[0,-28.719],[-125.369,0],[0,28.719]],"o":[[-125.369,0],[0,28.719],[125.369,0],[0,-28.719]],"v":[[331,748],[104,800],[331,852],[558,800]]}},"o":{"k":100},"x":{"k":0},"nm":"Mask 1"}],"sw":690,"sh":913,"sc":"#5eac9d","ip":0,"op":392,"st":0},{"ddd":0,"ind":29,"ty":4,"nm":"Layer 1 Outlines","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[345,456.5,0]},"a":{"k":[345.25,456.75,0]},"s":{"k":[100,100,100]}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-345,456.5],[345,456.5],[345,-456.5],[-345,-456.5]]}},"nm":"Path 1"},{"ty":"fl","fillEnabled":true,"c":{"k":[118,196,181,255]},"o":{"k":100},"nm":"Fill 1"},{"ty":"tr","p":{"k":[345.25,456.75]},"a":{"k":[0,0]},"s":{"k":[100,100]},"r":{"k":0},"o":{"k":100}}],"nm":"Group 1"}],"bounds":{"l":0,"t":0,"b":914,"r":691},"ip":0,"op":1801,"st":0}],"ip":0,"op":392,"fr":30,"w":690,"h":913} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/timer_(3_second_loop).json b/ohos/flutter_lottie/assets/lottiefiles/timer_(3_second_loop).json new file mode 100644 index 0000000000000000000000000000000000000000..ae6aa8ba713f7326abddfa75abb3ac9925646348 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/timer_(3_second_loop).json @@ -0,0 +1 @@ +{"v":"4.6.6","fr":24,"ip":0,"op":72,"w":500,"h":500,"nm":"Comp 2","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 2","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[1080]},{"t":72}]},"p":{"a":0,"k":[250,250,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"rc","d":1,"s":{"a":0,"k":[150,50]},"p":{"a":0,"k":[50,0]},"r":{"a":0,"k":170},"nm":"Rectangle Path 2","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.372549,0.9254902,0.6717879,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":73,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 3","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[360]},{"t":72}]},"p":{"a":0,"k":[250,250,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"rc","d":1,"s":{"a":0,"k":[50,50]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":170},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"rc","d":1,"s":{"a":0,"k":[250,50]},"p":{"a":0,"k":[100,0]},"r":{"a":0,"k":170},"nm":"Rectangle Path 2","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.9254902,0.372549,0.372549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":73,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[250,250,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"d":1,"ty":"el","s":{"a":0,"k":[470,470]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0.9254902,0.3738254,0.3738254,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":25},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"}],"ip":0,"op":73,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/toggle.json b/ohos/flutter_lottie/assets/lottiefiles/toggle.json new file mode 100644 index 0000000000000000000000000000000000000000..ad541b2d1322460558469fb442a9d9ebdae176a2 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/toggle.json @@ -0,0 +1 @@ +{"assets":[],"fonts":{"list":[{"fName":"OpenSans-Bold","fFamily":"Open Sans","fStyle":"Bold","ascent":75.9994506835938}]},"layers":[{"ddd":0,"ind":0,"ty":5,"nm":"OFF","ks":{"o":{"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[1],"y":[0]},"n":["0_1_1_0"],"t":67,"s":[30],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":77,"s":[100],"e":[100]},{"i":{"x":[0],"y":[1]},"o":{"x":[1],"y":[0]},"n":["0_1_1_0"],"t":127,"s":[100],"e":[30]},{"t":137}]},"r":{"k":0},"p":{"k":[488,154,0]},"a":{"k":[0.116,-8.235,0]},"s":{"k":[100,100,100]}},"ao":0,"t":{"d":{"k":[{"s":{"sz":[278,39],"ps":[-139,-19.5],"s":28,"f":"OpenSans-Bold","t":"OFF","j":2,"tr":0,"lh":33.6,"fc":[1,1,1]},"t":0}]},"p":{},"m":{"g":1,"a":{"k":[0,0]}},"a":[]},"ip":0,"op":1800,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":5,"nm":"ON","ks":{"o":{"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[1],"y":[0]},"n":["0_1_1_0"],"t":67,"s":[100],"e":[30]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":77,"s":[30],"e":[30]},{"i":{"x":[0],"y":[1]},"o":{"x":[1],"y":[0]},"n":["0_1_1_0"],"t":127,"s":[30],"e":[100]},{"t":137}]},"r":{"k":0},"p":{"k":[211,154,0]},"a":{"k":[0.116,-8.235,0]},"s":{"k":[100,100,100]}},"ao":0,"t":{"d":{"k":[{"s":{"sz":[278,39],"ps":[-139,-19.5],"s":28,"f":"OpenSans-Bold","t":"ON","j":2,"tr":0,"lh":33.6,"fc":[1,1,1]},"t":0}]},"p":{},"m":{"g":1,"a":{"k":[0,0]}},"a":[]},"ip":0,"op":1800,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"button","ks":{"o":{"k":100},"r":{"k":0},"p":{"s":true,"x":{"k":[{"i":{"x":[0.736],"y":[1]},"o":{"x":[0.409],"y":[0]},"n":["0p736_1_0p409_0"],"t":60,"s":[211.5],"e":[212.116]},{"i":{"x":[0.925],"y":[0.317]},"o":{"x":[1],"y":[0]},"n":["0p925_0p317_1_0"],"t":67,"s":[212.116],"e":[349]},{"i":{"x":[0],"y":[1]},"o":{"x":[0.063],"y":[0.691]},"n":["0_1_0p063_0p691"],"t":75,"s":[349],"e":[491]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":85,"s":[491],"e":[488]},{"i":{"x":[1],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["1_1_0p167_0p167"],"t":95,"s":[488],"e":[488]},{"i":{"x":[0.736],"y":[1]},"o":{"x":[0.409],"y":[0]},"n":["0p736_1_0p409_0"],"t":120,"s":[488],"e":[488.5]},{"i":{"x":[0.925],"y":[0.308]},"o":{"x":[1],"y":[0]},"n":["0p925_0p308_1_0"],"t":127,"s":[488.5],"e":[349]},{"i":{"x":[0],"y":[1]},"o":{"x":[0.059],"y":[0.682]},"n":["0_1_0p059_0p682"],"t":135,"s":[349],"e":[209]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":145,"s":[209],"e":[211.5]},{"t":155}]},"y":{"k":154}},"a":{"k":[69.75,19.25,0]},"s":{"k":[200,200,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2.209,0],[0,0],[0,-2.209],[0,0],[-2.209,0],[0,0],[0,2.209],[0,0]],"o":[[0,0],[-2.209,0],[0,0],[0,2.209],[0,0],[2.209,0],[0,0],[0,-2.209]],"v":[[65.5,-19],[-65.5,-19],[-69.5,-15],[-69.5,15],[-65.5,19],[65.5,19],[69.5,15],[69.5,-15]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[0,0],[0,-1.654],[0,0],[1.654,0],[0,0],[0,1.654],[0,0],[-1.654,0]],"o":[[1.654,0],[0,0],[0,1.654],[0,0],[-1.654,0],[0,0],[0,-1.654],[0,0]],"v":[[65.5,-18],[68.5,-15],[68.5,15],[65.5,18],[-65.5,18],[-68.5,15],[-68.5,-15],[-65.5,-18]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.4,0.4,0.4,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[69.75,19.25],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":40,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-2.209,0],[0,0],[0,-2.209],[0,0],[2.209,0],[0,0],[0,2.209],[0,0]],"o":[[0,0],[2.209,0],[0,0],[0,2.209],[0,0],[-2.209,0],[0,0],[0,-2.209]],"v":[[-65.5,-19],[65.5,-19],[69.5,-15],[69.5,15],[65.5,19],[-65.5,19],[-69.5,15],[-69.5,-15]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.2,0.37,0.76,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[69.75,19.25],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":1800,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"base","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[350,154.75,0]},"a":{"k":[140,20,0]},"s":{"k":[200,200,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[2.209,0],[0,0],[0,-2.209],[0,0],[-2.209,0],[0,0],[0,2.209],[0,0]],"o":[[0,0],[-2.209,0],[0,0],[0,2.209],[0,0],[2.209,0],[0,0],[0,-2.209]],"v":[[136,-20],[-136,-20],[-140,-16],[-140,16],[-136,20],[136,20],[140,16],[140,-16]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[0,0],[0,-1.654],[0,0],[1.654,0],[0,0],[0,1.654],[0,0],[-1.654,0]],"o":[[1.654,0],[0,0],[0,1.654],[0,0],[-1.654,0],[0,0],[0,-1.654],[0,0]],"v":[[136,-19],[139,-16],[139,16],[136,19],[-136,19],[-139,16],[-139,-16],[-136,-19]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[140,20],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,1.93],[0,0],[-1.93,0],[0,0],[0,-1.93],[0,0],[1.93,0]],"o":[[-1.93,0],[0,0],[0,-1.93],[0,0],[1.93,0],[0,0],[0,1.93],[0,0]],"v":[[-136,19.5],[-139.5,16],[-139.5,-16],[-136,-19.5],[136,-19.5],[139.5,-16],[139.5,16],[136,19.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.93,0.93,0.93,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[140,20],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":1800,"st":0,"bm":0,"sr":1}],"v":"4.5.3","ddd":0,"ip":50,"op":170,"fr":60,"w":700,"h":300,"chars":[{"ch":"O","size":28,"style":"Bold","w":79.59,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[70.874,-56.721],[50.863,-72.51],[20.499,-69.376],[5.811,-47.77],[8.741,-14.893],[28.857,0.977],[59.131,-2.197],[73.779,-23.975]],"o":[[59.252,-69.352],[28.923,-72.51],[8.748,-56.843],[5.811,-24.007],[20.459,-2.197],[50.733,0.977],[70.849,-14.893],[73.779,-47.639]],"v":[[65.063,-63.037],[39.893,-72.51],[14.624,-63.11],[5.811,-35.889],[14.6,-8.545],[39.795,0.977],[64.99,-8.545],[73.779,-35.791]],"c":true}},"nm":"O","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[23.21,-49.78],[33.87,-59.912],[57.91,-51.871],[51.872,-11.719],[29.248,-13.736],[21.68,-27.815]],"o":[[29.329,-57.886],[51.905,-59.912],[57.91,-19.743],[33.772,-11.719],[23.194,-21.809],[21.68,-43.766]],"v":[[26.27,-53.833],[39.893,-59.912],[57.91,-35.791],[39.795,-11.719],[26.221,-17.773],[21.68,-35.791]],"c":true}},"nm":"O","mn":"ADBE Vector Shape - Group"}],"nm":"O","np":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[5.811,6.316],[10.97,0],[5.875,-6.266],[0,-11.881],[-5.859,-6.348],[-10.938,0],[-5.859,6.348],[0,11.816]],"o":[[-5.811,-6.315],[-10.97,0],[-5.876,6.267],[0,11.882],[5.859,6.348],[10.938,0],[5.859,-6.348],[0,-11.848]],"v":[[144.653,-63.037],[119.482,-72.51],[94.214,-63.11],[85.4,-35.889],[94.189,-8.545],[119.385,0.977],[144.58,-8.545],[153.369,-35.791]],"c":true}},"nm":"O","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"k":{"i":[[-3.06,4.053],[-6.023,0],[0,-16.08],[12.077,0],[3.027,4.037],[0,7.976]],"o":[[3.059,-4.053],[12.012,0],[0,16.048],[-6.023,0],[-3.027,-4.036],[0,-7.975]],"v":[[105.859,-53.833],[119.482,-59.912],[137.5,-35.791],[119.385,-11.719],[105.811,-17.773],[101.27,-35.791]],"c":true}},"nm":"O","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"}],"nm":"O","np":5,"mn":"ADBE Vector Group"}]},"fFamily":"Open Sans"},{"ch":"N","size":28,"style":"Bold","w":81.3,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[72.314,-71.387],[58.691,-71.387],[58.691,-37.598],[58.936,-27.197],[59.082,-17.92],[28.076,-71.387],[8.984,-71.387],[8.984,0],[22.51,0],[22.51,-33.594],[22.2,-44.466],[22.021,-54.004],[53.076,0],[72.314,0]],"o":[[72.314,-71.387],[58.691,-71.387],[58.691,-33.757],[59.424,-17.92],[59.082,-17.92],[28.076,-71.387],[8.984,-71.387],[8.984,0],[22.51,0],[22.51,-37.663],[21.582,-54.004],[22.021,-54.004],[53.076,0],[72.314,0]],"v":[[72.314,-71.387],[58.691,-71.387],[58.691,-37.598],[59.424,-17.92],[59.082,-17.92],[28.076,-71.387],[8.984,-71.387],[8.984,0],[22.51,0],[22.51,-33.594],[21.582,-54.004],[22.021,-54.004],[53.076,0],[72.314,0]],"c":true}},"nm":"N","mn":"ADBE Vector Shape - Group"}],"nm":"N","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[-0.488,-9.277],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.618,9.538],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,3.841],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-4.069],[0,0],[0,0],[0,0],[0,0]],"v":[[153.613,-71.387],[139.99,-71.387],[139.99,-37.598],[140.723,-17.92],[140.381,-17.92],[109.375,-71.387],[90.283,-71.387],[90.283,0],[103.809,0],[103.809,-33.594],[102.881,-54.004],[103.32,-54.004],[134.375,0],[153.613,0]],"c":true}},"nm":"N","mn":"ADBE Vector Shape - Group"}],"nm":"N","np":3,"mn":"ADBE Vector Group"}]},"fFamily":"Open Sans"},{"ch":"F","size":28,"style":"Bold","w":54.88,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[23.877,-28.223],[48.096,-28.223],[48.096,-40.576],[23.877,-40.576],[23.877,-58.984],[49.902,-58.984],[49.902,-71.387],[8.984,-71.387],[8.984,0],[23.877,0]],"o":[[23.877,-28.223],[48.096,-28.223],[48.096,-40.576],[23.877,-40.576],[23.877,-58.984],[49.902,-58.984],[49.902,-71.387],[8.984,-71.387],[8.984,0],[23.877,0]],"v":[[23.877,-28.223],[48.096,-28.223],[48.096,-40.576],[23.877,-40.576],[23.877,-58.984],[49.902,-58.984],[49.902,-71.387],[8.984,-71.387],[8.984,0],[23.877,0]],"c":true}},"nm":"F","mn":"ADBE Vector Shape - Group"}],"nm":"F","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[78.76,-28.223],[102.979,-28.223],[102.979,-40.576],[78.76,-40.576],[78.76,-58.984],[104.785,-58.984],[104.785,-71.387],[63.867,-71.387],[63.867,0],[78.76,0]],"c":true}},"nm":"F","mn":"ADBE Vector Shape - Group"}],"nm":"F","np":3,"mn":"ADBE Vector Group"}]},"fFamily":"Open Sans"}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/toggle_switch.json b/ohos/flutter_lottie/assets/lottiefiles/toggle_switch.json new file mode 100644 index 0000000000000000000000000000000000000000..4d92e7c99c486244827c6f1932c32596d5136b9f --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/toggle_switch.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":3,"nm":"Null 1","ks":{"o":{"k":0},"r":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":50,"s":[0],"e":[0]},{"t":80.0000032584668}]},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[248,300,0],"e":[353,300,0],"to":[17.5,0,0],"ti":[-17.5,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[353,300,0],"e":[353,300,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":50,"s":[353,300,0],"e":[245,300,0],"to":[-18,0,0],"ti":[18,0,0]},{"t":80.0000032584668}]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"ip":0,"op":900.000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"right-stroke","parent":0,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[-45],"e":[135]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":30,"s":[135],"e":[135]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":50,"s":[135],"e":[-45]},{"t":80.0000032584668}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[0,0,0],"e":[8.952,-3.915,0],"to":[1.49202704429626,-0.65255779027939,0],"ti":[-1.49202704429626,0.65255779027939,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":30,"s":[8.952,-3.915,0],"e":[8.952,-3.915,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":50,"s":[8.952,-3.915,0],"e":[0,0,0],"to":[-1.49202704429626,0.65255779027939,0],"ti":[1.49202704429626,-0.65255779027939,0]},{"t":80.0000032584668}]},"a":{"k":[-17.584,5.984,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0.333,0.333]},"n":["0p667_1_0p333_0","0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333"],"t":0,"s":[100,100,100],"e":[116,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0.333,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333"],"t":30,"s":[116,100,100],"e":[116,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0.333,0.333]},"n":["0p667_1_0p333_0","0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333"],"t":50,"s":[116,100,100],"e":[100,100,100]},{"t":80.0000032584668}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"k":[44.832,9.969]},"p":{"k":[0,0]},"r":{"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[-17.584,5.984],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":900.000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"left-stroke","parent":0,"ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[-136],"e":[45]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":30,"s":[45],"e":[45]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":50,"s":[45],"e":[-136]},{"t":80.0000032584668}]},"p":{"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[0,0,0],"e":[-15.942,8.021,0],"to":[-2.65697407722473,1.33688998222351,0],"ti":[2.65697407722473,-1.33688998222351,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":30,"s":[-15.942,8.021,0],"e":[-15.942,8.021,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":50,"s":[-15.942,8.021,0],"e":[0,0,0],"to":[2.65697407722473,-1.33688998222351,0],"ti":[-2.65697407722473,1.33688998222351,0]},{"t":80.0000032584668}]},"a":{"k":[-17.584,5.984,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0.333,0.333]},"n":["0p667_1_0p333_0","0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333"],"t":0,"s":[100,100,100],"e":[65,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0.333,0.333]},"n":["0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333"],"t":30,"s":[65,100,100],"e":[65,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,0.667,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0.333,0.333]},"n":["0p667_1_0p333_0","0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333"],"t":50,"s":[65,100,100],"e":[100,100,100]},{"t":80.0000032584668}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"k":[44.832,9.969]},"p":{"k":[0,0]},"r":{"k":0},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[-17.584,5.984],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":900.000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"circle","parent":0,"ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[0,0,0]},"a":{"k":[-4.629,-10.629,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[114.742,114.742]},"p":{"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","fillEnabled":true,"c":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0.94,0.06,0.06,1],"e":[0.15,0.78,0.36,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[0.15,0.78,0.36,1],"e":[0.15,0.78,0.36,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":50,"s":[0.15,0.78,0.36,1],"e":[0.94,0.06,0.06,1]},{"t":80.0000032584668}]},"o":{"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[-4.629,-10.629],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":900.000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"background shape","ks":{"o":{"k":43},"r":{"k":0},"p":{"k":[302.637,310.219,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"k":[253,144]},"p":{"k":[0,0]},"r":{"k":135},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":8},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[-2.637,-10.219],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[99.355,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":900.000036657751,"st":0,"bm":0,"sr":1}],"v":"4.5.3","ddd":0,"ip":0,"op":110.000004480392,"fr":29.9700012207031,"w":600,"h":600} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/touch_id.json b/ohos/flutter_lottie/assets/lottiefiles/touch_id.json new file mode 100644 index 0000000000000000000000000000000000000000..4664f188a26474c848ab4fd937fa7955da7faa5e --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/touch_id.json @@ -0,0 +1 @@ +{"v":"4.5.7","fr":30,"ip":0,"op":79,"w":800,"h":600,"ddd":0,"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"vector touch id Outlines 2","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9.009,"s":[0],"e":[100]},{"t":21.020727759009}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[401,322,0]},"a":{"a":0,"k":[98,98,0]},"s":{"a":0,"k":[134.958,134.958,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-2.074,13.121],[1.476,8.739],[0,2.02],[-4.937,5.633]],"o":[[4.758,-9.078],[3.129,-19.793],[-0.36,-1.914],[0,-8.078],[0,0]],"v":[[-9.246,53.594],[2.512,19.496],[1.813,-26.754],[1.313,-32.504],[9.246,-53.594]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.539],"y":[0.999]},"o":{"x":[1],"y":[0.012]},"n":["0p539_0p999_1_0p012"],"t":15.015,"s":[0],"e":[99.345]},{"t":54.054907446509}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 2","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0.55,0.75,0.27,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":4},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[64.687,130.504],"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":"Group 1","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-3.871,0],[-3.003,-14.559],[2.906,-26.313],[3.449,-10.152]],"o":[[3.434,-1.258],[15.445,0],[1.708,8.191],[-1.851,16.703],[0,0]],"v":[[-24.072,-60.443],[-13.06,-62.388],[18.283,-36.979],[21.166,21.073],[11.889,62.389]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.55,0.75,0.27,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":4},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.539],"y":[0.999]},"o":{"x":[1],"y":[0.012]},"n":["0p539_0p999_1_0p012"],"t":9.009,"s":[0],"e":[99.345]},{"t":48.049048071509}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2","mn":"ADBE Vector Filter - Trim"},{"ty":"tr","p":{"a":0,"k":[111.06,128.389],"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":"Group 2","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-2.117,7.523]],"o":[[2.887,-5.605],[0,0]],"v":[[-3.949,9.932],[3.949,-9.932]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.55,0.75,0.27,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":4},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.539],"y":[0.999]},"o":{"x":[1],"y":[0.012]},"n":["0p539_0p999_1_0p012"],"t":9.009,"s":[0],"e":[99.345]},{"t":48.049048071509}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2","mn":"ADBE Vector Filter - Trim"},{"ty":"tr","p":{"a":0,"k":[45.355,165.693],"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":"Group 3","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,3.211],[-26.508,0],[-8.781,-11.282]],"o":[[1.977,-18.266],[-0.602,-3.035],[0,-26.507],[15.402,0],[0,0]],"v":[[-40.615,45.01],[-42.029,12.373],[-42.947,2.99],[5.053,-45.01],[42.947,-26.474]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.55,0.75,0.27,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":4},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.539],"y":[0.999]},"o":{"x":[1],"y":[0.012]},"n":["0p539_0p999_1_0p012"],"t":9.009,"s":[0],"e":[99.345]},{"t":48.049048071509}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2","mn":"ADBE Vector Filter - Trim"},{"ty":"tr","p":{"a":0,"k":[92.947,95.01],"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":"Group 4","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-0.391,-1.91],[2.625,-26.848],[2.496,-9.563]],"o":[[0.609,1.816],[1.867,9.769],[-1.258,12.886],[0,0]],"v":[[-2.996,-50.26],[-1.492,-44.666],[1.75,16.17],[-4.375,50.26]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.55,0.75,0.27,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":4},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.539],"y":[0.999]},"o":{"x":[1],"y":[0.012]},"n":["0p539_0p999_1_0p012"],"t":9.009,"s":[0],"e":[99.345]},{"t":48.049048071509}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2","mn":"ADBE Vector Filter - Trim"},{"ty":"tr","p":{"a":0,"k":[146.515,132.994],"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":"Group 5","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-0.445,3.523],[0,0],[17.14,9.402]],"o":[[0.57,-3.324],[4.664,-36.942],[-3.035,-20.082],[0,0]],"v":[[13.438,63.918],[14.968,53.637],[12.906,-17.41],[-19.633,-63.918]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.55,0.75,0.27,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":4},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.539],"y":[0.999]},"o":{"x":[1],"y":[0.012]},"n":["0p539_0p999_1_0p012"],"t":9.009,"s":[0],"e":[99.345]},{"t":48.049048071509}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2","mn":"ADBE Vector Filter - Trim"},{"ty":"tr","p":{"a":0,"k":[148.371,105.77],"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":"Group 6","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[5.496,0],[0,-35.348],[-0.488,-3.184],[2.64,-14.363],[2.778,-5.691]],"o":[[-5.09,-1.305],[-35.348,0],[0,3.316],[1.524,8.355],[-1.391,7.57],[0,0]],"v":[[42.506,-63.356],[26.584,-65.352],[-37.416,-1.352],[-36.674,8.406],[-35.814,45.32],[-42.506,65.352]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.55,0.75,0.27,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":4},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.539],"y":[0.999]},"o":{"x":[1],"y":[0.012]},"n":["0p539_0p999_1_0p012"],"t":9.009,"s":[0],"e":[99.345]},{"t":48.049048071509}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2","mn":"ADBE Vector Filter - Trim"},{"ty":"tr","p":{"a":0,"k":[71.416,99.352],"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":"Group 7","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-0.633,2.719],[1.395,7.602],[0,4.543],[-20.957,14.426]],"o":[[0.957,-2.441],[2.308,-9.926],[-0.726,-4.336],[0,-27.367],[0,0]],"v":[[-17.498,59.289],[-15.076,51.535],[-16.096,19.992],[-17.201,6.66],[17.498,-59.289]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.55,0.75,0.27,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":4},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.539],"y":[0.999]},"o":{"x":[1],"y":[0.012]},"n":["0p539_0p999_1_0p012"],"t":9.009,"s":[0],"e":[99.345]},{"t":48.049048071509}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2","mn":"ADBE Vector Filter - Trim"},{"ty":"tr","p":{"a":0,"k":[35.201,91.34],"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":"Group 8","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-11.137,0],[-5.434,-38.89],[-1.043,-14.454]],"o":[[9.637,-4.109],[40.39,0],[0,0],[0,0]],"v":[[-56.744,-39.982],[-25.361,-46.369],[53.975,22.631],[56.744,46.37]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.55,0.75,0.27,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":4},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.539],"y":[0.999]},"o":{"x":[1],"y":[0.012]},"n":["0p539_0p999_1_0p012"],"t":9.009,"s":[0],"e":[99.345]},{"t":48.049048071509}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2","mn":"ADBE Vector Filter - Trim"},{"ty":"tr","p":{"a":0,"k":[123.361,64.369],"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":"Group 9","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0.398,-7.187]],"o":[[0.117,6.371],[0,0]],"v":[[0.123,-10.219],[-0.24,10.218]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.55,0.75,0.27,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":4},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.539],"y":[0.999]},"o":{"x":[1],"y":[0.012]},"n":["0p539_0p999_1_0p012"],"t":9.009,"s":[0],"e":[99.345]},{"t":48.049048071509}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2","mn":"ADBE Vector Filter - Trim"},{"ty":"tr","p":{"a":0,"k":[180.709,136.969],"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":"Group 10","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-2.699,15.555],[1.371,7.453],[0,0.965],[-8.836,0],[-1.644,-7.086],[0.059,-20.207]],"o":[[4.516,-8.879],[3.984,-22.988],[-0.164,-0.918],[0,-8.836],[7.586,0],[0,0],[0,0]],"v":[[-23.486,53.967],[-10.736,16.295],[-11.576,-35.138],[-11.827,-37.967],[4.174,-53.967],[19.756,-41.603],[23.428,-5.217]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.55,0.75,0.27,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":4},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.539],"y":[0.999]},"o":{"x":[1],"y":[0.012]},"n":["0p539_0p999_1_0p012"],"t":9.009,"s":[0],"e":[99.345]},{"t":48.049048071509}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2","mn":"ADBE Vector Filter - Trim"},{"ty":"tr","p":{"a":0,"k":[93.826,135.967],"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":"Group 11","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0.297,-1.82],[3.437,-8.695]],"o":[[-0.207,1.816],[-2.906,17.965],[0,0]],"v":[[6.104,-23.645],[5.35,-18.184],[-6.104,23.645]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.55,0.75,0.27,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":4},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.539],"y":[0.999]},"o":{"x":[1],"y":[0.012]},"n":["0p539_0p999_1_0p012"],"t":9.009,"s":[0],"e":[99.345]},{"t":48.049048071509}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2","mn":"ADBE Vector Filter - Trim"},{"ty":"tr","p":{"a":0,"k":[110.252,170.355],"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":"Group 12","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[4.664,-28.832],[0.993,-3.945]],"o":[[0,0],[-0.704,4.348],[0,0]],"v":[[-2.645,-33.316],[-1.043,20.855],[-3.622,33.316]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.55,0.75,0.27,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":4},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.539],"y":[0.999]},"o":{"x":[1],"y":[0.012]},"n":["0p539_0p999_1_0p012"],"t":9.009,"s":[0],"e":[99.345]},{"t":48.049048071509}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2","mn":"ADBE Vector Filter - Trim"},{"ty":"tr","p":{"a":0,"k":[100.645,131.316],"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":"Group 13","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[1.648,-3.539]],"o":[[-1.91,5.297],[0,0]],"v":[[2.746,-6.676],[-2.746,6.676]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.55,0.75,0.27,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":4},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.539],"y":[0.999]},"o":{"x":[1],"y":[0.012]},"n":["0p539_0p999_1_0p012"],"t":9.009,"s":[0],"e":[99.345]},{"t":48.049048071509}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2","mn":"ADBE Vector Filter - Trim"},{"ty":"tr","p":{"a":0,"k":[89.59,186.664],"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":"Group 14","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[45.074,7.015]],"o":[[-1.309,-46.715],[0,0]],"v":[[40.561,46.057],[-40.561,-46.057]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.55,0.75,0.27,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":4},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.539],"y":[0.999]},"o":{"x":[1],"y":[0.012]},"n":["0p539_0p999_1_0p012"],"t":9.009,"s":[0],"e":[99.345]},{"t":48.049048071509}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2","mn":"ADBE Vector Filter - Trim"},{"ty":"tr","p":{"a":0,"k":[153.439,49.201],"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":"Group 15","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[15.429,-31.676]],"o":[[-37.504,0.414],[0,0]],"v":[[42.641,-27.01],[-42.641,27.01]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.55,0.75,0.27,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":4},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.539],"y":[0.999]},"o":{"x":[1],"y":[0.012]},"n":["0p539_0p999_1_0p012"],"t":9.009,"s":[0],"e":[99.345]},{"t":48.049048071509}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2","mn":"ADBE Vector Filter - Trim"},{"ty":"tr","p":{"a":0,"k":[54.281,29.01],"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":"Group 16","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,-9.41],[-3.179,-9.547]],"o":[[-2.523,8.59],[0,10.613],[0,0]],"v":[[1.424,-28.733],[-2.451,-1.639],[2.451,28.732]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.55,0.75,0.27,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":4},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.539],"y":[0.999]},"o":{"x":[1],"y":[0.012]},"n":["0p539_0p999_1_0p012"],"t":9.009,"s":[0],"e":[99.345]},{"t":48.049048071509}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 2","mn":"ADBE Vector Filter - Trim"},{"ty":"tr","p":{"a":0,"k":[4.451,99.639],"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":"Group 17","np":3,"mn":"ADBE Vector Group"}],"ip":9.00900900900901,"op":79,"st":9.00900900900901,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/tractor.json b/ohos/flutter_lottie/assets/lottiefiles/tractor.json new file mode 100644 index 0000000000000000000000000000000000000000..4c094702ec7e6a025c5fb700d7275d281e89b111 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/tractor.json @@ -0,0 +1 @@ +{"v":"5.1.10","fr":24,"ip":0,"op":427,"w":400,"h":310,"nm":"Tractor","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":3,"nm":"Tractor Master Ctrl","sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[184.028,155,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Dark 4 Outlines","parent":35,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[31.53,14.503,0],"ix":2},"a":{"a":0,"k":[1.973,2.877,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-1.973,1.877],[1.049,1.877],[1.049,-2.877],[1.973,-2.877],[1.973,2.877],[-1.973,2.877]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.936999990426,0.169000004787,0.149000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1.972,2.877],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Light 4 Outlines","parent":35,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[31.53,14.474,0],"ix":2},"a":{"a":0,"k":[2.223,3.156,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-0.571],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[-0.571,0]],"v":[[-1.973,-1.872],[-1.973,2.906],[1.973,2.906],[1.973,-2.906],[-0.939,-2.906]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.936999990426,0.169000004787,0.149000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[2.222,3.156],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Seat Outlines","parent":35,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[11.031,12.997,0],"ix":2},"a":{"a":0,"k":[3.729,2.891,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.076,-0.343],[0,0],[-1.082,-3.101],[0,0],[0,0],[1.244,1.246],[0.753,0.226]],"o":[[0,0],[0,0],[0,0],[0,0],[-0.935,-1.469],[-0.551,-0.552],[-0.25,-0.075]],"v":[[-3.728,-2.69],[-3.238,-0.466],[1.48,2.214],[1.716,2.892],[3.73,2.795],[0.786,-1.544],[-1.154,-2.773]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.957000014361,0.463000009574,0.451000019148,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[3.729,2.891],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Steering Outlines","parent":7,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0.577,-0.554,0],"ix":2},"a":{"a":0,"k":[6.578,4.658,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.146,-0.95],[0.194,0.437],[-2.146,0.951],[-0.193,-0.437]],"o":[[-2.146,0.951],[-0.194,-0.438],[2.145,-0.95],[0.195,0.437]],"v":[[0.351,0.791],[-3.885,1.721],[-0.351,-0.792],[3.883,-1.721]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.368999974868,0.356999984442,0.356999984442,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[6.578,4.658],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Steering Pipe Light Outlines","parent":7,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[3.217,3.754,0],"ix":2},"a":{"a":0,"k":[2.101,3.505,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-2.101,-3.378],[1.622,3.504],[2.102,3.365],[-1.731,-3.504]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.301999978458,0.301999978458,0.301999978458,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[2.102,3.505],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Steering Pipe Outlines","parent":35,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[23.047,12.53,0],"ix":2},"a":{"a":0,"k":[2.785,3.9,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-2.535,-3.229],[-1.299,-3.651],[2.535,3.22],[1.045,3.651]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.501999978458,0.501999978458,0.501999978458,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[2.784,3.901],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Hood Pipe Outlines","parent":10,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1.907,-2.469,0],"ix":2},"a":{"a":0,"k":[1.613,3.172,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-2.051,0.373],[-0.021,-0.14],[0,0],[0.117,-0.038],[-0.07,-0.698],[0.019,-0.684],[0.145,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0.151,-0.027],[0,0],[0.016,0.114],[-0.385,0.128],[0.076,0.751],[-0.004,0.133],[0,0],[0,0]],"v":[[-1.363,2.922],[-1.093,2.826],[-1.093,-1.217],[0.958,-2.895],[1.275,-2.682],[1.347,-2.167],[1.177,-1.906],[0.061,-0.727],[0.069,2.685],[-0.199,2.922],[-1.151,2.922]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.8,0.8,0.8,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1.613,3.172],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Hood Pipe Base Light Outlines","parent":10,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1.34,2.435,0],"ix":2},"a":{"a":0,"k":[1.336,2.435,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.209,0],[0,0],[0.196,0],[0,0],[0,-0.197],[0,0],[0,0],[0,0]],"o":[[0,0],[-0.017,-0.182],[0,0],[-0.209,0],[0,0],[0,0],[0,0],[0,-0.196]],"v":[[-0.328,-1.859],[1.087,-1.859],[0.717,-2.185],[-0.71,-2.185],[-1.087,-1.829],[-1.087,2.185],[-0.706,2.185],[-0.706,-1.503]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.8,0.8,0.8,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1.336,2.435],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Hood Pipe Base Outlines","parent":35,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[47.012,10.26,0],"ix":2},"a":{"a":0,"k":[1.34,4.62,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.208,0],[0,0],[0,-0.197],[0,0]],"o":[[0,0],[0,-0.197],[0,0],[0.208,0],[0,0],[0,0]],"v":[[-1.09,2.185],[-1.09,-1.828],[-0.713,-2.185],[0.713,-2.185],[1.09,-1.828],[1.09,2.185]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.501999978458,0.501999978458,0.501999978458,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1.34,2.435],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Shape Light 3 Outlines","parent":35,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[34.404,22.26,0],"ix":2},"a":{"a":0,"k":[4.204,1.828,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.085,-0.014],[-0.019,-0.459],[0.041,-0.614],[0.461,0.004],[1.33,0],[0.801,0.003],[0.002,0.563],[-0.002,0.539],[-0.545,0],[-1.048,0]],"o":[[1.085,0],[0.468,0.007],[0.026,0.616],[-0.025,0.376],[-1.331,-0.011],[-0.803,0],[-0.56,-0.002],[-0.002,-0.538],[0.001,-0.538],[1.047,-0.001],[0,0]],"v":[[-0.037,-1.556],[3.218,-1.552],[3.909,-0.889],[3.913,0.96],[3.207,1.574],[-0.785,1.57],[-3.192,1.57],[-3.951,0.801],[-3.952,-0.814],[-3.179,-1.577],[-0.037,-1.577]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.957000014361,0.463000009574,0.451000019148,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[4.204,1.828],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Shape Light 2 Outlines","parent":35,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[49,23.93,0],"ix":2},"a":{"a":0,"k":[1.966,2.095,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0.519],[-0.002,0.528],[0.182,0.003],[0.643,-0.303],[-0.946,-0.689],[-0.808,0.022],[0.001,0.138]],"o":[[0,-0.528],[0,-0.142],[-0.701,-0.015],[-1.058,0.498],[0.696,0.507],[0.185,-0.005],[-0.004,-0.518]],"v":[[1.714,0.003],[1.715,-1.581],[1.514,-1.831],[-0.518,-1.477],[-0.771,1.322],[1.531,1.824],[1.716,1.559]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.957000014361,0.541000007181,0.528999956916,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1.966,2.096],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Shape Light 1 Outlines","parent":35,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[42.524,22.557,0],"ix":2},"a":{"a":0,"k":[3.128,1.472,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.715,-0.001],[-0.006,-0.522],[0.009,-0.361],[0.421,-0.002],[1.489,0.006],[0.002,0.435],[-0.01,0.371],[-0.428,0.004],[-0.744,0]],"o":[[0.715,0],[0.517,0.001],[0.004,0.363],[-0.008,0.419],[-1.488,0.007],[-0.425,-0.001],[-0.001,-0.372],[0.012,-0.428],[0.744,-0.007],[0,0]],"v":[[0.014,-1.221],[2.158,-1.221],[2.87,-0.509],[2.868,0.577],[2.23,1.215],[-2.236,1.215],[-2.877,0.549],[-2.854,-0.566],[-2.219,-1.203],[0.014,-1.205]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.957000014361,0.463000009574,0.451000019148,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[3.128,1.472],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"Shape Dark 3 Outlines","parent":35,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[38.849,17.379,0],"ix":2},"a":{"a":0,"k":[2.196,1.873,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.138,-0.1],[-0.055,0.001],[-0.518,-0.01],[0.003,0.214],[0.011,0.734],[-0.238,-0.009],[-0.411,0],[-0.001,0.231],[0.161,0],[0.872,0.012],[-0.004,-0.209],[-0.002,-0.597],[0.251,-0.24]],"o":[[0.112,0.02],[0.518,-0.003],[0.225,0.005],[-0.01,-0.734],[-0.003,-0.225],[0.411,0.017],[0.147,0],[0.002,-0.216],[-0.872,0.002],[-0.228,-0.002],[0.012,0.598],[0.001,0.355],[-0.08,0.077]],"v":[[-1.945,1.585],[-1.725,1.622],[-0.17,1.611],[0.113,1.323],[0.104,-0.878],[0.406,-1.186],[1.639,-1.181],[1.943,-1.388],[1.652,-1.618],[-0.964,-1.621],[-1.24,-1.327],[-1.234,0.465],[-1.629,1.351]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.936999990426,0.169000004787,0.149000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[2.195,1.873],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"Shape Dark 2 Outlines","parent":35,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[41.961,15.21,0],"ix":2},"a":{"a":0,"k":[4.607,1.242,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.011,0.075],[0.846,0.001],[2.016,0.004],[-0.003,-0.249],[-0.166,0.001],[-0.891,-0.011],[-0.033,-0.792],[-0.209,0.001],[-1.284,0]],"o":[[-0.014,-0.119],[-0.151,-0.969],[-2.016,-0.003],[-0.191,-0.001],[0.003,0.244],[0.89,-0.002],[0.797,0.009],[0.009,0.251],[1.282,-0.006],[0,0]],"v":[[4.357,0.987],[4.326,0.719],[2.004,-0.988],[-4.045,-0.991],[-4.354,-0.732],[-4.051,-0.497],[-1.378,-0.495],[-0.127,0.707],[0.197,0.99],[4.045,0.987]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.936999990426,0.169000004787,0.149000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[4.607,1.242],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"Shape Dark 1 Outlines","parent":35,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[44.06,18.414,0],"ix":2},"a":{"a":0,"k":[2.565,1.488,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.646,0],[0,0],[0.567,-0.005],[-0.001,-0.653],[-0.025,-0.506],[-0.226,0.002],[-1.283,-0.007],[0.004,0.211],[-0.013,0.616],[0.219,-0.003]],"o":[[0,0],[-0.567,0],[-0.67,0.006],[0,0.508],[0.011,0.205],[1.282,-0.008],[0.196,0.001],[-0.01,-0.617],[0.006,-0.241],[-0.645,0.01]],"v":[[0.058,-1.168],[0.058,-1.169],[-1.645,-1.168],[-2.213,-0.585],[-2.165,0.937],[-1.816,1.236],[2.031,1.236],[2.309,0.972],[2.309,-0.878],[1.995,-1.172]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.936999990426,0.169000004787,0.149000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[2.565,1.488],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"Back Nut 4 Outlines","parent":24,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[9.805,6.221,0],"ix":2},"a":{"a":0,"k":[3.063,1.81,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.074,0.157],[-0.131,0.127],[-1.789,0.124],[-0.015,-0.29],[0.345,-0.026],[0.884,-0.566],[0.385,-0.314],[0.223,0.252]],"o":[[0.108,-0.158],[1.3,-1.262],[0.342,-0.024],[0.014,0.283],[-1.041,0.077],[-0.417,0.267],[-0.285,0.233],[-0.078,-0.088]],"v":[[-2.814,0.934],[-2.491,0.472],[2.178,-1.536],[2.799,-1.056],[2.234,-0.495],[-0.683,0.397],[-1.857,1.316],[-2.631,1.308]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.2,0.2,0.2,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[3.063,1.81],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"Back Nut 3 Outlines","parent":24,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[6.191,15.057,0],"ix":2},"a":{"a":0,"k":[1.842,3.074,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.026,0.006],[-0.274,0.019],[-0.028,-0.302],[-0.37,-0.791],[-0.472,-0.498],[0.202,-0.206],[0.249,0.232],[0.326,0.963],[0.192,0.773]],"o":[[0,-0.292],[0.273,-0.019],[0.082,0.862],[0.294,0.629],[0.222,0.234],[-0.22,0.224],[-0.749,-0.699],[-0.255,-0.753],[0.026,-0.007]],"v":[[-1.513,-2.246],[-1.019,-2.805],[-0.47,-2.31],[0.16,0.178],[1.346,1.837],[1.39,2.593],[0.635,2.592],[-1.002,0.093],[-1.592,-2.226]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.2,0.2,0.2,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1.842,3.074],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"Back Nut 2 Outlines","parent":24,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[15.068,18.658,0],"ix":2},"a":{"a":0,"k":[3.064,1.834,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.019,0.312],[-0.323,0.03],[-0.658,0.249],[-0.607,0.577],[-0.197,-0.197],[0.242,-0.246],[0.996,-0.312],[0.727,-0.179]],"o":[[-0.356,0.008],[-0.017,-0.291],[0.695,-0.062],[0.793,-0.301],[0.249,-0.236],[0.208,0.209],[-0.729,0.745],[-0.714,0.224],[0,0]],"v":[[-2.21,1.501],[-2.797,1.026],[-2.28,0.459],[-0.25,0.027],[1.823,-1.321],[2.606,-1.387],[2.565,-0.596],[-0.009,1.039],[-2.189,1.584]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.2,0.2,0.2,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[3.064,1.834],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":20,"ty":4,"nm":"Back Nut 1 Outlines","parent":24,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[18.641,9.799,0],"ix":2},"a":{"a":0,"k":[1.816,3.073,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.087,-0.47],[0.292,-0.034],[0.077,0.388],[0.191,0.621],[0.633,0.629],[-0.15,0.237],[-0.251,-0.082],[-0.062,-0.06],[-0.297,-1.3]],"o":[[-0.032,0.38],[-0.32,0.038],[-0.127,-0.64],[-0.264,-0.853],[-0.2,-0.201],[0.143,-0.229],[0.078,0.026],[0.958,0.928],[0.108,0.465]],"v":[[1.566,2.154],[1.091,2.785],[0.497,2.242],[0.08,0.329],[-1.329,-1.871],[-1.416,-2.533],[-0.802,-2.741],[-0.589,-2.596],[1.3,0.747]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.2,0.2,0.2,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1.816,3.073],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":21,"ty":4,"nm":"Back Center Light Outlines","parent":24,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[12.438,12.414,0],"ix":2},"a":{"a":0,"k":[2.336,2.343,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.011,1.149],[1.123,0.012],[0.004,-1.145],[-1.12,-0.001]],"o":[[0.009,-1.123],[-1.142,-0.012],[-0.004,1.137],[1.153,0.001]],"v":[[2.077,0.014],[0.02,-2.081],[-2.082,-0.004],[-0.027,2.092]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.6,0.6,0.6,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[2.336,2.343],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":22,"ty":4,"nm":"Back Center Dark Outlines","parent":24,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[12.443,12.418,0],"ix":2},"a":{"a":0,"k":[4.432,4.441,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.321,-0.046],[0.019,-2.297],[2.345,0.03],[-0.009,2.302]],"o":[[2.309,-0.045],[-0.019,2.285],[-2.288,-0.03],[0.009,-2.285]],"v":[[-0.005,-4.146],[4.163,0.027],[-0.057,4.161],[-4.173,-0.008]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.2,0.2,0.2,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[4.431,4.441],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":23,"ty":4,"nm":"Back Wheel Inner Outlines","parent":24,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[12.438,12.427,0],"ix":2},"a":{"a":0,"k":[9.201,9.201,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,4.944],[4.943,0],[0,-4.943],[-4.945,0]],"o":[[0,-4.943],[-4.945,0],[0,4.944],[4.943,0]],"v":[[8.952,-0.001],[0.001,-8.952],[-8.952,-0.001],[0.001,8.952]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.6,0.6,0.6,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.201,9.202],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":24,"ty":4,"nm":"Back Wheel Body Outlines","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[720]},{"t":142}],"ix":10},"p":{"s":true,"x":{"a":0,"k":1.969,"ix":3},"y":{"a":0,"k":17.435,"ix":4}},"a":{"a":0,"k":[12.411,12.481,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.004,0.008],[0.011,0.198],[0.134,0.191],[0.399,0.578],[0.09,0.03],[0.213,0.853],[-0.494,0.223],[0.023,0.194],[0.086,0.835],[0.072,0.082],[-0.206,0.794],[-0.081,0.253],[-0.18,-0.026],[-0.063,0.144],[-0.363,0.82],[0.018,0.105],[-0.521,0.554],[-0.168,0.216],[-0.033,-0.034],[-0.008,-0.004],[-0.19,0.009],[-0.189,0.134],[-0.597,0.423],[-0.037,0.089],[-0.748,0.181],[-0.193,0.068],[-0.084,-0.185],[-0.529,0.073],[-0.758,0.076],[-0.094,0.077],[-0.761,-0.205],[-0.056,-0.018],[0.053,-0.53],[-0.153,-0.066],[-0.793,-0.346],[-0.113,0.017],[-0.597,-0.665],[0.3,-0.417],[-0.114,-0.154],[-0.517,-0.709],[-0.081,-0.03],[-0.19,-0.794],[-0.018,-0.076],[0.494,-0.222],[-0.023,-0.172],[-0.106,-0.834],[-0.108,-0.155],[0.104,-0.596],[0.061,-0.277],[0.2,0.022],[0.184,-0.434],[0.309,-0.695],[-0.019,-0.139],[0.636,-0.566],[0.014,-0.013],[0.467,0.306],[0.052,-0.057],[0.682,-0.399],[0.123,-0.316],[0.684,-0.136],[0.191,-0.071],[0.067,0.144],[0.608,-0.087],[0.71,-0.071],[0.123,-0.1],[0.905,0.305],[-0.002,0.078],[0.518,0.222],[0.675,0.307],[0.113,-0.016],[0.57,0.635],[0.168,0.148]],"o":[[0,-0.01],[0.123,-0.206],[-0.01,-0.187],[-0.401,-0.576],[-0.059,-0.085],[-0.889,-0.297],[-0.13,-0.515],[0.199,-0.09],[-0.099,-0.834],[-0.012,-0.121],[-0.568,-0.643],[0.059,-0.227],[0.178,0.017],[0.154,0.023],[0.359,-0.822],[0.045,-0.1],[-0.128,-0.768],[0.187,-0.198],[0.033,0.034],[0.009,0.001],[0.196,0.126],[0.186,-0.009],[0.597,-0.423],[0.081,-0.057],[0.29,-0.691],[0.199,-0.048],[0.182,-0.065],[0.223,0.491],[0.754,-0.104],[0.13,-0.014],[0.636,-0.517],[0.056,0.015],[0.513,0.162],[-0.017,0.168],[0.796,0.341],[0.112,0.049],[0.911,-0.14],[0.348,0.389],[-0.113,0.156],[0.526,0.703],[0.054,0.075],[0.762,0.29],[0.018,0.076],[0.13,0.533],[-0.15,0.068],[0.109,0.834],[0.024,0.192],[0.348,0.503],[-0.048,0.279],[-0.046,0.207],[-0.468,-0.052],[-0.297,0.701],[-0.062,0.137],[0.123,0.865],[-0.015,0.013],[-0.4,0.372],[-0.081,-0.052],[-0.543,0.592],[-0.268,0.157],[-0.251,0.645],[-0.199,0.04],[-0.156,0.058],[-0.247,-0.527],[-0.705,0.102],[-0.164,0.017],[-0.845,0.677],[-0.054,-0.019],[0.015,-0.559],[-0.68,-0.292],[-0.11,-0.051],[-0.841,0.119],[-0.149,-0.166],[0,0]],"v":[[-8.696,8.471],[-8.694,8.443],[-8.356,7.827],[-8.775,7.285],[-9.964,5.545],[-10.188,5.327],[-11.701,3.495],[-11.35,2.743],[-11.166,2.367],[-11.421,-0.141],[-11.512,-0.492],[-11.955,-2.665],[-11.732,-3.365],[-11.191,-3.313],[-10.911,-3.492],[-9.812,-5.949],[-9.757,-6.281],[-9.111,-8.236],[-8.604,-8.88],[-8.505,-8.779],[-8.477,-8.774],[-7.89,-8.426],[-7.347,-8.833],[-5.548,-10.09],[-5.355,-10.324],[-3.847,-11.678],[-3.257,-11.85],[-2.893,-11.688],[-2.136,-11.311],[0.141,-11.533],[0.519,-11.646],[2.624,-12.026],[2.793,-11.977],[3.26,-11.283],[3.45,-10.982],[5.827,-9.936],[6.186,-9.85],[8.401,-8.982],[8.469,-8.182],[8.484,-7.776],[10.032,-5.647],[10.238,-5.46],[11.67,-3.841],[11.732,-3.615],[11.37,-2.855],[11.21,-2.544],[11.5,-0.038],[11.685,0.521],[12.058,2.163],[11.863,2.99],[11.498,3.219],[10.87,3.62],[9.928,5.7],[9.818,6.139],[9.001,8.258],[8.957,8.299],[8.095,8.357],[7.766,8.359],[5.868,9.764],[5.271,10.406],[3.827,11.557],[3.243,11.738],[2.957,11.6],[2.101,11.201],[-0.031,11.391],[-0.507,11.554],[-3.153,11.738],[-3.25,11.507],[-3.758,10.747],[-5.777,9.816],[-6.134,9.728],[-8.245,8.967],[-8.747,8.521]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.2,0.2,0.2,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[12.411,12.482],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":25,"ty":4,"nm":"Nut 4 Outlines","parent":32,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[10.16,5.586,0],"ix":2},"a":{"a":0,"k":[0.723,0.73,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.004,-0.262],[-0.271,-0.001],[0.003,0.281],[0.281,-0.005]],"o":[[-0.005,0.275],[0.276,0.001],[-0.002,-0.285],[-0.257,0.005]],"v":[[-0.468,-0.006],[-0.001,0.479],[0.47,-0.003],[-0.009,-0.475]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.2,0.2,0.2,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0.723,0.731],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":26,"ty":4,"nm":"Nut 3 Outlines","parent":32,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[5.621,4.868,0],"ix":2},"a":{"a":0,"k":[0.743,0.744,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.008,0.258],[0.249,0.002],[0.018,-0.246],[-0.245,-0.012]],"o":[[0.009,-0.251],[-0.239,-0.002],[-0.018,0.245],[0.253,0.012]],"v":[[0.485,0.008],[0.01,-0.492],[-0.475,-0.032],[-0.018,0.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.2,0.2,0.2,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0.743,0.744],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":27,"ty":4,"nm":"Nut 2 Outlines","parent":32,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[4.904,9.394,0],"ix":2},"a":{"a":0,"k":[0.739,0.746,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.219,-0.01],[-0.004,-0.262],[-0.265,0.002],[0.005,0.25]],"o":[[-0.262,0.012],[0.004,0.265],[0.25,-0.002],[-0.003,-0.229]],"v":[[-0.013,-0.486],[-0.485,0.017],[0.004,0.494],[0.484,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.2,0.2,0.2,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0.739,0.746],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":28,"ty":4,"nm":"Nut 1 Outlines","parent":32,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[9.434,10.125,0],"ix":2},"a":{"a":0,"k":[0.741,0.729,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.281,0.005],[0.004,-0.263],[-0.272,-0.005],[-0.006,0.282]],"o":[[-0.272,-0.004],[-0.004,0.265],[0.287,0.005],[0.005,-0.276]],"v":[[0.012,-0.475],[-0.486,-0.009],[-0.006,0.474],[0.486,0.008]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.2,0.2,0.2,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0.74,0.729],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":29,"ty":4,"nm":"Front Center Light Outlines","parent":32,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[7.54,7.509,0],"ix":2},"a":{"a":0,"k":[1.142,1.137,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.441,-0.001],[-0.009,0.483],[-0.509,-0.002],[0.003,-0.475]],"o":[[-0.474,0.002],[0.009,-0.504],[0.487,0.002],[-0.002,0.446]],"v":[[0.001,0.884],[-0.883,-0.029],[0.003,-0.885],[0.889,-0.012]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.6,0.6,0.6,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1.142,1.137],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":30,"ty":4,"nm":"Front Center Dark Outlines","parent":32,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[7.546,7.513,0],"ix":2},"a":{"a":0,"k":[2.188,2.185,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.084,0.003],[0.004,-1.083],[-1.081,-0.013],[-0.006,1.034]],"o":[[-1.089,-0.003],[-0.004,1.084],[1.027,0.013],[0.007,-1.067]],"v":[[-0.012,-1.932],[-1.934,-0.033],[-0.016,1.922],[1.931,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.2,0.2,0.2,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[2.188,2.185],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":31,"ty":4,"nm":"Front Wheel Inner Outlines","parent":32,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[7.508,7.508,0],"ix":2},"a":{"a":0,"k":[4.693,4.692,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,2.454],[2.454,0],[0,-2.453],[-2.453,0]],"o":[[0,-2.453],[-2.453,0],[0,2.454],[2.454,0]],"v":[[4.443,0],[0,-4.442],[-4.443,0],[0,4.442]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.6,0.6,0.6,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[4.693,4.692],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":32,"ty":4,"nm":"Front Wheel Body Outlines","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[1440]},{"t":142}],"ix":10},"p":{"s":true,"x":{"a":0,"k":38.472,"ix":3},"y":{"a":0,"k":22.138,"ix":4}},"a":{"a":0,"k":[7.508,7.508,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.009,0],[0,-4.008],[-4.008,0],[0,4.009]],"o":[[-4.008,0],[0,4.009],[4.009,0],[0,-4.008]],"v":[[0,-7.258],[-7.258,0],[0,7.258],[7.258,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.2,0.2,0.2,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[7.508,7.508],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":33,"ty":4,"nm":"Body Top Back Outlines","parent":35,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[51.891,12.164,0],"ix":2},"a":{"a":0,"k":[4.035,2.441,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.267,0.002],[-1.524,-0.002],[0.001,-1.02],[0.012,-0.274],[-0.089,-0.038],[0,0],[-0.058,0.003],[0.003,0.351],[0.457,0.012],[0.009,-0.002],[-0.009,0.207],[0,0.274],[1.021,0.002],[1.523,-0.012],[0.005,0.222],[0.004,-0.44]],"o":[[1.523,-0.012],[1.021,0.002],[0,0.274],[-0.006,0.141],[0,0],[0.097,-0.008],[0.433,-0.018],[-0.004,-0.355],[-0.01,-0.001],[-0.23,0.032],[0.012,-0.274],[0.001,-1.021],[-1.524,-0.002],[-0.252,0.001],[0,0.44],[-0.002,0.252]],"v":[[-3.454,-0.532],[1.118,-0.537],[2.74,1.094],[2.738,1.917],[2.852,2.191],[2.852,2.076],[3.064,2.058],[3.783,1.442],[3.046,0.853],[3.016,0.853],[2.738,0.561],[2.74,-0.261],[1.118,-1.893],[-3.454,-1.887],[-3.781,-2.191],[-3.784,-0.87]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.957000014361,0.463000009574,0.451000019148,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[4.035,2.441],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":34,"ty":4,"nm":"Body Top Front Outlines","parent":35,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[36.774,12.109,0],"ix":2},"a":{"a":0,"k":[9.459,2.378,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.938,0],[-5.172,-0.009],[0.004,0.301],[0,0.427],[0.267,0],[5.172,-0.002],[0.005,-0.933],[0,-0.403],[0.106,-0.008],[0.009,-0.328],[-0.345,-0.036],[-0.11,-0.012],[-0.002,0.342]],"o":[[5.172,-0.002],[0.297,0.001],[-0.007,-0.427],[-0.014,0.23],[-5.172,-0.01],[-0.938,0.001],[-0.003,0.379],[-0.139,0.008],[-0.351,0.028],[-0.009,0.326],[0.11,0.011],[0,-0.359],[0.005,-0.932]],"v":[[-6.691,-0.481],[8.826,-0.476],[9.205,-0.847],[9.199,-2.128],[8.826,-1.831],[-6.691,-1.837],[-8.265,-0.273],[-8.266,0.889],[-8.616,0.91],[-9.2,1.489],[-8.619,2.112],[-8.266,2.128],[-8.265,1.082]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.957000014361,0.463000009574,0.451000019148,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.459,2.378],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":35,"ty":4,"nm":"Body Main Outlines","parent":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":17.757,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.465]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p465_0p167_0p167"],"t":0,"s":[8.208],"e":[8.174]},{"i":{"x":[0.833],"y":[0.83]},"o":{"x":[0.167],"y":[0.099]},"n":["0p833_0p83_0p167_0p099"],"t":1,"s":[8.174],"e":[7.99]},{"i":{"x":[0.833],"y":[0.903]},"o":{"x":[0.167],"y":[0.163]},"n":["0p833_0p903_0p167_0p163"],"t":2,"s":[7.99],"e":[7.799]},{"i":{"x":[0.833],"y":[1.228]},"o":{"x":[0.167],"y":[0.584]},"n":["0p833_1p228_0p167_0p584"],"t":3,"s":[7.799],"e":[7.767]},{"i":{"x":[0.833],"y":[0.739]},"o":{"x":[0.167],"y":[0.061]},"n":["0p833_0p739_0p167_0p061"],"t":4,"s":[7.767],"e":[7.886]},{"i":{"x":[0.833],"y":[0.804]},"o":{"x":[0.167],"y":[0.122]},"n":["0p833_0p804_0p167_0p122"],"t":5,"s":[7.886],"e":[8.141]},{"i":{"x":[0.833],"y":[0.831]},"o":{"x":[0.167],"y":[0.145]},"n":["0p833_0p831_0p167_0p145"],"t":6,"s":[8.141],"e":[8.483]},{"i":{"x":[0.833],"y":[0.859]},"o":{"x":[0.167],"y":[0.165]},"n":["0p833_0p859_0p167_0p165"],"t":7,"s":[8.483],"e":[8.834]},{"i":{"x":[0.833],"y":[0.921]},"o":{"x":[0.167],"y":[0.203]},"n":["0p833_0p921_0p167_0p203"],"t":8,"s":[8.834],"e":[9.078]},{"i":{"x":[0.833],"y":[-1.176]},"o":{"x":[0.167],"y":[-1.612]},"n":["0p833_-1p176_0p167_-1p612"],"t":9,"s":[9.078],"e":[9.066]},{"i":{"x":[0.833],"y":[0.781]},"o":{"x":[0.167],"y":[0.087]},"n":["0p833_0p781_0p167_0p087"],"t":10,"s":[9.066],"e":[8.765]},{"i":{"x":[0.833],"y":[0.822]},"o":{"x":[0.167],"y":[0.134]},"n":["0p833_0p822_0p167_0p134"],"t":11,"s":[8.765],"e":[8.275]},{"i":{"x":[0.833],"y":[0.844]},"o":{"x":[0.167],"y":[0.156]},"n":["0p833_0p844_0p167_0p156"],"t":12,"s":[8.275],"e":[7.715]},{"i":{"x":[0.833],"y":[0.872]},"o":{"x":[0.167],"y":[0.178]},"n":["0p833_0p872_0p167_0p178"],"t":13,"s":[7.715],"e":[7.225]},{"i":{"x":[0.833],"y":[0.953]},"o":{"x":[0.167],"y":[0.238]},"n":["0p833_0p953_0p167_0p238"],"t":14,"s":[7.225],"e":[6.961]},{"i":{"x":[0.833],"y":[0.66]},"o":{"x":[0.167],"y":[-0.107]},"n":["0p833_0p66_0p167_-0p107"],"t":15,"s":[6.961],"e":[7.077]},{"i":{"x":[0.833],"y":[0.84]},"o":{"x":[0.167],"y":[0.11]},"n":["0p833_0p84_0p167_0p11"],"t":16,"s":[7.077],"e":[7.433]},{"i":{"x":[0.833],"y":[0.883]},"o":{"x":[0.167],"y":[0.174]},"n":["0p833_0p883_0p167_0p174"],"t":17,"s":[7.433],"e":[7.76]},{"i":{"x":[0.833],"y":[1.002]},"o":{"x":[0.167],"y":[0.293]},"n":["0p833_1p002_0p167_0p293"],"t":18,"s":[7.76],"e":[7.891]},{"i":{"x":[0.833],"y":[0.69]},"o":{"x":[0.167],"y":[0.002]},"n":["0p833_0p69_0p167_0p002"],"t":19,"s":[7.891],"e":[7.757]},{"i":{"x":[0.833],"y":[0.784]},"o":{"x":[0.167],"y":[0.114]},"n":["0p833_0p784_0p167_0p114"],"t":20,"s":[7.757],"e":[7.393]},{"i":{"x":[0.833],"y":[0.819]},"o":{"x":[0.167],"y":[0.135]},"n":["0p833_0p819_0p167_0p135"],"t":21,"s":[7.393],"e":[6.812]},{"i":{"x":[0.833],"y":[0.87]},"o":{"x":[0.167],"y":[0.154]},"n":["0p833_0p87_0p167_0p154"],"t":22,"s":[6.812],"e":[6.129]},{"i":{"x":[0.833],"y":[0.94]},"o":{"x":[0.167],"y":[0.233]},"n":["0p833_0p94_0p167_0p233"],"t":23,"s":[6.129],"e":[5.748]},{"i":{"x":[0.833],"y":[0.488]},"o":{"x":[0.167],"y":[-0.212]},"n":["0p833_0p488_0p167_-0p212"],"t":24,"s":[5.748],"e":[5.855]},{"i":{"x":[0.833],"y":[0.807]},"o":{"x":[0.167],"y":[0.1]},"n":["0p833_0p807_0p167_0p1"],"t":25,"s":[5.855],"e":[6.408]},{"i":{"x":[0.833],"y":[0.863]},"o":{"x":[0.167],"y":[0.147]},"n":["0p833_0p863_0p167_0p147"],"t":26,"s":[6.408],"e":[7.134]},{"i":{"x":[0.833],"y":[0.897]},"o":{"x":[0.167],"y":[0.212]},"n":["0p833_0p897_0p167_0p212"],"t":27,"s":[7.134],"e":[7.603]},{"i":{"x":[0.833],"y":[1.043]},"o":{"x":[0.167],"y":[0.443]},"n":["0p833_1p043_0p167_0p443"],"t":28,"s":[7.603],"e":[7.711]},{"i":{"x":[0.833],"y":[0.763]},"o":{"x":[0.167],"y":[0.028]},"n":["0p833_0p763_0p167_0p028"],"t":29,"s":[7.711],"e":[7.547]},{"i":{"x":[0.833],"y":[0.845]},"o":{"x":[0.167],"y":[0.129]},"n":["0p833_0p845_0p167_0p129"],"t":30,"s":[7.547],"e":[7.243]},{"i":{"x":[0.833],"y":[0.92]},"o":{"x":[0.167],"y":[0.18]},"n":["0p833_0p92_0p167_0p18"],"t":31,"s":[7.243],"e":[6.982]},{"i":{"x":[0.833],"y":[-0.784]},"o":{"x":[0.167],"y":[-1.91]},"n":["0p833_-0p784_0p167_-1p91"],"t":32,"s":[6.982],"e":[6.993]},{"i":{"x":[0.833],"y":[0.964]},"o":{"x":[0.167],"y":[0.087]},"n":["0p833_0p964_0p167_0p087"],"t":33,"s":[6.993],"e":[7.215]},{"i":{"x":[0.833],"y":[0.656]},"o":{"x":[0.167],"y":[-0.062]},"n":["0p833_0p656_0p167_-0p062"],"t":34,"s":[7.215],"e":[7.088]},{"i":{"x":[0.833],"y":[0.807]},"o":{"x":[0.167],"y":[0.11]},"n":["0p833_0p807_0p167_0p11"],"t":35,"s":[7.088],"e":[6.689]},{"i":{"x":[0.833],"y":[0.843]},"o":{"x":[0.167],"y":[0.147]},"n":["0p833_0p843_0p167_0p147"],"t":36,"s":[6.689],"e":[6.164]},{"i":{"x":[0.833],"y":[0.885]},"o":{"x":[0.167],"y":[0.177]},"n":["0p833_0p885_0p167_0p177"],"t":37,"s":[6.164],"e":[5.698]},{"i":{"x":[0.833],"y":[1.009]},"o":{"x":[0.167],"y":[0.3]},"n":["0p833_1p009_0p167_0p3"],"t":38,"s":[5.698],"e":[5.518]},{"i":{"x":[0.833],"y":[0.789]},"o":{"x":[0.167],"y":[0.008]},"n":["0p833_0p789_0p167_0p008"],"t":39,"s":[5.518],"e":[5.717]},{"i":{"x":[0.833],"y":[0.818]},"o":{"x":[0.167],"y":[0.138]},"n":["0p833_0p818_0p167_0p138"],"t":40,"s":[5.717],"e":[6.021]},{"i":{"x":[0.833],"y":[0.83]},"o":{"x":[0.167],"y":[0.153]},"n":["0p833_0p83_0p167_0p153"],"t":41,"s":[6.021],"e":[6.383]},{"i":{"x":[0.833],"y":[0.839]},"o":{"x":[0.167],"y":[0.163]},"n":["0p833_0p839_0p167_0p163"],"t":42,"s":[6.383],"e":[6.761]},{"i":{"x":[0.833],"y":[0.851]},"o":{"x":[0.167],"y":[0.173]},"n":["0p833_0p851_0p167_0p173"],"t":43,"s":[6.761],"e":[7.112]},{"i":{"x":[0.833],"y":[0.907]},"o":{"x":[0.167],"y":[0.189]},"n":["0p833_0p907_0p167_0p189"],"t":44,"s":[7.112],"e":[7.388]},{"i":{"x":[0.833],"y":[1.9]},"o":{"x":[0.167],"y":[0.792]},"n":["0p833_1p9_0p167_0p792"],"t":45,"s":[7.388],"e":[7.42]},{"i":{"x":[0.833],"y":[0.786]},"o":{"x":[0.167],"y":[0.076]},"n":["0p833_0p786_0p167_0p076"],"t":46,"s":[7.42],"e":[7.037]},{"i":{"x":[0.833],"y":[0.831]},"o":{"x":[0.167],"y":[0.137]},"n":["0p833_0p831_0p167_0p137"],"t":47,"s":[7.037],"e":[6.438]},{"i":{"x":[0.833],"y":[0.857]},"o":{"x":[0.167],"y":[0.164]},"n":["0p833_0p857_0p167_0p164"],"t":48,"s":[6.438],"e":[5.823]},{"i":{"x":[0.833],"y":[0.898]},"o":{"x":[0.167],"y":[0.199]},"n":["0p833_0p898_0p167_0p199"],"t":49,"s":[5.823],"e":[5.379]},{"i":{"x":[0.833],"y":[1.272]},"o":{"x":[0.167],"y":[0.463]},"n":["0p833_1p272_0p167_0p463"],"t":50,"s":[5.379],"e":[5.282]},{"i":{"x":[0.833],"y":[0.765]},"o":{"x":[0.167],"y":[0.064]},"n":["0p833_0p765_0p167_0p064"],"t":51,"s":[5.282],"e":[5.697]},{"i":{"x":[0.833],"y":[0.838]},"o":{"x":[0.167],"y":[0.129]},"n":["0p833_0p838_0p167_0p129"],"t":52,"s":[5.697],"e":[6.453]},{"i":{"x":[0.833],"y":[0.866]},"o":{"x":[0.167],"y":[0.171]},"n":["0p833_0p866_0p167_0p171"],"t":53,"s":[6.453],"e":[7.169]},{"i":{"x":[0.833],"y":[0.906]},"o":{"x":[0.167],"y":[0.221]},"n":["0p833_0p906_0p167_0p221"],"t":54,"s":[7.169],"e":[7.603]},{"i":{"x":[0.833],"y":[1.307]},"o":{"x":[0.167],"y":[0.712]},"n":["0p833_1p307_0p167_0p712"],"t":55,"s":[7.603],"e":[7.661]},{"i":{"x":[0.833],"y":[0.818]},"o":{"x":[0.167],"y":[0.066]},"n":["0p833_0p818_0p167_0p066"],"t":56,"s":[7.661],"e":[7.391]},{"i":{"x":[0.833],"y":[0.904]},"o":{"x":[0.167],"y":[0.154]},"n":["0p833_0p904_0p167_0p154"],"t":57,"s":[7.391],"e":[7.072]},{"i":{"x":[0.833],"y":[1.255]},"o":{"x":[0.167],"y":[0.627]},"n":["0p833_1p255_0p167_0p627"],"t":58,"s":[7.072],"e":[7.023]},{"i":{"x":[0.833],"y":[0.768]},"o":{"x":[0.167],"y":[0.063]},"n":["0p833_0p768_0p167_0p063"],"t":59,"s":[7.023],"e":[7.221]},{"i":{"x":[0.833],"y":[0.832]},"o":{"x":[0.167],"y":[0.13]},"n":["0p833_0p832_0p167_0p13"],"t":60,"s":[7.221],"e":[7.576]},{"i":{"x":[0.833],"y":[0.88]},"o":{"x":[0.167],"y":[0.165]},"n":["0p833_0p88_0p167_0p165"],"t":61,"s":[7.576],"e":[7.936]},{"i":{"x":[0.833],"y":[1.009]},"o":{"x":[0.167],"y":[0.275]},"n":["0p833_1p009_0p167_0p275"],"t":62,"s":[7.936],"e":[8.093]},{"i":{"x":[0.833],"y":[0.821]},"o":{"x":[0.167],"y":[0.008]},"n":["0p833_0p821_0p167_0p008"],"t":63,"s":[8.093],"e":[7.919]},{"i":{"x":[0.833],"y":[0.902]},"o":{"x":[0.167],"y":[0.156]},"n":["0p833_0p902_0p167_0p156"],"t":64,"s":[7.919],"e":[7.721]},{"i":{"x":[0.833],"y":[1.417]},"o":{"x":[0.167],"y":[0.571]},"n":["0p833_1p417_0p167_0p571"],"t":65,"s":[7.721],"e":[7.687]},{"i":{"x":[0.833],"y":[0.751]},"o":{"x":[0.167],"y":[0.069]},"n":["0p833_0p751_0p167_0p069"],"t":66,"s":[7.687],"e":[7.891]},{"i":{"x":[0.833],"y":[0.822]},"o":{"x":[0.167],"y":[0.125]},"n":["0p833_0p822_0p167_0p125"],"t":67,"s":[7.891],"e":[8.296]},{"i":{"x":[0.833],"y":[0.869]},"o":{"x":[0.167],"y":[0.157]},"n":["0p833_0p869_0p167_0p157"],"t":68,"s":[8.296],"e":[8.754]},{"i":{"x":[0.833],"y":[0.95]},"o":{"x":[0.167],"y":[0.229]},"n":["0p833_0p95_0p167_0p229"],"t":69,"s":[8.754],"e":[9.017]},{"i":{"x":[0.833],"y":[0.534]},"o":{"x":[0.167],"y":[-0.128]},"n":["0p833_0p534_0p167_-0p128"],"t":70,"s":[9.017],"e":[8.913]},{"i":{"x":[0.833],"y":[0.786]},"o":{"x":[0.167],"y":[0.101]},"n":["0p833_0p786_0p167_0p101"],"t":71,"s":[8.913],"e":[8.436]},{"i":{"x":[0.833],"y":[0.827]},"o":{"x":[0.167],"y":[0.136]},"n":["0p833_0p827_0p167_0p136"],"t":72,"s":[8.436],"e":[7.688]},{"i":{"x":[0.833],"y":[0.86]},"o":{"x":[0.167],"y":[0.16]},"n":["0p833_0p86_0p167_0p16"],"t":73,"s":[7.688],"e":[6.88]},{"i":{"x":[0.833],"y":[0.894]},"o":{"x":[0.167],"y":[0.206]},"n":["0p833_0p894_0p167_0p206"],"t":74,"s":[6.88],"e":[6.329]},{"i":{"x":[0.833],"y":[0.855]},"o":{"x":[0.167],"y":[0.384]},"n":["0p833_0p855_0p167_0p384"],"t":75,"s":[6.329],"e":[6.176]},{"i":{"x":[0.833],"y":[0.887]},"o":{"x":[0.167],"y":[0.195]},"n":["0p833_0p887_0p167_0p195"],"t":76,"s":[6.176],"e":[6.062]},{"i":{"x":[0.833],"y":[1.012]},"o":{"x":[0.167],"y":[0.316]},"n":["0p833_1p012_0p167_0p316"],"t":77,"s":[6.062],"e":[6.021]},{"i":{"x":[0.833],"y":[0.722]},"o":{"x":[0.167],"y":[0.01]},"n":["0p833_0p722_0p167_0p01"],"t":78,"s":[6.021],"e":[6.068]},{"i":{"x":[0.833],"y":[0.835]},"o":{"x":[0.167],"y":[0.119]},"n":["0p833_0p835_0p167_0p119"],"t":79,"s":[6.068],"e":[6.177]},{"i":{"x":[0.833],"y":[0.83]},"o":{"x":[0.167],"y":[0.168]},"n":["0p833_0p83_0p167_0p168"],"t":80,"s":[6.177],"e":[6.285]},{"i":{"x":[0.833],"y":[0.733]},"o":{"x":[0.167],"y":[0.163]},"n":["0p833_0p733_0p167_0p163"],"t":81,"s":[6.285],"e":[6.397]},{"i":{"x":[0.833],"y":[0.816]},"o":{"x":[0.167],"y":[0.121]},"n":["0p833_0p816_0p167_0p121"],"t":82,"s":[6.397],"e":[6.644]},{"i":{"x":[0.833],"y":[0.84]},"o":{"x":[0.167],"y":[0.152]},"n":["0p833_0p84_0p167_0p152"],"t":83,"s":[6.644],"e":[6.942]},{"i":{"x":[0.833],"y":[0.858]},"o":{"x":[0.167],"y":[0.174]},"n":["0p833_0p858_0p167_0p174"],"t":84,"s":[6.942],"e":[7.218]},{"i":{"x":[0.833],"y":[0.885]},"o":{"x":[0.167],"y":[0.201]},"n":["0p833_0p885_0p167_0p201"],"t":85,"s":[7.218],"e":[7.413]},{"i":{"x":[0.833],"y":[0.967]},"o":{"x":[0.167],"y":[0.303]},"n":["0p833_0p967_0p167_0p303"],"t":86,"s":[7.413],"e":[7.487]},{"i":{"x":[0.833],"y":[0.777]},"o":{"x":[0.167],"y":[-0.056]},"n":["0p833_0p777_0p167_-0p056"],"t":87,"s":[7.487],"e":[7.442]},{"i":{"x":[0.833],"y":[0.861]},"o":{"x":[0.167],"y":[0.133]},"n":["0p833_0p861_0p167_0p133"],"t":88,"s":[7.442],"e":[7.368]},{"i":{"x":[0.833],"y":[0.921]},"o":{"x":[0.167],"y":[0.207]},"n":["0p833_0p921_0p167_0p207"],"t":89,"s":[7.368],"e":[7.318]},{"i":{"x":[0.833],"y":[-1.111]},"o":{"x":[0.167],"y":[-1.691]},"n":["0p833_-1p111_0p167_-1p691"],"t":90,"s":[7.318],"e":[7.321]},{"i":{"x":[0.833],"y":[0.787]},"o":{"x":[0.167],"y":[0.087]},"n":["0p833_0p787_0p167_0p087"],"t":91,"s":[7.321],"e":[7.378]},{"i":{"x":[0.833],"y":[0.781]},"o":{"x":[0.167],"y":[0.137]},"n":["0p833_0p781_0p167_0p137"],"t":92,"s":[7.378],"e":[7.466]},{"i":{"x":[0.833],"y":[0.796]},"o":{"x":[0.167],"y":[0.135]},"n":["0p833_0p796_0p167_0p135"],"t":93,"s":[7.466],"e":[7.61]},{"i":{"x":[0.833],"y":[0.872]},"o":{"x":[0.167],"y":[0.141]},"n":["0p833_0p872_0p167_0p141"],"t":94,"s":[7.61],"e":[7.819]},{"i":{"x":[0.833],"y":[0.969]},"o":{"x":[0.167],"y":[0.24]},"n":["0p833_0p969_0p167_0p24"],"t":95,"s":[7.819],"e":[7.931]},{"i":{"x":[0.833],"y":[0.622]},"o":{"x":[0.167],"y":[-0.048]},"n":["0p833_0p622_0p167_-0p048"],"t":96,"s":[7.931],"e":[7.86]},{"i":{"x":[0.833],"y":[0.804]},"o":{"x":[0.167],"y":[0.107]},"n":["0p833_0p804_0p167_0p107"],"t":97,"s":[7.86],"e":[7.611]},{"i":{"x":[0.833],"y":[0.84]},"o":{"x":[0.167],"y":[0.145]},"n":["0p833_0p84_0p167_0p145"],"t":98,"s":[7.611],"e":[7.275]},{"i":{"x":[0.833],"y":[0.849]},"o":{"x":[0.167],"y":[0.174]},"n":["0p833_0p849_0p167_0p174"],"t":99,"s":[7.275],"e":[6.964]},{"i":{"x":[0.833],"y":[0.877]},"o":{"x":[0.167],"y":[0.186]},"n":["0p833_0p877_0p167_0p186"],"t":100,"s":[6.964],"e":[6.712]},{"i":{"x":[0.833],"y":[0.935]},"o":{"x":[0.167],"y":[0.259]},"n":["0p833_0p935_0p167_0p259"],"t":101,"s":[6.712],"e":[6.592]},{"i":{"x":[0.833],"y":[0.535]},"o":{"x":[0.167],"y":[-0.293]},"n":["0p833_0p535_0p167_-0p293"],"t":102,"s":[6.592],"e":[6.619]},{"i":{"x":[0.833],"y":[0.848]},"o":{"x":[0.167],"y":[0.102]},"n":["0p833_0p848_0p167_0p102"],"t":103,"s":[6.619],"e":[6.74]},{"i":{"x":[0.833],"y":[0.892]},"o":{"x":[0.167],"y":[0.184]},"n":["0p833_0p892_0p167_0p184"],"t":104,"s":[6.74],"e":[6.841]},{"i":{"x":[0.833],"y":[0.656]},"o":{"x":[0.167],"y":[0.36]},"n":["0p833_0p656_0p167_0p36"],"t":105,"s":[6.841],"e":[6.871]},{"i":{"x":[0.833],"y":[0.84]},"o":{"x":[0.167],"y":[0.11]},"n":["0p833_0p84_0p167_0p11"],"t":106,"s":[6.871],"e":[6.966]},{"i":{"x":[0.833],"y":[0.89]},"o":{"x":[0.167],"y":[0.174]},"n":["0p833_0p89_0p167_0p174"],"t":107,"s":[6.966],"e":[7.052]},{"i":{"x":[0.833],"y":[1.075]},"o":{"x":[0.167],"y":[0.346]},"n":["0p833_1p075_0p167_0p346"],"t":108,"s":[7.052],"e":[7.08]},{"i":{"x":[0.833],"y":[0.722]},"o":{"x":[0.167],"y":[0.039]},"n":["0p833_0p722_0p167_0p039"],"t":109,"s":[7.08],"e":[7.028]},{"i":{"x":[0.833],"y":[0.817]},"o":{"x":[0.167],"y":[0.119]},"n":["0p833_0p817_0p167_0p119"],"t":110,"s":[7.028],"e":[6.905]},{"i":{"x":[0.833],"y":[0.891]},"o":{"x":[0.167],"y":[0.153]},"n":["0p833_0p891_0p167_0p153"],"t":111,"s":[6.905],"e":[6.759]},{"i":{"x":[0.833],"y":[1.212]},"o":{"x":[0.167],"y":[0.355]},"n":["0p833_1p212_0p167_0p355"],"t":112,"s":[6.759],"e":[6.715]},{"i":{"x":[0.833],"y":[0.722]},"o":{"x":[0.167],"y":[0.06]},"n":["0p833_0p722_0p167_0p06"],"t":113,"s":[6.715],"e":[6.873]},{"i":{"x":[0.833],"y":[0.804]},"o":{"x":[0.167],"y":[0.119]},"n":["0p833_0p804_0p167_0p119"],"t":114,"s":[6.873],"e":[7.244]},{"i":{"x":[0.833],"y":[0.841]},"o":{"x":[0.167],"y":[0.145]},"n":["0p833_0p841_0p167_0p145"],"t":115,"s":[7.244],"e":[7.744]},{"i":{"x":[0.833],"y":[0.885]},"o":{"x":[0.167],"y":[0.176]},"n":["0p833_0p885_0p167_0p176"],"t":116,"s":[7.744],"e":[8.195]},{"i":{"x":[0.833],"y":[0.959]},"o":{"x":[0.167],"y":[0.3]},"n":["0p833_0p959_0p167_0p3"],"t":117,"s":[8.195],"e":[8.369]},{"i":{"x":[0.833],"y":[0.72]},"o":{"x":[0.167],"y":[-0.082]},"n":["0p833_0p72_0p167_-0p082"],"t":118,"s":[8.369],"e":[8.281]},{"i":{"x":[0.833],"y":[0.836]},"o":{"x":[0.167],"y":[0.119]},"n":["0p833_0p836_0p167_0p119"],"t":119,"s":[8.281],"e":[8.074]},{"i":{"x":[0.833],"y":[0.883]},"o":{"x":[0.167],"y":[0.17]},"n":["0p833_0p883_0p167_0p17"],"t":120,"s":[8.074],"e":[7.875]},{"i":{"x":[0.833],"y":[1.056]},"o":{"x":[0.167],"y":[0.29]},"n":["0p833_1p056_0p167_0p29"],"t":121,"s":[7.875],"e":[7.795]},{"i":{"x":[0.833],"y":[0.643]},"o":{"x":[0.167],"y":[0.033]},"n":["0p833_0p643_0p167_0p033"],"t":122,"s":[7.795],"e":[7.929]},{"i":{"x":[0.833],"y":[0.811]},"o":{"x":[0.167],"y":[0.109]},"n":["0p833_0p811_0p167_0p109"],"t":123,"s":[7.929],"e":[8.371]},{"i":{"x":[0.833],"y":[0.868]},"o":{"x":[0.167],"y":[0.149]},"n":["0p833_0p868_0p167_0p149"],"t":124,"s":[8.371],"e":[8.93]},{"i":{"x":[0.833],"y":[0.934]},"o":{"x":[0.167],"y":[0.225]},"n":["0p833_0p934_0p167_0p225"],"t":125,"s":[8.93],"e":[9.259]},{"i":{"x":[0.833],"y":[0.375]},"o":{"x":[0.167],"y":[-0.319]},"n":["0p833_0p375_0p167_-0p319"],"t":126,"s":[9.259],"e":[9.191]},{"i":{"x":[0.833],"y":[0.802]},"o":{"x":[0.167],"y":[0.096]},"n":["0p833_0p802_0p167_0p096"],"t":127,"s":[9.191],"e":[8.749]},{"i":{"x":[0.833],"y":[0.841]},"o":{"x":[0.167],"y":[0.144]},"n":["0p833_0p841_0p167_0p144"],"t":128,"s":[8.749],"e":[8.142]},{"i":{"x":[0.833],"y":[0.844]},"o":{"x":[0.167],"y":[0.175]},"n":["0p833_0p844_0p167_0p175"],"t":129,"s":[8.142],"e":[7.59]},{"i":{"x":[0.833],"y":[0.882]},"o":{"x":[0.167],"y":[0.179]},"n":["0p833_0p882_0p167_0p179"],"t":130,"s":[7.59],"e":[7.108]},{"i":{"x":[0.833],"y":[0.979]},"o":{"x":[0.167],"y":[0.284]},"n":["0p833_0p979_0p167_0p284"],"t":131,"s":[7.108],"e":[6.908]},{"i":{"x":[0.833],"y":[0.689]},"o":{"x":[0.167],"y":[-0.028]},"n":["0p833_0p689_0p167_-0p028"],"t":132,"s":[6.908],"e":[7.057]},{"i":{"x":[0.833],"y":[0.831]},"o":{"x":[0.167],"y":[0.114]},"n":["0p833_0p831_0p167_0p114"],"t":133,"s":[7.057],"e":[7.465]},{"i":{"x":[0.833],"y":[0.899]},"o":{"x":[0.167],"y":[0.165]},"n":["0p833_0p899_0p167_0p165"],"t":134,"s":[7.465],"e":[7.883]},{"i":{"x":[0.833],"y":[1.108]},"o":{"x":[0.167],"y":[0.476]},"n":["0p833_1p108_0p167_0p476"],"t":135,"s":[7.883],"e":[7.972]},{"i":{"x":[0.833],"y":[0.796]},"o":{"x":[0.167],"y":[0.047]},"n":["0p833_0p796_0p167_0p047"],"t":136,"s":[7.972],"e":[7.768]},{"i":{"x":[0.833],"y":[0.852]},"o":{"x":[0.167],"y":[0.141]},"n":["0p833_0p852_0p167_0p141"],"t":137,"s":[7.768],"e":[7.473]},{"i":{"x":[0.833],"y":[0.899]},"o":{"x":[0.167],"y":[0.191]},"n":["0p833_0p899_0p167_0p191"],"t":138,"s":[7.473],"e":[7.245]},{"i":{"x":[0.833],"y":[1.278]},"o":{"x":[0.167],"y":[0.488]},"n":["0p833_1p278_0p167_0p488"],"t":139,"s":[7.245],"e":[7.198]},{"i":{"x":[0.833],"y":[0.785]},"o":{"x":[0.167],"y":[0.064]},"n":["0p833_0p785_0p167_0p064"],"t":140,"s":[7.198],"e":[7.402]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.136]},"n":["0p833_0p833_0p167_0p136"],"t":141,"s":[7.402],"e":[7.723]},{"t":142}],"ix":4}},"a":{"a":0,"k":[28.441,21.711,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.745,0.472],[0.129,0.165],[0.024,0.263],[-0.243,-0.001],[-1.293,-0.012],[0.002,0.24],[-0.01,1.272],[0.239,-0.005],[0.744,0.004],[-0.007,0.291],[-0.336,0.003],[-0.657,0.005],[-0.021,0.646],[0.223,-0.003],[0.735,0.005],[0.1,0.048],[-0.043,0.221],[-0.246,0.001],[-0.676,0.005],[-0.026,0.629],[0.227,-0.003],[0.735,0.005],[-0.01,0.279],[-0.362,0.01],[-0.059,0],[-0.676,-0.012],[0.041,0.257],[-0.009,0.057],[0.3,-0.008],[0.725,0.008],[-0.139,0.326],[-0.227,-0.001],[-0.686,0.001],[-0.029,0.54],[0.297,-0.009],[0.734,0.009],[-0.223,0.299],[-0.172,0.007],[-0.685,-0.001],[-0.001,0.465],[0,0],[-0.057,0.003],[0.003,0.351],[0.455,0.012],[0.01,-0.002],[-0.01,0.208],[0,0.275],[1.017,0.001],[1.518,-0.012],[-0.002,0.251],[-0.005,1.214],[0.263,-0.019],[0.001,0.07],[-0.007,1.175],[-0.335,0.147],[-0.09,0.155],[0.025,0.233],[-0.001,0.02],[0.153,-0.032],[-0.005,-1.331],[-0.008,-1.078],[0.241,0.036],[-0.003,-0.245],[-0.018,-1.204],[0.296,0],[5.152,-0.001],[0.005,-0.933],[0,-0.403],[0.104,-0.008],[0.008,-0.328],[-0.344,-0.036],[-0.085,-0.1],[-0.006,-0.185],[-0.004,-0.049],[0.164,-0.027],[0.97,-0.181],[0,0],[0.369,-0.231],[0.371,-0.281],[-0.024,-0.014],[-0.804,-0.805],[-0.642,-1.238],[-0.19,0.005],[-0.588,-0.013],[-0.002,0.213],[-0.007,0.627],[0,0.753],[0,0],[0.013,-0.662],[-0.278,0.006],[-1.136,0],[-1.184,-0.016],[0.003,0.206],[0.023,0.713],[-0.242,-0.003],[0.008,-0.336],[-0.038,-0.596],[-0.89,0.001],[-1.245,0.013],[0.003,-0.268],[0,-1.058],[0.42,0],[6.181,-0.028],[0.21,0.448],[1.071,1.103],[1.514,0.737],[1.612,0.228],[0.062,0.094],[0.63,0.942],[0.369,0.48],[1.249,-0.024],[0.463,-0.063],[-0.221,-0.992],[-0.2,-0.877],[0.237,-0.061],[0.323,-0.11],[1.135,-0.883],[0.335,-0.266],[-0.006,0.075],[0.42,0.306],[0.759,-0.034],[-0.009,-0.978],[-0.05,0.003],[-0.377,0.04],[-0.167,0.032],[0.209,-0.26],[-0.554,-0.433],[-0.904,0.64],[-1.694,0.332],[-2.888,-1.396],[-1.017,-1.094],[-0.566,-2.211],[0.014,-1.23],[-0.241,0.007],[-0.499,-0.018],[0.016,0.237],[0.069,0.652],[0.108,0.691],[0,0],[-6.25,-0.002],[-0.127,-0.141],[-0.03,-0.278],[0.243,-0.048]],"o":[[-0.252,-0.069],[-0.13,-0.167],[-0.022,-0.246],[1.293,0.011],[0.247,0.002],[-0.01,-1.273],[0.002,-0.228],[-0.744,0.014],[-0.364,-0.003],[0.006,-0.264],[0.656,-0.005],[0.643,-0.005],[0.007,-0.216],[-0.734,0.011],[-0.115,-0.001],[-0.195,-0.094],[0.054,-0.271],[0.677,-0.004],[0.632,-0.005],[0.011,-0.262],[-0.734,0.009],[-0.349,-0.003],[0.01,-0.277],[0.058,-0.002],[0.675,0],[0.233,0.005],[-0.008,-0.057],[0.05,-0.298],[-0.723,0.02],[-0.402,-0.005],[0.091,-0.214],[0.686,0.003],[0.545,-0.001],[0.017,-0.303],[-0.733,0.021],[-0.413,-0.005],[0.097,-0.13],[0.684,-0.025],[0.451,0],[0,0],[0.097,-0.008],[0.432,-0.018],[-0.003,-0.355],[-0.01,-0.001],[-0.228,0.032],[0.013,-0.273],[0.002,-1.02],[-1.518,-0.002],[-0.266,0.001],[0.011,-1.215],[0.001,-0.202],[-0.065,0.005],[-0.01,-1.175],[0.003,-0.368],[0.21,-0.091],[0.094,-0.163],[-0.003,-0.019],[0.001,-0.178],[-1.11,0.238],[0.003,1.078],[0.001,0.22],[-0.245,-0.037],[0.012,1.204],[0.005,0.302],[-5.152,-0.009],[-0.936,0.001],[-0.001,0.379],[-0.138,0.009],[-0.351,0.028],[-0.009,0.326],[0.18,0.019],[0.094,0.111],[0.002,0.049],[0.016,0.178],[-0.972,0.163],[0,0],[-0.439,0.224],[-0.364,0.227],[0.092,0.073],[1.006,0.542],[0.991,0.993],[0.079,0.153],[0.587,-0.013],[0.221,0.005],[0.006,-0.626],[0.008,-0.722],[0,0],[0.665,-0.001],[-0.005,0.264],[1.135,-0.022],[1.183,0],[0.231,0.004],[-0.009,-0.714],[-0.011,-0.327],[0.233,0.004],[-0.014,0.596],[0.057,0.891],[1.244,-0.001],[0.273,-0.003],[-0.013,1.058],[0,0.411],[-6.179,0],[-0.554,0.003],[-0.653,-1.394],[-1.177,-1.212],[-1.462,-0.712],[-0.122,-0.017],[-0.624,-0.945],[-0.336,-0.502],[-0.799,-1.04],[-0.45,0.008],[0.232,1.049],[0.196,0.878],[0.041,0.179],[-0.33,0.085],[-1.363,0.466],[-0.278,0.215],[0.023,-0.166],[0.035,-0.494],[-0.618,-0.451],[0,1.008],[0.001,0.053],[0.378,-0.023],[0.087,-0.01],[-0.251,0.311],[0.559,0.437],[0.686,-0.918],[1.407,-0.998],[3.172,-0.622],[1.339,0.647],[1.571,1.688],[0.304,1.186],[-0.002,0.221],[0.499,-0.014],[0.228,0.009],[-0.046,-0.655],[-0.07,-0.657],[0,0],[6.249,0],[0.272,0],[0.146,0.163],[0.024,0.242],[-1.106,0.22]],"v":[[22.506,7.187],[21.773,6.964],[21.719,6.195],[22.032,5.88],[25.911,5.891],[26.223,5.573],[26.224,1.754],[25.929,1.451],[23.696,1.455],[23.144,0.993],[23.694,0.553],[25.664,0.549],[26.223,-0.018],[25.942,-0.308],[23.738,-0.308],[23.395,-0.358],[23.156,-0.845],[23.652,-1.208],[25.68,-1.21],[26.224,-1.757],[25.896,-2.063],[23.692,-2.062],[23.141,-2.535],[23.699,-2.966],[23.876,-2.966],[25.903,-2.962],[26.22,-3.271],[26.22,-3.447],[25.85,-3.826],[23.676,-3.824],[23.181,-4.455],[23.677,-4.748],[25.734,-4.747],[26.227,-5.236],[25.851,-5.609],[23.648,-5.605],[23.216,-6.268],[23.712,-6.496],[25.768,-6.507],[26.22,-6.971],[26.22,-7.471],[26.431,-7.489],[27.148,-8.105],[26.414,-8.694],[26.384,-8.694],[26.108,-8.986],[26.11,-9.809],[24.493,-11.439],[19.94,-11.434],[19.611,-11.772],[19.619,-15.416],[19.339,-15.739],[19.138,-15.936],[19.136,-19.462],[19.667,-20.239],[20.283,-20.505],[20.232,-21.187],[20.228,-21.246],[19.977,-21.429],[18.083,-19.266],[18.086,-16.033],[17.791,-15.727],[17.477,-15.418],[17.49,-11.805],[17.113,-11.433],[1.656,-11.439],[0.087,-9.875],[0.087,-8.713],[-0.261,-8.692],[-0.843,-8.113],[-0.265,-7.49],[0.254,-7.412],[0.296,-6.874],[0.297,-6.727],[0.055,-6.478],[-2.859,-5.962],[-4.349,-5.53],[-5.564,-4.901],[-6.626,-4.107],[-6.488,-3.999],[-3.788,-1.955],[-1.397,1.433],[-1.039,1.664],[0.724,1.663],[1.014,1.375],[1.056,-0.505],[1.058,-2.703],[3.331,-2.703],[3.994,-2.042],[4.336,-1.694],[7.743,-1.72],[11.295,-1.697],[11.568,-1.994],[11.559,-4.136],[11.954,-4.47],[12.358,-4.143],[12.402,-2.353],[13.85,-1.016],[17.583,-1.022],[17.931,-0.67],[17.925,2.504],[17.504,2.915],[-1.037,2.932],[-2.038,2.282],[-4.671,-1.434],[-8.734,-4.322],[-10.748,-5.53],[-11.844,-7.053],[-15.53,-8.77],[-16.616,-10.226],[-19.776,-11.583],[-21.138,-11.405],[-20.468,-8.371],[-19.872,-5.739],[-20.058,-5.368],[-21.03,-5.044],[-24.773,-3.009],[-25.659,-2.307],[-25.615,-2.623],[-26.095,-3.88],[-28.188,-4.339],[-28.182,-1.376],[-28.03,-1.225],[-26.897,-1.33],[-26.558,-1.396],[-27.212,-0.587],[-25.565,0.701],[-23.169,-1.606],[-18.511,-3.589],[-9.424,-2.352],[-5.907,0.297],[-2.771,6.189],[-2.341,9.825],[-2.049,10.132],[-0.551,10.142],[-0.25,9.849],[-0.372,7.885],[-0.677,5.885],[-0.162,5.885],[18.587,5.887],[19.373,5.946],[19.456,6.758],[19.148,7.15]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.282000014361,0.234999997008,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[28.441,21.711],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":36,"ty":4,"nm":"Body Inner Outlines","parent":35,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[31.531,19.277,0],"ix":2},"a":{"a":0,"k":[20.528,7.309,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[-0.218,-0.175],[0,0],[0,0],[0,0],[0,0],[0,0],[4.679,1.44]],"o":[[0,0],[0,0],[0,0],[0,0],[0.216,0.175],[0,0],[0,0],[0,0],[0,0],[0,0],[-4.68,-1.44]],"v":[[-20.279,-4.067],[-8.201,-1.906],[0.723,-3.519],[7.318,-7.059],[16.61,-5.058],[18.459,1.058],[19.185,1.406],[20.279,5.544],[19.185,7.059],[-5.48,7.059],[-11.9,-0.832]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.936999990426,0.169000004787,0.149000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[20.528,7.309],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":37,"ty":4,"nm":"Face Light Outlines","parent":35,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[52.842,19.272,0],"ix":2},"a":{"a":0,"k":[1.967,5.302,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[1.717,5.052],[-1.717,5.052],[-1.717,-5.052],[1.717,-5.052]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.976000019148,0.741000007181,0.741000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1.967,5.302],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":38,"ty":4,"nm":"Back Wheel Cover Black Outlines","parent":35,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[13.81,24.179,0],"ix":2},"a":{"a":0,"k":[12.831,7.913,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-12.581,-3.056],[-8.625,0.145],[2.856,-2.465],[7.819,4.492],[9.671,7.652],[12.581,7.663],[12.059,1.58],[7.568,-5.178],[-0.965,-7.663],[-9.441,-5.327]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.4,0.395999983245,0.395999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[12.831,7.914],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":39,"ty":4,"nm":"Back Light Outlines","parent":35,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-0.814,18.853,0],"ix":2},"a":{"a":0,"k":[1.324,1.731,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-2.147,-1.482]],"o":[[0,0],[0,0]],"v":[[1.067,-1.482],[1.074,1.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.957000014361,0.804000016755,0.616000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1.323,1.732],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":40,"ty":4,"nm":"Driver Head Outlines","parent":42,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[3.692,-1.422,0],"ix":2},"a":{"a":0,"k":[2.431,2.553,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.417,0.242],[0,0],[0,0],[-1.696,0.048],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.485,-0.146],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[1.697,-0.049],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.485,0.145],[0,0],[0,0],[0,0]],"v":[[-1.289,1.811],[-1.289,-0.266],[-2.182,-0.266],[-1.503,-0.654],[0.049,-2.253],[1.62,-0.799],[2.182,-0.221],[1.62,-0.221],[1.62,0.413],[1.62,0.799],[1.357,0.799],[0.825,2.158],[0.243,2.012],[0.146,2.303],[-0.969,1.867]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.317999985639,0.2,0.165000002992,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[2.431,2.553],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":41,"ty":4,"nm":"Driver Hand Outlines","parent":42,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[7.378,5.125,0],"ix":2},"a":{"a":0,"k":[3.936,2.259,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-2.279,-2.009],[-0.874,-1.19],[1.161,-1.19],[2.664,-1.599],[2.664,-0.899],[3.246,-0.899],[1.84,0.119],[-1.117,0.119],[-2.508,-1.332],[1.226,0.952],[3.686,-0.528],[1.314,2.009],[-3.686,0.47]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.317999985639,0.2,0.165000002992,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[3.936,2.259],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":42,"ty":4,"nm":"Driver Body Outlines","parent":35,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[16.33,11.297,0],"ix":2},"a":{"a":0,"k":[7.401,8.225,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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],[0,0],[0,0],[-2.432,-0.534],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[1.552,-4.945],[0,0],[0,0],[0,0],[-1.745,2.667],[0,0],[2.431,0.533],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-2.593,-0.606],[-3.563,-6.957],[-3.563,-7.344],[-5.406,-7.975],[-5.406,-7.296],[-5.841,-0.606],[-4.201,2.304],[1.43,2.546],[3.223,5.891],[3.999,7.975],[5.745,6.957],[7.15,5.503],[4.581,5.746],[2.788,1.188],[-2.786,-0.267]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.317999985639,0.2,0.165000002992,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[7.4,8.225],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":43,"ty":3,"nm":"Front Particles Ctrl","sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[227,170,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[50,50,100],"ix":6}},"ao":0,"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":44,"ty":4,"nm":"particle 200","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":135,"s":[100],"e":[0]},{"t":145}],"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},"n":"0p833_0p833_0p167_0p167","t":125,"s":[-7,-4,0],"e":[-27,-4,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":145}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":125,"op":146,"st":125,"bm":0},{"ddd":0,"ind":45,"ty":4,"nm":"particle 199","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":133,"s":[100],"e":[0]},{"t":143}],"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},"n":"0p833_0p833_0p167_0p167","t":123,"s":[-7,-2,0],"e":[-27,-2,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":143}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":123,"op":144,"st":123,"bm":0},{"ddd":0,"ind":46,"ty":4,"nm":"particle 198","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":132,"s":[100],"e":[0]},{"t":142}],"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},"n":"0p833_0p833_0p167_0p167","t":122,"s":[-6,-8,0],"e":[-26,-8,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":142}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":122,"op":143,"st":122,"bm":0},{"ddd":0,"ind":47,"ty":4,"nm":"particle 197","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":130,"s":[100],"e":[0]},{"t":140}],"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},"n":"0p833_0p833_0p167_0p167","t":120,"s":[0,0,0],"e":[-20,0,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":140}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":120,"op":141,"st":120,"bm":0},{"ddd":0,"ind":48,"ty":4,"nm":"particle 196","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":131,"s":[100],"e":[0]},{"t":141}],"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},"n":"0p833_0p833_0p167_0p167","t":121,"s":[-7,-4,0],"e":[-27,-4,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":141}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":121,"op":142,"st":121,"bm":0},{"ddd":0,"ind":49,"ty":4,"nm":"particle 195","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":128,"s":[100],"e":[0]},{"t":138}],"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},"n":"0p833_0p833_0p167_0p167","t":118,"s":[-7,-4,0],"e":[-27,-4,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":138}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":118,"op":139,"st":118,"bm":0},{"ddd":0,"ind":50,"ty":4,"nm":"particle 194","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":126,"s":[100],"e":[0]},{"t":136}],"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},"n":"0p833_0p833_0p167_0p167","t":116,"s":[-7,-2,0],"e":[-27,-2,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":136}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":116,"op":137,"st":116,"bm":0},{"ddd":0,"ind":51,"ty":4,"nm":"particle 193","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":125,"s":[100],"e":[0]},{"t":135}],"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},"n":"0p833_0p833_0p167_0p167","t":115,"s":[-6,-8,0],"e":[-26,-8,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":135}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":115,"op":136,"st":115,"bm":0},{"ddd":0,"ind":52,"ty":4,"nm":"particle 192","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":123,"s":[100],"e":[0]},{"t":133}],"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},"n":"0p833_0p833_0p167_0p167","t":113,"s":[0,0,0],"e":[-20,0,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":133}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":113,"op":134,"st":113,"bm":0},{"ddd":0,"ind":53,"ty":4,"nm":"particle 191","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":124,"s":[100],"e":[0]},{"t":134}],"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},"n":"0p833_0p833_0p167_0p167","t":114,"s":[-7,-4,0],"e":[-27,-4,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":134}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":114,"op":135,"st":114,"bm":0},{"ddd":0,"ind":54,"ty":4,"nm":"particle 190","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":121,"s":[100],"e":[0]},{"t":131}],"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},"n":"0p833_0p833_0p167_0p167","t":111,"s":[-7,-4,0],"e":[-27,-4,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":131}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":111,"op":132,"st":111,"bm":0},{"ddd":0,"ind":55,"ty":4,"nm":"particle 189","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":119,"s":[100],"e":[0]},{"t":129}],"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},"n":"0p833_0p833_0p167_0p167","t":109,"s":[-7,-2,0],"e":[-27,-2,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":129}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":109,"op":130,"st":109,"bm":0},{"ddd":0,"ind":56,"ty":4,"nm":"particle 188","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":118,"s":[100],"e":[0]},{"t":128}],"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},"n":"0p833_0p833_0p167_0p167","t":108,"s":[-6,-8,0],"e":[-26,-8,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":128}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":108,"op":129,"st":108,"bm":0},{"ddd":0,"ind":57,"ty":4,"nm":"particle 187","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":116,"s":[100],"e":[0]},{"t":126}],"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},"n":"0p833_0p833_0p167_0p167","t":106,"s":[0,0,0],"e":[-20,0,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":126}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":106,"op":127,"st":106,"bm":0},{"ddd":0,"ind":58,"ty":4,"nm":"particle 186","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":117,"s":[100],"e":[0]},{"t":127}],"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},"n":"0p833_0p833_0p167_0p167","t":107,"s":[-7,-4,0],"e":[-27,-4,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":127}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":107,"op":128,"st":107,"bm":0},{"ddd":0,"ind":59,"ty":4,"nm":"particle 185","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":115,"s":[100],"e":[0]},{"t":125}],"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},"n":"0p833_0p833_0p167_0p167","t":105,"s":[-7,-2,0],"e":[-27,-2,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":125}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":105,"op":126,"st":105,"bm":0},{"ddd":0,"ind":60,"ty":4,"nm":"particle 184","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":114,"s":[100],"e":[0]},{"t":124}],"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},"n":"0p833_0p833_0p167_0p167","t":104,"s":[-6,-8,0],"e":[-26,-8,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":124}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":104,"op":125,"st":104,"bm":0},{"ddd":0,"ind":61,"ty":4,"nm":"particle 183","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":112,"s":[100],"e":[0]},{"t":122}],"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},"n":"0p833_0p833_0p167_0p167","t":102,"s":[0,0,0],"e":[-20,0,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":122}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":102,"op":123,"st":102,"bm":0},{"ddd":0,"ind":62,"ty":4,"nm":"particle 182","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":111,"s":[100],"e":[0]},{"t":121}],"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},"n":"0p833_0p833_0p167_0p167","t":101,"s":[-7,-4,0],"e":[-27,-4,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":121}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":101,"op":122,"st":101,"bm":0},{"ddd":0,"ind":63,"ty":4,"nm":"particle 181","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":109,"s":[100],"e":[0]},{"t":119}],"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},"n":"0p833_0p833_0p167_0p167","t":99,"s":[-7,-2,0],"e":[-27,-2,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":119}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":99,"op":120,"st":99,"bm":0},{"ddd":0,"ind":64,"ty":4,"nm":"particle 180","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":108,"s":[100],"e":[0]},{"t":118}],"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},"n":"0p833_0p833_0p167_0p167","t":98,"s":[-6,-8,0],"e":[-26,-8,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":118}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":98,"op":119,"st":98,"bm":0},{"ddd":0,"ind":65,"ty":4,"nm":"particle 179","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":106,"s":[100],"e":[0]},{"t":116}],"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},"n":"0p833_0p833_0p167_0p167","t":96,"s":[0,0,0],"e":[-20,0,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":116}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":96,"op":117,"st":96,"bm":0},{"ddd":0,"ind":66,"ty":4,"nm":"particle 178","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":107,"s":[100],"e":[0]},{"t":117}],"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},"n":"0p833_0p833_0p167_0p167","t":97,"s":[-7,-4,0],"e":[-27,-4,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":117}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":97,"op":118,"st":97,"bm":0},{"ddd":0,"ind":67,"ty":4,"nm":"particle 177","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":105,"s":[100],"e":[0]},{"t":115}],"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},"n":"0p833_0p833_0p167_0p167","t":95,"s":[-7,-2,0],"e":[-27,-2,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":115}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":95,"op":116,"st":95,"bm":0},{"ddd":0,"ind":68,"ty":4,"nm":"particle 176","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":104,"s":[100],"e":[0]},{"t":114}],"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},"n":"0p833_0p833_0p167_0p167","t":94,"s":[-6,-8,0],"e":[-26,-8,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":114}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":94,"op":115,"st":94,"bm":0},{"ddd":0,"ind":69,"ty":4,"nm":"particle 175","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":102,"s":[100],"e":[0]},{"t":112}],"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},"n":"0p833_0p833_0p167_0p167","t":92,"s":[0,0,0],"e":[-20,0,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":112}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":92,"op":113,"st":92,"bm":0},{"ddd":0,"ind":70,"ty":4,"nm":"particle 148","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[100],"e":[0]},{"t":110}],"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},"n":"0p833_0p833_0p167_0p167","t":90,"s":[-7,-4,0],"e":[-27,-4,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":110}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":90,"op":111,"st":90,"bm":0},{"ddd":0,"ind":71,"ty":4,"nm":"particle 147","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":98,"s":[100],"e":[0]},{"t":108}],"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},"n":"0p833_0p833_0p167_0p167","t":88,"s":[-7,-2,0],"e":[-27,-2,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":108}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":88,"op":109,"st":88,"bm":0},{"ddd":0,"ind":72,"ty":4,"nm":"particle 146","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":97,"s":[100],"e":[0]},{"t":107}],"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},"n":"0p833_0p833_0p167_0p167","t":87,"s":[-6,-8,0],"e":[-26,-8,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":107}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":87,"op":108,"st":87,"bm":0},{"ddd":0,"ind":73,"ty":4,"nm":"particle 145","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":95,"s":[100],"e":[0]},{"t":105}],"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},"n":"0p833_0p833_0p167_0p167","t":85,"s":[0,0,0],"e":[-20,0,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":105}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":85,"op":106,"st":85,"bm":0},{"ddd":0,"ind":74,"ty":4,"nm":"particle 144","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":96,"s":[100],"e":[0]},{"t":106}],"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},"n":"0p833_0p833_0p167_0p167","t":86,"s":[-7,-4,0],"e":[-27,-4,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":106}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":86,"op":107,"st":86,"bm":0},{"ddd":0,"ind":75,"ty":4,"nm":"particle 143","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":93,"s":[100],"e":[0]},{"t":103}],"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},"n":"0p833_0p833_0p167_0p167","t":83,"s":[-7,-4,0],"e":[-27,-4,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":103}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":83,"op":104,"st":83,"bm":0},{"ddd":0,"ind":76,"ty":4,"nm":"particle 142","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":91,"s":[100],"e":[0]},{"t":101}],"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},"n":"0p833_0p833_0p167_0p167","t":81,"s":[-7,-2,0],"e":[-27,-2,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":101}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":81,"op":102,"st":81,"bm":0},{"ddd":0,"ind":77,"ty":4,"nm":"particle 141","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":90,"s":[100],"e":[0]},{"t":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},"n":"0p833_0p833_0p167_0p167","t":80,"s":[-6,-8,0],"e":[-26,-8,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":100}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":80,"op":101,"st":80,"bm":0},{"ddd":0,"ind":78,"ty":4,"nm":"particle 140","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":88,"s":[100],"e":[0]},{"t":98}],"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},"n":"0p833_0p833_0p167_0p167","t":78,"s":[0,0,0],"e":[-20,0,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":98}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":78,"op":99,"st":78,"bm":0},{"ddd":0,"ind":79,"ty":4,"nm":"particle 139","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":89,"s":[100],"e":[0]},{"t":99}],"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},"n":"0p833_0p833_0p167_0p167","t":79,"s":[-7,-4,0],"e":[-27,-4,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":99}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":79,"op":100,"st":79,"bm":0},{"ddd":0,"ind":80,"ty":4,"nm":"particle 138","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":86,"s":[100],"e":[0]},{"t":96}],"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},"n":"0p833_0p833_0p167_0p167","t":76,"s":[-7,-4,0],"e":[-27,-4,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":96}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":76,"op":97,"st":76,"bm":0},{"ddd":0,"ind":81,"ty":4,"nm":"particle 137","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":84,"s":[100],"e":[0]},{"t":94}],"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},"n":"0p833_0p833_0p167_0p167","t":74,"s":[-7,-2,0],"e":[-27,-2,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":94}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":74,"op":95,"st":74,"bm":0},{"ddd":0,"ind":82,"ty":4,"nm":"particle 136","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":83,"s":[100],"e":[0]},{"t":93}],"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},"n":"0p833_0p833_0p167_0p167","t":73,"s":[-6,-8,0],"e":[-26,-8,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":93}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":73,"op":94,"st":73,"bm":0},{"ddd":0,"ind":83,"ty":4,"nm":"particle 135","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":81,"s":[100],"e":[0]},{"t":91}],"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},"n":"0p833_0p833_0p167_0p167","t":71,"s":[0,0,0],"e":[-20,0,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":91}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":71,"op":92,"st":71,"bm":0},{"ddd":0,"ind":84,"ty":4,"nm":"particle 134","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":82,"s":[100],"e":[0]},{"t":92}],"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},"n":"0p833_0p833_0p167_0p167","t":72,"s":[-7,-4,0],"e":[-27,-4,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":92}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":72,"op":93,"st":72,"bm":0},{"ddd":0,"ind":85,"ty":4,"nm":"particle 133","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":80,"s":[100],"e":[0]},{"t":90}],"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},"n":"0p833_0p833_0p167_0p167","t":70,"s":[-7,-2,0],"e":[-27,-2,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":90}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":70,"op":91,"st":70,"bm":0},{"ddd":0,"ind":86,"ty":4,"nm":"particle 132","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":79,"s":[100],"e":[0]},{"t":89}],"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},"n":"0p833_0p833_0p167_0p167","t":69,"s":[-6,-8,0],"e":[-26,-8,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":89}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":69,"op":90,"st":69,"bm":0},{"ddd":0,"ind":87,"ty":4,"nm":"particle 131","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":77,"s":[100],"e":[0]},{"t":87}],"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},"n":"0p833_0p833_0p167_0p167","t":67,"s":[0,0,0],"e":[-20,0,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":87}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":67,"op":88,"st":67,"bm":0},{"ddd":0,"ind":88,"ty":4,"nm":"particle 130","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":76,"s":[100],"e":[0]},{"t":86}],"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},"n":"0p833_0p833_0p167_0p167","t":66,"s":[-7,-4,0],"e":[-27,-4,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":86}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":66,"op":87,"st":66,"bm":0},{"ddd":0,"ind":89,"ty":4,"nm":"particle 129","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":74,"s":[100],"e":[0]},{"t":84}],"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},"n":"0p833_0p833_0p167_0p167","t":64,"s":[-7,-2,0],"e":[-27,-2,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":84}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":64,"op":85,"st":64,"bm":0},{"ddd":0,"ind":90,"ty":4,"nm":"particle 128","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":73,"s":[100],"e":[0]},{"t":83}],"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},"n":"0p833_0p833_0p167_0p167","t":63,"s":[-6,-8,0],"e":[-26,-8,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":83}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":63,"op":84,"st":63,"bm":0},{"ddd":0,"ind":91,"ty":4,"nm":"particle 127","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":71,"s":[100],"e":[0]},{"t":81}],"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},"n":"0p833_0p833_0p167_0p167","t":61,"s":[0,0,0],"e":[-20,0,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":81}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":61,"op":82,"st":61,"bm":0},{"ddd":0,"ind":92,"ty":4,"nm":"particle 126","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":72,"s":[100],"e":[0]},{"t":82}],"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},"n":"0p833_0p833_0p167_0p167","t":62,"s":[-7,-4,0],"e":[-27,-4,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":82}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":62,"op":83,"st":62,"bm":0},{"ddd":0,"ind":93,"ty":4,"nm":"particle 125","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":70,"s":[100],"e":[0]},{"t":80}],"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},"n":"0p833_0p833_0p167_0p167","t":60,"s":[-7,-2,0],"e":[-27,-2,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":80}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":60,"op":81,"st":60,"bm":0},{"ddd":0,"ind":94,"ty":4,"nm":"particle 124","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":69,"s":[100],"e":[0]},{"t":79}],"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},"n":"0p833_0p833_0p167_0p167","t":59,"s":[-6,-8,0],"e":[-26,-8,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":79}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":59,"op":80,"st":59,"bm":0},{"ddd":0,"ind":95,"ty":4,"nm":"particle 123","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":67,"s":[100],"e":[0]},{"t":77}],"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},"n":"0p833_0p833_0p167_0p167","t":57,"s":[0,0,0],"e":[-20,0,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":77}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":57,"op":78,"st":57,"bm":0},{"ddd":0,"ind":96,"ty":4,"nm":"particle 122","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":68,"s":[100],"e":[0]},{"t":78}],"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},"n":"0p833_0p833_0p167_0p167","t":58,"s":[-7,-4,0],"e":[-27,-4,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":78}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":58,"op":79,"st":58,"bm":0},{"ddd":0,"ind":97,"ty":4,"nm":"particle 121","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":66,"s":[100],"e":[0]},{"t":76}],"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},"n":"0p833_0p833_0p167_0p167","t":56,"s":[-7,-2,0],"e":[-27,-2,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":76}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":56,"op":77,"st":56,"bm":0},{"ddd":0,"ind":98,"ty":4,"nm":"particle 120","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":65,"s":[100],"e":[0]},{"t":75}],"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},"n":"0p833_0p833_0p167_0p167","t":55,"s":[-6,-8,0],"e":[-26,-8,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":75}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":55,"op":76,"st":55,"bm":0},{"ddd":0,"ind":99,"ty":4,"nm":"particle 119","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":63,"s":[100],"e":[0]},{"t":73}],"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},"n":"0p833_0p833_0p167_0p167","t":53,"s":[0,0,0],"e":[-20,0,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":73}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":53,"op":74,"st":53,"bm":0},{"ddd":0,"ind":100,"ty":4,"nm":"particle 118","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":64,"s":[100],"e":[0]},{"t":74}],"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},"n":"0p833_0p833_0p167_0p167","t":54,"s":[-7,-4,0],"e":[-27,-4,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":74}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":54,"op":75,"st":54,"bm":0},{"ddd":0,"ind":101,"ty":4,"nm":"particle 117","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":62,"s":[100],"e":[0]},{"t":72}],"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},"n":"0p833_0p833_0p167_0p167","t":52,"s":[-7,-2,0],"e":[-27,-2,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":72}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":52,"op":73,"st":52,"bm":0},{"ddd":0,"ind":102,"ty":4,"nm":"particle 116","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":61,"s":[100],"e":[0]},{"t":71}],"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},"n":"0p833_0p833_0p167_0p167","t":51,"s":[-6,-8,0],"e":[-26,-8,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":71}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":51,"op":72,"st":51,"bm":0},{"ddd":0,"ind":103,"ty":4,"nm":"particle 115","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":59,"s":[100],"e":[0]},{"t":69}],"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},"n":"0p833_0p833_0p167_0p167","t":49,"s":[0,0,0],"e":[-20,0,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":69}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":49,"op":70,"st":49,"bm":0},{"ddd":0,"ind":104,"ty":4,"nm":"particle 114","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":58,"s":[100],"e":[0]},{"t":68}],"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},"n":"0p833_0p833_0p167_0p167","t":48,"s":[-7,-4,0],"e":[-27,-4,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":68}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":48,"op":69,"st":48,"bm":0},{"ddd":0,"ind":105,"ty":4,"nm":"particle 113","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[100],"e":[0]},{"t":66}],"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},"n":"0p833_0p833_0p167_0p167","t":46,"s":[-7,-2,0],"e":[-27,-2,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":66}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":46,"op":67,"st":46,"bm":0},{"ddd":0,"ind":106,"ty":4,"nm":"particle 112","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":55,"s":[100],"e":[0]},{"t":65}],"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},"n":"0p833_0p833_0p167_0p167","t":45,"s":[-6,-8,0],"e":[-26,-8,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":65}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":45,"op":66,"st":45,"bm":0},{"ddd":0,"ind":107,"ty":4,"nm":"particle 111","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":53,"s":[100],"e":[0]},{"t":63}],"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},"n":"0p833_0p833_0p167_0p167","t":43,"s":[0,0,0],"e":[-20,0,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":63}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":43,"op":64,"st":43,"bm":0},{"ddd":0,"ind":108,"ty":4,"nm":"particle 110","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[100],"e":[0]},{"t":64}],"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},"n":"0p833_0p833_0p167_0p167","t":44,"s":[-7,-4,0],"e":[-27,-4,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":64}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":44,"op":65,"st":44,"bm":0},{"ddd":0,"ind":109,"ty":4,"nm":"particle 109","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":52,"s":[100],"e":[0]},{"t":62}],"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},"n":"0p833_0p833_0p167_0p167","t":42,"s":[-7,-2,0],"e":[-27,-2,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":62}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":42,"op":63,"st":42,"bm":0},{"ddd":0,"ind":110,"ty":4,"nm":"particle 108","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":51,"s":[100],"e":[0]},{"t":61}],"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},"n":"0p833_0p833_0p167_0p167","t":41,"s":[-6,-8,0],"e":[-26,-8,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":61}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":41,"op":62,"st":41,"bm":0},{"ddd":0,"ind":111,"ty":4,"nm":"particle 107","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":49,"s":[100],"e":[0]},{"t":59}],"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},"n":"0p833_0p833_0p167_0p167","t":39,"s":[0,0,0],"e":[-20,0,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":59}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":39,"op":60,"st":39,"bm":0},{"ddd":0,"ind":112,"ty":4,"nm":"particle 106","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":47,"s":[100],"e":[0]},{"t":57}],"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},"n":"0p833_0p833_0p167_0p167","t":37,"s":[-7,-4,0],"e":[-27,-4,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":57}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":37,"op":58,"st":37,"bm":0},{"ddd":0,"ind":113,"ty":4,"nm":"particle 105","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":45,"s":[100],"e":[0]},{"t":55}],"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},"n":"0p833_0p833_0p167_0p167","t":35,"s":[-7,-2,0],"e":[-27,-2,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":55}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":35,"op":56,"st":35,"bm":0},{"ddd":0,"ind":114,"ty":4,"nm":"particle 104","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[100],"e":[0]},{"t":54}],"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},"n":"0p833_0p833_0p167_0p167","t":34,"s":[-6,-8,0],"e":[-26,-8,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":54}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":34,"op":55,"st":34,"bm":0},{"ddd":0,"ind":115,"ty":4,"nm":"particle 103","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":42,"s":[100],"e":[0]},{"t":52}],"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},"n":"0p833_0p833_0p167_0p167","t":32,"s":[0,0,0],"e":[-20,0,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":52}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":32,"op":53,"st":32,"bm":0},{"ddd":0,"ind":116,"ty":4,"nm":"particle 102","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":43,"s":[100],"e":[0]},{"t":53}],"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},"n":"0p833_0p833_0p167_0p167","t":33,"s":[-7,-4,0],"e":[-27,-4,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":53}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":33,"op":54,"st":33,"bm":0},{"ddd":0,"ind":117,"ty":4,"nm":"particle 101","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":41,"s":[100],"e":[0]},{"t":51}],"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},"n":"0p833_0p833_0p167_0p167","t":31,"s":[-7,-2,0],"e":[-27,-2,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":51}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":31,"op":52,"st":31,"bm":0},{"ddd":0,"ind":118,"ty":4,"nm":"particle 100","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[100],"e":[0]},{"t":50}],"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},"n":"0p833_0p833_0p167_0p167","t":30,"s":[-6,-8,0],"e":[-26,-8,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":50}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":30,"op":51,"st":30,"bm":0},{"ddd":0,"ind":119,"ty":4,"nm":"particle 99","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[100],"e":[0]},{"t":48}],"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},"n":"0p833_0p833_0p167_0p167","t":28,"s":[0,0,0],"e":[-20,0,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":48}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":28,"op":49,"st":28,"bm":0},{"ddd":0,"ind":120,"ty":4,"nm":"particle 98","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":37,"s":[100],"e":[0]},{"t":47}],"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},"n":"0p833_0p833_0p167_0p167","t":27,"s":[-7,-4,0],"e":[-27,-4,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":47}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":27,"op":48,"st":27,"bm":0},{"ddd":0,"ind":121,"ty":4,"nm":"particle 97","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[100],"e":[0]},{"t":45}],"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},"n":"0p833_0p833_0p167_0p167","t":25,"s":[-7,-2,0],"e":[-27,-2,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":45}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":25,"op":46,"st":25,"bm":0},{"ddd":0,"ind":122,"ty":4,"nm":"particle 96","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":34,"s":[100],"e":[0]},{"t":44}],"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},"n":"0p833_0p833_0p167_0p167","t":24,"s":[-6,-8,0],"e":[-26,-8,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":44}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":24,"op":45,"st":24,"bm":0},{"ddd":0,"ind":123,"ty":4,"nm":"particle 95","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":32,"s":[100],"e":[0]},{"t":42}],"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},"n":"0p833_0p833_0p167_0p167","t":22,"s":[0,0,0],"e":[-20,0,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":42}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":22,"op":43,"st":22,"bm":0},{"ddd":0,"ind":124,"ty":4,"nm":"particle 94","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":33,"s":[100],"e":[0]},{"t":43}],"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},"n":"0p833_0p833_0p167_0p167","t":23,"s":[-7,-4,0],"e":[-27,-4,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":43}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":23,"op":44,"st":23,"bm":0},{"ddd":0,"ind":125,"ty":4,"nm":"particle 93","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":31,"s":[100],"e":[0]},{"t":41}],"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},"n":"0p833_0p833_0p167_0p167","t":21,"s":[-7,-2,0],"e":[-27,-2,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":41}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":21,"op":42,"st":21,"bm":0},{"ddd":0,"ind":126,"ty":4,"nm":"particle 92","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[100],"e":[0]},{"t":40}],"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},"n":"0p833_0p833_0p167_0p167","t":20,"s":[-6,-8,0],"e":[-26,-8,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":40}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":20,"op":41,"st":20,"bm":0},{"ddd":0,"ind":127,"ty":4,"nm":"particle 91","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":28,"s":[100],"e":[0]},{"t":38}],"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},"n":"0p833_0p833_0p167_0p167","t":18,"s":[0,0,0],"e":[-20,0,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":38}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":18,"op":39,"st":18,"bm":0},{"ddd":0,"ind":128,"ty":4,"nm":"particle 90","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":29,"s":[100],"e":[0]},{"t":39}],"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},"n":"0p833_0p833_0p167_0p167","t":19,"s":[-7,-4,0],"e":[-27,-4,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":39}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":19,"op":40,"st":19,"bm":0},{"ddd":0,"ind":129,"ty":4,"nm":"particle 89","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[100],"e":[0]},{"t":37}],"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},"n":"0p833_0p833_0p167_0p167","t":17,"s":[-7,-2,0],"e":[-27,-2,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":37}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":17,"op":38,"st":17,"bm":0},{"ddd":0,"ind":130,"ty":4,"nm":"particle 88","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":26,"s":[100],"e":[0]},{"t":36}],"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},"n":"0p833_0p833_0p167_0p167","t":16,"s":[-6,-8,0],"e":[-26,-8,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":36}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":16,"op":37,"st":16,"bm":0},{"ddd":0,"ind":131,"ty":4,"nm":"particle 87","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24,"s":[100],"e":[0]},{"t":34}],"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},"n":"0p833_0p833_0p167_0p167","t":14,"s":[0,0,0],"e":[-20,0,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":34}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":14,"op":35,"st":14,"bm":0},{"ddd":0,"ind":132,"ty":4,"nm":"particle 86","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":25,"s":[100],"e":[0]},{"t":35}],"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},"n":"0p833_0p833_0p167_0p167","t":15,"s":[-7,-4,0],"e":[-27,-4,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":35}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":15,"op":36,"st":15,"bm":0},{"ddd":0,"ind":133,"ty":4,"nm":"particle 85","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":23,"s":[100],"e":[0]},{"t":33}],"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},"n":"0p833_0p833_0p167_0p167","t":13,"s":[-7,-2,0],"e":[-27,-2,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":33}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":13,"op":34,"st":13,"bm":0},{"ddd":0,"ind":134,"ty":4,"nm":"particle 84","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":22,"s":[100],"e":[0]},{"t":32}],"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},"n":"0p833_0p833_0p167_0p167","t":12,"s":[-6,-8,0],"e":[-26,-8,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":32}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":12,"op":33,"st":12,"bm":0},{"ddd":0,"ind":135,"ty":4,"nm":"particle 83","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[100],"e":[0]},{"t":30}],"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},"n":"0p833_0p833_0p167_0p167","t":10,"s":[0,0,0],"e":[-20,0,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":30}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":10,"op":31,"st":10,"bm":0},{"ddd":0,"ind":136,"ty":4,"nm":"particle 82","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":19,"s":[100],"e":[0]},{"t":29}],"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},"n":"0p833_0p833_0p167_0p167","t":9,"s":[-7,-4,0],"e":[-27,-4,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":29}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":9,"op":30,"st":9,"bm":0},{"ddd":0,"ind":137,"ty":4,"nm":"particle 81","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":17,"s":[100],"e":[0]},{"t":27}],"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},"n":"0p833_0p833_0p167_0p167","t":7,"s":[-7,-2,0],"e":[-27,-2,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":27}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":7,"op":28,"st":7,"bm":0},{"ddd":0,"ind":138,"ty":4,"nm":"particle 80","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[100],"e":[0]},{"t":26}],"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},"n":"0p833_0p833_0p167_0p167","t":6,"s":[-6,-8,0],"e":[-26,-8,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":26}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":6,"op":27,"st":6,"bm":0},{"ddd":0,"ind":139,"ty":4,"nm":"particle 79","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":14,"s":[100],"e":[0]},{"t":24}],"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},"n":"0p833_0p833_0p167_0p167","t":4,"s":[0,0,0],"e":[-20,0,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":24}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":4,"op":25,"st":4,"bm":0},{"ddd":0,"ind":140,"ty":4,"nm":"particle 78","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[100],"e":[0]},{"t":25}],"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},"n":"0p833_0p833_0p167_0p167","t":5,"s":[-7,-4,0],"e":[-27,-4,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":25}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":5,"op":26,"st":5,"bm":0},{"ddd":0,"ind":141,"ty":4,"nm":"particle 77","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":13,"s":[100],"e":[0]},{"t":23}],"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},"n":"0p833_0p833_0p167_0p167","t":3,"s":[-7,-2,0],"e":[-27,-2,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":23}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":3,"op":24,"st":3,"bm":0},{"ddd":0,"ind":142,"ty":4,"nm":"particle 76","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[100],"e":[0]},{"t":22}],"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},"n":"0p833_0p833_0p167_0p167","t":2,"s":[-6,-8,0],"e":[-26,-8,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":22}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":2,"op":23,"st":2,"bm":0},{"ddd":0,"ind":143,"ty":4,"nm":"particle 75","parent":43,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[100],"e":[0]},{"t":20}],"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},"n":"0p833_0p833_0p167_0p167","t":0,"s":[0,0,0],"e":[-20,0,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":20}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":21,"st":0,"bm":0},{"ddd":0,"ind":144,"ty":4,"nm":"particle 174","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":135,"s":[100],"e":[0]},{"t":145}],"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},"n":"0p833_0p833_0p167_0p167","t":125,"s":[193,151,0],"e":[173,151,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":145}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":125,"op":146,"st":125,"bm":0},{"ddd":0,"ind":145,"ty":4,"nm":"particle 173","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":133,"s":[100],"e":[0]},{"t":143}],"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},"n":"0p833_0p833_0p167_0p167","t":123,"s":[193,153,0],"e":[173,153,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":143}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":123,"op":144,"st":123,"bm":0},{"ddd":0,"ind":146,"ty":4,"nm":"particle 172","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":132,"s":[100],"e":[0]},{"t":142}],"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},"n":"0p833_0p833_0p167_0p167","t":122,"s":[194,147,0],"e":[174,147,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":142}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":122,"op":143,"st":122,"bm":0},{"ddd":0,"ind":147,"ty":4,"nm":"particle 171","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":130,"s":[100],"e":[0]},{"t":140}],"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},"n":"0p833_0p833_0p167_0p167","t":120,"s":[200,155,0],"e":[180,155,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":140}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":120,"op":141,"st":120,"bm":0},{"ddd":0,"ind":148,"ty":4,"nm":"particle 170","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":131,"s":[100],"e":[0]},{"t":141}],"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},"n":"0p833_0p833_0p167_0p167","t":121,"s":[193,151,0],"e":[173,151,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":141}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":121,"op":142,"st":121,"bm":0},{"ddd":0,"ind":149,"ty":4,"nm":"particle 169","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":128,"s":[100],"e":[0]},{"t":138}],"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},"n":"0p833_0p833_0p167_0p167","t":118,"s":[193,151,0],"e":[173,151,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":138}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":118,"op":139,"st":118,"bm":0},{"ddd":0,"ind":150,"ty":4,"nm":"particle 168","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":126,"s":[100],"e":[0]},{"t":136}],"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},"n":"0p833_0p833_0p167_0p167","t":116,"s":[193,153,0],"e":[173,153,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":136}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":116,"op":137,"st":116,"bm":0},{"ddd":0,"ind":151,"ty":4,"nm":"particle 167","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":125,"s":[100],"e":[0]},{"t":135}],"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},"n":"0p833_0p833_0p167_0p167","t":115,"s":[194,147,0],"e":[174,147,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":135}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":115,"op":136,"st":115,"bm":0},{"ddd":0,"ind":152,"ty":4,"nm":"particle 166","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":123,"s":[100],"e":[0]},{"t":133}],"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},"n":"0p833_0p833_0p167_0p167","t":113,"s":[200,155,0],"e":[180,155,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":133}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":113,"op":134,"st":113,"bm":0},{"ddd":0,"ind":153,"ty":4,"nm":"particle 165","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":124,"s":[100],"e":[0]},{"t":134}],"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},"n":"0p833_0p833_0p167_0p167","t":114,"s":[193,151,0],"e":[173,151,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":134}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":114,"op":135,"st":114,"bm":0},{"ddd":0,"ind":154,"ty":4,"nm":"particle 164","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":121,"s":[100],"e":[0]},{"t":131}],"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},"n":"0p833_0p833_0p167_0p167","t":111,"s":[193,151,0],"e":[173,151,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":131}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":111,"op":132,"st":111,"bm":0},{"ddd":0,"ind":155,"ty":4,"nm":"particle 163","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":119,"s":[100],"e":[0]},{"t":129}],"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},"n":"0p833_0p833_0p167_0p167","t":109,"s":[193,153,0],"e":[173,153,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":129}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":109,"op":130,"st":109,"bm":0},{"ddd":0,"ind":156,"ty":4,"nm":"particle 162","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":118,"s":[100],"e":[0]},{"t":128}],"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},"n":"0p833_0p833_0p167_0p167","t":108,"s":[194,147,0],"e":[174,147,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":128}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":108,"op":129,"st":108,"bm":0},{"ddd":0,"ind":157,"ty":4,"nm":"particle 161","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":116,"s":[100],"e":[0]},{"t":126}],"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},"n":"0p833_0p833_0p167_0p167","t":106,"s":[200,155,0],"e":[180,155,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":126}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":106,"op":127,"st":106,"bm":0},{"ddd":0,"ind":158,"ty":4,"nm":"particle 160","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":117,"s":[100],"e":[0]},{"t":127}],"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},"n":"0p833_0p833_0p167_0p167","t":107,"s":[193,151,0],"e":[173,151,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":127}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":107,"op":128,"st":107,"bm":0},{"ddd":0,"ind":159,"ty":4,"nm":"particle 159","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":115,"s":[100],"e":[0]},{"t":125}],"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},"n":"0p833_0p833_0p167_0p167","t":105,"s":[193,153,0],"e":[173,153,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":125}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":105,"op":126,"st":105,"bm":0},{"ddd":0,"ind":160,"ty":4,"nm":"particle 158","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":114,"s":[100],"e":[0]},{"t":124}],"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},"n":"0p833_0p833_0p167_0p167","t":104,"s":[194,147,0],"e":[174,147,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":124}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":104,"op":125,"st":104,"bm":0},{"ddd":0,"ind":161,"ty":4,"nm":"particle 157","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":112,"s":[100],"e":[0]},{"t":122}],"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},"n":"0p833_0p833_0p167_0p167","t":102,"s":[200,155,0],"e":[180,155,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":122}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":102,"op":123,"st":102,"bm":0},{"ddd":0,"ind":162,"ty":4,"nm":"particle 156","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":111,"s":[100],"e":[0]},{"t":121}],"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},"n":"0p833_0p833_0p167_0p167","t":101,"s":[193,151,0],"e":[173,151,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":121}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":101,"op":122,"st":101,"bm":0},{"ddd":0,"ind":163,"ty":4,"nm":"particle 155","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":109,"s":[100],"e":[0]},{"t":119}],"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},"n":"0p833_0p833_0p167_0p167","t":99,"s":[193,153,0],"e":[173,153,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":119}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":99,"op":120,"st":99,"bm":0},{"ddd":0,"ind":164,"ty":4,"nm":"particle 154","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":108,"s":[100],"e":[0]},{"t":118}],"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},"n":"0p833_0p833_0p167_0p167","t":98,"s":[194,147,0],"e":[174,147,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":118}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":98,"op":119,"st":98,"bm":0},{"ddd":0,"ind":165,"ty":4,"nm":"particle 153","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":106,"s":[100],"e":[0]},{"t":116}],"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},"n":"0p833_0p833_0p167_0p167","t":96,"s":[200,155,0],"e":[180,155,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":116}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":96,"op":117,"st":96,"bm":0},{"ddd":0,"ind":166,"ty":4,"nm":"particle 152","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":107,"s":[100],"e":[0]},{"t":117}],"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},"n":"0p833_0p833_0p167_0p167","t":97,"s":[193,151,0],"e":[173,151,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":117}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":97,"op":118,"st":97,"bm":0},{"ddd":0,"ind":167,"ty":4,"nm":"particle 151","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":105,"s":[100],"e":[0]},{"t":115}],"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},"n":"0p833_0p833_0p167_0p167","t":95,"s":[193,153,0],"e":[173,153,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":115}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":95,"op":116,"st":95,"bm":0},{"ddd":0,"ind":168,"ty":4,"nm":"particle 150","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":104,"s":[100],"e":[0]},{"t":114}],"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},"n":"0p833_0p833_0p167_0p167","t":94,"s":[194,147,0],"e":[174,147,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":114}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":94,"op":115,"st":94,"bm":0},{"ddd":0,"ind":169,"ty":4,"nm":"particle 149","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":102,"s":[100],"e":[0]},{"t":112}],"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},"n":"0p833_0p833_0p167_0p167","t":92,"s":[200,155,0],"e":[180,155,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":112}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":92,"op":113,"st":92,"bm":0},{"ddd":0,"ind":170,"ty":4,"nm":"particle 74","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":100,"s":[100],"e":[0]},{"t":110}],"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},"n":"0p833_0p833_0p167_0p167","t":90,"s":[193,151,0],"e":[173,151,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":110}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":90,"op":111,"st":90,"bm":0},{"ddd":0,"ind":171,"ty":4,"nm":"particle 73","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":98,"s":[100],"e":[0]},{"t":108}],"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},"n":"0p833_0p833_0p167_0p167","t":88,"s":[193,153,0],"e":[173,153,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":108}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":88,"op":109,"st":88,"bm":0},{"ddd":0,"ind":172,"ty":4,"nm":"particle 72","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":97,"s":[100],"e":[0]},{"t":107}],"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},"n":"0p833_0p833_0p167_0p167","t":87,"s":[194,147,0],"e":[174,147,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":107}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":87,"op":108,"st":87,"bm":0},{"ddd":0,"ind":173,"ty":4,"nm":"particle 71","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":95,"s":[100],"e":[0]},{"t":105}],"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},"n":"0p833_0p833_0p167_0p167","t":85,"s":[200,155,0],"e":[180,155,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":105}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":85,"op":106,"st":85,"bm":0},{"ddd":0,"ind":174,"ty":4,"nm":"particle 70","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":96,"s":[100],"e":[0]},{"t":106}],"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},"n":"0p833_0p833_0p167_0p167","t":86,"s":[193,151,0],"e":[173,151,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":106}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":86,"op":107,"st":86,"bm":0},{"ddd":0,"ind":175,"ty":4,"nm":"particle 69","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":93,"s":[100],"e":[0]},{"t":103}],"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},"n":"0p833_0p833_0p167_0p167","t":83,"s":[193,151,0],"e":[173,151,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":103}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":83,"op":104,"st":83,"bm":0},{"ddd":0,"ind":176,"ty":4,"nm":"particle 68","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":91,"s":[100],"e":[0]},{"t":101}],"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},"n":"0p833_0p833_0p167_0p167","t":81,"s":[193,153,0],"e":[173,153,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":101}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":81,"op":102,"st":81,"bm":0},{"ddd":0,"ind":177,"ty":4,"nm":"particle 67","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":90,"s":[100],"e":[0]},{"t":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},"n":"0p833_0p833_0p167_0p167","t":80,"s":[194,147,0],"e":[174,147,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":100}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":80,"op":101,"st":80,"bm":0},{"ddd":0,"ind":178,"ty":4,"nm":"particle 66","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":88,"s":[100],"e":[0]},{"t":98}],"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},"n":"0p833_0p833_0p167_0p167","t":78,"s":[200,155,0],"e":[180,155,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":98}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":78,"op":99,"st":78,"bm":0},{"ddd":0,"ind":179,"ty":4,"nm":"particle 65","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":89,"s":[100],"e":[0]},{"t":99}],"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},"n":"0p833_0p833_0p167_0p167","t":79,"s":[193,151,0],"e":[173,151,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":99}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":79,"op":100,"st":79,"bm":0},{"ddd":0,"ind":180,"ty":4,"nm":"particle 64","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":86,"s":[100],"e":[0]},{"t":96}],"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},"n":"0p833_0p833_0p167_0p167","t":76,"s":[193,151,0],"e":[173,151,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":96}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":76,"op":97,"st":76,"bm":0},{"ddd":0,"ind":181,"ty":4,"nm":"particle 63","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":84,"s":[100],"e":[0]},{"t":94}],"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},"n":"0p833_0p833_0p167_0p167","t":74,"s":[193,153,0],"e":[173,153,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":94}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":74,"op":95,"st":74,"bm":0},{"ddd":0,"ind":182,"ty":4,"nm":"particle 62","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":83,"s":[100],"e":[0]},{"t":93}],"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},"n":"0p833_0p833_0p167_0p167","t":73,"s":[194,147,0],"e":[174,147,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":93}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":73,"op":94,"st":73,"bm":0},{"ddd":0,"ind":183,"ty":4,"nm":"particle 61","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":81,"s":[100],"e":[0]},{"t":91}],"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},"n":"0p833_0p833_0p167_0p167","t":71,"s":[200,155,0],"e":[180,155,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":91}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":71,"op":92,"st":71,"bm":0},{"ddd":0,"ind":184,"ty":4,"nm":"particle 60","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":82,"s":[100],"e":[0]},{"t":92}],"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},"n":"0p833_0p833_0p167_0p167","t":72,"s":[193,151,0],"e":[173,151,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":92}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":72,"op":93,"st":72,"bm":0},{"ddd":0,"ind":185,"ty":4,"nm":"particle 59","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":80,"s":[100],"e":[0]},{"t":90}],"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},"n":"0p833_0p833_0p167_0p167","t":70,"s":[193,153,0],"e":[173,153,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":90}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":70,"op":91,"st":70,"bm":0},{"ddd":0,"ind":186,"ty":4,"nm":"particle 58","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":79,"s":[100],"e":[0]},{"t":89}],"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},"n":"0p833_0p833_0p167_0p167","t":69,"s":[194,147,0],"e":[174,147,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":89}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":69,"op":90,"st":69,"bm":0},{"ddd":0,"ind":187,"ty":4,"nm":"particle 57","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":77,"s":[100],"e":[0]},{"t":87}],"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},"n":"0p833_0p833_0p167_0p167","t":67,"s":[200,155,0],"e":[180,155,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":87}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":67,"op":88,"st":67,"bm":0},{"ddd":0,"ind":188,"ty":4,"nm":"particle 56","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":76,"s":[100],"e":[0]},{"t":86}],"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},"n":"0p833_0p833_0p167_0p167","t":66,"s":[193,151,0],"e":[173,151,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":86}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":66,"op":87,"st":66,"bm":0},{"ddd":0,"ind":189,"ty":4,"nm":"particle 55","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":74,"s":[100],"e":[0]},{"t":84}],"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},"n":"0p833_0p833_0p167_0p167","t":64,"s":[193,153,0],"e":[173,153,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":84}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":64,"op":85,"st":64,"bm":0},{"ddd":0,"ind":190,"ty":4,"nm":"particle 54","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":73,"s":[100],"e":[0]},{"t":83}],"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},"n":"0p833_0p833_0p167_0p167","t":63,"s":[194,147,0],"e":[174,147,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":83}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":63,"op":84,"st":63,"bm":0},{"ddd":0,"ind":191,"ty":4,"nm":"particle 53","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":71,"s":[100],"e":[0]},{"t":81}],"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},"n":"0p833_0p833_0p167_0p167","t":61,"s":[200,155,0],"e":[180,155,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":81}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":61,"op":82,"st":61,"bm":0},{"ddd":0,"ind":192,"ty":4,"nm":"particle 52","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":72,"s":[100],"e":[0]},{"t":82}],"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},"n":"0p833_0p833_0p167_0p167","t":62,"s":[193,151,0],"e":[173,151,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":82}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":62,"op":83,"st":62,"bm":0},{"ddd":0,"ind":193,"ty":4,"nm":"particle 51","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":70,"s":[100],"e":[0]},{"t":80}],"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},"n":"0p833_0p833_0p167_0p167","t":60,"s":[193,153,0],"e":[173,153,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":80}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":60,"op":81,"st":60,"bm":0},{"ddd":0,"ind":194,"ty":4,"nm":"particle 50","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":69,"s":[100],"e":[0]},{"t":79}],"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},"n":"0p833_0p833_0p167_0p167","t":59,"s":[194,147,0],"e":[174,147,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":79}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":59,"op":80,"st":59,"bm":0},{"ddd":0,"ind":195,"ty":4,"nm":"particle 49","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":67,"s":[100],"e":[0]},{"t":77}],"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},"n":"0p833_0p833_0p167_0p167","t":57,"s":[200,155,0],"e":[180,155,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":77}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":57,"op":78,"st":57,"bm":0},{"ddd":0,"ind":196,"ty":4,"nm":"particle 48","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":68,"s":[100],"e":[0]},{"t":78}],"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},"n":"0p833_0p833_0p167_0p167","t":58,"s":[193,151,0],"e":[173,151,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":78}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":58,"op":79,"st":58,"bm":0},{"ddd":0,"ind":197,"ty":4,"nm":"particle 47","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":66,"s":[100],"e":[0]},{"t":76}],"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},"n":"0p833_0p833_0p167_0p167","t":56,"s":[193,153,0],"e":[173,153,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":76}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":56,"op":77,"st":56,"bm":0},{"ddd":0,"ind":198,"ty":4,"nm":"particle 46","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":65,"s":[100],"e":[0]},{"t":75}],"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},"n":"0p833_0p833_0p167_0p167","t":55,"s":[194,147,0],"e":[174,147,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":75}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":55,"op":76,"st":55,"bm":0},{"ddd":0,"ind":199,"ty":4,"nm":"particle 45","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":63,"s":[100],"e":[0]},{"t":73}],"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},"n":"0p833_0p833_0p167_0p167","t":53,"s":[200,155,0],"e":[180,155,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":73}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":53,"op":74,"st":53,"bm":0},{"ddd":0,"ind":200,"ty":4,"nm":"particle 44","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":64,"s":[100],"e":[0]},{"t":74}],"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},"n":"0p833_0p833_0p167_0p167","t":54,"s":[193,151,0],"e":[173,151,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":74}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":54,"op":75,"st":54,"bm":0},{"ddd":0,"ind":201,"ty":4,"nm":"particle 43","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":62,"s":[100],"e":[0]},{"t":72}],"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},"n":"0p833_0p833_0p167_0p167","t":52,"s":[193,153,0],"e":[173,153,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":72}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":52,"op":73,"st":52,"bm":0},{"ddd":0,"ind":202,"ty":4,"nm":"particle 42","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":61,"s":[100],"e":[0]},{"t":71}],"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},"n":"0p833_0p833_0p167_0p167","t":51,"s":[194,147,0],"e":[174,147,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":71}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":51,"op":72,"st":51,"bm":0},{"ddd":0,"ind":203,"ty":4,"nm":"particle 41","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":59,"s":[100],"e":[0]},{"t":69}],"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},"n":"0p833_0p833_0p167_0p167","t":49,"s":[200,155,0],"e":[180,155,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":69}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":49,"op":70,"st":49,"bm":0},{"ddd":0,"ind":204,"ty":4,"nm":"particle 40","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":58,"s":[100],"e":[0]},{"t":68}],"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},"n":"0p833_0p833_0p167_0p167","t":48,"s":[193,151,0],"e":[173,151,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":68}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":48,"op":69,"st":48,"bm":0},{"ddd":0,"ind":205,"ty":4,"nm":"particle 39","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[100],"e":[0]},{"t":66}],"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},"n":"0p833_0p833_0p167_0p167","t":46,"s":[193,153,0],"e":[173,153,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":66}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":46,"op":67,"st":46,"bm":0},{"ddd":0,"ind":206,"ty":4,"nm":"particle 38","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":55,"s":[100],"e":[0]},{"t":65}],"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},"n":"0p833_0p833_0p167_0p167","t":45,"s":[194,147,0],"e":[174,147,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":65}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":45,"op":66,"st":45,"bm":0},{"ddd":0,"ind":207,"ty":4,"nm":"particle 37","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":53,"s":[100],"e":[0]},{"t":63}],"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},"n":"0p833_0p833_0p167_0p167","t":43,"s":[200,155,0],"e":[180,155,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":63}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":43,"op":64,"st":43,"bm":0},{"ddd":0,"ind":208,"ty":4,"nm":"particle 36","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[100],"e":[0]},{"t":64}],"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},"n":"0p833_0p833_0p167_0p167","t":44,"s":[193,151,0],"e":[173,151,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":64}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":44,"op":65,"st":44,"bm":0},{"ddd":0,"ind":209,"ty":4,"nm":"particle 35","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":52,"s":[100],"e":[0]},{"t":62}],"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},"n":"0p833_0p833_0p167_0p167","t":42,"s":[193,153,0],"e":[173,153,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":62}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":42,"op":63,"st":42,"bm":0},{"ddd":0,"ind":210,"ty":4,"nm":"particle 34","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":51,"s":[100],"e":[0]},{"t":61}],"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},"n":"0p833_0p833_0p167_0p167","t":41,"s":[194,147,0],"e":[174,147,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":61}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":41,"op":62,"st":41,"bm":0},{"ddd":0,"ind":211,"ty":4,"nm":"particle 33","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":49,"s":[100],"e":[0]},{"t":59}],"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},"n":"0p833_0p833_0p167_0p167","t":39,"s":[200,155,0],"e":[180,155,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":59}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":39,"op":60,"st":39,"bm":0},{"ddd":0,"ind":212,"ty":4,"nm":"particle 32","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":47,"s":[100],"e":[0]},{"t":57}],"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},"n":"0p833_0p833_0p167_0p167","t":37,"s":[193,151,0],"e":[173,151,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":57}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":37,"op":58,"st":37,"bm":0},{"ddd":0,"ind":213,"ty":4,"nm":"particle 31","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":45,"s":[100],"e":[0]},{"t":55}],"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},"n":"0p833_0p833_0p167_0p167","t":35,"s":[193,153,0],"e":[173,153,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":55}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":35,"op":56,"st":35,"bm":0},{"ddd":0,"ind":214,"ty":4,"nm":"particle 30","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[100],"e":[0]},{"t":54}],"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},"n":"0p833_0p833_0p167_0p167","t":34,"s":[194,147,0],"e":[174,147,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":54}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":34,"op":55,"st":34,"bm":0},{"ddd":0,"ind":215,"ty":4,"nm":"particle 29","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":42,"s":[100],"e":[0]},{"t":52}],"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},"n":"0p833_0p833_0p167_0p167","t":32,"s":[200,155,0],"e":[180,155,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":52}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":32,"op":53,"st":32,"bm":0},{"ddd":0,"ind":216,"ty":4,"nm":"particle 28","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":43,"s":[100],"e":[0]},{"t":53}],"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},"n":"0p833_0p833_0p167_0p167","t":33,"s":[193,151,0],"e":[173,151,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":53}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":33,"op":54,"st":33,"bm":0},{"ddd":0,"ind":217,"ty":4,"nm":"particle 27","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":41,"s":[100],"e":[0]},{"t":51}],"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},"n":"0p833_0p833_0p167_0p167","t":31,"s":[193,153,0],"e":[173,153,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":51}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":31,"op":52,"st":31,"bm":0},{"ddd":0,"ind":218,"ty":4,"nm":"particle 26","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[100],"e":[0]},{"t":50}],"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},"n":"0p833_0p833_0p167_0p167","t":30,"s":[194,147,0],"e":[174,147,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":50}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":30,"op":51,"st":30,"bm":0},{"ddd":0,"ind":219,"ty":4,"nm":"particle 25","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[100],"e":[0]},{"t":48}],"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},"n":"0p833_0p833_0p167_0p167","t":28,"s":[200,155,0],"e":[180,155,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":48}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":28,"op":49,"st":28,"bm":0},{"ddd":0,"ind":220,"ty":4,"nm":"particle 24","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":37,"s":[100],"e":[0]},{"t":47}],"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},"n":"0p833_0p833_0p167_0p167","t":27,"s":[193,151,0],"e":[173,151,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":47}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":27,"op":48,"st":27,"bm":0},{"ddd":0,"ind":221,"ty":4,"nm":"particle 23","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[100],"e":[0]},{"t":45}],"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},"n":"0p833_0p833_0p167_0p167","t":25,"s":[193,153,0],"e":[173,153,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":45}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":25,"op":46,"st":25,"bm":0},{"ddd":0,"ind":222,"ty":4,"nm":"particle 22","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":34,"s":[100],"e":[0]},{"t":44}],"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},"n":"0p833_0p833_0p167_0p167","t":24,"s":[194,147,0],"e":[174,147,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":44}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":24,"op":45,"st":24,"bm":0},{"ddd":0,"ind":223,"ty":4,"nm":"particle 21","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":32,"s":[100],"e":[0]},{"t":42}],"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},"n":"0p833_0p833_0p167_0p167","t":22,"s":[200,155,0],"e":[180,155,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":42}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":22,"op":43,"st":22,"bm":0},{"ddd":0,"ind":224,"ty":4,"nm":"particle 20","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":33,"s":[100],"e":[0]},{"t":43}],"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},"n":"0p833_0p833_0p167_0p167","t":23,"s":[193,151,0],"e":[173,151,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":43}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":23,"op":44,"st":23,"bm":0},{"ddd":0,"ind":225,"ty":4,"nm":"particle 19","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":31,"s":[100],"e":[0]},{"t":41}],"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},"n":"0p833_0p833_0p167_0p167","t":21,"s":[193,153,0],"e":[173,153,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":41}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":21,"op":42,"st":21,"bm":0},{"ddd":0,"ind":226,"ty":4,"nm":"particle 18","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[100],"e":[0]},{"t":40}],"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},"n":"0p833_0p833_0p167_0p167","t":20,"s":[194,147,0],"e":[174,147,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":40}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":20,"op":41,"st":20,"bm":0},{"ddd":0,"ind":227,"ty":4,"nm":"particle 17","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":28,"s":[100],"e":[0]},{"t":38}],"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},"n":"0p833_0p833_0p167_0p167","t":18,"s":[200,155,0],"e":[180,155,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":38}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":18,"op":39,"st":18,"bm":0},{"ddd":0,"ind":228,"ty":4,"nm":"particle 16","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":29,"s":[100],"e":[0]},{"t":39}],"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},"n":"0p833_0p833_0p167_0p167","t":19,"s":[193,151,0],"e":[173,151,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":39}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":19,"op":40,"st":19,"bm":0},{"ddd":0,"ind":229,"ty":4,"nm":"particle 15","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[100],"e":[0]},{"t":37}],"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},"n":"0p833_0p833_0p167_0p167","t":17,"s":[193,153,0],"e":[173,153,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":37}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":17,"op":38,"st":17,"bm":0},{"ddd":0,"ind":230,"ty":4,"nm":"particle 14","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":26,"s":[100],"e":[0]},{"t":36}],"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},"n":"0p833_0p833_0p167_0p167","t":16,"s":[194,147,0],"e":[174,147,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":36}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":16,"op":37,"st":16,"bm":0},{"ddd":0,"ind":231,"ty":4,"nm":"particle 13","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24,"s":[100],"e":[0]},{"t":34}],"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},"n":"0p833_0p833_0p167_0p167","t":14,"s":[200,155,0],"e":[180,155,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":34}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":14,"op":35,"st":14,"bm":0},{"ddd":0,"ind":232,"ty":4,"nm":"particle 12","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":25,"s":[100],"e":[0]},{"t":35}],"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},"n":"0p833_0p833_0p167_0p167","t":15,"s":[193,151,0],"e":[173,151,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":35}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":15,"op":36,"st":15,"bm":0},{"ddd":0,"ind":233,"ty":4,"nm":"particle 11","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":23,"s":[100],"e":[0]},{"t":33}],"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},"n":"0p833_0p833_0p167_0p167","t":13,"s":[193,153,0],"e":[173,153,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":33}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":13,"op":34,"st":13,"bm":0},{"ddd":0,"ind":234,"ty":4,"nm":"particle 10","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":22,"s":[100],"e":[0]},{"t":32}],"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},"n":"0p833_0p833_0p167_0p167","t":12,"s":[194,147,0],"e":[174,147,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":32}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":12,"op":33,"st":12,"bm":0},{"ddd":0,"ind":235,"ty":4,"nm":"particle 9","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[100],"e":[0]},{"t":30}],"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},"n":"0p833_0p833_0p167_0p167","t":10,"s":[200,155,0],"e":[180,155,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":30}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":10,"op":31,"st":10,"bm":0},{"ddd":0,"ind":236,"ty":4,"nm":"particle 8","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":19,"s":[100],"e":[0]},{"t":29}],"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},"n":"0p833_0p833_0p167_0p167","t":9,"s":[193,151,0],"e":[173,151,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":29}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":9,"op":30,"st":9,"bm":0},{"ddd":0,"ind":237,"ty":4,"nm":"particle 7","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":17,"s":[100],"e":[0]},{"t":27}],"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},"n":"0p833_0p833_0p167_0p167","t":7,"s":[193,153,0],"e":[173,153,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":27}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":7,"op":28,"st":7,"bm":0},{"ddd":0,"ind":238,"ty":4,"nm":"particle 6","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[100],"e":[0]},{"t":26}],"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},"n":"0p833_0p833_0p167_0p167","t":6,"s":[194,147,0],"e":[174,147,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":26}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":6,"op":27,"st":6,"bm":0},{"ddd":0,"ind":239,"ty":4,"nm":"particle 5","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":14,"s":[100],"e":[0]},{"t":24}],"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},"n":"0p833_0p833_0p167_0p167","t":4,"s":[200,155,0],"e":[180,155,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":24}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":4,"op":25,"st":4,"bm":0},{"ddd":0,"ind":240,"ty":4,"nm":"particle 4","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[100],"e":[0]},{"t":25}],"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},"n":"0p833_0p833_0p167_0p167","t":5,"s":[193,151,0],"e":[173,151,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":25}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":5,"op":26,"st":5,"bm":0},{"ddd":0,"ind":241,"ty":4,"nm":"particle 3","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":13,"s":[100],"e":[0]},{"t":23}],"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},"n":"0p833_0p833_0p167_0p167","t":3,"s":[193,153,0],"e":[173,153,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":23}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":3,"op":24,"st":3,"bm":0},{"ddd":0,"ind":242,"ty":4,"nm":"particle 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[100],"e":[0]},{"t":22}],"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},"n":"0p833_0p833_0p167_0p167","t":2,"s":[194,147,0],"e":[174,147,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":22}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":2,"op":23,"st":2,"bm":0},{"ddd":0,"ind":243,"ty":4,"nm":"particle","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[100],"e":[0]},{"t":20}],"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},"n":"0p833_0p833_0p167_0p167","t":0,"s":[200,155,0],"e":[180,155,0],"to":[-0.58333331346512,-14,0],"ti":[3.58333325386047,-16,0]},{"t":20}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[2,2],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458823531866,0.349019616842,0.247058823705,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-20,28.25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":21,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"matte 3","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200.235,155.416,0],"ix":2},"a":{"a":0,"k":[159.625,99.679,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[159.375,99.43],[-159.375,99.43],[-159.375,-99.43],[159.375,-99.43]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.898000021542,0.773000021542,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[159.625,99.679],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":284,"op":427,"st":284,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"Tractor","tt":1,"refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":284,"s":[-8],"e":[-5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":341.404,"s":[-5],"e":[7]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":348.957,"s":[7],"e":[3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":364.063,"s":[3],"e":[-1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":379.17,"s":[-1],"e":[-5]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":391.255,"s":[-5],"e":[-12]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":400.319,"s":[-12],"e":[-6]},{"t":418.447265625}],"ix":10},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":284,"s":[-151.709],"e":[252.291]},{"t":426}],"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":284,"s":[284.709],"e":[271.709]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":320.255,"s":[271.709],"e":[262.709]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":341.404,"s":[262.709],"e":[232.709]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":348.957,"s":[232.709],"e":[247.709]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":364.063,"s":[247.709],"e":[262.709]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":379.17,"s":[262.709],"e":[271.209]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":391.255,"s":[271.209],"e":[286.209]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":400.319,"s":[286.209],"e":[268.209]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":413.915,"s":[268.209],"e":[257.209]},{"t":418.447265625}],"ix":4}},"a":{"a":0,"k":[84.07,197.084,0],"ix":1},"s":{"a":0,"k":[130,130,100],"ix":6}},"ao":0,"w":400,"h":310,"ip":284,"op":427,"st":284,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"matte 2","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200.235,155.416,0],"ix":2},"a":{"a":0,"k":[159.625,99.679,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[159.375,99.43],[-159.375,99.43],[-159.375,-99.43],[159.375,-99.43]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.898000021542,0.773000021542,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[159.625,99.679],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":142,"op":285,"st":142,"bm":0},{"ddd":0,"ind":4,"ty":0,"nm":"Tractor","tt":1,"refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":152.574,"s":[2],"e":[1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":161.639,"s":[1],"e":[-10.952]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":167.681,"s":[-10.952],"e":[-10]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":175.234,"s":[-10],"e":[-3]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":182.787,"s":[-3],"e":[-2.895]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":219.043,"s":[-2.895],"e":[-6]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":240.191,"s":[-6],"e":[-7]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":249.255,"s":[-7],"e":[-8]},{"t":284}],"ix":10},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":142,"s":[521.291],"e":[108.291]},{"t":284}],"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.486],"y":[0.936]},"o":{"x":[0.017],"y":[-0.006]},"n":["0p486_0p936_0p017_-0p006"],"t":161.639,"s":[214.709],"e":[189.887]},{"i":{"x":[0.673],"y":[1.24]},"o":{"x":[0.332],"y":[-0.185]},"n":["0p673_1p24_0p332_-0p185"],"t":167.681,"s":[189.887],"e":[196.785]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[-0.047]},"n":["0p833_1_0p167_-0p047"],"t":175.234,"s":[196.785],"e":[214.785]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":182.787,"s":[214.785],"e":[218.785]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":199.404,"s":[218.785],"e":[219.285]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":228.106,"s":[219.285],"e":[216.785]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":240.191,"s":[216.785],"e":[218.785]},{"i":{"x":[0.596],"y":[0.694]},"o":{"x":[0.163],"y":[0]},"n":["0p596_0p694_0p163_0"],"t":249.255,"s":[218.785],"e":[226.676]},{"t":284}],"ix":4}},"a":{"a":0,"k":[84.07,197.084,0],"ix":1},"s":{"a":0,"k":[-100,100,100],"ix":6}},"ao":0,"w":400,"h":310,"ip":142,"op":285,"st":142,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"matte","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200.235,155.416,0],"ix":2},"a":{"a":0,"k":[159.625,99.679,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[159.375,99.43],[-159.375,99.43],[-159.375,-99.43],[159.375,-99.43]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.898000021542,0.773000021542,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[159.625,99.679],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":0,"nm":"Tractor","tt":1,"refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":19.639,"s":[0],"e":[-4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":51.361,"s":[-4],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":64.915,"s":[0],"e":[1]},{"t":107.5146484375}],"ix":10},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[-81.709],"e":[291.291]},{"t":142}],"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.984],"y":[1.174]},"o":{"x":[0.016],"y":[0.174]},"n":["0p984_1p174_0p016_0p174"],"t":19.639,"s":[194.709],"e":[198.709]},{"i":{"x":[0.966],"y":[0.841]},"o":{"x":[0.034],"y":[0.08]},"n":["0p966_0p841_0p034_0p08"],"t":51.361,"s":[198.709],"e":[190.709]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0],"y":[0]},"n":["0p833_1_0_0"],"t":64.915,"s":[190.709],"e":[192.709]},{"t":119.685546875}],"ix":4}},"a":{"a":0,"k":[84.07,197.084,0],"ix":1},"s":{"a":0,"k":[80,80,100],"ix":6}},"ao":0,"w":400,"h":310,"ip":0,"op":143,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Cloud 4 Outlines","sr":1,"ks":{"o":{"a":0,"k":53,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[329.596,137.146,0],"ix":2},"a":{"a":0,"k":[30.206,5.341,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-10,4.659],[-1.334,-0.341],[-7.921,-8.999],[0,0]],"o":[[0,0],[10,-4.66],[1.333,0.34],[0,0],[0,0]],"v":[[-30.207,3.854],[-11.54,-2.153],[7.127,-2.153],[30.206,-1.146],[30.206,5.341]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[30.206,5.341],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":427,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Cloud 3 Outlines","sr":1,"ks":{"o":{"a":0,"k":52,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[268.783,90.652,0],"ix":2},"a":{"a":0,"k":[84.003,12.222,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.003,0.005],[-8.101,1.603],[-6.328,1.682],[-7.071,1.057],[-13.586,3.264],[-3.685,1.116],[-13.401,-4.884],[-9.333,0]],"o":[[4.506,-6.796],[6.536,-1.294],[6.669,-1.772],[13.806,-2.053],[3.743,-0.899],[15.499,-4.694],[9.374,3.415],[-0.01,0]],"v":[[-84.003,11.935],[-63.714,-2.419],[-44.506,-2.117],[-26.836,-12.075],[6.28,2.766],[17.099,-1.228],[57.435,9.92],[84.003,11.94]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[84.003,12.222],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":427,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Cloud 2 Outlines","sr":1,"ks":{"o":{"a":0,"k":45,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[100.443,84.782,0],"ix":2},"a":{"a":0,"k":[25.947,5.87,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-6.521,-2],[-6.836,-6.333],[-11.393,-9.333]],"o":[[0,0],[6.52,2],[6.835,6.333],[0,0]],"v":[[-25.946,5.87],[-16.573,0.552],[0.779,-4.115],[25.947,5.87]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[25.947,5.87],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":427,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Cloud 1 Outlines","sr":1,"ks":{"o":{"a":0,"k":60,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[110.659,122.68,0],"ix":2},"a":{"a":0,"k":[69.872,6.118,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-12.785,-4.018],[-11.344,0.301],[-6.857,-1.046],[-20.404,-0.256],[19.213,2.083],[4.157,-0.297],[0,0]],"o":[[0,0],[7.99,2.511],[7.15,-0.19],[8.506,1.298],[0,0],[-19.213,-2.083],[-4.157,0.298],[0,0]],"v":[[-69.872,-4.332],[-30.482,-4.332],[5.474,-2.052],[26.647,-0.763],[69.871,2.364],[10.608,5.637],[-19.114,2.661],[-69.872,6.118]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[69.871,6.118],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":427,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Mud Dark 4 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200.453,241.443,0],"ix":2},"a":{"a":0,"k":[159.646,16.692,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-38.708,-12.333],[-4.874,18.621],[0,0],[54.391,12.981],[11.076,-1.083],[0,0]],"o":[[0,0],[38.708,12.334],[0,0],[0,0],[-10.825,-2.583],[0,0],[0,0]],"v":[[-159.396,8.557],[0.229,-4.109],[159.396,-10.154],[159.396,7.225],[-4.514,3.462],[-37.574,1.094],[-159.359,13.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.317999985639,0.2,0.165000002992,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[159.646,16.693],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":427,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Mud Dark 3 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200.311,208.501,0],"ix":2},"a":{"a":0,"k":[159.55,20.417,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-21.595,3.035],[-14.459,0.76],[-6.037,-0.293],[-10.699,-0.618],[-8.022,0.299],[-17.772,2.532],[-9.316,2.166],[-3.166,3.226],[0,0],[0,0],[12.667,-10.666],[12.365,1.981],[0,0]],"o":[[21.354,-4.439],[14.332,-2.015],[6.033,-0.317],[10.688,0.518],[8.018,0.463],[17.942,-0.671],[9.463,-1.349],[4.131,-0.961],[7.333,-7.472],[0,0],[0,0],[-12.666,10.667],[-12.366,-1.98],[0,0]],"v":[[-159.3,13.458],[-94.798,2.303],[-51.598,-2.203],[-33.469,-2.395],[-1.814,2.234],[22.277,2.308],[75.914,-2.665],[104.164,-7.71],[118.413,-12.695],[159.3,-16.527],[159.3,-6.501],[123.079,-6.501],[-26.555,5.146],[-159.283,20.167]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.317999985639,0.2,0.165000002992,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[159.55,20.417],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":427,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Mud Light 3 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200.592,234.246,0],"ix":2},"a":{"a":0,"k":[159.461,20.849,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-38.926,-12.378],[-9.254,21.314],[0,0],[0,0]],"o":[[0,0],[38.927,12.378],[-0.027,4.686],[0,0],[0,0]],"v":[[-159.211,10.768],[25.798,-6.497],[159.211,-20.598],[159.211,20.598],[-158.826,20.598]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.349000010771,0.246999987434,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[159.461,20.849],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":427,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"Mud Dark 2 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200.384,229.469,0],"ix":2},"a":{"a":0,"k":[159.785,25.625,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-51.667,-13.666],[0.069,-4],[0,0],[0,0]],"o":[[0,0],[51.667,13.667],[-0.07,4.001],[0,0],[0,0]],"v":[[-159.535,2.977],[67.465,-8.357],[159.466,-21.375],[159.227,25.375],[-158.618,24.644]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.317999985639,0.2,0.165000002992,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[159.785,25.625],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":427,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"Mud Light 2 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200.278,195.068,0],"ix":2},"a":{"a":0,"k":[159.583,13.261,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-21.871,-1.621],[0,0],[-24.66,-1.98],[0,0],[21.285,-10.8],[18.04,-0.099],[16.789,1],[8.846,-0.447],[0,0]],"o":[[0,0],[21.871,1.621],[0,0],[0,0],[0,0],[-8.011,4.064],[-16.439,0.09],[-19.585,-1.166],[-24.75,1.25],[0,0]],"v":[[-159.333,1.093],[-41.388,-7.771],[38.817,-8.512],[159.333,-11.032],[159.333,-1.219],[74.862,-2.068],[33.729,1.809],[-18.042,1.201],[-64.138,-0.318],[-159.302,13.012]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.349000010771,0.246999987434,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[159.583,13.262],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":427,"st":0,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"Mud Dark 1 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200.236,195.086,0],"ix":2},"a":{"a":0,"k":[159.625,18.812,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-36.717,-5.6],[-49.373,-15.377],[0,0],[21.107,-4.577],[0,0]],"o":[[0,0],[41.567,6.337],[0,0],[0,0],[-21.108,4.576],[0,0]],"v":[[-159.375,18.561],[-5.739,6.581],[159.375,-3.113],[159.375,-10.641],[-59.887,-13.984],[-159.321,-10.607]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.317999985639,0.2,0.165000002992,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[159.625,18.811],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":427,"st":0,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"Mud Light 1 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200.262,217.559,0],"ix":2},"a":{"a":0,"k":[159.598,37.536,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-38.35,3.168],[-22.338,0.489],[0,0],[0,0],[0,0]],"o":[[0,0],[41.282,-3.41],[25.387,-0.556],[0,0],[0,0],[0,0]],"v":[[-159.348,-33.079],[-57.499,-33.876],[106.231,-33.008],[159.348,-33.522],[159.348,37.286],[-159.169,36.886]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.458999992819,0.349000010771,0.246999987434,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[159.598,37.536],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":427,"st":0,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"Grass Light Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200.229,180.691,0],"ix":2},"a":{"a":0,"k":[159.381,6.727,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-19.854,-6.958],[-24.927,2.87],[-21.286,-0.394],[-21.984,-2.691],[-27.896,1.102],[0,0],[27.765,3.4],[22.112,0.409],[21.206,-2.442],[19.853,6.958],[0,0]],"o":[[0,0],[19.853,6.958],[21.206,-2.442],[22.112,0.409],[27.765,3.4],[0,0],[-27.896,1.101],[-21.984,-2.692],[-21.286,-0.393],[-24.927,2.87],[-19.854,-6.959],[0,0]],"v":[[-159.381,1.434],[-117.316,3.177],[-56.388,2.339],[8.047,1.4],[74.731,4.395],[159.381,3.344],[159.381,-1.012],[74.731,-2.415],[8.047,-5.411],[-56.388,-4.471],[-117.316,-3.633],[-159.315,-3.633]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.470999983245,0.528999956916,0.294000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[159.381,6.727],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":427,"st":0,"bm":2},{"ddd":0,"ind":19,"ty":4,"nm":"Grass Dark Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200.262,178.289,0],"ix":2},"a":{"a":0,"k":[159.598,18.123,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-19.854,-6.958],[-24.927,2.871],[-21.286,-0.394],[-21.984,-2.692],[-27.895,1.102],[0,0],[0,0]],"o":[[0,0],[19.853,6.959],[21.206,-2.441],[22.113,0.409],[27.765,3.4],[0,0],[0,0],[0,0]],"v":[[-159.348,-11.232],[-116.393,-10.915],[-55.464,-11.753],[8.969,-12.691],[75.654,-9.695],[159.348,-8.611],[159.348,5.747],[-159.318,17.872]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.470999983245,0.528999956916,0.294000004787,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[159.598,18.123],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":427,"st":0,"bm":0},{"ddd":0,"ind":20,"ty":4,"nm":"BG Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200.235,155.416,0],"ix":2},"a":{"a":0,"k":[159.625,99.679,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[159.375,99.43],[-159.375,99.43],[-159.375,-99.43],[159.375,-99.43]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.898000021542,0.773000021542,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[159.625,99.679],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":427,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/tractor_animation.json b/ohos/flutter_lottie/assets/lottiefiles/tractor_animation.json new file mode 100644 index 0000000000000000000000000000000000000000..6670ede81e91c74614c126db50d82a7d5881e22b --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/tractor_animation.json @@ -0,0 +1 @@ +{"v":"5.3.0","fr":29.9700012207031,"ip":0,"op":129.000005254278,"w":1200,"h":800,"nm":"Comp 1","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Shape Layer 2 Comp 2","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[600,240,0],"ix":2},"a":{"a":0,"k":[600,400,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1200,"h":800,"ip":29.0000011811942,"op":3625.00014764928,"st":29.0000011811942,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"Shape Layer 2 Comp 2","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[600,492,0],"ix":2},"a":{"a":0,"k":[600,400,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1200,"h":800,"ip":21.0000008553475,"op":3617.00014732343,"st":21.0000008553475,"bm":0},{"ddd":0,"ind":3,"ty":0,"nm":"Shape Layer 2 Comp 2","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[600,320,0],"ix":2},"a":{"a":0,"k":[600,400,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1200,"h":800,"ip":14.0000005702317,"op":3610.00014703831,"st":14.0000005702317,"bm":0},{"ddd":0,"ind":4,"ty":0,"nm":"Shape Layer 2 Comp 2","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[600,580,0],"ix":2},"a":{"a":0,"k":[600,400,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1200,"h":800,"ip":8.00000032584668,"op":3604.00014679393,"st":8.00000032584668,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":1,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6.024,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":19.838,"s":[100],"e":[0]},{"t":28.0000011404634}],"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},"n":"0p833_0p833_0p167_0p167","t":1,"s":[600,400,0],"e":[175.316,402,0],"to":[-68.3502960205078,0,0],"ti":[167.852523803711,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[175.316,402,0],"e":[-100,400,0],"to":[-118.653823852539,0,0],"ti":[48.3163681030273,0,0]},{"t":27.3725011149048}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[270,24],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":20,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.007842999814,0.501960963829,0.56470600203,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.090196078431,0.164705882353,0.250980392157,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[389,-14],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3596.00014646808,"st":0,"bm":0}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":1,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6.024,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":19.838,"s":[100],"e":[0]},{"t":28.0000011404634}],"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},"n":"0p833_0p833_0p167_0p167","t":1,"s":[600,400,0],"e":[175.316,402,0],"to":[-68.3502960205078,0,0],"ti":[167.852523803711,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":17,"s":[175.316,402,0],"e":[-100,400,0],"to":[-118.653823852539,0,0],"ti":[48.3163681030273,0,0]},{"t":27.3725011149048}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[270,24],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":20,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.007842999814,0.501960963829,0.56470600203,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.090196078431,0.164705882353,0.250980392157,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[389,-14],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3596.00014646808,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":2,"ty":4,"nm":"Spoiler","parent":5,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-176,151,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-180.5,37.5],[126.25,-133]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.819607853889,0.341176480055,0.086274512112,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.956862747669,0.690196096897,0.023529412225,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Edge","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[370,370],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":0,"k":40,"ix":2},"o":{"a":0,"k":-101,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"fl","c":{"a":0,"k":[0.984313726425,0.46274510026,0.184313729405,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Back Spoiler","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":128.871005249023,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Rare Wheel","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[1080]},{"t":128.371255228668}],"ix":10},"p":{"a":0,"k":[412,545,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[14,14],"ix":2},"p":{"a":0,"k":[41,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.090196080506,0.164705887437,0.250980407,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"rp","c":{"a":0,"k":6,"ix":1},"o":{"a":0,"k":0,"ix":2},"m":1,"ix":3,"tr":{"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":60,"ix":4},"so":{"a":0,"k":100,"ix":5},"eo":{"a":0,"k":100,"ix":6},"nm":"Transform"},"nm":"Repeater 1","mn":"ADBE Vector Filter - Repeater","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":"Varztai","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[42,42],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.090196080506,0.164705887437,0.250980407,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Center 4","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[126,126],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.760784387589,0.549019634724,0.019607843831,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Center 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[196,196],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.968627512455,0.862745165825,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Center 2","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-73.454,0],[0,-73.454],[73.454,0],[0,73.454]],"o":[[73.454,0],[0,73.454],[-73.454,0],[0,-73.454]],"v":[[0,-133],[133,0],[0,133],[-133,0]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.090196080506,0.164705887437,0.250980407,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Center","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-7.732],[0,0],[7.732,0],[0,0],[0,7.732],[0,0],[-7.732,0],[0,0]],"o":[[0,0],[0,7.732],[0,0],[-7.732,0],[0,0],[0,-7.732],[0,0],[7.732,0]],"v":[[168,-7],[168,7],[154,21],[-154,21],[-168,7],[-168,-7],[-154,-21],[154,-21]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,-7.732],[0,0],[7.732,0],[0,0],[0,7.732],[0,0],[-7.732,0],[0,0]],"o":[[0,0],[0,7.732],[0,0],[-7.732,0],[0,0],[0,-7.732],[0,0],[7.732,0]],"v":[[21,-154],[21,154],[7,168],[-7,168],[-21,154],[-21,-154],[-7,-168],[7,-168]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.090196080506,0.164705887437,0.250980407,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Sipinai","np":3,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":128.871005249023,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Front Wheel","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[1800]},{"t":128.000005213547}],"ix":10},"p":{"a":0,"k":[852,629,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[7,7],"ix":2},"p":{"a":0,"k":[22.4,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.090196080506,0.164705887437,0.250980407,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"rp","c":{"a":0,"k":6,"ix":1},"o":{"a":0,"k":0,"ix":2},"m":1,"ix":3,"tr":{"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":60,"ix":4},"so":{"a":0,"k":100,"ix":5},"eo":{"a":0,"k":100,"ix":6},"nm":"Transform"},"nm":"Repeater 1","mn":"ADBE Vector Filter - Repeater","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":"Varztai","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[28,28],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.090196080506,0.164705887437,0.250980407,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Center 4","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[63,63],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.760784387589,0.549019634724,0.019607843831,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Center 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[90,90],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.968627512455,0.862745165825,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Center 2","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-36.727,0],[0,-36.727],[36.727,0],[0,36.727]],"o":[[36.727,0],[0,36.727],[-36.727,0],[0,-36.727]],"v":[[0,-66.5],[66.5,0],[0,66.5],[-66.5,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.090196080506,0.164705887437,0.250980407,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Center","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-3.866],[0,0],[3.866,0],[0,0],[0,3.866],[0,0],[-3.866,0],[0,0]],"o":[[0,0],[0,3.866],[0,0],[-3.866,0],[0,0],[0,-3.866],[0,0],[3.866,0]],"v":[[84,-3.5],[84,3.5],[77,10.5],[-77,10.5],[-84,3.5],[-84,-3.5],[-77,-10.5],[77,-10.5]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,-3.866],[0,0],[3.866,0],[0,0],[0,3.866],[0,0],[-3.866,0],[0,0]],"o":[[0,0],[0,3.866],[0,0],[-3.866,0],[0,0],[0,-3.866],[0,0],[3.866,0]],"v":[[10.5,-77],[10.5,77],[3.5,84],[-3.5,84],[-10.5,77],[-10.5,-77],[-3.5,-84],[3.5,-84]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.090196080506,0.164705887437,0.250980407,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Sipai","np":3,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":128.871005249023,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"MAIN BODY","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[588,394,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-20],[0,0]],"o":[[0,0],[0,20.5],[0,0]],"v":[[-1,-20],[-41,0],[-1,20.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.858823597431,0.61960786581,0.019607843831,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[7.747,30],"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":"fl","c":{"a":0,"k":[0.678431391716,0.678431391716,0.678431391716,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Rectangle 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[-333,83],"ix":2},"a":{"a":0,"k":[-33,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":180,"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":"Rare Lamp","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-20],[0,0]],"o":[[0,0],[0,20.5],[0,0]],"v":[[-1,-20],[-41,0],[-1,20.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.839215695858,0.328555673361,0.055947709829,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[7.747,30],"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":"fl","c":{"a":0,"k":[0.678431391716,0.678431391716,0.678431391716,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Rectangle 1","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[315,75],"ix":2},"a":{"a":0,"k":[-33,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":"Front Lamp","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[47.125,225.129],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":30,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.858823597431,0.61960786581,0.019607843831,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-165,111],"ix":2},"a":{"a":0,"k":[0,83],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":0,"s":[-20],"e":[-10]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p833_0p333_0"],"t":13,"s":[-10],"e":[-20]},{"t":26.0000010590017}],"ix":6,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Seat","np":2,"cix":2,"ix":3,"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":[[0,0],[41.7,0],[0,-63]],"o":[[-42,0],[-61,0],[0,0]],"v":[[346.5,135],[264,135],[164,235]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.819607853889,0.341176480055,0.086274512112,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":2,"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":"Front Spoiler","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[-49.253,-0.086],[0,23.25],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[25.997,0.045],[0,-17.75],[0,0]],"v":[[264,135],[224.048,138.953],[189.509,161.66],[168.109,197.408],[164,224],[299.003,223.955],[339,188.25],[339,135]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.819607853889,0.341176480055,0.086274512112,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","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":"Front Spoiler","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[182.5,68.75],[289,68.75]],"c":false},"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":[[182.5,88.75],[289,88.75]],"c":false},"ix":2},"nm":"Path 2","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":[[182.5,108.75],[289,108.75]],"c":false},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.819607853889,0.341176480055,0.086274512112,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":2,"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":"Vents","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[25.5,0],[0,0],[0,-54],[26.5,0],[0,0],[0,0],[0,0],[0,0],[-159.293,0],[-5.879,10.175],[-10.889,7.087],[-15.04,0],[-33.5,0],[0,40.333]],"o":[[-74,0],[0,0],[0,24.5],[-21.5,0],[0,0],[0,0],[0,0],[0,0],[0,-0.25],[6.5,-11.25],[15.75,-10.25],[26,0],[0,-33],[0,-17]],"v":[[299,29],[78,29],[24,151],[-16,191],[-85.5,191],[-85.5,69],[-176,69],[-176,224],[164,224],[173.75,187],[197,156.5],[252,135],[339,135],[339,69]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":0,"k":14.3,"ix":1},"e":{"a":0,"k":36,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.819607853889,0.341176480055,0.086274512112,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":2,"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":"Main Body Stroke","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[25.5,0],[0,0],[0,-54],[26.5,0],[0,0],[0,0],[0,0],[0,0],[-159.293,0],[-5.879,10.175],[-10.889,7.087],[-15.04,0],[-33.5,0],[0,40.333]],"o":[[-74,0],[0,0],[0,24.5],[-21.5,0],[0,0],[0,0],[0,0],[0,0],[0,-0.25],[6.5,-11.25],[15.75,-10.25],[26,0],[0,-33],[0,-17]],"v":[[299,29],[78,29],[24,151],[-16,191],[-85.5,191],[-85.5,69],[-176,69],[-176,224],[164,224],[173.75,187],[197,156.5],[252,135],[339,135],[339,69]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.984313726425,0.46274510026,0.184313729405,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Main Body","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[7,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,41.667]],"o":[[-17.25,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-6.25]],"v":[[-77.75,36],[-129.5,36],[-129.5,205],[92,205],[99.5,38.5],[47.5,38.5],[29,163.5],[-16,163.5],[-16,173],[-66,173],[-66,48]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.494117647409,0.494117647409,0.494117647409,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Interior","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-20.859,12.169],[43.641,12.169]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.090196080506,0.164705887437,0.250980407,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":16,"ix":5},"lc":2,"lj":2,"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[12.141,12.169],[12.141,98.169]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.678431391716,0.678431391716,0.678431391716,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":2,"lj":2,"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 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","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":-43,"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":"Vairas","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[423.021,45.309],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":10,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.819607853889,0.341834127903,0.086782000959,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[70,223],"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":"Apacia","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","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":"--- Static Stuff","np":7,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[16,16],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.956862747669,0.690196096897,0.023529412225,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-37,-25],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0.25,-0.25],[-39,-26]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.679718136787,0.679718136787,0.679718136787,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"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":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[37,100],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":0,"s":[0],"e":[-15]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p833_0p333_0"],"t":13,"s":[-15],"e":[0]},{"t":26.0000010590017}],"ix":6,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shift Gear","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-8.083,0],[0,-18.75],[0,0]],"o":[[20,0],[0,12],[0,0]],"v":[[-31,-112.5],[-1,-82.5],[-1,-40.75]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.090196080506,0.164705887437,0.250980407,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":16,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,-40],"ix":2},"a":{"a":0,"k":[0,-40],"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":"Pipe Slim","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[40,87],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":10,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.090196080506,0.164705887437,0.250980407,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Pipe Fat","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[180,33],"ix":2},"a":{"a":0,"k":[0,33],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[2],"e":[0]},{"t":16.0000006516934}],"ix":6,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Pipe","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":128.871005249023,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":0,"nm":"Pre-comp 2","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":20,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[600,400,0],"ix":2},"a":{"a":0,"k":[600,400,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1200,"h":800,"ip":80.0000032584668,"op":147.000005987433,"st":80.0000032584668,"bm":0},{"ddd":0,"ind":7,"ty":0,"nm":"Pre-comp 2","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":20,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[600,400,0],"ix":2},"a":{"a":0,"k":[600,400,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1200,"h":800,"ip":43.0000017514259,"op":105.000004276738,"st":43.0000017514259,"bm":0},{"ddd":0,"ind":8,"ty":0,"nm":"Pre-comp 2","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":20,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[600,400,0],"ix":2},"a":{"a":0,"k":[600,400,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1200,"h":800,"ip":0,"op":62.0000025253118,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/trail_loading.json b/ohos/flutter_lottie/assets/lottiefiles/trail_loading.json new file mode 100644 index 0000000000000000000000000000000000000000..9fb39ea63122f729120c8b78f307ab2904bb58ec --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/trail_loading.json @@ -0,0 +1 @@ +{"v":"4.6.8","fr":60,"ip":0,"op":106,"w":500,"h":500,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 5","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":20,"s":[0],"e":[360]},{"t":110}]},"p":{"a":0,"k":[251,250,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10,10]},"p":{"a":0,"k":[0,-100]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0,0.7294118,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":20,"op":620,"st":20,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 4","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":15,"s":[0],"e":[360]},{"t":105}]},"p":{"a":0,"k":[251,250,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[20,20]},"p":{"a":0,"k":[0,-100]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0,0.7294118,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":15,"op":615,"st":15,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 3","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":10,"s":[0],"e":[360]},{"t":100}]},"p":{"a":0,"k":[251,250,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[30,30]},"p":{"a":0,"k":[0,-100]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0,0.7294118,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":10,"op":610,"st":10,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 2","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":5,"s":[0],"e":[360]},{"t":95}]},"p":{"a":0,"k":[251,250,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[40,40]},"p":{"a":0,"k":[0,-100]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0,0.7294118,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":5,"op":605,"st":5,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[0],"e":[360]},{"t":90}]},"p":{"a":0,"k":[250,250,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":0,"s":[50,50],"e":[40,40]},{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":84,"s":[40,40],"e":[50,50]},{"t":100}]},"p":{"a":0,"k":[0,-100]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0,0.7294118,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":600,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/trophy.json b/ohos/flutter_lottie/assets/lottiefiles/trophy.json new file mode 100644 index 0000000000000000000000000000000000000000..12d891f9e87f9a145242a340f943fd23474552cf --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/trophy.json @@ -0,0 +1 @@ +{"v":"4.10.1","fr":29.9700012207031,"ip":0,"op":60.0000024438501,"w":550,"h":400,"nm":"trofeu_camadas 2","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"estrela/trofeu_camadas contornos","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":31,"s":[100],"e":[0]},{"t":47.0000019143492}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":24,"s":[0],"e":[-364.604]},{"t":40.0000016292334}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":24,"s":[277,204,0],"e":[72,66,0],"to":[-8.16666698455811,-29.3333339691162,0],"ti":[143.16667175293,-10.1666669845581,0]},{"t":40.0000016292334}],"ix":2},"a":{"a":0,"k":[48,46,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,12.45]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_12p45"],"t":24,"s":[16.667,16.667,100],"e":[91.367,91.367,100]},{"t":40.0000016292334}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.995,3.02],[3.121,0.388],[0,0],[0,0],[1.266,0.709],[1.401,0],[0,0],[0,0],[-2.548,1.855],[0.523,3.087],[0,0]],"o":[[2.277,-2.193],[-1.013,-3.003],[0,0],[0,0],[-0.674,-1.249],[-1.214,-0.674],[0,0],[0,0],[2.733,1.433],[2.546,-1.856],[0,0],[0,0]],"v":[[20.859,-4.095],[22.783,-11.914],[16.583,-17],[-6.647,-20.492],[-16.946,-41.444],[-19.856,-44.38],[-23.778,-45.392],[-23.778,33.001],[-3.003,43.959],[4.918,43.326],[7.954,35.912],[4.006,12.328]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.6,0.156999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.583,45.642],"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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.995,3.02],[3.121,0.388],[0,0],[0,0],[1.266,0.709],[1.401,0],[1.214,-0.675],[0.658,-1.249],[0,0],[0,0],[0.996,-3.003],[-2.277,-2.193],[0,0],[0,0],[-2.531,-1.856],[-2.733,1.45],[0,0],[0,0],[-2.531,1.855],[0.523,3.104],[0,0],[0,0]],"o":[[-1.013,-3.003],[0,0],[0,0],[-0.674,-1.249],[-1.214,-0.675],[-1.417,0],[-1.265,0.709],[0,0],[0,0],[-3.121,0.388],[-0.995,3.02],[0,0],[0,0],[-0.523,3.087],[2.547,1.855],[0,0],[0,0],[2.734,1.45],[2.547,-1.856],[0,0],[0,0],[2.278,-2.193]],"v":[[46.561,-11.91],[40.36,-16.996],[17.13,-20.488],[6.831,-41.439],[3.921,-44.376],[-0.001,-45.387],[-3.948,-44.376],[-6.833,-41.439],[-17.157,-20.488],[-40.385,-16.996],[-46.561,-11.91],[-44.637,-4.091],[-27.785,12.306],[-31.732,35.916],[-28.721,43.33],[-20.801,43.937],[-0.001,33.005],[20.799,43.937],[28.695,43.33],[31.731,35.89],[27.785,12.306],[44.636,-4.091]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.658999992819,0.204000001795,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[47.806,45.638],"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":"Transformar"}],"nm":"Grupo 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":24.00000097754,"op":47.0000019143492,"st":10.0000004073083,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"estrela/trofeu_camadas contornos","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":27,"s":[100],"e":[0]},{"t":43.0000017514259}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":20,"s":[0],"e":[-364.604]},{"t":36.0000014663101}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":20,"s":[280,196,0],"e":[70,232,0],"to":[-58,-35.5,0],"ti":[28,-26.5,0]},{"t":36.0000014663101}],"ix":2},"a":{"a":0,"k":[48,46,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,11.786]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_11p786"],"t":20,"s":[16.667,16.667,100],"e":[87.381,87.381,100]},{"t":36.0000014663101}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.995,3.02],[3.121,0.388],[0,0],[0,0],[1.266,0.709],[1.401,0],[0,0],[0,0],[-2.548,1.855],[0.523,3.087],[0,0]],"o":[[2.277,-2.193],[-1.013,-3.003],[0,0],[0,0],[-0.674,-1.249],[-1.214,-0.674],[0,0],[0,0],[2.733,1.433],[2.546,-1.856],[0,0],[0,0]],"v":[[20.859,-4.095],[22.783,-11.914],[16.583,-17],[-6.647,-20.492],[-16.946,-41.444],[-19.856,-44.38],[-23.778,-45.392],[-23.778,33.001],[-3.003,43.959],[4.918,43.326],[7.954,35.912],[4.006,12.328]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.6,0.156999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.583,45.642],"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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.995,3.02],[3.121,0.388],[0,0],[0,0],[1.266,0.709],[1.401,0],[1.214,-0.675],[0.658,-1.249],[0,0],[0,0],[0.996,-3.003],[-2.277,-2.193],[0,0],[0,0],[-2.531,-1.856],[-2.733,1.45],[0,0],[0,0],[-2.531,1.855],[0.523,3.104],[0,0],[0,0]],"o":[[-1.013,-3.003],[0,0],[0,0],[-0.674,-1.249],[-1.214,-0.675],[-1.417,0],[-1.265,0.709],[0,0],[0,0],[-3.121,0.388],[-0.995,3.02],[0,0],[0,0],[-0.523,3.087],[2.547,1.855],[0,0],[0,0],[2.734,1.45],[2.547,-1.856],[0,0],[0,0],[2.278,-2.193]],"v":[[46.561,-11.91],[40.36,-16.996],[17.13,-20.488],[6.831,-41.439],[3.921,-44.376],[-0.001,-45.387],[-3.948,-44.376],[-6.833,-41.439],[-17.157,-20.488],[-40.385,-16.996],[-46.561,-11.91],[-44.637,-4.091],[-27.785,12.306],[-31.732,35.916],[-28.721,43.33],[-20.801,43.937],[-0.001,33.005],[20.799,43.937],[28.695,43.33],[31.731,35.89],[27.785,12.306],[44.636,-4.091]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.658999992819,0.204000001795,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[47.806,45.638],"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":"Transformar"}],"nm":"Grupo 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":20.0000008146167,"op":47.0000019143492,"st":6.00000024438501,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"estrela/trofeu_camadas contornos","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":22,"s":[100],"e":[0]},{"t":38.0000015477717}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":15,"s":[0],"e":[-364.604]},{"t":31.0000012626559}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":15,"s":[277,197,0],"e":[98,361,0],"to":[-51.8333320617676,-12.6666669845581,0],"ti":[31.8333339691162,-65.3333358764648,0]},{"t":31.0000012626559}],"ix":2},"a":{"a":0,"k":[48,46,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,10.491]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_10p491"],"t":15,"s":[16.667,16.667,100],"e":[79.612,79.612,100]},{"t":31.0000012626559}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.995,3.02],[3.121,0.388],[0,0],[0,0],[1.266,0.709],[1.401,0],[0,0],[0,0],[-2.548,1.855],[0.523,3.087],[0,0]],"o":[[2.277,-2.193],[-1.013,-3.003],[0,0],[0,0],[-0.674,-1.249],[-1.214,-0.674],[0,0],[0,0],[2.733,1.433],[2.546,-1.856],[0,0],[0,0]],"v":[[20.859,-4.095],[22.783,-11.914],[16.583,-17],[-6.647,-20.492],[-16.946,-41.444],[-19.856,-44.38],[-23.778,-45.392],[-23.778,33.001],[-3.003,43.959],[4.918,43.326],[7.954,35.912],[4.006,12.328]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.6,0.156999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.583,45.642],"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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.995,3.02],[3.121,0.388],[0,0],[0,0],[1.266,0.709],[1.401,0],[1.214,-0.675],[0.658,-1.249],[0,0],[0,0],[0.996,-3.003],[-2.277,-2.193],[0,0],[0,0],[-2.531,-1.856],[-2.733,1.45],[0,0],[0,0],[-2.531,1.855],[0.523,3.104],[0,0],[0,0]],"o":[[-1.013,-3.003],[0,0],[0,0],[-0.674,-1.249],[-1.214,-0.675],[-1.417,0],[-1.265,0.709],[0,0],[0,0],[-3.121,0.388],[-0.995,3.02],[0,0],[0,0],[-0.523,3.087],[2.547,1.855],[0,0],[0,0],[2.734,1.45],[2.547,-1.856],[0,0],[0,0],[2.278,-2.193]],"v":[[46.561,-11.91],[40.36,-16.996],[17.13,-20.488],[6.831,-41.439],[3.921,-44.376],[-0.001,-45.387],[-3.948,-44.376],[-6.833,-41.439],[-17.157,-20.488],[-40.385,-16.996],[-46.561,-11.91],[-44.637,-4.091],[-27.785,12.306],[-31.732,35.916],[-28.721,43.33],[-20.801,43.937],[-0.001,33.005],[20.799,43.937],[28.695,43.33],[31.731,35.89],[27.785,12.306],[44.636,-4.091]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.658999992819,0.204000001795,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[47.806,45.638],"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":"Transformar"}],"nm":"Grupo 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":15.0000006109625,"op":47.0000019143492,"st":1.00000004073083,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"estrela/trofeu_camadas contornos","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":29,"s":[100],"e":[0]},{"t":45.0000018328876}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":22,"s":[0],"e":[-364.604]},{"t":38.0000015477717}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":22,"s":[278,199,0],"e":[489,78,0],"to":[26.1666660308838,-72,0],"ti":[-99.1666641235352,7,0]},{"t":38.0000015477717}],"ix":2},"a":{"a":0,"k":[48,46,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,12.197]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_12p197"],"t":22,"s":[16.667,16.667,100],"e":[89.847,89.847,100]},{"t":38.0000015477717}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.995,3.02],[3.121,0.388],[0,0],[0,0],[1.266,0.709],[1.401,0],[0,0],[0,0],[-2.548,1.855],[0.523,3.087],[0,0]],"o":[[2.277,-2.193],[-1.013,-3.003],[0,0],[0,0],[-0.674,-1.249],[-1.214,-0.674],[0,0],[0,0],[2.733,1.433],[2.546,-1.856],[0,0],[0,0]],"v":[[20.859,-4.095],[22.783,-11.914],[16.583,-17],[-6.647,-20.492],[-16.946,-41.444],[-19.856,-44.38],[-23.778,-45.392],[-23.778,33.001],[-3.003,43.959],[4.918,43.326],[7.954,35.912],[4.006,12.328]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.6,0.156999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.583,45.642],"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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.995,3.02],[3.121,0.388],[0,0],[0,0],[1.266,0.709],[1.401,0],[1.214,-0.675],[0.658,-1.249],[0,0],[0,0],[0.996,-3.003],[-2.277,-2.193],[0,0],[0,0],[-2.531,-1.856],[-2.733,1.45],[0,0],[0,0],[-2.531,1.855],[0.523,3.104],[0,0],[0,0]],"o":[[-1.013,-3.003],[0,0],[0,0],[-0.674,-1.249],[-1.214,-0.675],[-1.417,0],[-1.265,0.709],[0,0],[0,0],[-3.121,0.388],[-0.995,3.02],[0,0],[0,0],[-0.523,3.087],[2.547,1.855],[0,0],[0,0],[2.734,1.45],[2.547,-1.856],[0,0],[0,0],[2.278,-2.193]],"v":[[46.561,-11.91],[40.36,-16.996],[17.13,-20.488],[6.831,-41.439],[3.921,-44.376],[-0.001,-45.387],[-3.948,-44.376],[-6.833,-41.439],[-17.157,-20.488],[-40.385,-16.996],[-46.561,-11.91],[-44.637,-4.091],[-27.785,12.306],[-31.732,35.916],[-28.721,43.33],[-20.801,43.937],[-0.001,33.005],[20.799,43.937],[28.695,43.33],[31.731,35.89],[27.785,12.306],[44.636,-4.091]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.658999992819,0.204000001795,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[47.806,45.638],"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":"Transformar"}],"nm":"Grupo 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":22.0000008960784,"op":47.0000019143492,"st":8.00000032584668,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"estrela/trofeu_camadas contornos","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":25,"s":[100],"e":[0]},{"t":41.0000016699642}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":18,"s":[0],"e":[-364.604]},{"t":34.0000013848484}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":18,"s":[278,202,0],"e":[480,253,0],"to":[69.6666641235352,-35,0],"ti":[-15.6666669845581,-44,0]},{"t":34.0000013848484}],"ix":2},"a":{"a":0,"k":[48,46,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,12.956]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_12p956"],"t":18,"s":[16.667,16.667,100],"e":[94.404,94.404,100]},{"t":34.0000013848484}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.995,3.02],[3.121,0.388],[0,0],[0,0],[1.266,0.709],[1.401,0],[0,0],[0,0],[-2.548,1.855],[0.523,3.087],[0,0]],"o":[[2.277,-2.193],[-1.013,-3.003],[0,0],[0,0],[-0.674,-1.249],[-1.214,-0.674],[0,0],[0,0],[2.733,1.433],[2.546,-1.856],[0,0],[0,0]],"v":[[20.859,-4.095],[22.783,-11.914],[16.583,-17],[-6.647,-20.492],[-16.946,-41.444],[-19.856,-44.38],[-23.778,-45.392],[-23.778,33.001],[-3.003,43.959],[4.918,43.326],[7.954,35.912],[4.006,12.328]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.6,0.156999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.583,45.642],"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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.995,3.02],[3.121,0.388],[0,0],[0,0],[1.266,0.709],[1.401,0],[1.214,-0.675],[0.658,-1.249],[0,0],[0,0],[0.996,-3.003],[-2.277,-2.193],[0,0],[0,0],[-2.531,-1.856],[-2.733,1.45],[0,0],[0,0],[-2.531,1.855],[0.523,3.104],[0,0],[0,0]],"o":[[-1.013,-3.003],[0,0],[0,0],[-0.674,-1.249],[-1.214,-0.675],[-1.417,0],[-1.265,0.709],[0,0],[0,0],[-3.121,0.388],[-0.995,3.02],[0,0],[0,0],[-0.523,3.087],[2.547,1.855],[0,0],[0,0],[2.734,1.45],[2.547,-1.856],[0,0],[0,0],[2.278,-2.193]],"v":[[46.561,-11.91],[40.36,-16.996],[17.13,-20.488],[6.831,-41.439],[3.921,-44.376],[-0.001,-45.387],[-3.948,-44.376],[-6.833,-41.439],[-17.157,-20.488],[-40.385,-16.996],[-46.561,-11.91],[-44.637,-4.091],[-27.785,12.306],[-31.732,35.916],[-28.721,43.33],[-20.801,43.937],[-0.001,33.005],[20.799,43.937],[28.695,43.33],[31.731,35.89],[27.785,12.306],[44.636,-4.091]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.658999992819,0.204000001795,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[47.806,45.638],"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":"Transformar"}],"nm":"Grupo 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":18.000000733155,"op":47.0000019143492,"st":4.00000016292334,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"estrela/trofeu_camadas contornos","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":21,"s":[100],"e":[0]},{"t":37.0000015070409}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":14,"s":[0],"e":[-364.604]},{"t":30.0000012219251}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":14,"s":[278,216,0],"e":[452,364,0],"to":[78.1666641235352,-2.66666674613953,0],"ti":[-0.16666667163372,-52.3333320617676,0]},{"t":30.0000012219251}],"ix":2},"a":{"a":0,"k":[48,46,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,9.473]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_9p473"],"t":14,"s":[16.667,16.667,100],"e":[73.504,73.504,100]},{"t":30.0000012219251}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.995,3.02],[3.121,0.388],[0,0],[0,0],[1.266,0.709],[1.401,0],[0,0],[0,0],[-2.548,1.855],[0.523,3.087],[0,0]],"o":[[2.277,-2.193],[-1.013,-3.003],[0,0],[0,0],[-0.674,-1.249],[-1.214,-0.674],[0,0],[0,0],[2.733,1.433],[2.546,-1.856],[0,0],[0,0]],"v":[[20.859,-4.095],[22.783,-11.914],[16.583,-17],[-6.647,-20.492],[-16.946,-41.444],[-19.856,-44.38],[-23.778,-45.392],[-23.778,33.001],[-3.003,43.959],[4.918,43.326],[7.954,35.912],[4.006,12.328]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.6,0.156999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.583,45.642],"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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.995,3.02],[3.121,0.388],[0,0],[0,0],[1.266,0.709],[1.401,0],[1.214,-0.675],[0.658,-1.249],[0,0],[0,0],[0.996,-3.003],[-2.277,-2.193],[0,0],[0,0],[-2.531,-1.856],[-2.733,1.45],[0,0],[0,0],[-2.531,1.855],[0.523,3.104],[0,0],[0,0]],"o":[[-1.013,-3.003],[0,0],[0,0],[-0.674,-1.249],[-1.214,-0.675],[-1.417,0],[-1.265,0.709],[0,0],[0,0],[-3.121,0.388],[-0.995,3.02],[0,0],[0,0],[-0.523,3.087],[2.547,1.855],[0,0],[0,0],[2.734,1.45],[2.547,-1.856],[0,0],[0,0],[2.278,-2.193]],"v":[[46.561,-11.91],[40.36,-16.996],[17.13,-20.488],[6.831,-41.439],[3.921,-44.376],[-0.001,-45.387],[-3.948,-44.376],[-6.833,-41.439],[-17.157,-20.488],[-40.385,-16.996],[-46.561,-11.91],[-44.637,-4.091],[-27.785,12.306],[-31.732,35.916],[-28.721,43.33],[-20.801,43.937],[-0.001,33.005],[20.799,43.937],[28.695,43.33],[31.731,35.89],[27.785,12.306],[44.636,-4.091]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.658999992819,0.204000001795,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[47.806,45.638],"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":"Transformar"}],"nm":"Grupo 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":14.0000005702317,"op":47.0000019143492,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"topo contornos","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":17,"s":[277.078,91.691,0],"e":[277.078,132.191,0],"to":[0,6.75,0],"ti":[0,-5.91666650772095,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":22,"s":[277.078,132.191,0],"e":[277.078,127.191,0],"to":[0,5.91666650772095,0],"ti":[0,0.58333331346512,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":26,"s":[277.078,127.191,0],"e":[277.078,128.691,0],"to":[0,-0.58333331346512,0],"ti":[0,-0.25,0]},{"t":29.0000011811942}],"ix":2},"a":{"a":0,"k":[98.938,7.841,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_0"],"t":17,"s":[0.555,173.834,100],"e":[109.991,75.033,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_0"],"t":22,"s":[109.991,75.033,100],"e":[89.218,160.66,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_0"],"t":26,"s":[89.218,160.66,100],"e":[95.298,114.553,100]},{"t":29.0000011811942}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,2.126],[1.468,1.468],[2.126,0],[0,0],[0,0],[0,0],[-1.468,1.468]],"o":[[0,-2.125],[-1.468,-1.467],[0,0],[0,0],[0,0],[2.126,0],[1.468,-1.468]],"v":[[49.344,0],[47.142,-5.39],[41.752,-7.591],[-49.344,-7.591],[-49.344,7.591],[41.752,7.591],[47.142,5.39]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.6,0.156999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[148.281,7.841],"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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,2.126],[1.468,1.468],[2.126,0],[0,0],[1.45,-1.467],[0,-2.125],[-1.468,-1.468],[-2.143,0],[0,0],[-1.468,1.468]],"o":[[0,-2.125],[-1.468,-1.467],[0,0],[-2.143,0],[-1.468,1.468],[0,2.126],[1.45,1.468],[0,0],[2.126,0],[1.468,-1.468]],"v":[[98.688,0],[96.485,-5.39],[91.095,-7.591],[-91.096,-7.591],[-96.486,-5.39],[-98.688,0],[-96.486,5.39],[-91.096,7.591],[91.095,7.591],[96.485,5.39]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.658999992819,0.204000001795,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[98.938,7.841],"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":"Transformar"}],"nm":"Grupo 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":17.0000006924242,"op":60.0000024438501,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"estrela contornos","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":14,"s":[-361.275],"e":[0]},{"t":30.0000012219251}],"ix":10},"p":{"a":0,"k":[277.078,201.291,0],"ix":2},"a":{"a":0,"k":[47.806,45.642,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.983]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_0p983"],"t":14,"s":[0.61,0.155,100],"e":[105.898,105.898,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,-7.135]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_-7p135"],"t":21,"s":[105.898,105.898,100],"e":[63.089,63.089,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,6.152]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_6p152"],"t":26,"s":[63.089,63.089,100],"e":[72.709,72.709,100]},{"t":29.0000011811942}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.995,3.02],[3.121,0.388],[0,0],[0,0],[1.266,0.709],[1.401,0],[0,0],[0,0],[-2.548,1.855],[0.523,3.087],[0,0]],"o":[[2.277,-2.193],[-1.013,-3.003],[0,0],[0,0],[-0.674,-1.249],[-1.214,-0.674],[0,0],[0,0],[2.733,1.433],[2.546,-1.856],[0,0],[0,0]],"v":[[20.859,-4.095],[22.783,-11.914],[16.583,-17],[-6.647,-20.492],[-16.946,-41.444],[-19.856,-44.38],[-23.778,-45.392],[-23.778,33.001],[-3.003,43.959],[4.918,43.326],[7.954,35.912],[4.006,12.328]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.6,0.156999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.583,45.642],"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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.995,3.02],[3.121,0.388],[0,0],[0,0],[1.266,0.709],[1.401,0],[1.214,-0.675],[0.658,-1.249],[0,0],[0,0],[0.996,-3.003],[-2.277,-2.193],[0,0],[0,0],[-2.531,-1.856],[-2.733,1.45],[0,0],[0,0],[-2.531,1.855],[0.523,3.104],[0,0],[0,0]],"o":[[-1.013,-3.003],[0,0],[0,0],[-0.674,-1.249],[-1.214,-0.675],[-1.417,0],[-1.265,0.709],[0,0],[0,0],[-3.121,0.388],[-0.995,3.02],[0,0],[0,0],[-0.523,3.087],[2.547,1.855],[0,0],[0,0],[2.734,1.45],[2.547,-1.856],[0,0],[0,0],[2.278,-2.193]],"v":[[46.561,-11.91],[40.36,-16.996],[17.13,-20.488],[6.831,-41.439],[3.921,-44.376],[-0.001,-45.387],[-3.948,-44.376],[-6.833,-41.439],[-17.157,-20.488],[-40.385,-16.996],[-46.561,-11.91],[-44.637,-4.091],[-27.785,12.306],[-31.732,35.916],[-28.721,43.33],[-20.801,43.937],[-0.001,33.005],[20.799,43.937],[28.695,43.33],[31.731,35.89],[27.785,12.306],[44.636,-4.091]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.658999992819,0.204000001795,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[47.806,45.638],"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":"Transformar"}],"nm":"Grupo 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":14.0000005702317,"op":60.0000024438501,"st":-7.00000028511585,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"caneca contornos","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":11,"s":[0],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":17,"s":[0],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":21,"s":[0],"e":[0]},{"t":24.00000097754}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":11,"s":[277.077,276,0],"e":[277.077,186,0],"to":[0,-15,0],"ti":[0,11,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":17,"s":[277.077,186,0],"e":[277.077,210,0],"to":[0,-11,0],"ti":[0,-3.33333325386047,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":21,"s":[277.077,210,0],"e":[277.077,206,0],"to":[0,3.33333325386047,0],"ti":[0,0.66666668653488,0]},{"t":24.00000097754}],"ix":2},"a":{"a":0,"k":[83.914,84.008,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_0"],"t":11,"s":[14.198,3.539,100],"e":[109.534,111.904,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0.167,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0p167","0p667_1_0p167_0"],"t":17,"s":[109.534,111.904,100],"e":[109.534,88.096,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_0"],"t":21,"s":[109.534,88.096,100],"e":[100,94.048,100]},{"t":24.00000097754}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.332,1.602],[2.059,0.237],[0,0],[0,0],[-8.739,3.407],[-6.765,6.106],[-4.151,8.114],[-0.979,9.447]],"o":[[0.151,-2.125],[-1.317,-1.603],[0,0],[0,0],[9.481,0],[8.468,-3.307],[6.748,-6.09],[4.267,-8.351],[0,0]],"v":[[41.677,-75.407],[39.906,-80.999],[34.844,-83.758],[-41.828,-83.758],[-41.828,83.758],[-14.499,78.647],[8.351,64.527],[24.698,43.22],[32.567,16.524]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.8,0.2,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[125.751,84.008],"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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.332,1.602],[2.059,0.237],[0,0],[1.333,-1.603],[-0.169,-2.108],[0,0],[-4.268,-8.351],[-6.764,-6.107],[-8.486,-3.307],[-9.497,0],[-8.739,3.407],[-6.765,6.106],[-4.151,8.114],[-0.979,9.447]],"o":[[0.151,-2.125],[-1.317,-1.603],[0,0],[-2.058,0.237],[-1.332,1.619],[0,0],[0.978,9.447],[4.15,8.098],[6.748,6.106],[8.721,3.407],[9.481,0],[8.468,-3.307],[6.748,-6.09],[4.267,-8.351],[0,0]],"v":[[83.514,-75.407],[81.742,-80.999],[76.681,-83.758],[-76.663,-83.758],[-81.751,-80.999],[-83.495,-75.407],[-74.411,16.524],[-66.542,43.22],[-50.171,64.527],[-27.32,78.647],[0.009,83.758],[27.337,78.647],[50.188,64.527],[66.535,43.22],[74.404,16.524]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.859000052658,0.250999989229,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[83.914,84.008],"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":"Transformar"}],"nm":"Grupo 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":11.0000004480392,"op":60.0000024438501,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"braco2 contornos","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":17,"s":[304.254,197.132,0],"e":[374.254,197.132,0],"to":[11.6666669845581,0,0],"ti":[-9.66666698455811,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":24,"s":[374.254,197.132,0],"e":[362.254,197.132,0],"to":[9.66666698455811,0,0],"ti":[1.66666662693024,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":29,"s":[362.254,197.132,0],"e":[364.254,197.132,0],"to":[-1.66666662693024,0,0],"ti":[-0.33333334326744,0,0]},{"t":33.0000013441176}],"ix":2},"a":{"a":0,"k":[43.402,57.143,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0","0p667_1_0p167_0"],"t":17,"s":[22.014,100,100],"e":[136.699,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0","0p667_1_0p167_0"],"t":24,"s":[136.699,100,100],"e":[81.65,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0","0p667_1_0p167_0"],"t":29,"s":[81.65,100,100],"e":[100,100,100]},{"t":33.0000013441176}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.484,1.484],[2.093,0],[0,0],[1.485,-1.485],[0,-2.092],[-1.485,-1.484],[-2.092,0],[0,0],[0,0],[8.991,-12.18],[14.373,-4.47],[0,0],[0.979,-1.855],[-0.624,-1.99],[-1.839,-0.979],[-2.025,0.624],[0,0],[-7.372,5.28],[-5.262,7.135],[-2.799,8.385],[0,9.076],[0,0]],"o":[[-1.484,-1.485],[0,0],[-2.092,0],[-1.485,1.484],[0,2.092],[1.485,1.484],[0,0],[0,0],[0,15.032],[-8.992,12.146],[0,0],[-2.007,0.625],[-0.978,1.857],[0.624,1.991],[1.856,0.995],[0,0],[8.671,-2.7],[7.203,-5.179],[5.281,-7.136],[2.885,-8.603],[0,0],[0,-2.092]],"v":[[40.926,-54.666],[35.56,-56.893],[-13.555,-56.893],[-18.919,-54.666],[-21.147,-49.302],[-18.919,-43.937],[-13.555,-41.71],[27.969,-41.71],[27.969,-29.261],[14.482,11.556],[-20.565,36.48],[-37.518,41.769],[-41.997,45.488],[-42.529,51.258],[-38.835,55.712],[-33.014,56.269],[-16.06,50.98],[8.004,39.011],[26.703,20.539],[38.824,-2.742],[43.152,-29.261],[43.152,-49.302]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.6,0.156999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[43.402,57.143],"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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":17.0000006924242,"op":60.0000024438501,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"braco1 contornos","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":17,"s":[256.121,195.466,0],"e":[173.121,195.466,0],"to":[-13.8333330154419,0,0],"ti":[11.8333330154419,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":24,"s":[173.121,195.466,0],"e":[185.121,195.466,0],"to":[-11.8333330154419,0,0],"ti":[-1.66666662693024,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":29,"s":[185.121,195.466,0],"e":[183.121,195.466,0],"to":[1.66666662693024,0,0],"ti":[0.33333334326744,0,0]},{"t":33.0000013441176}],"ix":2},"a":{"a":0,"k":[41.34,54.477,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0","0p667_1_0p167_0"],"t":17,"s":[12.917,100,100],"e":[129.028,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0","0p667_1_0p167_0"],"t":24,"s":[129.028,100,100],"e":[85.486,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0","0p667_1_0p167_0"],"t":29,"s":[85.486,100,100],"e":[100,100,100]},{"t":33.0000013441176}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,2.092],[1.484,1.484],[2.092,0],[0,0],[1.485,-1.485],[0,-2.092],[0,0],[-3.154,-8.958],[-5.736,-7.322],[-7.709,-5.079],[-9.194,-2.295],[0,0],[-1.788,1.08],[-0.506,2.042],[1.079,1.788],[2.041,0.507],[0,0],[6.478,4.268],[4.69,5.989],[2.513,7.136],[0,7.744],[0,0],[0,0],[-1.484,1.484]],"o":[[0,-2.092],[-1.484,-1.485],[0,0],[-2.092,0],[-1.484,1.484],[0,0],[0,9.464],[3.054,8.705],[5.719,7.304],[7.929,5.212],[0,0],[2.025,0.506],[1.805,-1.08],[0.523,-2.024],[-1.08,-1.805],[0,0],[-7.524,-1.89],[-6.326,-4.184],[-4.707,-5.988],[-2.581,-7.338],[0,0],[0,0],[2.092,0],[1.484,-1.485]],"v":[[23.183,-46.636],[20.956,-52],[15.591,-54.227],[-33.499,-54.227],[-38.864,-52],[-41.09,-46.636],[-41.09,-29.986],[-36.359,-2.353],[-23.175,21.686],[-3.033,40.26],[22.651,51.52],[31.381,53.721],[37.1,52.861],[40.567,48.179],[39.732,42.461],[35.051,38.994],[26.321,36.818],[5.318,27.582],[-11.206,12.323],[-22.036,-7.364],[-25.908,-29.986],[-25.908,-39.045],[15.591,-39.045],[20.956,-41.271]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.658999992819,0.204000001795,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[41.34,54.477],"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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":17.0000006924242,"op":60.0000024438501,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"base contornos","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":0,"s":[277.083,369.918,0],"e":[277.083,369.918,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":5,"s":[277.083,369.918,0],"e":[277.083,369.918,0],"to":[0,0,0],"ti":[0,0,0]},{"t":8.00000032584668}],"ix":2},"a":{"a":0,"k":[68.572,7.841,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_0"],"t":0,"s":[0.105,182.892,100],"e":[127.708,80.871,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_0"],"t":5,"s":[127.708,80.871,100],"e":[100,100,100]},{"t":8.00000032584668}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-1.468,1.468],[0,2.126],[1.468,1.468],[2.126,0]],"o":[[0,0],[0,0],[2.126,0],[1.468,-1.466],[0,-2.125],[-1.468,-1.468],[0,0]],"v":[[-34.161,-7.592],[-34.161,7.592],[26.569,7.592],[31.96,5.389],[34.161,-0.001],[31.96,-5.391],[26.569,-7.592]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.6,0.156999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[102.732,7.842],"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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.451,-1.468],[0,-2.125],[-1.467,-1.466],[-2.142,0],[0,0],[-1.468,1.468],[0,2.126],[1.467,1.468],[2.126,0]],"o":[[-2.142,0],[-1.467,1.468],[0,2.126],[1.451,1.468],[0,0],[2.126,0],[1.467,-1.466],[0,-2.125],[-1.468,-1.468],[0,0]],"v":[[-60.731,-7.592],[-66.121,-5.391],[-68.322,-0.001],[-66.121,5.389],[-60.731,7.592],[60.73,7.592],[66.121,5.389],[68.322,-0.001],[66.121,-5.391],[60.73,-7.592]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.658999992819,0.204000001795,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[68.572,7.842],"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":"Transformar"}],"nm":"Grupo 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":60.0000024438501,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"base1 contornos","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":5,"s":[277.083,365.551,0],"e":[277.083,333.551,0],"to":[0,-5.33333349227905,0],"ti":[0,4.33333349227905,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":10,"s":[277.083,333.551,0],"e":[277.083,339.551,0],"to":[0,-4.33333349227905,0],"ti":[0,-1,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"n":"0p667_0p667_0p167_0p167","t":13,"s":[277.083,339.551,0],"e":[277.083,339.551,0],"to":[0,0,0],"ti":[0,0,0]},{"t":15.0000006109625}],"ix":2},"a":{"a":0,"k":[53.389,30.615,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_0"],"t":5,"s":[100,2.009,100],"e":[92.508,116.332,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_0"],"t":10,"s":[92.508,116.332,100],"e":[107.492,90.201,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_0"],"t":13,"s":[107.492,90.201,100],"e":[100,100,100]},{"t":15.0000006109625}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.31,0],[0,0],[0,0],[0,0],[-1.468,1.468],[0,2.125],[0,0],[4.437,4.453]],"o":[[0,0],[0,0],[0,0],[2.126,0],[1.468,-1.467],[0,0],[0,-6.293],[-4.436,-4.436]],"v":[[3.796,-30.365],[-26.57,-30.365],[-26.57,30.365],[18.979,30.365],[24.369,28.164],[26.57,22.775],[26.57,-7.591],[19.915,-23.71]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.8,0.2,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[79.958,30.615],"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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.31,0],[0,0],[4.436,-4.436],[0,-6.309],[0,0],[-1.468,-1.467],[-2.142,0],[0,0],[-1.468,1.468],[0,2.125],[0,0],[4.437,4.453]],"o":[[0,0],[-6.31,0],[-4.437,4.437],[0,0],[0,2.125],[1.451,1.468],[0,0],[2.126,0],[1.468,-1.467],[0,0],[0,-6.293],[-4.436,-4.436]],"v":[[30.365,-30.365],[-30.365,-30.365],[-46.484,-23.71],[-53.139,-7.591],[-53.139,22.775],[-50.938,28.164],[-45.548,30.365],[45.548,30.365],[50.938,28.164],[53.139,22.775],[53.139,-7.591],[46.484,-23.71]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.859000052658,0.250999989229,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[53.389,30.615],"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":"Transformar"}],"nm":"Grupo 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":5.00000020365417,"op":60.0000024438501,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"meio contornos","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":8,"s":[277.086,351.957,0],"e":[277.086,288.957,0],"to":[0,-10.5,0],"ti":[0,8.5,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":13,"s":[277.086,288.957,0],"e":[277.086,300.957,0],"to":[0,-8.5,0],"ti":[0,-2,0]},{"t":16.0000006516934}],"ix":2},"a":{"a":0,"k":[23.024,38.46,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0.167,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0p167","0p667_1_0p167_0"],"t":8,"s":[100,1.196,100],"e":[100,126.001,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0.167,0]},"n":["0p667_1_0p167_0","0p667_1_0p167_0p167","0p667_1_0p167_0"],"t":13,"s":[100,126.001,100],"e":[100,100,100]},{"t":16.0000006516934}],"ix":6}},"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":[[11.387,-38.21],[-11.387,-38.21],[-11.387,38.21],[11.387,38.21]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.6,0.156999999402,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[34.411,38.46],"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":"Transformar"}],"nm":"Grupo 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[22.774,-38.21],[-22.774,-38.21],[-22.774,38.21],[22.774,38.21]],"c":true},"ix":2},"nm":"Caminho 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.658999992819,0.204000001795,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Preenchimento 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[23.024,38.46],"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":"Transformar"}],"nm":"Grupo 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":8.00000032584668,"op":60.0000024438501,"st":8.00000032584668,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/trophy_animation.zip b/ohos/flutter_lottie/assets/lottiefiles/trophy_animation.zip new file mode 100644 index 0000000000000000000000000000000000000000..63034369d8377265d46a68cc8dbb9cdc3b55de26 Binary files /dev/null and b/ohos/flutter_lottie/assets/lottiefiles/trophy_animation.zip differ diff --git a/ohos/flutter_lottie/assets/lottiefiles/truecosmos.json b/ohos/flutter_lottie/assets/lottiefiles/truecosmos.json new file mode 100644 index 0000000000000000000000000000000000000000..03d1aec8df9c1125125ebaa4268b3ad7025f7267 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/truecosmos.json @@ -0,0 +1 @@ +{"v":"5.1.18","fr":29.9700012207031,"ip":0,"op":151.000006150356,"w":3840,"h":2160,"nm":"cosmos","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":5,"nm":"TRUECOSMOS","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":15,"s":[0],"e":[100]},{"t":23.0000009368092}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1726,290,0],"ix":2},"a":{"a":0,"k":[226.689,-17.934,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"t":{"d":{"k":[{"s":{"s":48,"f":"ADAM","t":"TRUECOSMOS","j":0,"tr":100,"lh":57.6,"ls":0,"fc":[0,0.73,1]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":15.0000006109625,"op":1800.0000733155,"st":15.0000006109625,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Text frame left","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1712.419,1013.435,0],"ix":2},"a":{"a":0,"k":[680.5,383,0],"ix":1},"s":{"a":0,"k":[260,260,100],"ix":6}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-92.834,-23.769],[92.834,-23.769],[92.834,-23.768],[107.028,-23.768],[121.221,-23.768],[128.318,-11.884],[135.415,0],[128.318,11.885],[121.221,23.769],[107.028,23.769],[92.834,23.769],[-92.834,23.769],[-92.834,23.768],[-107.028,23.768],[-121.221,23.768],[-128.318,11.884],[-135.415,0],[-128.318,-11.885],[-121.221,-23.769],[-107.028,-23.769]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":0,"s":[0],"e":[50]},{"t":14.0000005702317}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":0,"s":[0],"e":[100]},{"t":14.0000005702317}],"ix":2},"o":{"a":0,"k":56,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[675.724,104.099],"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":"1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-14.193,-23.769],[0,-23.769],[14.193,-23.769],[21.29,-11.884],[28.388,0.001],[21.29,11.884],[14.193,23.769],[0,23.769],[-14.193,23.769],[-21.29,11.884],[-28.387,0.001],[-21.29,-11.884]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[526.115,127.868],"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":"Group 929","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-14.193,-23.769],[0.001,-23.769],[14.194,-23.769],[21.29,-11.884],[28.388,0.001],[21.29,11.884],[14.194,23.769],[0.001,23.769],[-14.193,23.769],[-21.29,11.884],[-28.387,0.001],[-21.29,-11.884]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[483.534,104.099],"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":"Group 930","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":6,"s":[0],"e":[100]},{"t":18.000000733155}],"ix":2},"o":{"a":0,"k":119,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","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":"2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1799.00007327477,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Text frame right","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1712.419,1013.435,0],"ix":2},"a":{"a":0,"k":[680.5,383,0],"ix":1},"s":{"a":0,"k":[260,260,100],"ix":6}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-92.834,-23.769],[92.834,-23.769],[92.834,-23.768],[107.028,-23.768],[121.221,-23.768],[128.318,-11.884],[135.415,0],[128.318,11.885],[121.221,23.769],[107.028,23.769],[92.834,23.769],[-92.834,23.769],[-92.834,23.768],[-107.028,23.768],[-121.221,23.768],[-128.318,11.884],[-135.415,0],[-128.318,-11.885],[-121.221,-23.769],[-107.028,-23.769]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":0,"s":[0],"e":[50]},{"t":14.0000005702317}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":0,"s":[0],"e":[100]},{"t":14.0000005702317}],"ix":2},"o":{"a":0,"k":236,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 2","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[675.724,104.099],"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":"1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.663,-12.833],[0,-12.833],[7.663,-12.833],[11.494,-6.417],[15.326,0],[11.494,6.417],[7.663,12.833],[0,12.833],[-7.663,12.833],[-11.495,6.417],[-15.326,0],[-11.495,-6.417]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tm","s":{"a":0,"k":100,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":12,"s":[100],"e":[0]},{"t":24.00000097754}],"ix":2},"o":{"a":0,"k":658,"ix":3},"m":1,"ix":4,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"tr","p":{"a":0,"k":[889.77,67.498],"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":"Group 945","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.663,-12.833],[0,-12.833],[7.663,-12.833],[11.494,-6.417],[15.326,0],[11.494,6.417],[7.663,12.833],[0,12.833],[-7.663,12.833],[-11.495,6.417],[-15.326,0],[-11.494,-6.417]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":12,"s":[0],"e":[100]},{"t":24.00000097754}],"ix":2},"o":{"a":0,"k":119,"ix":3},"m":1,"ix":4,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"tr","p":{"a":0,"k":[461.677,67.498],"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":"Group 946","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","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":"2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-14.193,-23.769],[0,-23.769],[14.193,-23.769],[21.29,-11.884],[28.388,0.001],[21.29,11.884],[14.193,23.769],[0,23.769],[-14.193,23.769],[-21.291,11.884],[-28.388,0.001],[-21.291,-11.884]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[825.332,127.868],"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":"Group 927","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-14.193,-23.769],[0,-23.769],[14.193,-23.769],[21.29,-11.884],[28.388,0.001],[21.29,11.884],[14.193,23.769],[0,23.769],[-14.193,23.769],[-21.291,11.884],[-28.388,0.001],[-21.291,-11.884]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[867.913,104.099],"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":"Group 928","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":100,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":8,"s":[100],"e":[0]},{"t":20.0000008146167}],"ix":2},"o":{"a":0,"k":658,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","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":"3","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1799.00007327477,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"shadow left","sr":1,"ks":{"o":{"a":0,"k":10,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1712.419,1132.435,0],"ix":2},"a":{"a":0,"k":[680.5,383,0],"ix":1},"s":{"a":0,"k":[282,282,100],"ix":6}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-92.834,-23.769],[92.834,-23.769],[92.834,-23.768],[107.028,-23.768],[121.221,-23.768],[128.318,-11.884],[135.415,0],[128.318,11.885],[121.221,23.769],[107.028,23.769],[92.834,23.769],[-92.834,23.769],[-92.834,23.768],[-107.028,23.768],[-121.221,23.768],[-128.318,11.884],[-135.415,0],[-128.318,-11.885],[-121.221,-23.769],[-107.028,-23.769]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":0,"s":[0],"e":[50]},{"t":14.0000005702317}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":0,"s":[0],"e":[100]},{"t":14.0000005702317}],"ix":2},"o":{"a":0,"k":56,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.992156862745,0.513725490196,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[675.724,104.099],"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":"1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-14.193,-23.769],[0,-23.769],[14.193,-23.769],[21.29,-11.884],[28.388,0.001],[21.29,11.884],[14.193,23.769],[0,23.769],[-14.193,23.769],[-21.29,11.884],[-28.387,0.001],[-21.29,-11.884]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.992156862745,0.513725490196,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[526.115,127.868],"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":"Group 929","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-14.193,-23.769],[0.001,-23.769],[14.194,-23.769],[21.29,-11.884],[28.388,0.001],[21.29,11.884],[14.194,23.769],[0.001,23.769],[-14.193,23.769],[-21.29,11.884],[-28.387,0.001],[-21.29,-11.884]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.992156862745,0.513725490196,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[483.534,104.099],"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":"Group 930","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":6,"s":[0],"e":[100]},{"t":18.000000733155}],"ix":2},"o":{"a":0,"k":119,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","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":"2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1799.00007327477,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"shadow right","sr":1,"ks":{"o":{"a":0,"k":10,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1712.419,1132.435,0],"ix":2},"a":{"a":0,"k":[680.5,383,0],"ix":1},"s":{"a":0,"k":[282,282,100],"ix":6}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-92.834,-23.769],[92.834,-23.769],[92.834,-23.768],[107.028,-23.768],[121.221,-23.768],[128.318,-11.884],[135.415,0],[128.318,11.885],[121.221,23.769],[107.028,23.769],[92.834,23.769],[-92.834,23.769],[-92.834,23.768],[-107.028,23.768],[-121.221,23.768],[-128.318,11.884],[-135.415,0],[-128.318,-11.885],[-121.221,-23.769],[-107.028,-23.769]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":0,"s":[0],"e":[50]},{"t":14.0000005702317}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":0,"s":[0],"e":[100]},{"t":14.0000005702317}],"ix":2},"o":{"a":0,"k":236,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 2","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.992156862745,0.513725490196,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[675.724,104.099],"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":"1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.663,-12.833],[0,-12.833],[7.663,-12.833],[11.494,-6.417],[15.326,0],[11.494,6.417],[7.663,12.833],[0,12.833],[-7.663,12.833],[-11.495,6.417],[-15.326,0],[-11.495,-6.417]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.992156862745,0.513725490196,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tm","s":{"a":0,"k":100,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":12,"s":[100],"e":[0]},{"t":24.00000097754}],"ix":2},"o":{"a":0,"k":658,"ix":3},"m":1,"ix":4,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"tr","p":{"a":0,"k":[889.77,67.498],"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":"Group 945","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.663,-12.833],[0,-12.833],[7.663,-12.833],[11.494,-6.417],[15.326,0],[11.494,6.417],[7.663,12.833],[0,12.833],[-7.663,12.833],[-11.495,6.417],[-15.326,0],[-11.494,-6.417]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.992156862745,0.513725490196,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":12,"s":[0],"e":[100]},{"t":24.00000097754}],"ix":2},"o":{"a":0,"k":119,"ix":3},"m":1,"ix":4,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"tr","p":{"a":0,"k":[461.677,67.498],"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":"Group 946","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","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":"2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-14.193,-23.769],[0,-23.769],[14.193,-23.769],[21.29,-11.884],[28.388,0.001],[21.29,11.884],[14.193,23.769],[0,23.769],[-14.193,23.769],[-21.291,11.884],[-28.388,0.001],[-21.291,-11.884]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.992156862745,0.513725490196,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[825.332,127.868],"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":"Group 927","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-14.193,-23.769],[0,-23.769],[14.193,-23.769],[21.29,-11.884],[28.388,0.001],[21.29,11.884],[14.193,23.769],[0,23.769],[-14.193,23.769],[-21.291,11.884],[-28.388,0.001],[-21.291,-11.884]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.992156862745,0.513725490196,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[867.913,104.099],"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":"Group 928","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":100,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":8,"s":[100],"e":[0]},{"t":20.0000008146167}],"ix":2},"o":{"a":0,"k":658,"ix":3},"m":1,"ix":3,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","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":"3","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1799.00007327477,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"lines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1712.419,1013.435,0],"ix":2},"a":{"a":0,"k":[680.5,383,0],"ix":1},"s":{"a":0,"k":[260,260,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1079.437,42.335],[928.392,42.335]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":50,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"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":"Group 922","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1224.153,34.051],[918.153,34.051]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":50,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"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":"Group 923","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[272.011,42.335],[423.056,42.335]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":50,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"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":"Group 924","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[127.294,34.051],[433.294,34.051]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":50,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"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":"Group 925","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":100,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":37,"s":[100],"e":[0]},{"t":48.0000019550801}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":5,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","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":"1","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1079.437,42.335],[928.392,42.335]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"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":"Group 922","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1224.153,34.051],[918.153,34.051]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"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":"Group 923","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[272.011,42.335],[423.056,42.335]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"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":"Group 924","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[127.294,34.051],[433.294,34.051]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"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":"Group 925","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":100,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":37,"s":[100],"e":[90]},{"t":48.0000019550801}],"ix":2},"o":{"a":0,"k":274,"ix":3,"x":"var $bm_rt;\n$bm_rt = mul(time, -150);"},"m":1,"ix":5,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","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":"1A","np":5,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[885.619,117.975],[885.619,6.466]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"d":[{"n":"d","nm":"dash","v":{"a":0,"k":1.134,"ix":1}},{"n":"g","nm":"gap","v":{"a":0,"k":2.835,"ix":2}},{"n":"o","nm":"offset","v":{"a":0,"k":0,"ix":7}}],"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":"Group 931","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[891.657,117.975],[891.657,6.466]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"d":[{"n":"d","nm":"dash","v":{"a":0,"k":1.134,"ix":1}},{"n":"g","nm":"gap","v":{"a":0,"k":2.835,"ix":2}},{"n":"o","nm":"offset","v":{"a":0,"k":0,"ix":7}}],"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":"Group 932","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[888.747,104.349],[888.747,27.106]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"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":"Group 935","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[465.828,117.975],[465.828,6.466]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"d":[{"n":"d","nm":"dash","v":{"a":0,"k":1.134,"ix":1}},{"n":"g","nm":"gap","v":{"a":0,"k":2.835,"ix":2}},{"n":"o","nm":"offset","v":{"a":0,"k":0,"ix":7}}],"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":"Group 938","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[459.79,117.975],[459.79,6.466]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"d":[{"n":"d","nm":"dash","v":{"a":0,"k":1.134,"ix":1}},{"n":"g","nm":"gap","v":{"a":0,"k":2.835,"ix":2}},{"n":"o","nm":"offset","v":{"a":0,"k":0,"ix":7}}],"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":"Group 939","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[462.7,104.349],[462.7,27.106]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"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":"Group 942","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":37,"s":[50],"e":[0]},{"t":48.0000019550801}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":37,"s":[50],"e":[100]},{"t":48.0000019550801}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":7,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","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":"2","np":7,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[19.311,33.447],[-19.311,-33.447]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[889.77,67.498],"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":"Group 936","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[928.391,67.498],[851.148,67.498]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"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":"Group 937","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-19.311,33.447],[19.311,-33.447]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[461.678,67.498],"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":"Group 943","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[423.056,67.498],[500.299,67.498]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"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":"Group 944","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":48,"s":[50],"e":[100]},{"t":61.0000024845809}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":48,"s":[50],"e":[0]},{"t":61.0000024845809}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":5,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","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":"3","np":5,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[1.49,-2.494],[0,-2.494],[-1.49,-2.494],[-2.234,-1.247],[-2.979,0],[-2.234,1.247],[-1.49,2.494],[0,2.494],[1.49,2.494],[2.234,1.247],[2.978,0],[2.234,-1.247]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[851.148,67.498],"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":"Group 933","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[1.49,-2.494],[0,-2.494],[-1.49,-2.494],[-2.234,-1.247],[-2.979,0],[-2.234,1.247],[-1.49,2.494],[0,2.494],[1.49,2.494],[2.234,1.247],[2.978,0],[2.234,-1.247]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[928.391,67.498],"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":"Group 934","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-1.49,-2.494],[-0.001,-2.494],[1.489,-2.494],[2.233,-1.247],[2.978,0],[2.233,1.247],[1.489,2.494],[-0.001,2.494],[-1.49,2.494],[-2.235,1.247],[-2.979,0],[-2.235,-1.247]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[500.299,67.498],"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":"Group 940","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-1.489,-2.494],[0,-2.494],[1.49,-2.494],[2.234,-1.247],[2.979,0],[2.234,1.247],[1.49,2.494],[0,2.494],[-1.489,2.494],[-2.234,1.247],[-2.978,0],[-2.234,-1.247]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[423.056,67.498],"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":"Group 941","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group","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":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":57,"s":[0],"e":[100]},{"t":65.0000026475043}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"4","np":4,"cix":2,"ix":5,"mn":"ADBE Vector Group","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":"Up","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":37.0000015070409,"op":1798.00007323404,"st":37.0000015070409,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"shadow lines","sr":1,"ks":{"o":{"a":0,"k":20,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1712.419,1174.435,0],"ix":2},"a":{"a":0,"k":[680.5,383,0],"ix":1},"s":{"a":0,"k":[304,304,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1079.437,42.335],[928.392,42.335]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.992156862745,0.513725490196,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"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":"Group 922","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1224.153,34.051],[918.153,34.051]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.992156862745,0.513725490196,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"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":"Group 923","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[272.011,42.335],[423.056,42.335]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.992156862745,0.513725490196,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"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":"Group 924","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[127.294,34.051],[433.294,34.051]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.992156862745,0.513725490196,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"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":"Group 925","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":100,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":37,"s":[100],"e":[0]},{"t":51.0000020772726}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":5,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","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":"1","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[885.619,117.975],[885.619,6.466]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.992156862745,0.513725490196,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"d":[{"n":"d","nm":"dash","v":{"a":0,"k":1.134,"ix":1}},{"n":"g","nm":"gap","v":{"a":0,"k":2.835,"ix":2}},{"n":"o","nm":"offset","v":{"a":0,"k":0,"ix":7}}],"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":"Group 931","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[891.657,117.975],[891.657,6.466]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.992156862745,0.513725490196,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"d":[{"n":"d","nm":"dash","v":{"a":0,"k":1.134,"ix":1}},{"n":"g","nm":"gap","v":{"a":0,"k":2.835,"ix":2}},{"n":"o","nm":"offset","v":{"a":0,"k":0,"ix":7}}],"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":"Group 932","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[888.747,104.349],[888.747,27.106]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.992156862745,0.513725490196,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"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":"Group 935","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[465.828,117.975],[465.828,6.466]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.992156862745,0.513725490196,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"d":[{"n":"d","nm":"dash","v":{"a":0,"k":1.134,"ix":1}},{"n":"g","nm":"gap","v":{"a":0,"k":2.835,"ix":2}},{"n":"o","nm":"offset","v":{"a":0,"k":0,"ix":7}}],"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":"Group 938","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[459.79,117.975],[459.79,6.466]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.992156862745,0.513725490196,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"d":[{"n":"d","nm":"dash","v":{"a":0,"k":1.134,"ix":1}},{"n":"g","nm":"gap","v":{"a":0,"k":2.835,"ix":2}},{"n":"o","nm":"offset","v":{"a":0,"k":0,"ix":7}}],"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":"Group 939","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[462.7,104.349],[462.7,27.106]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.992156862745,0.513725490196,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"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":"Group 942","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":60,"s":[50],"e":[0]},{"t":71.0000028918893}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":60,"s":[50],"e":[100]},{"t":71.0000028918893}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":7,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","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":"2","np":7,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[19.311,33.447],[-19.311,-33.447]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.992156862745,0.513725490196,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[889.77,67.498],"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":"Group 936","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[928.391,67.498],[851.148,67.498]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.992156862745,0.513725490196,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"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":"Group 937","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-19.311,33.447],[19.311,-33.447]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.992156862745,0.513725490196,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[461.678,67.498],"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":"Group 943","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[423.056,67.498],[500.299,67.498]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.992156862745,0.513725490196,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"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":"Group 944","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":70,"s":[50],"e":[100]},{"t":84.0000034213901}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":70,"s":[50],"e":[0]},{"t":84.0000034213901}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":5,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","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":"3","np":5,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[1.49,-2.494],[0,-2.494],[-1.49,-2.494],[-2.234,-1.247],[-2.979,0],[-2.234,1.247],[-1.49,2.494],[0,2.494],[1.49,2.494],[2.234,1.247],[2.978,0],[2.234,-1.247]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.992156862745,0.513725490196,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[851.148,67.498],"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":"Group 933","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[1.49,-2.494],[0,-2.494],[-1.49,-2.494],[-2.234,-1.247],[-2.979,0],[-2.234,1.247],[-1.49,2.494],[0,2.494],[1.49,2.494],[2.234,1.247],[2.978,0],[2.234,-1.247]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.992156862745,0.513725490196,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[928.391,67.498],"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":"Group 934","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-1.49,-2.494],[-0.001,-2.494],[1.489,-2.494],[2.233,-1.247],[2.978,0],[2.233,1.247],[1.489,2.494],[-0.001,2.494],[-1.49,2.494],[-2.235,1.247],[-2.979,0],[-2.235,-1.247]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.992156862745,0.513725490196,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[500.299,67.498],"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":"Group 940","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-1.489,-2.494],[0,-2.494],[1.49,-2.494],[2.234,-1.247],[2.979,0],[2.234,1.247],[1.49,2.494],[0,2.494],[-1.489,2.494],[-2.234,1.247],[-2.978,0],[-2.234,-1.247]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.992156862745,0.513725490196,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[423.056,67.498],"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":"Group 941","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group","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":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p667_1_0p167_0"],"t":80,"s":[0],"e":[100]},{"t":87.0000035435826}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"4","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","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":"Up","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":37.0000015070409,"op":1798.00007323404,"st":37.0000015070409,"bm":0}]}],"fonts":{"list":[{"fName":"ADAM","fFamily":"ADAM","fStyle":"Regular","ascent":69.4992065429688}]},"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Pre-comp 1","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[2136,2248,0],"ix":2},"a":{"a":0,"k":[1920,1080,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ef":[{"ty":20,"nm":"Tint","np":7,"mn":"ADBE Tint","ix":1,"en":1,"ef":[{"ty":2,"nm":"Map Black To","mn":"ADBE Tint-0001","ix":1,"v":{"a":0,"k":[0.941176474094,0.427708774805,0.147635519505,1],"ix":1}},{"ty":2,"nm":"Map White To","mn":"ADBE Tint-0002","ix":2,"v":{"a":0,"k":[0.941176474094,0.427708774805,0.147635519505,1],"ix":2}},{"ty":0,"nm":"Amount to Tint","mn":"ADBE Tint-0003","ix":3,"v":{"a":0,"k":100,"ix":3}},{"ty":6,"nm":"","mn":"ADBE Tint-0004","ix":4,"v":0},{"ty":7,"nm":"GPU Rendering","mn":"ADBE Force CPU GPU","ix":5,"v":{"a":0,"k":1,"ix":5}}]}],"w":3840,"h":2160,"ip":0,"op":151.000006150356,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Frame","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1932.608,1050.619,0],"ix":2},"a":{"a":0,"k":[680.5,383,0],"ix":1},"s":{"a":0,"k":[287.617,287.617,100],"ix":6}},"ao":0,"ef":[{"ty":20,"nm":"Tint","np":7,"mn":"ADBE Tint","ix":1,"en":1,"ef":[{"ty":2,"nm":"Map Black To","mn":"ADBE Tint-0001","ix":1,"v":{"a":0,"k":[0.941176474094,0.427708774805,0.147635519505,1],"ix":1}},{"ty":2,"nm":"Map White To","mn":"ADBE Tint-0002","ix":2,"v":{"a":0,"k":[0.941176474094,0.427708774805,0.147635519505,1],"ix":2}},{"ty":0,"nm":"Amount to Tint","mn":"ADBE Tint-0003","ix":3,"v":{"a":0,"k":100,"ix":3}},{"ty":6,"nm":"","mn":"ADBE Tint-0004","ix":4,"v":0},{"ty":7,"nm":"GPU Rendering","mn":"ADBE Force CPU GPU","ix":5,"v":{"a":0,"k":1,"ix":5}}]}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[3.122,0],[0,0],[0,0],[3.122,0],[0,0],[2.208,2.208],[3.123,0],[0,0],[0,0],[3.123,0],[0,0]],"o":[[0,0],[-2.208,-2.208],[0,0],[0,0],[-2.208,2.208],[0,0],[-3.123,0],[-2.208,-2.208],[0,0],[0,0],[-2.208,2.208],[0,0],[0,0]],"v":[[303.77,4.754],[298.037,-0.979],[290.02,-4.3],[177.341,-4.3],[174.475,-1.433],[166.457,1.888],[-48.962,1.888],[-56.98,-1.433],[-64.998,-4.754],[-102.02,-4.754],[-103.058,-3.716],[-111.076,-0.395],[-303.77,-0.395]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[100],"e":[92]},{"t":10.0000004073083}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3,"x":"var $bm_rt;\n$bm_rt = mul(time, 200);"},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[1034.569,29.264],"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":"A2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[3.122,0],[0,0],[0,0],[3.122,0],[0,0],[2.208,2.208],[3.123,0],[0,0],[0,0],[3.123,0],[0,0]],"o":[[0,0],[-2.208,-2.208],[0,0],[0,0],[-2.208,2.208],[0,0],[-3.123,0],[-2.208,-2.208],[0,0],[0,0],[-2.208,2.208],[0,0],[0,0]],"v":[[303.77,4.754],[298.037,-0.979],[290.02,-4.3],[177.341,-4.3],[174.475,-1.433],[166.457,1.888],[-48.962,1.888],[-56.98,-1.433],[-64.998,-4.754],[-102.02,-4.754],[-103.058,-3.716],[-111.076,-0.395],[-303.77,-0.395]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[100],"e":[0]},{"t":10.0000004073083}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":50,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[1034.569,29.264],"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":"A","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-3.123,0],[0,0],[0,0],[-3.122,0],[0,0],[-2.208,2.208],[-3.122,0],[0,0],[0,0],[-3.123,0],[0,0]],"o":[[0,0],[2.208,-2.208],[0,0],[0,0],[2.207,2.208],[0,0],[3.123,0],[2.208,-2.208],[0,0],[0,0],[2.208,2.208],[0,0],[0,0]],"v":[[-303.77,4.754],[-298.037,-0.979],[-290.019,-4.3],[-177.341,-4.3],[-174.474,-1.433],[-166.457,1.888],[48.962,1.888],[56.98,-1.433],[64.998,-4.754],[102.02,-4.754],[103.058,-3.716],[111.076,-0.395],[303.77,-0.395]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[100],"e":[92]},{"t":10.0000004073083}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3,"x":"var $bm_rt;\n$bm_rt = mul(time, 200);"},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[335.186,29.264],"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":"B 2","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-3.123,0],[0,0],[0,0],[-3.122,0],[0,0],[-2.208,2.208],[-3.122,0],[0,0],[0,0],[-3.123,0],[0,0]],"o":[[0,0],[2.208,-2.208],[0,0],[0,0],[2.207,2.208],[0,0],[3.123,0],[2.208,-2.208],[0,0],[0,0],[2.208,2.208],[0,0],[0,0]],"v":[[-303.77,4.754],[-298.037,-0.979],[-290.019,-4.3],[-177.341,-4.3],[-174.474,-1.433],[-166.457,1.888],[48.962,1.888],[56.98,-1.433],[64.998,-4.754],[102.02,-4.754],[103.058,-3.716],[111.076,-0.395],[303.77,-0.395]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[100],"e":[0]},{"t":10.0000004073083}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":50,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":22.9260005950928,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[335.186,29.264],"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":"B","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[544.302,746.432],[580.831,746.432]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":10,"s":[100],"e":[0]},{"t":15.0000006109625}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":50,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"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":"Group 32","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[811.037,746.432],[774.508,746.432]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":10,"s":[100],"e":[0]},{"t":15.0000006109625}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":50,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"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":"Group 21","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-1.835,-1.834],[0,0],[-2.594,0],[0,0],[0,0],[-2.912,0],[0,0]],"o":[[0,0],[2.594,0],[0,0],[1.834,1.834],[0,0],[0,0],[1.852,-2.247],[0,0],[0,0]],"v":[[-113.091,-7.456],[-100.169,-7.456],[-93.508,-4.696],[-84.116,4.696],[-77.455,7.456],[55.143,7.456],[55.432,7.104],[62.703,3.674],[113.091,3.674]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":15,"s":[100],"e":[0]},{"t":20.0000008146167}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":50,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[423.709,742.759],"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":"Group 33","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[1.835,-1.834],[0,0],[2.594,0],[0,0],[0,0],[2.912,0],[0,0]],"o":[[0,0],[-2.594,0],[0,0],[-1.835,1.834],[0,0],[0,0],[-1.852,-2.247],[0,0],[0,0]],"v":[[113.091,-7.456],[100.169,-7.456],[93.508,-4.696],[84.116,4.696],[77.455,7.456],[-55.143,7.456],[-55.432,7.104],[-62.703,3.674],[-113.091,3.674]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":15,"s":[100],"e":[0]},{"t":20.0000008146167}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":50,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[931.629,742.759],"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":"Group 22","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,-2.594],[0,0],[-1.834,-1.834],[0,0],[-0.443,-2.556],[0.648,-3.389],[0,-1.156],[0,0],[0.591,-1.291],[0,0],[0,-1.419],[0,0],[-2.541,-2.316],[0,0],[0.107,-3.435],[0,0],[1.385,-2.881],[0,-2.593],[0,0],[-2.401,-1.843],[0,0],[-2.163,0],[0,0]],"o":[[0,0],[-1.834,1.834],[0,0],[0,2.594],[0,0],[1.834,1.834],[0.584,3.372],[-0.218,1.135],[0,0],[0,1.419],[0,0],[-0.591,1.291],[0,0],[0,3.438],[0,0],[2.54,2.315],[0,0],[-0.073,2.356],[-1.124,2.338],[0,0],[0,3.026],[0,0],[1.716,1.316],[0,0],[0,0]],"v":[[-136.453,-256.089],[-136.965,-255.577],[-139.724,-248.916],[-139.724,-211.39],[-136.965,-204.729],[-136.174,-203.938],[-133.415,-197.277],[-133.415,-186.926],[-135.869,-184.473],[-135.869,-122],[-136.725,-118.075],[-138.868,-113.402],[-139.724,-109.477],[-139.724,9.244],[-135.066,17.372],[-131.141,20.949],[-126.483,29.076],[-129.443,123.832],[-136.965,140.396],[-139.724,147.057],[-139.724,239.607],[-136.04,247.079],[-126.84,254.142],[-121.103,256.089],[139.724,256.089]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":20,"s":[100],"e":[0]},{"t":35.0000014255792}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":50,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[161.1,479.214],"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":"Group 34","np":3,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,-2.594],[0,0],[1.834,-1.834],[0,0],[0.443,-2.556],[-0.649,-3.389],[0,-1.156],[0,0],[-0.591,-1.291],[0,0],[0,-1.419],[0,0],[2.541,-2.316],[0,0],[-0.107,-3.435],[0,0],[-1.385,-2.881],[0,-2.593],[0,0],[2.401,-1.843],[0,0],[2.163,0],[0,0]],"o":[[0,0],[1.834,1.834],[0,0],[0,2.594],[0,0],[-1.834,1.834],[-0.584,3.372],[0.218,1.135],[0,0],[0,1.419],[0,0],[0.591,1.291],[0,0],[0,3.438],[0,0],[-2.54,2.315],[0,0],[0.073,2.356],[1.124,2.338],[0,0],[0,3.026],[0,0],[-1.716,1.316],[0,0],[0,0]],"v":[[136.453,-256.089],[136.965,-255.577],[139.724,-248.916],[139.724,-211.39],[136.965,-204.729],[136.174,-203.938],[133.415,-197.277],[133.415,-186.926],[135.869,-184.473],[135.869,-122],[136.725,-118.075],[138.868,-113.402],[139.724,-109.477],[139.724,9.244],[135.066,17.372],[131.141,20.949],[126.483,29.076],[129.443,123.832],[136.965,140.396],[139.724,147.057],[139.724,239.607],[136.04,247.079],[126.84,254.142],[121.103,256.089],[-139.724,256.089]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":20,"s":[100],"e":[0]},{"t":35.0000014255792}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":50,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[1194.239,479.214],"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":"Group 23","np":3,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,3.123],[0,0],[-2.208,2.208],[0,0],[-3.122,0],[0,0]],"o":[[0,0],[2.208,-2.208],[0,0],[0,-3.123],[0,0],[2.208,-2.208],[0,0],[0,0]],"v":[[-17.488,34.382],[-16.309,33.203],[-12.988,25.185],[-12.988,-20.822],[-9.667,-28.84],[-7.446,-31.06],[0.571,-34.382],[17.488,-34.382]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":35,"s":[100],"e":[0]},{"t":40.0000016292334}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":50,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[48.64,182.238],"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":"Group 30","np":3,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,3.123],[0,0],[2.208,2.208],[0,0],[3.122,0],[0,0]],"o":[[0,0],[-2.208,-2.208],[0,0],[0,-3.123],[0,0],[-2.208,-2.208],[0,0],[0,0]],"v":[[17.488,34.382],[16.309,33.203],[12.988,25.185],[12.988,-20.822],[9.667,-28.84],[7.446,-31.06],[-0.571,-34.382],[-17.488,-34.382]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":35,"s":[100],"e":[0]},{"t":40.0000016292334}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":50,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[1306.699,182.238],"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":"Group 19","np":3,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[255.519,742.758],[43.812,742.758]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":35,"s":[50],"e":[0]},{"t":40.0000016292334}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":35,"s":[50],"e":[100]},{"t":40.0000016292334}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":50,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"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":"Group 31","np":3,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1099.82,742.758],[1311.527,742.758]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":35,"s":[50],"e":[0]},{"t":40.0000016292334}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":35,"s":[50],"e":[100]},{"t":40.0000016292334}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":50,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"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":"Group 20","np":3,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":92,"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3,"x":"var $bm_rt;\n$bm_rt = mul(time, 200);"},"m":1,"ix":11,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","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":"C 2","np":11,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[544.302,746.432],[580.831,746.432]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":10,"s":[100],"e":[0]},{"t":15.0000006109625}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":50,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"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":"Group 32","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[811.037,746.432],[774.508,746.432]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":10,"s":[100],"e":[0]},{"t":15.0000006109625}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":50,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"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":"Group 21","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-1.835,-1.834],[0,0],[-2.594,0],[0,0],[0,0],[-2.912,0],[0,0]],"o":[[0,0],[2.594,0],[0,0],[1.834,1.834],[0,0],[0,0],[1.852,-2.247],[0,0],[0,0]],"v":[[-113.091,-7.456],[-100.169,-7.456],[-93.508,-4.696],[-84.116,4.696],[-77.455,7.456],[55.143,7.456],[55.432,7.104],[62.703,3.674],[113.091,3.674]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":15,"s":[100],"e":[0]},{"t":20.0000008146167}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":50,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[423.709,742.759],"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":"Group 33","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[1.835,-1.834],[0,0],[2.594,0],[0,0],[0,0],[2.912,0],[0,0]],"o":[[0,0],[-2.594,0],[0,0],[-1.835,1.834],[0,0],[0,0],[-1.852,-2.247],[0,0],[0,0]],"v":[[113.091,-7.456],[100.169,-7.456],[93.508,-4.696],[84.116,4.696],[77.455,7.456],[-55.143,7.456],[-55.432,7.104],[-62.703,3.674],[-113.091,3.674]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":15,"s":[100],"e":[0]},{"t":20.0000008146167}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":50,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[931.629,742.759],"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":"Group 22","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,-2.594],[0,0],[-1.834,-1.834],[0,0],[-0.443,-2.556],[0.648,-3.389],[0,-1.156],[0,0],[0.591,-1.291],[0,0],[0,-1.419],[0,0],[-2.541,-2.316],[0,0],[0.107,-3.435],[0,0],[1.385,-2.881],[0,-2.593],[0,0],[-2.401,-1.843],[0,0],[-2.163,0],[0,0]],"o":[[0,0],[-1.834,1.834],[0,0],[0,2.594],[0,0],[1.834,1.834],[0.584,3.372],[-0.218,1.135],[0,0],[0,1.419],[0,0],[-0.591,1.291],[0,0],[0,3.438],[0,0],[2.54,2.315],[0,0],[-0.073,2.356],[-1.124,2.338],[0,0],[0,3.026],[0,0],[1.716,1.316],[0,0],[0,0]],"v":[[-136.453,-256.089],[-136.965,-255.577],[-139.724,-248.916],[-139.724,-211.39],[-136.965,-204.729],[-136.174,-203.938],[-133.415,-197.277],[-133.415,-186.926],[-135.869,-184.473],[-135.869,-122],[-136.725,-118.075],[-138.868,-113.402],[-139.724,-109.477],[-139.724,9.244],[-135.066,17.372],[-131.141,20.949],[-126.483,29.076],[-129.443,123.832],[-136.965,140.396],[-139.724,147.057],[-139.724,239.607],[-136.04,247.079],[-126.84,254.142],[-121.103,256.089],[139.724,256.089]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":20,"s":[100],"e":[0]},{"t":35.0000014255792}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":50,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[161.1,479.214],"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":"Group 34","np":3,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,-2.594],[0,0],[1.834,-1.834],[0,0],[0.443,-2.556],[-0.649,-3.389],[0,-1.156],[0,0],[-0.591,-1.291],[0,0],[0,-1.419],[0,0],[2.541,-2.316],[0,0],[-0.107,-3.435],[0,0],[-1.385,-2.881],[0,-2.593],[0,0],[2.401,-1.843],[0,0],[2.163,0],[0,0]],"o":[[0,0],[1.834,1.834],[0,0],[0,2.594],[0,0],[-1.834,1.834],[-0.584,3.372],[0.218,1.135],[0,0],[0,1.419],[0,0],[0.591,1.291],[0,0],[0,3.438],[0,0],[-2.54,2.315],[0,0],[0.073,2.356],[1.124,2.338],[0,0],[0,3.026],[0,0],[-1.716,1.316],[0,0],[0,0]],"v":[[136.453,-256.089],[136.965,-255.577],[139.724,-248.916],[139.724,-211.39],[136.965,-204.729],[136.174,-203.938],[133.415,-197.277],[133.415,-186.926],[135.869,-184.473],[135.869,-122],[136.725,-118.075],[138.868,-113.402],[139.724,-109.477],[139.724,9.244],[135.066,17.372],[131.141,20.949],[126.483,29.076],[129.443,123.832],[136.965,140.396],[139.724,147.057],[139.724,239.607],[136.04,247.079],[126.84,254.142],[121.103,256.089],[-139.724,256.089]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":20,"s":[100],"e":[0]},{"t":35.0000014255792}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":50,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[1194.239,479.214],"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":"Group 23","np":3,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,3.123],[0,0],[-2.208,2.208],[0,0],[-3.122,0],[0,0]],"o":[[0,0],[2.208,-2.208],[0,0],[0,-3.123],[0,0],[2.208,-2.208],[0,0],[0,0]],"v":[[-17.488,34.382],[-16.309,33.203],[-12.988,25.185],[-12.988,-20.822],[-9.667,-28.84],[-7.446,-31.06],[0.571,-34.382],[17.488,-34.382]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":35,"s":[100],"e":[0]},{"t":40.0000016292334}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":50,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[48.64,182.238],"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":"Group 30","np":3,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,3.123],[0,0],[2.208,2.208],[0,0],[3.122,0],[0,0]],"o":[[0,0],[-2.208,-2.208],[0,0],[0,-3.123],[0,0],[-2.208,-2.208],[0,0],[0,0]],"v":[[17.488,34.382],[16.309,33.203],[12.988,25.185],[12.988,-20.822],[9.667,-28.84],[7.446,-31.06],[-0.571,-34.382],[-17.488,-34.382]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":35,"s":[100],"e":[0]},{"t":40.0000016292334}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":50,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[1306.699,182.238],"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":"Group 19","np":3,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[255.519,742.758],[43.812,742.758]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":35,"s":[50],"e":[0]},{"t":40.0000016292334}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":35,"s":[50],"e":[100]},{"t":40.0000016292334}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":50,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":2,"lj":2,"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":"Group 31","np":3,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1099.82,742.758],[1311.527,742.758]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":35,"s":[50],"e":[0]},{"t":40.0000016292334}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":35,"s":[50],"e":[100]},{"t":40.0000016292334}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":50,"ix":4},"w":{"a":0,"k":0.5,"ix":5},"lc":2,"lj":2,"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":"Group 20","np":3,"cix":2,"ix":10,"mn":"ADBE Vector Group","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":"C","np":10,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1347.332,716.849],[1341.162,716.849]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4.252,"ix":5},"lc":2,"lj":1,"ml":22.9260005950928,"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":"Group 13","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1347.332,658.172],[1341.162,658.172]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4.252,"ix":5},"lc":2,"lj":1,"ml":22.9260005950928,"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":"Group 14","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1347.332,631.81],[1341.162,631.81]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4.252,"ix":5},"lc":2,"lj":1,"ml":22.9260005950928,"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":"Group 15","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1347.332,256.503],[1341.162,256.503]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4.252,"ix":5},"lc":2,"lj":1,"ml":22.9260005950928,"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":"Group 16","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1347.332,249.133],[1341.162,249.133]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4.252,"ix":5},"lc":2,"lj":1,"ml":22.9260005950928,"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":"Group 17","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[1347.332,234.96],[1341.162,234.96]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4.252,"ix":5},"lc":2,"lj":1,"ml":22.9260005950928,"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":"Group 18","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[8.007,716.849],[14.176,716.849]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4.252,"ix":5},"lc":2,"lj":1,"ml":22.9260005950928,"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":"Group 24","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[8.007,658.172],[14.176,658.172]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4.252,"ix":5},"lc":2,"lj":1,"ml":22.9260005950928,"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":"Group 25","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[8.007,631.81],[14.176,631.81]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4.252,"ix":5},"lc":2,"lj":1,"ml":22.9260005950928,"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":"Group 26","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[8.007,256.503],[14.176,256.503]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4.252,"ix":5},"lc":2,"lj":1,"ml":22.9260005950928,"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":"Group 27","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[8.007,249.133],[14.176,249.133]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4.252,"ix":5},"lc":2,"lj":1,"ml":22.9260005950928,"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":"Group 28","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[8.007,234.96],[14.176,234.96]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.729411764706,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4.252,"ix":5},"lc":2,"lj":1,"ml":22.9260005950928,"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":"Group 29","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","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":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":40,"s":[0],"e":[100]},{"t":45.0000018328876}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Dots","np":12,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":151.000006150356,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"LOGO/cosmoslogo Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[0],"e":[100]},{"t":4.00000016292334}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[0],"e":[360]},{"t":150.000006109625}],"ix":10},"p":{"a":0,"k":[1920,1080,0],"ix":2},"a":{"a":0,"k":[236,236,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ef":[{"ty":20,"nm":"Tint","np":7,"mn":"ADBE Tint","ix":1,"en":1,"ef":[{"ty":2,"nm":"Map Black To","mn":"ADBE Tint-0001","ix":1,"v":{"a":0,"k":[0.941176474094,0.427708774805,0.147635519505,1],"ix":1}},{"ty":2,"nm":"Map White To","mn":"ADBE Tint-0002","ix":2,"v":{"a":0,"k":[0.941176474094,0.427708774805,0.147635519505,1],"ix":2}},{"ty":0,"nm":"Amount to Tint","mn":"ADBE Tint-0003","ix":3,"v":{"a":0,"k":100,"ix":3}},{"ty":6,"nm":"","mn":"ADBE Tint-0004","ix":4,"v":0},{"ty":7,"nm":"GPU Rendering","mn":"ADBE Force CPU GPU","ix":5,"v":{"a":0,"k":1,"ix":5}}]}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0]],"o":[[0,0]],"v":[[-798,316]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.766961789599,0.748214123296,0.714922198127,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.818,23.441],[-12.839,19.722],[-4.866,-30.446],[30.148,-6.739]],"o":[[18.115,-15.128],[16.212,26.238],[-25.179,17.775],[5.116,-22.908]],"v":[[151.574,63.884],[198.212,11.375],[229.97,96.78],[146.603,133.717]],"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":[[17.861,15.291],[4.865,23.029],[-24.97,-18.088],[16.55,-26.082]],"o":[[2.115,-23.502],[30.013,7.089],[-5.238,30.375],[-12.584,-19.815]],"v":[[152.35,-62.006],[148.202,-132.114],[231.048,-94.179],[198.218,-9.113]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[3.024,-6.75],[0.148,-0.326],[0,0.652],[0.015,0.865],[0,0],[2.704,13.777],[2.846,8.797],[-9.291,-6.739],[-4.045,-3.375],[-12.005,-17.31],[15.888,-13.132],[5.43,14.722],[3.332,6.87],[0,0]],"o":[[-2.371,7.035],[-0.146,0.327],[0.005,-0.651],[0,-0.868],[0,0],[-0.205,-14.176],[-1.786,-9.119],[10.135,5.278],[4.263,3.091],[16.196,13.511],[-11.925,16.794],[-2.395,-15.512],[-2.646,-7.172],[0,0],[0,0]],"v":[[127.111,-20.515],[118.98,0.26],[118.539,1.238],[118.548,-0.717],[118.518,-3.316],[118.505,-4.174],[114.122,-46.299],[107.145,-73.281],[136.405,-55.18],[148.927,-45.435],[191.424,1.011],[149.522,46.096],[137.734,0.545],[128.724,-20.617],[127.793,-22.538]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[-6.574,14.251],[-2.503,7.22],[0,0],[0,0],[6.894,-2.626],[0.333,-0.126],[-0.46,0.461],[-0.568,0.588],[0,0],[-7.829,11.651],[-4.208,8.229],[-1.804,-11.335],[-0.475,-5.261],[3.754,-20.732],[20.521,1.949]],"o":[[3.198,-6.938],[0,0],[0,0],[-6.671,3.307],[-0.331,0.127],[0.464,-0.457],[0.582,-0.582],[0,0],[9.881,-10.17],[5.184,-7.715],[3.434,10.899],[0.827,5.185],[1.901,21.004],[-20.307,3.444],[9.273,-12.659]],"v":[[97.009,97.779],[105.6,76.443],[106.301,74.426],[104.387,75.374],[83.945,84.316],[82.947,84.695],[84.335,83.319],[86.052,81.561],[86.746,80.843],[113.436,47.958],[127.58,23.946],[135.471,57.436],[137.434,73.179],[134.642,136.072],[73.134,138.322]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[-15.289,17.859],[-23.026,4.865],[18.089,-24.972],[26.081,16.551]],"o":[[23.509,2.111],[-7.088,30.011],[-30.376,-5.235],[19.816,-12.584]],"v":[[62.005,152.351],[132.114,148.201],[94.181,231.046],[9.113,198.217]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[-14.722,5.428],[-6.877,3.336],[0,0],[0,0],[6.733,3.018],[0.326,0.148],[-1.468,0.023],[0,0],[-13.78,2.703],[-8.794,2.842],[6.741,-9.293],[3.367,-4.038],[17.313,-12.004],[13.13,15.889]],"o":[[7.167,-2.644],[0,0],[0,0],[-7.053,-2.378],[-0.326,-0.146],[1.476,0.011],[0,0],[14.172,-0.204],[9.122,-1.789],[-5.276,10.134],[-3.097,4.269],[-13.51,16.196],[-16.793,-11.924],[15.51,-2.395]],"v":[[-0.545,137.735],[20.618,128.724],[22.538,127.792],[20.515,127.111],[-0.261,118.979],[-1.236,118.54],[3.182,118.52],[4.175,118.504],[46.301,114.123],[73.281,107.146],[55.181,136.406],[45.436,148.926],[-1.012,191.423],[-46.094,149.521]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[-23.433,1.819],[-19.722,-12.842],[30.447,-4.867],[6.738,30.147]],"o":[[15.127,18.115],[-26.236,16.209],[-17.775,-25.18],[22.913,5.114]],"v":[[-63.883,151.572],[-11.376,198.213],[-96.779,229.97],[-133.714,146.605]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[-1.948,20.52],[-14.248,-6.569],[-7.216,-2.503],[0,0],[0,0],[2.631,6.904],[0.127,0.334],[-0.46,-0.46],[-0.595,-0.577],[0,0],[-11.652,-7.831],[-8.226,-4.205],[11.335,-1.805],[5.244,-0.474],[20.729,3.752]],"o":[[12.664,9.277],[6.94,3.2],[0,0],[0,0],[-3.304,-6.661],[-0.126,-0.333],[0.458,0.463],[0.589,0.59],[0,0],[10.167,9.879],[7.72,5.186],[-10.899,3.435],[-5.203,0.828],[-21.011,1.899],[-3.442,-20.31]],"v":[[-138.322,73.132],[-97.777,97.007],[-76.443,105.601],[-74.424,106.299],[-75.372,104.387],[-84.316,83.946],[-84.695,82.946],[-83.318,84.332],[-81.536,86.075],[-80.844,86.745],[-47.96,113.436],[-23.945,127.58],[-57.434,135.472],[-73.178,137.434],[-136.072,134.643]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[6.57,-14.245],[2.499,-7.21],[0,0],[0,0],[-6.904,2.632],[-0.334,0.125],[0.461,-0.461],[0.58,-0.598],[0,0],[7.832,-11.655],[4.21,-8.234],[1.803,11.33],[0.474,5.246],[-3.752,20.731],[-20.52,-1.952]],"o":[[-3.202,6.949],[0,0],[0,0],[6.658,-3.301],[0.334,-0.127],[-0.464,0.456],[-0.59,0.59],[0,0],[-9.877,10.166],[-5.182,7.71],[-3.434,-10.902],[-0.83,-5.201],[-1.899,-21.004],[20.307,-3.445],[-9.277,12.666]],"v":[[-97.007,-97.778],[-105.601,-76.442],[-106.3,-74.426],[-104.387,-75.374],[-83.947,-84.315],[-82.945,-84.694],[-84.333,-83.318],[-86.081,-81.531],[-86.747,-80.844],[-113.434,-47.959],[-127.58,-23.947],[-135.469,-57.435],[-137.433,-73.179],[-134.643,-136.072],[-73.132,-138.322]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[15.289,-17.858],[23.025,-4.866],[-18.087,24.969],[-26.084,-16.553]],"o":[[-23.508,-2.112],[7.09,-30.014],[30.373,5.235],[-19.816,12.582]],"v":[[-62.005,-152.351],[-132.113,-148.202],[-94.178,-231.046],[-9.111,-198.216]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[14.717,-5.429],[6.874,-3.335],[0,0],[0,0],[-6.739,-3.019],[-0.324,-0.147],[1.489,-0.025],[0,0],[13.781,-2.702],[8.795,-2.844],[-6.735,9.288],[-3.381,4.055],[-17.312,12.007],[-13.128,-15.888]],"o":[[-7.169,2.644],[0,0],[0,0],[7.049,2.376],[0.324,0.145],[-1.49,-0.011],[0,0],[-14.173,0.204],[-9.12,1.789],[5.281,-10.139],[3.086,-4.252],[13.509,-16.194],[16.795,11.926],[-15.515,2.394]],"v":[[0.546,-137.734],[-20.617,-128.724],[-22.537,-127.792],[-20.516,-127.111],[0.261,-118.979],[1.235,-118.54],[-3.24,-118.519],[-4.173,-118.504],[-46.299,-114.123],[-73.281,-107.145],[-55.18,-136.407],[-45.434,-148.927],[1.011,-191.424],[46.095,-149.52]],"c":true},"ix":2},"nm":"Path 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":11,"ty":"sh","ix":12,"ks":{"a":0,"k":{"i":[[17.311,0],[6.114,-0.474],[19.721,12.841],[-30.444,4.867],[-6.739,-30.147]],"o":[[-6.111,0],[-15.128,-18.115],[26.236,-16.21],[17.776,25.181],[-16.932,-3.78]],"v":[[82.228,-152.283],[63.885,-151.573],[11.376,-198.213],[96.78,-229.97],[133.717,-146.604]],"c":true},"ix":2},"nm":"Path 12","mn":"ADBE Vector Shape - Group","hd":false},{"ind":12,"ty":"sh","ix":13,"ks":{"a":0,"k":{"i":[[1.948,-20.524],[14.246,6.568],[7.218,2.502],[0,0],[0,0],[-2.634,-6.905],[-0.125,-0.335],[0.46,0.462],[0.607,0.587],[0,0],[11.656,7.835],[8.229,4.207],[-11.333,1.804],[-5.244,0.474],[-20.73,-3.752]],"o":[[-12.666,-9.277],[-6.938,-3.199],[0,0],[0,0],[3.3,6.656],[0.126,0.334],[-0.456,-0.464],[-0.6,-0.599],[0,0],[-10.165,-9.876],[-7.718,-5.185],[10.901,-3.434],[5.201,-0.828],[21.011,-1.9],[3.443,20.303]],"v":[[138.322,-73.133],[97.777,-97.008],[76.444,-105.6],[74.427,-106.299],[75.374,-104.387],[84.317,-83.948],[84.694,-82.946],[83.319,-84.334],[81.507,-86.106],[80.845,-86.746],[47.96,-113.436],[23.947,-127.581],[57.436,-135.472],[73.178,-137.434],[136.072,-134.642]],"c":true},"ix":2},"nm":"Path 13","mn":"ADBE Vector Shape - Group","hd":false},{"ind":13,"ty":"sh","ix":14,"ks":{"a":0,"k":{"i":[[-5.34,12.817],[0,0],[-25.014,10.368],[0,0],[-13.491,0],[-12.556,-5.122],[0,0],[-0.487,-0.21],[-10.619,-24.661],[-0.421,-1.075],[0,-13.083],[4.84,-12.257],[0.6,-1.347],[24.097,-10.443],[1.403,-0.537],[12.815,0],[12.468,5.035],[1.034,0.457],[10.35,24.791],[0.149,0.381],[0,0],[0,13.208]],"o":[[0,0],[10.643,-24.891],[0,0],[12.479,-5.048],[13.599,0],[0,0],[0.494,0.2],[24.662,10.612],[0.457,1.057],[4.768,12.174],[0,13.185],[-0.544,1.376],[-10.694,24.013],[-1.373,0.595],[-11.946,4.573],[-13.467,0],[-1.05,-0.425],[-24.603,-10.888],[-0.156,-0.376],[0,0],[-4.855,-12.269],[0,-13.884]],"v":[[-96.249,-40.043],[-95.904,-40.864],[-39.798,-96.346],[-38.975,-96.672],[0.162,-104.281],[39.578,-96.561],[39.931,-96.417],[41.403,-95.807],[96.117,-41.107],[97.418,-37.901],[104.603,0.161],[97.307,38.501],[95.595,42.587],[41.645,96.019],[37.479,97.71],[0.162,104.603],[-38.921,97.015],[-42.048,95.692],[-96.251,40.364],[-96.702,39.226],[-96.964,38.555],[-104.281,0.161]],"c":true},"ix":2},"nm":"Path 14","mn":"ADBE Vector Shape - Group","hd":false},{"ind":14,"ty":"sh","ix":15,"ks":{"a":0,"k":{"i":[[-15.889,13.133],[-5.431,-14.723],[-3.336,-6.874],[0,0],[0,0],[-3.018,6.735],[-0.148,0.325],[0,-0.651],[-0.016,-0.839],[0,0],[-2.704,-13.78],[-2.844,-8.797],[9.288,6.736],[4.05,3.38],[12.011,17.315]],"o":[[2.394,15.511],[2.643,7.168],[0,0],[0,0],[2.377,-7.052],[0.147,-0.325],[-0.005,0.651],[0,0.844],[0,0],[0.204,14.171],[1.788,9.118],[-10.14,-5.281],[-4.257,-3.087],[-16.192,-13.506],[11.925,-16.793]],"v":[[-149.52,-46.096],[-137.732,-0.545],[-128.722,20.617],[-127.79,22.537],[-127.11,20.515],[-118.979,-0.262],[-118.538,-1.236],[-118.548,0.717],[-118.518,3.238],[-118.502,4.174],[-114.122,46.299],[-107.144,73.281],[-136.406,55.18],[-148.925,45.435],[-191.424,-1.011]],"c":true},"ix":2},"nm":"Path 15","mn":"ADBE Vector Shape - Group","hd":false},{"ind":15,"ty":"sh","ix":16,"ks":{"a":0,"k":{"i":[[-16.551,26.083],[-17.856,-15.287],[-4.866,-23.029],[24.972,18.087]],"o":[[12.587,19.818],[-2.114,23.502],[-30.013,-7.09],[5.237,-30.375]],"v":[[-198.217,9.113],[-152.351,62.006],[-148.201,132.114],[-231.046,94.18]],"c":true},"ix":2},"nm":"Path 16","mn":"ADBE Vector Shape - Group","hd":false},{"ind":16,"ty":"sh","ix":17,"ks":{"a":0,"k":{"i":[[-1.818,-23.44],[12.843,-19.724],[4.867,30.449],[-30.146,6.739]],"o":[[-18.113,15.125],[-16.208,-26.233],[25.18,-17.776],[-5.114,22.91]],"v":[[-151.571,-63.884],[-198.213,-11.376],[-229.968,-96.779],[-146.604,-133.717]],"c":true},"ix":2},"nm":"Path 17","mn":"ADBE Vector Shape - Group","hd":false},{"ind":17,"ty":"sh","ix":18,"ks":{"a":0,"k":{"i":[[0,0],[0.449,0.372],[0,0],[32.289,8.968],[21.243,26.036],[0.318,0.378],[0,0],[0,0],[0.615,-0.057],[0,0],[29.173,-16.491],[33.434,3.39],[0.495,0.042],[0,0],[0,0],[0.378,-0.456],[0,0],[8.969,-32.288],[26.038,-21.244],[0.375,-0.318],[0,0],[0,0],[-0.056,-0.613],[0,0],[-16.488,-29.171],[3.389,-33.431],[0.041,-0.484],[0,0],[0,0],[-0.47,-0.389],[0,0],[-32.289,-8.969],[-21.244,-26.038],[-0.332,-0.395],[0,0],[0,0],[-0.592,0.054],[0,0],[-29.172,16.49],[-33.431,-3.389],[-0.489,-0.041],[0,0],[0,0],[-0.396,0.476],[0,0],[-8.969,32.289],[-26.039,21.244],[-0.377,0.318],[0,0],[0,0],[0.053,0.57],[0,0],[16.49,29.174],[-3.388,33.432],[-0.045,0.509],[0,0]],"o":[[-0.446,-0.379],[0,0],[-25.778,-21.531],[-8.597,-32.499],[-0.312,-0.381],[0,0],[0,0],[-0.619,0.049],[0,0],[-33.452,3.004],[-29.057,-16.9],[-0.492,-0.049],[0,0],[0,0],[-0.386,0.452],[0,0],[-21.531,25.778],[-32.495,8.596],[-0.38,0.31],[0,0],[0,0],[0.048,0.614],[0,0],[3.004,33.456],[-16.897,29.056],[-0.049,0.484],[0,0],[0,0],[0.465,0.396],[0,0],[25.778,21.53],[8.596,32.495],[0.326,0.399],[0,0],[0,0],[0.593,-0.047],[0,0],[33.454,-3.004],[29.059,16.899],[0.484,0.05],[0,0],[0,0],[0.405,-0.473],[0,0],[21.531,-25.779],[32.496,-8.597],[0.379,-0.312],[0,0],[0,0],[-0.045,-0.573],[0,0],[-3.004,-33.452],[16.9,-29.058],[0.05,-0.506],[0,0],[0,0]],"v":[[234.921,-96.065],[233.58,-97.189],[232.95,-97.714],[145.442,-143.675],[100.473,-231.882],[99.525,-233.019],[98.637,-234.078],[98.187,-234.042],[96.337,-233.879],[95.627,-233.815],[1.251,-204.435],[-92.921,-235.01],[-94.402,-235.143],[-95.772,-235.264],[-96.066,-234.92],[-97.208,-233.556],[-97.714,-232.949],[-143.674,-145.441],[-231.881,-100.473],[-233.011,-99.527],[-234.076,-98.636],[-234.041,-98.185],[-233.881,-96.345],[-233.813,-95.627],[-204.436,-1.248],[-235.008,92.919],[-235.14,94.37],[-235.264,95.771],[-234.92,96.066],[-233.516,97.241],[-232.949,97.714],[-145.439,143.675],[-100.473,231.88],[-99.481,233.068],[-98.633,234.077],[-98.184,234.042],[-96.408,233.887],[-95.626,233.815],[-1.249,204.436],[92.919,235.009],[94.38,235.141],[95.77,235.264],[96.064,234.921],[97.26,233.496],[97.715,232.95],[143.676,145.441],[231.884,100.472],[233.018,99.524],[234.077,98.636],[234.041,98.186],[233.893,96.472],[233.815,95.626],[204.437,1.249],[235.01,-92.92],[235.148,-94.443],[235.264,-95.772]],"c":true},"ix":2},"nm":"Path 18","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.766961789599,0.748214123296,0.714922198127,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[235.514,235.514],"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":"Group 1","np":20,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":5,"ix":4},"w":{"a":0,"k":70,"ix":5},"lc":1,"lj":1,"ml":133,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"rp","c":{"a":0,"k":1,"ix":1},"o":{"a":0,"k":0,"ix":2},"m":1,"ix":5,"tr":{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[606,-23],"e":[0,0],"to":[-101,3.83333325386047],"ti":[101,-3.83333325386047]},{"t":35.0000014255792}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":4},"so":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6,"s":[0],"e":[100]},{"t":35.0000014255792}],"ix":5},"eo":{"a":0,"k":100,"ix":6},"nm":"Transform"},"nm":"Repeater 1","mn":"ADBE Vector Filter - Repeater","hd":false}],"ip":0,"op":151.000006150356,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"TEXT/cosmoslogo Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1920,1080,0],"ix":2},"a":{"a":0,"k":[94.5,49,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ef":[{"ty":20,"nm":"Tint","np":7,"mn":"ADBE Tint","ix":1,"en":1,"ef":[{"ty":2,"nm":"Map Black To","mn":"ADBE Tint-0001","ix":1,"v":{"a":0,"k":[0.941176474094,0.427708774805,0.147635519505,1],"ix":1}},{"ty":2,"nm":"Map White To","mn":"ADBE Tint-0002","ix":2,"v":{"a":0,"k":[0.941176474094,0.427708774805,0.147635519505,1],"ix":2}},{"ty":0,"nm":"Amount to Tint","mn":"ADBE Tint-0003","ix":3,"v":{"a":0,"k":100,"ix":3}},{"ty":6,"nm":"","mn":"ADBE Tint-0004","ix":4,"v":0},{"ty":7,"nm":"GPU Rendering","mn":"ADBE Force CPU GPU","ix":5,"v":{"a":0,"k":1,"ix":5}}]}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.109,-1.548],[0,-2.114],[1.967,-1.891],[3.246,0],[1.792,1.356],[0.626,2.496],[0,0],[-1.125,-1.048],[-1.699,0],[-1.24,1.155],[0,1.853],[0.865,1.111],[1.746,0.766],[0,0],[1.094,1.469],[0,2.053],[-1.776,1.56],[-2.755,0],[-1.478,-0.856],[-0.826,-1.668],[0,0],[0.934,0.635],[1.18,0],[0.957,-0.919],[0,-1.425],[-0.735,-0.872],[-1.547,-0.675]],"o":[[2.19,0.934],[1.111,1.545],[0,3.092],[-1.967,1.89],[-2.648,0],[-1.792,-1.353],[0,0],[0.489,2.037],[1.126,1.05],[2.007,0],[1.239,-1.158],[0,-1.499],[-0.864,-1.108],[0,0],[-2.235,-0.931],[-1.094,-1.47],[0,-2.388],[1.776,-1.562],[2.021,0],[1.477,0.859],[0,0],[-0.75,-1.301],[-0.934,-0.635],[-1.499,0],[-0.957,0.919],[0,1.193],[0.737,0.873],[0,0]],"v":[[3.915,-1.883],[8.863,1.839],[10.529,7.327],[7.577,14.801],[-0.243,17.639],[-6.902,15.604],[-10.529,9.829],[-6.902,8.038],[-4.48,12.665],[-0.243,14.24],[4.627,12.505],[6.486,7.992],[5.188,4.076],[1.272,1.264],[-2.814,-0.484],[-7.81,-4.087],[-9.451,-9.37],[-6.788,-15.294],[0.01,-17.639],[5.258,-16.352],[8.714,-12.563],[5.406,-10.449],[2.881,-13.355],[-0.288,-14.307],[-3.975,-12.93],[-5.41,-9.415],[-4.308,-6.316],[-0.886,-3.995]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.766961789599,0.748214123296,0.714922198127,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[177.902,79.558],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.854,0],[-1.663,0.697],[-1.334,1.332],[-0.69,1.668],[0,1.867],[0.697,1.699],[1.302,1.303],[1.663,0.69],[1.854,0],[1.671,-0.688],[1.286,-1.315],[0.69,-1.684],[0,-1.883],[-0.682,-1.654],[-1.334,-1.347],[-1.645,-0.69]],"o":[[1.839,0],[1.662,-0.696],[1.317,-1.317],[0.69,-1.67],[0,-1.883],[-0.696,-1.699],[-1.317,-1.315],[-1.662,-0.688],[-1.869,0],[-1.668,0.69],[-1.319,1.332],[-0.688,1.685],[0,1.867],[0.682,1.653],[1.348,1.347],[1.649,0.689]],"v":[[0.001,13.871],[5.253,12.826],[9.746,9.783],[12.757,5.306],[13.79,0],[12.745,-5.374],[9.746,-9.876],[5.275,-12.885],[0.001,-13.917],[-5.31,-12.885],[-9.745,-9.876],[-12.757,-5.351],[-13.79,0],[-12.768,5.282],[-9.745,9.783],[-5.253,12.838]],"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,-2.418],[0.886,-2.129],[1.701,-1.655],[2.213,-0.896],[2.374,0],[2.198,0.895],[1.701,1.653],[0.896,2.127],[0,2.389],[-0.897,2.137],[-1.715,1.668],[-2.206,0.888],[-2.375,0],[-2.215,-0.887],[-1.686,-1.637],[-0.89,-2.136]],"o":[[0,2.403],[-0.89,2.128],[-1.701,1.653],[-2.215,0.895],[-2.375,0],[-2.199,-0.896],[-1.715,-1.669],[-0.897,-2.129],[0,-2.403],[0.896,-2.135],[1.687,-1.637],[2.207,-0.887],[2.391,0],[2.213,0.888],[1.701,1.653],[0.886,2.137]],"v":[[17.971,0],[16.639,6.798],[12.755,12.471],[6.884,16.294],[0.001,17.638],[-6.858,16.294],[-12.708,12.471],[-16.625,6.775],[-17.971,0],[-16.625,-6.81],[-12.708,-12.516],[-6.87,-16.306],[0.001,-17.638],[6.906,-16.306],[12.755,-12.516],[16.639,-6.833]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.766961789599,0.748214123296,0.714922198127,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[147.434,79.604],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0,18.132],[-10.449,-6.028],[-14.674,16.823],[-18.579,16.823],[-11.759,-18.132],[0,9.681],[11.758,-18.132],[18.579,16.823],[14.676,16.823],[10.402,-6.028]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.766961789599,0.748214123296,0.714922198127,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[109.608,79.523],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.111,-1.548],[0,-2.114],[1.967,-1.891],[3.246,0],[1.791,1.356],[0.628,2.496],[0,0],[-1.125,-1.048],[-1.699,0],[-1.24,1.155],[0,1.853],[0.866,1.111],[1.745,0.766],[0,0],[1.095,1.469],[0,2.053],[-1.777,1.56],[-2.756,0],[-1.478,-0.856],[-0.826,-1.668],[0,0],[0.933,0.635],[1.178,0],[0.956,-0.919],[0,-1.425],[-0.735,-0.872],[-1.546,-0.675]],"o":[[2.189,0.934],[1.11,1.545],[0,3.092],[-1.967,1.89],[-2.649,0],[-1.792,-1.353],[0,0],[0.489,2.037],[1.125,1.05],[2.006,0],[1.24,-1.158],[0,-1.499],[-0.864,-1.108],[0,0],[-2.235,-0.931],[-1.095,-1.47],[0,-2.388],[1.776,-1.562],[2.021,0],[1.477,0.859],[0,0],[-0.75,-1.301],[-0.935,-0.635],[-1.501,0],[-0.957,0.919],[0,1.193],[0.734,0.873],[0,0]],"v":[[3.916,-1.883],[8.866,1.839],[10.53,7.327],[7.579,14.801],[-0.242,17.639],[-6.901,15.604],[-10.53,9.829],[-6.901,8.038],[-4.479,12.665],[-0.242,14.24],[4.628,12.505],[6.488,7.992],[5.189,4.076],[1.275,1.264],[-2.814,-0.484],[-7.809,-4.087],[-9.451,-9.37],[-6.787,-15.294],[0.012,-17.639],[5.26,-16.352],[8.715,-12.563],[5.409,-10.449],[2.883,-13.355],[-0.287,-14.307],[-3.973,-12.93],[-5.409,-9.415],[-4.306,-6.316],[-0.885,-3.995]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.766961789599,0.748214123296,0.714922198127,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[80.439,79.558],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.854,0],[-1.663,0.697],[-1.334,1.332],[-0.69,1.668],[0,1.867],[0.697,1.699],[1.302,1.303],[1.663,0.69],[1.854,0],[1.671,-0.688],[1.288,-1.315],[0.69,-1.684],[0,-1.883],[-0.682,-1.654],[-1.333,-1.347],[-1.648,-0.69]],"o":[[1.838,0],[1.662,-0.696],[1.317,-1.317],[0.69,-1.67],[0,-1.883],[-0.698,-1.699],[-1.319,-1.315],[-1.662,-0.688],[-1.87,0],[-1.67,0.69],[-1.317,1.332],[-0.69,1.685],[0,1.867],[0.682,1.653],[1.349,1.347],[1.648,0.689]],"v":[[0.001,13.871],[5.253,12.826],[9.747,9.783],[12.757,5.306],[13.792,0],[12.746,-5.374],[9.747,-9.876],[5.275,-12.885],[0.001,-13.917],[-5.31,-12.885],[-9.745,-9.876],[-12.757,-5.351],[-13.792,0],[-12.768,5.282],[-9.745,9.783],[-5.252,12.838]],"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,-2.418],[0.889,-2.129],[1.701,-1.655],[2.214,-0.896],[2.375,0],[2.198,0.895],[1.7,1.653],[0.897,2.127],[0,2.389],[-0.896,2.137],[-1.716,1.668],[-2.206,0.888],[-2.375,0],[-2.214,-0.887],[-1.685,-1.637],[-0.888,-2.136]],"o":[[0,2.403],[-0.888,2.128],[-1.701,1.653],[-2.214,0.895],[-2.375,0],[-2.199,-0.896],[-1.716,-1.669],[-0.896,-2.129],[0,-2.403],[0.897,-2.135],[1.685,-1.637],[2.206,-0.887],[2.39,0],[2.214,0.888],[1.701,1.653],[0.889,2.137]],"v":[[17.971,0],[16.638,6.798],[12.755,12.471],[6.883,16.294],[0.001,17.638],[-6.859,16.294],[-12.708,12.471],[-16.627,6.775],[-17.971,0],[-16.627,-6.81],[-12.708,-12.516],[-6.87,-16.306],[0.001,-17.638],[6.906,-16.306],[12.755,-12.516],[16.638,-6.833]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.766961789599,0.748214123296,0.714922198127,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[49.973,79.604],"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":"Group 5","np":4,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.822,0.833],[2.204,0],[1.691,-0.719],[1.241,-1.286],[0.643,-1.647],[0,-1.991],[-0.383,-1.317],[-0.765,-1.103],[-1.968,-1.033],[-2.282,0],[-1.837,0.887],[-1.516,1.763],[0,0],[1.922,-0.62],[2.051,0],[1.684,0.528],[1.471,1.01],[1.293,2.481],[0,2.969],[-0.866,2.121],[-1.777,1.73],[-2.081,0.817],[-2.465,0],[-1.822,-0.589],[-1.777,-1.241]],"o":[[-1.607,-1.745],[-1.822,-0.835],[-1.777,0],[-1.692,0.721],[-1.286,1.332],[-0.643,1.646],[0,1.562],[0.382,1.317],[1.347,1.914],[1.967,1.033],[2.143,0],[1.838,-0.888],[0,0],[-1.669,1.21],[-1.921,0.62],[-1.776,0],[-1.685,-0.528],[-2.449,-1.699],[-1.295,-2.481],[0,-2.589],[0.864,-2.12],[1.713,-1.656],[2.082,-0.821],[1.945,0],[1.822,0.59],[0,0]],"v":[[14.411,-8.818],[9.266,-12.687],[3.227,-13.94],[-1.975,-12.861],[-6.373,-9.852],[-9.266,-5.384],[-10.232,0.07],[-9.657,4.387],[-7.935,8.015],[-2.962,12.437],[3.411,13.987],[9.381,12.655],[14.411,8.681],[14.411,13.987],[9.025,16.731],[3.066,17.661],[-2.124,16.869],[-6.856,14.561],[-12.47,8.291],[-14.411,0.117],[-13.113,-6.947],[-9.151,-12.721],[-3.457,-16.43],[3.364,-17.661],[9.014,-16.776],[14.411,-14.031]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.766961789599,0.748214123296,0.714922198127,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[14.661,79.58],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-11.04,20.936],[-11.04,-20.936],[11.04,-20.936],[11.04,-16.388],[-6.063,-16.388],[-6.063,-4.376],[11.04,-4.376],[11.04,0.258],[-6.063,0.258],[-6.063,16.303],[11.04,16.303],[11.04,20.936]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.766961789599,0.748214123296,0.714922198127,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[141.992,21.186],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-1.802,-1.983],[-3.851,0],[-1.803,1.984],[0,4.233],[0,0],[0,0],[0,0],[2.698,-2.812],[5.435,0],[2.7,2.813],[0,5.662]],"o":[[0,0],[0,0],[0,4.233],[1.803,1.984],[3.852,0],[1.802,-1.983],[0,0],[0,0],[0,0],[0,5.662],[-2.699,2.813],[-5.416,0],[-2.698,-2.812],[0,0]],"v":[[-16.23,-21.493],[-11.196,-21.493],[-11.196,4.563],[-8.495,13.886],[-0.015,16.861],[8.466,13.886],[11.169,4.563],[11.169,-21.493],[16.23,-21.493],[16.23,4.563],[12.184,17.276],[-0.015,21.493],[-12.185,17.276],[-16.23,4.563]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.766961789599,0.748214123296,0.714922198127,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[107.754,21.744],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-1.316,1.001],[0,2.497],[1.355,1.077],[3.813,0]],"o":[[0,0],[0,0],[3.889,0],[1.315,-1.001],[0,-2.689],[-1.353,-1.076],[0,0]],"v":[[-8.723,-16.732],[-8.723,-2.717],[-4.92,-2.717],[2.889,-4.219],[4.862,-9.465],[2.831,-15.115],[-4.92,-16.732]],"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],[0,0],[-1.308,-0.315],[-0.991,-0.762],[-0.686,-1.63],[0,-1.982],[1.916,-1.783],[3.698,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[2.802,0],[1.304,0.315],[1.24,0.972],[0.687,1.63],[0,3.432],[-1.916,1.783],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-13.586,20.936],[-13.586,-20.936],[-3.747,-20.936],[2.418,-20.464],[5.863,-18.848],[8.752,-14.943],[9.781,-9.524],[6.907,-1.701],[-1.516,0.973],[-2.402,0.973],[13.586,20.936],[7.265,20.936],[-8.008,0.973],[-8.723,0.973],[-8.723,20.936]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.766961789599,0.748214123296,0.714922198127,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[76.863,21.186],"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":"Group 9","np":4,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-2.488,20.936],[-2.488,-16.188],[-14.329,-16.188],[-14.329,-20.936],[14.329,-20.936],[14.329,-16.188],[2.547,-16.188],[2.547,20.936]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.766961789599,0.748214123296,0.714922198127,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[46.328,21.186],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false}],"ip":14.0000005702317,"op":151.000006150356,"st":0,"bm":0}],"markers":[],"chars":[{"ch":"T","size":48,"style":"Regular","w":61.08,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-1.205,1.758],[-1.693,0.619],[-3.093,0],[0,0],[0,0],[0.716,-1.041],[2.799,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.237,1.367],[0,4.07],[0,0],[0,0],[-1.677,-0.895],[-1.009,-1.888],[-0.359,-2.734],[0,0],[0,0]],"o":[[0,0],[0,0],[0.227,-2.995],[1.204,-1.758],[1.302,-0.455],[0,0],[0,0],[0,3.711],[-1.172,1.693],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.572,0],[-0.879,-1.009],[0,0],[0,0],[2.734,0],[1.676,0.896],[0.618,1.172],[0,0],[0,0],[0,0]],"v":[[3.809,-66.211],[3.027,-50.684],[4.883,-50.684],[7.031,-57.813],[11.377,-61.377],[17.969,-62.061],[25.928,-62.061],[25.928,-11.475],[24.854,-4.346],[18.896,-1.807],[16.553,-1.807],[16.553,0],[44.629,0],[44.629,-1.807],[42.334,-1.807],[36.621,-3.857],[35.303,-11.475],[35.303,-62.061],[44.629,-62.061],[51.245,-60.718],[55.273,-56.543],[56.738,-50.684],[58.594,-50.684],[57.861,-66.211]],"c":true},"ix":2},"nm":"T","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"T","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"ADAM"},{"ch":"R","size":48,"style":"Regular","w":66.7,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[2.246,1.433],[3.125,4.362],[0,0],[-2.654,2.995],[0,4.07],[2.327,2.751],[3.336,1.025],[7.031,0],[0,0],[0,0],[0,0],[-1.27,-1.432],[0,-4.166],[0,0],[0.684,-1.009],[2.799,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.237,1.433],[0,4.167],[0,0],[-0.488,-0.016],[-0.423,0],[-1.66,0.066],[0,0],[0,0]],"o":[[-3.613,-0.391],[-2.246,-1.432],[0,0],[5.566,-1.237],[2.653,-2.995],[0,-3.809],[-2.328,-2.75],[-3.337,-1.025],[0,0],[0,0],[0,0],[2.506,0],[0.911,1.009],[0,0],[0,3.777],[-1.205,1.823],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.474,0],[-0.912,-1.009],[0,0],[0.52,0.033],[0.488,0.017],[1.041,0],[0,0],[0,0],[0,0]],"v":[[67.578,-1.807],[58.789,-4.541],[50.732,-13.232],[37.061,-32.227],[49.39,-38.574],[53.369,-49.17],[49.878,-59.009],[41.382,-64.673],[25.83,-66.211],[1.709,-66.211],[1.709,-64.404],[4.199,-64.404],[9.863,-62.256],[11.23,-54.492],[11.23,-11.719],[10.205,-4.541],[4.199,-1.807],[1.709,-1.807],[1.709,0],[30.078,0],[30.078,-1.807],[27.49,-1.807],[21.924,-3.955],[20.557,-11.719],[20.557,-30.957],[22.07,-30.884],[23.438,-30.859],[27.49,-30.957],[49.902,0],[67.578,0]],"c":true},"ix":2},"nm":"R","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[-1.888,0],[-2.588,-2.588],[0,-4.134],[3.206,-2.734],[6.315,0],[0.455,0.017],[0.618,0]],"o":[[3.223,-0.618],[4.264,0],[2.588,2.588],[0,4.232],[-3.207,2.734],[-0.293,0],[-0.456,-0.016],[0,0]],"v":[[20.557,-61.572],[28.223,-62.5],[38.501,-58.618],[42.383,-48.535],[37.573,-38.086],[23.291,-33.984],[22.168,-34.009],[20.557,-34.033]],"c":true},"ix":2},"nm":"R","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"R","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"ADAM"},{"ch":"U","size":48,"style":"Regular","w":72.22,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.27,-1.432],[0,-4.134],[0,0],[1.253,-2.946],[3.418,-1.888],[4.329,0],[2.327,1.205],[1.237,1.855],[0.471,3.32],[0,2.572],[0,0],[-0.814,1.172],[-2.734,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.123,-1.27],[0,-4.069],[0,0],[-1.042,-2.897],[-3.744,-2.506],[-7.227,0],[-3.857,2.62],[-1.318,3.662],[0,6.641],[0,0],[-0.684,1.009],[-2.605,0],[0,0],[0,0],[0,0],[0,0]],"o":[[2.506,0],[0.911,1.042],[0,0],[0,7.031],[-1.254,2.946],[-3.418,1.888],[-3.386,0],[-2.328,-1.204],[-1.237,-1.855],[-0.472,-3.32],[0,0],[0,-3.711],[1.172,-1.725],[0,0],[0,0],[0,0],[0,0],[0,0],[2.506,0],[1.123,1.27],[0,0],[0,7.976],[1.563,4.232],[3.743,2.506],[6.641,0],[3.857,-2.62],[1.318,-3.662],[0,0],[0,-3.678],[1.399,-2.18],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[50.195,-64.404],[55.859,-62.256],[57.227,-54.492],[57.227,-27.686],[55.347,-12.72],[48.34,-5.469],[36.719,-2.637],[28.149,-4.443],[22.803,-9.033],[20.239,-16.797],[19.531,-25.635],[19.531,-54.492],[20.752,-61.816],[26.611,-64.404],[29.15,-64.404],[29.15,-66.211],[0.537,-66.211],[0.537,-64.404],[3.027,-64.404],[8.472,-62.5],[10.156,-54.492],[10.156,-28.613],[11.719,-12.305],[19.678,-2.197],[36.133,1.563],[51.88,-2.368],[59.644,-11.792],[61.621,-27.246],[61.621,-54.102],[62.646,-61.133],[68.652,-64.404],[71.143,-64.404],[71.143,-66.211],[47.705,-66.211],[47.705,-64.404]],"c":true},"ix":2},"nm":"U","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"U","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"ADAM"},{"ch":"E","size":48,"style":"Regular","w":61.08,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.302,-0.488],[-0.83,-1.302],[-0.684,-3.483],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.172,-1.302],[0,-4.199],[0,0],[0.374,-1.041],[1.041,-0.52],[1.563,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.018,-2.018],[1.692,-0.52],[3.743,0],[0,0],[0.651,0.375],[0.26,0.635],[0,2.93],[0,0],[0,0],[-1.335,-0.651],[-0.586,-1.139],[-0.456,-3.223],[0,0],[0,0],[0,0],[1.692,-1.497],[3.776,0],[0,0],[0,0]],"o":[[3.288,0],[1.627,0.684],[0.83,1.302],[0,0],[0,0],[0,0],[0,0],[0,0],[2.734,0],[0.846,0.977],[0,0],[0,3.223],[-0.375,1.042],[-1.4,0.749],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.116,4.07],[-1.563,1.53],[-1.693,0.521],[0,0],[-1.823,0],[-0.652,-0.374],[-0.261,-0.635],[0,0],[0,0],[2.766,0],[1.334,0.652],[0.455,0.912],[0,0],[0,0],[0,0],[-0.195,3.777],[-1.27,1.14],[0,0],[0,0],[0,0]],"v":[[39.063,-62.598],[45.947,-61.865],[49.634,-58.887],[51.904,-51.709],[53.809,-51.709],[53.076,-66.211],[2.051,-66.211],[2.051,-64.404],[4.395,-64.404],[10.254,-62.451],[11.523,-54.688],[11.523,-11.67],[10.962,-5.273],[8.838,-2.93],[4.395,-1.807],[2.051,-1.807],[2.051,0],[53.076,0],[58.789,-16.602],[56.836,-16.602],[50.635,-7.471],[45.752,-4.395],[37.598,-3.613],[26.367,-3.613],[22.656,-4.175],[21.289,-5.688],[20.898,-11.035],[20.898,-32.861],[35.449,-32.861],[41.602,-31.885],[44.482,-29.199],[45.85,-22.998],[47.656,-22.998],[47.656,-46.045],[45.85,-46.045],[43.018,-38.135],[35.449,-36.426],[20.898,-36.426],[20.898,-62.598]],"c":true},"ix":2},"nm":"E","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"E","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"ADAM"},{"ch":"C","size":48,"style":"Regular","w":66.7,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.846,-0.879],[0.879,0],[1.367,0.716],[4.785,0],[5.192,-3.043],[2.962,-5.534],[0,-6.608],[-4.492,-6.055],[-10.97,0],[-4.427,2.734],[-3.32,5.892],[0,0],[3.288,-1.839],[4.297,0],[3.857,2.344],[1.92,4.395],[0,5.99],[-2.035,4.883],[-3.548,2.23],[-4.395,0],[-3.744,-2.962],[-2.019,-6.738],[0,0],[0,0]],"o":[[-0.359,1.563],[-0.652,0.619],[-0.586,0],[-4.655,-2.344],[-6.152,0],[-5.193,3.044],[-2.962,5.534],[0,8.203],[6.022,8.138],[6.087,0],[4.427,-2.734],[0,0],[-3.939,5.469],[-3.288,1.839],[-4.948,0],[-3.857,-2.344],[-1.921,-4.395],[0,-7.259],[2.034,-4.883],[3.548,-2.229],[5.241,0],[3.743,2.962],[0,0],[0,0],[0,0]],"v":[[58.496,-67.725],[56.689,-64.063],[54.395,-63.135],[51.465,-64.209],[37.305,-67.725],[20.288,-63.159],[8.057,-50.293],[3.613,-32.08],[10.352,-10.693],[35.84,1.514],[51.611,-2.588],[63.232,-15.527],[61.719,-16.504],[50.879,-5.542],[39.502,-2.783],[26.294,-6.299],[17.627,-16.406],[14.746,-31.982],[17.798,-50.195],[26.172,-60.864],[38.086,-64.209],[51.563,-59.766],[60.205,-45.215],[61.719,-45.215],[60.205,-67.725]],"c":true},"ix":2},"nm":"C","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"C","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"ADAM"},{"ch":"O","size":48,"style":"Regular","w":72.22,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.217,-5.762],[0,-10.514],[-6.201,-6.477],[-9.115,0],[-6.348,6.641],[0,10.059],[6.299,6.527],[8.594,0]],"o":[[-7.162,6.641],[0,10.287],[6.201,6.478],[9.016,0],[6.348,-6.641],[0,-9.766],[-6.299,-6.526],[-8.659,0]],"v":[[14.258,-59.082],[3.516,-33.35],[12.817,-8.203],[35.791,1.514],[58.838,-8.447],[68.359,-33.496],[58.911,-57.935],[36.572,-67.725]],"c":true},"ix":2},"nm":"O","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-3.581,-4.427],[0,-11.328],[4.053,-4.85],[6.217,0],[3.548,4.427],[0,10.808],[-4.46,5.469],[-5.925,0]],"o":[[4.459,5.566],[0,10.449],[-4.053,4.851],[-5.827,0],[-4.623,-5.827],[0,-10.547],[3.58,-4.395],[6.315,0]],"v":[[50.488,-57.52],[57.178,-32.178],[51.099,-9.229],[35.693,-1.953],[21.631,-8.594],[14.697,-33.545],[21.387,-57.568],[35.645,-64.16]],"c":true},"ix":2},"nm":"O","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"O","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"ADAM"},{"ch":"S","size":48,"style":"Regular","w":55.62,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.537,-0.504],[0.846,0],[1.823,0.814],[3.516,0],[3.645,-3.434],[0,-4.752],[-1.237,-2.278],[-2.393,-1.888],[-5.664,-3.174],[-1.27,-0.977],[-0.896,-1.66],[0,-1.627],[2.36,-2.148],[4.069,0],[2.946,1.563],[1.432,2.361],[0.846,4.753],[0,0],[0,0],[0,0],[-0.472,0.488],[-0.814,0],[-3.174,-1.025],[-1.009,-0.163],[-1.921,0],[-3.89,3.63],[0,5.013],[1.221,2.409],[2.262,1.775],[6.184,3.32],[2.018,2.441],[0,2.019],[-2.214,2.068],[-3.386,0],[-2.8,-1.53],[-1.514,-2.604],[-0.586,-4.395],[0,0],[0,0]],"o":[[-0.326,1.53],[-0.537,0.505],[-0.749,0],[-3.939,-1.725],[-5.632,0],[-3.646,3.435],[0,2.734],[1.237,2.279],[2.393,1.888],[5.664,3.174],[1.888,1.433],[0.895,1.66],[0,2.93],[-2.361,2.148],[-3.516,0],[-2.946,-1.563],[-1.433,-2.36],[0,0],[0,0],[0,0],[0.227,-1.53],[0.471,-0.488],[0.846,0],[3.174,1.025],[1.692,0.293],[6.12,0],[3.889,-3.629],[0,-2.637],[-1.221,-2.409],[-2.263,-1.774],[-7.585,-4.069],[-1.4,-1.66],[0,-2.637],[2.213,-2.067],[2.995,0],[2.799,1.53],[1.514,2.605],[0,0],[0,0],[0,0]],"v":[[44.043,-67.725],[42.749,-64.673],[40.674,-63.916],[36.816,-65.137],[25.635,-67.725],[11.719,-62.573],[6.25,-50.293],[8.105,-42.773],[13.55,-36.523],[25.635,-28.931],[36.035,-22.705],[40.21,-18.066],[41.553,-13.135],[38.013,-5.518],[28.369,-2.295],[18.677,-4.639],[12.109,-10.522],[8.691,-21.191],[6.885,-21.191],[6.885,1.514],[8.691,1.514],[9.741,-1.514],[11.67,-2.246],[17.7,-0.708],[23.975,1.074],[29.395,1.514],[44.409,-3.931],[50.244,-16.895],[48.413,-24.463],[43.188,-30.737],[30.518,-38.379],[16.113,-48.145],[14.014,-53.662],[17.334,-60.718],[25.732,-63.818],[34.424,-61.523],[40.894,-55.322],[44.043,-44.824],[45.85,-44.824],[45.85,-67.725]],"c":true},"ix":2},"nm":"S","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"S","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"ADAM"},{"ch":"M","size":48,"style":"Regular","w":88.92,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0.716,-1.041],[2.832,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.204,1.367],[0,4.07],[0,0],[-0.716,1.042],[-2.832,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.221,-0.635],[-0.456,-0.944],[0,-2.93],[0,0],[0.716,-1.041],[2.799,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.204,1.367],[0,4.07],[0,0],[0,0]],"o":[[0,0],[0,0],[0,3.711],[-1.14,1.693],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.605,0],[-0.912,-1.009],[0,0],[0,-3.711],[1.172,-1.692],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.702,0],[1.221,0.635],[0.651,1.302],[0,0],[0,3.711],[-1.172,1.693],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.605,0],[-0.879,-1.009],[0,0],[0,0],[0,0]],"v":[[42.529,0],[68.066,-55.713],[68.066,-11.475],[66.992,-4.346],[61.035,-1.807],[58.691,-1.807],[58.691,0],[86.816,0],[86.816,-1.807],[84.521,-1.807],[78.809,-3.857],[77.441,-11.475],[77.441,-54.736],[78.516,-61.865],[84.521,-64.404],[86.816,-64.404],[86.816,-66.211],[68.066,-66.211],[44.434,-14.404],[20.41,-66.211],[1.66,-66.211],[1.66,-64.404],[7.544,-63.452],[10.059,-61.084],[11.035,-54.736],[11.035,-11.475],[9.961,-4.346],[4.004,-1.807],[1.66,-1.807],[1.66,0],[24.707,0],[24.707,-1.807],[22.363,-1.807],[16.65,-3.857],[15.332,-11.475],[15.332,-55.713],[40.918,0]],"c":true},"ix":2},"nm":"M","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"M","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"ADAM"}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/turbine.json b/ohos/flutter_lottie/assets/lottiefiles/turbine.json new file mode 100644 index 0000000000000000000000000000000000000000..6d36940ca2f628363e3b64b551ef604d8f53b16b --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/turbine.json @@ -0,0 +1 @@ +{"v":"4.11.1","fr":60,"ip":0,"op":300,"w":1920,"h":1080,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 7","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":101,"s":[100],"e":[0]},{"t":173}],"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},"n":"0p833_0p833_0p167_0p167","t":101,"s":[1334,607,0],"e":[1334.389,605.107,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":102,"s":[1334.389,605.107,0],"e":[909.948,829.385,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":142,"s":[909.948,829.385,0],"e":[910,831,0],"to":[0,0,0],"ti":[0,0,0]},{"t":173}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[5.607,-18.091],[0,0]],"o":[[29.933,-22.749],[-5.898,19.032],[0,0]],"v":[[-20,-308],[-274,-147],[-146,-221]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.986,0.981,0.988,0.5,0.887,0.851,0.95,1,0.787,0.721,0.912],"ix":9}},"s":{"a":0,"k":[0,0],"ix":5},"e":{"a":0,"k":[100,0],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":101,"op":300,"st":101,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 6","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":62,"s":[100],"e":[0]},{"t":134}],"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},"n":"0p833_0p833_0p167_0p167","t":62,"s":[1058,415,0],"e":[798,651,0],"to":[0,0,0],"ti":[0,0,0]},{"t":134}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[5.607,-18.091],[0,0]],"o":[[29.933,-22.749],[-5.898,19.032],[0,0]],"v":[[-20,-308],[-274,-147],[-146,-221]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.986,0.981,0.988,0.5,0.887,0.851,0.95,1,0.787,0.721,0.912],"ix":9}},"s":{"a":0,"k":[0,0],"ix":5},"e":{"a":0,"k":[100,0],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":62,"op":300,"st":62,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[995,596,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"sr","sy":1,"d":1,"pt":{"a":0,"k":3,"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[360],"e":[720]},{"t":299}],"ix":5},"ir":{"a":0,"k":17.678,"ix":6},"is":{"a":0,"k":0,"ix":8},"or":{"a":0,"k":131.356,"ix":7},"os":{"a":0,"k":0,"ix":9},"ix":1,"nm":"Polystar Path 1","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.986,0.981,0.988,0.5,0.887,0.851,0.95,1,0.787,0.721,0.912],"ix":9}},"s":{"a":0,"k":[0,0],"ix":5},"e":{"a":0,"k":[100,0],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-40,-320],"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":"Polystar 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.986,0.981,0.988,0.5,0.887,0.851,0.95,1,0.787,0.721,0.912],"ix":9}},"s":{"a":0,"k":[0,0],"ix":5},"e":{"a":0,"k":[100,0],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[960,558,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[50,50],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,1,1,0.5,0.825,0.516,0.971,1,0.649,0.031,0.942],"ix":9}},"s":{"a":0,"k":[0,0],"ix":5},"e":{"a":0,"k":[90.305,0.977],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-5.293,-282.051],"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":"Ellipse 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[960,568,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[431.95,365.403,100],"ix":6}},"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":[[47.25,-21.75],[23.5,-21.75],[23.5,-0.75],[47.25,-0.75]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.831,0.298,0.973,0.5,0.802,0.284,0.973,1,0.773,0.271,0.973],"ix":9}},"s":{"a":0,"k":[0,0],"ix":5},"e":{"a":0,"k":[100,0],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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 5","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"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":[[16.75,-21.5],[-16.5,-21.5],[-16.75,-1.25],[16.75,-1.25]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.729,0.255,0.973,0.5,0.682,0.233,0.973,1,0.635,0.212,0.973],"ix":9}},"s":{"a":0,"k":[0,0],"ix":5},"e":{"a":0,"k":[100,0],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-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 4","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"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":[[-23.25,-21.5],[-46.5,-21.5],[-46.75,-1],[-23.25,-1]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.627,0.208,0.973,0.5,0.608,0.198,0.973,1,0.588,0.188,0.973],"ix":9}},"s":{"a":0,"k":[0,0],"ix":5},"e":{"a":0,"k":[100,0],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"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 3","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.25,-0.25],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,5.125],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[26.75,3.25],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-5.125],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-1.5,-74.75],[-15.5,-41.5],[-59.5,-27.25],[-59.5,-21.5],[-53.25,-21.5],[-53.25,-0.25],[-58.5,-0.25],[-58.5,5.25],[-26.5,16],[-26.25,25.5],[-17.25,25.5],[-16.25,92.25],[-33.25,104.875],[33.5,105.5],[17,92.5],[17.125,25.875],[26.625,25.875],[26.875,17.75],[60,5],[60,-0.875],[53.5,-0.875],[53.5,-21.75],[60.25,-21.75],[60.25,-27],[15.75,-41.25]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.986,0.98,0.988,0.5,0.739,0.505,0.97,1,0.493,0.031,0.952],"ix":9}},"s":{"a":0,"k":[0,0],"ix":5},"e":{"a":0,"k":[1.584,-208.46],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0.990533088235,0.987827016793,0.978105911554,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,114.433],"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":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[930.383,553.023,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,103.588,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[922,882],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.906,0.33,0.973,0.5,0.727,0.251,0.972,1,0.547,0.173,0.971],"ix":9}},"s":{"a":0,"k":[211,204],"ix":5},"e":{"a":0,"k":[100,-387],"ix":6},"t":2,"h":{"a":0,"k":0,"ix":7},"a":{"a":0,"k":0,"ix":8},"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0.990533088235,0.987827016793,0.978105911554,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[27.68,-7.992],"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":"Ellipse 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[979.234,917.953],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":137,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.990533088235,0.987827016793,0.978105911554,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[29.617,-13.023],"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,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[960,542,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[1967.266,1131.141],"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":"fl","c":{"a":0,"k":[0.145205269608,0.145199465284,0.145178581687,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[11.633,5.57],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/typing dot.json b/ohos/flutter_lottie/assets/lottiefiles/typing dot.json new file mode 100644 index 0000000000000000000000000000000000000000..19c967947d96f1eed1fef86f52348d4511bdecd4 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/typing dot.json @@ -0,0 +1 @@ +{"v":"4.5.7","fr":29.9700012207031,"ip":0,"op":95.0000038694293,"w":711,"h":400,"ddd":0,"assets":[{"id":"image_0","w":219,"h":211,"u":"images/","p":"img_0.png"}],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Shape Layer 6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[355.5,200,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[],"ip":0,"op":900.000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[490,195,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[142.227,142.227,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[44.691,44.691]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.51,0.51,0.51,1]},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":53,"s":[33],"e":[33.66]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":53.5,"s":[33.66],"e":[34.333]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54,"s":[34.333],"e":[35.019]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":54.5,"s":[35.019],"e":[35.72]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":55,"s":[35.72],"e":[36.434]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":55.5,"s":[36.434],"e":[37.162]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56,"s":[37.162],"e":[37.905]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":56.5,"s":[37.905],"e":[38.663]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":57,"s":[38.663],"e":[39.436]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":57.5,"s":[39.436],"e":[40.225]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":58,"s":[40.225],"e":[41.029]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":58.5,"s":[41.029],"e":[41.849]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":59,"s":[41.849],"e":[42.686]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":59.5,"s":[42.686],"e":[43.54]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":60,"s":[43.54],"e":[44.41]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":60.5,"s":[44.41],"e":[45.298]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":61,"s":[45.298],"e":[46.204]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":61.5,"s":[46.204],"e":[47.128]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":62,"s":[47.128],"e":[48.07]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":62.5,"s":[48.07],"e":[49.031]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":63,"s":[49.031],"e":[50.012]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":63.5,"s":[50.012],"e":[51.012]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":64,"s":[51.012],"e":[52.032]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":64.5,"s":[52.032],"e":[53.072]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":65,"s":[53.072],"e":[54.133]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":65.5,"s":[54.133],"e":[55.216]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":66,"s":[55.216],"e":[56.32]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":66.5,"s":[56.32],"e":[57.446]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":67,"s":[57.446],"e":[58.594]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":67.5,"s":[58.594],"e":[59.766]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":68,"s":[59.766],"e":[60.961]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":68.5,"s":[60.961],"e":[62.18]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":69,"s":[62.18],"e":[63.423]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":69.5,"s":[63.423],"e":[64.691]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":70,"s":[64.691],"e":[65.985]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":70.5,"s":[65.985],"e":[67.304]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":71,"s":[67.304],"e":[68.65]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":71.5,"s":[68.65],"e":[70.022]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":72,"s":[70.022],"e":[71.422]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":72.5,"s":[71.422],"e":[72.851]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":73,"s":[72.851],"e":[74.307]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":73.5,"s":[74.307],"e":[75.793]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":74,"s":[75.793],"e":[77.308]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":74.5,"s":[77.308],"e":[78.854]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75,"s":[78.854],"e":[80.431]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":75.5,"s":[80.431],"e":[82.039]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":76,"s":[82.039],"e":[83.679]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":76.5,"s":[83.679],"e":[85.353]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":77,"s":[85.353],"e":[87.059]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":77.5,"s":[87.059],"e":[88.8]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":78,"s":[88.8],"e":[90.575]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":78.5,"s":[90.575],"e":[92.386]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":79,"s":[92.386],"e":[94.234]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":79.5,"s":[94.234],"e":[96.118]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":80,"s":[96.118],"e":[98.04]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":80.5,"s":[98.04],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_1_0p167_0p167"],"t":81,"s":[100],"e":[33]},{"t":91.000003706506}]},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-59.729,-1.971],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[50.039,50.039],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":900.000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[441,195,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[142.227,142.227,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[44.691,44.691]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.51,0.51,0.51,1]},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":23,"s":[33],"e":[33.66]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":23.5,"s":[33.66],"e":[34.333]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24,"s":[34.333],"e":[35.019]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24.5,"s":[35.019],"e":[35.72]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":25,"s":[35.72],"e":[36.434]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":25.5,"s":[36.434],"e":[37.162]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":26,"s":[37.162],"e":[37.905]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":26.5,"s":[37.905],"e":[38.663]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[38.663],"e":[39.436]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27.5,"s":[39.436],"e":[40.225]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":28,"s":[40.225],"e":[41.029]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":28.5,"s":[41.029],"e":[41.849]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":29,"s":[41.849],"e":[42.686]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":29.5,"s":[42.686],"e":[43.54]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[43.54],"e":[44.41]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30.5,"s":[44.41],"e":[45.298]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":31,"s":[45.298],"e":[46.204]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":31.5,"s":[46.204],"e":[47.128]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":32,"s":[47.128],"e":[48.07]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":32.5,"s":[48.07],"e":[49.031]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":33,"s":[49.031],"e":[50.012]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":33.5,"s":[50.012],"e":[51.012]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":34,"s":[51.012],"e":[52.032]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":34.5,"s":[52.032],"e":[53.072]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[53.072],"e":[54.133]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35.5,"s":[54.133],"e":[55.216]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":36,"s":[55.216],"e":[56.32]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":36.5,"s":[56.32],"e":[57.446]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":37,"s":[57.446],"e":[58.594]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":37.5,"s":[58.594],"e":[59.766]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38,"s":[59.766],"e":[60.961]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":38.5,"s":[60.961],"e":[62.18]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":39,"s":[62.18],"e":[63.423]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":39.5,"s":[63.423],"e":[64.691]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40,"s":[64.691],"e":[65.985]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":40.5,"s":[65.985],"e":[67.304]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":41,"s":[67.304],"e":[68.65]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":41.5,"s":[68.65],"e":[70.022]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":42,"s":[70.022],"e":[71.422]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":42.5,"s":[71.422],"e":[72.851]},{"i":{"x":[0.686],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p686_1_0p167_0p167"],"t":43,"s":[72.851],"e":[89]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0]},"n":["0p833_0p833_0p167_0"],"t":44,"s":[89],"e":[77.308]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44.5,"s":[77.308],"e":[78.854]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":45,"s":[78.854],"e":[80.431]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":45.5,"s":[80.431],"e":[82.039]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":46,"s":[82.039],"e":[83.679]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":46.5,"s":[83.679],"e":[85.353]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":47,"s":[85.353],"e":[87.059]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":47.5,"s":[87.059],"e":[88.8]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":48,"s":[88.8],"e":[90.575]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":48.5,"s":[90.575],"e":[92.386]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":49,"s":[92.386],"e":[94.234]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":49.5,"s":[94.234],"e":[96.118]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":50,"s":[96.118],"e":[98.04]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":50.5,"s":[98.04],"e":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_1_0p167_0p167"],"t":51,"s":[100],"e":[33]},{"t":85.000003462121}]},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-59.729,-1.971],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[50.039,50.039],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":900.000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[391.5,195,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[142.227,142.227,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[44.691,44.691]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.51,0.51,0.51,1]},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[33],"e":[33.66]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0.5,"s":[33.66],"e":[34.333]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":1,"s":[34.333],"e":[35.019]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":1.5,"s":[35.019],"e":[35.72]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[35.72],"e":[36.434]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2.5,"s":[36.434],"e":[37.162]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[37.162],"e":[37.905]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3.5,"s":[37.905],"e":[38.663]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[38.663],"e":[39.436]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4.5,"s":[39.436],"e":[40.225]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[40.225],"e":[41.029]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5.5,"s":[41.029],"e":[41.849]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6,"s":[41.849],"e":[42.686]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6.5,"s":[42.686],"e":[43.54]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":7,"s":[43.54],"e":[44.41]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":7.5,"s":[44.41],"e":[45.298]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[45.298],"e":[46.204]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8.5,"s":[46.204],"e":[47.128]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9,"s":[47.128],"e":[48.07]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9.5,"s":[48.07],"e":[49.031]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[49.031],"e":[50.012]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10.5,"s":[50.012],"e":[51.012]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":11,"s":[51.012],"e":[52.032]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":11.5,"s":[52.032],"e":[53.072]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[53.072],"e":[54.133]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12.5,"s":[54.133],"e":[55.216]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":13,"s":[55.216],"e":[56.32]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":13.5,"s":[56.32],"e":[57.446]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":14,"s":[57.446],"e":[58.594]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":14.5,"s":[58.594],"e":[59.766]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[59.766],"e":[60.961]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15.5,"s":[60.961],"e":[62.18]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[62.18],"e":[63.423]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16.5,"s":[63.423],"e":[64.691]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":17,"s":[64.691],"e":[65.985]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":17.5,"s":[65.985],"e":[67.304]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18,"s":[67.304],"e":[68.65]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":18.5,"s":[68.65],"e":[70.022]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":19,"s":[70.022],"e":[71.422]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":19.5,"s":[71.422],"e":[72.851]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20,"s":[72.851],"e":[74.307]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":20.5,"s":[74.307],"e":[75.793]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":21,"s":[75.793],"e":[77.308]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":21.5,"s":[77.308],"e":[78.854]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":22,"s":[78.854],"e":[80.431]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":22.5,"s":[80.431],"e":[82.039]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":23,"s":[82.039],"e":[83.679]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":23.5,"s":[83.679],"e":[85.353]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24,"s":[85.353],"e":[87.059]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24.5,"s":[87.059],"e":[88.8]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":25,"s":[88.8],"e":[90.575]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":25.5,"s":[90.575],"e":[92.386]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":26,"s":[92.386],"e":[94.234]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":26.5,"s":[94.234],"e":[96.118]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[96.118],"e":[98.04]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27.5,"s":[98.04],"e":[100]},{"i":{"x":[0.816],"y":[0.991]},"o":{"x":[0.328],"y":[0]},"n":["0p816_0p991_0p328_0"],"t":28,"s":[100],"e":[33.03]},{"i":{"x":[0.686],"y":[1]},"o":{"x":[0.352],"y":[0.66]},"n":["0p686_1_0p352_0p66"],"t":89,"s":[33.03],"e":[33]},{"t":90.0000036657751}]},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-59.729,-1.971],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[50.039,50.039],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":900.000036657751,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":2,"nm":"chat_icon","refId":"image_0","ks":{"o":{"a":0,"k":23},"r":{"a":0,"k":0},"p":{"a":0,"k":[355.5,216,0]},"a":{"a":0,"k":[109.5,105.5,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"ip":0,"op":900.000036657751,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/uk.json b/ohos/flutter_lottie/assets/lottiefiles/uk.json new file mode 100644 index 0000000000000000000000000000000000000000..ff838e98a79e5c3336c923f2e43dc9ddf928b003 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/uk.json @@ -0,0 +1 @@ +{"v":"4.6.3","fr":25,"ip":0,"op":69,"w":500,"h":500,"nm":"UK","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"red","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[250,250,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":32,"s":[0,0,100],"e":[114,114,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":41,"s":[114,114,100],"e":[100,100,100]},{"t":51}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,-12.124],[-1.941,-11.572],[0,0],[0,0],[-12.124,0],[-11.572,1.941],[0,0],[0,0],[0,12.124],[1.941,11.572],[0,0],[0,0],[12.124,0],[11.572,-1.941]],"o":[[0,0],[0,0],[-1.941,11.572],[0,12.124],[0,0],[0,0],[11.572,1.941],[12.124,0],[0,0],[0,0],[1.941,-11.572],[0,-12.124],[0,0],[0,0],[-11.572,-1.941],[-12.124,0],[0,0]],"v":[[-35.583,-210.548],[-35.583,-35.583],[-210.548,-35.583],[-213.5,0],[-210.548,35.583],[-35.583,35.583],[-35.583,210.548],[0,213.5],[35.583,210.548],[35.583,35.583],[210.548,35.583],[213.5,0],[210.548,-35.583],[35.583,-35.583],[35.583,-210.548],[0,-213.5],[-35.583,-210.548]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.9137255,0.2941177,0.2078431,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"white","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[250,250,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":23,"s":[0,0,100],"e":[109,109,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":31,"s":[109,109,100],"e":[100,100,100]},{"t":40}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,-16.306],[-3.462,-15.259],[0,0],[0,0],[-16.306,0],[-15.259,3.462],[0,0],[0,0],[0,16.306],[3.462,15.259],[0,0],[0,0],[16.306,0],[15.259,-3.462]],"o":[[0,0],[0,0],[-3.462,15.259],[0,16.306],[0,0],[0,0],[15.259,3.462],[16.306,0],[0,0],[0,0],[3.462,-15.259],[0,-16.306],[0,0],[0,0],[-15.259,-3.462],[-16.306,0],[0,0]],"v":[[-47.444,-208.21],[-47.444,-47.444],[-208.21,-47.444],[-213.5,0],[-208.21,47.444],[-47.444,47.444],[-47.444,208.21],[0,213.5],[47.444,208.21],[47.444,47.444],[208.21,47.444],[213.5,0],[208.21,-47.444],[47.444,-47.444],[47.444,-208.21],[0,-213.5],[-47.444,-208.21]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"red","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[250,250,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":24,"s":[0,0,100],"e":[139,139,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":37,"s":[139,139,100],"e":[100,100,100]},{"t":46}]}},"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],[-5.359,6.904]],"o":[[0,0],[0,0],[0,0],[6.151,-6.191],[0,0]],"v":[[168.751,130.804],[59.117,18.978],[22.065,18.978],[151.467,150.466],[168.751,130.804]],"c":true}},"nm":"Path-path","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[-7.123,-5.55]],"o":[[0,0],[0,0],[0,0],[6.359,6.392],[0,0]],"v":[[-131.112,168.512],[14.233,21.35],[-23.722,21.35],[-151.355,150.578],[-131.112,168.512]],"c":true}},"nm":"Path-path","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[-5.755,-5.774]],"o":[[0,0],[0,0],[0,0],[6.381,5.088],[0,0]],"v":[[151.218,-150.716],[29.653,-28.17],[-4.744,-28.17],[132.999,-167.024],[151.218,-150.716]],"c":true}},"nm":"Path-path","mn":"ADBE Vector Shape - Group"},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[5.421,-6.961]],"o":[[0,0],[0,0],[0,0],[-6.226,6.234],[0,0]],"v":[[-168.551,-131.061],[-73.439,-35.583],[-36.122,-35.583],[-151.062,-150.872],[-168.551,-131.061]],"c":true}},"nm":"Path-path","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.9137255,0.2941177,0.2078431,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[0.1,0.744],"ix":2},"a":{"a":0,"k":[0.1,0.744],"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":5,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"white","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[250,250,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":11,"s":[0,0,100],"e":[109,109,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":30,"s":[109,109,100],"e":[100,100,100]},{"t":39}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-13.288,-18.323],[0,0],[0,0],[18.323,-13.288],[0,0],[0,0],[13.288,18.323],[0,0],[0,0],[-18.323,13.288]],"o":[[0,0],[0,0],[18.323,13.288],[0,0],[0,0],[-13.288,18.323],[0,0],[0,0],[-18.323,-13.288],[0,0],[0,0],[13.288,-18.323],[0,0]],"v":[[-125.209,-172.949],[0,-47.74],[125.209,-172.949],[172.949,-125.209],[47.74,0],[172.949,125.209],[125.209,172.949],[0,47.74],[-125.209,172.949],[-172.949,125.209],[-47.74,0],[-172.949,-125.209],[-125.209,-172.949]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"blue","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[250,250,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":10,"s":[0,0,100],"e":[114,114,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":20,"s":[114,114,100],"e":[100,100,100]},{"t":32}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-117.913,0],[0,117.913],[117.913,0],[0,-117.913]],"o":[[117.913,0],[0,-117.913],[-117.913,0],[0,117.913]],"v":[[0,213.5],[213.5,0],[0,-213.5],[-213.5,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.1333333,0.4980392,0.7333333,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"white 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[250,250,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":0,"s":[0,0,100],"e":[114,114,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":10,"s":[114,114,100],"e":[100,100,100]},{"t":22}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-117.714,0],[0,117.677],[117.714,0],[0,-117.677]],"o":[[117.714,0],[0,-117.677],[-117.714,0],[0,117.677]],"v":[[-0.217,213.151],[212.923,0.077],[-0.217,-212.997],[-213.358,0.077]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.217,0.077],"ix":2},"a":{"a":0,"k":[-0.217,0.077],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/updating_map.json b/ohos/flutter_lottie/assets/lottiefiles/updating_map.json new file mode 100644 index 0000000000000000000000000000000000000000..dbb0b32a8d416a2822feba57c51f6406412f01e2 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/updating_map.json @@ -0,0 +1 @@ +{"v":"4.6.9","fr":59.9400024414062,"ip":0,"op":638.000025986273,"w":240,"h":160,"nm":"Comp 9","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 8","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":605,"s":[165.75,100.5,0],"e":[181.75,100.5,0],"to":[2.66666674613953,0,0],"ti":[-2.66666674613953,0,0]},{"t":619.000025212387}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":605,"s":[0,0,100],"e":[60,60,100]},{"t":619.000025212387}]}},"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],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[3,-3],[0,-16.97],[-3,-3],[-16.97,0],[-3,3],[0,16.971],[3,3],[16.971,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0,0.85098,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":69843.0028447637,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 7","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":602,"s":[163.25,35.75,0],"e":[181.25,35.75,0],"to":[3,0,0],"ti":[-3,0,0]},{"t":616.000025090194}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":602,"s":[0,0,100],"e":[78,78,100]},{"t":616.000025090194}]}},"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],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[3,-3],[0,-16.97],[-3,-3],[-16.97,0],[-3,3],[0,16.971],[3,3],[16.971,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0,0.85098,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":69843.0028447637,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 6","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":606,"s":[76.5,80,0],"e":[51.5,80,0],"to":[-4.16666650772095,0,0],"ti":[4.16666650772095,0,0]},{"t":620.000025253118}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":606,"s":[0,0,100],"e":[100,100,100]},{"t":620.000025253118}]}},"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],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[3,-3],[0,-16.97],[-3,-3],[-16.97,0],[-3,3],[0,16.971],[3,3],[16.971,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0,0.85098,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":69843.0028447637,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 16","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":594,"s":[100],"e":[0]},{"t":603.000024560694}]},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":57,"s":[-45],"e":[-206]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":84.078,"s":[-206],"e":[-206]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":220,"s":[-206],"e":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":272,"s":[0],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":562,"s":[0],"e":[-45]},{"t":594.000024194116}]},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":57,"s":[178.75,80,0],"e":[94.5,35,0],"to":[-14.0416669845581,-7.5,0],"ti":[3.58333325386047,6.54166650772095,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":84.078,"s":[94.5,35,0],"e":[157.25,40.75,0],"to":[-3.58333325386047,-6.54166650772095,0],"ti":[1,-3.29166674613953,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.095,"s":[157.25,40.75,0],"e":[88.5,54.75,0],"to":[-1,3.29166674613953,0],"ti":[-1.08333337306976,-3.29166674613953,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":133.988,"s":[88.5,54.75,0],"e":[163.75,60.5,0],"to":[1.08333337306976,3.29166674613953,0],"ti":[-0.125,-3,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":154.695,"s":[163.75,60.5,0],"e":[89.25,72.75,0],"to":[0.125,3,0],"ti":[0.66666668653488,-3.20833325386047,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":176.993,"s":[89.25,72.75,0],"e":[159.75,79.75,0],"to":[-0.66666668653488,3.20833325386047,0],"ti":[-1.125,-2.45833325386047,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":198.763,"s":[159.75,79.75,0],"e":[96,87.5,0],"to":[1.125,2.45833325386047,0],"ti":[8.79166698455811,2.54166674613953,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":220,"s":[96,87.5,0],"e":[107,64.5,0],"to":[-8.79166698455811,-2.54166674613953,0],"ti":[-1.875,4,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":272,"s":[107,64.5,0],"e":[107.25,63.5,0],"to":[1.875,-4,0],"ti":[-11.6666669845581,3.16666674613953,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":309,"s":[107.25,63.5,0],"e":[178.881,43.726,0],"to":[10.32004737854,-2.80115556716919,0],"ti":[-12.9098224639893,4.93331670761108,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":345,"s":[178.881,43.726,0],"e":[177,45.5,0],"to":[1.68454873561859,-0.64372783899307,0],"ti":[-0.51460111141205,0.50017303228378,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":347,"s":[177,45.5,0],"e":[133.25,36.75,0],"to":[4.45833349227905,-4.33333349227905,0],"ti":[5,-6.83333349227905,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":369,"s":[133.25,36.75,0],"e":[147,86.5,0],"to":[-5,6.83333349227905,0],"ti":[-2.95833325386047,0.66666668653488,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":404,"s":[147,86.5,0],"e":[151,32.75,0],"to":[2.95833325386047,-0.66666668653488,0],"ti":[-3.125,0.75,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":429,"s":[151,32.75,0],"e":[165.75,82,0],"to":[3.125,-0.75,0],"ti":[6.83333349227905,-0.16666667163372,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":460,"s":[165.75,82,0],"e":[110,33.75,0],"to":[-6.83333349227905,0.16666667163372,0],"ti":[6.79166650772095,0.5,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":497,"s":[110,33.75,0],"e":[125,79,0],"to":[-6.79166650772095,-0.5,0],"ti":[-10.9583330154419,-5.375,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":526,"s":[125,79,0],"e":[178.13,64.405,0],"to":[10.432692527771,5.11717653274536,0],"ti":[-10.0471067428589,3.26716446876526,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":562,"s":[178.13,64.405,0],"e":[175.75,66,0],"to":[0.50621300935745,-0.1646126806736,0],"ti":[-0.40572240948677,0.10392889380455,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":563,"s":[175.75,66,0],"e":[178.75,80,0],"to":[8.45833301544189,-2.16666674613953,0],"ti":[-0.5,-2.33333325386047,0]},{"t":594.000024194116}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[76,76,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.306,3.307],[-1.072,1.122],[-0.002,0.003],[0.434,-3.956],[-2.196,0.24],[-1.745,1.744],[0,0]],"o":[[-3.297,-3.297],[0.003,-0.003],[-1.781,1.781],[-0.24,2.196],[3.956,-0.434],[0,0],[-1.114,1.089]],"v":[[-20.487,20.486],[-24.5,12.505],[-24.495,12.495],[-29.239,25.504],[-25.504,29.239],[-12.495,24.495],[-12.496,24.494]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[3.313,3.312],[1.104,-1.105],[0,0],[0,0],[-3.271,-3.271],[-1.152,1.02],[0,0],[0,0],[-0.001,0.001],[-0.001,0.001],[0,0]],"o":[[-3.315,-3.315],[0,0],[0,0],[-1.018,1.152],[3.273,3.273],[0,0],[0,0],[0.001,-0.001],[0.001,-0.001],[0,0],[1.105,-1.105]],"v":[[15.206,-15.204],[7.205,-19.205],[-21.495,9.495],[-21.488,9.502],[-17.453,17.453],[-9.501,21.489],[-9.495,21.495],[-9.457,21.457],[-9.453,21.454],[-9.45,21.45],[19.205,-7.205]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[3.313,3.312],[1.104,-1.106],[0,0],[-1.262,-1.263],[-0.943,-1.885],[-0.144,-0.386],[0,0]],"o":[[-3.314,-3.315],[0,0],[3.015,1.13],[1.899,1.898],[0.211,0.421],[0,0],[1.106,-1.106]],"v":[[24.375,-24.373],[16.374,-28.374],[10.964,-22.964],[18.034,-18.033],[22.441,-12.166],[22.962,-10.962],[28.374,-16.374]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0.85098,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":5,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":69843.0028447637,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":3,"nm":"Shape Layer 3","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":594,"s":[100],"e":[0]},{"t":603.000024560694}]},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":57,"s":[-45],"e":[-206]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":84.078,"s":[-206],"e":[-206]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":220,"s":[-206],"e":[0]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":["0p667_0p667_0p333_0p333"],"t":272,"s":[0],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":562,"s":[0],"e":[-45]},{"t":594.000024194116}]},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":57,"s":[178.75,80,0],"e":[94.5,35,0],"to":[-14.0416669845581,-7.5,0],"ti":[3.58333325386047,6.54166650772095,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":84.078,"s":[94.5,35,0],"e":[157.25,40.75,0],"to":[-3.58333325386047,-6.54166650772095,0],"ti":[1,-3.29166674613953,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":110.095,"s":[157.25,40.75,0],"e":[88.5,54.75,0],"to":[-1,3.29166674613953,0],"ti":[-1.08333337306976,-3.29166674613953,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":133.988,"s":[88.5,54.75,0],"e":[163.75,60.5,0],"to":[1.08333337306976,3.29166674613953,0],"ti":[-0.125,-3,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":154.695,"s":[163.75,60.5,0],"e":[89.25,72.75,0],"to":[0.125,3,0],"ti":[0.66666668653488,-3.20833325386047,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":176.993,"s":[89.25,72.75,0],"e":[159.75,79.75,0],"to":[-0.66666668653488,3.20833325386047,0],"ti":[-1.125,-2.45833325386047,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":198.763,"s":[159.75,79.75,0],"e":[96,87.5,0],"to":[1.125,2.45833325386047,0],"ti":[8.79166698455811,2.54166674613953,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":220,"s":[96,87.5,0],"e":[107,64.5,0],"to":[-8.79166698455811,-2.54166674613953,0],"ti":[-1.875,4,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":272,"s":[107,64.5,0],"e":[107.25,63.5,0],"to":[1.875,-4,0],"ti":[-11.6666669845581,3.16666674613953,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":309,"s":[107.25,63.5,0],"e":[178.881,43.726,0],"to":[10.32004737854,-2.80115556716919,0],"ti":[-12.9098224639893,4.93331670761108,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":345,"s":[178.881,43.726,0],"e":[177,45.5,0],"to":[1.68454873561859,-0.64372783899307,0],"ti":[-0.51460111141205,0.50017303228378,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":347,"s":[177,45.5,0],"e":[133.25,36.75,0],"to":[4.45833349227905,-4.33333349227905,0],"ti":[5,-6.83333349227905,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":369,"s":[133.25,36.75,0],"e":[147,86.5,0],"to":[-5,6.83333349227905,0],"ti":[-2.95833325386047,0.66666668653488,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":404,"s":[147,86.5,0],"e":[151,32.75,0],"to":[2.95833325386047,-0.66666668653488,0],"ti":[-3.125,0.75,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":429,"s":[151,32.75,0],"e":[165.75,82,0],"to":[3.125,-0.75,0],"ti":[6.83333349227905,-0.16666667163372,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":460,"s":[165.75,82,0],"e":[110,33.75,0],"to":[-6.83333349227905,0.16666667163372,0],"ti":[6.79166650772095,0.5,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":497,"s":[110,33.75,0],"e":[125,79,0],"to":[-6.79166650772095,-0.5,0],"ti":[-10.9583330154419,-5.375,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":526,"s":[125,79,0],"e":[178.13,64.405,0],"to":[10.432692527771,5.11717653274536,0],"ti":[-10.0471067428589,3.26716446876526,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":562,"s":[178.13,64.405,0],"e":[175.75,66,0],"to":[0.50621300935745,-0.1646126806736,0],"ti":[-0.40572240948677,0.10392889380455,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":563,"s":[175.75,66,0],"e":[178.75,80,0],"to":[8.45833301544189,-2.16666674613953,0],"ti":[-0.5,-2.33333325386047,0]},{"t":594.000024194116}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[76,76,100]}},"ao":0,"ip":0,"op":69843.0028447637,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 4","parent":5,"td":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":563,"s":[100],"e":[0]},{"t":595.000024234847}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[0,0,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":8},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.306,3.307],[-1.072,1.122],[-0.002,0.003],[0.434,-3.956],[-2.196,0.24],[-1.745,1.744],[0,0]],"o":[[-3.297,-3.297],[0.003,-0.003],[-1.781,1.781],[-0.24,2.196],[3.956,-0.434],[0,0],[-1.114,1.089]],"v":[[-20.487,20.486],[-24.5,12.505],[-24.495,12.495],[-29.239,25.504],[-25.504,29.239],[-12.495,24.495],[-12.496,24.494]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[3.313,3.312],[1.104,-1.105],[0,0],[0,0],[-3.271,-3.271],[-1.152,1.02],[0,0],[0,0],[-0.001,0.001],[-0.001,0.001],[0,0]],"o":[[-3.315,-3.315],[0,0],[0,0],[-1.018,1.152],[3.273,3.273],[0,0],[0,0],[0.001,-0.001],[0.001,-0.001],[0,0],[1.105,-1.105]],"v":[[15.206,-15.204],[7.205,-19.205],[-21.495,9.495],[-21.488,9.502],[-17.453,17.453],[-9.501,21.489],[-9.495,21.495],[-9.457,21.457],[-9.453,21.454],[-9.45,21.45],[19.205,-7.205]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[3.313,3.312],[1.104,-1.106],[0,0],[-1.262,-1.263],[-0.943,-1.885],[-0.144,-0.386],[0,0]],"o":[[-3.314,-3.315],[0,0],[3.015,1.13],[1.899,1.898],[0.211,0.421],[0,0],[1.106,-1.106]],"v":[[24.375,-24.373],[16.374,-28.374],[10.964,-22.964],[18.034,-18.033],[22.441,-12.166],[22.962,-10.962],[28.374,-16.374]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":8},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":5,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":69843.0028447637,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 15","parent":9,"tt":2,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[0.5,0,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":303,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-36.625,2.25],[-39.125,3],[-38.125,7],[-36.875,6.625]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[37.875,-17],[-37.75,3.281],[-37.75,7.375],[39.25,-13.375]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"n":"0p833_0p833_0p167_0","t":344,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[37.875,-17],[-37.75,3.281],[-37.75,7.375],[39.25,-13.375]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[38,-16.5],[-37.625,3.175],[-37.625,7.125],[39.125,-13.375]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p833_1_0p167_0p167","t":460,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[38,-16.5],[-37.625,3.175],[-37.625,7.125],[39.125,-13.375]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[37.875,-17],[-37.75,3.062],[-37.75,7.625],[39.25,-13.375]],"c":true}]},{"t":543.000022116843}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"},{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":369,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-9.406,-25.75],[-13.562,-25],[-12.406,-24.125],[-9.344,-24.375]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-9.406,-25.75],[-13.562,-25],[1.469,29.25],[5.031,27.375]],"c":true}]},{"t":404.000016455257}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 2"},{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":431,"s":[{"i":[[0.625,-0.5],[0,0],[0,0],[0,0]],"o":[[-0.625,0.5],[0,0],[0,0],[0,0]],"v":[[10.719,-30.125],[7.219,-30],[8.562,-29.625],[10.469,-29.375]],"c":true}],"e":[{"i":[[0.625,-0.5],[0,0],[0,0],[0,0]],"o":[[-0.625,0.5],[0,0],[0,0],[0,0]],"v":[[10.719,-30.125],[7.219,-30],[22.812,28.875],[26.719,29]],"c":true}]},{"t":460.000018736184}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 3"},{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":490.675,"s":[{"i":[[0.75,0.25],[0,0],[0,0],[-0.375,0],[0,0],[0,0],[0,0],[0,0]],"o":[[-0.75,-0.25],[0,0],[0,0],[0.375,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-36,-28.5],[-35.938,-28.688],[-35.938,-28.5],[-36.062,-28.562],[-28.625,-27.188],[-28.625,-27.25],[-28.625,-27.125],[-28.625,-27.125]],"c":true}],"e":[{"i":[[0.75,0.25],[0,0],[0,0],[-0.375,0],[0,0],[0,0],[0,0],[0,0]],"o":[[-0.75,-0.25],[0,0],[0,0],[0.375,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-36.001,-28.5],[-27.313,15.157],[-16.625,25.375],[-16.236,24.246],[-13.737,17.121],[-13.375,15.5],[-15.376,11.875],[-28.625,-27.125]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":529,"s":[{"i":[[0.75,0.25],[0,0],[0,0],[-0.375,0],[0,0],[0,0],[0,0],[0,0]],"o":[[-0.75,-0.25],[0,0],[0,0],[0.375,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-36.001,-28.5],[-27.313,15.157],[-16.625,25.375],[-16.236,24.246],[-13.737,17.121],[-13.375,15.5],[-15.376,11.875],[-28.625,-27.125]],"c":true}],"e":[{"i":[[0.75,0.25],[0,0],[0,0],[-0.375,0],[0,0],[0,0],[0,0],[0,0]],"o":[[-0.75,-0.25],[0,0],[0,0],[0.375,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-38.125,-29],[-27.25,16.625],[-16.25,25.125],[36.875,9.625],[37.75,0.625],[-12.625,14.375],[-18.375,11.625],[-28.625,-27.125]],"c":true}]},{"t":563.00002293146}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 4"},{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56,"s":[{"i":[[0.639,-0.213],[3.876,-1.113],[0.446,-0.149],[4.61,0.45],[0,0],[-1.25,0],[-7.302,-1.3],[0,0],[0,0],[0,0],[0,0],[0,0],[0.75,0],[7.592,1.941]],"o":[[-0.608,0.202],[-5.694,1.635],[-0.252,0.084],[-9.108,-0.89],[0,0],[0.651,0],[6.71,1.195],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.431,0],[-5.63,-1.439]],"v":[[10.75,-32.75],[2.87,-30.453],[-10,-26.75],[-18.417,-27.428],[-40.75,-29.75],[-40.25,26.25],[-24.516,28.908],[-11.5,31.25],[6.797,28.322],[19.75,26.25],[31.359,28.876],[40.75,31],[38.75,-26],[22.054,-30.331]],"c":true}],"e":[{"i":[[0.639,-0.213],[3.876,-1.113],[0.446,-0.149],[4.54,0.341],[0,0],[-1.25,0],[-7.302,-1.3],[0,0],[0,0],[0,0],[0,0],[0,0],[0.75,0],[7.592,1.941]],"o":[[-0.608,0.202],[-5.694,1.635],[-0.252,0.084],[-8.971,-0.673],[0,0],[0.651,0],[6.71,1.195],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.431,0],[-5.63,-1.439]],"v":[[10.75,-32.75],[2.87,-30.453],[-10,-26.75],[-18.295,-27.235],[-40.288,-29.019],[-40.25,26.25],[-24.516,28.908],[-11.5,31.25],[6.797,28.322],[19.75,26.25],[31.359,28.876],[40.75,31],[38.75,-26],[22.054,-30.331]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":76,"s":[{"i":[[0.639,-0.213],[3.876,-1.113],[0.446,-0.149],[4.54,0.341],[0,0],[-1.25,0],[-7.302,-1.3],[0,0],[0,0],[0,0],[0,0],[0,0],[0.75,0],[7.592,1.941]],"o":[[-0.608,0.202],[-5.694,1.635],[-0.252,0.084],[-8.971,-0.673],[0,0],[0.651,0],[6.71,1.195],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.431,0],[-5.63,-1.439]],"v":[[10.75,-32.75],[2.87,-30.453],[-10,-26.75],[-18.295,-27.235],[-40.288,-29.019],[-40.25,26.25],[-24.516,28.908],[-11.5,31.25],[6.797,28.322],[19.75,26.25],[31.359,28.876],[40.75,31],[38.75,-26],[22.054,-30.331]],"c":true}],"e":[{"i":[[0.664,-0.221],[4.143,-1.329],[0.433,-0.144],[5.319,-1.069],[0,0],[-1.25,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0.75,0],[7.423,1.907]],"o":[[-0.635,0.212],[-5.645,1.811],[-0.286,0.095],[-8.646,1.738],[0,0],[0.629,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.418,0],[-5.896,-1.515]],"v":[[10.75,-32.75],[2.246,-30.012],[-10.25,-26],[-20.238,-17.442],[-40,-20],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[38.75,-26],[22.727,-30.159]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":83,"s":[{"i":[[0.664,-0.221],[4.143,-1.329],[0.433,-0.144],[5.319,-1.069],[0,0],[-1.25,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0.75,0],[7.423,1.907]],"o":[[-0.635,0.212],[-5.645,1.811],[-0.286,0.095],[-8.646,1.738],[0,0],[0.629,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.418,0],[-5.896,-1.515]],"v":[[10.75,-32.75],[2.246,-30.012],[-10.25,-26],[-20.238,-17.442],[-40,-20],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[38.75,-26],[22.727,-30.159]],"c":true}],"e":[{"i":[[0.664,-0.221],[4.143,-1.329],[0.433,-0.144],[5.319,-1.069],[0,0],[-1.25,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0.75,0],[7.423,1.907]],"o":[[-0.635,0.212],[-5.645,1.811],[-0.286,0.095],[-8.646,1.738],[0,0],[0.629,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.418,0],[-5.896,-1.515]],"v":[[10.75,-32.75],[2.246,-30.012],[-7.5,-19.5],[-20.238,-17.442],[-40,-20],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[38.75,-26],[22.727,-30.159]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":93,"s":[{"i":[[0.664,-0.221],[4.143,-1.329],[0.433,-0.144],[5.319,-1.069],[0,0],[-1.25,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0.75,0],[7.423,1.907]],"o":[[-0.635,0.212],[-5.645,1.811],[-0.286,0.095],[-8.646,1.738],[0,0],[0.629,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.418,0],[-5.896,-1.515]],"v":[[10.75,-32.75],[2.246,-30.012],[-7.5,-19.5],[-20.238,-17.442],[-40,-20],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[38.75,-26],[22.727,-30.159]],"c":true}],"e":[{"i":[[0.664,-0.221],[4.143,-1.329],[0.433,-0.144],[5.319,-1.069],[0,0],[-1.25,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0.75,0],[7.423,1.907]],"o":[[-0.635,0.212],[-5.645,1.811],[-0.286,0.095],[-8.646,1.738],[0,0],[0.629,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.418,0],[-5.896,-1.515]],"v":[[19.75,-16],[6.996,-16.512],[-7.5,-19.5],[-20.238,-17.442],[-40,-20],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[39.25,-15],[29.477,-15.159]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":102,"s":[{"i":[[0.664,-0.221],[4.143,-1.329],[0.433,-0.144],[5.319,-1.069],[0,0],[-1.25,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0.75,0],[7.423,1.907]],"o":[[-0.635,0.212],[-5.645,1.811],[-0.286,0.095],[-8.646,1.738],[0,0],[0.629,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.418,0],[-5.896,-1.515]],"v":[[19.75,-16],[6.996,-16.512],[-7.5,-19.5],[-20.238,-17.442],[-40,-20],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[39.25,-15],[29.477,-15.159]],"c":true}],"e":[{"i":[[0.664,-0.221],[4.504,2.012],[0.433,-0.144],[5.319,-1.069],[0,0],[-1.25,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0.75,0],[7.552,-1.301]],"o":[[-0.635,0.212],[-5.413,-2.418],[-0.286,0.095],[-8.646,1.738],[0,0],[0.629,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.418,0],[-6.727,1.159]],"v":[[16.25,-7.75],[5.746,-10.012],[-7.5,-19.5],[-20.238,-17.442],[-40,-20],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[40,-11.75],[29.727,-9.909]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":116,"s":[{"i":[[0.664,-0.221],[4.504,2.012],[0.433,-0.144],[5.319,-1.069],[0,0],[-1.25,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0.75,0],[7.552,-1.301]],"o":[[-0.635,0.212],[-5.413,-2.418],[-0.286,0.095],[-8.646,1.738],[0,0],[0.629,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.418,0],[-6.727,1.159]],"v":[[16.25,-7.75],[5.746,-10.012],[-7.5,-19.5],[-20.238,-17.442],[-40,-20],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[40,-11.75],[29.727,-9.909]],"c":true}],"e":[{"i":[[0.664,-0.221],[4.504,2.012],[0.433,-0.144],[5.319,-1.069],[0,0],[-1.25,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0.75,0],[7.552,-1.301]],"o":[[-0.635,0.212],[-5.413,-2.418],[-0.286,0.095],[-8.646,1.738],[0,0],[0.629,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.418,0],[-6.727,1.159]],"v":[[16.25,-7.75],[0.496,-5.012],[-6.75,-6.5],[-20.238,-17.442],[-40,-20],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[40,-11.75],[29.727,-9.909]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":121,"s":[{"i":[[0.664,-0.221],[4.504,2.012],[0.433,-0.144],[5.319,-1.069],[0,0],[-1.25,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0.75,0],[7.552,-1.301]],"o":[[-0.635,0.212],[-5.413,-2.418],[-0.286,0.095],[-8.646,1.738],[0,0],[0.629,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.418,0],[-6.727,1.159]],"v":[[16.25,-7.75],[0.496,-5.012],[-6.75,-6.5],[-20.238,-17.442],[-40,-20],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[40,-11.75],[29.727,-9.909]],"c":true}],"e":[{"i":[[0.664,-0.221],[4.504,2.012],[0.433,-0.144],[5.319,-1.069],[0,0],[-1.25,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0.75,0],[7.552,-1.301]],"o":[[-0.635,0.212],[-5.413,-2.418],[-0.286,0.095],[-8.646,1.738],[0,0],[0.629,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.418,0],[-6.727,1.159]],"v":[[16.25,-7.75],[0.496,-5.012],[-6.75,-6.5],[-24.238,-0.692],[-39.75,0.25],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[40,-11.75],[29.727,-9.909]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":129,"s":[{"i":[[0.664,-0.221],[4.504,2.012],[0.433,-0.144],[5.319,-1.069],[0,0],[-1.25,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0.75,0],[7.552,-1.301]],"o":[[-0.635,0.212],[-5.413,-2.418],[-0.286,0.095],[-8.646,1.738],[0,0],[0.629,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.418,0],[-6.727,1.159]],"v":[[16.25,-7.75],[0.496,-5.012],[-6.75,-6.5],[-24.238,-0.692],[-39.75,0.25],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[40,-11.75],[29.727,-9.909]],"c":true}],"e":[{"i":[[0.664,-0.221],[4.504,2.012],[0.433,-0.144],[5.416,0.309],[0,0],[-1.25,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0.75,0],[7.552,-1.301]],"o":[[-0.635,0.212],[-5.413,-2.418],[-0.286,0.095],[-9.762,-0.558],[0,0],[0.629,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.418,0],[-6.727,1.159]],"v":[[16.25,-7.75],[0.496,-5.012],[-16.25,-7.25],[-23.488,3.058],[-39.75,0.25],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[40,-11.75],[29.727,-9.909]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":137,"s":[{"i":[[0.664,-0.221],[4.504,2.012],[0.433,-0.144],[5.416,0.309],[0,0],[-1.25,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0.75,0],[7.552,-1.301]],"o":[[-0.635,0.212],[-5.413,-2.418],[-0.286,0.095],[-9.762,-0.558],[0,0],[0.629,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.418,0],[-6.727,1.159]],"v":[[16.25,-7.75],[0.496,-5.012],[-16.25,-7.25],[-23.488,3.058],[-39.75,0.25],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[40,-11.75],[29.727,-9.909]],"c":true}],"e":[{"i":[[0.664,-0.221],[4.504,2.012],[0.433,-0.144],[5.416,0.309],[0,0],[-1.25,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0.75,0],[7.552,-1.301]],"o":[[-0.635,0.212],[-5.413,-2.418],[-0.286,0.095],[-9.762,-0.558],[0,0],[0.629,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.418,0],[-6.727,1.159]],"v":[[16.25,-7.75],[0.496,-5.012],[-5.75,1.25],[-23.488,3.058],[-39.75,0.25],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[40,-11.75],[29.727,-9.909]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":142,"s":[{"i":[[0.664,-0.221],[4.504,2.012],[0.433,-0.144],[5.416,0.309],[0,0],[-1.25,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0.75,0],[7.552,-1.301]],"o":[[-0.635,0.212],[-5.413,-2.418],[-0.286,0.095],[-9.762,-0.558],[0,0],[0.629,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.418,0],[-6.727,1.159]],"v":[[16.25,-7.75],[0.496,-5.012],[-5.75,1.25],[-23.488,3.058],[-39.75,0.25],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[40,-11.75],[29.727,-9.909]],"c":true}],"e":[{"i":[[0.664,-0.221],[4.881,-0.715],[0.433,-0.144],[5.416,0.309],[0,0],[-1.25,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0.75,0],[7.552,-1.301]],"o":[[-0.635,0.212],[-3.496,0.512],[-0.286,0.095],[-9.762,-0.558],[0,0],[0.629,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.418,0],[-6.727,1.159]],"v":[[16.25,-7.75],[2.121,2.863],[-5.75,3],[-23.488,3.058],[-39.75,0.25],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[40,-11.75],[29.727,-9.909]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":144,"s":[{"i":[[0.664,-0.221],[4.881,-0.715],[0.433,-0.144],[5.416,0.309],[0,0],[-1.25,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0.75,0],[7.552,-1.301]],"o":[[-0.635,0.212],[-3.496,0.512],[-0.286,0.095],[-9.762,-0.558],[0,0],[0.629,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.418,0],[-6.727,1.159]],"v":[[16.25,-7.75],[2.121,2.863],[-5.75,3],[-23.488,3.058],[-39.75,0.25],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[40,-11.75],[29.727,-9.909]],"c":true}],"e":[{"i":[[0.664,-0.221],[4.881,-0.715],[0.433,-0.144],[5.416,0.309],[0,0],[-1.25,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0.75,0],[7.552,-1.301]],"o":[[-0.635,0.212],[-3.496,0.512],[-0.286,0.095],[-9.762,-0.558],[0,0],[0.629,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.418,0],[-6.727,1.159]],"v":[[16.25,-7.75],[2.121,2.863],[-5.75,3],[-23.488,3.058],[-39.75,0.25],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[40,-11.75],[29.727,-9.909]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":148,"s":[{"i":[[0.664,-0.221],[4.881,-0.715],[0.433,-0.144],[5.416,0.309],[0,0],[-1.25,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0.75,0],[7.552,-1.301]],"o":[[-0.635,0.212],[-3.496,0.512],[-0.286,0.095],[-9.762,-0.558],[0,0],[0.629,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.418,0],[-6.727,1.159]],"v":[[16.25,-7.75],[2.121,2.863],[-5.75,3],[-23.488,3.058],[-39.75,0.25],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[40,-11.75],[29.727,-9.909]],"c":true}],"e":[{"i":[[0.664,-0.221],[4.881,-0.715],[0.433,-0.144],[5.416,0.309],[0,0],[-1.25,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0.75,0],[7.552,-1.301]],"o":[[-0.635,0.212],[-3.496,0.512],[-0.286,0.095],[-9.762,-0.558],[0,0],[0.629,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.418,0],[-6.727,1.159]],"v":[[21.375,5.375],[2.121,2.863],[-5.75,3],[-23.488,3.058],[-39.75,0.25],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[39.5,1.125],[29.977,2.966]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":149,"s":[{"i":[[0.664,-0.221],[4.881,-0.715],[0.433,-0.144],[5.416,0.309],[0,0],[-1.25,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0.75,0],[7.552,-1.301]],"o":[[-0.635,0.212],[-3.496,0.512],[-0.286,0.095],[-9.762,-0.558],[0,0],[0.629,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.418,0],[-6.727,1.159]],"v":[[21.375,5.375],[2.121,2.863],[-5.75,3],[-23.488,3.058],[-39.75,0.25],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[39.5,1.125],[29.977,2.966]],"c":true}],"e":[{"i":[[0.664,-0.221],[4.881,-0.715],[0.433,-0.144],[5.416,0.309],[0,0],[-1.25,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0.75,0],[4.273,0.909]],"o":[[-0.635,0.212],[-3.496,0.512],[-0.286,0.095],[-9.762,-0.558],[0,0],[0.629,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.418,0],[-6.676,-1.42]],"v":[[21.375,5.375],[2.121,2.863],[-5.75,3],[-23.488,3.058],[-39.75,0.25],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[38.125,7.625],[29.977,4.216]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":154,"s":[{"i":[[0.664,-0.221],[4.881,-0.715],[0.433,-0.144],[5.416,0.309],[0,0],[-1.25,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0.75,0],[4.273,0.909]],"o":[[-0.635,0.212],[-3.496,0.512],[-0.286,0.095],[-9.762,-0.558],[0,0],[0.629,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.418,0],[-6.676,-1.42]],"v":[[21.375,5.375],[2.121,2.863],[-5.75,3],[-23.488,3.058],[-39.75,0.25],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[38.125,7.625],[29.977,4.216]],"c":true}],"e":[{"i":[[0.664,-0.221],[4.881,-0.715],[0.433,-0.144],[5.416,0.309],[0,0],[-1.25,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0.75,0],[0.148,0.409]],"o":[[-0.635,0.212],[-3.496,0.512],[-0.286,0.095],[-9.762,-0.558],[0,0],[0.629,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.418,0],[-0.227,-0.341]],"v":[[17.75,5.25],[2.121,2.863],[-5.75,3],[-23.488,3.058],[-39.75,0.25],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[23.75,10.375],[22.852,8.091]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":159,"s":[{"i":[[0.664,-0.221],[4.881,-0.715],[0.433,-0.144],[5.416,0.309],[0,0],[-1.25,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0.75,0],[0.148,0.409]],"o":[[-0.635,0.212],[-3.496,0.512],[-0.286,0.095],[-9.762,-0.558],[0,0],[0.629,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.418,0],[-0.227,-0.341]],"v":[[17.75,5.25],[2.121,2.863],[-5.75,3],[-23.488,3.058],[-39.75,0.25],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[23.75,10.375],[22.852,8.091]],"c":true}],"e":[{"i":[[0.664,-0.221],[4.881,-0.715],[0.433,-0.144],[5.416,0.309],[0,0],[-1.25,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0.75,0],[0.148,0.409]],"o":[[-0.635,0.212],[-3.496,0.512],[-0.286,0.095],[-9.762,-0.558],[0,0],[0.629,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.418,0],[-0.227,-0.341]],"v":[[8.625,4],[2.121,2.863],[-5.75,3],[-23.488,3.058],[-39.75,0.25],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[23.75,10.75],[3.102,14.716]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":165,"s":[{"i":[[0.664,-0.221],[4.881,-0.715],[0.433,-0.144],[5.416,0.309],[0,0],[-1.25,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0.75,0],[0.148,0.409]],"o":[[-0.635,0.212],[-3.496,0.512],[-0.286,0.095],[-9.762,-0.558],[0,0],[0.629,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.418,0],[-0.227,-0.341]],"v":[[8.625,4],[2.121,2.863],[-5.75,3],[-23.488,3.058],[-39.75,0.25],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[23.75,10.75],[3.102,14.716]],"c":true}],"e":[{"i":[[0.664,-0.221],[4.881,-0.715],[0.433,-0.144],[5.416,0.309],[0,0],[-1.25,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0.75,0],[0.148,0.409]],"o":[[-0.635,0.212],[-3.496,0.512],[-0.286,0.095],[-9.762,-0.558],[0,0],[0.629,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.418,0],[-0.227,-0.341]],"v":[[-16.625,6.25],[-15.379,3.113],[-18.5,0.625],[-23.488,3.058],[-39.75,0.25],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[23.75,10.75],[-19.273,16.591]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":171,"s":[{"i":[[0.664,-0.221],[4.881,-0.715],[0.433,-0.144],[5.416,0.309],[0,0],[-1.25,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0.75,0],[0.148,0.409]],"o":[[-0.635,0.212],[-3.496,0.512],[-0.286,0.095],[-9.762,-0.558],[0,0],[0.629,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.418,0],[-0.227,-0.341]],"v":[[-16.625,6.25],[-15.379,3.113],[-18.5,0.625],[-23.488,3.058],[-39.75,0.25],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[23.75,10.75],[-19.273,16.591]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-27,16.5],[-29.254,15.238],[-32.375,14],[-34.988,11.683],[-39.75,0.25],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[23.75,10.75],[-19.273,16.591]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":173,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-27,16.5],[-29.254,15.238],[-32.375,14],[-34.988,11.683],[-39.75,0.25],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[23.75,10.75],[-19.273,16.591]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-27,16.5],[-29.254,15.238],[-32.375,14],[-34.988,11.683],[-39.75,16],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[23.75,10.75],[-19.273,16.591]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":176,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-27,16.5],[-29.254,15.238],[-32.375,14],[-34.988,11.683],[-39.75,16],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[23.75,10.75],[-19.273,16.591]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-27,16.5],[-29.254,15.238],[-32.375,14],[-34.988,11.683],[-39.75,16],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[23.75,10.75],[-19.273,16.591]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":180,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-27,16.5],[-29.254,15.238],[-32.375,14],[-34.988,11.683],[-39.75,16],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[23.75,10.75],[-19.273,16.591]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-14.375,23.25],[-20.879,21.613],[-32.375,14],[-34.988,11.683],[-39.75,16],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[23.75,10.75],[-11.398,15.716]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":182,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-14.375,23.25],[-20.879,21.613],[-32.375,14],[-34.988,11.683],[-39.75,16],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[23.75,10.75],[-11.398,15.716]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[5.25,23.75],[-20.879,21.613],[-32.375,14],[-34.988,11.683],[-39.75,16],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[23.75,10.75],[8.352,13.341]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":188,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[5.25,23.75],[-20.879,21.613],[-32.375,14],[-34.988,11.683],[-39.75,16],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[23.75,10.75],[8.352,13.341]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[5.25,23.75],[-20.879,21.613],[-32.375,14],[-34.988,11.683],[-39.75,16],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[23.75,10.75],[23.852,25.341]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":193,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[5.25,23.75],[-20.879,21.613],[-32.375,14],[-34.988,11.683],[-39.75,16],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[23.75,10.75],[23.852,25.341]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[5.25,23.75],[-20.879,21.613],[-32.375,14],[-34.988,11.683],[-39.75,16],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[28.25,15.5],[28.352,26.091]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":196,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[5.25,23.75],[-20.879,21.613],[-32.375,14],[-34.988,11.683],[-39.75,16],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[28.25,15.5],[28.352,26.091]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[5.25,23.75],[-20.879,21.613],[-32.375,14],[-34.988,11.683],[-39.75,16],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[28.25,15.5],[28.352,26.091]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":199,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[5.25,23.75],[-20.879,21.613],[-32.375,14],[-34.988,11.683],[-39.75,16],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[28.25,15.5],[28.352,26.091]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[5.25,23.75],[-20.879,21.613],[-32.375,14],[-34.988,11.683],[-39.75,16],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[32.875,28.25],[28.352,26.091]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":207,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[5.25,23.75],[-20.879,21.613],[-32.375,14],[-34.988,11.683],[-39.75,16],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[32.875,28.25],[28.352,26.091]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-4.75,23],[-20.879,21.613],[-32.375,14],[-34.988,11.683],[-39.75,16],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[32.875,28.25],[0.602,27.466]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":215,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-4.75,23],[-20.879,21.613],[-32.375,14],[-34.988,11.683],[-39.75,16],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[32.875,28.25],[0.602,27.466]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-9.625,34.375],[-24.754,29.113],[-32.375,14],[-34.988,11.683],[-39.75,16],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[32.875,28.25],[0.602,27.466]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":218,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-9.625,34.375],[-24.754,29.113],[-32.375,14],[-34.988,11.683],[-39.75,16],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[5.914,28.464],[19.75,26.25],[30.99,28.792],[40.75,31],[32.875,28.25],[0.602,27.466]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-7.079,-1.259],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[6.978,1.241],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-9.625,34.375],[-24.754,29.113],[-32.375,14],[-34.988,11.683],[-39.75,16],[-40.25,26.25],[-25.255,28.777],[-11.5,31.25],[7.914,28.214],[19.75,26.25],[30.99,28.792],[40.75,31],[32.875,28.25],[0.602,27.466]],"c":true}]},{"t":404.000016455257}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 5"}],"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":[[8.918,-31.215],[25.549,31.215]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-11.422,-25.341],[3.644,31.215]],"c":false}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-4.277,1.158],[0,0]],"o":[[0,0],[1.141,4.282],[0,0],[0,0]],"v":[[-34.891,-31.215],[-22.906,13.774],[-13.085,19.437],[38.707,5.41]],"c":false}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-38.707,5.66],[38.707,-15.439]],"c":false}},"nm":"Path 4","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":4},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":6,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":69843.0028447637,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 17","parent":5,"td":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":563,"s":[100],"e":[0]},{"t":595.000024234847}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[0,0,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":8},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.306,3.307],[-1.072,1.122],[-0.002,0.003],[0.434,-3.956],[-2.196,0.24],[-1.745,1.744],[0,0]],"o":[[-3.297,-3.297],[0.003,-0.003],[-1.781,1.781],[-0.24,2.196],[3.956,-0.434],[0,0],[-1.114,1.089]],"v":[[-20.487,20.486],[-24.5,12.505],[-24.495,12.495],[-29.239,25.504],[-25.504,29.239],[-12.495,24.495],[-12.496,24.494]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[3.313,3.312],[1.104,-1.105],[0,0],[0,0],[-3.271,-3.271],[-1.152,1.02],[0,0],[0,0],[-0.001,0.001],[-0.001,0.001],[0,0]],"o":[[-3.315,-3.315],[0,0],[0,0],[-1.018,1.152],[3.273,3.273],[0,0],[0,0],[0.001,-0.001],[0.001,-0.001],[0,0],[1.105,-1.105]],"v":[[15.206,-15.204],[7.205,-19.205],[-21.495,9.495],[-21.488,9.502],[-17.453,17.453],[-9.501,21.489],[-9.495,21.495],[-9.457,21.457],[-9.453,21.454],[-9.45,21.45],[19.205,-7.205]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[3.313,3.312],[1.104,-1.106],[0,0],[-1.262,-1.263],[-0.943,-1.885],[-0.144,-0.386],[0,0]],"o":[[-3.314,-3.315],[0,0],[3.015,1.13],[1.899,1.898],[0.211,0.421],[0,0],[1.106,-1.106]],"v":[[24.375,-24.373],[16.374,-28.374],[10.964,-22.964],[18.034,-18.033],[22.441,-12.166],[22.962,-10.962],[28.374,-16.374]],"c":true}},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":8},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":5,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":69843.0028447637,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Shape Layer 14","tt":2,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[120,80,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":590,"s":[100,100,100],"e":[107,107,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":605,"s":[107,107,100],"e":[100,100,100]},{"t":613.000024968002}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.318,0],[0.927,-0.247],[0,0],[1.268,0],[0.967,0.258],[0,0],[0,0],[0,0],[-1.268,0],[-0.967,0.258],[0,0],[-1.211,0],[-1.003,-0.287],[0,0],[0,0]],"o":[[-1.003,-0.287],[-1.211,0],[0,0],[-0.967,0.258],[-1.268,0],[0,0],[0,0],[0,0],[0.967,0.258],[1.268,0],[0,0],[0.927,-0.247],[1.318,0],[0,0],[0,0],[0,0]],"v":[[17.992,-32.453],[14.339,-32.884],[11.001,-32.515],[-9.188,-27.131],[-12.692,-26.744],[-16.195,-27.131],[-39.889,-33.449],[-39.889,26.197],[-16.195,32.515],[-12.692,32.902],[-9.188,32.515],[11.001,27.131],[14.339,26.762],[17.992,27.193],[39.889,33.449],[39.889,-26.197]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":8},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":69843.0028447637,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/us.json b/ohos/flutter_lottie/assets/lottiefiles/us.json new file mode 100644 index 0000000000000000000000000000000000000000..24d0cf4695bb31687309255fb9ea1ea0b39647aa --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/us.json @@ -0,0 +1 @@ +{"v":"4.6.3","fr":25,"ip":12,"op":65,"w":510,"h":510,"nm":"us","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"star","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[179.5,233.5,0]},"a":{"a":0,"k":[-75.5,-21.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":21,"s":[0,0,100],"e":[174,174,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":26,"s":[174,174,100],"e":[100,100,100]},{"t":28}]}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-75.268,-15.78],[-81.748,-12.129],[-80.51,-19.862],[-85.752,-25.339],[-78.508,-26.467],[-75.268,-33.503],[-72.029,-26.467],[-64.785,-25.339],[-70.027,-19.862],[-68.789,-12.129]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-75.268,-22.816],"ix":2},"a":{"a":0,"k":[-75.268,-22.816],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"star","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[150.5,214.5,0]},"a":{"a":0,"k":[-104.5,-40.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":23,"s":[0,0,100],"e":[174,174,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":28,"s":[174,174,100],"e":[100,100,100]},{"t":30}]}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-103.768,-34.78],[-110.247,-31.128],[-109.01,-38.862],[-114.252,-44.339],[-107.008,-45.467],[-103.768,-52.503],[-100.528,-45.467],[-93.284,-44.339],[-98.526,-38.862],[-97.289,-31.128]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-103.768,-41.816],"ix":2},"a":{"a":0,"k":[-103.768,-41.816],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"star","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[150.5,176.5,0]},"a":{"a":0,"k":[-104.5,-78.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":22,"s":[0,0,100],"e":[174,174,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":27,"s":[174,174,100],"e":[100,100,100]},{"t":29}]}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-103.768,-72.779],[-110.247,-69.128],[-109.01,-76.861],[-114.252,-82.338],[-107.008,-83.466],[-103.768,-90.502],[-100.528,-83.466],[-93.284,-82.338],[-98.526,-76.861],[-97.289,-69.128]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-103.768,-79.815],"ix":2},"a":{"a":0,"k":[-103.768,-79.815],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"star","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[151,138.5,0]},"a":{"a":0,"k":[-104,-116.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":21,"s":[0,0,100],"e":[174,174,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":26,"s":[174,174,100],"e":[100,100,100]},{"t":28}]}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-103.768,-110.778],[-110.247,-107.127],[-109.01,-114.86],[-114.252,-120.337],[-107.008,-121.465],[-103.768,-128.502],[-100.528,-121.465],[-93.284,-120.337],[-98.526,-114.86],[-97.289,-107.127]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-103.768,-117.814],"ix":2},"a":{"a":0,"k":[-103.768,-117.814],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"star","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[151,100,0]},"a":{"a":0,"k":[-104,-155,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":22,"s":[0,0,100],"e":[174,174,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":27,"s":[174,174,100],"e":[100,100,100]},{"t":29}]}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-103.768,-148.777],[-110.247,-145.126],[-109.01,-152.86],[-114.252,-158.336],[-107.008,-159.465],[-103.768,-166.501],[-100.528,-159.465],[-93.284,-158.336],[-98.526,-152.86],[-97.289,-145.126]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-103.768,-155.814],"ix":2},"a":{"a":0,"k":[-103.768,-155.814],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"star","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[179,193,0]},"a":{"a":0,"k":[-76,-62,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":26,"s":[0,0,100],"e":[174,174,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":30,"s":[174,174,100],"e":[100,100,100]},{"t":32}]}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-75.268,-56.154],[-81.748,-52.503],[-80.51,-60.236],[-85.752,-65.713],[-78.508,-66.841],[-75.268,-73.878],[-72.029,-66.841],[-64.785,-65.713],[-70.027,-60.236],[-68.789,-52.503]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-75.268,-63.19],"ix":2},"a":{"a":0,"k":[-75.268,-63.19],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"star","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[179,155,0]},"a":{"a":0,"k":[-76,-100,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":24,"s":[0,0,100],"e":[174,174,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":29,"s":[174,174,100],"e":[100,100,100]},{"t":31}]}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-75.268,-94.153],[-81.748,-90.502],[-80.51,-98.236],[-85.752,-103.712],[-78.508,-104.841],[-75.268,-111.877],[-72.029,-104.841],[-64.785,-103.712],[-70.027,-98.236],[-68.789,-90.502]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-75.268,-101.19],"ix":2},"a":{"a":0,"k":[-75.268,-101.19],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"star","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[179,116,0]},"a":{"a":0,"k":[-76,-139,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":25,"s":[0,0,100],"e":[174,174,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":30,"s":[174,174,100],"e":[100,100,100]},{"t":32}]}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-75.268,-132.153],[-81.748,-128.502],[-80.51,-136.235],[-85.752,-141.712],[-78.508,-142.84],[-75.268,-149.876],[-72.029,-142.84],[-64.785,-141.712],[-70.027,-136.235],[-68.789,-128.502]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-75.268,-139.189],"ix":2},"a":{"a":0,"k":[-75.268,-139.189],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"star","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[179.5,78.5,0]},"a":{"a":0,"k":[-75.5,-176.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":28,"s":[0,0,100],"e":[174,174,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":33,"s":[174,174,100],"e":[100,100,100]},{"t":35}]}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-75.268,-170.152],[-81.748,-166.501],[-80.51,-174.234],[-85.752,-179.711],[-78.508,-180.839],[-75.268,-187.875],[-72.029,-180.839],[-64.785,-179.711],[-70.027,-174.234],[-68.789,-166.501]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-75.268,-177.188],"ix":2},"a":{"a":0,"k":[-75.268,-177.188],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"star","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[231.5,228,0]},"a":{"a":0,"k":[-23.5,-27,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":23,"s":[0,0,100],"e":[174,174,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":28,"s":[174,174,100],"e":[100,100,100]},{"t":30}]}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-23.019,-20.53],[-29.499,-16.879],[-28.261,-24.612],[-33.503,-30.089],[-26.259,-31.217],[-23.019,-38.253],[-19.78,-31.217],[-12.536,-30.089],[-17.777,-24.612],[-16.54,-16.879]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-23.019,-27.566],"ix":2},"a":{"a":0,"k":[-23.019,-27.566],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"star","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[204,210.5,0]},"a":{"a":0,"k":[-51,-44.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":22,"s":[0,0,100],"e":[174,174,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":27,"s":[174,174,100],"e":[100,100,100]},{"t":29}]}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-51.519,-39.529],[-57.998,-35.878],[-56.761,-43.612],[-62.003,-49.088],[-54.759,-50.217],[-51.519,-57.253],[-48.279,-50.217],[-41.035,-49.088],[-46.277,-43.612],[-45.039,-35.878]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-51.519,-46.566],"ix":2},"a":{"a":0,"k":[-51.519,-46.566],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"star","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[203.5,171.5,0]},"a":{"a":0,"k":[-51.5,-83.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":20,"s":[0,0,100],"e":[174,174,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":25,"s":[174,174,100],"e":[100,100,100]},{"t":27}]}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-51.519,-77.529],[-57.998,-73.878],[-56.761,-81.611],[-62.003,-87.088],[-54.759,-88.216],[-51.519,-95.252],[-48.279,-88.216],[-41.035,-87.088],[-46.277,-81.611],[-45.039,-73.878]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-51.519,-84.565],"ix":2},"a":{"a":0,"k":[-51.519,-84.565],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"star","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[203,134,0]},"a":{"a":0,"k":[-52,-121,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":20,"s":[0,0,100],"e":[174,174,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":25,"s":[174,174,100],"e":[100,100,100]},{"t":27}]}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-51.519,-115.528],[-57.998,-111.877],[-56.761,-119.61],[-62.003,-125.087],[-54.759,-126.215],[-51.519,-133.251],[-48.279,-126.215],[-41.035,-125.087],[-46.277,-119.61],[-45.039,-111.877]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-51.519,-122.564],"ix":2},"a":{"a":0,"k":[-51.519,-122.564],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"star","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[203.5,95.5,0]},"a":{"a":0,"k":[-51.5,-159.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":18,"s":[0,0,100],"e":[174,174,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":23,"s":[174,174,100],"e":[100,100,100]},{"t":25}]}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-51.519,-153.527],[-57.998,-149.876],[-56.761,-157.61],[-62.003,-163.086],[-54.759,-164.215],[-51.519,-171.251],[-48.279,-164.215],[-41.035,-163.086],[-46.277,-157.61],[-45.039,-149.876]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-51.519,-160.563],"ix":2},"a":{"a":0,"k":[-51.519,-160.563],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"star","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[231.5,189,0]},"a":{"a":0,"k":[-23.5,-66,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":19,"s":[0,0,100],"e":[174,174,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":24,"s":[174,174,100],"e":[100,100,100]},{"t":26}]}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-23.019,-60.904],[-29.499,-57.253],[-28.261,-64.986],[-33.503,-70.463],[-26.259,-71.591],[-23.019,-78.627],[-19.78,-71.591],[-12.536,-70.463],[-17.777,-64.986],[-16.54,-57.253]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-23.019,-67.94],"ix":2},"a":{"a":0,"k":[-23.019,-67.94],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"star","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[232,150.5,0]},"a":{"a":0,"k":[-23,-104.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":19,"s":[0,0,100],"e":[174,174,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":24,"s":[174,174,100],"e":[100,100,100]},{"t":26}]}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-23.019,-98.903],[-29.499,-95.252],[-28.261,-102.986],[-33.503,-108.462],[-26.259,-109.591],[-23.019,-116.627],[-19.78,-109.591],[-12.536,-108.462],[-17.777,-102.986],[-16.54,-95.252]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-23.019,-105.939],"ix":2},"a":{"a":0,"k":[-23.019,-105.939],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":4,"nm":"star","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[231.5,112.5,0]},"a":{"a":0,"k":[-23.5,-142.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":19,"s":[0,0,100],"e":[174,174,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":24,"s":[174,174,100],"e":[100,100,100]},{"t":26}]}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-23.019,-136.903],[-29.499,-133.251],[-28.261,-140.985],[-33.503,-146.462],[-26.259,-147.59],[-23.019,-154.626],[-19.78,-147.59],[-12.536,-146.462],[-17.777,-140.985],[-16.54,-133.251]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-23.019,-143.939],"ix":2},"a":{"a":0,"k":[-23.019,-143.939],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":4,"nm":"star","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[231.5,74,0]},"a":{"a":0,"k":[-23.5,-181,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":20,"s":[0,0,100],"e":[174,174,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":25,"s":[174,174,100],"e":[100,100,100]},{"t":27}]}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-23.019,-174.902],[-29.499,-171.251],[-28.261,-178.984],[-33.503,-184.461],[-26.259,-185.589],[-23.019,-192.625],[-19.78,-185.589],[-12.536,-184.461],[-17.777,-178.984],[-16.54,-171.251]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-23.019,-181.938],"ix":2},"a":{"a":0,"k":[-23.019,-181.938],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":4,"nm":"star","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[122,233.5,0]},"a":{"a":0,"k":[-133,-21.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":20,"s":[0,0,100],"e":[174,174,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":25,"s":[174,174,100],"e":[100,100,100]},{"t":27}]}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-132.267,-15.78],[-138.747,-12.129],[-137.509,-19.862],[-142.751,-25.339],[-135.507,-26.467],[-132.267,-33.503],[-129.028,-26.467],[-121.784,-25.339],[-127.025,-19.862],[-125.788,-12.129]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-132.267,-22.816],"ix":2},"a":{"a":0,"k":[-132.267,-22.816],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":20,"ty":4,"nm":"star","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[67,233.5,0]},"a":{"a":0,"k":[-188,-21.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":21,"s":[0,0,100],"e":[174,174,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":26,"s":[174,174,100],"e":[100,100,100]},{"t":28}]}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-186.891,-15.78],[-193.371,-12.129],[-192.133,-19.862],[-197.375,-25.339],[-190.131,-26.467],[-186.891,-33.503],[-183.652,-26.467],[-176.408,-25.339],[-181.649,-19.862],[-180.412,-12.129]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-186.891,-22.816],"ix":2},"a":{"a":0,"k":[-186.891,-22.816],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":21,"ty":4,"nm":"star","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[67.5,195,0]},"a":{"a":0,"k":[-187.5,-60,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":22,"s":[0,0,100],"e":[174,174,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":27,"s":[174,174,100],"e":[100,100,100]},{"t":29}]}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-186.891,-53.779],[-193.371,-50.128],[-192.133,-57.861],[-197.375,-63.338],[-190.131,-64.467],[-186.891,-71.503],[-183.652,-64.467],[-176.408,-63.338],[-181.649,-57.861],[-180.412,-50.128]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-186.891,-60.815],"ix":2},"a":{"a":0,"k":[-186.891,-60.815],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":22,"ty":4,"nm":"star","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[94,214.5,0]},"a":{"a":0,"k":[-161,-40.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":20,"s":[0,0,100],"e":[174,174,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":25,"s":[174,174,100],"e":[100,100,100]},{"t":27}]}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-160.767,-34.78],[-167.246,-31.128],[-166.009,-38.862],[-171.251,-44.339],[-164.007,-45.467],[-160.767,-52.503],[-157.527,-45.467],[-150.283,-44.339],[-155.525,-38.862],[-154.287,-31.128]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-160.767,-41.816],"ix":2},"a":{"a":0,"k":[-160.767,-41.816],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":23,"ty":4,"nm":"star","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[117.5,200.5,0]},"a":{"a":0,"k":[-137.5,-54.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":19,"s":[0,0,100],"e":[174,174,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":24,"s":[174,174,100],"e":[100,100,100]},{"t":26}]}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-137.017,-49.029],[-143.497,-45.378],[-142.259,-53.111],[-147.501,-58.588],[-140.257,-59.717],[-137.017,-66.753],[-133.778,-59.717],[-126.533,-58.588],[-131.775,-53.111],[-130.538,-45.378]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-137.017,-56.065],"ix":2},"a":{"a":0,"k":[-137.017,-56.065],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":24,"ty":4,"nm":"star","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[94,176,0]},"a":{"a":0,"k":[-161,-79,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":20,"s":[0,0,100],"e":[174,174,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":25,"s":[174,174,100],"e":[100,100,100]},{"t":27}]}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-160.767,-72.779],[-167.246,-69.128],[-166.009,-76.861],[-171.251,-82.338],[-164.007,-83.466],[-160.767,-90.502],[-157.527,-83.466],[-150.283,-82.338],[-155.525,-76.861],[-154.287,-69.128]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-160.767,-79.815],"ix":2},"a":{"a":0,"k":[-160.767,-79.815],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":25,"ty":4,"nm":"star","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[96,140.5,0]},"a":{"a":0,"k":[-159,-114.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":19,"s":[0,0,100],"e":[174,174,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":24,"s":[174,174,100],"e":[100,100,100]},{"t":26}]}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-158.392,-108.403],[-164.871,-104.752],[-163.634,-112.485],[-168.876,-117.962],[-161.632,-119.091],[-158.392,-126.127],[-155.152,-119.091],[-147.908,-117.962],[-153.15,-112.485],[-151.913,-104.752]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-158.392,-115.439],"ix":2},"a":{"a":0,"k":[-158.392,-115.439],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":26,"ty":4,"nm":"star","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[122,155,0]},"a":{"a":0,"k":[-133,-100,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":22,"s":[0,0,100],"e":[174,174,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":27,"s":[174,174,100],"e":[100,100,100]},{"t":29}]}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-132.267,-94.153],[-138.747,-90.502],[-137.509,-98.236],[-142.751,-103.712],[-135.507,-104.841],[-132.267,-111.877],[-129.028,-104.841],[-121.784,-103.712],[-127.025,-98.236],[-125.788,-90.502]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-132.267,-101.19],"ix":2},"a":{"a":0,"k":[-132.267,-101.19],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":27,"ty":4,"nm":"star","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[122,117.5,0]},"a":{"a":0,"k":[-133,-137.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":22,"s":[0,0,100],"e":[174,174,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":27,"s":[174,174,100],"e":[100,100,100]},{"t":29}]}},"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],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-132.267,-132.153],[-138.747,-128.502],[-137.509,-136.235],[-142.751,-141.712],[-135.507,-142.84],[-132.267,-149.876],[-129.028,-142.84],[-121.784,-141.712],[-127.025,-136.235],[-125.788,-128.502]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-132.267,-139.189],"ix":2},"a":{"a":0,"k":[-132.267,-139.189],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":28,"ty":4,"nm":"blue","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":14,"s":[0],"e":[100]},{"t":17}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[147,151,0]},"a":{"a":0,"k":[-108,-104,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":15,"s":[1,1,100],"e":[117,117,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":21,"s":[117,117,100],"e":[100,100,100]},{"t":25}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-118.049],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[-118.049,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-0.254,-214],[-214,-0.254],[-0.254,-0.254],[-0.254,-214],[-0.254,-214],[-0.254,-214],[-0.254,-214]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.1333333,0.4980392,0.7333333,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-107.127,-107.127],"ix":2},"a":{"a":0,"k":[-107.127,-107.127],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":29,"ty":4,"nm":"stripe_1","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":9,"s":[0],"e":[100]},{"t":10}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[255,255,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":9,"s":[0,0,100],"e":[37.333,14.333,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":13,"s":[37.333,14.333,100],"e":[112,112,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":19,"s":[112,112,100],"e":[100,100,100]},{"t":22}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-35.504,-22.333],[0,0],[-40.83,0]],"o":[[0,0],[36.17,-22.333],[40.83,0]],"v":[[114.5,-180.5],[-115.5,-180.5],[0,-214]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.9137255,0.2941177,0.2078431,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.5,-197.25],"ix":2},"a":{"a":0,"k":[-0.5,-197.25],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":30,"ty":4,"nm":"stripe_2","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":8,"s":[0],"e":[100]},{"t":9}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[255,255,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":8,"s":[0,0,100],"e":[37.333,14.333,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":12,"s":[37.333,14.333,100],"e":[112,112,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":18,"s":[112,112,100],"e":[100,100,100]},{"t":21}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.821,-4.733],[0,0],[-3.667,4.667],[-5.333,6],[0,0],[-5.179,-6.6]],"o":[[0,0],[4.667,-7],[3.667,-4.667],[0,0],[3.821,3.733],[5.179,6.6]],"v":[[180.5,-114.5],[-181,-114.5],[-168.5,-132],[-155,-148],[155,-147],[168.5,-131.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.9137255,0.2941177,0.2078431,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.25,-131.25],"ix":2},"a":{"a":0,"k":[-0.25,-131.25],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":31,"ty":4,"nm":"stripe_3","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":9,"s":[0],"e":[100]},{"t":10}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[255,255,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":9,"s":[0,0,100],"e":[37.333,14.333,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":12,"s":[37.333,14.333,100],"e":[112,112,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":15,"s":[112,112,100],"e":[100,100,100]},{"t":18}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1,-4.667],[0,0],[-2.333,7],[-1.333,2.667],[0,0],[-2.333,-7]],"o":[[0,0],[1,-5.667],[2.333,-7],[0,0],[1.667,3.667],[2.333,7]],"v":[[208.5,-47.5],[-208.5,-48.5],[-203.5,-67.5],[-198,-82],[197.5,-81],[203.5,-65]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.9137255,0.2941177,0.2078431,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[0,-64.75],"ix":2},"a":{"a":0,"k":[0,-64.75],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":32,"ty":4,"nm":"stripe_4","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":11,"s":[0],"e":[100]},{"t":12}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[255,255,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":11,"s":[0,0,100],"e":[37.333,14.333,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":15,"s":[37.333,14.333,100],"e":[112,112,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":19,"s":[112,112,100],"e":[100,100,100]},{"t":22}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.551,-6.26],[0,0],[0,6.403],[0.31,4.71],[0,0],[0,0]],"o":[[0,0],[0.551,-6.26],[0,-4.788],[0,0],[0,0],[0,6.403]],"v":[[-213.167,18.746],[212.659,18.746],[213.492,-0.254],[213.025,-14.504],[-213.5,-14],[-214,-0.254]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.9137255,0.2941177,0.2078431,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.254,2.121],"ix":2},"a":{"a":0,"k":[-0.254,2.121],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":33,"ty":4,"nm":"stripe_5","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":7,"s":[0],"e":[100]},{"t":8}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[255,255,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":7,"s":[0,0,100],"e":[37.333,14.333,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":11,"s":[37.333,14.333,100],"e":[112,112,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":17,"s":[112,112,100],"e":[100,100,100]},{"t":20}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[4.657,-10.658],[0,0],[0,0],[2.884,11.48],[0,0],[0,0],[0,0],[0,0]],"o":[[-2.884,11.48],[0,0],[0,0],[-4.657,-10.658],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[207.06,51.995],[195.707,85.245],[195.707,85.245],[-196.214,85.245],[-207.568,51.995],[207.06,51.995],[207.06,51.995],[207.06,51.995],[207.06,51.995]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.9137255,0.2941177,0.2078431,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.254,68.62],"ix":2},"a":{"a":0,"k":[-0.254,68.62],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":34,"ty":4,"nm":"stripe_6","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":9,"s":[0],"e":[100]},{"t":10}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[255,255,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":9,"s":[0,0,100],"e":[37.333,14.333,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":13,"s":[37.333,14.333,100],"e":[112,112,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":19,"s":[112,112,100],"e":[100,100,100]},{"t":22}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[10.229,-10.114],[0,0],[0,0],[8.031,11.997],[0,0],[0,0],[0,0],[0,0]],"o":[[-8.031,11.997],[0,0],[0,0],[-10.229,-10.114],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[177.499,118.494],[150.027,151.743],[150.027,151.743],[-150.534,151.743],[-178.006,118.494],[177.499,118.494],[177.499,118.494],[177.499,118.494],[177.499,118.494]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.9137255,0.2941177,0.2078431,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.254,135.119],"ix":2},"a":{"a":0,"k":[-0.254,135.119],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":35,"ty":4,"nm":"stripe_7","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":9,"s":[0],"e":[100]},{"t":10}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[255,255,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":9,"s":[0,0,100],"e":[37.333,14.333,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":13,"s":[37.333,14.333,100],"e":[112,112,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":19,"s":[112,112,100],"e":[100,100,100]},{"t":22}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[38.864,0],[31.402,18.127],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[-31.402,18.127],[-38.864,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[106.453,184.993],[-0.254,213.492],[-106.961,184.993],[106.453,184.993],[106.453,184.993],[106.453,184.993],[106.453,184.993],[106.453,184.993]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.9137255,0.2941177,0.2078431,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.254,199.242],"ix":2},"a":{"a":0,"k":[-0.254,199.242],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":36,"ty":4,"nm":"circle","ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[0],"e":[100]},{"t":5}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[255,255,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":0,"s":[4,4,100],"e":[104,104,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":5,"s":[104,104,100],"e":[114,114,100]},{"i":{"x":[0.667,0.667,0.667],"y":[-17,-17,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_-17_0p333_0","0p667_-17_0p333_0","0p667_0p667_0p333_0p333"],"t":9,"s":[114,114,100],"e":[113.52,113.52,100]},{"i":{"x":[0,0,0.667],"y":[1.092,1.092,0.667]},"o":{"x":[0.363,0.363,0.333],"y":[-1.283,-1.283,0.333]},"n":["0_1p092_0p363_-1p283","0_1p092_0p363_-1p283","0p667_0p667_0p333_0p333"],"t":18,"s":[113.52,113.52,100],"e":[100,100,100]},{"t":21}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-118.049,0],[0,118.049],[118.049,0],[0,-118.049]],"o":[[118.049,0],[0,-118.049],[-118.049,0],[0,118.049]],"v":[[-0.254,213.492],[213.492,-0.254],[-0.254,-214],[-214,-0.254]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":2,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-0.254,-0.254],"ix":2},"a":{"a":0,"k":[-0.254,-0.254],"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":375,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/video_cam.json b/ohos/flutter_lottie/assets/lottiefiles/video_cam.json new file mode 100644 index 0000000000000000000000000000000000000000..c598d240967c5a277cc70323b464f22b4b344cfa --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/video_cam.json @@ -0,0 +1 @@ +{"v":"4.5.7","fr":30,"ip":0,"op":181,"w":300,"h":300,"ddd":0,"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Video-Cam","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[150,150,0]},"a":{"a":0,"k":[960,540,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[-8.498,2.063],[0,0]],"o":[[0,0],[0,0],[0,0],[-8.498,-2.065]],"v":[[-4.208,-10.059],[-4.208,10.058],[4.249,15.279],[4.249,-15.276]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.24,0.26,0.28,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[992.161,556.08],"ix":2},"a":{"a":0,"k":[-4.125,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[1,1],"y":[0.013,0.009]},"n":["0p833_0p833_1_0p013","0p833_0p833_1_0p009"],"t":44,"s":[29,0],"e":[100,100]},{"t":54}],"x":"var $bm_rt;\nvar amp, freq, decay, n, n, t, t, v;\namp = 0.035;\nfreq = 1.5;\ndecay = 5.5;\n$bm_rt = n = 0;\nif (numKeys > 0) {\n $bm_rt = n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n}\nif (n == 0) {\n $bm_rt = t = 0;\n} else {\n $bm_rt = t = sub(time, key(n).time);\n}\nif (n > 0) {\n v = velocityAtTime(sub(key(n).time, div(thisComp.frameDuration, 10)));\n $bm_rt = sum(value, div(mul(mul(v, amp), Math.sin(mul(mul(mul(freq, t), 2), Math.PI))), Math.exp(mul(decay, t))));\n} else {\n $bm_rt = value;\n}","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 2","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.48,10.059],[-3.481,10.059],[-3.481,-10.058],[3.48,-10.058]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.24,0.26,0.28,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[985.098,556.08],"ix":2},"a":{"a":0,"k":[-3.5,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[1,1],"y":[0.013,0.009]},"n":["0p833_0p833_1_0p013","0p833_0p833_1_0p009"],"t":38,"s":[29,0],"e":[100,100]},{"t":48}],"x":"var $bm_rt;\nvar amp, freq, decay, n, n, t, t, v;\namp = 0.035;\nfreq = 1.5;\ndecay = 5.5;\n$bm_rt = n = 0;\nif (numKeys > 0) {\n $bm_rt = n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n}\nif (n == 0) {\n $bm_rt = t = 0;\n} else {\n $bm_rt = t = sub(time, key(n).time);\n}\nif (n > 0) {\n v = velocityAtTime(sub(key(n).time, div(thisComp.frameDuration, 10)));\n $bm_rt = sum(value, div(mul(mul(v, amp), Math.sin(mul(mul(mul(freq, t), 2), Math.PI))), Math.exp(mul(decay, t))));\n} else {\n $bm_rt = value;\n}","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 3","np":2,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":0,"k":[992.826,556.081],"ix":2},"a":{"a":0,"k":[992.826,556.081],"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":"lense","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,1.607],[0,0],[1.608,0]],"o":[[1.608,0],[0,0],[0,-1.61],[0,0]],"v":[[-1.456,7.769],[1.456,4.857],[1.456,-4.856],[-1.456,-7.769]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.24,0.26,0.28,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[922.528,546.023],"ix":2},"a":{"a":0,"k":[1.347,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[1,1],"y":[0,0]},"n":["0p833_0p833_1_0","0p833_0p833_1_0"],"t":41,"s":[0,0],"e":[100,100]},{"t":56}],"x":"var $bm_rt;\nvar amp, freq, decay, n, n, t, t, v;\namp = 0.035;\nfreq = 1.5;\ndecay = 5.5;\n$bm_rt = n = 0;\nif (numKeys > 0) {\n $bm_rt = n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n}\nif (n == 0) {\n $bm_rt = t = 0;\n} else {\n $bm_rt = t = sub(time, key(n).time);\n}\nif (n > 0) {\n v = velocityAtTime(sub(key(n).time, div(thisComp.frameDuration, 10)));\n $bm_rt = sum(value, div(mul(mul(v, amp), Math.sin(mul(mul(mul(freq, t), 2), Math.PI))), Math.exp(mul(decay, t))));\n} else {\n $bm_rt = value;\n}","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 4","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-2.792,3.479],[2.792,3.479],[2.792,-3.479],[-2.792,-3.479]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.24,0.26,0.28,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[928.339,546.75],"ix":2},"a":{"a":0,"k":[2.832,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[1,1],"y":[0,0]},"n":["0p833_0p833_1_0","0p833_0p833_1_0"],"t":36,"s":[0,0],"e":[100,100]},{"t":51}],"x":"var $bm_rt;\nvar amp, freq, decay, n, n, t, t, v;\namp = 0.035;\nfreq = 1.5;\ndecay = 5.5;\n$bm_rt = n = 0;\nif (numKeys > 0) {\n $bm_rt = n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n}\nif (n == 0) {\n $bm_rt = t = 0;\n} else {\n $bm_rt = t = sub(time, key(n).time);\n}\nif (n > 0) {\n v = velocityAtTime(sub(key(n).time, div(thisComp.frameDuration, 10)));\n $bm_rt = sum(value, div(mul(mul(v, amp), Math.sin(mul(mul(mul(freq, t), 2), Math.PI))), Math.exp(mul(decay, t))));\n} else {\n $bm_rt = value;\n}","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 5","np":2,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":0,"k":[923.945,546.023],"ix":2},"a":{"a":0,"k":[923.945,546.023],"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":"eye","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,-2.406],[2.406,0],[0,2.407],[-2.408,0]],"o":[[0,2.407],[-2.408,0],[0,-2.406],[2.406,0]],"v":[[4.359,-0.001],[0,4.357],[-4.359,-0.001],[0,-4.357]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.24,0.26,0.28,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.14,0.14,0.14,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":1,"y":0},"n":"0p833_0p833_1_0","t":5,"s":[972.774,529.51],"e":[946.198,537.976],"to":[0,0],"ti":[4.42925930023193,-1.41087877750397]},{"t":20}],"x":"var $bm_rt;\nvar amp, freq, decay, n, n, t, t, v;\namp = 0.035;\nfreq = 1.5;\ndecay = 5.5;\n$bm_rt = n = 0;\nif (numKeys > 0) {\n $bm_rt = n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n}\nif (n == 0) {\n $bm_rt = t = 0;\n} else {\n $bm_rt = t = sub(time, key(n).time);\n}\nif (n > 0) {\n v = velocityAtTime(sub(key(n).time, div(thisComp.frameDuration, 10)));\n $bm_rt = sum(value, div(mul(mul(v, amp), Math.sin(mul(mul(mul(freq, t), 2), Math.PI))), Math.exp(mul(decay, t))));\n} else {\n $bm_rt = value;\n}","ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[1,1],"y":[0,0]},"n":["0p833_0p833_1_0","0p833_0p833_1_0"],"t":5,"s":[0,0],"e":[100,100]},{"t":20}],"x":"var $bm_rt;\nvar amp, freq, decay, n, n, t, t, v;\namp = 0.035;\nfreq = 1.5;\ndecay = 5.5;\n$bm_rt = n = 0;\nif (numKeys > 0) {\n $bm_rt = n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n}\nif (n == 0) {\n $bm_rt = t = 0;\n} else {\n $bm_rt = t = sub(time, key(n).time);\n}\nif (n > 0) {\n v = velocityAtTime(sub(key(n).time, div(thisComp.frameDuration, 10)));\n $bm_rt = sum(value, div(mul(mul(v, amp), Math.sin(mul(mul(mul(freq, t), 2), Math.PI))), Math.exp(mul(decay, t))));\n} else {\n $bm_rt = value;\n}","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 10","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-1.488,-9.19],[1.488,9.19]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.24,0.26,0.28,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[948.915,527.65],"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":"Group 8","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-5.827,-7.823],[5.827,7.824]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.24,0.26,0.28,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[936.733,532.553],"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":"Group 9","np":2,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":0,"k":[940.654,529.418],"ix":2},"a":{"a":0,"k":[940.654,529.418],"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":"strip","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[1.836,0],[0,1.836],[-1.836,0],[0,-1.837]],"o":[[-1.836,0],[0,-1.837],[1.836,0],[0,1.836]],"v":[[0,3.325],[-3.325,0],[0,-3.325],[3.326,0]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[5.064,0],[0,-5.07],[-5.062,0],[0,5.063]],"o":[[-5.062,0],[0,5.063],[5.064,0],[0,-5.07]],"v":[[0,-9.174],[-9.174,0],[0,9.173],[9.174,0]],"c":true}},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"st","c":{"a":0,"k":[0.24,0.26,0.28,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[938.285,519.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":"Group 13","np":4,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":1,"y":0.667},"n":"0p833_0p833_1_0p667","t":23,"s":[945.241,538.804],"e":[946.409,538.036],"to":[0.19466856122017,-0.12789691984653],"ti":[-0.19466856122017,0.12789691984653]},{"t":33}],"x":"var $bm_rt;\nvar amp, freq, decay, n, n, t, t, v;\namp = 0.035;\nfreq = 1.5;\ndecay = 5.5;\n$bm_rt = n = 0;\nif (numKeys > 0) {\n $bm_rt = n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n}\nif (n == 0) {\n $bm_rt = t = 0;\n} else {\n $bm_rt = t = sub(time, key(n).time);\n}\nif (n > 0) {\n v = velocityAtTime(sub(key(n).time, div(thisComp.frameDuration, 10)));\n $bm_rt = sum(value, div(mul(mul(v, amp), Math.sin(mul(mul(mul(freq, t), 2), Math.PI))), Math.exp(mul(decay, t))));\n} else {\n $bm_rt = value;\n}","ix":2},"a":{"a":0,"k":[946.409,538.036],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[1,1],"y":[0.014,0.014]},"n":["0p833_0p833_1_0p014","0p833_0p833_1_0p014"],"t":14,"s":[0,0],"e":[100,100]},{"t":29}],"x":"var $bm_rt;\nvar amp, freq, decay, n, n, t, t, v;\namp = 0.035;\nfreq = 1.5;\ndecay = 5.5;\n$bm_rt = n = 0;\nif (numKeys > 0) {\n $bm_rt = n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n}\nif (n == 0) {\n $bm_rt = t = 0;\n} else {\n $bm_rt = t = sub(time, key(n).time);\n}\nif (n > 0) {\n v = velocityAtTime(sub(key(n).time, div(thisComp.frameDuration, 10)));\n $bm_rt = sum(value, div(mul(mul(v, amp), Math.sin(mul(mul(mul(freq, t), 2), Math.PI))), Math.exp(mul(decay, t))));\n} else {\n $bm_rt = value;\n}","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":"spin","np":2,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":0,"k":[945.959,537.847],"ix":2},"a":{"a":0,"k":[945.959,537.847],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[1],"y":[-0.009]},"n":["0p833_0p833_1_-0p009"],"t":23,"s":[88],"e":[-12]},{"t":33}],"x":"var $bm_rt;\nvar amp, freq, decay, n, n, t, t, v;\namp = 0.035;\nfreq = 1.5;\ndecay = 5.5;\n$bm_rt = n = 0;\nif (numKeys > 0) {\n $bm_rt = n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n}\nif (n == 0) {\n $bm_rt = t = 0;\n} else {\n $bm_rt = t = sub(time, key(n).time);\n}\nif (n > 0) {\n v = velocityAtTime(sub(key(n).time, div(thisComp.frameDuration, 10)));\n $bm_rt = sum(value, div(mul(mul(v, amp), Math.sin(mul(mul(mul(freq, t), 2), Math.PI))), Math.exp(mul(decay, t))));\n} else {\n $bm_rt = value;\n}","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":"main","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[10.002,0],[0,-10.007],[-9.998,0],[0,10.006]],"o":[[-9.998,0],[0,10.006],[10.002,0],[0,-10.007]],"v":[[0,-18.118],[-18.119,0.001],[0,18.118],[18.119,0.001]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.24,0.26,0.28,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.14,0.14,0.14,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":1,"y":0},"n":"0p833_0p833_1_0","t":0,"s":[949,578.483],"e":[949.035,515.033],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[949.035,515.033],"e":[949.035,515.033],"to":[0,0],"ti":[0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":1,"y":0},"n":"0p833_0p833_1_0","t":23,"s":[949.035,515.033],"e":[938.285,519.283],"to":[0,0],"ti":[0,0]},{"t":33}],"x":"var $bm_rt;\nvar amp, freq, decay, n, n, t, t, v;\namp = 0.035;\nfreq = 1.5;\ndecay = 5.5;\n$bm_rt = n = 0;\nif (numKeys > 0) {\n $bm_rt = n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n}\nif (n == 0) {\n $bm_rt = t = 0;\n} else {\n $bm_rt = t = sub(time, key(n).time);\n}\nif (n > 0) {\n v = velocityAtTime(sub(key(n).time, div(thisComp.frameDuration, 10)));\n $bm_rt = sum(value, div(mul(mul(v, amp), Math.sin(mul(mul(mul(freq, t), 2), Math.PI))), Math.exp(mul(decay, t))));\n} else {\n $bm_rt = value;\n}","ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[1,1],"y":[0,0]},"n":["0p833_0p833_1_0","0p833_0p833_1_0"],"t":0,"s":[0,0],"e":[100,100]},{"t":15}],"x":"var $bm_rt;\nvar amp, freq, decay, n, n, t, t, v;\namp = 0.035;\nfreq = 1.5;\ndecay = 5.5;\n$bm_rt = n = 0;\nif (numKeys > 0) {\n $bm_rt = n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n}\nif (n == 0) {\n $bm_rt = t = 0;\n} else {\n $bm_rt = t = sub(time, key(n).time);\n}\nif (n > 0) {\n v = velocityAtTime(sub(key(n).time, div(thisComp.frameDuration, 10)));\n $bm_rt = sum(value, div(mul(mul(v, amp), Math.sin(mul(mul(mul(freq, t), 2), Math.PI))), Math.exp(mul(decay, t))));\n} else {\n $bm_rt = value;\n}","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":"big","np":3,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":0,"k":[943.91,560.908],"ix":2},"a":{"a":0,"k":[949.102,560.908],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[1,0.333],"y":[0,0.333]},"n":["0p833_0p833_1_0","0p833_0p833_0p333_0p333"],"t":0,"s":[1,100],"e":[100,100]},{"t":16}],"x":"var $bm_rt;\nvar amp, freq, decay, n, n, t, t, v;\namp = 0.035;\nfreq = 1.5;\ndecay = 5.5;\n$bm_rt = n = 0;\nif (numKeys > 0) {\n $bm_rt = n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n}\nif (n == 0) {\n $bm_rt = t = 0;\n} else {\n $bm_rt = t = sub(time, key(n).time);\n}\nif (n > 0) {\n v = velocityAtTime(sub(key(n).time, div(thisComp.frameDuration, 10)));\n $bm_rt = sum(value, div(mul(mul(v, amp), Math.sin(mul(mul(mul(freq, t), 2), Math.PI))), Math.exp(mul(decay, t))));\n} else {\n $bm_rt = value;\n}","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":"big-squash-n-stretch","np":1,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":0,"k":[938.285,521.749],"ix":2},"a":{"a":0,"k":[938.285,521.749],"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":"left-reel","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":36,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[948.007,510.04],[951.099,516.477]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[941.132,503.602],[952.536,511.415]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":37,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[941.132,503.602],[952.536,511.415]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[939.319,502.602],[950.599,506.79]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[939.319,502.602],[950.599,506.79]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[933.236,501.373],[957.911,502.519]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[933.236,501.373],[957.911,502.519]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[934.215,501.332],[968.724,500.748]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[934.215,501.332],[968.724,500.748]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[933.257,501.29],[976.099,500.665]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":44,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[933.257,501.29],[976.099,500.665]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[933.132,501.165],[974.318,501.259]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":51,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[933.132,501.165],[974.318,501.259]],"c":false}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[933.632,501.165],[974.599,501.165]],"c":false}]},{"t":60}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.24,0.26,0.28,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":35,"s":[0],"e":[100]},{"t":36}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"top","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.656,"y":0},"n":"0_1_0p656_0","t":49,"s":[{"i":[[2.915,0],[0,2.914],[-2.913,0],[0,-2.913]],"o":[[-2.913,0],[0,-2.913],[2.915,0],[0,2.914]],"v":[[-0.099,4.914],[-5.373,-0.361],[-0.099,-5.635],[5.177,-0.361]],"c":true}],"e":[{"i":[[2.915,0],[0,2.914],[-2.913,0],[0,-2.913]],"o":[[-2.913,0],[0,-2.913],[2.915,0],[0,2.914]],"v":[[7.181,1.232],[1.907,-4.043],[7.181,-9.317],[12.457,-4.043]],"c":true}]},{"t":64}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.656,"y":0},"n":"0_1_0p656_0","t":47,"s":[{"i":[[2.913,0],[0,2.914],[-2.913,0],[0,-2.915]],"o":[[-2.913,0],[0,-2.915],[2.913,0],[0,2.914]],"v":[[0.054,4.864],[-5.221,-0.411],[0.054,-5.686],[5.328,-0.411]],"c":true}],"e":[{"i":[[2.913,0],[0,2.914],[-2.913,0],[0,-2.915]],"o":[[-2.913,0],[0,-2.915],[2.913,0],[0,2.914]],"v":[[0.054,13.58],[-5.221,8.305],[0.054,3.03],[5.328,8.305]],"c":true}]},{"t":62}]},"nm":"Path 2","mn":"ADBE Vector Shape - Group"},{"ind":2,"ty":"sh","ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.656,"y":0},"n":"0_1_0p656_0","t":50,"s":[{"i":[[0,2.914],[-2.912,0],[0,-2.913],[2.915,0]],"o":[[0,-2.913],[2.915,0],[0,2.914],[-2.912,0]],"v":[[-5.3,-0.361],[-0.025,-5.635],[5.251,-0.361],[-0.025,4.914]],"c":true}],"e":[{"i":[[0,2.914],[-2.912,0],[0,-2.913],[2.915,0]],"o":[[0,-2.913],[2.915,0],[0,2.914],[-2.912,0]],"v":[[-12.457,-4.043],[-7.182,-9.317],[-1.906,-4.043],[-7.182,1.232]],"c":true}]},{"t":65}]},"nm":"Path 3","mn":"ADBE Vector Shape - Group"},{"ind":3,"ty":"sh","ks":{"a":0,"k":{"i":[[10.002,0],[0,-10.007],[-9.998,0],[0,10.005]],"o":[[-9.998,0],[0,10.005],[10.002,0],[0,-10.007]],"v":[[-0.001,-18.118],[-18.119,0.002],[-0.001,18.119],[18.119,0.002]],"c":true}},"nm":"Path 4","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge"},{"ty":"st","c":{"a":0,"k":[0.24,0.26,0.28,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":1,"y":0},"n":"0p833_0p833_1_0","t":25,"s":[931.258,515.771],"e":[974.496,519.283],"to":[7.20625019073486,0.58541667461395],"ti":[-7.20625019073486,-0.58541667461395]},{"t":41}],"x":"var $bm_rt;\nvar amp, freq, decay, n, n, t, t, v;\namp = 0.1;\nfreq = 1.5;\ndecay = 5.5;\n$bm_rt = n = 0;\nif (numKeys > 0) {\n $bm_rt = n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n}\nif (n == 0) {\n $bm_rt = t = 0;\n} else {\n $bm_rt = t = sub(time, key(n).time);\n}\nif (n > 0) {\n v = velocityAtTime(sub(key(n).time, div(thisComp.frameDuration, 10)));\n $bm_rt = sum(value, div(mul(mul(v, amp), Math.sin(mul(mul(mul(freq, t), 2), Math.PI))), Math.exp(mul(decay, t))));\n} else {\n $bm_rt = value;\n}","ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[1,1],"y":[0.015,0.014]},"n":["0p833_0p833_1_0p015","0p833_0p833_1_0p014"],"t":25,"s":[5,0],"e":[100,100]},{"t":40}],"x":"var $bm_rt;\nvar amp, freq, decay, n, n, t, t, v;\namp = 0.035;\nfreq = 1.5;\ndecay = 5.5;\n$bm_rt = n = 0;\nif (numKeys > 0) {\n $bm_rt = n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n}\nif (n == 0) {\n $bm_rt = t = 0;\n} else {\n $bm_rt = t = sub(time, key(n).time);\n}\nif (n > 0) {\n v = velocityAtTime(sub(key(n).time, div(thisComp.frameDuration, 10)));\n $bm_rt = sum(value, div(mul(mul(v, amp), Math.sin(mul(mul(mul(freq, t), 2), Math.PI))), Math.exp(mul(decay, t))));\n} else {\n $bm_rt = value;\n}","ix":3},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p833_0p333_0"],"t":67,"s":[0],"e":[3600]},{"t":221}],"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":"right-reel","np":6,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":0,"k":[956.391,521.749],"ix":2},"a":{"a":0,"k":[956.391,521.749],"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":"reels","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[13.606,7.236],[-13.606,7.236],[-13.606,-7.236],[13.606,-7.236]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.51,0.3,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.14,0.14,0.14,1]},"o":{"a":0,"k":100},"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":67,"s":[955.804,555.362],"e":[955.804,556.062],"to":[0,0.11666666716337],"ti":[0,0.11666666716337]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":72,"s":[955.804,556.062],"e":[955.804,554.662],"to":[0,-0.11666666716337],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":77,"s":[955.804,554.662],"e":[955.804,556.062],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":82,"s":[955.804,556.062],"e":[955.804,554.662],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":87,"s":[955.804,554.662],"e":[955.804,556.062],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":92,"s":[955.804,556.062],"e":[955.804,554.662],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":97,"s":[955.804,554.662],"e":[955.804,556.062],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":102,"s":[955.804,556.062],"e":[955.804,554.662],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":107,"s":[955.804,554.662],"e":[955.804,556.062],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":112,"s":[955.804,556.062],"e":[955.804,554.662],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":117,"s":[955.804,554.662],"e":[955.804,556.062],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":122,"s":[955.804,556.062],"e":[955.804,554.662],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":127,"s":[955.804,554.662],"e":[955.804,556.062],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":132,"s":[955.804,556.062],"e":[955.804,554.662],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":137,"s":[955.804,554.662],"e":[955.804,556.062],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":142,"s":[955.804,556.062],"e":[955.804,554.662],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":147,"s":[955.804,554.662],"e":[955.804,556.062],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":152,"s":[955.804,556.062],"e":[955.804,554.662],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":157,"s":[955.804,554.662],"e":[955.804,556.062],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":162,"s":[955.804,556.062],"e":[955.804,554.662],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":167,"s":[955.804,554.662],"e":[955.804,556.062],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":172,"s":[955.804,556.062],"e":[955.804,554.662],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":177,"s":[955.804,554.662],"e":[955.804,556.062],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":182,"s":[955.804,556.062],"e":[955.804,554.662],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":187,"s":[955.804,554.662],"e":[955.804,556.062],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":192,"s":[955.804,556.062],"e":[955.804,554.662],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":197,"s":[955.804,554.662],"e":[955.804,556.062],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":202,"s":[955.804,556.062],"e":[955.804,554.662],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":207,"s":[955.804,554.662],"e":[955.804,556.062],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":212,"s":[955.804,556.062],"e":[955.804,554.662],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":217,"s":[955.804,554.662],"e":[955.804,556.062],"to":[0,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":222,"s":[955.804,556.062],"e":[955.804,554.662],"to":[0,0],"ti":[0,0.23333333432674]},{"t":227}],"ix":2},"a":{"a":0,"k":[0,-3.5],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[1,1],"y":[0,0]},"n":["0p833_0p833_1_0","0p833_0p833_1_0"],"t":48,"s":[0,0],"e":[100,100]},{"i":{"x":[0,0],"y":[0,0]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0_0_0p167_0p167","0_0_0p167_0p167"],"t":63,"s":[100,100],"e":[100,100]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":67,"s":[100,100],"e":[95,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":72,"s":[95,103],"e":[103,95]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":77,"s":[103,95],"e":[95,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":82,"s":[95,103],"e":[103,95]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":87,"s":[103,95],"e":[95,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":92,"s":[95,103],"e":[103,95]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":97,"s":[103,95],"e":[95,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":102,"s":[95,103],"e":[103,95]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":107,"s":[103,95],"e":[95,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":112,"s":[95,103],"e":[103,95]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":117,"s":[103,95],"e":[95,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":122,"s":[95,103],"e":[103,95]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":127,"s":[103,95],"e":[95,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":132,"s":[95,103],"e":[103,95]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":137,"s":[103,95],"e":[95,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":142,"s":[95,103],"e":[103,95]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":147,"s":[103,95],"e":[95,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":152,"s":[95,103],"e":[103,95]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":157,"s":[103,95],"e":[95,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":162,"s":[95,103],"e":[103,95]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":167,"s":[103,95],"e":[95,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":172,"s":[95,103],"e":[103,95]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":177,"s":[103,95],"e":[95,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":182,"s":[95,103],"e":[103,95]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":187,"s":[103,95],"e":[95,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":192,"s":[95,103],"e":[103,95]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":197,"s":[103,95],"e":[95,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":202,"s":[95,103],"e":[103,95]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":207,"s":[103,95],"e":[95,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":212,"s":[95,103],"e":[103,95]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":217,"s":[103,95],"e":[95,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":222,"s":[95,103],"e":[103,95]},{"t":227}],"x":"var $bm_rt;\nvar amp, freq, decay, n, n, t, t, v;\namp = 0.035;\nfreq = 1.5;\ndecay = 5.5;\n$bm_rt = n = 0;\nif (numKeys > 0) {\n $bm_rt = n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n}\nif (n == 0) {\n $bm_rt = t = 0;\n} else {\n $bm_rt = t = sub(time, key(n).time);\n}\nif (n > 0) {\n v = velocityAtTime(sub(key(n).time, div(thisComp.frameDuration, 10)));\n $bm_rt = sum(value, div(mul(mul(v, amp), Math.sin(mul(mul(mul(freq, t), 2), Math.PI))), Math.exp(mul(decay, t))));\n} else {\n $bm_rt = value;\n}","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 11","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[3.099,0],[0,0],[0,3.099],[0,0]],"o":[[0,0],[0,3.099],[0,0],[-3.1,0],[0,0],[0,0]],"v":[[18.234,-9.467],[18.234,3.857],[12.622,9.467],[-12.622,9.467],[-18.234,3.857],[-18.234,-9.467]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.51,0.3,1,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[958.365,537.723],"ix":2},"a":{"a":0,"k":[2,-9.625],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[1,1],"y":[0,0]},"n":["0p833_0p833_1_0","0p833_0p833_1_0"],"t":43,"s":[0,0],"e":[100,100]},{"t":58}],"x":"var $bm_rt;\nvar amp, freq, decay, n, n, t, t, v;\namp = 0.035;\nfreq = 1.5;\ndecay = 5.5;\n$bm_rt = n = 0;\nif (numKeys > 0) {\n $bm_rt = n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n}\nif (n == 0) {\n $bm_rt = t = 0;\n} else {\n $bm_rt = t = sub(time, key(n).time);\n}\nif (n > 0) {\n v = velocityAtTime(sub(key(n).time, div(thisComp.frameDuration, 10)));\n $bm_rt = sum(value, div(mul(mul(v, amp), Math.sin(mul(mul(mul(freq, t), 2), Math.PI))), Math.exp(mul(decay, t))));\n} else {\n $bm_rt = value;\n}","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 12","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[1.427,0],[0,0],[0,1.427],[0,0],[-1.429,0],[0,0],[0,-1.427]],"o":[[0,1.427],[0,0],[-1.429,0],[0,0],[0,-1.427],[0,0],[1.427,0],[0,0]],"v":[[28.462,15.614],[25.878,18.201],[-25.875,18.201],[-28.462,15.614],[-28.462,-15.617],[-25.875,-18.201],[25.878,-18.201],[28.462,-15.617]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.24,0.26,0.28,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":1,"y":0},"n":"0p833_0p833_1_0","t":28,"s":[945.905,538.207],"e":[945.155,546.332],"to":[-0.125,1.35416662693024],"ti":[0.125,-1.35416662693024]},{"t":43}],"x":"var $bm_rt;\nvar amp, freq, decay, n, n, t, t, v;\namp = 0.035;\nfreq = 1.5;\ndecay = 5.5;\n$bm_rt = n = 0;\nif (numKeys > 0) {\n $bm_rt = n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n}\nif (n == 0) {\n $bm_rt = t = 0;\n} else {\n $bm_rt = t = sub(time, key(n).time);\n}\nif (n > 0) {\n v = velocityAtTime(sub(key(n).time, div(thisComp.frameDuration, 10)));\n $bm_rt = sum(value, div(mul(mul(v, amp), Math.sin(mul(mul(mul(freq, t), 2), Math.PI))), Math.exp(mul(decay, t))));\n} else {\n $bm_rt = value;\n}","ix":2},"a":{"a":0,"k":[-11.5,-9.75],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[1,1],"y":[0,0]},"n":["0p833_0p833_1_0","0p833_0p833_1_0"],"t":25,"s":[0,0],"e":[100,100]},{"i":{"x":[0.439,0.49],"y":[0.439,0.49]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p439_0p439_0p167_0p167","0p49_0p49_0p167_0p167"],"t":40,"s":[100,100],"e":[100,100]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":66,"s":[100,100],"e":[96.5,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":70,"s":[96.5,103],"e":[100,96.8]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":74,"s":[100,96.8],"e":[96.5,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":78,"s":[96.5,103],"e":[100,96.8]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":82,"s":[100,96.8],"e":[96.5,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":86,"s":[96.5,103],"e":[100,96.8]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":90,"s":[100,96.8],"e":[96.5,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":94,"s":[96.5,103],"e":[100,96.8]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":98,"s":[100,96.8],"e":[96.5,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":102,"s":[96.5,103],"e":[100,96.8]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":106,"s":[100,96.8],"e":[96.5,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":110,"s":[96.5,103],"e":[100,96.8]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":114,"s":[100,96.8],"e":[96.5,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":118,"s":[96.5,103],"e":[100,96.8]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":122,"s":[100,96.8],"e":[96.5,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":126,"s":[96.5,103],"e":[100,96.8]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0_1_0p167_0","0_1_0p167_0"],"t":130,"s":[100,96.8],"e":[96.5,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":135,"s":[96.5,103],"e":[100,96.8]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":139,"s":[100,96.8],"e":[96.5,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":143,"s":[96.5,103],"e":[100,96.8]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":147,"s":[100,96.8],"e":[96.5,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":151,"s":[96.5,103],"e":[100,96.8]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":155,"s":[100,96.8],"e":[96.5,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":159,"s":[96.5,103],"e":[100,96.8]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":163,"s":[100,96.8],"e":[96.5,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":167,"s":[96.5,103],"e":[100,96.8]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":171,"s":[100,96.8],"e":[96.5,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":175,"s":[96.5,103],"e":[100,96.8]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":179,"s":[100,96.8],"e":[96.5,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":183,"s":[96.5,103],"e":[100,96.8]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":187,"s":[100,96.8],"e":[96.5,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":191,"s":[96.5,103],"e":[100,96.8]},{"t":195}],"x":"var $bm_rt;\nvar amp, freq, decay, n, n, t, t, v;\namp = 0.035;\nfreq = 1.5;\ndecay = 5.5;\n$bm_rt = n = 0;\nif (numKeys > 0) {\n $bm_rt = n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n}\nif (n == 0) {\n $bm_rt = t = 0;\n} else {\n $bm_rt = t = sub(time, key(n).time);\n}\nif (n > 0) {\n v = velocityAtTime(sub(key(n).time, div(thisComp.frameDuration, 10)));\n $bm_rt = sum(value, div(mul(mul(v, amp), Math.sin(mul(mul(mul(freq, t), 2), Math.PI))), Math.exp(mul(decay, t))));\n} else {\n $bm_rt = value;\n}","ix":3},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[1],"y":[0]},"n":["0p833_0p833_1_0"],"t":28,"s":[138],"e":[0]},{"t":43}],"x":"var $bm_rt;\nvar amp, freq, decay, n, n, t, t, v;\namp = 0.035;\nfreq = 1.5;\ndecay = 5.5;\n$bm_rt = n = 0;\nif (numKeys > 0) {\n $bm_rt = n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n}\nif (n == 0) {\n $bm_rt = t = 0;\n} else {\n $bm_rt = t = sub(time, key(n).time);\n}\nif (n > 0) {\n v = velocityAtTime(sub(key(n).time, div(thisComp.frameDuration, 10)));\n $bm_rt = sum(value, div(mul(mul(v, amp), Math.sin(mul(mul(mul(freq, t), 2), Math.PI))), Math.exp(mul(decay, t))));\n} else {\n $bm_rt = value;\n}","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 15","np":2,"mn":"ADBE Vector Group"},{"ty":"tr","p":{"a":0,"k":[956.655,556.082],"ix":2},"a":{"a":0,"k":[956.655,556.082],"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":"body","np":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[12.383,2.913],[-12.383,2.913],[-12.383,-2.913],[12.383,-2.913]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.24,0.26,0.28,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[956.815,574.07],"ix":2},"a":{"a":0,"k":[0,-3.11],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[1,1],"y":[0,0]},"n":["0p833_0p833_1_0","0p833_0p833_1_0"],"t":36,"s":[0,0],"e":[100,100]},{"i":{"x":[0.007,0.007],"y":[0.007,0.007]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p007_0p007_0p167_0p167","0p007_0p007_0p167_0p167"],"t":51,"s":[100,100],"e":[100,100]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":67,"s":[100,100],"e":[97,97]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":71,"s":[97,97],"e":[103,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":75,"s":[103,103],"e":[97,97]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":79,"s":[97,97],"e":[103,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":83,"s":[103,103],"e":[97,97]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":87,"s":[97,97],"e":[103,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":91,"s":[103,103],"e":[97,97]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":95,"s":[97,97],"e":[103,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":99,"s":[103,103],"e":[97,97]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":103,"s":[97,97],"e":[103,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":107,"s":[103,103],"e":[97,97]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":111,"s":[97,97],"e":[103,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":115,"s":[103,103],"e":[97,97]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":119,"s":[97,97],"e":[103,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":123,"s":[103,103],"e":[97,97]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":127,"s":[97,97],"e":[103,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0]},"n":["0_1_0p167_0","0_1_0p167_0"],"t":131,"s":[103,103],"e":[97,97]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":136,"s":[97,97],"e":[103,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":140,"s":[103,103],"e":[97,97]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":144,"s":[97,97],"e":[103,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":148,"s":[103,103],"e":[97,97]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":152,"s":[97,97],"e":[103,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":156,"s":[103,103],"e":[97,97]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":160,"s":[97,97],"e":[103,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":164,"s":[103,103],"e":[97,97]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":168,"s":[97,97],"e":[103,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":172,"s":[103,103],"e":[97,97]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":176,"s":[97,97],"e":[103,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":180,"s":[103,103],"e":[97,97]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":184,"s":[97,97],"e":[103,103]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":188,"s":[103,103],"e":[97,97]},{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0_1_0p333_0","0_1_0p333_0"],"t":192,"s":[97,97],"e":[103,103]},{"t":196}],"x":"var $bm_rt;\nvar amp, freq, decay, n, n, t, t, v;\namp = 0.035;\nfreq = 1.5;\ndecay = 5.5;\n$bm_rt = n = 0;\nif (numKeys > 0) {\n $bm_rt = n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n}\nif (n == 0) {\n $bm_rt = t = 0;\n} else {\n $bm_rt = t = sub(time, key(n).time);\n}\nif (n > 0) {\n v = velocityAtTime(sub(key(n).time, div(thisComp.frameDuration, 10)));\n $bm_rt = sum(value, div(mul(mul(v, amp), Math.sin(mul(mul(mul(freq, t), 2), Math.PI))), Math.exp(mul(decay, t))));\n} else {\n $bm_rt = value;\n}","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":"base","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":450,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/vigilance_camera.json b/ohos/flutter_lottie/assets/lottiefiles/vigilance_camera.json new file mode 100644 index 0000000000000000000000000000000000000000..f5e66773297ad9d4181ab3f3289503ceb3b6d576 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/vigilance_camera.json @@ -0,0 +1 @@ +{"v":"5.1.16","fr":29.9700012207031,"ip":0,"op":241.000009816131,"w":190,"h":120,"nm":"icon-cam","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Layer 5 Outlines","parent":2,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[49.745,55.212,0],"ix":2},"a":{"a":0,"k":[57.406,55.212,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[2.421,0.896],[1.407,0.003],[0,0],[-1.407,-1.065],[-2.067,-1.414],[0,0],[0,0]],"o":[[0,0],[-1.659,-0.614],[-2.726,-0.006],[0,0],[9.294,7.03],[2.682,-5.327],[0,0],[0,0]],"v":[[96.172,14.855],[23.557,-14.8],[18.069,-16.023],[-20.001,-16.027],[-17.786,-14.352],[29.042,20.91],[36.866,14.853],[94.124,15.168]],"c":true}],"e":[{"i":[[-1.545,-3.586],[0.514,1.738],[0,0],[0,0],[0.457,-4.183],[0.645,-2.333],[0,0],[0,0]],"o":[[-1.27,-4.057],[-1.51,-5.103],[0,0],[0,0],[-0.989,9.059],[1.069,-3.088],[0,0],[0,0]],"v":[[33.37,19.269],[25.221,-11.27],[21.043,-16.024],[-20.001,-16.027],[-23.622,-11.132],[-26.703,19.23],[-20.392,14.465],[27.894,15.146]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[-1.545,-3.586],[0.514,1.738],[0,0],[0,0],[0.457,-4.183],[0.645,-2.333],[0,0],[0,0]],"o":[[-1.27,-4.057],[-1.51,-5.103],[0,0],[0,0],[-0.989,9.059],[1.069,-3.088],[0,0],[0,0]],"v":[[33.37,19.269],[25.221,-11.27],[21.043,-16.024],[-20.001,-16.027],[-23.622,-11.132],[-26.703,19.23],[-20.392,14.465],[27.894,15.146]],"c":true}],"e":[{"i":[[-2.049,-4.007],[-8.553,6.922],[0,0],[3.819,-0.062],[3.664,-1.52],[1.592,-0.998],[0,0],[0,0]],"o":[[3.318,-2.81],[-0.359,-4.33],[0,0],[-3.819,0.062],[-13.566,5.629],[1.674,-0.384],[0,0],[0,0]],"v":[[-22.174,19.086],[24.775,-11.387],[21.043,-16.024],[-15.162,-16.032],[-23.199,-14.601],[-89.304,15.189],[-88.84,15.181],[-27.65,14.963]],"c":true}]},{"t":60.0000024438501}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941000007181,0.941000007181,0.941000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[59.622,34.118],"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":"top","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[53.902,18.204],[54.209,22.674],[7.976,-17.38],[7.737,-20.961]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[11.261,18.103],[11.618,22.876],[10.899,-16.876],[10.66,-20.457]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[11.261,18.103],[11.618,22.876],[10.899,-16.876],[10.66,-20.457]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[64.89,14.877],[65.247,19.65],[65.083,-16.069],[64.844,-19.65]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[64.89,14.877],[65.247,19.65],[65.083,-16.069],[64.844,-19.65]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[24.215,18.033],[24.168,22.251],[63.772,-17.351],[63.533,-20.932]],"c":true}]},{"t":60.0000024438501}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.694000004787,0.698000021542,0.705999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[24.58,62.57],"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":"base","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-3.737],[3.738,0],[0,3.738],[-3.737,0]],"o":[[0,3.738],[-3.737,0],[0,-3.737],[3.738,0]],"v":[[6.768,-0.001],[-0.001,6.768],[-6.768,-0.001],[-0.001,-6.768]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.023999999551,0.204000001795,0.263000009574,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[81.126,67.92],"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":"Group 5","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.538],[2.538,0],[0,2.538],[-2.537,0]],"o":[[0,2.538],[-2.537,0],[0,-2.538],[2.538,0]],"v":[[4.596,-0.001],[-0.001,4.596],[-4.596,-0.001],[-0.001,-4.596]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.023999999551,0.204000001795,0.263000009574,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[81.126,67.92],"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":"Group 6","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-1.633],[1.634,0],[0,1.634],[-1.633,0]],"o":[[0,1.634],[-1.633,0],[0,-1.633],[1.634,0]],"v":[[2.958,0],[0,2.958],[-2.958,0],[0,-2.958]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.023999999551,0.204000001795,0.263000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[81.125,67.919],"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":"Group 7","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.076,0],[0,0],[0,1.077],[0,0],[1.076,0],[0,0],[0,-1.076],[0,0]],"o":[[0,0],[1.076,0],[0,0],[0,-1.076],[0,0],[-1.076,0],[0,0],[0,1.077]],"v":[[-12.275,8.834],[12.275,8.834],[14.232,6.877],[14.232,-6.878],[12.275,-8.834],[-12.275,-8.834],[-14.232,-6.878],[-14.232,6.877]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.023999999551,0.204000001795,0.263000009574,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.967,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[81.126,67.92],"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":"Group 8","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.306,0],[0,0],[0,1.306],[0,0],[1.306,0],[0,0],[0,-1.307],[0,0]],"o":[[0,0],[1.306,0],[0,0],[0,-1.307],[0,0],[-1.306,0],[0,0],[0,1.306]],"v":[[-14.332,11.092],[14.332,11.092],[16.707,8.717],[16.707,-8.715],[14.332,-11.092],[-14.332,-11.092],[-16.707,-8.715],[-16.707,8.717]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.051000000449,0.301999978458,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[81.126,67.919],"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":"Group 9","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-1.141],[1.14,0],[0,1.14],[-1.141,0]],"o":[[0,1.14],[-1.141,0],[0,-1.141],[1.14,0]],"v":[[2.065,0],[0,2.065],[-2.065,0],[0,-2.065]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.051000000449,0.301999978458,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[102.655,81.064],"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":"Group 10","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-1.141],[1.14,0],[0,1.14],[-1.141,0]],"o":[[0,1.14],[-1.141,0],[0,-1.141],[1.14,0]],"v":[[2.065,0],[0,2.065],[-2.065,0],[0,-2.065]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.051000000449,0.301999978458,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[102.655,54.775],"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":"Group 11","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-1.141],[1.14,0],[0,1.14],[-1.141,0]],"o":[[0,1.14],[-1.141,0],[0,-1.141],[1.14,0]],"v":[[2.065,0],[0,2.065],[-2.065,0],[0,-2.065]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.051000000449,0.301999978458,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[59.597,81.064],"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":"Group 12","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-1.141],[1.14,0],[0,1.14],[-1.141,0]],"o":[[0,1.14],[-1.141,0],[0,-1.141],[1.14,0]],"v":[[2.065,0],[0,2.065],[-2.065,0],[0,-2.065]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.051000000449,0.301999978458,0.388000009574,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[59.597,54.775],"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":"Group 13","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.488,0],[0,0],[0,3.488],[0,0],[3.488,0],[0,0],[0,-3.487],[0,0]],"o":[[0,0],[3.488,0],[0,0],[0,-3.487],[0,0],[-3.488,0],[0,0],[0,3.488]],"v":[[-21.441,19.378],[21.441,19.378],[27.756,13.063],[27.756,-13.063],[21.441,-19.378],[-21.441,-19.378],[-27.756,-13.063],[-27.756,13.063]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941000007181,0.941000007181,0.941000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[81.125,67.919],"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":"Group 14","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[118.194,48],"e":[9.194,48],"to":[-18.1666660308838,0],"ti":[18.1666660308838,0]},{"t":60.0000024438501}],"ix":2},"a":{"a":0,"k":[81.225,48.323],"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":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[20],"e":[-20]},{"t":60.0000024438501}],"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"front","np":10,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[0.145,-3.136],[0,0],[0,0],[-0.41,1.281],[0,0],[-2.676,1.082]],"o":[[-1.239,0.141],[0,0],[0,0],[0.667,-0.566],[0,0],[0.788,-2.706],[-0.015,0.004]],"v":[[-46.253,-31.491],[-53.163,-26.558],[-57.967,-6.658],[-60.037,31.031],[-58.758,28.58],[-59.117,5.57],[-55.453,0.209]],"c":true}],"e":[{"i":[[0,0],[0.622,-2.884],[0,0],[0,0],[-0.41,1.281],[0,0],[-2.676,1.082]],"o":[[-1.239,0.141],[-0.622,2.884],[0,0],[0.667,-0.566],[0,0],[0.788,-2.706],[-0.015,0.004]],"v":[[-49.291,-31.491],[-54.01,-26.659],[-57.967,-6.658],[-60.037,31.031],[-58.758,28.58],[-59.117,5.57],[-55.453,0.209]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[0,0],[0.622,-2.884],[0,0],[0,0],[-0.41,1.281],[0,0],[-2.676,1.082]],"o":[[-1.239,0.141],[-0.622,2.884],[0,0],[0.667,-0.566],[0,0],[0.788,-2.706],[-0.015,0.004]],"v":[[-49.291,-31.491],[-54.01,-26.659],[-57.967,-6.658],[-60.037,31.031],[-58.758,28.58],[-59.117,5.57],[-55.453,0.209]],"c":true}],"e":[{"i":[[0,0],[0.165,-4.086],[0,0],[0,0],[-0.461,1.59],[0,0],[-2.676,1.082]],"o":[[-1.239,0.242],[0,0],[0,0],[-0.501,-1.146],[0,0],[0.788,-2.706],[-0.015,0.004]],"v":[[-49.142,-31.482],[-52.864,-26.549],[-56.588,-7.981],[-18.048,34.34],[-15.71,29.822],[-9.517,8.526],[-3.635,2.459]],"c":true}]},{"t":60.0000024438501}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.882000014361,0.885999971278,0.877999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[30.826,49.584],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[-101.183,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":"rigth","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[0.165,-4.086],[0,0],[0,0],[-0.461,1.59],[0,0],[-2.676,1.082]],"o":[[-1.239,0.242],[0,0],[0,0],[-0.501,-1.146],[0,0],[0.788,-2.706],[-0.015,0.004]],"v":[[9.34,-31.477],[5.618,-26.544],[1.893,-7.975],[47.807,34.365],[50.144,29.847],[56.337,8.551],[62.219,2.484]],"c":true}],"e":[{"i":[[0,0],[0.145,-3.136],[0,0],[0,0],[-0.411,1.281],[0,0],[-2.676,1.082]],"o":[[-1.239,0.141],[0,0],[0,0],[0.667,-0.566],[0,0],[0.788,-2.706],[-0.015,0.004]],"v":[[9.34,-31.477],[5.618,-26.544],[4.817,-7.572],[5.518,31.025],[6.798,28.574],[6.438,5.564],[10.103,0.202]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[0,0],[0.145,-3.136],[0,0],[0,0],[-0.411,1.281],[0,0],[-2.676,1.082]],"o":[[-1.239,0.141],[0,0],[0,0],[0.667,-0.566],[0,0],[0.788,-2.706],[-0.015,0.004]],"v":[[9.34,-31.477],[5.618,-26.544],[4.817,-7.572],[5.518,31.025],[6.798,28.574],[6.438,5.564],[10.103,0.202]],"c":true}],"e":[{"i":[[0,0],[0.145,-3.136],[0,0],[0,0],[-0.411,1.281],[0,0],[-2.676,1.082]],"o":[[-1.239,0.141],[0,0],[0,0],[0.667,-0.566],[0,0],[0.788,-2.706],[-0.015,0.004]],"v":[[14.078,-31.454],[5.618,-26.544],[4.817,-7.572],[5.518,31.025],[6.798,28.574],[6.438,5.564],[10.103,0.202]],"c":true}]},{"t":60.0000024438501}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.882000014361,0.885999971278,0.877999997606,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[30.423,49.584],"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":"left","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.726,0],[0,0],[0,2.727],[0,0],[2.726,0],[0,0],[0,-2.726],[0,0]],"o":[[0,0],[2.726,0],[0,0],[0,-2.726],[0,0],[-2.726,0],[0,0],[0,2.727]],"v":[[-28.48,15.477],[28.482,15.477],[33.438,10.52],[33.438,-10.52],[28.482,-15.477],[-28.48,-15.477],[-33.438,-10.52],[-33.438,10.52]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.694000004787,0.698000021542,0.705999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[117.125,63.966],"e":[8.725,63.966],"to":[-18.0666675567627,0],"ti":[18.0666675567627,0]},{"t":60.0000024438501}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[89.644,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[35],"e":[-35]},{"t":60.0000024438501}],"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"frontInner","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.757,0],[0,0],[0,-2.756],[0,0],[-2.757,0],[0,0],[0,2.756],[0,0]],"o":[[0,0],[-2.757,0],[0,0],[0,2.756],[0,0],[2.757,0],[0,0],[0,-2.756]],"v":[[2.984,-17.663],[-2.984,-17.663],[-7.98,-16.378],[-7.996,12.651],[-2.984,17.662],[2.984,17.662],[7.996,12.651],[8.012,-16.378]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941000007181,0.941000007181,0.941000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[61.895,83.929],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,135.214],"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":"pie","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":61.0000024845809,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 5 Outlines 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[95,60,0],"ix":2},"a":{"a":0,"k":[55.212,55.212,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-30.355],[-30.355,0],[0,30.354],[30.355,0]],"o":[[0,30.354],[30.355,0],[0,-30.355],[-30.355,0]],"v":[[-54.962,0],[0,54.962],[54.962,0],[0,-54.962]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.862999949736,0.195999998205,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[55.212,55.212],"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":"circle","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":61.0000024845809,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"cam precomp","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[95,60,0],"ix":2},"a":{"a":0,"k":[95,60,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"tm":{"a":1,"k":[{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.5],"y":[0]},"n":["0p5_1_0p5_0"],"t":0,"s":[0],"e":[2.002]},{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.5],"y":[0]},"n":["0p5_1_0p5_0"],"t":120,"s":[2.002],"e":[0]},{"t":240.0000097754}],"ix":2},"w":190,"h":120,"ip":0,"op":245.000009979055,"st":0,"bm":0}],"markers":[]} diff --git a/ohos/flutter_lottie/assets/lottiefiles/volume_indicator.json b/ohos/flutter_lottie/assets/lottiefiles/volume_indicator.json new file mode 100644 index 0000000000000000000000000000000000000000..74a9e31f868deb8de002aa9b753d30a3f2501ba4 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/volume_indicator.json @@ -0,0 +1 @@ +{"v":"4.6.6","fr":24,"ip":0,"op":72,"w":500,"h":350,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[250,175,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"ef":[{"ty":5,"nm":"seamless wiggle loop","mn":"seamless wiggle loop","ix":1,"en":1,"ef":[{"ty":0,"nm":"Frequency","mn":"seamless wiggle loop-0001","ix":1,"v":{"a":0,"k":1}},{"ty":0,"nm":"Amplitude","mn":"seamless wiggle loop-0002","ix":2,"v":{"a":0,"k":50}},{"ty":0,"nm":"Loop Time","mn":"seamless wiggle loop-0003","ix":3,"v":{"a":0,"k":3}}]},{"ty":5,"nm":"seamless wiggle loop 2","mn":"seamless wiggle loop","ix":2,"en":1,"ef":[{"ty":0,"nm":"Frequency","mn":"seamless wiggle loop-0001","ix":1,"v":{"a":0,"k":1}},{"ty":0,"nm":"Amplitude","mn":"seamless wiggle loop-0002","ix":2,"v":{"a":0,"k":50}},{"ty":0,"nm":"Loop Time","mn":"seamless wiggle loop-0003","ix":3,"v":{"a":0,"k":3}}]}],"shapes":[{"ty":"rc","d":1,"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.772]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p772_0p167_0p167"],"t":0,"s":[50,108.34],"e":[50,106.723]},{"i":{"x":[0.833,0.833],"y":[0.833,0.809]},"o":{"x":[0.167,0.167],"y":[0.167,0.131]},"n":["0p833_0p833_0p167_0p167","0p833_0p809_0p167_0p131"],"t":1,"s":[50,106.723],"e":[50,103.915]},{"i":{"x":[0.833,0.833],"y":[0.833,0.823]},"o":{"x":[0.167,0.167],"y":[0.167,0.148]},"n":["0p833_0p833_0p167_0p167","0p833_0p823_0p167_0p148"],"t":2,"s":[50,103.915],"e":[50,100.296]},{"i":{"x":[0.833,0.833],"y":[0.833,0.831]},"o":{"x":[0.167,0.167],"y":[0.167,0.157]},"n":["0p833_0p833_0p167_0p167","0p833_0p831_0p167_0p157"],"t":3,"s":[50,100.296],"e":[50,96.216]},{"i":{"x":[0.833,0.833],"y":[0.833,0.837]},"o":{"x":[0.167,0.167],"y":[0.167,0.164]},"n":["0p833_0p833_0p167_0p167","0p833_0p837_0p167_0p164"],"t":4,"s":[50,96.216],"e":[50,92.003]},{"i":{"x":[0.833,0.833],"y":[0.833,0.839]},"o":{"x":[0.167,0.167],"y":[0.167,0.17]},"n":["0p833_0p833_0p167_0p167","0p833_0p839_0p167_0p17"],"t":5,"s":[50,92.003],"e":[50,87.958]},{"i":{"x":[0.833,0.833],"y":[0.833,0.842]},"o":{"x":[0.167,0.167],"y":[0.167,0.172]},"n":["0p833_0p833_0p167_0p167","0p833_0p842_0p167_0p172"],"t":6,"s":[50,87.958],"e":[50,84.171]},{"i":{"x":[0.833,0.833],"y":[0.833,0.848]},"o":{"x":[0.167,0.167],"y":[0.167,0.176]},"n":["0p833_0p833_0p167_0p167","0p833_0p848_0p167_0p176"],"t":7,"s":[50,84.171],"e":[50,80.775]},{"i":{"x":[0.833,0.833],"y":[0.833,0.856]},"o":{"x":[0.167,0.167],"y":[0.167,0.184]},"n":["0p833_0p833_0p167_0p167","0p833_0p856_0p167_0p184"],"t":8,"s":[50,80.775],"e":[50,77.963]},{"i":{"x":[0.833,0.833],"y":[0.833,0.872]},"o":{"x":[0.167,0.167],"y":[0.167,0.198]},"n":["0p833_0p833_0p167_0p167","0p833_0p872_0p167_0p198"],"t":9,"s":[50,77.963],"e":[50,75.922]},{"i":{"x":[0.833,0.833],"y":[0.833,0.919]},"o":{"x":[0.167,0.167],"y":[0.167,0.24]},"n":["0p833_0p833_0p167_0p167","0p833_0p919_0p167_0p24"],"t":10,"s":[50,75.922],"e":[50,74.833]},{"i":{"x":[0.833,0.833],"y":[0.833,-2.287]},"o":{"x":[0.167,0.167],"y":[0.167,-2.567]},"n":["0p833_0p833_0p167_0p167","0p833_-2p287_0p167_-2p567"],"t":11,"s":[50,74.833],"e":[50,74.867]},{"i":{"x":[0.833,0.833],"y":[0.833,0.743]},"o":{"x":[0.167,0.167],"y":[0.167,0.086]},"n":["0p833_0p833_0p167_0p167","0p833_0p743_0p167_0p086"],"t":12,"s":[50,74.867],"e":[50,76.183]},{"i":{"x":[0.833,0.833],"y":[0.833,0.791]},"o":{"x":[0.167,0.167],"y":[0.167,0.123]},"n":["0p833_0p833_0p167_0p167","0p833_0p791_0p167_0p123"],"t":13,"s":[50,76.183],"e":[50,78.93]},{"i":{"x":[0.833,0.833],"y":[0.833,0.818]},"o":{"x":[0.167,0.167],"y":[0.167,0.138]},"n":["0p833_0p833_0p167_0p167","0p833_0p818_0p167_0p138"],"t":14,"s":[50,78.93],"e":[50,83.085]},{"i":{"x":[0.833,0.833],"y":[0.833,0.83]},"o":{"x":[0.167,0.167],"y":[0.167,0.153]},"n":["0p833_0p833_0p167_0p167","0p833_0p83_0p167_0p153"],"t":15,"s":[50,83.085],"e":[50,88.025]},{"i":{"x":[0.833,0.833],"y":[0.833,0.838]},"o":{"x":[0.167,0.167],"y":[0.167,0.164]},"n":["0p833_0p833_0p167_0p167","0p833_0p838_0p167_0p164"],"t":16,"s":[50,88.025],"e":[50,93.15]},{"i":{"x":[0.833,0.833],"y":[0.833,0.844]},"o":{"x":[0.167,0.167],"y":[0.167,0.171]},"n":["0p833_0p833_0p167_0p167","0p833_0p844_0p167_0p171"],"t":17,"s":[50,93.15],"e":[50,97.995]},{"i":{"x":[0.833,0.833],"y":[0.833,0.85]},"o":{"x":[0.167,0.167],"y":[0.167,0.179]},"n":["0p833_0p833_0p167_0p167","0p833_0p85_0p167_0p179"],"t":18,"s":[50,97.995],"e":[50,102.218]},{"i":{"x":[0.833,0.833],"y":[0.833,0.858]},"o":{"x":[0.167,0.167],"y":[0.167,0.188]},"n":["0p833_0p833_0p167_0p167","0p833_0p858_0p167_0p188"],"t":19,"s":[50,102.218],"e":[50,105.586]},{"i":{"x":[0.833,0.833],"y":[0.833,0.87]},"o":{"x":[0.167,0.167],"y":[0.167,0.201]},"n":["0p833_0p833_0p167_0p167","0p833_0p87_0p167_0p201"],"t":20,"s":[50,105.586],"e":[50,107.966]},{"i":{"x":[0.833,0.833],"y":[0.833,0.924]},"o":{"x":[0.167,0.167],"y":[0.167,0.233]},"n":["0p833_0p833_0p167_0p167","0p833_0p924_0p167_0p233"],"t":21,"s":[50,107.966],"e":[50,109.287]},{"i":{"x":[0.833,0.833],"y":[0.833,-0.188]},"o":{"x":[0.167,0.167],"y":[0.167,-0.806]},"n":["0p833_0p833_0p167_0p167","0p833_-0p188_0p167_-0p806"],"t":22,"s":[50,109.287],"e":[50,109.163]},{"i":{"x":[0.833,0.833],"y":[0.833,0.765]},"o":{"x":[0.167,0.167],"y":[0.167,0.09]},"n":["0p833_0p833_0p167_0p167","0p833_0p765_0p167_0p09"],"t":23,"s":[50,109.163],"e":[50,107.523]},{"i":{"x":[0.833,0.833],"y":[0.833,0.803]},"o":{"x":[0.167,0.167],"y":[0.167,0.129]},"n":["0p833_0p833_0p167_0p167","0p833_0p803_0p167_0p129"],"t":24,"s":[50,107.523],"e":[50,104.532]},{"i":{"x":[0.833,0.833],"y":[0.833,0.817]},"o":{"x":[0.167,0.167],"y":[0.167,0.144]},"n":["0p833_0p833_0p167_0p167","0p833_0p817_0p167_0p144"],"t":25,"s":[50,104.532],"e":[50,100.439]},{"i":{"x":[0.833,0.833],"y":[0.833,0.827]},"o":{"x":[0.167,0.167],"y":[0.167,0.153]},"n":["0p833_0p833_0p167_0p167","0p833_0p827_0p167_0p153"],"t":26,"s":[50,100.439],"e":[50,95.566]},{"i":{"x":[0.833,0.833],"y":[0.833,0.834]},"o":{"x":[0.167,0.167],"y":[0.167,0.16]},"n":["0p833_0p833_0p167_0p167","0p833_0p834_0p167_0p16"],"t":27,"s":[50,95.566],"e":[50,90.302]},{"i":{"x":[0.833,0.833],"y":[0.833,0.841]},"o":{"x":[0.167,0.167],"y":[0.167,0.168]},"n":["0p833_0p833_0p167_0p167","0p833_0p841_0p167_0p168"],"t":28,"s":[50,90.302],"e":[50,85.096]},{"i":{"x":[0.833,0.833],"y":[0.833,0.832]},"o":{"x":[0.167,0.167],"y":[0.167,0.176]},"n":["0p833_0p833_0p167_0p167","0p833_0p832_0p167_0p176"],"t":29,"s":[50,85.096],"e":[50,80.396]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.166]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p166"],"t":30,"s":[50,80.396],"e":[50,75.633]},{"i":{"x":[0.833,0.833],"y":[0.833,0.839]},"o":{"x":[0.167,0.167],"y":[0.167,0.166]},"n":["0p833_0p833_0p167_0p167","0p833_0p839_0p167_0p166"],"t":31,"s":[50,75.633],"e":[50,70.832]},{"i":{"x":[0.833,0.833],"y":[0.833,0.845]},"o":{"x":[0.167,0.167],"y":[0.167,0.173]},"n":["0p833_0p833_0p167_0p167","0p833_0p845_0p167_0p173"],"t":32,"s":[50,70.832],"e":[50,66.361]},{"i":{"x":[0.833,0.833],"y":[0.833,0.853]},"o":{"x":[0.167,0.167],"y":[0.167,0.181]},"n":["0p833_0p833_0p167_0p167","0p833_0p853_0p167_0p181"],"t":33,"s":[50,66.361],"e":[50,62.538]},{"i":{"x":[0.833,0.833],"y":[0.833,0.867]},"o":{"x":[0.167,0.167],"y":[0.167,0.193]},"n":["0p833_0p833_0p167_0p167","0p833_0p867_0p167_0p193"],"t":34,"s":[50,62.538],"e":[50,59.634]},{"i":{"x":[0.833,0.833],"y":[0.833,0.898]},"o":{"x":[0.167,0.167],"y":[0.167,0.222]},"n":["0p833_0p833_0p167_0p167","0p833_0p898_0p167_0p222"],"t":35,"s":[50,59.634],"e":[50,57.886]},{"i":{"x":[0.833,0.833],"y":[0.833,1.164]},"o":{"x":[0.167,0.167],"y":[0.167,0.463]},"n":["0p833_0p833_0p167_0p167","0p833_1p164_0p167_0p463"],"t":36,"s":[50,57.886],"e":[50,57.503]},{"i":{"x":[0.833,0.833],"y":[0.833,0.76]},"o":{"x":[0.167,0.167],"y":[0.167,0.055]},"n":["0p833_0p833_0p167_0p167","0p833_0p76_0p167_0p055"],"t":37,"s":[50,57.503],"e":[50,58.642]},{"i":{"x":[0.833,0.833],"y":[0.833,0.807]},"o":{"x":[0.167,0.167],"y":[0.167,0.128]},"n":["0p833_0p833_0p167_0p167","0p833_0p807_0p167_0p128"],"t":38,"s":[50,58.642],"e":[50,60.777]},{"i":{"x":[0.833,0.833],"y":[0.833,0.817]},"o":{"x":[0.167,0.167],"y":[0.167,0.146]},"n":["0p833_0p833_0p167_0p167","0p833_0p817_0p167_0p146"],"t":39,"s":[50,60.777],"e":[50,63.595]},{"i":{"x":[0.833,0.833],"y":[0.833,0.824]},"o":{"x":[0.167,0.167],"y":[0.167,0.153]},"n":["0p833_0p833_0p167_0p167","0p833_0p824_0p167_0p153"],"t":40,"s":[50,63.595],"e":[50,66.97]},{"i":{"x":[0.833,0.833],"y":[0.833,0.829]},"o":{"x":[0.167,0.167],"y":[0.167,0.158]},"n":["0p833_0p833_0p167_0p167","0p833_0p829_0p167_0p158"],"t":41,"s":[50,66.97],"e":[50,70.742]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.162]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p162"],"t":42,"s":[50,70.742],"e":[50,74.727]},{"i":{"x":[0.833,0.833],"y":[0.833,0.838]},"o":{"x":[0.167,0.167],"y":[0.167,0.166]},"n":["0p833_0p833_0p167_0p167","0p833_0p838_0p167_0p166"],"t":43,"s":[50,74.727],"e":[50,78.719]},{"i":{"x":[0.833,0.833],"y":[0.833,0.842]},"o":{"x":[0.167,0.167],"y":[0.167,0.171]},"n":["0p833_0p833_0p167_0p167","0p833_0p842_0p167_0p171"],"t":44,"s":[50,78.719],"e":[50,82.501]},{"i":{"x":[0.833,0.833],"y":[0.833,0.821]},"o":{"x":[0.167,0.167],"y":[0.167,0.176]},"n":["0p833_0p833_0p167_0p167","0p833_0p821_0p167_0p176"],"t":45,"s":[50,82.501],"e":[50,85.901]},{"i":{"x":[0.833,0.833],"y":[0.833,0.819]},"o":{"x":[0.167,0.167],"y":[0.167,0.156]},"n":["0p833_0p833_0p167_0p167","0p833_0p819_0p167_0p156"],"t":46,"s":[50,85.901],"e":[50,89.789]},{"i":{"x":[0.833,0.833],"y":[0.833,0.826]},"o":{"x":[0.167,0.167],"y":[0.167,0.155]},"n":["0p833_0p833_0p167_0p167","0p833_0p826_0p167_0p155"],"t":47,"s":[50,89.789],"e":[50,94.325]},{"i":{"x":[0.833,0.833],"y":[0.833,0.83]},"o":{"x":[0.167,0.167],"y":[0.167,0.16]},"n":["0p833_0p833_0p167_0p167","0p833_0p83_0p167_0p16"],"t":48,"s":[50,94.325],"e":[50,99.267]},{"i":{"x":[0.833,0.833],"y":[0.833,0.834]},"o":{"x":[0.167,0.167],"y":[0.167,0.164]},"n":["0p833_0p833_0p167_0p167","0p833_0p834_0p167_0p164"],"t":49,"s":[50,99.267],"e":[50,104.392]},{"i":{"x":[0.833,0.833],"y":[0.833,0.837]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p837_0p167_0p167"],"t":50,"s":[50,104.392],"e":[50,109.495]},{"i":{"x":[0.833,0.833],"y":[0.833,0.84]},"o":{"x":[0.167,0.167],"y":[0.167,0.17]},"n":["0p833_0p833_0p167_0p167","0p833_0p84_0p167_0p17"],"t":51,"s":[50,109.495],"e":[50,114.387]},{"i":{"x":[0.833,0.833],"y":[0.833,0.844]},"o":{"x":[0.167,0.167],"y":[0.167,0.174]},"n":["0p833_0p833_0p167_0p167","0p833_0p844_0p167_0p174"],"t":52,"s":[50,114.387],"e":[50,118.889]},{"i":{"x":[0.833,0.833],"y":[0.833,0.859]},"o":{"x":[0.167,0.167],"y":[0.167,0.179]},"n":["0p833_0p833_0p167_0p167","0p833_0p859_0p167_0p179"],"t":53,"s":[50,118.889],"e":[50,122.802]},{"i":{"x":[0.833,0.833],"y":[0.833,0.875]},"o":{"x":[0.167,0.167],"y":[0.167,0.205]},"n":["0p833_0p833_0p167_0p167","0p833_0p875_0p167_0p205"],"t":54,"s":[50,122.802],"e":[50,125.491]},{"i":{"x":[0.833,0.833],"y":[0.833,0.908]},"o":{"x":[0.167,0.167],"y":[0.167,0.25]},"n":["0p833_0p833_0p167_0p167","0p833_0p908_0p167_0p25"],"t":55,"s":[50,125.491],"e":[50,126.839]},{"i":{"x":[0.833,0.833],"y":[0.833,1.435]},"o":{"x":[0.167,0.167],"y":[0.167,0.86]},"n":["0p833_0p833_0p167_0p167","0p833_1p435_0p167_0p86"],"t":56,"s":[50,126.839],"e":[50,126.984]},{"i":{"x":[0.833,0.833],"y":[0.833,0.753]},"o":{"x":[0.167,0.167],"y":[0.167,0.07]},"n":["0p833_0p833_0p167_0p167","0p833_0p753_0p167_0p07"],"t":57,"s":[50,126.984],"e":[50,126.084]},{"i":{"x":[0.833,0.833],"y":[0.833,0.802]},"o":{"x":[0.167,0.167],"y":[0.167,0.126]},"n":["0p833_0p833_0p167_0p167","0p833_0p802_0p167_0p126"],"t":58,"s":[50,126.084],"e":[50,124.316]},{"i":{"x":[0.833,0.833],"y":[0.833,0.817]},"o":{"x":[0.167,0.167],"y":[0.167,0.144]},"n":["0p833_0p833_0p167_0p167","0p833_0p817_0p167_0p144"],"t":59,"s":[50,124.316],"e":[50,121.874]},{"i":{"x":[0.833,0.833],"y":[0.833,0.826]},"o":{"x":[0.167,0.167],"y":[0.167,0.153]},"n":["0p833_0p833_0p167_0p167","0p833_0p826_0p167_0p153"],"t":60,"s":[50,121.874],"e":[50,118.965]},{"i":{"x":[0.833,0.833],"y":[0.833,0.832]},"o":{"x":[0.167,0.167],"y":[0.167,0.16]},"n":["0p833_0p833_0p167_0p167","0p833_0p832_0p167_0p16"],"t":61,"s":[50,118.965],"e":[50,115.801]},{"i":{"x":[0.833,0.833],"y":[0.833,0.838]},"o":{"x":[0.167,0.167],"y":[0.167,0.165]},"n":["0p833_0p833_0p167_0p167","0p833_0p838_0p167_0p165"],"t":62,"s":[50,115.801],"e":[50,112.589]},{"i":{"x":[0.833,0.833],"y":[0.833,0.845]},"o":{"x":[0.167,0.167],"y":[0.167,0.172]},"n":["0p833_0p833_0p167_0p167","0p833_0p845_0p167_0p172"],"t":63,"s":[50,112.589],"e":[50,109.555]},{"i":{"x":[0.833,0.833],"y":[0.833,0.853]},"o":{"x":[0.167,0.167],"y":[0.167,0.18]},"n":["0p833_0p833_0p167_0p167","0p833_0p853_0p167_0p18"],"t":64,"s":[50,109.555],"e":[50,106.928]},{"i":{"x":[0.833,0.833],"y":[0.833,0.869]},"o":{"x":[0.167,0.167],"y":[0.167,0.193]},"n":["0p833_0p833_0p167_0p167","0p833_0p869_0p167_0p193"],"t":65,"s":[50,106.928],"e":[50,104.932]},{"i":{"x":[0.833,0.833],"y":[0.833,0.911]},"o":{"x":[0.167,0.167],"y":[0.167,0.229]},"n":["0p833_0p833_0p167_0p167","0p833_0p911_0p167_0p229"],"t":66,"s":[50,104.932],"e":[50,103.788]},{"i":{"x":[0.833,0.833],"y":[0.833,2.171]},"o":{"x":[0.167,0.167],"y":[0.167,1.286]},"n":["0p833_0p833_0p167_0p167","0p833_2p171_0p167_1p286"],"t":67,"s":[50,103.788],"e":[50,103.709]},{"i":{"x":[0.833,0.833],"y":[0.833,0.74]},"o":{"x":[0.167,0.167],"y":[0.167,0.078]},"n":["0p833_0p833_0p167_0p167","0p833_0p74_0p167_0p078"],"t":68,"s":[50,103.709],"e":[50,104.902]},{"i":{"x":[0.833,0.833],"y":[0.833,0.871]},"o":{"x":[0.167,0.167],"y":[0.167,0.123]},"n":["0p833_0p833_0p167_0p167","0p833_0p871_0p167_0p123"],"t":69,"s":[50,104.902],"e":[50,107.426]},{"i":{"x":[0.833,0.833],"y":[0.833,0.945]},"o":{"x":[0.167,0.167],"y":[0.167,0.235]},"n":["0p833_0p833_0p167_0p167","0p833_0p945_0p167_0p235"],"t":70,"s":[50,107.426],"e":[50,108.815]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,-0.161]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_-0p161"],"t":71,"s":[50,108.815],"e":[50,108.34]},{"t":72}]},"p":{"a":0,"k":[-225,0]},"r":{"a":0,"k":529},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect"},{"ty":"rc","d":1,"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.858]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p858_0p167_0p167"],"t":0,"s":[50,165.23],"e":[50,169.778]},{"i":{"x":[0.833,0.833],"y":[0.833,0.871]},"o":{"x":[0.167,0.167],"y":[0.167,0.202]},"n":["0p833_0p833_0p167_0p167","0p833_0p871_0p167_0p202"],"t":1,"s":[50,169.778],"e":[50,172.965]},{"i":{"x":[0.833,0.833],"y":[0.833,0.901]},"o":{"x":[0.167,0.167],"y":[0.167,0.235]},"n":["0p833_0p833_0p167_0p167","0p833_0p901_0p167_0p235"],"t":2,"s":[50,172.965],"e":[50,174.717]},{"i":{"x":[0.833,0.833],"y":[0.833,1.175]},"o":{"x":[0.167,0.167],"y":[0.167,0.533]},"n":["0p833_0p833_0p167_0p167","0p833_1p175_0p167_0p533"],"t":3,"s":[50,174.717],"e":[50,175.042]},{"i":{"x":[0.833,0.833],"y":[0.833,0.738]},"o":{"x":[0.167,0.167],"y":[0.167,0.056]},"n":["0p833_0p833_0p167_0p167","0p833_0p738_0p167_0p056"],"t":4,"s":[50,175.042],"e":[50,174.035]},{"i":{"x":[0.833,0.833],"y":[0.833,0.798]},"o":{"x":[0.167,0.167],"y":[0.167,0.122]},"n":["0p833_0p833_0p167_0p167","0p833_0p798_0p167_0p122"],"t":5,"s":[50,174.035],"e":[50,171.878]},{"i":{"x":[0.833,0.833],"y":[0.833,0.816]},"o":{"x":[0.167,0.167],"y":[0.167,0.142]},"n":["0p833_0p833_0p167_0p167","0p833_0p816_0p167_0p142"],"t":6,"s":[50,171.878],"e":[50,168.808]},{"i":{"x":[0.833,0.833],"y":[0.833,0.827]},"o":{"x":[0.167,0.167],"y":[0.167,0.152]},"n":["0p833_0p833_0p167_0p167","0p833_0p827_0p167_0p152"],"t":7,"s":[50,168.808],"e":[50,165.104]},{"i":{"x":[0.833,0.833],"y":[0.833,0.835]},"o":{"x":[0.167,0.167],"y":[0.167,0.16]},"n":["0p833_0p833_0p167_0p167","0p833_0p835_0p167_0p16"],"t":8,"s":[50,165.104],"e":[50,161.099]},{"i":{"x":[0.833,0.833],"y":[0.833,0.843]},"o":{"x":[0.167,0.167],"y":[0.167,0.168]},"n":["0p833_0p833_0p167_0p167","0p833_0p843_0p167_0p168"],"t":9,"s":[50,161.099],"e":[50,157.165]},{"i":{"x":[0.833,0.833],"y":[0.833,0.855]},"o":{"x":[0.167,0.167],"y":[0.167,0.178]},"n":["0p833_0p833_0p167_0p167","0p833_0p855_0p167_0p178"],"t":10,"s":[50,157.165],"e":[50,153.707]},{"i":{"x":[0.833,0.833],"y":[0.833,0.877]},"o":{"x":[0.167,0.167],"y":[0.167,0.196]},"n":["0p833_0p833_0p167_0p167","0p833_0p877_0p167_0p196"],"t":11,"s":[50,153.707],"e":[50,151.154]},{"i":{"x":[0.833,0.833],"y":[0.833,0.958]},"o":{"x":[0.167,0.167],"y":[0.167,0.261]},"n":["0p833_0p833_0p167_0p167","0p833_0p958_0p167_0p261"],"t":12,"s":[50,151.154],"e":[50,149.953]},{"i":{"x":[0.833,0.833],"y":[0.833,0.589]},"o":{"x":[0.167,0.167],"y":[0.167,-0.084]},"n":["0p833_0p833_0p167_0p167","0p833_0p589_0p167_-0p084"],"t":13,"s":[50,149.953],"e":[50,150.552]},{"i":{"x":[0.833,0.833],"y":[0.833,0.793]},"o":{"x":[0.167,0.167],"y":[0.167,0.104]},"n":["0p833_0p833_0p167_0p167","0p833_0p793_0p167_0p104"],"t":14,"s":[50,150.552],"e":[50,152.911]},{"i":{"x":[0.833,0.833],"y":[0.833,0.819]},"o":{"x":[0.167,0.167],"y":[0.167,0.139]},"n":["0p833_0p833_0p167_0p167","0p833_0p819_0p167_0p139"],"t":15,"s":[50,152.911],"e":[50,156.423]},{"i":{"x":[0.833,0.833],"y":[0.833,0.831]},"o":{"x":[0.167,0.167],"y":[0.167,0.155]},"n":["0p833_0p833_0p167_0p167","0p833_0p831_0p167_0p155"],"t":16,"s":[50,156.423],"e":[50,160.535]},{"i":{"x":[0.833,0.833],"y":[0.833,0.839]},"o":{"x":[0.167,0.167],"y":[0.167,0.164]},"n":["0p833_0p833_0p167_0p167","0p833_0p839_0p167_0p164"],"t":17,"s":[50,160.535],"e":[50,164.761]},{"i":{"x":[0.833,0.833],"y":[0.833,0.848]},"o":{"x":[0.167,0.167],"y":[0.167,0.173]},"n":["0p833_0p833_0p167_0p167","0p833_0p848_0p167_0p173"],"t":18,"s":[50,164.761],"e":[50,168.682]},{"i":{"x":[0.833,0.833],"y":[0.833,0.859]},"o":{"x":[0.167,0.167],"y":[0.167,0.184]},"n":["0p833_0p833_0p167_0p167","0p833_0p859_0p167_0p184"],"t":19,"s":[50,168.682],"e":[50,171.931]},{"i":{"x":[0.833,0.833],"y":[0.833,0.881]},"o":{"x":[0.167,0.167],"y":[0.167,0.203]},"n":["0p833_0p833_0p167_0p167","0p833_0p881_0p167_0p203"],"t":20,"s":[50,171.931],"e":[50,174.19]},{"i":{"x":[0.833,0.833],"y":[0.833,0.972]},"o":{"x":[0.167,0.167],"y":[0.167,0.276]},"n":["0p833_0p833_0p167_0p167","0p833_0p972_0p167_0p276"],"t":21,"s":[50,174.19],"e":[50,175.166]},{"i":{"x":[0.833,0.833],"y":[0.833,0.63]},"o":{"x":[0.167,0.167],"y":[0.167,-0.042]},"n":["0p833_0p833_0p167_0p167","0p833_0p63_0p167_-0p042"],"t":22,"s":[50,175.166],"e":[50,174.519]},{"i":{"x":[0.833,0.833],"y":[0.833,0.782]},"o":{"x":[0.167,0.167],"y":[0.167,0.108]},"n":["0p833_0p833_0p167_0p167","0p833_0p782_0p167_0p108"],"t":23,"s":[50,174.519],"e":[50,172.29]},{"i":{"x":[0.833,0.833],"y":[0.833,0.808]},"o":{"x":[0.167,0.167],"y":[0.167,0.135]},"n":["0p833_0p833_0p167_0p167","0p833_0p808_0p167_0p135"],"t":24,"s":[50,172.29],"e":[50,168.69]},{"i":{"x":[0.833,0.833],"y":[0.833,0.819]},"o":{"x":[0.167,0.167],"y":[0.167,0.147]},"n":["0p833_0p833_0p167_0p167","0p833_0p819_0p167_0p147"],"t":25,"s":[50,168.69],"e":[50,163.985]},{"i":{"x":[0.833,0.833],"y":[0.833,0.827]},"o":{"x":[0.167,0.167],"y":[0.167,0.155]},"n":["0p833_0p833_0p167_0p167","0p833_0p827_0p167_0p155"],"t":26,"s":[50,163.985],"e":[50,158.493]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.161]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p161"],"t":27,"s":[50,158.493],"e":[50,152.566]},{"i":{"x":[0.833,0.833],"y":[0.833,0.838]},"o":{"x":[0.167,0.167],"y":[0.167,0.166]},"n":["0p833_0p833_0p167_0p167","0p833_0p838_0p167_0p166"],"t":28,"s":[50,152.566],"e":[50,146.582]},{"i":{"x":[0.833,0.833],"y":[0.833,0.84]},"o":{"x":[0.167,0.167],"y":[0.167,0.171]},"n":["0p833_0p833_0p167_0p167","0p833_0p84_0p167_0p171"],"t":29,"s":[50,146.582],"e":[50,140.924]},{"i":{"x":[0.833,0.833],"y":[0.833,0.844]},"o":{"x":[0.167,0.167],"y":[0.167,0.174]},"n":["0p833_0p833_0p167_0p167","0p833_0p844_0p167_0p174"],"t":30,"s":[50,140.924],"e":[50,135.721]},{"i":{"x":[0.833,0.833],"y":[0.833,0.849]},"o":{"x":[0.167,0.167],"y":[0.167,0.178]},"n":["0p833_0p833_0p167_0p167","0p833_0p849_0p167_0p178"],"t":31,"s":[50,135.721],"e":[50,131.158]},{"i":{"x":[0.833,0.833],"y":[0.833,0.855]},"o":{"x":[0.167,0.167],"y":[0.167,0.186]},"n":["0p833_0p833_0p167_0p167","0p833_0p855_0p167_0p186"],"t":32,"s":[50,131.158],"e":[50,127.441]},{"i":{"x":[0.833,0.833],"y":[0.833,0.865]},"o":{"x":[0.167,0.167],"y":[0.167,0.197]},"n":["0p833_0p833_0p167_0p167","0p833_0p865_0p167_0p197"],"t":33,"s":[50,127.441],"e":[50,124.707]},{"i":{"x":[0.833,0.833],"y":[0.833,0.885]},"o":{"x":[0.167,0.167],"y":[0.167,0.219]},"n":["0p833_0p833_0p167_0p167","0p833_0p885_0p167_0p219"],"t":34,"s":[50,124.707],"e":[50,123.025]},{"i":{"x":[0.833,0.833],"y":[0.833,0.96]},"o":{"x":[0.167,0.167],"y":[0.167,0.304]},"n":["0p833_0p833_0p167_0p167","0p833_0p96_0p167_0p304"],"t":35,"s":[50,123.025],"e":[50,122.389]},{"i":{"x":[0.833,0.833],"y":[0.833,0.632]},"o":{"x":[0.167,0.167],"y":[0.167,-0.076]},"n":["0p833_0p833_0p167_0p167","0p833_0p632_0p167_-0p076"],"t":36,"s":[50,122.389],"e":[50,122.722]},{"i":{"x":[0.833,0.833],"y":[0.833,0.803]},"o":{"x":[0.167,0.167],"y":[0.167,0.108]},"n":["0p833_0p833_0p167_0p167","0p833_0p803_0p167_0p108"],"t":37,"s":[50,122.722],"e":[50,123.855]},{"i":{"x":[0.833,0.833],"y":[0.833,0.82]},"o":{"x":[0.167,0.167],"y":[0.167,0.144]},"n":["0p833_0p833_0p167_0p167","0p833_0p82_0p167_0p144"],"t":38,"s":[50,123.855],"e":[50,125.402]},{"i":{"x":[0.833,0.833],"y":[0.833,0.826]},"o":{"x":[0.167,0.167],"y":[0.167,0.156]},"n":["0p833_0p833_0p167_0p167","0p833_0p826_0p167_0p156"],"t":39,"s":[50,125.402],"e":[50,127.186]},{"i":{"x":[0.833,0.833],"y":[0.833,0.831]},"o":{"x":[0.167,0.167],"y":[0.167,0.16]},"n":["0p833_0p833_0p167_0p167","0p833_0p831_0p167_0p16"],"t":40,"s":[50,127.186],"e":[50,129.121]},{"i":{"x":[0.833,0.833],"y":[0.833,0.835]},"o":{"x":[0.167,0.167],"y":[0.167,0.164]},"n":["0p833_0p833_0p167_0p167","0p833_0p835_0p167_0p164"],"t":41,"s":[50,129.121],"e":[50,131.111]},{"i":{"x":[0.833,0.833],"y":[0.833,0.839]},"o":{"x":[0.167,0.167],"y":[0.167,0.168]},"n":["0p833_0p833_0p167_0p167","0p833_0p839_0p167_0p168"],"t":42,"s":[50,131.111],"e":[50,133.06]},{"i":{"x":[0.833,0.833],"y":[0.833,0.844]},"o":{"x":[0.167,0.167],"y":[0.167,0.173]},"n":["0p833_0p833_0p167_0p167","0p833_0p844_0p167_0p173"],"t":43,"s":[50,133.06],"e":[50,134.874]},{"i":{"x":[0.833,0.833],"y":[0.833,0.849]},"o":{"x":[0.167,0.167],"y":[0.167,0.178]},"n":["0p833_0p833_0p167_0p167","0p833_0p849_0p167_0p178"],"t":44,"s":[50,134.874],"e":[50,136.463]},{"i":{"x":[0.833,0.833],"y":[0.833,0.854]},"o":{"x":[0.167,0.167],"y":[0.167,0.187]},"n":["0p833_0p833_0p167_0p167","0p833_0p854_0p167_0p187"],"t":45,"s":[50,136.463],"e":[50,137.746]},{"i":{"x":[0.833,0.833],"y":[0.833,0.843]},"o":{"x":[0.167,0.167],"y":[0.167,0.194]},"n":["0p833_0p833_0p167_0p167","0p833_0p843_0p167_0p194"],"t":46,"s":[50,137.746],"e":[50,138.715]},{"i":{"x":[0.833,0.833],"y":[0.833,0.824]},"o":{"x":[0.167,0.167],"y":[0.167,0.178]},"n":["0p833_0p833_0p167_0p167","0p833_0p824_0p167_0p178"],"t":47,"s":[50,138.715],"e":[50,139.57]},{"i":{"x":[0.833,0.833],"y":[0.833,0.809]},"o":{"x":[0.167,0.167],"y":[0.167,0.158]},"n":["0p833_0p833_0p167_0p167","0p833_0p809_0p167_0p158"],"t":48,"s":[50,139.57],"e":[50,140.519]},{"i":{"x":[0.833,0.833],"y":[0.833,0.804]},"o":{"x":[0.167,0.167],"y":[0.167,0.148]},"n":["0p833_0p833_0p167_0p167","0p833_0p804_0p167_0p148"],"t":49,"s":[50,140.519],"e":[50,141.74]},{"i":{"x":[0.833,0.833],"y":[0.833,0.805]},"o":{"x":[0.167,0.167],"y":[0.167,0.145]},"n":["0p833_0p833_0p167_0p167","0p833_0p805_0p167_0p145"],"t":50,"s":[50,141.74],"e":[50,143.386]},{"i":{"x":[0.833,0.833],"y":[0.833,0.808]},"o":{"x":[0.167,0.167],"y":[0.167,0.146]},"n":["0p833_0p833_0p167_0p167","0p833_0p808_0p167_0p146"],"t":51,"s":[50,143.386],"e":[50,145.593]},{"i":{"x":[0.833,0.833],"y":[0.833,0.813]},"o":{"x":[0.167,0.167],"y":[0.167,0.147]},"n":["0p833_0p833_0p167_0p167","0p833_0p813_0p167_0p147"],"t":52,"s":[50,145.593],"e":[50,148.479]},{"i":{"x":[0.833,0.833],"y":[0.833,0.857]},"o":{"x":[0.167,0.167],"y":[0.167,0.151]},"n":["0p833_0p833_0p167_0p167","0p833_0p857_0p167_0p151"],"t":53,"s":[50,148.479],"e":[50,152.058]},{"i":{"x":[0.833,0.833],"y":[0.833,0.881]},"o":{"x":[0.167,0.167],"y":[0.167,0.199]},"n":["0p833_0p833_0p167_0p167","0p833_0p881_0p167_0p199"],"t":54,"s":[50,152.058],"e":[50,154.635]},{"i":{"x":[0.833,0.833],"y":[0.833,0.925]},"o":{"x":[0.167,0.167],"y":[0.167,0.277]},"n":["0p833_0p833_0p167_0p167","0p833_0p925_0p167_0p277"],"t":55,"s":[50,154.635],"e":[50,155.743]},{"i":{"x":[0.833,0.833],"y":[0.833,0.131]},"o":{"x":[0.167,0.167],"y":[0.167,-0.704]},"n":["0p833_0p833_0p167_0p167","0p833_0p131_0p167_-0p704"],"t":56,"s":[50,155.743],"e":[50,155.626]},{"i":{"x":[0.833,0.833],"y":[0.833,0.776]},"o":{"x":[0.167,0.167],"y":[0.167,0.092]},"n":["0p833_0p833_0p167_0p167","0p833_0p776_0p167_0p092"],"t":57,"s":[50,155.626],"e":[50,154.521]},{"i":{"x":[0.833,0.833],"y":[0.833,0.81]},"o":{"x":[0.167,0.167],"y":[0.167,0.133]},"n":["0p833_0p833_0p167_0p167","0p833_0p81_0p167_0p133"],"t":58,"s":[50,154.521],"e":[50,152.661]},{"i":{"x":[0.833,0.833],"y":[0.833,0.823]},"o":{"x":[0.167,0.167],"y":[0.167,0.148]},"n":["0p833_0p833_0p167_0p167","0p833_0p823_0p167_0p148"],"t":59,"s":[50,152.661],"e":[50,150.279]},{"i":{"x":[0.833,0.833],"y":[0.833,0.832]},"o":{"x":[0.167,0.167],"y":[0.167,0.158]},"n":["0p833_0p833_0p167_0p167","0p833_0p832_0p167_0p158"],"t":60,"s":[50,150.279],"e":[50,147.608]},{"i":{"x":[0.833,0.833],"y":[0.833,0.843]},"o":{"x":[0.167,0.167],"y":[0.167,0.165]},"n":["0p833_0p833_0p167_0p167","0p833_0p843_0p167_0p165"],"t":61,"s":[50,147.608],"e":[50,144.889]},{"i":{"x":[0.833,0.833],"y":[0.833,0.854]},"o":{"x":[0.167,0.167],"y":[0.167,0.178]},"n":["0p833_0p833_0p167_0p167","0p833_0p854_0p167_0p178"],"t":62,"s":[50,144.889],"e":[50,142.492]},{"i":{"x":[0.833,0.833],"y":[0.833,0.87]},"o":{"x":[0.167,0.167],"y":[0.167,0.193]},"n":["0p833_0p833_0p167_0p167","0p833_0p87_0p167_0p193"],"t":63,"s":[50,142.492],"e":[50,140.676]},{"i":{"x":[0.833,0.833],"y":[0.833,0.915]},"o":{"x":[0.167,0.167],"y":[0.167,0.231]},"n":["0p833_0p833_0p167_0p167","0p833_0p915_0p167_0p231"],"t":64,"s":[50,140.676],"e":[50,139.651]},{"i":{"x":[0.833,0.833],"y":[0.833,5.904]},"o":{"x":[0.167,0.167],"y":[0.167,4.348]},"n":["0p833_0p833_0p167_0p167","0p833_5p904_0p167_4p348"],"t":65,"s":[50,139.651],"e":[50,139.631]},{"i":{"x":[0.833,0.833],"y":[0.833,0.734]},"o":{"x":[0.167,0.167],"y":[0.167,0.082]},"n":["0p833_0p833_0p167_0p167","0p833_0p734_0p167_0p082"],"t":66,"s":[50,139.631],"e":[50,140.83]},{"i":{"x":[0.833,0.833],"y":[0.833,0.782]},"o":{"x":[0.167,0.167],"y":[0.167,0.121]},"n":["0p833_0p833_0p167_0p167","0p833_0p782_0p167_0p121"],"t":67,"s":[50,140.83],"e":[50,143.456]},{"i":{"x":[0.833,0.833],"y":[0.833,0.8]},"o":{"x":[0.167,0.167],"y":[0.167,0.135]},"n":["0p833_0p833_0p167_0p167","0p833_0p8_0p167_0p135"],"t":68,"s":[50,143.456],"e":[50,147.702]},{"i":{"x":[0.833,0.833],"y":[0.833,0.831]},"o":{"x":[0.167,0.167],"y":[0.167,0.143]},"n":["0p833_0p833_0p167_0p167","0p833_0p831_0p167_0p143"],"t":69,"s":[50,147.702],"e":[50,153.664]},{"i":{"x":[0.833,0.833],"y":[0.833,0.842]},"o":{"x":[0.167,0.167],"y":[0.167,0.165]},"n":["0p833_0p833_0p167_0p167","0p833_0p842_0p167_0p165"],"t":70,"s":[50,153.664],"e":[50,159.783]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.177]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p177"],"t":71,"s":[50,159.783],"e":[50,165.23]},{"t":72}]},"p":{"a":0,"k":[-150,0]},"r":{"a":0,"k":529},"nm":"Rectangle Path 6","mn":"ADBE Vector Shape - Rect"},{"ty":"rc","d":1,"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.81]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p81_0p167_0p167"],"t":0,"s":[50,255.119],"e":[50,252.513]},{"i":{"x":[0.833,0.833],"y":[0.833,0.825]},"o":{"x":[0.167,0.167],"y":[0.167,0.148]},"n":["0p833_0p833_0p167_0p167","0p833_0p825_0p167_0p148"],"t":1,"s":[50,252.513],"e":[50,249.162]},{"i":{"x":[0.833,0.833],"y":[0.833,0.834]},"o":{"x":[0.167,0.167],"y":[0.167,0.159]},"n":["0p833_0p833_0p167_0p167","0p833_0p834_0p167_0p159"],"t":2,"s":[50,249.162],"e":[50,245.485]},{"i":{"x":[0.833,0.833],"y":[0.833,0.84]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p84_0p167_0p167"],"t":3,"s":[50,245.485],"e":[50,241.828]},{"i":{"x":[0.833,0.833],"y":[0.833,0.846]},"o":{"x":[0.167,0.167],"y":[0.167,0.174]},"n":["0p833_0p833_0p167_0p167","0p833_0p846_0p167_0p174"],"t":4,"s":[50,241.828],"e":[50,238.468]},{"i":{"x":[0.833,0.833],"y":[0.833,0.854]},"o":{"x":[0.167,0.167],"y":[0.167,0.181]},"n":["0p833_0p833_0p167_0p167","0p833_0p854_0p167_0p181"],"t":5,"s":[50,238.468],"e":[50,235.608]},{"i":{"x":[0.833,0.833],"y":[0.833,0.868]},"o":{"x":[0.167,0.167],"y":[0.167,0.195]},"n":["0p833_0p833_0p167_0p167","0p833_0p868_0p167_0p195"],"t":6,"s":[50,235.608],"e":[50,233.47]},{"i":{"x":[0.833,0.833],"y":[0.833,0.899]},"o":{"x":[0.167,0.167],"y":[0.167,0.226]},"n":["0p833_0p833_0p167_0p167","0p833_0p899_0p167_0p226"],"t":7,"s":[50,233.47],"e":[50,232.219]},{"i":{"x":[0.833,0.833],"y":[0.833,1.156]},"o":{"x":[0.167,0.167],"y":[0.167,0.473]},"n":["0p833_0p833_0p167_0p167","0p833_1p156_0p167_0p473"],"t":8,"s":[50,232.219],"e":[50,231.952]},{"i":{"x":[0.833,0.833],"y":[0.833,0.719]},"o":{"x":[0.167,0.167],"y":[0.167,0.054]},"n":["0p833_0p833_0p167_0p167","0p833_0p719_0p167_0p054"],"t":9,"s":[50,231.952],"e":[50,232.721]},{"i":{"x":[0.833,0.833],"y":[0.833,0.786]},"o":{"x":[0.167,0.167],"y":[0.167,0.119]},"n":["0p833_0p833_0p167_0p167","0p833_0p786_0p167_0p119"],"t":10,"s":[50,232.721],"e":[50,234.541]},{"i":{"x":[0.833,0.833],"y":[0.833,0.805]},"o":{"x":[0.167,0.167],"y":[0.167,0.136]},"n":["0p833_0p833_0p167_0p167","0p833_0p805_0p167_0p136"],"t":11,"s":[50,234.541],"e":[50,237.394]},{"i":{"x":[0.833,0.833],"y":[0.833,0.814]},"o":{"x":[0.167,0.167],"y":[0.167,0.145]},"n":["0p833_0p833_0p167_0p167","0p833_0p814_0p167_0p145"],"t":12,"s":[50,237.394],"e":[50,241.233]},{"i":{"x":[0.833,0.833],"y":[0.833,0.825]},"o":{"x":[0.167,0.167],"y":[0.167,0.151]},"n":["0p833_0p833_0p167_0p167","0p833_0p825_0p167_0p151"],"t":13,"s":[50,241.233],"e":[50,245.978]},{"i":{"x":[0.833,0.833],"y":[0.833,0.834]},"o":{"x":[0.167,0.167],"y":[0.167,0.159]},"n":["0p833_0p833_0p167_0p167","0p833_0p834_0p167_0p159"],"t":14,"s":[50,245.978],"e":[50,251.225]},{"i":{"x":[0.833,0.833],"y":[0.833,0.84]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p84_0p167_0p167"],"t":15,"s":[50,251.225],"e":[50,256.447]},{"i":{"x":[0.833,0.833],"y":[0.833,0.845]},"o":{"x":[0.167,0.167],"y":[0.167,0.174]},"n":["0p833_0p833_0p167_0p167","0p833_0p845_0p167_0p174"],"t":16,"s":[50,256.447],"e":[50,261.259]},{"i":{"x":[0.833,0.833],"y":[0.833,0.851]},"o":{"x":[0.167,0.167],"y":[0.167,0.181]},"n":["0p833_0p833_0p167_0p167","0p833_0p851_0p167_0p181"],"t":17,"s":[50,261.259],"e":[50,265.38]},{"i":{"x":[0.833,0.833],"y":[0.833,0.857]},"o":{"x":[0.167,0.167],"y":[0.167,0.189]},"n":["0p833_0p833_0p167_0p167","0p833_0p857_0p167_0p189"],"t":18,"s":[50,265.38],"e":[50,268.636]},{"i":{"x":[0.833,0.833],"y":[0.833,0.866]},"o":{"x":[0.167,0.167],"y":[0.167,0.201]},"n":["0p833_0p833_0p167_0p167","0p833_0p866_0p167_0p201"],"t":19,"s":[50,268.636],"e":[50,270.95]},{"i":{"x":[0.833,0.833],"y":[0.833,0.883]},"o":{"x":[0.167,0.167],"y":[0.167,0.222]},"n":["0p833_0p833_0p167_0p167","0p833_0p883_0p167_0p222"],"t":20,"s":[50,270.95],"e":[50,272.344]},{"i":{"x":[0.833,0.833],"y":[0.833,1.009]},"o":{"x":[0.167,0.167],"y":[0.167,0.291]},"n":["0p833_0p833_0p167_0p167","0p833_1p009_0p167_0p291"],"t":21,"s":[50,272.344],"e":[50,272.904]},{"i":{"x":[0.833,0.833],"y":[0.833,0.67]},"o":{"x":[0.167,0.167],"y":[0.167,0.008]},"n":["0p833_0p833_0p167_0p167","0p833_0p67_0p167_0p008"],"t":22,"s":[50,272.904],"e":[50,272.285]},{"i":{"x":[0.833,0.833],"y":[0.833,0.788]},"o":{"x":[0.167,0.167],"y":[0.167,0.112]},"n":["0p833_0p833_0p167_0p167","0p833_0p788_0p167_0p112"],"t":23,"s":[50,272.285],"e":[50,270.454]},{"i":{"x":[0.833,0.833],"y":[0.833,0.812]},"o":{"x":[0.167,0.167],"y":[0.167,0.137]},"n":["0p833_0p833_0p167_0p167","0p833_0p812_0p167_0p137"],"t":24,"s":[50,270.454],"e":[50,267.629]},{"i":{"x":[0.833,0.833],"y":[0.833,0.824]},"o":{"x":[0.167,0.167],"y":[0.167,0.15]},"n":["0p833_0p833_0p167_0p167","0p833_0p824_0p167_0p15"],"t":25,"s":[50,267.629],"e":[50,264.077]},{"i":{"x":[0.833,0.833],"y":[0.833,0.832]},"o":{"x":[0.167,0.167],"y":[0.167,0.158]},"n":["0p833_0p833_0p167_0p167","0p833_0p832_0p167_0p158"],"t":26,"s":[50,264.077],"e":[50,260.115]},{"i":{"x":[0.833,0.833],"y":[0.833,0.84]},"o":{"x":[0.167,0.167],"y":[0.167,0.165]},"n":["0p833_0p833_0p167_0p167","0p833_0p84_0p167_0p165"],"t":27,"s":[50,260.115],"e":[50,256.096]},{"i":{"x":[0.833,0.833],"y":[0.833,0.85]},"o":{"x":[0.167,0.167],"y":[0.167,0.174]},"n":["0p833_0p833_0p167_0p167","0p833_0p85_0p167_0p174"],"t":28,"s":[50,256.096],"e":[50,252.406]},{"i":{"x":[0.833,0.833],"y":[0.833,0.86]},"o":{"x":[0.167,0.167],"y":[0.167,0.188]},"n":["0p833_0p833_0p167_0p167","0p833_0p86_0p167_0p188"],"t":29,"s":[50,252.406],"e":[50,249.454]},{"i":{"x":[0.833,0.833],"y":[0.833,0.867]},"o":{"x":[0.167,0.167],"y":[0.167,0.206]},"n":["0p833_0p833_0p167_0p167","0p833_0p867_0p167_0p206"],"t":30,"s":[50,249.454],"e":[50,247.455]},{"i":{"x":[0.833,0.833],"y":[0.833,0.879]},"o":{"x":[0.167,0.167],"y":[0.167,0.223]},"n":["0p833_0p833_0p167_0p167","0p833_0p879_0p167_0p223"],"t":31,"s":[50,247.455],"e":[50,246.264]},{"i":{"x":[0.833,0.833],"y":[0.833,0.917]},"o":{"x":[0.167,0.167],"y":[0.167,0.269]},"n":["0p833_0p833_0p167_0p167","0p833_0p917_0p167_0p269"],"t":32,"s":[50,246.264],"e":[50,245.728]},{"i":{"x":[0.833,0.833],"y":[0.833,-15.554]},"o":{"x":[0.167,0.167],"y":[0.167,-19.357]},"n":["0p833_0p833_0p167_0p167","0p833_-15p554_0p167_-19p357"],"t":33,"s":[50,245.728],"e":[50,245.73]},{"i":{"x":[0.833,0.833],"y":[0.833,0.761]},"o":{"x":[0.167,0.167],"y":[0.167,0.084]},"n":["0p833_0p833_0p167_0p167","0p833_0p761_0p167_0p084"],"t":34,"s":[50,245.73],"e":[50,246.184]},{"i":{"x":[0.833,0.833],"y":[0.833,0.798]},"o":{"x":[0.167,0.167],"y":[0.167,0.128]},"n":["0p833_0p833_0p167_0p167","0p833_0p798_0p167_0p128"],"t":35,"s":[50,246.184],"e":[50,247.032]},{"i":{"x":[0.833,0.833],"y":[0.833,0.811]},"o":{"x":[0.167,0.167],"y":[0.167,0.142]},"n":["0p833_0p833_0p167_0p167","0p833_0p811_0p167_0p142"],"t":36,"s":[50,247.032],"e":[50,248.239]},{"i":{"x":[0.833,0.833],"y":[0.833,0.837]},"o":{"x":[0.167,0.167],"y":[0.167,0.149]},"n":["0p833_0p833_0p167_0p167","0p833_0p837_0p167_0p149"],"t":37,"s":[50,248.239],"e":[50,249.777]},{"i":{"x":[0.833,0.833],"y":[0.833,0.849]},"o":{"x":[0.167,0.167],"y":[0.167,0.171]},"n":["0p833_0p833_0p167_0p167","0p833_0p849_0p167_0p171"],"t":38,"s":[50,249.777],"e":[50,251.246]},{"i":{"x":[0.833,0.833],"y":[0.833,0.856]},"o":{"x":[0.167,0.167],"y":[0.167,0.186]},"n":["0p833_0p833_0p167_0p167","0p833_0p856_0p167_0p186"],"t":39,"s":[50,251.246],"e":[50,252.441]},{"i":{"x":[0.833,0.833],"y":[0.833,0.867]},"o":{"x":[0.167,0.167],"y":[0.167,0.197]},"n":["0p833_0p833_0p167_0p167","0p833_0p867_0p167_0p197"],"t":40,"s":[50,252.441],"e":[50,253.315]},{"i":{"x":[0.833,0.833],"y":[0.833,0.89]},"o":{"x":[0.167,0.167],"y":[0.167,0.222]},"n":["0p833_0p833_0p167_0p167","0p833_0p89_0p167_0p222"],"t":41,"s":[50,253.315],"e":[50,253.84]},{"i":{"x":[0.833,0.833],"y":[0.833,1.003]},"o":{"x":[0.167,0.167],"y":[0.167,0.342]},"n":["0p833_0p833_0p167_0p167","0p833_1p003_0p167_0p342"],"t":42,"s":[50,253.84],"e":[50,254.01]},{"i":{"x":[0.833,0.833],"y":[0.833,0.683]},"o":{"x":[0.167,0.167],"y":[0.167,0.003]},"n":["0p833_0p833_0p167_0p167","0p833_0p683_0p167_0p003"],"t":43,"s":[50,254.01],"e":[50,253.833]},{"i":{"x":[0.833,0.833],"y":[0.833,0.791]},"o":{"x":[0.167,0.167],"y":[0.167,0.113]},"n":["0p833_0p833_0p167_0p167","0p833_0p791_0p167_0p113"],"t":44,"s":[50,253.833],"e":[50,253.339]},{"i":{"x":[0.833,0.833],"y":[0.833,0.86]},"o":{"x":[0.167,0.167],"y":[0.167,0.139]},"n":["0p833_0p833_0p167_0p167","0p833_0p86_0p167_0p139"],"t":45,"s":[50,253.339],"e":[50,252.593]},{"i":{"x":[0.833,0.833],"y":[0.833,0.897]},"o":{"x":[0.167,0.167],"y":[0.167,0.205]},"n":["0p833_0p833_0p167_0p167","0p833_0p897_0p167_0p205"],"t":46,"s":[50,252.593],"e":[50,252.083]},{"i":{"x":[0.833,0.833],"y":[0.833,1.086]},"o":{"x":[0.167,0.167],"y":[0.167,0.44]},"n":["0p833_0p833_0p167_0p167","0p833_1p086_0p167_0p44"],"t":47,"s":[50,252.083],"e":[50,251.964]},{"i":{"x":[0.833,0.833],"y":[0.833,0.719]},"o":{"x":[0.167,0.167],"y":[0.167,0.042]},"n":["0p833_0p833_0p167_0p167","0p833_0p719_0p167_0p042"],"t":48,"s":[50,251.964],"e":[50,252.206]},{"i":{"x":[0.833,0.833],"y":[0.833,0.789]},"o":{"x":[0.167,0.167],"y":[0.167,0.118]},"n":["0p833_0p833_0p167_0p167","0p833_0p789_0p167_0p118"],"t":49,"s":[50,252.206],"e":[50,252.78]},{"i":{"x":[0.833,0.833],"y":[0.833,0.806]},"o":{"x":[0.167,0.167],"y":[0.167,0.138]},"n":["0p833_0p833_0p167_0p167","0p833_0p806_0p167_0p138"],"t":50,"s":[50,252.78],"e":[50,253.658]},{"i":{"x":[0.833,0.833],"y":[0.833,0.814]},"o":{"x":[0.167,0.167],"y":[0.167,0.146]},"n":["0p833_0p833_0p167_0p167","0p833_0p814_0p167_0p146"],"t":51,"s":[50,253.658],"e":[50,254.821]},{"i":{"x":[0.833,0.833],"y":[0.833,0.82]},"o":{"x":[0.167,0.167],"y":[0.167,0.151]},"n":["0p833_0p833_0p167_0p167","0p833_0p82_0p167_0p151"],"t":52,"s":[50,254.821],"e":[50,256.253]},{"i":{"x":[0.833,0.833],"y":[0.833,0.856]},"o":{"x":[0.167,0.167],"y":[0.167,0.155]},"n":["0p833_0p833_0p167_0p167","0p833_0p856_0p167_0p155"],"t":53,"s":[50,256.253],"e":[50,257.914]},{"i":{"x":[0.833,0.833],"y":[0.833,0.879]},"o":{"x":[0.167,0.167],"y":[0.167,0.198]},"n":["0p833_0p833_0p167_0p167","0p833_0p879_0p167_0p198"],"t":54,"s":[50,257.914],"e":[50,259.119]},{"i":{"x":[0.833,0.833],"y":[0.833,0.925]},"o":{"x":[0.167,0.167],"y":[0.167,0.27]},"n":["0p833_0p833_0p167_0p167","0p833_0p925_0p167_0p27"],"t":55,"s":[50,259.119],"e":[50,259.658]},{"i":{"x":[0.833,0.833],"y":[0.833,0.068]},"o":{"x":[0.167,0.167],"y":[0.167,-0.711]},"n":["0p833_0p833_0p167_0p167","0p833_0p068_0p167_-0p711"],"t":56,"s":[50,259.658],"e":[50,259.602]},{"i":{"x":[0.833,0.833],"y":[0.833,0.77]},"o":{"x":[0.167,0.167],"y":[0.167,0.092]},"n":["0p833_0p833_0p167_0p167","0p833_0p77_0p167_0p092"],"t":57,"s":[50,259.602],"e":[50,259.026]},{"i":{"x":[0.833,0.833],"y":[0.833,0.805]},"o":{"x":[0.167,0.167],"y":[0.167,0.131]},"n":["0p833_0p833_0p167_0p167","0p833_0p805_0p167_0p131"],"t":58,"s":[50,259.026],"e":[50,258.015]},{"i":{"x":[0.833,0.833],"y":[0.833,0.818]},"o":{"x":[0.167,0.167],"y":[0.167,0.146]},"n":["0p833_0p833_0p167_0p167","0p833_0p818_0p167_0p146"],"t":59,"s":[50,258.015],"e":[50,256.66]},{"i":{"x":[0.833,0.833],"y":[0.833,0.827]},"o":{"x":[0.167,0.167],"y":[0.167,0.154]},"n":["0p833_0p833_0p167_0p167","0p833_0p827_0p167_0p154"],"t":60,"s":[50,256.66],"e":[50,255.063]},{"i":{"x":[0.833,0.833],"y":[0.833,0.848]},"o":{"x":[0.167,0.167],"y":[0.167,0.161]},"n":["0p833_0p833_0p167_0p167","0p833_0p848_0p167_0p161"],"t":61,"s":[50,255.063],"e":[50,253.351]},{"i":{"x":[0.833,0.833],"y":[0.833,0.859]},"o":{"x":[0.167,0.167],"y":[0.167,0.185]},"n":["0p833_0p833_0p167_0p167","0p833_0p859_0p167_0p185"],"t":62,"s":[50,253.351],"e":[50,251.942]},{"i":{"x":[0.833,0.833],"y":[0.833,0.871]},"o":{"x":[0.167,0.167],"y":[0.167,0.204]},"n":["0p833_0p833_0p167_0p167","0p833_0p871_0p167_0p204"],"t":63,"s":[50,251.942],"e":[50,250.971]},{"i":{"x":[0.833,0.833],"y":[0.833,0.907]},"o":{"x":[0.167,0.167],"y":[0.167,0.237]},"n":["0p833_0p833_0p167_0p167","0p833_0p907_0p167_0p237"],"t":64,"s":[50,250.971],"e":[50,250.444]},{"i":{"x":[0.833,0.833],"y":[0.833,1.523]},"o":{"x":[0.167,0.167],"y":[0.167,0.812]},"n":["0p833_0p833_0p167_0p167","0p833_1p523_0p167_0p812"],"t":65,"s":[50,250.444],"e":[50,250.384]},{"i":{"x":[0.833,0.833],"y":[0.833,0.731]},"o":{"x":[0.167,0.167],"y":[0.167,0.072]},"n":["0p833_0p833_0p167_0p167","0p833_0p731_0p167_0p072"],"t":66,"s":[50,250.384],"e":[50,250.822]},{"i":{"x":[0.833,0.833],"y":[0.833,0.784]},"o":{"x":[0.167,0.167],"y":[0.167,0.121]},"n":["0p833_0p833_0p167_0p167","0p833_0p784_0p167_0p121"],"t":67,"s":[50,250.822],"e":[50,251.797]},{"i":{"x":[0.833,0.833],"y":[0.833,0.806]},"o":{"x":[0.167,0.167],"y":[0.167,0.136]},"n":["0p833_0p833_0p167_0p167","0p833_0p806_0p167_0p136"],"t":68,"s":[50,251.797],"e":[50,253.348]},{"i":{"x":[0.833,0.833],"y":[0.833,0.888]},"o":{"x":[0.167,0.167],"y":[0.167,0.146]},"n":["0p833_0p833_0p167_0p167","0p833_0p888_0p167_0p146"],"t":69,"s":[50,253.348],"e":[50,255.413]},{"i":{"x":[0.833,0.833],"y":[0.833,1.034]},"o":{"x":[0.167,0.167],"y":[0.167,0.322]},"n":["0p833_0p833_0p167_0p167","0p833_1p034_0p167_0p322"],"t":70,"s":[50,255.413],"e":[50,256.135]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.024]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p024"],"t":71,"s":[50,256.135],"e":[50,255.119]},{"t":72}]},"p":{"a":0,"k":[-75,0]},"r":{"a":0,"k":529},"nm":"Rectangle Path 5","mn":"ADBE Vector Shape - Rect"},{"ty":"rc","d":1,"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.822]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p822_0p167_0p167"],"t":0,"s":[50,185.044],"e":[50,180.601]},{"i":{"x":[0.833,0.833],"y":[0.833,0.83]},"o":{"x":[0.167,0.167],"y":[0.167,0.156]},"n":["0p833_0p833_0p167_0p167","0p833_0p83_0p167_0p156"],"t":1,"s":[50,180.601],"e":[50,175.537]},{"i":{"x":[0.833,0.833],"y":[0.833,0.835]},"o":{"x":[0.167,0.167],"y":[0.167,0.163]},"n":["0p833_0p833_0p167_0p167","0p833_0p835_0p167_0p163"],"t":2,"s":[50,175.537],"e":[50,170.241]},{"i":{"x":[0.833,0.833],"y":[0.833,0.838]},"o":{"x":[0.167,0.167],"y":[0.167,0.168]},"n":["0p833_0p833_0p167_0p167","0p833_0p838_0p167_0p168"],"t":3,"s":[50,170.241],"e":[50,165.027]},{"i":{"x":[0.833,0.833],"y":[0.833,0.842]},"o":{"x":[0.167,0.167],"y":[0.167,0.172]},"n":["0p833_0p833_0p167_0p167","0p833_0p842_0p167_0p172"],"t":4,"s":[50,165.027],"e":[50,160.135]},{"i":{"x":[0.833,0.833],"y":[0.833,0.844]},"o":{"x":[0.167,0.167],"y":[0.167,0.176]},"n":["0p833_0p833_0p167_0p167","0p833_0p844_0p167_0p176"],"t":5,"s":[50,160.135],"e":[50,155.735]},{"i":{"x":[0.833,0.833],"y":[0.833,0.849]},"o":{"x":[0.167,0.167],"y":[0.167,0.179]},"n":["0p833_0p833_0p167_0p167","0p833_0p849_0p167_0p179"],"t":6,"s":[50,155.735],"e":[50,151.921]},{"i":{"x":[0.833,0.833],"y":[0.833,0.855]},"o":{"x":[0.167,0.167],"y":[0.167,0.185]},"n":["0p833_0p833_0p167_0p167","0p833_0p855_0p167_0p185"],"t":7,"s":[50,151.921],"e":[50,148.8]},{"i":{"x":[0.833,0.833],"y":[0.833,0.865]},"o":{"x":[0.167,0.167],"y":[0.167,0.195]},"n":["0p833_0p833_0p167_0p167","0p833_0p865_0p167_0p195"],"t":8,"s":[50,148.8],"e":[50,146.479]},{"i":{"x":[0.833,0.833],"y":[0.833,0.887]},"o":{"x":[0.167,0.167],"y":[0.167,0.217]},"n":["0p833_0p833_0p167_0p167","0p833_0p887_0p167_0p217"],"t":9,"s":[50,146.479],"e":[50,145.035]},{"i":{"x":[0.833,0.833],"y":[0.833,0.99]},"o":{"x":[0.167,0.167],"y":[0.167,0.319]},"n":["0p833_0p833_0p167_0p167","0p833_0p99_0p167_0p319"],"t":10,"s":[50,145.035],"e":[50,144.524]},{"i":{"x":[0.833,0.833],"y":[0.833,0.656]},"o":{"x":[0.167,0.167],"y":[0.167,-0.012]},"n":["0p833_0p833_0p167_0p167","0p833_0p656_0p167_-0p012"],"t":11,"s":[50,144.524],"e":[50,144.971]},{"i":{"x":[0.833,0.833],"y":[0.833,0.782]},"o":{"x":[0.167,0.167],"y":[0.167,0.11]},"n":["0p833_0p833_0p167_0p167","0p833_0p782_0p167_0p11"],"t":12,"s":[50,144.971],"e":[50,146.371]},{"i":{"x":[0.833,0.833],"y":[0.833,0.844]},"o":{"x":[0.167,0.167],"y":[0.167,0.135]},"n":["0p833_0p833_0p167_0p167","0p833_0p844_0p167_0p135"],"t":13,"s":[50,146.371],"e":[50,148.628]},{"i":{"x":[0.833,0.833],"y":[0.833,0.863]},"o":{"x":[0.167,0.167],"y":[0.167,0.179]},"n":["0p833_0p833_0p167_0p167","0p833_0p863_0p167_0p179"],"t":14,"s":[50,148.628],"e":[50,150.601]},{"i":{"x":[0.833,0.833],"y":[0.833,0.876]},"o":{"x":[0.167,0.167],"y":[0.167,0.212]},"n":["0p833_0p833_0p167_0p167","0p833_0p876_0p167_0p212"],"t":15,"s":[50,150.601],"e":[50,151.879]},{"i":{"x":[0.833,0.833],"y":[0.833,0.914]},"o":{"x":[0.167,0.167],"y":[0.167,0.255]},"n":["0p833_0p833_0p167_0p167","0p833_0p914_0p167_0p255"],"t":16,"s":[50,151.879],"e":[50,152.5]},{"i":{"x":[0.833,0.833],"y":[0.833,3.478]},"o":{"x":[0.167,0.167],"y":[0.167,3.107]},"n":["0p833_0p833_0p167_0p167","0p833_3p478_0p167_3p107"],"t":17,"s":[50,152.5],"e":[50,152.517]},{"i":{"x":[0.833,0.833],"y":[0.833,0.757]},"o":{"x":[0.167,0.167],"y":[0.167,0.081]},"n":["0p833_0p833_0p167_0p167","0p833_0p757_0p167_0p081"],"t":18,"s":[50,152.517],"e":[50,151.991]},{"i":{"x":[0.833,0.833],"y":[0.833,0.797]},"o":{"x":[0.167,0.167],"y":[0.167,0.127]},"n":["0p833_0p833_0p167_0p167","0p833_0p797_0p167_0p127"],"t":19,"s":[50,151.991],"e":[50,150.982]},{"i":{"x":[0.833,0.833],"y":[0.833,0.81]},"o":{"x":[0.167,0.167],"y":[0.167,0.142]},"n":["0p833_0p833_0p167_0p167","0p833_0p81_0p167_0p142"],"t":20,"s":[50,150.982],"e":[50,149.539]},{"i":{"x":[0.833,0.833],"y":[0.833,0.814]},"o":{"x":[0.167,0.167],"y":[0.167,0.148]},"n":["0p833_0p833_0p167_0p167","0p833_0p814_0p167_0p148"],"t":21,"s":[50,149.539],"e":[50,147.689]},{"i":{"x":[0.833,0.833],"y":[0.833,0.821]},"o":{"x":[0.167,0.167],"y":[0.167,0.151]},"n":["0p833_0p833_0p167_0p167","0p833_0p821_0p167_0p151"],"t":22,"s":[50,147.689],"e":[50,145.42]},{"i":{"x":[0.833,0.833],"y":[0.833,0.828]},"o":{"x":[0.167,0.167],"y":[0.167,0.156]},"n":["0p833_0p833_0p167_0p167","0p833_0p828_0p167_0p156"],"t":23,"s":[50,145.42],"e":[50,142.827]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.161]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p161"],"t":24,"s":[50,142.827],"e":[50,140.057]},{"i":{"x":[0.833,0.833],"y":[0.833,0.839]},"o":{"x":[0.167,0.167],"y":[0.167,0.166]},"n":["0p833_0p833_0p167_0p167","0p833_0p839_0p167_0p166"],"t":25,"s":[50,140.057],"e":[50,137.278]},{"i":{"x":[0.833,0.833],"y":[0.833,0.846]},"o":{"x":[0.167,0.167],"y":[0.167,0.172]},"n":["0p833_0p833_0p167_0p167","0p833_0p846_0p167_0p172"],"t":26,"s":[50,137.278],"e":[50,134.681]},{"i":{"x":[0.833,0.833],"y":[0.833,0.857]},"o":{"x":[0.167,0.167],"y":[0.167,0.181]},"n":["0p833_0p833_0p167_0p167","0p833_0p857_0p167_0p181"],"t":27,"s":[50,134.681],"e":[50,132.476]},{"i":{"x":[0.833,0.833],"y":[0.833,0.877]},"o":{"x":[0.167,0.167],"y":[0.167,0.199]},"n":["0p833_0p833_0p167_0p167","0p833_0p877_0p167_0p199"],"t":28,"s":[50,132.476],"e":[50,130.894]},{"i":{"x":[0.833,0.833],"y":[0.833,0.869]},"o":{"x":[0.167,0.167],"y":[0.167,0.26]},"n":["0p833_0p833_0p167_0p167","0p833_0p869_0p167_0p26"],"t":29,"s":[50,130.894],"e":[50,130.149]},{"i":{"x":[0.833,0.833],"y":[0.833,0.835]},"o":{"x":[0.167,0.167],"y":[0.167,0.23]},"n":["0p833_0p833_0p167_0p167","0p833_0p835_0p167_0p23"],"t":30,"s":[50,130.149],"e":[50,129.727]},{"i":{"x":[0.833,0.833],"y":[0.833,0.827]},"o":{"x":[0.167,0.167],"y":[0.167,0.168]},"n":["0p833_0p833_0p167_0p167","0p833_0p827_0p167_0p168"],"t":31,"s":[50,129.727],"e":[50,129.313]},{"i":{"x":[0.833,0.833],"y":[0.833,0.829]},"o":{"x":[0.167,0.167],"y":[0.167,0.16]},"n":["0p833_0p833_0p167_0p167","0p833_0p829_0p167_0p16"],"t":32,"s":[50,129.313],"e":[50,128.864]},{"i":{"x":[0.833,0.833],"y":[0.833,0.841]},"o":{"x":[0.167,0.167],"y":[0.167,0.163]},"n":["0p833_0p833_0p167_0p167","0p833_0p841_0p167_0p163"],"t":33,"s":[50,128.864],"e":[50,128.393]},{"i":{"x":[0.833,0.833],"y":[0.833,0.865]},"o":{"x":[0.167,0.167],"y":[0.167,0.175]},"n":["0p833_0p833_0p167_0p167","0p833_0p865_0p167_0p175"],"t":34,"s":[50,128.393],"e":[50,127.965]},{"i":{"x":[0.833,0.833],"y":[0.833,0.937]},"o":{"x":[0.167,0.167],"y":[0.167,0.217]},"n":["0p833_0p833_0p167_0p167","0p833_0p937_0p167_0p217"],"t":35,"s":[50,127.965],"e":[50,127.696]},{"i":{"x":[0.833,0.833],"y":[0.833,0.101]},"o":{"x":[0.167,0.167],"y":[0.167,-0.257]},"n":["0p833_0p833_0p167_0p167","0p833_0p101_0p167_-0p257"],"t":36,"s":[50,127.696],"e":[50,127.762]},{"i":{"x":[0.833,0.833],"y":[0.833,0.706]},"o":{"x":[0.167,0.167],"y":[0.167,0.092]},"n":["0p833_0p833_0p167_0p167","0p833_0p706_0p167_0p092"],"t":37,"s":[50,127.762],"e":[50,128.405]},{"i":{"x":[0.833,0.833],"y":[0.833,0.79]},"o":{"x":[0.167,0.167],"y":[0.167,0.116]},"n":["0p833_0p833_0p167_0p167","0p833_0p79_0p167_0p116"],"t":38,"s":[50,128.405],"e":[50,130.03]},{"i":{"x":[0.833,0.833],"y":[0.833,0.814]},"o":{"x":[0.167,0.167],"y":[0.167,0.138]},"n":["0p833_0p833_0p167_0p167","0p833_0p814_0p167_0p138"],"t":39,"s":[50,130.03],"e":[50,132.505]},{"i":{"x":[0.833,0.833],"y":[0.833,0.825]},"o":{"x":[0.167,0.167],"y":[0.167,0.151]},"n":["0p833_0p833_0p167_0p167","0p833_0p825_0p167_0p151"],"t":40,"s":[50,132.505],"e":[50,135.549]},{"i":{"x":[0.833,0.833],"y":[0.833,0.832]},"o":{"x":[0.167,0.167],"y":[0.167,0.159]},"n":["0p833_0p833_0p167_0p167","0p833_0p832_0p167_0p159"],"t":41,"s":[50,135.549],"e":[50,138.901]},{"i":{"x":[0.833,0.833],"y":[0.833,0.837]},"o":{"x":[0.167,0.167],"y":[0.167,0.165]},"n":["0p833_0p833_0p167_0p167","0p833_0p837_0p167_0p165"],"t":42,"s":[50,138.901],"e":[50,142.317]},{"i":{"x":[0.833,0.833],"y":[0.833,0.842]},"o":{"x":[0.167,0.167],"y":[0.167,0.171]},"n":["0p833_0p833_0p167_0p167","0p833_0p842_0p167_0p171"],"t":43,"s":[50,142.317],"e":[50,145.581]},{"i":{"x":[0.833,0.833],"y":[0.833,0.848]},"o":{"x":[0.167,0.167],"y":[0.167,0.176]},"n":["0p833_0p833_0p167_0p167","0p833_0p848_0p167_0p176"],"t":44,"s":[50,145.581],"e":[50,148.502]},{"i":{"x":[0.833,0.833],"y":[0.833,0.866]},"o":{"x":[0.167,0.167],"y":[0.167,0.185]},"n":["0p833_0p833_0p167_0p167","0p833_0p866_0p167_0p185"],"t":45,"s":[50,148.502],"e":[50,150.904]},{"i":{"x":[0.833,0.833],"y":[0.833,0.892]},"o":{"x":[0.167,0.167],"y":[0.167,0.221]},"n":["0p833_0p833_0p167_0p167","0p833_0p892_0p167_0p221"],"t":46,"s":[50,150.904],"e":[50,152.359]},{"i":{"x":[0.833,0.833],"y":[0.833,1.012]},"o":{"x":[0.167,0.167],"y":[0.167,0.361]},"n":["0p833_0p833_0p167_0p167","0p833_1p012_0p167_0p361"],"t":47,"s":[50,152.359],"e":[50,152.796]},{"i":{"x":[0.833,0.833],"y":[0.833,0.691]},"o":{"x":[0.167,0.167],"y":[0.167,0.011]},"n":["0p833_0p833_0p167_0p167","0p833_0p691_0p167_0p011"],"t":48,"s":[50,152.796],"e":[50,152.294]},{"i":{"x":[0.833,0.833],"y":[0.833,0.787]},"o":{"x":[0.167,0.167],"y":[0.167,0.114]},"n":["0p833_0p833_0p167_0p167","0p833_0p787_0p167_0p114"],"t":49,"s":[50,152.294],"e":[50,150.934]},{"i":{"x":[0.833,0.833],"y":[0.833,0.808]},"o":{"x":[0.167,0.167],"y":[0.167,0.137]},"n":["0p833_0p833_0p167_0p167","0p833_0p808_0p167_0p137"],"t":50,"s":[50,150.934],"e":[50,148.813]},{"i":{"x":[0.833,0.833],"y":[0.833,0.819]},"o":{"x":[0.167,0.167],"y":[0.167,0.147]},"n":["0p833_0p833_0p167_0p167","0p833_0p819_0p167_0p147"],"t":51,"s":[50,148.813],"e":[50,146.05]},{"i":{"x":[0.833,0.833],"y":[0.833,0.827]},"o":{"x":[0.167,0.167],"y":[0.167,0.154]},"n":["0p833_0p833_0p167_0p167","0p833_0p827_0p167_0p154"],"t":52,"s":[50,146.05],"e":[50,142.798]},{"i":{"x":[0.833,0.833],"y":[0.833,0.845]},"o":{"x":[0.167,0.167],"y":[0.167,0.16]},"n":["0p833_0p833_0p167_0p167","0p833_0p845_0p167_0p16"],"t":53,"s":[50,142.798],"e":[50,139.281]},{"i":{"x":[0.833,0.833],"y":[0.833,0.859]},"o":{"x":[0.167,0.167],"y":[0.167,0.181]},"n":["0p833_0p833_0p167_0p167","0p833_0p859_0p167_0p181"],"t":54,"s":[50,139.281],"e":[50,136.266]},{"i":{"x":[0.833,0.833],"y":[0.833,0.876]},"o":{"x":[0.167,0.167],"y":[0.167,0.203]},"n":["0p833_0p833_0p167_0p167","0p833_0p876_0p167_0p203"],"t":55,"s":[50,136.266],"e":[50,134.163]},{"i":{"x":[0.833,0.833],"y":[0.833,0.927]},"o":{"x":[0.167,0.167],"y":[0.167,0.252]},"n":["0p833_0p833_0p167_0p167","0p833_0p927_0p167_0p252"],"t":56,"s":[50,134.163],"e":[50,133.125]},{"i":{"x":[0.833,0.833],"y":[0.833,0.023]},"o":{"x":[0.167,0.167],"y":[0.167,-0.614]},"n":["0p833_0p833_0p167_0p167","0p833_0p023_0p167_-0p614"],"t":57,"s":[50,133.125],"e":[50,133.249]},{"i":{"x":[0.833,0.833],"y":[0.833,0.758]},"o":{"x":[0.167,0.167],"y":[0.167,0.091]},"n":["0p833_0p833_0p167_0p167","0p833_0p758_0p167_0p091"],"t":58,"s":[50,133.249],"e":[50,134.58]},{"i":{"x":[0.833,0.833],"y":[0.833,0.796]},"o":{"x":[0.167,0.167],"y":[0.167,0.127]},"n":["0p833_0p833_0p167_0p167","0p833_0p796_0p167_0p127"],"t":59,"s":[50,134.58],"e":[50,137.108]},{"i":{"x":[0.833,0.833],"y":[0.833,0.81]},"o":{"x":[0.167,0.167],"y":[0.167,0.141]},"n":["0p833_0p833_0p167_0p167","0p833_0p81_0p167_0p141"],"t":60,"s":[50,137.108],"e":[50,140.769]},{"i":{"x":[0.833,0.833],"y":[0.833,0.817]},"o":{"x":[0.167,0.167],"y":[0.167,0.149]},"n":["0p833_0p833_0p167_0p167","0p833_0p817_0p167_0p149"],"t":61,"s":[50,140.769],"e":[50,145.446]},{"i":{"x":[0.833,0.833],"y":[0.833,0.823]},"o":{"x":[0.167,0.167],"y":[0.167,0.153]},"n":["0p833_0p833_0p167_0p167","0p833_0p823_0p167_0p153"],"t":62,"s":[50,145.446],"e":[50,151.033]},{"i":{"x":[0.833,0.833],"y":[0.833,0.828]},"o":{"x":[0.167,0.167],"y":[0.167,0.157]},"n":["0p833_0p833_0p167_0p167","0p833_0p828_0p167_0p157"],"t":63,"s":[50,151.033],"e":[50,157.317]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.162]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p162"],"t":64,"s":[50,157.317],"e":[50,164]},{"i":{"x":[0.833,0.833],"y":[0.833,0.838]},"o":{"x":[0.167,0.167],"y":[0.167,0.166]},"n":["0p833_0p833_0p167_0p167","0p833_0p838_0p167_0p166"],"t":65,"s":[50,164],"e":[50,170.72]},{"i":{"x":[0.833,0.833],"y":[0.833,0.845]},"o":{"x":[0.167,0.167],"y":[0.167,0.172]},"n":["0p833_0p833_0p167_0p167","0p833_0p845_0p167_0p172"],"t":66,"s":[50,170.72],"e":[50,177.042]},{"i":{"x":[0.833,0.833],"y":[0.833,0.857]},"o":{"x":[0.167,0.167],"y":[0.167,0.181]},"n":["0p833_0p833_0p167_0p167","0p833_0p857_0p167_0p181"],"t":67,"s":[50,177.042],"e":[50,182.446]},{"i":{"x":[0.833,0.833],"y":[0.833,0.881]},"o":{"x":[0.167,0.167],"y":[0.167,0.199]},"n":["0p833_0p833_0p167_0p167","0p833_0p881_0p167_0p199"],"t":68,"s":[50,182.446],"e":[50,186.325]},{"i":{"x":[0.833,0.833],"y":[0.833,0.947]},"o":{"x":[0.167,0.167],"y":[0.167,0.277]},"n":["0p833_0p833_0p167_0p167","0p833_0p947_0p167_0p277"],"t":69,"s":[50,186.325],"e":[50,187.992]},{"i":{"x":[0.833,0.833],"y":[0.833,0.589]},"o":{"x":[0.167,0.167],"y":[0.167,-0.149]},"n":["0p833_0p833_0p167_0p167","0p833_0p589_0p167_-0p149"],"t":70,"s":[50,187.992],"e":[50,187.394]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.105]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p105"],"t":71,"s":[50,187.394],"e":[50,185.044]},{"t":72}]},"p":{"a":0,"k":[150,0]},"r":{"a":0,"k":529},"nm":"Rectangle Path 4","mn":"ADBE Vector Shape - Rect"},{"ty":"rc","d":1,"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.854]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p854_0p167_0p167"],"t":0,"s":[50,247.826],"e":[50,244.829]},{"i":{"x":[0.833,0.833],"y":[0.833,0.867]},"o":{"x":[0.167,0.167],"y":[0.167,0.194]},"n":["0p833_0p833_0p167_0p167","0p833_0p867_0p167_0p194"],"t":1,"s":[50,244.829],"e":[50,242.581]},{"i":{"x":[0.833,0.833],"y":[0.833,0.896]},"o":{"x":[0.167,0.167],"y":[0.167,0.224]},"n":["0p833_0p833_0p167_0p167","0p833_0p896_0p167_0p224"],"t":2,"s":[50,242.581],"e":[50,241.253]},{"i":{"x":[0.833,0.833],"y":[0.833,1.082]},"o":{"x":[0.167,0.167],"y":[0.167,0.42]},"n":["0p833_0p833_0p167_0p167","0p833_1p082_0p167_0p42"],"t":3,"s":[50,241.253],"e":[50,240.924]},{"i":{"x":[0.833,0.833],"y":[0.833,0.723]},"o":{"x":[0.167,0.167],"y":[0.167,0.041]},"n":["0p833_0p833_0p167_0p167","0p833_0p723_0p167_0p041"],"t":4,"s":[50,240.924],"e":[50,241.577]},{"i":{"x":[0.833,0.833],"y":[0.833,0.795]},"o":{"x":[0.167,0.167],"y":[0.167,0.119]},"n":["0p833_0p833_0p167_0p167","0p833_0p795_0p167_0p119"],"t":5,"s":[50,241.577],"e":[50,243.097]},{"i":{"x":[0.833,0.833],"y":[0.833,0.813]},"o":{"x":[0.167,0.167],"y":[0.167,0.14]},"n":["0p833_0p833_0p167_0p167","0p833_0p813_0p167_0p14"],"t":6,"s":[50,243.097],"e":[50,245.32]},{"i":{"x":[0.833,0.833],"y":[0.833,0.823]},"o":{"x":[0.167,0.167],"y":[0.167,0.151]},"n":["0p833_0p833_0p167_0p167","0p833_0p823_0p167_0p151"],"t":7,"s":[50,245.32],"e":[50,248.076]},{"i":{"x":[0.833,0.833],"y":[0.833,0.831]},"o":{"x":[0.167,0.167],"y":[0.167,0.158]},"n":["0p833_0p833_0p167_0p167","0p833_0p831_0p167_0p158"],"t":8,"s":[50,248.076],"e":[50,251.164]},{"i":{"x":[0.833,0.833],"y":[0.833,0.837]},"o":{"x":[0.167,0.167],"y":[0.167,0.164]},"n":["0p833_0p833_0p167_0p167","0p833_0p837_0p167_0p164"],"t":9,"s":[50,251.164],"e":[50,254.354]},{"i":{"x":[0.833,0.833],"y":[0.833,0.845]},"o":{"x":[0.167,0.167],"y":[0.167,0.171]},"n":["0p833_0p833_0p167_0p167","0p833_0p845_0p167_0p171"],"t":10,"s":[50,254.354],"e":[50,257.391]},{"i":{"x":[0.833,0.833],"y":[0.833,0.857]},"o":{"x":[0.167,0.167],"y":[0.167,0.18]},"n":["0p833_0p833_0p167_0p167","0p833_0p857_0p167_0p18"],"t":11,"s":[50,257.391],"e":[50,259.999]},{"i":{"x":[0.833,0.833],"y":[0.833,0.877]},"o":{"x":[0.167,0.167],"y":[0.167,0.199]},"n":["0p833_0p833_0p167_0p167","0p833_0p877_0p167_0p199"],"t":12,"s":[50,259.999],"e":[50,261.88]},{"i":{"x":[0.833,0.833],"y":[0.833,0.861]},"o":{"x":[0.167,0.167],"y":[0.167,0.259]},"n":["0p833_0p833_0p167_0p167","0p833_0p861_0p167_0p259"],"t":13,"s":[50,261.88],"e":[50,262.772]},{"i":{"x":[0.833,0.833],"y":[0.833,0.84]},"o":{"x":[0.167,0.167],"y":[0.167,0.208]},"n":["0p833_0p833_0p167_0p167","0p833_0p84_0p167_0p208"],"t":14,"s":[50,262.772],"e":[50,263.368]},{"i":{"x":[0.833,0.833],"y":[0.833,0.85]},"o":{"x":[0.167,0.167],"y":[0.167,0.174]},"n":["0p833_0p833_0p167_0p167","0p833_0p85_0p167_0p174"],"t":15,"s":[50,263.368],"e":[50,263.918]},{"i":{"x":[0.833,0.833],"y":[0.833,0.858]},"o":{"x":[0.167,0.167],"y":[0.167,0.187]},"n":["0p833_0p833_0p167_0p167","0p833_0p858_0p167_0p187"],"t":16,"s":[50,263.918],"e":[50,264.361]},{"i":{"x":[0.833,0.833],"y":[0.833,0.866]},"o":{"x":[0.167,0.167],"y":[0.167,0.202]},"n":["0p833_0p833_0p167_0p167","0p833_0p866_0p167_0p202"],"t":17,"s":[50,264.361],"e":[50,264.672]},{"i":{"x":[0.833,0.833],"y":[0.833,0.869]},"o":{"x":[0.167,0.167],"y":[0.167,0.22]},"n":["0p833_0p833_0p167_0p167","0p833_0p869_0p167_0p22"],"t":18,"s":[50,264.672],"e":[50,264.861]},{"i":{"x":[0.833,0.833],"y":[0.833,0.844]},"o":{"x":[0.167,0.167],"y":[0.167,0.23]},"n":["0p833_0p833_0p167_0p167","0p833_0p844_0p167_0p23"],"t":19,"s":[50,264.861],"e":[50,264.969]},{"i":{"x":[0.833,0.833],"y":[0.833,0.754]},"o":{"x":[0.167,0.167],"y":[0.167,0.179]},"n":["0p833_0p833_0p167_0p167","0p833_0p754_0p167_0p179"],"t":20,"s":[50,264.969],"e":[50,265.062]},{"i":{"x":[0.833,0.833],"y":[0.833,0.671]},"o":{"x":[0.167,0.167],"y":[0.167,0.126]},"n":["0p833_0p833_0p167_0p167","0p833_0p671_0p167_0p126"],"t":21,"s":[50,265.062],"e":[50,265.244]},{"i":{"x":[0.833,0.833],"y":[0.833,0.773]},"o":{"x":[0.167,0.167],"y":[0.167,0.112]},"n":["0p833_0p833_0p167_0p167","0p833_0p773_0p167_0p112"],"t":22,"s":[50,265.244],"e":[50,265.782]},{"i":{"x":[0.833,0.833],"y":[0.833,0.803]},"o":{"x":[0.167,0.167],"y":[0.167,0.132]},"n":["0p833_0p833_0p167_0p167","0p833_0p803_0p167_0p132"],"t":23,"s":[50,265.782],"e":[50,266.712]},{"i":{"x":[0.833,0.833],"y":[0.833,0.814]},"o":{"x":[0.167,0.167],"y":[0.167,0.144]},"n":["0p833_0p833_0p167_0p167","0p833_0p814_0p167_0p144"],"t":24,"s":[50,266.712],"e":[50,267.981]},{"i":{"x":[0.833,0.833],"y":[0.833,0.82]},"o":{"x":[0.167,0.167],"y":[0.167,0.151]},"n":["0p833_0p833_0p167_0p167","0p833_0p82_0p167_0p151"],"t":25,"s":[50,267.981],"e":[50,269.542]},{"i":{"x":[0.833,0.833],"y":[0.833,0.823]},"o":{"x":[0.167,0.167],"y":[0.167,0.155]},"n":["0p833_0p833_0p167_0p167","0p833_0p823_0p167_0p155"],"t":26,"s":[50,269.542],"e":[50,271.355]},{"i":{"x":[0.833,0.833],"y":[0.833,0.825]},"o":{"x":[0.167,0.167],"y":[0.167,0.158]},"n":["0p833_0p833_0p167_0p167","0p833_0p825_0p167_0p158"],"t":27,"s":[50,271.355],"e":[50,273.39]},{"i":{"x":[0.833,0.833],"y":[0.833,0.826]},"o":{"x":[0.167,0.167],"y":[0.167,0.159]},"n":["0p833_0p833_0p167_0p167","0p833_0p826_0p167_0p159"],"t":28,"s":[50,273.39],"e":[50,275.626]},{"i":{"x":[0.833,0.833],"y":[0.833,0.834]},"o":{"x":[0.167,0.167],"y":[0.167,0.16]},"n":["0p833_0p833_0p167_0p167","0p833_0p834_0p167_0p16"],"t":29,"s":[50,275.626],"e":[50,278.05]},{"i":{"x":[0.833,0.833],"y":[0.833,0.842]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p842_0p167_0p167"],"t":30,"s":[50,278.05],"e":[50,280.461]},{"i":{"x":[0.833,0.833],"y":[0.833,0.849]},"o":{"x":[0.167,0.167],"y":[0.167,0.176]},"n":["0p833_0p833_0p167_0p167","0p833_0p849_0p167_0p176"],"t":31,"s":[50,280.461],"e":[50,282.63]},{"i":{"x":[0.833,0.833],"y":[0.833,0.858]},"o":{"x":[0.167,0.167],"y":[0.167,0.186]},"n":["0p833_0p833_0p167_0p167","0p833_0p858_0p167_0p186"],"t":32,"s":[50,282.63],"e":[50,284.398]},{"i":{"x":[0.833,0.833],"y":[0.833,0.873]},"o":{"x":[0.167,0.167],"y":[0.167,0.201]},"n":["0p833_0p833_0p167_0p167","0p833_0p873_0p167_0p201"],"t":33,"s":[50,284.398],"e":[50,285.647]},{"i":{"x":[0.833,0.833],"y":[0.833,0.913]},"o":{"x":[0.167,0.167],"y":[0.167,0.242]},"n":["0p833_0p833_0p167_0p167","0p833_0p913_0p167_0p242"],"t":34,"s":[50,285.647],"e":[50,286.301]},{"i":{"x":[0.833,0.833],"y":[0.833,2.539]},"o":{"x":[0.167,0.167],"y":[0.167,1.924]},"n":["0p833_0p833_0p167_0p167","0p833_2p539_0p167_1p924"],"t":35,"s":[50,286.301],"e":[50,286.33]},{"i":{"x":[0.833,0.833],"y":[0.833,0.754]},"o":{"x":[0.167,0.167],"y":[0.167,0.079]},"n":["0p833_0p833_0p167_0p167","0p833_0p754_0p167_0p079"],"t":36,"s":[50,286.33],"e":[50,285.754]},{"i":{"x":[0.833,0.833],"y":[0.833,0.782]},"o":{"x":[0.167,0.167],"y":[0.167,0.126]},"n":["0p833_0p833_0p167_0p167","0p833_0p782_0p167_0p126"],"t":37,"s":[50,285.754],"e":[50,284.628]},{"i":{"x":[0.833,0.833],"y":[0.833,0.804]},"o":{"x":[0.167,0.167],"y":[0.167,0.135]},"n":["0p833_0p833_0p167_0p167","0p833_0p804_0p167_0p135"],"t":38,"s":[50,284.628],"e":[50,282.813]},{"i":{"x":[0.833,0.833],"y":[0.833,0.817]},"o":{"x":[0.167,0.167],"y":[0.167,0.145]},"n":["0p833_0p833_0p167_0p167","0p833_0p817_0p167_0p145"],"t":39,"s":[50,282.813],"e":[50,280.363]},{"i":{"x":[0.833,0.833],"y":[0.833,0.824]},"o":{"x":[0.167,0.167],"y":[0.167,0.153]},"n":["0p833_0p833_0p167_0p167","0p833_0p824_0p167_0p153"],"t":40,"s":[50,280.363],"e":[50,277.435]},{"i":{"x":[0.833,0.833],"y":[0.833,0.829]},"o":{"x":[0.167,0.167],"y":[0.167,0.159]},"n":["0p833_0p833_0p167_0p167","0p833_0p829_0p167_0p159"],"t":41,"s":[50,277.435],"e":[50,274.193]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.163]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p163"],"t":42,"s":[50,274.193],"e":[50,270.797]},{"i":{"x":[0.833,0.833],"y":[0.833,0.837]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p837_0p167_0p167"],"t":43,"s":[50,270.797],"e":[50,267.406]},{"i":{"x":[0.833,0.833],"y":[0.833,0.841]},"o":{"x":[0.167,0.167],"y":[0.167,0.171]},"n":["0p833_0p833_0p167_0p167","0p833_0p841_0p167_0p171"],"t":44,"s":[50,267.406],"e":[50,264.171]},{"i":{"x":[0.833,0.833],"y":[0.833,0.846]},"o":{"x":[0.167,0.167],"y":[0.167,0.175]},"n":["0p833_0p833_0p167_0p167","0p833_0p846_0p167_0p175"],"t":45,"s":[50,264.171],"e":[50,261.235]},{"i":{"x":[0.833,0.833],"y":[0.833,0.849]},"o":{"x":[0.167,0.167],"y":[0.167,0.181]},"n":["0p833_0p833_0p167_0p167","0p833_0p849_0p167_0p181"],"t":46,"s":[50,261.235],"e":[50,258.74]},{"i":{"x":[0.833,0.833],"y":[0.833,0.852]},"o":{"x":[0.167,0.167],"y":[0.167,0.186]},"n":["0p833_0p833_0p167_0p167","0p833_0p852_0p167_0p186"],"t":47,"s":[50,258.74],"e":[50,256.715]},{"i":{"x":[0.833,0.833],"y":[0.833,0.857]},"o":{"x":[0.167,0.167],"y":[0.167,0.191]},"n":["0p833_0p833_0p167_0p167","0p833_0p857_0p167_0p191"],"t":48,"s":[50,256.715],"e":[50,255.155]},{"i":{"x":[0.833,0.833],"y":[0.833,0.865]},"o":{"x":[0.167,0.167],"y":[0.167,0.2]},"n":["0p833_0p833_0p167_0p167","0p833_0p865_0p167_0p2"],"t":49,"s":[50,255.155],"e":[50,254.044]},{"i":{"x":[0.833,0.833],"y":[0.833,0.878]},"o":{"x":[0.167,0.167],"y":[0.167,0.217]},"n":["0p833_0p833_0p167_0p167","0p833_0p878_0p167_0p217"],"t":50,"s":[50,254.044],"e":[50,253.35]},{"i":{"x":[0.833,0.833],"y":[0.833,0.912]},"o":{"x":[0.167,0.167],"y":[0.167,0.263]},"n":["0p833_0p833_0p167_0p167","0p833_0p912_0p167_0p263"],"t":51,"s":[50,253.35],"e":[50,253.029]},{"i":{"x":[0.833,0.833],"y":[0.833,2.042]},"o":{"x":[0.167,0.167],"y":[0.167,1.703]},"n":["0p833_0p833_0p167_0p167","0p833_2p042_0p167_1p703"],"t":52,"s":[50,253.029],"e":[50,253.012]},{"i":{"x":[0.833,0.833],"y":[0.833,0.62]},"o":{"x":[0.167,0.167],"y":[0.167,0.077]},"n":["0p833_0p833_0p167_0p167","0p833_0p62_0p167_0p077"],"t":53,"s":[50,253.012],"e":[50,253.235]},{"i":{"x":[0.833,0.833],"y":[0.833,0.778]},"o":{"x":[0.167,0.167],"y":[0.167,0.107]},"n":["0p833_0p833_0p167_0p167","0p833_0p778_0p167_0p107"],"t":54,"s":[50,253.235],"e":[50,254.031]},{"i":{"x":[0.833,0.833],"y":[0.833,0.814]},"o":{"x":[0.167,0.167],"y":[0.167,0.133]},"n":["0p833_0p833_0p167_0p167","0p833_0p814_0p167_0p133"],"t":55,"s":[50,254.031],"e":[50,255.359]},{"i":{"x":[0.833,0.833],"y":[0.833,0.827]},"o":{"x":[0.167,0.167],"y":[0.167,0.151]},"n":["0p833_0p833_0p167_0p167","0p833_0p827_0p167_0p151"],"t":56,"s":[50,255.359],"e":[50,257.002]},{"i":{"x":[0.833,0.833],"y":[0.833,0.836]},"o":{"x":[0.167,0.167],"y":[0.167,0.161]},"n":["0p833_0p833_0p167_0p167","0p833_0p836_0p167_0p161"],"t":57,"s":[50,257.002],"e":[50,258.761]},{"i":{"x":[0.833,0.833],"y":[0.833,0.844]},"o":{"x":[0.167,0.167],"y":[0.167,0.17]},"n":["0p833_0p833_0p167_0p167","0p833_0p844_0p167_0p17"],"t":58,"s":[50,258.761],"e":[50,260.461]},{"i":{"x":[0.833,0.833],"y":[0.833,0.852]},"o":{"x":[0.167,0.167],"y":[0.167,0.178]},"n":["0p833_0p833_0p167_0p167","0p833_0p852_0p167_0p178"],"t":59,"s":[50,260.461],"e":[50,261.952]},{"i":{"x":[0.833,0.833],"y":[0.833,0.864]},"o":{"x":[0.167,0.167],"y":[0.167,0.191]},"n":["0p833_0p833_0p167_0p167","0p833_0p864_0p167_0p191"],"t":60,"s":[50,261.952],"e":[50,263.107]},{"i":{"x":[0.833,0.833],"y":[0.833,0.888]},"o":{"x":[0.167,0.167],"y":[0.167,0.216]},"n":["0p833_0p833_0p167_0p167","0p833_0p888_0p167_0p216"],"t":61,"s":[50,263.107],"e":[50,263.831]},{"i":{"x":[0.833,0.833],"y":[0.833,1.01]},"o":{"x":[0.167,0.167],"y":[0.167,0.327]},"n":["0p833_0p833_0p167_0p167","0p833_1p01_0p167_0p327"],"t":62,"s":[50,263.831],"e":[50,264.079]},{"i":{"x":[0.833,0.833],"y":[0.833,0.669]},"o":{"x":[0.167,0.167],"y":[0.167,0.009]},"n":["0p833_0p833_0p167_0p167","0p833_0p669_0p167_0p009"],"t":63,"s":[50,264.079],"e":[50,263.802]},{"i":{"x":[0.833,0.833],"y":[0.833,0.78]},"o":{"x":[0.167,0.167],"y":[0.167,0.111]},"n":["0p833_0p833_0p167_0p167","0p833_0p78_0p167_0p111"],"t":64,"s":[50,263.802],"e":[50,262.98]},{"i":{"x":[0.833,0.833],"y":[0.833,0.805]},"o":{"x":[0.167,0.167],"y":[0.167,0.134]},"n":["0p833_0p833_0p167_0p167","0p833_0p805_0p167_0p134"],"t":65,"s":[50,262.98],"e":[50,261.633]},{"i":{"x":[0.833,0.833],"y":[0.833,0.817]},"o":{"x":[0.167,0.167],"y":[0.167,0.145]},"n":["0p833_0p833_0p167_0p167","0p833_0p817_0p167_0p145"],"t":66,"s":[50,261.633],"e":[50,259.826]},{"i":{"x":[0.833,0.833],"y":[0.833,0.826]},"o":{"x":[0.167,0.167],"y":[0.167,0.153]},"n":["0p833_0p833_0p167_0p167","0p833_0p826_0p167_0p153"],"t":67,"s":[50,259.826],"e":[50,257.672]},{"i":{"x":[0.833,0.833],"y":[0.833,0.834]},"o":{"x":[0.167,0.167],"y":[0.167,0.16]},"n":["0p833_0p833_0p167_0p167","0p833_0p834_0p167_0p16"],"t":68,"s":[50,257.672],"e":[50,255.339]},{"i":{"x":[0.833,0.833],"y":[0.833,0.825]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p825_0p167_0p167"],"t":69,"s":[50,255.339],"e":[50,253.017]},{"i":{"x":[0.833,0.833],"y":[0.833,0.831]},"o":{"x":[0.167,0.167],"y":[0.167,0.159]},"n":["0p833_0p833_0p167_0p167","0p833_0p831_0p167_0p159"],"t":70,"s":[50,253.017],"e":[50,250.464]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.164]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p164"],"t":71,"s":[50,250.464],"e":[50,247.826]},{"t":72}]},"p":{"a":0,"k":[75,0]},"r":{"a":0,"k":529},"nm":"Rectangle Path 3","mn":"ADBE Vector Shape - Rect"},{"ty":"rc","d":1,"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.849]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p849_0p167_0p167"],"t":0,"s":[50,150.104],"e":[50,155.288]},{"i":{"x":[0.833,0.833],"y":[0.833,0.858]},"o":{"x":[0.167,0.167],"y":[0.167,0.186]},"n":["0p833_0p833_0p167_0p167","0p833_0p858_0p167_0p186"],"t":1,"s":[50,155.288],"e":[50,159.5]},{"i":{"x":[0.833,0.833],"y":[0.833,0.874]},"o":{"x":[0.167,0.167],"y":[0.167,0.203]},"n":["0p833_0p833_0p167_0p167","0p833_0p874_0p167_0p203"],"t":2,"s":[50,159.5],"e":[50,162.442]},{"i":{"x":[0.833,0.833],"y":[0.833,0.914]},"o":{"x":[0.167,0.167],"y":[0.167,0.246]},"n":["0p833_0p833_0p167_0p167","0p833_0p914_0p167_0p246"],"t":3,"s":[50,162.442],"e":[50,163.95]},{"i":{"x":[0.833,0.833],"y":[0.833,3.208]},"o":{"x":[0.167,0.167],"y":[0.167,2.718]},"n":["0p833_0p833_0p167_0p167","0p833_3p208_0p167_2p718"],"t":4,"s":[50,163.95],"e":[50,163.998]},{"i":{"x":[0.833,0.833],"y":[0.833,0.75]},"o":{"x":[0.167,0.167],"y":[0.167,0.08]},"n":["0p833_0p833_0p167_0p167","0p833_0p75_0p167_0p08"],"t":5,"s":[50,163.998],"e":[50,162.686]},{"i":{"x":[0.833,0.833],"y":[0.833,0.797]},"o":{"x":[0.167,0.167],"y":[0.167,0.125]},"n":["0p833_0p833_0p167_0p167","0p833_0p797_0p167_0p125"],"t":6,"s":[50,162.686],"e":[50,160.066]},{"i":{"x":[0.833,0.833],"y":[0.833,0.814]},"o":{"x":[0.167,0.167],"y":[0.167,0.141]},"n":["0p833_0p833_0p167_0p167","0p833_0p814_0p167_0p141"],"t":7,"s":[50,160.066],"e":[50,156.291]},{"i":{"x":[0.833,0.833],"y":[0.833,0.824]},"o":{"x":[0.167,0.167],"y":[0.167,0.151]},"n":["0p833_0p833_0p167_0p167","0p833_0p824_0p167_0p151"],"t":8,"s":[50,156.291],"e":[50,151.643]},{"i":{"x":[0.833,0.833],"y":[0.833,0.832]},"o":{"x":[0.167,0.167],"y":[0.167,0.158]},"n":["0p833_0p833_0p167_0p167","0p833_0p832_0p167_0p158"],"t":9,"s":[50,151.643],"e":[50,146.476]},{"i":{"x":[0.833,0.833],"y":[0.833,0.839]},"o":{"x":[0.167,0.167],"y":[0.167,0.165]},"n":["0p833_0p833_0p167_0p167","0p833_0p839_0p167_0p165"],"t":10,"s":[50,146.476],"e":[50,141.208]},{"i":{"x":[0.833,0.833],"y":[0.833,0.848]},"o":{"x":[0.167,0.167],"y":[0.167,0.173]},"n":["0p833_0p833_0p167_0p167","0p833_0p848_0p167_0p173"],"t":11,"s":[50,141.208],"e":[50,136.309]},{"i":{"x":[0.833,0.833],"y":[0.833,0.862]},"o":{"x":[0.167,0.167],"y":[0.167,0.185]},"n":["0p833_0p833_0p167_0p167","0p833_0p862_0p167_0p185"],"t":12,"s":[50,136.309],"e":[50,132.291]},{"i":{"x":[0.833,0.833],"y":[0.833,0.855]},"o":{"x":[0.167,0.167],"y":[0.167,0.21]},"n":["0p833_0p833_0p167_0p167","0p833_0p855_0p167_0p21"],"t":13,"s":[50,132.291],"e":[50,129.643]},{"i":{"x":[0.833,0.833],"y":[0.833,0.852]},"o":{"x":[0.167,0.167],"y":[0.167,0.196]},"n":["0p833_0p833_0p167_0p167","0p833_0p852_0p167_0p196"],"t":14,"s":[50,129.643],"e":[50,127.692]},{"i":{"x":[0.833,0.833],"y":[0.833,0.863]},"o":{"x":[0.167,0.167],"y":[0.167,0.191]},"n":["0p833_0p833_0p167_0p167","0p833_0p863_0p167_0p191"],"t":15,"s":[50,127.692],"e":[50,126.188]},{"i":{"x":[0.833,0.833],"y":[0.833,0.883]},"o":{"x":[0.167,0.167],"y":[0.167,0.213]},"n":["0p833_0p833_0p167_0p167","0p833_0p883_0p167_0p213"],"t":16,"s":[50,126.188],"e":[50,125.225]},{"i":{"x":[0.833,0.833],"y":[0.833,0.954]},"o":{"x":[0.167,0.167],"y":[0.167,0.292]},"n":["0p833_0p833_0p167_0p167","0p833_0p954_0p167_0p292"],"t":17,"s":[50,125.225],"e":[50,124.839]},{"i":{"x":[0.833,0.833],"y":[0.833,0.603]},"o":{"x":[0.167,0.167],"y":[0.167,-0.101]},"n":["0p833_0p833_0p167_0p167","0p833_0p603_0p167_-0p101"],"t":18,"s":[50,124.839],"e":[50,125.014]},{"i":{"x":[0.833,0.833],"y":[0.833,0.79]},"o":{"x":[0.167,0.167],"y":[0.167,0.105]},"n":["0p833_0p833_0p167_0p167","0p833_0p79_0p167_0p105"],"t":19,"s":[50,125.014],"e":[50,125.67]},{"i":{"x":[0.833,0.833],"y":[0.833,0.819]},"o":{"x":[0.167,0.167],"y":[0.167,0.138]},"n":["0p833_0p833_0p167_0p167","0p833_0p819_0p167_0p138"],"t":20,"s":[50,125.67],"e":[50,126.673]},{"i":{"x":[0.833,0.833],"y":[0.833,0.797]},"o":{"x":[0.167,0.167],"y":[0.167,0.154]},"n":["0p833_0p833_0p167_0p167","0p833_0p797_0p167_0p154"],"t":21,"s":[50,126.673],"e":[50,127.851]},{"i":{"x":[0.833,0.833],"y":[0.833,0.808]},"o":{"x":[0.167,0.167],"y":[0.167,0.142]},"n":["0p833_0p833_0p167_0p167","0p833_0p808_0p167_0p142"],"t":22,"s":[50,127.851],"e":[50,129.537]},{"i":{"x":[0.833,0.833],"y":[0.833,0.823]},"o":{"x":[0.167,0.167],"y":[0.167,0.147]},"n":["0p833_0p833_0p167_0p167","0p833_0p823_0p167_0p147"],"t":23,"s":[50,129.537],"e":[50,131.73]},{"i":{"x":[0.833,0.833],"y":[0.833,0.832]},"o":{"x":[0.167,0.167],"y":[0.167,0.157]},"n":["0p833_0p833_0p167_0p167","0p833_0p832_0p167_0p157"],"t":24,"s":[50,131.73],"e":[50,134.199]},{"i":{"x":[0.833,0.833],"y":[0.833,0.841]},"o":{"x":[0.167,0.167],"y":[0.167,0.166]},"n":["0p833_0p833_0p167_0p167","0p833_0p841_0p167_0p166"],"t":25,"s":[50,134.199],"e":[50,136.7]},{"i":{"x":[0.833,0.833],"y":[0.833,0.85]},"o":{"x":[0.167,0.167],"y":[0.167,0.175]},"n":["0p833_0p833_0p167_0p167","0p833_0p85_0p167_0p175"],"t":26,"s":[50,136.7],"e":[50,138.986]},{"i":{"x":[0.833,0.833],"y":[0.833,0.866]},"o":{"x":[0.167,0.167],"y":[0.167,0.188]},"n":["0p833_0p833_0p167_0p167","0p833_0p866_0p167_0p188"],"t":27,"s":[50,138.986],"e":[50,140.806]},{"i":{"x":[0.833,0.833],"y":[0.833,0.9]},"o":{"x":[0.167,0.167],"y":[0.167,0.219]},"n":["0p833_0p833_0p167_0p167","0p833_0p9_0p167_0p219"],"t":28,"s":[50,140.806],"e":[50,141.924]},{"i":{"x":[0.833,0.833],"y":[0.833,0.967]},"o":{"x":[0.167,0.167],"y":[0.167,0.492]},"n":["0p833_0p833_0p167_0p167","0p833_0p967_0p167_0p492"],"t":29,"s":[50,141.924],"e":[50,142.152]},{"i":{"x":[0.833,0.833],"y":[0.833,0.68]},"o":{"x":[0.167,0.167],"y":[0.167,-0.054]},"n":["0p833_0p833_0p167_0p167","0p833_0p68_0p167_-0p054"],"t":30,"s":[50,142.152],"e":[50,142.013]},{"i":{"x":[0.833,0.833],"y":[0.833,0.756]},"o":{"x":[0.167,0.167],"y":[0.167,0.113]},"n":["0p833_0p833_0p167_0p167","0p833_0p756_0p167_0p113"],"t":31,"s":[50,142.013],"e":[50,141.62]},{"i":{"x":[0.833,0.833],"y":[0.833,0.788]},"o":{"x":[0.167,0.167],"y":[0.167,0.127]},"n":["0p833_0p833_0p167_0p167","0p833_0p788_0p167_0p127"],"t":32,"s":[50,141.62],"e":[50,140.863]},{"i":{"x":[0.833,0.833],"y":[0.833,0.806]},"o":{"x":[0.167,0.167],"y":[0.167,0.137]},"n":["0p833_0p833_0p167_0p167","0p833_0p806_0p167_0p137"],"t":33,"s":[50,140.863],"e":[50,139.698]},{"i":{"x":[0.833,0.833],"y":[0.833,0.817]},"o":{"x":[0.167,0.167],"y":[0.167,0.146]},"n":["0p833_0p833_0p167_0p167","0p833_0p817_0p167_0p146"],"t":34,"s":[50,139.698],"e":[50,138.145]},{"i":{"x":[0.833,0.833],"y":[0.833,0.827]},"o":{"x":[0.167,0.167],"y":[0.167,0.153]},"n":["0p833_0p833_0p167_0p167","0p833_0p827_0p167_0p153"],"t":35,"s":[50,138.145],"e":[50,136.295]},{"i":{"x":[0.833,0.833],"y":[0.833,0.836]},"o":{"x":[0.167,0.167],"y":[0.167,0.161]},"n":["0p833_0p833_0p167_0p167","0p833_0p836_0p167_0p161"],"t":36,"s":[50,136.295],"e":[50,134.312]},{"i":{"x":[0.833,0.833],"y":[0.833,0.819]},"o":{"x":[0.167,0.167],"y":[0.167,0.17]},"n":["0p833_0p833_0p167_0p167","0p833_0p819_0p167_0p17"],"t":37,"s":[50,134.312],"e":[50,132.402]},{"i":{"x":[0.833,0.833],"y":[0.833,0.823]},"o":{"x":[0.167,0.167],"y":[0.167,0.155]},"n":["0p833_0p833_0p167_0p167","0p833_0p823_0p167_0p155"],"t":38,"s":[50,132.402],"e":[50,130.167]},{"i":{"x":[0.833,0.833],"y":[0.833,0.834]},"o":{"x":[0.167,0.167],"y":[0.167,0.157]},"n":["0p833_0p833_0p167_0p167","0p833_0p834_0p167_0p157"],"t":39,"s":[50,130.167],"e":[50,127.645]},{"i":{"x":[0.833,0.833],"y":[0.833,0.843]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p843_0p167_0p167"],"t":40,"s":[50,127.645],"e":[50,125.132]},{"i":{"x":[0.833,0.833],"y":[0.833,0.853]},"o":{"x":[0.167,0.167],"y":[0.167,0.177]},"n":["0p833_0p833_0p167_0p167","0p833_0p853_0p167_0p177"],"t":41,"s":[50,125.132],"e":[50,122.902]},{"i":{"x":[0.833,0.833],"y":[0.833,0.87]},"o":{"x":[0.167,0.167],"y":[0.167,0.193]},"n":["0p833_0p833_0p167_0p167","0p833_0p87_0p167_0p193"],"t":42,"s":[50,122.902],"e":[50,121.204]},{"i":{"x":[0.833,0.833],"y":[0.833,0.913]},"o":{"x":[0.167,0.167],"y":[0.167,0.231]},"n":["0p833_0p833_0p167_0p167","0p833_0p913_0p167_0p231"],"t":43,"s":[50,121.204],"e":[50,120.248]},{"i":{"x":[0.833,0.833],"y":[0.833,2.815]},"o":{"x":[0.167,0.167],"y":[0.167,1.874]},"n":["0p833_0p833_0p167_0p167","0p833_2p815_0p167_1p874"],"t":44,"s":[50,120.248],"e":[50,120.204]},{"i":{"x":[0.833,0.833],"y":[0.833,0.7]},"o":{"x":[0.167,0.167],"y":[0.167,0.08]},"n":["0p833_0p833_0p167_0p167","0p833_0p7_0p167_0p08"],"t":45,"s":[50,120.204],"e":[50,121.216]},{"i":{"x":[0.833,0.833],"y":[0.833,0.783]},"o":{"x":[0.167,0.167],"y":[0.167,0.115]},"n":["0p833_0p833_0p167_0p167","0p833_0p783_0p167_0p115"],"t":46,"s":[50,121.216],"e":[50,123.851]},{"i":{"x":[0.833,0.833],"y":[0.833,0.808]},"o":{"x":[0.167,0.167],"y":[0.167,0.135]},"n":["0p833_0p833_0p167_0p167","0p833_0p808_0p167_0p135"],"t":47,"s":[50,123.851],"e":[50,128.088]},{"i":{"x":[0.833,0.833],"y":[0.833,0.82]},"o":{"x":[0.167,0.167],"y":[0.167,0.147]},"n":["0p833_0p833_0p167_0p167","0p833_0p82_0p167_0p147"],"t":48,"s":[50,128.088],"e":[50,133.613]},{"i":{"x":[0.833,0.833],"y":[0.833,0.827]},"o":{"x":[0.167,0.167],"y":[0.167,0.155]},"n":["0p833_0p833_0p167_0p167","0p833_0p827_0p167_0p155"],"t":49,"s":[50,133.613],"e":[50,140.053]},{"i":{"x":[0.833,0.833],"y":[0.833,0.834]},"o":{"x":[0.167,0.167],"y":[0.167,0.161]},"n":["0p833_0p833_0p167_0p167","0p833_0p834_0p167_0p161"],"t":50,"s":[50,140.053],"e":[50,146.967]},{"i":{"x":[0.833,0.833],"y":[0.833,0.841]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p841_0p167_0p167"],"t":51,"s":[50,146.967],"e":[50,153.841]},{"i":{"x":[0.833,0.833],"y":[0.833,0.851]},"o":{"x":[0.167,0.167],"y":[0.167,0.175]},"n":["0p833_0p833_0p167_0p167","0p833_0p851_0p167_0p175"],"t":52,"s":[50,153.841],"e":[50,160.077]},{"i":{"x":[0.833,0.833],"y":[0.833,0.864]},"o":{"x":[0.167,0.167],"y":[0.167,0.189]},"n":["0p833_0p833_0p167_0p167","0p833_0p864_0p167_0p189"],"t":53,"s":[50,160.077],"e":[50,164.988]},{"i":{"x":[0.833,0.833],"y":[0.833,0.881]},"o":{"x":[0.167,0.167],"y":[0.167,0.216]},"n":["0p833_0p833_0p167_0p167","0p833_0p881_0p167_0p216"],"t":54,"s":[50,164.988],"e":[50,168.075]},{"i":{"x":[0.833,0.833],"y":[0.833,0.934]},"o":{"x":[0.167,0.167],"y":[0.167,0.277]},"n":["0p833_0p833_0p167_0p167","0p833_0p934_0p167_0p277"],"t":55,"s":[50,168.075],"e":[50,169.4]},{"i":{"x":[0.833,0.833],"y":[0.833,0.406]},"o":{"x":[0.167,0.167],"y":[0.167,-0.318]},"n":["0p833_0p833_0p167_0p167","0p833_0p406_0p167_-0p318"],"t":56,"s":[50,169.4],"e":[50,169.125]},{"i":{"x":[0.833,0.833],"y":[0.833,0.774]},"o":{"x":[0.167,0.167],"y":[0.167,0.097]},"n":["0p833_0p833_0p167_0p167","0p833_0p774_0p167_0p097"],"t":57,"s":[50,169.125],"e":[50,167.44]},{"i":{"x":[0.833,0.833],"y":[0.833,0.806]},"o":{"x":[0.167,0.167],"y":[0.167,0.132]},"n":["0p833_0p833_0p167_0p167","0p833_0p806_0p167_0p132"],"t":58,"s":[50,167.44],"e":[50,164.562]},{"i":{"x":[0.833,0.833],"y":[0.833,0.818]},"o":{"x":[0.167,0.167],"y":[0.167,0.146]},"n":["0p833_0p833_0p167_0p167","0p833_0p818_0p167_0p146"],"t":59,"s":[50,164.562],"e":[50,160.732]},{"i":{"x":[0.833,0.833],"y":[0.833,0.826]},"o":{"x":[0.167,0.167],"y":[0.167,0.154]},"n":["0p833_0p833_0p167_0p167","0p833_0p826_0p167_0p154"],"t":60,"s":[50,160.732],"e":[50,156.216]},{"i":{"x":[0.833,0.833],"y":[0.833,0.837]},"o":{"x":[0.167,0.167],"y":[0.167,0.16]},"n":["0p833_0p833_0p167_0p167","0p833_0p837_0p167_0p16"],"t":61,"s":[50,156.216],"e":[50,151.315]},{"i":{"x":[0.833,0.833],"y":[0.833,0.842]},"o":{"x":[0.167,0.167],"y":[0.167,0.17]},"n":["0p833_0p833_0p167_0p167","0p833_0p842_0p167_0p17"],"t":62,"s":[50,151.315],"e":[50,146.613]},{"i":{"x":[0.833,0.833],"y":[0.833,0.847]},"o":{"x":[0.167,0.167],"y":[0.167,0.177]},"n":["0p833_0p833_0p167_0p167","0p833_0p847_0p167_0p177"],"t":63,"s":[50,146.613],"e":[50,142.407]},{"i":{"x":[0.833,0.833],"y":[0.833,0.855]},"o":{"x":[0.167,0.167],"y":[0.167,0.183]},"n":["0p833_0p833_0p167_0p167","0p833_0p855_0p167_0p183"],"t":64,"s":[50,142.407],"e":[50,138.89]},{"i":{"x":[0.833,0.833],"y":[0.833,0.87]},"o":{"x":[0.167,0.167],"y":[0.167,0.196]},"n":["0p833_0p833_0p167_0p167","0p833_0p87_0p167_0p196"],"t":65,"s":[50,138.89],"e":[50,136.279]},{"i":{"x":[0.833,0.833],"y":[0.833,0.914]},"o":{"x":[0.167,0.167],"y":[0.167,0.232]},"n":["0p833_0p833_0p167_0p167","0p833_0p914_0p167_0p232"],"t":66,"s":[50,136.279],"e":[50,134.82]},{"i":{"x":[0.833,0.833],"y":[0.833,4.44]},"o":{"x":[0.167,0.167],"y":[0.167,3.159]},"n":["0p833_0p833_0p167_0p167","0p833_4p44_0p167_3p159"],"t":67,"s":[50,134.82],"e":[50,134.78]},{"i":{"x":[0.833,0.833],"y":[0.833,0.735]},"o":{"x":[0.167,0.167],"y":[0.167,0.081]},"n":["0p833_0p833_0p167_0p167","0p833_0p735_0p167_0p081"],"t":68,"s":[50,134.78],"e":[50,136.452]},{"i":{"x":[0.833,0.833],"y":[0.833,0.807]},"o":{"x":[0.167,0.167],"y":[0.167,0.122]},"n":["0p833_0p833_0p167_0p167","0p833_0p807_0p167_0p122"],"t":69,"s":[50,136.452],"e":[50,140.102]},{"i":{"x":[0.833,0.833],"y":[0.833,0.827]},"o":{"x":[0.167,0.167],"y":[0.167,0.146]},"n":["0p833_0p833_0p167_0p167","0p833_0p827_0p167_0p146"],"t":70,"s":[50,140.102],"e":[50,144.923]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.161]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p161"],"t":71,"s":[50,144.923],"e":[50,150.104]},{"t":72}]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":529},"nm":"Rectangle Path 2","mn":"ADBE Vector Shape - Rect"},{"ty":"rc","d":1,"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.866]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p866_0p167_0p167"],"t":0,"s":[50,104.576],"e":[50,102.581]},{"i":{"x":[0.833,0.833],"y":[0.833,0.874]},"o":{"x":[0.167,0.167],"y":[0.167,0.22]},"n":["0p833_0p833_0p167_0p167","0p833_0p874_0p167_0p22"],"t":1,"s":[50,102.581],"e":[50,101.368]},{"i":{"x":[0.833,0.833],"y":[0.833,0.887]},"o":{"x":[0.167,0.167],"y":[0.167,0.247]},"n":["0p833_0p833_0p167_0p167","0p833_0p887_0p167_0p247"],"t":2,"s":[50,101.368],"e":[50,100.752]},{"i":{"x":[0.833,0.833],"y":[0.833,0.897]},"o":{"x":[0.167,0.167],"y":[0.167,0.314]},"n":["0p833_0p833_0p167_0p167","0p833_0p897_0p167_0p314"],"t":3,"s":[50,100.752],"e":[50,100.53]},{"i":{"x":[0.833,0.833],"y":[0.833,0.733]},"o":{"x":[0.167,0.167],"y":[0.167,0.434]},"n":["0p833_0p833_0p167_0p167","0p833_0p733_0p167_0p434"],"t":4,"s":[50,100.53],"e":[50,100.477]},{"i":{"x":[0.833,0.833],"y":[0.833,0.8]},"o":{"x":[0.167,0.167],"y":[0.167,0.121]},"n":["0p833_0p833_0p167_0p167","0p833_0p8_0p167_0p121"],"t":5,"s":[50,100.477],"e":[50,100.36]},{"i":{"x":[0.833,0.833],"y":[0.833,0.796]},"o":{"x":[0.167,0.167],"y":[0.167,0.143]},"n":["0p833_0p833_0p167_0p167","0p833_0p796_0p167_0p143"],"t":6,"s":[50,100.36],"e":[50,100.196]},{"i":{"x":[0.833,0.833],"y":[0.833,0.77]},"o":{"x":[0.167,0.167],"y":[0.167,0.141]},"n":["0p833_0p833_0p167_0p167","0p833_0p77_0p167_0p141"],"t":7,"s":[50,100.196],"e":[50,99.959]},{"i":{"x":[0.833,0.833],"y":[0.833,0.774]},"o":{"x":[0.167,0.167],"y":[0.167,0.131]},"n":["0p833_0p833_0p167_0p167","0p833_0p774_0p167_0p131"],"t":8,"s":[50,99.959],"e":[50,99.542]},{"i":{"x":[0.833,0.833],"y":[0.833,0.785]},"o":{"x":[0.167,0.167],"y":[0.167,0.132]},"n":["0p833_0p833_0p167_0p167","0p833_0p785_0p167_0p132"],"t":9,"s":[50,99.542],"e":[50,98.83]},{"i":{"x":[0.833,0.833],"y":[0.833,0.794]},"o":{"x":[0.167,0.167],"y":[0.167,0.136]},"n":["0p833_0p833_0p167_0p167","0p833_0p794_0p167_0p136"],"t":10,"s":[50,98.83],"e":[50,97.705]},{"i":{"x":[0.833,0.833],"y":[0.833,0.801]},"o":{"x":[0.167,0.167],"y":[0.167,0.14]},"n":["0p833_0p833_0p167_0p167","0p833_0p801_0p167_0p14"],"t":11,"s":[50,97.705],"e":[50,96.046]},{"i":{"x":[0.833,0.833],"y":[0.833,0.805]},"o":{"x":[0.167,0.167],"y":[0.167,0.143]},"n":["0p833_0p833_0p167_0p167","0p833_0p805_0p167_0p143"],"t":12,"s":[50,96.046],"e":[50,93.735]},{"i":{"x":[0.833,0.833],"y":[0.833,0.804]},"o":{"x":[0.167,0.167],"y":[0.167,0.145]},"n":["0p833_0p833_0p167_0p167","0p833_0p804_0p167_0p145"],"t":13,"s":[50,93.735],"e":[50,90.631]},{"i":{"x":[0.833,0.833],"y":[0.833,0.821]},"o":{"x":[0.167,0.167],"y":[0.167,0.145]},"n":["0p833_0p833_0p167_0p167","0p833_0p821_0p167_0p145"],"t":14,"s":[50,90.631],"e":[50,86.454]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.156]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p156"],"t":15,"s":[50,86.454],"e":[50,81.676]},{"i":{"x":[0.833,0.833],"y":[0.833,0.84]},"o":{"x":[0.167,0.167],"y":[0.167,0.166]},"n":["0p833_0p833_0p167_0p167","0p833_0p84_0p167_0p166"],"t":16,"s":[50,81.676],"e":[50,76.869]},{"i":{"x":[0.833,0.833],"y":[0.833,0.847]},"o":{"x":[0.167,0.167],"y":[0.167,0.174]},"n":["0p833_0p833_0p167_0p167","0p833_0p847_0p167_0p174"],"t":17,"s":[50,76.869],"e":[50,72.473]},{"i":{"x":[0.833,0.833],"y":[0.833,0.855]},"o":{"x":[0.167,0.167],"y":[0.167,0.183]},"n":["0p833_0p833_0p167_0p167","0p833_0p855_0p167_0p183"],"t":18,"s":[50,72.473],"e":[50,68.807]},{"i":{"x":[0.833,0.833],"y":[0.833,0.865]},"o":{"x":[0.167,0.167],"y":[0.167,0.195]},"n":["0p833_0p833_0p167_0p167","0p833_0p865_0p167_0p195"],"t":19,"s":[50,68.807],"e":[50,66.081]},{"i":{"x":[0.833,0.833],"y":[0.833,0.885]},"o":{"x":[0.167,0.167],"y":[0.167,0.219]},"n":["0p833_0p833_0p167_0p167","0p833_0p885_0p167_0p219"],"t":20,"s":[50,66.081],"e":[50,64.401]},{"i":{"x":[0.833,0.833],"y":[0.833,0.93]},"o":{"x":[0.167,0.167],"y":[0.167,0.306]},"n":["0p833_0p833_0p167_0p167","0p833_0p93_0p167_0p306"],"t":21,"s":[50,64.401],"e":[50,63.772]},{"i":{"x":[0.833,0.833],"y":[0.833,0.278]},"o":{"x":[0.167,0.167],"y":[0.167,-0.427]},"n":["0p833_0p833_0p167_0p167","0p833_0p278_0p167_-0p427"],"t":22,"s":[50,63.772],"e":[50,63.874]},{"i":{"x":[0.833,0.833],"y":[0.833,0.758]},"o":{"x":[0.167,0.167],"y":[0.167,0.094]},"n":["0p833_0p833_0p167_0p167","0p833_0p758_0p167_0p094"],"t":23,"s":[50,63.874],"e":[50,64.661]},{"i":{"x":[0.833,0.833],"y":[0.833,0.796]},"o":{"x":[0.167,0.167],"y":[0.167,0.127]},"n":["0p833_0p833_0p167_0p167","0p833_0p796_0p167_0p127"],"t":24,"s":[50,64.661],"e":[50,66.158]},{"i":{"x":[0.833,0.833],"y":[0.833,0.812]},"o":{"x":[0.167,0.167],"y":[0.167,0.141]},"n":["0p833_0p833_0p167_0p167","0p833_0p812_0p167_0p141"],"t":25,"s":[50,66.158],"e":[50,68.322]},{"i":{"x":[0.833,0.833],"y":[0.833,0.822]},"o":{"x":[0.167,0.167],"y":[0.167,0.15]},"n":["0p833_0p833_0p167_0p167","0p833_0p822_0p167_0p15"],"t":26,"s":[50,68.322],"e":[50,71.042]},{"i":{"x":[0.833,0.833],"y":[0.833,0.83]},"o":{"x":[0.167,0.167],"y":[0.167,0.157]},"n":["0p833_0p833_0p167_0p167","0p833_0p83_0p167_0p157"],"t":27,"s":[50,71.042],"e":[50,74.137]},{"i":{"x":[0.833,0.833],"y":[0.833,0.837]},"o":{"x":[0.167,0.167],"y":[0.167,0.163]},"n":["0p833_0p833_0p167_0p167","0p833_0p837_0p167_0p163"],"t":28,"s":[50,74.137],"e":[50,77.357]},{"i":{"x":[0.833,0.833],"y":[0.833,0.812]},"o":{"x":[0.167,0.167],"y":[0.167,0.17]},"n":["0p833_0p833_0p167_0p167","0p833_0p812_0p167_0p17"],"t":29,"s":[50,77.357],"e":[50,80.445]},{"i":{"x":[0.833,0.833],"y":[0.833,0.814]},"o":{"x":[0.167,0.167],"y":[0.167,0.15]},"n":["0p833_0p833_0p167_0p167","0p833_0p814_0p167_0p15"],"t":30,"s":[50,80.445],"e":[50,84.307]},{"i":{"x":[0.833,0.833],"y":[0.833,0.824]},"o":{"x":[0.167,0.167],"y":[0.167,0.151]},"n":["0p833_0p833_0p167_0p167","0p833_0p824_0p167_0p151"],"t":31,"s":[50,84.307],"e":[50,89.063]},{"i":{"x":[0.833,0.833],"y":[0.833,0.83]},"o":{"x":[0.167,0.167],"y":[0.167,0.158]},"n":["0p833_0p833_0p167_0p167","0p833_0p83_0p167_0p158"],"t":32,"s":[50,89.063],"e":[50,94.368]},{"i":{"x":[0.833,0.833],"y":[0.833,0.835]},"o":{"x":[0.167,0.167],"y":[0.167,0.163]},"n":["0p833_0p833_0p167_0p167","0p833_0p835_0p167_0p163"],"t":33,"s":[50,94.368],"e":[50,99.887]},{"i":{"x":[0.833,0.833],"y":[0.833,0.841]},"o":{"x":[0.167,0.167],"y":[0.167,0.169]},"n":["0p833_0p833_0p167_0p167","0p833_0p841_0p167_0p169"],"t":34,"s":[50,99.887],"e":[50,105.279]},{"i":{"x":[0.833,0.833],"y":[0.833,0.849]},"o":{"x":[0.167,0.167],"y":[0.167,0.175]},"n":["0p833_0p833_0p167_0p167","0p833_0p849_0p167_0p175"],"t":35,"s":[50,105.279],"e":[50,110.18]},{"i":{"x":[0.833,0.833],"y":[0.833,0.861]},"o":{"x":[0.167,0.167],"y":[0.167,0.185]},"n":["0p833_0p833_0p167_0p167","0p833_0p861_0p167_0p185"],"t":36,"s":[50,110.18],"e":[50,114.188]},{"i":{"x":[0.833,0.833],"y":[0.833,0.877]},"o":{"x":[0.167,0.167],"y":[0.167,0.208]},"n":["0p833_0p833_0p167_0p167","0p833_0p877_0p167_0p208"],"t":37,"s":[50,114.188],"e":[50,116.858]},{"i":{"x":[0.833,0.833],"y":[0.833,0.915]},"o":{"x":[0.167,0.167],"y":[0.167,0.26]},"n":["0p833_0p833_0p167_0p167","0p833_0p915_0p167_0p26"],"t":38,"s":[50,116.858],"e":[50,118.116]},{"i":{"x":[0.833,0.833],"y":[0.833,5.689]},"o":{"x":[0.167,0.167],"y":[0.167,5.823]},"n":["0p833_0p833_0p167_0p167","0p833_5p689_0p167_5p823"],"t":39,"s":[50,118.116],"e":[50,118.134]},{"i":{"x":[0.833,0.833],"y":[0.833,0.766]},"o":{"x":[0.167,0.167],"y":[0.167,0.082]},"n":["0p833_0p833_0p167_0p167","0p833_0p766_0p167_0p082"],"t":40,"s":[50,118.134],"e":[50,117.089]},{"i":{"x":[0.833,0.833],"y":[0.833,0.808]},"o":{"x":[0.167,0.167],"y":[0.167,0.129]},"n":["0p833_0p833_0p167_0p167","0p833_0p808_0p167_0p129"],"t":41,"s":[50,117.089],"e":[50,115.2]},{"i":{"x":[0.833,0.833],"y":[0.833,0.824]},"o":{"x":[0.167,0.167],"y":[0.167,0.147]},"n":["0p833_0p833_0p167_0p167","0p833_0p824_0p167_0p147"],"t":42,"s":[50,115.2],"e":[50,112.728]},{"i":{"x":[0.833,0.833],"y":[0.833,0.834]},"o":{"x":[0.167,0.167],"y":[0.167,0.158]},"n":["0p833_0p833_0p167_0p167","0p833_0p834_0p167_0p158"],"t":43,"s":[50,112.728],"e":[50,109.968]},{"i":{"x":[0.833,0.833],"y":[0.833,0.844]},"o":{"x":[0.167,0.167],"y":[0.167,0.168]},"n":["0p833_0p833_0p167_0p167","0p833_0p844_0p167_0p168"],"t":44,"s":[50,109.968],"e":[50,107.241]},{"i":{"x":[0.833,0.833],"y":[0.833,0.83]},"o":{"x":[0.167,0.167],"y":[0.167,0.178]},"n":["0p833_0p833_0p167_0p167","0p833_0p83_0p167_0p178"],"t":45,"s":[50,107.241],"e":[50,104.849]},{"i":{"x":[0.833,0.833],"y":[0.833,0.83]},"o":{"x":[0.167,0.167],"y":[0.167,0.163]},"n":["0p833_0p833_0p167_0p167","0p833_0p83_0p167_0p163"],"t":46,"s":[50,104.849],"e":[50,102.351]},{"i":{"x":[0.833,0.833],"y":[0.833,0.839]},"o":{"x":[0.167,0.167],"y":[0.167,0.163]},"n":["0p833_0p833_0p167_0p167","0p833_0p839_0p167_0p163"],"t":47,"s":[50,102.351],"e":[50,99.751]},{"i":{"x":[0.833,0.833],"y":[0.833,0.85]},"o":{"x":[0.167,0.167],"y":[0.167,0.173]},"n":["0p833_0p833_0p167_0p167","0p833_0p85_0p167_0p173"],"t":48,"s":[50,99.751],"e":[50,97.343]},{"i":{"x":[0.833,0.833],"y":[0.833,0.866]},"o":{"x":[0.167,0.167],"y":[0.167,0.187]},"n":["0p833_0p833_0p167_0p167","0p833_0p866_0p167_0p187"],"t":49,"s":[50,97.343],"e":[50,95.414]},{"i":{"x":[0.833,0.833],"y":[0.833,0.909]},"o":{"x":[0.167,0.167],"y":[0.167,0.221]},"n":["0p833_0p833_0p167_0p167","0p833_0p909_0p167_0p221"],"t":50,"s":[50,95.414],"e":[50,94.248]},{"i":{"x":[0.833,0.833],"y":[0.833,1.817]},"o":{"x":[0.167,0.167],"y":[0.167,0.935]},"n":["0p833_0p833_0p167_0p167","0p833_1p817_0p167_0p935"],"t":51,"s":[50,94.248],"e":[50,94.134]},{"i":{"x":[0.833,0.833],"y":[0.833,0.722]},"o":{"x":[0.167,0.167],"y":[0.167,0.076]},"n":["0p833_0p833_0p167_0p167","0p833_0p722_0p167_0p076"],"t":52,"s":[50,94.134],"e":[50,95.367]},{"i":{"x":[0.833,0.833],"y":[0.833,0.787]},"o":{"x":[0.167,0.167],"y":[0.167,0.119]},"n":["0p833_0p833_0p167_0p167","0p833_0p787_0p167_0p119"],"t":53,"s":[50,95.367],"e":[50,98.249]},{"i":{"x":[0.833,0.833],"y":[0.833,0.814]},"o":{"x":[0.167,0.167],"y":[0.167,0.137]},"n":["0p833_0p833_0p167_0p167","0p833_0p814_0p167_0p137"],"t":54,"s":[50,98.249],"e":[50,102.729]},{"i":{"x":[0.833,0.833],"y":[0.833,0.826]},"o":{"x":[0.167,0.167],"y":[0.167,0.151]},"n":["0p833_0p833_0p167_0p167","0p833_0p826_0p167_0p151"],"t":55,"s":[50,102.729],"e":[50,108.261]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.16]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p16"],"t":56,"s":[50,108.261],"e":[50,114.294]},{"i":{"x":[0.833,0.833],"y":[0.833,0.84]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p84_0p167_0p167"],"t":57,"s":[50,114.294],"e":[50,120.32]},{"i":{"x":[0.833,0.833],"y":[0.833,0.846]},"o":{"x":[0.167,0.167],"y":[0.167,0.174]},"n":["0p833_0p833_0p167_0p167","0p833_0p846_0p167_0p174"],"t":58,"s":[50,120.32],"e":[50,125.88]},{"i":{"x":[0.833,0.833],"y":[0.833,0.854]},"o":{"x":[0.167,0.167],"y":[0.167,0.182]},"n":["0p833_0p833_0p167_0p167","0p833_0p854_0p167_0p182"],"t":59,"s":[50,125.88],"e":[50,130.58]},{"i":{"x":[0.833,0.833],"y":[0.833,0.867]},"o":{"x":[0.167,0.167],"y":[0.167,0.195]},"n":["0p833_0p833_0p167_0p167","0p833_0p867_0p167_0p195"],"t":60,"s":[50,130.58],"e":[50,134.097]},{"i":{"x":[0.833,0.833],"y":[0.833,0.887]},"o":{"x":[0.167,0.167],"y":[0.167,0.222]},"n":["0p833_0p833_0p167_0p167","0p833_0p887_0p167_0p222"],"t":61,"s":[50,134.097],"e":[50,136.205]},{"i":{"x":[0.833,0.833],"y":[0.833,0.989]},"o":{"x":[0.167,0.167],"y":[0.167,0.316]},"n":["0p833_0p833_0p167_0p167","0p833_0p989_0p167_0p316"],"t":62,"s":[50,136.205],"e":[50,136.959]},{"i":{"x":[0.833,0.833],"y":[0.833,0.651]},"o":{"x":[0.167,0.167],"y":[0.167,-0.013]},"n":["0p833_0p833_0p167_0p167","0p833_0p651_0p167_-0p013"],"t":63,"s":[50,136.959],"e":[50,136.305]},{"i":{"x":[0.833,0.833],"y":[0.833,0.781]},"o":{"x":[0.167,0.167],"y":[0.167,0.109]},"n":["0p833_0p833_0p167_0p167","0p833_0p781_0p167_0p109"],"t":64,"s":[50,136.305],"e":[50,134.223]},{"i":{"x":[0.833,0.833],"y":[0.833,0.807]},"o":{"x":[0.167,0.167],"y":[0.167,0.134]},"n":["0p833_0p833_0p167_0p167","0p833_0p807_0p167_0p134"],"t":65,"s":[50,134.223],"e":[50,130.826]},{"i":{"x":[0.833,0.833],"y":[0.833,0.821]},"o":{"x":[0.167,0.167],"y":[0.167,0.147]},"n":["0p833_0p833_0p167_0p167","0p833_0p821_0p167_0p147"],"t":66,"s":[50,130.826],"e":[50,126.374]},{"i":{"x":[0.833,0.833],"y":[0.833,0.832]},"o":{"x":[0.167,0.167],"y":[0.167,0.156]},"n":["0p833_0p833_0p167_0p167","0p833_0p832_0p167_0p156"],"t":67,"s":[50,126.374],"e":[50,121.267]},{"i":{"x":[0.833,0.833],"y":[0.833,0.842]},"o":{"x":[0.167,0.167],"y":[0.167,0.165]},"n":["0p833_0p833_0p167_0p167","0p833_0p842_0p167_0p165"],"t":68,"s":[50,121.267],"e":[50,116.052]},{"i":{"x":[0.833,0.833],"y":[0.833,0.848]},"o":{"x":[0.167,0.167],"y":[0.167,0.177]},"n":["0p833_0p833_0p167_0p167","0p833_0p848_0p167_0p177"],"t":69,"s":[50,116.052],"e":[50,111.41]},{"i":{"x":[0.833,0.833],"y":[0.833,0.85]},"o":{"x":[0.167,0.167],"y":[0.167,0.185]},"n":["0p833_0p833_0p167_0p167","0p833_0p85_0p167_0p185"],"t":70,"s":[50,111.41],"e":[50,107.611]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.188]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p188"],"t":71,"s":[50,107.611],"e":[50,104.576]},{"t":72}]},"p":{"a":0,"k":[225,0]},"r":{"a":0,"k":529},"nm":"Rectangle Path 7","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","c":{"a":0,"k":[0.3019608,1,0.6961476,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"}],"ip":0,"op":73,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/volume_shake_indicator.json b/ohos/flutter_lottie/assets/lottiefiles/volume_shake_indicator.json new file mode 100644 index 0000000000000000000000000000000000000000..7795ab9d1527cf12e9ea84c47a45862570bb04e7 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/volume_shake_indicator.json @@ -0,0 +1 @@ +{"v":"4.6.6","fr":24,"ip":0,"op":48,"w":800,"h":800,"nm":"volume","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":3,"nm":"Null 2","ks":{"o":{"a":0,"k":0},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.849]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p849_0p167_0p167"],"t":0,"s":[4.988],"e":[3.485]},{"i":{"x":[0.833],"y":[0.857]},"o":{"x":[0.167],"y":[0.186]},"n":["0p833_0p857_0p167_0p186"],"t":1,"s":[3.485],"e":[2.269]},{"i":{"x":[0.833],"y":[0.869]},"o":{"x":[0.167],"y":[0.199]},"n":["0p833_0p869_0p167_0p199"],"t":2,"s":[2.269],"e":[1.394]},{"i":{"x":[0.833],"y":[0.895]},"o":{"x":[0.167],"y":[0.228]},"n":["0p833_0p895_0p167_0p228"],"t":3,"s":[1.394],"e":[0.889]},{"i":{"x":[0.833],"y":[1.06]},"o":{"x":[0.167],"y":[0.409]},"n":["0p833_1p06_0p167_0p409"],"t":4,"s":[0.889],"e":[0.759]},{"i":{"x":[0.833],"y":[0.802]},"o":{"x":[0.167],"y":[0.035]},"n":["0p833_0p802_0p167_0p035"],"t":5,"s":[0.759],"e":[0.981]},{"i":{"x":[0.833],"y":[0.86]},"o":{"x":[0.167],"y":[0.144]},"n":["0p833_0p86_0p167_0p144"],"t":6,"s":[0.981],"e":[1.285]},{"i":{"x":[0.833],"y":[0.897]},"o":{"x":[0.167],"y":[0.206]},"n":["0p833_0p897_0p167_0p206"],"t":7,"s":[1.285],"e":[1.491]},{"i":{"x":[0.833],"y":[1.123]},"o":{"x":[0.167],"y":[0.429]},"n":["0p833_1p123_0p167_0p429"],"t":8,"s":[1.491],"e":[1.54]},{"i":{"x":[0.833],"y":[0.727]},"o":{"x":[0.167],"y":[0.05]},"n":["0p833_0p727_0p167_0p05"],"t":9,"s":[1.54],"e":[1.418]},{"i":{"x":[0.833],"y":[0.798]},"o":{"x":[0.167],"y":[0.12]},"n":["0p833_0p798_0p167_0p12"],"t":10,"s":[1.418],"e":[1.139]},{"i":{"x":[0.833],"y":[0.819]},"o":{"x":[0.167],"y":[0.142]},"n":["0p833_0p819_0p167_0p142"],"t":11,"s":[1.139],"e":[0.742]},{"i":{"x":[0.833],"y":[0.831]},"o":{"x":[0.167],"y":[0.154]},"n":["0p833_0p831_0p167_0p154"],"t":12,"s":[0.742],"e":[0.277]},{"i":{"x":[0.833],"y":[0.838]},"o":{"x":[0.167],"y":[0.164]},"n":["0p833_0p838_0p167_0p164"],"t":13,"s":[0.277],"e":[-0.203]},{"i":{"x":[0.833],"y":[0.843]},"o":{"x":[0.167],"y":[0.172]},"n":["0p833_0p843_0p167_0p172"],"t":14,"s":[-0.203],"e":[-0.655]},{"i":{"x":[0.833],"y":[0.844]},"o":{"x":[0.167],"y":[0.178]},"n":["0p833_0p844_0p167_0p178"],"t":15,"s":[-0.655],"e":[-1.053]},{"i":{"x":[0.833],"y":[0.84]},"o":{"x":[0.167],"y":[0.179]},"n":["0p833_0p84_0p167_0p179"],"t":16,"s":[-1.053],"e":[-1.398]},{"i":{"x":[0.833],"y":[0.894]},"o":{"x":[0.167],"y":[0.173]},"n":["0p833_0p894_0p167_0p173"],"t":17,"s":[-1.398],"e":[-1.717]},{"i":{"x":[0.833],"y":[1.111]},"o":{"x":[0.167],"y":[0.39]},"n":["0p833_1p111_0p167_0p39"],"t":18,"s":[-1.717],"e":[-1.804]},{"i":{"x":[0.833],"y":[0.746]},"o":{"x":[0.167],"y":[0.048]},"n":["0p833_0p746_0p167_0p048"],"t":19,"s":[-1.804],"e":[-1.602]},{"i":{"x":[0.833],"y":[0.811]},"o":{"x":[0.167],"y":[0.124]},"n":["0p833_0p811_0p167_0p124"],"t":20,"s":[-1.602],"e":[-1.188]},{"i":{"x":[0.833],"y":[0.835]},"o":{"x":[0.167],"y":[0.149]},"n":["0p833_0p835_0p167_0p149"],"t":21,"s":[-1.188],"e":[-0.664]},{"i":{"x":[0.833],"y":[0.854]},"o":{"x":[0.167],"y":[0.168]},"n":["0p833_0p854_0p167_0p168"],"t":22,"s":[-0.664],"e":[-0.148]},{"i":{"x":[0.833],"y":[0.886]},"o":{"x":[0.167],"y":[0.195]},"n":["0p833_0p886_0p167_0p195"],"t":23,"s":[-0.148],"e":[0.237]},{"i":{"x":[0.833],"y":[1.026]},"o":{"x":[0.167],"y":[0.307]},"n":["0p833_1p026_0p167_0p307"],"t":24,"s":[0.237],"e":[0.381]},{"i":{"x":[0.833],"y":[0.661]},"o":{"x":[0.167],"y":[0.02]},"n":["0p833_0p661_0p167_0p02"],"t":25,"s":[0.381],"e":[0.191]},{"i":{"x":[0.833],"y":[0.775]},"o":{"x":[0.167],"y":[0.111]},"n":["0p833_0p775_0p167_0p111"],"t":26,"s":[0.191],"e":[-0.389]},{"i":{"x":[0.833],"y":[0.803]},"o":{"x":[0.167],"y":[0.132]},"n":["0p833_0p803_0p167_0p132"],"t":27,"s":[-0.389],"e":[-1.372]},{"i":{"x":[0.833],"y":[0.819]},"o":{"x":[0.167],"y":[0.144]},"n":["0p833_0p819_0p167_0p144"],"t":28,"s":[-1.372],"e":[-2.715]},{"i":{"x":[0.833],"y":[0.846]},"o":{"x":[0.167],"y":[0.154]},"n":["0p833_0p846_0p167_0p154"],"t":29,"s":[-2.715],"e":[-4.289]},{"i":{"x":[0.833],"y":[0.863]},"o":{"x":[0.167],"y":[0.181]},"n":["0p833_0p863_0p167_0p181"],"t":30,"s":[-4.289],"e":[-5.629]},{"i":{"x":[0.833],"y":[0.889]},"o":{"x":[0.167],"y":[0.212]},"n":["0p833_0p889_0p167_0p212"],"t":31,"s":[-5.629],"e":[-6.497]},{"i":{"x":[0.833],"y":[1.02]},"o":{"x":[0.167],"y":[0.331]},"n":["0p833_1p02_0p167_0p331"],"t":32,"s":[-6.497],"e":[-6.788]},{"i":{"x":[0.833],"y":[0.674]},"o":{"x":[0.167],"y":[0.016]},"n":["0p833_0p674_0p167_0p016"],"t":33,"s":[-6.788],"e":[-6.427]},{"i":{"x":[0.833],"y":[0.78]},"o":{"x":[0.167],"y":[0.112]},"n":["0p833_0p78_0p167_0p112"],"t":34,"s":[-6.427],"e":[-5.378]},{"i":{"x":[0.833],"y":[0.805]},"o":{"x":[0.167],"y":[0.134]},"n":["0p833_0p805_0p167_0p134"],"t":35,"s":[-5.378],"e":[-3.656]},{"i":{"x":[0.833],"y":[0.818]},"o":{"x":[0.167],"y":[0.145]},"n":["0p833_0p818_0p167_0p145"],"t":36,"s":[-3.656],"e":[-1.344]},{"i":{"x":[0.833],"y":[0.828]},"o":{"x":[0.167],"y":[0.154]},"n":["0p833_0p828_0p167_0p154"],"t":37,"s":[-1.344],"e":[1.397]},{"i":{"x":[0.833],"y":[0.838]},"o":{"x":[0.167],"y":[0.162]},"n":["0p833_0p838_0p167_0p162"],"t":38,"s":[1.397],"e":[4.317]},{"i":{"x":[0.833],"y":[0.853]},"o":{"x":[0.167],"y":[0.172]},"n":["0p833_0p853_0p167_0p172"],"t":39,"s":[4.317],"e":[7.06]},{"i":{"x":[0.833],"y":[0.882]},"o":{"x":[0.167],"y":[0.193]},"n":["0p833_0p882_0p167_0p193"],"t":40,"s":[7.06],"e":[9.153]},{"i":{"x":[0.833],"y":[0.922]},"o":{"x":[0.167],"y":[0.282]},"n":["0p833_0p922_0p167_0p282"],"t":41,"s":[9.153],"e":[10.032]},{"i":{"x":[0.833],"y":[0.092]},"o":{"x":[0.167],"y":[-1.167]},"n":["0p833_0p092_0p167_-1p167"],"t":42,"s":[10.032],"e":[9.974]},{"i":{"x":[0.833],"y":[0.785]},"o":{"x":[0.167],"y":[0.092]},"n":["0p833_0p785_0p167_0p092"],"t":43,"s":[9.974],"e":[9.394]},{"i":{"x":[0.833],"y":[0.816]},"o":{"x":[0.167],"y":[0.136]},"n":["0p833_0p816_0p167_0p136"],"t":44,"s":[9.394],"e":[8.476]},{"i":{"x":[0.833],"y":[0.827]},"o":{"x":[0.167],"y":[0.152]},"n":["0p833_0p827_0p167_0p152"],"t":45,"s":[8.476],"e":[7.364]},{"i":{"x":[0.833],"y":[0.834]},"o":{"x":[0.167],"y":[0.161]},"n":["0p833_0p834_0p167_0p161"],"t":46,"s":[7.364],"e":[6.172]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":47,"s":[6.172],"e":[4.988]},{"t":48}]},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.827},"o":{"x":0.167,"y":0.167},"n":"0p833_0p827_0p167_0p167","t":0,"s":[318.947,364.982,0],"e":[317.505,367.017,0],"to":[-0.24044324457645,0.33913263678551,0],"ti":[0.53965109586716,-0.6726461648941,0]},{"i":{"x":0.833,"y":0.829},"o":{"x":0.167,"y":0.161},"n":"0p833_0p829_0p167_0p161","t":1,"s":[317.505,367.017,0],"e":[315.709,369.018,0],"to":[-0.53965109586716,0.6726461648941,0],"ti":[0.6382782459259,-0.65792000293732,0]},{"i":{"x":0.833,"y":0.832},"o":{"x":0.167,"y":0.163},"n":"0p833_0p832_0p167_0p163","t":2,"s":[315.709,369.018,0],"e":[313.675,370.965,0],"to":[-0.6382782459259,0.65792000293732,0],"ti":[0.69798350334167,-0.6420031785965,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.165},"n":"0p833_0p833_0p167_0p165","t":3,"s":[313.675,370.965,0],"e":[311.521,372.87,0],"to":[-0.69798350334167,0.6420031785965,0],"ti":[0.71766793727875,-0.63465011119843,0]},{"i":{"x":0.833,"y":0.835},"o":{"x":0.167,"y":0.167},"n":"0p833_0p835_0p167_0p167","t":4,"s":[311.521,372.87,0],"e":[309.369,374.773,0],"to":[-0.71766793727875,0.63465011119843,0],"ti":[0.69850450754166,-0.64198368787766,0]},{"i":{"x":0.833,"y":0.836},"o":{"x":0.167,"y":0.168},"n":"0p833_0p836_0p167_0p168","t":5,"s":[309.369,374.773,0],"e":[307.33,376.722,0],"to":[-0.69850450754166,0.64198368787766,0],"ti":[0.64393877983093,-0.66649532318115,0]},{"i":{"x":0.833,"y":0.835},"o":{"x":0.167,"y":0.169},"n":"0p833_0p835_0p167_0p169","t":6,"s":[307.33,376.722,0],"e":[305.505,378.772,0],"to":[-0.64393877983093,0.66649532318115,0],"ti":[0.55968832969666,-0.70704513788223,0]},{"i":{"x":0.833,"y":0.834},"o":{"x":0.167,"y":0.169},"n":"0p833_0p834_0p167_0p169","t":7,"s":[305.505,378.772,0],"e":[303.972,380.964,0],"to":[-0.55968832969666,0.70704513788223,0],"ti":[0.45374304056168,-0.75886154174805,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.168},"n":"0p833_0p833_0p167_0p168","t":8,"s":[303.972,380.964,0],"e":[302.783,383.325,0],"to":[-0.45374304056168,0.75886154174805,0],"ti":[0.33636513352394,-0.81354165077209,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.166},"n":"0p833_0p833_0p167_0p166","t":9,"s":[302.783,383.325,0],"e":[301.954,385.846,0],"to":[-0.33636513352394,0.81354165077209,0],"ti":[0.22008901834488,-0.85905086994171,0]},{"i":{"x":0.833,"y":0.834},"o":{"x":0.167,"y":0.166},"n":"0p833_0p834_0p167_0p166","t":10,"s":[301.954,385.846,0],"e":[301.462,388.479,0],"to":[-0.22008901834488,0.85905086994171,0],"ti":[0.11972133815289,-0.87972342967987,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.167},"n":"0p833_0p838_0p167_0p167","t":11,"s":[301.462,388.479,0],"e":[301.236,391.124,0],"to":[-0.11972133815289,0.87972342967987,0],"ti":[0.05234102159739,-0.85626190900803,0]},{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.172},"n":"0p833_0p845_0p167_0p172","t":12,"s":[301.236,391.124,0],"e":[301.148,393.617,0],"to":[-0.05234102159739,0.85626190900803,0],"ti":[0.03047716058791,-0.77000796794891,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.181},"n":"0p833_0p837_0p167_0p181","t":13,"s":[301.148,393.617,0],"e":[301.053,395.744,0],"to":[-0.03047716058791,0.77000796794891,0],"ti":[-0.05918031185865,-0.68344324827194,0]},{"i":{"x":0.833,"y":0.831},"o":{"x":0.167,"y":0.171},"n":"0p833_0p831_0p167_0p171","t":14,"s":[301.053,395.744,0],"e":[301.503,397.717,0],"to":[0.05918031185865,0.68344324827194,0],"ti":[-0.25537526607513,-0.62752276659012,0]},{"i":{"x":0.833,"y":0.834},"o":{"x":0.167,"y":0.164},"n":"0p833_0p834_0p167_0p164","t":15,"s":[301.503,397.717,0],"e":[302.585,399.509,0],"to":[0.25537526607513,0.62752276659012,0],"ti":[-0.43083822727203,-0.53874683380127,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.167},"n":"0p833_0p838_0p167_0p167","t":16,"s":[302.585,399.509,0],"e":[304.088,400.95,0],"to":[0.43083822727203,0.53874683380127,0],"ti":[-0.53698593378067,-0.39952060580254,0]},{"i":{"x":0.833,"y":0.841},"o":{"x":0.167,"y":0.172},"n":"0p833_0p841_0p167_0p172","t":17,"s":[304.088,400.95,0],"e":[305.807,401.906,0],"to":[0.53698593378067,0.39952060580254,0],"ti":[-0.57598638534546,-0.22261165082455,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.175},"n":"0p833_0p842_0p167_0p175","t":18,"s":[305.807,401.906,0],"e":[307.544,402.285,0],"to":[0.57598638534546,0.22261165082455,0],"ti":[-0.55154889822006,-0.02121680602431,0]},{"i":{"x":0.833,"y":0.836},"o":{"x":0.167,"y":0.176},"n":"0p833_0p836_0p167_0p176","t":19,"s":[307.544,402.285,0],"e":[309.116,402.034,0],"to":[0.55154889822006,0.02121680602431,0],"ti":[-0.46892455220222,0.19103769958019,0]},{"i":{"x":0.833,"y":0.825},"o":{"x":0.167,"y":0.17},"n":"0p833_0p825_0p167_0p17","t":20,"s":[309.116,402.034,0],"e":[310.358,401.139,0],"to":[0.46892455220222,-0.19103769958019,0],"ti":[-0.33490592241287,0.40009635686874,0]},{"i":{"x":0.833,"y":0.816},"o":{"x":0.167,"y":0.159},"n":"0p833_0p816_0p167_0p159","t":21,"s":[310.358,401.139,0],"e":[311.126,399.633,0],"to":[0.33490592241287,-0.40009635686874,0],"ti":[-0.1578271239996,0.59147429466248,0]},{"i":{"x":0.833,"y":0.815},"o":{"x":0.167,"y":0.152},"n":"0p833_0p815_0p167_0p152","t":22,"s":[311.126,399.633,0],"e":[311.305,397.59,0],"to":[0.1578271239996,-0.59147429466248,0],"ti":[0.05243612080812,0.75025737285614,0]},{"i":{"x":0.833,"y":0.818},"o":{"x":0.167,"y":0.152},"n":"0p833_0p818_0p167_0p152","t":23,"s":[311.305,397.59,0],"e":[310.811,395.131,0],"to":[-0.05243612080812,-0.75025737285614,0],"ti":[0.28446659445763,0.86110210418701,0]},{"i":{"x":0.833,"y":0.822},"o":{"x":0.167,"y":0.154},"n":"0p833_0p822_0p167_0p154","t":24,"s":[310.811,395.131,0],"e":[309.598,392.424,0],"to":[-0.28446659445763,-0.86110210418701,0],"ti":[0.52530544996262,0.9082356095314,0]},{"i":{"x":0.833,"y":0.827},"o":{"x":0.167,"y":0.157},"n":"0p833_0p827_0p167_0p157","t":25,"s":[309.598,392.424,0],"e":[307.659,389.682,0],"to":[-0.52530544996262,-0.9082356095314,0],"ti":[0.76045233011246,0.8754557967186,0]},{"i":{"x":0.833,"y":0.83},"o":{"x":0.167,"y":0.16},"n":"0p833_0p83_0p167_0p16","t":26,"s":[307.659,389.682,0],"e":[305.035,387.171,0],"to":[-0.76045233011246,-0.8754557967186,0],"ti":[0.97386533021927,0.74613118171692,0]},{"i":{"x":0.833,"y":0.832},"o":{"x":0.167,"y":0.164},"n":"0p833_0p832_0p167_0p164","t":27,"s":[305.035,387.171,0],"e":[301.816,385.205,0],"to":[-0.97386533021927,-0.74613118171692,0],"ti":[1.14796090126038,0.50320094823837,0]},{"i":{"x":0.833,"y":0.832},"o":{"x":0.167,"y":0.166},"n":"0p833_0p832_0p167_0p166","t":28,"s":[301.816,385.205,0],"e":[298.147,384.152,0],"to":[-1.14796090126038,-0.50320094823837,0],"ti":[1.26128017902374,0.13813665509224,0]},{"i":{"x":0.833,"y":0.838},"o":{"x":0.167,"y":0.165},"n":"0p833_0p838_0p167_0p165","t":29,"s":[298.147,384.152,0],"e":[294.248,384.376,0],"to":[-1.26128017902374,-0.13813665509224,0],"ti":[1.25312781333923,-0.16762344539165,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.171},"n":"0p833_0p846_0p167_0p171","t":30,"s":[294.248,384.376,0],"e":[290.629,385.157,0],"to":[-1.25312781333923,0.16762344539165,0],"ti":[1.10936403274536,-0.27746784687042,0]},{"i":{"x":0.833,"y":0.852},"o":{"x":0.167,"y":0.181},"n":"0p833_0p852_0p167_0p181","t":31,"s":[290.629,385.157,0],"e":[287.592,386.041,0],"to":[-1.10936403274536,0.27746784687042,0],"ti":[0.88681590557098,-0.29199320077896,0]},{"i":{"x":0.833,"y":0.863},"o":{"x":0.167,"y":0.191},"n":"0p833_0p863_0p167_0p191","t":32,"s":[287.592,386.041,0],"e":[285.308,386.909,0],"to":[-0.88681590557098,0.29199320077896,0],"ti":[0.61344188451767,-0.26683530211449,0]},{"i":{"x":0.833,"y":0.882},"o":{"x":0.167,"y":0.212},"n":"0p833_0p882_0p167_0p212","t":33,"s":[285.308,386.909,0],"e":[283.912,387.642,0],"to":[-0.61344188451767,0.26683530211449,0],"ti":[0.30092629790306,-0.20256355404854,0]},{"i":{"x":0.833,"y":0.832},"o":{"x":0.167,"y":0.282},"n":"0p833_0p832_0p167_0p282","t":34,"s":[283.912,387.642,0],"e":[283.502,388.125,0],"to":[-0.30092629790306,0.20256355404854,0],"ti":[-0.03729555755854,-0.10185915231705,0]},{"i":{"x":0.833,"y":0.705},"o":{"x":0.167,"y":0.165},"n":"0p833_0p705_0p167_0p165","t":35,"s":[283.502,388.125,0],"e":[284.135,388.253,0],"to":[0.03729555755854,0.10185915231705,0],"ti":[-0.38603764772415,0.03048483468592,0]},{"i":{"x":0.833,"y":0.78},"o":{"x":0.167,"y":0.116},"n":"0p833_0p78_0p167_0p116","t":36,"s":[284.135,388.253,0],"e":[285.818,387.942,0],"to":[0.38603764772415,-0.03048483468592,0],"ti":[-0.72836315631866,0.18756347894669,0]},{"i":{"x":0.833,"y":0.803},"o":{"x":0.167,"y":0.134},"n":"0p833_0p803_0p167_0p134","t":37,"s":[285.818,387.942,0],"e":[288.506,387.128,0],"to":[0.72836315631866,-0.18756347894669,0],"ti":[-1.04558444023132,0.36035999655724,0]},{"i":{"x":0.833,"y":0.814},"o":{"x":0.167,"y":0.144},"n":"0p833_0p814_0p167_0p144","t":38,"s":[288.506,387.128,0],"e":[292.092,385.78,0],"to":[1.04558444023132,-0.36035999655724,0],"ti":[-1.31726288795471,0.53774577379227,0]},{"i":{"x":0.833,"y":0.822},"o":{"x":0.167,"y":0.151},"n":"0p833_0p822_0p167_0p151","t":39,"s":[292.092,385.78,0],"e":[296.409,383.902,0],"to":[1.31726288795471,-0.53774577379227,0],"ti":[-1.5212094783783,0.70648032426834,0]},{"i":{"x":0.833,"y":0.828},"o":{"x":0.167,"y":0.157},"n":"0p833_0p828_0p167_0p157","t":40,"s":[296.409,383.902,0],"e":[301.219,381.541,0],"to":[1.5212094783783,-0.70648032426834,0],"ti":[-1.63348400592804,0.85121124982834,0]},{"i":{"x":0.833,"y":0.834},"o":{"x":0.167,"y":0.162},"n":"0p833_0p834_0p167_0p162","t":41,"s":[301.219,381.541,0],"e":[306.21,378.794,0],"to":[1.63348400592804,-0.85121124982834,0],"ti":[-1.62839567661285,0.95447444915771,0]},{"i":{"x":0.833,"y":0.842},"o":{"x":0.167,"y":0.168},"n":"0p833_0p842_0p167_0p168","t":42,"s":[306.21,378.794,0],"e":[310.99,375.814,0],"to":[1.62839567661285,-0.95447444915771,0],"ti":[-1.47850286960602,0.99669373035431,0]},{"i":{"x":0.833,"y":0.852},"o":{"x":0.167,"y":0.176},"n":"0p833_0p852_0p167_0p176","t":43,"s":[310.99,375.814,0],"e":[315.081,372.814,0],"to":[1.47850286960602,-0.99669373035431,0],"ti":[-1.1546128988266,0.95618134737015,0]},{"i":{"x":0.833,"y":0.866},"o":{"x":0.167,"y":0.19},"n":"0p833_0p866_0p167_0p19","t":44,"s":[315.081,372.814,0],"e":[317.917,370.077,0],"to":[1.1546128988266,-0.95618134737015,0],"ti":[-0.63943016529083,0.81356191635132,0]},{"i":{"x":0.833,"y":0.857},"o":{"x":0.167,"y":0.221},"n":"0p833_0p857_0p167_0p221","t":45,"s":[317.917,370.077,0],"e":[318.918,367.933,0],"to":[0.63943016529083,-0.81356191635132,0],"ti":[-0.19663213193417,0.64084982872009,0]},{"i":{"x":0.833,"y":0.856},"o":{"x":0.167,"y":0.199},"n":"0p833_0p856_0p167_0p199","t":46,"s":[318.918,367.933,0],"e":[319.097,366.232,0],"to":[0.19663213193417,-0.64084982872009,0],"ti":[-0.00492939213291,0.49174025654793,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.197},"n":"0p833_0p833_0p167_0p197","t":47,"s":[319.097,366.232,0],"e":[318.947,364.982,0],"to":[0.00492939213291,-0.49174025654793,0],"ti":[0.02497771941125,0.20825274288654,0]},{"t":48}]},"a":{"a":0,"k":[-120,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"ef":[{"ty":5,"nm":"seamless wiggle loop","mn":"seamless wiggle loop","ix":1,"en":1,"ef":[{"ty":0,"nm":"Frequency","mn":"seamless wiggle loop-0001","ix":1,"v":{"a":0,"k":1}},{"ty":0,"nm":"Amplitude","mn":"seamless wiggle loop-0002","ix":2,"v":{"a":0,"k":50}},{"ty":0,"nm":"Loop Time","mn":"seamless wiggle loop-0003","ix":3,"v":{"a":0,"k":3}}]}],"ip":0,"op":49,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"low 6","parent":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[99.72,0,0]},"a":{"a":0,"k":[748.5,540,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-25.405],[25.405,0]],"o":[[25.405,0],[0,25.405],[0,0]],"v":[[-23,-46],[23,0],[-23,46]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tr","p":{"a":0,"k":[771.5,540],"ix":2},"a":{"a":0,"k":[-23,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":36,"s":[50,50],"e":[300,300]},{"t":60}],"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,"ix":1,"mn":"ADBE Vector Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":36,"s":[0],"e":[17]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":43,"s":[17],"e":[0]},{"t":60}]},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"}],"ip":36,"op":61,"st":36,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"low 5","parent":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[99.72,0,0]},"a":{"a":0,"k":[748.5,540,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-25.405],[25.405,0]],"o":[[25.405,0],[0,25.405],[0,0]],"v":[[-23,-46],[23,0],[-23,46]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tr","p":{"a":0,"k":[771.5,540],"ix":2},"a":{"a":0,"k":[-23,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":30,"s":[50,50],"e":[300,300]},{"t":54}],"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,"ix":1,"mn":"ADBE Vector Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":30,"s":[0],"e":[17]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":37,"s":[17],"e":[0]},{"t":54}]},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"}],"ip":30,"op":55,"st":30,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"low 4","parent":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[99.72,0,0]},"a":{"a":0,"k":[748.5,540,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-25.405],[25.405,0]],"o":[[25.405,0],[0,25.405],[0,0]],"v":[[-23,-46],[23,0],[-23,46]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tr","p":{"a":0,"k":[771.5,540],"ix":2},"a":{"a":0,"k":[-23,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":24,"s":[50,50],"e":[300,300]},{"t":48}],"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,"ix":1,"mn":"ADBE Vector Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":24,"s":[0],"e":[17]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":31,"s":[17],"e":[0]},{"t":48}]},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"}],"ip":24,"op":49,"st":24,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"low 3","parent":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[99.72,0,0]},"a":{"a":0,"k":[748.5,540,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-25.405],[25.405,0]],"o":[[25.405,0],[0,25.405],[0,0]],"v":[[-23,-46],[23,0],[-23,46]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tr","p":{"a":0,"k":[771.5,540],"ix":2},"a":{"a":0,"k":[-23,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":12,"s":[50,50],"e":[300,300]},{"t":36}],"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,"ix":1,"mn":"ADBE Vector Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":12,"s":[0],"e":[17]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":19,"s":[17],"e":[0]},{"t":36}]},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"}],"ip":12,"op":37,"st":12,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"low 2","parent":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[99.72,0,0]},"a":{"a":0,"k":[748.5,540,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-25.405],[25.405,0]],"o":[[25.405,0],[0,25.405],[0,0]],"v":[[-23,-46],[23,0],[-23,46]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tr","p":{"a":0,"k":[771.5,540],"ix":2},"a":{"a":0,"k":[-23,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":6,"s":[50,50],"e":[300,300]},{"t":30}],"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,"ix":1,"mn":"ADBE Vector Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":6,"s":[0],"e":[17]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":13,"s":[17],"e":[0]},{"t":30}]},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"}],"ip":6,"op":31,"st":6,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"low","parent":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[99.72,0,0]},"a":{"a":0,"k":[748.5,540,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-25.405],[25.405,0]],"o":[[25.405,0],[0,25.405],[0,0]],"v":[[-23,-46],[23,0],[-23,46]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tr","p":{"a":0,"k":[771.5,540],"ix":2},"a":{"a":0,"k":[-23,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":0,"s":[50,50],"e":[300,300]},{"t":24}],"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,"ix":1,"mn":"ADBE Vector Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[0],"e":[17]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":7,"s":[17],"e":[0]},{"t":24}]},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"}],"ip":0,"op":25,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"low 9","parent":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[99.72,0,0]},"a":{"a":0,"k":[748.5,540,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-25.405],[25.405,0]],"o":[[25.405,0],[0,25.405],[0,0]],"v":[[-23,-46],[23,0],[-23,46]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tr","p":{"a":0,"k":[771.5,540],"ix":2},"a":{"a":0,"k":[-23,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":-12,"s":[50,50],"e":[300,300]},{"t":12}],"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,"ix":1,"mn":"ADBE Vector Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":-12,"s":[0],"e":[17]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":-5,"s":[17],"e":[0]},{"t":12}]},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"}],"ip":-12,"op":13,"st":-12,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"low 8","parent":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[99.72,0,0]},"a":{"a":0,"k":[748.5,540,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-25.405],[25.405,0]],"o":[[25.405,0],[0,25.405],[0,0]],"v":[[-23,-46],[23,0],[-23,46]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tr","p":{"a":0,"k":[771.5,540],"ix":2},"a":{"a":0,"k":[-23,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":-18,"s":[50,50],"e":[300,300]},{"t":6}],"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,"ix":1,"mn":"ADBE Vector Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":-18,"s":[0],"e":[17]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":-11,"s":[17],"e":[0]},{"t":6}]},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"}],"ip":-18,"op":7,"st":-18,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"low 7","parent":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[99.72,0,0]},"a":{"a":0,"k":[748.5,540,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-25.405],[25.405,0]],"o":[[25.405,0],[0,25.405],[0,0]],"v":[[-23,-46],[23,0],[-23,46]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"tr","p":{"a":0,"k":[771.5,540],"ix":2},"a":{"a":0,"k":[-23,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":-24,"s":[50,50],"e":[300,300]},{"t":0}],"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,"ix":1,"mn":"ADBE Vector Group"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":-24,"s":[0],"e":[17]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":-17,"s":[17],"e":[0]},{"t":0}]},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"}],"ip":-24,"op":1,"st":-24,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"volume Outlines","parent":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[0,0,0]},"a":{"a":0,"k":[599.78,542.494,0]},"s":{"a":0,"k":[100,100,100]}},"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":[[64.32,-87.674],[64.32,87.674],[-64.319,87.674],[-64.319,-87.674]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[469.379,542.494],"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":"Group 2","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[74.053,-216.591],[74.053,216.59],[-67.188,87.674],[-74.053,87.674],[-72.053,-87.674],[-67.188,-87.674]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[600.887,542.494],"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":"Group 3","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":49,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/vr_animation.json b/ohos/flutter_lottie/assets/lottiefiles/vr_animation.json new file mode 100644 index 0000000000000000000000000000000000000000..4281240115def963cd9bdf763be7644e36c35c6e --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/vr_animation.json @@ -0,0 +1 @@ +{"v":"4.6.3","fr":24,"ip":0,"op":48,"w":1080,"h":1080,"nm":"dribble-4","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"flair1 Outlines","ks":{"o":{"a":1,"k":[{"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.167],"y":[0.167]},"n":["0p75_0p75_0p167_0p167"],"t":15,"s":[100],"e":[100]},{"i":{"x":[0.75],"y":[1]},"o":{"x":[0.25],"y":[0]},"n":["0p75_1_0p25_0"],"t":25,"s":[100],"e":[0]},{"t":30}]},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[0],"e":[-18]},{"t":23}],"x":"var $bm_rt;\nvar p = 0.81;\nvar a = 50;\nvar s = 1.70158;\nfunction easeandwizz_outBack(t, b, c, d) {\n return sum(mul(c, sum(mul(mul(t = t / d - 1, t), sum(mul(sum(s, 1), t), s)), 1)), b);\n}\nfunction easeAndWizz() {\n var t, d, sX, eX, sY, eY, sZ, eZ, val1;\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_outBack(t, sX, eX, d, a, p, s);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_outBack(t, sY, eY, d, a, p, s);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_outBack(t, sY, eY, d, a, p, s);\n val3 = easeandwizz_outBack(t, sZ, eZ, d, a, p, s);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;"},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[392.977,291.397,0],"e":[387.977,286.397,0],"to":[-0.83333331346512,-0.83333331346512,0],"ti":[0.83333331346512,0.83333331346512,0]},{"t":28}],"x":"var $bm_rt;\nvar p = 0.81;\nvar a = 50;\nvar s = 1.70158;\nfunction easeandwizz_outBack(t, b, c, d) {\n return sum(mul(c, sum(mul(mul(t = t / d - 1, t), sum(mul(sum(s, 1), t), s)), 1)), b);\n}\nfunction easeAndWizz() {\n var t, d, sX, eX, sY, eY, sZ, eZ, val1;\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_outBack(t, sX, eX, d, a, p, s);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_outBack(t, sY, eY, d, a, p, s);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_outBack(t, sY, eY, d, a, p, s);\n val3 = easeandwizz_outBack(t, sZ, eZ, d, a, p, s);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;"},"a":{"a":0,"k":[6.225,6.169,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":15,"s":[1000,1000,100],"e":[1500,1500,100]},{"t":23}],"x":"var $bm_rt;\nvar p = 0.81;\nvar a = 50;\nvar s = 1.70158;\nfunction easeandwizz_outBack(t, b, c, d) {\n return sum(mul(c, sum(mul(mul(t = t / d - 1, t), sum(mul(sum(s, 1), t), s)), 1)), b);\n}\nfunction easeAndWizz() {\n var t, d, sX, eX, sY, eY, sZ, eZ, val1;\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_outBack(t, sX, eX, d, a, p, s);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_outBack(t, sY, eY, d, a, p, s);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_outBack(t, sY, eY, d, a, p, s);\n val3 = easeandwizz_outBack(t, sZ, eZ, d, a, p, s);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;"}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"n","pt":{"a":0,"k":{"i":[[0,0],[0.046,0.054],[0.062,0.069],[0.069,0.077],[0.062,0.092],[0,0]],"o":[[0,0],[-0.046,-0.054],[-0.062,-0.069],[-0.069,-0.077],[-0.062,-0.092],[0,0]],"v":[[0.787,0.756],[0.679,0.718],[0.648,0.495],[0.402,0.448],[0.356,0.202],[0.202,0.195]],"c":false}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,-0.716],[0,0],[-0.716,0],[0,0],[0,-0.717],[0,0],[-0.717,0]],"o":[[0,0],[0.716,0],[0,0],[0,0.716],[0,0],[0.716,0],[0,0],[0,0.717],[0,0]],"v":[[-3.725,-3.669],[-2.539,-3.669],[-1.242,-2.371],[-1.242,-1.297],[0.056,0.001],[1.131,0.001],[2.428,1.298],[2.428,2.372],[3.725,3.669]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[1,0.761,0.345,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[6.224,6.169],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":15,"op":63,"st":15,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"flair2 Outlines","ks":{"o":{"a":1,"k":[{"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.167],"y":[0.167]},"n":["0p75_0p75_0p167_0p167"],"t":3,"s":[100],"e":[100]},{"i":{"x":[0.75],"y":[1]},"o":{"x":[0.25],"y":[0]},"n":["0p75_1_0p25_0"],"t":13,"s":[100],"e":[0]},{"t":18}]},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":3,"s":[0],"e":[-18]},{"t":11}],"x":"var $bm_rt;\nvar p = 0.81;\nvar a = 50;\nvar s = 1.70158;\nfunction easeandwizz_outBack(t, b, c, d) {\n return sum(mul(c, sum(mul(mul(t = t / d - 1, t), sum(mul(sum(s, 1), t), s)), 1)), b);\n}\nfunction easeAndWizz() {\n var t, d, sX, eX, sY, eY, sZ, eZ, val1;\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_outBack(t, sX, eX, d, a, p, s);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_outBack(t, sY, eY, d, a, p, s);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_outBack(t, sY, eY, d, a, p, s);\n val3 = easeandwizz_outBack(t, sZ, eZ, d, a, p, s);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;"},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[750.469,453.088,0],"e":[758.469,434.088,0],"to":[1.33333337306976,-3.16666674613953,0],"ti":[-1.33333337306976,3.16666674613953,0]},{"t":16}],"x":"var $bm_rt;\nvar p = 0.81;\nvar a = 50;\nvar s = 1.70158;\nfunction easeandwizz_outBack(t, b, c, d) {\n return sum(mul(c, sum(mul(mul(t = t / d - 1, t), sum(mul(sum(s, 1), t), s)), 1)), b);\n}\nfunction easeAndWizz() {\n var t, d, sX, eX, sY, eY, sZ, eZ, val1;\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_outBack(t, sX, eX, d, a, p, s);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_outBack(t, sY, eY, d, a, p, s);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_outBack(t, sY, eY, d, a, p, s);\n val3 = easeandwizz_outBack(t, sZ, eZ, d, a, p, s);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;"},"a":{"a":0,"k":[6,6.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":3,"s":[1000,1000,100],"e":[1500,1500,100]},{"t":11}],"x":"var $bm_rt;\nvar p = 0.81;\nvar a = 50;\nvar s = 1.70158;\nfunction easeandwizz_outBack(t, b, c, d) {\n return sum(mul(c, sum(mul(mul(t = t / d - 1, t), sum(mul(sum(s, 1), t), s)), 1)), b);\n}\nfunction easeAndWizz() {\n var t, d, sX, eX, sY, eY, sZ, eZ, val1;\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_outBack(t, sX, eX, d, a, p, s);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_outBack(t, sY, eY, d, a, p, s);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_outBack(t, sY, eY, d, a, p, s);\n val3 = easeandwizz_outBack(t, sZ, eZ, d, a, p, s);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;"}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"n","pt":{"a":0,"k":{"i":[[0,0],[-0.058,0.023],[-0.083,0.046],[-0.083,0.046],[-0.067,0.062],[0,0]],"o":[[0,0],[0.058,-0.023],[0.083,-0.046],[0.083,-0.046],[0.067,-0.062],[0,0]],"v":[[0.196,0.761],[0.238,0.607],[0.446,0.584],[0.513,0.369],[0.729,0.338],[0.754,0.184]],"c":false}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.638,0],[0,0],[0,0.637],[0,0],[-0.637,0],[0,0],[0,0.637],[0,0]],"o":[[0,0],[0,-0.637],[0,0],[0.638,0],[0,0],[0,-0.637],[0,0],[0.637,0],[0,0],[0,0]],"v":[[-3.263,3.741],[-3.263,2.785],[-2.109,1.632],[-1.154,1.632],[0,0.478],[0,-0.478],[1.154,-1.632],[2.11,-1.632],[3.263,-2.785],[3.263,-3.741]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.29,0.808,0.686,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[5.763,6.241],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":3,"op":51,"st":3,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"flair3 Outlines","ks":{"o":{"a":1,"k":[{"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.167],"y":[0.167]},"n":["0p75_0p75_0p167_0p167"],"t":25,"s":[100],"e":[100]},{"i":{"x":[0.75],"y":[1]},"o":{"x":[0.25],"y":[0]},"n":["0p75_1_0p25_0"],"t":35,"s":[100],"e":[0]},{"t":40}]},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":25,"s":[0],"e":[423]},{"t":41}],"x":"var $bm_rt;\nvar p = 0.81;\nvar a = 50;\nvar s = 1.70158;\nfunction easeandwizz_outExpo(t, b, c, d) {\n var OUT_EXPO_CORRECTION = 1.000976;\n return t == d ? b + c : c * OUT_EXPO_CORRECTION * (-Math.pow(2, -10 * t / d) + 1) + b;\n}\nfunction easeAndWizz() {\n var t, d, sX, eX, sY, eY, sZ, eZ, val1;\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n if (n > 1 && n < numKeys - 1) {\n return null;\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_outExpo(t, sX, eX, d, a, p, s);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_outExpo(t, sY, eY, d, a, p, s);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_outExpo(t, sY, eY, d, a, p, s);\n val3 = easeandwizz_outExpo(t, sZ, eZ, d, a, p, s);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;"},"p":{"a":0,"k":[287.439,538.78,0]},"a":{"a":0,"k":[8.9,8.342,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":25,"s":[1000,1000,100],"e":[1200,1200,100]},{"t":39}],"x":"var $bm_rt;\nvar p = 0.81;\nvar a = 50;\nvar s = 1.70158;\nfunction easeandwizz_outBack(t, b, c, d) {\n return sum(mul(c, sum(mul(mul(t = t / d - 1, t), sum(mul(sum(s, 1), t), s)), 1)), b);\n}\nfunction easeAndWizz() {\n var t, d, sX, eX, sY, eY, sZ, eZ, val1;\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_outBack(t, sX, eX, d, a, p, s);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_outBack(t, sY, eY, d, a, p, s);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_outBack(t, sY, eY, d, a, p, s);\n val3 = easeandwizz_outBack(t, sZ, eZ, d, a, p, s);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;"}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"n","pt":{"a":0,"k":{"i":[[0,0],[0.231,0.094],[-0.045,0.195],[-0.014,0],[0.031,-0.129],[0.092,0.021],[-0.008,0.079],[-0.058,-0.038]],"o":[[0,0],[-0.231,-0.094],[0.031,-0.132],[0.014,0],[-0.031,0.129],[-0.092,-0.021],[0.008,-0.079],[0.058,0.038]],"v":[[0.856,0.542],[0.428,0.771],[0.184,0.354],[0.436,0.169],[0.634,0.38],[0.467,0.554],[0.336,0.419],[0.484,0.324]],"c":false}},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[3.412,1.445],[-1.156,2.73],[-2.184,-0.925],[0.74,-1.747],[1.397,0.592],[-0.473,1.118],[-0.895,-0.379]],"o":[[-1.445,3.412],[-2.73,-1.155],[0.924,-2.184],[1.747,0.74],[-0.592,1.397],[-1.118,-0.474],[0.379,-0.895],[0,0]],"v":[[6.4,0.835],[-2.394,4.398],[-5.244,-2.637],[0.384,-4.918],[2.208,-0.415],[-1.394,1.045],[-2.562,-1.838],[-0.256,-2.771]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.271,0.718,0.831,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[8.9,8.343],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":25,"op":73,"st":25,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"flair4 Outlines","ks":{"o":{"a":1,"k":[{"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.167],"y":[0.167]},"n":["0p75_0p75_0p167_0p167"],"t":0,"s":[100],"e":[100]},{"i":{"x":[0.75],"y":[1]},"o":{"x":[0.25],"y":[0]},"n":["0p75_1_0p25_0"],"t":10,"s":[100],"e":[0]},{"t":15}]},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[-18]},{"t":8}],"x":"var $bm_rt;\nvar p = 0.81;\nvar a = 50;\nvar s = 1.70158;\nfunction easeandwizz_outBack(t, b, c, d) {\n return sum(mul(c, sum(mul(mul(t = t / d - 1, t), sum(mul(sum(s, 1), t), s)), 1)), b);\n}\nfunction easeAndWizz() {\n var t, d, sX, eX, sY, eY, sZ, eZ, val1;\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_outBack(t, sX, eX, d, a, p, s);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_outBack(t, sY, eY, d, a, p, s);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_outBack(t, sY, eY, d, a, p, s);\n val3 = easeandwizz_outBack(t, sZ, eZ, d, a, p, s);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;"},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[646.871,307.49,0],"e":[671.871,287.49,0],"to":[4.16666650772095,-3.33333325386047,0],"ti":[-4.16666650772095,3.33333325386047,0]},{"t":8}],"x":"var $bm_rt;\nvar p = 0.81;\nvar a = 50;\nvar s = 1.70158;\nfunction easeandwizz_outBack(t, b, c, d) {\n return sum(mul(c, sum(mul(mul(t = t / d - 1, t), sum(mul(sum(s, 1), t), s)), 1)), b);\n}\nfunction easeAndWizz() {\n var t, d, sX, eX, sY, eY, sZ, eZ, val1;\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_outBack(t, sX, eX, d, a, p, s);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_outBack(t, sY, eY, d, a, p, s);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_outBack(t, sY, eY, d, a, p, s);\n val3 = easeandwizz_outBack(t, sZ, eZ, d, a, p, s);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;"},"a":{"a":0,"k":[5.413,5.941,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[1000,1000,100],"e":[1500,1500,100]},{"t":8}],"x":"var $bm_rt;\nvar p = 0.81;\nvar a = 50;\nvar s = 1.70158;\nfunction easeandwizz_outBack(t, b, c, d) {\n return sum(mul(c, sum(mul(mul(t = t / d - 1, t), sum(mul(sum(s, 1), t), s)), 1)), b);\n}\nfunction easeAndWizz() {\n var t, d, sX, eX, sY, eY, sZ, eZ, val1;\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_outBack(t, sX, eX, d, a, p, s);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_outBack(t, sY, eY, d, a, p, s);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_outBack(t, sY, eY, d, a, p, s);\n val3 = easeandwizz_outBack(t, sZ, eZ, d, a, p, s);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;"}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.101,-0.167],[-0.195,0],[0,0],[-0.1,0.167],[0.092,0.172],[0,0],[0.205,0],[0.097,-0.181]],"o":[[-0.092,0.172],[0.1,0.167],[0,0],[0.195,0],[0.1,-0.167],[0,0],[-0.097,-0.181],[-0.205,0],[0,0]],"v":[[-2.821,1.924],[-2.807,2.471],[-2.331,2.74],[2.331,2.74],[2.807,2.471],[2.821,1.924],[0.49,-2.447],[0,-2.74],[-0.49,-2.447]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.944,0.39,0.493,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[5.413,5.241],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":48,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"flair13 Outlines","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-8,"s":[100],"e":[0]},{"t":1}]},"r":{"a":1,"k":[{"i":{"x":[0.75],"y":[1]},"o":{"x":[0.25],"y":[0]},"n":["0p75_1_0p25_0"],"t":-31,"s":[0],"e":[540]},{"t":1}]},"p":{"a":0,"k":[295.732,348.087,0]},"a":{"a":0,"k":[3.5,3.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":-31,"s":[0,0,100],"e":[1500,1500,100]},{"t":16}],"x":"var $bm_rt;\nvar p = 0.81;\nvar a = 50;\nvar s = 1.70158;\nfunction easeandwizz_outBack(t, b, c, d) {\n return sum(mul(c, sum(mul(mul(t = t / d - 1, t), sum(mul(sum(s, 1), t), s)), 1)), b);\n}\nfunction easeAndWizz() {\n var t, d, sX, eX, sY, eY, sZ, eZ, val1;\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_outBack(t, sX, eX, d, a, p, s);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_outBack(t, sY, eY, d, a, p, s);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_outBack(t, sY, eY, d, a, p, s);\n val3 = easeandwizz_outBack(t, sZ, eZ, d, a, p, s);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;"}},"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":[[2.5,3.5],[4.5,3.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.29,0.808,0.686,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[3.5,4.5],[3.5,2.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.29,0.808,0.686,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":-31,"op":16,"st":-31,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"flair5 Outlines","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":39,"s":[100],"e":[0]},{"t":48}]},"r":{"a":1,"k":[{"i":{"x":[0.75],"y":[1]},"o":{"x":[0.25],"y":[0]},"n":["0p75_1_0p25_0"],"t":16,"s":[0],"e":[540]},{"t":48}]},"p":{"a":0,"k":[295.732,348.087,0]},"a":{"a":0,"k":[3.5,3.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":16,"s":[0,0,100],"e":[1500,1500,100]},{"t":63}],"x":"var $bm_rt;\nvar p = 0.81;\nvar a = 50;\nvar s = 1.70158;\nfunction easeandwizz_outBack(t, b, c, d) {\n return sum(mul(c, sum(mul(mul(t = t / d - 1, t), sum(mul(sum(s, 1), t), s)), 1)), b);\n}\nfunction easeAndWizz() {\n var t, d, sX, eX, sY, eY, sZ, eZ, val1;\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_outBack(t, sX, eX, d, a, p, s);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_outBack(t, sY, eY, d, a, p, s);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_outBack(t, sY, eY, d, a, p, s);\n val3 = easeandwizz_outBack(t, sZ, eZ, d, a, p, s);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;"}},"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":[[2.5,3.5],[4.5,3.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.29,0.808,0.686,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[3.5,4.5],[3.5,2.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.29,0.808,0.686,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":16,"op":64,"st":16,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"flair12 Outlines","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-13,"s":[100],"e":[0]},{"t":-4}]},"r":{"a":1,"k":[{"i":{"x":[0.75],"y":[1]},"o":{"x":[0.25],"y":[0]},"n":["0p75_1_0p25_0"],"t":-36,"s":[0],"e":[540]},{"t":-4}]},"p":{"a":0,"k":[740.732,333.087,0]},"a":{"a":0,"k":[3.5,3.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":-36,"s":[0,0,100],"e":[1500,1500,100]},{"t":11}],"x":"var $bm_rt;\nvar p = 0.81;\nvar a = 50;\nvar s = 1.70158;\nfunction easeandwizz_outBack(t, b, c, d) {\n return sum(mul(c, sum(mul(mul(t = t / d - 1, t), sum(mul(sum(s, 1), t), s)), 1)), b);\n}\nfunction easeAndWizz() {\n var t, d, sX, eX, sY, eY, sZ, eZ, val1;\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_outBack(t, sX, eX, d, a, p, s);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_outBack(t, sY, eY, d, a, p, s);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_outBack(t, sY, eY, d, a, p, s);\n val3 = easeandwizz_outBack(t, sZ, eZ, d, a, p, s);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;"}},"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":[[2.5,3.5],[4.5,3.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[1,0.761,0.345,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[3.5,4.5],[3.5,2.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[1,0.761,0.345,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":-36,"op":11,"st":-36,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"flair6 Outlines","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":34,"s":[100],"e":[0]},{"t":43}]},"r":{"a":1,"k":[{"i":{"x":[0.75],"y":[1]},"o":{"x":[0.25],"y":[0]},"n":["0p75_1_0p25_0"],"t":11,"s":[0],"e":[540]},{"t":43}]},"p":{"a":0,"k":[740.732,333.087,0]},"a":{"a":0,"k":[3.5,3.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":11,"s":[0,0,100],"e":[1500,1500,100]},{"t":58}],"x":"var $bm_rt;\nvar p = 0.81;\nvar a = 50;\nvar s = 1.70158;\nfunction easeandwizz_outBack(t, b, c, d) {\n return sum(mul(c, sum(mul(mul(t = t / d - 1, t), sum(mul(sum(s, 1), t), s)), 1)), b);\n}\nfunction easeAndWizz() {\n var t, d, sX, eX, sY, eY, sZ, eZ, val1;\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_outBack(t, sX, eX, d, a, p, s);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_outBack(t, sY, eY, d, a, p, s);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_outBack(t, sY, eY, d, a, p, s);\n val3 = easeandwizz_outBack(t, sZ, eZ, d, a, p, s);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;"}},"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":[[2.5,3.5],[4.5,3.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[1,0.761,0.345,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[3.5,4.5],[3.5,2.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[1,0.761,0.345,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":11,"op":59,"st":11,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":4,"nm":"flair11 Outlines","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":48,"s":[100],"e":[0]},{"t":57}]},"r":{"a":1,"k":[{"i":{"x":[0.75],"y":[1]},"o":{"x":[0.25],"y":[0]},"n":["0p75_1_0p25_0"],"t":25,"s":[0],"e":[540]},{"t":57}]},"p":{"a":0,"k":[795.732,533.087,0]},"a":{"a":0,"k":[3.5,3.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":25,"s":[0,0,100],"e":[1500,1500,100]},{"t":72}],"x":"var $bm_rt;\nvar p = 0.81;\nvar a = 50;\nvar s = 1.70158;\nfunction easeandwizz_outBack(t, b, c, d) {\n return sum(mul(c, sum(mul(mul(t = t / d - 1, t), sum(mul(sum(s, 1), t), s)), 1)), b);\n}\nfunction easeAndWizz() {\n var t, d, sX, eX, sY, eY, sZ, eZ, val1;\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_outBack(t, sX, eX, d, a, p, s);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_outBack(t, sY, eY, d, a, p, s);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_outBack(t, sY, eY, d, a, p, s);\n val3 = easeandwizz_outBack(t, sZ, eZ, d, a, p, s);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;"}},"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":[[2.5,3.5],[4.5,3.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.271,0.718,0.831,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[3.5,4.5],[3.5,2.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.271,0.718,0.831,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":25,"op":73,"st":25,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":4,"nm":"flair7 Outlines","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":1,"s":[100],"e":[0]},{"t":10}]},"r":{"a":1,"k":[{"i":{"x":[0.75],"y":[1]},"o":{"x":[0.25],"y":[0]},"n":["0p75_1_0p25_0"],"t":-22,"s":[0],"e":[540]},{"t":10}]},"p":{"a":0,"k":[795.732,533.087,0]},"a":{"a":0,"k":[3.5,3.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":-22,"s":[0,0,100],"e":[1500,1500,100]},{"t":25}],"x":"var $bm_rt;\nvar p = 0.81;\nvar a = 50;\nvar s = 1.70158;\nfunction easeandwizz_outBack(t, b, c, d) {\n return sum(mul(c, sum(mul(mul(t = t / d - 1, t), sum(mul(sum(s, 1), t), s)), 1)), b);\n}\nfunction easeAndWizz() {\n var t, d, sX, eX, sY, eY, sZ, eZ, val1;\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_outBack(t, sX, eX, d, a, p, s);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_outBack(t, sY, eY, d, a, p, s);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_outBack(t, sY, eY, d, a, p, s);\n val3 = easeandwizz_outBack(t, sZ, eZ, d, a, p, s);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;"}},"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":[[2.5,3.5],[4.5,3.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.271,0.718,0.831,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[3.5,4.5],[3.5,2.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.271,0.718,0.831,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":-22,"op":25,"st":-22,"bm":0,"sr":1},{"ddd":0,"ind":21,"ty":4,"nm":"flair10 Outlines","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":57,"s":[100],"e":[0]},{"t":66}]},"r":{"a":1,"k":[{"i":{"x":[0.75],"y":[1]},"o":{"x":[0.25],"y":[0]},"n":["0p75_1_0p25_0"],"t":34,"s":[0],"e":[540]},{"t":66}]},"p":{"a":0,"k":[520.732,278.087,0]},"a":{"a":0,"k":[3.5,3.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":34,"s":[0,0,100],"e":[1500,1500,100]},{"t":81}],"x":"var $bm_rt;\nvar p = 0.81;\nvar a = 50;\nvar s = 1.70158;\nfunction easeandwizz_outBack(t, b, c, d) {\n return sum(mul(c, sum(mul(mul(t = t / d - 1, t), sum(mul(sum(s, 1), t), s)), 1)), b);\n}\nfunction easeAndWizz() {\n var t, d, sX, eX, sY, eY, sZ, eZ, val1;\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_outBack(t, sX, eX, d, a, p, s);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_outBack(t, sY, eY, d, a, p, s);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_outBack(t, sY, eY, d, a, p, s);\n val3 = easeandwizz_outBack(t, sZ, eZ, d, a, p, s);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;"}},"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":[[2.5,3.5],[4.5,3.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.271,0.718,0.831,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[3.5,4.5],[3.5,2.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.271,0.718,0.831,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":34,"op":82,"st":34,"bm":0,"sr":1},{"ddd":0,"ind":23,"ty":4,"nm":"flair8 Outlines","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[100],"e":[0]},{"t":19}]},"r":{"a":1,"k":[{"i":{"x":[0.75],"y":[1]},"o":{"x":[0.25],"y":[0]},"n":["0p75_1_0p25_0"],"t":-13,"s":[0],"e":[540]},{"t":19}]},"p":{"a":0,"k":[520.732,278.087,0]},"a":{"a":0,"k":[3.5,3.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":-13,"s":[0,0,100],"e":[1500,1500,100]},{"t":34}],"x":"var $bm_rt;\nvar p = 0.81;\nvar a = 50;\nvar s = 1.70158;\nfunction easeandwizz_outBack(t, b, c, d) {\n return sum(mul(c, sum(mul(mul(t = t / d - 1, t), sum(mul(sum(s, 1), t), s)), 1)), b);\n}\nfunction easeAndWizz() {\n var t, d, sX, eX, sY, eY, sZ, eZ, val1;\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_outBack(t, sX, eX, d, a, p, s);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_outBack(t, sY, eY, d, a, p, s);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_outBack(t, sY, eY, d, a, p, s);\n val3 = easeandwizz_outBack(t, sZ, eZ, d, a, p, s);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;"}},"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":[[2.5,3.5],[4.5,3.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.271,0.718,0.831,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[3.5,4.5],[3.5,2.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.271,0.718,0.831,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":-13,"op":34,"st":-13,"bm":0,"sr":1},{"ddd":0,"ind":25,"ty":4,"nm":"flair9 Outlines","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":23,"s":[100],"e":[0]},{"t":32}]},"r":{"a":1,"k":[{"i":{"x":[0.75],"y":[1]},"o":{"x":[0.25],"y":[0]},"n":["0p75_1_0p25_0"],"t":0,"s":[0],"e":[540]},{"t":32}]},"p":{"a":0,"k":[325.732,433.087,0]},"a":{"a":0,"k":[4.5,4.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[0,0,100],"e":[1500,1500,100]},{"t":47}],"x":"var $bm_rt;\nvar p = 0.81;\nvar a = 50;\nvar s = 1.70158;\nfunction easeandwizz_outBack(t, b, c, d) {\n return sum(mul(c, sum(mul(mul(t = t / d - 1, t), sum(mul(sum(s, 1), t), s)), 1)), b);\n}\nfunction easeAndWizz() {\n var t, d, sX, eX, sY, eY, sZ, eZ, val1;\n var n = 0;\n if (numKeys > 0) {\n n = nearestKey(time).index;\n if (key(n).time > time) {\n n--;\n }\n }\n try {\n var key1 = key(n);\n var key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try {\n key(1)[1].length;\n dim = 2;\n key(1)[2].length;\n dim = 3;\n } catch (e) {\n }\n t = sub(time, key1.time);\n d = sub(key2.time, key1.time);\n sX = key1[0];\n eX = sub(key2[0], key1[0]);\n if (dim >= 2) {\n sY = key1[1];\n eY = sub(key2[1], key1[1]);\n if (dim >= 3) {\n sZ = key1[2];\n eZ = sub(key2[2], key1[2]);\n }\n }\n if (time < key1.time || time > key2.time) {\n return value;\n } else {\n val1 = easeandwizz_outBack(t, sX, eX, d, a, p, s);\n switch (dim) {\n case 1:\n return val1;\n break;\n case 2:\n val2 = easeandwizz_outBack(t, sY, eY, d, a, p, s);\n return [\n val1,\n val2\n ];\n break;\n case 3:\n val2 = easeandwizz_outBack(t, sY, eY, d, a, p, s);\n val3 = easeandwizz_outBack(t, sZ, eZ, d, a, p, s);\n return [\n val1,\n val2,\n val3\n ];\n break;\n default:\n return null;\n }\n }\n}\n$bm_rt = easeAndWizz() || value;"}},"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":[[2.5,4.5],[6.5,4.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.944,0.39,0.493,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[4.5,6.5],[4.5,2.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.944,0.39,0.493,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"}],"ip":0,"op":48,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":27,"ty":4,"nm":"l shadow Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.75,"y":1},"o":{"x":0.25,"y":0},"n":"0p75_1_0p25_0","t":0,"s":[350,862,0],"e":[343,862,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.75,"y":0.75},"o":{"x":0.25,"y":0.25},"n":"0p75_0p75_0p25_0p25","t":11,"s":[343,862,0],"e":[343,862,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.75,"y":1},"o":{"x":0.25,"y":0},"n":"0p75_1_0p25_0","t":24,"s":[343,862,0],"e":[318.858,862,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.75,"y":1},"o":{"x":0.25,"y":0},"n":"0p75_1_0p25_0","t":36,"s":[318.858,862,0],"e":[350,862,0],"to":[0,0,0],"ti":[0,0,0]},{"t":47}]},"a":{"a":0,"k":[4.25,1.25,0]},"s":{"a":1,"k":[{"i":{"x":[0.75,0.75,0.75],"y":[0.75,0.75,0.75]},"o":{"x":[0.25,0.25,0.25],"y":[0.25,0.25,0.25]},"n":["0p75_0p75_0p25_0p25","0p75_0p75_0p25_0p25","0p75_0p75_0p25_0p25"],"t":0,"s":[1000,1000,100],"e":[1000,1000,100]},{"i":{"x":[0.75,0.75,0.75],"y":[1,1,0.75]},"o":{"x":[0.25,0.25,0.25],"y":[0,0,0.25]},"n":["0p75_1_0p25_0","0p75_1_0p25_0","0p75_0p75_0p25_0p25"],"t":11,"s":[1000,1000,100],"e":[750,750,100]},{"i":{"x":[0.75,0.75,0.75],"y":[1,1,0.75]},"o":{"x":[0.25,0.25,0.25],"y":[0,0,0.25]},"n":["0p75_1_0p25_0","0p75_1_0p25_0","0p75_0p75_0p25_0p25"],"t":24,"s":[750,750,100],"e":[925,925,100]},{"i":{"x":[0.75,0.75,0.75],"y":[1,1,0.75]},"o":{"x":[0.25,0.25,0.25],"y":[0,0,0.25]},"n":["0p75_1_0p25_0","0p75_1_0p25_0","0p75_0p75_0p25_0p25"],"t":36,"s":[925,925,100],"e":[1000,1000,100]},{"t":47}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-0.552],[2.209,0],[0,0.552],[-2.209,0]],"o":[[0,0.552],[-2.209,0],[0,-0.552],[2.209,0]],"v":[[4,0],[0,1],[-4,0],[0,-1]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.892,0.926,0.944,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[4.25,1.25],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":48,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":29,"ty":4,"nm":"r shadow Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.75,"y":1},"o":{"x":0.25,"y":0},"n":"0p75_1_0p25_0","t":0,"s":[710,862,0],"e":[699,862,0],"to":[-1.83333337306976,0,0],"ti":[-2.5,0,0]},{"i":{"x":0.75,"y":1},"o":{"x":0.25,"y":0},"n":"0p75_1_0p25_0","t":11,"s":[699,862,0],"e":[725,862,0],"to":[2.5,0,0],"ti":[0,0,0]},{"i":{"x":0.75,"y":1},"o":{"x":0.25,"y":0},"n":"0p75_1_0p25_0","t":24,"s":[725,862,0],"e":[699,862,0],"to":[0,0,0],"ti":[2.5,0,0]},{"i":{"x":0.75,"y":1},"o":{"x":0.25,"y":0},"n":"0p75_1_0p25_0","t":36,"s":[699,862,0],"e":[710,862,0],"to":[-2.5,0,0],"ti":[-1.83333337306976,0,0]},{"i":{"x":0.75,"y":0.75},"o":{"x":0.25,"y":0.25},"n":"0p75_0p75_0p25_0p25","t":47,"s":[710,862,0],"e":[710,862,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.75,"y":0.75},"o":{"x":0.25,"y":0.25},"n":"0p75_0p75_0p25_0p25","t":58,"s":[710,862,0],"e":[710,862,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.75,"y":0.75},"o":{"x":0.25,"y":0.25},"n":"0p75_0p75_0p25_0p25","t":71,"s":[710,862,0],"e":[710,862,0],"to":[0,0,0],"ti":[0,0,0]},{"t":83}]},"a":{"a":0,"k":[4.25,1.25,0]},"s":{"a":1,"k":[{"i":{"x":[0.75,0.75,0.75],"y":[1,1,0.75]},"o":{"x":[0.25,0.25,0.25],"y":[0,0,0.25]},"n":["0p75_1_0p25_0","0p75_1_0p25_0","0p75_0p75_0p25_0p25"],"t":0,"s":[1000,1000,100],"e":[1150,1150,100]},{"i":{"x":[0.75,0.75,0.75],"y":[1,1,0.75]},"o":{"x":[0.25,0.25,0.25],"y":[0,0,0.25]},"n":["0p75_1_0p25_0","0p75_1_0p25_0","0p75_0p75_0p25_0p25"],"t":11,"s":[1150,1150,100],"e":[925,925,100]},{"i":{"x":[0.75,0.75,0.75],"y":[1,1,0.75]},"o":{"x":[0.25,0.25,0.25],"y":[0,0,0.25]},"n":["0p75_1_0p25_0","0p75_1_0p25_0","0p75_0p75_0p25_0p25"],"t":24,"s":[925,925,100],"e":[1000,1000,100]},{"i":{"x":[0.75,0.75,0.75],"y":[0.75,0.75,0.75]},"o":{"x":[0.25,0.25,0.25],"y":[0.25,0.25,0.25]},"n":["0p75_0p75_0p25_0p25","0p75_0p75_0p25_0p25","0p75_0p75_0p25_0p25"],"t":36,"s":[1000,1000,100],"e":[1000,1000,100]},{"i":{"x":[0.75,0.75,0.75],"y":[0.75,0.75,0.75]},"o":{"x":[0.25,0.25,0.25],"y":[0.25,0.25,0.25]},"n":["0p75_0p75_0p25_0p25","0p75_0p75_0p25_0p25","0p75_0p75_0p25_0p25"],"t":47,"s":[1000,1000,100],"e":[1000,1000,100]},{"i":{"x":[0.75,0.75,0.75],"y":[0.75,0.75,0.75]},"o":{"x":[0.25,0.25,0.25],"y":[0.25,0.25,0.25]},"n":["0p75_0p75_0p25_0p25","0p75_0p75_0p25_0p25","0p75_0p75_0p25_0p25"],"t":58,"s":[1000,1000,100],"e":[1000,1000,100]},{"i":{"x":[0.75,0.75,0.75],"y":[0.75,0.75,0.75]},"o":{"x":[0.25,0.25,0.25],"y":[0.25,0.25,0.25]},"n":["0p75_0p75_0p25_0p25","0p75_0p75_0p25_0p25","0p75_0p75_0p25_0p25"],"t":71,"s":[1000,1000,100],"e":[1000,1000,100]},{"t":83}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-0.552],[2.209,0],[0,0.552],[-2.209,0]],"o":[[0,0.552],[-2.209,0],[0,-0.552],[2.209,0]],"v":[[4,0],[0,1],[-4,0],[0,-1]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.892,0.926,0.944,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[4.25,1.25],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":48,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":31,"ty":4,"nm":"head Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]},"n":["0p75_0p75_0p25_0p25"],"t":0,"s":[0],"e":[0]},{"i":{"x":[0.75],"y":[1]},"o":{"x":[0.25],"y":[0]},"n":["0p75_1_0p25_0"],"t":24,"s":[0],"e":[-3]},{"i":{"x":[0.75],"y":[1]},"o":{"x":[0.25],"y":[0]},"n":["0p75_1_0p25_0"],"t":36,"s":[-3],"e":[0]},{"t":47}]},"p":{"a":1,"k":[{"i":{"x":0.75,"y":1},"o":{"x":0.25,"y":0},"n":"0p75_1_0p25_0","t":0,"s":[526.732,626.587,0],"e":[526.732,625.587,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.75,"y":1},"o":{"x":0.25,"y":0},"n":"0p75_1_0p25_0","t":11,"s":[526.732,625.587,0],"e":[526.732,619.587,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.75,"y":1},"o":{"x":0.25,"y":0},"n":"0p75_1_0p25_0","t":24,"s":[526.732,619.587,0],"e":[526.732,626.587,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.75,"y":0.75},"o":{"x":0.25,"y":0.25},"n":"0p75_0p75_0p25_0p25","t":36,"s":[526.732,626.587,0],"e":[526.732,626.587,0],"to":[0,0,0],"ti":[0,0,0]},{"t":47}]},"a":{"a":0,"k":[15.769,26.15,0]},"s":{"a":0,"k":[1000,1000,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-0.276,0],[0,0],[0,-0.276]],"o":[[0,0],[0,0],[0,-0.276],[0,0],[0.276,0],[0,0]],"v":[[1.5,2.75],[-1.5,2.75],[-1.5,-2.25],[-1,-2.75],[1,-2.75],[1.5,-2.25]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.312,0.292,0.272,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[15.669,5.25],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"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":[[1.5,1.25],[-1.5,1.25],[-1.5,-1.25],[1.5,-1.25]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.855,0.86,0.862,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[15.669,3.75],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.136,-1.547],[0.161,-1.844],[1.504,0],[0,0],[0.136,1.545],[-0.162,1.846],[-1.504,0],[0,0]],"o":[[0.161,1.844],[-0.136,1.547],[0,0],[-1.501,0],[-0.162,-1.845],[0.136,-1.547],[0,0],[1.504,0]],"v":[[10.88,-2.77],[10.88,2.774],[7.987,5.5],[-7.986,5.5],[-10.879,2.774],[-10.879,-2.774],[-7.986,-5.5],[7.991,-5.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.312,0.292,0.272,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[15.668,13.5],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-0.276,0],[0,0],[0,-0.276]],"o":[[0,0],[0,0],[0,-0.276],[0,0],[0.276,0],[0,0]],"v":[[1.5,2.75],[-1.5,2.75],[-1.5,-2.25],[-1,-2.75],[1,-2.75],[1.5,-2.25]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.74,0.745,0.752,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[15.669,5.25],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.067,-1.425],[-0.038,0.424],[-1.504,0],[0,0],[-0.135,-1.547],[-0.02,-0.424],[0.125,1.42],[1.504,0],[0,0],[0.135,-1.547]],"o":[[0.02,-0.425],[0.135,-1.547],[0,0],[1.504,0],[0.037,0.423],[0.067,-1.424],[-0.135,-1.547],[0,0],[-1.504,0],[-0.125,1.421]],"v":[[-10.962,3.499],[-10.878,2.226],[-7.986,-0.501],[7.99,-0.501],[10.878,2.23],[10.962,3.501],[10.878,-0.771],[7.99,-3.501],[-7.986,-3.501],[-10.878,-0.775]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.577,0.584,0.597,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[15.669,11.501],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.136,-1.547],[0.161,-1.844],[1.504,0],[0,0],[0.136,1.545],[-0.162,1.846],[-1.504,0],[0,0]],"o":[[0.161,1.844],[-0.136,1.547],[0,0],[-1.501,0],[-0.162,-1.845],[0.136,-1.547],[0,0],[1.504,0]],"v":[[10.88,-2.77],[10.88,2.774],[7.987,5.5],[-7.986,5.5],[-10.879,2.774],[-10.879,-2.774],[-7.986,-5.5],[7.991,-5.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.437,0.443,0.452,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[15.668,13.5],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.638,0.265],[0.264,0.638],[0,0],[0.638,-0.264],[-0.264,-0.638]],"o":[[0.264,0.638],[0.638,-0.264],[0,0],[-0.264,-0.638],[-0.638,0.264],[0,0]],"v":[[-0.676,1.633],[0.957,2.309],[1.634,0.676],[0.677,-1.633],[-0.957,-2.31],[-1.633,-0.677]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.312,0.292,0.272,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.329,0.329,0.329,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[4.397,18.405],"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":"Group 7","np":3,"cix":2,"ix":7,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.552,0],[0,0],[0,0],[0,0],[0,-0.552],[0,0]],"o":[[0,0],[0,0],[0,0],[-0.552,0],[0,0],[0,0.552]],"v":[[0,1.5],[1,1.5],[1,-1.5],[0,-1.5],[-1,-0.5],[-1,0.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.312,0.292,0.272,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.577,0.584,0.597,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[3.669,12.5],"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":"Group 8","np":3,"cix":2,"ix":8,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.638,0.265],[-0.264,0.638],[0,0],[-0.638,-0.264],[0.264,-0.638]],"o":[[-0.264,0.638],[-0.638,-0.264],[0,0],[0.264,-0.638],[0.638,0.264],[0,0]],"v":[[0.677,1.633],[-0.957,2.309],[-1.634,0.676],[-0.677,-1.633],[0.957,-2.31],[1.633,-0.677]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.312,0.292,0.272,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.329,0.329,0.329,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[26.94,18.405],"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":"Group 9","np":3,"cix":2,"ix":9,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.552,0],[0,0],[0,0],[0,0],[0,-0.552]],"o":[[0,0.552],[0,0],[0,0],[0,0],[0.552,0],[0,0]],"v":[[1,0.5],[0,1.5],[-1,1.5],[-1,-1.5],[0,-1.5],[1,-0.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.312,0.292,0.272,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.577,0.584,0.597,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[27.669,12.5],"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":"Group 10","np":3,"cix":2,"ix":10,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3,0],[-0.395,-0.498],[0,0],[0,0],[0,-0.862],[1.933,0],[0,1.657]],"o":[[-0.394,0.512],[3,0],[0,0],[0.635,1.716],[0,1.657],[-1.933,0],[0,-1.571]],"v":[[2.75,-5.079],[0.75,-2.579],[5.25,-1.579],[3.75,-0.079],[3.25,3.421],[-1.25,2.921],[-5.25,-2.079]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.312,0.292,0.272,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,0.878,0.525,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[20.919,8.079],"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":"Group 11","np":3,"cix":2,"ix":11,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4,-1],[0.395,-0.498],[0,0],[0,0],[0,-0.862],[-1.933,0],[0,1.657]],"o":[[0.394,0.512],[-3,0],[0,0],[-0.635,1.716],[0,1.657],[1.933,0],[0,-1.571]],"v":[[-3.25,-4.329],[-0.75,-2.329],[-5.25,-1.329],[-3.75,0.171],[-3.25,3.671],[1.25,3.171],[5.25,-1.829]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.312,0.292,0.272,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,0.878,0.525,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[10.419,7.829],"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":"Group 12","np":3,"cix":2,"ix":12,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-0.552],[0.552,0],[0,0.552],[-0.552,0]],"o":[[0,0.552],[-0.552,0],[0,-0.552],[0.552,0]],"v":[[1,0],[0,1],[-1,0],[0,-1]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.792,0.702,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[20.669,20],"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":"Group 13","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-0.552],[0.552,0],[0,0.552],[-0.552,0]],"o":[[0,0.552],[-0.552,0],[0,-0.552],[0.552,0]],"v":[[1,0],[0,1],[-1,0],[0,-1]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.792,0.702,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[10.669,20],"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":"Group 14","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.297,0],[-0.617,0.587]],"o":[[0.617,0.587],[1.297,0],[0,0]],"v":[[-3,-0.5],[0,0.5],[3,-0.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.314,0.294,0.275,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[15.594,22],"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":"Group 15","np":2,"cix":2,"ix":15,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.649,0],[0.309,-0.587]],"o":[[-0.309,-0.587],[-0.649,0],[0,0]],"v":[[1.5,0.5],[0,-0.5],[-1.5,0.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.314,0.294,0.275,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[18.669,16.5],"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":"Group 16","np":2,"cix":2,"ix":16,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.649,0],[0.309,-0.587]],"o":[[-0.309,-0.587],[-0.649,0],[0,0]],"v":[[1.5,0.5],[0,-0.5],[-1.5,0.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.314,0.294,0.275,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[12.669,16.5],"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":"Group 17","np":2,"cix":2,"ix":17,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0.939],[0.861,0.223],[0,0],[4.418,0],[0,-4.418],[0,0],[0,-0.931],[-0.873,-0.215],[-4.271,0],[-0.228,4.214]],"o":[[0,-0.931],[0,0],[0,-4.418],[-4.418,0],[0,0],[-0.861,0.223],[0,0.939],[0.228,4.214],[4.271,0],[0.872,-0.215]],"v":[[9.5,0.5],[8,-1.429],[8,-2],[0,-10],[-8,-2],[-8,-1.429],[-9.5,0.5],[-7.978,2.436],[0,10],[7.978,2.436]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.314,0.294,0.275,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,0.875,0.82,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[15.669,16],"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":"Group 18","np":3,"cix":2,"ix":18,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[2.669,13],[2.669,17]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.312,0.292,0.272,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 19","np":2,"cix":2,"ix":19,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[28.669,13],[28.669,17]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.312,0.292,0.272,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 20","np":2,"cix":2,"ix":20,"mn":"ADBE Vector Group"}],"ip":0,"op":48,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":33,"ty":4,"nm":"l hand Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.75],"y":[1]},"o":{"x":[0.25],"y":[0]},"n":["0p75_1_0p25_0"],"t":0,"s":[0],"e":[13.472]},{"i":{"x":[0.75],"y":[1]},"o":{"x":[0.25],"y":[0]},"n":["0p75_1_0p25_0"],"t":11,"s":[13.472],"e":[9.606]},{"i":{"x":[0.75],"y":[1]},"o":{"x":[0.25],"y":[0]},"n":["0p75_1_0p25_0"],"t":23,"s":[9.606],"e":[-5]},{"i":{"x":[0.75],"y":[1]},"o":{"x":[0.25],"y":[0]},"n":["0p75_1_0p25_0"],"t":36,"s":[-5],"e":[0]},{"t":47}]},"p":{"a":1,"k":[{"i":{"x":0.74,"y":1},"o":{"x":0.26,"y":0},"n":"0p74_1_0p26_0","t":0,"s":[317.719,785.756,0],"e":[319.719,778.756,0],"to":[0.33333334326744,-1.16666662693024,0],"ti":[-0.33333334326744,4.16666650772095,0]},{"i":{"x":0.74,"y":1},"o":{"x":0.26,"y":0},"n":"0p74_1_0p26_0","t":11,"s":[319.719,778.756,0],"e":[319.719,760.756,0],"to":[0.33333334326744,-4.16666650772095,0],"ti":[3.33333325386047,-0.33333334326744,0]},{"i":{"x":0.74,"y":1},"o":{"x":0.26,"y":0},"n":"0p74_1_0p26_0","t":23,"s":[319.719,760.756,0],"e":[299.719,780.756,0],"to":[-3.33333325386047,0.33333334326744,0],"ti":[0.33333334326744,-4.16666650772095,0]},{"i":{"x":0.74,"y":1},"o":{"x":0.26,"y":0},"n":"0p74_1_0p26_0","t":36,"s":[299.719,780.756,0],"e":[317.719,785.756,0],"to":[-0.33333334326744,4.16666650772095,0],"ti":[-3,-0.83333331346512,0]},{"t":47}]},"a":{"a":0,"k":[5.764,10.38,0]},"s":{"a":0,"k":[1000,1000,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.151,-0.531],[-0.531,0.151],[0,0],[0.151,0.531],[0.532,-0.151],[0,0]],"o":[[0.151,0.531],[0,0],[0.531,-0.151],[-0.151,-0.531],[0,0],[-0.531,0.151]],"v":[[-1.443,0.41],[-0.208,1.099],[0.754,0.825],[1.443,-0.41],[0.207,-1.099],[-0.755,-0.825]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.314,0.294,0.275,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,0.875,0.82,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[6.415,3.75],"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.432,-0.684],[-0.427,0.122],[0,0],[0.362,1.275],[0,0],[1.275,-0.362],[0,0],[0.004,-0.443],[-0.194,-0.712]],"o":[[0.237,0.375],[0,0],[1.275,-0.362],[0,0],[-0.362,-1.274],[0,0],[-0.427,0.121],[-0.008,0.744],[0.209,0.773]],"v":[[-2.05,2.895],[-0.932,3.322],[1.292,2.689],[2.945,-0.275],[2.615,-1.43],[-0.348,-3.081],[-2.572,-2.449],[-3.298,-1.497],[-3.016,0.697]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.314,0.294,0.275,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[8.331,9.481],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.49,-0.589],[0.045,0.159],[0,0],[1.275,-0.362],[0,0],[-0.002,0.27],[-0.427,0.121],[0,0],[-0.363,-1.275],[0,0]],"o":[[-0.012,-0.159],[0,0],[-0.363,-1.275],[0,0],[-0.024,-0.266],[0.004,-0.444],[0,0],[1.275,-0.363],[0,0],[0.225,0.792]],"v":[[2.543,2.682],[2.458,2.204],[2.13,1.049],[-0.835,-0.602],[-3.2,0.07],[-3.233,-0.734],[-2.506,-1.686],[-0.283,-2.318],[2.682,-0.667],[3.01,0.489]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.937,0.914,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[8.265,8.718],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.829,-1.313],[-0.426,0.121],[0,0],[0.362,1.275],[0,0],[1.275,-0.363],[0,0],[0.004,-0.444]],"o":[[0.237,0.375],[0,0],[1.276,-0.362],[0,0],[-0.362,-1.275],[0,0],[-0.427,0.121],[-0.015,1.553]],"v":[[-2.047,2.895],[-0.929,3.322],[1.295,2.691],[2.948,-0.275],[2.62,-1.428],[-0.345,-3.081],[-2.569,-2.449],[-3.295,-1.497]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.314,0.294,0.275,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,0.875,0.82,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[8.327,9.48],"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":"Group 4","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"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":[[-0.375,1.531],[1.549,0.984],[1.337,-1.531],[-1.549,-0.711]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.312,0.292,0.272,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.437,0.443,0.452,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[6.794,5.832],"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":"Group 5","np":3,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.755,-2.656],[-2.656,0.755],[0.755,2.656],[2.656,-0.755]],"o":[[0.755,2.656],[2.657,-0.755],[-0.755,-2.656],[-2.657,0.755]],"v":[[-4.809,1.367],[1.367,4.809],[4.809,-1.367],[-1.367,-4.809]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.312,0.292,0.272,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[8.064,9.495],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"}],"ip":0,"op":48,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":35,"ty":4,"nm":"r hand Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.75],"y":[1]},"o":{"x":[0.25],"y":[0]},"n":["0p75_1_0p25_0"],"t":0,"s":[0],"e":[-14.111]},{"i":{"x":[0.75],"y":[1]},"o":{"x":[0.25],"y":[0]},"n":["0p75_1_0p25_0"],"t":11,"s":[-14.111],"e":[-9.938]},{"i":{"x":[0.75],"y":[1]},"o":{"x":[0.25],"y":[0]},"n":["0p75_1_0p25_0"],"t":23,"s":[-9.938],"e":[-20]},{"i":{"x":[0.75],"y":[1]},"o":{"x":[0.25],"y":[0]},"n":["0p75_1_0p25_0"],"t":36,"s":[-20],"e":[0]},{"t":47}]},"p":{"a":1,"k":[{"i":{"x":0.74,"y":1},"o":{"x":0.26,"y":0},"n":"0p74_1_0p26_0","t":0,"s":[732.745,783.756,0],"e":[724.745,795.756,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.74,"y":1},"o":{"x":0.26,"y":0},"n":"0p74_1_0p26_0","t":11,"s":[724.745,795.756,0],"e":[750.418,765.747,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.74,"y":1},"o":{"x":0.26,"y":0},"n":"0p74_1_0p26_0","t":23,"s":[750.418,765.747,0],"e":[729.845,770.502,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.74,"y":1},"o":{"x":0.26,"y":0},"n":"0p74_1_0p26_0","t":36,"s":[729.845,770.502,0],"e":[732.745,783.756,0],"to":[0,0,0],"ti":[0,0,0]},{"t":47}]},"a":{"a":0,"k":[10.264,10.18,0]},"s":{"a":0,"k":[1000,1000,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.151,-0.531],[0.531,0.151],[0,0],[-0.151,0.531],[-0.532,-0.151],[0,0]],"o":[[-0.151,0.531],[0,0],[-0.531,-0.151],[0.151,-0.531],[0,0],[0.532,0.151]],"v":[[1.443,0.41],[0.208,1.099],[-0.754,0.825],[-1.443,-0.41],[-0.207,-1.099],[0.754,-0.825]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.314,0.294,0.275,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,0.875,0.82,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[9.714,3.75],"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.432,-0.684],[0.427,0.122],[0,0],[-0.363,1.275],[0,0],[-1.275,-0.362],[0,0],[-0.004,-0.443],[0.193,-0.712]],"o":[[-0.237,0.375],[0,0],[-1.275,-0.362],[0,0],[0.362,-1.274],[0,0],[0.427,0.121],[0.008,0.744],[-0.21,0.773]],"v":[[2.051,2.895],[0.932,3.322],[-1.292,2.689],[-2.943,-0.275],[-2.615,-1.43],[0.348,-3.081],[2.572,-2.449],[3.298,-1.497],[3.018,0.697]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.314,0.294,0.275,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[7.798,9.481],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.49,-0.589],[-0.045,0.159],[0,0],[-1.275,-0.362],[0,0],[0.002,0.27],[0.427,0.121],[0,0],[0.363,-1.275],[0,0]],"o":[[0.012,-0.159],[0,0],[0.362,-1.275],[0,0],[0.024,-0.266],[-0.004,-0.444],[0,0],[-1.275,-0.363],[0,0],[-0.225,0.792]],"v":[[-2.543,2.682],[-2.458,2.204],[-2.13,1.049],[0.835,-0.602],[3.2,0.07],[3.233,-0.734],[2.506,-1.686],[0.283,-2.318],[-2.682,-0.667],[-3.01,0.489]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.937,0.914,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[7.864,8.718],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.829,-1.313],[0.426,0.121],[0,0],[-0.362,1.275],[0,0],[-1.275,-0.363],[0,0],[-0.004,-0.444]],"o":[[-0.237,0.375],[0,0],[-1.275,-0.362],[0,0],[0.362,-1.275],[0,0],[0.427,0.121],[0.015,1.553]],"v":[[2.047,2.895],[0.929,3.322],[-1.295,2.691],[-2.948,-0.275],[-2.62,-1.428],[0.345,-3.081],[2.569,-2.449],[3.295,-1.497]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.314,0.294,0.275,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,0.875,0.82,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[7.802,9.48],"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":"Group 4","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"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":[[0.376,1.531],[-1.549,0.984],[-1.337,-1.531],[1.549,-0.711]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.312,0.292,0.272,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.437,0.443,0.452,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[9.334,5.832],"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":"Group 5","np":3,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.755,-2.656],[2.656,0.755],[-0.755,2.656],[-2.656,-0.755]],"o":[[-0.755,2.656],[-2.657,-0.755],[0.755,-2.656],[2.657,0.755]],"v":[[4.81,1.367],[-1.367,4.809],[-4.809,-1.367],[1.367,-4.809]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.312,0.292,0.272,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[8.064,9.495],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"}],"ip":0,"op":48,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":37,"ty":4,"nm":"body Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[520.732,704.339,0]},"a":{"a":0,"k":[15.328,12.695,0]},"s":{"a":0,"k":[1000,1000,100]}},"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":[[7.5,14],[7.5,13.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.314,0.294,0.275,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,1.652],[0,0],[0,0]],"o":[[0,1.654],[0,0],[0,0],[0,0],[0,0]],"v":[[3,-1.106],[0,5.5],[-3,-1.106],[-3,-5.5],[3,-5.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.314,0.294,0.275,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[15.5,8],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.079,-0.031],[-1.679,0.672],[-0.076,0.034],[0,0],[0,0]],"o":[[0.076,0.034],[1.68,0.672],[0.08,-0.031],[0,0],[0,0],[0,0]],"v":[[-3,1.309],[-2.774,1.412],[2.773,1.412],[3,1.309],[3,-2.084],[-3,-2.084]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.792,0.702,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[15.5,4.583],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[7.5,17.5],[7.5,16.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.314,0.294,0.275,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.929,0.949,0.957,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"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":"Group 4","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group"},{"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":[[-8,-4],[-8,4],[8,4],[8,-4]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.314,0.294,0.275,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[15.5,19.5],"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[23.5,14],[23.5,13.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.314,0.294,0.275,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,1.652],[0,0],[0,0]],"o":[[0,1.654],[0,0],[0,0],[0,0],[0,0]],"v":[[3,-1.106],[0,5.5],[-3,-1.106],[-3,-5.5],[3,-5.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,0.875,0.82,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[15.5,8],"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":"Group 7","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[5.523,0],[0,0],[0,-5.523],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,-5.523],[0,0],[-5.523,0],[0,0],[0,0],[0,0]],"v":[[8,5.25],[8,5.25],[13,5.25],[13,4.75],[3,-5.25],[-3,-5.25],[-13,4.75],[-13,5.25],[-8,5.25]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.314,0.294,0.275,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[15.5,11.25],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,2.761],[0,0]],"o":[[0,0],[0,2.761],[0,0],[0,0],[0,0]],"v":[[5,-5.25],[5,-4.75],[0,5.25],[-5,-4.75],[-5,-5.25]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.314,0.294,0.275,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[15.5,11.75],"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":"Group 9","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,2.762],[0,0],[0.685,0],[0,0],[0.646,-0.131],[0,0]],"o":[[0,0],[0,0],[-0.646,-0.131],[0,0],[-0.685,0],[0,0],[0,2.762]],"v":[[0,5.5],[5,-4.5],[5,-5.299],[3,-5.5],[-3,-5.5],[-5,-5.299],[-5,-4.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.773,0.961,0.957,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[15.5,11.5],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[5.523,0],[0,0],[0,-5.523],[0,0],[-5.523,0],[0,0],[0,-5.523]],"o":[[0,-5.523],[0,0],[-5.523,0],[0,0],[0,-5.523],[0,0],[5.523,0],[0,0]],"v":[[13,4.5],[3,-5.5],[-3,-5.5],[-13,4.5],[-13,5.5],[-3,-1.5],[3,-1.5],[13,5.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.271,0.718,0.831,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[15.5,11.5],"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":"Group 11","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[5.523,0],[0,0],[0,-5.523],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,-5.523],[0,0],[-5.523,0],[0,0],[0,0]],"v":[[-8,1.75],[-8,8.75],[8,8.75],[8,1.75],[13,1.75],[13,1.25],[3,-8.75],[-3,-8.75],[-13,1.25],[-13,1.75]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0.643,0.792,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[15.5,14.75],"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":"Group 12","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group"}],"ip":0,"op":48,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":42,"ty":4,"nm":"l arm Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[423.659,716.086,0]},"a":{"a":0,"k":[11.9,2.8,0]},"s":{"a":0,"k":[1000,1000,100]}},"ao":0,"ef":[{"ty":5,"nm":"Puppet","mn":"ADBE FreePin3","ix":1,"en":1,"ef":[{"ty":7,"nm":"On Transparent","mn":"ADBE FreePin3 On Transparent","ix":1,"v":{"a":0,"k":0}}]}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.479,0],[1.895,0.631],[0,0],[0,0],[0,0],[-0.928,0],[-0.204,0.147],[0,1.923],[0,0],[0,0],[0,0],[2.235,-1.611]],"o":[[-1.399,0],[0,0],[0,0],[0,0],[1.474,0.491],[0.776,0],[0.571,-0.413],[0,0],[0,0],[0,0],[0,2.303],[-0.986,0.712]],"v":[[-0.434,4.918],[-5.329,3.98],[-5.804,3.821],[-4.538,0.026],[-4.064,0.185],[-0.444,0.925],[0.943,0.602],[1.804,-2.918],[1.804,-4.918],[5.804,-4.918],[5.804,-2.918],[3.282,3.846]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.312,0.292,0.272,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,0.875,0.82,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[8.303,7.418],"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":48,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":47,"ty":4,"nm":"r arm Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[626.77,718.266,0]},"a":{"a":0,"k":[4.603,3.018,0]},"s":{"a":0,"k":[1000,1000,100]}},"ao":0,"ef":[{"ty":5,"nm":"Puppet","mn":"ADBE FreePin3","ix":1,"en":1,"ef":[{"ty":7,"nm":"On Transparent","mn":"ADBE FreePin3 On Transparent","ix":1,"v":{"a":0,"k":0}}]}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.399,0],[0.988,0.712],[0,2.303],[0,0],[0,0],[0,0],[-0.57,-0.413],[-0.777,0],[-1.473,0.491],[0,0],[0,0],[0,0]],"o":[[-1.477,0],[-2.235,-1.611],[0,0],[0,0],[0,0],[0,1.923],[0.205,0.147],[0.929,0],[0,0],[0,0],[0,0],[-1.896,0.631]],"v":[[0.434,4.918],[-3.282,3.846],[-5.804,-2.918],[-5.804,-4.918],[-1.804,-4.918],[-1.804,-2.918],[-0.944,0.602],[0.445,0.925],[4.064,0.185],[4.539,0.026],[5.804,3.821],[5.33,3.98]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.312,0.292,0.272,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,0.875,0.82,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[8.303,7.418],"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":48,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":49,"ty":4,"nm":"table Outlines","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[525.732,813.087,0]},"a":{"a":0,"k":[30.5,2.5,0]},"s":{"a":0,"k":[1000,1000,100]}},"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":[[6.5,2.5],[54.5,2.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.314,0.294,0.275,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[58.5,2.5],[56.5,2.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.314,0.294,0.275,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[4.5,2.5],[2.5,2.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.314,0.294,0.275,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":1},"lc":2,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"}],"ip":0,"op":48,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":51,"ty":4,"nm":"background5 Outlines","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24,"s":[50],"e":[50]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":47,"s":[50],"e":[25]},{"t":71}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[521.69,803.247,0]},"a":{"a":0,"k":[27,39,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":24,"s":[300,300,100],"e":[1214,1214,100]},{"t":71}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,4.415],[14.614,0],[0,-14.513],[-1.938,-3.653]],"o":[[1.937,-3.653],[0,-14.513],[-14.614,0],[0,4.415],[0,0]],"v":[[23.416,19.25],[26.462,7.028],[0.001,-19.25],[-26.462,7.028],[-23.415,19.25]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.757,0.953,0.973,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[26.711,19.5],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":24,"op":48,"st":24,"bm":0,"sr":1},{"ddd":0,"ind":53,"ty":4,"nm":"background3 Outlines","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-23,"s":[50],"e":[50]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[50],"e":[0]},{"t":24}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[521.69,803.247,0]},"a":{"a":0,"k":[27,39,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":-23,"s":[300,300,100],"e":[1214,1214,100]},{"t":24}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,4.415],[14.614,0],[0,-14.513],[-1.938,-3.653]],"o":[[1.937,-3.653],[0,-14.513],[-14.614,0],[0,4.415],[0,0]],"v":[[23.416,19.25],[26.462,7.028],[0.001,-19.25],[-26.462,7.028],[-23.415,19.25]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.757,0.953,0.973,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[26.711,19.5],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":24,"st":-23,"bm":0,"sr":1},{"ddd":0,"ind":55,"ty":4,"nm":"background4 Outlines","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[50],"e":[50]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":24,"s":[50],"e":[0]},{"t":47}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[521.69,803.247,0]},"a":{"a":0,"k":[27,39,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[300,300,100],"e":[1214,1214,100]},{"t":47}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,4.415],[14.614,0],[0,-14.513],[-1.938,-3.653]],"o":[[1.937,-3.653],[0,-14.513],[-14.614,0],[0,4.415],[0,0]],"v":[[23.416,19.25],[26.462,7.028],[0.001,-19.25],[-26.462,7.028],[-23.415,19.25]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.757,0.953,0.973,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[26.711,19.5],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":48,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/vr_sickness.json b/ohos/flutter_lottie/assets/lottiefiles/vr_sickness.json new file mode 100644 index 0000000000000000000000000000000000000000..c18b71d504305161c4b26b8639e8aacd57bb91e5 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/vr_sickness.json @@ -0,0 +1 @@ +{"v":"4.6.3","fr":30,"ip":0,"op":60,"w":600,"h":600,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"dimple","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[370,323.358,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0.083,0.19],[-0.055,0.268],[-1.16,0.551],[-1.704,0.202],[-2.249,-0.281],[-0.662,-1.846],[0.64,-0.52],[0.825,0.033],[0.798,0.207],[2.435,-0.805],[1.008,-0.382],[0.948,0.063],[0.218,0.131]],"o":[[-0.108,-0.249],[0.28,-1.371],[1.55,-0.736],[2.252,-0.266],[1.604,0.2],[0.278,0.777],[-0.641,0.52],[-0.824,-0.034],[-2.482,-0.644],[-1.021,0.338],[-0.888,0.337],[-0.253,-0.017],[-0.179,-0.107]],"v":[[-15.809,-14.598],[-15.888,-15.408],[-12.755,-18.385],[-7.683,-19.844],[-0.897,-19.784],[4.165,-17.686],[3.444,-15.48],[1.115,-14.816],[-1.31,-15.282],[-8.888,-15.598],[-11.887,-14.371],[-14.684,-13.954],[-15.416,-14.136]],"c":true}],"e":[{"i":[[0.033,0.133],[-0.043,0.179],[-0.633,0.326],[-0.898,0.066],[-1.155,-0.283],[-0.245,-1.28],[0.361,-0.327],[0.427,0.057],[0.404,0.174],[1.31,-0.446],[0.545,-0.218],[0.49,0.082],[0.106,0.098]],"o":[[-0.043,-0.173],[0.22,-0.919],[0.846,-0.436],[1.186,-0.088],[0.824,0.202],[0.103,0.539],[-0.361,0.327],[-0.427,-0.057],[-1.257,-0.54],[-0.55,0.187],[-0.48,0.192],[-0.131,-0.022],[-0.087,-0.08]],"v":[[-6.743,-20.867],[-6.741,-21.42],[-4.951,-23.311],[-2.233,-24.092],[1.294,-23.772],[3.815,-22.139],[3.322,-20.672],[2.074,-20.317],[0.837,-20.734],[-3.089,-21.26],[-4.715,-20.551],[-6.193,-20.384],[-6.564,-20.537]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[{"i":[[0.033,0.133],[-0.043,0.179],[-0.633,0.326],[-0.898,0.066],[-1.155,-0.283],[-0.245,-1.28],[0.361,-0.327],[0.427,0.057],[0.404,0.174],[1.31,-0.446],[0.545,-0.218],[0.49,0.082],[0.106,0.098]],"o":[[-0.043,-0.173],[0.22,-0.919],[0.846,-0.436],[1.186,-0.088],[0.824,0.202],[0.103,0.539],[-0.361,0.327],[-0.427,-0.057],[-1.257,-0.54],[-0.55,0.187],[-0.48,0.192],[-0.131,-0.022],[-0.087,-0.08]],"v":[[-6.743,-20.867],[-6.741,-21.42],[-4.951,-23.311],[-2.233,-24.092],[1.294,-23.772],[3.815,-22.139],[3.322,-20.672],[2.074,-20.317],[0.837,-20.734],[-3.089,-21.26],[-4.715,-20.551],[-6.193,-20.384],[-6.564,-20.537]],"c":true}],"e":[{"i":[[0.083,0.19],[-0.055,0.268],[-1.16,0.551],[-1.704,0.202],[-2.249,-0.281],[-0.662,-1.846],[0.64,-0.52],[0.825,0.033],[0.798,0.207],[2.435,-0.805],[1.008,-0.382],[0.948,0.063],[0.218,0.131]],"o":[[-0.108,-0.249],[0.28,-1.371],[1.55,-0.736],[2.252,-0.266],[1.604,0.2],[0.278,0.777],[-0.641,0.52],[-0.824,-0.034],[-2.482,-0.644],[-1.021,0.338],[-0.888,0.337],[-0.253,-0.017],[-0.179,-0.107]],"v":[[-15.809,-14.598],[-15.888,-15.408],[-12.755,-18.385],[-7.683,-19.844],[-0.897,-19.784],[4.165,-17.686],[3.444,-15.48],[1.115,-14.816],[-1.31,-15.282],[-8.888,-15.598],[-11.887,-14.371],[-14.684,-13.954],[-15.416,-14.136]],"c":true}]},{"t":60}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.854902,0.058824,0.192157,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.3960784,0.5568628,0.4784314,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-47.5,27.5],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":1798,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Mouth","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[370,323.358,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0.737,0.377],[-0.757,6.314],[0.822,0.099],[0.099,-0.822],[-0.246,-1.687],[23.505,-6.814],[0.027,-0.01],[0.047,0.248],[2.296,1.265],[0.401,-0.726],[-0.726,-0.4],[-0.285,-1.491],[1.804,-2.19],[-0.64,-0.527],[-0.336,0],[-0.297,0.36],[-0.171,3.075],[-0.133,0],[-0.14,0.04],[-23.713,-4.118],[-0.243,0.092],[-3.563,-1.823],[-0.23,0],[-0.265,0.519]],"o":[[-4.951,-2.533],[0.099,-0.823],[-0.821,-0.1],[-0.234,1.953],[-24.026,-4.1],[-0.028,0.008],[-0.034,-0.253],[-0.582,-3.042],[-0.724,-0.4],[-0.4,0.726],[1.88,1.037],[0.615,3.215],[-0.526,0.64],[0.279,0.23],[0.433,0],[1.688,-2.051],[0.126,0.034],[0.139,0],[23.218,-6.731],[0.274,0.047],[1.213,3.433],[0.219,0.112],[0.545,0],[0.378,-0.737]],"v":[[34.949,-18.715],[28.627,-32.048],[27.317,-33.716],[25.649,-32.406],[25.673,-26.942],[-46.962,-22.802],[-47.041,-22.771],[-47.141,-23.529],[-51.541,-30.114],[-53.578,-29.524],[-52.988,-27.487],[-50.087,-22.965],[-52.138,-13.637],[-51.933,-11.525],[-50.981,-11.184],[-49.822,-11.73],[-46.933,-19.924],[-46.545,-19.861],[-46.126,-19.92],[25.613,-23.914],[26.397,-23.995],[33.582,-16.044],[34.264,-15.879],[35.6,-16.696]],"c":true}],"e":[{"i":[[0.705,0.435],[-1.262,6.233],[0.812,0.164],[0.164,-0.812],[-0.109,-1.702],[13.172,-3.634],[0.028,-0.007],[0.027,0.251],[2.187,1.446],[0.458,-0.691],[-0.691,-0.457],[-0.165,-1.509],[1.974,-2.038],[-0.595,-0.577],[-0.335,-0.027],[-0.325,0.335],[-0.418,3.051],[-0.133,-0.011],[-0.14,0.038],[-9.52,-3.094],[-0.249,0.072],[-3.405,-2.103],[-0.23,-0.019],[-0.306,0.496]],"o":[[-4.732,-2.923],[0.164,-0.812],[-0.811,-0.166],[-0.391,1.928],[-13.37,-2.75],[-0.028,0.008],[-0.013,-0.255],[-0.336,-3.079],[-0.689,-0.457],[-0.457,0.691],[1.79,1.184],[0.355,3.254],[-0.576,0.595],[0.26,0.252],[0.431,0.035],[1.848,-1.908],[0.123,0.044],[0.138,0.011],[13.077,-3.523],[0.265,0.086],[0.933,3.519],[0.209,0.129],[0.543,0.044],[0.436,-0.705]],"v":[[26.14,-18.748],[20.911,-32.547],[19.739,-34.315],[17.971,-33.142],[17.555,-27.694],[-22.837,-27.676],[-22.918,-27.651],[-22.957,-28.415],[-26.813,-35.332],[-28.891,-34.908],[-28.466,-32.83],[-25.939,-28.09],[-28.733,-18.957],[-28.698,-16.835],[-27.776,-16.418],[-26.577,-16.869],[-23.039,-24.805],[-22.658,-24.711],[-22.235,-24.736],[17.252,-24.681],[18.041,-24.698],[24.563,-16.196],[25.23,-15.976],[26.627,-16.684]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[{"i":[[0.705,0.435],[-1.262,6.233],[0.812,0.164],[0.164,-0.812],[-0.109,-1.702],[13.172,-3.634],[0.028,-0.007],[0.027,0.251],[2.187,1.446],[0.458,-0.691],[-0.691,-0.457],[-0.165,-1.509],[1.974,-2.038],[-0.595,-0.577],[-0.335,-0.027],[-0.325,0.335],[-0.418,3.051],[-0.133,-0.011],[-0.14,0.038],[-9.52,-3.094],[-0.249,0.072],[-3.405,-2.103],[-0.23,-0.019],[-0.306,0.496]],"o":[[-4.732,-2.923],[0.164,-0.812],[-0.811,-0.166],[-0.391,1.928],[-13.37,-2.75],[-0.028,0.008],[-0.013,-0.255],[-0.336,-3.079],[-0.689,-0.457],[-0.457,0.691],[1.79,1.184],[0.355,3.254],[-0.576,0.595],[0.26,0.252],[0.431,0.035],[1.848,-1.908],[0.123,0.044],[0.138,0.011],[13.077,-3.523],[0.265,0.086],[0.933,3.519],[0.209,0.129],[0.543,0.044],[0.436,-0.705]],"v":[[26.14,-18.748],[20.911,-32.547],[19.739,-34.315],[17.971,-33.142],[17.555,-27.694],[-22.837,-27.676],[-22.918,-27.651],[-22.957,-28.415],[-26.813,-35.332],[-28.891,-34.908],[-28.466,-32.83],[-25.939,-28.09],[-28.733,-18.957],[-28.698,-16.835],[-27.776,-16.418],[-26.577,-16.869],[-23.039,-24.805],[-22.658,-24.711],[-22.235,-24.736],[17.252,-24.681],[18.041,-24.698],[24.563,-16.196],[25.23,-15.976],[26.627,-16.684]],"c":true}],"e":[{"i":[[0.737,0.377],[-0.757,6.314],[0.822,0.099],[0.099,-0.822],[-0.246,-1.687],[23.505,-6.814],[0.027,-0.01],[0.047,0.248],[2.296,1.265],[0.401,-0.726],[-0.726,-0.4],[-0.285,-1.491],[1.804,-2.19],[-0.64,-0.527],[-0.336,0],[-0.297,0.36],[-0.171,3.075],[-0.133,0],[-0.14,0.04],[-23.713,-4.118],[-0.243,0.092],[-3.563,-1.823],[-0.23,0],[-0.265,0.519]],"o":[[-4.951,-2.533],[0.099,-0.823],[-0.821,-0.1],[-0.234,1.953],[-24.026,-4.1],[-0.028,0.008],[-0.034,-0.253],[-0.582,-3.042],[-0.724,-0.4],[-0.4,0.726],[1.88,1.037],[0.615,3.215],[-0.526,0.64],[0.279,0.23],[0.433,0],[1.688,-2.051],[0.126,0.034],[0.139,0],[23.218,-6.731],[0.274,0.047],[1.213,3.433],[0.219,0.112],[0.545,0],[0.378,-0.737]],"v":[[34.949,-18.715],[28.627,-32.048],[27.317,-33.716],[25.649,-32.406],[25.673,-26.942],[-46.962,-22.802],[-47.041,-22.771],[-47.141,-23.529],[-51.541,-30.114],[-53.578,-29.524],[-52.988,-27.487],[-50.087,-22.965],[-52.138,-13.637],[-51.933,-11.525],[-50.981,-11.184],[-49.822,-11.73],[-46.933,-19.924],[-46.545,-19.861],[-46.126,-19.92],[25.613,-23.914],[26.397,-23.995],[33.582,-16.044],[34.264,-15.879],[35.6,-16.696]],"c":true}]},{"t":60}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.854902,0.058824,0.192157,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.3960784,0.5568628,0.4784314,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-47.5,27.5],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":1798,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"drool","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[294.125,343.198,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0.006,-0.481],[-0.384,-5.075],[1.705,-4.469],[-0.729,-0.875],[-0.778,0.188],[-0.484,1.269],[0.394,1.628],[-0.074,3.638],[-0.23,3.605],[-1.605,-0.332],[0.458,-1.491],[-2.097,-0.303],[-0.37,0.316],[0.052,0.84],[0.453,0.79],[-0.179,1.828],[0.102,1.861],[0.42,-0.034],[1.725,-0.297],[0.511,-0.197]],"o":[[-0.067,5.078],[0.353,4.661],[-0.406,1.064],[0.512,0.615],[1.32,-0.319],[0.598,-1.565],[-0.849,-3.513],[0.073,-3.615],[0.062,-0.959],[2.348,0.485],[-0.454,1.478],[0.481,0.069],[0.629,-0.538],[-0.056,-0.909],[-0.958,-1.671],[0.181,-1.851],[-0.255,-0.336],[-1.744,0.142],[-0.539,0.093],[-0.631,0.243]],"v":[[-12.829,-37.603],[-12.994,-22.398],[-13.886,-8.374],[-14.065,-5.135],[-11.847,-4.622],[-8.907,-7.209],[-9.083,-12.152],[-10.783,-22.712],[-9.946,-33.517],[-8.53,-35.854],[-7.254,-28.657],[-5.654,-24.149],[-4.31,-24.592],[-3.258,-26.89],[-4.426,-29.327],[-4.942,-34.426],[-4.703,-39.999],[-5.786,-40.532],[-10.992,-39.873],[-12.583,-39.481]],"c":true}],"e":[{"i":[[0.017,-1.283],[-0.384,-5.075],[1.706,-4.468],[-0.729,-0.875],[-0.778,0.188],[-0.485,1.269],[0.394,1.628],[-0.074,3.638],[-0.23,3.605],[-1.612,-0.297],[0.004,-0.838],[-2.097,-0.303],[-0.37,0.316],[0.052,0.84],[0.4,0.818],[-0.058,0.728],[0.102,1.861],[0.42,-0.034],[1.725,-0.297],[0.542,-0.076]],"o":[[-0.066,5.078],[0.353,4.661],[-0.406,1.064],[0.512,0.615],[1.32,-0.319],[0.598,-1.565],[-0.849,-3.513],[0.073,-3.615],[0.062,-0.959],[1.186,0.218],[-0.089,1.131],[0.481,0.069],[0.629,-0.538],[-0.056,-0.909],[-0.386,-0.762],[0.186,-1.851],[-0.255,-0.336],[-1.744,0.142],[-0.539,0.093],[-2.01,0.283]],"v":[[0.921,-38.853],[0.474,-18.366],[-0.419,0.376],[-0.598,3.615],[1.62,4.128],[4.561,1.541],[4.385,-3.402],[2.685,-18.68],[3.804,-34.767],[5.22,-37.104],[6.871,-35.423],[7.971,-31.026],[9.315,-31.157],[9.961,-33.625],[9.199,-35.937],[8.871,-37.832],[9.422,-41.968],[7.964,-41.782],[2.758,-41.123],[0.729,-40.762]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[{"i":[[0.017,-1.283],[-0.384,-5.075],[1.706,-4.468],[-0.729,-0.875],[-0.778,0.188],[-0.485,1.269],[0.394,1.628],[-0.074,3.638],[-0.23,3.605],[-1.612,-0.297],[0.004,-0.838],[-2.097,-0.303],[-0.37,0.316],[0.052,0.84],[0.4,0.818],[-0.058,0.728],[0.102,1.861],[0.42,-0.034],[1.725,-0.297],[0.542,-0.076]],"o":[[-0.066,5.078],[0.353,4.661],[-0.406,1.064],[0.512,0.615],[1.32,-0.319],[0.598,-1.565],[-0.849,-3.513],[0.073,-3.615],[0.062,-0.959],[1.186,0.218],[-0.089,1.131],[0.481,0.069],[0.629,-0.538],[-0.056,-0.909],[-0.386,-0.762],[0.186,-1.851],[-0.255,-0.336],[-1.744,0.142],[-0.539,0.093],[-2.01,0.283]],"v":[[0.921,-38.853],[0.474,-18.366],[-0.419,0.376],[-0.598,3.615],[1.62,4.128],[4.561,1.541],[4.385,-3.402],[2.685,-18.68],[3.804,-34.767],[5.22,-37.104],[6.871,-35.423],[7.971,-31.026],[9.315,-31.157],[9.961,-33.625],[9.199,-35.937],[8.871,-37.832],[9.422,-41.968],[7.964,-41.782],[2.758,-41.123],[0.729,-40.762]],"c":true}],"e":[{"i":[[0.006,-0.481],[-0.384,-5.075],[1.705,-4.469],[-0.729,-0.875],[-0.778,0.188],[-0.484,1.269],[0.394,1.628],[-0.074,3.638],[-0.23,3.605],[-1.605,-0.332],[0.458,-1.491],[-2.097,-0.303],[-0.37,0.316],[0.052,0.84],[0.453,0.79],[-0.179,1.828],[0.102,1.861],[0.42,-0.034],[1.725,-0.297],[0.511,-0.197]],"o":[[-0.067,5.078],[0.353,4.661],[-0.406,1.064],[0.512,0.615],[1.32,-0.319],[0.598,-1.565],[-0.849,-3.513],[0.073,-3.615],[0.062,-0.959],[2.348,0.485],[-0.454,1.478],[0.481,0.069],[0.629,-0.538],[-0.056,-0.909],[-0.958,-1.671],[0.181,-1.851],[-0.255,-0.336],[-1.744,0.142],[-0.539,0.093],[-0.631,0.243]],"v":[[-12.829,-37.603],[-12.994,-22.398],[-13.886,-8.374],[-14.065,-5.135],[-11.847,-4.622],[-8.907,-7.209],[-9.083,-12.152],[-10.783,-22.712],[-9.946,-33.517],[-8.53,-35.854],[-7.254,-28.657],[-5.654,-24.149],[-4.31,-24.592],[-3.258,-26.89],[-4.426,-29.327],[-4.942,-34.426],[-4.703,-39.999],[-5.786,-40.532],[-10.992,-39.873],[-12.583,-39.481]],"c":true}]},{"t":60}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.854902,0.058824,0.192157,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.5372549,0.772549,0.5764706,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[9,22.5],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":1798,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"blush right","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[370,323.358,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0.143,-0.075],[0.226,-1.948],[-0.165,-0.213],[-0.229,0.259],[-0.376,0.024],[-0.057,-0.163],[0.026,-0.093],[0.396,-0.299],[0.236,-0.437],[-0.42,-0.265],[-0.243,0.007],[-0.977,0.522],[-0.596,0.241],[-0.194,-0.111],[0.285,-0.152],[0.438,-0.42],[-0.269,-0.545],[-0.091,-0.039],[-0.116,0.033],[-1.588,0.915],[-1.382,-0.474],[0.293,-0.207],[1.152,-0.55],[0.396,-0.429],[-0.305,-0.498],[-1.619,1.358],[-0.471,-0.23],[0.541,-0.355],[0.309,-0.196],[0.062,-0.36],[-0.365,-0.021],[-0.167,0.092],[-0.964,0.77],[-0.703,0.147],[0.609,-0.51],[-0.444,-0.317],[-0.113,0.009],[-0.75,0.547],[-0.743,0.523],[-0.291,0.525],[0.462,-0.022],[0.15,-0.099],[0.625,0.108],[-0.268,0.574],[-0.269,0.163],[-0.491,0.298],[-0.182,0.307],[0.287,0.212],[0.363,-0.195],[1.008,-0.542],[0.275,0.287],[-0.91,0.564],[-0.214,0.285],[0.192,0.301],[0.533,-0.22],[0.839,-0.703],[0.462,-0.149],[0.205,0.44],[-0.929,0.781],[-0.105,0.228],[0.193,0.16],[0.167,0.006],[1.312,-0.992],[1.616,0.307],[-1.157,0.794],[-0.223,0.304],[0.249,0.283],[0.455,-0.212],[0.978,-0.822],[1.044,-0.351],[0.104,0.177],[-0.007,0.091],[-0.479,0.473],[0.075,0.42],[0.168,0.04]],"o":[[-1.682,0.897],[-0.031,0.268],[0.292,0.377],[0.25,-0.282],[0.172,-0.011],[0.032,0.091],[-0.136,0.478],[-0.397,0.299],[-0.237,0.437],[0.206,0.13],[1.128,-0.03],[0.565,-0.302],[0.172,-0.07],[0.785,0.452],[-0.536,0.286],[-0.438,0.42],[0.044,0.089],[0.11,0.048],[1.764,-0.498],[1.266,-0.729],[-0.041,0.357],[-1.043,0.735],[-0.527,0.252],[-0.396,0.429],[2.072,-0.416],[0.401,-0.336],[0.067,0.643],[-0.305,0.201],[-0.309,0.196],[-0.063,0.36],[0.19,0.011],[1.081,-0.596],[0.52,-0.414],[1.077,-0.225],[-0.221,0.186],[0.093,0.066],[0.943,-0.079],[0.734,-0.535],[0.475,-0.335],[0.225,-0.405],[-0.18,0.008],[-0.529,0.349],[-0.625,-0.108],[0.133,-0.285],[0.491,-0.298],[0.305,-0.185],[0.183,-0.307],[-0.331,-0.244],[-1.007,0.542],[-0.35,0.188],[0.248,-1.041],[0.303,-0.188],[0.214,-0.285],[-0.311,-0.485],[-1.011,0.418],[-0.372,0.312],[-0.462,0.149],[0.929,-0.781],[0.192,-0.161],[0.105,-0.228],[-0.129,-0.106],[-1.643,-0.056],[-1.311,0.992],[0.479,-1.319],[0.311,-0.213],[0.222,-0.304],[-0.331,-0.378],[-1.158,0.539],[-0.843,0.708],[-0.195,0.065],[-0.046,-0.078],[0.058,-0.682],[0.304,-0.3],[-0.031,-0.17],[-0.142,-0.034]],"v":[[-17.3,-29.061],[-20.75,-24.435],[-20.622,-23.658],[-19.665,-23.857],[-18.774,-24.501],[-18.353,-24.268],[-18.362,-23.984],[-19.295,-22.856],[-20.356,-21.827],[-20.137,-20.491],[-19.432,-20.349],[-16.293,-21.39],[-14.585,-22.28],[-13.726,-22.506],[-15.896,-20.391],[-17.449,-19.45],[-17.885,-17.805],[-17.688,-17.591],[-17.336,-17.606],[-12.283,-19.735],[-8.202,-20.879],[-8.85,-20.061],[-12.151,-18.129],[-13.626,-17.206],[-13.913,-15.599],[-8.259,-18.317],[-6.864,-18.809],[-7.741,-17.187],[-8.702,-16.659],[-9.356,-15.818],[-8.811,-15.015],[-8.276,-15.188],[-5.202,-17.241],[-3.382,-18.387],[-3.139,-17.233],[-3.932,-15.714],[-3.602,-15.658],[-1.097,-16.754],[1.089,-18.385],[2.562,-19.505],[2.104,-20.549],[1.616,-20.335],[-0.158,-19.792],[-1.056,-21.169],[-0.372,-21.795],[1.102,-22.689],[1.906,-23.379],[1.795,-24.349],[0.637,-24.208],[-2.385,-22.583],[-3.488,-22.51],[-1.4,-24.836],[-0.567,-25.497],[-0.458,-26.496],[-2.037,-26.639],[-4.842,-24.957],[-6.04,-24.148],[-7.304,-24.566],[-4.517,-26.911],[-4.022,-27.469],[-4.125,-28.161],[-4.599,-28.294],[-8.98,-26.262],[-13.461,-24.586],[-10.923,-27.861],[-10.053,-28.573],[-10.008,-29.619],[-11.407,-29.625],[-14.629,-27.572],[-17.315,-25.686],[-17.876,-25.774],[-17.913,-26.039],[-17.095,-27.68],[-16.56,-28.786],[-16.87,-29.165]],"c":true}],"e":[{"i":[[0.121,-0.108],[-0.241,-1.946],[-0.211,-0.168],[-0.161,0.305],[-0.36,0.112],[-0.094,-0.145],[0.004,-0.096],[0.315,-0.385],[0.127,-0.481],[-0.471,-0.158],[-0.235,0.064],[-0.826,0.738],[-0.522,0.375],[-0.215,-0.062],[0.241,-0.215],[0.327,-0.512],[-0.39,-0.466],[-0.098,-0.017],[-0.105,0.059],[-1.327,1.264],[-1.455,-0.134],[0.236,-0.27],[0.989,-0.807],[0.283,-0.511],[-0.414,-0.412],[-1.252,1.703],[-0.512,-0.113],[0.441,-0.473],[0.254,-0.263],[-0.024,-0.365],[-0.359,0.066],[-0.14,0.129],[-0.755,0.976],[-0.648,0.309],[0.471,-0.64],[-0.507,-0.203],[-0.108,0.036],[-0.599,0.709],[-0.598,0.684],[-0.158,0.579],[0.444,-0.131],[0.122,-0.132],[0.632,-0.043],[-0.124,0.621],[-0.222,0.222],[-0.407,0.406],[-0.104,0.341],[0.329,0.138],[0.306,-0.275],[0.851,-0.764],[0.335,0.214],[-0.751,0.763],[-0.141,0.328],[0.258,0.247],[0.465,-0.34],[0.649,-0.881],[0.414,-0.254],[0.303,0.379],[-0.718,0.979],[-0.049,0.247],[0.226,0.109],[0.164,-0.034],[1.039,-1.274],[1.643,-0.084],[-0.937,1.045],[-0.144,0.348],[0.309,0.217],[0.392,-0.313],[0.756,-1.03],[0.931,-0.588],[0.143,0.148],[0.014,0.09],[-0.354,0.573],[0.172,0.39],[0.173,-0.001]],"o":[[-1.422,1.269],[0.033,0.267],[0.372,0.297],[0.176,-0.333],[0.165,-0.051],[0.052,0.081],[-0.019,0.497],[-0.315,0.385],[-0.127,0.481],[0.231,0.077],[1.089,-0.296],[0.478,-0.427],[0.151,-0.108],[0.869,0.254],[-0.453,0.405],[-0.327,0.512],[0.064,0.076],[0.118,0.021],[1.596,-0.901],[1.057,-1.008],[0.045,0.356],[-0.84,0.961],[-0.452,0.369],[-0.283,0.511],[1.915,-0.894],[0.31,-0.422],[0.217,0.609],[-0.249,0.267],[-0.254,0.263],[0.024,0.365],[0.187,-0.034],[0.909,-0.834],[0.407,-0.525],[0.993,-0.473],[-0.171,0.233],[0.106,0.043],[0.898,-0.3],[0.586,-0.694],[0.382,-0.437],[0.122,-0.447],[-0.173,0.051],[-0.432,0.464],[-0.632,0.043],[0.062,-0.308],[0.407,-0.406],[0.253,-0.252],[0.105,-0.342],[-0.379,-0.159],[-0.851,0.764],[-0.296,0.266],[-0.005,-1.07],[0.25,-0.254],[0.141,-0.328],[-0.416,-0.398],[-0.884,0.645],[-0.288,0.391],[-0.414,0.254],[0.718,-0.979],[0.148,-0.202],[0.049,-0.246],[-0.15,-0.072],[-1.61,0.334],[-1.039,1.274],[0.154,-1.395],[0.252,-0.281],[0.144,-0.348],[-0.411,-0.289],[-0.998,0.798],[-0.652,0.888],[-0.174,0.11],[-0.063,-0.065],[-0.105,-0.677],[0.224,-0.363],[-0.07,-0.158],[-0.146,0.001]],"v":[[-27.366,-28.037],[-29.625,-22.726],[-29.316,-22.002],[-28.433,-22.421],[-27.72,-23.258],[-27.255,-23.131],[-27.198,-22.853],[-27.837,-21.536],[-28.625,-20.285],[-28.096,-19.04],[-27.377,-19.068],[-24.574,-20.822],[-23.125,-22.09],[-22.343,-22.513],[-23.952,-19.945],[-25.238,-18.664],[-25.272,-16.962],[-25.031,-16.8],[-24.692,-16.899],[-20.286,-20.162],[-16.591,-22.238],[-17.028,-21.29],[-19.778,-18.633],[-20.993,-17.387],[-20.892,-15.758],[-16.041,-19.736],[-14.802,-20.544],[-15.27,-18.76],[-16.079,-18.02],[-16.516,-17.049],[-15.796,-16.397],[-15.317,-16.691],[-12.816,-19.413],[-11.319,-20.957],[-10.81,-19.893],[-11.221,-18.23],[-10.887,-18.254],[-8.712,-19.911],[-6.974,-22.013],[-5.807,-23.449],[-6.5,-24.355],[-6.923,-24.032],[-8.519,-23.084],[-9.717,-24.21],[-9.2,-24.981],[-7.979,-26.198],[-7.361,-27.058],[-7.699,-27.974],[-8.79,-27.564],[-11.343,-25.27],[-12.397,-24.938],[-10.918,-27.692],[-10.265,-28.531],[-10.395,-29.528],[-11.963,-29.293],[-14.291,-26.996],[-15.264,-25.926],[-16.591,-26.034],[-14.437,-28.971],[-14.088,-29.63],[-14.352,-30.278],[-14.844,-30.296],[-18.621,-27.285],[-22.578,-24.597],[-20.887,-28.379],[-20.209,-29.277],[-20.413,-30.303],[-21.774,-29.979],[-24.419,-27.222],[-26.583,-24.754],[-27.148,-24.707],[-27.247,-24.956],[-26.841,-26.744],[-26.582,-27.945],[-26.973,-28.24]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[{"i":[[0.121,-0.108],[-0.241,-1.946],[-0.211,-0.168],[-0.161,0.305],[-0.36,0.112],[-0.094,-0.145],[0.004,-0.096],[0.315,-0.385],[0.127,-0.481],[-0.471,-0.158],[-0.235,0.064],[-0.826,0.738],[-0.522,0.375],[-0.215,-0.062],[0.241,-0.215],[0.327,-0.512],[-0.39,-0.466],[-0.098,-0.017],[-0.105,0.059],[-1.327,1.264],[-1.455,-0.134],[0.236,-0.27],[0.989,-0.807],[0.283,-0.511],[-0.414,-0.412],[-1.252,1.703],[-0.512,-0.113],[0.441,-0.473],[0.254,-0.263],[-0.024,-0.365],[-0.359,0.066],[-0.14,0.129],[-0.755,0.976],[-0.648,0.309],[0.471,-0.64],[-0.507,-0.203],[-0.108,0.036],[-0.599,0.709],[-0.598,0.684],[-0.158,0.579],[0.444,-0.131],[0.122,-0.132],[0.632,-0.043],[-0.124,0.621],[-0.222,0.222],[-0.407,0.406],[-0.104,0.341],[0.329,0.138],[0.306,-0.275],[0.851,-0.764],[0.335,0.214],[-0.751,0.763],[-0.141,0.328],[0.258,0.247],[0.465,-0.34],[0.649,-0.881],[0.414,-0.254],[0.303,0.379],[-0.718,0.979],[-0.049,0.247],[0.226,0.109],[0.164,-0.034],[1.039,-1.274],[1.643,-0.084],[-0.937,1.045],[-0.144,0.348],[0.309,0.217],[0.392,-0.313],[0.756,-1.03],[0.931,-0.588],[0.143,0.148],[0.014,0.09],[-0.354,0.573],[0.172,0.39],[0.173,-0.001]],"o":[[-1.422,1.269],[0.033,0.267],[0.372,0.297],[0.176,-0.333],[0.165,-0.051],[0.052,0.081],[-0.019,0.497],[-0.315,0.385],[-0.127,0.481],[0.231,0.077],[1.089,-0.296],[0.478,-0.427],[0.151,-0.108],[0.869,0.254],[-0.453,0.405],[-0.327,0.512],[0.064,0.076],[0.118,0.021],[1.596,-0.901],[1.057,-1.008],[0.045,0.356],[-0.84,0.961],[-0.452,0.369],[-0.283,0.511],[1.915,-0.894],[0.31,-0.422],[0.217,0.609],[-0.249,0.267],[-0.254,0.263],[0.024,0.365],[0.187,-0.034],[0.909,-0.834],[0.407,-0.525],[0.993,-0.473],[-0.171,0.233],[0.106,0.043],[0.898,-0.3],[0.586,-0.694],[0.382,-0.437],[0.122,-0.447],[-0.173,0.051],[-0.432,0.464],[-0.632,0.043],[0.062,-0.308],[0.407,-0.406],[0.253,-0.252],[0.105,-0.342],[-0.379,-0.159],[-0.851,0.764],[-0.296,0.266],[-0.005,-1.07],[0.25,-0.254],[0.141,-0.328],[-0.416,-0.398],[-0.884,0.645],[-0.288,0.391],[-0.414,0.254],[0.718,-0.979],[0.148,-0.202],[0.049,-0.246],[-0.15,-0.072],[-1.61,0.334],[-1.039,1.274],[0.154,-1.395],[0.252,-0.281],[0.144,-0.348],[-0.411,-0.289],[-0.998,0.798],[-0.652,0.888],[-0.174,0.11],[-0.063,-0.065],[-0.105,-0.677],[0.224,-0.363],[-0.07,-0.158],[-0.146,0.001]],"v":[[-27.366,-28.037],[-29.625,-22.726],[-29.316,-22.002],[-28.433,-22.421],[-27.72,-23.258],[-27.255,-23.131],[-27.198,-22.853],[-27.837,-21.536],[-28.625,-20.285],[-28.096,-19.04],[-27.377,-19.068],[-24.574,-20.822],[-23.125,-22.09],[-22.343,-22.513],[-23.952,-19.945],[-25.238,-18.664],[-25.272,-16.962],[-25.031,-16.8],[-24.692,-16.899],[-20.286,-20.162],[-16.591,-22.238],[-17.028,-21.29],[-19.778,-18.633],[-20.993,-17.387],[-20.892,-15.758],[-16.041,-19.736],[-14.802,-20.544],[-15.27,-18.76],[-16.079,-18.02],[-16.516,-17.049],[-15.796,-16.397],[-15.317,-16.691],[-12.816,-19.413],[-11.319,-20.957],[-10.81,-19.893],[-11.221,-18.23],[-10.887,-18.254],[-8.712,-19.911],[-6.974,-22.013],[-5.807,-23.449],[-6.5,-24.355],[-6.923,-24.032],[-8.519,-23.084],[-9.717,-24.21],[-9.2,-24.981],[-7.979,-26.198],[-7.361,-27.058],[-7.699,-27.974],[-8.79,-27.564],[-11.343,-25.27],[-12.397,-24.938],[-10.918,-27.692],[-10.265,-28.531],[-10.395,-29.528],[-11.963,-29.293],[-14.291,-26.996],[-15.264,-25.926],[-16.591,-26.034],[-14.437,-28.971],[-14.088,-29.63],[-14.352,-30.278],[-14.844,-30.296],[-18.621,-27.285],[-22.578,-24.597],[-20.887,-28.379],[-20.209,-29.277],[-20.413,-30.303],[-21.774,-29.979],[-24.419,-27.222],[-26.583,-24.754],[-27.148,-24.707],[-27.247,-24.956],[-26.841,-26.744],[-26.582,-27.945],[-26.973,-28.24]],"c":true}],"e":[{"i":[[0.143,-0.075],[0.226,-1.948],[-0.165,-0.213],[-0.229,0.259],[-0.376,0.024],[-0.057,-0.163],[0.026,-0.093],[0.396,-0.299],[0.236,-0.437],[-0.42,-0.265],[-0.243,0.007],[-0.977,0.522],[-0.596,0.241],[-0.194,-0.111],[0.285,-0.152],[0.438,-0.42],[-0.269,-0.545],[-0.091,-0.039],[-0.116,0.033],[-1.588,0.915],[-1.382,-0.474],[0.293,-0.207],[1.152,-0.55],[0.396,-0.429],[-0.305,-0.498],[-1.619,1.358],[-0.471,-0.23],[0.541,-0.355],[0.309,-0.196],[0.062,-0.36],[-0.365,-0.021],[-0.167,0.092],[-0.964,0.77],[-0.703,0.147],[0.609,-0.51],[-0.444,-0.317],[-0.113,0.009],[-0.75,0.547],[-0.743,0.523],[-0.291,0.525],[0.462,-0.022],[0.15,-0.099],[0.625,0.108],[-0.268,0.574],[-0.269,0.163],[-0.491,0.298],[-0.182,0.307],[0.287,0.212],[0.363,-0.195],[1.008,-0.542],[0.275,0.287],[-0.91,0.564],[-0.214,0.285],[0.192,0.301],[0.533,-0.22],[0.839,-0.703],[0.462,-0.149],[0.205,0.44],[-0.929,0.781],[-0.105,0.228],[0.193,0.16],[0.167,0.006],[1.312,-0.992],[1.616,0.307],[-1.157,0.794],[-0.223,0.304],[0.249,0.283],[0.455,-0.212],[0.978,-0.822],[1.044,-0.351],[0.104,0.177],[-0.007,0.091],[-0.479,0.473],[0.075,0.42],[0.168,0.04]],"o":[[-1.682,0.897],[-0.031,0.268],[0.292,0.377],[0.25,-0.282],[0.172,-0.011],[0.032,0.091],[-0.136,0.478],[-0.397,0.299],[-0.237,0.437],[0.206,0.13],[1.128,-0.03],[0.565,-0.302],[0.172,-0.07],[0.785,0.452],[-0.536,0.286],[-0.438,0.42],[0.044,0.089],[0.11,0.048],[1.764,-0.498],[1.266,-0.729],[-0.041,0.357],[-1.043,0.735],[-0.527,0.252],[-0.396,0.429],[2.072,-0.416],[0.401,-0.336],[0.067,0.643],[-0.305,0.201],[-0.309,0.196],[-0.063,0.36],[0.19,0.011],[1.081,-0.596],[0.52,-0.414],[1.077,-0.225],[-0.221,0.186],[0.093,0.066],[0.943,-0.079],[0.734,-0.535],[0.475,-0.335],[0.225,-0.405],[-0.18,0.008],[-0.529,0.349],[-0.625,-0.108],[0.133,-0.285],[0.491,-0.298],[0.305,-0.185],[0.183,-0.307],[-0.331,-0.244],[-1.007,0.542],[-0.35,0.188],[0.248,-1.041],[0.303,-0.188],[0.214,-0.285],[-0.311,-0.485],[-1.011,0.418],[-0.372,0.312],[-0.462,0.149],[0.929,-0.781],[0.192,-0.161],[0.105,-0.228],[-0.129,-0.106],[-1.643,-0.056],[-1.311,0.992],[0.479,-1.319],[0.311,-0.213],[0.222,-0.304],[-0.331,-0.378],[-1.158,0.539],[-0.843,0.708],[-0.195,0.065],[-0.046,-0.078],[0.058,-0.682],[0.304,-0.3],[-0.031,-0.17],[-0.142,-0.034]],"v":[[-17.3,-29.061],[-20.75,-24.435],[-20.622,-23.658],[-19.665,-23.857],[-18.774,-24.501],[-18.353,-24.268],[-18.362,-23.984],[-19.295,-22.856],[-20.356,-21.827],[-20.137,-20.491],[-19.432,-20.349],[-16.293,-21.39],[-14.585,-22.28],[-13.726,-22.506],[-15.896,-20.391],[-17.449,-19.45],[-17.885,-17.805],[-17.688,-17.591],[-17.336,-17.606],[-12.283,-19.735],[-8.202,-20.879],[-8.85,-20.061],[-12.151,-18.129],[-13.626,-17.206],[-13.913,-15.599],[-8.259,-18.317],[-6.864,-18.809],[-7.741,-17.187],[-8.702,-16.659],[-9.356,-15.818],[-8.811,-15.015],[-8.276,-15.188],[-5.202,-17.241],[-3.382,-18.387],[-3.139,-17.233],[-3.932,-15.714],[-3.602,-15.658],[-1.097,-16.754],[1.089,-18.385],[2.562,-19.505],[2.104,-20.549],[1.616,-20.335],[-0.158,-19.792],[-1.056,-21.169],[-0.372,-21.795],[1.102,-22.689],[1.906,-23.379],[1.795,-24.349],[0.637,-24.208],[-2.385,-22.583],[-3.488,-22.51],[-1.4,-24.836],[-0.567,-25.497],[-0.458,-26.496],[-2.037,-26.639],[-4.842,-24.957],[-6.04,-24.148],[-7.304,-24.566],[-4.517,-26.911],[-4.022,-27.469],[-4.125,-28.161],[-4.599,-28.294],[-8.98,-26.262],[-13.461,-24.586],[-10.923,-27.861],[-10.053,-28.573],[-10.008,-29.619],[-11.407,-29.625],[-14.629,-27.572],[-17.315,-25.686],[-17.876,-25.774],[-17.913,-26.039],[-17.095,-27.68],[-16.56,-28.786],[-16.87,-29.165]],"c":true}]},{"t":60}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.854902,0.058824,0.192157,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.5372549,0.772549,0.5764706,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[9,22.5],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":1798,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"blush left","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[255,331.926,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0.028,0.021],[-0.07,0.359],[0.073,0.5],[0.243,-0.447],[0.524,0.151],[-2.117,2.072],[-0.221,-0.026],[0.114,-0.402],[-0.523,-0.314],[-0.174,0.087],[-0.231,0.594],[-0.782,1.117],[-0.835,-0.423],[0.105,-0.398],[0.483,-1.165],[-0.359,-0.297],[-0.583,0.9],[-0.416,0.056],[-0.126,-0.465],[0.125,-0.465],[0.406,-0.933],[-0.068,-0.419],[-0.448,0.234],[-0.138,0.237],[-1.476,1.481],[-0.281,-0.044],[0.071,-0.473],[0.55,-1.179],[0.211,-0.892],[-0.012,-0.053],[-0.17,0.185],[-0.52,0.86],[-0.205,0.039],[-0.098,-0.214],[1.563,-1.658],[0.776,-0.823],[0.229,0.028],[-0.116,0.371],[-0.11,0.915],[0.413,-0.638],[0.224,-0.456],[1.077,-0.627],[0.661,0.203],[-0.452,0.915],[0.744,0.335],[0.272,-0.526],[0.656,-0.73],[0.502,0.061],[-0.139,0.72],[0.257,1.57],[0.566,-0.945],[0.766,-0.791],[0.313,0.134]],"o":[[-0.278,-0.2],[0.089,-0.458],[-0.124,-0.85],[-0.26,0.479],[-0.945,-2.808],[0.159,-0.156],[0.415,0.05],[-0.129,0.454],[0.167,0.1],[0.604,-0.301],[0.492,-1.268],[0.385,-0.549],[0.516,0.262],[-0.325,1.226],[-0.178,0.431],[1.427,1.181],[0.228,-0.352],[0.478,-0.065],[0.126,0.465],[-0.263,0.982],[-0.169,0.389],[0.073,0.453],[0.244,-0.127],[1.044,-1.791],[0.201,-0.202],[0.472,0.074],[-0.198,1.311],[-0.388,0.833],[-0.012,0.053],[0.156,0.692],[0.691,-0.751],[0.108,-0.178],[0.23,-0.044],[1.072,2.34],[-0.776,0.823],[-0.158,0.168],[-0.386,-0.046],[0.262,-0.836],[0.153,-1.28],[-0.276,0.427],[-0.55,1.119],[-0.598,0.347],[-0.04,-1.02],[0.214,-0.434],[-0.906,-0.408],[-0.452,0.871],[-0.338,0.377],[-0.728,-0.087],[0.301,-1.563],[-1.073,0.252],[-0.566,0.945],[-0.237,0.245],[-0.034,-0.015]],"v":[[-17.579,-15.706],[-17.79,-16.724],[-17.322,-18.4],[-18.327,-17.95],[-19.54,-17.059],[-17.57,-25.256],[-16.994,-25.544],[-16.639,-24.506],[-17.315,-21.553],[-16.758,-21.583],[-15.641,-23.147],[-13.78,-26.776],[-10.903,-29.22],[-10.839,-27.46],[-12.318,-23.969],[-12.258,-22.669],[-7.015,-29.531],[-6.083,-30.315],[-5.041,-29.5],[-5.148,-28.076],[-6.153,-25.198],[-6.44,-23.977],[-5.476,-23.403],[-4.933,-24.007],[-1.411,-29.365],[-0.674,-29.727],[-0.187,-28.537],[-1.496,-25.004],[-2.361,-22.421],[-2.374,-22.261],[-1.038,-22.864],[0.406,-25.419],[0.856,-25.825],[1.413,-25.482],[-0.711,-18.797],[-3.04,-16.328],[-3.622,-16.006],[-3.95,-16.968],[-2.848,-19.479],[-4.059,-19.395],[-4.73,-18.027],[-7.243,-15.33],[-9.217,-14.933],[-8.286,-17.813],[-7.772,-20.685],[-10.068,-17.795],[-11.738,-15.379],[-13.017,-14.68],[-13.894,-16.428],[-12.394,-20.887],[-14.815,-18.772],[-16.589,-15.995],[-17.485,-15.653]],"c":true}],"e":[{"i":[[0.027,0.022],[-0.091,0.355],[0.043,0.503],[0.269,-0.431],[0.514,0.182],[-2.237,1.942],[-0.219,-0.04],[0.138,-0.395],[-0.503,-0.345],[-0.179,0.076],[-0.266,0.579],[-0.848,1.068],[-0.808,-0.472],[0.129,-0.391],[0.551,-1.134],[-0.341,-0.318],[-0.636,0.863],[-0.418,0.031],[-0.098,-0.472],[0.152,-0.457],[0.461,-0.907],[-0.042,-0.422],[-0.461,0.207],[-0.152,0.228],[-1.562,1.39],[-0.278,-0.061],[0.1,-0.468],[0.619,-1.144],[0.264,-0.878],[-0.009,-0.053],[-0.181,0.175],[-0.57,0.828],[-0.207,0.027],[-0.085,-0.22],[1.66,-1.561],[0.824,-0.775],[0.227,0.041],[-0.138,0.363],[-0.164,0.906],[0.45,-0.613],[0.251,-0.442],[1.113,-0.562],[0.647,0.242],[-0.506,0.887],[0.723,0.379],[0.303,-0.508],[0.698,-0.69],[0.498,0.09],[-0.181,0.71],[0.163,1.583],[0.621,-0.91],[0.812,-0.744],[0.305,0.152]],"o":[[-0.265,-0.216],[0.116,-0.452],[-0.073,-0.856],[-0.288,0.463],[-0.775,-2.859],[0.168,-0.146],[0.411,0.074],[-0.156,0.446],[0.16,0.11],[0.621,-0.265],[0.567,-1.236],[0.417,-0.525],[0.5,0.293],[-0.398,1.204],[-0.204,0.419],[1.354,1.264],[0.249,-0.338],[0.481,-0.037],[0.098,0.472],[-0.322,0.965],[-0.192,0.378],[0.046,0.456],[0.251,-0.112],[1.15,-1.725],[0.213,-0.189],[0.467,0.102],[-0.276,1.297],[-0.437,0.809],[-0.016,0.052],[0.114,0.7],[0.735,-0.709],[0.118,-0.172],[0.233,-0.031],[0.93,2.4],[-0.824,0.775],[-0.168,0.158],[-0.382,-0.069],[0.311,-0.819],[0.229,-1.268],[-0.301,0.41],[-0.616,1.084],[-0.617,0.311],[0.021,-1.02],[0.239,-0.42],[-0.881,-0.461],[-0.503,0.843],[-0.36,0.356],[-0.721,-0.131],[0.394,-1.542],[-1.086,0.187],[-0.621,0.91],[-0.251,0.23],[-0.033,-0.017]],"v":[[6.781,-24.73],[6.631,-25.759],[7.198,-27.404],[6.168,-27.015],[4.904,-26.198],[7.36,-34.262],[7.952,-34.516],[8.244,-33.458],[7.393,-30.551],[7.951,-30.548],[9.16,-32.042],[11.234,-35.554],[14.252,-37.821],[14.211,-36.061],[12.526,-32.665],[12.508,-31.363],[18.151,-37.9],[19.128,-38.627],[20.12,-37.751],[19.928,-36.336],[18.753,-33.523],[18.393,-32.321],[19.322,-31.691],[19.9,-32.262],[23.735,-37.4],[24.493,-37.717],[24.908,-36.5],[23.39,-33.051],[22.372,-30.525],[22.35,-30.365],[23.72,-30.888],[25.313,-33.352],[25.787,-33.73],[26.323,-33.355],[23.803,-26.809],[21.331,-24.483],[20.731,-24.196],[20.461,-25.176],[21.71,-27.617],[20.497,-27.605],[19.746,-26.28],[17.076,-23.738],[15.081,-23.46],[16.183,-26.279],[16.867,-29.115],[14.403,-26.367],[12.592,-24.056],[11.273,-23.434],[10.503,-25.232],[12.266,-29.593],[9.722,-27.626],[7.786,-24.96],[6.872,-24.671]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[{"i":[[0.027,0.022],[-0.091,0.355],[0.043,0.503],[0.269,-0.431],[0.514,0.182],[-2.237,1.942],[-0.219,-0.04],[0.138,-0.395],[-0.503,-0.345],[-0.179,0.076],[-0.266,0.579],[-0.848,1.068],[-0.808,-0.472],[0.129,-0.391],[0.551,-1.134],[-0.341,-0.318],[-0.636,0.863],[-0.418,0.031],[-0.098,-0.472],[0.152,-0.457],[0.461,-0.907],[-0.042,-0.422],[-0.461,0.207],[-0.152,0.228],[-1.562,1.39],[-0.278,-0.061],[0.1,-0.468],[0.619,-1.144],[0.264,-0.878],[-0.009,-0.053],[-0.181,0.175],[-0.57,0.828],[-0.207,0.027],[-0.085,-0.22],[1.66,-1.561],[0.824,-0.775],[0.227,0.041],[-0.138,0.363],[-0.164,0.906],[0.45,-0.613],[0.251,-0.442],[1.113,-0.562],[0.647,0.242],[-0.506,0.887],[0.723,0.379],[0.303,-0.508],[0.698,-0.69],[0.498,0.09],[-0.181,0.71],[0.163,1.583],[0.621,-0.91],[0.812,-0.744],[0.305,0.152]],"o":[[-0.265,-0.216],[0.116,-0.452],[-0.073,-0.856],[-0.288,0.463],[-0.775,-2.859],[0.168,-0.146],[0.411,0.074],[-0.156,0.446],[0.16,0.11],[0.621,-0.265],[0.567,-1.236],[0.417,-0.525],[0.5,0.293],[-0.398,1.204],[-0.204,0.419],[1.354,1.264],[0.249,-0.338],[0.481,-0.037],[0.098,0.472],[-0.322,0.965],[-0.192,0.378],[0.046,0.456],[0.251,-0.112],[1.15,-1.725],[0.213,-0.189],[0.467,0.102],[-0.276,1.297],[-0.437,0.809],[-0.016,0.052],[0.114,0.7],[0.735,-0.709],[0.118,-0.172],[0.233,-0.031],[0.93,2.4],[-0.824,0.775],[-0.168,0.158],[-0.382,-0.069],[0.311,-0.819],[0.229,-1.268],[-0.301,0.41],[-0.616,1.084],[-0.617,0.311],[0.021,-1.02],[0.239,-0.42],[-0.881,-0.461],[-0.503,0.843],[-0.36,0.356],[-0.721,-0.131],[0.394,-1.542],[-1.086,0.187],[-0.621,0.91],[-0.251,0.23],[-0.033,-0.017]],"v":[[6.781,-24.73],[6.631,-25.759],[7.198,-27.404],[6.168,-27.015],[4.904,-26.198],[7.36,-34.262],[7.952,-34.516],[8.244,-33.458],[7.393,-30.551],[7.951,-30.548],[9.16,-32.042],[11.234,-35.554],[14.252,-37.821],[14.211,-36.061],[12.526,-32.665],[12.508,-31.363],[18.151,-37.9],[19.128,-38.627],[20.12,-37.751],[19.928,-36.336],[18.753,-33.523],[18.393,-32.321],[19.322,-31.691],[19.9,-32.262],[23.735,-37.4],[24.493,-37.717],[24.908,-36.5],[23.39,-33.051],[22.372,-30.525],[22.35,-30.365],[23.72,-30.888],[25.313,-33.352],[25.787,-33.73],[26.323,-33.355],[23.803,-26.809],[21.331,-24.483],[20.731,-24.196],[20.461,-25.176],[21.71,-27.617],[20.497,-27.605],[19.746,-26.28],[17.076,-23.738],[15.081,-23.46],[16.183,-26.279],[16.867,-29.115],[14.403,-26.367],[12.592,-24.056],[11.273,-23.434],[10.503,-25.232],[12.266,-29.593],[9.722,-27.626],[7.786,-24.96],[6.872,-24.671]],"c":true}],"e":[{"i":[[0.028,0.021],[-0.07,0.359],[0.073,0.5],[0.243,-0.447],[0.524,0.151],[-2.117,2.072],[-0.221,-0.026],[0.114,-0.402],[-0.523,-0.314],[-0.174,0.087],[-0.231,0.594],[-0.782,1.117],[-0.835,-0.423],[0.105,-0.398],[0.483,-1.165],[-0.359,-0.297],[-0.583,0.9],[-0.416,0.056],[-0.126,-0.465],[0.125,-0.465],[0.406,-0.933],[-0.068,-0.419],[-0.448,0.234],[-0.138,0.237],[-1.476,1.481],[-0.281,-0.044],[0.071,-0.473],[0.55,-1.179],[0.211,-0.892],[-0.012,-0.053],[-0.17,0.185],[-0.52,0.86],[-0.205,0.039],[-0.098,-0.214],[1.563,-1.658],[0.776,-0.823],[0.229,0.028],[-0.116,0.371],[-0.11,0.915],[0.413,-0.638],[0.224,-0.456],[1.077,-0.627],[0.661,0.203],[-0.452,0.915],[0.744,0.335],[0.272,-0.526],[0.656,-0.73],[0.502,0.061],[-0.139,0.72],[0.257,1.57],[0.566,-0.945],[0.766,-0.791],[0.313,0.134]],"o":[[-0.278,-0.2],[0.089,-0.458],[-0.124,-0.85],[-0.26,0.479],[-0.945,-2.808],[0.159,-0.156],[0.415,0.05],[-0.129,0.454],[0.167,0.1],[0.604,-0.301],[0.492,-1.268],[0.385,-0.549],[0.516,0.262],[-0.325,1.226],[-0.178,0.431],[1.427,1.181],[0.228,-0.352],[0.478,-0.065],[0.126,0.465],[-0.263,0.982],[-0.169,0.389],[0.073,0.453],[0.244,-0.127],[1.044,-1.791],[0.201,-0.202],[0.472,0.074],[-0.198,1.311],[-0.388,0.833],[-0.012,0.053],[0.156,0.692],[0.691,-0.751],[0.108,-0.178],[0.23,-0.044],[1.072,2.34],[-0.776,0.823],[-0.158,0.168],[-0.386,-0.046],[0.262,-0.836],[0.153,-1.28],[-0.276,0.427],[-0.55,1.119],[-0.598,0.347],[-0.04,-1.02],[0.214,-0.434],[-0.906,-0.408],[-0.452,0.871],[-0.338,0.377],[-0.728,-0.087],[0.301,-1.563],[-1.073,0.252],[-0.566,0.945],[-0.237,0.245],[-0.034,-0.015]],"v":[[-17.579,-15.706],[-17.79,-16.724],[-17.322,-18.4],[-18.327,-17.95],[-19.54,-17.059],[-17.57,-25.256],[-16.994,-25.544],[-16.639,-24.506],[-17.315,-21.553],[-16.758,-21.583],[-15.641,-23.147],[-13.78,-26.776],[-10.903,-29.22],[-10.839,-27.46],[-12.318,-23.969],[-12.258,-22.669],[-7.015,-29.531],[-6.083,-30.315],[-5.041,-29.5],[-5.148,-28.076],[-6.153,-25.198],[-6.44,-23.977],[-5.476,-23.403],[-4.933,-24.007],[-1.411,-29.365],[-0.674,-29.727],[-0.187,-28.537],[-1.496,-25.004],[-2.361,-22.421],[-2.374,-22.261],[-1.038,-22.864],[0.406,-25.419],[0.856,-25.825],[1.413,-25.482],[-0.711,-18.797],[-3.04,-16.328],[-3.622,-16.006],[-3.95,-16.968],[-2.848,-19.479],[-4.059,-19.395],[-4.73,-18.027],[-7.243,-15.33],[-9.217,-14.933],[-8.286,-17.813],[-7.772,-20.685],[-10.068,-17.795],[-11.738,-15.379],[-13.017,-14.68],[-13.894,-16.428],[-12.394,-20.887],[-14.815,-18.772],[-16.589,-15.995],[-17.485,-15.653]],"c":true}]},{"t":60}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.854902,0.058824,0.192157,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.5372549,0.772549,0.5764706,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[9,22.5],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":1798,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"lens shine 2","parent":9,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[-36,-5.258,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.116,0],[0.426,-0.052],[0.128,-0.113],[-0.127,-0.112],[0,0],[-1.085,-1.319],[1.509,-1.344],[1.068,-1.189],[-0.077,-1.596],[-0.137,-0.17],[-0.214,-0.062],[-0.888,0],[-1.89,0.503],[-2.466,0.991],[-2.446,0.576],[-0.129,0],[-0.081,-0.03],[0.182,-0.353],[0.49,-0.429],[-0.319,-0.986],[-0.863,0],[-0.5,0.081],[-1.617,0.629],[-2.771,0],[-0.349,-0.036],[-0.147,-0.098],[0.145,-0.734],[-0.578,-0.033],[-0.02,0],[-0.282,0.169],[-1.572,0.222],[-0.125,0],[-0.358,-1.781],[-0.098,-0.744],[-0.232,-0.489],[-0.163,0],[-0.057,0.071],[-0.012,0.1],[0.23,2.079],[0.256,1.009],[0.218,1.089],[1.284,1.822],[3.889,0.709],[0.147,0.026],[8.049,0.833]],"o":[[-0.406,0],[-0.168,0.021],[-0.128,0.113],[0,0],[1.522,0.369],[1.936,2.354],[-1.194,1.062],[-1.069,1.189],[0.011,0.218],[0.139,0.174],[0.862,0.253],[1.935,0],[2.573,-0.684],[2.328,-0.936],[0.126,-0.03],[0.085,0],[0.59,0.222],[-0.301,0.584],[-0.604,0.528],[0.19,0.589],[1.024,0],[1.72,-0.277],[2.551,-0.993],[0.346,0],[0.176,0.019],[0.736,0.49],[-0.104,0.525],[0.021,0.001],[0.326,0],[1.336,-0.8],[0.138,-0.02],[2.331,0],[0.149,0.736],[0.071,0.541],[0.073,0.156],[0.085,0],[0.062,-0.079],[0.247,-2.11],[-0.114,-1.03],[-0.273,-1.076],[-0.433,-2.143],[-2.395,-3.399],[-0.146,-0.026],[-7.972,-1.426],[-1.165,-0.121]],"v":[[29.603,-41.276],[28.357,-41.202],[27.882,-41.04],[27.839,-40.59],[28.04,-40.506],[33.236,-38.851],[28.803,-31.222],[25.225,-28.038],[23.412,-23.731],[23.592,-23.115],[24.167,-22.8],[26.798,-22.444],[32.592,-23.436],[40.117,-26.08],[47.287,-28.836],[47.674,-28.893],[47.925,-28.851],[47.908,-27.454],[46.639,-25.947],[44.549,-23.374],[46.369,-22.612],[49.055,-22.937],[54.045,-24.43],[62.045,-26.511],[63.088,-26.458],[63.594,-26.315],[60.779,-21.942],[61.526,-20.85],[61.586,-20.848],[62.506,-21.165],[66.849,-23.129],[67.242,-23.158],[70.124,-18.123],[70.494,-15.902],[70.69,-13.992],[71.107,-13.724],[71.329,-13.825],[71.418,-14.109],[70.779,-20.361],[70.406,-23.311],[69.655,-26.555],[67.501,-32.851],[57.556,-37.946],[57.118,-38.025],[32.951,-40.993]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.854902,0.058824,0.192157,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":10},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[33,10],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":1798,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"lens shine 1","parent":9,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[-36.25,-5.258,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.03,0],[-0.008,-0.337],[-0.015,-1.023],[-0.051,-2.048],[-0.187,-4.094],[-0.064,-1.228],[-0.672,-5.076],[-1.037,-1.629],[-2.934,-0.403],[-2.659,-0.088],[-0.716,0],[-4.067,0.251],[-4.146,1.346],[0.409,0.052],[0.32,0],[0.807,-0.101],[0.793,0],[0.454,0.089],[0.179,0.759],[-0.83,0.789],[-0.651,0.836],[0.583,1.032],[0.762,0],[0.035,-0.001],[0.729,-0.312],[3.1,-1.325],[1.216,0],[0.268,0.054],[-0.599,0.931],[-0.875,0.676],[-3.236,5.389],[0.335,0.406],[0.32,0.015],[0.071,0],[1.154,-0.43],[1.154,0],[0.348,0.089],[0.131,0.162],[-0.08,0.323],[-3.139,3.78],[-0.193,1.812],[0.77,0],[1.034,-0.425],[6.518,-3.294],[0.503,0],[0.06,0.007],[0.217,0.715],[-0.067,0.746],[0.214,0.481],[0.914,0],[0.358,-0.092],[0.938,0],[0.268,0.081],[0.037,1.362],[0.259,2.011],[0.096,0.224],[0.178,0.028]],"o":[[-0.684,0],[0.024,1.024],[0.029,2.049],[0.102,4.096],[0.057,1.228],[0.266,5.115],[0.254,1.914],[1.65,2.594],[2.635,0.362],[0.717,0.024],[4.076,0],[4.291,-0.264],[0.392,-0.127],[-0.316,-0.039],[-0.797,0],[-0.806,0.101],[-0.464,0],[-0.766,-0.151],[-0.262,-1.116],[0.769,-0.73],[0.728,-0.936],[-0.372,-0.661],[-0.036,0],[-0.792,0.03],[-3.101,1.325],[-1.14,0.487],[-0.268,0],[-0.564,-0.953],[0.601,-0.931],[4.975,-3.844],[0.271,-0.45],[-0.202,-0.248],[-0.071,-0.003],[-1.195,0],[-1.155,0.429],[-0.345,0],[-0.204,-0.051],[-0.209,-0.26],[1.168,-4.773],[1.166,-1.401],[-0.589,-0.52],[-1.096,0],[-6.754,2.779],[-0.455,0.23],[-0.06,0],[-0.743,-0.089],[-0.219,-0.716],[0.046,-0.525],[-0.354,-0.8],[-0.386,0],[-0.934,0.241],[-0.272,0],[-1.556,-0.469],[-0.057,-2.024],[-0.031,-0.243],[-0.069,-0.166],[-0.034,-0.005]],"v":[[24.832,-53.634],[24.549,-51.966],[24.586,-48.894],[24.707,-42.748],[25.141,-30.463],[25.321,-26.78],[26.59,-11.473],[28.206,-5.961],[35.303,-2.043],[43.253,-1.4],[45.403,-1.366],[57.617,-1.964],[70.46,-3.249],[69.89,-3.88],[68.937,-3.936],[66.524,-3.734],[64.121,-3.532],[62.743,-3.656],[61.052,-5.085],[62.604,-7.966],[64.738,-10.321],[65.553,-13.565],[63.62,-14.546],[63.514,-14.544],[61.242,-13.885],[51.939,-9.909],[48.371,-8.927],[47.567,-9.004],[47.832,-12.146],[50.217,-14.432],[62.978,-28.167],[63.168,-29.627],[62.294,-29.954],[62.081,-29.959],[58.565,-29.1],[55.112,-28.241],[54.073,-28.368],[53.528,-28.657],[53.46,-29.618],[60.516,-42.415],[63.155,-47.104],[61.074,-47.82],[57.753,-46.997],[37.838,-37.884],[36.393,-37.416],[36.212,-37.427],[34.68,-38.891],[34.592,-41.119],[34.467,-42.677],[32.313,-43.777],[31.177,-43.631],[28.35,-42.991],[27.538,-43.106],[25.785,-46.477],[25.458,-52.556],[25.299,-53.268],[24.928,-53.626]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.854902,0.058824,0.192157,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":10},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-47.5,27.5],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":1798,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"headset front","parent":9,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[4.709,-8.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.1,0.906],[1.267,4.192],[0.012,4.271],[0.016,7.688],[-2.635,3.606],[-3.573,0.468],[-5.188,0.411],[-10.203,-0.079],[-20.072,-3.684],[-1.907,-2.734],[-0.35,-1.514],[1.452,-11.056],[2.32,-1.923],[4.845,0.019],[21.311,-1.568],[6.657,-0.296],[2.359,0.034]],"o":[[-4.178,-0.924],[-1.255,-4.154],[-0.022,-7.688],[0.001,-4.003],[2.32,-3.176],[5.161,-0.676],[10.171,-0.806],[20.406,0.157],[3.279,0.602],[0.889,1.274],[2.512,10.864],[-0.393,2.987],[-4.036,3.344],[-21.381,-0.083],[-6.645,0.489],[-2.35,0.213],[-3.269,-0.047]],"v":[[-64.885,8.156],[-73.339,0.933],[-74.144,-11.923],[-74.358,-34.986],[-73.129,-47.385],[-62.714,-51.313],[-47.174,-52.893],[-16.593,-53.984],[44.276,-48.217],[53.062,-44.027],[54.706,-39.696],[56.312,-6.46],[52.918,1.679],[38.243,4.436],[-25.792,7.41],[-45.742,8.809],[-52.815,8.954]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.854902,0.058824,0.192157,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.2666667,0.2470588,0.2352941,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[9,22.5],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":1798,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"headset back","ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[3.078]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":29,"s":[3.078],"e":[0]},{"t":60}]},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[310.5,274,0],"e":[318,274,0],"to":[1.25,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[318,274,0],"e":[310.5,274,0],"to":[0,0,0],"ti":[1.25,0,0]},{"t":60}]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[1.534,0.468],[0.757,0.765],[0.611,0.697],[1.454,0.565],[1.725,-0.633],[1.034,-0.681],[2.365,-2.63],[0.577,-2.141],[-0.276,-2.467],[-0.115,-5.386],[0.243,-3.634],[-0.351,-3.386],[-0.63,-1.425],[-2.728,-1.16],[-2.468,-0.268],[-13.941,4.837],[-2.868,1.171],[-2.854,0.495],[-3.016,-0.097],[-6.811,-1.453],[-6.661,2.052],[-0.766,0.491],[-0.741,0.882],[-1.331,1.719],[-1.005,1.99],[0.354,5.41],[0.167,1.864],[2.148,2.555],[5.78,0.996],[2.796,0.364],[16.112,0.378],[8.066,0.423],[2.063,0.153]],"o":[[-1.013,-0.31],[-0.654,-0.661],[-1.019,-1.163],[-1.712,-0.665],[-1.162,0.427],[-2.891,1.904],[-1.482,1.648],[-0.656,2.434],[0.618,5.352],[0.078,3.643],[-0.225,3.373],[0.161,1.55],[1.195,2.703],[2.285,0.971],[14.533,1.577],[2.925,-1.021],[2.681,-1.094],[2.974,-0.515],[6.959,0.225],[6.816,1.454],[0.87,-0.268],[0.969,-0.622],[1.399,-1.664],[1.371,-1.772],[2.466,-4.884],[-0.124,-1.887],[-0.296,-3.319],[-3.764,-4.498],[-2.779,-0.479],[-16.001,-2.084],[-8.074,-0.189],[-2.066,-0.109],[-1.623,-0.12]],"v":[[-50.784,-51.559],[-53.675,-53.042],[-55.372,-55.242],[-59.035,-57.93],[-62.072,-57.336],[-65.646,-57.683],[-76.224,-50.507],[-79.378,-44.717],[-79.333,-37.66],[-78.258,-21.539],[-78.292,-10.461],[-77.64,-0.336],[-76.681,4.217],[-70.461,10.444],[-63.209,12.018],[-20.23,8.653],[-11.553,5.327],[-3.519,3.521],[5.475,2.637],[25.734,7.503],[46.397,6.586],[48.903,5.525],[51.371,3.127],[55.511,-1.912],[59.462,-8.24],[61.68,-23.767],[60.952,-29.369],[57.052,-38.906],[41.328,-45.92],[32.963,-47.18],[-15.306,-49.988],[-39.521,-50.796],[-45.711,-51.242]],"c":true}],"e":[{"i":[[1.534,0.468],[0.757,0.765],[0.611,0.697],[1.454,0.565],[1.725,-0.633],[1.034,-0.681],[2.365,-2.63],[0.577,-2.141],[-0.276,-2.467],[-0.115,-5.386],[0.243,-3.634],[-0.351,-3.386],[-0.63,-1.425],[-2.728,-1.16],[-2.468,-0.268],[-13.941,4.837],[-2.868,1.171],[-2.854,0.495],[-3.016,-0.097],[-6.811,-1.453],[-6.661,2.052],[-0.766,0.491],[-0.741,0.882],[-1.331,1.719],[-1.005,1.99],[0.354,5.41],[0.167,1.864],[2.148,2.555],[5.78,0.996],[2.796,0.364],[16.112,0.378],[8.066,0.423],[2.063,0.153]],"o":[[-1.013,-0.31],[-0.654,-0.661],[-1.019,-1.163],[-1.712,-0.665],[-1.162,0.427],[-2.891,1.904],[-1.482,1.648],[-0.656,2.434],[0.618,5.352],[0.078,3.643],[-0.225,3.373],[0.161,1.55],[1.195,2.703],[2.285,0.971],[14.533,1.577],[2.925,-1.021],[2.681,-1.094],[2.974,-0.515],[6.959,0.225],[6.816,1.454],[0.87,-0.268],[0.969,-0.622],[1.399,-1.664],[1.371,-1.772],[2.466,-4.884],[-0.124,-1.887],[-0.296,-3.319],[-3.764,-4.498],[-2.779,-0.479],[-16.001,-2.084],[-8.074,-0.189],[-2.066,-0.109],[-1.623,-0.12]],"v":[[-50.784,-51.559],[-53.675,-53.042],[-55.372,-55.242],[-59.035,-57.93],[-62.072,-57.336],[-65.646,-57.683],[-76.224,-50.507],[-79.378,-44.717],[-79.333,-37.66],[-78.258,-21.539],[-78.292,-10.461],[-77.64,-0.336],[-76.681,4.217],[-70.461,10.444],[-63.209,12.018],[-20.23,8.653],[-11.553,5.327],[-3.519,3.521],[5.475,2.637],[25.734,7.503],[46.397,6.586],[48.903,5.525],[51.371,3.127],[55.511,-1.912],[59.462,-8.24],[61.68,-23.767],[60.952,-29.369],[57.052,-38.906],[41.328,-45.92],[32.963,-47.18],[-15.306,-49.988],[-39.521,-50.796],[-45.711,-51.242]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[{"i":[[1.534,0.468],[0.757,0.765],[0.611,0.697],[1.454,0.565],[1.725,-0.633],[1.034,-0.681],[2.365,-2.63],[0.577,-2.141],[-0.276,-2.467],[-0.115,-5.386],[0.243,-3.634],[-0.351,-3.386],[-0.63,-1.425],[-2.728,-1.16],[-2.468,-0.268],[-13.941,4.837],[-2.868,1.171],[-2.854,0.495],[-3.016,-0.097],[-6.811,-1.453],[-6.661,2.052],[-0.766,0.491],[-0.741,0.882],[-1.331,1.719],[-1.005,1.99],[0.354,5.41],[0.167,1.864],[2.148,2.555],[5.78,0.996],[2.796,0.364],[16.112,0.378],[8.066,0.423],[2.063,0.153]],"o":[[-1.013,-0.31],[-0.654,-0.661],[-1.019,-1.163],[-1.712,-0.665],[-1.162,0.427],[-2.891,1.904],[-1.482,1.648],[-0.656,2.434],[0.618,5.352],[0.078,3.643],[-0.225,3.373],[0.161,1.55],[1.195,2.703],[2.285,0.971],[14.533,1.577],[2.925,-1.021],[2.681,-1.094],[2.974,-0.515],[6.959,0.225],[6.816,1.454],[0.87,-0.268],[0.969,-0.622],[1.399,-1.664],[1.371,-1.772],[2.466,-4.884],[-0.124,-1.887],[-0.296,-3.319],[-3.764,-4.498],[-2.779,-0.479],[-16.001,-2.084],[-8.074,-0.189],[-2.066,-0.109],[-1.623,-0.12]],"v":[[-50.784,-51.559],[-53.675,-53.042],[-55.372,-55.242],[-59.035,-57.93],[-62.072,-57.336],[-65.646,-57.683],[-76.224,-50.507],[-79.378,-44.717],[-79.333,-37.66],[-78.258,-21.539],[-78.292,-10.461],[-77.64,-0.336],[-76.681,4.217],[-70.461,10.444],[-63.209,12.018],[-20.23,8.653],[-11.553,5.327],[-3.519,3.521],[5.475,2.637],[25.734,7.503],[46.397,6.586],[48.903,5.525],[51.371,3.127],[55.511,-1.912],[59.462,-8.24],[61.68,-23.767],[60.952,-29.369],[57.052,-38.906],[41.328,-45.92],[32.963,-47.18],[-15.306,-49.988],[-39.521,-50.796],[-45.711,-51.242]],"c":true}],"e":[{"i":[[1.534,0.468],[0.757,0.765],[0.611,0.697],[1.454,0.565],[1.725,-0.633],[1.034,-0.681],[2.365,-2.63],[0.577,-2.141],[-0.276,-2.467],[-0.115,-5.386],[0.243,-3.634],[-0.351,-3.386],[-0.63,-1.425],[-2.728,-1.16],[-2.468,-0.268],[-13.941,4.837],[-2.868,1.171],[-2.854,0.495],[-3.016,-0.097],[-6.811,-1.453],[-6.661,2.052],[-0.766,0.491],[-0.741,0.882],[-1.331,1.719],[-1.005,1.99],[0.354,5.41],[0.167,1.864],[2.148,2.555],[5.78,0.996],[2.796,0.364],[16.112,0.378],[8.066,0.423],[2.063,0.153]],"o":[[-1.013,-0.31],[-0.654,-0.661],[-1.019,-1.163],[-1.712,-0.665],[-1.162,0.427],[-2.891,1.904],[-1.482,1.648],[-0.656,2.434],[0.618,5.352],[0.078,3.643],[-0.225,3.373],[0.161,1.55],[1.195,2.703],[2.285,0.971],[14.533,1.577],[2.925,-1.021],[2.681,-1.094],[2.974,-0.515],[6.959,0.225],[6.816,1.454],[0.87,-0.268],[0.969,-0.622],[1.399,-1.664],[1.371,-1.772],[2.466,-4.884],[-0.124,-1.887],[-0.296,-3.319],[-3.764,-4.498],[-2.779,-0.479],[-16.001,-2.084],[-8.074,-0.189],[-2.066,-0.109],[-1.623,-0.12]],"v":[[-50.784,-51.559],[-53.675,-53.042],[-55.372,-55.242],[-59.035,-57.93],[-62.072,-57.336],[-65.646,-57.683],[-76.224,-50.507],[-79.378,-44.717],[-79.333,-37.66],[-78.258,-21.539],[-78.292,-10.461],[-77.64,-0.336],[-76.681,4.217],[-70.461,10.444],[-63.209,12.018],[-20.23,8.653],[-11.553,5.327],[-3.519,3.521],[5.475,2.637],[25.734,7.503],[46.397,6.586],[48.903,5.525],[51.371,3.127],[55.511,-1.912],[59.462,-8.24],[61.68,-23.767],[60.952,-29.369],[57.052,-38.906],[41.328,-45.92],[32.963,-47.18],[-15.306,-49.988],[-39.521,-50.796],[-45.711,-51.242]],"c":true}]},{"t":60}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.854902,0.058824,0.192157,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.4,0.3843137,0.372549,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[9,22.5],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":1798,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"headset strap","parent":9,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[-79.75,3.5,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.67,-2.6],[0.296,-0.247],[0.475,0.013],[7.947,-4.647],[0.557,-0.319],[0.187,0.383],[-0.025,0.124],[-0.503,1.411],[-0.466,1.49],[-0.848,0.957],[-0.826,0.501],[-3.787,1.729],[-4.07,0.292],[-0.337,-0.754],[0.064,-0.823]],"o":[[-0.096,0.373],[-0.365,0.304],[-9.515,-0.261],[-0.554,0.324],[-0.222,0.127],[-0.055,-0.113],[0.295,-1.473],[0.524,-1.47],[0.41,-1.21],[0.641,-0.724],[3.562,-2.159],[3.696,-1.688],[0.824,-0.059],[0.337,0.754],[-0.21,2.685]],"v":[[5.312,-22.753],[4.8,-21.738],[3.436,-21.454],[-21.931,-12.484],[-23.612,-11.545],[-24.881,-11.06],[-24.891,-11.431],[-23.487,-15.719],[-21.983,-20.155],[-20.294,-23.568],[-17.987,-25.305],[-6.903,-31.052],[4.78,-34.264],[6.599,-33.135],[6.865,-30.698]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.854902,0.058824,0.192157,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.2666667,0.2470588,0.2352941,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[9,22.5],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":1798,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"shadow - right arm 2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[199.132,377.068,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":0,"s":[{"i":[[-18.227,-13.954],[-23.941,6.942],[-17.097,-14.875],[-8.786,-19.967],[-10.311,-8.061],[6.081,-20.582],[-0.593,-19.689],[8.484,-17.075],[15.695,7.365],[36.247,-6.624],[18.479,9.22],[22.346,-7.242],[15.955,13.634],[4.287,20.38],[6.727,17.324],[-11.258,16.526],[-13.008,20.273],[-18.385,3.491],[-19.269,16.664]],"o":[[19.263,14.747],[19.366,-5.616],[21.179,18.427],[5.183,11.778],[15.418,12.053],[-5.278,17.865],[0.498,16.536],[-11.878,23.906],[-42.091,-19.752],[-22.249,4.066],[-21.213,-10.584],[-17.277,5.599],[-18.51,-15.816],[-4.034,-19.177],[-9.518,-24.509],[13.328,-19.565],[11.948,-18.621],[29.387,-5.581],[19.407,-16.784]],"v":[[105.911,-216.873],[159.473,-204.76],[216.913,-200.415],[222.961,-148.214],[261.533,-122.41],[282.771,-75.389],[261.258,-24.243],[268.344,23.934],[221.965,24.737],[140.497,73.197],[81.755,51.885],[19.334,48.431],[-35.899,55.647],[-51.786,-8.511],[-79.834,-54.156],[-58.745,-97.787],[-52.639,-160.449],[0.065,-176.39],[41.886,-223.479]],"c":true}],"e":[{"i":[[-10.208,-7.47],[-21.209,6.15],[-15.343,-12.948],[-6.651,-12.295],[-8.976,-7.339],[5.387,-18.233],[-0.525,-17.443],[7.644,-10.048],[9.481,-1.01],[32.111,-5.868],[16.37,8.168],[19.796,-6.416],[14.135,12.078],[3.798,18.054],[2.327,16.298],[-9.973,14.64],[-11.523,17.96],[-16.287,3.093],[-9.195,6.748]],"o":[[17.343,12.692],[17.156,-4.975],[14.456,12.199],[5.424,10.026],[8.678,7.096],[-4.676,15.826],[0.441,14.649],[-4.967,6.529],[-40.958,4.365],[-19.71,3.602],[-18.792,-9.377],[-15.305,4.96],[-16.397,-14.011],[-3.574,-16.989],[-2.658,-18.62],[11.807,-17.332],[10.584,-16.496],[26.034,-4.944],[20.261,-14.869]],"v":[[105.708,-198.176],[151.908,-190.695],[195.794,-181.095],[208.151,-140.601],[236.572,-117.742],[254.386,-76.587],[242.078,-30.776],[233.856,1.402],[207.269,12.614],[135.097,55.544],[83.058,36.664],[27.761,33.604],[-13.67,29.497],[-35.244,-16.84],[-52.342,-61.276],[-41.409,-95.929],[-25.25,-142.94],[10.69,-165.562],[48.489,-190.527]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":29,"s":[{"i":[[-10.208,-7.47],[-21.209,6.15],[-15.343,-12.948],[-6.651,-12.295],[-8.976,-7.339],[5.387,-18.233],[-0.525,-17.443],[7.644,-10.048],[9.481,-1.01],[32.111,-5.868],[16.37,8.168],[19.796,-6.416],[14.135,12.078],[3.798,18.054],[2.327,16.298],[-9.973,14.64],[-11.523,17.96],[-16.287,3.093],[-9.195,6.748]],"o":[[17.343,12.692],[17.156,-4.975],[14.456,12.199],[5.424,10.026],[8.678,7.096],[-4.676,15.826],[0.441,14.649],[-4.967,6.529],[-40.958,4.365],[-19.71,3.602],[-18.792,-9.377],[-15.305,4.96],[-16.397,-14.011],[-3.574,-16.989],[-2.658,-18.62],[11.807,-17.332],[10.584,-16.496],[26.034,-4.944],[20.261,-14.869]],"v":[[105.708,-198.176],[151.908,-190.695],[195.794,-181.095],[208.151,-140.601],[236.572,-117.742],[254.386,-76.587],[242.078,-30.776],[233.856,1.402],[207.269,12.614],[135.097,55.544],[83.058,36.664],[27.761,33.604],[-13.67,29.497],[-35.244,-16.84],[-52.342,-61.276],[-41.409,-95.929],[-25.25,-142.94],[10.69,-165.562],[48.489,-190.527]],"c":true}],"e":[{"i":[[-18.227,-13.954],[-23.941,6.942],[-17.097,-14.875],[-8.786,-19.967],[-10.311,-8.061],[6.081,-20.581],[-0.593,-19.689],[8.484,-17.075],[15.695,7.365],[36.247,-6.624],[18.479,9.221],[22.346,-7.242],[15.955,13.634],[4.287,20.38],[6.727,17.324],[-11.258,16.526],[-13.008,20.273],[-18.385,3.491],[-19.268,16.664]],"o":[[19.263,14.747],[19.366,-5.616],[21.179,18.427],[5.183,11.778],[15.418,12.053],[-5.278,17.865],[0.498,16.536],[-11.878,23.906],[-42.091,-19.752],[-22.249,4.066],[-21.213,-10.584],[-17.277,5.599],[-18.51,-15.816],[-4.034,-19.177],[-9.518,-24.509],[13.328,-19.565],[11.948,-18.621],[29.387,-5.581],[19.407,-16.784]],"v":[[104.911,-216.873],[158.473,-204.76],[215.913,-200.415],[221.961,-148.214],[260.533,-122.41],[281.771,-75.389],[260.258,-24.243],[267.344,23.934],[220.965,24.737],[139.497,73.197],[80.755,51.885],[18.334,48.431],[-36.899,55.647],[-52.786,-8.511],[-80.834,-54.156],[-59.745,-97.787],[-53.639,-160.449],[-0.935,-176.39],[40.886,-223.479]],"c":true}]},{"t":60}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[1.813,0],[0.397,-0.319],[0.286,-1.228],[-0.078,-0.418],[-2.695,-9.307],[-2.292,-10.25],[-0.18,-1.183],[0.093,-2.419],[-2.646,-28.254],[0,0],[0.333,13.67],[2.828,18.002],[2.448,8.722],[2.522,7.776],[2.479,2.628]],"o":[[-0.476,0],[-0.776,0.624],[0.071,0.438],[1.81,9.604],[2.923,10.087],[0.259,1.159],[-0.159,2.416],[-1.093,28.334],[0,0],[-5.06,-12.736],[-0.442,-18.132],[-1.413,-8.992],[-2.21,-7.875],[-1.1,-3.392],[-0.995,-1.055]],"v":[[-113.433,-114.969],[-114.756,-114.516],[-116.287,-111.625],[-116.068,-110.329],[-107.482,-82.363],[-100.584,-52.631],[-99.89,-46.36],[-99.532,-39.608],[-95.15,41.969],[-80.713,41.915],[-88.324,1.936],[-90.33,-52.496],[-97.3,-78.584],[-103.371,-102.418],[-108.442,-111.972]],"c":true}],"e":[{"i":[[1.805,0.167],[0.424,-0.281],[0.397,-1.197],[-0.04,-0.424],[-1.829,-9.515],[-1.339,-10.418],[-0.071,-1.194],[0.315,-2.4],[-2.646,-28.254],[0,0],[0.333,13.67],[1.161,18.186],[1.635,8.91],[1.795,7.975],[2.228,2.845]],"o":[[-0.474,-0.044],[-0.83,0.55],[0.03,0.443],[0.919,9.73],[1.982,10.314],[0.151,1.178],[-0.381,2.391],[-3.695,28.113],[0,0],[-5.06,-12.736],[-0.442,-18.132],[-0.58,-9.084],[-1.476,-8.045],[-0.783,-3.479],[-0.894,-1.142]],"v":[[-103.613,-115.811],[-104.972,-115.482],[-106.763,-112.743],[-106.664,-111.433],[-100.688,-82.795],[-96.555,-52.555],[-96.441,-46.247],[-96.706,-39.49],[-95.15,41.969],[-80.713,41.915],[-88.324,1.936],[-86.357,-51.477],[-90.896,-78.096],[-94.748,-102.387],[-98.919,-112.367]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[{"i":[[1.805,0.167],[0.424,-0.281],[0.397,-1.197],[-0.04,-0.424],[-1.829,-9.515],[-1.339,-10.418],[-0.071,-1.194],[0.315,-2.4],[-2.646,-28.254],[0,0],[0.333,13.67],[1.161,18.186],[1.635,8.91],[1.795,7.975],[2.228,2.845]],"o":[[-0.474,-0.044],[-0.83,0.55],[0.03,0.443],[0.919,9.73],[1.982,10.314],[0.151,1.178],[-0.381,2.391],[-3.695,28.113],[0,0],[-5.06,-12.736],[-0.442,-18.132],[-0.58,-9.084],[-1.476,-8.045],[-0.783,-3.479],[-0.894,-1.142]],"v":[[-103.613,-115.811],[-104.972,-115.482],[-106.763,-112.743],[-106.664,-111.433],[-100.688,-82.795],[-96.555,-52.555],[-96.441,-46.247],[-96.706,-39.49],[-95.15,41.969],[-80.713,41.915],[-88.324,1.936],[-86.357,-51.477],[-90.896,-78.096],[-94.748,-102.387],[-98.919,-112.367]],"c":true}],"e":[{"i":[[1.813,0],[0.397,-0.319],[0.286,-1.228],[-0.078,-0.418],[-2.695,-9.307],[-2.292,-10.25],[-0.18,-1.183],[0.093,-2.419],[-2.646,-28.254],[0,0],[0.333,13.67],[2.828,18.002],[2.448,8.722],[2.522,7.776],[2.479,2.628]],"o":[[-0.476,0],[-0.776,0.624],[0.071,0.438],[1.81,9.604],[2.923,10.087],[0.259,1.159],[-0.159,2.416],[-1.093,28.334],[0,0],[-5.06,-12.736],[-0.442,-18.132],[-1.413,-8.992],[-2.21,-7.875],[-1.1,-3.392],[-0.995,-1.055]],"v":[[-113.433,-114.969],[-114.756,-114.516],[-116.287,-111.625],[-116.068,-110.329],[-107.482,-82.363],[-100.584,-52.631],[-99.89,-46.36],[-99.532,-39.608],[-95.15,41.969],[-80.713,41.915],[-88.324,1.936],[-90.33,-52.496],[-97.3,-78.584],[-103.371,-102.418],[-108.442,-111.972]],"c":true}]},{"t":60}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.854902,0.058824,0.192157,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":10},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[98.5,36.5],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":1798,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"shadow - right arm","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[392.937,289.074,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0.42,0.552],[3.881,-4.206],[1.386,-3.289],[0.053,0.128],[1.098,-4.919],[-4.053,-0.174],[-0.061,0],[-1.704,2.289],[-6.526,5.663],[1.496,4.561]],"o":[[-5.626,0.461],[-2.427,2.631],[-0.053,-0.128],[-2.004,4.543],[-0.6,2.69],[0.061,0.003],[3.252,0],[4.995,-6.707],[3.439,-2.983],[-0.283,-0.862]],"v":[[-85.937,-56.039],[-100.999,-48.521],[-106.663,-39.542],[-106.826,-39.924],[-112.302,-26.056],[-109.57,-16.965],[-109.387,-16.961],[-101.154,-22.94],[-88.324,-43.659],[-84.873,-53.936]],"c":true}],"e":[{"i":[[0.359,0.593],[4.303,-3.773],[1.726,-3.124],[0.039,0.133],[1.611,-4.775],[-4.012,-0.601],[-0.061,-0.006],[-1.937,2.096],[-7.089,4.94],[1.006,4.694]],"o":[[-5.643,-0.136],[-2.692,2.36],[-0.039,-0.133],[-2.473,4.306],[-0.881,2.612],[0.06,0.009],[3.234,0.344],[5.676,-6.141],[3.736,-2.603],[-0.19,-0.887]],"v":[[-76.442,-49.102],[-92.214,-43.218],[-98.796,-34.888],[-98.918,-35.285],[-105.828,-22.073],[-104.073,-12.745],[-103.891,-12.721],[-95.072,-17.796],[-80.125,-37.043],[-75.606,-46.898]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[{"i":[[0.359,0.593],[4.303,-3.773],[1.726,-3.124],[0.039,0.133],[1.611,-4.775],[-4.012,-0.601],[-0.061,-0.006],[-1.937,2.096],[-7.089,4.94],[1.006,4.694]],"o":[[-5.643,-0.136],[-2.692,2.36],[-0.039,-0.133],[-2.473,4.306],[-0.881,2.612],[0.06,0.009],[3.234,0.344],[5.676,-6.141],[3.736,-2.603],[-0.19,-0.887]],"v":[[-76.442,-49.102],[-92.214,-43.218],[-98.796,-34.888],[-98.918,-35.285],[-105.828,-22.073],[-104.073,-12.745],[-103.891,-12.721],[-95.072,-17.796],[-80.125,-37.043],[-75.606,-46.898]],"c":true}],"e":[{"i":[[0.42,0.552],[3.881,-4.206],[1.386,-3.289],[0.053,0.128],[1.098,-4.919],[-4.053,-0.174],[-0.061,0],[-1.704,2.289],[-6.526,5.663],[1.496,4.561]],"o":[[-5.626,0.461],[-2.427,2.631],[-0.053,-0.128],[-2.004,4.543],[-0.6,2.69],[0.061,0.003],[3.252,0],[4.995,-6.707],[3.439,-2.983],[-0.283,-0.862]],"v":[[-85.937,-56.039],[-100.999,-48.521],[-106.663,-39.542],[-106.826,-39.924],[-112.302,-26.056],[-109.57,-16.965],[-109.387,-16.961],[-101.154,-22.94],[-88.324,-43.659],[-84.873,-53.936]],"c":true}]},{"t":60}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.854902,0.058824,0.192157,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":10},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[98.5,36.5],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":1798,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"shadow - headset","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[238.437,274.939,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[10.392,0],[4.454,-0.293],[12.749,-4.806],[-0.763,-5.526],[-3.085,-3.236],[-3.179,0],[-5.115,1.273],[-2.294,0],[-2.734,-0.292],[-2.742,0],[-1.68,0.282],[-8.09,0],[-0.543,-0.029],[-7.082,0],[-1.988,0.554],[5.705,3.912],[6.815,1.324]],"o":[[-4.466,0],[-13.491,0.888],[-5.531,2.085],[0.599,4.348],[2.375,2.49],[6.04,0],[2.316,-0.576],[2.747,0],[2.733,0.292],[1.67,0],[7.923,-1.33],[0.537,0],[6.946,0.362],[2.032,0],[9.504,-2.652],[-5.797,-3.975],[-10.209,-1.983]],"v":[[-32.847,-26.16],[-46.231,-25.709],[-88.138,-19.149],[-93.534,-9.203],[-88.408,2.793],[-79.894,6.16],[-61.908,1.724],[-54.996,0.945],[-46.78,1.528],[-38.572,2.111],[-33.549,1.721],[-10.164,-2.677],[-8.545,-2.635],[12.757,0.385],[18.793,-0.388],[17.845,-16.181],[-1.856,-23.323]],"c":true}],"e":[{"i":[[10.38,0.487],[4.462,-0.084],[12.961,-4.202],[-0.501,-5.556],[-2.93,-3.377],[-3.175,-0.149],[-5.169,1.031],[-2.291,-0.108],[-2.717,-0.42],[-2.739,-0.129],[-1.691,0.203],[-8.081,-0.379],[-0.542,-0.054],[-7.074,-0.332],[-2.012,0.461],[5.515,4.175],[6.746,1.642]],"o":[[-4.461,-0.209],[-13.518,0.255],[-5.623,1.823],[0.394,4.371],[2.255,2.599],[6.033,0.283],[2.34,-0.467],[2.744,0.129],[2.717,0.42],[1.669,0.078],[7.977,-0.958],[0.536,0.025],[6.921,0.687],[2.03,0.095],[9.618,-2.204],[-5.605,-4.242],[-10.105,-2.46]],"v":[[-26.589,-27.385],[-39.98,-27.562],[-82.148,-22.974],[-88.005,-13.291],[-83.446,-1.068],[-75.099,2.695],[-56.926,-0.894],[-49.985,-1.348],[-41.805,-0.381],[-33.634,0.587],[-28.598,0.432],[-5.032,-2.865],[-3.417,-2.747],[17.72,1.268],[23.786,0.779],[23.579,-15.041],[4.234,-23.099]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[{"i":[[10.38,0.487],[4.462,-0.084],[12.961,-4.202],[-0.501,-5.556],[-2.93,-3.377],[-3.175,-0.149],[-5.169,1.031],[-2.291,-0.108],[-2.717,-0.42],[-2.739,-0.129],[-1.691,0.203],[-8.081,-0.379],[-0.542,-0.054],[-7.074,-0.332],[-2.012,0.461],[5.515,4.175],[6.746,1.642]],"o":[[-4.461,-0.209],[-13.518,0.255],[-5.623,1.823],[0.394,4.371],[2.255,2.599],[6.033,0.283],[2.34,-0.467],[2.744,0.129],[2.717,0.42],[1.669,0.078],[7.977,-0.958],[0.536,0.025],[6.921,0.687],[2.03,0.095],[9.618,-2.204],[-5.605,-4.242],[-10.105,-2.46]],"v":[[-26.589,-27.385],[-39.98,-27.562],[-82.148,-22.974],[-88.005,-13.291],[-83.446,-1.068],[-75.099,2.695],[-56.926,-0.894],[-49.985,-1.348],[-41.805,-0.381],[-33.634,0.587],[-28.598,0.432],[-5.032,-2.865],[-3.417,-2.747],[17.72,1.268],[23.786,0.779],[23.579,-15.041],[4.234,-23.099]],"c":true}],"e":[{"i":[[10.392,0],[4.454,-0.293],[12.749,-4.806],[-0.763,-5.526],[-3.085,-3.236],[-3.179,0],[-5.115,1.273],[-2.294,0],[-2.734,-0.292],[-2.742,0],[-1.68,0.282],[-8.09,0],[-0.543,-0.029],[-7.082,0],[-1.988,0.554],[5.705,3.912],[6.815,1.324]],"o":[[-4.466,0],[-13.491,0.888],[-5.531,2.085],[0.599,4.348],[2.375,2.49],[6.04,0],[2.316,-0.576],[2.747,0],[2.733,0.292],[1.67,0],[7.923,-1.33],[0.537,0],[6.946,0.362],[2.032,0],[9.504,-2.652],[-5.797,-3.975],[-10.209,-1.983]],"v":[[-32.847,-26.16],[-46.231,-25.709],[-88.138,-19.149],[-93.534,-9.203],[-88.408,2.793],[-79.894,6.16],[-61.908,1.724],[-54.996,0.945],[-46.78,1.528],[-38.572,2.111],[-33.549,1.721],[-10.164,-2.677],[-8.545,-2.635],[12.757,0.385],[18.793,-0.388],[17.845,-16.181],[-1.856,-23.323]],"c":true}]},{"t":60}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.854902,0.058824,0.192157,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":10},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[98.5,36.5],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":1798,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"shadow - head","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[238.687,274.189,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[-0.483,4.837],[1.311,-1.267],[2.066,-2.541],[2.658,-3.859],[1.665,-4.324],[0.021,-0.351],[0.428,-0.956],[0.459,-1.08],[0.83,-2.134],[0.655,-0.81],[0.236,-1.244],[-1.106,-2.662],[-1.441,-1.409],[-0.193,0],[-1.177,3.695],[-2.03,5.457],[-2.256,5.018],[-1.647,2.553],[-1.217,2.379]],"o":[[-1.393,1.164],[-2.355,2.276],[-2.958,3.636],[-2.618,3.796],[-0.128,0.329],[-0.058,1.011],[-0.481,1.071],[-0.897,2.108],[-0.385,0.986],[-0.903,1.114],[0.194,2.88],[0.843,2.026],[0.197,0.023],[2.957,0],[1.752,-5.502],[1.91,-5.138],[1.244,-2.763],[1.443,-2.236],[2.204,-4.306]],"v":[[-24.883,-43.613],[-28.943,-39.971],[-35.573,-32.729],[-44.015,-21.488],[-50.924,-9.532],[-51.194,-8.516],[-51.523,-5.926],[-52.931,-2.697],[-55.516,3.668],[-56.827,6.584],[-58.251,10.073],[-56.494,18.475],[-53.02,23.579],[-52.435,23.614],[-45.752,17.282],[-42.479,0.35],[-34.975,-14.436],[-30.979,-22.63],[-26.453,-29.226]],"c":true}],"e":[{"i":[[-0.705,4.81],[1.368,-1.205],[2.182,-2.442],[2.836,-3.731],[1.863,-4.243],[0.036,-0.35],[0.473,-0.935],[0.509,-1.058],[0.93,-2.092],[0.692,-0.778],[0.293,-1.231],[-0.983,-2.71],[-1.375,-1.474],[-0.193,-0.009],[-1.346,3.637],[-2.278,5.358],[-2.487,4.907],[-1.763,2.475],[-1.326,2.32]],"o":[[-1.445,1.099],[-2.458,2.165],[-3.123,3.495],[-2.79,3.671],[-0.143,0.322],[-0.105,1.007],[-0.53,1.048],[-0.993,2.064],[-0.43,0.967],[-0.953,1.071],[0.061,2.886],[0.748,2.063],[0.195,0.032],[2.954,0.136],[2.004,-5.415],[2.145,-5.045],[1.37,-2.702],[1.544,-2.167],[2.4,-4.2]],"v":[[-16.849,-44.322],[-21.073,-40.872],[-28.031,-33.942],[-36.982,-23.103],[-44.436,-11.479],[-44.752,-10.476],[-45.2,-7.904],[-46.755,-4.744],[-49.632,1.496],[-51.075,4.348],[-52.659,7.767],[-51.292,16.241],[-48.056,21.501],[-47.474,21.562],[-40.506,15.545],[-36.455,-1.218],[-28.277,-15.641],[-23.907,-23.643],[-19.081,-30.023]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[{"i":[[-0.705,4.81],[1.368,-1.205],[2.182,-2.442],[2.836,-3.731],[1.863,-4.243],[0.036,-0.35],[0.473,-0.935],[0.509,-1.058],[0.93,-2.092],[0.692,-0.778],[0.293,-1.231],[-0.983,-2.71],[-1.375,-1.474],[-0.193,-0.009],[-1.346,3.637],[-2.278,5.358],[-2.487,4.907],[-1.763,2.475],[-1.326,2.32]],"o":[[-1.445,1.099],[-2.458,2.165],[-3.123,3.495],[-2.79,3.671],[-0.143,0.322],[-0.105,1.007],[-0.53,1.048],[-0.993,2.064],[-0.43,0.967],[-0.953,1.071],[0.061,2.886],[0.748,2.063],[0.195,0.032],[2.954,0.136],[2.004,-5.415],[2.145,-5.045],[1.37,-2.702],[1.544,-2.167],[2.4,-4.2]],"v":[[-16.849,-44.322],[-21.073,-40.872],[-28.031,-33.942],[-36.982,-23.103],[-44.436,-11.479],[-44.752,-10.476],[-45.2,-7.904],[-46.755,-4.744],[-49.632,1.496],[-51.075,4.348],[-52.659,7.767],[-51.292,16.241],[-48.056,21.501],[-47.474,21.562],[-40.506,15.545],[-36.455,-1.218],[-28.277,-15.641],[-23.907,-23.643],[-19.081,-30.023]],"c":true}],"e":[{"i":[[-0.483,4.837],[1.311,-1.267],[2.066,-2.541],[2.658,-3.859],[1.665,-4.324],[0.021,-0.351],[0.428,-0.956],[0.459,-1.08],[0.83,-2.134],[0.655,-0.81],[0.236,-1.244],[-1.106,-2.662],[-1.441,-1.409],[-0.193,0],[-1.177,3.695],[-2.03,5.457],[-2.256,5.018],[-1.647,2.553],[-1.217,2.379]],"o":[[-1.393,1.164],[-2.355,2.276],[-2.958,3.636],[-2.618,3.796],[-0.128,0.329],[-0.058,1.011],[-0.481,1.071],[-0.897,2.108],[-0.385,0.986],[-0.903,1.114],[0.194,2.88],[0.843,2.026],[0.197,0.023],[2.957,0],[1.752,-5.502],[1.91,-5.138],[1.244,-2.763],[1.443,-2.236],[2.204,-4.306]],"v":[[-24.883,-43.613],[-28.943,-39.971],[-35.573,-32.729],[-44.015,-21.488],[-50.924,-9.532],[-51.194,-8.516],[-51.523,-5.926],[-52.931,-2.697],[-55.516,3.668],[-56.827,6.584],[-58.251,10.073],[-56.494,18.475],[-53.02,23.579],[-52.435,23.614],[-45.752,17.282],[-42.479,0.35],[-34.975,-14.436],[-30.979,-22.63],[-26.453,-29.226]],"c":true}]},{"t":60}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.854902,0.058824,0.192157,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":10},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[33,10],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":1798,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"body","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[300,339,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":0,"s":[{"i":[[-18.227,-13.954],[-23.941,6.942],[-17.097,-14.875],[-8.786,-19.967],[-10.311,-8.061],[6.081,-20.582],[-0.593,-19.689],[8.484,-17.075],[15.695,7.365],[36.247,-6.624],[18.479,9.22],[22.346,-7.242],[15.955,13.634],[4.287,20.38],[6.727,17.324],[-11.258,16.526],[-13.008,20.273],[-18.385,3.491],[-19.269,16.664]],"o":[[19.263,14.747],[19.366,-5.616],[21.179,18.427],[5.183,11.778],[15.418,12.053],[-5.278,17.865],[0.498,16.536],[-11.878,23.906],[-42.091,-19.752],[-22.249,4.066],[-21.213,-10.584],[-17.277,5.599],[-18.51,-15.816],[-4.034,-19.177],[-9.518,-24.509],[13.328,-19.565],[11.948,-18.621],[29.387,-5.581],[19.407,-16.784]],"v":[[5.911,-178.873],[59.473,-166.76],[116.913,-162.415],[122.961,-110.214],[161.533,-84.41],[182.771,-37.389],[161.258,13.757],[168.344,61.934],[121.965,62.737],[40.497,111.197],[-18.245,89.885],[-80.666,86.431],[-135.899,93.647],[-151.786,29.489],[-179.834,-16.156],[-158.745,-59.787],[-152.639,-122.449],[-99.935,-138.39],[-58.114,-185.479]],"c":true}],"e":[{"i":[[-10.208,-7.47],[-21.209,6.15],[-15.343,-12.948],[-6.651,-12.295],[-8.976,-7.339],[5.387,-18.233],[-0.525,-17.443],[7.644,-10.048],[9.481,-1.01],[32.111,-5.868],[16.37,8.168],[19.796,-6.416],[14.135,12.078],[3.798,18.054],[2.327,16.298],[-9.973,14.64],[-11.523,17.96],[-16.287,3.093],[-9.195,6.748]],"o":[[17.343,12.692],[17.156,-4.975],[14.456,12.199],[5.424,10.026],[8.678,7.096],[-4.676,15.826],[0.441,14.649],[-4.967,6.529],[-40.958,4.365],[-19.71,3.602],[-18.792,-9.377],[-15.305,4.96],[-16.397,-14.011],[-3.574,-16.989],[-2.658,-18.62],[11.807,-17.332],[10.584,-16.496],[26.034,-4.944],[20.261,-14.869]],"v":[[5.708,-160.176],[51.908,-152.695],[95.794,-143.095],[108.151,-102.601],[136.572,-79.742],[154.386,-38.587],[142.078,7.224],[133.856,39.402],[107.269,50.614],[35.097,93.544],[-16.942,74.664],[-72.239,71.604],[-113.67,67.497],[-135.244,21.16],[-152.342,-23.276],[-141.409,-57.929],[-125.25,-104.94],[-89.31,-127.562],[-51.511,-152.527]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":29,"s":[{"i":[[-10.208,-7.47],[-21.209,6.15],[-15.343,-12.948],[-6.651,-12.295],[-8.976,-7.339],[5.387,-18.233],[-0.525,-17.443],[7.644,-10.048],[9.481,-1.01],[32.111,-5.868],[16.37,8.168],[19.796,-6.416],[14.135,12.078],[3.798,18.054],[2.327,16.298],[-9.973,14.64],[-11.523,17.96],[-16.287,3.093],[-9.195,6.748]],"o":[[17.343,12.692],[17.156,-4.975],[14.456,12.199],[5.424,10.026],[8.678,7.096],[-4.676,15.826],[0.441,14.649],[-4.967,6.529],[-40.958,4.365],[-19.71,3.602],[-18.792,-9.377],[-15.305,4.96],[-16.397,-14.011],[-3.574,-16.989],[-2.658,-18.62],[11.807,-17.332],[10.584,-16.496],[26.034,-4.944],[20.261,-14.869]],"v":[[5.708,-160.176],[51.908,-152.695],[95.794,-143.095],[108.151,-102.601],[136.572,-79.742],[154.386,-38.587],[142.078,7.224],[133.856,39.402],[107.269,50.614],[35.097,93.544],[-16.942,74.664],[-72.239,71.604],[-113.67,67.497],[-135.244,21.16],[-152.342,-23.276],[-141.409,-57.929],[-125.25,-104.94],[-89.31,-127.562],[-51.511,-152.527]],"c":true}],"e":[{"i":[[-18.227,-13.954],[-23.941,6.942],[-17.097,-14.875],[-8.786,-19.967],[-10.311,-8.061],[6.081,-20.581],[-0.593,-19.689],[8.484,-17.075],[15.695,7.365],[36.247,-6.624],[18.479,9.221],[22.346,-7.242],[15.955,13.634],[4.287,20.38],[6.727,17.324],[-11.258,16.526],[-13.008,20.273],[-18.385,3.491],[-19.268,16.664]],"o":[[19.263,14.747],[19.366,-5.616],[21.179,18.427],[5.183,11.778],[15.418,12.053],[-5.278,17.865],[0.498,16.536],[-11.878,23.906],[-42.091,-19.752],[-22.249,4.066],[-21.213,-10.584],[-17.277,5.599],[-18.51,-15.816],[-4.034,-19.177],[-9.518,-24.509],[13.328,-19.565],[11.948,-18.621],[29.387,-5.581],[19.407,-16.784]],"v":[[4.911,-178.873],[58.473,-166.76],[115.913,-162.415],[121.961,-110.214],[160.533,-84.41],[181.771,-37.389],[160.258,13.757],[167.344,61.934],[120.965,62.737],[39.497,111.197],[-19.245,89.885],[-81.666,86.431],[-136.899,93.647],[-152.786,29.489],[-180.834,-16.156],[-159.745,-59.787],[-153.639,-122.449],[-100.935,-138.39],[-59.114,-185.479]],"c":true}]},{"t":60}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[-0.802,3.188],[-0.172,2.245],[-0.477,8.95],[-3.044,11.877],[-3.998,8.505],[-3.856,22.614],[2.564,3.292],[3.634,-0.049],[3.405,-9.362],[19.674,11.831],[14.189,-0.265],[14.989,-10.029],[6.804,-23.799],[7.902,4.547],[3.711,-4.968],[-0.297,-6.194],[-4.353,-16.475],[-7.524,-37.276],[-30.674,0.204],[-15.337,0.102],[-8.45,-0.236],[-3.744,0.656]],"o":[[1.011,-4.016],[0.685,-8.942],[0.645,-12.101],[2.346,-9.154],[9.758,-20.761],[0.701,-4.114],[-2.234,-2.867],[-9.961,0.135],[-9.296,-20.991],[-12.162,-7.314],[-18.032,0.337],[-20.573,13.764],[-5.672,-7.138],[-5.375,-3.093],[-3.711,4.968],[0.817,17.021],[9.713,36.766],[30.674,-0.204],[15.337,-0.102],[8.453,0],[3.807,0.106],[2.485,-0.437]],"v":[[73.515,89.233],[74.778,78.131],[76.951,51.285],[78.684,14.835],[89.476,-11.281],[110.023,-76.743],[108.634,-88.806],[98.818,-92.571],[75.912,-76.296],[36.535,-131.405],[-4.391,-140.916],[-55.597,-125.871],[-96.112,-65.473],[-108.302,-89.327],[-124.695,-84.801],[-128.901,-67.062],[-115.825,-17.8],[-106.765,95.652],[-14.744,95.04],[31.267,94.735],[56.622,95.178],[68.839,95.525]],"c":true}],"e":[{"i":[[-0.802,3.188],[-0.172,2.245],[-0.477,8.95],[-3.857,11.638],[-4.576,8.209],[-5.408,22.294],[2.331,3.461],[3.629,0.202],[4.043,-9.104],[18.81,13.162],[14.173,0.716],[15.646,-8.969],[8.432,-23.272],[7.569,5.082],[4.045,-4.7],[0.131,-6.2],[-3.204,-16.736],[-7.524,-37.276],[-30.674,0.204],[-15.337,0.102],[-8.45,-0.236],[-3.744,0.656]],"o":[[1.011,-4.016],[0.685,-8.942],[0.645,-12.101],[2.973,-8.97],[11.169,-20.037],[0.984,-4.055],[-2.03,-3.014],[-9.946,-0.554],[-7.824,-21.583],[-11.628,-8.137],[-18.012,-0.91],[-21.474,12.31],[-5.165,-7.513],[-5.148,-3.457],[-4.045,4.7],[-0.361,17.036],[7.15,37.349],[30.674,-0.204],[15.337,-0.102],[8.453,0],[3.807,0.106],[2.485,-0.437]],"v":[[73.515,89.233],[74.778,78.131],[76.951,51.285],[79.438,20.056],[92.008,-5.253],[117.029,-69.139],[116.477,-81.268],[106.944,-85.703],[82.968,-71.049],[47.493,-128.747],[7.322,-141.063],[-44.801,-129.591],[-89.392,-72.137],[-99.905,-96.776],[-116.571,-93.393],[-121.992,-75.988],[-112.352,-25.939],[-106.765,95.652],[-14.744,95.04],[31.267,94.735],[56.622,95.178],[68.839,95.525]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[{"i":[[-0.802,3.188],[-0.172,2.245],[-0.477,8.95],[-3.857,11.638],[-4.576,8.209],[-5.408,22.294],[2.331,3.461],[3.629,0.202],[4.043,-9.104],[18.81,13.162],[14.173,0.716],[15.646,-8.969],[8.432,-23.272],[7.569,5.082],[4.045,-4.7],[0.131,-6.2],[-3.204,-16.736],[-7.524,-37.276],[-30.674,0.204],[-15.337,0.102],[-8.45,-0.236],[-3.744,0.656]],"o":[[1.011,-4.016],[0.685,-8.942],[0.645,-12.101],[2.973,-8.97],[11.169,-20.037],[0.984,-4.055],[-2.03,-3.014],[-9.946,-0.554],[-7.824,-21.583],[-11.628,-8.137],[-18.012,-0.91],[-21.474,12.31],[-5.165,-7.513],[-5.148,-3.457],[-4.045,4.7],[-0.361,17.036],[7.15,37.349],[30.674,-0.204],[15.337,-0.102],[8.453,0],[3.807,0.106],[2.485,-0.437]],"v":[[73.515,89.233],[74.778,78.131],[76.951,51.285],[79.438,20.056],[92.008,-5.253],[117.029,-69.139],[116.477,-81.268],[106.944,-85.703],[82.968,-71.049],[47.493,-128.747],[7.322,-141.063],[-44.801,-129.591],[-89.392,-72.137],[-99.905,-96.776],[-116.571,-93.393],[-121.992,-75.988],[-112.352,-25.939],[-106.765,95.652],[-14.744,95.04],[31.267,94.735],[56.622,95.178],[68.839,95.525]],"c":true}],"e":[{"i":[[-0.802,3.188],[-0.172,2.245],[-0.477,8.95],[-3.044,11.877],[-3.998,8.505],[-3.856,22.614],[2.564,3.292],[3.634,-0.049],[3.405,-9.362],[19.674,11.831],[14.189,-0.265],[14.989,-10.029],[6.804,-23.799],[7.902,4.547],[3.711,-4.968],[-0.297,-6.194],[-4.353,-16.475],[-7.524,-37.276],[-30.674,0.204],[-15.337,0.102],[-8.45,-0.236],[-3.744,0.656]],"o":[[1.011,-4.016],[0.685,-8.942],[0.645,-12.101],[2.346,-9.154],[9.758,-20.761],[0.701,-4.114],[-2.234,-2.867],[-9.961,0.135],[-9.296,-20.991],[-12.162,-7.314],[-18.032,0.337],[-20.573,13.764],[-5.672,-7.138],[-5.375,-3.093],[-3.711,4.968],[0.817,17.021],[9.713,36.766],[30.674,-0.204],[15.337,-0.102],[8.453,0],[3.807,0.106],[2.485,-0.437]],"v":[[73.515,89.233],[74.778,78.131],[76.951,51.285],[78.684,14.835],[89.476,-11.281],[110.023,-76.743],[108.634,-88.806],[98.818,-92.571],[75.912,-76.296],[36.535,-131.405],[-4.391,-140.916],[-55.597,-125.871],[-96.112,-65.473],[-108.302,-89.327],[-124.695,-84.801],[-128.901,-67.062],[-115.825,-17.8],[-106.765,95.652],[-14.744,95.04],[31.267,94.735],[56.622,95.178],[68.839,95.525]],"c":true}]},{"t":60}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.854902,0.058824,0.192157,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.8627451,0.9333333,0.8705882,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[9,22.5],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":1798,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"background","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[299,295.646,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":0,"s":[{"i":[[-18.227,-13.954],[-23.941,6.942],[-17.097,-14.875],[-8.786,-19.967],[-10.311,-8.061],[6.081,-20.582],[-0.593,-19.689],[8.484,-17.075],[15.695,7.365],[36.247,-6.624],[18.479,9.22],[22.346,-7.242],[15.955,13.634],[4.287,20.38],[6.727,17.324],[-11.258,16.526],[-13.008,20.273],[-18.385,3.491],[-19.269,16.664]],"o":[[19.263,14.747],[19.366,-5.616],[21.179,18.427],[5.183,11.778],[15.418,12.053],[-5.278,17.865],[0.498,16.536],[-11.878,23.906],[-42.091,-19.752],[-22.249,4.066],[-21.213,-10.584],[-17.277,5.599],[-18.51,-15.816],[-4.034,-19.177],[-9.518,-24.509],[13.328,-19.565],[11.948,-18.621],[29.387,-5.581],[19.407,-16.784]],"v":[[-2.839,-157.873],[50.723,-145.76],[108.163,-141.415],[114.211,-89.214],[152.783,-63.41],[174.021,-16.389],[152.508,34.757],[159.594,82.934],[113.215,83.737],[31.747,132.197],[-26.995,110.885],[-89.416,107.431],[-144.649,114.647],[-160.536,50.489],[-188.584,4.844],[-167.495,-38.787],[-161.389,-101.449],[-108.685,-117.39],[-66.864,-164.479]],"c":true}],"e":[{"i":[[-10.208,-7.47],[-21.209,6.15],[-15.343,-12.948],[-6.651,-12.295],[-8.976,-7.339],[5.387,-18.233],[-0.525,-17.443],[7.644,-10.048],[9.481,-1.01],[32.111,-5.868],[16.37,8.168],[19.796,-6.416],[14.135,12.078],[3.798,18.054],[2.327,16.298],[-9.973,14.64],[-11.523,17.96],[-16.287,3.093],[-9.195,6.748]],"o":[[17.343,12.692],[17.156,-4.975],[14.456,12.199],[5.424,10.026],[8.678,7.096],[-4.676,15.826],[0.441,14.649],[-4.967,6.529],[-40.958,4.365],[-19.71,3.602],[-18.792,-9.377],[-15.305,4.96],[-16.397,-14.011],[-3.574,-16.989],[-2.658,-18.62],[11.807,-17.332],[10.584,-16.496],[26.034,-4.944],[20.261,-14.869]],"v":[[-2.292,-139.176],[43.908,-131.695],[87.794,-122.095],[100.151,-81.601],[128.572,-58.742],[146.386,-17.587],[134.078,28.224],[125.856,60.402],[99.269,71.614],[27.097,114.544],[-24.942,95.664],[-80.239,92.604],[-121.67,88.497],[-143.244,42.16],[-160.342,-2.276],[-149.409,-36.929],[-133.25,-83.94],[-97.31,-106.562],[-59.511,-131.527]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":29,"s":[{"i":[[-10.208,-7.47],[-21.209,6.15],[-15.343,-12.948],[-6.651,-12.295],[-8.976,-7.339],[5.387,-18.233],[-0.525,-17.443],[7.644,-10.048],[9.481,-1.01],[32.111,-5.868],[16.37,8.168],[19.796,-6.416],[14.135,12.078],[3.798,18.054],[2.327,16.298],[-9.973,14.64],[-11.523,17.96],[-16.287,3.093],[-9.195,6.748]],"o":[[17.343,12.692],[17.156,-4.975],[14.456,12.199],[5.424,10.026],[8.678,7.096],[-4.676,15.826],[0.441,14.649],[-4.967,6.529],[-40.958,4.365],[-19.71,3.602],[-18.792,-9.377],[-15.305,4.96],[-16.397,-14.011],[-3.574,-16.989],[-2.658,-18.62],[11.807,-17.332],[10.584,-16.496],[26.034,-4.944],[20.261,-14.869]],"v":[[-2.292,-139.176],[43.908,-131.695],[87.794,-122.095],[100.151,-81.601],[128.572,-58.742],[146.386,-17.587],[134.078,28.224],[125.856,60.402],[99.269,71.614],[27.097,114.544],[-24.942,95.664],[-80.239,92.604],[-121.67,88.497],[-143.244,42.16],[-160.342,-2.276],[-149.409,-36.929],[-133.25,-83.94],[-97.31,-106.562],[-59.511,-131.527]],"c":true}],"e":[{"i":[[-18.227,-13.954],[-23.941,6.942],[-17.097,-14.875],[-8.786,-19.967],[-10.311,-8.061],[6.081,-20.582],[-0.593,-19.689],[8.484,-17.075],[15.695,7.365],[36.247,-6.624],[18.479,9.22],[22.346,-7.242],[15.955,13.634],[4.287,20.38],[6.727,17.324],[-11.258,16.526],[-13.008,20.273],[-18.385,3.491],[-19.269,16.664]],"o":[[19.263,14.747],[19.366,-5.616],[21.179,18.427],[5.183,11.778],[15.418,12.053],[-5.278,17.865],[0.498,16.536],[-11.878,23.906],[-42.091,-19.752],[-22.249,4.066],[-21.213,-10.584],[-17.277,5.599],[-18.51,-15.816],[-4.034,-19.177],[-9.518,-24.509],[13.328,-19.565],[11.948,-18.621],[29.387,-5.581],[19.407,-16.784]],"v":[[-2.839,-157.873],[50.723,-145.76],[108.163,-141.415],[114.211,-89.214],[152.783,-63.41],[174.021,-16.389],[152.508,34.757],[159.594,82.934],[113.215,83.737],[31.747,132.197],[-26.995,110.885],[-89.416,107.431],[-144.649,114.647],[-160.536,50.489],[-188.584,4.844],[-167.495,-38.787],[-161.389,-101.449],[-108.685,-117.39],[-66.864,-164.479]],"c":true}]},{"t":60}]},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.854902,0.058824,0.192157,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.9176471,0.7058824,0.3686275,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[9,22.5],"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,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":1798,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/walking.json b/ohos/flutter_lottie/assets/lottiefiles/walking.json new file mode 100644 index 0000000000000000000000000000000000000000..5dfc50331914e44ec4403d8d349b4b72fc2cb4b3 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/walking.json @@ -0,0 +1 @@ +{"v":"5.1.8","fr":23.9759979248047,"ip":0,"op":15.9999986151516,"w":1920,"h":1080,"nm":"路飞","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"shadow","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[960,540,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0"],"t":0,"s":[350,20],"e":[150,20]},{"i":{"x":[0.833,0.833],"y":[0.833,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p833_0p833_0p333_0","0p833_1_0p333_0"],"t":4,"s":[150,20],"e":[250,20]},{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0"],"t":8,"s":[250,20],"e":[150,20]},{"i":{"x":[0.833,0.833],"y":[0.833,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p833_0p833_0p333_0","0p833_1_0p333_0"],"t":12,"s":[150,20],"e":[350,20]},{"t":15.9999986151516}],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.96862745098,0.749019607843,0.458823529412,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.196078431373,0.183491560992,0.16685889749,1],"ix":4},"o":{"a":0,"k":35,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6,483],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":21.9999980958335,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"right hand","parent":3,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[400.778,362.633,0],"ix":2},"a":{"a":0,"k":[401.778,359.633,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":0,"s":[{"i":[[0,0],[41.552,-101.081]],"o":[[-133.736,8.709],[-73.408,28.686]],"v":[[556.178,375.884],[369.81,552.651]],"c":false}],"e":[{"i":[[0,0],[-29.779,-49.279]],"o":[[-21.2,40.366],[-34.28,10.895]],"v":[[556.178,375.884],[557.486,607.593]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":4,"s":[{"i":[[0,0],[-29.779,-49.279]],"o":[[-21.2,40.366],[-34.28,10.895]],"v":[[556.178,375.884],[557.486,607.593]],"c":false}],"e":[{"i":[[0,0],[-118.422,-22.07]],"o":[[40.089,75.686],[4.848,-6.895]],"v":[[556.178,375.884],[783.943,529.628]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":8,"s":[{"i":[[0,0],[-118.422,-22.07]],"o":[[40.089,75.686],[4.848,-6.895]],"v":[[556.178,375.884],[783.943,529.628]],"c":false}],"e":[{"i":[[0,0],[-29.779,-49.279]],"o":[[-21.2,40.366],[-34.28,10.895]],"v":[[556.178,375.884],[561.641,592.942]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":12,"s":[{"i":[[0,0],[-29.779,-49.279]],"o":[[-21.2,40.366],[-34.28,10.895]],"v":[[556.178,375.884],[561.641,592.942]],"c":false}],"e":[{"i":[[0,0],[41.552,-101.081]],"o":[[-133.736,8.709],[-73.408,28.686]],"v":[[556.178,375.884],[369.81,552.651]],"c":false}]},{"t":15.9999986151516}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.96862745098,0.749019607843,0.458823529412,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":30,"ix":5},"lc":2,"lj":1,"ml":4,"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":[72.199,95.556],"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":"右手","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":21.9999980958335,"st":0,"bm":0},{"ddd":0,"ind":3,"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":960,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":0,"s":[450],"e":[410]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p833_0p333_0"],"t":4,"s":[410],"e":[450]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":8,"s":[450],"e":[410]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p833_0p333_0"],"t":12,"s":[410],"e":[450]},{"t":15.9999986151516}],"ix":4}},"a":{"a":0,"k":[400,292.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[45,45],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.239215686275,0.188702572093,0.121953089097,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.96862745098,0.749019607843,0.458823529412,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[400,360],"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":"手臂轴心","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[424,265],[433,250]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.239215686275,0.188702572093,0.121953089097,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5},"lc":1,"lj":1,"ml":4,"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 3","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[408,256],[427,242]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.239215686275,0.188702572093,0.121953089097,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5},"lc":1,"lj":1,"ml":4,"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 2","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-20,6]],"o":[[0,0],[20,-6]],"v":[[413,236],[449,266]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.239215686275,0.188702572093,0.121953089097,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[160,10],"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.892457012102,0.930146998985,0.972549019608,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.874509803922,0.054901960784,0.047058823529,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[400,65],"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":"帽子丝带","np":3,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[250,20],"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.892457012102,0.930146998985,0.972549019608,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.992156862745,0.713725490196,0.043137254902,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[400,80],"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":"帽檐","np":3,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[160,10],"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.892457012102,0.930146998985,0.972549019608,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.070588235294,0.105882352941,0.098039215686,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[400,95],"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":"头发","np":3,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[160,200],"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.892457012102,0.930146998985,0.972549019608,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.96862745098,0.749019607843,0.458823529412,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[400,200],"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":"头","np":3,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[160,10],"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.892457012102,0.930146998985,0.972549019608,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.96862745098,0.749019607843,0.458823529412,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[400,505],"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":"肚子","np":3,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[160,200],"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.892457012102,0.930146998985,0.972549019608,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.874509803922,0.054901960784,0.047058823529,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[400,400],"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":"衣服","np":3,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[160,100],"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.892457012102,0.930146998985,0.972549019608,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.372549019608,0.482352941176,0.780392156863,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[400,555],"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":"裤子","np":3,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[160,160],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.892457012102,0.930146998985,0.972549019608,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.992156862745,0.713725490196,0.043137254902,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[400,60],"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":"帽子","np":3,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":21.9999980958335,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"left hand","parent":3,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[399,365,0],"ix":2},"a":{"a":0,"k":[471.778,346.633,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":0,"s":[{"i":[[0,0],[-159.282,-2.186]],"o":[[0,0],[33.241,3.047]],"v":[[787.483,332.977],[1004.167,451.14]],"c":false}],"e":[{"i":[[0,0],[-39.436,-26.639]],"o":[[0,0],[9.541,13.843]],"v":[[787.483,332.977],[792.6,510.791]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":4,"s":[{"i":[[0,0],[-39.436,-26.639]],"o":[[0,0],[9.541,13.843]],"v":[[787.483,332.977],[792.6,510.791]],"c":false}],"e":[{"i":[[0,0],[-2.386,-39.721]],"o":[[0,0],[-14.158,24.64]],"v":[[787.483,332.977],[615.659,518.116]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":8,"s":[{"i":[[0,0],[-2.386,-39.721]],"o":[[0,0],[-14.158,24.64]],"v":[[787.483,332.977],[615.659,518.116]],"c":false}],"e":[{"i":[[0,0],[-39.436,-26.639]],"o":[[0,0],[9.541,13.843]],"v":[[787.483,332.977],[792.6,510.791]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":12,"s":[{"i":[[0,0],[-39.436,-26.639]],"o":[[0,0],[9.541,13.843]],"v":[[787.483,332.977],[792.6,510.791]],"c":false}],"e":[{"i":[[0,0],[-159.282,-2.186]],"o":[[0,0],[33.241,3.047]],"v":[[787.483,332.977],[1004.167,451.14]],"c":false}]},{"t":15.9999986151516}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.905882358551,0.705882370472,0.439215689898,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":30,"ix":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-97,26],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[72.199,95.556],"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":"左手","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":21.9999980958335,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"right leg","parent":3,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[476.5,446,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0]],"o":[[0,0]],"v":[[1475.5,532.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.96862745098,0.749019607843,0.458823529412,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":30,"ix":5},"lc":1,"lj":1,"ml":4,"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 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":0,"s":[{"i":[[0,0],[-2.5,-62.5]],"o":[[100.5,98.5],[0,0]],"v":[[-59,143],[73,408]],"c":false}],"e":[{"i":[[0,0],[-2.5,-62.5]],"o":[[-2.5,156.5],[0,0]],"v":[[-59,143],[-91,448]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":4,"s":[{"i":[[0,0],[-2.5,-62.5]],"o":[[-2.5,156.5],[0,0]],"v":[[-59,143],[-91,448]],"c":false}],"e":[{"i":[[0,0],[87.5,21.5]],"o":[[-25.5,141.5],[0,0]],"v":[[-59,143],[-231,300]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":8,"s":[{"i":[[0,0],[87.5,21.5]],"o":[[-25.5,141.5],[0,0]],"v":[[-59,143],[-231,300]],"c":false}],"e":[{"i":[[0,0],[47.5,-31.5]],"o":[[121.5,70.5],[0,0]],"v":[[-59,143],[-7,334]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":12,"s":[{"i":[[0,0],[47.5,-31.5]],"o":[[121.5,70.5],[0,0]],"v":[[-59,143],[-7,334]],"c":false}],"e":[{"i":[[0,0],[-2.5,-62.5]],"o":[[100.5,98.5],[0,0]],"v":[[-59,143],[73,408]],"c":false}]},{"t":15.9999986151516}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.96862745098,0.749019607843,0.458823529412,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":30,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":21.9999980958335,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"left leg","parent":3,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[421,455,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":0,"s":[{"i":[[0,0],[89,-9.5]],"o":[[-25,79.5],[0,0]],"v":[[-51,133],[-182,291]],"c":false}],"e":[{"i":[[0,0],[63,-64]],"o":[[90,90.5],[0,0]],"v":[[-51,133],[26,341.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":4,"s":[{"i":[[0,0],[63,-64]],"o":[[90,90.5],[0,0]],"v":[[-51,133],[26,341.5]],"c":false}],"e":[{"i":[[0,0],[-3,-88]],"o":[[96,86.5],[0,0]],"v":[[-51,133],[56,399.5]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":8,"s":[{"i":[[0,0],[-3,-88]],"o":[[96,86.5],[0,0]],"v":[[-51,133],[56,399.5]],"c":false}],"e":[{"i":[[0,0],[-3,-88]],"o":[[-4,133.5],[0,0]],"v":[[-51,133],[-77,439.5]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":12,"s":[{"i":[[0,0],[-3,-88]],"o":[[-4,133.5],[0,0]],"v":[[-51,133],[-77,439.5]],"c":false}],"e":[{"i":[[0,0],[89,-9.5]],"o":[[-25,79.5],[0,0]],"v":[[-51,133],[-182,291]],"c":false}]},{"t":15.9999986151516}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.905882358551,0.705886542797,0.440507471561,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":30,"ix":5},"lc":1,"lj":1,"ml":4,"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":21.9999980958335,"st":0,"bm":0}],"markers":[{"tm":0,"cm":"right leg\r\n","dr":0},{"tm":3.9999996537879,"cm":"2","dr":0},{"tm":7.9999993075758,"cm":"left leg\r\n","dr":0},{"tm":11.9999989613637,"cm":"4","dr":0},{"tm":15.9999986151516,"cm":"right leg\r\n","dr":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/walking_arrow.json b/ohos/flutter_lottie/assets/lottiefiles/walking_arrow.json new file mode 100644 index 0000000000000000000000000000000000000000..5af321c727d7092d63c83e6191cc8dd114382d49 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/walking_arrow.json @@ -0,0 +1 @@ +{"v":"4.13.0","fr":15,"ip":0,"op":16,"w":1000,"h":1000,"nm":"arrow walking edit render","ddd":0,"assets":[{"id":"comp_4","layers":[{"ddd":0,"ind":1,"ty":0,"nm":".lights","cl":"lights","parent":10,"refId":"comp_5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-8,"ix":10},"p":{"a":0,"k":[96.38,-16.392,0],"ix":2},"a":{"a":0,"k":[500,500,0],"ix":1},"s":{"a":0,"k":[69.67,69.67,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":16,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"L arm","parent":11,"hd":true,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":-1,"s":[26],"e":[-51]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":7,"s":[-51],"e":[26]},{"t":15}],"ix":10,"x":"var $bm_rt;\n$bm_rt = loopIn('cycle');"},"p":{"a":0,"k":[-54,-32,0],"ix":2},"a":{"a":0,"k":[-74,-68,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-74,-72],[-74,170]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.23137254902,0.23137254902,0.23137254902,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":30,"ix":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":true},{"ty":"tr","p":{"a":0,"k":[174,-6],"ix":2},"a":{"a":0,"k":[174,-6],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-2,"op":16,"st":-18,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Right Leg::Foot","parent":13,"hd":true,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10,"x":"var $bm_rt;\ntry {\n var parentRot = hasParent ? parentTotal() : 0;\n var rotCalc = sub(thisLayer('ADBE Root Vectors Group')('Admin')('Transform')('Rotation'), parentRot);\n $bm_rt = sum(rotCalc, value);\n} catch (err) {\n $bm_rt = value;\n}\n;\nfunction parentTotal() {\n var parentVal = 0;\n var layerChain = 'thisLayer';\n while (eval([layerChain][0]).hasParent) {\n layerChain += '.parent';\n parentVal += eval([layerChain][0]).rotation;\n }\n return parentVal;\n}"},"p":{"a":0,"k":[-289.5,325.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6,"x":"var $bm_rt;\n$bm_rt = [\n 100,\n 100\n];"}},"ao":0,"ef":[{"ty":5,"nm":"RubberHose 2","np":18,"mn":"Pseudo/3bf5uID/RubberHose_2","ix":1,"en":1,"ef":[{"ty":0,"nm":"Hose Length","mn":"Pseudo/3bf5uID/RubberHose_2-0001","ix":1,"v":{"a":0,"k":350,"ix":1}},{"ty":0,"nm":"Bend Radius","mn":"Pseudo/3bf5uID/RubberHose_2-0002","ix":2,"v":{"a":0,"k":36,"ix":2}},{"ty":0,"nm":"Realism","mn":"Pseudo/3bf5uID/RubberHose_2-0003","ix":3,"v":{"a":0,"k":30,"ix":3}},{"ty":0,"nm":"Bend Direction","mn":"Pseudo/3bf5uID/RubberHose_2-0004","ix":4,"v":{"a":0,"k":100,"ix":4}},{"ty":7,"nm":"Auto Rotate Start","mn":"Pseudo/3bf5uID/RubberHose_2-0005","ix":5,"v":{"a":0,"k":0,"ix":5}},{"ty":7,"nm":"Auto Rotate End","mn":"Pseudo/3bf5uID/RubberHose_2-0006","ix":6,"v":{"a":0,"k":1,"ix":6}},{"ty":6,"nm":"Math Stuff","mn":"Pseudo/3bf5uID/RubberHose_2-0007","ix":7,"v":0},{"ty":3,"nm":"A","mn":"Pseudo/3bf5uID/RubberHose_2-0008","ix":8,"v":{"a":0,"k":[0,0],"ix":8,"x":"var $bm_rt;\n$bm_rt = thisLayer.toComp([\n 0,\n 0,\n 0\n]);"}},{"ty":3,"nm":"B","mn":"Pseudo/3bf5uID/RubberHose_2-0009","ix":9,"v":{"a":0,"k":[0,0],"ix":9,"x":"var $bm_rt;\ntry {\n var b = thisLayer(2)('Admin')(2)('B')(2)(1)._name;\n $bm_rt = thisComp.layer(b).toComp([\n 0,\n 0,\n 0\n ]);\n} catch (err) {\n $bm_rt = value;\n}"}},{"ty":0,"nm":"Outer Radius","mn":"Pseudo/3bf5uID/RubberHose_2-0010","ix":10,"v":{"a":0,"k":0,"ix":10,"x":"var $bm_rt;\nvar a = thisLayer(4)('RubberHose 2')('A');\nvar b = thisLayer(4)('RubberHose 2')('B');\nvar s = length(a, b);\n$bm_rt = mul(Math.sin(0.78539816339), s);"}},{"ty":0,"nm":"Inner Radius","mn":"Pseudo/3bf5uID/RubberHose_2-0011","ix":11,"v":{"a":0,"k":0,"ix":11,"x":"var $bm_rt;\nvar eff = thisLayer(4)('RubberHose 2');\nvar bendRad = eff('Bend Radius');\nvar hoseLength = div(eff('Hose Length'), 2);\nvar realism = eff('Realism');\nvar bendDir = div(eff('Bend Direction'), 100);\nvar sFac = eff('Parent Scale');\nvar straight = eff('Straight');\nvar autoFlop = eff('AutoFlop');\nvar roundShrink = linear(Math.abs(bendRad), 0, 100, 1, 0.87);\nvar innerRad;\nif (hoseLength > straight) {\n innerRad = sum(straight, mul(Math.sqrt(sub(Math.pow(hoseLength, 2), Math.pow(straight, 2))), roundShrink));\n innerRad = linear(realism, 0, 100, hoseLength, innerRad);\n innerRad = linear(Math.abs(bendDir), straight, innerRad);\n} else {\n innerRad = straight;\n}\ninnerRad *= Math.abs(sFac);\ninnerRad = linear(Math.abs(autoFlop), mul(straight, Math.max(Math.abs(sFac), 0.001)), innerRad);\n$bm_rt = innerRad;"}},{"ty":0,"nm":"Straight","mn":"Pseudo/3bf5uID/RubberHose_2-0012","ix":12,"v":{"a":0,"k":0,"ix":12,"x":"var $bm_rt;\nvar sFac = thisLayer(4)('RubberHose 2')('Parent Scale');\nvar outerRad = div(thisLayer(4)('RubberHose 2')('Outer Radius'), Math.max(Math.abs(sFac), 0.001));\n;\n$bm_rt = div(mul(1.4142135623731, outerRad), 2);"}},{"ty":0,"nm":"Base Rotation","mn":"Pseudo/3bf5uID/RubberHose_2-0013","ix":13,"v":{"a":0,"k":0,"ix":13,"x":"var $bm_rt;\nvar a = thisLayer(4)('RubberHose 2')('A');\nvar b = thisLayer(4)('RubberHose 2')('B');\n$bm_rt = radiansToDegrees(Math.atan2(sub(a[1], b[1]), sub(a[0], b[0])));"}},{"ty":0,"nm":"AutoFlop","mn":"Pseudo/3bf5uID/RubberHose_2-0014","ix":14,"v":{"a":0,"k":0,"ix":14,"x":"var $bm_rt;\nvar hasAF = false, isEnabled = false, output;\ntry {\n var lyrAF = thisComp.layer(sum(thisLayer._name.split('::')[0], '::AutoFlop'));\n isEnabled = lyrAF(4)('Enable')(1);\n var falloffAngle = lyrAF(4)('Falloff')(1);\n hasAF = true;\n var a = thisLayer.toComp([\n 0,\n 0,\n 0\n ]);\n var b = thisLayer(4)('RubberHose 2')('B');\n} catch (e) {\n}\nif (hasAF && isEnabled == 1) {\n var threshRot = lyrAF('ADBE Transform Group')('ADBE Rotate Z');\n threshRot %= 360;\n var ctrlAngle = $bm_neg(radiansToDegrees(Math.atan2(sub(b[0], a[0]), sub(b[1], a[1]))));\n var offsetAngle = sub(threshRot, ctrlAngle);\n offsetAngle %= 360;\n var sign = offsetAngle > 0 && offsetAngle < 180 || offsetAngle < -180 ? -1 : 1;\n var absAngle = Math.abs(offsetAngle);\n if (absAngle > 90) {\n absAngle = Math.abs(sub(absAngle, 180));\n }\n if (absAngle > 90) {\n absAngle = Math.abs(sub(absAngle, 180));\n }\n output = linear(absAngle, 0, falloffAngle, 0, 1);\n output *= sign;\n} else {\n output = 1;\n}\n$bm_rt = output;\nfunction parentTotal() {\n var parentVal = 0;\n var layerChain = 'thisLayer';\n while (eval([layerChain][0]).hasParent) {\n layerChain += '.parent';\n parentVal += eval([layerChain][0]).rotation;\n }\n return parentVal;\n}"}},{"ty":0,"nm":"Parent Scale","mn":"Pseudo/3bf5uID/RubberHose_2-0015","ix":15,"v":{"a":0,"k":0,"ix":15,"x":"var $bm_rt;\nvar sFactor = 1;\nvar scaleNorm = 0;\nvar layerChain = 'thisLayer';\nwhile (eval([layerChain][0]).hasParent) {\n layerChain += '.parent';\n scaleNorm = div(eval(layerChain)('ADBE Transform Group')('ADBE Scale')[0], 100);\n sFactor = mul(sFactor, scaleNorm);\n}\n$bm_rt = sFactor;"}},{"ty":6,"nm":"","mn":"Pseudo/3bf5uID/RubberHose_2-0016","ix":16,"v":0}]}],"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"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":"Right Leg::Foot","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[135,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":"A","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[20,20],"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":"Right Leg::Hip","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"B","np":1,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"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":"2.03","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false,"cl":"03"},{"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":"Version","np":1,"cix":2,"ix":3,"mn":"ADBE Vector Group","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,"x":"var $bm_rt;\nvar eff = thisLayer(4)('RubberHose 2');\nvar autoRotate = eff('Auto Rotate End');\nif (autoRotate == 1) {\n var a = thisLayer.toComp([\n 0,\n 0,\n 0\n ]);\n var b = eff('B');\n var s = length(a, b);\n var sFac = eff('Parent Scale');\n var autoFlop = 1;\n var realism = eff('Realism');\n var bendDir = div(eff('Bend Direction'), 100);\n var hoseLength = div(eff('Hose Length'), 2);\n var bendRad = eff('Bend Radius');\n var autoFlop = eff('AutoFlop');\n var baseRot = $bm_neg(radiansToDegrees(Math.atan2(sub(b[0], a[0]), sub(b[1], a[1]))));\n var outerRad = mul(Math.sin(0.78539816339), s);\n var straight = div(mul(1.4142135623731, outerRad), 2);\n straight /= Math.max(Math.abs(sFac), 0.001);\n var roundShrink = linear(Math.abs(bendRad), 0, 100, 1, 0.87);\n var innerRad;\n if (hoseLength > straight) {\n innerRad = sum(straight, mul(Math.sqrt(sub(Math.pow(hoseLength, 2), Math.pow(straight, 2))), roundShrink));\n innerRad = linear(realism, 0, 100, hoseLength, innerRad);\n innerRad = linear(Math.abs(bendDir), straight, innerRad);\n } else {\n innerRad = straight;\n }\n innerRad = linear(Math.abs(autoFlop), straight, innerRad);\n var flopDir = 1;\n if (bendDir < 0) {\n flopDir = -1;\n }\n flopDir *= autoFlop;\n var opp = mul(sub(innerRad, straight), flopDir);\n var theta = Math.atan(div(opp, Math.max(straight, 0.001)));\n var bendAngle = radiansToDegrees(theta);\n if (sFac < 0) {\n baseRot *= -1;\n }\n bendRad *= div(div(theta, $bm_neg(Math.PI)), linear(s, hoseLength, 0, 2, 0.9));\n var rotCalc = sub(sum(baseRot, bendAngle), bendRad);\n $bm_rt = rotCalc;\n} else {\n $bm_rt = value;\n}\n;"},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Admin","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[100,100],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Circle","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-75,0],[75,0]],"c":false},"ix":2},"nm":"01","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":[[0,-30],[0,30]],"c":false},"ix":2},"nm":"02","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[30,30],"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":"ControlShape","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.560000002384,0,1],"ix":3,"x":"var $bm_rt;\nif (thisLayer.active) {\n try {\n var eff = thisLayer(4)('RubberHose 2');\n var a = thisLayer.toComp([\n 0,\n 0,\n 0\n ]);\n var b = eff('B');\n var straight = eff('Straight');\n var hoseLength = div(eff('Hose Length'), 2);\n if (straight > hoseLength) {\n $bm_rt = [\n 0.51,\n 0.83,\n 0.98,\n 1\n ];\n } else {\n $bm_rt = value;\n }\n } catch (err) {\n $bm_rt = value;\n }\n} else {\n $bm_rt = value;\n}"},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\n$bm_rt = [\n 0,\n 0\n];"},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3,"x":"var $bm_rt;\n$bm_rt = [\n 100,\n 100\n];"},"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":"Control Point","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":16,"st":-16,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Right Leg::Hip","parent":11,"hd":true,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10,"x":"var $bm_rt;\ntry {\n var parentRot = hasParent ? parentTotal() : 0;\n var rotCalc = sub(thisLayer('ADBE Root Vectors Group')('Admin')('Transform')('Rotation'), parentRot);\n $bm_rt = sum(rotCalc, value);\n} catch (err) {\n $bm_rt = value;\n}\n;\nfunction parentTotal() {\n var parentVal = 0;\n var layerChain = 'thisLayer';\n while (eval([layerChain][0]).hasParent) {\n layerChain += '.parent';\n parentVal += eval([layerChain][0]).rotation;\n }\n return parentVal;\n}"},"p":{"a":0,"k":[-46,132,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6,"x":"var $bm_rt;\n$bm_rt = [\n 100,\n 100\n];"}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"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":"Right Leg::Foot","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[135,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":"A","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[20,20],"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":"Right Leg::Hip","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"B","np":1,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"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":"2.03","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false,"cl":"03"},{"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":"Version","np":1,"cix":2,"ix":3,"mn":"ADBE Vector Group","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,"x":"var $bm_rt;\ntry {\n var eff = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n var autoRotate = eff('Auto Rotate Start');\n if (autoRotate == 1) {\n var a = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name).toComp([\n 0,\n 0,\n 0\n ]);\n var b = thisLayer.toComp([\n 0,\n 0,\n 0\n ]);\n var s = length(a, b);\n var sFac = eff('Parent Scale');\n var autoFlop = 1;\n var realism = eff('Realism');\n var bendDir = div(eff('Bend Direction'), 100);\n var hoseLength = div(eff('Hose Length'), 2);\n var bendRad = eff('Bend Radius');\n var autoFlop = eff('AutoFlop');\n var baseRot = $bm_neg(radiansToDegrees(Math.atan2(sub(b[0], a[0]), sub(b[1], a[1]))));\n var outerRad = mul(Math.sin(0.78539816339), s);\n var straight = div(mul(1.4142135623731, outerRad), 2);\n straight /= Math.max(Math.abs(sFac), 0.001);\n var roundShrink = linear(Math.abs(bendRad), 0, 100, 1, 0.87);\n var innerRad;\n if (straight <= hoseLength) {\n innerRad = sum(straight, mul(Math.sqrt(sub(Math.pow(hoseLength, 2), Math.pow(straight, 2))), roundShrink));\n innerRad = linear(realism, 0, 100, hoseLength, innerRad);\n innerRad = linear(Math.abs(bendDir), straight, innerRad);\n } else {\n innerRad = straight;\n }\n innerRad = linear(Math.abs(autoFlop), straight, innerRad);\n var flopDir = 1;\n if (bendDir < 0) {\n flopDir = -1;\n }\n flopDir *= autoFlop;\n var opp = mul(sub(innerRad, straight), flopDir);\n var theta = Math.atan(div(opp, Math.max(straight, 0.001)));\n var bendAngle = radiansToDegrees(theta);\n if (sFac < 0) {\n baseRot *= -1;\n }\n bendRad *= div(div(theta, $bm_neg(Math.PI)), linear(s, hoseLength, 0, 2, 0.9));\n var rotCalc = sum(sub(baseRot, bendAngle), bendRad);\n $bm_rt = rotCalc;\n } else {\n $bm_rt = 0;\n }\n ;\n} catch (err) {\n $bm_rt = value;\n}\n;"},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Admin","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[100,100],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Circle","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-75,0],[75,0]],"c":false},"ix":2},"nm":"01","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":[[0,-30],[0,30]],"c":false},"ix":2},"nm":"02","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[30,30],"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":"ControlShape","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.560000002384,0,1],"ix":3,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name);\n $bm_rt = ctrl(2)('Control Point')(2)('Stroke 1')('Color');\n} catch (e) {\n $bm_rt = value;\n}"},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\n$bm_rt = [\n 0,\n 0\n];"},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3,"x":"var $bm_rt;\n$bm_rt = [\n 100,\n 100\n];"},"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":"Control Point","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":16,"st":-16,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Left Leg::Foot","parent":8,"hd":true,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10,"x":"var $bm_rt;\ntry {\n var parentRot = hasParent ? parentTotal() : 0;\n var rotCalc = sub(thisLayer('ADBE Root Vectors Group')('Admin')('Transform')('Rotation'), parentRot);\n $bm_rt = sum(rotCalc, value);\n} catch (err) {\n $bm_rt = value;\n}\n;\nfunction parentTotal() {\n var parentVal = 0;\n var layerChain = 'thisLayer';\n while (eval([layerChain][0]).hasParent) {\n layerChain += '.parent';\n parentVal += eval([layerChain][0]).rotation;\n }\n return parentVal;\n}"},"p":{"a":0,"k":[-289,324.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6,"x":"var $bm_rt;\n$bm_rt = [\n 100,\n 100\n];"}},"ao":0,"ef":[{"ty":5,"nm":"RubberHose 2","np":18,"mn":"Pseudo/3bf5uID/RubberHose_2","ix":1,"en":1,"ef":[{"ty":0,"nm":"Hose Length","mn":"Pseudo/3bf5uID/RubberHose_2-0001","ix":1,"v":{"a":0,"k":350,"ix":1}},{"ty":0,"nm":"Bend Radius","mn":"Pseudo/3bf5uID/RubberHose_2-0002","ix":2,"v":{"a":0,"k":36,"ix":2}},{"ty":0,"nm":"Realism","mn":"Pseudo/3bf5uID/RubberHose_2-0003","ix":3,"v":{"a":0,"k":30,"ix":3}},{"ty":0,"nm":"Bend Direction","mn":"Pseudo/3bf5uID/RubberHose_2-0004","ix":4,"v":{"a":0,"k":100,"ix":4}},{"ty":7,"nm":"Auto Rotate Start","mn":"Pseudo/3bf5uID/RubberHose_2-0005","ix":5,"v":{"a":0,"k":0,"ix":5}},{"ty":7,"nm":"Auto Rotate End","mn":"Pseudo/3bf5uID/RubberHose_2-0006","ix":6,"v":{"a":0,"k":1,"ix":6}},{"ty":6,"nm":"Math Stuff","mn":"Pseudo/3bf5uID/RubberHose_2-0007","ix":7,"v":0},{"ty":3,"nm":"A","mn":"Pseudo/3bf5uID/RubberHose_2-0008","ix":8,"v":{"a":0,"k":[0,0],"ix":8,"x":"var $bm_rt;\n$bm_rt = thisLayer.toComp([\n 0,\n 0,\n 0\n]);"}},{"ty":3,"nm":"B","mn":"Pseudo/3bf5uID/RubberHose_2-0009","ix":9,"v":{"a":0,"k":[0,0],"ix":9,"x":"var $bm_rt;\ntry {\n var b = thisLayer(2)('Admin')(2)('B')(2)(1)._name;\n $bm_rt = thisComp.layer(b).toComp([\n 0,\n 0,\n 0\n ]);\n} catch (err) {\n $bm_rt = value;\n}"}},{"ty":0,"nm":"Outer Radius","mn":"Pseudo/3bf5uID/RubberHose_2-0010","ix":10,"v":{"a":0,"k":0,"ix":10,"x":"var $bm_rt;\nvar a = thisLayer(4)('RubberHose 2')('A');\nvar b = thisLayer(4)('RubberHose 2')('B');\nvar s = length(a, b);\n$bm_rt = mul(Math.sin(0.78539816339), s);"}},{"ty":0,"nm":"Inner Radius","mn":"Pseudo/3bf5uID/RubberHose_2-0011","ix":11,"v":{"a":0,"k":0,"ix":11,"x":"var $bm_rt;\nvar eff = thisLayer(4)('RubberHose 2');\nvar bendRad = eff('Bend Radius');\nvar hoseLength = div(eff('Hose Length'), 2);\nvar realism = eff('Realism');\nvar bendDir = div(eff('Bend Direction'), 100);\nvar sFac = eff('Parent Scale');\nvar straight = eff('Straight');\nvar autoFlop = eff('AutoFlop');\nvar roundShrink = linear(Math.abs(bendRad), 0, 100, 1, 0.87);\nvar innerRad;\nif (hoseLength > straight) {\n innerRad = sum(straight, mul(Math.sqrt(sub(Math.pow(hoseLength, 2), Math.pow(straight, 2))), roundShrink));\n innerRad = linear(realism, 0, 100, hoseLength, innerRad);\n innerRad = linear(Math.abs(bendDir), straight, innerRad);\n} else {\n innerRad = straight;\n}\ninnerRad *= Math.abs(sFac);\ninnerRad = linear(Math.abs(autoFlop), mul(straight, Math.max(Math.abs(sFac), 0.001)), innerRad);\n$bm_rt = innerRad;"}},{"ty":0,"nm":"Straight","mn":"Pseudo/3bf5uID/RubberHose_2-0012","ix":12,"v":{"a":0,"k":0,"ix":12,"x":"var $bm_rt;\nvar sFac = thisLayer(4)('RubberHose 2')('Parent Scale');\nvar outerRad = div(thisLayer(4)('RubberHose 2')('Outer Radius'), Math.max(Math.abs(sFac), 0.001));\n;\n$bm_rt = div(mul(1.4142135623731, outerRad), 2);"}},{"ty":0,"nm":"Base Rotation","mn":"Pseudo/3bf5uID/RubberHose_2-0013","ix":13,"v":{"a":0,"k":0,"ix":13,"x":"var $bm_rt;\nvar a = thisLayer(4)('RubberHose 2')('A');\nvar b = thisLayer(4)('RubberHose 2')('B');\n$bm_rt = radiansToDegrees(Math.atan2(sub(a[1], b[1]), sub(a[0], b[0])));"}},{"ty":0,"nm":"AutoFlop","mn":"Pseudo/3bf5uID/RubberHose_2-0014","ix":14,"v":{"a":0,"k":0,"ix":14,"x":"var $bm_rt;\nvar hasAF = false, isEnabled = false, output;\ntry {\n var lyrAF = thisComp.layer(sum(thisLayer._name.split('::')[0], '::AutoFlop'));\n isEnabled = lyrAF(4)('Enable')(1);\n var falloffAngle = lyrAF(4)('Falloff')(1);\n hasAF = true;\n var a = thisLayer.toComp([\n 0,\n 0,\n 0\n ]);\n var b = thisLayer(4)('RubberHose 2')('B');\n} catch (e) {\n}\nif (hasAF && isEnabled == 1) {\n var threshRot = lyrAF('ADBE Transform Group')('ADBE Rotate Z');\n threshRot %= 360;\n var ctrlAngle = $bm_neg(radiansToDegrees(Math.atan2(sub(b[0], a[0]), sub(b[1], a[1]))));\n var offsetAngle = sub(threshRot, ctrlAngle);\n offsetAngle %= 360;\n var sign = offsetAngle > 0 && offsetAngle < 180 || offsetAngle < -180 ? -1 : 1;\n var absAngle = Math.abs(offsetAngle);\n if (absAngle > 90) {\n absAngle = Math.abs(sub(absAngle, 180));\n }\n if (absAngle > 90) {\n absAngle = Math.abs(sub(absAngle, 180));\n }\n output = linear(absAngle, 0, falloffAngle, 0, 1);\n output *= sign;\n} else {\n output = 1;\n}\n$bm_rt = output;\nfunction parentTotal() {\n var parentVal = 0;\n var layerChain = 'thisLayer';\n while (eval([layerChain][0]).hasParent) {\n layerChain += '.parent';\n parentVal += eval([layerChain][0]).rotation;\n }\n return parentVal;\n}"}},{"ty":0,"nm":"Parent Scale","mn":"Pseudo/3bf5uID/RubberHose_2-0015","ix":15,"v":{"a":0,"k":0,"ix":15,"x":"var $bm_rt;\nvar sFactor = 1;\nvar scaleNorm = 0;\nvar layerChain = 'thisLayer';\nwhile (eval([layerChain][0]).hasParent) {\n layerChain += '.parent';\n scaleNorm = div(eval(layerChain)('ADBE Transform Group')('ADBE Scale')[0], 100);\n sFactor = mul(sFactor, scaleNorm);\n}\n$bm_rt = sFactor;"}},{"ty":6,"nm":"","mn":"Pseudo/3bf5uID/RubberHose_2-0016","ix":16,"v":0}]}],"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"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":"Left Leg::Foot","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[135,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":"A","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[20,20],"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":"Left Leg::Hip","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"B","np":1,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"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":"2.03","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false,"cl":"03"},{"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":"Version","np":1,"cix":2,"ix":3,"mn":"ADBE Vector Group","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,"x":"var $bm_rt;\nvar eff = thisLayer(4)('RubberHose 2');\nvar autoRotate = eff('Auto Rotate End');\nif (autoRotate == 1) {\n var a = thisLayer.toComp([\n 0,\n 0,\n 0\n ]);\n var b = eff('B');\n var s = length(a, b);\n var sFac = eff('Parent Scale');\n var autoFlop = 1;\n var realism = eff('Realism');\n var bendDir = div(eff('Bend Direction'), 100);\n var hoseLength = div(eff('Hose Length'), 2);\n var bendRad = eff('Bend Radius');\n var autoFlop = eff('AutoFlop');\n var baseRot = $bm_neg(radiansToDegrees(Math.atan2(sub(b[0], a[0]), sub(b[1], a[1]))));\n var outerRad = mul(Math.sin(0.78539816339), s);\n var straight = div(mul(1.4142135623731, outerRad), 2);\n straight /= Math.max(Math.abs(sFac), 0.001);\n var roundShrink = linear(Math.abs(bendRad), 0, 100, 1, 0.87);\n var innerRad;\n if (hoseLength > straight) {\n innerRad = sum(straight, mul(Math.sqrt(sub(Math.pow(hoseLength, 2), Math.pow(straight, 2))), roundShrink));\n innerRad = linear(realism, 0, 100, hoseLength, innerRad);\n innerRad = linear(Math.abs(bendDir), straight, innerRad);\n } else {\n innerRad = straight;\n }\n innerRad = linear(Math.abs(autoFlop), straight, innerRad);\n var flopDir = 1;\n if (bendDir < 0) {\n flopDir = -1;\n }\n flopDir *= autoFlop;\n var opp = mul(sub(innerRad, straight), flopDir);\n var theta = Math.atan(div(opp, Math.max(straight, 0.001)));\n var bendAngle = radiansToDegrees(theta);\n if (sFac < 0) {\n baseRot *= -1;\n }\n bendRad *= div(div(theta, $bm_neg(Math.PI)), linear(s, hoseLength, 0, 2, 0.9));\n var rotCalc = sub(sum(baseRot, bendAngle), bendRad);\n $bm_rt = rotCalc;\n} else {\n $bm_rt = value;\n}\n;"},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Admin","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[100,100],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Circle","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-75,0],[75,0]],"c":false},"ix":2},"nm":"01","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":[[0,-30],[0,30]],"c":false},"ix":2},"nm":"02","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[30,30],"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":"ControlShape","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.560000002384,0,1],"ix":3,"x":"var $bm_rt;\nif (thisLayer.active) {\n try {\n var eff = thisLayer(4)('RubberHose 2');\n var a = thisLayer.toComp([\n 0,\n 0,\n 0\n ]);\n var b = eff('B');\n var straight = eff('Straight');\n var hoseLength = div(eff('Hose Length'), 2);\n if (straight > hoseLength) {\n $bm_rt = [\n 0.51,\n 0.83,\n 0.98,\n 1\n ];\n } else {\n $bm_rt = value;\n }\n } catch (err) {\n $bm_rt = value;\n }\n} else {\n $bm_rt = value;\n}"},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\n$bm_rt = [\n 0,\n 0\n];"},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3,"x":"var $bm_rt;\n$bm_rt = [\n 100,\n 100\n];"},"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":"Control Point","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":16,"st":-16,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Left Leg::Hip","parent":11,"hd":true,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10,"x":"var $bm_rt;\ntry {\n var parentRot = hasParent ? parentTotal() : 0;\n var rotCalc = sub(thisLayer('ADBE Root Vectors Group')('Admin')('Transform')('Rotation'), parentRot);\n $bm_rt = sum(rotCalc, value);\n} catch (err) {\n $bm_rt = value;\n}\n;\nfunction parentTotal() {\n var parentVal = 0;\n var layerChain = 'thisLayer';\n while (eval([layerChain][0]).hasParent) {\n layerChain += '.parent';\n parentVal += eval([layerChain][0]).rotation;\n }\n return parentVal;\n}"},"p":{"a":0,"k":[-46,132,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[300,86.667,100],"ix":6,"x":"var $bm_rt;\n$bm_rt = [\n 100,\n 100\n];"}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"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":"Left Leg::Foot","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[135,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":"A","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[20,20],"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":"Left Leg::Hip","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"B","np":1,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"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":"2.03","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false,"cl":"03"},{"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":"Version","np":1,"cix":2,"ix":3,"mn":"ADBE Vector Group","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,"x":"var $bm_rt;\ntry {\n var eff = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n var autoRotate = eff('Auto Rotate Start');\n if (autoRotate == 1) {\n var a = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name).toComp([\n 0,\n 0,\n 0\n ]);\n var b = thisLayer.toComp([\n 0,\n 0,\n 0\n ]);\n var s = length(a, b);\n var sFac = eff('Parent Scale');\n var autoFlop = 1;\n var realism = eff('Realism');\n var bendDir = div(eff('Bend Direction'), 100);\n var hoseLength = div(eff('Hose Length'), 2);\n var bendRad = eff('Bend Radius');\n var autoFlop = eff('AutoFlop');\n var baseRot = $bm_neg(radiansToDegrees(Math.atan2(sub(b[0], a[0]), sub(b[1], a[1]))));\n var outerRad = mul(Math.sin(0.78539816339), s);\n var straight = div(mul(1.4142135623731, outerRad), 2);\n straight /= Math.max(Math.abs(sFac), 0.001);\n var roundShrink = linear(Math.abs(bendRad), 0, 100, 1, 0.87);\n var innerRad;\n if (straight <= hoseLength) {\n innerRad = sum(straight, mul(Math.sqrt(sub(Math.pow(hoseLength, 2), Math.pow(straight, 2))), roundShrink));\n innerRad = linear(realism, 0, 100, hoseLength, innerRad);\n innerRad = linear(Math.abs(bendDir), straight, innerRad);\n } else {\n innerRad = straight;\n }\n innerRad = linear(Math.abs(autoFlop), straight, innerRad);\n var flopDir = 1;\n if (bendDir < 0) {\n flopDir = -1;\n }\n flopDir *= autoFlop;\n var opp = mul(sub(innerRad, straight), flopDir);\n var theta = Math.atan(div(opp, Math.max(straight, 0.001)));\n var bendAngle = radiansToDegrees(theta);\n if (sFac < 0) {\n baseRot *= -1;\n }\n bendRad *= div(div(theta, $bm_neg(Math.PI)), linear(s, hoseLength, 0, 2, 0.9));\n var rotCalc = sum(sub(baseRot, bendAngle), bendRad);\n $bm_rt = rotCalc;\n } else {\n $bm_rt = 0;\n }\n ;\n} catch (err) {\n $bm_rt = value;\n}\n;"},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Admin","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[100,100],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Circle","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-75,0],[75,0]],"c":false},"ix":2},"nm":"01","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":[[0,-30],[0,30]],"c":false},"ix":2},"nm":"02","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[30,30],"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":"ControlShape","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.560000002384,0,1],"ix":3,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name);\n $bm_rt = ctrl(2)('Control Point')(2)('Stroke 1')('Color');\n} catch (e) {\n $bm_rt = value;\n}"},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\n$bm_rt = [\n 0,\n 0\n];"},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3,"x":"var $bm_rt;\n$bm_rt = [\n 100,\n 100\n];"},"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":"Control Point","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":16,"st":-16,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Left Leg","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11,"x":"var $bm_rt;\n$bm_rt = 100;"},"r":{"a":0,"k":0,"ix":10,"x":"var $bm_rt;\nvar r = 0;\nif (thisLayer.hasParent) {\n r = $bm_neg(parentTotal());\n}\n$bm_rt = r;\nfunction parentTotal() {\n var parentVal = 0;\n var layerChain = 'thisLayer';\n while (eval([layerChain][0]).hasParent) {\n layerChain += '.parent';\n parentVal += eval([layerChain][0]).rotation;\n }\n return parentVal;\n}"},"p":{"a":0,"k":[500,500,0],"ix":2,"x":"var $bm_rt;\nvar p = [\n 0,\n 0\n ];\ntry {\n if (thisLayer.hasParent) {\n p = parent.fromComp([\n 0,\n 0,\n 0\n ]);\n }\n $bm_rt = p;\n} catch (err) {\n $bm_rt = p;\n}"},"a":{"a":0,"k":[0,0,0],"ix":1,"x":"var $bm_rt;\n$bm_rt = [\n 0,\n 0\n];"},"s":{"a":0,"k":[100,100,100],"ix":6,"x":"var $bm_rt;\nvar s = [\n 100,\n 100\n ];\nif (hasParent) {\n var sFactor = parentTotal();\n s = [\n s[0] * sFactor[0],\n s[1] * sFactor[1]\n ];\n}\n$bm_rt = s;\nfunction parentTotal() {\n var sFactor = [\n 1,\n 1\n ];\n var scaleNorm = [\n 0,\n 0\n ];\n var layerChain = 'thisLayer';\n while (eval([layerChain][0]).hasParent) {\n layerChain += '.parent';\n scaleNorm = eval([layerChain][0]).scale;\n if (scaleNorm[0] != 0 && scaleNorm[1] != 0) {\n scaleNorm = [\n 100 / scaleNorm[0],\n 100 / scaleNorm[1]\n ];\n }\n sFactor = [\n sFactor[0] * scaleNorm[0],\n sFactor[1] * scaleNorm[1]\n ];\n }\n return sFactor;\n}"}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"sr","sy":1,"d":1,"pt":{"a":0,"k":4,"ix":3,"x":"var $bm_rt;\n$bm_rt = 4;"},"p":{"a":0,"k":[0,0],"ix":4,"x":"var $bm_rt;\n$bm_rt = [\n 0,\n 0\n];"},"r":{"a":0,"k":0,"ix":5,"x":"var $bm_rt;\n$bm_rt = 0;"},"ir":{"a":0,"k":500,"ix":6,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"is":{"a":0,"k":0,"ix":8,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"or":{"a":0,"k":113,"ix":7,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"os":{"a":0,"k":0,"ix":9,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"ix":1,"nm":"LineForCurve","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"e":{"a":0,"k":0,"ix":2,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"o":{"a":0,"k":-90,"ix":3,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"m":1,"ix":2,"nm":"Line Halfer","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"a":{"a":0,"k":[0,0],"ix":1,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"s":{"a":0,"k":[100,100],"ix":3,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"r":{"a":0,"k":45,"ix":6,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"o":{"a":0,"k":100,"ix":7,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"sk":{"a":0,"k":0,"ix":4,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"sa":{"a":0,"k":0,"ix":5,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"nm":"Transform"}],"nm":"Arc","np":2,"cix":2,"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":30,"ix":5,"x":"var $bm_rt;\nvar sFac = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2')('Parent Scale');\n$bm_rt = mul(value, sFac);"},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('A');\n} catch (err) {\n $bm_rt = value;\n}"},"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":"BaseHose","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"Style","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"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":"Left Leg::Foot","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[135,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":"A","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[200,200],"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":"Left Leg::Hip","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"B","np":1,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"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":"2.03","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false,"cl":"03"},{"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":"Version","np":1,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"sr","sy":1,"d":1,"pt":{"a":0,"k":4,"ix":3,"x":"var $bm_rt;\n$bm_rt = 4;"},"p":{"a":0,"k":[0,0],"ix":4,"x":"var $bm_rt;\n$bm_rt = [\n 0,\n 0\n];"},"r":{"a":0,"k":90,"ix":5,"x":"var $bm_rt;\n$bm_rt = 0;"},"ir":{"a":0,"k":200,"ix":6,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('Inner Radius');\n} catch (err) {\n $bm_rt = value;\n}"},"is":{"a":0,"k":100,"ix":8,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('Bend Radius');\n} catch (err) {\n $bm_rt = value;\n}"},"or":{"a":0,"k":200,"ix":7,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('Outer Radius');\n} catch (err) {\n $bm_rt = value;\n}"},"os":{"a":0,"k":0,"ix":9,"x":"var $bm_rt;\n$bm_rt = 0;"},"ix":1,"nm":"LineForCurve","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"tm","s":{"a":0,"k":0.01,"ix":1,"x":"var $bm_rt;\n$bm_rt = 0.01;"},"e":{"a":0,"k":24.99,"ix":2,"x":"var $bm_rt;\n$bm_rt = 24.99;"},"o":{"a":0,"k":-90,"ix":3,"x":"var $bm_rt;\n$bm_rt = -90;"},"m":1,"ix":2,"nm":"Line Halfer","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\n$bm_rt = [\n 0,\n 0\n];"},"a":{"a":0,"k":[0,0],"ix":1,"x":"var $bm_rt;\nvar s = thisProperty.propertyGroup(2)(2)(1)(7);\n$bm_rt = [\n -s,\n 0\n];"},"s":{"a":0,"k":[100,100],"ix":3,"x":"var $bm_rt;\nvar flop;\ntry {\n var eff = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n var bendDir = eff('Bend Direction');\n var autoFlop = eff('AutoFlop');\n flop = bendDir > 0 ? 1 : -1;\n autoFlop > 0 ? 0 : flop *= -1;\n var s = flop == 1 ? [\n -100,\n 100\n ] : [\n 100,\n 100\n ];\n if (eff('Parent Scale') < 0) {\n s = [\n -s[0],\n s[1]\n ];\n }\n $bm_rt = s;\n} catch (err) {\n $bm_rt = value;\n}\n;"},"r":{"a":0,"k":45,"ix":6,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n var baseRot = ctrl('Base Rotation');\n var flop = content('Admin').content('ArcMath').transform.scale[0];\n var rotOffset = flop < 0 ? -45 : 225;\n $bm_rt = sum(baseRot, rotOffset);\n} catch (err) {\n $bm_rt = value;\n}"},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"ArcMath","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('A');\n} catch (err) {\n $bm_rt = value;\n}"},"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":"Admin","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":16,"st":-16,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"L foot","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[0],"e":[4.5]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":1,"s":[4.5],"e":[19]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":2,"s":[19],"e":[66]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":4,"s":[66],"e":[-17]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p833_0p333_0"],"t":7,"s":[-17],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9,"s":[0],"e":[0]},{"t":16}],"ix":10,"x":"var $bm_rt;\n$bm_rt = loopIn('cycle');"},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[308],"e":[548]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[548],"e":[308]},{"t":16}],"ix":3,"x":"var $bm_rt;\n$bm_rt = loopIn('cycle');"},"y":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[902],"e":[802]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p833_0p333_0"],"t":4,"s":[802],"e":[902]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[902],"e":[902]},{"t":16}],"ix":4,"x":"var $bm_rt;\n$bm_rt = loopIn('cycle');"}},"a":{"a":0,"k":[-288,326,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-248,326],[-290,326]],"c":false},"ix":2,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('R foot').content('Shape 1').content('Path 1').path;"},"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":29,"ix":5,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('R foot').content('Shape 1').content('Stroke 1').strokeWidth;"},"lc":2,"lj":1,"ml":4,"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":16,"st":-16,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"head","parent":11,"hd":true,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-46,-158,0],"ix":2},"a":{"a":0,"k":[-46,132,0],"ix":1},"s":{"a":0,"k":[13,13,100],"ix":6}},"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":[[-50,14],[-52,14]],"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":300,"ix":5},"lc":2,"lj":1,"ml":4,"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":16,"st":-16,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"arrow","parent":11,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[8],"e":[-1]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":4,"s":[-1],"e":[8]},{"t":8}],"ix":10,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');"},"p":{"a":0,"k":[-115.209,26,0],"ix":2},"a":{"a":0,"k":[-0.007,-25.36,0],"ix":1},"s":{"a":0,"k":[143.533,143.533,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[8.029,7.912],[0,0],[-5.044,4.976],[0,0],[0,-11.276],[0,0],[0,0],[0,-7.016],[0,0],[7.016,0]],"o":[[0,0],[0,11.272],[0,0],[-5.047,-4.973],[0,0],[8.027,-7.919],[0,0],[0,0],[7.016,0],[0,0],[0,7.016],[0,0]],"v":[[10.42,48.925],[10.42,88.337],[-11.199,97.385],[-154.228,-16.231],[-154.233,-34.321],[-11.204,-148.099],[10.42,-139.056],[10.42,-98.655],[145.297,-98.655],[158,-85.953],[158,36.222],[145.297,48.925]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.964705884457,0.266666680574,0.419607847929,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":7,"ix":5},"lc":1,"lj":1,"ml":4,"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,"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":"arrow","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":16,"st":-16,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"body","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},"n":"0p667_1_0p333_0","t":2,"s":[434,594,0],"e":[434,554,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":6,"s":[434,554,0],"e":[434,594,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":10,"s":[434,594,0],"e":[434,554,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":14,"s":[434,554,0],"e":[434,594,0],"to":[0,0,0],"ti":[0,0,0]},{"t":18}],"ix":2,"x":"var $bm_rt;\n$bm_rt = loopIn('cycle');"},"a":{"a":0,"k":[-46,132,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-50,14],[-52,14]],"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":300,"ix":5},"lc":2,"lj":1,"ml":4,"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":16,"st":-16,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Right Leg","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11,"x":"var $bm_rt;\n$bm_rt = 100;"},"r":{"a":0,"k":0,"ix":10,"x":"var $bm_rt;\nvar r = 0;\nif (thisLayer.hasParent) {\n r = $bm_neg(parentTotal());\n}\n$bm_rt = r;\nfunction parentTotal() {\n var parentVal = 0;\n var layerChain = 'thisLayer';\n while (eval([layerChain][0]).hasParent) {\n layerChain += '.parent';\n parentVal += eval([layerChain][0]).rotation;\n }\n return parentVal;\n}"},"p":{"a":0,"k":[500,500,0],"ix":2,"x":"var $bm_rt;\nvar p = [\n 0,\n 0\n ];\ntry {\n if (thisLayer.hasParent) {\n p = parent.fromComp([\n 0,\n 0,\n 0\n ]);\n }\n $bm_rt = p;\n} catch (err) {\n $bm_rt = p;\n}"},"a":{"a":0,"k":[0,0,0],"ix":1,"x":"var $bm_rt;\n$bm_rt = [\n 0,\n 0\n];"},"s":{"a":0,"k":[100,100,100],"ix":6,"x":"var $bm_rt;\nvar s = [\n 100,\n 100\n ];\nif (hasParent) {\n var sFactor = parentTotal();\n s = [\n s[0] * sFactor[0],\n s[1] * sFactor[1]\n ];\n}\n$bm_rt = s;\nfunction parentTotal() {\n var sFactor = [\n 1,\n 1\n ];\n var scaleNorm = [\n 0,\n 0\n ];\n var layerChain = 'thisLayer';\n while (eval([layerChain][0]).hasParent) {\n layerChain += '.parent';\n scaleNorm = eval([layerChain][0]).scale;\n if (scaleNorm[0] != 0 && scaleNorm[1] != 0) {\n scaleNorm = [\n 100 / scaleNorm[0],\n 100 / scaleNorm[1]\n ];\n }\n sFactor = [\n sFactor[0] * scaleNorm[0],\n sFactor[1] * scaleNorm[1]\n ];\n }\n return sFactor;\n}"}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"sr","sy":1,"d":1,"pt":{"a":0,"k":4,"ix":3,"x":"var $bm_rt;\n$bm_rt = 4;"},"p":{"a":0,"k":[0,0],"ix":4,"x":"var $bm_rt;\n$bm_rt = [\n 0,\n 0\n];"},"r":{"a":0,"k":0,"ix":5,"x":"var $bm_rt;\n$bm_rt = 0;"},"ir":{"a":0,"k":500,"ix":6,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"is":{"a":0,"k":0,"ix":8,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"or":{"a":0,"k":113,"ix":7,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"os":{"a":0,"k":0,"ix":9,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"ix":1,"nm":"LineForCurve","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"e":{"a":0,"k":0,"ix":2,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"o":{"a":0,"k":-90,"ix":3,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(1).propertyIndex;\n$bm_rt = thisLayer(2)('Admin')(2)('ArcMath')(2)(grp)(p);"},"m":1,"ix":2,"nm":"Line Halfer","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"a":{"a":0,"k":[0,0],"ix":1,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"s":{"a":0,"k":[100,100],"ix":3,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"r":{"a":0,"k":45,"ix":6,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"o":{"a":0,"k":100,"ix":7,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"sk":{"a":0,"k":0,"ix":4,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"sa":{"a":0,"k":0,"ix":5,"x":"var $bm_rt;\nvar p = thisProperty.propertyIndex;\nvar grp = thisProperty.propertyGroup(2).propertyIndex;\n$bm_rt = content('Admin').content('ArcMath')('ADBE Vector Transform Group')(p);"},"nm":"Transform"}],"nm":"Arc","np":2,"cix":2,"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":30,"ix":5,"x":"var $bm_rt;\nvar sFac = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2')('Parent Scale');\n$bm_rt = mul(value, sFac);"},"lc":2,"lj":2,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('A');\n} catch (err) {\n $bm_rt = value;\n}"},"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":"BaseHose","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"Style","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"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":"Right Leg::Foot","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[135,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":"A","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[200,200],"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":"Right Leg::Hip","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group","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":"B","np":1,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"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":"2.03","np":0,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false,"cl":"03"},{"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":"Version","np":1,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"sr","sy":1,"d":1,"pt":{"a":0,"k":4,"ix":3,"x":"var $bm_rt;\n$bm_rt = 4;"},"p":{"a":0,"k":[0,0],"ix":4,"x":"var $bm_rt;\n$bm_rt = [\n 0,\n 0\n];"},"r":{"a":0,"k":90,"ix":5,"x":"var $bm_rt;\n$bm_rt = 0;"},"ir":{"a":0,"k":200,"ix":6,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('Inner Radius');\n} catch (err) {\n $bm_rt = value;\n}"},"is":{"a":0,"k":100,"ix":8,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('Bend Radius');\n} catch (err) {\n $bm_rt = value;\n}"},"or":{"a":0,"k":200,"ix":7,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('Outer Radius');\n} catch (err) {\n $bm_rt = value;\n}"},"os":{"a":0,"k":0,"ix":9,"x":"var $bm_rt;\n$bm_rt = 0;"},"ix":1,"nm":"LineForCurve","mn":"ADBE Vector Shape - Star","hd":false},{"ty":"tm","s":{"a":0,"k":0.01,"ix":1,"x":"var $bm_rt;\n$bm_rt = 0.01;"},"e":{"a":0,"k":24.99,"ix":2,"x":"var $bm_rt;\n$bm_rt = 24.99;"},"o":{"a":0,"k":-90,"ix":3,"x":"var $bm_rt;\n$bm_rt = -90;"},"m":1,"ix":2,"nm":"Line Halfer","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\n$bm_rt = [\n 0,\n 0\n];"},"a":{"a":0,"k":[0,0],"ix":1,"x":"var $bm_rt;\nvar s = thisProperty.propertyGroup(2)(2)(1)(7);\n$bm_rt = [\n -s,\n 0\n];"},"s":{"a":0,"k":[100,100],"ix":3,"x":"var $bm_rt;\nvar flop;\ntry {\n var eff = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n var bendDir = eff('Bend Direction');\n var autoFlop = eff('AutoFlop');\n flop = bendDir > 0 ? 1 : -1;\n autoFlop > 0 ? 0 : flop *= -1;\n var s = flop == 1 ? [\n -100,\n 100\n ] : [\n 100,\n 100\n ];\n if (eff('Parent Scale') < 0) {\n s = [\n -s[0],\n s[1]\n ];\n }\n $bm_rt = s;\n} catch (err) {\n $bm_rt = value;\n}\n;"},"r":{"a":0,"k":45,"ix":6,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n var baseRot = ctrl('Base Rotation');\n var flop = content('Admin').content('ArcMath').transform.scale[0];\n var rotOffset = flop < 0 ? -45 : 225;\n $bm_rt = sum(baseRot, rotOffset);\n} catch (err) {\n $bm_rt = value;\n}"},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"ArcMath","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\ntry {\n var ctrl = thisComp.layer(thisLayer(2)('Admin')(2)('A')(2)(1)._name)(4)('RubberHose 2');\n $bm_rt = ctrl('A');\n} catch (err) {\n $bm_rt = value;\n}"},"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":"Admin","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":16,"st":-16,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"R foot","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":8,"s":[0],"e":[4.5]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":9,"s":[4.5],"e":[19]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":10,"s":[19],"e":[66]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":12,"s":[66],"e":[-17]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p833_0p333_0"],"t":15,"s":[-17],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":17,"s":[0],"e":[0]},{"t":24}],"ix":10,"x":"var $bm_rt;\n$bm_rt = loopIn('cycle');"},"p":{"s":true,"x":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":8,"s":[308],"e":[548]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[548],"e":[308]},{"t":24}],"ix":3,"x":"var $bm_rt;\n$bm_rt = loopIn('cycle');"},"y":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":8,"s":[902],"e":[802]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p833_0p333_0"],"t":12,"s":[802],"e":[902]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[902],"e":[902]},{"t":24}],"ix":4,"x":"var $bm_rt;\n$bm_rt = loopIn('cycle');"}},"a":{"a":0,"k":[-288,326,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-268,326],[-290,326]],"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":29,"ix":5},"lc":2,"lj":1,"ml":4,"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":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":16,"st":-16,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"R arm","parent":11,"hd":true,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":-7,"s":[26],"e":[-51]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":1,"s":[-51],"e":[26]},{"t":9}],"ix":10,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');"},"p":{"a":0,"k":[-54,-30,0],"ix":2},"a":{"a":0,"k":[-74,-68,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-74,-72],[-74,170]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.23137254902,0.23137254902,0.23137254902,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":30,"ix":5},"lc":2,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":true},{"ty":"tr","p":{"a":0,"k":[174,-6],"ix":2},"a":{"a":0,"k":[174,-6],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":16,"st":-16,"bm":0}]},{"id":"comp_5","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 6","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-1,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":8,"s":[0],"e":[100]},{"t":14}],"ix":11,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');"},"r":{"a":0,"k":7.594,"ix":10},"p":{"a":0,"k":[171.807,441.516,0],"ix":2},"a":{"a":0,"k":[-219,-87,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 1').content('Ellipse 1').content('Ellipse Path 1').size;"},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.956862745098,0,0.180392156863,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0.956862745098,0,0.180392156863,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-219,-87],"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":"Ellipse 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 1').content('Ellipse 1').content('Ellipse Path 1').size;"},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.956862745098,0,0.180392156863,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0.956862745098,0,0.180392156863,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-219,-87],"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":"Ellipse 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":-1,"op":60,"st":-1,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 7","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-3,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":6,"s":[0],"e":[100]},{"t":12}],"ix":11,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');"},"r":{"a":0,"k":7.594,"ix":10},"p":{"a":0,"k":[202.668,474.887,0],"ix":2},"a":{"a":0,"k":[-219,-87,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 1').content('Ellipse 1').content('Ellipse Path 1').size;"},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.788004497453,0.956862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.788004497453,0.956862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-219,-87],"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":"Ellipse 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 1').content('Ellipse 1').content('Ellipse Path 1').size;"},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.788004497453,0.956862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.788004497453,0.956862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-219,-87],"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":"Ellipse 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":-3,"op":60,"st":-3,"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]},"n":["0p833_0p833_0p167_0p167"],"t":-5,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[0],"e":[100]},{"t":10}],"ix":11,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');"},"r":{"a":0,"k":7.594,"ix":10},"p":{"a":0,"k":[234.388,509.381,0],"ix":2},"a":{"a":0,"k":[-216,-83,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 1').content('Ellipse 1').content('Ellipse Path 1').size;"},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.121568627451,0.78431372549,0.16862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0.121568627451,0.78431372549,0.16862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-216,-83],"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":"Ellipse 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-5,"op":60,"st":-5,"bm":0},{"ddd":0,"ind":4,"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]},"n":["0p833_0p833_0p167_0p167"],"t":-7,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":2,"s":[0],"e":[100]},{"t":8}],"ix":11,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');"},"r":{"a":0,"k":7.594,"ix":10},"p":{"a":0,"k":[265.284,539.391,0],"ix":2},"a":{"a":0,"k":[-219,-87,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 1').content('Ellipse 1').content('Ellipse Path 1').size;"},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866666666667,0.135947702445,0.430472190707,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866666666667,0.135947702445,0.430472190707,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-219,-87],"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":"Ellipse 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 1').content('Ellipse 1').content('Ellipse Path 1').size;"},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866666666667,0.135947702445,0.430472190707,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866666666667,0.135947702445,0.430472190707,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-219,-87],"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":"Ellipse 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":-7,"op":60,"st":-7,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 10","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-9,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"t":6}],"ix":11,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');"},"r":{"a":0,"k":7.594,"ix":10},"p":{"a":0,"k":[300.242,572.299,0],"ix":2},"a":{"a":0,"k":[-219,-87,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 1').content('Ellipse 1').content('Ellipse Path 1').size;"},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.992156862745,0.98431372549,0.360784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0.992156862745,0.98431372549,0.360784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-219,-87],"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":"Ellipse 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 1').content('Ellipse 1').content('Ellipse Path 1').size;"},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.992156862745,0.98431372549,0.360784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0.992156862745,0.98431372549,0.360784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-219,-87],"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":"Ellipse 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":-9,"op":60,"st":-9,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 11","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-11,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-2,"s":[0],"e":[100]},{"t":4}],"ix":11,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');"},"r":{"a":0,"k":7.594,"ix":10},"p":{"a":0,"k":[333.812,608.049,0],"ix":2},"a":{"a":0,"k":[-219,-87,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 1').content('Ellipse 1').content('Ellipse Path 1').size;"},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.937254901961,0.274509803922,0.141176470588,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0.937254901961,0.274509803922,0.141176470588,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-219,-87],"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":"Ellipse 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 1').content('Ellipse 1').content('Ellipse Path 1').size;"},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.937254901961,0.274509803922,0.141176470588,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0.937254901961,0.274509803922,0.141176470588,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-219,-87],"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":"Ellipse 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":-11,"op":60,"st":-11,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 18","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-13,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-4,"s":[0],"e":[100]},{"t":2}],"ix":11,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');"},"r":{"a":0,"k":7.594,"ix":10},"p":{"a":0,"k":[351.999,550.424,0],"ix":2},"a":{"a":0,"k":[-219,-87,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 1').content('Ellipse 1').content('Ellipse Path 1').size;"},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.788004497453,0.956862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.788004497453,0.956862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-219,-87],"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":"Ellipse 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 1').content('Ellipse 1').content('Ellipse Path 1').size;"},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.788004497453,0.956862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.788004497453,0.956862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-219,-87],"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":"Ellipse 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":-13,"op":60,"st":-13,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 13","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-15,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-6,"s":[0],"e":[100]},{"t":0}],"ix":11,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');"},"r":{"a":0,"k":7.594,"ix":10},"p":{"a":0,"k":[398.859,547,0],"ix":2},"a":{"a":0,"k":[-219,-87,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 1').content('Ellipse 1').content('Ellipse Path 1').size;"},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.956862745098,0,0.180392156863,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0.956862745098,0,0.180392156863,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-219,-87],"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":"Ellipse 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 1').content('Ellipse 1').content('Ellipse Path 1').size;"},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.956862745098,0,0.180392156863,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0.956862745098,0,0.180392156863,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-219,-87],"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":"Ellipse 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":-15,"op":60,"st":-15,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Shape Layer 12","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-17,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-8,"s":[0],"e":[100]},{"t":-2}],"ix":11,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');"},"r":{"a":0,"k":7.594,"ix":10},"p":{"a":0,"k":[449.412,553.739,0],"ix":2},"a":{"a":0,"k":[-219,-87,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 1').content('Ellipse 1').content('Ellipse Path 1').size;"},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.162675879983,0.181547097599,0.964705882353,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0.162675879983,0.181547097599,0.964705882353,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-219,-87],"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":"Ellipse 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-17,"op":60,"st":-17,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Shape Layer 15","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-19,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-10,"s":[0],"e":[100]},{"t":-4}],"ix":11,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');"},"r":{"a":0,"k":7.594,"ix":10},"p":{"a":0,"k":[498.445,564.312,0],"ix":2},"a":{"a":0,"k":[-216,-83,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 1').content('Ellipse 1').content('Ellipse Path 1').size;"},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.121568627451,0.78431372549,0.16862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0.121568627451,0.78431372549,0.16862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-216,-83],"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":"Ellipse 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-19,"op":60,"st":-19,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Shape Layer 16","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-21,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-12,"s":[0],"e":[100]},{"t":-6}],"ix":11,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');"},"r":{"a":0,"k":7.594,"ix":10},"p":{"a":0,"k":[546.874,568.751,0],"ix":2},"a":{"a":0,"k":[-219,-87,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 1').content('Ellipse 1').content('Ellipse Path 1').size;"},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866666666667,0.135947702445,0.430472190707,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866666666667,0.135947702445,0.430472190707,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-219,-87],"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":"Ellipse 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 1').content('Ellipse 1').content('Ellipse Path 1').size;"},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866666666667,0.135947702445,0.430472190707,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866666666667,0.135947702445,0.430472190707,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-219,-87],"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":"Ellipse 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":-21,"op":60,"st":-21,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Shape Layer 17","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-23,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-14,"s":[0],"e":[100]},{"t":-8}],"ix":11,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');"},"r":{"a":0,"k":7.594,"ix":10},"p":{"a":0,"k":[555.331,520.445,0],"ix":2},"a":{"a":0,"k":[-219,-87,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 1').content('Ellipse 1').content('Ellipse Path 1').size;"},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.992156862745,0.98431372549,0.360784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0.992156862745,0.98431372549,0.360784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-219,-87],"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":"Ellipse 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 1').content('Ellipse 1').content('Ellipse Path 1').size;"},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.992156862745,0.98431372549,0.360784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0.992156862745,0.98431372549,0.360784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-219,-87],"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":"Ellipse 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":-23,"op":60,"st":-23,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Shape Layer 14","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-25,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-16,"s":[0],"e":[100]},{"t":-10}],"ix":11,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');"},"r":{"a":0,"k":7.594,"ix":10},"p":{"a":0,"k":[561.609,476.475,0],"ix":2},"a":{"a":0,"k":[-219,-87,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 1').content('Ellipse 1').content('Ellipse Path 1').size;"},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.788004497453,0.956862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.788004497453,0.956862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-219,-87],"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":"Ellipse 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 1').content('Ellipse 1').content('Ellipse Path 1').size;"},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.788004497453,0.956862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.788004497453,0.956862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-219,-87],"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":"Ellipse 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":-25,"op":60,"st":-25,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"Shape Layer 19","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-27,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-18,"s":[0],"e":[100]},{"t":-12}],"ix":11,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');"},"r":{"a":0,"k":7.594,"ix":10},"p":{"a":0,"k":[561.518,416.597,0],"ix":2},"a":{"a":0,"k":[-277,-35,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[23,23],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866666666667,0.135947702445,0.430472190707,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-277,-35],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-27,"op":60,"st":-27,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"Shape Layer 23","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-29,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-20,"s":[0],"e":[100]},{"t":-14}],"ix":11,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');"},"r":{"a":0,"k":7.594,"ix":10},"p":{"a":0,"k":[510.437,413.822,0],"ix":2},"a":{"a":0,"k":[-219,-87,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[38,38],"ix":2,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 1').content('Ellipse 1').content('Ellipse Path 1').size;"},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.992156862745,0.98431372549,0.360784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0.992156862745,0.98431372549,0.360784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-219,-87],"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":"Ellipse 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-29,"op":60,"st":-29,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"Shape Layer 20","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-31,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-22,"s":[0],"e":[100]},{"t":-16}],"ix":11,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');"},"r":{"a":0,"k":7.594,"ix":10},"p":{"a":0,"k":[457.175,404.704,0],"ix":2},"a":{"a":0,"k":[-219,-87,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 1').content('Ellipse 1').content('Ellipse Path 1').size;"},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.937254901961,0.274509803922,0.141176470588,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0.937254901961,0.274509803922,0.141176470588,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-219,-87],"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":"Ellipse 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-31,"op":60,"st":-31,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"Shape Layer 21","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-33,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-24,"s":[0],"e":[100]},{"t":-18}],"ix":11,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');"},"r":{"a":0,"k":7.594,"ix":10},"p":{"a":0,"k":[411.71,397.634,0],"ix":2},"a":{"a":0,"k":[-219,-87,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 1').content('Ellipse 1').content('Ellipse Path 1').size;"},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.162675879983,0.181547097599,0.964705882353,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0.162675879983,0.181547097599,0.964705882353,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-219,-87],"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":"Ellipse 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-33,"op":60,"st":-33,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"Shape Layer 22","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-35,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-26,"s":[0],"e":[100]},{"t":-20}],"ix":11,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');"},"r":{"a":0,"k":7.594,"ix":10},"p":{"a":0,"k":[369.418,381.907,0],"ix":2},"a":{"a":0,"k":[-219,-87,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 1').content('Ellipse 1').content('Ellipse Path 1').size;"},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.956862745098,0,0.180392156863,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0.956862745098,0,0.180392156863,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-219,-87],"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":"Ellipse 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 1').content('Ellipse 1').content('Ellipse Path 1').size;"},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.956862745098,0,0.180392156863,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0.956862745098,0,0.180392156863,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-219,-87],"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":"Ellipse 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":-35,"op":60,"st":-35,"bm":0},{"ddd":0,"ind":19,"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]},"n":["0p833_0p833_0p167_0p167"],"t":-37,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-28,"s":[0],"e":[100]},{"t":-22}],"ix":11,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');"},"r":{"a":0,"k":7.594,"ix":10},"p":{"a":0,"k":[377.452,321.64,0],"ix":2},"a":{"a":0,"k":[-157,-139,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[10,10],"ix":2,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 1').content('Ellipse 1').content('Ellipse Path 1').size;"},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.119953858619,0.78431372549,0.168803884469,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0.119953858619,0.78431372549,0.168803884469,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-157,-139],"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":"Ellipse 3","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-37,"op":60,"st":-37,"bm":0},{"ddd":0,"ind":20,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-39,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-30,"s":[0],"e":[100]},{"t":-24}],"ix":11,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');"},"r":{"a":0,"k":7.594,"ix":10},"p":{"a":0,"k":[333.178,351.047,0],"ix":2},"a":{"a":0,"k":[-277,-35,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[23,23],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866666666667,0.135947702445,0.430472190707,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-277,-35],"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":"Ellipse 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-39,"op":60,"st":-39,"bm":0},{"ddd":0,"ind":21,"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]},"n":["0p833_0p833_0p167_0p167"],"t":-41,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-32,"s":[0],"e":[100]},{"t":-26}],"ix":11,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');"},"r":{"a":0,"k":7.594,"ix":10},"p":{"a":0,"k":[289.829,373.516,0],"ix":2},"a":{"a":0,"k":[-219,-87,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[38,38],"ix":2,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 1').content('Ellipse 1').content('Ellipse Path 1').size;"},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.992156862745,0.98431372549,0.360784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0.992156862745,0.98431372549,0.360784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-219,-87],"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":"Ellipse 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-41,"op":60,"st":-41,"bm":0},{"ddd":0,"ind":22,"ty":4,"nm":"Shape Layer 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-43,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-34,"s":[0],"e":[100]},{"t":-28}],"ix":11,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');"},"r":{"a":0,"k":7.594,"ix":10},"p":{"a":0,"k":[248.726,394.266,0],"ix":2},"a":{"a":0,"k":[-219,-87,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 1').content('Ellipse 1').content('Ellipse Path 1').size;"},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.937254901961,0.274509803922,0.141176470588,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0.937254901961,0.274509803922,0.141176470588,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-219,-87],"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":"Ellipse 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-43,"op":60,"st":-43,"bm":0},{"ddd":0,"ind":23,"ty":4,"nm":"Shape Layer 5","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-45,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-36,"s":[0],"e":[100]},{"t":-30}],"ix":11,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');"},"r":{"a":0,"k":7.594,"ix":10},"p":{"a":0,"k":[207.491,416.008,0],"ix":2},"a":{"a":0,"k":[-219,-87,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[0,0],"ix":2,"x":"var $bm_rt;\n$bm_rt = thisComp.layer('Shape Layer 1').content('Ellipse 1').content('Ellipse Path 1').size;"},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.162675879983,0.181547097599,0.964705882353,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0.162675879983,0.181547097599,0.964705882353,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-219,-87],"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":"Ellipse 2","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-45,"op":60,"st":-45,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"arrow walking edit 2","refId":"comp_4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[604,390,0],"ix":2},"a":{"a":0,"k":[500,500,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1000,"h":1000,"ip":0,"op":16,"st":0,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/wallet recharge.json b/ohos/flutter_lottie/assets/lottiefiles/wallet recharge.json new file mode 100644 index 0000000000000000000000000000000000000000..811033a933f801de1d406237b426f1cc6570f7c1 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/wallet recharge.json @@ -0,0 +1 @@ +{"v":"4.10.1","fr":29.9700012207031,"ip":0,"op":70.0000028511585,"w":1280,"h":720,"nm":"Comp 1","ddd":0,"assets":[{"id":"image_0","w":94,"h":95,"u":"images/","p":"img_0.png"},{"id":"image_1","w":247,"h":200,"u":"images/","p":"img_1.png"}],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[983,338,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[275,199],"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":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-342.5,110.5],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150.000006109625,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":2,"nm":"Asset 1.png","cl":"png","tt":2,"refId":"image_0","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":50,"s":[752,100,0],"e":[620,420,0],"to":[-22,53.3333320617676,0],"ti":[22,-53.3333320617676,0]},{"t":60.0000024438501}],"ix":2},"a":{"a":0,"k":[47,47.5,0],"ix":1},"s":{"a":0,"k":[93,93,100],"ix":6}},"ao":0,"ip":50.0000020365418,"op":200.000008146167,"st":50.0000020365418,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 2","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[983,338,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[275,199],"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":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-342.5,110.5],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150.000006109625,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":2,"nm":"Asset 1.png","cl":"png","tt":2,"refId":"image_0","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":40,"s":[644,89,0],"e":[620,420,0],"to":[-4,55.1666679382324,0],"ti":[4,-55.1666679382324,0]},{"t":50.0000020365418}],"ix":2},"a":{"a":0,"k":[47,47.5,0],"ix":1},"s":{"a":0,"k":[93,93,100],"ix":6}},"ao":0,"ip":40.0000016292334,"op":190.000007738859,"st":40.0000016292334,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 4","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[983,338,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[275,199],"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":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-342.5,110.5],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150.000006109625,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":2,"nm":"Asset 1.png","cl":"png","tt":2,"refId":"image_0","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":30,"s":[738,196,0],"e":[620,420,0],"to":[-19.6666660308838,37.3333320617676,0],"ti":[19.6666660308838,-37.3333320617676,0]},{"t":40.0000016292334}],"ix":2},"a":{"a":0,"k":[47,47.5,0],"ix":1},"s":{"a":0,"k":[93,93,100],"ix":6}},"ao":0,"ip":30.0000012219251,"op":180.00000733155,"st":30.0000012219251,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 3","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[983,338,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[275,199],"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":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-342.5,110.5],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150.000006109625,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":2,"nm":"Asset 1.png","cl":"png","tt":2,"refId":"image_0","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":20,"s":[625,213,0],"e":[620,420,0],"to":[-0.83333331346512,34.5,0],"ti":[0.83333331346512,-34.5,0]},{"t":30.0000012219251}],"ix":2},"a":{"a":0,"k":[47,47.5,0],"ix":1},"s":{"a":0,"k":[93,93,100],"ix":6}},"ao":0,"ip":20.0000008146167,"op":170.000006924242,"st":20.0000008146167,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Shape Layer 5","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[983,338,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[275,199],"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":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-342.5,110.5],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150.000006109625,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":2,"nm":"Asset 1.png","cl":"png","tt":2,"refId":"image_0","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":10,"s":[517,94,0],"e":[620,420,0],"to":[17.1666660308838,54.3333320617676,0],"ti":[-17.1666660308838,-54.3333320617676,0]},{"t":20.0000008146167}],"ix":2},"a":{"a":0,"k":[47,47.5,0],"ix":1},"s":{"a":0,"k":[93,93,100],"ix":6}},"ao":0,"ip":10.0000004073083,"op":160.000006516934,"st":10.0000004073083,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Shape Layer 6","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[983,338,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[275,199],"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":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-342.5,110.5],"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,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150.000006109625,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":2,"nm":"Asset 1.png","cl":"png","tt":2,"refId":"image_0","sr":1,"ks":{"o":{"a":0,"k":100,"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},"n":"0p667_1_0p333_0","t":0,"s":[524,208,0],"e":[620,420,0],"to":[16,35.3333320617676,0],"ti":[-16,-35.3333320617676,0]},{"t":10.0000004073083}],"ix":2},"a":{"a":0,"k":[47,47.5,0],"ix":1},"s":{"a":0,"k":[93,93,100],"ix":6}},"ao":0,"ip":0,"op":150.000006109625,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":2,"nm":"Asset 2.png","cl":"png","refId":"image_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[641,416,0],"ix":2},"a":{"a":0,"k":[123.5,100,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":5,"s":[100,100,100],"e":[103,103,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":10,"s":[103,103,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":15,"s":[100,100,100],"e":[103,103,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":20,"s":[103,103,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":25,"s":[100,100,100],"e":[103,103,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":30,"s":[103,103,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":35,"s":[100,100,100],"e":[103,103,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":40,"s":[103,103,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":45,"s":[100,100,100],"e":[103,103,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":50,"s":[103,103,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":55,"s":[100,100,100],"e":[103,103,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":60,"s":[103,103,100],"e":[100,100,100]},{"t":65.0000026475043}],"ix":6}},"ao":0,"ip":0,"op":150.000006109625,"st":0,"bm":0}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/washing_machine.json b/ohos/flutter_lottie/assets/lottiefiles/washing_machine.json new file mode 100644 index 0000000000000000000000000000000000000000..824dca42030d40005ec38647088fdff1a2a9c2c2 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/washing_machine.json @@ -0,0 +1 @@ +{"v":"5.4.1","fr":30,"ip":0,"op":300,"w":600,"h":800,"nm":"White Solid 1 Comp 1","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"left button Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[996.5,355.5,0],"ix":2},"a":{"a":0,"k":[15.75,15.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.1,0],[0,0],[0,1.1],[-1.1,0],[0,0],[0,-1.1]],"o":[[0,0],[-1.1,0],[0,-1.1],[0,0],[1.1,0],[0,1.1]],"v":[[2,2],[-2,2],[-4,0],[-2,-2],[2,-2],[4,0]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[24.25,16.25],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.65,0],[0,0],[0,1.65],[-1.65,0],[0,0],[0,-1.65]],"o":[[0,0],[-1.65,0],[0,-1.65],[0,0],[1.65,0],[0,1.65]],"v":[[11.5,3],[-11.5,3],[-14.5,0],[-11.5,-3],[11.5,-3],[14.5,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.255000005984,0.250999989229,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[15.75,16.25],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-8.561],[8.561,0],[0,8.561],[-8.561,0]],"o":[[0,8.561],[-8.561,0],[0,-8.561],[8.561,0]],"v":[[15.5,0],[0,15.5],[-15.5,0],[0,-15.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.289999988032,0.286000001197,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[15.75,15.75],"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":"Group 3","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"right button Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1039.5,355.5,0],"ix":2},"a":{"a":0,"k":[15.75,15.75,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.64,0.896],[0,0],[-0.896,0.639],[-0.639,-0.895],[0,0],[0.896,-0.639]],"o":[[0,0],[-0.64,-0.895],[0.894,-0.639],[0,0],[0.639,0.895],[-0.895,0.639]],"v":[[-0.465,2.789],[-2.789,-0.465],[-2.323,-3.256],[0.466,-2.79],[2.791,0.465],[2.325,3.255]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[21.106,23.643],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.959,1.343],[0,0],[-1.343,0.959],[-0.959,-1.343],[0,0],[1.342,-0.958]],"o":[[0,0],[-0.959,-1.343],[1.343,-0.959],[0,0],[0.959,1.342],[-1.343,0.959]],"v":[[4.241,11.102],[-9.124,-7.615],[-8.426,-11.8],[-4.241,-11.102],[9.124,7.617],[8.426,11.801]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.255000005984,0.250999989229,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[15.75,16.006],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-8.561],[8.561,0],[0,8.561],[-8.561,0]],"o":[[0,8.561],[-8.561,0],[0,-8.561],[8.561,0]],"v":[[15.5,0],[0,15.5],[-15.5,0],[0,-15.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.289999988032,0.286000001197,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[15.75,15.75],"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":"Group 3","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"water Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-1440,"ix":10},"p":{"a":0,"k":[973.675,570.264,0],"ix":2},"a":{"a":0,"k":[96.864,9.487,0],"ix":1},"s":{"a":0,"k":[101,101,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[27.438,-19.151],[-30.494,-17.831],[-84.717,-14.41],[-18.923,11.065],[35.937,14.093],[9.647,6.782],[32.536,11.204],[9.781,-1.282],[13.093,-3.41],[2.522,0]],"o":[[-28.966,20.218],[33.225,19.429],[48.248,8.207],[20.314,-11.879],[-18.009,-7.062],[-8.063,-5.668],[-25.041,-8.623],[-22.491,2.947],[-2.483,0.646],[-33.46,0]],"v":[[-121.25,-65.188],[-121.25,40.786],[91.621,115.372],[209.977,107.786],[192.715,57.718],[111.477,46.812],[65.384,27.216],[-29.821,42.838],[-35.805,-73.188],[-75.812,-93.188]],"c":true}],"e":[{"i":[[27.438,-19.151],[-30.494,-17.831],[-33.074,-16.321],[-16.79,9.818],[-0.526,32.567],[9.647,6.782],[32.537,11.204],[9.781,-1.282],[13.093,-3.41],[2.522,0]],"o":[[-28.966,20.218],[35.358,20.676],[15.705,7.75],[20.314,-11.879],[0.313,-19.342],[-8.063,-5.668],[-25.041,-8.623],[-22.491,2.947],[-2.483,0.646],[-33.46,0]],"v":[[-121.25,-65.25],[-121.25,40.723],[-21.007,121.155],[27.477,120.723],[129.715,80.656],[111.477,46.75],[65.384,27.154],[-38.821,-6.725],[-35.805,-73.251],[-75.812,-93.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[{"i":[[27.438,-19.151],[-30.494,-17.831],[-33.074,-16.321],[-16.79,9.818],[-0.526,32.567],[9.647,6.782],[32.537,11.204],[9.781,-1.282],[13.093,-3.41],[2.522,0]],"o":[[-28.966,20.218],[35.358,20.676],[15.705,7.75],[20.314,-11.879],[0.313,-19.342],[-8.063,-5.668],[-25.041,-8.623],[-22.491,2.947],[-2.483,0.646],[-33.46,0]],"v":[[-121.25,-65.25],[-121.25,40.723],[-21.007,121.155],[27.477,120.723],[129.715,80.656],[111.477,46.75],[65.384,27.154],[-38.821,-6.725],[-35.805,-73.251],[-75.812,-93.25]],"c":true}],"e":[{"i":[[27.438,-19.151],[-30.494,-17.831],[-24.489,-5.515],[-16.79,9.818],[-55.526,15.067],[9.647,6.782],[32.536,11.204],[9.781,-1.282],[13.093,-3.41],[2.522,0]],"o":[[-28.966,20.218],[35.358,20.676],[11.628,2.619],[20.314,-11.879],[18.669,-5.066],[-8.063,-5.668],[-25.041,-8.623],[-22.491,2.947],[-2.483,0.646],[-33.46,0]],"v":[[-121.25,-65.25],[-121.25,40.723],[-42.925,93.57],[-1.523,84.223],[87.715,105.156],[91.977,70.25],[36.384,38.154],[-38.821,-6.725],[-35.805,-73.251],[-75.812,-93.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":60,"s":[{"i":[[27.438,-19.151],[-30.494,-17.831],[-24.489,-5.515],[-16.79,9.818],[-55.526,15.067],[9.647,6.782],[32.536,11.204],[9.781,-1.282],[13.093,-3.41],[2.522,0]],"o":[[-28.966,20.218],[35.358,20.676],[11.628,2.619],[20.314,-11.879],[18.669,-5.066],[-8.063,-5.668],[-25.041,-8.623],[-22.491,2.947],[-2.483,0.646],[-33.46,0]],"v":[[-121.25,-65.25],[-121.25,40.723],[-42.925,93.57],[-1.523,84.223],[87.715,105.156],[91.977,70.25],[36.384,38.154],[-38.821,-6.725],[-35.805,-73.251],[-75.812,-93.25]],"c":true}],"e":[{"i":[[27.438,-19.151],[-30.494,-17.831],[-24.489,-5.515],[-16.79,9.818],[-55.526,15.067],[9.647,6.782],[32.536,11.204],[9.781,-1.282],[13.093,-3.41],[2.522,0]],"o":[[-28.966,20.218],[35.358,20.676],[11.628,2.619],[20.314,-11.879],[18.669,-5.066],[-8.063,-5.668],[-25.041,-8.623],[-22.491,2.947],[-2.483,0.646],[-33.46,0]],"v":[[-121.25,-65.25],[-121.25,40.723],[-42.925,93.57],[-1.523,84.223],[87.715,105.156],[91.977,70.25],[36.384,38.154],[-38.821,-6.725],[-35.805,-73.251],[-75.812,-93.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":151,"s":[{"i":[[27.438,-19.151],[-30.494,-17.831],[-24.489,-5.515],[-16.79,9.818],[-55.526,15.067],[9.647,6.782],[32.536,11.204],[9.781,-1.282],[13.093,-3.41],[2.522,0]],"o":[[-28.966,20.218],[35.358,20.676],[11.628,2.619],[20.314,-11.879],[18.669,-5.066],[-8.063,-5.668],[-25.041,-8.623],[-22.491,2.947],[-2.483,0.646],[-33.46,0]],"v":[[-121.25,-65.25],[-121.25,40.723],[-42.925,93.57],[-1.523,84.223],[87.715,105.156],[91.977,70.25],[36.384,38.154],[-38.821,-6.725],[-35.805,-73.251],[-75.812,-93.25]],"c":true}],"e":[{"i":[[27.438,-19.151],[-30.494,-17.831],[-33.074,-16.321],[-16.79,9.818],[-0.526,32.567],[9.647,6.782],[32.537,11.204],[9.781,-1.282],[13.093,-3.41],[2.522,0]],"o":[[-28.966,20.218],[35.358,20.676],[15.705,7.75],[20.314,-11.879],[0.313,-19.342],[-8.063,-5.668],[-25.041,-8.623],[-22.491,2.947],[-2.483,0.646],[-33.46,0]],"v":[[-121.25,-65.25],[-121.25,40.723],[-21.007,121.155],[27.477,120.723],[129.715,80.656],[111.477,46.75],[65.384,27.154],[-38.821,-6.725],[-35.805,-73.251],[-75.812,-93.25]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":182,"s":[{"i":[[27.438,-19.151],[-30.494,-17.831],[-33.074,-16.321],[-16.79,9.818],[-0.526,32.567],[9.647,6.782],[32.537,11.204],[9.781,-1.282],[13.093,-3.41],[2.522,0]],"o":[[-28.966,20.218],[35.358,20.676],[15.705,7.75],[20.314,-11.879],[0.313,-19.342],[-8.063,-5.668],[-25.041,-8.623],[-22.491,2.947],[-2.483,0.646],[-33.46,0]],"v":[[-121.25,-65.25],[-121.25,40.723],[-21.007,121.155],[27.477,120.723],[129.715,80.656],[111.477,46.75],[65.384,27.154],[-38.821,-6.725],[-35.805,-73.251],[-75.812,-93.25]],"c":true}],"e":[{"i":[[27.438,-19.151],[-30.494,-17.831],[-87.1,-12.472],[-16.79,9.818],[35.937,14.093],[9.647,6.782],[32.536,11.204],[9.781,-1.282],[13.093,-3.41],[2.522,0]],"o":[[-28.966,20.218],[35.358,20.676],[41.359,5.922],[20.314,-11.879],[-18.009,-7.062],[-8.063,-5.668],[-25.041,-8.623],[-22.491,2.947],[-2.483,0.646],[-33.46,0]],"v":[[-121.25,-65.25],[-121.25,40.723],[116.921,111.33],[209.977,107.723],[192.715,57.656],[111.477,46.75],[65.384,27.154],[-29.821,42.775],[-35.805,-73.251],[-75.812,-93.25]],"c":true}]},{"t":211}],"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-3.188],[-53.308,0],[-16.394,29.924]],"o":[[-0.303,3.109],[0,53.308],[36.526,0],[0,0]],"v":[[-90.152,-52.987],[-90.613,-43.536],[5.909,52.987],[90.613,2.772]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.416000007181,0.736999990426,0.929000016755,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[90.863,53.236],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"cloths Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[0],"e":[1440]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":150,"s":[1440],"e":[1440]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":["0p833_1_0p167_0"],"t":153,"s":[1440],"e":[-1440]},{"t":300}],"ix":10},"p":{"a":0,"k":[973.433,572.735,0],"ix":2},"a":{"a":0,"k":[97.855,91.841,0],"ix":1},"s":{"a":0,"k":[97,97,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[16.433,18.397],[-7.658,-9.174],[-8.979,-9.68],[10.329,12.088],[0,0]],"o":[[-16.433,-18.397],[7.658,9.174],[8.979,9.68],[-10.329,-12.088],[0,0]],"v":[[86.832,110.745],[74.644,149.047],[85.511,164.18],[99.663,170.728],[93.199,162.389]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":true},{"ty":"fl","c":{"a":0,"k":[0.423529441684,0.854902020623,0.525490196078,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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 4","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[9.283,-30.706],[14.367,-26.68],[-25.414,-2.338],[0,0]],"o":[[0,0],[-9.283,30.706],[-14.367,26.68],[25.414,2.338],[0,0]],"v":[[146.65,91.416],[140.637,93.281],[98.524,132.629],[125.588,148.468],[150.01,96.487]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":true},{"ty":"fl","c":{"a":0,"k":[0.964999988032,0.419999994016,0.365000017952,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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 3","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":true},{"ty":"fl","c":{"a":0,"k":[0.423999980852,0.855000035903,0.525,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0]],"o":[[0,0]],"v":[[142.096,173.355]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.917646998985,0.909803981407,0.537254961799,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":74,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.419607877731,0.329411774874,0.305882364511,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.962,-0.161],[-0.287,2.355],[-2.24,0.249],[0.227,-0.944]],"o":[[-2.471,-0.089],[0.246,-2.02],[1.039,-0.115],[-0.524,2.194]],"v":[[0.161,4.431],[-4.249,-0.35],[-0.805,-4.316],[4.309,1.299]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.419607877731,0.329411774874,0.305882364511,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[111.618,117.703],"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":"Group 1","np":4,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.59,-0.144],[0.01,2.645],[-2.369,0.401],[0.108,-1.752]],"o":[[-3.261,-0.094],[-0.01,-2.426],[1.091,-0.183],[-0.142,2.315]],"v":[[0.504,4.579],[-4.086,-0.077],[-0.1,-4.396],[3.988,1.693]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.419607877731,0.329411774874,0.305882364511,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[127.266,139.387],"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":"Group 2","np":4,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.529,-0.661],[0.15,0.263]],"o":[[-0.15,-0.263],[0.408,0.112]],"v":[[-0.039,0.394],[-0.49,-0.394]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.277999997606,0.301999978458,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[178.501,67.013],"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":"Group 3","np":4,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.159,0.391],[-0.161,-0.391]],"o":[[0.159,0.391],[-0.16,-0.39]],"v":[[-0.239,-0.586],[0.239,0.586]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.277999997606,0.301999978458,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[175.963,60.732],"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":"Group 4","np":4,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.134,-3.144],[1.577,-1.116],[1.509,0.856],[6.468,11.839],[0.461,0.521],[-6.759,-2.055],[-0.99,-0.576],[-1.97,-0.752],[2.289,-7.367]],"o":[[-1.447,1.305],[-0.918,0.65],[-6.444,-11.853],[-0.326,-0.597],[6.404,-3.818],[0.991,0.578],[0.862,1.912],[3.557,5.47],[-0.999,3.214]],"v":[[11.385,15.022],[7.008,18.885],[3.699,20.041],[-15.651,-15.506],[-17.018,-17.079],[2.81,-18.309],[5.784,-16.577],[9.953,-12.499],[14.729,5.567]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964999988032,0.419999994016,0.365000017952,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[57.792,58.854],"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":"Group 5","np":4,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.447,1.305],[-0.357,-7.083],[0.001,-8.283],[3.219,-3.229],[1.06,2.12],[5.729,7.797],[-2.817,1.685],[-4.834,1.723],[-0.502,0.782],[-0.918,0.65]],"o":[[4.688,5.343],[-0.001,8.284],[-3.879,2.376],[-3.099,-0.918],[-4.371,-8.745],[-2.098,-2.857],[4.332,-2.59],[1.054,-0.377],[1.509,0.856],[1.577,-1.116]],"v":[[9.003,-26.004],[16.342,-7.274],[16.34,17.576],[5.71,26.004],[1.207,19.612],[-14.244,-4.995],[-13.446,-11.06],[-0.501,-18.908],[1.317,-20.985],[4.626,-22.141]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.870999983245,0.349000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[60.174,99.88],"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":"Group 6","np":4,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.15,-0.263],[-0.102,-0.46],[0,0],[-0.09,-1.848],[1.423,-2.715],[11.123,-0.112],[1.957,1.031],[-7.226,1.277],[-0.5,-1.253]],"o":[[0.101,0.46],[0,0],[0.088,1.848],[-0.981,2.848],[-3.551,-5.421],[-3.785,0.038],[3.521,-5.977],[1.139,0.955],[0.15,0.263]],"v":[[6.773,-10.302],[7.076,-8.922],[10.164,0.555],[10.431,6.1],[7.934,14.772],[-22.79,12.316],[-31.747,11.043],[4.656,-14.772],[6.322,-11.091]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964999988032,0.419999994016,0.365000017952,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[171.689,77.709],"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":"Group 7","np":4,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.798,1.213],[1.784,2.065],[-2.046,0.584],[-1.791,-2.578],[2.81,-2.871]],"o":[[-1.649,-2.185],[-1.342,-1.554],[3.206,-0.915],[1.877,2.702],[-1.16,-0.524]],"v":[[0.08,4.264],[-4.901,-2.26],[-4.153,-5.169],[3.203,-2.292],[3.434,6.085]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.419607877731,0.329411774874,0.305882364511,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[99.024,141.867],"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":"Group 8","np":4,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.615,0.632],[-0.07,-1.191],[-3.329,-0.545],[-2.529,-2.577],[0.021,-0.56],[-3.649,-1.889],[-0.588,-1.429],[0.162,-4.631],[0.357,0.367],[4.199,2.379],[1.877,2.702],[3.206,-0.915],[-1.342,-1.554],[-1.649,-2.184],[10.793,-3.202],[1.261,-0.369],[3.163,-0.451],[6.081,9.317],[-0.12,3.309],[-4.598,6.149],[-3.878,2.376]],"o":[[0.066,1.192],[0.17,2.867],[3.576,0.587],[0.49,0.499],[-0.17,4.533],[1.319,0.683],[1.748,4.247],[-0.55,-0.174],[-3.458,-3.556],[2.809,-2.871],[-1.791,-2.578],[-2.046,0.584],[1.784,2.065],[-0.514,-0.139],[-1.269,0.376],[-7.843,2.296],[-6.08,0.867],[-0.901,-1.381],[-0.72,-7.516],[3.219,-3.228],[0.224,-0.04]],"v":[[2.574,-21.18],[2.774,-17.604],[7.173,-12.282],[16.053,-6.643],[17.242,-4.927],[23.299,3.865],[25.418,7.908],[28.012,21.18],[26.388,20.631],[14.288,12.71],[14.056,4.334],[6.7,1.456],[5.952,4.364],[58.808,35.889],[39.006,44.211],[33.829,45.457],[14.803,48.127],[-19.53,31.42],[-27.454,11.303],[-22.287,-9.359],[-11.656,-17.786]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.419999994016,0.328999986836,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[88.17,135.243],"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":"Group 9","np":4,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.59,-0.145],[0.009,2.65],[-2.371,0.406],[0.105,-1.754]],"o":[[-3.264,-0.087],[-0.009,-2.429],[1.093,-0.182],[-0.142,2.313]],"v":[[2.588,13.736],[-2.008,9.082],[1.98,4.764],[6.071,10.855]],"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":[[1.961,-0.164],[-0.286,2.35],[-2.245,0.251],[0.229,-0.944]],"o":[[-2.464,-0.087],[0.247,-2.025],[1.037,-0.115],[-0.523,2.187]],"v":[[-13.409,-8.09],[-17.814,-12.868],[-14.37,-16.84],[-9.26,-11.221]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[2.084,0.848],[5.424,8.645],[2.636,3.69],[2.76,0.694],[5.049,-1.567],[0.803,-0.224],[3.616,-2.64],[1.352,-2.159],[1.883,-2.323],[-0.067,-1.186],[-3.331,-0.55],[-2.521,-2.582],[0.029,-0.559],[-3.654,-1.889],[-0.582,-1.435],[0.162,-4.626],[-1.684,-1.06],[-2.551,-1.271],[-1.77,1.021],[-4.339,3.739],[0.238,10.118]],"o":[[-9.232,-3.739],[-2.418,-3.845],[-1.513,-2.111],[-1.281,1.104],[-2.754,0.855],[-4.454,1.253],[-2.903,0.077],[-1.884,2.322],[0.066,1.195],[0.172,2.871],[3.577,0.588],[0.495,0.501],[-0.171,4.529],[1.313,0.683],[1.75,4.25],[1.037,1.715],[2.493,1.397],[1.456,0.723],[4.949,-2.853],[6.899,-5.965],[-0.048,-2.283]],"v":[[31.299,-1.363],[8.917,-19.471],[1.351,-30.793],[7.303,-40.253],[-14.988,-45.698],[-11.41,-33.656],[-23.153,-27.469],[-28.797,-23.132],[-34.439,-16.164],[-34.24,-12.59],[-29.843,-7.26],[-20.965,-1.624],[-19.775,0.091],[-13.713,8.88],[-11.6,12.926],[-9.003,26.197],[-4.882,30.32],[2.608,34.473],[7.308,34.792],[21.668,25.503],[34.201,2.789]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.419607877731,0.329411774874,0.305882364511,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[125.185,130.225],"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":"Group 10","np":7,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.23,0.005],[-2.577,2.026],[-0.982,-2.628],[-1.753,0.462],[1.486,-0.636],[2.25,-0.05]],"o":[[2.651,-1.928],[2.375,-1.868],[0.306,0.822],[-1.136,1.261],[-1.199,-0.002],[-2.25,0.05]],"v":[[-7.228,3.826],[0.708,-1.979],[5.414,-0.525],[7.228,1.432],[3.056,3.847],[-0.54,3.84]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.419607877731,0.329411774874,0.305882364511,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[147.511,166.84],"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":"Group 11","np":4,"cix":2,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.838,-2.223],[-0.001,2.053],[-3.328,6.021],[-1.585,0.52],[-3.048,-3.347],[4.354,-3.131]],"o":[[-0.831,-0.671],[2.658,-6.281],[0.773,-1.397],[4.239,2.137],[-4.364,3.119],[-1.812,1.304]],"v":[[-7.411,11.728],[-10.114,10.074],[-2.47,-8.918],[0.559,-12.127],[10.116,-2.5],[-2.973,6.859]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.870999983245,0.349000010771,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[14.611,54.101],"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":"Group 12","np":4,"cix":2,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.831,-0.671],[7.126,-10.023],[2.328,-1.359],[-0.822,5.716],[-0.32,6.847],[-0.224,0.264]],"o":[[8.394,9.11],[-1.622,2.282],[-0.903,-5.668],[0.971,-6.75],[0.013,-0.27],[-0.001,2.053]],"v":[[-1.131,-17.408],[0.956,14.111],[-5.357,19.062],[-7.26,1.992],[-4.484,-18.278],[-3.834,-19.062]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964999988032,0.419999994016,0.365000017952,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[8.331,83.237],"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":"Group 13","np":4,"cix":2,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.79,-0.105],[1.792,2.596],[-0.554,0.772],[4.633,10.805],[0.089,0.218],[-0.981,2.847],[-1.239,1.126],[-2.333,0.047],[1.938,-4.094],[0.026,-1.316],[1.666,-4.253],[4.172,-7.452]],"o":[[-0.901,-2.954],[-0.587,-0.851],[7.448,-10.383],[-0.093,-0.22],[1.423,-2.715],[1.382,-0.764],[2.333,-0.048],[1.435,3.977],[-0.511,1.083],[-0.083,4.374],[-3.07,7.843],[-0.381,0.68]],"v":[[-4.879,27.01],[-8.125,18.359],[-8.049,16.122],[-6.981,-15.776],[-7.252,-16.436],[-4.754,-25.108],[-0.399,-26.867],[6.599,-27.01],[6.773,-15.008],[6.602,-11.096],[5.143,1.895],[-3.41,25.686]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.423999980852,0.855000035903,0.525,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[186.875,108.918],"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":"Group 14","np":4,"cix":2,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.029,-1.077],[11.664,-6.619],[0.894,0.072],[1.248,1.56],[-2.557,1.702],[-3.658,2.438],[-2.214,-2.983],[-1.31,-0.463]],"o":[[-11.352,7.135],[-0.894,-0.072],[-0.43,-2.062],[-1.757,-2.197],[3.687,-2.454],[3.181,0.398],[0.757,1.023],[1.114,0.392]],"v":[[20.769,-6.756],[-13.372,14.506],[-16.055,14.292],[-19.04,9.1],[-18.222,3.641],[7.094,-14.506],[15.622,-10.837],[19.294,-8.865]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.964999988032,0.419999994016,0.365000017952,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[128.336,14.756],"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":"Group 15","np":4,"cix":2,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.521,-5.977],[9.702,-0.493],[2.349,5.441],[0.915,5.079],[2.913,1.384],[2.289,0.892],[-11.352,7.135],[-0.712,-0.271],[-0.669,-0.284],[0,0],[-2.248,-4.059],[-5.18,-11.928],[-0.507,-0.64],[-0.159,-0.391],[-0.048,-0.54]],"o":[[-8.863,-4.309],[-2.349,-5.439],[1.613,-4.857],[-0.62,-3.439],[-2.215,-1.052],[11.665,-6.619],[0.712,0.271],[0.127,0.586],[0,0],[2.204,4.084],[6.312,11.396],[-0.072,0.849],[0.159,0.391],[0.048,0.539],[-7.226,1.276]],"v":[[15.605,33.563],[-12.368,28.56],[-19.414,12.24],[-18.413,-2.596],[-23.837,-9.594],[-30.691,-12.302],[3.451,-33.563],[5.588,-32.752],[6.412,-31.24],[6.36,-31.273],[12.98,-19.026],[29.298,16.393],[30.07,18.583],[30.548,19.755],[30.691,21.375]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.987999949736,0.984000052658,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[145.654,41.564],"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":"Group 16","np":4,"cix":2,"ix":20,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.719,-7.512],[7.261,11.855],[11.084,2.746],[-0.412,2.923],[-1.622,2.282],[8.394,9.11],[-1.812,1.304],[-4.363,3.118],[-5.35,3.275],[-0.326,-0.597],[-6.445,-11.853],[1.054,-0.377],[4.332,-2.59],[-2.098,-2.857],[-4.371,-8.745],[-3.1,-0.918]],"o":[[-14.042,1.319],[-5.787,-9.449],[-2.321,-2.236],[2.328,-1.359],[7.126,-10.023],[0.838,-2.223],[4.354,-3.131],[5.35,-3.276],[0.461,0.521],[6.469,11.839],[-0.503,0.782],[-4.834,1.723],[-2.816,1.685],[5.729,7.797],[1.059,2.12],[-4.599,6.148]],"v":[[26.493,51.723],[-4.914,35.02],[-29.295,15.447],[-31.249,7.48],[-24.936,2.53],[-27.023,-28.988],[-22.584,-33.857],[-9.498,-43.216],[6.551,-53.042],[7.917,-51.469],[27.269,-15.922],[25.449,-13.846],[12.505,-5.997],[11.706,0.068],[27.159,24.674],[31.661,31.066]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.987999949736,0.984000052658,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[34.223,94.818],"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":"Group 17","np":4,"cix":2,"ix":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.651,-1.928],[1.365,-1.025],[1.129,0.18],[4.069,4.96],[-2.551,-1.268],[-1.772,1.023],[-4.339,3.745],[0.235,10.119],[2.08,0.844],[5.429,8.64],[2.636,3.692],[2.759,0.691],[0.897,0.524],[5.297,1.811],[-2.914,2.425],[-4.17,1.057],[-0.564,0.336],[-1.962,7.638],[-3.75,0.562],[-8.863,-4.309],[-4.756,-7.265],[-0.093,-0.22],[7.448,-10.384],[-0.587,-0.85],[-0.901,-2.954],[3.558,-4.718],[6.526,-5.154],[0.306,0.822],[2.375,-1.868]],"o":[[-0.63,0.089],[-2.839,2.132],[-6.049,-0.966],[2.498,1.397],[1.449,0.721],[4.945,-2.859],[6.902,-5.959],[-0.053,-2.29],[-9.232,-3.741],[-2.415,-3.845],[-1.508,-2.112],[0.026,-0.884],[-4.779,-2.789],[-1.195,-0.408],[3.165,-2.633],[0.695,-0.112],[2.044,-1.217],[3.231,-12.578],[9.701,-0.493],[7.707,4.062],[0.092,0.22],[4.633,10.804],[-0.554,0.772],[1.792,2.597],[-2.015,5.733],[-5.044,6.685],[-1.753,0.462],[-0.982,-2.628],[-2.577,2.026]],"v":[[-2.784,49.883],[-5.086,53.919],[-13.564,56.869],[-22.768,39.767],[-15.273,43.915],[-10.572,44.237],[3.788,34.943],[16.322,12.237],[13.418,8.08],[-8.97,-10.023],[-16.533,-21.35],[-22.351,-26.37],[-23.48,-28.298],[-34.942,-32.539],[-28.472,-39.686],[-18.196,-22.243],[-15.288,-26.431],[-77.382,14.12],[0.911,-70.629],[23.796,-56.557],[36.553,-28.302],[36.827,-27.64],[35.759,4.258],[35.683,6.494],[38.928,15.146],[29.478,30.154],[11.672,47.49],[9.858,45.533],[5.152,44.079]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.419999994016,0.328999986836,0.305999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[143.067,120.783],"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":"Group 18","np":4,"cix":2,"ix":22,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[5.735,-0.744],[0.001,1.766],[0.149,6.636],[2.108,0.961],[0.28,0.05],[7.44,6.294],[-1.585,3.785],[5.646,6.444],[4.445,-0.142],[1.574,0.681],[-8.812,2.106],[-19.272,-0.776],[-1.419,-0.084],[-3.515,-1.239],[-0.984,-4.05],[2.558,-5.72],[3.086,-1.723],[-2.593,-7.271],[0.478,-1.45],[0.103,-1.089],[1.472,-2.36],[-2.262,-1.334],[-2.579,-0.92],[-0.377,-0.766],[0.016,-0.396],[3.609,-0.754],[5.735,-3.107],[2.139,-2.544]],"o":[[-5.737,0.744],[-3.373,0.033],[-0.006,-6.636],[-0.029,-1.294],[-0.228,-0.132],[-0.567,-8.343],[1.8,-3.703],[3.634,-8.677],[-0.142,-3.206],[-1.574,-0.68],[7.855,-3.855],[18.373,-4.39],[1.42,0.084],[3.633,1.05],[4.624,1.631],[1.453,5.982],[-3.287,1.344],[-6.604,3.687],[0.658,1.846],[6.082,2.597],[-0.138,1.448],[-1.965,3.152],[1.115,0.658],[0.447,0.159],[0.146,0.296],[-3.153,2.011],[-7.064,1.476],[-4.615,0.091],[0,0]],"v":[[-5.77,49.323],[-22.981,51.555],[-26.189,48.068],[-26.356,28.16],[-27.59,24.324],[-28.352,24.051],[-40.002,1.988],[-34.694,-9.148],[-42.274,-30.429],[-48.89,-35.229],[-53.612,-37.272],[-28.135,-45.515],[28.414,-50.812],[32.672,-50.561],[43.549,-47.372],[52.159,-39.129],[50.571,-21.656],[42.904,-15.861],[32.971,-0.353],[30.691,3.74],[37.744,9.156],[33.937,13.01],[34.889,22.646],[40.009,23.907],[41.622,25.151],[41.801,26.177],[30.786,28.724],[12.15,36.005],[3.189,41.117]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.356999984442,0.522000002394,0.976000019148,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[98.385,79.888],"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":"Group 19","np":4,"cix":2,"ix":23,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"dark circle Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[973.409,567.522,0],"ix":2},"a":{"a":0,"k":[96.772,96.771,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-53.308],[53.307,0],[0,53.308],[-53.309,0]],"o":[[0,53.308],[-53.309,0],[0,-53.308],[53.307,0]],"v":[[96.522,0],[0.001,96.521],[-96.522,0],[0.001,-96.521]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.282000014361,0.277999997606,0.298000021542,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[96.772,96.772],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Machine Outlines 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[970.75,539.846,0],"ix":2},"a":{"a":0,"k":[178,220.154,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.275,-0.5],[0.128,0.582]],"o":[[-0.672,-0.282],[0.275,0.5]],"v":[[0.413,0.75],[-0.413,-0.75]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.286000001197,0.277999997606,0.301999978458,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[235.042,167.098],"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":"Group 1","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.65,0],[0,0],[0,1.65],[-1.65,0],[0,0],[0,-1.65]],"o":[[0,0],[-1.65,0],[0,-1.65],[0,0],[1.65,0],[0,1.65]],"v":[[15,3],[-15,3],[-18,0],[-15,-3],[15,-3],[18,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.255000005984,0.250999989229,0.270999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[308.25,33.307],"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":"Group 2","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.3,0],[0,0],[0,3.3],[0,0],[-3.3,0],[0,0],[0,-3.3],[0,0]],"o":[[0,0],[-3.3,0],[0,0],[0,-3.3],[0,0],[3.3,0],[0,0],[0,3.3]],"v":[[17,23],[-17,23],[-23,17],[-23,-17],[-17,-23],[17,-23],[23,-17],[23,17]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.611999990426,0.552999997606,0.528999956916,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"ml2":{"a":0,"k":10,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[308.25,34.307],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.3,0],[0,0],[0,3.3],[0,0],[-3.3,0],[0,0],[0,-3.3],[0,0]],"o":[[0,0],[-3.3,0],[0,0],[0,-3.3],[0,0],[3.3,0],[0,0],[0,3.3]],"v":[[17,23],[-17,23],[-23,17],[-23,-17],[-17,-23],[17,-23],[23,-17],[23,17]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.282000014361,0.277999997606,0.298000021542,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[308.25,34.307],"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":"Group 4","np":4,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0,-17.892],[-18.813,-4.224],[-11.627,17.892],[11.627,17.892],[18.813,-4.224]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.277999997606,0.277999997606,0.310000011968,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[63.25,246.415],"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":"Group 5","np":4,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-74.559],[74.559,0],[0,74.559],[-74.559,0]],"o":[[0,74.559],[-74.559,0],[0,-74.559],[74.559,0]],"v":[[135,0],[0,135],[-135,0],[0,-135]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.611999990426,0.552999997606,0.528999956916,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":1,"lj":1,"ml":10,"ml2":{"a":0,"k":10,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[176.558,245.307],"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":"Group 6","np":2,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-74.559],[74.559,0],[0,74.559],[-74.559,0]],"o":[[0,74.559],[-74.559,0],[0,-74.559],[74.559,0]],"v":[[135,0],[0,135],[-135,0],[0,-135]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.654999976065,0.596000043084,0.579999976065,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[176.558,245.307],"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":"Group 7","np":4,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.6,0],[0,0],[0,6.6],[0,0],[-6.6,0],[0,0],[0,-6.6],[0,0]],"o":[[0,0],[-6.6,0],[0,0],[0,-6.6],[0,0],[6.6,0],[0,0],[0,6.6]],"v":[[20.618,92.563],[-20.618,92.563],[-32.618,80.563],[-32.618,-80.563],[-20.618,-92.563],[20.618,-92.563],[32.618,-80.563],[32.618,80.563]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.611999990426,0.552999997606,0.528999956916,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":1,"lj":1,"ml":10,"ml2":{"a":0,"k":10,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[287.012,246.744],"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":"Group 8","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.6,0],[0,0],[0,6.6],[0,0],[-6.6,0],[0,0],[0,-6.6],[0,0]],"o":[[0,0],[-6.6,0],[0,0],[0,-6.6],[0,0],[6.6,0],[0,0],[0,6.6]],"v":[[20.618,92.563],[-20.618,92.563],[-32.618,80.563],[-32.618,-80.563],[-20.618,-92.563],[20.618,-92.563],[32.618,-80.563],[32.618,80.563]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.654999976065,0.596000043084,0.579999976065,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[287.012,246.744],"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":"Group 9","np":4,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.762,0],[0,0],[0,2.762],[0,0],[-2.761,0],[0,0],[0,-2.761],[0,0]],"o":[[0,0],[-2.761,0],[0,0],[0,-2.761],[0,0],[2.762,0],[0,0],[0,2.762]],"v":[[100,22],[-100,22],[-105,17],[-105,-17],[-100,-22],[100,-22],[105,-17],[105,17]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.611999990426,0.552999997606,0.528999956916,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":10,"ml2":{"a":0,"k":10,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[169,35.364],"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":"Group 10","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.762,0],[0,0],[0,2.762],[0,0],[-2.761,0],[0,0],[0,-2.761],[0,0]],"o":[[0,0],[-2.761,0],[0,0],[0,-2.761],[0,0],[2.762,0],[0,0],[0,2.762]],"v":[[100,22],[-100,22],[-105,17],[-105,-17],[-100,-22],[100,-22],[105,-17],[105,17]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.722000002394,0.654999976065,0.630999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[169,35.364],"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":"Group 11","np":4,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[6.627,0],[0,0],[0,-6.627],[0,0],[0,0]],"o":[[0,-6.627],[0,0],[-6.627,0],[0,0],[0,0],[0,0]],"v":[[167,-23.115],[155,-35.115],[-155,-35.115],[-167,-23.115],[-167,35.115],[167,35.115]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.654999976065,0.596000043084,0.573000021542,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[178,35.364],"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":"Group 12","np":4,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.627,0],[0,0],[0,6.627],[0,0],[-6.627,0],[0,0],[0,-6.627],[0,0]],"o":[[0,0],[-6.627,0],[0,0],[0,-6.627],[0,0],[6.627,0],[0,0],[0,6.627]],"v":[[155,214.5],[-155,214.5],[-167,202.5],[-167,-202.5],[-155,-214.5],[155,-214.5],[167,-202.5],[167,202.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.858823537827,0.858823537827,0.858823537827,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[178,214.807],"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":"Group 13","np":4,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"machine","refId":"comp_0","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},"n":"0p833_0p833_0p167_0p167","t":0,"s":[290,419,0],"e":[290,421,0],"to":[0,0.33333334326744,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[290,421,0],"e":[290,419,0],"to":[0,0,0],"ti":[0,0.33333334326744,0]},{"t":4}],"ix":2,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"},"a":{"a":0,"k":[960,540,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1920,"h":1080,"ip":0,"op":3600,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Machine Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[300.75,419.846,0],"ix":2},"a":{"a":0,"k":[178,220.154,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.627,0],[0,0],[0,6.627],[0,0],[-6.627,0],[0,0],[0,-6.627],[0,0]],"o":[[0,0],[-6.627,0],[0,0],[0,-6.627],[0,0],[6.627,0],[0,0],[0,6.627]],"v":[[166,44],[-166,44],[-178,32],[-178,-32],[-166,-44],[166,-44],[178,-32],[178,32]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.561162650585,0.560276865959,0.564705908298,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[178,396.307],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":0,"s":[100,100],"e":[98.5,100]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":2,"s":[98.5,100],"e":[100,100]},{"t":4}],"ix":3,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle', 0);"},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":20,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 14","np":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3600,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/win_result_2.json b/ohos/flutter_lottie/assets/lottiefiles/win_result_2.json new file mode 100644 index 0000000000000000000000000000000000000000..aa3349cb151710909eb327fca446aa7977cc7715 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/win_result_2.json @@ -0,0 +1 @@ +{"v":"5.3.4","fr":30,"ip":0,"op":180,"w":300,"h":300,"nm":"win-2","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"crown","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-6,"ix":10},"p":{"a":0,"k":[150.677,52.5,0],"ix":2},"a":{"a":0,"k":[150,150,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.625,0],[1.227,0.465],[0.109,0.075],[-2.074,0.274],[-2.289,0],[-1.461,-0.19],[-0.379,-0.286],[0.243,-0.089]],"o":[[-4.621,0],[-0.238,-0.089],[0.383,-0.286],[1.461,-0.19],[2.29,0],[2.074,0.274],[-0.106,0.078],[-1.222,0.465]],"v":[[-0.001,8.295],[-8.794,7.279],[-9.321,7.026],[-5.622,6.08],[-0.001,5.752],[5.621,6.08],[9.32,7.026],[8.792,7.279]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[-0.164,0.191],[0,0],[0,0],[-0.235,0.082],[0,0],[0,0],[0.844,0],[2.594,-1.155],[0,0]],"o":[[0.238,0.082],[0,0],[0,0],[0.16,0.191],[0,0],[0,0],[-2.594,-1.155],[-0.847,0],[0,0],[0,0]],"v":[[-5.282,1.826],[-4.618,1.647],[-0.001,-3.846],[4.617,1.647],[5.277,1.826],[9.398,0.347],[9.398,5.752],[-0.001,4.553],[-9.403,5.752],[-9.403,0.347]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[1.359,0],[0,-1.36],[-0.504,-0.45],[0,0],[0,0],[0,1.07],[1.363,0],[0,-1.364],[-0.941,-0.347],[0,0],[0,0],[0,0.726],[1.359,0],[0,-1.36],[-1.078,-0.265],[0,0],[-0.012,-0.042],[0,-0.075],[-1.086,0],[0,2.398],[0.015,0.07],[0,0.046],[0,0],[0,1.156]],"o":[[-1.363,0],[0,0.726],[0,0],[0,0],[0.953,-0.34],[0,-1.364],[-1.359,0],[0,1.058],[0,0],[0,0],[0.504,-0.45],[0,-1.36],[-1.36,0],[0,1.156],[0,0],[0,0.046],[-0.015,0.07],[0,2.398],[1.082,0],[0,-0.075],[0.007,-0.042],[0,0],[1.078,-0.265],[0.004,-1.36]],"v":[[10.02,-4.857],[7.55,-2.392],[8.378,-0.564],[5.27,0.553],[0.839,-4.713],[2.484,-7.025],[0.015,-9.494],[-2.45,-7.025],[-0.833,-4.721],[-5.266,0.553],[-8.38,-0.564],[-7.551,-2.392],[-10.016,-4.857],[-12.485,-2.392],[-10.602,-0.002],[-10.602,6.683],[-10.575,6.811],[-10.602,7.026],[-0.001,9.494],[10.597,7.026],[10.574,6.811],[10.597,6.683],[10.597,-0.002],[12.48,-2.392]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.29,0.705,0.5,1,0.17,0.353,1,1,0.051,0],"ix":9}},"s":{"a":0,"k":[-0.837,5.786],"ix":5},"e":{"a":0,"k":[0.992,-7.695],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":150,"s":[149.484,78.466],"e":[149.484,149.466],"to":[0,11.8333330154419],"ti":[0,-11.5]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":155,"s":[149.484,149.466],"e":[149.484,147.466],"to":[0,11.5],"ti":[0,0.16666667163372]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":160,"s":[149.484,147.466],"e":[149.484,148.466],"to":[0,-0.16666667163372],"ti":[0,-0.16666667163372]},{"t":165}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[200,200],"ix":3},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":150,"s":[12],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":155,"s":[0],"e":[-8]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":160,"s":[-8],"e":[4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":165,"s":[4],"e":[0]},{"t":174}],"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":4,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":150,"op":180,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"solid heart","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-16,"ix":10},"p":{"a":0,"k":[62,185.75,0],"ix":2},"a":{"a":0,"k":[256,218,0],"ix":1},"s":{"a":0,"k":[6,6,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":120,"s":[{"i":[[1.074,-0.967],[0,0],[0.219,0.243],[0,0],[-0.036,0.697],[-0.519,0.467],[-0.697,-0.036],[-0.467,-0.519],[0,0],[0,0],[-0.11,-0.122],[-0.076,-0.004],[-0.061,0.055],[0,0],[-0.697,-0.036],[-0.469,-0.533]],"o":[[0,0],[-0.243,0.219],[0,0],[-0.467,-0.519],[0.036,-0.697],[0.519,-0.467],[0.697,0.036],[0,0],[0,0],[-0.122,0.11],[0.055,0.061],[0.076,0.004],[0,0],[0.519,-0.467],[0.708,0.037],[0.942,1.069]],"v":[[468.258,1180.583],[464.072,1184.353],[463.234,1184.309],[459.439,1180.096],[458.771,1178.21],[459.632,1176.405],[461.518,1175.737],[463.323,1176.598],[463.62,1176.927],[463.116,1177.381],[463.094,1177.801],[463.299,1177.898],[463.513,1177.822],[464.787,1176.674],[466.673,1176.006],[468.499,1176.89]],"c":true}],"e":[{"i":[[26.551,-23.912],[0,0],[5.417,6.015],[0,0],[-0.901,17.235],[-12.823,11.55],[-17.234,-0.901],[-11.552,-12.826],[0,0],[0,0],[-2.715,-3.011],[-1.875,-0.098],[-1.507,1.358],[0,0],[-17.235,-0.901],[-11.598,-13.171]],"o":[[0,0],[-6.015,5.417],[0,0],[-11.549,-12.823],[0.901,-17.234],[12.825,-11.552],[17.228,0.9],[0,0],[0,0],[-3.011,2.715],[1.357,1.505],[1.878,0.098],[0,0],[12.826,-11.552],[17.503,0.915],[23.275,26.432]],"v":[[478.056,360.029],[374.587,453.213],[353.855,452.129],[260.059,347.987],[243.546,301.377],[264.828,256.741],[311.444,240.224],[356.074,261.51],[363.402,269.646],[350.943,280.876],[350.405,291.244],[355.474,293.659],[360.772,291.781],[392.258,263.4],[438.874,246.883],[484,268.727]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":130,"s":[{"i":[[26.551,-23.912],[0,0],[5.417,6.015],[0,0],[-0.901,17.235],[-12.823,11.55],[-17.234,-0.901],[-11.552,-12.826],[0,0],[0,0],[-2.715,-3.011],[-1.875,-0.098],[-1.507,1.358],[0,0],[-17.235,-0.901],[-11.598,-13.171]],"o":[[0,0],[-6.015,5.417],[0,0],[-11.549,-12.823],[0.901,-17.234],[12.825,-11.552],[17.228,0.9],[0,0],[0,0],[-3.011,2.715],[1.357,1.505],[1.878,0.098],[0,0],[12.826,-11.552],[17.503,0.915],[23.275,26.432]],"v":[[478.056,360.029],[374.587,453.213],[353.855,452.129],[260.059,347.987],[243.546,301.377],[264.828,256.741],[311.444,240.224],[356.074,261.51],[363.402,269.646],[350.943,280.876],[350.405,291.244],[355.474,293.659],[360.772,291.781],[392.258,263.4],[438.874,246.883],[484,268.727]],"c":true}],"e":[{"i":[[29.82,-26.856],[0,0],[6.084,6.755],[0,0],[-1.012,19.357],[-14.401,12.972],[-19.356,-1.012],[-12.974,-14.405],[0,0],[0,0],[-3.049,-3.382],[-2.106,-0.11],[-1.692,1.525],[0,0],[-19.357,-1.012],[-13.025,-14.792]],"o":[[0,0],[-6.755,6.084],[0,0],[-12.971,-14.401],[1.012,-19.356],[14.404,-12.974],[19.349,1.011],[0,0],[0,0],[-3.382,3.049],[1.524,1.69],[2.109,0.11],[0,0],[14.405,-12.974],[19.657,1.027],[26.14,29.686]],"v":[[479.313,254.754],[363.107,359.409],[339.821,358.191],[234.479,241.23],[215.933,188.881],[239.835,138.75],[292.189,120.2],[342.314,144.106],[350.544,153.244],[336.551,165.857],[335.947,177.5],[341.64,180.213],[347.59,178.104],[382.952,146.229],[435.307,127.679],[485.988,152.211]],"c":true}]},{"t":140}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":125,"s":[{"i":[[-0.06,0.069],[0,0],[-0.016,-0.013],[0,0],[-0.003,-0.044],[0.029,-0.033],[0.044,-0.003],[0.033,0.029],[0,0],[0,0],[0.008,0.007],[0.005,0],[0.003,-0.004],[0,0],[0.044,-0.003],[0.034,0.03]],"o":[[0,0],[0.014,-0.016],[0,0],[0.033,0.029],[0.003,0.044],[-0.029,0.033],[-0.044,0.003],[0,0],[0,0],[0.007,-0.008],[-0.004,-0.003],[-0.005,0],[0,0],[-0.029,0.033],[-0.045,0.003],[-0.068,-0.06]],"v":[[-81.222,1361.275],[-80.989,1361.006],[-80.936,1361.002],[-80.665,1361.236],[-80.608,1361.349],[-80.648,1361.469],[-80.761,1361.526],[-80.881,1361.487],[-80.902,1361.468],[-80.874,1361.436],[-80.876,1361.409],[-80.889,1361.405],[-80.902,1361.411],[-80.973,1361.493],[-81.086,1361.55],[-81.208,1361.509]],"c":true}],"e":[{"i":[[15.568,-18.024],[0,0],[4.083,3.527],[0,0],[0.839,11.472],[-7.518,8.705],[-11.472,0.839],[-8.707,-7.52],[0,0],[0,0],[-2.046,-1.765],[-1.248,0.091],[-0.883,1.023],[0,0],[-11.473,0.839],[-8.766,-7.744]],"o":[[0,0],[-3.527,4.083],[0,0],[-8.705,-7.518],[-0.839,-11.472],[7.52,-8.707],[11.468,-0.839],[0,0],[0,0],[-1.765,2.046],[1.022,0.882],[1.25,-0.091],[0,0],[7.52,-8.707],[11.651,-0.852],[17.592,15.542]],"v":[[-80.618,542.995],[-141.285,613.232],[-155.086,614.241],[-225.783,553.181],[-240.584,523.732],[-230.226,492.442],[-200.774,477.639],[-169.488,487.999],[-163.964,492.77],[-171.269,501.234],[-170.761,508.134],[-167.208,509.31],[-163.861,507.627],[-145.402,486.237],[-115.95,471.433],[-84.289,482.122]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":135,"s":[{"i":[[15.568,-18.024],[0,0],[4.083,3.527],[0,0],[0.839,11.472],[-7.518,8.705],[-11.472,0.839],[-8.707,-7.52],[0,0],[0,0],[-2.046,-1.765],[-1.248,0.091],[-0.883,1.023],[0,0],[-11.473,0.839],[-8.766,-7.744]],"o":[[0,0],[-3.527,4.083],[0,0],[-8.705,-7.518],[-0.839,-11.472],[7.52,-8.707],[11.468,-0.839],[0,0],[0,0],[-1.765,2.046],[1.022,0.882],[1.25,-0.091],[0,0],[7.52,-8.707],[11.651,-0.852],[17.592,15.542]],"v":[[-80.618,542.995],[-141.285,613.232],[-155.086,614.241],[-225.783,553.181],[-240.584,523.732],[-230.226,492.442],[-200.774,477.639],[-169.488,487.999],[-163.964,492.77],[-171.269,501.234],[-170.761,508.134],[-167.208,509.31],[-163.861,507.627],[-145.402,486.237],[-115.95,471.433],[-84.289,482.122]],"c":true}],"e":[{"i":[[17.572,-20.345],[0,0],[4.609,3.981],[0,0],[0.947,12.95],[-8.486,9.827],[-12.95,0.947],[-9.829,-8.489],[0,0],[0,0],[-2.31,-1.992],[-1.409,0.103],[-0.997,1.155],[0,0],[-12.95,0.947],[-9.895,-8.742]],"o":[[0,0],[-3.981,4.609],[0,0],[-9.826,-8.486],[-0.947,-12.95],[8.488,-9.829],[12.945,-0.947],[0,0],[0,0],[-1.993,2.309],[1.154,0.996],[1.411,-0.103],[0,0],[8.489,-9.829],[13.151,-0.962],[19.858,17.543]],"v":[[-80.541,438.011],[-149.02,517.294],[-164.599,518.433],[-244.402,449.509],[-261.108,416.268],[-249.417,380.948],[-216.171,364.238],[-180.856,375.933],[-174.621,381.318],[-182.866,390.872],[-182.293,398.661],[-178.283,399.988],[-174.504,398.088],[-153.668,373.944],[-120.423,357.233],[-84.684,369.298]],"c":true}]},{"t":145}],"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":130,"s":[{"i":[[-0.139,0.188],[0,0],[-0.043,-0.032],[0,0],[-0.017,-0.112],[0.067,-0.091],[0.112,-0.017],[0.091,0.067],[0,0],[0,0],[0.021,0.016],[0.012,-0.002],[0.008,-0.011],[0,0],[0.112,-0.017],[0.092,0.07]],"o":[[0,0],[0.032,-0.043],[0,0],[0.091,0.067],[0.017,0.112],[-0.067,0.091],[-0.112,0.017],[0,0],[0,0],[0.016,-0.021],[-0.011,-0.008],[-0.012,0.002],[0,0],[-0.067,0.091],[-0.114,0.017],[-0.184,-0.14]],"v":[[-195.885,331.115],[-195.341,330.381],[-195.206,330.361],[-194.468,330.908],[-194.301,331.186],[-194.38,331.501],[-194.658,331.667],[-194.972,331.589],[-195.03,331.546],[-194.965,331.458],[-194.975,331.39],[-195.01,331.381],[-195.042,331.4],[-195.207,331.624],[-195.485,331.791],[-195.804,331.709]],"c":true}],"e":[{"i":[[28.395,-38.325],[0,0],[8.682,6.433],[0,0],[3.392,22.786],[-13.713,18.511],[-22.786,3.392],[-18.514,-13.717],[0,0],[0,0],[-4.35,-3.219],[-2.479,0.369],[-1.611,2.176],[0,0],[-22.787,3.392],[-18.666,-14.155]],"o":[[0,0],[-6.433,8.682],[0,0],[-18.51,-13.713],[-3.392,-22.786],[13.716,-18.514],[22.778,-3.39],[0,0],[0,0],[-3.22,4.35],[2.174,1.609],[2.482,-0.37],[0,0],[13.717,-18.515],[23.141,-3.445],[37.459,28.408]],"v":[[-133.601,-507.724],[-244.257,-358.377],[-271.669,-354.297],[-421.995,-465.67],[-455.959,-522.27],[-439.952,-586.31],[-383.346,-620.28],[-319.312,-604.267],[-307.568,-595.566],[-320.89,-577.569],[-318.845,-563.864],[-311.573,-562.048],[-305.139,-565.91],[-271.473,-611.389],[-214.867,-645.359],[-150.037,-628.748]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":140,"s":[{"i":[[28.395,-38.325],[0,0],[8.682,6.433],[0,0],[3.392,22.786],[-13.713,18.511],[-22.786,3.392],[-18.514,-13.717],[0,0],[0,0],[-4.35,-3.219],[-2.479,0.369],[-1.611,2.176],[0,0],[-22.787,3.392],[-18.666,-14.155]],"o":[[0,0],[-6.433,8.682],[0,0],[-18.51,-13.713],[-3.392,-22.786],[13.716,-18.514],[22.778,-3.39],[0,0],[0,0],[-3.22,4.35],[2.174,1.609],[2.482,-0.37],[0,0],[13.717,-18.515],[23.141,-3.445],[37.459,28.408]],"v":[[-133.601,-507.724],[-244.257,-358.377],[-271.669,-354.297],[-421.995,-465.67],[-455.959,-522.27],[-439.952,-586.31],[-383.346,-620.28],[-319.312,-604.267],[-307.568,-595.566],[-320.89,-577.569],[-318.845,-563.864],[-311.573,-562.048],[-305.139,-565.91],[-271.473,-611.389],[-214.867,-645.359],[-150.037,-628.748]],"c":true}],"e":[{"i":[[32.056,-43.266],[0,0],[9.801,7.262],[0,0],[3.829,25.724],[-15.481,20.897],[-25.724,3.829],[-20.901,-15.485],[0,0],[0,0],[-4.911,-3.634],[-2.799,0.417],[-1.819,2.456],[0,0],[-25.725,3.829],[-21.072,-15.981]],"o":[[0,0],[-7.262,9.801],[0,0],[-20.896,-15.481],[-3.829,-25.724],[15.484,-20.901],[25.715,-3.828],[0,0],[0,0],[-3.635,4.911],[2.454,1.816],[2.802,-0.417],[0,0],[15.485,-20.902],[26.124,-3.889],[42.288,32.07]],"v":[[-125.611,-615.345],[-250.533,-446.743],[-281.479,-442.137],[-451.186,-567.869],[-489.529,-631.767],[-471.459,-704.063],[-407.554,-742.413],[-335.265,-724.335],[-322.006,-714.512],[-337.046,-694.196],[-334.737,-678.723],[-326.528,-676.673],[-319.265,-681.033],[-281.258,-732.375],[-217.353,-770.725],[-144.165,-751.973]],"c":true}]},{"t":150}],"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":133,"s":[{"i":[[-0.167,0.167],[0,0],[-0.038,-0.038],[0,0],[0,-0.114],[0.081,-0.081],[0.114,0],[0.081,0.081],[0,0],[0,0],[0.019,0.019],[0.012,0],[0.009,-0.01],[0,0],[0.114,0],[0.081,0.083]],"o":[[0,0],[0.038,-0.038],[0,0],[0.081,0.081],[0,0.114],[-0.081,0.081],[-0.114,0],[0,0],[0,0],[0.019,-0.019],[-0.009,-0.01],[-0.012,0],[0,0],[-0.081,0.081],[-0.116,0],[-0.163,-0.167]],"v":[[117.263,948.551],[117.914,947.9],[118.051,947.9],[118.707,948.556],[118.832,948.858],[118.707,949.16],[118.405,949.285],[118.102,949.16],[118.051,949.109],[118.13,949.03],[118.13,948.962],[118.095,948.947],[118.061,948.962],[117.863,949.16],[117.561,949.285],[117.255,949.157]],"c":true}],"e":[{"i":[[40.086,-40.084],[0,0],[9.08,9.081],[0,0],[0,27.38],[-19.36,19.36],[-27.38,0],[-19.364,-19.364],[0,0],[0,0],[-4.549,-4.547],[-2.979,0],[-2.275,2.276],[0,0],[-27.381,0],[-19.464,-19.907]],"o":[[0,0],[-9.081,9.08],[0,0],[-19.36,-19.359],[0,-27.38],[19.363,-19.364],[27.37,0],[0,0],[0,0],[-4.546,4.55],[2.274,2.271],[2.983,0],[0,0],[19.364,-19.365],[27.806,0],[39.063,39.949]],"v":[[186.323,114.369],[30.11,270.57],[-2.828,270.57],[-160.055,113.343],[-190.076,40.863],[-160.055,-31.617],[-87.567,-61.645],[-15.095,-31.617],[-2.812,-19.333],[-21.621,-0.509],[-21.615,15.96],[-13.384,19.367],[-5.146,15.953],[42.388,-31.618],[114.876,-61.647],[188.179,-30.776]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":143,"s":[{"i":[[40.086,-40.084],[0,0],[9.08,9.081],[0,0],[0,27.38],[-19.36,19.36],[-27.38,0],[-19.364,-19.364],[0,0],[0,0],[-4.549,-4.547],[-2.979,0],[-2.275,2.276],[0,0],[-27.381,0],[-19.464,-19.907]],"o":[[0,0],[-9.081,9.08],[0,0],[-19.36,-19.359],[0,-27.38],[19.363,-19.364],[27.37,0],[0,0],[0,0],[-4.546,4.55],[2.274,2.271],[2.983,0],[0,0],[19.364,-19.365],[27.806,0],[39.063,39.949]],"v":[[186.323,114.369],[30.11,270.57],[-2.828,270.57],[-160.055,113.343],[-190.076,40.863],[-160.055,-31.617],[-87.567,-61.645],[-15.095,-31.617],[-2.812,-19.333],[-21.621,-0.509],[-21.615,15.96],[-13.384,19.367],[-5.146,15.953],[42.388,-31.618],[114.876,-61.647],[188.179,-30.776]],"c":true}],"e":[{"i":[[45.25,-45.248],[0,0],[10.25,10.251],[0,0],[0,30.908],[-21.854,21.854],[-30.907,0],[-21.859,-21.859],[0,0],[0,0],[-5.135,-5.133],[-3.363,0],[-2.568,2.569],[0,0],[-30.908,0],[-21.972,-22.472]],"o":[[0,0],[-10.251,10.25],[0,0],[-21.854,-21.853],[0,-30.907],[21.858,-21.859],[30.896,0],[0,0],[0,0],[-5.132,5.136],[2.567,2.564],[3.367,0],[0,0],[21.859,-21.859],[31.388,0],[44.096,45.096]],"v":[[195.183,7.346],[18.845,183.671],[-18.336,183.669],[-195.819,6.187],[-229.708,-75.63],[-195.819,-157.448],[-113.993,-191.345],[-32.184,-157.448],[-18.318,-143.582],[-39.551,-122.333],[-39.544,-103.742],[-30.253,-99.896],[-20.953,-103.75],[32.705,-157.45],[114.531,-191.347],[197.278,-156.499]],"c":true}]},{"t":153}],"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,1,0.314,0.5,0.5,1,0.353,1,0,1,0.392],"ix":9}},"s":{"a":0,"k":[15.614,94.042],"ix":5},"e":{"a":0,"k":[-207.441,-634.383],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[256,218.362],"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":"Group 3","np":5,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":97,"op":180,"st":-10,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"heart Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":16,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.616,"y":0.819},"o":{"x":0.167,"y":0.167},"n":"0p616_0p819_0p167_0p167","t":140,"s":[231.5,219,0],"e":[245.984,157.156,0],"to":[0.87338072061539,-2.83848738670349,0],"ti":[-4.2096118927002,18.2058029174805,0]},{"i":{"x":0.707,"y":1},"o":{"x":0.297,"y":1},"n":"0p707_1_0p297_1","t":150,"s":[245.984,157.156,0],"e":[248,148.5,0],"to":[1.19291603565216,-5.15914392471313,0],"ti":[-0.04691150039434,0.15246237814426,0]},{"t":160}],"ix":2},"a":{"a":0,"k":[256,218,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.606,0.606,0.606],"y":[0.824,0.824,-9.397]},"o":{"x":[0.171,0.171,0.171],"y":[0.097,0.097,5.706]},"n":["0p606_0p824_0p171_0p097","0p606_0p824_0p171_0p097","0p606_-9p397_0p171_5p706"],"t":140,"s":[0,0,100],"e":[7.09,7.09,100]},{"i":{"x":[0.694,0.694,0.694],"y":[1,1,1]},"o":{"x":[0.352,0.352,0.352],"y":[0.384,0.384,9.3]},"n":["0p694_1_0p352_0p384","0p694_1_0p352_0p384","0p694_1_0p352_9p3"],"t":150,"s":[7.09,7.09,100],"e":[10,10,100]},{"t":160}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.448,7.248],[16.541,16.543],[15.782,4.392],[1.946,-6.995],[-6.995,-1.946],[-8.514,-8.515],[-1.049,-16.976],[-6.892,0],[-0.277,0.018]],"o":[[-1.445,-23.38],[-11.711,-11.712],[-6.995,-1.946],[-1.946,6.994],[11.426,3.179],[12.004,12.004],[0.432,6.971],[0.272,0],[7.246,-0.446]],"v":[[43.802,37.256],[15.91,-24.652],[-26.116,-49.267],[-42.303,-40.125],[-33.161,-23.937],[-2.681,-6.062],[17.561,38.876],[30.67,51.212],[31.493,51.186]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[381.488,132.509],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[45.25,-45.248],[0,0],[10.25,10.251],[0,0],[0,30.908],[-21.854,21.854],[-30.907,0],[-21.859,-21.859],[0,0],[0,0],[-5.135,-5.133],[-3.363,0],[-2.568,2.569],[0,0],[-30.908,0],[-21.972,-22.472]],"o":[[0,0],[-10.251,10.25],[0,0],[-21.854,-21.853],[0,-30.907],[21.858,-21.859],[30.896,0],[0,0],[0,0],[-5.132,5.136],[2.567,2.564],[3.367,0],[0,0],[21.859,-21.859],[31.388,0],[44.096,45.096]],"v":[[195.183,7.346],[18.845,183.671],[-18.336,183.669],[-195.819,6.187],[-229.708,-75.63],[-195.819,-157.448],[-113.993,-191.345],[-32.184,-157.448],[-18.318,-143.582],[-39.551,-122.333],[-39.544,-103.742],[-30.253,-99.896],[-20.953,-103.75],[32.705,-157.45],[114.531,-191.347],[197.278,-156.499]],"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":[[54.115,55.346],[38.525,0],[26.829,-26.828],[0,0],[0,0],[37.92,0],[26.824,-26.826],[0,-37.93],[-26.82,-26.819],[0,0],[-13.467,0],[-10.25,10.25],[0,0]],"o":[[-26.96,-27.572],[-37.93,0],[0,0],[0,0],[-26.825,-26.826],[-37.931,0],[-26.82,26.818],[0,37.93],[0,0],[10.252,10.251],[13.464,-0.002],[0,0],[55.386,-55.387]],"v":[[216.08,-174.88],[114.533,-217.638],[14.112,-176.036],[0.267,-162.18],[-13.592,-176.038],[-113.993,-217.638],[-214.41,-176.038],[-256,-75.63],[-214.41,24.779],[-36.928,202.26],[0.255,217.638],[37.436,202.262],[213.775,25.938]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.29,0.632,1,0.5,0.466,0.316,1,1,0.641,0,1],"ix":9}},"s":{"a":0,"k":[-114.443,297.129],"ix":5},"e":{"a":0,"k":[198.276,-234.973],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[256,218.362],"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":"Group 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.978622496128,0.705882370472,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":40,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false}],"ip":140,"op":180,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"like Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":125,"s":[-2],"e":[22]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":135,"s":[22],"e":[4]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":140,"s":[4],"e":[14]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":145,"s":[14],"e":[10]},{"t":150}],"ix":10},"p":{"a":0,"k":[69.5,81.5,0],"ix":2},"a":{"a":0,"k":[248,256,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.593,0.593,0.593],"y":[0.843,0.843,-5.672]},"o":{"x":[0.175,0.175,0.175],"y":[0.072,0.072,3.037]},"n":["0p593_0p843_0p175_0p072","0p593_0p843_0p175_0p072","0p593_-5p672_0p175_3p037"],"t":120,"s":[2,2,100],"e":[11.765,11.765,100]},{"i":{"x":[0.698,0.698,0.698],"y":[1,1,1]},"o":{"x":[0.351,0.351,0.351],"y":[-1.501,-1.501,11.524]},"n":["0p698_1_0p351_-1p501","0p698_1_0p351_-1p501","0p698_1_0p351_11p524"],"t":130,"s":[11.765,11.765,100],"e":[10,10,100]},{"t":150}],"ix":6}},"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.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":140,"s":[{"i":[[0.269,0.018],[0.096,0],[0.104,-0.021],[0,0],[-0.269,-0.018],[-0.155,0.031],[0,0]],"o":[[-0.089,-0.006],[-0.195,0],[0,0],[-0.156,0.031],[0.269,0.018],[0,0],[0.156,-0.031]],"v":[[-41.51,71.234],[-41.791,71.226],[-42.279,71.258],[-42.88,71.377],[-42.674,71.465],[-41.904,71.441],[-41.304,71.322]],"c":true}],"e":[{"i":[[-7.189,-4.15],[-2.55,0],[-2.782,4.821],[0,0],[7.187,4.15],[4.149,-7.187],[0,0]],"o":[[2.366,1.367],[5.193,0],[0,0],[4.15,-7.187],[-7.189,-4.152],[0,0],[-4.15,7.188]],"v":[[-15.529,26.897],[-8.029,28.913],[4.999,21.397],[21.03,-6.368],[15.53,-26.896],[-5,-21.396],[-21.03,6.369]],"c":true}]},{"t":150}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[391.733,28.913],"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":"Group 1","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":140,"s":[{"i":[[0,0],[-0.047,0],[-0.021,-0.03],[0.037,-0.156],[0,0],[0.065,0.09],[-0.037,0.156]],"o":[[0.025,-0.104],[0.023,0],[0.065,0.09],[0,0],[-0.037,0.156],[-0.065,-0.09],[0,0]],"v":[[37.181,61.788],[37.298,61.625],[37.366,61.669],[37.415,62.114],[37.271,62.715],[37.086,62.834],[37.037,62.389]],"c":true}],"e":[{"i":[[0,0],[-5.194,0],[-2.367,1.367],[4.15,7.188],[0,0],[7.188,-4.151],[-4.15,-7.187]],"o":[[2.783,4.822],[2.548,0],[7.187,-4.15],[0,0],[-4.15,-7.188],[-7.187,4.15],[0,0]],"v":[[-5,21.397],[8.029,28.913],[15.529,26.897],[21.03,6.369],[4.999,-21.396],[-15.53,-26.896],[-21.03,-6.368]],"c":true}]},{"t":150}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[279.523,28.913],"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":"Group 2","np":1,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":140,"s":[{"i":[[0.109,0],[0,0],[0,0.575],[-0.109,0],[0,0],[0,-0.575]],"o":[[0,0],[-0.109,0],[0,-0.575],[0,0],[0.109,0],[0,0.575]],"v":[[65.101,12.63],[64.68,12.63],[64.483,11.588],[64.68,10.547],[65.101,10.547],[65.298,11.588]],"c":true}],"e":[{"i":[[-8.299,0],[0,0],[0,8.3],[8.3,0],[0,0],[0,-8.299]],"o":[[0,0],[8.3,0],[0,-8.299],[0,0],[-8.299,0],[0,8.3]],"v":[[-16.03,15.028],[16.029,15.028],[31.059,0],[16.029,-15.028],[-16.03,-15.028],[-31.059,0]],"c":true}]},{"t":150}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[223.418,126.09],"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":"Group 3","np":1,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":140,"s":[{"i":[[0.139,0],[0,0],[0,0.863],[-0.139,0],[0,0],[0,-0.863]],"o":[[0,0],[-0.139,0],[0,-0.863],[0,0],[0.139,0],[0,0.863]],"v":[[-72.285,22.619],[-72.822,22.619],[-73.074,21.057],[-72.822,19.494],[-72.285,19.494],[-72.033,21.057]],"c":true}],"e":[{"i":[[-8.3,0],[0,0],[0,8.3],[8.299,0],[0,0],[0,-8.299]],"o":[[0,0],[8.299,0],[0,-8.299],[0,0],[-8.3,0],[0,8.3]],"v":[[-16.03,15.028],[16.03,15.028],[31.058,0],[16.03,-15.028],[-16.03,-15.028],[-31.058,0]],"c":true}]},{"t":150}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[447.839,126.09],"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":"Group 4","np":1,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[9.392,0],[0,0],[0,0],[8.3,0],[0,-8.299],[0,0],[0,0]],"o":[[0,0],[0,0],[0,9.392],[0,0],[0,0],[0,-8.299],[-8.3,0],[0,0],[0,0],[0,0]],"v":[[-217.505,-40.073],[-119.322,-40.073],[-119.322,169.319],[-136.354,186.351],[-153.385,186.351],[-153.385,137.259],[-168.413,122.231],[-183.441,137.259],[-183.441,186.351],[-217.505,186.351]],"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],[-1.637,0.789],[-30.763,26.127],[-3.558,42.947],[-0.807,0],[-0.005,0],[0,-18.164],[0,0],[17.041,-26.718],[0,0],[0,-8.3],[-8.3,0],[0,0],[-0.015,0],[0,0],[0,0],[0,-9.392],[9.392,0],[0,0],[0,0],[0,-8.3],[-8.299,0],[0,0],[0,0],[0,-9.392],[9.392,0],[0,0],[0,0],[0,0],[0,-8.3],[-8.299,0],[0,0],[0,-9.392],[9.392,0],[0,0],[0,-8.3],[-8.3,0],[0,-9.391],[9.392,0],[0,0],[10.679,-0.102],[59.819,27.775],[0,0]],"o":[[1.564,-0.756],[26.125,-12.596],[37.662,-31.986],[0.042,-0.51],[0.005,0],[18.156,0.284],[0,0],[0,31.239],[0,0],[-8.3,0],[0,8.299],[0,0],[0.015,0],[0,0],[0,0],[9.392,0],[0,9.391],[0,0],[0,0],[-8.299,0],[0,8.299],[0,0],[0,0],[9.392,0],[0,9.391],[0,0],[0,0],[0,0],[-8.299,0],[0,8.299],[0,0],[9.392,0],[0,9.392],[0,0],[-8.3,0],[0,8.3],[9.392,0],[0,9.392],[0,0],[-11.642,0],[-66.993,0.634],[0,0],[0,0]],"v":[[-89.069,-13.868],[-84.262,-16.188],[8.405,-72.161],[70.525,-185.089],[72.353,-186.538],[72.37,-186.538],[105.296,-153.081],[105.296,-148.049],[80.108,-70.325],[56.204,-70.325],[41.176,-55.297],[56.204,-40.269],[88.371,-40.269],[88.417,-40.269],[184.445,-40.269],[200.475,-40.269],[217.507,-23.237],[200.475,-6.205],[184.445,-6.205],[168.414,-6.205],[153.387,8.823],[168.414,23.851],[184.445,23.851],[199.9,23.851],[216.931,40.883],[199.9,57.915],[184.445,57.915],[183.87,57.915],[168.414,57.915],[153.387,72.943],[168.414,87.971],[183.87,87.971],[200.902,105.003],[183.87,122.035],[167.839,122.035],[152.811,137.063],[167.839,152.091],[184.872,169.123],[167.839,186.155],[120.324,186.155],[86.962,186.361],[-89.068,159.687],[-89.068,-13.868]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[-8.299,0],[0,0],[-7.732,15.452],[-53.4,0],[-9.594,0.091],[-11.499,0],[0,0],[0,25.965],[4.158,7.017],[0,16.992],[4.158,7.017],[0,16.992],[7.67,8.38],[0,12.526],[25.965,0],[0,0],[0,0],[0,31.198],[0,0],[0,0.003],[11.776,11.952],[16.763,0.263],[0.161,0],[1.333,-16.101],[49.488,-24.066],[0,0],[8.3,0],[0,0],[0,-8.299],[0,0]],"o":[[0,0],[18.422,0],[53.523,23.25],[9.121,0],[10.609,-0.101],[0,0],[25.965,0],[0,-8.73],[13.529,-8.282],[0,-8.73],[13.529,-8.282],[0,-12.228],[8.005,-8.444],[0,-25.965],[0,0],[0,0],[13.222,-23.935],[0,0],[0,-0.003],[-0.005,-16.783],[-11.769,-11.945],[-0.16,-0.002],[-16.247,0],[-6.361,76.781],[0,0],[0,-8.299],[0,0],[-8.299,0],[0,0],[0,8.299]],"v":[[-232.533,216.408],[-136.354,216.408],[-94.225,190.317],[59.199,216.595],[87.244,216.416],[120.324,216.211],[167.839,216.211],[214.927,169.123],[208.382,145.194],[230.957,105.003],[224.411,81.074],[246.987,40.883],[234.63,9.124],[247.561,-23.237],[200.474,-70.325],[184.443,-70.325],[115.098,-70.325],[135.351,-148.049],[135.351,-153.091],[135.351,-153.099],[117.085,-197.659],[72.84,-216.591],[72.359,-216.595],[40.57,-187.571],[-89.265,-47.156],[-89.265,-55.101],[-104.294,-70.129],[-232.533,-70.129],[-247.561,-55.101],[-247.561,201.38]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"tr","p":{"a":0,"k":[247.561,295.405],"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":"Group 5","np":6,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.117647058824,0.509803921569,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":16,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0,1,0.804963175456,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"gr","it":[{"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":"Group 6","np":0,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false}],"ip":120,"op":180,"st":120,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"line4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":135,"ix":10},"p":{"a":0,"k":[109,259,0],"ix":2},"a":{"a":0,"k":[-34,-87,0],"ix":1},"s":{"a":0,"k":[-40,40,100],"ix":6}},"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":[[-34,-123],[-34,-58.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":145,"s":[100],"e":[0]},{"t":150}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":150,"s":[100],"e":[0]},{"t":160}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.930865837546,0.4765625,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":6,"ix":5},"lc":2,"lj":1,"ml":3,"ml2":{"a":0,"k":3,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-64,-65],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,60],"ix":3},"r":{"a":0,"k":180,"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 4","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-33.116,-95.32],[-34,-58.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":145,"s":[100],"e":[0]},{"t":150}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":150,"s":[100],"e":[0]},{"t":160}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.930865837546,0.4765625,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":6,"ix":5},"lc":2,"lj":1,"ml":3,"ml2":{"a":0,"k":3,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[4,-78],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,85],"ix":3},"r":{"a":0,"k":-90,"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 3","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-32.69,-100.086],[-34,-58.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":145,"s":[100],"e":[0]},{"t":150}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":150,"s":[100],"e":[0]},{"t":160}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.930865837546,0.4765625,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":6,"ix":5},"lc":2,"lj":1,"ml":3,"ml2":{"a":0,"k":3,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-71,-10],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":90,"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 2","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-34.252,-97.741],[-34.252,-58.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":145,"s":[100],"e":[0]},{"t":150}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":150,"s":[100],"e":[0]},{"t":160}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.930865837546,0.4765625,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":6,"ix":5},"lc":2,"lj":1,"ml":3,"ml2":{"a":0,"k":3,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[4,-3],"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":"Group 1","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167"],"t":140,"s":[0,0],"e":[11,11]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":150,"s":[11,11],"e":[36,36]},{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167"],"t":160,"s":[36,36],"e":[48,48]},{"t":179}],"ix":2},"p":{"a":0,"k":[-30,-45],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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":"Group 5","np":1,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.86274510622,0.235294118524,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":6,"ix":5},"lc":2,"lj":1,"ml":3,"ml2":{"a":0,"k":3,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false}],"ip":140,"op":180,"st":30,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"line3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":75,"ix":10},"p":{"a":0,"k":[266,60,0],"ix":2},"a":{"a":0,"k":[-34,-87,0],"ix":1},"s":{"a":0,"k":[-60,60,100],"ix":6}},"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":[[-34,-123],[-34,-58.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":125,"s":[100],"e":[0]},{"t":130}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":130,"s":[100],"e":[54]},{"t":140}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.678952205882,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":6,"ix":5},"lc":2,"lj":1,"ml":3,"ml2":{"a":0,"k":3,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-64,-65],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,60],"ix":3},"r":{"a":0,"k":180,"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 4","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-33.116,-95.32],[-34,-58.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":125,"s":[100],"e":[0]},{"t":130}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":130,"s":[100],"e":[54]},{"t":140}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.678952205882,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":6,"ix":5},"lc":2,"lj":1,"ml":3,"ml2":{"a":0,"k":3,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[4,-78],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,85],"ix":3},"r":{"a":0,"k":-90,"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 3","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-32.69,-100.086],[-34,-58.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":125,"s":[100],"e":[0]},{"t":130}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":130,"s":[100],"e":[54]},{"t":140}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.678952205882,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":6,"ix":5},"lc":2,"lj":1,"ml":3,"ml2":{"a":0,"k":3,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-71,-10],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":90,"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 2","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-34.252,-97.741],[-34.252,-58.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":125,"s":[100],"e":[0]},{"t":130}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":130,"s":[100],"e":[54]},{"t":140}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.678952205882,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":6,"ix":5},"lc":2,"lj":1,"ml":3,"ml2":{"a":0,"k":3,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[4,-3],"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":"Group 1","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167"],"t":120,"s":[0,0],"e":[11,11]},{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167"],"t":130,"s":[11,11],"e":[20,20]},{"t":140}],"ix":2},"p":{"a":0,"k":[-30,-45],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.470588235294,0.117647058824,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"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":"Group 5","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.86274510622,0.235294118524,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":6,"ix":5},"lc":2,"lj":1,"ml":3,"ml2":{"a":0,"k":3,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":true}],"ip":120,"op":180,"st":30,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"line2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":115,"s":[100],"e":[0]},{"t":125}],"ix":11},"r":{"a":0,"k":45,"ix":10},"p":{"a":0,"k":[110,60,0],"ix":2},"a":{"a":0,"k":[-34,-87,0],"ix":1},"s":{"a":0,"k":[-100,100,100],"ix":6}},"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":[[-34,-123],[-34,-58.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":110,"s":[100],"e":[0]},{"t":115}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":115,"s":[100],"e":[0]},{"t":125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.930865837546,0.4765625,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":1,"ml":3,"ml2":{"a":0,"k":3,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-64,-65],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,60],"ix":3},"r":{"a":0,"k":180,"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 4","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-33.116,-95.32],[-34,-58.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":110,"s":[100],"e":[0]},{"t":115}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":115,"s":[100],"e":[0]},{"t":125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.930865837546,0.4765625,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":1,"ml":3,"ml2":{"a":0,"k":3,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[4,-78],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,85],"ix":3},"r":{"a":0,"k":-90,"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 3","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-32.69,-100.086],[-34,-58.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":110,"s":[100],"e":[0]},{"t":115}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":115,"s":[100],"e":[0]},{"t":125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.930865837546,0.4765625,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":1,"ml":3,"ml2":{"a":0,"k":3,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-71,-10],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":90,"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 2","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-34.252,-97.741],[-34.252,-58.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":110,"s":[100],"e":[0]},{"t":115}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":115,"s":[100],"e":[0]},{"t":125}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.930865837546,0.4765625,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":1,"ml":3,"ml2":{"a":0,"k":3,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[4,-3],"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":"Group 1","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167"],"t":105,"s":[0,0],"e":[11,11]},{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":115,"s":[11,11],"e":[20,20]},{"t":125}],"ix":2},"p":{"a":0,"k":[-30,-45],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","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":"Group 5","np":1,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.86274510622,0.235294118524,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":1,"ml":3,"ml2":{"a":0,"k":3,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false}],"ip":105,"op":127,"st":15,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"line1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":6,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.595,"y":0.878},"o":{"x":0.167,"y":0.167},"n":"0p595_0p878_0p167_0p167","t":10,"s":[192.5,405.5,0],"e":[216.094,211.364,0],"to":[3.70416808128357,-30.4781532287598,0],"ti":[-7.5201587677002,61.876392364502,0]},{"i":{"x":0.698,"y":1},"o":{"x":0.258,"y":1},"n":"0p698_1_0p258_1","t":16,"s":[216.094,211.364,0],"e":[221,171,0],"to":[2.12323594093323,-17.4701347351074,0],"ti":[-1.04583203792572,8.60517883300781,0]},{"t":32}],"ix":2},"a":{"a":0,"k":[-34,-87,0],"ix":1},"s":{"a":0,"k":[50,100,100],"ix":6}},"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":[[-34,-123],[-34,-58.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":14,"s":[100],"e":[0]},{"t":19}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":19,"s":[100],"e":[0]},{"t":29}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.930865837546,0.4765625,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":1,"ml":3,"ml2":{"a":0,"k":3,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[36,-64],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,60],"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 4","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-34,-123],[-34,-58.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":12,"s":[100],"e":[0]},{"t":17}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":17,"s":[100],"e":[0]},{"t":27}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.930865837546,0.4765625,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":1,"ml":3,"ml2":{"a":0,"k":3,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-16,127],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,189],"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 3","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-34,-123],[-34,-58.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":16,"s":[100],"e":[0]},{"t":21}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":21,"s":[100],"e":[0]},{"t":31}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.930865837546,0.4765625,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":1,"ml":3,"ml2":{"a":0,"k":3,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[18,20],"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":"Group 2","np":3,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-34,-123],[-34,-58.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":10,"s":[100],"e":[0]},{"t":15}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[100],"e":[0]},{"t":25}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.930865837546,0.4765625,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":1,"ml":3,"ml2":{"a":0,"k":3,"ix":8},"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":"Group 1","np":3,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.86274510622,0.235294118524,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":1,"ml":3,"ml2":{"a":0,"k":3,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false}],"ip":10,"op":32,"st":-80,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"win","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-5,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":120,"s":[155.5,240,0],"e":[155.5,219,0],"to":[0,-3.5,0],"ti":[0,3.5,0]},{"t":179}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":120,"s":[74.375,70,100],"e":[74.375,70,100]},{"t":179}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":128,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[21.918,130.109],[21.392,128.923],[21.464,128.918],[21.942,129.996],[22.257,128.865],[22.282,128.924],[22.72,129.944],[23.051,128.812],[23.123,128.808],[22.759,130.053],[22.693,130.057],[22.271,129.076],[21.984,130.104]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[10.03,37.295],[-3.617,6.534],[-1.752,6.41],[10.668,34.378],[18.841,5.034],[19.494,6.558],[30.845,33.03],[39.433,3.658],[41.299,3.533],[31.866,35.835],[30.138,35.951],[19.206,10.507],[11.757,37.179]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":138,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[10.03,37.295],[-3.617,6.534],[-1.752,6.41],[10.668,34.378],[18.841,5.034],[19.494,6.558],[30.845,33.03],[39.433,3.658],[41.299,3.533],[31.866,35.835],[30.138,35.951],[19.206,10.507],[11.757,37.179]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[13.947,33.025],[4.489,11.706],[8.763,11.269],[15.292,30.281],[20.054,10.666],[24.403,10.75],[29.496,28.74],[34.326,9.712],[37.55,9.801],[31.012,32.19],[27.884,32.094],[22.238,14.635],[17.075,33.121]],"c":true}]},{"t":148}],"ix":2},"nm":"W","mn":"ADBE Vector Shape - Group","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":"W","np":1,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":128,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[45.637,136.151],[45.637,135.242],[46.003,135.242],[46.003,136.151]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[48.048,32.544],[48.048,-3.059],[51.086,-3.059],[51.086,32.544]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":138,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[48.048,32.544],[48.048,-3.059],[51.086,-3.059],[51.086,32.544]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[48.048,32.544],[48.048,10.642],[51.304,10.838],[51.304,32.74]],"c":true}]},{"t":148}],"ix":2},"nm":"I","mn":"ADBE Vector Shape - Group","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":"I","np":1,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":130,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[74.122,127.895],[74.065,127.273],[74.101,127.27],[74.602,127.796],[74.551,127.229],[74.586,127.226],[74.642,127.848],[74.607,127.851],[74.106,127.325],[74.157,127.892]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[59.4,36.961],[56.709,7.171],[58.406,7.017],[82.403,32.217],[79.951,5.071],[81.648,4.918],[84.339,34.708],[82.642,34.862],[58.645,9.662],[61.097,36.808]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":140,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[59.4,36.961],[56.709,7.171],[58.406,7.017],[82.403,32.217],[79.951,5.071],[81.648,4.918],[84.339,34.708],[82.642,34.862],[58.645,9.662],[61.097,36.808]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[62.67,33.604],[60.644,11.178],[65.216,11.013],[79.977,27.074],[78.141,9.597],[81.846,9.71],[83.872,32.136],[80.166,32.023],[63.619,14.09],[66.375,33.717]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":148,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[62.67,33.604],[60.644,11.178],[65.216,11.013],[79.977,27.074],[78.141,9.597],[81.846,9.71],[83.872,32.136],[80.166,32.023],[63.619,14.09],[66.375,33.717]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[62.942,33.324],[60.971,11.511],[62.214,11.399],[79.786,29.851],[77.99,9.974],[79.233,9.861],[81.203,31.675],[79.96,31.787],[62.389,13.335],[64.185,33.212]],"c":true}]},{"t":150}],"ix":2},"nm":"N","mn":"ADBE Vector Shape - Group","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":"N","np":1,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":132,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[104.516,113.52],[104.516,113.81],[105.668,113.81],[105.668,113.52]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[90.396,24.63],[90.396,2.528],[93.725,2.528],[93.725,24.63]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":142,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[90.396,24.63],[90.396,2.528],[93.725,2.528],[93.725,24.63]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[92.144,24.733],[92.144,8.399],[96.107,8.599],[96.107,24.932]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":148,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[92.144,24.733],[92.144,8.399],[96.107,8.599],[96.107,24.932]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[92.735,24.768],[92.735,10.382],[93.887,10.382],[93.887,24.768]],"c":true}]},{"t":152}],"ix":2},"nm":"!","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":132,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[102.836,113.356],[102.836,113.376],[107.348,113.376],[107.348,113.356]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[85.543,37.108],[85.543,35.581],[98.578,35.581],[98.578,37.108]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":142,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[85.543,37.108],[85.543,35.581],[98.578,35.581],[98.578,37.108]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[89.603,34.756],[89.837,30.692],[96.501,30.692],[96.267,34.756]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":148,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[89.603,34.756],[89.837,30.692],[96.501,30.692],[96.267,34.756]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[91.055,32.89],[91.055,31.896],[95.567,31.896],[95.567,32.89]],"c":true}]},{"t":152}],"ix":2},"nm":"!","mn":"ADBE Vector Shape - Group","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":"!","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.999163459329,1,0.49434745639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.768382293103,0,1],"ix":3},"o":{"a":0,"k":95,"ix":4},"w":{"a":0,"k":5,"ix":5},"lc":2,"lj":2,"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":"Group 1","np":6,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.185,-4.531],[0,0],[5.472,-0.223],[0,0],[0.185,4.531],[0,0]],"o":[[0,0],[5.472,-0.223],[0,0],[0.185,4.531],[0,0],[-5.472,0.223],[0,0],[0,0]],"v":[[-8.786,-6.157],[100.963,-5.171],[111.249,2.66],[111.012,38.73],[101.398,47.373],[-0.228,51.52],[-10.513,43.689],[-9.399,11.629]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.593],"y":[0.843]},"o":{"x":[0.175],"y":[0.072]},"n":["0p593_0p843_0p175_0p072"],"t":145,"s":[0],"e":[81.377]},{"i":{"x":[0.698],"y":[1]},"o":{"x":[0.351],"y":[1.186]},"n":["0p698_1_0p351_1p186"],"t":155,"s":[81.377],"e":[100]},{"t":175}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.941176470588,0.313725490196,1],"ix":3},"o":{"a":0,"k":95,"ix":4},"w":{"a":0,"k":6,"ix":5},"lc":2,"lj":2,"d":[{"n":"d","nm":"dash","v":{"a":0,"k":0,"ix":1}},{"n":"o","nm":"offset","v":{"a":0,"k":0,"ix":7}}],"nm":"win text outline","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":"Group 2","np":3,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":-43,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"star","parent":12,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[0],"e":[720]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":60,"s":[720],"e":[360]},{"t":120}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":120,"s":[92.591,9.152,0],"e":[90.288,6.377,0],"to":[-0.38377153873444,-0.46241813898087,0],"ti":[0.00295497709885,36.700740814209,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":125,"s":[90.288,6.377,0],"e":[92.573,-211.053,0],"to":[-0.00295497709885,-36.700740814209,0],"ti":[-0.38081654906273,36.2383232116699,0]},{"t":132}],"ix":2},"a":{"a":0,"k":[14.28,14.217,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.593,0.593,0.593],"y":[0.361,0.361,-24.577]},"o":{"x":[0.175,0.175,0.175],"y":[0.291,0.291,11.64]},"n":["0p593_0p361_0p175_0p291","0p593_0p361_0p175_0p291","0p593_-24p577_0p175_11p64"],"t":30,"s":[0,0,100],"e":[40,40,100]},{"i":{"x":[0.698,0.698,0.698],"y":[1,1,1]},"o":{"x":[0.351,0.351,0.351],"y":[0.079,0.079,11.044]},"n":["0p698_1_0p351_0p079","0p698_1_0p351_0p079","0p698_1_0p351_11p044"],"t":50,"s":[40,40,100],"e":[180,180,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":60,"s":[180,180,100],"e":[90,90,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":65,"s":[90,90,100],"e":[150,150,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":70,"s":[150,150,100],"e":[80,80,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":75,"s":[80,80,100],"e":[100,100,100]},{"t":85}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.403,0.963],[0.951,0.394],[0,0],[0.397,-0.946],[-0.95,-0.395],[0,0]],"o":[[0.398,-0.946],[0,0],[-0.95,-0.402],[-0.399,0.946],[0,0],[0.929,0.391]],"v":[[4.832,2.012],[3.829,-0.417],[-2.39,-3.001],[-4.831,-2.002],[-3.828,0.428],[2.392,3.012]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[5.48,10.557],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.95,0.395],[0,0],[0.397,-0.945],[-0.952,-0.395],[0,0],[-0.395,0.942]],"o":[[0,0],[-0.949,-0.392],[-0.399,0.946],[0,0],[0.954,0.397],[0.398,-0.947]],"v":[[3.829,-0.426],[-2.389,-3.008],[-4.831,-2.01],[-3.826,0.421],[2.392,3.003],[4.832,2.006]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[23.08,17.878],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.951,0.395],[0.397,-0.946],[0,0],[-0.952,-0.395],[-0.395,0.943],[0,0]],"o":[[-0.953,-0.393],[0,0],[-0.397,0.946],[0.954,0.396],[0,0],[0.398,-0.946]],"v":[[2.017,-4.811],[-0.423,-3.812],[-3.02,2.379],[-2.016,4.808],[0.424,3.81],[3.02,-2.382]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[10.607,22.981],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.95,0.394],[0.395,-0.946],[0,0],[-0.95,-0.395],[-0.404,0.963]],"o":[[0.398,-0.946],[-0.95,-0.399],[0,0],[-0.398,0.947],[0.929,0.39],[0,0]],"v":[[3.02,-2.376],[2.017,-4.805],[-0.424,-3.807],[-3.02,2.385],[-2.017,4.814],[0.424,3.816]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[17.954,5.454],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.92549020052,0.290196090937,1],"ix":3},"o":{"a":0,"k":90,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"box","parent":12,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[63,85,0],"ix":2},"a":{"a":0,"k":[65.363,18.744,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0","0p667_1_0p167_0"],"t":40,"s":[0,100,100],"e":[110,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":50,"s":[110,100,100],"e":[95,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":55,"s":[95,100,100],"e":[105,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":60,"s":[105,100,100],"e":[95,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":65,"s":[95,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":70,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0,0]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0","0p667_1_0p167_0"],"t":120,"s":[100,100,100],"e":[95,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":125,"s":[95,100,100],"e":[105,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":130,"s":[105,100,100],"e":[0,100,100]},{"t":133}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-1.025],[-1.032,0],[0,0],[0,1.027],[1.033,0],[0,0]],"o":[[0,1.027],[0,0],[1.033,0],[0,-1.025],[0,0],[-1.032,0]],"v":[[-35.07,-0.001],[-33.202,1.857],[33.202,1.857],[35.07,-0.001],[33.202,-1.857],[-33.202,-1.857]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[65.442,10.389],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.322,0.617],[0.696,0],[0,0],[0.271,-0.113],[0.004,-0.002],[0.055,-0.03],[0,-0.683],[0,0],[-1.031,0],[-0.341,0.393],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.563,0],[0,1.027],[0,0],[0.093,0.223],[0,0.002],[0.381,0.204],[0.054,0.023],[0.012,0.005],[0.276,-0.018],[0,0],[0.321,-0.617],[-0.402,-0.568],[0,0],[0,0],[-0.32,-0.616],[-0.697,0],[0,0],[0,1.026],[1.031,0],[0,0],[0,0],[0.455,0.642],[0,0],[0,0],[0,0],[0,-0.79],[0,0],[-1.031,0],[0,0],[0,1.026],[0,0],[0,0.004],[0.004,0.053],[0.485,0.298],[0,0],[0,0],[0,0],[-0.455,-0.643],[0,0],[0,0],[0,-1.027],[-1.032,0],[0,0],[-0.32,0.617],[0.402,0.566]],"o":[[0,0],[0.403,-0.568],[-0.32,-0.617],[0,0],[-0.287,-0.021],[-0.005,0.002],[-0.057,0.024],[-0.602,0.323],[0,0],[0,1.027],[0.563,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.342,0.393],[1.031,0],[0,0],[0,-0.25],[-0.001,-0.002],[-0.162,-0.384],[-0.052,-0.028],[-0.012,-0.005],[-0.263,-0.105],[0,0],[-0.697,0],[-0.321,0.617],[0,0],[0,0],[-0.403,0.566],[0.322,0.617],[0,0],[1.031,0],[0,-1.027],[0,0],[0,0],[0.454,-0.643],[0,0],[0,0],[0,0],[-0.7,0.268],[0,0],[0,1.026],[0,0],[1.032,0],[0,0],[0,-0.003],[-0.001,-0.055],[-0.057,-0.595],[0,0],[0,0],[0,0],[-0.456,0.642],[0,0],[0,0],[-1.032,0],[0,1.026],[0,0],[0.696,0],[0.321,-0.616],[0,0]],"v":[[56.556,-4.131],[64.657,-15.542],[64.79,-17.469],[63.133,-18.473],[30.281,-18.473],[29.438,-18.329],[29.424,-18.325],[29.251,-18.26],[28.275,-16.626],[28.275,-14.71],[30.141,-12.852],[31.551,-13.493],[41.025,-7.342],[41.025,14.779],[-41.096,14.779],[-41.096,-7.294],[-31.551,-13.493],[-30.14,-12.852],[-28.274,-14.71],[-28.274,-16.626],[-28.432,-17.335],[-28.434,-17.34],[-29.251,-18.26],[-29.416,-18.322],[-29.452,-18.335],[-30.265,-18.473],[-63.133,-18.473],[-64.792,-17.469],[-64.658,-15.542],[-56.557,-4.131],[-64.658,7.308],[-64.79,9.233],[-63.133,10.236],[-49.051,10.236],[-47.184,8.378],[-49.051,6.52],[-59.533,6.52],[-52.747,-3.062],[-52.747,-5.204],[-59.529,-14.757],[-36.436,-14.757],[-43.633,-10.085],[-44.829,-8.357],[-44.829,16.638],[-42.964,18.495],[42.891,18.495],[44.758,16.638],[44.758,-8.357],[44.757,-8.367],[44.741,-8.529],[43.868,-9.932],[36.436,-14.757],[59.529,-14.757],[52.747,-5.204],[52.745,-3.062],[59.533,6.52],[49.053,6.52],[47.186,8.378],[49.053,10.236],[63.133,10.236],[64.79,9.233],[64.659,7.308]],"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,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[65.362,18.744],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.92549020052,0.290196090937,1],"ix":3},"o":{"a":0,"k":90,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"body","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"t":30}],"ix":11},"r":{"a":0,"k":6,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[220,240,0],"e":[224,200,0],"to":[0.66666668653488,-6.66666650772095,0],"ti":[-0.66666668653488,6.66666650772095,0]},{"t":179}],"ix":2},"a":{"a":0,"k":[63.392,62.843,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[-0.003,0],[-0.003,-0.002],[0,0],[0,0],[-0.005,0.005],[0,0],[0,0],[0.003,0.006],[0,0],[0,0],[0.007,-0.001],[0,0],[0,0],[0.001,-0.007],[0,0],[0,0]],"o":[[0.003,0],[0,0],[0,0],[-0.001,-0.007],[0,0],[0,0],[-0.007,-0.001],[0,0],[0,0],[-0.003,0.006],[0,0],[0,0],[0.005,0.005],[0,0],[0,0],[0.003,-0.002]],"v":[[20.415,120.894],[20.425,120.897],[20.435,120.902],[20.433,120.891],[20.439,120.872],[20.448,120.864],[20.436,120.862],[20.42,120.85],[20.415,120.84],[20.409,120.85],[20.393,120.862],[20.382,120.864],[20.39,120.872],[20.396,120.891],[20.394,120.902],[20.404,120.897]],"c":true}],"e":[{"i":[[-0.003,0],[-0.003,-0.002],[0,0],[0,0],[-0.005,0.005],[0,0],[0,0],[0.003,0.006],[0,0],[0,0],[0.007,-0.001],[0,0],[0,0],[0.001,-0.007],[0,0],[0,0]],"o":[[0.003,0],[0,0],[0,0],[-0.001,-0.007],[0,0],[0,0],[-0.007,-0.001],[0,0],[0,0],[-0.003,0.006],[0,0],[0,0],[0.005,0.005],[0,0],[0,0],[0.003,-0.002]],"v":[[20.379,30.644],[20.389,30.647],[20.399,30.652],[20.397,30.641],[20.404,30.622],[20.412,30.614],[20.401,30.612],[20.384,30.6],[20.379,30.59],[20.374,30.6],[20.358,30.612],[20.346,30.614],[20.354,30.622],[20.361,30.641],[20.359,30.652],[20.369,30.647]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35,"s":[{"i":[[-0.003,0],[-0.003,-0.002],[0,0],[0,0],[-0.005,0.005],[0,0],[0,0],[0.003,0.006],[0,0],[0,0],[0.007,-0.001],[0,0],[0,0],[0.001,-0.007],[0,0],[0,0]],"o":[[0.003,0],[0,0],[0,0],[-0.001,-0.007],[0,0],[0,0],[-0.007,-0.001],[0,0],[0,0],[-0.003,0.006],[0,0],[0,0],[0.005,0.005],[0,0],[0,0],[0.003,-0.002]],"v":[[20.379,30.644],[20.389,30.647],[20.399,30.652],[20.397,30.641],[20.404,30.622],[20.412,30.614],[20.401,30.612],[20.384,30.6],[20.379,30.59],[20.374,30.6],[20.358,30.612],[20.346,30.614],[20.354,30.622],[20.361,30.641],[20.359,30.652],[20.369,30.647]],"c":true}],"e":[{"i":[[-0.244,0],[-0.222,-0.116],[0,0],[0,0],[-0.358,0.35],[0,0],[0,0],[0.223,0.447],[0,0],[0,0],[0.496,-0.073],[0,0],[0,0],[0.086,-0.491],[0,0],[0,0]],"o":[[0.243,0],[0,0],[0,0],[-0.085,-0.491],[0,0],[0,0],[-0.496,-0.073],[0,0],[0,0],[-0.223,0.446],[0,0],[0,0],[0.357,0.35],[0,0],[0,0],[0.223,-0.116]],"v":[[20.493,32.371],[21.202,32.546],[21.927,32.925],[21.787,32.122],[22.226,30.779],[22.813,30.212],[22.002,30.094],[20.855,29.264],[20.493,28.533],[20.13,29.265],[18.983,30.094],[18.173,30.212],[18.761,30.779],[19.198,32.122],[19.06,32.925],[19.783,32.546]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":45,"s":[{"i":[[-0.244,0],[-0.222,-0.116],[0,0],[0,0],[-0.358,0.35],[0,0],[0,0],[0.223,0.447],[0,0],[0,0],[0.496,-0.073],[0,0],[0,0],[0.086,-0.491],[0,0],[0,0]],"o":[[0.243,0],[0,0],[0,0],[-0.085,-0.491],[0,0],[0,0],[-0.496,-0.073],[0,0],[0,0],[-0.223,0.446],[0,0],[0,0],[0.357,0.35],[0,0],[0,0],[0.223,-0.116]],"v":[[20.493,32.371],[21.202,32.546],[21.927,32.925],[21.787,32.122],[22.226,30.779],[22.813,30.212],[22.002,30.094],[20.855,29.264],[20.493,28.533],[20.13,29.265],[18.983,30.094],[18.173,30.212],[18.761,30.779],[19.198,32.122],[19.06,32.925],[19.783,32.546]],"c":true}],"e":[{"i":[[-0.299,0],[-0.272,-0.142],[0,0],[0,0],[-0.439,0.429],[0,0],[0,0],[0.273,0.548],[0,0],[0,0],[0.608,-0.089],[0,0],[0,0],[0.105,-0.602],[0,0],[0,0]],"o":[[0.298,0],[0,0],[0,0],[-0.104,-0.602],[0,0],[0,0],[-0.608,-0.089],[0,0],[0,0],[-0.273,0.547],[0,0],[0,0],[0.437,0.429],[0,0],[0,0],[0.273,-0.142]],"v":[[20.52,32.766],[21.389,32.98],[22.276,33.445],[22.105,32.46],[22.643,30.815],[23.363,30.119],[22.368,29.975],[20.962,28.958],[20.52,28.062],[20.074,28.96],[18.669,29.975],[17.675,30.119],[18.396,30.815],[18.932,32.46],[18.762,33.445],[19.649,32.98]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":65,"s":[{"i":[[-0.299,0],[-0.272,-0.142],[0,0],[0,0],[-0.439,0.429],[0,0],[0,0],[0.273,0.548],[0,0],[0,0],[0.608,-0.089],[0,0],[0,0],[0.105,-0.602],[0,0],[0,0]],"o":[[0.298,0],[0,0],[0,0],[-0.104,-0.602],[0,0],[0,0],[-0.608,-0.089],[0,0],[0,0],[-0.273,0.547],[0,0],[0,0],[0.437,0.429],[0,0],[0,0],[0.273,-0.142]],"v":[[20.52,32.766],[21.389,32.98],[22.276,33.445],[22.105,32.46],[22.643,30.815],[23.363,30.119],[22.368,29.975],[20.962,28.958],[20.52,28.062],[20.074,28.96],[18.669,29.975],[17.675,30.119],[18.396,30.815],[18.932,32.46],[18.762,33.445],[19.649,32.98]],"c":true}],"e":[{"i":[[-0.299,0],[-0.272,-0.142],[0,0],[0,0],[-0.439,0.429],[0,0],[0,0],[0.273,0.548],[0,0],[0,0],[0.608,-0.089],[0,0],[0,0],[0.105,-0.602],[0,0],[0,0]],"o":[[0.298,0],[0,0],[0,0],[-0.104,-0.602],[0,0],[0,0],[-0.608,-0.089],[0,0],[0,0],[-0.273,0.547],[0,0],[0,0],[0.437,0.429],[0,0],[0,0],[0.273,-0.142]],"v":[[20.52,32.766],[21.389,32.98],[22.276,33.445],[22.105,32.46],[22.643,30.815],[23.363,30.119],[22.368,29.975],[20.962,28.958],[20.52,28.062],[20.074,28.96],[18.669,29.975],[17.675,30.119],[18.396,30.815],[18.932,32.46],[18.762,33.445],[19.649,32.98]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":123,"s":[{"i":[[-0.299,0],[-0.272,-0.142],[0,0],[0,0],[-0.439,0.429],[0,0],[0,0],[0.273,0.548],[0,0],[0,0],[0.608,-0.089],[0,0],[0,0],[0.105,-0.602],[0,0],[0,0]],"o":[[0.298,0],[0,0],[0,0],[-0.104,-0.602],[0,0],[0,0],[-0.608,-0.089],[0,0],[0,0],[-0.273,0.547],[0,0],[0,0],[0.437,0.429],[0,0],[0,0],[0.273,-0.142]],"v":[[20.52,32.766],[21.389,32.98],[22.276,33.445],[22.105,32.46],[22.643,30.815],[23.363,30.119],[22.368,29.975],[20.962,28.958],[20.52,28.062],[20.074,28.96],[18.669,29.975],[17.675,30.119],[18.396,30.815],[18.932,32.46],[18.762,33.445],[19.649,32.98]],"c":true}],"e":[{"i":[[-0.003,0],[-0.003,-0.002],[0,0],[0,0],[-0.005,0.005],[0,0],[0,0],[0.003,0.006],[0,0],[0,0],[0.007,-0.001],[0,0],[0,0],[0.001,-0.007],[0,0],[0,0]],"o":[[0.003,0],[0,0],[0,0],[-0.001,-0.007],[0,0],[0,0],[-0.007,-0.001],[0,0],[0,0],[-0.003,0.006],[0,0],[0,0],[0.005,0.005],[0,0],[0,0],[0.003,-0.002]],"v":[[20.379,30.644],[20.389,30.647],[20.399,30.652],[20.397,30.641],[20.404,30.622],[20.412,30.614],[20.401,30.612],[20.384,30.6],[20.379,30.59],[20.374,30.6],[20.358,30.612],[20.346,30.614],[20.354,30.622],[20.361,30.641],[20.359,30.652],[20.369,30.647]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":133,"s":[{"i":[[-0.003,0],[-0.003,-0.002],[0,0],[0,0],[-0.005,0.005],[0,0],[0,0],[0.003,0.006],[0,0],[0,0],[0.007,-0.001],[0,0],[0,0],[0.001,-0.007],[0,0],[0,0]],"o":[[0.003,0],[0,0],[0,0],[-0.001,-0.007],[0,0],[0,0],[-0.007,-0.001],[0,0],[0,0],[-0.003,0.006],[0,0],[0,0],[0.005,0.005],[0,0],[0,0],[0.003,-0.002]],"v":[[20.379,30.644],[20.389,30.647],[20.399,30.652],[20.397,30.641],[20.404,30.622],[20.412,30.614],[20.401,30.612],[20.384,30.6],[20.379,30.59],[20.374,30.6],[20.358,30.612],[20.346,30.614],[20.354,30.622],[20.361,30.641],[20.359,30.652],[20.369,30.647]],"c":true}],"e":[{"i":[[-0.003,0],[-0.003,-0.002],[0,0],[0,0],[-0.005,0.005],[0,0],[0,0],[0.003,0.006],[0,0],[0,0],[0.007,-0.001],[0,0],[0,0],[0.001,-0.007],[0,0],[0,0]],"o":[[0.003,0],[0,0],[0,0],[-0.001,-0.007],[0,0],[0,0],[-0.007,-0.001],[0,0],[0,0],[-0.003,0.006],[0,0],[0,0],[0.005,0.005],[0,0],[0,0],[0.003,-0.002]],"v":[[11.9,-323.651],[11.91,-323.648],[11.921,-323.643],[11.919,-323.654],[11.925,-323.673],[11.933,-323.682],[11.922,-323.683],[11.905,-323.695],[11.9,-323.705],[11.895,-323.695],[11.879,-323.683],[11.867,-323.682],[11.876,-323.673],[11.882,-323.654],[11.88,-323.643],[11.89,-323.648]],"c":true}]},{"t":140}],"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[0.003,0.001],[0,0],[0,0],[0.002,0.002],[0,0.003],[0,0],[0,0],[-0.001,0.003],[-0.003,0],[0,0],[0,0],[-0.003,0],[-0.001,-0.002],[0,0],[0,0],[-0.001,-0.003],[0.002,-0.002],[0,0],[0,0],[0.002,-0.002]],"o":[[0,0],[0,0],[-0.003,0.001],[-0.002,-0.002],[0,0],[0,0],[-0.002,-0.002],[0.001,-0.003],[0,0],[0,0],[0.001,-0.002],[0.003,0],[0,0],[0,0],[0.003,0],[0.001,0.003],[0,0],[0,0],[0,0.003],[-0.002,0.002]],"v":[[20.207,121.151],[20.193,121.145],[20.179,121.151],[20.171,121.151],[20.168,121.144],[20.171,121.13],[20.159,121.12],[20.158,121.113],[20.164,121.108],[20.179,121.106],[20.186,121.094],[20.193,121.09],[20.2,121.094],[20.207,121.106],[20.222,121.108],[20.228,121.113],[20.226,121.12],[20.215,121.13],[20.218,121.144],[20.215,121.151]],"c":true}],"e":[{"i":[[0.003,0.001],[0,0],[0,0],[0.002,0.002],[0,0.003],[0,0],[0,0],[-0.001,0.003],[-0.003,0],[0,0],[0,0],[-0.003,0],[-0.001,-0.002],[0,0],[0,0],[-0.001,-0.003],[0.002,-0.002],[0,0],[0,0],[0.002,-0.002]],"o":[[0,0],[0,0],[-0.003,0.001],[-0.002,-0.002],[0,0],[0,0],[-0.002,-0.002],[0.001,-0.003],[0,0],[0,0],[0.001,-0.002],[0.003,0],[0,0],[0,0],[0.003,0],[0.001,0.003],[0,0],[0,0],[0,0.003],[-0.002,0.002]],"v":[[20.171,30.901],[20.157,30.894],[20.144,30.901],[20.136,30.901],[20.132,30.894],[20.135,30.88],[20.124,30.87],[20.122,30.863],[20.128,30.858],[20.144,30.856],[20.15,30.844],[20.157,30.84],[20.164,30.844],[20.171,30.856],[20.186,30.858],[20.193,30.863],[20.191,30.87],[20.18,30.88],[20.182,30.894],[20.179,30.901]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35,"s":[{"i":[[0.003,0.001],[0,0],[0,0],[0.002,0.002],[0,0.003],[0,0],[0,0],[-0.001,0.003],[-0.003,0],[0,0],[0,0],[-0.003,0],[-0.001,-0.002],[0,0],[0,0],[-0.001,-0.003],[0.002,-0.002],[0,0],[0,0],[0.002,-0.002]],"o":[[0,0],[0,0],[-0.003,0.001],[-0.002,-0.002],[0,0],[0,0],[-0.002,-0.002],[0.001,-0.003],[0,0],[0,0],[0.001,-0.002],[0.003,0],[0,0],[0,0],[0.003,0],[0.001,0.003],[0,0],[0,0],[0,0.003],[-0.002,0.002]],"v":[[20.171,30.901],[20.157,30.894],[20.144,30.901],[20.136,30.901],[20.132,30.894],[20.135,30.88],[20.124,30.87],[20.122,30.863],[20.128,30.858],[20.144,30.856],[20.15,30.844],[20.157,30.84],[20.164,30.844],[20.171,30.856],[20.186,30.858],[20.193,30.863],[20.191,30.87],[20.18,30.88],[20.182,30.894],[20.179,30.901]],"c":true}],"e":[{"i":[[0.529,0.274],[0,0],[0,0],[0.472,0.341],[-0.097,0.567],[0,0],[0,0],[-0.18,0.548],[-0.572,0.083],[0,0],[0,0],[-0.579,0],[-0.258,-0.518],[0,0],[0,0],[-0.178,-0.548],[0.415,-0.403],[0,0],[0,0],[0.469,-0.339]],"o":[[0,0],[0,0],[-0.513,0.266],[-0.469,-0.339],[0,0],[0,0],[-0.414,-0.403],[0.178,-0.548],[0,0],[0,0],[0.257,-0.516],[0.579,0],[0,0],[0,0],[0.573,0.083],[0.18,0.548],[0,0],[0,0],[0.095,0.567],[-0.455,0.331]],"v":[[23.195,37.075],[20.452,35.638],[17.71,37.075],[16.108,36.958],[15.502,35.479],[16.027,32.44],[13.808,30.286],[13.424,28.735],[14.651,27.704],[17.717,27.261],[19.088,24.494],[20.452,23.651],[21.816,24.496],[23.186,27.261],[26.252,27.704],[27.48,28.735],[27.095,30.286],[24.877,32.44],[25.402,35.479],[24.795,36.958]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":45,"s":[{"i":[[0.529,0.274],[0,0],[0,0],[0.472,0.341],[-0.097,0.567],[0,0],[0,0],[-0.18,0.548],[-0.572,0.083],[0,0],[0,0],[-0.579,0],[-0.258,-0.518],[0,0],[0,0],[-0.178,-0.548],[0.415,-0.403],[0,0],[0,0],[0.469,-0.339]],"o":[[0,0],[0,0],[-0.513,0.266],[-0.469,-0.339],[0,0],[0,0],[-0.414,-0.403],[0.178,-0.548],[0,0],[0,0],[0.257,-0.516],[0.579,0],[0,0],[0,0],[0.573,0.083],[0.18,0.548],[0,0],[0,0],[0.095,0.567],[-0.455,0.331]],"v":[[23.195,37.075],[20.452,35.638],[17.71,37.075],[16.108,36.958],[15.502,35.479],[16.027,32.44],[13.808,30.286],[13.424,28.735],[14.651,27.704],[17.717,27.261],[19.088,24.494],[20.452,23.651],[21.816,24.496],[23.186,27.261],[26.252,27.704],[27.48,28.735],[27.095,30.286],[24.877,32.44],[25.402,35.479],[24.795,36.958]],"c":true}],"e":[{"i":[[0.649,0.336],[0,0],[0,0],[0.579,0.419],[-0.119,0.696],[0,0],[0,0],[-0.221,0.673],[-0.702,0.102],[0,0],[0,0],[-0.711,0],[-0.317,-0.636],[0,0],[0,0],[-0.219,-0.673],[0.509,-0.495],[0,0],[0,0],[0.576,-0.416]],"o":[[0,0],[0,0],[-0.63,0.327],[-0.576,-0.416],[0,0],[0,0],[-0.508,-0.495],[0.218,-0.673],[0,0],[0,0],[0.315,-0.634],[0.711,0],[0,0],[0,0],[0.703,0.102],[0.221,0.673],[0,0],[0,0],[0.117,0.696],[-0.559,0.407]],"v":[[23.886,38.488],[20.52,36.723],[17.152,38.488],[15.186,38.344],[14.442,36.529],[15.087,32.796],[12.363,30.152],[11.891,28.247],[13.397,26.982],[17.161,26.438],[18.844,23.042],[20.52,22.005],[22.195,23.044],[23.876,26.438],[27.641,26.982],[29.147,28.247],[28.675,30.152],[25.951,32.796],[26.596,36.529],[25.852,38.344]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":65,"s":[{"i":[[0.649,0.336],[0,0],[0,0],[0.579,0.419],[-0.119,0.696],[0,0],[0,0],[-0.221,0.673],[-0.702,0.102],[0,0],[0,0],[-0.711,0],[-0.317,-0.636],[0,0],[0,0],[-0.219,-0.673],[0.509,-0.495],[0,0],[0,0],[0.576,-0.416]],"o":[[0,0],[0,0],[-0.63,0.327],[-0.576,-0.416],[0,0],[0,0],[-0.508,-0.495],[0.218,-0.673],[0,0],[0,0],[0.315,-0.634],[0.711,0],[0,0],[0,0],[0.703,0.102],[0.221,0.673],[0,0],[0,0],[0.117,0.696],[-0.559,0.407]],"v":[[23.886,38.488],[20.52,36.723],[17.152,38.488],[15.186,38.344],[14.442,36.529],[15.087,32.796],[12.363,30.152],[11.891,28.247],[13.397,26.982],[17.161,26.438],[18.844,23.042],[20.52,22.005],[22.195,23.044],[23.876,26.438],[27.641,26.982],[29.147,28.247],[28.675,30.152],[25.951,32.796],[26.596,36.529],[25.852,38.344]],"c":true}],"e":[{"i":[[0.649,0.336],[0,0],[0,0],[0.579,0.419],[-0.119,0.696],[0,0],[0,0],[-0.221,0.673],[-0.702,0.102],[0,0],[0,0],[-0.711,0],[-0.317,-0.636],[0,0],[0,0],[-0.219,-0.673],[0.509,-0.495],[0,0],[0,0],[0.576,-0.416]],"o":[[0,0],[0,0],[-0.63,0.327],[-0.576,-0.416],[0,0],[0,0],[-0.508,-0.495],[0.218,-0.673],[0,0],[0,0],[0.315,-0.634],[0.711,0],[0,0],[0,0],[0.703,0.102],[0.221,0.673],[0,0],[0,0],[0.117,0.696],[-0.559,0.407]],"v":[[23.886,38.488],[20.52,36.723],[17.152,38.488],[15.186,38.344],[14.442,36.529],[15.087,32.796],[12.363,30.152],[11.891,28.247],[13.397,26.982],[17.161,26.438],[18.844,23.042],[20.52,22.005],[22.195,23.044],[23.876,26.438],[27.641,26.982],[29.147,28.247],[28.675,30.152],[25.951,32.796],[26.596,36.529],[25.852,38.344]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":123,"s":[{"i":[[0.649,0.336],[0,0],[0,0],[0.579,0.419],[-0.119,0.696],[0,0],[0,0],[-0.221,0.673],[-0.702,0.102],[0,0],[0,0],[-0.711,0],[-0.317,-0.636],[0,0],[0,0],[-0.219,-0.673],[0.509,-0.495],[0,0],[0,0],[0.576,-0.416]],"o":[[0,0],[0,0],[-0.63,0.327],[-0.576,-0.416],[0,0],[0,0],[-0.508,-0.495],[0.218,-0.673],[0,0],[0,0],[0.315,-0.634],[0.711,0],[0,0],[0,0],[0.703,0.102],[0.221,0.673],[0,0],[0,0],[0.117,0.696],[-0.559,0.407]],"v":[[23.886,38.488],[20.52,36.723],[17.152,38.488],[15.186,38.344],[14.442,36.529],[15.087,32.796],[12.363,30.152],[11.891,28.247],[13.397,26.982],[17.161,26.438],[18.844,23.042],[20.52,22.005],[22.195,23.044],[23.876,26.438],[27.641,26.982],[29.147,28.247],[28.675,30.152],[25.951,32.796],[26.596,36.529],[25.852,38.344]],"c":true}],"e":[{"i":[[0.003,0.001],[0,0],[0,0],[0.002,0.002],[0,0.003],[0,0],[0,0],[-0.001,0.003],[-0.003,0],[0,0],[0,0],[-0.003,0],[-0.001,-0.002],[0,0],[0,0],[-0.001,-0.002],[0.002,-0.002],[0,0],[0,0],[0.002,-0.002]],"o":[[0,0],[0,0],[-0.003,0.001],[-0.002,-0.002],[0,0],[0,0],[-0.002,-0.002],[0.001,-0.002],[0,0],[0,0],[0.001,-0.002],[0.003,0],[0,0],[0,0],[0.003,0],[0.001,0.003],[0,0],[0,0],[0,0.003],[-0.002,0.002]],"v":[[20.171,30.901],[20.157,30.895],[20.144,30.901],[20.136,30.901],[20.132,30.894],[20.135,30.88],[20.124,30.87],[20.122,30.863],[20.128,30.858],[20.144,30.856],[20.15,30.844],[20.157,30.84],[20.164,30.844],[20.171,30.856],[20.186,30.858],[20.193,30.863],[20.191,30.87],[20.18,30.88],[20.182,30.894],[20.179,30.901]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":133,"s":[{"i":[[0.003,0.001],[0,0],[0,0],[0.002,0.002],[0,0.003],[0,0],[0,0],[-0.001,0.003],[-0.003,0],[0,0],[0,0],[-0.003,0],[-0.001,-0.002],[0,0],[0,0],[-0.001,-0.002],[0.002,-0.002],[0,0],[0,0],[0.002,-0.002]],"o":[[0,0],[0,0],[-0.003,0.001],[-0.002,-0.002],[0,0],[0,0],[-0.002,-0.002],[0.001,-0.002],[0,0],[0,0],[0.001,-0.002],[0.003,0],[0,0],[0,0],[0.003,0],[0.001,0.003],[0,0],[0,0],[0,0.003],[-0.002,0.002]],"v":[[20.171,30.901],[20.157,30.895],[20.144,30.901],[20.136,30.901],[20.132,30.894],[20.135,30.88],[20.124,30.87],[20.122,30.863],[20.128,30.858],[20.144,30.856],[20.15,30.844],[20.157,30.84],[20.164,30.844],[20.171,30.856],[20.186,30.858],[20.193,30.863],[20.191,30.87],[20.18,30.88],[20.182,30.894],[20.179,30.901]],"c":true}],"e":[{"i":[[0.003,0.001],[0,0],[0,0],[0.002,0.002],[0,0.003],[0,0],[0,0],[-0.001,0.003],[-0.003,0],[0,0],[0,0],[-0.003,0],[-0.001,-0.002],[0,0],[0,0],[-0.001,-0.003],[0.002,-0.002],[0,0],[0,0],[0.002,-0.002]],"o":[[0,0],[0,0],[-0.003,0.001],[-0.002,-0.002],[0,0],[0,0],[-0.002,-0.002],[0.001,-0.003],[0,0],[0,0],[0.001,-0.002],[0.003,0],[0,0],[0,0],[0.003,0],[0.001,0.003],[0,0],[0,0],[0,0.003],[-0.002,0.002]],"v":[[11.692,-323.394],[11.679,-323.401],[11.665,-323.394],[11.657,-323.395],[11.654,-323.401],[11.656,-323.415],[11.645,-323.425],[11.643,-323.432],[11.649,-323.437],[11.665,-323.439],[11.672,-323.452],[11.679,-323.455],[11.685,-323.452],[11.692,-323.439],[11.708,-323.437],[11.714,-323.432],[11.712,-323.425],[11.701,-323.415],[11.703,-323.401],[11.7,-323.395]],"c":true}]},{"t":140}],"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[-0.002,0],[-0.001,-0.001],[0,0],[0,0],[-0.002,0.003],[0,0],[0,0],[0.001,0.003],[0,0],[0,0],[0.003,-0.001],[0,0],[0,0],[0.001,-0.004],[0,0],[0,0]],"o":[[0.002,0],[0,0],[0,0],[-0.001,-0.004],[0,0],[0,0],[-0.003,-0.001],[0,0],[0,0],[-0.002,0.003],[0,0],[0,0],[0.002,0.003],[0,0],[0,0],[0.001,-0.001]],"v":[[-20.755,123.899],[-20.75,123.9],[-20.745,123.903],[-20.746,123.897],[-20.743,123.887],[-20.739,123.883],[-20.745,123.882],[-20.752,123.876],[-20.755,123.871],[-20.757,123.876],[-20.765,123.882],[-20.77,123.883],[-20.766,123.887],[-20.763,123.897],[-20.764,123.903],[-20.76,123.9]],"c":true}],"e":[{"i":[[-0.002,0],[-0.001,-0.001],[0,0],[0,0],[-0.002,0.003],[0,0],[0,0],[0.001,0.003],[0,0],[0,0],[0.003,-0.001],[0,0],[0,0],[0.001,-0.004],[0,0],[0,0]],"o":[[0.002,0],[0,0],[0,0],[-0.001,-0.004],[0,0],[0,0],[-0.003,-0.001],[0,0],[0,0],[-0.002,0.003],[0,0],[0,0],[0.002,0.003],[0,0],[0,0],[0.001,-0.001]],"v":[[-20.676,30.899],[-20.671,30.9],[-20.666,30.903],[-20.667,30.897],[-20.664,30.887],[-20.66,30.883],[-20.666,30.882],[-20.673,30.876],[-20.676,30.871],[-20.678,30.876],[-20.686,30.882],[-20.691,30.883],[-20.687,30.887],[-20.684,30.897],[-20.685,30.903],[-20.681,30.9]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[{"i":[[-0.002,0],[-0.001,-0.001],[0,0],[0,0],[-0.002,0.003],[0,0],[0,0],[0.001,0.003],[0,0],[0,0],[0.003,-0.001],[0,0],[0,0],[0.001,-0.004],[0,0],[0,0]],"o":[[0.002,0],[0,0],[0,0],[-0.001,-0.004],[0,0],[0,0],[-0.003,-0.001],[0,0],[0,0],[-0.002,0.003],[0,0],[0,0],[0.002,0.003],[0,0],[0,0],[0.001,-0.001]],"v":[[-20.676,30.899],[-20.671,30.9],[-20.666,30.903],[-20.667,30.897],[-20.664,30.887],[-20.66,30.883],[-20.666,30.882],[-20.673,30.876],[-20.676,30.871],[-20.678,30.876],[-20.686,30.882],[-20.691,30.883],[-20.687,30.887],[-20.684,30.897],[-20.685,30.903],[-20.681,30.9]],"c":true}],"e":[{"i":[[-0.244,0],[-0.223,-0.116],[0,0],[0,0],[-0.357,0.348],[0,0],[0,0],[0.222,0.446],[0,0],[0,0],[0.495,-0.073],[0,0],[0,0],[0.085,-0.491],[0,0],[0,0]],"o":[[0.243,0],[0,0],[0,0],[-0.085,-0.491],[0,0],[0,0],[-0.495,-0.073],[0,0],[0,0],[-0.223,0.447],[0,0],[0,0],[0.357,0.348],[0,0],[0,0],[0.222,-0.116]],"v":[[-20.418,32.419],[-19.71,32.593],[-18.986,32.973],[-19.124,32.169],[-18.687,30.83],[-18.102,30.262],[-18.91,30.144],[-20.056,29.316],[-20.418,28.586],[-20.779,29.316],[-21.924,30.144],[-22.735,30.262],[-22.147,30.829],[-21.711,32.169],[-21.85,32.971],[-21.126,32.593]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":50,"s":[{"i":[[-0.244,0],[-0.223,-0.116],[0,0],[0,0],[-0.357,0.348],[0,0],[0,0],[0.222,0.446],[0,0],[0,0],[0.495,-0.073],[0,0],[0,0],[0.085,-0.491],[0,0],[0,0]],"o":[[0.243,0],[0,0],[0,0],[-0.085,-0.491],[0,0],[0,0],[-0.495,-0.073],[0,0],[0,0],[-0.223,0.447],[0,0],[0,0],[0.357,0.348],[0,0],[0,0],[0.222,-0.116]],"v":[[-20.418,32.419],[-19.71,32.593],[-18.986,32.973],[-19.124,32.169],[-18.687,30.83],[-18.102,30.262],[-18.91,30.144],[-20.056,29.316],[-20.418,28.586],[-20.779,29.316],[-21.924,30.144],[-22.735,30.262],[-22.147,30.829],[-21.711,32.169],[-21.85,32.971],[-21.126,32.593]],"c":true}],"e":[{"i":[[-0.3,0],[-0.274,-0.142],[0,0],[0,0],[-0.438,0.427],[0,0],[0,0],[0.273,0.547],[0,0],[0,0],[0.607,-0.089],[0,0],[0,0],[0.104,-0.602],[0,0],[0,0]],"o":[[0.298,0],[0,0],[0,0],[-0.104,-0.602],[0,0],[0,0],[-0.608,-0.089],[0,0],[0,0],[-0.274,0.548],[0,0],[0,0],[0.438,0.427],[0,0],[0,0],[0.272,-0.142]],"v":[[-20.359,32.766],[-19.49,32.98],[-18.602,33.447],[-18.771,32.46],[-18.234,30.817],[-17.517,30.119],[-18.508,29.975],[-19.915,28.96],[-20.359,28.062],[-20.801,28.958],[-22.208,29.975],[-23.202,30.119],[-22.482,30.815],[-21.945,32.46],[-22.117,33.445],[-21.229,32.98]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":70,"s":[{"i":[[-0.3,0],[-0.274,-0.142],[0,0],[0,0],[-0.438,0.427],[0,0],[0,0],[0.273,0.547],[0,0],[0,0],[0.607,-0.089],[0,0],[0,0],[0.104,-0.602],[0,0],[0,0]],"o":[[0.298,0],[0,0],[0,0],[-0.104,-0.602],[0,0],[0,0],[-0.608,-0.089],[0,0],[0,0],[-0.274,0.548],[0,0],[0,0],[0.438,0.427],[0,0],[0,0],[0.272,-0.142]],"v":[[-20.359,32.766],[-19.49,32.98],[-18.602,33.447],[-18.771,32.46],[-18.234,30.817],[-17.517,30.119],[-18.508,29.975],[-19.915,28.96],[-20.359,28.062],[-20.801,28.958],[-22.208,29.975],[-23.202,30.119],[-22.482,30.815],[-21.945,32.46],[-22.117,33.445],[-21.229,32.98]],"c":true}],"e":[{"i":[[-0.3,0],[-0.274,-0.142],[0,0],[0,0],[-0.438,0.427],[0,0],[0,0],[0.273,0.547],[0,0],[0,0],[0.607,-0.089],[0,0],[0,0],[0.104,-0.602],[0,0],[0,0]],"o":[[0.298,0],[0,0],[0,0],[-0.104,-0.602],[0,0],[0,0],[-0.608,-0.089],[0,0],[0,0],[-0.274,0.548],[0,0],[0,0],[0.438,0.427],[0,0],[0,0],[0.272,-0.142]],"v":[[-20.359,32.766],[-19.49,32.98],[-18.602,33.447],[-18.771,32.46],[-18.234,30.817],[-17.517,30.119],[-18.508,29.975],[-19.915,28.96],[-20.359,28.062],[-20.801,28.958],[-22.208,29.975],[-23.202,30.119],[-22.482,30.815],[-21.945,32.46],[-22.117,33.445],[-21.229,32.98]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":125,"s":[{"i":[[-0.3,0],[-0.274,-0.142],[0,0],[0,0],[-0.438,0.427],[0,0],[0,0],[0.273,0.547],[0,0],[0,0],[0.607,-0.089],[0,0],[0,0],[0.104,-0.602],[0,0],[0,0]],"o":[[0.298,0],[0,0],[0,0],[-0.104,-0.602],[0,0],[0,0],[-0.608,-0.089],[0,0],[0,0],[-0.274,0.548],[0,0],[0,0],[0.438,0.427],[0,0],[0,0],[0.272,-0.142]],"v":[[-20.359,32.766],[-19.49,32.98],[-18.602,33.447],[-18.771,32.46],[-18.234,30.817],[-17.517,30.119],[-18.508,29.975],[-19.915,28.96],[-20.359,28.062],[-20.801,28.958],[-22.208,29.975],[-23.202,30.119],[-22.482,30.815],[-21.945,32.46],[-22.117,33.445],[-21.229,32.98]],"c":true}],"e":[{"i":[[-0.002,0],[-0.001,-0.001],[0,0],[0,0],[-0.002,0.003],[0,0],[0,0],[0.001,0.003],[0,0],[0,0],[0.003,-0.001],[0,0],[0,0],[0.001,-0.004],[0,0],[0,0]],"o":[[0.002,0],[0,0],[0,0],[-0.001,-0.004],[0,0],[0,0],[-0.003,-0.001],[0,0],[0,0],[-0.002,0.003],[0,0],[0,0],[0.002,0.003],[0,0],[0,0],[0.001,-0.001]],"v":[[-20.676,30.899],[-20.671,30.9],[-20.666,30.903],[-20.667,30.897],[-20.664,30.887],[-20.66,30.883],[-20.666,30.882],[-20.673,30.876],[-20.676,30.871],[-20.678,30.876],[-20.686,30.882],[-20.691,30.883],[-20.687,30.887],[-20.684,30.897],[-20.685,30.903],[-20.681,30.9]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":135,"s":[{"i":[[-0.002,0],[-0.001,-0.001],[0,0],[0,0],[-0.002,0.003],[0,0],[0,0],[0.001,0.003],[0,0],[0,0],[0.003,-0.001],[0,0],[0,0],[0.001,-0.004],[0,0],[0,0]],"o":[[0.002,0],[0,0],[0,0],[-0.001,-0.004],[0,0],[0,0],[-0.003,-0.001],[0,0],[0,0],[-0.002,0.003],[0,0],[0,0],[0.002,0.003],[0,0],[0,0],[0.001,-0.001]],"v":[[-20.676,30.899],[-20.671,30.9],[-20.666,30.903],[-20.667,30.897],[-20.664,30.887],[-20.66,30.883],[-20.666,30.882],[-20.673,30.876],[-20.676,30.871],[-20.678,30.876],[-20.686,30.882],[-20.691,30.883],[-20.687,30.887],[-20.684,30.897],[-20.685,30.903],[-20.681,30.9]],"c":true}],"e":[{"i":[[-0.002,0],[-0.001,-0.001],[0,0],[0,0],[-0.002,0.003],[0,0],[0,0],[0.001,0.003],[0,0],[0,0],[0.003,-0.001],[0,0],[0,0],[0.001,-0.004],[0,0],[0,0]],"o":[[0.002,0],[0,0],[0,0],[-0.001,-0.004],[0,0],[0,0],[-0.003,-0.001],[0,0],[0,0],[-0.002,0.003],[0,0],[0,0],[0.002,0.003],[0,0],[0,0],[0.001,-0.001]],"v":[[-29.269,-320.647],[-29.264,-320.645],[-29.259,-320.643],[-29.26,-320.648],[-29.257,-320.658],[-29.253,-320.662],[-29.259,-320.663],[-29.267,-320.669],[-29.269,-320.674],[-29.271,-320.669],[-29.279,-320.663],[-29.285,-320.662],[-29.281,-320.658],[-29.278,-320.648],[-29.279,-320.643],[-29.274,-320.645]],"c":true}]},{"t":142}],"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[-0.001,-0.001],[0,-0.002],[0,0],[0,0],[0.001,-0.002],[0.002,0],[0,0],[0,0],[0.002,0.003],[0,0],[0,0],[0.001,0.002],[-0.001,0.001],[0,0],[0,0],[-0.001,0.001],[-0.002,-0.001],[0,0],[0,0]],"o":[[0.001,0.001],[0,0],[0,0],[0.001,0.001],[-0.001,0.002],[0,0],[0,0],[-0.002,0.003],[0,0],[0,0],[-0.002,0],[-0.001,-0.002],[0,0],[0,0],[0,-0.002],[0.001,-0.001],[0,0],[0,0],[0.002,-0.001]],"v":[[-20.966,123.8],[-20.965,123.804],[-20.966,123.813],[-20.96,123.819],[-20.958,123.824],[-20.962,123.827],[-20.971,123.828],[-20.975,123.837],[-20.983,123.837],[-20.988,123.828],[-20.997,123.827],[-21,123.824],[-20.999,123.819],[-20.993,123.813],[-20.994,123.804],[-20.992,123.8],[-20.988,123.799],[-20.979,123.803],[-20.971,123.799]],"c":true}],"e":[{"i":[[-0.001,-0.001],[0,-0.002],[0,0],[0,0],[0.001,-0.002],[0.002,0],[0,0],[0,0],[0.002,0.003],[0,0],[0,0],[0.001,0.002],[-0.001,0.001],[0,0],[0,0],[-0.001,0.001],[-0.002,-0.001],[0,0],[0,0]],"o":[[0.001,0.001],[0,0],[0,0],[0.001,0.001],[-0.001,0.002],[0,0],[0,0],[-0.002,0.003],[0,0],[0,0],[-0.002,0],[-0.001,-0.002],[0,0],[0,0],[0,-0.002],[0.001,-0.001],[0,0],[0,0],[0.002,-0.001]],"v":[[-20.887,30.8],[-20.886,30.804],[-20.887,30.813],[-20.881,30.819],[-20.879,30.824],[-20.883,30.827],[-20.892,30.828],[-20.896,30.837],[-20.904,30.837],[-20.909,30.828],[-20.918,30.827],[-20.921,30.824],[-20.92,30.819],[-20.914,30.813],[-20.915,30.804],[-20.913,30.8],[-20.909,30.799],[-20.9,30.803],[-20.892,30.799]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[{"i":[[-0.001,-0.001],[0,-0.002],[0,0],[0,0],[0.001,-0.002],[0.002,0],[0,0],[0,0],[0.002,0.003],[0,0],[0,0],[0.001,0.002],[-0.001,0.001],[0,0],[0,0],[-0.001,0.001],[-0.002,-0.001],[0,0],[0,0]],"o":[[0.001,0.001],[0,0],[0,0],[0.001,0.001],[-0.001,0.002],[0,0],[0,0],[-0.002,0.003],[0,0],[0,0],[-0.002,0],[-0.001,-0.002],[0,0],[0,0],[0,-0.002],[0.001,-0.001],[0,0],[0,0],[0.002,-0.001]],"v":[[-20.887,30.8],[-20.886,30.804],[-20.887,30.813],[-20.881,30.819],[-20.879,30.824],[-20.883,30.827],[-20.892,30.828],[-20.896,30.837],[-20.904,30.837],[-20.909,30.828],[-20.918,30.827],[-20.921,30.824],[-20.92,30.819],[-20.914,30.813],[-20.915,30.804],[-20.913,30.8],[-20.909,30.799],[-20.9,30.803],[-20.892,30.799]],"c":true}],"e":[{"i":[[0.457,0.331],[-0.097,0.566],[0,0],[0,0],[-0.179,0.547],[-0.573,0.083],[0,0],[0,0],[-0.512,-1.032],[0,0],[0,0],[-0.178,-0.547],[0.413,-0.402],[0,0],[0,0],[0.467,-0.339],[0.512,0.264],[0,0],[0,0]],"o":[[-0.468,-0.339],[0,0],[0,0],[-0.412,-0.403],[0.178,-0.547],[0,0],[0,0],[0.512,-1.032],[0,0],[0,0],[0.572,0.083],[0.179,0.547],[0,0],[0,0],[0.097,0.566],[-0.47,0.336],[0,0],[0,0],[-0.526,0.272]],"v":[[-24.796,36.94],[-25.401,35.462],[-24.878,32.427],[-27.095,30.277],[-27.478,28.727],[-26.252,27.698],[-23.191,27.256],[-21.821,24.495],[-19.099,24.493],[-17.728,27.256],[-14.668,27.698],[-13.442,28.727],[-13.826,30.276],[-16.041,32.427],[-15.518,35.462],[-16.123,36.94],[-17.721,37.056],[-20.459,35.621],[-23.197,37.056]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":50,"s":[{"i":[[0.457,0.331],[-0.097,0.566],[0,0],[0,0],[-0.179,0.547],[-0.573,0.083],[0,0],[0,0],[-0.512,-1.032],[0,0],[0,0],[-0.178,-0.547],[0.413,-0.402],[0,0],[0,0],[0.467,-0.339],[0.512,0.264],[0,0],[0,0]],"o":[[-0.468,-0.339],[0,0],[0,0],[-0.412,-0.403],[0.178,-0.547],[0,0],[0,0],[0.512,-1.032],[0,0],[0,0],[0.572,0.083],[0.179,0.547],[0,0],[0,0],[0.097,0.566],[-0.47,0.336],[0,0],[0,0],[-0.526,0.272]],"v":[[-24.796,36.94],[-25.401,35.462],[-24.878,32.427],[-27.095,30.277],[-27.478,28.727],[-26.252,27.698],[-23.191,27.256],[-21.821,24.495],[-19.099,24.493],[-17.728,27.256],[-14.668,27.698],[-13.442,28.727],[-13.826,30.276],[-16.041,32.427],[-15.518,35.462],[-16.123,36.94],[-17.721,37.056],[-20.459,35.621],[-23.197,37.056]],"c":true}],"e":[{"i":[[0.562,0.407],[-0.119,0.696],[0,0],[0,0],[-0.22,0.673],[-0.704,0.102],[0,0],[0,0],[-0.629,-1.269],[0,0],[0,0],[-0.219,-0.673],[0.508,-0.494],[0,0],[0,0],[0.574,-0.417],[0.629,0.324],[0,0],[0,0]],"o":[[-0.575,-0.417],[0,0],[0,0],[-0.507,-0.495],[0.219,-0.673],[0,0],[0,0],[0.63,-1.269],[0,0],[0,0],[0.703,0.102],[0.22,0.673],[0,0],[0,0],[0.119,0.696],[-0.578,0.413],[0,0],[0,0],[-0.647,0.335]],"v":[[-25.691,38.345],[-26.435,36.529],[-25.792,32.796],[-28.518,30.152],[-28.988,28.247],[-27.48,26.982],[-23.717,26.438],[-22.033,23.044],[-18.686,23.042],[-17.001,26.438],[-13.238,26.982],[-11.73,28.247],[-12.202,30.151],[-14.926,32.796],[-14.283,36.529],[-15.027,38.345],[-16.992,38.488],[-20.359,36.723],[-23.725,38.488]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":70,"s":[{"i":[[0.562,0.407],[-0.119,0.696],[0,0],[0,0],[-0.22,0.673],[-0.704,0.102],[0,0],[0,0],[-0.629,-1.269],[0,0],[0,0],[-0.219,-0.673],[0.508,-0.494],[0,0],[0,0],[0.574,-0.417],[0.629,0.324],[0,0],[0,0]],"o":[[-0.575,-0.417],[0,0],[0,0],[-0.507,-0.495],[0.219,-0.673],[0,0],[0,0],[0.63,-1.269],[0,0],[0,0],[0.703,0.102],[0.22,0.673],[0,0],[0,0],[0.119,0.696],[-0.578,0.413],[0,0],[0,0],[-0.647,0.335]],"v":[[-25.691,38.345],[-26.435,36.529],[-25.792,32.796],[-28.518,30.152],[-28.988,28.247],[-27.48,26.982],[-23.717,26.438],[-22.033,23.044],[-18.686,23.042],[-17.001,26.438],[-13.238,26.982],[-11.73,28.247],[-12.202,30.151],[-14.926,32.796],[-14.283,36.529],[-15.027,38.345],[-16.992,38.488],[-20.359,36.723],[-23.725,38.488]],"c":true}],"e":[{"i":[[0.562,0.407],[-0.119,0.696],[0,0],[0,0],[-0.22,0.673],[-0.704,0.102],[0,0],[0,0],[-0.629,-1.269],[0,0],[0,0],[-0.219,-0.673],[0.508,-0.494],[0,0],[0,0],[0.574,-0.417],[0.629,0.324],[0,0],[0,0]],"o":[[-0.575,-0.417],[0,0],[0,0],[-0.507,-0.495],[0.219,-0.673],[0,0],[0,0],[0.63,-1.269],[0,0],[0,0],[0.703,0.102],[0.22,0.673],[0,0],[0,0],[0.119,0.696],[-0.578,0.413],[0,0],[0,0],[-0.647,0.335]],"v":[[-25.691,38.345],[-26.435,36.529],[-25.792,32.796],[-28.518,30.152],[-28.988,28.247],[-27.48,26.982],[-23.717,26.438],[-22.033,23.044],[-18.686,23.042],[-17.001,26.438],[-13.238,26.982],[-11.73,28.247],[-12.202,30.151],[-14.926,32.796],[-14.283,36.529],[-15.027,38.345],[-16.992,38.488],[-20.359,36.723],[-23.725,38.488]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":125,"s":[{"i":[[0.562,0.407],[-0.119,0.696],[0,0],[0,0],[-0.22,0.673],[-0.704,0.102],[0,0],[0,0],[-0.629,-1.269],[0,0],[0,0],[-0.219,-0.673],[0.508,-0.494],[0,0],[0,0],[0.574,-0.417],[0.629,0.324],[0,0],[0,0]],"o":[[-0.575,-0.417],[0,0],[0,0],[-0.507,-0.495],[0.219,-0.673],[0,0],[0,0],[0.63,-1.269],[0,0],[0,0],[0.703,0.102],[0.22,0.673],[0,0],[0,0],[0.119,0.696],[-0.578,0.413],[0,0],[0,0],[-0.647,0.335]],"v":[[-25.691,38.345],[-26.435,36.529],[-25.792,32.796],[-28.518,30.152],[-28.988,28.247],[-27.48,26.982],[-23.717,26.438],[-22.033,23.044],[-18.686,23.042],[-17.001,26.438],[-13.238,26.982],[-11.73,28.247],[-12.202,30.151],[-14.926,32.796],[-14.283,36.529],[-15.027,38.345],[-16.992,38.488],[-20.359,36.723],[-23.725,38.488]],"c":true}],"e":[{"i":[[-0.001,-0.001],[0,-0.002],[0,0],[0,0],[0.001,-0.002],[0.002,0],[0,0],[0,0],[0.002,0.003],[0,0],[0,0],[0.001,0.002],[-0.001,0.001],[0,0],[0,0],[-0.001,0.001],[-0.002,-0.001],[0,0],[0,0]],"o":[[0.001,0.001],[0,0],[0,0],[0.001,0.001],[-0.001,0.002],[0,0],[0,0],[-0.002,0.003],[0,0],[0,0],[-0.002,0],[-0.001,-0.002],[0,0],[0,0],[0,-0.002],[0.001,-0.001],[0,0],[0,0],[0.002,-0.001]],"v":[[-20.887,30.8],[-20.886,30.804],[-20.887,30.813],[-20.881,30.819],[-20.879,30.824],[-20.883,30.827],[-20.892,30.828],[-20.896,30.837],[-20.904,30.837],[-20.909,30.828],[-20.918,30.827],[-20.921,30.824],[-20.92,30.819],[-20.914,30.813],[-20.915,30.804],[-20.913,30.8],[-20.909,30.799],[-20.9,30.803],[-20.892,30.799]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":135,"s":[{"i":[[-0.001,-0.001],[0,-0.002],[0,0],[0,0],[0.001,-0.002],[0.002,0],[0,0],[0,0],[0.002,0.003],[0,0],[0,0],[0.001,0.002],[-0.001,0.001],[0,0],[0,0],[-0.001,0.001],[-0.002,-0.001],[0,0],[0,0]],"o":[[0.001,0.001],[0,0],[0,0],[0.001,0.001],[-0.001,0.002],[0,0],[0,0],[-0.002,0.003],[0,0],[0,0],[-0.002,0],[-0.001,-0.002],[0,0],[0,0],[0,-0.002],[0.001,-0.001],[0,0],[0,0],[0.002,-0.001]],"v":[[-20.887,30.8],[-20.886,30.804],[-20.887,30.813],[-20.881,30.819],[-20.879,30.824],[-20.883,30.827],[-20.892,30.828],[-20.896,30.837],[-20.904,30.837],[-20.909,30.828],[-20.918,30.827],[-20.921,30.824],[-20.92,30.819],[-20.914,30.813],[-20.915,30.804],[-20.913,30.8],[-20.909,30.799],[-20.9,30.803],[-20.892,30.799]],"c":true}],"e":[{"i":[[-0.001,-0.001],[0,-0.002],[0,0],[0,0],[0.001,-0.002],[0.002,0],[0,0],[0,0],[0.002,0.003],[0,0],[0,0],[0.001,0.002],[-0.001,0.001],[0,0],[0,0],[-0.001,0.001],[-0.002,-0.001],[0,0],[0,0]],"o":[[0.001,0.001],[0,0],[0,0],[0.001,0.001],[-0.001,0.002],[0,0],[0,0],[-0.002,0.003],[0,0],[0,0],[-0.002,0],[-0.001,-0.002],[0,0],[0,0],[0,-0.002],[0.001,-0.001],[0,0],[0,0],[0.002,-0.001]],"v":[[-29.481,-320.746],[-29.479,-320.741],[-29.48,-320.732],[-29.474,-320.726],[-29.473,-320.721],[-29.476,-320.718],[-29.485,-320.717],[-29.49,-320.709],[-29.498,-320.709],[-29.502,-320.717],[-29.511,-320.718],[-29.515,-320.721],[-29.513,-320.726],[-29.507,-320.732],[-29.508,-320.741],[-29.507,-320.746],[-29.502,-320.746],[-29.494,-320.742],[-29.485,-320.746]],"c":true}]},{"t":142}],"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[0,0],[0.005,-0.026],[0,0],[0,0],[-0.024,-0.012],[0,0],[0,0],[-0.019,0.019],[0,0],[0,0],[0.012,0.024],[0,0],[0,0],[0.027,-0.004]],"o":[[0,0],[0.019,0.019],[0,0],[0,0],[0.024,-0.012],[0,0],[0,0],[-0.005,-0.026],[0,0],[0,0],[-0.027,-0.004],[0,0],[0,0],[-0.012,0.024],[0,0]],"v":[[0.027,120.706],[0.059,120.737],[0.083,120.809],[0.075,120.853],[0.114,120.832],[0.191,120.832],[0.23,120.852],[0.222,120.809],[0.246,120.737],[0.277,120.706],[0.234,120.7],[0.172,120.655],[0.152,120.616],[0.133,120.655],[0.071,120.7]],"c":true}],"e":[{"i":[[0,0],[0,0],[0.005,-0.026],[0,0],[0,0],[-0.024,-0.012],[0,0],[0,0],[-0.019,0.019],[0,0],[0,0],[0.012,0.024],[0,0],[0,0],[0.027,-0.004]],"o":[[0,0],[0.019,0.019],[0,0],[0,0],[0.024,-0.012],[0,0],[0,0],[-0.005,-0.026],[0,0],[0,0],[-0.027,-0.004],[0,0],[0,0],[-0.012,0.024],[0,0]],"v":[[-0.066,30.706],[-0.035,30.737],[-0.011,30.809],[-0.019,30.853],[0.02,30.832],[0.097,30.832],[0.136,30.852],[0.128,30.809],[0.152,30.737],[0.184,30.706],[0.14,30.7],[0.078,30.655],[0.059,30.616],[0.039,30.655],[-0.023,30.7]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[0,0],[0,0],[0.005,-0.026],[0,0],[0,0],[-0.024,-0.012],[0,0],[0,0],[-0.019,0.019],[0,0],[0,0],[0.012,0.024],[0,0],[0,0],[0.027,-0.004]],"o":[[0,0],[0.019,0.019],[0,0],[0,0],[0.024,-0.012],[0,0],[0,0],[-0.005,-0.026],[0,0],[0,0],[-0.027,-0.004],[0,0],[0,0],[-0.012,0.024],[0,0]],"v":[[-0.066,30.706],[-0.035,30.737],[-0.011,30.809],[-0.019,30.853],[0.02,30.832],[0.097,30.832],[0.136,30.852],[0.128,30.809],[0.152,30.737],[0.184,30.706],[0.14,30.7],[0.078,30.655],[0.059,30.616],[0.039,30.655],[-0.023,30.7]],"c":true}],"e":[{"i":[[0,0],[0,0],[0.085,-0.495],[0,0],[0,0],[-0.449,-0.233],[0,0],[0,0],[-0.361,0.351],[0,0],[0,0],[0.224,0.45],[0,0],[0,0],[0.5,-0.073]],"o":[[0,0],[0.361,0.351],[0,0],[0,0],[0.448,-0.233],[0,0],[0,0],[-0.085,-0.495],[0,0],[0,0],[-0.499,-0.073],[0,0],[0,0],[-0.224,0.45],[0,0]],"v":[[-2.262,30.229],[-1.669,30.801],[-1.228,32.153],[-1.369,32.963],[-0.638,32.58],[0.792,32.58],[1.52,32.962],[1.381,32.153],[1.822,30.801],[2.414,30.229],[1.596,30.11],[0.441,29.275],[0.076,28.538],[-0.289,29.275],[-1.444,30.11]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":40,"s":[{"i":[[0,0],[0,0],[0.085,-0.495],[0,0],[0,0],[-0.449,-0.233],[0,0],[0,0],[-0.361,0.351],[0,0],[0,0],[0.224,0.45],[0,0],[0,0],[0.5,-0.073]],"o":[[0,0],[0.361,0.351],[0,0],[0,0],[0.448,-0.233],[0,0],[0,0],[-0.085,-0.495],[0,0],[0,0],[-0.499,-0.073],[0,0],[0,0],[-0.224,0.45],[0,0]],"v":[[-2.262,30.229],[-1.669,30.801],[-1.228,32.153],[-1.369,32.963],[-0.638,32.58],[0.792,32.58],[1.52,32.962],[1.381,32.153],[1.822,30.801],[2.414,30.229],[1.596,30.11],[0.441,29.275],[0.076,28.538],[-0.289,29.275],[-1.444,30.11]],"c":true}],"e":[{"i":[[0,0],[0,0],[0.103,-0.602],[0,0],[0,0],[-0.546,-0.284],[0,0],[0,0],[-0.439,0.427],[0,0],[0,0],[0.273,0.548],[0,0],[0,0],[0.608,-0.089]],"o":[[0,0],[0.439,0.427],[0,0],[0,0],[0.545,-0.284],[0,0],[0,0],[-0.104,-0.602],[0,0],[0,0],[-0.607,-0.089],[0,0],[0,0],[-0.273,0.547],[0,0]],"v":[[-2.765,30.119],[-2.044,30.815],[-1.507,32.46],[-1.678,33.447],[-0.788,32.98],[0.951,32.98],[1.837,33.445],[1.667,32.46],[2.204,30.815],[2.924,30.119],[1.929,29.975],[0.524,28.958],[0.08,28.062],[-0.364,28.96],[-1.77,29.975]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":60,"s":[{"i":[[0,0],[0,0],[0.103,-0.602],[0,0],[0,0],[-0.546,-0.284],[0,0],[0,0],[-0.439,0.427],[0,0],[0,0],[0.273,0.548],[0,0],[0,0],[0.608,-0.089]],"o":[[0,0],[0.439,0.427],[0,0],[0,0],[0.545,-0.284],[0,0],[0,0],[-0.104,-0.602],[0,0],[0,0],[-0.607,-0.089],[0,0],[0,0],[-0.273,0.547],[0,0]],"v":[[-2.765,30.119],[-2.044,30.815],[-1.507,32.46],[-1.678,33.447],[-0.788,32.98],[0.951,32.98],[1.837,33.445],[1.667,32.46],[2.204,30.815],[2.924,30.119],[1.929,29.975],[0.524,28.958],[0.08,28.062],[-0.364,28.96],[-1.77,29.975]],"c":true}],"e":[{"i":[[0,0],[0,0],[0.103,-0.602],[0,0],[0,0],[-0.546,-0.284],[0,0],[0,0],[-0.439,0.427],[0,0],[0,0],[0.273,0.548],[0,0],[0,0],[0.608,-0.089]],"o":[[0,0],[0.439,0.427],[0,0],[0,0],[0.545,-0.284],[0,0],[0,0],[-0.104,-0.602],[0,0],[0,0],[-0.607,-0.089],[0,0],[0,0],[-0.273,0.547],[0,0]],"v":[[-2.765,30.119],[-2.044,30.815],[-1.507,32.46],[-1.678,33.447],[-0.788,32.98],[0.951,32.98],[1.837,33.445],[1.667,32.46],[2.204,30.815],[2.924,30.119],[1.929,29.975],[0.524,28.958],[0.08,28.062],[-0.364,28.96],[-1.77,29.975]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":120,"s":[{"i":[[0,0],[0,0],[0.103,-0.602],[0,0],[0,0],[-0.546,-0.284],[0,0],[0,0],[-0.439,0.427],[0,0],[0,0],[0.273,0.548],[0,0],[0,0],[0.608,-0.089]],"o":[[0,0],[0.439,0.427],[0,0],[0,0],[0.545,-0.284],[0,0],[0,0],[-0.104,-0.602],[0,0],[0,0],[-0.607,-0.089],[0,0],[0,0],[-0.273,0.547],[0,0]],"v":[[-2.765,30.119],[-2.044,30.815],[-1.507,32.46],[-1.678,33.447],[-0.788,32.98],[0.951,32.98],[1.837,33.445],[1.667,32.46],[2.204,30.815],[2.924,30.119],[1.929,29.975],[0.524,28.958],[0.08,28.062],[-0.364,28.96],[-1.77,29.975]],"c":true}],"e":[{"i":[[0,0],[0,0],[0.005,-0.026],[0,0],[0,0],[-0.024,-0.012],[0,0],[0,0],[-0.019,0.019],[0,0],[0,0],[0.012,0.024],[0,0],[0,0],[0.027,-0.004]],"o":[[0,0],[0.019,0.019],[0,0],[0,0],[0.024,-0.012],[0,0],[0,0],[-0.005,-0.026],[0,0],[0,0],[-0.027,-0.004],[0,0],[0,0],[-0.012,0.024],[0,0]],"v":[[-0.066,30.706],[-0.035,30.737],[-0.011,30.809],[-0.019,30.853],[0.02,30.832],[0.097,30.832],[0.136,30.852],[0.128,30.809],[0.152,30.737],[0.184,30.706],[0.14,30.7],[0.078,30.655],[0.059,30.616],[0.039,30.655],[-0.023,30.7]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":130,"s":[{"i":[[0,0],[0,0],[0.005,-0.026],[0,0],[0,0],[-0.024,-0.012],[0,0],[0,0],[-0.019,0.019],[0,0],[0,0],[0.012,0.024],[0,0],[0,0],[0.027,-0.004]],"o":[[0,0],[0.019,0.019],[0,0],[0,0],[0.024,-0.012],[0,0],[0,0],[-0.005,-0.026],[0,0],[0,0],[-0.027,-0.004],[0,0],[0,0],[-0.012,0.024],[0,0]],"v":[[-0.066,30.706],[-0.035,30.737],[-0.011,30.809],[-0.019,30.853],[0.02,30.832],[0.097,30.832],[0.136,30.852],[0.128,30.809],[0.152,30.737],[0.184,30.706],[0.14,30.7],[0.078,30.655],[0.059,30.616],[0.039,30.655],[-0.023,30.7]],"c":true}],"e":[{"i":[[0,0],[0,0],[0.005,-0.026],[0,0],[0,0],[-0.024,-0.012],[0,0],[0,0],[-0.019,0.019],[0,0],[0,0],[0.012,0.024],[0,0],[0,0],[0.027,-0.004]],"o":[[0,0],[0.019,0.019],[0,0],[0,0],[0.024,-0.012],[0,0],[0,0],[-0.005,-0.026],[0,0],[0,0],[-0.027,-0.004],[0,0],[0,0],[-0.012,0.024],[0,0]],"v":[[-8.487,-323.839],[-8.455,-323.808],[-8.432,-323.736],[-8.439,-323.693],[-8.4,-323.713],[-8.324,-323.713],[-8.285,-323.693],[-8.292,-323.736],[-8.269,-323.808],[-8.237,-323.839],[-8.281,-323.845],[-8.342,-323.89],[-8.362,-323.929],[-8.381,-323.89],[-8.443,-323.845]],"c":true}]},{"t":137}],"ix":2},"nm":"Path 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0.009,0.004],[0,0],[0,0],[0.008,0.006],[-0.002,0.009],[0,0],[0,0],[-0.003,0.009],[-0.009,0.001],[0,0],[0,0],[-0.009,0],[-0.004,-0.008],[0,0],[0,0],[-0.003,-0.009],[0.007,-0.007],[0,0],[0,0],[0.008,-0.006]],"o":[[0,0],[0,0],[-0.008,0.004],[-0.008,-0.006],[0,0],[0,0],[-0.007,-0.007],[0.003,-0.009],[0,0],[0,0],[0.004,-0.008],[0.009,0],[0,0],[0,0],[0.009,0.001],[0.003,0.009],[0,0],[0,0],[0.002,0.009],[-0.007,0.005]],"v":[[0.455,120.746],[0.41,120.722],[0.366,120.746],[0.34,120.744],[0.33,120.72],[0.338,120.67],[0.302,120.635],[0.296,120.61],[0.316,120.593],[0.366,120.586],[0.388,120.541],[0.41,120.527],[0.432,120.541],[0.455,120.586],[0.505,120.593],[0.524,120.61],[0.518,120.635],[0.482,120.67],[0.491,120.72],[0.481,120.744]],"c":true}],"e":[{"i":[[0.009,0.004],[0,0],[0,0],[0.008,0.006],[-0.002,0.009],[0,0],[0,0],[-0.003,0.009],[-0.009,0.001],[0,0],[0,0],[-0.009,0],[-0.004,-0.008],[0,0],[0,0],[-0.003,-0.009],[0.007,-0.007],[0,0],[0,0],[0.008,-0.006]],"o":[[0,0],[0,0],[-0.008,0.004],[-0.008,-0.006],[0,0],[0,0],[-0.007,-0.007],[0.003,-0.009],[0,0],[0,0],[0.004,-0.008],[0.009,0],[0,0],[0,0],[0.009,0.001],[0.003,0.009],[0,0],[0,0],[0.002,0.009],[-0.007,0.005]],"v":[[0.361,30.746],[0.316,30.722],[0.272,30.746],[0.246,30.744],[0.236,30.72],[0.244,30.67],[0.208,30.635],[0.202,30.61],[0.222,30.593],[0.272,30.586],[0.294,30.541],[0.316,30.527],[0.339,30.541],[0.361,30.586],[0.411,30.593],[0.431,30.61],[0.424,30.635],[0.388,30.67],[0.397,30.72],[0.387,30.744]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[0.009,0.004],[0,0],[0,0],[0.008,0.006],[-0.002,0.009],[0,0],[0,0],[-0.003,0.009],[-0.009,0.001],[0,0],[0,0],[-0.009,0],[-0.004,-0.008],[0,0],[0,0],[-0.003,-0.009],[0.007,-0.007],[0,0],[0,0],[0.008,-0.006]],"o":[[0,0],[0,0],[-0.008,0.004],[-0.008,-0.006],[0,0],[0,0],[-0.007,-0.007],[0.003,-0.009],[0,0],[0,0],[0.004,-0.008],[0.009,0],[0,0],[0,0],[0.009,0.001],[0.003,0.009],[0,0],[0,0],[0.002,0.009],[-0.007,0.005]],"v":[[0.361,30.746],[0.316,30.722],[0.272,30.746],[0.246,30.744],[0.236,30.72],[0.244,30.67],[0.208,30.635],[0.202,30.61],[0.222,30.593],[0.272,30.586],[0.294,30.541],[0.316,30.527],[0.339,30.541],[0.361,30.586],[0.411,30.593],[0.431,30.61],[0.424,30.635],[0.388,30.67],[0.397,30.72],[0.387,30.744]],"c":true}],"e":[{"i":[[0.527,0.273],[0,0],[0,0],[0.471,0.34],[-0.097,0.568],[0,0],[0,0],[-0.179,0.549],[-0.574,0.083],[0,0],[0,0],[-0.58,0],[-0.257,-0.519],[0,0],[0,0],[-0.177,-0.549],[0.414,-0.404],[0,0],[0,0],[0.469,-0.34]],"o":[[0,0],[0,0],[-0.513,0.267],[-0.47,-0.34],[0,0],[0,0],[-0.414,-0.404],[0.179,-0.549],[0,0],[0,0],[0.257,-0.518],[0.58,0],[0,0],[0,0],[0.573,0.083],[0.18,0.549],[0,0],[0,0],[0.097,0.568],[-0.459,0.332]],"v":[[2.873,37.046],[0.124,35.606],[-2.623,37.046],[-4.228,36.93],[-4.835,35.447],[-4.31,32.401],[-6.535,30.242],[-6.92,28.687],[-5.69,27.655],[-2.617,27.211],[-1.242,24.438],[0.124,23.592],[1.491,24.44],[2.865,27.211],[5.939,27.655],[7.167,28.687],[6.783,30.242],[4.558,32.401],[5.083,35.447],[4.477,36.93]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":40,"s":[{"i":[[0.527,0.273],[0,0],[0,0],[0.471,0.34],[-0.097,0.568],[0,0],[0,0],[-0.179,0.549],[-0.574,0.083],[0,0],[0,0],[-0.58,0],[-0.257,-0.519],[0,0],[0,0],[-0.177,-0.549],[0.414,-0.404],[0,0],[0,0],[0.469,-0.34]],"o":[[0,0],[0,0],[-0.513,0.267],[-0.47,-0.34],[0,0],[0,0],[-0.414,-0.404],[0.179,-0.549],[0,0],[0,0],[0.257,-0.518],[0.58,0],[0,0],[0,0],[0.573,0.083],[0.18,0.549],[0,0],[0,0],[0.097,0.568],[-0.459,0.332]],"v":[[2.873,37.046],[0.124,35.606],[-2.623,37.046],[-4.228,36.93],[-4.835,35.447],[-4.31,32.401],[-6.535,30.242],[-6.92,28.687],[-5.69,27.655],[-2.617,27.211],[-1.242,24.438],[0.124,23.592],[1.491,24.44],[2.865,27.211],[5.939,27.655],[7.167,28.687],[6.783,30.242],[4.558,32.401],[5.083,35.447],[4.477,36.93]],"c":true}],"e":[{"i":[[0.646,0.335],[0,0],[0,0],[0.577,0.417],[-0.119,0.696],[0,0],[0,0],[-0.219,0.673],[-0.703,0.102],[0,0],[0,0],[-0.71,0],[-0.315,-0.636],[0,0],[0,0],[-0.217,-0.673],[0.507,-0.495],[0,0],[0,0],[0.574,-0.417]],"o":[[0,0],[0,0],[-0.629,0.327],[-0.576,-0.417],[0,0],[0,0],[-0.507,-0.495],[0.219,-0.673],[0,0],[0,0],[0.315,-0.634],[0.711,0],[0,0],[0,0],[0.702,0.102],[0.22,0.673],[0,0],[0,0],[0.119,0.696],[-0.562,0.407]],"v":[[3.447,38.488],[0.08,36.723],[-3.286,38.488],[-5.252,38.345],[-5.995,36.529],[-5.353,32.796],[-8.079,30.152],[-8.549,28.247],[-7.043,26.982],[-3.278,26.438],[-1.594,23.042],[0.08,22.005],[1.755,23.044],[3.438,26.438],[7.203,26.982],[8.708,28.247],[8.238,30.152],[5.512,32.796],[6.156,36.529],[5.412,38.345]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":60,"s":[{"i":[[0.646,0.335],[0,0],[0,0],[0.577,0.417],[-0.119,0.696],[0,0],[0,0],[-0.219,0.673],[-0.703,0.102],[0,0],[0,0],[-0.71,0],[-0.315,-0.636],[0,0],[0,0],[-0.217,-0.673],[0.507,-0.495],[0,0],[0,0],[0.574,-0.417]],"o":[[0,0],[0,0],[-0.629,0.327],[-0.576,-0.417],[0,0],[0,0],[-0.507,-0.495],[0.219,-0.673],[0,0],[0,0],[0.315,-0.634],[0.711,0],[0,0],[0,0],[0.702,0.102],[0.22,0.673],[0,0],[0,0],[0.119,0.696],[-0.562,0.407]],"v":[[3.447,38.488],[0.08,36.723],[-3.286,38.488],[-5.252,38.345],[-5.995,36.529],[-5.353,32.796],[-8.079,30.152],[-8.549,28.247],[-7.043,26.982],[-3.278,26.438],[-1.594,23.042],[0.08,22.005],[1.755,23.044],[3.438,26.438],[7.203,26.982],[8.708,28.247],[8.238,30.152],[5.512,32.796],[6.156,36.529],[5.412,38.345]],"c":true}],"e":[{"i":[[0.646,0.335],[0,0],[0,0],[0.577,0.417],[-0.119,0.696],[0,0],[0,0],[-0.219,0.673],[-0.703,0.102],[0,0],[0,0],[-0.71,0],[-0.315,-0.636],[0,0],[0,0],[-0.217,-0.673],[0.507,-0.495],[0,0],[0,0],[0.574,-0.417]],"o":[[0,0],[0,0],[-0.629,0.327],[-0.576,-0.417],[0,0],[0,0],[-0.507,-0.495],[0.219,-0.673],[0,0],[0,0],[0.315,-0.634],[0.711,0],[0,0],[0,0],[0.702,0.102],[0.22,0.673],[0,0],[0,0],[0.119,0.696],[-0.562,0.407]],"v":[[3.447,38.488],[0.08,36.723],[-3.286,38.488],[-5.252,38.345],[-5.995,36.529],[-5.353,32.796],[-8.079,30.152],[-8.549,28.247],[-7.043,26.982],[-3.278,26.438],[-1.594,23.042],[0.08,22.005],[1.755,23.044],[3.438,26.438],[7.203,26.982],[8.708,28.247],[8.238,30.152],[5.512,32.796],[6.156,36.529],[5.412,38.345]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":120,"s":[{"i":[[0.646,0.335],[0,0],[0,0],[0.577,0.417],[-0.119,0.696],[0,0],[0,0],[-0.219,0.673],[-0.703,0.102],[0,0],[0,0],[-0.71,0],[-0.315,-0.636],[0,0],[0,0],[-0.217,-0.673],[0.507,-0.495],[0,0],[0,0],[0.574,-0.417]],"o":[[0,0],[0,0],[-0.629,0.327],[-0.576,-0.417],[0,0],[0,0],[-0.507,-0.495],[0.219,-0.673],[0,0],[0,0],[0.315,-0.634],[0.711,0],[0,0],[0,0],[0.702,0.102],[0.22,0.673],[0,0],[0,0],[0.119,0.696],[-0.562,0.407]],"v":[[3.447,38.488],[0.08,36.723],[-3.286,38.488],[-5.252,38.345],[-5.995,36.529],[-5.353,32.796],[-8.079,30.152],[-8.549,28.247],[-7.043,26.982],[-3.278,26.438],[-1.594,23.042],[0.08,22.005],[1.755,23.044],[3.438,26.438],[7.203,26.982],[8.708,28.247],[8.238,30.152],[5.512,32.796],[6.156,36.529],[5.412,38.345]],"c":true}],"e":[{"i":[[0.009,0.004],[0,0],[0,0],[0.008,0.006],[-0.002,0.009],[0,0],[0,0],[-0.003,0.009],[-0.009,0.001],[0,0],[0,0],[-0.009,0],[-0.004,-0.008],[0,0],[0,0],[-0.003,-0.009],[0.007,-0.007],[0,0],[0,0],[0.008,-0.006]],"o":[[0,0],[0,0],[-0.008,0.004],[-0.008,-0.006],[0,0],[0,0],[-0.007,-0.007],[0.003,-0.009],[0,0],[0,0],[0.004,-0.008],[0.009,0],[0,0],[0,0],[0.009,0.001],[0.003,0.009],[0,0],[0,0],[0.002,0.009],[-0.007,0.005]],"v":[[0.361,30.746],[0.316,30.722],[0.272,30.746],[0.246,30.744],[0.236,30.72],[0.244,30.67],[0.208,30.635],[0.202,30.61],[0.222,30.593],[0.272,30.586],[0.294,30.541],[0.316,30.527],[0.339,30.541],[0.361,30.586],[0.411,30.593],[0.431,30.61],[0.424,30.635],[0.388,30.67],[0.397,30.72],[0.387,30.744]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":130,"s":[{"i":[[0.009,0.004],[0,0],[0,0],[0.008,0.006],[-0.002,0.009],[0,0],[0,0],[-0.003,0.009],[-0.009,0.001],[0,0],[0,0],[-0.009,0],[-0.004,-0.008],[0,0],[0,0],[-0.003,-0.009],[0.007,-0.007],[0,0],[0,0],[0.008,-0.006]],"o":[[0,0],[0,0],[-0.008,0.004],[-0.008,-0.006],[0,0],[0,0],[-0.007,-0.007],[0.003,-0.009],[0,0],[0,0],[0.004,-0.008],[0.009,0],[0,0],[0,0],[0.009,0.001],[0.003,0.009],[0,0],[0,0],[0.002,0.009],[-0.007,0.005]],"v":[[0.361,30.746],[0.316,30.722],[0.272,30.746],[0.246,30.744],[0.236,30.72],[0.244,30.67],[0.208,30.635],[0.202,30.61],[0.222,30.593],[0.272,30.586],[0.294,30.541],[0.316,30.527],[0.339,30.541],[0.361,30.586],[0.411,30.593],[0.431,30.61],[0.424,30.635],[0.388,30.67],[0.397,30.72],[0.387,30.744]],"c":true}],"e":[{"i":[[0.009,0.004],[0,0],[0,0],[0.008,0.005],[-0.002,0.009],[0,0],[0,0],[-0.003,0.009],[-0.009,0.001],[0,0],[0,0],[-0.009,0],[-0.004,-0.008],[0,0],[0,0],[-0.003,-0.009],[0.007,-0.007],[0,0],[0,0],[0.008,-0.006]],"o":[[0,0],[0,0],[-0.008,0.004],[-0.008,-0.006],[0,0],[0,0],[-0.007,-0.007],[0.003,-0.009],[0,0],[0,0],[0.004,-0.008],[0.009,0],[0,0],[0,0],[0.009,0.001],[0.003,0.009],[0,0],[0,0],[0.002,0.009],[-0.007,0.005]],"v":[[-8.06,-323.8],[-8.104,-323.823],[-8.149,-323.8],[-8.175,-323.802],[-8.185,-323.826],[-8.176,-323.875],[-8.212,-323.91],[-8.218,-323.935],[-8.198,-323.952],[-8.149,-323.959],[-8.126,-324.004],[-8.104,-324.018],[-8.082,-324.004],[-8.06,-323.959],[-8.01,-323.952],[-7.99,-323.935],[-7.996,-323.91],[-8.032,-323.875],[-8.024,-323.826],[-8.033,-323.802]],"c":true}]},{"t":137}],"ix":2},"nm":"Path 12","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.925,0.29,0.5,1,0.847,0.145,1,1,0.769,0],"ix":9}},"s":{"a":0,"k":[-3.642,40.933],"ix":5},"e":{"a":0,"k":[3.538,23.079],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.949256896973,0.516605377197,1],"ix":3},"o":{"a":0,"k":90,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":true},{"ty":"tr","p":{"a":0,"k":[63,58],"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":"Group 2","np":8,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[-0.006,0],[-0.006,1.204],[0,1.007],[0.001,-0.197],[0.01,0],[0.005,0.408],[0,-1.022],[-0.001,-0.089]],"o":[[0.01,0],[0.001,-0.197],[0,-1.004],[-0.006,1.159],[-0.006,0],[-0.001,-0.08],[0,1.023],[0.005,0.416]],"v":[[-26.859,144.548],[-26.832,142.655],[-26.831,140.473],[-26.833,139.008],[-26.859,140.832],[-26.875,140.209],[-26.877,141.898],[-26.875,143.911]],"c":true}],"e":[{"i":[[-0.006,0],[-0.006,1.204],[0,1.007],[0.001,-0.197],[0.01,0],[0.005,0.408],[0,-1.022],[-0.001,-0.089]],"o":[[0.01,0],[0.001,-0.197],[0,-1.004],[-0.006,1.159],[-0.006,0],[-0.001,-0.08],[0,1.023],[0.005,0.416]],"v":[[-26.986,-47.452],[-26.959,-49.345],[-26.958,-51.527],[-26.96,-52.992],[-26.986,-51.168],[-27.002,-51.791],[-27.004,-50.102],[-27.002,-48.089]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":50,"s":[{"i":[[-0.006,0],[-0.006,1.204],[0,1.007],[0.001,-0.197],[0.01,0],[0.005,0.408],[0,-1.022],[-0.001,-0.089]],"o":[[0.01,0],[0.001,-0.197],[0,-1.004],[-0.006,1.159],[-0.006,0],[-0.001,-0.08],[0,1.023],[0.005,0.416]],"v":[[-26.986,-47.452],[-26.959,-49.345],[-26.958,-51.527],[-26.96,-52.992],[-26.986,-51.168],[-27.002,-51.791],[-27.004,-50.102],[-27.002,-48.089]],"c":true}],"e":[{"i":[[4.504,0],[5.004,1.204],[-0.162,1.007],[-0.839,-0.197],[-7.884,0],[-3.813,0.408],[-0.073,-1.022],[0.836,-0.089]],"o":[[-8.071,0],[-0.823,-0.197],[0.162,-1.004],[4.819,1.159],[4.417,0],[0.834,-0.08],[0.074,1.023],[-3.9,0.416]],"v":[[-5.025,-47.452],[-25.599,-49.345],[-26.796,-51.527],[-25.013,-52.992],[-5.025,-51.168],[7.556,-51.791],[9.201,-50.102],[7.821,-48.089]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":60,"s":[{"i":[[4.504,0],[5.004,1.204],[-0.162,1.007],[-0.839,-0.197],[-7.884,0],[-3.813,0.408],[-0.073,-1.022],[0.836,-0.089]],"o":[[-8.071,0],[-0.823,-0.197],[0.162,-1.004],[4.819,1.159],[4.417,0],[0.834,-0.08],[0.074,1.023],[-3.9,0.416]],"v":[[-5.025,-47.452],[-25.599,-49.345],[-26.796,-51.527],[-25.013,-52.992],[-5.025,-51.168],[7.556,-51.791],[9.201,-50.102],[7.821,-48.089]],"c":true}],"e":[{"i":[[5.536,0],[6.15,1.204],[-0.199,1.007],[-1.031,-0.197],[-9.69,0],[-4.687,0.408],[-0.09,-1.022],[1.028,-0.089]],"o":[[-9.92,0],[-1.011,-0.197],[0.199,-1.004],[5.923,1.159],[5.429,0],[1.025,-0.08],[0.091,1.023],[-4.794,0.416]],"v":[[0.001,-47.452],[-25.288,-49.345],[-26.758,-51.527],[-24.568,-52.992],[0.001,-51.168],[15.464,-51.791],[17.486,-50.102],[15.789,-48.089]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":80,"s":[{"i":[[5.536,0],[6.15,1.204],[-0.199,1.007],[-1.031,-0.197],[-9.69,0],[-4.687,0.408],[-0.09,-1.022],[1.028,-0.089]],"o":[[-9.92,0],[-1.011,-0.197],[0.199,-1.004],[5.923,1.159],[5.429,0],[1.025,-0.08],[0.091,1.023],[-4.794,0.416]],"v":[[0.001,-47.452],[-25.288,-49.345],[-26.758,-51.527],[-24.568,-52.992],[0.001,-51.168],[15.464,-51.791],[17.486,-50.102],[15.789,-48.089]],"c":true}],"e":[{"i":[[5.536,0],[6.15,1.204],[-0.199,1.007],[-1.031,-0.197],[-9.69,0],[-4.687,0.408],[-0.09,-1.022],[1.028,-0.089]],"o":[[-9.92,0],[-1.011,-0.197],[0.199,-1.004],[5.923,1.159],[5.429,0],[1.025,-0.08],[0.091,1.023],[-4.794,0.416]],"v":[[0.001,-47.452],[-25.288,-49.345],[-26.758,-51.527],[-24.568,-52.992],[0.001,-51.168],[15.464,-51.791],[17.486,-50.102],[15.789,-48.089]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":125,"s":[{"i":[[5.536,0],[6.15,1.204],[-0.199,1.007],[-1.031,-0.197],[-9.69,0],[-4.687,0.408],[-0.09,-1.022],[1.028,-0.089]],"o":[[-9.92,0],[-1.011,-0.197],[0.199,-1.004],[5.923,1.159],[5.429,0],[1.025,-0.08],[0.091,1.023],[-4.794,0.416]],"v":[[0.001,-47.452],[-25.288,-49.345],[-26.758,-51.527],[-24.568,-52.992],[0.001,-51.168],[15.464,-51.791],[17.486,-50.102],[15.789,-48.089]],"c":true}],"e":[{"i":[[-0.006,0],[-0.006,1.204],[0,1.007],[0.001,-0.197],[0.01,0],[0.005,0.408],[0,-1.022],[-0.001,-0.089]],"o":[[0.01,0],[0.001,-0.197],[0,-1.004],[-0.006,1.159],[-0.006,0],[-0.001,-0.08],[0,1.023],[0.005,0.416]],"v":[[-26.986,-47.452],[-26.959,-49.345],[-26.958,-51.527],[-26.96,-52.992],[-26.986,-51.168],[-27.002,-51.791],[-27.004,-50.102],[-27.002,-48.089]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":135,"s":[{"i":[[-0.006,0],[-0.006,1.204],[0,1.007],[0.001,-0.197],[0.01,0],[0.005,0.408],[0,-1.022],[-0.001,-0.089]],"o":[[0.01,0],[0.001,-0.197],[0,-1.004],[-0.006,1.159],[-0.006,0],[-0.001,-0.08],[0,1.023],[0.005,0.416]],"v":[[-26.986,-47.452],[-26.959,-49.345],[-26.958,-51.527],[-26.96,-52.992],[-26.986,-51.168],[-27.002,-51.791],[-27.004,-50.102],[-27.002,-48.089]],"c":true}],"e":[{"i":[[-0.006,0],[-0.006,1.204],[0,1.007],[0.001,-0.197],[0.01,0],[0.005,0.408],[0,-1.022],[-0.001,-0.089]],"o":[[0.01,0],[0.001,-0.197],[0,-1.004],[-0.006,1.159],[-0.006,0],[-0.001,-0.08],[0,1.023],[0.005,0.416]],"v":[[-35.373,-299.998],[-35.347,-301.891],[-35.345,-304.073],[-35.347,-305.538],[-35.373,-303.714],[-35.389,-304.337],[-35.391,-302.648],[-35.389,-300.635]],"c":true}]},{"t":142}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,0],[0.001,0.984],[-0.01,0.064],[0,17.652],[0,0],[0.017,0],[0,0],[0,1.027],[-0.011,0],[0,0],[0,-3.518],[0,0],[0.188,-1.145]],"o":[[-0.01,0],[-0.001,-1.025],[0.167,-1.019],[0,0],[0,-1.394],[0,0],[-0.011,0],[0,-1.026],[0,0],[0.038,0],[0,0],[0,19.675],[0,0.002]],"v":[[29.421,174.844],[29.402,173.102],[29.42,171.132],[29.708,138.91],[29.708,130.487],[29.678,127.887],[29.562,127.887],[29.543,126.028],[29.562,124.171],[29.678,124.171],[29.746,130.487],[29.746,138.91],[29.422,174.84]],"c":true}],"e":[{"i":[[0,0],[0.001,0.984],[-0.01,0.064],[0,17.652],[0,0],[0.017,0],[0,0],[0,1.027],[-0.011,0],[0,0],[0,-3.518],[0,0],[0.188,-1.145]],"o":[[-0.01,0],[-0.001,-1.025],[0.167,-1.019],[0,0],[0,-1.394],[0,0],[-0.011,0],[0,-1.026],[0,0],[0.038,0],[0,0],[0,19.675],[0,0.002]],"v":[[29.421,-5.156],[29.402,-6.898],[29.42,-8.868],[29.708,-41.09],[29.708,-49.513],[29.678,-52.113],[29.562,-52.113],[29.543,-53.972],[29.562,-55.829],[29.678,-55.829],[29.746,-49.513],[29.746,-41.09],[29.422,-5.161]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[{"i":[[0,0],[0.001,0.984],[-0.01,0.064],[0,17.652],[0,0],[0.017,0],[0,0],[0,1.027],[-0.011,0],[0,0],[0,-3.518],[0,0],[0.188,-1.145]],"o":[[-0.01,0],[-0.001,-1.025],[0.167,-1.019],[0,0],[0,-1.394],[0,0],[-0.011,0],[0,-1.026],[0,0],[0.038,0],[0,0],[0,19.675],[0,0.002]],"v":[[29.421,-5.156],[29.402,-6.898],[29.42,-8.868],[29.708,-41.09],[29.708,-49.513],[29.678,-52.113],[29.562,-52.113],[29.543,-53.972],[29.562,-55.829],[29.678,-55.829],[29.746,-49.513],[29.746,-41.09],[29.422,-5.161]],"c":true}],"e":[{"i":[[0.032,0],[0.051,0.984],[-0.839,0.064],[0,17.652],[0,0],[1.38,0],[0,0],[0,1.027],[-0.84,0],[0,0],[0,-3.518],[0,0],[14.982,-1.145]],"o":[[-0.799,0],[-0.052,-1.025],[13.327,-1.019],[0,0],[0,-1.394],[0,0],[-0.84,0],[0,-1.026],[0,0],[3.007,0],[0,0],[0,19.675],[-0.032,0.002]],"v":[[30.973,-5.156],[29.454,-6.898],[30.878,-8.868],[53.878,-41.09],[53.878,-49.513],[51.455,-52.113],[42.242,-52.113],[40.721,-53.972],[42.242,-55.829],[51.455,-55.829],[56.922,-49.513],[56.922,-41.09],[31.069,-5.161]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":50,"s":[{"i":[[0.032,0],[0.051,0.984],[-0.839,0.064],[0,17.652],[0,0],[1.38,0],[0,0],[0,1.027],[-0.84,0],[0,0],[0,-3.518],[0,0],[14.982,-1.145]],"o":[[-0.799,0],[-0.052,-1.025],[13.327,-1.019],[0,0],[0,-1.394],[0,0],[-0.84,0],[0,-1.026],[0,0],[3.007,0],[0,0],[0,19.675],[-0.032,0.002]],"v":[[30.973,-5.156],[29.454,-6.898],[30.878,-8.868],[53.878,-41.09],[53.878,-49.513],[51.455,-52.113],[42.242,-52.113],[40.721,-53.972],[42.242,-55.829],[51.455,-55.829],[56.922,-49.513],[56.922,-41.09],[31.069,-5.161]],"c":true}],"e":[{"i":[[0.039,0],[0.063,0.984],[-1.029,0.064],[0,17.652],[0,0],[1.692,0],[0,0],[0,1.027],[-1.03,0],[0,0],[0,-3.518],[0,0],[18.367,-1.145]],"o":[[-0.979,0],[-0.064,-1.025],[16.338,-1.019],[0,0],[0,-1.394],[0,0],[-1.03,0],[0,-1.026],[0,0],[3.687,0],[0,0],[0,19.675],[-0.039,0.002]],"v":[[31.328,-5.156],[29.465,-6.898],[31.212,-8.868],[59.41,-41.09],[59.41,-49.513],[56.438,-52.113],[45.143,-52.113],[43.279,-53.972],[45.143,-55.829],[56.438,-55.829],[63.141,-49.513],[63.141,-41.09],[31.445,-5.161]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":70,"s":[{"i":[[0.039,0],[0.063,0.984],[-1.029,0.064],[0,17.652],[0,0],[1.692,0],[0,0],[0,1.027],[-1.03,0],[0,0],[0,-3.518],[0,0],[18.367,-1.145]],"o":[[-0.979,0],[-0.064,-1.025],[16.338,-1.019],[0,0],[0,-1.394],[0,0],[-1.03,0],[0,-1.026],[0,0],[3.687,0],[0,0],[0,19.675],[-0.039,0.002]],"v":[[31.328,-5.156],[29.465,-6.898],[31.212,-8.868],[59.41,-41.09],[59.41,-49.513],[56.438,-52.113],[45.143,-52.113],[43.279,-53.972],[45.143,-55.829],[56.438,-55.829],[63.141,-49.513],[63.141,-41.09],[31.445,-5.161]],"c":true}],"e":[{"i":[[0.039,0],[0.063,0.984],[-1.029,0.064],[0,17.652],[0,0],[1.692,0],[0,0],[0,1.027],[-1.03,0],[0,0],[0,-3.518],[0,0],[18.367,-1.145]],"o":[[-0.979,0],[-0.064,-1.025],[16.338,-1.019],[0,0],[0,-1.394],[0,0],[-1.03,0],[0,-1.026],[0,0],[3.687,0],[0,0],[0,19.675],[-0.039,0.002]],"v":[[31.328,-5.156],[29.465,-6.898],[31.212,-8.868],[59.41,-41.09],[59.41,-49.513],[56.438,-52.113],[45.143,-52.113],[43.279,-53.972],[45.143,-55.829],[56.438,-55.829],[63.141,-49.513],[63.141,-41.09],[31.445,-5.161]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":125,"s":[{"i":[[0.039,0],[0.063,0.984],[-1.029,0.064],[0,17.652],[0,0],[1.692,0],[0,0],[0,1.027],[-1.03,0],[0,0],[0,-3.518],[0,0],[18.367,-1.145]],"o":[[-0.979,0],[-0.064,-1.025],[16.338,-1.019],[0,0],[0,-1.394],[0,0],[-1.03,0],[0,-1.026],[0,0],[3.687,0],[0,0],[0,19.675],[-0.039,0.002]],"v":[[31.328,-5.156],[29.465,-6.898],[31.212,-8.868],[59.41,-41.09],[59.41,-49.513],[56.438,-52.113],[45.143,-52.113],[43.279,-53.972],[45.143,-55.829],[56.438,-55.829],[63.141,-49.513],[63.141,-41.09],[31.445,-5.161]],"c":true}],"e":[{"i":[[0,0],[0.001,0.984],[-0.01,0.064],[0,17.652],[0,0],[0.017,0],[0,0],[0,1.027],[-0.011,0],[0,0],[0,-3.518],[0,0],[0.188,-1.145]],"o":[[-0.01,0],[-0.001,-1.025],[0.167,-1.019],[0,0],[0,-1.394],[0,0],[-0.011,0],[0,-1.026],[0,0],[0.038,0],[0,0],[0,19.675],[0,0.002]],"v":[[29.421,-5.156],[29.402,-6.898],[29.42,-8.868],[29.708,-41.09],[29.708,-49.513],[29.678,-52.113],[29.562,-52.113],[29.543,-53.972],[29.562,-55.829],[29.678,-55.829],[29.746,-49.513],[29.746,-41.09],[29.422,-5.161]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":135,"s":[{"i":[[0,0],[0.001,0.984],[-0.01,0.064],[0,17.652],[0,0],[0.017,0],[0,0],[0,1.027],[-0.011,0],[0,0],[0,-3.518],[0,0],[0.188,-1.145]],"o":[[-0.01,0],[-0.001,-1.025],[0.167,-1.019],[0,0],[0,-1.394],[0,0],[-0.011,0],[0,-1.026],[0,0],[0.038,0],[0,0],[0,19.675],[0,0.002]],"v":[[29.421,-5.156],[29.402,-6.898],[29.42,-8.868],[29.708,-41.09],[29.708,-49.513],[29.678,-52.113],[29.562,-52.113],[29.543,-53.972],[29.562,-55.829],[29.678,-55.829],[29.746,-49.513],[29.746,-41.09],[29.422,-5.161]],"c":true}],"e":[{"i":[[0,0],[0.001,0.984],[-0.01,0.064],[0,17.652],[0,0],[0.017,0],[0,0],[0,1.027],[-0.011,0],[0,0],[0,-3.518],[0,0],[0.188,-1.145]],"o":[[-0.01,0],[-0.001,-1.025],[0.167,-1.019],[0,0],[0,-1.394],[0,0],[-0.011,0],[0,-1.026],[0,0],[0.038,0],[0,0],[0,19.675],[0,0.002]],"v":[[20.907,-269.702],[20.888,-271.444],[20.906,-273.414],[21.194,-305.636],[21.194,-314.059],[21.163,-316.659],[21.048,-316.659],[21.029,-318.518],[21.048,-320.375],[21.163,-320.375],[21.232,-314.059],[21.232,-305.636],[20.908,-269.706]],"c":true}]},{"t":142}],"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0.003,0],[0,0.002],[0,19.675],[0,0],[-0.011,0],[0,0],[0,-1.026],[0.003,0],[0,0],[0,-1.409],[0,0],[-0.051,-1.019],[0,-1.025]],"o":[[0,0],[-0.057,-1.145],[0,0],[0,-3.51],[0,0],[0.003,0],[0,1.027],[0,0],[-0.005,0],[0,0],[0,17.652],[0.003,0.064],[0,0.984]],"v":[[-29.405,174.844],[-29.406,174.84],[-29.504,138.91],[-29.504,130.487],[-29.483,124.171],[-29.428,124.171],[-29.423,126.028],[-29.428,127.887],[-29.483,127.887],[-29.492,130.487],[-29.492,138.91],[-29.405,171.132],[-29.4,173.102]],"c":true}],"e":[{"i":[[0.003,0],[0,0.002],[0,19.675],[0,0],[-0.011,0],[0,0],[0,-1.026],[0.003,0],[0,0],[0,-1.409],[0,0],[-0.051,-1.019],[0,-1.025]],"o":[[0,0],[-0.057,-1.145],[0,0],[0,-3.51],[0,0],[0.003,0],[0,1.027],[0,0],[-0.005,0],[0,0],[0,17.652],[0.003,0.064],[0,0.984]],"v":[[-29.405,-5.156],[-29.406,-5.161],[-29.504,-41.09],[-29.504,-49.513],[-29.483,-55.829],[-29.428,-55.829],[-29.423,-53.972],[-29.428,-52.113],[-29.483,-52.113],[-29.492,-49.513],[-29.492,-41.09],[-29.405,-8.868],[-29.4,-6.898]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[{"i":[[0.003,0],[0,0.002],[0,19.675],[0,0],[-0.011,0],[0,0],[0,-1.026],[0.003,0],[0,0],[0,-1.409],[0,0],[-0.051,-1.019],[0,-1.025]],"o":[[0,0],[-0.057,-1.145],[0,0],[0,-3.51],[0,0],[0.003,0],[0,1.027],[0,0],[-0.005,0],[0,0],[0,17.652],[0.003,0.064],[0,0.984]],"v":[[-29.405,-5.156],[-29.406,-5.161],[-29.504,-41.09],[-29.504,-49.513],[-29.483,-55.829],[-29.428,-55.829],[-29.423,-53.972],[-29.428,-52.113],[-29.483,-52.113],[-29.492,-49.513],[-29.492,-41.09],[-29.405,-8.868],[-29.4,-6.898]],"c":true}],"e":[{"i":[[0.796,0],[0.032,0.002],[0,19.675],[0,0],[-3.006,0],[0,0],[0,-1.026],[0.84,0],[0,0],[0,-1.409],[0,0],[-13.306,-1.019],[0.054,-1.025]],"o":[[-0.032,0],[-14.957,-1.145],[0,0],[0,-3.51],[0,0],[0.84,0],[0,1.027],[0,0],[-1.363,0],[0,0],[0,17.652],[0.839,0.064],[-0.05,0.984]],"v":[[-30.969,-5.156],[-31.065,-5.161],[-56.877,-41.09],[-56.877,-49.513],[-51.42,-55.829],[-37.033,-55.829],[-35.514,-53.972],[-37.033,-52.113],[-51.42,-52.113],[-53.837,-49.513],[-53.837,-41.09],[-30.875,-8.868],[-29.453,-6.898]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":50,"s":[{"i":[[0.796,0],[0.032,0.002],[0,19.675],[0,0],[-3.006,0],[0,0],[0,-1.026],[0.84,0],[0,0],[0,-1.409],[0,0],[-13.306,-1.019],[0.054,-1.025]],"o":[[-0.032,0],[-14.957,-1.145],[0,0],[0,-3.51],[0,0],[0.84,0],[0,1.027],[0,0],[-1.363,0],[0,0],[0,17.652],[0.839,0.064],[-0.05,0.984]],"v":[[-30.969,-5.156],[-31.065,-5.161],[-56.877,-41.09],[-56.877,-49.513],[-51.42,-55.829],[-37.033,-55.829],[-35.514,-53.972],[-37.033,-52.113],[-51.42,-52.113],[-53.837,-49.513],[-53.837,-41.09],[-30.875,-8.868],[-29.453,-6.898]],"c":true}],"e":[{"i":[[0.978,0],[0.039,0.002],[0,19.675],[0,0],[-3.691,0],[0,0],[0,-1.026],[1.031,0],[0,0],[0,-1.409],[0,0],[-16.339,-1.019],[0.066,-1.025]],"o":[[-0.039,0],[-18.367,-1.145],[0,0],[0,-3.51],[0,0],[1.031,0],[0,1.027],[0,0],[-1.674,0],[0,0],[0,17.652],[1.03,0.064],[-0.062,0.984]],"v":[[-31.326,-5.156],[-31.445,-5.161],[-63.141,-41.09],[-63.141,-49.513],[-56.439,-55.829],[-38.773,-55.829],[-36.908,-53.972],[-38.773,-52.113],[-56.439,-52.113],[-59.409,-49.513],[-59.409,-41.09],[-31.212,-8.868],[-29.465,-6.898]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":70,"s":[{"i":[[0.978,0],[0.039,0.002],[0,19.675],[0,0],[-3.691,0],[0,0],[0,-1.026],[1.031,0],[0,0],[0,-1.409],[0,0],[-16.339,-1.019],[0.066,-1.025]],"o":[[-0.039,0],[-18.367,-1.145],[0,0],[0,-3.51],[0,0],[1.031,0],[0,1.027],[0,0],[-1.674,0],[0,0],[0,17.652],[1.03,0.064],[-0.062,0.984]],"v":[[-31.326,-5.156],[-31.445,-5.161],[-63.141,-41.09],[-63.141,-49.513],[-56.439,-55.829],[-38.773,-55.829],[-36.908,-53.972],[-38.773,-52.113],[-56.439,-52.113],[-59.409,-49.513],[-59.409,-41.09],[-31.212,-8.868],[-29.465,-6.898]],"c":true}],"e":[{"i":[[0.978,0],[0.039,0.002],[0,19.675],[0,0],[-3.691,0],[0,0],[0,-1.026],[1.031,0],[0,0],[0,-1.409],[0,0],[-16.339,-1.019],[0.066,-1.025]],"o":[[-0.039,0],[-18.367,-1.145],[0,0],[0,-3.51],[0,0],[1.031,0],[0,1.027],[0,0],[-1.674,0],[0,0],[0,17.652],[1.03,0.064],[-0.062,0.984]],"v":[[-31.326,-5.156],[-31.445,-5.161],[-63.141,-41.09],[-63.141,-49.513],[-56.439,-55.829],[-38.773,-55.829],[-36.908,-53.972],[-38.773,-52.113],[-56.439,-52.113],[-59.409,-49.513],[-59.409,-41.09],[-31.212,-8.868],[-29.465,-6.898]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":125,"s":[{"i":[[0.978,0],[0.039,0.002],[0,19.675],[0,0],[-3.691,0],[0,0],[0,-1.026],[1.031,0],[0,0],[0,-1.409],[0,0],[-16.339,-1.019],[0.066,-1.025]],"o":[[-0.039,0],[-18.367,-1.145],[0,0],[0,-3.51],[0,0],[1.031,0],[0,1.027],[0,0],[-1.674,0],[0,0],[0,17.652],[1.03,0.064],[-0.062,0.984]],"v":[[-31.326,-5.156],[-31.445,-5.161],[-63.141,-41.09],[-63.141,-49.513],[-56.439,-55.829],[-38.773,-55.829],[-36.908,-53.972],[-38.773,-52.113],[-56.439,-52.113],[-59.409,-49.513],[-59.409,-41.09],[-31.212,-8.868],[-29.465,-6.898]],"c":true}],"e":[{"i":[[0.003,0],[0,0.002],[0,19.675],[0,0],[-0.011,0],[0,0],[0,-1.026],[0.003,0],[0,0],[0,-1.409],[0,0],[-0.051,-1.019],[0,-1.025]],"o":[[0,0],[-0.057,-1.145],[0,0],[0,-3.51],[0,0],[0.003,0],[0,1.027],[0,0],[-0.005,0],[0,0],[0,17.652],[0.003,0.064],[0,0.984]],"v":[[-29.405,-5.156],[-29.406,-5.161],[-29.504,-41.09],[-29.504,-49.513],[-29.483,-55.829],[-29.428,-55.829],[-29.423,-53.972],[-29.428,-52.113],[-29.483,-52.113],[-29.492,-49.513],[-29.492,-41.09],[-29.405,-8.868],[-29.4,-6.898]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":135,"s":[{"i":[[0.003,0],[0,0.002],[0,19.675],[0,0],[-0.011,0],[0,0],[0,-1.026],[0.003,0],[0,0],[0,-1.409],[0,0],[-0.051,-1.019],[0,-1.025]],"o":[[0,0],[-0.057,-1.145],[0,0],[0,-3.51],[0,0],[0.003,0],[0,1.027],[0,0],[-0.005,0],[0,0],[0,17.652],[0.003,0.064],[0,0.984]],"v":[[-29.405,-5.156],[-29.406,-5.161],[-29.504,-41.09],[-29.504,-49.513],[-29.483,-55.829],[-29.428,-55.829],[-29.423,-53.972],[-29.428,-52.113],[-29.483,-52.113],[-29.492,-49.513],[-29.492,-41.09],[-29.405,-8.868],[-29.4,-6.898]],"c":true}],"e":[{"i":[[0.003,0],[0,0.002],[0,19.675],[0,0],[-0.011,0],[0,0],[0,-1.026],[0.003,0],[0,0],[0,-1.409],[0,0],[-0.051,-1.019],[0,-1.025]],"o":[[0,0],[-0.057,-1.145],[0,0],[0,-3.51],[0,0],[0.003,0],[0,1.027],[0,0],[-0.005,0],[0,0],[0,17.652],[0.003,0.064],[0,0.984]],"v":[[-37.92,-269.702],[-37.92,-269.706],[-38.018,-305.636],[-38.018,-314.059],[-37.997,-320.375],[-37.943,-320.375],[-37.937,-318.518],[-37.943,-316.659],[-37.997,-316.659],[-38.007,-314.059],[-38.007,-305.636],[-37.919,-273.414],[-37.914,-271.444]],"c":true}]},{"t":142}],"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[0,-0.001],[0.001,-0.076],[0,-0.002],[0,0.005],[0,0],[0,0.004]],"o":[[0,0],[0,0.002],[0,0.005],[0,0.002],[0.001,-0.071],[0,-0.003],[0,-0.002]],"v":[[-0.391,151.758],[-0.391,151.759],[-0.393,151.889],[-0.393,151.901],[-0.393,151.895],[-0.391,151.774],[-0.391,151.761]],"c":true}],"e":[{"i":[[0,0],[0,-0.001],[0.001,-0.076],[0,-0.002],[0,0.005],[0,0],[0,0.004]],"o":[[0,0],[0,0.002],[0,0.005],[0,0.002],[0.001,-0.071],[0,-0.003],[0,-0.002]],"v":[[-0.502,6.257],[-0.502,6.259],[-0.504,6.389],[-0.504,6.401],[-0.503,6.395],[-0.502,6.274],[-0.502,6.261]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":50,"s":[{"i":[[0,0],[0,-0.001],[0.001,-0.076],[0,-0.002],[0,0.005],[0,0],[0,0.004]],"o":[[0,0],[0,0.002],[0,0.005],[0,0.002],[0.001,-0.071],[0,-0.003],[0,-0.002]],"v":[[-0.502,6.257],[-0.502,6.259],[-0.504,6.389],[-0.504,6.401],[-0.503,6.395],[-0.502,6.274],[-0.502,6.261]],"c":true}],"e":[{"i":[[0.457,0],[0.276,0.207],[4.482,12.44],[-0.789,0.28],[-0.282,-0.784],[-0.107,-0.08],[0.509,-0.662]],"o":[[-0.321,0],[-0.467,-0.355],[-0.283,-0.786],[0.797,-0.278],[4.172,11.583],[0.666,0.508],[-0.299,0.389]],"v":[[-2.218,6.257],[-3.139,5.949],[-19.106,-15.319],[-18.188,-17.25],[-16.247,-16.338],[-1.294,3.547],[-1.011,5.664]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":60,"s":[{"i":[[0.457,0],[0.276,0.207],[4.482,12.44],[-0.789,0.28],[-0.282,-0.784],[-0.107,-0.08],[0.509,-0.662]],"o":[[-0.321,0],[-0.467,-0.355],[-0.283,-0.786],[0.797,-0.278],[4.172,11.583],[0.666,0.508],[-0.299,0.389]],"v":[[-2.218,6.257],[-3.139,5.949],[-19.106,-15.319],[-18.188,-17.25],[-16.247,-16.338],[-1.294,3.547],[-1.011,5.664]],"c":true}],"e":[{"i":[[0.561,0],[0.339,0.255],[5.507,15.304],[-0.97,0.345],[-0.346,-0.965],[-0.132,-0.099],[0.626,-0.814]],"o":[[-0.395,0],[-0.574,-0.437],[-0.348,-0.967],[0.979,-0.342],[5.127,14.25],[0.818,0.625],[-0.368,0.478]],"v":[[-2.611,6.257],[-3.743,5.878],[-23.363,-20.286],[-22.236,-22.662],[-19.85,-21.54],[-1.476,2.923],[-1.128,5.527]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":80,"s":[{"i":[[0.561,0],[0.339,0.255],[5.507,15.304],[-0.97,0.345],[-0.346,-0.965],[-0.132,-0.099],[0.626,-0.814]],"o":[[-0.395,0],[-0.574,-0.437],[-0.348,-0.967],[0.979,-0.342],[5.127,14.25],[0.818,0.625],[-0.368,0.478]],"v":[[-2.611,6.257],[-3.743,5.878],[-23.363,-20.286],[-22.236,-22.662],[-19.85,-21.54],[-1.476,2.923],[-1.128,5.527]],"c":true}],"e":[{"i":[[0.561,0],[0.339,0.255],[5.507,15.304],[-0.97,0.345],[-0.346,-0.965],[-0.132,-0.099],[0.626,-0.814]],"o":[[-0.395,0],[-0.574,-0.437],[-0.348,-0.967],[0.979,-0.342],[5.127,14.25],[0.818,0.625],[-0.368,0.478]],"v":[[-2.611,6.257],[-3.743,5.878],[-23.363,-20.286],[-22.236,-22.662],[-19.85,-21.54],[-1.476,2.923],[-1.128,5.527]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":120,"s":[{"i":[[0.561,0],[0.339,0.255],[5.507,15.304],[-0.97,0.345],[-0.346,-0.965],[-0.132,-0.099],[0.626,-0.814]],"o":[[-0.395,0],[-0.574,-0.437],[-0.348,-0.967],[0.979,-0.342],[5.127,14.25],[0.818,0.625],[-0.368,0.478]],"v":[[-2.611,6.257],[-3.743,5.878],[-23.363,-20.286],[-22.236,-22.662],[-19.85,-21.54],[-1.476,2.923],[-1.128,5.527]],"c":true}],"e":[{"i":[[0,0],[0,-0.001],[0.001,-0.076],[0,-0.002],[0,0.005],[0,0],[0,0.004]],"o":[[0,0],[0,0.002],[0,0.005],[0,0.002],[0.001,-0.071],[0,-0.003],[0,-0.002]],"v":[[-0.502,6.257],[-0.502,6.259],[-0.504,6.389],[-0.504,6.401],[-0.503,6.395],[-0.502,6.274],[-0.502,6.261]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":125,"s":[{"i":[[0,0],[0,-0.001],[0.001,-0.076],[0,-0.002],[0,0.005],[0,0],[0,0.004]],"o":[[0,0],[0,0.002],[0,0.005],[0,0.002],[0.001,-0.071],[0,-0.003],[0,-0.002]],"v":[[-0.502,6.257],[-0.502,6.259],[-0.504,6.389],[-0.504,6.401],[-0.503,6.395],[-0.502,6.274],[-0.502,6.261]],"c":true}],"e":[{"i":[[0,0],[0,-0.001],[0.001,-0.076],[0,-0.002],[0,0.005],[0,0],[0,0.004]],"o":[[0,0],[0,0.002],[0,0.005],[0,0.002],[0.001,-0.07],[0,-0.003],[0,-0.002]],"v":[[-8.905,-292.788],[-8.905,-292.786],[-8.907,-292.656],[-8.907,-292.645],[-8.907,-292.65],[-8.905,-292.771],[-8.905,-292.784]],"c":true}]},{"t":132}],"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0.011,0],[0.007,0.286],[0,14.3],[0,0],[-0.164,0],[-0.07,-0.178],[0.001,-1.025],[0.021,0.038],[0.074,0],[0.038,-1.261],[0,0],[-0.208,-8.166],[0.014,-0.792]],"o":[[-0.009,0],[-0.205,-8.035],[0,0],[0,-6.194],[0.075,0],[0.022,0.053],[-0.001,1.024],[-0.069,-0.173],[-0.376,0],[0,0],[0,12.328],[0.017,0.653],[-0.008,0.448]],"v":[[-32.904,198.143],[-32.929,197.72],[-33.46,157.309],[-33.46,128.084],[-32.761,121.407],[-32.542,121.675],[-32.505,123.629],[-32.546,125.385],[-32.761,125.124],[-33.382,128.51],[-33.382,157.309],[-32.88,194.849],[-32.874,197.465]],"c":true}],"e":[{"i":[[0.011,0],[0.007,0.286],[0,14.3],[0,0],[-0.164,0],[-0.07,-0.178],[0.001,-1.025],[0.021,0.038],[0.074,0],[0.038,-1.261],[0,0],[-0.208,-8.166],[0.014,-0.792]],"o":[[-0.009,0],[-0.205,-8.035],[0,0],[0,-6.194],[0.075,0],[0.022,0.053],[-0.001,1.024],[-0.069,-0.173],[-0.376,0],[0,0],[0,12.328],[0.017,0.653],[-0.008,0.448]],"v":[[-32.904,14.143],[-32.929,13.719],[-33.46,-26.691],[-33.46,-55.916],[-32.761,-62.593],[-32.542,-62.325],[-32.505,-60.371],[-32.546,-58.615],[-32.761,-58.876],[-33.382,-55.49],[-33.382,-26.691],[-32.88,10.848],[-32.874,13.464]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[0.011,0],[0.007,0.286],[0,14.3],[0,0],[-0.164,0],[-0.07,-0.178],[0.001,-1.025],[0.021,0.038],[0.074,0],[0.038,-1.261],[0,0],[-0.208,-8.166],[0.014,-0.792]],"o":[[-0.009,0],[-0.205,-8.035],[0,0],[0,-6.194],[0.075,0],[0.022,0.053],[-0.001,1.024],[-0.069,-0.173],[-0.376,0],[0,0],[0,12.328],[0.017,0.653],[-0.008,0.448]],"v":[[-32.904,14.143],[-32.929,13.719],[-33.46,-26.691],[-33.46,-55.916],[-32.761,-62.593],[-32.542,-62.325],[-32.505,-60.371],[-32.546,-58.615],[-32.761,-58.876],[-33.382,-55.49],[-33.382,-26.691],[-32.88,10.848],[-32.874,13.464]],"c":true}],"e":[{"i":[[0.442,0],[0.284,0.286],[0,14.3],[0,0],[-6.419,0],[-2.746,-0.178],[0.047,-1.025],[0.826,0.038],[2.881,0],[1.469,-1.261],[0,0],[-8.159,-8.166],[0.535,-0.792]],"o":[[-0.341,0],[-8.028,-8.035],[0,0],[0,-6.194],[2.934,0],[0.842,0.053],[-0.044,1.024],[-2.691,-0.173],[-14.731,0],[0,0],[0,12.328],[0.651,0.653],[-0.303,0.448]],"v":[[-11.728,14.143],[-12.697,13.719],[-33.46,-26.691],[-33.46,-55.916],[-6.1,-62.593],[2.46,-62.325],[3.902,-60.371],[2.297,-58.615],[-6.1,-58.876],[-30.407,-55.49],[-30.407,-26.691],[-10.758,10.848],[-10.547,13.464]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":40,"s":[{"i":[[0.442,0],[0.284,0.286],[0,14.3],[0,0],[-6.419,0],[-2.746,-0.178],[0.047,-1.025],[0.826,0.038],[2.881,0],[1.469,-1.261],[0,0],[-8.159,-8.166],[0.535,-0.792]],"o":[[-0.341,0],[-8.028,-8.035],[0,0],[0,-6.194],[2.934,0],[0.842,0.053],[-0.044,1.024],[-2.691,-0.173],[-14.731,0],[0,0],[0,12.328],[0.651,0.653],[-0.303,0.448]],"v":[[-11.728,14.143],[-12.697,13.719],[-33.46,-26.691],[-33.46,-55.916],[-6.1,-62.593],[2.46,-62.325],[3.902,-60.371],[2.297,-58.615],[-6.1,-58.876],[-30.407,-55.49],[-30.407,-26.691],[-10.758,10.848],[-10.547,13.464]],"c":true}],"e":[{"i":[[0.54,0],[0.347,0.286],[0,14.3],[0,0],[-7.85,0],[-3.358,-0.178],[0.057,-1.025],[1.01,0.038],[3.523,0],[1.797,-1.261],[0,0],[-9.978,-8.166],[0.654,-0.792]],"o":[[-0.417,0],[-9.818,-8.035],[0,0],[0,-6.194],[3.588,0],[1.03,0.053],[-0.054,1.024],[-3.291,-0.173],[-18.016,0],[0,0],[0,12.328],[0.796,0.653],[-0.37,0.448]],"v":[[-6.883,14.143],[-8.066,13.719],[-33.46,-26.691],[-33.46,-55.916],[0.001,-62.593],[10.469,-62.325],[12.233,-60.371],[10.27,-58.615],[0.001,-58.876],[-29.727,-55.49],[-29.727,-26.691],[-5.696,10.848],[-5.438,13.464]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":60,"s":[{"i":[[0.54,0],[0.347,0.286],[0,14.3],[0,0],[-7.85,0],[-3.358,-0.178],[0.057,-1.025],[1.01,0.038],[3.523,0],[1.797,-1.261],[0,0],[-9.978,-8.166],[0.654,-0.792]],"o":[[-0.417,0],[-9.818,-8.035],[0,0],[0,-6.194],[3.588,0],[1.03,0.053],[-0.054,1.024],[-3.291,-0.173],[-18.016,0],[0,0],[0,12.328],[0.796,0.653],[-0.37,0.448]],"v":[[-6.883,14.143],[-8.066,13.719],[-33.46,-26.691],[-33.46,-55.916],[0.001,-62.593],[10.469,-62.325],[12.233,-60.371],[10.27,-58.615],[0.001,-58.876],[-29.727,-55.49],[-29.727,-26.691],[-5.696,10.848],[-5.438,13.464]],"c":true}],"e":[{"i":[[0.54,0],[0.347,0.286],[0,14.3],[0,0],[-7.85,0],[-3.358,-0.178],[0.057,-1.025],[1.01,0.038],[3.523,0],[1.797,-1.261],[0,0],[-9.978,-8.166],[0.654,-0.792]],"o":[[-0.417,0],[-9.818,-8.035],[0,0],[0,-6.194],[3.588,0],[1.03,0.053],[-0.054,1.024],[-3.291,-0.173],[-18.016,0],[0,0],[0,12.328],[0.796,0.653],[-0.37,0.448]],"v":[[-6.883,14.143],[-8.066,13.719],[-33.46,-26.691],[-33.46,-55.916],[0.001,-62.593],[10.469,-62.325],[12.233,-60.371],[10.27,-58.615],[0.001,-58.876],[-29.727,-55.49],[-29.727,-26.691],[-5.696,10.848],[-5.438,13.464]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":120,"s":[{"i":[[0.54,0],[0.347,0.286],[0,14.3],[0,0],[-7.85,0],[-3.358,-0.178],[0.057,-1.025],[1.01,0.038],[3.523,0],[1.797,-1.261],[0,0],[-9.978,-8.166],[0.654,-0.792]],"o":[[-0.417,0],[-9.818,-8.035],[0,0],[0,-6.194],[3.588,0],[1.03,0.053],[-0.054,1.024],[-3.291,-0.173],[-18.016,0],[0,0],[0,12.328],[0.796,0.653],[-0.37,0.448]],"v":[[-6.883,14.143],[-8.066,13.719],[-33.46,-26.691],[-33.46,-55.916],[0.001,-62.593],[10.469,-62.325],[12.233,-60.371],[10.27,-58.615],[0.001,-58.876],[-29.727,-55.49],[-29.727,-26.691],[-5.696,10.848],[-5.438,13.464]],"c":true}],"e":[{"i":[[0.011,0],[0.007,0.286],[0,14.3],[0,0],[-0.164,0],[-0.07,-0.178],[0.001,-1.025],[0.021,0.038],[0.074,0],[0.038,-1.261],[0,0],[-0.208,-8.166],[0.014,-0.792]],"o":[[-0.009,0],[-0.205,-8.035],[0,0],[0,-6.194],[0.075,0],[0.022,0.053],[-0.001,1.024],[-0.069,-0.173],[-0.376,0],[0,0],[0,12.328],[0.017,0.653],[-0.008,0.448]],"v":[[-32.904,14.143],[-32.929,13.719],[-33.46,-26.691],[-33.46,-55.916],[-32.761,-62.593],[-32.542,-62.325],[-32.505,-60.371],[-32.546,-58.615],[-32.761,-58.876],[-33.382,-55.49],[-33.382,-26.691],[-32.88,10.848],[-32.874,13.464]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":130,"s":[{"i":[[0.011,0],[0.007,0.286],[0,14.3],[0,0],[-0.164,0],[-0.07,-0.178],[0.001,-1.025],[0.021,0.038],[0.074,0],[0.038,-1.261],[0,0],[-0.208,-8.166],[0.014,-0.792]],"o":[[-0.009,0],[-0.205,-8.035],[0,0],[0,-6.194],[0.075,0],[0.022,0.053],[-0.001,1.024],[-0.069,-0.173],[-0.376,0],[0,0],[0,12.328],[0.017,0.653],[-0.008,0.448]],"v":[[-32.904,14.143],[-32.929,13.719],[-33.46,-26.691],[-33.46,-55.916],[-32.761,-62.593],[-32.542,-62.325],[-32.505,-60.371],[-32.546,-58.615],[-32.761,-58.876],[-33.382,-55.49],[-33.382,-26.691],[-32.88,10.848],[-32.874,13.464]],"c":true}],"e":[{"i":[[0.011,0],[0.007,0.286],[0,14.3],[0,0],[-0.164,0],[-0.07,-0.178],[0.001,-1.025],[0.021,0.038],[0.074,0],[0.038,-1.261],[0,0],[-0.208,-8.166],[0.014,-0.792]],"o":[[-0.009,0],[-0.205,-8.035],[0,0],[0,-6.194],[0.075,0],[0.022,0.053],[-0.001,1.024],[-0.069,-0.173],[-0.376,0],[0,0],[0,12.328],[0.017,0.653],[-0.008,0.448]],"v":[[-41.419,-246.403],[-41.443,-246.826],[-41.974,-287.237],[-41.974,-316.462],[-41.275,-323.139],[-41.056,-322.871],[-41.019,-320.917],[-41.06,-319.161],[-41.275,-319.422],[-41.896,-316.036],[-41.896,-287.237],[-41.394,-249.697],[-41.388,-247.081]],"c":true}]},{"t":137}],"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[-0.001,0],[0,0.002],[0.001,0.003],[0,0.051],[0,0],[0.001,0],[0,-0.004],[0,0],[-0.013,-0.033]],"o":[[0.001,0],[0.001,-0.003],[-0.013,-0.034],[0,0],[0,-0.004],[-0.001,0],[0,0],[0,0.059],[0,0.001]],"v":[[4.781,198.143],[4.783,198.14],[4.782,198.129],[4.751,197.974],[4.751,197.91],[4.749,197.902],[4.746,197.91],[4.746,197.974],[4.779,198.141]],"c":true}],"e":[{"i":[[-0.001,0],[0,0.002],[0.001,0.003],[0,0.051],[0,0],[0.001,0],[0,-0.004],[0,0],[-0.013,-0.033]],"o":[[0.001,0],[0.001,-0.003],[-0.013,-0.034],[0,0],[0,-0.004],[-0.001,0],[0,0],[0,0.059],[0,0.001]],"v":[[4.781,14.143],[4.783,14.14],[4.782,14.129],[4.751,13.974],[4.751,13.91],[4.749,13.902],[4.746,13.91],[4.746,13.974],[4.779,14.141]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":30,"s":[{"i":[[-0.001,0],[0,0.002],[0.001,0.003],[0,0.051],[0,0],[0.001,0],[0,-0.004],[0,0],[-0.013,-0.033]],"o":[[0.001,0],[0.001,-0.003],[-0.013,-0.034],[0,0],[0,-0.004],[-0.001,0],[0,0],[0,0.059],[0,0.001]],"v":[[4.781,14.143],[4.783,14.14],[4.782,14.129],[4.751,13.974],[4.751,13.91],[4.749,13.902],[4.746,13.91],[4.746,13.974],[4.779,14.141]],"c":true}],"e":[{"i":[[0.34,0],[0.3,0.365],[-0.648,0.532],[0,10.043],[0,0],[-0.839,0],[0,-0.835],[0,0],[7.986,-6.544]],"o":[[-0.439,0],[-0.533,-0.645],[8.117,-6.651],[0,0],[0,-0.835],[0.84,0],[0,0],[0,11.649],[-0.283,0.233]],"v":[[6.49,14.143],[5.316,13.59],[5.525,11.459],[25.075,-19.119],[25.075,-31.637],[26.593,-33.151],[28.112,-31.637],[28.112,-19.119],[7.454,13.798]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":40,"s":[{"i":[[0.34,0],[0.3,0.365],[-0.648,0.532],[0,10.043],[0,0],[-0.839,0],[0,-0.835],[0,0],[7.986,-6.544]],"o":[[-0.439,0],[-0.533,-0.645],[8.117,-6.651],[0,0],[0,-0.835],[0.84,0],[0,0],[0,11.649],[-0.283,0.233]],"v":[[6.49,14.143],[5.316,13.59],[5.525,11.459],[25.075,-19.119],[25.075,-31.637],[26.593,-33.151],[28.112,-31.637],[28.112,-19.119],[7.454,13.798]],"c":true}],"e":[{"i":[[0.418,0],[0.369,0.448],[-0.797,0.653],[0,12.33],[0,0],[-1.031,0],[0,-1.025],[0,0],[9.817,-8.034]],"o":[[-0.539,0],[-0.655,-0.792],[9.978,-8.165],[0,0],[0,-1.025],[1.032,0],[0,0],[0,14.301],[-0.348,0.286]],"v":[[6.882,14.143],[5.438,13.464],[5.695,10.848],[29.727,-26.691],[29.727,-42.06],[31.592,-43.918],[33.46,-42.06],[33.46,-26.691],[8.066,13.719]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":60,"s":[{"i":[[0.418,0],[0.369,0.448],[-0.797,0.653],[0,12.33],[0,0],[-1.031,0],[0,-1.025],[0,0],[9.817,-8.034]],"o":[[-0.539,0],[-0.655,-0.792],[9.978,-8.165],[0,0],[0,-1.025],[1.032,0],[0,0],[0,14.301],[-0.348,0.286]],"v":[[6.882,14.143],[5.438,13.464],[5.695,10.848],[29.727,-26.691],[29.727,-42.06],[31.592,-43.918],[33.46,-42.06],[33.46,-26.691],[8.066,13.719]],"c":true}],"e":[{"i":[[0.418,0],[0.369,0.448],[-0.797,0.653],[0,12.33],[0,0],[-1.031,0],[0,-1.025],[0,0],[9.817,-8.034]],"o":[[-0.539,0],[-0.655,-0.792],[9.978,-8.165],[0,0],[0,-1.025],[1.032,0],[0,0],[0,14.301],[-0.348,0.286]],"v":[[6.882,14.143],[5.438,13.464],[5.695,10.848],[29.727,-26.691],[29.727,-42.06],[31.592,-43.918],[33.46,-42.06],[33.46,-26.691],[8.066,13.719]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":120,"s":[{"i":[[0.418,0],[0.369,0.448],[-0.797,0.653],[0,12.33],[0,0],[-1.031,0],[0,-1.025],[0,0],[9.817,-8.034]],"o":[[-0.539,0],[-0.655,-0.792],[9.978,-8.165],[0,0],[0,-1.025],[1.032,0],[0,0],[0,14.301],[-0.348,0.286]],"v":[[6.882,14.143],[5.438,13.464],[5.695,10.848],[29.727,-26.691],[29.727,-42.06],[31.592,-43.918],[33.46,-42.06],[33.46,-26.691],[8.066,13.719]],"c":true}],"e":[{"i":[[-0.001,0],[0,0.002],[0.001,0.003],[0,0.051],[0,0],[0.001,0],[0,-0.004],[0,0],[-0.013,-0.033]],"o":[[0.001,0],[0.001,-0.003],[-0.013,-0.034],[0,0],[0,-0.004],[-0.001,0],[0,0],[0,0.059],[0,0.001]],"v":[[4.781,14.143],[4.783,14.14],[4.782,14.129],[4.751,13.974],[4.751,13.91],[4.749,13.902],[4.746,13.91],[4.746,13.974],[4.779,14.141]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":130,"s":[{"i":[[-0.001,0],[0,0.002],[0.001,0.003],[0,0.051],[0,0],[0.001,0],[0,-0.004],[0,0],[-0.013,-0.033]],"o":[[0.001,0],[0.001,-0.003],[-0.013,-0.034],[0,0],[0,-0.004],[-0.001,0],[0,0],[0,0.059],[0,0.001]],"v":[[4.781,14.143],[4.783,14.14],[4.782,14.129],[4.751,13.974],[4.751,13.91],[4.749,13.902],[4.746,13.91],[4.746,13.974],[4.779,14.141]],"c":true}],"e":[{"i":[[-0.001,0],[0,0.002],[0.001,0.003],[0,0.051],[0,0],[0.001,0],[0,-0.004],[0,0],[-0.013,-0.033]],"o":[[0.001,0],[0.001,-0.003],[-0.013,-0.034],[0,0],[0,-0.004],[-0.001,0],[0,0],[0,0.059],[0,0.001]],"v":[[-3.734,-246.403],[-3.732,-246.406],[-3.732,-246.416],[-3.763,-246.572],[-3.763,-246.635],[-3.766,-246.643],[-3.768,-246.635],[-3.768,-246.572],[-3.735,-246.405]],"c":true}]},{"t":137}],"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0.002,0],[0,0],[0.001,0.513],[-0.001,0.574],[0,0],[0,-0.222],[0,0],[0,0],[0,0],[-0.001,-2.441],[0,0],[0.001,-0.512]],"o":[[0,0],[-0.002,0],[-0.001,-0.513],[0,0],[0.001,-2.441],[0,0],[0,0],[0,0],[0,-0.221],[0,0],[0.001,0.574],[-0.001,0.513]],"v":[[0.237,180.594],[0.121,180.594],[0.117,179.773],[0.117,178.036],[0.126,169.028],[0.135,170.132],[0.128,176.879],[0.23,176.879],[0.223,170.131],[0.232,169.028],[0.241,178.036],[0.24,179.773]],"c":true}],"e":[{"i":[[0.002,0],[0,0],[0.001,0.513],[-0.001,0.574],[0,0],[0,-0.222],[0,0],[0,0],[0,0],[-0.001,-2.441],[0,0],[0.001,-0.512]],"o":[[0,0],[-0.002,0],[-0.001,-0.513],[0,0],[0.001,-2.441],[0,0],[0,0],[0,0],[0,-0.221],[0,0],[0.001,0.574],[-0.001,0.513]],"v":[[0.366,62.593],[0.251,62.593],[0.247,61.772],[0.247,60.035],[0.256,51.027],[0.265,52.132],[0.258,58.878],[0.359,58.878],[0.353,52.13],[0.361,51.027],[0.371,60.035],[0.37,61.772]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[{"i":[[0.002,0],[0,0],[0.001,0.513],[-0.001,0.574],[0,0],[0,-0.222],[0,0],[0,0],[0,0],[-0.001,-2.441],[0,0],[0.001,-0.512]],"o":[[0,0],[-0.002,0],[-0.001,-0.513],[0,0],[0.001,-2.441],[0,0],[0,0],[0,0],[0,-0.221],[0,0],[0.001,0.574],[-0.001,0.513]],"v":[[0.366,62.593],[0.251,62.593],[0.247,61.772],[0.247,60.035],[0.256,51.027],[0.265,52.132],[0.258,58.878],[0.359,58.878],[0.353,52.13],[0.361,51.027],[0.371,60.035],[0.37,61.772]],"c":true}],"e":[{"i":[[0.505,0],[0,0],[0.283,0.513],[-0.19,0.574],[0,0],[0.073,-0.222],[0,0],[0,0],[0,0],[-0.169,-2.441],[0,0],[0.282,-0.512]],"o":[[0,0],[-0.506,0],[-0.282,-0.513],[0,0],[0.169,-2.441],[0,0],[0,0],[0,0],[-0.072,-0.221],[0,0],[0.191,0.574],[-0.283,0.513]],"v":[[19.014,62.593],[-18.898,62.593],[-20.16,61.772],[-20.308,60.035],[-17.314,51.027],[-14.4,52.132],[-16.642,58.878],[16.756,58.878],[14.515,52.13],[17.43,51.027],[20.422,60.035],[20.275,61.772]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":50,"s":[{"i":[[0.505,0],[0,0],[0.283,0.513],[-0.19,0.574],[0,0],[0.073,-0.222],[0,0],[0,0],[0,0],[-0.169,-2.441],[0,0],[0.282,-0.512]],"o":[[0,0],[-0.506,0],[-0.282,-0.513],[0,0],[0.169,-2.441],[0,0],[0,0],[0,0],[-0.072,-0.221],[0,0],[0.191,0.574],[-0.283,0.513]],"v":[[19.014,62.593],[-18.898,62.593],[-20.16,61.772],[-20.308,60.035],[-17.314,51.027],[-14.4,52.132],[-16.642,58.878],[16.756,58.878],[14.515,52.13],[17.43,51.027],[20.422,60.035],[20.275,61.772]],"c":true}],"e":[{"i":[[0.62,0],[0,0],[0.348,0.513],[-0.233,0.574],[0,0],[0.09,-0.222],[0,0],[0,0],[0,0],[-0.207,-2.441],[0,0],[0.346,-0.512]],"o":[[0,0],[-0.622,0],[-0.346,-0.513],[0,0],[0.207,-2.441],[0,0],[0,0],[0,0],[-0.089,-0.221],[0,0],[0.234,0.574],[-0.348,0.513]],"v":[[22.514,53.625],[-24.048,53.625],[-25.598,52.804],[-25.779,51.067],[-22.102,42.059],[-18.523,43.163],[-21.277,49.91],[19.741,49.91],[16.989,43.162],[20.568,42.059],[24.243,51.067],[24.063,52.804]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":70,"s":[{"i":[[0.62,0],[0,0],[0.348,0.513],[-0.233,0.574],[0,0],[0.09,-0.222],[0,0],[0,0],[0,0],[-0.207,-2.441],[0,0],[0.346,-0.512]],"o":[[0,0],[-0.622,0],[-0.346,-0.513],[0,0],[0.207,-2.441],[0,0],[0,0],[0,0],[-0.089,-0.221],[0,0],[0.234,0.574],[-0.348,0.513]],"v":[[22.514,53.625],[-24.048,53.625],[-25.598,52.804],[-25.779,51.067],[-22.102,42.059],[-18.523,43.163],[-21.277,49.91],[19.741,49.91],[16.989,43.162],[20.568,42.059],[24.243,51.067],[24.063,52.804]],"c":true}],"e":[{"i":[[0.62,0],[0,0],[0.348,0.513],[-0.233,0.574],[0,0],[0.09,-0.222],[0,0],[0,0],[0,0],[-0.207,-2.441],[0,0],[0.346,-0.512]],"o":[[0,0],[-0.622,0],[-0.346,-0.513],[0,0],[0.207,-2.441],[0,0],[0,0],[0,0],[-0.089,-0.221],[0,0],[0.234,0.574],[-0.348,0.513]],"v":[[22.514,53.625],[-24.048,53.625],[-25.598,52.804],[-25.779,51.067],[-22.102,42.059],[-18.523,43.163],[-21.277,49.91],[19.741,49.91],[16.989,43.162],[20.568,42.059],[24.243,51.067],[24.063,52.804]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":125,"s":[{"i":[[0.62,0],[0,0],[0.348,0.513],[-0.233,0.574],[0,0],[0.09,-0.222],[0,0],[0,0],[0,0],[-0.207,-2.441],[0,0],[0.346,-0.512]],"o":[[0,0],[-0.622,0],[-0.346,-0.513],[0,0],[0.207,-2.441],[0,0],[0,0],[0,0],[-0.089,-0.221],[0,0],[0.234,0.574],[-0.348,0.513]],"v":[[22.514,53.625],[-24.048,53.625],[-25.598,52.804],[-25.779,51.067],[-22.102,42.059],[-18.523,43.163],[-21.277,49.91],[19.741,49.91],[16.989,43.162],[20.568,42.059],[24.243,51.067],[24.063,52.804]],"c":true}],"e":[{"i":[[0.002,0],[0,0],[0.001,0.513],[-0.001,0.574],[0,0],[0,-0.222],[0,0],[0,0],[0,0],[-0.001,-2.441],[0,0],[0.001,-0.512]],"o":[[0,0],[-0.002,0],[-0.001,-0.513],[0,0],[0.001,-2.441],[0,0],[0,0],[0,0],[0,-0.221],[0,0],[0.001,0.574],[-0.001,0.513]],"v":[[0.366,62.593],[0.251,62.593],[0.247,61.772],[0.247,60.035],[0.256,51.027],[0.265,52.132],[0.258,58.878],[0.359,58.878],[0.353,52.13],[0.361,51.027],[0.371,60.035],[0.37,61.772]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":135,"s":[{"i":[[0.002,0],[0,0],[0.001,0.513],[-0.001,0.574],[0,0],[0,-0.222],[0,0],[0,0],[0,0],[-0.001,-2.441],[0,0],[0.001,-0.512]],"o":[[0,0],[-0.002,0],[-0.001,-0.513],[0,0],[0.001,-2.441],[0,0],[0,0],[0,0],[0,-0.221],[0,0],[0.001,0.574],[-0.001,0.513]],"v":[[0.366,62.593],[0.251,62.593],[0.247,61.772],[0.247,60.035],[0.256,51.027],[0.265,52.132],[0.258,58.878],[0.359,58.878],[0.353,52.13],[0.361,51.027],[0.371,60.035],[0.37,61.772]],"c":true}],"e":[{"i":[[0.002,0],[0,0],[0.001,0.513],[-0.001,0.574],[0,0],[0,-0.222],[0,0],[0,0],[0,0],[-0.001,-2.441],[0,0],[0.001,-0.512]],"o":[[0,0],[-0.002,0],[-0.001,-0.513],[0,0],[0.001,-2.441],[0,0],[0,0],[0,0],[0,-0.221],[0,0],[0.001,0.574],[-0.001,0.513]],"v":[[-8.278,-263.952],[-8.393,-263.952],[-8.397,-264.773],[-8.397,-266.51],[-8.388,-275.518],[-8.379,-274.414],[-8.386,-267.667],[-8.285,-267.667],[-8.291,-274.415],[-8.283,-275.518],[-8.273,-266.51],[-8.274,-264.773]],"c":true}]},{"t":142}],"ix":2},"nm":"Path 13","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,0.98,0,0.5,1,0.84,0,1,1,0.701,0],"ix":9}},"s":{"a":0,"k":[-56.381,117.292],"ix":5},"e":{"a":0,"k":[-7.355,-32.134],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.949256896973,0.516605377197,1],"ix":3},"o":{"a":0,"k":95,"ix":4},"w":{"a":0,"k":5,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[63.391,62.844],"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":"Group 1","np":10,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-64,"ix":10},"p":{"a":0,"k":[150,150,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":0,"s":[0,0,100],"e":[120,120,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,4.259]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_1_0p167_4p259"],"t":7,"s":[120,120,100],"e":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":12,"s":[95,95,100],"e":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":17,"s":[105,105,100],"e":[97,97,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":22,"s":[97,97,100],"e":[100,100,100]},{"t":32}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[180,180],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":90,"s":[0],"e":[100]},{"t":110}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.980392156863,0.392156862745,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":1,"k":[{"i":{"x":[0.569],"y":[0.91]},"o":{"x":[0.205],"y":[0.033]},"n":["0p569_0p91_0p205_0p033"],"t":0,"s":[0],"e":[12]},{"i":{"x":[0.654],"y":[1]},"o":{"x":[0.314],"y":[-0.056]},"n":["0p654_1_0p314_-0p056"],"t":7,"s":[12],"e":[2]},{"i":{"x":[0.672],"y":[0.518]},"o":{"x":[0.333],"y":[0]},"n":["0p672_0p518_0p333_0"],"t":12,"s":[2],"e":[4]},{"i":{"x":[0.672],"y":[0.924]},"o":{"x":[0.338],"y":[0.248]},"n":["0p672_0p924_0p338_0p248"],"t":17,"s":[4],"e":[8]},{"i":{"x":[0.686],"y":[1]},"o":{"x":[0.349],"y":[-0.163]},"n":["0p686_1_0p349_-0p163"],"t":22,"s":[8],"e":[4]},{"t":32}],"ix":5},"lc":2,"lj":2,"d":[{"n":"d","nm":"dash","v":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.333],"y":[0]},"n":["0p833_0p833_0p333_0"],"t":32,"s":[0],"e":[200]},{"t":110}],"ix":1}},{"n":"o","nm":"offset","v":{"a":0,"k":0,"ix":7}}],"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":"Group 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/wolf_peek.json b/ohos/flutter_lottie/assets/lottiefiles/wolf_peek.json new file mode 100644 index 0000000000000000000000000000000000000000..5c23cec639223fa4d9ab788303e1aabf6d072af2 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/wolf_peek.json @@ -0,0 +1 @@ +{"v":"5.1.13","fr":60,"ip":0,"op":43,"w":76,"h":75,"nm":"iconic_wolf","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"intip","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[48.5,7,0],"ix":2},"a":{"a":0,"k":[298,421,0],"ix":1},"s":{"a":0,"k":[27,27,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[74.461,0],[0,-69.036],[-74.461,0],[0,69.036]],"o":[[-74.461,0],[0,69.036],[74.461,0],[0,-69.036]],"v":[[259.675,392.727],[124.852,517.727],[259.675,642.727],[394.499,517.727]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[271.188,253.331],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.647058844566,0.75686275959,0.654901981354,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.666666686535,0.560784339905,0.427450984716,1],"ix":4},"o":{"a":0,"k":0,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[260.196,517.942],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[97.672,96.178],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[-0.167,-0.008],[-0.781,-0.536],[0.13,1.422],[-2.004,1.085],[-3.001,-4.081],[10.161,-8.212],[8.515,7.762],[0.127,4.352],[-2.364,-0.55],[1.443,1.023],[-1.042,4.395],[-6.768,2.299]],"o":[[0.573,0.023],[1.179,0.806],[-0.117,-1.266],[5.859,-3.174],[8.486,11.541],[-8.117,6.56],[-3.127,-2.85],[-0.149,-5.11],[1.723,0.401],[-2.392,-1.696],[1.903,-8.035],[0.157,-0.054]],"v":[[-7.419,-21.008],[-5.355,-20.113],[-2.836,-21.688],[-0.297,-25.233],[16.753,-17.476],[8.838,18.53],[-19.005,20.645],[-25.09,8.725],[-21.298,3.446],[-19.965,0.58],[-22.923,-7.462],[-7.906,-20.917]],"c":true}],"e":[{"i":[[-0.167,-0.008],[-0.781,-0.536],[0.13,1.422],[-2.004,1.085],[-3.001,-4.081],[10.161,-8.212],[8.515,7.762],[0.127,4.352],[-2.248,-0.916],[1.443,1.023],[-2.414,3.818],[-6.768,2.299]],"o":[[0.573,0.023],[1.179,0.806],[-0.117,-1.266],[5.859,-3.174],[8.486,11.541],[-8.117,6.56],[-3.127,-2.85],[-0.149,-5.11],[35.669,14.532],[-2.392,-1.696],[3.098,-4.9],[0.157,-0.054]],"v":[[-7.419,-21.008],[-5.355,-20.113],[-2.836,-21.688],[-0.297,-25.233],[16.753,-17.476],[8.838,18.53],[-19.005,20.645],[-25.09,8.725],[-21.298,3.446],[-14.347,-7.122],[-20.021,-14.417],[-7.906,-20.917]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[-0.167,-0.008],[-0.781,-0.536],[0.13,1.422],[-2.004,1.085],[-3.001,-4.081],[10.161,-8.212],[8.515,7.762],[0.127,4.352],[-2.248,-0.916],[1.443,1.023],[-2.414,3.818],[-6.768,2.299]],"o":[[0.573,0.023],[1.179,0.806],[-0.117,-1.266],[5.859,-3.174],[8.486,11.541],[-8.117,6.56],[-3.127,-2.85],[-0.149,-5.11],[35.669,14.532],[-2.392,-1.696],[3.098,-4.9],[0.157,-0.054]],"v":[[-7.419,-21.008],[-5.355,-20.113],[-2.836,-21.688],[-0.297,-25.233],[16.753,-17.476],[8.838,18.53],[-19.005,20.645],[-25.09,8.725],[-21.298,3.446],[-14.347,-7.122],[-20.021,-14.417],[-7.906,-20.917]],"c":true}],"e":[{"i":[[-0.167,-0.008],[-0.781,-0.536],[0.13,1.422],[-2.004,1.085],[-3.001,-4.081],[10.161,-8.212],[8.515,7.762],[0.127,4.352],[-2.364,-0.55],[1.443,1.023],[-1.042,4.395],[-6.768,2.299]],"o":[[0.573,0.023],[1.179,0.806],[-0.117,-1.266],[5.859,-3.174],[8.486,11.541],[-8.117,6.56],[-3.127,-2.85],[-0.149,-5.11],[1.723,0.401],[-2.392,-1.696],[1.903,-8.035],[0.157,-0.054]],"v":[[-7.419,-21.008],[-5.355,-20.113],[-2.836,-21.688],[-0.297,-25.233],[16.753,-17.476],[8.838,18.53],[-19.005,20.645],[-25.09,8.725],[-21.298,3.446],[-19.965,0.58],[-22.923,-7.462],[-7.906,-20.917]],"c":true}]},{"t":40}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.889680391199,0.95766469918,0.894253779393,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[284.294,588.33],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0.849,-0.808],[0.131,-0.946],[-0.004,-0.106],[-3.605,-3.286],[-9.45,7.638],[9.879,13.435],[6.82,-3.696],[1.227,-2.694],[0.722,0.107],[0,0],[0.008,-0.058],[-0.462,-1.532]],"o":[[-3.326,3.163],[-0.015,0.104],[0.206,5.024],[9.913,9.036],[11.828,-9.558],[-3.494,-4.751],[0,0],[-0.302,0.664],[-1.637,-0.244],[-7.957,2.676],[-0.091,0.668],[0.466,1.543]],"v":[[-24.998,1.035],[-29.274,9.994],[-29.29,10.305],[-22.212,24.033],[10.201,21.57],[19.415,-20.343],[-0.434,-29.373],[-4.243,-25.625],[-6.012,-24.757],[-9.014,-24.443],[-26.784,-8.606],[-27.017,-1.8]],"c":true}],"e":[{"i":[[0.849,-0.808],[0.131,-0.946],[-0.004,-0.106],[-3.605,-3.286],[-9.45,7.638],[9.879,13.435],[6.82,-3.696],[1.227,-2.694],[0.722,0.107],[0,0],[0.008,-0.058],[-6.102,-4.486]],"o":[[-3.326,3.163],[-0.015,0.104],[0.206,5.024],[9.913,9.036],[11.828,-9.558],[-3.494,-4.751],[0,0],[-0.302,0.664],[-1.637,-0.244],[-7.957,2.676],[-0.091,0.668],[40.89,30.059]],"v":[[-25.383,1.776],[-29.274,9.994],[-29.29,10.305],[-22.212,24.033],[10.201,21.57],[19.415,-20.343],[-0.434,-29.373],[-4.243,-25.625],[-6.012,-24.757],[-9.014,-24.443],[-19.684,-20.82],[-20.656,-10.101]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[0.849,-0.808],[0.131,-0.946],[-0.004,-0.106],[-3.605,-3.286],[-9.45,7.638],[9.879,13.435],[6.82,-3.696],[1.227,-2.694],[0.722,0.107],[0,0],[0.008,-0.058],[-6.102,-4.486]],"o":[[-3.326,3.163],[-0.015,0.104],[0.206,5.024],[9.913,9.036],[11.828,-9.558],[-3.494,-4.751],[0,0],[-0.302,0.664],[-1.637,-0.244],[-7.957,2.676],[-0.091,0.668],[40.89,30.059]],"v":[[-25.383,1.776],[-29.274,9.994],[-29.29,10.305],[-22.212,24.033],[10.201,21.57],[19.415,-20.343],[-0.434,-29.373],[-4.243,-25.625],[-6.012,-24.757],[-9.014,-24.443],[-19.684,-20.82],[-20.656,-10.101]],"c":true}],"e":[{"i":[[0.849,-0.808],[0.131,-0.946],[-0.004,-0.106],[-3.605,-3.286],[-9.45,7.638],[9.879,13.435],[6.82,-3.696],[1.227,-2.694],[0.722,0.107],[0,0],[0.008,-0.058],[-0.462,-1.532]],"o":[[-3.326,3.163],[-0.015,0.104],[0.206,5.024],[9.913,9.036],[11.828,-9.558],[-3.494,-4.751],[0,0],[-0.302,0.664],[-1.637,-0.244],[-7.957,2.676],[-0.091,0.668],[0.466,1.543]],"v":[[-24.998,1.035],[-29.274,9.994],[-29.29,10.305],[-22.212,24.033],[10.201,21.57],[19.415,-20.343],[-0.434,-29.373],[-4.243,-25.625],[-6.012,-24.757],[-9.014,-24.443],[-26.784,-8.606],[-27.017,-1.8]],"c":true}]},{"t":40}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.703316841873,0.881961298924,0.744395895565,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[282.258,588.085],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[17.876,-18.674],[0.666,-0.592],[-1.684,0.765],[-1.46,2.15],[4.054,7.401],[-0.26,0.485],[-0.619,1.91],[1.24,-1.039],[0,0],[-0.679,1.555],[-1.041,1.514],[0.385,0.545],[0.502,-0.121],[2.337,-2.135],[0.856,0.474],[-0.074,0.713],[-0.14,1.266],[-0.661,2.044],[1.27,-0.815],[0.365,-0.259],[1.656,-2.311],[0.715,0.4],[10.868,4.103],[0.085,0.018]],"o":[[49.645,17.784],[-0.61,0.636],[-1.384,1.228],[2.52,-1.142],[5.507,-8.105],[-0.265,-0.483],[0.939,-1.74],[0.498,-1.538],[0,0],[-1.316,1.104],[0.747,-1.709],[0.296,-0.43],[-0.39,-0.553],[-3.072,0.747],[-0.498,0.456],[-0.726,-0.402],[0.13,-1.267],[0.228,-2.043],[0.464,-1.435],[-0.383,0.245],[-2.387,1.689],[-0.477,0.665],[-7.903,-4.419],[-0.08,-0.031],[0,0]],"v":[[-36.543,-32.354],[18.667,27.038],[16.756,28.888],[18.454,31.59],[24.539,26.632],[27.058,3.509],[27.03,1.96],[29.645,-3.526],[27.105,-5.266],[27.019,-5.193],[24.481,-7.053],[27.261,-11.808],[27.661,-13.274],[26.158,-13.357],[18.051,-9.027],[16.32,-8.077],[15.879,-10.091],[16.364,-13.882],[17.902,-19.915],[15.502,-21.777],[14.39,-21.017],[8.582,-14.8],[6.497,-14.333],[-28.136,-30.583],[-28.382,-30.655]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.647257786171,0.757920268938,0.65445801978,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[340.134,626.246],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-11.74,-4.519],[13.073,-19.244],[10.618,4.897],[7.354,18.72],[-5.99,4.141]],"o":[[46.157,17.37],[-4.829,7.109],[-8.939,-4.123],[-3.365,-8.563],[6.392,-4.419]],"v":[[-11.091,-22.749],[33.922,30.357],[6.603,34.422],[-41.07,-7.76],[-41.005,-34.9]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.889680391199,0.95766469918,0.894253779393,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[329.316,622.123],"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":"Group 4","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[382.361,672.254],"ix":2},"a":{"a":0,"k":[382.361,672.254],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":1,"k":[{"i":{"x":[0.327],"y":[0.02]},"o":{"x":[0.457],"y":[0.685]},"n":["0p327_0p02_0p457_0p685"],"t":-37,"s":[107.517],"e":[24.84]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[-1.356]},"n":["0p833_1_0p167_-1p356"],"t":0,"s":[24.84],"e":[28.84]},{"t":10}],"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":"tangan_kiri","np":4,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.167,-0.007],[0.781,-0.535],[-0.13,1.422],[2.004,1.085],[3.001,-4.081],[-10.161,-8.212],[-8.515,7.762],[-0.127,4.352],[2.365,-0.55],[-1.443,1.023],[1.042,4.395],[6.767,2.299]],"o":[[-0.573,0.023],[-1.178,0.807],[0.117,-1.266],[-5.859,-3.174],[-8.487,11.541],[8.117,6.561],[3.127,-2.85],[0.149,-5.11],[-1.723,0.401],[2.392,-1.695],[-1.903,-8.035],[-0.158,-0.054]],"v":[[7.42,-21.008],[5.355,-20.113],[2.837,-21.688],[0.298,-25.233],[-16.753,-17.476],[-8.837,18.53],[19.005,20.645],[25.09,8.725],[21.298,3.446],[19.965,0.58],[22.923,-7.462],[7.908,-20.917]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.889680391199,0.95766469918,0.894253779393,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[247.683,591.559],"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":"Group 5","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.849,-0.807],[-0.131,-0.946],[0.004,-0.106],[3.605,-3.285],[9.45,7.637],[-9.879,13.435],[-6.821,-3.696],[-1.227,-2.693],[-0.722,0.107],[0,0],[-2.268,-9.398],[-0.009,-0.058],[0.462,-1.532]],"o":[[3.326,3.164],[0.015,0.104],[-0.206,5.024],[-9.912,9.036],[-11.827,-9.559],[3.493,-4.751],[0,0],[0.302,0.664],[1.637,-0.244],[7.957,2.677],[0.015,0.058],[0.09,0.669],[-0.466,1.543]],"v":[[24.997,1.035],[29.273,9.994],[29.289,10.305],[22.211,24.033],[-10.202,21.571],[-19.415,-20.343],[0.434,-29.373],[4.242,-25.625],[6.011,-24.757],[9.013,-24.443],[26.751,-8.774],[26.784,-8.606],[27.016,-1.8]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.703316841873,0.881961298924,0.744395895565,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[249.72,591.314],"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":"Group 6","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-17.876,-18.674],[-0.666,-0.592],[1.685,0.765],[1.46,2.15],[-4.055,7.401],[0.261,0.486],[0.619,1.909],[-1.239,-1.039],[0,0],[0.68,1.554],[1.041,1.513],[-0.384,0.545],[-0.501,-0.121],[-2.337,-2.136],[-0.856,0.474],[0.073,0.712],[0.141,1.265],[0.661,2.044],[-1.27,-0.814],[-0.365,-0.259],[-1.656,-2.311],[-0.714,0.4],[-10.868,4.103],[-0.085,0.018]],"o":[[-49.644,17.784],[0.61,0.637],[1.383,1.229],[-2.52,-1.142],[-5.506,-8.105],[0.265,-0.483],[-0.938,-1.74],[-0.498,-1.538],[0,0],[1.316,1.104],[-0.747,-1.71],[-0.296,-0.431],[0.39,-0.553],[3.073,0.747],[0.498,0.455],[0.726,-0.402],[-0.13,-1.268],[-0.227,-2.044],[-0.464,-1.436],[0.383,0.245],[2.387,1.689],[0.477,0.665],[7.904,-4.418],[0.081,-0.031],[0,0]],"v":[[36.543,-32.354],[-18.666,27.037],[-16.755,28.888],[-18.454,31.589],[-24.539,26.632],[-27.057,3.509],[-27.031,1.96],[-29.644,-3.526],[-27.105,-5.266],[-27.018,-5.193],[-24.481,-7.052],[-27.26,-11.807],[-27.661,-13.274],[-26.158,-13.357],[-18.05,-9.026],[-16.319,-8.078],[-15.878,-10.09],[-16.365,-13.881],[-17.902,-19.914],[-15.502,-21.777],[-14.389,-21.017],[-8.582,-14.8],[-6.497,-14.333],[28.135,-30.583],[28.382,-30.654]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.647257786171,0.757920268938,0.65445801978,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[191.844,629.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":"Group 7","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[11.74,-4.519],[-13.072,-19.244],[-10.619,4.897],[-7.355,18.719],[5.99,4.141]],"o":[[-46.158,17.37],[4.83,7.109],[8.938,-4.123],[3.365,-8.563],[-6.392,-4.419]],"v":[[11.092,-22.749],[-33.923,30.357],[-6.604,34.422],[41.07,-7.759],[41.005,-34.9]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.889680391199,0.95766469918,0.894253779393,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[202.662,625.352],"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":"Group 8","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[141.96,670.329],"ix":2},"a":{"a":0,"k":[155.515,674.683],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":1,"k":[{"i":{"x":[0.52],"y":[0.694]},"o":{"x":[0.128],"y":[0]},"n":["0p52_0p694_0p128_0"],"t":-37,"s":[-100.462],"e":[-22.479]},{"t":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":"tangan_kanan","np":4,"cix":2,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-37,"s":[{"i":[[2.495,-0.376],[0.069,2.775],[-2.836,0.013],[0.075,-2.989]],"o":[[-2.674,-0.289],[-0.074,-2.956],[2.854,-0.012],[-0.072,2.839]],"v":[[0.048,4.574],[-4.528,0.25],[0.017,-4.562],[4.527,0.242]],"c":true}],"e":[{"i":[[2.495,-0.09],[0.069,0.661],[-2.836,0.003],[0.075,-0.712]],"o":[[-2.674,-0.069],[-0.074,-0.704],[2.854,-0.003],[-0.072,0.676]],"v":[[0.048,1.09],[-4.528,0.059],[0.017,-1.087],[4.527,0.058]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-8,"s":[{"i":[[2.495,-0.09],[0.069,0.661],[-2.836,0.003],[0.075,-0.712]],"o":[[-2.674,-0.069],[-0.074,-0.704],[2.854,-0.003],[-0.072,0.676]],"v":[[0.048,1.09],[-4.528,0.059],[0.017,-1.087],[4.527,0.058]],"c":true}],"e":[{"i":[[2.495,-0.376],[0.069,2.775],[-2.836,0.013],[0.075,-2.989]],"o":[[-2.674,-0.289],[-0.074,-2.956],[2.854,-0.012],[-0.072,2.839]],"v":[[0.048,4.574],[-4.528,0.25],[0.017,-4.562],[4.527,0.242]],"c":true}]},{"t":22}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[204.566,545.547],"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":"mata_kanan","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-37,"s":[{"i":[[-0.638,-2.425],[2.899,-0.11],[0.084,2.936],[-2.967,0.169]],"o":[[-0.23,3.146],[-2.848,0.107],[-0.08,-2.833],[3.025,-0.172]],"v":[[4.805,-0.457],[0.206,4.749],[-4.725,0.258],[-0.234,-4.683]],"c":true}],"e":[{"i":[[-0.638,-0.525],[2.899,-0.024],[0.084,0.635],[-2.967,0.037]],"o":[[-0.23,0.681],[-2.848,0.023],[-0.08,-0.613],[3.025,-0.037]],"v":[[4.805,-0.099],[0.206,1.028],[-4.725,0.056],[-0.234,-1.014]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-8,"s":[{"i":[[-0.638,-0.525],[2.899,-0.024],[0.084,0.635],[-2.967,0.037]],"o":[[-0.23,0.681],[-2.848,0.023],[-0.08,-0.613],[3.025,-0.037]],"v":[[4.805,-0.099],[0.206,1.028],[-4.725,0.056],[-0.234,-1.014]],"c":true}],"e":[{"i":[[-0.638,-1.032],[2.899,-0.047],[0.084,1.249],[-2.967,0.072]],"o":[[-0.23,1.338],[-2.848,0.045],[-0.08,-1.205],[3.025,-0.073]],"v":[[4.805,-0.194],[0.206,2.02],[-4.725,0.11],[-0.234,-1.992]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[-0.638,-1.032],[2.899,-0.047],[0.084,1.249],[-2.967,0.072]],"o":[[-0.23,1.338],[-2.848,0.045],[-0.08,-1.205],[3.025,-0.073]],"v":[[4.805,-0.194],[0.206,2.02],[-4.725,0.11],[-0.234,-1.992]],"c":true}],"e":[{"i":[[-0.638,-2.425],[2.899,-0.11],[0.084,2.936],[-2.967,0.169]],"o":[[-0.23,3.146],[-2.848,0.107],[-0.08,-2.833],[3.025,-0.172]],"v":[[4.805,-0.457],[0.206,4.749],[-4.725,0.258],[-0.234,-4.683]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[-0.638,-2.425],[2.899,-0.11],[0.084,2.936],[-2.967,0.169]],"o":[[-0.23,3.146],[-2.848,0.107],[-0.08,-2.833],[3.025,-0.172]],"v":[[4.805,-0.457],[0.206,4.749],[-4.725,0.258],[-0.234,-4.683]],"c":true}],"e":[{"i":[[-0.638,-1.031],[2.899,-0.047],[0.084,1.249],[-2.967,0.072]],"o":[[-0.23,1.338],[-2.848,0.045],[-0.08,-1.205],[3.025,-0.073]],"v":[[4.805,-0.194],[0.206,2.02],[-4.725,0.11],[-0.234,-1.992]],"c":true}]},{"t":42}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[321.272,542.403],"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":"mata_kiri","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[263.056,543.915],"ix":2},"a":{"a":0,"k":[263.056,543.915],"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":"mata","np":2,"cix":2,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.055,-0.612],[-1.942,-5.981],[-11.211,-5.171],[-5.503,-1.095],[-1.097,-0.029],[1.369,0.324],[4.294,2.187],[4.535,5.725],[-1.578,10.519],[0.362,-0.13]],"o":[[-1.619,5.978],[3.877,11.944],[5.036,2.322],[1.048,0.209],[-1.098,-1.243],[-4.813,-1.144],[-6.468,-3.293],[-6.801,-8.586],[-0.06,-0.327],[-0.615,0.22]],"v":[[-20.574,-23.685],[-20.344,-5.701],[3.504,18.977],[19.101,24.747],[22.286,25.243],[18.219,23.582],[4.914,17.713],[-11.751,4.222],[-19.338,-24.476],[-19.895,-25.113]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.889680391199,0.95766469918,0.894253779393,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[186.809,582.561],"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":"Group 9","np":2,"cix":2,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.292,-0.412],[-0.067,3.413],[2.834,0.066],[0.048,-3.248]],"o":[[2.203,-0.692],[0.076,-3.809],[-2.757,-0.063],[-0.055,3.583]],"v":[[5.622,-19.225],[11.126,-23.536],[5.031,-27.857],[-0.84,-23.794]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":-37,"s":[{"i":[[0.079,-1.96],[5.293,-3.163],[5.939,3.926],[0.215,6.049],[-0.282,-1.007],[-2.953,-2.157],[-2.324,0.912],[-0.084,2.321],[-0.109,5.831],[1.845,1.373],[2.239,9.923],[-2.705,0.701],[-9.12,-1.511],[1.005,-3.937],[9.084,-5.974],[-0.001,-1.52],[0.125,-7.164],[-2.861,1.003],[-1.855,7.193]],"o":[[-0.207,5.083],[-6.18,3.693],[-4.766,-3.151],[2.326,0.337],[0.973,3.467],[2.17,1.585],[2.636,-1.034],[0.212,-5.825],[0.042,-2.22],[-8.51,-6.34],[-0.612,-2.714],[9.026,-2.336],[3.785,0.628],[-2.502,9.794],[-1.549,1.02],[0.007,7.166],[-0.054,3.068],[4.902,-1.72],[0.363,-1.409]],"v":[[17.632,15.315],[9.07,29.221],[-9.322,28.693],[-16.954,15.032],[-14.813,17.847],[-9.213,26.483],[-2.021,29.227],[-0.9,22.472],[-0.794,4.977],[-3.375,0.102],[-17.731,-25.418],[-14.303,-30.578],[12.949,-31.365],[17.339,-24.536],[2.805,0.769],[1.19,4.648],[1.156,26.146],[5.02,28.985],[15.53,17.039]],"c":true}],"e":[{"i":[[0.079,-1.96],[5.293,-3.163],[5.939,3.926],[0.215,6.049],[-0.282,-1.007],[-2.953,-2.157],[-2.324,0.912],[-0.084,2.321],[-0.109,5.831],[1.845,1.373],[2.239,9.923],[-2.705,0.701],[-9.12,-1.511],[1.005,-3.937],[9.084,-5.974],[-0.001,-1.52],[0.125,-7.164],[-2.861,1.003],[-1.147,7.339]],"o":[[-0.207,5.083],[-6.18,3.693],[-4.766,-3.151],[2.326,0.337],[0.973,3.467],[2.17,1.585],[2.636,-1.034],[0.212,-5.825],[0.042,-2.22],[-8.51,-6.34],[-0.612,-2.714],[9.026,-2.336],[3.785,0.628],[-2.502,9.794],[-1.549,1.02],[0.007,7.166],[-0.054,3.068],[4.902,-1.72],[0.571,-3.651]],"v":[[22.261,17.746],[13.353,31.073],[-9.322,28.693],[-16.954,15.032],[-14.813,17.847],[-9.213,26.483],[-2.021,29.227],[-0.9,22.472],[-0.794,4.977],[-3.375,0.102],[-17.731,-25.418],[-14.303,-30.578],[12.949,-31.365],[17.339,-24.536],[2.805,0.769],[1.19,4.648],[1.156,26.146],[5.02,28.985],[15.53,17.039]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p667_1_0p167_0p167","t":0,"s":[{"i":[[0.079,-1.96],[5.293,-3.163],[5.939,3.926],[0.215,6.049],[-0.282,-1.007],[-2.953,-2.157],[-2.324,0.912],[-0.084,2.321],[-0.109,5.831],[1.845,1.373],[2.239,9.923],[-2.705,0.701],[-9.12,-1.511],[1.005,-3.937],[9.084,-5.974],[-0.001,-1.52],[0.125,-7.164],[-2.861,1.003],[-1.147,7.339]],"o":[[-0.207,5.083],[-6.18,3.693],[-4.766,-3.151],[2.326,0.337],[0.973,3.467],[2.17,1.585],[2.636,-1.034],[0.212,-5.825],[0.042,-2.22],[-8.51,-6.34],[-0.612,-2.714],[9.026,-2.336],[3.785,0.628],[-2.502,9.794],[-1.549,1.02],[0.007,7.166],[-0.054,3.068],[4.902,-1.72],[0.571,-3.651]],"v":[[22.261,17.746],[13.353,31.073],[-9.322,28.693],[-16.954,15.032],[-14.813,17.847],[-9.213,26.483],[-2.021,29.227],[-0.9,22.472],[-0.794,4.977],[-3.375,0.102],[-17.731,-25.418],[-14.303,-30.578],[12.949,-31.365],[17.339,-24.536],[2.805,0.769],[1.19,4.648],[1.156,26.146],[5.02,28.985],[15.53,17.039]],"c":true}],"e":[{"i":[[0.079,-1.96],[5.293,-3.163],[5.939,3.926],[0.215,6.049],[-0.775,0.702],[-3.15,1.857],[-2.597,-0.793],[-0.084,2.321],[-0.109,5.831],[1.845,1.373],[2.239,9.923],[-2.705,0.701],[-9.12,-1.511],[1.005,-3.937],[9.084,-5.974],[-0.533,-1.423],[-2.722,-0.562],[-2.861,1.003],[-3.249,-2.725]],"o":[[-0.207,5.083],[-6.18,3.693],[-4.766,-3.151],[1.457,-4.192],[4.409,-3.997],[2.976,-1.754],[2.708,0.827],[0.212,-5.825],[0.042,-2.22],[-8.51,-6.34],[-0.612,-2.714],[9.026,-2.336],[3.785,0.628],[-2.502,9.794],[-1.549,1.02],[2.564,6.846],[3.872,0.799],[4.902,-1.72],[2.831,2.375]],"v":[[21.567,14.968],[13.353,31.073],[-9.322,28.693],[-18.112,15.727],[-15.739,9.746],[-9.445,6.345],[-4.567,7.699],[-2.057,8.815],[-0.794,4.977],[-3.375,0.102],[-17.731,-25.418],[-14.303,-30.578],[12.949,-31.365],[17.339,-24.536],[2.805,0.769],[1.19,4.648],[6.944,9.71],[11.964,8.384],[19.465,9.863]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[0.079,-1.96],[5.293,-3.163],[5.939,3.926],[0.215,6.049],[-0.775,0.702],[-3.15,1.857],[-2.597,-0.793],[-0.084,2.321],[-0.109,5.831],[1.845,1.373],[2.239,9.923],[-2.705,0.701],[-9.12,-1.511],[1.005,-3.937],[9.084,-5.974],[-0.533,-1.423],[-2.722,-0.562],[-2.861,1.003],[-3.249,-2.725]],"o":[[-0.207,5.083],[-6.18,3.693],[-4.766,-3.151],[1.457,-4.192],[4.409,-3.997],[2.976,-1.754],[2.708,0.827],[0.212,-5.825],[0.042,-2.22],[-8.51,-6.34],[-0.612,-2.714],[9.026,-2.336],[3.785,0.628],[-2.502,9.794],[-1.549,1.02],[2.564,6.846],[3.872,0.799],[4.902,-1.72],[2.831,2.375]],"v":[[21.567,14.968],[13.353,31.073],[-9.322,28.693],[-18.112,15.727],[-15.739,9.746],[-9.445,6.345],[-4.567,7.699],[-2.057,8.815],[-0.794,4.977],[-3.375,0.102],[-17.731,-25.418],[-14.303,-30.578],[12.949,-31.365],[17.339,-24.536],[2.805,0.769],[1.19,4.648],[6.944,9.71],[11.964,8.384],[19.465,9.863]],"c":true}],"e":[{"i":[[0.079,-1.96],[5.293,-3.163],[5.939,3.926],[0.215,6.049],[-0.282,-1.007],[-2.953,-2.157],[-2.324,0.912],[-0.084,2.321],[-0.109,5.831],[1.845,1.373],[2.239,9.923],[-2.705,0.701],[-9.12,-1.511],[1.005,-3.937],[9.084,-5.974],[-0.001,-1.52],[0.125,-7.164],[-2.861,1.003],[-1.147,7.339]],"o":[[-0.207,5.083],[-6.18,3.693],[-4.766,-3.151],[2.326,0.337],[0.973,3.467],[2.17,1.585],[2.636,-1.034],[0.212,-5.825],[0.042,-2.22],[-8.51,-6.34],[-0.612,-2.714],[9.026,-2.336],[3.785,0.628],[-2.502,9.794],[-1.549,1.02],[0.007,7.166],[-0.054,3.068],[4.902,-1.72],[0.571,-3.651]],"v":[[22.261,17.746],[13.353,31.073],[-9.322,28.693],[-16.954,15.032],[-14.813,17.847],[-9.213,26.483],[-2.021,29.227],[-0.9,22.472],[-0.794,4.977],[-3.375,0.102],[-17.731,-25.418],[-14.303,-30.578],[12.949,-31.365],[17.339,-24.536],[2.805,0.769],[1.19,4.648],[1.156,26.146],[5.02,28.985],[15.53,17.039]],"c":true}]},{"t":40}],"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.647257786171,0.757920268938,0.65445801978,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[263.96,578.909],"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":"Group 12","np":4,"cix":2,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.668,-7.685],[-6.752,16.661],[-7.984,6.972],[-3.444,-2.899],[-4.037,-9.406],[1.517,-0.315],[3.412,3.157],[1.277,1.3],[5.045,-6.235],[1.523,-4.074],[0.313,-5.688]],"o":[[-3.947,-17.555],[3.918,-9.671],[3.565,-3.114],[7.995,6.729],[0.739,1.721],[-2.803,0.583],[-1.331,-1.232],[-5.682,-5.786],[-2.748,3.397],[-1.988,5.315],[-0.502,9.107]],"v":[[-22.309,39.903],[-18.613,-11.392],[-1.521,-36.79],[8.648,-36.868],[25.518,-11.902],[24.18,-8.951],[15.764,-7.36],[12.202,-11.522],[-1.531,-10.932],[-7.753,0.387],[-11.762,16.807]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.647257786171,0.757920268938,0.65445801978,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.609,447.907],"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":"Group 13","np":2,"cix":2,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.541,-12.058],[0.806,8.623],[5.88,7.994],[5.96,-6.46],[6.268,4.463],[-0.577,1.319],[-7.824,6.673],[-3.74,-3.562],[-3.042,-16.995]],"o":[[-4.914,-8.135],[-0.908,-9.722],[-5.198,-7.067],[-5.036,5.459],[-1.457,-1.038],[4.034,-9.211],[3.811,-3.25],[12.678,12.081],[2.023,11.301]],"v":[[22.24,41.062],[13.727,16.633],[3.947,-10.285],[-10.668,-11],[-24.917,-9.837],[-25.852,-13.201],[-9.239,-37.802],[1.715,-37.5],[24.405,6.547]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.647257786171,0.757920268938,0.65445801978,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[340.453,449.033],"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":"Group 14","np":2,"cix":2,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.273,0.881],[-5.536,8.304],[-6.73,-7.701],[-0.68,-0.934],[1.363,-0.923],[6.955,-8.797]],"o":[[0.723,-9.917],[5.671,-8.506],[0.757,0.867],[0.26,1.388],[-9.303,6.3],[-1.353,1.711]],"v":[[-13.658,16.928],[-4.697,-10.611],[11.348,-11.542],[13.398,-8.749],[12.191,-5.274],[-12.059,17.533]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.882909916896,0.885240502451,0.862307858935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[184.608,447.624],"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":"Group 15","np":2,"cix":2,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.402,0.526],[-0.197,0.267],[-7.816,-13.509],[-0.271,-8.83],[1.273,1.998],[9.805,6.676]],"o":[[0.175,-0.283],[9.232,-12.458],[4.37,7.554],[-0.335,0.992],[-6.461,-10.14],[-0.52,-0.355]],"v":[[-14.114,-7.368],[-13.589,-8.217],[7.182,-7.161],[14.115,17.614],[12.16,18.678],[-12.892,-5.809]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.882909916896,0.885240502451,0.862307858935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[340.045,448.929],"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":"Group 16","np":2,"cix":2,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.718,1.153],[9.778,9.879],[27.272,-0.933],[11.95,-3.306],[2.195,-1.034],[-3.024,0.719],[-10.648,-0.05],[-14.642,-6.795],[-7.335,-22.333],[-0.587,0.616]],"o":[[-2.744,-13.409],[-19.523,-19.725],[-12.248,0.419],[-2.277,0.63],[3.404,1.362],[10.637,-2.527],[16.043,0.074],[21.958,10.191],[0.444,0.586],[0.994,-1.044]],"v":[[66.078,28.559],[47.754,-6.716],[-23.848,-31.735],[-60.371,-27.628],[-67.152,-25.441],[-57.473,-26.202],[-25.376,-27.838],[20.93,-17.766],[64.424,31.35],[66.158,32.052]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.889680391199,0.95766469918,0.894253779393,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[289.896,465.986],"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":"Group 17","np":2,"cix":2,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.135,23.271],[-12.815,12.284],[-10.416,-5.389],[-4.745,-9.21],[-0.513,-10.445],[-3.488,0.776],[-4.519,-0.988],[-0.504,2.793],[-6.233,9.925],[-4.167,3.937],[-12.377,-10.48],[2.5,-19.543],[20.913,-15.345],[11.394,-3.941],[16.369,5.109],[13.765,13.838]],"o":[[-0.714,-13.62],[10.451,-10.02],[9.363,4.844],[4.651,9.026],[0.184,3.734],[4.405,-0.98],[3.429,0.75],[2.046,-11.347],[3.019,-4.806],[14.058,-13.286],[15.044,12.739],[-3.418,26.712],[-9.751,7.156],[-16.388,5.667],[-18.353,-5.727],[-13.634,-13.706]],"v":[[-95.514,-14.482],[-78.101,-55.649],[-43.268,-63.197],[-22.473,-41.598],[-12.98,-12.919],[-7.212,-8.98],[6.161,-9.435],[10.809,-13.72],[21.938,-46.082],[32.419,-59.354],[75.796,-59.231],[93.729,-10.575],[54.522,50.505],[22.739,66.973],[-26.298,66.594],[-75.15,38.758]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.889680391199,0.95766469918,0.894253779393,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[263.954,546.303],"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":"Group 18","np":2,"cix":2,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.292,-6.691],[-11.646,-0.25],[-4.104,-0.679],[2.581,7.249],[2.46,2.867],[2.765,-5.037],[1.136,-2.032],[1.509,0.163],[0.266,1.205],[3.808,4.344],[1.163,-0.416],[0.009,-0.953],[2.984,-5.826],[2.876,4.38]],"o":[[11.542,-1.391],[4.163,0.09],[-0.077,-7.482],[-0.944,-2.649],[-2.271,5.934],[-1.12,2.041],[-0.639,1.141],[-1.778,-0.191],[-1.249,-5.648],[-0.623,-0.71],[-1.147,0.411],[-0.058,5.807],[-3.457,-4.096],[-4.829,5.754]],"v":[[-23.779,15.705],[10.973,13.689],[23.364,14.667],[21.198,-7.592],[16.827,-15.706],[10.747,1],[7.49,7.18],[4.713,9.727],[3.123,6.487],[-4.447,-8.506],[-6.782,-9.963],[-7.724,-7.35],[-11.11,10.021],[-16.802,-3.603]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.647257786171,0.757920268938,0.65445801978,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[263.731,413.988],"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":"Group 19","np":2,"cix":2,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-6.681,-0.225],[-10.816,5.383],[-5.152,2.55],[-6.93,6.025],[0.631,4.457],[1.019,3.911],[-0.843,2.545],[0.572,2.217],[-1.328,5.446],[1.11,2.032],[4.669,11.11],[43.224,-8.196],[17.563,-27.336],[5.567,-14.406],[-0.252,-0.383],[-1.412,-5.982],[-1.468,-4.006],[-0.131,-6.425],[0.444,-3.476],[-5.342,-2.533],[-9.583,-3.282]],"o":[[18.528,0.622],[5.317,-2.645],[8.22,-4.068],[2.932,-2.55],[-0.843,-5.961],[-1.413,-5.427],[1.572,-4.744],[-1.729,-6.705],[0.23,-0.943],[-5.786,-10.598],[-7.887,-53.73],[-29.947,5.679],[-8.415,13.098],[-1.392,3.602],[2.778,4.232],[0.811,3.436],[1.586,4.33],[0.082,4.016],[-0.747,5.853],[9.56,4.534],[6.324,2.167]],"v":[[-0.048,103.643],[62.759,88.013],[83.147,77.667],[106.739,65.138],[119.062,50.894],[109.807,44.768],[130.184,36.839],[115.321,29.284],[131.408,18.226],[116.102,-3.019],[101.355,-36.191],[-21.619,-96.069],[-93.918,-57.456],[-110.405,-13.755],[-131.504,29.047],[-113.66,36.831],[-123.305,45.69],[-104.612,50.289],[-113.517,55.307],[-70.993,80.779],[-26.188,98.013]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.703316841873,0.881961298924,0.744395895565,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[261.571,524.723],"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":"Group 20","np":2,"cix":2,"ix":14,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":43,"st":-37,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/x_pop.json b/ohos/flutter_lottie/assets/lottiefiles/x_pop.json new file mode 100644 index 0000000000000000000000000000000000000000..126d2101421ef22d98e76d75a61df032c0fd4ade --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/x_pop.json @@ -0,0 +1 @@ +{"v":"4.5.9","fr":60,"ip":0,"op":120,"w":300,"h":300,"ddd":0,"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"smallCircle5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":1,"s":[133.426,147.301,0],"e":[69.676,167.301,0],"to":[-10.625,3.33333325386047,0],"ti":[10.625,-3.33333325386047,0]},{"t":12}]},"a":{"a":0,"k":[-32.449,76.551,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8,"s":[100,100,100],"e":[0,0,100]},{"t":17}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[7.102,7.102]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.94,0.166,0.692,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-32.449,76.551],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":120,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"smallCircle4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":1,"s":[144.676,133.926,0],"e":[118.926,69.926,0],"to":[-4.29166650772095,-10.6666669845581,0],"ti":[4.29166650772095,10.6666669845581,0]},{"t":12}]},"a":{"a":0,"k":[-32.449,76.551,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8,"s":[100,100,100],"e":[0,0,100]},{"t":17}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[7.102,7.102]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.94,0.166,0.692,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-32.449,76.551],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":120,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"smallCircle3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":1,"s":[159.551,138.051,0],"e":[218.801,76.551,0],"to":[9.875,-10.25,0],"ti":[-9.875,10.25,0]},{"t":12}]},"a":{"a":0,"k":[-32.449,76.551,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8,"s":[100,100,100],"e":[0,0,100]},{"t":17}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[7.102,7.102]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.94,0.166,0.692,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-32.449,76.551],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":120,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"smallCircle2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":1,"s":[156.926,162.301,0],"e":[230.176,204.301,0],"to":[12.2083330154419,7,0],"ti":[-12.2083330154419,-7,0]},{"t":12}]},"a":{"a":0,"k":[-32.449,76.551,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8,"s":[100,100,100],"e":[0,0,100]},{"t":17}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[7.102,7.102]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.94,0.166,0.692,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-32.449,76.551],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":120,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"smallCircle1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":1,"s":[142.301,162.676,0],"e":[131.301,249.176,0],"to":[-1.83333337306976,14.4166669845581,0],"ti":[1.83333337306976,-14.4166669845581,0]},{"t":12}]},"a":{"a":0,"k":[-32.449,76.551,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8,"s":[100,100,100],"e":[0,0,100]},{"t":17}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[7.102,7.102]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.94,0.166,0.692,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-32.449,76.551],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":120,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"bigCircle5","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":1,"s":[136.6,141.6,0],"e":[66.1,185.85,0],"to":[-11.75,7.375,0],"ti":[11.75,-7.375,0]},{"t":12}]},"a":{"a":0,"k":[-72.275,38.725,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8,"s":[100,100,100],"e":[0,0,100]},{"t":17}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3.449,3.449]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.908,0.059,0.259,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-72.275,38.725],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[292.94,292.94],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":120,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"bigCircle4","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":1,"s":[164.1,140.1,0],"e":[199.85,89.35,0],"to":[5.95833349227905,-8.45833301544189,0],"ti":[-5.95833349227905,8.45833301544189,0]},{"t":12}]},"a":{"a":0,"k":[-72.275,38.725,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8,"s":[100,100,100],"e":[0,0,100]},{"t":17}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3.449,3.449]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.908,0.059,0.259,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-72.275,38.725],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[292.94,292.94],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":120,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"bigCircle3","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":1,"s":[146.225,132.1,0],"e":[122.975,84.35,0],"to":[-3.875,-7.95833349227905,0],"ti":[3.875,7.95833349227905,0]},{"t":12}]},"a":{"a":0,"k":[-72.275,38.725,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8,"s":[100,100,100],"e":[0,0,100]},{"t":17}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3.449,3.449]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.908,0.059,0.259,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-72.275,38.725],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[292.94,292.94],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":120,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"bigCircle2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":1,"s":[162.85,157.475,0],"e":[216.1,188.725,0],"to":[8.875,5.20833349227905,0],"ti":[-8.875,-5.20833349227905,0]},{"t":12}]},"a":{"a":0,"k":[-72.275,38.725,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8,"s":[100,100,100],"e":[0,0,100]},{"t":17}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3.449,3.449]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.908,0.059,0.259,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-72.275,38.725],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[292.94,292.94],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":120,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"bigCircle1","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"n":"0p833_0p833_0p333_0","t":1,"s":[139.475,156.85,0],"e":[123.475,221.1,0],"to":[-2.66666674613953,10.7083330154419,0],"ti":[2.66666674613953,-10.7083330154419,0]},{"t":12}]},"a":{"a":0,"k":[-72.275,38.725,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":8,"s":[100,100,100],"e":[0,0,100]},{"t":17}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[3.449,3.449]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.908,0.059,0.259,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-72.275,38.725],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[292.94,292.94],"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":"Ellipse 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":120,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"check","ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":1,"s":[0],"e":[100]},{"t":18}]},"r":{"a":1,"k":[{"i":{"x":[0.66],"y":[2.045]},"o":{"x":[0.167],"y":[0.167]},"n":["0p66_2p045_0p167_0p167"],"t":1,"s":[-164],"e":[0]},{"i":{"x":[0.074],"y":[0.984]},"o":{"x":[0],"y":[0]},"n":["0p074_0p984_0_0"],"t":18,"s":[0],"e":[-36.525]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.666],"y":[-0.009]},"n":["0p833_1_0p666_-0p009"],"t":23,"s":[-36.525],"e":[18.356]},{"i":{"x":[0.57],"y":[0.989]},"o":{"x":[0.167],"y":[0]},"n":["0p57_0p989_0p167_0"],"t":29,"s":[18.356],"e":[-13.643]},{"i":{"x":[0.57],"y":[1.046]},"o":{"x":[0.427],"y":[-0.031]},"n":["0p57_1p046_0p427_-0p031"],"t":34,"s":[-13.643],"e":[0]},{"t":40}]},"p":{"a":0,"k":[150,150,0]},"a":{"a":0,"k":[-5.5,-5.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.842,0.842,0.833],"y":[1.621,1.621,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p842_1p621_0p167_0p167","0p842_1p621_0p167_0p167","0p833_0p833_0p167_0p167"],"t":1,"s":[30,30,100],"e":[100,100,100]},{"i":{"x":[0.349,0.349,0.833],"y":[1.018,1.018,0.833]},"o":{"x":[0,0,0],"y":[0,0,0]},"n":["0p349_1p018_0_0","0p349_1p018_0_0","0p833_0p833_0_0"],"t":18,"s":[100,100,100],"e":[92.786,92.786,100]},{"i":{"x":[0.783,0.783,0.833],"y":[2.448,2.448,0.833]},"o":{"x":[0.671,0.671,0.167],"y":[0.024,0.024,0.167]},"n":["0p783_2p448_0p671_0p024","0p783_2p448_0p671_0p024","0p833_0p833_0p167_0p167"],"t":25,"s":[92.786,92.786,100],"e":[100,100,100]},{"t":34}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-55,-49],[25.5,52]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.799,0.158,0.158,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":20},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-55,51],[-15.5,5.5],[25,-50.5]],"c":false}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","c":{"a":0,"k":[0.799,0.158,0.158,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":20},"lc":1,"lj":1,"ml":4,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke"},{"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,"mn":"ADBE Vector Group"}],"ip":0,"op":120,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/xamarin_logo_2.json b/ohos/flutter_lottie/assets/lottiefiles/xamarin_logo_2.json new file mode 100644 index 0000000000000000000000000000000000000000..317af93454be6cc91ed9f58ad59947fca1a97880 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/xamarin_logo_2.json @@ -0,0 +1 @@ +{"v":"4.5.5","fr":60,"ip":0,"op":180,"w":500,"h":500,"ddd":0,"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"XamarinLogo contornos","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[250,262,0]},"a":{"a":0,"k":[250,250,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[6.919,0],[2.34,-2.649],[0,-4.039],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-6.396,0],[-2.588,-3.108],[0,-5.873]],"o":[[0,0],[0,0],[0,-9.338],[-3.576,0],[-2.34,2.65],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[3.372,-5.557],[4.884,0],[2.588,3.108],[0,0]],"v":[[18.534,22.516],[11.382,22.516],[11.382,-2.578],[1.003,-16.586],[-7.872,-12.611],[-11.382,-2.578],[-11.382,22.516],[-18.534,22.516],[-18.534,-21.484],[-11.382,-21.484],[-11.382,-14.18],[-11.208,-14.18],[3.445,-22.516],[14.652,-17.853],[18.534,-4.382]],"c":true}},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.36,0.68,0.86,1]},"o":{"a":0,"k":100},"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[389.862,435.044],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p833_0p833_0p333_0","0p833_0p833_0p333_0"],"t":-7,"s":[122,122],"e":[30,30]},{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167"],"t":0,"s":[30,30],"e":[95,95]},{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":20,"s":[95,95],"e":[100,100]},{"t":34}],"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":"Transformar"}],"nm":"Grupo 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.446,32.163],[-3.706,32.163],[-3.706,-11.837],[3.446,-11.837]],"c":true}},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[1.309,0],[0.9,0.859],[0,1.318],[-0.902,0.874],[-1.279,0],[-0.916,-0.873],[0,-1.317],[0.916,-0.888]],"o":[[-1.279,0],[-0.902,-0.86],[0,-1.317],[0.9,-0.873],[1.309,0],[0.916,0.874],[0,1.261],[-0.916,0.888]],"v":[[-0.044,-23.009],[-3.314,-24.298],[-4.666,-27.564],[-3.314,-30.852],[-0.044,-32.163],[3.292,-30.852],[4.666,-27.564],[3.292,-24.341]],"c":true}},"nm":"Trazado 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Combinar trazados 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.36,0.68,0.86,1]},"o":{"a":0,"k":100},"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[353.403,425.397],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167"],"t":0,"s":[30,30],"e":[122,122]},{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":18,"s":[122,122],"e":[95,95]},{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":37,"s":[95,95],"e":[100,100]},{"t":49}],"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":"Transformar"}],"nm":"Grupo 2","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[2.354,0],[2.05,-2.836],[0,-4.899],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.093,1.734],[-2.588,0],[-0.988,-0.4]],"o":[[-1.25,-0.945],[-3.053,0],[-2.049,2.836],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.018,-3.094],[2.094,-1.732],[1.86,0],[0,0]],"v":[[11.643,-14.481],[6.236,-15.898],[-1.418,-11.645],[-4.492,-0.043],[-4.492,22.386],[-11.644,22.386],[-11.644,-21.614],[-4.492,-21.614],[-4.492,-12.547],[-4.318,-12.547],[0.348,-19.788],[7.37,-22.387],[11.643,-21.786]],"c":true}},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.36,0.68,0.86,1]},"o":{"a":0,"k":100},"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[330.29,435.173],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167"],"t":0,"s":[30,30],"e":[122,122]},{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":18,"s":[122,122],"e":[95,95]},{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":37,"s":[95,95],"e":[100,100]},{"t":49}],"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":"Transformar"}],"nm":"Grupo 3","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[1.686,-1.16],[0,-2.951],[-1.555,-1.36],[-2.588,0],[-2.311,2.449],[0,3.753]],"o":[[0,0],[-3.315,0.459],[-1.687,1.16],[0,2.148],[1.556,1.362],[3.547,0],[2.312,-2.45],[0,0]],"v":[[10.488,-0.258],[-0.283,1.203],[-7.784,3.631],[-10.314,9.797],[-7.981,15.06],[-1.766,17.101],[7.021,13.428],[10.488,4.125]],"c":true}},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[6.047,0],[2.514,2.32],[0,3.839],[-9.827,1.346],[0,0],[6.134,0],[4.331,-3.609],[0,0],[-5.727,0],[0,-10.943]],"o":[[0,0],[0,0],[0,0],[-3.111,5.271],[-4.448,0],[-2.516,-2.321],[0,-8.22],[0,0],[0,-7.476],[-5.379,0],[0,0],[4.39,-2.75],[10.495,0],[0,0]],"v":[[17.64,22],[10.488,22],[10.488,15.125],[10.314,15.125],[-3.423,23.031],[-13.867,19.551],[-17.64,10.312],[-2.9,-4.039],[10.488,-5.887],[1.287,-17.102],[-13.279,-11.688],[-13.279,-18.906],[1.897,-23.031],[17.64,-6.617]],"c":true}},"nm":"Trazado 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Combinar trazados 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.36,0.68,0.86,1]},"o":{"a":0,"k":100},"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[287.531,435.56],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167"],"t":0,"s":[30,30],"e":[122,122]},{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":18,"s":[122,122],"e":[95,95]},{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":37,"s":[95,95],"e":[100,100]},{"t":49}],"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":"Transformar"}],"nm":"Grupo 4","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[1.525,2.178],[3.603,0],[2.136,-2.75],[0,-3.838],[0,0],[0,0],[0,0],[6.774,0],[2.035,-2.592],[0,-4.153],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-6.077,0],[-2.267,-1.675],[-0.844,-2.721],[-6.57,0],[0,-11.946]],"o":[[0,0],[0,0],[0,-4.869],[-1.527,-2.177],[-3.053,0],[-2.137,2.75],[0,0],[0,0],[0,0],[0,-8.65],[-3.14,0],[-2.035,2.593],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[3.168,-5.328],[3.053,0],[2.268,1.676],[3.315,-6.072],[9.826,0],[0,0]],"v":[[31.704,22.516],[24.552,22.516],[24.552,-2.75],[22.263,-13.32],[14.566,-16.586],[6.781,-12.461],[3.576,-2.578],[3.576,22.516],[-3.577,22.516],[-3.577,-3.609],[-13.737,-16.586],[-21.5,-12.697],[-24.552,-2.578],[-24.552,22.516],[-31.704,22.516],[-31.704,-21.484],[-24.552,-21.484],[-24.552,-14.523],[-24.378,-14.523],[-10.51,-22.516],[-2.53,-20.003],[2.136,-13.406],[16.964,-22.516],[31.704,-4.598]],"c":true}},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.36,0.68,0.86,1]},"o":{"a":0,"k":100},"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[227.982,435.044],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167"],"t":0,"s":[30,30],"e":[122,122]},{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":18,"s":[122,122],"e":[95,95]},{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":37,"s":[95,95],"e":[100,100]},{"t":49}],"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":"Transformar"}],"nm":"Grupo 5","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[1.685,-1.16],[0,-2.951],[-1.555,-1.36],[-2.588,0],[-2.311,2.449],[0,3.753]],"o":[[0,0],[-3.315,0.459],[-1.687,1.16],[0,2.148],[1.555,1.362],[3.546,0],[2.311,-2.45],[0,0]],"v":[[10.488,-0.258],[-0.283,1.203],[-7.784,3.631],[-10.314,9.797],[-7.981,15.06],[-1.766,17.101],[7.021,13.428],[10.488,4.125]],"c":true}},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group"},{"ind":1,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[6.047,0],[2.514,2.32],[0,3.839],[-9.827,1.346],[0,0],[6.134,0],[4.332,-3.609],[0,0],[-5.728,0],[0,-10.943]],"o":[[0,0],[0,0],[0,0],[-3.111,5.271],[-4.448,0],[-2.515,-2.321],[0,-8.22],[0,0],[0,-7.476],[-5.379,0],[0,0],[4.39,-2.75],[10.495,0],[0,0]],"v":[[17.64,22],[10.488,22],[10.488,15.125],[10.313,15.125],[-3.424,23.031],[-13.868,19.551],[-17.64,10.312],[-2.9,-4.039],[10.488,-5.887],[1.286,-17.102],[-13.28,-11.688],[-13.28,-18.906],[1.897,-23.031],[17.64,-6.617]],"c":true}},"nm":"Trazado 2","mn":"ADBE Vector Shape - Group"},{"ty":"mm","mm":1,"nm":"Combinar trazados 1","mn":"ADBE Vector Filter - Merge"},{"ty":"fl","c":{"a":0,"k":[0.36,0.68,0.86,1]},"o":{"a":0,"k":100},"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[165.163,435.56],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167"],"t":0,"s":[30,30],"e":[122,122]},{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":18,"s":[122,122],"e":[95,95]},{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":37,"s":[95,95],"e":[100,100]},{"t":49}],"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":"Transformar"}],"nm":"Grupo 6","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0.523,1.319],[0,0],[0.698,-1.375],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.639,-1.432],[0,0],[-0.698,1.089],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[-0.436,-0.716],[0,0],[-0.29,0.66],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.843,1.433],[0,0],[0.93,-1.891],[0,0],[0,0],[0,0],[0,0]],"v":[[25.119,30.809],[16.179,30.809],[1.788,7.219],[0.349,4.168],[0.174,4.168],[-1.308,7.219],[-16.135,30.809],[-25.119,30.809],[-4.187,-0.172],[-23.462,-30.809],[-14.479,-30.809],[-1.701,-9.152],[0.523,-4.855],[0.698,-4.855],[3.14,-9.324],[16.441,-30.809],[24.857,-30.809],[5.189,-0.258]],"c":true}},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.36,0.68,0.86,1]},"o":{"a":0,"k":100},"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[117.171,426.751],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167"],"t":0,"s":[30,30],"e":[122,122]},{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":18,"s":[122,122],"e":[95,95]},{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"n":["0p667_1_0p333_0","0p667_1_0p333_0"],"t":37,"s":[95,95],"e":[100,100]},{"t":49}],"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":"Transformar"}],"nm":"Grupo 7","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[1.015,0.005],[0,0],[-0.257,-0.459],[0,0],[-1.021,0.005],[0,0],[1.047,1.895],[0,0]],"o":[[0,0],[-0.522,-0.003],[0,0],[0.502,0.898],[0,0],[2.146,-0.01],[0,0],[-0.495,-0.897]],"v":[[-7.033,-39.632],[-36.218,-39.772],[-36.813,-38.746],[6.216,38.324],[8.681,39.771],[33.575,39.65],[36.023,35.407],[-4.59,-38.172]],"c":true}},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"t":79}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Recortar trazados 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0.36,0.68,0.86,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":3,"lj":2,"nm":"Trazo 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.36,0.68,0.86,1]},"o":{"a":0,"k":100},"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[286.831,226.234],"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":"Transformar"}],"nm":"Grupo 8","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-0.994,0.016],[0,0],[0.26,0.461],[0,0],[0.999,-0.026],[0,0],[-1.061,-1.902],[0,0]],"o":[[0,0],[0.511,-0.008],[0,0],[-0.508,-0.902],[0,0],[-2.101,0.055],[0,0],[0.502,0.9]],"v":[[7.624,40.122],[36.195,39.664],[36.758,38.61],[-6.835,-38.694],[-9.275,-40.112],[-33.641,-39.478],[-35.958,-35.122],[5.202,38.691]],"c":true}},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"t":81}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Recortar trazados 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0.36,0.68,0.86,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":1,"lj":1,"ml":10,"nm":"Trazo 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.36,0.68,0.86,1]},"o":{"a":0,"k":100},"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[213.123,148.576],"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":"Transformar"}],"nm":"Grupo 9","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-1.016,0.01],[0,0],[0.255,-0.454],[0,0],[1.02,0],[0,0],[-1.038,1.871],[0,0]],"o":[[0,0],[0.522,-0.005],[0,0],[-0.498,0.887],[0,0],[-2.146,0.001],[0,0],[0.491,-0.885]],"v":[[6.885,-38.976],[36.064,-39.256],[36.663,-38.248],[-6.066,37.821],[-8.523,39.257],[-33.415,39.26],[-35.88,35.096],[4.447,-37.527]],"c":true}},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"t":81}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Recortar trazados 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0.36,0.68,0.86,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":1,"lj":1,"ml":10,"nm":"Trazo 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.36,0.68,0.86,1]},"o":{"a":0,"k":100},"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[213.062,226.424],"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":"Transformar"}],"nm":"Grupo 10","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[1.014,-0.01],[0,0],[-0.253,0.456],[0,0],[-1.018,0],[0,0],[1.036,-1.882],[0,0]],"o":[[0,0],[-0.521,0.005],[0,0],[0.497,-0.892],[0,0],[2.143,0],[0,0],[-0.492,0.89]],"v":[[-6.863,39.19],[-35.993,39.465],[-36.592,38.453],[6.044,-38.026],[8.499,-39.47],[33.346,-39.466],[35.809,-35.276],[-4.428,37.734]],"c":true}},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"t":79}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Recortar trazados 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0.36,0.68,0.86,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":3},"lc":1,"lj":1,"ml":10,"nm":"Trazo 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"fl","c":{"a":0,"k":[0.36,0.68,0.86,1]},"o":{"a":0,"k":100},"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[286.962,148.702],"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":"Transformar"}],"nm":"Grupo 11","np":4,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[4.015,-7.766],[0,0],[9.38,-0.072],[0,0],[4.3,7.656],[0,0],[-4.015,7.765],[0,0],[-9.38,0.071],[0,0],[-4.299,-7.657],[0,0]],"o":[[0,0],[-4.432,8.57],[0,0],[-8.772,0.067],[0,0],[-4.167,-7.419],[0,0],[4.431,-8.569],[0,0],[8.772,-0.066],[0,0],[4.167,7.42]],"v":[[163.036,11.189],[95.121,142.536],[72.6,156.625],[-67.439,157.681],[-88.523,145.439],[-162.793,13.191],[-163.036,-11.188],[-95.121,-142.536],[-72.601,-156.624],[67.438,-157.681],[88.522,-145.438],[162.793,-13.191]],"c":true}},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group"},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p667_1_0p167_0p167"],"t":0,"s":[0],"e":[100]},{"t":56}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Recortar trazados 1","mn":"ADBE Vector Filter - Trim"},{"ty":"st","c":{"a":0,"k":[0.36,0.68,0.86,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":17},"lc":1,"lj":1,"ml":10,"nm":"Trazo 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"a":0,"k":[249.813,187.168],"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":"Transformar"}],"nm":"Grupo 12","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":1800,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/xuanwheel_logo.json b/ohos/flutter_lottie/assets/lottiefiles/xuanwheel_logo.json new file mode 100644 index 0000000000000000000000000000000000000000..db5bbd043630094431c6f0cbef77febba82d01b9 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/xuanwheel_logo.json @@ -0,0 +1 @@ +{"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"1","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[400.875,261.875,0]},"a":{"k":[-2.493,-124.152,0]},"s":{"k":[{"i":{"x":[0.593,0.667,0.667],"y":[1,0.667,0.667]},"o":{"x":[0.072,0.333,0.333],"y":[0.279,0.333,0.333]},"n":["0p593_1_0p072_0p279","0p667_0p667_0p333_0p333","0p667_0p667_0p333_0p333"],"t":120,"s":[0,93.466,100],"e":[147.346,93.466,100]},{"t":158}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[1.176,7.125]],"o":[[0,0],[0,0],[0,0],[27.285,0.016]],"v":[[33.305,-9.539],[46.236,9.408],[-45.342,9.266],[-52.237,-9.634]],"c":true}},"nm":"路径 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[-36.517,-123.877],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[85.61,101.588],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":30,"ix":4},"sa":{"k":0,"ix":5},"nm":"变换"}],"nm":"矩形 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":1800,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":1,"ty":4,"nm":"2","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[400.875,227.125,0]},"a":{"k":[-2.493,-124.152,0]},"s":{"k":[{"i":{"x":[0.401,0.667,0.667],"y":[1,0.667,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p401_1_0p167_0p167","0p667_0p667_0p167_0p167","0p667_0p667_0p167_0p167"],"t":127,"s":[0,100.9,100],"e":[129.431,100.9,100]},{"t":165}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[33.305,-9.539],[46.349,9.572],[-44.923,9.661],[-46.615,-9.661]],"c":true}},"nm":"路径 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[-36.517,-123.877],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[85.61,101.588],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":30,"ix":4},"sa":{"k":0,"ix":5},"nm":"变换"}],"nm":"矩形 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":1800,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"3","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[400,190.5,0]},"a":{"k":[-2.493,-124.152,0]},"s":{"k":[{"i":{"x":[0.567,0.667,0.667],"y":[0.86,0.667,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p567_0p86_0p167_0p167","0p667_0p667_0p167_0p167","0p667_0p667_0p167_0p167"],"t":136,"s":[0,100.28,100],"e":[100.28,100.28,100]},{"t":165}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[33.305,-9.539],[46.349,9.572],[-44.923,9.661],[-44.923,-9.661]],"c":true}},"nm":"路径 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[-36.517,-123.877],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[85.61,101.588],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":30,"ix":4},"sa":{"k":0,"ix":5},"nm":"变换"}],"nm":"矩形 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":1800,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"shadow","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[340.25,285.25,0]},"a":{"k":[27,49.25,0]},"s":{"k":[216.137,216.137,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[-1.142,4.029],[0,0],[0,-4.359],[0,0]],"o":[[0,0],[-0.955,4.071],[0,0],[0,-4.395]],"v":[[5.387,-6.333],[-3.91,-6.333],[-5.387,6.333],[3.613,6.333]],"c":true}},"nm":"路径 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.76,0.75,0.72,1]},"o":{"k":100},"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[5.637,49.168],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":144,"s":[0],"e":[100]},{"t":170}],"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"变换"}],"nm":"组 1","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-1.832,3.838],[0,0],[0,-4.436]],"o":[[0,-4.537],[0,0],[-1.388,3.968],[0,0]],"v":[[3.067,6.333],[5.933,-6.333],[-3.785,-6.333],[-5.933,6.333]],"c":true}},"nm":"路径 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.76,0.75,0.72,1]},"o":{"k":100},"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[23.196,49.168],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":131,"s":[0],"e":[100]},{"t":157}],"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"变换"}],"nm":"组 2","np":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[0,0],[-6.11,0.903],[0,0],[0,0],[0,-4.727]],"o":[[0,-6.361],[0,0],[0,0],[-2.579,3.565],[0,0]],"v":[[-0.902,6.333],[9.902,-6.181],[9.902,-6.333],[-5.798,-6.333],[-9.902,6.333]],"c":true}},"nm":"路径 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","fillEnabled":true,"c":{"k":[0.76,0.75,0.72,1]},"o":{"k":100},"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[42.984,49.043],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[97.866,97.866],"ix":3},"r":{"k":0,"ix":6},"o":{"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":120,"s":[0],"e":[100]},{"t":138}],"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"变换"}],"nm":"组 3","np":2,"mn":"ADBE Vector Group"}],"ip":0,"op":1800,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"circle3","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.539],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p539_1_0p333_0"],"t":90,"s":[0],"e":[-359.996]},{"t":120}]},"p":{"k":[400.75,299.5,0]},"a":{"k":[238.75,-14.5,0]},"s":{"k":[291.018,291.018,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[19.943,0],[0,-19.943],[-19.943,0],[0,19.943]],"o":[[-19.943,0],[0,19.943],[19.943,0],[0,-19.943]],"v":[[0,-36.109],[-36.109,0],[0,36.109],[36.109,0]],"c":true}},"nm":"路径 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":6.5},"lc":1,"lj":1,"ml":4,"nm":"描边 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[238.393,-14.865],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[102.486,102.486],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"变换"}],"nm":"椭圆 1","np":3,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"k":[{"i":{"x":[0.701],"y":[0.958]},"o":{"x":[0.332],"y":[0]},"n":["0p701_0p958_0p332_0"],"t":112,"s":[0],"e":[20.478]},{"t":152}],"ix":1},"e":{"k":[{"i":{"x":[0.835],"y":[0.601]},"o":{"x":[0.215],"y":[0]},"n":["0p835_0p601_0p215_0"],"t":84,"s":[0],"e":[100]},{"t":136}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"修剪路径 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":1800,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"circle2","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.539],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p539_1_0p333_0"],"t":90,"s":[0],"e":[-359.996]},{"t":120}]},"p":{"k":[400.75,299.5,0]},"a":{"k":[238.75,-14.5,0]},"s":{"k":[192.79,192.79,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[19.943,0],[0,-19.943],[-19.943,0],[0,19.943]],"o":[[-19.943,0],[0,19.943],[19.943,0],[0,-19.943]],"v":[[0,-36.109],[-36.109,0],[0,36.109],[36.109,0]],"c":true}},"nm":"路径 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":10},"lc":1,"lj":1,"ml":4,"nm":"描边 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[238.393,-14.865],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[102.486,102.486],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"变换"}],"nm":"椭圆 1","np":3,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"k":[{"i":{"x":[0.704],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p704_1_0p333_0"],"t":103,"s":[0],"e":[16.514]},{"t":144}],"ix":1},"e":{"k":[{"i":{"x":[0.936],"y":[0.653]},"o":{"x":[0.333],"y":[0]},"n":["0p936_0p653_0p333_0"],"t":75,"s":[0],"e":[100]},{"t":127}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"修剪路径 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":1800,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"circle1","ks":{"o":{"k":100},"r":{"k":[{"i":{"x":[0.539],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p539_1_0p333_0"],"t":58,"s":[0],"e":[-360]},{"t":120}]},"p":{"k":[400.75,299.5,0]},"a":{"k":[238.75,-14.5,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[19.943,0],[0,-19.943],[-19.943,0],[0,19.943]],"o":[[-19.943,0],[0,19.943],[19.943,0],[0,-19.943]],"v":[[0,-36.109],[-36.109,0],[0,36.109],[36.109,0]],"c":true}},"nm":"路径 1","mn":"ADBE Vector Shape - Group"},{"ty":"st","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"w":{"k":18},"lc":1,"lj":1,"ml":4,"nm":"描边 1","mn":"ADBE Vector Graphic - Stroke"},{"ty":"tr","p":{"k":[238.393,-14.865],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[102.486,102.486],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"变换"}],"nm":"椭圆 1","np":3,"mn":"ADBE Vector Group"},{"ty":"tm","s":{"k":[{"i":{"x":[0.485],"y":[0.485]},"o":{"x":[0.167],"y":[0.167]},"n":["0p485_0p485_0p167_0p167"],"t":58,"s":[0],"e":[0]},{"i":{"x":[0.982],"y":[-1827913.602]},"o":{"x":[0.361],"y":[0]},"n":["0p982_-1827913p602_0p361_0"],"t":87,"s":[0],"e":[0]},{"t":120}],"ix":1},"e":{"k":[{"i":{"x":[0.931],"y":[0.784]},"o":{"x":[0.333],"y":[0]},"n":["0p931_0p784_0p333_0"],"t":58,"s":[0],"e":[100]},{"t":120}],"ix":2},"o":{"k":0,"ix":3},"m":1,"ix":2,"nm":"修剪路径 1","mn":"ADBE Vector Filter - Trim"}],"ip":0,"op":1800,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"point","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[400.688,298.688,0]},"a":{"k":[-7.688,-122.188,0]},"s":{"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p667_1_0p167_0p167","0p667_1_0p167_0p167","0p667_0p667_0p167_0p167"],"t":0,"s":[100,100,100],"e":[175.388,175.388,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":18,"s":[175.388,175.388,100],"e":[125.926,125.926,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p667_1_0p333_0","0p667_1_0p333_0","0p667_0p667_0p333_0p333"],"t":37,"s":[125.926,125.926,100],"e":[165.558,165.558,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":["0p833_0p833_0p333_0","0p833_0p833_0p333_0","0p833_0p833_0p333_0p333"],"t":52,"s":[165.558,165.558,100],"e":[0,0,100]},{"t":75}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"k":[44.32,44.32]},"p":{"k":[0,0]},"nm":"椭圆路径 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","fillEnabled":true,"c":{"k":[1,1,1,1]},"o":{"k":100},"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[-7.84,-121.84],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"变换"}],"nm":"椭圆 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":1800,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"bg","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[400,300,0]},"a":{"k":[0,0,0]},"s":{"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"k":[953.953,707.828]},"p":{"k":[0,0]},"r":{"k":0},"nm":"矩形路径 1","mn":"ADBE Vector Shape - Rect"},{"ty":"fl","fillEnabled":true,"c":{"k":[0,0,0,1]},"o":{"k":100},"nm":"填充 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"k":[0.977,-6.086],"ix":2},"a":{"k":[0,0],"ix":1},"s":{"k":[100,100],"ix":3},"r":{"k":0,"ix":6},"o":{"k":100,"ix":7},"sk":{"k":0,"ix":4},"sa":{"k":0,"ix":5},"nm":"变换"}],"nm":"矩形 1","np":3,"mn":"ADBE Vector Group"}],"ip":0,"op":1800,"st":0,"bm":0,"sr":1}],"v":"4.5.3","ddd":0,"ip":0,"op":200,"fr":60,"w":800,"h":600} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/yoga_carpet.json b/ohos/flutter_lottie/assets/lottiefiles/yoga_carpet.json new file mode 100644 index 0000000000000000000000000000000000000000..e540a90d4fa0e70b46b2827a81644e2260d484ce --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/yoga_carpet.json @@ -0,0 +1 @@ +{"v":"4.7.0","fr":30,"ip":0,"op":141,"w":1000,"h":1000,"nm":"Carpet","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Carpet_01","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[491.637,503.735,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"t":17,"s":[{"i":[[2.301,-2.032],[2.062,0.272],[-2.008,-3.992],[-1.738,6.595],[0.776,-1.824]],"o":[[-2.762,0.428],[1.493,4.507],[3.18,-5.154],[0.075,-1.401],[-0.317,4.017]],"v":[[482,-180],[479,-184],[481,-168],[486,-188],[485,-190]],"c":true}],"h":1},{"t":102.5712890625,"s":[{"i":[[2.301,-2.032],[2.062,0.272],[-2.008,-3.992],[-1.738,6.595],[0.776,-1.824]],"o":[[-2.762,0.428],[1.493,4.507],[3.18,-5.154],[0.075,-1.401],[-0.317,4.017]],"v":[[482,-180],[479,-184],[481,-168],[486,-188],[485,-190]],"c":true}],"h":1}]},"nm":"Path","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.3568627,0.1607843,0.5098039,1]},"o":{"a":1,"k":[{"t":16,"s":[0],"h":1},{"t":17,"s":[100],"h":1},{"t":18,"s":[0],"h":1},{"t":102.571,"s":[100],"h":1},{"t":103.5712890625,"s":[0],"h":1}]},"r":1,"nm":"Fill","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[101.094,-183.5],"ix":2},"a":{"a":0,"k":[101.094,-183.5],"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 4","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"t":15,"s":[{"i":[[-1.688,-3.294],[-1.378,3.183],[-1.327,-2.629],[2.668,2.999]],"o":[[0.01,1.466],[-0.868,-4.505],[-0.502,-5.165],[-0.593,3.607]],"v":[[99,-198],[100,-193],[103,-195],[99,-208]],"c":true}],"h":1},{"t":17,"s":[{"i":[[-1.842,-2.233],[-0.096,-1.083],[-0.924,0.471],[2.304,2.696]],"o":[[0.693,-1.862],[0.096,1.083],[-0.645,-4.355],[0.443,4.153]],"v":[[482,-204],[482.826,-204.042],[484,-202],[483,-216]],"c":true}],"h":1},{"t":102.571,"s":[{"i":[[-1.842,-2.233],[-0.096,-1.083],[-0.924,0.471],[2.304,2.696]],"o":[[0.693,-1.862],[0.096,1.083],[-0.645,-4.355],[0.443,4.153]],"v":[[482,-204],[482.826,-204.042],[484,-202],[483,-216]],"c":true}],"h":1},{"t":104.5712890625,"s":[{"i":[[-1.688,-3.294],[-1.378,3.183],[-1.327,-2.629],[2.668,2.999]],"o":[[0.01,1.466],[-0.868,-4.505],[-0.502,-5.165],[-0.593,3.607]],"v":[[99,-198],[100,-193],[103,-195],[99,-208]],"c":true}],"h":1}]},"nm":"Path","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.3568627,0.1607843,0.5098039,1]},"o":{"a":1,"k":[{"t":14,"s":[0],"h":1},{"t":15,"s":[100],"h":1},{"t":16,"s":[0],"h":1},{"t":17,"s":[100],"h":1},{"t":18,"s":[0],"h":1},{"t":102.571,"s":[100],"h":1},{"t":103.571,"s":[0],"h":1},{"t":104.571,"s":[100],"h":1},{"t":105.5712890625,"s":[0],"h":1}]},"r":1,"nm":"Fill","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[101.094,-183.5],"ix":2},"a":{"a":0,"k":[101.094,-183.5],"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 3","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"t":15,"s":[{"i":[[-3.192,-8.474],[1.828,6.372],[5.666,2.351],[0.146,-4.947],[-2.696,-12.466],[-4.612,-4.119],[4.365,4.329],[2.86,-0.14],[1.265,11.67],[-5.179,4.13]],"o":[[-0.732,-6.966],[-1.736,-6.051],[-2.733,4.287],[-0.492,16.636],[1.661,7.683],[0.855,-5.388],[-0.171,2.829],[-6.523,-5.137],[-0.757,-6.986],[6.769,4.897]],"v":[[107,-199],[103,-220],[94,-236],[92,-221],[96,-179],[104,-159],[104,-179],[102,-172],[94,-204],[97,-224]],"c":true}],"h":1},{"t":17,"s":[{"i":[[0,-6.666],[-0.221,-1.338],[-0.288,1.906],[-0.559,1.274],[-1.566,0.267],[-0.153,-1.18],[-0.694,-0.639],[-0.679,7.43],[0.325,3.922],[2.578,1.934]],"o":[[-1.171,-0.447],[0.221,1.338],[0.198,-1.635],[0.559,-1.274],[0.694,0.639],[0.153,1.18],[-0.395,2.748],[-0.243,-4.312],[-0.333,-4.027],[-1.74,4.926]],"v":[[482,-228],[480.906,-225.406],[482,-225],[482.974,-229.526],[486,-232],[487,-229],[488,-226],[489,-220],[489,-233],[486,-244]],"c":true}],"h":1},{"t":102.571,"s":[{"i":[[0,-6.666],[-0.221,-1.338],[-0.288,1.906],[-0.559,1.274],[-1.566,0.267],[-0.153,-1.18],[-0.694,-0.639],[-0.679,7.43],[0.325,3.922],[2.578,1.934]],"o":[[-1.171,-0.447],[0.221,1.338],[0.198,-1.635],[0.559,-1.274],[0.694,0.639],[0.153,1.18],[-0.395,2.748],[-0.243,-4.312],[-0.333,-4.027],[-1.74,4.926]],"v":[[482,-228],[480.906,-225.406],[482,-225],[482.974,-229.526],[486,-232],[487,-229],[488,-226],[489,-220],[489,-233],[486,-244]],"c":true}],"h":1},{"t":104.5712890625,"s":[{"i":[[-3.192,-8.474],[1.828,6.372],[5.666,2.351],[0.146,-4.947],[-2.696,-12.466],[-4.612,-4.119],[4.365,4.329],[2.86,-0.14],[1.265,11.67],[-5.179,4.13]],"o":[[-0.732,-6.966],[-1.736,-6.051],[-2.733,4.287],[-0.492,16.636],[1.661,7.683],[0.855,-5.388],[-0.171,2.829],[-6.523,-5.137],[-0.757,-6.986],[6.769,4.897]],"v":[[107,-199],[103,-220],[94,-236],[92,-221],[96,-179],[104,-159],[104,-179],[102,-172],[94,-204],[97,-224]],"c":true}],"h":1}]},"nm":"Path","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.3568627,0.1607843,0.5098039,1]},"o":{"a":1,"k":[{"t":14,"s":[0],"h":1},{"t":15,"s":[100],"h":1},{"t":16,"s":[0],"h":1},{"t":17,"s":[100],"h":1},{"t":18,"s":[0],"h":1},{"t":102.571,"s":[100],"h":1},{"t":103.571,"s":[0],"h":1},{"t":104.571,"s":[100],"h":1},{"t":105.5712890625,"s":[0],"h":1}]},"r":1,"nm":"Fill","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[101.094,-183.5],"ix":2},"a":{"a":0,"k":[101.094,-183.5],"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 2","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"t":10,"s":[{"i":[[0.316,-1.684],[-1.622,-1.044],[-1.721,-0.946],[-1.738,-0.929],[-1.674,-0.993],[-2.783,-1.551],[-3.164,-1.169],[-3.799,-0.534],[-4.689,0.356],[-1.447,0.803],[-1.307,0.943],[-1.207,1.043],[-1.147,1.103],[-0.355,0.978],[-0.389,0.944],[-0.464,0.869],[-0.581,0.753],[1.174,8.605],[3,7.186],[4.201,5.988],[4.777,5.011],[2.07,1.745],[2.466,1.705],[2.788,1.233],[3.038,0.327],[2.647,-0.489],[1.836,-1.211],[1.521,-1.742],[1.701,-2.082],[0.36,-2.099],[0.227,-2.189],[0.003,-2.246],[-0.31,-2.269],[-0.972,-3.235],[-1.351,-3.19],[-1.529,-2.739],[-3.829,-4.248],[-3.814,-2.864],[-1.136,-0.888],[-1.114,-0.441],[-3.121,-0.57],[-3.556,0.451],[-1.005,0.495],[-1.278,0.222],[-1.25,4.341],[0.734,6.127],[1.219,3.215],[1.647,3.169],[6.015,5.067],[7.82,-1.269],[1.416,-1.805],[0.409,-2.363],[-2.566,-5.467],[-2.84,-2.743],[-2.296,-1.297],[-2.644,0.285],[-0.685,0.315],[-0.931,0.069],[1.448,4.59],[4.441,0.55],[0.068,-1.624],[1.912,-1.37],[1.005,3.781],[-3.418,2.01],[-2.912,-2.214],[-1.933,-3.159],[-0.243,-6.806],[6.199,-1.508],[2.695,0.781],[0.947,0.427],[0.162,0.451],[0.189,0.123],[0.377,-0.067],[0.257,0.116],[0.179,0.454],[0.147,0.123],[3.863,6.465],[0.781,6.166],[-0.292,3.948],[-1.2,2.295],[-0.613,0.569],[-0.374,0.394],[-0.586,0.463],[-0.954,0.411],[-4.547,-1.09],[-1.954,-1.871],[-0.824,-0.608],[-0.794,-0.694],[-5.165,-9.823],[-0.57,-9.791],[2.208,-5.308],[5.618,-3.013],[5.982,2.528],[5.011,2.781],[1.154,1.012],[0.691,1.475],[0.78,1.386],[2.072,0.096],[1.345,-0.489],[0.31,-1.523],[-0.115,-2.115]],"o":[[1.443,1.224],[1.622,1.044],[1.721,0.946],[1.738,0.929],[2.656,1.678],[2.783,1.551],[3.164,1.169],[3.799,0.534],[1.625,-0.624],[1.447,-0.803],[1.307,-0.943],[1.207,-1.043],[0.363,-0.97],[0.355,-0.978],[0.389,-0.944],[0.464,-0.869],[1.278,-10.246],[-1.174,-8.605],[-3,-7.186],[-4.201,-5.988],[-1.6,-1.351],[-2.07,-1.745],[-2.466,-1.705],[-2.788,-1.233],[-3.954,-0.425],[-2.647,0.488],[-1.836,1.211],[-1.521,1.742],[-0.403,1.976],[-0.36,2.099],[-0.227,2.189],[-0.003,2.246],[0.392,2.874],[0.972,3.235],[1.351,3.19],[2.872,5.144],[3.829,4.248],[1.341,1.007],[1.136,0.888],[2.959,1.169],[3.121,0.57],[0.701,-0.799],[1.005,-0.495],[2.736,-3.508],[1.25,-4.341],[-0.476,-3.972],[-1.219,-3.215],[-3.119,-6.003],[-6.015,-5.067],[-1.927,1.416],[-1.416,1.805],[-1.105,6.391],[2.566,5.467],[2.17,2.096],[2.297,1.297],[0.329,-0.671],[0.685,-0.315],[2.233,-4.09],[-1.448,-4.59],[-1.817,1.133],[-0.068,1.624],[-1.397,-1.867],[-1.005,-3.781],[3.419,-0.014],[2.912,2.214],[3.225,5.269],[0.244,6.806],[-2.271,0.553],[-2.695,-0.781],[-0.165,-0.074],[-0.162,-0.451],[-0.234,-0.153],[-0.377,0.067],[-0.137,-0.062],[-0.179,-0.454],[-4.768,-3.973],[-3.863,-6.465],[-0.369,-2.912],[0.292,-3.948],[0.172,-0.329],[0.613,-0.569],[0.701,-0.737],[0.586,-0.463],[2.861,-1.23],[4.546,1.09],[0.912,0.874],[0.823,0.608],[6.77,5.915],[5.165,9.823],[0.452,7.755],[-2.209,5.308],[-8.063,1.892],[-5.982,-2.528],[-0.691,-1.475],[-1.154,-1.012],[-1.808,-0.359],[-0.78,-1.386],[-0.31,1.523],[-1.345,0.489],[-1.144,0.856],[0.115,2.115]],"v":[[117,-91],[121.618,-87.618],[126.653,-84.653],[131.862,-81.862],[137,-79],[145.094,-74.094],[153.95,-69.95],[164.331,-67.331],[177,-67],[181.598,-69.152],[185.719,-71.781],[189.48,-74.77],[193,-78],[194.068,-80.932],[195.174,-83.826],[196.443,-86.557],[198,-89],[197.999,-117.222],[191.582,-140.853],[180.624,-160.557],[167,-177],[161.477,-181.753],[154.656,-187.037],[146.757,-191.552],[138,-194],[128.222,-193.858],[121.62,-191.26],[116.709,-186.783],[112,-181],[110.833,-174.88],[109.931,-168.44],[109.563,-161.78],[110,-155],[112.096,-145.735],[115.63,-135.995],[120,-127],[130.294,-112.79],[142,-102],[145.67,-99.075],[149,-97],[158.052,-94.285],[168,-94],[170.568,-95.932],[174,-97],[180.103,-108.536],[181,-124],[178.378,-134.602],[174,-144],[160.026,-161.954],[139,-169],[133.861,-164.21],[131,-158],[134.042,-139.764],[143,-127],[149.644,-121.715],[157,-120],[158.548,-121.452],[161,-122],[162.006,-136.155],[153,-145],[151.071,-140.678],[149,-136],[144.388,-145.392],[147,-155],[156.614,-151.38],[164,-143],[170.068,-123.18],[162,-109],[154.007,-109.765],[148,-112],[147.518,-112.963],[147,-114],[146.018,-114.027],[145,-114],[144.508,-114.954],[144,-116],[130.51,-132.355],[123,-152],[122.823,-162.963],[125,-173],[126.349,-174.452],[128,-176],[129.81,-177.745],[132,-179],[144.18,-178.826],[155,-174],[157.589,-171.865],[160,-170],[178.65,-145.408],[188,-115],[185.552,-95.444],[174,-83],[153.211,-84.996],[137,-94],[134,-97.5],[131,-101],[127.698,-104.198],[124,-107],[121,-104.5],[118,-102],[116.879,-97.121]],"c":true}],"h":1},{"t":11,"s":[{"i":[[9.492,0.912],[0.167,-2.247],[0.538,-0.423],[0.136,0.197],[0.425,-0.092],[0.938,3.725],[-3.209,2.103],[-3.85,-4.658],[-1.094,-5.707],[0.865,-3.891],[3.332,-1.309],[3.57,1.992],[1.755,1.59],[1.022,0.861],[0.909,0.648],[1.564,2.096],[1.225,2.624],[0.042,8.505],[-7.218,3.446],[-2.343,-0.473],[-2.976,-1.23],[-4.356,-4.836],[-3.807,-6.858],[-1.845,-8.549],[1.796,-9.846],[1.626,-2.373],[2.779,-1.222],[5.142,1.546],[4.161,1.777],[2.472,2.361],[2.603,2.231],[0.749,0.887],[1.334,-1.342],[1.101,-0.566],[0.753,-0.913],[0,-1.833],[0,-1.834],[-4.746,-2.767],[-4.627,-2.551],[-1.683,-1.004],[-1.572,-1.047],[-4.5,0.157],[-3.202,1.575],[-2.102,2.914],[-1.096,3.625],[-0.468,0.387],[-0.071,0.266],[-0.161,1.442],[-0.101,1.273],[1.02,6.319],[1.511,4.307],[1.433,3.447],[1.892,3.298],[1.361,2.031],[1.415,1.887],[0.897,0.801],[0.717,0.87],[0.589,1.042],[0.77,0.77],[1.056,0.851],[0.963,0.783],[6.306,2.355],[7.149,-2.188],[2.346,-3.12],[0.674,-4.072],[-1.71,-7.303],[-2.431,-5.106],[-0.59,-0.966],[-0.789,-1.347],[-0.402,-1.199],[-0.742,-1.096],[-0.599,-0.295],[-0.323,-0.404],[-0.264,-0.715],[-0.428,-0.496],[-1.414,-1.355],[-1.043,-1.073],[-0.817,-0.416],[-0.768,-0.346],[-0.647,-0.825],[-0.687,-0.373],[-5.839,3.892],[-0.116,9.606],[2.171,5.846],[2.375,3.707],[0.663,0.766],[0.597,0.764],[0.095,0.552],[0.294,0.377],[1.371,1.363],[0.707,0.51],[0.706,0.061],[0.607,0.343],[0.426,0.594],[0.527,0.187],[1.87,0.077],[1.692,0.046],[1.862,-0.138],[-1.018,-6.84],[-5.79,-3.71],[-4.406,0.505]],"o":[[-1.794,0.589],[-0.167,2.247],[-0.029,-0.305],[-0.137,-0.197],[-1.458,-1.996],[-0.938,-3.725],[5.507,0.659],[3.85,4.658],[0.791,4.127],[-0.865,3.891],[-3.967,1.559],[-3.57,-1.992],[-1.005,-0.91],[-1.022,-0.861],[-0.519,-1.994],[-1.564,-2.096],[-3.05,-6.536],[-0.042,-8.505],[2.654,-1.122],[2.343,0.473],[6.77,2.796],[4.356,4.836],[4.416,7.957],[1.845,8.549],[-1.716,2.285],[-1.626,2.373],[-6.27,1.959],[-5.142,-1.546],[-2.51,-2.323],[-2.472,-2.361],[-0.669,-0.793],[-0.749,-0.887],[-0.843,0.823],[-1.101,0.566],[0,1.834],[0,1.833],[4.388,3.382],[4.746,2.767],[1.697,0.936],[1.683,1.004],[4.799,1.203],[4.5,-0.157],[3.495,-1.719],[2.102,-2.914],[0.057,-0.188],[0.468,-0.387],[0.255,-0.957],[0.161,-1.442],[0.592,-7.418],[-1.02,-6.319],[-1.374,-3.915],[-1.434,-3.447],[-1.141,-1.987],[-1.361,-2.031],[-0.694,-0.925],[-0.897,-0.801],[-0.875,-1.061],[-0.589,-1.042],[-0.815,-0.815],[-1.056,-0.851],[-4.627,-3.766],[-6.306,-2.356],[-2.943,2.45],[-2.346,3.12],[-1.273,7.681],[1.71,7.303],[0.852,1.788],[0.59,0.966],[0.65,1.109],[0.402,1.199],[0.281,0.415],[0.599,0.295],[0.515,0.645],[0.264,0.715],[1.301,1.505],[1.414,1.355],[0.963,0.992],[0.817,0.416],[0.724,0.327],[0.647,0.825],[9.528,5.172],[5.839,-3.892],[0.059,-4.907],[-2.171,-5.846],[-0.75,-1.171],[-0.663,-0.766],[-0.326,-0.416],[-0.095,-0.552],[-0.809,-1.039],[-1.371,-1.363],[-0.57,-0.411],[-0.706,-0.061],[-0.77,-0.435],[-0.426,-0.594],[-1.826,-0.648],[-1.87,-0.077],[-0.658,1.342],[-4.094,5.487],[1.241,8.338],[3.418,2.19],[9.293,-4.784]],"v":[[150,-147],[147.558,-141.875],[147,-137],[146.798,-137.798],[146,-138],[141.5,-147.42],[144,-157],[158.31,-148.286],[166,-132],[166.093,-119.386],[160,-111],[148.341,-112.639],[140,-119],[136.928,-121.697],[134,-124],[130.53,-130.028],[126,-137],[120.299,-161.317],[130,-181],[137.258,-181.764],[145,-179],[161.222,-167.547],[173,-150],[182.659,-125.417],[183,-98],[178.297,-90.703],[172,-85],[154.919,-85.198],[141,-91],[133.569,-98.069],[126,-105],[123.999,-108.101],[121,-108],[117.933,-106.067],[115,-104],[115,-98.5],[115,-93],[128.82,-83.877],[143,-76],[148.094,-73.083],[153,-70],[167.197,-68.417],[179,-71],[187.299,-78.07],[192,-88],[192.989,-88.942],[194,-90],[194.615,-93.762],[195,-98],[194.077,-118.834],[190,-135],[185.889,-145.963],[181,-156],[177.206,-162.075],[173,-168],[170.518,-170.542],[168,-173],[165.921,-176.218],[164,-179],[161.111,-181.524],[158,-184],[141.391,-193.965],[121,-195],[112.799,-186.716],[108,-176],[109.222,-153.069],[116,-134],[118.047,-130.169],[120,-127],[121.431,-123.49],[123,-120],[124.468,-118.993],[126,-118],[127.065,-115.888],[128,-114],[132.194,-109.676],[136,-106],[138.646,-104.016],[141,-103],[143.028,-101.035],[145,-99],[168.559,-97.916],[178,-119],[174.325,-135.9],[167,-151],[164.886,-153.805],[163,-156],[162.476,-157.529],[162,-159],[158.424,-162.896],[155,-166],[153.027,-166.551],[151,-167],[149.317,-168.686],[148,-170],[142.399,-170.952],[137,-171],[133,-169],[129,-149],[144,-125],[155,-122]],"c":true}],"h":1},{"t":12,"s":[{"i":[[-0.242,-3.575],[-1.39,-1.143],[-1.55,-1.095],[-1.51,-0.904],[-1.27,-0.572],[-0.08,-0.175],[-0.082,-0.225],[-0.086,-0.188],[-0.093,-0.062],[-0.169,0.004],[-0.189,0.034],[-0.176,0.013],[-0.128,-0.058],[-0.08,-0.175],[-0.081,-0.225],[-0.086,-0.187],[-0.094,-0.061],[-0.493,-0.244],[-0.525,-0.234],[-0.52,-0.248],[-0.476,-0.285],[-1.655,-0.914],[-1.81,-0.793],[-1.875,-0.483],[-1.849,0.018],[-0.991,0.224],[-0.933,0.326],[-0.726,0.314],[-0.369,0.189],[-0.458,0.057],[-0.443,0.071],[-0.404,0.273],[-1.393,2.006],[-0.892,1.938],[-0.629,4.854],[0.534,6.2],[5.181,11.768],[6.356,7.231],[0.9,0.631],[0.762,0.749],[5.69,3.149],[8.018,-1.745],[2.112,-3.221],[1.183,-4.151],[-3.454,-10.112],[-5.087,-7.18],[-3.907,-3.529],[-4.392,-1.674],[-2.546,-0.034],[-2.147,1.154],[-1.587,2.272],[-0.369,1.221],[-0.154,1.847],[-0.026,1.434],[1.256,4.908],[2.052,4.291],[3.647,4.178],[4.879,1.988],[1.224,0.47],[1.903,-0.37],[0.825,-4.617],[-1.176,-4.584],[-3.69,-4.813],[-5.636,-0.491],[0.935,5.516],[4.975,0.823],[-0.173,-1.757],[1.762,-1.333],[0.959,3.903],[-3.267,2.249],[-3.616,-5.082],[-0.697,-6.367],[0.639,-3.42],[2.799,-2.072],[4.071,3.156],[2.798,4.004],[2.201,7.291],[-0.72,9.235],[-1.382,2.103],[-3.048,0.615],[-3.703,-2.077],[-2.833,-1.571],[-3.084,-4.488],[-2.546,-5.407],[-1.667,-6.086],[0.048,-6.608],[2.242,-5.182],[4.995,-1.032],[3.757,1.636],[2.425,1.604],[0.71,0.294],[0.582,0.443],[0.125,0.406],[0.257,0.193],[0.533,0.071],[0.399,0.368],[0.912,1.402],[1.165,1.301],[1.325,1.205],[1.677,0.04],[0.616,-2.717]],"o":[[1.029,1.049],[1.39,1.143],[1.55,1.095],[1.51,0.904],[0.081,0.037],[0.08,0.175],[0.082,0.225],[0.086,0.188],[0.115,0.077],[0.169,-0.004],[0.189,-0.034],[0.176,-0.013],[0.082,0.037],[0.08,0.175],[0.081,0.225],[0.086,0.187],[0.423,0.277],[0.493,0.244],[0.525,0.234],[0.52,0.248],[1.409,0.844],[1.655,0.914],[1.81,0.793],[1.875,0.483],[0.899,-0.009],[0.991,-0.224],[0.933,-0.326],[0.726,-0.314],[0.45,-0.23],[0.458,-0.057],[0.443,-0.071],[1.535,-1.038],[1.393,-2.006],[2.017,-4.384],[0.629,-4.854],[-0.922,-10.697],[-5.18,-11.768],[-0.638,-0.726],[-0.9,-0.631],[-4.223,-4.15],[-5.69,-3.149],[-3.368,1.965],[-2.112,3.221],[-0.905,13.374],[3.454,10.112],[2.981,4.207],[3.907,3.529],[2.67,1.018],[2.546,0.034],[1.284,-0.69],[1.587,-2.272],[0.356,-1.178],[0.154,-1.847],[0.076,-4.077],[-1.256,-4.908],[-2.535,-5.3],[-3.647,-4.178],[-1.2,-0.489],[-1.224,-0.47],[-4.875,0.948],[-0.825,4.617],[1.605,6.257],[3.69,4.813],[4.717,-2.115],[-0.935,-5.516],[-1.928,0.638],[0.173,1.757],[-1.433,-2.137],[-0.959,-3.904],[4.837,1.305],[3.616,5.082],[0.356,3.248],[-0.639,3.42],[-5.916,0.627],[-4.071,-3.156],[-3.916,-5.601],[-2.201,-7.291],[1.423,-2.971],[1.382,-2.103],[4.357,-0.88],[3.703,2.077],[3.116,3.639],[3.084,4.488],[2.378,5.049],[1.667,6.086],[-0.037,5.241],[-2.242,5.182],[-5.546,1.146],[-3.757,-1.636],[-0.578,-0.382],[-0.71,-0.294],[-0.242,-0.184],[-0.125,-0.406],[-0.467,-0.35],[-0.533,-0.07],[-1.186,-1.091],[-0.912,-1.402],[-1.023,-1.142],[-1.325,-1.205],[-2.779,0.555],[-0.616,2.718]],"v":[[109,-100],[112.678,-96.677],[117.138,-93.285],[121.78,-90.251],[126,-88],[126.241,-87.661],[126.483,-87.038],[126.733,-86.396],[127,-86],[127.435,-85.903],[127.981,-85.971],[128.537,-86.054],[129,-86],[129.241,-85.66],[129.482,-85.037],[129.732,-84.395],[130,-84],[131.383,-83.224],[132.919,-82.513],[134.496,-81.795],[136,-81],[140.618,-78.315],[145.839,-75.706],[151.39,-73.744],[157,-73],[159.873,-73.378],[162.796,-74.23],[165.321,-75.218],[167,-76],[168.367,-76.384],[169.725,-76.53],[171,-77],[175.482,-81.825],[179,-88],[182.914,-101.638],[183,-118],[173.075,-153.1],[155,-183],[152.593,-184.983],[150,-187],[135.346,-198.921],[115,-202],[106.861,-194.139],[102,-183],[106.506,-147.855],[120,-122],[130.442,-110.1],[143,-102],[150.892,-100.371],[158,-102],[162.686,-107.101],[166,-113],[166.748,-117.808],[167,-123],[165.096,-136.84],[160,-151],[150.758,-165.484],[138,-175],[134.527,-176.644],[130,-177],[121.962,-167.727],[123,-153],[130.977,-135.675],[145,-127],[150.269,-140.469],[141,-152],[139.375,-148.021],[138,-143],[133.475,-152.917],[136,-163],[149.105,-152.796],[156,-135],[155.866,-124.618],[151,-116],[136.161,-120.527],[126,-132],[116.523,-151.275],[114,-176],[117.781,-183.767],[124,-188],[136.143,-185.338],[146,-179],[155.427,-166.826],[164,-152],[170.319,-135.169],[173,-116],[169.719,-99.343],[159,-89],[145.159,-90.438],[136,-96],[134.003,-96.955],[132,-98],[131.512,-98.993],[131,-100],[129.449,-100.487],[128,-101],[124.984,-104.843],[122,-109],[118.491,-112.827],[114,-115],[109.235,-109.765]],"c":true}],"h":1},{"t":13,"s":[{"i":[[4.271,0.552],[0.203,-0.397],[0,-0.589],[-0.203,-0.397],[-0.405,0.179],[0.196,-0.387],[0.051,-0.333],[0.079,-0.28],[0.281,-0.226],[0.03,0.137],[0.068,0.098],[0.129,0.037],[0.213,-0.046],[0.523,1.56],[0.319,1.7],[-0.238,1.54],[-1.148,1.08],[-1.053,-0.636],[-0.859,-1.044],[-0.752,-1.261],[-0.73,-1.288],[-0.633,-1.298],[-0.528,-1.347],[-0.381,-1.376],[-0.193,-1.383],[-0.075,-2.028],[0.287,-1.929],[0.843,-1.437],[1.594,-0.551],[2.092,1.079],[1.791,1.992],[1.553,2.542],[1.378,2.729],[1.105,2.821],[0.827,2.952],[0.433,2.905],[-0.075,2.68],[-0.353,1.943],[-0.711,1.693],[-1.128,1.153],[-1.603,0.323],[-1.873,-1.047],[-1.603,-1.548],[-2.382,-0.86],[-2.794,-4.109],[-2.306,-5.395],[-0.278,-1.415],[-0.455,-1.332],[-0.571,-1.157],[-0.31,-1.177],[0.916,-10.743],[8.461,-0.954],[2.477,1.226],[1.969,1.447],[1.759,1.789],[1.974,1.381],[0.75,1.25],[1.254,0.746],[0.871,1.367],[1.799,-1.549],[0.922,-0.578],[-0.653,-2.153],[0,-1.5],[0,-1.5],[-3.413,-2.921],[-3.287,-3.046],[-4.285,-2.215],[-7.255,0.755],[-2.202,7.76],[0.786,10.196],[2.297,7.69],[3.256,6.999],[2.086,3.591],[2.07,2.223],[0.073,0.542],[0.343,0.44],[0.753,0.695],[0.456,0.536],[1.653,1.504],[2.12,1.325],[3.513,0.621],[2.261,-2.166],[1.483,-2.621],[0.943,-3.478],[-4.109,-11.725],[-6.222,-9.611],[-3.664,-2.887],[-4.577,0.64],[-1.579,2.121],[-1.597,3.082],[2.364,8.573],[3.599,5.555],[3.224,2.93],[4.81,-0.262],[0.812,-3.914],[-0.537,-4.221],[-1.272,-3.165],[-1.558,-2.563],[-2.377,-2.012],[-2.708,0.983],[1.107,5.241]],"o":[[-0.406,-0.179],[-0.203,0.397],[0,0.589],[0.203,0.397],[-0.516,0.441],[-0.196,0.387],[-0.051,0.333],[-0.079,0.28],[-0.014,-0.153],[-0.03,-0.137],[-0.068,-0.098],[-0.129,-0.037],[-0.373,-1.12],[-0.523,-1.56],[-0.319,-1.7],[0.238,-1.54],[1.333,0.036],[1.053,0.636],[0.859,1.044],[0.752,1.261],[0.696,1.227],[0.633,1.298],[0.528,1.347],[0.381,1.376],[0.241,1.732],[0.075,2.028],[-0.287,1.929],[-0.843,1.437],[-2.457,0.198],[-2.092,-1.079],[-1.791,-1.992],[-1.553,-2.542],[-1.268,-2.511],[-1.105,-2.821],[-0.827,-2.952],[-0.433,-2.905],[0.053,-1.904],[0.353,-1.943],[0.711,-1.693],[1.128,-1.153],[3.19,-0.643],[1.873,1.047],[1.603,1.548],[1.516,3.168],[2.794,4.109],[0.431,1.01],[0.278,1.415],[0.409,1.196],[0.57,1.157],[2.124,8.074],[-0.916,10.743],[-3.124,0.352],[-2.477,-1.226],[-1.992,-1.463],[-1.759,-1.789],[-0.745,-1.255],[-0.75,-1.25],[-0.716,-1.082],[-0.871,-1.367],[-0.966,0.534],[-0.922,0.578],[0,1.5],[0,1.5],[3.062,3.272],[3.413,2.921],[3.606,2.894],[4.285,2.215],[6.978,-3.766],[2.202,-7.76],[-0.558,-7.243],[-2.297,-7.69],[-1.588,-3.412],[-2.086,-3.591],[-0.363,-0.39],[-0.073,-0.543],[-0.532,-0.683],[-0.753,-0.695],[-2.267,-2.661],[-1.653,-1.504],[-2.688,-1.68],[-3.513,-0.621],[-2.127,2.038],[-1.482,2.621],[-0.657,16.49],[4.109,11.725],[2.766,2.094],[3.664,2.887],[3.088,-0.432],[1.579,-2.122],[1.055,-11.152],[-2.364,-8.573],[-2.294,-3.541],[-3.224,-2.93],[-3.289,2.123],[-0.812,3.914],[0.354,2.778],[1.272,3.165],[1.784,2.935],[2.377,2.012],[3.7,-2.483],[-1.107,-5.241]],"v":[[127,-162],[126.088,-161.576],[125.784,-160],[126.088,-158.424],[127,-158],[125.975,-156.758],[125.648,-155.678],[125.497,-154.758],[125,-154],[124.939,-154.439],[124.798,-154.798],[124.507,-155.007],[124,-155],[122.568,-159.096],[121.218,-164.06],[121.009,-168.995],[123,-173],[126.557,-171.944],[129.404,-169.377],[131.799,-165.872],[134,-162],[136.003,-158.207],[137.754,-154.234],[139.128,-150.144],[140,-146],[140.522,-140.262],[140.253,-134.228],[138.607,-129.08],[135,-126],[128.192,-127.412],[122.382,-132.109],[117.381,-139.002],[113,-147],[109.412,-155.042],[106.485,-163.746],[104.566,-172.578],[104,-181],[104.595,-186.844],[106.176,-192.371],[108.919,-196.713],[113,-199],[120.332,-198.097],[125.284,-193.908],[131,-190],[137.907,-179.17],[146,-165],[146.982,-161.242],[148,-157],[149.574,-153.486],[151,-150],[153.938,-118.66],[141,-98],[132.634,-99.651],[126,-104],[120.487,-109.061],[115,-114],[112.882,-117.882],[110,-121],[107.812,-125.473],[104,-126],[100.786,-124.714],[100,-121],[100,-116.5],[100,-112],[109.831,-102.831],[120,-94],[131.263,-85.762],[148,-83],[161.322,-100.677],[163,-128],[158.523,-150.683],[150,-173],[144.362,-183.892],[138,-193],[137.485,-194.462],[137,-196],[134.943,-198.111],[133,-200],[127.389,-206.002],[122,-210],[112.179,-213.884],[103,-212],[97.612,-205.08],[94,-196],[99.84,-154.34],[116,-123],[125.642,-114.45],[138,-110],[144.618,-114.012],[149,-122],[146.49,-151.698],[137,-173],[128.887,-183.352],[117,-188],[111.13,-178.573],[111,-166],[113.597,-156.839],[118,-148],[124.307,-140.061],[132,-138],[135.478,-151.448]],"c":true}],"h":1},{"t":14,"s":[{"i":[[4.624,7.428],[1.163,1.753],[1.443,1.474],[2.058,0.859],[3.01,-0.093],[0.167,-0.25],[0.243,-0.174],[0.329,-0.087],[0.428,0.011],[0.514,-0.984],[0.491,-0.988],[0.357,-1.011],[0.111,-1.05],[-0.214,-5.676],[-0.919,-5.449],[-1.496,-5.174],[-1.944,-4.85],[-1.622,-3.15],[-2.036,-2.841],[-2.27,-1.645],[-2.327,0.438],[-1.19,1.9],[-0.521,2.714],[-0.07,2.832],[0.161,2.254],[0.409,2.625],[0.609,2.695],[0.771,2.598],[0.894,2.333],[1.131,2.336],[1.388,1.961],[1.688,1.27],[2.03,0.262],[0.808,-1.573],[0.301,-1.893],[-0.033,-1.999],[-0.192,-1.889],[-0.326,-1.532],[-0.456,-1.591],[-0.527,-1.514],[-0.539,-1.299],[-0.753,-1.47],[-0.897,-1.212],[-1.071,-0.76],[-1.273,-0.117],[-0.421,2.495],[0.441,2.662],[1.141,2.086],[1.68,0.767],[-0.009,-0.695],[-0.124,-0.616],[0.197,-0.488],[0.955,-0.312],[0.38,1.614],[0.245,1.679],[-0.258,1.476],[-1.128,1.003],[-1.351,-2.214],[-1.074,-2.796],[-0.687,-3.059],[-0.188,-3.002],[-0.029,-1.664],[0.215,-1.615],[0.637,-1.393],[1.235,-0.999],[1.466,1.255],[1.213,1.792],[1.016,2.141],[0.874,2.303],[0.756,2.404],[0.626,2.507],[0.432,2.474],[0.175,2.306],[0.085,2.666],[-0.353,2.544],[-1.136,1.981],[-2.264,0.977],[-2.423,-2.858],[-1.953,-3.828],[-1.621,-4.316],[-1.561,-7.037],[-0.45,-6.709],[1.228,-5.856],[4.609,-2.775],[3.525,4.276],[2.37,4.288],[0.792,2.001],[1.986,-1.536],[0.255,-1.078],[0.013,-1.32],[0,-1.5],[0,-1.5],[-3.523,-4.477],[-3.382,-4.618],[-1.912,-1.235],[-3.596,0.686],[-1.903,5.027],[-0.339,4.12],[0.013,3.179],[0.202,3.202],[4.359,13.176]],"o":[[-1.22,-1.697],[-1.163,-1.753],[-1.443,-1.474],[-2.058,-0.859],[-0.102,0.314],[-0.167,0.25],[-0.242,0.174],[-0.329,0.087],[-0.425,0.996],[-0.514,0.984],[-0.491,0.988],[-0.357,1.011],[-0.621,5.853],[0.214,5.676],[0.919,5.449],[1.496,5.174],[1.031,2.572],[1.622,3.15],[2.036,2.841],[2.27,1.645],[2.078,-0.391],[1.19,-1.9],[0.521,-2.714],[0.07,-2.832],[-0.171,-2.387],[-0.409,-2.625],[-0.609,-2.695],[-0.771,-2.598],[-0.917,-2.393],[-1.131,-2.336],[-1.388,-1.961],[-1.688,-1.27],[-1.489,1.037],[-0.808,1.573],[-0.301,1.893],[0.033,1.999],[0.136,1.336],[0.326,1.532],[0.456,1.591],[0.527,1.514],[0.637,1.537],[0.753,1.47],[0.897,1.212],[1.071,0.76],[1.443,-1.584],[0.421,-2.495],[-0.441,-2.662],[-1.141,-2.086],[-0.542,0.725],[0.009,0.695],[0.124,0.616],[-0.197,0.488],[-0.149,-1.279],[-0.38,-1.614],[-0.245,-1.679],[0.258,-1.476],[1.515,1.314],[1.351,2.214],[1.074,2.796],[0.687,3.059],[0.096,1.542],[0.029,1.664],[-0.215,1.615],[-0.637,1.393],[-1.773,-0.53],[-1.466,-1.255],[-1.213,-1.792],[-1.016,-2.141],[-0.822,-2.167],[-0.756,-2.404],[-0.626,-2.507],[-0.432,-2.474],[-0.178,-2.346],[-0.085,-2.666],[0.353,-2.544],[1.136,-1.981],[3.029,1.404],[2.423,2.858],[1.953,3.828],[2.307,6.142],[1.561,7.037],[0.523,7.803],[-1.228,5.856],[-5.529,-1.608],[-3.525,-4.276],[-0.846,-1.532],[-0.792,-2.001],[-1.966,-0.633],[-0.255,1.078],[0,1.5],[0,1.5],[3.528,4.472],[3.523,4.477],[2.755,0.745],[1.912,1.235],[4.052,-0.773],[1.903,-5.027],[0.253,-3.083],[-0.013,-3.179],[-0.94,-14.87],[-4.359,-13.176]],"v":[[116,-216],[112.51,-221.259],[108.685,-226.185],[103.518,-229.768],[96,-231],[95.599,-230.151],[94.987,-229.512],[94.133,-229.117],[93,-229],[91.563,-226.034],[90.029,-223.081],[88.73,-220.086],[88,-217],[87.422,-199.695],[89.153,-182.995],[92.808,-167.048],[98,-152],[102.024,-143.194],[107.556,-133.985],[114.059,-127.034],[121,-125],[125.848,-128.61],[128.359,-135.705],[129.191,-144.197],[129,-152],[128.122,-159.56],[126.586,-167.581],[124.507,-175.562],[122,-183],[118.938,-190.172],[115.169,-196.697],[110.566,-201.623],[105,-204],[101.597,-200.031],[99.978,-194.778],[99.62,-188.886],[100,-183],[100.707,-178.664],[101.895,-173.945],[103.386,-169.253],[105,-165],[107.078,-160.44],[109.546,-156.369],[112.491,-153.364],[116,-152],[118.755,-158.305],[118.684,-166.227],[116.272,-173.535],[112,-178],[111.31,-175.858],[111.62,-173.88],[111.619,-172.212],[110,-171],[109.115,-175.407],[108.085,-180.414],[108.013,-185.214],[110,-189],[114.327,-183.628],[117.992,-176.032],[120.661,-167.171],[122,-158],[122.232,-153.147],[121.996,-148.186],[120.763,-143.631],[118,-140],[113.156,-142.724],[109.152,-147.34],[105.821,-153.287],[103,-160],[100.617,-166.891],[98.529,-174.292],[96.927,-181.797],[96,-189],[95.52,-196.628],[95.836,-204.554],[97.985,-211.452],[103,-216],[111.143,-209.487],[117.673,-199.337],[123,-187],[128.893,-166.925],[132,-146],[131.349,-125.229],[123,-112],[109.63,-121.49],[101,-135],[98.855,-141.301],[95,-143],[92.035,-141.965],[92,-138],[92,-133.5],[92,-129],[102.609,-115.609],[113,-102],[119.37,-98.427],[127,-97],[135.785,-106.989],[139,-122],[139.342,-131.411],[139,-141],[130.263,-184.082]],"c":true}],"h":1},{"t":15,"s":[{"i":[[-2.423,-1.994],[-0.796,0.706],[-0.594,0.927],[-0.425,1.097],[-0.288,1.218],[-0.184,1.287],[-0.112,1.307],[-0.074,1.276],[-0.067,1.195],[-0.025,0.656],[-0.015,0.653],[-0.005,0.646],[0.003,0.635],[0.01,0.62],[0.016,0.602],[0.021,0.58],[0.025,0.555],[0.183,2.606],[0.242,2.55],[0.295,2.497],[0.345,2.448],[0.39,2.403],[0.431,2.362],[0.468,2.325],[0.5,2.291],[0.405,1.833],[0.424,1.775],[0.464,1.696],[0.526,1.597],[0.609,1.477],[0.714,1.336],[0.84,1.175],[0.988,0.992],[0.125,0],[0.125,0],[0.125,0],[0.125,0],[0.125,0],[0.125,0],[0.125,0],[0.125,0],[0.038,-0.128],[0.059,-0.107],[0.07,-0.097],[0.07,-0.097],[0.059,-0.108],[0.038,-0.129],[0.007,-0.16],[-0.035,-0.202],[0.347,-0.865],[0.27,-0.919],[0.201,-0.96],[0.142,-0.99],[0.092,-1.008],[0.051,-1.014],[0.02,-1.008],[-0.002,-0.99],[-0.018,-0.767],[-0.031,-0.787],[-0.041,-0.801],[-0.049,-0.809],[-0.054,-0.81],[-0.056,-0.805],[-0.056,-0.793],[-0.052,-0.775],[-0.225,-2.221],[-0.299,-2.256],[-0.368,-2.255],[-0.431,-2.219],[-0.489,-2.148],[-0.542,-2.042],[-0.589,-1.9],[-0.631,-1.722],[-0.372,-1.072],[-0.455,-1.017],[-0.611,-0.829],[-0.84,-0.506],[-1.143,-0.049],[-0.553,2.363],[-0.055,2.862],[-0.099,2.818],[-0.686,2.23],[-0.122,-4.269],[0.04,-4.054],[0.767,-3.133],[2.058,-1.506],[1.168,1.832],[0.897,2.103],[0.656,2.344],[0.443,2.557],[0.182,0.901],[0.108,0.976],[0.496,0.587],[1.349,-0.266],[0.151,-1.099],[-0.059,-1.309],[-0.056,-1.306],[0.161,-1.089],[-1.213,-3.203],[-1.267,-3.15],[-1.67,-2.747]],"o":[[1.031,-0.435],[0.796,-0.706],[0.594,-0.927],[0.425,-1.097],[0.288,-1.218],[0.184,-1.287],[0.112,-1.307],[0.074,-1.276],[0.037,-0.655],[0.025,-0.656],[0.015,-0.653],[0.005,-0.646],[-0.003,-0.635],[-0.01,-0.62],[-0.016,-0.602],[-0.021,-0.58],[-0.121,-2.666],[-0.183,-2.606],[-0.242,-2.55],[-0.295,-2.497],[-0.345,-2.448],[-0.39,-2.403],[-0.431,-2.362],[-0.468,-2.325],[-0.408,-1.87],[-0.405,-1.833],[-0.424,-1.775],[-0.464,-1.696],[-0.526,-1.597],[-0.609,-1.477],[-0.714,-1.336],[-0.84,-1.175],[-0.125,0],[-0.125,0],[-0.125,0],[-0.125,0],[-0.125,0],[-0.125,0],[-0.125,0],[-0.125,0],[-0.007,0.16],[-0.038,0.128],[-0.059,0.107],[-0.07,0.097],[-0.07,0.097],[-0.059,0.108],[-0.038,0.129],[-0.007,0.16],[-0.434,0.799],[-0.347,0.865],[-0.27,0.919],[-0.201,0.96],[-0.142,0.99],[-0.092,1.008],[-0.051,1.014],[-0.02,1.008],[0.002,0.74],[0.018,0.767],[0.031,0.787],[0.041,0.801],[0.049,0.809],[0.054,0.81],[0.056,0.805],[0.056,0.793],[0.145,2.15],[0.225,2.221],[0.299,2.256],[0.368,2.255],[0.431,2.219],[0.489,2.148],[0.542,2.042],[0.589,1.9],[0.363,0.993],[0.372,1.072],[0.455,1.017],[0.611,0.829],[0.84,0.506],[1.595,-1.322],[0.553,-2.363],[0.055,-2.862],[0.099,-2.818],[-0.281,3.779],[0.122,4.269],[-0.04,4.054],[-0.767,3.133],[-1.468,-1.532],[-1.168,-1.832],[-0.897,-2.103],[-0.656,-2.344],[-0.721,-0.363],[-0.182,-0.901],[-0.108,-0.976],[-0.496,-0.587],[-0.576,0.674],[-0.151,1.099],[0.059,1.309],[0.056,1.306],[1.51,2.906],[1.213,3.203],[1.267,3.15],[1.67,2.747]],"v":[[107,-115],[109.732,-116.724],[111.81,-119.185],[113.329,-122.234],[114.39,-125.719],[115.09,-129.489],[115.526,-133.393],[115.796,-137.28],[116,-141],[116.093,-142.968],[116.153,-144.932],[116.183,-146.881],[116.187,-148.803],[116.167,-150.687],[116.127,-152.522],[116.07,-154.297],[116,-156],[115.542,-163.906],[114.904,-171.638],[114.097,-179.208],[113.136,-186.625],[112.033,-193.902],[110.801,-201.049],[109.452,-208.078],[108,-215],[106.785,-220.559],[105.547,-225.976],[104.22,-231.188],[102.741,-236.133],[101.044,-240.749],[99.064,-244.973],[96.738,-248.744],[94,-252],[93.625,-252],[93.25,-252],[92.875,-252],[92.5,-252],[92.125,-252],[91.75,-252],[91.375,-252],[91,-252],[90.93,-251.57],[90.781,-251.219],[90.585,-250.915],[90.374,-250.626],[90.178,-250.322],[90.03,-249.97],[89.96,-249.54],[90,-249],[88.83,-246.5],[87.907,-243.822],[87.203,-241],[86.691,-238.072],[86.342,-235.072],[86.129,-232.036],[86.024,-229],[86,-226],[86.03,-223.739],[86.103,-221.407],[86.212,-219.023],[86.349,-216.606],[86.504,-214.176],[86.67,-211.752],[86.838,-209.354],[87,-207],[87.555,-200.435],[88.342,-193.712],[89.343,-186.936],[90.542,-180.216],[91.924,-173.655],[93.472,-167.362],[95.169,-161.441],[97,-156],[98.085,-152.87],[99.306,-149.702],[100.886,-146.9],[103.043,-144.865],[106,-144],[109.086,-149.664],[109.863,-157.638],[109.958,-166.293],[111,-174],[110.902,-161.751],[111.165,-149.09],[110.096,-138.135],[106,-131],[102.053,-136.053],[98.963,-141.963],[96.641,-148.641],[95,-156],[93.761,-158.011],[93.442,-160.942],[92.652,-163.402],[90,-164],[88.962,-161.288],[88.878,-157.622],[89.104,-153.646],[89,-150],[92.998,-140.748],[96.63,-131.131],[100.948,-122.198]],"c":true}],"h":1},{"t":16,"s":[{"i":[[0.077,-0.011],[-0.01,-1.637],[-0.007,-1.63],[-0.004,-1.622],[-0.001,-1.615],[0,-1.608],[0.002,-1.602],[0.003,-1.596],[0.003,-1.589],[0.003,-1.584],[0.003,-1.578],[0.001,-1.572],[0,-1.567],[-0.002,-1.562],[-0.005,-1.558],[-0.008,-1.553],[-0.011,-1.549],[-0.015,-1.545],[-0.019,-1.541],[-0.024,-1.537],[-0.03,-1.534],[-0.036,-1.531],[-0.042,-1.528],[-0.049,-1.525],[-0.056,-1.523],[-0.064,-1.52],[-0.072,-1.518],[-0.081,-1.517],[-0.09,-1.515],[-0.1,-1.514],[-0.12,0.011],[-0.106,0.023],[-0.093,0.034],[-0.081,0.045],[-0.069,0.054],[-0.058,0.063],[-0.048,0.071],[-0.039,0.078],[-0.03,0.084],[-0.023,0.089],[-0.016,0.093],[-0.009,0.097],[-0.004,0.099],[0.001,0.101],[0.005,0.102],[0.008,0.102],[0.01,0.101],[0.012,0.1],[0.013,0.097],[0.013,0.094],[0.012,0.089],[0.011,0.084],[0.009,0.078],[0.006,0.071],[0.002,0.063],[-0.002,0.055],[-0.008,0.045],[-0.03,0.17],[-0.029,0.164],[-0.028,0.159],[-0.028,0.155],[-0.027,0.152],[-0.026,0.15],[-0.024,0.148],[-0.023,0.148],[-0.021,0.148],[-0.02,0.149],[-0.018,0.15],[-0.016,0.153],[-0.014,0.156],[-0.011,0.161],[-0.009,0.166],[-0.093,2.744],[-0.044,2.777],[-0.001,2.8],[0.036,2.815],[0.068,2.82],[0.093,2.817],[0.113,2.805],[0.127,2.783],[0.136,2.753],[0.138,2.714],[0.135,2.666],[0.126,2.609],[0.111,2.543],[0.09,2.467],[0.064,2.383],[0.018,0.048],[0.022,0.045],[0.026,0.041],[0.03,0.037],[0.033,0.033],[0.037,0.029],[0.042,0.025],[0.046,0.021],[0.05,0.017],[0.054,0.012],[0.059,0.008],[0.063,0.003],[0.068,-0.001],[0.073,-0.006]],"o":[[0.014,1.645],[0.01,1.637],[0.007,1.63],[0.004,1.622],[0.001,1.615],[0,1.608],[-0.002,1.602],[-0.003,1.596],[-0.003,1.589],[-0.003,1.584],[-0.003,1.578],[-0.001,1.572],[0,1.567],[0.002,1.562],[0.005,1.558],[0.008,1.553],[0.011,1.549],[0.015,1.545],[0.019,1.541],[0.024,1.537],[0.03,1.534],[0.036,1.531],[0.042,1.528],[0.049,1.525],[0.056,1.523],[0.064,1.52],[0.072,1.518],[0.081,1.517],[0.09,1.515],[0.135,0.002],[0.12,-0.011],[0.106,-0.023],[0.093,-0.034],[0.081,-0.045],[0.069,-0.054],[0.058,-0.063],[0.048,-0.071],[0.039,-0.078],[0.03,-0.084],[0.023,-0.089],[0.016,-0.093],[0.009,-0.097],[0.004,-0.099],[-0.001,-0.101],[-0.005,-0.102],[-0.008,-0.102],[-0.01,-0.101],[-0.012,-0.1],[-0.013,-0.097],[-0.013,-0.094],[-0.012,-0.089],[-0.011,-0.084],[-0.009,-0.078],[-0.006,-0.071],[-0.002,-0.063],[0.002,-0.055],[0.03,-0.177],[0.03,-0.17],[0.029,-0.164],[0.028,-0.159],[0.028,-0.155],[0.027,-0.152],[0.026,-0.15],[0.024,-0.148],[0.023,-0.148],[0.021,-0.148],[0.02,-0.149],[0.018,-0.15],[0.016,-0.153],[0.014,-0.156],[0.011,-0.161],[0.148,-2.703],[0.093,-2.744],[0.044,-2.777],[0.001,-2.8],[-0.036,-2.815],[-0.068,-2.82],[-0.093,-2.817],[-0.113,-2.805],[-0.127,-2.783],[-0.136,-2.753],[-0.138,-2.714],[-0.135,-2.666],[-0.126,-2.609],[-0.111,-2.543],[-0.09,-2.467],[-0.015,-0.052],[-0.018,-0.048],[-0.022,-0.045],[-0.026,-0.041],[-0.03,-0.037],[-0.033,-0.033],[-0.037,-0.029],[-0.042,-0.025],[-0.046,-0.021],[-0.05,-0.017],[-0.054,-0.012],[-0.059,-0.008],[-0.063,-0.003],[-0.068,0.001],[-0.073,0.006]],"v":[[93,-273],[93.036,-268.077],[93.06,-263.178],[93.076,-258.3],[93.084,-253.444],[93.085,-248.608],[93.081,-243.793],[93.074,-238.997],[93.065,-234.22],[93.056,-229.46],[93.047,-224.718],[93.041,-219.993],[93.039,-215.284],[93.042,-210.589],[93.052,-205.91],[93.07,-201.244],[93.097,-196.592],[93.136,-191.952],[93.187,-187.324],[93.253,-182.707],[93.334,-178.1],[93.432,-173.504],[93.548,-168.916],[93.684,-164.337],[93.841,-159.765],[94.022,-155.201],[94.226,-150.643],[94.457,-146.09],[94.714,-141.543],[95,-137],[95.382,-137.013],[95.721,-137.063],[96.02,-137.149],[96.28,-137.267],[96.505,-137.416],[96.696,-137.592],[96.855,-137.792],[96.986,-138.015],[97.089,-138.257],[97.169,-138.517],[97.226,-138.791],[97.263,-139.076],[97.283,-139.371],[97.287,-139.672],[97.279,-139.977],[97.26,-140.284],[97.232,-140.589],[97.199,-140.891],[97.161,-141.186],[97.122,-141.472],[97.084,-141.746],[97.049,-142.006],[97.019,-142.249],[96.997,-142.472],[96.985,-142.674],[96.985,-142.851],[97,-143],[97.089,-143.52],[97.177,-144.021],[97.263,-144.506],[97.347,-144.978],[97.428,-145.44],[97.506,-145.893],[97.581,-146.339],[97.652,-146.783],[97.718,-147.226],[97.78,-147.67],[97.836,-148.118],[97.887,-148.572],[97.931,-149.036],[97.969,-149.511],[98,-150],[98.36,-158.172],[98.564,-166.456],[98.63,-174.823],[98.576,-183.248],[98.419,-191.703],[98.176,-200.161],[97.865,-208.595],[97.502,-216.98],[97.106,-225.287],[96.694,-233.489],[96.284,-241.561],[95.891,-249.475],[95.535,-257.204],[95.232,-264.721],[95,-272],[94.951,-272.15],[94.89,-272.29],[94.819,-272.419],[94.736,-272.536],[94.642,-272.642],[94.536,-272.735],[94.417,-272.817],[94.286,-272.886],[94.143,-272.943],[93.986,-272.986],[93.816,-273.017],[93.633,-273.033],[93.436,-273.036],[93.225,-273.025]],"c":true}],"h":1},{"t":17,"s":[{"i":[[-0.931,0.014],[-0.477,0.666],[-0.382,0.752],[-0.305,0.822],[-0.245,0.876],[-0.203,0.914],[-0.178,0.936],[-0.17,0.942],[-0.181,0.932],[-0.409,2.465],[-0.364,2.571],[-0.315,2.642],[-0.261,2.678],[-0.203,2.678],[-0.141,2.643],[-0.075,2.572],[-0.005,2.466],[0.001,0.773],[0.007,0.818],[0.017,0.842],[0.031,0.846],[0.049,0.829],[0.071,0.793],[0.096,0.735],[0.126,0.658],[0.07,0.317],[0.095,0.355],[0.124,0.368],[0.157,0.357],[0.193,0.322],[0.233,0.261],[0.277,0.177],[0.324,0.067],[0.433,-0.387],[0.332,-0.468],[0.253,-0.534],[0.194,-0.583],[0.157,-0.618],[0.14,-0.636],[0.144,-0.639],[0.168,-0.626],[0.317,-1.305],[0.291,-1.328],[0.267,-1.351],[0.245,-1.375],[0.225,-1.398],[0.207,-1.422],[0.191,-1.446],[0.177,-1.47],[0.18,-1.766],[0.154,-1.786],[0.132,-1.8],[0.115,-1.808],[0.101,-1.81],[0.091,-1.805],[0.085,-1.794],[0.083,-1.777],[0.12,-2.104],[0.103,-2.118],[0.045,-2.106],[-0.056,-2.069],[-0.198,-2.005],[-0.381,-1.916],[-0.606,-1.801],[-0.873,-1.66],[-0.518,0.257],[-0.293,0.496],[-0.176,0.629],[-0.167,0.658],[-0.265,0.583],[-0.362,0.729],[-0.37,0.77],[-0.323,0.781],[-0.221,0.762],[-0.155,0.895],[-0.135,0.96],[-0.163,0.96],[-0.237,0.895],[-0.524,1.831],[-0.322,1.869],[0.113,1.979],[0.78,2.159],[0.403,-0.587],[0.12,-0.797],[0.032,-0.811],[0.14,-0.631],[0.161,-0.834],[0.158,-0.849],[0.168,-0.841],[0.192,-0.809],[0.415,-1.536],[0.536,-1.413],[0.728,-1.17],[0.992,-0.808],[0.353,1.761],[0.225,1.898],[-0.115,1.813],[-0.667,1.506],[0.004,-0.921],[-0.135,-0.782],[-0.447,-0.47]],"o":[[0.589,-0.564],[0.477,-0.666],[0.382,-0.752],[0.305,-0.822],[0.245,-0.876],[0.203,-0.914],[0.178,-0.936],[0.17,-0.942],[0.45,-2.323],[0.409,-2.465],[0.364,-2.571],[0.315,-2.642],[0.261,-2.678],[0.203,-2.678],[0.141,-2.643],[0.075,-2.572],[0.002,-0.708],[-0.001,-0.773],[-0.007,-0.818],[-0.017,-0.842],[-0.031,-0.846],[-0.049,-0.829],[-0.071,-0.793],[-0.096,-0.735],[-0.048,-0.254],[-0.07,-0.317],[-0.095,-0.355],[-0.124,-0.368],[-0.157,-0.357],[-0.193,-0.322],[-0.233,-0.261],[-0.277,-0.177],[-0.554,0.29],[-0.433,0.387],[-0.332,0.468],[-0.253,0.534],[-0.194,0.583],[-0.157,0.618],[-0.14,0.636],[-0.144,0.639],[-0.345,1.282],[-0.317,1.305],[-0.291,1.328],[-0.267,1.351],[-0.245,1.374],[-0.225,1.398],[-0.207,1.422],[-0.191,1.446],[-0.209,1.74],[-0.18,1.766],[-0.154,1.786],[-0.132,1.8],[-0.115,1.808],[-0.101,1.81],[-0.091,1.805],[-0.085,1.794],[-0.096,2.064],[-0.12,2.104],[-0.103,2.118],[-0.045,2.106],[0.056,2.069],[0.198,2.005],[0.381,1.916],[0.606,1.801],[0.85,0.085],[0.518,-0.257],[0.293,-0.496],[0.176,-0.629],[0.167,-0.658],[0.299,-0.659],[0.362,-0.729],[0.37,-0.77],[0.323,-0.781],[0.222,-0.766],[0.155,-0.895],[0.135,-0.96],[0.163,-0.96],[0.493,-1.863],[0.524,-1.831],[0.322,-1.869],[-0.113,-1.979],[-0.882,0.182],[-0.403,0.587],[-0.12,0.797],[-0.032,0.811],[-0.176,0.794],[-0.161,0.834],[-0.158,0.849],[-0.168,0.841],[-0.365,1.541],[-0.415,1.536],[-0.536,1.413],[-0.728,1.17],[-0.269,-1.402],[-0.353,-1.761],[-0.225,-1.898],[0.115,-1.813],[0.029,0.888],[-0.004,0.921],[0.135,0.782],[0.447,0.47]],"v":[[480,-152],[481.595,-153.848],[482.88,-155.979],[483.906,-158.344],[484.726,-160.896],[485.393,-163.586],[485.96,-166.365],[486.478,-169.186],[487,-172],[488.291,-179.191],[489.452,-186.754],[490.471,-194.583],[491.335,-202.573],[492.033,-210.615],[492.551,-218.605],[492.878,-226.435],[493,-234],[493.002,-236.228],[492.99,-238.62],[492.954,-241.115],[492.882,-243.652],[492.762,-246.17],[492.582,-248.608],[492.332,-250.905],[492,-253],[491.823,-253.862],[491.575,-254.875],[491.247,-255.965],[490.825,-257.059],[490.301,-258.084],[489.663,-258.964],[488.899,-259.628],[488,-260],[486.526,-258.98],[485.383,-257.693],[484.51,-256.187],[483.844,-254.507],[483.322,-252.702],[482.883,-250.817],[482.463,-248.901],[482,-247],[481.008,-243.119],[480.098,-239.17],[479.262,-235.151],[478.496,-231.062],[477.792,-226.904],[477.146,-222.674],[476.55,-218.373],[476,-214],[475.418,-208.738],[474.919,-203.407],[474.49,-198.025],[474.121,-192.611],[473.799,-187.183],[473.513,-181.76],[473.25,-176.359],[473,-171],[472.665,-164.741],[472.319,-158.401],[472.086,-152.057],[472.093,-145.788],[472.462,-139.67],[473.32,-133.781],[474.791,-128.199],[477,-123],[479.025,-123.284],[480.214,-124.44],[480.891,-126.154],[481.378,-128.111],[482,-130],[483.006,-132.089],[484.117,-134.344],[485.17,-136.677],[486,-139],[486.554,-141.507],[486.978,-144.305],[487.412,-147.201],[488,-150],[489.584,-155.524],[490.911,-161.057],[491.282,-166.812],[490,-173],[488.122,-171.798],[487.387,-169.673],[487.209,-167.212],[487,-165],[486.498,-162.552],[486.023,-160.022],[485.537,-157.481],[485,-155],[483.848,-150.354],[482.44,-145.901],[480.562,-141.997],[478,-139],[477.014,-143.8],[476.096,-149.344],[475.879,-154.966],[477,-160],[476.994,-157.244],[477.147,-154.647],[477.977,-152.727]],"c":true}],"h":1},{"t":18,"s":[{"i":[[2.913,1.073],[0.167,0],[0.167,0],[0.167,0],[0.167,0],[1.183,-1.242],[0.881,-1.419],[0.758,-1.592],[0.812,-1.761],[0.346,-0.646],[0.354,-0.651],[0.331,-0.679],[0.276,-0.73],[1.36,-4.763],[1.127,-5.097],[0.829,-5.036],[0.465,-4.579],[0.185,-2.237],[0.106,-2.231],[-0.007,-2.253],[-0.155,-2.304],[-0.403,-2.624],[-0.751,-2.338],[-1.223,-1.795],[-1.818,-0.995],[-1.099,0.512],[-0.947,0.704],[-0.75,0.715],[-0.506,0.544],[-0.075,0.246],[-0.036,0.268],[-0.068,0.262],[-0.17,0.231],[-0.347,0.319],[-0.379,0.322],[-0.342,0.342],[-0.236,0.38],[-0.406,0.812],[-0.389,0.851],[-0.413,0.864],[-0.478,0.85],[-0.477,0.858],[-0.493,0.851],[-0.519,0.818],[-0.557,0.757],[0,0.667],[0,0.667],[0,0.667],[0,0.667],[-0.066,0.733],[-0.014,0.68],[0.31,0.357],[0.904,-0.237],[0.642,-0.802],[0.214,-1.231],[0.295,-1.15],[1.075,-2.405],[1.359,-2.192],[1.725,-1.87],[2.819,-0.456],[0.754,6.265],[-0.476,6.971],[-2.29,9.883],[-3.188,6.939],[-1.721,2.334],[-2.876,-0.034],[-0.526,-3.778],[0.129,-3.9],[0.886,-5.372],[1.297,-4.645],[2.013,-4.161],[3.591,-1.495],[-1.019,7.988],[-2.368,4.698],[-0.547,1.043],[-1.322,-0.144],[0.175,-3.158],[1.275,-2.058],[0.121,1.379],[1.43,0.07],[0.604,-4.94],[-2.144,-3.488],[-1.536,3.338],[-0.951,3.902],[-0.248,6.126],[2.411,3.662],[1.584,-1.509],[1.208,-2.231],[0.581,-2.444],[0.645,-2.325],[1.093,-5.118],[0.318,-4.805],[-0.857,-4.733],[-2.996,-2.691],[-2.737,5.494],[-1.967,6.528],[-1.424,6.778],[-0.41,6.6],[-0.059,4.1],[0.485,3.605],[1.182,2.567]],"o":[[-0.167,0],[-0.167,0],[-0.167,0],[-0.167,0],[-1.663,1.061],[-1.183,1.242],[-0.881,1.419],[-0.758,1.592],[-0.306,0.664],[-0.346,0.646],[-0.354,0.652],[-0.331,0.679],[-1.528,4.032],[-1.36,4.763],[-1.127,5.097],[-0.829,5.036],[-0.231,2.273],[-0.185,2.237],[-0.106,2.231],[0.007,2.253],[0.178,2.652],[0.403,2.624],[0.751,2.338],[1.223,1.795],[1.204,-0.138],[1.099,-0.512],[0.947,-0.705],[0.75,-0.715],[0.185,-0.199],[0.075,-0.246],[0.036,-0.268],[0.068,-0.262],[0.247,-0.334],[0.347,-0.319],[0.379,-0.322],[0.342,-0.342],[0.464,-0.745],[0.406,-0.812],[0.389,-0.851],[0.413,-0.864],[0.472,-0.838],[0.477,-0.858],[0.493,-0.851],[0.519,-0.818],[0,-0.667],[0,-0.667],[0,-0.667],[0,-0.667],[-0.151,-0.515],[0.066,-0.733],[0.014,-0.68],[-0.31,-0.357],[-1.582,-0.137],[-0.642,0.802],[-0.214,1.231],[-1.342,2.186],[-1.075,2.405],[-1.279,2.064],[-1.725,1.87],[-3.462,-3.97],[-0.753,-6.265],[0.65,-9.53],[2.29,-9.883],[1.24,-2.697],[1.721,-2.334],[2.024,2.988],[0.526,3.778],[-0.161,4.868],[-0.886,5.372],[-1.357,4.861],[-2.013,4.161],[-2.443,-7.351],[1.019,-7.988],[0.49,-0.974],[0.547,-1.043],[-0.024,3.31],[-0.175,3.158],[-0.086,-1.415],[-0.121,-1.379],[-1.728,2.751],[-0.604,4.94],[2.907,-0.745],[1.536,-3.338],[1.421,-5.832],[0.248,-6.126],[-2.454,-0.266],[-1.584,1.509],[-1.029,1.901],[-0.581,2.444],[-1.31,4.722],[-1.093,5.118],[-0.422,6.379],[0.856,4.733],[5.083,-1.498],[2.737,-5.494],[1.895,-6.287],[1.424,-6.778],[0.248,-3.993],[0.059,-4.101],[-0.358,-2.659],[-1.182,-2.567]],"v":[[486,-242],[485.5,-242],[485,-242],[484.5,-242],[484,-242],[479.776,-238.543],[476.724,-234.55],[474.31,-230.031],[472,-225],[471.014,-223.04],[469.955,-221.099],[468.919,-219.108],[468,-217],[463.653,-203.708],[459.906,-188.82],[456.957,-173.521],[455,-159],[454.367,-152.242],[453.921,-145.546],[453.765,-138.828],[454,-132],[454.841,-124.022],[456.54,-116.515],[459.47,-110.25],[464,-106],[467.466,-107.021],[470.547,-108.892],[473.104,-111.066],[475,-113],[475.373,-113.675],[475.522,-114.452],[475.661,-115.254],[476,-116],[476.909,-116.976],[478.016,-117.932],[479.115,-118.923],[480,-120],[481.295,-122.342],[482.478,-124.843],[483.672,-127.422],[485,-130],[486.421,-132.551],[487.873,-135.121],[489.389,-137.631],[491,-140],[491,-142],[491,-144],[491,-146],[491,-148],[490.94,-149.94],[491.128,-152.128],[490.752,-153.752],[489,-154],[485.791,-152.875],[484.635,-149.698],[484,-146],[480.512,-139.005],[477,-132],[472.655,-125.794],[466,-122],[460.047,-137.75],[460,-158],[464.596,-187.943],[473,-214],[477.273,-222.048],[484,-226],[487.615,-215.684],[488,-204],[486.352,-188.332],[483,-173],[478.175,-158.976],[470,-150],[468.392,-173.989],[474,-194],[475.376,-197.339],[478,-199],[477.938,-189.062],[476,-181],[476.008,-185.508],[474,-188],[470.096,-175.553],[472,-162],[478.467,-168.632],[482,-180],[484.874,-198.627],[482,-214],[476.065,-211.872],[472,-206],[469.712,-199.318],[468,-192],[464.256,-177.062],[462,-162],[462.437,-145.234],[468,-134],[479.337,-145.228],[486,-164],[491.114,-183.766],[494,-204],[494.55,-216.292],[494,-228],[491.917,-236.19]],"c":true}],"h":1},{"t":19,"s":[{"i":[[3.668,1.423],[1.77,-1.415],[1.335,-2.046],[1.022,-2.234],[0.832,-1.976],[0.876,-2.467],[0.704,-2.53],[0.476,-2.548],[0.191,-2.52],[-0.122,-3.178],[-0.696,-2.643],[-1.476,-1.644],[-2.461,-0.18],[-0.917,0.271],[-0.857,0.495],[-0.761,0.601],[-0.63,0.591],[-0.53,0.747],[-0.476,0.815],[-0.458,0.786],[-0.475,0.658],[-1.594,3.168],[-1.397,3.578],[-1.105,3.621],[-0.718,3.297],[-0.555,5.498],[0.365,5.581],[1.987,3.792],[4.312,0.132],[0.985,-0.416],[0.834,-0.65],[0.932,-0.659],[1.279,-0.444],[3.485,-6.312],[2.769,-7.208],[1.774,-7.792],[0.501,-8.064],[-0.223,-4.909],[-1.042,-4.285],[-2.174,-2.734],[-3.616,-0.253],[-1.082,0.375],[-1.017,0.585],[-1.051,0.542],[-1.184,0.248],[-0.968,1.116],[-1.078,1.005],[-0.947,1.137],[-0.572,1.511],[-0.62,0.464],[-0.564,0.519],[-0.413,0.671],[-0.164,0.919],[-0.554,0.402],[-0.595,0.562],[-0.493,0.754],[-0.25,0.977],[0.051,2.058],[0.882,1.373],[2.07,-0.396],[0.836,-1.902],[0.828,-1.026],[1.734,-2.07],[1.938,-2.099],[0.188,-0.689],[0.644,-0.59],[0.702,-0.286],[0.771,-0.469],[1.372,-0.741],[2.357,0.667],[0.763,1.643],[0.688,1.805],[0.514,3.541],[-0.232,3.755],[-1.729,7.314],[-2.651,6.77],[-3.838,5.531],[-5.979,1.058],[-0.816,-4.52],[0.457,-5.358],[1.427,-4.936],[1.895,-4.585],[2.661,-3.893],[4.421,0.258],[0.594,2.166],[0.092,2.022],[-0.759,3.665],[-1.108,3.161],[-1.754,2.821],[-2.812,0.376],[0.562,-3.417],[1.675,-2.105],[-0.122,1.492],[2.64,0.311],[0.878,-4.666],[-2.351,-3.695],[-2.097,3.359],[-1.053,2.857],[-0.768,2.477],[-0.193,2.096],[0.671,3.937]],"o":[[-2.328,0.339],[-1.77,1.415],[-1.335,2.046],[-1.022,2.234],[-0.993,2.359],[-0.876,2.467],[-0.704,2.53],[-0.476,2.548],[-0.246,3.247],[0.122,3.178],[0.696,2.643],[1.476,1.644],[0.943,0.069],[0.917,-0.271],[0.857,-0.495],[0.761,-0.601],[0.62,-0.581],[0.53,-0.747],[0.476,-0.815],[0.458,-0.786],[1.695,-2.39],[1.594,-3.168],[1.397,-3.578],[1.105,-3.621],[0.772,-3.544],[0.555,-5.498],[-0.365,-5.581],[-1.987,-3.792],[-1.384,-0.042],[-0.985,0.416],[-0.834,0.65],[-0.932,0.659],[-3.924,5.104],[-3.485,6.312],[-2.769,7.208],[-1.774,7.792],[-0.286,4.605],[0.223,4.909],[1.042,4.285],[2.174,2.733],[1.246,0.087],[1.082,-0.375],[1.017,-0.585],[1.051,-0.542],[0.614,-1.469],[0.968,-1.116],[1.078,-1.005],[0.947,-1.137],[0.578,-0.505],[0.62,-0.464],[0.564,-0.519],[0.413,-0.671],[0.371,-0.274],[0.554,-0.402],[0.595,-0.562],[0.493,-0.754],[0.424,-1.659],[-0.051,-2.058],[-0.882,-1.373],[-0.828,-0.633],[-0.836,1.902],[-1.127,2.623],[-1.734,2.07],[-0.602,0.653],[-0.188,0.689],[-0.421,0.385],[-0.702,0.286],[-1.156,0.704],[-1.372,0.741],[-2.259,-0.623],[-0.763,-1.643],[-1.174,-3.081],[-0.514,-3.541],[0.431,-6.975],[1.729,-7.314],[2.671,-6.819],[3.838,-5.531],[3.19,2.562],[0.817,4.52],[-0.398,4.671],[-1.427,4.936],[-1.937,4.686],[-2.661,3.893],[-1.53,-1.315],[-0.594,-2.166],[-0.145,-3.18],[0.759,-3.665],[1.172,-3.339],[1.754,-2.821],[0.924,3.228],[-0.562,3.417],[-0.847,-1.722],[0.122,-1.492],[-1.837,2.642],[-0.879,4.666],[4.56,0.293],[2.097,-3.359],[0.736,-1.996],[0.768,-2.477],[0.352,-3.831],[-0.671,-3.937]],"v":[[472,-200],[465.883,-197.259],[461.255,-191.957],[457.75,-185.426],[455,-179],[452.183,-171.748],[449.798,-164.241],[448.014,-156.613],[447,-149],[446.763,-139.247],[447.939,-130.4],[451.146,-123.852],[457,-121],[459.8,-121.333],[462.47,-122.51],[464.905,-124.183],[467,-126],[468.716,-128.016],[470.216,-130.384],[471.609,-132.81],[473,-135],[477.957,-143.428],[482.466,-153.639],[486.242,-164.531],[489,-175],[491.166,-189.031],[491.626,-206.118],[488.274,-220.646],[479,-227],[475.508,-226.384],[472.842,-224.73],[470.254,-222.711],[467,-221],[455.816,-203.798],[446.366,-183.44],[439.482,-160.862],[436,-137],[435.827,-122.497],[437.647,-108.473],[442.393,-97.712],[451,-93],[454.469,-93.495],[457.594,-94.998],[460.672,-96.752],[464,-98],[466.433,-101.817],[469.563,-104.938],[472.661,-108.09],[475,-112],[476.821,-113.429],[478.621,-114.879],[480.111,-116.639],[481,-119],[482.423,-120.006],[484.182,-121.445],[485.85,-123.411],[487,-126],[487.648,-131.847],[486.338,-137.263],[482,-139],[479.5,-136.245],[477,-131],[472.608,-124.107],[467,-118],[466.032,-115.953],[465,-114],[463.263,-113.063],[461,-112],[457.401,-109.472],[452,-109],[447.822,-112.613],[446,-118],[443.446,-127.994],[443,-139],[446.335,-160.653],[453,-182],[462.519,-201.321],[477,-212],[482.735,-201.097],[483,-186],[480.123,-171.436],[475,-157],[468.363,-143.292],[458,-137],[454.921,-142.47],[454,-149],[455.06,-159.515],[458,-170],[462.27,-179.722],[469,-185],[469.449,-174.657],[466,-166],[465.845,-171.058],[463,-174],[458.359,-162.291],[460,-149],[469.631,-154.638],[474,-165],[476.407,-171.926],[478,-179],[478.016,-191.306]],"c":true}],"h":1},{"t":20,"s":[{"i":[[-3.613,-2.572],[-2.12,1.709],[-1.521,2.489],[-1.015,2.786],[-0.605,2.6],[-0.281,1.127],[-0.234,1.212],[-0.086,1.229],[0.162,1.178],[1.46,1.702],[2.018,0.112],[2.174,-1.146],[1.928,-2.072],[0.621,-0.95],[0.55,-1.041],[0.529,-1.07],[0.559,-1.038],[1.087,-2.388],[0.879,-2.399],[0.603,-2.311],[0.258,-2.126],[-0.101,-3.464],[-0.803,-2.904],[-1.675,-1.863],[-2.719,-0.341],[-1.233,0.325],[-0.989,0.654],[-1.136,0.752],[-1.675,0.618],[-4.563,8.477],[-2.601,10.048],[1.244,9.679],[0.579,2.198],[0.529,1],[0.77,0.704],[0.664,0.697],[1.193,0.556],[2.595,0.061],[0.112,0.255],[0.476,-0.024],[1.826,-0.742],[-0.005,0.004],[0.539,-0.298],[0.425,-0.407],[0.313,-0.088],[0.407,-0.322],[4.291,-6.239],[3.501,-7.62],[2.149,-11.984],[-1.596,-13.191],[-2.13,-3.203],[-3.801,-1.532],[-2.257,0.158],[-1.234,0.488],[-0.594,0.178],[-0.453,0.222],[-1.225,1.241],[-1.557,1.279],[-0.564,0.102],[-0.36,0.275],[-0.964,1.058],[-0.973,0.874],[-2.783,2.597],[-1.015,3.047],[1.045,1.955],[2.454,0.546],[0.97,-1.669],[1.17,-1.611],[0.72,-0.63],[0.653,-0.835],[0.446,-0.901],[0.649,-0.667],[1.754,-1.2],[1.863,-1.048],[2.041,-0.829],[2.629,0.558],[1.609,6.808],[-0.557,6.681],[-4.372,10.162],[-5.651,6.018],[-2.768,1.782],[-3.499,-0.712],[-1.131,-3.313],[-0.077,-3.369],[0.81,-4.372],[0.848,-2.612],[0.867,-1.788],[0.784,-1.536],[3.685,-4.062],[5.024,0.636],[0.758,2.233],[0.11,1.971],[-0.941,3.641],[-1.417,3.165],[-2.09,2.712],[-3.173,-0.127],[0.652,-3.515],[1.88,-2.175],[0.17,1.664],[1.732,0.101],[0.804,-5.235]],"o":[[2.813,-0.446],[2.12,-1.709],[1.521,-2.489],[1.015,-2.786],[0.227,-0.975],[0.281,-1.127],[0.234,-1.212],[0.086,-1.229],[-0.5,-3.625],[-1.46,-1.702],[-2.018,-0.112],[-2.174,1.146],[-0.742,0.798],[-0.621,0.95],[-0.55,1.041],[-0.529,1.07],[-1.227,2.279],[-1.087,2.388],[-0.879,2.399],[-0.603,2.311],[-0.43,3.543],[0.101,3.464],[0.803,2.904],[1.675,1.863],[1.87,0.235],[1.233,-0.325],[0.989,-0.654],[1.136,-0.752],[4.642,-4.967],[4.563,-8.477],[2.601,-10.048],[-0.155,-1.207],[-0.579,-2.198],[-0.256,-0.485],[-0.77,-0.704],[-1.634,-1.716],[-1.193,-0.556],[-0.076,-0.002],[-0.112,-0.255],[-0.701,0.034],[-1.826,0.742],[-0.419,0.401],[-0.539,0.298],[-0.341,0.326],[-0.313,0.088],[-4.336,3.425],[-4.291,6.239],[-4.998,10.875],[-2.149,11.984],[1.678,3.656],[2.13,3.203],[2.74,0.121],[2.256,-0.158],[0.171,-0.067],[0.594,-0.178],[1.542,-0.757],[1.225,-1.241],[0.385,-0.316],[0.564,-0.102],[1.17,-0.894],[0.964,-1.058],[2.855,-2.565],[2.783,-2.597],[0.634,-3.633],[-1.045,-1.955],[-1.95,0.715],[-0.97,1.669],[-0.467,0.643],[-0.72,0.63],[-0.568,0.727],[-0.446,0.901],[-1.12,1.152],[-1.754,1.2],[-2.206,1.24],[-2.041,0.829],[-5.12,-1.087],[-1.609,-6.808],[0.861,-10.335],[4.372,-10.162],[2.428,-2.585],[2.768,-1.782],[3.399,1.38],[1.131,3.313],[0.089,3.9],[-0.81,4.372],[-0.75,2.311],[-0.867,1.788],[-2.236,4.386],[-3.685,4.062],[-1.859,-1.096],[-0.758,-2.233],[-0.182,-3.272],[0.941,-3.641],[1.467,-3.279],[2.09,-2.712],[1.489,2.763],[-0.652,3.515],[-0.589,-1.243],[-0.17,-1.664],[-3.398,1.489],[-0.804,5.235]],"v":[[450,-138],[457.376,-141.352],[462.814,-147.769],[466.594,-155.801],[469,-164],[469.786,-167.171],[470.584,-170.696],[471.089,-174.373],[471,-178],[467.96,-185.907],[462.643,-188.546],[456.254,-186.911],[450,-182],[447.968,-179.363],[446.225,-176.361],[444.62,-173.179],[443,-170],[439.512,-162.975],[436.547,-155.771],[434.308,-148.681],[433,-142],[432.464,-131.369],[433.777,-121.697],[437.451,-114.427],[444,-111],[448.557,-111.194],[451.792,-112.721],[454.882,-114.887],[459,-117],[473.278,-137.651],[484.495,-165.924],[487,-196],[485.78,-201.655],[484,-207],[482.306,-208.841],[480,-211],[476.221,-214.24],[471,-215],[470.8,-215.519],[470,-216],[465.471,-214.471],[462,-213],[460.505,-212.005],[459,-211],[458.05,-210.497],[457,-210],[443.874,-195.146],[432,-174],[421.055,-139.737],[420,-102],[425.408,-91.408],[434,-84],[441.63,-84.043],[447,-85],[448.288,-85.384],[450,-86],[453.989,-89.108],[458,-93],[459.519,-93.531],[461,-94],[464.148,-97.015],[467,-100],[475.88,-107.638],[482,-116],[481.316,-124.316],[476,-128],[471.915,-124.172],[469,-119],[467.139,-117.144],[465,-115],[463.56,-112.455],[462,-110],[457.558,-106.422],[452,-103],[445.817,-99.651],[439,-99],[429.243,-112.305],[428,-134],[436.407,-165.738],[452,-191],[459.696,-197.972],[469,-200],[475.491,-192.491],[477,-182],[475.703,-169.034],[473,-158],[470.525,-151.919],[468,-147],[459.091,-133.234],[446,-127],[442.188,-132.344],[441,-139],[442.301,-149.58],[446,-160],[451.22,-169.555],[459,-174],[460.027,-164.059],[456,-155],[455.357,-159.856],[453,-163],[446.243,-151.313]],"c":true}],"h":1},{"t":20.529,"s":[{"i":[[-7.554,-4.328],[-0.993,-0.04],[-0.881,0.091],[-0.615,0.363],[-1.135,0.401],[-0.541,-0.086],[-0.408,0.193],[-0.149,0.448],[-0.217,0.121],[-2.613,2.493],[-2.846,3.956],[-2.64,5.899],[-1.594,7.059],[-0.584,3.822],[0.268,3.583],[4.284,4.352],[8.284,-2.161],[2.33,-1.418],[1.259,-0.957],[0.125,-0.406],[0.257,-0.193],[0.533,-0.071],[0.399,-0.368],[0.988,-1.205],[1.113,-1.32],[2.557,-4.254],[2.314,-4.882],[0.918,-1.489],[0.601,-1.509],[0.448,-1.874],[0.53,-1.798],[0.891,-3.826],[0.289,-3.808],[-0.89,-5.365],[-1.936,-4.983],[-1.872,-1.795],[-2.567,-1.1],[-4.326,1.594],[-3.491,2.339],[-2.74,2.172],[-2.735,2.096],[-1.551,0.992],[-0.317,1.9],[-0.101,2.038],[0.235,0.88],[1.103,0.145],[0.231,1.084],[1.058,-1.554],[1.236,-0.828],[1.196,-1.47],[1.068,-1.599],[0.885,-1.115],[1.528,-0.472],[3.355,-1.479],[5.417,0.584],[1.829,6.182],[-0.708,7.606],[-4.044,8.831],[-3.879,5.55],[-3.941,2.893],[-7.39,-0.557],[-0.403,-7.042],[1.496,-4.978],[0.746,-1.292],[0.587,-1.406],[0.058,-0.825],[0.38,-0.772],[0.586,-0.442],[0.39,-0.692],[0.586,-1.383],[0.887,-1.11],[3.408,-2.162],[3.786,-0.118],[0.979,1.978],[0.258,2.051],[-3.976,7.306],[-5.988,-0.328],[0.779,-3.319],[2.097,-1.489],[0.026,1.807],[1.929,-0.096],[1.039,-5.167],[-3.027,-3.31],[-2.522,1.819],[-1.26,1.353],[-0.072,0.525],[-0.333,0.492],[-0.552,0.434],[-0.358,0.627],[-0.139,7.685],[7.05,0.894],[1.701,-1.042],[1.575,-1.165],[0.589,-0.111],[0.305,-0.305],[0.086,-0.584],[0.327,-0.332],[0.853,-0.649],[0.846,-0.649],[2.909,-7.574],[-0.333,-7.844]],"o":[[1.145,-0.067],[0.993,0.04],[1.405,-0.145],[0.615,-0.363],[0.427,-0.151],[0.541,0.086],[0.185,-0.088],[0.149,-0.448],[3.703,-2.071],[2.613,-2.493],[3.846,-5.346],[2.64,-5.899],[0.932,-4.13],[0.584,-3.822],[-0.58,-7.754],[-4.284,-4.352],[-1.423,0.371],[-2.33,1.418],[-0.241,0.183],[-0.125,0.406],[-0.467,0.35],[-0.533,0.071],[-0.935,0.861],[-0.988,1.205],[-3.46,4.103],[-2.557,4.254],[-0.726,1.533],[-0.918,1.489],[-0.679,1.706],[-0.448,1.874],[-1.147,3.891],[-0.891,3.825],[-0.498,6.559],[0.89,5.365],[1.946,1.721],[1.872,1.795],[7.203,0.715],[4.326,-1.594],[3.305,-2.215],[2.74,-2.172],[1.478,-1.133],[1.551,-0.992],[-0.168,-1.967],[0.101,-2.038],[-0.356,-1.336],[-1.103,-0.145],[-1.533,-1.044],[-1.058,1.554],[-1.147,1.52],[-1.196,1.47],[-1.933,0.067],[-0.885,1.115],[-3.165,1.668],[-3.355,1.479],[-5.393,-2.667],[-1.829,-6.182],[0.943,-10.127],[4.044,-8.831],[3.847,-2.987],[3.941,-2.893],[4.885,3.855],[0.403,7.042],[-0.428,1.423],[-0.746,1.293],[-0.387,0.927],[-0.058,0.825],[-0.267,0.542],[-0.586,0.442],[-0.768,1.359],[-0.586,1.383],[-2.583,3.233],[-3.408,2.162],[-1.824,-1.039],[-0.979,-1.978],[-0.894,-7.104],[3.976,-7.306],[1.215,3.234],[-0.78,3.319],[-0.967,-0.866],[-0.026,-1.807],[-3.87,1.024],[-1.039,5.167],[3.65,0.63],[2.522,-1.819],[0.38,-0.407],[0.072,-0.525],[0.432,-0.637],[0.552,-0.434],[2.496,-4.368],[0.139,-7.685],[-2.622,-0.332],[-1.701,1.042],[-0.341,0.252],[-0.589,0.111],[-0.33,0.33],[-0.086,0.585],[-0.74,0.752],[-0.853,0.65],[-2.697,4.862],[-2.909,7.574],[0.378,8.894]],"v":[[431,-104],[434.198,-103.982],[437,-104],[439.703,-104.808],[442,-106],[443.515,-105.969],[445,-106],[445.476,-106.975],[446,-108],[455.143,-114.586],[463,-124],[472.69,-140.715],[479,-160],[481.4,-171.91],[482,-183],[474.778,-201.936],[456,-206],[449.877,-202.94],[444,-199],[443.512,-198.007],[443,-197],[441.449,-196.513],[440,-196],[437.134,-192.845],[434,-189],[425.14,-176.585],[418,-163],[415.406,-158.482],[413,-154],[411.388,-148.57],[410,-143],[406.857,-131.438],[405,-120],[405.675,-102.318],[410,-87],[415.534,-81.534],[422,-77],[438.784,-78.709],[450,-85],[458.928,-91.589],[467,-98],[471.871,-100.925],[475,-105],[475.051,-111.315],[475,-116],[472.406,-117.689],[470,-119],[466.278,-117.404],[463,-113],[459.442,-108.559],[456,-104],[452.196,-101.804],[449,-99],[439.689,-93.811],[427,-92],[416.424,-105.796],[415,-127],[423.298,-155.932],[436,-178],[446.842,-187.658],[463,-192],[470.286,-174.342],[468,-155],[466.119,-150.987],[464,-147],[463.494,-144.384],[463,-142],[461.593,-140.612],[460,-139],[458.09,-134.813],[456,-131],[446.902,-122.664],[436,-119],[431.825,-123.741],[430,-130],[435.339,-153.574],[451,-166],[451.484,-155.691],[447,-148],[446.221,-152.721],[444,-156],[436.328,-145.215],[439,-131],[448.293,-133.512],[454,-139],[454.535,-140.437],[455,-142],[456.555,-143.507],[458,-145],[463.16,-165.606],[454,-181],[447.715,-179.623],[443,-176],[441.473,-175.54],[440,-175],[439.497,-173.502],[439,-172],[436.579,-169.923],[434,-168],[424.728,-148.736],[420,-125]],"c":true}],"h":1},{"t":21.059,"s":[{"i":[[2.722,-1.163],[0.028,0.678],[0.091,0.747],[0.143,0.821],[0.182,0.899],[1.715,-1.969],[0.668,-2.699],[-0.631,-2.506],[-2.183,-1.388],[-1.617,0.457],[-1.413,0.95],[-1.215,1.268],[-1.022,1.411],[-1.459,3.694],[-0.539,4.038],[1.19,3.2],[3.728,1.18],[2.349,-0.735],[2.154,-1.697],[1.853,-2.113],[1.447,-1.984],[0.085,-0.086],[0.109,-0.107],[0.095,-0.093],[0.042,-0.044],[0.681,-1.031],[0.52,-1.084],[0.454,-1.136],[0.484,-1.187],[0.72,-2.331],[0.426,-2.382],[0.118,-2.61],[-0.204,-3.015],[-0.805,-1.79],[-1.038,-1.412],[-1.464,-0.916],[-2.084,-0.303],[-1.797,0.297],[-1.76,0.743],[-1.708,1.074],[-1.641,1.291],[-1.586,1.601],[-1.408,1.722],[-1.243,1.76],[-1.092,1.716],[-1.537,3.081],[-1.273,3.383],[-0.85,3.486],[-0.268,3.39],[0.51,3.583],[1.168,2.784],[1.581,2.584],[1.858,0.93],[2.409,0.198],[4.392,-2.169],[3.428,-1.736],[3.981,-5.275],[2.855,-4.93],[0.656,-1.063],[0.612,-1.428],[2.053,-6.945],[0.37,-6.582],[-0.286,-3.974],[-1.062,-3.421],[-0.789,-1.08],[0.528,-1.485],[-1.038,-1.462],[-1.192,-1.308],[-1.336,-0.664],[-1.045,-0.955],[-3.158,0.509],[-3.274,0.393],[-4.69,2.81],[-3.869,3.631],[-1.655,1.012],[-0.606,2.06],[0.982,2.518],[3.49,0.01],[0.456,-0.907],[0.676,0.084],[0.771,-0.563],[-0.236,-1.57],[6.996,-3.892],[9.741,3.089],[1.57,2.976],[0.494,3.511],[-6.576,13.841],[-9.666,5.62],[-3.073,0.836],[-3.463,-0.65],[-1.311,-3.745],[0.408,-5.216],[1.853,-4.966],[2.145,-3.476],[4.503,-3.771],[5.957,-0.005],[-1.295,7.696],[-3.275,4.431],[-2.349,1.554],[-2.944,-0.459],[0.881,-3.572]],"o":[[0.048,-0.612],[-0.028,-0.678],[-0.092,-0.747],[-0.143,-0.821],[-2.51,0.315],[-1.715,1.969],[-0.668,2.699],[0.631,2.506],[1.826,0.21],[1.617,-0.457],[1.413,-0.95],[1.215,-1.268],[1.57,-2.167],[1.459,-3.694],[0.539,-4.038],[-1.19,-3.2],[-2.438,-0.772],[-2.349,0.735],[-2.154,1.697],[-1.853,2.113],[-0.022,0.03],[-0.085,0.086],[-0.109,0.107],[-0.095,0.093],[-0.937,0.978],[-0.681,1.031],[-0.52,1.084],[-0.454,1.136],[-1.001,2.458],[-0.72,2.331],[-0.426,2.382],[-0.118,2.61],[0.765,2.051],[0.805,1.79],[1.038,1.412],[1.464,0.916],[1.818,0.264],[1.797,-0.297],[1.76,-0.743],[1.708,-1.074],[1.777,-1.397],[1.586,-1.601],[1.408,-1.722],[1.243,-1.76],[1.641,-2.579],[1.537,-3.081],[1.273,-3.383],[0.85,-3.486],[0.393,-4.981],[-0.51,-3.583],[-1.168,-2.784],[-2.157,-1.082],[-1.858,-0.93],[-5.003,-0.412],[-4.392,2.169],[-4.222,3.969],[-3.981,5.275],[-0.764,1.321],[-0.656,1.063],[-2.417,5.638],[-2.053,6.945],[-0.207,3.683],[0.286,3.974],[0.371,1.195],[0.789,1.08],[1.654,0.846],[1.038,1.462],[1.613,0.388],[1.336,0.664],[4.096,0.429],[3.158,-0.509],[4.371,-3.129],[4.69,-2.81],[1.775,-0.892],[1.655,-1.012],[0.418,-3.918],[-0.982,-2.518],[-0.501,-1.542],[-0.456,0.907],[-0.154,1.179],[-0.771,0.563],[-5.275,4.52],[-6.996,3.892],[-2.226,-2.584],[-1.57,-2.976],[-1.971,-14.015],[6.576,-13.841],[2.245,-1.305],[3.073,-0.836],[3.162,2.803],[1.311,3.745],[-0.442,5.661],[-1.853,4.966],[-3.031,4.912],[-4.503,3.771],[-6.453,-3.785],[1.295,-7.696],[1.658,-2.243],[2.349,-1.554],[1.245,3.55],[-0.881,3.571]],"v":[[439,-142],[439.028,-143.933],[438.846,-146.07],[438.491,-148.421],[438,-151],[431.598,-147.343],[427.96,-140.109],[427.842,-132.071],[432,-126],[437.162,-126.415],[441.705,-128.569],[445.646,-131.939],[449,-136],[453.746,-145.087],[456.947,-156.981],[456.174,-168.135],[449,-175],[441.793,-174.918],[435.013,-171.133],[428.976,-165.282],[424,-159],[423.831,-158.818],[423.531,-158.521],[423.215,-158.214],[423,-158],[420.597,-154.986],[418.82,-151.814],[417.383,-148.485],[416,-145],[413.414,-137.861],[411.691,-130.836],[410.873,-123.393],[411,-115],[413.306,-109.21],[416.021,-104.378],[419.726,-100.857],[425,-99],[430.426,-99.079],[435.765,-100.668],[440.971,-103.424],[446,-107],[451.04,-111.517],[455.527,-116.521],[459.5,-121.764],[463,-127],[467.807,-135.539],[472.061,-145.284],[475.284,-155.637],[477,-166],[476.763,-178.697],[474.184,-188.098],[470,-196],[464.189,-199.163],[458,-201],[443.818,-197.611],[432,-191],[419.474,-176.721],[409,-161],[406.886,-157.58],[405,-154],[397.965,-134.707],[394,-114],[394.048,-102.303],[396,-91],[398.174,-87.718],[399,-84],[402.846,-80.346],[406,-76],[410.426,-74.426],[414,-72],[424.617,-72.383],[434,-74],[447.877,-82.623],[461,-92],[466.377,-94.623],[470,-99],[469.431,-108.931],[463,-113],[461.631,-113.094],[460,-111],[458.207,-108.793],[457,-106],[438.849,-91.793],[414,-89],[408.201,-97.304],[405,-107],[413.272,-150.796],[439,-182],[447.087,-185.467],[457,-186],[463.677,-176.309],[465,-163],[461.277,-146.862],[455,-134],[443.694,-120.319],[428,-114],[421.704,-133.016],[430,-153],[436.036,-159.026],[444,-161],[444.476,-149.71]],"c":true}],"h":1},{"t":21.588,"s":[{"i":[[-11.112,-5.127],[-2.577,0.415],[-2.121,0.91],[-1.734,1.165],[-1.415,1.179],[-1.452,1.402],[-1.314,1.482],[-1.205,1.589],[-1.126,1.724],[-1.782,3.474],[-1.418,3.87],[-0.802,4.086],[0.067,4.122],[0.05,0.713],[0.087,0.788],[0.118,0.806],[0.144,0.767],[0.49,1.255],[0.614,0.958],[0.754,1.125],[0.432,0.485],[1.276,0.575],[0.656,0.896],[0.683,0.104],[4.571,-0.974],[2.825,-1.607],[1.49,-1.305],[1.765,-1.486],[1.252,-0.798],[0.812,-0.819],[1.59,-2.325],[1.164,-1.215],[1.143,-1.944],[0.899,-1.628],[1.473,-3.468],[1.204,-3.675],[0.68,-2.211],[0.437,-2.583],[0.21,-3.968],[-0.424,-3.681],[-1.008,-2.754],[-0.595,-2.743],[-2.666,-2.217],[-4.139,-0.646],[-4.713,1.577],[-3.025,1.647],[-1.167,0.674],[-0.966,0.559],[-0.285,0.373],[-0.375,0.231],[-1.687,0.756],[-1.586,0.954],[-1.466,1.071],[-1.454,0.703],[0,1.833],[0,1.834],[1.25,0.75],[1.573,0.427],[0.536,-1.18],[1.106,0.215],[7.821,-4.28],[10.67,2.96],[1,1],[1.211,0.789],[0.837,2.087],[0.334,2.376],[-5.562,12.471],[-8.48,6.833],[-4.604,1.69],[-4.371,-1.35],[-1.358,-3.795],[0.405,-5.19],[4.548,-7.722],[5.116,-3.272],[2.456,-1.032],[2.101,0.458],[-0.473,7.354],[-2.544,4.18],[-0.427,0.143],[-0.164,0.219],[-0.078,0.536],[-0.345,0.398],[-2.462,1.48],[-2.418,0.079],[1.015,-3.9],[2.354,-1.399],[0.011,1.486],[1.398,1.519],[1.547,-4.717],[-2.454,-4.339],[-2.85,1.02],[-2.471,2.377],[-1.81,3.888],[-0.712,4.517],[1.29,3.613],[3.587,0.808],[1.615,-0.402],[1.9,-0.759],[2.509,-2.127],[2.328,-3.039],[1.513,-11.991]],"o":[[3.1,0.321],[2.577,-0.415],[2.121,-0.91],[1.734,-1.165],[1.618,-1.349],[1.452,-1.402],[1.314,-1.482],[1.206,-1.589],[1.893,-2.899],[1.782,-3.474],[1.418,-3.87],[0.802,-4.086],[-0.01,-0.58],[-0.05,-0.713],[-0.087,-0.788],[-0.118,-0.806],[-0.379,-2.015],[-0.49,-1.255],[-0.614,-0.958],[-0.995,-1.485],[-0.432,-0.485],[-0.69,-0.311],[-0.656,-0.896],[-4.89,-1.502],[-4.571,0.974],[-2.274,1.294],[-1.49,1.305],[-1.178,0.99],[-1.252,0.798],[-1.475,1.487],[-1.59,2.325],[-1.529,1.596],[-1.143,1.944],[-1.905,3.452],[-1.473,3.468],[-0.844,2.575],[-0.68,2.211],[-0.582,3.447],[-0.21,3.968],[0.373,3.24],[1.008,2.754],[3.196,2.487],[2.666,2.217],[6.122,0.956],[4.713,-1.577],[1.367,-0.744],[1.167,-0.674],[0.483,-0.279],[0.285,-0.372],[1.667,-1.023],[1.687,-0.755],[1.684,-1.014],[1.466,-1.071],[0,-1.834],[0,-1.833],[-0.428,-1.572],[-1.25,-0.75],[-0.749,-1.504],[-0.536,1.18],[-5.046,5.841],[-7.821,4.28],[-0.789,-1.211],[-1,-1],[-0.318,-2.278],[-0.837,-2.087],[-1.728,-12.282],[5.562,-12.471],[3.214,-2.59],[4.604,-1.69],[2.971,2.63],[1.358,3.795],[-0.69,8.842],[-4.548,7.721],[-2.077,1.328],[-2.455,1.032],[-6.435,-1.403],[0.473,-7.354],[0.126,-0.208],[0.427,-0.143],[0.344,-0.457],[0.078,-0.536],[1.735,-2.002],[2.462,-1.48],[2.413,3.002],[-1.015,3.9],[-0.56,-2.536],[-0.011,-1.486],[-4.267,0.792],[-1.547,4.717],[3.128,1.458],[2.85,-1.02],[3.048,-2.932],[1.81,-3.888],[0.747,-4.742],[-1.29,-3.613],[-1.64,-0.369],[-1.615,0.403],[-3.635,1.452],[-2.509,2.127],[-6.06,7.909],[-1.513,11.991]],"v":[[417,-96],[425.498,-96.202],[432.528,-98.25],[438.294,-101.424],[443,-105],[447.597,-109.118],[451.738,-113.436],[455.51,-118.036],[459,-123],[464.576,-132.605],[469.441,-143.666],[472.835,-155.644],[474,-168],[473.909,-169.953],[473.702,-172.218],[473.395,-174.625],[473,-177],[471.7,-181.788],[470.048,-184.991],[468,-188],[466.211,-190.683],[464,-192],[461.995,-194.155],[460,-196],[445.451,-196.332],[434,-192],[428.618,-188.144],[424,-184],[420.226,-181.371],[417,-179],[412.267,-172.796],[408,-167],[404.028,-161.524],[401,-156],[395.974,-145.667],[392,-135],[389.695,-128.006],[388,-121],[386.745,-109.675],[387,-98],[389.334,-89.127],[392,-81],[400.293,-73.619],[410,-69],[426.323,-70.548],[438,-76],[441.801,-78.139],[445,-80],[446.081,-81.037],[447,-82],[452.061,-84.552],[457,-87],[461.673,-90.233],[466,-93],[466,-98.5],[466,-104],[463.359,-107.359],[459,-109],[457.268,-108.467],[455,-106],[435.718,-89.399],[408,-86],[405.317,-89.316],[402,-92],[400.012,-98.426],[398,-105],[404.844,-143.587],[427,-174],[439.132,-180.955],[453,-182],[459.532,-172.42],[461,-159],[452.319,-133.322],[437,-116],[430.019,-112.16],[423,-111],[415.265,-126.417],[421,-146],[421.972,-146.492],[423,-147],[423.499,-148.545],[424,-150],[430.488,-155.442],[438,-158],[439.575,-146.798],[434,-138],[433.629,-143.762],[432,-148],[422.959,-138.66],[424,-124],[432.992,-123.624],[441,-129],[448.252,-139.311],[452,-152],[451.25,-164.95],[444,-172],[439.195,-171.846],[434,-170],[425.02,-164.69],[418,-157],[404.621,-124.414]],"c":true}],"h":1},{"t":22.117,"s":[{"i":[[-2.837,-0.858],[-1.671,0.203],[-1.572,0.902],[-1.365,1.247],[-1.051,1.241],[-1.62,3.652],[-0.596,3.986],[1.197,3.216],[3.759,1.343],[2.147,-0.331],[1.84,-1.1],[1.773,-1.344],[1.946,-1.062],[1,-1.411],[1.066,-1.562],[1.033,-1.745],[0.902,-1.961],[0.953,-2.931],[0.547,-3.108],[-0.193,-2.764],[-1.489,-2.904],[-1.798,-2.864],[-4.449,0.118],[-4.644,2.477],[-3.333,3.295],[-2.018,2.406],[-3.298,7.104],[-1.192,7.082],[0.382,4.909],[1.113,2.57],[0.455,0.175],[0.12,0.159],[0.108,0.554],[0.26,0.373],[0.731,0.513],[1.043,0.47],[0.656,0.896],[0.683,0.104],[3.527,-0.228],[2.542,-0.939],[1.261,-0.535],[0.866,-0.456],[1.794,-1.596],[1.776,-1.537],[1.659,-1.415],[1.524,-1.748],[0.865,-1.323],[0.554,-0.579],[0.298,-0.539],[0.408,-0.425],[0.821,-1.196],[0.639,-1.093],[1.246,-2.251],[0.75,-1.828],[0.274,-1.391],[0.441,-1.313],[0.678,-2.429],[0.44,-2.759],[-1.679,-7.827],[-5.881,-5.656],[-11.66,5.47],[-9.367,4.521],[0,1.833],[0,1.834],[1.201,0.632],[0.688,1.145],[1.779,-1.525],[1.52,-1.465],[1.588,-1.541],[2.005,-1.253],[4.644,-1.293],[6.68,0.512],[2.248,5.908],[-0.939,9.094],[-7.151,10.845],[-9.217,4.206],[-2.872,0.305],[-2.873,-0.424],[-1.198,-5.114],[1.035,-5.319],[2.448,-4.835],[3.28,-3.894],[4.525,-2.499],[5.337,1.225],[-0.064,5.35],[-1.707,3.747],[-0.904,1.16],[-0.792,1.061],[-0.229,0.665],[-0.461,0.504],[-1.409,0.977],[-0.618,0.278],[-0.998,0.075],[-1.027,0.257],[0.895,-3.7],[2.861,-1.525],[-0.005,1.375],[1.302,1.267],[1.817,-1.829],[0.671,-2.448],[-0.462,-2.66]],"o":[[1.662,0.847],[1.671,-0.203],[1.572,-0.902],[1.365,-1.247],[1.875,-2.213],[1.62,-3.652],[0.596,-3.986],[-1.197,-3.216],[-2.694,-0.963],[-2.147,0.331],[-1.84,1.1],[-1.773,1.344],[-0.835,1.291],[-1,1.411],[-1.066,1.562],[-1.033,1.745],[-1.026,2.23],[-0.953,2.931],[-0.547,3.108],[0.246,3.522],[1.489,2.904],[3.559,1.947],[4.449,-0.118],[2.649,-1.413],[3.333,-3.295],[4.616,-5.504],[3.298,-7.104],[0.639,-3.795],[-0.382,-4.909],[-0.062,-0.142],[-0.455,-0.175],[-0.31,-0.413],[-0.108,-0.553],[-1.031,-1.479],[-0.731,-0.513],[-0.69,-0.311],[-0.656,-0.896],[-3.35,-0.851],[-3.527,0.228],[-1.089,0.403],[-1.261,0.535],[-2.049,1.079],[-1.794,1.596],[-1.841,1.593],[-1.659,1.415],[-0.985,1.129],[-0.865,1.323],[-0.401,0.419],[-0.298,0.539],[-1.076,1.123],[-0.821,1.196],[-1.267,2.167],[-1.246,2.251],[-0.461,1.124],[-0.274,1.391],[-0.847,2.524],[-0.678,2.429],[-1.599,10.037],[1.679,7.827],[12.995,7.4],[11.66,-5.47],[0,-1.834],[0,-1.833],[-0.507,-1.326],[-1.201,-0.632],[-2.363,0.434],[-1.779,1.525],[-1.643,1.583],[-1.588,1.541],[-3.745,2.341],[-4.644,1.293],[-5.946,-3.273],[-2.248,-5.908],[1.178,-11.414],[7.151,-10.845],[2.641,-1.206],[2.872,-0.305],[4.244,3.226],[1.198,5.114],[-0.928,4.767],[-2.448,4.835],[-3.562,4.228],[-4.525,2.499],[-3.964,-3.852],[0.064,-5.35],[0.592,-1.299],[0.904,-1.16],[0.624,-0.835],[0.229,-0.665],[0.746,-0.815],[1.409,-0.977],[0.982,-0.442],[0.998,-0.075],[2.44,2.675],[-0.895,3.7],[-0.719,-2.233],[0.005,-1.375],[-2.063,0.238],[-1.817,1.828],[-0.686,2.503],[0.462,2.66]],"v":[[423,-122],[428.026,-121.122],[432.917,-122.868],[437.349,-126.179],[441,-130],[446.434,-139.073],[449.95,-150.805],[449.241,-161.885],[442,-169],[434.798,-169.815],[428.877,-167.537],[423.518,-163.74],[418,-160],[415.224,-155.955],[412.101,-151.504],[408.928,-146.551],[406,-141],[402.947,-133.128],[400.614,-123.939],[400,-115],[402.836,-105.506],[408,-97],[420.187,-94.181],[434,-98],[443.474,-105.756],[452,-115],[464.069,-134.317],[471,-156],[471.313,-169.918],[469,-182],[468.043,-182.487],[467,-183],[466.462,-184.531],[466,-186],[463.509,-188.757],[461,-190],[458.995,-192.155],[457,-194],[446.394,-194.842],[437,-193],[433.332,-191.54],[430,-190],[424.295,-185.844],[419,-181],[413.763,-176.616],[409,-172],[406.177,-168.087],[404,-165],[403.005,-163.505],[402,-162],[399.172,-158.477],[397,-155],[393.113,-148.246],[390,-142],[388.985,-138.142],[388,-134],[385.694,-126.677],[384,-119],[383.89,-92.215],[395,-72],[432.221,-72.56],[464,-91],[464,-96.5],[464,-102],[461.135,-104.635],[458,-107],[451.868,-103.773],[447,-99],[442.271,-94.253],[437,-90],[424.702,-84.36],[408,-83],[395.837,-96.635],[394,-119],[407.471,-153.906],[433,-178],[441.326,-180.222],[450,-180],[457.959,-167.07],[458,-151],[452.764,-136.345],[444,-123],[431.831,-112.41],[417,-110],[411.746,-124.578],[415,-139],[417.35,-142.679],[420,-146],[421.122,-148.249],[422,-150],[425.596,-152.903],[429,-155],[431.967,-155.638],[435,-156],[436.976,-145.637],[431,-137],[430.437,-142.224],[429,-146],[422.956,-142.657],[419,-136],[418.357,-127.767]],"c":true}],"h":1},{"t":22.647,"s":[{"i":[[-7.059,-3.006],[-1.396,0.02],[-1.313,0.103],[-1.26,0.157],[-1.237,0.179],[-0.753,0.452],[-0.809,0.349],[-0.776,0.347],[-0.655,0.448],[-0.767,0.786],[-0.745,0.837],[-0.81,0.752],[-2.74,3.385],[-1.858,3.505],[-1.199,2.484],[-0.863,2.531],[-0.206,6.887],[2.039,5.955],[0.168,0.605],[0.388,0.582],[0.957,0.688],[1.312,0.962],[0.588,0.48],[0.13,0.699],[2.626,0.207],[3.02,-0.186],[5.652,-3.856],[4.055,-4.543],[0.074,-0.526],[0.337,-0.483],[0.595,-0.294],[0.329,-0.407],[0.259,-0.627],[0.305,-0.677],[0.451,-0.165],[0.124,-0.18],[0.126,-0.555],[0.209,-0.362],[0.84,-1.274],[0.805,-1.462],[2.387,-7.012],[0.499,-6.596],[0.012,-2.253],[-0.207,-1.899],[-2.194,-4.127],[-2.568,-3.48],[-1.668,-0.832],[-1.383,-1.117],[-5.452,1.829],[-4.626,2.568],[-2.595,1.398],[-2.038,1.973],[-1.847,1.007],[-0.613,2.213],[0.134,1.482],[-0.221,1.931],[1.275,0.392],[0.092,1.575],[0.69,-0.569],[0.876,-0.679],[2.271,-2.187],[3.042,-2.023],[4.723,-1.693],[6.24,0.342],[2.347,2.163],[1.306,3.139],[-7.798,16.262],[-12.414,4.482],[-2.653,0.109],[-2.078,-0.632],[-0.053,-7.744],[3.603,-7.593],[5.726,-5.096],[8.852,0.214],[0.834,3.726],[-0.619,4.029],[-4.325,5.038],[-5.877,-0.495],[0.986,-3.581],[2.784,-1.509],[0.002,1.494],[2.256,0.661],[1.056,-5.463],[-5.015,-2.225],[-2.548,1.251],[-2.104,2.059],[-0.839,1.423],[-0.562,1.248],[-0.451,0.155],[-0.119,0.206],[-0.214,5.63],[3.201,4.427],[3.381,-0.212],[3.125,-1.728],[0.985,-1.112],[1.1,-1.022],[1.36,-1.455],[1.294,-2.072],[1.307,-2.713],[0.892,-3.137],[-1.288,-7.052]],"o":[[1.51,0.093],[1.396,-0.02],[1.313,-0.103],[1.26,-0.157],[0.61,-0.658],[0.753,-0.452],[0.809,-0.349],[0.776,-0.347],[0.876,-0.6],[0.767,-0.786],[0.745,-0.837],[3.181,-2.956],[2.74,-3.385],[1.342,-2.532],[1.199,-2.484],[2.216,-6.498],[0.206,-6.887],[-0.938,0.002],[-0.168,-0.605],[-0.858,-1.288],[-0.957,-0.688],[-0.519,-0.381],[-0.588,-0.48],[-2.475,-0.359],[-2.626,-0.207],[-6.337,2.034],[-5.652,3.856],[-0.369,0.413],[-0.074,0.526],[-0.291,0.416],[-0.595,0.294],[-0.66,0.815],[-0.259,0.627],[-0.072,0.159],[-0.451,0.165],[-0.286,0.416],[-0.126,0.555],[-0.835,1.442],[-0.84,1.274],[-2.951,5.356],[-2.387,7.012],[-0.158,2.088],[-0.012,2.253],[0.655,6.011],[2.194,4.127],[1.946,0.554],[1.668,0.832],[8.565,0.882],[5.452,-1.829],[2.582,-1.433],[2.595,-1.399],[2,-0.757],[1.847,-1.007],[0.317,-1.142],[-0.134,-1.482],[0.193,-1.859],[-1.275,-0.391],[-1.363,-0.954],[-0.69,0.569],[-2.873,2.228],[-2.271,2.187],[-3.867,2.572],[-4.723,1.693],[-3.305,-1.207],[-2.347,-2.163],[-5.604,-13.471],[7.798,-16.262],[3.312,-1.195],[2.653,-0.109],[6.394,4.432],[0.053,7.744],[-3.243,6.832],[-5.726,5.096],[-3.281,-2.069],[-0.834,-3.726],[0.821,-5.343],[4.325,-5.038],[1.728,3.169],[-0.986,3.581],[-0.735,-2.361],[-0.002,-1.495],[-4.792,0.923],[-1.056,5.463],[2.706,0.064],[2.548,-1.251],[1.083,-1.06],[0.839,-1.423],[0.078,-0.174],[0.451,-0.155],[2.345,-4.055],[0.214,-5.63],[-3.35,-1.577],[-3.381,0.212],[-0.959,0.531],[-0.985,1.112],[-2.267,2.107],[-1.36,1.455],[-1.88,3.009],[-1.307,2.713],[-2.213,7.787],[1.288,7.052]],"v":[[412,-94],[416.352,-93.898],[420.409,-94.091],[424.262,-94.488],[428,-95],[430.067,-96.639],[432.432,-97.814],[434.832,-98.832],[437,-100],[439.442,-102.113],[441.689,-104.582],[444,-107],[452.992,-116.588],[460,-127],[463.859,-134.501],[467,-142],[470.692,-162.407],[468,-182],[466.587,-183.062],[466,-185],[463.34,-187.745],[460,-190],[458.208,-191.262],[457,-193],[449.409,-193.909],[441,-194],[422.788,-184.882],[408,-172],[407.476,-170.552],[407,-169],[405.529,-167.993],[404,-167],[402.734,-164.896],[402,-163],[401.039,-162.516],[400,-162],[399.442,-160.459],[399,-159],[396.478,-155.015],[394,-151],[385.661,-131.931],[381,-111],[380.726,-104.358],[381,-98],[385.565,-83.101],[393,-72],[398.422,-69.922],[403,-67],[423.454,-68.913],[438,-76],[445.908,-80.095],[453,-85],[459.041,-87.409],[463,-92],[463.072,-95.909],[463,-101],[460.714,-103.714],[458,-106],[455.135,-106.225],[453,-104],[445.627,-97.346],[438,-91],[425.279,-84.315],[409,-82],[400.5,-87.05],[395,-95],[400.486,-143.242],[433,-178],[441.925,-179.87],[449,-179],[457.998,-159.87],[452,-136],[438.707,-117.216],[417,-109],[411.075,-118.03],[411,-130],[419.207,-146.878],[435,-155],[435.884,-144.255],[430,-136],[429.641,-141.775],[427,-145],[417.645,-133.476],[423,-120],[430.951,-121.908],[438,-127],[440.89,-130.859],[443,-135],[443.97,-135.477],[445,-136],[449.16,-151.221],[445,-167],[434.832,-168.978],[425,-166],[422.105,-163.369],[419,-160],[413.771,-154.973],[410,-150],[405.258,-141.596],[402,-133],[400.046,-109.914]],"c":true}],"h":1},{"t":23.177,"s":[{"i":[[2.248,-0.081],[1.552,-3.468],[-0.686,-3.316],[-3.767,-0.707],[-4.992,5.672],[-0.679,7.127],[1.84,3.517],[4.159,0.479],[2.643,-1.691],[4.004,-1.745],[2.299,-3.406],[1.527,-3.031],[0.75,-1.163],[0.424,-1.206],[-0.086,-0.7],[0.137,-0.612],[0.476,-0.639],[0.057,-0.261],[-2.888,-6.591],[-7.223,-0.475],[-3.611,1.609],[-2.546,1.827],[-2.351,2.483],[-2.661,1.963],[-2.192,3.632],[-1.784,4.387],[-1.095,4.824],[0.078,4.524],[1.738,4.117],[2.962,3.516],[3.742,0.543],[3.495,-0.894],[2.81,-1.416],[2.445,-1.743],[0.933,-1.062],[1.141,-0.948],[1.238,-0.779],[0.794,-0.84],[1.095,-1.748],[1.101,-1.403],[0.539,-0.461],[0.403,-0.594],[0.619,-1.398],[0.742,-1.255],[0.904,-1.111],[0.579,-1.196],[0.125,-0.724],[0.19,-0.462],[1.674,-5.749],[0.388,-5.342],[-1.534,-5.09],[-2.425,-4.9],[-2.296,-1.537],[-2.604,-1.23],[-9.216,5.118],[-9.973,4.361],[0,2.167],[0,2.166],[0.885,0.782],[1.668,-0.001],[1.246,-1.396],[1.019,-0.987],[6.798,-3.691],[9.757,0.65],[0.327,0.173],[0.582,-0.082],[2.208,3.117],[0.783,3.824],[-0.714,4.758],[-1.298,4.328],[-4.221,6.848],[-4.679,4.48],[-4.247,1.92],[-6.969,-0.802],[-0.327,-0.173],[-0.582,0.082],[-0.162,-6.75],[2.006,-5.178],[0.404,-1.444],[0.637,-1.294],[1.35,-1.465],[1.438,-1.779],[0.294,-0.755],[0.386,-0.441],[0.891,-0.656],[0.549,-0.364],[1.187,-0.703],[1.123,-0.439],[1.971,-0.385],[2.081,0.332],[-0.212,5.516],[-1.217,3.102],[-0.28,0.84],[-0.4,0.418],[-0.073,0.283],[-0.343,0.487],[-2.958,1.976],[-3.138,0.212],[0.887,-3.844],[2.704,-0.91],[0.277,1.89]],"o":[[-2.947,1.162],[-1.552,3.468],[0.686,3.316],[4.351,0.816],[4.992,-5.672],[0.52,-5.453],[-1.84,-3.517],[-4.426,-0.51],[-2.643,1.691],[-2.279,2.346],[-2.299,3.406],[-0.575,1.141],[-0.75,1.163],[-0.207,0.589],[0.086,0.7],[-0.041,0.183],[-0.475,0.639],[-1.776,8.159],[2.888,6.591],[4.009,0.264],[3.611,-1.609],[2.935,-2.106],[2.351,-2.483],[1.447,-3.085],[2.192,-3.632],[1.7,-4.179],[1.095,-4.824],[-0.087,-5.017],[-1.738,-4.117],[-3.537,-1.723],[-3.742,-0.543],[-2.317,0.593],[-2.81,1.416],[-1.127,0.803],[-0.933,1.062],[-1.254,1.042],[-1.238,0.779],[-1.519,1.607],[-1.095,1.747],[-0.442,0.562],[-0.539,0.461],[-0.781,1.151],[-0.619,1.398],[-0.804,1.359],[-0.904,1.111],[-0.311,0.642],[-0.125,0.724],[-1.917,4.661],[-1.674,5.749],[-0.562,7.741],[1.534,5.09],[2.211,1.622],[2.296,1.537],[15.165,0.832],[9.216,-5.118],[0,-2.166],[0,-2.167],[-1.793,0.126],[-0.885,-0.782],[-1.995,-0.571],[-1.246,1.396],[-5.049,4.888],[-6.798,3.691],[-0.111,-0.389],[-0.327,-0.173],[-3.385,-1.707],[-2.208,-3.117],[-1.154,-5.638],[0.714,-4.758],[2.437,-8.129],[4.221,-6.848],[4.043,-2.124],[4.247,-1.919],[0.111,0.389],[0.327,0.173],[5.358,3.823],[0.162,6.75],[-0.748,1.929],[-0.404,1.444],[-1.161,2.362],[-1.35,1.465],[-0.437,0.54],[-0.294,0.755],[-0.885,1.01],[-0.891,0.656],[-1.127,0.748],[-1.187,0.703],[-2.034,0.794],[-1.971,0.384],[-5.064,-2.833],[0.212,-5.516],[0.48,-1.222],[0.28,-0.84],[0.366,-0.382],[0.073,-0.283],[2.031,-2.882],[2.958,-1.976],[2.25,2.713],[-0.887,3.844],[-0.645,-1.521],[-0.277,-1.89]],"v":[[424,-144],[417.041,-136.441],[415.531,-125.65],[422,-119],[437.254,-127.542],[447,-148],[445.009,-161.731],[436,-168],[426.183,-165.691],[417,-160],[409.936,-151.013],[404,-141],[401.887,-137.549],[400,-134],[399.948,-132.017],[400,-130],[399.012,-128.558],[398,-127],[399.75,-103.737],[415,-92],[426.597,-94.432],[436,-100],[443.706,-107.107],[451,-114],[456.748,-124.023],[463,-136],[467.333,-149.741],[469,-164],[466.156,-177.626],[459,-189],[447.969,-192.463],[437,-192],[429.096,-188.863],[421,-184],[418.01,-181.108],[415,-178],[411.155,-175.349],[408,-173],[404.186,-167.847],[401,-163],[399.471,-161.524],[398,-160],[395.971,-156.078],[394,-152],[391.331,-148.377],[389,-145],[388.409,-142.865],[388,-141],[382.353,-125.011],[379,-108],[380.759,-89.37],[387,-75],[393.705,-70.206],[401,-66],[435.894,-74.106],[463,-90],[463,-96.5],[463,-103],[459.406,-104.406],[456,-106],[451.268,-104.168],[448,-100],[430.531,-86.347],[406,-81],[405.353,-81.853],[404,-82],[395.548,-89.412],[391,-100],[390.662,-115.483],[394,-129],[404.318,-151.737],[418,-169],[429.805,-175.695],[446,-178],[446.647,-177.147],[448,-177],[455.523,-160.016],[452,-141],[450.417,-136.024],[449,-132],[445.207,-126.563],[441,-122],[439.962,-119.925],[439,-118],[436.248,-115.516],[434,-114],[430.497,-111.768],[427,-110],[421.035,-108.155],[415,-108],[408.789,-121.798],[412,-136],[413.059,-139.103],[414,-141],[414.518,-141.922],[415,-143],[422.67,-150.503],[432,-154],[433.716,-143.148],[428,-135],[427.202,-140.702]],"c":true}],"h":1},{"t":23.706,"s":[{"i":[[2.058,-1.418],[-0.048,0.114],[-0.115,0.04],[-0.135,0.031],[-0.107,0.086],[0.064,0.132],[0.17,0.1],[0.146,0.043],[-0.009,-0.038],[0.103,0.71],[0.192,0.696],[0.368,0.388],[0.631,-0.214],[0.895,-0.521],[0.562,-0.855],[0.385,-1.031],[0.367,-1.05],[0.064,-1.913],[-0.686,-1.532],[-1.526,-0.04],[-3.944,3.269],[-2.106,4.562],[0.229,5.549],[5.361,2.867],[4.961,-3.005],[2.555,-3.125],[0.433,-1.065],[0.611,-0.94],[0.736,-0.804],[0.475,-0.892],[0.527,-2.051],[0.685,-2.525],[0.393,-0.95],[0.107,-1.011],[-0.654,-4.063],[-1.814,-3.667],[-1.579,-1.088],[-1.901,-0.765],[-4.263,1.962],[-2.554,1.951],[-2.321,2.281],[-2.371,3.323],[-2.835,10.921],[4.096,12.25],[2.086,2.042],[3.381,0.842],[3.991,-0.98],[4.036,-1.073],[1.421,-0.891],[1.265,-0.992],[3.255,-3.652],[2.875,-4.175],[2.991,-6.307],[2.222,-7.234],[-0.69,-8.102],[-4.209,-5.531],[-1.129,-0.822],[-0.565,-1.502],[-2.163,-0.941],[-1.935,-0.211],[-5.285,1.894],[-3.825,2.084],[-1.872,1.264],[-1.701,0.955],[-4.306,2.305],[-0.715,2.499],[0.217,1.826],[-0.39,1.025],[1.87,0.963],[1.149,1.684],[0.59,-0.91],[0.312,-1.188],[7.554,-5.113],[13.465,0.798],[1.124,1.043],[1.83,0.337],[1.132,2.438],[0.389,2.707],[-3.58,9.585],[-4.209,6.026],[-6.133,4.233],[-9.806,-1.856],[0.245,-8.032],[2.334,-5.216],[0.464,-1.211],[0.645,-1.04],[0.923,-0.785],[0.741,-0.948],[-0.066,-0.39],[0.107,-0.239],[0.879,-0.818],[0.284,-0.284],[1.306,-0.814],[0.702,-0.672],[2.363,-0.76],[2.757,-0.246],[0.305,5.092],[-1.763,4.45],[-3.313,3.416],[-4.958,-0.178],[1.077,-3.469]],"o":[[-0.067,-0.254],[0.048,-0.114],[0.115,-0.04],[0.135,-0.031],[0.172,-0.138],[-0.064,-0.132],[-0.17,-0.1],[-0.146,-0.043],[-0.101,-0.429],[-0.103,-0.71],[-0.192,-0.696],[-0.368,-0.388],[-1.387,0.03],[-0.895,0.521],[-0.562,0.855],[-0.385,1.031],[-0.724,1.182],[-0.064,1.913],[0.686,1.532],[5.116,1.64],[3.944,-3.269],[2.279,-4.938],[-0.229,-5.549],[-5.6,-1.142],[-4.961,3.004],[-0.654,0.8],[-0.434,1.065],[-0.581,0.892],[-0.736,0.804],[-1.208,2.27],[-0.527,2.051],[-0.322,1.188],[-0.393,0.951],[-0.431,4.081],[0.654,4.063],[1.784,0.882],[1.579,1.088],[5.393,0.8],[4.263,-1.962],[3.344,-2.553],[2.321,-2.281],[5.755,-8.065],[2.835,-10.921],[-2.273,-1.99],[-2.086,-2.042],[-3.999,-0.995],[-3.991,0.981],[-1.052,1.444],[-1.421,0.891],[-4.105,3.217],[-3.255,3.652],[-3.814,5.54],[-2.991,6.307],[-0.968,8.059],[0.69,8.102],[0.921,1.21],[1.129,0.822],[1.414,0.026],[2.163,0.941],[6.036,0.658],[5.285,-1.894],[1.812,-0.987],[1.872,-1.264],[4.062,-2.281],[4.306,-2.305],[0.478,-1.669],[-0.217,-1.826],[-1.369,-1.464],[-1.87,-0.963],[-1.327,0.172],[-0.59,0.91],[-6.318,6.348],[-7.554,5.113],[-1.675,-0.492],[-1.124,-1.043],[-1.085,-2.541],[-1.131,-2.438],[-1.528,-10.632],[3.58,-9.585],[4.663,-4.923],[6.133,-4.233],[6.315,3.656],[-0.245,8.032],[-0.5,1.116],[-0.464,1.211],[-0.565,0.91],[-0.924,0.785],[-0.158,0.202],[0.066,0.39],[-0.2,0.443],[-0.879,0.818],[-1.073,1.073],[-1.306,0.814],[-1.788,1.713],[-2.363,0.76],[-5.544,-2.18],[-0.305,-5.093],[1.788,-4.514],[3.313,-3.416],[2.366,2.705],[-1.077,3.469]],"v":[[422,-131],[421.984,-131.536],[422.239,-131.752],[422.625,-131.842],[423,-132],[423.129,-132.41],[422.745,-132.764],[422.238,-132.986],[422,-133],[421.715,-134.783],[421.295,-136.965],[420.477,-138.665],[419,-139],[415.617,-138.134],[413.47,-136.03],[412.089,-133.161],[411,-130],[409.795,-125.08],[410.705,-119.635],[414,-117],[427.757,-120.348],[437,-133],[440.731,-149.553],[433,-163],[416.717,-159.2],[405,-149],[403.468,-146.104],[402,-143],[399.92,-140.5],[398,-138],[395.607,-131.691],[394,-125],[392.839,-121.867],[392,-119],[392.316,-106.69],[396,-95],[400.912,-91.912],[406,-89],[420.629,-91.437],[431,-98],[439.229,-104.922],[446,-113],[459.888,-141.861],[459,-177],[452.831,-183.361],[445,-188],[433.028,-187.552],[421,-184],[417.16,-180.661],[413,-178],[402.077,-167.719],[393,-156],[382.806,-138.27],[375,-118],[374.117,-93.105],[381,-72],[384.267,-69.219],[387,-66],[392.61,-64.138],[399,-62],[416.159,-64.444],[430,-71],[435.584,-74.524],[441,-78],[454.511,-84.837],[463,-92],[463.066,-97.483],[463,-102],[457.835,-105.335],[453,-109],[450.239,-107.261],[449,-104],[429.36,-85.64],[399,-78],[395.116,-80.616],[391,-83],[387.478,-90.376],[385,-98],[389.197,-128.954],[402,-153],[417.643,-168.084],[441,-173],[448.986,-153.67],[444,-132],[442.609,-128.443],[441,-125],[438.632,-122.529],[436,-120],[435.962,-119.027],[436,-118],[434.063,-115.88],[432,-114],[428.222,-111.2],[425,-109],[418.727,-105.4],[411,-104],[403.02,-115.797],[406,-131],[413.623,-143.519],[426,-149],[427.319,-139.035]],"c":true}],"h":1},{"t":24.235,"s":[{"i":[[13.015,8.211],[2.994,-1.144],[1.307,-1.216],[0.544,-0.074],[0.435,-0.344],[1.964,-2.32],[1.572,-2.481],[1.955,-7.146],[-1.536,-6.129],[-2.129,-2.445],[-1.752,-1.292],[-2.902,0.151],[-1.834,0.725],[-1.76,1.189],[-1.885,1.425],[-1.825,1.858],[-1.896,2.448],[-0.208,0.202],[-0.102,0.107],[-0.298,0.539],[-0.407,0.425],[-0.298,0.539],[-0.407,0.425],[-0.298,0.539],[-0.408,0.425],[-0.778,1.564],[-0.655,1.454],[-0.103,8.859],[4.865,6.689],[1.113,0.887],[1.097,0.903],[0.583,0.084],[0.081,0.586],[5.508,-3.063],[4.866,-2.194],[0.179,-0.454],[0.148,-0.123],[1.452,-1.223],[0.799,-0.945],[0.076,-0.524],[0.337,-0.483],[0.602,-0.29],[0.301,-0.426],[-0.067,-0.382],[0.113,-0.25],[0.451,-0.163],[0.124,-0.185],[-0.067,-0.379],[0.115,-0.255],[0.451,-0.164],[0.124,-0.184],[3.162,-11.405],[-1.431,-12.767],[-1.751,-3.249],[-2.443,-2.556],[-4.126,-0.88],[-4.339,0.764],[-2.534,1.092],[-2.451,1.209],[-6.855,4.199],[-5.909,2.916],[-1.244,0.823],[-0.53,1.844],[0.166,1.691],[-0.281,1.903],[2.623,1.543],[3.019,1.148],[9.839,-8.055],[14.496,2.603],[1.504,1.595],[0.996,2.036],[-4.113,12.29],[-5.014,6.662],[-6.652,3.55],[-8.013,-4.288],[-0.897,-2.261],[-0.232,-2.706],[0.881,-3.369],[0.837,-2.302],[0.262,-1.196],[0.516,-1.016],[0.752,-0.823],[0.544,-0.829],[-0.067,-0.377],[0.116,-0.257],[0.452,-0.168],[0.125,-0.173],[4.51,-3.158],[5.82,1],[0.058,4.756],[-1.673,4.224],[-3.115,3.283],[-4.887,-0.302],[0.805,-3.032],[1.76,-1.547],[0.468,0.68],[3.721,-1.628],[-9.046,-3.574],[-2.454,1.222],[-0.95,2.107],[-0.246,0.296]],"o":[[-3.716,-0.791],[-2.994,1.144],[-0.389,0.362],[-0.544,0.074],[-1.572,1.239],[-1.964,2.32],[-2.716,4.289],[-1.955,7.146],[0.733,2.927],[2.129,2.445],[2.558,0.328],[2.902,-0.151],[2.076,-0.821],[1.76,-1.188],[2.805,-2.121],[1.825,-1.858],[0.065,-0.085],[0.208,-0.202],[0.401,-0.419],[0.298,-0.539],[0.401,-0.419],[0.298,-0.539],[0.401,-0.419],[0.298,-0.539],[1.235,-1.288],[0.778,-1.564],[4.453,-9.874],[0.103,-8.859],[-1.451,-0.549],[-1.113,-0.887],[-0.589,-0.079],[-0.583,-0.084],[-9.1,-1.447],[-5.508,3.063],[-0.137,0.062],[-0.179,0.454],[-1.394,1.161],[-1.452,1.223],[-0.357,0.422],[-0.076,0.524],[-0.291,0.416],[-0.602,0.29],[-0.155,0.221],[0.067,0.382],[-0.073,0.162],[-0.451,0.163],[-0.154,0.23],[0.067,0.379],[-0.073,0.161],[-0.451,0.164],[-5.784,8.613],[-3.162,11.405],[1.553,3.447],[1.751,3.249],[4.158,2.244],[4.126,0.88],[2.413,-0.425],[2.534,-1.091],[6.672,-3.29],[6.855,-4.199],[1.493,-0.864],[1.244,-0.823],[0.384,-1.333],[-0.166,-1.691],[-2.488,-1.679],[-2.623,-1.543],[-5.149,8.382],[-9.839,8.055],[-1.986,-1.584],[-1.504,-1.595],[-5.469,-11.177],[4.114,-12.29],[4.379,-4.087],[6.652,-3.55],[1.18,2.25],[0.897,2.261],[0.362,4.222],[-0.881,3.369],[-0.437,1.201],[-0.262,1.196],[-0.446,0.877],[-0.752,0.823],[-0.153,0.233],[0.067,0.377],[-0.07,0.154],[-0.452,0.168],[-3.14,4.368],[-4.51,3.158],[-4.44,-2.754],[-0.058,-4.756],[1.651,-4.169],[3.115,-3.283],[1.98,2.325],[-0.805,3.032],[1.165,-2.439],[-0.776,-1.127],[-7.723,3.031],[2.307,0.35],[3.056,-1.522],[0.124,-0.274],[6.98,-8.376]],"v":[[423,-156],[412.693,-155.006],[406,-151],[404.535,-150.487],[403,-150],[397.5,-144.432],[392,-137],[384.312,-118.88],[383,-98],[387.736,-89.774],[394,-84],[402.543,-83.71],[410,-85],[415.642,-88.046],[421,-92],[427.682,-97.754],[433,-104],[433.472,-104.484],[434,-105],[434.996,-106.496],[436,-108],[436.996,-109.496],[438,-111],[438.995,-112.496],[440,-114],[442.934,-118.376],[445,-123],[451.988,-151.389],[445,-175],[441.235,-177.235],[438,-180],[436.119,-180.119],[435,-181],[413.825,-177.23],[399,-168],[398.508,-167.046],[398,-166],[393.554,-162.338],[390,-159],[389.485,-157.546],[389,-156],[387.508,-155.007],[386,-154],[385.968,-153.022],[386,-152],[385.038,-151.517],[384,-151],[383.971,-150.019],[384,-149],[383.038,-148.517],[382,-148],[368.089,-117.615],[365,-81],[369.832,-70.832],[376,-62],[388.363,-57.244],[401,-57],[408.472,-59.413],[416,-63],[436.572,-74.78],[456,-86],[460.221,-88.265],[463,-92],[463.077,-96.573],[463,-102],[455.398,-106.899],[447,-111],[424.511,-83.761],[388,-73],[382.757,-77.661],[379,-83],[379.138,-119.886],[395,-150],[411.774,-163.281],[434,-164],[437.211,-157.342],[439,-150],[437.899,-138.56],[435,-130],[434.06,-126.361],[433,-123],[431.074,-120.464],[429,-118],[428.973,-117.018],[429,-116],[428.041,-115.514],[427,-115],[415.51,-102.974],[400,-99],[393.915,-110.898],[397,-125],[404.073,-136.853],[416,-142],[417.305,-133.417],[413,-126],[411,-129],[408,-132],[406,-110],[414,-112],[420,-118],[422,-119]],"c":true}],"h":1},{"t":24.765,"s":[{"i":[[3.978,1.623],[1.498,-0.273],[1.441,-0.49],[1.222,-0.597],[0.841,-0.595],[0.103,-0.254],[0.101,-0.263],[0.137,-0.127],[0.569,-0.082],[0.366,-0.338],[0.61,-1.065],[0.869,-1.1],[0.963,-0.849],[0.51,-0.801],[0.432,-1.398],[0.683,-1.483],[0.807,-2.256],[0.514,-3.246],[-0.535,-3.45],[-1.573,-2.701],[-0.552,-0.517],[-0.904,-0.407],[-0.149,-0.451],[-0.22,-0.112],[-5.212,1.945],[-4.234,2.239],[-3.587,4.278],[-2.673,5.333],[-1.605,6.746],[0.72,6.425],[0.589,2.21],[0.516,1],[0.778,0.711],[0.716,0.822],[2.617,1.244],[4.196,0.339],[2.823,-0.933],[0.849,-0.417],[1.772,-1.448],[2.154,-1.853],[0.913,-0.437],[0.652,-0.652],[0.441,-0.929],[0.7,-0.75],[1.392,-1.276],[1.143,-1.516],[0.095,-0.546],[0.295,-0.385],[0.355,-0.299],[0.302,-0.44],[3.104,-9.453],[-0.282,-9.093],[-4.661,-6.235],[-9.053,-0.296],[-2.826,1.024],[-2.366,1.046],[-0.833,0.059],[-0.765,0.364],[-0.641,0.568],[-0.701,0.379],[-7.627,4.453],[-8.865,4.525],[-1.514,0.868],[-0.619,2.162],[0.163,1.627],[-0.268,2.145],[4.004,2.33],[4.171,2.163],[4.248,-6.066],[4.722,-4.382],[1.806,-1.538],[1.917,-1.123],[2.545,-1.07],[2.615,-0.429],[3.523,1.479],[1.921,2.904],[-1.009,9.096],[-3.332,7.011],[-3.128,3.938],[-2.073,3.168],[-2.873,1.969],[-3.297,0.579],[-1.652,-0.103],[-2.029,0.173],[0.934,-9.127],[3.058,-4.719],[5.097,-4.144],[6.357,1.596],[0.287,4.496],[-0.594,3.803],[-3.131,3.556],[-5.221,-0.911],[0.404,-2.01],[0.486,-1.898],[1.32,0.918],[1.81,-1.56],[0.41,-3.786],[-3.101,-1.995],[-4.177,4.655],[-0.991,5.823],[1.169,3.633]],"o":[[-1.393,-0.054],[-1.498,0.273],[-1.441,0.49],[-1.222,0.597],[-0.142,0.101],[-0.103,0.254],[-0.101,0.263],[-0.358,0.334],[-0.569,0.082],[-0.692,0.638],[-0.61,1.065],[-0.637,0.805],[-0.963,0.849],[-0.591,0.927],[-0.432,1.398],[-1.257,2.731],[-0.807,2.256],[-0.714,4.5],[0.535,3.45],[0.887,1.523],[0.552,0.517],[0.182,0.082],[0.149,0.452],[5.918,3.019],[5.212,-1.945],[2.981,-3.554],[3.587,-4.278],[2.301,-4.59],[1.605,-6.746],[-0.13,-1.161],[-0.589,-2.21],[-0.173,-0.334],[-0.778,-0.711],[-2.336,-2.683],[-2.617,-1.244],[-1.86,-0.15],[-2.823,0.933],[-2.759,1.356],[-1.772,1.447],[-0.696,0.599],[-0.913,0.437],[-0.536,0.536],[-0.441,0.929],[-1.288,1.38],[-1.392,1.276],[-0.326,0.431],[-0.095,0.546],[-0.279,0.365],[-0.355,0.299],[-4.867,7.095],[-3.104,9.453],[0.303,9.763],[4.661,6.235],[4.328,0.142],[2.826,-1.024],[0.904,-0.399],[0.833,-0.059],[0.735,-0.35],[0.641,-0.568],[8.626,-4.664],[7.627,-4.453],[1.324,-1.366],[1.514,-0.868],[0.385,-1.348],[-0.163,-1.627],[-3.815,-2.518],[-4.004,-2.33],[-2.288,7.353],[-4.248,6.066],[-1.861,1.727],[-1.806,1.538],[-2.207,1.292],[-2.544,1.07],[-4.986,0.819],[-3.523,-1.479],[-4.37,-6.608],[1.009,-9.096],[2.414,-5.079],[3.128,-3.938],[3.21,-1.547],[2.873,-1.969],[1.365,-0.24],[1.652,0.103],[7.796,3.772],[-0.934,9.127],[-3.254,5.021],[-5.097,4.144],[-3.445,-1.215],[-0.287,-4.496],[2.254,-3.685],[3.131,-3.556],[1.102,2.064],[-0.404,2.01],[-1.911,0.113],[-1.32,-0.918],[-2.461,1.862],[-0.41,3.786],[6.303,0.444],[4.176,-4.655],[0.654,-3.846],[-1.169,-3.633]],"v":[[408,-147],[403.622,-146.645],[399.172,-145.474],[395.135,-143.816],[392,-142],[391.642,-141.432],[391.347,-140.621],[391,-140],[389.506,-139.503],[388,-139],[386.133,-136.346],[384,-133],[381.405,-130.497],[379,-128],[377.569,-124.417],[376,-120],[372.943,-112.887],[371,-105],[370.785,-93.15],[374,-84],[375.988,-81.163],[378,-80],[378.471,-79.023],[379,-78],[395.763,-77.556],[410,-85],[420.23,-96.666],[430,-111],[436.265,-128.623],[438,-149],[436.789,-154.621],[435,-160],[433.407,-161.634],[431,-164],[423.895,-169.758],[414,-172],[406.241,-170.425],[400,-168],[393.547,-163.873],[388,-159],[385.467,-157.54],[383,-156],[381.623,-153.66],[380,-151],[375.892,-147.102],[372,-143],[371.477,-141.466],[371,-140],[370.017,-139.057],[369,-138],[356.638,-112.498],[352,-84],[359.438,-59.399],[380,-49],[390.471,-50.61],[398,-54],[400.604,-54.526],[403,-55],[405.025,-56.478],[407,-58],[430.821,-71.605],[455,-85],[459.529,-87.903],[463,-92],[463.088,-96.402],[463,-102],[451.266,-109.266],[439,-116],[428.825,-95.771],[415,-80],[409.542,-75.047],[404,-71],[396.807,-67.353],[389,-65],[376.2,-66.208],[368,-73],[363.724,-97.698],[371,-123],[379.756,-136.434],[388,-147],[396.935,-152.726],[406,-157],[410.502,-157.05],[416,-157],[424.64,-135.211],[417,-112],[404.328,-97.038],[387,-92],[381.971,-101.559],[383,-115],[390.774,-126.947],[403,-132],[403.691,-125.876],[402,-120],[397.425,-122.086],[393,-122],[388.329,-112.6],[392,-103],[407.984,-110.3],[416,-127],[415.474,-138.667]],"c":true}],"h":1},{"t":25.294,"s":[{"i":[[-3.161,-2.196],[-2.188,0.801],[-1.57,1.507],[-1.097,1.827],[-0.768,1.762],[-0.549,2.472],[0.132,2.377],[1.115,1.842],[2.4,0.866],[2.733,-0.819],[2.457,-1.963],[1.995,-2.412],[1.347,-2.167],[0.572,-0.858],[0.554,-0.858],[0.455,-0.821],[0.276,-0.746],[0.455,-3.157],[-0.211,-2.889],[-0.811,-2.412],[-1.344,-1.727],[-2.272,-0.913],[-2.536,0.095],[-2.496,0.835],[-2.153,1.308],[-1.108,0.924],[-1.045,1.01],[-1.164,1.081],[-1.467,1.136],[-2.876,5.136],[-1.923,5.925],[0.183,6.37],[0.767,3.237],[0.856,1.454],[1.129,0.859],[0.768,0.346],[0.163,0.451],[0.185,0.124],[0.379,-0.067],[0.255,0.115],[0.143,0.456],[0.24,0.091],[1.82,0.142],[1.446,-0.05],[1.642,-0.666],[0.656,-0.275],[0.834,-0.057],[0.805,-0.413],[1.445,-0.982],[1.088,-0.49],[0.166,-0.451],[0.179,-0.124],[2.269,-2.332],[2.641,-3.395],[4.409,-14.345],[-6.374,-12.96],[-3.092,-2.356],[-3.745,-1.737],[-3.063,0.603],[-3.558,0.108],[-7.826,4.345],[-7.104,4.189],[-1.507,1.068],[-1.524,0.874],[-3.286,1.666],[-2.704,2.529],[-1.836,1.009],[-0.632,2.21],[0.17,1.616],[-0.281,2.138],[5.783,3.384],[6.211,2.956],[8.518,-11.829],[13.264,-4.29],[2.636,-0.063],[2.868,0.09],[2.142,3.956],[0.304,4.974],[-1.814,5.608],[-2.189,4.276],[-1.279,2.362],[-1.592,2.031],[-5.726,3.507],[-8.291,-0.88],[1.468,-8.625],[2.637,-5.848],[0.452,-0.169],[0.125,-0.171],[-0.067,-0.385],[0.111,-0.246],[0.454,-0.179],[0.123,-0.148],[3.749,-2.508],[5.282,0.299],[-1.949,7.281],[-4.275,2.736],[-1.502,0.568],[-0.93,-1.951],[0.612,-1.815],[2.401,0.473],[1.336,-4.152]],"o":[[2.951,0.29],[2.188,-0.801],[1.57,-1.507],[1.097,-1.827],[0.926,-2.126],[0.549,-2.472],[-0.131,-2.377],[-1.115,-1.842],[-2.824,-1.019],[-2.733,0.819],[-2.457,1.963],[-1.995,2.412],[-0.51,0.82],[-0.572,0.858],[-0.554,0.858],[-0.455,0.821],[-1.188,3.216],[-0.455,3.157],[0.211,2.889],[0.811,2.412],[1.703,2.189],[2.272,0.913],[2.536,-0.095],[2.496,-0.835],[1.354,-0.823],[1.108,-0.924],[1.045,-1.01],[1.164,-1.081],[2.674,-4.003],[2.876,-5.136],[1.923,-5.925],[-0.075,-2.596],[-0.767,-3.238],[-0.717,-1.218],[-1.129,-0.859],[-0.162,-0.073],[-0.163,-0.451],[-0.23,-0.154],[-0.379,0.067],[-0.189,-0.085],[-0.143,-0.456],[-1.274,-0.483],[-1.82,-0.142],[-1.778,0.062],[-1.642,0.666],[-0.857,0.359],[-0.834,0.057],[-1.134,0.582],[-1.445,0.982],[-0.158,0.072],[-0.166,0.451],[-3.283,2.275],[-2.269,2.332],[-6.736,8.661],[-4.409,14.345],[1.887,3.838],[3.092,2.356],[4.188,0.522],[3.064,-0.603],[7.591,-4.432],[7.826,-4.345],[1.45,-0.855],[1.507,-1.068],[3.15,-1.805],[3.286,-1.666],[2.024,-0.753],[1.836,-1.009],[0.4,-1.399],[-0.17,-1.616],[-5.659,-3.507],[-5.783,-3.384],[-3.664,13.394],[-8.518,11.829],[-2.589,0.837],[-2.636,0.063],[-4.128,-2.204],[-2.142,-3.956],[-0.446,-7.293],[1.814,-5.608],[1.291,-2.522],[1.279,-2.362],[3.806,-4.854],[5.726,-3.507],[7.508,5.652],[-1.468,8.625],[-0.069,0.153],[-0.452,0.169],[-0.156,0.215],[0.067,0.385],[-0.062,0.137],[-0.454,0.179],[-2.724,3.269],[-3.748,2.508],[-6.07,-4.141],[1.949,-7.281],[1.063,-0.68],[1.502,-0.568],[0.85,1.215],[-0.612,1.815],[-3.816,-1.803],[-1.336,4.152]],"v":[[376,-94],[383.673,-94.863],[389.274,-98.421],[393.239,-103.519],[396,-109],[398.288,-116.006],[398.99,-123.39],[397.196,-129.828],[392,-134],[383.617,-134.126],[375.785,-129.779],[369.06,-123.043],[364,-116],[362.357,-113.473],[360.649,-110.889],[359.116,-108.36],[358,-106],[355.552,-96.387],[355.202,-87.266],[356.751,-79.261],[360,-73],[366.038,-68.415],[373.326,-67.255],[380.95,-68.718],[388,-72],[391.647,-74.625],[394.83,-77.53],[398.098,-80.671],[402,-84],[410.614,-97.794],[418.101,-114.471],[421,-133],[419.587,-142.356],[417,-150],[414.038,-153.154],[411,-155],[410.517,-155.962],[410,-157],[409.019,-157.029],[408,-157],[407.539,-157.996],[407,-159],[402.129,-159.9],[397,-160],[391.659,-158.66],[388,-157],[385.461,-156.541],[383,-156],[378.965,-153.432],[375,-151],[374.516,-150.039],[374,-149],[366.019,-142.34],[359,-134],[340.167,-97.724],[341,-55],[348.607,-45.925],[359,-40],[369.472,-40.528],[379,-42],[402.365,-55.182],[425,-68],[429.445,-70.986],[434,-74],[443.835,-78.958],[453,-85],[459.043,-87.407],[463,-92],[463.09,-96.446],[463,-102],[445.914,-112.414],[428,-122],[409.7,-82.671],[377,-57],[369.209,-55.804],[361,-56],[351.632,-65.423],[348,-79],[350.524,-98.262],[357,-113],[360.774,-120.368],[365,-127],[379.137,-140.301],[400,-145],[407.108,-122.147],[399,-99],[398.042,-98.513],[397,-98],[396.966,-97.024],[397,-96],[396.046,-95.508],[395,-95],[385.418,-85.824],[372,-82],[367.241,-101.053],[378,-118],[382.1,-120.473],[386,-119],[386.438,-113.734],[382,-111],[373.768,-105.499]],"c":true}],"h":1},{"t":25.823,"s":[{"i":[[-1.139,-1.895],[-1.692,-0.033],[-1.475,0.814],[-1.171,1.19],[-0.778,1.096],[-1.05,3.034],[-0.114,3.116],[1.368,2.274],[3.397,0.509],[2.463,-1.114],[2.298,-2.048],[1.946,-2.434],[1.867,-3.926],[0.769,-3.835],[-2.049,-5.327],[-5.15,-0.982],[-3.761,1.105],[-1.161,1.113],[-0.659,0.445],[-0.607,0.495],[-2.87,3.514],[-1.606,3.564],[-0.451,0.154],[-0.118,0.208],[-1.903,7.676],[1.403,7.394],[0.873,1.921],[0.325,0.339],[0.955,0.826],[0.981,0.442],[0.165,0.451],[0.18,0.124],[2.056,0.315],[1.679,-0.014],[3.491,-1.633],[3.452,-2.437],[2.566,-2.126],[1.43,-1.87],[0.09,-0.547],[0.335,-0.41],[1.199,-1.253],[0.975,-1.484],[2.078,-4.385],[1.28,-3.796],[0.364,-1.043],[0.208,-0.831],[0.038,-6.522],[-1.376,-4.029],[-0.914,-1.785],[-0.1,-0.145],[-2.598,-2.006],[-1.569,-0.468],[-4.765,1.003],[-3.164,1.412],[-2.193,1.338],[-2.243,1.316],[-9.642,5.334],[-7.39,4.532],[-1.134,0.622],[-1.038,0.636],[-1.163,0.64],[-1.01,0.619],[-1.145,0.629],[-1.019,0.624],[-1.656,2.133],[0.868,6.866],[8.996,5.171],[9.26,4.907],[0.674,-4.896],[0.87,-3.062],[0.398,-1.723],[0.713,-1.663],[1.124,-2.244],[1.303,-2.225],[3.168,-3.851],[3.697,-3.106],[2.976,-1.82],[3.4,-1.455],[2.626,-0.207],[3.02,0.186],[1.809,6.04],[-0.932,7.097],[-1.76,4.424],[-2.418,4.172],[-6.318,4.992],[-9.818,-0.714],[-1.027,-4.172],[0.654,-4.897],[2.088,-3.933],[1.047,-2.755],[3.907,-2.661],[5.988,1.397],[0.33,3.004],[-0.065,3.398],[-2.702,3.546],[-4.573,-0.901],[-0.027,-1.361],[1.807,0.474],[0.949,-0.384],[0.611,-0.722],[0.592,-2.381]],"o":[[1.821,1.35],[1.692,0.033],[1.475,-0.814],[1.171,-1.19],[1.439,-2.028],[1.05,-3.034],[0.114,-3.116],[-1.368,-2.274],[-2.439,-0.365],[-2.463,1.114],[-2.298,2.048],[-2.764,3.459],[-1.867,3.926],[-1.346,6.712],[2.049,5.327],[2.796,0.533],[3.761,-1.105],[0.755,-0.724],[0.659,-0.445],[2.916,-2.378],[2.869,-3.514],[0.079,-0.175],[0.451,-0.154],[2.789,-4.903],[1.903,-7.676],[-0.185,-0.978],[-0.873,-1.921],[-1.2,-1.252],[-0.955,-0.826],[-0.159,-0.072],[-0.165,-0.451],[-1.097,-0.754],[-2.056,-0.315],[-3.583,0.031],[-3.491,1.633],[-2.305,1.627],[-2.566,2.126],[-0.306,0.4],[-0.09,0.547],[-1.228,1.502],[-1.199,1.253],[-2.406,3.665],[-2.078,4.385],[-0.336,0.997],[-0.364,1.043],[-1.222,4.883],[-0.038,6.522],[0.244,0.715],[0.914,1.785],[1.039,1.51],[2.598,2.006],[4.774,1.422],[4.765,-1.003],[2.986,-1.332],[2.193,-1.338],[7.043,-4.13],[9.642,-5.334],[1.428,-0.876],[1.134,-0.622],[1.339,-0.821],[1.163,-0.64],[1.401,-0.859],[1.145,-0.629],[4.245,-2.603],[1.656,-2.133],[-8.756,-5.411],[-8.996,-5.171],[0.565,5.355],[-0.674,4.896],[-0.696,2.446],[-0.398,1.723],[-1.2,2.798],[-1.124,2.244],[-2.632,4.492],[-3.168,3.85],[-2.696,2.265],[-2.976,1.82],[-2.475,0.359],[-2.626,0.207],[-5.695,-2.741],[-1.809,-6.04],[0.543,-4.135],[1.76,-4.423],[3.911,-6.746],[6.318,-4.992],[3.547,2.416],[1.027,4.172],[-0.602,4.512],[-2.088,3.933],[-3.382,2.754],[-3.907,2.661],[-1.747,-1.586],[-0.33,-3.004],[1.619,-3.719],[2.702,-3.546],[-0.303,1.031],[0.027,1.361],[-0.591,0.742],[-0.949,0.384],[-1.772,0.581],[-0.592,2.381]],"v":[[356,-85],[361.291,-83.042],[366.065,-84.33],[370.056,-87.453],[373,-91],[376.87,-98.824],[378.754,-108.279],[377.01,-116.594],[370,-121],[362.601,-119.74],[355.413,-114.86],[349,-108],[342.003,-96.782],[338,-85],[339.128,-66.203],[350,-56],[360.726,-57.266],[369,-61],[371.111,-62.671],[373,-64],[381.982,-73.111],[389,-84],[389.971,-84.476],[391,-85],[398.644,-104.632],[400,-128],[398.104,-132.98],[396,-137],[392.836,-140.108],[390,-142],[389.516,-142.961],[389,-144],[383.937,-145.576],[378,-146],[367.402,-143.305],[357,-137],[349.343,-131.182],[343,-125],[342.522,-123.507],[342,-122],[338.31,-117.987],[335,-114],[328.155,-101.598],[323,-89],[321.904,-85.875],[321,-83],[319.051,-64.859],[321,-48],[323.108,-43.573],[325,-40],[331.103,-34.218],[338,-30],[352.707,-29.875],[365,-34],[372.557,-38.012],[379,-42],[405.239,-56.699],[432,-72],[435.793,-74.179],[439,-76],[442.747,-78.151],[446,-80],[449.787,-82.176],[453,-84],[461.834,-89.803],[463,-102],[436.378,-117.878],[409,-133],[408.577,-117.28],[406,-105],[404.513,-98.913],[403,-94],[399.578,-86.57],[396,-80],[387.299,-67.46],[377,-57],[368.528,-50.892],[359,-46],[351.409,-45.091],[343,-45],[332.03,-58.733],[331,-79],[334.594,-91.972],[341,-105],[356.07,-123.595],[380,-131],[386.65,-120.861],[387,-107],[382.334,-94.182],[377,-84],[366.454,-74.887],[352,-72],[349.141,-79.141],[349,-89],[355.284,-100.965],[366,-106],[366.128,-101.872],[364,-100],[361.515,-98.485],[359,-97],[355.317,-91.986]],"c":true}],"h":1},{"t":26.353,"s":[{"i":[[91.629,53.37],[2.509,-1.324],[1.637,-2.196],[-20.847,-11.96],[-20.063,-11.084],[-1.574,-0.715],[-0.484,-0.464],[-0.246,-0.06],[-0.588,-0.35],[-3.839,-2.134],[-3.831,-2.198],[-6.629,-3.867],[-5.882,-3.318],[-2.283,-1.272],[-1.296,-1.464],[-0.11,-0.581],[-0.256,-0.334],[-0.35,-0.267],[-0.291,-0.529],[1.453,-9.635],[3.012,-6.679],[0.798,-1.883],[0.977,-1.626],[0.784,-0.668],[0.442,-0.624],[0.106,-0.543],[0.264,-0.387],[0.494,-0.385],[-0.274,-1.028],[6.593,-4.407],[11.884,0.884],[1.029,8.054],[-2.136,6.791],[-0.754,1.549],[-0.469,1.168],[-0.779,1.329],[-1.067,1.648],[-5.786,4.106],[-8.577,-1.029],[-0.261,-5.473],[1.341,-3.819],[4.898,-5.151],[7.159,0.013],[-2.816,7.043],[-5.418,-1.671],[0.686,-0.594],[0.509,-0.487],[0.669,-0.649],[0.863,0.04],[0.402,-2.025],[-1.256,-1.621],[-2.992,2.224],[-1.641,3.4],[0.221,4.186],[4.03,2.292],[4.563,-4.367],[2.212,-4.828],[1.062,-4.44],[-0.715,-4.038],[-1.633,-2.419],[-2.044,-0.935],[-5.351,2.457],[-2.502,2.502],[-0.559,0.779],[-0.822,0.944],[-1.714,2.109],[-1.371,2.529],[-0.819,2.245],[-0.649,2.035],[-0.671,4.99],[0.76,3.672],[0.653,1.729],[0.25,0.421],[1.671,1.216],[1.303,1.434],[0.583,0.084],[0.081,0.586],[4.576,-2.09],[4.46,-2.207],[6.858,-13.864],[-2.19,-15.453],[-1.308,-2.564],[-1.343,-1.751],[-1.012,-1.079],[-0.952,-1.381],[-1.269,-0.565],[-1.154,-0.679],[-4.775,1.464],[-3.167,1.726],[-2.312,1.33],[-2.151,1.263],[-1.73,0.886],[-0.629,0.602],[-0.783,0.75],[-0.882,0.845],[-1.202,0.697],[-2.436,1.386],[-1.17,0.678],[-19.357,11.475],[-1.061,3.687],[-0.563,3.806]],"o":[[-2.327,1.506],[-2.509,1.324],[18.549,10.075],[20.847,11.96],[1.221,0.675],[1.574,0.715],[0.427,0.409],[0.246,0.06],[3.812,2.265],[3.839,2.134],[5.603,3.216],[6.629,3.867],[2.571,1.45],[2.283,1.272],[0.303,0.343],[0.11,0.581],[0.308,0.404],[0.35,0.267],[4.826,8.779],[-1.453,9.635],[-0.831,1.843],[-0.798,1.883],[-0.423,0.704],[-0.784,0.668],[-0.312,0.441],[-0.106,0.543],[-0.296,0.433],[-0.495,0.385],[-5.743,5.257],[-6.593,4.407],[-7.019,-2.992],[-1.029,-8.054],[0.515,-1.636],[0.754,-1.549],[0.817,-2.035],[0.779,-1.329],[4.278,-6.605],[5.786,-4.106],[4.297,3.29],[0.261,5.473],[-2.249,6.407],[-4.898,5.151],[-5.683,-4.499],[2.816,-7.043],[0.255,1.135],[-0.686,0.594],[-0.462,0.442],[-0.669,0.649],[-0.649,1.28],[-0.402,2.025],[3.39,2.294],[2.992,-2.224],[1.913,-3.964],[-0.221,-4.186],[-7.534,-0.296],[-4.563,4.367],[-1.467,3.202],[-1.062,4.44],[0.423,2.389],[1.633,2.419],[5.092,2.329],[5.351,-2.457],[0.94,-0.941],[0.559,-0.779],[1.774,-2.035],[1.714,-2.109],[1.077,-1.986],[0.819,-2.245],[1.074,-3.368],[0.672,-4.99],[-0.137,-0.664],[-0.653,-1.729],[-1.012,-1.701],[-1.671,-1.216],[-0.589,-0.079],[-0.583,-0.084],[-7.235,-0.568],[-4.576,2.09],[-7.759,7.091],[-6.858,13.864],[0.424,2.993],[1.308,2.564],[0.999,1.302],[1.012,1.079],[1.77,0.062],[1.269,0.565],[5.732,0.581],[4.775,-1.464],[2.6,-1.417],[2.312,-1.33],[1.453,-0.853],[1.73,-0.886],[1.758,-1.684],[2.002,-1.917],[0.864,-0.828],[3.195,-1.851],[1.367,-0.778],[19.536,-11.309],[2.985,-1.727],[0.767,-2.666],[-91.358,-53.641]],"v":[[187,-261],[179.482,-257.018],[173,-252],[232.864,-218.257],[295,-183],[299.553,-180.841],[303,-179],[303.879,-178.455],[305,-178],[316.486,-171.45],[328,-165],[346.791,-154.076],[366,-143],[373.457,-139.01],[379,-135],[379.536,-133.494],[380,-132],[381.014,-131.094],[382,-130],[385.879,-101.425],[378,-76],[375.61,-70.338],[373,-65],[371.014,-62.94],[369,-61],[368.464,-59.459],[368,-58],[366.573,-56.946],[366,-55],[348.606,-39.394],[322,-33],[310.634,-51.151],[313,-75],[315.034,-79.851],[317,-84],[319.312,-88.79],[322,-93],[336.775,-109.725],[358,-115],[364.228,-100.896],[362,-86],[351.183,-67.685],[333,-59],[330.175,-79.127],[344,-90],[343.073,-87.514],[341,-86],[339.301,-84.138],[337,-83],[335.072,-77.756],[336,-72],[345.812,-72.729],[353,-82],[355.958,-94.754],[350,-105],[332.009,-97.843],[322,-83],[317.863,-71.127],[317,-58],[320.284,-50.409],[326,-45],[342.442,-46.376],[355,-55],[357.088,-57.497],[359,-60],[364.302,-66.13],[369,-73],[371.821,-79.463],[374,-86],[376.875,-99.272],[377,-113],[375.585,-117.183],[374,-121],[369.719,-125.2],[365,-129],[363.119,-129.119],[362,-130],[344.919,-127.081],[332,-120],[308.038,-87.271],[299,-42],[301.811,-33.568],[306,-27],[309.035,-23.56],[312,-20],[316.462,-18.962],[320,-17],[335.924,-18.77],[348,-24],[355.336,-28.116],[362,-32],[367.118,-34.688],[371,-37],[378,-41],[385,-45],[387,-46],[394,-51],[398,-53],[456,-86],[463,-92],[463,-102]],"c":true}],"h":1},{"t":26.883,"s":[{"i":[[-9.384,2.288],[1.378,-2.982],[-2.546,-2.765],[-2.782,7.116],[5.566,2.792],[3.731,-1.974],[2.969,-3.66],[1.863,-7.334],[-3.374,-5.829],[-1.412,-1.242],[-0.952,-0.342],[-6.208,4.447],[-3.281,4.688],[-2.335,6.89],[0.308,10.773],[2.184,2.886],[4.427,1.011],[4.15,-1.331],[2.443,-1.581],[2.18,-1.838],[0.971,-2.155],[0.454,-0.18],[0.123,-0.145],[2.496,-3.997],[2.005,-4.453],[0.907,-1.844],[0.543,-1.788],[0.506,-2.372],[0.245,-2.104],[-0.582,-4.38],[-1.306,-3.047],[-0.685,-1.112],[-1.376,-1.489],[-4.093,-1.253],[-4.046,0.804],[-2.642,1.061],[-2.339,1.142],[-1.152,0.678],[-0.959,0.588],[-1.145,0.629],[-1.019,0.624],[-1.145,0.629],[-1.019,0.624],[-1.145,0.629],[-1.019,0.624],[-1.134,0.622],[-1.038,0.636],[-0.96,0.549],[-0.264,0.254],[-1.432,0.696],[-0.392,0.375],[-1.432,0.696],[-0.392,0.375],[-1.389,0.655],[-0.441,0.422],[-1.435,0.698],[-0.37,0.355],[-1.389,0.655],[-0.441,0.422],[-1.39,0.655],[-0.441,0.422],[-1.432,0.696],[-0.392,0.375],[-0.242,0.059],[-0.601,0.349],[-1.084,0.867],[-1.163,0.662],[-0.78,0.159],[-0.204,0.98],[-4.726,2.774],[-5.123,2.377],[-1.237,4.324],[-0.536,4.29],[92.692,52.642],[9.573,-5.518],[2.296,-3.291],[-43.269,-22.231],[-1.254,-0.699],[-2.19,-1.21],[-7.607,-4.42],[-1.524,-0.687],[-0.419,-0.235],[-4.462,-2.517],[-4.731,-5.778],[-0.621,-6.604],[5.705,-10.803],[1.686,-2.59],[0.346,-0.462],[0.611,-0.78],[0.417,-0.448],[0.686,-0.814],[4.982,-3.137],[9.935,1.087],[-1.285,13.546],[-7.204,9.287],[-12.512,-1.859],[4.632,-9.849],[1.653,-2.072],[0.902,-0.833],[2.33,-1.005],[3.719,0.883]],"o":[[-1.036,2.307],[-1.378,2.982],[6.438,1.257],[2.782,-7.116],[-3.105,-1.558],[-3.731,1.975],[-3.923,4.837],[-1.863,7.334],[0.399,0.689],[1.413,1.242],[6.887,2.476],[6.208,-4.447],[3.967,-5.668],[2.335,-6.89],[-1.837,-4.444],[-2.184,-2.886],[-3.956,-0.904],[-4.15,1.331],[-2.309,1.494],[-2.18,1.838],[-0.061,0.136],[-0.454,0.18],[-3.01,3.559],[-2.496,3.997],[-0.827,1.837],[-0.908,1.844],[-0.731,2.409],[-0.506,2.372],[-0.634,5.433],[0.582,4.38],[0.885,2.063],[0.685,1.112],[2.582,2.793],[4.093,1.253],[3.091,-0.614],[2.642,-1.061],[1.432,-0.698],[1.152,-0.678],[1.401,-0.86],[1.145,-0.629],[1.401,-0.86],[1.145,-0.629],[1.401,-0.86],[1.145,-0.629],[1.428,-0.876],[1.134,-0.622],[0.896,-0.55],[0.96,-0.549],[0.879,-0.842],[1.432,-0.696],[0.879,-0.842],[1.432,-0.696],[1.001,-0.959],[1.389,-0.655],[0.89,-0.852],[1.435,-0.698],[1.001,-0.959],[1.389,-0.655],[1,-0.959],[1.39,-0.655],[0.879,-0.842],[1.432,-0.696],[0.432,-0.414],[0.242,-0.059],[1.501,-0.87],[1.084,-0.867],[0.675,-0.384],[0.78,-0.159],[4.975,-2.525],[4.726,-2.774],[2.648,-2.732],[0.771,-2.696],[-91.815,-53.52],[-9.88,6.614],[-3.417,1.969],[39.148,20.42],[1.093,0.561],[2.103,1.172],[8.552,4.725],[2.031,1.18],[0.353,0.159],[4.475,2.506],[9.397,5.3],[3.917,4.784],[1.621,17.254],[-1.436,2.719],[-0.286,0.439],[-0.659,0.878],[-0.361,0.46],[-0.701,0.753],[-4.135,4.902],[-6.364,4.007],[-9.83,-5.084],[1.089,-11.486],[7.428,-9.576],[10.451,6.834],[-1.777,3.778],[-1.332,1.669],[-1.894,1.748],[-3.129,1.349],[-7.17,-9.4]],"v":[[318,-74],[313.314,-65.844],[314,-57],[329.003,-68.963],[326,-87],[315.398,-85.913],[305,-77],[295.528,-57.745],[297,-37],[300.085,-33.74],[304,-31],[324.204,-35.627],[339,-51],[348.706,-69.171],[352,-95],[346.442,-106.074],[337,-112],[324.366,-110.864],[314,-106],[306.997,-100.996],[302,-95],[301.046,-94.507],[300,-94],[291.746,-82.671],[285,-70],[282.287,-64.463],[280,-59],[278.135,-51.772],[277,-45],[277.045,-30.211],[280,-19],[282.131,-14.569],[285,-11],[295.403,-4.802],[308,-4],[316.564,-6.605],[324,-10],[327.854,-12.083],[331,-14],[334.787,-16.176],[338,-18],[341.787,-20.176],[345,-22],[348.787,-24.176],[352,-26],[355.793,-28.18],[359,-30],[361.974,-31.722],[364,-33],[367.866,-35.35],[371,-37],[374.866,-39.35],[378,-41],[381.92,-43.402],[385,-45],[388.89,-47.373],[392,-49],[395.92,-51.402],[399,-53],[402.92,-55.402],[406,-57],[409.866,-59.35],[413,-61],[413.873,-61.549],[415,-62],[418.753,-64.656],[422,-67],[424.353,-67.553],[426,-69],[440.389,-77.111],[455,-85],[463,-92],[463,-102],[186,-261],[155,-243],[145,-236],[273,-165],[276,-162],[283,-159],[309,-144],[314,-142],[315,-140],[329,-133],[354,-117],[361,-99],[350,-56],[346,-47],[344,-46],[343,-43],[341,-42],[340,-39],[325,-26],[300,-19],[288,-48],[302,-81],[332,-98],[335,-65],[328,-56],[326,-52],[319,-48],[309,-46]],"c":true}],"h":1},{"t":27.412,"s":[{"i":[[-6.081,2.653],[0.098,-2.053],[-0.839,-2.123],[-2.369,5.958],[5.833,2.699],[1.748,-0.463],[0.668,-0.387],[1.207,-0.834],[0.966,-0.966],[0.07,-0.534],[0.333,-0.477],[0.604,-0.289],[0.294,-0.428],[0.117,-0.547],[0.235,-0.379],[0.632,-1.442],[0.577,-1.79],[-1.057,-5.111],[-4.851,-2.117],[-7.545,9.017],[-2.037,10.454],[0.331,3.899],[1.365,2.868],[2.442,1.863],[2.167,0.312],[4.142,-1.783],[3.287,-2.464],[3.571,-4.157],[2.389,-4.127],[0.629,-1.291],[0.602,-1.308],[-0.239,-11.813],[-9.375,-4.33],[-1.532,-0.562],[-1.529,-0.133],[-6.147,3.069],[-4.073,2.358],[-1.293,0.846],[-1.24,0.696],[-2.006,0.934],[-1.891,1.095],[-18.277,10.577],[-19.512,11.053],[-4.249,2.468],[-0.635,2.219],[0.121,1.779],[-0.198,1.886],[46.187,26.48],[46.346,26.321],[3.067,-1.491],[3.106,-1.767],[0.15,-0.434],[0.206,-0.154],[0.572,-0.13],[0.337,-0.199],[1.423,-0.772],[1.571,-0.887],[1.47,-0.807],[1.512,-0.867],[0.663,-0.558],[0.699,-0.396],[4.594,-2.492],[3.901,-3.359],[-2.139,-1.189],[-2.221,-1.258],[-1.737,-0.818],[-1.427,-0.807],[-0.493,-0.606],[-0.498,-0.276],[-2.347,-1.102],[-2.332,-1.327],[-4.347,-2.531],[-4.239,-2.391],[-2.889,-1.389],[-1.273,-1.219],[-2.116,-1.085],[-1.829,-1.026],[-1.72,-0.811],[-1.452,-0.821],[-0.493,-0.606],[-0.498,-0.276],[-1.223,-0.458],[-1.036,-0.572],[-4.477,-2.615],[-3.798,-2.168],[-1.197,-0.686],[-1.076,-0.607],[-2.899,-1.399],[-1.228,-1.177],[-3.863,-2.179],[-2.8,-1.583],[-1.03,-0.578],[-4.346,-2.578],[-2.82,-3.236],[1.362,-12.18],[14.643,-10.667],[9.178,4.327],[-2.569,9.918],[-20.727,-0.384],[1.267,-6.836],[12.846,-0.611]],"o":[[-0.448,1.666],[-0.098,2.053],[5.356,0.532],[2.369,-5.958],[-1.339,-1.24],[-1.748,0.463],[-1.205,0.697],[-1.207,0.834],[-0.389,0.389],[-0.07,0.534],[-0.29,0.415],[-0.604,0.289],[-0.298,0.434],[-0.117,0.547],[-0.895,1.441],[-0.632,1.442],[-2.077,6.437],[1.057,5.111],[11.784,0.52],[7.545,-9.017],[0.688,-3.535],[-0.331,-3.9],[-1.064,-2.235],[-2.442,-1.863],[-4.144,-0.597],[-4.142,1.783],[-4.327,3.244],[-3.571,4.157],[-0.884,1.527],[-0.629,1.291],[-4.332,9.418],[0.239,11.813],[1.344,0.62],[1.532,0.562],[7.337,0.635],[6.147,-3.069],[1.588,-0.92],[1.293,-0.846],[2.086,-1.171],[2.006,-0.934],[18.38,-10.64],[18.277,-10.577],[3.369,-1.909],[4.249,-2.468],[0.286,-0.997],[-0.121,-1.779],[-45.908,-26.76],[-46.187,-26.48],[-2.627,2.269],[-3.067,1.491],[-0.195,0.111],[-0.15,0.434],[-0.374,0.281],[-0.572,0.13],[-1.738,1.026],[-1.423,0.772],[-1.607,0.906],[-1.47,0.807],[-0.649,0.372],[-0.663,0.558],[-4.722,2.674],[-4.594,2.492],[2.221,0.988],[2.139,1.189],[1.624,0.919],[1.737,0.818],[0.531,0.3],[0.493,0.606],[2.28,1.266],[2.347,1.102],[4.371,2.487],[4.347,2.53],[2.171,1.225],[2.889,1.389],[1.706,1.635],[2.116,1.085],[1.666,0.935],[1.72,0.811],[0.531,0.3],[0.493,0.606],[1.072,0.595],[1.223,0.458],[4.294,2.372],[4.477,2.615],[1.136,0.648],[1.197,0.686],[2.177,1.228],[2.899,1.399],[3.473,3.327],[3.156,1.78],[0.958,0.541],[4.78,2.684],[4.718,2.798],[5.559,6.379],[-2.057,18.388],[-8.548,6.227],[-9.072,-6.811],[4.882,-18.853],[6.892,4.251],[-2.382,12.851],[-6.247,-5.721]],"v":[[289,-54],[288.035,-48.342],[289,-42],[301.892,-52.577],[298,-68],[292.997,-68.72],[289,-67],[285.32,-64.701],[282,-62],[281.459,-60.567],[281,-59],[279.503,-58.01],[278,-57],[277.452,-55.458],[277,-54],[274.762,-49.762],[273,-45],[271.304,-27.26],[280,-16],[309.31,-30.77],[324,-62],[324.54,-73.5],[322,-84],[316.327,-90.442],[309,-94],[296.357,-91.796],[285,-85],[273.047,-73.662],[264,-61],[261.788,-56.836],[260,-53],[252.719,-18.684],[266,8],[270.361,9.866],[275,11],[295.448,6.245],[311,-3],[315.261,-5.668],[319,-8],[325.146,-11.057],[331,-14],[385.651,-45.69],[442,-78],[454.55,-84.767],[463,-92],[463.066,-96.334],[463,-102],[324.829,-181.829],[186,-261],[177.359,-255.624],[168,-251],[167.508,-250.033],[167,-249],[165.472,-248.439],[164,-248],[159.375,-245.395],[155,-243],[150.429,-240.47],[146,-238],[144.038,-236.518],[142,-235],[127.885,-227.513],[115,-219],[121.5,-215.703],[128,-212],[133.147,-209.416],[138,-207],[139.525,-205.482],[141,-204],[147.961,-200.546],[155,-197],[168.099,-189.428],[181,-182],[189.173,-177.996],[196,-174],[201.907,-170.044],[208,-167],[213.161,-164.415],[218,-162],[219.525,-160.482],[221,-159],[224.527,-157.483],[228,-156],[241.372,-148.347],[254,-141],[257.545,-138.969],[261,-137],[269.211,-132.962],[276,-129],[288,-122],[298,-117],[301,-114],[315,-107],[327,-98],[333,-67],[302,-13],[272,-6],[265,-39],[305,-79],[311,-58],[285,-31]],"c":true}],"h":1},{"t":27.941,"s":[{"i":[[1.625,13.824],[46.127,26.374],[45.815,26.685],[8.004,-4.74],[7.2,-3.978],[1.542,-0.695],[0.515,-0.493],[0.246,-0.06],[0.588,-0.35],[3.67,-2.179],[3.593,-2.071],[4.172,-2.441],[4.027,-2.769],[-17.978,-10.138],[-19.871,-11.29],[-13.604,-7.48],[-13.479,-7.636],[-4.691,-2.825],[-2.454,-2.991],[2.976,-12.471],[4.43,-6.179],[1.376,-1.734],[1.265,-1.348],[5.351,-2.582],[6.93,0.233],[1.722,3.414],[0.121,4.633],[-0.809,3.149],[-0.868,2.385],[-0.264,1.206],[-0.54,1.062],[-0.734,0.792],[-0.594,0.906],[0.067,0.377],[-0.116,0.257],[-0.452,0.168],[-0.125,0.173],[-4.386,3.153],[-5.378,-0.892],[2.131,-7.604],[3.337,-2.922],[2.234,-0.989],[3.044,0.726],[-0.615,2.944],[-0.874,2.278],[-0.674,-1.659],[-2.861,0.527],[-1.279,4.733],[5.015,1.736],[3.664,-3.285],[1.961,-4.662],[-0.347,-5.475],[-4.68,-3.183],[-6.175,5.585],[-3.026,6.366],[-1.08,2.83],[-0.298,2.775],[0.147,3.064],[0.702,2.04],[0.748,0.8],[0.683,0.85],[-0.081,0.41],[0.171,0.171],[0.415,-0.083],[0.173,0.165],[0.303,0.61],[0.433,0.219],[2.786,-0.073],[2.752,-0.773],[1.133,-0.481],[1.35,-0.761],[4.027,-4.446],[3.618,-6.24],[1.942,-5.099],[0.501,-4.898],[-1.229,-5.084],[-2.847,-3.207],[-5.97,-0.206],[-5.768,2.725],[-4.287,2.46],[-12.342,6.992],[-2.909,1.644],[-1.03,0.578],[-1.986,1.141],[-3.228,1.455],[-0.412,0.237],[-1.335,0.686],[-1.179,0.679],[-2.067,1.188],[-3.18,1.434],[-0.412,0.237],[-1.335,0.686],[-1.317,0.749],[-2.246,1.24],[-2.054,1.189],[-2.698,2.585],[-1.176,0.699],[-3.025,1.769],[-5.043,2.869],[-0.039,0.037],[-3.699,2.132]],"o":[[-45.679,-26.82],[-46.127,-26.374],[-7.786,4.06],[-8.004,4.74],[-1.317,0.727],[-1.542,0.695],[-0.427,0.409],[-0.246,0.06],[-3.725,2.214],[-3.67,2.179],[-4.285,2.469],[-4.172,2.441],[16.216,9.16],[17.978,10.138],[13.106,7.446],[13.604,7.48],[4.782,2.709],[4.691,2.825],[7.336,8.939],[-2.976,12.471],[-1.229,1.715],[-1.376,1.734],[-3.666,3.905],[-5.351,2.582],[-3.99,-1.712],[-1.722,-3.414],[-0.105,-4.018],[0.809,-3.149],[0.404,-1.113],[0.264,-1.206],[0.471,-0.927],[0.734,-0.792],[0.153,-0.233],[-0.067,-0.377],[0.07,-0.154],[0.451,-0.168],[3.077,-4.281],[4.386,-3.153],[6.86,4.662],[-2.131,7.604],[-2.021,1.77],[-2.234,0.989],[-1.334,-2.947],[0.615,-2.944],[1.442,0.892],[0.674,1.659],[2.898,-1.331],[1.279,-4.733],[-4.382,-0.799],[-3.664,3.284],[-2.069,4.919],[0.347,5.475],[9.274,1.704],[6.175,-5.585],[1.381,-2.905],[1.08,-2.83],[0.291,-2.704],[-0.147,-3.064],[-0.327,-0.95],[-0.748,-0.8],[-0.154,-0.191],[0.081,-0.41],[-0.168,-0.168],[-0.415,0.083],[-0.355,-0.34],[-0.303,-0.61],[-2.103,-1.066],[-2.786,0.073],[-1.118,0.314],[-1.133,0.481],[-5.275,2.976],[-4.027,4.446],[-2.729,4.707],[-1.942,5.099],[-0.764,7.457],[1.229,5.084],[4.353,4.901],[5.97,0.206],[4.51,-2.131],[13.606,-7.808],[3.33,-1.887],[0.958,-0.541],[2.136,-1.2],[3.673,-2.11],[0.349,-0.157],[1.329,-0.765],[1.209,-0.621],[2.157,-1.242],[3.597,-2.067],[0.349,-0.157],[1.329,-0.765],[1.432,-0.736],[2.127,-1.21],[1.992,-1.101],[4.019,-2.326],[0.854,-0.819],[3.308,-1.966],[4.147,-2.425],[-0.092,0.053],[3.433,-3.289],[10.593,-6.106]],"v":[[463,-102],[325.102,-181.602],[187,-261],[163.061,-247.438],[140,-234],[135.399,-231.825],[132,-230],[131.121,-229.455],[130,-229],[118.901,-222.393],[108,-216],[95.307,-208.724],[83,-201],[134.258,-172.097],[191,-140],[231.22,-117.642],[272,-95],[286.746,-86.712],[298,-78],[302.325,-43.43],[289,-13],[285.027,-7.725],[281,-3],[267.448,7.104],[249,11],[240.598,3.19],[238,-9],[239.271,-19.724],[242,-28],[242.898,-31.538],[244,-35],[245.908,-37.516],[248,-40],[248.027,-40.982],[248,-42],[248.959,-42.486],[250,-43],[261.274,-54.88],[276,-59],[281.148,-38.696],[271,-21],[264.768,-16.628],[257,-16],[256.345,-25.002],[259,-33],[261.435,-28.435],[266,-26],[273.435,-36.696],[269,-48],[256.684,-43.596],[248,-31],[244.938,-14.698],[252,-1],[275.186,-8.448],[289,-28],[292.812,-36.597],[295,-45],[295.245,-53.998],[294,-62],[292.267,-64.575],[290,-67],[290.013,-68.015],[290,-69],[289.003,-69.002],[288,-69],[287.058,-70.59],[286,-72],[278.487,-73.379],[270,-72],[266.674,-70.836],[263,-69],[249.257,-57.948],[238,-42],[230.829,-27.143],[227,-12],[227.791,6.688],[234,19],[249.939,26.22],[268,22],[281,14],[320,-8],[330,-13],[333,-16],[340,-19],[351,-25],[352,-27],[356,-28],[359,-31],[366,-34],[377,-40],[378,-42],[382,-43],[385,-46],[392,-49],[398,-53],[413,-61],[415,-62],[424,-68],[438,-75],[439,-76],[451,-83]],"c":true}],"h":1},{"t":28.471,"s":[{"i":[[-0.701,1.612],[46.127,26.374],[45.815,26.685],[7.63,-4.53],[6.928,-3.942],[1.554,-0.604],[1.386,-0.788],[0.493,-0.603],[0.496,-0.284],[0.863,-0.279],[0.709,-0.406],[2.803,-1.67],[2.684,-1.54],[3.568,-2.043],[3.168,-1.787],[0.659,-0.558],[0.704,-0.395],[1.523,-0.588],[1.492,-0.851],[1.336,-0.869],[1.347,-0.776],[1.319,-0.851],[1.407,-0.837],[1.6,-0.815],[0.305,-1.971],[-18.457,-10.511],[-20.34,-11.556],[-1.162,-0.671],[-1.243,-0.686],[-3.14,-1.491],[-2.538,-1.435],[-0.418,-0.563],[-0.651,-0.366],[-0.669,-0.063],[-0.654,-0.37],[-0.458,-0.584],[-0.582,-0.335],[-0.672,-0.063],[-0.65,-0.368],[-0.457,-0.586],[-0.589,-0.327],[-0.662,-0.07],[-0.673,-0.346],[-0.454,-0.591],[-0.584,-0.329],[-0.664,-0.069],[-0.671,-0.344],[-0.453,-0.59],[-0.587,-0.334],[-3.116,-1.355],[-1.462,-1.4],[-1.389,-0.655],[-0.441,-0.422],[-1.614,-0.74],[-1.15,-0.705],[-1.145,-0.629],[-1.019,-0.624],[-2.38,-2.237],[-1.168,-3.021],[1.145,-7.225],[2.153,-5.023],[0.834,-1.94],[0.933,-1.531],[0.745,-0.623],[0.565,-0.759],[0.476,-0.897],[0.53,-0.652],[6.062,-3.281],[7.642,1.177],[-0.156,7.774],[-2.637,5.274],[-0.37,0.723],[-0.942,1.424],[-1.71,1.932],[-2.67,1.203],[-0.424,0.233],[-3.867,-0.263],[2.102,-6.828],[9.391,0.137],[0.271,3.395],[-1.771,-1.865],[4.534,6.473],[4.149,-4.892],[-8.559,-10.96],[-0.658,-1.342],[-2.686,2.501],[-0.794,0.685],[-1.797,2.326],[20.08,8.912],[5.51,-3.63],[1.703,-1.472],[-18.24,-22.355],[-2.342,-1.056],[-0.456,-0.213],[-1.331,-0.134],[-10.433,6.014],[-53.073,30.27],[-2.932,1.668],[-1.31,0.767],[-9.217,5.221],[-0.93,3.25]],"o":[[-45.679,-26.82],[-46.127,-26.374],[-7.553,3.94],[-7.63,4.53],[-1.397,0.794],[-1.554,0.604],[-0.533,0.303],[-0.493,0.603],[-0.839,0.48],[-0.863,0.279],[-3.103,1.779],[-2.803,1.671],[-3.56,2.042],[-3.568,2.043],[-0.659,0.371],[-0.659,0.558],[-1.417,0.796],[-1.523,0.588],[-1.308,0.746],[-1.336,0.869],[-1.319,0.76],[-1.319,0.851],[-1.296,0.77],[-1.6,0.815],[17.83,9.399],[18.457,10.511],[1.109,0.63],[1.162,0.671],[2.901,1.602],[3.14,1.491],[0.678,0.383],[0.418,0.563],[0.671,0.376],[0.669,0.064],[0.584,0.331],[0.458,0.584],[0.662,0.382],[0.672,0.063],[0.585,0.331],[0.457,0.586],[0.678,0.376],[0.662,0.069],[0.598,0.308],[0.454,0.591],[0.671,0.379],[0.664,0.069],[0.601,0.309],[0.453,0.59],[2.075,1.18],[3.116,1.355],[1.001,0.959],[1.389,0.655],[1.392,1.334],[1.614,0.74],[1.401,0.859],[1.145,0.629],[3.312,2.032],[2.38,2.237],[2.735,7.076],[-1.146,7.225],[-0.732,1.709],[-0.834,1.94],[-0.457,0.75],[-0.745,0.623],[-0.566,0.761],[-0.476,0.897],[-4.108,5.051],[-6.062,3.282],[-6.262,-4.63],[0.156,-7.774],[0.497,-0.994],[0.898,-1.756],[0.98,-1.482],[2.723,-3.077],[0.355,-0.16],[3.848,-2.114],[6.76,4.181],[-2.744,8.914],[-1.774,-1.893],[0.948,-2.251],[8.111,-0.014],[-6.117,-2.044],[-6.931,8.173],[1.863,0.138],[7.132,1.47],[0.745,-0.693],[1.811,-1.563],[10,-12.941],[-11.225,-1.132],[-1.974,1.3],[-14.873,12.852],[2.279,2.793],[0.371,0.167],[2.39,1.114],[11.449,1.154],[53.817,-31.02],[3.915,-2.233],[1.628,-0.926],[8.347,-4.886],[6.969,-3.948],[0.881,-3.076]],"v":[[463,-102],[325.102,-181.602],[187,-261],[164.032,-248.002],[142,-235],[137.492,-232.995],[133,-231],[131.472,-229.485],[130,-228],[127.403,-226.945],[125,-226],[116.186,-220.821],[108,-216],[97.206,-209.809],[87,-204],[85.034,-202.518],[83,-201],[78.556,-199.042],[74,-197],[70.03,-194.523],[66,-192],[62.066,-189.557],[58,-187],[53.257,-184.901],[50,-181],[104.117,-151.118],[162,-118],[165.4,-116.042],[169,-114],[178.272,-109.375],[187,-105],[188.519,-103.487],[190,-102],[192.013,-101.495],[194,-101],[195.502,-99.504],[197,-98],[199.009,-97.489],[201,-97],[202.497,-95.497],[204,-94],[206.003,-93.477],[208,-93],[209.511,-91.516],[211,-90],[213,-89.474],[215,-89],[216.511,-87.519],[218,-86],[226.46,-82.165],[234,-78],[237.92,-75.598],[241,-74],[245.681,-71.029],[250,-69],[253.787,-66.824],[257,-65],[265.609,-58.742],[271,-51],[272.666,-28.96],[267,-10],[264.65,-4.367],[262,1],[260.081,2.993],[258,5],[256.473,7.582],[255,10],[239.65,23.171],[219,27],[210.826,6.982],[216,-14],[218,-16],[220,-22],[225,-27],[232,-33],[233,-35],[246,-38],[250,-17],[230,1],[229,-9],[234,-9],[241,-27],[226,-20],[222,14],[226,16],[243,10],[246,9],[252,2],[253,-52],[231,-46],[225,-42],[206,35],[211,39],[212,41],[220,43],[254,30],[411,-60],[422,-67],[426,-69],[449,-82],[463,-92]],"c":true}],"h":1},{"t":29,"s":[{"i":[[-0.532,3.674],[46.127,26.374],[45.815,26.685],[14.716,-8.302],[14.569,-8.434],[5.889,-3.436],[4.898,-3.044],[1.204,-0.451],[0.939,-0.423],[0.154,-0.451],[0.207,-0.118],[1.894,-0.76],[1.721,-0.991],[0.313,-0.392],[0.427,-0.248],[1.905,-1.011],[1.489,-0.862],[1.303,-0.847],[1.373,-0.794],[1.86,-0.978],[0.866,-2.107],[-28.705,-16.233],[-27.833,-15.767],[-3.186,-1.506],[-2.54,-1.436],[-0.419,-0.561],[-0.647,-0.373],[-0.672,-0.063],[-0.65,-0.367],[-0.501,-0.611],[-0.517,-0.287],[-0.662,-0.069],[-0.673,-0.346],[-0.454,-0.591],[-0.584,-0.329],[-0.664,-0.069],[-0.671,-0.344],[-0.476,-0.596],[-0.557,-0.341],[-1.115,-0.546],[-1.036,-0.895],[-0.825,-0.938],[-0.742,-1.419],[2.595,-9.615],[3.241,-5.696],[0.824,-0.868],[0.793,-0.925],[0.26,-0.727],[0.485,-0.541],[5.384,-2.482],[5.927,0.879],[-0.223,7.219],[-2.552,5.428],[-4.671,4.205],[-6.613,-1.563],[-0.321,-2.774],[0.362,-2.324],[3.38,-3.461],[3.784,1.315],[-1.627,1.182],[-1.294,1.324],[-0.455,2.546],[0.963,2.214],[3.331,-8.186],[-6.341,-5.574],[-0.4,-0.1],[-0.013,-0.486],[-4.286,3.5],[-2.612,4.2],[-1.228,2.343],[-0.562,2.178],[0.579,4.865],[2.908,3.809],[0.48,0.353],[0.218,0.615],[4.744,-1.532],[4.061,-3.453],[3.677,-6.347],[2.062,-7.162],[0.562,-3.009],[-0.126,-2.918],[-1.699,-4.201],[-3.02,-1.941],[-1.168,-0.425],[-1.646,-0.154],[-5.88,2.974],[-4.868,4.647],[-18.989,10.945],[-9.217,5.222],[-9.194,5.638],[-2.075,1.273],[-2.037,1.249],[-0.529,0.507],[-0.783,0.75],[-0.882,0.845],[-0.74,0.709],[-1.202,0.697],[-2.067,1.176],[-1.3,0.753],[-18.437,12.002],[-1.082,3.763]],"o":[[-45.679,-26.82],[-46.127,-26.374],[-14.568,8.358],[-14.716,8.302],[-5.547,3.211],[-5.889,3.436],[-1.245,0.774],[-1.204,0.451],[-0.175,0.079],[-0.154,0.451],[-1.704,0.97],[-1.894,0.76],[-0.32,0.185],[-0.313,0.392],[-1.892,1.095],[-1.905,1.011],[-1.415,0.819],[-1.303,0.847],[-1.693,0.98],[-1.86,0.978],[26.346,14.301],[28.705,16.233],[2.716,1.538],[3.186,1.507],[0.677,0.383],[0.419,0.561],[0.662,0.382],[0.672,0.063],[0.479,0.271],[0.501,0.611],[0.678,0.376],[0.662,0.069],[0.598,0.308],[0.454,0.591],[0.671,0.379],[0.664,0.069],[0.538,0.276],[0.476,0.596],[1.502,0.921],[1.115,0.546],[0.959,0.828],[0.825,0.938],[4.623,8.846],[-2.595,9.615],[-0.912,1.603],[-0.824,0.868],[-0.474,0.553],[-0.26,0.726],[-3.537,3.951],[-5.384,2.482],[-6.445,-3.697],[0.223,-7.219],[2.701,-5.743],[4.672,-4.205],[2.079,1.579],[0.321,2.774],[-0.696,4.471],[-3.38,3.461],[-1.804,-2.948],[1.628,-1.182],[2.142,-0.603],[0.455,-2.546],[-8.018,-1.319],[-3.331,8.186],[0.388,0.112],[0.4,0.1],[7.245,0.201],[4.286,-3.5],[1.525,-2.452],[1.228,-2.343],[1.222,-4.732],[-0.579,-4.865],[-0.86,0.027],[-0.481,-0.353],[-4.962,-1.58],[-4.744,1.532],[-5.231,4.448],[-3.677,6.347],[-0.877,3.046],[-0.562,3.009],[0.185,4.255],[1.699,4.201],[0.945,0.608],[2.072,0.754],[8.73,0.819],[5.902,-2.985],[19.538,-9.769],[9.239,-5.325],[10.39,-5.886],[2.855,-1.751],[2.803,-1.719],[1.792,-1.099],[1.758,-1.684],[2.001,-1.918],[1.78,-1.705],[0.864,-0.828],[3.027,-1.754],[1.617,-0.92],[18.972,-10.983],[3.729,-1.116],[0.739,-2.571]],"v":[[463,-102],[325.102,-181.602],[187,-261],[143.001,-236.057],[99,-211],[81.513,-200.875],[65,-191],[61.27,-189.237],[58,-188],[57.524,-187.029],[57,-186],[51.513,-183.516],[46,-181],[45.08,-180.047],[44,-179],[38.199,-175.825],[33,-173],[28.968,-170.482],[25,-168],[19.38,-165.345],[15,-161],[98.384,-114.6],[184,-66],[193.132,-61.423],[202,-57],[203.522,-55.492],[205,-54],[207.009,-53.489],[209,-53],[210.471,-51.512],[212,-50],[214.003,-49.477],[216,-49],[217.51,-47.516],[219,-46],[221,-45.474],[223,-45],[224.486,-43.549],[226,-42],[229.85,-39.981],[233,-38],[235.663,-35.443],[238,-32],[239.398,-3.138],[229,21],[226.411,24.508],[224,27],[223.009,29.008],[222,31],[208.292,41.123],[191,44],[182.752,26.298],[188,6],[199.065,-9.98],[216,-15],[219.33,-8.058],[219,0],[212.316,12.84],[201,17],[201.676,11.282],[207,8],[210.828,2.708],[210,-5],[191.731,8.33],[195,32],[196.281,32.219],[197,33],[213.974,27.301],[224,15],[228.222,7.794],[231,1],[232.098,-13.692],[227,-27],[225.019,-27.518],[224,-29],[209.324,-28.775],[196,-21],[182.624,-4.536],[174,16],[171.747,25.096],[171,34],[173.874,47.235],[181,57],[186,58],[191,60],[211,54],[228,44],[285,12],[313,-4],[345,-22],[352,-26],[359,-30],[364,-33],[371,-37],[378,-41],[385,-45],[387,-46],[394,-51],[398,-53],[455,-86],[463,-92]],"c":true}],"h":1},{"t":29.529,"s":[{"i":[[-0.536,4.29],[46.127,26.374],[45.815,26.685],[12.341,-7.166],[11.457,-6.658],[1.577,-0.707],[0.501,-0.48],[0.246,-0.06],[0.588,-0.35],[1.5,-1.061],[1.361,-0.781],[2.343,-1.093],[2.294,-1.288],[1.958,-1.415],[2.067,-1.161],[1.214,-0.446],[1.064,-0.612],[8.661,-5.195],[7.975,-4.406],[1.558,-0.705],[0.5,-0.478],[0.246,-0.06],[0.588,-0.35],[3.733,-2.283],[3.246,-2.597],[-4.637,-2.78],[-4.692,-2.632],[-1.911,-0.778],[-1.547,-0.874],[-0.457,-0.585],[-0.587,-0.329],[-0.669,-0.063],[-0.654,-0.37],[-0.493,-0.603],[-0.544,-0.314],[-0.672,-0.063],[-0.65,-0.368],[-0.457,-0.586],[-0.588,-0.327],[-0.662,-0.07],[-0.674,-0.346],[-0.499,-0.615],[-0.479,-0.27],[-0.664,-0.069],[-0.671,-0.344],[-0.409,-0.567],[-0.654,-0.366],[-3.085,-1.348],[-1.407,-1.348],[-1.615,-0.744],[-1.184,-0.727],[-2.037,-1.249],[-1.471,-0.84],[-2.473,-1.389],[-1.307,-0.739],[-1.165,-0.671],[-1.3,-0.735],[-1.177,-0.653],[-1.347,-0.692],[-1.168,-0.659],[-1.342,-0.689],[-1.307,-0.732],[-2.917,-2.794],[-2.3,-1.41],[-2.037,-1.249],[-1.983,-1.216],[-3.621,-2.078],[-7.165,-4.076],[-2.424,-3.685],[3.307,-9.106],[1.108,-2.164],[2.18,-2.9],[0.591,-0.773],[2.783,-2.032],[7.759,0.677],[-0.886,8.589],[-5.295,5.507],[-7.315,-1.398],[4.8,-4.062],[2.6,2.618],[-1.223,1.834],[2.294,2.647],[2.563,-7.529],[-6.303,-2.822],[-6.041,7],[11.54,12.385],[7.727,-5.848],[3.64,-4.99],[0.675,-1.091],[0.809,-1.545],[-0.236,-9.921],[-8.128,-2.956],[-10.357,5.996],[-15.035,8.484],[-1.395,0.794],[-0.413,0.309],[-0.674,0.398],[-2.998,1.692],[-2.885,1.654],[-62.97,35.02],[-1.237,4.324]],"o":[[-45.679,-26.82],[-46.127,-26.374],[-12.178,6.68],[-12.341,7.166],[-1.191,0.692],[-1.577,0.707],[-0.427,0.409],[-0.246,0.06],[-1.64,0.975],[-1.5,1.061],[-2.334,1.339],[-2.343,1.093],[-2.1,1.18],[-1.958,1.415],[-1.079,0.606],[-1.214,0.446],[-8.38,4.815],[-8.661,5.195],[-1.269,0.701],[-1.558,0.705],[-0.427,0.409],[-0.246,0.06],[-3.821,2.27],[-3.733,2.283],[4.758,2.248],[4.638,2.78],[1.808,1.013],[1.911,0.778],[0.585,0.331],[0.457,0.585],[0.671,0.376],[0.669,0.064],[0.484,0.273],[0.493,0.603],[0.662,0.382],[0.672,0.063],[0.585,0.331],[0.457,0.586],[0.677,0.376],[0.662,0.069],[0.526,0.27],[0.499,0.615],[0.672,0.379],[0.664,0.069],[0.71,0.364],[0.409,0.567],[2.252,1.261],[3.085,1.348],[1.354,1.297],[1.615,0.744],[2.803,1.719],[1.276,0.783],[2.464,1.407],[1.341,0.753],[1.169,0.661],[1.324,0.763],[1.17,0.661],[1.355,0.752],[1.196,0.615],[1.343,0.758],[1.42,0.729],[4.549,2.547],[2.784,2.667],[2.803,1.719],[2.63,1.613],[3.96,2.428],[7.278,4.176],[5.886,3.349],[6.682,10.162],[-1.225,3.374],[-1.721,3.362],[-0.651,0.866],[-2.683,3.509],[-5.146,3.758],[-7.808,-3.987],[0.993,-9.621],[4.19,-4.358],[5.474,7.367],[-2.532,2.143],[-1.235,-0.978],[2.294,-2.647],[-7.838,0.059],[-2.542,7.468],[6.506,2.913],[10.756,-12.463],[-8.296,-3.363],[-4.712,3.566],[-0.885,1.213],[-0.847,1.37],[-4.477,8.549],[0.284,11.939],[14.891,1.329],[16.427,-9.51],[1.392,-0.786],[0.391,-0.222],[0.748,-0.561],[3.405,-2.012],[3.264,-1.842],[64.438,-36.926],[2.648,-2.732],[0.771,-2.696]],"v":[[463,-102],[325.102,-181.602],[187,-261],[149.96,-239.984],[114,-219],[109.482,-216.841],[106,-215],[105.121,-214.455],[104,-214],[99.29,-210.855],[95,-208],[87.97,-204.462],[81,-201],[74.975,-196.986],[69,-193],[65.489,-191.504],[62,-190],[36.197,-174.692],[11,-160],[6.423,-157.833],[3,-156],[2.121,-155.455],[1,-155],[-10.431,-148.245],[-21,-141],[-6.951,-133.288],[7,-125],[12.695,-122.396],[18,-120],[19.498,-118.499],[21,-117],[23.013,-116.495],[25,-116],[26.455,-114.53],[28,-113],[30.009,-112.489],[32,-112],[33.497,-110.497],[35,-109],[37.003,-108.477],[39,-108],[40.536,-106.5],[42,-105],[44,-104.474],[46,-104],[47.542,-102.501],[49,-101],[57.633,-97.065],[65,-93],[69.627,-90.072],[74,-88],[81,-84],[85,-82],[92,-77],[96,-76],[99,-73],[103,-72],[106,-69],[110,-68],[113,-65],[117,-64],[120,-61],[136,-53],[145,-48],[152,-44],[159,-40],[170,-34],[191,-22],[204,-12],[204,25],[201,34],[194,43],[193,46],[182,56],[162,62],[154,40],[167,14],[184,7],[180,32],[173,33],[177,26],[177,17],[162,30],[166,50],[188,40],[193,-6],[168,-1],[156,13],[153,16],[151,21],[142,52],[157,77],[187,68],[236,40],[241,38],[242,36],[245,35],[254,30],[263,25],[455,-85],[463,-92]],"c":true}],"h":1},{"t":30.059,"s":[{"i":[[-0.562,4.275],[46.127,26.374],[45.815,26.685],[18.174,-10.484],[17.302,-10.016],[2.047,-0.952],[1.719,-0.978],[0.506,-0.611],[0.504,-0.287],[0.666,-0.069],[0.669,-0.344],[0.456,-0.591],[0.63,-0.355],[1.349,-0.627],[1.312,-0.764],[12.575,-7.165],[12.229,-7.079],[5.144,-2.909],[5.348,-2.425],[-2.434,-1.287],[-2.142,-1.216],[-1.176,-0.679],[-1.153,-0.632],[-1.769,-0.929],[-0.556,-0.533],[-1.435,-0.698],[-0.37,-0.355],[-1.435,-0.698],[-0.37,-0.355],[-0.242,-0.059],[-0.601,-0.349],[-1.764,-1.181],[-1.797,-1.031],[-8.749,-4.721],[-7.814,-4.415],[-0.641,-0.297],[-0.797,-0.453],[-0.995,-0.555],[-2.802,-2.685],[-1.202,-0.697],[-2.398,-1.364],[-1.282,-0.728],[-5.134,-2.959],[-4.572,-2.803],[-2.075,-1.273],[-1.512,-0.842],[-4.282,-2.405],[-1.307,-0.739],[-1.176,-0.656],[-2.577,-1.486],[-0.781,-12.456],[13.446,-10.164],[7.993,2.806],[-5.276,7.05],[-9.644,-1.779],[7.783,1.168],[6.937,-1.555],[1.618,-5.462],[-6.422,-2.243],[-2.55,0.821],[-1.522,1.263],[-2.574,5.229],[0.454,7.049],[11.755,-8.388],[2.744,-3.942],[-0.933,-18.74],[-3.581,-3.1],[-0.637,-0.436],[-1.995,-0.711],[-8.228,4.764],[-0.714,0.411],[-3.047,1.734],[-0.412,0.309],[-0.675,0.399],[-6.521,3.775],[-0.708,0.403],[-3.47,1.948],[-3.078,1.81],[-4.937,2.858],[-0.708,0.403],[-3.47,1.948],[-3.142,1.821],[-1.895,1.178],[-0.686,0.385],[-3.46,1.968],[-0.848,0.491],[-5.285,3.063],[-2.032,1.263],[-0.686,0.385],[-3.383,1.924],[-0.848,0.491],[-1.232,0.766],[-5.585,3.233],[-0.708,0.403],[-3.408,1.961],[-0.855,0.495],[-1.232,0.766],[-1.103,0.633],[-19.15,11.23],[-5.921,4.95],[-1.265,4.421]],"o":[[-45.679,-26.82],[-46.127,-26.374],[-18.001,10.046],[-18.174,10.484],[-2.094,1.212],[-2.047,0.952],[-0.472,0.269],[-0.506,0.611],[-0.669,0.38],[-0.665,0.069],[-0.547,0.281],[-0.456,0.591],[-1.291,0.727],[-1.349,0.627],[-12.471,7.261],[-12.575,7.165],[-5.075,2.939],[-5.144,2.909],[1.122,2.635],[2.434,1.287],[1.144,0.65],[1.176,0.679],[1.367,0.75],[1.769,0.929],[0.89,0.852],[1.435,0.698],[0.89,0.852],[1.435,0.698],[0.432,0.414],[0.242,0.059],[2.145,1.243],[1.764,1.181],[8.191,4.701],[8.749,4.721],[0.638,0.361],[0.641,0.296],[0.932,0.53],[4.51,2.515],[0.864,0.828],[3.14,1.82],[1.6,0.91],[4.798,2.726],[5.736,3.306],[2.855,1.751],[1.3,0.797],[5.159,2.872],[1.341,0.753],[1.17,0.661],[2.767,1.543],[10.375,5.98],[1.073,17.11],[-5.529,4.179],[-11.054,-9.121],[4.502,-6.016],[3.09,3.78],[-4.316,3.119],[-3.495,1.193],[-1.598,5.393],[3.231,2.31],[2.177,-0.701],[3.959,-3.286],[2.648,-5.38],[-1.121,-17.399],[-5.756,4.107],[-8.433,12.113],[2.692,4.632],[0.657,0.569],[1.277,0.873],[11.101,3.957],[0.929,-0.538],[3.802,-2.188],[0.391,-0.223],[0.749,-0.562],[7.393,-4.377],[0.922,-0.534],[3.414,-1.942],[3.035,-1.704],[5.86,-3.447],[0.922,-0.534],[3.414,-1.942],[3.111,-1.747],[2.622,-1.519],[0.603,-0.375],[3.546,-1.991],[0.633,-0.36],[6.11,-3.537],[2.744,-1.59],[0.603,-0.375],[3.486,-1.958],[0.633,-0.36],[2.03,-1.175],[6.452,-4.01],[0.922,-0.534],[3.596,-2.046],[0.641,-0.369],[2.03,-1.175],[0.978,-0.608],[20.466,-11.746],[6.865,-4.026],[4.047,-1.506],[0.801,-2.798]],"v":[[463,-102],[325.102,-181.602],[187,-261],[132.475,-229.977],[79,-199],[72.719,-195.825],[67,-193],[65.524,-191.514],[64,-190],[62.001,-189.473],[60,-189],[58.562,-187.555],[57,-186],[53.016,-184.028],[49,-182],[11.319,-160.364],[-26,-139],[-41.296,-130.115],[-57,-122],[-51.265,-116.436],[-44,-113],[-40.507,-110.987],[-37,-109],[-31.892,-106.337],[-28,-104],[-24.11,-101.627],[-21,-100],[-17.11,-97.627],[-14,-96],[-13.127,-95.451],[-12,-95],[-6.239,-91.341],[-1,-88],[24.784,-73.785],[50,-60],[51.881,-59.07],[54,-58],[57,-55],[73,-47],[75,-46],[82,-41],[86,-39],[101,-31],[119,-21],[126,-17],[130,-15],[144,-6],[148,-5],[151,-2],[159,2],[175,24],[152,73],[130,79],[131,43],[151,30],[147,45],[142,40],[132,51],[136,67],[145,67],[152,63],[161,49],[166,31],[138,21],[125,35],[113,78],[120,91],[123,92],[126,94],[160,84],[162,82],[173,77],[174,75],[177,74],[200,61],[202,59],[213,54],[222,48],[240,38],[242,36],[253,31],[262,25],[270,21],[272,19],[283,14],[285,12],[302,2],[310,-2],[312,-4],[323,-9],[325,-11],[330,-14],[350,-25],[352,-27],[363,-32],[365,-34],[370,-37],[373,-38],[433,-73],[453,-85],[463,-92]],"c":true}],"h":1},{"t":30.588,"s":[{"i":[[38.948,22.715],[2.084,-0.915],[1.823,-1.042],[0.149,-0.433],[0.207,-0.156],[0.572,-0.13],[0.337,-0.199],[2.154,-1.118],[2.192,-1.231],[2.894,-1.732],[2.54,-1.453],[2.995,-1.643],[2.813,-1.594],[2.078,-1.476],[1.6,-0.915],[0.851,-0.272],[0.795,-0.456],[2.211,-1.404],[1.802,-1.032],[0.843,-0.268],[0.779,-0.442],[2.073,-1.472],[1.594,-0.911],[2.337,-1.084],[2.142,-1.23],[2.858,-1.817],[2.633,-2.05],[5.857,-3.204],[5.645,-3.268],[14.679,-8.416],[13.882,-8.001],[2.914,-1.765],[2.471,-2.283],[-14.897,-8.432],[-14.102,-8.163],[-5.796,-3.04],[-4.614,-2.829],[-1.745,-1.158],[-1.885,-1.057],[-5.046,-2.624],[-4.791,-2.687],[-2.32,-1.591],[-2.145,-1.19],[-0.662,-0.07],[-0.673,-0.346],[-0.455,-0.591],[-0.584,-0.329],[-1.311,-0.607],[-1.439,-0.829],[-3.795,-2.04],[-3.281,-1.8],[-1.788,-0.942],[-0.531,-0.509],[-1.716,-0.949],[-0.863,-0.986],[-0.2,-0.437],[-0.067,-0.104],[-0.163,-0.343],[-0.141,-0.311],[2.497,-7.948],[2.669,-4.133],[4.479,-3.212],[7.005,-0.383],[1.163,-0.163],[-3.632,8.62],[-10.416,-0.716],[2.015,-2.652],[2.615,-1.169],[2.039,-0.294],[-6.192,-3.981],[-3.281,2.262],[-1.172,2.601],[-0.241,0.401],[-0.19,5.591],[5.315,3.794],[7.864,-7.602],[-0.917,-17.917],[-7.822,-1.641],[-8.257,4.678],[-36.265,20.903],[-13.972,6.298],[-0.415,0.236],[-1.814,1.175],[-4.599,2.662],[-21.607,12.671],[-21.135,12.394],[-6.484,5.429],[-0.392,5.608],[0,2.667],[1.428,2.906],[7.377,4.23],[2.748,1.543],[2.659,1.517],[2.642,1.523],[21.282,12.214],[2.958,1.691],[0.414,0.31],[0.674,0.398],[0.965,0.555],[2.652,1.513],[2.694,1.553]],"o":[[-1.84,1.299],[-2.084,0.915],[-0.197,0.112],[-0.149,0.433],[-0.374,0.281],[-0.572,0.13],[-2.193,1.296],[-2.154,1.118],[-2.882,1.618],[-2.894,1.732],[-3.207,1.835],[-2.995,1.643],[-2.088,1.183],[-2.078,1.476],[-0.799,0.457],[-0.851,0.272],[-2.356,1.35],[-2.211,1.404],[-0.851,0.488],[-0.843,0.268],[-2.116,1.201],[-2.073,1.472],[-2.51,1.435],[-2.337,1.084],[-2.933,1.683],[-2.858,1.817],[-5.928,2.916],[-5.857,3.204],[-14.4,8.336],[-14.679,8.416],[-2.874,1.657],[-2.914,1.765],[14.309,8.108],[14.897,8.432],[5.201,3.011],[5.796,3.04],[2.136,1.31],[1.745,1.158],[5.027,2.819],[5.045,2.624],[2.574,1.444],[2.32,1.591],[0.678,0.376],[0.662,0.07],[0.597,0.307],[0.455,0.591],[1.319,0.743],[1.311,0.607],[3.538,2.04],[3.795,2.04],[1.318,0.723],[1.788,0.942],[1.272,1.218],[1.716,0.949],[0.132,0.15],[0.2,0.437],[0.205,0.317],[0.163,0.343],[3.659,8.076],[-2.498,7.948],[-3.079,4.767],[-4.479,3.212],[-0.221,-0.779],[-8.776,-6.405],[3.622,-8.596],[-1.275,3.392],[0.301,4.085],[-2.039,0.294],[-3.832,4.813],[7.83,1.245],[2.96,-2.041],[0.154,-0.343],[2.402,-3.998],[0.214,-6.284],[-16.41,-4.23],[-5.574,11.426],[3.354,8.006],[8.656,1.816],[38.628,-21.882],[14.116,-8.136],[0.351,-0.158],[3.06,-1.741],[4.69,-3.039],[22.21,-12.857],[22.205,-13.021],[7.41,-4.345],[4.154,-1.846],[0,-2.667],[-0.59,-3.743],[-8.982,-4.071],[-2.853,-1.636],[-2.671,-1.5],[-2.865,-1.635],[-22.262,-12.832],[-2.933,-1.683],[-0.393,-0.224],[-0.748,-0.561],[-1.785,-1.055],[-2.645,-1.522],[-2.763,-1.576],[-39.743,-22.908]],"v":[[187,-261],[180.987,-257.807],[175,-255],[174.508,-254.033],[174,-253],[172.472,-252.439],[171,-252],[164.5,-248.451],[158,-245],[149.243,-239.876],[141,-235],[131.704,-229.819],[123,-225],[116.633,-220.799],[111,-217],[108.497,-215.999],[106,-215],[99.084,-210.762],[93,-207],[90.446,-205.966],[88,-205],[81.608,-200.782],[76,-197],[68.724,-193.346],[62,-190],[53.275,-184.775],[45,-179],[27.288,-169.764],[10,-160],[-33.889,-134.749],[-77,-110],[-85.803,-104.969],[-94,-99],[-49.844,-74.042],[-6,-49],[10.94,-39.864],[27,-31],[32.689,-27.31],[38,-24],[53.177,-15.901],[68,-8],[75.322,-3.31],[82,1],[84.003,1.522],[86,2],[87.51,3.483],[89,5],[92.91,6.935],[97,9],[108.193,15.18],[119,21],[124.09,23.66],[128,26],[132.806,29.175],[137,32],[137.548,33.035],[138,34],[138.548,35.004],[139,36],[139.247,60.957],[130,80],[118.944,92.288],[102,98],[100,97],[98,70],[118,53],[113,62],[109,63],[105,66],[105,86],[118,82],[125,74],[127,73],[132,56],[126,40],[94,56],[83,96],[97,113],[123,105],[233,42],[276,18],[277,16],[285,12],[299,4],[365,-34],[431,-72],[453,-85],[463,-93],[463,-101],[456,-107],[431,-121],[423,-126],[414,-130],[406,-135],[339,-174],[330,-178],[329,-180],[326,-181],[322,-184],[313,-188],[305,-193]],"c":true}],"h":1},{"t":31.117,"s":[{"i":[[38.948,22.715],[28.258,-16.086],[27.206,-15.75],[0.295,-0.382],[0.357,-0.204],[1.891,-0.763],[1.733,-0.973],[1.509,-1.077],[1.458,-0.845],[3.318,-1.772],[3.233,-1.887],[16.711,-9.524],[15.832,-9.379],[1.714,-1.03],[0.578,-1.951],[-9.947,-5.627],[-10.32,-5.787],[-3.767,-2.022],[-3.276,-1.861],[-0.64,-0.295],[-0.799,-0.455],[-0.508,-0.614],[-0.499,-0.279],[-1.408,-0.423],[-1.16,-0.63],[-0.514,-0.619],[-0.457,-0.26],[-1.3,-0.752],[-5.3,-2.968],[-0.031,-0.03],[-1.202,-0.696],[-2.398,-1.364],[-1.198,-0.678],[-21.597,-12.203],[-1.594,-0.907],[-0.995,-0.555],[-1.345,-0.691],[-1.148,-0.625],[-2.949,-9.323],[1.572,-6.373],[1.131,-2.672],[2.906,-3.392],[10.945,-0.497],[-2.672,7.221],[-1.754,2.808],[-2.869,-1.444],[0.616,-4.152],[-1.938,-2.991],[-2.584,0.557],[-1.919,1.325],[-0.83,0.744],[-0.57,0.728],[12.364,6.673],[8.075,-5.925],[-1.047,-12.812],[-5.068,-2.781],[-9.36,5.454],[-2.109,1.21],[-3.268,1.473],[-0.415,0.236],[-4.102,2.334],[-0.744,0.482],[-3.094,1.737],[-2.013,1.173],[-2.05,1.176],[-7.592,3.422],[-0.415,0.236],[-4.102,2.334],[-0.744,0.482],[-3.421,1.921],[-4.068,2.338],[-2.132,1.261],[-4.174,2.398],[-31.003,17.816],[-2.1,1.179],[-1.708,0.996],[-2.258,1.296],[-7.336,3.307],[-0.415,0.236],[-4.118,2.343],[-0.744,0.482],[-3.335,1.873],[-4.084,2.293],[-2.786,1.256],[-0.412,0.237],[-2.067,1.188],[-6.187,3.581],[-0.599,5.733],[0,2.667],[1.428,2.906],[7.377,4.23],[2.748,1.543],[2.659,1.517],[2.642,1.523],[21.282,12.214],[2.958,1.691],[0.414,0.31],[0.674,0.398],[0.965,0.555],[2.652,1.513],[2.694,1.553]],"o":[[-27.762,15.904],[-28.258,16.086],[-0.463,0.268],[-0.295,0.382],[-1.701,0.976],[-1.892,0.763],[-1.505,0.845],[-1.509,1.077],[-3.495,2.025],[-3.318,1.772],[-16.325,9.524],[-16.711,9.524],[-1.566,0.928],[-1.714,1.03],[9.891,4.706],[9.947,5.627],[3.656,2.05],[3.767,2.022],[0.641,0.364],[0.64,0.295],[0.467,0.266],[0.509,0.614],[1.209,0.677],[1.408,0.423],[0.489,0.265],[0.513,0.619],[1.617,0.92],[5.102,2.954],[-0.105,-0.059],[0.864,0.828],[3.14,1.82],[1.65,0.939],[22.045,12.488],[1.277,0.721],[0.932,0.53],[1.352,0.754],[1.173,0.603],[9.187,5.003],[2.563,8.102],[-0.796,3.226],[-2.001,4.729],[-5.717,6.673],[-6.045,-1.78],[-0.289,-3.322],[1.56,-2.498],[3.177,5.1],[-3.092,2.65],[3.25,1.38],[2.636,-0.568],[1.002,-0.692],[0.701,-0.629],[6.349,-8.113],[-15.012,-1.012],[-3.881,8.066],[0.672,8.227],[12.43,6.819],[2.036,-1.187],[3.792,-2.176],[0.351,-0.158],[4.026,-2.291],[0.57,-0.324],[3.196,-2.071],[1.914,-1.075],[2.102,-1.225],[7.76,-4.453],[0.351,-0.158],[4.026,-2.291],[0.57,-0.324],[3.36,-2.177],[4.043,-2.271],[2.023,-1.163],[4.481,-2.651],[32.371,-18.601],[2.178,-1.251],[1.864,-1.047],[2.317,-1.35],[7.431,-4.265],[0.351,-0.158],[4.026,-2.291],[0.57,-0.324],[3.307,-2.143],[4.038,-2.268],[3.512,-1.972],[0.349,-0.157],[2.157,-1.242],[6.42,-3.689],[3.768,-2.181],[0,-2.667],[-0.59,-3.743],[-8.982,-4.071],[-2.853,-1.636],[-2.671,-1.5],[-2.865,-1.635],[-22.262,-12.832],[-2.933,-1.683],[-0.393,-0.224],[-0.748,-0.561],[-1.784,-1.055],[-2.645,-1.522],[-2.763,-1.576],[-39.743,-22.908]],"v":[[187,-261],[102.583,-212.885],[19,-165],[17.92,-163.952],[17,-163],[11.524,-160.498],[6,-158],[1.464,-155],[-3,-152],[-13.196,-146.396],[-23,-141],[-72.869,-112.391],[-122,-84],[-127.241,-81.268],[-131,-77],[-101.322,-61.311],[-71,-44],[-59.715,-37.858],[-49,-32],[-47.119,-31.068],[-45,-30],[-43.524,-28.51],[-42,-27],[-37.963,-25.464],[-34,-24],[-32.476,-22.496],[-31,-21],[-27,-19],[-11,-11],[-10,-10],[-8,-9],[-1,-4],[3,-2],[70,35],[74,37],[77,40],[81,41],[84,44],[106,61],[105,81],[103,90],[94,104],[71,116],[66,96],[70,87],[76,81],[73,91],[73,103],[81,104],[86,100],[89,99],[91,96],[91,62],[64,77],[53,112],[63,129],[101,117],[108,114],[119,108],[120,106],[133,100],[135,98],[145,93],[150,89],[157,86],[180,73],[181,71],[194,65],[196,63],[206,58],[218,50],[224,47],[237,40],[335,-17],[342,-20],[347,-24],[354,-27],[377,-40],[378,-42],[391,-48],[393,-50],[403,-55],[415,-63],[426,-68],[427,-70],[434,-73],[452,-84],[463,-93],[463,-101],[456,-107],[431,-121],[423,-126],[414,-130],[406,-135],[339,-174],[330,-178],[329,-180],[326,-181],[322,-184],[313,-188],[305,-193]],"c":true}],"h":1},{"t":31.647,"s":[{"i":[[38.948,22.715],[30.576,-17.399],[29.582,-17.127],[1.265,-0.824],[1.471,-0.851],[12.786,-7.266],[12.827,-7.394],[14.745,-8.419],[14.403,-8.897],[-12.631,-7.101],[-12.001,-6.798],[-1.33,-0.619],[-1.38,-0.787],[-1.13,-0.899],[-1.258,-0.707],[-0.669,-0.064],[-0.654,-0.37],[-0.418,-0.563],[-0.653,-0.364],[-3.537,-1.677],[-2.689,-1.53],[-0.462,-0.587],[-0.528,-0.294],[-0.663,-0.069],[-0.673,-0.346],[-0.452,-0.593],[-0.504,-0.274],[-1.323,-0.623],[-1.337,-0.761],[-2.686,-1.258],[-2.637,-1.477],[-0.259,-0.254],[-0.015,-0.015],[-0.242,-0.059],[-0.601,-0.349],[-1.047,-0.846],[-1.216,-0.692],[-0.689,-0.323],[-0.574,-0.325],[-2.681,-1.259],[-2.675,-1.492],[-0.26,-0.254],[-0.014,-0.014],[-0.242,-0.059],[-0.601,-0.349],[-1.71,-1.157],[-1.995,-1.118],[-2.722,-1.283],[-2.721,-1.528],[-2.375,-1.61],[-2.438,-1.401],[-1.344,-0.591],[-1.051,-0.733],[-0.926,-0.896],[-0.793,-1.368],[1.646,-6.889],[3.858,-5.511],[4.032,-2.705],[4.941,1.003],[-0.316,5.071],[-2.657,2.091],[0.404,-2.416],[-4.429,-1.532],[-1.51,0.967],[-1.959,1.825],[-1.086,6.317],[6.141,3.192],[2.867,-1.583],[2.235,-2.112],[-0.439,-15.507],[-4.799,-2.601],[-6.597,2.974],[-0.412,0.237],[-1.335,0.686],[-1.126,0.641],[-4.408,2.552],[-3.844,2.442],[-37.463,21.687],[-7.733,4.438],[-15.557,8.928],[-15.303,8.821],[-7.688,4.355],[-7.165,3.23],[-0.415,0.236],[-3.97,2.288],[-7.42,4.295],[-15.274,8.842],[-0.623,5.085],[0,2.667],[1.428,2.906],[7.377,4.23],[2.748,1.543],[2.659,1.517],[2.642,1.523],[21.282,12.214],[2.958,1.691],[0.414,0.31],[0.674,0.398],[0.965,0.555],[2.652,1.513],[2.694,1.553]],"o":[[-30.113,17.279],[-30.576,17.399],[-1.47,0.851],[-1.265,0.824],[-13.029,7.543],[-12.786,7.266],[-14.618,8.426],[-14.745,8.419],[12.475,6.797],[12.631,7.101],[1.302,0.738],[1.33,0.619],[1.22,0.695],[1.13,0.9],[0.671,0.377],[0.669,0.063],[0.678,0.383],[0.417,0.563],[3.162,1.764],[3.537,1.676],[0.627,0.357],[0.461,0.587],[0.676,0.377],[0.663,0.069],[0.688,0.354],[0.452,0.593],[1.37,0.746],[1.323,0.623],[2.62,1.491],[2.686,1.258],[-0.053,-0.029],[0.259,0.254],[0.432,0.414],[0.242,0.059],[1.595,0.924],[1.047,0.846],[0.672,0.383],[0.689,0.323],[2.6,1.473],[2.681,1.259],[-0.055,-0.031],[0.26,0.254],[0.432,0.414],[0.242,0.059],[2.164,1.254],[1.71,1.157],[2.39,1.34],[2.722,1.283],[2.062,1.158],[2.375,1.61],[1.574,0.905],[1.344,0.591],[1.501,1.047],[0.926,0.896],[3.44,5.933],[-1.645,6.889],[-2.93,4.184],[-4.032,2.705],[-3.922,-1.624],[0.316,-5.071],[3.187,1.804],[-0.404,2.416],[2.003,0.693],[1.509,-0.967],[3.799,-3.538],[1.086,-6.317],[-4.299,-0.445],[-2.867,1.583],[-8.288,7.836],[0.228,8.041],[8.299,4.498],[0.349,-0.157],[1.329,-0.765],[1.354,-0.696],[4.865,-2.768],[4.823,-2.792],[38.476,-22.158],[7.717,-4.467],[15.602,-8.954],[15.396,-8.836],[7.677,-4.425],[7.566,-4.286],[0.351,-0.158],[3.901,-2.219],[7.65,-4.41],[15.878,-9.192],[3.575,-2.069],[0,-2.667],[-0.59,-3.743],[-8.982,-4.071],[-2.853,-1.636],[-2.671,-1.5],[-2.865,-1.635],[-22.262,-12.832],[-2.933,-1.683],[-0.393,-0.224],[-0.748,-0.561],[-1.784,-1.055],[-2.645,-1.522],[-2.763,-1.576],[-39.743,-22.908]],"v":[[187,-261],[95.602,-208.886],[5,-157],[1,-154.5],[-3,-152],[-41.651,-129.888],[-80,-108],[-124.162,-82.853],[-168,-57],[-130.144,-36.001],[-93,-15],[-89.058,-13.037],[-85,-11],[-81.529,-8.508],[-78,-6],[-75.987,-5.495],[-74,-5],[-72.481,-3.486],[-71,-2],[-60.645,3.176],[-51,8],[-49.426,9.547],[-48,11],[-45.998,11.524],[-44,12],[-42.362,13.559],[-41,15],[-36.976,16.989],[-33,19],[-25.013,23.011],[-17,27],[-16.551,27.467],[-16,28],[-15.127,28.549],[-14,29],[-10.216,31.674],[-7,34],[-4.926,35.043],[-3,36],[4.943,39.986],[13,44],[13.448,44.467],[14,45],[14.873,45.549],[16,46],[21.627,49.602],[27,53],[34.752,56.859],[43,61],[49.718,65.318],[57,70],[61.392,72.129],[65,74],[68.531,76.759],[71,80],[72.973,99.817],[64,119],[53.509,129.891],[40,133],[35.066,121.351],[40,109],[42.069,115.704],[46,122],[51.033,121.389],[56,117],[64.455,100.74],[58,85],[47.452,87.082],[40,93],[24,129],[32,147],[58,143],[59,141],[63,140],[66,137],[80,130],[93,122],[209,56],[232,42],[279,16],[325,-11],[348,-24],[370,-36],[371,-38],[383,-44],[406,-57],[453,-84],[463,-93],[463,-101],[456,-107],[431,-121],[423,-126],[414,-130],[406,-135],[339,-174],[330,-178],[329,-180],[326,-181],[322,-184],[313,-188],[305,-193]],"c":true}],"h":1},{"t":32.177,"s":[{"i":[[19.474,11.358],[32.468,-18.615],[32.436,-18.647],[32.5,-18.584],[32.66,-18.424],[-0.45,-0.55],[-0.625,-0.375],[-0.737,-0.263],[-0.787,-0.213],[-4.805,-2.822],[-4.954,-2.825],[-5.047,-2.84],[-5.083,-2.867],[-4.909,-2.759],[-4.996,-2.819],[-5.09,-2.9],[-5.188,-3.003],[-2.861,-1.528],[-2.892,-1.516],[-2.71,-1.48],[-2.315,-1.42],[-0.947,-0.621],[-0.877,-0.583],[-0.867,-0.546],[-0.915,-0.51],[-1.328,-0.652],[-1.335,-0.628],[-1.339,-0.662],[-1.341,-0.753],[-0.245,-0.164],[-0.27,-0.188],[-0.264,-0.18],[-0.23,-0.141],[-0.311,-0.154],[-0.327,-0.148],[-0.352,-0.17],[-0.386,-0.221],[-0.746,-0.577],[-0.785,-0.597],[-0.874,-0.491],[-2.735,-1.29],[-2.7,-1.514],[-2.425,-1.643],[-2.305,-1.309],[-1.294,-0.517],[-1.133,-0.971],[1.44,-7.803],[2.927,-3.911],[3.473,-2.463],[5.529,0.298],[0.351,3.102],[-0.694,3.133],[-1.425,-1.158],[-3.678,0.895],[-2.006,6.559],[5.452,3.684],[3.023,-2.089],[2.168,-2.356],[0.866,-0.753],[0.649,-1.025],[0.605,-1.892],[0.706,-2.052],[0.553,-1.927],[0.049,-2.147],[-1.54,-3.416],[-3.938,-2.047],[-5.222,2.548],[-4.835,2.799],[-14.003,7.958],[-13.808,7.959],[-55.907,31.946],[-56.01,32.73],[-1.196,0.804],[0.188,2.188],[0,1.333],[0,1.334],[1.498,0.669],[0.714,1.453],[4.205,2.462],[3.688,2.115],[1.3,0.853],[1.374,0.772],[1.584,0.623],[1.329,0.758],[1.312,0.855],[1.321,0.762],[11.307,6.619],[10.641,6.107],[1.514,0.578],[1.479,0.846],[0.149,0.433],[0.207,0.155],[0.572,0.13],[0.337,0.199],[0.656,0.549],[0.482,0.278],[1.588,0.621],[1.326,0.757],[1.318,0.859],[1.347,0.776],[19.664,11.297]],"o":[[-32.596,18.487],[-32.468,18.615],[-32.436,18.647],[-32.5,18.584],[0.214,0.786],[0.45,0.55],[0.625,0.375],[0.737,0.263],[4.6,2.832],[4.805,2.822],[4.954,2.825],[5.047,2.84],[4.826,2.722],[4.909,2.759],[4.996,2.819],[5.09,2.9],[2.618,1.516],[2.861,1.528],[2.892,1.516],[2.71,1.48],[1.075,0.659],[0.947,0.621],[0.877,0.583],[0.867,0.546],[1.319,0.734],[1.328,0.652],[1.335,0.628],[1.339,0.662],[0.192,0.108],[0.245,0.164],[0.269,0.188],[0.264,0.18],[0.306,0.187],[0.312,0.154],[0.327,0.148],[0.352,0.17],[0.757,0.432],[0.746,0.577],[0.785,0.597],[2.361,1.326],[2.735,1.29],[1.997,1.12],[2.425,1.643],[1.691,0.96],[1.294,0.517],[5.688,4.875],[-1.44,7.803],[-2.578,3.445],[-3.473,2.463],[-2.289,-1.457],[-0.351,-3.102],[3.622,1.264],[1.425,1.158],[4.429,-1.079],[2.006,-6.559],[-5.742,-0.711],[-3.023,2.089],[-0.886,0.964],[-0.866,0.753],[-0.873,1.38],[-0.605,1.892],[-0.739,2.146],[-0.553,1.927],[-0.098,4.291],[1.54,3.416],[6.278,0.99],[5.222,-2.548],[14.181,-8.209],[14.003,-7.958],[56.36,-32.486],[55.907,-31.946],[1.404,-0.596],[1.196,-0.804],[0,-1.334],[0,-1.333],[-0.295,-1.871],[-1.498,-0.669],[-4.491,-2.035],[-4.205,-2.462],[-1.427,-0.818],[-1.3,-0.853],[-1.336,-0.75],[-1.584,-0.623],[-1.433,-0.817],[-1.312,-0.855],[-11.131,-6.416],[-11.307,-6.619],[-1.466,-0.841],[-1.514,-0.578],[-0.197,-0.112],[-0.149,-0.433],[-0.374,-0.281],[-0.572,-0.13],[-0.892,-0.528],[-0.656,-0.549],[-1.322,-0.761],[-1.588,-0.621],[-1.381,-0.788],[-1.318,-0.859],[-19.871,-11.454],[-19.664,-11.297]],"v":[[187,-261],[89.428,-205.323],[-7.905,-149.405],[-105.285,-93.535],[-203,-38],[-201.988,-36.012],[-200.359,-34.64],[-198.301,-33.699],[-196,-33],[-181.878,-24.521],[-167.225,-16.053],[-152.209,-7.558],[-137,1],[-122.399,9.217],[-107.542,17.579],[-92.415,26.151],[-77,35],[-68.727,39.572],[-60.045,44.144],[-51.59,48.644],[-44,53],[-40.983,54.919],[-38.261,56.724],[-35.659,58.417],[-33,60],[-29.029,62.065],[-25.033,63.972],[-21.021,65.892],[-17,68],[-16.337,68.415],[-15.557,68.95],[-14.749,69.51],[-14,70],[-13.077,70.504],[-12.122,70.95],[-11.105,71.42],[-10,72],[-7.759,73.545],[-5.475,75.337],[-3,77],[4.745,80.859],[13,85],[19.769,89.358],[27,94],[31.419,95.992],[35,98],[39.961,118.723],[32,138],[23.214,147.307],[10,151],[6.263,143.757],[7,134],[13.458,138.12],[20,139],[30.911,125.454],[27,108],[14.32,110.7],[7,118],[4.322,120.454],[2,123],[-0.126,127.996],[-2,134],[-4.017,139.999],[-5,146],[-3.027,157.683],[5,166],[22.082,162.842],[37,154],[79.28,129.812],[121,106],[289.262,9.683],[457,-87],[461.194,-88.806],[463,-93],[463,-97],[463,-101],[459.814,-104.314],[456,-107],[442.898,-113.94],[431,-121],[426.961,-123.535],[423,-126],[418.495,-127.994],[414,-130],[409.916,-132.542],[406,-135],[372.132,-154.732],[339,-174],[334.509,-175.997],[330,-178],[329.508,-178.968],[329,-180],[327.472,-180.561],[326,-181],[323.693,-182.688],[322,-184],[317.503,-186.003],[313,-188],[308.974,-190.509],[305,-193],[245.702,-227.072]],"c":true}],"h":1},{"t":32.706,"s":[{"i":[[38.948,22.715],[24.893,-14.346],[23.822,-13.79],[2.876,-1.371],[1.296,-1.242],[0.246,-0.06],[0.588,-0.35],[4.999,-2.918],[4.263,-2.51],[21.066,-11.908],[20.903,-12.1],[6.556,-3.901],[6.108,-3.536],[2.876,-1.371],[1.296,-1.242],[0.246,-0.06],[0.588,-0.349],[3.797,-2.348],[3.793,-2.218],[2.887,-1.377],[1.275,-1.222],[0.859,-0.443],[0.757,-0.456],[1.173,-0.766],[0.315,-1.339],[-19.697,-11.019],[-18.514,-10.581],[-1.317,-0.865],[-1.356,-0.755],[-2.718,-1.283],[-2.588,-1.453],[-1.13,-0.9],[-1.22,-0.696],[-1.332,-0.62],[-1.343,-0.761],[-3.824,-2.165],[-3.663,-2.052],[-3.9,-2.073],[-4.276,-2.398],[-1.134,-0.901],[-1.241,-0.712],[-1.544,-0.601],[-1.446,-0.805],[-2.568,-1.581],[-2.83,-1.622],[-2.189,-1.835],[-0.817,-2.695],[3.557,-7.372],[5.856,-2.643],[2.759,1.587],[-1.913,4.469],[-2.102,-1.516],[-2.627,1.795],[8.204,6.68],[4.669,-3.875],[-2.468,-14.948],[-0.776,-0.953],[-0.36,-0.162],[-1.367,-0.208],[-9.979,5.752],[-7.189,4.167],[-2.327,1.307],[-1.307,0.739],[-0.986,0.565],[-2.631,1.491],[-5.149,2.955],[-5.257,2.991],[-0.945,0.538],[-1.31,0.767],[-43.064,25.743],[-14.322,8.219],[-5.136,2.922],[-0.945,0.538],[-1.232,0.721],[-12.035,6.907],[-5.227,2.974],[-0.039,0.037],[-1.202,0.697],[-2.308,1.313],[-3.846,2.229],[-2.439,1.37],[-5.154,2.894],[-2.43,1.408],[-9.528,5.559],[-2.437,1.396],[-5.191,2.915],[-2.307,1.548],[1.085,4.168],[0,2.667],[1.428,2.906],[7.377,4.23],[2.748,1.543],[2.659,1.517],[2.642,1.523],[21.282,12.214],[2.958,1.691],[0.414,0.31],[0.674,0.398],[0.965,0.555],[2.652,1.513],[2.694,1.553]],"o":[[-24.607,13.827],[-24.893,14.346],[-2.2,1.274],[-2.876,1.371],[-0.427,0.409],[-0.246,0.06],[-4.742,2.818],[-4.999,2.918],[-20.835,12.269],[-21.066,11.908],[-6.669,3.861],[-6.556,3.901],[-2.201,1.273],[-2.876,1.371],[-0.427,0.409],[-0.246,0.06],[-4.019,2.389],[-3.797,2.348],[-2.175,1.272],[-2.887,1.377],[-0.806,0.773],[-0.859,0.443],[-0.992,0.598],[-1.173,0.766],[18.695,10.342],[19.698,11.019],[1.377,0.787],[1.317,0.865],[2.541,1.415],[2.718,1.283],[1.258,0.706],[1.13,0.899],[1.329,0.757],[1.332,0.62],[4.041,2.289],[3.824,2.165],[4.124,2.309],[3.9,2.073],[1.224,0.686],[1.134,0.9],[1.378,0.791],[1.544,0.601],[1.896,1.055],[2.568,1.581],[3.427,1.964],[2.189,1.835],[2.085,6.868],[-3.557,7.372],[-1.876,-2.182],[-2.759,-1.587],[1.965,-1.27],[2.102,1.516],[5.797,-4.596],[-5.869,-1.107],[-7.684,6.378],[0.406,2.456],[0.233,0.286],[1.381,0.622],[13.198,1.152],[7.923,-4.567],[2.254,-1.306],[1.341,-0.753],[1.061,-0.6],[2.649,-1.519],[5.066,-2.87],[5.071,-2.91],[1.008,-0.574],[1.627,-0.926],[42.963,-25.149],[15.583,-8.206],[5.065,-2.907],[1.008,-0.574],[1.427,-0.812],[13.05,-7.639],[5.287,-3.034],[-0.092,0.053],[0.864,-0.828],[2.929,-1.697],[4.31,-2.452],[2.317,-1.343],[5.264,-2.956],[2.515,-1.413],[10.423,-6.041],[2.496,-1.456],[5.004,-2.868],[2.246,-1.261],[2.248,-1.508],[0,-2.667],[-0.59,-3.743],[-8.982,-4.071],[-2.853,-1.636],[-2.671,-1.5],[-2.865,-1.635],[-22.262,-12.832],[-2.933,-1.683],[-0.393,-0.224],[-0.748,-0.561],[-1.784,-1.055],[-2.645,-1.522],[-2.763,-1.576],[-39.743,-22.908]],"v":[[187,-261],[112.411,-218.472],[39,-176],[30.822,-171.976],[24,-168],[23.121,-167.455],[22,-167],[7.14,-158.269],[-7,-150],[-69.95,-113.874],[-133,-78],[-152.92,-66.257],[-172,-55],[-180.179,-50.976],[-187,-47],[-187.879,-46.455],[-189,-46],[-200.669,-38.872],[-212,-32],[-220.175,-27.962],[-227,-24],[-229.537,-22.263],[-232,-21],[-235.508,-19.056],[-238,-16],[-179.864,16.322],[-122,49],[-117.984,51.524],[-114,54],[-106.035,57.971],[-98,62],[-94.471,64.508],[-91,67],[-87.01,68.998],[-83,71],[-71.216,77.678],[-60,84],[-48.114,90.434],[-36,97],[-32.513,99.481],[-29,102],[-24.551,103.989],[-20,106],[-13.201,110.075],[-5,115],[3.457,120.452],[8,127],[4.955,149.669],[-10,166],[-18.342,161.215],[-21,153],[-14.997,154.894],[-8,156],[-4,130],[-19,135],[-33,171],[-30,179],[-28,179],[-24,183],[10,170],[33,157],[40,152],[44,151],[47,148],[55,144],[70,135],[86,127],[89,124],[93,122],[222,48],[267,22],[283,14],[286,11],[290,9],[328,-13],[344,-21],[345,-22],[347,-23],[354,-28],[366,-34],[373,-39],[389,-47],[396,-52],[427,-69],[434,-74],[450,-82],[457,-87],[463,-93],[463,-101],[456,-107],[431,-121],[423,-126],[414,-130],[406,-135],[339,-174],[330,-178],[329,-180],[326,-181],[322,-184],[313,-188],[305,-193]],"c":true}],"h":1},{"t":33.235,"s":[{"i":[[89.293,52.041],[37.486,-21.487],[36.841,-20.925],[0.676,-0.316],[0.698,-0.397],[0.462,-0.586],[0.54,-0.307],[0.666,-0.069],[0.669,-0.344],[0.408,-0.566],[0.656,-0.37],[0.664,-0.069],[0.671,-0.344],[0.453,-0.59],[0.587,-0.334],[0.666,-0.069],[0.669,-0.344],[0.454,-0.591],[0.584,-0.329],[0.664,-0.069],[0.671,-0.344],[0.453,-0.589],[0.587,-0.334],[0.665,-0.069],[0.669,-0.344],[0.408,-0.566],[0.656,-0.37],[0.664,-0.069],[0.671,-0.344],[0.438,-0.581],[0.567,-0.327],[0.672,-0.063],[0.65,-0.368],[0.458,-0.584],[0.584,-0.334],[1.356,-0.633],[1.307,-0.74],[17.986,-10.279],[17.297,-9.825],[0.676,-0.316],[0.697,-0.397],[0.46,-0.584],[0.543,-0.312],[0.672,-0.063],[0.65,-0.367],[0.46,-0.584],[0.532,-0.307],[0.672,-0.063],[0.65,-0.367],[0.493,-0.605],[0.496,-0.279],[0.669,-0.063],[0.653,-0.37],[0.458,-0.584],[0.584,-0.334],[1.356,-0.633],[1.307,-0.741],[4.724,-2.731],[4.336,-3.376],[-10.512,-5.914],[-10.904,-6.115],[-3.902,-2.204],[-3.574,-2.043],[-1.316,-0.863],[-1.356,-0.76],[-2.707,-1.274],[-2.6,-1.46],[-1.131,-0.902],[-1.255,-0.707],[-1.552,-0.607],[-1.42,-0.797],[-1.175,-0.922],[-1.154,-0.669],[-1.332,-0.619],[-1.351,-0.758],[-6.621,-3.748],[-6.071,-3.392],[-1.3,-0.858],[-1.399,-0.785],[-2.717,-1.28],[-2.572,-1.445],[-1.114,-0.889],[-1.293,-0.74],[-3.076,-1.707],[-2.859,-1.657],[5.985,-18.836],[6.591,1.928],[0.357,3.387],[3.323,1.674],[4.264,-10.799],[-0.851,-6.043],[-12.582,7.015],[-0.931,0.53],[-1.216,0.702],[-4.989,2.825],[-5.225,2.985],[-22.846,13.225],[-125.471,72.384],[0.856,3.09],[1.651,1.344],[1.538,0.587]],"o":[[-37.216,21.126],[-37.486,21.487],[-0.599,0.341],[-0.676,0.316],[-0.613,0.349],[-0.462,0.586],[-0.669,0.38],[-0.665,0.069],[-0.712,0.366],[-0.408,0.566],[-0.672,0.379],[-0.664,0.069],[-0.601,0.309],[-0.453,0.59],[-0.669,0.38],[-0.665,0.069],[-0.598,0.308],[-0.455,0.591],[-0.672,0.379],[-0.664,0.069],[-0.601,0.309],[-0.453,0.589],[-0.668,0.38],[-0.666,0.069],[-0.713,0.366],[-0.408,0.566],[-0.672,0.379],[-0.664,0.069],[-0.681,0.35],[-0.438,0.581],[-0.662,0.382],[-0.672,0.063],[-0.584,0.331],[-0.458,0.584],[-1.27,0.728],[-1.356,0.633],[-17.76,10.06],[-17.986,10.279],[-0.6,0.34],[-0.676,0.316],[-0.617,0.351],[-0.46,0.584],[-0.662,0.382],[-0.672,0.063],[-0.629,0.355],[-0.46,0.584],[-0.662,0.382],[-0.672,0.063],[-0.531,0.3],[-0.493,0.605],[-0.671,0.377],[-0.669,0.064],[-0.584,0.331],[-0.458,0.584],[-1.27,0.729],[-1.356,0.633],[-4.768,2.701],[-4.724,2.731],[10.048,5.229],[10.512,5.914],[3.818,2.141],[3.902,2.204],[1.379,0.788],[1.317,0.863],[2.572,1.442],[2.707,1.274],[1.219,0.685],[1.131,0.902],[1.373,0.773],[1.552,0.607],[1.145,0.643],[1.175,0.922],[1.322,0.767],[1.332,0.619],[6.447,3.615],[6.621,3.748],[1.401,0.783],[1.3,0.858],[2.559,1.434],[2.717,1.28],[1.252,0.703],[1.114,0.889],[2.722,1.558],[2.28,1.266],[12.461,7.222],[-1.192,3.75],[-2.999,0.274],[-0.471,-4.467],[-12.233,0.435],[-2.178,5.515],[2.294,16.296],[0.995,-0.555],[1.667,-0.949],[5.771,-3.329],[5.719,-3.238],[23.868,-13.639],[128.249,-74.243],[2.767,-1.418],[-0.686,-2.477],[-1.256,-1.022],[-89.007,-52.328]],"v":[[187,-261],[74.718,-196.849],[-37,-133],[-38.926,-132.042],[-41,-131],[-42.555,-129.469],[-44,-128],[-45.999,-127.473],[-48,-127],[-49.542,-125.503],[-51,-124],[-53,-123.474],[-55,-123],[-56.511,-121.519],[-58,-120],[-59.999,-119.473],[-62,-119],[-63.51,-117.516],[-65,-116],[-67,-115.474],[-69,-115],[-70.511,-113.518],[-72,-112],[-73.999,-111.473],[-76,-111],[-77.542,-109.503],[-79,-108],[-81,-107.474],[-83,-107],[-84.586,-105.482],[-86,-104],[-88.009,-103.489],[-90,-103],[-91.501,-101.503],[-93,-100],[-96.973,-98.009],[-101,-96],[-154.847,-65.323],[-208,-35],[-209.926,-34.042],[-212,-33],[-213.555,-31.471],[-215,-30],[-217.009,-29.489],[-219,-29],[-220.572,-27.464],[-222,-26],[-224.009,-25.489],[-226,-25],[-227.526,-23.483],[-229,-22],[-231.013,-21.495],[-233,-21],[-234.501,-19.503],[-236,-18],[-239.973,-16.009],[-244,-14],[-258.324,-6.006],[-272,3],[-241.142,19.835],[-209,38],[-197.317,44.574],[-186,51],[-181.983,53.521],[-178,56],[-170.021,59.986],[-162,64],[-158.527,66.484],[-155,69],[-150.535,70.982],[-146,73],[-142.507,75.481],[-139,78],[-135.022,80.006],[-131,82],[-111.218,93.167],[-92,104],[-87.998,106.499],[-84,109],[-76.01,112.993],[-68,117],[-64.53,119.473],[-61,122],[-52,126],[-45,131],[-23,160],[-31,167],[-31,159],[-35,151],[-57,170],[-60,187],[-31,194],[-28,191],[-24,189],[-8,180],[8,171],[80,130],[461,-89],[463,-100],[461,-104],[456,-106]],"c":true}],"h":1},{"t":33.765,"s":[{"i":[[38.948,22.715],[11.209,-6.489],[7.116,-4.124],[2.436,-1.4],[5.119,-2.912],[1.266,-0.72],[1.238,-0.701],[14.327,-8.113],[3.066,-1.745],[1.237,-0.701],[9.472,-5.49],[2.439,-1.37],[5.11,-2.928],[2.434,-1.42],[9.507,-5.51],[2.439,-1.37],[5.22,-2.931],[2.493,-1.445],[9.453,-5.479],[2.439,-1.37],[5.1,-2.864],[2.435,-1.411],[9.464,-5.485],[2.439,-1.37],[5.133,-2.882],[2.43,-1.408],[9.41,-5.454],[2.544,-1.429],[5.142,-2.888],[2.43,-1.408],[12.016,-8.434],[-5.164,-2.892],[-0.934,-0.532],[-4.194,-2.349],[-1.255,-0.714],[-1.167,-0.673],[-5.428,-2.997],[-5.154,-2.846],[-5.225,-2.883],[-5.226,-2.883],[-5.231,-2.886],[-7.992,-4.527],[-10.28,-5.9],[-2.327,-1.306],[-2.958,-1.659],[-2.516,-1.412],[-2.904,-1.628],[-2.327,-1.306],[-2.83,-1.587],[-2.512,-1.441],[-2.843,-1.583],[-2.13,-1.615],[-1.049,-1.164],[-0.469,-2.126],[0.972,-4.028],[1.494,1.173],[1.289,-1.378],[-14.461,-10.695],[-6.288,3.47],[-28.744,17.012],[-2.727,1.532],[-2.736,1.541],[-3.162,1.807],[-1.414,0.817],[-2.711,1.562],[-2.823,1.61],[-2.769,1.587],[-2.616,1.552],[-2.715,1.565],[-2.706,1.544],[-2.832,1.59],[-2.695,1.546],[-16.992,9.588],[-1.297,0.729],[-2.824,1.611],[-2.755,1.588],[-3.644,1.986],[-1.015,0.584],[-2.715,1.549],[-2.777,1.601],[-8.014,4.559],[-5.035,2.865],[-2.714,1.569],[-1.012,0.626],[-1.541,0.907],[-30.757,17.728],[-22.818,11.95],[1.226,5.893],[0,2.333],[1.428,2.906],[7.377,4.23],[2.748,1.543],[2.659,1.517],[2.642,1.523],[21.282,12.214],[2.958,1.691],[0.414,0.31],[0.674,0.398],[0.965,0.555],[2.652,1.513],[2.694,1.553]],"o":[[-11.183,6.497],[-7.801,4.516],[-2.501,1.45],[-5.133,2.95],[-1.068,0.608],[-1.304,0.742],[-15.549,8.805],[-4.295,2.432],[-1.304,0.742],[-10.539,5.968],[-2.493,1.445],[-5.165,2.9],[-2.513,1.44],[-10.433,6.087],[-2.493,1.445],[-5.163,2.9],[-2.439,1.37],[-10.442,6.052],[-2.493,1.445],[-5.159,2.897],[-2.586,1.452],[-10.468,6.067],[-2.493,1.445],[-5.116,2.873],[-2.515,1.413],[-10.45,6.057],[-2.563,1.485],[-5.17,2.904],[-2.515,1.413],[-13.184,7.641],[4.96,3.225],[0.998,0.559],[4.531,2.578],[1.058,0.592],[1.363,0.776],[5.923,3.416],[5.741,3.17],[5.842,3.226],[5.844,3.224],[5.772,3.184],[8.217,4.533],[11.045,6.257],[2.437,1.399],[2.983,1.674],[2.45,1.374],[2.85,1.599],[2.451,1.374],[2.998,1.682],[2.457,1.378],[2.728,1.565],[2.264,1.261],[0.959,0.727],[1.233,1.368],[-2.631,2.369],[-2.822,0.155],[-2.656,0.01],[-12.614,4.779],[7.99,1.943],[30.781,-16.987],[2.804,-1.659],[2.772,-1.557],[4.114,-2.316],[1.508,-0.862],[2.803,-1.62],[2.68,-1.545],[2.674,-1.525],[2.643,-1.515],[2.79,-1.656],[2.755,-1.588],[2.82,-1.608],[2.64,-1.483],[17.911,-10.271],[1.39,-0.784],[2.744,-1.541],[2.706,-1.544],[4.318,-2.489],[1.885,-1.028],[2.742,-1.578],[2.906,-1.658],[8.466,-4.88],[5.698,-3.242],[2.819,-1.604],[0.966,-0.558],[1.515,-0.937],[30.652,-18.046],[22.077,-12.725],[1.726,-2.941],[0,-2.333],[-0.59,-3.743],[-8.982,-4.071],[-2.853,-1.636],[-2.671,-1.5],[-2.865,-1.635],[-22.262,-12.832],[-2.933,-1.683],[-0.393,-0.224],[-0.748,-0.561],[-1.784,-1.055],[-2.645,-1.522],[-2.763,-1.576],[-39.743,-22.908]],"v":[[187,-261],[153,-242],[130,-229],[123,-224],[107,-216],[104,-213],[100,-211],[54,-185],[43,-178],[39,-176],[8,-159],[1,-154],[-15,-146],[-22,-141],[-53,-124],[-60,-119],[-76,-111],[-83,-106],[-114,-89],[-121,-84],[-137,-76],[-144,-71],[-175,-54],[-182,-49],[-198,-41],[-205,-36],[-236,-19],[-243,-14],[-259,-6],[-266,-1],[-304,21],[-288,29],[-285,32],[-272,38],[-269,41],[-265,43],[-249,52],[-233,61],[-217,70],[-201,79],[-185,88],[-161,101],[-129,119],[-122,124],[-113,128],[-106,133],[-97,137],[-90,142],[-81,146],[-74,151],[-65,155],[-58,160],[-54,162],[-52,167],[-59,175],[-63,171],[-70,172],[-79,215],[-59,209],[32,157],[40,152],[49,148],[61,140],[66,138],[74,133],[82,128],[91,124],[99,119],[107,114],[115,109],[124,105],[132,100],[186,69],[190,66],[199,62],[207,57],[219,50],[223,47],[232,43],[240,38],[265,24],[281,14],[290,10],[293,7],[298,5],[390,-48],[457,-86],[463,-94],[463,-101],[456,-107],[431,-121],[423,-126],[414,-130],[406,-135],[339,-174],[330,-178],[329,-180],[326,-181],[322,-184],[313,-188],[305,-193]],"c":true}],"h":1},{"t":34.294,"s":[{"i":[[65.035,37.948],[43.797,-25.254],[43.848,-25.165],[10.844,-6.141],[10.793,-6.221],[6.924,-3.845],[6.484,-3.689],[2.658,-1.737],[2.517,-1.433],[1.555,-0.604],[1.368,-0.778],[0.506,-0.611],[0.472,-0.269],[0.633,-0.288],[0.621,-0.367],[1.288,-0.835],[1.389,-0.796],[1.557,-0.604],[1.363,-0.777],[1.296,-0.847],[1.402,-0.808],[6.755,-3.887],[6.284,-3.591],[6.878,-4.069],[6.509,-3.736],[1.555,-0.598],[1.401,-0.817],[0.459,-0.574],[0.625,-0.389],[0.965,-0.32],[-0.414,-1.375],[-20.584,-11.583],[-20.799,-11.367],[-7.82,-4.411],[-7.167,-4.019],[-2.585,-1.416],[-2.168,-1.939],[-8.951,-5.049],[-8.779,-5.221],[-1.203,-0.921],[-0.211,-1.864],[0.468,-1.258],[0.231,-1.054],[1.507,-0.16],[-0.146,-1.812],[1.813,-8.244],[-6.993,-2.523],[-1.389,0.297],[-2.058,0.674],[-3.867,2.179],[-3.334,1.91],[-6.589,3.93],[-5.615,3.25],[-11.389,6.47],[-11.511,6.635],[-21.279,12.232],[-20.565,11.784],[-0.856,0.275],[-0.725,0.411],[-2.073,1.472],[-1.594,0.911],[-0.895,0.297],[-0.76,0.436],[-2.239,1.421],[-1.762,1.01],[-0.856,0.276],[-0.725,0.411],[-3.188,1.822],[-1.524,0.891],[-3.469,1.957],[-1.582,0.915],[-0.419,0.314],[-0.674,0.398],[-4.332,2.431],[-3.417,1.928],[-1.582,0.915],[-0.419,0.314],[-0.674,0.398],[-4.31,2.455],[-1.525,0.861],[-1.511,0.86],[-0.413,0.309],[-0.674,0.398],[-3.142,1.773],[-1.297,0.728],[-2.736,1.541],[-1.521,0.858],[-1.511,0.86],[-0.412,0.309],[-0.674,0.398],[-2.998,1.692],[-1.504,0.864],[-2.723,1.588],[-0.422,0.316],[-0.674,0.398],[-5.6,3.209],[-24.927,13.475],[1.24,3.099],[0.828,0.876],[4.461,2.597],[14.714,8.481]],"o":[[-43.963,24.818],[-43.797,25.254],[-10.829,6.215],[-10.844,6.141],[-6.818,3.929],[-6.924,3.845],[-2.849,1.621],[-2.658,1.737],[-1.413,0.804],[-1.555,0.605],[-0.504,0.287],[-0.506,0.611],[-0.846,0.481],[-0.633,0.288],[-1.458,0.863],[-1.288,0.835],[-1.407,0.806],[-1.557,0.604],[-1.412,0.806],[-1.297,0.847],[-6.697,3.86],[-6.755,3.887],[-6.977,3.987],[-6.878,4.069],[-1.379,0.791],[-1.555,0.598],[-0.539,0.314],[-0.459,0.574],[-0.556,0.346],[-0.965,0.32],[20.864,11.303],[20.584,11.582],[7.553,4.337],[7.82,4.411],[2.493,1.398],[2.585,1.416],[9.419,4.581],[8.951,5.049],[1.975,0.452],[1.203,0.921],[0.103,0.913],[-0.468,1.258],[0.881,2.548],[-1.507,0.16],[-5.74,1.502],[-1.813,8.244],[2.386,0.861],[1.389,-0.297],[4.2,-1.375],[3.867,-2.179],[7.029,-4.028],[6.589,-3.93],[12.931,-7.486],[11.389,-6.47],[21.32,-12.289],[21.279,-12.232],[0.85,-0.487],[0.856,-0.276],[2.116,-1.201],[2.072,-1.472],[0.661,-0.377],[0.895,-0.297],[2.281,-1.307],[2.239,-1.421],[0.85,-0.487],[0.856,-0.276],[4.232,-2.402],[1.682,-0.962],[4.348,-2.541],[1.585,-0.894],[0.397,-0.23],[0.748,-0.561],[4.35,-2.57],[4.317,-2.423],[1.585,-0.894],[0.398,-0.23],[0.748,-0.561],[4.346,-2.568],[1.468,-0.836],[1.403,-0.792],[0.391,-0.223],[0.748,-0.561],[3.475,-2.053],[1.39,-0.785],[2.772,-1.557],[1.466,-0.826],[1.403,-0.792],[0.391,-0.223],[0.748,-0.561],[3.405,-2.012],[1.502,-0.847],[2.923,-1.68],[0.4,-0.234],[0.748,-0.561],[6.248,-3.692],[24.848,-14.239],[3.819,-1.559],[-0.549,-1.371],[-3.199,-3.385],[-18.207,-10.601],[-69.998,-40.347]],"v":[[187,-261],[55.414,-185.76],[-76,-110],[-108.527,-91.505],[-141,-73],[-161.75,-61.32],[-182,-50],[-190.249,-44.859],[-198,-40],[-202.534,-37.981],[-207,-36],[-208.524,-34.486],[-210,-33],[-212.168,-31.915],[-214,-31],[-218.052,-28.45],[-222,-26],[-226.533,-23.978],[-231,-22],[-235.007,-19.502],[-239,-17],[-259.31,-5.298],[-279,6],[-299.851,18.189],[-320,30],[-324.483,31.981],[-329,34],[-330.436,35.444],[-332,37],[-334.728,37.728],[-336,40],[-273.952,74.452],[-212,109],[-188.711,122.239],[-166,135],[-158.257,139.094],[-151,144],[-123.52,158.52],[-97,174],[-92.177,175.941],[-90,180],[-90.749,183.394],[-92,187],[-93.949,190.051],[-97,192],[-109.55,209.734],[-103,229],[-97.754,229.651],[-93,228],[-80.851,222.401],[-70,216],[-49.439,203.917],[-31,193],[5.065,172.362],[39,153],[103.067,116.121],[166,80],[168.594,78.943],[171,78],[177.392,73.782],[183,70],[185.425,69.044],[188,68],[194.889,63.777],[201,60],[203.594,58.943],[206,58],[218,50],[223,48],[236,40],[241,38],[242,36],[245,35],[258,28],[271,20],[276,18],[277,16],[280,15],[293,8],[297,5],[302,3],[303,1],[306,0],[315,-5],[319,-8],[328,-12],[332,-15],[337,-17],[338,-19],[341,-20],[350,-25],[354,-28],[363,-32],[364,-34],[367,-35],[385,-45],[460,-88],[463,-102],[461,-103],[448,-111],[396,-141]],"c":true}],"h":1},{"t":34.823,"s":[{"i":[[65.056,37.961],[21.984,-12.722],[21.206,-11.966],[0.859,-0.274],[0.778,-0.46],[0.146,-0.43],[0.213,-0.16],[0.565,-0.122],[0.351,-0.221],[0.631,-0.528],[0.735,-0.421],[1.565,-0.611],[1.365,-0.769],[0.627,-0.54],[0.761,-0.429],[0.902,-0.303],[0.697,-0.397],[0.15,-0.434],[0.206,-0.154],[0.572,-0.13],[0.337,-0.199],[1.423,-0.772],[1.571,-0.887],[1.47,-0.807],[1.512,-0.867],[14.903,-8.683],[13.964,-8.002],[0.886,-0.288],[0.703,-0.413],[0.146,-0.43],[0.213,-0.16],[0.572,-0.13],[0.337,-0.199],[2.165,-1.125],[2.166,-1.215],[2.22,-1.42],[1.868,-1.054],[0.903,-0.301],[0.743,-0.43],[0.148,-0.432],[0.209,-0.157],[0.572,-0.13],[0.337,-0.199],[3.086,-1.677],[2.651,-1.519],[3.635,-2.187],[3.724,-2.109],[9.703,-5.66],[8.761,-5.02],[0.843,-0.268],[0.779,-0.442],[2.073,-1.472],[1.594,-0.911],[0.895,-0.297],[0.76,-0.436],[3.809,-2.288],[3.097,-1.748],[0.851,-0.274],[0.8,-0.455],[0.149,-0.433],[0.207,-0.155],[0.572,-0.13],[0.337,-0.199],[1.383,-0.745],[1.684,-0.965],[12.668,-7.247],[11.946,-6.915],[2.866,-1.761],[2.567,-2.239],[-21.405,-11.928],[-21.704,-11.629],[-14.93,-8.22],[-14.079,-7.868],[-1.313,-0.867],[-1.359,-0.757],[-5.374,-2.963],[-3.351,-5.278],[1.445,-2.418],[0.603,-3.044],[-0.535,-2.82],[-2.526,-2.368],[-3.421,1.223],[-3.218,1.863],[-3.908,2.189],[-3.435,1.969],[-10.616,5.99],[-1.555,0.921],[-0.427,0.32],[-0.702,0.441],[-3.091,1.771],[-16.753,9.6],[-1.567,0.922],[-0.425,0.318],[-0.674,0.398],[-3.142,1.773],[-4.571,2.635],[-133.767,77.393],[1.287,3.217],[0.828,0.876],[4.491,2.615],[14.555,8.39]],"o":[[-21.861,12.146],[-21.984,12.722],[-0.786,0.444],[-0.859,0.274],[-0.203,0.12],[-0.146,0.43],[-0.389,0.291],[-0.565,0.122],[-0.742,0.466],[-0.631,0.528],[-1.376,0.788],[-1.565,0.611],[-0.733,0.413],[-0.627,0.539],[-0.696,0.393],[-0.902,0.302],[-0.195,0.111],[-0.15,0.434],[-0.374,0.281],[-0.572,0.13],[-1.738,1.026],[-1.423,0.772],[-1.607,0.906],[-1.47,0.807],[-14.425,8.267],[-14.903,8.683],[-0.755,0.433],[-0.886,0.288],[-0.202,0.119],[-0.146,0.43],[-0.374,0.281],[-0.572,0.13],[-2.175,1.285],[-2.165,1.125],[-2.252,1.264],[-2.22,1.421],[-0.647,0.365],[-0.903,0.301],[-0.199,0.115],[-0.148,0.432],[-0.374,0.281],[-0.572,0.13],[-3.003,1.775],[-3.086,1.677],[-3.737,2.141],[-3.635,2.187],[-9.426,5.34],[-9.703,5.66],[-0.851,0.488],[-0.843,0.268],[-2.116,1.201],[-2.072,1.472],[-0.661,0.378],[-0.895,0.297],[-3.665,2.101],[-3.81,2.288],[-0.797,0.45],[-0.851,0.274],[-0.196,0.111],[-0.149,0.433],[-0.374,0.28],[-0.572,0.13],[-1.783,1.053],[-1.383,0.745],[-12.385,7.096],[-12.667,7.247],[-2.967,1.718],[-2.866,1.761],[21.674,11.659],[21.405,11.928],[14.2,8.251],[14.93,8.22],[1.389,0.776],[1.313,0.867],[5.152,2.868],[5.374,2.964],[-0.617,2.285],[-1.445,2.418],[-0.665,3.353],[0.535,2.82],[4.097,1.753],[3.421,-1.223],[3.932,-2.276],[3.908,-2.189],[11.48,-6.578],[1.572,-0.887],[0.406,-0.24],[0.778,-0.583],[3.218,-2.021],[18.062,-10.35],[1.575,-0.903],[0.404,-0.237],[0.748,-0.561],[3.475,-2.053],[4.765,-2.689],[134.304,-77.413],[5.147,-0.354],[-0.549,-1.371],[-3.178,-3.363],[-18.089,-10.532],[-70.113,-40.413]],"v":[[187,-261],[121.009,-223.365],[56,-186],[53.494,-185.013],[51,-184],[50.508,-183.03],[50,-182],[48.472,-181.447],[47,-181],[44.995,-179.467],[43,-178],[38.492,-175.985],[34,-174],[32.021,-172.512],[30,-171],[27.501,-170.003],[25,-169],[24.508,-168.033],[24,-167],[22.472,-166.439],[21,-166],[16.375,-163.395],[12,-161],[7.429,-158.47],[3,-156],[-41.346,-130.302],[-85,-105],[-87.539,-103.986],[-90,-103],[-90.492,-102.03],[-91,-101],[-92.528,-100.439],[-94,-100],[-100.507,-96.448],[-107,-93],[-113.788,-88.843],[-120,-85],[-122.428,-84.049],[-125,-83],[-125.492,-82.031],[-126,-81],[-127.528,-80.439],[-129,-80],[-138.264,-74.809],[-147,-70],[-158.01,-63.476],[-169,-57],[-197.999,-40.26],[-226,-24],[-228.554,-22.966],[-231,-22],[-237.392,-17.782],[-243,-14],[-245.425,-13.043],[-248,-12],[-259.426,-5.235],[-270,1],[-272.497,1.996],[-275,3],[-275.492,3.968],[-276,5],[-277.528,5.561],[-279,6],[-283.574,8.566],[-288,11],[-325.829,32.636],[-363,54],[-371.801,59.109],[-380,65],[-315.523,100.523],[-251,136],[-206.909,160.787],[-163,185],[-158.978,187.515],[-155,190],[-138.649,198.193],[-125,210],[-128.51,216.931],[-132,225],[-132.393,234.239],[-128,242],[-116.84,242.212],[-107,237],[-95.127,230.269],[-84,224],[-48,203],[-43,201],[-42,199],[-39,198],[-30,193],[25,161],[30,159],[31,157],[34,156],[43,151],[57,143],[459,-88],[463,-102],[461,-103],[448,-111],[396,-141]],"c":true}],"h":1},{"t":35.353,"s":[{"i":[[44.647,26.02],[49.742,-28.508],[49.711,-28.54],[49.739,-28.512],[49.824,-28.425],[0.773,0.31],[0.632,0.451],[0.668,0.415],[0.881,0.203],[0.911,-0.172],[0.814,-0.27],[0.87,-0.213],[1.082,-0.001],[-0.55,-0.533],[-0.755,-0.328],[-0.828,-0.256],[-0.768,-0.316],[-0.656,-0.511],[-0.788,-0.378],[-0.863,-0.303],[-0.881,-0.286],[-1.369,-0.881],[-1.473,-0.777],[-1.492,-0.758],[-1.428,-0.822],[-2.84,-1.66],[-2.856,-1.644],[-2.964,-1.536],[-3.161,-1.339],[-1.573,-0.995],[-1.641,-0.865],[-1.622,-0.812],[-1.516,-0.838],[-2.686,-1.598],[-2.716,-1.58],[-2.797,-1.442],[-2.929,-1.183],[-1.364,-0.88],[-1.449,-0.768],[-1.485,-0.754],[-1.473,-0.838],[-1.414,-0.84],[-1.424,-0.855],[-1.423,-0.838],[-1.411,-0.788],[-1.513,-0.745],[-1.517,-0.715],[-1.496,-0.737],[-1.449,-0.811],[-0.08,-0.174],[-0.075,-0.217],[-0.083,-0.185],[-0.102,-0.076],[-0.264,-0.089],[-0.286,-0.065],[-0.254,-0.069],[-0.168,-0.099],[-1.151,-0.605],[-1.121,-0.618],[-1.034,-0.704],[-0.892,-0.863],[-1.6,-0.734],[-1.505,-0.829],[-1.403,-0.931],[-1.293,-1.04],[-2.969,-1.534],[-2.896,-1.651],[-2.854,-1.667],[-2.843,-1.58],[-2.976,-1.59],[-2.936,-1.608],[-2.867,-1.713],[-2.769,-1.907],[0.077,-2.072],[-0.468,-1.612],[-1.061,-1.109],[-1.702,-0.563],[-2.054,0.513],[-2.364,1.235],[-2.728,1.573],[-7.661,4.403],[-7.821,4.471],[-2.382,1.365],[-2.091,1.18],[-2.309,1.321],[-2.325,1.34],[-28.55,16.442],[-27.493,15.915],[-7.348,4.04],[-6.608,3.787],[-24.367,14.027],[-24.118,13.902],[-25.24,14.49],[-24.492,14.316],[-0.593,2.427],[0.613,2.175],[0.206,0.523],[0.827,0.673],[0.919,0.304],[0.659,0.243],[44.962,25.704]],"o":[[-49.831,28.416],[-49.742,28.508],[-49.711,28.54],[-49.739,28.512],[-1.09,0.007],[-0.773,-0.31],[-0.632,-0.451],[-0.668,-0.415],[-1.164,-0.08],[-0.911,0.172],[-0.814,0.27],[-0.87,0.213],[0.212,0.871],[0.55,0.533],[0.755,0.328],[0.828,0.256],[0.466,0.701],[0.656,0.511],[0.788,0.378],[0.863,0.303],[1.182,1.068],[1.369,0.881],[1.473,0.777],[1.492,0.758],[2.913,1.587],[2.84,1.66],[2.856,1.644],[2.964,1.536],[1.419,1.203],[1.573,0.995],[1.641,0.865],[1.622,0.812],[2.708,1.496],[2.686,1.598],[2.716,1.58],[2.797,1.442],[1.23,1.089],[1.364,0.88],[1.449,0.768],[1.485,0.754],[1.393,0.792],[1.414,0.84],[1.424,0.855],[1.423,0.838],[1.482,0.827],[1.513,0.745],[1.517,0.715],[1.496,0.737],[0.096,0.054],[0.08,0.174],[0.075,0.217],[0.083,0.185],[0.187,0.14],[0.264,0.089],[0.286,0.065],[0.254,0.069],[1.125,0.665],[1.151,0.605],[1.121,0.618],[1.034,0.704],[1.687,0.646],[1.6,0.734],[1.505,0.829],[1.403,0.931],[3.073,1.314],[2.969,1.534],[2.896,1.651],[2.854,1.667],[2.988,1.661],[2.976,1.59],[2.936,1.608],[2.867,1.713],[-0.576,2.488],[-0.077,2.072],[0.468,1.612],[1.061,1.109],[1.797,0.595],[2.054,-0.513],[2.364,-1.235],[8.534,-4.919],[7.661,-4.403],[2.381,-1.361],[2.382,-1.365],[2.44,-1.377],[2.309,-1.321],[28.308,-16.317],[28.55,-16.442],[7.001,-4.053],[7.348,-4.04],[24.415,-13.99],[24.367,-14.027],[25.547,-14.726],[25.24,-14.49],[2.242,-0.115],[0.593,-2.427],[-0.349,-1.237],[-0.206,-0.523],[-0.666,-0.541],[-0.919,-0.304],[-44.504,-26.164],[-44.962,-25.704]],"v":[[187,-261],[37.655,-175.599],[-111.51,-90.013],[-260.67,-4.42],[-410,81],[-412.751,80.5],[-414.814,79.314],[-416.721,77.971],[-419,77],[-422.074,77.176],[-424.623,77.877],[-427.11,78.64],[-430,79],[-428.823,81.074],[-426.833,82.333],[-424.426,83.176],[-422,84],[-420.302,85.802],[-418.122,87.122],[-415.63,88.13],[-413,89],[-409.152,91.902],[-404.869,94.369],[-400.401,96.651],[-396,99],[-387.394,103.894],[-378.872,108.872],[-370.165,113.665],[-361,118],[-356.49,121.277],[-351.646,124.047],[-346.729,126.544],[-342,129],[-333.921,133.672],[-325.831,138.47],[-317.576,143.034],[-309,147],[-305.096,149.929],[-300.864,152.377],[-296.45,154.636],[-292,157],[-287.787,159.457],[-283.527,162.007],[-279.254,164.554],[-275,167],[-270.502,169.346],[-265.95,171.524],[-261.424,173.69],[-257,176],[-256.739,176.361],[-256.508,176.967],[-256.274,177.589],[-256,178],[-255.31,178.337],[-254.472,178.561],[-253.648,178.755],[-253,179],[-249.572,180.886],[-246.15,182.702],[-242.903,184.667],[-240,187],[-235.068,189.068],[-230.409,191.409],[-226.046,194.046],[-222,197],[-212.944,201.298],[-204.154,206.101],[-195.537,211.104],[-187,216],[-178.046,220.856],[-169.171,225.631],[-160.461,230.591],[-152,236],[-152.991,242.85],[-152.416,248.387],[-150.133,252.48],[-146,255],[-140.238,255.027],[-133.625,252.308],[-126,248],[-101.965,234.164],[-79,221],[-71.782,216.864],[-65,213],[-57.913,208.972],[-51,205],[34.611,155.699],[119,107],[140.794,94.8],[162,83],[235.222,40.933],[308,-1],[384.291,-44.807],[459,-88],[463.141,-92.455],[463,-100],[462.359,-102.423],[461,-104],[458.495,-105.224],[456,-106],[321.607,-183.608]],"c":true}],"h":1},{"t":35.883,"s":[{"i":[[85.531,49.946],[5.352,-3.001],[5.1,-2.915],[1.243,-0.708],[0.885,-0.512],[1.99,-1.175],[2.072,-1.16],[1.7,-0.799],[1.573,-0.895],[0.15,-0.434],[0.206,-0.154],[0.572,-0.13],[0.338,-0.2],[0.868,-0.526],[0.755,-0.437],[1.677,-0.778],[1.651,-0.94],[0.15,-0.434],[0.206,-0.154],[0.572,-0.13],[0.338,-0.2],[4.041,-2.356],[3.656,-2.101],[7.819,-4.377],[7.064,-4.089],[1.99,-1.175],[2.072,-1.16],[1.717,-0.808],[1.532,-0.871],[0.149,-0.434],[0.207,-0.154],[0.572,-0.13],[0.337,-0.2],[4.064,-2.36],[3.596,-2.103],[3.143,-1.818],[2.972,-1.708],[12.498,-7.039],[11.678,-6.761],[0.295,-0.382],[0.356,-0.204],[1.885,-0.759],[1.709,-0.96],[1.468,-1.056],[1.591,-0.914],[3.145,-1.821],[2.962,-1.728],[1.707,-0.791],[1.609,-0.924],[38.022,-21.917],[38.406,-22.233],[4.953,-2.669],[4.474,-2.596],[1.631,-1.107],[1.555,-0.459],[0.761,-0.286],[3.943,-3.19],[2.615,-3.385],[-46.813,-26.565],[-2.643,-1.467],[-5.913,-3.292],[-11.458,-6.379],[-2.792,-1.592],[-2.817,-1.579],[-12.957,-7.336],[-2.254,-1.792],[-0.409,-0.521],[-1.147,-1.289],[-3.381,0.626],[-4.834,2.798],[-34.135,20.473],[-44.157,27.311],[-1.636,0.957],[-2.436,1.398],[-2.897,1.627],[-2.501,1.431],[-2.819,1.604],[-1.011,0.576],[-1.296,0.748],[-5.216,2.953],[-8.189,4.74],[-5.228,3.014],[-2.823,1.61],[-2.791,1.567],[-2.418,1.426],[-1.453,0.868],[-4.182,2.368],[-5.223,2.985],[-8.051,4.661],[-22.772,13.013],[-5.1,2.989],[-9.895,5.629],[-2.819,1.604],[-1.156,0.658],[-1.286,0.742],[-5.181,2.993],[-8.611,4.985],[-2.339,2.339],[0.737,1.842],[0.828,0.876],[4.598,2.677]],"o":[[-5.49,3.08],[-5.352,3.001],[-1.144,0.654],[-1.243,0.708],[-1.969,1.14],[-1.99,1.175],[-1.627,0.911],[-1.7,0.799],[-0.196,0.111],[-0.15,0.434],[-0.374,0.281],[-0.572,0.13],[-0.773,0.457],[-0.868,0.526],[-1.641,0.95],[-1.677,0.778],[-0.196,0.111],[-0.15,0.434],[-0.374,0.281],[-0.572,0.13],[-4.18,2.475],[-4.041,2.356],[-7.66,4.401],[-7.819,4.377],[-1.969,1.14],[-1.99,1.175],[-1.6,0.896],[-1.717,0.808],[-0.195,0.112],[-0.149,0.434],[-0.375,0.281],[-0.572,0.13],[-4.148,2.456],[-4.064,2.36],[-3.454,2.019],[-3.143,1.818],[-12.329,7.084],[-12.498,7.039],[-0.464,0.268],[-0.295,0.382],[-1.751,1.005],[-1.885,0.759],[-1.536,0.862],[-1.468,1.056],[-3.459,1.988],[-3.145,1.821],[-1.565,0.913],[-1.707,0.791],[-38.507,22.099],[-38.022,21.917],[-4.714,2.729],[-4.953,2.669],[-1.921,1.114],[-1.631,1.107],[-1.188,0.351],[-5.529,2.081],[-2.341,3.659],[47.884,26.49],[2.702,1.534],[5.94,3.297],[11.473,6.387],[2.81,1.565],[2.818,1.607],[13.939,7.817],[3.081,1.745],[1.105,0.878],[0.89,1.134],[1.996,2.243],[6.34,0.543],[35.027,-20.277],[44.182,-25.9],[1.423,-0.88],[2.495,-1.459],[2.823,-1.619],[2.439,-1.37],[2.723,-1.558],[0.935,-0.532],[1.614,-0.918],[5.839,-3.368],[8.321,-4.711],[5.169,-2.992],[2.68,-1.545],[2.68,-1.529],[2.336,-1.312],[1.375,-0.811],[4.296,-2.565],[5.64,-3.193],[8.445,-4.826],[23.823,-13.791],[5.539,-3.165],[10.591,-6.206],[2.727,-1.551],[1.145,-0.651],[1.284,-0.73],[5.71,-3.293],[8.3,-4.795],[4.458,-2.58],[0.997,-0.997],[-0.549,-1.371],[-3.202,-3.388],[-88.253,-51.384]],"v":[[187,-261],[170.708,-251.876],[155,-243],[151.306,-240.894],[148,-239],[142.077,-235.515],[136,-232],[130.959,-229.488],[126,-227],[125.508,-226.033],[125,-225],[123.472,-224.439],[122,-224],[119.487,-222.485],[117,-221],[112.008,-218.493],[107,-216],[106.508,-215.033],[106,-214],[104.472,-213.439],[103,-213],[90.606,-205.719],[79,-199],[55.553,-185.766],[33,-173],[27.077,-169.515],[21,-166],[15.949,-163.482],[11,-161],[10.508,-160.032],[10,-159],[8.472,-158.439],[7,-158],[-5.414,-150.735],[-17,-144],[-26.861,-138.266],[-36,-133],[-73.488,-111.758],[-110,-91],[-111.081,-89.952],[-112,-89],[-117.531,-86.466],[-123,-84],[-127.459,-81.039],[-132,-78],[-141.873,-72.305],[-151,-67],[-155.966,-64.508],[-161,-62],[-275.576,3.9],[-390,70],[-404.68,78.1],[-419,86],[-424.274,89.492],[-429,92],[-431,94],[-441,92],[-449,102],[-304,183],[-296,188],[-278,197],[-244,217],[-235,221],[-227,226],[-184,250],[-175,255],[-171,257],[-170,262],[-162,266],[-146,259],[-43,200],[96,120],[101,118],[108,113],[117,109],[124,104],[133,100],[136,97],[140,95],[156,86],[180,72],[196,63],[204,58],[213,54],[220,49],[224,47],[236,40],[252,31],[276,17],[348,-24],[364,-33],[396,-52],[405,-56],[408,-59],[412,-61],[428,-70],[452,-84],[462,-90],[463,-102],[461,-103],[448,-111]],"c":true}],"h":1},{"t":36.412,"s":[{"i":[[15.875,9.296],[78.166,-44.835],[78.05,-44.949],[27.013,-15.487],[26.837,-15.663],[1.73,-0.884],[2.18,1.133],[0.937,-1.73],[0.486,-2.18],[-1.503,-0.897],[-0.55,-0.978],[-10.887,-6.237],[-10.375,-5.5],[-3.654,-1.993],[-3.704,-2.077],[-5.665,-3.402],[-5.525,-3.13],[-3.034,-1.424],[-2.918,-1.634],[-0.496,-0.606],[-0.49,-0.28],[-0.864,-0.281],[-0.709,-0.397],[-6.604,-3.733],[-6.084,-3.433],[-0.659,-0.558],[-0.704,-0.395],[-3.06,-1.441],[-2.897,-1.626],[-1.315,-0.864],[-1.365,-0.772],[-4.275,-2.488],[-4.355,-2.474],[-3.072,-1.703],[-0.403,-0.302],[-0.674,-0.398],[-3.213,-1.703],[-5.23,-0.971],[-17.769,10.287],[-0.708,0.403],[-3.368,1.93],[-1.673,1.04],[-1.089,0.637],[-24.806,14.361],[-4.139,2.329],[-4.962,3.085],[-0.686,0.385],[-3.465,2.003],[-0.858,0.497],[-1.509,0.873],[-1.232,0.766],[-2.338,1.354],[-81.533,47.203],[-0.717,0.414],[-3.405,1.912],[-3.094,1.793],[-1.96,1.218],[-0.686,0.385],[-3.352,1.907],[-0.848,0.491],[-1.232,0.766],[-7.465,4.322],[-9.5,5.433],[-8.219,4.758],[-0.715,0.411],[-3.577,2.035],[-0.848,0.491],[-1.232,0.766],[-3.137,1.824],[1.682,9.819],[1.589,0.978],[3.035,1.712],[1.056,0.611],[2.873,1.642],[0.414,0.31],[0.674,0.398],[4.332,2.431],[3.435,1.938],[1.419,0.821],[0.419,0.314],[0.674,0.398],[4.385,2.461],[1.496,0.857],[1.387,0.798],[0.417,0.312],[0.674,0.398],[2.998,1.692],[1.502,0.843],[2.673,1.505],[1.521,0.858],[1.395,0.794],[0.413,0.309],[0.674,0.398],[2.998,1.692],[1.504,0.864],[3.013,1.757],[0.421,0.316],[0.674,0.398],[5.336,3.057],[16.249,9.168],[2.833,1.623]],"o":[[-78.287,44.711],[-78.166,44.835],[-27.111,15.389],[-27.013,15.487],[-1.899,0.598],[-1.73,0.884],[-0.767,1.9],[-0.937,1.73],[-1.562,1.434],[1.503,0.897],[11.078,5.553],[10.887,6.237],[3.679,1.95],[3.654,1.993],[5.815,3.261],[5.665,3.402],[2.947,1.669],[3.034,1.424],[0.528,0.296],[0.496,0.606],[0.835,0.478],[0.864,0.281],[6.5,3.636],[6.604,3.733],[0.659,0.371],[0.659,0.558],[2.864,1.608],[3.06,1.441],[1.377,0.774],[1.315,0.864],[4.547,2.575],[4.275,2.488],[2.915,1.656],[0.381,0.211],[0.748,0.561],[3.44,2.033],[4.515,2.393],[19.607,-9.664],[0.922,-0.534],[3.373,-1.919],[2.461,-1.41],[0.971,-0.604],[25.849,-15.115],[3.938,-2.28],[5.957,-3.353],[0.603,-0.375],[3.571,-2.006],[0.644,-0.372],[2.186,-1.266],[2.03,-1.175],[2.906,-1.806],[82.533,-47.778],[0.931,-0.539],[3.33,-1.925],[3.113,-1.748],[2.716,-1.574],[0.603,-0.375],[3.412,-1.916],[0.633,-0.36],[2.03,-1.175],[7.789,-4.842],[10.098,-5.846],[9.141,-5.228],[0.929,-0.538],[3.211,-1.848],[0.633,-0.36],[2.03,-1.175],[3.151,-1.959],[5.854,-3.404],[1.229,-4.366],[-2.692,-1.656],[-1.484,-0.837],[-2.806,-1.625],[-0.393,-0.224],[-0.748,-0.561],[-4.35,-2.571],[-4.445,-2.495],[-1.518,-0.857],[-0.397,-0.23],[-0.748,-0.561],[-4.386,-2.591],[-1.458,-0.818],[-1.387,-0.795],[-0.395,-0.228],[-0.748,-0.561],[-3.405,-2.012],[-1.494,-0.843],[-2.675,-1.502],[-1.466,-0.826],[-1.392,-0.786],[-0.391,-0.223],[-0.748,-0.561],[-3.405,-2.012],[-1.502,-0.847],[-2.899,-1.666],[-0.4,-0.234],[-0.748,-0.561],[-5.983,-3.535],[-16.892,-9.68],[-3.12,-1.76],[-16.029,-9.185]],"v":[[187,-261],[-47.677,-126.678],[-282,8],[-363.206,54.294],[-444,101],[-449.289,103.798],[-455,104],[-457.711,109.289],[-460,115],[-459.084,118.341],[-455,121],[-421.973,139.041],[-390,157],[-379.019,162.905],[-368,169],[-350.783,179.098],[-334,189],[-324.978,193.527],[-316,198],[-314.471,199.512],[-313,201],[-310.406,202.061],[-308,203],[-288.188,214.152],[-269,225],[-267.034,226.482],[-265,228],[-256.024,232.487],[-247,237],[-242.991,239.501],[-239,242],[-225.856,249.575],[-213,257],[-204,261],[-203,263],[-200,264],[-191,269],[-177,276],[-119,244],[-117,242],[-106,237],[-99,232],[-96,231],[-18,186],[-6,179],[12,169],[14,167],[25,162],[27,160],[32,157],[37,154],[45,150],[294,7],[296,5],[307,0],[316,-6],[324,-10],[326,-12],[337,-17],[339,-19],[344,-22],[367,-35],[397,-52],[425,-68],[427,-70],[438,-75],[440,-77],[445,-80],[453,-84],[463,-98],[460,-104],[453,-108],[449,-111],[440,-115],[439,-117],[436,-118],[423,-125],[410,-133],[405,-135],[404,-137],[401,-138],[388,-145],[384,-148],[379,-150],[378,-152],[375,-153],[366,-158],[362,-161],[353,-165],[349,-168],[344,-170],[343,-172],[340,-173],[331,-178],[327,-181],[318,-185],[317,-187],[314,-188],[296,-198],[244,-228],[235,-233]],"c":true}],"h":1},{"t":36.941,"s":[{"i":[[15.877,9.296],[108.121,-62.048],[108.205,-61.959],[0.955,-1.879],[-0.163,-2.996],[-1.207,-1.03],[-0.882,-0.916],[-22.867,-12.8],[-22.663,-12.894],[-13.602,-7.846],[-13.184,-6.988],[-0.639,-0.555],[-0.5,-0.279],[-3.032,-1.432],[-2.894,-1.611],[-5.685,-3.417],[-6.399,-2.072],[-11.429,6.68],[-11.388,6.536],[-1.552,0.6],[-1.364,0.779],[-0.149,0.433],[-0.207,0.156],[-0.572,0.13],[-0.337,0.199],[-0.656,0.549],[-0.483,0.278],[-1.586,0.622],[-1.333,0.75],[-2.09,1.485],[-1.581,0.904],[-0.885,0.291],[-0.707,0.405],[-2.198,1.397],[-1.821,1.043],[-0.878,0.288],[-0.722,0.409],[-2.12,1.499],[-1.471,0.841],[-0.849,0.268],[-0.762,0.445],[-2.846,1.688],[-2.669,1.528],[-7.321,4.133],[-7.285,4.218],[-48.322,27.824],[-47.778,26.958],[-0.626,0.539],[-0.711,0.399],[-3.04,1.425],[-2.875,1.636],[-0.493,0.603],[-0.496,0.284],[-2.283,1.053],[-2.273,1.305],[-2.876,1.826],[-2.637,2.054],[-10.253,5.914],[-10.229,5.938],[-5.029,2.971],[-5.555,2.445],[-1.329,1.504],[0.844,3.677],[1.201,1.043],[1.254,1.007],[2.209,1.274],[1.841,1.038],[0.903,0.301],[0.743,0.43],[0.148,0.432],[0.209,0.157],[0.572,0.13],[0.337,0.199],[2.165,1.125],[2.166,1.215],[2.265,1.446],[1.717,0.969],[0.883,0.29],[0.709,0.411],[0.419,0.314],[0.674,0.398],[4.332,2.431],[1.296,0.742],[1.433,0.825],[0.417,0.312],[0.674,0.398],[2.998,1.692],[1.502,0.843],[2.673,1.505],[1.521,0.858],[1.395,0.794],[0.413,0.309],[0.674,0.398],[2.998,1.692],[1.504,0.864],[3.013,1.757],[0.422,0.316],[0.674,0.398],[5.336,3.057],[16.264,9.177],[2.916,1.671]],"o":[[-108.311,61.85],[-108.121,62.048],[-2.345,0.489],[-0.955,1.879],[-1.712,1.963],[1.207,1.031],[22.869,12.904],[22.867,12.8],[13.409,7.629],[13.602,7.846],[0.945,0.501],[0.639,0.555],[2.976,1.659],[3.032,1.432],[5.859,3.262],[5.685,3.417],[11.895,-5.743],[11.429,-6.68],[1.428,-0.82],[1.552,-0.6],[0.197,-0.113],[0.149,-0.433],[0.374,-0.281],[0.572,-0.13],[0.892,-0.528],[0.656,-0.549],[1.325,-0.762],[1.586,-0.622],[2.057,-1.158],[2.09,-1.485],[0.753,-0.43],[0.885,-0.291],[2.388,-1.368],[2.198,-1.397],[0.764,-0.438],[0.878,-0.288],[2.05,-1.163],[2.12,-1.499],[0.841,-0.481],[0.849,-0.268],[2.946,-1.722],[2.846,-1.688],[7.429,-4.251],[7.321,-4.133],[47.932,-27.748],[48.322,-27.824],[0.786,-0.444],[0.626,-0.539],[2.966,-1.665],[3.04,-1.425],[0.533,-0.303],[0.493,-0.603],[2.595,-1.483],[2.283,-1.053],[2.857,-1.64],[2.876,-1.826],[10.76,-5.407],[10.253,-5.914],[5.328,-2.672],[5.029,-2.971],[1.526,-1.308],[1.329,-1.504],[1.059,-2.822],[-1.201,-1.043],[-2.321,-1.864],[-2.209,-1.274],[-0.647,-0.365],[-0.903,-0.301],[-0.198,-0.115],[-0.148,-0.432],[-0.374,-0.281],[-0.572,-0.13],[-2.175,-1.285],[-2.165,-1.125],[-2.222,-1.248],[-2.265,-1.446],[-0.759,-0.428],[-0.883,-0.29],[-0.397,-0.23],[-0.748,-0.561],[-4.35,-2.57],[-1.397,-0.784],[-1.692,-0.969],[-0.395,-0.228],[-0.748,-0.561],[-3.405,-2.012],[-1.494,-0.843],[-2.675,-1.502],[-1.466,-0.826],[-1.392,-0.786],[-0.391,-0.223],[-0.748,-0.561],[-3.405,-2.012],[-1.502,-0.847],[-2.899,-1.666],[-0.4,-0.234],[-0.748,-0.561],[-5.983,-3.535],[-16.937,-9.706],[-3.341,-1.885],[-16.129,-9.242]],"v":[[187,-261],[-137.579,-75.082],[-462,111],[-466.881,114.619],[-468,122],[-467.946,126.285],[-464,129],[-395.346,167.507],[-327,206],[-286.331,229.481],[-246,252],[-243.666,253.666],[-242,255],[-232.938,259.536],[-224,264],[-206.905,274.393],[-189,283],[-154.12,264.095],[-120,244],[-115.452,241.97],[-111,240],[-110.508,239.032],[-110,238],[-108.472,237.439],[-107,237],[-104.692,235.312],[-103,234],[-98.506,231.991],[-94,230],[-87.643,225.809],[-82,222],[-79.466,220.981],[-77,220],[-70.075,215.756],[-64,212],[-61.468,210.979],[-59,210],[-52.566,205.758],[-47,202],[-44.441,200.973],[-42,200],[-33.293,194.855],[-25,190],[-2.892,177.475],[19,165],[163.615,81.408],[308,-1],[310.056,-2.533],[312,-4],[321.069,-8.523],[330,-13],[331.528,-14.515],[333,-16],[340.241,-19.634],[347,-23],[355.665,-28.189],[364,-34],[395.398,-51.102],[426,-69],[441.33,-77.67],[457,-86],[461.777,-89.723],[463,-97],[462.234,-102.361],[458,-105],[451.14,-109.619],[445,-113],[442.572,-113.951],[440,-115],[439.508,-115.969],[439,-117],[437.472,-117.561],[436,-118],[429.493,-121.553],[423,-125],[416.121,-129.209],[410,-133],[407.463,-134.013],[405,-135],[404,-137],[401,-138],[388,-145],[384,-148],[379,-150],[378,-152],[375,-153],[366,-158],[362,-161],[353,-165],[349,-168],[344,-170],[343,-172],[340,-173],[331,-178],[327,-181],[318,-185],[317,-187],[314,-188],[296,-198],[244,-228],[235,-233]],"c":true}],"h":1},{"t":37.471,"s":[{"i":[[15.875,9.296],[27.65,-15.944],[27.645,-15.661],[4.887,-3.038],[0.686,-0.385],[3.352,-1.907],[0.848,-0.491],[2.506,-1.558],[5.786,-3.278],[4.918,-3.057],[0.686,-0.385],[3.452,-1.964],[0.848,-0.491],[1.232,-0.766],[1.103,-0.633],[6.781,-3.842],[4.95,-3.077],[0.686,-0.385],[3.575,-2.034],[0.848,-0.491],[2.588,-1.488],[2.227,-1.289],[0.717,-0.414],[3.405,-1.912],[0.628,-0.39],[5.697,-3.227],[4.887,-3.038],[0.686,-0.385],[3.36,-1.942],[0.858,-0.497],[1.509,-0.873],[1.232,-0.766],[5.63,-3.189],[4.962,-3.084],[0.686,-0.385],[3.383,-1.924],[0.848,-0.491],[2.506,-1.558],[1.109,-0.631],[24.341,-13.789],[4.914,-3.055],[0.686,-0.385],[3.452,-1.964],[0.848,-0.491],[1.232,-0.766],[7.616,-4.314],[13.288,-8.595],[-0.767,-6.434],[-3.483,-0.851],[-5.374,-3.053],[-3.911,-2.207],[-1.502,-0.843],[-2.983,-1.702],[-2.695,-1.553],[-25.819,-14.568],[-1.502,-0.843],[-2.739,-1.538],[-2.742,-1.553],[-39.176,-22.786],[-25.99,14.981],[-46.261,26.783],[-0.72,0.418],[-3.481,1.981],[-0.412,0.309],[-0.675,0.399],[-7.132,4.134],[-6.499,3.717],[-113.726,65.275],[-9.835,6.499],[0.997,6.664],[1.589,0.978],[3.035,1.712],[1.056,0.611],[2.873,1.642],[0.414,0.311],[0.674,0.398],[4.332,2.431],[3.435,1.938],[1.419,0.821],[0.419,0.314],[0.674,0.398],[4.385,2.461],[1.496,0.857],[1.387,0.798],[0.417,0.312],[0.674,0.398],[2.998,1.692],[1.502,0.843],[2.673,1.505],[1.521,0.858],[1.395,0.794],[0.412,0.309],[0.674,0.398],[2.998,1.692],[1.504,0.864],[3.013,1.757],[0.421,0.316],[0.674,0.398],[5.335,3.057],[16.249,9.168],[2.833,1.623]],"o":[[-27.754,15.564],[-27.65,15.944],[-5.8,3.286],[-0.603,0.375],[-3.412,1.916],[-0.633,0.36],[-3.593,2.08],[-6.355,3.951],[-5.765,3.266],[-0.603,0.375],[-3.421,1.921],[-0.633,0.36],[-2.03,1.175],[-0.978,0.608],[-6.74,3.868],[-5.869,3.325],[-0.603,0.375],[-3.597,2.02],[-0.633,0.36],[-3.248,1.88],[-3.16,1.816],[-0.931,0.539],[-3.33,1.925],[-0.567,0.318],[-6.332,3.936],[-5.8,3.286],[-0.603,0.375],[-3.479,1.954],[-0.644,0.372],[-2.186,1.266],[-2.03,1.175],[-6.332,3.936],[-5.834,3.305],[-0.603,0.375],[-3.486,1.958],[-0.633,0.36],[-3.593,2.08],[-0.981,0.61],[-25.358,14.434],[-5.806,3.289],[-0.603,0.375],[-3.421,1.921],[-0.633,0.36],[-2.03,1.175],[-7.859,4.885],[-13.809,7.823],[-5.461,0.205],[-1.16,5.494],[4.866,3.962],[4.625,2.627],[1.494,0.843],[2.834,1.591],[2.615,1.492],[26.536,15.295],[1.494,0.843],[2.773,1.557],[2.818,1.582],[39.948,22.63],[26.251,-14.295],[47.226,-27.221],[0.934,-0.541],[3.541,-2.057],[0.391,-0.222],[0.749,-0.562],[8.101,-4.796],[6.988,-4.05],[113.906,-65.148],[10.442,-5.891],[4.987,-0.68],[1.229,-4.366],[-2.692,-1.656],[-1.484,-0.837],[-2.806,-1.625],[-0.393,-0.224],[-0.748,-0.561],[-4.35,-2.571],[-4.445,-2.495],[-1.518,-0.857],[-0.397,-0.23],[-0.748,-0.561],[-4.386,-2.591],[-1.458,-0.818],[-1.387,-0.795],[-0.395,-0.228],[-0.748,-0.561],[-3.405,-2.012],[-1.494,-0.843],[-2.675,-1.502],[-1.467,-0.826],[-1.392,-0.786],[-0.391,-0.223],[-0.748,-0.561],[-3.405,-2.012],[-1.502,-0.847],[-2.899,-1.666],[-0.4,-0.234],[-0.748,-0.561],[-5.983,-3.535],[-16.892,-9.68],[-3.12,-1.76],[-16.029,-9.185]],"v":[[187,-261],[103.918,-213.573],[21,-166],[3,-156],[1,-154],[-10,-149],[-12,-147],[-22,-141],[-40,-131],[-58,-121],[-60,-119],[-71,-114],[-73,-112],[-78,-109],[-81,-108],[-101,-96],[-119,-86],[-121,-84],[-132,-79],[-134,-77],[-142,-72],[-150,-68],[-152,-66],[-163,-61],[-165,-59],[-183,-49],[-201,-39],[-203,-37],[-214,-32],[-216,-30],[-221,-27],[-226,-24],[-244,-14],[-262,-4],[-264,-2],[-275,3],[-277,5],[-287,11],[-290,12],[-366,56],[-384,66],[-386,68],[-397,73],[-399,75],[-404,78],[-427,91],[-468,115],[-474,126],[-468,133],[-452,143],[-439,150],[-435,153],[-426,157],[-418,162],[-337,208],[-333,211],[-324,215],[-316,220],[-197,288],[-119,244],[24,162],[26,160],[37,155],[38,153],[41,152],[65,138],[85,127],[426,-69],[457,-87],[463,-98],[460,-104],[453,-108],[449,-111],[440,-115],[439,-117],[436,-118],[423,-125],[410,-133],[405,-135],[404,-137],[401,-138],[388,-145],[384,-148],[379,-150],[378,-152],[375,-153],[366,-158],[362,-161],[353,-165],[349,-168],[344,-170],[343,-172],[340,-173],[331,-178],[327,-181],[318,-185],[317,-187],[314,-188],[296,-198],[244,-228],[235,-233]],"c":true}],"h":1},{"t":38,"s":[{"i":[[15.875,9.296],[27.65,-15.944],[27.645,-15.661],[3.164,-1.71],[2.444,-1.519],[0.339,-0.405],[0.343,-0.192],[1.904,-0.772],[1.676,-0.954],[0.315,-0.394],[0.424,-0.245],[1.738,-1.045],[1.253,-0.779],[2.982,-1.596],[2.893,-1.639],[3.165,-1.71],[2.459,-1.529],[0.339,-0.405],[0.343,-0.192],[1.891,-0.764],[1.726,-0.982],[0.315,-0.394],[0.424,-0.245],[0.842,-0.507],[0.616,-0.383],[0.49,-0.095],[0.552,-0.316],[3.31,-2.036],[3.391,-1.921],[3.148,-1.7],[2.475,-1.538],[0.339,-0.405],[0.343,-0.192],[3.575,-2.034],[0.848,-0.491],[2.588,-1.488],[2.227,-1.289],[0.717,-0.414],[3.405,-1.912],[0.628,-0.39],[5.697,-3.227],[4.887,-3.038],[0.686,-0.385],[3.36,-1.942],[0.858,-0.497],[1.509,-0.873],[1.232,-0.766],[5.63,-3.189],[4.962,-3.084],[0.686,-0.385],[3.383,-1.924],[0.848,-0.491],[2.506,-1.558],[1.109,-0.631],[24.341,-13.789],[4.914,-3.055],[0.686,-0.385],[3.452,-1.964],[0.848,-0.491],[1.232,-0.766],[7.616,-4.314],[13.288,-8.595],[-0.767,-6.434],[-3.483,-0.851],[-5.328,-3.071],[-16.966,-9.779],[-68.065,-38.684],[-207.297,119.697],[-9.835,6.499],[0.997,6.664],[1.589,0.978],[3.035,1.712],[1.056,0.611],[2.873,1.642],[0.414,0.311],[0.674,0.398],[4.332,2.431],[3.435,1.938],[1.419,0.821],[0.419,0.314],[0.674,0.398],[4.385,2.461],[1.496,0.857],[1.387,0.798],[0.417,0.312],[0.674,0.398],[2.998,1.692],[1.502,0.843],[2.673,1.505],[1.521,0.858],[1.395,0.794],[0.412,0.309],[0.674,0.398],[2.998,1.692],[1.504,0.864],[3.013,1.757],[0.421,0.316],[0.674,0.398],[5.335,3.057],[16.249,9.168],[2.833,1.623]],"o":[[-27.754,15.564],[-27.65,15.944],[-2.9,1.643],[-3.164,1.709],[-0.301,0.188],[-0.339,0.405],[-1.706,0.958],[-1.905,0.772],[-0.316,0.18],[-0.315,0.394],[-1.796,1.04],[-1.738,1.045],[-3.178,1.976],[-2.982,1.596],[-2.883,1.633],[-3.165,1.71],[-0.302,0.188],[-0.339,0.405],[-1.71,0.96],[-1.891,0.764],[-0.316,0.18],[-0.315,0.394],[-1.015,0.588],[-0.842,0.507],[-0.489,0.304],[-0.49,0.095],[-3.37,1.934],[-3.31,2.036],[-2.934,1.662],[-3.148,1.7],[-0.302,0.188],[-0.339,0.405],[-3.597,2.02],[-0.633,0.36],[-3.248,1.88],[-3.16,1.816],[-0.931,0.539],[-3.33,1.925],[-0.567,0.318],[-6.332,3.936],[-5.8,3.286],[-0.603,0.375],[-3.479,1.954],[-0.644,0.372],[-2.186,1.266],[-2.03,1.175],[-6.332,3.936],[-5.834,3.305],[-0.603,0.375],[-3.486,1.958],[-0.633,0.36],[-3.593,2.08],[-0.981,0.61],[-25.358,14.434],[-5.806,3.289],[-0.603,0.375],[-3.421,1.921],[-0.633,0.36],[-2.03,1.175],[-7.859,4.885],[-13.809,7.823],[-5.461,0.205],[-1.16,5.494],[4.854,3.988],[17.165,9.894],[68.162,39.288],[207.053,-119.935],[10.442,-5.891],[4.987,-0.68],[1.229,-4.366],[-2.692,-1.656],[-1.484,-0.837],[-2.806,-1.625],[-0.393,-0.224],[-0.748,-0.561],[-4.35,-2.57],[-4.445,-2.495],[-1.518,-0.857],[-0.397,-0.23],[-0.748,-0.561],[-4.386,-2.591],[-1.458,-0.818],[-1.387,-0.795],[-0.395,-0.228],[-0.748,-0.561],[-3.405,-2.012],[-1.494,-0.843],[-2.675,-1.502],[-1.467,-0.826],[-1.392,-0.786],[-0.391,-0.223],[-0.748,-0.561],[-3.405,-2.012],[-1.502,-0.847],[-2.899,-1.666],[-0.4,-0.234],[-0.748,-0.561],[-5.983,-3.535],[-16.892,-9.68],[-3.12,-1.76],[-16.029,-9.185]],"v":[[187,-261],[103.918,-213.573],[21,-166],[11.658,-160.907],[3,-156],[2.031,-155.004],[1,-154],[-4.522,-151.497],[-10,-149],[-10.919,-148.049],[-12,-147],[-17.408,-143.804],[-22,-141],[-31.213,-135.748],[-40,-131],[-49.318,-125.922],[-58,-121],[-58.969,-120.004],[-60,-119],[-65.488,-116.516],[-71,-114],[-71.919,-113.049],[-73,-112],[-75.799,-110.347],[-78,-109],[-79.453,-108.509],[-81,-108],[-90.985,-101.99],[-101,-96],[-110.345,-90.907],[-119,-86],[-119.969,-85.004],[-121,-84],[-132,-79],[-134,-77],[-142,-72],[-150,-68],[-152,-66],[-163,-61],[-165,-59],[-183,-49],[-201,-39],[-203,-37],[-214,-32],[-216,-30],[-221,-27],[-226,-24],[-244,-14],[-262,-4],[-264,-2],[-275,3],[-277,5],[-287,11],[-290,12],[-366,56],[-384,66],[-386,68],[-397,73],[-399,75],[-404,78],[-427,91],[-468,115],[-474,126],[-468,133],[-452,143],[-401,172],[-197,289],[426,-69],[457,-87],[463,-98],[460,-104],[453,-108],[449,-111],[440,-115],[439,-117],[436,-118],[423,-125],[410,-133],[405,-135],[404,-137],[401,-138],[388,-145],[384,-148],[379,-150],[378,-152],[375,-153],[366,-158],[362,-161],[353,-165],[349,-168],[344,-170],[343,-172],[340,-173],[331,-178],[327,-181],[318,-185],[317,-187],[314,-188],[296,-198],[244,-228],[235,-233]],"c":true}],"h":1},{"t":81.571,"s":[{"i":[[15.875,9.296],[27.65,-15.944],[27.645,-15.661],[3.164,-1.71],[2.444,-1.519],[0.339,-0.405],[0.343,-0.192],[1.904,-0.772],[1.676,-0.954],[0.315,-0.394],[0.424,-0.245],[1.738,-1.045],[1.253,-0.779],[2.982,-1.596],[2.893,-1.639],[3.165,-1.71],[2.459,-1.529],[0.339,-0.405],[0.343,-0.192],[1.891,-0.764],[1.726,-0.982],[0.315,-0.394],[0.424,-0.245],[0.842,-0.507],[0.616,-0.383],[0.49,-0.095],[0.552,-0.316],[3.31,-2.036],[3.391,-1.921],[3.148,-1.7],[2.475,-1.538],[0.339,-0.405],[0.343,-0.192],[3.575,-2.034],[0.848,-0.491],[2.588,-1.488],[2.227,-1.289],[0.717,-0.414],[3.405,-1.912],[0.628,-0.39],[5.697,-3.227],[4.887,-3.038],[0.686,-0.385],[3.36,-1.942],[0.858,-0.497],[1.509,-0.873],[1.232,-0.766],[5.63,-3.189],[4.962,-3.084],[0.686,-0.385],[3.383,-1.924],[0.848,-0.491],[2.506,-1.558],[1.109,-0.631],[24.341,-13.789],[4.914,-3.055],[0.686,-0.385],[3.452,-1.964],[0.848,-0.491],[1.232,-0.766],[7.616,-4.314],[13.288,-8.595],[-0.767,-6.434],[-3.483,-0.851],[-5.328,-3.071],[-16.966,-9.779],[-68.065,-38.684],[-207.297,119.697],[-9.835,6.499],[0.997,6.664],[1.589,0.978],[3.035,1.712],[1.056,0.611],[2.873,1.642],[0.414,0.311],[0.674,0.398],[4.332,2.431],[3.435,1.938],[1.419,0.821],[0.419,0.314],[0.674,0.398],[4.385,2.461],[1.496,0.857],[1.387,0.798],[0.417,0.312],[0.674,0.398],[2.998,1.692],[1.502,0.843],[2.673,1.505],[1.521,0.858],[1.395,0.794],[0.412,0.309],[0.674,0.398],[2.998,1.692],[1.504,0.864],[3.013,1.757],[0.421,0.316],[0.674,0.398],[5.335,3.057],[16.249,9.168],[2.833,1.623]],"o":[[-27.754,15.564],[-27.65,15.944],[-2.9,1.643],[-3.164,1.709],[-0.301,0.188],[-0.339,0.405],[-1.706,0.958],[-1.905,0.772],[-0.316,0.18],[-0.315,0.394],[-1.796,1.04],[-1.738,1.045],[-3.178,1.976],[-2.982,1.596],[-2.883,1.633],[-3.165,1.71],[-0.302,0.188],[-0.339,0.405],[-1.71,0.96],[-1.891,0.764],[-0.316,0.18],[-0.315,0.394],[-1.015,0.588],[-0.842,0.507],[-0.489,0.304],[-0.49,0.095],[-3.37,1.934],[-3.31,2.036],[-2.934,1.662],[-3.148,1.7],[-0.302,0.188],[-0.339,0.405],[-3.597,2.02],[-0.633,0.36],[-3.248,1.88],[-3.16,1.816],[-0.931,0.539],[-3.33,1.925],[-0.567,0.318],[-6.332,3.936],[-5.8,3.286],[-0.603,0.375],[-3.479,1.954],[-0.644,0.372],[-2.186,1.266],[-2.03,1.175],[-6.332,3.936],[-5.834,3.305],[-0.603,0.375],[-3.486,1.958],[-0.633,0.36],[-3.593,2.08],[-0.981,0.61],[-25.358,14.434],[-5.806,3.289],[-0.603,0.375],[-3.421,1.921],[-0.633,0.36],[-2.03,1.175],[-7.859,4.885],[-13.809,7.823],[-5.461,0.205],[-1.16,5.494],[4.854,3.988],[17.165,9.894],[68.162,39.288],[207.053,-119.935],[10.442,-5.891],[4.987,-0.68],[1.229,-4.366],[-2.692,-1.656],[-1.484,-0.837],[-2.806,-1.625],[-0.393,-0.224],[-0.748,-0.561],[-4.35,-2.57],[-4.445,-2.495],[-1.518,-0.857],[-0.397,-0.23],[-0.748,-0.561],[-4.386,-2.591],[-1.458,-0.818],[-1.387,-0.795],[-0.395,-0.228],[-0.748,-0.561],[-3.405,-2.012],[-1.494,-0.843],[-2.675,-1.502],[-1.467,-0.826],[-1.392,-0.786],[-0.391,-0.223],[-0.748,-0.561],[-3.405,-2.012],[-1.502,-0.847],[-2.899,-1.666],[-0.4,-0.234],[-0.748,-0.561],[-5.983,-3.535],[-16.892,-9.68],[-3.12,-1.76],[-16.029,-9.185]],"v":[[187,-261],[103.918,-213.573],[21,-166],[11.658,-160.907],[3,-156],[2.031,-155.004],[1,-154],[-4.522,-151.497],[-10,-149],[-10.919,-148.049],[-12,-147],[-17.408,-143.804],[-22,-141],[-31.213,-135.748],[-40,-131],[-49.318,-125.922],[-58,-121],[-58.969,-120.004],[-60,-119],[-65.488,-116.516],[-71,-114],[-71.919,-113.049],[-73,-112],[-75.799,-110.347],[-78,-109],[-79.453,-108.509],[-81,-108],[-90.985,-101.99],[-101,-96],[-110.345,-90.907],[-119,-86],[-119.969,-85.004],[-121,-84],[-132,-79],[-134,-77],[-142,-72],[-150,-68],[-152,-66],[-163,-61],[-165,-59],[-183,-49],[-201,-39],[-203,-37],[-214,-32],[-216,-30],[-221,-27],[-226,-24],[-244,-14],[-262,-4],[-264,-2],[-275,3],[-277,5],[-287,11],[-290,12],[-366,56],[-384,66],[-386,68],[-397,73],[-399,75],[-404,78],[-427,91],[-468,115],[-474,126],[-468,133],[-452,143],[-401,172],[-197,289],[426,-69],[457,-87],[463,-98],[460,-104],[453,-108],[449,-111],[440,-115],[439,-117],[436,-118],[423,-125],[410,-133],[405,-135],[404,-137],[401,-138],[388,-145],[384,-148],[379,-150],[378,-152],[375,-153],[366,-158],[362,-161],[353,-165],[349,-168],[344,-170],[343,-172],[340,-173],[331,-178],[327,-181],[318,-185],[317,-187],[314,-188],[296,-198],[244,-228],[235,-233]],"c":true}],"h":1},{"t":82,"s":[{"i":[[15.875,9.296],[27.65,-15.944],[27.645,-15.661],[4.887,-3.038],[0.686,-0.385],[3.352,-1.907],[0.848,-0.491],[2.506,-1.558],[5.786,-3.278],[4.918,-3.057],[0.686,-0.385],[3.452,-1.964],[0.848,-0.491],[1.232,-0.766],[1.103,-0.633],[6.781,-3.842],[4.95,-3.077],[0.686,-0.385],[3.575,-2.034],[0.848,-0.491],[2.588,-1.488],[2.227,-1.289],[0.717,-0.414],[3.405,-1.912],[0.628,-0.39],[5.697,-3.227],[4.887,-3.038],[0.686,-0.385],[3.36,-1.942],[0.858,-0.497],[1.509,-0.873],[1.232,-0.766],[5.63,-3.189],[4.962,-3.084],[0.686,-0.385],[3.383,-1.924],[0.848,-0.491],[2.506,-1.558],[1.109,-0.631],[24.341,-13.789],[4.914,-3.055],[0.686,-0.385],[3.452,-1.964],[0.848,-0.491],[1.232,-0.766],[7.616,-4.314],[13.288,-8.595],[-0.767,-6.434],[-3.483,-0.851],[-5.374,-3.053],[-3.911,-2.207],[-1.502,-0.843],[-2.983,-1.702],[-2.695,-1.553],[-25.819,-14.568],[-1.502,-0.843],[-2.739,-1.538],[-2.742,-1.553],[-39.176,-22.786],[-25.99,14.981],[-46.261,26.783],[-0.72,0.418],[-3.481,1.981],[-0.412,0.309],[-0.675,0.399],[-7.132,4.134],[-6.499,3.717],[-113.726,65.275],[-9.835,6.499],[0.997,6.664],[1.589,0.978],[3.035,1.712],[1.056,0.611],[2.873,1.642],[0.414,0.311],[0.674,0.398],[4.332,2.431],[3.435,1.938],[1.419,0.821],[0.419,0.314],[0.674,0.398],[4.385,2.461],[1.496,0.857],[1.387,0.798],[0.417,0.312],[0.674,0.398],[2.998,1.692],[1.502,0.843],[2.673,1.505],[1.521,0.858],[1.395,0.794],[0.412,0.309],[0.674,0.398],[2.998,1.692],[1.504,0.864],[3.013,1.757],[0.421,0.316],[0.674,0.398],[5.335,3.057],[16.249,9.168],[2.833,1.623]],"o":[[-27.754,15.564],[-27.65,15.944],[-5.8,3.286],[-0.603,0.375],[-3.412,1.916],[-0.633,0.36],[-3.593,2.08],[-6.355,3.951],[-5.765,3.266],[-0.603,0.375],[-3.421,1.921],[-0.633,0.36],[-2.03,1.175],[-0.978,0.608],[-6.74,3.868],[-5.869,3.325],[-0.603,0.375],[-3.597,2.02],[-0.633,0.36],[-3.248,1.88],[-3.16,1.816],[-0.931,0.539],[-3.33,1.925],[-0.567,0.318],[-6.332,3.936],[-5.8,3.286],[-0.603,0.375],[-3.479,1.954],[-0.644,0.372],[-2.186,1.266],[-2.03,1.175],[-6.332,3.936],[-5.834,3.305],[-0.603,0.375],[-3.486,1.958],[-0.633,0.36],[-3.593,2.08],[-0.981,0.61],[-25.358,14.434],[-5.806,3.289],[-0.603,0.375],[-3.421,1.921],[-0.633,0.36],[-2.03,1.175],[-7.859,4.885],[-13.809,7.823],[-5.461,0.205],[-1.16,5.494],[4.866,3.962],[4.625,2.627],[1.494,0.843],[2.834,1.591],[2.615,1.492],[26.536,15.295],[1.494,0.843],[2.773,1.557],[2.818,1.582],[39.948,22.63],[26.251,-14.295],[47.226,-27.221],[0.934,-0.541],[3.541,-2.057],[0.391,-0.222],[0.749,-0.562],[8.101,-4.796],[6.988,-4.05],[113.906,-65.148],[10.442,-5.891],[4.987,-0.68],[1.229,-4.366],[-2.692,-1.656],[-1.484,-0.837],[-2.806,-1.625],[-0.393,-0.224],[-0.748,-0.561],[-4.35,-2.571],[-4.445,-2.495],[-1.518,-0.857],[-0.397,-0.23],[-0.748,-0.561],[-4.386,-2.591],[-1.458,-0.818],[-1.387,-0.795],[-0.395,-0.228],[-0.748,-0.561],[-3.405,-2.012],[-1.494,-0.843],[-2.675,-1.502],[-1.467,-0.826],[-1.392,-0.786],[-0.391,-0.223],[-0.748,-0.561],[-3.405,-2.012],[-1.502,-0.847],[-2.899,-1.666],[-0.4,-0.234],[-0.748,-0.561],[-5.983,-3.535],[-16.892,-9.68],[-3.12,-1.76],[-16.029,-9.185]],"v":[[187,-261],[103.918,-213.573],[21,-166],[3,-156],[1,-154],[-10,-149],[-12,-147],[-22,-141],[-40,-131],[-58,-121],[-60,-119],[-71,-114],[-73,-112],[-78,-109],[-81,-108],[-101,-96],[-119,-86],[-121,-84],[-132,-79],[-134,-77],[-142,-72],[-150,-68],[-152,-66],[-163,-61],[-165,-59],[-183,-49],[-201,-39],[-203,-37],[-214,-32],[-216,-30],[-221,-27],[-226,-24],[-244,-14],[-262,-4],[-264,-2],[-275,3],[-277,5],[-287,11],[-290,12],[-366,56],[-384,66],[-386,68],[-397,73],[-399,75],[-404,78],[-427,91],[-468,115],[-474,126],[-468,133],[-452,143],[-439,150],[-435,153],[-426,157],[-418,162],[-337,208],[-333,211],[-324,215],[-316,220],[-197,288],[-119,244],[24,162],[26,160],[37,155],[38,153],[41,152],[65,138],[85,127],[426,-69],[457,-87],[463,-98],[460,-104],[453,-108],[449,-111],[440,-115],[439,-117],[436,-118],[423,-125],[410,-133],[405,-135],[404,-137],[401,-138],[388,-145],[384,-148],[379,-150],[378,-152],[375,-153],[366,-158],[362,-161],[353,-165],[349,-168],[344,-170],[343,-172],[340,-173],[331,-178],[327,-181],[318,-185],[317,-187],[314,-188],[296,-198],[244,-228],[235,-233]],"c":true}],"h":1},{"t":82.429,"s":[{"i":[[15.877,9.296],[108.121,-62.048],[108.205,-61.959],[0.955,-1.879],[-0.163,-2.996],[-1.207,-1.03],[-0.882,-0.916],[-22.867,-12.8],[-22.663,-12.894],[-13.602,-7.846],[-13.184,-6.988],[-0.639,-0.555],[-0.5,-0.279],[-3.032,-1.432],[-2.894,-1.611],[-5.685,-3.417],[-6.399,-2.072],[-11.429,6.68],[-11.388,6.536],[-1.552,0.6],[-1.364,0.779],[-0.149,0.433],[-0.207,0.156],[-0.572,0.13],[-0.337,0.199],[-0.656,0.549],[-0.483,0.278],[-1.586,0.622],[-1.333,0.75],[-2.09,1.485],[-1.581,0.904],[-0.885,0.291],[-0.707,0.405],[-2.198,1.397],[-1.821,1.043],[-0.878,0.288],[-0.722,0.409],[-2.12,1.499],[-1.471,0.841],[-0.849,0.268],[-0.762,0.445],[-2.846,1.688],[-2.669,1.528],[-7.321,4.133],[-7.285,4.218],[-48.322,27.824],[-47.778,26.958],[-0.626,0.539],[-0.711,0.399],[-3.04,1.425],[-2.875,1.636],[-0.493,0.603],[-0.496,0.284],[-2.283,1.053],[-2.273,1.305],[-2.876,1.826],[-2.637,2.054],[-10.253,5.914],[-10.229,5.938],[-5.029,2.971],[-5.555,2.445],[-1.329,1.504],[0.844,3.677],[1.201,1.043],[1.254,1.007],[2.209,1.274],[1.841,1.038],[0.903,0.301],[0.743,0.43],[0.148,0.432],[0.209,0.157],[0.572,0.13],[0.337,0.199],[2.165,1.125],[2.166,1.215],[2.265,1.446],[1.717,0.969],[0.883,0.29],[0.709,0.411],[0.419,0.314],[0.674,0.398],[4.332,2.431],[1.296,0.742],[1.433,0.825],[0.417,0.312],[0.674,0.398],[2.998,1.692],[1.502,0.843],[2.673,1.505],[1.521,0.858],[1.395,0.794],[0.413,0.309],[0.674,0.398],[2.998,1.692],[1.504,0.864],[3.013,1.757],[0.422,0.316],[0.674,0.398],[5.336,3.057],[16.264,9.177],[2.916,1.671]],"o":[[-108.311,61.85],[-108.121,62.048],[-2.345,0.489],[-0.955,1.879],[-1.712,1.963],[1.207,1.031],[22.869,12.904],[22.867,12.8],[13.409,7.629],[13.602,7.846],[0.945,0.501],[0.639,0.555],[2.976,1.659],[3.032,1.432],[5.859,3.262],[5.685,3.417],[11.895,-5.743],[11.429,-6.68],[1.428,-0.82],[1.552,-0.6],[0.197,-0.113],[0.149,-0.433],[0.374,-0.281],[0.572,-0.13],[0.892,-0.528],[0.656,-0.549],[1.325,-0.762],[1.586,-0.622],[2.057,-1.158],[2.09,-1.485],[0.753,-0.43],[0.885,-0.291],[2.388,-1.368],[2.198,-1.397],[0.764,-0.438],[0.878,-0.288],[2.05,-1.163],[2.12,-1.499],[0.841,-0.481],[0.849,-0.268],[2.946,-1.722],[2.846,-1.688],[7.429,-4.251],[7.321,-4.133],[47.932,-27.748],[48.322,-27.824],[0.786,-0.444],[0.626,-0.539],[2.966,-1.665],[3.04,-1.425],[0.533,-0.303],[0.493,-0.603],[2.595,-1.483],[2.283,-1.053],[2.857,-1.64],[2.876,-1.826],[10.76,-5.407],[10.253,-5.914],[5.328,-2.672],[5.029,-2.971],[1.526,-1.308],[1.329,-1.504],[1.059,-2.822],[-1.201,-1.043],[-2.321,-1.864],[-2.209,-1.274],[-0.647,-0.365],[-0.903,-0.301],[-0.198,-0.115],[-0.148,-0.432],[-0.374,-0.281],[-0.572,-0.13],[-2.175,-1.285],[-2.165,-1.125],[-2.222,-1.248],[-2.265,-1.446],[-0.759,-0.428],[-0.883,-0.29],[-0.397,-0.23],[-0.748,-0.561],[-4.35,-2.57],[-1.397,-0.784],[-1.692,-0.969],[-0.395,-0.228],[-0.748,-0.561],[-3.405,-2.012],[-1.494,-0.843],[-2.675,-1.502],[-1.466,-0.826],[-1.392,-0.786],[-0.391,-0.223],[-0.748,-0.561],[-3.405,-2.012],[-1.502,-0.847],[-2.899,-1.666],[-0.4,-0.234],[-0.748,-0.561],[-5.983,-3.535],[-16.937,-9.706],[-3.341,-1.885],[-16.129,-9.242]],"v":[[187,-261],[-137.579,-75.082],[-462,111],[-466.881,114.619],[-468,122],[-467.946,126.285],[-464,129],[-395.346,167.507],[-327,206],[-286.331,229.481],[-246,252],[-243.666,253.666],[-242,255],[-232.938,259.536],[-224,264],[-206.905,274.393],[-189,283],[-154.12,264.095],[-120,244],[-115.452,241.97],[-111,240],[-110.508,239.032],[-110,238],[-108.472,237.439],[-107,237],[-104.692,235.312],[-103,234],[-98.506,231.991],[-94,230],[-87.643,225.809],[-82,222],[-79.466,220.981],[-77,220],[-70.075,215.756],[-64,212],[-61.468,210.979],[-59,210],[-52.566,205.758],[-47,202],[-44.441,200.973],[-42,200],[-33.293,194.855],[-25,190],[-2.892,177.475],[19,165],[163.615,81.408],[308,-1],[310.056,-2.533],[312,-4],[321.069,-8.523],[330,-13],[331.528,-14.515],[333,-16],[340.241,-19.634],[347,-23],[355.665,-28.189],[364,-34],[395.398,-51.102],[426,-69],[441.33,-77.67],[457,-86],[461.777,-89.723],[463,-97],[462.234,-102.361],[458,-105],[451.14,-109.619],[445,-113],[442.572,-113.951],[440,-115],[439.508,-115.969],[439,-117],[437.472,-117.561],[436,-118],[429.493,-121.553],[423,-125],[416.121,-129.209],[410,-133],[407.463,-134.013],[405,-135],[404,-137],[401,-138],[388,-145],[384,-148],[379,-150],[378,-152],[375,-153],[366,-158],[362,-161],[353,-165],[349,-168],[344,-170],[343,-172],[340,-173],[331,-178],[327,-181],[318,-185],[317,-187],[314,-188],[296,-198],[244,-228],[235,-233]],"c":true}],"h":1},{"t":82.857,"s":[{"i":[[15.875,9.296],[78.166,-44.835],[78.05,-44.949],[27.013,-15.487],[26.837,-15.663],[1.73,-0.884],[2.18,1.133],[0.937,-1.73],[0.486,-2.18],[-1.503,-0.897],[-0.55,-0.978],[-10.887,-6.237],[-10.375,-5.5],[-3.654,-1.993],[-3.704,-2.077],[-5.665,-3.402],[-5.525,-3.13],[-3.034,-1.424],[-2.918,-1.634],[-0.496,-0.606],[-0.49,-0.28],[-0.864,-0.281],[-0.709,-0.397],[-6.604,-3.733],[-6.084,-3.433],[-0.659,-0.558],[-0.704,-0.395],[-3.06,-1.441],[-2.897,-1.626],[-1.315,-0.864],[-1.365,-0.772],[-4.275,-2.488],[-4.355,-2.474],[-3.072,-1.703],[-0.403,-0.302],[-0.674,-0.398],[-3.213,-1.703],[-5.23,-0.971],[-17.769,10.287],[-0.708,0.403],[-3.368,1.93],[-1.673,1.04],[-1.089,0.637],[-24.806,14.361],[-4.139,2.329],[-4.962,3.085],[-0.686,0.385],[-3.465,2.003],[-0.858,0.497],[-1.509,0.873],[-1.232,0.766],[-2.338,1.354],[-81.533,47.203],[-0.717,0.414],[-3.405,1.912],[-3.094,1.793],[-1.96,1.218],[-0.686,0.385],[-3.352,1.907],[-0.848,0.491],[-1.232,0.766],[-7.465,4.322],[-9.5,5.433],[-8.219,4.758],[-0.715,0.411],[-3.577,2.035],[-0.848,0.491],[-1.232,0.766],[-3.137,1.824],[1.682,9.819],[1.589,0.978],[3.035,1.712],[1.056,0.611],[2.873,1.642],[0.414,0.31],[0.674,0.398],[4.332,2.431],[3.435,1.938],[1.419,0.821],[0.419,0.314],[0.674,0.398],[4.385,2.461],[1.496,0.857],[1.387,0.798],[0.417,0.312],[0.674,0.398],[2.998,1.692],[1.502,0.843],[2.673,1.505],[1.521,0.858],[1.395,0.794],[0.413,0.309],[0.674,0.398],[2.998,1.692],[1.504,0.864],[3.013,1.757],[0.421,0.316],[0.674,0.398],[5.336,3.057],[16.249,9.168],[2.833,1.623]],"o":[[-78.287,44.711],[-78.166,44.835],[-27.111,15.389],[-27.013,15.487],[-1.899,0.598],[-1.73,0.884],[-0.767,1.9],[-0.937,1.73],[-1.562,1.434],[1.503,0.897],[11.078,5.553],[10.887,6.237],[3.679,1.95],[3.654,1.993],[5.815,3.261],[5.665,3.402],[2.947,1.669],[3.034,1.424],[0.528,0.296],[0.496,0.606],[0.835,0.478],[0.864,0.281],[6.5,3.636],[6.604,3.733],[0.659,0.371],[0.659,0.558],[2.864,1.608],[3.06,1.441],[1.377,0.774],[1.315,0.864],[4.547,2.575],[4.275,2.488],[2.915,1.656],[0.381,0.211],[0.748,0.561],[3.44,2.033],[4.515,2.393],[19.607,-9.664],[0.922,-0.534],[3.373,-1.919],[2.461,-1.41],[0.971,-0.604],[25.849,-15.115],[3.938,-2.28],[5.957,-3.353],[0.603,-0.375],[3.571,-2.006],[0.644,-0.372],[2.186,-1.266],[2.03,-1.175],[2.906,-1.806],[82.533,-47.778],[0.931,-0.539],[3.33,-1.925],[3.113,-1.748],[2.716,-1.574],[0.603,-0.375],[3.412,-1.916],[0.633,-0.36],[2.03,-1.175],[7.789,-4.842],[10.098,-5.846],[9.141,-5.228],[0.929,-0.538],[3.211,-1.848],[0.633,-0.36],[2.03,-1.175],[3.151,-1.959],[5.854,-3.404],[1.229,-4.366],[-2.692,-1.656],[-1.484,-0.837],[-2.806,-1.625],[-0.393,-0.224],[-0.748,-0.561],[-4.35,-2.571],[-4.445,-2.495],[-1.518,-0.857],[-0.397,-0.23],[-0.748,-0.561],[-4.386,-2.591],[-1.458,-0.818],[-1.387,-0.795],[-0.395,-0.228],[-0.748,-0.561],[-3.405,-2.012],[-1.494,-0.843],[-2.675,-1.502],[-1.466,-0.826],[-1.392,-0.786],[-0.391,-0.223],[-0.748,-0.561],[-3.405,-2.012],[-1.502,-0.847],[-2.899,-1.666],[-0.4,-0.234],[-0.748,-0.561],[-5.983,-3.535],[-16.892,-9.68],[-3.12,-1.76],[-16.029,-9.185]],"v":[[187,-261],[-47.677,-126.678],[-282,8],[-363.206,54.294],[-444,101],[-449.289,103.798],[-455,104],[-457.711,109.289],[-460,115],[-459.084,118.341],[-455,121],[-421.973,139.041],[-390,157],[-379.019,162.905],[-368,169],[-350.783,179.098],[-334,189],[-324.978,193.527],[-316,198],[-314.471,199.512],[-313,201],[-310.406,202.061],[-308,203],[-288.188,214.152],[-269,225],[-267.034,226.482],[-265,228],[-256.024,232.487],[-247,237],[-242.991,239.501],[-239,242],[-225.856,249.575],[-213,257],[-204,261],[-203,263],[-200,264],[-191,269],[-177,276],[-119,244],[-117,242],[-106,237],[-99,232],[-96,231],[-18,186],[-6,179],[12,169],[14,167],[25,162],[27,160],[32,157],[37,154],[45,150],[294,7],[296,5],[307,0],[316,-6],[324,-10],[326,-12],[337,-17],[339,-19],[344,-22],[367,-35],[397,-52],[425,-68],[427,-70],[438,-75],[440,-77],[445,-80],[453,-84],[463,-98],[460,-104],[453,-108],[449,-111],[440,-115],[439,-117],[436,-118],[423,-125],[410,-133],[405,-135],[404,-137],[401,-138],[388,-145],[384,-148],[379,-150],[378,-152],[375,-153],[366,-158],[362,-161],[353,-165],[349,-168],[344,-170],[343,-172],[340,-173],[331,-178],[327,-181],[318,-185],[317,-187],[314,-188],[296,-198],[244,-228],[235,-233]],"c":true}],"h":1},{"t":83.285,"s":[{"i":[[85.531,49.946],[5.352,-3.001],[5.1,-2.915],[1.243,-0.708],[0.885,-0.512],[1.99,-1.175],[2.072,-1.16],[1.7,-0.799],[1.573,-0.895],[0.15,-0.434],[0.206,-0.154],[0.572,-0.13],[0.338,-0.2],[0.868,-0.526],[0.755,-0.437],[1.677,-0.778],[1.651,-0.94],[0.15,-0.434],[0.206,-0.154],[0.572,-0.13],[0.338,-0.2],[4.041,-2.356],[3.656,-2.101],[7.819,-4.377],[7.064,-4.089],[1.99,-1.175],[2.072,-1.16],[1.717,-0.808],[1.532,-0.871],[0.149,-0.434],[0.207,-0.154],[0.572,-0.13],[0.337,-0.2],[4.064,-2.36],[3.596,-2.103],[3.143,-1.818],[2.972,-1.708],[12.498,-7.039],[11.678,-6.761],[0.295,-0.382],[0.356,-0.204],[1.885,-0.759],[1.709,-0.96],[1.468,-1.056],[1.591,-0.914],[3.145,-1.821],[2.962,-1.728],[1.707,-0.791],[1.609,-0.924],[38.022,-21.917],[38.406,-22.233],[4.953,-2.669],[4.474,-2.596],[1.631,-1.107],[1.555,-0.459],[0.761,-0.286],[3.943,-3.19],[2.615,-3.385],[-46.813,-26.565],[-2.643,-1.467],[-5.913,-3.292],[-11.458,-6.379],[-2.792,-1.592],[-2.817,-1.579],[-12.957,-7.336],[-2.254,-1.792],[-0.409,-0.521],[-1.147,-1.289],[-3.381,0.626],[-4.834,2.798],[-34.135,20.473],[-44.157,27.311],[-1.636,0.957],[-2.436,1.398],[-2.897,1.627],[-2.501,1.431],[-2.819,1.604],[-1.011,0.576],[-1.296,0.748],[-5.216,2.953],[-8.189,4.74],[-5.228,3.014],[-2.823,1.61],[-2.791,1.567],[-2.418,1.426],[-1.453,0.868],[-4.182,2.368],[-5.223,2.985],[-8.051,4.661],[-22.772,13.013],[-5.1,2.989],[-9.895,5.629],[-2.819,1.604],[-1.156,0.658],[-1.286,0.742],[-5.181,2.993],[-8.611,4.985],[-2.339,2.339],[0.737,1.842],[0.828,0.876],[4.598,2.677]],"o":[[-5.49,3.08],[-5.352,3.001],[-1.144,0.654],[-1.243,0.708],[-1.969,1.14],[-1.99,1.175],[-1.627,0.911],[-1.7,0.799],[-0.196,0.111],[-0.15,0.434],[-0.374,0.281],[-0.572,0.13],[-0.773,0.457],[-0.868,0.526],[-1.641,0.95],[-1.677,0.778],[-0.196,0.111],[-0.15,0.434],[-0.374,0.281],[-0.572,0.13],[-4.18,2.475],[-4.041,2.356],[-7.66,4.401],[-7.819,4.377],[-1.969,1.14],[-1.99,1.175],[-1.6,0.896],[-1.717,0.808],[-0.195,0.112],[-0.149,0.434],[-0.375,0.281],[-0.572,0.13],[-4.148,2.456],[-4.064,2.36],[-3.454,2.019],[-3.143,1.818],[-12.329,7.084],[-12.498,7.039],[-0.464,0.268],[-0.295,0.382],[-1.751,1.005],[-1.885,0.759],[-1.536,0.862],[-1.468,1.056],[-3.459,1.988],[-3.145,1.821],[-1.565,0.913],[-1.707,0.791],[-38.507,22.099],[-38.022,21.917],[-4.714,2.729],[-4.953,2.669],[-1.921,1.114],[-1.631,1.107],[-1.188,0.351],[-5.529,2.081],[-2.341,3.659],[47.884,26.49],[2.702,1.534],[5.94,3.297],[11.473,6.387],[2.81,1.565],[2.818,1.607],[13.939,7.817],[3.081,1.745],[1.105,0.878],[0.89,1.134],[1.996,2.243],[6.34,0.543],[35.027,-20.277],[44.182,-25.9],[1.423,-0.88],[2.495,-1.459],[2.823,-1.619],[2.439,-1.37],[2.723,-1.558],[0.935,-0.532],[1.614,-0.918],[5.839,-3.368],[8.321,-4.711],[5.169,-2.992],[2.68,-1.545],[2.68,-1.529],[2.336,-1.312],[1.375,-0.811],[4.296,-2.565],[5.64,-3.193],[8.445,-4.826],[23.823,-13.791],[5.539,-3.165],[10.591,-6.206],[2.727,-1.551],[1.145,-0.651],[1.284,-0.73],[5.71,-3.293],[8.3,-4.795],[4.458,-2.58],[0.997,-0.997],[-0.549,-1.371],[-3.202,-3.388],[-88.253,-51.384]],"v":[[187,-261],[170.708,-251.876],[155,-243],[151.306,-240.894],[148,-239],[142.077,-235.515],[136,-232],[130.959,-229.488],[126,-227],[125.508,-226.033],[125,-225],[123.472,-224.439],[122,-224],[119.487,-222.485],[117,-221],[112.008,-218.493],[107,-216],[106.508,-215.033],[106,-214],[104.472,-213.439],[103,-213],[90.606,-205.719],[79,-199],[55.553,-185.766],[33,-173],[27.077,-169.515],[21,-166],[15.949,-163.482],[11,-161],[10.508,-160.032],[10,-159],[8.472,-158.439],[7,-158],[-5.414,-150.735],[-17,-144],[-26.861,-138.266],[-36,-133],[-73.488,-111.758],[-110,-91],[-111.081,-89.952],[-112,-89],[-117.531,-86.466],[-123,-84],[-127.459,-81.039],[-132,-78],[-141.873,-72.305],[-151,-67],[-155.966,-64.508],[-161,-62],[-275.576,3.9],[-390,70],[-404.68,78.1],[-419,86],[-424.274,89.492],[-429,92],[-431,94],[-441,92],[-449,102],[-304,183],[-296,188],[-278,197],[-244,217],[-235,221],[-227,226],[-184,250],[-175,255],[-171,257],[-170,262],[-162,266],[-146,259],[-43,200],[96,120],[101,118],[108,113],[117,109],[124,104],[133,100],[136,97],[140,95],[156,86],[180,72],[196,63],[204,58],[213,54],[220,49],[224,47],[236,40],[252,31],[276,17],[348,-24],[364,-33],[396,-52],[405,-56],[408,-59],[412,-61],[428,-70],[452,-84],[462,-90],[463,-102],[461,-103],[448,-111]],"c":true}],"h":1},{"t":83.714,"s":[{"i":[[44.647,26.02],[49.742,-28.508],[49.711,-28.54],[49.739,-28.512],[49.824,-28.425],[0.773,0.31],[0.632,0.451],[0.668,0.415],[0.881,0.203],[0.911,-0.172],[0.814,-0.27],[0.87,-0.213],[1.082,-0.001],[-0.55,-0.533],[-0.755,-0.328],[-0.828,-0.256],[-0.768,-0.316],[-0.656,-0.511],[-0.788,-0.378],[-0.863,-0.303],[-0.881,-0.286],[-1.369,-0.881],[-1.473,-0.777],[-1.492,-0.758],[-1.428,-0.822],[-2.84,-1.66],[-2.856,-1.644],[-2.964,-1.536],[-3.161,-1.339],[-1.573,-0.995],[-1.641,-0.865],[-1.622,-0.812],[-1.516,-0.838],[-2.686,-1.598],[-2.716,-1.58],[-2.797,-1.442],[-2.929,-1.183],[-1.364,-0.88],[-1.449,-0.768],[-1.485,-0.754],[-1.473,-0.838],[-1.414,-0.84],[-1.424,-0.855],[-1.423,-0.838],[-1.411,-0.788],[-1.513,-0.745],[-1.517,-0.715],[-1.496,-0.737],[-1.449,-0.811],[-0.08,-0.174],[-0.075,-0.217],[-0.083,-0.185],[-0.102,-0.076],[-0.264,-0.089],[-0.286,-0.065],[-0.254,-0.069],[-0.168,-0.099],[-1.151,-0.605],[-1.121,-0.618],[-1.034,-0.704],[-0.892,-0.863],[-1.6,-0.734],[-1.505,-0.829],[-1.403,-0.931],[-1.293,-1.04],[-2.969,-1.534],[-2.896,-1.651],[-2.854,-1.667],[-2.843,-1.58],[-2.976,-1.59],[-2.936,-1.608],[-2.867,-1.713],[-2.769,-1.907],[0.077,-2.072],[-0.468,-1.612],[-1.061,-1.109],[-1.702,-0.563],[-2.054,0.513],[-2.364,1.235],[-2.728,1.573],[-7.661,4.403],[-7.821,4.471],[-2.382,1.365],[-2.091,1.18],[-2.309,1.321],[-2.325,1.34],[-28.55,16.442],[-27.493,15.915],[-7.348,4.04],[-6.608,3.787],[-24.367,14.027],[-24.118,13.902],[-25.24,14.49],[-24.492,14.316],[-0.593,2.427],[0.613,2.175],[0.206,0.523],[0.827,0.673],[0.919,0.304],[0.659,0.243],[44.962,25.704]],"o":[[-49.831,28.416],[-49.742,28.508],[-49.711,28.54],[-49.739,28.512],[-1.09,0.007],[-0.773,-0.31],[-0.632,-0.451],[-0.668,-0.415],[-1.164,-0.08],[-0.911,0.172],[-0.814,0.27],[-0.87,0.213],[0.212,0.871],[0.55,0.533],[0.755,0.328],[0.828,0.256],[0.466,0.701],[0.656,0.511],[0.788,0.378],[0.863,0.303],[1.182,1.068],[1.369,0.881],[1.473,0.777],[1.492,0.758],[2.913,1.587],[2.84,1.66],[2.856,1.644],[2.964,1.536],[1.419,1.203],[1.573,0.995],[1.641,0.865],[1.622,0.812],[2.708,1.496],[2.686,1.598],[2.716,1.58],[2.797,1.442],[1.23,1.089],[1.364,0.88],[1.449,0.768],[1.485,0.754],[1.393,0.792],[1.414,0.84],[1.424,0.855],[1.423,0.838],[1.482,0.827],[1.513,0.745],[1.517,0.715],[1.496,0.737],[0.096,0.054],[0.08,0.174],[0.075,0.217],[0.083,0.185],[0.187,0.14],[0.264,0.089],[0.286,0.065],[0.254,0.069],[1.125,0.665],[1.151,0.605],[1.121,0.618],[1.034,0.704],[1.687,0.646],[1.6,0.734],[1.505,0.829],[1.403,0.931],[3.073,1.314],[2.969,1.534],[2.896,1.651],[2.854,1.667],[2.988,1.661],[2.976,1.59],[2.936,1.608],[2.867,1.713],[-0.576,2.488],[-0.077,2.072],[0.468,1.612],[1.061,1.109],[1.797,0.595],[2.054,-0.513],[2.364,-1.235],[8.534,-4.919],[7.661,-4.403],[2.381,-1.361],[2.382,-1.365],[2.44,-1.377],[2.309,-1.321],[28.308,-16.317],[28.55,-16.442],[7.001,-4.053],[7.348,-4.04],[24.415,-13.99],[24.367,-14.027],[25.547,-14.726],[25.24,-14.49],[2.242,-0.115],[0.593,-2.427],[-0.349,-1.237],[-0.206,-0.523],[-0.666,-0.541],[-0.919,-0.304],[-44.504,-26.164],[-44.962,-25.704]],"v":[[187,-261],[37.655,-175.599],[-111.51,-90.013],[-260.67,-4.42],[-410,81],[-412.751,80.5],[-414.814,79.314],[-416.721,77.971],[-419,77],[-422.074,77.176],[-424.623,77.877],[-427.11,78.64],[-430,79],[-428.823,81.074],[-426.833,82.333],[-424.426,83.176],[-422,84],[-420.302,85.802],[-418.122,87.122],[-415.63,88.13],[-413,89],[-409.152,91.902],[-404.869,94.369],[-400.401,96.651],[-396,99],[-387.394,103.894],[-378.872,108.872],[-370.165,113.665],[-361,118],[-356.49,121.277],[-351.646,124.047],[-346.729,126.544],[-342,129],[-333.921,133.672],[-325.831,138.47],[-317.576,143.034],[-309,147],[-305.096,149.929],[-300.864,152.377],[-296.45,154.636],[-292,157],[-287.787,159.457],[-283.527,162.007],[-279.254,164.554],[-275,167],[-270.502,169.346],[-265.95,171.524],[-261.424,173.69],[-257,176],[-256.739,176.361],[-256.508,176.967],[-256.274,177.589],[-256,178],[-255.31,178.337],[-254.472,178.561],[-253.648,178.755],[-253,179],[-249.572,180.886],[-246.15,182.702],[-242.903,184.667],[-240,187],[-235.068,189.068],[-230.409,191.409],[-226.046,194.046],[-222,197],[-212.944,201.298],[-204.154,206.101],[-195.537,211.104],[-187,216],[-178.046,220.856],[-169.171,225.631],[-160.461,230.591],[-152,236],[-152.991,242.85],[-152.416,248.387],[-150.133,252.48],[-146,255],[-140.238,255.027],[-133.625,252.308],[-126,248],[-101.965,234.164],[-79,221],[-71.782,216.864],[-65,213],[-57.913,208.972],[-51,205],[34.611,155.699],[119,107],[140.794,94.8],[162,83],[235.222,40.933],[308,-1],[384.291,-44.807],[459,-88],[463.141,-92.455],[463,-100],[462.359,-102.423],[461,-104],[458.495,-105.224],[456,-106],[321.607,-183.608]],"c":true}],"h":1},{"t":84.143,"s":[{"i":[[65.056,37.961],[21.984,-12.722],[21.206,-11.966],[0.859,-0.274],[0.778,-0.46],[0.146,-0.43],[0.213,-0.16],[0.565,-0.122],[0.351,-0.221],[0.631,-0.528],[0.735,-0.421],[1.565,-0.611],[1.365,-0.769],[0.627,-0.54],[0.761,-0.429],[0.902,-0.303],[0.697,-0.397],[0.15,-0.434],[0.206,-0.154],[0.572,-0.13],[0.337,-0.199],[1.423,-0.772],[1.571,-0.887],[1.47,-0.807],[1.512,-0.867],[14.903,-8.683],[13.964,-8.002],[0.886,-0.288],[0.703,-0.413],[0.146,-0.43],[0.213,-0.16],[0.572,-0.13],[0.337,-0.199],[2.165,-1.125],[2.166,-1.215],[2.22,-1.42],[1.868,-1.054],[0.903,-0.301],[0.743,-0.43],[0.148,-0.432],[0.209,-0.157],[0.572,-0.13],[0.337,-0.199],[3.086,-1.677],[2.651,-1.519],[3.635,-2.187],[3.724,-2.109],[9.703,-5.66],[8.761,-5.02],[0.843,-0.268],[0.779,-0.442],[2.073,-1.472],[1.594,-0.911],[0.895,-0.297],[0.76,-0.436],[3.809,-2.288],[3.097,-1.748],[0.851,-0.274],[0.8,-0.455],[0.149,-0.433],[0.207,-0.155],[0.572,-0.13],[0.337,-0.199],[1.383,-0.745],[1.684,-0.965],[12.668,-7.247],[11.946,-6.915],[2.866,-1.761],[2.567,-2.239],[-21.405,-11.928],[-21.704,-11.629],[-14.93,-8.22],[-14.079,-7.868],[-1.313,-0.867],[-1.359,-0.757],[-5.374,-2.963],[-3.351,-5.278],[1.445,-2.418],[0.603,-3.044],[-0.535,-2.82],[-2.526,-2.368],[-3.421,1.223],[-3.218,1.863],[-3.908,2.189],[-3.435,1.969],[-10.616,5.99],[-1.555,0.921],[-0.427,0.32],[-0.702,0.441],[-3.091,1.771],[-16.753,9.6],[-1.567,0.922],[-0.425,0.318],[-0.674,0.398],[-3.142,1.773],[-4.571,2.635],[-133.767,77.393],[1.287,3.217],[0.828,0.876],[4.491,2.615],[14.555,8.39]],"o":[[-21.861,12.146],[-21.984,12.722],[-0.786,0.444],[-0.859,0.274],[-0.203,0.12],[-0.146,0.43],[-0.389,0.291],[-0.565,0.122],[-0.742,0.466],[-0.631,0.528],[-1.376,0.788],[-1.565,0.611],[-0.733,0.413],[-0.627,0.539],[-0.696,0.393],[-0.902,0.302],[-0.195,0.111],[-0.15,0.434],[-0.374,0.281],[-0.572,0.13],[-1.738,1.026],[-1.423,0.772],[-1.607,0.906],[-1.47,0.807],[-14.425,8.267],[-14.903,8.683],[-0.755,0.433],[-0.886,0.288],[-0.202,0.119],[-0.146,0.43],[-0.374,0.281],[-0.572,0.13],[-2.175,1.285],[-2.165,1.125],[-2.252,1.264],[-2.22,1.421],[-0.647,0.365],[-0.903,0.301],[-0.199,0.115],[-0.148,0.432],[-0.374,0.281],[-0.572,0.13],[-3.003,1.775],[-3.086,1.677],[-3.737,2.141],[-3.635,2.187],[-9.426,5.34],[-9.703,5.66],[-0.851,0.488],[-0.843,0.268],[-2.116,1.201],[-2.072,1.472],[-0.661,0.378],[-0.895,0.297],[-3.665,2.101],[-3.81,2.288],[-0.797,0.45],[-0.851,0.274],[-0.196,0.111],[-0.149,0.433],[-0.374,0.28],[-0.572,0.13],[-1.783,1.053],[-1.383,0.745],[-12.385,7.096],[-12.667,7.247],[-2.967,1.718],[-2.866,1.761],[21.674,11.659],[21.405,11.928],[14.2,8.251],[14.93,8.22],[1.389,0.776],[1.313,0.867],[5.152,2.868],[5.374,2.964],[-0.617,2.285],[-1.445,2.418],[-0.665,3.353],[0.535,2.82],[4.097,1.753],[3.421,-1.223],[3.932,-2.276],[3.908,-2.189],[11.48,-6.578],[1.572,-0.887],[0.406,-0.24],[0.778,-0.583],[3.218,-2.021],[18.062,-10.35],[1.575,-0.903],[0.404,-0.237],[0.748,-0.561],[3.475,-2.053],[4.765,-2.689],[134.304,-77.413],[5.147,-0.354],[-0.549,-1.371],[-3.178,-3.363],[-18.089,-10.532],[-70.113,-40.413]],"v":[[187,-261],[121.009,-223.365],[56,-186],[53.494,-185.013],[51,-184],[50.508,-183.03],[50,-182],[48.472,-181.447],[47,-181],[44.995,-179.467],[43,-178],[38.492,-175.985],[34,-174],[32.021,-172.512],[30,-171],[27.501,-170.003],[25,-169],[24.508,-168.033],[24,-167],[22.472,-166.439],[21,-166],[16.375,-163.395],[12,-161],[7.429,-158.47],[3,-156],[-41.346,-130.302],[-85,-105],[-87.539,-103.986],[-90,-103],[-90.492,-102.03],[-91,-101],[-92.528,-100.439],[-94,-100],[-100.507,-96.448],[-107,-93],[-113.788,-88.843],[-120,-85],[-122.428,-84.049],[-125,-83],[-125.492,-82.031],[-126,-81],[-127.528,-80.439],[-129,-80],[-138.264,-74.809],[-147,-70],[-158.01,-63.476],[-169,-57],[-197.999,-40.26],[-226,-24],[-228.554,-22.966],[-231,-22],[-237.392,-17.782],[-243,-14],[-245.425,-13.043],[-248,-12],[-259.426,-5.235],[-270,1],[-272.497,1.996],[-275,3],[-275.492,3.968],[-276,5],[-277.528,5.561],[-279,6],[-283.574,8.566],[-288,11],[-325.829,32.636],[-363,54],[-371.801,59.109],[-380,65],[-315.523,100.523],[-251,136],[-206.909,160.787],[-163,185],[-158.978,187.515],[-155,190],[-138.649,198.193],[-125,210],[-128.51,216.931],[-132,225],[-132.393,234.239],[-128,242],[-116.84,242.212],[-107,237],[-95.127,230.269],[-84,224],[-48,203],[-43,201],[-42,199],[-39,198],[-30,193],[25,161],[30,159],[31,157],[34,156],[43,151],[57,143],[459,-88],[463,-102],[461,-103],[448,-111],[396,-141]],"c":true}],"h":1},{"t":84.571,"s":[{"i":[[65.035,37.948],[43.797,-25.254],[43.848,-25.165],[10.844,-6.141],[10.793,-6.221],[6.924,-3.845],[6.484,-3.689],[2.658,-1.737],[2.517,-1.433],[1.555,-0.604],[1.368,-0.778],[0.506,-0.611],[0.472,-0.269],[0.633,-0.288],[0.621,-0.367],[1.288,-0.835],[1.389,-0.796],[1.557,-0.604],[1.363,-0.777],[1.296,-0.847],[1.402,-0.808],[6.755,-3.887],[6.284,-3.591],[6.878,-4.069],[6.509,-3.736],[1.555,-0.598],[1.401,-0.817],[0.459,-0.574],[0.625,-0.389],[0.965,-0.32],[-0.414,-1.375],[-20.584,-11.583],[-20.799,-11.367],[-7.82,-4.411],[-7.167,-4.019],[-2.585,-1.416],[-2.168,-1.939],[-8.951,-5.049],[-8.779,-5.221],[-1.203,-0.921],[-0.211,-1.864],[0.468,-1.258],[0.231,-1.054],[1.507,-0.16],[-0.146,-1.812],[1.813,-8.244],[-6.993,-2.523],[-1.389,0.297],[-2.058,0.674],[-3.867,2.179],[-3.334,1.91],[-6.589,3.93],[-5.615,3.25],[-11.389,6.47],[-11.511,6.635],[-21.279,12.232],[-20.565,11.784],[-0.856,0.275],[-0.725,0.411],[-2.073,1.472],[-1.594,0.911],[-0.895,0.297],[-0.76,0.436],[-2.239,1.421],[-1.762,1.01],[-0.856,0.276],[-0.725,0.411],[-3.188,1.822],[-1.524,0.891],[-3.469,1.957],[-1.582,0.915],[-0.419,0.314],[-0.674,0.398],[-4.332,2.431],[-3.417,1.928],[-1.582,0.915],[-0.419,0.314],[-0.674,0.398],[-4.31,2.455],[-1.525,0.861],[-1.511,0.86],[-0.413,0.309],[-0.674,0.398],[-3.142,1.773],[-1.297,0.728],[-2.736,1.541],[-1.521,0.858],[-1.511,0.86],[-0.412,0.309],[-0.674,0.398],[-2.998,1.692],[-1.504,0.864],[-2.723,1.588],[-0.422,0.316],[-0.674,0.398],[-5.6,3.209],[-24.927,13.475],[1.24,3.099],[0.828,0.876],[4.461,2.597],[14.714,8.481]],"o":[[-43.963,24.818],[-43.797,25.254],[-10.829,6.215],[-10.844,6.141],[-6.818,3.929],[-6.924,3.845],[-2.849,1.621],[-2.658,1.737],[-1.413,0.804],[-1.555,0.605],[-0.504,0.287],[-0.506,0.611],[-0.846,0.481],[-0.633,0.288],[-1.458,0.863],[-1.288,0.835],[-1.407,0.806],[-1.557,0.604],[-1.412,0.806],[-1.297,0.847],[-6.697,3.86],[-6.755,3.887],[-6.977,3.987],[-6.878,4.069],[-1.379,0.791],[-1.555,0.598],[-0.539,0.314],[-0.459,0.574],[-0.556,0.346],[-0.965,0.32],[20.864,11.303],[20.584,11.582],[7.553,4.337],[7.82,4.411],[2.493,1.398],[2.585,1.416],[9.419,4.581],[8.951,5.049],[1.975,0.452],[1.203,0.921],[0.103,0.913],[-0.468,1.258],[0.881,2.548],[-1.507,0.16],[-5.74,1.502],[-1.813,8.244],[2.386,0.861],[1.389,-0.297],[4.2,-1.375],[3.867,-2.179],[7.029,-4.028],[6.589,-3.93],[12.931,-7.486],[11.389,-6.47],[21.32,-12.289],[21.279,-12.232],[0.85,-0.487],[0.856,-0.276],[2.116,-1.201],[2.072,-1.472],[0.661,-0.377],[0.895,-0.297],[2.281,-1.307],[2.239,-1.421],[0.85,-0.487],[0.856,-0.276],[4.232,-2.402],[1.682,-0.962],[4.348,-2.541],[1.585,-0.894],[0.397,-0.23],[0.748,-0.561],[4.35,-2.57],[4.317,-2.423],[1.585,-0.894],[0.398,-0.23],[0.748,-0.561],[4.346,-2.568],[1.468,-0.836],[1.403,-0.792],[0.391,-0.223],[0.748,-0.561],[3.475,-2.053],[1.39,-0.785],[2.772,-1.557],[1.466,-0.826],[1.403,-0.792],[0.391,-0.223],[0.748,-0.561],[3.405,-2.012],[1.502,-0.847],[2.923,-1.68],[0.4,-0.234],[0.748,-0.561],[6.248,-3.692],[24.848,-14.239],[3.819,-1.559],[-0.549,-1.371],[-3.199,-3.385],[-18.207,-10.601],[-69.998,-40.347]],"v":[[187,-261],[55.414,-185.76],[-76,-110],[-108.527,-91.505],[-141,-73],[-161.75,-61.32],[-182,-50],[-190.249,-44.859],[-198,-40],[-202.534,-37.981],[-207,-36],[-208.524,-34.486],[-210,-33],[-212.168,-31.915],[-214,-31],[-218.052,-28.45],[-222,-26],[-226.533,-23.978],[-231,-22],[-235.007,-19.502],[-239,-17],[-259.31,-5.298],[-279,6],[-299.851,18.189],[-320,30],[-324.483,31.981],[-329,34],[-330.436,35.444],[-332,37],[-334.728,37.728],[-336,40],[-273.952,74.452],[-212,109],[-188.711,122.239],[-166,135],[-158.257,139.094],[-151,144],[-123.52,158.52],[-97,174],[-92.177,175.941],[-90,180],[-90.749,183.394],[-92,187],[-93.949,190.051],[-97,192],[-109.55,209.734],[-103,229],[-97.754,229.651],[-93,228],[-80.851,222.401],[-70,216],[-49.439,203.917],[-31,193],[5.065,172.362],[39,153],[103.067,116.121],[166,80],[168.594,78.943],[171,78],[177.392,73.782],[183,70],[185.425,69.044],[188,68],[194.889,63.777],[201,60],[203.594,58.943],[206,58],[218,50],[223,48],[236,40],[241,38],[242,36],[245,35],[258,28],[271,20],[276,18],[277,16],[280,15],[293,8],[297,5],[302,3],[303,1],[306,0],[315,-5],[319,-8],[328,-12],[332,-15],[337,-17],[338,-19],[341,-20],[350,-25],[354,-28],[363,-32],[364,-34],[367,-35],[385,-45],[460,-88],[463,-102],[461,-103],[448,-111],[396,-141]],"c":true}],"h":1},{"t":85,"s":[{"i":[[38.948,22.715],[11.209,-6.489],[7.116,-4.124],[2.436,-1.4],[5.119,-2.912],[1.266,-0.72],[1.238,-0.701],[14.327,-8.113],[3.066,-1.745],[1.237,-0.701],[9.472,-5.49],[2.439,-1.37],[5.11,-2.928],[2.434,-1.42],[9.507,-5.51],[2.439,-1.37],[5.22,-2.931],[2.493,-1.445],[9.453,-5.479],[2.439,-1.37],[5.1,-2.864],[2.435,-1.411],[9.464,-5.485],[2.439,-1.37],[5.133,-2.882],[2.43,-1.408],[9.41,-5.454],[2.544,-1.429],[5.142,-2.888],[2.43,-1.408],[12.016,-8.434],[-5.164,-2.892],[-0.934,-0.532],[-4.194,-2.349],[-1.255,-0.714],[-1.167,-0.673],[-5.428,-2.997],[-5.154,-2.846],[-5.225,-2.883],[-5.226,-2.883],[-5.231,-2.886],[-7.992,-4.527],[-10.28,-5.9],[-2.327,-1.306],[-2.958,-1.659],[-2.516,-1.412],[-2.904,-1.628],[-2.327,-1.306],[-2.83,-1.587],[-2.512,-1.441],[-2.843,-1.583],[-2.13,-1.615],[-1.049,-1.164],[-0.469,-2.126],[0.972,-4.028],[1.494,1.173],[1.289,-1.378],[-14.461,-10.695],[-6.288,3.47],[-28.744,17.012],[-2.727,1.532],[-2.736,1.541],[-3.162,1.807],[-1.414,0.817],[-2.711,1.562],[-2.823,1.61],[-2.769,1.587],[-2.616,1.552],[-2.715,1.565],[-2.706,1.544],[-2.832,1.59],[-2.695,1.546],[-16.992,9.588],[-1.297,0.729],[-2.824,1.611],[-2.755,1.588],[-3.644,1.986],[-1.015,0.584],[-2.715,1.549],[-2.777,1.601],[-8.014,4.559],[-5.035,2.865],[-2.714,1.569],[-1.012,0.626],[-1.541,0.907],[-30.757,17.728],[-22.818,11.95],[1.226,5.893],[0,2.333],[1.428,2.906],[7.377,4.23],[2.748,1.543],[2.659,1.517],[2.642,1.523],[21.282,12.214],[2.958,1.691],[0.414,0.31],[0.674,0.398],[0.965,0.555],[2.652,1.513],[2.694,1.553]],"o":[[-11.183,6.497],[-7.801,4.516],[-2.501,1.45],[-5.133,2.95],[-1.068,0.608],[-1.304,0.742],[-15.549,8.805],[-4.295,2.432],[-1.304,0.742],[-10.539,5.968],[-2.493,1.445],[-5.165,2.9],[-2.513,1.44],[-10.433,6.087],[-2.493,1.445],[-5.163,2.9],[-2.439,1.37],[-10.442,6.052],[-2.493,1.445],[-5.159,2.897],[-2.586,1.452],[-10.468,6.067],[-2.493,1.445],[-5.116,2.873],[-2.515,1.413],[-10.45,6.057],[-2.563,1.485],[-5.17,2.904],[-2.515,1.413],[-13.184,7.641],[4.96,3.225],[0.998,0.559],[4.531,2.578],[1.058,0.592],[1.363,0.776],[5.923,3.416],[5.741,3.17],[5.842,3.226],[5.844,3.224],[5.772,3.184],[8.217,4.533],[11.045,6.257],[2.437,1.399],[2.983,1.674],[2.45,1.374],[2.85,1.599],[2.451,1.374],[2.998,1.682],[2.457,1.378],[2.728,1.565],[2.264,1.261],[0.959,0.727],[1.233,1.368],[-2.631,2.369],[-2.822,0.155],[-2.656,0.01],[-12.614,4.779],[7.99,1.943],[30.781,-16.987],[2.804,-1.659],[2.772,-1.557],[4.114,-2.316],[1.508,-0.862],[2.803,-1.62],[2.68,-1.545],[2.674,-1.525],[2.643,-1.515],[2.79,-1.656],[2.755,-1.588],[2.82,-1.608],[2.64,-1.483],[17.911,-10.271],[1.39,-0.784],[2.744,-1.541],[2.706,-1.544],[4.318,-2.489],[1.885,-1.028],[2.742,-1.578],[2.906,-1.658],[8.466,-4.88],[5.698,-3.242],[2.819,-1.604],[0.966,-0.558],[1.515,-0.937],[30.652,-18.046],[22.077,-12.725],[1.726,-2.941],[0,-2.333],[-0.59,-3.743],[-8.982,-4.071],[-2.853,-1.636],[-2.671,-1.5],[-2.865,-1.635],[-22.262,-12.832],[-2.933,-1.683],[-0.393,-0.224],[-0.748,-0.561],[-1.784,-1.055],[-2.645,-1.522],[-2.763,-1.576],[-39.743,-22.908]],"v":[[187,-261],[153,-242],[130,-229],[123,-224],[107,-216],[104,-213],[100,-211],[54,-185],[43,-178],[39,-176],[8,-159],[1,-154],[-15,-146],[-22,-141],[-53,-124],[-60,-119],[-76,-111],[-83,-106],[-114,-89],[-121,-84],[-137,-76],[-144,-71],[-175,-54],[-182,-49],[-198,-41],[-205,-36],[-236,-19],[-243,-14],[-259,-6],[-266,-1],[-304,21],[-288,29],[-285,32],[-272,38],[-269,41],[-265,43],[-249,52],[-233,61],[-217,70],[-201,79],[-185,88],[-161,101],[-129,119],[-122,124],[-113,128],[-106,133],[-97,137],[-90,142],[-81,146],[-74,151],[-65,155],[-58,160],[-54,162],[-52,167],[-59,175],[-63,171],[-70,172],[-79,215],[-59,209],[32,157],[40,152],[49,148],[61,140],[66,138],[74,133],[82,128],[91,124],[99,119],[107,114],[115,109],[124,105],[132,100],[186,69],[190,66],[199,62],[207,57],[219,50],[223,47],[232,43],[240,38],[265,24],[281,14],[290,10],[293,7],[298,5],[390,-48],[457,-86],[463,-94],[463,-101],[456,-107],[431,-121],[423,-126],[414,-130],[406,-135],[339,-174],[330,-178],[329,-180],[326,-181],[322,-184],[313,-188],[305,-193]],"c":true}],"h":1},{"t":85.429,"s":[{"i":[[89.293,52.041],[37.486,-21.487],[36.841,-20.925],[0.676,-0.316],[0.698,-0.397],[0.462,-0.586],[0.54,-0.307],[0.666,-0.069],[0.669,-0.344],[0.408,-0.566],[0.656,-0.37],[0.664,-0.069],[0.671,-0.344],[0.453,-0.59],[0.587,-0.334],[0.666,-0.069],[0.669,-0.344],[0.454,-0.591],[0.584,-0.329],[0.664,-0.069],[0.671,-0.344],[0.453,-0.589],[0.587,-0.334],[0.665,-0.069],[0.669,-0.344],[0.408,-0.566],[0.656,-0.37],[0.664,-0.069],[0.671,-0.344],[0.438,-0.581],[0.567,-0.327],[0.672,-0.063],[0.65,-0.368],[0.458,-0.584],[0.584,-0.334],[1.356,-0.633],[1.307,-0.74],[17.986,-10.279],[17.297,-9.825],[0.676,-0.316],[0.697,-0.397],[0.46,-0.584],[0.543,-0.312],[0.672,-0.063],[0.65,-0.367],[0.46,-0.584],[0.532,-0.307],[0.672,-0.063],[0.65,-0.367],[0.493,-0.605],[0.496,-0.279],[0.669,-0.063],[0.653,-0.37],[0.458,-0.584],[0.584,-0.334],[1.356,-0.633],[1.307,-0.741],[4.724,-2.731],[4.336,-3.376],[-10.512,-5.914],[-10.904,-6.115],[-3.902,-2.204],[-3.574,-2.043],[-1.316,-0.863],[-1.356,-0.76],[-2.707,-1.274],[-2.6,-1.46],[-1.131,-0.902],[-1.255,-0.707],[-1.552,-0.607],[-1.42,-0.797],[-1.175,-0.922],[-1.154,-0.669],[-1.332,-0.619],[-1.351,-0.758],[-6.621,-3.748],[-6.071,-3.392],[-1.3,-0.858],[-1.399,-0.785],[-2.717,-1.28],[-2.572,-1.445],[-1.114,-0.889],[-1.293,-0.74],[-3.076,-1.707],[-2.859,-1.657],[5.985,-18.836],[6.591,1.928],[0.357,3.387],[3.323,1.674],[4.264,-10.799],[-0.851,-6.043],[-12.582,7.015],[-0.931,0.53],[-1.216,0.702],[-4.989,2.825],[-5.225,2.985],[-22.846,13.225],[-125.471,72.384],[0.856,3.09],[1.651,1.344],[1.538,0.587]],"o":[[-37.216,21.126],[-37.486,21.487],[-0.599,0.341],[-0.676,0.316],[-0.613,0.349],[-0.462,0.586],[-0.669,0.38],[-0.665,0.069],[-0.712,0.366],[-0.408,0.566],[-0.672,0.379],[-0.664,0.069],[-0.601,0.309],[-0.453,0.59],[-0.669,0.38],[-0.665,0.069],[-0.598,0.308],[-0.455,0.591],[-0.672,0.379],[-0.664,0.069],[-0.601,0.309],[-0.453,0.589],[-0.668,0.38],[-0.666,0.069],[-0.713,0.366],[-0.408,0.566],[-0.672,0.379],[-0.664,0.069],[-0.681,0.35],[-0.438,0.581],[-0.662,0.382],[-0.672,0.063],[-0.584,0.331],[-0.458,0.584],[-1.27,0.728],[-1.356,0.633],[-17.76,10.06],[-17.986,10.279],[-0.6,0.34],[-0.676,0.316],[-0.617,0.351],[-0.46,0.584],[-0.662,0.382],[-0.672,0.063],[-0.629,0.355],[-0.46,0.584],[-0.662,0.382],[-0.672,0.063],[-0.531,0.3],[-0.493,0.605],[-0.671,0.377],[-0.669,0.064],[-0.584,0.331],[-0.458,0.584],[-1.27,0.729],[-1.356,0.633],[-4.768,2.701],[-4.724,2.731],[10.048,5.229],[10.512,5.914],[3.818,2.141],[3.902,2.204],[1.379,0.788],[1.317,0.863],[2.572,1.442],[2.707,1.274],[1.219,0.685],[1.131,0.902],[1.373,0.773],[1.552,0.607],[1.145,0.643],[1.175,0.922],[1.322,0.767],[1.332,0.619],[6.447,3.615],[6.621,3.748],[1.401,0.783],[1.3,0.858],[2.559,1.434],[2.717,1.28],[1.252,0.703],[1.114,0.889],[2.722,1.558],[2.28,1.266],[12.461,7.222],[-1.192,3.75],[-2.999,0.274],[-0.471,-4.467],[-12.233,0.435],[-2.178,5.515],[2.294,16.296],[0.995,-0.555],[1.667,-0.949],[5.771,-3.329],[5.719,-3.238],[23.868,-13.639],[128.249,-74.243],[2.767,-1.418],[-0.686,-2.477],[-1.256,-1.022],[-89.007,-52.328]],"v":[[187,-261],[74.718,-196.849],[-37,-133],[-38.926,-132.042],[-41,-131],[-42.555,-129.469],[-44,-128],[-45.999,-127.473],[-48,-127],[-49.542,-125.503],[-51,-124],[-53,-123.474],[-55,-123],[-56.511,-121.519],[-58,-120],[-59.999,-119.473],[-62,-119],[-63.51,-117.516],[-65,-116],[-67,-115.474],[-69,-115],[-70.511,-113.518],[-72,-112],[-73.999,-111.473],[-76,-111],[-77.542,-109.503],[-79,-108],[-81,-107.474],[-83,-107],[-84.586,-105.482],[-86,-104],[-88.009,-103.489],[-90,-103],[-91.501,-101.503],[-93,-100],[-96.973,-98.009],[-101,-96],[-154.847,-65.323],[-208,-35],[-209.926,-34.042],[-212,-33],[-213.555,-31.471],[-215,-30],[-217.009,-29.489],[-219,-29],[-220.572,-27.464],[-222,-26],[-224.009,-25.489],[-226,-25],[-227.526,-23.483],[-229,-22],[-231.013,-21.495],[-233,-21],[-234.501,-19.503],[-236,-18],[-239.973,-16.009],[-244,-14],[-258.324,-6.006],[-272,3],[-241.142,19.835],[-209,38],[-197.317,44.574],[-186,51],[-181.983,53.521],[-178,56],[-170.021,59.986],[-162,64],[-158.527,66.484],[-155,69],[-150.535,70.982],[-146,73],[-142.507,75.481],[-139,78],[-135.022,80.006],[-131,82],[-111.218,93.167],[-92,104],[-87.998,106.499],[-84,109],[-76.01,112.993],[-68,117],[-64.53,119.473],[-61,122],[-52,126],[-45,131],[-23,160],[-31,167],[-31,159],[-35,151],[-57,170],[-60,187],[-31,194],[-28,191],[-24,189],[-8,180],[8,171],[80,130],[461,-89],[463,-100],[461,-104],[456,-106]],"c":true}],"h":1},{"t":85.857,"s":[{"i":[[38.948,22.715],[24.893,-14.346],[23.822,-13.79],[2.876,-1.371],[1.296,-1.242],[0.246,-0.06],[0.588,-0.35],[4.999,-2.918],[4.263,-2.51],[21.066,-11.908],[20.903,-12.1],[6.556,-3.901],[6.108,-3.536],[2.876,-1.371],[1.296,-1.242],[0.246,-0.06],[0.588,-0.349],[3.797,-2.348],[3.793,-2.218],[2.887,-1.377],[1.275,-1.222],[0.859,-0.443],[0.757,-0.456],[1.173,-0.766],[0.315,-1.339],[-19.697,-11.019],[-18.514,-10.581],[-1.317,-0.865],[-1.356,-0.755],[-2.718,-1.283],[-2.588,-1.453],[-1.13,-0.9],[-1.22,-0.696],[-1.332,-0.62],[-1.343,-0.761],[-3.824,-2.165],[-3.663,-2.052],[-3.9,-2.073],[-4.276,-2.398],[-1.134,-0.901],[-1.241,-0.712],[-1.544,-0.601],[-1.446,-0.805],[-2.568,-1.581],[-2.83,-1.622],[-2.189,-1.835],[-0.817,-2.695],[3.557,-7.372],[5.856,-2.643],[2.759,1.587],[-1.913,4.469],[-2.102,-1.516],[-2.627,1.795],[8.204,6.68],[4.669,-3.875],[-2.468,-14.948],[-0.776,-0.953],[-0.36,-0.162],[-1.367,-0.208],[-9.979,5.752],[-7.189,4.167],[-2.327,1.307],[-1.307,0.739],[-0.986,0.565],[-2.631,1.491],[-5.149,2.955],[-5.257,2.991],[-0.945,0.538],[-1.31,0.767],[-43.064,25.743],[-14.322,8.219],[-5.136,2.922],[-0.945,0.538],[-1.232,0.721],[-12.035,6.907],[-5.227,2.974],[-0.039,0.037],[-1.202,0.697],[-2.308,1.313],[-3.846,2.229],[-2.439,1.37],[-5.154,2.894],[-2.43,1.408],[-9.528,5.559],[-2.437,1.396],[-5.191,2.915],[-2.307,1.548],[1.085,4.168],[0,2.667],[1.428,2.906],[7.377,4.23],[2.748,1.543],[2.659,1.517],[2.642,1.523],[21.282,12.214],[2.958,1.691],[0.414,0.31],[0.674,0.398],[0.965,0.555],[2.652,1.513],[2.694,1.553]],"o":[[-24.607,13.827],[-24.893,14.346],[-2.2,1.274],[-2.876,1.371],[-0.427,0.409],[-0.246,0.06],[-4.742,2.818],[-4.999,2.918],[-20.835,12.269],[-21.066,11.908],[-6.669,3.861],[-6.556,3.901],[-2.201,1.273],[-2.876,1.371],[-0.427,0.409],[-0.246,0.06],[-4.019,2.389],[-3.797,2.348],[-2.175,1.272],[-2.887,1.377],[-0.806,0.773],[-0.859,0.443],[-0.992,0.598],[-1.173,0.766],[18.695,10.342],[19.698,11.019],[1.377,0.787],[1.317,0.865],[2.541,1.415],[2.718,1.283],[1.258,0.706],[1.13,0.899],[1.329,0.757],[1.332,0.62],[4.041,2.289],[3.824,2.165],[4.124,2.309],[3.9,2.073],[1.224,0.686],[1.134,0.9],[1.378,0.791],[1.544,0.601],[1.896,1.055],[2.568,1.581],[3.427,1.964],[2.189,1.835],[2.085,6.868],[-3.557,7.372],[-1.876,-2.182],[-2.759,-1.587],[1.965,-1.27],[2.102,1.516],[5.797,-4.596],[-5.869,-1.107],[-7.684,6.378],[0.406,2.456],[0.233,0.286],[1.381,0.622],[13.198,1.152],[7.923,-4.567],[2.254,-1.306],[1.341,-0.753],[1.061,-0.6],[2.649,-1.519],[5.066,-2.87],[5.071,-2.91],[1.008,-0.574],[1.627,-0.926],[42.963,-25.149],[15.583,-8.206],[5.065,-2.907],[1.008,-0.574],[1.427,-0.812],[13.05,-7.639],[5.287,-3.034],[-0.092,0.053],[0.864,-0.828],[2.929,-1.697],[4.31,-2.452],[2.317,-1.343],[5.264,-2.956],[2.515,-1.413],[10.423,-6.041],[2.496,-1.456],[5.004,-2.868],[2.246,-1.261],[2.248,-1.508],[0,-2.667],[-0.59,-3.743],[-8.982,-4.071],[-2.853,-1.636],[-2.671,-1.5],[-2.865,-1.635],[-22.262,-12.832],[-2.933,-1.683],[-0.393,-0.224],[-0.748,-0.561],[-1.784,-1.055],[-2.645,-1.522],[-2.763,-1.576],[-39.743,-22.908]],"v":[[187,-261],[112.411,-218.472],[39,-176],[30.822,-171.976],[24,-168],[23.121,-167.455],[22,-167],[7.14,-158.269],[-7,-150],[-69.95,-113.874],[-133,-78],[-152.92,-66.257],[-172,-55],[-180.179,-50.976],[-187,-47],[-187.879,-46.455],[-189,-46],[-200.669,-38.872],[-212,-32],[-220.175,-27.962],[-227,-24],[-229.537,-22.263],[-232,-21],[-235.508,-19.056],[-238,-16],[-179.864,16.322],[-122,49],[-117.984,51.524],[-114,54],[-106.035,57.971],[-98,62],[-94.471,64.508],[-91,67],[-87.01,68.998],[-83,71],[-71.216,77.678],[-60,84],[-48.114,90.434],[-36,97],[-32.513,99.481],[-29,102],[-24.551,103.989],[-20,106],[-13.201,110.075],[-5,115],[3.457,120.452],[8,127],[4.955,149.669],[-10,166],[-18.342,161.215],[-21,153],[-14.997,154.894],[-8,156],[-4,130],[-19,135],[-33,171],[-30,179],[-28,179],[-24,183],[10,170],[33,157],[40,152],[44,151],[47,148],[55,144],[70,135],[86,127],[89,124],[93,122],[222,48],[267,22],[283,14],[286,11],[290,9],[328,-13],[344,-21],[345,-22],[347,-23],[354,-28],[366,-34],[373,-39],[389,-47],[396,-52],[427,-69],[434,-74],[450,-82],[457,-87],[463,-93],[463,-101],[456,-107],[431,-121],[423,-126],[414,-130],[406,-135],[339,-174],[330,-178],[329,-180],[326,-181],[322,-184],[313,-188],[305,-193]],"c":true}],"h":1},{"t":86.285,"s":[{"i":[[19.474,11.358],[32.468,-18.615],[32.436,-18.647],[32.5,-18.584],[32.66,-18.424],[-0.45,-0.55],[-0.625,-0.375],[-0.737,-0.263],[-0.787,-0.213],[-4.805,-2.822],[-4.954,-2.825],[-5.047,-2.84],[-5.083,-2.867],[-4.909,-2.759],[-4.996,-2.819],[-5.09,-2.9],[-5.188,-3.003],[-2.861,-1.528],[-2.892,-1.516],[-2.71,-1.48],[-2.315,-1.42],[-0.947,-0.621],[-0.877,-0.583],[-0.867,-0.546],[-0.915,-0.51],[-1.328,-0.652],[-1.335,-0.628],[-1.339,-0.662],[-1.341,-0.753],[-0.245,-0.164],[-0.27,-0.188],[-0.264,-0.18],[-0.23,-0.141],[-0.311,-0.154],[-0.327,-0.148],[-0.352,-0.17],[-0.386,-0.221],[-0.746,-0.577],[-0.785,-0.597],[-0.874,-0.491],[-2.735,-1.29],[-2.7,-1.514],[-2.425,-1.643],[-2.305,-1.309],[-1.294,-0.517],[-1.133,-0.971],[1.44,-7.803],[2.927,-3.911],[3.473,-2.463],[5.529,0.298],[0.351,3.102],[-0.694,3.133],[-1.425,-1.158],[-3.678,0.895],[-2.006,6.559],[5.452,3.684],[3.023,-2.089],[2.168,-2.356],[0.866,-0.753],[0.649,-1.025],[0.605,-1.892],[0.706,-2.052],[0.553,-1.927],[0.049,-2.147],[-1.54,-3.416],[-3.938,-2.047],[-5.222,2.548],[-4.835,2.799],[-14.003,7.958],[-13.808,7.959],[-55.907,31.946],[-56.01,32.73],[-1.196,0.804],[0.188,2.188],[0,1.333],[0,1.334],[1.498,0.669],[0.714,1.453],[4.205,2.462],[3.688,2.115],[1.3,0.853],[1.374,0.772],[1.584,0.623],[1.329,0.758],[1.312,0.855],[1.321,0.762],[11.307,6.619],[10.641,6.107],[1.514,0.578],[1.479,0.846],[0.149,0.433],[0.207,0.155],[0.572,0.13],[0.337,0.199],[0.656,0.549],[0.482,0.278],[1.588,0.621],[1.326,0.757],[1.318,0.859],[1.347,0.776],[19.664,11.297]],"o":[[-32.596,18.487],[-32.468,18.615],[-32.436,18.647],[-32.5,18.584],[0.214,0.786],[0.45,0.55],[0.625,0.375],[0.737,0.263],[4.6,2.832],[4.805,2.822],[4.954,2.825],[5.047,2.84],[4.826,2.722],[4.909,2.759],[4.996,2.819],[5.09,2.9],[2.618,1.516],[2.861,1.528],[2.892,1.516],[2.71,1.48],[1.075,0.659],[0.947,0.621],[0.877,0.583],[0.867,0.546],[1.319,0.734],[1.328,0.652],[1.335,0.628],[1.339,0.662],[0.192,0.108],[0.245,0.164],[0.269,0.188],[0.264,0.18],[0.306,0.187],[0.312,0.154],[0.327,0.148],[0.352,0.17],[0.757,0.432],[0.746,0.577],[0.785,0.597],[2.361,1.326],[2.735,1.29],[1.997,1.12],[2.425,1.643],[1.691,0.96],[1.294,0.517],[5.688,4.875],[-1.44,7.803],[-2.578,3.445],[-3.473,2.463],[-2.289,-1.457],[-0.351,-3.102],[3.622,1.264],[1.425,1.158],[4.429,-1.079],[2.006,-6.559],[-5.742,-0.711],[-3.023,2.089],[-0.886,0.964],[-0.866,0.753],[-0.873,1.38],[-0.605,1.892],[-0.739,2.146],[-0.553,1.927],[-0.098,4.291],[1.54,3.416],[6.278,0.99],[5.222,-2.548],[14.181,-8.209],[14.003,-7.958],[56.36,-32.486],[55.907,-31.946],[1.404,-0.596],[1.196,-0.804],[0,-1.334],[0,-1.333],[-0.295,-1.871],[-1.498,-0.669],[-4.491,-2.035],[-4.205,-2.462],[-1.427,-0.818],[-1.3,-0.853],[-1.336,-0.75],[-1.584,-0.623],[-1.433,-0.817],[-1.312,-0.855],[-11.131,-6.416],[-11.307,-6.619],[-1.466,-0.841],[-1.514,-0.578],[-0.197,-0.112],[-0.149,-0.433],[-0.374,-0.281],[-0.572,-0.13],[-0.892,-0.528],[-0.656,-0.549],[-1.322,-0.761],[-1.588,-0.621],[-1.381,-0.788],[-1.318,-0.859],[-19.871,-11.454],[-19.664,-11.297]],"v":[[187,-261],[89.428,-205.323],[-7.905,-149.405],[-105.285,-93.535],[-203,-38],[-201.988,-36.012],[-200.359,-34.64],[-198.301,-33.699],[-196,-33],[-181.878,-24.521],[-167.225,-16.053],[-152.209,-7.558],[-137,1],[-122.399,9.217],[-107.542,17.579],[-92.415,26.151],[-77,35],[-68.727,39.572],[-60.045,44.144],[-51.59,48.644],[-44,53],[-40.983,54.919],[-38.261,56.724],[-35.659,58.417],[-33,60],[-29.029,62.065],[-25.033,63.972],[-21.021,65.892],[-17,68],[-16.337,68.415],[-15.557,68.95],[-14.749,69.51],[-14,70],[-13.077,70.504],[-12.122,70.95],[-11.105,71.42],[-10,72],[-7.759,73.545],[-5.475,75.337],[-3,77],[4.745,80.859],[13,85],[19.769,89.358],[27,94],[31.419,95.992],[35,98],[39.961,118.723],[32,138],[23.214,147.307],[10,151],[6.263,143.757],[7,134],[13.458,138.12],[20,139],[30.911,125.454],[27,108],[14.32,110.7],[7,118],[4.322,120.454],[2,123],[-0.126,127.996],[-2,134],[-4.017,139.999],[-5,146],[-3.027,157.683],[5,166],[22.082,162.842],[37,154],[79.28,129.812],[121,106],[289.262,9.683],[457,-87],[461.194,-88.806],[463,-93],[463,-97],[463,-101],[459.814,-104.314],[456,-107],[442.898,-113.94],[431,-121],[426.961,-123.535],[423,-126],[418.495,-127.994],[414,-130],[409.916,-132.542],[406,-135],[372.132,-154.732],[339,-174],[334.509,-175.997],[330,-178],[329.508,-178.968],[329,-180],[327.472,-180.561],[326,-181],[323.693,-182.688],[322,-184],[317.503,-186.003],[313,-188],[308.974,-190.509],[305,-193],[245.702,-227.072]],"c":true}],"h":1},{"t":86.714,"s":[{"i":[[38.948,22.715],[30.576,-17.399],[29.582,-17.127],[1.265,-0.824],[1.471,-0.851],[12.786,-7.266],[12.827,-7.394],[14.745,-8.419],[14.403,-8.897],[-12.631,-7.101],[-12.001,-6.798],[-1.33,-0.619],[-1.38,-0.787],[-1.13,-0.899],[-1.258,-0.707],[-0.669,-0.064],[-0.654,-0.37],[-0.418,-0.563],[-0.653,-0.364],[-3.537,-1.677],[-2.689,-1.53],[-0.462,-0.587],[-0.528,-0.294],[-0.663,-0.069],[-0.673,-0.346],[-0.452,-0.593],[-0.504,-0.274],[-1.323,-0.623],[-1.337,-0.761],[-2.686,-1.258],[-2.637,-1.477],[-0.259,-0.254],[-0.015,-0.015],[-0.242,-0.059],[-0.601,-0.349],[-1.047,-0.846],[-1.216,-0.692],[-0.689,-0.323],[-0.574,-0.325],[-2.681,-1.259],[-2.675,-1.492],[-0.26,-0.254],[-0.014,-0.014],[-0.242,-0.059],[-0.601,-0.349],[-1.71,-1.157],[-1.995,-1.118],[-2.722,-1.283],[-2.721,-1.528],[-2.375,-1.61],[-2.438,-1.401],[-1.344,-0.591],[-1.051,-0.733],[-0.926,-0.896],[-0.793,-1.368],[1.646,-6.889],[3.858,-5.511],[4.032,-2.705],[4.941,1.003],[-0.316,5.071],[-2.657,2.091],[0.404,-2.416],[-4.429,-1.532],[-1.51,0.967],[-1.959,1.825],[-1.086,6.317],[6.141,3.192],[2.867,-1.583],[2.235,-2.112],[-0.439,-15.507],[-4.799,-2.601],[-6.597,2.974],[-0.412,0.237],[-1.335,0.686],[-1.126,0.641],[-4.408,2.552],[-3.844,2.442],[-37.463,21.687],[-7.733,4.438],[-15.557,8.928],[-15.303,8.821],[-7.688,4.355],[-7.165,3.23],[-0.415,0.236],[-3.97,2.288],[-7.42,4.295],[-15.274,8.842],[-0.623,5.085],[0,2.667],[1.428,2.906],[7.377,4.23],[2.748,1.543],[2.659,1.517],[2.642,1.523],[21.282,12.214],[2.958,1.691],[0.414,0.31],[0.674,0.398],[0.965,0.555],[2.652,1.513],[2.694,1.553]],"o":[[-30.113,17.279],[-30.576,17.399],[-1.47,0.851],[-1.265,0.824],[-13.029,7.543],[-12.786,7.266],[-14.618,8.426],[-14.745,8.419],[12.475,6.797],[12.631,7.101],[1.302,0.738],[1.33,0.619],[1.22,0.695],[1.13,0.9],[0.671,0.377],[0.669,0.063],[0.678,0.383],[0.417,0.563],[3.162,1.764],[3.537,1.676],[0.627,0.357],[0.461,0.587],[0.676,0.377],[0.663,0.069],[0.688,0.354],[0.452,0.593],[1.37,0.746],[1.323,0.623],[2.62,1.491],[2.686,1.258],[-0.053,-0.029],[0.259,0.254],[0.432,0.414],[0.242,0.059],[1.595,0.924],[1.047,0.846],[0.672,0.383],[0.689,0.323],[2.6,1.473],[2.681,1.259],[-0.055,-0.031],[0.26,0.254],[0.432,0.414],[0.242,0.059],[2.164,1.254],[1.71,1.157],[2.39,1.34],[2.722,1.283],[2.062,1.158],[2.375,1.61],[1.574,0.905],[1.344,0.591],[1.501,1.047],[0.926,0.896],[3.44,5.933],[-1.645,6.889],[-2.93,4.184],[-4.032,2.705],[-3.922,-1.624],[0.316,-5.071],[3.187,1.804],[-0.404,2.416],[2.003,0.693],[1.509,-0.967],[3.799,-3.538],[1.086,-6.317],[-4.299,-0.445],[-2.867,1.583],[-8.288,7.836],[0.228,8.041],[8.299,4.498],[0.349,-0.157],[1.329,-0.765],[1.354,-0.696],[4.865,-2.768],[4.823,-2.792],[38.476,-22.158],[7.717,-4.467],[15.602,-8.954],[15.396,-8.836],[7.677,-4.425],[7.566,-4.286],[0.351,-0.158],[3.901,-2.219],[7.65,-4.41],[15.878,-9.192],[3.575,-2.069],[0,-2.667],[-0.59,-3.743],[-8.982,-4.071],[-2.853,-1.636],[-2.671,-1.5],[-2.865,-1.635],[-22.262,-12.832],[-2.933,-1.683],[-0.393,-0.224],[-0.748,-0.561],[-1.784,-1.055],[-2.645,-1.522],[-2.763,-1.576],[-39.743,-22.908]],"v":[[187,-261],[95.602,-208.886],[5,-157],[1,-154.5],[-3,-152],[-41.651,-129.888],[-80,-108],[-124.162,-82.853],[-168,-57],[-130.144,-36.001],[-93,-15],[-89.058,-13.037],[-85,-11],[-81.529,-8.508],[-78,-6],[-75.987,-5.495],[-74,-5],[-72.481,-3.486],[-71,-2],[-60.645,3.176],[-51,8],[-49.426,9.547],[-48,11],[-45.998,11.524],[-44,12],[-42.362,13.559],[-41,15],[-36.976,16.989],[-33,19],[-25.013,23.011],[-17,27],[-16.551,27.467],[-16,28],[-15.127,28.549],[-14,29],[-10.216,31.674],[-7,34],[-4.926,35.043],[-3,36],[4.943,39.986],[13,44],[13.448,44.467],[14,45],[14.873,45.549],[16,46],[21.627,49.602],[27,53],[34.752,56.859],[43,61],[49.718,65.318],[57,70],[61.392,72.129],[65,74],[68.531,76.759],[71,80],[72.973,99.817],[64,119],[53.509,129.891],[40,133],[35.066,121.351],[40,109],[42.069,115.704],[46,122],[51.033,121.389],[56,117],[64.455,100.74],[58,85],[47.452,87.082],[40,93],[24,129],[32,147],[58,143],[59,141],[63,140],[66,137],[80,130],[93,122],[209,56],[232,42],[279,16],[325,-11],[348,-24],[370,-36],[371,-38],[383,-44],[406,-57],[453,-84],[463,-93],[463,-101],[456,-107],[431,-121],[423,-126],[414,-130],[406,-135],[339,-174],[330,-178],[329,-180],[326,-181],[322,-184],[313,-188],[305,-193]],"c":true}],"h":1},{"t":87.143,"s":[{"i":[[38.948,22.715],[28.258,-16.086],[27.206,-15.75],[0.295,-0.382],[0.357,-0.204],[1.891,-0.763],[1.733,-0.973],[1.509,-1.077],[1.458,-0.845],[3.318,-1.772],[3.233,-1.887],[16.711,-9.524],[15.832,-9.379],[1.714,-1.03],[0.578,-1.951],[-9.947,-5.627],[-10.32,-5.787],[-3.767,-2.022],[-3.276,-1.861],[-0.64,-0.295],[-0.799,-0.455],[-0.508,-0.614],[-0.499,-0.279],[-1.408,-0.423],[-1.16,-0.63],[-0.514,-0.619],[-0.457,-0.26],[-1.3,-0.752],[-5.3,-2.968],[-0.031,-0.03],[-1.202,-0.696],[-2.398,-1.364],[-1.198,-0.678],[-21.597,-12.203],[-1.594,-0.907],[-0.995,-0.555],[-1.345,-0.691],[-1.148,-0.625],[-2.949,-9.323],[1.572,-6.373],[1.131,-2.672],[2.906,-3.392],[10.945,-0.497],[-2.672,7.221],[-1.754,2.808],[-2.869,-1.444],[0.616,-4.152],[-1.938,-2.991],[-2.584,0.557],[-1.919,1.325],[-0.83,0.744],[-0.57,0.728],[12.364,6.673],[8.075,-5.925],[-1.047,-12.812],[-5.068,-2.781],[-9.36,5.454],[-2.109,1.21],[-3.268,1.473],[-0.415,0.236],[-4.102,2.334],[-0.744,0.482],[-3.094,1.737],[-2.013,1.173],[-2.05,1.176],[-7.592,3.422],[-0.415,0.236],[-4.102,2.334],[-0.744,0.482],[-3.421,1.921],[-4.068,2.338],[-2.132,1.261],[-4.174,2.398],[-31.003,17.816],[-2.1,1.179],[-1.708,0.996],[-2.258,1.296],[-7.336,3.307],[-0.415,0.236],[-4.118,2.343],[-0.744,0.482],[-3.335,1.873],[-4.084,2.293],[-2.786,1.256],[-0.412,0.237],[-2.067,1.188],[-6.187,3.581],[-0.599,5.733],[0,2.667],[1.428,2.906],[7.377,4.23],[2.748,1.543],[2.659,1.517],[2.642,1.523],[21.282,12.214],[2.958,1.691],[0.414,0.31],[0.674,0.398],[0.965,0.555],[2.652,1.513],[2.694,1.553]],"o":[[-27.762,15.904],[-28.258,16.086],[-0.463,0.268],[-0.295,0.382],[-1.701,0.976],[-1.892,0.763],[-1.505,0.845],[-1.509,1.077],[-3.495,2.025],[-3.318,1.772],[-16.325,9.524],[-16.711,9.524],[-1.566,0.928],[-1.714,1.03],[9.891,4.706],[9.947,5.627],[3.656,2.05],[3.767,2.022],[0.641,0.364],[0.64,0.295],[0.467,0.266],[0.509,0.614],[1.209,0.677],[1.408,0.423],[0.489,0.265],[0.513,0.619],[1.617,0.92],[5.102,2.954],[-0.105,-0.059],[0.864,0.828],[3.14,1.82],[1.65,0.939],[22.045,12.488],[1.277,0.721],[0.932,0.53],[1.352,0.754],[1.173,0.603],[9.187,5.003],[2.563,8.102],[-0.796,3.226],[-2.001,4.729],[-5.717,6.673],[-6.045,-1.78],[-0.289,-3.322],[1.56,-2.498],[3.177,5.1],[-3.092,2.65],[3.25,1.38],[2.636,-0.568],[1.002,-0.692],[0.701,-0.629],[6.349,-8.113],[-15.012,-1.012],[-3.881,8.066],[0.672,8.227],[12.43,6.819],[2.036,-1.187],[3.792,-2.176],[0.351,-0.158],[4.026,-2.291],[0.57,-0.324],[3.196,-2.071],[1.914,-1.075],[2.102,-1.225],[7.76,-4.453],[0.351,-0.158],[4.026,-2.291],[0.57,-0.324],[3.36,-2.177],[4.043,-2.271],[2.023,-1.163],[4.481,-2.651],[32.371,-18.601],[2.178,-1.251],[1.864,-1.047],[2.317,-1.35],[7.431,-4.265],[0.351,-0.158],[4.026,-2.291],[0.57,-0.324],[3.307,-2.143],[4.038,-2.268],[3.512,-1.972],[0.349,-0.157],[2.157,-1.242],[6.42,-3.689],[3.768,-2.181],[0,-2.667],[-0.59,-3.743],[-8.982,-4.071],[-2.853,-1.636],[-2.671,-1.5],[-2.865,-1.635],[-22.262,-12.832],[-2.933,-1.683],[-0.393,-0.224],[-0.748,-0.561],[-1.784,-1.055],[-2.645,-1.522],[-2.763,-1.576],[-39.743,-22.908]],"v":[[187,-261],[102.583,-212.885],[19,-165],[17.92,-163.952],[17,-163],[11.524,-160.498],[6,-158],[1.464,-155],[-3,-152],[-13.196,-146.396],[-23,-141],[-72.869,-112.391],[-122,-84],[-127.241,-81.268],[-131,-77],[-101.322,-61.311],[-71,-44],[-59.715,-37.858],[-49,-32],[-47.119,-31.068],[-45,-30],[-43.524,-28.51],[-42,-27],[-37.963,-25.464],[-34,-24],[-32.476,-22.496],[-31,-21],[-27,-19],[-11,-11],[-10,-10],[-8,-9],[-1,-4],[3,-2],[70,35],[74,37],[77,40],[81,41],[84,44],[106,61],[105,81],[103,90],[94,104],[71,116],[66,96],[70,87],[76,81],[73,91],[73,103],[81,104],[86,100],[89,99],[91,96],[91,62],[64,77],[53,112],[63,129],[101,117],[108,114],[119,108],[120,106],[133,100],[135,98],[145,93],[150,89],[157,86],[180,73],[181,71],[194,65],[196,63],[206,58],[218,50],[224,47],[237,40],[335,-17],[342,-20],[347,-24],[354,-27],[377,-40],[378,-42],[391,-48],[393,-50],[403,-55],[415,-63],[426,-68],[427,-70],[434,-73],[452,-84],[463,-93],[463,-101],[456,-107],[431,-121],[423,-126],[414,-130],[406,-135],[339,-174],[330,-178],[329,-180],[326,-181],[322,-184],[313,-188],[305,-193]],"c":true}],"h":1},{"t":87.571,"s":[{"i":[[38.948,22.715],[2.084,-0.915],[1.823,-1.042],[0.149,-0.433],[0.207,-0.156],[0.572,-0.13],[0.337,-0.199],[2.154,-1.118],[2.192,-1.231],[2.894,-1.732],[2.54,-1.453],[2.995,-1.643],[2.813,-1.594],[2.078,-1.476],[1.6,-0.915],[0.851,-0.272],[0.795,-0.456],[2.211,-1.404],[1.802,-1.032],[0.843,-0.268],[0.779,-0.442],[2.073,-1.472],[1.594,-0.911],[2.337,-1.084],[2.142,-1.23],[2.858,-1.817],[2.633,-2.05],[5.857,-3.204],[5.645,-3.268],[14.679,-8.416],[13.882,-8.001],[2.914,-1.765],[2.471,-2.283],[-14.897,-8.432],[-14.102,-8.163],[-5.796,-3.04],[-4.614,-2.829],[-1.745,-1.158],[-1.885,-1.057],[-5.046,-2.624],[-4.791,-2.687],[-2.32,-1.591],[-2.145,-1.19],[-0.662,-0.07],[-0.673,-0.346],[-0.455,-0.591],[-0.584,-0.329],[-1.311,-0.607],[-1.439,-0.829],[-3.795,-2.04],[-3.281,-1.8],[-1.788,-0.942],[-0.531,-0.509],[-1.716,-0.949],[-0.863,-0.986],[-0.2,-0.437],[-0.067,-0.104],[-0.163,-0.343],[-0.141,-0.311],[2.497,-7.948],[2.669,-4.133],[4.479,-3.212],[7.005,-0.383],[1.163,-0.163],[-3.632,8.62],[-10.416,-0.716],[2.015,-2.652],[2.615,-1.169],[2.039,-0.294],[-6.192,-3.981],[-3.281,2.262],[-1.172,2.601],[-0.241,0.401],[-0.19,5.591],[5.315,3.794],[7.864,-7.602],[-0.917,-17.917],[-7.822,-1.641],[-8.257,4.678],[-36.265,20.903],[-13.972,6.298],[-0.415,0.236],[-1.814,1.175],[-4.599,2.662],[-21.607,12.671],[-21.135,12.394],[-6.484,5.429],[-0.392,5.608],[0,2.667],[1.428,2.906],[7.377,4.23],[2.748,1.543],[2.659,1.517],[2.642,1.523],[21.282,12.214],[2.958,1.691],[0.414,0.31],[0.674,0.398],[0.965,0.555],[2.652,1.513],[2.694,1.553]],"o":[[-1.84,1.299],[-2.084,0.915],[-0.197,0.112],[-0.149,0.433],[-0.374,0.281],[-0.572,0.13],[-2.193,1.296],[-2.154,1.118],[-2.882,1.618],[-2.894,1.732],[-3.207,1.835],[-2.995,1.643],[-2.088,1.183],[-2.078,1.476],[-0.799,0.457],[-0.851,0.272],[-2.356,1.35],[-2.211,1.404],[-0.851,0.488],[-0.843,0.268],[-2.116,1.201],[-2.073,1.472],[-2.51,1.435],[-2.337,1.084],[-2.933,1.683],[-2.858,1.817],[-5.928,2.916],[-5.857,3.204],[-14.4,8.336],[-14.679,8.416],[-2.874,1.657],[-2.914,1.765],[14.309,8.108],[14.897,8.432],[5.201,3.011],[5.796,3.04],[2.136,1.31],[1.745,1.158],[5.027,2.819],[5.045,2.624],[2.574,1.444],[2.32,1.591],[0.678,0.376],[0.662,0.07],[0.597,0.307],[0.455,0.591],[1.319,0.743],[1.311,0.607],[3.538,2.04],[3.795,2.04],[1.318,0.723],[1.788,0.942],[1.272,1.218],[1.716,0.949],[0.132,0.15],[0.2,0.437],[0.205,0.317],[0.163,0.343],[3.659,8.076],[-2.498,7.948],[-3.079,4.767],[-4.479,3.212],[-0.221,-0.779],[-8.776,-6.405],[3.622,-8.596],[-1.275,3.392],[0.301,4.085],[-2.039,0.294],[-3.832,4.813],[7.83,1.245],[2.96,-2.041],[0.154,-0.343],[2.402,-3.998],[0.214,-6.284],[-16.41,-4.23],[-5.574,11.426],[3.354,8.006],[8.656,1.816],[38.628,-21.882],[14.116,-8.136],[0.351,-0.158],[3.06,-1.741],[4.69,-3.039],[22.21,-12.857],[22.205,-13.021],[7.41,-4.345],[4.154,-1.846],[0,-2.667],[-0.59,-3.743],[-8.982,-4.071],[-2.853,-1.636],[-2.671,-1.5],[-2.865,-1.635],[-22.262,-12.832],[-2.933,-1.683],[-0.393,-0.224],[-0.748,-0.561],[-1.785,-1.055],[-2.645,-1.522],[-2.763,-1.576],[-39.743,-22.908]],"v":[[187,-261],[180.987,-257.807],[175,-255],[174.508,-254.033],[174,-253],[172.472,-252.439],[171,-252],[164.5,-248.451],[158,-245],[149.243,-239.876],[141,-235],[131.704,-229.819],[123,-225],[116.633,-220.799],[111,-217],[108.497,-215.999],[106,-215],[99.084,-210.762],[93,-207],[90.446,-205.966],[88,-205],[81.608,-200.782],[76,-197],[68.724,-193.346],[62,-190],[53.275,-184.775],[45,-179],[27.288,-169.764],[10,-160],[-33.889,-134.749],[-77,-110],[-85.803,-104.969],[-94,-99],[-49.844,-74.042],[-6,-49],[10.94,-39.864],[27,-31],[32.689,-27.31],[38,-24],[53.177,-15.901],[68,-8],[75.322,-3.31],[82,1],[84.003,1.522],[86,2],[87.51,3.483],[89,5],[92.91,6.935],[97,9],[108.193,15.18],[119,21],[124.09,23.66],[128,26],[132.806,29.175],[137,32],[137.548,33.035],[138,34],[138.548,35.004],[139,36],[139.247,60.957],[130,80],[118.944,92.288],[102,98],[100,97],[98,70],[118,53],[113,62],[109,63],[105,66],[105,86],[118,82],[125,74],[127,73],[132,56],[126,40],[94,56],[83,96],[97,113],[123,105],[233,42],[276,18],[277,16],[285,12],[299,4],[365,-34],[431,-72],[453,-85],[463,-93],[463,-101],[456,-107],[431,-121],[423,-126],[414,-130],[406,-135],[339,-174],[330,-178],[329,-180],[326,-181],[322,-184],[313,-188],[305,-193]],"c":true}],"h":1},{"t":88,"s":[{"i":[[-0.562,4.275],[46.127,26.374],[45.815,26.685],[18.174,-10.484],[17.302,-10.016],[2.047,-0.952],[1.719,-0.978],[0.506,-0.611],[0.504,-0.287],[0.666,-0.069],[0.669,-0.344],[0.456,-0.591],[0.63,-0.355],[1.349,-0.627],[1.312,-0.764],[12.575,-7.165],[12.229,-7.079],[5.144,-2.909],[5.348,-2.425],[-2.434,-1.287],[-2.142,-1.216],[-1.176,-0.679],[-1.153,-0.632],[-1.769,-0.929],[-0.556,-0.533],[-1.435,-0.698],[-0.37,-0.355],[-1.435,-0.698],[-0.37,-0.355],[-0.242,-0.059],[-0.601,-0.349],[-1.764,-1.181],[-1.797,-1.031],[-8.749,-4.721],[-7.814,-4.415],[-0.641,-0.297],[-0.797,-0.453],[-0.995,-0.555],[-2.802,-2.685],[-1.202,-0.697],[-2.398,-1.364],[-1.282,-0.728],[-5.134,-2.959],[-4.572,-2.803],[-2.075,-1.273],[-1.512,-0.842],[-4.282,-2.405],[-1.307,-0.739],[-1.176,-0.656],[-2.577,-1.486],[-0.781,-12.456],[13.446,-10.164],[7.993,2.806],[-5.276,7.05],[-9.644,-1.779],[7.783,1.168],[6.937,-1.555],[1.618,-5.462],[-6.422,-2.243],[-2.55,0.821],[-1.522,1.263],[-2.574,5.229],[0.454,7.049],[11.755,-8.388],[2.744,-3.942],[-0.933,-18.74],[-3.581,-3.1],[-0.637,-0.436],[-1.995,-0.711],[-8.228,4.764],[-0.714,0.411],[-3.047,1.734],[-0.412,0.309],[-0.675,0.399],[-6.521,3.775],[-0.708,0.403],[-3.47,1.948],[-3.078,1.81],[-4.937,2.858],[-0.708,0.403],[-3.47,1.948],[-3.142,1.821],[-1.895,1.178],[-0.686,0.385],[-3.46,1.968],[-0.848,0.491],[-5.285,3.063],[-2.032,1.263],[-0.686,0.385],[-3.383,1.924],[-0.848,0.491],[-1.232,0.766],[-5.585,3.233],[-0.708,0.403],[-3.408,1.961],[-0.855,0.495],[-1.232,0.766],[-1.103,0.633],[-19.15,11.23],[-5.921,4.95],[-1.265,4.421]],"o":[[-45.679,-26.82],[-46.127,-26.374],[-18.001,10.046],[-18.174,10.484],[-2.094,1.212],[-2.047,0.952],[-0.472,0.269],[-0.506,0.611],[-0.669,0.38],[-0.665,0.069],[-0.547,0.281],[-0.456,0.591],[-1.291,0.727],[-1.349,0.627],[-12.471,7.261],[-12.575,7.165],[-5.075,2.939],[-5.144,2.909],[1.122,2.635],[2.434,1.287],[1.144,0.65],[1.176,0.679],[1.367,0.75],[1.769,0.929],[0.89,0.852],[1.435,0.698],[0.89,0.852],[1.435,0.698],[0.432,0.414],[0.242,0.059],[2.145,1.243],[1.764,1.181],[8.191,4.701],[8.749,4.721],[0.638,0.361],[0.641,0.296],[0.932,0.53],[4.51,2.515],[0.864,0.828],[3.14,1.82],[1.6,0.91],[4.798,2.726],[5.736,3.306],[2.855,1.751],[1.3,0.797],[5.159,2.872],[1.341,0.753],[1.17,0.661],[2.767,1.543],[10.375,5.98],[1.073,17.11],[-5.529,4.179],[-11.054,-9.121],[4.502,-6.016],[3.09,3.78],[-4.316,3.119],[-3.495,1.193],[-1.598,5.393],[3.231,2.31],[2.177,-0.701],[3.959,-3.286],[2.648,-5.38],[-1.121,-17.399],[-5.756,4.107],[-8.433,12.113],[2.692,4.632],[0.657,0.569],[1.277,0.873],[11.101,3.957],[0.929,-0.538],[3.802,-2.188],[0.391,-0.223],[0.749,-0.562],[7.393,-4.377],[0.922,-0.534],[3.414,-1.942],[3.035,-1.704],[5.86,-3.447],[0.922,-0.534],[3.414,-1.942],[3.111,-1.747],[2.622,-1.519],[0.603,-0.375],[3.546,-1.991],[0.633,-0.36],[6.11,-3.537],[2.744,-1.59],[0.603,-0.375],[3.486,-1.958],[0.633,-0.36],[2.03,-1.175],[6.452,-4.01],[0.922,-0.534],[3.596,-2.046],[0.641,-0.369],[2.03,-1.175],[0.978,-0.608],[20.466,-11.746],[6.865,-4.026],[4.047,-1.506],[0.801,-2.798]],"v":[[463,-102],[325.102,-181.602],[187,-261],[132.475,-229.977],[79,-199],[72.719,-195.825],[67,-193],[65.524,-191.514],[64,-190],[62.001,-189.473],[60,-189],[58.562,-187.555],[57,-186],[53.016,-184.028],[49,-182],[11.319,-160.364],[-26,-139],[-41.296,-130.115],[-57,-122],[-51.265,-116.436],[-44,-113],[-40.507,-110.987],[-37,-109],[-31.892,-106.337],[-28,-104],[-24.11,-101.627],[-21,-100],[-17.11,-97.627],[-14,-96],[-13.127,-95.451],[-12,-95],[-6.239,-91.341],[-1,-88],[24.784,-73.785],[50,-60],[51.881,-59.07],[54,-58],[57,-55],[73,-47],[75,-46],[82,-41],[86,-39],[101,-31],[119,-21],[126,-17],[130,-15],[144,-6],[148,-5],[151,-2],[159,2],[175,24],[152,73],[130,79],[131,43],[151,30],[147,45],[142,40],[132,51],[136,67],[145,67],[152,63],[161,49],[166,31],[138,21],[125,35],[113,78],[120,91],[123,92],[126,94],[160,84],[162,82],[173,77],[174,75],[177,74],[200,61],[202,59],[213,54],[222,48],[240,38],[242,36],[253,31],[262,25],[270,21],[272,19],[283,14],[285,12],[302,2],[310,-2],[312,-4],[323,-9],[325,-11],[330,-14],[350,-25],[352,-27],[363,-32],[365,-34],[370,-37],[373,-38],[433,-73],[453,-85],[463,-92]],"c":true}],"h":1},{"t":88.429,"s":[{"i":[[-0.536,4.29],[46.127,26.374],[45.815,26.685],[12.341,-7.166],[11.457,-6.658],[1.577,-0.707],[0.501,-0.48],[0.246,-0.06],[0.588,-0.35],[1.5,-1.061],[1.361,-0.781],[2.343,-1.093],[2.294,-1.288],[1.958,-1.415],[2.067,-1.161],[1.214,-0.446],[1.064,-0.612],[8.661,-5.195],[7.975,-4.406],[1.558,-0.705],[0.5,-0.478],[0.246,-0.06],[0.588,-0.35],[3.733,-2.283],[3.246,-2.597],[-4.637,-2.78],[-4.692,-2.632],[-1.911,-0.778],[-1.547,-0.874],[-0.457,-0.585],[-0.587,-0.329],[-0.669,-0.063],[-0.654,-0.37],[-0.493,-0.603],[-0.544,-0.314],[-0.672,-0.063],[-0.65,-0.368],[-0.457,-0.586],[-0.588,-0.327],[-0.662,-0.07],[-0.674,-0.346],[-0.499,-0.615],[-0.479,-0.27],[-0.664,-0.069],[-0.671,-0.344],[-0.409,-0.567],[-0.654,-0.366],[-3.085,-1.348],[-1.407,-1.348],[-1.615,-0.744],[-1.184,-0.727],[-2.037,-1.249],[-1.471,-0.84],[-2.473,-1.389],[-1.307,-0.739],[-1.165,-0.671],[-1.3,-0.735],[-1.177,-0.653],[-1.347,-0.692],[-1.168,-0.659],[-1.342,-0.689],[-1.307,-0.732],[-2.917,-2.794],[-2.3,-1.41],[-2.037,-1.249],[-1.983,-1.216],[-3.621,-2.078],[-7.165,-4.076],[-2.424,-3.685],[3.307,-9.106],[1.108,-2.164],[2.18,-2.9],[0.591,-0.773],[2.783,-2.032],[7.759,0.677],[-0.886,8.589],[-5.295,5.507],[-7.315,-1.398],[4.8,-4.062],[2.6,2.618],[-1.223,1.834],[2.294,2.647],[2.563,-7.529],[-6.303,-2.822],[-6.041,7],[11.54,12.385],[7.727,-5.848],[3.64,-4.99],[0.675,-1.091],[0.809,-1.545],[-0.236,-9.921],[-8.128,-2.956],[-10.357,5.996],[-15.035,8.484],[-1.395,0.794],[-0.413,0.309],[-0.674,0.398],[-2.998,1.692],[-2.885,1.654],[-62.97,35.02],[-1.237,4.324]],"o":[[-45.679,-26.82],[-46.127,-26.374],[-12.178,6.68],[-12.341,7.166],[-1.191,0.692],[-1.577,0.707],[-0.427,0.409],[-0.246,0.06],[-1.64,0.975],[-1.5,1.061],[-2.334,1.339],[-2.343,1.093],[-2.1,1.18],[-1.958,1.415],[-1.079,0.606],[-1.214,0.446],[-8.38,4.815],[-8.661,5.195],[-1.269,0.701],[-1.558,0.705],[-0.427,0.409],[-0.246,0.06],[-3.821,2.27],[-3.733,2.283],[4.758,2.248],[4.638,2.78],[1.808,1.013],[1.911,0.778],[0.585,0.331],[0.457,0.585],[0.671,0.376],[0.669,0.064],[0.484,0.273],[0.493,0.603],[0.662,0.382],[0.672,0.063],[0.585,0.331],[0.457,0.586],[0.677,0.376],[0.662,0.069],[0.526,0.27],[0.499,0.615],[0.672,0.379],[0.664,0.069],[0.71,0.364],[0.409,0.567],[2.252,1.261],[3.085,1.348],[1.354,1.297],[1.615,0.744],[2.803,1.719],[1.276,0.783],[2.464,1.407],[1.341,0.753],[1.169,0.661],[1.324,0.763],[1.17,0.661],[1.355,0.752],[1.196,0.615],[1.343,0.758],[1.42,0.729],[4.549,2.547],[2.784,2.667],[2.803,1.719],[2.63,1.613],[3.96,2.428],[7.278,4.176],[5.886,3.349],[6.682,10.162],[-1.225,3.374],[-1.721,3.362],[-0.651,0.866],[-2.683,3.509],[-5.146,3.758],[-7.808,-3.987],[0.993,-9.621],[4.19,-4.358],[5.474,7.367],[-2.532,2.143],[-1.235,-0.978],[2.294,-2.647],[-7.838,0.059],[-2.542,7.468],[6.506,2.913],[10.756,-12.463],[-8.296,-3.363],[-4.712,3.566],[-0.885,1.213],[-0.847,1.37],[-4.477,8.549],[0.284,11.939],[14.891,1.329],[16.427,-9.51],[1.392,-0.786],[0.391,-0.222],[0.748,-0.561],[3.405,-2.012],[3.264,-1.842],[64.438,-36.926],[2.648,-2.732],[0.771,-2.696]],"v":[[463,-102],[325.102,-181.602],[187,-261],[149.96,-239.984],[114,-219],[109.482,-216.841],[106,-215],[105.121,-214.455],[104,-214],[99.29,-210.855],[95,-208],[87.97,-204.462],[81,-201],[74.975,-196.986],[69,-193],[65.489,-191.504],[62,-190],[36.197,-174.692],[11,-160],[6.423,-157.833],[3,-156],[2.121,-155.455],[1,-155],[-10.431,-148.245],[-21,-141],[-6.951,-133.288],[7,-125],[12.695,-122.396],[18,-120],[19.498,-118.499],[21,-117],[23.013,-116.495],[25,-116],[26.455,-114.53],[28,-113],[30.009,-112.489],[32,-112],[33.497,-110.497],[35,-109],[37.003,-108.477],[39,-108],[40.536,-106.5],[42,-105],[44,-104.474],[46,-104],[47.542,-102.501],[49,-101],[57.633,-97.065],[65,-93],[69.627,-90.072],[74,-88],[81,-84],[85,-82],[92,-77],[96,-76],[99,-73],[103,-72],[106,-69],[110,-68],[113,-65],[117,-64],[120,-61],[136,-53],[145,-48],[152,-44],[159,-40],[170,-34],[191,-22],[204,-12],[204,25],[201,34],[194,43],[193,46],[182,56],[162,62],[154,40],[167,14],[184,7],[180,32],[173,33],[177,26],[177,17],[162,30],[166,50],[188,40],[193,-6],[168,-1],[156,13],[153,16],[151,21],[142,52],[157,77],[187,68],[236,40],[241,38],[242,36],[245,35],[254,30],[263,25],[455,-85],[463,-92]],"c":true}],"h":1},{"t":88.857,"s":[{"i":[[-0.532,3.674],[46.127,26.374],[45.815,26.685],[14.716,-8.302],[14.569,-8.434],[5.889,-3.436],[4.898,-3.044],[1.204,-0.451],[0.939,-0.423],[0.154,-0.451],[0.207,-0.118],[1.894,-0.76],[1.721,-0.991],[0.313,-0.392],[0.427,-0.248],[1.905,-1.011],[1.489,-0.862],[1.303,-0.847],[1.373,-0.794],[1.86,-0.978],[0.866,-2.107],[-28.705,-16.233],[-27.833,-15.767],[-3.186,-1.506],[-2.54,-1.436],[-0.419,-0.561],[-0.647,-0.373],[-0.672,-0.063],[-0.65,-0.367],[-0.501,-0.611],[-0.517,-0.287],[-0.662,-0.069],[-0.673,-0.346],[-0.454,-0.591],[-0.584,-0.329],[-0.664,-0.069],[-0.671,-0.344],[-0.476,-0.596],[-0.557,-0.341],[-1.115,-0.546],[-1.036,-0.895],[-0.825,-0.938],[-0.742,-1.419],[2.595,-9.615],[3.241,-5.696],[0.824,-0.868],[0.793,-0.925],[0.26,-0.727],[0.485,-0.541],[5.384,-2.482],[5.927,0.879],[-0.223,7.219],[-2.552,5.428],[-4.671,4.205],[-6.613,-1.563],[-0.321,-2.774],[0.362,-2.324],[3.38,-3.461],[3.784,1.315],[-1.627,1.182],[-1.294,1.324],[-0.455,2.546],[0.963,2.214],[3.331,-8.186],[-6.341,-5.574],[-0.4,-0.1],[-0.013,-0.486],[-4.286,3.5],[-2.612,4.2],[-1.228,2.343],[-0.562,2.178],[0.579,4.865],[2.908,3.809],[0.48,0.353],[0.218,0.615],[4.744,-1.532],[4.061,-3.453],[3.677,-6.347],[2.062,-7.162],[0.562,-3.009],[-0.126,-2.918],[-1.699,-4.201],[-3.02,-1.941],[-1.168,-0.425],[-1.646,-0.154],[-5.88,2.974],[-4.868,4.647],[-18.989,10.945],[-9.217,5.222],[-9.194,5.638],[-2.075,1.273],[-2.037,1.249],[-0.529,0.507],[-0.783,0.75],[-0.882,0.845],[-0.74,0.709],[-1.202,0.697],[-2.067,1.176],[-1.3,0.753],[-18.437,12.002],[-1.082,3.763]],"o":[[-45.679,-26.82],[-46.127,-26.374],[-14.568,8.358],[-14.716,8.302],[-5.547,3.211],[-5.889,3.436],[-1.245,0.774],[-1.204,0.451],[-0.175,0.079],[-0.154,0.451],[-1.704,0.97],[-1.894,0.76],[-0.32,0.185],[-0.313,0.392],[-1.892,1.095],[-1.905,1.011],[-1.415,0.819],[-1.303,0.847],[-1.693,0.98],[-1.86,0.978],[26.346,14.301],[28.705,16.233],[2.716,1.538],[3.186,1.507],[0.677,0.383],[0.419,0.561],[0.662,0.382],[0.672,0.063],[0.479,0.271],[0.501,0.611],[0.678,0.376],[0.662,0.069],[0.598,0.308],[0.454,0.591],[0.671,0.379],[0.664,0.069],[0.538,0.276],[0.476,0.596],[1.502,0.921],[1.115,0.546],[0.959,0.828],[0.825,0.938],[4.623,8.846],[-2.595,9.615],[-0.912,1.603],[-0.824,0.868],[-0.474,0.553],[-0.26,0.726],[-3.537,3.951],[-5.384,2.482],[-6.445,-3.697],[0.223,-7.219],[2.701,-5.743],[4.672,-4.205],[2.079,1.579],[0.321,2.774],[-0.696,4.471],[-3.38,3.461],[-1.804,-2.948],[1.628,-1.182],[2.142,-0.603],[0.455,-2.546],[-8.018,-1.319],[-3.331,8.186],[0.388,0.112],[0.4,0.1],[7.245,0.201],[4.286,-3.5],[1.525,-2.452],[1.228,-2.343],[1.222,-4.732],[-0.579,-4.865],[-0.86,0.027],[-0.481,-0.353],[-4.962,-1.58],[-4.744,1.532],[-5.231,4.448],[-3.677,6.347],[-0.877,3.046],[-0.562,3.009],[0.185,4.255],[1.699,4.201],[0.945,0.608],[2.072,0.754],[8.73,0.819],[5.902,-2.985],[19.538,-9.769],[9.239,-5.325],[10.39,-5.886],[2.855,-1.751],[2.803,-1.719],[1.792,-1.099],[1.758,-1.684],[2.001,-1.918],[1.78,-1.705],[0.864,-0.828],[3.027,-1.754],[1.617,-0.92],[18.972,-10.983],[3.729,-1.116],[0.739,-2.571]],"v":[[463,-102],[325.102,-181.602],[187,-261],[143.001,-236.057],[99,-211],[81.513,-200.875],[65,-191],[61.27,-189.237],[58,-188],[57.524,-187.029],[57,-186],[51.513,-183.516],[46,-181],[45.08,-180.047],[44,-179],[38.199,-175.825],[33,-173],[28.968,-170.482],[25,-168],[19.38,-165.345],[15,-161],[98.384,-114.6],[184,-66],[193.132,-61.423],[202,-57],[203.522,-55.492],[205,-54],[207.009,-53.489],[209,-53],[210.471,-51.512],[212,-50],[214.003,-49.477],[216,-49],[217.51,-47.516],[219,-46],[221,-45.474],[223,-45],[224.486,-43.549],[226,-42],[229.85,-39.981],[233,-38],[235.663,-35.443],[238,-32],[239.398,-3.138],[229,21],[226.411,24.508],[224,27],[223.009,29.008],[222,31],[208.292,41.123],[191,44],[182.752,26.298],[188,6],[199.065,-9.98],[216,-15],[219.33,-8.058],[219,0],[212.316,12.84],[201,17],[201.676,11.282],[207,8],[210.828,2.708],[210,-5],[191.731,8.33],[195,32],[196.281,32.219],[197,33],[213.974,27.301],[224,15],[228.222,7.794],[231,1],[232.098,-13.692],[227,-27],[225.019,-27.518],[224,-29],[209.324,-28.775],[196,-21],[182.624,-4.536],[174,16],[171.747,25.096],[171,34],[173.874,47.235],[181,57],[186,58],[191,60],[211,54],[228,44],[285,12],[313,-4],[345,-22],[352,-26],[359,-30],[364,-33],[371,-37],[378,-41],[385,-45],[387,-46],[394,-51],[398,-53],[455,-86],[463,-92]],"c":true}],"h":1},{"t":89.285,"s":[{"i":[[-0.701,1.612],[46.127,26.374],[45.815,26.685],[7.63,-4.53],[6.928,-3.942],[1.554,-0.604],[1.386,-0.788],[0.493,-0.603],[0.496,-0.284],[0.863,-0.279],[0.709,-0.406],[2.803,-1.67],[2.684,-1.54],[3.568,-2.043],[3.168,-1.787],[0.659,-0.558],[0.704,-0.395],[1.523,-0.588],[1.492,-0.851],[1.336,-0.869],[1.347,-0.776],[1.319,-0.851],[1.407,-0.837],[1.6,-0.815],[0.305,-1.971],[-18.457,-10.511],[-20.34,-11.556],[-1.162,-0.671],[-1.243,-0.686],[-3.14,-1.491],[-2.538,-1.435],[-0.418,-0.563],[-0.651,-0.366],[-0.669,-0.063],[-0.654,-0.37],[-0.458,-0.584],[-0.582,-0.335],[-0.672,-0.063],[-0.65,-0.368],[-0.457,-0.586],[-0.589,-0.327],[-0.662,-0.07],[-0.673,-0.346],[-0.454,-0.591],[-0.584,-0.329],[-0.664,-0.069],[-0.671,-0.344],[-0.453,-0.59],[-0.587,-0.334],[-3.116,-1.355],[-1.462,-1.4],[-1.389,-0.655],[-0.441,-0.422],[-1.614,-0.74],[-1.15,-0.705],[-1.145,-0.629],[-1.019,-0.624],[-2.38,-2.237],[-1.168,-3.021],[1.145,-7.225],[2.153,-5.023],[0.834,-1.94],[0.933,-1.531],[0.745,-0.623],[0.565,-0.759],[0.476,-0.897],[0.53,-0.652],[6.062,-3.281],[7.642,1.177],[-0.156,7.774],[-2.637,5.274],[-0.37,0.723],[-0.942,1.424],[-1.71,1.932],[-2.67,1.203],[-0.424,0.233],[-3.867,-0.263],[2.102,-6.828],[9.391,0.137],[0.271,3.395],[-1.771,-1.865],[4.534,6.473],[4.149,-4.892],[-8.559,-10.96],[-0.658,-1.342],[-2.686,2.501],[-0.794,0.685],[-1.797,2.326],[20.08,8.912],[5.51,-3.63],[1.703,-1.472],[-18.24,-22.355],[-2.342,-1.056],[-0.456,-0.213],[-1.331,-0.134],[-10.433,6.014],[-53.073,30.27],[-2.932,1.668],[-1.31,0.767],[-9.217,5.221],[-0.93,3.25]],"o":[[-45.679,-26.82],[-46.127,-26.374],[-7.553,3.94],[-7.63,4.53],[-1.397,0.794],[-1.554,0.604],[-0.533,0.303],[-0.493,0.603],[-0.839,0.48],[-0.863,0.279],[-3.103,1.779],[-2.803,1.671],[-3.56,2.042],[-3.568,2.043],[-0.659,0.371],[-0.659,0.558],[-1.417,0.796],[-1.523,0.588],[-1.308,0.746],[-1.336,0.869],[-1.319,0.76],[-1.319,0.851],[-1.296,0.77],[-1.6,0.815],[17.83,9.399],[18.457,10.511],[1.109,0.63],[1.162,0.671],[2.901,1.602],[3.14,1.491],[0.678,0.383],[0.418,0.563],[0.671,0.376],[0.669,0.064],[0.584,0.331],[0.458,0.584],[0.662,0.382],[0.672,0.063],[0.585,0.331],[0.457,0.586],[0.678,0.376],[0.662,0.069],[0.598,0.308],[0.454,0.591],[0.671,0.379],[0.664,0.069],[0.601,0.309],[0.453,0.59],[2.075,1.18],[3.116,1.355],[1.001,0.959],[1.389,0.655],[1.392,1.334],[1.614,0.74],[1.401,0.859],[1.145,0.629],[3.312,2.032],[2.38,2.237],[2.735,7.076],[-1.146,7.225],[-0.732,1.709],[-0.834,1.94],[-0.457,0.75],[-0.745,0.623],[-0.566,0.761],[-0.476,0.897],[-4.108,5.051],[-6.062,3.282],[-6.262,-4.63],[0.156,-7.774],[0.497,-0.994],[0.898,-1.756],[0.98,-1.482],[2.723,-3.077],[0.355,-0.16],[3.848,-2.114],[6.76,4.181],[-2.744,8.914],[-1.774,-1.893],[0.948,-2.251],[8.111,-0.014],[-6.117,-2.044],[-6.931,8.173],[1.863,0.138],[7.132,1.47],[0.745,-0.693],[1.811,-1.563],[10,-12.941],[-11.225,-1.132],[-1.974,1.3],[-14.873,12.852],[2.279,2.793],[0.371,0.167],[2.39,1.114],[11.449,1.154],[53.817,-31.02],[3.915,-2.233],[1.628,-0.926],[8.347,-4.886],[6.969,-3.948],[0.881,-3.076]],"v":[[463,-102],[325.102,-181.602],[187,-261],[164.032,-248.002],[142,-235],[137.492,-232.995],[133,-231],[131.472,-229.485],[130,-228],[127.403,-226.945],[125,-226],[116.186,-220.821],[108,-216],[97.206,-209.809],[87,-204],[85.034,-202.518],[83,-201],[78.556,-199.042],[74,-197],[70.03,-194.523],[66,-192],[62.066,-189.557],[58,-187],[53.257,-184.901],[50,-181],[104.117,-151.118],[162,-118],[165.4,-116.042],[169,-114],[178.272,-109.375],[187,-105],[188.519,-103.487],[190,-102],[192.013,-101.495],[194,-101],[195.502,-99.504],[197,-98],[199.009,-97.489],[201,-97],[202.497,-95.497],[204,-94],[206.003,-93.477],[208,-93],[209.511,-91.516],[211,-90],[213,-89.474],[215,-89],[216.511,-87.519],[218,-86],[226.46,-82.165],[234,-78],[237.92,-75.598],[241,-74],[245.681,-71.029],[250,-69],[253.787,-66.824],[257,-65],[265.609,-58.742],[271,-51],[272.666,-28.96],[267,-10],[264.65,-4.367],[262,1],[260.081,2.993],[258,5],[256.473,7.582],[255,10],[239.65,23.171],[219,27],[210.826,6.982],[216,-14],[218,-16],[220,-22],[225,-27],[232,-33],[233,-35],[246,-38],[250,-17],[230,1],[229,-9],[234,-9],[241,-27],[226,-20],[222,14],[226,16],[243,10],[246,9],[252,2],[253,-52],[231,-46],[225,-42],[206,35],[211,39],[212,41],[220,43],[254,30],[411,-60],[422,-67],[426,-69],[449,-82],[463,-92]],"c":true}],"h":1},{"t":89.714,"s":[{"i":[[1.625,13.824],[46.127,26.374],[45.815,26.685],[8.004,-4.74],[7.2,-3.978],[1.542,-0.695],[0.515,-0.493],[0.246,-0.06],[0.588,-0.35],[3.67,-2.179],[3.593,-2.071],[4.172,-2.441],[4.027,-2.769],[-17.978,-10.138],[-19.871,-11.29],[-13.604,-7.48],[-13.479,-7.636],[-4.691,-2.825],[-2.454,-2.991],[2.976,-12.471],[4.43,-6.179],[1.376,-1.734],[1.265,-1.348],[5.351,-2.582],[6.93,0.233],[1.722,3.414],[0.121,4.633],[-0.809,3.149],[-0.868,2.385],[-0.264,1.206],[-0.54,1.062],[-0.734,0.792],[-0.594,0.906],[0.067,0.377],[-0.116,0.257],[-0.452,0.168],[-0.125,0.173],[-4.386,3.153],[-5.378,-0.892],[2.131,-7.604],[3.337,-2.922],[2.234,-0.989],[3.044,0.726],[-0.615,2.944],[-0.874,2.278],[-0.674,-1.659],[-2.861,0.527],[-1.279,4.733],[5.015,1.736],[3.664,-3.285],[1.961,-4.662],[-0.347,-5.475],[-4.68,-3.183],[-6.175,5.585],[-3.026,6.366],[-1.08,2.83],[-0.298,2.775],[0.147,3.064],[0.702,2.04],[0.748,0.8],[0.683,0.85],[-0.081,0.41],[0.171,0.171],[0.415,-0.083],[0.173,0.165],[0.303,0.61],[0.433,0.219],[2.786,-0.073],[2.752,-0.773],[1.133,-0.481],[1.35,-0.761],[4.027,-4.446],[3.618,-6.24],[1.942,-5.099],[0.501,-4.898],[-1.229,-5.084],[-2.847,-3.207],[-5.97,-0.206],[-5.768,2.725],[-4.287,2.46],[-12.342,6.992],[-2.909,1.644],[-1.03,0.578],[-1.986,1.141],[-3.228,1.455],[-0.412,0.237],[-1.335,0.686],[-1.179,0.679],[-2.067,1.188],[-3.18,1.434],[-0.412,0.237],[-1.335,0.686],[-1.317,0.749],[-2.246,1.24],[-2.054,1.189],[-2.698,2.585],[-1.176,0.699],[-3.025,1.769],[-5.043,2.869],[-0.039,0.037],[-3.699,2.132]],"o":[[-45.679,-26.82],[-46.127,-26.374],[-7.786,4.06],[-8.004,4.74],[-1.317,0.727],[-1.542,0.695],[-0.427,0.409],[-0.246,0.06],[-3.725,2.214],[-3.67,2.179],[-4.285,2.469],[-4.172,2.441],[16.216,9.16],[17.978,10.138],[13.106,7.446],[13.604,7.48],[4.782,2.709],[4.691,2.825],[7.336,8.939],[-2.976,12.471],[-1.229,1.715],[-1.376,1.734],[-3.666,3.905],[-5.351,2.582],[-3.99,-1.712],[-1.722,-3.414],[-0.105,-4.018],[0.809,-3.149],[0.404,-1.113],[0.264,-1.206],[0.471,-0.927],[0.734,-0.792],[0.153,-0.233],[-0.067,-0.377],[0.07,-0.154],[0.451,-0.168],[3.077,-4.281],[4.386,-3.153],[6.86,4.662],[-2.131,7.604],[-2.021,1.77],[-2.234,0.989],[-1.334,-2.947],[0.615,-2.944],[1.442,0.892],[0.674,1.659],[2.898,-1.331],[1.279,-4.733],[-4.382,-0.799],[-3.664,3.284],[-2.069,4.919],[0.347,5.475],[9.274,1.704],[6.175,-5.585],[1.381,-2.905],[1.08,-2.83],[0.291,-2.704],[-0.147,-3.064],[-0.327,-0.95],[-0.748,-0.8],[-0.154,-0.191],[0.081,-0.41],[-0.168,-0.168],[-0.415,0.083],[-0.355,-0.34],[-0.303,-0.61],[-2.103,-1.066],[-2.786,0.073],[-1.118,0.314],[-1.133,0.481],[-5.275,2.976],[-4.027,4.446],[-2.729,4.707],[-1.942,5.099],[-0.764,7.457],[1.229,5.084],[4.353,4.901],[5.97,0.206],[4.51,-2.131],[13.606,-7.808],[3.33,-1.887],[0.958,-0.541],[2.136,-1.2],[3.673,-2.11],[0.349,-0.157],[1.329,-0.765],[1.209,-0.621],[2.157,-1.242],[3.597,-2.067],[0.349,-0.157],[1.329,-0.765],[1.432,-0.736],[2.127,-1.21],[1.992,-1.101],[4.019,-2.326],[0.854,-0.819],[3.308,-1.966],[4.147,-2.425],[-0.092,0.053],[3.433,-3.289],[10.593,-6.106]],"v":[[463,-102],[325.102,-181.602],[187,-261],[163.061,-247.438],[140,-234],[135.399,-231.825],[132,-230],[131.121,-229.455],[130,-229],[118.901,-222.393],[108,-216],[95.307,-208.724],[83,-201],[134.258,-172.097],[191,-140],[231.22,-117.642],[272,-95],[286.746,-86.712],[298,-78],[302.325,-43.43],[289,-13],[285.027,-7.725],[281,-3],[267.448,7.104],[249,11],[240.598,3.19],[238,-9],[239.271,-19.724],[242,-28],[242.898,-31.538],[244,-35],[245.908,-37.516],[248,-40],[248.027,-40.982],[248,-42],[248.959,-42.486],[250,-43],[261.274,-54.88],[276,-59],[281.148,-38.696],[271,-21],[264.768,-16.628],[257,-16],[256.345,-25.002],[259,-33],[261.435,-28.435],[266,-26],[273.435,-36.696],[269,-48],[256.684,-43.596],[248,-31],[244.938,-14.698],[252,-1],[275.186,-8.448],[289,-28],[292.812,-36.597],[295,-45],[295.245,-53.998],[294,-62],[292.267,-64.575],[290,-67],[290.013,-68.015],[290,-69],[289.003,-69.002],[288,-69],[287.058,-70.59],[286,-72],[278.487,-73.379],[270,-72],[266.674,-70.836],[263,-69],[249.257,-57.948],[238,-42],[230.829,-27.143],[227,-12],[227.791,6.688],[234,19],[249.939,26.22],[268,22],[281,14],[320,-8],[330,-13],[333,-16],[340,-19],[351,-25],[352,-27],[356,-28],[359,-31],[366,-34],[377,-40],[378,-42],[382,-43],[385,-46],[392,-49],[398,-53],[413,-61],[415,-62],[424,-68],[438,-75],[439,-76],[451,-83]],"c":true}],"h":1},{"t":90.143,"s":[{"i":[[-6.081,2.653],[0.098,-2.053],[-0.839,-2.123],[-2.369,5.958],[5.833,2.699],[1.748,-0.463],[0.668,-0.387],[1.207,-0.834],[0.966,-0.966],[0.07,-0.534],[0.333,-0.477],[0.604,-0.289],[0.294,-0.428],[0.117,-0.547],[0.235,-0.379],[0.632,-1.442],[0.577,-1.79],[-1.057,-5.111],[-4.851,-2.117],[-7.545,9.017],[-2.037,10.454],[0.331,3.899],[1.365,2.868],[2.442,1.863],[2.167,0.312],[4.142,-1.783],[3.287,-2.464],[3.571,-4.157],[2.389,-4.127],[0.629,-1.291],[0.602,-1.308],[-0.239,-11.813],[-9.375,-4.33],[-1.532,-0.562],[-1.529,-0.133],[-6.147,3.069],[-4.073,2.358],[-1.293,0.846],[-1.24,0.696],[-2.006,0.934],[-1.891,1.095],[-18.277,10.577],[-19.512,11.053],[-4.249,2.468],[-0.635,2.219],[0.121,1.779],[-0.198,1.886],[46.187,26.48],[46.346,26.321],[3.067,-1.491],[3.106,-1.767],[0.15,-0.434],[0.206,-0.154],[0.572,-0.13],[0.337,-0.199],[1.423,-0.772],[1.571,-0.887],[1.47,-0.807],[1.512,-0.867],[0.663,-0.558],[0.699,-0.396],[4.594,-2.492],[3.901,-3.359],[-2.139,-1.189],[-2.221,-1.258],[-1.737,-0.818],[-1.427,-0.807],[-0.493,-0.606],[-0.498,-0.276],[-2.347,-1.102],[-2.332,-1.327],[-4.347,-2.531],[-4.239,-2.391],[-2.889,-1.389],[-1.273,-1.219],[-2.116,-1.085],[-1.829,-1.026],[-1.72,-0.811],[-1.452,-0.821],[-0.493,-0.606],[-0.498,-0.276],[-1.223,-0.458],[-1.036,-0.572],[-4.477,-2.615],[-3.798,-2.168],[-1.197,-0.686],[-1.076,-0.607],[-2.899,-1.399],[-1.228,-1.177],[-3.863,-2.179],[-2.8,-1.583],[-1.03,-0.578],[-4.346,-2.578],[-2.82,-3.236],[1.362,-12.18],[14.643,-10.667],[9.178,4.327],[-2.569,9.918],[-20.727,-0.384],[1.267,-6.836],[12.846,-0.611]],"o":[[-0.448,1.666],[-0.098,2.053],[5.356,0.532],[2.369,-5.958],[-1.339,-1.24],[-1.748,0.463],[-1.205,0.697],[-1.207,0.834],[-0.389,0.389],[-0.07,0.534],[-0.29,0.415],[-0.604,0.289],[-0.298,0.434],[-0.117,0.547],[-0.895,1.441],[-0.632,1.442],[-2.077,6.437],[1.057,5.111],[11.784,0.52],[7.545,-9.017],[0.688,-3.535],[-0.331,-3.9],[-1.064,-2.235],[-2.442,-1.863],[-4.144,-0.597],[-4.142,1.783],[-4.327,3.244],[-3.571,4.157],[-0.884,1.527],[-0.629,1.291],[-4.332,9.418],[0.239,11.813],[1.344,0.62],[1.532,0.562],[7.337,0.635],[6.147,-3.069],[1.588,-0.92],[1.293,-0.846],[2.086,-1.171],[2.006,-0.934],[18.38,-10.64],[18.277,-10.577],[3.369,-1.909],[4.249,-2.468],[0.286,-0.997],[-0.121,-1.779],[-45.908,-26.76],[-46.187,-26.48],[-2.627,2.269],[-3.067,1.491],[-0.195,0.111],[-0.15,0.434],[-0.374,0.281],[-0.572,0.13],[-1.738,1.026],[-1.423,0.772],[-1.607,0.906],[-1.47,0.807],[-0.649,0.372],[-0.663,0.558],[-4.722,2.674],[-4.594,2.492],[2.221,0.988],[2.139,1.189],[1.624,0.919],[1.737,0.818],[0.531,0.3],[0.493,0.606],[2.28,1.266],[2.347,1.102],[4.371,2.487],[4.347,2.53],[2.171,1.225],[2.889,1.389],[1.706,1.635],[2.116,1.085],[1.666,0.935],[1.72,0.811],[0.531,0.3],[0.493,0.606],[1.072,0.595],[1.223,0.458],[4.294,2.372],[4.477,2.615],[1.136,0.648],[1.197,0.686],[2.177,1.228],[2.899,1.399],[3.473,3.327],[3.156,1.78],[0.958,0.541],[4.78,2.684],[4.718,2.798],[5.559,6.379],[-2.057,18.388],[-8.548,6.227],[-9.072,-6.811],[4.882,-18.853],[6.892,4.251],[-2.382,12.851],[-6.247,-5.721]],"v":[[289,-54],[288.035,-48.342],[289,-42],[301.892,-52.577],[298,-68],[292.997,-68.72],[289,-67],[285.32,-64.701],[282,-62],[281.459,-60.567],[281,-59],[279.503,-58.01],[278,-57],[277.452,-55.458],[277,-54],[274.762,-49.762],[273,-45],[271.304,-27.26],[280,-16],[309.31,-30.77],[324,-62],[324.54,-73.5],[322,-84],[316.327,-90.442],[309,-94],[296.357,-91.796],[285,-85],[273.047,-73.662],[264,-61],[261.788,-56.836],[260,-53],[252.719,-18.684],[266,8],[270.361,9.866],[275,11],[295.448,6.245],[311,-3],[315.261,-5.668],[319,-8],[325.146,-11.057],[331,-14],[385.651,-45.69],[442,-78],[454.55,-84.767],[463,-92],[463.066,-96.334],[463,-102],[324.829,-181.829],[186,-261],[177.359,-255.624],[168,-251],[167.508,-250.033],[167,-249],[165.472,-248.439],[164,-248],[159.375,-245.395],[155,-243],[150.429,-240.47],[146,-238],[144.038,-236.518],[142,-235],[127.885,-227.513],[115,-219],[121.5,-215.703],[128,-212],[133.147,-209.416],[138,-207],[139.525,-205.482],[141,-204],[147.961,-200.546],[155,-197],[168.099,-189.428],[181,-182],[189.173,-177.996],[196,-174],[201.907,-170.044],[208,-167],[213.161,-164.415],[218,-162],[219.525,-160.482],[221,-159],[224.527,-157.483],[228,-156],[241.372,-148.347],[254,-141],[257.545,-138.969],[261,-137],[269.211,-132.962],[276,-129],[288,-122],[298,-117],[301,-114],[315,-107],[327,-98],[333,-67],[302,-13],[272,-6],[265,-39],[305,-79],[311,-58],[285,-31]],"c":true}],"h":1},{"t":90.571,"s":[{"i":[[-9.384,2.288],[1.378,-2.982],[-2.546,-2.765],[-2.782,7.116],[5.566,2.792],[3.731,-1.974],[2.969,-3.66],[1.863,-7.334],[-3.374,-5.829],[-1.412,-1.242],[-0.952,-0.342],[-6.208,4.447],[-3.281,4.688],[-2.335,6.89],[0.308,10.773],[2.184,2.886],[4.427,1.011],[4.15,-1.331],[2.443,-1.581],[2.18,-1.838],[0.971,-2.155],[0.454,-0.18],[0.123,-0.145],[2.496,-3.997],[2.005,-4.453],[0.907,-1.844],[0.543,-1.788],[0.506,-2.372],[0.245,-2.104],[-0.582,-4.38],[-1.306,-3.047],[-0.685,-1.112],[-1.376,-1.489],[-4.093,-1.253],[-4.046,0.804],[-2.642,1.061],[-2.339,1.142],[-1.152,0.678],[-0.959,0.588],[-1.145,0.629],[-1.019,0.624],[-1.145,0.629],[-1.019,0.624],[-1.145,0.629],[-1.019,0.624],[-1.134,0.622],[-1.038,0.636],[-0.96,0.549],[-0.264,0.254],[-1.432,0.696],[-0.392,0.375],[-1.432,0.696],[-0.392,0.375],[-1.389,0.655],[-0.441,0.422],[-1.435,0.698],[-0.37,0.355],[-1.389,0.655],[-0.441,0.422],[-1.39,0.655],[-0.441,0.422],[-1.432,0.696],[-0.392,0.375],[-0.242,0.059],[-0.601,0.349],[-1.084,0.867],[-1.163,0.662],[-0.78,0.159],[-0.204,0.98],[-4.726,2.774],[-5.123,2.377],[-1.237,4.324],[-0.536,4.29],[92.692,52.642],[9.573,-5.518],[2.296,-3.291],[-43.269,-22.231],[-1.254,-0.699],[-2.19,-1.21],[-7.607,-4.42],[-1.524,-0.687],[-0.419,-0.235],[-4.462,-2.517],[-4.731,-5.778],[-0.621,-6.604],[5.705,-10.803],[1.686,-2.59],[0.346,-0.462],[0.611,-0.78],[0.417,-0.448],[0.686,-0.814],[4.982,-3.137],[9.935,1.087],[-1.285,13.546],[-7.204,9.287],[-12.512,-1.859],[4.632,-9.849],[1.653,-2.072],[0.902,-0.833],[2.33,-1.005],[3.719,0.883]],"o":[[-1.036,2.307],[-1.378,2.982],[6.438,1.257],[2.782,-7.116],[-3.105,-1.558],[-3.731,1.975],[-3.923,4.837],[-1.863,7.334],[0.399,0.689],[1.413,1.242],[6.887,2.476],[6.208,-4.447],[3.967,-5.668],[2.335,-6.89],[-1.837,-4.444],[-2.184,-2.886],[-3.956,-0.904],[-4.15,1.331],[-2.309,1.494],[-2.18,1.838],[-0.061,0.136],[-0.454,0.18],[-3.01,3.559],[-2.496,3.997],[-0.827,1.837],[-0.908,1.844],[-0.731,2.409],[-0.506,2.372],[-0.634,5.433],[0.582,4.38],[0.885,2.063],[0.685,1.112],[2.582,2.793],[4.093,1.253],[3.091,-0.614],[2.642,-1.061],[1.432,-0.698],[1.152,-0.678],[1.401,-0.86],[1.145,-0.629],[1.401,-0.86],[1.145,-0.629],[1.401,-0.86],[1.145,-0.629],[1.428,-0.876],[1.134,-0.622],[0.896,-0.55],[0.96,-0.549],[0.879,-0.842],[1.432,-0.696],[0.879,-0.842],[1.432,-0.696],[1.001,-0.959],[1.389,-0.655],[0.89,-0.852],[1.435,-0.698],[1.001,-0.959],[1.389,-0.655],[1,-0.959],[1.39,-0.655],[0.879,-0.842],[1.432,-0.696],[0.432,-0.414],[0.242,-0.059],[1.501,-0.87],[1.084,-0.867],[0.675,-0.384],[0.78,-0.159],[4.975,-2.525],[4.726,-2.774],[2.648,-2.732],[0.771,-2.696],[-91.815,-53.52],[-9.88,6.614],[-3.417,1.969],[39.148,20.42],[1.093,0.561],[2.103,1.172],[8.552,4.725],[2.031,1.18],[0.353,0.159],[4.475,2.506],[9.397,5.3],[3.917,4.784],[1.621,17.254],[-1.436,2.719],[-0.286,0.439],[-0.659,0.878],[-0.361,0.46],[-0.701,0.753],[-4.135,4.902],[-6.364,4.007],[-9.83,-5.084],[1.089,-11.486],[7.428,-9.576],[10.451,6.834],[-1.777,3.778],[-1.332,1.669],[-1.894,1.748],[-3.129,1.349],[-7.17,-9.4]],"v":[[318,-74],[313.314,-65.844],[314,-57],[329.003,-68.963],[326,-87],[315.398,-85.913],[305,-77],[295.528,-57.745],[297,-37],[300.085,-33.74],[304,-31],[324.204,-35.627],[339,-51],[348.706,-69.171],[352,-95],[346.442,-106.074],[337,-112],[324.366,-110.864],[314,-106],[306.997,-100.996],[302,-95],[301.046,-94.507],[300,-94],[291.746,-82.671],[285,-70],[282.287,-64.463],[280,-59],[278.135,-51.772],[277,-45],[277.045,-30.211],[280,-19],[282.131,-14.569],[285,-11],[295.403,-4.802],[308,-4],[316.564,-6.605],[324,-10],[327.854,-12.083],[331,-14],[334.787,-16.176],[338,-18],[341.787,-20.176],[345,-22],[348.787,-24.176],[352,-26],[355.793,-28.18],[359,-30],[361.974,-31.722],[364,-33],[367.866,-35.35],[371,-37],[374.866,-39.35],[378,-41],[381.92,-43.402],[385,-45],[388.89,-47.373],[392,-49],[395.92,-51.402],[399,-53],[402.92,-55.402],[406,-57],[409.866,-59.35],[413,-61],[413.873,-61.549],[415,-62],[418.753,-64.656],[422,-67],[424.353,-67.553],[426,-69],[440.389,-77.111],[455,-85],[463,-92],[463,-102],[186,-261],[155,-243],[145,-236],[273,-165],[276,-162],[283,-159],[309,-144],[314,-142],[315,-140],[329,-133],[354,-117],[361,-99],[350,-56],[346,-47],[344,-46],[343,-43],[341,-42],[340,-39],[325,-26],[300,-19],[288,-48],[302,-81],[332,-98],[335,-65],[328,-56],[326,-52],[319,-48],[309,-46]],"c":true}],"h":1},{"t":91,"s":[{"i":[[91.629,53.37],[2.509,-1.324],[1.637,-2.196],[-20.847,-11.96],[-20.063,-11.084],[-1.574,-0.715],[-0.484,-0.464],[-0.246,-0.06],[-0.588,-0.35],[-3.839,-2.134],[-3.831,-2.198],[-6.629,-3.867],[-5.882,-3.318],[-2.283,-1.272],[-1.296,-1.464],[-0.11,-0.581],[-0.256,-0.334],[-0.35,-0.267],[-0.291,-0.529],[1.453,-9.635],[3.012,-6.679],[0.798,-1.883],[0.977,-1.626],[0.784,-0.668],[0.442,-0.624],[0.106,-0.543],[0.264,-0.387],[0.494,-0.385],[-0.274,-1.028],[6.593,-4.407],[11.884,0.884],[1.029,8.054],[-2.136,6.791],[-0.754,1.549],[-0.469,1.168],[-0.779,1.329],[-1.067,1.648],[-5.786,4.106],[-8.577,-1.029],[-0.261,-5.473],[1.341,-3.819],[4.898,-5.151],[7.159,0.013],[-2.816,7.043],[-5.418,-1.671],[0.686,-0.594],[0.509,-0.487],[0.669,-0.649],[0.863,0.04],[0.402,-2.025],[-1.256,-1.621],[-2.992,2.224],[-1.641,3.4],[0.221,4.186],[4.03,2.292],[4.563,-4.367],[2.212,-4.828],[1.062,-4.44],[-0.715,-4.038],[-1.633,-2.419],[-2.044,-0.935],[-5.351,2.457],[-2.502,2.502],[-0.559,0.779],[-0.822,0.944],[-1.714,2.109],[-1.371,2.529],[-0.819,2.245],[-0.649,2.035],[-0.671,4.99],[0.76,3.672],[0.653,1.729],[0.25,0.421],[1.671,1.216],[1.303,1.434],[0.583,0.084],[0.081,0.586],[4.576,-2.09],[4.46,-2.207],[6.858,-13.864],[-2.19,-15.453],[-1.308,-2.564],[-1.343,-1.751],[-1.012,-1.079],[-0.952,-1.381],[-1.269,-0.565],[-1.154,-0.679],[-4.775,1.464],[-3.167,1.726],[-2.312,1.33],[-2.151,1.263],[-1.73,0.886],[-0.629,0.602],[-0.783,0.75],[-0.882,0.845],[-1.202,0.697],[-2.436,1.386],[-1.17,0.678],[-19.357,11.475],[-1.061,3.687],[-0.563,3.806]],"o":[[-2.327,1.506],[-2.509,1.324],[18.549,10.075],[20.847,11.96],[1.221,0.675],[1.574,0.715],[0.427,0.409],[0.246,0.06],[3.812,2.265],[3.839,2.134],[5.603,3.216],[6.629,3.867],[2.571,1.45],[2.283,1.272],[0.303,0.343],[0.11,0.581],[0.308,0.404],[0.35,0.267],[4.826,8.779],[-1.453,9.635],[-0.831,1.843],[-0.798,1.883],[-0.423,0.704],[-0.784,0.668],[-0.312,0.441],[-0.106,0.543],[-0.296,0.433],[-0.495,0.385],[-5.743,5.257],[-6.593,4.407],[-7.019,-2.992],[-1.029,-8.054],[0.515,-1.636],[0.754,-1.549],[0.817,-2.035],[0.779,-1.329],[4.278,-6.605],[5.786,-4.106],[4.297,3.29],[0.261,5.473],[-2.249,6.407],[-4.898,5.151],[-5.683,-4.499],[2.816,-7.043],[0.255,1.135],[-0.686,0.594],[-0.462,0.442],[-0.669,0.649],[-0.649,1.28],[-0.402,2.025],[3.39,2.294],[2.992,-2.224],[1.913,-3.964],[-0.221,-4.186],[-7.534,-0.296],[-4.563,4.367],[-1.467,3.202],[-1.062,4.44],[0.423,2.389],[1.633,2.419],[5.092,2.329],[5.351,-2.457],[0.94,-0.941],[0.559,-0.779],[1.774,-2.035],[1.714,-2.109],[1.077,-1.986],[0.819,-2.245],[1.074,-3.368],[0.672,-4.99],[-0.137,-0.664],[-0.653,-1.729],[-1.012,-1.701],[-1.671,-1.216],[-0.589,-0.079],[-0.583,-0.084],[-7.235,-0.568],[-4.576,2.09],[-7.759,7.091],[-6.858,13.864],[0.424,2.993],[1.308,2.564],[0.999,1.302],[1.012,1.079],[1.77,0.062],[1.269,0.565],[5.732,0.581],[4.775,-1.464],[2.6,-1.417],[2.312,-1.33],[1.453,-0.853],[1.73,-0.886],[1.758,-1.684],[2.002,-1.917],[0.864,-0.828],[3.195,-1.851],[1.367,-0.778],[19.536,-11.309],[2.985,-1.727],[0.767,-2.666],[-91.358,-53.641]],"v":[[187,-261],[179.482,-257.018],[173,-252],[232.864,-218.257],[295,-183],[299.553,-180.841],[303,-179],[303.879,-178.455],[305,-178],[316.486,-171.45],[328,-165],[346.791,-154.076],[366,-143],[373.457,-139.01],[379,-135],[379.536,-133.494],[380,-132],[381.014,-131.094],[382,-130],[385.879,-101.425],[378,-76],[375.61,-70.338],[373,-65],[371.014,-62.94],[369,-61],[368.464,-59.459],[368,-58],[366.573,-56.946],[366,-55],[348.606,-39.394],[322,-33],[310.634,-51.151],[313,-75],[315.034,-79.851],[317,-84],[319.312,-88.79],[322,-93],[336.775,-109.725],[358,-115],[364.228,-100.896],[362,-86],[351.183,-67.685],[333,-59],[330.175,-79.127],[344,-90],[343.073,-87.514],[341,-86],[339.301,-84.138],[337,-83],[335.072,-77.756],[336,-72],[345.812,-72.729],[353,-82],[355.958,-94.754],[350,-105],[332.009,-97.843],[322,-83],[317.863,-71.127],[317,-58],[320.284,-50.409],[326,-45],[342.442,-46.376],[355,-55],[357.088,-57.497],[359,-60],[364.302,-66.13],[369,-73],[371.821,-79.463],[374,-86],[376.875,-99.272],[377,-113],[375.585,-117.183],[374,-121],[369.719,-125.2],[365,-129],[363.119,-129.119],[362,-130],[344.919,-127.081],[332,-120],[308.038,-87.271],[299,-42],[301.811,-33.568],[306,-27],[309.035,-23.56],[312,-20],[316.462,-18.962],[320,-17],[335.924,-18.77],[348,-24],[355.336,-28.116],[362,-32],[367.118,-34.688],[371,-37],[378,-41],[385,-45],[387,-46],[394,-51],[398,-53],[456,-86],[463,-92],[463,-102]],"c":true}],"h":1},{"t":91.429,"s":[{"i":[[-1.139,-1.895],[-1.692,-0.033],[-1.475,0.814],[-1.171,1.19],[-0.778,1.096],[-1.05,3.034],[-0.114,3.116],[1.368,2.274],[3.397,0.509],[2.463,-1.114],[2.298,-2.048],[1.946,-2.434],[1.867,-3.926],[0.769,-3.835],[-2.049,-5.327],[-5.15,-0.982],[-3.761,1.105],[-1.161,1.113],[-0.659,0.445],[-0.607,0.495],[-2.87,3.514],[-1.606,3.564],[-0.451,0.154],[-0.118,0.208],[-1.903,7.676],[1.403,7.394],[0.873,1.921],[0.325,0.339],[0.955,0.826],[0.981,0.442],[0.165,0.451],[0.18,0.124],[2.056,0.315],[1.679,-0.014],[3.491,-1.633],[3.452,-2.437],[2.566,-2.126],[1.43,-1.87],[0.09,-0.547],[0.335,-0.41],[1.199,-1.253],[0.975,-1.484],[2.078,-4.385],[1.28,-3.796],[0.364,-1.043],[0.208,-0.831],[0.038,-6.522],[-1.376,-4.029],[-0.914,-1.785],[-0.1,-0.145],[-2.598,-2.006],[-1.569,-0.468],[-4.765,1.003],[-3.164,1.412],[-2.193,1.338],[-2.243,1.316],[-9.642,5.334],[-7.39,4.532],[-1.134,0.622],[-1.038,0.636],[-1.163,0.64],[-1.01,0.619],[-1.145,0.629],[-1.019,0.624],[-1.656,2.133],[0.868,6.866],[8.996,5.171],[9.26,4.907],[0.674,-4.896],[0.87,-3.062],[0.398,-1.723],[0.713,-1.663],[1.124,-2.244],[1.303,-2.225],[3.168,-3.851],[3.697,-3.106],[2.976,-1.82],[3.4,-1.455],[2.626,-0.207],[3.02,0.186],[1.809,6.04],[-0.932,7.097],[-1.76,4.424],[-2.418,4.172],[-6.318,4.992],[-9.818,-0.714],[-1.027,-4.172],[0.654,-4.897],[2.088,-3.933],[1.047,-2.755],[3.907,-2.661],[5.988,1.397],[0.33,3.004],[-0.065,3.398],[-2.702,3.546],[-4.573,-0.901],[-0.027,-1.361],[1.807,0.474],[0.949,-0.384],[0.611,-0.722],[0.592,-2.381]],"o":[[1.821,1.35],[1.692,0.033],[1.475,-0.814],[1.171,-1.19],[1.439,-2.028],[1.05,-3.034],[0.114,-3.116],[-1.368,-2.274],[-2.439,-0.365],[-2.463,1.114],[-2.298,2.048],[-2.764,3.459],[-1.867,3.926],[-1.346,6.712],[2.049,5.327],[2.796,0.533],[3.761,-1.105],[0.755,-0.724],[0.659,-0.445],[2.916,-2.378],[2.869,-3.514],[0.079,-0.175],[0.451,-0.154],[2.789,-4.903],[1.903,-7.676],[-0.185,-0.978],[-0.873,-1.921],[-1.2,-1.252],[-0.955,-0.826],[-0.159,-0.072],[-0.165,-0.451],[-1.097,-0.754],[-2.056,-0.315],[-3.583,0.031],[-3.491,1.633],[-2.305,1.627],[-2.566,2.126],[-0.306,0.4],[-0.09,0.547],[-1.228,1.502],[-1.199,1.253],[-2.406,3.665],[-2.078,4.385],[-0.336,0.997],[-0.364,1.043],[-1.222,4.883],[-0.038,6.522],[0.244,0.715],[0.914,1.785],[1.039,1.51],[2.598,2.006],[4.774,1.422],[4.765,-1.003],[2.986,-1.332],[2.193,-1.338],[7.043,-4.13],[9.642,-5.334],[1.428,-0.876],[1.134,-0.622],[1.339,-0.821],[1.163,-0.64],[1.401,-0.859],[1.145,-0.629],[4.245,-2.603],[1.656,-2.133],[-8.756,-5.411],[-8.996,-5.171],[0.565,5.355],[-0.674,4.896],[-0.696,2.446],[-0.398,1.723],[-1.2,2.798],[-1.124,2.244],[-2.632,4.492],[-3.168,3.85],[-2.696,2.265],[-2.976,1.82],[-2.475,0.359],[-2.626,0.207],[-5.695,-2.741],[-1.809,-6.04],[0.543,-4.135],[1.76,-4.423],[3.911,-6.746],[6.318,-4.992],[3.547,2.416],[1.027,4.172],[-0.602,4.512],[-2.088,3.933],[-3.382,2.754],[-3.907,2.661],[-1.747,-1.586],[-0.33,-3.004],[1.619,-3.719],[2.702,-3.546],[-0.303,1.031],[0.027,1.361],[-0.591,0.742],[-0.949,0.384],[-1.772,0.581],[-0.592,2.381]],"v":[[356,-85],[361.291,-83.042],[366.065,-84.33],[370.056,-87.453],[373,-91],[376.87,-98.824],[378.754,-108.279],[377.01,-116.594],[370,-121],[362.601,-119.74],[355.413,-114.86],[349,-108],[342.003,-96.782],[338,-85],[339.128,-66.203],[350,-56],[360.726,-57.266],[369,-61],[371.111,-62.671],[373,-64],[381.982,-73.111],[389,-84],[389.971,-84.476],[391,-85],[398.644,-104.632],[400,-128],[398.104,-132.98],[396,-137],[392.836,-140.108],[390,-142],[389.516,-142.961],[389,-144],[383.937,-145.576],[378,-146],[367.402,-143.305],[357,-137],[349.343,-131.182],[343,-125],[342.522,-123.507],[342,-122],[338.31,-117.987],[335,-114],[328.155,-101.598],[323,-89],[321.904,-85.875],[321,-83],[319.051,-64.859],[321,-48],[323.108,-43.573],[325,-40],[331.103,-34.218],[338,-30],[352.707,-29.875],[365,-34],[372.557,-38.012],[379,-42],[405.239,-56.699],[432,-72],[435.793,-74.179],[439,-76],[442.747,-78.151],[446,-80],[449.787,-82.176],[453,-84],[461.834,-89.803],[463,-102],[436.378,-117.878],[409,-133],[408.577,-117.28],[406,-105],[404.513,-98.913],[403,-94],[399.578,-86.57],[396,-80],[387.299,-67.46],[377,-57],[368.528,-50.892],[359,-46],[351.409,-45.091],[343,-45],[332.03,-58.733],[331,-79],[334.594,-91.972],[341,-105],[356.07,-123.595],[380,-131],[386.65,-120.861],[387,-107],[382.334,-94.182],[377,-84],[366.454,-74.887],[352,-72],[349.141,-79.141],[349,-89],[355.284,-100.965],[366,-106],[366.128,-101.872],[364,-100],[361.515,-98.485],[359,-97],[355.317,-91.986]],"c":true}],"h":1},{"t":91.857,"s":[{"i":[[-3.161,-2.196],[-2.188,0.801],[-1.57,1.507],[-1.097,1.827],[-0.768,1.762],[-0.549,2.472],[0.132,2.377],[1.115,1.842],[2.4,0.866],[2.733,-0.819],[2.457,-1.963],[1.995,-2.412],[1.347,-2.167],[0.572,-0.858],[0.554,-0.858],[0.455,-0.821],[0.276,-0.746],[0.455,-3.157],[-0.211,-2.889],[-0.811,-2.412],[-1.344,-1.727],[-2.272,-0.913],[-2.536,0.095],[-2.496,0.835],[-2.153,1.308],[-1.108,0.924],[-1.045,1.01],[-1.164,1.081],[-1.467,1.136],[-2.876,5.136],[-1.923,5.925],[0.183,6.37],[0.767,3.237],[0.856,1.454],[1.129,0.859],[0.768,0.346],[0.163,0.451],[0.185,0.124],[0.379,-0.067],[0.255,0.115],[0.143,0.456],[0.24,0.091],[1.82,0.142],[1.446,-0.05],[1.642,-0.666],[0.656,-0.275],[0.834,-0.057],[0.805,-0.413],[1.445,-0.982],[1.088,-0.49],[0.166,-0.451],[0.179,-0.124],[2.269,-2.332],[2.641,-3.395],[4.409,-14.345],[-6.374,-12.96],[-3.092,-2.356],[-3.745,-1.737],[-3.063,0.603],[-3.558,0.108],[-7.826,4.345],[-7.104,4.189],[-1.507,1.068],[-1.524,0.874],[-3.286,1.666],[-2.704,2.529],[-1.836,1.009],[-0.632,2.21],[0.17,1.616],[-0.281,2.138],[5.783,3.384],[6.211,2.956],[8.518,-11.829],[13.264,-4.29],[2.636,-0.063],[2.868,0.09],[2.142,3.956],[0.304,4.974],[-1.814,5.608],[-2.189,4.276],[-1.279,2.362],[-1.592,2.031],[-5.726,3.507],[-8.291,-0.88],[1.468,-8.625],[2.637,-5.848],[0.452,-0.169],[0.125,-0.171],[-0.067,-0.385],[0.111,-0.246],[0.454,-0.179],[0.123,-0.148],[3.749,-2.508],[5.282,0.299],[-1.949,7.281],[-4.275,2.736],[-1.502,0.568],[-0.93,-1.951],[0.612,-1.815],[2.401,0.473],[1.336,-4.152]],"o":[[2.951,0.29],[2.188,-0.801],[1.57,-1.507],[1.097,-1.827],[0.926,-2.126],[0.549,-2.472],[-0.131,-2.377],[-1.115,-1.842],[-2.824,-1.019],[-2.733,0.819],[-2.457,1.963],[-1.995,2.412],[-0.51,0.82],[-0.572,0.858],[-0.554,0.858],[-0.455,0.821],[-1.188,3.216],[-0.455,3.157],[0.211,2.889],[0.811,2.412],[1.703,2.189],[2.272,0.913],[2.536,-0.095],[2.496,-0.835],[1.354,-0.823],[1.108,-0.924],[1.045,-1.01],[1.164,-1.081],[2.674,-4.003],[2.876,-5.136],[1.923,-5.925],[-0.075,-2.596],[-0.767,-3.238],[-0.717,-1.218],[-1.129,-0.859],[-0.162,-0.073],[-0.163,-0.451],[-0.23,-0.154],[-0.379,0.067],[-0.189,-0.085],[-0.143,-0.456],[-1.274,-0.483],[-1.82,-0.142],[-1.778,0.062],[-1.642,0.666],[-0.857,0.359],[-0.834,0.057],[-1.134,0.582],[-1.445,0.982],[-0.158,0.072],[-0.166,0.451],[-3.283,2.275],[-2.269,2.332],[-6.736,8.661],[-4.409,14.345],[1.887,3.838],[3.092,2.356],[4.188,0.522],[3.064,-0.603],[7.591,-4.432],[7.826,-4.345],[1.45,-0.855],[1.507,-1.068],[3.15,-1.805],[3.286,-1.666],[2.024,-0.753],[1.836,-1.009],[0.4,-1.399],[-0.17,-1.616],[-5.659,-3.507],[-5.783,-3.384],[-3.664,13.394],[-8.518,11.829],[-2.589,0.837],[-2.636,0.063],[-4.128,-2.204],[-2.142,-3.956],[-0.446,-7.293],[1.814,-5.608],[1.291,-2.522],[1.279,-2.362],[3.806,-4.854],[5.726,-3.507],[7.508,5.652],[-1.468,8.625],[-0.069,0.153],[-0.452,0.169],[-0.156,0.215],[0.067,0.385],[-0.062,0.137],[-0.454,0.179],[-2.724,3.269],[-3.748,2.508],[-6.07,-4.141],[1.949,-7.281],[1.063,-0.68],[1.502,-0.568],[0.85,1.215],[-0.612,1.815],[-3.816,-1.803],[-1.336,4.152]],"v":[[376,-94],[383.673,-94.863],[389.274,-98.421],[393.239,-103.519],[396,-109],[398.288,-116.006],[398.99,-123.39],[397.196,-129.828],[392,-134],[383.617,-134.126],[375.785,-129.779],[369.06,-123.043],[364,-116],[362.357,-113.473],[360.649,-110.889],[359.116,-108.36],[358,-106],[355.552,-96.387],[355.202,-87.266],[356.751,-79.261],[360,-73],[366.038,-68.415],[373.326,-67.255],[380.95,-68.718],[388,-72],[391.647,-74.625],[394.83,-77.53],[398.098,-80.671],[402,-84],[410.614,-97.794],[418.101,-114.471],[421,-133],[419.587,-142.356],[417,-150],[414.038,-153.154],[411,-155],[410.517,-155.962],[410,-157],[409.019,-157.029],[408,-157],[407.539,-157.996],[407,-159],[402.129,-159.9],[397,-160],[391.659,-158.66],[388,-157],[385.461,-156.541],[383,-156],[378.965,-153.432],[375,-151],[374.516,-150.039],[374,-149],[366.019,-142.34],[359,-134],[340.167,-97.724],[341,-55],[348.607,-45.925],[359,-40],[369.472,-40.528],[379,-42],[402.365,-55.182],[425,-68],[429.445,-70.986],[434,-74],[443.835,-78.958],[453,-85],[459.043,-87.407],[463,-92],[463.09,-96.446],[463,-102],[445.914,-112.414],[428,-122],[409.7,-82.671],[377,-57],[369.209,-55.804],[361,-56],[351.632,-65.423],[348,-79],[350.524,-98.262],[357,-113],[360.774,-120.368],[365,-127],[379.137,-140.301],[400,-145],[407.108,-122.147],[399,-99],[398.042,-98.513],[397,-98],[396.966,-97.024],[397,-96],[396.046,-95.508],[395,-95],[385.418,-85.824],[372,-82],[367.241,-101.053],[378,-118],[382.1,-120.473],[386,-119],[386.438,-113.734],[382,-111],[373.768,-105.499]],"c":true}],"h":1},{"t":92.285,"s":[{"i":[[3.978,1.623],[1.498,-0.273],[1.441,-0.49],[1.222,-0.597],[0.841,-0.595],[0.103,-0.254],[0.101,-0.263],[0.137,-0.127],[0.569,-0.082],[0.366,-0.338],[0.61,-1.065],[0.869,-1.1],[0.963,-0.849],[0.51,-0.801],[0.432,-1.398],[0.683,-1.483],[0.807,-2.256],[0.514,-3.246],[-0.535,-3.45],[-1.573,-2.701],[-0.552,-0.517],[-0.904,-0.407],[-0.149,-0.451],[-0.22,-0.112],[-5.212,1.945],[-4.234,2.239],[-3.587,4.278],[-2.673,5.333],[-1.605,6.746],[0.72,6.425],[0.589,2.21],[0.516,1],[0.778,0.711],[0.716,0.822],[2.617,1.244],[4.196,0.339],[2.823,-0.933],[0.849,-0.417],[1.772,-1.448],[2.154,-1.853],[0.913,-0.437],[0.652,-0.652],[0.441,-0.929],[0.7,-0.75],[1.392,-1.276],[1.143,-1.516],[0.095,-0.546],[0.295,-0.385],[0.355,-0.299],[0.302,-0.44],[3.104,-9.453],[-0.282,-9.093],[-4.661,-6.235],[-9.053,-0.296],[-2.826,1.024],[-2.366,1.046],[-0.833,0.059],[-0.765,0.364],[-0.641,0.568],[-0.701,0.379],[-7.627,4.453],[-8.865,4.525],[-1.514,0.868],[-0.619,2.162],[0.163,1.627],[-0.268,2.145],[4.004,2.33],[4.171,2.163],[4.248,-6.066],[4.722,-4.382],[1.806,-1.538],[1.917,-1.123],[2.545,-1.07],[2.615,-0.429],[3.523,1.479],[1.921,2.904],[-1.009,9.096],[-3.332,7.011],[-3.128,3.938],[-2.073,3.168],[-2.873,1.969],[-3.297,0.579],[-1.652,-0.103],[-2.029,0.173],[0.934,-9.127],[3.058,-4.719],[5.097,-4.144],[6.357,1.596],[0.287,4.496],[-0.594,3.803],[-3.131,3.556],[-5.221,-0.911],[0.404,-2.01],[0.486,-1.898],[1.32,0.918],[1.81,-1.56],[0.41,-3.786],[-3.101,-1.995],[-4.177,4.655],[-0.991,5.823],[1.169,3.633]],"o":[[-1.393,-0.054],[-1.498,0.273],[-1.441,0.49],[-1.222,0.597],[-0.142,0.101],[-0.103,0.254],[-0.101,0.263],[-0.358,0.334],[-0.569,0.082],[-0.692,0.638],[-0.61,1.065],[-0.637,0.805],[-0.963,0.849],[-0.591,0.927],[-0.432,1.398],[-1.257,2.731],[-0.807,2.256],[-0.714,4.5],[0.535,3.45],[0.887,1.523],[0.552,0.517],[0.182,0.082],[0.149,0.452],[5.918,3.019],[5.212,-1.945],[2.981,-3.554],[3.587,-4.278],[2.301,-4.59],[1.605,-6.746],[-0.13,-1.161],[-0.589,-2.21],[-0.173,-0.334],[-0.778,-0.711],[-2.336,-2.683],[-2.617,-1.244],[-1.86,-0.15],[-2.823,0.933],[-2.759,1.356],[-1.772,1.447],[-0.696,0.599],[-0.913,0.437],[-0.536,0.536],[-0.441,0.929],[-1.288,1.38],[-1.392,1.276],[-0.326,0.431],[-0.095,0.546],[-0.279,0.365],[-0.355,0.299],[-4.867,7.095],[-3.104,9.453],[0.303,9.763],[4.661,6.235],[4.328,0.142],[2.826,-1.024],[0.904,-0.399],[0.833,-0.059],[0.735,-0.35],[0.641,-0.568],[8.626,-4.664],[7.627,-4.453],[1.324,-1.366],[1.514,-0.868],[0.385,-1.348],[-0.163,-1.627],[-3.815,-2.518],[-4.004,-2.33],[-2.288,7.353],[-4.248,6.066],[-1.861,1.727],[-1.806,1.538],[-2.207,1.292],[-2.544,1.07],[-4.986,0.819],[-3.523,-1.479],[-4.37,-6.608],[1.009,-9.096],[2.414,-5.079],[3.128,-3.938],[3.21,-1.547],[2.873,-1.969],[1.365,-0.24],[1.652,0.103],[7.796,3.772],[-0.934,9.127],[-3.254,5.021],[-5.097,4.144],[-3.445,-1.215],[-0.287,-4.496],[2.254,-3.685],[3.131,-3.556],[1.102,2.064],[-0.404,2.01],[-1.911,0.113],[-1.32,-0.918],[-2.461,1.862],[-0.41,3.786],[6.303,0.444],[4.176,-4.655],[0.654,-3.846],[-1.169,-3.633]],"v":[[408,-147],[403.622,-146.645],[399.172,-145.474],[395.135,-143.816],[392,-142],[391.642,-141.432],[391.347,-140.621],[391,-140],[389.506,-139.503],[388,-139],[386.133,-136.346],[384,-133],[381.405,-130.497],[379,-128],[377.569,-124.417],[376,-120],[372.943,-112.887],[371,-105],[370.785,-93.15],[374,-84],[375.988,-81.163],[378,-80],[378.471,-79.023],[379,-78],[395.763,-77.556],[410,-85],[420.23,-96.666],[430,-111],[436.265,-128.623],[438,-149],[436.789,-154.621],[435,-160],[433.407,-161.634],[431,-164],[423.895,-169.758],[414,-172],[406.241,-170.425],[400,-168],[393.547,-163.873],[388,-159],[385.467,-157.54],[383,-156],[381.623,-153.66],[380,-151],[375.892,-147.102],[372,-143],[371.477,-141.466],[371,-140],[370.017,-139.057],[369,-138],[356.638,-112.498],[352,-84],[359.438,-59.399],[380,-49],[390.471,-50.61],[398,-54],[400.604,-54.526],[403,-55],[405.025,-56.478],[407,-58],[430.821,-71.605],[455,-85],[459.529,-87.903],[463,-92],[463.088,-96.402],[463,-102],[451.266,-109.266],[439,-116],[428.825,-95.771],[415,-80],[409.542,-75.047],[404,-71],[396.807,-67.353],[389,-65],[376.2,-66.208],[368,-73],[363.724,-97.698],[371,-123],[379.756,-136.434],[388,-147],[396.935,-152.726],[406,-157],[410.502,-157.05],[416,-157],[424.64,-135.211],[417,-112],[404.328,-97.038],[387,-92],[381.971,-101.559],[383,-115],[390.774,-126.947],[403,-132],[403.691,-125.876],[402,-120],[397.425,-122.086],[393,-122],[388.329,-112.6],[392,-103],[407.984,-110.3],[416,-127],[415.474,-138.667]],"c":true}],"h":1},{"t":92.714,"s":[{"i":[[13.015,8.211],[2.994,-1.144],[1.307,-1.216],[0.544,-0.074],[0.435,-0.344],[1.964,-2.32],[1.572,-2.481],[1.955,-7.146],[-1.536,-6.129],[-2.129,-2.445],[-1.752,-1.292],[-2.902,0.151],[-1.834,0.725],[-1.76,1.189],[-1.885,1.425],[-1.825,1.858],[-1.896,2.448],[-0.208,0.202],[-0.102,0.107],[-0.298,0.539],[-0.407,0.425],[-0.298,0.539],[-0.407,0.425],[-0.298,0.539],[-0.408,0.425],[-0.778,1.564],[-0.655,1.454],[-0.103,8.859],[4.865,6.689],[1.113,0.887],[1.097,0.903],[0.583,0.084],[0.081,0.586],[5.508,-3.063],[4.866,-2.194],[0.179,-0.454],[0.148,-0.123],[1.452,-1.223],[0.799,-0.945],[0.076,-0.524],[0.337,-0.483],[0.602,-0.29],[0.301,-0.426],[-0.067,-0.382],[0.113,-0.25],[0.451,-0.163],[0.124,-0.185],[-0.067,-0.379],[0.115,-0.255],[0.451,-0.164],[0.124,-0.184],[3.162,-11.405],[-1.431,-12.767],[-1.751,-3.249],[-2.443,-2.556],[-4.126,-0.88],[-4.339,0.764],[-2.534,1.092],[-2.451,1.209],[-6.855,4.199],[-5.909,2.916],[-1.244,0.823],[-0.53,1.844],[0.166,1.691],[-0.281,1.903],[2.623,1.543],[3.019,1.148],[9.839,-8.055],[14.496,2.603],[1.504,1.595],[0.996,2.036],[-4.113,12.29],[-5.014,6.662],[-6.652,3.55],[-8.013,-4.288],[-0.897,-2.261],[-0.232,-2.706],[0.881,-3.369],[0.837,-2.302],[0.262,-1.196],[0.516,-1.016],[0.752,-0.823],[0.544,-0.829],[-0.067,-0.377],[0.116,-0.257],[0.452,-0.168],[0.125,-0.173],[4.51,-3.158],[5.82,1],[0.058,4.756],[-1.673,4.224],[-3.115,3.283],[-4.887,-0.302],[0.805,-3.032],[1.76,-1.547],[0.468,0.68],[3.721,-1.628],[-9.046,-3.574],[-2.454,1.222],[-0.95,2.107],[-0.246,0.296]],"o":[[-3.716,-0.791],[-2.994,1.144],[-0.389,0.362],[-0.544,0.074],[-1.572,1.239],[-1.964,2.32],[-2.716,4.289],[-1.955,7.146],[0.733,2.927],[2.129,2.445],[2.558,0.328],[2.902,-0.151],[2.076,-0.821],[1.76,-1.188],[2.805,-2.121],[1.825,-1.858],[0.065,-0.085],[0.208,-0.202],[0.401,-0.419],[0.298,-0.539],[0.401,-0.419],[0.298,-0.539],[0.401,-0.419],[0.298,-0.539],[1.235,-1.288],[0.778,-1.564],[4.453,-9.874],[0.103,-8.859],[-1.451,-0.549],[-1.113,-0.887],[-0.589,-0.079],[-0.583,-0.084],[-9.1,-1.447],[-5.508,3.063],[-0.137,0.062],[-0.179,0.454],[-1.394,1.161],[-1.452,1.223],[-0.357,0.422],[-0.076,0.524],[-0.291,0.416],[-0.602,0.29],[-0.155,0.221],[0.067,0.382],[-0.073,0.162],[-0.451,0.163],[-0.154,0.23],[0.067,0.379],[-0.073,0.161],[-0.451,0.164],[-5.784,8.613],[-3.162,11.405],[1.553,3.447],[1.751,3.249],[4.158,2.244],[4.126,0.88],[2.413,-0.425],[2.534,-1.091],[6.672,-3.29],[6.855,-4.199],[1.493,-0.864],[1.244,-0.823],[0.384,-1.333],[-0.166,-1.691],[-2.488,-1.679],[-2.623,-1.543],[-5.149,8.382],[-9.839,8.055],[-1.986,-1.584],[-1.504,-1.595],[-5.469,-11.177],[4.114,-12.29],[4.379,-4.087],[6.652,-3.55],[1.18,2.25],[0.897,2.261],[0.362,4.222],[-0.881,3.369],[-0.437,1.201],[-0.262,1.196],[-0.446,0.877],[-0.752,0.823],[-0.153,0.233],[0.067,0.377],[-0.07,0.154],[-0.452,0.168],[-3.14,4.368],[-4.51,3.158],[-4.44,-2.754],[-0.058,-4.756],[1.651,-4.169],[3.115,-3.283],[1.98,2.325],[-0.805,3.032],[1.165,-2.439],[-0.776,-1.127],[-7.723,3.031],[2.307,0.35],[3.056,-1.522],[0.124,-0.274],[6.98,-8.376]],"v":[[423,-156],[412.693,-155.006],[406,-151],[404.535,-150.487],[403,-150],[397.5,-144.432],[392,-137],[384.312,-118.88],[383,-98],[387.736,-89.774],[394,-84],[402.543,-83.71],[410,-85],[415.642,-88.046],[421,-92],[427.682,-97.754],[433,-104],[433.472,-104.484],[434,-105],[434.996,-106.496],[436,-108],[436.996,-109.496],[438,-111],[438.995,-112.496],[440,-114],[442.934,-118.376],[445,-123],[451.988,-151.389],[445,-175],[441.235,-177.235],[438,-180],[436.119,-180.119],[435,-181],[413.825,-177.23],[399,-168],[398.508,-167.046],[398,-166],[393.554,-162.338],[390,-159],[389.485,-157.546],[389,-156],[387.508,-155.007],[386,-154],[385.968,-153.022],[386,-152],[385.038,-151.517],[384,-151],[383.971,-150.019],[384,-149],[383.038,-148.517],[382,-148],[368.089,-117.615],[365,-81],[369.832,-70.832],[376,-62],[388.363,-57.244],[401,-57],[408.472,-59.413],[416,-63],[436.572,-74.78],[456,-86],[460.221,-88.265],[463,-92],[463.077,-96.573],[463,-102],[455.398,-106.899],[447,-111],[424.511,-83.761],[388,-73],[382.757,-77.661],[379,-83],[379.138,-119.886],[395,-150],[411.774,-163.281],[434,-164],[437.211,-157.342],[439,-150],[437.899,-138.56],[435,-130],[434.06,-126.361],[433,-123],[431.074,-120.464],[429,-118],[428.973,-117.018],[429,-116],[428.041,-115.514],[427,-115],[415.51,-102.974],[400,-99],[393.915,-110.898],[397,-125],[404.073,-136.853],[416,-142],[417.305,-133.417],[413,-126],[411,-129],[408,-132],[406,-110],[414,-112],[420,-118],[422,-119]],"c":true}],"h":1},{"t":93.143,"s":[{"i":[[2.058,-1.418],[-0.048,0.114],[-0.115,0.04],[-0.135,0.031],[-0.107,0.086],[0.064,0.132],[0.17,0.1],[0.146,0.043],[-0.009,-0.038],[0.103,0.71],[0.192,0.696],[0.368,0.388],[0.631,-0.214],[0.895,-0.521],[0.562,-0.855],[0.385,-1.031],[0.367,-1.05],[0.064,-1.913],[-0.686,-1.532],[-1.526,-0.04],[-3.944,3.269],[-2.106,4.562],[0.229,5.549],[5.361,2.867],[4.961,-3.005],[2.555,-3.125],[0.433,-1.065],[0.611,-0.94],[0.736,-0.804],[0.475,-0.892],[0.527,-2.051],[0.685,-2.525],[0.393,-0.95],[0.107,-1.011],[-0.654,-4.063],[-1.814,-3.667],[-1.579,-1.088],[-1.901,-0.765],[-4.263,1.962],[-2.554,1.951],[-2.321,2.281],[-2.371,3.323],[-2.835,10.921],[4.096,12.25],[2.086,2.042],[3.381,0.842],[3.991,-0.98],[4.036,-1.073],[1.421,-0.891],[1.265,-0.992],[3.255,-3.652],[2.875,-4.175],[2.991,-6.307],[2.222,-7.234],[-0.69,-8.102],[-4.209,-5.531],[-1.129,-0.822],[-0.565,-1.502],[-2.163,-0.941],[-1.935,-0.211],[-5.285,1.894],[-3.825,2.084],[-1.872,1.264],[-1.701,0.955],[-4.306,2.305],[-0.715,2.499],[0.217,1.826],[-0.39,1.025],[1.87,0.963],[1.149,1.684],[0.59,-0.91],[0.312,-1.188],[7.554,-5.113],[13.465,0.798],[1.124,1.043],[1.83,0.337],[1.132,2.438],[0.389,2.707],[-3.58,9.585],[-4.209,6.026],[-6.133,4.233],[-9.806,-1.856],[0.245,-8.032],[2.334,-5.216],[0.464,-1.211],[0.645,-1.04],[0.923,-0.785],[0.741,-0.948],[-0.066,-0.39],[0.107,-0.239],[0.879,-0.818],[0.284,-0.284],[1.306,-0.814],[0.702,-0.672],[2.363,-0.76],[2.757,-0.246],[0.305,5.092],[-1.763,4.45],[-3.313,3.416],[-4.958,-0.178],[1.077,-3.469]],"o":[[-0.067,-0.254],[0.048,-0.114],[0.115,-0.04],[0.135,-0.031],[0.172,-0.138],[-0.064,-0.132],[-0.17,-0.1],[-0.146,-0.043],[-0.101,-0.429],[-0.103,-0.71],[-0.192,-0.696],[-0.368,-0.388],[-1.387,0.03],[-0.895,0.521],[-0.562,0.855],[-0.385,1.031],[-0.724,1.182],[-0.064,1.913],[0.686,1.532],[5.116,1.64],[3.944,-3.269],[2.279,-4.938],[-0.229,-5.549],[-5.6,-1.142],[-4.961,3.004],[-0.654,0.8],[-0.434,1.065],[-0.581,0.892],[-0.736,0.804],[-1.208,2.27],[-0.527,2.051],[-0.322,1.188],[-0.393,0.951],[-0.431,4.081],[0.654,4.063],[1.784,0.882],[1.579,1.088],[5.393,0.8],[4.263,-1.962],[3.344,-2.553],[2.321,-2.281],[5.755,-8.065],[2.835,-10.921],[-2.273,-1.99],[-2.086,-2.042],[-3.999,-0.995],[-3.991,0.981],[-1.052,1.444],[-1.421,0.891],[-4.105,3.217],[-3.255,3.652],[-3.814,5.54],[-2.991,6.307],[-0.968,8.059],[0.69,8.102],[0.921,1.21],[1.129,0.822],[1.414,0.026],[2.163,0.941],[6.036,0.658],[5.285,-1.894],[1.812,-0.987],[1.872,-1.264],[4.062,-2.281],[4.306,-2.305],[0.478,-1.669],[-0.217,-1.826],[-1.369,-1.464],[-1.87,-0.963],[-1.327,0.172],[-0.59,0.91],[-6.318,6.348],[-7.554,5.113],[-1.675,-0.492],[-1.124,-1.043],[-1.085,-2.541],[-1.131,-2.438],[-1.528,-10.632],[3.58,-9.585],[4.663,-4.923],[6.133,-4.233],[6.315,3.656],[-0.245,8.032],[-0.5,1.116],[-0.464,1.211],[-0.565,0.91],[-0.924,0.785],[-0.158,0.202],[0.066,0.39],[-0.2,0.443],[-0.879,0.818],[-1.073,1.073],[-1.306,0.814],[-1.788,1.713],[-2.363,0.76],[-5.544,-2.18],[-0.305,-5.093],[1.788,-4.514],[3.313,-3.416],[2.366,2.705],[-1.077,3.469]],"v":[[422,-131],[421.984,-131.536],[422.239,-131.752],[422.625,-131.842],[423,-132],[423.129,-132.41],[422.745,-132.764],[422.238,-132.986],[422,-133],[421.715,-134.783],[421.295,-136.965],[420.477,-138.665],[419,-139],[415.617,-138.134],[413.47,-136.03],[412.089,-133.161],[411,-130],[409.795,-125.08],[410.705,-119.635],[414,-117],[427.757,-120.348],[437,-133],[440.731,-149.553],[433,-163],[416.717,-159.2],[405,-149],[403.468,-146.104],[402,-143],[399.92,-140.5],[398,-138],[395.607,-131.691],[394,-125],[392.839,-121.867],[392,-119],[392.316,-106.69],[396,-95],[400.912,-91.912],[406,-89],[420.629,-91.437],[431,-98],[439.229,-104.922],[446,-113],[459.888,-141.861],[459,-177],[452.831,-183.361],[445,-188],[433.028,-187.552],[421,-184],[417.16,-180.661],[413,-178],[402.077,-167.719],[393,-156],[382.806,-138.27],[375,-118],[374.117,-93.105],[381,-72],[384.267,-69.219],[387,-66],[392.61,-64.138],[399,-62],[416.159,-64.444],[430,-71],[435.584,-74.524],[441,-78],[454.511,-84.837],[463,-92],[463.066,-97.483],[463,-102],[457.835,-105.335],[453,-109],[450.239,-107.261],[449,-104],[429.36,-85.64],[399,-78],[395.116,-80.616],[391,-83],[387.478,-90.376],[385,-98],[389.197,-128.954],[402,-153],[417.643,-168.084],[441,-173],[448.986,-153.67],[444,-132],[442.609,-128.443],[441,-125],[438.632,-122.529],[436,-120],[435.962,-119.027],[436,-118],[434.063,-115.88],[432,-114],[428.222,-111.2],[425,-109],[418.727,-105.4],[411,-104],[403.02,-115.797],[406,-131],[413.623,-143.519],[426,-149],[427.319,-139.035]],"c":true}],"h":1},{"t":93.571,"s":[{"i":[[2.248,-0.081],[1.552,-3.468],[-0.686,-3.316],[-3.767,-0.707],[-4.992,5.672],[-0.679,7.127],[1.84,3.517],[4.159,0.479],[2.643,-1.691],[4.004,-1.745],[2.299,-3.406],[1.527,-3.031],[0.75,-1.163],[0.424,-1.206],[-0.086,-0.7],[0.137,-0.612],[0.476,-0.639],[0.057,-0.261],[-2.888,-6.591],[-7.223,-0.475],[-3.611,1.609],[-2.546,1.827],[-2.351,2.483],[-2.661,1.963],[-2.192,3.632],[-1.784,4.387],[-1.095,4.824],[0.078,4.524],[1.738,4.117],[2.962,3.516],[3.742,0.543],[3.495,-0.894],[2.81,-1.416],[2.445,-1.743],[0.933,-1.062],[1.141,-0.948],[1.238,-0.779],[0.794,-0.84],[1.095,-1.748],[1.101,-1.403],[0.539,-0.461],[0.403,-0.594],[0.619,-1.398],[0.742,-1.255],[0.904,-1.111],[0.579,-1.196],[0.125,-0.724],[0.19,-0.462],[1.674,-5.749],[0.388,-5.342],[-1.534,-5.09],[-2.425,-4.9],[-2.296,-1.537],[-2.604,-1.23],[-9.216,5.118],[-9.973,4.361],[0,2.167],[0,2.166],[0.885,0.782],[1.668,-0.001],[1.246,-1.396],[1.019,-0.987],[6.798,-3.691],[9.757,0.65],[0.327,0.173],[0.582,-0.082],[2.208,3.117],[0.783,3.824],[-0.714,4.758],[-1.298,4.328],[-4.221,6.848],[-4.679,4.48],[-4.247,1.92],[-6.969,-0.802],[-0.327,-0.173],[-0.582,0.082],[-0.162,-6.75],[2.006,-5.178],[0.404,-1.444],[0.637,-1.294],[1.35,-1.465],[1.438,-1.779],[0.294,-0.755],[0.386,-0.441],[0.891,-0.656],[0.549,-0.364],[1.187,-0.703],[1.123,-0.439],[1.971,-0.385],[2.081,0.332],[-0.212,5.516],[-1.217,3.102],[-0.28,0.84],[-0.4,0.418],[-0.073,0.283],[-0.343,0.487],[-2.958,1.976],[-3.138,0.212],[0.887,-3.844],[2.704,-0.91],[0.277,1.89]],"o":[[-2.947,1.162],[-1.552,3.468],[0.686,3.316],[4.351,0.816],[4.992,-5.672],[0.52,-5.453],[-1.84,-3.517],[-4.426,-0.51],[-2.643,1.691],[-2.279,2.346],[-2.299,3.406],[-0.575,1.141],[-0.75,1.163],[-0.207,0.589],[0.086,0.7],[-0.041,0.183],[-0.475,0.639],[-1.776,8.159],[2.888,6.591],[4.009,0.264],[3.611,-1.609],[2.935,-2.106],[2.351,-2.483],[1.447,-3.085],[2.192,-3.632],[1.7,-4.179],[1.095,-4.824],[-0.087,-5.017],[-1.738,-4.117],[-3.537,-1.723],[-3.742,-0.543],[-2.317,0.593],[-2.81,1.416],[-1.127,0.803],[-0.933,1.062],[-1.254,1.042],[-1.238,0.779],[-1.519,1.607],[-1.095,1.747],[-0.442,0.562],[-0.539,0.461],[-0.781,1.151],[-0.619,1.398],[-0.804,1.359],[-0.904,1.111],[-0.311,0.642],[-0.125,0.724],[-1.917,4.661],[-1.674,5.749],[-0.562,7.741],[1.534,5.09],[2.211,1.622],[2.296,1.537],[15.165,0.832],[9.216,-5.118],[0,-2.166],[0,-2.167],[-1.793,0.126],[-0.885,-0.782],[-1.995,-0.571],[-1.246,1.396],[-5.049,4.888],[-6.798,3.691],[-0.111,-0.389],[-0.327,-0.173],[-3.385,-1.707],[-2.208,-3.117],[-1.154,-5.638],[0.714,-4.758],[2.437,-8.129],[4.221,-6.848],[4.043,-2.124],[4.247,-1.919],[0.111,0.389],[0.327,0.173],[5.358,3.823],[0.162,6.75],[-0.748,1.929],[-0.404,1.444],[-1.161,2.362],[-1.35,1.465],[-0.437,0.54],[-0.294,0.755],[-0.885,1.01],[-0.891,0.656],[-1.127,0.748],[-1.187,0.703],[-2.034,0.794],[-1.971,0.384],[-5.064,-2.833],[0.212,-5.516],[0.48,-1.222],[0.28,-0.84],[0.366,-0.382],[0.073,-0.283],[2.031,-2.882],[2.958,-1.976],[2.25,2.713],[-0.887,3.844],[-0.645,-1.521],[-0.277,-1.89]],"v":[[424,-144],[417.041,-136.441],[415.531,-125.65],[422,-119],[437.254,-127.542],[447,-148],[445.009,-161.731],[436,-168],[426.183,-165.691],[417,-160],[409.936,-151.013],[404,-141],[401.887,-137.549],[400,-134],[399.948,-132.017],[400,-130],[399.012,-128.558],[398,-127],[399.75,-103.737],[415,-92],[426.597,-94.432],[436,-100],[443.706,-107.107],[451,-114],[456.748,-124.023],[463,-136],[467.333,-149.741],[469,-164],[466.156,-177.626],[459,-189],[447.969,-192.463],[437,-192],[429.096,-188.863],[421,-184],[418.01,-181.108],[415,-178],[411.155,-175.349],[408,-173],[404.186,-167.847],[401,-163],[399.471,-161.524],[398,-160],[395.971,-156.078],[394,-152],[391.331,-148.377],[389,-145],[388.409,-142.865],[388,-141],[382.353,-125.011],[379,-108],[380.759,-89.37],[387,-75],[393.705,-70.206],[401,-66],[435.894,-74.106],[463,-90],[463,-96.5],[463,-103],[459.406,-104.406],[456,-106],[451.268,-104.168],[448,-100],[430.531,-86.347],[406,-81],[405.353,-81.853],[404,-82],[395.548,-89.412],[391,-100],[390.662,-115.483],[394,-129],[404.318,-151.737],[418,-169],[429.805,-175.695],[446,-178],[446.647,-177.147],[448,-177],[455.523,-160.016],[452,-141],[450.417,-136.024],[449,-132],[445.207,-126.563],[441,-122],[439.962,-119.925],[439,-118],[436.248,-115.516],[434,-114],[430.497,-111.768],[427,-110],[421.035,-108.155],[415,-108],[408.789,-121.798],[412,-136],[413.059,-139.103],[414,-141],[414.518,-141.922],[415,-143],[422.67,-150.503],[432,-154],[433.716,-143.148],[428,-135],[427.202,-140.702]],"c":true}],"h":1},{"t":94.571,"s":[{"i":[[-7.059,-3.006],[-1.396,0.02],[-1.313,0.103],[-1.26,0.157],[-1.237,0.179],[-0.753,0.452],[-0.809,0.349],[-0.776,0.347],[-0.655,0.448],[-0.767,0.786],[-0.745,0.837],[-0.81,0.752],[-2.74,3.385],[-1.858,3.505],[-1.199,2.484],[-0.863,2.531],[-0.206,6.887],[2.039,5.955],[0.168,0.605],[0.388,0.582],[0.957,0.688],[1.312,0.962],[0.588,0.48],[0.13,0.699],[2.626,0.207],[3.02,-0.186],[5.652,-3.856],[4.055,-4.543],[0.074,-0.526],[0.337,-0.483],[0.595,-0.294],[0.329,-0.407],[0.259,-0.627],[0.305,-0.677],[0.451,-0.165],[0.124,-0.18],[0.126,-0.555],[0.209,-0.362],[0.84,-1.274],[0.805,-1.462],[2.387,-7.012],[0.499,-6.596],[0.012,-2.253],[-0.207,-1.899],[-2.194,-4.127],[-2.568,-3.48],[-1.668,-0.832],[-1.383,-1.117],[-5.452,1.829],[-4.626,2.568],[-2.595,1.398],[-2.038,1.973],[-1.847,1.007],[-0.613,2.213],[0.134,1.482],[-0.221,1.931],[1.275,0.392],[0.092,1.575],[0.69,-0.569],[0.876,-0.679],[2.271,-2.187],[3.042,-2.023],[4.723,-1.693],[6.24,0.342],[2.347,2.163],[1.306,3.139],[-7.798,16.262],[-12.414,4.482],[-2.653,0.109],[-2.078,-0.632],[-0.053,-7.744],[3.603,-7.593],[5.726,-5.096],[8.852,0.214],[0.834,3.726],[-0.619,4.029],[-4.325,5.038],[-5.877,-0.495],[0.986,-3.581],[2.784,-1.509],[0.002,1.494],[2.256,0.661],[1.056,-5.463],[-5.015,-2.225],[-2.548,1.251],[-2.104,2.059],[-0.839,1.423],[-0.562,1.248],[-0.451,0.155],[-0.119,0.206],[-0.214,5.63],[3.201,4.427],[3.381,-0.212],[3.125,-1.728],[0.985,-1.112],[1.1,-1.022],[1.36,-1.455],[1.294,-2.072],[1.307,-2.713],[0.892,-3.137],[-1.288,-7.052]],"o":[[1.51,0.093],[1.396,-0.02],[1.313,-0.103],[1.26,-0.157],[0.61,-0.658],[0.753,-0.452],[0.809,-0.349],[0.776,-0.347],[0.876,-0.6],[0.767,-0.786],[0.745,-0.837],[3.181,-2.956],[2.74,-3.385],[1.342,-2.532],[1.199,-2.484],[2.216,-6.498],[0.206,-6.887],[-0.938,0.002],[-0.168,-0.605],[-0.858,-1.288],[-0.957,-0.688],[-0.519,-0.381],[-0.588,-0.48],[-2.475,-0.359],[-2.626,-0.207],[-6.337,2.034],[-5.652,3.856],[-0.369,0.413],[-0.074,0.526],[-0.291,0.416],[-0.595,0.294],[-0.66,0.815],[-0.259,0.627],[-0.072,0.159],[-0.451,0.165],[-0.286,0.416],[-0.126,0.555],[-0.835,1.442],[-0.84,1.274],[-2.951,5.356],[-2.387,7.012],[-0.158,2.088],[-0.012,2.253],[0.655,6.011],[2.194,4.127],[1.946,0.554],[1.668,0.832],[8.565,0.882],[5.452,-1.829],[2.582,-1.433],[2.595,-1.399],[2,-0.757],[1.847,-1.007],[0.317,-1.142],[-0.134,-1.482],[0.193,-1.859],[-1.275,-0.391],[-1.363,-0.954],[-0.69,0.569],[-2.873,2.228],[-2.271,2.187],[-3.867,2.572],[-4.723,1.693],[-3.305,-1.207],[-2.347,-2.163],[-5.604,-13.471],[7.798,-16.262],[3.312,-1.195],[2.653,-0.109],[6.394,4.432],[0.053,7.744],[-3.243,6.832],[-5.726,5.096],[-3.281,-2.069],[-0.834,-3.726],[0.821,-5.343],[4.325,-5.038],[1.728,3.169],[-0.986,3.581],[-0.735,-2.361],[-0.002,-1.495],[-4.792,0.923],[-1.056,5.463],[2.706,0.064],[2.548,-1.251],[1.083,-1.06],[0.839,-1.423],[0.078,-0.174],[0.451,-0.155],[2.345,-4.055],[0.214,-5.63],[-3.35,-1.577],[-3.381,0.212],[-0.959,0.531],[-0.985,1.112],[-2.267,2.107],[-1.36,1.455],[-1.88,3.009],[-1.307,2.713],[-2.213,7.787],[1.288,7.052]],"v":[[412,-94],[416.352,-93.898],[420.409,-94.091],[424.262,-94.488],[428,-95],[430.067,-96.639],[432.432,-97.814],[434.832,-98.832],[437,-100],[439.442,-102.113],[441.689,-104.582],[444,-107],[452.992,-116.588],[460,-127],[463.859,-134.501],[467,-142],[470.692,-162.407],[468,-182],[466.587,-183.062],[466,-185],[463.34,-187.745],[460,-190],[458.208,-191.262],[457,-193],[449.409,-193.909],[441,-194],[422.788,-184.882],[408,-172],[407.476,-170.552],[407,-169],[405.529,-167.993],[404,-167],[402.734,-164.896],[402,-163],[401.039,-162.516],[400,-162],[399.442,-160.459],[399,-159],[396.478,-155.015],[394,-151],[385.661,-131.931],[381,-111],[380.726,-104.358],[381,-98],[385.565,-83.101],[393,-72],[398.422,-69.922],[403,-67],[423.454,-68.913],[438,-76],[445.908,-80.095],[453,-85],[459.041,-87.409],[463,-92],[463.072,-95.909],[463,-101],[460.714,-103.714],[458,-106],[455.135,-106.225],[453,-104],[445.627,-97.346],[438,-91],[425.279,-84.315],[409,-82],[400.5,-87.05],[395,-95],[400.486,-143.242],[433,-178],[441.925,-179.87],[449,-179],[457.998,-159.87],[452,-136],[438.707,-117.216],[417,-109],[411.075,-118.03],[411,-130],[419.207,-146.878],[435,-155],[435.884,-144.255],[430,-136],[429.641,-141.775],[427,-145],[417.645,-133.476],[423,-120],[430.951,-121.908],[438,-127],[440.89,-130.859],[443,-135],[443.97,-135.477],[445,-136],[449.16,-151.221],[445,-167],[434.832,-168.978],[425,-166],[422.105,-163.369],[419,-160],[413.771,-154.973],[410,-150],[405.258,-141.596],[402,-133],[400.046,-109.914]],"c":true}],"h":1},{"t":95.571,"s":[{"i":[[-2.837,-0.858],[-1.671,0.203],[-1.572,0.902],[-1.365,1.247],[-1.051,1.241],[-1.62,3.652],[-0.596,3.986],[1.197,3.216],[3.759,1.343],[2.147,-0.331],[1.84,-1.1],[1.773,-1.344],[1.946,-1.062],[1,-1.411],[1.066,-1.562],[1.033,-1.745],[0.902,-1.961],[0.953,-2.931],[0.547,-3.108],[-0.193,-2.764],[-1.489,-2.904],[-1.798,-2.864],[-4.449,0.118],[-4.644,2.477],[-3.333,3.295],[-2.018,2.406],[-3.298,7.104],[-1.192,7.082],[0.382,4.909],[1.113,2.57],[0.455,0.175],[0.12,0.159],[0.108,0.554],[0.26,0.373],[0.731,0.513],[1.043,0.47],[0.656,0.896],[0.683,0.104],[3.527,-0.228],[2.542,-0.939],[1.261,-0.535],[0.866,-0.456],[1.794,-1.596],[1.776,-1.537],[1.659,-1.415],[1.524,-1.748],[0.865,-1.323],[0.554,-0.579],[0.298,-0.539],[0.408,-0.425],[0.821,-1.196],[0.639,-1.093],[1.246,-2.251],[0.75,-1.828],[0.274,-1.391],[0.441,-1.313],[0.678,-2.429],[0.44,-2.759],[-1.679,-7.827],[-5.881,-5.656],[-11.66,5.47],[-9.367,4.521],[0,1.833],[0,1.834],[1.201,0.632],[0.688,1.145],[1.779,-1.525],[1.52,-1.465],[1.588,-1.541],[2.005,-1.253],[4.644,-1.293],[6.68,0.512],[2.248,5.908],[-0.939,9.094],[-7.151,10.845],[-9.217,4.206],[-2.872,0.305],[-2.873,-0.424],[-1.198,-5.114],[1.035,-5.319],[2.448,-4.835],[3.28,-3.894],[4.525,-2.499],[5.337,1.225],[-0.064,5.35],[-1.707,3.747],[-0.904,1.16],[-0.792,1.061],[-0.229,0.665],[-0.461,0.504],[-1.409,0.977],[-0.618,0.278],[-0.998,0.075],[-1.027,0.257],[0.895,-3.7],[2.861,-1.525],[-0.005,1.375],[1.302,1.267],[1.817,-1.829],[0.671,-2.448],[-0.462,-2.66]],"o":[[1.662,0.847],[1.671,-0.203],[1.572,-0.902],[1.365,-1.247],[1.875,-2.213],[1.62,-3.652],[0.596,-3.986],[-1.197,-3.216],[-2.694,-0.963],[-2.147,0.331],[-1.84,1.1],[-1.773,1.344],[-0.835,1.291],[-1,1.411],[-1.066,1.562],[-1.033,1.745],[-1.026,2.23],[-0.953,2.931],[-0.547,3.108],[0.246,3.522],[1.489,2.904],[3.559,1.947],[4.449,-0.118],[2.649,-1.413],[3.333,-3.295],[4.616,-5.504],[3.298,-7.104],[0.639,-3.795],[-0.382,-4.909],[-0.062,-0.142],[-0.455,-0.175],[-0.31,-0.413],[-0.108,-0.553],[-1.031,-1.479],[-0.731,-0.513],[-0.69,-0.311],[-0.656,-0.896],[-3.35,-0.851],[-3.527,0.228],[-1.089,0.403],[-1.261,0.535],[-2.049,1.079],[-1.794,1.596],[-1.841,1.593],[-1.659,1.415],[-0.985,1.129],[-0.865,1.323],[-0.401,0.419],[-0.298,0.539],[-1.076,1.123],[-0.821,1.196],[-1.267,2.167],[-1.246,2.251],[-0.461,1.124],[-0.274,1.391],[-0.847,2.524],[-0.678,2.429],[-1.599,10.037],[1.679,7.827],[12.995,7.4],[11.66,-5.47],[0,-1.834],[0,-1.833],[-0.507,-1.326],[-1.201,-0.632],[-2.363,0.434],[-1.779,1.525],[-1.643,1.583],[-1.588,1.541],[-3.745,2.341],[-4.644,1.293],[-5.946,-3.273],[-2.248,-5.908],[1.178,-11.414],[7.151,-10.845],[2.641,-1.206],[2.872,-0.305],[4.244,3.226],[1.198,5.114],[-0.928,4.767],[-2.448,4.835],[-3.562,4.228],[-4.525,2.499],[-3.964,-3.852],[0.064,-5.35],[0.592,-1.299],[0.904,-1.16],[0.624,-0.835],[0.229,-0.665],[0.746,-0.815],[1.409,-0.977],[0.982,-0.442],[0.998,-0.075],[2.44,2.675],[-0.895,3.7],[-0.719,-2.233],[0.005,-1.375],[-2.063,0.238],[-1.817,1.828],[-0.686,2.503],[0.462,2.66]],"v":[[423,-122],[428.026,-121.122],[432.917,-122.868],[437.349,-126.179],[441,-130],[446.434,-139.073],[449.95,-150.805],[449.241,-161.885],[442,-169],[434.798,-169.815],[428.877,-167.537],[423.518,-163.74],[418,-160],[415.224,-155.955],[412.101,-151.504],[408.928,-146.551],[406,-141],[402.947,-133.128],[400.614,-123.939],[400,-115],[402.836,-105.506],[408,-97],[420.187,-94.181],[434,-98],[443.474,-105.756],[452,-115],[464.069,-134.317],[471,-156],[471.313,-169.918],[469,-182],[468.043,-182.487],[467,-183],[466.462,-184.531],[466,-186],[463.509,-188.757],[461,-190],[458.995,-192.155],[457,-194],[446.394,-194.842],[437,-193],[433.332,-191.54],[430,-190],[424.295,-185.844],[419,-181],[413.763,-176.616],[409,-172],[406.177,-168.087],[404,-165],[403.005,-163.505],[402,-162],[399.172,-158.477],[397,-155],[393.113,-148.246],[390,-142],[388.985,-138.142],[388,-134],[385.694,-126.677],[384,-119],[383.89,-92.215],[395,-72],[432.221,-72.56],[464,-91],[464,-96.5],[464,-102],[461.135,-104.635],[458,-107],[451.868,-103.773],[447,-99],[442.271,-94.253],[437,-90],[424.702,-84.36],[408,-83],[395.837,-96.635],[394,-119],[407.471,-153.906],[433,-178],[441.326,-180.222],[450,-180],[457.959,-167.07],[458,-151],[452.764,-136.345],[444,-123],[431.831,-112.41],[417,-110],[411.746,-124.578],[415,-139],[417.35,-142.679],[420,-146],[421.122,-148.249],[422,-150],[425.596,-152.903],[429,-155],[431.967,-155.638],[435,-156],[436.976,-145.637],[431,-137],[430.437,-142.224],[429,-146],[422.956,-142.657],[419,-136],[418.357,-127.767]],"c":true}],"h":1},{"t":96.571,"s":[{"i":[[-11.112,-5.127],[-2.577,0.415],[-2.121,0.91],[-1.734,1.165],[-1.415,1.179],[-1.452,1.402],[-1.314,1.482],[-1.205,1.589],[-1.126,1.724],[-1.782,3.474],[-1.418,3.87],[-0.802,4.086],[0.067,4.122],[0.05,0.713],[0.087,0.788],[0.118,0.806],[0.144,0.767],[0.49,1.255],[0.614,0.958],[0.754,1.125],[0.432,0.485],[1.276,0.575],[0.656,0.896],[0.683,0.104],[4.571,-0.974],[2.825,-1.607],[1.49,-1.305],[1.765,-1.486],[1.252,-0.798],[0.812,-0.819],[1.59,-2.325],[1.164,-1.215],[1.143,-1.944],[0.899,-1.628],[1.473,-3.468],[1.204,-3.675],[0.68,-2.211],[0.437,-2.583],[0.21,-3.968],[-0.424,-3.681],[-1.008,-2.754],[-0.595,-2.743],[-2.666,-2.217],[-4.139,-0.646],[-4.713,1.577],[-3.025,1.647],[-1.167,0.674],[-0.966,0.559],[-0.285,0.373],[-0.375,0.231],[-1.687,0.756],[-1.586,0.954],[-1.466,1.071],[-1.454,0.703],[0,1.833],[0,1.834],[1.25,0.75],[1.573,0.427],[0.536,-1.18],[1.106,0.215],[7.821,-4.28],[10.67,2.96],[1,1],[1.211,0.789],[0.837,2.087],[0.334,2.376],[-5.562,12.471],[-8.48,6.833],[-4.604,1.69],[-4.371,-1.35],[-1.358,-3.795],[0.405,-5.19],[4.548,-7.722],[5.116,-3.272],[2.456,-1.032],[2.101,0.458],[-0.473,7.354],[-2.544,4.18],[-0.427,0.143],[-0.164,0.219],[-0.078,0.536],[-0.345,0.398],[-2.462,1.48],[-2.418,0.079],[1.015,-3.9],[2.354,-1.399],[0.011,1.486],[1.398,1.519],[1.547,-4.717],[-2.454,-4.339],[-2.85,1.02],[-2.471,2.377],[-1.81,3.888],[-0.712,4.517],[1.29,3.613],[3.587,0.808],[1.615,-0.402],[1.9,-0.759],[2.509,-2.127],[2.328,-3.039],[1.513,-11.991]],"o":[[3.1,0.321],[2.577,-0.415],[2.121,-0.91],[1.734,-1.165],[1.618,-1.349],[1.452,-1.402],[1.314,-1.482],[1.206,-1.589],[1.893,-2.899],[1.782,-3.474],[1.418,-3.87],[0.802,-4.086],[-0.01,-0.58],[-0.05,-0.713],[-0.087,-0.788],[-0.118,-0.806],[-0.379,-2.015],[-0.49,-1.255],[-0.614,-0.958],[-0.995,-1.485],[-0.432,-0.485],[-0.69,-0.311],[-0.656,-0.896],[-4.89,-1.502],[-4.571,0.974],[-2.274,1.294],[-1.49,1.305],[-1.178,0.99],[-1.252,0.798],[-1.475,1.487],[-1.59,2.325],[-1.529,1.596],[-1.143,1.944],[-1.905,3.452],[-1.473,3.468],[-0.844,2.575],[-0.68,2.211],[-0.582,3.447],[-0.21,3.968],[0.373,3.24],[1.008,2.754],[3.196,2.487],[2.666,2.217],[6.122,0.956],[4.713,-1.577],[1.367,-0.744],[1.167,-0.674],[0.483,-0.279],[0.285,-0.372],[1.667,-1.023],[1.687,-0.755],[1.684,-1.014],[1.466,-1.071],[0,-1.834],[0,-1.833],[-0.428,-1.572],[-1.25,-0.75],[-0.749,-1.504],[-0.536,1.18],[-5.046,5.841],[-7.821,4.28],[-0.789,-1.211],[-1,-1],[-0.318,-2.278],[-0.837,-2.087],[-1.728,-12.282],[5.562,-12.471],[3.214,-2.59],[4.604,-1.69],[2.971,2.63],[1.358,3.795],[-0.69,8.842],[-4.548,7.721],[-2.077,1.328],[-2.455,1.032],[-6.435,-1.403],[0.473,-7.354],[0.126,-0.208],[0.427,-0.143],[0.344,-0.457],[0.078,-0.536],[1.735,-2.002],[2.462,-1.48],[2.413,3.002],[-1.015,3.9],[-0.56,-2.536],[-0.011,-1.486],[-4.267,0.792],[-1.547,4.717],[3.128,1.458],[2.85,-1.02],[3.048,-2.932],[1.81,-3.888],[0.747,-4.742],[-1.29,-3.613],[-1.64,-0.369],[-1.615,0.403],[-3.635,1.452],[-2.509,2.127],[-6.06,7.909],[-1.513,11.991]],"v":[[417,-96],[425.498,-96.202],[432.528,-98.25],[438.294,-101.424],[443,-105],[447.597,-109.118],[451.738,-113.436],[455.51,-118.036],[459,-123],[464.576,-132.605],[469.441,-143.666],[472.835,-155.644],[474,-168],[473.909,-169.953],[473.702,-172.218],[473.395,-174.625],[473,-177],[471.7,-181.788],[470.048,-184.991],[468,-188],[466.211,-190.683],[464,-192],[461.995,-194.155],[460,-196],[445.451,-196.332],[434,-192],[428.618,-188.144],[424,-184],[420.226,-181.371],[417,-179],[412.267,-172.796],[408,-167],[404.028,-161.524],[401,-156],[395.974,-145.667],[392,-135],[389.695,-128.006],[388,-121],[386.745,-109.675],[387,-98],[389.334,-89.127],[392,-81],[400.293,-73.619],[410,-69],[426.323,-70.548],[438,-76],[441.801,-78.139],[445,-80],[446.081,-81.037],[447,-82],[452.061,-84.552],[457,-87],[461.673,-90.233],[466,-93],[466,-98.5],[466,-104],[463.359,-107.359],[459,-109],[457.268,-108.467],[455,-106],[435.718,-89.399],[408,-86],[405.317,-89.316],[402,-92],[400.012,-98.426],[398,-105],[404.844,-143.587],[427,-174],[439.132,-180.955],[453,-182],[459.532,-172.42],[461,-159],[452.319,-133.322],[437,-116],[430.019,-112.16],[423,-111],[415.265,-126.417],[421,-146],[421.972,-146.492],[423,-147],[423.499,-148.545],[424,-150],[430.488,-155.442],[438,-158],[439.575,-146.798],[434,-138],[433.629,-143.762],[432,-148],[422.959,-138.66],[424,-124],[432.992,-123.624],[441,-129],[448.252,-139.311],[452,-152],[451.25,-164.95],[444,-172],[439.195,-171.846],[434,-170],[425.02,-164.69],[418,-157],[404.621,-124.414]],"c":true}],"h":1},{"t":97.571,"s":[{"i":[[2.722,-1.163],[0.028,0.678],[0.091,0.747],[0.143,0.821],[0.182,0.899],[1.715,-1.969],[0.668,-2.699],[-0.631,-2.506],[-2.183,-1.388],[-1.617,0.457],[-1.413,0.95],[-1.215,1.268],[-1.022,1.411],[-1.459,3.694],[-0.539,4.038],[1.19,3.2],[3.728,1.18],[2.349,-0.735],[2.154,-1.697],[1.853,-2.113],[1.447,-1.984],[0.085,-0.086],[0.109,-0.107],[0.095,-0.093],[0.042,-0.044],[0.681,-1.031],[0.52,-1.084],[0.454,-1.136],[0.484,-1.187],[0.72,-2.331],[0.426,-2.382],[0.118,-2.61],[-0.204,-3.015],[-0.805,-1.79],[-1.038,-1.412],[-1.464,-0.916],[-2.084,-0.303],[-1.797,0.297],[-1.76,0.743],[-1.708,1.074],[-1.641,1.291],[-1.586,1.601],[-1.408,1.722],[-1.243,1.76],[-1.092,1.716],[-1.537,3.081],[-1.273,3.383],[-0.85,3.486],[-0.268,3.39],[0.51,3.583],[1.168,2.784],[1.581,2.584],[1.858,0.93],[2.409,0.198],[4.392,-2.169],[3.428,-1.736],[3.981,-5.275],[2.855,-4.93],[0.656,-1.063],[0.612,-1.428],[2.053,-6.945],[0.37,-6.582],[-0.286,-3.974],[-1.062,-3.421],[-0.789,-1.08],[0.528,-1.485],[-1.038,-1.462],[-1.192,-1.308],[-1.336,-0.664],[-1.045,-0.955],[-3.158,0.509],[-3.274,0.393],[-4.69,2.81],[-3.869,3.631],[-1.655,1.012],[-0.606,2.06],[0.982,2.518],[3.49,0.01],[0.456,-0.907],[0.676,0.084],[0.771,-0.563],[-0.236,-1.57],[6.996,-3.892],[9.741,3.089],[1.57,2.976],[0.494,3.511],[-6.576,13.841],[-9.666,5.62],[-3.073,0.836],[-3.463,-0.65],[-1.311,-3.745],[0.408,-5.216],[1.853,-4.966],[2.145,-3.476],[4.503,-3.771],[5.957,-0.005],[-1.295,7.696],[-3.275,4.431],[-2.349,1.554],[-2.944,-0.459],[0.881,-3.572]],"o":[[0.048,-0.612],[-0.028,-0.678],[-0.092,-0.747],[-0.143,-0.821],[-2.51,0.315],[-1.715,1.969],[-0.668,2.699],[0.631,2.506],[1.826,0.21],[1.617,-0.457],[1.413,-0.95],[1.215,-1.268],[1.57,-2.167],[1.459,-3.694],[0.539,-4.038],[-1.19,-3.2],[-2.438,-0.772],[-2.349,0.735],[-2.154,1.697],[-1.853,2.113],[-0.022,0.03],[-0.085,0.086],[-0.109,0.107],[-0.095,0.093],[-0.937,0.978],[-0.681,1.031],[-0.52,1.084],[-0.454,1.136],[-1.001,2.458],[-0.72,2.331],[-0.426,2.382],[-0.118,2.61],[0.765,2.051],[0.805,1.79],[1.038,1.412],[1.464,0.916],[1.818,0.264],[1.797,-0.297],[1.76,-0.743],[1.708,-1.074],[1.777,-1.397],[1.586,-1.601],[1.408,-1.722],[1.243,-1.76],[1.641,-2.579],[1.537,-3.081],[1.273,-3.383],[0.85,-3.486],[0.393,-4.981],[-0.51,-3.583],[-1.168,-2.784],[-2.157,-1.082],[-1.858,-0.93],[-5.003,-0.412],[-4.392,2.169],[-4.222,3.969],[-3.981,5.275],[-0.764,1.321],[-0.656,1.063],[-2.417,5.638],[-2.053,6.945],[-0.207,3.683],[0.286,3.974],[0.371,1.195],[0.789,1.08],[1.654,0.846],[1.038,1.462],[1.613,0.388],[1.336,0.664],[4.096,0.429],[3.158,-0.509],[4.371,-3.129],[4.69,-2.81],[1.775,-0.892],[1.655,-1.012],[0.418,-3.918],[-0.982,-2.518],[-0.501,-1.542],[-0.456,0.907],[-0.154,1.179],[-0.771,0.563],[-5.275,4.52],[-6.996,3.892],[-2.226,-2.584],[-1.57,-2.976],[-1.971,-14.015],[6.576,-13.841],[2.245,-1.305],[3.073,-0.836],[3.162,2.803],[1.311,3.745],[-0.442,5.661],[-1.853,4.966],[-3.031,4.912],[-4.503,3.771],[-6.453,-3.785],[1.295,-7.696],[1.658,-2.243],[2.349,-1.554],[1.245,3.55],[-0.881,3.571]],"v":[[439,-142],[439.028,-143.933],[438.846,-146.07],[438.491,-148.421],[438,-151],[431.598,-147.343],[427.96,-140.109],[427.842,-132.071],[432,-126],[437.162,-126.415],[441.705,-128.569],[445.646,-131.939],[449,-136],[453.746,-145.087],[456.947,-156.981],[456.174,-168.135],[449,-175],[441.793,-174.918],[435.013,-171.133],[428.976,-165.282],[424,-159],[423.831,-158.818],[423.531,-158.521],[423.215,-158.214],[423,-158],[420.597,-154.986],[418.82,-151.814],[417.383,-148.485],[416,-145],[413.414,-137.861],[411.691,-130.836],[410.873,-123.393],[411,-115],[413.306,-109.21],[416.021,-104.378],[419.726,-100.857],[425,-99],[430.426,-99.079],[435.765,-100.668],[440.971,-103.424],[446,-107],[451.04,-111.517],[455.527,-116.521],[459.5,-121.764],[463,-127],[467.807,-135.539],[472.061,-145.284],[475.284,-155.637],[477,-166],[476.763,-178.697],[474.184,-188.098],[470,-196],[464.189,-199.163],[458,-201],[443.818,-197.611],[432,-191],[419.474,-176.721],[409,-161],[406.886,-157.58],[405,-154],[397.965,-134.707],[394,-114],[394.048,-102.303],[396,-91],[398.174,-87.718],[399,-84],[402.846,-80.346],[406,-76],[410.426,-74.426],[414,-72],[424.617,-72.383],[434,-74],[447.877,-82.623],[461,-92],[466.377,-94.623],[470,-99],[469.431,-108.931],[463,-113],[461.631,-113.094],[460,-111],[458.207,-108.793],[457,-106],[438.849,-91.793],[414,-89],[408.201,-97.304],[405,-107],[413.272,-150.796],[439,-182],[447.087,-185.467],[457,-186],[463.677,-176.309],[465,-163],[461.277,-146.862],[455,-134],[443.694,-120.319],[428,-114],[421.704,-133.016],[430,-153],[436.036,-159.026],[444,-161],[444.476,-149.71]],"c":true}],"h":1},{"t":98.571,"s":[{"i":[[-7.554,-4.328],[-0.993,-0.04],[-0.881,0.091],[-0.615,0.363],[-1.135,0.401],[-0.541,-0.086],[-0.408,0.193],[-0.149,0.448],[-0.217,0.121],[-2.613,2.493],[-2.846,3.956],[-2.64,5.899],[-1.594,7.059],[-0.584,3.822],[0.268,3.583],[4.284,4.352],[8.284,-2.161],[2.33,-1.418],[1.259,-0.957],[0.125,-0.406],[0.257,-0.193],[0.533,-0.071],[0.399,-0.368],[0.988,-1.205],[1.113,-1.32],[2.557,-4.254],[2.314,-4.882],[0.918,-1.489],[0.601,-1.509],[0.448,-1.874],[0.53,-1.798],[0.891,-3.826],[0.289,-3.808],[-0.89,-5.365],[-1.936,-4.983],[-1.872,-1.795],[-2.567,-1.1],[-4.326,1.594],[-3.491,2.339],[-2.74,2.172],[-2.735,2.096],[-1.551,0.992],[-0.317,1.9],[-0.101,2.038],[0.235,0.88],[1.103,0.145],[0.231,1.084],[1.058,-1.554],[1.236,-0.828],[1.196,-1.47],[1.068,-1.599],[0.885,-1.115],[1.528,-0.472],[3.355,-1.479],[5.417,0.584],[1.829,6.182],[-0.708,7.606],[-4.044,8.831],[-3.879,5.55],[-3.941,2.893],[-7.39,-0.557],[-0.403,-7.042],[1.496,-4.978],[0.746,-1.292],[0.587,-1.406],[0.058,-0.825],[0.38,-0.772],[0.586,-0.442],[0.39,-0.692],[0.586,-1.383],[0.887,-1.11],[3.408,-2.162],[3.786,-0.118],[0.979,1.978],[0.258,2.051],[-3.976,7.306],[-5.988,-0.328],[0.779,-3.319],[2.097,-1.489],[0.026,1.807],[1.929,-0.096],[1.039,-5.167],[-3.027,-3.31],[-2.522,1.819],[-1.26,1.353],[-0.072,0.525],[-0.333,0.492],[-0.552,0.434],[-0.358,0.627],[-0.139,7.685],[7.05,0.894],[1.701,-1.042],[1.575,-1.165],[0.589,-0.111],[0.305,-0.305],[0.086,-0.584],[0.327,-0.332],[0.853,-0.649],[0.846,-0.649],[2.909,-7.574],[-0.333,-7.844]],"o":[[1.145,-0.067],[0.993,0.04],[1.405,-0.145],[0.615,-0.363],[0.427,-0.151],[0.541,0.086],[0.185,-0.088],[0.149,-0.448],[3.703,-2.071],[2.613,-2.493],[3.846,-5.346],[2.64,-5.899],[0.932,-4.13],[0.584,-3.822],[-0.58,-7.754],[-4.284,-4.352],[-1.423,0.371],[-2.33,1.418],[-0.241,0.183],[-0.125,0.406],[-0.467,0.35],[-0.533,0.071],[-0.935,0.861],[-0.988,1.205],[-3.46,4.103],[-2.557,4.254],[-0.726,1.533],[-0.918,1.489],[-0.679,1.706],[-0.448,1.874],[-1.147,3.891],[-0.891,3.825],[-0.498,6.559],[0.89,5.365],[1.946,1.721],[1.872,1.795],[7.203,0.715],[4.326,-1.594],[3.305,-2.215],[2.74,-2.172],[1.478,-1.133],[1.551,-0.992],[-0.168,-1.967],[0.101,-2.038],[-0.356,-1.336],[-1.103,-0.145],[-1.533,-1.044],[-1.058,1.554],[-1.147,1.52],[-1.196,1.47],[-1.933,0.067],[-0.885,1.115],[-3.165,1.668],[-3.355,1.479],[-5.393,-2.667],[-1.829,-6.182],[0.943,-10.127],[4.044,-8.831],[3.847,-2.987],[3.941,-2.893],[4.885,3.855],[0.403,7.042],[-0.428,1.423],[-0.746,1.293],[-0.387,0.927],[-0.058,0.825],[-0.267,0.542],[-0.586,0.442],[-0.768,1.359],[-0.586,1.383],[-2.583,3.233],[-3.408,2.162],[-1.824,-1.039],[-0.979,-1.978],[-0.894,-7.104],[3.976,-7.306],[1.215,3.234],[-0.78,3.319],[-0.967,-0.866],[-0.026,-1.807],[-3.87,1.024],[-1.039,5.167],[3.65,0.63],[2.522,-1.819],[0.38,-0.407],[0.072,-0.525],[0.432,-0.637],[0.552,-0.434],[2.496,-4.368],[0.139,-7.685],[-2.622,-0.332],[-1.701,1.042],[-0.341,0.252],[-0.589,0.111],[-0.33,0.33],[-0.086,0.585],[-0.74,0.752],[-0.853,0.65],[-2.697,4.862],[-2.909,7.574],[0.378,8.894]],"v":[[431,-104],[434.198,-103.982],[437,-104],[439.703,-104.808],[442,-106],[443.515,-105.969],[445,-106],[445.476,-106.975],[446,-108],[455.143,-114.586],[463,-124],[472.69,-140.715],[479,-160],[481.4,-171.91],[482,-183],[474.778,-201.936],[456,-206],[449.877,-202.94],[444,-199],[443.512,-198.007],[443,-197],[441.449,-196.513],[440,-196],[437.134,-192.845],[434,-189],[425.14,-176.585],[418,-163],[415.406,-158.482],[413,-154],[411.388,-148.57],[410,-143],[406.857,-131.438],[405,-120],[405.675,-102.318],[410,-87],[415.534,-81.534],[422,-77],[438.784,-78.709],[450,-85],[458.928,-91.589],[467,-98],[471.871,-100.925],[475,-105],[475.051,-111.315],[475,-116],[472.406,-117.689],[470,-119],[466.278,-117.404],[463,-113],[459.442,-108.559],[456,-104],[452.196,-101.804],[449,-99],[439.689,-93.811],[427,-92],[416.424,-105.796],[415,-127],[423.298,-155.932],[436,-178],[446.842,-187.658],[463,-192],[470.286,-174.342],[468,-155],[466.119,-150.987],[464,-147],[463.494,-144.384],[463,-142],[461.593,-140.612],[460,-139],[458.09,-134.813],[456,-131],[446.902,-122.664],[436,-119],[431.825,-123.741],[430,-130],[435.339,-153.574],[451,-166],[451.484,-155.691],[447,-148],[446.221,-152.721],[444,-156],[436.328,-145.215],[439,-131],[448.293,-133.512],[454,-139],[454.535,-140.437],[455,-142],[456.555,-143.507],[458,-145],[463.16,-165.606],[454,-181],[447.715,-179.623],[443,-176],[441.473,-175.54],[440,-175],[439.497,-173.502],[439,-172],[436.579,-169.923],[434,-168],[424.728,-148.736],[420,-125]],"c":true}],"h":1},{"t":99.571,"s":[{"i":[[-3.613,-2.572],[-2.12,1.709],[-1.521,2.489],[-1.015,2.786],[-0.605,2.6],[-0.281,1.127],[-0.234,1.212],[-0.086,1.229],[0.162,1.178],[1.46,1.702],[2.018,0.112],[2.174,-1.146],[1.928,-2.072],[0.621,-0.95],[0.55,-1.041],[0.529,-1.07],[0.559,-1.038],[1.087,-2.388],[0.879,-2.399],[0.603,-2.311],[0.258,-2.126],[-0.101,-3.464],[-0.803,-2.904],[-1.675,-1.863],[-2.719,-0.341],[-1.233,0.325],[-0.989,0.654],[-1.136,0.752],[-1.675,0.618],[-4.563,8.477],[-2.601,10.048],[1.244,9.679],[0.579,2.198],[0.529,1],[0.77,0.704],[0.664,0.697],[1.193,0.556],[2.595,0.061],[0.112,0.255],[0.476,-0.024],[1.826,-0.742],[-0.005,0.004],[0.539,-0.298],[0.425,-0.407],[0.313,-0.088],[0.407,-0.322],[4.291,-6.239],[3.501,-7.62],[2.149,-11.984],[-1.596,-13.191],[-2.13,-3.203],[-3.801,-1.532],[-2.257,0.158],[-1.234,0.488],[-0.594,0.178],[-0.453,0.222],[-1.225,1.241],[-1.557,1.279],[-0.564,0.102],[-0.36,0.275],[-0.964,1.058],[-0.973,0.874],[-2.783,2.597],[-1.015,3.047],[1.045,1.955],[2.454,0.546],[0.97,-1.669],[1.17,-1.611],[0.72,-0.63],[0.653,-0.835],[0.446,-0.901],[0.649,-0.667],[1.754,-1.2],[1.863,-1.048],[2.041,-0.829],[2.629,0.558],[1.609,6.808],[-0.557,6.681],[-4.372,10.162],[-5.651,6.018],[-2.768,1.782],[-3.499,-0.712],[-1.131,-3.313],[-0.077,-3.369],[0.81,-4.372],[0.848,-2.612],[0.867,-1.788],[0.784,-1.536],[3.685,-4.062],[5.024,0.636],[0.758,2.233],[0.11,1.971],[-0.941,3.641],[-1.417,3.165],[-2.09,2.712],[-3.173,-0.127],[0.652,-3.515],[1.88,-2.175],[0.17,1.664],[1.732,0.101],[0.804,-5.235]],"o":[[2.813,-0.446],[2.12,-1.709],[1.521,-2.489],[1.015,-2.786],[0.227,-0.975],[0.281,-1.127],[0.234,-1.212],[0.086,-1.229],[-0.5,-3.625],[-1.46,-1.702],[-2.018,-0.112],[-2.174,1.146],[-0.742,0.798],[-0.621,0.95],[-0.55,1.041],[-0.529,1.07],[-1.227,2.279],[-1.087,2.388],[-0.879,2.399],[-0.603,2.311],[-0.43,3.543],[0.101,3.464],[0.803,2.904],[1.675,1.863],[1.87,0.235],[1.233,-0.325],[0.989,-0.654],[1.136,-0.752],[4.642,-4.967],[4.563,-8.477],[2.601,-10.048],[-0.155,-1.207],[-0.579,-2.198],[-0.256,-0.485],[-0.77,-0.704],[-1.634,-1.716],[-1.193,-0.556],[-0.076,-0.002],[-0.112,-0.255],[-0.701,0.034],[-1.826,0.742],[-0.419,0.401],[-0.539,0.298],[-0.341,0.326],[-0.313,0.088],[-4.336,3.425],[-4.291,6.239],[-4.998,10.875],[-2.149,11.984],[1.678,3.656],[2.13,3.203],[2.74,0.121],[2.256,-0.158],[0.171,-0.067],[0.594,-0.178],[1.542,-0.757],[1.225,-1.241],[0.385,-0.316],[0.564,-0.102],[1.17,-0.894],[0.964,-1.058],[2.855,-2.565],[2.783,-2.597],[0.634,-3.633],[-1.045,-1.955],[-1.95,0.715],[-0.97,1.669],[-0.467,0.643],[-0.72,0.63],[-0.568,0.727],[-0.446,0.901],[-1.12,1.152],[-1.754,1.2],[-2.206,1.24],[-2.041,0.829],[-5.12,-1.087],[-1.609,-6.808],[0.861,-10.335],[4.372,-10.162],[2.428,-2.585],[2.768,-1.782],[3.399,1.38],[1.131,3.313],[0.089,3.9],[-0.81,4.372],[-0.75,2.311],[-0.867,1.788],[-2.236,4.386],[-3.685,4.062],[-1.859,-1.096],[-0.758,-2.233],[-0.182,-3.272],[0.941,-3.641],[1.467,-3.279],[2.09,-2.712],[1.489,2.763],[-0.652,3.515],[-0.589,-1.243],[-0.17,-1.664],[-3.398,1.489],[-0.804,5.235]],"v":[[450,-138],[457.376,-141.352],[462.814,-147.769],[466.594,-155.801],[469,-164],[469.786,-167.171],[470.584,-170.696],[471.089,-174.373],[471,-178],[467.96,-185.907],[462.643,-188.546],[456.254,-186.911],[450,-182],[447.968,-179.363],[446.225,-176.361],[444.62,-173.179],[443,-170],[439.512,-162.975],[436.547,-155.771],[434.308,-148.681],[433,-142],[432.464,-131.369],[433.777,-121.697],[437.451,-114.427],[444,-111],[448.557,-111.194],[451.792,-112.721],[454.882,-114.887],[459,-117],[473.278,-137.651],[484.495,-165.924],[487,-196],[485.78,-201.655],[484,-207],[482.306,-208.841],[480,-211],[476.221,-214.24],[471,-215],[470.8,-215.519],[470,-216],[465.471,-214.471],[462,-213],[460.505,-212.005],[459,-211],[458.05,-210.497],[457,-210],[443.874,-195.146],[432,-174],[421.055,-139.737],[420,-102],[425.408,-91.408],[434,-84],[441.63,-84.043],[447,-85],[448.288,-85.384],[450,-86],[453.989,-89.108],[458,-93],[459.519,-93.531],[461,-94],[464.148,-97.015],[467,-100],[475.88,-107.638],[482,-116],[481.316,-124.316],[476,-128],[471.915,-124.172],[469,-119],[467.139,-117.144],[465,-115],[463.56,-112.455],[462,-110],[457.558,-106.422],[452,-103],[445.817,-99.651],[439,-99],[429.243,-112.305],[428,-134],[436.407,-165.738],[452,-191],[459.696,-197.972],[469,-200],[475.491,-192.491],[477,-182],[475.703,-169.034],[473,-158],[470.525,-151.919],[468,-147],[459.091,-133.234],[446,-127],[442.188,-132.344],[441,-139],[442.301,-149.58],[446,-160],[451.22,-169.555],[459,-174],[460.027,-164.059],[456,-155],[455.357,-159.856],[453,-163],[446.243,-151.313]],"c":true}],"h":1},{"t":100.571,"s":[{"i":[[3.668,1.423],[1.77,-1.415],[1.335,-2.046],[1.022,-2.234],[0.832,-1.976],[0.876,-2.467],[0.704,-2.53],[0.476,-2.548],[0.191,-2.52],[-0.122,-3.178],[-0.696,-2.643],[-1.476,-1.644],[-2.461,-0.18],[-0.917,0.271],[-0.857,0.495],[-0.761,0.601],[-0.63,0.591],[-0.53,0.747],[-0.476,0.815],[-0.458,0.786],[-0.475,0.658],[-1.594,3.168],[-1.397,3.578],[-1.105,3.621],[-0.718,3.297],[-0.555,5.498],[0.365,5.581],[1.987,3.792],[4.312,0.132],[0.985,-0.416],[0.834,-0.65],[0.932,-0.659],[1.279,-0.444],[3.485,-6.312],[2.769,-7.208],[1.774,-7.792],[0.501,-8.064],[-0.223,-4.909],[-1.042,-4.285],[-2.174,-2.734],[-3.616,-0.253],[-1.082,0.375],[-1.017,0.585],[-1.051,0.542],[-1.184,0.248],[-0.968,1.116],[-1.078,1.005],[-0.947,1.137],[-0.572,1.511],[-0.62,0.464],[-0.564,0.519],[-0.413,0.671],[-0.164,0.919],[-0.554,0.402],[-0.595,0.562],[-0.493,0.754],[-0.25,0.977],[0.051,2.058],[0.882,1.373],[2.07,-0.396],[0.836,-1.902],[0.828,-1.026],[1.734,-2.07],[1.938,-2.099],[0.188,-0.689],[0.644,-0.59],[0.702,-0.286],[0.771,-0.469],[1.372,-0.741],[2.357,0.667],[0.763,1.643],[0.688,1.805],[0.514,3.541],[-0.232,3.755],[-1.729,7.314],[-2.651,6.77],[-3.838,5.531],[-5.979,1.058],[-0.816,-4.52],[0.457,-5.358],[1.427,-4.936],[1.895,-4.585],[2.661,-3.893],[4.421,0.258],[0.594,2.166],[0.092,2.022],[-0.759,3.665],[-1.108,3.161],[-1.754,2.821],[-2.812,0.376],[0.562,-3.417],[1.675,-2.105],[-0.122,1.492],[2.64,0.311],[0.878,-4.666],[-2.351,-3.695],[-2.097,3.359],[-1.053,2.857],[-0.768,2.477],[-0.193,2.096],[0.671,3.937]],"o":[[-2.328,0.339],[-1.77,1.415],[-1.335,2.046],[-1.022,2.234],[-0.993,2.359],[-0.876,2.467],[-0.704,2.53],[-0.476,2.548],[-0.246,3.247],[0.122,3.178],[0.696,2.643],[1.476,1.644],[0.943,0.069],[0.917,-0.271],[0.857,-0.495],[0.761,-0.601],[0.62,-0.581],[0.53,-0.747],[0.476,-0.815],[0.458,-0.786],[1.695,-2.39],[1.594,-3.168],[1.397,-3.578],[1.105,-3.621],[0.772,-3.544],[0.555,-5.498],[-0.365,-5.581],[-1.987,-3.792],[-1.384,-0.042],[-0.985,0.416],[-0.834,0.65],[-0.932,0.659],[-3.924,5.104],[-3.485,6.312],[-2.769,7.208],[-1.774,7.792],[-0.286,4.605],[0.223,4.909],[1.042,4.285],[2.174,2.733],[1.246,0.087],[1.082,-0.375],[1.017,-0.585],[1.051,-0.542],[0.614,-1.469],[0.968,-1.116],[1.078,-1.005],[0.947,-1.137],[0.578,-0.505],[0.62,-0.464],[0.564,-0.519],[0.413,-0.671],[0.371,-0.274],[0.554,-0.402],[0.595,-0.562],[0.493,-0.754],[0.424,-1.659],[-0.051,-2.058],[-0.882,-1.373],[-0.828,-0.633],[-0.836,1.902],[-1.127,2.623],[-1.734,2.07],[-0.602,0.653],[-0.188,0.689],[-0.421,0.385],[-0.702,0.286],[-1.156,0.704],[-1.372,0.741],[-2.259,-0.623],[-0.763,-1.643],[-1.174,-3.081],[-0.514,-3.541],[0.431,-6.975],[1.729,-7.314],[2.671,-6.819],[3.838,-5.531],[3.19,2.562],[0.817,4.52],[-0.398,4.671],[-1.427,4.936],[-1.937,4.686],[-2.661,3.893],[-1.53,-1.315],[-0.594,-2.166],[-0.145,-3.18],[0.759,-3.665],[1.172,-3.339],[1.754,-2.821],[0.924,3.228],[-0.562,3.417],[-0.847,-1.722],[0.122,-1.492],[-1.837,2.642],[-0.879,4.666],[4.56,0.293],[2.097,-3.359],[0.736,-1.996],[0.768,-2.477],[0.352,-3.831],[-0.671,-3.937]],"v":[[472,-200],[465.883,-197.259],[461.255,-191.957],[457.75,-185.426],[455,-179],[452.183,-171.748],[449.798,-164.241],[448.014,-156.613],[447,-149],[446.763,-139.247],[447.939,-130.4],[451.146,-123.852],[457,-121],[459.8,-121.333],[462.47,-122.51],[464.905,-124.183],[467,-126],[468.716,-128.016],[470.216,-130.384],[471.609,-132.81],[473,-135],[477.957,-143.428],[482.466,-153.639],[486.242,-164.531],[489,-175],[491.166,-189.031],[491.626,-206.118],[488.274,-220.646],[479,-227],[475.508,-226.384],[472.842,-224.73],[470.254,-222.711],[467,-221],[455.816,-203.798],[446.366,-183.44],[439.482,-160.862],[436,-137],[435.827,-122.497],[437.647,-108.473],[442.393,-97.712],[451,-93],[454.469,-93.495],[457.594,-94.998],[460.672,-96.752],[464,-98],[466.433,-101.817],[469.563,-104.938],[472.661,-108.09],[475,-112],[476.821,-113.429],[478.621,-114.879],[480.111,-116.639],[481,-119],[482.423,-120.006],[484.182,-121.445],[485.85,-123.411],[487,-126],[487.648,-131.847],[486.338,-137.263],[482,-139],[479.5,-136.245],[477,-131],[472.608,-124.107],[467,-118],[466.032,-115.953],[465,-114],[463.263,-113.063],[461,-112],[457.401,-109.472],[452,-109],[447.822,-112.613],[446,-118],[443.446,-127.994],[443,-139],[446.335,-160.653],[453,-182],[462.519,-201.321],[477,-212],[482.735,-201.097],[483,-186],[480.123,-171.436],[475,-157],[468.363,-143.292],[458,-137],[454.921,-142.47],[454,-149],[455.06,-159.515],[458,-170],[462.27,-179.722],[469,-185],[469.449,-174.657],[466,-166],[465.845,-171.058],[463,-174],[458.359,-162.291],[460,-149],[469.631,-154.638],[474,-165],[476.407,-171.926],[478,-179],[478.016,-191.306]],"c":true}],"h":1},{"t":101.571,"s":[{"i":[[2.913,1.073],[0.167,0],[0.167,0],[0.167,0],[0.167,0],[1.183,-1.242],[0.881,-1.419],[0.758,-1.592],[0.812,-1.761],[0.346,-0.646],[0.354,-0.651],[0.331,-0.679],[0.276,-0.73],[1.36,-4.763],[1.127,-5.097],[0.829,-5.036],[0.465,-4.579],[0.185,-2.237],[0.106,-2.231],[-0.007,-2.253],[-0.155,-2.304],[-0.403,-2.624],[-0.751,-2.338],[-1.223,-1.795],[-1.818,-0.995],[-1.099,0.512],[-0.947,0.704],[-0.75,0.715],[-0.506,0.544],[-0.075,0.246],[-0.036,0.268],[-0.068,0.262],[-0.17,0.231],[-0.347,0.319],[-0.379,0.322],[-0.342,0.342],[-0.236,0.38],[-0.406,0.812],[-0.389,0.851],[-0.413,0.864],[-0.478,0.85],[-0.477,0.858],[-0.493,0.851],[-0.519,0.818],[-0.557,0.757],[0,0.667],[0,0.667],[0,0.667],[0,0.667],[-0.066,0.733],[-0.014,0.68],[0.31,0.357],[0.904,-0.237],[0.642,-0.802],[0.214,-1.231],[0.295,-1.15],[1.075,-2.405],[1.359,-2.192],[1.725,-1.87],[2.819,-0.456],[0.754,6.265],[-0.476,6.971],[-2.29,9.883],[-3.188,6.939],[-1.721,2.334],[-2.876,-0.034],[-0.526,-3.778],[0.129,-3.9],[0.886,-5.372],[1.297,-4.645],[2.013,-4.161],[3.591,-1.495],[-1.019,7.988],[-2.368,4.698],[-0.547,1.043],[-1.322,-0.144],[0.175,-3.158],[1.275,-2.058],[0.121,1.379],[1.43,0.07],[0.604,-4.94],[-2.144,-3.488],[-1.536,3.338],[-0.951,3.902],[-0.248,6.126],[2.411,3.662],[1.584,-1.509],[1.208,-2.231],[0.581,-2.444],[0.645,-2.325],[1.093,-5.118],[0.318,-4.805],[-0.857,-4.733],[-2.996,-2.691],[-2.737,5.494],[-1.967,6.528],[-1.424,6.778],[-0.41,6.6],[-0.059,4.1],[0.485,3.605],[1.182,2.567]],"o":[[-0.167,0],[-0.167,0],[-0.167,0],[-0.167,0],[-1.663,1.061],[-1.183,1.242],[-0.881,1.419],[-0.758,1.592],[-0.306,0.664],[-0.346,0.646],[-0.354,0.652],[-0.331,0.679],[-1.528,4.032],[-1.36,4.763],[-1.127,5.097],[-0.829,5.036],[-0.231,2.273],[-0.185,2.237],[-0.106,2.231],[0.007,2.253],[0.178,2.652],[0.403,2.624],[0.751,2.338],[1.223,1.795],[1.204,-0.138],[1.099,-0.512],[0.947,-0.705],[0.75,-0.715],[0.185,-0.199],[0.075,-0.246],[0.036,-0.268],[0.068,-0.262],[0.247,-0.334],[0.347,-0.319],[0.379,-0.322],[0.342,-0.342],[0.464,-0.745],[0.406,-0.812],[0.389,-0.851],[0.413,-0.864],[0.472,-0.838],[0.477,-0.858],[0.493,-0.851],[0.519,-0.818],[0,-0.667],[0,-0.667],[0,-0.667],[0,-0.667],[-0.151,-0.515],[0.066,-0.733],[0.014,-0.68],[-0.31,-0.357],[-1.582,-0.137],[-0.642,0.802],[-0.214,1.231],[-1.342,2.186],[-1.075,2.405],[-1.279,2.064],[-1.725,1.87],[-3.462,-3.97],[-0.753,-6.265],[0.65,-9.53],[2.29,-9.883],[1.24,-2.697],[1.721,-2.334],[2.024,2.988],[0.526,3.778],[-0.161,4.868],[-0.886,5.372],[-1.357,4.861],[-2.013,4.161],[-2.443,-7.351],[1.019,-7.988],[0.49,-0.974],[0.547,-1.043],[-0.024,3.31],[-0.175,3.158],[-0.086,-1.415],[-0.121,-1.379],[-1.728,2.751],[-0.604,4.94],[2.907,-0.745],[1.536,-3.338],[1.421,-5.832],[0.248,-6.126],[-2.454,-0.266],[-1.584,1.509],[-1.029,1.901],[-0.581,2.444],[-1.31,4.722],[-1.093,5.118],[-0.422,6.379],[0.856,4.733],[5.083,-1.498],[2.737,-5.494],[1.895,-6.287],[1.424,-6.778],[0.248,-3.993],[0.059,-4.101],[-0.358,-2.659],[-1.182,-2.567]],"v":[[486,-242],[485.5,-242],[485,-242],[484.5,-242],[484,-242],[479.776,-238.543],[476.724,-234.55],[474.31,-230.031],[472,-225],[471.014,-223.04],[469.955,-221.099],[468.919,-219.108],[468,-217],[463.653,-203.708],[459.906,-188.82],[456.957,-173.521],[455,-159],[454.367,-152.242],[453.921,-145.546],[453.765,-138.828],[454,-132],[454.841,-124.022],[456.54,-116.515],[459.47,-110.25],[464,-106],[467.466,-107.021],[470.547,-108.892],[473.104,-111.066],[475,-113],[475.373,-113.675],[475.522,-114.452],[475.661,-115.254],[476,-116],[476.909,-116.976],[478.016,-117.932],[479.115,-118.923],[480,-120],[481.295,-122.342],[482.478,-124.843],[483.672,-127.422],[485,-130],[486.421,-132.551],[487.873,-135.121],[489.389,-137.631],[491,-140],[491,-142],[491,-144],[491,-146],[491,-148],[490.94,-149.94],[491.128,-152.128],[490.752,-153.752],[489,-154],[485.791,-152.875],[484.635,-149.698],[484,-146],[480.512,-139.005],[477,-132],[472.655,-125.794],[466,-122],[460.047,-137.75],[460,-158],[464.596,-187.943],[473,-214],[477.273,-222.048],[484,-226],[487.615,-215.684],[488,-204],[486.352,-188.332],[483,-173],[478.175,-158.976],[470,-150],[468.392,-173.989],[474,-194],[475.376,-197.339],[478,-199],[477.938,-189.062],[476,-181],[476.008,-185.508],[474,-188],[470.096,-175.553],[472,-162],[478.467,-168.632],[482,-180],[484.874,-198.627],[482,-214],[476.065,-211.872],[472,-206],[469.712,-199.318],[468,-192],[464.256,-177.062],[462,-162],[462.437,-145.234],[468,-134],[479.337,-145.228],[486,-164],[491.114,-183.766],[494,-204],[494.55,-216.292],[494,-228],[491.917,-236.19]],"c":true}],"h":1},{"t":102.571,"s":[{"i":[[-0.931,0.014],[-0.477,0.666],[-0.382,0.752],[-0.305,0.822],[-0.245,0.876],[-0.203,0.914],[-0.178,0.936],[-0.17,0.942],[-0.181,0.932],[-0.409,2.465],[-0.364,2.571],[-0.315,2.642],[-0.261,2.678],[-0.203,2.678],[-0.141,2.643],[-0.075,2.572],[-0.005,2.466],[0.001,0.773],[0.007,0.818],[0.017,0.842],[0.031,0.846],[0.049,0.829],[0.071,0.793],[0.096,0.735],[0.126,0.658],[0.07,0.317],[0.095,0.355],[0.124,0.368],[0.157,0.357],[0.193,0.322],[0.233,0.261],[0.277,0.177],[0.324,0.067],[0.433,-0.387],[0.332,-0.468],[0.253,-0.534],[0.194,-0.583],[0.157,-0.618],[0.14,-0.636],[0.144,-0.639],[0.168,-0.626],[0.317,-1.305],[0.291,-1.328],[0.267,-1.351],[0.245,-1.375],[0.225,-1.398],[0.207,-1.422],[0.191,-1.446],[0.177,-1.47],[0.18,-1.766],[0.154,-1.786],[0.132,-1.8],[0.115,-1.808],[0.101,-1.81],[0.091,-1.805],[0.085,-1.794],[0.083,-1.777],[0.12,-2.104],[0.103,-2.118],[0.045,-2.106],[-0.056,-2.069],[-0.198,-2.005],[-0.381,-1.916],[-0.606,-1.801],[-0.873,-1.66],[-0.518,0.257],[-0.293,0.496],[-0.176,0.629],[-0.167,0.658],[-0.265,0.583],[-0.362,0.729],[-0.37,0.77],[-0.323,0.781],[-0.221,0.762],[-0.155,0.895],[-0.135,0.96],[-0.163,0.96],[-0.237,0.895],[-0.524,1.831],[-0.322,1.869],[0.113,1.979],[0.78,2.159],[0.403,-0.587],[0.12,-0.797],[0.032,-0.811],[0.14,-0.631],[0.161,-0.834],[0.158,-0.849],[0.168,-0.841],[0.192,-0.809],[0.415,-1.536],[0.536,-1.413],[0.728,-1.17],[0.992,-0.808],[0.353,1.761],[0.225,1.898],[-0.115,1.813],[-0.667,1.506],[0.004,-0.921],[-0.135,-0.782],[-0.447,-0.47]],"o":[[0.589,-0.564],[0.477,-0.666],[0.382,-0.752],[0.305,-0.822],[0.245,-0.876],[0.203,-0.914],[0.178,-0.936],[0.17,-0.942],[0.45,-2.323],[0.409,-2.465],[0.364,-2.571],[0.315,-2.642],[0.261,-2.678],[0.203,-2.678],[0.141,-2.643],[0.075,-2.572],[0.002,-0.708],[-0.001,-0.773],[-0.007,-0.818],[-0.017,-0.842],[-0.031,-0.846],[-0.049,-0.829],[-0.071,-0.793],[-0.096,-0.735],[-0.048,-0.254],[-0.07,-0.317],[-0.095,-0.355],[-0.124,-0.368],[-0.157,-0.357],[-0.193,-0.322],[-0.233,-0.261],[-0.277,-0.177],[-0.554,0.29],[-0.433,0.387],[-0.332,0.468],[-0.253,0.534],[-0.194,0.583],[-0.157,0.618],[-0.14,0.636],[-0.144,0.639],[-0.345,1.282],[-0.317,1.305],[-0.291,1.328],[-0.267,1.351],[-0.245,1.374],[-0.225,1.398],[-0.207,1.422],[-0.191,1.446],[-0.209,1.74],[-0.18,1.766],[-0.154,1.786],[-0.132,1.8],[-0.115,1.808],[-0.101,1.81],[-0.091,1.805],[-0.085,1.794],[-0.096,2.064],[-0.12,2.104],[-0.103,2.118],[-0.045,2.106],[0.056,2.069],[0.198,2.005],[0.381,1.916],[0.606,1.801],[0.85,0.085],[0.518,-0.257],[0.293,-0.496],[0.176,-0.629],[0.167,-0.658],[0.299,-0.659],[0.362,-0.729],[0.37,-0.77],[0.323,-0.781],[0.222,-0.766],[0.155,-0.895],[0.135,-0.96],[0.163,-0.96],[0.493,-1.863],[0.524,-1.831],[0.322,-1.869],[-0.113,-1.979],[-0.882,0.182],[-0.403,0.587],[-0.12,0.797],[-0.032,0.811],[-0.176,0.794],[-0.161,0.834],[-0.158,0.849],[-0.168,0.841],[-0.365,1.541],[-0.415,1.536],[-0.536,1.413],[-0.728,1.17],[-0.269,-1.402],[-0.353,-1.761],[-0.225,-1.898],[0.115,-1.813],[0.029,0.888],[-0.004,0.921],[0.135,0.782],[0.447,0.47]],"v":[[480,-152],[481.595,-153.848],[482.88,-155.979],[483.906,-158.344],[484.726,-160.896],[485.393,-163.586],[485.96,-166.365],[486.478,-169.186],[487,-172],[488.291,-179.191],[489.452,-186.754],[490.471,-194.583],[491.335,-202.573],[492.033,-210.615],[492.551,-218.605],[492.878,-226.435],[493,-234],[493.002,-236.228],[492.99,-238.62],[492.954,-241.115],[492.882,-243.652],[492.762,-246.17],[492.582,-248.608],[492.332,-250.905],[492,-253],[491.823,-253.862],[491.575,-254.875],[491.247,-255.965],[490.825,-257.059],[490.301,-258.084],[489.663,-258.964],[488.899,-259.628],[488,-260],[486.526,-258.98],[485.383,-257.693],[484.51,-256.187],[483.844,-254.507],[483.322,-252.702],[482.883,-250.817],[482.463,-248.901],[482,-247],[481.008,-243.119],[480.098,-239.17],[479.262,-235.151],[478.496,-231.062],[477.792,-226.904],[477.146,-222.674],[476.55,-218.373],[476,-214],[475.418,-208.738],[474.919,-203.407],[474.49,-198.025],[474.121,-192.611],[473.799,-187.183],[473.513,-181.76],[473.25,-176.359],[473,-171],[472.665,-164.741],[472.319,-158.401],[472.086,-152.057],[472.093,-145.788],[472.462,-139.67],[473.32,-133.781],[474.791,-128.199],[477,-123],[479.025,-123.284],[480.214,-124.44],[480.891,-126.154],[481.378,-128.111],[482,-130],[483.006,-132.089],[484.117,-134.344],[485.17,-136.677],[486,-139],[486.554,-141.507],[486.978,-144.305],[487.412,-147.201],[488,-150],[489.584,-155.524],[490.911,-161.057],[491.282,-166.812],[490,-173],[488.122,-171.798],[487.387,-169.673],[487.209,-167.212],[487,-165],[486.498,-162.552],[486.023,-160.022],[485.537,-157.481],[485,-155],[483.848,-150.354],[482.44,-145.901],[480.562,-141.997],[478,-139],[477.014,-143.8],[476.096,-149.344],[475.879,-154.966],[477,-160],[476.994,-157.244],[477.147,-154.647],[477.977,-152.727]],"c":true}],"h":1},{"t":103.571,"s":[{"i":[[0.077,-0.011],[-0.01,-1.637],[-0.007,-1.63],[-0.004,-1.622],[-0.001,-1.615],[0,-1.608],[0.002,-1.602],[0.003,-1.596],[0.003,-1.589],[0.003,-1.584],[0.003,-1.578],[0.001,-1.572],[0,-1.567],[-0.002,-1.562],[-0.005,-1.558],[-0.008,-1.553],[-0.011,-1.549],[-0.015,-1.545],[-0.019,-1.541],[-0.024,-1.537],[-0.03,-1.534],[-0.036,-1.531],[-0.042,-1.528],[-0.049,-1.525],[-0.056,-1.523],[-0.064,-1.52],[-0.072,-1.518],[-0.081,-1.517],[-0.09,-1.515],[-0.1,-1.514],[-0.12,0.011],[-0.106,0.023],[-0.093,0.034],[-0.081,0.045],[-0.069,0.054],[-0.058,0.063],[-0.048,0.071],[-0.039,0.078],[-0.03,0.084],[-0.023,0.089],[-0.016,0.093],[-0.009,0.097],[-0.004,0.099],[0.001,0.101],[0.005,0.102],[0.008,0.102],[0.01,0.101],[0.012,0.1],[0.013,0.097],[0.013,0.094],[0.012,0.089],[0.011,0.084],[0.009,0.078],[0.006,0.071],[0.002,0.063],[-0.002,0.055],[-0.008,0.045],[-0.03,0.17],[-0.029,0.164],[-0.028,0.159],[-0.028,0.155],[-0.027,0.152],[-0.026,0.15],[-0.024,0.148],[-0.023,0.148],[-0.021,0.148],[-0.02,0.149],[-0.018,0.15],[-0.016,0.153],[-0.014,0.156],[-0.011,0.161],[-0.009,0.166],[-0.093,2.744],[-0.044,2.777],[-0.001,2.8],[0.036,2.815],[0.068,2.82],[0.093,2.817],[0.113,2.805],[0.127,2.783],[0.136,2.753],[0.138,2.714],[0.135,2.666],[0.126,2.609],[0.111,2.543],[0.09,2.467],[0.064,2.383],[0.018,0.048],[0.022,0.045],[0.026,0.041],[0.03,0.037],[0.033,0.033],[0.037,0.029],[0.042,0.025],[0.046,0.021],[0.05,0.017],[0.054,0.012],[0.059,0.008],[0.063,0.003],[0.068,-0.001],[0.073,-0.006]],"o":[[0.014,1.645],[0.01,1.637],[0.007,1.63],[0.004,1.622],[0.001,1.615],[0,1.608],[-0.002,1.602],[-0.003,1.596],[-0.003,1.589],[-0.003,1.584],[-0.003,1.578],[-0.001,1.572],[0,1.567],[0.002,1.562],[0.005,1.558],[0.008,1.553],[0.011,1.549],[0.015,1.545],[0.019,1.541],[0.024,1.537],[0.03,1.534],[0.036,1.531],[0.042,1.528],[0.049,1.525],[0.056,1.523],[0.064,1.52],[0.072,1.518],[0.081,1.517],[0.09,1.515],[0.135,0.002],[0.12,-0.011],[0.106,-0.023],[0.093,-0.034],[0.081,-0.045],[0.069,-0.054],[0.058,-0.063],[0.048,-0.071],[0.039,-0.078],[0.03,-0.084],[0.023,-0.089],[0.016,-0.093],[0.009,-0.097],[0.004,-0.099],[-0.001,-0.101],[-0.005,-0.102],[-0.008,-0.102],[-0.01,-0.101],[-0.012,-0.1],[-0.013,-0.097],[-0.013,-0.094],[-0.012,-0.089],[-0.011,-0.084],[-0.009,-0.078],[-0.006,-0.071],[-0.002,-0.063],[0.002,-0.055],[0.03,-0.177],[0.03,-0.17],[0.029,-0.164],[0.028,-0.159],[0.028,-0.155],[0.027,-0.152],[0.026,-0.15],[0.024,-0.148],[0.023,-0.148],[0.021,-0.148],[0.02,-0.149],[0.018,-0.15],[0.016,-0.153],[0.014,-0.156],[0.011,-0.161],[0.148,-2.703],[0.093,-2.744],[0.044,-2.777],[0.001,-2.8],[-0.036,-2.815],[-0.068,-2.82],[-0.093,-2.817],[-0.113,-2.805],[-0.127,-2.783],[-0.136,-2.753],[-0.138,-2.714],[-0.135,-2.666],[-0.126,-2.609],[-0.111,-2.543],[-0.09,-2.467],[-0.015,-0.052],[-0.018,-0.048],[-0.022,-0.045],[-0.026,-0.041],[-0.03,-0.037],[-0.033,-0.033],[-0.037,-0.029],[-0.042,-0.025],[-0.046,-0.021],[-0.05,-0.017],[-0.054,-0.012],[-0.059,-0.008],[-0.063,-0.003],[-0.068,0.001],[-0.073,0.006]],"v":[[93,-273],[93.036,-268.077],[93.06,-263.178],[93.076,-258.3],[93.084,-253.444],[93.085,-248.608],[93.081,-243.793],[93.074,-238.997],[93.065,-234.22],[93.056,-229.46],[93.047,-224.718],[93.041,-219.993],[93.039,-215.284],[93.042,-210.589],[93.052,-205.91],[93.07,-201.244],[93.097,-196.592],[93.136,-191.952],[93.187,-187.324],[93.253,-182.707],[93.334,-178.1],[93.432,-173.504],[93.548,-168.916],[93.684,-164.337],[93.841,-159.765],[94.022,-155.201],[94.226,-150.643],[94.457,-146.09],[94.714,-141.543],[95,-137],[95.382,-137.013],[95.721,-137.063],[96.02,-137.149],[96.28,-137.267],[96.505,-137.416],[96.696,-137.592],[96.855,-137.792],[96.986,-138.015],[97.089,-138.257],[97.169,-138.517],[97.226,-138.791],[97.263,-139.076],[97.283,-139.371],[97.287,-139.672],[97.279,-139.977],[97.26,-140.284],[97.232,-140.589],[97.199,-140.891],[97.161,-141.186],[97.122,-141.472],[97.084,-141.746],[97.049,-142.006],[97.019,-142.249],[96.997,-142.472],[96.985,-142.674],[96.985,-142.851],[97,-143],[97.089,-143.52],[97.177,-144.021],[97.263,-144.506],[97.347,-144.978],[97.428,-145.44],[97.506,-145.893],[97.581,-146.339],[97.652,-146.783],[97.718,-147.226],[97.78,-147.67],[97.836,-148.118],[97.887,-148.572],[97.931,-149.036],[97.969,-149.511],[98,-150],[98.36,-158.172],[98.564,-166.456],[98.63,-174.823],[98.576,-183.248],[98.419,-191.703],[98.176,-200.161],[97.865,-208.595],[97.502,-216.98],[97.106,-225.287],[96.694,-233.489],[96.284,-241.561],[95.891,-249.475],[95.535,-257.204],[95.232,-264.721],[95,-272],[94.951,-272.15],[94.89,-272.29],[94.819,-272.419],[94.736,-272.536],[94.642,-272.642],[94.536,-272.735],[94.417,-272.817],[94.286,-272.886],[94.143,-272.943],[93.986,-272.986],[93.816,-273.017],[93.633,-273.033],[93.436,-273.036],[93.225,-273.025]],"c":true}],"h":1},{"t":104.571,"s":[{"i":[[-2.423,-1.994],[-0.796,0.706],[-0.594,0.927],[-0.425,1.097],[-0.288,1.218],[-0.184,1.287],[-0.112,1.307],[-0.074,1.276],[-0.067,1.195],[-0.025,0.656],[-0.015,0.653],[-0.005,0.646],[0.003,0.635],[0.01,0.62],[0.016,0.602],[0.021,0.58],[0.025,0.555],[0.183,2.606],[0.242,2.55],[0.295,2.497],[0.345,2.448],[0.39,2.403],[0.431,2.362],[0.468,2.325],[0.5,2.291],[0.405,1.833],[0.424,1.775],[0.464,1.696],[0.526,1.597],[0.609,1.477],[0.714,1.336],[0.84,1.175],[0.988,0.992],[0.125,0],[0.125,0],[0.125,0],[0.125,0],[0.125,0],[0.125,0],[0.125,0],[0.125,0],[0.038,-0.128],[0.059,-0.107],[0.07,-0.097],[0.07,-0.097],[0.059,-0.108],[0.038,-0.129],[0.007,-0.16],[-0.035,-0.202],[0.347,-0.865],[0.27,-0.919],[0.201,-0.96],[0.142,-0.99],[0.092,-1.008],[0.051,-1.014],[0.02,-1.008],[-0.002,-0.99],[-0.018,-0.767],[-0.031,-0.787],[-0.041,-0.801],[-0.049,-0.809],[-0.054,-0.81],[-0.056,-0.805],[-0.056,-0.793],[-0.052,-0.775],[-0.225,-2.221],[-0.299,-2.256],[-0.368,-2.255],[-0.431,-2.219],[-0.489,-2.148],[-0.542,-2.042],[-0.589,-1.9],[-0.631,-1.722],[-0.372,-1.072],[-0.455,-1.017],[-0.611,-0.829],[-0.84,-0.506],[-1.143,-0.049],[-0.553,2.363],[-0.055,2.862],[-0.099,2.818],[-0.686,2.23],[-0.122,-4.269],[0.04,-4.054],[0.767,-3.133],[2.058,-1.506],[1.168,1.832],[0.897,2.103],[0.656,2.344],[0.443,2.557],[0.182,0.901],[0.108,0.976],[0.496,0.587],[1.349,-0.266],[0.151,-1.099],[-0.059,-1.309],[-0.056,-1.306],[0.161,-1.089],[-1.213,-3.203],[-1.267,-3.15],[-1.67,-2.747]],"o":[[1.031,-0.435],[0.796,-0.706],[0.594,-0.927],[0.425,-1.097],[0.288,-1.218],[0.184,-1.287],[0.112,-1.307],[0.074,-1.276],[0.037,-0.655],[0.025,-0.656],[0.015,-0.653],[0.005,-0.646],[-0.003,-0.635],[-0.01,-0.62],[-0.016,-0.602],[-0.021,-0.58],[-0.121,-2.666],[-0.183,-2.606],[-0.242,-2.55],[-0.295,-2.497],[-0.345,-2.448],[-0.39,-2.403],[-0.431,-2.362],[-0.468,-2.325],[-0.408,-1.87],[-0.405,-1.833],[-0.424,-1.775],[-0.464,-1.696],[-0.526,-1.597],[-0.609,-1.477],[-0.714,-1.336],[-0.84,-1.175],[-0.125,0],[-0.125,0],[-0.125,0],[-0.125,0],[-0.125,0],[-0.125,0],[-0.125,0],[-0.125,0],[-0.007,0.16],[-0.038,0.128],[-0.059,0.107],[-0.07,0.097],[-0.07,0.097],[-0.059,0.108],[-0.038,0.129],[-0.007,0.16],[-0.434,0.799],[-0.347,0.865],[-0.27,0.919],[-0.201,0.96],[-0.142,0.99],[-0.092,1.008],[-0.051,1.014],[-0.02,1.008],[0.002,0.74],[0.018,0.767],[0.031,0.787],[0.041,0.801],[0.049,0.809],[0.054,0.81],[0.056,0.805],[0.056,0.793],[0.145,2.15],[0.225,2.221],[0.299,2.256],[0.368,2.255],[0.431,2.219],[0.489,2.148],[0.542,2.042],[0.589,1.9],[0.363,0.993],[0.372,1.072],[0.455,1.017],[0.611,0.829],[0.84,0.506],[1.595,-1.322],[0.553,-2.363],[0.055,-2.862],[0.099,-2.818],[-0.281,3.779],[0.122,4.269],[-0.04,4.054],[-0.767,3.133],[-1.468,-1.532],[-1.168,-1.832],[-0.897,-2.103],[-0.656,-2.344],[-0.721,-0.363],[-0.182,-0.901],[-0.108,-0.976],[-0.496,-0.587],[-0.576,0.674],[-0.151,1.099],[0.059,1.309],[0.056,1.306],[1.51,2.906],[1.213,3.203],[1.267,3.15],[1.67,2.747]],"v":[[107,-115],[109.732,-116.724],[111.81,-119.185],[113.329,-122.234],[114.39,-125.719],[115.09,-129.489],[115.526,-133.393],[115.796,-137.28],[116,-141],[116.093,-142.968],[116.153,-144.932],[116.183,-146.881],[116.187,-148.803],[116.167,-150.687],[116.127,-152.522],[116.07,-154.297],[116,-156],[115.542,-163.906],[114.904,-171.638],[114.097,-179.208],[113.136,-186.625],[112.033,-193.902],[110.801,-201.049],[109.452,-208.078],[108,-215],[106.785,-220.559],[105.547,-225.976],[104.22,-231.188],[102.741,-236.133],[101.044,-240.749],[99.064,-244.973],[96.738,-248.744],[94,-252],[93.625,-252],[93.25,-252],[92.875,-252],[92.5,-252],[92.125,-252],[91.75,-252],[91.375,-252],[91,-252],[90.93,-251.57],[90.781,-251.219],[90.585,-250.915],[90.374,-250.626],[90.178,-250.322],[90.03,-249.97],[89.96,-249.54],[90,-249],[88.83,-246.5],[87.907,-243.822],[87.203,-241],[86.691,-238.072],[86.342,-235.072],[86.129,-232.036],[86.024,-229],[86,-226],[86.03,-223.739],[86.103,-221.407],[86.212,-219.023],[86.349,-216.606],[86.504,-214.176],[86.67,-211.752],[86.838,-209.354],[87,-207],[87.555,-200.435],[88.342,-193.712],[89.343,-186.936],[90.542,-180.216],[91.924,-173.655],[93.472,-167.362],[95.169,-161.441],[97,-156],[98.085,-152.87],[99.306,-149.702],[100.886,-146.9],[103.043,-144.865],[106,-144],[109.086,-149.664],[109.863,-157.638],[109.958,-166.293],[111,-174],[110.902,-161.751],[111.165,-149.09],[110.096,-138.135],[106,-131],[102.053,-136.053],[98.963,-141.963],[96.641,-148.641],[95,-156],[93.761,-158.011],[93.442,-160.942],[92.652,-163.402],[90,-164],[88.962,-161.288],[88.878,-157.622],[89.104,-153.646],[89,-150],[92.998,-140.748],[96.63,-131.131],[100.948,-122.198]],"c":true}],"h":1},{"t":105.571,"s":[{"i":[[4.624,7.428],[1.163,1.753],[1.443,1.474],[2.058,0.859],[3.01,-0.093],[0.167,-0.25],[0.243,-0.174],[0.329,-0.087],[0.428,0.011],[0.514,-0.984],[0.491,-0.988],[0.357,-1.011],[0.111,-1.05],[-0.214,-5.676],[-0.919,-5.449],[-1.496,-5.174],[-1.944,-4.85],[-1.622,-3.15],[-2.036,-2.841],[-2.27,-1.645],[-2.327,0.438],[-1.19,1.9],[-0.521,2.714],[-0.07,2.832],[0.161,2.254],[0.409,2.625],[0.609,2.695],[0.771,2.598],[0.894,2.333],[1.131,2.336],[1.388,1.961],[1.688,1.27],[2.03,0.262],[0.808,-1.573],[0.301,-1.893],[-0.033,-1.999],[-0.192,-1.889],[-0.326,-1.532],[-0.456,-1.591],[-0.527,-1.514],[-0.539,-1.299],[-0.753,-1.47],[-0.897,-1.212],[-1.071,-0.76],[-1.273,-0.117],[-0.421,2.495],[0.441,2.662],[1.141,2.086],[1.68,0.767],[-0.009,-0.695],[-0.124,-0.616],[0.197,-0.488],[0.955,-0.312],[0.38,1.614],[0.245,1.679],[-0.258,1.476],[-1.128,1.003],[-1.351,-2.214],[-1.074,-2.796],[-0.687,-3.059],[-0.188,-3.002],[-0.029,-1.664],[0.215,-1.615],[0.637,-1.393],[1.235,-0.999],[1.466,1.255],[1.213,1.792],[1.016,2.141],[0.874,2.303],[0.756,2.404],[0.626,2.507],[0.432,2.474],[0.175,2.306],[0.085,2.666],[-0.353,2.544],[-1.136,1.981],[-2.264,0.977],[-2.423,-2.858],[-1.953,-3.828],[-1.621,-4.316],[-1.561,-7.037],[-0.45,-6.709],[1.228,-5.856],[4.609,-2.775],[3.525,4.276],[2.37,4.288],[0.792,2.001],[1.986,-1.536],[0.255,-1.078],[0.013,-1.32],[0,-1.5],[0,-1.5],[-3.523,-4.477],[-3.382,-4.618],[-1.912,-1.235],[-3.596,0.686],[-1.903,5.027],[-0.339,4.12],[0.013,3.179],[0.202,3.202],[4.359,13.176]],"o":[[-1.22,-1.697],[-1.163,-1.753],[-1.443,-1.474],[-2.058,-0.859],[-0.102,0.314],[-0.167,0.25],[-0.242,0.174],[-0.329,0.087],[-0.425,0.996],[-0.514,0.984],[-0.491,0.988],[-0.357,1.011],[-0.621,5.853],[0.214,5.676],[0.919,5.449],[1.496,5.174],[1.031,2.572],[1.622,3.15],[2.036,2.841],[2.27,1.645],[2.078,-0.391],[1.19,-1.9],[0.521,-2.714],[0.07,-2.832],[-0.171,-2.387],[-0.409,-2.625],[-0.609,-2.695],[-0.771,-2.598],[-0.917,-2.393],[-1.131,-2.336],[-1.388,-1.961],[-1.688,-1.27],[-1.489,1.037],[-0.808,1.573],[-0.301,1.893],[0.033,1.999],[0.136,1.336],[0.326,1.532],[0.456,1.591],[0.527,1.514],[0.637,1.537],[0.753,1.47],[0.897,1.212],[1.071,0.76],[1.443,-1.584],[0.421,-2.495],[-0.441,-2.662],[-1.141,-2.086],[-0.542,0.725],[0.009,0.695],[0.124,0.616],[-0.197,0.488],[-0.149,-1.279],[-0.38,-1.614],[-0.245,-1.679],[0.258,-1.476],[1.515,1.314],[1.351,2.214],[1.074,2.796],[0.687,3.059],[0.096,1.542],[0.029,1.664],[-0.215,1.615],[-0.637,1.393],[-1.773,-0.53],[-1.466,-1.255],[-1.213,-1.792],[-1.016,-2.141],[-0.822,-2.167],[-0.756,-2.404],[-0.626,-2.507],[-0.432,-2.474],[-0.178,-2.346],[-0.085,-2.666],[0.353,-2.544],[1.136,-1.981],[3.029,1.404],[2.423,2.858],[1.953,3.828],[2.307,6.142],[1.561,7.037],[0.523,7.803],[-1.228,5.856],[-5.529,-1.608],[-3.525,-4.276],[-0.846,-1.532],[-0.792,-2.001],[-1.966,-0.633],[-0.255,1.078],[0,1.5],[0,1.5],[3.528,4.472],[3.523,4.477],[2.755,0.745],[1.912,1.235],[4.052,-0.773],[1.903,-5.027],[0.253,-3.083],[-0.013,-3.179],[-0.94,-14.87],[-4.359,-13.176]],"v":[[116,-216],[112.51,-221.259],[108.685,-226.185],[103.518,-229.768],[96,-231],[95.599,-230.151],[94.987,-229.512],[94.133,-229.117],[93,-229],[91.563,-226.034],[90.029,-223.081],[88.73,-220.086],[88,-217],[87.422,-199.695],[89.153,-182.995],[92.808,-167.048],[98,-152],[102.024,-143.194],[107.556,-133.985],[114.059,-127.034],[121,-125],[125.848,-128.61],[128.359,-135.705],[129.191,-144.197],[129,-152],[128.122,-159.56],[126.586,-167.581],[124.507,-175.562],[122,-183],[118.938,-190.172],[115.169,-196.697],[110.566,-201.623],[105,-204],[101.597,-200.031],[99.978,-194.778],[99.62,-188.886],[100,-183],[100.707,-178.664],[101.895,-173.945],[103.386,-169.253],[105,-165],[107.078,-160.44],[109.546,-156.369],[112.491,-153.364],[116,-152],[118.755,-158.305],[118.684,-166.227],[116.272,-173.535],[112,-178],[111.31,-175.858],[111.62,-173.88],[111.619,-172.212],[110,-171],[109.115,-175.407],[108.085,-180.414],[108.013,-185.214],[110,-189],[114.327,-183.628],[117.992,-176.032],[120.661,-167.171],[122,-158],[122.232,-153.147],[121.996,-148.186],[120.763,-143.631],[118,-140],[113.156,-142.724],[109.152,-147.34],[105.821,-153.287],[103,-160],[100.617,-166.891],[98.529,-174.292],[96.927,-181.797],[96,-189],[95.52,-196.628],[95.836,-204.554],[97.985,-211.452],[103,-216],[111.143,-209.487],[117.673,-199.337],[123,-187],[128.893,-166.925],[132,-146],[131.349,-125.229],[123,-112],[109.63,-121.49],[101,-135],[98.855,-141.301],[95,-143],[92.035,-141.965],[92,-138],[92,-133.5],[92,-129],[102.609,-115.609],[113,-102],[119.37,-98.427],[127,-97],[135.785,-106.989],[139,-122],[139.342,-131.411],[139,-141],[130.263,-184.082]],"c":true}],"h":1},{"t":106.571,"s":[{"i":[[4.271,0.552],[0.203,-0.397],[0,-0.589],[-0.203,-0.397],[-0.405,0.179],[0.196,-0.387],[0.051,-0.333],[0.079,-0.28],[0.281,-0.226],[0.03,0.137],[0.068,0.098],[0.129,0.037],[0.213,-0.046],[0.523,1.56],[0.319,1.7],[-0.238,1.54],[-1.148,1.08],[-1.053,-0.636],[-0.859,-1.044],[-0.752,-1.261],[-0.73,-1.288],[-0.633,-1.298],[-0.528,-1.347],[-0.381,-1.376],[-0.193,-1.383],[-0.075,-2.028],[0.287,-1.929],[0.843,-1.437],[1.594,-0.551],[2.092,1.079],[1.791,1.992],[1.553,2.542],[1.378,2.729],[1.105,2.821],[0.827,2.952],[0.433,2.905],[-0.075,2.68],[-0.353,1.943],[-0.711,1.693],[-1.128,1.153],[-1.603,0.323],[-1.873,-1.047],[-1.603,-1.548],[-2.382,-0.86],[-2.794,-4.109],[-2.306,-5.395],[-0.278,-1.415],[-0.455,-1.332],[-0.571,-1.157],[-0.31,-1.177],[0.916,-10.743],[8.461,-0.954],[2.477,1.226],[1.969,1.447],[1.759,1.789],[1.974,1.381],[0.75,1.25],[1.254,0.746],[0.871,1.367],[1.799,-1.549],[0.922,-0.578],[-0.653,-2.153],[0,-1.5],[0,-1.5],[-3.413,-2.921],[-3.287,-3.046],[-4.285,-2.215],[-7.255,0.755],[-2.202,7.76],[0.786,10.196],[2.297,7.69],[3.256,6.999],[2.086,3.591],[2.07,2.223],[0.073,0.542],[0.343,0.44],[0.753,0.695],[0.456,0.536],[1.653,1.504],[2.12,1.325],[3.513,0.621],[2.261,-2.166],[1.483,-2.621],[0.943,-3.478],[-4.109,-11.725],[-6.222,-9.611],[-3.664,-2.887],[-4.577,0.64],[-1.579,2.121],[-1.597,3.082],[2.364,8.573],[3.599,5.555],[3.224,2.93],[4.81,-0.262],[0.812,-3.914],[-0.537,-4.221],[-1.272,-3.165],[-1.558,-2.563],[-2.377,-2.012],[-2.708,0.983],[1.107,5.241]],"o":[[-0.406,-0.179],[-0.203,0.397],[0,0.589],[0.203,0.397],[-0.516,0.441],[-0.196,0.387],[-0.051,0.333],[-0.079,0.28],[-0.014,-0.153],[-0.03,-0.137],[-0.068,-0.098],[-0.129,-0.037],[-0.373,-1.12],[-0.523,-1.56],[-0.319,-1.7],[0.238,-1.54],[1.333,0.036],[1.053,0.636],[0.859,1.044],[0.752,1.261],[0.696,1.227],[0.633,1.298],[0.528,1.347],[0.381,1.376],[0.241,1.732],[0.075,2.028],[-0.287,1.929],[-0.843,1.437],[-2.457,0.198],[-2.092,-1.079],[-1.791,-1.992],[-1.553,-2.542],[-1.268,-2.511],[-1.105,-2.821],[-0.827,-2.952],[-0.433,-2.905],[0.053,-1.904],[0.353,-1.943],[0.711,-1.693],[1.128,-1.153],[3.19,-0.643],[1.873,1.047],[1.603,1.548],[1.516,3.168],[2.794,4.109],[0.431,1.01],[0.278,1.415],[0.409,1.196],[0.57,1.157],[2.124,8.074],[-0.916,10.743],[-3.124,0.352],[-2.477,-1.226],[-1.992,-1.463],[-1.759,-1.789],[-0.745,-1.255],[-0.75,-1.25],[-0.716,-1.082],[-0.871,-1.367],[-0.966,0.534],[-0.922,0.578],[0,1.5],[0,1.5],[3.062,3.272],[3.413,2.921],[3.606,2.894],[4.285,2.215],[6.978,-3.766],[2.202,-7.76],[-0.558,-7.243],[-2.297,-7.69],[-1.588,-3.412],[-2.086,-3.591],[-0.363,-0.39],[-0.073,-0.543],[-0.532,-0.683],[-0.753,-0.695],[-2.267,-2.661],[-1.653,-1.504],[-2.688,-1.68],[-3.513,-0.621],[-2.127,2.038],[-1.482,2.621],[-0.657,16.49],[4.109,11.725],[2.766,2.094],[3.664,2.887],[3.088,-0.432],[1.579,-2.122],[1.055,-11.152],[-2.364,-8.573],[-2.294,-3.541],[-3.224,-2.93],[-3.289,2.123],[-0.812,3.914],[0.354,2.778],[1.272,3.165],[1.784,2.935],[2.377,2.012],[3.7,-2.483],[-1.107,-5.241]],"v":[[127,-162],[126.088,-161.576],[125.784,-160],[126.088,-158.424],[127,-158],[125.975,-156.758],[125.648,-155.678],[125.497,-154.758],[125,-154],[124.939,-154.439],[124.798,-154.798],[124.507,-155.007],[124,-155],[122.568,-159.096],[121.218,-164.06],[121.009,-168.995],[123,-173],[126.557,-171.944],[129.404,-169.377],[131.799,-165.872],[134,-162],[136.003,-158.207],[137.754,-154.234],[139.128,-150.144],[140,-146],[140.522,-140.262],[140.253,-134.228],[138.607,-129.08],[135,-126],[128.192,-127.412],[122.382,-132.109],[117.381,-139.002],[113,-147],[109.412,-155.042],[106.485,-163.746],[104.566,-172.578],[104,-181],[104.595,-186.844],[106.176,-192.371],[108.919,-196.713],[113,-199],[120.332,-198.097],[125.284,-193.908],[131,-190],[137.907,-179.17],[146,-165],[146.982,-161.242],[148,-157],[149.574,-153.486],[151,-150],[153.938,-118.66],[141,-98],[132.634,-99.651],[126,-104],[120.487,-109.061],[115,-114],[112.882,-117.882],[110,-121],[107.812,-125.473],[104,-126],[100.786,-124.714],[100,-121],[100,-116.5],[100,-112],[109.831,-102.831],[120,-94],[131.263,-85.762],[148,-83],[161.322,-100.677],[163,-128],[158.523,-150.683],[150,-173],[144.362,-183.892],[138,-193],[137.485,-194.462],[137,-196],[134.943,-198.111],[133,-200],[127.389,-206.002],[122,-210],[112.179,-213.884],[103,-212],[97.612,-205.08],[94,-196],[99.84,-154.34],[116,-123],[125.642,-114.45],[138,-110],[144.618,-114.012],[149,-122],[146.49,-151.698],[137,-173],[128.887,-183.352],[117,-188],[111.13,-178.573],[111,-166],[113.597,-156.839],[118,-148],[124.307,-140.061],[132,-138],[135.478,-151.448]],"c":true}],"h":1},{"t":107.571,"s":[{"i":[[-0.242,-3.575],[-1.39,-1.143],[-1.55,-1.095],[-1.51,-0.904],[-1.27,-0.572],[-0.08,-0.175],[-0.082,-0.225],[-0.086,-0.188],[-0.093,-0.062],[-0.169,0.004],[-0.189,0.034],[-0.176,0.013],[-0.128,-0.058],[-0.08,-0.175],[-0.081,-0.225],[-0.086,-0.187],[-0.094,-0.061],[-0.493,-0.244],[-0.525,-0.234],[-0.52,-0.248],[-0.476,-0.285],[-1.655,-0.914],[-1.81,-0.793],[-1.875,-0.483],[-1.849,0.018],[-0.991,0.224],[-0.933,0.326],[-0.726,0.314],[-0.369,0.189],[-0.458,0.057],[-0.443,0.071],[-0.404,0.273],[-1.393,2.006],[-0.892,1.938],[-0.629,4.854],[0.534,6.2],[5.181,11.768],[6.356,7.231],[0.9,0.631],[0.762,0.749],[5.69,3.149],[8.018,-1.745],[2.112,-3.221],[1.183,-4.151],[-3.454,-10.112],[-5.087,-7.18],[-3.907,-3.529],[-4.392,-1.674],[-2.546,-0.034],[-2.147,1.154],[-1.587,2.272],[-0.369,1.221],[-0.154,1.847],[-0.026,1.434],[1.256,4.908],[2.052,4.291],[3.647,4.178],[4.879,1.988],[1.224,0.47],[1.903,-0.37],[0.825,-4.617],[-1.176,-4.584],[-3.69,-4.813],[-5.636,-0.491],[0.935,5.516],[4.975,0.823],[-0.173,-1.757],[1.762,-1.333],[0.959,3.903],[-3.267,2.249],[-3.616,-5.082],[-0.697,-6.367],[0.639,-3.42],[2.799,-2.072],[4.071,3.156],[2.798,4.004],[2.201,7.291],[-0.72,9.235],[-1.382,2.103],[-3.048,0.615],[-3.703,-2.077],[-2.833,-1.571],[-3.084,-4.488],[-2.546,-5.407],[-1.667,-6.086],[0.048,-6.608],[2.242,-5.182],[4.995,-1.032],[3.757,1.636],[2.425,1.604],[0.71,0.294],[0.582,0.443],[0.125,0.406],[0.257,0.193],[0.533,0.071],[0.399,0.368],[0.912,1.402],[1.165,1.301],[1.325,1.205],[1.677,0.04],[0.616,-2.717]],"o":[[1.029,1.049],[1.39,1.143],[1.55,1.095],[1.51,0.904],[0.081,0.037],[0.08,0.175],[0.082,0.225],[0.086,0.188],[0.115,0.077],[0.169,-0.004],[0.189,-0.034],[0.176,-0.013],[0.082,0.037],[0.08,0.175],[0.081,0.225],[0.086,0.187],[0.423,0.277],[0.493,0.244],[0.525,0.234],[0.52,0.248],[1.409,0.844],[1.655,0.914],[1.81,0.793],[1.875,0.483],[0.899,-0.009],[0.991,-0.224],[0.933,-0.326],[0.726,-0.314],[0.45,-0.23],[0.458,-0.057],[0.443,-0.071],[1.535,-1.038],[1.393,-2.006],[2.017,-4.384],[0.629,-4.854],[-0.922,-10.697],[-5.18,-11.768],[-0.638,-0.726],[-0.9,-0.631],[-4.223,-4.15],[-5.69,-3.149],[-3.368,1.965],[-2.112,3.221],[-0.905,13.374],[3.454,10.112],[2.981,4.207],[3.907,3.529],[2.67,1.018],[2.546,0.034],[1.284,-0.69],[1.587,-2.272],[0.356,-1.178],[0.154,-1.847],[0.076,-4.077],[-1.256,-4.908],[-2.535,-5.3],[-3.647,-4.178],[-1.2,-0.489],[-1.224,-0.47],[-4.875,0.948],[-0.825,4.617],[1.605,6.257],[3.69,4.813],[4.717,-2.115],[-0.935,-5.516],[-1.928,0.638],[0.173,1.757],[-1.433,-2.137],[-0.959,-3.904],[4.837,1.305],[3.616,5.082],[0.356,3.248],[-0.639,3.42],[-5.916,0.627],[-4.071,-3.156],[-3.916,-5.601],[-2.201,-7.291],[1.423,-2.971],[1.382,-2.103],[4.357,-0.88],[3.703,2.077],[3.116,3.639],[3.084,4.488],[2.378,5.049],[1.667,6.086],[-0.037,5.241],[-2.242,5.182],[-5.546,1.146],[-3.757,-1.636],[-0.578,-0.382],[-0.71,-0.294],[-0.242,-0.184],[-0.125,-0.406],[-0.467,-0.35],[-0.533,-0.07],[-1.186,-1.091],[-0.912,-1.402],[-1.023,-1.142],[-1.325,-1.205],[-2.779,0.555],[-0.616,2.718]],"v":[[109,-100],[112.678,-96.677],[117.138,-93.285],[121.78,-90.251],[126,-88],[126.241,-87.661],[126.483,-87.038],[126.733,-86.396],[127,-86],[127.435,-85.903],[127.981,-85.971],[128.537,-86.054],[129,-86],[129.241,-85.66],[129.482,-85.037],[129.732,-84.395],[130,-84],[131.383,-83.224],[132.919,-82.513],[134.496,-81.795],[136,-81],[140.618,-78.315],[145.839,-75.706],[151.39,-73.744],[157,-73],[159.873,-73.378],[162.796,-74.23],[165.321,-75.218],[167,-76],[168.367,-76.384],[169.725,-76.53],[171,-77],[175.482,-81.825],[179,-88],[182.914,-101.638],[183,-118],[173.075,-153.1],[155,-183],[152.593,-184.983],[150,-187],[135.346,-198.921],[115,-202],[106.861,-194.139],[102,-183],[106.506,-147.855],[120,-122],[130.442,-110.1],[143,-102],[150.892,-100.371],[158,-102],[162.686,-107.101],[166,-113],[166.748,-117.808],[167,-123],[165.096,-136.84],[160,-151],[150.758,-165.484],[138,-175],[134.527,-176.644],[130,-177],[121.962,-167.727],[123,-153],[130.977,-135.675],[145,-127],[150.269,-140.469],[141,-152],[139.375,-148.021],[138,-143],[133.475,-152.917],[136,-163],[149.105,-152.796],[156,-135],[155.866,-124.618],[151,-116],[136.161,-120.527],[126,-132],[116.523,-151.275],[114,-176],[117.781,-183.767],[124,-188],[136.143,-185.338],[146,-179],[155.427,-166.826],[164,-152],[170.319,-135.169],[173,-116],[169.719,-99.343],[159,-89],[145.159,-90.438],[136,-96],[134.003,-96.955],[132,-98],[131.512,-98.993],[131,-100],[129.449,-100.487],[128,-101],[124.984,-104.843],[122,-109],[118.491,-112.827],[114,-115],[109.235,-109.765]],"c":true}],"h":1},{"t":108.571,"s":[{"i":[[9.492,0.912],[0.167,-2.247],[0.538,-0.423],[0.136,0.197],[0.425,-0.092],[0.938,3.725],[-3.209,2.103],[-3.85,-4.658],[-1.094,-5.707],[0.865,-3.891],[3.332,-1.309],[3.57,1.992],[1.755,1.59],[1.022,0.861],[0.909,0.648],[1.564,2.096],[1.225,2.624],[0.042,8.505],[-7.218,3.446],[-2.343,-0.473],[-2.976,-1.23],[-4.356,-4.836],[-3.807,-6.858],[-1.845,-8.549],[1.796,-9.846],[1.626,-2.373],[2.779,-1.222],[5.142,1.546],[4.161,1.777],[2.472,2.361],[2.603,2.231],[0.749,0.887],[1.334,-1.342],[1.101,-0.566],[0.753,-0.913],[0,-1.833],[0,-1.834],[-4.746,-2.767],[-4.627,-2.551],[-1.683,-1.004],[-1.572,-1.047],[-4.5,0.157],[-3.202,1.575],[-2.102,2.914],[-1.096,3.625],[-0.468,0.387],[-0.071,0.266],[-0.161,1.442],[-0.101,1.273],[1.02,6.319],[1.511,4.307],[1.433,3.447],[1.892,3.298],[1.361,2.031],[1.415,1.887],[0.897,0.801],[0.717,0.87],[0.589,1.042],[0.77,0.77],[1.056,0.851],[0.963,0.783],[6.306,2.355],[7.149,-2.188],[2.346,-3.12],[0.674,-4.072],[-1.71,-7.303],[-2.431,-5.106],[-0.59,-0.966],[-0.789,-1.347],[-0.402,-1.199],[-0.742,-1.096],[-0.599,-0.295],[-0.323,-0.404],[-0.264,-0.715],[-0.428,-0.496],[-1.414,-1.355],[-1.043,-1.073],[-0.817,-0.416],[-0.768,-0.346],[-0.647,-0.825],[-0.687,-0.373],[-5.839,3.892],[-0.116,9.606],[2.171,5.846],[2.375,3.707],[0.663,0.766],[0.597,0.764],[0.095,0.552],[0.294,0.377],[1.371,1.363],[0.707,0.51],[0.706,0.061],[0.607,0.343],[0.426,0.594],[0.527,0.187],[1.87,0.077],[1.692,0.046],[1.862,-0.138],[-1.018,-6.84],[-5.79,-3.71],[-4.406,0.505]],"o":[[-1.794,0.589],[-0.167,2.247],[-0.029,-0.305],[-0.137,-0.197],[-1.458,-1.996],[-0.938,-3.725],[5.507,0.659],[3.85,4.658],[0.791,4.127],[-0.865,3.891],[-3.967,1.559],[-3.57,-1.992],[-1.005,-0.91],[-1.022,-0.861],[-0.519,-1.994],[-1.564,-2.096],[-3.05,-6.536],[-0.042,-8.505],[2.654,-1.122],[2.343,0.473],[6.77,2.796],[4.356,4.836],[4.416,7.957],[1.845,8.549],[-1.716,2.285],[-1.626,2.373],[-6.27,1.959],[-5.142,-1.546],[-2.51,-2.323],[-2.472,-2.361],[-0.669,-0.793],[-0.749,-0.887],[-0.843,0.823],[-1.101,0.566],[0,1.834],[0,1.833],[4.388,3.382],[4.746,2.767],[1.697,0.936],[1.683,1.004],[4.799,1.203],[4.5,-0.157],[3.495,-1.719],[2.102,-2.914],[0.057,-0.188],[0.468,-0.387],[0.255,-0.957],[0.161,-1.442],[0.592,-7.418],[-1.02,-6.319],[-1.374,-3.915],[-1.434,-3.447],[-1.141,-1.987],[-1.361,-2.031],[-0.694,-0.925],[-0.897,-0.801],[-0.875,-1.061],[-0.589,-1.042],[-0.815,-0.815],[-1.056,-0.851],[-4.627,-3.766],[-6.306,-2.356],[-2.943,2.45],[-2.346,3.12],[-1.273,7.681],[1.71,7.303],[0.852,1.788],[0.59,0.966],[0.65,1.109],[0.402,1.199],[0.281,0.415],[0.599,0.295],[0.515,0.645],[0.264,0.715],[1.301,1.505],[1.414,1.355],[0.963,0.992],[0.817,0.416],[0.724,0.327],[0.647,0.825],[9.528,5.172],[5.839,-3.892],[0.059,-4.907],[-2.171,-5.846],[-0.75,-1.171],[-0.663,-0.766],[-0.326,-0.416],[-0.095,-0.552],[-0.809,-1.039],[-1.371,-1.363],[-0.57,-0.411],[-0.706,-0.061],[-0.77,-0.435],[-0.426,-0.594],[-1.826,-0.648],[-1.87,-0.077],[-0.658,1.342],[-4.094,5.487],[1.241,8.338],[3.418,2.19],[9.293,-4.784]],"v":[[150,-147],[147.558,-141.875],[147,-137],[146.798,-137.798],[146,-138],[141.5,-147.42],[144,-157],[158.31,-148.286],[166,-132],[166.093,-119.386],[160,-111],[148.341,-112.639],[140,-119],[136.928,-121.697],[134,-124],[130.53,-130.028],[126,-137],[120.299,-161.317],[130,-181],[137.258,-181.764],[145,-179],[161.222,-167.547],[173,-150],[182.659,-125.417],[183,-98],[178.297,-90.703],[172,-85],[154.919,-85.198],[141,-91],[133.569,-98.069],[126,-105],[123.999,-108.101],[121,-108],[117.933,-106.067],[115,-104],[115,-98.5],[115,-93],[128.82,-83.877],[143,-76],[148.094,-73.083],[153,-70],[167.197,-68.417],[179,-71],[187.299,-78.07],[192,-88],[192.989,-88.942],[194,-90],[194.615,-93.762],[195,-98],[194.077,-118.834],[190,-135],[185.889,-145.963],[181,-156],[177.206,-162.075],[173,-168],[170.518,-170.542],[168,-173],[165.921,-176.218],[164,-179],[161.111,-181.524],[158,-184],[141.391,-193.965],[121,-195],[112.799,-186.716],[108,-176],[109.222,-153.069],[116,-134],[118.047,-130.169],[120,-127],[121.431,-123.49],[123,-120],[124.468,-118.993],[126,-118],[127.065,-115.888],[128,-114],[132.194,-109.676],[136,-106],[138.646,-104.016],[141,-103],[143.028,-101.035],[145,-99],[168.559,-97.916],[178,-119],[174.325,-135.9],[167,-151],[164.886,-153.805],[163,-156],[162.476,-157.529],[162,-159],[158.424,-162.896],[155,-166],[153.027,-166.551],[151,-167],[149.317,-168.686],[148,-170],[142.399,-170.952],[137,-171],[133,-169],[129,-149],[144,-125],[155,-122]],"c":true}],"h":1},{"t":109.5712890625,"s":[{"i":[[0.316,-1.684],[-1.622,-1.044],[-1.721,-0.946],[-1.738,-0.929],[-1.674,-0.993],[-2.783,-1.551],[-3.164,-1.169],[-3.799,-0.534],[-4.689,0.356],[-1.447,0.803],[-1.307,0.943],[-1.207,1.043],[-1.147,1.103],[-0.355,0.978],[-0.389,0.944],[-0.464,0.869],[-0.581,0.753],[1.174,8.605],[3,7.186],[4.201,5.988],[4.777,5.011],[2.07,1.745],[2.466,1.705],[2.788,1.233],[3.038,0.327],[2.647,-0.489],[1.836,-1.211],[1.521,-1.742],[1.701,-2.082],[0.36,-2.099],[0.227,-2.189],[0.003,-2.246],[-0.31,-2.269],[-0.972,-3.235],[-1.351,-3.19],[-1.529,-2.739],[-3.829,-4.248],[-3.814,-2.864],[-1.136,-0.888],[-1.114,-0.441],[-3.121,-0.57],[-3.556,0.451],[-1.005,0.495],[-1.278,0.222],[-1.25,4.341],[0.734,6.127],[1.219,3.215],[1.647,3.169],[6.015,5.067],[7.82,-1.269],[1.416,-1.805],[0.409,-2.363],[-2.566,-5.467],[-2.84,-2.743],[-2.296,-1.297],[-2.644,0.285],[-0.685,0.315],[-0.931,0.069],[1.448,4.59],[4.441,0.55],[0.068,-1.624],[1.912,-1.37],[1.005,3.781],[-3.418,2.01],[-2.912,-2.214],[-1.933,-3.159],[-0.243,-6.806],[6.199,-1.508],[2.695,0.781],[0.947,0.427],[0.162,0.451],[0.189,0.123],[0.377,-0.067],[0.257,0.116],[0.179,0.454],[0.147,0.123],[3.863,6.465],[0.781,6.166],[-0.292,3.948],[-1.2,2.295],[-0.613,0.569],[-0.374,0.394],[-0.586,0.463],[-0.954,0.411],[-4.547,-1.09],[-1.954,-1.871],[-0.824,-0.608],[-0.794,-0.694],[-5.165,-9.823],[-0.57,-9.791],[2.208,-5.308],[5.618,-3.013],[5.982,2.528],[5.011,2.781],[1.154,1.012],[0.691,1.475],[0.78,1.386],[2.072,0.096],[1.345,-0.489],[0.31,-1.523],[-0.115,-2.115]],"o":[[1.443,1.224],[1.622,1.044],[1.721,0.946],[1.738,0.929],[2.656,1.678],[2.783,1.551],[3.164,1.169],[3.799,0.534],[1.625,-0.624],[1.447,-0.803],[1.307,-0.943],[1.207,-1.043],[0.363,-0.97],[0.355,-0.978],[0.389,-0.944],[0.464,-0.869],[1.278,-10.246],[-1.174,-8.605],[-3,-7.186],[-4.201,-5.988],[-1.6,-1.351],[-2.07,-1.745],[-2.466,-1.705],[-2.788,-1.233],[-3.954,-0.425],[-2.647,0.488],[-1.836,1.211],[-1.521,1.742],[-0.403,1.976],[-0.36,2.099],[-0.227,2.189],[-0.003,2.246],[0.392,2.874],[0.972,3.235],[1.351,3.19],[2.872,5.144],[3.829,4.248],[1.341,1.007],[1.136,0.888],[2.959,1.169],[3.121,0.57],[0.701,-0.799],[1.005,-0.495],[2.736,-3.508],[1.25,-4.341],[-0.476,-3.972],[-1.219,-3.215],[-3.119,-6.003],[-6.015,-5.067],[-1.927,1.416],[-1.416,1.805],[-1.105,6.391],[2.566,5.467],[2.17,2.096],[2.297,1.297],[0.329,-0.671],[0.685,-0.315],[2.233,-4.09],[-1.448,-4.59],[-1.817,1.133],[-0.068,1.624],[-1.397,-1.867],[-1.005,-3.781],[3.419,-0.014],[2.912,2.214],[3.225,5.269],[0.244,6.806],[-2.271,0.553],[-2.695,-0.781],[-0.165,-0.074],[-0.162,-0.451],[-0.234,-0.153],[-0.377,0.067],[-0.137,-0.062],[-0.179,-0.454],[-4.768,-3.973],[-3.863,-6.465],[-0.369,-2.912],[0.292,-3.948],[0.172,-0.329],[0.613,-0.569],[0.701,-0.737],[0.586,-0.463],[2.861,-1.23],[4.546,1.09],[0.912,0.874],[0.823,0.608],[6.77,5.915],[5.165,9.823],[0.452,7.755],[-2.209,5.308],[-8.063,1.892],[-5.982,-2.528],[-0.691,-1.475],[-1.154,-1.012],[-1.808,-0.359],[-0.78,-1.386],[-0.31,1.523],[-1.345,0.489],[-1.144,0.856],[0.115,2.115]],"v":[[117,-91],[121.618,-87.618],[126.653,-84.653],[131.862,-81.862],[137,-79],[145.094,-74.094],[153.95,-69.95],[164.331,-67.331],[177,-67],[181.598,-69.152],[185.719,-71.781],[189.48,-74.77],[193,-78],[194.068,-80.932],[195.174,-83.826],[196.443,-86.557],[198,-89],[197.999,-117.222],[191.582,-140.853],[180.624,-160.557],[167,-177],[161.477,-181.753],[154.656,-187.037],[146.757,-191.552],[138,-194],[128.222,-193.858],[121.62,-191.26],[116.709,-186.783],[112,-181],[110.833,-174.88],[109.931,-168.44],[109.563,-161.78],[110,-155],[112.096,-145.735],[115.63,-135.995],[120,-127],[130.294,-112.79],[142,-102],[145.67,-99.075],[149,-97],[158.052,-94.285],[168,-94],[170.568,-95.932],[174,-97],[180.103,-108.536],[181,-124],[178.378,-134.602],[174,-144],[160.026,-161.954],[139,-169],[133.861,-164.21],[131,-158],[134.042,-139.764],[143,-127],[149.644,-121.715],[157,-120],[158.548,-121.452],[161,-122],[162.006,-136.155],[153,-145],[151.071,-140.678],[149,-136],[144.388,-145.392],[147,-155],[156.614,-151.38],[164,-143],[170.068,-123.18],[162,-109],[154.007,-109.765],[148,-112],[147.518,-112.963],[147,-114],[146.018,-114.027],[145,-114],[144.508,-114.954],[144,-116],[130.51,-132.355],[123,-152],[122.823,-162.963],[125,-173],[126.349,-174.452],[128,-176],[129.81,-177.745],[132,-179],[144.18,-178.826],[155,-174],[157.589,-171.865],[160,-170],[178.65,-145.408],[188,-115],[185.552,-95.444],[174,-83],[153.211,-84.996],[137,-94],[134,-97.5],[131,-101],[127.698,-104.198],[124,-107],[121,-104.5],[118,-102],[116.879,-97.121]],"c":true}],"h":1}]},"nm":"Path","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0.7254902,0.7294118,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[101.094,-183.5],"ix":2},"a":{"a":0,"k":[101.094,-183.5],"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":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"}],"ip":0,"op":141,"st":-40,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Carpet_02","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[491.637,503.735,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"t":17,"s":[{"i":[[-2.072,2.078],[0,4],[0.776,-1.824]],"o":[[0,-4],[0.075,-1.401],[0.484,3.497]],"v":[[475,-170],[475,-182],[474,-184]],"c":true}],"h":1},{"t":102.5712890625,"s":[{"i":[[-2.072,2.078],[0,4],[0.776,-1.824]],"o":[[0,-4],[0.075,-1.401],[0.484,3.497]],"v":[[475,-170],[475,-182],[474,-184]],"c":true}],"h":1}]},"nm":"Path","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0.7254902,0.7294118,1]},"o":{"a":1,"k":[{"t":16,"s":[0],"h":1},{"t":17,"s":[100],"h":1},{"t":18,"s":[0],"h":1},{"t":102.571,"s":[100],"h":1},{"t":103.5712890625,"s":[0],"h":1}]},"r":1,"nm":"Fill","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[101.094,-183.5],"ix":2},"a":{"a":0,"k":[101.094,-183.5],"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 4","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"t":17,"s":[{"i":[[3.279,-2.683],[0.676,-0.254],[-2.308,-3.026],[3.722,14.99],[1.495,-6.838],[-0.839,3.176],[-4.106,0.228]],"o":[[-0.786,0.643],[0.648,4.686],[3.393,-14.047],[-2.617,5.717],[-0.319,1.225],[0.209,-4.124],[-0.611,6.121]],"v":[[483,-194],[481,-196],[482,-181],[485,-231],[480,-211],[481,-208],[485,-217]],"c":true}],"h":1},{"t":102.5712890625,"s":[{"i":[[3.279,-2.683],[0.676,-0.254],[-2.308,-3.026],[3.722,14.99],[1.495,-6.838],[-0.839,3.176],[-4.106,0.228]],"o":[[-0.786,0.643],[0.648,4.686],[3.393,-14.047],[-2.617,5.717],[-0.319,1.225],[0.209,-4.124],[-0.611,6.121]],"v":[[483,-194],[481,-196],[482,-181],[485,-231],[480,-211],[481,-208],[485,-217]],"c":true}],"h":1}]},"nm":"Path","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0.7254902,0.7294118,1]},"o":{"a":1,"k":[{"t":16,"s":[0],"h":1},{"t":17,"s":[100],"h":1},{"t":18,"s":[0],"h":1},{"t":102.571,"s":[100],"h":1},{"t":103.5712890625,"s":[0],"h":1}]},"r":1,"nm":"Fill","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[101.094,-183.5],"ix":2},"a":{"a":0,"k":[101.094,-183.5],"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 3","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"t":17,"s":[{"i":[[0.507,-10.902],[2.815,-10.234],[3.206,-0.953],[1.666,1.334],[1.774,-2.668],[-1.736,-8.264],[-0.495,1.129],[-1.171,7.033],[5.028,23.495],[0.849,-2.113],[1.838,-8.613],[0.409,3.606],[-4.963,4.037]],"o":[[-0.578,12.417],[-0.936,3.402],[-1.666,-1.334],[-0.271,-2.141],[-0.279,10.279],[2.724,0.677],[2.581,-5.893],[3.777,-22.689],[-2.956,-0.174],[-3.054,7.601],[-0.826,2.371],[1.567,-7.433],[3.8,8.565]],"v":[[490,-215],[485,-175],[480,-166],[478,-173],[477,-181],[479,-153],[482,-157],[486,-176],[489,-259],[485,-253],[479,-227],[480,-226],[487,-246]],"c":true}],"h":1},{"t":102.5712890625,"s":[{"i":[[0.507,-10.902],[2.815,-10.234],[3.206,-0.953],[1.666,1.334],[1.774,-2.668],[-1.736,-8.264],[-0.495,1.129],[-1.171,7.033],[5.028,23.495],[0.849,-2.113],[1.838,-8.613],[0.409,3.606],[-4.963,4.037]],"o":[[-0.578,12.417],[-0.936,3.402],[-1.666,-1.334],[-0.271,-2.141],[-0.279,10.279],[2.724,0.677],[2.581,-5.893],[3.777,-22.689],[-2.956,-0.174],[-3.054,7.601],[-0.826,2.371],[1.567,-7.433],[3.8,8.565]],"v":[[490,-215],[485,-175],[480,-166],[478,-173],[477,-181],[479,-153],[482,-157],[486,-176],[489,-259],[485,-253],[479,-227],[480,-226],[487,-246]],"c":true}],"h":1}]},"nm":"Path","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0,0.7254902,0.7294118,1]},"o":{"a":1,"k":[{"t":16,"s":[0],"h":1},{"t":17,"s":[100],"h":1},{"t":18,"s":[0],"h":1},{"t":102.571,"s":[100],"h":1},{"t":103.5712890625,"s":[0],"h":1}]},"r":1,"nm":"Fill","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[101.094,-183.5],"ix":2},"a":{"a":0,"k":[101.094,-183.5],"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 2","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"t":10,"s":[{"i":[[0.263,-4.706],[-0.762,-2.404],[-3.191,0.025],[-3.039,-1.75],[-3.13,-1.784],[-3.365,-1.663],[-3.394,-1.555],[-3.649,-0.13],[-4.602,1.011],[-40.033,22.468],[-39.901,22.598],[-2.882,1.3],[-1.345,1.289],[-1.642,0.761],[-1.096,0.672],[-1.145,0.629],[-1.019,0.625],[-0.651,0.296],[-0.749,0.421],[-3.398,2.798],[-2.108,3.392],[-1.141,3.2],[-0.592,4.236],[0.223,4.425],[0.892,4.692],[1.39,4.436],[1.589,3.778],[1.018,1.747],[1.065,1.964],[2.114,3.557],[2.583,3.155],[0.7,0.64],[0.627,0.738],[2.648,2.625],[2.322,1.047],[0.161,0.451],[0.19,0.123],[0.743,0.331],[0.496,0.334],[2.604,1.392],[2.788,1.548],[3.578,0.215],[3.234,-1.049],[11.882,-6.551],[10.909,-6.316],[1.091,-0.635],[1.332,-0.706],[3.066,-1.717],[2.693,-1.52],[2.319,-1.336],[2.339,-1.312],[8.478,-4.738],[7.798,-4.4],[3.06,-1.681],[2.714,-1.555],[6.891,-3.836],[6.796,-3.85],[5.987,-3.543],[6.001,-3.399],[6.091,-3.322],[5.55,-4.262],[1.319,-3.014],[1.156,-3.178],[-7.794,-14.54],[-11.62,-10.713],[-4.744,-1.756],[-7.29,0.79],[-2.662,6.333],[1.081,9.658],[1.951,5.16],[2.695,4.891],[3.527,4.256],[3.459,1.56],[0.168,0.452],[0.173,0.125],[1.792,0.874],[1.399,0.476],[2.788,0.236],[2.895,-0.951],[-4.268,-13.068],[-7.108,-4.715],[-1.133,-0.678],[-1.281,-0.501],[-2.124,-0.395],[-2.401,0.405],[-0.302,5.565],[2.011,4.742],[3.883,3.452],[5.492,-0.466],[-1.437,-4.288],[-3.691,-0.93],[0.562,0.74],[-0.67,0.669],[-0.48,-0.035],[-0.01,0.07],[0.273,1.177],[-2.031,-0.159],[-1.116,-4.72],[3.935,-2.243],[3.678,3.152],[2.259,5.04],[-0.337,5.725],[-5.83,1.238],[-4.073,-3.249],[-2.459,-2.333],[-2.337,-4.533],[-1.053,-5.433],[4.326,-6.004],[10.675,3.222],[1.505,1.138],[1.363,0.96],[3.441,3.584],[2.219,3.834],[0.635,1.107],[0.642,1.161],[0.828,1.916],[1.03,3.77],[0.437,2.018],[-3.935,4.108],[-0.7,1.087],[-4.078,0.596],[-5.753,-5.357],[-0.814,-0.687],[-1.632,-2.461],[-0.629,-0.797],[18.257,-25.531],[2.811,-1.737],[10.891,5.591],[8.632,4.576]],"o":[[-0.24,3.407],[0.762,2.404],[2.713,2.216],[3.039,1.75],[3.144,1.791],[3.365,1.663],[4.803,0.491],[3.649,0.13],[39.967,-22.532],[40.033,-22.468],[2.126,-1.51],[2.882,-1.3],[1.338,-1.282],[1.642,-0.762],[1.401,-0.859],[1.145,-0.629],[0.646,-0.396],[0.651,-0.296],[4.299,-2.415],[3.398,-2.798],[1.843,-2.965],[1.141,-3.2],[0.784,-5.607],[-0.223,-4.425],[-0.851,-4.479],[-1.39,-4.436],[-0.862,-2.048],[-1.018,-1.747],[-1.961,-3.616],[-2.114,-3.557],[-0.575,-0.702],[-0.7,-0.64],[-2.086,-2.453],[-2.648,-2.625],[-0.166,-0.075],[-0.161,-0.451],[-0.53,-0.341],[-0.743,-0.331],[-2.797,-1.884],[-2.604,-1.392],[-3.454,-0.19],[-3.578,-0.215],[-11.565,6.48],[-11.882,6.551],[-1.302,0.754],[-1.091,0.635],[-3.042,1.613],[-3.066,1.717],[-2.384,1.345],[-2.319,1.336],[-8.289,4.649],[-8.478,4.738],[-3.048,1.72],[-3.06,1.681],[-6.641,3.805],[-6.891,3.836],[-6.052,3.428],[-5.987,3.543],[-6.088,3.448],[-6.091,3.322],[-1.569,2.765],[-1.319,3.014],[-0.794,23.127],[7.794,14.54],[4.734,1.766],[4.744,1.756],[6.431,-3.011],[2.662,-6.333],[-0.5,-4.47],[-1.951,-5.16],[-2.434,-4.417],[-3.527,-4.256],[-0.154,-0.07],[-0.168,-0.451],[-1.433,-1.029],[-1.792,-0.874],[-2.952,-1.005],[-2.788,-0.236],[-10.178,9.014],[4.268,13.068],[1.186,0.786],[1.133,0.678],[2.104,0.823],[2.124,0.395],[4.802,-3],[0.302,-5.565],[-1.976,-4.66],[-3.883,-3.452],[-2.44,3.916],[1.437,4.288],[0.579,-1.371],[-0.562,-0.74],[0.07,-0.07],[0.48,0.035],[0.062,-0.451],[-0.273,-1.177],[3.472,0.876],[1.116,4.72],[-5.029,0.65],[-3.678,-3.153],[-2.178,-4.861],[0.337,-5.725],[6.25,-1.327],[4.073,3.249],[2.598,3.435],[2.337,4.533],[1.98,10.206],[-4.326,6.004],[-1.617,-0.488],[-1.505,-1.138],[-4.014,-2.829],[-3.442,-3.584],[-0.816,-1.41],[-0.635,-1.107],[-1.049,-1.893],[-1.555,-3.598],[-0.608,-2.226],[-2.18,-10.06],[0.783,-0.817],[2.57,-3.993],[13.895,-2.031],[0.753,0.701],[2.916,2.459],[0.645,0.973],[14.74,18.671],[-1.926,2.693],[-11.904,7.356],[-7.662,-3.934],[-1.496,-0.374]],"v":[[117,-89],[117.426,-79.926],[123,-76],[131.687,-70.176],[141,-65],[150.813,-59.823],[161,-55],[173.151,-53.873],[185,-55],[305.049,-122.451],[425,-190],[433.086,-194.165],[440,-198],[444.681,-200.957],[449,-203],[452.787,-205.176],[456,-207],[457.923,-207.982],[460,-209],[471.643,-216.767],[480,-226],[484.438,-235.047],[487,-246],[487.757,-260.686],[486,-274],[482.553,-287.526],[478,-300],[475.152,-305.563],[472,-311],[465.967,-321.846],[459,-332],[457.039,-333.974],[455,-336],[447.677,-344.055],[440,-350],[439.519,-350.964],[439,-352],[436.975,-353.005],[435,-354],[426.994,-358.752],[419,-363],[408.335,-363.93],[398,-363],[362.509,-343.377],[328,-324],[324.523,-321.964],[321,-320],[311.739,-314.931],[303,-310],[295.966,-305.975],[289,-302],[263.631,-287.814],[239,-274],[229.75,-268.877],[221,-264],[200.616,-252.533],[180,-241],[161.962,-230.479],[144,-220],[125.597,-210.11],[108,-199],[103.69,-190.31],[100,-181],[111.689,-125.69],[142,-89],[155.583,-83.083],[173,-81],[186.634,-95.015],[189,-119],[185.146,-133.685],[178,-149],[168.769,-162.643],[158,-172],[157.514,-172.959],[157,-174],[151.975,-176.915],[147,-179],[138.458,-180.967],[130,-180],[124.035,-143.775],[144,-114],[147.429,-111.786],[151,-110],[157.277,-108.079],[164,-108],[171.11,-121.694],[168,-138],[159.136,-150.845],[145,-156],[143.902,-142.761],[152,-134],[151.432,-137.026],[151,-139],[152.045,-139],[153,-139],[152.023,-141.957],[154,-144],[161.555,-134.025],[158,-122],[144.923,-126.232],[136,-139],[132.494,-156.217],[141,-168],[156.343,-163.745],[166,-154],[173.658,-141.998],[179,-127],[175.491,-101.429],[153,-96],[148.309,-98.646],[144,-102],[132.654,-111.747],[124,-123],[121.87,-126.688],[120,-130],[117,-135],[114,-147],[112,-152],[115,-183],[116,-185],[129,-193],[160,-181],[163,-180],[173,-169],[175,-167],[191,-79],[184,-72],[146,-75],[123,-88]],"c":true}],"h":1},{"t":11,"s":[{"i":[[-0.236,-4.375],[0,-1.5],[0,-1.5],[-3.455,-2.029],[-2.857,-1.288],[-0.156,-0.451],[-0.204,-0.12],[-0.521,-0.117],[-0.413,-0.239],[-7.153,-2.441],[-8.011,1.876],[-5.894,2.96],[-4.947,3.044],[-3.582,1.79],[-3.491,1.885],[-3.979,2.275],[-3.198,1.804],[-2.308,1.096],[-2.233,1.188],[-3.999,2.286],[-3.16,1.811],[-0.839,0.272],[-0.833,0.447],[-16.676,9.173],[-17.398,9.255],[-7.312,3.738],[-6.371,3.651],[-0.666,0.564],[-0.697,0.375],[-5.033,2.418],[-3.415,2.931],[-2.12,8.037],[0.841,10.39],[2.668,7.748],[3.688,7.108],[6.372,7.575],[7.655,5.336],[1.42,0.533],[1.7,0.74],[0.626,0.605],[0.634,0.204],[3.014,0.385],[1.271,-0.081],[3.718,-2.117],[4.169,-2.218],[9.468,-5.087],[8.727,-4.65],[24.532,-13.314],[24.411,-13.179],[0.869,-0.288],[0.776,-0.445],[0.644,-0.551],[0.651,-0.351],[3.184,-1.412],[2.995,-1.593],[1.441,-1.065],[1.605,-0.871],[0.87,-0.29],[0.775,-0.438],[5.424,-3.032],[4.734,-3.729],[1.457,-3.53],[0.398,-3.764],[-7.565,-15.269],[-8.525,-8.038],[-4.872,-2.522],[-5.495,0.121],[-3.284,3.868],[-1.496,4.388],[3.525,9.808],[5.815,7.519],[5.967,4.062],[9.665,-2.039],[1.386,-2.447],[1.169,-2.664],[-0.996,-5.038],[-2.099,-4.198],[-0.392,-0.285],[-0.185,-0.362],[-0.229,-1.03],[-0.535,-0.809],[-0.602,-0.297],[-0.32,-0.4],[-0.295,-0.746],[-0.338,-0.413],[-0.578,-0.287],[-0.344,-0.431],[-0.233,-0.705],[-0.43,-0.385],[-0.436,-0.199],[-0.108,-0.072],[-1.114,-0.642],[-1.3,-0.607],[-1.847,-0.618],[-1.675,0.375],[-0.701,5.666],[2.009,5.172],[3.487,3.502],[5.909,0.476],[-1.352,-4.468],[-3.713,-0.931],[-0.457,0.603],[-0.099,0.635],[0.205,1.052],[-1.734,0.239],[-0.992,-5.058],[5.371,-1.423],[2.32,2.014],[2.583,1.75],[1.474,3.148],[0.304,3.767],[-1.333,3.273],[-4.01,0.665],[-3.029,-2],[-3.524,-1.723],[-1.481,-15.211],[10.468,-2.78],[6.361,10.233],[0.44,0.635],[1.32,13.363],[0.438,4.124],[-15.2,-2.964],[-6.228,-4.766],[-0.763,-0.583],[-0.578,-0.535],[-2.128,-24.732],[23.726,4.871],[7.88,4.667],[4.903,2.371]],"o":[[0,1.5],[0,1.5],[2.325,2.596],[3.455,2.029],[0.173,0.078],[0.156,0.451],[0.501,0.293],[0.521,0.117],[5.378,3.114],[7.153,2.441],[5.476,-3.115],[5.894,-2.96],[3.18,-1.957],[3.582,-1.79],[3.885,-2.097],[3.979,-2.275],[2.534,-1.429],[2.308,-1.096],[3.843,-2.044],[3.999,-2.286],[0.81,-0.465],[0.839,-0.272],[16.899,-9.05],[16.676,-9.174],[6.381,-3.395],[7.312,-3.738],[0.641,-0.368],[0.666,-0.564],[4.454,-2.395],[5.033,-2.418],[6.363,-5.462],[2.12,-8.037],[-0.639,-7.899],[-2.668,-7.748],[-4.858,-9.365],[-6.372,-7.575],[-1.621,-1.13],[-1.42,-0.533],[-0.861,-0.375],[-0.626,-0.605],[-1.674,-0.539],[-3.014,-0.385],[-4.957,0.314],[-3.718,2.117],[-9.401,5.001],[-9.468,5.087],[-25.46,13.565],[-24.532,13.314],[-0.748,0.404],[-0.869,0.288],[-0.774,0.444],[-0.644,0.552],[-3.269,1.758],[-3.184,1.412],[-1.632,0.868],[-1.441,1.065],[-0.743,0.403],[-0.87,0.29],[-5.572,3.144],[-5.424,3.032],[-1.775,3.115],[-1.457,3.53],[-1.785,16.887],[7.565,15.269],[4.016,2.034],[4.872,2.522],[6.37,-0.14],[3.284,-3.868],[0.915,-14.248],[-3.525,-9.808],[-4.469,-4.79],[-5.967,-4.062],[-2.287,1.546],[-1.386,2.447],[-0.084,6.648],[0.996,5.038],[0.249,0.497],[0.392,0.285],[0.549,1.073],[0.229,1.03],[0.272,0.412],[0.602,0.297],[0.483,0.605],[0.295,0.745],[0.344,0.421],[0.578,0.287],[0.637,0.797],[0.233,0.704],[0.149,0.133],[0.436,0.199],[1.243,0.825],[1.114,0.642],[1.935,0.904],[1.847,0.618],[5.206,-1.166],[0.701,-5.666],[-2.142,-5.516],[-3.487,-3.502],[-3.12,3.199],[1.352,4.468],[-0.924,-1.953],[0.457,-0.603],[0.086,-0.555],[-0.205,-1.052],[3.402,1.343],[0.992,5.059],[-4.138,-0.195],[-2.32,-2.014],[-0.802,-2.641],[-1.474,-3.148],[-0.343,-4.244],[1.333,-3.273],[4.358,-0.722],[3.03,2],[6.246,8.959],[1.379,14.162],[-13.903,3.692],[-0.369,-0.593],[-7.157,-10.328],[-0.551,-5.579],[4.109,-13.47],[9.132,1.781],[0.847,0.648],[0.558,0.427],[16.755,15.491],[2.324,27.02],[-10.074,-2.068],[-5.488,-3.251],[0.145,0.07]],"v":[[115,-91],[115,-86.5],[115,-82],[124.101,-75.019],[134,-70],[134.477,-69.031],[135,-68],[136.566,-67.459],[138,-67],[157.025,-57.758],[180,-56],[197.397,-65.053],[214,-74],[224.266,-79.554],[235,-85],[247.014,-91.72],[258,-98],[265.225,-101.681],[272,-105],[284.012,-111.675],[295,-118],[297.483,-119.014],[300,-120],[350.126,-147.346],[401,-175],[422.007,-185.808],[443,-197],[444.958,-198.494],[447,-200],[461.779,-207.098],[475,-215],[487.403,-235.304],[489,-263],[483.786,-286.593],[474,-309],[457.098,-334.522],[436,-354],[431.558,-356.293],[427,-358],[424.829,-359.627],[423,-361],[415.197,-362.465],[408,-363],[395.409,-358.928],[384,-352],[355.495,-336.736],[328,-322],[253.214,-281.711],[180,-242],[177.522,-241.031],[175,-240],[172.909,-238.43],[171,-237],[161.295,-232.376],[152,-228],[147.48,-225.003],[143,-222],[140.525,-221.026],[138,-220],[121.372,-210.939],[106,-201],[100.967,-190.986],[98,-180],[108.767,-130.364],[135,-94],[148.391,-86.384],[164,-82],[178.155,-88.814],[185,-102],[180.547,-137.547],[166,-163],[150.897,-177.622],[128,-182],[122.662,-175.838],[119,-168],[120.363,-150.663],[125,-137],[126.048,-135.898],[127,-135],[128.01,-131.802],[129,-129],[130.465,-127.991],[132,-127],[133.109,-124.856],[134,-123],[135.5,-122.007],[137,-121],[138.155,-118.69],[139,-117],[140.03,-116.454],[141,-116],[144.457,-113.837],[148,-112],[153.695,-109.541],[159,-109],[167.411,-120.495],[165,-138],[156.825,-151.78],[143,-158],[140.875,-145.299],[149,-136],[148.733,-139.488],[150,-141],[149.264,-143.737],[151,-146],[158.58,-134.56],[153,-123],[143.834,-126.834],[137,-133],[133.127,-141.655],[130,-152],[131.236,-163.685],[139,-170],[149.625,-167.334],[159,-161],[176,-125],[164,-97],[127,-118],[125,-120],[109,-160],[109,-176],[136,-194],[154,-185],[157,-184],[159,-182],[194,-113],[160,-70],[134,-82],[119,-91]],"c":true}],"h":1},{"t":12,"s":[{"i":[[-0.169,-4.386],[0,-1.5],[0,-1.5],[-1.473,-1.064],[-1.495,-1.066],[-2.086,-1.386],[-1.644,-1.023],[-4.068,-2.382],[-4.825,-1.044],[-8.049,3.565],[-7.833,3.684],[-6.727,2.944],[-6.072,2.922],[-6.478,3.193],[-6.542,3.077],[-3.379,1.489],[-3.197,1.499],[-3.64,1.779],[-3.632,1.099],[-1.227,0.802],[-1.01,0.466],[-1.666,0.611],[-1.631,0.769],[-3.113,1.729],[-3.271,1.538],[-6.724,2.968],[-6.5,3.024],[-13.11,6.233],[-13.064,5.79],[-1,1],[-1.211,0.789],[-1.55,6.621],[0.647,8.501],[3.138,9.842],[4.762,8.605],[0.757,1.379],[0.356,0.372],[0.298,0.539],[0.407,0.425],[0.45,0.652],[0.474,0.634],[1.164,1.255],[1.111,1.333],[0.101,0.565],[0.279,0.358],[1.859,1.574],[1.255,1.024],[0.529,0.321],[0.46,0.369],[0.81,0.937],[0.863,0.535],[1.097,0.536],[0.942,0.443],[1.28,0.564],[0.708,0.195],[3.908,-1.249],[3.431,-1.631],[1.725,-0.634],[1.519,-0.714],[3.36,-1.478],[3.245,-1.528],[3.136,-1.74],[3.257,-1.534],[3.369,-1.485],[3.215,-1.5],[6.53,-2.998],[6.442,-3.006],[1.485,-0.891],[1.504,-0.711],[1.862,-0.579],[1.717,-0.817],[3.136,-1.743],[3.173,-1.465],[4.814,-2.12],[4.642,-2.165],[4.974,-2.323],[4.965,-2.31],[3.009,-1.447],[3.51,-1.656],[6.382,-3.001],[6.558,-3.122],[11.115,-8.809],[1.129,-2.284],[-3.49,-12.479],[-1.21,-3.276],[-2.952,-5.196],[-0.995,-1.517],[-0.939,-1.427],[-0.655,-0.987],[-1.192,-1.463],[-3.586,-2.229],[-0.666,-0.413],[-8.502,1.911],[3.031,16.364],[0.61,2.097],[0.677,1.904],[0.644,1.506],[2.163,3.564],[0.466,0.805],[1.929,2.437],[14.712,-1.376],[-1.713,-11.01],[-4.913,-6.932],[-3.657,-2.783],[-1.602,-0.71],[-3.956,0.783],[2.083,9.229],[10.167,0.588],[-5.736,1.977],[-0.883,1.85],[6.393,-5.168],[1.622,1.622],[1.947,3.422],[-12.373,1.946],[-3.349,-5.655],[-1.027,-2.232],[17.447,-3.598],[9.537,4.883],[4.615,10.952],[-0.635,16.177],[-8.463,2.27],[-5.035,-3.721],[-6.354,-8.941],[-2.969,-5.985],[-1.793,-7.016],[-0.261,-5.649],[2.996,-9.114],[11.253,-0.08],[12.612,8.388]],"o":[[0,1.5],[0,1.5],[0.612,1.677],[1.473,1.064],[2.01,1.433],[2.086,1.386],[3.903,2.427],[4.068,2.382],[8.973,1.942],[8.048,-3.565],[7.02,-3.302],[6.727,-2.944],[6.548,-3.151],[6.477,-3.193],[3.286,-1.545],[3.379,-1.489],[3.808,-1.785],[3.64,-1.779],[1.083,-0.327],[1.227,-0.802],[1.707,-0.787],[1.666,-0.611],[3.275,-1.545],[3.113,-1.729],[6.603,-3.105],[6.724,-2.968],[13.495,-6.278],[13.11,-6.233],[0.789,-1.211],[1,-1],[3.448,-6.016],[1.55,-6.621],[-0.687,-9.028],[-3.138,-9.842],[-0.615,-1.111],[-0.757,-1.379],[-0.401,-0.419],[-0.298,-0.539],[-0.726,-0.757],[-0.45,-0.652],[-1.231,-1.645],[-1.164,-1.255],[-0.317,-0.381],[-0.101,-0.565],[-1.31,-1.682],[-1.859,-1.574],[-0.425,-0.347],[-0.529,-0.321],[-0.897,-0.719],[-0.81,-0.936],[-0.669,-0.415],[-1.097,-0.536],[-1.171,-0.55],[-1.28,-0.564],[-5.938,-1.629],[-3.908,1.249],[-1.581,0.751],[-1.725,0.634],[-3.315,1.559],[-3.36,1.478],[-3.201,1.507],[-3.136,1.74],[-3.31,1.559],[-3.369,1.485],[-6.437,3.004],[-6.53,2.998],[-1.556,0.726],[-1.485,0.891],[-1.834,0.866],[-1.862,0.579],[-3.283,1.563],[-3.136,1.743],[-5.101,2.355],[-4.814,2.12],[-5.138,2.397],[-4.974,2.323],[-3.123,1.453],[-3.798,1.826],[-6.508,3.07],[-6.739,3.169],[-13.179,6.274],[0.614,2.725],[-6.62,13.397],[0.894,3.196],[2.114,5.724],[0.747,1.316],[0.937,1.428],[1.088,1.654],[1.412,2.129],[3.683,4.519],[0.601,0.374],[7.564,4.683],[13.731,-7.216],[-0.705,-3.807],[-0.69,-2.371],[-0.568,-1.598],[-2.141,-5.009],[-0.586,-0.966],[-1.59,-2.746],[-7.02,-8.868],[-9.46,5.985],[1.438,9.245],[3.363,4.744],[1.842,1.402],[3.603,1.597],[6.75,-4.583],[-2.641,-11.7],[-7.322,6.606],[-2.219,-1.642],[6.209,1.926],[-5.885,0.989],[-3.2,-3.2],[-5.42,-9.526],[10.73,-1.688],[1.275,2.153],[5.692,12.367],[-13.34,2.751],[-6.66,-8.959],[-4.626,-10.977],[3.342,-9.023],[9.248,-2.48],[7.885,5.828],[3.779,5.317],[3.694,7.448],[1.579,6.176],[0.489,10.573],[-5.025,6.308],[-16.341,-4.659],[-1.482,-0.204]],"v":[[109,-98],[109,-93.5],[109,-89],[112.337,-85.042],[117,-82],[123.274,-77.692],[129,-74],[140.809,-66.463],[154,-61],[179.355,-64.781],[203,-77],[223.711,-86.285],[243,-95],[262.505,-104.556],[282,-114],[292.066,-118.535],[302,-123],[313.131,-128.515],[324,-133],[327.555,-134.896],[331,-137],[336.057,-139.014],[341,-141],[350.503,-146.005],[360,-151],[380.077,-160.061],[400,-169],[439.823,-187.866],[479,-206],[481.683,-209.317],[485,-212],[492.571,-230.636],[494,-253],[488.057,-281.817],[476,-310],[473.806,-314.054],[472,-317],[471.004,-318.495],[470,-320],[468.311,-322.093],[467,-324],[463.41,-328.234],[460,-332],[459.471,-333.517],[459,-335],[453.959,-339.993],[449,-344],[447.526,-344.983],[446,-346],[443.475,-348.638],[441,-351],[438.204,-352.479],[435,-354],[431.153,-355.767],[428,-357],[413.62,-356.945],[403,-352],[397.954,-349.973],[393,-348],[382.947,-343.477],[373,-339],[363.542,-334.02],[354,-329],[343.929,-324.456],[334,-320],[314.503,-311.002],[295,-302],[290.461,-299.488],[286,-297],[280.412,-294.963],[275,-293],[265.418,-287.927],[256,-283],[241.155,-276.357],[227,-270],[211.87,-262.935],[197,-256],[188,-251],[177,-247],[158,-237],[138,-228],[100,-208],[97,-203],[97,-154],[100,-144],[108,-126],[111,-123],[113,-118],[117,-113],[121,-107],[134,-96],[136,-94],[161,-88],[172,-131],[170,-138],[169,-145],[166,-150],[160,-161],[159,-164],[154,-171],[122,-189],[113,-159],[126,-130],[136,-120],[140,-117],[151,-115],[157,-138],[135,-164],[141,-142],[142,-151],[146,-129],[135,-133],[128,-142],[131,-176],[156,-156],[159,-150],[154,-102],[128,-113],[110,-142],[103,-182],[117,-201],[141,-194],[159,-175],[170,-158],[179,-132],[182,-114],[177,-85],[154,-74],[114,-97]],"c":true}],"h":1},{"t":13,"s":[{"i":[[1.792,-5.969],[-3.078,-2.922],[-2.806,-3.194],[-2.125,-1.762],[-1.809,-1.072],[-1.345,-1.147],[-1.12,-0.52],[-0.584,-0.177],[-0.213,-0.084],[-4.956,1.313],[-6.007,2.185],[-3.552,1.377],[-3.096,1.145],[-2.344,0.633],[-1.412,0.65],[-1.358,0.729],[-1.13,0.422],[-1.858,0.422],[-1.81,0.654],[-13.698,5.243],[-13.509,4.084],[-0.389,0.463],[-0.257,0.094],[-1.014,0.08],[-0.977,0.328],[-0.849,0.608],[-0.814,0.302],[-2.809,0.806],[-2.038,0.762],[-2.626,0.986],[-2.562,0.958],[-23.088,8.547],[-22.567,8.178],[-1.801,8.254],[0.841,11.559],[2.827,9.332],[4.035,8.647],[0.283,1.052],[0.422,0.84],[0.753,0.784],[0.495,0.879],[0.436,0.967],[0.592,0.95],[0.696,0.782],[0.507,0.732],[0.458,1.081],[0.555,0.792],[0.375,0.328],[0.277,0.37],[2.488,2.268],[2.076,1.291],[2.618,1.406],[2.474,0.096],[1.306,-0.162],[1.557,-0.361],[1.695,-0.753],[1.727,-0.64],[8.581,-3.212],[8.118,-2.978],[2.711,-0.783],[2.535,-0.905],[0.866,-0.611],[0.783,-0.288],[1.891,-0.432],[1.698,-0.63],[1.633,-0.682],[1.678,-0.611],[34.671,-12.92],[34.356,-12.603],[4.587,-2.264],[2.096,-4.538],[0.561,-1.213],[0.219,-0.985],[0.146,-5.474],[-0.523,-3.868],[-3.482,-9.57],[-3.866,-6.805],[-1.723,-2.621],[-1.513,-1.709],[-4.992,-3.114],[-4.752,1.029],[-1.699,3.103],[-1.581,3.804],[0.847,7.025],[1.981,5.83],[1.528,3.139],[1.78,2.188],[4.418,4.582],[7.447,1.553],[-0.903,-10.935],[-3.031,-6.386],[-4.113,-4.192],[-4.888,-0.627],[-0.539,5.325],[1.469,5.014],[2.03,3.305],[1.936,1.555],[1.06,0.642],[1.592,-0.506],[-1.171,-4.463],[-2.728,-1.605],[-0.067,1.67],[-0.416,1.072],[-0.852,-4.397],[2.466,-2.814],[3.117,9.436],[-0.527,5.841],[-5.801,1.785],[-3.827,-6.061],[-0.942,-13.136],[9.864,-0.95],[3.075,2.06],[0.472,0.354],[0.799,0.764],[1.291,1.488],[1.867,2.86],[2.887,8.061],[1.079,8.215],[-4.497,6.009],[-6.958,-10.093],[-1.161,-1.888],[-0.897,-1.733],[-1.605,-3.882],[2.044,-20.52],[9.907,-1.731],[2.406,1.031],[1.62,1.213],[1.875,3.151],[2.562,3.771]],"o":[[-1.119,7.119],[3.078,2.922],[1.691,1.881],[2.125,1.762],[1.501,0.889],[1.345,1.148],[0.451,0.209],[0.584,0.177],[6.168,2.439],[4.956,-1.313],[3.697,-1.344],[3.552,-1.377],[2.211,-0.818],[2.344,-0.633],[1.438,-0.662],[1.358,-0.729],[1.757,-0.656],[1.858,-0.422],[13.699,-4.946],[13.698,-5.243],[0.187,-0.056],[0.389,-0.462],[0.966,-0.352],[1.014,-0.08],[0.789,-0.264],[0.849,-0.608],[2.724,-1.012],[2.809,-0.806],[2.936,-1.098],[2.626,-0.986],[23.082,-8.632],[23.088,-8.547],[5.637,-6.427],[1.801,-8.254],[-0.657,-9.025],[-2.827,-9.332],[-0.445,-0.952],[-0.283,-1.052],[-0.494,-0.983],[-0.753,-0.784],[-0.665,-1.183],[-0.436,-0.967],[-0.711,-1.139],[-0.695,-0.782],[-0.612,-0.884],[-0.458,-1.081],[-0.222,-0.316],[-0.375,-0.328],[-1.972,-2.635],[-2.488,-2.269],[-2.057,-1.279],[-2.618,-1.406],[-0.221,-0.009],[-1.306,0.162],[-1.495,0.347],[-1.695,0.753],[-8.56,3.173],[-8.581,3.212],[-2.62,0.962],[-2.711,0.783],[-0.755,0.269],[-0.866,0.611],[-1.738,0.641],[-1.891,0.432],[-1.789,0.663],[-1.633,0.681],[-34.962,12.716],[-34.671,12.92],[-6.556,2.405],[-4.587,2.264],[-0.536,1.161],[-0.561,1.213],[-0.941,4.235],[-0.146,5.474],[1.207,8.914],[3.482,9.57],[1.595,2.808],[1.723,2.621],[2.28,2.575],[4.992,3.113],[3.625,-0.785],[1.699,-3.103],[0.37,-9.072],[-0.847,-7.025],[-1.106,-3.255],[-1.528,-3.139],[-2.88,-6.12],[-4.418,-4.582],[-8.642,3.875],[0.903,10.935],[2.66,5.605],[4.113,4.192],[4.315,-2.688],[0.539,-5.325],[-0.945,-3.224],[-2.03,-3.305],[-1.167,-0.938],[-1.06,-0.642],[-2.413,3.543],[1.171,4.463],[0.316,-2.246],[0.067,-1.67],[3.056,1.6],[0.852,4.397],[-9.98,0.42],[-1.627,-4.924],[0.437,-4.845],[8.125,1.81],[4.765,7.547],[0.974,13.592],[-3.259,0.314],[-0.449,-0.301],[-0.944,-0.708],[-1.446,-1.382],[-2.666,-3.073],[-4.425,-6.777],[-2.808,-7.84],[-1.69,-12.872],[12.132,-16.213],[1.179,1.71],[1.113,1.81],[1.79,3.456],[6.484,15.687],[-1.068,10.725],[-5.836,1.02],[-2.911,-1.247],[-3.185,-2.383],[-3.95,-2.383],[-3.945,0.799]],"v":[[100,-110],[104.056,-96.056],[114,-88],[119.911,-82.393],[126,-78],[130.286,-74.723],[134,-72],[135.678,-71.406],[137,-71],[153.121,-70.032],[169,-76],[179.951,-80.149],[190,-84],[197.099,-86.126],[203,-88],[207.231,-90.18],[211,-92],[216.459,-93.502],[222,-95],[263.143,-110.646],[304,-125],[304.947,-125.972],[306,-127],[308.992,-127.518],[312,-128],[314.481,-129.472],[317,-131],[325.514,-133.687],[333,-136],[341.281,-139.105],[349,-142],[418.386,-167.84],[487,-193],[497.859,-214.651],[499,-244],[493.534,-271.784],[483,-299],[481.983,-302.084],[481,-305],[479,-307.578],[477,-310],[475.446,-313.174],[474,-316],[471.847,-318.805],[470,-321],[468.458,-324.069],[467,-327],[466.041,-327.959],[465,-329],[458.078,-336.509],[451,-342],[443.813,-346.387],[436,-349],[433.502,-348.778],[429,-348],[424.174,-346.219],[419,-344],[393.168,-334.354],[368,-325],[359.936,-322.458],[352,-320],[349.521,-318.514],[347,-317],[341.47,-315.491],[336,-314],[330.917,-311.96],[326,-310],[221.546,-271.415],[118,-233],[101.154,-226.6],[91,-217],[89.262,-213.368],[88,-210],[86.402,-194.725],[87,-180],[94.506,-151.418],[106,-126],[111.061,-117.676],[116,-111],[127.646,-101.297],[143,-97],[150.533,-103.235],[155,-114],[154.264,-137.931],[150,-157],[146.005,-166.801],[141,-175],[130.425,-191.425],[113,-201],[103.246,-175.883],[111,-147],[121.329,-131.767],[135,-124],[141.838,-136.755],[140,-153],[135.244,-163.251],[129,-171],[125.819,-173.583],[122,-174],[120.644,-161.046],[127,-151],[127.425,-156.881],[128,-161],[134.142,-150.911],[132,-139],[115,-159],[112,-175],[119,-187],[136,-173],[148,-138],[137,-111],[126,-115],[125,-117],[122,-118],[119,-123],[112,-131],[102,-152],[96,-176],[100,-207],[139,-191],[142,-185],[146,-180],[151,-168],[162,-110],[146,-84],[134,-86],[128,-89],[120,-96],[110,-105]],"c":true}],"h":1},{"t":14,"s":[{"i":[[0,9.666],[0.926,3.839],[1.161,4.256],[1.279,4.039],[1.282,3.188],[1.032,2.269],[1.16,2.256],[1.298,2.234],[1.447,2.202],[1.264,1.749],[1.33,1.466],[1.401,0.984],[1.477,0.304],[1.943,-0.15],[2.228,-0.439],[2.296,-0.569],[2.148,-0.541],[26.521,-6.748],[26.609,-6.777],[26.783,-6.765],[27.043,-6.713],[2.211,-0.447],[1.952,-0.43],[1.515,-0.518],[0.9,-0.709],[0.964,-1.854],[0.643,-2.417],[0.357,-2.729],[0.107,-2.792],[-0.136,-2.812],[-0.302,-2.733],[-0.39,-2.554],[-0.4,-2.276],[-1.182,-4.886],[-1.446,-4.566],[-1.665,-4.022],[-1.841,-3.255],[-1.392,-2.05],[-1.695,-1.813],[-2.081,-1.356],[-2.548,-0.68],[-1.387,1.887],[-0.635,2.45],[-0.181,2.713],[-0.025,2.677],[0.644,5.446],[1.238,4.956],[1.725,4.532],[2.106,4.175],[1.077,2.063],[1.297,1.779],[1.697,1.202],[2.275,0.329],[1.076,-1.439],[0.554,-1.845],[0.201,-1.983],[0.017,-1.854],[-0.242,-1.986],[-0.4,-1.979],[-0.458,-1.879],[-0.416,-1.685],[-1.142,-3.669],[-1.547,-3.203],[-2.132,-2.307],[-2.897,-0.981],[-0.857,2.127],[-0.202,2.731],[0.255,2.864],[0.517,2.526],[0.849,2.326],[1.136,2.014],[1.344,1.431],[1.472,0.577],[0.065,-3.032],[-0.932,-2.748],[-1.528,-1.126],[-0.189,1.585],[-0.084,2.015],[-0.731,-4.186],[1.924,-3.082],[2.037,3.975],[1.059,4.444],[-0.054,5.02],[-2.876,3.338],[-2.087,-2.567],[-1.553,-3.247],[-1.882,-7.334],[0.089,-8.308],[0.872,-3.512],[2.474,-2.344],[3.065,3.502],[2.041,4.079],[0.795,2.179],[0.84,2.323],[1.669,7.444],[0.114,9.112],[-0.985,4.987],[-4.128,2.751],[-3.646,-4.267],[-2.592,-5.194],[-2,-5.782],[-1.522,-5.905],[-1.149,-10.734],[2.707,-9.872],[1.37,-2.431],[2.737,-1.421],[3.047,2.727],[2.469,3.069],[2.469,3.061],[2.691,2.735],[0.159,-1.778],[-0.372,-1.606],[-2.603,-2.922],[-1.937,-2.504],[-0.085,-0.307],[-0.334,-0.349],[-0.517,-0.734],[-0.608,-0.725],[-2.93,-2.61],[-3.537,-0.48],[-4.161,1.065],[-4.511,1.126],[-41.544,10.39],[-40.706,10.168],[-11.526,2.883],[-11.053,2.761],[-5.809,2.471],[-2.63,8.084],[0,9.667]],"o":[[-0.576,-2.789],[-0.926,-3.839],[-1.161,-4.256],[-1.279,-4.039],[-0.914,-2.274],[-1.032,-2.269],[-1.16,-2.256],[-1.298,-2.234],[-1.204,-1.834],[-1.264,-1.749],[-1.33,-1.466],[-1.401,-0.984],[-1.44,-0.296],[-1.943,0.15],[-2.228,0.439],[-2.296,0.569],[-26.519,6.68],[-26.521,6.748],[-26.609,6.777],[-26.783,6.765],[-2.292,0.569],[-2.211,0.447],[-1.952,0.43],[-1.515,0.518],[-1.322,1.042],[-0.964,1.854],[-0.643,2.417],[-0.357,2.729],[-0.107,2.793],[0.136,2.812],[0.302,2.733],[0.39,2.554],[0.875,4.983],[1.182,4.886],[1.446,4.566],[1.665,4.022],[1.17,2.068],[1.392,2.05],[1.695,1.813],[2.081,1.356],[2.437,-1.023],[1.387,-1.887],[0.634,-2.45],[0.181,-2.713],[0.056,-6.002],[-0.644,-5.446],[-1.238,-4.956],[-1.725,-4.532],[-1.035,-2.053],[-1.077,-2.063],[-1.297,-1.78],[-1.697,-1.202],[-1.766,0.767],[-1.076,1.439],[-0.554,1.845],[-0.201,1.983],[-0.017,1.898],[0.242,1.986],[0.4,1.979],[0.458,1.879],[0.916,3.705],[1.142,3.669],[1.547,3.203],[2.132,2.307],[1.707,-1.052],[0.857,-2.126],[0.202,-2.731],[-0.255,-2.864],[-0.484,-2.366],[-0.849,-2.326],[-1.136,-2.014],[-1.344,-1.431],[-1.462,1.978],[-0.065,3.032],[0.932,2.748],[0.16,-0.644],[0.189,-1.585],[2.001,2.174],[0.731,4.186],[-3.791,-0.656],[-2.037,-3.975],[-1.093,-4.583],[0.054,-5.02],[3.097,0.484],[2.087,2.567],[2.561,5.356],[1.882,7.334],[-0.038,3.606],[-0.872,3.512],[-4.698,0.087],[-3.065,-3.502],[-0.982,-1.963],[-0.795,-2.179],[-2.209,-6.114],[-1.669,-7.444],[-0.066,-5.299],[0.985,-4.987],[5.825,0.739],[3.646,4.267],[2.479,4.968],[2,5.782],[2.111,8.191],[1.149,10.734],[-0.782,2.853],[-1.37,2.431],[-5.345,-0.023],[-3.046,-2.727],[-2.43,-3.02],[-2.47,-3.061],[0.263,2.28],[-0.159,1.778],[0.65,2.806],[2.603,2.922],[0.327,0.422],[0.085,0.307],[0.323,0.338],[0.517,0.734],[1.744,2.082],[2.93,2.61],[2.844,0.386],[4.161,-1.065],[41.118,-10.27],[41.544,-10.39],[10.844,-2.709],[11.526,-2.883],[8.132,-2.031],[5.809,-2.471],[0,-9.666],[0,-9.667]],"v":[[500,-245],[497.717,-255.101],[494.558,-267.402],[490.87,-280.002],[487,-291],[484.083,-297.817],[480.798,-304.607],[477.114,-311.344],[473,-318],[469.299,-323.423],[465.409,-328.295],[461.315,-332.018],[457,-334],[451.871,-334.18],[445.56,-333.256],[438.72,-331.705],[432,-330],[352.46,-309.848],[272.786,-289.549],[192.718,-269.227],[112,-249],[105.201,-247.501],[98.912,-246.211],[93.667,-244.815],[90,-243],[86.58,-238.593],[84.178,-232.125],[82.687,-224.344],[82,-216],[82.063,-207.567],[82.74,-199.225],[83.796,-191.27],[85,-184],[88.098,-169.142],[92.051,-154.909],[96.729,-141.971],[102,-131],[105.822,-124.767],[110.432,-118.918],[116.076,-114.11],[123,-111],[128.661,-115.44],[131.618,-122.02],[132.766,-129.84],[133,-138],[132.091,-155.155],[129.242,-170.74],[124.772,-184.955],[119,-198],[115.877,-204.248],[112.36,-210.085],[107.913,-214.63],[102,-217],[97.779,-213.623],[95.376,-208.63],[94.285,-202.822],[94,-197],[94.362,-191.152],[95.349,-185.181],[96.662,-179.369],[98,-174],[101.041,-162.831],[105.029,-152.414],[110.502,-144.041],[118,-139],[121.797,-143.885],[123.336,-151.288],[123.207,-159.797],[122,-168],[119.981,-175.105],[116.983,-181.683],[113.244,-186.919],[109,-190],[106.809,-182.15],[108.21,-173.145],[112,-167],[112.557,-170.471],[113,-176],[117.444,-165.68],[116,-154],[107.452,-161.659],[103,-175],[101.024,-189.934],[105,-203],[112.658,-198.072],[118,-189],[124.988,-169.714],[128,-146],[126.827,-135.053],[122,-126],[110.508,-131.875],[103,-144],[100.393,-150.229],[98,-157],[91.929,-177.251],[89,-202],[89.854,-217.911],[97,-230],[110.924,-221.841],[120,-207],[126.718,-190.703],[132,-173],[137.613,-143.761],[136,-112],[132.966,-103.925],[127,-98],[114.843,-102.716],[107,-112],[99.696,-121.214],[92,-130],[91.919,-123.995],[92,-119],[97.534,-110.273],[105,-102],[105.494,-100.945],[106,-100],[107.287,-98.291],[109,-96],[116.155,-88.298],[126,-83],[136.75,-84.366],[150,-88],[274.309,-119.077],[398,-150],[431.843,-158.461],[466,-167],[487.127,-172.461],[500,-187],[500,-216]],"c":true}],"h":1},{"t":15,"s":[{"i":[[-63.241,8.987],[-0.978,4.306],[-0.359,4.907],[0.049,5.273],[0.245,5.403],[0.842,7.578],[1.298,7.642],[1.682,7.118],[1.995,6.005],[0.958,2.26],[1.13,1.796],[1.357,1.138],[1.639,0.287],[0.331,-0.062],[0.301,-0.128],[0.319,-0.127],[0.386,-0.058],[7.668,-0.993],[7.856,-0.947],[8.01,-0.981],[8.131,-1.095],[23.862,-3.195],[24.09,-3.174],[23.558,-3.017],[22.266,-2.725],[0.796,-2.536],[0.442,-2.836],[0.175,-3.007],[-0.005,-3.048],[-0.51,-6.315],[-0.854,-6.169],[-1.042,-5.644],[-1.075,-4.741],[-0.558,-2.183],[-0.623,-1.961],[-0.754,-1.798],[-0.951,-1.693],[-0.456,-0.946],[-0.582,-0.832],[-0.835,-0.47],[-1.214,0.139],[-0.652,2.061],[-0.384,2.226],[-0.166,2.302],[0.005,2.288],[0.397,4.824],[0.664,4.815],[0.81,4.459],[0.836,3.754],[0.638,2.709],[0.855,2.369],[1.289,1.851],[1.941,1.154],[0.588,-1.917],[0.303,-2.088],[0.064,-2.252],[-0.13,-2.409],[-0.245,-2.49],[-0.344,-2.537],[-0.427,-2.528],[-0.493,-2.464],[-0.528,-2.5],[-0.724,-2.259],[-1.084,-1.755],[-1.609,-0.988],[-0.498,2.206],[-0.023,2.478],[0.236,2.533],[0.281,2.372],[0.121,1.209],[0.143,1.213],[0.2,1.147],[0.292,1.013],[0.384,1.061],[0.492,0.949],[0.612,0.664],[0.745,0.206],[0.162,-1.06],[0.101,-1.116],[0.014,-1.123],[-0.101,-1.082],[-0.218,-1.084],[-0.333,-0.984],[-0.449,-0.783],[-0.565,-0.48],[0.054,0.804],[0.054,0.804],[-0.152,0.598],[-0.564,0.186],[-0.214,-1.816],[-0.144,-1.895],[0.142,-1.757],[0.643,-1.399],[0.779,2.016],[0.592,2.381],[0.392,2.549],[0.18,2.52],[0.03,2.702],[-0.36,2.514],[-0.979,2.115],[-0.874,-2.504],[-0.726,-2.663],[-0.758,-5.751],[-0.486,-6.564],[0.162,-4.953],[2.803,-3.094],[1.858,5.296],[1.236,6.041],[0.877,6.28],[0.303,6.067],[0.116,5.009],[-0.697,4.29],[-0.755,1.87],[-1.736,1.005],[-2.018,-6.667],[-1.553,-7.486],[-1.522,-13.857],[1.58,-14.556],[0.909,-2.711],[2.09,-0.619],[1.667,2.908],[1.288,3.072],[1.211,3.264],[1.799,2.705],[0,-2.167],[0,-2.166],[-2.783,-6.883],[-5.541,-4.126],[-64.154,8.347]],"o":[[1.81,-3.469],[0.978,-4.306],[0.359,-4.907],[-0.049,-5.273],[-0.315,-6.927],[-0.842,-7.578],[-1.298,-7.642],[-1.682,-7.118],[-0.841,-2.531],[-0.958,-2.26],[-1.13,-1.796],[-1.357,-1.138],[-0.411,-0.072],[-0.331,0.062],[-0.301,0.129],[-0.319,0.127],[-7.447,1.118],[-7.668,0.993],[-7.856,0.947],[-8.01,0.981],[-22.874,3.079],[-23.862,3.195],[-24.09,3.174],[-23.558,3.017],[-1.238,2.107],[-0.796,2.536],[-0.442,2.836],[-0.175,3.007],[0.009,6.082],[0.51,6.315],[0.854,6.169],[1.042,5.644],[0.558,2.463],[0.558,2.183],[0.623,1.961],[0.754,1.798],[0.457,0.813],[0.456,0.946],[0.583,0.832],[0.835,0.47],[0.967,-1.807],[0.652,-2.061],[0.384,-2.226],[0.166,-2.302],[-0.01,-4.485],[-0.397,-4.824],[-0.664,-4.815],[-0.81,-4.459],[-0.639,-2.87],[-0.638,-2.709],[-0.855,-2.369],[-1.289,-1.851],[-0.917,1.74],[-0.588,1.917],[-0.303,2.088],[-0.064,2.252],[0.129,2.387],[0.245,2.49],[0.345,2.537],[0.427,2.528],[0.496,2.477],[0.528,2.5],[0.724,2.259],[1.084,1.755],[1.187,-1.716],[0.498,-2.206],[0.023,-2.478],[-0.236,-2.533],[-0.135,-1.137],[-0.121,-1.209],[-0.143,-1.213],[-0.2,-1.147],[-0.288,-0.999],[-0.384,-1.061],[-0.492,-0.949],[-0.612,-0.664],[-0.196,0.955],[-0.162,1.06],[-0.101,1.116],[-0.014,1.123],[0.102,1.084],[0.218,1.084],[0.333,0.984],[0.449,0.783],[0.152,-0.598],[-0.054,-0.804],[-0.054,-0.804],[0.152,-0.598],[0.069,1.519],[0.214,1.816],[0.144,1.895],[-0.142,1.757],[-0.953,-1.454],[-0.779,-2.016],[-0.592,-2.381],[-0.392,-2.549],[-0.192,-2.68],[-0.03,-2.702],[0.36,-2.514],[1.779,1.319],[0.874,2.504],[1.481,5.431],[0.758,5.751],[0.451,6.093],[-0.162,4.953],[-3.332,-2.776],[-1.858,-5.296],[-1.189,-5.813],[-0.877,-6.28],[-0.233,-4.675],[-0.116,-5.009],[0.245,-1.513],[0.755,-1.87],[4.376,3.847],[2.018,6.667],[2.492,12.016],[1.522,13.857],[-0.275,2.536],[-0.909,2.711],[-3.045,-1.296],[-1.667,-2.908],[-1.358,-3.24],[-1.21,-3.264],[0,2.166],[0,2.167],[3.326,6.34],[2.783,6.883],[64.141,-8.626],[64.154,-8.347]],"v":[[493,-152],[497.129,-163.72],[499.082,-177.598],[499.495,-192.927],[499,-209],[497.247,-230.904],[494.02,-253.882],[489.533,-276.169],[484,-296],[481.316,-303.234],[478.197,-309.365],[474.48,-313.814],[470,-316],[468.898,-315.998],[467.963,-315.695],[467.046,-315.295],[466,-315],[443.32,-311.853],[420.026,-308.964],[396.22,-306.093],[372,-303],[301.707,-293.555],[229.589,-283.968],[157.927,-274.647],[89,-266],[85.97,-259.003],[84.136,-250.912],[83.233,-242.115],[83,-233],[83.817,-214.309],[85.901,-195.487],[88.785,-177.672],[92,-162],[93.658,-155.047],[95.412,-148.846],[97.46,-143.222],[100,-138],[101.338,-135.3],[102.864,-132.572],[104.959,-130.558],[108,-130],[110.416,-135.824],[111.958,-142.277],[112.771,-149.092],[113,-156],[112.36,-170.051],[110.739,-184.597],[108.499,-198.595],[106,-211],[104.138,-219.413],[101.953,-227.074],[98.792,-233.448],[94,-238],[91.755,-232.512],[90.43,-226.503],[89.89,-219.992],[90,-213],[90.565,-205.67],[91.453,-198.115],[92.615,-190.503],[94,-183],[95.494,-175.469],[97.331,-168.265],[100.002,-162.179],[104,-158],[106.474,-163.937],[107.202,-171.017],[106.83,-178.588],[106,-186],[105.624,-189.536],[105.236,-193.185],[104.73,-196.742],[104,-200],[102.995,-203.132],[101.685,-206.19],[100.032,-208.653],[98,-210],[97.456,-206.965],[97.054,-203.689],[96.875,-200.319],[97,-197],[97.479,-193.723],[98.305,-190.595],[99.479,-187.92],[101,-186],[101.096,-188.154],[100.883,-190.617],[100.978,-192.772],[102,-194],[102.479,-188.943],[103.069,-183.321],[103.124,-177.789],[102,-173],[99.4,-178.255],[97.341,-184.9],[95.862,-192.346],[95,-200],[94.61,-208.126],[95.048,-216.004],[97,-223],[100.79,-217.008],[103,-209],[106.247,-192.35],[108,-174],[108.94,-157.25],[105,-145],[97.428,-157.552],[93,-175],[89.835,-193.309],[88,-212],[87.303,-226.79],[88,-241],[89.382,-246.381],[93,-251],[102.117,-234.729],[107,-213],[113.554,-173.905],[114,-131],[112.361,-122.562],[108,-117],[101.182,-123.668],[97,-133],[93.331,-142.901],[89,-152],[89,-145.5],[89,-139],[97.339,-118.339],[109,-101],[301.675,-126.229]],"c":true}],"h":1},{"t":16,"s":[{"i":[[0.183,3.485],[0.733,0.011],[0.739,0.011],[0.745,0.011],[0.751,0.012],[0.756,0.012],[0.761,0.012],[0.766,0.011],[0.77,0.011],[0.774,0.01],[0.778,0.01],[0.782,0.009],[0.785,0.008],[0.788,0.007],[0.791,0.006],[0.793,0.004],[0.795,0.003],[0.797,0.001],[0.798,-0.001],[0.8,-0.003],[0.8,-0.005],[0.801,-0.007],[0.801,-0.009],[0.801,-0.012],[0.801,-0.015],[0.8,-0.017],[0.8,-0.02],[0.798,-0.023],[0.797,-0.026],[0.795,-0.03],[0.614,-0.023],[0.613,-0.022],[0.612,-0.021],[0.612,-0.021],[0.611,-0.02],[0.61,-0.019],[0.61,-0.019],[0.61,-0.018],[0.61,-0.017],[0.61,-0.016],[0.61,-0.016],[0.61,-0.015],[0.61,-0.014],[0.611,-0.013],[0.611,-0.012],[0.612,-0.011],[0.613,-0.01],[0.614,-0.009],[0.615,-0.008],[0.616,-0.006],[0.618,-0.005],[0.619,-0.004],[0.621,-0.003],[0.622,-0.001],[0.624,0],[2.033,-0.017],[2.037,-0.031],[2.041,-0.043],[2.044,-0.052],[2.047,-0.059],[2.049,-0.064],[2.05,-0.066],[2.051,-0.066],[2.051,-0.064],[2.05,-0.059],[2.049,-0.052],[2.047,-0.043],[2.044,-0.031],[2.041,-0.017],[2.037,0],[4.14,-0.024],[4.14,-0.045],[4.139,-0.063],[4.139,-0.077],[4.138,-0.087],[4.137,-0.094],[4.136,-0.098],[4.135,-0.098],[4.133,-0.095],[4.131,-0.089],[4.129,-0.079],[4.127,-0.066],[4.124,-0.049],[4.122,-0.029],[4.119,-0.005],[0.016,-3.81],[0.019,-3.792],[0.018,-3.773],[0.014,-3.755],[0.006,-3.736],[-0.006,-3.718],[-0.022,-3.699],[-0.041,-3.68],[-0.065,-3.661],[-0.092,-3.642],[-0.123,-3.623],[-0.157,-3.604],[-0.196,-3.585],[-0.238,-3.566],[-0.284,-3.547],[-8.693,0.151],[-8.692,0.153],[-8.691,0.154],[-8.69,0.155],[-8.689,0.155],[-8.688,0.156],[-8.688,0.157],[-8.687,0.157],[-8.687,0.157],[-8.687,0.157],[-8.687,0.157],[-8.687,0.157],[-8.687,0.157],[-8.688,0.157],[-8.688,0.156],[-0.129,3.647],[-0.094,3.676],[-0.061,3.7],[-0.031,3.717],[-0.002,3.727],[0.025,3.732],[0.05,3.73],[0.074,3.721],[0.095,3.706],[0.114,3.685],[0.132,3.658],[0.147,3.624],[0.161,3.584],[0.173,3.538]],"o":[[-0.727,-0.01],[-0.733,-0.011],[-0.739,-0.011],[-0.745,-0.011],[-0.751,-0.012],[-0.756,-0.012],[-0.761,-0.012],[-0.766,-0.011],[-0.77,-0.011],[-0.774,-0.01],[-0.778,-0.01],[-0.782,-0.009],[-0.785,-0.008],[-0.788,-0.007],[-0.791,-0.006],[-0.793,-0.004],[-0.795,-0.003],[-0.797,-0.001],[-0.798,0.001],[-0.8,0.003],[-0.8,0.005],[-0.801,0.007],[-0.801,0.009],[-0.801,0.012],[-0.801,0.015],[-0.8,0.017],[-0.8,0.02],[-0.798,0.023],[-0.797,0.026],[-0.615,0.023],[-0.614,0.023],[-0.613,0.022],[-0.612,0.021],[-0.612,0.021],[-0.611,0.02],[-0.61,0.019],[-0.61,0.019],[-0.61,0.018],[-0.61,0.017],[-0.61,0.016],[-0.61,0.016],[-0.61,0.015],[-0.61,0.014],[-0.611,0.013],[-0.611,0.012],[-0.612,0.011],[-0.613,0.01],[-0.614,0.009],[-0.615,0.008],[-0.616,0.006],[-0.618,0.005],[-0.619,0.004],[-0.621,0.003],[-0.622,0.001],[-2.027,0],[-2.033,0.017],[-2.037,0.031],[-2.041,0.043],[-2.044,0.052],[-2.047,0.059],[-2.049,0.064],[-2.05,0.066],[-2.051,0.066],[-2.051,0.064],[-2.05,0.059],[-2.049,0.052],[-2.047,0.043],[-2.044,0.031],[-2.041,0.017],[-4.14,0],[-4.14,0.024],[-4.14,0.045],[-4.139,0.063],[-4.139,0.077],[-4.138,0.087],[-4.137,0.094],[-4.136,0.098],[-4.135,0.098],[-4.133,0.095],[-4.131,0.089],[-4.129,0.079],[-4.127,0.066],[-4.124,0.049],[-4.122,0.029],[-0.009,3.829],[-0.016,3.81],[-0.019,3.792],[-0.018,3.773],[-0.014,3.755],[-0.006,3.736],[0.006,3.718],[0.022,3.699],[0.041,3.68],[0.065,3.661],[0.092,3.642],[0.123,3.623],[0.157,3.604],[0.196,3.585],[0.238,3.566],[8.694,-0.15],[8.693,-0.151],[8.692,-0.153],[8.691,-0.154],[8.69,-0.155],[8.689,-0.155],[8.688,-0.156],[8.688,-0.157],[8.687,-0.157],[8.687,-0.157],[8.687,-0.157],[8.687,-0.157],[8.687,-0.157],[8.687,-0.157],[8.688,-0.157],[0.165,-3.611],[0.129,-3.647],[0.094,-3.676],[0.061,-3.7],[0.031,-3.717],[0.002,-3.727],[-0.025,-3.732],[-0.05,-3.73],[-0.074,-3.721],[-0.095,-3.706],[-0.114,-3.685],[-0.132,-3.658],[-0.147,-3.624],[-0.161,-3.584],[-0.173,-3.538]],"v":[[485,-294],[482.81,-294.031],[480.6,-294.064],[478.373,-294.098],[476.128,-294.133],[473.868,-294.168],[471.591,-294.203],[469.3,-294.238],[466.996,-294.271],[464.679,-294.303],[462.349,-294.333],[460.009,-294.361],[457.659,-294.386],[455.299,-294.408],[452.931,-294.427],[450.555,-294.441],[448.173,-294.452],[445.785,-294.457],[443.392,-294.458],[440.995,-294.453],[438.595,-294.441],[436.193,-294.424],[433.789,-294.399],[431.385,-294.367],[428.982,-294.328],[426.579,-294.28],[424.179,-294.224],[421.782,-294.159],[419.389,-294.084],[417,-294],[415.155,-293.932],[413.314,-293.865],[411.476,-293.8],[409.64,-293.736],[407.806,-293.675],[405.974,-293.615],[404.143,-293.558],[402.313,-293.503],[400.484,-293.45],[398.655,-293.399],[396.827,-293.351],[394.997,-293.306],[393.167,-293.263],[391.335,-293.223],[389.502,-293.186],[387.667,-293.152],[385.83,-293.121],[383.989,-293.094],[382.146,-293.07],[380.299,-293.049],[378.449,-293.031],[376.594,-293.018],[374.734,-293.008],[372.87,-293.002],[371,-293],[364.91,-292.975],[358.805,-292.903],[352.688,-292.792],[346.56,-292.649],[340.423,-292.481],[334.28,-292.296],[328.131,-292.1],[321.979,-291.9],[315.827,-291.704],[309.675,-291.519],[303.527,-291.351],[297.383,-291.208],[291.246,-291.097],[285.118,-291.025],[279,-291],[266.58,-290.963],[254.161,-290.858],[241.742,-290.695],[229.324,-290.486],[216.908,-290.239],[204.495,-289.966],[192.086,-289.676],[179.68,-289.38],[167.278,-289.089],[154.882,-288.812],[142.492,-288.559],[130.108,-288.341],[117.731,-288.169],[105.361,-288.051],[93,-288],[92.961,-276.542],[92.908,-265.138],[92.85,-253.79],[92.801,-242.498],[92.77,-231.261],[92.769,-220.08],[92.811,-208.956],[92.905,-197.887],[93.063,-186.875],[93.298,-175.92],[93.619,-165.022],[94.038,-154.18],[94.567,-143.396],[95.218,-132.669],[96,-122],[122.081,-122.453],[148.159,-122.909],[174.233,-123.368],[200.304,-123.831],[226.372,-124.295],[252.438,-124.763],[278.502,-125.231],[304.565,-125.701],[330.627,-126.173],[356.689,-126.645],[382.75,-127.117],[408.811,-127.589],[434.873,-128.06],[460.936,-128.531],[487,-129],[487.44,-139.887],[487.773,-150.873],[488.006,-161.939],[488.143,-173.065],[488.191,-184.232],[488.155,-195.422],[488.041,-206.616],[487.854,-217.793],[487.601,-228.936],[487.287,-240.026],[486.917,-251.042],[486.498,-261.967],[486.035,-272.781],[485.534,-283.465]],"c":true}],"h":1},{"t":17,"s":[{"i":[[32.407,2.759],[0.142,-0.067],[0.125,-0.083],[0.107,-0.102],[0.087,-0.121],[0.066,-0.142],[0.044,-0.165],[0.02,-0.189],[-0.006,-0.214],[0.285,-0.265],[0.217,-0.347],[0.164,-0.412],[0.126,-0.461],[0.103,-0.493],[0.096,-0.509],[0.104,-0.508],[0.127,-0.49],[0.915,-4.275],[0.784,-4.456],[0.656,-4.603],[0.532,-4.715],[0.411,-4.794],[0.295,-4.839],[0.181,-4.851],[0.072,-4.828],[-0.009,-1.792],[-0.055,-1.775],[-0.112,-1.744],[-0.179,-1.701],[-0.258,-1.645],[-0.347,-1.576],[-0.448,-1.494],[-0.559,-1.399],[-0.928,-0.268],[-0.947,-0.185],[-0.961,-0.121],[-0.97,-0.076],[-0.975,-0.049],[-0.976,-0.04],[-0.972,-0.05],[-0.964,-0.079],[-13.218,-1.127],[-13.259,-1.166],[-13.277,-1.191],[-13.271,-1.203],[-13.242,-1.201],[-13.189,-1.186],[-13.112,-1.157],[-13.012,-1.114],[-2.037,-0.203],[-2.041,-0.214],[-2.043,-0.205],[-2.045,-0.176],[-2.045,-0.129],[-2.044,-0.062],[-2.042,0.024],[-2.038,0.13],[-0.491,0.832],[-0.436,0.898],[-0.39,0.951],[-0.353,0.992],[-0.324,1.02],[-0.303,1.036],[-0.29,1.039],[-0.286,1.029],[-0.307,1.069],[-0.299,1.096],[-0.263,1.119],[-0.199,1.137],[-0.107,1.151],[0.012,1.16],[0.159,1.164],[0.334,1.164],[0.462,-1.58],[0.395,-1.647],[0.378,-1.664],[0.41,-1.632],[0.491,-1.55],[0.622,-1.419],[0.803,-1.239],[1.033,-1.009],[0.357,1.449],[0.26,1.631],[0.173,1.748],[0.096,1.799],[0.031,1.785],[-0.024,1.706],[-0.068,1.562],[-0.101,1.352],[-0.052,-0.543],[-0.036,-0.579],[-0.027,-0.603],[-0.024,-0.615],[-0.028,-0.615],[-0.038,-0.603],[-0.055,-0.579],[-0.078,-0.543],[-0.064,-0.562],[-0.07,-0.592],[-0.092,-0.588],[-0.128,-0.55],[-0.178,-0.477],[-0.243,-0.37],[-0.323,-0.229],[-0.418,-0.054],[-0.632,1.005],[-0.503,1.099],[-0.397,1.179],[-0.314,1.245],[-0.254,1.298],[-0.216,1.336],[-0.201,1.361],[-0.209,1.372],[-0.4,2.873],[-0.362,2.909],[-0.318,2.941],[-0.267,2.969],[-0.21,2.993],[-0.146,3.013],[-0.076,3.029],[0,3.041],[-0.046,2.484],[0.016,2.47],[0.186,2.412],[0.464,2.309],[0.849,2.161],[32.312,2.854],[32.312,2.855],[32.344,2.823]],"o":[[-0.157,0.051],[-0.142,0.067],[-0.125,0.083],[-0.107,0.102],[-0.087,0.121],[-0.066,0.142],[-0.044,0.165],[-0.02,0.189],[-0.369,0.166],[-0.285,0.265],[-0.217,0.347],[-0.164,0.412],[-0.126,0.461],[-0.103,0.493],[-0.096,0.509],[-0.104,0.508],[-1.05,4.06],[-0.915,4.275],[-0.784,4.456],[-0.656,4.603],[-0.532,4.715],[-0.411,4.794],[-0.295,4.84],[-0.181,4.851],[-0.027,1.797],[0.009,1.792],[0.055,1.775],[0.112,1.744],[0.179,1.701],[0.258,1.645],[0.347,1.576],[0.448,1.494],[0.905,0.369],[0.928,0.268],[0.947,0.185],[0.961,0.121],[0.97,0.076],[0.975,0.049],[0.976,0.04],[0.972,0.05],[13.153,1.075],[13.218,1.127],[13.259,1.166],[13.277,1.191],[13.271,1.203],[13.242,1.201],[13.189,1.186],[13.112,1.157],[2.033,0.174],[2.037,0.203],[2.041,0.214],[2.043,0.205],[2.045,0.176],[2.045,0.129],[2.044,0.062],[2.042,-0.024],[0.553,-0.753],[0.491,-0.832],[0.436,-0.898],[0.39,-0.951],[0.353,-0.992],[0.324,-1.02],[0.303,-1.036],[0.29,-1.039],[0.288,-1.038],[0.307,-1.069],[0.299,-1.096],[0.263,-1.119],[0.199,-1.137],[0.107,-1.151],[-0.012,-1.16],[-0.159,-1.164],[-0.578,1.464],[-0.462,1.58],[-0.395,1.647],[-0.378,1.664],[-0.41,1.632],[-0.491,1.55],[-0.622,1.419],[-0.803,1.239],[-0.466,-1.201],[-0.357,-1.449],[-0.26,-1.631],[-0.173,-1.748],[-0.096,-1.799],[-0.031,-1.785],[0.024,-1.706],[0.068,-1.562],[0.075,0.495],[0.052,0.543],[0.036,0.579],[0.027,0.603],[0.024,0.615],[0.028,0.615],[0.038,0.603],[0.055,0.579],[0.072,0.498],[0.064,0.562],[0.07,0.592],[0.092,0.588],[0.128,0.55],[0.178,0.477],[0.243,0.37],[0.323,0.229],[0.784,-0.897],[0.632,-1.005],[0.503,-1.099],[0.397,-1.179],[0.314,-1.245],[0.254,-1.298],[0.216,-1.336],[0.201,-1.361],[0.432,-2.832],[0.4,-2.873],[0.362,-2.909],[0.318,-2.941],[0.267,-2.969],[0.21,-2.993],[0.146,-3.013],[0.076,-3.029],[0,-2.452],[0.046,-2.484],[-0.016,-2.47],[-0.186,-2.412],[-0.464,-2.309],[-32.344,-2.822],[-32.312,-2.854],[-32.312,-2.855],[-32.344,-2.823]],"v":[[103,-308],[102.551,-307.824],[102.151,-307.599],[101.803,-307.321],[101.512,-306.988],[101.282,-306.593],[101.117,-306.132],[101.022,-305.603],[101,-305],[100.022,-304.35],[99.273,-303.429],[98.705,-302.287],[98.274,-300.973],[97.933,-299.537],[97.638,-298.03],[97.342,-296.501],[97,-295],[94.052,-282.489],[91.504,-269.384],[89.345,-255.788],[87.563,-241.802],[86.149,-227.529],[85.091,-213.07],[84.378,-198.526],[84,-184],[83.97,-178.612],[84.063,-173.258],[84.31,-167.976],[84.744,-162.805],[85.397,-157.783],[86.303,-152.949],[87.493,-148.342],[89,-144],[91.752,-143.05],[94.565,-142.376],[97.427,-141.921],[100.324,-141.63],[103.243,-141.449],[106.171,-141.32],[109.095,-141.189],[112,-141],[151.562,-137.694],[191.283,-134.252],[231.093,-130.713],[270.922,-127.119],[310.698,-123.51],[350.35,-119.927],[389.807,-116.41],[429,-113],[435.105,-112.429],[441.223,-111.798],[447.35,-111.166],[453.483,-110.59],[459.618,-110.127],[465.751,-109.836],[471.88,-109.774],[478,-110],[479.563,-112.38],[480.952,-114.978],[482.19,-117.754],[483.302,-120.672],[484.315,-123.693],[485.252,-126.78],[486.139,-129.895],[487,-133],[487.9,-136.162],[488.817,-139.412],[489.667,-142.736],[490.367,-146.121],[490.834,-149.553],[490.984,-153.02],[490.734,-156.507],[490,-160],[488.453,-155.422],[487.18,-150.571],[486.033,-145.592],[484.863,-140.636],[483.524,-135.851],[481.866,-131.384],[479.74,-127.384],[477,-124],[475.767,-127.991],[474.844,-132.627],[474.199,-137.711],[473.799,-143.048],[473.611,-148.441],[473.603,-153.695],[473.744,-158.613],[474,-163],[474.189,-161.439],[474.321,-159.752],[474.414,-157.975],[474.489,-156.144],[474.566,-154.295],[474.663,-152.464],[474.801,-150.687],[475,-149],[475.2,-147.402],[475.397,-145.663],[475.637,-143.884],[475.962,-142.169],[476.417,-140.621],[477.046,-139.342],[477.892,-138.434],[479,-138],[481.118,-140.855],[482.816,-144.014],[484.161,-147.434],[485.223,-151.074],[486.07,-154.893],[486.769,-158.847],[487.39,-162.897],[488,-167],[489.25,-175.558],[490.396,-184.231],[491.417,-193.007],[492.296,-201.873],[493.013,-210.818],[493.548,-219.828],[493.884,-228.893],[494,-238],[494.096,-245.415],[494.167,-252.858],[493.891,-260.192],[492.943,-267.284],[491,-274],[394.023,-282.522],[297.094,-291.093],[200.118,-299.618]],"c":true}],"h":1},{"t":18,"s":[{"i":[[2.626,4.35],[31.353,5.897],[31.366,5.884],[31.454,5.795],[31.619,5.631],[0.789,-0.56],[0.703,-0.633],[0.563,-0.631],[0.368,-0.555],[0.337,-0.534],[0.294,-0.513],[0.31,-0.597],[0.385,-0.787],[0.251,-0.399],[0.275,-0.414],[0.262,-0.433],[0.21,-0.456],[0.325,-0.955],[0.303,-1.024],[0.327,-1.057],[0.395,-1.055],[0.27,-0.421],[0.305,-0.424],[0.258,-0.416],[0.129,-0.396],[0.072,-0.581],[0.032,-0.583],[0.069,-0.585],[0.182,-0.588],[0.346,-0.984],[0.354,-0.992],[0.331,-1.012],[0.276,-1.045],[0.992,-4.608],[0.783,-4.696],[0.525,-4.615],[0.218,-4.367],[-0.013,-5.164],[-0.574,-4.515],[-1.398,-3.719],[-2.488,-2.775],[-31.231,-5.852],[-31.268,-5.815],[-31.278,-5.806],[-31.26,-5.823],[-1.038,0.732],[-0.822,0.942],[-0.886,0.914],[-2.973,5.388],[-2.904,5.106],[-0.117,2.283],[1.148,1.019],[2.209,-4.055],[2.113,-3.516],[2.071,-1.949],[3.151,-0.596],[1.298,2.739],[0.495,3.126],[-0.099,5.927],[-0.389,5.344],[-2.418,10.238],[-2.63,7.464],[-2.637,4.806],[-4.62,1.58],[-1.005,-2.822],[-0.307,-3.108],[0.668,-6.674],[1.065,-5.82],[0.627,-3.386],[0.857,-2.982],[1.267,-2.685],[1.128,-2.466],[0.072,-0.889],[0.38,-0.718],[0.598,-0.521],[0.398,-0.517],[0.253,-0.762],[0.573,-0.411],[0.711,-0.111],[1.311,0.048],[-0.01,6.166],[-0.793,5.811],[-1.053,5.117],[-1.979,4.585],[-1.37,2.037],[-2.466,0.411],[-0.254,-4.019],[0.392,-3.797],[1.118,-3.843],[1.172,-2.173],[0.708,-1.097],[1.514,0.597],[-0.631,4.152],[-1.649,1.596],[-0.189,-1.585],[-0.808,-1.291],[-0.527,4.122],[1.452,3.276],[1.425,-3.001],[0.82,-3.356],[0.573,-3.864],[-0.124,-3.13],[-0.753,-2.5],[-1.886,-0.435],[-1.289,1.673],[-0.981,1.976],[-1.266,4.497],[-0.862,4.832],[-0.345,2.755],[-0.161,2.406],[0.616,4.768],[2.847,3.312],[2.576,-5.317],[1.865,-6.303],[0.563,-1.307],[0.342,-1.402],[0.314,-1.662],[0.327,-1.646],[0.708,-8.147],[-1.163,-7.691],[-1.196,-2.417],[-2.85,-0.913],[-2.397,3.276],[-1.702,3.779],[-1.261,4.372],[-1.153,4.51],[-1.667,9.877],[0,9.364],[1.093,5.493]],"o":[[-31.417,-5.833],[-31.353,-5.897],[-31.366,-5.884],[-31.454,-5.795],[-0.819,0.413],[-0.789,0.56],[-0.703,0.633],[-0.563,0.631],[-0.439,0.661],[-0.337,0.534],[-0.294,0.513],[-0.31,0.597],[-0.189,0.387],[-0.251,0.399],[-0.275,0.414],[-0.262,0.433],[-0.392,0.849],[-0.325,0.955],[-0.303,1.024],[-0.327,1.057],[-0.153,0.407],[-0.27,0.421],[-0.305,0.424],[-0.258,0.416],[-0.189,0.581],[-0.072,0.581],[-0.032,0.583],[-0.069,0.585],[-0.306,0.988],[-0.346,0.984],[-0.354,0.992],[-0.331,1.012],[-1.151,4.351],[-0.992,4.608],[-0.783,4.695],[-0.525,4.615],[-0.282,5.665],[0.013,5.164],[0.574,4.515],[1.398,3.719],[31.168,5.916],[31.231,5.852],[31.268,5.815],[31.278,5.806],[1.534,-0.284],[1.038,-0.732],[0.822,-0.942],[4.206,-4.343],[2.973,-5.388],[-0.319,-1.847],[0.117,-2.283],[-2.053,4.263],[-2.209,4.055],[-1.566,2.607],[-2.071,1.949],[-2.313,-1.918],[-1.298,-2.739],[-0.784,-4.947],[0.099,-5.927],[0.697,-9.583],[2.418,-10.238],[1.831,-5.195],[2.637,-4.806],[2.674,1.603],[1.005,2.822],[0.74,7.483],[-0.668,6.674],[-0.636,3.472],[-0.627,3.386],[-0.803,2.794],[-1.267,2.685],[-0.332,0.726],[-0.072,0.889],[-0.211,0.399],[-0.598,0.521],[-0.416,0.541],[-0.253,0.762],[-0.846,0.606],[-0.711,0.111],[-3.831,-4.524],[0.01,-6.166],[0.81,-5.946],[1.053,-5.117],[1.053,-2.44],[1.37,-2.037],[1.375,3.125],[0.254,4.019],[-0.356,3.454],[-1.118,3.843],[-0.652,1.209],[-0.708,1.097],[-1.174,-3.797],[0.631,-4.152],[-0.563,1.367],[0.189,1.585],[1.345,-3.235],[0.527,-4.122],[-2.481,0.639],[-1.425,3.001],[-0.833,3.413],[-0.573,3.864],[0.101,2.566],[0.753,2.5],[1.863,-0.332],[1.289,-1.673],[2.076,-4.178],[1.266,-4.497],[0.459,-2.573],[0.345,-2.755],[0.31,-4.618],[-0.616,-4.768],[-4.831,1.43],[-2.576,5.317],[-0.405,1.37],[-0.563,1.307],[-0.417,1.707],[-0.314,1.662],[-1.332,6.721],[-0.708,8.147],[0.365,2.418],[1.196,2.417],[3.711,-1.117],[2.397,-3.276],[1.803,-4.004],[1.261,-4.372],[2.333,-9.129],[1.667,-9.877],[0,-5.677],[-1.093,-5.493]],"v":[[492,-255],[397.863,-272.614],[303.803,-290.303],[209.592,-307.841],[115,-325],[112.575,-323.521],[110.324,-321.712],[108.41,-319.797],[107,-318],[105.851,-316.234],[104.919,-314.689],[104.027,-313.05],[103,-311],[102.331,-309.823],[101.532,-308.604],[100.717,-307.333],[100,-306],[98.936,-303.285],[98.004,-300.309],[97.071,-297.178],[96,-294],[95.346,-292.755],[94.464,-291.483],[93.6,-290.221],[93,-289],[92.628,-287.257],[92.49,-285.511],[92.357,-283.759],[92,-282],[91.015,-279.045],[89.956,-276.085],[88.92,-273.082],[88,-270],[84.773,-256.52],[82.099,-242.523],[80.126,-228.515],[79,-215],[78.531,-198.721],[79.345,-184.166],[82.237,-171.778],[88,-162],[181.605,-144.354],[275.361,-126.861],[369.186,-109.436],[463,-92],[466.788,-93.584],[469.508,-96.156],[472,-99],[482.476,-113.927],[491,-130],[491.121,-136.621],[490,-142],[483.544,-129.439],[477,-118],[471.689,-110.992],[464,-107],[458.637,-114.094],[456,-123],[455.12,-139.702],[456,-157],[461.05,-187.59],[469,-215],[475.409,-230.711],[486,-241],[491.275,-234.128],[493,-225],[492.854,-203.753],[490,-185],[488.166,-174.632],[486,-165],[482.743,-156.754],[479,-149],[478.536,-146.494],[478,-144],[476.64,-142.589],[475,-141],[474.119,-138.903],[473,-137],[470.849,-136.009],[468,-136],[463.032,-152.534],[465,-171],[467.624,-187.521],[472,-202],[475.44,-209.021],[481,-213],[483.325,-202.004],[483,-190],[480.612,-178.538],[477,-169],[475.147,-165.145],[472,-164],[471.383,-176.651],[475,-186],[474.471,-181.443],[476,-177],[479.098,-188.469],[478,-200],[472.254,-194.038],[469,-184],[466.782,-172.788],[466,-162],[467.162,-153.902],[471,-149],[475.661,-152.267],[479,-158],[483.91,-171.01],[487,-185],[488.223,-193.126],[489,-201],[488.867,-215.479],[484,-228],[473.275,-217.155],[467,-199],[465.453,-195.024],[464,-191],[462.932,-185.955],[462,-181],[458.628,-158.227],[459,-134],[461.137,-126.372],[467,-121],[476.007,-128.004],[482,-139],[486.488,-151.62],[490,-165],[496.25,-193.823],[499,-223],[497.47,-239.995]],"c":true}],"h":1},{"t":19,"s":[{"i":[[4.736,2.24],[2.36,-1.836],[1.973,-2.656],[1.626,-3.117],[1.32,-3.219],[1.116,-3.554],[0.861,-3.696],[0.564,-3.669],[0.227,-3.474],[-0.169,-3.6],[-0.772,-3.207],[-1.591,-2.129],[-2.628,-0.364],[-1.978,0.907],[-1.839,1.636],[-1.566,1.911],[-1.161,1.732],[-1.138,2.141],[-0.907,2.114],[-0.816,2.166],[-0.863,2.298],[-2.033,7.844],[-0.908,8.412],[1.204,7.487],[4.303,5.07],[26.933,7.524],[27.876,7.722],[27.505,7.587],[25.819,7.12],[3.005,0.951],[3.003,0.893],[2.871,0.621],[2.61,0.133],[2.077,-1.168],[1.874,-1.827],[1.485,-1.871],[0.91,-1.299],[0.346,-0.589],[0.298,-0.567],[0.304,-0.569],[0.361,-0.596],[2.889,-6.437],[2.15,-6.938],[1.436,-7.532],[0.746,-8.221],[-0.012,-4.913],[-0.7,-4.382],[-1.588,-3.652],[-2.677,-2.726],[-7.989,-2.357],[-8.045,-2.316],[-7.908,-2.176],[-7.58,-1.938],[-1.479,-0.428],[-1.335,-0.414],[-1.314,-0.404],[-1.414,-0.397],[-9.53,-2.592],[-9.469,-2.541],[-9.455,-2.553],[-9.487,-2.628],[-8.087,-2.33],[-8.123,-2.342],[-7.974,-2.216],[-7.641,-1.953],[-1.479,-0.428],[-1.344,-0.416],[-1.318,-0.405],[-1.4,-0.394],[-2.043,-0.528],[-2.089,-0.398],[-2.127,-0.172],[-2.156,0.153],[-1.909,1.341],[-1.701,1.549],[-1.566,1.684],[-1.505,1.745],[-1.762,1.787],[-1.562,1.81],[-0.492,2.194],[0.131,1.603],[-0.217,2.225],[1.205,-1.868],[1.781,-0.403],[1.5,-1.5],[1.192,-1.808],[3.301,-2.533],[5.167,-0.666],[1.955,4.781],[0.379,5.802],[-0.003,2.406],[-0.134,2.159],[-2.265,9.133],[-3.368,8.227],[-4.78,6.822],[-7.607,1.719],[-1.521,-5.065],[0.005,-4.93],[1.804,-7.962],[2.776,-6.95],[4.177,-5.825],[6.525,-0.779],[1.014,4.482],[-0.415,5.456],[-1.827,6.511],[-2.197,4.462],[-2.597,2.695],[-3.158,0.27],[-0.023,-4.99],[1.135,-4.544],[2.246,-3.941],[3.881,-0.701],[-0.704,4.474],[-3.06,1.139],[-0.209,-0.864],[-0.066,-1.089],[0.11,-0.952],[-1.397,0.536],[-0.882,4.295],[2.286,3.377],[2.231,-4.148],[1.142,-4.709],[-0.15,-5.204],[-3.59,-3.274],[-3.259,5.046],[-1.788,5.041],[-1.119,3.998],[-0.342,3.677],[0.94,5.357]],"o":[[-2.789,0.657],[-2.36,1.836],[-1.973,2.656],[-1.626,3.117],[-1.33,3.243],[-1.116,3.554],[-0.861,3.696],[-0.564,3.669],[-0.216,3.308],[0.17,3.6],[0.772,3.207],[1.591,2.129],[1.984,0.275],[1.978,-0.907],[1.839,-1.636],[1.566,-1.911],[1.507,-2.248],[1.138,-2.141],[0.907,-2.114],[0.816,-2.166],[2.172,-5.782],[2.033,-7.844],[0.908,-8.412],[-1.204,-7.487],[-24.676,-6.992],[-26.933,-7.524],[-27.876,-7.722],[-27.505,-7.587],[-2.88,-0.794],[-3.005,-0.951],[-3.003,-0.893],[-2.871,-0.621],[-2.093,-0.106],[-2.077,1.168],[-1.874,1.827],[-1.485,1.871],[-0.445,0.635],[-0.346,0.589],[-0.298,0.567],[-0.304,0.569],[-3.654,6.029],[-2.889,6.437],[-2.15,6.938],[-1.436,7.532],[-0.476,5.248],[0.012,4.913],[0.7,4.382],[1.588,3.652],[7.741,2.298],[7.989,2.357],[8.045,2.316],[7.908,2.176],[1.745,0.446],[1.479,0.428],[1.335,0.414],[1.314,0.404],[9.638,2.707],[9.53,2.592],[9.469,2.541],[9.455,2.553],[7.867,2.179],[8.087,2.33],[8.123,2.342],[7.974,2.216],[1.724,0.441],[1.479,0.428],[1.344,0.416],[1.318,0.405],[1.988,0.559],[2.043,0.528],[2.089,0.398],[2.127,0.172],[2.191,-1.059],[1.909,-1.341],[1.701,-1.549],[1.566,-1.684],[1.091,-2.127],[1.762,-1.787],[1.562,-1.81],[0.306,-1.364],[-0.131,-1.603],[-1.399,-0.876],[-1.205,1.868],[-0.806,2.194],[-1.5,1.499],[-2.63,3.203],[-3.301,2.533],[-4.799,-2.077],[-1.955,-4.78],[-0.144,-2.215],[0.003,-2.406],[0.574,-9.24],[2.265,-9.133],[3.273,-7.995],[4.78,-6.822],[4.922,1.811],[1.521,5.065],[-0.008,7.204],[-1.804,7.962],[-2.765,6.922],[-4.177,5.825],[-3.359,-2.617],[-1.014,-4.482],[0.494,-6.493],[1.827,-6.511],[1.452,-2.951],[2.598,-2.695],[3.042,3.495],[0.023,4.99],[-1.133,4.536],[-2.246,3.941],[-1.874,-2.964],[0.704,-4.474],[-0.901,0.457],[0.209,0.864],[0.044,0.728],[-0.11,0.952],[1.756,-2.443],[0.882,-4.295],[-3.935,0.7],[-2.231,4.148],[-1.19,4.909],[0.15,5.204],[5.174,-0.775],[3.259,-5.046],[1.181,-3.329],[1.119,-3.999],[0.496,-5.332],[-0.94,-5.357]],"v":[[476,-213],[468.286,-209.171],[461.797,-202.343],[456.409,-193.594],[452,-184],[448.321,-173.762],[445.345,-162.845],[443.197,-151.756],[442,-141],[441.876,-130.467],[443.234,-120.085],[446.725,-111.911],[453,-108],[458.976,-109.062],[464.734,-112.99],[469.875,-118.423],[474,-124],[477.933,-130.563],[480.966,-136.924],[483.516,-143.324],[486,-150],[492.555,-170.812],[497.213,-195.569],[497.015,-219.791],[489,-239],[411.258,-260.857],[328.714,-283.808],[245.314,-306.856],[165,-329],[156.14,-331.671],[147.096,-334.492],[138.254,-336.816],[130,-338],[123.698,-336.254],[117.725,-331.608],[112.64,-325.908],[109,-321],[107.827,-319.169],[106.874,-317.441],[105.984,-315.742],[105,-314],[95.192,-295.325],[87.639,-275.287],[82.267,-253.606],[79,-230],[78.253,-214.709],[79.27,-200.717],[82.653,-188.617],[89,-179],[112.643,-171.993],[136.742,-164.959],[160.719,-158.196],[184,-152],[188.806,-150.69],[192.996,-149.427],[196.939,-148.201],[201,-147],[229.74,-139.067],[258.226,-131.382],[286.599,-123.756],[315,-116],[338.978,-109.202],[363.34,-102.161],[387.532,-95.289],[411,-89],[415.778,-87.697],[419.986,-86.43],[423.95,-85.198],[428,-84],[434.048,-82.345],[440.248,-80.932],[446.574,-80.052],[453,-80],[459.132,-83.618],[464.529,-87.971],[469.411,-92.839],[474,-98],[478.498,-103.781],[483.702,-109.085],[487,-115],[487.066,-119.355],[487,-125],[483.287,-122.459],[479,-118],[475.289,-112.71],[471,-108],[462.402,-99.097],[450,-94],[440.185,-104.706],[437,-121],[436.791,-128.042],[437,-135],[441.405,-162.76],[450,-189],[461.749,-212.206],[480,-226],[489.195,-214.839],[491,-199],[488.076,-175.809],[481,-153],[470.82,-132.893],[455,-122],[448.669,-132.87],[448,-148],[451.723,-168.024],[458,-185],[464.221,-194.01],[473,-199],[477.132,-185.787],[475,-171],[470.061,-157.624],[461,-150],[459.3,-162.369],[465,-172],[464.274,-169.974],[465,-167],[464.486,-164.052],[466,-163],[470.531,-173.799],[469,-186],[459.905,-178.007],[455,-164],[452.915,-148.274],[458,-135],[470.539,-144.801],[478,-161],[481.629,-172.239],[484,-184],[483.924,-200.818]],"c":true}],"h":1},{"t":20,"s":[{"i":[[-3.077,-1.59],[-2.883,1.033],[-2.139,1.778],[-1.936,1.98],[-2.274,1.642],[-0.271,0.583],[-0.37,0.541],[-0.414,0.563],[-0.401,0.648],[-1.085,1.949],[-0.977,1.966],[-0.904,2.034],[-0.866,2.154],[-1.917,9.054],[0.386,8.973],[3.972,7.061],[0.568,0.612],[0.673,0.469],[2.552,0.878],[2.515,0.901],[10.617,3.822],[10.793,3.865],[14.16,5.233],[14.423,5.077],[16.198,5.687],[15.222,5.624],[5.292,2.022],[5.311,1.873],[3.677,1.099],[3.704,1.34],[5.364,1.938],[4.841,-1.452],[2.389,-1.479],[2.697,-1.26],[2.191,-2.232],[1.713,-2.255],[0.083,-0.521],[0.336,-0.481],[0.607,-0.289],[0.285,-0.432],[0.114,-0.538],[0.243,-0.392],[0.838,-1.293],[0.787,-1.444],[3.825,-11.504],[0.805,-12.006],[-1.809,-8.412],[-5.514,-5.136],[-40.136,-14.541],[-38.301,-13.718],[-2.682,-0.792],[-2.56,-0.859],[-0.852,-0.611],[-0.81,-0.295],[-3.687,-1.101],[-3.769,-1.327],[-3.48,-1.371],[-3.621,-1.297],[-2.853,-0.84],[-2.326,-0.831],[-0.786,-0.583],[-0.9,-0.326],[-1.054,-0.095],[-0.923,-0.31],[-0.8,-0.605],[-0.829,-0.257],[-3.526,0.013],[-2.704,1.246],[-2.016,1.464],[-1.628,1.08],[-0.675,0.534],[-0.47,0.311],[-2.652,2.756],[-3.075,1.776],[-0.614,2.553],[0.35,3.517],[1.517,-1.81],[1.966,-0.685],[2.78,-2.632],[2.805,-1.861],[1.188,-0.704],[1.124,-0.434],[4.293,7.536],[-0.545,10.253],[-5.404,13.936],[-7.666,8.764],[-4.053,2.488],[-4.353,-0.88],[-2.077,-4.311],[-0.216,-6.052],[2.749,-9.143],[3.329,-6.303],[1.287,-2.417],[1.587,-1.936],[3.693,-2.437],[3.014,0.448],[1.542,5.433],[-0.681,6.595],[-2.444,6.018],[-2.581,3.706],[-2.737,2.568],[-4.07,-0.117],[-0.634,-3.768],[0.51,-3.855],[3.493,-5.535],[5.336,0.363],[-0.95,4.309],[-3.166,1.335],[-0.067,-1.67],[-0.416,-1.072],[-1.199,4.246],[2.244,3.827],[1.63,-1.537],[1.079,-2.088],[1.175,-8.341],[-5.496,-4.55],[-3.659,3.933],[-2.313,4.48],[-1.55,5.893],[-0.296,6.577],[1.533,3.466],[3.142,1.858],[4.378,-4.127],[2.353,-3.983],[1.116,-1.982],[1.141,-2.714],[1.649,-8.739],[-0.727,-10.601],[-1.683,-2.984]],"o":[[4.169,0.252],[2.883,-1.033],[2.139,-1.778],[1.936,-1.98],[0.117,-0.688],[0.271,-0.583],[0.37,-0.541],[0.414,-0.563],[1.228,-1.983],[1.085,-1.949],[0.977,-1.966],[0.904,-2.034],[2.936,-7.302],[1.917,-9.054],[-0.386,-8.973],[-1.054,-0.081],[-0.568,-0.612],[-2.279,-1.588],[-2.552,-0.878],[-10.738,-3.846],[-10.617,-3.822],[-13.938,-4.992],[-14.16,-5.233],[-15.985,-5.627],[-16.198,-5.687],[-5.522,-2.039],[-5.292,-2.022],[-3.591,-1.266],[-3.676,-1.099],[-4.703,-1.702],[-5.364,-1.938],[-2.749,0.825],[-2.389,1.479],[-1.525,2.817],[-2.191,2.232],[-0.331,0.436],[-0.083,0.521],[-0.288,0.413],[-0.607,0.289],[-0.301,0.457],[-0.114,0.538],[-0.861,1.385],[-0.838,1.293],[-4.896,8.976],[-3.825,11.504],[-0.752,11.216],[1.809,8.412],[36.155,13.12],[40.136,14.541],[2.714,0.972],[2.682,0.792],[0.784,0.263],[0.852,0.611],[3.484,1.269],[3.687,1.101],[3.457,1.217],[3.48,1.371],[2.264,0.81],[2.853,0.84],[0.956,0.341],[0.786,0.583],[0.861,0.311],[1.054,0.095],[0.97,0.326],[0.8,0.605],[4.192,1.297],[3.526,-0.013],[2.307,-1.063],[2.016,-1.464],[0.831,-0.552],[0.675,-0.534],[3.317,-2.201],[2.652,-2.756],[1.895,-1.271],[0.613,-2.553],[-1.966,-0.924],[-1.517,1.81],[-3.074,2.613],[-2.78,2.632],[-1.126,0.748],[-1.188,0.705],[-11.371,4.398],[-4.293,-7.536],[0.717,-13.49],[5.404,-13.936],[3.437,-3.93],[4.053,-2.488],[3.476,0.703],[2.077,4.311],[0.325,9.126],[-2.749,9.143],[-1.265,2.395],[-1.287,2.417],[-2.214,2.701],[-3.693,2.437],[-4.514,-0.672],[-1.542,-5.433],[0.643,-6.224],[2.444,-6.018],[1.982,-2.846],[2.737,-2.568],[2.975,2.073],[0.634,3.768],[-0.692,5.223],[-3.493,5.535],[-1.964,-3.43],[0.95,-4.309],[0.315,2.246],[0.067,1.67],[2.448,-2.187],[1.199,-4.246],[-3.4,-0.233],[-1.63,1.536],[-3.798,4.084],[-1.175,8.341],[6.048,-0.787],[3.66,-3.933],[2.505,-4.851],[1.55,-5.893],[0.275,-5.275],[-1.534,-3.466],[-6.136,0.51],[-4.378,4.127],[-1.394,2.36],[-1.116,1.981],[-3.129,7.445],[-1.649,8.739],[1.19,3.476],[1.683,2.984]],"v":[[438,-98],[448.443,-99.307],[455.841,-103.659],[461.819,-109.431],[468,-115],[468.596,-116.89],[469.573,-118.559],[470.763,-120.199],[472,-122],[475.46,-127.884],[478.543,-133.743],[481.354,-139.73],[484,-146],[491.599,-170.991],[494.217,-198.49],[488,-223],[485.715,-224.209],[484,-226],[476.677,-229.515],[469,-232],[437.041,-243.485],[405,-255],[362.864,-270.436],[320,-286],[271.428,-303.003],[224,-320],[207.842,-326.125],[192,-332],[181.085,-335.445],[170,-339],[154.603,-345.366],[139,-347],[131.461,-343.326],[124,-339],[118.141,-331.579],[112,-325],[111.504,-323.534],[111,-322],[109.497,-321.014],[108,-320],[107.457,-318.451],[107,-317],[104.445,-313.045],[102,-309],[88.432,-277.773],[81,-242],[82.3,-212.44],[93,-192],[208.891,-149.948],[328,-107],[336.115,-104.415],[344,-102],[346.481,-100.524],[349,-99],[359.786,-95.543],[371,-92],[381.377,-88.06],[392,-84],[399.953,-81.515],[408,-79],[410.541,-77.489],[413,-76],[415.953,-75.499],[419,-75],[421.606,-73.448],[424,-72],[435.616,-70.093],[445,-72],[451.509,-75.987],[457,-80],[459.271,-81.68],[461,-83],[469.682,-90.818],[478,-98],[481.684,-103.816],[482,-113],[477,-110.707],[472,-106],[463.298,-97.936],[455,-91],[451.498,-88.765],[448,-87],[425.063,-94.012],[420,-123],[429.788,-165.544],[450,-201],[461.313,-211.108],[474,-214],[482.445,-206.012],[486,-190],[481.74,-161.883],[472,-138],[468.242,-130.655],[464,-124],[454.6,-115.638],[444,-112],[435.103,-122.057],[434,-141],[439.046,-159.888],[447,-175],[453.934,-183.722],[464,-188],[469.114,-178.836],[469,-167],[462.483,-149.311],[449,-140],[447.653,-152.571],[454,-162],[454.425,-156.119],[455,-152],[461.019,-162.27],[460,-175],[452.759,-172.741],[449,-167],[440.53,-146.349],[446,-125],[460.301,-132.731],[469,-146],[475.158,-162.205],[478,-181],[476.063,-194.063],[469,-202],[453.163,-194.105],[443,-181],[439.31,-174.765],[436,-168],[428.608,-143.867],[427,-115],[431.085,-105.085]],"c":true}],"h":1},{"t":20.529,"s":[{"i":[[10.241,7.119],[3.139,-1.395],[1.424,-1.326],[0.555,-0.077],[0.403,-0.343],[1.766,-2.454],[1.28,-1.774],[0.76,-0.645],[0.355,-0.579],[0.604,-1.757],[0.811,-1.714],[0.927,-1.48],[0.546,-1.507],[0.69,-6.635],[-0.137,-7.904],[-2.012,-3.268],[-4.36,-0.826],[-4.062,2.036],[-3.794,1.796],[-6.929,13.391],[-1.159,16.179],[1.188,5.619],[2.816,4.612],[6.648,2.875],[6.832,2.93],[5.058,2.196],[4.777,2.076],[1.684,0.896],[1.64,0.71],[3.518,1.255],[3.539,1.515],[1.467,0.915],[1.564,0.669],[0.535,-0.078],[0.439,0.133],[0.391,0.461],[0.25,0.102],[6.924,2.874],[6.379,2.663],[2.35,1.155],[2.513,1.093],[1.842,0.604],[1.774,0.775],[5.096,2.21],[4.656,1.991],[1.65,0.886],[1.677,0.718],[3.526,1.262],[3.445,1.476],[1.467,0.915],[1.613,0.69],[0.535,-0.078],[0.439,0.133],[0.391,0.461],[0.25,0.102],[0.986,0.284],[0.994,0.43],[7.242,3.211],[7.032,2.126],[0.392,0.46],[0.25,0.103],[4.412,1.327],[3.565,-0.876],[3.07,-1.478],[1.904,-1.397],[2.977,-2.797],[2.179,-2.673],[5.981,-14.79],[0.91,-14.823],[0.013,-2.196],[-0.184,-2.029],[-0.424,-1.212],[-0.208,-1.075],[-0.06,-1.526],[-0.45,-1.297],[-0.893,-1.226],[0.094,-1.585],[-1.5,-1.5],[-1.291,-1.709],[-3.299,-1.424],[-3.299,-1.428],[-3.336,-1.284],[-3.382,-1.447],[-1.455,-0.903],[-1.587,-0.706],[-1.723,-0.661],[-1.562,-0.67],[-3.901,-1.571],[-3.608,-1.091],[-0.5,-0.207],[-24.975,-10.71],[-38.856,-16.823],[-4.297,-1.98],[-3.71,-1.614],[-5.814,0.341],[-1.999,0.817],[-3.555,2.338],[-0.842,0.656],[-0.859,0.663],[-0.48,0.216],[-1.368,0.208],[-1.48,5.929],[-0.442,4.897],[0.294,-0.888],[0.87,-1.464],[10.103,-4.305],[7.015,1.28],[2.919,5.297],[-4.014,13.806],[-2.958,5.822],[-1.49,2.555],[-2.115,4.956],[-18.434,-3.353],[2.244,-13.907],[10.308,-11.776],[10.567,1.798],[-1.612,14.409],[-2.981,6.205],[-11.404,-0.457],[3.219,-8.925],[9.896,-0.075],[-7.454,1.531],[2.483,-4.876],[6.251,5.936],[2.688,-3.204],[-1.466,-12.065],[-5.039,-0.98],[-4.433,4.135],[-2.643,8.917]],"o":[[-4.022,-0.906],[-3.139,1.395],[-0.375,0.349],[-0.555,0.077],[-1.654,1.409],[-1.766,2.454],[-0.606,0.84],[-0.76,0.645],[-0.773,1.26],[-0.604,1.757],[-0.745,1.573],[-0.927,1.48],[-2.376,6.556],[-0.69,6.635],[1.594,4.101],[2.012,3.268],[4.956,0.939],[4.062,-2.036],[8.124,-8.258],[6.929,-13.391],[0.567,-7.911],[-1.188,-5.619],[-5.577,-4.572],[-6.648,-2.875],[-4.99,-2.14],[-5.058,-2.196],[-1.624,-0.706],[-1.684,-0.896],[-3.387,-1.466],[-3.518,-1.255],[-1.567,-0.671],[-1.467,-0.915],[-0.42,-0.179],[-0.535,0.078],[-0.184,-0.055],[-0.391,-0.461],[-6.927,-2.839],[-6.924,-2.874],[-3.086,-1.288],[-2.35,-1.155],[-1.858,-0.808],[-1.842,-0.604],[-4.958,-2.167],[-5.096,-2.21],[-1.722,-0.736],[-1.65,-0.886],[-3.451,-1.477],[-3.526,-1.262],[-1.517,-0.65],[-1.467,-0.915],[-0.42,-0.179],[-0.535,0.078],[-0.184,-0.055],[-0.391,-0.461],[-1.06,-0.435],[-0.986,-0.284],[-7,-3.031],[-7.242,-3.211],[-0.183,-0.055],[-0.392,-0.46],[-3.787,-1.568],[-4.412,-1.327],[-2.815,0.692],[-3.07,1.478],[-2.915,2.137],[-2.977,2.798],[-8.168,10.018],[-5.981,14.79],[-0.134,2.185],[-0.013,2.196],[0.097,1.076],[0.424,1.212],[0.31,1.599],[0.06,1.526],[0.524,1.51],[0.893,1.226],[1.709,1.291],[1.5,1.5],[3.505,0.876],[3.299,1.424],[3.275,1.418],[3.336,1.284],[1.591,0.681],[1.455,0.903],[1.545,0.688],[1.723,0.661],[3.788,1.625],[3.901,1.571],[0.367,0.111],[25.69,10.639],[39.302,16.855],[5.623,2.435],[4.243,1.955],[5.166,2.247],[2.451,-0.144],[3.858,-1.577],[1.006,-0.662],[0.84,-0.655],[0.408,-0.315],[1.381,-0.622],[4.696,-4.503],[0.654,-2.618],[-0.294,-2.378],[-2.503,-0.17],[-9.283,5.039],[-4.403,1.876],[-5.428,-0.99],[-8.22,-14.916],[2.432,-8.365],[1.383,-2.721],[3.023,-5.185],[10.044,-8.256],[11.781,7.069],[-3.342,20.711],[-7.723,3.089],[-10.311,-1.755],[0.953,-8.522],[5.146,-10.711],[10.631,4.661],[-3.511,9.735],[-6.108,-5.792],[-2.243,5.116],[7.205,-1.78],[-5.736,0.365],[-5.777,6.886],[0.689,5.671],[4.352,0.846],[6.928,-6.462],[4.569,-15.417]],"v":[[463,-193],[452.052,-191.674],[445,-187],[443.521,-186.495],[442,-186],[436.719,-179.774],[432,-173],[429.812,-170.804],[428,-169],[426.029,-164.341],[424,-159],[421.351,-154.45],[419,-150],[414.615,-130.51],[414,-109],[418.925,-97.543],[428,-91],[441.371,-93.449],[453,-100],[476.724,-133.06],[490,-178],[489.037,-197.974],[483,-213],[464.441,-223.732],[444,-232],[428.84,-238.548],[414,-245],[409.013,-247.496],[404,-250],[393.614,-253.964],[383,-258],[378.497,-260.501],[374,-263],[372.514,-263.035],[371,-263],[370.05,-263.965],[369,-265],[348.089,-273.632],[328,-282],[320.07,-285.647],[313,-289],[307.437,-291.024],[302,-293],[286.773,-299.632],[272,-306],[266.966,-308.514],[262,-311],[251.496,-315.001],[241,-319],[236.572,-321.47],[232,-324],[230.514,-324.035],[229,-324],[228.05,-324.965],[227,-326],[223.95,-327.003],[221,-328],[199.524,-337.679],[178,-346],[177.05,-346.964],[176,-348],[163.333,-352.834],[151,-354],[141.817,-350.529],[134,-346],[124.949,-338.402],[117,-330],[95.057,-291.604],[84,-246],[83.761,-239.383],[84,-233],[84.917,-229.499],[86,-226],[86.395,-221.274],[87,-217],[89.464,-213.057],[91,-209],[95.814,-204.814],[100,-200],[110.154,-196.414],[120,-192],[129.921,-188.022],[140,-184],[144.503,-181.518],[149,-179],[153.987,-176.987],[159,-175],[170.635,-170.1],[182,-166],[184,-164],[259,-132],[378,-81],[395,-74],[407,-68],[427,-63],[438,-66],[449,-73],[452,-74],[454,-77],[456,-77],[460,-81],[475,-94],[475,-104],[472,-102],[468,-99],[441,-81],[424,-78],[411,-89],[411,-142],[419,-163],[423,-171],[432,-186],[469,-205],[480,-167],[454,-114],[433,-105],[422,-135],[429,-156],[455,-180],[459,-152],[440,-132],[445,-155],[445,-145],[450,-168],[439,-160],[429,-130],[437,-118],[452,-125],[469,-154]],"c":true}],"h":1},{"t":21.059,"s":[{"i":[[19.418,8.015],[3.552,-1.584],[1.93,-1.575],[1.871,-2.021],[2.185,-3.017],[3.26,-7.432],[0.9,-7.666],[-2.432,-7.106],[-7.262,-1.15],[-3.538,1.338],[-2.24,1.379],[-2.175,1.67],[-1.758,1.755],[-0.924,1.112],[-1.296,0.543],[-5.009,12.825],[1.048,18.882],[1.185,2.815],[1.279,2.721],[6.296,3.139],[6.401,3.048],[19.058,9.528],[19.957,9.457],[4.752,2.427],[4.198,2.019],[1.856,0.574],[1.755,0.827],[4.72,2.665],[4.3,2.067],[1.902,0.596],[1.731,0.817],[6.394,3.293],[6.471,3.02],[3.15,1.725],[3.155,1.587],[6.254,2.032],[6.59,-1.839],[5.805,-4.149],[4.904,-5.798],[0.799,-1.418],[0.892,-1.245],[1.039,-1.31],[0.864,-1.393],[3.682,-18.262],[-8.336,-15.699],[-1.5,-1.5],[-1.291,-1.709],[-12.616,-6.268],[-12.82,-6.445],[-6.547,-2.89],[-6.461,-3.249],[-12.616,-6.29],[-12.721,-6.396],[-6.553,-2.892],[-6.554,-3.295],[-9.791,-4.837],[-9.192,-4.309],[-3.355,-1.718],[-2.921,-0.412],[-4.786,1.516],[-3.334,1.856],[-0.614,0.524],[-0.81,0.493],[-0.911,0.287],[-0.645,0.42],[-0.153,0.424],[-0.19,0.177],[-0.525,0.072],[-0.492,0.333],[-2.053,1.5],[-1.648,1.553],[-0.436,2.731],[-0.029,3.138],[1.977,-1.438],[1.216,-0.756],[0.517,-0.098],[0.48,-0.326],[0.658,-0.772],[0.709,-0.465],[0.913,-0.287],[0.706,-0.434],[0.303,-0.383],[0.448,-0.26],[0.788,-0.483],[0.755,-0.436],[1.327,-0.69],[1.272,-0.418],[5.21,1.659],[2.937,4.743],[-1.498,11.98],[-3.675,8.577],[-1.391,2.768],[-1.023,2.632],[-2.899,3.706],[-3.57,3.173],[-4.811,2.311],[-5.057,-0.534],[-2.957,-3.907],[-0.653,-4.893],[1.548,-6.825],[2.69,-6.087],[3.362,-4.884],[3.923,-3.511],[4.084,-2.096],[4.155,0.63],[2.254,3.072],[0.52,4.189],[-0.42,3.618],[-0.785,2.78],[-1.84,3.531],[-1.616,2.255],[-0.771,1.146],[-1.007,1.15],[-1.089,0.645],[-1.413,1.013],[-0.46,0.587],[-0.529,0.201],[-4.167,0.144],[3.696,-8.987],[9.385,-0.092],[-7.411,1.575],[-0.639,-5.04],[5.091,6.238],[3.707,-9.655],[-9.343,-6.326],[-3.638,3.638],[-1.116,1.182],[-1.084,1.532],[-1.32,2.371]],"o":[[-3.861,0.089],[-3.552,1.584],[-2.329,1.9],[-1.871,2.021],[-4.061,5.605],[-3.26,7.432],[-0.99,8.424],[2.432,7.106],[4.607,0.73],[3.538,-1.338],[2.541,-1.564],[2.175,-1.67],[1.009,-1.007],[0.924,-1.112],[7.013,-10.82],[5.009,-12.825],[-0.981,-3.019],[-1.185,-2.815],[-5.413,-4.397],[-6.296,-3.139],[-19.812,-9.432],[-19.058,-9.528],[-4.796,-2.273],[-4.752,-2.427],[-1.823,-0.876],[-1.856,-0.574],[-4.818,-2.273],[-4.72,-2.665],[-1.659,-0.798],[-1.902,-0.596],[-5.954,-2.808],[-6.394,-3.293],[-3.243,-1.514],[-3.15,-1.725],[-5.394,-2.712],[-6.254,-2.032],[-5.876,2.607],[-5.805,4.149],[-0.914,1.081],[-0.799,1.418],[-0.978,1.366],[-1.039,1.31],[-7.607,12.254],[-3.682,18.262],[1.709,1.291],[1.5,1.5],[12.714,5.482],[12.616,6.268],[6.351,3.193],[6.547,2.89],[12.816,6.444],[12.616,6.29],[6.236,3.135],[6.553,2.893],[8.642,4.344],[9.791,4.837],[3.659,1.715],[3.355,1.718],[6.522,0.919],[4.786,-1.515],[0.736,-0.41],[0.614,-0.524],[0.71,-0.433],[0.911,-0.287],[0.197,-0.129],[0.153,-0.424],[0.408,-0.38],[0.525,-0.072],[2.138,-1.447],[2.053,-1.5],[3.227,0.06],[0.436,-2.731],[-1.877,-0.509],[-1.977,1.438],[-0.452,0.281],[-0.517,0.098],[-0.661,0.448],[-0.658,0.772],[-0.64,0.42],[-0.913,0.287],[-0.341,0.21],[-0.303,0.383],[-1.093,0.633],[-0.788,0.483],[-1.422,0.823],[-1.327,0.69],[-7.224,2.378],[-5.21,-1.659],[-5.669,-9.502],[1.498,-11.98],[1.413,-3.296],[1.391,-2.768],[2.836,-3.005],[2.899,-3.706],[3.7,-3.288],[4.811,-2.311],[4.521,0.478],[2.957,3.907],[0.882,6.613],[-1.548,6.825],[-2.63,5.952],[-3.362,4.884],[-2.511,2.247],[-4.084,2.096],[-3.465,-0.525],[-2.254,-3.072],[-0.465,-3.747],[0.42,-3.618],[1.023,-3.62],[1.84,-3.531],[0.908,-1.266],[0.771,-1.146],[1.232,-1.406],[1.089,-0.645],[0.632,-0.453],[0.46,-0.587],[3.457,-1.314],[8.571,6.397],[-3.702,8.999],[-6.266,-5.95],[1.058,3.128],[7.421,-2.452],[-9.985,0.072],[-3.702,9.644],[8.292,1.193],[1.466,-1.466],[1.235,-1.308],[1.641,-2.318],[7.875,-14.139]],"v":[[454,-188],[442.551,-185.114],[434,-180],[427.892,-174.337],[422,-167],[410.63,-147.046],[404,-124],[405.811,-99.545],[420,-86],[432.276,-87.419],[441,-92],[448.087,-96.856],[454,-102],[456.785,-105.348],[460,-108],[479.046,-142.454],[486,-189],[482.723,-197.723],[479,-206],[461.241,-217.012],[442,-226],[384.108,-254.481],[326,-283],[311.552,-290.191],[298,-297],[292.448,-299.037],[287,-301],[272.611,-308.654],[259,-316],[253.554,-317.986],[248,-320],[229.387,-329.341],[210,-339],[200.434,-343.945],[191,-349],[173.397,-356.913],[154,-358],[136.271,-347.893],[120,-333],[117.483,-329.123],[115,-325],[111.915,-321.019],[109,-317],[90.043,-269.084],[95,-216],[99.814,-211.814],[104,-207],[141.92,-189.223],[180,-170],[199.417,-161.042],[219,-152],[257.071,-132.964],[295,-114],[314.261,-105.12],[334,-96],[362.087,-81.974],[391,-68],[401.554,-62.522],[411,-59],[427.891,-60.419],[440,-66],[441.944,-67.437],[444,-69],[446.549,-70.009],[449,-71],[449.506,-71.964],[450,-73],[451.437,-73.535],[453,-74],[459.368,-78.421],[465,-83],[469.899,-87.601],[470,-97],[464.004,-94.949],[459,-91],[457.52,-90.533],[456,-90],[454.037,-88.013],[452,-86],[449.549,-85.01],[447,-84],[446.08,-83.037],[445,-82],[442.246,-80.353],[440,-79],[435.888,-76.697],[432,-75],[413.285,-74.16],[401,-84],[395.991,-117.694],[405,-150],[409.292,-158.998],[413,-167],[421.449,-177.374],[431,-188],[443.982,-196.867],[459,-200],[470.401,-192.811],[476,-179],[474.679,-158.605],[468,-139],[458.97,-122.67],[448,-110],[437.733,-102.843],[425,-100],[416.291,-105.752],[412,-117],[412.062,-128.225],[414,-138],[418.555,-149.024],[424,-158],[426.425,-161.587],[429,-165],[432.365,-167.795],[436,-170],[437.578,-171.689],[439,-173],[450,-174],[453,-145],[432,-127],[437,-150],[438,-140],[444,-162],[423,-143],[427,-113],[447,-122],[451,-126],[453,-130],[458,-136]],"c":true}],"h":1},{"t":21.588,"s":[{"i":[[-6.799,-4.676],[-2.928,1.15],[-2.087,0.941],[-0.18,0.454],[-0.145,0.123],[-1.586,1.65],[-0.839,1.861],[-0.451,0.161],[-0.123,0.191],[-0.352,0.757],[-0.281,0.488],[-0.697,1.167],[-0.484,1.071],[0.444,8.722],[7.385,2.117],[6.496,-4.692],[3.991,-5.245],[0.474,-0.609],[0.491,-0.757],[2.885,-9.336],[-1.767,-10.15],[-1.859,-2.977],[-1.94,-1.514],[-0.863,-0.335],[-0.7,-0.996],[-7.053,4.947],[-6.294,5.706],[-1.269,1.726],[-1.208,1.919],[-2.433,5.336],[-1.408,5.114],[-0.457,5.463],[0.132,6.399],[1.12,2.718],[0.899,1.553],[2.904,2.05],[4.411,2.392],[9.624,5.147],[8.087,4.308],[4.716,2.292],[4.454,2.339],[1.445,1.075],[1.569,0.832],[1.688,0.569],[1.647,0.875],[1.489,1.099],[1.514,0.793],[1.687,0.57],[1.644,0.88],[0.155,0.439],[0.196,0.147],[0.58,0.139],[0.321,0.178],[0.842,0.53],[0.805,0.423],[6.378,3.103],[6.176,3.276],[0.633,0.548],[0.695,0.398],[3.301,1.675],[2.529,1.427],[2.515,1.069],[2.364,1.27],[0.155,0.439],[0.196,0.147],[0.586,0.144],[0.309,0.163],[4.506,2.404],[19.007,9.17],[4.985,-2.137],[5.288,-4.312],[7.328,-11.905],[1.125,-1.174],[0.67,-1.322],[2.459,-11.966],[-0.387,-8.797],[-4.134,-7.931],[-2.05,-2.95],[-29.771,-15.722],[-6.123,-3.21],[-8.855,-4.741],[-0.39,-0.293],[-0.641,-0.355],[-7.849,-4.036],[-6.02,-3.184],[-11.974,-6.862],[-1.791,-0.959],[-14.919,-8.418],[-5.077,-1.44],[-8.388,4.482],[-1.86,1.392],[-4.471,3.178],[-0.281,0.247],[-1.542,3.016],[1.259,-0.669],[5.021,-3.051],[14.422,1.315],[1.286,0.658],[1.193,0.827],[0.639,1.418],[0.233,0.424],[0.617,1.387],[0.511,5.369],[-3.145,9.245],[-0.829,1.798],[-2.777,4.422],[-0.731,1.06],[-1.513,2.28],[-6.053,2.842],[-5.807,-11.276],[7.145,-11.027],[4.78,-4.137],[1.961,-1.298],[1.91,-0.885],[5.436,4.658],[-1.671,12.138],[-3.158,3.297],[-0.815,0.85],[-0.654,0.848],[-3.133,1.412],[-0.424,0.233],[-3.835,0.423],[4.28,-8.444],[10.256,1.159],[-7.365,1.681],[1.39,-3.061],[5.563,7.413],[3.468,-5.173],[1.334,-6.11]],"o":[[4.201,0.541],[2.928,-1.15],[0.135,-0.061],[0.18,-0.454],[1.818,-1.538],[1.586,-1.65],[0.075,-0.166],[0.451,-0.161],[0.31,-0.483],[0.352,-0.757],[0.726,-1.261],[0.697,-1.167],[3.159,-6.995],[-0.444,-8.722],[-7.024,-2.013],[-6.496,4.692],[-0.614,0.807],[-0.474,0.609],[-4.227,6.506],[-2.885,9.336],[0.623,3.578],[1.859,2.977],[0.85,0.662],[0.863,0.335],[12.491,0.492],[7.054,-4.947],[0.716,-2.178],[1.269,-1.726],[2.861,-4.543],[2.433,-5.336],[1.307,-4.749],[0.457,-5.463],[-0.621,-2.576],[-1.12,-2.718],[-1.972,-3.406],[-2.904,-2.05],[-9.416,-5.106],[-9.624,-5.147],[-4.682,-2.495],[-4.716,-2.292],[-1.65,-0.866],[-1.445,-1.075],[-1.601,-0.849],[-1.688,-0.569],[-1.529,-0.813],[-1.489,-1.099],[-1.606,-0.841],[-1.687,-0.57],[-0.183,-0.099],[-0.155,-0.439],[-0.358,-0.269],[-0.58,-0.138],[-0.828,-0.458],[-0.842,-0.53],[-6.31,-3.313],[-6.378,-3.103],[-0.774,-0.411],[-0.633,-0.548],[-3.268,-1.873],[-3.301,-1.675],[-2.577,-1.454],[-2.515,-1.069],[-0.185,-0.099],[-0.155,-0.439],[-0.347,-0.26],[-0.586,-0.144],[-5.171,-2.741],[-19.212,-10.251],[-7.805,-2.259],[-6.574,2.817],[-10.892,8.882],[-1.431,2.325],[-0.866,0.904],[-4.992,9.848],[-2.096,10.2],[0.612,13.919],[3.556,1.444],[30.502,16.091],[5.848,3.088],[9.143,4.793],[0.367,0.197],[0.716,0.537],[7.819,4.33],[6.127,3.15],[13.21,6.987],[1.752,1.004],[16.042,8.592],[5.348,3.017],[14.227,4.034],[3.281,-1.753],[5.313,-3.976],[1.108,-0.787],[2.177,-1.914],[-1.406,-1.132],[-5.491,2.917],[-9.861,5.993],[-3.419,-0.312],[-1.34,-0.686],[-2.362,-1.638],[-0.16,-0.356],[-0.747,-1.359],[-2.157,-4.852],[-1.477,-15.527],[0.977,-2.872],[2.682,-5.819],[0.952,-1.516],[1.93,-2.8],[4.698,-7.082],[14.192,-6.664],[9.391,18.238],[-4.313,6.656],[-1.12,0.969],[-1.854,1.227],[-9.418,4.361],[-5.717,-4.899],[0.871,-6.325],[0.803,-0.838],[0.67,-0.7],[2.527,-3.276],[0.355,-0.16],[3.796,-2.085],[13.484,5.32],[-3.773,7.444],[-5.867,-5.833],[1.615,2.752],[8.081,-2.512],[-8.66,-0.472],[-3.182,4.747],[-2.226,10.197]],"v":[[421,-110],[431.586,-111.388],[439,-115],[439.493,-115.954],[440,-117],[445.234,-121.758],[449,-127],[449.964,-127.481],[451,-128],[452.022,-129.995],[453,-132],[455.182,-135.643],[457,-139],[461.908,-164.659],[451,-183],[430.225,-177.443],[414,-161],[412.408,-158.962],[411,-157],[399.505,-132.733],[397,-103],[401.012,-92.952],[407,-86],[409.612,-84.75],[412,-83],[440.148,-90.852],[459,-108],[462.13,-113.694],[466,-119],[474.09,-134.072],[480,-150],[482.579,-165.262],[483,-183],[480.208,-191.267],[477,-198],[469.829,-205.761],[459,-212],[430.004,-227.598],[403,-242],[388.829,-249.117],[375,-256],[370.439,-259.026],[366,-262],[361.034,-263.98],[356,-266],[351.489,-269.015],[347,-272],[342.028,-273.97],[337,-276],[336.509,-276.964],[336,-278],[334.472,-278.568],[333,-279],[330.483,-280.527],[328,-282],[308.899,-291.528],[290,-301],[287.94,-302.509],[286,-304],[275.946,-309.334],[267,-314],[259.34,-317.638],[252,-321],[251.509,-321.964],[251,-323],[249.471,-323.573],[248,-324],[234,-331],[177,-361],[154,-359],[138,-349],[110,-317],[106,-309],[105,-307],[93,-274],[91,-249],[99,-219],[107,-212],[199,-164],[217,-154],[245,-140],[246,-138],[249,-137],[273,-125],[291,-115],[332,-93],[337,-91],[387,-64],[402,-57],[436,-64],[444,-68],[462,-79],[466,-81],[466,-93],[462,-92],[447,-83],[412,-70],[404,-73],[400,-74],[395,-81],[393,-82],[392,-86],[388,-100],[394,-136],[396,-144],[405,-160],[407,-165],[415,-174],[436,-192],[469,-185],[460,-127],[445,-107],[439,-104],[434,-100],[412,-101],[406,-128],[415,-151],[417,-154],[418,-156],[430,-166],[431,-168],[443,-171],[447,-139],[426,-124],[431,-146],[432,-136],[439,-159],[421,-147],[415,-133]],"c":true}],"h":1},{"t":22.117,"s":[{"i":[[-11.354,-5.333],[-4.35,2.784],[-2.543,2.73],[-1.483,2.047],[-1.554,3.113],[-0.975,2.792],[-0.604,3.835],[1.929,5.305],[5.36,0.953],[2.387,-0.683],[1.776,-0.745],[1.737,-1.105],[2.089,-0.759],[2.407,-2.966],[1.942,-2.745],[0.964,-1.06],[0.377,-0.677],[0.234,-1.201],[0.587,-1.339],[1.074,-2.01],[0.685,-2.639],[0.43,-5.354],[-0.762,-3.573],[-3.962,-3.551],[-5.877,0.19],[-4.64,1.852],[-1.562,1.497],[-0.27,0.067],[-0.522,0.348],[-1.209,1.349],[-1.485,1.484],[-1.067,0.778],[-0.793,0.95],[-0.401,1.041],[-0.744,1.059],[-0.93,0.784],[-0.611,0.912],[-0.468,1.052],[-0.543,0.916],[-0.728,1.006],[-0.481,0.956],[-0.252,1.22],[-0.502,1.144],[-0.933,1.629],[-0.453,1.625],[-0.729,6.178],[0.432,6.849],[1.047,2.975],[1.726,2.209],[6.441,3.708],[6.427,3.572],[7.148,3.874],[6.346,3.581],[3.089,1.704],[2.673,1.508],[2.329,1.346],[2.357,1.303],[7.138,3.873],[6.411,3.618],[3.092,1.706],[2.674,1.509],[2.31,1.33],[2.365,1.327],[7.169,3.876],[6.37,3.595],[3.084,1.701],[2.689,1.518],[2.331,1.342],[2.349,1.317],[1.51,0.836],[1.512,0.846],[1.67,0.79],[1.606,0.882],[3.11,1.823],[2.972,0.738],[4.488,-1.324],[4.898,-1.231],[3.954,-3.038],[3.609,-3.911],[1.472,-2.043],[1.448,-2.024],[2.083,-3.242],[1.462,-2.951],[0.872,-1.941],[0.596,-1.392],[1.761,-8.542],[-0.813,-8.373],[-3.5,-8.678],[-2.319,-1.841],[-2.181,-2.09],[-2.27,-1.392],[-3.763,-2.083],[-23.36,-12.263],[-12.761,-6.905],[-33.39,-18.448],[-3.235,-1.775],[-0.399,-0.299],[-0.618,-0.328],[-1.466,-1.1],[-0.641,-0.355],[-5.03,-2.694],[-3.357,-0.752],[-7.629,0.684],[-6.561,3.799],[-2.488,1.44],[-1.277,4.414],[0,3.333],[2.862,-1.643],[21.85,3.341],[3.554,5.113],[-1.184,13.046],[-18.183,15.255],[-7.789,1.687],[-3.294,-0.381],[-4.089,-1.322],[1.61,-14.394],[13.944,-10.67],[6.619,0.487],[-1.783,15.075],[-1.332,3.566],[-3.753,5.148],[-2.298,2.184],[-7.559,-0.012],[2.148,-9.254],[12.517,0.787],[-7.162,1.824],[-1.271,-1.762],[6.503,7.337],[4.019,-9.74]],"o":[[5.057,1.866],[4.35,-2.784],[2.514,-2.697],[1.483,-2.047],[1.495,-2.995],[0.975,-2.792],[1.075,-6.825],[-1.929,-5.305],[-2.677,-0.476],[-2.387,0.683],[-1.962,0.823],[-1.737,1.105],[-2.429,2.391],[-2.407,2.966],[-0.766,1.082],[-0.964,1.06],[-0.478,0.856],[-0.234,1.202],[-1.019,2.322],[-1.074,2.01],[-1.041,4.01],[-0.43,5.354],[1.277,5.985],[3.962,3.551],[2.877,-0.093],[4.64,-1.852],[0.399,-0.382],[0.27,-0.067],[1.678,-1.119],[1.209,-1.349],[0.939,-0.939],[1.067,-0.778],[0.65,-0.779],[0.401,-1.041],[0.669,-0.952],[0.93,-0.784],[0.586,-0.874],[0.468,-1.052],[0.606,-1.022],[0.728,-1.006],[0.49,-0.975],[0.252,-1.22],[0.815,-1.858],[0.933,-1.629],[1.518,-5.438],[0.729,-6.178],[-1.087,-2.889],[-1.047,-2.975],[-2.808,-3.596],[-6.441,-3.708],[-7.061,-3.925],[-7.148,-3.874],[-2.971,-1.676],[-3.089,-1.704],[-2.328,-1.314],[-2.329,-1.346],[-7.038,-3.89],[-7.138,-3.873],[-2.957,-1.669],[-3.092,-1.706],[-2.395,-1.351],[-2.31,-1.331],[-6.954,-3.9],[-7.169,-3.876],[-2.975,-1.679],[-3.084,-1.701],[-2.328,-1.313],[-2.331,-1.342],[-1.446,-0.811],[-1.51,-0.836],[-1.713,-0.958],[-1.67,-0.79],[-3.588,-1.971],[-3.11,-1.823],[-6.151,-1.526],[-4.488,1.324],[-3.576,2.935],[-3.954,3.038],[-1.663,1.802],[-1.472,2.043],[-2.207,3.083],[-2.083,3.242],[-0.914,1.845],[-0.872,1.941],[-2.768,6.458],[-1.761,8.542],[0.928,9.558],[3.099,2.326],[2.95,2.342],[2.865,2.745],[4.179,2.563],[23.502,13.008],[12.426,7.241],[32.167,18.33],[3.086,1.705],[0.377,0.207],[0.695,0.521],[3.094,1.64],[0.716,0.537],[5.238,2.901],[3.653,1.957],[8.271,1.852],[8.381,-3.926],[3.196,-1.85],[3.451,-1.998],[0,-3.333],[-3.24,-0.395],[-14.72,8.45],[-5.493,-3.174],[-4.441,-9.283],[2.12,-23.354],[5.957,-4.997],[3.418,-0.74],[4.706,0.544],[4.499,8.778],[-2.037,18.215],[-6.101,4.669],[-12.981,-0.954],[0.631,-5.339],[2.856,-7.646],[2.203,-3.022],[5.351,-5.085],[9.604,3.321],[-2.632,11.337],[-6.409,-6.093],[2.48,2.97],[6.282,-3.545],[-10.937,-0.265],[-3.814,9.242]],"v":[[418,-109],[432.385,-111.553],[443,-121],[448.719,-127.688],[453,-135],[456.669,-143.37],[459,-153],[457.826,-171.904],[447,-182],[439.325,-181.416],[433,-179],[427.595,-175.952],[422,-173],[414.635,-164.765],[408,-156],[405.209,-152.696],[403,-150],[402.082,-146.862],[401,-143],[397.75,-136.738],[395,-130],[392.648,-115.172],[393,-101],[401.05,-86.369],[416,-81],[428.486,-84.447],[439,-90],[439.908,-90.526],[441,-91],[445.145,-94.726],[449,-99],[452.109,-101.492],[455,-104],[456.43,-106.79],[458,-110],[460.543,-112.529],[463,-115],[464.532,-117.968],[466,-121],[468.094,-124.049],[470,-127],[470.991,-130.373],[472,-134],[474.771,-139.174],[477,-144],[480.462,-161.442],[481,-181],[477.979,-190.01],[474,-198],[459.214,-209.018],[439,-220],[417.463,-231.758],[397,-243],[387.776,-248.126],[379,-253],[372.022,-257.008],[365,-261],[343.53,-272.704],[323,-284],[313.787,-289.12],[305,-294],[297.978,-298.019],[291,-302],[269.562,-313.729],[249,-325],[239.786,-330.121],[231,-335],[224.016,-338.997],[217,-343],[212.55,-345.473],[208,-348],[202.92,-350.557],[198,-353],[188.038,-358.925],[179,-363],[163.56,-362.567],[150,-358],[138.525,-349.232],[127,-339],[122.339,-333.167],[118,-327],[111.442,-317.401],[106,-308],[103.262,-302.16],[101,-297],[93.814,-273.936],[92,-248],[100,-223],[108,-216],[120,-209],[129,-204],[140,-198],[210,-159],[248,-138],[351,-81],[361,-76],[362,-74],[365,-73],[371,-69],[374,-68],[389,-60],[399,-55],[422,-56],[446,-69],[454,-74],[464,-81],[464,-91],[455,-87],[403,-69],[389,-81],[384,-114],[420,-181],[442,-193],[452,-194],[464,-188],[470,-157],[440,-104],[418,-95],[402,-125],[406,-137],[414,-152],[420,-160],[440,-169],[448,-146],[423,-122],[428,-145],[430,-134],[436,-157],[414,-138]],"c":true}],"h":1},{"t":22.647,"s":[{"i":[[4.66,3.007],[6.467,-4.571],[5.375,-4.868],[1.117,-1.883],[1.626,-1.374],[2.126,-7.042],[-0.537,-7.544],[-2.725,-4.416],[-4.673,-2.314],[-5.849,2.651],[-5.333,3.167],[-1.536,1.323],[-0.936,1.005],[-0.072,0.53],[-0.337,0.477],[-0.413,0.131],[-0.184,0.245],[-0.098,0.547],[-0.288,0.384],[-0.408,0.14],[-0.201,0.215],[-0.593,1.237],[-0.618,0.966],[-0.78,1.442],[-0.908,1.71],[-0.439,0.143],[-0.137,0.228],[-0.17,0.607],[-0.097,0.202],[-1.266,4.465],[-0.898,4.908],[-0.398,1.98],[-0.02,1.957],[1.411,4.811],[2.412,4.279],[6.913,3.829],[6.408,3.671],[5.389,3.01],[5.166,2.935],[28.192,15.932],[27.369,15.442],[2.285,1.312],[2.213,1.257],[6.165,3.322],[6.214,3.231],[5.362,-1.272],[4.406,-1.623],[3.491,-2.517],[3.206,-3.206],[0.962,-1.405],[1.108,-1.337],[1.258,-1.117],[0.918,-1.266],[0.267,-0.903],[0.481,-0.765],[0.517,-0.62],[0.429,-0.718],[3.426,-9.064],[0.772,-10.174],[-1.608,-6.659],[-3.298,-5.735],[-7.558,-4.415],[-7.055,-3.976],[-1.73,-0.819],[-1.565,-0.871],[-2.957,-1.888],[-3.084,-1.729],[-7.168,-3.876],[-6.36,-3.589],[-2.285,-1.316],[-2.382,-1.335],[-3.111,-1.769],[-3.416,-1.163],[-1.64,-0.605],[-1.532,-0.866],[-0.15,-0.434],[-0.205,-0.154],[-0.572,-0.13],[-0.337,-0.199],[-1.418,-0.783],[-1.606,-0.852],[-2.277,-1.333],[-2.425,-1.361],[-13.54,-7.48],[-12.251,-7.02],[-2.327,-1.331],[-2.332,-1.325],[-14.91,1.013],[-2.776,0.676],[-2.312,0.933],[-2.098,0.991],[-3.788,2.193],[-3.569,2.397],[-0.248,0.218],[-1.506,2.379],[1.421,-0.884],[4.492,-2.634],[15.994,2.335],[2.823,2.253],[1.524,2.678],[0.248,8.839],[-14.474,16.691],[-19.837,-4.435],[-2.152,-4.118],[5.417,-11.473],[0.671,-1.489],[0.236,-0.415],[1.324,-2.078],[5.405,-3.695],[0.137,-0.131],[0.85,-0.814],[7.732,0.588],[2.483,-0.15],[-2.658,11.775],[-7.339,4.869],[-8.238,-1.537],[2.014,-8.466],[14.536,1.606],[-9.284,1.341],[-0.223,-2.106],[-3.576,0.925],[6.586,6.551],[3.378,-3.198],[1.711,-8.177],[-7.394,-1.789],[-2.243,2.088],[-0.889,0.686],[-4.655,2.917],[1.36,17.693]],"o":[[-10.756,-2.152],[-6.467,4.571],[-0.906,2.094],[-1.117,1.883],[-2.032,5.287],[-2.126,7.042],[0.428,6.022],[2.725,4.416],[9.27,0.77],[5.849,-2.651],[0.921,-1.703],[1.536,-1.323],[0.375,-0.403],[0.072,-0.53],[0.164,-0.233],[0.413,-0.13],[0.322,-0.429],[0.097,-0.547],[0.167,-0.223],[0.408,-0.14],[1.01,-1.085],[0.593,-1.237],[0.972,-1.52],[0.78,-1.442],[0.106,-0.201],[0.439,-0.143],[0.222,-0.37],[0.17,-0.607],[2.038,-4.232],[1.266,-4.465],[0.389,-2.125],[0.398,-1.98],[0.056,-5.475],[-1.411,-4.811],[-5.942,-5.012],[-6.913,-3.829],[-5.278,-3.024],[-5.389,-3.01],[-27.863,-15.83],[-28.192,-15.932],[-2.648,-1.494],[-2.285,-1.312],[-6.126,-3.481],[-6.165,-3.322],[-6.148,-1.711],[-5.362,1.272],[-2.829,2.726],[-3.491,2.517],[-1.044,1.044],[-0.962,1.405],[-1.048,1.265],[-1.258,1.117],[-0.451,0.621],[-0.267,0.903],[-0.504,0.802],[-0.517,0.62],[-4.525,7.571],[-3.426,9.064],[-0.731,9.628],[1.608,6.659],[6.713,5.363],[7.558,4.415],[1.517,0.855],[1.73,0.819],[3.089,1.719],[2.957,1.888],[6.969,3.908],[7.168,3.876],[2.48,1.399],[2.284,1.316],[3.14,1.761],[3.111,1.769],[0.909,1.715],[1.64,0.605],[0.194,0.11],[0.15,0.434],[0.374,0.281],[0.572,0.13],[1.72,1.017],[1.418,0.783],[2.467,1.308],[2.277,1.333],[12.589,7.059],[13.54,7.48],[2.358,1.352],[2.327,1.331],[10.814,6.144],[2.253,-0.153],[1.279,-0.312],[2.199,-0.888],[5.062,-2.392],[4.234,-2.451],[1.089,-0.731],[2.053,-1.805],[-2.5,-1.12],[-4.529,2.816],[-10.168,5.963],[-4.73,-0.691],[-2.218,-1.77],[-3.147,-7.468],[-0.833,-29.707],[10.882,-7.743],[4.374,2.984],[7.947,15.206],[-0.977,2.069],[-0.158,0.351],[-1.186,2.084],[-4.496,7.055],[-0.063,0.043],[-0.838,0.803],[-5.069,4.857],[-0.85,-1.483],[-8.363,-8.322],[2.34,-10.368],[5.122,-3.398],[7.83,4.683],[-2.885,12.126],[-4.888,-7.056],[-0.908,2.319],[0.116,1.094],[5.235,-3.811],[-6.082,-1.376],[-5.411,5.122],[-2.16,10.322],[7.367,1.782],[0.784,-0.73],[5.023,-3.875],[5.019,-11.314],[-2.178,-5.489]],"v":[[450,-180],[424.964,-174.765],[408,-159],[405.04,-152.96],[401,-148],[394.073,-129.192],[391,-107],[395.817,-91.219],[407,-81],[428.953,-84.547],[445,-94],[448.989,-98.523],[453,-102],[453.529,-103.445],[454,-105],[454.985,-105.49],[456,-106],[456.526,-107.534],[457,-109],[457.975,-109.506],[459,-110],[461.294,-113.59],[463,-117],[465.549,-121.357],[468,-126],[468.977,-126.479],[470,-127],[470.593,-128.626],[471,-130],[475.855,-142.993],[479,-157],[480.276,-163.126],[481,-169],[478.851,-184.397],[473,-198],[453.35,-211.006],[433,-222],[416.916,-231.067],[401,-240],[316.629,-287.791],[233,-335],[225.673,-339.178],[219,-343],[200.566,-353.188],[182,-363],[164.693,-363],[150,-358],[140.282,-350.36],[130,-342],[127.047,-338.219],[124,-334],[120.403,-330.501],[117,-327],[116.022,-324.608],[115,-322],[113.444,-319.937],[112,-318],[99.686,-292.953],[93,-264],[94.478,-240.08],[102,-222],[123.743,-207.46],[146,-195],[150.963,-192.513],[156,-190],[165.004,-184.507],[174,-179],[195.457,-167.26],[216,-156],[223.074,-151.952],[230,-148],[239.293,-142.552],[249,-138],[253.033,-134.863],[258,-133],[258.492,-132.033],[259,-131],[260.528,-130.439],[262,-130],[266.585,-127.376],[271,-125],[278.032,-121.039],[285,-117],[324.753,-94.97],[364,-73],[371.02,-68.98],[378,-65],[410,-54],[419,-55],[424,-58],[431,-60],[445,-68],[459,-76],[463,-78],[463,-90],[456,-87],[443,-80],[405,-68],[394,-74],[388,-80],[382,-103],[414,-177],[456,-192],[466,-182],[462,-133],[460,-128],[458,-127],[455,-121],[439,-104],[438,-103],[435,-101],[413,-95],[408,-97],[402,-130],[421,-161],[441,-168],[447,-146],[421,-122],[428,-144],[429,-138],[430,-134],[435,-156],[421,-150],[410,-130],[418,-108],[434,-113],[437,-114],[449,-127],[459,-166]],"c":true}],"h":1},{"t":23.177,"s":[{"i":[[-9.473,-6.85],[-5.244,3.889],[-2.732,4.261],[-2.284,6.498],[0.92,6.662],[1.853,3.101],[2.212,0.867],[4.515,-1.193],[1.603,-1.536],[0.539,-0.298],[0.425,-0.407],[2.186,-2.072],[2.161,-2.704],[3.646,-9.157],[-0.529,-9.186],[-0.544,-2.251],[-0.697,-1.771],[-1.477,-1.696],[-1.895,-1.178],[-3.388,-0.354],[-3.95,0.97],[-2.685,1.179],[-1.288,0.798],[-0.142,0.426],[-0.222,0.166],[-0.542,0.089],[-0.392,0.311],[-0.672,0.727],[-0.678,0.587],[-2.913,3.497],[-1.76,3.904],[-0.451,0.163],[-0.124,0.185],[0.067,0.379],[-0.115,0.255],[-0.451,0.155],[-0.119,0.206],[-0.452,1.442],[-0.56,1.139],[-1.978,5.128],[-0.784,5.803],[0.754,5.399],[1.875,5.823],[0.294,0.803],[0.682,0.815],[3.024,1.712],[2.727,1.554],[10.017,5.816],[9.205,5.194],[1.494,0.823],[1.231,0.695],[0.844,0.27],[0.775,0.441],[0.149,0.434],[0.207,0.154],[0.572,0.13],[0.337,0.199],[2.294,1.304],[2.421,1.365],[4.549,2.508],[4.169,2.353],[1.669,0.783],[1.613,0.903],[0.151,0.435],[0.203,0.153],[0.572,0.13],[0.337,0.199],[3.075,1.676],[2.699,1.523],[2.319,1.336],[2.331,1.307],[15.733,9.016],[19.763,10.804],[8.136,-1.234],[10.609,-14.603],[2.39,-4.075],[1.075,-2.085],[2.057,-6.467],[0.851,-5.031],[-3.52,-11.443],[-1.808,-3.858],[-8.32,-4.721],[-3.188,-1.777],[-0.405,-0.304],[-0.618,-0.327],[-1.316,-0.987],[-0.675,-0.399],[-13.249,-7.527],[-43.52,-24.557],[-4.779,-2.695],[-4.397,-2.546],[-2.781,-1.474],[-4.612,-2.586],[-5.673,-0.805],[-19.557,7.521],[0.007,3.34],[0,3.333],[2.414,-1.296],[25.457,1.79],[3.519,4.409],[0.793,1.342],[0.612,1.717],[-5.212,14.603],[-1.822,3.763],[-1.995,3.324],[-10.585,5.5],[-7.798,-1.284],[-2.421,-4.757],[1.021,-9.124],[5.272,-8.48],[4.192,-2.781],[3.557,-1.524],[7.402,1.667],[-4.882,10.91],[-1.291,2.078],[-1.482,1.897],[-0.215,0.477],[-1.23,1.025],[-0.961,0.571],[-0.723,0.287],[-2.805,0.181],[4.372,-10.082],[10.548,3.111],[-7.693,0.795],[-4.698,1.053],[-4.103,0.458],[-0.704,2.56],[4.677,1.668],[3.865,-8.816]],"o":[[8.294,0.819],[5.243,-3.889],[2.785,-4.344],[2.284,-6.498],[-0.377,-2.73],[-1.853,-3.101],[-3.336,-1.307],[-4.515,1.193],[-0.419,0.401],[-0.539,0.298],[-2.097,2.009],[-2.186,2.072],[-4.944,6.186],[-3.646,9.157],[0.128,2.223],[0.544,2.251],[1.196,3.038],[1.477,1.696],[2.5,1.554],[3.388,0.354],[1.973,-0.484],[2.685,-1.179],[0.212,-0.131],[0.142,-0.426],[0.442,-0.332],[0.542,-0.089],[0.635,-0.505],[0.672,-0.727],[3.59,-3.109],[2.912,-3.497],[0.073,-0.162],[0.451,-0.163],[0.154,-0.23],[-0.067,-0.379],[0.078,-0.174],[0.451,-0.155],[0.632,-1.093],[0.452,-1.442],[2.304,-4.687],[1.978,-5.128],[0.89,-6.582],[-0.754,-5.399],[-1.143,0.025],[-0.294,-0.803],[-2.176,-2.6],[-3.024,-1.712],[-9.727,-5.543],[-10.017,-5.816],[-1.793,-1.012],[-1.494,-0.823],[-0.85,-0.48],[-0.844,-0.27],[-0.196,-0.112],[-0.149,-0.434],[-0.374,-0.281],[-0.572,-0.13],[-2.403,-1.42],[-2.294,-1.304],[-4.634,-2.613],[-4.549,-2.508],[-1.709,-0.965],[-1.669,-0.783],[-0.192,-0.107],[-0.151,-0.435],[-0.374,-0.28],[-0.572,-0.13],[-3,-1.773],[-3.075,-1.676],[-2.394,-1.351],[-2.319,-1.335],[-16.774,-9.406],[-20.03,-11.478],[-8.84,-1.364],[-17.627,7.768],[-2.769,3.811],[-1.159,1.976],[-3.337,6.47],[-1.568,4.929],[-2.607,15.405],[2.647,3.02],[8.064,6.316],[3.35,1.901],[0.383,0.214],[0.695,0.521],[2.862,1.517],[0.749,0.562],[14.05,8.319],[44.376,25.212],[4.822,2.721],[5.266,2.97],[2.677,1.55],[4.963,2.631],[7.23,4.054],[25.808,3.664],[0.983,-2.35],[0,-3.333],[-1.798,-1.406],[-16.359,7.308],[-5.749,-2.808],[-0.94,-1.177],[-0.968,-1.637],[-5.82,-16.335],[1.385,-3.881],[1.736,-3.586],[8.432,-14.053],[8.792,-4.568],[4.873,3.433],[3.728,7.326],[-1.377,12.308],[-3.285,5.284],[-3.943,2.615],[-5.551,2.379],[-13.936,-7.312],[0.999,-2.232],[1.13,-1.819],[0.315,-0.404],[0.964,-2.14],[1.529,-1.275],[0.998,-0.593],[2.368,-0.941],[12.617,3.422],[-3.774,8.704],[-4.9,-6.326],[3.643,0.628],[1.407,2.863],[2.423,-1.718],[1.095,-3.986],[-8.939,-1.989],[-4.441,10.13]],"v":[[414,-107],[434.172,-112.69],[446,-126],[454.279,-142.761],[457,-163],[453.376,-172.397],[447,-179],[434.201,-178.632],[424,-174],[422.505,-173.005],[421,-172],[414.548,-166.021],[408,-159],[394.395,-135.25],[389,-107],[390.073,-100.161],[392,-94],[395.975,-87.105],[401,-83],[409.913,-80.107],[421,-81],[428.514,-83.765],[435,-87],[435.492,-87.973],[436,-89],[437.538,-89.515],[439,-90],[440.968,-91.939],[443,-94],[452.873,-103.903],[460,-115],[460.962,-115.483],[462,-116],[462.029,-116.981],[462,-118],[462.97,-118.476],[464,-119],[465.554,-122.965],[467,-127],[473.64,-141.663],[478,-158],[478.074,-175.569],[474,-192],[472.155,-193.37],[471,-196],[462.914,-202.284],[454,-207],[424.108,-224.261],[395,-241],[390.078,-243.738],[386,-246],[383.444,-247.029],[381,-248],[380.508,-248.968],[380,-250],[378.472,-250.561],[377,-251],[370.014,-255.041],[363,-259],[349.152,-266.695],[336,-274],[330.928,-276.547],[326,-279],[325.508,-279.966],[325,-281],[323.472,-281.561],[322,-282],[312.774,-287.187],[304,-292],[296.952,-296.033],[290,-300],[240,-328],[180,-362],[158,-361],[116,-325],[108,-314],[105,-307],[96,-287],[92,-271],[95,-229],[102,-219],[128,-203],[138,-198],[139,-196],[142,-195],[148,-191],[151,-190],[193,-166],[327,-91],[341,-83],[357,-74],[364,-70],[378,-62],[398,-53],[458,-75],[463,-80],[463,-90],[454,-86],[402,-67],[388,-76],[386,-81],[383,-85],[386,-133],[391,-144],[396,-155],[428,-187],[453,-191],[464,-180],[467,-154],[452,-118],[438,-103],[427,-96],[408,-95],[404,-139],[407,-146],[412,-151],[412,-153],[419,-159],[424,-164],[428,-165],[436,-167],[443,-138],[419,-121],[425,-142],[427,-138],[428,-133],[435,-142],[432,-154],[411,-137]],"c":true}],"h":1},{"t":23.706,"s":[{"i":[[14.246,8.569],[4.208,-1.959],[4.185,-1.981],[5.555,-9.102],[1.19,-11.049],[-0.477,-5.048],[-1.545,-1.612],[-0.06,-0.246],[-0.35,-0.588],[-2.039,-1.609],[-1.671,-0.591],[-6.009,2.02],[-4.86,3.724],[-3.585,3.995],[-1.849,4.102],[-0.451,0.163],[-0.124,0.185],[0.067,0.379],[-0.115,0.255],[-0.451,0.156],[-0.12,0.203],[-0.461,1.227],[-0.593,1.13],[-0.345,0.45],[-0.299,0.591],[-0.078,0.637],[-0.365,0.815],[-0.767,1.16],[-0.403,1.18],[-0.673,2.918],[-0.47,2.874],[0.959,6.552],[3.476,4.752],[0.485,0.385],[-0.258,1.028],[10.721,6.023],[9.987,5.637],[1.666,0.781],[1.649,0.923],[0.151,0.435],[0.203,0.153],[0.572,0.13],[0.337,0.199],[3.075,1.676],[2.699,1.523],[2.284,1.313],[2.413,1.367],[6.98,3.901],[6.276,3.542],[3.093,1.701],[2.659,1.524],[10.898,6.076],[9.987,5.722],[0.662,0.556],[0.699,0.401],[6.105,3.216],[6.233,3.495],[5.243,2.014],[7.343,-2.243],[4.137,-2.164],[3.495,-2.832],[2.562,-2.572],[1.954,-2.446],[0.627,-1.019],[0.755,-1.003],[0.912,-0.78],[0.638,-0.931],[0.408,-1.214],[0.702,-1.173],[1.193,-1.956],[1.004,-2.13],[2.26,-8.338],[-0.069,-8.217],[-0.799,-4.142],[-0.768,-4.107],[-0.746,-1.746],[-0.608,-0.766],[-6.263,-3.561],[-6.907,-3.924],[-18.022,-10.223],[-19.338,-10.987],[-25.968,-14.88],[-11.239,-6.341],[-4.707,-2.64],[-11.735,0.246],[-4.592,1.6],[-12.776,5.759],[-0.257,0.239],[-0.372,0.327],[-1.559,2.88],[3.646,-2.047],[4.018,-2.326],[5.246,-2.924],[5.268,-1.449],[2.045,-0.068],[3.628,1.414],[4.688,7.323],[-5.614,13.059],[-2.064,3.227],[-0.805,1.219],[-1.079,1.159],[-0.685,0.894],[-1.992,2.218],[-3.728,2.837],[-14.072,-1.586],[-3.552,-0.781],[13.038,-18.729],[3.844,-2.939],[0.893,-0.676],[1.877,-1.174],[0.788,-0.456],[4.273,-0.825],[3.313,7.592],[-5.86,8.432],[-4.991,3.2],[-7.339,-0.894],[-1.201,-1.76],[3.511,-5.815],[8.985,1.559],[-7.586,1.225],[-0.227,-0.968],[-0.224,-0.561],[-0.276,-0.89],[4.535,6.717],[2.695,-11.526],[-6.123,-5.703],[-3.58,3.349],[-2.873,3.768],[-1.758,3.479]],"o":[[-6.985,-0.818],[-4.208,1.959],[-4.587,4.545],[-5.555,9.102],[-0.452,4.195],[0.477,5.048],[0.409,0.427],[0.06,0.246],[1.173,1.974],[2.039,1.609],[5.103,1.805],[6.009,-2.02],[3.812,-2.921],[3.585,-3.994],[0.073,-0.162],[0.451,-0.163],[0.154,-0.23],[-0.067,-0.379],[0.078,-0.173],[0.451,-0.156],[0.565,-0.96],[0.461,-1.227],[0.319,-0.608],[0.345,-0.45],[0.324,-0.638],[0.078,-0.637],[0.529,-1.181],[0.767,-1.16],[0.837,-2.452],[0.673,-2.918],[1.313,-8.041],[-0.959,-6.552],[-0.317,-0.433],[-0.485,-0.385],[-10.127,-6.272],[-10.721,-6.023],[-1.687,-0.952],[-1.666,-0.781],[-0.192,-0.108],[-0.151,-0.435],[-0.374,-0.281],[-0.572,-0.13],[-3,-1.772],[-3.075,-1.676],[-2.45,-1.382],[-2.284,-1.313],[-6.803,-3.853],[-6.98,-3.901],[-2.968,-1.674],[-3.093,-1.7],[-10.423,-5.973],[-10.897,-6.076],[-0.651,-0.373],[-0.662,-0.556],[-6.346,-3.643],[-6.105,-3.215],[-5.685,-3.188],[-5.243,-2.014],[-4.955,1.514],[-4.137,2.164],[-2.797,2.265],[-2.562,2.572],[-0.736,0.92],[-0.627,1.019],[-0.713,0.947],[-0.912,0.781],[-0.667,0.974],[-0.408,1.214],[-1.224,2.045],[-1.193,1.956],[-3.029,6.432],[-2.26,8.338],[0.036,4.324],[0.799,4.142],[1.409,0.25],[0.746,1.746],[3.042,3.833],[6.263,3.561],[19.573,11.12],[18.022,10.223],[27.573,15.665],[11.944,6.844],[4.724,2.666],[10.052,5.637],[2.613,-0.055],[12.918,-4.5],[0.247,-0.111],[0.361,-0.336],[2.168,-1.906],[-3.587,-0.928],[-3.62,2.033],[-5.684,3.29],[-4.594,2.561],[-2.428,0.668],[-3.408,0.114],[-7.323,-2.854],[-5.351,-18.398],[2.094,-4.871],[0.952,-1.488],[1.57,-2.375],[0.731,-0.786],[1.744,-2.276],[4.112,-4.576],[8.174,-6.22],[3.243,1.091],[15.273,19.418],[-3.349,4.811],[-0.838,0.641],[-1.417,1.073],[-0.936,0.585],[-2.915,1.688],[-9.341,1.803],[-7.159,-16.404],[3.931,-5.656],[4.606,-2.953],[1.222,2.123],[5.952,8.722],[-3.904,6.466],[-5.824,-5.609],[3.033,0.975],[0.025,0.108],[0.345,0.862],[6.833,-1.565],[-12.619,-0.642],[-1.766,7.555],[7.748,2.715],[3.385,-3.167],[3.191,-4.186],[6.891,-13.635]],"v":[[440,-175],[423.9,-172.6],[412,-166],[395.452,-144.878],[384,-114],[384.002,-99.063],[387,-88],[387.545,-87.121],[388,-86],[393.126,-80.463],[399,-77],[416.183,-77.853],[433,-87],[444.472,-97.614],[453,-110],[453.962,-110.483],[455,-111],[455.029,-111.981],[455,-113],[455.969,-113.477],[457,-114],[458.479,-117.373],[460,-121],[461.015,-122.513],[462,-124],[462.469,-125.868],[463,-128],[465.095,-131.501],[467,-135],[469.275,-143.184],[471,-152],[471.591,-173.967],[465,-191],[463.569,-192.054],[463,-194],[431.395,-212.476],[400,-230],[394.972,-232.521],[390,-235],[389.508,-235.966],[389,-237],[387.472,-237.561],[386,-238],[376.774,-243.187],[368,-248],[360.973,-252.011],[354,-256],[333.106,-267.734],[313,-279],[303.768,-284.113],[295,-289],[262.672,-307.188],[231,-325],[229.036,-326.479],[227,-328],[208.415,-338.11],[190,-348],[174.243,-356.574],[156,-357],[142.405,-351.488],[131,-344],[122.868,-336.635],[116,-329],[114.015,-326.062],[112,-323],[109.443,-320.488],[107,-318],[105.526,-314.649],[104,-311],[100.335,-305.064],[97,-299],[88.677,-276.339],[85,-251],[86.451,-238.337],[89,-226],[92.101,-222.387],[94,-218],[108.601,-207.069],[129,-196],[184.676,-164.4],[240,-133],[319,-89],[356,-68],[370,-60],[400,-49],[415,-52],[460,-76],[461,-78],[463,-78],[463,-90],[453,-85],[441,-79],[424,-69],[411,-65],[405,-63],[392,-65],[377,-82],[383,-137],[390,-149],[392,-153],[396,-158],[397,-161],[403,-167],[413,-176],[444,-187],[453,-183],[446,-115],[433,-100],[430,-99],[426,-95],[423,-94],[414,-91],[395,-100],[404,-145],[417,-158],[433,-162],[437,-158],[434,-130],[414,-117],[419,-138],[419,-134],[421,-133],[421,-130],[427,-150],[403,-127],[407,-104],[428,-109],[437,-118],[445,-131]],"c":true}],"h":1},{"t":24.235,"s":[{"i":[[-3.899,-3.733],[-8.385,4.784],[-4.602,6.093],[-0.534,0.466],[-0.377,0.495],[-3.966,15.522],[7.204,13.265],[2.653,1.943],[2.965,1.709],[4.024,2.265],[3.157,1.781],[2.253,1.288],[2.325,1.346],[6.163,3.47],[5.942,3.409],[3.211,1.621],[3.12,1.773],[18.462,10.492],[18.493,10.43],[9.402,5.164],[9.036,5.067],[3.083,1.815],[3.54,0.987],[2.167,0],[2.166,0],[0.388,-0.278],[0.808,0.141],[6.967,-5.659],[4.773,-5.85],[0.841,-1.361],[0.553,-1.226],[0.451,-0.163],[0.124,-0.185],[-0.067,-0.379],[0.115,-0.255],[0.451,-0.161],[0.123,-0.192],[-0.067,-0.376],[0.117,-0.259],[0.451,-0.155],[0.119,-0.206],[0.329,-0.695],[0.305,-0.563],[0.932,-1.878],[0.459,-0.988],[0.086,-0.873],[0.285,-0.71],[1.608,-5.528],[0.454,-5.628],[-1.257,-6.151],[-2.529,-5.479],[-0.897,-1.27],[-0.924,-1.243],[-43.186,-24.456],[-42.9,-24.206],[-0.877,-0.29],[-0.726,-0.407],[-0.151,-0.435],[-0.204,-0.153],[-0.586,-0.144],[-0.309,-0.163],[-0.953,-0.672],[-0.697,-0.523],[-0.572,-0.13],[-0.337,-0.199],[-5.268,-1.635],[-6.741,1.014],[-9.313,5.354],[-9.549,5.117],[-1.194,0.806],[-1.671,0.329],[0,2],[0,2],[1.51,-0.89],[1.253,-0.275],[5.04,-3.105],[5.52,-3.168],[6.217,-2.233],[6.681,1.061],[1.956,1.163],[2.683,0.953],[1.689,3.244],[0.661,4.09],[-0.835,6.102],[-0.626,4.629],[-1.574,3.535],[-2.041,3.645],[-2.142,3.2],[-2.613,2.951],[-7.99,4.17],[-7.755,-2.649],[-2.331,-4.547],[-0.23,-5.294],[3.239,-7.773],[3.455,-5.417],[5.897,-4.437],[10.706,0.372],[0.327,0.173],[0.581,-0.082],[-0.193,8.295],[-2.125,5.297],[-0.788,1.327],[-1.01,1.606],[-2.168,2.417],[-2.61,1.6],[-2.396,0.786],[-2.227,-0.487],[-0.476,-5.328],[1.932,-4.591],[3.556,-3.01],[4.749,0.858],[-0.819,4.043],[-2.746,0.823],[-0.559,-1.441],[-1.882,-0.118],[-0.919,3.313],[2.297,2.826],[3.938,-4.281],[1.292,-5.384],[-0.483,-4.136],[-3.941,-1.818],[-2.891,0.757],[-2.351,1.447],[-4.304,8.387],[-1.112,4.023],[12.798,6.241],[11.374,-16.353],[-3.085,-13.254],[-0.705,-1.617]],"o":[[11.858,2.229],[8.385,-4.784],[0.485,-0.642],[0.534,-0.466],[7.341,-9.646],[3.966,-15.522],[-2.424,-2.517],[-2.653,-1.943],[-3.745,-2.159],[-4.024,-2.265],[-2.663,-1.502],[-2.253,-1.288],[-6.408,-3.709],[-6.163,-3.47],[-3.036,-1.743],[-3.211,-1.621],[-18.658,-10.6],[-18.462,-10.492],[-9.354,-5.276],[-9.402,-5.164],[-3.128,-1.754],[-3.083,-1.815],[-2.166,0],[-2.167,0],[-0.639,0.028],[-0.388,0.278],[-8.358,2.514],[-6.967,5.659],[-1.084,1.329],[-0.841,1.361],[-0.073,0.162],[-0.451,0.163],[-0.154,0.23],[0.067,0.379],[-0.075,0.166],[-0.451,0.16],[-0.151,0.237],[0.067,0.376],[-0.078,0.174],[-0.451,0.155],[-0.38,0.658],[-0.329,0.695],[-0.812,1.5],[-0.932,1.878],[-0.37,0.796],[-0.086,0.873],[-2.115,5.26],[-1.608,5.528],[-0.558,6.916],[1.257,6.151],[1.488,0.678],[0.897,1.27],[42.356,23.97],[43.186,24.456],[0.767,0.433],[0.877,0.29],[0.193,0.108],[0.151,0.435],[0.347,0.261],[0.586,0.144],[1.491,0.791],[0.953,0.672],[0.374,0.281],[0.572,0.13],[4.185,2.473],[5.268,1.635],[11.2,-3.467],[9.313,-5.354],[1.555,-0.445],[1.194,-0.806],[0,-2],[0,-2],[-0.707,-0.835],[-1.51,0.89],[-4.319,2.412],[-5.04,3.105],[-5.452,3.129],[-6.217,2.233],[-2.494,-0.396],[-1.956,-1.163],[-1.583,-2.933],[-1.689,-3.244],[-0.964,-5.964],[0.835,-6.102],[1.663,-3.216],[1.574,-3.535],[1.819,-3.248],[2.142,-3.2],[5.284,-5.969],[7.99,-4.17],[4.446,1.519],[2.331,4.547],[0.413,9.491],[-3.239,7.773],[-4.707,5.626],[-5.897,4.436],[-0.11,-0.389],[-0.327,-0.173],[-7.898,-3.524],[0.193,-8.295],[0.837,-2.087],[0.788,-1.327],[1.718,-2.733],[2.168,-2.417],[2.188,-1.341],[2.396,-0.786],[5.027,1.098],[0.476,5.328],[-2.028,4.82],[-3.556,3.01],[-3.023,-2.004],[0.819,-4.043],[1.882,0.118],[0.559,1.441],[1.621,-1.923],[0.919,-3.313],[-5.954,-0.507],[-3.938,4.281],[-0.873,3.638],[0.483,4.136],[3.085,1.474],[2.891,-0.757],[8.467,-5.212],[1.867,-3.638],[3.543,-12.817],[-28.215,0.568],[-3.292,11.439],[0.311,1.336],[2.397,5.499]],"v":[[387,-72],[417.442,-77.258],[437,-95],[438.581,-96.61],[440,-98],[458.909,-137.786],[456,-183],[448.405,-189.606],[440,-195],[428.059,-201.783],[417,-208],[409.746,-212.118],[403,-216],[384.15,-226.725],[366,-237],[356.563,-241.977],[347,-247],[291.376,-278.627],[236,-310],[207.762,-325.656],[180,-341],[170.809,-346.575],[161,-351],[154.5,-351],[148,-351],[146.626,-350.374],[145,-350],[121.812,-337.002],[104,-319],[101.101,-314.923],[99,-311],[98.038,-310.517],[97,-310],[96.971,-309.019],[97,-308],[96.036,-307.519],[95,-307],[94.974,-306.017],[95,-305],[94.03,-304.523],[93,-304],[91.944,-301.929],[91,-300],[88.234,-294.616],[86,-290],[85.437,-287.435],[85,-285],[79.254,-268.776],[76,-252],[77.185,-232.422],[83,-215],[86.423,-211.923],[89,-208],[217.591,-135.177],[347,-62],[349.531,-60.981],[352,-60],[352.492,-59.033],[353,-58],[354.529,-57.427],[356,-57],[359.596,-54.799],[362,-53],[363.528,-52.439],[365,-52],[379.083,-45.384],[397,-44],[427.238,-57.762],[455,-74],[458.913,-76.087],[463,-78],[463,-84],[463,-90],[459.409,-89.333],[455,-87],[440.901,-78.567],[425,-69],[407.422,-60.358],[388,-58],[381.642,-60.583],[375,-64],[369.809,-73.132],[366,-84],[366.307,-102.501],[369,-119],[373.716,-129.178],[379,-140],[384.904,-149.723],[392,-159],[412.647,-175.463],[437,-179],[447.162,-169.332],[451,-154],[445.901,-127.945],[435,-108],[419.999,-92.001],[396,-85],[395.353,-85.853],[394,-86],[383.983,-105.67],[389,-128],[391.371,-132.861],[394,-137],[399.831,-144.851],[407,-151],[413.97,-154.371],[421,-155],[428.719,-144.12],[426,-128],[417.541,-115.742],[405,-112],[402.173,-122.385],[408,-131],[411,-128],[414,-125],[418.438,-133.323],[417,-143],[402.003,-136.418],[394,-121],[392.889,-108.635],[399,-99],[408.051,-98.309],[416,-102],[433,-123],[438,-134],[429,-168],[381,-130],[375,-89],[377,-84]],"c":true}],"h":1},{"t":24.765,"s":[{"i":[[5.373,0.92],[3.373,-3.162],[1.711,-4.275],[-0.496,-4.932],[-4.957,-1.421],[-3.822,1.809],[-2.879,2.934],[-0.436,0.887],[-0.664,0.85],[-0.7,0.579],[-0.534,0.834],[-0.112,0.532],[-0.249,0.4],[-1.57,4.987],[0.45,5.566],[1.377,2.896],[3.226,1.135],[4.736,-2.138],[2.884,-2.49],[1.529,-1.59],[0.849,-1.882],[0.451,-0.167],[0.124,-0.177],[0.469,-1.076],[0.549,-0.875],[1.465,-2.839],[1.158,-3.489],[0.216,-6.77],[-2.974,-5.565],[-6.089,-0.634],[-6.185,3.01],[-0.363,-0.064],[-0.275,0.124],[-0.152,0.451],[-0.214,0.115],[-1.272,0.455],[-0.74,0.547],[-0.861,0.93],[-0.823,0.738],[-2.385,2.764],[-1.778,2.541],[-3.723,10.415],[0.924,11.153],[1.173,3.309],[1.01,3.157],[4.491,2.676],[4.291,2.422],[1.69,0.795],[1.619,0.906],[0.151,0.435],[0.203,0.153],[0.572,0.13],[0.337,0.199],[2.312,1.314],[2.299,1.297],[3.989,2.257],[3.187,1.798],[0.884,0.293],[0.755,0.428],[0.15,0.434],[0.206,0.154],[0.58,0.138],[0.321,0.178],[6.981,4.03],[6.787,3.845],[3.206,1.624],[3.082,1.751],[20.197,11.434],[19.399,11.006],[1.685,0.792],[1.637,0.909],[1.457,1.095],[1.617,0.757],[1.846,0.56],[1.761,0.889],[2.741,-0.541],[1.814,-0.578],[1.388,-0.761],[1.815,-1.116],[1.043,-0.452],[0.912,-0.628],[1.63,-1.543],[1.651,-1.567],[2.528,-2.667],[1.294,-2.87],[0.451,-0.163],[0.124,-0.185],[0.23,-0.511],[0.247,-0.369],[1.217,-2.03],[-6.928,-30.371],[-0.225,-4.108],[-1.242,-3.091],[-71.601,-40.4],[-5.184,-2.97],[-10.04,-5.687],[-6.572,-2.067],[-7.495,0.512],[-25.159,12.842],[-0.551,4.449],[1.223,-2.16],[11.302,-6.543],[11.965,-2.118],[0.216,20.82],[-2.64,8.285],[-1.964,4.118],[-1.059,1.864],[-1.325,2],[-1.183,1.67],[-1.247,1.474],[-3.814,2.836],[-1.357,0.84],[-1.429,0.715],[-6.261,0.195],[-0.865,-9.984],[5.072,-9.498],[16.291,1.222],[0.21,9.556],[-1.906,5.491],[-5.556,5.249],[-1.561,1.07],[-0.862,0.56],[-5.665,0.351],[3.103,-7.924],[2.973,-2.806],[5.776,1.51],[-2.938,4.614],[-2.771,-0.986],[0.106,4.313]],"o":[[-3.797,-0.923],[-3.373,3.162],[-1.94,4.85],[0.496,4.932],[3.834,1.168],[3.822,-1.809],[0.591,-0.602],[0.436,-0.887],[0.666,-0.852],[0.7,-0.579],[0.302,-0.472],[0.112,-0.532],[2.168,-3.487],[1.57,-4.987],[-0.265,-3.28],[-1.377,-2.896],[-6.172,-2.043],[-4.736,2.138],[-2.034,1.757],[-1.529,1.59],[-0.071,0.157],[-0.451,0.167],[-0.577,0.822],[-0.469,1.076],[-1.981,3.154],[-1.465,2.839],[-2.109,6.356],[-0.216,6.77],[3.459,6.474],[6.089,0.634],[0.271,-0.132],[0.364,0.064],[0.178,-0.081],[0.152,-0.451],[1.172,-0.633],[1.272,-0.455],[0.735,-0.543],[0.861,-0.93],[2.68,-2.403],[2.385,-2.764],[5.03,-7.186],[3.723,-10.415],[-0.298,-3.606],[-1.173,-3.309],[-3.745,-3.874],[-4.491,-2.676],[-1.621,-0.915],[-1.69,-0.795],[-0.192,-0.108],[-0.151,-0.435],[-0.374,-0.281],[-0.572,-0.13],[-2.451,-1.448],[-2.312,-1.314],[-3.857,-2.175],[-3.989,-2.257],[-0.709,-0.4],[-0.884,-0.293],[-0.195,-0.111],[-0.15,-0.434],[-0.358,-0.269],[-0.58,-0.138],[-7.288,-4.036],[-6.981,-4.03],[-3.095,-1.753],[-3.206,-1.624],[-19.815,-11.258],[-20.197,-11.434],[-1.624,-0.922],[-1.685,-0.792],[-1.557,-0.865],[-1.457,-1.095],[-1.856,-0.869],[-1.846,-0.56],[-3.222,0.258],[-2.741,0.541],[-2.634,0.84],[-1.388,0.761],[-0.914,0.562],[-1.044,0.452],[-1.828,1.259],[-1.63,1.543],[-2.594,2.462],[-2.528,2.667],[-0.073,0.162],[-0.451,0.163],[-0.307,0.46],[-0.146,0.324],[-1.17,1.747],[-12.186,20.331],[1.882,2.451],[2.699,1.634],[69.674,40.098],[5.838,3.294],[10.578,6.062],[6.857,3.884],[6.921,2.177],[26.858,-11.142],[3.549,-1.451],[-1.223,-1.156],[-10.628,5.015],[-10.313,5.97],[-22.931,4.06],[-0.112,-10.835],[1.436,-4.505],[0.848,-1.779],[1.35,-2.377],[1.059,-1.599],[1.448,-2.043],[3.478,-4.112],[1.529,-1.137],[2.328,-1.441],[5.34,-2.67],[8.901,3.314],[1.442,16.644],[-8.66,8.89],[-9.309,-0.698],[-0.111,-5.056],[3.275,-9.435],[1.066,-1.007],[0.824,-0.565],[4.225,-2.746],[6.715,5.884],[-1.476,3.769],[-3.783,3.572],[-4.843,-4.394],[2.645,-1.228],[1.366,0.486],[2.891,-1.59]],"v":[[402,-133],[390.935,-128.899],[383,-117],[380.327,-101.427],[388,-91],[399.717,-92.424],[410,-100],[411.445,-102.314],[413,-105],[415.099,-107.013],[417,-109],[417.54,-110.554],[418,-112],[423.963,-124.941],[426,-141],[423.721,-150.608],[417,-157],[400.534,-155.9],[389,-148],[383.611,-143.094],[380,-138],[379.04,-137.515],[378,-137],[376.479,-134.04],[375,-131],[369.883,-122.251],[366,-113],[362.188,-92.906],[366,-74],[380.955,-63.888],[400,-68],[400.997,-68.006],[402,-68],[402.474,-68.974],[403,-70],[406.824,-71.565],[410,-73],[412.434,-75.354],[415,-78],[422.677,-85.897],[429,-94],[442.966,-121.025],[448,-154],[445.533,-164.336],[442,-174],[429.409,-183.589],[416,-191],[410.998,-193.506],[406,-196],[405.508,-196.967],[405,-198],[403.472,-198.561],[402,-199],[394.887,-203.113],[388,-207],[375.997,-213.783],[365,-220],[362.535,-220.979],[360,-222],[359.508,-222.967],[359,-224],[357.472,-224.568],[356,-225],[334.624,-237.144],[314,-249],[304.491,-254.002],[295,-259],[234.687,-293.189],[175,-327],[170.01,-329.509],[165,-332],[160.545,-335.081],[156,-338],[150.429,-339.985],[145,-342],[135.943,-340.74],[129,-339],[123.386,-336.707],[119,-334],[115.999,-332.549],[113,-331],[107.867,-326.731],[103,-322],[95.025,-314.306],[89,-306],[88.038,-305.518],[87,-305],[87,-303],[85,-302],[82,-296],[66,-217],[70,-208],[76,-201],[297,-76],[315,-66],[347,-48],[366,-38],[387,-37],[461,-77],[463,-90],[455,-86],[422,-68],[388,-51],[353,-85],[358,-112],[363,-126],[367,-131],[370,-138],[374,-143],[378,-149],[391,-160],[395,-164],[403,-168],[422,-170],[437,-147],[423,-101],[386,-77],[371,-98],[375,-115],[389,-138],[393,-140],[395,-143],[410,-145],[413,-120],[405,-110],[392,-104],[393,-121],[398,-120],[402,-120]],"c":true}],"h":1},{"t":25.294,"s":[{"i":[[-12.885,-8.337],[-4.551,3.766],[-2.679,4.273],[-1.1,1.694],[-0.601,1.627],[0.784,6.998],[5.089,1.988],[6.067,-3.298],[4.337,-4.918],[2.373,-4.378],[1.553,-4.136],[0.764,-1.718],[0.272,-1.335],[-0.603,-5.494],[-1.821,-2.969],[-0.645,-0.514],[-1.161,-0.888],[-0.283,-0.351],[-0.485,-0.3],[-0.856,-0.388],[-0.658,-0.879],[-2.261,0.189],[-1.54,0.342],[-1.456,0.711],[-1.423,0.765],[-2.662,2.342],[-3.254,3.428],[-1.803,2.01],[-1.169,1.255],[-0.072,0.522],[-0.329,0.502],[-0.587,0.485],[-0.295,0.518],[-0.304,0.65],[-0.339,0.621],[-2.015,10.634],[3.088,9.087],[0.7,1.093],[0.561,0.748],[0.078,0.536],[0.345,0.398],[0.741,0.492],[0.559,0.483],[4.535,2.516],[3.486,2.018],[1.125,0.653],[1.232,0.653],[2.324,1.359],[2.252,1.263],[3.993,2.262],[3.167,1.787],[0.884,0.293],[0.755,0.428],[0.15,0.434],[0.206,0.154],[0.58,0.138],[0.321,0.178],[4.002,2.136],[3.958,2.219],[2.966,1.89],[3.062,1.717],[3.191,1.611],[3.1,1.794],[19.744,11.14],[20.287,11.434],[1.685,0.793],[1.606,0.894],[3.121,1.83],[3.077,0.763],[4.009,-0.69],[2.663,-1.31],[1.779,-1.183],[1.671,-1.179],[7.398,-10.058],[2.953,-5.375],[0.495,-1.007],[0.803,-1.75],[1.021,-2.66],[-1.469,-17.581],[-1.25,-4.417],[-1.241,-3.092],[-25.242,-14.155],[-12.702,-7.167],[-4.707,-2.64],[-3.105,-1.753],[-3.13,-1.753],[-0.407,-0.305],[-0.674,-0.398],[-5.398,-3.046],[-4.75,-2.691],[-20.529,-11.647],[-3.14,-1.751],[-0.405,-0.304],[-0.618,-0.328],[-1.316,-0.987],[-0.675,-0.399],[-13.182,0.276],[-9.764,4.402],[-0.415,0.236],[-3.936,2.312],[-11.709,6.778],[-3.322,2.25],[-0.657,6.395],[1.378,-0.741],[8.512,-3.837],[0.411,-0.238],[4.202,-2.391],[0.744,-0.482],[3.07,-1.739],[14.18,0.336],[0.979,15.732],[-23.044,9.961],[-4.403,-0.316],[-2.458,-6.217],[3.312,-11.563],[1.716,-2.753],[0.917,-3.112],[14.666,2.62],[4.108,1.127],[-3.207,10.781],[-4.838,5.447],[-0.849,0.874],[-6.736,0.134],[3.617,-8.61],[9.686,4.187],[-4.195,-2.247],[-1.286,3.782],[1.688,3.294],[3.265,-2.914]],"o":[[7.119,0.336],[4.551,-3.766],[1,-1.594],[1.1,-1.695],[2.223,-6.019],[-0.784,-6.998],[-5.395,-2.108],[-6.067,3.297],[-2.957,3.353],[-2.373,4.378],[-0.673,1.793],[-0.764,1.718],[-1.233,6.056],[0.603,5.494],[1.26,2.056],[0.645,0.514],[0.385,0.295],[0.283,0.351],[0.918,0.568],[0.856,0.388],[2.418,0.097],[2.261,-0.189],[1.754,-0.39],[1.456,-0.711],[4.099,-2.203],[2.662,-2.342],[1.618,-1.705],[1.803,-2.01],[0.382,-0.41],[0.072,-0.522],[0.356,-0.543],[0.587,-0.485],[0.445,-0.781],[0.304,-0.649],[4.028,-7.379],[2.015,-10.634],[-0.639,-1.882],[-0.7,-1.093],[-0.344,-0.457],[-0.078,-0.536],[-0.476,-0.549],[-0.741,-0.492],[-3.373,-2.918],[-4.535,-2.516],[-1.269,-0.734],[-1.125,-0.653],[-2.452,-1.299],[-2.324,-1.359],[-3.86,-2.165],[-3.993,-2.262],[-0.709,-0.4],[-0.884,-0.293],[-0.195,-0.111],[-0.15,-0.434],[-0.358,-0.269],[-0.58,-0.138],[-4.035,-2.235],[-4.002,-2.136],[-3.073,-1.724],[-2.966,-1.89],[-3.137,-1.76],[-3.191,-1.612],[-20.738,-12.005],[-19.744,-11.14],[-1.654,-0.933],[-1.685,-0.793],[-3.44,-1.916],[-3.121,-1.83],[-4.303,-1.067],[-4.009,0.69],[-2.212,1.088],[-1.779,1.183],[-10.783,7.611],[-3.39,4.609],[-0.66,1.202],[-0.703,1.43],[-1.112,2.422],[-5.416,14.107],[1.99,3.676],[2.534,1.8],[22.045,15.074],[13.701,7.683],[4.724,2.666],[3.013,1.69],[3.03,1.71],[0.385,0.216],[0.748,0.561],[6,3.545],[4.785,2.7],[21.153,11.983],[3.036,1.723],[0.383,0.214],[0.695,0.521],[2.862,1.517],[0.749,0.562],[10.518,6.228],[14.352,-0.3],[0.351,-0.158],[3.813,-2.169],[11.891,-6.983],[4.279,-2.477],[3.763,-2.548],[-2.046,-1.351],[-9.184,4.937],[-0.348,0.157],[-3.874,2.239],[-0.57,0.324],[-3.211,2.08],[-10.847,6.145],[-17.637,-0.418],[-2.123,-34.139],[3.402,-1.471],[8.801,0.631],[4.938,12.49],[-2.527,2.073],[-1.584,2.54],[-7.959,6.536],[-3.426,-0.612],[-5.127,-9.383],[2.84,-9.548],[0.826,-0.929],[4.705,-4.843],[10.504,3.561],[-3.363,8.006],[-2.798,-4.976],[2.519,-2.55],[0.593,-3.607],[-4.168,-2.823],[-8.353,7.455]],"v":[[372,-81],[389.33,-87.043],[400,-100],[403.299,-104.975],[406,-110],[408.484,-131.023],[400,-146],[382.206,-143.269],[366,-130],[357.947,-118.087],[352,-105],[349.699,-99.656],[348,-95],[347.21,-77.184],[351,-64],[353.575,-60.624],[356,-59],[356.926,-58.004],[358,-57],[360.695,-55.733],[363,-54],[370.158,-54.17],[376,-55],[380.748,-56.719],[385,-59],[394.634,-65.581],[403,-74],[408.337,-79.837],[413,-85],[413.539,-86.431],[414,-88],[415.546,-89.519],[417,-91],[418.079,-93.12],[419,-95],[428.837,-123.219],[428,-154],[425.941,-158.351],[424,-161],[423.501,-162.545],[423,-164],[421.062,-165.549],[419,-167],[406.584,-175.175],[394,-182],[390.472,-184.061],[387,-186],[379.85,-190.027],[373,-194],[360.98,-200.783],[350,-207],[347.535,-207.979],[345,-209],[344.508,-209.967],[344,-211],[342.472,-211.568],[341,-212],[328.942,-218.512],[317,-225],[307.991,-230.505],[299,-236],[289.471,-240.974],[280,-246],[219.662,-280.428],[160,-314],[154.964,-316.529],[150,-319],[140.227,-324.864],[131,-329],[118.27,-329.283],[108,-326],[102.094,-322.568],[97,-319],[73,-295],[64,-280],[61,-277],[60,-272],[56,-264],[49,-215],[53,-202],[58,-194],[130,-152],[171,-129],[185,-121],[194,-116],[204,-111],[205,-109],[208,-108],[226,-98],[240,-90],[304,-54],[314,-49],[315,-47],[318,-46],[324,-42],[327,-41],[362,-27],[399,-41],[400,-43],[412,-49],[447,-69],[461,-77],[463,-90],[458,-88],[430,-73],[429,-71],[416,-65],[414,-63],[405,-58],[365,-41],[338,-72],[385,-155],[401,-159],[418,-144],[413,-103],[408,-95],[403,-87],[369,-68],[360,-73],[359,-102],[370,-122],[372,-125],[390,-134],[395,-110],[375,-96],[380,-109],[387,-111],[387,-121],[375,-117]],"c":true}],"h":1},{"t":25.823,"s":[{"i":[[-12.174,-6.757],[-5.536,5.658],[-2.511,7.507],[-0.144,4.8],[2.076,3.321],[1.427,0.815],[1.442,0.377],[4.302,-2.471],[4.155,-2.591],[4.764,-10.046],[-1.467,-11.518],[-0.899,-2.074],[-1.154,-1.728],[-1.553,-1.469],[-1.723,-0.53],[-4.457,1.841],[-5.106,1.499],[-4.613,4.95],[-3.992,6.896],[-2.44,7.642],[-0.077,6.968],[0.62,2.896],[0.552,1.691],[0.697,1.078],[0.595,0.793],[0.086,0.54],[0.321,0.394],[3.952,2.382],[2.866,1.617],[2.264,1.3],[2.28,1.296],[8.546,4.761],[7.588,4.281],[1.459,0.803],[1.321,0.745],[0.879,0.29],[0.721,0.409],[0.15,0.434],[0.206,0.154],[0.58,0.138],[0.321,0.178],[7.865,4.468],[6.981,3.94],[1.492,0.822],[1.272,0.718],[0.876,0.29],[0.729,0.406],[0.151,0.435],[0.202,0.152],[0.586,0.144],[0.309,0.163],[0.882,0.3],[0.76,0.42],[0.152,0.436],[0.201,0.151],[0.58,0.138],[0.32,0.178],[13.893,7.839],[2.545,1.436],[1.528,0.852],[0.405,0.304],[0.618,0.327],[1.316,0.987],[0.675,0.399],[7.844,4.399],[5.79,1.498],[5.212,-2.013],[2.119,-1.973],[0.966,-0.672],[0.485,-0.364],[0.76,-0.554],[0.501,-0.376],[0.793,-0.671],[2.35,-3.048],[0.539,-0.704],[0.675,-0.87],[1.041,-1.368],[1.004,-1.528],[-1.969,-28.224],[-3.824,-5.843],[-5.824,-3.338],[-6.364,-3.591],[-1.51,-0.855],[-0.411,-0.308],[-0.641,-0.355],[-8.038,-4.508],[-6.045,-3.39],[-18.799,-10.542],[-36.956,-21.177],[-4.633,-2.613],[-5.228,-1.2],[-8.788,4.485],[-4.02,2.307],[-7.5,4.859],[-1.504,1.441],[-1.176,0.699],[-11.097,5.291],[-2.926,0.74],[0,4],[1.754,-0.947],[7.385,-4.442],[10.786,-6.11],[2.909,-1.644],[1.074,-0.603],[4.476,-2.438],[4.765,-1.286],[4.988,2.138],[1.688,2.395],[0.928,3.25],[-0.927,7.843],[-1.727,5.122],[-1.016,2.538],[-5.49,7.117],[-3.753,1.692],[-0.29,0.245],[-2.766,1.729],[-6.362,-0.717],[-4.857,-1.461],[1.168,-11.967],[7.843,-10.235],[10.111,0.522],[1.626,6.024],[-0.697,4.491],[-16.756,1.022],[14.377,5.454],[-3.249,1.987],[-4.146,-1.146],[2.315,2.223],[2.534,-1.974]],"o":[[7.347,0.139],[5.536,-5.658],[1.498,-4.477],[0.144,-4.8],[-0.851,-1.362],[-1.427,-0.815],[-5.636,-1.475],[-4.302,2.471],[-4.412,5.298],[-4.764,10.046],[0.251,1.974],[0.899,2.074],[1.065,1.596],[1.553,1.469],[6.065,1.864],[4.457,-1.841],[3.557,-3.304],[4.613,-4.95],[3.164,-5.465],[2.44,-7.642],[0.03,-2.725],[-0.62,-2.896],[-0.619,-1.897],[-0.697,-1.078],[-0.335,-0.447],[-0.086,-0.54],[-2.327,-2.853],[-3.952,-2.382],[-2.663,-1.502],[-2.264,-1.3],[-8.228,-4.674],[-8.546,-4.761],[-1.845,-1.041],[-1.458,-0.803],[-0.765,-0.431],[-0.879,-0.29],[-0.195,-0.111],[-0.15,-0.434],[-0.358,-0.269],[-0.58,-0.138],[-7.56,-4.188],[-7.864,-4.468],[-1.758,-0.992],[-1.492,-0.822],[-0.769,-0.434],[-0.875,-0.29],[-0.192,-0.107],[-0.151,-0.435],[-0.347,-0.26],[-0.586,-0.144],[-0.714,-0.379],[-0.882,-0.3],[-0.19,-0.105],[-0.152,-0.436],[-0.358,-0.269],[-0.58,-0.138],[-14.988,-8.301],[-3.516,-1.984],[-1.316,-0.742],[-0.383,-0.214],[-0.695,-0.521],[-2.862,-1.517],[-0.749,-0.562],[-7.713,-4.566],[-6.712,-3.764],[-8.689,-2.248],[-4.478,1.729],[-0.81,0.754],[-0.46,0.32],[-0.848,0.636],[-0.472,0.344],[-0.907,0.68],[-3.369,2.849],[-0.618,0.801],[-0.632,0.827],[-1.196,1.541],[-0.983,1.292],[-12.291,18.704],[1.994,7.673],[4.641,5.096],[7.547,4.325],[1.306,0.737],[0.389,0.221],[0.716,0.537],[8.262,4.576],[6.001,3.365],[19.321,10.835],[36.561,20.503],[4.6,2.636],[6.841,3.858],[13.364,3.068],[4.17,-2.128],[8.86,-5.085],[3.022,-1.958],[0.854,-0.818],[11.369,-6.756],[2.085,-1.582],[0,-4],[-2.287,-0.727],[-8.44,4.558],[-11.241,6.76],[-3.33,1.887],[-1.26,0.712],[-4.443,2.495],[-5.049,2.75],[-7.882,2.127],[-3.923,-1.682],[-1.289,-1.829],[-2.249,-7.873],[0.968,-8.186],[0.951,-2.821],[3.858,-9.642],[3.673,-4.761],[0.27,-0.122],[2.644,-2.237],[5.842,-3.651],[4.048,0.456],[4.433,7.484],[-1.121,11.483],[-8.386,10.944],[-7.022,-0.363],[-1.031,-3.82],[2.517,-16.227],[16.108,8.582],[-1.913,-4.202],[3.104,0.104],[-0.339,-3.101],[-3.309,-4.898],[-8.72,6.795]],"v":[[354,-70],[373.627,-79.266],[386,-100],[388.68,-114.367],[386,-127],[382.443,-130.239],[378,-132],[363.389,-129.549],[351,-121],[335.59,-97.165],[329,-64],[330.823,-57.816],[334,-52],[338.007,-47.201],[343,-44],[358.219,-44.977],[372,-51],[384.674,-63.306],[398,-81],[406.815,-101.373],[411,-124],[409.936,-132.776],[408,-140],[405.982,-144.328],[404,-147],[403.49,-148.54],[403,-150],[392.905,-157.927],[382,-164],[374.713,-168.155],[368,-172],[342.52,-186.295],[318,-200],[313.107,-202.722],[309,-205],[306.467,-206.017],[304,-207],[303.508,-207.967],[303,-209],[301.472,-209.568],[300,-210],[276.566,-223.186],[254,-236],[249.136,-238.706],[245,-241],[242.47,-242.021],[240,-243],[239.508,-243.966],[239,-245],[237.471,-245.573],[236,-246],[233.534,-246.969],[231,-248],[230.508,-248.966],[230,-250],[228.472,-250.568],[227,-251],[181,-277],[172,-282],[167,-284],[166,-286],[163,-287],[157,-291],[154,-292],[131,-305],[112,-315],[91,-313],[81,-307],[78,-306],[77,-304],[74,-303],[73,-301],[70,-300],[60,-289],[58,-287],[57,-284],[53,-281],[51,-276],[31,-206],[39,-185],[55,-173],[78,-160],[83,-158],[84,-156],[87,-155],[111,-142],[129,-131],[185,-100],[301,-35],[315,-27],[334,-17],[368,-24],[381,-31],[408,-47],[419,-53],[421,-54],[456,-74],[463,-78],[463,-90],[457,-88],[431,-73],[398,-54],[388,-49],[385,-46],[371,-39],[357,-32],[336,-33],[326,-40],[322,-50],[321,-72],[325,-88],[327,-96],[341,-120],[352,-131],[353,-133],[360,-138],[382,-145],[393,-140],[399,-113],[384,-77],[353,-57],[339,-69],[339,-84],[371,-120],[357,-85],[360,-97],[367,-99],[367,-106],[357,-104]],"c":true}],"h":1},{"t":26.353,"s":[{"i":[[1.14,2.988],[2.952,-8.657],[-7.646,-1.721],[-4.225,3.392],[-1.713,2.419],[-0.848,2.203],[-0.881,2.747],[-0.646,2.6],[0.238,2.558],[5.277,1.436],[6.123,-4.004],[2.01,-2.145],[1.613,-1.886],[2.991,-8.068],[-0.387,-11.386],[-1.923,-3.077],[-3.163,-1.837],[-3.103,0.313],[-3.864,1.566],[-8.3,12.181],[-1.789,12.815],[1.774,6.495],[4.087,3.541],[0.529,0.076],[0.47,0.34],[1.325,1.066],[1.425,0.817],[0.845,0.268],[0.848,0.486],[2.399,1.374],[2.119,1.195],[27.641,15.626],[27.728,15.303],[0.627,0.548],[0.748,0.396],[0.879,0.3],[0.763,0.416],[2.307,1.34],[2.236,1.262],[2.311,1.328],[2.395,1.357],[1.506,0.829],[1.55,0.875],[1.672,0.784],[1.709,0.957],[0.151,0.435],[0.203,0.153],[0.572,0.13],[0.337,0.199],[2.272,1.291],[2.478,1.398],[4.773,1.656],[5.581,-1.63],[1.721,-0.498],[2.136,-1.137],[0.83,-0.754],[0.791,-0.509],[1.111,-0.486],[0.69,-0.501],[0.34,-0.376],[0.338,-0.276],[1.361,-1.39],[1.647,-1.883],[0.922,-0.884],[0.516,-0.554],[0.074,-0.543],[0.343,-0.44],[1.03,-1.099],[0.894,-1.341],[3.393,-8.588],[1.006,-8.01],[-1.173,-6.594],[-1.485,-1.55],[-0.649,-0.83],[-7.825,-4.51],[-6.918,-3.904],[-4.702,-2.663],[-3.105,-1.753],[-3.13,-1.753],[-0.407,-0.305],[-0.674,-0.398],[-4.728,-2.667],[-6.418,-3.621],[-1.511,-0.856],[-0.411,-0.308],[-0.641,-0.355],[-13.448,-7.618],[-36.341,-21.04],[-6.998,-0.6],[-4.41,2.169],[-3.646,2.048],[-5.12,2.875],[-2.254,1.306],[-2.584,1.49],[-24.642,14.169],[-0.638,3.695],[2.406,-1.293],[24.568,-13.911],[5.018,-2.88],[3.107,-1.768],[1.266,-0.692],[5.37,-0.567],[1.545,-0.153],[2.212,0.108],[1.137,0.87],[0.714,0.65],[0.659,5.587],[-6.047,13.416],[-0.245,0.381],[-1.121,1.495],[-0.287,3.06],[-5.86,3.14],[-5.055,-12.973],[2.853,-7.744],[0.586,-1.345],[3.519,-4.668],[2.193,-2.221],[1.235,-0.76],[6.931,1.149],[3.361,0.494],[-2.982,10.275],[-13.542,-0.287],[2.108,-6.925],[0.209,-0.501],[8.504,4.196],[-0.616,1.944],[-0.538,0.796],[-0.887,0.887],[-0.276,0.338]],"o":[[-6.839,-3.347],[-2.952,8.657],[4.389,0.987],[4.224,-3.392],[1.728,-2.44],[0.848,-2.203],[0.655,-2.043],[0.646,-2.6],[-0.77,-8.259],[-5.277,-1.436],[-2.347,1.535],[-2.01,2.145],[-5.422,6.342],[-2.991,8.068],[1.144,3.855],[1.923,3.077],[3.724,0.817],[3.103,-0.313],[11.01,-4.462],[8.3,-12.181],[1.183,-8.477],[-1.774,-6.495],[-0.413,-0.358],[-0.529,-0.076],[-1.274,-0.921],[-1.325,-1.066],[-0.774,-0.444],[-0.845,-0.268],[-2.284,-1.308],[-2.399,-1.374],[-28.709,-16.193],[-27.641,-15.626],[-0.743,-0.41],[-0.627,-0.549],[-0.722,-0.383],[-0.879,-0.3],[-2.536,-1.38],[-2.307,-1.34],[-2.359,-1.331],[-2.311,-1.328],[-1.426,-0.808],[-1.506,-0.829],[-1.605,-0.905],[-1.672,-0.784],[-0.192,-0.107],[-0.151,-0.435],[-0.374,-0.28],[-0.572,-0.13],[-2.434,-1.438],[-2.272,-1.291],[-5.328,-3.005],[-4.773,-1.656],[-2.981,0.87],[-1.721,0.498],[-0.889,0.474],[-0.83,0.754],[-0.865,0.556],[-1.111,0.486],[-0.302,0.22],[-0.34,0.376],[-1.91,1.558],[-1.361,1.39],[-0.795,0.909],[-0.922,0.884],[-0.363,0.39],[-0.073,0.543],[-0.987,1.264],[-1.03,1.099],[-4.422,6.637],[-3.393,8.588],[-0.93,7.396],[0.743,4.18],[0.661,0.69],[4.966,6.358],[7.728,4.454],[4.81,2.714],[3.007,1.703],[3.03,1.71],[0.385,0.215],[0.748,0.561],[4.882,2.885],[7.713,4.35],[1.418,0.8],[0.389,0.221],[0.716,0.537],[14.209,7.87],[36.566,20.714],[6.678,3.866],[8.544,0.732],[4.471,-2.199],[5.066,-2.845],[2.327,-1.307],[2.725,-1.58],[26.366,-15.198],[2.295,-2.038],[-2.767,-0.974],[-25.362,13.628],[-5.551,3.143],[-4.348,2.495],[-1.539,0.875],[-5.363,2.93],[-0.019,0.002],[-1.484,0.147],[-3.292,-0.161],[-0.742,-0.567],[-4.348,-3.954],[-2.56,-21.714],[0.149,-0.331],[0.832,-1.293],[1.789,-2.386],[6.159,-2.841],[13.68,-9.228],[4.221,10.831],[-0.589,1.599],[-2.346,5.385],[-1.797,2.384],[-1.629,1.65],[-6.247,3.844],[-2.871,-0.476],[-4.198,-7.885],[3.738,-12.879],[6.197,2.882],[-0.112,0.369],[-2.662,6.379],[0.406,-3.051],[0.68,-2.147],[0.729,-1.078],[0.313,-0.313],[1.105,-1.351]],"v":[[345,-91],[328.636,-78.301],[334,-58],[347.507,-62.945],[357,-73],[360.635,-79.77],[363,-87],[365.17,-94.114],[366,-102],[356.014,-116.197],[338,-112],[331.449,-106.264],[326,-100],[313.143,-78.783],[309,-50],[313.486,-39.486],[321,-32],[330.895,-31.212],[341,-34],[370.915,-60.736],[387,-100],[385.952,-122.702],[377,-138],[375.543,-138.513],[374,-139],[370.113,-142.079],[366,-145],[363.556,-145.968],[361,-147],[353.877,-151.085],[347,-155],[262.764,-202.668],[180,-249],[178.004,-250.51],[176,-252],[173.531,-252.976],[171,-254],[163.775,-258.088],[157,-262],[150.027,-265.981],[143,-270],[138.593,-272.45],[134,-275],[129.078,-277.461],[124,-280],[123.508,-280.966],[123,-282],[121.472,-282.561],[120,-283],[113.033,-287.03],[106,-291],[91.189,-298.477],[76,-299],[69.367,-297.2],[64,-295],[61.427,-293.027],[59,-291],[55.869,-289.459],[53,-288],[52.027,-287.042],[51,-286],[46.302,-281.744],[42,-277],[39.29,-274.234],[37,-272],[36.485,-270.537],[36,-269],[32.93,-265.558],[30,-262],[17.938,-238.53],[11,-213],[11,-190],[17,-175],[18,-173],[38,-159],[61,-146],[75,-138],[84,-133],[94,-128],[95,-126],[98,-125],[112,-117],[135,-104],[140,-102],[141,-100],[144,-99],[186,-75],[295,-14],[318,-4],[342,-9],[353,-16],[369,-24],[376,-29],[384,-33],[462,-78],[463,-90],[456,-87],[379,-43],[363,-34],[352,-27],[348,-25],[329,-18],[325,-19],[321,-18],[312,-23],[309,-24],[300,-44],[315,-99],[317,-100],[319,-104],[324,-111],[339,-123],[374,-117],[372,-84],[371,-79],[361,-64],[356,-57],[351,-53],[330,-45],[322,-49],[320,-76],[349,-104],[354,-86],[352,-84],[336,-73],[336,-79],[340,-82],[341,-86],[343,-86]],"c":true}],"h":1},{"t":26.883,"s":[{"i":[[-10.311,-5.154],[-4.358,1.525],[-3.567,2.409],[-0.467,0.54],[-0.609,0.489],[-0.759,0.292],[-0.444,0.412],[-1.299,1.715],[-1.486,1.918],[-3.702,9.991],[0.674,13.464],[0.497,2.183],[0.962,1.687],[0.433,0.149],[0.155,0.207],[0.078,0.536],[0.345,0.398],[0.709,0.464],[0.62,0.519],[1.518,0.987],[1.6,0.944],[6.311,3.549],[5.601,3.173],[12.14,6.645],[11.419,6.612],[0.299,0.385],[0.349,0.195],[3.387,1.599],[3.148,1.752],[2.958,1.884],[3.012,1.707],[18.7,10.231],[18.569,10.519],[1.441,1.079],[1.479,0.69],[4.676,-0.111],[4.349,-1.864],[1.851,-1.006],[1.365,-1.022],[4.667,-4.985],[2.429,-5.388],[0.451,-0.158],[0.122,-0.197],[0.119,-0.532],[0.231,-0.398],[0.386,-0.299],[0.194,-0.347],[0.713,-2.143],[0.928,-2.239],[0.544,-0.966],[0.367,-1.028],[1.017,-4.93],[0.218,-4.483],[-0.695,-3.62],[-0.46,-3.568],[-0.757,-1.576],[-0.572,-1.762],[-5.89,-3.565],[-6.059,-3.442],[-7.163,-3.847],[-6.405,-3.67],[-2.321,-1.33],[-2.328,-1.313],[-2.781,-1.555],[-2.169,-1.255],[-1.091,-0.635],[-1.333,-0.707],[-2.281,-1.335],[-2.37,-1.329],[-4.014,-2.274],[-3.18,-1.794],[-1.492,-0.823],[-1.272,-0.718],[-0.876,-0.29],[-0.729,-0.406],[-0.151,-0.435],[-0.202,-0.152],[-0.586,-0.144],[-0.309,-0.164],[-0.978,-0.687],[-0.658,-0.493],[-0.572,-0.13],[-0.338,-0.2],[-14.336,-7.868],[-13.26,-7.598],[-2.322,-1.333],[-2.355,-1.321],[-4.142,-1.953],[-5.35,-0.339],[-3.198,0.885],[-3.151,1.471],[-3.079,1.881],[-3.027,1.769],[-2.423,1.38],[-1.861,1.05],[-0.883,0.29],[-0.708,0.41],[-0.148,0.432],[-0.209,0.157],[-0.675,0.4],[-31.597,19.056],[-0.664,4.669],[1.223,-2.16],[12.018,-6.808],[12.112,-6.834],[1.697,-0.982],[0.418,-0.314],[0.674,-0.398],[2.983,-1.71],[10.279,-5.823],[14.769,1.348],[1.43,11.289],[-6.525,13.429],[-23.733,-1.4],[-0.961,-0.735],[-0.643,-0.628],[-0.9,-2.388],[15.146,-12.554],[8.686,1.526],[-3.729,8.851],[-14.064,-2.045],[11.942,-0.3],[-0.968,2.895],[-0.099,3.205],[-6.889,-10.724],[-5.373,10.295],[10.958,8.239],[9.463,-9.87],[1.129,-11.027]],"o":[[7.002,0.509],[4.358,-1.525],[0.522,-0.352],[0.467,-0.54],[0.522,-0.419],[0.759,-0.292],[1.32,-1.224],[1.299,-1.715],[5.865,-7.572],[3.702,-9.991],[-1.05,-1.583],[-0.497,-2.183],[-0.111,-0.196],[-0.433,-0.149],[-0.344,-0.458],[-0.078,-0.536],[-0.543,-0.626],[-0.709,-0.464],[-1.328,-1.11],[-1.518,-0.987],[-6.154,-3.63],[-6.311,-3.549],[-12.019,-6.809],[-12.14,-6.645],[-0.456,-0.264],[-0.299,-0.385],[-3.305,-1.851],[-3.387,-1.599],[-3.156,-1.757],[-2.958,-1.884],[-18.633,-10.555],[-18.7,-10.231],[-1.756,-0.995],[-1.441,-1.079],[-4.948,-2.308],[-4.676,0.111],[-2.23,0.956],[-1.851,1.006],[-4.904,3.671],[-4.667,4.985],[-0.076,0.169],[-0.45,0.158],[-0.293,0.475],[-0.119,0.532],[-0.264,0.455],[-0.386,0.299],[-1.22,2.187],[-0.713,2.143],[-0.459,1.108],[-0.544,0.966],[-1.713,4.798],[-1.017,4.93],[-0.242,4.954],[0.695,3.62],[1.401,0.933],[0.757,1.577],[5.38,4.298],[5.89,3.565],[6.941,3.944],[7.163,3.847],[2.387,1.368],[2.321,1.33],[2.706,1.526],[2.781,1.555],[1.302,0.754],[1.091,0.635],[2.507,1.329],[2.281,1.335],[3.764,2.111],[4.014,2.274],[1.758,0.992],[1.492,0.822],[0.769,0.434],[0.875,0.29],[0.192,0.107],[0.151,0.435],[0.347,0.261],[0.586,0.144],[1.431,0.758],[0.978,0.687],[0.375,0.281],[0.572,0.13],[13.394,7.931],[14.336,7.868],[2.356,1.349],[2.322,1.333],[5.082,2.849],[4.142,1.953],[4.055,-0.99],[3.198,-0.885],[3.656,-1.707],[3.079,-1.881],[2.448,-1.431],[2.423,-1.38],[0.759,-0.428],[0.883,-0.29],[0.199,-0.116],[0.148,-0.432],[0.749,-0.562],[33.155,-19.631],[5.035,-0.299],[-1.223,-1.156],[-12.561,5.719],[-13.257,7.51],[-1.71,0.965],[-0.397,0.23],[-0.748,0.561],[-3.403,2.011],[-10.395,5.957],[-10.703,6.063],[-10.574,-4.254],[-3.278,-25.867],[11.563,-10.771],[1.832,0.776],[0.699,0.535],[1.106,1.079],[7.457,19.786],[-6.691,5.546],[-12.201,-5.112],[4.432,-10.518],[6.991,9.744],[-3.506,-2.747],[1.023,-3.059],[-11.821,1.37],[11.451,2.057],[5.491,-10.521],[-20.597,-1.264],[-2.43,7.07],[-1.419,13.857]],"v":[[299,-18],[315.577,-19.812],[327,-26],[328.435,-27.398],[330,-29],[332.058,-30.005],[334,-31],[337.876,-35.48],[342,-41],[356.905,-67.081],[362,-102],[359.934,-107.922],[358,-114],[357.033,-114.492],[356,-115],[355.501,-116.545],[355,-118],[353.058,-119.581],[351,-121],[346.704,-124.125],[342,-127],[323.085,-137.842],[305,-148],[268.55,-168.148],[233,-188],[231.92,-189.051],[231,-190],[220.883,-195.074],[211,-200],[201.892,-205.538],[193,-211],[136.952,-242.027],[81,-273],[76.292,-276.228],[72,-279],[57.551,-282.129],[44,-279],[37.852,-276.05],[33,-273],[18.143,-259.788],[7,-244],[6.034,-243.521],[5,-243],[4.453,-241.442],[4,-240],[2.948,-238.919],[2,-238],[-0.719,-231.539],[-3,-225],[-4.569,-221.94],[-6,-219],[-10.12,-204.263],[-12,-190],[-11.026,-177.461],[-9,-167],[-5.878,-163.122],[-4,-158],[12.991,-146.358],[31,-136],[52.402,-124.295],[73,-113],[80.044,-108.959],[87,-105],[95.402,-100.297],[103,-96],[106.477,-93.964],[110,-92],[117.103,-88],[124,-84],[135.938,-77.263],[147,-71],[151.864,-68.294],[156,-66],[158.53,-64.979],[161,-64],[161.492,-63.034],[162,-62],[163.529,-61.428],[165,-61],[168.58,-58.801],[171,-57],[172.528,-56.439],[174,-56],[216.101,-32.251],[258,-9],[265,-4.978],[272,-1],[285.299,6.383],[299,10],[309.678,7.361],[319,4],[328.972,-1.453],[338,-7],[345.441,-11.286],[352,-15],[354.538,-16.013],[357,-17],[357.492,-17.969],[358,-19],[361,-20],[460,-77],[463,-90],[455,-86],[419,-66],[379,-43],[374,-41],[373,-39],[370,-38],[361,-33],[330,-15],[296,-5],[278,-29],[295,-87],[338,-111],[342,-108],[345,-107],[349,-100],[328,-40],[305,-32],[299,-64],[326,-86],[315,-58],[315,-66],[319,-75],[308,-45],[335,-63],[333,-99],[297,-77],[287,-49]],"c":true}],"h":1},{"t":27.412,"s":[{"i":[[6.256,2.21],[5.305,-3.391],[2.318,-3.495],[0.647,-0.928],[0.635,-1.115],[1.577,-3.852],[0.67,-4.039],[-1.664,-5.72],[-4.411,-1.684],[-5.318,1.434],[-1.829,1.752],[-1.818,1.584],[-1.978,0.989],[-2.959,3.91],[-2.451,5.235],[-0.119,0.709],[-0.209,0.487],[-0.683,1.823],[-0.51,1.937],[0.278,6.467],[2.624,4.533],[2.234,1.955],[2.444,1.379],[0.837,0.268],[0.873,0.487],[0.151,0.435],[0.202,0.152],[0.586,0.144],[0.309,0.164],[0.865,0.288],[0.832,0.471],[0.15,0.434],[0.205,0.154],[0.572,0.13],[0.337,0.2],[7.876,4.403],[6.999,3.949],[0.882,0.293],[0.76,0.427],[0.151,0.435],[0.204,0.153],[0.586,0.144],[0.309,0.163],[1.316,0.987],[0.674,0.398],[4.931,2.781],[8.311,4.691],[3.21,1.797],[0.407,0.305],[0.674,0.398],[5.398,3.046],[4.747,2.689],[15.247,8.603],[1.529,0.852],[0.405,0.304],[0.618,0.328],[1.493,0.845],[0.41,0.308],[0.675,0.399],[4.938,2.783],[3.267,1.819],[6.449,1.572],[4.575,-1.767],[4.6,-3.354],[2.397,-2.266],[3.934,-25.186],[-5.717,-10.313],[-12.263,-6.917],[-20.016,-11.299],[-3.305,-1.851],[-0.407,-0.305],[-0.674,-0.398],[-4.842,-2.731],[-6.393,-3.607],[-2.78,-1.568],[-1.529,-0.852],[-0.405,-0.304],[-0.618,-0.328],[-1.316,-0.987],[-0.675,-0.399],[-26.625,-15.257],[-4.702,-2.652],[-5.588,-1.429],[-7.423,3.66],[-3.801,2.135],[-3.712,2.149],[-10.094,4.55],[-0.415,0.236],[-3.831,2.208],[-3.9,2.258],[-2.942,1.703],[-7.159,4.168],[-2.709,1.221],[-0.415,0.236],[-1.591,1.031],[-0.907,0.521],[-7.687,4.45],[-1.716,1.153],[-0.248,0.218],[-1.51,2.527],[1.436,-0.893],[3.944,-2.283],[6.307,-3.635],[14.485,-8.313],[14.244,-8.175],[9.902,-5.765],[11.868,3.369],[-2.157,19.287],[-5.186,9.411],[-22.634,-0.866],[-1.419,0.086],[-2.099,-3.901],[5.75,-9.856],[1.901,-2.218],[0.612,-0.623],[1.778,-1.413],[2.013,-1.129],[4.481,0.787],[-4.686,11.598],[-10.739,-1.492],[9.881,-0.223],[-1.293,4.439],[-7.235,-7.785],[-2.505,5.557],[-0.247,0.37],[-0.23,0.511],[-0.231,0.427],[-0.906,2.852],[-0.088,2.397]],"o":[[-6.461,-2.059],[-5.305,3.391],[-0.778,1.173],[-0.647,0.928],[-2.022,3.553],[-1.577,3.852],[-1.067,6.434],[1.664,5.72],[3.897,1.487],[5.318,-1.434],[1.749,-1.675],[1.818,-1.584],[1.714,-3.124],[2.959,-3.91],[0.315,-0.674],[0.119,-0.71],[0.759,-1.77],[0.683,-1.823],[1.736,-6.6],[-0.278,-6.467],[-1.62,-2.799],[-2.234,-1.955],[-0.781,-0.441],[-0.837,-0.268],[-0.192,-0.107],[-0.151,-0.435],[-0.347,-0.261],[-0.586,-0.144],[-0.709,-0.376],[-0.865,-0.288],[-0.195,-0.11],[-0.15,-0.434],[-0.375,-0.281],[-0.572,-0.13],[-7.495,-4.438],[-7.877,-4.403],[-0.712,-0.401],[-0.882,-0.293],[-0.193,-0.108],[-0.151,-0.435],[-0.347,-0.26],[-0.586,-0.144],[-2.862,-1.517],[-0.748,-0.561],[-4.933,-2.915],[-9.159,-5.166],[-3.312,-1.87],[-0.385,-0.215],[-0.748,-0.561],[-6,-3.545],[-4.745,-2.678],[-16.335,-9.254],[-1.427,-0.805],[-0.383,-0.214],[-0.695,-0.521],[-1.414,-0.749],[-0.389,-0.22],[-0.749,-0.562],[-5.192,-3.074],[-3.25,-1.832],[-6.834,-3.805],[-6.491,-1.582],[-5.755,2.222],[-2.623,1.913],[-15.876,15.009],[-2.577,16.502],[9.694,9.395],[20.778,11.719],[3.327,1.878],[0.385,0.215],[0.748,0.561],[4.806,2.84],[7.71,4.349],[3.648,2.058],[1.427,0.805],[0.383,0.214],[0.695,0.521],[2.862,1.517],[0.749,0.562],[26.901,15.927],[4.709,2.699],[6.734,3.798],[10.552,2.698],[3.927,-1.936],[3.882,-2.18],[10.363,-5.999],[0.351,-0.158],[3.829,-2.178],[4.563,-2.63],[2.941,-1.703],[8.151,-4.718],[3.337,-1.943],[0.351,-0.158],[2.623,-1.492],[1.004,-0.65],[8.146,-4.675],[2.375,-1.375],[1.089,-0.731],[2.083,-1.831],[-2.695,-1.014],[-5.234,3.254],[-6.773,3.921],[-13.769,7.936],[-13.78,7.908],[-10.494,6.023],[-9.191,5.351],[-12.6,-6.858],[1.065,-9.526],[8.967,-16.273],[0.168,1.165],[3.385,2.615],[3.819,17.04],[-2.247,3.853],[-0.932,1.088],[-0.971,0.988],[-2.057,1.634],[-4.716,2.645],[-11.914,-2.091],[4.299,-10.64],[8.356,6.05],[-1.637,-4.989],[-9.003,2.991],[9.221,1.223],[0.146,-0.324],[0.307,-0.46],[0.161,-0.357],[0.812,-1.497],[0.885,-2.787],[0.206,-5.586]],"v":[[306,-79],[287.893,-75.666],[276,-64],[273.892,-60.957],[272,-58],[266.486,-46.865],[263,-35],[263.891,-15.937],[273,-4],[288.051,-4.57],[300,-10],[305.327,-15.015],[311,-19],[318.448,-29.417],[327,-43],[327.58,-45.14],[328,-47],[330.187,-52.375],[332,-58],[334.27,-78.05],[330,-95],[324.118,-102.065],[317,-107],[314.569,-107.966],[312,-109],[311.508,-109.966],[311,-111],[309.471,-111.572],[308,-112],[305.593,-112.929],[303,-114],[302.508,-114.967],[302,-116],[300.472,-116.561],[299,-117],[275.628,-130.366],[253,-143],[250.537,-143.981],[248,-145],[247.508,-145.967],[247,-147],[245.471,-147.573],[244,-148],[238,-152],[235,-153],[221,-161],[194,-176],[184,-181],[183,-183],[180,-184],[162,-194],[148,-202],[98,-230],[93,-232],[92,-234],[89,-235],[84,-237],[83,-239],[80,-240],[66,-248],[56,-253],[37,-263],[19,-261],[6,-253],[-2,-247],[-35,-184],[-29,-144],[6,-122],[70,-86],[80,-81],[81,-79],[84,-78],[98,-70],[121,-57],[130,-52],[135,-50],[136,-48],[139,-47],[145,-43],[148,-42],[232,5],[246,13],[265,23],[295,18],[306,11],[318,5],[350,-13],[351,-15],[363,-21],[377,-29],[385,-34],[408,-47],[418,-52],[419,-54],[427,-58],[430,-60],[453,-73],[459,-76],[463,-78],[463,-90],[456,-87],[440,-78],[421,-67],[378,-43],[336,-18],[304,0],[269,9],[254,-30],[265,-60],[311,-92],[314,-91],[322,-81],[314,-40],[308,-32],[306,-28],[301,-25],[296,-21],[282,-17],[275,-48],[298,-67],[290,-43],[291,-56],[284,-30],[304,-42],[306,-43],[306,-45],[308,-46],[311,-54],[313,-63]],"c":true}],"h":1},{"t":27.941,"s":[{"i":[[-7.409,-1.843],[-2.335,1.554],[-1.921,2.035],[-1.549,2.508],[-0.76,2.802],[0.458,4.103],[4.166,1.909],[3.391,-1.637],[1.485,-1.402],[0.929,-0.63],[0.887,-1.159],[0.867,-1.06],[1.097,-1.887],[1.528,-3.111],[0.543,-2.242],[-1.256,-6.21],[-5.537,-2.729],[-4.772,1.178],[-1.919,1.839],[-0.539,0.298],[-0.425,0.407],[-0.31,0.086],[-0.416,0.325],[-1.469,1.977],[-1.291,1.659],[-0.926,0.8],[-0.611,0.916],[-0.439,1.244],[-0.631,1.104],[-0.713,0.947],[-0.537,1.143],[-0.53,1.213],[-0.387,1.096],[-0.433,8.507],[3.582,3.739],[0.075,0.289],[0.339,0.471],[2.316,1.62],[1.543,0.87],[0.805,0.248],[0.916,0.523],[0.149,0.433],[0.207,0.155],[0.586,0.144],[0.309,0.164],[0.999,0.7],[0.63,0.472],[0.572,0.13],[0.337,0.2],[13.929,7.86],[1.521,0.854],[0.408,0.306],[0.618,0.327],[1.316,0.987],[0.674,0.398],[4.842,2.731],[8.34,4.667],[3.217,1.794],[0.405,0.304],[0.618,0.328],[1.495,0.845],[0.41,0.307],[0.674,0.398],[3.529,1.87],[4.851,2.72],[15.186,8.569],[2.79,1.574],[1.511,0.856],[0.411,0.308],[0.641,0.355],[8.637,4.844],[13.635,-4.252],[4.515,-0.485],[5.325,-6.336],[1.724,-2.376],[-8.187,-28.193],[-1.651,-2.03],[-3.127,-2.159],[-8.198,-4.644],[-15.822,-9.066],[-7.732,-4.399],[-25.107,-14.167],[-4.747,-2.689],[-3.033,-1.697],[-3.1,-1.728],[-0.405,-0.304],[-0.618,-0.328],[-1.495,-0.845],[-0.41,-0.307],[-0.674,-0.398],[-3.213,-1.703],[-4.784,-2.71],[-3.071,-1.718],[-3.1,-1.728],[-0.405,-0.304],[-0.618,-0.328],[-4.443,-0.928],[-3.593,0.738],[-5.789,3.03],[-3.025,1.363],[-0.411,0.238],[-2.297,2.201],[-1.176,0.699],[-19.058,11.033],[-30.698,17.397],[-1.603,1.731],[0,3.667],[1.627,-0.868],[6.554,-3.832],[2.647,-2.536],[1.176,-0.699],[13.152,-7.745],[27.663,-16.014],[2.918,-1.649],[1.03,-0.578],[2.26,-1.183],[10.659,1.725],[-1.545,17.432],[-8.428,9.913],[-2.21,1.503],[-0.825,0.412],[-5.011,-2.007],[6.237,-12.708],[5.212,-4.689],[9.565,1.673],[-3.791,9.158],[-11.465,-1.592],[6.835,-2.366],[3.878,0.122]],"o":[[2.738,1.25],[2.335,-1.554],[2.044,-2.165],[1.549,-2.508],[1,-3.681],[-0.458,-4.103],[-3.953,-1.951],[-3.391,1.637],[-1.397,1.32],[-0.929,0.63],[-1.435,1.874],[-0.867,1.06],[-1.346,2.315],[-1.528,3.111],[-1.56,6.432],[1.256,6.21],[3.993,1.553],[4.772,-1.178],[0.419,-0.402],[0.539,-0.298],[0.345,-0.33],[0.31,-0.086],[1.833,-1.431],[1.469,-1.977],[0.686,-0.882],[0.926,-0.8],[0.614,-0.921],[0.439,-1.244],[0.611,-1.068],[0.713,-0.947],[0.494,-1.052],[0.53,-1.213],[1.849,-5.233],[0.433,-8.507],[-0.358,-0.374],[-0.075,-0.289],[-1.191,-1.651],[-2.317,-1.62],[-0.864,-0.487],[-0.805,-0.248],[-0.196,-0.112],[-0.149,-0.433],[-0.347,-0.261],[-0.586,-0.144],[-1.373,-0.728],[-0.999,-0.7],[-0.375,-0.281],[-0.572,-0.13],[-14.902,-8.823],[-1.423,-0.803],[-0.386,-0.217],[-0.695,-0.521],[-2.862,-1.517],[-0.748,-0.561],[-4.806,-2.84],[-9.219,-5.2],[-3.322,-1.859],[-0.383,-0.214],[-0.695,-0.521],[-1.415,-0.75],[-0.388,-0.22],[-0.748,-0.561],[-3.68,-2.175],[-4.935,-2.616],[-16.294,-9.137],[-3.768,-2.126],[-1.418,-0.8],[-0.389,-0.221],[-0.716,-0.537],[-8.023,-4.444],[-11.437,-6.414],[-4.195,0.805],[-6.754,5.56],[-1.935,2.302],[-13.999,19.296],[2.938,1.091],[1.73,2.128],[8.509,5.873],[17.083,9.677],[7.588,4.348],[26.39,15.015],[4.745,2.678],[2.889,1.636],[3.216,1.799],[0.383,0.214],[0.695,0.521],[1.415,0.75],[0.388,0.219],[0.748,0.561],[3.44,2.033],[4.949,2.623],[2.84,1.609],[3.216,1.799],[0.383,0.214],[0.695,0.521],[5.071,2.688],[4.512,0.943],[6.921,-1.421],[3.498,-1.831],[0.348,-0.157],[4.054,-2.343],[0.854,-0.818],[19.255,-11.441],[34.55,-20.001],[2.263,-1.071],[0,-3.667],[-2.167,-0.767],[-7.221,3.852],[-4.427,2.589],[-0.854,0.818],[-13.809,8.206],[-28.508,16.787],[-3.324,1.924],[-0.958,0.541],[-1.991,1.118],[-7.028,3.679],[-12.316,-5.372],[1.793,-20.233],[3.059,-1.364],[0.864,-0.587],[5.503,-2.75],[13.892,9.252],[-3.075,6.265],[-5.621,5.057],[-9.586,-5.458],[3.745,-9.045],[4.314,7.523],[-1.945,-2.055],[-3.468,2.96]],"v":[[259,-15],[266.613,-16.036],[273,-22],[278.463,-29.023],[282,-37],[283.374,-49.329],[277,-59],[265.649,-58.515],[258,-53],[254.618,-50.379],[252,-48],[248.746,-44.009],[246,-40],[241.398,-31.445],[238,-23],[237.177,-3.222],[247,11],[261.055,11.044],[272,6],[273.495,5.005],[275,4],[275.947,3.495],[277,3],[281.907,-2.329],[286,-8],[288.556,-10.474],[291,-13],[292.487,-16.363],[294,-20],[296.055,-22.943],[298,-26],[299.58,-29.467],[301,-33],[305.072,-55.621],[301,-76],[300.486,-76.928],[300,-78],[294.264,-83.085],[288,-87],[285.539,-87.974],[283,-89],[282.508,-89.968],[282,-91],[280.471,-91.572],[279,-92],[275.443,-94.192],[273,-96],[271.472,-96.561],[270,-97],[224,-123],[219,-125],[218,-127],[215,-128],[209,-132],[206,-133],[192,-141],[165,-156],[155,-161],[154,-163],[151,-164],[146,-166],[145,-168],[142,-169],[133,-174],[119,-182],[69,-210],[60,-215],[55,-217],[54,-219],[51,-220],[27,-233],[-5,-242],[-16,-238],[-35,-221],[-41,-214],[-59,-135],[-54,-127],[-46,-121],[-19,-105],[32,-77],[55,-64],[133,-20],[147,-12],[156,-7],[166,-2],[167,0],[170,1],[175,3],[176,5],[179,6],[188,11],[202,19],[211,24],[221,29],[222,31],[225,32],[240,39],[253,39],[271,32],[282,26],[283,24],[297,17],[299,16],[358,-18],[457,-75],[463,-79],[463,-90],[457,-88],[437,-76],[422,-68],[420,-67],[377,-42],[290,8],[280,13],[277,16],[270,19],[244,25],[228,-10],[252,-60],[261,-66],[264,-69],[285,-71],[288,-27],[275,-10],[253,-2],[249,-30],[271,-47],[264,-27],[259,-34]],"c":true}],"h":1},{"t":28.471,"s":[{"i":[[7.196,-5.471],[2.269,-4.307],[0.843,-6.037],[-1.902,-5.266],[-5.231,-0.93],[-4.697,2.527],[-1.98,1.822],[-1.713,1.648],[-1.334,1.742],[-0.897,1.573],[-0.523,0.546],[-0.442,0.827],[-0.438,0.864],[-0.41,1.233],[-0.6,1.561],[-0.889,2.619],[-0.421,2.86],[-0.209,1.959],[0.079,1.517],[0.719,2.771],[1.017,1.842],[0.436,0.153],[0.15,0.201],[0.078,0.536],[0.345,0.398],[2.29,1.215],[2.194,1.237],[3.889,2.2],[3.504,1.977],[2.314,1.329],[2.374,1.344],[1.532,0.846],[1.41,0.789],[1.695,0.796],[1.537,0.875],[0.15,0.433],[0.206,0.154],[0.572,0.13],[0.337,0.199],[3.084,1.681],[2.654,1.498],[2.316,1.334],[2.384,1.337],[13.333,7.531],[12.121,6.839],[4.747,2.689],[3.083,1.725],[3.278,1.811],[0.47,0.282],[0.523,0.282],[4.828,2.771],[13.276,7.607],[1.499,0.764],[6.766,-1.792],[-18.205,-41.061],[-1.068,-1.251],[-3.26,-2.091],[-3.566,-2.012],[-1.511,-0.856],[-0.411,-0.308],[-0.641,-0.355],[-1.593,-0.906],[-38.131,-21.851],[-11.153,-6.293],[-4.707,-2.64],[-4.273,-2.474],[-2.665,-1.413],[-4.98,-2.821],[-6.446,-3.417],[-1.316,-0.987],[-0.675,-0.399],[-13.32,3.116],[-6.907,3.913],[-13.837,8.01],[-2.55,2.443],[-0.74,0.709],[-0.783,0.75],[-0.882,0.845],[-0.74,0.709],[-0.783,0.75],[-6.185,3.581],[-31.624,18.194],[-3.341,0.659],[0,4],[2.646,-1.506],[1.3,-0.752],[3.436,-1.955],[1.016,-0.585],[1.3,-0.735],[1.091,-0.625],[2.484,-1.407],[16.757,-9.777],[2.515,-1.441],[5.154,-2.894],[0.92,-0.564],[3.697,-2.122],[5.147,-2.928],[0.039,-0.037],[1.202,-0.697],[2.436,-1.386],[3.712,-2.151],[2.582,-1.45],[1.306,-0.739],[1.167,-0.669],[2.612,-1.479],[5.09,-2.921],[13.171,-0.293],[3.839,2.161],[1.564,5.103],[-6.107,10.548],[-1.17,1.251],[-3.962,3.536],[-11.183,-1.173],[6.083,-12.955],[4.634,-4.335],[7.987,1.177],[-3.43,9.009],[-0.273,0.533],[-0.794,1.262],[-1.919,1.312],[-2.072,0.657],[-2.3,-1.947],[2.42,-2.884],[1.2,1.144],[1.103,-0.07],[1.859,-5.299],[-2.225,-3.725],[-3.605,7.702],[8.262,6.202]],"o":[[-2.08,3.736],[-2.269,4.307],[-0.839,6.007],[1.902,5.266],[5.231,0.93],[4.697,-2.527],[1.813,-1.668],[1.713,-1.648],[0.889,-1.16],[0.897,-1.573],[0.794,-0.829],[0.442,-0.827],[0.762,-1.505],[0.41,-1.233],[1.024,-2.666],[0.889,-2.619],[0.243,-1.647],[0.209,-1.959],[-0.108,-2.072],[-0.719,-2.772],[-0.105,-0.189],[-0.436,-0.153],[-0.344,-0.457],[-0.078,-0.536],[-1.648,-1.901],[-2.29,-1.215],[-3.942,-2.224],[-3.888,-2.2],[-2.373,-1.339],[-2.314,-1.329],[-1.46,-0.827],[-1.532,-0.846],[-1.683,-0.941],[-1.695,-0.796],[-0.195,-0.112],[-0.15,-0.434],[-0.374,-0.281],[-0.572,-0.13],[-3.009,-1.778],[-3.084,-1.681],[-2.351,-1.326],[-2.316,-1.334],[-12.548,-7.037],[-13.333,-7.531],[-4.745,-2.678],[-3.02,-1.711],[-3.254,-1.821],[-0.415,-0.229],[-0.837,-0.502],[-5.551,-2.989],[-13.851,-7.949],[-1.47,-0.842],[-7.052,-3.594],[-30.502,8.081],[2.706,0.339],[1.748,2.048],[4.267,2.737],[1.418,0.8],[0.39,0.221],[0.716,0.537],[2.02,1.119],[39.774,22.63],[12.053,6.907],[4.724,2.666],[5.316,2.981],[2.604,1.508],[5.016,2.659],[7.323,4.149],[2.862,1.517],[0.749,0.562],[11.46,6.785],[9.057,-2.119],[14.328,-8.117],[4.372,-2.531],[1.78,-1.705],[1.758,-1.685],[2.001,-1.918],[1.78,-1.705],[1.758,-1.684],[5.202,-4.984],[32.667,-18.911],[3.109,-0.89],[0,-4],[-4.263,-0.587],[-1.617,0.92],[-4.145,2.399],[-0.953,0.542],[-1.325,0.763],[-0.968,0.547],[-2.509,1.439],[-17.449,9.885],[-2.517,1.469],[-5.068,2.904],[-0.768,0.431],[-4.118,2.525],[-5.249,3.013],[0.092,-0.053],[-0.864,0.828],[-3.195,1.851],[-4.233,2.408],[-2.613,1.515],[-1.341,0.753],[-1.169,0.661],[-2.442,1.4],[-4.924,2.789],[-10.635,6.103],[-4.209,-1.791],[-2.149,-4.518],[-2.113,-20.662],[1.24,-2.141],[3.8,-4.062],[6.318,-5.639],[15.573,6.51],[-2.714,5.78],[-5.125,4.794],[-9.851,-3.509],[0.165,-0.434],[0.702,-1.371],[1.787,-2.843],[1.298,-0.888],[2.436,-0.772],[2.934,5.018],[-2.741,0.35],[-1.084,-1.033],[-3.298,0.208],[-0.869,2.476],[9.752,3.664],[4.07,-8.695],[-13.85,-1.183]],"v":[[222,-26],[215.072,-14.226],[210,1],[211.448,18.808],[222,29],[237.439,25.564],[248,18],[253.359,13.055],[258,8],[260.774,3.539],[263,0],[264.767,-2.473],[266,-5],[267.622,-8.958],[269,-13],[271.952,-20.855],[274,-29],[274.741,-34.598],[275,-40],[273.681,-47.672],[271,-55],[270.034,-55.492],[269,-56],[268.501,-57.545],[268,-59],[261.91,-63.498],[255,-67],[243.171,-73.685],[232,-80],[225.001,-83.995],[218,-88],[213.462,-90.529],[209,-93],[203.891,-95.55],[199,-98],[198.508,-98.968],[198,-100],[196.472,-100.561],[195,-101],[185.734,-106.21],[177,-111],[170.025,-114.992],[163,-119],[123.68,-141.148],[85,-163],[71,-171],[62,-176],[52,-181],[51,-183],[48,-184],[34,-192],[-8,-215],[-12,-218],[-34,-221],[-84,-114],[-81,-110],[-73,-104],[-59,-96],[-54,-94],[-53,-92],[-50,-91],[-45,-88],[71,-23],[108,-2],[122,6],[138,15],[145,19],[159,27],[182,40],[188,44],[191,45],[226,55],[247,45],[289,21],[304,13],[311,9],[318,5],[325,1],[332,-3],[339,-7],[358,-18],[455,-74],[463,-78],[463,-90],[453,-85],[449,-83],[437,-77],[434,-74],[430,-73],[427,-70],[419,-66],[366,-36],[359,-31],[343,-23],[340,-21],[329,-14],[313,-6],[312,-5],[310,-4],[303,1],[291,7],[284,12],[280,13],[277,16],[269,20],[254,29],[219,42],[207,36],[201,22],[213,-25],[216,-30],[227,-41],[252,-51],[258,-9],[246,6],[227,15],[221,-11],[223,-13],[224,-17],[231,-23],[234,-25],[241,-25],[238,-11],[234,-11],[233,-11],[228,-8],[229,1],[249,-13],[247,-39]],"c":true}],"h":1},{"t":29,"s":[{"i":[[5.178,4.593],[3.644,-2.125],[1.269,-2.815],[0.452,-0.172],[0.125,-0.162],[0.525,-0.973],[0.255,-0.267],[0.944,-2.094],[0.669,-2],[-0.773,-6.173],[-4.944,-2.218],[-6.625,3.624],[-4.046,4.948],[-0.318,0.762],[-0.368,0.514],[-0.496,0.625],[-0.454,0.714],[-1.104,2.575],[-1.055,2.289],[-0.716,2.343],[-0.224,1.653],[0.44,4.957],[1.702,1.776],[0.075,0.289],[0.34,0.471],[6.581,3.784],[6.302,3.57],[5.783,3.195],[5.1,2.953],[1.113,0.647],[1.274,0.675],[3.068,1.718],[2.683,1.514],[2.321,1.337],[2.353,1.32],[18.559,10.568],[17.529,9.505],[6.319,3.382],[6.224,3.49],[3.078,1.953],[3.128,1.755],[3.419,1.689],[2.791,0.262],[3.519,-1.44],[2.618,-1.737],[0.296,-0.362],[0.368,-0.253],[0.939,-0.274],[0.422,-0.342],[3.257,-4.195],[2.822,-4.669],[1.644,-3.228],[0.843,-2.471],[0.842,-6.058],[-0.239,-7.279],[-0.664,-2.43],[-1.167,-1.877],[-0.425,-0.141],[-0.167,-0.222],[-0.067,-0.532],[-0.377,-0.4],[-0.722,-0.497],[-0.644,-0.517],[-2.37,-1.395],[-1.694,-0.956],[-2.314,-1.329],[-2.123,-1.206],[-13.263,-7.327],[-12.648,-7.136],[-2.342,-1.349],[-2.303,-1.291],[-1.521,-0.84],[-1.403,-0.792],[-1.668,-0.782],[-1.63,-0.912],[-0.407,-0.305],[-0.674,-0.398],[-4.842,-2.731],[-6.331,-3.572],[-4.782,-2.717],[-25.202,-14.22],[-5.296,-1.218],[-8.166,4.45],[-1.014,0.583],[-2.806,1.613],[-2.712,1.555],[-6.217,3.508],[-1.473,0.827],[-2.722,1.553],[-2.776,1.63],[-25.584,14.436],[-1.297,0.729],[-2.732,1.558],[-2.777,1.601],[-21.028,12.068],[-4.865,4.601],[-0.443,1.89],[0,2.333],[2.506,-0.551],[15.371,-8.86],[2.615,-1.492],[2.744,-1.541],[2.501,-1.431],[2.819,-1.604],[1.265,-0.723],[1.694,-1.003],[15.014,-8.501],[2.708,-1.521],[2.789,-1.591],[2.652,-1.558],[16.808,-9.161],[1.014,-0.583],[2.787,-1.602],[5.498,-2.814],[7.797,8.897],[-1.156,10.649],[-7.658,9.445],[-13.354,-1.354],[4.607,-9.996],[0.528,-1.195],[0.843,-1.389],[0.87,-1.23],[10.683,0.677],[-2.911,7.908],[-8.089,-3.585],[3.951,-1.382],[-3.711,-4.951],[-2.793,1.939],[-0.67,1.695]],"o":[[-5.156,-0.317],[-3.644,2.126],[-0.067,0.147],[-0.452,0.173],[-0.644,0.841],[-0.525,0.973],[-1.557,1.625],[-0.944,2.094],[-2.038,6.092],[0.773,6.173],[5.452,2.445],[6.625,-3.624],[0.358,-0.438],[0.318,-0.762],[0.564,-0.787],[0.496,-0.625],[1.529,-2.409],[1.104,-2.576],[0.911,-1.976],[0.716,-2.343],[0.46,-3.398],[-0.44,-4.957],[-0.359,-0.374],[-0.075,-0.289],[-2.375,-3.294],[-6.581,-3.784],[-5.769,-3.268],[-5.783,-3.195],[-1.274,-0.737],[-1.113,-0.647],[-3.046,-1.614],[-3.068,-1.718],[-2.362,-1.333],[-2.321,-1.337],[-18.233,-10.225],[-18.56,-10.567],[-5.5,-2.982],[-6.319,-3.382],[-2.558,-1.434],[-3.078,-1.953],[-3.534,-1.981],[-3.419,-1.689],[-5.306,-0.498],[-3.519,1.44],[-0.448,0.298],[-0.296,0.362],[-0.82,0.563],[-0.94,0.274],[-3.15,2.552],[-3.257,4.195],[-1.582,2.617],[-1.644,3.228],[-1.871,5.488],[-0.842,6.058],[1.178,2.403],[0.664,2.43],[0.132,0.212],[0.425,0.141],[0.353,0.471],[0.067,0.532],[0.467,0.495],[0.722,0.497],[1.826,1.463],[2.37,1.395],[2.624,1.481],[2.313,1.328],[13.302,7.557],[13.263,7.327],[2.33,1.315],[2.342,1.348],[1.512,0.848],[1.521,0.84],[1.7,0.96],[1.668,0.782],[0.385,0.216],[0.748,0.561],[4.806,2.84],[7.561,4.265],[5.336,3.011],[25.429,14.447],[4.866,2.746],[10.924,2.512],[1.885,-1.027],[2.967,-1.706],[2.647,-1.521],[7.022,-4.027],[1.726,-0.974],[2.768,-1.555],[2.813,-1.605],[26.783,-15.729],[1.39,-0.784],[2.836,-1.593],[2.906,-1.658],[22.323,-12.867],[5.8,-3.329],[3.36,1.027],[0,-2.333],[-1.414,-1.671],[-15.429,9.227],[-2.695,1.553],[-2.824,1.611],[-2.439,1.37],[-2.723,1.558],[-1.068,0.608],[-1.45,0.829],[-15.598,9.232],[-2.616,1.481],[-2.801,1.573],[-2.812,1.604],[-16.616,9.758],[-1.885,1.027],[-2.579,1.483],[-5.165,2.969],[-13.257,6.786],[-5.486,-6.261],[1.969,-18.133],[7.86,-4.14],[12.628,3.899],[-0.285,0.619],[-0.376,0.851],[-0.979,1.613],[-5.467,7.721],[-7.881,-3.954],[2.701,-7.338],[0.419,5.752],[-3.076,1.338],[2.66,4.344],[3.002,-2.084],[3.215,-8.132]],"v":[[216,-17],[202.585,-13.849],[195,-6],[194.043,-5.511],[193,-5],[191.209,-2.069],[190,0],[186.334,5.719],[184,12],[181.763,31.406],[190,45],[209.054,42.045],[226,28],[226.993,26.057],[228,24],[229.583,21.946],[231,20],[234.856,12.41],[238,5],[240.515,-1.743],[242,-8],[242.121,-21.717],[239,-33],[238.486,-33.928],[238,-35],[223.445,-45.793],[203,-57],[185.498,-66.737],[169,-76],[165.5,-78.047],[162,-80],[152.728,-85.075],[144,-90],[136.994,-94.01],[130,-98],[74.473,-129.539],[20,-160],[2.043,-169.619],[-17,-180],[-25.572,-185.26],[-35,-191],[-45.557,-196.79],[-55,-200],[-68.016,-198.176],[-77,-193],[-78.06,-191.967],[-79,-191],[-81.798,-189.834],[-84,-189],[-93.746,-178.589],[-103,-165],[-108.054,-155.89],[-112,-147],[-116.082,-129.843],[-117,-110],[-114.492,-102.606],[-112,-96],[-111.027,-95.508],[-110,-95],[-109.518,-93.447],[-109,-92],[-107.133,-90.516],[-105,-89],[-98.401,-84.619],[-92,-81],[-84.624,-76.794],[-78,-73],[-38.009,-50.685],[1,-29],[8.021,-24.983],[15,-21],[19.582,-18.458],[24,-16],[29.053,-13.465],[34,-11],[35,-9],[38,-8],[52,0],[75,13],[89,21],[168,65],[183,72],[213,65],[217,62],[226,58],[234,53],[255,41],[259,38],[268,34],[276,29],[356,-17],[360,-20],[369,-24],[377,-29],[444,-68],[461,-78],[463,-83],[463,-90],[455,-87],[407,-59],[399,-54],[390,-50],[383,-45],[374,-41],[371,-38],[366,-36],[318,-8],[310,-3],[301,1],[293,6],[241,36],[237,39],[228,43],[212,53],[179,52],[173,24],[195,-19],[221,-29],[228,6],[227,9],[224,12],[222,17],[197,32],[193,9],[210,-3],[205,8],[200,17],[211,16],[219,4]],"c":true}],"h":1},{"t":29.529,"s":[{"i":[[-9.836,-5.891],[-5.22,3.135],[-3.626,4.643],[-3.099,7.752],[0.274,7.024],[0.703,2.778],[1.11,1.848],[2.895,2.095],[3.387,1.899],[6.117,3.243],[5.93,3.325],[2.97,1.892],[2.837,1.59],[6.187,3.282],[5.907,3.312],[3.829,2.31],[3.078,1.737],[2.251,1.287],[2.27,1.315],[7.046,3.918],[6.131,3.459],[1.466,0.808],[1.277,0.721],[0.844,0.27],[0.775,0.441],[0.149,0.433],[0.207,0.154],[0.572,0.13],[0.337,0.199],[2.297,1.313],[2.373,1.308],[6.292,3.354],[6.51,3.65],[7.082,4.061],[5.493,0.85],[3.913,-1.3],[2.391,-1.591],[4.287,-5.007],[3.668,-6.524],[1.959,-10.724],[-4.673,-9.502],[-3.065,-2.08],[-4.769,-2.674],[-3.06,-1.934],[-2.457,-1.41],[-8.609,-4.625],[-7.966,-4.566],[-3.861,-2.172],[-3.716,-2.111],[-13.252,-7.435],[-12.3,-7.049],[-2.328,-1.326],[-2.335,-1.346],[-3.924,-2.208],[-3.43,-1.935],[-2.256,-1.297],[-2.547,-1.443],[-1.505,-0.831],[-1.554,-0.87],[-1.702,-0.799],[-1.618,-0.92],[-0.15,-0.434],[-0.206,-0.154],[-0.572,-0.13],[-0.337,-0.199],[-2.294,-1.304],[-2.421,-1.365],[-3.341,-1.667],[-3.113,-0.344],[-3.586,0.895],[-3.065,0.927],[-0.398,0.457],[-0.233,0.117],[-4.082,2.208],[-3.72,2.181],[-6.991,4.124],[-6.241,3.522],[-0.883,0.29],[-0.709,0.41],[-0.148,0.432],[-0.209,0.157],[-0.572,0.13],[-0.338,0.2],[-3.658,2.067],[-2.971,1.72],[-1.1,0.629],[-1.303,0.736],[-2.327,1.331],[-2.333,1.345],[-3.921,2.198],[-3.419,1.96],[-23.834,13.788],[-23.755,13.147],[0.012,2.513],[-0.275,2.225],[1.694,-0.874],[0.611,-1.08],[4.513,-2.662],[4.113,-2.38],[2.398,-1.369],[1.894,-1.069],[0.854,-0.274],[0.791,-0.457],[0.148,-0.432],[0.209,-0.157],[0.572,-0.13],[0.337,-0.199],[1.423,-0.772],[1.571,-0.886],[2.325,-1.33],[2.31,-1.331],[24.298,-13.931],[24.225,-14.104],[9.243,-5.263],[9.084,-4.74],[3.725,-1.231],[4.441,0.835],[1.419,-0.086],[-6.924,13.814],[-1.911,2.853],[-14.057,-1.929],[5.837,-8.873],[11.028,2.013],[-12.015,-3.022],[0.992,-3.208],[-3.695,-0.044],[-1.569,2.591],[7.299,5.987],[4.295,-13.164]],"o":[[8.495,0.184],[5.22,-3.135],[3.879,-4.967],[3.099,-7.752],[-0.079,-2.042],[-0.703,-2.778],[-1.032,-1.718],[-2.895,-2.096],[-6.601,-3.701],[-6.118,-3.243],[-3.283,-1.841],[-2.97,-1.892],[-6.344,-3.558],[-6.187,-3.282],[-3.607,-2.023],[-3.829,-2.31],[-2.724,-1.537],[-2.251,-1.287],[-6.686,-3.87],[-7.046,-3.918],[-1.858,-1.049],[-1.466,-0.808],[-0.85,-0.48],[-0.844,-0.27],[-0.196,-0.112],[-0.149,-0.434],[-0.374,-0.281],[-0.572,-0.13],[-2.438,-1.44],[-2.297,-1.313],[-5.322,-2.933],[-6.292,-3.354],[-5.179,-2.904],[-7.082,-4.061],[-2.957,-0.791],[-3.913,1.3],[-5.185,3.45],[-4.287,5.007],[-4.838,8.601],[-1.959,10.724],[1.971,4.007],[3.065,2.08],[3.303,1.852],[3.06,1.934],[8.596,4.934],[8.609,4.625],[3.84,2.2],[3.861,2.172],[12.694,7.212],[13.252,7.435],[2.352,1.348],[2.328,1.327],[3.874,2.233],[3.924,2.208],[2.43,1.371],[2.256,1.297],[1.427,0.808],[1.505,0.831],[1.576,0.882],[1.702,0.799],[0.196,0.111],[0.15,0.434],[0.374,0.281],[0.572,0.13],[2.403,1.42],[2.294,1.304],[3.522,1.987],[3.341,1.667],[4.591,0.508],[3.586,-0.895],[0.174,-0.053],[0.398,-0.458],[3.952,-1.988],[4.082,-2.208],[6.793,-3.984],[6.991,-4.124],[0.759,-0.428],[0.883,-0.29],[0.199,-0.115],[0.148,-0.432],[0.375,-0.281],[0.572,-0.13],[3.395,-2.011],[3.658,-2.067],[1.295,-0.75],[1.1,-0.629],[2.358,-1.331],[2.327,-1.331],[3.899,-2.247],[3.921,-2.198],[23.909,-13.701],[23.834,-13.788],[1.774,-0.725],[-0.012,-2.513],[-0.611,-0.578],[-1.694,0.874],[-4.835,1.973],[-4.513,2.662],[-2.512,1.454],[-2.399,1.369],[-0.793,0.447],[-0.854,0.274],[-0.198,0.115],[-0.148,0.432],[-0.374,0.281],[-0.572,0.13],[-1.738,1.026],[-1.423,0.772],[-2.39,1.349],[-2.325,1.33],[-24.584,14.171],[-24.298,13.931],[-8.944,5.207],[-9.243,5.263],[-3.661,1.91],[-3.725,1.231],[-0.168,-1.165],[-17.615,-10.536],[1.969,-3.928],[6.689,-9.987],[15.123,9.249],[-5,7.599],[-9.332,-9.122],[2.355,5.219],[-0.432,1.398],[3.391,4.485],[3.934,-6.495],[-14.246,-1.49],[-4.028,12.347]],"v":[[161,63],[181.151,58.121],[194,46],[205.115,26.043],[210,3],[208.773,-4.646],[206,-12],[199.766,-17.864],[190,-24],[170.997,-34.282],[153,-44],[143.665,-49.688],[135,-55],[116.172,-65.184],[98,-75],[86.604,-81.714],[76,-88],[68.66,-92.167],[62,-96],[41.083,-107.808],[21,-119],[16.064,-121.746],[12,-124],[9.444,-125.029],[7,-126],[6.508,-126.968],[6,-128],[4.472,-128.561],[3,-129],[-4.048,-133.1],[-11,-137],[-28.609,-146.462],[-48,-157],[-67.265,-168.541],[-87,-177],[-97.924,-175.786],[-108,-171],[-122.138,-158.305],[-134,-141],[-145.133,-111.175],[-142,-80],[-134.599,-71.501],[-123,-65],[-113.366,-59.168],[-105,-54],[-79.028,-39.724],[-54,-26],[-42.407,-19.433],[-31,-13],[8.295,9.122],[47,31],[54.013,35.001],[61,39],[72.833,45.724],[84,52],[90.912,55.946],[98,60],[102.404,62.454],[107,65],[111.969,67.471],[117,70],[117.492,70.967],[118,72],[119.528,72.561],[121,73],[127.987,77.041],[135,81],[145.306,86.732],[155,90],[167.145,89.076],[177,86],[177.956,85.048],[179,84],[191.174,77.645],[203,71],[223.914,58.653],[244,47],[246.538,45.987],[249,45],[249.492,44.031],[250,43],[251.528,42.439],[253,42],[263.818,35.782],[274,30],[277.494,27.989],[281,26],[288.019,22.011],[295,18],[306.859,11.284],[318,5],[389.616,-36.416],[461,-77],[463.124,-82.376],[463,-90],[459,-89.243],[455,-86],[440.958,-78.806],[428,-71],[420.537,-66.711],[414,-63],[411.499,-62.008],[409,-61],[408.508,-60.032],[408,-59],[406.472,-58.439],[405,-58],[400.375,-55.395],[396,-53],[388.94,-48.987],[382,-45],[308.73,-2.95],[236,39],[208.605,54.85],[181,70],[170.085,75.059],[158,76],[155,75],[151,22],[158,12],[190,-6],[190,35],[166,49],[177,19],[172,31],[174,34],[183,29],[184,6],[155,32]],"c":true}],"h":1},{"t":30.059,"s":[{"i":[[1.779,3.736],[4.295,-3.449],[2.524,-5.19],[-0.121,-6.3],[-5.89,-2.916],[-4.234,2.465],[-2.713,2.858],[-1.238,1.146],[-0.81,1.112],[-2.227,7.446],[0.997,6.605],[0.547,1.667],[0.625,1.104],[0.434,0.15],[0.154,0.206],[0.067,0.533],[0.377,0.399],[1.522,0.67],[1.57,0.9],[3.975,2.236],[3.454,1.965],[6.042,3.578],[5.195,2.913],[6.158,3.266],[5.787,3.245],[2.283,1.456],[1.709,0.964],[1.492,0.822],[1.273,0.718],[0.879,0.29],[0.721,0.409],[0.15,0.434],[0.206,0.154],[0.58,0.138],[0.32,0.178],[19.806,11.192],[19.414,10.954],[1.461,0.805],[1.372,0.774],[0.879,0.29],[0.719,0.409],[0.15,0.434],[0.206,0.154],[0.572,0.13],[0.337,0.199],[4.756,1.535],[4.604,-2.132],[2.886,-1.947],[2.952,-1.882],[3.522,-5.026],[2.863,-6.489],[1.355,-7.056],[-1.204,-6.469],[-1.028,-2.448],[-0.593,-0.619],[-0.092,-0.32],[-0.315,-0.389],[-3.052,-1.821],[-3.305,-1.88],[-6.218,-3.526],[-5.777,-3.282],[-33.28,-18.717],[-34.261,-19.465],[-4.081,-2.305],[-3.066,-1.731],[-2.692,-1.088],[-2.635,-0.182],[-2.399,0.363],[-2.179,0.701],[-3.314,1.987],[-3.435,1.988],[-29.778,16.872],[-28.502,16.502],[-1.978,1.162],[-2.096,1.199],[-4.841,2.758],[-4.091,2.369],[-1.99,1.174],[-2.07,1.165],[-4.844,2.77],[-4.069,2.356],[-2.001,1.18],[-2.01,1.132],[-5.101,2.921],[-5.392,2.387],[-0.246,2.587],[-0.01,2.822],[1.235,-0.766],[0.731,-0.454],[2.171,-1.102],[2.029,-1.169],[34.182,-19.534],[33.524,-19.41],[0.295,-0.381],[0.357,-0.206],[1.878,-0.751],[1.763,-1.004],[0.315,-0.394],[0.424,-0.245],[1.287,-0.843],[1.308,-0.734],[1.894,-0.766],[1.881,-1.07],[0.315,-0.394],[0.424,-0.245],[0.842,-0.507],[0.616,-0.383],[0.49,-0.095],[0.552,-0.317],[6.449,-3.868],[7.571,-4.148],[4.217,-1.603],[4.05,0.648],[2.592,3.47],[0.498,4.459],[-2.961,7.328],[-3.1,4.228],[-4.925,3.417],[-5.612,-1.333],[-0.031,-6.113],[1.687,-3.99],[3.674,-3.477],[6.911,-0.427],[-1.499,5.62],[-4.78,0.709],[0.479,-1.625],[-3.113,1.58],[-1.215,0.312],[-0.599,0.859]],"o":[[-5.297,-0.985],[-4.295,3.449],[-2.376,4.885],[0.121,6.3],[6.352,1.718],[4.234,-2.465],[1.238,-1.304],[1.238,-1.146],[4.088,-5.611],[2.227,-7.446],[-0.185,-1.227],[-0.547,-1.667],[-0.111,-0.194],[-0.434,-0.15],[-0.353,-0.471],[-0.067,-0.532],[-1.343,-1.422],[-1.522,-0.67],[-3.648,-2.091],[-3.975,-2.236],[-6.636,-3.776],[-6.042,-3.578],[-6.582,-3.691],[-6.158,-3.266],[-2.159,-1.21],[-2.283,-1.456],[-1.758,-0.992],[-1.492,-0.822],[-0.765,-0.431],[-0.879,-0.29],[-0.195,-0.111],[-0.15,-0.434],[-0.358,-0.269],[-0.58,-0.138],[-20.361,-11.277],[-19.806,-11.192],[-1.784,-1.007],[-1.461,-0.805],[-0.764,-0.431],[-0.879,-0.29],[-0.196,-0.112],[-0.15,-0.434],[-0.374,-0.281],[-0.572,-0.13],[-3.374,-1.993],[-4.756,-1.535],[-3.503,1.331],[-2.886,1.947],[-3.05,3.405],[-3.522,5.026],[-2.782,6.306],[-1.355,7.056],[0.296,1.59],[1.028,2.448],[0.317,0.33],[0.092,0.32],[1.487,1.835],[3.052,1.821],[6.35,3.612],[6.218,3.526],[34.618,19.668],[33.28,18.717],[3.608,2.05],[4.081,2.305],[2.599,1.466],[2.692,1.088],[2.224,0.154],[2.399,-0.363],[3.308,-1.064],[3.314,-1.987],[29.387,-17.012],[29.778,-16.872],[1.99,-1.152],[1.978,-1.162],[4.545,-2.599],[4.841,-2.758],[1.969,-1.14],[1.99,-1.174],[4.555,-2.564],[4.844,-2.77],[1.986,-1.15],[2.001,-1.18],[5.202,-2.928],[5.101,-2.921],[2.005,-0.828],[0.246,-2.587],[-1.329,-0.519],[-1.235,0.766],[-2.288,1.422],[-2.171,1.102],[-33.75,19.453],[-34.181,19.534],[-0.464,0.269],[-0.295,0.381],[-1.724,0.992],[-1.878,0.751],[-0.317,0.18],[-0.315,0.394],[-1.543,0.893],[-1.287,0.843],[-1.543,0.867],[-1.894,0.766],[-0.317,0.18],[-0.315,0.394],[-1.015,0.587],[-0.842,0.507],[-0.489,0.304],[-0.49,0.095],[-7.632,4.38],[-6.449,3.868],[-4.082,2.237],[-4.217,1.603],[-4.134,-0.661],[-2.592,-3.47],[-0.944,-8.459],[2.961,-7.328],[2.686,-3.663],[4.925,-3.417],[6.561,1.559],[0.032,6.113],[-2.394,5.664],[-3.674,3.477],[-4.778,-2.809],[1.499,-5.62],[1.802,1.078],[-0.479,1.625],[1.541,-0.891],[1.215,-0.312],[2.758,-3.957]],"v":[[152,29],[137.42,33.369],[127,47],[122.801,64.976],[131,80],[146.73,77.932],[157,69],[160.821,65.356],[164,62],[173.813,41.746],[176,20],[174.83,15.407],[173,11],[172.033,10.508],[171,10],[170.519,8.447],[170,7],[165.671,4.109],[161,2],[149.355,-4.594],[138,-11],[118.919,-22.147],[102,-32],[82.904,-42.334],[65,-52],[58.162,-56.185],[52,-60],[47.136,-62.706],[43,-65],[40.467,-66.017],[38,-67],[37.508,-67.967],[37,-69],[35.472,-69.568],[34,-70],[-26.21,-103.742],[-85,-137],[-89.809,-139.674],[-94,-142],[-96.534,-143.017],[-99,-144],[-99.492,-144.968],[-100,-146],[-101.528,-146.561],[-103,-147],[-115.577,-153.094],[-130,-153],[-139.413,-147.913],[-148,-142],[-158.141,-129.313],[-168,-112],[-174.49,-91.622],[-175,-71],[-172.723,-64.271],[-170,-59],[-169.499,-58.044],[-169,-57],[-161.864,-51.534],[-152,-46],[-133.071,-35.252],[-115,-25],[-13.732,32.153],[87,89],[98.906,95.74],[110,102],[117.973,105.963],[126,108],[133.034,107.641],[140,106],[149.905,101.193],[160,95],[249.164,44.117],[337,-6],[342.921,-9.465],[349,-13],[363.34,-21.173],[377,-29],[382.925,-32.482],[389,-36],[403.365,-44.156],[417,-52],[422.982,-55.514],[429,-59],[444.358,-67.906],[460,-76],[462.996,-81.504],[463,-90],[459.052,-89.23],[456,-87],[449.305,-83.31],[443,-80],[340.831,-21.467],[239,37],[237.92,38.048],[237,39],[231.53,41.491],[226,44],[225.081,44.951],[224,46],[219.824,48.619],[216,51],[210.753,53.348],[205,56],[204.081,56.951],[203,58],[200.201,59.653],[198,61],[196.547,61.491],[195,62],[174.455,74.174],[154,86],[141.476,92.163],[129,94],[118.773,87.349],[114,75],[117.967,50.827],[128,33],[139.806,21.253],[156,17],[164.686,30.176],[161,47],[152.387,60.928],[137,67],[132.832,52.425],[143,41],[143.517,45.994],[146,47],[150.207,45.476],[153,44]],"c":true}],"h":1},{"t":30.588,"s":[{"i":[[-10.124,-5.63],[-2.028,0.383],[-1.773,0.692],[-0.57,0.53],[-0.841,0.536],[-0.945,0.285],[-0.438,0.362],[-2.054,2.713],[-0.939,1.621],[-1.591,6.123],[0.575,7.957],[-0.006,0.743],[0.903,1.78],[2.741,1.933],[4.036,2.293],[3.947,2.229],[3.359,1.896],[2.348,1.352],[2.263,1.269],[2.756,1.542],[2.229,1.29],[1.091,0.635],[1.333,0.706],[2.283,1.333],[2.363,1.338],[1.496,0.826],[1.49,0.834],[1.688,0.797],[1.622,0.904],[0.151,0.435],[0.203,0.152],[0.586,0.144],[0.309,0.164],[0.887,0.301],[0.746,0.422],[0.15,0.434],[0.205,0.154],[0.572,0.13],[0.337,0.2],[4.886,2.776],[3.977,2.244],[2.267,1.296],[2.232,1.292],[6.08,3.434],[6.105,3.459],[3.199,1.62],[3.319,1.886],[10.719,6.076],[8.786,4.958],[1.68,0.996],[0.892,0.232],[2.31,-0.3],[0.871,-0.291],[8.156,-13.952],[-1.113,-18.027],[-0.221,-1.622],[-0.882,-1.706],[-0.442,-0.159],[-0.142,-0.189],[-0.078,-0.536],[-0.345,-0.398],[-3.99,-2.255],[-3.342,-1.87],[-1.691,-0.793],[-1.574,-0.895],[-0.149,-0.434],[-0.207,-0.154],[-0.572,-0.13],[-0.337,-0.199],[-2.311,-1.313],[-2.346,-1.323],[-3.998,-2.262],[-3.12,-1.76],[-0.884,-0.293],[-0.755,-0.428],[-0.15,-0.434],[-0.206,-0.154],[-0.58,-0.138],[-0.321,-0.178],[-7.072,-4.081],[-6.573,-3.724],[-7.111,-4.012],[-4.763,-2.671],[-4.455,-2.579],[-2.665,-1.412],[-4.851,-2.72],[-24.572,-13.98],[-6.355,-0.308],[-9.605,5.386],[-6.217,4.028],[-5.159,2.325],[-0.415,0.236],[-3.718,2.143],[-22.47,13.007],[-11.292,6.481],[-15.525,8.988],[-10.307,4.647],[-0.415,0.236],[-4.073,2.317],[-0.744,0.482],[-5.293,2.386],[-0.415,0.236],[-3.796,2.229],[-12.107,7.009],[-3.303,2.237],[-0.657,6.395],[3.127,-1.756],[3.937,-2.279],[6.805,-4.23],[1.877,-0.846],[0.415,-0.236],[3.903,-2.249],[69.512,-39.893],[6.648,-4.307],[6.797,-3.935],[0.696,-0.388],[5.979,-3.358],[3.675,-1.556],[4.584,0.606],[-2.985,14.136],[-4.795,5.847],[-2,-19.985],[2.116,-4.612],[12.597,3.116],[-6.138,2.086],[-2.506,1.323],[-0.429,1.904],[2.374,3.104],[3.725,-9.19]],"o":[[2.114,0.225],[2.028,-0.383],[0.879,-0.343],[0.57,-0.53],[0.784,-0.499],[0.945,-0.285],[1.846,-1.525],[2.054,-2.713],[3.213,-5.549],[1.591,-6.123],[-1.123,-0.248],[0.006,-0.743],[-1.002,-1.977],[-2.741,-1.933],[-3.853,-2.189],[-3.947,-2.229],[-2.344,-1.323],[-2.348,-1.352],[-2.748,-1.541],[-2.756,-1.542],[-1.302,-0.754],[-1.091,-0.635],[-2.507,-1.329],[-2.283,-1.333],[-1.523,-0.863],[-1.497,-0.826],[-1.627,-0.91],[-1.688,-0.797],[-0.191,-0.107],[-0.152,-0.435],[-0.348,-0.261],[-0.586,-0.144],[-0.707,-0.374],[-0.887,-0.301],[-0.194,-0.11],[-0.15,-0.434],[-0.374,-0.281],[-0.572,-0.13],[-4.477,-2.651],[-4.886,-2.776],[-2.698,-1.523],[-2.267,-1.296],[-6.576,-3.807],[-6.08,-3.434],[-2.885,-1.635],[-3.199,-1.62],[-8.34,-4.738],[-10.719,-6.076],[-1.388,-0.784],[-1.68,-0.996],[-1.889,-0.491],[-2.31,0.3],[-12.489,4.164],[-8.156,13.952],[1.233,0.805],[0.221,1.622],[0.091,0.177],[0.442,0.159],[0.344,0.457],[0.078,0.536],[2.696,3.111],[3.991,2.255],[1.663,0.931],[1.691,0.793],[0.195,0.111],[0.15,0.433],[0.374,0.28],[0.572,0.13],[2.411,1.425],[2.311,1.313],[3.887,2.192],[3.998,2.262],[0.709,0.4],[0.884,0.293],[0.195,0.111],[0.15,0.434],[0.358,0.268],[0.58,0.139],[7.137,3.953],[7.072,4.081],[8.151,4.617],[4.842,2.732],[5.303,2.974],[2.604,1.508],[4.935,2.616],[25.012,14.026],[8.061,4.586],[7.868,0.382],[7.833,-4.393],[5.725,-3.71],[0.351,-0.158],[4.049,-2.304],[23.343,-13.455],[11.712,-6.78],[15.362,-8.817],[10.526,-6.093],[0.351,-0.158],[4.038,-2.297],[0.57,-0.324],[5.706,-3.697],[0.351,-0.158],[3.803,-2.164],[12.039,-7.07],[3.959,-2.292],[3.763,-2.548],[-4.242,-0.597],[-3.951,2.219],[-7.898,4.572],[-2.489,1.547],[-0.351,0.158],[-3.897,2.217],[-69.434,40.022],[-7.765,4.456],[-7.345,4.759],[-0.91,0.527],[-6.061,3.38],[-3.77,2.117],[-5.057,2.141],[-12.549,-1.659],[1.678,-7.946],[9.804,-11.957],[0.615,6.145],[-5.277,11.503],[-3.807,-6.086],[1.572,-3.656],[-0.154,-2.488],[1.223,-2.634],[-10.192,-0.446],[-3.986,9.832]],"v":[[101,99],[107.256,98.689],[113,97],[115.028,95.645],[117,94],[119.76,92.897],[122,92],[128.18,85.072],[133,78],[140.341,60.806],[142,40],[140.835,38.649],[140,35],[134.275,29.237],[124,23],[112.13,16.28],[101,10],[93.939,5.96],[87,2],[78.611,-2.688],[71,-7],[67.523,-9.036],[64,-11],[56.892,-14.992],[50,-19],[45.475,-21.522],[41,-24],[35.997,-26.505],[31,-29],[30.508,-29.966],[30,-31],[28.471,-31.572],[27,-32],[24.53,-32.964],[22,-34],[21.508,-34.967],[21,-36],[19.472,-36.561],[18,-37],[3.625,-45.305],[-10,-53],[-17.35,-57.173],[-24,-61],[-42.854,-71.761],[-61,-82],[-70.175,-86.812],[-80,-92],[-109.665,-108.835],[-140,-126],[-144.872,-128.914],[-149,-131],[-155.763,-131.086],[-161,-130],[-193.201,-101.397],[-205,-52],[-203.236,-48.176],[-202,-43],[-201.038,-42.509],[-200,-42],[-199.501,-40.455],[-199,-39],[-188.485,-31.07],[-177,-25],[-171.933,-22.474],[-167,-20],[-166.508,-19.032],[-166,-18],[-164.472,-17.439],[-163,-17],[-155.951,-12.924],[-149,-9],[-136.925,-2.176],[-126,4],[-123.535,4.979],[-121,6],[-120.508,6.967],[-120,8],[-118.472,8.568],[-117,9],[-95.577,21.172],[-75,33],[-51,46],[-37,54],[-21,63],[-14,67],[0,75],[75,117],[96,126],[123,117],[148,102],[167,92],[168,90],[180,84],[250,44],[285,24],[331,-3],[364,-21],[365,-23],[378,-29],[380,-31],[399,-41],[400,-43],[412,-49],[447,-69],[461,-77],[463,-90],[453,-85],[441,-79],[416,-64],[409,-61],[408,-59],[396,-53],[193,64],[168,78],[145,91],[143,93],[125,102],[114,109],[99,112],[85,80],[98,53],[131,52],[127,68],[104,84],[109,65],[113,66],[115,61],[118,52],[96,70]],"c":true}],"h":1},{"t":31.117,"s":[{"i":[[-10.177,-5.539],[-5.957,6.368],[-2.614,7.709],[-0.322,4.556],[1.358,3.617],[3.763,2.524],[2.672,1.508],[1.512,0.834],[1.203,0.678],[0.848,0.275],[0.761,0.424],[0.151,0.435],[0.203,0.152],[0.586,0.144],[0.309,0.163],[0.886,0.301],[0.748,0.422],[0.15,0.434],[0.205,0.154],[0.572,0.13],[0.337,0.199],[1.418,0.783],[1.606,0.852],[3.068,1.718],[2.683,1.514],[3.125,1.719],[2.587,1.482],[2.132,1.362],[2.199,1.249],[20.336,11.387],[19.459,10.98],[1.492,0.823],[1.273,0.718],[1.476,0.81],[1.317,0.755],[6.781,3.647],[6.894,3.41],[2.79,0.197],[1.938,-0.463],[7.942,-13.517],[-0.846,-16.05],[-0.524,-2.116],[-0.847,-1.419],[-0.429,-0.145],[-0.161,-0.215],[-0.061,-0.531],[-0.397,-0.398],[-0.391,-0.163],[-0.234,-0.145],[-1.77,-1.166],[-2.11,-1.221],[-1.51,-0.829],[-1.545,-0.864],[-1.702,-0.804],[-1.548,-0.863],[-0.151,-0.435],[-0.202,-0.152],[-0.586,-0.144],[-0.309,-0.163],[-0.887,-0.301],[-0.746,-0.422],[-0.15,-0.434],[-0.205,-0.154],[-0.572,-0.13],[-0.338,-0.2],[-6.99,-3.963],[-6.801,-3.864],[-3.197,-1.619],[-3.115,-1.765],[-18.268,-10.405],[-18.718,-10.496],[-9.839,-5.417],[-8.818,-4.945],[-3.211,-1.638],[-3.073,-0.157],[-4.752,1.87],[-4.916,2.729],[-4.062,2.414],[-3.445,1.952],[-24.25,13.987],[-23.639,13.685],[-3.995,2.344],[-4.008,2.3],[-3.943,2.071],[-3.525,1.589],[-0.154,0.451],[-0.207,0.118],[-2.237,0.923],[-2.014,1.146],[-0.336,0.399],[-0.372,0.241],[-1.717,0.772],[-1.534,0.88],[-0.804,0.738],[-0.852,0.513],[-2.227,1.28],[-4.167,2.34],[-2.697,1.216],[-0.415,0.236],[-4.106,2.336],[-0.744,0.482],[-2.976,1.671],[-1.739,1.014],[-2.184,1.264],[-1.745,1.017],[-2.238,1.284],[-12.898,5.874],[0.007,3.34],[0,3.333],[1.378,-0.741],[4.408,-1.987],[0.415,-0.236],[3.921,-2.303],[19.165,-11.047],[30.696,-17.77],[33.396,-19.333],[18.482,-10.47],[7.039,-5.551],[4.641,-2.035],[6.943,1.324],[-1.428,12.707],[-5.43,7.145],[-9.49,-0.724],[3.584,-8.423],[9.562,3.72],[-2.956,2.955],[-1.486,1.181],[-0.101,3.101],[0.762,-2.949]],"o":[[9.558,0.182],[5.957,-6.368],[1.072,-3.16],[0.322,-4.556],[-1.275,-3.395],[-3.763,-2.524],[-1.748,-0.986],[-1.512,-0.834],[-0.846,-0.477],[-0.848,-0.275],[-0.191,-0.107],[-0.151,-0.435],[-0.347,-0.261],[-0.586,-0.144],[-0.708,-0.375],[-0.886,-0.301],[-0.194,-0.11],[-0.15,-0.434],[-0.374,-0.28],[-0.572,-0.13],[-1.72,-1.017],[-1.418,-0.783],[-3.046,-1.614],[-3.068,-1.718],[-2.912,-1.643],[-3.125,-1.719],[-2.274,-1.303],[-2.132,-1.362],[-20.195,-11.473],[-20.336,-11.387],[-1.758,-0.992],[-1.492,-0.822],[-1.781,-1.005],[-1.476,-0.81],[-6.981,-4.001],[-6.781,-3.647],[-1.901,-2.673],[-2.79,-0.197],[-12.079,2.883],[-7.942,13.516],[1.058,1.117],[0.524,2.116],[0.122,0.204],[0.429,0.145],[0.358,0.477],[0.061,0.531],[0.202,0.201],[0.391,0.163],[1.811,1.114],[1.77,1.166],[1.417,0.82],[1.51,0.829],[1.644,0.92],[1.702,0.804],[0.192,0.107],[0.151,0.435],[0.347,0.26],[0.586,0.144],[0.707,0.375],[0.887,0.301],[0.195,0.11],[0.15,0.434],[0.375,0.281],[0.572,0.13],[7.238,4.285],[6.99,3.963],[3.094,1.758],[3.198,1.619],[19.211,10.883],[18.268,10.405],[7.826,4.388],[9.839,5.417],[4.082,2.289],[3.211,1.639],[4.075,0.209],[4.752,-1.87],[4.307,-2.391],[4.062,-2.414],[25.362,-14.368],[24.25,-13.987],[4.013,-2.323],[3.995,-2.344],[3.704,-2.126],[3.943,-2.071],[0.175,-0.079],[0.154,-0.451],[2.039,-1.16],[2.237,-0.923],[0.285,-0.162],[0.336,-0.399],[1.596,-1.034],[1.717,-0.772],[0.933,-0.534],[0.804,-0.738],[2.162,-1.301],[4.146,-2.383],[3.367,-1.891],[0.351,-0.158],[4.189,-2.383],[0.57,-0.324],[3.238,-2.098],[1.753,-0.985],[2.216,-1.292],[1.748,-1.012],[2.19,-1.276],[12.509,-7.179],[0.983,-2.35],[0,-3.333],[-2.046,-1.351],[-5.302,2.85],[-0.351,0.158],[-3.878,2.207],[-18.984,11.148],[-30.397,17.52],[-34.336,19.877],[-18.904,10.943],[-7.718,4.372],[-4.883,1.749],[-4.324,1.896],[-9.923,-1.892],[0.96,-8.547],[5.99,-7.881],[9.813,4.269],[-3.49,8.202],[-2.45,-3.476],[-0.468,-3.135],[-0.777,-2.223],[-2.338,-1.946],[-7.142,6.834]],"v":[[70,117],[93.208,106.418],[106,84],[108.323,71.843],[107,59],[98.547,50.085],[88,44],[83.091,41.269],[79,39],[76.437,37.961],[74,37],[73.508,36.034],[73,35],[71.471,34.427],[70,34],[67.53,33.036],[65,32],[64.508,31.033],[64,30],[62.472,29.439],[61,29],[56.415,26.376],[52,24],[42.728,18.925],[34,14],[24.756,8.88],[16,4],[9.443,-0.04],[3,-4],[-58.052,-38.37],[-118,-72],[-122.864,-74.706],[-127,-77],[-131.848,-79.688],[-136,-82],[-156.566,-93.443],[-177,-104],[-184.473,-107.852],[-192,-107],[-223.194,-80.375],[-235,-34],[-232.841,-28.727],[-231,-23],[-230.029,-22.508],[-229,-22],[-228.53,-20.44],[-228,-19],[-227.025,-18.457],[-226,-18],[-220.724,-14.58],[-215,-11],[-210.596,-8.533],[-206,-6],[-200.928,-3.457],[-196,-1],[-195.508,-0.034],[-195,1],[-193.471,1.573],[-192,2],[-189.53,2.964],[-187,4],[-186.508,4.967],[-186,6],[-184.472,6.561],[-183,7],[-161.672,19.316],[-141,31],[-131.516,35.995],[-122,41],[-66.131,72.79],[-11,104],[16.256,119.083],[45,135],[55.756,141.099],[65,144],[78.369,141.203],[93,134],[105.647,126.67],[117,120],[191.292,77.488],[263,36],[275.004,28.983],[287,22],[298.634,15.597],[310,10],[310.476,9.029],[311,8],[317.519,4.989],[324,2],[324.935,1.059],[326,0],[331.046,-2.615],[336,-5],[338.56,-7.016],[341,-9],[348,-12],[360,-20],[371,-25],[372,-27],[385,-33],[387,-35],[397,-40],[402,-44],[409,-47],[414,-51],[421,-54],[458,-75],[463,-80],[463,-90],[458,-88],[442,-80],[441,-78],[429,-72],[372,-39],[280,14],[176,73],[119,106],[96,120],[83,126],[67,130],[55,103],[66,77],[90,63],[94,88],[74,102],[75,90],[79,86],[77,79],[70,85]],"c":true}],"h":1},{"t":31.647,"s":[{"i":[[-0.454,3.025],[-0.115,2.115],[1.144,0.856],[0.468,-0.199],[0.124,-0.543],[3.102,-1.624],[2.576,-1.161],[0.155,-0.451],[0.206,-0.118],[0.667,-0.069],[0.668,-0.343],[0.438,-0.581],[0.567,-0.327],[1.219,-0.445],[1.058,-0.608],[1.855,-1.037],[1.655,-0.746],[0.155,-0.451],[0.206,-0.118],[0.667,-0.069],[0.668,-0.343],[0.453,-0.589],[0.633,-0.36],[1.171,-0.425],[1.178,-0.651],[1.004,-0.719],[1.049,-0.608],[2.885,-1.378],[1.275,-1.221],[0.246,-0.06],[0.588,-0.349],[3.816,-2.365],[3.709,-2.148],[17.745,-9.954],[17.984,-10.321],[1.906,-1.065],[1.606,-0.724],[0.155,-0.451],[0.206,-0.118],[2.388,-1.111],[2.275,-1.306],[3.076,-1.767],[2.751,-1.24],[0.155,-0.451],[0.206,-0.118],[0.667,-0.069],[0.668,-0.343],[0.453,-0.59],[0.587,-0.334],[1.24,-0.464],[0.987,-0.545],[0.96,-0.695],[1.069,-0.618],[2.885,-1.378],[1.275,-1.221],[0.829,-0.425],[0.844,-0.493],[16.484,-9.497],[16.609,-9.409],[5.199,-2.194],[4.468,1.456],[0.248,7.497],[-2.683,5.829],[-4.699,4.216],[-7.32,-1.13],[-0.477,-2.704],[0.603,-2.523],[2.797,-3.627],[4.748,-0.041],[-0.233,2.907],[3.671,0.362],[0.762,-2.404],[0.489,-2.678],[-1.109,-2.224],[-1.964,-1.37],[-4.287,2.797],[-3.183,4.674],[-1.894,6.826],[2.12,5.957],[2.673,2.158],[3.449,1.959],[16.024,9.117],[12.641,7.243],[11.211,6.326],[5.306,3.04],[4.667,2.651],[14.386,8.05],[3.335,1.859],[0.405,0.304],[0.618,0.327],[4.727,2.651],[6.547,3.725],[5.746,-0.037],[3.249,-3.039],[3.916,-5.346],[1.329,-12.332],[-1.934,-4.276],[-0.25,-0.333],[-0.645,-0.788],[-2.878,-1.789],[-1.082,-0.638],[-6.709,-3.844],[-11.285,-6.367],[-4.747,-2.689],[-2.937,-1.643],[-3.244,-1.808],[-0.405,-0.304],[-0.618,-0.327],[-1.493,-0.845],[-0.41,-0.308],[-0.674,-0.399],[-1.539,-0.875],[-5.95,-3.313],[-1.539,-0.882],[-11.254,-6.351],[-4.747,-2.689],[-24.735,-14.073],[-6.77,-0.081],[-9.426,5.433],[-4.446,2.607],[-2.414,2.313],[-1.176,0.699],[-15.684,9.04],[-32.232,18.578],[-47.568,27.3],[-4.553,2.621],[-0.044,0.042],[-1.176,0.699],[-12.873,7.89]],"o":[[-0.317,-1.684],[0.115,-2.115],[-0.006,0.661],[-0.468,0.199],[-3.015,1.343],[-3.102,1.624],[-0.174,0.079],[-0.155,0.451],[-0.664,0.382],[-0.667,0.069],[-0.682,0.35],[-0.438,0.581],[-1.065,0.614],[-1.219,0.445],[-1.923,1.106],[-1.855,1.037],[-0.174,0.078],[-0.155,0.451],[-0.664,0.383],[-0.667,0.069],[-0.554,0.285],[-0.453,0.589],[-1.139,0.648],[-1.171,0.425],[-0.937,0.517],[-1.004,0.719],[-2.186,1.266],[-2.885,1.378],[-0.427,0.409],[-0.246,0.06],[-4.025,2.392],[-3.816,2.365],[-17.036,9.861],[-17.745,9.954],[-1.77,1.016],[-1.906,1.065],[-0.174,0.078],[-0.155,0.451],[-2.174,1.252],[-2.388,1.111],[-2.945,1.691],[-3.076,1.767],[-0.174,0.078],[-0.155,0.451],[-0.665,0.383],[-0.667,0.069],[-0.601,0.308],[-0.453,0.59],[-1.053,0.599],[-1.24,0.464],[-1.09,0.602],[-0.96,0.695],[-2.186,1.266],[-2.885,1.378],[-0.841,0.806],[-0.829,0.425],[-16.457,9.603],[-16.484,9.497],[-4.735,2.682],[-5.199,2.194],[-6.692,-2.181],[-0.248,-7.497],[2.883,-6.265],[4.699,-4.216],[2.695,1.66],[0.477,2.704],[-1.063,4.448],[-2.797,3.627],[-3.26,-1.01],[0.233,-2.907],[-2.462,0.704],[-0.762,2.404],[-0.401,3.734],[1.109,2.224],[5.669,-0.139],[4.287,-2.797],[2.546,-3.739],[1.894,-6.826],[-0.858,-2.409],[-2.673,-2.158],[-18.914,-10.746],[-13.733,-7.814],[-12.04,-6.899],[-5.982,-3.375],[-4.756,-2.725],[-14.142,-8.034],[-3.296,-1.844],[-0.383,-0.214],[-0.695,-0.521],[-5.627,-2.983],[-5.228,-2.932],[-7.954,-4.525],[-6.181,0.04],[-3.762,3.52],[-6.574,8.975],[-0.793,7.365],[0.136,0.301],[0.671,0.895],[2.774,3.39],[0.968,0.602],[8.524,5.028],[12.228,7.007],[4.745,2.677],[2.956,1.675],[3.253,1.82],[0.383,0.214],[0.695,0.521],[1.414,0.749],[0.389,0.22],[0.749,0.562],[1.518,0.899],[6.9,3.92],[1.464,0.815],[12.028,6.892],[4.745,2.678],[25.212,14.282],[7.908,4.499],[8.524,0.102],[4.586,-2.643],[4.71,-2.762],[0.854,-0.819],[16.353,-9.717],[40.732,-23.478],[49.394,-28.471],[4.584,-2.631],[-0.083,0.048],[0.854,-0.818],[13.782,-8.189],[2.052,-1.258]],"v":[[463,-80],[463.121,-86.121],[462,-91],[461.088,-89.912],[460,-89],[450.67,-84.364],[442,-80],[441.524,-79.03],[441,-78],[439.002,-77.47],[437,-77],[435.414,-75.482],[434,-74],[430.495,-72.496],[427,-71],[421.299,-67.73],[416,-65],[415.524,-64.03],[415,-63],[413.002,-62.47],[411,-62],[409.559,-60.557],[408,-59],[404.529,-57.502],[401,-56],[398.084,-54.068],[395,-52],[386.817,-47.967],[380,-44],[379.121,-43.455],[378,-43],[366.263,-35.817],[355,-29],[302.711,0.655],[249,31],[243.377,34.219],[238,37],[237.524,37.97],[237,39],[230.076,42.459],[223,46],[213.855,51.338],[205,56],[204.524,56.97],[204,58],[202.002,58.53],[200,59],[198.489,60.481],[197,62],[193.451,63.54],[190,65],[186.984,66.988],[184,69],[175.817,73.033],[169,77],[166.503,78.735],[164,80],[114.614,108.646],[65,137],[49.8,145.104],[35,147],[25.469,130.736],[30,109],[41.172,92.453],[59,87],[63.474,93.852],[63,102],[57.264,114.805],[46,121],[43.308,114.014],[40,108],[35.52,113.019],[34,121],[35.226,129.774],[40,135],[54.865,130.401],[66,119],[73.5,102.163],[74,82],[68.444,75.163],[59,69],[3,38],[-38,15],[-75,-6],[-93,-16],[-107,-24],[-153,-50],[-163,-55],[-164,-57],[-167,-58],[-181,-66],[-200,-76],[-220,-85],[-239,-76],[-249,-65],[-264,-30],[-262,-7],[-260,-6],[-259,-3],[-249,5],[-246,6],[-223,19],[-186,40],[-172,48],[-163,53],[-153,58],[-152,60],[-149,61],[-144,63],[-143,65],[-140,66],[-135,69],[-116,80],[-111,82],[-74,103],[-60,111],[15,153],[36,162],[65,150],[78,142],[93,134],[95,133],[145,104],[251,43],[397,-41],[411,-48],[412,-49],[414,-50],[457,-75]],"c":true}],"h":1},{"t":32.177,"s":[{"i":[[-0.855,3.145],[0,1.667],[0,1.666],[0.137,0.197],[0.425,-0.092],[0.468,-0.199],[0.124,-0.543],[9.243,-5.464],[9.328,-5.353],[16.703,-9.362],[15.811,-9.153],[7.007,-3.986],[6.865,-3.939],[5.017,-2.976],[4.901,-2.209],[0.155,-0.451],[0.206,-0.119],[0.637,-0.291],[0.709,-0.407],[17.692,-9.923],[17.495,-10.127],[9.334,-5.311],[9.436,-5.416],[4.691,-2.674],[4.736,-2.718],[5.213,-2.738],[6.287,0.742],[1.564,3.169],[0.036,3.762],[-1.432,4.522],[-1.306,1.363],[-0.298,0.539],[-0.407,0.425],[-3.715,2.636],[-4.62,-2.177],[-0.02,-3.054],[1.079,-2.824],[1.968,-2.086],[2.062,-0.865],[0.701,0.966],[1.123,0.544],[1.164,0.695],[0.117,-2.394],[-0.845,-3.03],[-2.858,-0.796],[-2.086,0.471],[-0.468,0.448],[-0.246,0.06],[-0.588,0.35],[-2.141,2.45],[-1.121,1.826],[-1.299,5.714],[1.766,4.96],[3.847,2.436],[3.442,1.972],[2.422,1.385],[2.021,1.148],[12.728,7.165],[13.029,7.352],[4.707,2.64],[4.348,2.517],[2.547,1.35],[5.382,3.037],[4.699,2.65],[25.034,14.126],[4.66,2.647],[7.916,-0.245],[4.416,-3.379],[1.83,-16.989],[-2.962,-5.146],[-0.312,-0.417],[-0.755,-0.799],[-2.829,-1.572],[-1.451,-0.822],[-16.578,-9.432],[-5.895,-3.34],[-5.974,-3.35],[-15.905,-9.114],[-32.254,-18.483],[-4.664,-2.65],[-7.583,-0.206],[-4.235,2.597],[-1.983,1.216],[-2.037,1.249],[-2.037,1.249],[-2.037,1.249],[-2.037,1.249],[-2.037,1.249],[-2.075,1.273],[-0.584,0.559],[-0.783,0.75],[-0.783,0.75],[-0.74,0.709],[-0.74,0.709],[-0.74,0.709],[-0.783,0.75],[-0.882,0.845],[-0.882,0.845],[-1.087,0.7],[-0.955,0.565],[-1.326,0.681],[-1.126,0.641],[-1.339,0.688],[-1.312,0.74],[-1.342,0.689],[-1.317,0.749],[-1.339,0.688],[-1.312,0.74],[-1.342,0.689],[-1.317,0.749],[-1.339,0.688],[-1.312,0.74],[-1.342,0.689],[-1.317,0.749],[-1.339,0.688],[-1.12,0.632],[-1.342,0.689],[-1.323,0.762],[-1.3,0.735],[-1.295,0.746],[-1.3,0.735],[-1.174,0.659],[-1.307,0.739],[-1.067,0.612],[-2.578,1.46],[-18.519,10.674],[-18.498,10.864],[-27.261,15.645],[-9.206,5.865]],"o":[[0,-1.666],[0,-1.667],[-0.029,-0.305],[-0.137,-0.197],[-0.006,0.661],[-0.468,0.199],[-9.698,4.791],[-9.243,5.464],[-16.376,9.398],[-16.703,9.362],[-7.108,4.115],[-7.007,3.986],[-5.032,2.888],[-5.017,2.976],[-0.174,0.078],[-0.155,0.451],[-0.743,0.43],[-0.637,0.291],[-17.739,10.181],[-17.692,9.923],[-9.228,5.342],[-9.334,5.311],[-4.502,2.584],[-4.691,2.674],[-4.861,2.79],[-5.213,2.738],[-3.709,-1.56],[-1.564,-3.169],[-0.034,-3.548],[1.432,-4.522],[0.401,-0.419],[0.298,-0.539],[2.522,-2.632],[3.715,-2.636],[3,1.962],[0.02,3.054],[-1.066,2.792],[-1.968,2.086],[-2.072,0.406],[-0.701,-0.965],[-1.227,0.384],[-1.164,-0.695],[-1.237,4.084],[0.845,3.03],[1.188,0.331],[2.086,-0.471],[0.427,-0.409],[0.246,-0.06],[2.313,-1.375],[2.142,-2.45],[2.569,-4.185],[1.299,-5.714],[-1.169,-3.286],[-3.847,-2.435],[-2.291,-1.313],[-2.422,-1.385],[-14.059,-7.987],[-12.728,-7.165],[-4.724,-2.666],[-5.422,-3.04],[-2.548,-1.475],[-6.135,-3.252],[-4.723,-2.665],[-26.313,-14.842],[-5.317,-3],[-6.249,-3.551],[-5.749,0.551],[-12.024,9.201],[-1.026,9.521],[0.228,0.395],[0.706,0.941],[2.469,2.614],[1.5,0.833],[18.895,10.704],[5.969,3.396],[6.244,3.537],[17.066,9.57],[33.469,19.178],[4.717,2.703],[6.065,3.446],[7.582,0.974],[2.63,-1.613],[2.803,-1.719],[2.803,-1.719],[2.803,-1.719],[2.803,-1.719],[2.803,-1.719],[2.855,-1.751],[1.87,-1.147],[1.758,-1.684],[1.758,-1.684],[1.78,-1.705],[1.78,-1.706],[1.78,-1.705],[1.758,-1.684],[2.001,-1.918],[2.001,-1.918],[0.817,-0.783],[0.999,-0.643],[1.308,-0.773],[1.354,-0.696],[1.337,-0.761],[1.425,-0.732],[1.343,-0.758],[1.432,-0.736],[1.337,-0.761],[1.425,-0.732],[1.343,-0.758],[1.432,-0.736],[1.337,-0.761],[1.426,-0.732],[1.343,-0.758],[1.432,-0.736],[1.337,-0.761],[1.347,-0.692],[1.343,-0.758],[1.441,-0.74],[1.325,-0.763],[1.354,-0.766],[1.324,-0.763],[1.17,-0.661],[1.341,-0.753],[1.258,-0.711],[2.573,-1.475],[18.658,-10.57],[18.776,-10.823],[28.044,-16.47],[9.489,-5.446],[3.147,-0.853]],"v":[[463,-80],[463,-85],[463,-90],[462.798,-90.798],[462,-91],[461.088,-89.912],[460,-89],[431.722,-73.422],[404,-57],[354.076,-28.816],[305,-1],[283.817,11.132],[263,23],[247.902,32.009],[233,40],[232.523,40.97],[232,42],[229.974,43.018],[228,44],[174.817,74.04],[122,104],[94.156,119.945],[66,136],[52.175,143.899],[38,152],[23.069,161.149],[6,165],[-1.755,157.651],[-4,147],[-1.505,133.861],[3,124],[3.996,122.504],[5,121],[14.427,111.894],[27,110],[31.059,117.853],[29,127],[24.246,134.445],[18,139],[14.287,137.712],[12,135],[8.167,133.493],[6,135],[5.428,145.966],[11,152],[16.54,151.584],[21,150],[21.879,149.455],[23,149],[29.894,142.839],[35,136],[41.251,120.582],[41,104],[32.704,95.514],[21,89],[13.798,84.877],[7,81],[-32.772,58.523],[-71,37],[-85,29],[-101,20],[-108,16],[-126,6],[-140,-2],[-218,-46],[-232,-54],[-253,-62],[-268,-55],[-293,-11],[-290,13],[-288,14],[-287,17],[-278,22],[-274,25],[-218,56],[-200,66],[-182,77],[-131,105],[-30,162],[-16,170],[4,179],[25,173],[32,169],[39,165],[46,161],[53,157],[60,153],[67,149],[74,145],[79,142],[86,138],[93,134],[100,130],[107,126],[114,122],[121,118],[128,114],[135,110],[137,109],[140,106],[144,105],[147,102],[151,101],[154,98],[158,97],[161,94],[165,93],[168,90],[172,89],[175,86],[179,85],[182,82],[186,81],[189,78],[193,77],[196,74],[200,73],[203,70],[207,69],[210,66],[214,65],[217,62],[221,61],[224,58],[232,54],[288,22],[344,-10],[428,-58],[456,-75]],"c":true}],"h":1},{"t":32.706,"s":[{"i":[[-0.855,3.145],[-0.115,2.115],[1.144,0.856],[0.468,-0.199],[0.124,-0.543],[9.944,-5.74],[10.105,-5.824],[36.301,-20.73],[35.939,-20.413],[0.688,-0.323],[0.674,-0.383],[0.458,-0.584],[0.534,-0.304],[2.699,-1.256],[2.588,-1.487],[2.32,-1.572],[2.339,-1.343],[2.687,-1.249],[2.588,-1.472],[0.257,-0.252],[0.019,-0.019],[0.242,-0.059],[0.601,-0.348],[1.096,-0.874],[1.154,-0.656],[0.683,-0.318],[0.585,-0.339],[2.047,-0.952],[1.719,-0.978],[0.504,-0.609],[0.508,-0.292],[0.672,-0.063],[0.65,-0.368],[0.493,-0.604],[0.546,-0.312],[1.368,-0.64],[1.306,-0.739],[7.537,-4.374],[7.274,-4.211],[4.895,-2.76],[5.825,-3.3],[6.091,-3.143],[4.945,1.228],[-0.084,7.352],[-2.296,3.945],[-3.854,3.271],[-5.365,-1.895],[1.159,-4.298],[2.492,-1.861],[1.909,1.394],[1.402,-0.014],[0.263,-2.682],[-4.168,-0.251],[-1.412,-0.921],[-1.942,-0.392],[-1.268,1.285],[-1.226,1.389],[-1.259,1.5],[-0.821,1.707],[0.08,0.544],[-0.129,0.426],[-0.464,0.388],[-0.087,0.261],[2.27,6.057],[5.657,3.224],[20.485,11.559],[2.642,1.491],[1.511,0.856],[0.411,0.308],[0.641,0.355],[14.004,7.901],[1.456,0.818],[0.408,0.306],[0.618,0.327],[1.394,1.045],[0.673,0.398],[4.599,2.594],[8.393,4.696],[3.226,1.835],[0.413,0.309],[0.674,0.398],[5.398,3.046],[11.987,6.879],[6.375,-0.077],[6.824,-10.176],[-8.129,-14.752],[-3.274,-2.33],[-8.755,-5.017],[-11.29,-6.371],[-5.162,-2.958],[-4.703,-2.672],[-24.711,-13.943],[-4.768,-2.674],[-2.91,-1.643],[-3.18,-1.781],[-0.407,-0.305],[-0.673,-0.398],[-5.398,-3.046],[-4.678,-2.624],[-6.426,-3.797],[-5.972,0.324],[-8.69,5.031],[-4.993,2.878],[-34.021,19.695],[-4.871,2.791],[-5.197,2.919],[-0.92,0.564],[-3.851,2.21],[-5.093,2.898],[-0.038,0.037],[-1.202,0.697],[-2.067,1.176],[-3.829,2.219],[-2.515,1.413],[-1.306,0.739],[-1.091,0.625],[-2.614,1.481],[-14.985,8.788],[-29.187,16.751],[-4.285,2.406],[-5.197,2.919],[-0.92,0.564],[-3.884,2.278],[-3.172,1.805],[-1.068,0.608],[-1.339,0.688],[-1.119,0.63],[-2.603,1.501],[-4.418,3.768]],"o":[[-0.317,-1.684],[0.115,-2.115],[-0.006,0.661],[-0.468,0.199],[-10.12,5.216],[-9.944,5.74],[-35.858,20.669],[-36.301,20.73],[-0.575,0.327],[-0.688,0.322],[-0.633,0.36],[-0.458,0.584],[-2.615,1.487],[-2.699,1.256],[-2.382,1.369],[-2.32,1.572],[-2.665,1.529],[-2.687,1.249],[0.046,-0.026],[-0.257,0.252],[-0.432,0.414],[-0.242,0.059],[-1.464,0.849],[-1.096,0.874],[-0.684,0.389],[-0.683,0.318],[-2.094,1.212],[-2.047,0.953],[-0.477,0.271],[-0.504,0.609],[-0.662,0.382],[-0.672,0.063],[-0.484,0.273],[-0.493,0.603],[-1.221,0.7],[-1.368,0.64],[-7.578,4.293],[-7.537,4.374],[-4.596,2.661],[-4.895,2.76],[-4.689,2.656],[-6.091,3.143],[-6.633,-1.647],[0.084,-7.352],[2.218,-3.81],[3.854,-3.271],[3.128,2.95],[-1.159,4.297],[-1.964,2.561],[-1.908,-1.394],[-2.117,0.022],[-0.263,2.682],[1.408,0.925],[1.412,0.921],[1.7,-0.469],[1.268,-1.285],[1.143,-1.295],[1.259,-1.499],[0.191,-0.399],[-0.08,-0.544],[0.057,-0.188],[0.464,-0.388],[2.206,-6.641],[-2.532,-6.756],[-23.712,-13.511],[-3.69,-2.082],[-1.418,-0.8],[-0.39,-0.221],[-0.716,-0.537],[-15.14,-8.385],[-1.706,-0.963],[-0.386,-0.217],[-0.695,-0.521],[-2.983,-1.581],[-0.748,-0.561],[-4.901,-2.896],[-9.127,-5.148],[-3.233,-1.809],[-0.391,-0.223],[-0.748,-0.561],[-6,-3.545],[-11.368,-6.415],[-7.514,-4.312],[-9.813,0.118],[-9.606,14.325],[1.786,3.241],[9.683,6.891],[12.213,6.999],[5.898,3.328],[4.812,2.757],[25.65,14.572],[4.701,2.653],[2.94,1.648],[3.349,1.89],[0.385,0.216],[0.748,0.561],[6,3.545],[4.768,2.69],[7.688,4.311],[4.415,2.609],[13.801,-0.319],[4.893,-2.832],[34.943,-20.141],[4.888,-2.829],[5.114,-2.931],[0.768,-0.431],[4.346,-2.665],[5.111,-2.933],[-0.092,0.053],[0.864,-0.828],[3.027,-1.754],[4.274,-2.432],[2.43,-1.408],[1.341,-0.753],[0.968,-0.547],[2.541,-1.457],[15.362,-8.702],[29.876,-17.52],[5.125,-2.941],[5.18,-2.909],[0.768,-0.431],[4.421,-2.711],[4.008,-2.35],[1.266,-0.72],[1.337,-0.761],[1.346,-0.691],[2.771,-1.56],[5.078,-2.927],[3.147,-0.853]],"v":[[463,-80],[463.121,-86.121],[462,-91],[461.088,-89.912],[460,-89],[429.989,-72.456],[400,-55],[291.56,7.192],[183,69],[181.074,69.957],[179,71],[177.426,72.542],[176,74],[167.98,78],[160,82],[152.968,86.52],[146,91],[137.943,95.043],[130,99],[129.549,99.466],[129,100],[128.127,100.55],[127,101],[123.267,103.644],[120,106],[117.926,107.038],[116,108],[109.719,111.175],[104,114],[102.524,115.484],[101,117],[98.991,117.511],[97,118],[95.546,119.471],[94,121],[90.064,122.97],[86,125],[63.272,138.061],[41,151],[26.922,159.02],[11,168],[-5.807,177.913],[-23,182],[-31.696,166.224],[-27,147],[-17.861,135.221],[-4,132],[-1.785,143.817],[-8,154],[-13.922,154.41],[-19,151],[-23.214,156.328],[-18,162],[-13.9,164.9],[-9,167],[-4.645,164.19],[-1,160],[2.742,155.809],[6,151],[6.047,149.521],[6,148],[6.978,147.055],[8,146],[9,125],[-7,113],[-75,74],[-84,69],[-89,67],[-90,65],[-93,64],[-139,38],[-144,36],[-145,34],[-148,33],[-154,29],[-157,28],[-171,20],[-198,5],[-208,0],[-209,-2],[-212,-3],[-230,-13],[-263,-31],[-283,-40],[-310,-20],[-318,30],[-311,37],[-279,55],[-242,76],[-224,86],[-210,94],[-132,138],[-118,146],[-109,151],[-99,156],[-98,158],[-95,159],[-77,169],[-63,177],[-40,190],[-24,196],[8,182],[23,174],[128,114],[142,105],[158,97],[161,95],[172,88],[188,80],[189,79],[191,78],[198,73],[210,67],[217,62],[221,61],[224,58],[232,54],[277,28],[367,-23],[381,-32],[397,-40],[400,-42],[411,-49],[423,-55],[426,-58],[430,-59],[433,-62],[441,-66],[456,-75]],"c":true}],"h":1},{"t":33.235,"s":[{"i":[[-0.502,3.831],[0,1.667],[0,1.666],[0.137,0.197],[0.425,-0.092],[0.468,-0.199],[0.124,-0.543],[10.435,-6.139],[10.431,-5.986],[10.694,-5.941],[10.568,-6.118],[42.276,-24.345],[42.416,-24.029],[5.361,-2.989],[5.263,-3.046],[3.88,-2.423],[3.433,-1.964],[1.522,-0.585],[1.438,-0.819],[0.462,-0.586],[0.613,-0.349],[0.671,-0.312],[0.608,-0.351],[2.635,-1.469],[2.613,-1.48],[2.638,-1.476],[2.611,-1.492],[4.659,-2.179],[5.545,0.898],[0.248,5.141],[-1.868,4.601],[-3.328,3.407],[-4.877,-0.089],[-0.718,-1.448],[0.374,-2.541],[0.362,-1.509],[-3.468,0.588],[-0.98,1.468],[-0.649,1.978],[-0.093,2.448],[0.028,2.204],[2.62,2.048],[2.922,1.656],[9.098,5.111],[9.102,5.172],[12.364,6.746],[12.459,7.15],[13.129,7.516],[12.108,6.832],[0.856,0.278],[0.774,0.435],[0.151,0.435],[0.204,0.153],[0.586,0.144],[0.309,0.163],[0.884,0.3],[0.752,0.421],[0.151,0.435],[0.203,0.152],[0.572,0.13],[0.337,0.199],[2.366,1.355],[2.207,1.202],[3.254,1.664],[3.524,2.002],[3.38,1.793],[3.083,-0.101],[4.129,-3.296],[1.912,-2.667],[0.552,-0.997],[0.259,-0.27],[1.153,-2.513],[0.678,-2.162],[-0.216,-5.787],[-2.925,-3.142],[-0.082,-0.568],[-0.339,-0.369],[-1.477,-0.635],[-1.731,-0.977],[-1.468,-0.806],[-1.458,-0.835],[-2.372,-1.352],[-2.143,-1.236],[-12.834,-7.197],[-12.859,-7.256],[-2.331,-1.343],[-2.337,-1.31],[-2.801,-1.568],[-2.178,-1.261],[-1.125,-0.653],[-1.232,-0.653],[-3.057,-1.712],[-2.692,-1.519],[-2.286,-1.315],[-2.377,-1.341],[-13.279,-7.49],[-12.32,-6.952],[-2.321,-1.333],[-2.39,-1.354],[-3.38,-1.675],[-2.544,-0.069],[-3.19,1.11],[-3.059,1.618],[-1.137,0.912],[-1.188,0.681],[-1.556,0.606],[-1.242,0.697],[-1.131,0.899],[-1.236,0.707],[-1.554,0.603],[-1.393,0.793],[-0.506,0.611],[-0.472,0.269],[-0.665,0.306],[-0.622,0.368],[-5.401,3.059],[-4.787,2.739],[-2.786,1.585],[-1.266,0.721],[-1.167,0.673],[-5.323,3.014],[-2.615,1.514],[-5.149,2.93],[-0.945,0.538],[-1.216,0.702],[-5.226,2.959],[-5.223,2.984],[-22.258,13.053],[-85.693,48.755]],"o":[[0,-1.666],[0,-1.667],[-0.029,-0.305],[-0.137,-0.197],[-0.006,0.661],[-0.468,0.199],[-10.828,5.457],[-10.435,6.139],[-10.658,6.117],[-10.694,5.941],[-42.478,24.59],[-42.276,24.345],[-5.293,2.999],[-5.361,2.989],[-4.049,2.344],[-3.88,2.423],[-1.473,0.843],[-1.522,0.585],[-0.54,0.307],[-0.462,0.586],[-0.706,0.401],[-0.671,0.312],[-2.848,1.643],[-2.635,1.469],[-2.835,1.605],[-2.638,1.476],[-3.819,2.182],[-4.659,2.179],[-4.875,-2.834],[-0.248,-5.141],[1.812,-4.463],[3.328,-3.407],[1.502,0.666],[0.718,1.448],[-0.02,1.552],[-0.362,1.509],[3.431,0.847],[0.98,-1.468],[0.657,-2.001],[0.093,-2.448],[-1.598,-3.153],[-2.62,-2.048],[-9.505,-5.385],[-9.098,-5.111],[-12.084,-6.865],[-12.364,-6.746],[-12.375,-7.102],[-13.129,-7.516],[-0.803,-0.453],[-0.856,-0.278],[-0.193,-0.108],[-0.151,-0.435],[-0.347,-0.261],[-0.586,-0.144],[-0.71,-0.377],[-0.884,-0.301],[-0.192,-0.108],[-0.151,-0.435],[-0.374,-0.28],[-0.572,-0.13],[-2.331,-1.377],[-2.366,-1.355],[-2.461,-1.341],[-3.254,-1.664],[-3.397,-1.93],[-3.38,-1.793],[-4.572,0.148],[-4.129,3.296],[-0.534,0.744],[-0.552,0.997],[-1.711,1.785],[-1.153,2.513],[-1.789,5.709],[0.216,5.787],[0.334,0.359],[0.082,0.568],[1.361,1.483],[1.477,0.635],[1.671,0.942],[1.468,0.806],[2.37,1.358],[2.372,1.352],[13.803,7.956],[12.834,7.197],[2.338,1.319],[2.331,1.343],[2.618,1.468],[2.801,1.568],[1.269,0.734],[1.125,0.653],[3.082,1.633],[3.057,1.712],[2.48,1.399],[2.286,1.315],[12.564,7.086],[13.279,7.49],[2.326,1.312],[2.321,1.333],[3.936,2.23],[3.38,1.675],[2.18,0.058],[3.19,-1.11],[1.266,-0.669],[1.137,-0.912],[1.532,-0.879],[1.556,-0.606],[1.241,-0.697],[1.131,-0.899],[1.39,-0.796],[1.554,-0.603],[0.504,-0.287],[0.506,-0.611],[0.72,-0.409],[0.665,-0.306],[5.938,-3.514],[5.756,-3.26],[2.78,-1.591],[1.068,-0.608],[1.363,-0.776],[5.895,-3.4],[2.768,-1.567],[5.192,-3.005],[1.008,-0.574],[1.667,-0.949],[5.697,-3.286],[5.67,-3.21],[24.377,-13.93],[85.54,-50.163],[1.722,-2.611]],"v":[[463,-80],[463,-85],[463,-90],[462.798,-90.798],[462,-91],[461.088,-89.912],[460,-89],[428.202,-71.397],[397,-53],[364.933,-35.001],[333,-17],[205.953,56.421],[79,129],[62.978,137.964],[47,147],[35.038,154.284],[24,161],[19.474,163.018],[15,165],[13.555,166.469],[12,168],[9.927,169.038],[8,170],[-0.177,174.623],[-8,179],[-16.168,183.585],[-24,188],[-36.705,195.31],[-52,198],[-59.057,185.325],[-56,170],[-48.299,157.586],[-36,152],[-32.593,155.094],[-32,161],[-33.615,166.105],[-30,168],[-23.913,166.619],[-22,161],[-20.986,154.152],[-21,147],[-27.506,139.377],[-36,134],[-63.802,118.34],[-91,103],[-127.718,82.714],[-165,62],[-203.701,39.797],[-242,18],[-244.522,16.986],[-247,16],[-247.492,15.033],[-248,14],[-249.529,13.427],[-251,13],[-253.468,12.034],[-256,11],[-256.492,10.033],[-257,9],[-258.528,8.439],[-260,8],[-267.093,3.869],[-274,0],[-282.703,-4.504],[-293,-10],[-303.235,-16.023],[-313,-19],[-326.495,-12.889],[-336,-3],[-337.706,-0.144],[-339,2],[-343.275,8.718],[-346,16],[-348.536,33.926],[-344,48],[-343.503,49.493],[-343,51],[-338.778,53.88],[-334,56],[-329.341,58.58],[-325,61],[-317.829,65.092],[-311,69],[-271.293,91.525],[-233,113],[-226,117.006],[-219,121],[-210.669,125.656],[-203,130],[-199.472,132.061],[-196,134],[-186.707,139.086],[-178,144],[-170.923,148.043],[-164,152],[-124.818,174.101],[-86,196],[-79.048,199.969],[-72,204],[-60.956,210.121],[-52,213],[-43.659,211.257],[-34,207],[-30.442,204.509],[-27,202],[-22.282,199.864],[-18,198],[-14.496,195.508],[-11,193],[-6.502,190.998],[-2,189],[-0.476,187.486],[1,186],[3.074,184.969],[5,184],[21,175],[36,166],[45,162],[48,159],[52,157],[68,148],[76,143],[92,135],[95,132],[99,130],[115,121],[131,112],[203,71],[456,-74]],"c":true}],"h":1},{"t":33.765,"s":[{"i":[[-0.917,3.75],[0,1.667],[0,1.666],[0.137,0.197],[0.425,-0.092],[0.468,-0.199],[0.124,-0.543],[11.121,-6.406],[11.123,-6.411],[11.195,-6.291],[11.078,-6.413],[22.134,-12.843],[22.236,-12.761],[2.872,-1.456],[2.757,-1.596],[8.314,-4.853],[8.317,-4.712],[13.982,-8.141],[13.252,-7.605],[2.882,-1.457],[2.777,-1.624],[2.635,-1.709],[2.771,-1.591],[1.509,-0.575],[1.516,-0.867],[0.149,-0.433],[0.207,-0.156],[0.572,-0.13],[0.337,-0.199],[2.184,-1.132],[2.096,-1.192],[4.105,-2.522],[4.209,-2.426],[1.312,-0.855],[1.433,-0.817],[1.584,-0.623],[1.335,-0.75],[3.227,-1.585],[4.328,0.892],[-3.865,9.564],[-7.782,-2.269],[-0.387,-1.03],[-1.35,1.397],[-1.249,1.584],[-1.622,1.212],[2.899,1.878],[2.812,1.593],[3.92,2.208],[3.421,1.96],[4.512,2.563],[33.675,19.002],[1.622,0.904],[0.405,0.304],[0.618,0.327],[1.493,0.845],[0.411,0.308],[0.674,0.399],[10.017,5.683],[3.185,1.776],[0.405,0.304],[0.618,0.327],[1.394,1.045],[0.674,0.398],[3.069,1.627],[4.862,2.636],[6.66,3.773],[5.931,-0.349],[5.86,-7.412],[1.484,-7.327],[-2.093,-5.887],[-6.288,-3.609],[-22.036,-12.627],[-7.554,-4.298],[-24.952,-14.079],[-4.678,-2.624],[-3.105,-1.753],[-3.13,-1.753],[-0.407,-0.305],[-0.674,-0.398],[-5.398,-3.046],[-4.707,-2.64],[-3.077,-1.737],[-3.225,-1.806],[-0.407,-0.305],[-0.674,-0.398],[-6.417,0.459],[-5.948,3.287],[-8.035,4.571],[-5.154,2.933],[-2.736,1.556],[-1.029,0.588],[-1.414,0.817],[-5.321,3.028],[-2.836,1.613],[-1.029,0.588],[-1.42,0.821],[-2.711,1.562],[-2.615,1.492],[-2.832,1.59],[-2.695,1.546],[-2.661,1.563],[-2.772,1.581],[-2.734,1.535],[-2.651,1.521],[-8.296,4.761],[-15.555,8.927],[-2.894,1.654],[-0.414,0.311],[-0.674,0.398],[-4.364,2.483],[-2.685,1.564],[-8.077,4.596],[-5.302,3.017],[-2.838,1.615],[-1.029,0.588],[-1.414,0.817],[-5.291,3.01],[-2.78,1.582],[-1.029,0.588],[-1.42,0.821],[-26.388,15.133],[-2.746,1.542],[-2.82,1.608],[-2.669,1.565],[-2.843,1.682],[-2.638,1.481],[-2.659,1.517],[-2.642,1.523],[-5.662,3.392]],"o":[[0,-1.666],[0,-1.667],[-0.029,-0.305],[-0.137,-0.197],[-0.006,0.661],[-0.468,0.199],[-11.393,5.966],[-11.121,6.406],[-11.144,6.423],[-11.195,6.291],[-22.228,12.867],[-22.134,12.843],[-2.755,1.581],[-2.872,1.456],[-8.426,4.877],[-8.314,4.853],[-13.82,7.829],[-13.982,8.141],[-2.696,1.548],[-2.882,1.457],[-2.688,1.572],[-2.635,1.709],[-1.45,0.832],[-1.509,0.575],[-0.197,0.112],[-0.149,0.433],[-0.374,0.281],[-0.572,0.13],[-2.167,1.281],[-2.184,1.132],[-4.371,2.487],[-4.105,2.522],[-1.321,0.762],[-1.312,0.855],[-1.329,0.758],[-1.584,0.623],[-2.764,1.553],[-3.227,1.585],[-8.243,-5.012],[3.865,-9.564],[1.103,0.278],[0.386,1.03],[1.382,-1.452],[1.249,-1.584],[-0.591,-3.896],[-2.899,-1.878],[-3.9,-2.209],[-3.92,-2.207],[-4.598,-2.635],[-34.648,-19.685],[-1.604,-0.905],[-0.383,-0.214],[-0.695,-0.521],[-1.414,-0.749],[-0.389,-0.22],[-0.749,-0.562],[-10.509,-6.222],[-3.094,-1.756],[-0.383,-0.214],[-0.695,-0.521],[-2.983,-1.581],[-0.748,-0.561],[-3.371,-1.992],[-4.877,-2.585],[-5.278,-2.862],[-7.417,-4.202],[-4.929,0.29],[-5.093,6.443],[-1.414,6.978],[2.817,7.923],[23.173,13.299],[7.666,4.393],[26.13,14.867],[4.768,2.69],[3.013,1.69],[3.03,1.71],[0.385,0.216],[0.748,0.561],[6,3.545],[4.724,2.666],[2.973,1.667],[3.35,1.891],[0.385,0.216],[0.748,0.561],[4.567,2.699],[7.076,0.079],[8.669,-4.791],[5.704,-3.245],[2.827,-1.608],[0.961,-0.547],[1.508,-0.862],[6.029,-3.485],[2.774,-1.578],[0.961,-0.547],[1.681,-0.961],[2.803,-1.62],[2.695,-1.553],[2.82,-1.608],[2.64,-1.483],[2.675,-1.534],[2.746,-1.612],[2.756,-1.572],[2.658,-1.492],[8.528,-4.89],[16.358,-9.388],[2.889,-1.658],[0.393,-0.224],[0.748,-0.561],[4.382,-2.589],[2.763,-1.572],[8.524,-4.963],[6.004,-3.416],[2.651,-1.508],[0.961,-0.547],[1.508,-0.862],[5.897,-3.409],[2.678,-1.524],[0.961,-0.547],[1.681,-0.961],[27.23,-15.74],[2.711,-1.555],[2.832,-1.59],[2.605,-1.486],[2.739,-1.607],[2.605,-1.542],[2.671,-1.5],[2.865,-1.635],[5.845,-3.369],[2.754,-1.913]],"v":[[463,-80],[463,-85],[463,-90],[462.798,-90.798],[462,-91],[461.088,-89.912],[460,-89],[426.298,-70.334],[393,-51],[359.451,-31.992],[326,-13],[259.506,25.58],[193,64],[184.502,68.489],[176,73],[150.919,87.624],[126,102],[84.073,126.168],[43,150],[34.561,154.443],[26,159],[18.063,163.986],[10,169],[5.55,170.974],[1,173],[0.508,173.967],[0,175],[-1.528,175.561],[-3,176],[-9.553,179.566],[-16,183],[-28.622,190.546],[-41,198],[-44.916,200.458],[-49,203],[-53.496,205.006],[-58,207],[-66.827,212.333],[-78,214],[-82.518,188.039],[-63,173],[-61.185,175.756],[-59,176],[-55.18,171.32],[-51,167],[-56.835,158.773],[-66,154],[-77.859,147.313],[-89,141],[-102,133],[-207,74],[-212,72],[-213,70],[-216,69],[-221,67],[-222,65],[-225,64],[-257,46],[-267,41],[-268,39],[-271,38],[-277,34],[-280,33],[-289,28],[-303,20],[-322,10],[-342,1],[-362,15],[-373,38],[-373,60],[-356,74],[-287,113],[-264,126],[-186,170],[-172,178],[-163,183],[-153,188],[-152,190],[-149,191],[-131,201],[-117,209],[-108,214],[-98,219],[-97,221],[-94,222],[-78,228],[-59,221],[-34,207],[-18,197],[-9,193],[-6,190],[-1,188],[15,178],[24,174],[27,171],[32,169],[40,164],[48,159],[57,155],[65,150],[73,145],[81,140],[90,136],[98,131],[123,117],[172,88],[181,84],[182,82],[185,81],[198,74],[206,69],[231,55],[247,45],[256,41],[259,38],[264,36],[280,26],[289,22],[292,19],[297,17],[380,-31],[388,-36],[397,-40],[405,-45],[413,-50],[421,-55],[430,-59],[438,-64],[455,-74]],"c":true}],"h":1},{"t":34.294,"s":[{"i":[[-1.962,4.323],[2.138,2.196],[9.312,4.688],[11.267,6.53],[4.874,2.779],[2.369,1.33],[5.157,2.854],[5.028,2.857],[5.103,2.857],[0.934,0.532],[4.359,2.391],[0.921,0.524],[3.866,2.181],[5.07,2.822],[4.98,2.773],[2.582,1.449],[2.882,1.616],[5.124,2.848],[9.867,5.533],[2.523,1.314],[3.174,-1.544],[5.444,-10.369],[-5.018,-11.663],[-4.299,-2.279],[-3.066,-1.73],[-4.165,-2.36],[-21.449,-12.107],[-3.226,-1.806],[-0.407,-0.305],[-0.674,-0.398],[-4.79,-2.702],[-6.284,-3.546],[-1.409,-0.791],[-0.408,-0.306],[-0.618,-0.327],[-1.261,-0.945],[-0.674,-0.398],[-4.563,-2.573],[-31.44,-17.862],[-6.051,-0.01],[-6.917,3.919],[-4.027,2.272],[-1.354,0.778],[-2.898,1.69],[-0.422,0.316],[-0.673,0.398],[-5.245,3.006],[-16.239,9.163],[-2.965,1.699],[-7.787,4.394],[-1.409,0.791],[-2.838,1.598],[-3.104,1.92],[-1.666,0.97],[-3.462,1.953],[-1.488,0.861],[-0.418,0.314],[-0.674,0.398],[-4.332,2.431],[-3.618,2.041],[-1.461,0.865],[-0.427,0.32],[-0.702,0.441],[-1.353,0.775],[-2.947,1.66],[-1.318,0.744],[-1.55,0.882],[-0.412,0.309],[-0.674,0.398],[-2.998,1.692],[-1.502,0.843],[-2.736,1.541],[-3.162,1.808],[-1.524,0.891],[-5.161,2.954],[-10.759,6.157],[-5.6,3.213],[-3.188,1.823],[-1.419,0.813],[-3.723,2.133],[-1.514,0.859],[-3.159,1.806],[-1.414,0.81],[-8.6,4.978],[-34.451,18.798],[-1.276,0.985],[-0.817,3.488],[-0.431,3.671],[0.111,-0.795],[23.336,-13.393],[11.727,-6.789],[59.601,-34.939],[3.524,-2.019],[1.558,-0.884],[3.188,-1.822],[1.419,-0.813],[3.712,-2.127],[1.558,-0.884],[3.144,-1.797],[1.42,-0.83],[3.469,-1.957],[1.582,-0.915],[0.418,-0.314],[0.674,-0.398],[4.332,-2.431],[3.435,-1.938],[1.531,-0.886],[0.418,-0.314],[0.674,-0.398],[4.363,-2.485],[1.499,-0.846],[1.437,-0.817],[0.412,-0.309],[0.674,-0.398],[3.142,-1.773],[1.297,-0.729],[5.68,-3.232],[0.412,-0.309],[0.674,-0.398],[2.998,-1.692],[1.504,-0.871],[2.875,-1.643],[0.414,-0.311],[0.674,-0.398],[5.6,-3.209],[7.61,-4.286],[7.347,2.363],[-4.143,6.653],[-5.368,0.965]],"o":[[0.502,-4.836],[-8.731,-5.269],[-12.298,-7.083],[-5.495,-3.185],[-2.396,-1.366],[-5.168,-2.903],[-5.128,-2.838],[-5.245,-2.98],[-0.998,-0.559],[-4.62,-2.629],[-0.985,-0.54],[-4.306,-2.45],[-5.164,-2.913],[-5.223,-2.908],[-2.636,-1.467],[-2.752,-1.544],[-5.104,-2.862],[-10.827,-6.019],[-2.497,-1.4],[-2.333,-1.215],[-10.045,3.537],[-4.771,9.087],[1.968,4.575],[3.617,1.917],[4.579,2.584],[24.078,13.64],[3.418,1.929],[0.385,0.216],[0.748,0.561],[4.917,2.906],[7.45,4.202],[1.4,0.79],[0.386,0.217],[0.695,0.521],[2.746,1.456],[0.748,0.561],[4.771,2.819],[30.26,17.068],[7.61,4.323],[5.635,0.01],[4.769,-2.702],[1.557,-0.879],[2.891,-1.661],[0.401,-0.234],[0.748,-0.561],[5.868,-3.467],[17.111,-9.805],[3.332,-1.88],[8.368,-4.795],[1.318,-0.743],[2.748,-1.543],[4.257,-2.397],[1.691,-1.046],[4.383,-2.554],[1.406,-0.793],[0.397,-0.23],[0.748,-0.561],[4.35,-2.57],[4.54,-2.548],[1.392,-0.786],[0.406,-0.24],[0.778,-0.583],[1.479,-0.929],[2.802,-1.606],[1.409,-0.793],[1.7,-0.959],[0.391,-0.222],[0.748,-0.561],[3.405,-2.012],[1.494,-0.843],[2.772,-1.557],[4.114,-2.316],[1.682,-0.962],[5.809,-3.395],[11.769,-6.735],[6.409,-3.667],[4.258,-2.443],[1.678,-0.959],[4.759,-2.727],[1.417,-0.812],[4.245,-2.41],[1.505,-0.861],[9.048,-5.185],[35.031,-20.279],[1.373,-1.477],[2.133,-1.647],[0.609,-2.599],[0.306,-2.031],[-23.93,12.249],[-11.654,6.688],[-60.683,35.128],[-4.535,2.659],[-1.702,0.975],[-4.232,2.402],[-1.678,0.959],[-4.894,2.805],[-1.702,0.975],[-4.202,2.385],[-1.684,0.963],[-4.348,2.541],[-1.585,0.894],[-0.397,0.23],[-0.748,0.561],[-4.35,2.57],[-4.445,2.495],[-1.691,0.954],[-0.397,0.23],[-0.748,0.561],[-4.381,2.589],[-1.503,0.856],[-1.528,0.862],[-0.391,0.222],[-0.748,0.561],[-3.475,2.053],[-1.39,0.784],[-5.918,3.324],[-0.391,0.223],[-0.748,0.561],[-3.405,2.012],[-1.504,0.849],[-2.829,1.638],[-0.393,0.225],[-0.748,0.561],[-6.248,3.692],[-7.331,4.201],[-5.776,3.253],[-9.073,-3.434],[2.994,-3.339],[6.976,-1.419]],"v":[[-89,179],[-96,173],[-123,158],[-161,136],[-177,128],[-184,123],[-200,115],[-215,106],[-231,98],[-234,95],[-247,89],[-250,86],[-262,80],[-277,71],[-293,63],[-300,58],[-309,54],[-324,45],[-355,28],[-363,24],[-371,21],[-392,42],[-397,76],[-386,86],[-377,91],[-363,99],[-299,135],[-289,140],[-288,142],[-285,143],[-271,151],[-248,164],[-243,166],[-242,168],[-239,169],[-233,173],[-230,174],[-216,182],[-123,234],[-103,243],[-84,235],[-71,228],[-67,225],[-58,221],[-57,219],[-54,218],[-36,208],[16,178],[25,173],[51,158],[55,155],[64,151],[76,143],[81,141],[94,133],[99,131],[100,129],[103,128],[116,121],[129,113],[134,111],[135,109],[138,108],[142,105],[151,101],[155,98],[160,96],[161,94],[164,93],[173,88],[177,85],[186,81],[198,73],[203,71],[220,61],[255,41],[273,31],[285,23],[290,21],[303,13],[308,11],[320,3],[325,1],[351,-14],[456,-74],[460,-77],[463,-81],[463,-90],[460,-89],[390,-49],[355,-29],[171,76],[158,84],[153,86],[141,94],[136,96],[123,104],[118,106],[106,114],[101,116],[88,124],[83,126],[82,128],[79,129],[66,136],[53,144],[48,146],[47,148],[44,149],[31,156],[27,159],[22,161],[21,163],[18,164],[9,169],[5,172],[-13,181],[-14,183],[-17,184],[-26,189],[-30,192],[-39,196],[-40,198],[-43,199],[-61,209],[-83,222],[-103,228],[-105,201],[-95,192]],"c":true}],"h":1},{"t":34.823,"s":[{"i":[[45.008,24.439],[2.148,-4.302],[0.874,-4.756],[-1.555,-4.872],[-3.626,-2.574],[-3.218,-1.706],[-2.386,-1.391],[-2.069,-1.172],[-6.322,-3.578],[-5.423,-3.125],[-9.352,-5.106],[-9.055,-5.078],[-2.953,-1.882],[-3.013,-1.69],[-12.364,-6.787],[-11.834,-6.724],[-10.12,-5.737],[-9.481,-5.35],[-2.676,-1.276],[-3.089,0.349],[-3.319,1.557],[-3.01,1.735],[-8.949,5.127],[-8.925,5.144],[-13.044,7.433],[-12.209,6.996],[-6.254,3.688],[-5.293,2.987],[-0.862,0.278],[-0.757,0.439],[-0.148,0.432],[-0.209,0.157],[-0.572,0.13],[-0.337,0.199],[-1.425,0.769],[-1.564,0.896],[-2.331,1.326],[-2.328,1.348],[-11.99,7.036],[-12.048,6.915],[-12.216,6.787],[-12.05,6.916],[-36.087,20.858],[-36.296,20.702],[-0.894,0.198],[-0.665,0.462],[-0.212,2.323],[-0.048,3.247],[0.774,-0.404],[0.055,-0.398],[4.542,-2.64],[4.1,-2.342],[1.689,-0.787],[1.577,-0.898],[0.15,-0.434],[0.206,-0.154],[0.572,-0.13],[0.337,-0.199],[2.312,-1.312],[2.31,-1.308],[2.781,-1.553],[2.228,-1.29],[2.769,-1.541],[2.318,-1.328],[2.102,-1.339],[2.275,-1.317],[2.403,-1.372],[1.905,-1.075],[0.903,-0.301],[0.742,-0.43],[0.148,-0.432],[0.209,-0.157],[0.572,-0.13],[0.337,-0.2],[2.296,-1.301],[2.327,-1.32],[1.718,-0.805],[1.592,-0.906],[0.15,-0.434],[0.206,-0.155],[0.572,-0.13],[0.337,-0.199],[1.45,-0.787],[1.499,-0.846],[3.861,-2.175],[3.759,-2.157],[7.056,-4.085],[6.088,-3.822],[1.458,-0.776],[1.496,-0.844],[1.47,-0.807],[1.512,-0.867],[9.388,-5.519],[8.52,-4.808],[0.866,-0.281],[0.829,-0.48],[0.148,-0.432],[0.209,-0.157],[0.572,-0.13],[0.337,-0.199],[1.423,-0.772],[1.571,-0.886],[2.327,-1.331],[2.333,-1.344],[3.924,-2.2],[3.474,-1.991],[0.673,-0.562],[0.709,-0.409],[1.713,-0.793],[1.623,-0.949],[31.993,-18.392],[31.356,-17.913],[1.686,-0.791],[1.635,-0.911],[0.151,-0.435],[0.203,-0.152],[0.586,-0.144],[0.309,-0.163],[1.63,-0.734],[1.715,-0.13],[1.042,0.157],[1.576,0.467],[-0.605,4.536],[-1.779,3.24],[-0.886,1.093],[1.22,1.4],[2.643,1.834],[2.853,1.577],[44.993,24.92]],"o":[[-2.267,3.509],[-2.148,4.302],[-0.874,4.756],[1.276,3.999],[3.626,2.574],[2.386,1.265],[2.386,1.391],[6.288,3.562],[6.322,3.578],[9.538,5.498],[9.352,5.106],[3.175,1.781],[2.953,1.882],[12.711,7.127],[12.364,6.787],[10.036,5.702],[10.121,5.737],[2.207,1.245],[2.676,1.276],[3.715,-0.038],[3.319,-1.557],[9.281,-5.35],[8.949,-5.127],[12.615,-7.272],[13.044,-7.433],[5.69,-3.26],[6.254,-3.688],[0.795,-0.448],[0.862,-0.278],[0.198,-0.115],[0.148,-0.432],[0.374,-0.281],[0.572,-0.13],[1.737,-1.026],[1.425,-0.769],[2.349,-1.346],[2.331,-1.327],[11.99,-6.941],[11.99,-7.036],[12.084,-6.935],[12.216,-6.787],[36.355,-20.864],[36.087,-20.858],[0.759,-0.746],[0.894,-0.198],[2.103,-1.462],[0.212,-2.323],[0.153,-1.016],[-0.774,0.404],[-4.731,2.097],[-4.542,2.64],[-1.667,0.953],[-1.689,0.788],[-0.196,0.111],[-0.15,0.434],[-0.374,0.281],[-0.572,0.13],[-2.443,1.444],[-2.312,1.312],[-2.646,1.499],[-2.781,1.553],[-2.604,1.508],[-2.769,1.541],[-2.317,1.328],[-2.102,1.339],[-2.484,1.438],[-2.403,1.372],[-0.647,0.364],[-0.903,0.301],[-0.199,0.116],[-0.148,0.432],[-0.375,0.281],[-0.572,0.13],[-2.49,1.474],[-2.296,1.301],[-1.537,0.872],[-1.718,0.806],[-0.196,0.111],[-0.15,0.434],[-0.374,0.28],[-0.572,0.13],[-1.702,1.006],[-1.45,0.787],[-3.796,2.142],[-3.862,2.175],[-6.69,3.84],[-7.056,4.084],[-1.673,1.05],[-1.458,0.776],[-1.607,0.907],[-1.47,0.807],[-8.927,5.115],[-9.388,5.519],[-0.706,0.398],[-0.866,0.281],[-0.198,0.115],[-0.148,0.432],[-0.374,0.281],[-0.572,0.13],[-1.738,1.026],[-1.423,0.772],[-2.358,1.331],[-2.327,1.331],[-3.829,2.208],[-3.924,2.2],[-0.6,0.344],[-0.672,0.562],[-1.525,0.88],[-1.713,0.793],[-31.672,18.52],[-31.993,18.392],[-1.621,0.926],[-1.686,0.791],[-0.191,0.107],[-0.151,0.435],[-0.347,0.26],[-0.586,0.144],[-1.763,0.935],[-1.63,0.734],[-1.255,0.095],[-1.042,-0.157],[-3.201,-3.618],[0.605,-4.536],[0.674,-1.228],[0.886,-1.093],[-1.576,-3.086],[-2.643,-1.834],[-45.019,-24.881],[-44.993,-24.92]],"v":[[-409,48],[-415.911,59.8],[-420.733,73.472],[-420,88],[-411.956,97.72],[-401,104],[-393.762,108.07],[-387,112],[-367.851,122.828],[-350,133],[-321.638,148.815],[-294,164],[-284.879,169.568],[-276,175],[-238.343,195.803],[-202,216],[-171.584,233.264],[-142,250],[-134.661,254.195],[-126,256],[-115.472,253.273],[-106,248],[-78.733,232.346],[-52,217],[-13.195,194.793],[25,173],[43.298,162.294],[61,152],[63.528,150.993],[66,150],[66.492,149.031],[67,148],[68.528,147.439],[70,147],[74.63,144.403],[79,142],[86.015,138.002],[93,134],[128.957,112.98],[165,92],[201.525,71.486],[238,51],[346.545,-11.622],[455,-74],[457.571,-75.213],[460,-76],[463.041,-81.661],[463,-90],[461.656,-90.56],[460,-89],[446.026,-81.684],[433,-74],[427.933,-71.459],[423,-69],[422.508,-68.033],[422,-67],[420.472,-66.439],[419,-66],[411.899,-61.898],[405,-58],[396.687,-53.343],[389,-49],[380.785,-44.366],[373,-40],[366.468,-35.992],[360,-32],[352.566,-27.728],[346,-24],[343.572,-23.049],[341,-22],[340.508,-21.031],[340,-20],[338.472,-19.439],[337,-19],[329.878,-14.884],[323,-11],[318.041,-8.526],[313,-6],[312.508,-5.033],[312,-4],[310.472,-3.439],[309,-3],[304.347,-0.38],[300,2],[288.472,8.489],[277,15],[256.048,27.013],[236,39],[231.368,41.654],[227,44],[222.429,46.53],[218,49],[190.195,65.231],[163,81],[160.593,81.939],[158,83],[157.508,83.969],[157,85],[155.472,85.561],[154,86],[149.375,88.605],[145,91],[137.981,94.99],[131,99],[119.233,105.662],[108,112],[106.082,113.451],[104,115],[99.073,117.448],[94,120],[-1.737,175.455],[-97,230],[-101.99,232.511],[-107,235],[-107.492,235.966],[-108,237],[-109.529,237.573],[-111,238],[-116.036,240.603],[-121,242],[-124.26,241.922],[-128,241],[-131.235,228.216],[-127,216],[-124.079,212.629],[-124,209],[-130.542,201.868],[-139,197],[-274.009,122.169]],"c":true}],"h":1},{"t":35.353,"s":[{"i":[[2.155,0.227],[0.368,-1.829],[0.093,-1.892],[-0.196,-1.742],[-0.5,-1.379],[-0.776,-0.972],[-1.008,-0.829],[-1.103,-0.692],[-1.06,-0.562],[-0.758,-0.414],[-0.685,-0.385],[-0.71,-0.403],[-0.832,-0.469],[-1.204,-0.69],[-1.224,-0.704],[-1.158,-0.662],[-1.006,-0.564],[-4.255,-2.367],[-4.207,-2.342],[-4.099,-2.304],[-3.93,-2.252],[-8.515,-4.797],[-8.512,-4.768],[-8.367,-4.712],[-8.077,-4.629],[-3.157,-1.798],[-3.17,-1.797],[-3.053,-1.726],[-2.806,-1.584],[-1.546,-0.854],[-1.552,-0.853],[-1.48,-0.823],[-1.331,-0.762],[-3.165,-1.802],[-3.18,-1.803],[-3.05,-1.724],[-2.776,-1.567],[-1.203,-0.75],[-1.32,-0.651],[-1.457,-0.325],[-1.614,0.227],[-1.744,0.472],[-1.58,0.776],[-1.296,0.791],[-0.893,0.517],[-0.389,0.276],[-0.311,0.255],[-0.266,0.227],[-0.254,0.191],[-0.264,0.089],[-0.286,0.065],[-0.254,0.069],[-0.168,0.1],[-1.671,0.977],[-1.659,0.96],[-1.533,0.878],[-1.293,0.73],[-0.428,0.163],[-0.424,0.135],[-0.408,0.155],[-0.382,0.221],[-0.102,0.261],[-0.104,0.271],[-0.14,0.105],[-0.572,0.13],[-0.337,0.2],[-29.104,16.517],[-28.635,16.793],[-12.515,7.125],[-12.471,7.189],[-50.036,28.57],[-49.975,28.972],[-0.894,0.198],[-0.665,0.462],[-0.212,2.323],[-0.048,3.247],[0.774,-0.404],[0.055,-0.398],[12.632,-7.261],[12.617,-7.148],[2.786,-1.555],[2.198,-1.273],[1.988,-1.168],[2.039,-1.166],[1.197,-0.683],[0.917,-0.53],[1.99,-1.175],[2.072,-1.16],[1.693,-0.794],[1.613,-0.918],[0.149,-0.434],[0.207,-0.154],[0.572,-0.13],[0.337,-0.2],[3.319,-1.921],[2.587,-1.46],[0.859,-0.274],[0.779,-0.46],[0.146,-0.43],[0.213,-0.16],[0.566,-0.123],[0.35,-0.217],[0.865,-0.519],[0.775,-0.449],[22.178,-12.591],[22.037,-12.757],[25.19,-14.495],[25.152,-14.498],[12.707,-7.131],[12.626,-7.246],[9.354,-5.584],[9.158,-5.256],[1.755,-0.912],[1.612,-0.565],[1.997,-0.42],[2.099,1.351],[-0.218,3.751],[0.534,2.37],[6.801,3.868],[5.844,3.349],[4.651,2.547],[3.86,2.212],[3.577,1.91],[3.729,2.091],[8.944,4.988],[9.036,4.896],[22.371,12.462],[22.288,12.546],[1.904,-0.522]],"o":[[-0.627,1.553],[-0.368,1.829],[-0.093,1.892],[0.196,1.742],[0.406,1.121],[0.776,0.972],[1.008,0.829],[1.103,0.692],[0.928,0.492],[0.758,0.414],[0.685,0.385],[0.71,0.403],[1.097,0.619],[1.204,0.69],[1.224,0.704],[1.158,0.662],[4.242,2.379],[4.255,2.367],[4.207,2.342],[4.099,2.304],[8.374,4.798],[8.515,4.797],[8.512,4.768],[8.367,4.712],[3.015,1.728],[3.157,1.798],[3.17,1.797],[3.053,1.726],[1.461,0.825],[1.546,0.854],[1.552,0.853],[1.48,0.823],[3.005,1.722],[3.165,1.802],[3.18,1.803],[3.05,1.724],[1.105,0.623],[1.203,0.75],[1.32,0.651],[1.457,0.325],[1.788,0.122],[1.744,-0.472],[1.58,-0.776],[1.296,-0.791],[0.5,-0.289],[0.389,-0.276],[0.311,-0.255],[0.266,-0.227],[0.187,-0.14],[0.264,-0.089],[0.286,-0.065],[0.254,-0.069],[1.569,-0.929],[1.671,-0.977],[1.659,-0.96],[1.533,-0.878],[0.422,-0.238],[0.428,-0.163],[0.424,-0.135],[0.408,-0.155],[0.133,-0.077],[0.102,-0.261],[0.104,-0.271],[0.374,-0.281],[0.572,-0.13],[28.948,-17.139],[29.104,-16.517],[12.467,-7.311],[12.515,-7.125],[49.879,-28.75],[50.036,-28.57],[0.759,-0.746],[0.894,-0.198],[2.103,-1.462],[0.212,-2.323],[0.153,-1.016],[-0.774,0.404],[-12.855,6.808],[-12.632,7.261],[-2.659,1.507],[-2.786,1.555],[-2.007,1.162],[-1.988,1.168],[-1.293,0.739],[-1.197,0.683],[-1.969,1.14],[-1.99,1.175],[-1.616,0.904],[-1.693,0.795],[-0.196,0.111],[-0.149,0.434],[-0.375,0.281],[-0.572,0.13],[-3.139,1.858],[-3.319,1.921],[-0.786,0.444],[-0.859,0.274],[-0.202,0.119],[-0.146,0.43],[-0.387,0.29],[-0.566,0.123],[-0.764,0.476],[-0.865,0.519],[-22.251,12.88],[-22.178,12.591],[-25.087,14.523],[-25.19,14.495],[-12.547,7.232],[-12.707,7.131],[-9.424,5.409],[-9.354,5.584],[-1.37,0.786],[-1.755,0.912],[-1.915,0.671],[-1.997,0.42],[-3.338,-1.625],[0.218,-3.751],[-6.951,-3.178],[-6.801,-3.868],[-4.534,-2.599],[-4.651,-2.547],[-3.962,-2.27],[-3.577,-1.91],[-9.187,-5.152],[-8.944,-4.988],[-22.226,-12.608],[-22.372,-12.462],[-1.227,-0.862],[-1.904,0.522]],"v":[[-439,81],[-440.495,86.126],[-441.19,91.761],[-441.04,97.265],[-440,102],[-438.192,105.139],[-435.48,107.839],[-432.279,110.12],[-429,112],[-426.496,113.348],[-424.356,114.534],[-422.288,115.704],[-420,117],[-416.527,118.977],[-412.863,121.082],[-409.267,123.146],[-406,125],[-393.24,132.123],[-380.532,139.19],[-368.059,146.163],[-356,153],[-330.632,167.4],[-305.056,181.755],[-279.702,195.982],[-255,210],[-245.709,215.306],[-236.187,220.716],[-226.821,226.018],[-218,231],[-213.47,233.525],[-208.804,236.093],[-204.236,238.615],[-200,241],[-190.71,246.306],[-181.157,251.733],[-171.776,257.043],[-163,262],[-159.544,264.117],[-155.764,266.275],[-151.602,267.796],[-147,268],[-141.673,267.403],[-136.658,265.458],[-132.314,263.035],[-129,261],[-127.674,260.15],[-126.631,259.352],[-125.773,258.628],[-125,258],[-124.31,257.663],[-123.472,257.439],[-122.648,257.246],[-122,257],[-117.111,254.124],[-112.086,251.201],[-107.268,248.428],[-103,246],[-101.721,245.41],[-100.44,244.975],[-99.189,244.552],[-98,244],[-97.657,243.449],[-97.357,242.607],[-97,242],[-95.472,241.439],[-94,241],[-6.765,190.74],[80,141],[117.497,119.408],[155,98],[304.928,12.167],[455,-74],[457.571,-75.213],[460,-76],[463.041,-81.661],[463,-90],[461.656,-90.56],[460,-89],[421.822,-67.755],[384,-46],[375.655,-41.325],[368,-37],[362.024,-33.503],[356,-30],[352.217,-27.843],[349,-26],[343.077,-22.515],[337,-19],[331.998,-16.51],[327,-14],[326.508,-13.032],[326,-12],[324.472,-11.439],[323,-11],[313.086,-5.201],[304,0],[301.494,0.988],[299,2],[298.508,2.97],[298,4],[296.472,4.554],[295,5],[292.508,6.521],[290,8],[223.339,46.093],[157,84],[81.549,127.518],[6,171],[-31.941,192.489],[-70,214],[-98.2,230.615],[-126,247],[-130.819,249.665],[-136,252],[-141.862,254.017],[-148,253],[-151.603,244.059],[-151,234],[-171.83,223.129],[-191,212],[-205.006,204.21],[-218,197],[-229.174,190.866],[-240,185],[-267.113,169.808],[-294,155],[-360.953,117.453],[-428,80],[-432.804,80.023]],"c":true}],"h":1},{"t":35.883,"s":[{"i":[[-0.998,4.236],[0,1.667],[0,1.666],[0.774,-0.404],[0.055,-0.398],[6.422,-3.751],[6.573,-3.788],[11.071,-6.258],[10.106,-5.85],[0.295,-0.382],[0.356,-0.204],[1.897,-0.766],[1.746,-0.98],[1.473,-1.058],[1.546,-0.888],[4.628,-2.527],[3.967,-2.297],[1.995,-1.168],[2.054,-1.188],[1.197,-0.68],[0.918,-0.532],[1.99,-1.174],[2.07,-1.165],[20.874,-11.971],[19.891,-11.516],[1.99,-1.175],[2.072,-1.16],[1.7,-0.799],[1.573,-0.895],[0.15,-0.434],[0.206,-0.154],[0.572,-0.13],[0.338,-0.2],[18.93,-10.689],[17.997,-10.418],[1.442,-1.038],[1.646,-0.928],[1.895,-0.766],[1.744,-0.992],[0.149,-0.434],[0.207,-0.154],[0.572,-0.13],[0.337,-0.2],[4.016,-2.329],[3.741,-2.2],[14.407,-8.07],[15.358,-8.891],[1.44,-1.038],[1.862,-1.049],[1.922,-0.781],[1.786,-1.017],[0.149,-0.434],[0.207,-0.154],[0.572,-0.13],[0.337,-0.2],[3.102,-1.532],[2.322,0.471],[1.007,2.164],[3.387,1.615],[44.404,24.929],[44.595,24.739],[1.423,1.003],[1.698,-1.333],[1.621,-1.379],[0.553,-2.447],[-2.822,-1.895],[-2.873,-1.663],[-3.929,-2.201],[-3.466,-1.986],[-7.839,-4.402],[-7.142,-4.093],[-17.065,-9.56],[-16.125,-9.239],[-2.328,-1.327],[-2.335,-1.346],[-3.912,-2.201],[-3.469,-1.958],[-3.097,-1.703],[-2.659,-1.524],[-6.343,-3.597],[-5.603,-3.161],[-2.645,-1.304],[-3.219,0.458],[-3.465,1.696],[-3.026,1.752],[-3.199,1.947],[-2.95,2.327],[-10.757,6.188],[-10.004,5.715],[-1.689,0.787],[-1.596,0.908],[-0.15,0.434],[-0.206,0.154],[-0.572,0.13],[-0.337,0.199],[-2.294,1.302],[-2.421,1.371],[-3.899,2.203],[-3.488,1.969],[-2.295,1.307],[-2.347,1.376],[-21.678,12.3],[-20.961,12.292],[-6.18,3.469],[-6.161,3.536],[-19.181,11.196],[-18.426,10.397],[-0.889,0.293],[-0.743,0.431],[-0.148,0.432],[-0.209,0.157],[-0.572,0.13],[-0.337,0.2],[-2.306,1.307],[-2.26,1.282],[-1.676,0.782],[-1.631,0.928],[-0.15,0.434],[-0.206,0.155],[-0.572,0.13],[-0.337,0.199],[-2.301,1.299],[-2.382,1.379],[-6.976,3.998],[-24.872,14.112],[-3.166,1.801],[-0.412,0.309],[-0.674,0.398],[-0.992,0.586]],"o":[[0,-1.666],[0,-1.667],[0.153,-1.016],[-0.774,0.404],[-6.738,3.207],[-6.422,3.751],[-10.612,6.117],[-11.071,6.258],[-0.464,0.268],[-0.295,0.382],[-1.664,0.954],[-1.898,0.766],[-1.563,0.878],[-1.473,1.059],[-4.519,2.597],[-4.628,2.526],[-1.968,1.139],[-1.995,1.168],[-1.292,0.748],[-1.197,0.68],[-1.969,1.14],[-1.99,1.174],[-20.613,11.601],[-20.874,11.971],[-1.969,1.14],[-1.99,1.175],[-1.627,0.91],[-1.7,0.799],[-0.195,0.111],[-0.15,0.434],[-0.375,0.281],[-0.572,0.13],[-18.284,10.825],[-18.93,10.689],[-1.585,0.918],[-1.442,1.038],[-1.675,0.945],[-1.895,0.766],[-0.196,0.112],[-0.149,0.434],[-0.374,0.281],[-0.572,0.13],[-4.197,2.484],[-4.016,2.329],[-15.014,8.829],[-14.407,8.07],[-1.377,0.798],[-1.44,1.038],[-1.526,0.861],[-1.922,0.781],[-0.195,0.112],[-0.15,0.434],[-0.375,0.281],[-0.572,0.13],[-2.269,1.344],[-3.102,1.532],[-3.586,-0.727],[-1.007,-2.164],[-44.788,-24.546],[-44.404,-24.929],[-1.608,-0.32],[-1.423,-1.003],[-0.964,2.035],[-1.621,1.379],[0.839,3.755],[2.822,1.895],[3.817,2.21],[3.929,2.201],[7.504,4.3],[7.839,4.402],[16.613,9.52],[17.065,9.56],[2.352,1.348],[2.328,1.326],[3.882,2.238],[3.912,2.201],[2.954,1.666],[3.097,1.703],[6.024,3.452],[6.343,3.597],[2.199,1.241],[2.645,1.304],[4.113,-0.462],[3.465,-1.696],[3.255,-1.884],[3.199,-1.947],[10.968,-5.532],[10.757,-6.188],[1.65,-0.942],[1.689,-0.787],[0.195,-0.112],[0.15,-0.434],[0.374,-0.281],[0.572,-0.13],[2.405,-1.421],[2.294,-1.302],[3.916,-2.219],[3.899,-2.203],[2.473,-1.395],[2.295,-1.307],[21.326,-12.507],[21.678,-12.3],[6.119,-3.588],[6.18,-3.469],[18.851,-10.819],[19.181,-11.196],[0.702,-0.396],[0.889,-0.293],[0.199,-0.116],[0.148,-0.432],[0.375,-0.281],[0.572,-0.13],[2.514,-1.489],[2.307,-1.307],[1.663,-0.944],[1.676,-0.782],[0.196,-0.111],[0.15,-0.434],[0.374,-0.28],[0.572,-0.13],[2.414,-1.427],[2.301,-1.299],[7.689,-4.451],[25.692,-14.723],[3.166,-1.796],[0.391,-0.222],[0.748,-0.561],[1.808,-1.068],[2.851,-1.685]],"v":[[463,-80],[463,-85],[463,-90],[461.656,-90.56],[460,-89],[440.377,-78.436],[421,-67],[388.12,-48.3],[356,-30],[354.92,-28.952],[354,-28],[348.562,-25.52],[343,-23],[338.486,-20.008],[334,-17],[320.086,-9.275],[307,-2],[301.065,1.463],[295,5],[291.22,7.162],[288,9],[282.075,12.482],[276,16],[213.459,51.564],[152,87],[146.077,90.485],[140,94],[134.959,96.512],[130,99],[129.508,99.967],[129,101],[127.472,101.561],[126,102],[69.785,134.305],[14,166],[9.546,168.992],[5,172],[-0.448,174.464],[-6,177],[-6.492,177.968],[-7,179],[-8.528,179.561],[-10,180],[-22.342,187.214],[-34,194],[-77.741,218.953],[-122,244],[-126.137,246.811],[-131,250],[-136.305,252.383],[-142,255],[-142.492,255.968],[-143,257],[-144.528,257.561],[-146,258],[-154.46,262.861],[-163,265],[-168.649,260.166],[-174,254],[-307.645,179.645],[-441,105],[-445.433,102.261],[-450,102],[-454.309,106.691],[-458,112],[-452.025,120.069],[-443,125],[-431.237,131.668],[-420,138],[-396.728,151.156],[-374,164],[-323.133,192.71],[-273,221],[-265.987,225.002],[-259,229],[-247.191,235.71],[-236,242],[-226.779,247.107],[-218,252],[-199.184,262.718],[-181,273],[-173.765,277.274],[-165,279],[-153.685,275.467],[-144,270],[-134.272,264.332],[-125,258],[-92.277,240.137],[-61,222],[-55.959,219.474],[-51,217],[-50.508,216.032],[-50,215],[-48.472,214.439],[-47,214],[-40.012,209.963],[-33,206],[-21.179,199.312],[-10,193],[-2.905,188.986],[4,185],[68.774,147.839],[133,111],[151.469,100.461],[170,90],[227.319,56.684],[284,24],[286.47,23.026],[289,22],[289.492,21.031],[290,20],[291.528,19.439],[293,19],[300.191,14.845],[307,11],[312.024,8.488],[317,6],[317.492,5.033],[318,4],[319.528,3.439],[321,3],[328.024,-1.036],[335,-5],[358,-18],[436,-63],[446,-68],[447,-70],[450,-71],[454,-74]],"c":true}],"h":1},{"t":36.412,"s":[{"i":[[0.19,-1.135],[0.399,-0.101],[0.014,-0.486],[6.65,-3.667],[6.668,-3.827],[19.747,-11.455],[19.935,-11.657],[1.701,-0.785],[1.593,-0.924],[2.957,-1.75],[2.356,-1.364],[0.295,-0.382],[0.356,-0.204],[1.885,-0.759],[1.709,-0.96],[1.509,-1.078],[1.457,-0.845],[3.129,-1.706],[2.486,-1.439],[0.294,-0.381],[0.358,-0.207],[1.908,-0.77],[1.702,-0.956],[1.474,-1.057],[1.547,-0.897],[3.313,-1.778],[3.25,-1.859],[36.872,-21.174],[37.036,-21.442],[0.788,-0.483],[0.755,-0.436],[1.942,-1.137],[1.989,-1.153],[3.313,-1.778],[3.25,-1.859],[4.838,-2.756],[4.135,-2.394],[2.001,-1.175],[2.034,-1.163],[4.837,-2.756],[4.135,-2.394],[1.962,-1.158],[2.204,-1.24],[1.645,-1.012],[1.796,-1.039],[3.839,-1.941],[2.572,0.123],[2.951,1.897],[2.268,1.274],[1.574,0.623],[1.327,0.736],[2.815,1.696],[2.661,1.507],[10.188,5.648],[9.851,5.524],[5.627,3.389],[5.518,3.094],[10.97,6.03],[10.209,5.761],[0.626,0.541],[0.75,0.416],[3.046,1.442],[2.896,1.613],[2.812,1.696],[2.851,1.599],[5.756,3.253],[6.166,2.731],[0.778,0.404],[0.087,0.02],[-0.001,-0.374],[1.115,-0.944],[0.74,-1.697],[0.855,-1.212],[-1.541,-0.792],[-1.494,-0.84],[-32.073,-18.024],[-31.122,-17.661],[-1.32,-0.866],[-1.354,-0.76],[-1.561,-0.613],[-1.37,-0.769],[-2.6,-1.714],[-2.625,-1.474],[-1.544,-0.603],[-1.427,-0.802],[-1.317,-0.864],[-1.387,-0.787],[-4.284,-2.435],[-4.594,-1.839],[-1.823,-0.677],[-2.704,0.204],[-2.088,1.094],[-2.01,1.069],[-3.891,2.083],[-3.549,1.6],[-0.154,0.451],[-0.207,0.118],[-2.228,0.914],[-2.039,1.179],[-0.333,0.397],[-0.377,0.245],[-1.469,0.771],[-1.502,0.866],[-13.997,7.955],[-13.901,8.048],[-5.748,3.334],[-5.523,2.49],[-0.154,0.451],[-0.208,0.118],[-2.01,0.868],[-1.311,0.591],[-0.155,0.451],[-0.206,0.119],[-2.03,0.94],[-1.935,1.115],[-29.833,17.121],[-29.657,17.217],[-31.587,18.004],[-31.078,17.913],[-2.673,1.479],[-2.647,1.552],[-2.324,1.333],[-2.886,1.621],[-2.438,1.395],[-2.821,1.605],[-1.266,0.721],[-2.84,3.647],[-1.393,0.965],[-0.11,6.253]],"o":[[-0.388,0.112],[-0.399,0.1],[-6.733,3.505],[-6.65,3.667],[-20.078,11.523],[-19.747,11.455],[-1.603,0.938],[-1.701,0.785],[-2.817,1.634],[-2.957,1.75],[-0.464,0.268],[-0.295,0.382],[-1.751,1.005],[-1.885,0.759],[-1.505,0.845],[-1.509,1.078],[-2.996,1.737],[-3.129,1.706],[-0.466,0.27],[-0.294,0.381],[-1.665,0.962],[-1.908,0.77],[-1.556,0.874],[-1.474,1.057],[-3.498,2.028],[-3.313,1.778],[-36.476,20.864],[-36.872,21.174],[-1.093,0.633],[-0.788,0.483],[-2.243,1.299],[-1.942,1.137],[-3.498,2.028],[-3.313,1.778],[-4.516,2.582],[-4.837,2.756],[-1.962,1.136],[-2.001,1.175],[-4.516,2.582],[-4.837,2.756],[-1.949,1.129],[-1.962,1.158],[-1.625,0.914],[-1.645,1.012],[-4.072,2.357],[-3.839,1.941],[-2.93,-0.139],[-2.951,-1.897],[-1.376,-0.773],[-1.574,-0.623],[-3.079,-1.708],[-2.815,-1.696],[-10.396,-5.886],[-10.188,-5.647],[-5.974,-3.35],[-5.627,-3.389],[-10.913,-6.12],[-10.97,-6.03],[-0.745,-0.421],[-0.626,-0.541],[-2.918,-1.62],[-3.046,-1.442],[-2.903,-1.616],[-2.812,-1.696],[-5.809,-3.257],[-5.756,-3.253],[-0.802,-1.364],[-0.778,-0.404],[-1.889,-0.44],[0.001,0.374],[-1.185,1.002],[-0.74,1.697],[0.342,1.992],[1.541,0.792],[31.587,18.242],[32.073,18.024],[1.365,0.774],[1.32,0.866],[1.387,0.779],[1.561,0.613],[2.976,1.671],[2.6,1.714],[1.399,0.785],[1.544,0.603],[1.346,0.755],[1.317,0.864],[4.269,2.423],[4.284,2.435],[1.004,1.496],[1.823,0.677],[2.637,0.446],[2.088,-1.094],[3.888,-2.068],[3.891,-2.083],[0.175,-0.079],[0.154,-0.451],[2.048,-1.166],[2.228,-0.914],[0.291,-0.168],[0.333,-0.397],[1.621,-1.05],[1.469,-0.771],[14.109,-8.132],[13.997,-7.955],[5.483,-3.174],[5.749,-3.334],[0.175,-0.079],[0.154,-0.451],[1.649,-0.938],[2.01,-0.868],[0.175,-0.079],[0.155,-0.451],[1.945,-1.124],[2.03,-0.94],[30.011,-17.298],[29.833,-17.121],[31.572,-18.069],[31.587,-18.004],[2.659,-1.533],[2.673,-1.479],[2.432,-1.426],[2.944,-1.689],[2.516,-1.413],[2.977,-1.703],[1.068,-0.608],[4.446,-2.529],[2.063,-0.822],[4.225,-2.927],[0.003,-0.555]],"v":[[462,-90],[460.719,-89.78],[460,-89],[439.95,-78.241],[420,-67],[360.393,-32.6],[301,2],[295.992,4.51],[291,7],[282.155,12.203],[274,17],[272.919,18.048],[272,19],[266.469,21.534],[261,24],[256.464,27],[252,30],[242.617,35.223],[234,40],[232.92,41.047],[232,42],[226.528,44.505],[221,47],[216.493,49.983],[212,53],[201.814,58.626],[192,64],[81.92,127.066],[-29,191],[-31.754,192.647],[-34,194],[-40.191,197.61],[-46,201],[-56.186,206.626],[-66,212],[-80.286,220.141],[-94,228],[-99.946,231.48],[-106,235],[-120.285,243.141],[-134,251],[-139.809,254.416],[-146,258],[-150.872,260.906],[-156,264],[-168.125,270.86],[-178,274],[-186.996,270.351],[-195,265],[-199.536,262.973],[-204,261],[-212.814,255.849],[-221,251],[-251.909,233.728],[-282,217],[-299.342,206.808],[-316,197],[-349.028,178.731],[-381,161],[-382.996,159.497],[-385,158],[-394.017,153.494],[-403,149],[-411.539,143.987],[-420,139],[-437.232,129.105],[-455,120],[-457.536,117.492],[-459,117],[-461.08,116.962],[-462,119],[-464.748,123.343],[-467,128],[-463.864,131.864],[-459,134],[-363.151,188.436],[-268,242],[-263.992,244.511],[-260,247],[-255.487,249.007],[-251,251],[-242.736,256.148],[-235,261],[-230.521,262.988],[-226,265],[-222.031,267.476],[-218,270],[-205.243,277.438],[-192,284],[-187.776,287.276],[-181,288],[-174.029,286.636],[-168,283],[-156.246,276.649],[-145,271],[-144.524,270.029],[-144,269],[-137.493,266.01],[-131,263],[-130.065,262.057],[-129,261],[-124.41,258.362],[-120,256],[-77.844,231.936],[-36,208],[-19.03,197.987],[-2,189],[-1.524,188.029],[-1,187],[4.753,184.239],[10,182],[10.477,181.03],[11,180],[17.007,176.994],[23,174],[112.766,122.439],[202,71],[296.87,16.883],[391,-37],[399.009,-41.486],[407,-46],[414,-51],[423,-55],[430,-60],[439,-64],[442,-67],[454,-74],[460,-76],[463,-90]],"c":true}],"h":1},{"t":36.941,"s":[{"i":[[0.155,-1.947],[0.265,-1.29],[0.246,-1.31],[0.537,-1.019],[-1.456,-0.877],[-1.942,-0.392],[-1.446,-0.714],[-1.352,-0.755],[-5.655,-3.289],[-4.922,-2.793],[-1.32,-0.866],[-1.354,-0.76],[-1.582,-0.624],[-1.337,-0.752],[-2.079,-1.478],[-1.596,-0.912],[-0.885,-0.29],[-0.707,-0.409],[-3.536,-2.02],[-3.232,-1.823],[-0.659,-0.558],[-0.704,-0.395],[-1.564,-0.612],[-1.361,-0.776],[-1.287,-0.845],[-1.384,-0.781],[-15.707,-8.96],[-14.827,-8.503],[-1.333,-0.871],[-1.32,-0.741],[-3.027,-1.427],[-2.97,-1.649],[-1.302,-0.856],[-1.422,-0.815],[-2.049,-1.217],[-1.733,-0.945],[-2.321,-1.324],[-2.542,-0.518],[-3.255,1.663],[-2.45,1.418],[-0.296,0.383],[-0.354,0.202],[-1.889,0.764],[-1.735,0.974],[-0.351,0.411],[-0.314,0.195],[-1.345,0.605],[-1.169,0.677],[-20.445,11.798],[-20.593,11.87],[-76.525,43.669],[-76.568,44.327],[-0.296,0.383],[-0.354,0.201],[-1.883,0.76],[-1.84,1.034],[-0.351,0.412],[-0.314,0.195],[-2.356,1.18],[-1.511,0.995],[-0.544,0.625],[-0.362,1.536],[0.121,1.523],[-0.203,1.718],[0.774,-0.404],[0.055,-0.398],[5.709,-3.288],[5.157,-2.986],[1.709,-0.837],[1.399,-0.63],[0.154,-0.451],[0.207,-0.118],[2.024,-0.941],[1.967,-1.133],[3.838,-2.146],[3.746,-2.169],[3.695,-2.205],[3.49,-2.02],[1.709,-0.837],[1.399,-0.63],[0.154,-0.451],[0.207,-0.118],[2.022,-0.94],[1.993,-1.148],[3.836,-2.144],[3.756,-2.175],[1.817,-1.208],[1.873,-1.095],[2.03,-0.938],[1.949,-1.12],[1.805,-1.206],[1.884,-1.085],[28.707,-16.406],[27.782,-16.013],[1.914,-1.059],[1.464,-1.679],[12.819,-7.457],[11.882,-6.704],[0.824,-0.257],[0.848,-0.491],[0.148,-0.432],[0.21,-0.157],[0.572,-0.13],[0.337,-0.199],[3.086,-1.677],[2.652,-1.519],[6.674,-3.834],[6.672,-3.863],[18.704,-10.829],[17.922,-10.112],[0.867,-0.279],[0.744,-0.44],[0.146,-0.43],[0.214,-0.16],[0.565,-0.122],[0.351,-0.221],[1.461,-0.776],[1.546,-0.885],[2.305,-1.354],[2.598,-0.336],[23.41,13.207],[23.24,13.454],[11.721,6.436],[11.6,6.59],[5.843,3.355],[5.811,3.278],[4.332,2.57],[4.21,2.202],[1.634,0.816]],"o":[[-0.596,0.959],[-0.265,1.29],[-0.246,1.31],[1.233,1.1],[1.456,0.877],[0.863,1.391],[1.446,0.714],[5.46,3.049],[5.655,3.289],[1.365,0.774],[1.32,0.866],[1.337,0.751],[1.582,0.624],[2.087,1.175],[2.079,1.478],[0.754,0.431],[0.885,0.29],[3.625,2.096],[3.536,2.02],[0.659,0.371],[0.659,0.558],[1.384,0.778],[1.564,0.612],[1.47,0.839],[1.287,0.845],[15.346,8.656],[15.707,8.96],[1.347,0.773],[1.333,0.871],[2.923,1.642],[3.027,1.428],[1.372,0.762],[1.302,0.856],[2.072,1.188],[2.048,1.217],[2.175,1.185],[2.321,1.324],[3.529,-0.931],[3.255,-1.663],[0.461,-0.267],[0.296,-0.383],[1.707,-0.971],[1.889,-0.764],[0.284,-0.159],[0.351,-0.411],[1.453,-0.903],[1.345,-0.605],[20.626,-11.94],[20.445,-11.798],[76.332,-43.998],[76.525,-43.669],[0.461,-0.267],[0.296,-0.383],[1.626,-0.925],[1.883,-0.76],[0.284,-0.159],[0.351,-0.412],[2.064,-1.283],[2.356,-1.18],[1.462,-0.963],[0.544,-0.625],[0.281,-1.191],[-0.121,-1.523],[0.153,-1.016],[-0.774,0.404],[-6.009,2.862],[-5.708,3.288],[-1.765,1.022],[-1.709,0.837],[-0.175,0.079],[-0.154,0.451],[-1.938,1.102],[-2.024,0.941],[-3.902,2.249],[-3.838,2.145],[-3.73,2.16],[-3.695,2.205],[-1.765,1.022],[-1.709,0.837],[-0.175,0.079],[-0.154,0.451],[-1.918,1.091],[-2.022,0.94],[-3.9,2.248],[-3.836,2.144],[-1.857,1.075],[-1.817,1.208],[-1.93,1.128],[-2.03,0.938],[-1.897,1.09],[-1.805,1.206],[-28.391,16.364],[-28.707,16.406],[-1.88,1.083],[-1.914,1.059],[-12.843,6.467],[-12.819,7.457],[-0.855,0.483],[-0.824,0.257],[-0.198,0.115],[-0.148,0.432],[-0.374,0.281],[-0.572,0.13],[-3.003,1.774],[-3.086,1.677],[-6.632,3.8],[-6.674,3.834],[-18.264,10.573],[-18.703,10.829],[-0.788,0.445],[-0.867,0.279],[-0.203,0.12],[-0.146,0.43],[-0.389,0.292],[-0.565,0.122],[-1.609,1.01],[-1.461,0.776],[-2.18,1.25],[-2.305,1.354],[-23.122,-12.721],[-23.41,-13.207],[-11.514,-6.666],[-11.721,-6.436],[-5.817,-3.305],[-5.843,-3.355],[-4.461,-2.516],[-4.332,-2.571],[-1.308,-0.684],[-1.634,-0.816]],"v":[[-469,127],[-470.215,130.451],[-470.904,134.429],[-472,138],[-468.032,141.031],[-463,143],[-459.367,145.977],[-455,148],[-438.096,157.692],[-422,167],[-417.992,169.511],[-414,172],[-409.499,173.999],[-405,176],[-398.632,180.197],[-393,184],[-390.465,185.017],[-388,186],[-377.205,192.204],[-367,198],[-365.034,199.482],[-363,201],[-358.483,203.001],[-354,205],[-349.935,207.543],[-346,210],[-299.111,236.614],[-253,263],[-248.979,265.524],[-245,268],[-236.036,272.495],[-227,277],[-223.037,279.459],[-219,282],[-212.746,285.683],[-207,289],[-200.275,293.001],[-193,296],[-182.69,291.866],[-174,287],[-172.92,285.951],[-172,285],[-166.521,282.502],[-161,280],[-160.023,279.027],[-159,278],[-154.787,275.831],[-151,274],[-89.475,238.447],[-28,203],[201.323,71.746],[431,-60],[432.08,-61.049],[433,-62],[438.34,-64.419],[444,-67],[444.977,-67.973],[446,-69],[452.915,-72.716],[459,-76],[461.825,-78.07],[463,-81],[463.058,-85.105],[463,-90],[461.656,-90.56],[460,-89],[442.361,-79.593],[426,-70],[420.725,-67.206],[416,-65],[415.524,-64.029],[415,-63],[409.022,-60.024],[403,-57],[391.383,-50.44],[380,-44],[368.82,-37.396],[358,-31],[352.725,-28.206],[348,-26],[347.524,-25.029],[347,-24],[341.057,-21.043],[335,-18],[323.392,-11.445],[312,-5],[306.512,-1.515],[301,2],[295.014,5.006],[289,8],[283.49,11.503],[278,15],[192.043,64.263],[107,113],[101.188,116.053],[96,120],[57.279,141.322],[20,163],[17.495,163.994],[15,165],[14.508,165.969],[14,167],[12.472,167.561],[11,168],[1.736,173.191],[-7,178],[-26.97,189.453],[-47,201],[-102.757,233.346],[-158,265],[-160.533,266.003],[-163,267],[-163.492,267.97],[-164,269],[-165.529,269.553],[-167,270],[-171.548,272.594],[-176,275],[-182.686,279.185],[-190,282],[-259.912,243.05],[-330,203],[-364.936,183.443],[-400,164],[-417.504,153.98],[-435,144],[-448.188,136.264],[-461,129],[-465.864,126.027]],"c":true}],"h":1},{"t":37.471,"s":[{"i":[[-46.191,-25.974],[-0.799,0.568],[-0.898,0.437],[-0.9,0.4],[-0.806,0.458],[-12.936,7.404],[-12.903,7.421],[-12.89,7.431],[-12.898,7.434],[-13.763,7.904],[-13.765,7.906],[-13.744,7.924],[-13.701,7.958],[-10.386,5.917],[-10.444,5.994],[-10.336,5.955],[-10.063,5.8],[-1.581,0.859],[-1.594,0.859],[-1.466,0.82],[-1.196,0.743],[-0.162,0.175],[-0.17,0.202],[-0.172,0.177],[-0.171,0.098],[-0.93,0.412],[-0.947,0.381],[-0.919,0.404],[-0.845,0.48],[-0.151,0.166],[-0.157,0.197],[-0.178,0.182],[-0.212,0.123],[-0.7,0.443],[-0.637,0.417],[-0.618,0.39],[-0.645,0.363],[-0.919,0.404],[-0.946,0.383],[-0.929,0.413],[-0.868,0.494],[-0.202,0.242],[-0.226,0.256],[-0.283,0.164],[-0.842,0.507],[-0.616,0.383],[-0.49,0.095],[-0.552,0.316],[-4.018,2.468],[-3.162,1.966],[-1.326,0.594],[-1.233,0.713],[-13.202,7.565],[-13.839,8.011],[-0.296,0.383],[-0.354,0.201],[-1.863,0.749],[-1.874,1.053],[-0.351,0.412],[-0.314,0.195],[-2.355,1.18],[-1.469,0.968],[-0.544,0.625],[-0.362,1.536],[0.135,1.584],[-0.232,1.367],[0.774,-0.404],[0.055,-0.398],[6.768,-3.921],[6.869,-3.891],[3.196,-1.729],[2.366,-1.471],[0.339,-0.405],[0.343,-0.192],[1.876,-0.756],[1.728,-0.983],[0.315,-0.394],[0.424,-0.245],[1.273,-0.835],[1.291,-0.725],[1.908,-0.77],[1.665,-0.962],[0.312,-0.391],[0.429,-0.248],[0.788,-0.483],[0.755,-0.436],[0.842,-0.507],[0.616,-0.383],[2.982,-1.596],[2.893,-1.639],[3.174,-1.715],[2.435,-1.514],[0.339,-0.405],[0.343,-0.192],[1.883,-0.76],[1.685,-0.959],[0.315,-0.394],[0.424,-0.245],[1.27,-0.827],[1.295,-0.75],[1.34,-0.618],[1.103,-0.639],[0.296,-0.383],[0.354,-0.201],[1.892,-0.765],[1.696,-0.952],[0.351,-0.412],[0.314,-0.195],[1.365,-0.617],[1.113,-0.645],[15.353,-8.823],[15.167,-8.78],[13.67,-7.805],[13.544,-7.806],[13.673,-7.815],[13.556,-7.814],[13.685,-7.822],[13.516,-7.791],[20.623,-11.859],[20.758,-11.605],[11.406,6.342],[11.38,6.588],[34.237,19.393],[33.913,19.665],[1.02,0.098],[-0.447,-1.746],[-0.05,-2.117],[-1.624,-0.543],[-45.911,-26.256]],"o":[[0.603,-0.796],[0.799,-0.568],[0.898,-0.437],[0.9,-0.4],[12.99,-7.38],[12.936,-7.404],[12.903,-7.421],[12.89,-7.431],[13.74,-7.919],[13.763,-7.904],[13.765,-7.906],[13.744,-7.924],[10.162,-5.724],[10.386,-5.917],[10.444,-5.994],[10.336,-5.955],[1.427,-0.822],[1.581,-0.859],[1.594,-0.859],[1.466,-0.82],[0.151,-0.094],[0.162,-0.175],[0.17,-0.202],[0.172,-0.177],[0.867,-0.497],[0.93,-0.412],[0.947,-0.381],[0.919,-0.404],[0.158,-0.09],[0.151,-0.166],[0.157,-0.197],[0.178,-0.182],[0.808,-0.468],[0.7,-0.443],[0.637,-0.417],[0.618,-0.39],[0.848,-0.476],[0.919,-0.404],[0.946,-0.383],[0.929,-0.413],[0.211,-0.12],[0.202,-0.242],[0.226,-0.256],[1.015,-0.588],[0.842,-0.507],[0.489,-0.304],[0.49,-0.095],[3.767,-2.162],[4.018,-2.468],[1.462,-0.909],[1.326,-0.594],[13.351,-7.729],[13.202,-7.565],[0.461,-0.267],[0.296,-0.383],[1.675,-0.953],[1.863,-0.749],[0.284,-0.159],[0.351,-0.412],[2.111,-1.312],[2.355,-1.18],[1.461,-0.963],[0.544,-0.625],[0.306,-1.297],[-0.135,-1.584],[0.153,-1.016],[-0.774,0.404],[-7.058,3.423],[-6.768,3.921],[-2.85,1.614],[-3.196,1.729],[-0.302,0.188],[-0.339,0.405],[-1.768,0.992],[-1.876,0.756],[-0.317,0.18],[-0.315,0.394],[-1.616,0.936],[-1.273,0.835],[-1.702,0.956],[-1.908,0.77],[-0.322,0.186],[-0.312,0.391],[-1.093,0.633],[-0.788,0.483],[-1.015,0.587],[-0.842,0.507],[-3.178,1.976],[-2.982,1.596],[-2.869,1.625],[-3.174,1.715],[-0.302,0.188],[-0.339,0.405],[-1.784,1.002],[-1.883,0.76],[-0.317,0.18],[-0.315,0.394],[-1.626,0.942],[-1.27,0.827],[-1.539,0.891],[-1.339,0.618],[-0.461,0.267],[-0.296,0.383],[-1.736,0.988],[-1.892,0.765],[-0.284,0.159],[-0.351,0.412],[-1.425,0.886],[-1.365,0.617],[-15.423,8.928],[-15.353,8.823],[-13.774,7.974],[-13.67,7.805],[-13.751,7.926],[-13.673,7.815],[-13.745,7.923],[-13.685,7.822],[-20.749,11.959],[-20.623,11.859],[-10.995,-7.045],[-11.406,-6.342],[-34.14,-19.763],[-34.236,-19.393],[-0.369,-0.354],[-1.02,-0.098],[0.176,1.99],[0.05,2.117],[46.163,26.002],[45.911,26.256]],"v":[[-196,300],[-193.874,297.978],[-191.305,296.494],[-188.584,295.263],[-186,294],[-147.115,271.821],[-108.361,249.581],[-69.676,227.3],[-31,205],[10.26,181.268],[51.559,157.558],[92.827,133.818],[134,110],[164.862,92.51],[196.148,74.615],[227.359,56.662],[258,39],[262.548,36.468],[267.346,33.881],[271.972,31.354],[276,29],[276.471,28.584],[276.97,28.006],[277.484,27.425],[278,27],[280.707,25.65],[283.534,24.475],[286.344,23.313],[289,22],[289.46,21.605],[289.919,21.049],[290.419,20.469],[291,20],[293.251,18.633],[295.244,17.342],[297.115,16.13],[299,15],[301.661,13.693],[304.47,12.527],[307.294,11.347],[310,10],[310.611,9.431],[311.245,8.657],[312,8],[314.799,6.347],[317,5],[318.453,4.509],[320,4],[331.953,-3.147],[343,-10],[347.172,-12.147],[351,-14],[390.634,-36.788],[431,-60],[432.08,-61.049],[433,-62],[438.351,-64.425],[444,-67],[444.977,-67.973],[446,-69],[452.981,-72.758],[459,-76],[461.824,-78.07],[463,-81],[463.056,-85.448],[463,-90],[461.656,-90.56],[460,-89],[439.358,-77.851],[419,-66],[409.637,-60.892],[401,-56],[400.031,-55.004],[399,-54],[393.47,-51.493],[388,-49],[387.081,-48.049],[386,-47],[381.756,-44.342],[378,-42],[372.472,-39.505],[367,-37],[366.08,-36.047],[365,-35],[362.246,-33.353],[360,-32],[357.201,-30.347],[355,-29],[345.787,-23.748],[337,-19],[327.675,-13.917],[319,-9],[318.031,-8.004],[317,-7],[311.425,-4.468],[306,-2],[305.081,-1.049],[304,0],[299.751,2.644],[296,5],[291.673,7.189],[288,9],[286.92,10.049],[286,11],[280.47,13.527],[275,16],[274.023,16.973],[273,18],[268.766,20.181],[265,22],[218.808,48.611],[173,75],[131.827,98.626],[91,122],[49.853,145.584],[9,169],[-32.172,192.599],[-73,216],[-134.993,251.766],[-197,287],[-230.712,267.157],[-265,248],[-367.67,189.426],[-470,131],[-472.612,129.925],[-474,132],[-474.086,138.586],[-472,143],[-334.021,221.521]],"c":true}],"h":1},{"t":38,"s":[{"i":[[-5.94,-2.925],[-20.692,11.837],[-20.789,11.865],[-20.702,11.845],[-20.432,11.777],[-3.41,1.997],[-3.405,2.006],[-3.417,2.006],[-3.448,1.996],[-0.724,0.354],[-0.708,0.326],[-0.63,0.309],[-0.49,0.305],[-0.162,0.175],[-0.169,0.202],[-0.173,0.176],[-0.172,0.096],[-0.926,0.408],[-0.952,0.386],[-0.925,0.41],[-0.844,0.48],[-0.151,0.166],[-0.157,0.197],[-0.178,0.182],[-0.212,0.123],[-0.468,0.276],[-0.421,0.254],[-0.368,0.225],[-0.308,0.191],[-1.936,1.082],[-1.789,0.972],[-1.303,0.754],[-0.788,0.483],[-0.755,0.436],[-0.842,0.507],[-0.616,0.383],[-1.301,0.58],[-1.316,0.762],[-31.157,17.843],[-30.5,17.759],[-3.164,1.698],[-2.44,1.517],[-0.339,0.405],[-0.343,0.193],[-1.889,0.764],[-1.73,0.984],[-0.315,0.394],[-0.424,0.245],[-1.273,0.835],[-1.291,0.725],[-1.889,0.764],[-1.73,0.984],[-0.315,0.394],[-0.424,0.245],[-0.842,0.507],[-0.616,0.383],[-0.49,0.095],[-0.552,0.317],[-4.047,2.486],[-3.106,1.93],[-3.739,2.06],[-2.724,1.693],[-2.356,1.18],[-1.448,0.954],[-0.531,0.616],[-0.363,1.541],[0.121,1.523],[-0.203,1.718],[0.774,-0.404],[0.055,-0.398],[6.766,-3.92],[6.874,-3.894],[3.174,-1.715],[2.435,-1.514],[0.339,-0.405],[0.343,-0.192],[1.853,-0.743],[1.788,-1.017],[0.315,-0.394],[0.424,-0.245],[1.273,-0.835],[1.291,-0.725],[1.923,-0.779],[1.641,-0.948],[0.312,-0.391],[0.429,-0.248],[0.788,-0.483],[0.755,-0.436],[0.842,-0.507],[0.616,-0.383],[2.989,-1.599],[2.832,-1.605],[3.15,-1.701],[2.481,-1.542],[0.339,-0.405],[0.343,-0.192],[1.889,-0.763],[1.73,-0.984],[0.315,-0.394],[0.424,-0.245],[1.28,-0.833],[1.304,-0.755],[1.34,-0.618],[1.103,-0.639],[0.296,-0.383],[0.354,-0.201],[1.919,-0.78],[1.671,-0.938],[0.351,-0.412],[0.314,-0.195],[1.344,-0.605],[1.169,-0.677],[22.337,-12.801],[22.274,-12.839],[48.049,-27.559],[47.119,-27.276],[6.976,-3.887],[7.187,-3.452],[45.328,26.006],[45.175,26.157],[1.02,0.098],[-0.447,-1.746],[0.031,-2.198],[-1.813,-0.354],[-34.392,-19.637],[-34.019,-19.608],[-5.637,-3.353],[-5.759,-3.305],[-5.842,-3.202]],"o":[[20.412,-11.762],[20.692,-11.837],[20.789,-11.865],[20.702,-11.845],[3.434,-1.979],[3.41,-1.997],[3.405,-2.006],[3.417,-2.006],[0.679,-0.393],[0.724,-0.354],[0.708,-0.326],[0.63,-0.309],[0.151,-0.094],[0.162,-0.175],[0.169,-0.203],[0.173,-0.176],[0.847,-0.476],[0.926,-0.408],[0.952,-0.386],[0.925,-0.41],[0.158,-0.09],[0.151,-0.166],[0.157,-0.197],[0.178,-0.182],[0.507,-0.294],[0.468,-0.276],[0.421,-0.254],[0.368,-0.225],[1.744,-1.084],[1.936,-1.082],[1.789,-0.972],[1.093,-0.633],[0.788,-0.483],[1.015,-0.588],[0.842,-0.507],[1.48,-0.92],[1.301,-0.579],[30.87,-17.87],[31.157,-17.843],[2.904,-1.691],[3.164,-1.698],[0.302,-0.188],[0.339,-0.405],[1.712,-0.962],[1.889,-0.764],[0.317,-0.18],[0.315,-0.394],[1.616,-0.935],[1.273,-0.835],[1.712,-0.962],[1.889,-0.764],[0.317,-0.18],[0.315,-0.394],[1.015,-0.587],[0.842,-0.507],[0.489,-0.304],[0.49,-0.095],[3.707,-2.127],[4.047,-2.486],[3.322,-2.066],[3.738,-2.06],[2.13,-1.324],[2.356,-1.18],[1.512,-0.996],[0.531,-0.616],[0.281,-1.191],[-0.121,-1.523],[0.153,-1.016],[-0.774,0.404],[-7.062,3.425],[-6.766,3.92],[-2.869,1.625],[-3.174,1.715],[-0.302,0.188],[-0.339,0.405],[-1.798,1.01],[-1.853,0.743],[-0.317,0.18],[-0.315,0.394],[-1.616,0.936],[-1.273,0.835],[-1.667,0.936],[-1.923,0.779],[-0.322,0.186],[-0.312,0.391],[-1.093,0.633],[-0.788,0.483],[-1.015,0.587],[-0.842,0.507],[-3.214,1.998],[-2.989,1.599],[-2.917,1.652],[-3.151,1.701],[-0.302,0.188],[-0.339,0.405],[-1.712,0.962],[-1.889,0.764],[-0.317,0.18],[-0.315,0.394],[-1.577,0.912],[-1.28,0.833],[-1.539,0.891],[-1.339,0.618],[-0.461,0.267],[-0.296,0.383],[-1.652,0.94],[-1.919,0.78],[-0.284,0.159],[-0.351,0.412],[-1.453,0.903],[-1.345,0.605],[-22.38,12.956],[-22.337,12.801],[-47.685,27.486],[-48.049,27.56],[-6.909,4],[-6.976,3.887],[-45.512,-25.82],[-45.328,-26.006],[-0.369,-0.354],[-1.02,-0.098],[0.31,1.856],[-0.031,2.197],[34.411,19.843],[34.392,19.637],[5.694,3.282],[5.637,3.353],[5.69,3.265],[5.842,3.202]],"v":[[-197,300],[-135.297,264.59],[-73.03,229.024],[-10.748,193.446],[51,158],[61.261,152.033],[71.479,146.025],[81.707,140.005],[92,134],[94.121,132.883],[96.284,131.867],[98.305,130.918],[100,130],[100.47,129.583],[100.969,129.004],[101.483,128.422],[102,128],[104.674,126.686],[107.504,125.507],[110.333,124.324],[113,123],[113.46,122.605],[113.919,122.049],[114.419,121.469],[115,121],[116.464,120.143],[117.799,119.347],[118.984,118.627],[120,118],[125.605,114.724],[131.277,111.616],[136,109],[138.754,107.353],[141,106],[143.799,104.347],[146,103],[150.123,100.881],[154,99],[247.277,45.416],[340,-8],[349.348,-13.131],[358,-18],[358.969,-18.996],[360,-20],[365.487,-22.483],[371,-25],[371.919,-25.951],[373,-27],[377.244,-29.658],[381,-32],[386.487,-34.483],[392,-37],[392.919,-37.951],[394,-39],[396.799,-40.653],[399,-42],[400.453,-42.491],[402,-43],[413.952,-50.148],[425,-57],[435.949,-63.279],[446,-69],[453.011,-72.778],[459,-76],[461.861,-78.091],[463,-81],[463.058,-85.105],[463,-90],[461.656,-90.56],[460,-89],[439.359,-77.851],[419,-66],[409.675,-60.917],[401,-56],[400.031,-55.004],[399,-54],[393.492,-51.505],[388,-49],[387.081,-48.049],[386,-47],[381.756,-44.342],[378,-42],[372.481,-39.509],[367,-37],[366.08,-36.047],[365,-35],[362.246,-33.353],[360,-32],[357.201,-30.347],[355,-29],[345.714,-23.705],[337,-19],[327.673,-13.917],[319,-9],[318.031,-8.004],[317,-7],[311.513,-4.517],[306,-2],[305.081,-1.049],[304,0],[299.796,2.618],[296,5],[291.673,7.189],[288,9],[286.92,10.049],[286,11],[280.514,13.502],[275,16],[274.023,16.973],[273,18],[268.787,20.169],[265,22],[197.921,60.587],[131,99],[-12.925,181.657],[-156,264],[-176.792,275.911],[-198,287],[-334.252,209.253],[-470,131],[-472.612,129.925],[-474,132],[-474.127,138.627],[-472,143],[-368.706,202.176],[-266,261],[-249.049,270.983],[-232,281],[-214.688,290.755]],"c":true}],"h":1},{"t":81.571,"s":[{"i":[[-5.94,-2.925],[-20.692,11.837],[-20.789,11.865],[-20.702,11.845],[-20.432,11.777],[-3.41,1.997],[-3.405,2.006],[-3.417,2.006],[-3.448,1.996],[-0.724,0.354],[-0.708,0.326],[-0.63,0.309],[-0.49,0.305],[-0.162,0.175],[-0.169,0.202],[-0.173,0.176],[-0.172,0.096],[-0.926,0.408],[-0.952,0.386],[-0.925,0.41],[-0.844,0.48],[-0.151,0.166],[-0.157,0.197],[-0.178,0.182],[-0.212,0.123],[-0.468,0.276],[-0.421,0.254],[-0.368,0.225],[-0.308,0.191],[-1.936,1.082],[-1.789,0.972],[-1.303,0.754],[-0.788,0.483],[-0.755,0.436],[-0.842,0.507],[-0.616,0.383],[-1.301,0.58],[-1.316,0.762],[-31.157,17.843],[-30.5,17.759],[-3.164,1.698],[-2.44,1.517],[-0.339,0.405],[-0.343,0.193],[-1.889,0.764],[-1.73,0.984],[-0.315,0.394],[-0.424,0.245],[-1.273,0.835],[-1.291,0.725],[-1.889,0.764],[-1.73,0.984],[-0.315,0.394],[-0.424,0.245],[-0.842,0.507],[-0.616,0.383],[-0.49,0.095],[-0.552,0.317],[-4.047,2.486],[-3.106,1.93],[-3.739,2.06],[-2.724,1.693],[-2.356,1.18],[-1.448,0.954],[-0.531,0.616],[-0.363,1.541],[0.121,1.523],[-0.203,1.718],[0.774,-0.404],[0.055,-0.398],[6.766,-3.92],[6.874,-3.894],[3.174,-1.715],[2.435,-1.514],[0.339,-0.405],[0.343,-0.192],[1.853,-0.743],[1.788,-1.017],[0.315,-0.394],[0.424,-0.245],[1.273,-0.835],[1.291,-0.725],[1.923,-0.779],[1.641,-0.948],[0.312,-0.391],[0.429,-0.248],[0.788,-0.483],[0.755,-0.436],[0.842,-0.507],[0.616,-0.383],[2.989,-1.599],[2.832,-1.605],[3.15,-1.701],[2.481,-1.542],[0.339,-0.405],[0.343,-0.192],[1.889,-0.763],[1.73,-0.984],[0.315,-0.394],[0.424,-0.245],[1.28,-0.833],[1.304,-0.755],[1.34,-0.618],[1.103,-0.639],[0.296,-0.383],[0.354,-0.201],[1.919,-0.78],[1.671,-0.938],[0.351,-0.412],[0.314,-0.195],[1.344,-0.605],[1.169,-0.677],[22.337,-12.801],[22.274,-12.839],[48.049,-27.559],[47.119,-27.276],[6.976,-3.887],[7.187,-3.452],[45.328,26.006],[45.175,26.157],[1.02,0.098],[-0.447,-1.746],[0.031,-2.198],[-1.813,-0.354],[-34.392,-19.637],[-34.019,-19.608],[-5.637,-3.353],[-5.759,-3.305],[-5.842,-3.202]],"o":[[20.412,-11.762],[20.692,-11.837],[20.789,-11.865],[20.702,-11.845],[3.434,-1.979],[3.41,-1.997],[3.405,-2.006],[3.417,-2.006],[0.679,-0.393],[0.724,-0.354],[0.708,-0.326],[0.63,-0.309],[0.151,-0.094],[0.162,-0.175],[0.169,-0.203],[0.173,-0.176],[0.847,-0.476],[0.926,-0.408],[0.952,-0.386],[0.925,-0.41],[0.158,-0.09],[0.151,-0.166],[0.157,-0.197],[0.178,-0.182],[0.507,-0.294],[0.468,-0.276],[0.421,-0.254],[0.368,-0.225],[1.744,-1.084],[1.936,-1.082],[1.789,-0.972],[1.093,-0.633],[0.788,-0.483],[1.015,-0.588],[0.842,-0.507],[1.48,-0.92],[1.301,-0.579],[30.87,-17.87],[31.157,-17.843],[2.904,-1.691],[3.164,-1.698],[0.302,-0.188],[0.339,-0.405],[1.712,-0.962],[1.889,-0.764],[0.317,-0.18],[0.315,-0.394],[1.616,-0.935],[1.273,-0.835],[1.712,-0.962],[1.889,-0.764],[0.317,-0.18],[0.315,-0.394],[1.015,-0.587],[0.842,-0.507],[0.489,-0.304],[0.49,-0.095],[3.707,-2.127],[4.047,-2.486],[3.322,-2.066],[3.738,-2.06],[2.13,-1.324],[2.356,-1.18],[1.512,-0.996],[0.531,-0.616],[0.281,-1.191],[-0.121,-1.523],[0.153,-1.016],[-0.774,0.404],[-7.062,3.425],[-6.766,3.92],[-2.869,1.625],[-3.174,1.715],[-0.302,0.188],[-0.339,0.405],[-1.798,1.01],[-1.853,0.743],[-0.317,0.18],[-0.315,0.394],[-1.616,0.936],[-1.273,0.835],[-1.667,0.936],[-1.923,0.779],[-0.322,0.186],[-0.312,0.391],[-1.093,0.633],[-0.788,0.483],[-1.015,0.587],[-0.842,0.507],[-3.214,1.998],[-2.989,1.599],[-2.917,1.652],[-3.151,1.701],[-0.302,0.188],[-0.339,0.405],[-1.712,0.962],[-1.889,0.764],[-0.317,0.18],[-0.315,0.394],[-1.577,0.912],[-1.28,0.833],[-1.539,0.891],[-1.339,0.618],[-0.461,0.267],[-0.296,0.383],[-1.652,0.94],[-1.919,0.78],[-0.284,0.159],[-0.351,0.412],[-1.453,0.903],[-1.345,0.605],[-22.38,12.956],[-22.337,12.801],[-47.685,27.486],[-48.049,27.56],[-6.909,4],[-6.976,3.887],[-45.512,-25.82],[-45.328,-26.006],[-0.369,-0.354],[-1.02,-0.098],[0.31,1.856],[-0.031,2.197],[34.411,19.843],[34.392,19.637],[5.694,3.282],[5.637,3.353],[5.69,3.265],[5.842,3.202]],"v":[[-197,300],[-135.297,264.59],[-73.03,229.024],[-10.748,193.446],[51,158],[61.261,152.033],[71.479,146.025],[81.707,140.005],[92,134],[94.121,132.883],[96.284,131.867],[98.305,130.918],[100,130],[100.47,129.583],[100.969,129.004],[101.483,128.422],[102,128],[104.674,126.686],[107.504,125.507],[110.333,124.324],[113,123],[113.46,122.605],[113.919,122.049],[114.419,121.469],[115,121],[116.464,120.143],[117.799,119.347],[118.984,118.627],[120,118],[125.605,114.724],[131.277,111.616],[136,109],[138.754,107.353],[141,106],[143.799,104.347],[146,103],[150.123,100.881],[154,99],[247.277,45.416],[340,-8],[349.348,-13.131],[358,-18],[358.969,-18.996],[360,-20],[365.487,-22.483],[371,-25],[371.919,-25.951],[373,-27],[377.244,-29.658],[381,-32],[386.487,-34.483],[392,-37],[392.919,-37.951],[394,-39],[396.799,-40.653],[399,-42],[400.453,-42.491],[402,-43],[413.952,-50.148],[425,-57],[435.949,-63.279],[446,-69],[453.011,-72.778],[459,-76],[461.861,-78.091],[463,-81],[463.058,-85.105],[463,-90],[461.656,-90.56],[460,-89],[439.359,-77.851],[419,-66],[409.675,-60.917],[401,-56],[400.031,-55.004],[399,-54],[393.492,-51.505],[388,-49],[387.081,-48.049],[386,-47],[381.756,-44.342],[378,-42],[372.481,-39.509],[367,-37],[366.08,-36.047],[365,-35],[362.246,-33.353],[360,-32],[357.201,-30.347],[355,-29],[345.714,-23.705],[337,-19],[327.673,-13.917],[319,-9],[318.031,-8.004],[317,-7],[311.513,-4.517],[306,-2],[305.081,-1.049],[304,0],[299.796,2.618],[296,5],[291.673,7.189],[288,9],[286.92,10.049],[286,11],[280.514,13.502],[275,16],[274.023,16.973],[273,18],[268.787,20.169],[265,22],[197.921,60.587],[131,99],[-12.925,181.657],[-156,264],[-176.792,275.911],[-198,287],[-334.252,209.253],[-470,131],[-472.612,129.925],[-474,132],[-474.127,138.627],[-472,143],[-368.706,202.176],[-266,261],[-249.049,270.983],[-232,281],[-214.688,290.755]],"c":true}],"h":1},{"t":82,"s":[{"i":[[-46.191,-25.974],[-0.799,0.568],[-0.898,0.437],[-0.9,0.4],[-0.806,0.458],[-12.936,7.404],[-12.903,7.421],[-12.89,7.431],[-12.898,7.434],[-13.763,7.904],[-13.765,7.906],[-13.744,7.924],[-13.701,7.958],[-10.386,5.917],[-10.444,5.994],[-10.336,5.955],[-10.063,5.8],[-1.581,0.859],[-1.594,0.859],[-1.466,0.82],[-1.196,0.743],[-0.162,0.175],[-0.17,0.202],[-0.172,0.177],[-0.171,0.098],[-0.93,0.412],[-0.947,0.381],[-0.919,0.404],[-0.845,0.48],[-0.151,0.166],[-0.157,0.197],[-0.178,0.182],[-0.212,0.123],[-0.7,0.443],[-0.637,0.417],[-0.618,0.39],[-0.645,0.363],[-0.919,0.404],[-0.946,0.383],[-0.929,0.413],[-0.868,0.494],[-0.202,0.242],[-0.226,0.256],[-0.283,0.164],[-0.842,0.507],[-0.616,0.383],[-0.49,0.095],[-0.552,0.316],[-4.018,2.468],[-3.162,1.966],[-1.326,0.594],[-1.233,0.713],[-13.202,7.565],[-13.839,8.011],[-0.296,0.383],[-0.354,0.201],[-1.863,0.749],[-1.874,1.053],[-0.351,0.412],[-0.314,0.195],[-2.355,1.18],[-1.469,0.968],[-0.544,0.625],[-0.362,1.536],[0.135,1.584],[-0.232,1.367],[0.774,-0.404],[0.055,-0.398],[6.768,-3.921],[6.869,-3.891],[3.196,-1.729],[2.366,-1.471],[0.339,-0.405],[0.343,-0.192],[1.876,-0.756],[1.728,-0.983],[0.315,-0.394],[0.424,-0.245],[1.273,-0.835],[1.291,-0.725],[1.908,-0.77],[1.665,-0.962],[0.312,-0.391],[0.429,-0.248],[0.788,-0.483],[0.755,-0.436],[0.842,-0.507],[0.616,-0.383],[2.982,-1.596],[2.893,-1.639],[3.174,-1.715],[2.435,-1.514],[0.339,-0.405],[0.343,-0.192],[1.883,-0.76],[1.685,-0.959],[0.315,-0.394],[0.424,-0.245],[1.27,-0.827],[1.295,-0.75],[1.34,-0.618],[1.103,-0.639],[0.296,-0.383],[0.354,-0.201],[1.892,-0.765],[1.696,-0.952],[0.351,-0.412],[0.314,-0.195],[1.365,-0.617],[1.113,-0.645],[15.353,-8.823],[15.167,-8.78],[13.67,-7.805],[13.544,-7.806],[13.673,-7.815],[13.556,-7.814],[13.685,-7.822],[13.516,-7.791],[20.623,-11.859],[20.758,-11.605],[11.406,6.342],[11.38,6.588],[34.237,19.393],[33.913,19.665],[1.02,0.098],[-0.447,-1.746],[-0.05,-2.117],[-1.624,-0.543],[-45.911,-26.256]],"o":[[0.603,-0.796],[0.799,-0.568],[0.898,-0.437],[0.9,-0.4],[12.99,-7.38],[12.936,-7.404],[12.903,-7.421],[12.89,-7.431],[13.74,-7.919],[13.763,-7.904],[13.765,-7.906],[13.744,-7.924],[10.162,-5.724],[10.386,-5.917],[10.444,-5.994],[10.336,-5.955],[1.427,-0.822],[1.581,-0.859],[1.594,-0.859],[1.466,-0.82],[0.151,-0.094],[0.162,-0.175],[0.17,-0.202],[0.172,-0.177],[0.867,-0.497],[0.93,-0.412],[0.947,-0.381],[0.919,-0.404],[0.158,-0.09],[0.151,-0.166],[0.157,-0.197],[0.178,-0.182],[0.808,-0.468],[0.7,-0.443],[0.637,-0.417],[0.618,-0.39],[0.848,-0.476],[0.919,-0.404],[0.946,-0.383],[0.929,-0.413],[0.211,-0.12],[0.202,-0.242],[0.226,-0.256],[1.015,-0.588],[0.842,-0.507],[0.489,-0.304],[0.49,-0.095],[3.767,-2.162],[4.018,-2.468],[1.462,-0.909],[1.326,-0.594],[13.351,-7.729],[13.202,-7.565],[0.461,-0.267],[0.296,-0.383],[1.675,-0.953],[1.863,-0.749],[0.284,-0.159],[0.351,-0.412],[2.111,-1.312],[2.355,-1.18],[1.461,-0.963],[0.544,-0.625],[0.306,-1.297],[-0.135,-1.584],[0.153,-1.016],[-0.774,0.404],[-7.058,3.423],[-6.768,3.921],[-2.85,1.614],[-3.196,1.729],[-0.302,0.188],[-0.339,0.405],[-1.768,0.992],[-1.876,0.756],[-0.317,0.18],[-0.315,0.394],[-1.616,0.936],[-1.273,0.835],[-1.702,0.956],[-1.908,0.77],[-0.322,0.186],[-0.312,0.391],[-1.093,0.633],[-0.788,0.483],[-1.015,0.587],[-0.842,0.507],[-3.178,1.976],[-2.982,1.596],[-2.869,1.625],[-3.174,1.715],[-0.302,0.188],[-0.339,0.405],[-1.784,1.002],[-1.883,0.76],[-0.317,0.18],[-0.315,0.394],[-1.626,0.942],[-1.27,0.827],[-1.539,0.891],[-1.339,0.618],[-0.461,0.267],[-0.296,0.383],[-1.736,0.988],[-1.892,0.765],[-0.284,0.159],[-0.351,0.412],[-1.425,0.886],[-1.365,0.617],[-15.423,8.928],[-15.353,8.823],[-13.774,7.974],[-13.67,7.805],[-13.751,7.926],[-13.673,7.815],[-13.745,7.923],[-13.685,7.822],[-20.749,11.959],[-20.623,11.859],[-10.995,-7.045],[-11.406,-6.342],[-34.14,-19.763],[-34.236,-19.393],[-0.369,-0.354],[-1.02,-0.098],[0.176,1.99],[0.05,2.117],[46.163,26.002],[45.911,26.256]],"v":[[-196,300],[-193.874,297.978],[-191.305,296.494],[-188.584,295.263],[-186,294],[-147.115,271.821],[-108.361,249.581],[-69.676,227.3],[-31,205],[10.26,181.268],[51.559,157.558],[92.827,133.818],[134,110],[164.862,92.51],[196.148,74.615],[227.359,56.662],[258,39],[262.548,36.468],[267.346,33.881],[271.972,31.354],[276,29],[276.471,28.584],[276.97,28.006],[277.484,27.425],[278,27],[280.707,25.65],[283.534,24.475],[286.344,23.313],[289,22],[289.46,21.605],[289.919,21.049],[290.419,20.469],[291,20],[293.251,18.633],[295.244,17.342],[297.115,16.13],[299,15],[301.661,13.693],[304.47,12.527],[307.294,11.347],[310,10],[310.611,9.431],[311.245,8.657],[312,8],[314.799,6.347],[317,5],[318.453,4.509],[320,4],[331.953,-3.147],[343,-10],[347.172,-12.147],[351,-14],[390.634,-36.788],[431,-60],[432.08,-61.049],[433,-62],[438.351,-64.425],[444,-67],[444.977,-67.973],[446,-69],[452.981,-72.758],[459,-76],[461.824,-78.07],[463,-81],[463.056,-85.448],[463,-90],[461.656,-90.56],[460,-89],[439.358,-77.851],[419,-66],[409.637,-60.892],[401,-56],[400.031,-55.004],[399,-54],[393.47,-51.493],[388,-49],[387.081,-48.049],[386,-47],[381.756,-44.342],[378,-42],[372.472,-39.505],[367,-37],[366.08,-36.047],[365,-35],[362.246,-33.353],[360,-32],[357.201,-30.347],[355,-29],[345.787,-23.748],[337,-19],[327.675,-13.917],[319,-9],[318.031,-8.004],[317,-7],[311.425,-4.468],[306,-2],[305.081,-1.049],[304,0],[299.751,2.644],[296,5],[291.673,7.189],[288,9],[286.92,10.049],[286,11],[280.47,13.527],[275,16],[274.023,16.973],[273,18],[268.766,20.181],[265,22],[218.808,48.611],[173,75],[131.827,98.626],[91,122],[49.853,145.584],[9,169],[-32.172,192.599],[-73,216],[-134.993,251.766],[-197,287],[-230.712,267.157],[-265,248],[-367.67,189.426],[-470,131],[-472.612,129.925],[-474,132],[-474.086,138.586],[-472,143],[-334.021,221.521]],"c":true}],"h":1},{"t":82.429,"s":[{"i":[[0.155,-1.947],[0.265,-1.29],[0.246,-1.31],[0.537,-1.019],[-1.456,-0.877],[-1.942,-0.392],[-1.446,-0.714],[-1.352,-0.755],[-5.655,-3.289],[-4.922,-2.793],[-1.32,-0.866],[-1.354,-0.76],[-1.582,-0.624],[-1.337,-0.752],[-2.079,-1.478],[-1.596,-0.912],[-0.885,-0.29],[-0.707,-0.409],[-3.536,-2.02],[-3.232,-1.823],[-0.659,-0.558],[-0.704,-0.395],[-1.564,-0.612],[-1.361,-0.776],[-1.287,-0.845],[-1.384,-0.781],[-15.707,-8.96],[-14.827,-8.503],[-1.333,-0.871],[-1.32,-0.741],[-3.027,-1.427],[-2.97,-1.649],[-1.302,-0.856],[-1.422,-0.815],[-2.049,-1.217],[-1.733,-0.945],[-2.321,-1.324],[-2.542,-0.518],[-3.255,1.663],[-2.45,1.418],[-0.296,0.383],[-0.354,0.202],[-1.889,0.764],[-1.735,0.974],[-0.351,0.411],[-0.314,0.195],[-1.345,0.605],[-1.169,0.677],[-20.445,11.798],[-20.593,11.87],[-76.525,43.669],[-76.568,44.327],[-0.296,0.383],[-0.354,0.201],[-1.883,0.76],[-1.84,1.034],[-0.351,0.412],[-0.314,0.195],[-2.356,1.18],[-1.511,0.995],[-0.544,0.625],[-0.362,1.536],[0.121,1.523],[-0.203,1.718],[0.774,-0.404],[0.055,-0.398],[5.709,-3.288],[5.157,-2.986],[1.709,-0.837],[1.399,-0.63],[0.154,-0.451],[0.207,-0.118],[2.024,-0.941],[1.967,-1.133],[3.838,-2.146],[3.746,-2.169],[3.695,-2.205],[3.49,-2.02],[1.709,-0.837],[1.399,-0.63],[0.154,-0.451],[0.207,-0.118],[2.022,-0.94],[1.993,-1.148],[3.836,-2.144],[3.756,-2.175],[1.817,-1.208],[1.873,-1.095],[2.03,-0.938],[1.949,-1.12],[1.805,-1.206],[1.884,-1.085],[28.707,-16.406],[27.782,-16.013],[1.914,-1.059],[1.464,-1.679],[12.819,-7.457],[11.882,-6.704],[0.824,-0.257],[0.848,-0.491],[0.148,-0.432],[0.21,-0.157],[0.572,-0.13],[0.337,-0.199],[3.086,-1.677],[2.652,-1.519],[6.674,-3.834],[6.672,-3.863],[18.704,-10.829],[17.922,-10.112],[0.867,-0.279],[0.744,-0.44],[0.146,-0.43],[0.214,-0.16],[0.565,-0.122],[0.351,-0.221],[1.461,-0.776],[1.546,-0.885],[2.305,-1.354],[2.598,-0.336],[23.41,13.207],[23.24,13.454],[11.721,6.436],[11.6,6.59],[5.843,3.355],[5.811,3.278],[4.332,2.57],[4.21,2.202],[1.634,0.816]],"o":[[-0.596,0.959],[-0.265,1.29],[-0.246,1.31],[1.233,1.1],[1.456,0.877],[0.863,1.391],[1.446,0.714],[5.46,3.049],[5.655,3.289],[1.365,0.774],[1.32,0.866],[1.337,0.751],[1.582,0.624],[2.087,1.175],[2.079,1.478],[0.754,0.431],[0.885,0.29],[3.625,2.096],[3.536,2.02],[0.659,0.371],[0.659,0.558],[1.384,0.778],[1.564,0.612],[1.47,0.839],[1.287,0.845],[15.346,8.656],[15.707,8.96],[1.347,0.773],[1.333,0.871],[2.923,1.642],[3.027,1.428],[1.372,0.762],[1.302,0.856],[2.072,1.188],[2.048,1.217],[2.175,1.185],[2.321,1.324],[3.529,-0.931],[3.255,-1.663],[0.461,-0.267],[0.296,-0.383],[1.707,-0.971],[1.889,-0.764],[0.284,-0.159],[0.351,-0.411],[1.453,-0.903],[1.345,-0.605],[20.626,-11.94],[20.445,-11.798],[76.332,-43.998],[76.525,-43.669],[0.461,-0.267],[0.296,-0.383],[1.626,-0.925],[1.883,-0.76],[0.284,-0.159],[0.351,-0.412],[2.064,-1.283],[2.356,-1.18],[1.462,-0.963],[0.544,-0.625],[0.281,-1.191],[-0.121,-1.523],[0.153,-1.016],[-0.774,0.404],[-6.009,2.862],[-5.708,3.288],[-1.765,1.022],[-1.709,0.837],[-0.175,0.079],[-0.154,0.451],[-1.938,1.102],[-2.024,0.941],[-3.902,2.249],[-3.838,2.145],[-3.73,2.16],[-3.695,2.205],[-1.765,1.022],[-1.709,0.837],[-0.175,0.079],[-0.154,0.451],[-1.918,1.091],[-2.022,0.94],[-3.9,2.248],[-3.836,2.144],[-1.857,1.075],[-1.817,1.208],[-1.93,1.128],[-2.03,0.938],[-1.897,1.09],[-1.805,1.206],[-28.391,16.364],[-28.707,16.406],[-1.88,1.083],[-1.914,1.059],[-12.843,6.467],[-12.819,7.457],[-0.855,0.483],[-0.824,0.257],[-0.198,0.115],[-0.148,0.432],[-0.374,0.281],[-0.572,0.13],[-3.003,1.774],[-3.086,1.677],[-6.632,3.8],[-6.674,3.834],[-18.264,10.573],[-18.703,10.829],[-0.788,0.445],[-0.867,0.279],[-0.203,0.12],[-0.146,0.43],[-0.389,0.292],[-0.565,0.122],[-1.609,1.01],[-1.461,0.776],[-2.18,1.25],[-2.305,1.354],[-23.122,-12.721],[-23.41,-13.207],[-11.514,-6.666],[-11.721,-6.436],[-5.817,-3.305],[-5.843,-3.355],[-4.461,-2.516],[-4.332,-2.571],[-1.308,-0.684],[-1.634,-0.816]],"v":[[-469,127],[-470.215,130.451],[-470.904,134.429],[-472,138],[-468.032,141.031],[-463,143],[-459.367,145.977],[-455,148],[-438.096,157.692],[-422,167],[-417.992,169.511],[-414,172],[-409.499,173.999],[-405,176],[-398.632,180.197],[-393,184],[-390.465,185.017],[-388,186],[-377.205,192.204],[-367,198],[-365.034,199.482],[-363,201],[-358.483,203.001],[-354,205],[-349.935,207.543],[-346,210],[-299.111,236.614],[-253,263],[-248.979,265.524],[-245,268],[-236.036,272.495],[-227,277],[-223.037,279.459],[-219,282],[-212.746,285.683],[-207,289],[-200.275,293.001],[-193,296],[-182.69,291.866],[-174,287],[-172.92,285.951],[-172,285],[-166.521,282.502],[-161,280],[-160.023,279.027],[-159,278],[-154.787,275.831],[-151,274],[-89.475,238.447],[-28,203],[201.323,71.746],[431,-60],[432.08,-61.049],[433,-62],[438.34,-64.419],[444,-67],[444.977,-67.973],[446,-69],[452.915,-72.716],[459,-76],[461.825,-78.07],[463,-81],[463.058,-85.105],[463,-90],[461.656,-90.56],[460,-89],[442.361,-79.593],[426,-70],[420.725,-67.206],[416,-65],[415.524,-64.029],[415,-63],[409.022,-60.024],[403,-57],[391.383,-50.44],[380,-44],[368.82,-37.396],[358,-31],[352.725,-28.206],[348,-26],[347.524,-25.029],[347,-24],[341.057,-21.043],[335,-18],[323.392,-11.445],[312,-5],[306.512,-1.515],[301,2],[295.014,5.006],[289,8],[283.49,11.503],[278,15],[192.043,64.263],[107,113],[101.188,116.053],[96,120],[57.279,141.322],[20,163],[17.495,163.994],[15,165],[14.508,165.969],[14,167],[12.472,167.561],[11,168],[1.736,173.191],[-7,178],[-26.97,189.453],[-47,201],[-102.757,233.346],[-158,265],[-160.533,266.003],[-163,267],[-163.492,267.97],[-164,269],[-165.529,269.553],[-167,270],[-171.548,272.594],[-176,275],[-182.686,279.185],[-190,282],[-259.912,243.05],[-330,203],[-364.936,183.443],[-400,164],[-417.504,153.98],[-435,144],[-448.188,136.264],[-461,129],[-465.864,126.027]],"c":true}],"h":1},{"t":82.857,"s":[{"i":[[0.19,-1.135],[0.399,-0.101],[0.014,-0.486],[6.65,-3.667],[6.668,-3.827],[19.747,-11.455],[19.935,-11.657],[1.701,-0.785],[1.593,-0.924],[2.957,-1.75],[2.356,-1.364],[0.295,-0.382],[0.356,-0.204],[1.885,-0.759],[1.709,-0.96],[1.509,-1.078],[1.457,-0.845],[3.129,-1.706],[2.486,-1.439],[0.294,-0.381],[0.358,-0.207],[1.908,-0.77],[1.702,-0.956],[1.474,-1.057],[1.547,-0.897],[3.313,-1.778],[3.25,-1.859],[36.872,-21.174],[37.036,-21.442],[0.788,-0.483],[0.755,-0.436],[1.942,-1.137],[1.989,-1.153],[3.313,-1.778],[3.25,-1.859],[4.838,-2.756],[4.135,-2.394],[2.001,-1.175],[2.034,-1.163],[4.837,-2.756],[4.135,-2.394],[1.962,-1.158],[2.204,-1.24],[1.645,-1.012],[1.796,-1.039],[3.839,-1.941],[2.572,0.123],[2.951,1.897],[2.268,1.274],[1.574,0.623],[1.327,0.736],[2.815,1.696],[2.661,1.507],[10.188,5.648],[9.851,5.524],[5.627,3.389],[5.518,3.094],[10.97,6.03],[10.209,5.761],[0.626,0.541],[0.75,0.416],[3.046,1.442],[2.896,1.613],[2.812,1.696],[2.851,1.599],[5.756,3.253],[6.166,2.731],[0.778,0.404],[0.087,0.02],[-0.001,-0.374],[1.115,-0.944],[0.74,-1.697],[0.855,-1.212],[-1.541,-0.792],[-1.494,-0.84],[-32.073,-18.024],[-31.122,-17.661],[-1.32,-0.866],[-1.354,-0.76],[-1.561,-0.613],[-1.37,-0.769],[-2.6,-1.714],[-2.625,-1.474],[-1.544,-0.603],[-1.427,-0.802],[-1.317,-0.864],[-1.387,-0.787],[-4.284,-2.435],[-4.594,-1.839],[-1.823,-0.677],[-2.704,0.204],[-2.088,1.094],[-2.01,1.069],[-3.891,2.083],[-3.549,1.6],[-0.154,0.451],[-0.207,0.118],[-2.228,0.914],[-2.039,1.179],[-0.333,0.397],[-0.377,0.245],[-1.469,0.771],[-1.502,0.866],[-13.997,7.955],[-13.901,8.048],[-5.748,3.334],[-5.523,2.49],[-0.154,0.451],[-0.208,0.118],[-2.01,0.868],[-1.311,0.591],[-0.155,0.451],[-0.206,0.119],[-2.03,0.94],[-1.935,1.115],[-29.833,17.121],[-29.657,17.217],[-31.587,18.004],[-31.078,17.913],[-2.673,1.479],[-2.647,1.552],[-2.324,1.333],[-2.886,1.621],[-2.438,1.395],[-2.821,1.605],[-1.266,0.721],[-2.84,3.647],[-1.393,0.965],[-0.11,6.253]],"o":[[-0.388,0.112],[-0.399,0.1],[-6.733,3.505],[-6.65,3.667],[-20.078,11.523],[-19.747,11.455],[-1.603,0.938],[-1.701,0.785],[-2.817,1.634],[-2.957,1.75],[-0.464,0.268],[-0.295,0.382],[-1.751,1.005],[-1.885,0.759],[-1.505,0.845],[-1.509,1.078],[-2.996,1.737],[-3.129,1.706],[-0.466,0.27],[-0.294,0.381],[-1.665,0.962],[-1.908,0.77],[-1.556,0.874],[-1.474,1.057],[-3.498,2.028],[-3.313,1.778],[-36.476,20.864],[-36.872,21.174],[-1.093,0.633],[-0.788,0.483],[-2.243,1.299],[-1.942,1.137],[-3.498,2.028],[-3.313,1.778],[-4.516,2.582],[-4.837,2.756],[-1.962,1.136],[-2.001,1.175],[-4.516,2.582],[-4.837,2.756],[-1.949,1.129],[-1.962,1.158],[-1.625,0.914],[-1.645,1.012],[-4.072,2.357],[-3.839,1.941],[-2.93,-0.139],[-2.951,-1.897],[-1.376,-0.773],[-1.574,-0.623],[-3.079,-1.708],[-2.815,-1.696],[-10.396,-5.886],[-10.188,-5.647],[-5.974,-3.35],[-5.627,-3.389],[-10.913,-6.12],[-10.97,-6.03],[-0.745,-0.421],[-0.626,-0.541],[-2.918,-1.62],[-3.046,-1.442],[-2.903,-1.616],[-2.812,-1.696],[-5.809,-3.257],[-5.756,-3.253],[-0.802,-1.364],[-0.778,-0.404],[-1.889,-0.44],[0.001,0.374],[-1.185,1.002],[-0.74,1.697],[0.342,1.992],[1.541,0.792],[31.587,18.242],[32.073,18.024],[1.365,0.774],[1.32,0.866],[1.387,0.779],[1.561,0.613],[2.976,1.671],[2.6,1.714],[1.399,0.785],[1.544,0.603],[1.346,0.755],[1.317,0.864],[4.269,2.423],[4.284,2.435],[1.004,1.496],[1.823,0.677],[2.637,0.446],[2.088,-1.094],[3.888,-2.068],[3.891,-2.083],[0.175,-0.079],[0.154,-0.451],[2.048,-1.166],[2.228,-0.914],[0.291,-0.168],[0.333,-0.397],[1.621,-1.05],[1.469,-0.771],[14.109,-8.132],[13.997,-7.955],[5.483,-3.174],[5.749,-3.334],[0.175,-0.079],[0.154,-0.451],[1.649,-0.938],[2.01,-0.868],[0.175,-0.079],[0.155,-0.451],[1.945,-1.124],[2.03,-0.94],[30.011,-17.298],[29.833,-17.121],[31.572,-18.069],[31.587,-18.004],[2.659,-1.533],[2.673,-1.479],[2.432,-1.426],[2.944,-1.689],[2.516,-1.413],[2.977,-1.703],[1.068,-0.608],[4.446,-2.529],[2.063,-0.822],[4.225,-2.927],[0.003,-0.555]],"v":[[462,-90],[460.719,-89.78],[460,-89],[439.95,-78.241],[420,-67],[360.393,-32.6],[301,2],[295.992,4.51],[291,7],[282.155,12.203],[274,17],[272.919,18.048],[272,19],[266.469,21.534],[261,24],[256.464,27],[252,30],[242.617,35.223],[234,40],[232.92,41.047],[232,42],[226.528,44.505],[221,47],[216.493,49.983],[212,53],[201.814,58.626],[192,64],[81.92,127.066],[-29,191],[-31.754,192.647],[-34,194],[-40.191,197.61],[-46,201],[-56.186,206.626],[-66,212],[-80.286,220.141],[-94,228],[-99.946,231.48],[-106,235],[-120.285,243.141],[-134,251],[-139.809,254.416],[-146,258],[-150.872,260.906],[-156,264],[-168.125,270.86],[-178,274],[-186.996,270.351],[-195,265],[-199.536,262.973],[-204,261],[-212.814,255.849],[-221,251],[-251.909,233.728],[-282,217],[-299.342,206.808],[-316,197],[-349.028,178.731],[-381,161],[-382.996,159.497],[-385,158],[-394.017,153.494],[-403,149],[-411.539,143.987],[-420,139],[-437.232,129.105],[-455,120],[-457.536,117.492],[-459,117],[-461.08,116.962],[-462,119],[-464.748,123.343],[-467,128],[-463.864,131.864],[-459,134],[-363.151,188.436],[-268,242],[-263.992,244.511],[-260,247],[-255.487,249.007],[-251,251],[-242.736,256.148],[-235,261],[-230.521,262.988],[-226,265],[-222.031,267.476],[-218,270],[-205.243,277.438],[-192,284],[-187.776,287.276],[-181,288],[-174.029,286.636],[-168,283],[-156.246,276.649],[-145,271],[-144.524,270.029],[-144,269],[-137.493,266.01],[-131,263],[-130.065,262.057],[-129,261],[-124.41,258.362],[-120,256],[-77.844,231.936],[-36,208],[-19.03,197.987],[-2,189],[-1.524,188.029],[-1,187],[4.753,184.239],[10,182],[10.477,181.03],[11,180],[17.007,176.994],[23,174],[112.766,122.439],[202,71],[296.87,16.883],[391,-37],[399.009,-41.486],[407,-46],[414,-51],[423,-55],[430,-60],[439,-64],[442,-67],[454,-74],[460,-76],[463,-90]],"c":true}],"h":1},{"t":83.285,"s":[{"i":[[-0.998,4.236],[0,1.667],[0,1.666],[0.774,-0.404],[0.055,-0.398],[6.422,-3.751],[6.573,-3.788],[11.071,-6.258],[10.106,-5.85],[0.295,-0.382],[0.356,-0.204],[1.897,-0.766],[1.746,-0.98],[1.473,-1.058],[1.546,-0.888],[4.628,-2.527],[3.967,-2.297],[1.995,-1.168],[2.054,-1.188],[1.197,-0.68],[0.918,-0.532],[1.99,-1.174],[2.07,-1.165],[20.874,-11.971],[19.891,-11.516],[1.99,-1.175],[2.072,-1.16],[1.7,-0.799],[1.573,-0.895],[0.15,-0.434],[0.206,-0.154],[0.572,-0.13],[0.338,-0.2],[18.93,-10.689],[17.997,-10.418],[1.442,-1.038],[1.646,-0.928],[1.895,-0.766],[1.744,-0.992],[0.149,-0.434],[0.207,-0.154],[0.572,-0.13],[0.337,-0.2],[4.016,-2.329],[3.741,-2.2],[14.407,-8.07],[15.358,-8.891],[1.44,-1.038],[1.862,-1.049],[1.922,-0.781],[1.786,-1.017],[0.149,-0.434],[0.207,-0.154],[0.572,-0.13],[0.337,-0.2],[3.102,-1.532],[2.322,0.471],[1.007,2.164],[3.387,1.615],[44.404,24.929],[44.595,24.739],[1.423,1.003],[1.698,-1.333],[1.621,-1.379],[0.553,-2.447],[-2.822,-1.895],[-2.873,-1.663],[-3.929,-2.201],[-3.466,-1.986],[-7.839,-4.402],[-7.142,-4.093],[-17.065,-9.56],[-16.125,-9.239],[-2.328,-1.327],[-2.335,-1.346],[-3.912,-2.201],[-3.469,-1.958],[-3.097,-1.703],[-2.659,-1.524],[-6.343,-3.597],[-5.603,-3.161],[-2.645,-1.304],[-3.219,0.458],[-3.465,1.696],[-3.026,1.752],[-3.199,1.947],[-2.95,2.327],[-10.757,6.188],[-10.004,5.715],[-1.689,0.787],[-1.596,0.908],[-0.15,0.434],[-0.206,0.154],[-0.572,0.13],[-0.337,0.199],[-2.294,1.302],[-2.421,1.371],[-3.899,2.203],[-3.488,1.969],[-2.295,1.307],[-2.347,1.376],[-21.678,12.3],[-20.961,12.292],[-6.18,3.469],[-6.161,3.536],[-19.181,11.196],[-18.426,10.397],[-0.889,0.293],[-0.743,0.431],[-0.148,0.432],[-0.209,0.157],[-0.572,0.13],[-0.337,0.2],[-2.306,1.307],[-2.26,1.282],[-1.676,0.782],[-1.631,0.928],[-0.15,0.434],[-0.206,0.155],[-0.572,0.13],[-0.337,0.199],[-2.301,1.299],[-2.382,1.379],[-6.976,3.998],[-24.872,14.112],[-3.166,1.801],[-0.412,0.309],[-0.674,0.398],[-0.992,0.586]],"o":[[0,-1.666],[0,-1.667],[0.153,-1.016],[-0.774,0.404],[-6.738,3.207],[-6.422,3.751],[-10.612,6.117],[-11.071,6.258],[-0.464,0.268],[-0.295,0.382],[-1.664,0.954],[-1.898,0.766],[-1.563,0.878],[-1.473,1.059],[-4.519,2.597],[-4.628,2.526],[-1.968,1.139],[-1.995,1.168],[-1.292,0.748],[-1.197,0.68],[-1.969,1.14],[-1.99,1.174],[-20.613,11.601],[-20.874,11.971],[-1.969,1.14],[-1.99,1.175],[-1.627,0.91],[-1.7,0.799],[-0.195,0.111],[-0.15,0.434],[-0.375,0.281],[-0.572,0.13],[-18.284,10.825],[-18.93,10.689],[-1.585,0.918],[-1.442,1.038],[-1.675,0.945],[-1.895,0.766],[-0.196,0.112],[-0.149,0.434],[-0.374,0.281],[-0.572,0.13],[-4.197,2.484],[-4.016,2.329],[-15.014,8.829],[-14.407,8.07],[-1.377,0.798],[-1.44,1.038],[-1.526,0.861],[-1.922,0.781],[-0.195,0.112],[-0.15,0.434],[-0.375,0.281],[-0.572,0.13],[-2.269,1.344],[-3.102,1.532],[-3.586,-0.727],[-1.007,-2.164],[-44.788,-24.546],[-44.404,-24.929],[-1.608,-0.32],[-1.423,-1.003],[-0.964,2.035],[-1.621,1.379],[0.839,3.755],[2.822,1.895],[3.817,2.21],[3.929,2.201],[7.504,4.3],[7.839,4.402],[16.613,9.52],[17.065,9.56],[2.352,1.348],[2.328,1.326],[3.882,2.238],[3.912,2.201],[2.954,1.666],[3.097,1.703],[6.024,3.452],[6.343,3.597],[2.199,1.241],[2.645,1.304],[4.113,-0.462],[3.465,-1.696],[3.255,-1.884],[3.199,-1.947],[10.968,-5.532],[10.757,-6.188],[1.65,-0.942],[1.689,-0.787],[0.195,-0.112],[0.15,-0.434],[0.374,-0.281],[0.572,-0.13],[2.405,-1.421],[2.294,-1.302],[3.916,-2.219],[3.899,-2.203],[2.473,-1.395],[2.295,-1.307],[21.326,-12.507],[21.678,-12.3],[6.119,-3.588],[6.18,-3.469],[18.851,-10.819],[19.181,-11.196],[0.702,-0.396],[0.889,-0.293],[0.199,-0.116],[0.148,-0.432],[0.375,-0.281],[0.572,-0.13],[2.514,-1.489],[2.307,-1.307],[1.663,-0.944],[1.676,-0.782],[0.196,-0.111],[0.15,-0.434],[0.374,-0.28],[0.572,-0.13],[2.414,-1.427],[2.301,-1.299],[7.689,-4.451],[25.692,-14.723],[3.166,-1.796],[0.391,-0.222],[0.748,-0.561],[1.808,-1.068],[2.851,-1.685]],"v":[[463,-80],[463,-85],[463,-90],[461.656,-90.56],[460,-89],[440.377,-78.436],[421,-67],[388.12,-48.3],[356,-30],[354.92,-28.952],[354,-28],[348.562,-25.52],[343,-23],[338.486,-20.008],[334,-17],[320.086,-9.275],[307,-2],[301.065,1.463],[295,5],[291.22,7.162],[288,9],[282.075,12.482],[276,16],[213.459,51.564],[152,87],[146.077,90.485],[140,94],[134.959,96.512],[130,99],[129.508,99.967],[129,101],[127.472,101.561],[126,102],[69.785,134.305],[14,166],[9.546,168.992],[5,172],[-0.448,174.464],[-6,177],[-6.492,177.968],[-7,179],[-8.528,179.561],[-10,180],[-22.342,187.214],[-34,194],[-77.741,218.953],[-122,244],[-126.137,246.811],[-131,250],[-136.305,252.383],[-142,255],[-142.492,255.968],[-143,257],[-144.528,257.561],[-146,258],[-154.46,262.861],[-163,265],[-168.649,260.166],[-174,254],[-307.645,179.645],[-441,105],[-445.433,102.261],[-450,102],[-454.309,106.691],[-458,112],[-452.025,120.069],[-443,125],[-431.237,131.668],[-420,138],[-396.728,151.156],[-374,164],[-323.133,192.71],[-273,221],[-265.987,225.002],[-259,229],[-247.191,235.71],[-236,242],[-226.779,247.107],[-218,252],[-199.184,262.718],[-181,273],[-173.765,277.274],[-165,279],[-153.685,275.467],[-144,270],[-134.272,264.332],[-125,258],[-92.277,240.137],[-61,222],[-55.959,219.474],[-51,217],[-50.508,216.032],[-50,215],[-48.472,214.439],[-47,214],[-40.012,209.963],[-33,206],[-21.179,199.312],[-10,193],[-2.905,188.986],[4,185],[68.774,147.839],[133,111],[151.469,100.461],[170,90],[227.319,56.684],[284,24],[286.47,23.026],[289,22],[289.492,21.031],[290,20],[291.528,19.439],[293,19],[300.191,14.845],[307,11],[312.024,8.488],[317,6],[317.492,5.033],[318,4],[319.528,3.439],[321,3],[328.024,-1.036],[335,-5],[358,-18],[436,-63],[446,-68],[447,-70],[450,-71],[454,-74]],"c":true}],"h":1},{"t":83.714,"s":[{"i":[[2.155,0.227],[0.368,-1.829],[0.093,-1.892],[-0.196,-1.742],[-0.5,-1.379],[-0.776,-0.972],[-1.008,-0.829],[-1.103,-0.692],[-1.06,-0.562],[-0.758,-0.414],[-0.685,-0.385],[-0.71,-0.403],[-0.832,-0.469],[-1.204,-0.69],[-1.224,-0.704],[-1.158,-0.662],[-1.006,-0.564],[-4.255,-2.367],[-4.207,-2.342],[-4.099,-2.304],[-3.93,-2.252],[-8.515,-4.797],[-8.512,-4.768],[-8.367,-4.712],[-8.077,-4.629],[-3.157,-1.798],[-3.17,-1.797],[-3.053,-1.726],[-2.806,-1.584],[-1.546,-0.854],[-1.552,-0.853],[-1.48,-0.823],[-1.331,-0.762],[-3.165,-1.802],[-3.18,-1.803],[-3.05,-1.724],[-2.776,-1.567],[-1.203,-0.75],[-1.32,-0.651],[-1.457,-0.325],[-1.614,0.227],[-1.744,0.472],[-1.58,0.776],[-1.296,0.791],[-0.893,0.517],[-0.389,0.276],[-0.311,0.255],[-0.266,0.227],[-0.254,0.191],[-0.264,0.089],[-0.286,0.065],[-0.254,0.069],[-0.168,0.1],[-1.671,0.977],[-1.659,0.96],[-1.533,0.878],[-1.293,0.73],[-0.428,0.163],[-0.424,0.135],[-0.408,0.155],[-0.382,0.221],[-0.102,0.261],[-0.104,0.271],[-0.14,0.105],[-0.572,0.13],[-0.337,0.2],[-29.104,16.517],[-28.635,16.793],[-12.515,7.125],[-12.471,7.189],[-50.036,28.57],[-49.975,28.972],[-0.894,0.198],[-0.665,0.462],[-0.212,2.323],[-0.048,3.247],[0.774,-0.404],[0.055,-0.398],[12.632,-7.261],[12.617,-7.148],[2.786,-1.555],[2.198,-1.273],[1.988,-1.168],[2.039,-1.166],[1.197,-0.683],[0.917,-0.53],[1.99,-1.175],[2.072,-1.16],[1.693,-0.794],[1.613,-0.918],[0.149,-0.434],[0.207,-0.154],[0.572,-0.13],[0.337,-0.2],[3.319,-1.921],[2.587,-1.46],[0.859,-0.274],[0.779,-0.46],[0.146,-0.43],[0.213,-0.16],[0.566,-0.123],[0.35,-0.217],[0.865,-0.519],[0.775,-0.449],[22.178,-12.591],[22.037,-12.757],[25.19,-14.495],[25.152,-14.498],[12.707,-7.131],[12.626,-7.246],[9.354,-5.584],[9.158,-5.256],[1.755,-0.912],[1.612,-0.565],[1.997,-0.42],[2.099,1.351],[-0.218,3.751],[0.534,2.37],[6.801,3.868],[5.844,3.349],[4.651,2.547],[3.86,2.212],[3.577,1.91],[3.729,2.091],[8.944,4.988],[9.036,4.896],[22.371,12.462],[22.288,12.546],[1.904,-0.522]],"o":[[-0.627,1.553],[-0.368,1.829],[-0.093,1.892],[0.196,1.742],[0.406,1.121],[0.776,0.972],[1.008,0.829],[1.103,0.692],[0.928,0.492],[0.758,0.414],[0.685,0.385],[0.71,0.403],[1.097,0.619],[1.204,0.69],[1.224,0.704],[1.158,0.662],[4.242,2.379],[4.255,2.367],[4.207,2.342],[4.099,2.304],[8.374,4.798],[8.515,4.797],[8.512,4.768],[8.367,4.712],[3.015,1.728],[3.157,1.798],[3.17,1.797],[3.053,1.726],[1.461,0.825],[1.546,0.854],[1.552,0.853],[1.48,0.823],[3.005,1.722],[3.165,1.802],[3.18,1.803],[3.05,1.724],[1.105,0.623],[1.203,0.75],[1.32,0.651],[1.457,0.325],[1.788,0.122],[1.744,-0.472],[1.58,-0.776],[1.296,-0.791],[0.5,-0.289],[0.389,-0.276],[0.311,-0.255],[0.266,-0.227],[0.187,-0.14],[0.264,-0.089],[0.286,-0.065],[0.254,-0.069],[1.569,-0.929],[1.671,-0.977],[1.659,-0.96],[1.533,-0.878],[0.422,-0.238],[0.428,-0.163],[0.424,-0.135],[0.408,-0.155],[0.133,-0.077],[0.102,-0.261],[0.104,-0.271],[0.374,-0.281],[0.572,-0.13],[28.948,-17.139],[29.104,-16.517],[12.467,-7.311],[12.515,-7.125],[49.879,-28.75],[50.036,-28.57],[0.759,-0.746],[0.894,-0.198],[2.103,-1.462],[0.212,-2.323],[0.153,-1.016],[-0.774,0.404],[-12.855,6.808],[-12.632,7.261],[-2.659,1.507],[-2.786,1.555],[-2.007,1.162],[-1.988,1.168],[-1.293,0.739],[-1.197,0.683],[-1.969,1.14],[-1.99,1.175],[-1.616,0.904],[-1.693,0.795],[-0.196,0.111],[-0.149,0.434],[-0.375,0.281],[-0.572,0.13],[-3.139,1.858],[-3.319,1.921],[-0.786,0.444],[-0.859,0.274],[-0.202,0.119],[-0.146,0.43],[-0.387,0.29],[-0.566,0.123],[-0.764,0.476],[-0.865,0.519],[-22.251,12.88],[-22.178,12.591],[-25.087,14.523],[-25.19,14.495],[-12.547,7.232],[-12.707,7.131],[-9.424,5.409],[-9.354,5.584],[-1.37,0.786],[-1.755,0.912],[-1.915,0.671],[-1.997,0.42],[-3.338,-1.625],[0.218,-3.751],[-6.951,-3.178],[-6.801,-3.868],[-4.534,-2.599],[-4.651,-2.547],[-3.962,-2.27],[-3.577,-1.91],[-9.187,-5.152],[-8.944,-4.988],[-22.226,-12.608],[-22.372,-12.462],[-1.227,-0.862],[-1.904,0.522]],"v":[[-439,81],[-440.495,86.126],[-441.19,91.761],[-441.04,97.265],[-440,102],[-438.192,105.139],[-435.48,107.839],[-432.279,110.12],[-429,112],[-426.496,113.348],[-424.356,114.534],[-422.288,115.704],[-420,117],[-416.527,118.977],[-412.863,121.082],[-409.267,123.146],[-406,125],[-393.24,132.123],[-380.532,139.19],[-368.059,146.163],[-356,153],[-330.632,167.4],[-305.056,181.755],[-279.702,195.982],[-255,210],[-245.709,215.306],[-236.187,220.716],[-226.821,226.018],[-218,231],[-213.47,233.525],[-208.804,236.093],[-204.236,238.615],[-200,241],[-190.71,246.306],[-181.157,251.733],[-171.776,257.043],[-163,262],[-159.544,264.117],[-155.764,266.275],[-151.602,267.796],[-147,268],[-141.673,267.403],[-136.658,265.458],[-132.314,263.035],[-129,261],[-127.674,260.15],[-126.631,259.352],[-125.773,258.628],[-125,258],[-124.31,257.663],[-123.472,257.439],[-122.648,257.246],[-122,257],[-117.111,254.124],[-112.086,251.201],[-107.268,248.428],[-103,246],[-101.721,245.41],[-100.44,244.975],[-99.189,244.552],[-98,244],[-97.657,243.449],[-97.357,242.607],[-97,242],[-95.472,241.439],[-94,241],[-6.765,190.74],[80,141],[117.497,119.408],[155,98],[304.928,12.167],[455,-74],[457.571,-75.213],[460,-76],[463.041,-81.661],[463,-90],[461.656,-90.56],[460,-89],[421.822,-67.755],[384,-46],[375.655,-41.325],[368,-37],[362.024,-33.503],[356,-30],[352.217,-27.843],[349,-26],[343.077,-22.515],[337,-19],[331.998,-16.51],[327,-14],[326.508,-13.032],[326,-12],[324.472,-11.439],[323,-11],[313.086,-5.201],[304,0],[301.494,0.988],[299,2],[298.508,2.97],[298,4],[296.472,4.554],[295,5],[292.508,6.521],[290,8],[223.339,46.093],[157,84],[81.549,127.518],[6,171],[-31.941,192.489],[-70,214],[-98.2,230.615],[-126,247],[-130.819,249.665],[-136,252],[-141.862,254.017],[-148,253],[-151.603,244.059],[-151,234],[-171.83,223.129],[-191,212],[-205.006,204.21],[-218,197],[-229.174,190.866],[-240,185],[-267.113,169.808],[-294,155],[-360.953,117.453],[-428,80],[-432.804,80.023]],"c":true}],"h":1},{"t":84.143,"s":[{"i":[[45.008,24.439],[2.148,-4.302],[0.874,-4.756],[-1.555,-4.872],[-3.626,-2.574],[-3.218,-1.706],[-2.386,-1.391],[-2.069,-1.172],[-6.322,-3.578],[-5.423,-3.125],[-9.352,-5.106],[-9.055,-5.078],[-2.953,-1.882],[-3.013,-1.69],[-12.364,-6.787],[-11.834,-6.724],[-10.12,-5.737],[-9.481,-5.35],[-2.676,-1.276],[-3.089,0.349],[-3.319,1.557],[-3.01,1.735],[-8.949,5.127],[-8.925,5.144],[-13.044,7.433],[-12.209,6.996],[-6.254,3.688],[-5.293,2.987],[-0.862,0.278],[-0.757,0.439],[-0.148,0.432],[-0.209,0.157],[-0.572,0.13],[-0.337,0.199],[-1.425,0.769],[-1.564,0.896],[-2.331,1.326],[-2.328,1.348],[-11.99,7.036],[-12.048,6.915],[-12.216,6.787],[-12.05,6.916],[-36.087,20.858],[-36.296,20.702],[-0.894,0.198],[-0.665,0.462],[-0.212,2.323],[-0.048,3.247],[0.774,-0.404],[0.055,-0.398],[4.542,-2.64],[4.1,-2.342],[1.689,-0.787],[1.577,-0.898],[0.15,-0.434],[0.206,-0.154],[0.572,-0.13],[0.337,-0.199],[2.312,-1.312],[2.31,-1.308],[2.781,-1.553],[2.228,-1.29],[2.769,-1.541],[2.318,-1.328],[2.102,-1.339],[2.275,-1.317],[2.403,-1.372],[1.905,-1.075],[0.903,-0.301],[0.742,-0.43],[0.148,-0.432],[0.209,-0.157],[0.572,-0.13],[0.337,-0.2],[2.296,-1.301],[2.327,-1.32],[1.718,-0.805],[1.592,-0.906],[0.15,-0.434],[0.206,-0.155],[0.572,-0.13],[0.337,-0.199],[1.45,-0.787],[1.499,-0.846],[3.861,-2.175],[3.759,-2.157],[7.056,-4.085],[6.088,-3.822],[1.458,-0.776],[1.496,-0.844],[1.47,-0.807],[1.512,-0.867],[9.388,-5.519],[8.52,-4.808],[0.866,-0.281],[0.829,-0.48],[0.148,-0.432],[0.209,-0.157],[0.572,-0.13],[0.337,-0.199],[1.423,-0.772],[1.571,-0.886],[2.327,-1.331],[2.333,-1.344],[3.924,-2.2],[3.474,-1.991],[0.673,-0.562],[0.709,-0.409],[1.713,-0.793],[1.623,-0.949],[31.993,-18.392],[31.356,-17.913],[1.686,-0.791],[1.635,-0.911],[0.151,-0.435],[0.203,-0.152],[0.586,-0.144],[0.309,-0.163],[1.63,-0.734],[1.715,-0.13],[1.042,0.157],[1.576,0.467],[-0.605,4.536],[-1.779,3.24],[-0.886,1.093],[1.22,1.4],[2.643,1.834],[2.853,1.577],[44.993,24.92]],"o":[[-2.267,3.509],[-2.148,4.302],[-0.874,4.756],[1.276,3.999],[3.626,2.574],[2.386,1.265],[2.386,1.391],[6.288,3.562],[6.322,3.578],[9.538,5.498],[9.352,5.106],[3.175,1.781],[2.953,1.882],[12.711,7.127],[12.364,6.787],[10.036,5.702],[10.121,5.737],[2.207,1.245],[2.676,1.276],[3.715,-0.038],[3.319,-1.557],[9.281,-5.35],[8.949,-5.127],[12.615,-7.272],[13.044,-7.433],[5.69,-3.26],[6.254,-3.688],[0.795,-0.448],[0.862,-0.278],[0.198,-0.115],[0.148,-0.432],[0.374,-0.281],[0.572,-0.13],[1.737,-1.026],[1.425,-0.769],[2.349,-1.346],[2.331,-1.327],[11.99,-6.941],[11.99,-7.036],[12.084,-6.935],[12.216,-6.787],[36.355,-20.864],[36.087,-20.858],[0.759,-0.746],[0.894,-0.198],[2.103,-1.462],[0.212,-2.323],[0.153,-1.016],[-0.774,0.404],[-4.731,2.097],[-4.542,2.64],[-1.667,0.953],[-1.689,0.788],[-0.196,0.111],[-0.15,0.434],[-0.374,0.281],[-0.572,0.13],[-2.443,1.444],[-2.312,1.312],[-2.646,1.499],[-2.781,1.553],[-2.604,1.508],[-2.769,1.541],[-2.317,1.328],[-2.102,1.339],[-2.484,1.438],[-2.403,1.372],[-0.647,0.364],[-0.903,0.301],[-0.199,0.116],[-0.148,0.432],[-0.375,0.281],[-0.572,0.13],[-2.49,1.474],[-2.296,1.301],[-1.537,0.872],[-1.718,0.806],[-0.196,0.111],[-0.15,0.434],[-0.374,0.28],[-0.572,0.13],[-1.702,1.006],[-1.45,0.787],[-3.796,2.142],[-3.862,2.175],[-6.69,3.84],[-7.056,4.084],[-1.673,1.05],[-1.458,0.776],[-1.607,0.907],[-1.47,0.807],[-8.927,5.115],[-9.388,5.519],[-0.706,0.398],[-0.866,0.281],[-0.198,0.115],[-0.148,0.432],[-0.374,0.281],[-0.572,0.13],[-1.738,1.026],[-1.423,0.772],[-2.358,1.331],[-2.327,1.331],[-3.829,2.208],[-3.924,2.2],[-0.6,0.344],[-0.672,0.562],[-1.525,0.88],[-1.713,0.793],[-31.672,18.52],[-31.993,18.392],[-1.621,0.926],[-1.686,0.791],[-0.191,0.107],[-0.151,0.435],[-0.347,0.26],[-0.586,0.144],[-1.763,0.935],[-1.63,0.734],[-1.255,0.095],[-1.042,-0.157],[-3.201,-3.618],[0.605,-4.536],[0.674,-1.228],[0.886,-1.093],[-1.576,-3.086],[-2.643,-1.834],[-45.019,-24.881],[-44.993,-24.92]],"v":[[-409,48],[-415.911,59.8],[-420.733,73.472],[-420,88],[-411.956,97.72],[-401,104],[-393.762,108.07],[-387,112],[-367.851,122.828],[-350,133],[-321.638,148.815],[-294,164],[-284.879,169.568],[-276,175],[-238.343,195.803],[-202,216],[-171.584,233.264],[-142,250],[-134.661,254.195],[-126,256],[-115.472,253.273],[-106,248],[-78.733,232.346],[-52,217],[-13.195,194.793],[25,173],[43.298,162.294],[61,152],[63.528,150.993],[66,150],[66.492,149.031],[67,148],[68.528,147.439],[70,147],[74.63,144.403],[79,142],[86.015,138.002],[93,134],[128.957,112.98],[165,92],[201.525,71.486],[238,51],[346.545,-11.622],[455,-74],[457.571,-75.213],[460,-76],[463.041,-81.661],[463,-90],[461.656,-90.56],[460,-89],[446.026,-81.684],[433,-74],[427.933,-71.459],[423,-69],[422.508,-68.033],[422,-67],[420.472,-66.439],[419,-66],[411.899,-61.898],[405,-58],[396.687,-53.343],[389,-49],[380.785,-44.366],[373,-40],[366.468,-35.992],[360,-32],[352.566,-27.728],[346,-24],[343.572,-23.049],[341,-22],[340.508,-21.031],[340,-20],[338.472,-19.439],[337,-19],[329.878,-14.884],[323,-11],[318.041,-8.526],[313,-6],[312.508,-5.033],[312,-4],[310.472,-3.439],[309,-3],[304.347,-0.38],[300,2],[288.472,8.489],[277,15],[256.048,27.013],[236,39],[231.368,41.654],[227,44],[222.429,46.53],[218,49],[190.195,65.231],[163,81],[160.593,81.939],[158,83],[157.508,83.969],[157,85],[155.472,85.561],[154,86],[149.375,88.605],[145,91],[137.981,94.99],[131,99],[119.233,105.662],[108,112],[106.082,113.451],[104,115],[99.073,117.448],[94,120],[-1.737,175.455],[-97,230],[-101.99,232.511],[-107,235],[-107.492,235.966],[-108,237],[-109.529,237.573],[-111,238],[-116.036,240.603],[-121,242],[-124.26,241.922],[-128,241],[-131.235,228.216],[-127,216],[-124.079,212.629],[-124,209],[-130.542,201.868],[-139,197],[-274.009,122.169]],"c":true}],"h":1},{"t":84.571,"s":[{"i":[[-1.962,4.323],[2.138,2.196],[9.312,4.688],[11.267,6.53],[4.874,2.779],[2.369,1.33],[5.157,2.854],[5.028,2.857],[5.103,2.857],[0.934,0.532],[4.359,2.391],[0.921,0.524],[3.866,2.181],[5.07,2.822],[4.98,2.773],[2.582,1.449],[2.882,1.616],[5.124,2.848],[9.867,5.533],[2.523,1.314],[3.174,-1.544],[5.444,-10.369],[-5.018,-11.663],[-4.299,-2.279],[-3.066,-1.73],[-4.165,-2.36],[-21.449,-12.107],[-3.226,-1.806],[-0.407,-0.305],[-0.674,-0.398],[-4.79,-2.702],[-6.284,-3.546],[-1.409,-0.791],[-0.408,-0.306],[-0.618,-0.327],[-1.261,-0.945],[-0.674,-0.398],[-4.563,-2.573],[-31.44,-17.862],[-6.051,-0.01],[-6.917,3.919],[-4.027,2.272],[-1.354,0.778],[-2.898,1.69],[-0.422,0.316],[-0.673,0.398],[-5.245,3.006],[-16.239,9.163],[-2.965,1.699],[-7.787,4.394],[-1.409,0.791],[-2.838,1.598],[-3.104,1.92],[-1.666,0.97],[-3.462,1.953],[-1.488,0.861],[-0.418,0.314],[-0.674,0.398],[-4.332,2.431],[-3.618,2.041],[-1.461,0.865],[-0.427,0.32],[-0.702,0.441],[-1.353,0.775],[-2.947,1.66],[-1.318,0.744],[-1.55,0.882],[-0.412,0.309],[-0.674,0.398],[-2.998,1.692],[-1.502,0.843],[-2.736,1.541],[-3.162,1.808],[-1.524,0.891],[-5.161,2.954],[-10.759,6.157],[-5.6,3.213],[-3.188,1.823],[-1.419,0.813],[-3.723,2.133],[-1.514,0.859],[-3.159,1.806],[-1.414,0.81],[-8.6,4.978],[-34.451,18.798],[-1.276,0.985],[-0.817,3.488],[-0.431,3.671],[0.111,-0.795],[23.336,-13.393],[11.727,-6.789],[59.601,-34.939],[3.524,-2.019],[1.558,-0.884],[3.188,-1.822],[1.419,-0.813],[3.712,-2.127],[1.558,-0.884],[3.144,-1.797],[1.42,-0.83],[3.469,-1.957],[1.582,-0.915],[0.418,-0.314],[0.674,-0.398],[4.332,-2.431],[3.435,-1.938],[1.531,-0.886],[0.418,-0.314],[0.674,-0.398],[4.363,-2.485],[1.499,-0.846],[1.437,-0.817],[0.412,-0.309],[0.674,-0.398],[3.142,-1.773],[1.297,-0.729],[5.68,-3.232],[0.412,-0.309],[0.674,-0.398],[2.998,-1.692],[1.504,-0.871],[2.875,-1.643],[0.414,-0.311],[0.674,-0.398],[5.6,-3.209],[7.61,-4.286],[7.347,2.363],[-4.143,6.653],[-5.368,0.965]],"o":[[0.502,-4.836],[-8.731,-5.269],[-12.298,-7.083],[-5.495,-3.185],[-2.396,-1.366],[-5.168,-2.903],[-5.128,-2.838],[-5.245,-2.98],[-0.998,-0.559],[-4.62,-2.629],[-0.985,-0.54],[-4.306,-2.45],[-5.164,-2.913],[-5.223,-2.908],[-2.636,-1.467],[-2.752,-1.544],[-5.104,-2.862],[-10.827,-6.019],[-2.497,-1.4],[-2.333,-1.215],[-10.045,3.537],[-4.771,9.087],[1.968,4.575],[3.617,1.917],[4.579,2.584],[24.078,13.64],[3.418,1.929],[0.385,0.216],[0.748,0.561],[4.917,2.906],[7.45,4.202],[1.4,0.79],[0.386,0.217],[0.695,0.521],[2.746,1.456],[0.748,0.561],[4.771,2.819],[30.26,17.068],[7.61,4.323],[5.635,0.01],[4.769,-2.702],[1.557,-0.879],[2.891,-1.661],[0.401,-0.234],[0.748,-0.561],[5.868,-3.467],[17.111,-9.805],[3.332,-1.88],[8.368,-4.795],[1.318,-0.743],[2.748,-1.543],[4.257,-2.397],[1.691,-1.046],[4.383,-2.554],[1.406,-0.793],[0.397,-0.23],[0.748,-0.561],[4.35,-2.57],[4.54,-2.548],[1.392,-0.786],[0.406,-0.24],[0.778,-0.583],[1.479,-0.929],[2.802,-1.606],[1.409,-0.793],[1.7,-0.959],[0.391,-0.222],[0.748,-0.561],[3.405,-2.012],[1.494,-0.843],[2.772,-1.557],[4.114,-2.316],[1.682,-0.962],[5.809,-3.395],[11.769,-6.735],[6.409,-3.667],[4.258,-2.443],[1.678,-0.959],[4.759,-2.727],[1.417,-0.812],[4.245,-2.41],[1.505,-0.861],[9.048,-5.185],[35.031,-20.279],[1.373,-1.477],[2.133,-1.647],[0.609,-2.599],[0.306,-2.031],[-23.93,12.249],[-11.654,6.688],[-60.683,35.128],[-4.535,2.659],[-1.702,0.975],[-4.232,2.402],[-1.678,0.959],[-4.894,2.805],[-1.702,0.975],[-4.202,2.385],[-1.684,0.963],[-4.348,2.541],[-1.585,0.894],[-0.397,0.23],[-0.748,0.561],[-4.35,2.57],[-4.445,2.495],[-1.691,0.954],[-0.397,0.23],[-0.748,0.561],[-4.381,2.589],[-1.503,0.856],[-1.528,0.862],[-0.391,0.222],[-0.748,0.561],[-3.475,2.053],[-1.39,0.784],[-5.918,3.324],[-0.391,0.223],[-0.748,0.561],[-3.405,2.012],[-1.504,0.849],[-2.829,1.638],[-0.393,0.225],[-0.748,0.561],[-6.248,3.692],[-7.331,4.201],[-5.776,3.253],[-9.073,-3.434],[2.994,-3.339],[6.976,-1.419]],"v":[[-89,179],[-96,173],[-123,158],[-161,136],[-177,128],[-184,123],[-200,115],[-215,106],[-231,98],[-234,95],[-247,89],[-250,86],[-262,80],[-277,71],[-293,63],[-300,58],[-309,54],[-324,45],[-355,28],[-363,24],[-371,21],[-392,42],[-397,76],[-386,86],[-377,91],[-363,99],[-299,135],[-289,140],[-288,142],[-285,143],[-271,151],[-248,164],[-243,166],[-242,168],[-239,169],[-233,173],[-230,174],[-216,182],[-123,234],[-103,243],[-84,235],[-71,228],[-67,225],[-58,221],[-57,219],[-54,218],[-36,208],[16,178],[25,173],[51,158],[55,155],[64,151],[76,143],[81,141],[94,133],[99,131],[100,129],[103,128],[116,121],[129,113],[134,111],[135,109],[138,108],[142,105],[151,101],[155,98],[160,96],[161,94],[164,93],[173,88],[177,85],[186,81],[198,73],[203,71],[220,61],[255,41],[273,31],[285,23],[290,21],[303,13],[308,11],[320,3],[325,1],[351,-14],[456,-74],[460,-77],[463,-81],[463,-90],[460,-89],[390,-49],[355,-29],[171,76],[158,84],[153,86],[141,94],[136,96],[123,104],[118,106],[106,114],[101,116],[88,124],[83,126],[82,128],[79,129],[66,136],[53,144],[48,146],[47,148],[44,149],[31,156],[27,159],[22,161],[21,163],[18,164],[9,169],[5,172],[-13,181],[-14,183],[-17,184],[-26,189],[-30,192],[-39,196],[-40,198],[-43,199],[-61,209],[-83,222],[-103,228],[-105,201],[-95,192]],"c":true}],"h":1},{"t":85,"s":[{"i":[[-0.917,3.75],[0,1.667],[0,1.666],[0.137,0.197],[0.425,-0.092],[0.468,-0.199],[0.124,-0.543],[11.121,-6.406],[11.123,-6.411],[11.195,-6.291],[11.078,-6.413],[22.134,-12.843],[22.236,-12.761],[2.872,-1.456],[2.757,-1.596],[8.314,-4.853],[8.317,-4.712],[13.982,-8.141],[13.252,-7.605],[2.882,-1.457],[2.777,-1.624],[2.635,-1.709],[2.771,-1.591],[1.509,-0.575],[1.516,-0.867],[0.149,-0.433],[0.207,-0.156],[0.572,-0.13],[0.337,-0.199],[2.184,-1.132],[2.096,-1.192],[4.105,-2.522],[4.209,-2.426],[1.312,-0.855],[1.433,-0.817],[1.584,-0.623],[1.335,-0.75],[3.227,-1.585],[4.328,0.892],[-3.865,9.564],[-7.782,-2.269],[-0.387,-1.03],[-1.35,1.397],[-1.249,1.584],[-1.622,1.212],[2.899,1.878],[2.812,1.593],[3.92,2.208],[3.421,1.96],[4.512,2.563],[33.675,19.002],[1.622,0.904],[0.405,0.304],[0.618,0.327],[1.493,0.845],[0.411,0.308],[0.674,0.399],[10.017,5.683],[3.185,1.776],[0.405,0.304],[0.618,0.327],[1.394,1.045],[0.674,0.398],[3.069,1.627],[4.862,2.636],[6.66,3.773],[5.931,-0.349],[5.86,-7.412],[1.484,-7.327],[-2.093,-5.887],[-6.288,-3.609],[-22.036,-12.627],[-7.554,-4.298],[-24.952,-14.079],[-4.678,-2.624],[-3.105,-1.753],[-3.13,-1.753],[-0.407,-0.305],[-0.674,-0.398],[-5.398,-3.046],[-4.707,-2.64],[-3.077,-1.737],[-3.225,-1.806],[-0.407,-0.305],[-0.674,-0.398],[-6.417,0.459],[-5.948,3.287],[-8.035,4.571],[-5.154,2.933],[-2.736,1.556],[-1.029,0.588],[-1.414,0.817],[-5.321,3.028],[-2.836,1.613],[-1.029,0.588],[-1.42,0.821],[-2.711,1.562],[-2.615,1.492],[-2.832,1.59],[-2.695,1.546],[-2.661,1.563],[-2.772,1.581],[-2.734,1.535],[-2.651,1.521],[-8.296,4.761],[-15.555,8.927],[-2.894,1.654],[-0.414,0.311],[-0.674,0.398],[-4.364,2.483],[-2.685,1.564],[-8.077,4.596],[-5.302,3.017],[-2.838,1.615],[-1.029,0.588],[-1.414,0.817],[-5.291,3.01],[-2.78,1.582],[-1.029,0.588],[-1.42,0.821],[-26.388,15.133],[-2.746,1.542],[-2.82,1.608],[-2.669,1.565],[-2.843,1.682],[-2.638,1.481],[-2.659,1.517],[-2.642,1.523],[-5.662,3.392]],"o":[[0,-1.666],[0,-1.667],[-0.029,-0.305],[-0.137,-0.197],[-0.006,0.661],[-0.468,0.199],[-11.393,5.966],[-11.121,6.406],[-11.144,6.423],[-11.195,6.291],[-22.228,12.867],[-22.134,12.843],[-2.755,1.581],[-2.872,1.456],[-8.426,4.877],[-8.314,4.853],[-13.82,7.829],[-13.982,8.141],[-2.696,1.548],[-2.882,1.457],[-2.688,1.572],[-2.635,1.709],[-1.45,0.832],[-1.509,0.575],[-0.197,0.112],[-0.149,0.433],[-0.374,0.281],[-0.572,0.13],[-2.167,1.281],[-2.184,1.132],[-4.371,2.487],[-4.105,2.522],[-1.321,0.762],[-1.312,0.855],[-1.329,0.758],[-1.584,0.623],[-2.764,1.553],[-3.227,1.585],[-8.243,-5.012],[3.865,-9.564],[1.103,0.278],[0.386,1.03],[1.382,-1.452],[1.249,-1.584],[-0.591,-3.896],[-2.899,-1.878],[-3.9,-2.209],[-3.92,-2.207],[-4.598,-2.635],[-34.648,-19.685],[-1.604,-0.905],[-0.383,-0.214],[-0.695,-0.521],[-1.414,-0.749],[-0.389,-0.22],[-0.749,-0.562],[-10.509,-6.222],[-3.094,-1.756],[-0.383,-0.214],[-0.695,-0.521],[-2.983,-1.581],[-0.748,-0.561],[-3.371,-1.992],[-4.877,-2.585],[-5.278,-2.862],[-7.417,-4.202],[-4.929,0.29],[-5.093,6.443],[-1.414,6.978],[2.817,7.923],[23.173,13.299],[7.666,4.393],[26.13,14.867],[4.768,2.69],[3.013,1.69],[3.03,1.71],[0.385,0.216],[0.748,0.561],[6,3.545],[4.724,2.666],[2.973,1.667],[3.35,1.891],[0.385,0.216],[0.748,0.561],[4.567,2.699],[7.076,0.079],[8.669,-4.791],[5.704,-3.245],[2.827,-1.608],[0.961,-0.547],[1.508,-0.862],[6.029,-3.485],[2.774,-1.578],[0.961,-0.547],[1.681,-0.961],[2.803,-1.62],[2.695,-1.553],[2.82,-1.608],[2.64,-1.483],[2.675,-1.534],[2.746,-1.612],[2.756,-1.572],[2.658,-1.492],[8.528,-4.89],[16.358,-9.388],[2.889,-1.658],[0.393,-0.224],[0.748,-0.561],[4.382,-2.589],[2.763,-1.572],[8.524,-4.963],[6.004,-3.416],[2.651,-1.508],[0.961,-0.547],[1.508,-0.862],[5.897,-3.409],[2.678,-1.524],[0.961,-0.547],[1.681,-0.961],[27.23,-15.74],[2.711,-1.555],[2.832,-1.59],[2.605,-1.486],[2.739,-1.607],[2.605,-1.542],[2.671,-1.5],[2.865,-1.635],[5.845,-3.369],[2.754,-1.913]],"v":[[463,-80],[463,-85],[463,-90],[462.798,-90.798],[462,-91],[461.088,-89.912],[460,-89],[426.298,-70.334],[393,-51],[359.451,-31.992],[326,-13],[259.506,25.58],[193,64],[184.502,68.489],[176,73],[150.919,87.624],[126,102],[84.073,126.168],[43,150],[34.561,154.443],[26,159],[18.063,163.986],[10,169],[5.55,170.974],[1,173],[0.508,173.967],[0,175],[-1.528,175.561],[-3,176],[-9.553,179.566],[-16,183],[-28.622,190.546],[-41,198],[-44.916,200.458],[-49,203],[-53.496,205.006],[-58,207],[-66.827,212.333],[-78,214],[-82.518,188.039],[-63,173],[-61.185,175.756],[-59,176],[-55.18,171.32],[-51,167],[-56.835,158.773],[-66,154],[-77.859,147.313],[-89,141],[-102,133],[-207,74],[-212,72],[-213,70],[-216,69],[-221,67],[-222,65],[-225,64],[-257,46],[-267,41],[-268,39],[-271,38],[-277,34],[-280,33],[-289,28],[-303,20],[-322,10],[-342,1],[-362,15],[-373,38],[-373,60],[-356,74],[-287,113],[-264,126],[-186,170],[-172,178],[-163,183],[-153,188],[-152,190],[-149,191],[-131,201],[-117,209],[-108,214],[-98,219],[-97,221],[-94,222],[-78,228],[-59,221],[-34,207],[-18,197],[-9,193],[-6,190],[-1,188],[15,178],[24,174],[27,171],[32,169],[40,164],[48,159],[57,155],[65,150],[73,145],[81,140],[90,136],[98,131],[123,117],[172,88],[181,84],[182,82],[185,81],[198,74],[206,69],[231,55],[247,45],[256,41],[259,38],[264,36],[280,26],[289,22],[292,19],[297,17],[380,-31],[388,-36],[397,-40],[405,-45],[413,-50],[421,-55],[430,-59],[438,-64],[455,-74]],"c":true}],"h":1},{"t":85.429,"s":[{"i":[[-0.502,3.831],[0,1.667],[0,1.666],[0.137,0.197],[0.425,-0.092],[0.468,-0.199],[0.124,-0.543],[10.435,-6.139],[10.431,-5.986],[10.694,-5.941],[10.568,-6.118],[42.276,-24.345],[42.416,-24.029],[5.361,-2.989],[5.263,-3.046],[3.88,-2.423],[3.433,-1.964],[1.522,-0.585],[1.438,-0.819],[0.462,-0.586],[0.613,-0.349],[0.671,-0.312],[0.608,-0.351],[2.635,-1.469],[2.613,-1.48],[2.638,-1.476],[2.611,-1.492],[4.659,-2.179],[5.545,0.898],[0.248,5.141],[-1.868,4.601],[-3.328,3.407],[-4.877,-0.089],[-0.718,-1.448],[0.374,-2.541],[0.362,-1.509],[-3.468,0.588],[-0.98,1.468],[-0.649,1.978],[-0.093,2.448],[0.028,2.204],[2.62,2.048],[2.922,1.656],[9.098,5.111],[9.102,5.172],[12.364,6.746],[12.459,7.15],[13.129,7.516],[12.108,6.832],[0.856,0.278],[0.774,0.435],[0.151,0.435],[0.204,0.153],[0.586,0.144],[0.309,0.163],[0.884,0.3],[0.752,0.421],[0.151,0.435],[0.203,0.152],[0.572,0.13],[0.337,0.199],[2.366,1.355],[2.207,1.202],[3.254,1.664],[3.524,2.002],[3.38,1.793],[3.083,-0.101],[4.129,-3.296],[1.912,-2.667],[0.552,-0.997],[0.259,-0.27],[1.153,-2.513],[0.678,-2.162],[-0.216,-5.787],[-2.925,-3.142],[-0.082,-0.568],[-0.339,-0.369],[-1.477,-0.635],[-1.731,-0.977],[-1.468,-0.806],[-1.458,-0.835],[-2.372,-1.352],[-2.143,-1.236],[-12.834,-7.197],[-12.859,-7.256],[-2.331,-1.343],[-2.337,-1.31],[-2.801,-1.568],[-2.178,-1.261],[-1.125,-0.653],[-1.232,-0.653],[-3.057,-1.712],[-2.692,-1.519],[-2.286,-1.315],[-2.377,-1.341],[-13.279,-7.49],[-12.32,-6.952],[-2.321,-1.333],[-2.39,-1.354],[-3.38,-1.675],[-2.544,-0.069],[-3.19,1.11],[-3.059,1.618],[-1.137,0.912],[-1.188,0.681],[-1.556,0.606],[-1.242,0.697],[-1.131,0.899],[-1.236,0.707],[-1.554,0.603],[-1.393,0.793],[-0.506,0.611],[-0.472,0.269],[-0.665,0.306],[-0.622,0.368],[-5.401,3.059],[-4.787,2.739],[-2.786,1.585],[-1.266,0.721],[-1.167,0.673],[-5.323,3.014],[-2.615,1.514],[-5.149,2.93],[-0.945,0.538],[-1.216,0.702],[-5.226,2.959],[-5.223,2.984],[-22.258,13.053],[-85.693,48.755]],"o":[[0,-1.666],[0,-1.667],[-0.029,-0.305],[-0.137,-0.197],[-0.006,0.661],[-0.468,0.199],[-10.828,5.457],[-10.435,6.139],[-10.658,6.117],[-10.694,5.941],[-42.478,24.59],[-42.276,24.345],[-5.293,2.999],[-5.361,2.989],[-4.049,2.344],[-3.88,2.423],[-1.473,0.843],[-1.522,0.585],[-0.54,0.307],[-0.462,0.586],[-0.706,0.401],[-0.671,0.312],[-2.848,1.643],[-2.635,1.469],[-2.835,1.605],[-2.638,1.476],[-3.819,2.182],[-4.659,2.179],[-4.875,-2.834],[-0.248,-5.141],[1.812,-4.463],[3.328,-3.407],[1.502,0.666],[0.718,1.448],[-0.02,1.552],[-0.362,1.509],[3.431,0.847],[0.98,-1.468],[0.657,-2.001],[0.093,-2.448],[-1.598,-3.153],[-2.62,-2.048],[-9.505,-5.385],[-9.098,-5.111],[-12.084,-6.865],[-12.364,-6.746],[-12.375,-7.102],[-13.129,-7.516],[-0.803,-0.453],[-0.856,-0.278],[-0.193,-0.108],[-0.151,-0.435],[-0.347,-0.261],[-0.586,-0.144],[-0.71,-0.377],[-0.884,-0.301],[-0.192,-0.108],[-0.151,-0.435],[-0.374,-0.28],[-0.572,-0.13],[-2.331,-1.377],[-2.366,-1.355],[-2.461,-1.341],[-3.254,-1.664],[-3.397,-1.93],[-3.38,-1.793],[-4.572,0.148],[-4.129,3.296],[-0.534,0.744],[-0.552,0.997],[-1.711,1.785],[-1.153,2.513],[-1.789,5.709],[0.216,5.787],[0.334,0.359],[0.082,0.568],[1.361,1.483],[1.477,0.635],[1.671,0.942],[1.468,0.806],[2.37,1.358],[2.372,1.352],[13.803,7.956],[12.834,7.197],[2.338,1.319],[2.331,1.343],[2.618,1.468],[2.801,1.568],[1.269,0.734],[1.125,0.653],[3.082,1.633],[3.057,1.712],[2.48,1.399],[2.286,1.315],[12.564,7.086],[13.279,7.49],[2.326,1.312],[2.321,1.333],[3.936,2.23],[3.38,1.675],[2.18,0.058],[3.19,-1.11],[1.266,-0.669],[1.137,-0.912],[1.532,-0.879],[1.556,-0.606],[1.241,-0.697],[1.131,-0.899],[1.39,-0.796],[1.554,-0.603],[0.504,-0.287],[0.506,-0.611],[0.72,-0.409],[0.665,-0.306],[5.938,-3.514],[5.756,-3.26],[2.78,-1.591],[1.068,-0.608],[1.363,-0.776],[5.895,-3.4],[2.768,-1.567],[5.192,-3.005],[1.008,-0.574],[1.667,-0.949],[5.697,-3.286],[5.67,-3.21],[24.377,-13.93],[85.54,-50.163],[1.722,-2.611]],"v":[[463,-80],[463,-85],[463,-90],[462.798,-90.798],[462,-91],[461.088,-89.912],[460,-89],[428.202,-71.397],[397,-53],[364.933,-35.001],[333,-17],[205.953,56.421],[79,129],[62.978,137.964],[47,147],[35.038,154.284],[24,161],[19.474,163.018],[15,165],[13.555,166.469],[12,168],[9.927,169.038],[8,170],[-0.177,174.623],[-8,179],[-16.168,183.585],[-24,188],[-36.705,195.31],[-52,198],[-59.057,185.325],[-56,170],[-48.299,157.586],[-36,152],[-32.593,155.094],[-32,161],[-33.615,166.105],[-30,168],[-23.913,166.619],[-22,161],[-20.986,154.152],[-21,147],[-27.506,139.377],[-36,134],[-63.802,118.34],[-91,103],[-127.718,82.714],[-165,62],[-203.701,39.797],[-242,18],[-244.522,16.986],[-247,16],[-247.492,15.033],[-248,14],[-249.529,13.427],[-251,13],[-253.468,12.034],[-256,11],[-256.492,10.033],[-257,9],[-258.528,8.439],[-260,8],[-267.093,3.869],[-274,0],[-282.703,-4.504],[-293,-10],[-303.235,-16.023],[-313,-19],[-326.495,-12.889],[-336,-3],[-337.706,-0.144],[-339,2],[-343.275,8.718],[-346,16],[-348.536,33.926],[-344,48],[-343.503,49.493],[-343,51],[-338.778,53.88],[-334,56],[-329.341,58.58],[-325,61],[-317.829,65.092],[-311,69],[-271.293,91.525],[-233,113],[-226,117.006],[-219,121],[-210.669,125.656],[-203,130],[-199.472,132.061],[-196,134],[-186.707,139.086],[-178,144],[-170.923,148.043],[-164,152],[-124.818,174.101],[-86,196],[-79.048,199.969],[-72,204],[-60.956,210.121],[-52,213],[-43.659,211.257],[-34,207],[-30.442,204.509],[-27,202],[-22.282,199.864],[-18,198],[-14.496,195.508],[-11,193],[-6.502,190.998],[-2,189],[-0.476,187.486],[1,186],[3.074,184.969],[5,184],[21,175],[36,166],[45,162],[48,159],[52,157],[68,148],[76,143],[92,135],[95,132],[99,130],[115,121],[131,112],[203,71],[456,-74]],"c":true}],"h":1},{"t":85.857,"s":[{"i":[[-0.855,3.145],[-0.115,2.115],[1.144,0.856],[0.468,-0.199],[0.124,-0.543],[9.944,-5.74],[10.105,-5.824],[36.301,-20.73],[35.939,-20.413],[0.688,-0.323],[0.674,-0.383],[0.458,-0.584],[0.534,-0.304],[2.699,-1.256],[2.588,-1.487],[2.32,-1.572],[2.339,-1.343],[2.687,-1.249],[2.588,-1.472],[0.257,-0.252],[0.019,-0.019],[0.242,-0.059],[0.601,-0.348],[1.096,-0.874],[1.154,-0.656],[0.683,-0.318],[0.585,-0.339],[2.047,-0.952],[1.719,-0.978],[0.504,-0.609],[0.508,-0.292],[0.672,-0.063],[0.65,-0.368],[0.493,-0.604],[0.546,-0.312],[1.368,-0.64],[1.306,-0.739],[7.537,-4.374],[7.274,-4.211],[4.895,-2.76],[5.825,-3.3],[6.091,-3.143],[4.945,1.228],[-0.084,7.352],[-2.296,3.945],[-3.854,3.271],[-5.365,-1.895],[1.159,-4.298],[2.492,-1.861],[1.909,1.394],[1.402,-0.014],[0.263,-2.682],[-4.168,-0.251],[-1.412,-0.921],[-1.942,-0.392],[-1.268,1.285],[-1.226,1.389],[-1.259,1.5],[-0.821,1.707],[0.08,0.544],[-0.129,0.426],[-0.464,0.388],[-0.087,0.261],[2.27,6.057],[5.657,3.224],[20.485,11.559],[2.642,1.491],[1.511,0.856],[0.411,0.308],[0.641,0.355],[14.004,7.901],[1.456,0.818],[0.408,0.306],[0.618,0.327],[1.394,1.045],[0.673,0.398],[4.599,2.594],[8.393,4.696],[3.226,1.835],[0.413,0.309],[0.674,0.398],[5.398,3.046],[11.987,6.879],[6.375,-0.077],[6.824,-10.176],[-8.129,-14.752],[-3.274,-2.33],[-8.755,-5.017],[-11.29,-6.371],[-5.162,-2.958],[-4.703,-2.672],[-24.711,-13.943],[-4.768,-2.674],[-2.91,-1.643],[-3.18,-1.781],[-0.407,-0.305],[-0.673,-0.398],[-5.398,-3.046],[-4.678,-2.624],[-6.426,-3.797],[-5.972,0.324],[-8.69,5.031],[-4.993,2.878],[-34.021,19.695],[-4.871,2.791],[-5.197,2.919],[-0.92,0.564],[-3.851,2.21],[-5.093,2.898],[-0.038,0.037],[-1.202,0.697],[-2.067,1.176],[-3.829,2.219],[-2.515,1.413],[-1.306,0.739],[-1.091,0.625],[-2.614,1.481],[-14.985,8.788],[-29.187,16.751],[-4.285,2.406],[-5.197,2.919],[-0.92,0.564],[-3.884,2.278],[-3.172,1.805],[-1.068,0.608],[-1.339,0.688],[-1.119,0.63],[-2.603,1.501],[-4.418,3.768]],"o":[[-0.317,-1.684],[0.115,-2.115],[-0.006,0.661],[-0.468,0.199],[-10.12,5.216],[-9.944,5.74],[-35.858,20.669],[-36.301,20.73],[-0.575,0.327],[-0.688,0.322],[-0.633,0.36],[-0.458,0.584],[-2.615,1.487],[-2.699,1.256],[-2.382,1.369],[-2.32,1.572],[-2.665,1.529],[-2.687,1.249],[0.046,-0.026],[-0.257,0.252],[-0.432,0.414],[-0.242,0.059],[-1.464,0.849],[-1.096,0.874],[-0.684,0.389],[-0.683,0.318],[-2.094,1.212],[-2.047,0.953],[-0.477,0.271],[-0.504,0.609],[-0.662,0.382],[-0.672,0.063],[-0.484,0.273],[-0.493,0.603],[-1.221,0.7],[-1.368,0.64],[-7.578,4.293],[-7.537,4.374],[-4.596,2.661],[-4.895,2.76],[-4.689,2.656],[-6.091,3.143],[-6.633,-1.647],[0.084,-7.352],[2.218,-3.81],[3.854,-3.271],[3.128,2.95],[-1.159,4.297],[-1.964,2.561],[-1.908,-1.394],[-2.117,0.022],[-0.263,2.682],[1.408,0.925],[1.412,0.921],[1.7,-0.469],[1.268,-1.285],[1.143,-1.295],[1.259,-1.499],[0.191,-0.399],[-0.08,-0.544],[0.057,-0.188],[0.464,-0.388],[2.206,-6.641],[-2.532,-6.756],[-23.712,-13.511],[-3.69,-2.082],[-1.418,-0.8],[-0.39,-0.221],[-0.716,-0.537],[-15.14,-8.385],[-1.706,-0.963],[-0.386,-0.217],[-0.695,-0.521],[-2.983,-1.581],[-0.748,-0.561],[-4.901,-2.896],[-9.127,-5.148],[-3.233,-1.809],[-0.391,-0.223],[-0.748,-0.561],[-6,-3.545],[-11.368,-6.415],[-7.514,-4.312],[-9.813,0.118],[-9.606,14.325],[1.786,3.241],[9.683,6.891],[12.213,6.999],[5.898,3.328],[4.812,2.757],[25.65,14.572],[4.701,2.653],[2.94,1.648],[3.349,1.89],[0.385,0.216],[0.748,0.561],[6,3.545],[4.768,2.69],[7.688,4.311],[4.415,2.609],[13.801,-0.319],[4.893,-2.832],[34.943,-20.141],[4.888,-2.829],[5.114,-2.931],[0.768,-0.431],[4.346,-2.665],[5.111,-2.933],[-0.092,0.053],[0.864,-0.828],[3.027,-1.754],[4.274,-2.432],[2.43,-1.408],[1.341,-0.753],[0.968,-0.547],[2.541,-1.457],[15.362,-8.702],[29.876,-17.52],[5.125,-2.941],[5.18,-2.909],[0.768,-0.431],[4.421,-2.711],[4.008,-2.35],[1.266,-0.72],[1.337,-0.761],[1.346,-0.691],[2.771,-1.56],[5.078,-2.927],[3.147,-0.853]],"v":[[463,-80],[463.121,-86.121],[462,-91],[461.088,-89.912],[460,-89],[429.989,-72.456],[400,-55],[291.56,7.192],[183,69],[181.074,69.957],[179,71],[177.426,72.542],[176,74],[167.98,78],[160,82],[152.968,86.52],[146,91],[137.943,95.043],[130,99],[129.549,99.466],[129,100],[128.127,100.55],[127,101],[123.267,103.644],[120,106],[117.926,107.038],[116,108],[109.719,111.175],[104,114],[102.524,115.484],[101,117],[98.991,117.511],[97,118],[95.546,119.471],[94,121],[90.064,122.97],[86,125],[63.272,138.061],[41,151],[26.922,159.02],[11,168],[-5.807,177.913],[-23,182],[-31.696,166.224],[-27,147],[-17.861,135.221],[-4,132],[-1.785,143.817],[-8,154],[-13.922,154.41],[-19,151],[-23.214,156.328],[-18,162],[-13.9,164.9],[-9,167],[-4.645,164.19],[-1,160],[2.742,155.809],[6,151],[6.047,149.521],[6,148],[6.978,147.055],[8,146],[9,125],[-7,113],[-75,74],[-84,69],[-89,67],[-90,65],[-93,64],[-139,38],[-144,36],[-145,34],[-148,33],[-154,29],[-157,28],[-171,20],[-198,5],[-208,0],[-209,-2],[-212,-3],[-230,-13],[-263,-31],[-283,-40],[-310,-20],[-318,30],[-311,37],[-279,55],[-242,76],[-224,86],[-210,94],[-132,138],[-118,146],[-109,151],[-99,156],[-98,158],[-95,159],[-77,169],[-63,177],[-40,190],[-24,196],[8,182],[23,174],[128,114],[142,105],[158,97],[161,95],[172,88],[188,80],[189,79],[191,78],[198,73],[210,67],[217,62],[221,61],[224,58],[232,54],[277,28],[367,-23],[381,-32],[397,-40],[400,-42],[411,-49],[423,-55],[426,-58],[430,-59],[433,-62],[441,-66],[456,-75]],"c":true}],"h":1},{"t":86.285,"s":[{"i":[[-0.855,3.145],[0,1.667],[0,1.666],[0.137,0.197],[0.425,-0.092],[0.468,-0.199],[0.124,-0.543],[9.243,-5.464],[9.328,-5.353],[16.703,-9.362],[15.811,-9.153],[7.007,-3.986],[6.865,-3.939],[5.017,-2.976],[4.901,-2.209],[0.155,-0.451],[0.206,-0.119],[0.637,-0.291],[0.709,-0.407],[17.692,-9.923],[17.495,-10.127],[9.334,-5.311],[9.436,-5.416],[4.691,-2.674],[4.736,-2.718],[5.213,-2.738],[6.287,0.742],[1.564,3.169],[0.036,3.762],[-1.432,4.522],[-1.306,1.363],[-0.298,0.539],[-0.407,0.425],[-3.715,2.636],[-4.62,-2.177],[-0.02,-3.054],[1.079,-2.824],[1.968,-2.086],[2.062,-0.865],[0.701,0.966],[1.123,0.544],[1.164,0.695],[0.117,-2.394],[-0.845,-3.03],[-2.858,-0.796],[-2.086,0.471],[-0.468,0.448],[-0.246,0.06],[-0.588,0.35],[-2.141,2.45],[-1.121,1.826],[-1.299,5.714],[1.766,4.96],[3.847,2.436],[3.442,1.972],[2.422,1.385],[2.021,1.148],[12.728,7.165],[13.029,7.352],[4.707,2.64],[4.348,2.517],[2.547,1.35],[5.382,3.037],[4.699,2.65],[25.034,14.126],[4.66,2.647],[7.916,-0.245],[4.416,-3.379],[1.83,-16.989],[-2.962,-5.146],[-0.312,-0.417],[-0.755,-0.799],[-2.829,-1.572],[-1.451,-0.822],[-16.578,-9.432],[-5.895,-3.34],[-5.974,-3.35],[-15.905,-9.114],[-32.254,-18.483],[-4.664,-2.65],[-7.583,-0.206],[-4.235,2.597],[-1.983,1.216],[-2.037,1.249],[-2.037,1.249],[-2.037,1.249],[-2.037,1.249],[-2.037,1.249],[-2.075,1.273],[-0.584,0.559],[-0.783,0.75],[-0.783,0.75],[-0.74,0.709],[-0.74,0.709],[-0.74,0.709],[-0.783,0.75],[-0.882,0.845],[-0.882,0.845],[-1.087,0.7],[-0.955,0.565],[-1.326,0.681],[-1.126,0.641],[-1.339,0.688],[-1.312,0.74],[-1.342,0.689],[-1.317,0.749],[-1.339,0.688],[-1.312,0.74],[-1.342,0.689],[-1.317,0.749],[-1.339,0.688],[-1.312,0.74],[-1.342,0.689],[-1.317,0.749],[-1.339,0.688],[-1.12,0.632],[-1.342,0.689],[-1.323,0.762],[-1.3,0.735],[-1.295,0.746],[-1.3,0.735],[-1.174,0.659],[-1.307,0.739],[-1.067,0.612],[-2.578,1.46],[-18.519,10.674],[-18.498,10.864],[-27.261,15.645],[-9.206,5.865]],"o":[[0,-1.666],[0,-1.667],[-0.029,-0.305],[-0.137,-0.197],[-0.006,0.661],[-0.468,0.199],[-9.698,4.791],[-9.243,5.464],[-16.376,9.398],[-16.703,9.362],[-7.108,4.115],[-7.007,3.986],[-5.032,2.888],[-5.017,2.976],[-0.174,0.078],[-0.155,0.451],[-0.743,0.43],[-0.637,0.291],[-17.739,10.181],[-17.692,9.923],[-9.228,5.342],[-9.334,5.311],[-4.502,2.584],[-4.691,2.674],[-4.861,2.79],[-5.213,2.738],[-3.709,-1.56],[-1.564,-3.169],[-0.034,-3.548],[1.432,-4.522],[0.401,-0.419],[0.298,-0.539],[2.522,-2.632],[3.715,-2.636],[3,1.962],[0.02,3.054],[-1.066,2.792],[-1.968,2.086],[-2.072,0.406],[-0.701,-0.965],[-1.227,0.384],[-1.164,-0.695],[-1.237,4.084],[0.845,3.03],[1.188,0.331],[2.086,-0.471],[0.427,-0.409],[0.246,-0.06],[2.313,-1.375],[2.142,-2.45],[2.569,-4.185],[1.299,-5.714],[-1.169,-3.286],[-3.847,-2.435],[-2.291,-1.313],[-2.422,-1.385],[-14.059,-7.987],[-12.728,-7.165],[-4.724,-2.666],[-5.422,-3.04],[-2.548,-1.475],[-6.135,-3.252],[-4.723,-2.665],[-26.313,-14.842],[-5.317,-3],[-6.249,-3.551],[-5.749,0.551],[-12.024,9.201],[-1.026,9.521],[0.228,0.395],[0.706,0.941],[2.469,2.614],[1.5,0.833],[18.895,10.704],[5.969,3.396],[6.244,3.537],[17.066,9.57],[33.469,19.178],[4.717,2.703],[6.065,3.446],[7.582,0.974],[2.63,-1.613],[2.803,-1.719],[2.803,-1.719],[2.803,-1.719],[2.803,-1.719],[2.803,-1.719],[2.855,-1.751],[1.87,-1.147],[1.758,-1.684],[1.758,-1.684],[1.78,-1.705],[1.78,-1.706],[1.78,-1.705],[1.758,-1.684],[2.001,-1.918],[2.001,-1.918],[0.817,-0.783],[0.999,-0.643],[1.308,-0.773],[1.354,-0.696],[1.337,-0.761],[1.425,-0.732],[1.343,-0.758],[1.432,-0.736],[1.337,-0.761],[1.425,-0.732],[1.343,-0.758],[1.432,-0.736],[1.337,-0.761],[1.426,-0.732],[1.343,-0.758],[1.432,-0.736],[1.337,-0.761],[1.347,-0.692],[1.343,-0.758],[1.441,-0.74],[1.325,-0.763],[1.354,-0.766],[1.324,-0.763],[1.17,-0.661],[1.341,-0.753],[1.258,-0.711],[2.573,-1.475],[18.658,-10.57],[18.776,-10.823],[28.044,-16.47],[9.489,-5.446],[3.147,-0.853]],"v":[[463,-80],[463,-85],[463,-90],[462.798,-90.798],[462,-91],[461.088,-89.912],[460,-89],[431.722,-73.422],[404,-57],[354.076,-28.816],[305,-1],[283.817,11.132],[263,23],[247.902,32.009],[233,40],[232.523,40.97],[232,42],[229.974,43.018],[228,44],[174.817,74.04],[122,104],[94.156,119.945],[66,136],[52.175,143.899],[38,152],[23.069,161.149],[6,165],[-1.755,157.651],[-4,147],[-1.505,133.861],[3,124],[3.996,122.504],[5,121],[14.427,111.894],[27,110],[31.059,117.853],[29,127],[24.246,134.445],[18,139],[14.287,137.712],[12,135],[8.167,133.493],[6,135],[5.428,145.966],[11,152],[16.54,151.584],[21,150],[21.879,149.455],[23,149],[29.894,142.839],[35,136],[41.251,120.582],[41,104],[32.704,95.514],[21,89],[13.798,84.877],[7,81],[-32.772,58.523],[-71,37],[-85,29],[-101,20],[-108,16],[-126,6],[-140,-2],[-218,-46],[-232,-54],[-253,-62],[-268,-55],[-293,-11],[-290,13],[-288,14],[-287,17],[-278,22],[-274,25],[-218,56],[-200,66],[-182,77],[-131,105],[-30,162],[-16,170],[4,179],[25,173],[32,169],[39,165],[46,161],[53,157],[60,153],[67,149],[74,145],[79,142],[86,138],[93,134],[100,130],[107,126],[114,122],[121,118],[128,114],[135,110],[137,109],[140,106],[144,105],[147,102],[151,101],[154,98],[158,97],[161,94],[165,93],[168,90],[172,89],[175,86],[179,85],[182,82],[186,81],[189,78],[193,77],[196,74],[200,73],[203,70],[207,69],[210,66],[214,65],[217,62],[221,61],[224,58],[232,54],[288,22],[344,-10],[428,-58],[456,-75]],"c":true}],"h":1},{"t":86.714,"s":[{"i":[[-0.454,3.025],[-0.115,2.115],[1.144,0.856],[0.468,-0.199],[0.124,-0.543],[3.102,-1.624],[2.576,-1.161],[0.155,-0.451],[0.206,-0.118],[0.667,-0.069],[0.668,-0.343],[0.438,-0.581],[0.567,-0.327],[1.219,-0.445],[1.058,-0.608],[1.855,-1.037],[1.655,-0.746],[0.155,-0.451],[0.206,-0.118],[0.667,-0.069],[0.668,-0.343],[0.453,-0.589],[0.633,-0.36],[1.171,-0.425],[1.178,-0.651],[1.004,-0.719],[1.049,-0.608],[2.885,-1.378],[1.275,-1.221],[0.246,-0.06],[0.588,-0.349],[3.816,-2.365],[3.709,-2.148],[17.745,-9.954],[17.984,-10.321],[1.906,-1.065],[1.606,-0.724],[0.155,-0.451],[0.206,-0.118],[2.388,-1.111],[2.275,-1.306],[3.076,-1.767],[2.751,-1.24],[0.155,-0.451],[0.206,-0.118],[0.667,-0.069],[0.668,-0.343],[0.453,-0.59],[0.587,-0.334],[1.24,-0.464],[0.987,-0.545],[0.96,-0.695],[1.069,-0.618],[2.885,-1.378],[1.275,-1.221],[0.829,-0.425],[0.844,-0.493],[16.484,-9.497],[16.609,-9.409],[5.199,-2.194],[4.468,1.456],[0.248,7.497],[-2.683,5.829],[-4.699,4.216],[-7.32,-1.13],[-0.477,-2.704],[0.603,-2.523],[2.797,-3.627],[4.748,-0.041],[-0.233,2.907],[3.671,0.362],[0.762,-2.404],[0.489,-2.678],[-1.109,-2.224],[-1.964,-1.37],[-4.287,2.797],[-3.183,4.674],[-1.894,6.826],[2.12,5.957],[2.673,2.158],[3.449,1.959],[16.024,9.117],[12.641,7.243],[11.211,6.326],[5.306,3.04],[4.667,2.651],[14.386,8.05],[3.335,1.859],[0.405,0.304],[0.618,0.327],[4.727,2.651],[6.547,3.725],[5.746,-0.037],[3.249,-3.039],[3.916,-5.346],[1.329,-12.332],[-1.934,-4.276],[-0.25,-0.333],[-0.645,-0.788],[-2.878,-1.789],[-1.082,-0.638],[-6.709,-3.844],[-11.285,-6.367],[-4.747,-2.689],[-2.937,-1.643],[-3.244,-1.808],[-0.405,-0.304],[-0.618,-0.327],[-1.493,-0.845],[-0.41,-0.308],[-0.674,-0.399],[-1.539,-0.875],[-5.95,-3.313],[-1.539,-0.882],[-11.254,-6.351],[-4.747,-2.689],[-24.735,-14.073],[-6.77,-0.081],[-9.426,5.433],[-4.446,2.607],[-2.414,2.313],[-1.176,0.699],[-15.684,9.04],[-32.232,18.578],[-47.568,27.3],[-4.553,2.621],[-0.044,0.042],[-1.176,0.699],[-12.873,7.89]],"o":[[-0.317,-1.684],[0.115,-2.115],[-0.006,0.661],[-0.468,0.199],[-3.015,1.343],[-3.102,1.624],[-0.174,0.079],[-0.155,0.451],[-0.664,0.382],[-0.667,0.069],[-0.682,0.35],[-0.438,0.581],[-1.065,0.614],[-1.219,0.445],[-1.923,1.106],[-1.855,1.037],[-0.174,0.078],[-0.155,0.451],[-0.664,0.383],[-0.667,0.069],[-0.554,0.285],[-0.453,0.589],[-1.139,0.648],[-1.171,0.425],[-0.937,0.517],[-1.004,0.719],[-2.186,1.266],[-2.885,1.378],[-0.427,0.409],[-0.246,0.06],[-4.025,2.392],[-3.816,2.365],[-17.036,9.861],[-17.745,9.954],[-1.77,1.016],[-1.906,1.065],[-0.174,0.078],[-0.155,0.451],[-2.174,1.252],[-2.388,1.111],[-2.945,1.691],[-3.076,1.767],[-0.174,0.078],[-0.155,0.451],[-0.665,0.383],[-0.667,0.069],[-0.601,0.308],[-0.453,0.59],[-1.053,0.599],[-1.24,0.464],[-1.09,0.602],[-0.96,0.695],[-2.186,1.266],[-2.885,1.378],[-0.841,0.806],[-0.829,0.425],[-16.457,9.603],[-16.484,9.497],[-4.735,2.682],[-5.199,2.194],[-6.692,-2.181],[-0.248,-7.497],[2.883,-6.265],[4.699,-4.216],[2.695,1.66],[0.477,2.704],[-1.063,4.448],[-2.797,3.627],[-3.26,-1.01],[0.233,-2.907],[-2.462,0.704],[-0.762,2.404],[-0.401,3.734],[1.109,2.224],[5.669,-0.139],[4.287,-2.797],[2.546,-3.739],[1.894,-6.826],[-0.858,-2.409],[-2.673,-2.158],[-18.914,-10.746],[-13.733,-7.814],[-12.04,-6.899],[-5.982,-3.375],[-4.756,-2.725],[-14.142,-8.034],[-3.296,-1.844],[-0.383,-0.214],[-0.695,-0.521],[-5.627,-2.983],[-5.228,-2.932],[-7.954,-4.525],[-6.181,0.04],[-3.762,3.52],[-6.574,8.975],[-0.793,7.365],[0.136,0.301],[0.671,0.895],[2.774,3.39],[0.968,0.602],[8.524,5.028],[12.228,7.007],[4.745,2.677],[2.956,1.675],[3.253,1.82],[0.383,0.214],[0.695,0.521],[1.414,0.749],[0.389,0.22],[0.749,0.562],[1.518,0.899],[6.9,3.92],[1.464,0.815],[12.028,6.892],[4.745,2.678],[25.212,14.282],[7.908,4.499],[8.524,0.102],[4.586,-2.643],[4.71,-2.762],[0.854,-0.819],[16.353,-9.717],[40.732,-23.478],[49.394,-28.471],[4.584,-2.631],[-0.083,0.048],[0.854,-0.818],[13.782,-8.189],[2.052,-1.258]],"v":[[463,-80],[463.121,-86.121],[462,-91],[461.088,-89.912],[460,-89],[450.67,-84.364],[442,-80],[441.524,-79.03],[441,-78],[439.002,-77.47],[437,-77],[435.414,-75.482],[434,-74],[430.495,-72.496],[427,-71],[421.299,-67.73],[416,-65],[415.524,-64.03],[415,-63],[413.002,-62.47],[411,-62],[409.559,-60.557],[408,-59],[404.529,-57.502],[401,-56],[398.084,-54.068],[395,-52],[386.817,-47.967],[380,-44],[379.121,-43.455],[378,-43],[366.263,-35.817],[355,-29],[302.711,0.655],[249,31],[243.377,34.219],[238,37],[237.524,37.97],[237,39],[230.076,42.459],[223,46],[213.855,51.338],[205,56],[204.524,56.97],[204,58],[202.002,58.53],[200,59],[198.489,60.481],[197,62],[193.451,63.54],[190,65],[186.984,66.988],[184,69],[175.817,73.033],[169,77],[166.503,78.735],[164,80],[114.614,108.646],[65,137],[49.8,145.104],[35,147],[25.469,130.736],[30,109],[41.172,92.453],[59,87],[63.474,93.852],[63,102],[57.264,114.805],[46,121],[43.308,114.014],[40,108],[35.52,113.019],[34,121],[35.226,129.774],[40,135],[54.865,130.401],[66,119],[73.5,102.163],[74,82],[68.444,75.163],[59,69],[3,38],[-38,15],[-75,-6],[-93,-16],[-107,-24],[-153,-50],[-163,-55],[-164,-57],[-167,-58],[-181,-66],[-200,-76],[-220,-85],[-239,-76],[-249,-65],[-264,-30],[-262,-7],[-260,-6],[-259,-3],[-249,5],[-246,6],[-223,19],[-186,40],[-172,48],[-163,53],[-153,58],[-152,60],[-149,61],[-144,63],[-143,65],[-140,66],[-135,69],[-116,80],[-111,82],[-74,103],[-60,111],[15,153],[36,162],[65,150],[78,142],[93,134],[95,133],[145,104],[251,43],[397,-41],[411,-48],[412,-49],[414,-50],[457,-75]],"c":true}],"h":1},{"t":87.143,"s":[{"i":[[-10.177,-5.539],[-5.957,6.368],[-2.614,7.709],[-0.322,4.556],[1.358,3.617],[3.763,2.524],[2.672,1.508],[1.512,0.834],[1.203,0.678],[0.848,0.275],[0.761,0.424],[0.151,0.435],[0.203,0.152],[0.586,0.144],[0.309,0.163],[0.886,0.301],[0.748,0.422],[0.15,0.434],[0.205,0.154],[0.572,0.13],[0.337,0.199],[1.418,0.783],[1.606,0.852],[3.068,1.718],[2.683,1.514],[3.125,1.719],[2.587,1.482],[2.132,1.362],[2.199,1.249],[20.336,11.387],[19.459,10.98],[1.492,0.823],[1.273,0.718],[1.476,0.81],[1.317,0.755],[6.781,3.647],[6.894,3.41],[2.79,0.197],[1.938,-0.463],[7.942,-13.517],[-0.846,-16.05],[-0.524,-2.116],[-0.847,-1.419],[-0.429,-0.145],[-0.161,-0.215],[-0.061,-0.531],[-0.397,-0.398],[-0.391,-0.163],[-0.234,-0.145],[-1.77,-1.166],[-2.11,-1.221],[-1.51,-0.829],[-1.545,-0.864],[-1.702,-0.804],[-1.548,-0.863],[-0.151,-0.435],[-0.202,-0.152],[-0.586,-0.144],[-0.309,-0.163],[-0.887,-0.301],[-0.746,-0.422],[-0.15,-0.434],[-0.205,-0.154],[-0.572,-0.13],[-0.338,-0.2],[-6.99,-3.963],[-6.801,-3.864],[-3.197,-1.619],[-3.115,-1.765],[-18.268,-10.405],[-18.718,-10.496],[-9.839,-5.417],[-8.818,-4.945],[-3.211,-1.638],[-3.073,-0.157],[-4.752,1.87],[-4.916,2.729],[-4.062,2.414],[-3.445,1.952],[-24.25,13.987],[-23.639,13.685],[-3.995,2.344],[-4.008,2.3],[-3.943,2.071],[-3.525,1.589],[-0.154,0.451],[-0.207,0.118],[-2.237,0.923],[-2.014,1.146],[-0.336,0.399],[-0.372,0.241],[-1.717,0.772],[-1.534,0.88],[-0.804,0.738],[-0.852,0.513],[-2.227,1.28],[-4.167,2.34],[-2.697,1.216],[-0.415,0.236],[-4.106,2.336],[-0.744,0.482],[-2.976,1.671],[-1.739,1.014],[-2.184,1.264],[-1.745,1.017],[-2.238,1.284],[-12.898,5.874],[0.007,3.34],[0,3.333],[1.378,-0.741],[4.408,-1.987],[0.415,-0.236],[3.921,-2.303],[19.165,-11.047],[30.696,-17.77],[33.396,-19.333],[18.482,-10.47],[7.039,-5.551],[4.641,-2.035],[6.943,1.324],[-1.428,12.707],[-5.43,7.145],[-9.49,-0.724],[3.584,-8.423],[9.562,3.72],[-2.956,2.955],[-1.486,1.181],[-0.101,3.101],[0.762,-2.949]],"o":[[9.558,0.182],[5.957,-6.368],[1.072,-3.16],[0.322,-4.556],[-1.275,-3.395],[-3.763,-2.524],[-1.748,-0.986],[-1.512,-0.834],[-0.846,-0.477],[-0.848,-0.275],[-0.191,-0.107],[-0.151,-0.435],[-0.347,-0.261],[-0.586,-0.144],[-0.708,-0.375],[-0.886,-0.301],[-0.194,-0.11],[-0.15,-0.434],[-0.374,-0.28],[-0.572,-0.13],[-1.72,-1.017],[-1.418,-0.783],[-3.046,-1.614],[-3.068,-1.718],[-2.912,-1.643],[-3.125,-1.719],[-2.274,-1.303],[-2.132,-1.362],[-20.195,-11.473],[-20.336,-11.387],[-1.758,-0.992],[-1.492,-0.822],[-1.781,-1.005],[-1.476,-0.81],[-6.981,-4.001],[-6.781,-3.647],[-1.901,-2.673],[-2.79,-0.197],[-12.079,2.883],[-7.942,13.516],[1.058,1.117],[0.524,2.116],[0.122,0.204],[0.429,0.145],[0.358,0.477],[0.061,0.531],[0.202,0.201],[0.391,0.163],[1.811,1.114],[1.77,1.166],[1.417,0.82],[1.51,0.829],[1.644,0.92],[1.702,0.804],[0.192,0.107],[0.151,0.435],[0.347,0.26],[0.586,0.144],[0.707,0.375],[0.887,0.301],[0.195,0.11],[0.15,0.434],[0.375,0.281],[0.572,0.13],[7.238,4.285],[6.99,3.963],[3.094,1.758],[3.198,1.619],[19.211,10.883],[18.268,10.405],[7.826,4.388],[9.839,5.417],[4.082,2.289],[3.211,1.639],[4.075,0.209],[4.752,-1.87],[4.307,-2.391],[4.062,-2.414],[25.362,-14.368],[24.25,-13.987],[4.013,-2.323],[3.995,-2.344],[3.704,-2.126],[3.943,-2.071],[0.175,-0.079],[0.154,-0.451],[2.039,-1.16],[2.237,-0.923],[0.285,-0.162],[0.336,-0.399],[1.596,-1.034],[1.717,-0.772],[0.933,-0.534],[0.804,-0.738],[2.162,-1.301],[4.146,-2.383],[3.367,-1.891],[0.351,-0.158],[4.189,-2.383],[0.57,-0.324],[3.238,-2.098],[1.753,-0.985],[2.216,-1.292],[1.748,-1.012],[2.19,-1.276],[12.509,-7.179],[0.983,-2.35],[0,-3.333],[-2.046,-1.351],[-5.302,2.85],[-0.351,0.158],[-3.878,2.207],[-18.984,11.148],[-30.397,17.52],[-34.336,19.877],[-18.904,10.943],[-7.718,4.372],[-4.883,1.749],[-4.324,1.896],[-9.923,-1.892],[0.96,-8.547],[5.99,-7.881],[9.813,4.269],[-3.49,8.202],[-2.45,-3.476],[-0.468,-3.135],[-0.777,-2.223],[-2.338,-1.946],[-7.142,6.834]],"v":[[70,117],[93.208,106.418],[106,84],[108.323,71.843],[107,59],[98.547,50.085],[88,44],[83.091,41.269],[79,39],[76.437,37.961],[74,37],[73.508,36.034],[73,35],[71.471,34.427],[70,34],[67.53,33.036],[65,32],[64.508,31.033],[64,30],[62.472,29.439],[61,29],[56.415,26.376],[52,24],[42.728,18.925],[34,14],[24.756,8.88],[16,4],[9.443,-0.04],[3,-4],[-58.052,-38.37],[-118,-72],[-122.864,-74.706],[-127,-77],[-131.848,-79.688],[-136,-82],[-156.566,-93.443],[-177,-104],[-184.473,-107.852],[-192,-107],[-223.194,-80.375],[-235,-34],[-232.841,-28.727],[-231,-23],[-230.029,-22.508],[-229,-22],[-228.53,-20.44],[-228,-19],[-227.025,-18.457],[-226,-18],[-220.724,-14.58],[-215,-11],[-210.596,-8.533],[-206,-6],[-200.928,-3.457],[-196,-1],[-195.508,-0.034],[-195,1],[-193.471,1.573],[-192,2],[-189.53,2.964],[-187,4],[-186.508,4.967],[-186,6],[-184.472,6.561],[-183,7],[-161.672,19.316],[-141,31],[-131.516,35.995],[-122,41],[-66.131,72.79],[-11,104],[16.256,119.083],[45,135],[55.756,141.099],[65,144],[78.369,141.203],[93,134],[105.647,126.67],[117,120],[191.292,77.488],[263,36],[275.004,28.983],[287,22],[298.634,15.597],[310,10],[310.476,9.029],[311,8],[317.519,4.989],[324,2],[324.935,1.059],[326,0],[331.046,-2.615],[336,-5],[338.56,-7.016],[341,-9],[348,-12],[360,-20],[371,-25],[372,-27],[385,-33],[387,-35],[397,-40],[402,-44],[409,-47],[414,-51],[421,-54],[458,-75],[463,-80],[463,-90],[458,-88],[442,-80],[441,-78],[429,-72],[372,-39],[280,14],[176,73],[119,106],[96,120],[83,126],[67,130],[55,103],[66,77],[90,63],[94,88],[74,102],[75,90],[79,86],[77,79],[70,85]],"c":true}],"h":1},{"t":87.571,"s":[{"i":[[-11.335,-6.525],[-2.028,0.38],[-1.803,0.704],[-0.542,0.513],[-0.941,0.6],[-0.959,0.293],[-0.45,0.372],[-0.526,0.525],[-0.513,0.585],[-0.267,0.724],[-0.447,0.553],[-1.111,0.956],[-0.681,1.092],[-0.814,2.115],[-0.77,1.98],[-0.718,2.385],[-0.172,1.997],[3.072,4.117],[6.558,3.726],[3.955,2.234],[3.299,1.861],[2.376,1.368],[2.206,1.236],[2.791,1.562],[2.153,1.247],[1.125,0.653],[1.232,0.653],[2.279,1.331],[2.419,1.37],[1.496,0.826],[1.49,0.834],[1.684,0.794],[1.592,0.887],[0.151,0.435],[0.203,0.152],[0.586,0.144],[0.309,0.164],[0.978,0.687],[0.658,0.493],[0.572,0.13],[0.337,0.2],[4.904,2.786],[3.947,2.227],[2.263,1.294],[2.223,1.287],[6.029,3.405],[6.264,3.549],[3.178,1.608],[3.309,1.88],[10.558,5.985],[9.017,5.088],[1.686,0.996],[0.839,0.218],[2.31,-0.3],[0.871,-0.291],[2.98,-2.237],[3.445,-3.505],[1.85,-2.107],[1.632,-2.567],[2.351,-9.575],[-3.014,-9.452],[-0.157,-1.011],[-0.174,-0.332],[-0.441,-0.157],[-0.144,-0.191],[-0.078,-0.536],[-0.345,-0.398],[-3.96,-2.232],[-3.42,-1.913],[-1.705,-0.801],[-1.493,-0.849],[-0.149,-0.434],[-0.207,-0.154],[-0.572,-0.13],[-0.337,-0.199],[-4.453,-2.512],[-6.289,-3.548],[-1.441,-0.817],[-0.411,-0.308],[-0.641,-0.355],[-13.405,-7.594],[-7.254,-4.093],[-4.691,-2.63],[-4.455,-2.579],[-2.665,-1.412],[-4.851,-2.72],[-24.792,-14.106],[-6.748,-0.327],[-9.091,5.098],[-6.198,4.016],[-5.458,2.46],[-0.415,0.236],[-3.858,2.224],[-22.43,12.984],[-11.45,6.571],[-15.529,8.99],[-10.32,4.652],[-0.415,0.236],[-4.061,2.311],[-0.744,0.482],[-5.293,2.386],[-0.415,0.236],[-3.796,2.229],[-12.134,7.024],[-3.125,2.116],[-0.657,6.395],[3.127,-1.756],[3.937,-2.279],[6.805,-4.23],[1.877,-0.846],[0.415,-0.236],[3.903,-2.249],[69.512,-39.893],[6.648,-4.307],[6.797,-3.935],[0.695,-0.388],[5.979,-3.358],[3.675,-1.556],[4.584,0.606],[-2.985,14.136],[-4.795,5.847],[-2,-19.985],[2.116,-4.612],[12.597,3.116],[-6.138,2.086],[-2.506,1.323],[-0.429,1.904],[2.374,3.104],[4.042,-7.314]],"o":[[2.084,0.225],[2.028,-0.38],[0.892,-0.349],[0.542,-0.513],[0.716,-0.457],[0.958,-0.293],[0.383,-0.317],[0.526,-0.524],[0.483,-0.552],[0.268,-0.724],[0.876,-1.084],[1.111,-0.956],[0.974,-1.56],[0.814,-2.115],[0.958,-2.462],[0.718,-2.385],[0.844,-9.809],[-3.072,-4.116],[-3.88,-2.204],[-3.955,-2.234],[-2.291,-1.293],[-2.376,-1.368],[-2.684,-1.505],[-2.791,-1.562],[-1.269,-0.734],[-1.125,-0.653],[-2.466,-1.308],[-2.279,-1.331],[-1.523,-0.863],[-1.497,-0.826],[-1.671,-0.934],[-1.684,-0.795],[-0.191,-0.107],[-0.152,-0.435],[-0.348,-0.261],[-0.586,-0.144],[-1.431,-0.758],[-0.978,-0.687],[-0.374,-0.281],[-0.572,-0.13],[-4.438,-2.627],[-4.904,-2.786],[-2.725,-1.538],[-2.263,-1.294],[-6.62,-3.832],[-6.029,-3.405],[-2.98,-1.688],[-3.178,-1.608],[-8.751,-4.971],[-10.558,-5.985],[-1.416,-0.799],[-1.686,-0.996],[-1.889,-0.491],[-2.31,0.3],[-4.637,1.546],[-2.98,2.237],[-1.97,2.005],[-1.85,2.107],[-4.608,7.247],[-2.352,9.575],[0.198,0.622],[0.157,1.011],[0.094,0.18],[0.441,0.157],[0.344,0.457],[0.078,0.536],[2.74,3.16],[3.96,2.232],[1.689,0.945],[1.705,0.801],[0.195,0.111],[0.15,0.433],[0.374,0.28],[0.572,0.13],[4.712,2.784],[7.765,4.38],[1.53,0.863],[0.39,0.221],[0.716,0.537],[14.506,8.034],[8.171,4.629],[4.888,2.758],[5.303,2.974],[2.604,1.508],[4.935,2.616],[25.133,14.094],[7.93,4.512],[8.616,0.418],[7.805,-4.377],[5.751,-3.727],[0.351,-0.158],[3.975,-2.262],[23.436,-13.508],[11.69,-6.767],[15.384,-8.829],[10.522,-6.091],[0.351,-0.158],[3.963,-2.255],[0.57,-0.324],[5.706,-3.697],[0.351,-0.158],[3.803,-2.164],[12.01,-7.053],[3.847,-2.227],[3.763,-2.548],[-4.242,-0.597],[-3.951,2.219],[-7.898,4.572],[-2.489,1.547],[-0.351,0.158],[-3.897,2.217],[-69.434,40.022],[-7.765,4.456],[-7.345,4.759],[-0.91,0.527],[-6.061,3.38],[-3.77,2.117],[-5.057,2.141],[-12.549,-1.659],[1.678,-7.946],[9.804,-11.957],[0.615,6.145],[-5.277,11.503],[-3.807,-6.086],[1.572,-3.656],[-0.154,-2.488],[1.223,-2.634],[-8.989,-0.646],[-5.745,10.395]],"v":[[101,99],[107.21,98.696],[113,97],[114.964,95.689],[117,94],[119.7,92.937],[122,92],[123.403,90.701],[125,89],[126.028,87],[127,85],[130.146,82.006],[133,79],[135.653,73.315],[138,67],[140.59,59.651],[142,53],[138.551,33.438],[124,23],[112.065,16.243],[101,10],[93.936,5.958],[87,2],[78.602,-2.694],[71,-7],[67.472,-9.061],[64,-11],[56.964,-14.953],[50,-19],[45.475,-21.522],[41,-24],[35.941,-26.535],[31,-29],[30.508,-29.966],[30,-31],[28.471,-31.572],[27,-32],[23.42,-34.199],[21,-36],[19.472,-36.561],[18,-37],[3.632,-45.3],[-10,-53],[-17.377,-57.188],[-24,-61],[-42.767,-71.712],[-61,-82],[-70.253,-86.856],[-80,-92],[-109.8,-108.913],[-140,-126],[-144.932,-128.936],[-149,-131],[-155.763,-131.086],[-161,-130],[-171.894,-124.47],[-181,-116],[-186.754,-109.922],[-192,-103],[-203.216,-77.154],[-203,-48],[-202.482,-45.282],[-202,-43],[-201.037,-42.509],[-200,-42],[-199.501,-40.455],[-199,-39],[-188.51,-31.065],[-177,-25],[-171.853,-22.428],[-167,-20],[-166.508,-19.032],[-166,-18],[-164.472,-17.439],[-163,-17],[-149,-9],[-126,4],[-121,6],[-120,8],[-117,9],[-75,33],[-51,46],[-37,54],[-21,63],[-14,67],[0,75],[75,117],[96,126],[123,117],[148,102],[167,92],[168,90],[180,84],[250,44],[285,24],[331,-3],[364,-21],[365,-23],[378,-29],[380,-31],[399,-41],[400,-43],[412,-49],[447,-69],[461,-77],[463,-90],[453,-85],[441,-79],[416,-64],[409,-61],[408,-59],[396,-53],[193,64],[168,78],[145,91],[143,93],[125,102],[114,109],[99,112],[85,80],[98,53],[131,52],[127,68],[104,84],[109,65],[113,66],[115,61],[118,52],[98,66]],"c":true}],"h":1},{"t":88,"s":[{"i":[[1.779,3.736],[4.295,-3.449],[2.524,-5.19],[-0.121,-6.3],[-5.89,-2.916],[-4.234,2.465],[-2.713,2.858],[-1.238,1.146],[-0.81,1.112],[-2.227,7.446],[0.997,6.605],[0.547,1.667],[0.625,1.104],[0.434,0.15],[0.154,0.206],[0.067,0.533],[0.377,0.399],[1.522,0.67],[1.57,0.9],[3.975,2.236],[3.454,1.965],[6.042,3.578],[5.195,2.913],[6.158,3.266],[5.787,3.245],[2.283,1.456],[1.709,0.964],[1.492,0.822],[1.273,0.718],[0.879,0.29],[0.721,0.409],[0.15,0.434],[0.206,0.154],[0.58,0.138],[0.32,0.178],[19.806,11.192],[19.414,10.954],[1.461,0.805],[1.372,0.774],[0.879,0.29],[0.719,0.409],[0.15,0.434],[0.206,0.154],[0.572,0.13],[0.337,0.199],[4.756,1.535],[4.604,-2.132],[2.886,-1.947],[2.952,-1.882],[3.522,-5.026],[2.863,-6.489],[1.355,-7.056],[-1.204,-6.469],[-1.028,-2.448],[-0.593,-0.619],[-0.092,-0.32],[-0.315,-0.389],[-3.052,-1.821],[-3.305,-1.88],[-6.218,-3.526],[-5.777,-3.282],[-33.28,-18.717],[-34.261,-19.465],[-4.081,-2.305],[-3.066,-1.731],[-2.692,-1.088],[-2.635,-0.182],[-2.399,0.363],[-2.179,0.701],[-3.314,1.987],[-3.435,1.988],[-29.778,16.872],[-28.502,16.502],[-1.978,1.162],[-2.096,1.199],[-4.841,2.758],[-4.091,2.369],[-1.99,1.174],[-2.07,1.165],[-4.844,2.77],[-4.069,2.356],[-2.001,1.18],[-2.01,1.132],[-5.101,2.921],[-5.392,2.387],[-0.246,2.587],[-0.01,2.822],[1.235,-0.766],[0.731,-0.454],[2.171,-1.102],[2.029,-1.169],[34.182,-19.534],[33.524,-19.41],[0.295,-0.381],[0.357,-0.206],[1.878,-0.751],[1.763,-1.004],[0.315,-0.394],[0.424,-0.245],[1.287,-0.843],[1.308,-0.734],[1.894,-0.766],[1.881,-1.07],[0.315,-0.394],[0.424,-0.245],[0.842,-0.507],[0.616,-0.383],[0.49,-0.095],[0.552,-0.317],[6.449,-3.868],[7.571,-4.148],[4.217,-1.603],[4.05,0.648],[2.592,3.47],[0.498,4.459],[-2.961,7.328],[-3.1,4.228],[-4.925,3.417],[-5.612,-1.333],[-0.031,-6.113],[1.687,-3.99],[3.674,-3.477],[6.911,-0.427],[-1.499,5.62],[-4.78,0.709],[0.479,-1.625],[-3.113,1.58],[-1.215,0.312],[-0.599,0.859]],"o":[[-5.297,-0.985],[-4.295,3.449],[-2.376,4.885],[0.121,6.3],[6.352,1.718],[4.234,-2.465],[1.238,-1.304],[1.238,-1.146],[4.088,-5.611],[2.227,-7.446],[-0.185,-1.227],[-0.547,-1.667],[-0.111,-0.194],[-0.434,-0.15],[-0.353,-0.471],[-0.067,-0.532],[-1.343,-1.422],[-1.522,-0.67],[-3.648,-2.091],[-3.975,-2.236],[-6.636,-3.776],[-6.042,-3.578],[-6.582,-3.691],[-6.158,-3.266],[-2.159,-1.21],[-2.283,-1.456],[-1.758,-0.992],[-1.492,-0.822],[-0.765,-0.431],[-0.879,-0.29],[-0.195,-0.111],[-0.15,-0.434],[-0.358,-0.269],[-0.58,-0.138],[-20.361,-11.277],[-19.806,-11.192],[-1.784,-1.007],[-1.461,-0.805],[-0.764,-0.431],[-0.879,-0.29],[-0.196,-0.112],[-0.15,-0.434],[-0.374,-0.281],[-0.572,-0.13],[-3.374,-1.993],[-4.756,-1.535],[-3.503,1.331],[-2.886,1.947],[-3.05,3.405],[-3.522,5.026],[-2.782,6.306],[-1.355,7.056],[0.296,1.59],[1.028,2.448],[0.317,0.33],[0.092,0.32],[1.487,1.835],[3.052,1.821],[6.35,3.612],[6.218,3.526],[34.618,19.668],[33.28,18.717],[3.608,2.05],[4.081,2.305],[2.599,1.466],[2.692,1.088],[2.224,0.154],[2.399,-0.363],[3.308,-1.064],[3.314,-1.987],[29.387,-17.012],[29.778,-16.872],[1.99,-1.152],[1.978,-1.162],[4.545,-2.599],[4.841,-2.758],[1.969,-1.14],[1.99,-1.174],[4.555,-2.564],[4.844,-2.77],[1.986,-1.15],[2.001,-1.18],[5.202,-2.928],[5.101,-2.921],[2.005,-0.828],[0.246,-2.587],[-1.329,-0.519],[-1.235,0.766],[-2.288,1.422],[-2.171,1.102],[-33.75,19.453],[-34.181,19.534],[-0.464,0.269],[-0.295,0.381],[-1.724,0.992],[-1.878,0.751],[-0.317,0.18],[-0.315,0.394],[-1.543,0.893],[-1.287,0.843],[-1.543,0.867],[-1.894,0.766],[-0.317,0.18],[-0.315,0.394],[-1.015,0.587],[-0.842,0.507],[-0.489,0.304],[-0.49,0.095],[-7.632,4.38],[-6.449,3.868],[-4.082,2.237],[-4.217,1.603],[-4.134,-0.661],[-2.592,-3.47],[-0.944,-8.459],[2.961,-7.328],[2.686,-3.663],[4.925,-3.417],[6.561,1.559],[0.032,6.113],[-2.394,5.664],[-3.674,3.477],[-4.778,-2.809],[1.499,-5.62],[1.802,1.078],[-0.479,1.625],[1.541,-0.891],[1.215,-0.312],[2.758,-3.957]],"v":[[152,29],[137.42,33.369],[127,47],[122.801,64.976],[131,80],[146.73,77.932],[157,69],[160.821,65.356],[164,62],[173.813,41.746],[176,20],[174.83,15.407],[173,11],[172.033,10.508],[171,10],[170.519,8.447],[170,7],[165.671,4.109],[161,2],[149.355,-4.594],[138,-11],[118.919,-22.147],[102,-32],[82.904,-42.334],[65,-52],[58.162,-56.185],[52,-60],[47.136,-62.706],[43,-65],[40.467,-66.017],[38,-67],[37.508,-67.967],[37,-69],[35.472,-69.568],[34,-70],[-26.21,-103.742],[-85,-137],[-89.809,-139.674],[-94,-142],[-96.534,-143.017],[-99,-144],[-99.492,-144.968],[-100,-146],[-101.528,-146.561],[-103,-147],[-115.577,-153.094],[-130,-153],[-139.413,-147.913],[-148,-142],[-158.141,-129.313],[-168,-112],[-174.49,-91.622],[-175,-71],[-172.723,-64.271],[-170,-59],[-169.499,-58.044],[-169,-57],[-161.864,-51.534],[-152,-46],[-133.071,-35.252],[-115,-25],[-13.732,32.153],[87,89],[98.906,95.74],[110,102],[117.973,105.963],[126,108],[133.034,107.641],[140,106],[149.905,101.193],[160,95],[249.164,44.117],[337,-6],[342.921,-9.465],[349,-13],[363.34,-21.173],[377,-29],[382.925,-32.482],[389,-36],[403.365,-44.156],[417,-52],[422.982,-55.514],[429,-59],[444.358,-67.906],[460,-76],[462.996,-81.504],[463,-90],[459.052,-89.23],[456,-87],[449.305,-83.31],[443,-80],[340.831,-21.467],[239,37],[237.92,38.048],[237,39],[231.53,41.491],[226,44],[225.081,44.951],[224,46],[219.824,48.619],[216,51],[210.753,53.348],[205,56],[204.081,56.951],[203,58],[200.201,59.653],[198,61],[196.547,61.491],[195,62],[174.455,74.174],[154,86],[141.476,92.163],[129,94],[118.773,87.349],[114,75],[117.967,50.827],[128,33],[139.806,21.253],[156,17],[164.686,30.176],[161,47],[152.387,60.928],[137,67],[132.832,52.425],[143,41],[143.517,45.994],[146,47],[150.207,45.476],[153,44]],"c":true}],"h":1},{"t":88.429,"s":[{"i":[[-9.836,-5.891],[-5.22,3.135],[-3.626,4.643],[-3.099,7.752],[0.274,7.024],[0.703,2.778],[1.11,1.848],[2.895,2.095],[3.387,1.899],[6.117,3.243],[5.93,3.325],[2.97,1.892],[2.837,1.59],[6.187,3.282],[5.907,3.312],[3.829,2.31],[3.078,1.737],[2.251,1.287],[2.27,1.315],[7.046,3.918],[6.131,3.459],[1.466,0.808],[1.277,0.721],[0.844,0.27],[0.775,0.441],[0.149,0.433],[0.207,0.154],[0.572,0.13],[0.337,0.199],[2.297,1.313],[2.373,1.308],[6.292,3.354],[6.51,3.65],[7.082,4.061],[5.493,0.85],[3.913,-1.3],[2.391,-1.591],[4.287,-5.007],[3.668,-6.524],[1.959,-10.724],[-4.673,-9.502],[-3.065,-2.08],[-4.769,-2.674],[-3.06,-1.934],[-2.457,-1.41],[-8.609,-4.625],[-7.966,-4.566],[-3.861,-2.172],[-3.716,-2.111],[-13.252,-7.435],[-12.3,-7.049],[-2.328,-1.326],[-2.335,-1.346],[-3.924,-2.208],[-3.43,-1.935],[-2.256,-1.297],[-2.547,-1.443],[-1.505,-0.831],[-1.554,-0.87],[-1.702,-0.799],[-1.618,-0.92],[-0.15,-0.434],[-0.206,-0.154],[-0.572,-0.13],[-0.337,-0.199],[-2.294,-1.304],[-2.421,-1.365],[-3.341,-1.667],[-3.113,-0.344],[-3.586,0.895],[-3.065,0.927],[-0.398,0.457],[-0.233,0.117],[-4.082,2.208],[-3.72,2.181],[-6.991,4.124],[-6.241,3.522],[-0.883,0.29],[-0.709,0.41],[-0.148,0.432],[-0.209,0.157],[-0.572,0.13],[-0.338,0.2],[-3.658,2.067],[-2.971,1.72],[-1.1,0.629],[-1.303,0.736],[-2.327,1.331],[-2.333,1.345],[-3.921,2.198],[-3.419,1.96],[-23.834,13.788],[-23.755,13.147],[0.012,2.513],[-0.275,2.225],[1.694,-0.874],[0.611,-1.08],[4.513,-2.662],[4.113,-2.38],[2.398,-1.369],[1.894,-1.069],[0.854,-0.274],[0.791,-0.457],[0.148,-0.432],[0.209,-0.157],[0.572,-0.13],[0.337,-0.199],[1.423,-0.772],[1.571,-0.886],[2.325,-1.33],[2.31,-1.331],[24.298,-13.931],[24.225,-14.104],[9.243,-5.263],[9.084,-4.74],[3.725,-1.231],[4.441,0.835],[1.419,-0.086],[-6.924,13.814],[-1.911,2.853],[-14.057,-1.929],[5.837,-8.873],[11.028,2.013],[-12.015,-3.022],[0.992,-3.208],[-3.695,-0.044],[-1.569,2.591],[7.299,5.987],[4.295,-13.164]],"o":[[8.495,0.184],[5.22,-3.135],[3.879,-4.967],[3.099,-7.752],[-0.079,-2.042],[-0.703,-2.778],[-1.032,-1.718],[-2.895,-2.096],[-6.601,-3.701],[-6.118,-3.243],[-3.283,-1.841],[-2.97,-1.892],[-6.344,-3.558],[-6.187,-3.282],[-3.607,-2.023],[-3.829,-2.31],[-2.724,-1.537],[-2.251,-1.287],[-6.686,-3.87],[-7.046,-3.918],[-1.858,-1.049],[-1.466,-0.808],[-0.85,-0.48],[-0.844,-0.27],[-0.196,-0.112],[-0.149,-0.434],[-0.374,-0.281],[-0.572,-0.13],[-2.438,-1.44],[-2.297,-1.313],[-5.322,-2.933],[-6.292,-3.354],[-5.179,-2.904],[-7.082,-4.061],[-2.957,-0.791],[-3.913,1.3],[-5.185,3.45],[-4.287,5.007],[-4.838,8.601],[-1.959,10.724],[1.971,4.007],[3.065,2.08],[3.303,1.852],[3.06,1.934],[8.596,4.934],[8.609,4.625],[3.84,2.2],[3.861,2.172],[12.694,7.212],[13.252,7.435],[2.352,1.348],[2.328,1.327],[3.874,2.233],[3.924,2.208],[2.43,1.371],[2.256,1.297],[1.427,0.808],[1.505,0.831],[1.576,0.882],[1.702,0.799],[0.196,0.111],[0.15,0.434],[0.374,0.281],[0.572,0.13],[2.403,1.42],[2.294,1.304],[3.522,1.987],[3.341,1.667],[4.591,0.508],[3.586,-0.895],[0.174,-0.053],[0.398,-0.458],[3.952,-1.988],[4.082,-2.208],[6.793,-3.984],[6.991,-4.124],[0.759,-0.428],[0.883,-0.29],[0.199,-0.115],[0.148,-0.432],[0.375,-0.281],[0.572,-0.13],[3.395,-2.011],[3.658,-2.067],[1.295,-0.75],[1.1,-0.629],[2.358,-1.331],[2.327,-1.331],[3.899,-2.247],[3.921,-2.198],[23.909,-13.701],[23.834,-13.788],[1.774,-0.725],[-0.012,-2.513],[-0.611,-0.578],[-1.694,0.874],[-4.835,1.973],[-4.513,2.662],[-2.512,1.454],[-2.399,1.369],[-0.793,0.447],[-0.854,0.274],[-0.198,0.115],[-0.148,0.432],[-0.374,0.281],[-0.572,0.13],[-1.738,1.026],[-1.423,0.772],[-2.39,1.349],[-2.325,1.33],[-24.584,14.171],[-24.298,13.931],[-8.944,5.207],[-9.243,5.263],[-3.661,1.91],[-3.725,1.231],[-0.168,-1.165],[-17.615,-10.536],[1.969,-3.928],[6.689,-9.987],[15.123,9.249],[-5,7.599],[-9.332,-9.122],[2.355,5.219],[-0.432,1.398],[3.391,4.485],[3.934,-6.495],[-14.246,-1.49],[-4.028,12.347]],"v":[[161,63],[181.151,58.121],[194,46],[205.115,26.043],[210,3],[208.773,-4.646],[206,-12],[199.766,-17.864],[190,-24],[170.997,-34.282],[153,-44],[143.665,-49.688],[135,-55],[116.172,-65.184],[98,-75],[86.604,-81.714],[76,-88],[68.66,-92.167],[62,-96],[41.083,-107.808],[21,-119],[16.064,-121.746],[12,-124],[9.444,-125.029],[7,-126],[6.508,-126.968],[6,-128],[4.472,-128.561],[3,-129],[-4.048,-133.1],[-11,-137],[-28.609,-146.462],[-48,-157],[-67.265,-168.541],[-87,-177],[-97.924,-175.786],[-108,-171],[-122.138,-158.305],[-134,-141],[-145.133,-111.175],[-142,-80],[-134.599,-71.501],[-123,-65],[-113.366,-59.168],[-105,-54],[-79.028,-39.724],[-54,-26],[-42.407,-19.433],[-31,-13],[8.295,9.122],[47,31],[54.013,35.001],[61,39],[72.833,45.724],[84,52],[90.912,55.946],[98,60],[102.404,62.454],[107,65],[111.969,67.471],[117,70],[117.492,70.967],[118,72],[119.528,72.561],[121,73],[127.987,77.041],[135,81],[145.306,86.732],[155,90],[167.145,89.076],[177,86],[177.956,85.048],[179,84],[191.174,77.645],[203,71],[223.914,58.653],[244,47],[246.538,45.987],[249,45],[249.492,44.031],[250,43],[251.528,42.439],[253,42],[263.818,35.782],[274,30],[277.494,27.989],[281,26],[288.019,22.011],[295,18],[306.859,11.284],[318,5],[389.616,-36.416],[461,-77],[463.124,-82.376],[463,-90],[459,-89.243],[455,-86],[440.958,-78.806],[428,-71],[420.537,-66.711],[414,-63],[411.499,-62.008],[409,-61],[408.508,-60.032],[408,-59],[406.472,-58.439],[405,-58],[400.375,-55.395],[396,-53],[388.94,-48.987],[382,-45],[308.73,-2.95],[236,39],[208.605,54.85],[181,70],[170.085,75.059],[158,76],[155,75],[151,22],[158,12],[190,-6],[190,35],[166,49],[177,19],[172,31],[174,34],[183,29],[184,6],[155,32]],"c":true}],"h":1},{"t":88.857,"s":[{"i":[[5.178,4.593],[3.644,-2.125],[1.269,-2.815],[0.452,-0.172],[0.125,-0.162],[0.525,-0.973],[0.255,-0.267],[0.944,-2.094],[0.669,-2],[-0.773,-6.173],[-4.944,-2.218],[-6.625,3.624],[-4.046,4.948],[-0.318,0.762],[-0.368,0.514],[-0.496,0.625],[-0.454,0.714],[-1.104,2.575],[-1.055,2.289],[-0.716,2.343],[-0.224,1.653],[0.44,4.957],[1.702,1.776],[0.075,0.289],[0.34,0.471],[6.581,3.784],[6.302,3.57],[5.783,3.195],[5.1,2.953],[1.113,0.647],[1.274,0.675],[3.068,1.718],[2.683,1.514],[2.321,1.337],[2.353,1.32],[18.559,10.568],[17.529,9.505],[6.319,3.382],[6.224,3.49],[3.078,1.953],[3.128,1.755],[3.419,1.689],[2.791,0.262],[3.519,-1.44],[2.618,-1.737],[0.296,-0.362],[0.368,-0.253],[0.939,-0.274],[0.422,-0.342],[3.257,-4.195],[2.822,-4.669],[1.644,-3.228],[0.843,-2.471],[0.842,-6.058],[-0.239,-7.279],[-0.664,-2.43],[-1.167,-1.877],[-0.425,-0.141],[-0.167,-0.222],[-0.067,-0.532],[-0.377,-0.4],[-0.722,-0.497],[-0.644,-0.517],[-2.37,-1.395],[-1.694,-0.956],[-2.314,-1.329],[-2.123,-1.206],[-13.263,-7.327],[-12.648,-7.136],[-2.342,-1.349],[-2.303,-1.291],[-1.521,-0.84],[-1.403,-0.792],[-1.668,-0.782],[-1.63,-0.912],[-0.407,-0.305],[-0.674,-0.398],[-4.842,-2.731],[-6.331,-3.572],[-4.782,-2.717],[-25.202,-14.22],[-5.296,-1.218],[-8.166,4.45],[-1.014,0.583],[-2.806,1.613],[-2.712,1.555],[-6.217,3.508],[-1.473,0.827],[-2.722,1.553],[-2.776,1.63],[-25.584,14.436],[-1.297,0.729],[-2.732,1.558],[-2.777,1.601],[-21.028,12.068],[-4.865,4.601],[-0.443,1.89],[0,2.333],[2.506,-0.551],[15.371,-8.86],[2.615,-1.492],[2.744,-1.541],[2.501,-1.431],[2.819,-1.604],[1.265,-0.723],[1.694,-1.003],[15.014,-8.501],[2.708,-1.521],[2.789,-1.591],[2.652,-1.558],[16.808,-9.161],[1.014,-0.583],[2.787,-1.602],[5.498,-2.814],[7.797,8.897],[-1.156,10.649],[-7.658,9.445],[-13.354,-1.354],[4.607,-9.996],[0.528,-1.195],[0.843,-1.389],[0.87,-1.23],[10.683,0.677],[-2.911,7.908],[-8.089,-3.585],[3.951,-1.382],[-3.711,-4.951],[-2.793,1.939],[-0.67,1.695]],"o":[[-5.156,-0.317],[-3.644,2.126],[-0.067,0.147],[-0.452,0.173],[-0.644,0.841],[-0.525,0.973],[-1.557,1.625],[-0.944,2.094],[-2.038,6.092],[0.773,6.173],[5.452,2.445],[6.625,-3.624],[0.358,-0.438],[0.318,-0.762],[0.564,-0.787],[0.496,-0.625],[1.529,-2.409],[1.104,-2.576],[0.911,-1.976],[0.716,-2.343],[0.46,-3.398],[-0.44,-4.957],[-0.359,-0.374],[-0.075,-0.289],[-2.375,-3.294],[-6.581,-3.784],[-5.769,-3.268],[-5.783,-3.195],[-1.274,-0.737],[-1.113,-0.647],[-3.046,-1.614],[-3.068,-1.718],[-2.362,-1.333],[-2.321,-1.337],[-18.233,-10.225],[-18.56,-10.567],[-5.5,-2.982],[-6.319,-3.382],[-2.558,-1.434],[-3.078,-1.953],[-3.534,-1.981],[-3.419,-1.689],[-5.306,-0.498],[-3.519,1.44],[-0.448,0.298],[-0.296,0.362],[-0.82,0.563],[-0.94,0.274],[-3.15,2.552],[-3.257,4.195],[-1.582,2.617],[-1.644,3.228],[-1.871,5.488],[-0.842,6.058],[1.178,2.403],[0.664,2.43],[0.132,0.212],[0.425,0.141],[0.353,0.471],[0.067,0.532],[0.467,0.495],[0.722,0.497],[1.826,1.463],[2.37,1.395],[2.624,1.481],[2.313,1.328],[13.302,7.557],[13.263,7.327],[2.33,1.315],[2.342,1.348],[1.512,0.848],[1.521,0.84],[1.7,0.96],[1.668,0.782],[0.385,0.216],[0.748,0.561],[4.806,2.84],[7.561,4.265],[5.336,3.011],[25.429,14.447],[4.866,2.746],[10.924,2.512],[1.885,-1.027],[2.967,-1.706],[2.647,-1.521],[7.022,-4.027],[1.726,-0.974],[2.768,-1.555],[2.813,-1.605],[26.783,-15.729],[1.39,-0.784],[2.836,-1.593],[2.906,-1.658],[22.323,-12.867],[5.8,-3.329],[3.36,1.027],[0,-2.333],[-1.414,-1.671],[-15.429,9.227],[-2.695,1.553],[-2.824,1.611],[-2.439,1.37],[-2.723,1.558],[-1.068,0.608],[-1.45,0.829],[-15.598,9.232],[-2.616,1.481],[-2.801,1.573],[-2.812,1.604],[-16.616,9.758],[-1.885,1.027],[-2.579,1.483],[-5.165,2.969],[-13.257,6.786],[-5.486,-6.261],[1.969,-18.133],[7.86,-4.14],[12.628,3.899],[-0.285,0.619],[-0.376,0.851],[-0.979,1.613],[-5.467,7.721],[-7.881,-3.954],[2.701,-7.338],[0.419,5.752],[-3.076,1.338],[2.66,4.344],[3.002,-2.084],[3.215,-8.132]],"v":[[216,-17],[202.585,-13.849],[195,-6],[194.043,-5.511],[193,-5],[191.209,-2.069],[190,0],[186.334,5.719],[184,12],[181.763,31.406],[190,45],[209.054,42.045],[226,28],[226.993,26.057],[228,24],[229.583,21.946],[231,20],[234.856,12.41],[238,5],[240.515,-1.743],[242,-8],[242.121,-21.717],[239,-33],[238.486,-33.928],[238,-35],[223.445,-45.793],[203,-57],[185.498,-66.737],[169,-76],[165.5,-78.047],[162,-80],[152.728,-85.075],[144,-90],[136.994,-94.01],[130,-98],[74.473,-129.539],[20,-160],[2.043,-169.619],[-17,-180],[-25.572,-185.26],[-35,-191],[-45.557,-196.79],[-55,-200],[-68.016,-198.176],[-77,-193],[-78.06,-191.967],[-79,-191],[-81.798,-189.834],[-84,-189],[-93.746,-178.589],[-103,-165],[-108.054,-155.89],[-112,-147],[-116.082,-129.843],[-117,-110],[-114.492,-102.606],[-112,-96],[-111.027,-95.508],[-110,-95],[-109.518,-93.447],[-109,-92],[-107.133,-90.516],[-105,-89],[-98.401,-84.619],[-92,-81],[-84.624,-76.794],[-78,-73],[-38.009,-50.685],[1,-29],[8.021,-24.983],[15,-21],[19.582,-18.458],[24,-16],[29.053,-13.465],[34,-11],[35,-9],[38,-8],[52,0],[75,13],[89,21],[168,65],[183,72],[213,65],[217,62],[226,58],[234,53],[255,41],[259,38],[268,34],[276,29],[356,-17],[360,-20],[369,-24],[377,-29],[444,-68],[461,-78],[463,-83],[463,-90],[455,-87],[407,-59],[399,-54],[390,-50],[383,-45],[374,-41],[371,-38],[366,-36],[318,-8],[310,-3],[301,1],[293,6],[241,36],[237,39],[228,43],[212,53],[179,52],[173,24],[195,-19],[221,-29],[228,6],[227,9],[224,12],[222,17],[197,32],[193,9],[210,-3],[205,8],[200,17],[211,16],[219,4]],"c":true}],"h":1},{"t":89.285,"s":[{"i":[[7.196,-5.471],[2.269,-4.307],[0.843,-6.037],[-1.902,-5.266],[-5.231,-0.93],[-4.697,2.527],[-1.98,1.822],[-1.713,1.648],[-1.334,1.742],[-0.897,1.573],[-0.523,0.546],[-0.442,0.827],[-0.438,0.864],[-0.41,1.233],[-0.6,1.561],[-0.889,2.619],[-0.421,2.86],[-0.209,1.959],[0.079,1.517],[0.719,2.771],[1.017,1.842],[0.436,0.153],[0.15,0.201],[0.078,0.536],[0.345,0.398],[2.29,1.215],[2.194,1.237],[3.889,2.2],[3.504,1.977],[2.314,1.329],[2.374,1.344],[1.532,0.846],[1.41,0.789],[1.695,0.796],[1.537,0.875],[0.15,0.433],[0.206,0.154],[0.572,0.13],[0.337,0.199],[3.084,1.681],[2.654,1.498],[2.316,1.334],[2.384,1.337],[13.333,7.531],[12.121,6.839],[4.747,2.689],[3.083,1.725],[3.278,1.811],[0.47,0.282],[0.523,0.282],[4.828,2.771],[13.276,7.607],[1.499,0.764],[6.766,-1.792],[-18.205,-41.061],[-1.068,-1.251],[-3.26,-2.091],[-3.566,-2.012],[-1.511,-0.856],[-0.411,-0.308],[-0.641,-0.355],[-1.593,-0.906],[-38.131,-21.851],[-11.153,-6.293],[-4.707,-2.64],[-4.273,-2.474],[-2.665,-1.413],[-4.98,-2.821],[-6.446,-3.417],[-1.316,-0.987],[-0.675,-0.399],[-13.32,3.116],[-6.907,3.913],[-13.837,8.01],[-2.55,2.443],[-0.74,0.709],[-0.783,0.75],[-0.882,0.845],[-0.74,0.709],[-0.783,0.75],[-6.185,3.581],[-31.624,18.194],[-3.341,0.659],[0,4],[2.646,-1.506],[1.3,-0.752],[3.436,-1.955],[1.016,-0.585],[1.3,-0.735],[1.091,-0.625],[2.484,-1.407],[16.757,-9.777],[2.515,-1.441],[5.154,-2.894],[0.92,-0.564],[3.697,-2.122],[5.147,-2.928],[0.039,-0.037],[1.202,-0.697],[2.436,-1.386],[3.712,-2.151],[2.582,-1.45],[1.306,-0.739],[1.167,-0.669],[2.612,-1.479],[5.09,-2.921],[13.171,-0.293],[3.839,2.161],[1.564,5.103],[-6.107,10.548],[-1.17,1.251],[-3.962,3.536],[-11.183,-1.173],[6.083,-12.955],[4.634,-4.335],[7.987,1.177],[-3.43,9.009],[-0.273,0.533],[-0.794,1.262],[-1.919,1.312],[-2.072,0.657],[-2.3,-1.947],[2.42,-2.884],[1.2,1.144],[1.103,-0.07],[1.859,-5.299],[-2.225,-3.725],[-3.605,7.702],[8.262,6.202]],"o":[[-2.08,3.736],[-2.269,4.307],[-0.839,6.007],[1.902,5.266],[5.231,0.93],[4.697,-2.527],[1.813,-1.668],[1.713,-1.648],[0.889,-1.16],[0.897,-1.573],[0.794,-0.829],[0.442,-0.827],[0.762,-1.505],[0.41,-1.233],[1.024,-2.666],[0.889,-2.619],[0.243,-1.647],[0.209,-1.959],[-0.108,-2.072],[-0.719,-2.772],[-0.105,-0.189],[-0.436,-0.153],[-0.344,-0.457],[-0.078,-0.536],[-1.648,-1.901],[-2.29,-1.215],[-3.942,-2.224],[-3.888,-2.2],[-2.373,-1.339],[-2.314,-1.329],[-1.46,-0.827],[-1.532,-0.846],[-1.683,-0.941],[-1.695,-0.796],[-0.195,-0.112],[-0.15,-0.434],[-0.374,-0.281],[-0.572,-0.13],[-3.009,-1.778],[-3.084,-1.681],[-2.351,-1.326],[-2.316,-1.334],[-12.548,-7.037],[-13.333,-7.531],[-4.745,-2.678],[-3.02,-1.711],[-3.254,-1.821],[-0.415,-0.229],[-0.837,-0.502],[-5.551,-2.989],[-13.851,-7.949],[-1.47,-0.842],[-7.052,-3.594],[-30.502,8.081],[2.706,0.339],[1.748,2.048],[4.267,2.737],[1.418,0.8],[0.39,0.221],[0.716,0.537],[2.02,1.119],[39.774,22.63],[12.053,6.907],[4.724,2.666],[5.316,2.981],[2.604,1.508],[5.016,2.659],[7.323,4.149],[2.862,1.517],[0.749,0.562],[11.46,6.785],[9.057,-2.119],[14.328,-8.117],[4.372,-2.531],[1.78,-1.705],[1.758,-1.685],[2.001,-1.918],[1.78,-1.705],[1.758,-1.684],[5.202,-4.984],[32.667,-18.911],[3.109,-0.89],[0,-4],[-4.263,-0.587],[-1.617,0.92],[-4.145,2.399],[-0.953,0.542],[-1.325,0.763],[-0.968,0.547],[-2.509,1.439],[-17.449,9.885],[-2.517,1.469],[-5.068,2.904],[-0.768,0.431],[-4.118,2.525],[-5.249,3.013],[0.092,-0.053],[-0.864,0.828],[-3.195,1.851],[-4.233,2.408],[-2.613,1.515],[-1.341,0.753],[-1.169,0.661],[-2.442,1.4],[-4.924,2.789],[-10.635,6.103],[-4.209,-1.791],[-2.149,-4.518],[-2.113,-20.662],[1.24,-2.141],[3.8,-4.062],[6.318,-5.639],[15.573,6.51],[-2.714,5.78],[-5.125,4.794],[-9.851,-3.509],[0.165,-0.434],[0.702,-1.371],[1.787,-2.843],[1.298,-0.888],[2.436,-0.772],[2.934,5.018],[-2.741,0.35],[-1.084,-1.033],[-3.298,0.208],[-0.869,2.476],[9.752,3.664],[4.07,-8.695],[-13.85,-1.183]],"v":[[222,-26],[215.072,-14.226],[210,1],[211.448,18.808],[222,29],[237.439,25.564],[248,18],[253.359,13.055],[258,8],[260.774,3.539],[263,0],[264.767,-2.473],[266,-5],[267.622,-8.958],[269,-13],[271.952,-20.855],[274,-29],[274.741,-34.598],[275,-40],[273.681,-47.672],[271,-55],[270.034,-55.492],[269,-56],[268.501,-57.545],[268,-59],[261.91,-63.498],[255,-67],[243.171,-73.685],[232,-80],[225.001,-83.995],[218,-88],[213.462,-90.529],[209,-93],[203.891,-95.55],[199,-98],[198.508,-98.968],[198,-100],[196.472,-100.561],[195,-101],[185.734,-106.21],[177,-111],[170.025,-114.992],[163,-119],[123.68,-141.148],[85,-163],[71,-171],[62,-176],[52,-181],[51,-183],[48,-184],[34,-192],[-8,-215],[-12,-218],[-34,-221],[-84,-114],[-81,-110],[-73,-104],[-59,-96],[-54,-94],[-53,-92],[-50,-91],[-45,-88],[71,-23],[108,-2],[122,6],[138,15],[145,19],[159,27],[182,40],[188,44],[191,45],[226,55],[247,45],[289,21],[304,13],[311,9],[318,5],[325,1],[332,-3],[339,-7],[358,-18],[455,-74],[463,-78],[463,-90],[453,-85],[449,-83],[437,-77],[434,-74],[430,-73],[427,-70],[419,-66],[366,-36],[359,-31],[343,-23],[340,-21],[329,-14],[313,-6],[312,-5],[310,-4],[303,1],[291,7],[284,12],[280,13],[277,16],[269,20],[254,29],[219,42],[207,36],[201,22],[213,-25],[216,-30],[227,-41],[252,-51],[258,-9],[246,6],[227,15],[221,-11],[223,-13],[224,-17],[231,-23],[234,-25],[241,-25],[238,-11],[234,-11],[233,-11],[228,-8],[229,1],[249,-13],[247,-39]],"c":true}],"h":1},{"t":89.714,"s":[{"i":[[-7.409,-1.843],[-2.335,1.554],[-1.921,2.035],[-1.549,2.508],[-0.76,2.802],[0.458,4.103],[4.166,1.909],[3.391,-1.637],[1.485,-1.402],[0.929,-0.63],[0.887,-1.159],[0.867,-1.06],[1.097,-1.887],[1.528,-3.111],[0.543,-2.242],[-1.256,-6.21],[-5.537,-2.729],[-4.772,1.178],[-1.919,1.839],[-0.539,0.298],[-0.425,0.407],[-0.31,0.086],[-0.416,0.325],[-1.469,1.977],[-1.291,1.659],[-0.926,0.8],[-0.611,0.916],[-0.439,1.244],[-0.631,1.104],[-0.713,0.947],[-0.537,1.143],[-0.53,1.213],[-0.387,1.096],[-0.433,8.507],[3.582,3.739],[0.075,0.289],[0.339,0.471],[2.316,1.62],[1.543,0.87],[0.805,0.248],[0.916,0.523],[0.149,0.433],[0.207,0.155],[0.586,0.144],[0.309,0.164],[0.999,0.7],[0.63,0.472],[0.572,0.13],[0.337,0.2],[13.929,7.86],[1.521,0.854],[0.408,0.306],[0.618,0.327],[1.316,0.987],[0.674,0.398],[4.842,2.731],[8.34,4.667],[3.217,1.794],[0.405,0.304],[0.618,0.328],[1.495,0.845],[0.41,0.307],[0.674,0.398],[3.529,1.87],[4.851,2.72],[15.186,8.569],[2.79,1.574],[1.511,0.856],[0.411,0.308],[0.641,0.355],[8.637,4.844],[13.635,-4.252],[4.515,-0.485],[5.325,-6.336],[1.724,-2.376],[-8.187,-28.193],[-1.651,-2.03],[-3.127,-2.159],[-8.198,-4.644],[-15.822,-9.066],[-7.732,-4.399],[-25.107,-14.167],[-4.747,-2.689],[-3.033,-1.697],[-3.1,-1.728],[-0.405,-0.304],[-0.618,-0.328],[-1.495,-0.845],[-0.41,-0.307],[-0.674,-0.398],[-3.213,-1.703],[-4.784,-2.71],[-3.071,-1.718],[-3.1,-1.728],[-0.405,-0.304],[-0.618,-0.328],[-4.443,-0.928],[-3.593,0.738],[-5.789,3.03],[-3.025,1.363],[-0.411,0.238],[-2.297,2.201],[-1.176,0.699],[-19.058,11.033],[-30.698,17.397],[-1.603,1.731],[0,3.667],[1.627,-0.868],[6.554,-3.832],[2.647,-2.536],[1.176,-0.699],[13.152,-7.745],[27.663,-16.014],[2.918,-1.649],[1.03,-0.578],[2.26,-1.183],[10.659,1.725],[-1.545,17.432],[-8.428,9.913],[-2.21,1.503],[-0.825,0.412],[-5.011,-2.007],[6.237,-12.708],[5.212,-4.689],[9.565,1.673],[-3.791,9.158],[-11.465,-1.592],[6.835,-2.366],[3.878,0.122]],"o":[[2.738,1.25],[2.335,-1.554],[2.044,-2.165],[1.549,-2.508],[1,-3.681],[-0.458,-4.103],[-3.953,-1.951],[-3.391,1.637],[-1.397,1.32],[-0.929,0.63],[-1.435,1.874],[-0.867,1.06],[-1.346,2.315],[-1.528,3.111],[-1.56,6.432],[1.256,6.21],[3.993,1.553],[4.772,-1.178],[0.419,-0.402],[0.539,-0.298],[0.345,-0.33],[0.31,-0.086],[1.833,-1.431],[1.469,-1.977],[0.686,-0.882],[0.926,-0.8],[0.614,-0.921],[0.439,-1.244],[0.611,-1.068],[0.713,-0.947],[0.494,-1.052],[0.53,-1.213],[1.849,-5.233],[0.433,-8.507],[-0.358,-0.374],[-0.075,-0.289],[-1.191,-1.651],[-2.317,-1.62],[-0.864,-0.487],[-0.805,-0.248],[-0.196,-0.112],[-0.149,-0.433],[-0.347,-0.261],[-0.586,-0.144],[-1.373,-0.728],[-0.999,-0.7],[-0.375,-0.281],[-0.572,-0.13],[-14.902,-8.823],[-1.423,-0.803],[-0.386,-0.217],[-0.695,-0.521],[-2.862,-1.517],[-0.748,-0.561],[-4.806,-2.84],[-9.219,-5.2],[-3.322,-1.859],[-0.383,-0.214],[-0.695,-0.521],[-1.415,-0.75],[-0.388,-0.22],[-0.748,-0.561],[-3.68,-2.175],[-4.935,-2.616],[-16.294,-9.137],[-3.768,-2.126],[-1.418,-0.8],[-0.389,-0.221],[-0.716,-0.537],[-8.023,-4.444],[-11.437,-6.414],[-4.195,0.805],[-6.754,5.56],[-1.935,2.302],[-13.999,19.296],[2.938,1.091],[1.73,2.128],[8.509,5.873],[17.083,9.677],[7.588,4.348],[26.39,15.015],[4.745,2.678],[2.889,1.636],[3.216,1.799],[0.383,0.214],[0.695,0.521],[1.415,0.75],[0.388,0.219],[0.748,0.561],[3.44,2.033],[4.949,2.623],[2.84,1.609],[3.216,1.799],[0.383,0.214],[0.695,0.521],[5.071,2.688],[4.512,0.943],[6.921,-1.421],[3.498,-1.831],[0.348,-0.157],[4.054,-2.343],[0.854,-0.818],[19.255,-11.441],[34.55,-20.001],[2.263,-1.071],[0,-3.667],[-2.167,-0.767],[-7.221,3.852],[-4.427,2.589],[-0.854,0.818],[-13.809,8.206],[-28.508,16.787],[-3.324,1.924],[-0.958,0.541],[-1.991,1.118],[-7.028,3.679],[-12.316,-5.372],[1.793,-20.233],[3.059,-1.364],[0.864,-0.587],[5.503,-2.75],[13.892,9.252],[-3.075,6.265],[-5.621,5.057],[-9.586,-5.458],[3.745,-9.045],[4.314,7.523],[-1.945,-2.055],[-3.468,2.96]],"v":[[259,-15],[266.613,-16.036],[273,-22],[278.463,-29.023],[282,-37],[283.374,-49.329],[277,-59],[265.649,-58.515],[258,-53],[254.618,-50.379],[252,-48],[248.746,-44.009],[246,-40],[241.398,-31.445],[238,-23],[237.177,-3.222],[247,11],[261.055,11.044],[272,6],[273.495,5.005],[275,4],[275.947,3.495],[277,3],[281.907,-2.329],[286,-8],[288.556,-10.474],[291,-13],[292.487,-16.363],[294,-20],[296.055,-22.943],[298,-26],[299.58,-29.467],[301,-33],[305.072,-55.621],[301,-76],[300.486,-76.928],[300,-78],[294.264,-83.085],[288,-87],[285.539,-87.974],[283,-89],[282.508,-89.968],[282,-91],[280.471,-91.572],[279,-92],[275.443,-94.192],[273,-96],[271.472,-96.561],[270,-97],[224,-123],[219,-125],[218,-127],[215,-128],[209,-132],[206,-133],[192,-141],[165,-156],[155,-161],[154,-163],[151,-164],[146,-166],[145,-168],[142,-169],[133,-174],[119,-182],[69,-210],[60,-215],[55,-217],[54,-219],[51,-220],[27,-233],[-5,-242],[-16,-238],[-35,-221],[-41,-214],[-59,-135],[-54,-127],[-46,-121],[-19,-105],[32,-77],[55,-64],[133,-20],[147,-12],[156,-7],[166,-2],[167,0],[170,1],[175,3],[176,5],[179,6],[188,11],[202,19],[211,24],[221,29],[222,31],[225,32],[240,39],[253,39],[271,32],[282,26],[283,24],[297,17],[299,16],[358,-18],[457,-75],[463,-79],[463,-90],[457,-88],[437,-76],[422,-68],[420,-67],[377,-42],[290,8],[280,13],[277,16],[270,19],[244,25],[228,-10],[252,-60],[261,-66],[264,-69],[285,-71],[288,-27],[275,-10],[253,-2],[249,-30],[271,-47],[264,-27],[259,-34]],"c":true}],"h":1},{"t":90.143,"s":[{"i":[[6.256,2.21],[5.305,-3.391],[2.318,-3.495],[0.647,-0.928],[0.635,-1.115],[1.577,-3.852],[0.67,-4.039],[-1.664,-5.72],[-4.411,-1.684],[-5.318,1.434],[-1.829,1.752],[-1.818,1.584],[-1.978,0.989],[-2.959,3.91],[-2.451,5.235],[-0.119,0.709],[-0.209,0.487],[-0.683,1.823],[-0.51,1.937],[0.278,6.467],[2.624,4.533],[2.234,1.955],[2.444,1.379],[0.837,0.268],[0.873,0.487],[0.151,0.435],[0.202,0.152],[0.586,0.144],[0.309,0.164],[0.865,0.288],[0.832,0.471],[0.15,0.434],[0.205,0.154],[0.572,0.13],[0.337,0.2],[7.876,4.403],[6.999,3.949],[0.882,0.293],[0.76,0.427],[0.151,0.435],[0.204,0.153],[0.586,0.144],[0.309,0.163],[1.316,0.987],[0.674,0.398],[4.931,2.781],[8.311,4.691],[3.21,1.797],[0.407,0.305],[0.674,0.398],[5.398,3.046],[4.747,2.689],[15.247,8.603],[1.529,0.852],[0.405,0.304],[0.618,0.328],[1.493,0.845],[0.41,0.308],[0.675,0.399],[4.938,2.783],[3.267,1.819],[6.449,1.572],[4.575,-1.767],[4.6,-3.354],[2.397,-2.266],[3.934,-25.186],[-5.717,-10.313],[-12.263,-6.917],[-20.016,-11.299],[-3.305,-1.851],[-0.407,-0.305],[-0.674,-0.398],[-4.842,-2.731],[-6.393,-3.607],[-2.78,-1.568],[-1.529,-0.852],[-0.405,-0.304],[-0.618,-0.328],[-1.316,-0.987],[-0.675,-0.399],[-26.625,-15.257],[-4.702,-2.652],[-5.588,-1.429],[-7.423,3.66],[-3.801,2.135],[-3.712,2.149],[-10.094,4.55],[-0.415,0.236],[-3.831,2.208],[-3.9,2.258],[-2.942,1.703],[-7.159,4.168],[-2.709,1.221],[-0.415,0.236],[-1.591,1.031],[-0.907,0.521],[-7.687,4.45],[-1.716,1.153],[-0.248,0.218],[-1.51,2.527],[1.436,-0.893],[3.944,-2.283],[6.307,-3.635],[14.485,-8.313],[14.244,-8.175],[9.902,-5.765],[11.868,3.369],[-2.157,19.287],[-5.186,9.411],[-22.634,-0.866],[-1.419,0.086],[-2.099,-3.901],[5.75,-9.856],[1.901,-2.218],[0.612,-0.623],[1.778,-1.413],[2.013,-1.129],[4.481,0.787],[-4.686,11.598],[-10.739,-1.492],[9.881,-0.223],[-1.293,4.439],[-7.235,-7.785],[-2.505,5.557],[-0.247,0.37],[-0.23,0.511],[-0.231,0.427],[-0.906,2.852],[-0.088,2.397]],"o":[[-6.461,-2.059],[-5.305,3.391],[-0.778,1.173],[-0.647,0.928],[-2.022,3.553],[-1.577,3.852],[-1.067,6.434],[1.664,5.72],[3.897,1.487],[5.318,-1.434],[1.749,-1.675],[1.818,-1.584],[1.714,-3.124],[2.959,-3.91],[0.315,-0.674],[0.119,-0.71],[0.759,-1.77],[0.683,-1.823],[1.736,-6.6],[-0.278,-6.467],[-1.62,-2.799],[-2.234,-1.955],[-0.781,-0.441],[-0.837,-0.268],[-0.192,-0.107],[-0.151,-0.435],[-0.347,-0.261],[-0.586,-0.144],[-0.709,-0.376],[-0.865,-0.288],[-0.195,-0.11],[-0.15,-0.434],[-0.375,-0.281],[-0.572,-0.13],[-7.495,-4.438],[-7.877,-4.403],[-0.712,-0.401],[-0.882,-0.293],[-0.193,-0.108],[-0.151,-0.435],[-0.347,-0.26],[-0.586,-0.144],[-2.862,-1.517],[-0.748,-0.561],[-4.933,-2.915],[-9.159,-5.166],[-3.312,-1.87],[-0.385,-0.215],[-0.748,-0.561],[-6,-3.545],[-4.745,-2.678],[-16.335,-9.254],[-1.427,-0.805],[-0.383,-0.214],[-0.695,-0.521],[-1.414,-0.749],[-0.389,-0.22],[-0.749,-0.562],[-5.192,-3.074],[-3.25,-1.832],[-6.834,-3.805],[-6.491,-1.582],[-5.755,2.222],[-2.623,1.913],[-15.876,15.009],[-2.577,16.502],[9.694,9.395],[20.778,11.719],[3.327,1.878],[0.385,0.215],[0.748,0.561],[4.806,2.84],[7.71,4.349],[3.648,2.058],[1.427,0.805],[0.383,0.214],[0.695,0.521],[2.862,1.517],[0.749,0.562],[26.901,15.927],[4.709,2.699],[6.734,3.798],[10.552,2.698],[3.927,-1.936],[3.882,-2.18],[10.363,-5.999],[0.351,-0.158],[3.829,-2.178],[4.563,-2.63],[2.941,-1.703],[8.151,-4.718],[3.337,-1.943],[0.351,-0.158],[2.623,-1.492],[1.004,-0.65],[8.146,-4.675],[2.375,-1.375],[1.089,-0.731],[2.083,-1.831],[-2.695,-1.014],[-5.234,3.254],[-6.773,3.921],[-13.769,7.936],[-13.78,7.908],[-10.494,6.023],[-9.191,5.351],[-12.6,-6.858],[1.065,-9.526],[8.967,-16.273],[0.168,1.165],[3.385,2.615],[3.819,17.04],[-2.247,3.853],[-0.932,1.088],[-0.971,0.988],[-2.057,1.634],[-4.716,2.645],[-11.914,-2.091],[4.299,-10.64],[8.356,6.05],[-1.637,-4.989],[-9.003,2.991],[9.221,1.223],[0.146,-0.324],[0.307,-0.46],[0.161,-0.357],[0.812,-1.497],[0.885,-2.787],[0.206,-5.586]],"v":[[306,-79],[287.893,-75.666],[276,-64],[273.892,-60.957],[272,-58],[266.486,-46.865],[263,-35],[263.891,-15.937],[273,-4],[288.051,-4.57],[300,-10],[305.327,-15.015],[311,-19],[318.448,-29.417],[327,-43],[327.58,-45.14],[328,-47],[330.187,-52.375],[332,-58],[334.27,-78.05],[330,-95],[324.118,-102.065],[317,-107],[314.569,-107.966],[312,-109],[311.508,-109.966],[311,-111],[309.471,-111.572],[308,-112],[305.593,-112.929],[303,-114],[302.508,-114.967],[302,-116],[300.472,-116.561],[299,-117],[275.628,-130.366],[253,-143],[250.537,-143.981],[248,-145],[247.508,-145.967],[247,-147],[245.471,-147.573],[244,-148],[238,-152],[235,-153],[221,-161],[194,-176],[184,-181],[183,-183],[180,-184],[162,-194],[148,-202],[98,-230],[93,-232],[92,-234],[89,-235],[84,-237],[83,-239],[80,-240],[66,-248],[56,-253],[37,-263],[19,-261],[6,-253],[-2,-247],[-35,-184],[-29,-144],[6,-122],[70,-86],[80,-81],[81,-79],[84,-78],[98,-70],[121,-57],[130,-52],[135,-50],[136,-48],[139,-47],[145,-43],[148,-42],[232,5],[246,13],[265,23],[295,18],[306,11],[318,5],[350,-13],[351,-15],[363,-21],[377,-29],[385,-34],[408,-47],[418,-52],[419,-54],[427,-58],[430,-60],[453,-73],[459,-76],[463,-78],[463,-90],[456,-87],[440,-78],[421,-67],[378,-43],[336,-18],[304,0],[269,9],[254,-30],[265,-60],[311,-92],[314,-91],[322,-81],[314,-40],[308,-32],[306,-28],[301,-25],[296,-21],[282,-17],[275,-48],[298,-67],[290,-43],[291,-56],[284,-30],[304,-42],[306,-43],[306,-45],[308,-46],[311,-54],[313,-63]],"c":true}],"h":1},{"t":90.571,"s":[{"i":[[-10.311,-5.154],[-4.358,1.525],[-3.567,2.409],[-0.467,0.54],[-0.609,0.489],[-0.759,0.292],[-0.444,0.412],[-1.299,1.715],[-1.486,1.918],[-3.702,9.991],[0.674,13.464],[0.497,2.183],[0.962,1.687],[0.433,0.149],[0.155,0.207],[0.078,0.536],[0.345,0.398],[0.709,0.464],[0.62,0.519],[1.518,0.987],[1.6,0.944],[6.311,3.549],[5.601,3.173],[12.14,6.645],[11.419,6.612],[0.299,0.385],[0.349,0.195],[3.387,1.599],[3.148,1.752],[2.958,1.884],[3.012,1.707],[18.7,10.231],[18.569,10.519],[1.441,1.079],[1.479,0.69],[4.676,-0.111],[4.349,-1.864],[1.851,-1.006],[1.365,-1.022],[4.667,-4.985],[2.429,-5.388],[0.451,-0.158],[0.122,-0.197],[0.119,-0.532],[0.231,-0.398],[0.386,-0.299],[0.194,-0.347],[0.713,-2.143],[0.928,-2.239],[0.544,-0.966],[0.367,-1.028],[1.017,-4.93],[0.218,-4.483],[-0.695,-3.62],[-0.46,-3.568],[-0.757,-1.576],[-0.572,-1.762],[-5.89,-3.565],[-6.059,-3.442],[-7.163,-3.847],[-6.405,-3.67],[-2.321,-1.33],[-2.328,-1.313],[-2.781,-1.555],[-2.169,-1.255],[-1.091,-0.635],[-1.333,-0.707],[-2.281,-1.335],[-2.37,-1.329],[-4.014,-2.274],[-3.18,-1.794],[-1.492,-0.823],[-1.272,-0.718],[-0.876,-0.29],[-0.729,-0.406],[-0.151,-0.435],[-0.202,-0.152],[-0.586,-0.144],[-0.309,-0.164],[-0.978,-0.687],[-0.658,-0.493],[-0.572,-0.13],[-0.338,-0.2],[-14.336,-7.868],[-13.26,-7.598],[-2.322,-1.333],[-2.355,-1.321],[-4.142,-1.953],[-5.35,-0.339],[-3.198,0.885],[-3.151,1.471],[-3.079,1.881],[-3.027,1.769],[-2.423,1.38],[-1.861,1.05],[-0.883,0.29],[-0.708,0.41],[-0.148,0.432],[-0.209,0.157],[-0.675,0.4],[-31.597,19.056],[-0.664,4.669],[1.223,-2.16],[12.018,-6.808],[12.112,-6.834],[1.697,-0.982],[0.418,-0.314],[0.674,-0.398],[2.983,-1.71],[10.279,-5.823],[14.769,1.348],[1.43,11.289],[-6.525,13.429],[-23.733,-1.4],[-0.961,-0.735],[-0.643,-0.628],[-0.9,-2.388],[15.146,-12.554],[8.686,1.526],[-3.729,8.851],[-14.064,-2.045],[11.942,-0.3],[-0.968,2.895],[-0.099,3.205],[-6.889,-10.724],[-5.373,10.295],[10.958,8.239],[9.463,-9.87],[1.129,-11.027]],"o":[[7.002,0.509],[4.358,-1.525],[0.522,-0.352],[0.467,-0.54],[0.522,-0.419],[0.759,-0.292],[1.32,-1.224],[1.299,-1.715],[5.865,-7.572],[3.702,-9.991],[-1.05,-1.583],[-0.497,-2.183],[-0.111,-0.196],[-0.433,-0.149],[-0.344,-0.458],[-0.078,-0.536],[-0.543,-0.626],[-0.709,-0.464],[-1.328,-1.11],[-1.518,-0.987],[-6.154,-3.63],[-6.311,-3.549],[-12.019,-6.809],[-12.14,-6.645],[-0.456,-0.264],[-0.299,-0.385],[-3.305,-1.851],[-3.387,-1.599],[-3.156,-1.757],[-2.958,-1.884],[-18.633,-10.555],[-18.7,-10.231],[-1.756,-0.995],[-1.441,-1.079],[-4.948,-2.308],[-4.676,0.111],[-2.23,0.956],[-1.851,1.006],[-4.904,3.671],[-4.667,4.985],[-0.076,0.169],[-0.45,0.158],[-0.293,0.475],[-0.119,0.532],[-0.264,0.455],[-0.386,0.299],[-1.22,2.187],[-0.713,2.143],[-0.459,1.108],[-0.544,0.966],[-1.713,4.798],[-1.017,4.93],[-0.242,4.954],[0.695,3.62],[1.401,0.933],[0.757,1.577],[5.38,4.298],[5.89,3.565],[6.941,3.944],[7.163,3.847],[2.387,1.368],[2.321,1.33],[2.706,1.526],[2.781,1.555],[1.302,0.754],[1.091,0.635],[2.507,1.329],[2.281,1.335],[3.764,2.111],[4.014,2.274],[1.758,0.992],[1.492,0.822],[0.769,0.434],[0.875,0.29],[0.192,0.107],[0.151,0.435],[0.347,0.261],[0.586,0.144],[1.431,0.758],[0.978,0.687],[0.375,0.281],[0.572,0.13],[13.394,7.931],[14.336,7.868],[2.356,1.349],[2.322,1.333],[5.082,2.849],[4.142,1.953],[4.055,-0.99],[3.198,-0.885],[3.656,-1.707],[3.079,-1.881],[2.448,-1.431],[2.423,-1.38],[0.759,-0.428],[0.883,-0.29],[0.199,-0.116],[0.148,-0.432],[0.749,-0.562],[33.155,-19.631],[5.035,-0.299],[-1.223,-1.156],[-12.561,5.719],[-13.257,7.51],[-1.71,0.965],[-0.397,0.23],[-0.748,0.561],[-3.403,2.011],[-10.395,5.957],[-10.703,6.063],[-10.574,-4.254],[-3.278,-25.867],[11.563,-10.771],[1.832,0.776],[0.699,0.535],[1.106,1.079],[7.457,19.786],[-6.691,5.546],[-12.201,-5.112],[4.432,-10.518],[6.991,9.744],[-3.506,-2.747],[1.023,-3.059],[-11.821,1.37],[11.451,2.057],[5.491,-10.521],[-20.597,-1.264],[-2.43,7.07],[-1.419,13.857]],"v":[[299,-18],[315.577,-19.812],[327,-26],[328.435,-27.398],[330,-29],[332.058,-30.005],[334,-31],[337.876,-35.48],[342,-41],[356.905,-67.081],[362,-102],[359.934,-107.922],[358,-114],[357.033,-114.492],[356,-115],[355.501,-116.545],[355,-118],[353.058,-119.581],[351,-121],[346.704,-124.125],[342,-127],[323.085,-137.842],[305,-148],[268.55,-168.148],[233,-188],[231.92,-189.051],[231,-190],[220.883,-195.074],[211,-200],[201.892,-205.538],[193,-211],[136.952,-242.027],[81,-273],[76.292,-276.228],[72,-279],[57.551,-282.129],[44,-279],[37.852,-276.05],[33,-273],[18.143,-259.788],[7,-244],[6.034,-243.521],[5,-243],[4.453,-241.442],[4,-240],[2.948,-238.919],[2,-238],[-0.719,-231.539],[-3,-225],[-4.569,-221.94],[-6,-219],[-10.12,-204.263],[-12,-190],[-11.026,-177.461],[-9,-167],[-5.878,-163.122],[-4,-158],[12.991,-146.358],[31,-136],[52.402,-124.295],[73,-113],[80.044,-108.959],[87,-105],[95.402,-100.297],[103,-96],[106.477,-93.964],[110,-92],[117.103,-88],[124,-84],[135.938,-77.263],[147,-71],[151.864,-68.294],[156,-66],[158.53,-64.979],[161,-64],[161.492,-63.034],[162,-62],[163.529,-61.428],[165,-61],[168.58,-58.801],[171,-57],[172.528,-56.439],[174,-56],[216.101,-32.251],[258,-9],[265,-4.978],[272,-1],[285.299,6.383],[299,10],[309.678,7.361],[319,4],[328.972,-1.453],[338,-7],[345.441,-11.286],[352,-15],[354.538,-16.013],[357,-17],[357.492,-17.969],[358,-19],[361,-20],[460,-77],[463,-90],[455,-86],[419,-66],[379,-43],[374,-41],[373,-39],[370,-38],[361,-33],[330,-15],[296,-5],[278,-29],[295,-87],[338,-111],[342,-108],[345,-107],[349,-100],[328,-40],[305,-32],[299,-64],[326,-86],[315,-58],[315,-66],[319,-75],[308,-45],[335,-63],[333,-99],[297,-77],[287,-49]],"c":true}],"h":1},{"t":91,"s":[{"i":[[1.14,2.988],[2.952,-8.657],[-7.646,-1.721],[-4.225,3.392],[-1.713,2.419],[-0.848,2.203],[-0.881,2.747],[-0.646,2.6],[0.238,2.558],[5.277,1.436],[6.123,-4.004],[2.01,-2.145],[1.613,-1.886],[2.991,-8.068],[-0.387,-11.386],[-1.923,-3.077],[-3.163,-1.837],[-3.103,0.313],[-3.864,1.566],[-8.3,12.181],[-1.789,12.815],[1.774,6.495],[4.087,3.541],[0.529,0.076],[0.47,0.34],[1.325,1.066],[1.425,0.817],[0.845,0.268],[0.848,0.486],[2.399,1.374],[2.119,1.195],[27.641,15.626],[27.728,15.303],[0.627,0.548],[0.748,0.396],[0.879,0.3],[0.763,0.416],[2.307,1.34],[2.236,1.262],[2.311,1.328],[2.395,1.357],[1.506,0.829],[1.55,0.875],[1.672,0.784],[1.709,0.957],[0.151,0.435],[0.203,0.153],[0.572,0.13],[0.337,0.199],[2.272,1.291],[2.478,1.398],[4.773,1.656],[5.581,-1.63],[1.721,-0.498],[2.136,-1.137],[0.83,-0.754],[0.791,-0.509],[1.111,-0.486],[0.69,-0.501],[0.34,-0.376],[0.338,-0.276],[1.361,-1.39],[1.647,-1.883],[0.922,-0.884],[0.516,-0.554],[0.074,-0.543],[0.343,-0.44],[1.03,-1.099],[0.894,-1.341],[3.393,-8.588],[1.006,-8.01],[-1.173,-6.594],[-1.485,-1.55],[-0.649,-0.83],[-7.825,-4.51],[-6.918,-3.904],[-4.702,-2.663],[-3.105,-1.753],[-3.13,-1.753],[-0.407,-0.305],[-0.674,-0.398],[-4.728,-2.667],[-6.418,-3.621],[-1.511,-0.856],[-0.411,-0.308],[-0.641,-0.355],[-13.448,-7.618],[-36.341,-21.04],[-6.998,-0.6],[-4.41,2.169],[-3.646,2.048],[-5.12,2.875],[-2.254,1.306],[-2.584,1.49],[-24.642,14.169],[-0.638,3.695],[2.406,-1.293],[24.568,-13.911],[5.018,-2.88],[3.107,-1.768],[1.266,-0.692],[5.37,-0.567],[1.545,-0.153],[2.212,0.108],[1.137,0.87],[0.714,0.65],[0.659,5.587],[-6.047,13.416],[-0.245,0.381],[-1.121,1.495],[-0.287,3.06],[-5.86,3.14],[-5.055,-12.973],[2.853,-7.744],[0.586,-1.345],[3.519,-4.668],[2.193,-2.221],[1.235,-0.76],[6.931,1.149],[3.361,0.494],[-2.982,10.275],[-13.542,-0.287],[2.108,-6.925],[0.209,-0.501],[8.504,4.196],[-0.616,1.944],[-0.538,0.796],[-0.887,0.887],[-0.276,0.338]],"o":[[-6.839,-3.347],[-2.952,8.657],[4.389,0.987],[4.224,-3.392],[1.728,-2.44],[0.848,-2.203],[0.655,-2.043],[0.646,-2.6],[-0.77,-8.259],[-5.277,-1.436],[-2.347,1.535],[-2.01,2.145],[-5.422,6.342],[-2.991,8.068],[1.144,3.855],[1.923,3.077],[3.724,0.817],[3.103,-0.313],[11.01,-4.462],[8.3,-12.181],[1.183,-8.477],[-1.774,-6.495],[-0.413,-0.358],[-0.529,-0.076],[-1.274,-0.921],[-1.325,-1.066],[-0.774,-0.444],[-0.845,-0.268],[-2.284,-1.308],[-2.399,-1.374],[-28.709,-16.193],[-27.641,-15.626],[-0.743,-0.41],[-0.627,-0.549],[-0.722,-0.383],[-0.879,-0.3],[-2.536,-1.38],[-2.307,-1.34],[-2.359,-1.331],[-2.311,-1.328],[-1.426,-0.808],[-1.506,-0.829],[-1.605,-0.905],[-1.672,-0.784],[-0.192,-0.107],[-0.151,-0.435],[-0.374,-0.28],[-0.572,-0.13],[-2.434,-1.438],[-2.272,-1.291],[-5.328,-3.005],[-4.773,-1.656],[-2.981,0.87],[-1.721,0.498],[-0.889,0.474],[-0.83,0.754],[-0.865,0.556],[-1.111,0.486],[-0.302,0.22],[-0.34,0.376],[-1.91,1.558],[-1.361,1.39],[-0.795,0.909],[-0.922,0.884],[-0.363,0.39],[-0.073,0.543],[-0.987,1.264],[-1.03,1.099],[-4.422,6.637],[-3.393,8.588],[-0.93,7.396],[0.743,4.18],[0.661,0.69],[4.966,6.358],[7.728,4.454],[4.81,2.714],[3.007,1.703],[3.03,1.71],[0.385,0.215],[0.748,0.561],[4.882,2.885],[7.713,4.35],[1.418,0.8],[0.389,0.221],[0.716,0.537],[14.209,7.87],[36.566,20.714],[6.678,3.866],[8.544,0.732],[4.471,-2.199],[5.066,-2.845],[2.327,-1.307],[2.725,-1.58],[26.366,-15.198],[2.295,-2.038],[-2.767,-0.974],[-25.362,13.628],[-5.551,3.143],[-4.348,2.495],[-1.539,0.875],[-5.363,2.93],[-0.019,0.002],[-1.484,0.147],[-3.292,-0.161],[-0.742,-0.567],[-4.348,-3.954],[-2.56,-21.714],[0.149,-0.331],[0.832,-1.293],[1.789,-2.386],[6.159,-2.841],[13.68,-9.228],[4.221,10.831],[-0.589,1.599],[-2.346,5.385],[-1.797,2.384],[-1.629,1.65],[-6.247,3.844],[-2.871,-0.476],[-4.198,-7.885],[3.738,-12.879],[6.197,2.882],[-0.112,0.369],[-2.662,6.379],[0.406,-3.051],[0.68,-2.147],[0.729,-1.078],[0.313,-0.313],[1.105,-1.351]],"v":[[345,-91],[328.636,-78.301],[334,-58],[347.507,-62.945],[357,-73],[360.635,-79.77],[363,-87],[365.17,-94.114],[366,-102],[356.014,-116.197],[338,-112],[331.449,-106.264],[326,-100],[313.143,-78.783],[309,-50],[313.486,-39.486],[321,-32],[330.895,-31.212],[341,-34],[370.915,-60.736],[387,-100],[385.952,-122.702],[377,-138],[375.543,-138.513],[374,-139],[370.113,-142.079],[366,-145],[363.556,-145.968],[361,-147],[353.877,-151.085],[347,-155],[262.764,-202.668],[180,-249],[178.004,-250.51],[176,-252],[173.531,-252.976],[171,-254],[163.775,-258.088],[157,-262],[150.027,-265.981],[143,-270],[138.593,-272.45],[134,-275],[129.078,-277.461],[124,-280],[123.508,-280.966],[123,-282],[121.472,-282.561],[120,-283],[113.033,-287.03],[106,-291],[91.189,-298.477],[76,-299],[69.367,-297.2],[64,-295],[61.427,-293.027],[59,-291],[55.869,-289.459],[53,-288],[52.027,-287.042],[51,-286],[46.302,-281.744],[42,-277],[39.29,-274.234],[37,-272],[36.485,-270.537],[36,-269],[32.93,-265.558],[30,-262],[17.938,-238.53],[11,-213],[11,-190],[17,-175],[18,-173],[38,-159],[61,-146],[75,-138],[84,-133],[94,-128],[95,-126],[98,-125],[112,-117],[135,-104],[140,-102],[141,-100],[144,-99],[186,-75],[295,-14],[318,-4],[342,-9],[353,-16],[369,-24],[376,-29],[384,-33],[462,-78],[463,-90],[456,-87],[379,-43],[363,-34],[352,-27],[348,-25],[329,-18],[325,-19],[321,-18],[312,-23],[309,-24],[300,-44],[315,-99],[317,-100],[319,-104],[324,-111],[339,-123],[374,-117],[372,-84],[371,-79],[361,-64],[356,-57],[351,-53],[330,-45],[322,-49],[320,-76],[349,-104],[354,-86],[352,-84],[336,-73],[336,-79],[340,-82],[341,-86],[343,-86]],"c":true}],"h":1},{"t":91.429,"s":[{"i":[[-12.174,-6.757],[-5.536,5.658],[-2.511,7.507],[-0.144,4.8],[2.076,3.321],[1.427,0.815],[1.442,0.377],[4.302,-2.471],[4.155,-2.591],[4.764,-10.046],[-1.467,-11.518],[-0.899,-2.074],[-1.154,-1.728],[-1.553,-1.469],[-1.723,-0.53],[-4.457,1.841],[-5.106,1.499],[-4.613,4.95],[-3.992,6.896],[-2.44,7.642],[-0.077,6.968],[0.62,2.896],[0.552,1.691],[0.697,1.078],[0.595,0.793],[0.086,0.54],[0.321,0.394],[3.952,2.382],[2.866,1.617],[2.264,1.3],[2.28,1.296],[8.546,4.761],[7.588,4.281],[1.459,0.803],[1.321,0.745],[0.879,0.29],[0.721,0.409],[0.15,0.434],[0.206,0.154],[0.58,0.138],[0.321,0.178],[7.865,4.468],[6.981,3.94],[1.492,0.822],[1.272,0.718],[0.876,0.29],[0.729,0.406],[0.151,0.435],[0.202,0.152],[0.586,0.144],[0.309,0.163],[0.882,0.3],[0.76,0.42],[0.152,0.436],[0.201,0.151],[0.58,0.138],[0.32,0.178],[13.893,7.839],[2.545,1.436],[1.528,0.852],[0.405,0.304],[0.618,0.327],[1.316,0.987],[0.675,0.399],[7.844,4.399],[5.79,1.498],[5.212,-2.013],[2.119,-1.973],[0.966,-0.672],[0.485,-0.364],[0.76,-0.554],[0.501,-0.376],[0.793,-0.671],[2.35,-3.048],[0.539,-0.704],[0.675,-0.87],[1.041,-1.368],[1.004,-1.528],[-1.969,-28.224],[-3.824,-5.843],[-5.824,-3.338],[-6.364,-3.591],[-1.51,-0.855],[-0.411,-0.308],[-0.641,-0.355],[-8.038,-4.508],[-6.045,-3.39],[-18.799,-10.542],[-36.956,-21.177],[-4.633,-2.613],[-5.228,-1.2],[-8.788,4.485],[-4.02,2.307],[-7.5,4.859],[-1.504,1.441],[-1.176,0.699],[-11.097,5.291],[-2.926,0.74],[0,4],[1.754,-0.947],[7.385,-4.442],[10.786,-6.11],[2.909,-1.644],[1.074,-0.603],[4.476,-2.438],[4.765,-1.286],[4.988,2.138],[1.688,2.395],[0.928,3.25],[-0.927,7.843],[-1.727,5.122],[-1.016,2.538],[-5.49,7.117],[-3.753,1.692],[-0.29,0.245],[-2.766,1.729],[-6.362,-0.717],[-4.857,-1.461],[1.168,-11.967],[7.843,-10.235],[10.111,0.522],[1.626,6.024],[-0.697,4.491],[-16.756,1.022],[14.377,5.454],[-3.249,1.987],[-4.146,-1.146],[2.315,2.223],[2.534,-1.974]],"o":[[7.347,0.139],[5.536,-5.658],[1.498,-4.477],[0.144,-4.8],[-0.851,-1.362],[-1.427,-0.815],[-5.636,-1.475],[-4.302,2.471],[-4.412,5.298],[-4.764,10.046],[0.251,1.974],[0.899,2.074],[1.065,1.596],[1.553,1.469],[6.065,1.864],[4.457,-1.841],[3.557,-3.304],[4.613,-4.95],[3.164,-5.465],[2.44,-7.642],[0.03,-2.725],[-0.62,-2.896],[-0.619,-1.897],[-0.697,-1.078],[-0.335,-0.447],[-0.086,-0.54],[-2.327,-2.853],[-3.952,-2.382],[-2.663,-1.502],[-2.264,-1.3],[-8.228,-4.674],[-8.546,-4.761],[-1.845,-1.041],[-1.458,-0.803],[-0.765,-0.431],[-0.879,-0.29],[-0.195,-0.111],[-0.15,-0.434],[-0.358,-0.269],[-0.58,-0.138],[-7.56,-4.188],[-7.864,-4.468],[-1.758,-0.992],[-1.492,-0.822],[-0.769,-0.434],[-0.875,-0.29],[-0.192,-0.107],[-0.151,-0.435],[-0.347,-0.26],[-0.586,-0.144],[-0.714,-0.379],[-0.882,-0.3],[-0.19,-0.105],[-0.152,-0.436],[-0.358,-0.269],[-0.58,-0.138],[-14.988,-8.301],[-3.516,-1.984],[-1.316,-0.742],[-0.383,-0.214],[-0.695,-0.521],[-2.862,-1.517],[-0.749,-0.562],[-7.713,-4.566],[-6.712,-3.764],[-8.689,-2.248],[-4.478,1.729],[-0.81,0.754],[-0.46,0.32],[-0.848,0.636],[-0.472,0.344],[-0.907,0.68],[-3.369,2.849],[-0.618,0.801],[-0.632,0.827],[-1.196,1.541],[-0.983,1.292],[-12.291,18.704],[1.994,7.673],[4.641,5.096],[7.547,4.325],[1.306,0.737],[0.389,0.221],[0.716,0.537],[8.262,4.576],[6.001,3.365],[19.321,10.835],[36.561,20.503],[4.6,2.636],[6.841,3.858],[13.364,3.068],[4.17,-2.128],[8.86,-5.085],[3.022,-1.958],[0.854,-0.818],[11.369,-6.756],[2.085,-1.582],[0,-4],[-2.287,-0.727],[-8.44,4.558],[-11.241,6.76],[-3.33,1.887],[-1.26,0.712],[-4.443,2.495],[-5.049,2.75],[-7.882,2.127],[-3.923,-1.682],[-1.289,-1.829],[-2.249,-7.873],[0.968,-8.186],[0.951,-2.821],[3.858,-9.642],[3.673,-4.761],[0.27,-0.122],[2.644,-2.237],[5.842,-3.651],[4.048,0.456],[4.433,7.484],[-1.121,11.483],[-8.386,10.944],[-7.022,-0.363],[-1.031,-3.82],[2.517,-16.227],[16.108,8.582],[-1.913,-4.202],[3.104,0.104],[-0.339,-3.101],[-3.309,-4.898],[-8.72,6.795]],"v":[[354,-70],[373.627,-79.266],[386,-100],[388.68,-114.367],[386,-127],[382.443,-130.239],[378,-132],[363.389,-129.549],[351,-121],[335.59,-97.165],[329,-64],[330.823,-57.816],[334,-52],[338.007,-47.201],[343,-44],[358.219,-44.977],[372,-51],[384.674,-63.306],[398,-81],[406.815,-101.373],[411,-124],[409.936,-132.776],[408,-140],[405.982,-144.328],[404,-147],[403.49,-148.54],[403,-150],[392.905,-157.927],[382,-164],[374.713,-168.155],[368,-172],[342.52,-186.295],[318,-200],[313.107,-202.722],[309,-205],[306.467,-206.017],[304,-207],[303.508,-207.967],[303,-209],[301.472,-209.568],[300,-210],[276.566,-223.186],[254,-236],[249.136,-238.706],[245,-241],[242.47,-242.021],[240,-243],[239.508,-243.966],[239,-245],[237.471,-245.573],[236,-246],[233.534,-246.969],[231,-248],[230.508,-248.966],[230,-250],[228.472,-250.568],[227,-251],[181,-277],[172,-282],[167,-284],[166,-286],[163,-287],[157,-291],[154,-292],[131,-305],[112,-315],[91,-313],[81,-307],[78,-306],[77,-304],[74,-303],[73,-301],[70,-300],[60,-289],[58,-287],[57,-284],[53,-281],[51,-276],[31,-206],[39,-185],[55,-173],[78,-160],[83,-158],[84,-156],[87,-155],[111,-142],[129,-131],[185,-100],[301,-35],[315,-27],[334,-17],[368,-24],[381,-31],[408,-47],[419,-53],[421,-54],[456,-74],[463,-78],[463,-90],[457,-88],[431,-73],[398,-54],[388,-49],[385,-46],[371,-39],[357,-32],[336,-33],[326,-40],[322,-50],[321,-72],[325,-88],[327,-96],[341,-120],[352,-131],[353,-133],[360,-138],[382,-145],[393,-140],[399,-113],[384,-77],[353,-57],[339,-69],[339,-84],[371,-120],[357,-85],[360,-97],[367,-99],[367,-106],[357,-104]],"c":true}],"h":1},{"t":91.857,"s":[{"i":[[-12.885,-8.337],[-4.551,3.766],[-2.679,4.273],[-1.1,1.694],[-0.601,1.627],[0.784,6.998],[5.089,1.988],[6.067,-3.298],[4.337,-4.918],[2.373,-4.378],[1.553,-4.136],[0.764,-1.718],[0.272,-1.335],[-0.603,-5.494],[-1.821,-2.969],[-0.645,-0.514],[-1.161,-0.888],[-0.283,-0.351],[-0.485,-0.3],[-0.856,-0.388],[-0.658,-0.879],[-2.261,0.189],[-1.54,0.342],[-1.456,0.711],[-1.423,0.765],[-2.662,2.342],[-3.254,3.428],[-1.803,2.01],[-1.169,1.255],[-0.072,0.522],[-0.329,0.502],[-0.587,0.485],[-0.295,0.518],[-0.304,0.65],[-0.339,0.621],[-2.015,10.634],[3.088,9.087],[0.7,1.093],[0.561,0.748],[0.078,0.536],[0.345,0.398],[0.741,0.492],[0.559,0.483],[4.535,2.516],[3.486,2.018],[1.125,0.653],[1.232,0.653],[2.324,1.359],[2.252,1.263],[3.993,2.262],[3.167,1.787],[0.884,0.293],[0.755,0.428],[0.15,0.434],[0.206,0.154],[0.58,0.138],[0.321,0.178],[4.002,2.136],[3.958,2.219],[2.966,1.89],[3.062,1.717],[3.191,1.611],[3.1,1.794],[19.744,11.14],[20.287,11.434],[1.685,0.793],[1.606,0.894],[3.121,1.83],[3.077,0.763],[4.009,-0.69],[2.663,-1.31],[1.779,-1.183],[1.671,-1.179],[7.398,-10.058],[2.953,-5.375],[0.495,-1.007],[0.803,-1.75],[1.021,-2.66],[-1.469,-17.581],[-1.25,-4.417],[-1.241,-3.092],[-25.242,-14.155],[-12.702,-7.167],[-4.707,-2.64],[-3.105,-1.753],[-3.13,-1.753],[-0.407,-0.305],[-0.674,-0.398],[-5.398,-3.046],[-4.75,-2.691],[-20.529,-11.647],[-3.14,-1.751],[-0.405,-0.304],[-0.618,-0.328],[-1.316,-0.987],[-0.675,-0.399],[-13.182,0.276],[-9.764,4.402],[-0.415,0.236],[-3.936,2.312],[-11.709,6.778],[-3.322,2.25],[-0.657,6.395],[1.378,-0.741],[8.512,-3.837],[0.411,-0.238],[4.202,-2.391],[0.744,-0.482],[3.07,-1.739],[14.18,0.336],[0.979,15.732],[-23.044,9.961],[-4.403,-0.316],[-2.458,-6.217],[3.312,-11.563],[1.716,-2.753],[0.917,-3.112],[14.666,2.62],[4.108,1.127],[-3.207,10.781],[-4.838,5.447],[-0.849,0.874],[-6.736,0.134],[3.617,-8.61],[9.686,4.187],[-4.195,-2.247],[-1.286,3.782],[1.688,3.294],[3.265,-2.914]],"o":[[7.119,0.336],[4.551,-3.766],[1,-1.594],[1.1,-1.695],[2.223,-6.019],[-0.784,-6.998],[-5.395,-2.108],[-6.067,3.297],[-2.957,3.353],[-2.373,4.378],[-0.673,1.793],[-0.764,1.718],[-1.233,6.056],[0.603,5.494],[1.26,2.056],[0.645,0.514],[0.385,0.295],[0.283,0.351],[0.918,0.568],[0.856,0.388],[2.418,0.097],[2.261,-0.189],[1.754,-0.39],[1.456,-0.711],[4.099,-2.203],[2.662,-2.342],[1.618,-1.705],[1.803,-2.01],[0.382,-0.41],[0.072,-0.522],[0.356,-0.543],[0.587,-0.485],[0.445,-0.781],[0.304,-0.649],[4.028,-7.379],[2.015,-10.634],[-0.639,-1.882],[-0.7,-1.093],[-0.344,-0.457],[-0.078,-0.536],[-0.476,-0.549],[-0.741,-0.492],[-3.373,-2.918],[-4.535,-2.516],[-1.269,-0.734],[-1.125,-0.653],[-2.452,-1.299],[-2.324,-1.359],[-3.86,-2.165],[-3.993,-2.262],[-0.709,-0.4],[-0.884,-0.293],[-0.195,-0.111],[-0.15,-0.434],[-0.358,-0.269],[-0.58,-0.138],[-4.035,-2.235],[-4.002,-2.136],[-3.073,-1.724],[-2.966,-1.89],[-3.137,-1.76],[-3.191,-1.612],[-20.738,-12.005],[-19.744,-11.14],[-1.654,-0.933],[-1.685,-0.793],[-3.44,-1.916],[-3.121,-1.83],[-4.303,-1.067],[-4.009,0.69],[-2.212,1.088],[-1.779,1.183],[-10.783,7.611],[-3.39,4.609],[-0.66,1.202],[-0.703,1.43],[-1.112,2.422],[-5.416,14.107],[1.99,3.676],[2.534,1.8],[22.045,15.074],[13.701,7.683],[4.724,2.666],[3.013,1.69],[3.03,1.71],[0.385,0.216],[0.748,0.561],[6,3.545],[4.785,2.7],[21.153,11.983],[3.036,1.723],[0.383,0.214],[0.695,0.521],[2.862,1.517],[0.749,0.562],[10.518,6.228],[14.352,-0.3],[0.351,-0.158],[3.813,-2.169],[11.891,-6.983],[4.279,-2.477],[3.763,-2.548],[-2.046,-1.351],[-9.184,4.937],[-0.348,0.157],[-3.874,2.239],[-0.57,0.324],[-3.211,2.08],[-10.847,6.145],[-17.637,-0.418],[-2.123,-34.139],[3.402,-1.471],[8.801,0.631],[4.938,12.49],[-2.527,2.073],[-1.584,2.54],[-7.959,6.536],[-3.426,-0.612],[-5.127,-9.383],[2.84,-9.548],[0.826,-0.929],[4.705,-4.843],[10.504,3.561],[-3.363,8.006],[-2.798,-4.976],[2.519,-2.55],[0.593,-3.607],[-4.168,-2.823],[-8.353,7.455]],"v":[[372,-81],[389.33,-87.043],[400,-100],[403.299,-104.975],[406,-110],[408.484,-131.023],[400,-146],[382.206,-143.269],[366,-130],[357.947,-118.087],[352,-105],[349.699,-99.656],[348,-95],[347.21,-77.184],[351,-64],[353.575,-60.624],[356,-59],[356.926,-58.004],[358,-57],[360.695,-55.733],[363,-54],[370.158,-54.17],[376,-55],[380.748,-56.719],[385,-59],[394.634,-65.581],[403,-74],[408.337,-79.837],[413,-85],[413.539,-86.431],[414,-88],[415.546,-89.519],[417,-91],[418.079,-93.12],[419,-95],[428.837,-123.219],[428,-154],[425.941,-158.351],[424,-161],[423.501,-162.545],[423,-164],[421.062,-165.549],[419,-167],[406.584,-175.175],[394,-182],[390.472,-184.061],[387,-186],[379.85,-190.027],[373,-194],[360.98,-200.783],[350,-207],[347.535,-207.979],[345,-209],[344.508,-209.967],[344,-211],[342.472,-211.568],[341,-212],[328.942,-218.512],[317,-225],[307.991,-230.505],[299,-236],[289.471,-240.974],[280,-246],[219.662,-280.428],[160,-314],[154.964,-316.529],[150,-319],[140.227,-324.864],[131,-329],[118.27,-329.283],[108,-326],[102.094,-322.568],[97,-319],[73,-295],[64,-280],[61,-277],[60,-272],[56,-264],[49,-215],[53,-202],[58,-194],[130,-152],[171,-129],[185,-121],[194,-116],[204,-111],[205,-109],[208,-108],[226,-98],[240,-90],[304,-54],[314,-49],[315,-47],[318,-46],[324,-42],[327,-41],[362,-27],[399,-41],[400,-43],[412,-49],[447,-69],[461,-77],[463,-90],[458,-88],[430,-73],[429,-71],[416,-65],[414,-63],[405,-58],[365,-41],[338,-72],[385,-155],[401,-159],[418,-144],[413,-103],[408,-95],[403,-87],[369,-68],[360,-73],[359,-102],[370,-122],[372,-125],[390,-134],[395,-110],[375,-96],[380,-109],[387,-111],[387,-121],[375,-117]],"c":true}],"h":1},{"t":92.285,"s":[{"i":[[5.373,0.92],[3.373,-3.162],[1.711,-4.275],[-0.496,-4.932],[-4.957,-1.421],[-3.822,1.809],[-2.879,2.934],[-0.436,0.887],[-0.664,0.85],[-0.7,0.579],[-0.534,0.834],[-0.112,0.532],[-0.249,0.4],[-1.57,4.987],[0.45,5.566],[1.377,2.896],[3.226,1.135],[4.736,-2.138],[2.884,-2.49],[1.529,-1.59],[0.849,-1.882],[0.451,-0.167],[0.124,-0.177],[0.469,-1.076],[0.549,-0.875],[1.465,-2.839],[1.158,-3.489],[0.216,-6.77],[-2.974,-5.565],[-6.089,-0.634],[-6.185,3.01],[-0.363,-0.064],[-0.275,0.124],[-0.152,0.451],[-0.214,0.115],[-1.272,0.455],[-0.74,0.547],[-0.861,0.93],[-0.823,0.738],[-2.385,2.764],[-1.778,2.541],[-3.723,10.415],[0.924,11.153],[1.173,3.309],[1.01,3.157],[4.491,2.676],[4.291,2.422],[1.69,0.795],[1.619,0.906],[0.151,0.435],[0.203,0.153],[0.572,0.13],[0.337,0.199],[2.312,1.314],[2.299,1.297],[3.989,2.257],[3.187,1.798],[0.884,0.293],[0.755,0.428],[0.15,0.434],[0.206,0.154],[0.58,0.138],[0.321,0.178],[6.981,4.03],[6.787,3.845],[3.206,1.624],[3.082,1.751],[20.197,11.434],[19.399,11.006],[1.685,0.792],[1.637,0.909],[1.457,1.095],[1.617,0.757],[1.846,0.56],[1.761,0.889],[2.741,-0.541],[1.814,-0.578],[1.388,-0.761],[1.815,-1.116],[1.043,-0.452],[0.912,-0.628],[1.63,-1.543],[1.651,-1.567],[2.528,-2.667],[1.294,-2.87],[0.451,-0.163],[0.124,-0.185],[0.23,-0.511],[0.247,-0.369],[1.217,-2.03],[-6.928,-30.371],[-0.225,-4.108],[-1.242,-3.091],[-71.601,-40.4],[-5.184,-2.97],[-10.04,-5.687],[-6.572,-2.067],[-7.495,0.512],[-25.159,12.842],[-0.551,4.449],[1.223,-2.16],[11.302,-6.543],[11.965,-2.118],[0.216,20.82],[-2.64,8.285],[-1.964,4.118],[-1.059,1.864],[-1.325,2],[-1.183,1.67],[-1.247,1.474],[-3.814,2.836],[-1.357,0.84],[-1.429,0.715],[-6.261,0.195],[-0.865,-9.984],[5.072,-9.498],[16.291,1.222],[0.21,9.556],[-1.906,5.491],[-5.556,5.249],[-1.561,1.07],[-0.862,0.56],[-5.665,0.351],[3.103,-7.924],[2.973,-2.806],[5.776,1.51],[-2.938,4.614],[-2.771,-0.986],[0.106,4.313]],"o":[[-3.797,-0.923],[-3.373,3.162],[-1.94,4.85],[0.496,4.932],[3.834,1.168],[3.822,-1.809],[0.591,-0.602],[0.436,-0.887],[0.666,-0.852],[0.7,-0.579],[0.302,-0.472],[0.112,-0.532],[2.168,-3.487],[1.57,-4.987],[-0.265,-3.28],[-1.377,-2.896],[-6.172,-2.043],[-4.736,2.138],[-2.034,1.757],[-1.529,1.59],[-0.071,0.157],[-0.451,0.167],[-0.577,0.822],[-0.469,1.076],[-1.981,3.154],[-1.465,2.839],[-2.109,6.356],[-0.216,6.77],[3.459,6.474],[6.089,0.634],[0.271,-0.132],[0.364,0.064],[0.178,-0.081],[0.152,-0.451],[1.172,-0.633],[1.272,-0.455],[0.735,-0.543],[0.861,-0.93],[2.68,-2.403],[2.385,-2.764],[5.03,-7.186],[3.723,-10.415],[-0.298,-3.606],[-1.173,-3.309],[-3.745,-3.874],[-4.491,-2.676],[-1.621,-0.915],[-1.69,-0.795],[-0.192,-0.108],[-0.151,-0.435],[-0.374,-0.281],[-0.572,-0.13],[-2.451,-1.448],[-2.312,-1.314],[-3.857,-2.175],[-3.989,-2.257],[-0.709,-0.4],[-0.884,-0.293],[-0.195,-0.111],[-0.15,-0.434],[-0.358,-0.269],[-0.58,-0.138],[-7.288,-4.036],[-6.981,-4.03],[-3.095,-1.753],[-3.206,-1.624],[-19.815,-11.258],[-20.197,-11.434],[-1.624,-0.922],[-1.685,-0.792],[-1.557,-0.865],[-1.457,-1.095],[-1.856,-0.869],[-1.846,-0.56],[-3.222,0.258],[-2.741,0.541],[-2.634,0.84],[-1.388,0.761],[-0.914,0.562],[-1.044,0.452],[-1.828,1.259],[-1.63,1.543],[-2.594,2.462],[-2.528,2.667],[-0.073,0.162],[-0.451,0.163],[-0.307,0.46],[-0.146,0.324],[-1.17,1.747],[-12.186,20.331],[1.882,2.451],[2.699,1.634],[69.674,40.098],[5.838,3.294],[10.578,6.062],[6.857,3.884],[6.921,2.177],[26.858,-11.142],[3.549,-1.451],[-1.223,-1.156],[-10.628,5.015],[-10.313,5.97],[-22.931,4.06],[-0.112,-10.835],[1.436,-4.505],[0.848,-1.779],[1.35,-2.377],[1.059,-1.599],[1.448,-2.043],[3.478,-4.112],[1.529,-1.137],[2.328,-1.441],[5.34,-2.67],[8.901,3.314],[1.442,16.644],[-8.66,8.89],[-9.309,-0.698],[-0.111,-5.056],[3.275,-9.435],[1.066,-1.007],[0.824,-0.565],[4.225,-2.746],[6.715,5.884],[-1.476,3.769],[-3.783,3.572],[-4.843,-4.394],[2.645,-1.228],[1.366,0.486],[2.891,-1.59]],"v":[[402,-133],[390.935,-128.899],[383,-117],[380.327,-101.427],[388,-91],[399.717,-92.424],[410,-100],[411.445,-102.314],[413,-105],[415.099,-107.013],[417,-109],[417.54,-110.554],[418,-112],[423.963,-124.941],[426,-141],[423.721,-150.608],[417,-157],[400.534,-155.9],[389,-148],[383.611,-143.094],[380,-138],[379.04,-137.515],[378,-137],[376.479,-134.04],[375,-131],[369.883,-122.251],[366,-113],[362.188,-92.906],[366,-74],[380.955,-63.888],[400,-68],[400.997,-68.006],[402,-68],[402.474,-68.974],[403,-70],[406.824,-71.565],[410,-73],[412.434,-75.354],[415,-78],[422.677,-85.897],[429,-94],[442.966,-121.025],[448,-154],[445.533,-164.336],[442,-174],[429.409,-183.589],[416,-191],[410.998,-193.506],[406,-196],[405.508,-196.967],[405,-198],[403.472,-198.561],[402,-199],[394.887,-203.113],[388,-207],[375.997,-213.783],[365,-220],[362.535,-220.979],[360,-222],[359.508,-222.967],[359,-224],[357.472,-224.568],[356,-225],[334.624,-237.144],[314,-249],[304.491,-254.002],[295,-259],[234.687,-293.189],[175,-327],[170.01,-329.509],[165,-332],[160.545,-335.081],[156,-338],[150.429,-339.985],[145,-342],[135.943,-340.74],[129,-339],[123.386,-336.707],[119,-334],[115.999,-332.549],[113,-331],[107.867,-326.731],[103,-322],[95.025,-314.306],[89,-306],[88.038,-305.518],[87,-305],[87,-303],[85,-302],[82,-296],[66,-217],[70,-208],[76,-201],[297,-76],[315,-66],[347,-48],[366,-38],[387,-37],[461,-77],[463,-90],[455,-86],[422,-68],[388,-51],[353,-85],[358,-112],[363,-126],[367,-131],[370,-138],[374,-143],[378,-149],[391,-160],[395,-164],[403,-168],[422,-170],[437,-147],[423,-101],[386,-77],[371,-98],[375,-115],[389,-138],[393,-140],[395,-143],[410,-145],[413,-120],[405,-110],[392,-104],[393,-121],[398,-120],[402,-120]],"c":true}],"h":1},{"t":92.714,"s":[{"i":[[-3.899,-3.733],[-8.385,4.784],[-4.602,6.093],[-0.534,0.466],[-0.377,0.495],[-3.966,15.522],[7.204,13.265],[2.653,1.943],[2.965,1.709],[4.024,2.265],[3.157,1.781],[2.253,1.288],[2.325,1.346],[6.163,3.47],[5.942,3.409],[3.211,1.621],[3.12,1.773],[18.462,10.492],[18.493,10.43],[9.402,5.164],[9.036,5.067],[3.083,1.815],[3.54,0.987],[2.167,0],[2.166,0],[0.388,-0.278],[0.808,0.141],[6.967,-5.659],[4.773,-5.85],[0.841,-1.361],[0.553,-1.226],[0.451,-0.163],[0.124,-0.185],[-0.067,-0.379],[0.115,-0.255],[0.451,-0.161],[0.123,-0.192],[-0.067,-0.376],[0.117,-0.259],[0.451,-0.155],[0.119,-0.206],[0.329,-0.695],[0.305,-0.563],[0.932,-1.878],[0.459,-0.988],[0.086,-0.873],[0.285,-0.71],[1.608,-5.528],[0.454,-5.628],[-1.257,-6.151],[-2.529,-5.479],[-0.897,-1.27],[-0.924,-1.243],[-43.186,-24.456],[-42.9,-24.206],[-0.877,-0.29],[-0.726,-0.407],[-0.151,-0.435],[-0.204,-0.153],[-0.586,-0.144],[-0.309,-0.163],[-0.953,-0.672],[-0.697,-0.523],[-0.572,-0.13],[-0.337,-0.199],[-5.268,-1.635],[-6.741,1.014],[-9.313,5.354],[-9.549,5.117],[-1.194,0.806],[-1.671,0.329],[0,2],[0,2],[1.51,-0.89],[1.253,-0.275],[5.04,-3.105],[5.52,-3.168],[6.217,-2.233],[6.681,1.061],[1.956,1.163],[2.683,0.953],[1.689,3.244],[0.661,4.09],[-0.835,6.102],[-0.626,4.629],[-1.574,3.535],[-2.041,3.645],[-2.142,3.2],[-2.613,2.951],[-7.99,4.17],[-7.755,-2.649],[-2.331,-4.547],[-0.23,-5.294],[3.239,-7.773],[3.455,-5.417],[5.897,-4.437],[10.706,0.372],[0.327,0.173],[0.581,-0.082],[-0.193,8.295],[-2.125,5.297],[-0.788,1.327],[-1.01,1.606],[-2.168,2.417],[-2.61,1.6],[-2.396,0.786],[-2.227,-0.487],[-0.476,-5.328],[1.932,-4.591],[3.556,-3.01],[4.749,0.858],[-0.819,4.043],[-2.746,0.823],[-0.559,-1.441],[-1.882,-0.118],[-0.919,3.313],[2.297,2.826],[3.938,-4.281],[1.292,-5.384],[-0.483,-4.136],[-3.941,-1.818],[-2.891,0.757],[-2.351,1.447],[-4.304,8.387],[-1.112,4.023],[12.798,6.241],[11.374,-16.353],[-3.085,-13.254],[-0.705,-1.617]],"o":[[11.858,2.229],[8.385,-4.784],[0.485,-0.642],[0.534,-0.466],[7.341,-9.646],[3.966,-15.522],[-2.424,-2.517],[-2.653,-1.943],[-3.745,-2.159],[-4.024,-2.265],[-2.663,-1.502],[-2.253,-1.288],[-6.408,-3.709],[-6.163,-3.47],[-3.036,-1.743],[-3.211,-1.621],[-18.658,-10.6],[-18.462,-10.492],[-9.354,-5.276],[-9.402,-5.164],[-3.128,-1.754],[-3.083,-1.815],[-2.166,0],[-2.167,0],[-0.639,0.028],[-0.388,0.278],[-8.358,2.514],[-6.967,5.659],[-1.084,1.329],[-0.841,1.361],[-0.073,0.162],[-0.451,0.163],[-0.154,0.23],[0.067,0.379],[-0.075,0.166],[-0.451,0.16],[-0.151,0.237],[0.067,0.376],[-0.078,0.174],[-0.451,0.155],[-0.38,0.658],[-0.329,0.695],[-0.812,1.5],[-0.932,1.878],[-0.37,0.796],[-0.086,0.873],[-2.115,5.26],[-1.608,5.528],[-0.558,6.916],[1.257,6.151],[1.488,0.678],[0.897,1.27],[42.356,23.97],[43.186,24.456],[0.767,0.433],[0.877,0.29],[0.193,0.108],[0.151,0.435],[0.347,0.261],[0.586,0.144],[1.491,0.791],[0.953,0.672],[0.374,0.281],[0.572,0.13],[4.185,2.473],[5.268,1.635],[11.2,-3.467],[9.313,-5.354],[1.555,-0.445],[1.194,-0.806],[0,-2],[0,-2],[-0.707,-0.835],[-1.51,0.89],[-4.319,2.412],[-5.04,3.105],[-5.452,3.129],[-6.217,2.233],[-2.494,-0.396],[-1.956,-1.163],[-1.583,-2.933],[-1.689,-3.244],[-0.964,-5.964],[0.835,-6.102],[1.663,-3.216],[1.574,-3.535],[1.819,-3.248],[2.142,-3.2],[5.284,-5.969],[7.99,-4.17],[4.446,1.519],[2.331,4.547],[0.413,9.491],[-3.239,7.773],[-4.707,5.626],[-5.897,4.436],[-0.11,-0.389],[-0.327,-0.173],[-7.898,-3.524],[0.193,-8.295],[0.837,-2.087],[0.788,-1.327],[1.718,-2.733],[2.168,-2.417],[2.188,-1.341],[2.396,-0.786],[5.027,1.098],[0.476,5.328],[-2.028,4.82],[-3.556,3.01],[-3.023,-2.004],[0.819,-4.043],[1.882,0.118],[0.559,1.441],[1.621,-1.923],[0.919,-3.313],[-5.954,-0.507],[-3.938,4.281],[-0.873,3.638],[0.483,4.136],[3.085,1.474],[2.891,-0.757],[8.467,-5.212],[1.867,-3.638],[3.543,-12.817],[-28.215,0.568],[-3.292,11.439],[0.311,1.336],[2.397,5.499]],"v":[[387,-72],[417.442,-77.258],[437,-95],[438.581,-96.61],[440,-98],[458.909,-137.786],[456,-183],[448.405,-189.606],[440,-195],[428.059,-201.783],[417,-208],[409.746,-212.118],[403,-216],[384.15,-226.725],[366,-237],[356.563,-241.977],[347,-247],[291.376,-278.627],[236,-310],[207.762,-325.656],[180,-341],[170.809,-346.575],[161,-351],[154.5,-351],[148,-351],[146.626,-350.374],[145,-350],[121.812,-337.002],[104,-319],[101.101,-314.923],[99,-311],[98.038,-310.517],[97,-310],[96.971,-309.019],[97,-308],[96.036,-307.519],[95,-307],[94.974,-306.017],[95,-305],[94.03,-304.523],[93,-304],[91.944,-301.929],[91,-300],[88.234,-294.616],[86,-290],[85.437,-287.435],[85,-285],[79.254,-268.776],[76,-252],[77.185,-232.422],[83,-215],[86.423,-211.923],[89,-208],[217.591,-135.177],[347,-62],[349.531,-60.981],[352,-60],[352.492,-59.033],[353,-58],[354.529,-57.427],[356,-57],[359.596,-54.799],[362,-53],[363.528,-52.439],[365,-52],[379.083,-45.384],[397,-44],[427.238,-57.762],[455,-74],[458.913,-76.087],[463,-78],[463,-84],[463,-90],[459.409,-89.333],[455,-87],[440.901,-78.567],[425,-69],[407.422,-60.358],[388,-58],[381.642,-60.583],[375,-64],[369.809,-73.132],[366,-84],[366.307,-102.501],[369,-119],[373.716,-129.178],[379,-140],[384.904,-149.723],[392,-159],[412.647,-175.463],[437,-179],[447.162,-169.332],[451,-154],[445.901,-127.945],[435,-108],[419.999,-92.001],[396,-85],[395.353,-85.853],[394,-86],[383.983,-105.67],[389,-128],[391.371,-132.861],[394,-137],[399.831,-144.851],[407,-151],[413.97,-154.371],[421,-155],[428.719,-144.12],[426,-128],[417.541,-115.742],[405,-112],[402.173,-122.385],[408,-131],[411,-128],[414,-125],[418.438,-133.323],[417,-143],[402.003,-136.418],[394,-121],[392.889,-108.635],[399,-99],[408.051,-98.309],[416,-102],[433,-123],[438,-134],[429,-168],[381,-130],[375,-89],[377,-84]],"c":true}],"h":1},{"t":93.143,"s":[{"i":[[14.246,8.569],[4.208,-1.959],[4.185,-1.981],[5.555,-9.102],[1.19,-11.049],[-0.477,-5.048],[-1.545,-1.612],[-0.06,-0.246],[-0.35,-0.588],[-2.039,-1.609],[-1.671,-0.591],[-6.009,2.02],[-4.86,3.724],[-3.585,3.995],[-1.849,4.102],[-0.451,0.163],[-0.124,0.185],[0.067,0.379],[-0.115,0.255],[-0.451,0.156],[-0.12,0.203],[-0.461,1.227],[-0.593,1.13],[-0.345,0.45],[-0.299,0.591],[-0.078,0.637],[-0.365,0.815],[-0.767,1.16],[-0.403,1.18],[-0.673,2.918],[-0.47,2.874],[0.959,6.552],[3.476,4.752],[0.485,0.385],[-0.258,1.028],[10.721,6.023],[9.987,5.637],[1.666,0.781],[1.649,0.923],[0.151,0.435],[0.203,0.153],[0.572,0.13],[0.337,0.199],[3.075,1.676],[2.699,1.523],[2.284,1.313],[2.413,1.367],[6.98,3.901],[6.276,3.542],[3.093,1.701],[2.659,1.524],[10.898,6.076],[9.987,5.722],[0.662,0.556],[0.699,0.401],[6.105,3.216],[6.233,3.495],[5.243,2.014],[7.343,-2.243],[4.137,-2.164],[3.495,-2.832],[2.562,-2.572],[1.954,-2.446],[0.627,-1.019],[0.755,-1.003],[0.912,-0.78],[0.638,-0.931],[0.408,-1.214],[0.702,-1.173],[1.193,-1.956],[1.004,-2.13],[2.26,-8.338],[-0.069,-8.217],[-0.799,-4.142],[-0.768,-4.107],[-0.746,-1.746],[-0.608,-0.766],[-6.263,-3.561],[-6.907,-3.924],[-18.022,-10.223],[-19.338,-10.987],[-25.968,-14.88],[-11.239,-6.341],[-4.707,-2.64],[-11.735,0.246],[-4.592,1.6],[-12.776,5.759],[-0.257,0.239],[-0.372,0.327],[-1.559,2.88],[3.646,-2.047],[4.018,-2.326],[5.246,-2.924],[5.268,-1.449],[2.045,-0.068],[3.628,1.414],[4.688,7.323],[-5.614,13.059],[-2.064,3.227],[-0.805,1.219],[-1.079,1.159],[-0.685,0.894],[-1.992,2.218],[-3.728,2.837],[-14.072,-1.586],[-3.552,-0.781],[13.038,-18.729],[3.844,-2.939],[0.893,-0.676],[1.877,-1.174],[0.788,-0.456],[4.273,-0.825],[3.313,7.592],[-5.86,8.432],[-4.991,3.2],[-7.339,-0.894],[-1.201,-1.76],[3.511,-5.815],[8.985,1.559],[-7.586,1.225],[-0.227,-0.968],[-0.224,-0.561],[-0.276,-0.89],[4.535,6.717],[2.695,-11.526],[-6.123,-5.703],[-3.58,3.349],[-2.873,3.768],[-1.758,3.479]],"o":[[-6.985,-0.818],[-4.208,1.959],[-4.587,4.545],[-5.555,9.102],[-0.452,4.195],[0.477,5.048],[0.409,0.427],[0.06,0.246],[1.173,1.974],[2.039,1.609],[5.103,1.805],[6.009,-2.02],[3.812,-2.921],[3.585,-3.994],[0.073,-0.162],[0.451,-0.163],[0.154,-0.23],[-0.067,-0.379],[0.078,-0.173],[0.451,-0.156],[0.565,-0.96],[0.461,-1.227],[0.319,-0.608],[0.345,-0.45],[0.324,-0.638],[0.078,-0.637],[0.529,-1.181],[0.767,-1.16],[0.837,-2.452],[0.673,-2.918],[1.313,-8.041],[-0.959,-6.552],[-0.317,-0.433],[-0.485,-0.385],[-10.127,-6.272],[-10.721,-6.023],[-1.687,-0.952],[-1.666,-0.781],[-0.192,-0.108],[-0.151,-0.435],[-0.374,-0.281],[-0.572,-0.13],[-3,-1.772],[-3.075,-1.676],[-2.45,-1.382],[-2.284,-1.313],[-6.803,-3.853],[-6.98,-3.901],[-2.968,-1.674],[-3.093,-1.7],[-10.423,-5.973],[-10.897,-6.076],[-0.651,-0.373],[-0.662,-0.556],[-6.346,-3.643],[-6.105,-3.215],[-5.685,-3.188],[-5.243,-2.014],[-4.955,1.514],[-4.137,2.164],[-2.797,2.265],[-2.562,2.572],[-0.736,0.92],[-0.627,1.019],[-0.713,0.947],[-0.912,0.781],[-0.667,0.974],[-0.408,1.214],[-1.224,2.045],[-1.193,1.956],[-3.029,6.432],[-2.26,8.338],[0.036,4.324],[0.799,4.142],[1.409,0.25],[0.746,1.746],[3.042,3.833],[6.263,3.561],[19.573,11.12],[18.022,10.223],[27.573,15.665],[11.944,6.844],[4.724,2.666],[10.052,5.637],[2.613,-0.055],[12.918,-4.5],[0.247,-0.111],[0.361,-0.336],[2.168,-1.906],[-3.587,-0.928],[-3.62,2.033],[-5.684,3.29],[-4.594,2.561],[-2.428,0.668],[-3.408,0.114],[-7.323,-2.854],[-5.351,-18.398],[2.094,-4.871],[0.952,-1.488],[1.57,-2.375],[0.731,-0.786],[1.744,-2.276],[4.112,-4.576],[8.174,-6.22],[3.243,1.091],[15.273,19.418],[-3.349,4.811],[-0.838,0.641],[-1.417,1.073],[-0.936,0.585],[-2.915,1.688],[-9.341,1.803],[-7.159,-16.404],[3.931,-5.656],[4.606,-2.953],[1.222,2.123],[5.952,8.722],[-3.904,6.466],[-5.824,-5.609],[3.033,0.975],[0.025,0.108],[0.345,0.862],[6.833,-1.565],[-12.619,-0.642],[-1.766,7.555],[7.748,2.715],[3.385,-3.167],[3.191,-4.186],[6.891,-13.635]],"v":[[440,-175],[423.9,-172.6],[412,-166],[395.452,-144.878],[384,-114],[384.002,-99.063],[387,-88],[387.545,-87.121],[388,-86],[393.126,-80.463],[399,-77],[416.183,-77.853],[433,-87],[444.472,-97.614],[453,-110],[453.962,-110.483],[455,-111],[455.029,-111.981],[455,-113],[455.969,-113.477],[457,-114],[458.479,-117.373],[460,-121],[461.015,-122.513],[462,-124],[462.469,-125.868],[463,-128],[465.095,-131.501],[467,-135],[469.275,-143.184],[471,-152],[471.591,-173.967],[465,-191],[463.569,-192.054],[463,-194],[431.395,-212.476],[400,-230],[394.972,-232.521],[390,-235],[389.508,-235.966],[389,-237],[387.472,-237.561],[386,-238],[376.774,-243.187],[368,-248],[360.973,-252.011],[354,-256],[333.106,-267.734],[313,-279],[303.768,-284.113],[295,-289],[262.672,-307.188],[231,-325],[229.036,-326.479],[227,-328],[208.415,-338.11],[190,-348],[174.243,-356.574],[156,-357],[142.405,-351.488],[131,-344],[122.868,-336.635],[116,-329],[114.015,-326.062],[112,-323],[109.443,-320.488],[107,-318],[105.526,-314.649],[104,-311],[100.335,-305.064],[97,-299],[88.677,-276.339],[85,-251],[86.451,-238.337],[89,-226],[92.101,-222.387],[94,-218],[108.601,-207.069],[129,-196],[184.676,-164.4],[240,-133],[319,-89],[356,-68],[370,-60],[400,-49],[415,-52],[460,-76],[461,-78],[463,-78],[463,-90],[453,-85],[441,-79],[424,-69],[411,-65],[405,-63],[392,-65],[377,-82],[383,-137],[390,-149],[392,-153],[396,-158],[397,-161],[403,-167],[413,-176],[444,-187],[453,-183],[446,-115],[433,-100],[430,-99],[426,-95],[423,-94],[414,-91],[395,-100],[404,-145],[417,-158],[433,-162],[437,-158],[434,-130],[414,-117],[419,-138],[419,-134],[421,-133],[421,-130],[427,-150],[403,-127],[407,-104],[428,-109],[437,-118],[445,-131]],"c":true}],"h":1},{"t":93.571,"s":[{"i":[[-9.473,-6.85],[-5.244,3.889],[-2.732,4.261],[-2.284,6.498],[0.92,6.662],[1.853,3.101],[2.212,0.867],[4.515,-1.193],[1.603,-1.536],[0.539,-0.298],[0.425,-0.407],[2.186,-2.072],[2.161,-2.704],[3.646,-9.157],[-0.529,-9.186],[-0.544,-2.251],[-0.697,-1.771],[-1.477,-1.696],[-1.895,-1.178],[-3.388,-0.354],[-3.95,0.97],[-2.685,1.179],[-1.288,0.798],[-0.142,0.426],[-0.222,0.166],[-0.542,0.089],[-0.392,0.311],[-0.672,0.727],[-0.678,0.587],[-2.913,3.497],[-1.76,3.904],[-0.451,0.163],[-0.124,0.185],[0.067,0.379],[-0.115,0.255],[-0.451,0.155],[-0.119,0.206],[-0.452,1.442],[-0.56,1.139],[-1.978,5.128],[-0.784,5.803],[0.754,5.399],[1.875,5.823],[0.294,0.803],[0.682,0.815],[3.024,1.712],[2.727,1.554],[10.017,5.816],[9.205,5.194],[1.494,0.823],[1.231,0.695],[0.844,0.27],[0.775,0.441],[0.149,0.434],[0.207,0.154],[0.572,0.13],[0.337,0.199],[2.294,1.304],[2.421,1.365],[4.549,2.508],[4.169,2.353],[1.669,0.783],[1.613,0.903],[0.151,0.435],[0.203,0.153],[0.572,0.13],[0.337,0.199],[3.075,1.676],[2.699,1.523],[2.319,1.336],[2.331,1.307],[15.733,9.016],[19.763,10.804],[8.136,-1.234],[10.609,-14.603],[2.39,-4.075],[1.075,-2.085],[2.057,-6.467],[0.851,-5.031],[-3.52,-11.443],[-1.808,-3.858],[-8.32,-4.721],[-3.188,-1.777],[-0.405,-0.304],[-0.618,-0.327],[-1.316,-0.987],[-0.675,-0.399],[-13.249,-7.527],[-43.52,-24.557],[-4.779,-2.695],[-4.397,-2.546],[-2.781,-1.474],[-4.612,-2.586],[-5.673,-0.805],[-19.557,7.521],[0.007,3.34],[0,3.333],[2.414,-1.296],[25.457,1.79],[3.519,4.409],[0.793,1.342],[0.612,1.717],[-5.212,14.603],[-1.822,3.763],[-1.995,3.324],[-10.585,5.5],[-7.798,-1.284],[-2.421,-4.757],[1.021,-9.124],[5.272,-8.48],[4.192,-2.781],[3.557,-1.524],[7.402,1.667],[-4.882,10.91],[-1.291,2.078],[-1.482,1.897],[-0.215,0.477],[-1.23,1.025],[-0.961,0.571],[-0.723,0.287],[-2.805,0.181],[4.372,-10.082],[10.548,3.111],[-7.693,0.795],[-4.698,1.053],[-4.103,0.458],[-0.704,2.56],[4.677,1.668],[3.865,-8.816]],"o":[[8.294,0.819],[5.243,-3.889],[2.785,-4.344],[2.284,-6.498],[-0.377,-2.73],[-1.853,-3.101],[-3.336,-1.307],[-4.515,1.193],[-0.419,0.401],[-0.539,0.298],[-2.097,2.009],[-2.186,2.072],[-4.944,6.186],[-3.646,9.157],[0.128,2.223],[0.544,2.251],[1.196,3.038],[1.477,1.696],[2.5,1.554],[3.388,0.354],[1.973,-0.484],[2.685,-1.179],[0.212,-0.131],[0.142,-0.426],[0.442,-0.332],[0.542,-0.089],[0.635,-0.505],[0.672,-0.727],[3.59,-3.109],[2.912,-3.497],[0.073,-0.162],[0.451,-0.163],[0.154,-0.23],[-0.067,-0.379],[0.078,-0.174],[0.451,-0.155],[0.632,-1.093],[0.452,-1.442],[2.304,-4.687],[1.978,-5.128],[0.89,-6.582],[-0.754,-5.399],[-1.143,0.025],[-0.294,-0.803],[-2.176,-2.6],[-3.024,-1.712],[-9.727,-5.543],[-10.017,-5.816],[-1.793,-1.012],[-1.494,-0.823],[-0.85,-0.48],[-0.844,-0.27],[-0.196,-0.112],[-0.149,-0.434],[-0.374,-0.281],[-0.572,-0.13],[-2.403,-1.42],[-2.294,-1.304],[-4.634,-2.613],[-4.549,-2.508],[-1.709,-0.965],[-1.669,-0.783],[-0.192,-0.107],[-0.151,-0.435],[-0.374,-0.28],[-0.572,-0.13],[-3,-1.773],[-3.075,-1.676],[-2.394,-1.351],[-2.319,-1.335],[-16.774,-9.406],[-20.03,-11.478],[-8.84,-1.364],[-17.627,7.768],[-2.769,3.811],[-1.159,1.976],[-3.337,6.47],[-1.568,4.929],[-2.607,15.405],[2.647,3.02],[8.064,6.316],[3.35,1.901],[0.383,0.214],[0.695,0.521],[2.862,1.517],[0.749,0.562],[14.05,8.319],[44.376,25.212],[4.822,2.721],[5.266,2.97],[2.677,1.55],[4.963,2.631],[7.23,4.054],[25.808,3.664],[0.983,-2.35],[0,-3.333],[-1.798,-1.406],[-16.359,7.308],[-5.749,-2.808],[-0.94,-1.177],[-0.968,-1.637],[-5.82,-16.335],[1.385,-3.881],[1.736,-3.586],[8.432,-14.053],[8.792,-4.568],[4.873,3.433],[3.728,7.326],[-1.377,12.308],[-3.285,5.284],[-3.943,2.615],[-5.551,2.379],[-13.936,-7.312],[0.999,-2.232],[1.13,-1.819],[0.315,-0.404],[0.964,-2.14],[1.529,-1.275],[0.998,-0.593],[2.368,-0.941],[12.617,3.422],[-3.774,8.704],[-4.9,-6.326],[3.643,0.628],[1.407,2.863],[2.423,-1.718],[1.095,-3.986],[-8.939,-1.989],[-4.441,10.13]],"v":[[414,-107],[434.172,-112.69],[446,-126],[454.279,-142.761],[457,-163],[453.376,-172.397],[447,-179],[434.201,-178.632],[424,-174],[422.505,-173.005],[421,-172],[414.548,-166.021],[408,-159],[394.395,-135.25],[389,-107],[390.073,-100.161],[392,-94],[395.975,-87.105],[401,-83],[409.913,-80.107],[421,-81],[428.514,-83.765],[435,-87],[435.492,-87.973],[436,-89],[437.538,-89.515],[439,-90],[440.968,-91.939],[443,-94],[452.873,-103.903],[460,-115],[460.962,-115.483],[462,-116],[462.029,-116.981],[462,-118],[462.97,-118.476],[464,-119],[465.554,-122.965],[467,-127],[473.64,-141.663],[478,-158],[478.074,-175.569],[474,-192],[472.155,-193.37],[471,-196],[462.914,-202.284],[454,-207],[424.108,-224.261],[395,-241],[390.078,-243.738],[386,-246],[383.444,-247.029],[381,-248],[380.508,-248.968],[380,-250],[378.472,-250.561],[377,-251],[370.014,-255.041],[363,-259],[349.152,-266.695],[336,-274],[330.928,-276.547],[326,-279],[325.508,-279.966],[325,-281],[323.472,-281.561],[322,-282],[312.774,-287.187],[304,-292],[296.952,-296.033],[290,-300],[240,-328],[180,-362],[158,-361],[116,-325],[108,-314],[105,-307],[96,-287],[92,-271],[95,-229],[102,-219],[128,-203],[138,-198],[139,-196],[142,-195],[148,-191],[151,-190],[193,-166],[327,-91],[341,-83],[357,-74],[364,-70],[378,-62],[398,-53],[458,-75],[463,-80],[463,-90],[454,-86],[402,-67],[388,-76],[386,-81],[383,-85],[386,-133],[391,-144],[396,-155],[428,-187],[453,-191],[464,-180],[467,-154],[452,-118],[438,-103],[427,-96],[408,-95],[404,-139],[407,-146],[412,-151],[412,-153],[419,-159],[424,-164],[428,-165],[436,-167],[443,-138],[419,-121],[425,-142],[427,-138],[428,-133],[435,-142],[432,-154],[411,-137]],"c":true}],"h":1},{"t":94.571,"s":[{"i":[[4.66,3.007],[6.467,-4.571],[5.375,-4.868],[1.117,-1.883],[1.626,-1.374],[2.126,-7.042],[-0.537,-7.544],[-2.725,-4.416],[-4.673,-2.314],[-5.849,2.651],[-5.333,3.167],[-1.536,1.323],[-0.936,1.005],[-0.072,0.53],[-0.337,0.477],[-0.413,0.131],[-0.184,0.245],[-0.098,0.547],[-0.288,0.384],[-0.408,0.14],[-0.201,0.215],[-0.593,1.237],[-0.618,0.966],[-0.78,1.442],[-0.908,1.71],[-0.439,0.143],[-0.137,0.228],[-0.17,0.607],[-0.097,0.202],[-1.266,4.465],[-0.898,4.908],[-0.398,1.98],[-0.02,1.957],[1.411,4.811],[2.412,4.279],[6.913,3.829],[6.408,3.671],[5.389,3.01],[5.166,2.935],[28.192,15.932],[27.369,15.442],[2.285,1.312],[2.213,1.257],[6.165,3.322],[6.214,3.231],[5.362,-1.272],[4.406,-1.623],[3.491,-2.517],[3.206,-3.206],[0.962,-1.405],[1.108,-1.337],[1.258,-1.117],[0.918,-1.266],[0.267,-0.903],[0.481,-0.765],[0.517,-0.62],[0.429,-0.718],[3.426,-9.064],[0.772,-10.174],[-1.608,-6.659],[-3.298,-5.735],[-7.558,-4.415],[-7.055,-3.976],[-1.73,-0.819],[-1.565,-0.871],[-2.957,-1.888],[-3.084,-1.729],[-7.168,-3.876],[-6.36,-3.589],[-2.285,-1.316],[-2.382,-1.335],[-3.111,-1.769],[-3.416,-1.163],[-1.64,-0.605],[-1.532,-0.866],[-0.15,-0.434],[-0.205,-0.154],[-0.572,-0.13],[-0.337,-0.199],[-1.418,-0.783],[-1.606,-0.852],[-2.277,-1.333],[-2.425,-1.361],[-13.54,-7.48],[-12.251,-7.02],[-2.327,-1.331],[-2.332,-1.325],[-14.91,1.013],[-2.776,0.676],[-2.312,0.933],[-2.098,0.991],[-3.788,2.193],[-3.569,2.397],[-0.248,0.218],[-1.506,2.379],[1.421,-0.884],[4.492,-2.634],[15.994,2.335],[2.823,2.253],[1.524,2.678],[0.248,8.839],[-14.474,16.691],[-19.837,-4.435],[-2.152,-4.118],[5.417,-11.473],[0.671,-1.489],[0.236,-0.415],[1.324,-2.078],[5.405,-3.695],[0.137,-0.131],[0.85,-0.814],[7.732,0.588],[2.483,-0.15],[-2.658,11.775],[-7.339,4.869],[-8.238,-1.537],[2.014,-8.466],[14.536,1.606],[-9.284,1.341],[-0.223,-2.106],[-3.576,0.925],[6.586,6.551],[3.378,-3.198],[1.711,-8.177],[-7.394,-1.789],[-2.243,2.088],[-0.889,0.686],[-4.655,2.917],[1.36,17.693]],"o":[[-10.756,-2.152],[-6.467,4.571],[-0.906,2.094],[-1.117,1.883],[-2.032,5.287],[-2.126,7.042],[0.428,6.022],[2.725,4.416],[9.27,0.77],[5.849,-2.651],[0.921,-1.703],[1.536,-1.323],[0.375,-0.403],[0.072,-0.53],[0.164,-0.233],[0.413,-0.13],[0.322,-0.429],[0.097,-0.547],[0.167,-0.223],[0.408,-0.14],[1.01,-1.085],[0.593,-1.237],[0.972,-1.52],[0.78,-1.442],[0.106,-0.201],[0.439,-0.143],[0.222,-0.37],[0.17,-0.607],[2.038,-4.232],[1.266,-4.465],[0.389,-2.125],[0.398,-1.98],[0.056,-5.475],[-1.411,-4.811],[-5.942,-5.012],[-6.913,-3.829],[-5.278,-3.024],[-5.389,-3.01],[-27.863,-15.83],[-28.192,-15.932],[-2.648,-1.494],[-2.285,-1.312],[-6.126,-3.481],[-6.165,-3.322],[-6.148,-1.711],[-5.362,1.272],[-2.829,2.726],[-3.491,2.517],[-1.044,1.044],[-0.962,1.405],[-1.048,1.265],[-1.258,1.117],[-0.451,0.621],[-0.267,0.903],[-0.504,0.802],[-0.517,0.62],[-4.525,7.571],[-3.426,9.064],[-0.731,9.628],[1.608,6.659],[6.713,5.363],[7.558,4.415],[1.517,0.855],[1.73,0.819],[3.089,1.719],[2.957,1.888],[6.969,3.908],[7.168,3.876],[2.48,1.399],[2.284,1.316],[3.14,1.761],[3.111,1.769],[0.909,1.715],[1.64,0.605],[0.194,0.11],[0.15,0.434],[0.374,0.281],[0.572,0.13],[1.72,1.017],[1.418,0.783],[2.467,1.308],[2.277,1.333],[12.589,7.059],[13.54,7.48],[2.358,1.352],[2.327,1.331],[10.814,6.144],[2.253,-0.153],[1.279,-0.312],[2.199,-0.888],[5.062,-2.392],[4.234,-2.451],[1.089,-0.731],[2.053,-1.805],[-2.5,-1.12],[-4.529,2.816],[-10.168,5.963],[-4.73,-0.691],[-2.218,-1.77],[-3.147,-7.468],[-0.833,-29.707],[10.882,-7.743],[4.374,2.984],[7.947,15.206],[-0.977,2.069],[-0.158,0.351],[-1.186,2.084],[-4.496,7.055],[-0.063,0.043],[-0.838,0.803],[-5.069,4.857],[-0.85,-1.483],[-8.363,-8.322],[2.34,-10.368],[5.122,-3.398],[7.83,4.683],[-2.885,12.126],[-4.888,-7.056],[-0.908,2.319],[0.116,1.094],[5.235,-3.811],[-6.082,-1.376],[-5.411,5.122],[-2.16,10.322],[7.367,1.782],[0.784,-0.73],[5.023,-3.875],[5.019,-11.314],[-2.178,-5.489]],"v":[[450,-180],[424.964,-174.765],[408,-159],[405.04,-152.96],[401,-148],[394.073,-129.192],[391,-107],[395.817,-91.219],[407,-81],[428.953,-84.547],[445,-94],[448.989,-98.523],[453,-102],[453.529,-103.445],[454,-105],[454.985,-105.49],[456,-106],[456.526,-107.534],[457,-109],[457.975,-109.506],[459,-110],[461.294,-113.59],[463,-117],[465.549,-121.357],[468,-126],[468.977,-126.479],[470,-127],[470.593,-128.626],[471,-130],[475.855,-142.993],[479,-157],[480.276,-163.126],[481,-169],[478.851,-184.397],[473,-198],[453.35,-211.006],[433,-222],[416.916,-231.067],[401,-240],[316.629,-287.791],[233,-335],[225.673,-339.178],[219,-343],[200.566,-353.188],[182,-363],[164.693,-363],[150,-358],[140.282,-350.36],[130,-342],[127.047,-338.219],[124,-334],[120.403,-330.501],[117,-327],[116.022,-324.608],[115,-322],[113.444,-319.937],[112,-318],[99.686,-292.953],[93,-264],[94.478,-240.08],[102,-222],[123.743,-207.46],[146,-195],[150.963,-192.513],[156,-190],[165.004,-184.507],[174,-179],[195.457,-167.26],[216,-156],[223.074,-151.952],[230,-148],[239.293,-142.552],[249,-138],[253.033,-134.863],[258,-133],[258.492,-132.033],[259,-131],[260.528,-130.439],[262,-130],[266.585,-127.376],[271,-125],[278.032,-121.039],[285,-117],[324.753,-94.97],[364,-73],[371.02,-68.98],[378,-65],[410,-54],[419,-55],[424,-58],[431,-60],[445,-68],[459,-76],[463,-78],[463,-90],[456,-87],[443,-80],[405,-68],[394,-74],[388,-80],[382,-103],[414,-177],[456,-192],[466,-182],[462,-133],[460,-128],[458,-127],[455,-121],[439,-104],[438,-103],[435,-101],[413,-95],[408,-97],[402,-130],[421,-161],[441,-168],[447,-146],[421,-122],[428,-144],[429,-138],[430,-134],[435,-156],[421,-150],[410,-130],[418,-108],[434,-113],[437,-114],[449,-127],[459,-166]],"c":true}],"h":1},{"t":95.571,"s":[{"i":[[-11.354,-5.333],[-4.35,2.784],[-2.543,2.73],[-1.483,2.047],[-1.554,3.113],[-0.975,2.792],[-0.604,3.835],[1.929,5.305],[5.36,0.953],[2.387,-0.683],[1.776,-0.745],[1.737,-1.105],[2.089,-0.759],[2.407,-2.966],[1.942,-2.745],[0.964,-1.06],[0.377,-0.677],[0.234,-1.201],[0.587,-1.339],[1.074,-2.01],[0.685,-2.639],[0.43,-5.354],[-0.762,-3.573],[-3.962,-3.551],[-5.877,0.19],[-4.64,1.852],[-1.562,1.497],[-0.27,0.067],[-0.522,0.348],[-1.209,1.349],[-1.485,1.484],[-1.067,0.778],[-0.793,0.95],[-0.401,1.041],[-0.744,1.059],[-0.93,0.784],[-0.611,0.912],[-0.468,1.052],[-0.543,0.916],[-0.728,1.006],[-0.481,0.956],[-0.252,1.22],[-0.502,1.144],[-0.933,1.629],[-0.453,1.625],[-0.729,6.178],[0.432,6.849],[1.047,2.975],[1.726,2.209],[6.441,3.708],[6.427,3.572],[7.148,3.874],[6.346,3.581],[3.089,1.704],[2.673,1.508],[2.329,1.346],[2.357,1.303],[7.138,3.873],[6.411,3.618],[3.092,1.706],[2.674,1.509],[2.31,1.33],[2.365,1.327],[7.169,3.876],[6.37,3.595],[3.084,1.701],[2.689,1.518],[2.331,1.342],[2.349,1.317],[1.51,0.836],[1.512,0.846],[1.67,0.79],[1.606,0.882],[3.11,1.823],[2.972,0.738],[4.488,-1.324],[4.898,-1.231],[3.954,-3.038],[3.609,-3.911],[1.472,-2.043],[1.448,-2.024],[2.083,-3.242],[1.462,-2.951],[0.872,-1.941],[0.596,-1.392],[1.761,-8.542],[-0.813,-8.373],[-3.5,-8.678],[-2.319,-1.841],[-2.181,-2.09],[-2.27,-1.392],[-3.763,-2.083],[-23.36,-12.263],[-12.761,-6.905],[-33.39,-18.448],[-3.235,-1.775],[-0.399,-0.299],[-0.618,-0.328],[-1.466,-1.1],[-0.641,-0.355],[-5.03,-2.694],[-3.357,-0.752],[-7.629,0.684],[-6.561,3.799],[-2.488,1.44],[-1.277,4.414],[0,3.333],[2.862,-1.643],[21.85,3.341],[3.554,5.113],[-1.184,13.046],[-18.183,15.255],[-7.789,1.687],[-3.294,-0.381],[-4.089,-1.322],[1.61,-14.394],[13.944,-10.67],[6.619,0.487],[-1.783,15.075],[-1.332,3.566],[-3.753,5.148],[-2.298,2.184],[-7.559,-0.012],[2.148,-9.254],[12.517,0.787],[-7.162,1.824],[-1.271,-1.762],[6.503,7.337],[4.019,-9.74]],"o":[[5.057,1.866],[4.35,-2.784],[2.514,-2.697],[1.483,-2.047],[1.495,-2.995],[0.975,-2.792],[1.075,-6.825],[-1.929,-5.305],[-2.677,-0.476],[-2.387,0.683],[-1.962,0.823],[-1.737,1.105],[-2.429,2.391],[-2.407,2.966],[-0.766,1.082],[-0.964,1.06],[-0.478,0.856],[-0.234,1.202],[-1.019,2.322],[-1.074,2.01],[-1.041,4.01],[-0.43,5.354],[1.277,5.985],[3.962,3.551],[2.877,-0.093],[4.64,-1.852],[0.399,-0.382],[0.27,-0.067],[1.678,-1.119],[1.209,-1.349],[0.939,-0.939],[1.067,-0.778],[0.65,-0.779],[0.401,-1.041],[0.669,-0.952],[0.93,-0.784],[0.586,-0.874],[0.468,-1.052],[0.606,-1.022],[0.728,-1.006],[0.49,-0.975],[0.252,-1.22],[0.815,-1.858],[0.933,-1.629],[1.518,-5.438],[0.729,-6.178],[-1.087,-2.889],[-1.047,-2.975],[-2.808,-3.596],[-6.441,-3.708],[-7.061,-3.925],[-7.148,-3.874],[-2.971,-1.676],[-3.089,-1.704],[-2.328,-1.314],[-2.329,-1.346],[-7.038,-3.89],[-7.138,-3.873],[-2.957,-1.669],[-3.092,-1.706],[-2.395,-1.351],[-2.31,-1.331],[-6.954,-3.9],[-7.169,-3.876],[-2.975,-1.679],[-3.084,-1.701],[-2.328,-1.313],[-2.331,-1.342],[-1.446,-0.811],[-1.51,-0.836],[-1.713,-0.958],[-1.67,-0.79],[-3.588,-1.971],[-3.11,-1.823],[-6.151,-1.526],[-4.488,1.324],[-3.576,2.935],[-3.954,3.038],[-1.663,1.802],[-1.472,2.043],[-2.207,3.083],[-2.083,3.242],[-0.914,1.845],[-0.872,1.941],[-2.768,6.458],[-1.761,8.542],[0.928,9.558],[3.099,2.326],[2.95,2.342],[2.865,2.745],[4.179,2.563],[23.502,13.008],[12.426,7.241],[32.167,18.33],[3.086,1.705],[0.377,0.207],[0.695,0.521],[3.094,1.64],[0.716,0.537],[5.238,2.901],[3.653,1.957],[8.271,1.852],[8.381,-3.926],[3.196,-1.85],[3.451,-1.998],[0,-3.333],[-3.24,-0.395],[-14.72,8.45],[-5.493,-3.174],[-4.441,-9.283],[2.12,-23.354],[5.957,-4.997],[3.418,-0.74],[4.706,0.544],[4.499,8.778],[-2.037,18.215],[-6.101,4.669],[-12.981,-0.954],[0.631,-5.339],[2.856,-7.646],[2.203,-3.022],[5.351,-5.085],[9.604,3.321],[-2.632,11.337],[-6.409,-6.093],[2.48,2.97],[6.282,-3.545],[-10.937,-0.265],[-3.814,9.242]],"v":[[418,-109],[432.385,-111.553],[443,-121],[448.719,-127.688],[453,-135],[456.669,-143.37],[459,-153],[457.826,-171.904],[447,-182],[439.325,-181.416],[433,-179],[427.595,-175.952],[422,-173],[414.635,-164.765],[408,-156],[405.209,-152.696],[403,-150],[402.082,-146.862],[401,-143],[397.75,-136.738],[395,-130],[392.648,-115.172],[393,-101],[401.05,-86.369],[416,-81],[428.486,-84.447],[439,-90],[439.908,-90.526],[441,-91],[445.145,-94.726],[449,-99],[452.109,-101.492],[455,-104],[456.43,-106.79],[458,-110],[460.543,-112.529],[463,-115],[464.532,-117.968],[466,-121],[468.094,-124.049],[470,-127],[470.991,-130.373],[472,-134],[474.771,-139.174],[477,-144],[480.462,-161.442],[481,-181],[477.979,-190.01],[474,-198],[459.214,-209.018],[439,-220],[417.463,-231.758],[397,-243],[387.776,-248.126],[379,-253],[372.022,-257.008],[365,-261],[343.53,-272.704],[323,-284],[313.787,-289.12],[305,-294],[297.978,-298.019],[291,-302],[269.562,-313.729],[249,-325],[239.786,-330.121],[231,-335],[224.016,-338.997],[217,-343],[212.55,-345.473],[208,-348],[202.92,-350.557],[198,-353],[188.038,-358.925],[179,-363],[163.56,-362.567],[150,-358],[138.525,-349.232],[127,-339],[122.339,-333.167],[118,-327],[111.442,-317.401],[106,-308],[103.262,-302.16],[101,-297],[93.814,-273.936],[92,-248],[100,-223],[108,-216],[120,-209],[129,-204],[140,-198],[210,-159],[248,-138],[351,-81],[361,-76],[362,-74],[365,-73],[371,-69],[374,-68],[389,-60],[399,-55],[422,-56],[446,-69],[454,-74],[464,-81],[464,-91],[455,-87],[403,-69],[389,-81],[384,-114],[420,-181],[442,-193],[452,-194],[464,-188],[470,-157],[440,-104],[418,-95],[402,-125],[406,-137],[414,-152],[420,-160],[440,-169],[448,-146],[423,-122],[428,-145],[430,-134],[436,-157],[414,-138]],"c":true}],"h":1},{"t":96.571,"s":[{"i":[[-6.799,-4.676],[-2.928,1.15],[-2.087,0.941],[-0.18,0.454],[-0.145,0.123],[-1.586,1.65],[-0.839,1.861],[-0.451,0.161],[-0.123,0.191],[-0.352,0.757],[-0.281,0.488],[-0.697,1.167],[-0.484,1.071],[0.444,8.722],[7.385,2.117],[6.496,-4.692],[3.991,-5.245],[0.474,-0.609],[0.491,-0.757],[2.885,-9.336],[-1.767,-10.15],[-1.859,-2.977],[-1.94,-1.514],[-0.863,-0.335],[-0.7,-0.996],[-7.053,4.947],[-6.294,5.706],[-1.269,1.726],[-1.208,1.919],[-2.433,5.336],[-1.408,5.114],[-0.457,5.463],[0.132,6.399],[1.12,2.718],[0.899,1.553],[2.904,2.05],[4.411,2.392],[9.624,5.147],[8.087,4.308],[4.716,2.292],[4.454,2.339],[1.445,1.075],[1.569,0.832],[1.688,0.569],[1.647,0.875],[1.489,1.099],[1.514,0.793],[1.687,0.57],[1.644,0.88],[0.155,0.439],[0.196,0.147],[0.58,0.139],[0.321,0.178],[0.842,0.53],[0.805,0.423],[6.378,3.103],[6.176,3.276],[0.633,0.548],[0.695,0.398],[3.301,1.675],[2.529,1.427],[2.515,1.069],[2.364,1.27],[0.155,0.439],[0.196,0.147],[0.586,0.144],[0.309,0.163],[4.506,2.404],[19.007,9.17],[4.985,-2.137],[5.288,-4.312],[7.328,-11.905],[1.125,-1.174],[0.67,-1.322],[2.459,-11.966],[-0.387,-8.797],[-4.134,-7.931],[-2.05,-2.95],[-29.771,-15.722],[-6.123,-3.21],[-8.855,-4.741],[-0.39,-0.293],[-0.641,-0.355],[-7.849,-4.036],[-6.02,-3.184],[-11.974,-6.862],[-1.791,-0.959],[-14.919,-8.418],[-5.077,-1.44],[-8.388,4.482],[-1.86,1.392],[-4.471,3.178],[-0.281,0.247],[-1.542,3.016],[1.259,-0.669],[5.021,-3.051],[14.422,1.315],[1.286,0.658],[1.193,0.827],[0.639,1.418],[0.233,0.424],[0.617,1.387],[0.511,5.369],[-3.145,9.245],[-0.829,1.798],[-2.777,4.422],[-0.731,1.06],[-1.513,2.28],[-6.053,2.842],[-5.807,-11.276],[7.145,-11.027],[4.78,-4.137],[1.961,-1.298],[1.91,-0.885],[5.436,4.658],[-1.671,12.138],[-3.158,3.297],[-0.815,0.85],[-0.654,0.848],[-3.133,1.412],[-0.424,0.233],[-3.835,0.423],[4.28,-8.444],[10.256,1.159],[-7.365,1.681],[1.39,-3.061],[5.563,7.413],[3.468,-5.173],[1.334,-6.11]],"o":[[4.201,0.541],[2.928,-1.15],[0.135,-0.061],[0.18,-0.454],[1.818,-1.538],[1.586,-1.65],[0.075,-0.166],[0.451,-0.161],[0.31,-0.483],[0.352,-0.757],[0.726,-1.261],[0.697,-1.167],[3.159,-6.995],[-0.444,-8.722],[-7.024,-2.013],[-6.496,4.692],[-0.614,0.807],[-0.474,0.609],[-4.227,6.506],[-2.885,9.336],[0.623,3.578],[1.859,2.977],[0.85,0.662],[0.863,0.335],[12.491,0.492],[7.054,-4.947],[0.716,-2.178],[1.269,-1.726],[2.861,-4.543],[2.433,-5.336],[1.307,-4.749],[0.457,-5.463],[-0.621,-2.576],[-1.12,-2.718],[-1.972,-3.406],[-2.904,-2.05],[-9.416,-5.106],[-9.624,-5.147],[-4.682,-2.495],[-4.716,-2.292],[-1.65,-0.866],[-1.445,-1.075],[-1.601,-0.849],[-1.688,-0.569],[-1.529,-0.813],[-1.489,-1.099],[-1.606,-0.841],[-1.687,-0.57],[-0.183,-0.099],[-0.155,-0.439],[-0.358,-0.269],[-0.58,-0.138],[-0.828,-0.458],[-0.842,-0.53],[-6.31,-3.313],[-6.378,-3.103],[-0.774,-0.411],[-0.633,-0.548],[-3.268,-1.873],[-3.301,-1.675],[-2.577,-1.454],[-2.515,-1.069],[-0.185,-0.099],[-0.155,-0.439],[-0.347,-0.26],[-0.586,-0.144],[-5.171,-2.741],[-19.212,-10.251],[-7.805,-2.259],[-6.574,2.817],[-10.892,8.882],[-1.431,2.325],[-0.866,0.904],[-4.992,9.848],[-2.096,10.2],[0.612,13.919],[3.556,1.444],[30.502,16.091],[5.848,3.088],[9.143,4.793],[0.367,0.197],[0.716,0.537],[7.819,4.33],[6.127,3.15],[13.21,6.987],[1.752,1.004],[16.042,8.592],[5.348,3.017],[14.227,4.034],[3.281,-1.753],[5.313,-3.976],[1.108,-0.787],[2.177,-1.914],[-1.406,-1.132],[-5.491,2.917],[-9.861,5.993],[-3.419,-0.312],[-1.34,-0.686],[-2.362,-1.638],[-0.16,-0.356],[-0.747,-1.359],[-2.157,-4.852],[-1.477,-15.527],[0.977,-2.872],[2.682,-5.819],[0.952,-1.516],[1.93,-2.8],[4.698,-7.082],[14.192,-6.664],[9.391,18.238],[-4.313,6.656],[-1.12,0.969],[-1.854,1.227],[-9.418,4.361],[-5.717,-4.899],[0.871,-6.325],[0.803,-0.838],[0.67,-0.7],[2.527,-3.276],[0.355,-0.16],[3.796,-2.085],[13.484,5.32],[-3.773,7.444],[-5.867,-5.833],[1.615,2.752],[8.081,-2.512],[-8.66,-0.472],[-3.182,4.747],[-2.226,10.197]],"v":[[421,-110],[431.586,-111.388],[439,-115],[439.493,-115.954],[440,-117],[445.234,-121.758],[449,-127],[449.964,-127.481],[451,-128],[452.022,-129.995],[453,-132],[455.182,-135.643],[457,-139],[461.908,-164.659],[451,-183],[430.225,-177.443],[414,-161],[412.408,-158.962],[411,-157],[399.505,-132.733],[397,-103],[401.012,-92.952],[407,-86],[409.612,-84.75],[412,-83],[440.148,-90.852],[459,-108],[462.13,-113.694],[466,-119],[474.09,-134.072],[480,-150],[482.579,-165.262],[483,-183],[480.208,-191.267],[477,-198],[469.829,-205.761],[459,-212],[430.004,-227.598],[403,-242],[388.829,-249.117],[375,-256],[370.439,-259.026],[366,-262],[361.034,-263.98],[356,-266],[351.489,-269.015],[347,-272],[342.028,-273.97],[337,-276],[336.509,-276.964],[336,-278],[334.472,-278.568],[333,-279],[330.483,-280.527],[328,-282],[308.899,-291.528],[290,-301],[287.94,-302.509],[286,-304],[275.946,-309.334],[267,-314],[259.34,-317.638],[252,-321],[251.509,-321.964],[251,-323],[249.471,-323.573],[248,-324],[234,-331],[177,-361],[154,-359],[138,-349],[110,-317],[106,-309],[105,-307],[93,-274],[91,-249],[99,-219],[107,-212],[199,-164],[217,-154],[245,-140],[246,-138],[249,-137],[273,-125],[291,-115],[332,-93],[337,-91],[387,-64],[402,-57],[436,-64],[444,-68],[462,-79],[466,-81],[466,-93],[462,-92],[447,-83],[412,-70],[404,-73],[400,-74],[395,-81],[393,-82],[392,-86],[388,-100],[394,-136],[396,-144],[405,-160],[407,-165],[415,-174],[436,-192],[469,-185],[460,-127],[445,-107],[439,-104],[434,-100],[412,-101],[406,-128],[415,-151],[417,-154],[418,-156],[430,-166],[431,-168],[443,-171],[447,-139],[426,-124],[431,-146],[432,-136],[439,-159],[421,-147],[415,-133]],"c":true}],"h":1},{"t":97.571,"s":[{"i":[[19.418,8.015],[3.552,-1.584],[1.93,-1.575],[1.871,-2.021],[2.185,-3.017],[3.26,-7.432],[0.9,-7.666],[-2.432,-7.106],[-7.262,-1.15],[-3.538,1.338],[-2.24,1.379],[-2.175,1.67],[-1.758,1.755],[-0.924,1.112],[-1.296,0.543],[-5.009,12.825],[1.048,18.882],[1.185,2.815],[1.279,2.721],[6.296,3.139],[6.401,3.048],[19.058,9.528],[19.957,9.457],[4.752,2.427],[4.198,2.019],[1.856,0.574],[1.755,0.827],[4.72,2.665],[4.3,2.067],[1.902,0.596],[1.731,0.817],[6.394,3.293],[6.471,3.02],[3.15,1.725],[3.155,1.587],[6.254,2.032],[6.59,-1.839],[5.805,-4.149],[4.904,-5.798],[0.799,-1.418],[0.892,-1.245],[1.039,-1.31],[0.864,-1.393],[3.682,-18.262],[-8.336,-15.699],[-1.5,-1.5],[-1.291,-1.709],[-12.616,-6.268],[-12.82,-6.445],[-6.547,-2.89],[-6.461,-3.249],[-12.616,-6.29],[-12.721,-6.396],[-6.553,-2.892],[-6.554,-3.295],[-9.791,-4.837],[-9.192,-4.309],[-3.355,-1.718],[-2.921,-0.412],[-4.786,1.516],[-3.334,1.856],[-0.614,0.524],[-0.81,0.493],[-0.911,0.287],[-0.645,0.42],[-0.153,0.424],[-0.19,0.177],[-0.525,0.072],[-0.492,0.333],[-2.053,1.5],[-1.648,1.553],[-0.436,2.731],[-0.029,3.138],[1.977,-1.438],[1.216,-0.756],[0.517,-0.098],[0.48,-0.326],[0.658,-0.772],[0.709,-0.465],[0.913,-0.287],[0.706,-0.434],[0.303,-0.383],[0.448,-0.26],[0.788,-0.483],[0.755,-0.436],[1.327,-0.69],[1.272,-0.418],[5.21,1.659],[2.937,4.743],[-1.498,11.98],[-3.675,8.577],[-1.391,2.768],[-1.023,2.632],[-2.899,3.706],[-3.57,3.173],[-4.811,2.311],[-5.057,-0.534],[-2.957,-3.907],[-0.653,-4.893],[1.548,-6.825],[2.69,-6.087],[3.362,-4.884],[3.923,-3.511],[4.084,-2.096],[4.155,0.63],[2.254,3.072],[0.52,4.189],[-0.42,3.618],[-0.785,2.78],[-1.84,3.531],[-1.616,2.255],[-0.771,1.146],[-1.007,1.15],[-1.089,0.645],[-1.413,1.013],[-0.46,0.587],[-0.529,0.201],[-4.167,0.144],[3.696,-8.987],[9.385,-0.092],[-7.411,1.575],[-0.639,-5.04],[5.091,6.238],[3.707,-9.655],[-9.343,-6.326],[-3.638,3.638],[-1.116,1.182],[-1.084,1.532],[-1.32,2.371]],"o":[[-3.861,0.089],[-3.552,1.584],[-2.329,1.9],[-1.871,2.021],[-4.061,5.605],[-3.26,7.432],[-0.99,8.424],[2.432,7.106],[4.607,0.73],[3.538,-1.338],[2.541,-1.564],[2.175,-1.67],[1.009,-1.007],[0.924,-1.112],[7.013,-10.82],[5.009,-12.825],[-0.981,-3.019],[-1.185,-2.815],[-5.413,-4.397],[-6.296,-3.139],[-19.812,-9.432],[-19.058,-9.528],[-4.796,-2.273],[-4.752,-2.427],[-1.823,-0.876],[-1.856,-0.574],[-4.818,-2.273],[-4.72,-2.665],[-1.659,-0.798],[-1.902,-0.596],[-5.954,-2.808],[-6.394,-3.293],[-3.243,-1.514],[-3.15,-1.725],[-5.394,-2.712],[-6.254,-2.032],[-5.876,2.607],[-5.805,4.149],[-0.914,1.081],[-0.799,1.418],[-0.978,1.366],[-1.039,1.31],[-7.607,12.254],[-3.682,18.262],[1.709,1.291],[1.5,1.5],[12.714,5.482],[12.616,6.268],[6.351,3.193],[6.547,2.89],[12.816,6.444],[12.616,6.29],[6.236,3.135],[6.553,2.893],[8.642,4.344],[9.791,4.837],[3.659,1.715],[3.355,1.718],[6.522,0.919],[4.786,-1.515],[0.736,-0.41],[0.614,-0.524],[0.71,-0.433],[0.911,-0.287],[0.197,-0.129],[0.153,-0.424],[0.408,-0.38],[0.525,-0.072],[2.138,-1.447],[2.053,-1.5],[3.227,0.06],[0.436,-2.731],[-1.877,-0.509],[-1.977,1.438],[-0.452,0.281],[-0.517,0.098],[-0.661,0.448],[-0.658,0.772],[-0.64,0.42],[-0.913,0.287],[-0.341,0.21],[-0.303,0.383],[-1.093,0.633],[-0.788,0.483],[-1.422,0.823],[-1.327,0.69],[-7.224,2.378],[-5.21,-1.659],[-5.669,-9.502],[1.498,-11.98],[1.413,-3.296],[1.391,-2.768],[2.836,-3.005],[2.899,-3.706],[3.7,-3.288],[4.811,-2.311],[4.521,0.478],[2.957,3.907],[0.882,6.613],[-1.548,6.825],[-2.63,5.952],[-3.362,4.884],[-2.511,2.247],[-4.084,2.096],[-3.465,-0.525],[-2.254,-3.072],[-0.465,-3.747],[0.42,-3.618],[1.023,-3.62],[1.84,-3.531],[0.908,-1.266],[0.771,-1.146],[1.232,-1.406],[1.089,-0.645],[0.632,-0.453],[0.46,-0.587],[3.457,-1.314],[8.571,6.397],[-3.702,8.999],[-6.266,-5.95],[1.058,3.128],[7.421,-2.452],[-9.985,0.072],[-3.702,9.644],[8.292,1.193],[1.466,-1.466],[1.235,-1.308],[1.641,-2.318],[7.875,-14.139]],"v":[[454,-188],[442.551,-185.114],[434,-180],[427.892,-174.337],[422,-167],[410.63,-147.046],[404,-124],[405.811,-99.545],[420,-86],[432.276,-87.419],[441,-92],[448.087,-96.856],[454,-102],[456.785,-105.348],[460,-108],[479.046,-142.454],[486,-189],[482.723,-197.723],[479,-206],[461.241,-217.012],[442,-226],[384.108,-254.481],[326,-283],[311.552,-290.191],[298,-297],[292.448,-299.037],[287,-301],[272.611,-308.654],[259,-316],[253.554,-317.986],[248,-320],[229.387,-329.341],[210,-339],[200.434,-343.945],[191,-349],[173.397,-356.913],[154,-358],[136.271,-347.893],[120,-333],[117.483,-329.123],[115,-325],[111.915,-321.019],[109,-317],[90.043,-269.084],[95,-216],[99.814,-211.814],[104,-207],[141.92,-189.223],[180,-170],[199.417,-161.042],[219,-152],[257.071,-132.964],[295,-114],[314.261,-105.12],[334,-96],[362.087,-81.974],[391,-68],[401.554,-62.522],[411,-59],[427.891,-60.419],[440,-66],[441.944,-67.437],[444,-69],[446.549,-70.009],[449,-71],[449.506,-71.964],[450,-73],[451.437,-73.535],[453,-74],[459.368,-78.421],[465,-83],[469.899,-87.601],[470,-97],[464.004,-94.949],[459,-91],[457.52,-90.533],[456,-90],[454.037,-88.013],[452,-86],[449.549,-85.01],[447,-84],[446.08,-83.037],[445,-82],[442.246,-80.353],[440,-79],[435.888,-76.697],[432,-75],[413.285,-74.16],[401,-84],[395.991,-117.694],[405,-150],[409.292,-158.998],[413,-167],[421.449,-177.374],[431,-188],[443.982,-196.867],[459,-200],[470.401,-192.811],[476,-179],[474.679,-158.605],[468,-139],[458.97,-122.67],[448,-110],[437.733,-102.843],[425,-100],[416.291,-105.752],[412,-117],[412.062,-128.225],[414,-138],[418.555,-149.024],[424,-158],[426.425,-161.587],[429,-165],[432.365,-167.795],[436,-170],[437.578,-171.689],[439,-173],[450,-174],[453,-145],[432,-127],[437,-150],[438,-140],[444,-162],[423,-143],[427,-113],[447,-122],[451,-126],[453,-130],[458,-136]],"c":true}],"h":1},{"t":98.571,"s":[{"i":[[10.241,7.119],[3.139,-1.395],[1.424,-1.326],[0.555,-0.077],[0.403,-0.343],[1.766,-2.454],[1.28,-1.774],[0.76,-0.645],[0.355,-0.579],[0.604,-1.757],[0.811,-1.714],[0.927,-1.48],[0.546,-1.507],[0.69,-6.635],[-0.137,-7.904],[-2.012,-3.268],[-4.36,-0.826],[-4.062,2.036],[-3.794,1.796],[-6.929,13.391],[-1.159,16.179],[1.188,5.619],[2.816,4.612],[6.648,2.875],[6.832,2.93],[5.058,2.196],[4.777,2.076],[1.684,0.896],[1.64,0.71],[3.518,1.255],[3.539,1.515],[1.467,0.915],[1.564,0.669],[0.535,-0.078],[0.439,0.133],[0.391,0.461],[0.25,0.102],[6.924,2.874],[6.379,2.663],[2.35,1.155],[2.513,1.093],[1.842,0.604],[1.774,0.775],[5.096,2.21],[4.656,1.991],[1.65,0.886],[1.677,0.718],[3.526,1.262],[3.445,1.476],[1.467,0.915],[1.613,0.69],[0.535,-0.078],[0.439,0.133],[0.391,0.461],[0.25,0.102],[0.986,0.284],[0.994,0.43],[7.242,3.211],[7.032,2.126],[0.392,0.46],[0.25,0.103],[4.412,1.327],[3.565,-0.876],[3.07,-1.478],[1.904,-1.397],[2.977,-2.797],[2.179,-2.673],[5.981,-14.79],[0.91,-14.823],[0.013,-2.196],[-0.184,-2.029],[-0.424,-1.212],[-0.208,-1.075],[-0.06,-1.526],[-0.45,-1.297],[-0.893,-1.226],[0.094,-1.585],[-1.5,-1.5],[-1.291,-1.709],[-3.299,-1.424],[-3.299,-1.428],[-3.336,-1.284],[-3.382,-1.447],[-1.455,-0.903],[-1.587,-0.706],[-1.723,-0.661],[-1.562,-0.67],[-3.901,-1.571],[-3.608,-1.091],[-0.5,-0.207],[-24.975,-10.71],[-38.856,-16.823],[-4.297,-1.98],[-3.71,-1.614],[-5.814,0.341],[-1.999,0.817],[-3.555,2.338],[-0.842,0.656],[-0.859,0.663],[-0.48,0.216],[-1.368,0.208],[-1.48,5.929],[-0.442,4.897],[0.294,-0.888],[0.87,-1.464],[10.103,-4.305],[7.015,1.28],[2.919,5.297],[-4.014,13.806],[-2.958,5.822],[-1.49,2.555],[-2.115,4.956],[-18.434,-3.353],[2.244,-13.907],[10.308,-11.776],[10.567,1.798],[-1.612,14.409],[-2.981,6.205],[-11.404,-0.457],[3.219,-8.925],[9.896,-0.075],[-7.454,1.531],[2.483,-4.876],[6.251,5.936],[2.688,-3.204],[-1.466,-12.065],[-5.039,-0.98],[-4.433,4.135],[-2.643,8.917]],"o":[[-4.022,-0.906],[-3.139,1.395],[-0.375,0.349],[-0.555,0.077],[-1.654,1.409],[-1.766,2.454],[-0.606,0.84],[-0.76,0.645],[-0.773,1.26],[-0.604,1.757],[-0.745,1.573],[-0.927,1.48],[-2.376,6.556],[-0.69,6.635],[1.594,4.101],[2.012,3.268],[4.956,0.939],[4.062,-2.036],[8.124,-8.258],[6.929,-13.391],[0.567,-7.911],[-1.188,-5.619],[-5.577,-4.572],[-6.648,-2.875],[-4.99,-2.14],[-5.058,-2.196],[-1.624,-0.706],[-1.684,-0.896],[-3.387,-1.466],[-3.518,-1.255],[-1.567,-0.671],[-1.467,-0.915],[-0.42,-0.179],[-0.535,0.078],[-0.184,-0.055],[-0.391,-0.461],[-6.927,-2.839],[-6.924,-2.874],[-3.086,-1.288],[-2.35,-1.155],[-1.858,-0.808],[-1.842,-0.604],[-4.958,-2.167],[-5.096,-2.21],[-1.722,-0.736],[-1.65,-0.886],[-3.451,-1.477],[-3.526,-1.262],[-1.517,-0.65],[-1.467,-0.915],[-0.42,-0.179],[-0.535,0.078],[-0.184,-0.055],[-0.391,-0.461],[-1.06,-0.435],[-0.986,-0.284],[-7,-3.031],[-7.242,-3.211],[-0.183,-0.055],[-0.392,-0.46],[-3.787,-1.568],[-4.412,-1.327],[-2.815,0.692],[-3.07,1.478],[-2.915,2.137],[-2.977,2.798],[-8.168,10.018],[-5.981,14.79],[-0.134,2.185],[-0.013,2.196],[0.097,1.076],[0.424,1.212],[0.31,1.599],[0.06,1.526],[0.524,1.51],[0.893,1.226],[1.709,1.291],[1.5,1.5],[3.505,0.876],[3.299,1.424],[3.275,1.418],[3.336,1.284],[1.591,0.681],[1.455,0.903],[1.545,0.688],[1.723,0.661],[3.788,1.625],[3.901,1.571],[0.367,0.111],[25.69,10.639],[39.302,16.855],[5.623,2.435],[4.243,1.955],[5.166,2.247],[2.451,-0.144],[3.858,-1.577],[1.006,-0.662],[0.84,-0.655],[0.408,-0.315],[1.381,-0.622],[4.696,-4.503],[0.654,-2.618],[-0.294,-2.378],[-2.503,-0.17],[-9.283,5.039],[-4.403,1.876],[-5.428,-0.99],[-8.22,-14.916],[2.432,-8.365],[1.383,-2.721],[3.023,-5.185],[10.044,-8.256],[11.781,7.069],[-3.342,20.711],[-7.723,3.089],[-10.311,-1.755],[0.953,-8.522],[5.146,-10.711],[10.631,4.661],[-3.511,9.735],[-6.108,-5.792],[-2.243,5.116],[7.205,-1.78],[-5.736,0.365],[-5.777,6.886],[0.689,5.671],[4.352,0.846],[6.928,-6.462],[4.569,-15.417]],"v":[[463,-193],[452.052,-191.674],[445,-187],[443.521,-186.495],[442,-186],[436.719,-179.774],[432,-173],[429.812,-170.804],[428,-169],[426.029,-164.341],[424,-159],[421.351,-154.45],[419,-150],[414.615,-130.51],[414,-109],[418.925,-97.543],[428,-91],[441.371,-93.449],[453,-100],[476.724,-133.06],[490,-178],[489.037,-197.974],[483,-213],[464.441,-223.732],[444,-232],[428.84,-238.548],[414,-245],[409.013,-247.496],[404,-250],[393.614,-253.964],[383,-258],[378.497,-260.501],[374,-263],[372.514,-263.035],[371,-263],[370.05,-263.965],[369,-265],[348.089,-273.632],[328,-282],[320.07,-285.647],[313,-289],[307.437,-291.024],[302,-293],[286.773,-299.632],[272,-306],[266.966,-308.514],[262,-311],[251.496,-315.001],[241,-319],[236.572,-321.47],[232,-324],[230.514,-324.035],[229,-324],[228.05,-324.965],[227,-326],[223.95,-327.003],[221,-328],[199.524,-337.679],[178,-346],[177.05,-346.964],[176,-348],[163.333,-352.834],[151,-354],[141.817,-350.529],[134,-346],[124.949,-338.402],[117,-330],[95.057,-291.604],[84,-246],[83.761,-239.383],[84,-233],[84.917,-229.499],[86,-226],[86.395,-221.274],[87,-217],[89.464,-213.057],[91,-209],[95.814,-204.814],[100,-200],[110.154,-196.414],[120,-192],[129.921,-188.022],[140,-184],[144.503,-181.518],[149,-179],[153.987,-176.987],[159,-175],[170.635,-170.1],[182,-166],[184,-164],[259,-132],[378,-81],[395,-74],[407,-68],[427,-63],[438,-66],[449,-73],[452,-74],[454,-77],[456,-77],[460,-81],[475,-94],[475,-104],[472,-102],[468,-99],[441,-81],[424,-78],[411,-89],[411,-142],[419,-163],[423,-171],[432,-186],[469,-205],[480,-167],[454,-114],[433,-105],[422,-135],[429,-156],[455,-180],[459,-152],[440,-132],[445,-155],[445,-145],[450,-168],[439,-160],[429,-130],[437,-118],[452,-125],[469,-154]],"c":true}],"h":1},{"t":99.571,"s":[{"i":[[-3.077,-1.59],[-2.883,1.033],[-2.139,1.778],[-1.936,1.98],[-2.274,1.642],[-0.271,0.583],[-0.37,0.541],[-0.414,0.563],[-0.401,0.648],[-1.085,1.949],[-0.977,1.966],[-0.904,2.034],[-0.866,2.154],[-1.917,9.054],[0.386,8.973],[3.972,7.061],[0.568,0.612],[0.673,0.469],[2.552,0.878],[2.515,0.901],[10.617,3.822],[10.793,3.865],[14.16,5.233],[14.423,5.077],[16.198,5.687],[15.222,5.624],[5.292,2.022],[5.311,1.873],[3.677,1.099],[3.704,1.34],[5.364,1.938],[4.841,-1.452],[2.389,-1.479],[2.697,-1.26],[2.191,-2.232],[1.713,-2.255],[0.083,-0.521],[0.336,-0.481],[0.607,-0.289],[0.285,-0.432],[0.114,-0.538],[0.243,-0.392],[0.838,-1.293],[0.787,-1.444],[3.825,-11.504],[0.805,-12.006],[-1.809,-8.412],[-5.514,-5.136],[-40.136,-14.541],[-38.301,-13.718],[-2.682,-0.792],[-2.56,-0.859],[-0.852,-0.611],[-0.81,-0.295],[-3.687,-1.101],[-3.769,-1.327],[-3.48,-1.371],[-3.621,-1.297],[-2.853,-0.84],[-2.326,-0.831],[-0.786,-0.583],[-0.9,-0.326],[-1.054,-0.095],[-0.923,-0.31],[-0.8,-0.605],[-0.829,-0.257],[-3.526,0.013],[-2.704,1.246],[-2.016,1.464],[-1.628,1.08],[-0.675,0.534],[-0.47,0.311],[-2.652,2.756],[-3.075,1.776],[-0.614,2.553],[0.35,3.517],[1.517,-1.81],[1.966,-0.685],[2.78,-2.632],[2.805,-1.861],[1.188,-0.704],[1.124,-0.434],[4.293,7.536],[-0.545,10.253],[-5.404,13.936],[-7.666,8.764],[-4.053,2.488],[-4.353,-0.88],[-2.077,-4.311],[-0.216,-6.052],[2.749,-9.143],[3.329,-6.303],[1.287,-2.417],[1.587,-1.936],[3.693,-2.437],[3.014,0.448],[1.542,5.433],[-0.681,6.595],[-2.444,6.018],[-2.581,3.706],[-2.737,2.568],[-4.07,-0.117],[-0.634,-3.768],[0.51,-3.855],[3.493,-5.535],[5.336,0.363],[-0.95,4.309],[-3.166,1.335],[-0.067,-1.67],[-0.416,-1.072],[-1.199,4.246],[2.244,3.827],[1.63,-1.537],[1.079,-2.088],[1.175,-8.341],[-5.496,-4.55],[-3.659,3.933],[-2.313,4.48],[-1.55,5.893],[-0.296,6.577],[1.533,3.466],[3.142,1.858],[4.378,-4.127],[2.353,-3.983],[1.116,-1.982],[1.141,-2.714],[1.649,-8.739],[-0.727,-10.601],[-1.683,-2.984]],"o":[[4.169,0.252],[2.883,-1.033],[2.139,-1.778],[1.936,-1.98],[0.117,-0.688],[0.271,-0.583],[0.37,-0.541],[0.414,-0.563],[1.228,-1.983],[1.085,-1.949],[0.977,-1.966],[0.904,-2.034],[2.936,-7.302],[1.917,-9.054],[-0.386,-8.973],[-1.054,-0.081],[-0.568,-0.612],[-2.279,-1.588],[-2.552,-0.878],[-10.738,-3.846],[-10.617,-3.822],[-13.938,-4.992],[-14.16,-5.233],[-15.985,-5.627],[-16.198,-5.687],[-5.522,-2.039],[-5.292,-2.022],[-3.591,-1.266],[-3.676,-1.099],[-4.703,-1.702],[-5.364,-1.938],[-2.749,0.825],[-2.389,1.479],[-1.525,2.817],[-2.191,2.232],[-0.331,0.436],[-0.083,0.521],[-0.288,0.413],[-0.607,0.289],[-0.301,0.457],[-0.114,0.538],[-0.861,1.385],[-0.838,1.293],[-4.896,8.976],[-3.825,11.504],[-0.752,11.216],[1.809,8.412],[36.155,13.12],[40.136,14.541],[2.714,0.972],[2.682,0.792],[0.784,0.263],[0.852,0.611],[3.484,1.269],[3.687,1.101],[3.457,1.217],[3.48,1.371],[2.264,0.81],[2.853,0.84],[0.956,0.341],[0.786,0.583],[0.861,0.311],[1.054,0.095],[0.97,0.326],[0.8,0.605],[4.192,1.297],[3.526,-0.013],[2.307,-1.063],[2.016,-1.464],[0.831,-0.552],[0.675,-0.534],[3.317,-2.201],[2.652,-2.756],[1.895,-1.271],[0.613,-2.553],[-1.966,-0.924],[-1.517,1.81],[-3.074,2.613],[-2.78,2.632],[-1.126,0.748],[-1.188,0.705],[-11.371,4.398],[-4.293,-7.536],[0.717,-13.49],[5.404,-13.936],[3.437,-3.93],[4.053,-2.488],[3.476,0.703],[2.077,4.311],[0.325,9.126],[-2.749,9.143],[-1.265,2.395],[-1.287,2.417],[-2.214,2.701],[-3.693,2.437],[-4.514,-0.672],[-1.542,-5.433],[0.643,-6.224],[2.444,-6.018],[1.982,-2.846],[2.737,-2.568],[2.975,2.073],[0.634,3.768],[-0.692,5.223],[-3.493,5.535],[-1.964,-3.43],[0.95,-4.309],[0.315,2.246],[0.067,1.67],[2.448,-2.187],[1.199,-4.246],[-3.4,-0.233],[-1.63,1.536],[-3.798,4.084],[-1.175,8.341],[6.048,-0.787],[3.66,-3.933],[2.505,-4.851],[1.55,-5.893],[0.275,-5.275],[-1.534,-3.466],[-6.136,0.51],[-4.378,4.127],[-1.394,2.36],[-1.116,1.981],[-3.129,7.445],[-1.649,8.739],[1.19,3.476],[1.683,2.984]],"v":[[438,-98],[448.443,-99.307],[455.841,-103.659],[461.819,-109.431],[468,-115],[468.596,-116.89],[469.573,-118.559],[470.763,-120.199],[472,-122],[475.46,-127.884],[478.543,-133.743],[481.354,-139.73],[484,-146],[491.599,-170.991],[494.217,-198.49],[488,-223],[485.715,-224.209],[484,-226],[476.677,-229.515],[469,-232],[437.041,-243.485],[405,-255],[362.864,-270.436],[320,-286],[271.428,-303.003],[224,-320],[207.842,-326.125],[192,-332],[181.085,-335.445],[170,-339],[154.603,-345.366],[139,-347],[131.461,-343.326],[124,-339],[118.141,-331.579],[112,-325],[111.504,-323.534],[111,-322],[109.497,-321.014],[108,-320],[107.457,-318.451],[107,-317],[104.445,-313.045],[102,-309],[88.432,-277.773],[81,-242],[82.3,-212.44],[93,-192],[208.891,-149.948],[328,-107],[336.115,-104.415],[344,-102],[346.481,-100.524],[349,-99],[359.786,-95.543],[371,-92],[381.377,-88.06],[392,-84],[399.953,-81.515],[408,-79],[410.541,-77.489],[413,-76],[415.953,-75.499],[419,-75],[421.606,-73.448],[424,-72],[435.616,-70.093],[445,-72],[451.509,-75.987],[457,-80],[459.271,-81.68],[461,-83],[469.682,-90.818],[478,-98],[481.684,-103.816],[482,-113],[477,-110.707],[472,-106],[463.298,-97.936],[455,-91],[451.498,-88.765],[448,-87],[425.063,-94.012],[420,-123],[429.788,-165.544],[450,-201],[461.313,-211.108],[474,-214],[482.445,-206.012],[486,-190],[481.74,-161.883],[472,-138],[468.242,-130.655],[464,-124],[454.6,-115.638],[444,-112],[435.103,-122.057],[434,-141],[439.046,-159.888],[447,-175],[453.934,-183.722],[464,-188],[469.114,-178.836],[469,-167],[462.483,-149.311],[449,-140],[447.653,-152.571],[454,-162],[454.425,-156.119],[455,-152],[461.019,-162.27],[460,-175],[452.759,-172.741],[449,-167],[440.53,-146.349],[446,-125],[460.301,-132.731],[469,-146],[475.158,-162.205],[478,-181],[476.063,-194.063],[469,-202],[453.163,-194.105],[443,-181],[439.31,-174.765],[436,-168],[428.608,-143.867],[427,-115],[431.085,-105.085]],"c":true}],"h":1},{"t":100.571,"s":[{"i":[[4.736,2.24],[2.36,-1.836],[1.973,-2.656],[1.626,-3.117],[1.32,-3.219],[1.116,-3.554],[0.861,-3.696],[0.564,-3.669],[0.227,-3.474],[-0.169,-3.6],[-0.772,-3.207],[-1.591,-2.129],[-2.628,-0.364],[-1.978,0.907],[-1.839,1.636],[-1.566,1.911],[-1.161,1.732],[-1.138,2.141],[-0.907,2.114],[-0.816,2.166],[-0.863,2.298],[-2.033,7.844],[-0.908,8.412],[1.204,7.487],[4.303,5.07],[26.933,7.524],[27.876,7.722],[27.505,7.587],[25.819,7.12],[3.005,0.951],[3.003,0.893],[2.871,0.621],[2.61,0.133],[2.077,-1.168],[1.874,-1.827],[1.485,-1.871],[0.91,-1.299],[0.346,-0.589],[0.298,-0.567],[0.304,-0.569],[0.361,-0.596],[2.889,-6.437],[2.15,-6.938],[1.436,-7.532],[0.746,-8.221],[-0.012,-4.913],[-0.7,-4.382],[-1.588,-3.652],[-2.677,-2.726],[-7.989,-2.357],[-8.045,-2.316],[-7.908,-2.176],[-7.58,-1.938],[-1.479,-0.428],[-1.335,-0.414],[-1.314,-0.404],[-1.414,-0.397],[-9.53,-2.592],[-9.469,-2.541],[-9.455,-2.553],[-9.487,-2.628],[-8.087,-2.33],[-8.123,-2.342],[-7.974,-2.216],[-7.641,-1.953],[-1.479,-0.428],[-1.344,-0.416],[-1.318,-0.405],[-1.4,-0.394],[-2.043,-0.528],[-2.089,-0.398],[-2.127,-0.172],[-2.156,0.153],[-1.909,1.341],[-1.701,1.549],[-1.566,1.684],[-1.505,1.745],[-1.762,1.787],[-1.562,1.81],[-0.492,2.194],[0.131,1.603],[-0.217,2.225],[1.205,-1.868],[1.781,-0.403],[1.5,-1.5],[1.192,-1.808],[3.301,-2.533],[5.167,-0.666],[1.955,4.781],[0.379,5.802],[-0.003,2.406],[-0.134,2.159],[-2.265,9.133],[-3.368,8.227],[-4.78,6.822],[-7.607,1.719],[-1.521,-5.065],[0.005,-4.93],[1.804,-7.962],[2.776,-6.95],[4.177,-5.825],[6.525,-0.779],[1.014,4.482],[-0.415,5.456],[-1.827,6.511],[-2.197,4.462],[-2.597,2.695],[-3.158,0.27],[-0.023,-4.99],[1.135,-4.544],[2.246,-3.941],[3.881,-0.701],[-0.704,4.474],[-3.06,1.139],[-0.209,-0.864],[-0.066,-1.089],[0.11,-0.952],[-1.397,0.536],[-0.882,4.295],[2.286,3.377],[2.231,-4.148],[1.142,-4.709],[-0.15,-5.204],[-3.59,-3.274],[-3.259,5.046],[-1.788,5.041],[-1.119,3.998],[-0.342,3.677],[0.94,5.357]],"o":[[-2.789,0.657],[-2.36,1.836],[-1.973,2.656],[-1.626,3.117],[-1.33,3.243],[-1.116,3.554],[-0.861,3.696],[-0.564,3.669],[-0.216,3.308],[0.17,3.6],[0.772,3.207],[1.591,2.129],[1.984,0.275],[1.978,-0.907],[1.839,-1.636],[1.566,-1.911],[1.507,-2.248],[1.138,-2.141],[0.907,-2.114],[0.816,-2.166],[2.172,-5.782],[2.033,-7.844],[0.908,-8.412],[-1.204,-7.487],[-24.676,-6.992],[-26.933,-7.524],[-27.876,-7.722],[-27.505,-7.587],[-2.88,-0.794],[-3.005,-0.951],[-3.003,-0.893],[-2.871,-0.621],[-2.093,-0.106],[-2.077,1.168],[-1.874,1.827],[-1.485,1.871],[-0.445,0.635],[-0.346,0.589],[-0.298,0.567],[-0.304,0.569],[-3.654,6.029],[-2.889,6.437],[-2.15,6.938],[-1.436,7.532],[-0.476,5.248],[0.012,4.913],[0.7,4.382],[1.588,3.652],[7.741,2.298],[7.989,2.357],[8.045,2.316],[7.908,2.176],[1.745,0.446],[1.479,0.428],[1.335,0.414],[1.314,0.404],[9.638,2.707],[9.53,2.592],[9.469,2.541],[9.455,2.553],[7.867,2.179],[8.087,2.33],[8.123,2.342],[7.974,2.216],[1.724,0.441],[1.479,0.428],[1.344,0.416],[1.318,0.405],[1.988,0.559],[2.043,0.528],[2.089,0.398],[2.127,0.172],[2.191,-1.059],[1.909,-1.341],[1.701,-1.549],[1.566,-1.684],[1.091,-2.127],[1.762,-1.787],[1.562,-1.81],[0.306,-1.364],[-0.131,-1.603],[-1.399,-0.876],[-1.205,1.868],[-0.806,2.194],[-1.5,1.499],[-2.63,3.203],[-3.301,2.533],[-4.799,-2.077],[-1.955,-4.78],[-0.144,-2.215],[0.003,-2.406],[0.574,-9.24],[2.265,-9.133],[3.273,-7.995],[4.78,-6.822],[4.922,1.811],[1.521,5.065],[-0.008,7.204],[-1.804,7.962],[-2.765,6.922],[-4.177,5.825],[-3.359,-2.617],[-1.014,-4.482],[0.494,-6.493],[1.827,-6.511],[1.452,-2.951],[2.598,-2.695],[3.042,3.495],[0.023,4.99],[-1.133,4.536],[-2.246,3.941],[-1.874,-2.964],[0.704,-4.474],[-0.901,0.457],[0.209,0.864],[0.044,0.728],[-0.11,0.952],[1.756,-2.443],[0.882,-4.295],[-3.935,0.7],[-2.231,4.148],[-1.19,4.909],[0.15,5.204],[5.174,-0.775],[3.259,-5.046],[1.181,-3.329],[1.119,-3.999],[0.496,-5.332],[-0.94,-5.357]],"v":[[476,-213],[468.286,-209.171],[461.797,-202.343],[456.409,-193.594],[452,-184],[448.321,-173.762],[445.345,-162.845],[443.197,-151.756],[442,-141],[441.876,-130.467],[443.234,-120.085],[446.725,-111.911],[453,-108],[458.976,-109.062],[464.734,-112.99],[469.875,-118.423],[474,-124],[477.933,-130.563],[480.966,-136.924],[483.516,-143.324],[486,-150],[492.555,-170.812],[497.213,-195.569],[497.015,-219.791],[489,-239],[411.258,-260.857],[328.714,-283.808],[245.314,-306.856],[165,-329],[156.14,-331.671],[147.096,-334.492],[138.254,-336.816],[130,-338],[123.698,-336.254],[117.725,-331.608],[112.64,-325.908],[109,-321],[107.827,-319.169],[106.874,-317.441],[105.984,-315.742],[105,-314],[95.192,-295.325],[87.639,-275.287],[82.267,-253.606],[79,-230],[78.253,-214.709],[79.27,-200.717],[82.653,-188.617],[89,-179],[112.643,-171.993],[136.742,-164.959],[160.719,-158.196],[184,-152],[188.806,-150.69],[192.996,-149.427],[196.939,-148.201],[201,-147],[229.74,-139.067],[258.226,-131.382],[286.599,-123.756],[315,-116],[338.978,-109.202],[363.34,-102.161],[387.532,-95.289],[411,-89],[415.778,-87.697],[419.986,-86.43],[423.95,-85.198],[428,-84],[434.048,-82.345],[440.248,-80.932],[446.574,-80.052],[453,-80],[459.132,-83.618],[464.529,-87.971],[469.411,-92.839],[474,-98],[478.498,-103.781],[483.702,-109.085],[487,-115],[487.066,-119.355],[487,-125],[483.287,-122.459],[479,-118],[475.289,-112.71],[471,-108],[462.402,-99.097],[450,-94],[440.185,-104.706],[437,-121],[436.791,-128.042],[437,-135],[441.405,-162.76],[450,-189],[461.749,-212.206],[480,-226],[489.195,-214.839],[491,-199],[488.076,-175.809],[481,-153],[470.82,-132.893],[455,-122],[448.669,-132.87],[448,-148],[451.723,-168.024],[458,-185],[464.221,-194.01],[473,-199],[477.132,-185.787],[475,-171],[470.061,-157.624],[461,-150],[459.3,-162.369],[465,-172],[464.274,-169.974],[465,-167],[464.486,-164.052],[466,-163],[470.531,-173.799],[469,-186],[459.905,-178.007],[455,-164],[452.915,-148.274],[458,-135],[470.539,-144.801],[478,-161],[481.629,-172.239],[484,-184],[483.924,-200.818]],"c":true}],"h":1},{"t":101.571,"s":[{"i":[[2.626,4.35],[31.353,5.897],[31.366,5.884],[31.454,5.795],[31.619,5.631],[0.789,-0.56],[0.703,-0.633],[0.563,-0.631],[0.368,-0.555],[0.337,-0.534],[0.294,-0.513],[0.31,-0.597],[0.385,-0.787],[0.251,-0.399],[0.275,-0.414],[0.262,-0.433],[0.21,-0.456],[0.325,-0.955],[0.303,-1.024],[0.327,-1.057],[0.395,-1.055],[0.27,-0.421],[0.305,-0.424],[0.258,-0.416],[0.129,-0.396],[0.072,-0.581],[0.032,-0.583],[0.069,-0.585],[0.182,-0.588],[0.346,-0.984],[0.354,-0.992],[0.331,-1.012],[0.276,-1.045],[0.992,-4.608],[0.783,-4.696],[0.525,-4.615],[0.218,-4.367],[-0.013,-5.164],[-0.574,-4.515],[-1.398,-3.719],[-2.488,-2.775],[-31.231,-5.852],[-31.268,-5.815],[-31.278,-5.806],[-31.26,-5.823],[-1.038,0.732],[-0.822,0.942],[-0.886,0.914],[-2.973,5.388],[-2.904,5.106],[-0.117,2.283],[1.148,1.019],[2.209,-4.055],[2.113,-3.516],[2.071,-1.949],[3.151,-0.596],[1.298,2.739],[0.495,3.126],[-0.099,5.927],[-0.389,5.344],[-2.418,10.238],[-2.63,7.464],[-2.637,4.806],[-4.62,1.58],[-1.005,-2.822],[-0.307,-3.108],[0.668,-6.674],[1.065,-5.82],[0.627,-3.386],[0.857,-2.982],[1.267,-2.685],[1.128,-2.466],[0.072,-0.889],[0.38,-0.718],[0.598,-0.521],[0.398,-0.517],[0.253,-0.762],[0.573,-0.411],[0.711,-0.111],[1.311,0.048],[-0.01,6.166],[-0.793,5.811],[-1.053,5.117],[-1.979,4.585],[-1.37,2.037],[-2.466,0.411],[-0.254,-4.019],[0.392,-3.797],[1.118,-3.843],[1.172,-2.173],[0.708,-1.097],[1.514,0.597],[-0.631,4.152],[-1.649,1.596],[-0.189,-1.585],[-0.808,-1.291],[-0.527,4.122],[1.452,3.276],[1.425,-3.001],[0.82,-3.356],[0.573,-3.864],[-0.124,-3.13],[-0.753,-2.5],[-1.886,-0.435],[-1.289,1.673],[-0.981,1.976],[-1.266,4.497],[-0.862,4.832],[-0.345,2.755],[-0.161,2.406],[0.616,4.768],[2.847,3.312],[2.576,-5.317],[1.865,-6.303],[0.563,-1.307],[0.342,-1.402],[0.314,-1.662],[0.327,-1.646],[0.708,-8.147],[-1.163,-7.691],[-1.196,-2.417],[-2.85,-0.913],[-2.397,3.276],[-1.702,3.779],[-1.261,4.372],[-1.153,4.51],[-1.667,9.877],[0,9.364],[1.093,5.493]],"o":[[-31.417,-5.833],[-31.353,-5.897],[-31.366,-5.884],[-31.454,-5.795],[-0.819,0.413],[-0.789,0.56],[-0.703,0.633],[-0.563,0.631],[-0.439,0.661],[-0.337,0.534],[-0.294,0.513],[-0.31,0.597],[-0.189,0.387],[-0.251,0.399],[-0.275,0.414],[-0.262,0.433],[-0.392,0.849],[-0.325,0.955],[-0.303,1.024],[-0.327,1.057],[-0.153,0.407],[-0.27,0.421],[-0.305,0.424],[-0.258,0.416],[-0.189,0.581],[-0.072,0.581],[-0.032,0.583],[-0.069,0.585],[-0.306,0.988],[-0.346,0.984],[-0.354,0.992],[-0.331,1.012],[-1.151,4.351],[-0.992,4.608],[-0.783,4.695],[-0.525,4.615],[-0.282,5.665],[0.013,5.164],[0.574,4.515],[1.398,3.719],[31.168,5.916],[31.231,5.852],[31.268,5.815],[31.278,5.806],[1.534,-0.284],[1.038,-0.732],[0.822,-0.942],[4.206,-4.343],[2.973,-5.388],[-0.319,-1.847],[0.117,-2.283],[-2.053,4.263],[-2.209,4.055],[-1.566,2.607],[-2.071,1.949],[-2.313,-1.918],[-1.298,-2.739],[-0.784,-4.947],[0.099,-5.927],[0.697,-9.583],[2.418,-10.238],[1.831,-5.195],[2.637,-4.806],[2.674,1.603],[1.005,2.822],[0.74,7.483],[-0.668,6.674],[-0.636,3.472],[-0.627,3.386],[-0.803,2.794],[-1.267,2.685],[-0.332,0.726],[-0.072,0.889],[-0.211,0.399],[-0.598,0.521],[-0.416,0.541],[-0.253,0.762],[-0.846,0.606],[-0.711,0.111],[-3.831,-4.524],[0.01,-6.166],[0.81,-5.946],[1.053,-5.117],[1.053,-2.44],[1.37,-2.037],[1.375,3.125],[0.254,4.019],[-0.356,3.454],[-1.118,3.843],[-0.652,1.209],[-0.708,1.097],[-1.174,-3.797],[0.631,-4.152],[-0.563,1.367],[0.189,1.585],[1.345,-3.235],[0.527,-4.122],[-2.481,0.639],[-1.425,3.001],[-0.833,3.413],[-0.573,3.864],[0.101,2.566],[0.753,2.5],[1.863,-0.332],[1.289,-1.673],[2.076,-4.178],[1.266,-4.497],[0.459,-2.573],[0.345,-2.755],[0.31,-4.618],[-0.616,-4.768],[-4.831,1.43],[-2.576,5.317],[-0.405,1.37],[-0.563,1.307],[-0.417,1.707],[-0.314,1.662],[-1.332,6.721],[-0.708,8.147],[0.365,2.418],[1.196,2.417],[3.711,-1.117],[2.397,-3.276],[1.803,-4.004],[1.261,-4.372],[2.333,-9.129],[1.667,-9.877],[0,-5.677],[-1.093,-5.493]],"v":[[492,-255],[397.863,-272.614],[303.803,-290.303],[209.592,-307.841],[115,-325],[112.575,-323.521],[110.324,-321.712],[108.41,-319.797],[107,-318],[105.851,-316.234],[104.919,-314.689],[104.027,-313.05],[103,-311],[102.331,-309.823],[101.532,-308.604],[100.717,-307.333],[100,-306],[98.936,-303.285],[98.004,-300.309],[97.071,-297.178],[96,-294],[95.346,-292.755],[94.464,-291.483],[93.6,-290.221],[93,-289],[92.628,-287.257],[92.49,-285.511],[92.357,-283.759],[92,-282],[91.015,-279.045],[89.956,-276.085],[88.92,-273.082],[88,-270],[84.773,-256.52],[82.099,-242.523],[80.126,-228.515],[79,-215],[78.531,-198.721],[79.345,-184.166],[82.237,-171.778],[88,-162],[181.605,-144.354],[275.361,-126.861],[369.186,-109.436],[463,-92],[466.788,-93.584],[469.508,-96.156],[472,-99],[482.476,-113.927],[491,-130],[491.121,-136.621],[490,-142],[483.544,-129.439],[477,-118],[471.689,-110.992],[464,-107],[458.637,-114.094],[456,-123],[455.12,-139.702],[456,-157],[461.05,-187.59],[469,-215],[475.409,-230.711],[486,-241],[491.275,-234.128],[493,-225],[492.854,-203.753],[490,-185],[488.166,-174.632],[486,-165],[482.743,-156.754],[479,-149],[478.536,-146.494],[478,-144],[476.64,-142.589],[475,-141],[474.119,-138.903],[473,-137],[470.849,-136.009],[468,-136],[463.032,-152.534],[465,-171],[467.624,-187.521],[472,-202],[475.44,-209.021],[481,-213],[483.325,-202.004],[483,-190],[480.612,-178.538],[477,-169],[475.147,-165.145],[472,-164],[471.383,-176.651],[475,-186],[474.471,-181.443],[476,-177],[479.098,-188.469],[478,-200],[472.254,-194.038],[469,-184],[466.782,-172.788],[466,-162],[467.162,-153.902],[471,-149],[475.661,-152.267],[479,-158],[483.91,-171.01],[487,-185],[488.223,-193.126],[489,-201],[488.867,-215.479],[484,-228],[473.275,-217.155],[467,-199],[465.453,-195.024],[464,-191],[462.932,-185.955],[462,-181],[458.628,-158.227],[459,-134],[461.137,-126.372],[467,-121],[476.007,-128.004],[482,-139],[486.488,-151.62],[490,-165],[496.25,-193.823],[499,-223],[497.47,-239.995]],"c":true}],"h":1},{"t":102.571,"s":[{"i":[[32.407,2.759],[0.142,-0.067],[0.125,-0.083],[0.107,-0.102],[0.087,-0.121],[0.066,-0.142],[0.044,-0.165],[0.02,-0.189],[-0.006,-0.214],[0.285,-0.265],[0.217,-0.347],[0.164,-0.412],[0.126,-0.461],[0.103,-0.493],[0.096,-0.509],[0.104,-0.508],[0.127,-0.49],[0.915,-4.275],[0.784,-4.456],[0.656,-4.603],[0.532,-4.715],[0.411,-4.794],[0.295,-4.839],[0.181,-4.851],[0.072,-4.828],[-0.009,-1.792],[-0.055,-1.775],[-0.112,-1.744],[-0.179,-1.701],[-0.258,-1.645],[-0.347,-1.576],[-0.448,-1.494],[-0.559,-1.399],[-0.928,-0.268],[-0.947,-0.185],[-0.961,-0.121],[-0.97,-0.076],[-0.975,-0.049],[-0.976,-0.04],[-0.972,-0.05],[-0.964,-0.079],[-13.218,-1.127],[-13.259,-1.166],[-13.277,-1.191],[-13.271,-1.203],[-13.242,-1.201],[-13.189,-1.186],[-13.112,-1.157],[-13.012,-1.114],[-2.037,-0.203],[-2.041,-0.214],[-2.043,-0.205],[-2.045,-0.176],[-2.045,-0.129],[-2.044,-0.062],[-2.042,0.024],[-2.038,0.13],[-0.491,0.832],[-0.436,0.898],[-0.39,0.951],[-0.353,0.992],[-0.324,1.02],[-0.303,1.036],[-0.29,1.039],[-0.286,1.029],[-0.307,1.069],[-0.299,1.096],[-0.263,1.119],[-0.199,1.137],[-0.107,1.151],[0.012,1.16],[0.159,1.164],[0.334,1.164],[0.462,-1.58],[0.395,-1.647],[0.378,-1.664],[0.41,-1.632],[0.491,-1.55],[0.622,-1.419],[0.803,-1.239],[1.033,-1.009],[0.357,1.449],[0.26,1.631],[0.173,1.748],[0.096,1.799],[0.031,1.785],[-0.024,1.706],[-0.068,1.562],[-0.101,1.352],[-0.052,-0.543],[-0.036,-0.579],[-0.027,-0.603],[-0.024,-0.615],[-0.028,-0.615],[-0.038,-0.603],[-0.055,-0.579],[-0.078,-0.543],[-0.064,-0.562],[-0.07,-0.592],[-0.092,-0.588],[-0.128,-0.55],[-0.178,-0.477],[-0.243,-0.37],[-0.323,-0.229],[-0.418,-0.054],[-0.632,1.005],[-0.503,1.099],[-0.397,1.179],[-0.314,1.245],[-0.254,1.298],[-0.216,1.336],[-0.201,1.361],[-0.209,1.372],[-0.4,2.873],[-0.362,2.909],[-0.318,2.941],[-0.267,2.969],[-0.21,2.993],[-0.146,3.013],[-0.076,3.029],[0,3.041],[-0.046,2.484],[0.016,2.47],[0.186,2.412],[0.464,2.309],[0.849,2.161],[32.312,2.854],[32.312,2.855],[32.344,2.823]],"o":[[-0.157,0.051],[-0.142,0.067],[-0.125,0.083],[-0.107,0.102],[-0.087,0.121],[-0.066,0.142],[-0.044,0.165],[-0.02,0.189],[-0.369,0.166],[-0.285,0.265],[-0.217,0.347],[-0.164,0.412],[-0.126,0.461],[-0.103,0.493],[-0.096,0.509],[-0.104,0.508],[-1.05,4.06],[-0.915,4.275],[-0.784,4.456],[-0.656,4.603],[-0.532,4.715],[-0.411,4.794],[-0.295,4.84],[-0.181,4.851],[-0.027,1.797],[0.009,1.792],[0.055,1.775],[0.112,1.744],[0.179,1.701],[0.258,1.645],[0.347,1.576],[0.448,1.494],[0.905,0.369],[0.928,0.268],[0.947,0.185],[0.961,0.121],[0.97,0.076],[0.975,0.049],[0.976,0.04],[0.972,0.05],[13.153,1.075],[13.218,1.127],[13.259,1.166],[13.277,1.191],[13.271,1.203],[13.242,1.201],[13.189,1.186],[13.112,1.157],[2.033,0.174],[2.037,0.203],[2.041,0.214],[2.043,0.205],[2.045,0.176],[2.045,0.129],[2.044,0.062],[2.042,-0.024],[0.553,-0.753],[0.491,-0.832],[0.436,-0.898],[0.39,-0.951],[0.353,-0.992],[0.324,-1.02],[0.303,-1.036],[0.29,-1.039],[0.288,-1.038],[0.307,-1.069],[0.299,-1.096],[0.263,-1.119],[0.199,-1.137],[0.107,-1.151],[-0.012,-1.16],[-0.159,-1.164],[-0.578,1.464],[-0.462,1.58],[-0.395,1.647],[-0.378,1.664],[-0.41,1.632],[-0.491,1.55],[-0.622,1.419],[-0.803,1.239],[-0.466,-1.201],[-0.357,-1.449],[-0.26,-1.631],[-0.173,-1.748],[-0.096,-1.799],[-0.031,-1.785],[0.024,-1.706],[0.068,-1.562],[0.075,0.495],[0.052,0.543],[0.036,0.579],[0.027,0.603],[0.024,0.615],[0.028,0.615],[0.038,0.603],[0.055,0.579],[0.072,0.498],[0.064,0.562],[0.07,0.592],[0.092,0.588],[0.128,0.55],[0.178,0.477],[0.243,0.37],[0.323,0.229],[0.784,-0.897],[0.632,-1.005],[0.503,-1.099],[0.397,-1.179],[0.314,-1.245],[0.254,-1.298],[0.216,-1.336],[0.201,-1.361],[0.432,-2.832],[0.4,-2.873],[0.362,-2.909],[0.318,-2.941],[0.267,-2.969],[0.21,-2.993],[0.146,-3.013],[0.076,-3.029],[0,-2.452],[0.046,-2.484],[-0.016,-2.47],[-0.186,-2.412],[-0.464,-2.309],[-32.344,-2.822],[-32.312,-2.854],[-32.312,-2.855],[-32.344,-2.823]],"v":[[103,-308],[102.551,-307.824],[102.151,-307.599],[101.803,-307.321],[101.512,-306.988],[101.282,-306.593],[101.117,-306.132],[101.022,-305.603],[101,-305],[100.022,-304.35],[99.273,-303.429],[98.705,-302.287],[98.274,-300.973],[97.933,-299.537],[97.638,-298.03],[97.342,-296.501],[97,-295],[94.052,-282.489],[91.504,-269.384],[89.345,-255.788],[87.563,-241.802],[86.149,-227.529],[85.091,-213.07],[84.378,-198.526],[84,-184],[83.97,-178.612],[84.063,-173.258],[84.31,-167.976],[84.744,-162.805],[85.397,-157.783],[86.303,-152.949],[87.493,-148.342],[89,-144],[91.752,-143.05],[94.565,-142.376],[97.427,-141.921],[100.324,-141.63],[103.243,-141.449],[106.171,-141.32],[109.095,-141.189],[112,-141],[151.562,-137.694],[191.283,-134.252],[231.093,-130.713],[270.922,-127.119],[310.698,-123.51],[350.35,-119.927],[389.807,-116.41],[429,-113],[435.105,-112.429],[441.223,-111.798],[447.35,-111.166],[453.483,-110.59],[459.618,-110.127],[465.751,-109.836],[471.88,-109.774],[478,-110],[479.563,-112.38],[480.952,-114.978],[482.19,-117.754],[483.302,-120.672],[484.315,-123.693],[485.252,-126.78],[486.139,-129.895],[487,-133],[487.9,-136.162],[488.817,-139.412],[489.667,-142.736],[490.367,-146.121],[490.834,-149.553],[490.984,-153.02],[490.734,-156.507],[490,-160],[488.453,-155.422],[487.18,-150.571],[486.033,-145.592],[484.863,-140.636],[483.524,-135.851],[481.866,-131.384],[479.74,-127.384],[477,-124],[475.767,-127.991],[474.844,-132.627],[474.199,-137.711],[473.799,-143.048],[473.611,-148.441],[473.603,-153.695],[473.744,-158.613],[474,-163],[474.189,-161.439],[474.321,-159.752],[474.414,-157.975],[474.489,-156.144],[474.566,-154.295],[474.663,-152.464],[474.801,-150.687],[475,-149],[475.2,-147.402],[475.397,-145.663],[475.637,-143.884],[475.962,-142.169],[476.417,-140.621],[477.046,-139.342],[477.892,-138.434],[479,-138],[481.118,-140.855],[482.816,-144.014],[484.161,-147.434],[485.223,-151.074],[486.07,-154.893],[486.769,-158.847],[487.39,-162.897],[488,-167],[489.25,-175.558],[490.396,-184.231],[491.417,-193.007],[492.296,-201.873],[493.013,-210.818],[493.548,-219.828],[493.884,-228.893],[494,-238],[494.096,-245.415],[494.167,-252.858],[493.891,-260.192],[492.943,-267.284],[491,-274],[394.023,-282.522],[297.094,-291.093],[200.118,-299.618]],"c":true}],"h":1},{"t":103.571,"s":[{"i":[[0.183,3.485],[0.733,0.011],[0.739,0.011],[0.745,0.011],[0.751,0.012],[0.756,0.012],[0.761,0.012],[0.766,0.011],[0.77,0.011],[0.774,0.01],[0.778,0.01],[0.782,0.009],[0.785,0.008],[0.788,0.007],[0.791,0.006],[0.793,0.004],[0.795,0.003],[0.797,0.001],[0.798,-0.001],[0.8,-0.003],[0.8,-0.005],[0.801,-0.007],[0.801,-0.009],[0.801,-0.012],[0.801,-0.015],[0.8,-0.017],[0.8,-0.02],[0.798,-0.023],[0.797,-0.026],[0.795,-0.03],[0.614,-0.023],[0.613,-0.022],[0.612,-0.021],[0.612,-0.021],[0.611,-0.02],[0.61,-0.019],[0.61,-0.019],[0.61,-0.018],[0.61,-0.017],[0.61,-0.016],[0.61,-0.016],[0.61,-0.015],[0.61,-0.014],[0.611,-0.013],[0.611,-0.012],[0.612,-0.011],[0.613,-0.01],[0.614,-0.009],[0.615,-0.008],[0.616,-0.006],[0.618,-0.005],[0.619,-0.004],[0.621,-0.003],[0.622,-0.001],[0.624,0],[2.033,-0.017],[2.037,-0.031],[2.041,-0.043],[2.044,-0.052],[2.047,-0.059],[2.049,-0.064],[2.05,-0.066],[2.051,-0.066],[2.051,-0.064],[2.05,-0.059],[2.049,-0.052],[2.047,-0.043],[2.044,-0.031],[2.041,-0.017],[2.037,0],[4.14,-0.024],[4.14,-0.045],[4.139,-0.063],[4.139,-0.077],[4.138,-0.087],[4.137,-0.094],[4.136,-0.098],[4.135,-0.098],[4.133,-0.095],[4.131,-0.089],[4.129,-0.079],[4.127,-0.066],[4.124,-0.049],[4.122,-0.029],[4.119,-0.005],[0.016,-3.81],[0.019,-3.792],[0.018,-3.773],[0.014,-3.755],[0.006,-3.736],[-0.006,-3.718],[-0.022,-3.699],[-0.041,-3.68],[-0.065,-3.661],[-0.092,-3.642],[-0.123,-3.623],[-0.157,-3.604],[-0.196,-3.585],[-0.238,-3.566],[-0.284,-3.547],[-8.693,0.151],[-8.692,0.153],[-8.691,0.154],[-8.69,0.155],[-8.689,0.155],[-8.688,0.156],[-8.688,0.157],[-8.687,0.157],[-8.687,0.157],[-8.687,0.157],[-8.687,0.157],[-8.687,0.157],[-8.687,0.157],[-8.688,0.157],[-8.688,0.156],[-0.129,3.647],[-0.094,3.676],[-0.061,3.7],[-0.031,3.717],[-0.002,3.727],[0.025,3.732],[0.05,3.73],[0.074,3.721],[0.095,3.706],[0.114,3.685],[0.132,3.658],[0.147,3.624],[0.161,3.584],[0.173,3.538]],"o":[[-0.727,-0.01],[-0.733,-0.011],[-0.739,-0.011],[-0.745,-0.011],[-0.751,-0.012],[-0.756,-0.012],[-0.761,-0.012],[-0.766,-0.011],[-0.77,-0.011],[-0.774,-0.01],[-0.778,-0.01],[-0.782,-0.009],[-0.785,-0.008],[-0.788,-0.007],[-0.791,-0.006],[-0.793,-0.004],[-0.795,-0.003],[-0.797,-0.001],[-0.798,0.001],[-0.8,0.003],[-0.8,0.005],[-0.801,0.007],[-0.801,0.009],[-0.801,0.012],[-0.801,0.015],[-0.8,0.017],[-0.8,0.02],[-0.798,0.023],[-0.797,0.026],[-0.615,0.023],[-0.614,0.023],[-0.613,0.022],[-0.612,0.021],[-0.612,0.021],[-0.611,0.02],[-0.61,0.019],[-0.61,0.019],[-0.61,0.018],[-0.61,0.017],[-0.61,0.016],[-0.61,0.016],[-0.61,0.015],[-0.61,0.014],[-0.611,0.013],[-0.611,0.012],[-0.612,0.011],[-0.613,0.01],[-0.614,0.009],[-0.615,0.008],[-0.616,0.006],[-0.618,0.005],[-0.619,0.004],[-0.621,0.003],[-0.622,0.001],[-2.027,0],[-2.033,0.017],[-2.037,0.031],[-2.041,0.043],[-2.044,0.052],[-2.047,0.059],[-2.049,0.064],[-2.05,0.066],[-2.051,0.066],[-2.051,0.064],[-2.05,0.059],[-2.049,0.052],[-2.047,0.043],[-2.044,0.031],[-2.041,0.017],[-4.14,0],[-4.14,0.024],[-4.14,0.045],[-4.139,0.063],[-4.139,0.077],[-4.138,0.087],[-4.137,0.094],[-4.136,0.098],[-4.135,0.098],[-4.133,0.095],[-4.131,0.089],[-4.129,0.079],[-4.127,0.066],[-4.124,0.049],[-4.122,0.029],[-0.009,3.829],[-0.016,3.81],[-0.019,3.792],[-0.018,3.773],[-0.014,3.755],[-0.006,3.736],[0.006,3.718],[0.022,3.699],[0.041,3.68],[0.065,3.661],[0.092,3.642],[0.123,3.623],[0.157,3.604],[0.196,3.585],[0.238,3.566],[8.694,-0.15],[8.693,-0.151],[8.692,-0.153],[8.691,-0.154],[8.69,-0.155],[8.689,-0.155],[8.688,-0.156],[8.688,-0.157],[8.687,-0.157],[8.687,-0.157],[8.687,-0.157],[8.687,-0.157],[8.687,-0.157],[8.687,-0.157],[8.688,-0.157],[0.165,-3.611],[0.129,-3.647],[0.094,-3.676],[0.061,-3.7],[0.031,-3.717],[0.002,-3.727],[-0.025,-3.732],[-0.05,-3.73],[-0.074,-3.721],[-0.095,-3.706],[-0.114,-3.685],[-0.132,-3.658],[-0.147,-3.624],[-0.161,-3.584],[-0.173,-3.538]],"v":[[485,-294],[482.81,-294.031],[480.6,-294.064],[478.373,-294.098],[476.128,-294.133],[473.868,-294.168],[471.591,-294.203],[469.3,-294.238],[466.996,-294.271],[464.679,-294.303],[462.349,-294.333],[460.009,-294.361],[457.659,-294.386],[455.299,-294.408],[452.931,-294.427],[450.555,-294.441],[448.173,-294.452],[445.785,-294.457],[443.392,-294.458],[440.995,-294.453],[438.595,-294.441],[436.193,-294.424],[433.789,-294.399],[431.385,-294.367],[428.982,-294.328],[426.579,-294.28],[424.179,-294.224],[421.782,-294.159],[419.389,-294.084],[417,-294],[415.155,-293.932],[413.314,-293.865],[411.476,-293.8],[409.64,-293.736],[407.806,-293.675],[405.974,-293.615],[404.143,-293.558],[402.313,-293.503],[400.484,-293.45],[398.655,-293.399],[396.827,-293.351],[394.997,-293.306],[393.167,-293.263],[391.335,-293.223],[389.502,-293.186],[387.667,-293.152],[385.83,-293.121],[383.989,-293.094],[382.146,-293.07],[380.299,-293.049],[378.449,-293.031],[376.594,-293.018],[374.734,-293.008],[372.87,-293.002],[371,-293],[364.91,-292.975],[358.805,-292.903],[352.688,-292.792],[346.56,-292.649],[340.423,-292.481],[334.28,-292.296],[328.131,-292.1],[321.979,-291.9],[315.827,-291.704],[309.675,-291.519],[303.527,-291.351],[297.383,-291.208],[291.246,-291.097],[285.118,-291.025],[279,-291],[266.58,-290.963],[254.161,-290.858],[241.742,-290.695],[229.324,-290.486],[216.908,-290.239],[204.495,-289.966],[192.086,-289.676],[179.68,-289.38],[167.278,-289.089],[154.882,-288.812],[142.492,-288.559],[130.108,-288.341],[117.731,-288.169],[105.361,-288.051],[93,-288],[92.961,-276.542],[92.908,-265.138],[92.85,-253.79],[92.801,-242.498],[92.77,-231.261],[92.769,-220.08],[92.811,-208.956],[92.905,-197.887],[93.063,-186.875],[93.298,-175.92],[93.619,-165.022],[94.038,-154.18],[94.567,-143.396],[95.218,-132.669],[96,-122],[122.081,-122.453],[148.159,-122.909],[174.233,-123.368],[200.304,-123.831],[226.372,-124.295],[252.438,-124.763],[278.502,-125.231],[304.565,-125.701],[330.627,-126.173],[356.689,-126.645],[382.75,-127.117],[408.811,-127.589],[434.873,-128.06],[460.936,-128.531],[487,-129],[487.44,-139.887],[487.773,-150.873],[488.006,-161.939],[488.143,-173.065],[488.191,-184.232],[488.155,-195.422],[488.041,-206.616],[487.854,-217.793],[487.601,-228.936],[487.287,-240.026],[486.917,-251.042],[486.498,-261.967],[486.035,-272.781],[485.534,-283.465]],"c":true}],"h":1},{"t":104.571,"s":[{"i":[[-63.241,8.987],[-0.978,4.306],[-0.359,4.907],[0.049,5.273],[0.245,5.403],[0.842,7.578],[1.298,7.642],[1.682,7.118],[1.995,6.005],[0.958,2.26],[1.13,1.796],[1.357,1.138],[1.639,0.287],[0.331,-0.062],[0.301,-0.128],[0.319,-0.127],[0.386,-0.058],[7.668,-0.993],[7.856,-0.947],[8.01,-0.981],[8.131,-1.095],[23.862,-3.195],[24.09,-3.174],[23.558,-3.017],[22.266,-2.725],[0.796,-2.536],[0.442,-2.836],[0.175,-3.007],[-0.005,-3.048],[-0.51,-6.315],[-0.854,-6.169],[-1.042,-5.644],[-1.075,-4.741],[-0.558,-2.183],[-0.623,-1.961],[-0.754,-1.798],[-0.951,-1.693],[-0.456,-0.946],[-0.582,-0.832],[-0.835,-0.47],[-1.214,0.139],[-0.652,2.061],[-0.384,2.226],[-0.166,2.302],[0.005,2.288],[0.397,4.824],[0.664,4.815],[0.81,4.459],[0.836,3.754],[0.638,2.709],[0.855,2.369],[1.289,1.851],[1.941,1.154],[0.588,-1.917],[0.303,-2.088],[0.064,-2.252],[-0.13,-2.409],[-0.245,-2.49],[-0.344,-2.537],[-0.427,-2.528],[-0.493,-2.464],[-0.528,-2.5],[-0.724,-2.259],[-1.084,-1.755],[-1.609,-0.988],[-0.498,2.206],[-0.023,2.478],[0.236,2.533],[0.281,2.372],[0.121,1.209],[0.143,1.213],[0.2,1.147],[0.292,1.013],[0.384,1.061],[0.492,0.949],[0.612,0.664],[0.745,0.206],[0.162,-1.06],[0.101,-1.116],[0.014,-1.123],[-0.101,-1.082],[-0.218,-1.084],[-0.333,-0.984],[-0.449,-0.783],[-0.565,-0.48],[0.054,0.804],[0.054,0.804],[-0.152,0.598],[-0.564,0.186],[-0.214,-1.816],[-0.144,-1.895],[0.142,-1.757],[0.643,-1.399],[0.779,2.016],[0.592,2.381],[0.392,2.549],[0.18,2.52],[0.03,2.702],[-0.36,2.514],[-0.979,2.115],[-0.874,-2.504],[-0.726,-2.663],[-0.758,-5.751],[-0.486,-6.564],[0.162,-4.953],[2.803,-3.094],[1.858,5.296],[1.236,6.041],[0.877,6.28],[0.303,6.067],[0.116,5.009],[-0.697,4.29],[-0.755,1.87],[-1.736,1.005],[-2.018,-6.667],[-1.553,-7.486],[-1.522,-13.857],[1.58,-14.556],[0.909,-2.711],[2.09,-0.619],[1.667,2.908],[1.288,3.072],[1.211,3.264],[1.799,2.705],[0,-2.167],[0,-2.166],[-2.783,-6.883],[-5.541,-4.126],[-64.154,8.347]],"o":[[1.81,-3.469],[0.978,-4.306],[0.359,-4.907],[-0.049,-5.273],[-0.315,-6.927],[-0.842,-7.578],[-1.298,-7.642],[-1.682,-7.118],[-0.841,-2.531],[-0.958,-2.26],[-1.13,-1.796],[-1.357,-1.138],[-0.411,-0.072],[-0.331,0.062],[-0.301,0.129],[-0.319,0.127],[-7.447,1.118],[-7.668,0.993],[-7.856,0.947],[-8.01,0.981],[-22.874,3.079],[-23.862,3.195],[-24.09,3.174],[-23.558,3.017],[-1.238,2.107],[-0.796,2.536],[-0.442,2.836],[-0.175,3.007],[0.009,6.082],[0.51,6.315],[0.854,6.169],[1.042,5.644],[0.558,2.463],[0.558,2.183],[0.623,1.961],[0.754,1.798],[0.457,0.813],[0.456,0.946],[0.583,0.832],[0.835,0.47],[0.967,-1.807],[0.652,-2.061],[0.384,-2.226],[0.166,-2.302],[-0.01,-4.485],[-0.397,-4.824],[-0.664,-4.815],[-0.81,-4.459],[-0.639,-2.87],[-0.638,-2.709],[-0.855,-2.369],[-1.289,-1.851],[-0.917,1.74],[-0.588,1.917],[-0.303,2.088],[-0.064,2.252],[0.129,2.387],[0.245,2.49],[0.345,2.537],[0.427,2.528],[0.496,2.477],[0.528,2.5],[0.724,2.259],[1.084,1.755],[1.187,-1.716],[0.498,-2.206],[0.023,-2.478],[-0.236,-2.533],[-0.135,-1.137],[-0.121,-1.209],[-0.143,-1.213],[-0.2,-1.147],[-0.288,-0.999],[-0.384,-1.061],[-0.492,-0.949],[-0.612,-0.664],[-0.196,0.955],[-0.162,1.06],[-0.101,1.116],[-0.014,1.123],[0.102,1.084],[0.218,1.084],[0.333,0.984],[0.449,0.783],[0.152,-0.598],[-0.054,-0.804],[-0.054,-0.804],[0.152,-0.598],[0.069,1.519],[0.214,1.816],[0.144,1.895],[-0.142,1.757],[-0.953,-1.454],[-0.779,-2.016],[-0.592,-2.381],[-0.392,-2.549],[-0.192,-2.68],[-0.03,-2.702],[0.36,-2.514],[1.779,1.319],[0.874,2.504],[1.481,5.431],[0.758,5.751],[0.451,6.093],[-0.162,4.953],[-3.332,-2.776],[-1.858,-5.296],[-1.189,-5.813],[-0.877,-6.28],[-0.233,-4.675],[-0.116,-5.009],[0.245,-1.513],[0.755,-1.87],[4.376,3.847],[2.018,6.667],[2.492,12.016],[1.522,13.857],[-0.275,2.536],[-0.909,2.711],[-3.045,-1.296],[-1.667,-2.908],[-1.358,-3.24],[-1.21,-3.264],[0,2.166],[0,2.167],[3.326,6.34],[2.783,6.883],[64.141,-8.626],[64.154,-8.347]],"v":[[493,-152],[497.129,-163.72],[499.082,-177.598],[499.495,-192.927],[499,-209],[497.247,-230.904],[494.02,-253.882],[489.533,-276.169],[484,-296],[481.316,-303.234],[478.197,-309.365],[474.48,-313.814],[470,-316],[468.898,-315.998],[467.963,-315.695],[467.046,-315.295],[466,-315],[443.32,-311.853],[420.026,-308.964],[396.22,-306.093],[372,-303],[301.707,-293.555],[229.589,-283.968],[157.927,-274.647],[89,-266],[85.97,-259.003],[84.136,-250.912],[83.233,-242.115],[83,-233],[83.817,-214.309],[85.901,-195.487],[88.785,-177.672],[92,-162],[93.658,-155.047],[95.412,-148.846],[97.46,-143.222],[100,-138],[101.338,-135.3],[102.864,-132.572],[104.959,-130.558],[108,-130],[110.416,-135.824],[111.958,-142.277],[112.771,-149.092],[113,-156],[112.36,-170.051],[110.739,-184.597],[108.499,-198.595],[106,-211],[104.138,-219.413],[101.953,-227.074],[98.792,-233.448],[94,-238],[91.755,-232.512],[90.43,-226.503],[89.89,-219.992],[90,-213],[90.565,-205.67],[91.453,-198.115],[92.615,-190.503],[94,-183],[95.494,-175.469],[97.331,-168.265],[100.002,-162.179],[104,-158],[106.474,-163.937],[107.202,-171.017],[106.83,-178.588],[106,-186],[105.624,-189.536],[105.236,-193.185],[104.73,-196.742],[104,-200],[102.995,-203.132],[101.685,-206.19],[100.032,-208.653],[98,-210],[97.456,-206.965],[97.054,-203.689],[96.875,-200.319],[97,-197],[97.479,-193.723],[98.305,-190.595],[99.479,-187.92],[101,-186],[101.096,-188.154],[100.883,-190.617],[100.978,-192.772],[102,-194],[102.479,-188.943],[103.069,-183.321],[103.124,-177.789],[102,-173],[99.4,-178.255],[97.341,-184.9],[95.862,-192.346],[95,-200],[94.61,-208.126],[95.048,-216.004],[97,-223],[100.79,-217.008],[103,-209],[106.247,-192.35],[108,-174],[108.94,-157.25],[105,-145],[97.428,-157.552],[93,-175],[89.835,-193.309],[88,-212],[87.303,-226.79],[88,-241],[89.382,-246.381],[93,-251],[102.117,-234.729],[107,-213],[113.554,-173.905],[114,-131],[112.361,-122.562],[108,-117],[101.182,-123.668],[97,-133],[93.331,-142.901],[89,-152],[89,-145.5],[89,-139],[97.339,-118.339],[109,-101],[301.675,-126.229]],"c":true}],"h":1},{"t":105.571,"s":[{"i":[[0,9.666],[0.926,3.839],[1.161,4.256],[1.279,4.039],[1.282,3.188],[1.032,2.269],[1.16,2.256],[1.298,2.234],[1.447,2.202],[1.264,1.749],[1.33,1.466],[1.401,0.984],[1.477,0.304],[1.943,-0.15],[2.228,-0.439],[2.296,-0.569],[2.148,-0.541],[26.521,-6.748],[26.609,-6.777],[26.783,-6.765],[27.043,-6.713],[2.211,-0.447],[1.952,-0.43],[1.515,-0.518],[0.9,-0.709],[0.964,-1.854],[0.643,-2.417],[0.357,-2.729],[0.107,-2.792],[-0.136,-2.812],[-0.302,-2.733],[-0.39,-2.554],[-0.4,-2.276],[-1.182,-4.886],[-1.446,-4.566],[-1.665,-4.022],[-1.841,-3.255],[-1.392,-2.05],[-1.695,-1.813],[-2.081,-1.356],[-2.548,-0.68],[-1.387,1.887],[-0.635,2.45],[-0.181,2.713],[-0.025,2.677],[0.644,5.446],[1.238,4.956],[1.725,4.532],[2.106,4.175],[1.077,2.063],[1.297,1.779],[1.697,1.202],[2.275,0.329],[1.076,-1.439],[0.554,-1.845],[0.201,-1.983],[0.017,-1.854],[-0.242,-1.986],[-0.4,-1.979],[-0.458,-1.879],[-0.416,-1.685],[-1.142,-3.669],[-1.547,-3.203],[-2.132,-2.307],[-2.897,-0.981],[-0.857,2.127],[-0.202,2.731],[0.255,2.864],[0.517,2.526],[0.849,2.326],[1.136,2.014],[1.344,1.431],[1.472,0.577],[0.065,-3.032],[-0.932,-2.748],[-1.528,-1.126],[-0.189,1.585],[-0.084,2.015],[-0.731,-4.186],[1.924,-3.082],[2.037,3.975],[1.059,4.444],[-0.054,5.02],[-2.876,3.338],[-2.087,-2.567],[-1.553,-3.247],[-1.882,-7.334],[0.089,-8.308],[0.872,-3.512],[2.474,-2.344],[3.065,3.502],[2.041,4.079],[0.795,2.179],[0.84,2.323],[1.669,7.444],[0.114,9.112],[-0.985,4.987],[-4.128,2.751],[-3.646,-4.267],[-2.592,-5.194],[-2,-5.782],[-1.522,-5.905],[-1.149,-10.734],[2.707,-9.872],[1.37,-2.431],[2.737,-1.421],[3.047,2.727],[2.469,3.069],[2.469,3.061],[2.691,2.735],[0.159,-1.778],[-0.372,-1.606],[-2.603,-2.922],[-1.937,-2.504],[-0.085,-0.307],[-0.334,-0.349],[-0.517,-0.734],[-0.608,-0.725],[-2.93,-2.61],[-3.537,-0.48],[-4.161,1.065],[-4.511,1.126],[-41.544,10.39],[-40.706,10.168],[-11.526,2.883],[-11.053,2.761],[-5.809,2.471],[-2.63,8.084],[0,9.667]],"o":[[-0.576,-2.789],[-0.926,-3.839],[-1.161,-4.256],[-1.279,-4.039],[-0.914,-2.274],[-1.032,-2.269],[-1.16,-2.256],[-1.298,-2.234],[-1.204,-1.834],[-1.264,-1.749],[-1.33,-1.466],[-1.401,-0.984],[-1.44,-0.296],[-1.943,0.15],[-2.228,0.439],[-2.296,0.569],[-26.519,6.68],[-26.521,6.748],[-26.609,6.777],[-26.783,6.765],[-2.292,0.569],[-2.211,0.447],[-1.952,0.43],[-1.515,0.518],[-1.322,1.042],[-0.964,1.854],[-0.643,2.417],[-0.357,2.729],[-0.107,2.793],[0.136,2.812],[0.302,2.733],[0.39,2.554],[0.875,4.983],[1.182,4.886],[1.446,4.566],[1.665,4.022],[1.17,2.068],[1.392,2.05],[1.695,1.813],[2.081,1.356],[2.437,-1.023],[1.387,-1.887],[0.634,-2.45],[0.181,-2.713],[0.056,-6.002],[-0.644,-5.446],[-1.238,-4.956],[-1.725,-4.532],[-1.035,-2.053],[-1.077,-2.063],[-1.297,-1.78],[-1.697,-1.202],[-1.766,0.767],[-1.076,1.439],[-0.554,1.845],[-0.201,1.983],[-0.017,1.898],[0.242,1.986],[0.4,1.979],[0.458,1.879],[0.916,3.705],[1.142,3.669],[1.547,3.203],[2.132,2.307],[1.707,-1.052],[0.857,-2.126],[0.202,-2.731],[-0.255,-2.864],[-0.484,-2.366],[-0.849,-2.326],[-1.136,-2.014],[-1.344,-1.431],[-1.462,1.978],[-0.065,3.032],[0.932,2.748],[0.16,-0.644],[0.189,-1.585],[2.001,2.174],[0.731,4.186],[-3.791,-0.656],[-2.037,-3.975],[-1.093,-4.583],[0.054,-5.02],[3.097,0.484],[2.087,2.567],[2.561,5.356],[1.882,7.334],[-0.038,3.606],[-0.872,3.512],[-4.698,0.087],[-3.065,-3.502],[-0.982,-1.963],[-0.795,-2.179],[-2.209,-6.114],[-1.669,-7.444],[-0.066,-5.299],[0.985,-4.987],[5.825,0.739],[3.646,4.267],[2.479,4.968],[2,5.782],[2.111,8.191],[1.149,10.734],[-0.782,2.853],[-1.37,2.431],[-5.345,-0.023],[-3.046,-2.727],[-2.43,-3.02],[-2.47,-3.061],[0.263,2.28],[-0.159,1.778],[0.65,2.806],[2.603,2.922],[0.327,0.422],[0.085,0.307],[0.323,0.338],[0.517,0.734],[1.744,2.082],[2.93,2.61],[2.844,0.386],[4.161,-1.065],[41.118,-10.27],[41.544,-10.39],[10.844,-2.709],[11.526,-2.883],[8.132,-2.031],[5.809,-2.471],[0,-9.666],[0,-9.667]],"v":[[500,-245],[497.717,-255.101],[494.558,-267.402],[490.87,-280.002],[487,-291],[484.083,-297.817],[480.798,-304.607],[477.114,-311.344],[473,-318],[469.299,-323.423],[465.409,-328.295],[461.315,-332.018],[457,-334],[451.871,-334.18],[445.56,-333.256],[438.72,-331.705],[432,-330],[352.46,-309.848],[272.786,-289.549],[192.718,-269.227],[112,-249],[105.201,-247.501],[98.912,-246.211],[93.667,-244.815],[90,-243],[86.58,-238.593],[84.178,-232.125],[82.687,-224.344],[82,-216],[82.063,-207.567],[82.74,-199.225],[83.796,-191.27],[85,-184],[88.098,-169.142],[92.051,-154.909],[96.729,-141.971],[102,-131],[105.822,-124.767],[110.432,-118.918],[116.076,-114.11],[123,-111],[128.661,-115.44],[131.618,-122.02],[132.766,-129.84],[133,-138],[132.091,-155.155],[129.242,-170.74],[124.772,-184.955],[119,-198],[115.877,-204.248],[112.36,-210.085],[107.913,-214.63],[102,-217],[97.779,-213.623],[95.376,-208.63],[94.285,-202.822],[94,-197],[94.362,-191.152],[95.349,-185.181],[96.662,-179.369],[98,-174],[101.041,-162.831],[105.029,-152.414],[110.502,-144.041],[118,-139],[121.797,-143.885],[123.336,-151.288],[123.207,-159.797],[122,-168],[119.981,-175.105],[116.983,-181.683],[113.244,-186.919],[109,-190],[106.809,-182.15],[108.21,-173.145],[112,-167],[112.557,-170.471],[113,-176],[117.444,-165.68],[116,-154],[107.452,-161.659],[103,-175],[101.024,-189.934],[105,-203],[112.658,-198.072],[118,-189],[124.988,-169.714],[128,-146],[126.827,-135.053],[122,-126],[110.508,-131.875],[103,-144],[100.393,-150.229],[98,-157],[91.929,-177.251],[89,-202],[89.854,-217.911],[97,-230],[110.924,-221.841],[120,-207],[126.718,-190.703],[132,-173],[137.613,-143.761],[136,-112],[132.966,-103.925],[127,-98],[114.843,-102.716],[107,-112],[99.696,-121.214],[92,-130],[91.919,-123.995],[92,-119],[97.534,-110.273],[105,-102],[105.494,-100.945],[106,-100],[107.287,-98.291],[109,-96],[116.155,-88.298],[126,-83],[136.75,-84.366],[150,-88],[274.309,-119.077],[398,-150],[431.843,-158.461],[466,-167],[487.127,-172.461],[500,-187],[500,-216]],"c":true}],"h":1},{"t":106.571,"s":[{"i":[[1.792,-5.969],[-3.078,-2.922],[-2.806,-3.194],[-2.125,-1.762],[-1.809,-1.072],[-1.345,-1.147],[-1.12,-0.52],[-0.584,-0.177],[-0.213,-0.084],[-4.956,1.313],[-6.007,2.185],[-3.552,1.377],[-3.096,1.145],[-2.344,0.633],[-1.412,0.65],[-1.358,0.729],[-1.13,0.422],[-1.858,0.422],[-1.81,0.654],[-13.698,5.243],[-13.509,4.084],[-0.389,0.463],[-0.257,0.094],[-1.014,0.08],[-0.977,0.328],[-0.849,0.608],[-0.814,0.302],[-2.809,0.806],[-2.038,0.762],[-2.626,0.986],[-2.562,0.958],[-23.088,8.547],[-22.567,8.178],[-1.801,8.254],[0.841,11.559],[2.827,9.332],[4.035,8.647],[0.283,1.052],[0.422,0.84],[0.753,0.784],[0.495,0.879],[0.436,0.967],[0.592,0.95],[0.696,0.782],[0.507,0.732],[0.458,1.081],[0.555,0.792],[0.375,0.328],[0.277,0.37],[2.488,2.268],[2.076,1.291],[2.618,1.406],[2.474,0.096],[1.306,-0.162],[1.557,-0.361],[1.695,-0.753],[1.727,-0.64],[8.581,-3.212],[8.118,-2.978],[2.711,-0.783],[2.535,-0.905],[0.866,-0.611],[0.783,-0.288],[1.891,-0.432],[1.698,-0.63],[1.633,-0.682],[1.678,-0.611],[34.671,-12.92],[34.356,-12.603],[4.587,-2.264],[2.096,-4.538],[0.561,-1.213],[0.219,-0.985],[0.146,-5.474],[-0.523,-3.868],[-3.482,-9.57],[-3.866,-6.805],[-1.723,-2.621],[-1.513,-1.709],[-4.992,-3.114],[-4.752,1.029],[-1.699,3.103],[-1.581,3.804],[0.847,7.025],[1.981,5.83],[1.528,3.139],[1.78,2.188],[4.418,4.582],[7.447,1.553],[-0.903,-10.935],[-3.031,-6.386],[-4.113,-4.192],[-4.888,-0.627],[-0.539,5.325],[1.469,5.014],[2.03,3.305],[1.936,1.555],[1.06,0.642],[1.592,-0.506],[-1.171,-4.463],[-2.728,-1.605],[-0.067,1.67],[-0.416,1.072],[-0.852,-4.397],[2.466,-2.814],[3.117,9.436],[-0.527,5.841],[-5.801,1.785],[-3.827,-6.061],[-0.942,-13.136],[9.864,-0.95],[3.075,2.06],[0.472,0.354],[0.799,0.764],[1.291,1.488],[1.867,2.86],[2.887,8.061],[1.079,8.215],[-4.497,6.009],[-6.958,-10.093],[-1.161,-1.888],[-0.897,-1.733],[-1.605,-3.882],[2.044,-20.52],[9.907,-1.731],[2.406,1.031],[1.62,1.213],[1.875,3.151],[2.562,3.771]],"o":[[-1.119,7.119],[3.078,2.922],[1.691,1.881],[2.125,1.762],[1.501,0.889],[1.345,1.148],[0.451,0.209],[0.584,0.177],[6.168,2.439],[4.956,-1.313],[3.697,-1.344],[3.552,-1.377],[2.211,-0.818],[2.344,-0.633],[1.438,-0.662],[1.358,-0.729],[1.757,-0.656],[1.858,-0.422],[13.699,-4.946],[13.698,-5.243],[0.187,-0.056],[0.389,-0.462],[0.966,-0.352],[1.014,-0.08],[0.789,-0.264],[0.849,-0.608],[2.724,-1.012],[2.809,-0.806],[2.936,-1.098],[2.626,-0.986],[23.082,-8.632],[23.088,-8.547],[5.637,-6.427],[1.801,-8.254],[-0.657,-9.025],[-2.827,-9.332],[-0.445,-0.952],[-0.283,-1.052],[-0.494,-0.983],[-0.753,-0.784],[-0.665,-1.183],[-0.436,-0.967],[-0.711,-1.139],[-0.695,-0.782],[-0.612,-0.884],[-0.458,-1.081],[-0.222,-0.316],[-0.375,-0.328],[-1.972,-2.635],[-2.488,-2.269],[-2.057,-1.279],[-2.618,-1.406],[-0.221,-0.009],[-1.306,0.162],[-1.495,0.347],[-1.695,0.753],[-8.56,3.173],[-8.581,3.212],[-2.62,0.962],[-2.711,0.783],[-0.755,0.269],[-0.866,0.611],[-1.738,0.641],[-1.891,0.432],[-1.789,0.663],[-1.633,0.681],[-34.962,12.716],[-34.671,12.92],[-6.556,2.405],[-4.587,2.264],[-0.536,1.161],[-0.561,1.213],[-0.941,4.235],[-0.146,5.474],[1.207,8.914],[3.482,9.57],[1.595,2.808],[1.723,2.621],[2.28,2.575],[4.992,3.113],[3.625,-0.785],[1.699,-3.103],[0.37,-9.072],[-0.847,-7.025],[-1.106,-3.255],[-1.528,-3.139],[-2.88,-6.12],[-4.418,-4.582],[-8.642,3.875],[0.903,10.935],[2.66,5.605],[4.113,4.192],[4.315,-2.688],[0.539,-5.325],[-0.945,-3.224],[-2.03,-3.305],[-1.167,-0.938],[-1.06,-0.642],[-2.413,3.543],[1.171,4.463],[0.316,-2.246],[0.067,-1.67],[3.056,1.6],[0.852,4.397],[-9.98,0.42],[-1.627,-4.924],[0.437,-4.845],[8.125,1.81],[4.765,7.547],[0.974,13.592],[-3.259,0.314],[-0.449,-0.301],[-0.944,-0.708],[-1.446,-1.382],[-2.666,-3.073],[-4.425,-6.777],[-2.808,-7.84],[-1.69,-12.872],[12.132,-16.213],[1.179,1.71],[1.113,1.81],[1.79,3.456],[6.484,15.687],[-1.068,10.725],[-5.836,1.02],[-2.911,-1.247],[-3.185,-2.383],[-3.95,-2.383],[-3.945,0.799]],"v":[[100,-110],[104.056,-96.056],[114,-88],[119.911,-82.393],[126,-78],[130.286,-74.723],[134,-72],[135.678,-71.406],[137,-71],[153.121,-70.032],[169,-76],[179.951,-80.149],[190,-84],[197.099,-86.126],[203,-88],[207.231,-90.18],[211,-92],[216.459,-93.502],[222,-95],[263.143,-110.646],[304,-125],[304.947,-125.972],[306,-127],[308.992,-127.518],[312,-128],[314.481,-129.472],[317,-131],[325.514,-133.687],[333,-136],[341.281,-139.105],[349,-142],[418.386,-167.84],[487,-193],[497.859,-214.651],[499,-244],[493.534,-271.784],[483,-299],[481.983,-302.084],[481,-305],[479,-307.578],[477,-310],[475.446,-313.174],[474,-316],[471.847,-318.805],[470,-321],[468.458,-324.069],[467,-327],[466.041,-327.959],[465,-329],[458.078,-336.509],[451,-342],[443.813,-346.387],[436,-349],[433.502,-348.778],[429,-348],[424.174,-346.219],[419,-344],[393.168,-334.354],[368,-325],[359.936,-322.458],[352,-320],[349.521,-318.514],[347,-317],[341.47,-315.491],[336,-314],[330.917,-311.96],[326,-310],[221.546,-271.415],[118,-233],[101.154,-226.6],[91,-217],[89.262,-213.368],[88,-210],[86.402,-194.725],[87,-180],[94.506,-151.418],[106,-126],[111.061,-117.676],[116,-111],[127.646,-101.297],[143,-97],[150.533,-103.235],[155,-114],[154.264,-137.931],[150,-157],[146.005,-166.801],[141,-175],[130.425,-191.425],[113,-201],[103.246,-175.883],[111,-147],[121.329,-131.767],[135,-124],[141.838,-136.755],[140,-153],[135.244,-163.251],[129,-171],[125.819,-173.583],[122,-174],[120.644,-161.046],[127,-151],[127.425,-156.881],[128,-161],[134.142,-150.911],[132,-139],[115,-159],[112,-175],[119,-187],[136,-173],[148,-138],[137,-111],[126,-115],[125,-117],[122,-118],[119,-123],[112,-131],[102,-152],[96,-176],[100,-207],[139,-191],[142,-185],[146,-180],[151,-168],[162,-110],[146,-84],[134,-86],[128,-89],[120,-96],[110,-105]],"c":true}],"h":1},{"t":107.571,"s":[{"i":[[-0.169,-4.386],[0,-1.5],[0,-1.5],[-1.473,-1.064],[-1.495,-1.066],[-2.086,-1.386],[-1.644,-1.023],[-4.068,-2.382],[-4.825,-1.044],[-8.049,3.565],[-7.833,3.684],[-6.727,2.944],[-6.072,2.922],[-6.478,3.193],[-6.542,3.077],[-3.379,1.489],[-3.197,1.499],[-3.64,1.779],[-3.632,1.099],[-1.227,0.802],[-1.01,0.466],[-1.666,0.611],[-1.631,0.769],[-3.113,1.729],[-3.271,1.538],[-6.724,2.968],[-6.5,3.024],[-13.11,6.233],[-13.064,5.79],[-1,1],[-1.211,0.789],[-1.55,6.621],[0.647,8.501],[3.138,9.842],[4.762,8.605],[0.757,1.379],[0.356,0.372],[0.298,0.539],[0.407,0.425],[0.45,0.652],[0.474,0.634],[1.164,1.255],[1.111,1.333],[0.101,0.565],[0.279,0.358],[1.859,1.574],[1.255,1.024],[0.529,0.321],[0.46,0.369],[0.81,0.937],[0.863,0.535],[1.097,0.536],[0.942,0.443],[1.28,0.564],[0.708,0.195],[3.908,-1.249],[3.431,-1.631],[1.725,-0.634],[1.519,-0.714],[3.36,-1.478],[3.245,-1.528],[3.136,-1.74],[3.257,-1.534],[3.369,-1.485],[3.215,-1.5],[6.53,-2.998],[6.442,-3.006],[1.485,-0.891],[1.504,-0.711],[1.862,-0.579],[1.717,-0.817],[3.136,-1.743],[3.173,-1.465],[4.814,-2.12],[4.642,-2.165],[4.974,-2.323],[4.965,-2.31],[3.009,-1.447],[3.51,-1.656],[6.382,-3.001],[6.558,-3.122],[11.115,-8.809],[1.129,-2.284],[-3.49,-12.479],[-1.21,-3.276],[-2.952,-5.196],[-0.995,-1.517],[-0.939,-1.427],[-0.655,-0.987],[-1.192,-1.463],[-3.586,-2.229],[-0.666,-0.413],[-8.502,1.911],[3.031,16.364],[0.61,2.097],[0.677,1.904],[0.644,1.506],[2.163,3.564],[0.466,0.805],[1.929,2.437],[14.712,-1.376],[-1.713,-11.01],[-4.913,-6.932],[-3.657,-2.783],[-1.602,-0.71],[-3.956,0.783],[2.083,9.229],[10.167,0.588],[-5.736,1.977],[-0.883,1.85],[6.393,-5.168],[1.622,1.622],[1.947,3.422],[-12.373,1.946],[-3.349,-5.655],[-1.027,-2.232],[17.447,-3.598],[9.537,4.883],[4.615,10.952],[-0.635,16.177],[-8.463,2.27],[-5.035,-3.721],[-6.354,-8.941],[-2.969,-5.985],[-1.793,-7.016],[-0.261,-5.649],[2.996,-9.114],[11.253,-0.08],[12.612,8.388]],"o":[[0,1.5],[0,1.5],[0.612,1.677],[1.473,1.064],[2.01,1.433],[2.086,1.386],[3.903,2.427],[4.068,2.382],[8.973,1.942],[8.048,-3.565],[7.02,-3.302],[6.727,-2.944],[6.548,-3.151],[6.477,-3.193],[3.286,-1.545],[3.379,-1.489],[3.808,-1.785],[3.64,-1.779],[1.083,-0.327],[1.227,-0.802],[1.707,-0.787],[1.666,-0.611],[3.275,-1.545],[3.113,-1.729],[6.603,-3.105],[6.724,-2.968],[13.495,-6.278],[13.11,-6.233],[0.789,-1.211],[1,-1],[3.448,-6.016],[1.55,-6.621],[-0.687,-9.028],[-3.138,-9.842],[-0.615,-1.111],[-0.757,-1.379],[-0.401,-0.419],[-0.298,-0.539],[-0.726,-0.757],[-0.45,-0.652],[-1.231,-1.645],[-1.164,-1.255],[-0.317,-0.381],[-0.101,-0.565],[-1.31,-1.682],[-1.859,-1.574],[-0.425,-0.347],[-0.529,-0.321],[-0.897,-0.719],[-0.81,-0.936],[-0.669,-0.415],[-1.097,-0.536],[-1.171,-0.55],[-1.28,-0.564],[-5.938,-1.629],[-3.908,1.249],[-1.581,0.751],[-1.725,0.634],[-3.315,1.559],[-3.36,1.478],[-3.201,1.507],[-3.136,1.74],[-3.31,1.559],[-3.369,1.485],[-6.437,3.004],[-6.53,2.998],[-1.556,0.726],[-1.485,0.891],[-1.834,0.866],[-1.862,0.579],[-3.283,1.563],[-3.136,1.743],[-5.101,2.355],[-4.814,2.12],[-5.138,2.397],[-4.974,2.323],[-3.123,1.453],[-3.798,1.826],[-6.508,3.07],[-6.739,3.169],[-13.179,6.274],[0.614,2.725],[-6.62,13.397],[0.894,3.196],[2.114,5.724],[0.747,1.316],[0.937,1.428],[1.088,1.654],[1.412,2.129],[3.683,4.519],[0.601,0.374],[7.564,4.683],[13.731,-7.216],[-0.705,-3.807],[-0.69,-2.371],[-0.568,-1.598],[-2.141,-5.009],[-0.586,-0.966],[-1.59,-2.746],[-7.02,-8.868],[-9.46,5.985],[1.438,9.245],[3.363,4.744],[1.842,1.402],[3.603,1.597],[6.75,-4.583],[-2.641,-11.7],[-7.322,6.606],[-2.219,-1.642],[6.209,1.926],[-5.885,0.989],[-3.2,-3.2],[-5.42,-9.526],[10.73,-1.688],[1.275,2.153],[5.692,12.367],[-13.34,2.751],[-6.66,-8.959],[-4.626,-10.977],[3.342,-9.023],[9.248,-2.48],[7.885,5.828],[3.779,5.317],[3.694,7.448],[1.579,6.176],[0.489,10.573],[-5.025,6.308],[-16.341,-4.659],[-1.482,-0.204]],"v":[[109,-98],[109,-93.5],[109,-89],[112.337,-85.042],[117,-82],[123.274,-77.692],[129,-74],[140.809,-66.463],[154,-61],[179.355,-64.781],[203,-77],[223.711,-86.285],[243,-95],[262.505,-104.556],[282,-114],[292.066,-118.535],[302,-123],[313.131,-128.515],[324,-133],[327.555,-134.896],[331,-137],[336.057,-139.014],[341,-141],[350.503,-146.005],[360,-151],[380.077,-160.061],[400,-169],[439.823,-187.866],[479,-206],[481.683,-209.317],[485,-212],[492.571,-230.636],[494,-253],[488.057,-281.817],[476,-310],[473.806,-314.054],[472,-317],[471.004,-318.495],[470,-320],[468.311,-322.093],[467,-324],[463.41,-328.234],[460,-332],[459.471,-333.517],[459,-335],[453.959,-339.993],[449,-344],[447.526,-344.983],[446,-346],[443.475,-348.638],[441,-351],[438.204,-352.479],[435,-354],[431.153,-355.767],[428,-357],[413.62,-356.945],[403,-352],[397.954,-349.973],[393,-348],[382.947,-343.477],[373,-339],[363.542,-334.02],[354,-329],[343.929,-324.456],[334,-320],[314.503,-311.002],[295,-302],[290.461,-299.488],[286,-297],[280.412,-294.963],[275,-293],[265.418,-287.927],[256,-283],[241.155,-276.357],[227,-270],[211.87,-262.935],[197,-256],[188,-251],[177,-247],[158,-237],[138,-228],[100,-208],[97,-203],[97,-154],[100,-144],[108,-126],[111,-123],[113,-118],[117,-113],[121,-107],[134,-96],[136,-94],[161,-88],[172,-131],[170,-138],[169,-145],[166,-150],[160,-161],[159,-164],[154,-171],[122,-189],[113,-159],[126,-130],[136,-120],[140,-117],[151,-115],[157,-138],[135,-164],[141,-142],[142,-151],[146,-129],[135,-133],[128,-142],[131,-176],[156,-156],[159,-150],[154,-102],[128,-113],[110,-142],[103,-182],[117,-201],[141,-194],[159,-175],[170,-158],[179,-132],[182,-114],[177,-85],[154,-74],[114,-97]],"c":true}],"h":1},{"t":108.571,"s":[{"i":[[-0.236,-4.375],[0,-1.5],[0,-1.5],[-3.455,-2.029],[-2.857,-1.288],[-0.156,-0.451],[-0.204,-0.12],[-0.521,-0.117],[-0.413,-0.239],[-7.153,-2.441],[-8.011,1.876],[-5.894,2.96],[-4.947,3.044],[-3.582,1.79],[-3.491,1.885],[-3.979,2.275],[-3.198,1.804],[-2.308,1.096],[-2.233,1.188],[-3.999,2.286],[-3.16,1.811],[-0.839,0.272],[-0.833,0.447],[-16.676,9.173],[-17.398,9.255],[-7.312,3.738],[-6.371,3.651],[-0.666,0.564],[-0.697,0.375],[-5.033,2.418],[-3.415,2.931],[-2.12,8.037],[0.841,10.39],[2.668,7.748],[3.688,7.108],[6.372,7.575],[7.655,5.336],[1.42,0.533],[1.7,0.74],[0.626,0.605],[0.634,0.204],[3.014,0.385],[1.271,-0.081],[3.718,-2.117],[4.169,-2.218],[9.468,-5.087],[8.727,-4.65],[24.532,-13.314],[24.411,-13.179],[0.869,-0.288],[0.776,-0.445],[0.644,-0.551],[0.651,-0.351],[3.184,-1.412],[2.995,-1.593],[1.441,-1.065],[1.605,-0.871],[0.87,-0.29],[0.775,-0.438],[5.424,-3.032],[4.734,-3.729],[1.457,-3.53],[0.398,-3.764],[-7.565,-15.269],[-8.525,-8.038],[-4.872,-2.522],[-5.495,0.121],[-3.284,3.868],[-1.496,4.388],[3.525,9.808],[5.815,7.519],[5.967,4.062],[9.665,-2.039],[1.386,-2.447],[1.169,-2.664],[-0.996,-5.038],[-2.099,-4.198],[-0.392,-0.285],[-0.185,-0.362],[-0.229,-1.03],[-0.535,-0.809],[-0.602,-0.297],[-0.32,-0.4],[-0.295,-0.746],[-0.338,-0.413],[-0.578,-0.287],[-0.344,-0.431],[-0.233,-0.705],[-0.43,-0.385],[-0.436,-0.199],[-0.108,-0.072],[-1.114,-0.642],[-1.3,-0.607],[-1.847,-0.618],[-1.675,0.375],[-0.701,5.666],[2.009,5.172],[3.487,3.502],[5.909,0.476],[-1.352,-4.468],[-3.713,-0.931],[-0.457,0.603],[-0.099,0.635],[0.205,1.052],[-1.734,0.239],[-0.992,-5.058],[5.371,-1.423],[2.32,2.014],[2.583,1.75],[1.474,3.148],[0.304,3.767],[-1.333,3.273],[-4.01,0.665],[-3.029,-2],[-3.524,-1.723],[-1.481,-15.211],[10.468,-2.78],[6.361,10.233],[0.44,0.635],[1.32,13.363],[0.438,4.124],[-15.2,-2.964],[-6.228,-4.766],[-0.763,-0.583],[-0.578,-0.535],[-2.128,-24.732],[23.726,4.871],[7.88,4.667],[4.903,2.371]],"o":[[0,1.5],[0,1.5],[2.325,2.596],[3.455,2.029],[0.173,0.078],[0.156,0.451],[0.501,0.293],[0.521,0.117],[5.378,3.114],[7.153,2.441],[5.476,-3.115],[5.894,-2.96],[3.18,-1.957],[3.582,-1.79],[3.885,-2.097],[3.979,-2.275],[2.534,-1.429],[2.308,-1.096],[3.843,-2.044],[3.999,-2.286],[0.81,-0.465],[0.839,-0.272],[16.899,-9.05],[16.676,-9.174],[6.381,-3.395],[7.312,-3.738],[0.641,-0.368],[0.666,-0.564],[4.454,-2.395],[5.033,-2.418],[6.363,-5.462],[2.12,-8.037],[-0.639,-7.899],[-2.668,-7.748],[-4.858,-9.365],[-6.372,-7.575],[-1.621,-1.13],[-1.42,-0.533],[-0.861,-0.375],[-0.626,-0.605],[-1.674,-0.539],[-3.014,-0.385],[-4.957,0.314],[-3.718,2.117],[-9.401,5.001],[-9.468,5.087],[-25.46,13.565],[-24.532,13.314],[-0.748,0.404],[-0.869,0.288],[-0.774,0.444],[-0.644,0.552],[-3.269,1.758],[-3.184,1.412],[-1.632,0.868],[-1.441,1.065],[-0.743,0.403],[-0.87,0.29],[-5.572,3.144],[-5.424,3.032],[-1.775,3.115],[-1.457,3.53],[-1.785,16.887],[7.565,15.269],[4.016,2.034],[4.872,2.522],[6.37,-0.14],[3.284,-3.868],[0.915,-14.248],[-3.525,-9.808],[-4.469,-4.79],[-5.967,-4.062],[-2.287,1.546],[-1.386,2.447],[-0.084,6.648],[0.996,5.038],[0.249,0.497],[0.392,0.285],[0.549,1.073],[0.229,1.03],[0.272,0.412],[0.602,0.297],[0.483,0.605],[0.295,0.745],[0.344,0.421],[0.578,0.287],[0.637,0.797],[0.233,0.704],[0.149,0.133],[0.436,0.199],[1.243,0.825],[1.114,0.642],[1.935,0.904],[1.847,0.618],[5.206,-1.166],[0.701,-5.666],[-2.142,-5.516],[-3.487,-3.502],[-3.12,3.199],[1.352,4.468],[-0.924,-1.953],[0.457,-0.603],[0.086,-0.555],[-0.205,-1.052],[3.402,1.343],[0.992,5.059],[-4.138,-0.195],[-2.32,-2.014],[-0.802,-2.641],[-1.474,-3.148],[-0.343,-4.244],[1.333,-3.273],[4.358,-0.722],[3.03,2],[6.246,8.959],[1.379,14.162],[-13.903,3.692],[-0.369,-0.593],[-7.157,-10.328],[-0.551,-5.579],[4.109,-13.47],[9.132,1.781],[0.847,0.648],[0.558,0.427],[16.755,15.491],[2.324,27.02],[-10.074,-2.068],[-5.488,-3.251],[0.145,0.07]],"v":[[115,-91],[115,-86.5],[115,-82],[124.101,-75.019],[134,-70],[134.477,-69.031],[135,-68],[136.566,-67.459],[138,-67],[157.025,-57.758],[180,-56],[197.397,-65.053],[214,-74],[224.266,-79.554],[235,-85],[247.014,-91.72],[258,-98],[265.225,-101.681],[272,-105],[284.012,-111.675],[295,-118],[297.483,-119.014],[300,-120],[350.126,-147.346],[401,-175],[422.007,-185.808],[443,-197],[444.958,-198.494],[447,-200],[461.779,-207.098],[475,-215],[487.403,-235.304],[489,-263],[483.786,-286.593],[474,-309],[457.098,-334.522],[436,-354],[431.558,-356.293],[427,-358],[424.829,-359.627],[423,-361],[415.197,-362.465],[408,-363],[395.409,-358.928],[384,-352],[355.495,-336.736],[328,-322],[253.214,-281.711],[180,-242],[177.522,-241.031],[175,-240],[172.909,-238.43],[171,-237],[161.295,-232.376],[152,-228],[147.48,-225.003],[143,-222],[140.525,-221.026],[138,-220],[121.372,-210.939],[106,-201],[100.967,-190.986],[98,-180],[108.767,-130.364],[135,-94],[148.391,-86.384],[164,-82],[178.155,-88.814],[185,-102],[180.547,-137.547],[166,-163],[150.897,-177.622],[128,-182],[122.662,-175.838],[119,-168],[120.363,-150.663],[125,-137],[126.048,-135.898],[127,-135],[128.01,-131.802],[129,-129],[130.465,-127.991],[132,-127],[133.109,-124.856],[134,-123],[135.5,-122.007],[137,-121],[138.155,-118.69],[139,-117],[140.03,-116.454],[141,-116],[144.457,-113.837],[148,-112],[153.695,-109.541],[159,-109],[167.411,-120.495],[165,-138],[156.825,-151.78],[143,-158],[140.875,-145.299],[149,-136],[148.733,-139.488],[150,-141],[149.264,-143.737],[151,-146],[158.58,-134.56],[153,-123],[143.834,-126.834],[137,-133],[133.127,-141.655],[130,-152],[131.236,-163.685],[139,-170],[149.625,-167.334],[159,-161],[176,-125],[164,-97],[127,-118],[125,-120],[109,-160],[109,-176],[136,-194],[154,-185],[157,-184],[159,-182],[194,-113],[160,-70],[134,-82],[119,-91]],"c":true}],"h":1},{"t":109.5712890625,"s":[{"i":[[0.263,-4.706],[-0.762,-2.404],[-3.191,0.025],[-3.039,-1.75],[-3.13,-1.784],[-3.365,-1.663],[-3.394,-1.555],[-3.649,-0.13],[-4.602,1.011],[-40.033,22.468],[-39.901,22.598],[-2.882,1.3],[-1.345,1.289],[-1.642,0.761],[-1.096,0.672],[-1.145,0.629],[-1.019,0.625],[-0.651,0.296],[-0.749,0.421],[-3.398,2.798],[-2.108,3.392],[-1.141,3.2],[-0.592,4.236],[0.223,4.425],[0.892,4.692],[1.39,4.436],[1.589,3.778],[1.018,1.747],[1.065,1.964],[2.114,3.557],[2.583,3.155],[0.7,0.64],[0.627,0.738],[2.648,2.625],[2.322,1.047],[0.161,0.451],[0.19,0.123],[0.743,0.331],[0.496,0.334],[2.604,1.392],[2.788,1.548],[3.578,0.215],[3.234,-1.049],[11.882,-6.551],[10.909,-6.316],[1.091,-0.635],[1.332,-0.706],[3.066,-1.717],[2.693,-1.52],[2.319,-1.336],[2.339,-1.312],[8.478,-4.738],[7.798,-4.4],[3.06,-1.681],[2.714,-1.555],[6.891,-3.836],[6.796,-3.85],[5.987,-3.543],[6.001,-3.399],[6.091,-3.322],[5.55,-4.262],[1.319,-3.014],[1.156,-3.178],[-7.794,-14.54],[-11.62,-10.713],[-4.744,-1.756],[-7.29,0.79],[-2.662,6.333],[1.081,9.658],[1.951,5.16],[2.695,4.891],[3.527,4.256],[3.459,1.56],[0.168,0.452],[0.173,0.125],[1.792,0.874],[1.399,0.476],[2.788,0.236],[2.895,-0.951],[-4.268,-13.068],[-7.108,-4.715],[-1.133,-0.678],[-1.281,-0.501],[-2.124,-0.395],[-2.401,0.405],[-0.302,5.565],[2.011,4.742],[3.883,3.452],[5.492,-0.466],[-1.437,-4.288],[-3.691,-0.93],[0.562,0.74],[-0.67,0.669],[-0.48,-0.035],[-0.01,0.07],[0.273,1.177],[-2.031,-0.159],[-1.116,-4.72],[3.935,-2.243],[3.678,3.152],[2.259,5.04],[-0.337,5.725],[-5.83,1.238],[-4.073,-3.249],[-2.459,-2.333],[-2.337,-4.533],[-1.053,-5.433],[4.326,-6.004],[10.675,3.222],[1.505,1.138],[1.363,0.96],[3.441,3.584],[2.219,3.834],[0.635,1.107],[0.642,1.161],[0.828,1.916],[1.03,3.77],[0.437,2.018],[-3.935,4.108],[-0.7,1.087],[-4.078,0.596],[-5.753,-5.357],[-0.814,-0.687],[-1.632,-2.461],[-0.629,-0.797],[18.257,-25.531],[2.811,-1.737],[10.891,5.591],[8.632,4.576]],"o":[[-0.24,3.407],[0.762,2.404],[2.713,2.216],[3.039,1.75],[3.144,1.791],[3.365,1.663],[4.803,0.491],[3.649,0.13],[39.967,-22.532],[40.033,-22.468],[2.126,-1.51],[2.882,-1.3],[1.338,-1.282],[1.642,-0.762],[1.401,-0.859],[1.145,-0.629],[0.646,-0.396],[0.651,-0.296],[4.299,-2.415],[3.398,-2.798],[1.843,-2.965],[1.141,-3.2],[0.784,-5.607],[-0.223,-4.425],[-0.851,-4.479],[-1.39,-4.436],[-0.862,-2.048],[-1.018,-1.747],[-1.961,-3.616],[-2.114,-3.557],[-0.575,-0.702],[-0.7,-0.64],[-2.086,-2.453],[-2.648,-2.625],[-0.166,-0.075],[-0.161,-0.451],[-0.53,-0.341],[-0.743,-0.331],[-2.797,-1.884],[-2.604,-1.392],[-3.454,-0.19],[-3.578,-0.215],[-11.565,6.48],[-11.882,6.551],[-1.302,0.754],[-1.091,0.635],[-3.042,1.613],[-3.066,1.717],[-2.384,1.345],[-2.319,1.336],[-8.289,4.649],[-8.478,4.738],[-3.048,1.72],[-3.06,1.681],[-6.641,3.805],[-6.891,3.836],[-6.052,3.428],[-5.987,3.543],[-6.088,3.448],[-6.091,3.322],[-1.569,2.765],[-1.319,3.014],[-0.794,23.127],[7.794,14.54],[4.734,1.766],[4.744,1.756],[6.431,-3.011],[2.662,-6.333],[-0.5,-4.47],[-1.951,-5.16],[-2.434,-4.417],[-3.527,-4.256],[-0.154,-0.07],[-0.168,-0.451],[-1.433,-1.029],[-1.792,-0.874],[-2.952,-1.005],[-2.788,-0.236],[-10.178,9.014],[4.268,13.068],[1.186,0.786],[1.133,0.678],[2.104,0.823],[2.124,0.395],[4.802,-3],[0.302,-5.565],[-1.976,-4.66],[-3.883,-3.452],[-2.44,3.916],[1.437,4.288],[0.579,-1.371],[-0.562,-0.74],[0.07,-0.07],[0.48,0.035],[0.062,-0.451],[-0.273,-1.177],[3.472,0.876],[1.116,4.72],[-5.029,0.65],[-3.678,-3.153],[-2.178,-4.861],[0.337,-5.725],[6.25,-1.327],[4.073,3.249],[2.598,3.435],[2.337,4.533],[1.98,10.206],[-4.326,6.004],[-1.617,-0.488],[-1.505,-1.138],[-4.014,-2.829],[-3.442,-3.584],[-0.816,-1.41],[-0.635,-1.107],[-1.049,-1.893],[-1.555,-3.598],[-0.608,-2.226],[-2.18,-10.06],[0.783,-0.817],[2.57,-3.993],[13.895,-2.031],[0.753,0.701],[2.916,2.459],[0.645,0.973],[14.74,18.671],[-1.926,2.693],[-11.904,7.356],[-7.662,-3.934],[-1.496,-0.374]],"v":[[117,-89],[117.426,-79.926],[123,-76],[131.687,-70.176],[141,-65],[150.813,-59.823],[161,-55],[173.151,-53.873],[185,-55],[305.049,-122.451],[425,-190],[433.086,-194.165],[440,-198],[444.681,-200.957],[449,-203],[452.787,-205.176],[456,-207],[457.923,-207.982],[460,-209],[471.643,-216.767],[480,-226],[484.438,-235.047],[487,-246],[487.757,-260.686],[486,-274],[482.553,-287.526],[478,-300],[475.152,-305.563],[472,-311],[465.967,-321.846],[459,-332],[457.039,-333.974],[455,-336],[447.677,-344.055],[440,-350],[439.519,-350.964],[439,-352],[436.975,-353.005],[435,-354],[426.994,-358.752],[419,-363],[408.335,-363.93],[398,-363],[362.509,-343.377],[328,-324],[324.523,-321.964],[321,-320],[311.739,-314.931],[303,-310],[295.966,-305.975],[289,-302],[263.631,-287.814],[239,-274],[229.75,-268.877],[221,-264],[200.616,-252.533],[180,-241],[161.962,-230.479],[144,-220],[125.597,-210.11],[108,-199],[103.69,-190.31],[100,-181],[111.689,-125.69],[142,-89],[155.583,-83.083],[173,-81],[186.634,-95.015],[189,-119],[185.146,-133.685],[178,-149],[168.769,-162.643],[158,-172],[157.514,-172.959],[157,-174],[151.975,-176.915],[147,-179],[138.458,-180.967],[130,-180],[124.035,-143.775],[144,-114],[147.429,-111.786],[151,-110],[157.277,-108.079],[164,-108],[171.11,-121.694],[168,-138],[159.136,-150.845],[145,-156],[143.902,-142.761],[152,-134],[151.432,-137.026],[151,-139],[152.045,-139],[153,-139],[152.023,-141.957],[154,-144],[161.555,-134.025],[158,-122],[144.923,-126.232],[136,-139],[132.494,-156.217],[141,-168],[156.343,-163.745],[166,-154],[173.658,-141.998],[179,-127],[175.491,-101.429],[153,-96],[148.309,-98.646],[144,-102],[132.654,-111.747],[124,-123],[121.87,-126.688],[120,-130],[117,-135],[114,-147],[112,-152],[115,-183],[116,-185],[129,-193],[160,-181],[163,-180],[173,-169],[175,-167],[191,-79],[184,-72],[146,-75],[123,-88]],"c":true}],"h":1}]},"nm":"Path","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.3568627,0.1607843,0.5098039,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[101.094,-183.5],"ix":2},"a":{"a":0,"k":[101.094,-183.5],"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":2,"cix":2,"ix":4,"mn":"ADBE Vector Group"}],"ip":0,"op":141,"st":-40,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/lottiefiles/youtube_icon_reveal.json b/ohos/flutter_lottie/assets/lottiefiles/youtube_icon_reveal.json new file mode 100644 index 0000000000000000000000000000000000000000..942ec899c486a3a58dad10b8ceb6a2e972fbd5b5 --- /dev/null +++ b/ohos/flutter_lottie/assets/lottiefiles/youtube_icon_reveal.json @@ -0,0 +1 @@ +{"v":"4.7.0","fr":30.0000305175781,"ip":0,"op":211.000214640299,"w":800,"h":600,"nm":"YouTube buuble in","ddd":0,"assets":[{"id":"comp_2","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 203","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":83,"s":[568.5,466.5,0],"e":[568.5,386.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":108.000109863281}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":83,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":108,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":549.00055847168,"st":-163.000165812174,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 202","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":82,"s":[568.5,436.5,0],"e":[568.5,356.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":107.000108846029}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":82,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":107,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":547.000556437175,"st":-166.000168863932,"bm":0,"sr":1},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 201","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":81,"s":[568.5,406.5,0],"e":[568.5,326.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":106.000107828776}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":81,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":106,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":545.000554402669,"st":-169.00017191569,"bm":0,"sr":1},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 200","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":80,"s":[568.5,376.5,0],"e":[568.5,296.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":105.000106811523}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":80,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":105,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":543.000552368164,"st":-172.000174967448,"bm":0,"sr":1},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 199","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":79,"s":[568.5,346.5,0],"e":[568.5,266.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":104.000105794271}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":79,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":104,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":541.000550333659,"st":-175.000178019206,"bm":0,"sr":1},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 198","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":78,"s":[568.5,316.5,0],"e":[568.5,236.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":103.000104777018}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":78,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":103,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":539.000548299154,"st":-178.000181070964,"bm":0,"sr":1},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 197","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":77,"s":[568.5,286.5,0],"e":[568.5,206.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":102.000103759766}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":77,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":102,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":537.000546264648,"st":-181.000184122721,"bm":0,"sr":1},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 194","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":76,"s":[538.5,466.5,0],"e":[538.5,386.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":101.000102742513}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":76,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":101,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":533.000542195638,"st":-179.000182088216,"bm":0,"sr":1},{"ddd":0,"ind":9,"ty":4,"nm":"Shape Layer 193","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":75,"s":[538.5,436.5,0],"e":[538.5,356.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":100.00010172526}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":75,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":100,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":531.000540161133,"st":-182.000185139974,"bm":0,"sr":1},{"ddd":0,"ind":10,"ty":4,"nm":"Shape Layer 192","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":74,"s":[538.5,406.5,0],"e":[538.5,326.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":99.0001007080078}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":74,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":99,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":529.000538126628,"st":-185.000188191732,"bm":0,"sr":1},{"ddd":0,"ind":11,"ty":4,"nm":"Shape Layer 191","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":73,"s":[538.5,376.5,0],"e":[538.5,296.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":98.0000996907552}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":73,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":98,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":527.000536092122,"st":-188.00019124349,"bm":0,"sr":1},{"ddd":0,"ind":12,"ty":4,"nm":"Shape Layer 190","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":72,"s":[538.5,346.5,0],"e":[538.5,266.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":97.0000986735026}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":72,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":97,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":525.000534057617,"st":-191.000194295247,"bm":0,"sr":1},{"ddd":0,"ind":13,"ty":4,"nm":"Shape Layer 189","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":71,"s":[538.5,316.5,0],"e":[538.5,236.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":96.00009765625}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":71,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":96,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":523.000532023112,"st":-194.000197347005,"bm":0,"sr":1},{"ddd":0,"ind":14,"ty":4,"nm":"Shape Layer 188","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":70,"s":[538.5,286.5,0],"e":[538.5,206.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":95.0000966389974}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":70,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":95,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":521.000529988607,"st":-197.000200398763,"bm":0,"sr":1},{"ddd":0,"ind":15,"ty":4,"nm":"Shape Layer 185","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":69,"s":[508.5,466.5,0],"e":[508.5,386.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":94.0000956217448}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":69,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":94,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":517.000525919596,"st":-195.000198364258,"bm":0,"sr":1},{"ddd":0,"ind":16,"ty":4,"nm":"Shape Layer 184","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":68,"s":[508.5,436.5,0],"e":[508.5,356.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":93.0000946044922}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":68,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":93,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":515.000523885091,"st":-198.000201416016,"bm":0,"sr":1},{"ddd":0,"ind":17,"ty":4,"nm":"Shape Layer 183","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":67,"s":[508.5,406.5,0],"e":[508.5,326.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":92.0000935872396}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":67,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":92,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":513.000521850586,"st":-201.000204467773,"bm":0,"sr":1},{"ddd":0,"ind":18,"ty":4,"nm":"Shape Layer 182","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":66,"s":[508.5,376.5,0],"e":[508.5,296.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":91.000092569987}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":66,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":91,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":511.000519816081,"st":-204.000207519531,"bm":0,"sr":1},{"ddd":0,"ind":19,"ty":4,"nm":"Shape Layer 181","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":65,"s":[508.5,346.5,0],"e":[508.5,266.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":90.0000915527344}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":65,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":90,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":509.000517781575,"st":-207.000210571289,"bm":0,"sr":1},{"ddd":0,"ind":20,"ty":4,"nm":"Shape Layer 180","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":64,"s":[508.5,316.5,0],"e":[508.5,236.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":89.0000905354818}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":64,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":89,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":507.00051574707,"st":-210.000213623047,"bm":0,"sr":1},{"ddd":0,"ind":21,"ty":4,"nm":"Shape Layer 179","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":63,"s":[508.5,286.5,0],"e":[508.5,206.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":88.0000895182292}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":63,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":88,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":505.000513712565,"st":-213.000216674805,"bm":0,"sr":1},{"ddd":0,"ind":22,"ty":4,"nm":"Shape Layer 176","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":62,"s":[478.5,466.5,0],"e":[478.5,386.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":87.0000885009766}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":62,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":87,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":501.000509643555,"st":-211.000214640299,"bm":0,"sr":1},{"ddd":0,"ind":23,"ty":4,"nm":"Shape Layer 175","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":61,"s":[478.5,436.5,0],"e":[478.5,356.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":86.000087483724}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":61,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":86,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":499.000507609049,"st":-214.000217692057,"bm":0,"sr":1},{"ddd":0,"ind":24,"ty":4,"nm":"Shape Layer 174","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":60,"s":[478.5,406.5,0],"e":[478.5,326.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":85.0000864664714}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":60,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":85,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":497.000505574544,"st":-217.000220743815,"bm":0,"sr":1},{"ddd":0,"ind":25,"ty":4,"nm":"Shape Layer 173","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":59,"s":[478.5,376.5,0],"e":[478.5,296.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":84.0000854492187}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":59,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":84,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":495.000503540039,"st":-220.000223795573,"bm":0,"sr":1},{"ddd":0,"ind":26,"ty":4,"nm":"Shape Layer 172","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":58,"s":[478.5,346.5,0],"e":[478.5,266.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":83.0000844319661}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":58,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":83,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":493.000501505534,"st":-223.000226847331,"bm":0,"sr":1},{"ddd":0,"ind":27,"ty":4,"nm":"Shape Layer 171","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":57,"s":[478.5,316.5,0],"e":[478.5,236.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":82.0000834147135}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":57,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":82,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":491.000499471029,"st":-226.000229899089,"bm":0,"sr":1},{"ddd":0,"ind":28,"ty":4,"nm":"Shape Layer 170","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":56,"s":[478.5,286.5,0],"e":[478.5,206.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":81.0000823974609}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":56,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":81,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":489.000497436523,"st":-229.000232950846,"bm":0,"sr":1},{"ddd":0,"ind":29,"ty":4,"nm":"Shape Layer 167","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":55,"s":[448.5,466.5,0],"e":[448.5,386.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":80.0000813802083}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":55,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":80,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":485.000493367513,"st":-227.000230916341,"bm":0,"sr":1},{"ddd":0,"ind":30,"ty":4,"nm":"Shape Layer 166","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":54,"s":[448.5,436.5,0],"e":[448.5,356.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":79.0000803629557}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":54,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":79,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":483.000491333008,"st":-230.000233968099,"bm":0,"sr":1},{"ddd":0,"ind":31,"ty":4,"nm":"Shape Layer 165","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":53,"s":[448.5,406.5,0],"e":[448.5,326.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":78.0000793457031}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":53,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":78,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":481.000489298503,"st":-233.000237019857,"bm":0,"sr":1},{"ddd":0,"ind":32,"ty":4,"nm":"Shape Layer 164","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":52,"s":[448.5,376.5,0],"e":[448.5,296.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":77.0000783284505}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":52,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":77,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":479.000487263997,"st":-236.000240071615,"bm":0,"sr":1},{"ddd":0,"ind":33,"ty":4,"nm":"Shape Layer 163","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":51,"s":[448.5,346.5,0],"e":[448.5,266.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":76.0000773111979}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":51,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":76,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":477.000485229492,"st":-239.000243123372,"bm":0,"sr":1},{"ddd":0,"ind":34,"ty":4,"nm":"Shape Layer 162","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":50,"s":[448.5,316.5,0],"e":[448.5,236.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":75.0000762939453}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":50,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":75,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":475.000483194987,"st":-242.00024617513,"bm":0,"sr":1},{"ddd":0,"ind":35,"ty":4,"nm":"Shape Layer 161","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":49,"s":[448.5,286.5,0],"e":[448.5,206.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":74.0000752766927}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":49,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":74,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":473.000481160482,"st":-245.000249226888,"bm":0,"sr":1},{"ddd":0,"ind":36,"ty":4,"nm":"Shape Layer 158","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":48,"s":[418.5,466.5,0],"e":[418.5,386.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":73.0000742594401}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":48,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":73,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":469.000477091471,"st":-243.000247192383,"bm":0,"sr":1},{"ddd":0,"ind":37,"ty":4,"nm":"Shape Layer 157","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":47,"s":[418.5,436.5,0],"e":[418.5,356.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":72.0000732421875}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":47,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":72,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":467.000475056966,"st":-246.000250244141,"bm":0,"sr":1},{"ddd":0,"ind":38,"ty":4,"nm":"Shape Layer 156","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":46,"s":[418.5,406.5,0],"e":[418.5,326.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":71.0000722249349}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":46,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":71,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":465.000473022461,"st":-249.000253295898,"bm":0,"sr":1},{"ddd":0,"ind":39,"ty":4,"nm":"Shape Layer 155","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":45,"s":[418.5,376.5,0],"e":[418.5,296.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":70.0000712076823}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":45,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":70,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":463.000470987956,"st":-252.000256347656,"bm":0,"sr":1},{"ddd":0,"ind":40,"ty":4,"nm":"Shape Layer 154","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":44,"s":[418.5,346.5,0],"e":[418.5,266.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":69.0000701904297}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":44,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":69,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":461.000468953451,"st":-255.000259399414,"bm":0,"sr":1},{"ddd":0,"ind":41,"ty":4,"nm":"Shape Layer 153","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":43,"s":[418.5,316.5,0],"e":[418.5,236.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":68.0000691731771}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":43,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":68,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":459.000466918945,"st":-258.000262451172,"bm":0,"sr":1},{"ddd":0,"ind":42,"ty":4,"nm":"Shape Layer 152","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":42,"s":[418.5,286.5,0],"e":[418.5,206.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":67.0000681559245}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":42,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":67,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":457.00046488444,"st":-261.00026550293,"bm":0,"sr":1},{"ddd":0,"ind":43,"ty":4,"nm":"Shape Layer 149","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":41,"s":[388.5,466.5,0],"e":[388.5,386.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":66.0000671386719}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":41,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":66,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":453.00046081543,"st":-259.000263468424,"bm":0,"sr":1},{"ddd":0,"ind":44,"ty":4,"nm":"Shape Layer 148","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":40,"s":[388.5,436.5,0],"e":[388.5,356.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":65.0000661214193}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":40,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":65,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":451.000458780924,"st":-262.000266520182,"bm":0,"sr":1},{"ddd":0,"ind":45,"ty":4,"nm":"Shape Layer 147","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":39,"s":[388.5,406.5,0],"e":[388.5,326.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":64.0000651041667}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":39,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":64,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":449.000456746419,"st":-265.00026957194,"bm":0,"sr":1},{"ddd":0,"ind":46,"ty":4,"nm":"Shape Layer 146","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":38,"s":[388.5,376.5,0],"e":[388.5,296.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":63.0000640869141}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":38,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":63,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":447.000454711914,"st":-268.000272623698,"bm":0,"sr":1},{"ddd":0,"ind":47,"ty":4,"nm":"Shape Layer 145","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":37,"s":[388.5,346.5,0],"e":[388.5,266.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":62.0000630696615}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":37,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":62,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":445.000452677409,"st":-271.000275675456,"bm":0,"sr":1},{"ddd":0,"ind":48,"ty":4,"nm":"Shape Layer 144","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":36,"s":[388.5,316.5,0],"e":[388.5,236.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":61.0000620524089}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":36,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":61,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":443.000450642904,"st":-274.000278727214,"bm":0,"sr":1},{"ddd":0,"ind":49,"ty":4,"nm":"Shape Layer 143","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":35,"s":[388.5,286.5,0],"e":[388.5,206.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":60.0000610351563}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":35,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":60,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":441.000448608398,"st":-277.000281778971,"bm":0,"sr":1},{"ddd":0,"ind":50,"ty":4,"nm":"Shape Layer 140","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":34,"s":[358.5,466.5,0],"e":[358.5,386.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":59.0000600179036}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":34,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":59,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":437.000444539388,"st":-275.000279744466,"bm":0,"sr":1},{"ddd":0,"ind":51,"ty":4,"nm":"Shape Layer 139","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":33,"s":[358.5,436.5,0],"e":[358.5,356.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":58.000059000651}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":33,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":58,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":435.000442504883,"st":-278.000282796224,"bm":0,"sr":1},{"ddd":0,"ind":52,"ty":4,"nm":"Shape Layer 138","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":32,"s":[358.5,406.5,0],"e":[358.5,326.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":57.0000579833984}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":32,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":57,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":433.000440470378,"st":-281.000285847982,"bm":0,"sr":1},{"ddd":0,"ind":53,"ty":4,"nm":"Shape Layer 137","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":31,"s":[358.5,376.5,0],"e":[358.5,296.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":56.0000569661458}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":31,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":56,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":431.000438435872,"st":-284.00028889974,"bm":0,"sr":1},{"ddd":0,"ind":54,"ty":4,"nm":"Shape Layer 136","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":30,"s":[358.5,346.5,0],"e":[358.5,266.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":55.0000559488932}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":30,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":55,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":429.000436401367,"st":-287.000291951497,"bm":0,"sr":1},{"ddd":0,"ind":55,"ty":4,"nm":"Shape Layer 135","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":29,"s":[358.5,316.5,0],"e":[358.5,236.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":54.0000549316406}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":29,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":54,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":427.000434366862,"st":-290.000295003255,"bm":0,"sr":1},{"ddd":0,"ind":56,"ty":4,"nm":"Shape Layer 134","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":28,"s":[358.5,286.5,0],"e":[358.5,206.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":53.000053914388}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":28,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":53,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":425.000432332357,"st":-293.000298055013,"bm":0,"sr":1},{"ddd":0,"ind":57,"ty":4,"nm":"Shape Layer 131","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":27,"s":[328.5,466.5,0],"e":[328.5,386.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":52.0000528971354}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":27,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":52,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":420.000427246094,"st":-292.00029703776,"bm":0,"sr":1},{"ddd":0,"ind":58,"ty":4,"nm":"Shape Layer 122","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":26,"s":[298.5,466.5,0],"e":[298.5,386.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":51.0000518798828}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":26,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":51,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":418.000425211589,"st":-294.000299072266,"bm":0,"sr":1},{"ddd":0,"ind":59,"ty":4,"nm":"Shape Layer 130","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":25,"s":[328.5,436.5,0],"e":[328.5,356.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":50.0000508626302}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":25,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":50,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":416.000423177083,"st":-297.000302124023,"bm":0,"sr":1},{"ddd":0,"ind":60,"ty":4,"nm":"Shape Layer 121","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":24,"s":[298.5,436.5,0],"e":[298.5,356.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":49.0000498453776}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":24,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":49,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":414.000421142578,"st":-299.000304158529,"bm":0,"sr":1},{"ddd":0,"ind":61,"ty":4,"nm":"Shape Layer 129","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":23,"s":[328.5,406.5,0],"e":[328.5,326.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":48.000048828125}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":23,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":48,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":412.000419108073,"st":-302.000307210286,"bm":0,"sr":1},{"ddd":0,"ind":62,"ty":4,"nm":"Shape Layer 120","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":22,"s":[298.5,406.5,0],"e":[298.5,326.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":47.0000478108724}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":22,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":47,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":410.000417073568,"st":-304.000309244792,"bm":0,"sr":1},{"ddd":0,"ind":63,"ty":4,"nm":"Shape Layer 128","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":21,"s":[328.5,376.5,0],"e":[328.5,296.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":46.0000467936198}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":21,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":46,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":408.000415039062,"st":-307.000312296549,"bm":0,"sr":1},{"ddd":0,"ind":64,"ty":4,"nm":"Shape Layer 119","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":20,"s":[298.5,376.5,0],"e":[298.5,296.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":45.0000457763672}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":20,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":45,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":406.000413004557,"st":-309.000314331055,"bm":0,"sr":1},{"ddd":0,"ind":65,"ty":4,"nm":"Shape Layer 127","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":19,"s":[328.5,346.5,0],"e":[328.5,266.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":44.0000447591146}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":19,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":44,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":404.000410970052,"st":-312.000317382813,"bm":0,"sr":1},{"ddd":0,"ind":66,"ty":4,"nm":"Shape Layer 118","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":18,"s":[298.5,346.5,0],"e":[298.5,266.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":43.000043741862}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":18,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":43,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":402.000408935547,"st":-314.000319417318,"bm":0,"sr":1},{"ddd":0,"ind":67,"ty":4,"nm":"Shape Layer 126","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":17,"s":[328.5,316.5,0],"e":[328.5,236.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":42.0000427246094}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":17,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":42,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":400.000406901042,"st":-317.000322469076,"bm":0,"sr":1},{"ddd":0,"ind":68,"ty":4,"nm":"Shape Layer 117","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":16,"s":[298.5,316.5,0],"e":[298.5,236.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":41.0000417073568}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":16,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":41,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":398.000404866536,"st":-319.000324503581,"bm":0,"sr":1},{"ddd":0,"ind":69,"ty":4,"nm":"Shape Layer 125","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":15,"s":[328.5,286.5,0],"e":[328.5,206.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":40.0000406901042}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":15,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":40,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":396.000402832031,"st":-322.000327555339,"bm":0,"sr":1},{"ddd":0,"ind":70,"ty":4,"nm":"Shape Layer 116","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":14,"s":[298.5,286.5,0],"e":[298.5,206.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":39.0000396728516}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":14,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":39,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":394.000400797526,"st":-324.000329589844,"bm":0,"sr":1},{"ddd":0,"ind":71,"ty":4,"nm":"Shape Layer 113","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":13,"s":[268.5,466.5,0],"e":[268.5,386.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":38.000038655599}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":13,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":38,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":389.000395711263,"st":-323.000328572591,"bm":0,"sr":1},{"ddd":0,"ind":72,"ty":4,"nm":"Shape Layer 112","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":12,"s":[268.5,436.5,0],"e":[268.5,356.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":37.0000376383464}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":12,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":37,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":387.000393676758,"st":-326.000331624349,"bm":0,"sr":1},{"ddd":0,"ind":73,"ty":4,"nm":"Shape Layer 111","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":11,"s":[268.5,406.5,0],"e":[268.5,326.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":36.0000366210937}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":11,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":36,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":385.000391642253,"st":-329.000334676107,"bm":0,"sr":1},{"ddd":0,"ind":74,"ty":4,"nm":"Shape Layer 110","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":10,"s":[268.5,376.5,0],"e":[268.5,296.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":35.0000356038411}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":10,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":35,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":383.000389607747,"st":-332.000337727865,"bm":0,"sr":1},{"ddd":0,"ind":75,"ty":4,"nm":"Shape Layer 109","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":9,"s":[268.5,346.5,0],"e":[268.5,266.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":34.0000345865885}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":9,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":34,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":381.000387573242,"st":-335.000340779622,"bm":0,"sr":1},{"ddd":0,"ind":76,"ty":4,"nm":"Shape Layer 108","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":8,"s":[268.5,316.5,0],"e":[268.5,236.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":33.0000335693359}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":8,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":33,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":379.000385538737,"st":-338.00034383138,"bm":0,"sr":1},{"ddd":0,"ind":77,"ty":4,"nm":"Shape Layer 107","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":7,"s":[268.5,286.5,0],"e":[268.5,206.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":32.0000325520833}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":7,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":32,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":377.000383504232,"st":-341.000346883138,"bm":0,"sr":1},{"ddd":0,"ind":78,"ty":4,"nm":"Shape Layer 92","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":6,"s":[238.5,466.5,0],"e":[238.5,386.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":31.0000315348307}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":6,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":31,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":373.000379435221,"st":-339.000344848633,"bm":0,"sr":1},{"ddd":0,"ind":79,"ty":4,"nm":"Shape Layer 79","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":5,"s":[238.5,436.5,0],"e":[238.5,356.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":30.0000305175781}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":5,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":30,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":371.000377400716,"st":-342.000347900391,"bm":0,"sr":1},{"ddd":0,"ind":80,"ty":4,"nm":"Shape Layer 66","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":4,"s":[238.5,406.5,0],"e":[238.5,326.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":29.0000295003255}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":4,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":29,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":369.000375366211,"st":-345.000350952148,"bm":0,"sr":1},{"ddd":0,"ind":81,"ty":4,"nm":"Shape Layer 53","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":3,"s":[238.5,376.5,0],"e":[238.5,296.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":28.0000284830729}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":3,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":28,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":367.000373331706,"st":-348.000354003906,"bm":0,"sr":1},{"ddd":0,"ind":82,"ty":4,"nm":"Shape Layer 40","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":2,"s":[238.5,346.5,0],"e":[238.5,266.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":27.0000274658203}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":2,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":27,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":365.000371297201,"st":-351.000357055664,"bm":0,"sr":1},{"ddd":0,"ind":83,"ty":4,"nm":"Shape Layer 27","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":1,"s":[238.5,316.5,0],"e":[238.5,236.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":26.0000264485677}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":1,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":26,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":363.000369262695,"st":-354.000360107422,"bm":0,"sr":1},{"ddd":0,"ind":84,"ty":4,"nm":"Shape Layer 14","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.167,"y":0.167},"n":"0p19_1_0p167_0p167","t":0,"s":[238.5,286.5,0],"e":[238.5,206.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":25.0000254313151}]},"a":{"a":0,"k":[-246.5,-126.5,0]},"s":{"a":1,"k":[{"i":{"x":[0.19,0.19,0.19],"y":[1,1,1]},"o":{"x":[0.81,0.81,0.81],"y":[0,0,0]},"n":["0p19_1_0p81_0","0p19_1_0p81_0","0p19_1_0p81_0"],"t":0,"s":[0,0,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.37,0.37,0.37],"y":[0,0,0]},"n":["0p833_1_0p37_0","0p833_1_0p37_0","0p833_1_0p37_0"],"t":25,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.967,0.967,4.333]},"o":{"x":[0.91,0.91,0.91],"y":[0,0,0]},"n":["0p833_0p967_0p91_0","0p833_0p967_0p91_0","0p833_4p333_0p91_0"],"t":150,"s":[100,100,100],"e":[0,0,100]},{"t":180.000183105469}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[51,51]},"p":{"a":0,"k":[0,0]},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse"},{"ty":"fl","c":{"a":0,"k":[0.0259439,0.198961,0.945098,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[-246.5,-126.5],"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":"Ellipse 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group"}],"ip":0,"op":361.00036722819,"st":-357.00036315918,"bm":0,"sr":1}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Comp 1","td":1,"refId":"comp_2","ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[400,300,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":800,"h":600,"ip":0,"op":211.000214640299,"st":0,"bm":0,"sr":1},{"ddd":0,"ind":2,"ty":4,"nm":"YouTube-icon-full_color Outlines - Group 2","tt":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[400,300,0]},"a":{"a":0,"k":[512,360.5,0]},"s":{"a":0,"k":[30,30,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-138,-80.813],[104.042,80.813],[138,63.188]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[0.906,0.878,0.878,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[545,286.813],"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":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-138,143.5],[138,0.5],[-138,-143.5]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill"},{"ty":"tr","p":{"a":0,"k":[545,349.5],"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":"Group 2","np":2,"cix":2,"ix":2,"mn":"ADBE Vector Group"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[142.942,-10.333],[38.856,-40.683],[0,0],[0,-82.659],[0,0],[0,0],[-30.625,-30.997],[-22.733,-4.264],[0,0],[-142.937,10.332],[-38.842,40.684],[0,0],[0,82.658],[0,0],[0,0],[30.625,30.997],[19.966,2.381]],"o":[[0,0],[0,0],[-19.967,2.381],[-30.625,30.997],[0,0],[0,0],[0,82.658],[0,0],[38.856,40.684],[81.718,7.836],[0,0],[19.966,-2.382],[30.625,-30.997],[0,0],[0,0],[0,-82.659],[0,0],[-38.842,-40.683],[-142.937,-10.333]],"v":[[0.222,-359.211],[-0.222,-359.211],[-357.572,-348.878],[-459.918,-305.612],[-500.509,-204.226],[-510.724,-38.908],[-510.724,38.586],[-500.509,203.903],[-459.918,305.289],[-347.289,348.951],[0.001,359.211],[357.572,348.557],[459.918,305.289],[500.524,203.903],[510.724,38.586],[510.724,-38.908],[500.524,-204.226],[459.918,-305.612],[357.572,-348.878]],"c":true}},"nm":"Path 1","mn":"ADBE Vector Shape - Group"},{"ty":"gf","o":{"a":0,"k":100},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.898,0.176,0.153,0.5,0.824,0.133,0.133,1,0.749,0.09,0.114]}},"s":{"a":0,"k":[6.667,-250]},"e":{"a":0,"k":[3.333,270]},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill"},{"ty":"tr","p":{"a":0,"k":[512.499,360.507],"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":"Group 3","np":2,"cix":2,"ix":3,"mn":"ADBE Vector Group"}],"ip":0,"op":211.000214640299,"st":0,"bm":0,"sr":1}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/pass_loading.json b/ohos/flutter_lottie/assets/pass_loading.json new file mode 100644 index 0000000000000000000000000000000000000000..e781ea64d147be2547c58a20654dfd8bb202a09d --- /dev/null +++ b/ohos/flutter_lottie/assets/pass_loading.json @@ -0,0 +1 @@ +{"v":"5.12.1","fr":60,"ip":0,"op":120,"w":853,"h":480,"nm":"Comp 1","ddd":0,"assets":[],"fonts":{"list":[{"fName":"Pretendard-Bold","fFamily":"Pretendard","fStyle":"Bold","ascent":70.7131249997765}]},"layers":[{"ddd":0,"ind":1,"ty":5,"nm":"PASS","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[426,235.889,0],"ix":2,"l":2},"a":{"a":0,"k":[6.157,-60.098,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"t":{"d":{"k":[{"s":{"s":170,"f":"Pretendard-Bold","t":"PASS","ca":0,"j":2,"tr":49,"lh":317,"ls":0,"fc":[1,1,1],"sc":[0.941,0.941,0.941],"sw":0.00999999977648,"of":true},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[{"nm":"Animator 1","s":{"t":0,"xe":{"a":0,"k":0,"ix":7},"ne":{"a":0,"k":0,"ix":8},"a":{"a":0,"k":100,"ix":4},"b":1,"rn":0,"sh":1,"sm":{"a":0,"k":100,"ix":6},"s":{"a":1,"k":[{"i":{"x":[0.205],"y":[1]},"o":{"x":[0.77],"y":[0]},"t":10,"s":[0]},{"t":47,"s":[100]}],"ix":1},"r":1},"a":{"p":{"a":0,"k":[0,88,0],"ix":2},"o":{"a":0,"k":0,"ix":9},"t":{"a":0,"k":-66,"ix":89}}},{"nm":"Animator 2","s":{"t":0,"xe":{"a":0,"k":0,"ix":7},"ne":{"a":0,"k":0,"ix":8},"a":{"a":0,"k":100,"ix":4},"b":1,"rn":0,"sh":1,"sm":{"a":0,"k":100,"ix":6},"r":1},"a":{"t":{"a":1,"k":[{"i":{"x":[0.092],"y":[1]},"o":{"x":[0.887],"y":[0]},"t":46,"s":[-7]},{"t":90,"s":[4]}],"ix":89}}}]},"ip":10,"op":130,"st":10,"ct":1,"bm":0},{"ddd":0,"ind":2,"ty":1,"nm":"Dark Turquoise Solid 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[426.5,240,0],"ix":2,"l":2},"a":{"a":0,"k":[75,50,0],"ix":1,"l":2},"s":{"a":0,"k":[568.667,480,100],"ix":6,"l":2}},"ao":0,"sw":150,"sh":100,"sc":"#003626","ip":0,"op":120,"st":0,"bm":0}],"markers":[],"props":{},"chars":[{"ch":"P","size":170,"style":"Bold","w":62.3,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,14.16],[16.113,0],[0,0]],"o":[[0,0],[0,0],[0,0],[16.309,0],[0,-13.965],[0,0],[0,0]],"v":[[5.957,0],[20.605,0],[20.605,-23.047],[33.301,-23.047],[58.984,-46.875],[33.691,-70.703],[5.957,-70.703]],"c":true},"ix":2},"nm":"P","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,-7.031],[8.691,0]],"o":[[0,0],[0,0],[8.691,0],[0,7.129],[0,0]],"v":[[20.605,-34.863],[20.605,-58.691],[30.957,-58.691],[43.848,-46.875],[30.957,-34.863]],"c":true},"ix":2},"nm":"P","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"P","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Pretendard"},{"ch":"A","size":170,"style":"Bold","w":71.78,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[17.773,0],[23.145,-16.309],[48.73,-16.309],[54.004,0],[69.727,0],[45.312,-70.703],[26.465,-70.703],[1.953,0]],"c":true},"ix":2},"nm":"A","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[26.855,-27.734],[35.645,-54.785],[36.133,-54.785],[45.02,-27.734]],"c":true},"ix":2},"nm":"A","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"A","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Pretendard"},{"ch":"S","size":170,"style":"Bold","w":62.99,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.586,-5.566],[0,0],[15.625,0],[0,-12.891],[-11.914,-2.93],[0,0],[0,-4.785],[7.715,0],[0.488,7.129],[0,0],[-17.09,0],[0,12.988],[12.109,2.734],[0,0],[-0.098,5.078],[-7.422,0]],"o":[[0,0],[-0.195,-12.5],[-15.43,0],[0,10.352],[0,0],[7.715,1.953],[0,5.273],[-7.812,0],[0,0],[0.391,15.137],[17.188,0],[0,-11.816],[0,0],[-6.055,-1.367],[0.098,-4.688],[7.129,0]],"v":[[44.336,-50.488],[58.398,-50.488],[32.227,-71.68],[5.469,-50.293],[24.707,-31.055],[32.422,-29.199],[44.531,-20.215],[31.836,-11.328],[17.871,-22.07],[3.613,-22.07],[32.031,0.977],[59.375,-20.215],[38.184,-40.918],[31.836,-42.48],[20.508,-51.27],[32.129,-59.375]],"c":true},"ix":2},"nm":"S","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"S","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Pretendard"}]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/playing.json b/ohos/flutter_lottie/assets/playing.json new file mode 100644 index 0000000000000000000000000000000000000000..93c5ff4b2d13acd43f4cfc7cd073e54f53181849 --- /dev/null +++ b/ohos/flutter_lottie/assets/playing.json @@ -0,0 +1,118232 @@ +{ + "v": "5.5.7", + "meta": { + "g": "LottieFiles AE 0.1.20", + "a": "", + "k": "", + "d": "", + "tc": "" + }, + "fr": 15, + "ip": 44, + "op": 85, + "w": 1080, + "h": 1080, + "nm": "MAIN-COMP", + "ddd": 1, + "assets": [ + { + "id": "image_0", + "w": 816, + "h": 354, + "u": "", + "p": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAzAAAAFiCAYAAAAp0T3OAAAgAElEQVR4Xu3dDZRtZ13n+d//OSXKW1KgYjAm95x9LojMkFRoBHoInQJpGsHpXEanVVwzXpw1rXT3DGHannZeegjO0mU73UOc1S3dvVzDpUdHlm8pVKISxYpEJyJI3ZAWlTrP2TeJiraQuoEoHeo8/1n/cp905VL3Vp17T1Wdfc73rJVV96b22fv5f54ty1+eNxMfBBBAAAEEEEAAAQQQQGCGBLrdbrfT6ay4e9fdV8xsy8xWRqPRaZuhdtIUBBBAAAEEEEAAAQQQWCCBbre73Ol0Vkspp8ysNrPVCCySOpKecSGFu//vBJgFekEoFQEEEEAAAQQQQACBoxQYj6SUUk6Pn2tm3yDpEUnX7dOW82a2Ede4e/yMgFMTYI6yB3kWAggggAACCCCAAAJzJNDtdldSSquSlmO6V/yM8lJKOz/d/ZaDlGtm9zQjLw9J+tmU0vr29vZGXddbF36fAHMQUa5BAAEEEEAAAQQQQGCBBU6ePBnTvGJq1w2RSyTFKMqJyyR5wMw+XUqJdS0bEVY2NzfXY7Smrut6v3sSYPYT4vcIIIAAAggggAACCCyQQKxLWVpaGi+gv01ST9JV+xA8Kmko6UZJfybpS919PQJKMw1seTAYnDloSLnUswgwC/QyUioCCCCAAAIIIIAAAhFQzOxFkh40s5vN7DF3j8Xz3WZ9Siyef0zS0/fQOi/pjLunlNLvxpqU7e3tGDh5YuQk7h9TyQ4ymnI5vUGAuRw1voMAAggggAACCCCAwIwINIGhm1L6mlLKw0tLS8sxJWt386qq+iZJ3y3pGknPk3S1pBg1GY+sfDIWyUt6fjM17AFJfyLpBZLeJekv3f2jEXqGw+G54yydAHOc+jwbAQQQQAABBBBAAIEDCoyndm1vb2/FwvnmfJSRpG9uAsn4TmdzzrFe5UmfmL6VUnq9uz8tgktK6eFSylVm9vullHv3WjB/wKYd6WUEmCPl5mEIIIAAAggggAACCOwtEAFjaWkpDm7c+UfSSyV9oNnhKw5zvHUfu5jeFaMoz845Xz+vzgSYee1Z6kIAAQQQQAABBBCYGYFdoycbcXBjnCzf7Oq1s14kTpk/6JbDTVHnm0XycTZKLJbfuti2wzODMKWGEGCmBMltEEAAAQQQQAABBBAIgebwxlg7cr27f3WzOP7UBdO8JsE621x8JhbNR+AZjUZrbZnyNUmhB7mWAHMQJa5BAAEEEEAAAQQQQGAPgQgrEShSSt/m7i8wszjUMRbIT/oZh5S1+KKZ/fFoNPrwXgvyJ73xvF1PgJm3HqUeBBBAAAEEEEAAgUMRGE8DK6VESLnGzJ7bTPu6WGCJM1BiXUqcSB9//sJoNPqJ5uT6x939pSmltcFgsBNa+BxMgABzMCeuQgABBBBAAAEEEFgAgaqq3tKcNn+vpP+u2Wr4C5KujdlhFxldGW9H/JuSnmFmd0dQiQX1izrN6zBfFQLMYepybwQQQAABBBBAAIFWCfR6vR82s6dIerO7x0GNz5T0GXf/i5TS46PR6AdTSnHQ40skbcb2w3FqfSnl2pxzhBY+hyxAgDlkYG6PAAIIIIAAAggggAAC0xMgwEzPkjshgAACCCCAAAIIIIDAIQsQYA4ZmNsjgAACCCCAAAIIIIDA9AQIMNOz5E4IIIAAAggggAACCCBwyAIEmEMG5vYIIIAAAggggMAiCMR5KLHl1iLUSo3HK0CAOV5/no4AAggggAACCLRSIM5ESSndI+mEpCRpkHO+qZXF0OhWCRBgWtVdNBYBBBBAAAEEEDh+gV6vF9sLXxhW/iTn/NXH3zpaMO8CBJh572HqQwABBBBAAAEEpizQ6/VuMLOPStqOQ+YlPVXSu3PO3zXlR3E7BL5IgADDS4EAAggggAACCCBwWQJVVX1XKeWD8WXWv1wWIV+6DAECzGWg8RUEEEAAAQQQQAABBBA4HgECzPG481QEEEAAAQQQQAABBBC4DAECzGWg8RUEEEAAAQQQQAABBBA4HgECzPG481QEEEAAAQQQWACBOBtlaWmp6+5dSZ939xfknG9fgNIpEYFDEyDAHBotN0YAAQQQQACBRRGIoJJSOpVS2iilrEZgMbOXS/raPQz+85zzLy6KDXUiMG0BAsy0RbkfAggggAACCMydwDigSFqWtCXpte7+ZymlGF2Jf3fjfkWb2T2llNrMPpxz/tH9ruf3CCCwtwABhjcDAQQQQAABBBZe4OTJk6uBECMnTSCJv0YwiX9ON6ElTpw/0Mfd32NmdSllra7rjQN9iYsQQOBAAgSYAzFxEQIIIIAAAgi0XaDb7UYYialdX59SuqaU8tdSSsvuviLp6sus71wEFUlnBoPBmX6/f3o0Gq1zJsplavI1BA4gQIA5ABKXIIAAAggggED7BHYFltvM7KSk//QAQeV8c81jkp4u6byZbbj7eozGpJTWYpSmlPK7w+Hw/nhGXdcxpYwPAggckQAB5oigeQwCCCCAAAIIHI5ArE+JKV6dTmdn8bykmyVFYPkqSddc5Kl3SXqquz+YUlp396e5+8fd/aHYNayUcm1K6Y82NzcjuPBBAIEZEiDAzFBn0BQEEEAAAQQWXWAcRvYa1WgW0r/F3U+Y2QskPUfSZyU9f5fbo5Ku2vX3hyRdJ+kud/+CmX0gpfR7BJNFf9Oov80CBJg29x5tRwABBBBAoMUC3W53pdPprJRSvtzM/qtYnyIp/n8Tjylbw+Hw1O7yer1eBJf/RNJ3SXqKpGdJ+qikr5G06e7vcveYArbc6XRePhqNfjmCUAQf1qS0+EWh6QhcIECA4ZVAAAEEEEAAgakLjA9wHI1Gz3P3u5tpWbHTV+zoFbt5jdea7PlsM/vEYDB44dQbxg0RQKD1AgSY1nchBSCAAAIIIHD0AuPF6zGKsrS0FDt5jXfzuu0AC+UvbPBZSWvxL2M9SkzvYtTk6PuUJyLQFgECTFt6inYigAACCCBwDAK9Xu+GlFLVLI6P0ZM4sDECx74HN+7R3Bh1OdOcUr9tZj8+GAx2ggsfBBBA4KACBJiDSnEdAggggAACcywQIyoppZ3du9x91czibJRYZ/LcCcremRYWJ87Hd9z9zyXdG2tScs63s+XwBJJcigACFxUgwPByIIAAAgggsIACcfJ8KSW2Do6w8neaE+cvdpjjeL1KjLw8KOl34/BHM9tutitej/NRtre348T5OBclDnbkgwACCByKAAHmUFi5KQIIIIAAAscnUFXVi9z9tZI+bGbf7O4Px9bCZhb/rLj7LZdoXWw7XCR9JHb4cvf3x4GNx1cNT0YAAQSeLECA4Y1AAAEEEEBgzgSqqvrnkl4h6euaM1HirJRnSnrU3Qcppe8vpZw0sxdLisMbHzezkaTHSylxwOMWp8vP2UtBOQjMkQABZo46k1IQQAABBBDYLRDTxLa3t2szi3NVzhNKeD8QQGAeBAgw89CL1IAAAggggAACCCCAwIIIEGAWpKMpEwEEEEAAAQQQQACBeRAgwMxDL1IDAggggAACCCCAAAILIkCAWZCOpkwEEEAAAQQQQAABBOZBgAAzD71IDQgggAACly3Q7/d/qpQSBza+yMw+kHN+y2XfjC8igAACCBy6AAHm0Il5AAIIIIDALApUVRVnm1wl6cSu9v12zvnls9he2oQAAggg8FcCBBjeBAQQQACBhRTo9/vf6u7vvaD4H8k537aQIBSNAAIItESAANOSjqKZCCCAAALTF6iq6n+QdK2kgaTzOeefmP5TuCMCCCCAwDQFCDDT1OReCCCAAAIIIIAAAgggcKgCBJhD5eXmCCCAAAIIIIAAAgggME0BAsw0NbkXAggggAACCCCAAAIIHKoAAeZQebk5AgggMD8C3W53xcxKp9N59ubm5vr8VEYlCCCAAAJtEiDAtKm3aCsCCCBwyAIRUuq63jh58uRqKWVV0vWS/gtJV+9+dCmlV9d1fcjN4fYIIIAAAgh8kQABhpcCAQQQWCCBCCZR7vb29lZK6Y1mNnT3rqRlSacuOBNlL5nzkrbM7PsGg8GFWxAvkCSlIoAAAggclwAB5rjkeS4CCCBwSALdbjcCiZaWlnZ+uvtyKeW0mcXfb5zgsefNbMPd11JKG/G9mDrW7XaX67remuA+XIoAAggggMDUBAgwU6PkRggggMDRCfT7/Ve4e/xv+Eti9MTMVt39litowTlJEVTWRqPR6ZTS+mAwOHMF9+OrCCCAAAIIHIoAAeZQWLkpAgggMF2Bfr9/yt1fLul1kmIk5UlrUg7wtPHUr9rdd0ZTJP1qSulzMZ0s1r0c4B5cggACCCCAwLELEGCOvQtoAAIIIPAfBWL6V0z9KqVEUPm8pFsl9S4SWGLU5CmSHnf3dTP7VJwmb2afcPeVZl3LVilljYDCW4YAAgggMC8CBJh56UnqQACBVgjE+pFOp/O/unt295ea2XMk/YGkVzWB48QehcToSYy43C3ppZLukvRhd7/T3c+zHqUVXU8jEUAAAQSmJECAmRIkt0EAgcUVGO/sVUqJaV5dM+ub2aclnblwHUlVVTdLerWkfygpRky+2sw+6u7PlfTv3f2DZnZfBJsYRTGz9VJK3Otl7v5jhJXFfc+oHAEEEEDgrwQIMLwJCCCAwD4Cu3fdirUoEVRSSjHNK7YTjm2JL7Ye5bdzzrFuZc9P3Dd+QSjhFUQAAQQQQODgAgSYg1txJQIIzLnAeP3JaDS6LaW03KwjGYeT8TSuiyqY2T3xy/G2w7F98WAwWJtzNspDAAEEEEDgSAUIMEfKzcMQQOC4BJrRjpjeFeGk2+zEtWpmW5NuPxxBJcKJpGdL+rlSyhkWyR9Xz/JcBBBAAIFFEyDALFqPUy8CCyAQa1JKKSvuHgFl28xe6O5fN2HpMeISn99390/FiIyZ3R5bDsesr1hwX9d1/OSDAAIIIIAAAkcoQIA5QmwehQAC0xXo9Xo3DIfD+7vd7kpKKU6aj9Byk6Sr9nnSn7j7B8zsO+NweUkn3f19cep8bDnc6XRWOMRxun3F3RBAAAEEEJiWAAFmWpLcBwEEpi4Qa1JilKOqqu+QFGeenEgp/VFzUnxMA4uT5x+9RGB5QNL73f3xTqfzwfHoyYWL5sfPmXoB3BABBBBAAAEEpi5AgJk6KTdEAIFpCFRVdaekqjl1/sIRlT+V9F5JL4zthSXdG1PFYjewOF8lpfRvLxZWptE27oEAAggggAACxydAgDk+e56MAAKXEIhF92Z2vZm92t0/FyfMN9sV/4G7f5yth3l9EEAAAQQQWEwBAsxi9jtVI4AAAggggAACCCDQSgECTCu7jUYjgAACCCCAAAIIILCYAgSYxex3qkYAAQQQQAABBBBAoJUCBJhWdhuNRgABBBBAAAEEEEBgMQUIMIvZ71Q9ZwL9fv8HSimfMbOvlPTxnPNPzFmJlIMAAggggAACCOwIEGB4ERBosUBVVb8q6VmSXryrjJ/MOb+pxWXRdAQQQAABBBBA4KICBBheDgRaLFBV1b+S9N0XlHBXzvkNLS6LpiOAAAIIIIAAAgQY3gEE5lGg1+udMLOfiUMc3X1J0kdyzm+Zx1qpCQEEEEAAAQQQCAFGYHgPEEAAAQQQQAABBBBAoDUCBJjWdBUNRQABBBBAAAEEEEAAAQIM7wACCCCAAAIIIIAAAgi0RoAA05quoqEIIIAAAggggAACCCBAgOEdmFuBbre7vLS0tFJKeYa7f0tKqevuXUlJ0lU55+W5LZ7CEEAAAQQQQACBORUgwMxpxy5CWRFQzOxF7v7Q0tLSTjgppZwysxVJW5JuvJSDmX37YDB47yJYUSMCCCCAAAIIIDAvAgSYeenJOa8jwkpK6bS7r5jZdzblnpd09QFKP+/ua2ZWx7UppfX4ubm5ufOTDwIIIIAAAggggEB7BAgw7emruWxpBBNJ3aWlpeVSyqqZrUahEVSaUZQTExZ+VtKapNOSfqmU8k/rut4JLnwQQAABBBBAAAEE2i9AgGl/H7amgm63200pvULS18d0LzP7OklPl3TtBEXEqEtMD4t/OpLeL+nzMboyGo026rremOBeXIoAAggggAACCCDQMgECTMs6rC3NbdanXG9m18doSJwSb2a37tP+s2b2FHf/QASclNKyu8cC/Adi2lcElHF4qes6AgwfBBBAAAEEEEAAgQUTIMAsWIdPq9yqqmLxvKWUXizpee7+/0l6jbvHwvqYBhZTw/Zan/Jo7AAm6Q8lfdTd70wp/fFoNPojpnpNq3e4DwIIIIAAAgggML8CBJj57duJK4tRk06ns9psNXyNpC9LKa1duNi91+v9X2b2WklPk3SdpHEoGT/z3e7+sKQbzOwrJN3r7n9uZi8upfzPEW6Y6jVx9/AFBBBAAAEEEEAAAUkEmAV8DZq1KKeaUZItd4/F898gabTHqMnP5py/ZS+mXq/3SkmxJuVrh8PhT/d6vRPD4fDcApJSMgIIIIAAAggggMARCRBgjgj6KB/TbDl8Wzyz2XY4RlOe7u6DZl3JLfu1x93fM952OOd8+37X83sEEEAAAQQQQAABBI5CgABzFMpTfka/349F8bGLVz3ebnjX9sNx0vwkWw8/6u6/bmYbsVCes1Gm3FncDgEEEEAAAQQQQGCqAgSYqXJO92YnT54cr0eJRfJfK+lknJlywMMbdzfmoWatSkz3OhM7eZVS7mjuFWvn2dFrul3H3RBAAAEEEEAAAQQOSYAAc0iwk9521wL62MHrJZLivJRLfT4r6TPNaMtjzXkq52Mkxd3XY4TG3SOkxMnzz8g53ztpm7geAQQQQAABBBBAAIFZEyDAHFGPRECJkY5YQB9DHlVVxRqV2Gr4dWb2eXf/a5KesVdzzOwT7n6fpAdj9CSmjpVSPj0cDj8UozTb29tbnU6nOxgM4gR6PggggAACCCCAAAIIzK0AAeaQujaCipndHtsIu/u2mb061tQ3j4tzUD4n6dMxQNJM74oRld+T9DJJd8efzSxGUh7POd91SM3ktggggAACCCCAAAIItEqAAHOI3VVV1esl3ejuL0spxaGNT23OTvnTUsovxVko4xPrh8Ph/dGU8UjNITaLWyOAAAIIIIAAAggg0FoBAkxru46GI4AAAggggAACCCCweAIEmMXrcypGAAEEEEAAAQQQQKC1AgSY1nYdDUcAAQQQQAABBBBAYPEECDCL1+dUjAACCCCAAAIIIIBAawVmJsDErl2xrfDS0tLyaDQaxRbBrVWl4QgggAACCCCAAAIIIHAoAsceYHq93g+b2ZdIinNRxp935JxvP5SKuSkCCCCAAAIIIIAAAgi0VuDYA0xVVb/TnDy/G/HunPNrW6tKwxFAAAEEEEAAAQQQQOBQBI49wPT7/X/i7v99c7BjnJMSp8y/Lk6tP5SKuSkCCCCAAAIIIIAAAgi0VuDYA8xYLg5wjD8TXFr7LtFwBBBAAAEEEEAAAQQOXWBmAsyhV8oDEEAAAQQQQAABBBBAoPUCBJjWdyEFIIAAAggggAACCCCwOAIEmMXpaypFAAEEEEAAAQQQQKD1AgSY1nchBSCAAAIIIIAAAgggsDgCBJjF6WsqRQABBBBAAAEEEECg9QIEmNZ3IQUggAACCCCAAAIIILA4AgSYxelrKkUAAQQQQAABBBBAoPUCBJjWdyEFIIAAAggggAACCCCwOAIEmMXpaypFAAEEEEAAAQQQQKD1AgSY1nchBSCAAAIIIIAAAgggsDgCBJjF6WsqRQABBBBAAAEEEECg9QIEmNZ3IQUggAACCCCAAAIIILA4AgSYxelrKkUAAQQQQAABBBBAoPUCBJjWdyEFIIAAAggggAACCCCwOAIEmMXpaypFAAEEEEAAAQQQQKD1AgSY1nchBSCAAAIIIIAAAgggsDgCBJjF6WsqRQABBBBAAAEEEECg9QIEmNZ3IQUggAACCCCAAAIIILA4AjsBpt/vf9toNLqvrut6cUqnUgQQQAABBBBAAAEEEGibgPX7/XV3v0XSO3LOt7etANqLAAIIIIAAAggggAACiyNgVVW9X9LrJb0t53zH4pROpQgggAACCCCAAAIIINA2Aev1emtmdquZ3TMYDFbbVgDtRQABBBBAAAEEEEAAgcURiBGYGHV5KwFmcTqdShFAAAEEEEAAAQQQaKtABJhY9/J2Sedyzt22FkK7EUAAAQQQQAABBBBAYP4FrNvtLqeUHolSSyk9diKb/06nQgQQQAABBBBAAAEE2ioQAaabUtqQdHUp5aa6ruPPfBBAAAEEEEAAAQQQQACBmRPYOQemqqo4/+WEpLtyzm+YuVbSIAQQQAABBBBAAAEEEEBA0k6AGe9EFutgSikrdV1voYMAAggggAACCCCAAAIIzJrAToAZH2bp7u8ZDoenZ62RtAcBBBBAAAEEEEAAAQQQCIHxFLKdrZQlnc85L0ODAAIIIIAAAggggAACCMyiwE6AaRbyD+PPKaVXbW5urs9iY2kTAggggAACCCCAAAIILLbAOMCspJQ+1lC8LeccIzJ8EEAAAQQQQAABBBBAAIGZEhgHmDgLJnYiu1rSO3LOcbglHwQQQAABBBBAAAEEEEBgpgTGu5CdMLMIMPH5pznn75upVtIYBBBAAAEEEEAAAQQQQGC8iD8kqqqKrZNjBOZczrmLDgIIIIAAAggggAACCCAwawI7IzBNgPHmj2dzziuz1lDagwACCCCAAAIIIIAAAgjsDjBPjMBwmCUvBgIIIIAAAggggAACCMyiwO4A88RZME2AGa+JmcV20yYEEEAAAQQQQAABBBBYQIHdAeY2Se8Mg1LKTXVdbyygByUjgAACCCCAAAIIIIDADAs8EWB2H2ZpZm8eDAZnZrjdNA0BBBBAAAEEEEAAAQQWUGB3gHniMEt3f89wODy9gB6UjAACCCCAAAIIIIAAAjMssOcIjKS7c86vneF20zQEEEAAAQQQQAABBBBYQIEnAkzUXlXVzlbKZnbPYDBYXUAPSkYAAQQQQAABBBBAAIEZFtg9ArOcUoqdx+Iwyx/JOceifj4IIIAAAggggAACCCCAwMwI7DkCQ4CZmf6hIQgggAACCCCAAAIIILBL4GIB5hdyzn8bKQQQQAABBBBAAAEEEEBglgSeFGB6vd6amd0q6WzOeWWWGkpbEEAAAQQQQAABBBBAAIELR2Bul/R2SedzzsvwIIAAAggggAACCCCAAAKzJHBhgImF+++U9GjOORbz80EAAQQQQAABBBBAAAEEZkbgwilkN5jZb8ROypJuzjl/fGZaSkMQQAABBBBAAAEEEEBg4QWeFGD6/f4r3P3eRuXv55x/dOGFAEAAAQQQQAABBBBAAIGZEXhSgIlWVVW11ZwF87M552+ZmZbSEAQQQAABBBBAAAEEEFh4gb0CzIakGyWdyzl3F14IAAQQQAABBBBAAAEEEJgZgb0CzLskfY+k3yylfFNd1zEiwwcBBBBAAAEEEEAAAQQQOHaBLwow/X7/tLu/u2kZ62COvYtoAAIIIIAAAggggAACCIwFvijAxC+adTBWSrmxrusaLgQQQAABBBBAAAEEEEBgFgS+KMB0u93lTqfzW+7+daWUm+q6jjUxfBBAAAEEEEAAAQQQQACBYxe42AjMzjoYd/9Hw+Hwnx17K2kAAggggAACCCCAAAIIINAcWPlFEL1e7/vN7J+Y2ZsHg8EZpBBAAAEEEEAAAQQQQACBWRDYcwRmvJDf3W8cDof3z0JDaQMCCCCAAAIIIIAAAgggsGeA6Xa7Kymlj5nZKwaDwW/BhAACCCCAAAIIIIAAAgjMgsDFAkw3pXRW0gdyzv/lLDSUNiCAAAIIIIAAAggggAACewaYYKmqyiXdlXN+A0wIIIAAAggggAACCCCAwCwIXCrAvN/d//1wODw9Cw2lDQgggAACCCCAAAIIIIDApQLMfZKelnO+ASYEEEAAAQQQQAABBBBAYBYELhVgNszsU4PB4HWz0FDagAACCCCAAAIIIIAAAghcNMD0+/0fcPdbcs43w4QAAggggAACCCCAAAIIzILApUZgftzMfmYwGKzNQkNpAwIIIIAAAggggAACCCBw0QDT6/Vi7cvVw+HwQzAhgAACCCCAAAIIIIAAArMgcNEAMwuNow0IIIAAAggggAACCCCAwG4BAgzvAwIIIIAAAggggAACCLRGgADTmq6ioQgggAACCCCAAAIIIECA4R1AAAEEEEAAAQQQQACB1ghcNMB0u93llNJpSTeXUr63ruu6NVXRUAQQQAABBBBAAAEEEJhLgUsFmJWU0scknc85L89l9RSFAAIIIIAAAggggAACrRLYbwTmkaimlPKsuq63WlUZjUUAAQQQQAABBBBAAIG5EzhQgEkpvWpzc3N97qqnIAQQQAABBBBAAAEEEGiVwCUX8VdVFaMuVxNgWtWnNBYBBBBAAAEEEEAAgbkVuGSA6ff76+5+i6QfyTnfNrcKFIYAAggggAACCCCAAAKtENhvBObHJX2Hmd0zGAxWW1ERjUQAAQQQQAABBBBAAIG5FdhvBOa0u787diIrpXRZyD+37wGFIYAAAggggAACCCDQCoFLBphutzveSllm9ubBYHCmFVXRSAQQQAABBBBAAAEEEJhLgQMHGNbBzGX/UxQCCCCAAAIIIIAAAq0SOHCAKaXcVNf1Rquqo7EIIIAAAggggAACCCAwVwKXDDBRaVVVtaQT7v6+4XB4aq6qpxgEEEAAAQQQQAABBBBolcBBAsztkt4u6WzOeaVV1dFYBBBAAAEEEEAAAQQQmCuBgwSYOP/lnc1OZKtMI5ur/qcYBBBAAAEEEEAAAQRaJXCQAPMuSd8TVbEOplV9S2MRQAABBBBAAAEEEJg7gYMEmB+S9I+jcnf/b4fD4Y/NnQIFIYAAAggggAACCCCAQCsEDhJgxlPIoqC35ZzvaEVlNBIBBBBAAAEEEEAAAQTmTmDfANPv90+5+51RuZm9cTAYrM2dAgUhgAoM9GcAABrnSURBVAACCCCAAAIIIIBAKwT2DTAnT55cLaX8ehNg7hkMBqutqIxGIoAAAggggAACCCCAwNwJ7Btgut3uckopDrA8IelHcs4xpYwPAggggAACCCCAAAIIIHDkAvsGmGhRr9dbM7NbJZ3LOXePvJU8EAEEEEAAAQQQQAABBBCIZS0HUaiqanyYpXLOB/rOQe7LNQgggAACCCCAAAIIIIDAJAIHCiO7A4yZvXkwGJyZ5CFciwACCCCAAAIIIIAAAghMQ+BAAabf759293dLekzSt+Wcf3EaD+ceCCCAAAIIIIAAAggggMAkAgcKMLtHYFJKr9rc3Fyf5CFciwACCCCAAAIIIIAAAghMQ+BAAWbXWTDnSynduq63pvFw7oEAAggggAACCCCAAAIITCIwaYCJe78h53zXJA/hWgQQQAABBBBAAAEEEEBgGgIHDTDjNTAyszcOBoO1aTyceyCAAAIIIIAAAggggAACkwgcKMDEDauq8ubGb8s53zHJQ7gWAQQQQAABBBBAAAEEEJiGwCQBZkPSjZLekXOOc2H4IIAAAggggAACCCCAAAJHKjBJgPmApL8p6f/NOX/HkbaShyGAAAIIIIAAAggggAACkg4cYHq93r82s78r6a6c8xvQQwABBBBAAAEEEEAAAQSOWuDAAWb3WTDu3h0Oh+eOurE8DwEEEEAAAQQQQAABBBZb4MABpt/vP7ETWSnlprquY00MHwQQQAABBBBAAAEEEEDgyAQOHGC63e5ySumRpmXsRHZkXcSDEEAAAQQQQAABBBBAYCxw4AATX6iq6mFJ10q6O+f8WhgRQAABBBBAAAEEEEAAgaMUmCjA9Hq9NTO7VdK5nHP3KBvKsxBAAAEEEEAAAQQQQACBiQJMVVW3SXqnpJ/MOb8JPgQQQAABBBBAAAEEEEDgKAUmCjDdbnclpXSvpM/knK8/yobyLAQQQAABBBBAAAEEEEBg0gATC/lrSVfnnCf6LtQIIIAAAggggAACCCCAwJUKTBxCqqr6nJk9OBgMXnilD+f7CCCAAAIIIIAAAggggMAkAhMHmH6/v15K2RoOh6cmeRDXIoAAAggggAACCCCAAAJXKjBxgKmq6g5J35ZzvuZKH873EUAAAQQQQAABBBBAAIFJBCYOMP1+/5S73+nuf2M4HH5okodxLQIIIIAAAggggAACCCBwJQITB5iqqv6epH9pZt8+GAzeeyUP57sIIIAAAggggAACCCCAwCQClxNgbpYUIy9vyDnfNcnDuBYBBBBAAAEEEEAAAQQQuBKBywkw3yTpFyT9Nznn//tKHs53EUAAAQQQQAABBBBAAIFJBCYOMN1uN86CecTMvnswGPybSR7GtQgggAACCCCAAAIIIIDAlQhcboD5NUlvzzn/4pU8nO8igAACCCCAAAIIIIAAApMITBxg4ub9fv99g8Hg1kkexLUIIIAAAggggAACCCCAwJUKXFaA6fV6NwyHw/uv9OF8HwEEEEAAAQQQQAABBBCYROCyAswkD+BaBBBAAAEEEEAAAQQQQGBaAgSYaUlyHwQQQAABBBBAAAEEEDh0AQLMoRPzAAQQQAABBBBAAAEEEJiWAAFmWpLcBwEEEEAAAQQQQAABBA5dgABz6MQ8AAEEEEAAAQQQQAABBKYlQICZliT3QQABBBBAAAEEEEAAgUMXIMAcOjEPQAABBBBAAAEEEEBgcQROnjy5ur29XXc6nZeVUu4bDofnplk9AWaamtwLAQQQQAABBBBAAIEFFqiq6g5Jb91FsO3ubxoOhz89LRYCzLQkuQ8CCCCAAAIIIIAAAgsuUFXVvZJesYvhEUkP55xvmBYNAWZaktwHAQQQQAABBBBAAIEFF6iq6v2SViV9UtKXlFJeUdf11jRZCDDT1OReCCCAAAIIIIAAAggssEC3212edmC5kJMAs8AvGKUjgAACCCCAAAIIINA2AQJM23qM9iKAAAIIIIAAAgggsMACBJgF7nxKRwABBBBAAAEEEECgbQIEmLb1GO1FAAEEEEAAAQQQQGCBBQgwC9z5lI4AAggggAACCCBwuAK7F7V3u91up9N5rbt/uaSvlPQUSX8u6SPu/uBwOLz/cFszH3cnwMxHP1IFAggggAACCCCAwDEJ9Hq9E51Op1dKuVbSW8xsW9Jz3D3+fpWk3zazz7v710t6mqRHJX1WUvz+JyVFoPm9nPPbjqmEVj2WANOq7qKxCCCAAAIIIIAAAkclECMmdV3Xu58XIyqdTueUmdXu/kp3/1sXHNy4+/LHJMUZKMXdPxjfSSmtj0ajz8Roy173P6ra2vwcAkybe4+2I4AAAggggAACCExNoN/vnx6NRhsppQgoq+6+Iuk/xGiKmd3j7i+W9Mx9Hviou9/ZBJW1wz4TZWrFt+hGBJgWdRZNRQABBBBAAAEEELg8gfFoR7fbXVlaWlp299tLKTE6cnWEFUnn488T3v0Pzez33f1jMboyGo0ILBMCXs7lBJjLUeM7CCCAAAIIIIAAAjMvEKGlGU35u+7+uJltufstkzQ8Rl7iendfb763VUqJoPKkqWWT3JNrr0yAAHNlfnwbAQQQQAABBBBA4JgFTp48ubq9vb3V6XRW3L0raVnS6X1GVHaPuJw3s40Ykel0Ondsb29HPiGgHHO/XuzxBJgZ7RiahQACCCCAAAIIIHAwgaqq7pP0sktcfTZGXyKgpJTWBoPBmbh29xbHB3sSV82CAAFmFnqBNiCAAAIIIIAAAgsmsGtNSuzq9brRaBQhZMvMrjez75L0PEmflPRqd/+0mX2JpB90988Oh8MP7eaqquoOSbHw/i9KKX8Yv0spnXH3r845/+iC0c59uQSYue9iCkQAAQQQQAABBI5fYHyIYynl9bHgXdJbJT0k6bpLtO4jkp5rZpvu/kuSbiil/H129jr+/jzOFhBgjlOfZyOAAAIIIIAAAi0XaILJSkzRirUjZuZm9iIz+4pmG+LnN2ehfPtFSn3MzCKoxEGP98ValNjKmDUoLX8xDrH5BJhDxOXWCCCAAAIIIIDAPAjEWpFmYXxM9+rGQnl3XzWzWDB/o6RPSbqm2Yo4St5vO+IHJP1aKSXWokRWie2M+SBwIAECzIGYuAgBBBBAAAEEEJh/gTgjpa7rjfgZ2w/HCIqZxWGOD1/itPlLwZx195gudm9K6amj0egXCCzz/x4ddoUEmMMW5v4IIIAAAggggMAMC8QWxKWUCCnfK+laSWdjg64DjKJofEZKKSWmjj3xTykl7nmGaWAz3PEtbhoBpsWdR9MRQAABBBBAAIGDCjSHOsbZKBE84uT5OJwxgsqJi9zjXHNt7e5f5u4xTSx2CatTSuubm5vjgx0P2gSuQ2AqAgSYqTByEwQQQAABBBBAYLYFqqp6vaT379HKCCb/wd03YgF9E1o2BoPB2mxXROsWVYAAs6g9T90IIIAAAgggsHAC/X5/3d2zu6fxlK/RaLTGIvqFexVaXTABptXdR+MRQAABBBBAAAEEEFgsAQLMYvU31SKAAAIIIIAAAggg0GoBAkyru4/GI4AAAggggAACCCCwWAIEmMXqb6pFAAEEEEAAAQQQQKDVAgSYVncfjUcAAQQQQACBwxDo9Xrfb2ZfKelLzWx7NBr9jyx0Pwxp7onA5AIEmMnN+AYCCCCAAAIIzLFAVVV3SHrrBSX+y5zzP5jjsikNgdYIEGBa01U0FAEEEEAAAQSOQqCqqjgrJc5MGX8eljTMOf+No3g+z0AAgUsLEGB4QxBAAAEEEEAAgV0CvV7ve1NKr5T0EUlfNhgM/heAEEBgdgQIMLPTF7QEAQQQQAABBBBAAAEE9hEgwPCKIIAAAggggAACCCCAQGsECDCt6SoaigACCCCAAAIIIIAAAgQY3gEEEEAAAQQQQAABBBBojQABpjVdRUMRQAABBBBAAAEEEECAAMM7gAACCCCAAAJPEuj1eifc/VmSakldM3uNmd1XSnmg0+n8I3fvSbpe0ufjkEd3f7mk3zez+znwkZcJAQQOW4AAc9jC3B8BBBBAAIEZF+h2u8sppTdJer67L5vZqyVdJ+lzkp6xR/PPSupIetDMeu7+byQ9J/5eSnkvJ9bPeIfTPARaLkCAaXkH0nwEEEAAAQQuJdDv90+XUgadTqezvb1dp5Re2ASVlfiemfUlxYjKtRe5z4akT0h6SkrpX2xvb2/VdR3/jg8CCCBwLAJTCzDxX2+WlpZW3P0No9HoB/ivL8fSnzwUAQQQQGABBXq93g2dTufZUfpoNLrNzDbMbNXdb2k4HpP0dEnnJV19KSIzu8fds5n9xmg0Wq/rOqaR8UEAAQRmRmBqAaaqqndI+t+ayt6Rc759ZqqkIQgggAACCMyBQLfbjVGTGEW5zd1jbcqpJpDsG0z2KP+cmdXu/gl3/3edTueB7e3tDf4D5By8KJSAwJwLTC3A9Hq9V8Z/rWm8NnPOz5tzO8pDAAEEEEDgUAUisKSUYiRl1cxeJcn3G0FpGhSBJkZO1iTFmpaNJvDEyMxWTCVjZOVQu46bI4DAIQpMLcA0/yP7saatH8w5f8MhtptbI4AAAgggMFcCVVXdFmGjCRqrkk5cqsCY6lVK2TKzr4jr3H0zRlQkbZVSzjCSMlevB8UggMAugakFmLhnVVWxyO8Fkv4s5/xVSCOAAAIIIICAFGtUYv2Ju9vFRj6qqvoZSd98gVeMpHTc/dfMbD0CDgGFNwoBBBZdYKoBpt/v/3Ip5XlmdnfO+XsWHZf6EUAAAQTmV6DZevgtkj5uZksxzSumbZnZp2IURdI/kPRMSY9I+nJJpVlEvynpwznn79ut0+/3T5VSTpnZX0r605j2NRqNYk0Ki+jn9zWiMgQQuAyBqQaYy3g+X0EAAQQQQKAVAlVVvUjSKyXFGSmvkfSApFdcovHjRfK/0pyREn//A3c/kXP+V60omkYigAACMyhAgJnBTqFJCCCAAAJHJ9DtdrudTme1lFKZWYySxLqS2J3rb0t6VFLs9JWaFsXhjhd+zsXv3f29MYW60+l8hN28jq7/eBICCCyeAAFm8fqcihFAAIGFEhifU1ZK2W5GUL60WUsSU75iqtclz0XZA+t8s6vXfSmlX97c3Iy1KXwQQAABBI5IgABzRNA8BgEEEEDg8AViNCWlFGtJ1uNnM3oSD77xMp9+NrYibkZkYpcvHwwGv3mZ9+JrCCCAAAJTECDATAGRWyCAAAIIHI9AjK7E9K9YQN9sP3zrBC3ZWaMi6UxMG4vvxaL5GJ2p6zp+8kEAAQQQmEEBAswMdgpNQgABBBDYWyC2IzazfxuHMbr7Lfs5uft7IqQ0Iyix8P4j8d34O+tU9tPj9wgggMBsChBgZrNfaBUCCCCAwB4CzdbFsS3xkz5m9vPuPoxtjGP62NLS0jIBhVcIAQQQmE8BAsx89itVIYAAAnMr0O/3T7v7F8zssdFoFFPA4qiUnSlgfBBAAAEE5l+AADP/fUyFCCCAAAIIIIAAAgjMjQABZm66kkIQQAABBBBAAAEEEJh/AQLM/PcxFSKAAAIIIIAAAgggMDcCBJi56UoKQQABBPYWiIXvrBHh7UAAAQQQmBcBAsy89CR1IIAAArsEmt26fkpSJelLJD3F3f/ZcDj850AhgAACCCDQZgECTJt7j7YjgAACFxGoquoDkv7m7l+b2X2DweCvg4YAAggggECbBQgwbe492o4AAghcPMDcLuntu359h7s/bTgcfjdoCCCAAAIItFmAANPm3qPtCCCAwEUEer3eK83sanc/7+4PxUEpYCGAAAIIIDAPAgSYeehFakAAAQQQQAABBBBAYEEECDAL0tGUiQACCCCAAAIIIIDAPAgQYOahF6kBAQQQQAABBBBAAIEFESDALEhHUyYCCCCAAAIIIIAAAvMgQICZh16kBgQQuCyBOCslvtjpdF5eSnlM0vnhcHj/Zd2MLyGAAAIIIIDAkQgQYI6EmYcggMBRC1RV9U2SXiPpVyXdLOnF7n5fSim7+9+R9I1Nmx6VdFXz509K+p1Syv9R1/XGUbeZ5yGAAAIIIIDA/gIEmP2NuAIBBGZcoNvtds3sOjN7k6Q4qLErKf73bRxMLqzgrKQ1Sde7++/Fde7+c51O54bRaPTzdV1vzXjJNA8BBBBAAIGFFSDALGzXUzgCsy8QwWRpaak7Go1Om9lOqEgprZVS/mszq9w9gkpMA7s6pn81Py8s7Jy7/1Sn07nL3a8ZDAbvnf3KaSECCCCAAAIIXEyAAMO7gQACxypw8uTJ1WiAuz+/lPJ6M4upW7fFT3e/ZYLGnWvCTBzYuB5Tx0opD3CA4wSCXIoAAggggEALBAgwLegkmojAPAjEgvlOp3PK3VdiFMXdb48/X2TU5CAlx4jLmQg6pZSBuz+trutfOcgXuQYBBBBAAAEE2itAgGlv39FyBGZaYDyyUkpZNbPVZrrXiYM22t3fZ2brKaWdxfTb29sxshKfLdaoHFSR6xBAAAEEEJg/AQLM/PUpFSFwbAJVVb2rWUQfbbhxn4aMF9LH2panxhqWUspvLS0tLUdYYerXsXUjD0YAAQQQQGCmBQgwM909NA6B4xXo9Xo3mNnXlFL+OKX0jWbWKaU8xd3/z2jZhSMhVVX9T5J+8IJWn3X3PzGzXymlxNqUnQ/bFB9v3/J0BBBAAAEE2ipAgGlrz9FuBK5QIHb4ikXvKaV/IenjzVqUStILmrNTHpf07Xs85iOSvtTd3zscDp8UVpp1LqullDhrJTXTvcZTv66wxXwdAQQQQAABBBD4q3MS+CCAwJwLdLvdFTN7pqRrzOy0pBdJuu4iZX9WUnH3dTOrYx1KKeXT8V13/yQjJ3P+slAeAggggAACMy5AgJnxDqJ5CFxKIIJJ/L7T6ayUUk6ZWfz9z9394fj3ZvYSSc/YZ6evR939TjP7S3f/objW3R9koTzvHgIIIIAAAgjMogABZhZ7hTYhsEsgpmUtLS3tBJSYkiXp6yVd25x5Mj7E8aBmfyTpMXf/RDOyss6IykHpuA4BBBBAAAEEZkGAADMLvUAbENglUFXV7ZJeE+tQ4pwUM7t1QqDY3avbHAgZB0RuxLkrcY/Nzc0nFtFPeE8uRwABBBBAAAEEZkKAADMT3UAjFk0gFtDHNsH9fn/nYMdmNCVOpI+F9Vcf1MPM7nH3tVLKGtsOH1SN6xBAAAEEEECgzQIEmDb3Hm1vrUBVVb5P4+OU+QgyZ83sjlhMH2ejmNl17v5x1qe0tutpOAIIIIAAAghcoQAB5goB+ToClyNQVVWcLt+TdFUc4BjHorj7z5vZZxhNuRxRvoMAAggggAACiyJAgFmUnqbOmRKIhfnjBjGaMlNdQ2MQQAABBBBAYMYFCDAz3kE0DwEEEEAAAQQQQAABBP6jAAGGtwEBBBBAAAEEEEAAAQRaI0CAaU1X0VAEEEAAAQQQQAABBBAgwPAOzLRAs1YkzjR5JKX0wsFg8Esz3WAahwACCCCAAAIIIHCoAgSYQ+Xl5lci0O12V1JKd0l6rqTPSHq2pLWc8xuv5L58FwEEEEAAAQQQQKC9AgSY9vbd3Le8qqo7JL31gkL/LOf8VXNfPAUigAACCCCAAAII7ClAgOHFmFmB5pT6OyV9TtJjkv5hzvknZrbBNAwBBBBAAAEEEEDg0AUIMIdOzAOuRKDb7Xbruq6v5B58FwEEEEAAAQQQQGB+BAgw89OXVIIAAggggAACCCCAwNwLEGDmvospEAEEEEAAAQQQQACB+REgwMxPX1IJAggggAACCCCAAAJzL3AkAaZZjP33JN2Vc46dpfgggAACCCCAAAIIIIAAAhMLHEmA2bUd7jtyzrdP3Eq+8EUCccBjSulmSa8zs/slfVUp5S/N7C9KKXex8J2XBgEEEEAAAQQQQGAeBY4qwLxL0ve4+3uGw+HpeYScVk3NyfPqdDqnSimVmYXXz0n6RknPN7NPuPtQ0kskPad57qOSrpJ0zt3/OKX0QCnl/xkOhx+aVru4DwIIIIAAAggggAACsyBwVAHmNknvNLN7BoPB6iwUftRtGAeTuq63xs9u/t3y0tJSt5TyKne3JrBcd5H2nZfUcfdfM7PazNbd/enufm98V9LW7vsfdY08DwEEEEAAAQQQQACBwxY4qgAT08bevkgB5uTJk6vb29t1Sum0u3fN7JSkGDlZcff3mdlLJT13nw5+SNJnJK2nlNa2t7c3CCiH/X8S3B8BBBBAAAEEEEBglgWOJMB0u92VlNJvSHpmKaU3T+szIqiUUsajSs+X9J/FSIikGyfs+HNmdtbdvyDpATPbGAwGaxPeg8sRQAABBBBAAAEEEJhrgaMKMN2UUow+qJRyU13XG21UbcLKt0r665IiXLx9wjrORbgxs51pZKWUrZTSGYLKhIpcjgACCCCAAAIIILCwAkcSYEK3qqoILTfO+kL+GC2KkNGsS9kZWXH3FTOLP199iTdlvJA+1qlESKndfa2Ust7WwLaw/1dB4QgggAACCCCAAAIzK3BkAabX662Z2a2SHso5Xz+rIlVV/ZCkf3yJ9p2P6V1NsNkopcS5NstmVtz9QdaozGrP0i4EEEAAAQQQQACBeRA4jgBztpRyaprrYHbv8NXr9W5w9yQpHrFVVVUcoBnbDS9LuknSJyRdZ2Y/7e7LFx6s2UwT+/VYhxJrdmIkpZQSO37dXUr5d4ymzMNrTw0IIIAAAggggAACbRU4ygBzxsy+U9LZnHNM07qiT7/f/1Z3j7Uon29GTGLHrqVdO3uNp3SNnxOB5FnNeSk/KulrJd2dc44/80EAAQQQQAABBBBAAIEWCBxZgOn3+6fc/c4wSSm9anNzc/1CnxhJ6XQ6q7GovVmLEiMf16eUqliHEte7e8/M3hijIxfx/UNJj5hZBJszo9EopnvVcS3Tu1rwRtJEBBBAAAEEEEAAAQQuIXBkASbaUFWVN235yVLKD8di9zgnpVn0HgEnQkoslP+UpGviZHlJz75EWInbxaL52Hb4xyKsMMWL9x0BBBBAAAEEEEAAgfkVOK4AczmiO7t7SfpNSb8TWxETWC6Hke8ggAACCCCAAAIIINBegaMOMDtbKV+EKw5y3Jnq5e7rzdbFO7t9cahje18wWo4AAggggAACCCCAwDQFjjrAxML62Nnrniii2d1rK+d82zSL4l4IIIAAAggggAACCCAwnwJHGmDmk5CqEEAAAQQQQAABBBBA4KgE/n9rrL5TZaLt9AAAAABJRU5ErkJggg==", + "e": 1 + }, + { + "id": "image_1", + "w": 833, + "h": 351, + "u": "", + "p": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA0EAAAFfCAYAAACIvscbAAAgAElEQVR4Xu3dX3Lc1pUH4ANqyp43MSsQ80igWKJWEGoFVlZgZQVWVjDUCqyswMoKrKzA4gqolKubj1ZWYPltkso0piC6GdLNPwC6AVwAH18F4J77Hbgqv/ASJws/BAgQIECAAAECBAgQSE3g4uIg4t8HUT46jrLcjyxOPpdYxqsoig/blJttc7N7CRAgQIAAAQIECBAg0Frg4seTKB/tR1keRxb7EXEcEQcR8eTOZ2ar53F49L71mhEhBG2j514CBAgQIECAAAECBO4WOD/fj//+r+OIvYNYxUFkn0POOuw8bkUnBLVicxMBAgQIECBAgAABArsSWCyOY2+1f+PYWvVbnTKe7mqJm8/J/hx5/mabZ/tN0DZ67iVAgAABAgQIECAwB4Ebx9ayg4iyOrJ2/7G1rlzKeB1FcbrN44WgbfTcS4AAAQIECBAgQGAKAuuPEGweW/tDctsTgpJriYIIECBAgAABAgQIpCmwPra22ju5+ghBp8fWOmIQgjqC9VgCBAgQIECAAAECYxNYf4Tg6mtrV8fWqo8RtPsIQZoGZ5EXl5/LbvnjOFxLOLcRIECAAAECBAgQ6F1gc3bO+mtr6R1b6w5HCOrO1pMJECBAgAABAgQIDCBQfYSg+rl+bG2ojxAMsP0aSwpBNZBcQoAAAQIECBAgQCAdgY3ZOZM9ttaNeRZ/j8Oi+g1Y6x/H4VrTuZEAAQIECBAgQIDAHQK3zc65vHROx9a6ez3yYqscs9XN3e3KkwkQIECAAAECBAgkLnBjdk7sR0T124lhZuckTrXz8oSgnZN6IAECBAgQIECAAIGIu2fnTO1ra+PrthA0vp6pmAABAgQIECBAIBGB67NzqpKyuJyhU8bTRCpUxm0CZTyLovjQFsdxuLZy7iNAgAABAgQIEBiHwI1ja1cfIXBsbRzdu73KbPU8Do/et92CENRWzn0ECBAgQIAAAQJpCJidk0Yf+qxCCOpT21oECBAgQIAAAQKDCFw/tlYdV6s+QuDY2iCtSGJRISiJNiiCAAECBAgQIEBgG4H17Jzy0X6U5XFkZudswzn5e8t4HUVx2nafjsO1lXMfAQIECBAgQIBAM4HNY2snvz7A7Jxmkq4WgrwDBAgQIECAAAECyQhUHyGoflZ7l19ZMzsnmdZMqhAhaFLttBkCBAgQIECAQNoC62NrsXcQqziI7POA0HXYeZx28aqbkMBfIi9etd2P43Bt5dxHgAABAgQIEJiqwPojBOWj4yjLfbNzptroUe/rLPJifZyy8UaEoMZkbiBAgAABAgQITEDgxuwcx9Ym0NG5bUEImlvH7ZcAAQIECBAg8KDA+iMEm8fWfITgQTwXjEBACBpBk5RIgAABAgQIENi9wPXZOdXTs7j8GEEZT3e/mCcSSErgH5EXB20rchyurZz7CBAgQIAAAQJdC9w9O6f6H39Pul7e8wkkLZAXrbNM6xuTBlEcAQIECBAgQGAsApuzc9ZfW3NsbSw9VOcwAkLQMO5WJUCAAAECBAjUErhtdo5ja7XoXETgTgEhyMtBgAABAgQIEBhQYGN2TnYQUVZH1qrf6pidM2BrLD1hgWz1PA6P3rfZoeNwbdTcQ4AAAQIECMxPYPPY2npGiWNr83sb7DgFASEohS6ogQABAgQIEBi9gNk5o2+hDcxIQAiaUbNtlQABAgQIEGgvsHFs7fNxtX3H1tqTupPAcALZHyPP37VZ33G4NmruIUCAAAECBNIVMDsn3d6ojMAuBcp4HUVx2uaRQlAbNfcQIECAAAECwwrcOLZ29RECs3OG7YrVCfQrIAT16201AgQIECBAoGOB9UcIYu8gVnEQ2dWxNR8h6Jje4wmMRkAIGk2rFEqAAAECBAisBa4fW6tm5lSfkzY7x/tBgEBtgeyvkecva19+7ULH4dqouYcAAQIECBB4WGD9EYLy0X6U5XFkZuc8jOYKAgQaCJxFXqw/Vd/gtgghqBGXiwkQIECAAIEbApuzc9ZfW3NszatCgEDXAkJQ18KeT4AAAQIEZitQfYSg+lntnXw+rlYdW4vwEYLZvhA2TiAZASEomVYohAABAgQIjE1gY3aOY2tja6F6CcxU4JfIi+r/mGn84zhcYzI3ECBAgACBEQqsP0JQPjqOstyPLC5/q1PG0xHuRskECBC4FMiLVnmm1U3MCRAgQIAAgQQFbszOcWwtwQ4piQCBXQsIQbsW9TwCBAgQIJCYwN2zc6q/0XmcWLXKIUCAQPcCQlD3xlYgQIAAAQKdC1yfnVMt5tha5+QWIEBgxALZ6nkcHr1vugPH4ZqKuZ4AAQIECGwrcOPY2tVHCHxtbVtX9xMgMD8BIWh+PbdjAgQIEEhUwOycRBujLAIEJicgBE2upTZEgAABAikLXD+2tp6d42trKXdMbQQITFEgiz/FYfG26dYch2sq5noCBAgQmIeA2Tnz6LNdEiAwboEyXkdRnDbdhBDUVMz1BAgQIDAdgc1jaye/bu4P09mknRAgQGDCAkLQhJtrawQIECDQXqD6CEH1s9q7HA4aUX1O2kcI2ou6kwABAukICEHp9EIlBAgQINCjwMaxtc8hZx12zM7psRWWIkCAwAACf4u8eNF0Xcfhmoq5ngABAgT6F1h/hKB8dBxluW92Tv8tsCIBAgQSFTiLvFgfZa5dohBUm8qFBAgQINCpwI3ZOY6tdWrt4QQIEJiOgBA0nV7aCQECBCYosP4IQewdxCoOIrs6tuYjBBNsty0RIECgJwEhqCdoyxAgQIDAXQLXZ+dU12Rx+TGCMp5CI0CAAAECnQjkRePTbY1v6KRwDyVAgACBcQisP0JQPtqPsjyOLDuIKKsvrVUfI/ARgnF0UZUECBCYloAQNK1+2g0BAgQGEdicnbP+2ppja4M0xKIECBAgcK+AEOQFIUCAAIFaArfNznFsrRadiwgQIEAgMYF//ut38ezZpyZVOQ7XRMu1BAgQGIvAxuwcx9bG0jp1EiBAgEBDgWz1PA6P3je5SwhqouVaAgQIpCSweWxtPSfBsbWU+qQWAgQIEOhWQAjq1tfTCRAg0LuA2Tm9k1uQAAECBEYmIASNrGHKJUCAwMaxtavZOb625u0gQIAAAQK1BLI/R56/qXXprxc5DtdEy7UECBBoI2B2Ths19xAgQIAAgXoCZbyOojitd/HlVUJQEy3XEiBA4C6BG8fWrj5CUM3PeQKNAAECBAgQ6FBACOoQ16MJEJi3wPojBLF3EKs4iOzq2JqPEMz7zbB7AgQIEBhaQAgaugPWJ0Bg1ALXj61VM3MijsPsnFG3VPEECBAgMAuBs8iL9RdSa23YcbhaTC4iQGASAuuPEJSP9qMsjyMzO2cSfbUJAgQIEJi7gBA09zfA/gnMXmBzdk71lbXqtzqOrc3+5QBAgAABAhMVEIIm2ljbIkDgukD1EYLqZ7V38vm4WnVsLcJHCLwlBAgQIEBgjgJZ/D0Oi+p/C9T+cRyuNpULCRDoTWBjdo5ja73ZW4gAAQIECIxRIC8a5ZpGF4/RQ80ECCQqsP4IQfnoOMpyP7K4/K1OGU8TrVhZBAgQIECAQKoCQlCqnVEXgRkK3Jid49jaDN8AWyZAgAABAv0ICEH9OFuFAIGIuHt2TnUu9zEjAgQIECBAgEAvAtne7+Pw8GPdtRyHqyvlOgJzFbg+O6cycGxtrm+CfRMgQIAAgXQFstXzODx6X7dAIaiulOsITFngxrG1q48Q+NralHtubwQIECBAYEoCQtCUumkvBHYkYHbOjiA9hgABAgQIEEhSQAhKsi2KItC9wPVja+vZOb621r27FQgQIECAAIHhBcp4HUVxWrcQx+HqSrmOwNACZucM3QHrEyBAgAABAqkKCEGpdkZdBGoIbB5bO/n1rj/UuNslBAgQIECAAIF5CghB8+y7XY9IoPoIQfWz2rscDhpRfU7aRwhG1EKlEiBAgAABAskJ/CXy4lXdqhyHqyvlOgJ1BTaOrX0OOeuwY3ZOXUfXESBAgAABAgTqC5xFXqxP0Dx4lxD0IJELCNwisP4IQfnoOMpy3+wcbwkBAgQIECBAYFABIWhQfotPR+DG7BzH1qbTWDshQIAAAQIEJiggBE2wqbbUhcD6IwSxdxCrOIjs6tiajxB04e2ZBAgQIECAAIHuBP4ReVH9jXWtH8fhajG5aLQC12fnVJvI4vJjBGU8He2eFE6AAAECBAgQILApkBe1s03tCzkTSFJg/RGC8tF+lOVxZNlBRFn9vwDVxwh8hCDJpimKAAECBAgQINCBgBDUAapHDiewOTtn/bU1x9aG64qVCRAgQIAAAQJpCQhBafVDNTUEbpud49haDTiXECBAgAABAgQIfBYo41kUxYc6Go7D1VFyzfYCG7NzHFvbHtUTCBAgQIAAAQIErgSy1fM4PHpfR0QIqqPkmnoCt83OubzTsbV6gq4iQIAAAQIECBBoKyAEtZVz34MCZuc8SOQCAgQIECBAgACBAQSEoAHQp7LkxrG1q9k5vrY2lR7bBwECBAgQIEBgigJlvI6iOK2zNcfh6ihN7Rqzc6bWUfshQIAAAQIECBAQgrwDcePY2tVHCKr5OU/oECBAgAABAgQIEJicgBA0uZZubmg9Oyf2DmIVB5FdHVvzEYIZtN8WCRAgQIAAAQIEfiuQ/TXy/GUdF8fh6igNdc31Y2vVzJyI4zA7Z6huWJcAAQIECBAgQCBtgbPIi5M6JQpBdZS6umb9EYLy0X6U5XFkZud0Re25BAgQIECAAAECkxcQgpJp8frYWvnoOMpyP7JYp1PH1pJpkkIIECBAgAABAgQmICAE9drE6iME1c9q7+TzcbXq2FqEjxD02gSLESBAgAABAgQIzFzgl8iL6n+LP/jjONyDRBGxMTvHsbU6bK4hQIAAAQIECBAg0KtAXtTKN7Uu6rXwoRZbf4Tg+rE1HyEYqhvWJUCAAAECBAgQINBcQAi6xezG7BzH1pq/Ve4gQIAAAQIECBAgkLDALEPQ3bNzqr/ReZxwu5RGgAABAgQIECBAgMC2AtnqeRwevX/oMeM7Dnd9dk61u+pra46tPdRn/06AAAECBAgQIEBg+gKjDUF3z87xtbXpv7Z2SIAAAQIECBAgQKC9QNIhaHN2TnVcrfqcndk57VvuTgIECBAgQIAAAQIzF8j+GHn+7iGE7o7DXT+2tp6d49jaQ/3w7wQIECBAgAABAgQItBUo43UUxelDt7cPQWbnPGTr3wkQIECAAAECBAgQ6FNgJyFo89jaya97cGytz2ZaiwABAgQIECBAgACBhwVqh6Dbjq1F+AjBw8SuIECAAAECBAgQIEAgLYG/RV68eKikLJaL6jvafrPzkJR/J0CAAAECBAgQIEAgdYGzyIv16bU7axWCUm+j+ggQIECAAAECBAgQqCtQOwS9iYhv6j7VdQQIECBAgAABAgQIEEhUoGYIWixOI4v/SXQTyiJAgAABAgQIECBAgEB9gbx48AvYWSyXLyLK7+s/1ZUECBAgQIAAAQIECBBIVKBWCLr48STKvR8S3YKyCBAgQIAAAQIECBAgUF+gVgiqhp5++cXP9Z/qSgIECBAgQIAAAQIECCQq8M9//S6ePft0X3WX5+WWizLRLSiLAAECBAgQIECAAAEC9QWy1fM4PKrGAN35sw5BHyPiSf0nu5IAAQIECBAgQIAAAQIJCjQIQQamJtg/JREgQIAAAQIECBAg0FCgfghavo0ov274eJcTIECAAAECBAgQIEAgLYEs/hSHxdv7iro8DmdWUFqNUw0BAgQIECBAgAABAu0EyngdRXH6cAi6WLyMMr5rt4q7CBAgQIAAAQIECBAgkIhA/RBkVlAiLVMGAQIECBAgQIAAAQLbCNQOQYvFcWRxvs1a7iVAgAABAgQIECBAgEACAn+LvHhxXx2XfxNU/ZgVlEC/lECAAAECBAgQIECAwJYCZ5EXJ3VDUDVV9fGWC7qdAAECBAgQIECAAAECQwo0CkFmBQ3ZKmsTIECAAAECBAgQILC9QBZ/j8PiuO5vgt5FxFfbr+oJBAgQIECAAAECBAgQGFAgL/7zZz+3lPGffzQraMAuWZoAAQIECBAgQIAAgZ0JCEE7o/QgAgQIECBAgAABAgTGIFA7BF2YFTSGfqqRAAECBAgQIECAAIEHBLK938fh4ce7rvrPcTghyLtEgAABAgQIECBAgMAUBLLV8zg8qj78duvPzT8YMitoCi23BwIECBAgQIAAAQLzFhCC5t1/uydAgAABAgQIECAwO4GGIcisoNm9ITZMgAABAgQIECBAYGoC2Z8jz9/ctavfHocTgqbWf/shQIAAAQIECBAgMDeBMl5HUZzWDUFVWvpmbkb2S4AAAQIECBAgQIDAhAQahSADUyfUeVshQIAAAQIECBAgMFOBRiFouXwRUX4/UyrbJkCAAAECBAgQIEBgGgJnkRcnd23l5t8EmRU0jZbbBQECBAgQIECAAIF5CzQIQefn+/HlFz/P28vuCRAgQIAAAQIECBAYuUCDEFTt1MDUkfdb+QQIECBAgAABAgRmL/CPyIuDuxRuHoerrrpYfIgyns6eDQABAgQIECBAgAABAuMVyIvNrPPrbjb/YbkwK2i8rVY5AQIECBAgQIAAAQKVQLMQtHwbUX5NjgABAgQIECBAgAABAqMVaBSCzAoabZ8VToAAAQIECBAgQIDArwJlPIui+HCbx21/E/QyyvgOHgECBAgQIECAAAECBEYrkK2ex+FR9ac+Gz+3hKAfT6Lc+2G0m1U4AQIECBAgQIAAAQIEmoWgi4MoVz9RI0CAAAECBAgQIECAwGgFGoWgapdmBY221wonQIAAAQIECBAgQCAiyngdRXF6m8Xt385eLj5FxGN4BAgQIECAAAECBAgQGKVAixBkVtAoO61oAgQIECBAgAABAgQ+C7QIQe8i4it8BAgQIECAAAECBAgQGKnAXyIvXt1W++3H4cwKGmmflU2AAAECBAgQIECAwK8CZ5EXJ/VD0HL5KqL8Fh8BAgQIECBAgAABAgRGKtAwBF2YFTTSRiubAAECBAgQIECAAIFLASHIm0CAAAECBAgQIECAwKwEfom82L9tx7f/TVB1pVlBs3pDbJYAAQIECBAgQIDA5ATy4ta8IwRNrtM2RIAAAQIECBAgQIDAZ4EWIcisIO8OAQIECBAgQIAAAQLjFRCCxts7lRMgQIAAAQIECBAg0EIgWz2Pw6Pqlzs3fu4+DmdWUAtltxAgQIAAAQIECBAgkIyAEJRMKxRCgAABAgQIECBAgEAfAo1D0HL5IqL8vo/arEGAAAECBAgQIECAAIHdC2R/jDx/99vn3n0czsDU3ffAEwkQIECAAAECBAgQ6E+gjNdRFKf1Q9D5+X58+cXP/VVoJQIECBAgQIAAAQIECOxQoHEIqtY2MHWHHfAoAgQIECBAgAABAgR6FWgVgi4WH6KMp70WajECBAgQIECAAAECBAjsRCD7a+T5y98+6u6/Cbr8TZCBqTvB9xACBAgQIECAAAECBAYQOIu8OGkagt5ExDcDFGtJAgQIECBAgAABAgQIbCvQIgQZmLotuvsJECBAgAABAgQIEBhOoEUIuli8jDK+G65mKxMgQIAAAQIECBAgQKC1wC+RF/u/vfv+vwkyK6i1thsJECBAgAABAgQIEEhAIC82Ms8DIejiIMrVTwmUrgQCBAgQIECAAAECBAg0F2gcgqolzApqDu0OAgQIECBAgAABAgTSEPjnv34Xz559ul7M/b8JugxBHyPiSRo7UAUBAgQIECBAgAABAgQaCGSr53F4VI3+ufqpE4LMCmpg7FICBAgQIECAAAECBBISaBmC3kXEVwltQykECBAgQIAAAQIECBCoJ9AqBJkVVA/XVQQIECBAgAABAgQIpCeQxZ/isHh7vbAax+GWryLKb9PbjYoIECBAgAABAgQIECDwgEAZr6MoTpuFILOCvFcECBAgQIAAAQIECIxVoFUIWiyOI4vzse5Z3QQIECBAgAABAgQIzFigVQiqvMwKmvFbY+sECBAgQIAAAQIERi3wt8iLF9d38PDfBAlBo+644gkQIECAAAECBAjMXOAs8uKkTQgyK2jmb47tEyBAgAABAgQIEBipgBA00sYpmwABAgQIECBAgACBdgItQ5BZQe243UWAAAECBAgQIECAwPACeXHjz4Dq/U2QEDR841RAgAABAgQIECBAgEA7gVYhyKygdtjuIkCAAAECBAgQIEBgeAEhaPgeqIAAAQIECBAgQIAAgR4Fsr3fx+Hhx/WK9Y7DnZ/vx5df/NxjmZYiQIAAAQIECBAgQIDAbgSy1fM4PKq+eP35p14Iqq40MHU3DfAUAgQIECBAgAABAgT6FWgdgi4WH6KMp/1WazUCBAgQIECAAAECBAhsKdA6BC0XBqZuae92AgQIECBAgAABAgSGEMj+HHn+Zr1yk+Nw1U3fDFGyNQkQIECAAAECBAgQINBaoIzXURSnzUOQWUGtzd1IgAABAgQIECBAgMCAAq1D0MXiZZTx3YClW5oAAQIECBAgQIAAAQLNBdqHoB9Potz7ofmK7iBAgAABAgQIECBAgMCgAmeRFyfrCur/TdDFxUGUq58GLd3iBAgQIECAAAECBAgQaC7QMgRVC5kV1JzbHQQIECBAgAABAgQIDC2wVQj6GBFPht6B9QkQIECAAAECBAgQIFBbIIu/x2FxvL6+/nG4y98EmRVUW9qFBAgQIECAAAECBAgkI5AXV9mnYQhavo0ov05mIwohQIAAAQIECBAgQIBAHYHWIcisoDq8riFAgAABAgQIECBAIDWB1iFouXwVUX6b2n7UQ4AAAQIECBAgQIAAgXsFyngWRfGhuqbZcbgLs4K8WgQIECBAgAABAgQIjFAgWz2Pw6PqGwcNQ9BicRxZnI9wy0omQIAAAQIECBAgQGDOAq1DUIVmVtCcXx17J0CAAAECBAgQIDBOgS1D0KeIeDzOnauaAAECBAgQIECAAIFZCpTxOoritNp7s78JuvxNkFlBs3xrbJoAAQIECBAgQIDAiAWEoBE3T+kECBAgQIAAAQIECDQX2CoEmRXUHNwdBAgQIECAAAECBAgMLfCXyItXVRHNj8MJQUM3z/oECBAgQIAAAQIECDQXOIu8OGkXgswKas7tDgIECBAgQIAAAQIEhhYQgobugPUJECBAgAABAgQIEOhVYIsQVNVpVlCv3bIYAQIECBAgQIAAAQJbC/wj8uKgekrzvwkSgrbW9wACBAgQIECAAAECBAYQyIvP+addCLpYfIgyng5QtiUJECBAgAABAgQIECDQTmCrEGRgajt0dxEgQIAAAQIECBAgMJzAliHoTUR8M1z1ViZAgAABAgQIECBAgEBDgTKeRVF8aHcczqyghtouJ0CAAAECBAgQIEBgcIFs9TwOj963C0HL5YuI8vvBN6EAAgQIECBAgAABAgQI1BXYKgQZmFqX2XUECBAgQIAAAQIECCQjkP0x8vxdu98EXVwcRLn6KZm9KIQAAQIECBAgQIAAAQIPCZTxOoritF0Iqh5uYOpDxP6dAAECBAgQIECAAIGUBHYQgj5GxJOU9qQWAgQIECBAgAABAgQI3CmwgxD0PiL+gJgAAQIECBAgQIAAAQLjEMj+Gnn+covjcMu3EeXX49isKgkQIECAAAECBAgQIBBnkRcn7UOQWUHeIQIECBAgQIAAAQIExiWwZQhaLl9FlN+Oa8+qJUCAAAECBAgQIEBgxgJbhiCzgmb87tg6AQIECBAgQIAAgVEK/BJ5sb/NcbjjyOJ8lFtXNAECBAgQIECAAAEC8xTIi6x9CKrIzAqa54tj1wQIECBAgAABAgTGKrCDEPQpIh6Pdf/qJkCAAAECBAgQIEBgVgJb/k3Q5W+CzAqa1TtjswQIECBAgAABAgSSFziLiE9RxofYi48Rq4/xv//+EM+eVb/A+fyz7XG4dxHxVfIMCiRAgAABAgQIECBAYEoCDwad+za7XQgyK2hKL5K9ECBAgAABAgQIEEhJYKugIwSl1Eq1ECBAgAABAgQIECCwFugs6HQXgswK8voSIECAAAECBAgQIHC/wCBBRwjyWhIgQIAAAQIECBAg0KVAckGnuxBUPdmsoC5fJs8mQIAAAQIECBAgkIrAqIKOEJTKa6MOAgQIECBAgAABAmkLTCbodB2CzApK+0VWHQECBAgQIECAAIG1wC8R8SEi+xhl+fGuOTpT59ruE9mVjoGpU39H7I8AAQIECBAgQGBcAjeDTpZ9iOz/PsXhUfXLCz9bD0u9DEFvIuIbmgQIECBAgAABAgQI9CYg6GxBvf1vggxM3YLfrQQIECBAgAABAgTuFBB0Ono5tg9By+WLiPL7jurzWAIECBAgQIAAAQJTFhB0Buju9iHIwNQB2mZJAgQIECBAgACBEQkIOok1a/sQdH6+H19+8XNi+1IOAQIECBAgQIAAgT4FBJ0+tbdca/sQVBVgYOqWbXA7AQIECBAgQIDACAQEnRE0qU6JuwpBHyPiSZ0FXUOAAAECBAgQIEAgYQFBJ+Hm7Kq0XYUgA1N31RHPIUCAAAECBAgQ6FpA0OlaOPHn7ygELd9GlF8nvlflESBAgAABAgQIzEdA0JlPrxvvdDchyKygxvBuIECAAAECBAgQ2FpA0NmacJ4P2E0Iuli8jDK+myehXRMgQIAAAQIECHQoIOh0iDvXR+8oBP14EuXeD3NFtG8CBAgQIECAAIGtBASdrfjc3FRgNyFosTiOLM6bLu56AgQIECBAgACB2QgIOrNpdfob3U0IqvZpVlD63VYhAQIECBAgQKBbAUGnW19P35HALkPQp4h4vKO6PIYAAQIECBAgQCBNAUEnzb6oqoHALkOQWUEN4F1KgAABAgQIEEhYQNBJuDlK215glyHoXUR8tX1JnkCAAAECBAgQINCDgKDTA7Il0hTYXQgyKyjNDquKAAECBAgQmLOAoDPn7s8N72AAAAlGSURBVNv7nQJCkJeDAAECBAgQIDBuAUFn3P1T/QACuwtBF2YFDdA/SxIgQIAAAQLzEBB05tFnu+xJQAjqCdoyBAgQIECAAIEHBAQdrwiBngR2F4Kqgs0K6qltliFAgAABAgRGKiDojLRxyp6WgBA0rX7aDQECBAgQIDC8gKAzfA9UQOBegV2HILOCvHAECBAgQIDAHAQEnTl02R4nKyAETba1NkaAAAECBAhsKSDobAnodgKpCuw2BJkVlGqf1UWAAAECBAjcLiDoeDMIzFBACJph022ZAAECBAjMTEDQmVnDbZfAQwK7DUHL5YuI8vuHFvXvBAgQIECAAIEdCwg6Owb1OAJTFthtCDIwdcrvir0RIECAAIGhBQSdoTtgfQITEdhtCDo/348vv/h5Ija2QYAAAQIECPQvIOj0b25FArMT2G0IqvgMTJ3dS2TDBAgQIECgoYCg0xDM5QQI7FZg9yHoYvEhyni62zI9jQABAgQIEBiZgKAzsoYpl8CcBHYfgpYLA1Pn9AbZKwECBAjMWUDQmXP37Z3AiAU6CEHLtxHl1yM2UToBAgQIECDwHwFBx9tAgMDkBHYfggxMndxLYkMECBAgMHkBQWfyLbZBAgSuC+w+BF0sXkYZ32EmQIAAAQIEkhIQdJJqh2IIEBhSoIMQ9ONJlHs/DLkpaxMgQIAAgZkKCDozbbxtEyDQTKCDEHRxEOXqp2ZluJoAAQIECBCoKSDo1IRyGQECBO4S2H0IqlYyK8gbR4AAAQIEthEQdLbRcy8BAgQeEOgqBH2KiMf0CRAgQIAAgTsFBB0vBwECBAYS6CoEmRU0UEMtS4AAAQJJCQg6SbVDMQQIELgU6CoEvYuIryATIECAAIEZCAg6M2iyLRIgMC2BbkKQWUHTekvshgABAgQEHe8AAQIEJiTQTQhaLl9FlN9OyMlWCBAgQGD6AoLO9HtshwQIEPgs0E0IujAryPtFgAABAkkKCDpJtkVRBAgQ6FdACOrX22oECBAg0L2AoNO9sRUIECAwaoFuQlBFYlbQqF8MxRMgQCBxAUEn8QYpjwABAikLCEEpd0dtBAgQmLeAoDPv/ts9AQIEOhPoMgSZFdRZ2zyYAAECkxEQdCbTShshQIDAeASEoPH0SqUECBAYq4CgM9bOqZsAAQITFeguBJkVNNFXxrYIECBwq4Cg48UgQIAAgdEICEGjaZVCCRAgMLiAoDN4CxRAgAABArsQ6C4EmRW0i/54BgECBPoWEHT6FrceAQIECPQuIAT1Tm5BAgQIDC4g6AzeAgUQIECAwJAC3YWg8/P9+PKLn4fcnLUJECAwYwFBZ8bNt3UCBAgQuF+guxBUrWtgqvePAAECXQoIOl3qejYBAgQITFag2xB0sfgQZTydrJ6NESBAoHsBQad7YysQIECAwMwEug1By4WBqTN7oWyXAIFWAoJOKzY3ESBAgACBdgJdh6A3EfFNu9LcRYAAgUkJCDqTaqfNECBAgMCYBboNQQamjvndUDsBAs0FBJ3mZu4gQIAAAQK9C3Qbgi4WL6OM73rflQUJECDQnYCg052tJxMgQIAAgV4EOg5BP55EufdDLzuxCAECBHYnIOjsztKTCBAgQIBAcgIdh6CLgyhXPyW3awURIEAgQtDxFhAgQIAAgZkKdBuCKlSzgmb6atk2gSQEBJ0k2qAIAgQIECCQlkAfIehjRDxJa9uqIUBgQgKCzoSaaSsECBAgQKAPgT5CkFlBfXTSGgSmLSDoTLu/dkeAAAECBHoV6CMEvYuIr3rdlcUIEBijgKAzxq6pmQABAgQIjFCg+xBkVtAIXwslE+hMQNDpjNaDCRAgQIAAgboC3Yeg5fJVRPlt3YJcR4DA6AUEndG30AYIECBAgMC0BboPQRdmBU37FbK7mQoIOjNtvG0TIECAAIEpCHQfghaL48jifApY9kBgZgKCzswabrsECBAgQGAuAt2HoErSrKC5vE/2OT4BQWd8PVMxAQIECBAgsKWAELQloNsJjEBA0BlBk5RIgAABAgQI9CfQVwgyK6i/nlppngKCzjz7btcECBAgQIBACwEhqAWaWwgMJCDoDARvWQIECBAgQGBaAv2EILOCpvXW2E2XAoJOl7qeTYAAAQIECBCICCHIa0CgfwFBp39zKxIgQIAAAQIErgT6CUFmBXnl5icg6Myv53ZMgAABAgQIjERACBpJo5SZpICgk2RbFEWAAAECBAgQuF+gnxB0fr4fX37xs2YQGKGAoDPCpimZAAECBAgQIHCfQD8hqKrAwFRvYroCgk66vVEZAQIECBAgQGDnAv2FoIvFhyjj6c534IEE6gkIOvWcXEWAAAECBAgQmLxAfyFouTAwdfKv0+AbFHQGb4ECCBAgQIAAAQLpC/QZgt5ExDfpk6gwcQFBJ/EGKY8AAQIECBAgkLpAfyHIwNTU34WU6hN0UuqGWggQIECAAAECExPoLwQtly8iyu8n5mc77QUEnfZ27iRAgAABAgQIENhCoL8QZGDqFm0a7a2Czmhbp3ACBAgQIECAwHQFegxBFwdRrn6aLuVsdybozLb1Nk6AAAECBAgQGKdAfyGo8jEraJxvSYSgM9bOqZsAAQIECBAgQGBDoO8Q9DEinuhDkgKCTpJtURQBAgQIECBAgMCuBfoOQWYF7bqDzZ4n6DTzcjUBAgQIECBAgMAEBXoOQcu3EeXXE3RMaUuCTkrdUAsBAgQIECBAgEByAv2GILOCdvUCCDq7kvQcAgQIECBAgACB2Qn0G4KWy1cR5bezU263YUGnnZu7CBAgQIAAAQIECNwr0G8IMivot80QdPwHSoAAAQIECBAgQKBngX5D0GJxHFmc97zHoZcTdIbugPUJECBAgAABAgQIXBPoNwRVC09zVpCg4z8rAgQIECBAgAABAiMRGCIEfYqIxyPxuV6moDPCpimZAAECBAgQIECAwG8FhghBKc8KEnT8N0KAAAECBAgQIEBg4gJzDEGCzsRfatsjQIAAAQIECBAgcJ9A/yGon1lBgo73ngABAgQIECBAgACBWwXGHIIEHS81AQIECBAgQIAAAQKNBfoPQc1mBQk6jVvqBgIECBAgQIAAAQIE7hNIIQQJOt5RAgQIECBAgAABAgR6E+g/BFVbq34bVP0cHlVfivNDgAABAgQIECBAgACB3gT+H89o9faNgwtgAAAAAElFTkSuQmCC", + "e": 1 + }, + { + "id": "image_2", + "w": 672, + "h": 141, + "u": "", + "p": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqAAAACNCAYAAABokcgEAAAaq0lEQVR4Xu2djbEVRROGZyJQI1AjECIQI0AjUCMQIhAjECIQIgAiECIAIhAiECOYr96t2f1m5/aePVzOT/fus1W3Sjg/2/PMLL63Z/rtnLggAAEIQAACEIAABCBwQQL5gvfiVhCAAAQgAAEIQAACEEgIUBYBBCAAAQhAAAIQgMBFCSBAL4qbm0EAAhCAAAQgAAEIIEBZAxCAAAQgAAEIQAACFyWAAL0obm4GAQhAAAIQgAAEIIAAZQ1AAAIQgAAEIAABCFyUAAL0ori5GQQgAAEIQAACEIAAApQ1AAEIQAACEIAABCBwUQII0Ivi5mYQgAAEIAABCEAAAghQ1gAEIAABCEAAAhCAwEUJIEAvipubQQACEIAABCAAAQggQFkDEIAABCAAAQhAICiBUso3Oef30cJHgEabMeKFAAQgAAEIQGDXBEopr1JKX6aUvkspfcg5fxMNCAI02owRLwQgAAEIQAACmyVQSrmTUvoxpSRRqR/9+XHO+dE46CpAvx//nHMOp+fCBbzZFcfAIAABCEAAAhDYPYFeXFYg/0mM5pw/6s+llBcppfsNrB9yzsqKhrkQoGGmikAhAAEIQAACENg6gVLK45TSb8Y4f805P60CVNnQ35v3/JRzligNcyFAw0wVgUIAAhCAAAQgsHUCpZReXI5Dns56llK0Rf+8YfFHu0UfgRECNMIsESMEIAABCEAAArsgUEq5l1L6e2Gww1a78Z6XOWeJ0jAXAjTMVBEoBCAAAQhAAAJbJyBbpZTSPwvjfJ1zlkDVOdDSvGf6+yh8EKBRZoo4IQABCEAAAhDYBYFOXPZj/la+n6UUeX9+Pb4YrRIeAbqLpcwgIQABCEAAAvsgUG2MZF00emO+jVagU0p5Wz0+rUl7lnP+xaiWH4RplFlGgEaZKeKEAAQgAAEIQGCRQD0XqSrxKSvYvFk2Rr9EEaKGzdKHZlyDJVNKScVKbbV8KCsmBCgPMwQgAAEIQAACoQmUUn5JKf11xCBCiDSjEv5JJzYf1rH+2Yz5Yc5ZFk4hLgRoiGkiSAhAAAIQgAAELAKlFLWk1NbzF0cQCtG20hDUf9TuSGq9qUsZUYnutlr+Sc75wREMXLwFAepiGggCAhCAAAQgAIHbECilSHS1mUB9zbMqSlUxPrWsrN9/N+esM5ZuL8tmKaUko/k2yytR2prRh6qER4C6XX4EBgEIQAACEIDAGgGjc9BMiPXV4imlEKbtls1SN5bXnbgOkd0d5xMBurayeR0CEIAABCAAAbcEjGrwmcAspagw6edmACFM20sp6vs+HSuQzZJxNlQFSbP3uJ2oLjAEaJSZIk4IQAACEIAABG4QMDKgM4FpiLYQW9WWzVJKSaL03wPLIESRleJHgPIwQwACEIAABCCgzjoq5lFhiyx+Bh/NnPPopemWkCEw3+WcFf9wGX3TUwTTdkNYj204+4xuOzc/RbGaQoC6faQIDAIQgAAEIHBZAkYHHvcZNat3eiswqzH9m46ke9N2Q1gPNksrrTpDnG8lA3rZ55q7QQACEIAABFwT6M8dppR+zTkr4+b2OkZgbkRYTzZLxvb8OD8hzrciQN0+TgQGAQhAAAIQuDyBtYKey0d03B3XBKZRCe/etN3IdE5nV61jBZVUiPOtCNDj1jXvggAEIAABCOyCwFpBj1cIRu/0vhL+VWdZFGKruhPWM5slQ1QP0xPhfCsC1OuTRFwQgAAEIACBKxBYK+i5QkhH3dLI3M66AgWuhJdh/tj9aCYuD7QfdX++FQF61LLmTRCAAAQgAIF9EFgr6PFKYU1gGt2SQpi2l1LU/eh+w30qCjvQgtR94RgC1OuTRFwQgAAEIBCSQD2bN1kA1XaQL3LO8m90fy1UWLvPqBnZwP9yzrKVGq4NCeuZzZJxZELDdX++FQHq/p8CAoQABCAAgQgEaobtUduVpolb3Wruee8/3oi10jF3n1FbE5g1W9gbuEfoCS9f1ln/95yz1tkorOXT+k83XyHOt+IDGuFfNmKEAAQgAAG3BBayUH28EqF3cs7v3Q7k/6Jmdu4wQu/0BYE5E85Gpbx703ZDWN+wWarZX82e1tbbKNl2BKj3fwmIDwIQgAAE3BJYMQXv436Wc1ZGy/VlnDucFfR4DX7NwzSwxZQq+CUu9aPjHPoFIfyFAA0/hQwAAhCAAASuRcAoblEof6SUJBoedAUkeu0r7xmqtYKea7Feu++awCyl9C0sQ/xCsDbuqK8jQKPOHHFDAAIQgMDVCayJGsOrMcJ5yv7c4ayg5+rQFwIw5mK2XR1VWHvl/blxIUA/lyCfhwAEIACB3RK4RdbNfYHIWkGP18k2stE6d/vNmHFe8wr1Oq6txoUA3erMMi4IQAACEDg7gbWsmvF6lPOUESvhZX/1ppv0Dyklbb3f6zoh6W3u+9yffQFf8QYI0CvC59YQgAAE9k6gVi9LOMhORj9PI1SKj/NmZN3e5ZwnH9AmmyghpCISjU+CyPW1VtDjNXgjy7kU6iw76nU8W44LAbrl2WVsEIAABJwSqNZFOmv4RRdiCBPtRoAqs/Z3O4YovbgPLY21owVOl5UM5yX+VQDWr6s+ZPcWTF4ZnyouBOipSPI9EIAABCBwNIEDmapZBvHoL7zSGxdsmNwbnK/hMrxNb/hPrn3HtV6vIvSxseWukF6mlB5txcroWoxPcV8E6Cko8h0QgAAEIPBJBFa2St23fmwHaxicu690X5ss4+xqqF8MNL4qRKd2nJFM2tfmZwuvI0C3MIuMAQIQgEAwAoZoa0cQqjiklBKuc9DacolaCb82Ll73QwAB6mcuiAQCEIDAbgisCNAw27010/aiM5wPb3C+cLQgVGZ6Nw9T0IEiQINOHGFDAAIQiEygE6CqSO6LRtx3DBr5r1kxRZ2nLR4tiDoXW4wbAbrFWWVMEIAABJwT6MTN62rB9HUTdpht+FLKUZ2D6ra2rKa+zDmrSMb1tcWjBa6B7yw4BOjOJpzhQgACsQk0vpmym1GBhWyAJGpU2eveX7LJGrZG5xKgOkf5WzM7YbbhrfOSfc/3PpsYwaqplNIfLQhhoh/7Cd9P9AjQ/cw1I4UABAIRqBW8H3tT9gWxo5G5b/HY4jcyoMoIPu+mKNI2/MHOQYaxu/vzlFs9WhDon4FNh4oA3fT0MjgIQCACgVrwoW3cMZs5bkXfKGY5IEBf55z1+RBXL0AVe9TuOwK+FrthO+XeqqmU8mNKSetS2Wn9vMc/M8TjFSJIBGiIaSJICEBgywQOiMr/cs6tj6GEzo3OO5VNKJ/GBQGqIwQ/B92GV/ed75vYZxnpUko/tlAZ6y0/f4ztOgQQoNfhzl0hAAEIzAgcsCWatQw8IEBThHOF46AXBOhRxTwel47ROWiWkTa2sxGgHieSmC5GAAF6MdTcCAIQgMAygVLK+5RSWwU+vnm2DX9IgKaUwrSAXBCgyvb+21EK0bO7lPIgpfRnE7uspe7oDG8tHFOG9Lvm9VA973l2IXBqAgjQUxPl+yAAAQjcgsCB1pQfcs6qch+uFQHq/lzhoQxoHV9IU/cF43aJUJ2d1Pz1v1yE+WXhFsuZj0BglQACdBURb4AABCBwfgLGFm5700msrAjQMNu6Vga0CtAbmcT+HOz5Z+N2d1jpb99+aaiCsdvR4FMQOEwAAcoKgQAENk1A258554/eB2ls4bYhT/6LKwI0TAvIAwJU2cJ/uvmKsg2v2JXx7Ls6tcNRVvQe1eTen0jiOzcBBOi5CfP9EIDARQnUrVB5Suo84VCVHKE4Z0VYTtvwK+8Lk1lbOAOqCn/NmyrGWxEXSVhLhCr+tiJey1DCU8cLHkT4heiiDy032yUBBOgup51BQ2C7BKqB+5tuhBFMv63MXzuMYRu+E6AfurOFN2ybvM70gap/K+Qw4xqDbzpW6a/UUECZUS4IQKASQICyFCAAgc0RMMRNiOKcLu53XdX0sA3fCVC1sOwzbSG6B32iANUapWhnc08qA9ozAQTonmefsUNgowQMS6MQljdGEUsrQodteEOAasu6tfeJKLaPWYn0IT+GEu+BQBACCNAgE0WYEIDA8QQMIRdCvJRSeguiJyml35qR361nJP+uf6cMqAqs7jfv+TXnrDOIrq8uAzraFckrU36o+pEpfdsVaWZH5XpwBAcBCKwSQICuIuINEIBANAJG15kQxTlG3L+mlP5q+D+sVdatAJVo+715TwgrpqUq+HEcC2d52YaP9jASLwQWCCBAWRoQgMDRBLT9m3OW4HF9GZZGIbJnpZQfU0rPO8GpTOC4xa4teflktgJU2c5WpEYR26UZpxmzcZQiRCbb9cNBcBBwQgAB6mQiCAMCXglUg3SJoMEWJ6qlUdC4tQWv7ei2xWObFdUW/KNGkGqK3uWc73hdT02G8xgBKnHdbsOHGJt39sQHAQ8EEKAeZoEYIHAlAjXjJrGiH9kAKdPW9x5XxrOttI5gaWT1FI9YnCOBKfHfGrO/bM58DpnDvqI8iNg+RoCOa1Mi/C3+mVf6h4LbQuAMBBCgZ4DKV0IgCgGj6GUMfRKZxrnEiEJO44rSTUdia+wbPla+y0OyrXQf52kUoCpEao3b3Z+VLKUoZo1L430VoXAqynNNnBCIQAABGmGWiBECZyJgiMvxTlMhi3GeMkqRS5+5DRm3spkH2nSOArQfa4hfEs60rPlaCEAgAAEEaIBJIkQInIuAUfQy3mrqPGO0fgxRCFJK6c8Pvsw5q8jH9VXP3LbWSz9Uq6W+u5PGMQpQtR5tPxNCbLueCIKDAATOSgABela8fDkEfBNY6Ss++EnWloL/NiOJUmWt4pzWnihK3Kpyb4uOhqMDRkV4K0D7sYbpne77CSE6CEDgXAQQoOciy/dCIAiBAy0RJ+ui3jQ856wiH9eXld0NUpxzr6tqH7KZRma0FaD9Z0KIbdcLiOAgAIGzEkCAnhUvXw4B/wRqMUhbwNIGPZwl7DsLBRFyqqDut60jVPDLjWBW9a6jAwvG7OMWfP+Z6QiF/xVIhBCAwB4JIED3OOuM+aQEqjBQRlBZKFXzujdqbwEYbSvbl4dzk8Z5yhBFLkZ2N2LcUzbT2IZvX2ttjTSHX2FbdNJHnS+DAAROSAABekKYfNV+CJRS5M2os3q9NU44o2xja1fddtpxfVu9KNvzlFH6jbeWRlqgD3POKthxfS1lnI25agWoxiVro6GXerRfhFxPCMFBAAInJ4AAPTlSvnAPBA7YF2n47rd5uwzojQKWrvvMs5TSi65FZIgqayO7G6WCX7zvN/M0rKmabdcvP4MxexWa+m8uCEAAAqEIIEBDTRfBeiGwIkBDZNlGlpbNUkpJRwrGFoj/pZRkXzT2H9dHo1gaRa2E13EO/UhkfiSb6eXJJw4IQOBUBBCgpyLJ9+yKwIoADbUNX0rpC1is/uIPO2ugEGM0DNynyv5dLVgGCwEIQMAZAQSoswkhnBgEVgSoBhFtG74tYBkqqEspbfvHD3VmxhaRKUglfG9PFCLuGE8BUUIAAhC4PQEE6O3Z8ckdEzAEaF+4E20bftZrvLZ/1FnDvw5Ms3uRbZjoazju+6Tv+NFi6BCAwE4IIEB3MtEM87QEDAH6pGuFGOKM5EillNIXvYz+n30VeQsyoqWR4h86C512RfBtEIAABCDwKQQQoJ9Ci/d+FoGajdKWqAzCdUncyDczXBWvIUDvGqbnYXwYjfGMbTj7Ip52DUSthA8R92c9bHwYAhCAgHMCCFDnE7SF8KrwlEfhWFXdDyuENU4bdC/Y6pZ1ny0M4ZWpcVVf03a7fWz/qGr4tg98iyHEvBkm+vRJ38I/LIwBAhAITQABGnr6/Adfxac6A/WG7X3woUTBggB92onsMNvwhhXTFLsh4Ma5C9FvvI5NWXd8M/3/k0GEEIDATgggQHcy0dca5gHxYoUU4kxhzRjOtqZrBlRemc+7gUXahm8r4SebJcOmaRwi/cav9WBxXwhAAALBCSBAg0+g9/CNXtyy81GmUFu7v3Xxh8mCWhnQKkzVCvGLZlyRtuFnsbc2S0v94iNYMXl/RogPAhCAwB4JIED3OOsXGrOxras7T9Y9RuFLGJPwAwK0ryaPtA2voxLfN8ujnSsru6u3hslaX2jZcxsIQAACEDiCAAL0CEi85XYELAHaZdXCmoQfEKC9d2aYbepSigrF2qz0TFyWUixLpjAZ3tutYj4FAQhAAALnIIAAPQdVvnMgsJABnc5ELpiEh8ioGdnbIVu4MKYQvpPGmGZ2RUalvKYZSyOedwhAAAIQ+GQCCNBPRnb5D1QhpzOTquTVj/5bW6Xu/+dvnAHts2r9mcmoYm0al3FeMsTZVuMXhpnNUhXXyoK2Z1xDjO3yTy13hAAEIACBQwQQoM7WR604flCF5jcppan3thGqex/GUsrBohxDrLkX1TW72xu0/1CN9TVnmr/7zXyF2IY3qt1v2CyVUnQWVHP6MecsWyMuCEAAAhCAwCcTQIB+MrLzfmBhC3fppu59GNcEpmHTFKJox9iuXlsYUTK7KkTSjzKdbxGZa9PK6xCAAAQgcBsCCNDbUDvzZ4xt66U7uhdrRmHLTDQbQs69qF7IgK6tCraq1wjxOgQgAAEI7IYAAtThVBtZw9E7U1uf2vZUZkr/7f4yBOZkcF6FXMhK+FtkQENsw7tfUAQIAQhAAAKbIIAAdTiNUbelLZRHWDGpqOpN99nJf9Lh9AwhWcJ6bPVYt7B1FrTtra6P3WVL2+uMEhcEIAABCFySAAL0krSPvFfUbekFASoh9k/32kyIrVXKH4ntom8z5uiGfZThm+m+aOyiELkZBCAAAQjslsCuBGgp5U6EDFStNJ71FI/c8nBNYJZSdKzgu+YpfJhzlim628s4JmEJ0N7YPUynJ7fgCQwCEIAABDZBYPMCtBbB6JzhIHAiCDkJ5Yjb0ktPhCEwe4PzvgWk+0zhkQLUmke24TfxTyeDgAAEIACBzyEQWoBWoSZfQm3z6kf/w3+Vc9bfDZdxnjJKp53STWyIuK3FWErp+6PPKsIjHjk4RoDW9Se/0MHWSJ2SPudh5bMQgAAEIACBrRCILkD7Lc5xXqYiFkPchOhdbZwfdL8tfSAD2pu291ZMff9091vVVYCqI9Xgl5lSeorA3Mo/i4wDAhCAAATOTSC6AO2FzchryrAZ5ymjdNq5sS2dUlImccz26liB7JjUdcf1ZfQQn1kSrVXKux4cwUEAAhCAAAQg8MkEogvQGx6SlcB/EmryyjTOU7o3b9cYjvSZdJ8prGOx5umr0cvUaAEZ4qzuJz9tfAACEIAABCAAgYFAdAFqWfyMUzttWXdV2DMjdK/roJSizOafa/FFKKqqIrQ/0zodhTAypAjQtYnndQhAAAIQgEBgAqEF6IKwGadjyg725ykjiDZrW3phnYWoqjYq4ZWlfppS0jlKFY190YwvxC8JgZ97QocABCAAAQhclcAWBGjvIdkCHbJsRsVyhE47Emb/dqvjXT0HqsKXofglUEvOvtDo0MIPUSh21SeXm0MAAhCAAAQCE5gEaN0G1Za2zutJ/LzIOavIx/VlWPy08Q7V1sd0rfE4SMPA/aecswqRQl7GLwLWOGYWTSEHStAQgAAEIAABCBwk0ArQg1Y5Xjka4vJDSunrJt67VVS35ymjVsKHiHtprZRS9IuN1tlvxns0b4+9d0Dy+hwQFwQgAAEIQCASgVaA9kUvUSqs+63dJ53AeVbPGv7dTIz7TjuK1TDR30R2sApRNQ0Yr48RWqRGerCJFQIQgAAEIOCZQCtAb1jlBC3WeZlS+phS+rkB/21K6Z/mzzMjdK8TFLFDkFeWxAUBCEAAAhCAgB8CrQC1il6iVFi3Fj8q1FFW9E2D+Y+U0u/Nn2dG6H6mYx6JYaKPPZHXySIuCEAAAhCAAASOJjCrgo9a9FJKUcZzsvFR5rYreJHlj6rlvx/JBMnuapu6FdIKfzJwP3qWeSMEIAABCEAAAhBwRKAXoH37xxBFL5bNUkpJ4u35AdY/5Jw1XteX8UtBiLhdQyU4CEAAAhCAAASuSqAXoDIGb89Ohih6KaU87gqPBpHWG9B3pEN4TRpjmDo8XXXlcHMIQAACEIAABCBwSwK9AN2KFdOQuV1pZxk1uxsi7luuRz4GAQhAAAIQgMAOCPQCVC0RZ9vWQc5K9hX8g81StftRx6C2zeM4rS9zzhqv64tKeNfTQ3AQgAAEIAABCNyCQC9AQxa9lFLUwcm0WTK250dMIfqN157wEtgqonqPX+YtVjkfgQAEIAABCEDAFYEbveCjFr10cU82S4Y4nSYgQnbX1WohGAhAAAIQgAAEIHACApYA1ZZ128oyRNFLKUUZwu9GJq24PNAv/tucs8bLBQEIQAACEIAABCBwIQKWAI1qxfQipXS/4TbZFdVt7LYV5/g2LI0utNC4DQQgAAEIQAACEJgShT2KqEUvRtwzm6U+Q1rHTUU5zwIEIAABCEAAAhC4MAErA/ogpfRnE8eHnLOKfFxfpRS13/yrCXImLo3X9dahWt71wAgOAhCAAAQgAAEIbIyAJUB7S6MQ/ceNbfYbNkuGqfvrnLPGywUBCEAAAhCAAAQgcCEClgD9MqX0b3f/uxHsf7pK+Bs2S6UU+X5qfCo8eptzVg95LghAAAIQgAAEIACBCxK4IUB1b8OK6aecs4p8XF+1J7zEpX5eRej17hoowUEAAhCAAAQgAIEzEFgSoCEr4c/Ah6+EAAQgAAEIQAACEDgxgSUB+jSl9HNzr2c5ZxX5cEEAAhCAAAQgAAEIQOCzCCwJ0Ecppd+bb6ZY57Mw82EIQAACEIAABCAAgZHAkgBVsc7zFhNtK1k0EIAABCAAAQhAAAKnILAkQO+klN50N/iKqvFTIOc7IAABCEAAAhCAwL4JmAJUSIxKeNpW7nutMHoIQAACEIAABCBwEgKHBKgKkUZLo/dYGp2EN18CAQhAAAIQgAAEdk9gUYDungwAIAABCEAAAhCAAATOQgABehasfCkEIAABCEAAAhCAwBIBBChrAwIQgAAEIAABCEDgogQQoBfFzc0gAAEIQAACEIAABBCgrAEIQAACEIAABCAAgYsSQIBeFDc3gwAEIAABCEAAAhBAgLIGIAABCEAAAhCAAAQuSuB/lR5fJMmbe/sAAAAASUVORK5CYII=", + "e": 1 + }, + { + "id": "image_3", + "w": 605, + "h": 605, + "u": "", + "p": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAl0AAAJdCAYAAAAIgsIrAAAgAElEQVR4Xu3d21Uc17o24K9o3Us7AuEIJAYt3wpHYByBcQA0EIFxBEATgHEExhEY31owJEWwpAiWuFdTexQHLSSB6Oqu6jrMh4v/sFbVPDzf1B7vrpo9Kwt/BAgQqEngdew9+RiPnt80vxT58kXky7e7yyKeZJF9uqaOoeQRH/LI33zd9tLJzX+Wx8cP38fOHdfUMSJtEiCQokCW4qTNmQCB2QVex97yx3i0XISlPC4uw1IWS8vZdZjKI4r/7PHsPbTmzrdZxIdiNBeRX4azpcg+XER2GcxexOanwNaaERsIAQKtFhC6Wl0egyOweIF/Y+95Fo+eRFysXQeNy/+7R2GqatTLcJZH9i6Pi3dLkb27iOzdo/j4ZiV2LkObPwIECFz9L6j+CBBITuDmaVURrG5e7+URxWu/p8lh1DzhLOKfm9ebN4HMU7Ka0TVPoKUCQldLC2NYBKoQ+DxcXe6bKoLVsyra1sbcAudZxJtir1kW2Zvi6ZgwNrepBgi0WkDoanV5DI7A9ALFa8FBDJ7nkT8vNqbnES+nv9uVLRJ4H9dhLGLpxGvKFlXGUAjMKSB0zQnodgJNCAhYTag32qcg1ii/zglUIyB0VeOoFQK1Cfzv2IWLtaXI1mxor426aw2/jcjeZJGfTGLyxnEXXSuf8aYoIHSlWHVzbrVAEbIm8Wjt6teDWfHLQXuwWl2x1gzuPCJOsogihJ0IYa2pi4EQ+CQgdFkMBBoWELIaLkB/uxfC+ltbM+uogNDV0cIZdrcFXsXhWhYX655kdbuOHRv9TQg7XorJyUrsvOvY+A2XQOcFhK7Ol9AEuiBQHN1wEYP1PKJ4XfhjF8ZsjL0XeB+RHxe/kBzG5nHvZ2uCBFogIHS1oAiG0E+B0zhcv96Xte7Q0X7WuGez+qvYD7YUk2NPwXpWWdNpjYDQ1ZpSGEjXBYq9WVdPs4rN73kRtPrw/cGul8X4ZxN4m0d+nMfFsQ35swG6i8BdAkKXdUFgDoH/Ba0oQpbXhnNYurW1ApevIS/i4kgAa22NDKwjAkJXRwplmO0RuLU/a8NxDu2pi5EsROA8Iiv2fx3bB7YQb530TEDo6llBTacegZsnWhGx4fM69RhrtXMC5xH5kSdgnaubATcoIHQ1iK/rdgt4ddju+hhdqwS8gmxVOQymrQJCV1srY1yNCVydoRUbNsM3VgIdd1vgbRZxtBSTo5XY+dDtqRg9gWoFhK5qPbXWUYFin9bHWNrIIiv2aT3t6DQMm0DbBP6KyI7s/2pbWYynKQGhqyl5/bZC4CzGRciyT6sV1TCIHgtc7v8axMW+M8B6XGVTe1BA6HqQyAV9E/g39p4vxaNtrw/7Vlnz6YJAFvFPRBytxuioC+M1RgJVCghdVWpqq9UCnmq1ujwGl56Ap1/p1Tz5GQtdyS+BfgMUe7UmsbQdV3u1nBDf73KbXUcFPP3qaOEMu7SA0FWazA1dELj6BWK+7ZT4LlTLGAl8EnifR3706Grvl18+Whi9ExC6elfStCdUvELMI3b9AjHtdWD2fRDI/hjEx10b7/tQS3O4ERC6rIXOCxSHmH6Mpe0ssuLJlleIna+oCRD4n0Dx6vEist0XsXnChUDXBYSurlcw4fFf7dd6tOtXiAkvAlNPSaA4dHXfrx5TKnn/5ip09a+mvZ/RrSMffu79ZE2QAIEvBd5nEbtLMTm278vi6JqA0NW1iiU83mJz/FLkuz44nfAiMHUC/xM4zyPft+nekuiSgNDVpWolOlZhK9HCmzaB6QSEr+mcXNUCAaGrBUUwhLsFhC0rgwCBEgLCVwkslzYjIHQ1467XbwgIW5YHAQJzCAhfc+C5tV4BoateX62XEBC2SmC5lACBhwSEr4eE/PcLFxC6Fk6uwy8FhC1rggCBGgWErxpxNV1OQOgq5+XqCgWuztka7PtUT4WomiJA4D6B8yxi2zlfFkiTAkJXk/qJ9n3rUFPnbCW6BkybQIMCl+d8CV8NViDhroWuhIu/6Kn7XM+ixfVHgMB9Aj4vZG00ISB0NaGeYJ/XH6IuXiX6NmKC9TdlAi0W+GsQk20f1m5xhXo0NKGrR8Vs41SKTfJZ5EXYetbG8RkTAQIECoE88t+cbm8t1C0gdNUtnGj7NsknWnjTJtBtAZvtu12/1o9e6Gp9ibo1wFv7tn7t1siNlgABAp8E3uaRbb+IzRMmBKoUELqq1Ey8rdM4XI+rV4lPE6cwfQIEeiGQ/TGIj8V+rw+9mI5JNC4gdDVegu4PoHiVeBGDozziZfdnYwYECBD4TKB45VgcMVH8L5T+CMwlIHTNxZf2zV4lpl1/syeQmIBXjokVvI7pCl11qCbQ5vWvEo+8Skyg2KZIgMAtgfxgEBe7XjlaFLMICF2zqCV8T/F0axKDImz9mDCDqRMgkLbAeUS2MYzN47QZzL6sgNBVVizh689ivJ1H7DrgNOFFYOoECHwSKE61X4rJhoNVLYppBYSuaaUSvs5G+YSLb+oECDwkYKP9Q0L++9tBnQaB+wU83bI6CBAg8LCAp14PG7kiwpMuq+BOAU+3LAwCBAiUFvDUqzRZWjcIXWnVe6rZero1FZOLCBAgcKeAp14Wxn0CQpe18UnA0y2LgQABApUJeOpVGWV/GhK6+lPLuWbi6dZcfG4mQICAp17WwIMCQteDRP2+wLlb/a6v2REg0AoB53q1ogzND0Loar4GjY3g+gPVxUGnjxsbhI4JECCQjsBfg6tzvXxAO52afzZToSvBwl893Vrajci2Epy+KRMgQKBJgfd5ZBsvYvOkyUHouxkBoasZ98Z6/Tf2ni9dfcbnWWOD0DEBAgQSF8gj/+1FbBVf+PCXkIDQlVCxbZZPqNimSoBA6wUcLdH6ElU+QKGrctL2NWizfPtqYkQECBC4FrDJPqGlIHT1vNjXrxOPI+Jpz6dqegQIEOiwQH4wjK3tDk/A0KcQELqmQOrqJdevE/e6On7jJkCAQGICbwcxWV+JnXeJzTuZ6QpdPSz11evER/sR+c89nJ4pESBAoM8C53lk637d2M8SC109q6tfJ/asoKZDgECSAn7d2M+yC109qqvDTntUTFMhQIBAhMNUe7YKhK6eFPQ0DvYddtqTYpoGAQIE/ifw/iIm69/Hzhso3RcQujpew2L/1kUMjvOIlx2fiuETIECAwN0C51nE9mqMioOt/XVYQOjqcPEcB9Hh4hk6AQIESgs4VqI0WctuELpaVpBph2P/1rRSriNAgECvBOzz6nA5ha4OFu9VHOxmkf3awaEbMgECBAjML+A8r/kNG2lB6GqEffZOT+PwyPlbs/u5kwABAj0ROL+IyZoN9t2qptDVkXpdfz/xJCKedWTIhkmAAAECNQtkEb/YYF8zcoXNC10VYtbVlA3zdclqlwABAn0QsMG+K1UUulpeqVdxuJZFXnyw+nHLh2p4BAgQINCYQPbHID5ur8TOh8aGoOMHBYSuB4mau+Asxht5xO/NjUDPBAgQINAhgWKD/Zrg1d6KCV0trY1fKLa0MIZFgACBdgu8vYjJhg327SyS0NXCuviFYguLYkgECBDojoBfNra0VkJXiwpz/QvF4jMPP7ZoWIZCgAABAt0TOI/INoaxWewJ9tcSAaGrJYVwJERLCmEYBAgQ6JGAIyXaVUyhqwX1ELhaUARDIECAQE8FBK/2FFboargWzuBquAC6J0CAQBICzvJqQ5mFrgarcB24ilPmncHVYB10TYAAgTQEsj+GsbmRxlzbOUuhq6G6CFwNweuWAAECSQsIXk2WX+hqQF/gagBdlwQIECBwLSB4NbUUhK4FyztlfsHguiNAgACBrwSyiH+WYrLu9PrFLg6ha4HeAtcCsXVFgAABAg8J+GzQQ0IV//dCV8Wg9zUncC0IWjcECBAgUEZA8CqjNee1QtecgNPcLnBNo+QaAgQIEGhIQPBaELzQVTO0wFUzsOYJECBAoAoBwasKxQfaELpqRBa4asTVNAECBAhULSB4VS36RXtCV03AAldNsJolQIAAgToFBK8adYWuGnAFrhpQNUmAAAECixIQvGqSFroqhhW4KgbVHAECBAg0ISB41aAudFWI6qT5CjE1RYAAAQINCzi5vuoCCF0ViQpcFUFqhgABAgRaJCB4VVkMoasCTYGrAkRNECBAgEBLBQSvqgojdM0pKXDNCeh2AgQIEOiAgOBVRZGErjkUX8fek0kM3kTE0zmacSsBAgQIEGi9QBaxsxqj/dYPtMUDFLpmLM514DqJiGczNuE2AgQIECDQKYEs4pfVGB11atAtGqzQNUMxBK4Z0NxCgAABAr0QELxmL6PQNYPdaYyPI+LHGW51CwECBAgQ6LzARUxWvo+dYnuNvxICQlcJrOLS0zg8ish/LnmbywkQIECAQJ8Ezi9isiZ4lSup0FXC61Uc7GaR/VriFpcSIECAAIG+CpwPYrK8Ejsf+jrBqucldE0p6vM+U0K5jAABAgRSEvC5oBLVFrqmwHoVh2tZ5H9PcalLCBAgQIBAUgJZxD+rMVpLatIzTlboegDO4aczriy3ESBAgEBCAg5PnabYQtc3lBx+Os0Scg0BAgQIEIhweOrDq0Do+obRaYyLn8M6/PThdeQKAgQIECAQEdlPw9gsjlXyd4eA0HXPsnA0hH8vBAgQIECgtICjJL5BJnTdgeNoiNL/yNxAgAABAgRuBN4PYvLcURJfLwih6wuT0zhcj8j/9G+HAAECBAgQmFng7TBGz2e+u6c3Cl23CuuXij1d5aZFgAABAg0I+EXjl+hC17WIXyo28O9RlwQIECDQawG/aPy8vELXtcdZjE/yiJe9Xv0mR4AAAQIEFiyQR/bDi9g8WXC3rexO6Lr8iPXBfkS21coKGRQBAgQIEOi2QPGNxmJj/btuT2P+0ScfunxTcf5FpAUCBAgQIPCAgI31xSlmKS8TG+dTrr65EyBAgMBiBWysTzZ0XW+cL94xO3F+sf/q9EaAAAECiQpkEb+sxugo0emn+6TLifOpLnnzJkCAAIEGBZI+sT7JJ11nMd7OI/YaXHS6JkCAAAECqQoke2J9cqHreh/X61RXunkTIECAAIEWCPw1jNF6C8ax0CEkFbocgLrQtaUzAgQIECBwr0CKB6cmFbpOY3wcET/6N0CAAAECBAg0L3ARk5XvY+dN8yNZzAiSCV32cS1mQemFAAECBAiUEEhqf1cSoct5XCWWv0sJECBAgMBCBdI5v6v3oct5XAv9l6MzAgQIECBQWiCV87t6H7p8V7H02ncDAQIECBBYtEAS32fsdeg6jcP1iPzPRa8c/REgQIAAAQKlBXr/fcbehq7r14rFF80fly67GwgQIECAAIGFC+SR//YitnYX3vGCOuxt6HI8xIJWkG4IECBAgECFAn0+RqKXocvxEBWufk0RIECAAIHFCvT2GIneha7Xsbc8iUFx0JrXiov9R6I3AgQIECBQkUB+MIyt7Yoaa00zvQtdZzE+ySNetkbYQAgQIECAAIHSAnlkP7yIzZPSN7b4hl6FLq8VW7zSDI0AAQIECJQT6N1rxt6ELq8Vy61kVxMgQIAAgfYL9Os1Y29Cl9eK7f+nY4QECBAgQKCsQJ9eM/YidHmtWHYJu54AAQIECHRGoDevGTsfurxW7Mw/GgMlQIAAAQIzCvTjNWPnQ5fXijOuX7cRIECAAIEOCfThNWOnQ5fXih3612KoBAgQIEBgPoHOv2bsbOjybcX5Vq67CRAgQIBA1wS6/m3GzoYu31bs2j8V4yVAgAABAvMLdPnbjJ0MXa/icC2L/O/5S6cFAgQIECBAoEsCWcQ/qzFa69KYb8baudB1/Vqx+Lbi0y6CGzMBAgQIECAwn0AWsbMao/35Wln83Z0LXa/iYDeL7NfFU+mRAAECBAgQaInA+SAmyyux86El45lqGJ0KXddncv1nqpm5iAABAgQIEOixQPbHMDY3ujTBToUuZ3J1aWkZKwECBAgQqFega2d3dSZ0ncbhekT+Z73l0zoBAgQIECDQIYG3wxg978p4OxG6bJ7vynIyTgIECBAgsFiBLm2q70Tosnl+sQtYbwQIECBAoEMCndlU3/rQZfN8h5a9oRIgQIAAgUYEurGpvvWhy8nzjaxenRIgQIAAgU4JdOGk+laHLifPd2q9GywBAgQIEGhMoAsn1bc6dJ3GuDh5/lljFdQxAQIECBAg0CGB7KdhbB63dcCtDV1nMd7II35vK5xxESBAgAABAq0TeD+M0XLrRnU9oFaGrusjIt5FxOO2whkXAQIECBAg0D6BPPLfXsTWbvtGFtHK0OWIiDYuFWMiQIAAAQKdEGjtERKtC13XR0QUe7k85erE2jZIAgQIECDQNoH8YBhb220bVetC12kcHkXkP7cNyngIECBAgACB7ggMYvLdSuwUW5Va89eq0OUg1NasCwMhQIAAAQIdF2jfgamtCl2ecnV8fRs+AQIECBBokUDbnna1JnQ5CLVFq9RQCBAgQIBADwTadmBqa0LXWYxP8oiXPaixKRAgQIAAAQItEcgj++FFbJ60YTitCF2ecrVhKRgDAQIECBDon0Cbnna1InR5ytW/RW5GBAgQIECgLQJtedrVeOjylKstS9I4CBAgQIBAPwXa8rSr8dDlKVc/F7hZESBAgACBNgm04WlXo6HLU642LUdjIUCAAAEC/RVow9OuRkOXp1z9XdxmRoAAAQIE2ibQ9NOuxkKXp1xtW4rGQ4AAAQIE+i3Q9NOuxkKXp1z9XthmR4AAAQIE2ijQ5NOuRkKXp1xtXIbGRIAAAQIE+i/Q5NOuRkKXp1z9X9RmSIAAAQIE2irQ1NOuhYeuf2Pv+VIMXre1EMZFgAABAgQI9F7gr2GM1hc9y4WHrtM4PIrIf170RPVHgAABAgQIELgRGMTku5XYebdIkYWGrtextzyJwX8WOUF9ESBAgAABAgS+Fsj+GMbmxiJlFhq6POVaZGn1RYAAAQIECHxLYNFPuxYWul7H3pNJDIrHeI8tAQIECBAgQIBA0wJ55L+9iK3dRY1jYaHrVRzsZpH9uqiJ6YcAAQIECBAg8IDA+SAmyyux82ERUgsLXacxLibkKdciqqoPAgQIECBAYCqBLGJnNUb7U10850ULCV1nMd7II36fc6xuJ0CAAAECBAhULfB+GKPlqhu9q72FhK7TGBd7uZ4uYkL6IECAAAECBAiUEcgiflmN0VGZe2a5tvbQ5ZM/s5TFPQQIECBAgMCiBBb1aaDaQ9dpjI8j4sdFwemHAAECBAgQIFBW4CImK9/Hzpuy95W5vtbQ5TDUMqVwLQECBAgQINCcQP2HpdYauk7jYD8i22oOUM8ECBAgQIAAgekEBjH5vzqPj6g5dDkmYroyu4oAAQIECBBoWqDu4yNqC12OiWh66eifAAECBAgQKClQ6/ERdYaukzziZcnJupwAAQIECBAg0JhAHtkPL2LzpI4B1BK6/o2950sxeF3HgLVJgAABAgQIEKhPoL4N9bWELhvo61sKWiZAgAABAgTqFahrQ31NocsG+nqXg9YJECBAgACBugTq2lBfeeiygb6uJaBdAgQIECBAYEECtWyoryN02UC/oBWhGwIECBAgQKAegTo21FcaupxAX0/htUqAAAECBAgsWqD6DfWVhq5XcbCbRfbroln0R4AAAQIECBCoWOB8EJPlKk+orzR0ncb4XUQ8rXjSmiNAgAABAgQILFwgi/hlNUZHVXVcWeh6FYdrWeR/VzUw7RAgQIAAAQIEmhTIIv5ZjdFaVWOoLHSdxuFRRP5zVQPTDgECBAgQIECgaYFBTL5biZ3iTd7cf5WErtex92QSg2JAj+cekQYIECBAgAABAi0RyCP/7UVs7VYxnEpCl7O5qiiFNggQIECAAIEWClR2Zlcloes0xscR8WMLoQyJAAECBAgQIDCXwEVMVr6PnTdzNRIRc4eu61eL/513IO4nQIAAAQIECLRTID8Yxtb2vGObO3R5tThvCdxPgAABAgQItFygkleMVYQun/1p+UoxPAIECBAgQGA+gSpeMc4Vunz2Z74CupsAAQIECBDoisD8nwWaK3SdxXg7j9jrCpdxEiBAgAABAgRmFDgfxujJjPde3jZX6DqNcbGT/9k8A3AvAQIECBAgQKAbAtlPw9gsTmyY6W/m0OVXizN5u4kAAQIECBDorMB8v2KcOXT51WJnV4yBEyBAgAABArMJzPUrxplDlwNRZ6uWuwgQIECAAIHuCszzK8aZQpdXi91dLEZOgAABAgQIzCMw+yvGmUKXV4vzFMu9BAgQIECAQIcFZn7FOFPo8mqxw0vF0AkQIECAAIG5BAYx+W4ldt6VbWTW0PUhIh6X7cz1BAgQIECAAIGuC2QRO6sx2i87j9Kh6zQO1yPyP8t25HoCBAgQIECAQE8E3g5j9LzsXGYIXQf7EdlW2Y5cT4AAAQIECBDoi8AgJv+3EjvFm7+p/2YIXePiHebTqXtwIQECBAgQIECgZwJZxC+rMToqM61SocsHrsvQupYAAQIECBDor0D5D2CXCl0+cN3fpWNmBAgQIECAQCmB0h/ALhW6HBVRqhguJkCAAAECBHosUPZ0+rKhK++xnakRIECAAAECBKYWyCP/7UVs7U57w9Sh61UcrmWR/z1tw64jQIAAAQIECPRZIIv4ZzVGa9POcerQdRqOipgW1XUECBAgQIBAGgJljo4oEbrGbyLiWRqEZkmAAAECBAgQmEYg+2kYm8dTXTnNRa9j78kkBv+d5lrXECBAgAABAgTSEcgPhrG1Pc18p3rS5dM/01C6hgABAgQIEEhQYOpPAk0ZuuznSnARmTIBAgQIECAwhcC0+7qmDF32c01h7hICBAgQIEAgSYHp9nU9GLrs50py9Zg0AQIECBAgMLXAdPu6Hgxd9nNNLe5CAgQIECBAIE2BqfZ1TRG67OdKc/2YNQECBAgQIDCtwDT7uqYIXfZzTQvuOgIECBAgQCBVgYf3dX0zdNnPlerCMW8CBAgQIECgnMDD+7q+Gbp8b7Ect6sJECBAgACBNAWm+Q7jA6HrYDeL7Nc0+cyaAAECBAgQIDC9wDBG38xV3/wvz2J8kke8nL47VxIgQIAAAQIE0hTII/vhRWye3Df7b4au0xh/iIjHadKZNQECBAgQIEBgeoEsYmc1RvulQ9e/sfd8KQavp+/KlQQIECBAgACBpAX+GsZovXToOovxRh7xe9J0Jk+AAAECBAgQmF7g/TBGy6VD12k4FHV6Y1cSIECAAAECBCK+dUjqvXu6bKK3dAgQIECAAAEC5QS+tZn+3tB1GuO8XDeuJkCAAAECBAikLZBH/tuL2Nq9S+HO0GUTfdoLxuwJECBAgACBmQXu3Ux/Z+iyiX5maDcSIECAAAECaQvcu5n+ztBlE33aq8XsCRAgQIAAgdkF7ttMf9+TLifRz27tTgIECBAgQCBhgfs209/zpMsm+oTXiqkTIECAAAECcwjct5n+q9D1OvaWJzH4zxx9uZUAAQIECBAgkLBA9scwNje+BPgqdL2Kw7Us8r8TljJ1AgQIECBAgMDMAlnEP6sxWpsidB3sZpH9OnNPbiRAgAABAgQIJC4wjNFXD7a++g9OY3wcET8mbmX6BAgQIECAAIGZBS5isvJ97Ly53cBdoau44NnMvbiRAAECBAgQIJC8QPbTMDaLB1mf/u4KXT7/k/xCAUCAAAECBAjMI3DXLxg/C11+uTgPr3sJECBAgAABAjcCX/+C8bPQ5ZeLlgoBAgQIECBAYH6Bu37B+EXo8svF+Zm1QIAAAQIECBCI+PIXjJ+FLt9ctEQIECBAgAABAtUIfPkNxs9C11mMfXOxGmetECBAgAABAokLfPkNxi+edI3fRcTTxI1MnwABAgQIECAwt0AW8ctqjI5uGvoydDkuYm5iDRAgQIAAAQIEIr48NuJT6Po39p4vxeA1JAIECBAgQIAAgUoE/hrGaP2rJ12Oi6gEVyMECBAgQIAAgUuBL4+N+PSk61U4LsIaIUCAAAECBAhUKXD72Aihq0pZbREgQIAAAQIEbgncGbocF2GNECBAgAABAgSqFbh9bMSnJ11CV7XIWiNAgAABAgQI3Bm6TmP8ISIe4yFAgAABAgQIEKhGIIvYWY3RftHapyddpzF2Rlc1vlohQIAAAQIECFwK3D6r6zJ0vY695UkM/sOHAAECBAgQIECgSoHsj2Fsbnx60uWMripxtUWAAAECBAgQuBK4fVbX5ZOu0zhcj8j/BESAAAECBAgQIFCpwNthjJ7fetLlYNRKeTVGgAABAgQIELgWuDmr6/JJl9PorQsCBAgQIECAQD0Cn4Wu0zg8ish/rqcrrRIgQIAAAQIE0hUYxOS7ldh5d/mky8Go6S4EMydAgAABAgTqFbg5IFXoqtdZ6wQIECBAgEDiAp+FLqfRJ74aTJ8AAQIECBCoTSCL+GU1RkfXR0Y4jb42aQ0TIECAAAECSQvcnEovdCW9DEyeAAECBAgQqFvgU+h6HXtPJjH4b90dap8AAQIECBAgkKZAfjCMre3MJ4DSLL9ZEyBAgAABAosRuPkUkNC1GG+9ECBAgAABAokKCF2JFt60CRAgQIAAgcUKfApdZzHeyCN+X2z3eiNAgAABAgQIJCPwfhij5cx3F5MpuIkSIECAAAECDQkU318UuhrC1y0BAgQIECCQjoDQlU6tzZQAAQIECBBoUEDoahBf1wQIECBAgEA6Apeh6zQO9iOyrXSmbaYECBAgQIAAgcUKDGLyf9lZjE/yiJeL7VpvBAgQIECAAIF0BPLIfhC60qm3mRIgQIAAAQINCQhdDcHrlgABAgQIEEhLQOhKq95mS4AAAQIECDQkIHQ1BK9bAgQIECBAIC0BoSutepstAQIECBAg0JCA0NUQvG4JECBAgACBtASErrTqbbYECBAgQIBAQwJCV0PwuiVAgAABAgTSEhC60qq32RIgQIAAAQINCQhdDcHrlvkfKYkAACAASURBVAABAgQIEEhLQOhKq95mS4AAAQIECDQkIHQ1BK9bAgQIECBAIC0BoSutepstAQIECBAg0JCA0NUQvG4JECBAgACBtASErrTqbbYECBAgQIBAQwJCV0PwuiVAgAABAgTSEhC60qq32RIgQIAAAQINCQhdDcHrlgABAgQIEEhLQOhKq95mS4AAAQIECDQkIHQ1BK9bAgQIECBAIC0BoSutepstAQIECBAg0JCA0NUQvG4JECBAgACBtASErrTqbbYECBAgQIBAQwKXoes0xscR8WNDY9AtAQIECBAgQKD3AhcxWclexcFuFtmvvZ+tCRIgQIAAAQIEGhIYxigTuhrC1y0BAgQIECCQjoDQlU6tzZQAAQIECBBoUEDoahBf1wQIECBAgEA6AkJXOrU2UwIECBAgQKBBgevQdbiWRf53g+PQNQECBAgQIECgtwJZxD+rMVrLXoXQ1dsqmxgBAgQIECDQuIDQ1XgJDIAAAQIECBBIQeBT6Po39p4vxeB1CpM2RwIECBAgQIBAAwJ/DWO0nhUdn8Y4b2AAuiRAgAABAgQI9F4gj/y3F7G1K3T1vtQmSIAAAQIECDQpIHQ1qa9vAgQIECBAIBmBL0PXm4h4lszsTZQAAQIECBAgsDCB7KdhbB5fvl48i/FJHvFyYX3riAABAgQIECCQiEAe2Q8vYvNE6Eqk4KZJgAABAgQINCPwWeh6FQe7WWS/NjMUvRIgQIAAAQIE+itQfAKomN3l/yF09bfQZkaAAAECBAg0K/BZ6DqL8XYesdfskPROgAABAgQIEOidwPkwRk9uPeny/cXeldiECBAgQIAAgcYFbj4BJHQ1XgoDIECAAAECBPos8FXoKibrU0B9Lrm5ESBAgAABAk0I3ByM+ulJl9DVRBn0SYAAAQIECPRd4L7Q5VT6vlfe/AgQIECAAIEFC1ydRv/Zky6n0i+4BrojQIAAAQIEei9wczDqF68XD48i8p97P3sTJECAAAECBAgsSGAQk+9WYufdZ6HLAakL0tcNAQIECBAgkIzAzcGoX75e3Mgjfk9GwUQJECBAgAABAvUKvB/GaPmmi8vPABV/r8IBqfW6a50AAQIECBBISeD2GV2fPel6HXtPJjH4b0oY5kqAAAECBAgQqE8gPxjG1vZXT7qK/8ABqfWxa5kAAQIECBBIS+D2GV2fPekq/j+OjUhrMZgtAQIECBAgUJ/A7eMivgpdpzEuDu/6sb7utUyAAAECBAgQSEPgIiYr38dOcfj85d+njfTF/8exEWksArMkQIAAAQIE6he4fVzEV6HrLMaOjai/BnogQIAAAQIE+i/w2XERdzzpcmxE/9eAGRIgQIAAAQJ1C3x5XMRXoav4D/yCse4yaJ8AAQIECBDou8CXv1y8L3R9iIjHfccwPwIECBAgQIBAXQJZxM5qjPZvt//ZRvriv3BsRF382iVAgAABAgRSEfjyuIh7nnQd7EdkW6mgmCcBAgQIECBAoGqBQUz+byV2ireHn/7uetLlF4xVy2uPAAECBAgQSEngq18u3vmky4evU1oT5kqAAAECBAhULXDXLxfvDF3Ff+gXjFXza48AAQIECBBIReCuXy5+K3S9i4inqeCYJwECBAgQIECgKoEs4pfVGB192d5Xe7qun3T5BmNV8tohQIAAAQIEkhL48puLN5O/M3T5BmNSa8NkCRAgQIAAgQoFvvzm4gOhy+eAKrTXFAECBAgQIJCIwH2b6Ivp3/mk63XsPZnE4L+J+JgmAQIECBAgQKAigfxgGFvbdzV2Z+gqLjyNsc30FfFrhgABAgQIEEhD4L5N9Pc+6boOXTbTp7E+zJIAAQIECBCoSOC+TfTfDF0201ekrxkCBAgQIEAgGYH7NtE/ELpspk9mhZgoAQIECBAgMLfAtzbRfzN02Uw/t70GCBAgQIAAgaQE7t9E/83QVfyXpzF+ExHPkvIyWQIECBAgQIDATALZT8PYLPbE3/l3768Xr0LX4VFE/vNM/bqJAAECBAgQIJCQwCAm363ETnH6Q/nQdRbjjTzi94S8TJUAAQIECBAgMIvA+2GMlr914zefdP0be8+XYvB6lp7dQ4AAAQIECBBISOCvYYzWZw5dxY2nMf4QEY8TQjNVAgQIECBAgEApgSxiZzVG+/OGLoeklmJ3MQECBAgQIJCawLcORb2x+ObrxeKisxhv5xF7qeGZLwECBAgQIEBgSoHzYYyePHTtg6HLvq6HCP33BAgQIECAQOICD+7nKnweDF3FRfZ1Jb6UTJ8AAQIECBC4V2Ca/VxlQpd9XRYbAQIECBAgQOAOgWn2c00duuzrssYIECBAgAABAncKTLWfa+rQZV+XZUaAAAECBAgQuFNgqv1cU4eu4kL7uiw1AgQIECBAgMDnAtPu5yobuuzrstIIECBAgAABArcEpt3PVSp0+Q6jNUaAAAECBAgQ+Ezgwe8t3r56qiMjihtex97yJAb/gU2AAAECBAgQIHD57OqPYWxuTGsxdegqGjyN8buIeDpt464jQIAAAQIECPRVIIv4ZTVGR9POr2ToOtiPyLambdx1BAgQIECAAIG+Cgxi8n8rsfNh2vmVDF2H6xH5n9M27joCBAgQIECAQE8F3g5j9LzM3EqFrqLh0xjnZTpwLQECBAgQIECgbwJ55L+9iK3dMvOaJXQ5OqKMsGsJECBAgACB3gmUOSriZvKlQ5dPAvVu3ZgQAQIECBAgUE5g6k//3G62dOhydES5qriaAAECBAgQ6JtAuaMiZn7SVdx4GuM3EfGsb4TmQ4AAAQIECBB4WCD7aRibxXarUn+ln3QVrb+Kg90ssl9L9eRiAgQIECBAgEAPBIYxmik/zXTTv7H3fCkGr3vgZgoECBAgQIAAgTICfw1jtF7mhptrZwpdxc1Op5+F2z0ECBAgQIBAlwXKnkJ/e65zhC6n03d50Rg7AQIECBAgUF6g7Cn0lYQurxjLF8odBAgQIECAQKcFZn61WMx65idd168Yi+8NPe40n8ETIECAAAECBKYQyCJ2VmO0P8Wld14yZ+g6PIrIf561c/cRIECAAAECBLoiMIjJdyux827W8c4bunwAe1Z59xEgQIAAAQJdEij9gesvJzdX6CoaO42xV4xdWjLGSoAAAQIECJQWmOdXizedVRC6/IqxdOXcQIAAAQIECHRKYJ5fLVYWuvyKsVNrxmAJECBAgACB8gJz/WqxstB1/Yqx2FT2tPwc3EGAAAECBAgQaLdAFa8WixnO/XrxKnR5xdju5WJ0BAgQIECAwKwCVbxarCx0ecU4axndR4AAAQIECLRcoJJXi5WFrqunXeM3EfGs5XCGR4AAAQIECBAoIZD9NIzN4xI33HtpJa8Xi9bPYrydR+xVMShtECBAgAABAgRaIHA+jNGTqsZRWeh6HXtPJjH4b1UD0w4BAgQIECBAoFmB/GAYW9tVjaGy0FUM6DTGxeO3H6sanHYIECBAgAABAk0JXMRk5fvYKbZPVfJXceg69FmgSsqiEQIECBAgQKBhgbk/+/Pl+CsNXddPu3wWqOFVonsCBAgQIEBgPoEsYmc1RvvztfL53TWELmd2VVkgbREgQIAAAQKLF6jqbK7bI688dL2OveVJDP6zeB49EiBAgAABAgSqEMj+GMbmRhUt1Rq6isad2VV1mbRHgAABAgQILEogj+yHF7F5UnV/lT/pKgZ4FuONPOL3qgerPQIECBAgQIBAzQLvhzFarqOPWkLX9dMuG+rrqJg2CRAgQIAAgdoE6thAfzPYGkOXDfW1rQgNEyBAgAABArUI1LGBvvbQZUN9LWtBowQIECBAgEBtAvVsoK89dBUdnMX4JI94WZuNhgkQIECAAAECFQnUtYF+UaHLhvqKFoJmCBAgQIAAgVoFKj+B/svR1ran66aj0xi/i4intTJpnAABAgQIECAwh0AW8ctqjI7maOLBW2sPXa/iYDeL7NcHR+ICAgQIECBAgEAzAueDmCyvxE5x8kJtf7WHrtex92QSg//WNgMNEyBAgAABAgTmEsgPhrG1PVcTU9xce+gqxnAah0cR+c9TjMclBAgQIECAAIGFCgxi8t1K7BTboWr9W0jocnxErTXUOAECBAgQIDCzQL3HRNwe1kJCV9Gh4yNmXg1uJECAAAECBGoSqPuYiEZC16s4XMsi/7smM80SIECAAAECBEoJZBH/rMZordRNc1y8sCddxRhPY/wmIp7NMV63EiBAgAABAgQqEsh+GsbmcUWNPdjMQkPXWYwdlvpgSVxAgAABAgQILEDg/TBGywvo51MXCw1d10+7HJa6yArriwABAgQIEPhKYBGHoX7Z6cJDl6ddVj4BAgQIECDQsMDCn3IV81146Lo+LLV42vW4YXDdEyBAgAABAgkK5JH/9iK2dhc99YWHrmKCPg206DLrjwABAgQIELgWWMgnf+7SbiR0edpl4RMgQIAAAQJNCDT1lKuR14s3wJ52NbHU9EmAAAECBJIWaOwpV6Ohy9OupBe9yRMgQIAAgYULNPmUq9HQVXTuadfC15sOCRAgQIBAqgKNPuVqPHR52pXqujdvAgQIECCwWIGmn3I1Hro87VrsgtMbAQIECBBIVKDxp1ytCF2ediW6/E2bAAECBAgsSKANT7laEbo87VrQitMNAQIECBBIU6AVT7laE7o87UrzX4FZEyBAgACBugXa8pSrNaHL0666l5z2CRAgQIBAkgKtecrVqtB1/bTrTUQ8TXJZmDQBAgQIECBQqUAWsbMao/1KG52jsUY+A3TfeM9ivJFH/D7HfNxKgAABAgQIECgE3g9jtNwmilaFrgLmNMbvPO1q0xIxFgIECBAg0D2BLOKX1RgdtWnkrQtdnna1aXkYCwECBAgQ6KRA655yFYqtC13FoM5ifJJHvOxkmQ2aAAECBAgQaFQgj+yHF7F50ugg7ui8laHrVRyuZZH/3TYs4yFAgAABAgTaLZBF/LMao7U2jrKVoauAOo3xcUT82EY0YyJAgAABAgTaKXARk5XvY6c4DaF1f60NXa9jb3kSg/+0TsyACBAgQIAAgZYKZH8MY3OjpYNr556uG6xXcbCbRfZrW/GMiwABAgQIEGiNQKsOQr1LpbVPuorB+jxQaxaygRAgQIAAgVYLtOlzP/dBtTp0FYN2hESr17jBESBAgACBNgi08oiIL2FaH7qKAZ/GuNgQ96wNVTUGAgQIECBAoG0C2U/D2Cx+gNfqv06ELkdItHoNGRwBAgQIEGhMoM1HRHTySdfV067Do4j858aqqmMCBAgQIECgdQKDmHy3EjvFJwRb/9eJJ12Fok31rV9LBkiAAAECBBYq0IXN87dBOhO6ikGfxXg7j9hbaEV1RoAAAQIECLRR4P0gJs9XYudDGwd315g6FbqKCdhU35WlZZwECBAgQKBOgW5snu/sk65i4DbV17mAtU2AAAECBNov0KXN850OXVdPuw72I7Kt9i8LIyRAgAABAgQqFihOni9eK3Zi83znQ5dN9RUvX80RIECAAIGOCHRt83znQ9fV067D9Yj8z46sEcMkQIAAAQIE5hd4O4zR8/mbaaaFzm2kv810FuOTPOJlM3R6JUCAAAECBBYpkEf2w4vYPFlkn1X21enQ9Tr2licxKD4R9LhKFG0RIECAAAECbRPID4axtd22UZUZT6dDVzFRZ3eVKbdrCRAgQIBAJwU6dybXXcqdD13Xwctrxk7+GzJoAgQIECDwsEDXXyvezLAXoctrxocXrCsIECBAgEA3Bbr/WrFXoctrxm7+MzJqAgQIECDwgEAvXiv2LnR5zegfLgECBAgQ6JdAX14r9jJ0ec3Yr39sZkOAAAECKQv057ViL0OX14wp/+M0dwIECBDokUCvXiv2NnR5zdijf3KmQoAAAQJJCvTttWKvQ5fXjEn+GzVpAgQIEOiFQP9eK/Y6dBWT823GXvzLMwkCBAgQSEug099WfKhUvTin675Jnsb4OCJ+fAjBf0+AAAECBAg0L3ARk5XvY6f4vF8v/3odul7H3pPrbzM+7WX1TIoAAQIECPREIIvYWY3Rfk+mc+c0eh26ihm/isO1LPK/+1xEcyNAgAABAl0WyCL+WY3RWpfnMM3Yex+6roLXwW4W2a/TgLiGAAECBAgQWKjA+SAmyyux82GhvTbQWRKhq3A9i7GPYjewwHRJgAABAgS+JdDX4yHumnMyocsxEv7REyBAgACBtgn093iIpENXMXnHSLTtH5vxECBAgEDCAr0+HiL50HUVvA72I7KthBe5qRMgQIAAgaYFin1cz1di513TA1lk/8m8XryNehrj4gyQZ4uE1hcBAgQIECBwI5D9NIzN4izNpP6SDF32dyW1xk2WAAECBFolkNY+rtv0SYauAsD5Xa36F2gwBAgQIJCAQCrncd1XymRD11Xwcn5XAv/GTZEAAQIE2iGQzHlcQtc9Ar7P2I5/iUZBgAABAv0W6Pt3FaepXtJPugog32ecZpm4hgABAgQIzC6QwncVp9FJPnQVSP/G3vOlGJxExONp0FxDgAABAgQITCuQ/TGMzY1pr+7zdULXdXXPYryRR/ze52KbGwECBAgQWLDA20FM1lL4ruI0rkLXLSUHp06zZFxDgAABAgSmEkjyANRvyQhdX+jYWD/VPyQXESBAgACBbwrYOP81j9D1hcn1xvpif5cT6/0PFAIECBAgMINAFvHLaoyOZri117cIXXeU18b6Xq95kyNAgACBWgXSPXH+IVah6x6h6+D1+iFA/z0BAgQIECDwSeCvYYzWedwtIHR9Y2X4RaN/NgQIECBAYGoBv1R8gEroegDILxqn/sfmQgIECBBIV8AvFaeovdA1BdJpHB5F5D9PcalLCBAgQIBAagLnFzFZ+z523qQ28bLzFbqmEPOLximQXEKAAAECSQr4peL0ZRe6prQSvKaEchkBAgQIJCMgcJUrtdBVwstREiWwXEqAAAECPRfwTcWyBRa6SooJXiXBXE6AAAECPRQQuGYpqtA1g9ppHK5H5H/OcKtbCBAgQIBApwWyiH9WY7TW6Uk0NHiha0Z4Z3jNCOc2AgQIEOiygLO45qie0DUHnuA1B55bCRAgQKBrAgLXnBUTuuYEdHjqnIBuJ0CAAIEuCDj8tIIqCV0VIDo8tQJETRAgQIBAWwUcflpRZYSuiiAFr4ogNUOAAAECbRIQuCqshtBVIabgVSGmpggQIECgaQGBq+IKCF0Vg57F+CSPeFlxs5ojQIAAAQILFcgj++FFbJ4stNOedyZ0VVxgnwuqGFRzBAgQILBwAZ/3qYdc6KrBVfCqAVWTBAgQILAQAYGrPmahqyZbwasmWM0SIECAQG0CAldttJcNC101+gpeNeJqmgABAgQqFRC4KuW8szGhq2ZjwatmYM0TIECAwNwCAtfchFM1IHRNxTTfRYLXfH7uJkCAAIH6BASu+my/bFnoWpC14LUgaN0QIECAwNQCAtfUVJVcKHRVwjhdI4LXdE6uIkCAAIH6BQSu+o096Vq88Wc9XgWvR/sR+c8ND0X3BAgQIJCmwHke2bqDTxdffE+6Fm9+2aNPBjUEr1sCBAikLeDTPg3WX+hqEF/wahBf1wQIEEhPQOBquOZCV8MFELwaLoDuCRAgkIaAwNWCOgtdLSjCWYy384i9FgzFEAgQIECgfwJvBzFZX4mdd/2bWrdmJHS1pF5nMd7II35vyXAMgwABAgT6IVAErrWV2PnQj+l0exZCV4vqJ3i1qBiGQoAAge4LCFwtq6HQ1bKC/Bt7z5dicBIRj1s2NMMhQIAAgc4IZH8MY3OjM8NNZKBCVwsLLXi1sCiGRIAAgc4ICFxtLZXQ1dLKOL2+pYUxLAIECLRYwCnzLS5ORAhdLa5PEbwuYnCcR7xs8TANjQABAgSaFzjPIrZXY3TU/FCM4D4BoasDa8NZXh0okiESIECgOQFncDVnX6pnoasUV3MXO8urOXs9EyBAoMUCzuBqcXG+HJrQ1aFincbhekRePDr2y8YO1c1QCRAgUJPAX4OYbDiDqybdGpoVumpArbNJv2ysU1fbBAgQ6IpAfjCMre2ujNY4rwSErg6uBL9s7GDRDJkAAQIVCfiFYkWQDTQjdDWAXlWXNthXJakdAgQIdELAhvlOlOn+QQpdHS+gDfYdL6DhEyBAYDoBG+anc2r1VUJXq8sz3eBexeFaFvmxDfbTebmKAAEC3RLI/hjEx20b5rtVtbtGK3R1v4aXM3gde8uTGBTB61lPpmQaBAgQSF4gi9hZjdF+8hA9ARC6elLIm2nY59WzgpoOAQKpCti/1cPKC109LOpZjDfyiOJ/M3KeVw/ra0oECPRbIIv4Zykm614n9q/OQlf/ano5o+vzvIrXjU97OkXTIkCAQA8FnL/Vw6J+mpLQ1ePqXp/nVZxg/2OPp2lqBAgQ6IPAeUS2MYzN4n9Z9tdTAaGrp4W9PS3HSiRQZFMkQKDLAo6D6HL1Soxd6CqB1eVLvW7scvWMnQCB/gp4ndjf2n49M6EroWpfvW58tB+R/5zQtE2VAAECbRQ4zyNbfxGbJ20cnDHVIyB01ePa6lb9urHV5TE4AgR6LuDXiT0v8DemJ3QlWnuHqSZaeNMmQKBRAYedNsrfeOdCV+MlaHYAr+JgN4vs12ZHoXcCBAj0XuDtRUw2vo+dN72fqQneKyB0WRzO9LIGCBAgUKuAzfK18naocaGrQ8Wqc6hXm+yXdiOyrTr70TYBAgQSEnifR7Zhs3xCFX9gqkKXtfCZwKs4XMsiLw5UdZK9tUGAAIGZBfKDQVzs+pTPzIC9vFHo6mVZ55uUp17z+bmbAIGkBTzdSrr835680GVx3CvgqZfFQYAAgTICnm6V0UrxWqErxaqXmLOnXiWwXEqAQKoCnm6lWvmS8xa6SoKlermnXqlW3rwJEPi2gKdbVsj0AkLX9FbJX1k89foYS9vO9Up+KQAgQCDibR7Ztl8mWgplBISuMlquvRQoPp49iMF+HvESCQECBBITOM8j338RW7uJzdt0KxAQuipATLWJsxhv5xHF/+B5nKqBeRMgkI7A9TcTN1Zi5106szbTKgWErio1E2zraqP9o/2I/OcEp2/KBAikIfA+ItsexuZxGtM1y7oEhK66ZBNr93qj/X5EPEts6qZLgECPBfLIf3sUF/sOOe1xkRc4NaFrgdgpdOWVYwpVNkcC/RfwKrH/NW5ihkJXE+o979Mrx54X2PQI9FvAq8R+17fR2QldjfL3u3O/cux3fc2OQM8E/CqxZwVt43SErjZWpWdjOo3D9Yi82O/lI9o9q63pEOiHQPbHID5u27fVj2q2eRZCV5ur07OxvYqD3SyybUdM9KywpkOgowLFvq1JTLa/j503HZ2CYXdMQOjqWMG6Plzfcux6BY2fQC8EfCuxF2Xs3iSEru7VrBcjfh17y5N4tOt8r16U0yQIdEXgfRaxuxqjo64M2Dj7JSB09auenZtNEb4uYnDkk0KdK50BE+iSwPl12Cr2lvoj0JiA0NUYvY5vCxSHqy5Fvit8WRcECFQocPmLRIebViiqqbkEhK65+NxctYDwVbWo9ggkKSBsJVn29k9a6Gp/jZIcofCVZNlNmsC8AsLWvILur1VA6KqVV+PzCghf8wq6n0ASAsJWEmXu/iSFru7XMIkZCF9JlNkkCZQVELbKirm+UQGhq1F+nZcVKMJXFnlxwOqPZe91PQECvRF4n0d+ZIN8b+qZzESErmRK3a+JOuerX/U0GwJTCjhna0ool7VTQOhqZ12MakqBInx9jKUNnxeaEsxlBDooUHyuJ49sfxibxx0cviET+CQgdFkMvRAoPi90EYONPKJ49ejD2r2oqkkQyP7II45exOYJCwJ9EBC6+lBFc/hM4CzGGxFRBLCXaAgQ6JzAeUR+NIiL/ZXYede50RswgW8ICF2WR28F/o2950vxaNv3HXtbYhPrl8DbLGJ/KSbHK7HzoV9TMxsCVwJCl5XQewGvHntfYhPstIBXiJ0un8GXEhC6SnG5uOsCV0dOxIanX12vpPF3XKD4FWLxVOvIU62OV9LwSwkIXaW4XNwXAU+/+lJJ8+iWgKda3aqX0VYtIHRVLaq9zgncevq1HhGPOzcBAybQboFir9aRp1rtLpLRLUZA6FqMs146IHD99KsIXn752IF6GWKrBS5/gXgRF0ffx86bVo/U4AgsUEDoWiC2rrojcOvQ1eL4Ced+dad0RtqswF8R2ZFDTJstgt7bKyB0tbc2RtYSgaujJ5Y2IrLiKZgA1pK6GEZrBP7KIo4d9dCaehhIiwWErhYXx9DaJ2D/V/tqYkSNCDhTqxF2nXZdQOjqegWNvzGB0zhcj7hY8wSssRLoeLECxROtk+snWk6KX6y93noiIHT1pJCm0ayAV5DN+uu9NgGvDmuj1XCKAkJXilU351oFik34FzFYzy8PYY1ntXamcQLVCpxHZMcRcWwzfLWwWiNQCAhd1gGBGgVujqHII1uLyJ0DVqO1pmcWeJtHfpzHxbHjHWY2dCOBqQSErqmYXESgGoHiNWQWS+tLka3lES+raVUrBEoJvI/ITrLIb/Zn+bh0KT4XE5hdQOia3c6dBOYSKJ6CTeLR2vVm/DWvIufidPP9AucRcVJsgp/E5MTTLEuFQHMCQldz9nom8JmAEGZBVCQgZFUEqRkCVQsIXVWLao9ARQK3Q1gW2XOvIyuC7V8z7yPijSdZ/SusGfVPQOjqX03NqMcCxeGsS5EXAax4HfncCfk9LvY9U8si/skjfxOxdDKIj29WYseZWektAzPuqIDQ1dHCGTaBQqB4GvYxHj0v9oUVT8MEsX6ti5uAlUX2ZhKTN/Zj9au+ZpOegNCVXs3NuOcCnwexpeUs8mWvJltf9PdZxLuLy18UZu8ErNbXywAJzCQgdM3E5iYC3RO4OjX/0XIeF8WxFcJYMyW8Ha4+XET25tHVK0LHNjRTD70SWKiA0LVQO3cocAAAANhJREFUbp0RaJ/AzZOxpciXLyJfLl5TZhFPPB2buVaXwarYd5VHfCj2XuXx8YNXgzN7upFAbwSErt6U0kQI1CNQbN4vWi428F9E/uTWU7InCZ4tdp5FvCk8ileBxf+dxdJluHoUH9/Z1F7PGtQqgb4ICF19qaR5EGhQoPje5Md4tHwdzi6fmF0FknhyvcH/cnR5RPGfP21wqJ91XWxUv/kPiuB09avAm7+ly1BV/L2IzU//77aM3TgIEOiegNDVvZoZMYFeCfxv43990/J6rz5bLRMgML3A/wOAil/39XU46wAAAABJRU5ErkJggg==", + "e": 1 + }, + { + "id": "image_4", + "w": 48, + "h": 31, + "u": "", + "p": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAfCAYAAACh+E5kAAAD6ElEQVRYR9VYPYgkVRD+vjcTiCi3iWDk9rxe9EDvXBMTRc9AOEwcFMRIFzPPwBOUE+F+PBBFFPcM9FDEixQD4VQ4A5MVvcBsDESD7de9CoJGuwcHBttVUsObpXdud6d7fpa9l8zQXVWvvqp6r+srYsYrSZK5yhYJgAJA0m6350TkWHy37pzrlWVZ5nn+UxOX2ES4rmyapksi0nXOzamqAbi/ri7JH1V1xTm3srm5uW6Ai6Kw3x3XVACkafqQqt5D8jlVfbSuszXl1ixThmIn+YkALCwsHFPVc3s4/QPJLwAsqeo1VRWSFt2eRbfVai2SLMxBVXXOuUdixqzUDlUdtsyUZXmyKIretuc1o7BNLEmSRefcWwCeqLy4BuBrkt+SXF9dXV0Zx/ZAx86Oc+4kgLNDdl4JISwPnjXKQDR6ziI6FKEvReSN3dI8IZDEMqWq5vR8tHUhhGDgUAtAdPxhAO8DuBvARgTwkohcmYXjw6DNB5LLJJ+3d865xyzLIwEkSZJExSej0asAPhaR34brcZJI19X13tthnlfVb/I87+4JwA6piFwCYFfhRQB/hhA+qrvZLOQsoM65HMBfIYS7dgXQ6XTOkzwN4Lqq3pvn+dosHGpqM5azZeGQiDxwA4B4w3wOYBHALyJyfK8PSVMHJpU3AK1W63hZln9YCW8DENNzGYAn+UmWZa9OuuGs9bcAeO+PAPgMwJ0kX8uy7KtZbz4N+1UAL1hdhRA+mIbh/bIx8hrdL0fG3eemA5Cm6WkRWRm03TcNgE6nc5TkFQB/hxAeHKsXGjfNk+p570/FFuLfsiyXqq3Lgc+A9/4EgNcBtEmeyLLMrvmtdaABeO/fAXAKwNUQgjWTN6wDCSDW+1ORC1wQkeVdGZn33vrq8wDOVInCpHU7jn7sBL4DcF/UfzOEYPxj18VOp3PJDkikbN397ntic/Y2gDsAPG2ekvwdwLtZllknvOcyAPMkf7Wv8KDHHqU0rfdpmnZV1Q7p4xWbF0MIL9bdo38GvPdG116O6I08b7uq6hqrIxeZ1RGSxisGpWKqa865paZceusQD0opOrFBsqeq10l+Onx11XG0KhOHW0ZEuiSfUdVbK/x2Q1U/zPP8TFO7/YAPlGyTdru9KCJ2iG6rGDMic9nGHTYCMXZmLK3Vah22nhxAfzxSlmVhvzYiIXmY5H8iUpBcAHAUwO0Vm8ap/wHw/V43TB1AOxEamwIYlbRoDXhwHVt1ZNZUtUfyvRDCz3UURsmM5MQ2uDIjTUeE1VKM/5cnLcWdwDT+kKVp+qyqGt28xUA55xJV7X/eKwOA/kBzVPSm8b4xgGlsOk0b/wNfqaG/C8ihBwAAAABJRU5ErkJggg==", + "e": 1 + }, + { + "id": "image_5", + "w": 608, + "h": 608, + "u": "", + "p": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAmAAAAJgCAYAAAAta9/QAAAgAElEQVR4Xu3dC7QlV13n8f+uk+UMz3RGnQU62FW72lEQ0zfqCCohHRXEEMyN4hAempvo8AiO6TCCJKLpgPKQRzozEB46dGc0hEGRbggRwWVuDM8146Q7YUCdW7tOgzHqckw3oK5x+uz/rH1Tp6dy+3b3OefWqVOP71nLJemusx+fvbv7d3ft2mWEDwIIINASgTiOt5111llL3vufE5G/EJFvdM69sCXNp5kIIIDACQGDBQIIINAWgTRNL1PV2za09x+dc49sSx9oJwIIIBAECGDMAwQQaI3Ajh07dnnv79zQ4K855x7Tmk7QUAQQQIAAxhxAAIE2CYRbkFEUvVVVv2CMCaHr/zjn3tCmPtBWBBBAgBUw5gACCCCAAAIIILAAAW5BLgCdKhFAAIHNBNI0XcmybD86CCDQfQECWPfHmB72RCDcnhsMBs9S1aeKyD+o6qONMd8uIv9DRP7Ye//p4XB4tCccreumtfYiEflo0fBjIjIUkQPhv6MoWlXVbeF/j0aj4XA4PNS6DtJgBBB4mAABjAmBQIsEkiTZHkXRhar6tyKyQ0SeISJ/LSJfEpEXiMi3lrrzFVW90xhzlojc4b1/HwGsuYMdx/FSCFrF3tzHnqalh0UkXCfGmPUgxqpZc8eVliFwKgECGHMDgYYLjEOX936XMeYHReQJIhJWSM4uNT38935jTFgpOe6cuz2siBG4Gj64mzQvSZJzoyj6Lu/9chGyvldEwjEb5fHe+M0w/l9T1T9U1T0iEsaeVbL2DT8t7pEAAaxHg01X2yEQglP4B3QwGDxHVZ8kIi/dpOVHVPWLg8HgTd77Rzrn7mhH72jlrAJxHMeDwWCXiKyEMopbkjtPUd4xVQ2rZEfHq2TOub2z1s33EECgegECWPWmlIjARAJF0JJwsvvx48cPGWN+VkSeZoxZEpHtm4UuEfm0MeYDWZat7w3i02+BEMqiKNotIj9UrIyebpXsT0Tktwli/Z4z9L45AgSw5owFLemJQLHXJ9xeCv9w/qOIPO40qxifMcY8YIz58Gg0WuWWYk8myQzdDPNqMBiE1zSFVbKwcT9W1QtOEeTvNca8lw39M0DzFQQqEiCAVQRJMQicSiCsUpx11lnxaDRaOc0/iie+rqq3DAaD/cePHw9Pu4Un4fggMJNA8WTscrF/8PJTFPLfQ8AXkS+r6pr3/vME/Zm4+RICUwkQwKbi4mIEJhMoXpkTViKeLCI/capvqerBYo/OUe/9AQLXZL5cNb3AeIWs2KS/2S3ucqHvEpFv8d6/nDk5vTXfQGASAQLYJEpcg8AZBMZPHKZpulz8A3eqzdFHwtOK3vv9/MPGtFqkQPFapxVVXTLGfJ+I/OtN2hNWxbJwPpmq/iYrY4scMerumgABrGsjSn9qF7DWhsf+rxSRvxORzYJXeGJxNYqiA6PR6BDBq/YhosIJBIpV2/AAyLeJyI8aY4blPWTGmC9671+S5/ndExTHJQggcAYBAhhTBIEZBIrVg7CJPmym3xi6wkGZB8IqVyiawDUDMF9phEAIZaoaNvP/pIiEk/rD5++LHzbe6Jy7uRENpREItFCAANbCQaPJixMI/yCNRqPdxpiwv6v8yP/66eRhPxenki9ufKh5vgLFLfawShbOIjsnvPJKRD7ovX8Ntyfna0/p3RMggHVvTOnRHASsteEdfd+x4XyuY8aYu4wxN66tra2/GoYPAn0RsNY+TURuFJHvCX323ies9vZl9OlnFQIEsCoUKaPzAkmSvNYY88si8hVjzD1hI32xn4vXvXR+9Ong6QSKoy5eqao7VfW6PM/vRQwBBM4sQAA7sxFXICDFPzK7OIGeyYDAdALW2nDO2Nu5NT+dG1d3X4AA1v0xpodnEEjT9FmqGvZ0PUtE1sKLj733V3E7hamDwNYEilcl5eNSwi17EdnLDzJbc+Xb3RAggHVjHOnFlALF64BeIiIvFJHHhK+Hfxy89x8xxnzcOXfflEVyOQIIbBAYnzUmIj9THEp84orwxodw1EX4v+I1W7z1gRnUKwECWK+Gu9+dtdZerKrfbowJT25dLyL/Mrx+RUSuUtUvhf/jSa5+zxF6Px+B8S384pDi8Ofu8eWaQhhT1b3D4ZA9lfMZAkptoAABrIGDQpOqE7DWXisi4WnFn1PVJxYlH1PVA+EfA24zVmdNSQhMKmCtDWfohaMsTjq4OISxKIpW2TM2qSbXtVWAANbWkaPdpxUoziv6tyLy/NKFD4TXqajq7/GTNhMIgcULFCtj4YehCzZpzW0i8iXv/RtZmV78WNGC6gUIYNWbUuICBYpNv+8ondodWnMsHBvhnAs/dfNBAIEGCoR9mcaYPac45Hj9zRKsWDdw4GjSzAIEsJnp+GKTBIrNvj8uIv9RRB5VattNxV/c7C1p0oDRFgROIRD2aorIz4vIMzZcsv62Cf48M3W6IkAA68pI9rQfxauBVoqfmrePGVT1oKru5ifmnk4Mut16geI9lHtOcXsy7ON8Di8Gb/0w97oDBLBeD387Ox9uM4aWR1H0ng0/JYe/lN8TRdGdWZb9fjt7R6sRQKAsEIKY9z7cnlzeJIzdxNYC5ktbBQhgbR25Hra7eHIq3JpINun+Dd77A2yu7+HEoMu9EdhkVSzs7/y8iLzTOXdrbyDoaCcECGCdGMZud6L4CXjvJo+shxWv1eI4CfZ4dXsa0DsETgikabqiqvs2kBwOm/g5ZZ+J0hYBAlhbRqqH7SxOq98vIuGW49ljgrC/yxhzyHsfDm482kMauowAAiJirQ0/mF29AeOQMeaDo9Ho7fz9wDRpsgABrMmj09O2FU9B/eomK143RVF0YG1tbbWnNHQbAQQ2CGw4Zf9hB7uGH9YGg8Fe/s5g2jRRgADWxFHpaZvCbYVwOvbGjba8pqSnE4JuIzClQJqml6lqOMYivON1/AmvGwvvev15bk9OCcrlcxUggM2Vl8InEQg/wRpj9htjLtlwfdhgu6c494dbjZNgcg0CCEixfSH8QFe+PXm/iHzEe38ttyaZJE0QIIA1YRR62obwl2ToeritKCLjM7xC6PpTY8y7eBdcTycG3UagIoEkSbYbYy7d8N7Jr0ZR9GPclqwImWJmFiCAzUzHF7cicIqnmMKp9WFj/XArZfNdBBBAoCxQ7BP7EVUNq+zPDr9njLl8NBqtshrGXFmUAAFsUfI9rbd4ZdCejU8uhZ9S2Z/R00lBtxGoUcBa+0JV/cnSlodbVfWX8jw/UmMzqAoBIYAxCWoT2OQ8ryPGmN0Er9qGgIoQQKAQKF5jtjsEMWPMXar6+865NwGEQF0CBLC6pHtcT7HqFY6OGD8i/mci8n7nXFgJ44MAAggsTKA49ia81uzRIvI+7/2ruS25sOHoVcUEsF4Nd/2dLQ5KDE8jrR+kGn7SHI1GK+zzqn8sqBEBBDYXKDbrXyMiP1S81uhmrBCYtwABbN7CPS/fWvteEblCRD5ljHkLtxt7PiHoPgINFrDWvkJEzhOR25xzdzS4qTStAwIEsA4MYtO7kKbpMsGr6aNE+xBAAAEE6hQggNWpTV0IIIAAAggggEDYkoMCAggggAACCCCAQL0CBLB6vakNAQQQQAABBBBgBYw5gAACCCCAAAII1C3ACljd4tSHAAIIIIAAAr0XIID1fgoAgAACCCCAAAJ1CxDA6hanPgQQQAABBBDovQABrPdTAAAEEEAAAQQQqFuAAFa3OPUhgAACCCCAQO8FCGC9nwIAIIAAAggggEDdAgSwusWpDwEEEEAAAQR6L0AA6/0UAAABBBBAAAEE6hYggNUtTn0IIIAAAggg0HsBAljvpwAACCCAAAIIIFC3AAGsbnHqQwABBBBAAIHeCxDAej8FAEAAAQQQQACBugUIYHWLUx8CCCCAAAII9F6AANb7KQAAAggggAACCNQtQACrW5z6EEAAAQQQQKD3AgSw3k8BABBAAAEEEECgbgECWN3i1IcAAggggAACvRcggPV+CgCAAAIIIIAAAnULEMDqFqc+BBBAAAEEEOi9AAGs91MAAAQQQAABBBCoW4AAVrc49SGAAAIIIIBA7wUIYL2fAgAggAACCCCAQN0CBLC6xSuoz1p7pTHmp0ej0fJwODxaQZEUgQACCCDQIoE0TZ+nqv9eRO7z3l/LvwUtGryiqQSwFo1ZHMfboii6XkR+RkQeIyJfdc49tkVdoKkIIIAAAlsUSJLkXGPMp0Tk0UVR73POvXCLxfL1mgUIYDWDb6U6a+1nReQppTKe7Zy7Yytl8l0EEEAAgXYJFAFsr4hcOG65MeYDWZY9r1096XdrCWAtGf84juMoig6LyHjF6z7n3LktaT7NRAABBBCoWCBJkv3GmMuLYh90zv2LiquguDkKEMDmiFt10dbaN4rIL4rIu5xzL6u6fMpDAAEEEGiXQBzHS1EU3WqM+f0sy36hXa3vd2sJYC0bf2vtxc6521vWbJqLAAIIIIAAAiUBAhjTAQEEEEAAAQQQqFmAAFYzONUhgAACCCCAAAIEMOYAAggggAACCCBQswABrGZwqkMAAQQQQAABBAhgzAEEEEAAAQQQQKBmAQJYzeBUhwACCCCAAAIIEMCYAwgggAACCCCAQM0CBLCawakOAQQQQAABBBAggDEHEEAAAQQQQACBmgUIYDWDUx0CCCCAAAIIIEAAYw4ggAACCCCAAAI1CxDAaganOgQQQAABBBBAgADGHEAAAQQQQAABBGoWIIDVDE51CCCAAAIIIIAAAYw5gAACCCCAAAII1CxAAKsZnOoQQAABBBBAAAECGHMAAQQQQAABBBCoWYAAVjM41SGAAAIIIIAAAgQw5gACCCCAAAIIIFCzAAGsZnCqQwABBBBAAAEECGDMAQQQQAABBBBAoGYBAljN4FSHAAIIIIAAAggQwJgDCCCAAAIIIIBAzQIEsJrBqQ4BBBBAAAEEECCAMQcQQAABBBBAAIGaBQhgNYNTHQIIIIAAAgggQABjDiCAAAIIIIAAAjULEMBqBqc6BBBAAAEEEECAAMYcQAABBBBAAAEEahYggNUMTnUIIIAAAggggAABjDmAAAIIIIAAAgjULEAAqxmc6hBAAAEEEEAAAQIYcwABBBBAAAEEEKhZgABWMzjVIYAAAggg0GWBJEnON8a8zDn3gi73c6t9I4CdQjBJku1RFP2Iql7gnHvhVqH5PgIIIIAAAn0QsNYORWS7iFzjnNvbhz7P0kcC2CZq1tqLReRmEflLVX1enudHZsHlOwgggAACCPRNwFp7rYi8vug3IewUE4AAtgEmrHwZYz4jIo/33p8zHA6P9u0PD/1FAAEEEEBgKwJJkhwwxlwSyvDenzccDg9tpbwufpcAVhrVInzdKiKxqu7J8/w3uzjo9AkBBBBAAIF5CsRxHEdRtFrcijzmvd9FCHu4OAGs8IjjeFsURX8oIt+tqjvzPL93npOTshFAAAEEEOiyQBHCfkdEvkdEjnjvlwlh/3/ECWCFRZqmz1PV97NpsMt/HdA3BBBAAIE6BdI0XVbVsBE/bMoXY8wVWZbtr7MNTa2LACYiSZL8rDHmNap6KM/z5aYOFu1CAAEEEECgbQI7duzY5b0/ICJni8hh59xS2/owj/b2PoBZa39XRH5CRI4557bNA5kyEUAAAQQQ6LOAtTasgl0dDFT1ljzPV/rssb4a2GeAIpXfGcKXqj4nz/O7++xB3xFAAAEEEJiHQLHPOmzK30kIe0i4twHMWrtbRF4hIk9Q1Tfnef6qeUw6ykQAAQQQQAABkRDCjDH7x8dT9H0lrJcBrEjiD64nUGPuGo1GK8PhMJzcywcBBBBAAAEE5iSw4XiKUMv5zrlPzqm6RhfbywBWOiCOs0kaPT1pHAIIIIBA1wQ2nJQfjqcIZ4T1bhGkdwEsTdMXq+q7iwl9Gy8L7dofbfqDAAIIINB0gTRNV8O7lot23uScC9uCevXpVQArTroPB6w+lqceezXP6SwCCCCAQIMEiluR4fVE4WiKXj4Z2bcAdp0x5tfCYBtjLs2yLJxLwgcBBBBAAAEEahYoHoa7saj2sPc+7MfuzTsjexPA4jheiqLonmKgDzjnLq15rlEdAggggAACCJQENglhYT/Y0T4g9SaAWWvDgIalTg5c7cPMpo8IIIAAAq0QKB/SGk7KLzbldz6E9SKAWWs/KiIXhZnovU/6+LRFK/4U0kgEEEAAgV4KWGvDU5DhfZF/LyKvcs7d3HWIzgew4kWgHyoGspdPWnR9EtM/BBBAAIF2C2x4X2Qv7lR1OoBtWNbkzK92//mk9QgggAACHRZIkiSckn95cbfqvK5vyO9sALPWXiUivy4ij+rLYHb4zyVdQwABBBDouMCGoyke8N5/f5e3DHUygBWDmBdz9ZgxZneWZfs7PnfpHgIIIIAAAq0WsNbuEZHrQye6/q7ITgawDSfs3uCcCwPKBwEEEEAAAQQaLFC8sHvv+FZkFEUXrq2trTa4yTM3rXMBrNjId2cf0vPMo84XEUAAAQQQaLBAaSHla9777+zirchOBbANh62GTfdxXw50a/CfI5qGAAIIIIDAVALFYsrB4tWBdzjnnj1VAS24uDMBbOOypYhw67EFE5AmIoAAAgggsJmAtfZKEfnPxe91LoR1JoBZa98pIi8tBiqsfi11ccmSP6YIIIAAAgj0RWDDnu5OneXZiQBW3Hr8sIg8IUxKY8wVPPXYlz+e9BMBBBBAoKsCxakGYRN+OCX/UyLyRufc7V3ob+sDWLj1GEVReHt6GJzw6VRC7sIkow8IIIAAAgjMKlAsstxV7AcT51zrs8v6YtGsIE35XpqmK6q6r2jPJ5xzz2xK22gHAggggAACCGxdoPRv/f3GmJ/LsuzA1ktdbAmtDmDF6ldYmtwpIuz7WuxconYEEEAAAQTmJlB6VdGXVfX8PM+PzK2yGgpuewBbiqLonvWlPGMu7UIirmHMqQIBBBBAAIFWCiRJcsAYc0kXTjpobQBL03RZVcPrhc4WkSPOubiVs4lGI4AAAggggMBEAkmSnGuMOSwiH3TOPXeiLzX0otYGMGvtfSLy5GL1i6ceGzrBaBYCCCCAAAJVCpTeF/ly59zNVZZdZ1mtDGDF3q9hsfp1jXNub51o1IUAAggggAACixOw1obTD3aq6s48z+9dXEtmr7mVAax0D5hbj7OPPd9EAAEEEECglQLF+WC5iLT2hPzWBbASepg01znn3tDK2UOjEUAAAQQQQGBmgTRN36yqz1PVX8/z/O0zF7SgL7YugI2XHcOxE865bQtyo1oEEEAAAQQQWKDAeEO+MeYPsix71gKbMlPVrQpgxdvR7ww95diJmcabLyGAAAIIINAZgfGGfFV9ep7nd7epY60JYBveB3Wbc+4FbYKmrQgggAACCCBQvUCSJJ9W1auGw2HYmN+aT2sCWHHu1y0iotx6bM38oqEIIIAAAgjMVcBa+zJjzDdkWfa6uVZUceGtCWCh3+H4CRHZNhwOwxEUfBBAAAEEEEAAgVYKtCqAtVKYRiOAAAIIIIAAAhsECGBMCQQQQAABBBBAoGYBAljN4FSHAAIIIIAAAvMTsNZe5L3/QtO3KzU+gFlrrxKRLznnbp/fcFEyAggggAACCLRdwFq7W0RuFJEbnHN7mtyfRgcwa+17VTVR1TcOh8M/aDIkbUMAAQQQQACBxQoUJyZ8SESOeO93NXkVrLEBLEmSnzXG/IaIXOmc27fYIaV2BBBAAAEEEGiDgLX2mIg81hhzV5Zlu5ra5kYGsHDcRBRFfyEif+ec+5am4tEuBBBAAAEEEGiWQJqmK6q6vnDjvT+vqQe0NjKAWWt/V0R2qOpP53l+b7OGltYggAACCCCAQFMFikWcVRHZWdyKXBoOh0eb1t7GBTBr7cUi8hEReZNz7tVNA6M9CCCAAAIIINBsgTiOl6Iouqdo5TXOub1Na3HjAliaph9Q1Wd67+MmJtamDSDtQQABBBBAAIGTBay1IXRdXfzOy51zNzfJqVEBLEmS840xYfVrb9MfH23SINIWBBBAAAEEEHi4QHErMry68Owm3opsTADbsWPHLu/9fhHZ7pxrTLuY0AgggAACCCDQTgFrbTgL7HoROda0O2uNCTrW2veJyPNF5N3OuZe2c6hpNQIIIIAAAgg0RSCO4ziKokNNXAVrRAALrw0QkY+KyAPOuW9qysDRDgQQQAABBBBot0DpcNbQkcZsyF94ACv2ff1WuPWoqrfkeb7S7qGm9QgggAACCCDQJIE0TVdV9YLQpiiKLlxbWwvHVCz0s/AAVrzr8R1NQlnoiFA5AggggAACCFQqsGEV7CbnXHhn5EI/TQhg4d5sOCztfufcv1qoBpUjgAACCCCAQOcEkiTZboz5jIg8PnTOe58s+j2RCw1gpUNXg0dj7st2bubRIQQQQAABBHousOFcsBsWfdzVQgNYkiT7jTGXF+dzLDf1fU09n7N0HwEEEEAAgdYLFE9E5kVHwrEUuxaZOxYawKy194nIk0WkEfdjWz+76AACCCCAAAIInFKgvBnfGHNFlmXh/NGFfBYWwNI0/WVVfW3Y+6Wq1+R5/jsLEaBSBBBAAAEEEOiFwIYXdYe9YOcs6rWHCwlg5dcDGGPuyrJsVy9Gnk4igAACCCCAwEIF0jRdUdV9RSMWdgduIQGs3Hnv/XmLvAe70FlA5QgggAACCCBQu4C1Nrwjcnuo2BhzaZZlB+puRO0BLKx+DQaDT6vqE0XksHNuqe5OUx8CCCCAAAII9Feg9I7IvxeRX3POvaFujUUEsKUoiu4pOrrwx0DrBqc+BBBAAAEEEFisQLEV6sFiBWwhW6FqDWA7duzY5b2/s2A/4r1fWtTmt8UOPbUjgAACCCCAwCIFrLXjg+APF0dSHK2zPbUFsOL8jf8qIt9bdJCDV+scaepCAAEEEEAAgRMC5dcTqeor8zx/S508tQWw8uqXqh7M83y5zo5SFwIIIIAAAgggMBYon8iwiD3ptQWw0qn34YmDhR5+xvRDAAEEEEAAAQSsteGl3DcGibqfhqwtgFlrtejgQja7Mc0QQAABBBBAAIGNAqUjKfZ5719R1970WgJY+dyvKIouXFtbW2UKIIAAAggggAACixaw1l4rIq8Xkc+r6gvzPL+3jjbVFcBWVfUCEQkvv4zrSpd1AFIHAggggAACCLRXoNgL9gUReXwIYd778+vIKXMPYOXVL1471N4JSssRQAABBBDoqkDpYFap607d3AOYtfazIvKUMGh1b3Dr6kShXwgggAACCCBQnUBxVFY4F+zsup6InGsAi+O4fOo9rx2qbq5QEgIIIIAAAghUKFBaBfuqiLzaOXdzhcWfVNRcA1jplNlQMQevznMkKRsBBBBAAAEEZhZIkmS7MeZwXatg8w5g4Vj/s1X1FlXdXcemtpnl+SICCCCAAAII9FqgtG/9y977c+eZW+YWwMon39e1oa3Xs4bOI4AAAggggMCWBIonIt8nIj8679cTzS2Ale6lsvdrS9OBLyOAAAIIIIBAXQKld0R+yjn3tHnVO5cAVizh7RGRcD+Vk+/nNXqUiwACCCCAAAKVCiRJcm6xF+xzzrmnVlp4qbC5BDBrbVi+e36oh6Mn5jV0lIsAAggggAAC8xCw1u4VkRXn3LZ5lL+ej+ZRcJqm6yffs/o1D13KRAABBBBAAIF5ChR7wR5U1dU8zy+cR12VB7Ci0cPw9KMx5oosy/bPo+GUiQACCCCAAAIIzEtgvAqmqk+fx/shKw9gpc1rD3jvLxoOh+FkWT4IIIAAAggggEBrBKy1LxSR357XSQ6VB7AkSfYbYy5X1YN5ni+3RpqGIoAAAggggAACJYE0TcNLuo9lWfZ9VcNUGsCKdynlRSNvcM6FJyH5IIAAAggggAACrROw1n5SRHY45x5XdeMrDWCl24/ivT9nnifIVg1BeQgggAACCCCAQFmgOJLij+exD6yyABY23xtjwu3HS0Rkn3PuSoYRAQQQQAABBBBoq0DxfsgPO+d2Vt2HSgNYFEW/KSI/7L1fGg6H4UlIPggggAACCCCAQGsF0jR95Wg0+p2qc01lAay1sjQcAQQQQAABBBCoWYAAVjM41SGAAAIIIIAAAgQw5gACCCCAAAIIIFCzAAGsZnCqQwABBBBAAAEECGDMAQQQQAABBBBAoGYBAljN4FSHAAIIIIAAAggQwJgDCCCAAAIIIIBAzQIEsJrBqQ4BBBBAAAEEECCAMQcQQAABBBBAAIGaBQhgNYNTHQIIIIAAAgggQABjDiCAAAIIIIAAAjULEMBqBqc6BBBAAAEEEECAAMYcQAABBBBAAAEEahYggNUMTnUIIIAAAggggAABjDmAAAIIIIAAAgjULEAAqxmc6hBAAAEEEEAAAQIYcwABBBBAAAEEEKhZgABWMzjVIYAAAggggAACBDDmAAIIIIAAAgggULMAAaxmcKpDAAEEEEAAAQQIYMwBBBBAAAEEEECgZgECWM3gVIcAAggggAACCBDAmAMIIIAAAggggEDNAgSwmsGpDgEEEEAAAQQQIIAxBxBAAAEEEEAAgZoFCGA1g1MdAggggAACCCBAAGMOIIAAAggggAACNQsQwGoGpzoEEEAAAQQQQIAAxhxAAAEEEEAAAQRqFiCA1QxOdQgggAACCCCAAAGMOYAAAggggAACCNQsQACrGZzqEEAAAQQQQAABAhhzAAEEEEAAAQQQqFmAAFYzONUhgAACCCCAAAIEMOYAAggggAACCCBQswABrGZwqkMAAQQQQAABBAhgzAEEEEAAAQQQQKBmAQJYzeBUhwACCCCAAAIIEMCYAwgggAACCCCAQM0CBLCawakOAQQQQAABBBAggDEHEEAAAQQQQACBmgUIYDWDUx0CCCCAAAIIIEAAYw4ggAACCCCAAAI1CxDAaganOgQQQAABBBBAgADGHEAAAQQQQAABBGoWIIDVDE51CCCAAAIIIIAAAdlVyw8AACAASURBVIw5gAACCCCAAAII1CxAAKsZnOoQQAABBBBAoNsCcRxvGwwGzzLG/NXa2trqZr3dNIBZaw+JyE4Ruc85d263megdAggggAACCCBQnYC19gEReZyI3O+9v3g4HIZc9bDPSQEsSZLtxphhcdVe59w11TWJkhBAAAEEEEAAgW4LWGs/KyJPKXr5Wufc9WcMYNbaa0Xk9eFCVb0nz/Pv6jYTvUMAAQQQQAABBKoTsNbuFZGrQ4nGmB/NsuxjkwSw94nI84sA9gt5nr+1uiZREgIIIIAAAggg0G2BNE1XVHVfEcA+kGXZ8yYJYFeJyDuKL12aZdmBbjPROwQQQAABBBBAoFoBa60TkUeKyFXOud87YwALF4Td+1EUPc05d3u1zaE0BBBAAAEEEEAAAY6hYA4ggAACCCCAAAI1CxDAaganOgQQQAABBBBAgADGHEAAAQQQQAABBGoWIIDVDE51CCCAAAIIIIAAAYw5gAACCCCAAAII1CxAAKsZnOoQQAABBBBAAAECGHMAAQQQQAABBBCoWYAAVjM41SGAAAIIIIAAAgQw5gACCCCAAAIIIFCzAAGsZnCqQwABBBBAAAEECGDMAQQQQAABBBBAoGYBAljN4FSHAAIIIIAAAggQwJgDCCCAAAIIIIBAzQIEsJrBqQ4BBBBAAAEEECCAMQcQQAABBBBAAIGaBQhgNYNTHQIIIIAAAgggQABjDiCAAAIIIIAAAjULEMBqBqc6BBBAAAEEEECAAMYcQAABBBBAAAEEahYggNUMTnUIIIAAAggggAABjDmAAAIIIIAAAgjULEAAqxmc6hBAAAEEEEAAAQIYcwABBBBAAAEEEKhZgABWMzjVIYAAAggggAACBDDmAAIIIIAAAgggULMAAaxmcKpDAAEEEEAAAQQIYMwBBBBAAAEEEECgZgECWM3gVIcAAggggAACCBDAmAMIIIAAAggggEDNAgSwmsGpDgEEEEAAAQQQIIAxBxBAAAEEEEAAgZoFCGA1g1MdAggggAACCCBAAGMOIIAAAggggAACNQsQwGoGpzoEEEAAAQQQQIAAxhxAAAEEEEAAAQRqFiCA1QxOdQgggAACCCCAAAGMOYAAAggggAACCNQsQACrGZzqEEAAAQQQQAABAhhzAAEEEEAAAQQQqFmAAFYzONUhgAACCCCAAAIEMOYAAggggAACCCBQswABrGZwqkMAAQQQQAABBAhgzAEEEEAAAQQQQKBmAQJYzeBUhwACCCCAAAIIEMCYAwgggAACCCCAQM0CBLCawakOAQQQQAABBBAggDEHEEAAAQQQQACBmgUIYDWDUx0CCCCAAAIIIHAigMVxHA+HwyEkCCCAAAIIIIAAAtULpGl62Wg0+thwODy6HsCstVeKyA7n3HXVV0eJCCCAAAIIIIBAvwXSNF1V1QtE5Abn3J71AJYkyZ3GmM8QwPo9Oeg9AggggAACCMxHwFr7WRF5ShRFF66tra2aOI63RVH04PgX5lMtpSKAAAIIIIAAAv0VsNZq0ftrnHN7TZIk5xpj7haRDzrnwq1IPggggAACCCCAAAIVCowD2EkrYMaYl2RZ9p4K66IoBBBAAAEEEECg9wLF3cbwoOPZJwJY2JGvqreJyIucc7f2XgkABBBAAAEEEECgYgFr7Z+KyLeJyEO3IMcBjD1gFUtTHAIIIIAAAgggUAhYa4+GFbATASyc/xVF0edF5DUhkSGFAAIIIIAAAgggUK2AtfaQiOxU1VvyPF8ZnwMW7kvuD+dSVFsdpSGAAAIIIIAAAghYa0PW2i4in3POPTU8BbndGBN+8Tbn3AsgQgABBBBAAAEEEKhOYHzkV1HiQ3vArLXhtuPVqvrKPM/fUl11lIQAAggggAACCCAQBMbHUBhjrsiybH/YhL+iqvtE5PedcxfBhAACCCCAAAIIIFCtwEl7wErHUBxxzsXVVkdpCCCAAAIIIIAAAqWnIB96F2SSJPuNMZeLCAGM+YEAAggggAACCFQsUD6IVUQOO+eWwh6wq0TkHaEuVX16nufhtUR8EEAAAQQQQAABBCoQSJLkfGPMHxdFPbQCtmPHjl3e+zvDL3rvzxsOh+GcCj4IIIAAAggggAACFQikabqsqh8qFrtel+f5rzwsgI135ldQF0UggAACCCCAAAIIPPQEZDhn9fqHrYCVzgELv76+LIYWAggggAACCCCAQDUC5QB24mXcoWhr7X0i8mQReZdz7mXVVEcpCCCAAAIIIIAAAqUjvwLGQwexhv+VpulBVf0xEbnJObcbKgQQQAABBBBAAIFqBKy1IVvdGErz3p8zHA6Pjt8FuX5v0hhzV5Zlu6qpjlIQQAABBBBAAAEENjzwmAyHw+F6AEuS5IAx5hICGJMEAQQQQAABBBCoVuB0e8DW3wdZXhqrtmpKQwABBBBAAAEE+ilQOvRejDGXZll2YLwC9lpjzC8XAYyzwPo5P+g1AggggAACCMxBIE3TVVW9QET+xnv/bSf2gJXvTTrn1kMZHwQQQAABBBBAAIGtC1hrtShl/TVE4X8/bBM+K2BbR6YEBBBAAAEEEEBgLFC8B/LB9dBV3H48EcCSJDlxC5IVMCYNAggggAACCCBQjUD5LqOIvMg5d2t5BSy8/3EnK2DVYFMKAggggAACCCAQBMoB7KQVMGtt+SnI9fMpYEMAAQQQQAABBBDYmkAcx0tRFN2zcZFrfBL+ibd0e+8JYFuz5tsIIIAAAggggMC6wGan4IdfXw9gcRzHURTlhdX6O4pwQwABBBBAAAEEENiaQJqml6nqbSJyv/f+yeEIihMBrHx/UlUP5nm+vLXq+DYCCCCAAAIIIIBAkiS/box5pYhkzrkdY5ETZ35Za8O+r+0icuKMCtgQQAABBBBAAAEEZhconYL/Zefct2wWwMaHhAlHUcwOzTcRQAABBBBAAIGxwKnet31iBSxN0y+o6hNF5Jhzbht0CCCAAAIIIIAAAlsTsNa+T0SeLyJHnHPxSStg5RdFeu/PGW8S21q1fBsBBBBAAAEEEOivQOk9kJ93zn3nSQGsdAErYP2dJ/QcAQQQQAABBCoUKJ21+hXn3NknBbDyORXsAatQnqIQQAABBBBAoLcC44ccjTHPz7Ls/ScFsPJRFN7784bDYXg9ER8EEEAAAQQQQACBGQXSND2oqj8WRdGFa2trqycFsOJt3SF0haMobnLO7Z6xLr6GAAIIIIAAAggg8NBJ+GsikorIs51zd2wawIwx+40xlxhj7sqybBdyCCCAAAIIIIAAArMLWGvDMV+fcM49s1zKiWMoihWwIyLyWE7Dnx2abyKAAAIIIIAAAmMBa+3RKIqWy7cfw++dCGDhP0pPQj7srAoYEUAAAQQQQAABBKYTiON4KYqie0Rkt3Pupk1XwMIvli4UNuJPh8zVCCCAAAIIIIBAWSBN02VV/ZCIvNw5d/PpAlgcRVEeLvDeJ8PhMLwfkg8CCCCAAAIIIIDAlALW2qtE5B2q+vQ8z+8+ZQALv2GtDU9C7uRJyCmVuRwBBBBAAAEEECgJFEdQfLNz7ns2wjxsD1j4zfE+MFW9Jc/zFSQRQAABBBBAAAEEphMoHm58UET2OeeuPGMAs9buEZHrReSwc25puuq4GgEEEEAAAQQQQCBJknONMR82xry6fAL+WOakFbDSififcs49DUIEEEAAAQQQQACB6QSstW9V1XAA69V5nodjvh722ewW5HjHPitg01lzNQIIIIAAAgggsC5grV2/7eice+9mJCcFMNwQQAABBBBAAAEE5itAAJuvL6UjgAACCCCAAAInCRDAmBQIIIAAAggggEDNAgSwmsGpDgEEEEAAAQQQOGUAS5Jku6qeMxwOw8GsfBBAAAEEEEAAAQQmEAivdhwMBt8+Go0+NhwOj272ldMFsPOjKPqpLMtePEFdXIIAAggggAACCCDw0BOQIXSdHUXRhWtra6tTBbDi/UXLzrlnookAAggggAACCCBwZoEkSc43xvyxiBxzzm071TdOuQJmrd0rIsve+6VTLZ+duRlcgQACCCCAAAII9EfAWrtbRG6cOYClafrLqvrazd7g3R9GeooAAggggAACCEwukCTJAWPMJap6MM/z5alXwNI0vUxVb1PVeLMj9CdvClcigAACCCCAAAL9EBgHMBG5wTkX3q+96ed0tyAvFpGPiMh1zrk39IONXiKAAAIIIIAAArMLWGu/KiKPNsZckWXZ/qkDWBzH26IoelBEbnLOhfuZfBBAAAEEEEAAAQROIRDHcRxFUR5+23ufDIfD4dQBLHwhTdPPqOojnHNLaCOAAAIIIIAAAgicWmDHjh27vPd3FgHsvNOdpXrak/DTNF1R1X3e+3Ag66YHiTEQCCCAAAIIIIAAAiJJkuw3xlxeRQB7saq+2xjzkizL3gMuAggggAACCCCAwOYC1trw9qCdYfuW937P6RavTrsCVpwFdjX7wJhqCCCAAAIIIIDA6QXKAexM++dPG8BK9zL/3Hv/FG5DMvUQQAABBBBAAIGTBYqHF8Om+7PPdARF+PZpA1hR2BEReeyZdvMzGAgggAACCCCAQF8FyhvwT/cOyLHPJAEsHEURPhxH0ddZRb8RQAABBBBA4LQC1tqPi8gzwkVbDmChEGvtH4nIhSLyZefct+CPAAIIIIAAAggg8HABa60Wv3J4kuO7TrsCVgSw8Uslw6Fipz3TgsFAAAEEEEAAAQT6JlC+/SgiH3TOPfdMBmcMYOVTXbkNeSZOfh8BBBBAAAEE+iZQOjUidP2074Ac25wxgBWrYPeJyJNF5M+dc9/WN1j6iwACCCCAAAIInEogTdNVVb0g/L5zbqJsNdFFaZpepqq3hX1g3vunn+7dRgwPAggggAACCCDQJ4FSADvivV+a5NiuiQJYHMdLURTdU2Be45zb2ydY+ooAAggggAACCJxKoLQBf6Lbj6GciQJYuHCa010ZIgQQQAABBBBAoA8CaZouq+qH1kOVMZdmWXZgkn5PHMBKL5g85r2PJ1lem6QBXIMAAggggAACCLRVIEmSA8aYS0L7Jzn/a9zPiQOYtfZaEXn9tAmvraC0GwEEEEAAAQQQOJ1A8cag8ALu7eFBRe/984bDYfjvM34mDmBJkmw3xhye9B1HZ6yZCxBAAAEEEEAAgRYLpGm6oqr7QhdU9ZY8z1cm7c7EASwUON4HpqoH8zxfnrQSrkMAAQQQQAABBLomUNqeFZ5+3DXNKRHTBrDwlu+wEnZXlmW7ugZJfxBAAAEEEEAAgUkENhxUf5tz7gWTfG98zbQB7JMi8gPhy7yWaBpmrkUAAQQQQACBLglseP3Qy51zN0/Tv2kDWDj/6+pQwTQ7/adpENcigAACCCCAAAJNFyjv/5r09Ptyn6YKYBuW2yY+bKzpiLQPAQQQQAABBBCYRqB0+v1h59zSNN8N104VwMIXSgeyHnHOxdNWyPUIIIAAAggggECbBYrjJz4mIk9R1f+U5/nPT9ufWQLYbhG5saiIVbBpxbkeAQQQQAABBFotkCTJvzPGvKfoxPnOubBHfqrP1AGs/F5InoacypqLEUAAAQQQQKADAtbaE3vivffJNMdPjLs/dQALXyzdhpRZNp51wJ4uIIAAAggggEBPBUqvH/q89/78WV7POFMAK208C/TPcc7d3tMxoNsIIIAAAggg0DMBa+1fiMg3b+VO4EwBzFp7sYh8pPC+zjn3hp7Z010EEEAAAQQQ6KFA+fwvVX16nud3z8IwUwArdv8/WFR4k3MubMzngwACCCCAAAIIdFqgfP6XMeYlWZaNN+NP1e+ZA5gxZq8x5nIRmen8i6laycUIIIAAAggggEADBKy14SSIsPD0Lufcy2Zt0kwBLFSWpumyqn4o/G9jzBVZlu2ftRF8DwEEEEAAAQQQaIOAtfbjIvIMY8ylWZYdmLXNMwewIoStquoFInLMObdt1kbwPQQQQAABBBBAoOkCSZKcb4y5LWzA996fM8vTj+M+bimAWWtPHMrKcRRNnza0DwEEEEAAAQS2IlDc/Qt3/MJB9OND6WcqsrIAxm3Imfz5EgIIIIAAAgi0RCCc/xWamuf58labvKUAFiofH8q6lbMwttoJvo8AAggggAACCMxbwFp7VEQ+7Zy7aKt1bTmAlTbjf817/52zHMe/1U7wfQQQQAABBBBAYJ4C1tprReT1Wzl6oty+LQewYhVsKCLbVfVgFcty8wSkbAQQQAABBBBAYFoBa+2HRWRJVc/P8/zItN/feH1VAWy8GZ+nIbc6InwfAQQQQAABBBolUJx+f1BE7nLO/VgVjaskgMVxvBRF0T2hQVEUXbi2trZaReMoAwEEEEAAAQQQWLTA+NQH731S1VarSgJYgCm9GfxNzrlXLxqL+hFAAAEEEEAAgSoErLVfFJHVrZx8v7EdlQWw8WZ8noasYqgpAwEEEEAAAQSaIGCt/QlVfWae5y+psj2VBbBwf3Q0Gv2gqr5tKyfDVtk5ykIAAQQQQAABBLYiEMfx+pt+qs42lQWwrXSO7yKAAAIIIIAAAn0SIID1abTpKwIIIIAAAgg0QoAA1ohhoBEIIIAAAggg0CcBAlifRpu+IoAAAggggEAjBAhgjRgGGoEAAggggAACfRIggPVptOkrAggggAACCDRCgADWiGGgEQgggAACCCDQJwECWJ9Gm74igAACCCCAQCMECGCNGAYagQACCCCAAAJ9EiCA9Wm06SsCCCCAAAIINEKAANaIYaARCCCAAAIIINAnAQJYn0abviKAAAIIIIBAIwQIYI0YBhqBAAIIIIAAAn0SIID1abTpKwIIIIAAAgg0QoAA1ohhoBEIIIAAAggg0CcBAlifRpu+IoAAAggggEAjBAhgjRgGGoEAAggggAACfRIggPVptOkrAggggAACCDRCgADWiGGgEQgggAACCCDQJwECWJ9Gm74igAACCCCAQCMECGCNGAYagQACCCCAAAJ9EiCA9Wm06SsCCCCAAAIINEKAANaIYaARCCCAAAIIINAnAQJYn0abviKAAAIIIIBAIwQIYI0YBhqBAAIIIIAAAn0SIID1abTpKwIIIIAAAgg0QoAA1ohhoBEIIIAAAggg0CcBAlifRpu+IoAAAggggEAjBAhgjRgGGoEAAggggAACfRIggPVptOkrAggggAACCDRCgADWiGGgEQgggAACCCDQJwECWJ9Gm74igAACCCCAQCMECGCNGAYagQACCCCAAAJ9EiCA9Wm06SsCCCCAAAIINEKAANaIYaARCCCAAAIIINAnAQJYn0abviKAAAIIIIBAIwQIYI0YBhqBAAIIIIAAAn0SIID1abTpKwIIIIAAAgg0QoAA1ohhoBEIIIAAAggg0CcBAlifRpu+IoAAAggggEAjBAhgjRgGGoEAAggggAACfRIggPVptOkrAggggAACCDRCgADWiGGgEQgggAACCCDQJwECWJ9Gm74igAACCCCAQCMEGh/ArLVPE5EPOee+sRFiNAIBBBBAAAEEGieQpumyqt6qqtfnef6WxjVwQ4MaH8CSJPlbY8zXi8jd3vufHg6Hw6aj0j4EEEAAAQQQqFfAWvtxEXlGqNV7f95wODxUbwumq63xAcxa+4CIPK7o1g3OuT3TdZGrEUAAAQQQQKDLAkmSvNsY8+JxHwlgFYx2HMdLURTdUxT1gPf++1kFqwCWIhBAAAEEEOiIgLX2t0TkRSLyT6r6pjzPf6XpXWv8ClgAtNZ+UkR+oMB8uXPu5qbD0j4EEEAAAQQQqEfAWvsPIvIIETnsnFuqp9at1dKKABbHcRxF0W5V/WCe53dvrct8GwEEEEAAAQS6JBDH8bbBYPDKLMt+qS39akUAawsm7UQAAQQQQAABBCYRIIBNosQ1CCCAAAIIIIBAhQIEsAoxKQoBBBBAAAEEEJhEgAA2iRLXIIAAAggggAACFQoQwCrEpCgEEEAAAQQQQGASAQLYJEpcgwACCCCAAAIIVChAAKsQk6IQQAABBBBAAIFJBAhgkyhxDQIIIIAAAgggUKEAAaxCTIpCAAEEEEAAAQQmESCATaLENQgggAACCCCAQIUCBLAKMSkKAQQQQAABBBCYRIAANokS1yCAAAIIIIAAAhUKEMAqxKQoBBBAAAEEEEBgEgEC2CRKXIMAAggggAACCFQoQACrEJOiEEAAAQQQQACBSQQIYJMocQ0CCCCAAAIIIFChAAGsQkyKQgABBBBAAAEEJhEggE2ixDUIIIAAAggggECFAgSwCjEpCgEEEEAAAQQQmESAADaJEtcggAACCCCAAAIVChDAKsSkKAQQQAABBBBAYBIBAtgkSlyDAAIIIIAAAghUKEAAqxCTohBAAAEEEEAAgUkECGCTKHENAggggAACCCBQoQABrEJMikIAAQQQQAABBCYRIIBNosQ1CCCAAAIIIIBAhQIEsAoxKQoBBBBAAAEEEJhEgAA2iRLXIIAAAggggAACFQoQwCrEpCgEEEAAAQQQQGASAQLYJEpcgwACCCCAAAIIVChAAKsQk6IQQAABBBBAAIFJBAhgkyhxDQIIIIAAAgggUKEAAaxCTIpCAAEEEEAAAQQmESCATaLENQgggAACCCCAQIUCBLAKMSkKAQQQQAABBBCYRIAANokS1yCAAAIIIIAAAhUKEMAqxKQoBBBAAAEEEEBgEgEC2CRKXIMAAggggAACCFQoQACrEJOiEEAAAQQQQACBSQQIYGdQstZe5Jy7YxJMrkEAAQQQQKDPAmmarqjqNufc3j47TNJ3AtgZlNI0vUxVX6GqP5nn+ZFJULkGAQQQQACBvgkU/16+S0TOFpHrnHNv6JvBNP0lgE2gZa39koi803v/zuFweHSCr3AJAggggAACvRHYsWPHLu/9naHDqnpLnucrven8jB0lgE0Al6bpa1T1dar65jzPXzXBV7gEAQQQQACBXgiUw5eIHHHOxb3o+BY7SQCbEDBN08+o6jer6sV5nt874de4DAEEEEAAgc4KxHEcR1H0XhG5UEQOe+9XhsPhoc52uMKOEcCmwLTWfkVEvPc+5lbkFHBcigACCCDQSYEkSQ4YYy4JnYui6MK1tbXVTnZ0Dp0igE2BWmwwvC0ssXrvdw2Hw+EUX+dSBBBAAAEEOiNgrd0jItcXHbrBORf+m8+EAgSwCaHGlxWP2IZJdtR7v0wImxKQyxFAAAEEWi9QXvkSka865x7b+k7V3AEC2AzgaZo+T1XfLyKfc849dYYi+AoCCCCAAAKtFNiw6f5YFEXL3HqcfigJYNObrX+j2A/2GGPMh0ej0dWshM0IydcQQAABBFojEMfxUhRFB0RkuzHmrizLdrWm8Q1rKAFsxgFJkuR8Y8ytIvIEVT2oqrsJYTNi8jUEEEAAgcYLFPug3xjCV2isMeaKLMv2N77hDW0gAWwLA1OEsI8Up/5+1Xv/dB6/3QIoX0UAAQQQaKRAmqbL4YBVERnv9bqG1w1tbagIYFvzC7ciPyoiFxXFcC98i558HQEEEECgWQJF+PrQuFUhiBV3fXgzzBaGigC2BbzxV4snI/eVJueL8zz/jQqKpggEEEAAAQQWJrAxfInIPufclQtrUIcqJoBVNJhJkvyCMeY1xe3I+1X1+Xme311R8RSDAAIIIIBArQJxHG8bDAYHVPWCUDErX9XyE8Aq9CwezQ0bFJ8SiuVU4ApxKQoBBBBAoDaBEL6MMfvHp9yH1ww555Zqa0APKiKAVTzISZL8pDHmzcVTIseMMStZloVHdvkggAACCCDQeIHi/Y7h362d45WvPM9XGt/wljWQADaHAdvknjlPi8zBmSIRQAABBKoV2Bi+ihdsh1fvseG+WmohgFUMOi6uuB15cPzILrcj5wRNsQgggAAClQgUh6yGl2mfLSJ/LyLHvfdLnHFZCe9JhRDA5uO6Xmo4tE5EXlpsYDzmvY/5KWKO4BSNAAIIIDCTwCZ3bj6vqlfxMNlMnBN9iQA2EdPsF214W/yR4qcJlnJnJ+WbCCCAAAIVCmxY+Vp/gOz48eOHWDCoEHmToghg8/WV8CRJFEUfGz8ZyZMkcwaneAQQQACBiQXK73YsvnS9c+61ExfAhTMLEMBmppv8i8V+sPC+rPX3Z4kIK2GT83ElAggggMAcBJIkCS/Uvl1EnhyKZ6/yHJBPUyQBrCbvjQfahWp5kWlN+FSDAAIIIPAwgWLl6w4ReTzhazGTgwBWo3txO3K3iFw/rpYQVuMAUBUCCCCAQNgaE0dRFJ52XL8ro6o78zy/F5p6BQhg9XqPJ34IYVeXqn6Ocy4sA/NBAAEEEEBgbgLFbcdwRNL4kNXX5Xn+K3OrkIJPKUAAW9DkSJLkQOkVD19xzoVzV/gggAACCCAwN4E0TVdL73Y8mOf58twqo+DTChDAFjRBituRbxORK4omhHPCOPBuQeNBtQgggEDXBZIkCe92vLzo57u899dy1MTiRp0Atjj79ZrLP42EpyONMXuyLAtPTPJBAAEEEECgEoEkSf5D+PdFRLwx5h7v/eV5nh+ppHAKmUmAADYTW7VfstaGPWE3lkq9yTkXfo0PAggggAACWxKw1n5YRJ5TFPIi59ytWyqQL1ciQACrhHHrhYRHgsNPJ6V9YbzAe+uslIAAAgj0WqB02/GwiPweh6w2ZzoQwJozFuF25LKq3jJ+gbeqHlTV3bwItUGDRFMQQACBlgiUwteLvPcfZb9XswaOANas8ZBwav5oNFopbZT8RBRFr19bWwtntvBBAAEEEEDgjALW2o+KyEUiss85d+UZv8AFtQsQwGonn6zCDfvCjkVRtEwIm8yOqxBAAIG+CqRpuqKqrxeRRxa3HAlfDZ0MBLCGDkxo1oY31B9T1adzWnGDB4ymIYAAAgsUsNaGsPU2Y8xfeu+vz/P8dxbYHKo+gwABrOFTpAhh4ViKcGoxZ4U1fLxoHgIIILAIAWttWPUK50reqapv5If1RYzCdHUSwKbzpblChQAADEFJREFUWsjV4dBWY8zeKIq+N8uyJy2kEVSKAAIIINBYgSRJfjbP899sbANp2EkCBLCWTIrw8lQROcpTLC0ZMJqJAAIIIIDAaQQIYEwPBBBAAAEEEECgZgECWM3gVVZXPCm5zTkXXi/BBwEEEECg4wJJkpxrjPkvIvIF59wLOt7dTnePANbi4S1e6P0JEbnbOfeKFneFpiOAAAIInEFgw/FEX4mi6BKOJ2rvtCGAtXfs1lturb1KRN5hjPkiG/RbPpg0HwEEEDiFQJIkB8avqjPG3BUO7OYtKe2eLgSwdo/feuvTNP1VVf2l8Pix9/5K/lB2YFDpAgIIIPDQeZDboij6DRF5bgApwtcyD2S1f3oQwNo/hut/QAeDwbNU9TYROeK9D384D3Wga3QBAQQQ6K1A8Xf7AVW9oEC4yTm3u7cgHes4AaxDA5qm6YtV9S0i8hgRucY5t7dD3aMrCCCAQG8EilcKhQesthedvoEHrro1/ASwbo3neLn6rSISXknxOefcUzvWRbqDAAIIdFqgCF/7Sp1k5auDI04A6+Cghi5Zaz8uIs8QkftE5E3OuVs72lW6hQACCHRCoNjvFW4xXh86FPZ7ee+HqrqbPV+dGOKHdYIA1r0xXe9RODl/MBjcoapPLLp4k/d+P3vDOjrgdAsBBFotELaQeO8vGj/pGPbzOufCG1D4dFSAANbRgR13y1r7ThF5voicXfwa+wg6PuZ0DwEE2iNQrHqFvV5Xj1tdPOkYVr14mKo9Qzl1SwlgU5O17wvW2k+KyA+UWn7Yex/OkOEPd/uGkxYjgEBHBNI0XVbV8LDUeKP9+JgJzvjqyBifrhsEsB4McuhiuCUZRVG+obvXOefe0BMCuokAAgg0RmDHjh27wraQUvg6JiLh7+SbG9NIGjJXAQLYXHmbV7i19o0i8osbVsN2scGzeWNFixBAoJsCG14pJKp6UFX3cFeim+N9ql4RwPo13id6W+wNe2nxC8dUNRz2x5M2PZ0PdBsBBOYvEMfxUhRFB8q3HEXkBu/9Xn4Inr9/02oggDVtRGpsz8afwkQk7A1jNazGMaAqBBDovkDYaG+M2V96wjF0+pgxZiXLshDI+PRQgADWw0EvdznsQ1DVm0vHVYj3/jyWwns+Meg+AghUImCtDU84hrO9xk+i/4OI/N/ih10ehKpEuZ2FEMDaOW6Vtrp4DHpFRG4c35IUkb289qJSZgpDAIGeCSRJEla9Li/9vTo0xuwdjUarw+Fw2DMOurtBgADGlFgX2OSlr2Fj6C3FxlD+omCeIIAAAhMKFE+dr5b2en1ZRK5yzt0+YRFc1gMBAlgPBnmaLm74iS18NTwavZdNotMoci0CCPRVIE3TX1PVnxKRJwQDDlXt60w4c78JYGc26t0VxZM64XyanaXOs2G0dzOBDiOAwKQCm9xFOOS9v0JEwt3Go5OWw3X9ESCA9Wesp+5pcVDgnRu+uM97/wr+Qpmaky8ggEBHBZIkOd8Y85HSRvtPOeee1tHu0q2KBAhgFUF2uZg0TVdV9YJxH9kb1uXRpm8IIDCNQJqmK6q6r/SdO5xzz56mDK7tpwABrJ/jPlWvSy+LDU9Kjh+lDnvD9oRXabAaNhUnFyOAQAcEir8X3yYi4TZj+HzFGHN1lmVh+wYfBM4oQAA7IxEXjAWKvWHhyZ5xCFv/LWPMFfylwzxBAIG+CKRpepmIvLR0Z+A2Efmoc+7WvhjQz60LEMC2bti7EtI0XQ7HU4TTK4owFlbD9nvvw7vM2GzauxlBhxHoj4C1dq+IXF30+H7v/cUcXN2f8a+ypwSwKjV7VtYpNum/y3v/bv5C6tlkoLsIdFyg+MEzhK9vUNW3DQaDP1pbWwt3BPggMJMAAWwmNr40FihuS75KRJ5UOrZifX+Ycy78ZcUHAQQQaKVAsc8rbKj/nuJ1QveHW48cqNrK4WxcowlgjRuSdjao+IsqvO+s/M6zz3nvL+OVG+0cU1qNQJ8FkiR5rjEmHCURbjc+ICIfYJtFn2dE9X0ngFVv2usSQxAzxoT3n11SQBxzzm3rNQqdRwCBVglYa19dBK9Hisg7ReRW59x9reoEjW28AAGs8UPUzgaGW5ODwWCvqv6Tc+6Z7ewFrUYAgT4KJElybp7n9/ax7/S5PgECWH3WvasprIaFTvNkZO+Gng4jgAACCJxBgADGFEEAAQQQQAABBGoWIIDVDE51CCCAAAIIIIAAAYw5gAACCCCAAAII1CxAAKsZnOoQQAABBBBAAAECGHMAAQQQQAABBBCoWYAAVjM41SGAAAIIIIAAAgQw5gACCCCAAAIIIFCzAAGsZnCqQwABBBBAAAEECGDMAQQQQAABBBBAoGYBAljN4FSHAAIIIIAAAggQwJgDCCCAAAIIIIBAzQIEsJrBqQ4BBBBAAAEEECCAMQcQQAABBBBAAIGaBQhgNYNTHQIIIIAAAgggQABjDiCAAAIIIIAAAjULEMBqBqc6BBBAAAEEEECAAMYcQAABBBBAAAEEahYggNUMTnUIIIAAAggggAABjDmAAAIIIFC5QBzH24wx1+V5/qrKC6dABDogQADrwCDShWoFwj8cURT9tYjcLyKPEpEbvPd3DIfDYbU1URoC3RNIkuTnoih6rqpeUPTuOc6527vXU3qEwNYECGBb8+PbHRSw1v6EiPzuxq55788ZDodHO9hluoRAJQLW2k+JyHki8ohSgW9yzr26kgooBIEOCRDAOjSYdKU6AWvtXhG5SES+NZRqjPlilmVPqq4GSkKgewLW2k+IyA8XPftHY8yQPzfdG2d6VI0AAawaR0rpoEAcx3EURb8iIn8TRdHH1tbWVjvYTbqEQGUCxe37Nxhj7h+NRm9nxbgyWgrqoAABrIODSpcQQAABBBBAoNkCBLBmjw+tQwABBBBAAIEOChDAOjiodAkBBBBAAAEEmi1AAGv2+NA6BBBAAAEEEOigAAGsg4NKlxBAAAEEEECg2QIEsGaPD61DAAEEEEAAgQ4KEMA6OKh0CQEEEEAAAQSaLUAAa/b40DoEEEAAAQQQ6KAAAayDg0qXEEAAAQQQQKDZAgSwZo8PrUMAAQQQQACBDgoQwDo4qHQJgc0EkiR5bRRFkff+D1T1Pl4Ts5h5El7XIyLboihaCf9fVbcZY75bREbOuaXFtIpaEUCgbgECWN3i1IfAggTSNL1MVX9KRL5DRLaLyJ0i8rvGmL8cjUbD4XB4aEFN62y14X2ig8Fgl6rGIWyJyK7i/3+9iDx6k44/2zl3R2dB6BgCCJwQIIAxGRDokUBYfRkMBs8SkR9XVSsiYeVl4ycTkS+JSPj9AyE8GGMeUNVHGGOGxpiRqv5JFEX/cPz48RDa1ld0+hjgduzYsct7v2SMWQ6I3vujxpgnisg/K1zCL599iil2JHh674eDwWB/WAkbjUarrEz26A8kXe21AAGs18NP5/sukCTJuVEUPdV7r4PB4H95768TkWfM6HJMRI6q6moR1A6FlbWzzjpr2/Hjx48OBoMQ5I6G0Na0kBFWqkJgGgwGjwuBSVUfX9weDOFqlzHmkKqG24NDEQnXnipUnYrusIjsFJHPG2PeOhqNggErjjNONL6GQBcECGBdGEX6gECFAtbai4wxX6eqjxKRm4vVsMcUKzoheHy5+N/h12b+GGPuKlaMwqraUlgBEpHVIsSFsPYoY8w3FitL4Zo/CytLzrk9Gyst9lVJCHZxHC9tDDfF78dRFD3ae/+1KIrWV6xE5N+UbsnO3JcNX/yUMeZ4WNkKwc17fyDc392sXVVVSDkIINA+AQJY+8aMFiOwMIEQZIqQE8KSnHXWWSE4xd77bwihQ0RuFJG/EpGwkjSXj6ruzPP83nLh1tpbReRbReQRIvLkIiSGSx5bXDfNitX9IvK3YcUqhERV/eci8tniVmzYu/WdxUpYWOkLq1hHw4rWuD0hbM2l4xSKAAKdEiCAdWo46QwCixcIt/PCE35RFK0Wm8+Peu9XjDHhv8Mtva8zxnxT8b/Drb043LaMoij8/wtE5IiqHoqiKDwhOC4jPCm4vlLmvf/5jQEs9DpJkvPD04TGmEer6ngf1j+p6iMHg8He0Wj0g8aYZ4rI/w5BzRgTFfvg3iciIWT9N+/9/wyB6nQhKvSPkLX4eUYLEGi7AAGs7SNI+xFoqcB4NW3c/I3/3dJu0WwEEEBgIoH/B75Bq42sOdK9AAAAAElFTkSuQmCC", + "e": 1 + }, + { + "id": "image_6", + "w": 738, + "h": 265, + "u": "", + "p": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAuIAAAEJCAYAAADRiELjAAAfoElEQVR4Xu3dTXLWxroH8KffDHJmOCvAWQFmQuwR3BVAVoCzA7KCy11BkhVAdkBWcDgjEyaYHTg7cGZhcKxbkj/w96vPVy3p56pTcAqp1f17RNU/XeLpFH4I1BAoPsVW/BOvYhXPqsuLOIyIo+rXf8VhehzHNYZxCQECBAgQIECAwJlAIkHgPoHiILYj4nWkeBERD+659u9IcXgloEccpb04IkyAAAECBAgQIHBTQBD3VtwqUBzEs1jF6yjiaWeiFP+JkyqQl/97X/4qoHdWNQABAgQIECAwcQFBfOIF7HP6Z5+fvIgUryPiYZ9j3zrW9YD+TRynJ9UnL34IECBAgAABArMXEMRnX+L1Czz7/GQ/Urxa8/nJ+sH6ueLzxffnqziMFEcCej+wRiFAgAABAgTyERDE86nFxmdSfX4SUQbwlxt/eLsHfg3op5+5lJ+4lJ+6+CFAgAABAgQITE5AEJ9cybpPuDiI/VjFfi/ff3efTh8j/FXumsfJ6ffnAnofpMYgQIAAAQIEhhYQxIcWzmT86vvvL7EfUX1+Mvz333ms+2tAT3Gs1WIeRTELAgQIECBA4FRAEJ/5m9Cg/eDMJa4s72arRb3Ql1R/ayVAgAABAlkICOJZlKH/SVTff5/+48vn/Y8+2xG/BvSiOqBIq8XZltrCCBAgQIDA+AKC+Pg16HUG1fffm2o/2OvMMx9ML/TMC2R6BAgQIEBgegKC+PRqdmPGGbYfnIFqzSWUAb3cPS/iMLRarInmMgIECBAgQKAUEMQn/B4UH2Mn/huvJtR+cMLajaeuF3pjMjcQIECAAIFlCQjiE6x38We8qLqf9HH8/ATXP/Epf46yg4tWixMvo+kTIECAAIHuAoJ4d8ONjLDQ9oMbsc3kIXqhZ1II0yBAgAABApsSEMQ3Jd3yOdX336fdT8oe4A9aDuO26QqcBvTyG/TysKLyV60Wp1tNMydAgAABApcEBPFMXwftBzMtTD7T0gs9n1qYCQECBAgQaCUgiLdiG+6ms/aD5Q74o+GeYuRZC2i1OOvyWhwBAgQIzEdAEM+gltX33/9U3U/KAO7zkwxqMsspCOizLKtFESBAgMB0BQTxEWun/eCI+B59WUCrRe8DAQIECBAYQUAQHwFd+8ER0D2yjYCA3kbNPQQIECBAoKaAIF4TqutlZ5+fvHD8fFdJ92cgoNViBkUwBQIECBCYvoAgPnANtR8cGNjwOQncCOhaLeZUHnMhQIAAgdwEBPGBKlK1Hyx7f6d4OdAjDEtgKgJaLU6lUuZJgAABAhsVEMR75tZ+sGdQw81Z4GZAjzhKe3E050VbGwECBAgQOBcQxHt4Fy61HyxPv3zYw5CGILBsAa0Wl11/qydAgMBCBATxDoWuvv+OeO3zkw6IbiXQROB6QP8mjtOTOGwyhGsJECBAgEAuAoJ4i0poP9gCzS0EhhXQanFYX6MTIECAwAACgnhNVO0Ha0K5jEBeAlcD+kkcp714n9cUzYYAAQIEliogiK+p/NnnJ2X3E8fPL/VviXXPUUAv9DlW1ZoIECAwMQFB/I6CaT84sTfZdAn0I/A1oKc4jiIO9ULvB9YoBAgQIHBTQBC/ZlK1H1zFfhTx1AtDgACBMwG90L0KBAgQINC7gCAeEdoP9v5eGZDAUgS+BvQijiOq78/1Ql9K9a2TAAECHQUWHcQvtR98EREPOlq6nQABAl8F9EL3NhAgQIDAGoFFBvHq++9VvPb5ib8fBAhsXOByQF/FYaQ40gt941XwQAIECGQhsKggfnb8/GunX2bx7pkEAQJXBfRC90YQIEBgYQKzD+LaDy7sjbZcAvMT+BxlB5eT0+/Pz75B1wt9fnW2IgIEFigw2yBefIyd+G+8cvz8At9qSyawDAG90JdRZ6skQGDGArML4toPzvhttTQCBOoInAb0sgd6uYOuF3odM9cQIEBgFIFZBPGq/eCX2I+oTr98OIqkhxIgQCBvAb3Q866P2REgsECBSQdx7QcX+MZaMgECfQucBvST0+/P9ULvm9d4BAgQuFtgkkG8aj+Yqt3v54pLgAABAgMJ6IU+EKxhCRAgcCowqSCu/aDXlgABAlkIaLWYRRlMggCBqQtkH8QvHT9f7oA7/XLqb5z5EyAwZwEBfc7VtTYCBHoXyDaIaz/Ye60NSIAAgbEEtFocS95zCRDIWiC7IF78GS+q7idFPM1azuQIECBAoKuAgN5V0P0ECExaIIsgrv3gpN8hkydAgEDfAlot9i1qPAIEshQYNYhX7QdPu5+UPcB9/53lK2JSBAgQyEbgZkCPOEp7VdtFPwQIEJicwChBXPvByb0nJkyAAIG8BbRazLs+ZkeAwK0CGw3iZ+0Hyx3wR+pBgAABAgQGF7ge0L+J4/QkDgd/rgcQIECghsDgQfxS+8Hy8xPHz9coiksIECBAYHABrRYHJ/YAAgTWCQwWxC8dP/9y3ST8OQECBAgQyETgakA/ieO0F+8zmZtpECAwM4Heg7j2gzN7QyyHAAECBEoBrRa9BwQI9C7QSxA/+/zkRaR47fOT3mtkQAIECBDIV+BrQE9xHEUcxr/iMD2O43ynbGYECOQi0CmIaz+YSxnNgwABAgQyE9ALPbOCmA6BHAVaBfGq/WDZ+zuF779zrKo5ESBAgECuAl8DelHtmpffn+uFnmu1zIvAwAKNgrj2gwNXw/AECBAgsFwBvdCXW3srX6zA2iCu/eBi3w0LJ0CAAIEcBC4H9FUcRoojvdBzKIw5EOgucGcQv9R+8IXj57tDG4EAAQIECPQsoBd6z6CGI7BpgRtBvPr+exWvo4inm56M5xEgQIAAAQKdBT5H2cHl5PT787Nv0PVC78xqAAL9C1RBXPvB/mGNSIAAAQIEMhPQCz2zgpgOgVQcxOtI8crnJ14GAgQIECCwSIHTgF72QC930PVCX+RLYNHjCJRBvGxD+Gacx3sqAQIECBAgkKmAXuiZFsa05iNw+mmKMD6filoJAQIECBAYVuA0oJ+cfn+uF/qw2Eaft8DFP9YUxuddaKsjQIAAAQKDC+iFPjixB8xL4ErXlOJD9a34L/NaotUQIECAAAECowqUAb08SbT8/lwv9FFL4eF5CdzWvvCto+vzKpLZECBAgACBmQrohT7TwlpWPYFbD/QpDkIYr+fnKgIECBAgQKB/Aa0W+zc1YoYC952sKYxnWDBTIkCAAAECCxYQ0Bdc/Dku/c4gXi62+BDvIuL5HBduTQQIECBAgMBsBLRanE0pl7WQ+4P4p9iKL9URuY+WxWK1BAgQIECAwAwEBPQZFHHOS7g3iFe74sL4nOtvbQQIECBAYJkCWi0us+6ZrXptEBfGM6uY6RAgQIAAAQLDCVwP6N/EcXoSh8M90MhLFqgVxC+F8fJFfLhkMGsnQIAAAQIEFimg1eIiyz7somsH8SqMf4ydOKm+GX8w7LSMToAAAQIECBCYhMDVgH4Sx2mvykp+CKwVaBTEhfG1ni4gQIAAAQIECJQCWi16D9YKNA7iwvhaUxcQIECAAAECBO4SuBHQ419xmB7HMbLlCbQK4pfC+KflkVkxAQIECBAgQKB3Aa0WeyfNf8DWQbwK4wexHyne5L9MMyRAgAABAgQITFLga0Avql3z8vvzo7QXR5NcjUlfEegUxIVxbxMBAgQIECBAYCQBvdBHgu/vsZ2DuDDeXzGMRIAAAQIECBDoLHA5oK/iMFIc6YXeWXWQAXoJ4lUY/xCvIuKXQWZpUAIECBAgQIAAga4CeqF3Fez5/t6C+NnO+NtI8bLnORqOAAECBAgQIEBgOIGvAT2qb8/Lb9D1Qh/O+2LkXoO4ML6BinkEAQIECBAgQGAzAnqhD+zcexAXxgeumOEJECBAgAABAuMKnAb0Ig7L3fPqV73QW1VkkCBehfEP8S4inrealZsIECBAgAABAgSmJqAXesOKDRfEP8VWfKm+L3rUcE4uJ0CAAAECBAgQmI/AaUA/Of3+XC/0r4UdLIhXu+LC+Hz+ClkJAQIECBAgQKBvgYX3Qh80iAvjfb+txiNAgAABAgQILECgDOjlSaLl9+cz7oU+eBC/FMbLD/ofLuDVsUQCBAgQIECAAIFhBGbVC30jQbwK4x9jJ06qb8YfDFMXoxIgQIAAAQIECCxUYJKtFjcWxIXxhf61sGwCBAgQIECAwHgCWQf0jQZxYXy8t9CTCRAgQIAAAQIELgSyaLW48SB+KYx/8jIQIECAAAECBAgQyEhgowF9lCBehfGD2I8UbzKCNxUCBAgQIECAAAECtwtca7WY9qp/+9jpZ7QgLox3qpubCRAgQIAAAQIExhT4Nr5Lj+O4yxRGDeLCeJfSuZcAAQIECBAgQGA0gSL+p+uu+OhBvArjH+JVRPwyGqQHEyBAgAABAgQIEGgiMJcgfrYz/jZSvGyyftcSIECAAAECBAgQGEWgiJ/SXrzt8uwsdsTPF1AchDDepZruJUCAAAECBAgQ2IxAEf+X9uJ1l4dlFcTtjHcppXsJECBAgAABAgQ2JjDHIF6F8Q/xLiKebwzSgwgQIECAAAECBAg0EUjxn/RDPGtyy/Vrs9sRr4L4p9iKL1VvxkddFudeAgQIECBAgAABAoMIzDWIC+ODvC4GJUCAAAECBAgQ6E/gc9qNnS7DZbkjfr4gO+NdSuteAgQIECBAgACBIQXSbnTK0p1uHnJh18L4YUQ83MTzPIMAAQIECBAgQIBAHYHZB/ESofgYO3FSfTP+oA6KawgQIECAAAECBAgMLrCKx+lJlBvGrX6y3xG/2BkXxlsV2E0ECBAgQIAAAQIDCXQ8XXMyQdzO+EAvkGEJECBAgAABAgTaCSwpiF8K45/aabmLAAECBAgQIECAQE8CHQ/1mdSO+DlZcRD7keJNT4SGIUCAAAECBAgQINBcYIlBvNoZF8abvyzuIECAAAECBAgQ6FPgt7Qbr9oOOMkdcTvjbcvtPgIECBAgQIAAgd4EOp6uOekgXu2Mf6j+K+SX3kANRIAAAQIECBAgQKCOwNKDeBXGD+JtpHhZx8s1BAgQIECAAAECBHoS+DvtxlbbsSa/I36+cGG87SvgPgIECBAgQIAAgbYCXU7XnE0QtzPe9vVxHwECBAgQIECAQFsBQfySXPEh3kXE87aY7iNAgAABAgQIECBQW6DDoT6z2hGvdsU/xVZ8ifcR8ag2oAsJECBAgAABAgQItBEQxK+qCeNt3iL3ECBAgAABAgQINBYo4qe0F28b3xcRs9sRP0cQxtu8Du4hQIAAAQIECBBoJNDhdM3ZBvES8CyMH0bEw0agLiZAgAABAgQIECBQR0AQv1up+Bg7cVJ9M/6gjqVrCBAgQIAAAQIECDQQ+CPtxosG119cOusd8fNVCuNtXg33ECBAgAABAgQIrBXocLrmIoJ4CSiMr32NXECAAAECBAgQINBc4HPajZ3mt834H2vehnEWxj+1gXIPAQIECBAgQIAAgdsE2h7qs5gd8XO04iD2I8UbrxEBAgQIECBAgACBPgQE8QaKwngDLJcSIECAAAECBAjcL1DE92kvjpoyLW5H3M5401fE9QQIECBAgAABAvcKtDxdc7FBvMQsPsSriPjFq0WAAAECBAgQIECgtYAg3o6uOIi3keJlu7vdRYAAAQIECBAgQCB+Trvxa1OHRe+In2MJ401fG9cTIECAAAECBAhcCLQ8XVMQPxMUxv1lIkCAAAECBAgQaCnwW9qtPnlu9COIX+IqPsS7iHjeSNDFBAgQIECAAAECyxZoebqmIH45iH+KrfgS7yPi0bLfJqsnQIAAAQIECBCoLSCI16a698JCGO8H0igECBAgQIAAgeUI/JV2Y7vpcu2I3yImjDd9jVxPgAABAgQIEFi2QJvTNQXxO96ZszB+GBEPl/1aWT0BAgQIECBAgMA6AUF8nVDDPy8+xk6cVN+MP2h4q8sJECBAgAABAgSWJNDiUB874mteEGF8SX+DrJUAAQIECBAg0FJAEG8JJ4wPA2dUAgQIECBAgMBSBFL8mH6oWmHX/rEjXpPqbGf8U83LXUaAAAECBAgQILAkgRanawriDV6Q4iD2I8WbBre4lAABAgQIECBAYAkCgvjwVRbGhzf2BAIECBAgQIDABAX+SLvxosm87Yg30Tq7VhhvgeYWAgQIECBAgMCcBVqcrimIt3whig/xKiJ+aXm72wgQIECAAAECBOYkIIhvtprFQbyNFC83+1RPI0CAAAECBAgQyFGg6aE+dsQ7VlEY7wjodgIECBAgQIDATAQE8REKKYyPgO6RBAgQIECAAIHcBIr4Pu3FUd1p2RGvK7XmuuLPeB9FPO1pOMMQIECAAAECBAhMTaDh6ZqCeE8FLj7FVnyJ9xHxqKchDUOAAAECBAgQIDAlAUF8vGoJ4+PZezIBAgQIECBAIAOBn9Nu/Fp3HnbE60rVvE4YrwnlMgIECBAgQIDA3AQanq4piA/wApyF8fJD/QcDDG9IAgQIECBAgACBHAUE8TyqUnyMnTipvhkXxvMoiVkQIECAAAECBIYVaHiojx3xAcshjA+Ia2gCBAgQIECAQG4CgnheFRHG86qH2RAgQIAAAQIEBhT4K+3Gdt3x7YjXlepwXXEQzyLFvzsM4VYCBAgQIECAAIEJCDQ5XVMQ31BBi4PYjxRvNvQ4jyFAgAABAgQIEBhBQBAfAb3OI4XxOkquIUCAAAECBAhMWGAVj9OTOKyzAjvidZR6vEYY7xHTUAQIECBAgACB3AQanK4piI9QvOIgXkeK/x3h0R5JgAABAgQIECAwpECKH9MP8a7OIwTxOkoDXFMcxNtI8XKAoQ1JgAABAgQIECAwlkCDQ30E8bGKFBHC+Ij4Hk2AAAECBAgQGEJAEB9CdZgxhfFhXI1KgAABAgQIEBhFoIjf017s13m2HfE6SgNfU/wZ76OIpwM/xvAECBAgQIAAAQJDCzQ4XVMQH7oYNcYvPsVWfIn3EfGoxuUuIUCAAAECBAgQyFVAEM+1MnfPSxifXs3MmAABAgQIECBwm0DdQ33siGf0/gjjGRXDVAgQIECAAAECLQUE8ZZwY992FsaPIuLB2HPxfAIECBAgQIAAgRYC38Z36XEcr7vTjvg6oRH+vPgYO3FSfTMujI/g75EECBAgQIAAgU4CNU/XFMQ7KQ93szA+nK2RCRAgQIAAAQKDCgjig/JuZHBhfCPMHkKAAAECBAgQ6FegiJ/SXrxdN6gd8XVCI/95cRDPIsW/R56GxxMgQIAAAQIECNQVqHm6piBeF3TE64qD2I8Ub0acgkcTIECAAAECBAjUFRDE60pN4zphfBp1MksCBAgQIECAQNQ81MeO+ITeleqb8f/GVkT1ucpWpNiJovr/TuScUB1NlQABAgQIEJi5gCA+8wJfW15xENsRsX0RzlfxTEhf1jtgtQQIECBAgEA2Ap/Tbuysm40d8XVCM/jzW0N6ua4ins5geZZAgAABAgQIEMhOoM7pmoJ4dmXb7ISqkzz/qf6L7euOevnZi5C+2UJ4GgECBAgQIDArAUF8VuXc/GJuhPQyrK9iO4oquDv1c/Ml8UQCBAgQIEBgKgKreJyexOF907UjPpViZjjPqsf5Krbi5GxHXUjPsEqmRIAAAQIECIwiUON0TUF8lMrM/6FVSD/9udzhpfz85eH8V2+FBAgQIECAwOIFBPHFvwJZAtzRhlFIz7JaJkWAAAECBAi0EqhxqI8d8VaybhpK4CKkn/dI14ZxKGrjEiBAgAABAkMKCOJD6hp70wJ6pW9a3PMIECBAgACB1gJF/J72Yv++++2It9Z1Y04C2jDmVA1zIUCAAAECBOoccy+Ie09mL3BPSNeGcfbVt0ACBAgQIDCSQI1j7gXxkWrjsfkIaMOYTy3MhAABAgQIzEjg77QbW/etRxCfUbUtpX+BO0K6Di/9UxuRAAECBAjMTmDd6ZqC+OxKbkGbEtCGcVPSnkOAAAECBCYq8G18lx7H8V2zF8QnWlfTzlvgSkgvp6oNY94FMzsCBAgQIDCEwJpDfQTxIdCNSeAeAW0YvR4ECBAgQGAhAoL4QgptmbMQuAjpEeV36NtRHmyUYiuKeDqLBVoEAQIECBBYkkARP6W9eHvXku2IL+llsNZJC+iVPunymTwBAgQILFFgzemagvgSXwprnp3ARUhfxVacRNkffTtWsR1F9fsHs1uwBREgQIAAgSkICOJTqJI5EhhWQK/0YX2NToAAAQIE7hD4I+3Gi7t07Ih7bwgsXEAbxoW/AJZPgAABAsMJrDldUxAfjt7IBCYvIKRPvoQWQIAAAQLjCnxOu9Vnorf+COLjFsfTCUxWQBvGyZbOxAkQIEBggwL3na4piG+wEB5FYCkCt4b0cvHaMC7lFbBOAgQIEDgTEMS9CgQIZCOgDWM2pTARAgQIENiEQBHfp704uu1RdsQ3UQDPIECglsCNkK4NYy03FxEgQIBAxgL3nK4piGdcN1MjQOCqgDaM3ggCBAgQmJyAID65kpkwAQINBa6E9BRbkWInitiOiIcNh3I5AQIECBDoT+CeQ33siPfHbCQCBDIV0IYx08KYFgECBJYgIIgvocrWSIBAG4GLkH66g74Vq3hW/RrxqM147iFAgAABAtcEfku78eo2FTvi3hUCBAjcIaBXuleDAAECBDoL3HO6piDeWdcABAgsUUAbxiVW3ZoJECDQQkAQb4HmFgIECLQUENJbwrmNAAEC8xT4O+1Wnzze+LEjPs+CWxUBAhkLaMOYcXFMjQABAgMI3HW6piA+ALYhCRAg0FbgjpCuDWNbUPcRIEAgAwFBPIMimAIBAgS6CGjD2EXPvQQIEBhR4I5DfeyIj1gTjyZAgEBfAldCejmoNox90RqHAAEC3QUE8e6GRiBAgMAUBbRhnGLVzJkAgVkJpPgx/RDvrq/JjvisqmwxBAgQaCZwI6SXBxul2IoinjYbydUECBAgcKfAHadrCuLeGQIECBC4VUAbRi8GAQIEehIQxHuCNAwBAgQIxEVIX8VWnMRORGzHKrajqH7/ABEBAgQIXBH4I+3Gi+smdsS9JQQIECDQu4Be6b2TGpAAgSkL3HG6piA+5aKaOwECBCYooA3jBItmygQIdBMQxLv5uZsAAQIEhhcQ0oc39gQCBMYRuO1QHzvi49TCUwkQIECgoYA2jA3BXE6AQFYCgnhW5TAZAgQIEOhL4NaQXg6uDWNfxMYhQKCrQBHfp704ujyMHfGuqO4nQIAAgawFtGHMujwmR2A5ArecrimIL6f8VkqAAAEC1wRuhHRtGL0jBAgMJSCIDyVrXAIECBCYo4A2jHOsqjURGE3g57Qbv15+uh3x0WrhwQQIECAwZYErIT3FVqTYiSK2I+LhlNdl7gQIDCRwy+magvhA1oYlQIAAgeUKaMO43NpbOYF7BH5Lu/HKjrh3hAABAgQIjCRwEdJPd9C3YhXPql8jHo00JY8lQGATArcc6mNHfBPwnkGAAAECBGoI6JVeA8klBKYqIIhPtXLmTYAAAQJLF9CGcelvgPXPQOCvtFv9O5KLHzviM6iqJRAgQIDAsgWE9GXX3+qnI3D9dE1BfDq1M1MCBAgQINBKQBvGVmxuItC7gCDeO6kBCRAgQIDAdAXuCOnaME63pGaes8AqHqcncXg+RTviORfL3AgQIECAwIgC2jCOiO/R8xS4drqmID7PMlsVAQIECBAYVOCOkK4N46DqBp+8QIof0w/xzo745CtpAQQIECBAIE8BbRjzrItZZSBw7XRNO+IZ1MQUCBAgQIDAUgRuhPTyYKMUW1HE06UYWOeCBQTxBRff0gkQIECAQMYC2jBmXBxT60egiN/TXuyfD2ZHvB9WoxAgQIAAAQIDClyE9FVsxUnsRMR2rGI7iur3DwZ8tKEJ9Cdw7XRNQbw/WiMRIECAAAECIwnolT4SvMc2ExDEm3m5mgABAgQIEJi2QBXST3+eVd+jl9+lF9VR4w+nvTKzn6LA5UN97IhPsYLmTIAAAQIECPQioFd6L4wGaSAgiDfAcikBAgQIECCwTAFtGJdZ98FX/W18lx7HcfkcO+KDa3sAAQIECBAgMDeBW0N6uUhtGOdW6v7Xc+l0TUG8f14jEiBAgAABAgsW0IZxwcWvs3RBvI6SawgQIECAAAEC/QrcE9K1YeyXOufRfk678Ws5QTviOZfJ3AgQIECAAIFFCWjDuIByXzpdUxBfQL0tkQABAgQIEJi+wJWQrg3jdAsqiE+3dmZOgAABAgQIELguoA3jhN6JS4f62BGfUN1MlQABAgQIECDQVOAipJ8eZLQVq3hW/RrxqOlYru9BQBDvAdEQBAgQIECAAIGJC+iVPkoB/0q71cmu/rHmKPweSoAAAQIECBDIXOAipEcVGrej3FEvv03XK71z5c5P1/RpSmdKAxAgQIAAAQIEliWgV3q3egvi3fzcTYAAAQIECBAgcIeANoxrXo1VPE5P4tCOuL9CBAgQIECAAAECGxO4I6SXn7883Ngkxn7Q2emagvjYhfB8AgQIECBAgACBSmAxbRgFcW88AQIECBAgQIDAVATuCOnTbMN4dqiPHfGpvH3mSYAAAQIECBAgcKvA5NowCuLeZAIECBAgQIAAgbkL3AjpObRhLOL3tBf7dsTn/vZZHwECBAgQIECAwO076Z9iK/6JnapP+iZ7pZ+drimIezEJECBAgAABAgQIXBO46JW+iq04OQvrq9iOovr9g05ggngnPjcTIECAAAECBAgsWKBjr/S/025s2RFf8Atk6QQIECBAgAABAv0LVCH99OdZpNiK8rv0ovr85aJXenm6piDev70RCRAgQIAAAQIECNwqcN6GMe3F+/8HGnF2c0K8QlYAAAAASUVORK5CYII=", + "e": 1 + }, + { + "id": "image_7", + "w": 791, + "h": 239, + "u": "", + "p": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAxcAAADvCAYAAACACSnVAAAgAElEQVR4Xu3dCbSkZ13n8d//rUpkyXKRoMZIuuqphgEk5LLIlmTSiKAmeGgBkWWO6TiOAjPHRM+MOi5Dw3CEOHMkDMfAcUZoVBbZ7DgShSDcSJBFkdskgoNdb1UnhISweDth59bzn/O/81amcu3bd6tbt5ZvnZPTnb7v+7zP83neXn732Syl9CpJd5hZV9Jcr9db1P//LNXr9Ub879GjRxf6v9xoNBrdbjeu54MAAggggAACCCCAAAIIrAhYSulGSRes43HczBbdfb66bqn68e/M7Cx3j+CxlHNeqNfrc4NlDYYSzBFAAAEEEEAAAQQQQGB6BazVah3IOe83s8dIOkPSmZJul3T2EJp9Z5RlZle7+5eivJxzhJkIIEvdbrcfUobwKIpAAAEEEEAAAQQQQACB3RSwwYc3Go34R39MeVpsNBoroxQxEpFzjp/H9KiVqVDuvs/MnirptC1W/rikjqTPV6Mmt0p6sKQPS7pE0lXVVK2v93q99zEFa4vK3IYAAggggAACCCCAwAgF7hUutvLcCCG1Wq0RU6ZyzocjjLh7I+e8L8ozs8u2Uu7APRFE3i3pVEkPkPRPRVEczjk3c84fJHhsU5fbEUAAAQQQQAABBBAYksC2w8VG6hEjIrVarR82liJ8uPsD3L0p6dyqjCUz+4a737cKJVnSXZKeJekr1VSq+NKegWfeLelTOednnGiKVUrp6ggiy8vLsTB9bvWi9CinVqvNt9vtwxtpB9cggAACCCCAAAIIIIDA2gIjCRfD7IAIKmZ2rpldWhTFR3LO/87MvpJzfnun0/nQ4LNSSr7Gs2M0JNaWxOeYuy+aWUz9ijUgUX7X3Ut3LyKcVCMxh1ZNGYtBE9aMDLNzKQsBBBBAAAEEEEBgogUmLlxsRjuldFDSkyU9beC+r25jrcjg42P73v9jZgdzzss5588xRWszvcO1CCCAAAIIIIAAAtMmMNXhot9Z1UL1uTizY3l5Oc7xaAyuDTGzGIFYma5VFEVM2bp4kx0d07dip62VkRBJZSxIl5TM7JvuHgvlPy3pQjP7FUnflHSfXq/3l4x+bFKayxFAAAEEEEAAAQTGVmAmwsVW9GOh+sBOWStFRAiJhesRQswsds86fytlD9zzMUl/6e5nm9kpku5097eY2Rk555sJHtvU5XYEEEAAAQQQQACBkQoQLrbBHSeVxxqNoihia957Rj/M7JwqMPxAv3h3/5q7f7EaGYnF6suSHl99vb/+o395jITcIuktOefXETK20UncigACCCCAAAIIIDAyAcLFyKhP/qD+QvWiKB7h7k+PLXclxQ5bXyrL8oVjUk2qgQACCCCAAAIIIIDAmgKEC14OBBBAAAEEEEAAAQQQGIoA4WIojBSCAAIIIIAAAggggAAChAvegZEIxPqUoih+NXbMkvS3kr63LMtLR/JwHoIAAggggAACCCAwEgHCxUiYeUhK6SWSfm+VxG1lWd6z6B0lBBBAAAEEEEAAgckWIFxMdv9NTO1TSq+SFCMX/c/XJH2jLMsHTUwjqCgCCCCAAAIIIIDASQUIF7wgIxHoH2QYW/fWarWf6vV6/40tdkdCz0MQQAABBBBAAIGRCRAuRkbNgxBAAAEEEEAAAQQQmG4BwsV09y+tG4FAnOYuqctIzAiweQQCCCCAAAIIjLUA4WKsu4fKTYJASulqSVdIOi7pTDO7oV/vnHPXzC6TdMzMDrr7nKQ42T0+car7x83s1F6vtxjpJKaPEVImodepIwIIIIAAAgicSIBwwXuBwDYFUkoHJb10m8XE7RFOIoxE6FAVRO6U9Dc550MRPobwDIpAAAEEEEAAAQR2TIBwsWO0FDxLAjHiUBTFpWZ2Ss55X1EU7ZzzY82sGyHBzPZJ2hMjGJVL/Hwzn7ivLumf3b0dox5mls3sfe7+MDO7v7t/LUJIURQvyjm/rdvtLm7mAVyLAAIIIIAAAghsV4BwsV1B7kdgiwIppRdKOtfdn1AUxVyEEHdfLIqiUY1anL/FouO2uyWdHj+6+7sl3eju76zVaj+Wc/50p9P51DbK5lYEEEAAAQQQQOCEAoQLXgwExligGhE5EFV09xgRmcs5x6hFI9ZquPsZks45QRNiilVN0mlrNC9GQm6V9AVJHyjL8poTXRcnqzMda4xfEKqGAAIIIIDAmAkQLsasQ6gOAlsR6C8EHzhPZGX7qigrpXRJzvnztVptZSG5uz/RzGru/mNm9mV3P93dY23Hr64e0UgpfVTSE6rpXEsxshJnlfTraGaPM7Oj1WL1fvkRfLo5579394LpWVvpUe5BAAEEEEBgMgUIF5PZb9QagaEJRCAxszM7nU5/Pcg9ZbdarQV3v3ibD4tyY8rXQpQzMPrylaIo/nB5eTl2ylpZxM4HAQQQQAABBCZbgHAx2f1H7RHYUYEqeJxnZo+NLXTdPUYlbnf3swdCwjOrSqxsxbuFCh2R9E13vyNGPKods87JOf+RmV0Yu2jFQvnYrrcoih/POb+OMLIFZW5BAAEEEEBgBAKEixEg8wgEplmgmooV07CW+tOyzOyXq92s5gfO9ljZZtfd49DBrYSQPuNt1U/ukPTH7v4Bd7/FzM5z95sIHtP8ttE2BBBAAIFxFyBcjHsPUT8EplCgOtV8qSiKWKweazj2V6MWsSYkwkcsNj9XUixYP9Hn65Lut8bXPlFt2fsRSe9kZ6wpfIFoEgIIIIDA2AoQLsa2a6gYArMt0Gq1Luj1ev1RilgXEgvPb+ovKDczN7M4W+Tr1VkiMSryMEmPqRahrxxKGIvQ3f2/MKIx2+8TrUcAAQQQGI0A4WI0zjwFAQRGKNDfPavVav1MdbjgXxEuRtgBPAoBBBBAYGYFCBcz2/U0HAEEEEAAAQQQQACB4QoQLobrSWkIIIDAjghUi+Vjt65n1Wq1D/R6vc6Jtg/ekYdTKAIIIIAAAhsUIFxsEIrLEEAAgd0UaLVaz3P335d0uqS7qsXu15dl+fTdrBfPRgABBBBAYFDgXuGi2WzuMbNrJH1PWZY/BBUCCCCAwHgI7N27d1/O+YOranNLWZZ7xqOG1AIBBBBAAAHpXuEipfQeSZe4+yc7nU7suMIHAQQQQGAMBFJKcaDgC83s+9394ZL+StJDy7J86hhUjyoggAACCCCwIrA6XLxf0spfVGb2W+12+xU4IYAAAggggAACCCCAAAIbEVgdLt4p6dnVjS8vy/KlGymEaxBAAAEEEEAAAQQQQACB1eHiVZJ+tWJ5fVmWL4YIAQQQQACBnRRIKb3E3R/fP6U9fuz/fHl5OU5yf3K1FvBgo9FoVHVZih85v2Qne4ayEUAAgc0L/IvdolJKMXpxVNJNZVm+efNFcgcCCCCAAAIbF0gpHZS0kZHyOHU9PmcOlH6zpHPN7JNxGnv16/eEk/j/drt9eOO14UoEEEAAge0IsBXtdvS4FwEEEEBg2wKNRmO+KIp9saFIjFBIitGJrqS9ku6/zQfcIen7zOwGd4+QcUZRFH8dIyLdbnexf5p7dY7IXLfb7VY/Z1Rkm/DcjgACsylAuJjNfqfVCCCAwNgK9P/BP1jBVqu1390bRVEsuvtc/LwKI0+Q5KtGMzbcNjP7TLX71so9A/9/fQx6SPqWmS30er0FpmBtmJULEUBghgUIFzPc+TQdAQQQmBaBCCT1en1+eXk5Rjzmol3VaEj8fH/1a9s5E+TmCB6SHunuX5H0fnevFUXxD+12+23T4kg7EEAAge0KEC62K8j9CCCAAAITIRCLwev1euPo0aMLMRWrVqs9LOd8lpnV+4HE3Qszy5KWzOz0CBCSHhOBoiiKRs45fv2HJR2LtR7VSel3mdl/6vV6b189upFSep2kL8QC9RhxiZGXwIppWfV6vT8Cs9RfF8KUrIl4lagkAgicRIBwweuBAAIIIIDAFgSazeZFRVE8UNJ5OecHSXpHp9P50GBRKaUbJV2wTvGxUD1GXM5fdd0nJEXwibUiczE9y8xWdsmKoBI/j6C0hapzCwIIILBjAoSLHaOlYAQQQACBWRdotVoH3P3pkmI73ZiiFTtd3S7p7CHY3CnpuyTFbltfjLJzztdV5caC9ZUgcqI1LEN4NkUggAACJxQgXPBiIIAAAgggMCKBmI5V7VI1H1Ov4rFFUfTXhKz8fxVCni/poduo1t2SPi0pFrzfKunBkj5cjaJcJem4u3/H3d8ZO2Rt4zncigACCNxLgHDBC4EAAggggMCYClRrQ1YODuz1et3+Oo1qt6wYCTlQVX3w7I/NtCamZH08pli5e2z7e4qZXePuD8g5f5DgsRlKrkUAgRAgXPAeIIAAAgggMOECe/fujXNCVhaK12q1+Zxz3cxOi1GQCCLVief3kRT/xZqNb1cL1/e5+x1m1j/5vFlR9Lf3vdndX9jpdD414URUHwEERiRAuBgRNI9BAAEEEEBgEgSazeajzOzCoig+nXP+MUl7cs5XxXSuSag/dUQAgd0VIFzsrj9PRwABBBBAAAEEEEBgagQIF1PTlTQEAQQQQAABBDYiwA5aG1HiGgS2JkC42JobdyGAAAIIIIDABAlEoCiK4s2SLpF0YyxgL4riNe12+00T1AyqisDYCxAuxr6LqCACCCCAAAIIbFeg1Wo9z93fuqqcb5dlGWeF8EEAgSEJEC6GBEkxCCCAAAIIIDC+ArGtb1EUcYJ67KIVn6/HDr9lWZ4xvrWmZghMngDhYvL6jBojgAACCCCAwBYEYmpU3FYUxWU55zf1TzHfQlHcggACawgQLng1EEAAAQQQQAABBBBAYCgChIuhMFIIAggggAACCCCwOwKNRqNRr9cby8vLK2eRrB6R6Y/YnOhru1NjnjrNAoSLae5d2oYAAggggAACUy+QUvolSb872FAzu8HdL+7/GF9z9zeZ2VL/1HYzm5d0yN3PNrPbe73eYUmNwQMT2bZ36l+foTeQcDF0UgpEAAEEEEAAAQRGJ1AtVl+QdOYQnnp8oIwo725J7zSzP+v1egusUxmC8JQXQbiY8g6meQgggAACCCAwGwLV9KdGrVaLEYkYofh+SadKmqtGK/aZWTfn3DWzffHrmwwkETwKSWV172F3/5yZtaqRkfua2cclXRpnieSc32pm3ul0js1GD9DKECBc8B4ggAACCCCAAAIzKNBsNi8ysxid2BthIQKHu8cISISR+P8IKY1NBpATSR5391eY2T9K+hFJ76/Cz60Ej+l78QgX09entAgBBBBAAAEEEBiaQEy7qtfrcznnCB+NGP2oRi4eYmbfHWs2qv+PZ94lKc4OiWvuXwWXWyU9eI0KHZF0NOf8cyeachXP/n9r1LtLazUoFrTHBUNrMAVtS4BwsS0+bkYAAQQQQAABBBA4mUCz2XyUu99SBZC5mLaVcz7FzJ5kZsndY/TkS2b2B+12+22DZaWUrpZ0haSYkhXXHYlF6f1rYtF69bWDMcoSIy7xtSoA/Z2ZnRVrRWKkJH6dNSM7/64SLnbemCcggAACCCCAAAIIbEEgpRSh4aVbuPVEt6ys/YjgESMwkr4l6a0558ODO2QN6VkzWwzhYma7noYjgAACCCCAAAKTIRDrQ4qieKC7ryxWr2q9MkohaX+MWpjZYjVycf4mWxWjIvFv4rvd/e+qAHJ7LEqX9JCBNSjvlPSCnPPvrDdVa5PPn6rLCRdT1Z00BgEEEEAAAQQQQKDVav20uydJ34hAUhRFI3bJCpn4eTWdaqtQ/XUlMQpyg6S35JzfWxTFj8aak5jaNcvngxAutvpacR8CCCCAAAIIIIDARAu0Wq0D0YBYrF6FjoVq16z7SKpVIxerzw+J6VUPlNSrRjxiAfvgJ74eWwD/jaRPlGX5yolG2mTlCRebBONyBBBAAAEEEEAAgdkVGNydKqZrufut9Xo91nCo1+s9Ln40s+eY2Tfd/QGSYjH7VWVZxjSrqf8QLqa+i2kgAggggAACCCCAwG4JzNoUKcLFbr1pPBcBBBBAAAEEEEAAgSkTIFxMWYfSHAQQQAABBBBAAAEEdkIgDjUsiuJXYictM+u02+2/WP0cwsVOyFMmAggggAACCCCAAAJTJpBS8sEmufuXO53OWYO/RriYsk6nOQgggAACCCCAAAIIDFsgFrIXRdFZXW5ZlvfKE4SLYctTHgIIIIAAAggggAACUyYQC9OLoojT0uOcjydJutPdP9/pdGKa1D0fwsWUdTzNQQABBBBAAAEEEEBgtwQIF7slz3MRQAABBBBAAAEEEJgyAcLFlHUozUEAAQQQQAABBBBAYLcECBe7Jc9zEUAAAQQQQAABBBCYMgHCxZR1KM1BAAEEEEAAAQQQQGC3BAgXuyXPcxFAAAEEEEAAAQQQmDIBwsWUdSjNQQABBBBAAAEEEEBgtwQIF7slz3MRQAABBBBAAAEEEJgyAcLFlHUozUEAAQQQQAABBBBAYLcEthUuUkrPLsvyXbtVeZ6LAAIIIIAAAggggAAC4yOwrXDRarX+xN2bkr4o6biZ/Vm73X7b+DSPmiCAAAIIIIAAAggggMCoBLYVLqKSrVbr5yU9y92fLOl0SXdJ6rh718wWJDVyzge73e5So9GYix9H1TiegwACCCCAAAIIIIAAAqMT2Ha46Fe12WzucfcHFEXxIknzZubufo6kB1fXfFXSl6uff87dvyRpycwWI5DknN9N8Bhdx/MkBBBAAAEEEEAAAQSGLTC0cHGiijWbzUeZ2c9Keq6k0yS5pDNO0ohjZtaNr7v7Ys756ggghI5hdzvlIYAAAggggAACCCAwfIEdDReD1Y0pUUVRXCrpxZI+K+mHJRXVyMZxSWeu0bz42iFJ3Zzz4W63uxI++CCAAAIIIIAAAggggMB4CYwsXJyo2f01GI1Go1EUxSPd/efiOjOL4JFPEjiOVOUtxLSqXq+32O12Y3oVHwQQQAABBBBAAAEEENglgV0NFydrczXScVDSj0t66AZ8bpX0hggbZrayaPzo0aOxoJwPAggggAACCCCAAAIIjEBgbMPFYNtTSldGYHD3hqQ5SQeqr681lap/+7FYu1EtGr8z5/w38QVGOUbwZvEIBBBAAAEEEEAAgZkTmIhwsVavtFqtA+7+RHe/j5ldtoneOybpA5I+lXM+xILxTchxKQIIIIAAAggggAACawhMdLgYbNPg+o3YYaooiphS9axq7UZMkzr/RAY55wcQLvj9gQACCCCAAAIIIIDA9gWmJlxslKLVau2vplc1zOzp7Xb7EavvbbVa17p76e7vrtVqNdZubFSX6xBAAAEEEEAAAQRmWWDmwsWJRjtWvwDVYvI3S7qk+trHJH3azP46zuFYXl6OHXHZEneWf+fQdgQQQAABBBBAAIF/ITDT4WK99yGldImZ7c85n3qiNR3u/iYzO0XSP0XoiFPHc86fi3JZNL6eLl9HAAEEEEAAAQQQmDYBwsUmerTZbF4k6XgEDklx8viek9weh//dJOkfzOyj/ZPHGfXYBDiXIoAAAggggAACCEyUAOFii90VU6dqtdpz3f2Bki6splDFWRsPXq9Id782Fp27+5UsJl9Pi68jgAACCCCAAAIITIoA4WIIPVWt0bgw53xjrVaLUY1T3T1J+rqkp0u64GQjHO5+OEY2qqlVjWp7XNZ0DKFvKAIBBBBAAAEEEEBgdAKEixFZVwHkFyXdJSm2yV33AEBJn5V0OOd8HQvIR9RRPAYBBBBAAAEEEEBgywKEiy3Tbf3GKmg8WdI1/dGK6uTxkwWOI3FKeTzV3RdyzodjahWhY+v9wJ0IIIAAAggggAACwxUgXAzXc1ulxYnjVXi4UtJZks7ZQIG3S7ozgkdMr3L3T3Q6nQ9t4D4uQQABBBBAAAEEEEBgqAKEi6FyDrewRqPRKIoiAkeMWDSq0vetddp49fXYpUo553lGNYbbH5SGAAIIIIAAAgggcHIBwsWEvSEROOr1emN5eXmpXq/PxWnj1X/zZjbf3x63LEv6dsL6luoigAACCCCAAAKTLsA/QCe9B09Q/1artb/dbseaDD4IIIAAAggggAACCIxMgHAxMmoehAACCCCAAAIIIIDAeAvEN6lzzvvN7O1lWV632doSLjYrxvUIIIAAAggggAACCEyhQLXe94ikM9z9TZ1OZ2Wzoc18CBeb0eJaBBBAAAEEEEAAAQSmUCCOSqjVarHz6MWSjpRlGWt5N/0hXGyajBsQQAABBBBAAAEEEJgugZRSHIXw6miVmf3kVtfvEi6m672gNQgggAACCCCAAAIIbEqgOuD5ekmPc/drO53O/k0VMHAx4WKrctyHAAIIIIAAAggggMAUCKSUrpZ0RTQl59zczllphIspeCGmvQmRprvdbhwkyAcBBBBAAAEEEEBgiALVIu5FSWdKellZlge3UzzhYjt63LujAimlOG3825LOknS7mf1tzvm/dzqdD+3ogykcAQQQQAABBBCYEYFVoxaP7na7ETS2/CFcbJmOG3daIKUUweKUwecURfGUo0ePLuz0sykfAQQQQAABBBCYdoHBRdySbi7L8rzttplwsV1B7t8xgVardZm7/0d3P9vMHijptrIsf2DHHkjBCCCAAAIIIIDADAmklLqS9sQibnc/uN1Ri6AjXMzQCzSpTW00GvNFUfxgWZZvntQ2UG8EEEAAAQQQQGCcBFqt1gF3f+NKIDC7vN1uHxpG/QgXw1CkDAQQQAABBBBAAAEEJkSgWsR9WNL5ko6XZTk3rKoTLoYlSTkIIIAAAggggAACCEyAQErpJkmPrKr6S2VZxla0Q/kQLobCSCEIIIAAAggggAACCIy/wODuUJKO5Jz3DXPLf8LF+L8D1BABBBBAAAEEEEAAgW0LVOtYPzlQ0EVlWd647YIHCiBcDFOTshBAAAEEEEAAAQQQGFOB/u5QVfVeU5bllcOuKuFi2KKUhwACCCCAAAIIIIDAmAlUoxZxVlicxH2kLMv5nagi4WInVCkTgZMIpJSeLencnPMbhznHEXQEEEAAAQQQQGAtgWazedjMninpmJkdHNbWs6ufR7jgHURgxAKtVuu33P1nJH3WzJo55zdIep+730LYGHFn8DgEEEAAAQRmQKDVau139z+NpsaBeZ1OZ/9ONZtwsVOylIvAyUcvLpH0HDN7ors/vLr0uKSuu3fNbNHMPt/r9d4XX+t2u3GCJh8EEEAAAQQQQGBTAo1GY64oin/u35Rzbu7kvysIF5vqHi5GYLgC8RvezM40sxdIeoq7f93MWgN7T39N0nL11K+a2dGc81KED3e/rRrxsJ38Q2K4LaY0BBBAAAEEEBiVQBUsYp1FHJa346MW8QzCxah6l+cgsEGB+IOgXq/P55x/XdLDqoVXZ6xz+xEzW4rgURTFoV6vF3ljcYOP5DIEEEAAAQQQmEKBlNJBSS+tmnZ9zvnnd/obkoSLKXyRaNJ0CTQajUZRFL8n6T2SfkXS3dXIxs0DIxz/otExp1JShI3D7Xb78HSp0BoEEEAAAQQQOJnA6nUW7n5wFN94JFzwXiIwwQIppfMkPVVSI9ZwSDo9Rj2r0Y7VLTsmaU9sPycpdoxY7PV6Cywin+AXgKojgAACCCCwhkBKKWYwxHSor+acLxpFsIiqEC54JRGYMoH4ToWkK939HEl712tejHDE6IaZxWLyuV6vt7jTQ6br1YmvI4AAAggggMDWBVadxP2ysixjetRIPoSLkTDzEARGLxB/sNTr9bkIDO7eMLOVbefc/eL1alNNqZKZ3W5m75UUoeMwoxzryfF1BBBAAAEEdl9gYNTieFmWc6OsEeFilNo8C4ExEKjWcFwg6SGS+vtcr+wisc4ntsq9VdK7cs5XEzTW4+LrCCCAAAIIjF6g2Wz+BzN7bTw55/zoUU2H6reUcDH6PueJCIylQOxSFWs3iqL4HUnfcfcvFkXRiJGP/hZ2/YoXRfGUo0ePxtZ2fBBAAAEEEEBgTASqbyDGWovY5v632+32b4y6aoSLUYvzPAQmUCD+sKrX642c83xMr8o5/2Kn0/nUYFNardbvu/sT4w8zd6+VZfnmCWwqVUYAAQQQQGBiBZrN5iEzu6watdjRw/LWQiJcTOzrQ8URGD+BZrP5cjP7rapmMYXqJkl/G4vFY6F4bI0b/zGlavz6jhohgAACCEy2QDVq0ala8dayLOOA3pF/CBcjJ+eBCEy3QHXq+NPMLNZ1xPa4sWvV4OfDkr7t7rdE6JD0raIoPrK8vNwPHvFrfBBAAAEEEEBgEwIppbdIer6kY2Z25W6dcUW42ESncSkCCGxeIKV0Yc755qIoHmlmr9jAblW3Sfqou9fjtPE4eTyeyhqPzdtzBwIIIIDA7AiklOLvyzMl7dqoRWgTLmbnnaOlCIyFQIQNM9vr7k+Q9CJJJz1pfKDSx9x9MQIHZ3GMRVdSCQQQQACBMREYGLWIKcn/eTfXPRIuxuSloBoIzKpATKOq1+vzOedzzOwUd79T0k9IelJ18nh8F+ZEn5WTxvtf6K/rGPWWe7Pab7QbAQQQQGA8BKq1Fh+RdH9JLyjL8s93s2aEi93U59kIILCuQLPZvMjMYrTjR6spVV+VdNoaN8ZZHPH1j+acX0HQWJeXCxBAAAEEJlwgpfRRSTEb4F1lWcZax139EC52lZ+HI4DAZgTi1PGiKH7B3c8uiiJOHp+v7l9rdCPCRiwQj/M6DtdqtUOxcDxOLmcNx2bkuRYBBBBAYBwF9u7duy/n/EFJ1+ecnzsOuzESLsbxTaFOCCCwYYFWq7U/Fn33er0DZvYwSd8nac8GCohpVRFQFsws/lB+zzj8obyBenMJAggggAACKwIppcX4O7Ddbu8bFxLCxbj0BPVAAIGhCfQDR845/rCN3TMakq5Y7wGcPL6eEF9HAAEEEBgXgVardcDd3yjp18uyfOW41ItwMS49QT0QQGDHBGLReIxSVA+IaVEr06lyzjHqMe/uET5itOMndnsh3I4hUDACCCCAwFQJpJRukWNSfXkAABCtSURBVHTc3Z/R6XSOjUvjCBfj0hPUAwEEdlUg1nOwAHxXu4CHI4AAAghsQKDaHeq9ku4bW7qXZXndBm4b2SWEi5FR8yAEEEAAAQQQQAABBLYnkFK6UtLLJb1ynKZD9VtFuNhe/3I3AggggAACCCCAAAIjEUgpPVvSb0r6ZFmWPzuSh27yIYSLTYJxOQIIIIAAAggggAACuyHQarX+Z+xyuJsncK/XbsLFekJ8HQEEEEAAAQQQQACBMRCI9RbdbjfObxrbD+FibLuGiiGAAAIIIIAAAgggMFkChIvJ6i9qiwACCCCAAAIIIIDA2AoQLsa2a6gYAgggsHWBlNLP5pzfzanjWzfkTgQQQACBzQsQLjZvxh0IIIDA2AqklO6S9C1JZ0m6292Pmtn/KsvymrGtNBVDAAEEEDihQKvV2u/uV0v6jXFexD1YecIFLzMCCCAwRQIppTil9dxVTfr3hIsp6mSaggACMyGwd+/efTnn10p6pLu/qdPpHJiEhhMuJqGXqCMCCCCwCYGU0g3ufrqZPVrSbe7+/E6n86FNFMGlCCCAAAK7LNBqtRbc/WJJx3LO85MyzZVwscsvDo9HAAEEdkKg0WjMSYr/liblL6SdcKBMBBBAYBIFWq3WAXd/Y1X3XyrLMqZGTcSHcDER3UQlEUAAAQQQQAABBGZFIKX0x5Je6O7Xdjqd/ZPUbsLFJPUWdUUAAQQQQAABBBCYaoFms3nIzCJQnFkUxVOOHj26MEkNJlxMUm9RVwQQQAABBBBAAIGpFohTuIuiiECxR9LxnHOcyr00KY0mXExKT1FPBBBAAAEEEEAAgZkQSCldKenV0dhJmxpFuJiJV5RGIoAAAggggAACCEySQEppUdL5ZnZDu93eNyl1J1xMSk9RTwQQQAABBBBAAIGZEagO0PvTqsFHcs77JmF6FOFiZl5RGooAAghMrkCr1fppSeflnN/e6XQ+NbktoeYIIIDAxgVSSrEF7RXVHa/JOR8c94BBuNh4/3IlAggggMAuCcR38HLOB8zsMZKypNLdX+rut3a73e4uVYvHIoAAAjsu0Gw2D5vZM+NBZnZ5u90+tOMP3cYDCBfbwONWBBBAAIHRCTSbzT1FUTza3V8o6VGSHtp/esxJzjkvFUXxT71e7/dqtdq++As4DhMc9+/yjU6QJyGAwCQKNBqN+aIoPlnV/Tp3f0mn0zk2rm0hXIxrz1AvBBBAAIGTCrRareflnB9RFMXD3P3zki6XdMYJbrpZUs/MlnLOHzezhZzz57vdbiyW5IMAAgiMvUBK6aOSnlBV9GVlWR4c10oTLsa1Z6gXAggggMCmBKq94V8k6VJJ564RNAbLPBKBw90bkg7FvvKTdljVpoC4GAEEJlZg1ejFWJ99QbiY2NeMiiOAAAIIrCUQ06GKonixmX055/xkM4t1GrFe405JT5J02hr3HnP3xRjdKIpicXl5eZFpVbxnCCAwDgLVyd2XVXU5VpZlfGNk7D6Ei7HrEiqEAAIIILCTAhE8JMUJuPvcfZ+ZtSSdXp2Gu9ajj5vZorsvmNln2u32n+xkHSkbAQQQWC1Qjc7GdM4z4+RuMzvQbrcPj5sU4WLceoT6IIAAAgiMXKCacnBA0vMlfc8GKnCkGuGIv+jnIniM41/yG2gHlyCAwIQJpJSW+gGjOvtirNaPES4m7IWiuggggAACOycQ3xmMsFCv1+diLUb137yZxem48d3Ck31WRjdi16qYVhUX5pzjx9gtN/4xwAcBBBDYtkCr1Trg7m+sCorD9faP05bchIttdzEFIIAAAghMu0C1huNCMzst5/w8M4sQEv/1Q8Oekxjc6u4fqNVqh1gwPu1vCu1DYDQCKaUYrTg/nmZmv9But39/NE9e/ymEi/WNuAIBBBBAAIGTClSn6H6XpC9Uoxxy9/lVox1XlWX5a1AigAAC2xWIg0XdPQ7TixHVsVrcTbjYbu9yPwIIIIAAAmsI7N27d9/y8nIc7hfrOd5fluWfD16aUnq9pB8ys8Pu/kAze2+73f4LQBFAAIH1BAZO7j5elmVsVDEWH8LFWHQDlUAAAQQQmFWBZrN5kZm9VlKqdq263sxOrXam6ppZt9frdcb5RN5Z7TvajcBuClS7R3WqOlyfc37uOKzvIlzs5lvBsxFAAAEEEKgEWq3WBTnnh8f2ktUhgKdK+t7qy7dJul3Sg+LAv5hyZWb/KOmOOI/D3e/Tbrf/EkwEEJgtgcGzL8zsJ8dh1zrCxWy9g7QWAQQQQGDCBFJKb5B0+TrVvkvSZ9z9jtixqrp2Ked8aBy+kzlh5FQXgYkRWH32Rc65sdu/5wkXE/P6UFEEEEAAgVkVGDj47wclXSPpY5Iev4HtcYPsmKSrOXF8Vt8e2j3tAtU5PZ+Mdrr7tZ1OZ/9utplwsZv6PBsBBBBAAIEtCsR3LM3sjFqt9t0552V3f25Mp6q2yV3ZovIEn3vO4oivxShHURQLbJG7xU7gNgTGRKDase6K+GaCmf32bm5NS7gYk5eCaiCAAAIIIDAsgSp4PNjMHivp1ZK+Jun+65T/MTN7fa/XWxinA7mGZUI5CEyzQHUWz59JukjScUnPKMvyxt1oM+FiN9R5JgIIIIAAAiMSqP7R8WJ3/1ex81ScwxEnj0s62cF//drFlKpDMboRW+p2u93FCC6EjxF1Ho9BYBMCg9OjJO3ayd2Ei010GpcigAACCCAwDQIRECTNFUWxT9LTqrUbF2ygbbFj1bcjpLh7TKk6zJSqDahxCQIjEhiYHhXrL/5rp9P5LyN69D2PIVyMWpznIYAAAgggMIYCETjq9XqjGtVYqaG7v1FS7ETlJ1k8/rKyLA+OYZOoEgIzKZBSiulQ/W8WXFWW5a+NEoJwMUptnoUAAggggMAECVS7VCm2thwMHznnGPGYM7N5d//D3fju6AQxUlUERipQbU+7UE19fGtZli8YZQUIF6PU5lkIIIAAAghMkcBg+JiiZtEUBCZeYHD9xagP1yNcTPzrQwMQQAABBBBAAAEEELi3QErpymq3uLtzzo8a1UYMhAveRAQQQAABBBBAAAEEplAgpfS+atOGS8uyvG4UTSRcjEKZZyCAAAIIIIAAAgggMGKBanpUrL+ItRcvHsXjCRejUOYZCCCAAAIIIIAAAgjsgsDA9KiRLO4mXOxCJ/NIBBBAAAEEEEAAAQRGJdBsNg+b2TMl7fj0KMLFqHqV5yCAAAIIIIAAAgggsAsC1fSo10v6XFmWz9nJKhAudlKXshFAAAEEEEBg7AVSSueVZXlTSumKnPMN3W53cewrTQUR2KRASullkuLE7n9bluUbNnn7hi8nXGyYigsRQAABBBBAYBoFUkodSd8r6b5V+74o6a93+ju802hJm8ZXYGBx981lWV64UzUlXOyULOUigAACCCCAwEQIpJT+t6RnrKrsVWVZ/tpENIBKIrBBgWaz+VNm9ttlWT5kg7ds+jLCxabJuAEBBBBAAAEEpk0gpfRHkr4j6XJJH5b0qrIs/3za2kl7EEgpvcPd/0en0/nQTmgQLnZClTIRQAABBBBAYCIFGo3GXFS82+0uTWQDqDQC6wjs9DtOuOAVRAABBBBAAAEEEEAAgaEIEC6GwkghCCCAAAIIIIAAAgggQLjgHUAAAQQQQAABBBBAAIGhCBAuhsJIIQgggAACCCCAAAIIIEC44B1AAAEEEEAAAQQQQACBoQgQLobCSCEIIIAAAggggAACCCBAuOAdQAABBBBAAAEEplAgpRSnMD/b3T/n7n/A9rpT2Mlj2CTCxRh2ClVCAAEEEEAAAQS2K9BoNOaLoniypDhp/MGSPivpdWa21Ov1Frrdbne7z+B+BFYLEC54JxBAAAEEEEAAgSkWiJBhZlea2WMknTfQ1ONmtijpm+7+R+5+P3e/XtJct9uNX+eDwKYFCBebJuMGBBBAAAEEEEBgMgWqqVJ73P1fm9lnJP0bSY9d1Zrjks6UFD/G6MY3JV0b11cjHpxePpndP5JaEy5GwsxDEEAAAQQQQACB8RRoNpsvN7NTJcXIxtM2Wkt3j8CxkHM+zBSrjapN/3WEi+nvY1qIAAIIIIAAAghsSCCl9JLqwu+pfvyhagTjIZIet1YhZnZDzrlbFMXhWNOxvLy8sp6D0LEh9qm6iHAxVd1JYxBAAAEEEEAAgeELNBqNuSi1Xq/P55z3SXqImZ3j7hev87Rj7r4g6cPu/g52rBp+34xbiYSLcesR6oMAAggggAACCEyAQASOoigOrLFu40QtWFlAXoWN+PpSzvkQgWMCOnsTVSRcbAKLSxFAAAEEEEAAAQTuLRAhox8Q9u7du8/d53LO+4uiaGxgZCMK64eOz7j7fYuiWOj1eovsWDWZbxrhYjL7jVojgAACCCCAAAJjL9BoNBpFUfyApB9x94aZzUelY13GOsEjdqq6VdIflGV59dg3lAreI0C44GVAAAEEEEAAAQQQGLlASulKSd9nZv8YwSPO15AU6znOH6jMu8qyfM5g5frrP5hONfIu29ADCRcbYuIiBBBAAAEEEEAAgVEIVOFhrlarxRSr75Rl+ebB57Zaree5+29Kuk3SZ8zsy71e77WEjVH0zvrPIFysb8QVCCCAAAIIIIAAAmMkUC0mv0bS4yW1qilU2d0XY9F4rNvIOd+vLMvrxqjaM1EVwsVMdDONRAABBBBAAAEEplMgpXR5NZXqqZIeVJ0ovqdq7W1mdlfO+bPx/2Z2u6QvmFmcw/GNXq/3XkY8hvteEC6G60lpCCCAAAIIIIAAArss0Gw2f64oil9294evU5WYWrUc2+NWgUMx6nH06NE4m4PPFgQIF1tA4xYEEEAAAQQQQACByRBoNpsXmdkrzey73f1+kvqjGrEj1ZlrtcLdr40pVjnnw2yLu/G+Jlxs3IorEUAAAQQQQAABBKZAIAJHNMPM9kbAMLP97h7b5BaSTj9BE4/E9rk556U4/C9GOaoDAGN6FZ8BAcIFrwMCCCCAAAIIIIAAApKazeajiqJI7h5na5wl6f7rwHw1zuKIEY5er3e4f+0sr+MgXPBbCQEEEEAAAQQQQACBVQJx2njOOc7diBGOlR83eOJ4XPqagRGOv3f3YlamVhEu+K2EAAIIIIAAAggggMA6Av3zN+Kwv6IoDkiKk8cfN7CGY60SvlaNgByvFo6/I+f8nmkd3SBc8FsJAQQQQAABBBBAAIEtCjQajZXTxWu1WqPX63WLoojpUbFo/NhawcPMbmi32yujIdP2IVxMW4/SHgQQQAABBBBAAIGxEmg0GvNFUeyPECIpQsVCWZZXjlUlh1QZwsWQICkGAQQQQAABBBBAAIH1BKrpVWJa1HpSfB0BBBBAAAEEEEAAAQRmWoCRi5nufhqPAAIIIIAAAggggMDwBAgXw7OkJAQQQAABBBBAAAEEZlqAcDHT3U/jEUAAAQQQQAABBBAYngDhYniWlIQAAggggAACCCCAwEwLEC5muvtpPAIIIIAAAggggAACwxMgXAzPkpIQQAABBBBAAAEEEJgJgWaz+XJ3/92iKF4dhwL2er3Dsb0u4WImup9GIoAAAggggAACCCAwPIGU0nslPX1ViYuEi+EZUxICCCCAAAIIIIAAAjMhkFJ6naTLJX3XQIOvJ1zMRPfTSAQQQAABBBBAAAEEhivQarV+2t0fIekFkr5sZq8iXAzXmNIQQAABBBBAAAEEEJhZgf8LQvIp0FXEgPsAAAAASUVORK5CYII=", + "e": 1 + }, + { + "id": "image_8", + "w": 798, + "h": 237, + "u": "", + "p": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAx4AAADtCAYAAAAx1KMUAAAfV0lEQVR4Xu3dzXHc2LUA4HP5FvROzkA9Eai5EbtXoiKwJgKPIrAmAlMReBSB5QgsRfCk1djeDBXBkBF4uHtePMKFbv5JbHaju/FzAXysYo2qBNyf72BcPgOcc1Pxj/gpUkyj/LmKT4t/pvgtijhb/DniPM3j/PrP/kGAAAECBAgQIECAAIGtBVLxz/gURbyoeOeX66Tkq8SkTE4W9/8uztJR/FZxLJcRIECAAAECBAgQIDASgVT8HO8jxR9r32+Kz4sxrxZJyTIxOYizuFomJml+/Xal9okNSIAAAQIECBAgQIBAbgJl4nEaKf7c4cIuI11/1lV+3lXcvjFZfvb1P/Fben772VeHyzQ1AQIECBAgQIAAAQK7CpSJxw+R4q+7DtDyfReRrt+eqEdpmd50BAgQIECAAAECBHYXKBOPk0jxv7sPke2dy3qU8ucmSVl+8qUeJduQWRgBAgQIECBAgMBQBcrEYxIpfh3qBivt66YepfzM66abl3qUSnQuIkCAAAECBAgQIFBFIJUXFf+IosrFrom7epT7RfNxXSivHsUjQoAAAQIECBAgQGClwE3iUX6S9IRRrQJ39Sg3RfPOR6kV2GAECBAgQIAAAQL9EVgmHtud5dGf3fVnpQ/rUe4nKc5H6U8krZQAAQIECBAgQGDtG48PEfEHRj0QWFWPcq9o3vkoPYihJRIgQIAAAQIERiiwfOPR/VkeI6RvfMur61FuiubVozQeABMQIECAAAECBAjcCdzUeLyJiL+AGa3Aw3qUJcXyEMeI8zS/bkM8WiIbJ0CAAAECBAgQ2Efg5o3HUM/y2MfGvasF1tejSFI8NwQIECBAgAABAisEJB4ei+YENtSjhKL55uyNTIAAAQIECBDITGCReJQ/zvLILDLjWs76epSIUDQ/rgfCbgkQIECAAIHhCUg8hhfToe9ofT2Kovmhx9/+CBAgQIAAgZ4K3CUezvLoaQgte42AehSPBwECBAgQIEAgEwGJRyaBsIzOBZZJSrH4PbtezXnZ0WvxZ/UonQfIAggQIECAAIF+C9wlHs7y6Hckrb49gZui+atFUrJMTG7OR1GP0l4czESAAAECBAj0SkDi0atwWWzPBO6K5su3KOXblOXP8nwU9Sg9C6flEiBAgAABAvsI3P/U6lUU8fd9BnMvAQI7C9wVzV9dJybLT79uP/tyiOPOtm4kQIAAAQIEMhC4/8bDIYIZBMQSCFQQeFg0v/zkSz1KBTyXECBAgAABAt0I3CUev8Tv4z/x726WYVYCBBoRWHWIo3qURqgNSoAAAQIECKwXuE08ysscIuhxITBagdWHOKpHGe0DYeMECBAgQKBugW8Tj/J78md1T2I8AgQGJfDwEEf1KIMKsM0QIECAAIEmBL5OPBwi2ISxMQmMWWD9IY7ORxnzs2HvBAgQIDAyga8Tj5/jfaT448gMbJcAgRwEVtWj3CuaT/Prbl85rNUaCBAgQIAAga0Fvk08TiPFn7cexQ0ECBBoT2B1PcpN0bzzUdqLhJkIECBAgMAWAt8mHj9Eir9ucb9LCRAgkLPAw3qU5WqXhzhGnDsfJefwWRsBAgQIDEng28TDWR5Diq69ECCwjcD6ehRJyjaWriVAgAABAg8Evk08JpHiV04ECBAgsEZgQz1KKJr3+BAgQIAAgfWJR/m3zvLwlBAgQKA2gfX1KBGhaL42awMRIECAQOYCX73xuE48fouIJ5mv2/IIECAwNIH19SiK5ocWb/shQIDA6AQeJh7O8hjdQ2DDBAj0TkA9Su9CZsEECBAgsOqNx4eI+AMaAgQIEBiEwDJJKRa/Z9c7Oi87ei3+rB5lEEG2CQIECPRB4GHi8XM4y6MPkbNGAgQI1C1wUzR/tUhKlonJzfko6lHq1jYeAQIERiew6o3Hm4j4y+gkbJgAAQIEqgrcFc2Xb1HKtynLn+X5KOpRqjq6jgABAqMSWPXGw1keo3oEbJYAAQKNCtwVzV9dJybLT79uP/tyiGOj/gYnQIBANgIPE49/xTSu4pdsVmghBAgQIDAWgYdF88tPvtSjjOUJsE8CBAYt8CDxKHfrLI9Bx9zmCBAg0H+BVYc4qkfpf1ztgACBQQtIPAYdXpsjQIDA6AVWH+KoHmX0DwYAAgTaF1ideDjLo/1ImJEAAQIEuhZ4eIijepSuY2J+AgQGJCDxGFAwbYUAAQIEWhNYf4ij81FaC4SJCBDoj8DqxMNZHv2JoJUSIECAQN4Cq+pR7hXNp/l1t6+8d2F1BAgQ2FtA4rE3oQEIECBAgEAtAqvrUW6K5p2PUguyQQgQ6E7gscTDWR7dxcTMBAgQIEBgk8DDepTlHctDHCPOnY+yidDfEyDQtoDEo21x8xEgQIAAgXYF1tejSFLajYbZCIxYYHXi8Uv8Pv4T/x6xi60TIECAAIHxCWyoRwlF8+N7JuyYQI0CKxOPcnyHCNaobCgCBAgQIDAsgfX1KBGhaH5YAbcbAnUIrEs8ziLiWR2TGIMAAQIECBAYrcD6ehRF86N9MGx8fAKPJx4OERzf02DHBAgQIECgWwH1KN36m51AowLr3nj8FBF/anR2gxMgQIAAAQIEdhNYJinF4rf8SqP8Ob/+DfUou6G6i0CTAo8nHg4RbNLd2AQIECBAgEBbAjdF81f3EpOb81HUo7QVBfMQiHWJxw+R4q+MCBAgQIAAAQIjEbgrmi/fopRvU5Y/y/NR1KOM5DGwzaYE1iUeDhFsSt24BAgQIECAQN8F7ormr64Tk+WnX7effTnEse8htv66BdYlHpNI8WvdExqPAAECBAgQIDAygYdF8+pRRvYI2G4p8GjiUf6lszw8JAQIECBAgACBFgVWHeKoHqXFAJiqSYFNiUfZHeJpkwswNgECBAgQIECAwNYCqw9xVI+yNaQb2hNYn3g4y6O9SJiJAAECBAgQINCMwMNDHNWjNCNt1LUCm954fIiIPzAkQIAAAQIECBAYhcD6Qxx/F2fp6Lbb1yhAbLI+gfWJh7M86pM2EgECBAgQIEBgSAKr6lHuFc2n+XW3ryHt2V72Etj0xuNNRPxlrxncTIAAAQIECBAgMGaB1fUoN0XzzkcZzbOx6Y2HszxG8yjYKAECBAgQIECgc4GH9SjLJS0PcYw4dz5K5zHaeQHrE49/xTSu4pedR3cjAQIECBAgQIAAgWYE1tejSFKaUd9j1LWJRzmuszz20HUrAQIECBAgQIBA9wIb6lFC0XwrMZJ4tMJsEgIECBAgQIAAgR4IrK9HKU/fVjS/cxg3Jx7O8tgZ140ECBAgQIAAAQKDFVhfj6Jo/kHgJR6D/XfBxggQIECAAAECBDIRUI9Svi3aFIzCWR6biPw9AQIECBAgQIAAgboElklKsfg9ux70vOzotfhzj+tRJB51PSLGIUCAAAECBAgQINCmwE3R/NUiKVkmJjfno2RYj1Il8XCWR5sPkLkIECBAgAABAgQI1CtwVzRfvkUp36Ysf5bno7RUjyLxqDeoRiNAgAABAgQIECDQZ4G7ovmr68Rk+enX7Wdfux7iuDHxKNWc5dHnZ8faCRAgQIAAAQIECDQi8LBofvnJ18p6FIlHIzEwKAECBAgQIECAAAECtwJFvK6aeJSvVp6hI0CAAAECBAgQIECAwJYCl3EYk2qJh0MEt7R1OQECBAgQIECAAAECC4Hybcc83ldLPP4RP0XEn9ARIECAAAECBAgQIECgskCKz+k4TsrrqyUeDhGsbOtCAgQIECBAgAABAgSuBYr47qYLVrXE45/xKor4O0ACBAgQIECAAAECBAhUEijibZrH6c211RKPn8MhgpV0XUSAAAECBAgQIECAQERcxGFM09HtYYWVP7WaRIpfERIgQIAAAQIECBAgQGCjQBEv0/z6AMLriyu98SivdYjgRl4XECBAgAABAgQIECAQ8THN4tW3ENskHuUJhE9JEiBAgAABAgQIECBA4BGByyhielNQfv+a6omHszw8XQQIECBAgAABAgQIrBf4Mc0WR3E8+KmceJR3Fv+Kafx/TCNd/xYxjYgn9AkQIECAAAECBAgQGL3AlzRb5Acrf7ZKPFaNUPwckziIaVzFNA7ipHy1IhkZ/UMHgAABAgQIECBAYGwCKwrK7xPsnXg8moxETCIWbXjLRKT8VR8ytofPfgkQIECAAAECBMYi8C7N4s26zTaSeKxMRn6J38f/LRKQm2SkTEyejSUS9kmAAAECBAgQIEBgoAKXcRiT+2d2rNpna4nHY8jF8nDC6eITreXbEcnIQJ9I2yJAgAABAgQIEBigQBGv0zzeb9pZ54nHyrcjZTJSfqp1V8T+YtNG/D0BAgQIECBAgAABAi0LpPicjhf/333jT5aJx8pkREetjcF0AQECBAgQIECAAIFWBYr4btWZHavW0JvE45E3IzpqtfpkmYwAAQIECBAgQIDAtUARb9M8Tqt69DrxeDQZ0VGravxdR4AAAQIECBAgQGAXgYs4jOmmgvL7Aw8u8ViZjOiotcvD5B4CBAgQIECAAAECqwU2nNmx6qZRJB6PPS86avk3iQABAgQIECBAgMDWAh/TLF5te9eoE4+Vb0d01Nr2GXI9AQIECBAgQIDAeAQqndnhjceOD0Rx01GrrB05iJPFmSMRT3Yczm0ECBAgQIAAAQIE+irwY5rFT7ss3huPXdQiovh5kYRM4yqmkpEdEd1GgAABAgQIECDQJ4Evabb4D/A7/Ug8dmJbfVPxsIi9DMzTGqcwFAECBAgQIECAAIFuBA7iKD2Ps10nl3jsKlfxvq+SkZvT2COeVbzdZQQIECBAgAABAgRyEHiXZvFmn4VIPPbR2+NeHbX2wHMrAQIECBAgQIBAmwI7F5TfX6TEo82QbZjrtog9xTTK3yJeZLQ8SyFAgAABAgQIEBijQIrv03F82HfrEo99BRu+X0ethoENT4AAAQIECBAg8LhAis/pOE7qIJJ41KHY8hg6arUMbjoCBAgQIECAwFgFivguzeO8ju1LPOpQzGAMHbUyCIIlECBAgAABAgSGJFDE2zSP07q2JPGoSzLDcXTUyjAolkSAAAECBAgQ6IfARZrFpM6lSjzq1OzJWDpq9SRQlkmAAAECBAgQ6EqgiJdpHp/qnF7iUadmj8fSUavHwbN0AgQIECBAgEC9Ah/TLF7VO2SExKNu0QGNp6PWgIJpKwQIECBAgACBagK1nNmxaiqJR7UAuOpaQEctjwIBAgQIECBAYNACP6ZZ/NTEDiUeTaiObEwdtUYWcNslQIAAAQIEhirwJc1i2tTmJB5NyY58XB21Rv4A2D4BAgQIECDQP4GDOErP46yphUs8mpI17koBHbU8GAQIECBAgACBLAXepVm8aXJlEo8mdY1dSUBHrUpMLiJAgAABAgQINCXQWEH5/QVLPJoKn3H3EtBRay8+NxMgQIAAAQIEqguk+D4dx4fqN+x2pcRjNzd3dSCgo1YH6KYkQIAAAQIEhi2Q4nM6jpM2NinxaEPZHI0J6KjVGK2BCRAgQIAAgTEIFPFdmsd5G1uVeLShbI5WBW6TkRTTKGIa5T8jnrW6CJMRIECAAAECBHIXKOJtmsdpW8uUeLQlbZ7OBb7qqHUQkyjiReeLsgACBAgQIECAQDcCF2kWkzanlni0qW2u7AR01MouJBZEgAABAgQItCFQxMs0j09tTHUzh8SjTW1z9UJgkYwUMYmrmMZBnCw+14p40ovFWyQBAgQIECBAYJNAEX9L8/hh02V1/73Eo25R4w1SYEVHrfLV5NNBbtamCBAgQIAAgSELtHJmxypAiceQHyt7a1RAR61GeQ1OgAABAgQINCPwY5rFT80MvX5UiUcX6uYcrICOWoMNrY0RIECAAIH+C7R4Zoc3Hv1/XOygpwI6avU0cJZNgAABAgSGJHAQR+l5nHW1JW88upI37+gFdNQa/SMAgAABAgQItCnwLs3iTZsTfjuXxKNLfXMT+EZARy2PBAECBAgQINCAwEUcxjQdxW8NjF15SIlHZSoXEuhGQEetbtzNSoAAAQIEBiOQ4vt0HB+63o/Eo+sImJ/ADgI6au2A5hYCBAgQIDBGgY4Lyu+TSzzG+ADa8yAFdNQaZFhtigABAgQI7CNwWR6EnOZxvs8gdd0r8ahL0jgEMhXQUSvTwFgWAQIECBBoWqCIt2kep01PU3V8iUdVKdcRGJCAjloDCqatECBAgACB1QIXaRaTnHAkHjlFw1oIdCigo1aH+KYmQIAAAQJ1CxTxMs3jU93D7jOexGMfPfcSGLiAjloDD7DtESBAgMAwBYr4W5rHD7ltTuKRW0Ssh0DmAjpqZR4gyyNAgACBsQtcxmFMuj6zY1UQJB5jfzTtn0ANAjpq1YBoCAIECBAgUI/Aj2kWP9UzVL2jSDzq9TQaAQL3BG47akVMIsU0ingBiAABAgQIEGhIIKMzO7zxaCjGhiVAoLqAjlrVrVxJgAABAgS2EjiIo/Q8zra6p8WLvfFoEdtUBAisFlhRxD6NiCe8CBAgQIAAgcoC79Is3lS+uoMLJR4doJuSAIHNAl8lI+VnWrH4fbr5TlcQIECAAIHRCVzEYUxzLCi/HwmJx+ieSxsm0F8BHbX6GzsrJ0CAAIEGBVJ8n47jQ4Mz1DK0xKMWRoMQINClwG0RexHTRRF7xLMu12NuAgQIECDQmkDmBeXeeLT2JJiIAIGuBHTU6krevAQIECDQosBlFDFN8zhvcc6dp/LGY2c6NxIg0DcBHbX6FjHrJUCAAIG1AkW8TfM47YuSxKMvkbJOAgQaEdBRqxFWgxIgQIBA8wJf0mzxeXFvfiQevQmVhRIg0JaAjlptSZuHAAECBHYWKOJlmsenne/v4EaJRwfopiRAoH8COmr1L2ZWTIAAgcEKFPG3NI8f+rY/iUffIma9BAhkJaCjVlbhsBgCBAiMQeAyDmOS+5kdqwIh8RjD42mPBAi0KqCjVqvcJiNAgMC4BIp4nebxvo+blnj0MWrWTIBA7wR01OpdyCyYAAEC+Qn06MwObzzye3ysiACBEQvoqDXi4Ns6AQIEdhE4iKP0PM52uTWHe7zxyCEK1kCAAIFrAR21PAoECBAgsFKgZ2d2eOPhOSZAgEAPBXTU6mHQLJkAAQL1ClzEYUz7WFB+n8Ebj3ofCqMRIECgNQEdtVqjNhEBAgS6FUjxfTqOD90uYv/ZJR77GxqBAAEC2QjoqJVNKCyEAAECdQl8TLN4VddgXY4j8ehS39wECBBoQWBFR61pRDxpYWpTECBAgMB+ApdRxDTN43y/YfK4W+KRRxysggABAq0K6KjVKrfJCBAgsJvAAArK729c4rHbY+AuAgQIDE5gkYzE4vckUpRvRcrfp4PbqA0RIECgHwJf0mzxv8OD+ZF4DCaUNkKAAIH6BVZ01CoTk2f1z2REAgQIEPhKoIiXaR6fhqQi8RhSNO2FAAECLQnoqNUStGkIEBivwMA+syoDKfEY7+Ns5wQIEKhVYJGMlJ9qlZ9plb9FvKh1AoMRIEBgXAKDKiyXeIzr4bVbAgQItC6go1br5CYkQGBIAik+p+PFf9QZxI83HoMIo00QIECgPwI6avUnVlZKgEAGAkW8TvN4n8FK9l6CxGNvQgMQIECAwL4COmrtK+h+AgQGLHAZhzFJR/Fb3/co8eh7BK2fAAECAxXQUWuggbUtAgR2ERjE6eUSj11C7x4CBAgQ6ExAR63O6E1MgECXAgNoryvx6PIBMjcBAgQI1CKgo1YtjAYhQCBvgYs4jGmfP7mSeOT9gFkdAQIECOwooKPWjnBuI0AgZ4F3aRZvcl7gurVJPPoaOesmQIAAga0FdNTamswNBAjkJnAQR+l5nOW2rCrrkXhUUXINAQIECAxWQEetwYbWxggMVeBLmsW0j5uTePQxatZMgAABAo0K6KjVKK/BCRDYV6CIt2kep/sO0/b9Eo+2xc1HgAABAr0V0FGrt6GzcAJDE7iMIqZpHud92pjEo0/RslYCBAgQyE5AR63sQmJBBMYhkOJzOo6TPm1W4tGnaFkrAQIECPRCQEetXoTJIgn0X6CI12ke7/uyEYlHXyJlnQQIECDQawEdtXodPosnkKvAZRzGpC9ne0g8cn2MrIsAAQIEBi+go9bgQ2yDBNoQ+Jhm8aqNifadQ+Kxr6D7CRAgQIBAjQJfddSKmERatM18VuMUhiJAYGgCRbxM8/iU+7YkHrlHyPoIECBAgEBE6KjlMSBAYI3ARRzGNPdPriQenmECBAgQINBTgRVF7C96uhXLJkBgf4F3aRZv9h+muREkHs3ZGpkAAQIECLQucJuMlJ9pHcRJ2es/Ip60vhATEiDQvsBBHKXncdb+xNVmlHhUc3IVAQIECBDorYCOWr0NnYUT2FbgS5ot/mNDlj8SjyzDYlEECBAgQKBZga+K2JcF7OXv02ZnNToBAo0LFPE2zeO08Xl2mEDisQOaWwgQIECAwBAFdNQaYlTtaYQCl+Unlmke57ntXeKRW0SshwABAgQIZCago1ZmAbEcApsEUnxOx3Gy6bK2/17i0ba4+QgQIECAwAAEdNQaQBBtYdgCRbxO83if0yYlHjlFw1oIECBAgECPBXTU6nHwLH2IApdxGJOczvaQeAzxMbMnAgQIECCQiYCOWpkEwjLGKvAxzeJVLpuXeOQSCesgQIAAAQIjEdBRaySBts08BIp4mebxKYfFSDxyiII1ECBAgACBkQvoqDXyB8D2mxS4iMOY5vDJlcSjyTAbmwABAgQIENhLQEetvfjcTOBG4F2axZuuOSQeXUfA/AQIECBAgMBWAjpqbcXlYgJLgYM4Ss/jrEsOiUeX+uYmQIAAAQIEahHQUasWRoMMW+BLmsW0yy1KPLrUNzcBAgQIECDQmICOWo3RGrivAkW8TfM47Wr5Eo+u5M1LgAABAgQItC6go1br5CbMS+AyipimeZx3sSyJRxfq5iRAgAABAgSyEdBRK5tQWEgbAik+p+M4aWOqb+eQeHShbk4CBAgQIEAge4GvOmodxCSKeJH9oi2QQBWBIl6nebyvcmmd10g86tQ0FgECBAgQIDBoAR21Bh3eMW3uMg5j0vbZHhKPMT1i9kqAAAECBAjULrBIRoqYxFVM4yBOym/oI+JJ7RMZkEC9Ah/TLF7VO+T60SQebWqbiwABAgQIEBiFwIqOWpOIeDqKzdtkfwSKeJnm8amtBUs82pI2DwECBAgQIDBqAR21Rh3+XDd/EYcxbeuTK4lHro+BdREgQIAAAQKDF7hNRtLic61plP+MeDb4jdtgTgLv0izetLEgiUcbyuYgQIAAAQIECGwhoKPWFlgu3V/gII7S8zjbf6D1I0g8mhY2PgECBAgQIECgBgEdtWpANMRjAl/SbPG2rdEfiUejvAYnQIAAAQIECDQnoKNWc7ajG7mIt2kep03uW+LRpK6xCRAgQIAAAQItC+io1TL4cKa7LOuM0jzOm9qSxKMpWeMSIECAAAECBDIR0FErk0DkvowUn9NxnDS1TIlHU7LGJUCAAAECBAhkLKCjVsbB6XJpRbxO83jfxBIkHk2oGpMAAQIECBAg0FMBHbV6Grj6ln0ZhzFp4mwPiUd9QTISAQIECBAgQGCQAjpqDTKs6zb1Mc3iVd27lnjULWo8AgQIECBAgMAIBHTUGniQi3iZ5vGpzl1KPOrUNBYBAgQIECBAYMQCOmoNKvgXcRjTOj+5kngM6vmwGQIECBAgQIBAXgI6auUVjy1X8y7N4s2W9zx6ucSjLknjECBAgAABAgQIVBLQUasSUx4XHcRReh5ndSxG4lGHojEIECBAgAABAgT2FtBRa2/CJgb4kmYxrWNgiUcdisYgQIAAAQIECBBoREBHrUZYtxu0iLdpHqfb3fTwaonHvoLuJ0CAAAECBAgQaFVgRRF7+V/kn7S6iHFNdhlFTNM8zvfZtsRjHz33EiBAgAABAgQIZCHwVTKSFp8Glb9Ps1jcEBaR4nM6jpN9tiLx2EfPvQQIECBAgAABAtkK6KhVc2iKeJ3m8X7XUSUeu8q5jwABAgQIECBAoJcCXxWxL9+OPOvlRtpf9GUcxmTXsz0kHu0HzIwECBAgQIAAAQKZCdwmIxGTKJORIl5ktsRclvMxzeLVLouReOyi5h4CBAgQIECAAIHBC+io9UiIi3iZ5vFp2wdA4rGtmOsJECBAgAABAgRGK6Cj1iL0F3EY020/uZJ4jPZfGxsnQIAAAQIECBCoQ2CkHbXepVm82cZP4rGNlmsJECBAgAABAgQIVBAYRUetgzhKz+OsAsfiEolHVSnXESBAgAABAgQIENhTYGAdtb6k2aIrWKUfiUclJhcRIECAAAECBAgQaEag1x21inib5nFaRUbiUUXJNQQIECBAgAABAgRaFOhRR63LKGKa5nG+iUfisUnI3xMgQIAAAQIECBDIQCDbjlopPqfjONlEJPHYJOTvCRAgQIAAAQIECGQqkE1HrSJep3m8X8ck8cj0IbIsAgQIECBAgAABArsIdNRR6zIOY7LubA+Jxy7RdA8BAgQIECBAgACBngm00FHrY5rFq8dYJB49e2AslwABAgQIECBAgEBdArV31CriZZrHp1Xrk3jUFTXjECBAgAABAgQIEBiAwJ4dtS7iMKarPrmSeAzg4bAFAgQIECBAgAABAk0KbNVR65GzPSQeTUbI2AQIECBAgAABAgQGKrC2o9ZBHKXncXZ/6xKPgT4ItkWAAAECBAgQIECgbYF7HbXi21qP/wK7EhJbZw4eCAAAAABJRU5ErkJggg==", + "e": 1 + }, + { + "id": "image_9", + "w": 167, + "h": 86, + "u": "", + "p": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKcAAABWCAYAAACq2IZQAAAHhElEQVR4Xu2dT3IaRxTGv9dy2d6FG0Q5QcgJQk4Qso/lyU7yJuQE4QbBG6FdMM4B0AmCThC4AbqB2EkuazrVMyMEEoiZ6Td/gI8qV6nK/V73fP2r/t+vBfwtFLDB6TEA9w+4lyZEGo/y2JaSVDNAZgtfJhw//C2Di8XfSnnttBvZ6dJnLPwCvgV4C+B+zOiq6ORTADeAnQDmBqGd4JW9OTR49xJOG3QawG0ToWkB1rWETQDfF01USf6vAbjWdwyLGY4wkcH5pKS8S81mL+C0wWkrBjFsAuJA/LZUFeuR2VXU0oYyxis7kcHF49ChHuXLXIqdhPMRxqhbrluXnLkSCjJwLewYVsY4Cse7COtOwBmNFe+lDXEwys8FVea+u70G7Mi1rPJPf7QLH1tbOG3woYkwDABpH2g3XSQ/c8COYc0IR69HMujdFJlZXt+1gpNA5q1GXzt76UCVz+cDX0+a9pXDGc2s7+8CCII9mlFr1lGZvuYARjDSq8MKQGVwxpMacUC+L1N95pVagSms9Krs9kuH0777EEBsh61kakiqTujGpwMY9Mqe8ZcC51LX7aA8xDXIqgHTyv8TjO2WBWmhcEZQhl86QNRSfqOlEP1UrkApkBYGZ9J9d9lSVg5SkQUoFFJ1OJOJjluSYPddJBb18T0HpAfzuqe9XqoGZ9yF3w64g1MfakouyTWMDTRPTqnAad+ddSBwXTjHlSUTUb/s7CXM20CjFfWCM24t79w+LQ9f1I+SKks0R4jAdw8/N5zJ2NKBydaySgxqnbf9KMMLt1KT65cLTnvyoQvYP3PlSKNDU2AKY9t51kYzwclJz6Fxpfa9cxhpZd2vTw1nMr50F7D25bqDmvJ0lFIBK79lOfmUCk6CmVJ8JtuuQAZAt8JJMLfrzRQZFUgJ6ItwEsyMojN5egVSALoRToKZXmemzKmAsT+9tKO0Gc6TM7c/zoPAOXWnWSoFXpzFr4Uz2Y78K5V7JqICfgpMYd601m13PoMzvmRm//PLj9ZUIIsC63eSnsN5cuZCm3AtM4u2TOuvwJrx5wqc7M79NaaH3ApMZdh3oYQWvwWcyezcxdfhQY7c+tLQS4Eny0uPcPIwh5euNFZR4FqG/Tg+KoAlOM9cSBK2mioa00luBZZazwjO5DLa37kd0pAK6ClwJcN+FEU6hvPkdMS7P3rq0pOnAsZ+585/JnCeWU93NKcCegpY/CGf+z1Jrlv8q+eZnqiArwL2UoYXbeGVC18haV+AAtGsXTjeLEBauvRWQIZ9EXty5q5e8Gqvt5x0oKqA284knKqS0pmWAgmcXHzXEpR+9BRgy6mnJT0pK0A4lQWlOz0FCKeelvSkrIDbJbInpz1Afld2TXdUwEuBeCkpfkCAhz68pKSxsgLRwWPhnSFlWelOQYH4TtHDwQ93Ap5hshVkpQsFBUL84mJ7PhyZ47hTQVO6UFFgLsN+w3mK4eR1YBVV6URFgU8y7LuX/VauaXCPXUVbOvFSIDlovApn/BYlz3V6KUtjTwUWVzRW4Iy6d55Q8tSW5l4KGPlhOfrxalAFjj29tKWxjwLPQ9KsCUfDHSMfiWmbS4E5zJvjp8G81gTyit4WYuz3XBrTKJcCG+J0rg+BGHfvDlAGWcilNo3SK7D5raLNwWO5555eX6bMq8DK7Pypk5djwsdvWjKIbF7pafeSAhuDxj4YbX9Ng+G3iZi+AlvBfLbOuakMloDqV8/hekwFZmo4kwV6PmBwuEBpfXlqMDPBGQHKSZJWJR2in0xgZoYzAvTXszYMXCvKZaZDRCzfNy9OGmUx3zohWucsOWLnAOXDBlnUPsS0KV5q2yRLLjijFjRwO0m3XV6OO0TiUn3zFEaCrM9YL3vODeeDE3bzqSrqwBLZjzBvu+sevsoihDecj63oXY/PEWaRfi/TXsPY4KX3LLN8tQqci1Y0PrDsIOVYNEst7H7aOSA9GZ53NT9FFc4FpPG2pysoZ/SatVVPX59gbNfFcNcuXiFwPnb1XzqA7RBS7Wqrhb+rBEp3eq2QX2FwPnb1blZPSAupvWqcFg7lw2cVDichrYYg/VztJQx6WpOdNOUrDc7lwiTboG5MyigjaWqpujRzAKOixpTbPqsSOJ/M7t0F+vfbCsr/L1WBKaz0cPR65LtW6VPqSuFc6fLvv7Qh0eSJy1A+NZrf9hqwIxgz8NnVyZ/9c8tawLnS5Qenx7iXNgSuRSWomrX93FfcbYcYucBZxWaV3Xvt4FwPqm3xbc7slbvBImkhMSpzcpOn9LWGcxXUTgNf71owEahtTqZSV/ccsGNYGePIOiDVF8tTlyRjwp2B8+l32aj7Ny2IgxVNDgEWCi3BKOO6jB8zchkl31k4n8PaaQC3TYSmBYRNQByw+75U5caME8BOYM0ER+F4l1rGbcDuDZybPjR6FflemhBpAFEre7yD0CYQYgbIDCZ0W4azfQJxXf3tPZwvQOsgdUODY4gDNmwkra0zca1umYdWruJy2hvATKI/YwBR90nLttbP5/8PFs60okUn/t1wYfn3VRow0bBh+89ihqPwySTE3OzyWHD7R+uk+B89Aqt/Sx+0EAAAAABJRU5ErkJggg==", + "e": 1 + }, + { + "id": "image_10", + "w": 170, + "h": 115, + "u": "", + "p": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKoAAABzCAYAAAAIR5llAAAJpklEQVR4Xu2dva4eNRCGPRUSDeEGIPRIkCsguYIcJAq6HK6AwxUQroCTipLQQRVyBSQtDQRRUCCRlFScNEA36EVetOz5vLZn7bG9OysdCfKtf/b1s7P2jH/I2WUKDKAADVBHq6Ip4AxUg2AIBQzUIZrJKmmgGgNDKGCgDtFMVkkD1RgYQgEDdYhmskoaqMbAEAoYqEM0k1XSQDUGhlDAQB2imaySBqoxMIQChwGVmd91zt1wzt30f2igX4jo61otxczfOOdecc796Mu4mv6biJ7UKneP+e4GVGYGhIBxAnEC871Aw73EvUQEeKpczHzfOfdpJPNnzjnUAeBOID8noudVKjVopsOCysx3nHOA8LYH9LXMNviMiABStcu/PAAut26oE14kWGL8fe+ce0REf1WrbOcZjwzqpXPuY6G+1a3pVK9Eqxp7jI+I6GHspj3/PjKo5865L4WNU92azkBFl0RqVZHNYyI6Ez7nbpKNDCr6oD8IW+ItzT4gM8Ma3hPU9QW6NTX70YI6NUkyLKhQi5lZoNpXRARrrHYxMwZ4vwkKvEVEk8dAkHw/SUYHFSPl0Kg+1Eqq1nTWBci1qp8QEfrhdjk39lIUwSdV3ZrOQM2xqk+JCN4Mu7wCo1vUC+fc5xmt2cSaZlpVNY9Ehm7Nbx0dVFid7xJVbGZNM63qHYtaXW/RYqAy89tE9HMiNEVu8w71PxIza2pNE62qmtssUbNubtsMKjPDqiHC86R2pOeUaswMH+WbEUWbW9MEq/qMiOBys+uEAmJQvcsFo9K7Pt8mnyxmThn5d2FNV6wq+qXwl1p8P/CaZoPqP7ewoP8LXxJRdl4lTEdCiLIba7piVd8nom9L6FEzD2Z+lYj+rFlGKO8suJgZoTz4A5eTLJq5U3ydHq2I15U1ncEKMPE1ekBE8F50fzHzF86531t08ZJA9VYUgE6f+aWozcT280xDodTurOkMVPTt0XW6PUqIdDYewNTEc82oWRTUFSs6h7Xpp2sllNqlNZ13AUbplwbCwGpeilVQmTl1Kt3rLa1CYEDVrTXt/ht/ooLMHAquPHXOndVu/5Og+k89RtPvJIj6gogQHmx2BV6orq1pM7GEBTPz1Kc+lQO8FujCVJtAcw1UZn7DOfdTxqz05pbrxIBK7ZMkbPfhkjEzlsnEVipUm+BdAtRqlUttzUX/yWLlqcIl3hcZsC5zqTLrK/TpT1mUNlWwizmTzIzPDroqZk0TAUy9LcFXvcyq+Fd2rY+asnziJRFhqUXzy4uJCdE2I75wayRG/6rCGhz1J75F3azn8QPAG6O4ewqzVC27zIk/y3oU+7rF3FOxCR/FKlJNact4kwIJkb9Y/kXGMDFQYys9m0xEiSljv5dTIMOXvlbo5nFMSmQqODup1USUcs1gOcUUmA1SY7eu/b55NW0KqKFZ9M0momxRzNKmK7Bh9eypQjaNZ6KgosTAIrpmE1HSpbY7tyjAzLGuX072m0KtqaAiRAo/5Twy0XQiSo5Cdq9MAcEq31MFAdD7W9eBJYHqreoyCNB0IopMekuVo0Bi2DSUZRFAp8xzQIVjH1YV65OaT0TJEdzuzVcgM2w6L6AooNmgeqs69VmKh8jypbQUNRVYmdanYkGXhSRb1CmhD6c9PPo2iDUh6SHvyLS+6ha0BKhY0ntlocoecKpXh4QN6Kp84kNPlG1R60ljOfeigN+rIbQDjSqgoj5qL0JaPeoqEAibNgHUQK3b1kPnvgibNgXUQB0apXqVn03r6wJQA7VeWw+ds4/v41ijrs7BssHU0Fgdp/IG6nHaeugnNVCHbr7jVN5APU5bD/2kBurQzXecyhuox2nroZ+0C1Cx0nGEjWyHbunBK98cVD+LHH47O1dpcJhqVr8ZqD4Cgh3icPKe7Q9Qs5V3kHcTUE9sa2mg7gCmmo+gDmpg71UDtWYrr+SNkOkIc4tVQV3ZINhAbQcqFm0CVtUTt3MfVw3UyC7WVfbUzBXjiPfPNsPDARLdHnyhAqpf0YhTVUJbrdseVo3eksWujeqnnaQ+dnVQPaSYMra2rbaBmtpihe87sb1o9f34JY9QFdRESFFvA1XSegXSBPbBBawXPa00rgZqBqQGagHgpFlENmwusreptG7zdFVAzYQU9Wl+1M4obpoSjT7PI2Fn8S42GykOql9qi4hT7KiX//Rqvc/qNNg74jHkCaCinR77IyVxhE+Tqyio0m0KOwAVHol7zrnDuckSQQWcTd1XxUCVQgoFWoLq/bvTCTAYROBUFfz/Ia4MUKEHdo7GTLdqJ/SFRC8C6hZIOwB1uVntpp2RR6M7E1Q8XhP31WZQt0KKT0rLvmHgDKXDbFIsAHV6F1U9AptALQApHrrZWQAre9Qf5pjKDaCi7dTmaIhBLbRtdmtQ147SPMQZBRtBRfupuK9EoBaEtDWosQPfdh8xKwAqvAEfENGvNfvn2aAWhrQZqIkn0u1+C/iNoD7wB0lU969mgVoBUtV+ziIiM/lOY4ZArR8Wq0iN34Wgwk11rrk/VS6oF3iDcqJOCeKqgyA4iLZ5iDdBR9EtAlDVrOj8gbJARUI/Ur50zt0VKXM9UQtQcw/6auaZKKRxMJsMULENJWZUqTv7//W1S4XwMX1YV6wi3XK1ABVihyZxh55ll+HVBFDxmceBZugqNbvEoE419r5UAIvzpySXKgAbzk/apW91BVQ87yURoW2bX5tBLQCsqgto47HeuwuvBmb4o2sHSKuP5lPfgGKgzoA9Q18mo0ugDSrET56CeELIXYVXZ6B28YkPgVsc1BmwOI8KwGL63NqlBmqi7zT2km8+ez5WgObvzPyhc+7v3vf+qgbqDFicoYpRNv5ODWA0QcWE7hLeikOEVzVfmFhZ1UGdV8APZAAsugfT4EvFR7kyASWmUej3W61cNdIKj5xOFdQFtIAVk3BVdugQHEIba9em0xNjldvb781A1RaSmWMTUCRVUvcBSyq5hzSHAHWD7zTWxodbuhITpNbvRwE1dQKKROfdhlclYtRKs3tQF4v3aumouiyj1kP0nO8RQM2dgCJpr12GVyVC1Eqze1AhnO+jwp970//hn+dnBuDfpXMVprZRWZJRC4Te8z0EqJJGmA6vTUx7ZT7VRKWEtxmoQuEsma4CBqqu3laaUAEDVSicJdNVwEDV1dtKEypgoAqFs2S6ChiounpbaUIFDFShcJZMVwEDVVdvK02ogIEqFM6S6SpgoOrqbaUJFTBQhcJZMl0FDFRdva00oQIGqlA4S6argIGqq7eVJlTAQBUKZ8l0FTBQdfW20oQK/AOCfaqhVKHk7AAAAABJRU5ErkJggg==", + "e": 1 + }, + { + "id": "image_11", + "w": 36, + "h": 74, + "u": "", + "p": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAABKCAYAAADT/vayAAADpUlEQVRoQ+2aXXLTMBDHV43CK+UElBPQnoBwAsoJCFN3hjfaC9R2L0B4Y6buUE4AnID2BJQTUE4AeSVOxawre6KMbO1aktMH8hZHVn7aD+1fawu4Zx9xz3hgEKBFlkyEgCMAeKENMFcAs3FaZOsGiQqksjc7S1FeAMAzmycEiB9bajER2cWf+vdoQMvT5EgpQAs8dITFJ5kW02hAKptuL4X80mYVG5xS8HycFZf4W1AL/c0Od7eEQpjHzGS5kmkxCQpUnh5OQakZwUVW1pGST0T24SaIhXS8vGNaxRguBByPToqZN1CZJ5hFr3xg9L1fZVrsewEFhEGmuUyL7V5AOpMwXkJYpjHuSJWP2EAIcyvGlwrU0wBuMqbA9GcBxYRBMhZQbJgKCCAnWWgIGDLQUDDVLi3g2GmhZX54HSOAbQlxq8ReJ1DgfcaVlN370MAwCNu+U28Apoofay1b5AczAeKty76hf8f4eZCdXRsxpCXEx9B/Rpivih9DD20QBjkaGVtZSCu974SVxBkixGt5coYyBoSGQT3rEuNxYACgVosVUJknCGM9pkQjMCf+JdNip76EQKEUX19+8xi04WDGAtbET+Uyrf5+912e732VSlw/uQ5ZQFcXgEfpUXq2a14DgE3tzgrU+3F6jk2I5lPtQ7o78c3X/Oz7lXops3M86ZpA+K3ME+xADLoXrcePWTryBEnr/g17sdwbbPFjAIU4DnOgUNB3Nqx0c+knZ1KfsastGGsM6Ti66dFK6cUl08Iqn42LA6Z/JVdtKzEFWnawD0J87rVkxk21XHUCDVVGarnqBNJxFFuONHKVBLTIk0wApAwPcIe2xo+xD9WzRpeza3JjfTXW1ItZRlblKsllOo5iqUhDrtKB7lq8wc9nNrlBclm0MmKRGyQgHBRDRdrkBhkoQhlpHh907ROt/aEycBlpkxtkC+lsU9xdr218V7lolR/rk5XhVGRnuSADBVSRneWCDBSsjDjKBRkolIp0lQsukFcZaTtdtAW/s0/tm/6UcsGykK+KbDtd9LaQZxkhp3sN6HQZDvRQkUYzirLJ0oDuXpXgNyMY6c6ykE5/djOCUt1ZtWx1cI8ywnYX/h/JZZWFmCqSWkx7W4ipIntZh2UhRhmZj1S5s9rIpGQXO6jv0t/5pGh+q8QEn+pwIFg79epg7TZ8J8j2AsHVSMkpvlDSF4btsvqPsJyUIJt2rgR54wvSy2U+K6feS0576oS+4/4DuSz4D+fVw6lIf44sAAAAAElFTkSuQmCC", + "e": 1 + }, + { + "id": "image_12", + "w": 135, + "h": 86, + "u": "", + "p": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIcAAABWCAYAAADlhYWAAAAGqklEQVR4Xu2dS3YjNRSG/6s+hzDDrACzAswKMCvAzGljZkkmeAekV0CYxJnhNj0nrAB6BSQrAFZAPKM5cYlzVRXb2PWQqlSlqvKtWbf1/PXlSldPgnyiQIYCJMqIAlkKCBzCRqYCAkdP4dCz8yGAIaAeaXlzX6aaAkcZ1VoaR8/Ox4hoBmAC4IO9Yq4B3EHpK1re/mlbfIHDVqmWhjMWIsIcIAbio8JiavqGfrpZFoYDIHDYqNSyMAaIDU1AYCvxiXPxLAEROJyVDROhMhCHxVb6c1re/pZXG4EjTFtb5apnlyNEPH7Q3GW4W4j8XP6i1YIHreKtWLVGCwLpry4mUHpsPYaoUuaC7kUsRxVxPcTddRcGiC88JOmSxFtaLcZZEQQOFyk9hNWz+QBP78ZQxt3khin2MDzkm5mEOvuQltePab8LHHUKD2AHg7EMDIPvsUO1GkT4kt4s7gSOajJaxW49DEe1oFe0urkSOKya1y2QmZXc0AiEUSu6Cbfi81SXwOGsWUqEHQh62MouolQlBQ4n2cz8wpMeQtEIiEYA8XxAu8YKTjXKnc0Qy3Eoz3bV0nQJNAB4wIhBfyHIdFjDwbGb5YsGAP8l6kdA7ZaQtX7EC723pPz+fZZrZfPHYvID5wVgo4YgXrbmz1gA/n/+d1j30aYiTYVp0lvZWwNgP/4zz3V8AMA+uTSwL2GbmOfQLy9nID0/PbPsq5VCpKN/odUt/xGnfpUnwRIo2E8WUx2ifavkWbAyWxqOeCyhr2voOqpUV+LaK5C7rsLJlIIjsRYMxv5WNPtiScjQCqyh9Khoy6AzHHp6wVvMvg5dO8m/tAJrKBrbbDp2gkPAKN0gbYn4AEUzGzCcuhUBoy3tW6oca4CusxbYKnkrenp+DdC3pYolkQIrQK+g3rsuM7FY2K3E29bwc+AaSvbuCjh1IWnJ58IRn4kgntoWr8S9cQLG0D/Q6pYnJCt9+XBMz+8C7GusVKETj8wu6qToyIGtRplwJEfrfrVNSMIFV+At1NmkzNjCeUCqpxd84MX3wllwBftZAD/dyKE2qZZDrEZnEFpD09z27KtrrdLhkLGGq44hwlf2RooKfQSH2T0dvfu7KKL8HlSB11Bnc5/jCytXNllU+zFo1SXzbAUsT8j7kPDYcsjCmg9d60jDesHMV+ZpcPDNL7Jxx5fCftJ5gDob192NFHorenqh/dRHUvGkgPf5C9ty/c9yiAtrK1tj4V7TasG39wT5BI4gsltlGhQMLqHAYdVOjQcKDsYxHC8v5iB837gUkuG+Aq0A4xgO2bsRGtPCHeFNFlC6lSbVzs8riLuaVySBox1wND7BZVPtQzh459cfNhEljEcFcg4ze8zFOam0GVI+qCzbAp2lLBuhnr0YZUuzHy8NDtnk40NZuzTWUGfDpqfF7YqWchxSiztrq131cA2usJYpbMp+DnNA+vcyiUkcJwUeaLXgS+Za+2XsBLuQldm6m8ziYvq6i1CUfjoc0rUU6Vb191ZNdmVVJmODsdkqyNZDvJaqGKTF74DV4GJnn1uZXl4B+rs6tDnxNDthNfLhiDcai/XwTXJHrEYuHPyjHKL2TQY6YzUK4TCAyBkWf4R0yGrYwRF3Lzxr2tPrnf21fUFKrZ/XOCx/4f0cxnrENwcyIOK9lGWp5bOhadWygkMAKUvENt6aVov4yu0OfdZwCCCVWrU1W/9cauEERwyIjEFcBDZhFX1qe4Ofc9o1RnCG47kscomcdasUvt9qnVLDAUvDsdfNyBXX+Y3WyS7FypW1gTU5mc8ns+QmoEPBOuilPFehkuU40iF2efkWO36mQdxeM97QHxfdMW7zBxgijFc49itg5kY2epy8msiP55zkAzq0WtSmcd3ANFrwE3ybpVNrKYewNQrH1tPht1gj4gd8+j5GETjKmrfkyoc+QyJwlIVja0ni9+H6+LiPwFEVjt3M6z/Lvl2nLQNSH3QkaSTnZrir6Ycr3NGpc2+TYB7ZMEklrzXwc2F9GLCe9gypbzh65tVYPbZXl4ZV0g3iyroWONnLyjOvHbUk+Y/7uurRVPhOwHFgSXgNp4vT853rXjoFxw6S+QCbfyegaALQuEOD104B0kk4Uhf8zDqOHgPEazht3gxd+2sHvrqdXsCRJobxeOLFvvh7ogEIQ7zQ/GZd/rdRQxMW0agm2NaIMKM3i7uiooT8vbdw+BbVrDIjGiBSY0A/g1dlpbn1s6cChweKtlaKrZOi5M6NLUApOeh7KLVs+75SgcMDHH1NQuDoa8t6qNd/s543dUEk5C0AAAAASUVORK5CYII=", + "e": 1 + }, + { + "id": "image_13", + "w": 92, + "h": 66, + "u": "", + "p": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFwAAABCCAYAAADaM7GzAAAEY0lEQVR4Xu2cT3bTMBDGvxGLLiknIJyAcAJyA8qeBrNruiHcIJyAsGm6TFP29AjlBLQnoL1Bs2t51OKNnCZtYlmS4yj+I7/X10VkS/7p82g0MzYhHF4JkNfeQmcIwD2LIAAPwD0T8NxdUHgA7peAjA46Fj1e0fj4yqKdsUntFa6A3osWCC1AtgD+r/5eGumsNrgG5AUkneOZPMszCbUBLqP+LnDbRiw6QNwGqJ0Tqss8XELSkE6PxrYnVRa4jA5auKc9kOx4gpvF9BpCRjQ+PjeBrxRwGR22EccRQHse1Gtit/q7pE8mtZceuDIV8d8+IKNSQl7GboBeWuAJ6NsBQAz6ubvctnbGFEK2dQtqKYHL/V4fhEHFQD+aYfmdJsf9tCkvHLhazNjtmrti3K3yGnbtNCdvAHpn17a0ra5pMmIOK8dawNVj/++uAzH3FN6WFoHngdFklMrWGbiCfH8XgcC29bXn+6hOd4Le0PjoYnnA1sCVqYiJ7Sq7ZFVaxLYzSWLnBY2HN7mAV38R8888t0mR3R5vWz/6H3KVe8zppQTYuSZ9CrHTSjMnfDWtDZcfensQ+Jmry0afRF9pcsRrXeqhB97t8QobvBA38WSqO1vh3Z506yu0BrLVHYAXqxGjugPwQoGb1W0Czjm8PGmoQm+jIhezUrcB+MEQoM8VueFtD/OEJiMOdRgPvZeSbOX/GK8QGgBCvrJNKGfGUsLGx0pNlzQZccLa6sgGrnKI8rfVlZraSOILnY6GtrdvjBbKbo8z0SHOrSPqYE4yF82H6yeZ8qByDW8nc2IFnBvNwrPfbB+b5rTTRwV1DIwmZa70EKZdZRjjPf0YnbkIzBq4UnoIaD1lq0mjZU2AG3BVK3LHi2iIInJsW5MoLgy4UnlSoDOuQSmDiyVIbesFeLDpC/ZegQfvxZNJWX62VMF7TLxSN690YtOLps7oJXb9jqE3a0dqUZ68zMzJSzGtMg2sX7EOyz6wKxR44sWosC7XsjRB7VOajCyLVBPkhQOfezGVLzk2Pc+z3x3NysaAL9QOzhxVvfw4i762NDntpI0Cn6s98WTYzNQ0R2qXQN6oSUmbXdk9HACS3wyonwtp6SJ6Ufhj+DMXkjMkdSsQtYqNewf+yMy0ENfNvpvj41sDvmTfufixHm6kwbRsHXj9wOesnrX0QgtvNovNVFfxhixQaRSuCYqVFfwJQKuf8xDx2FQQVFrgC1OjqgbYlSyLV2Pljege/dIDf+rVbP0tuikEddJeB7S1rZUBvgA//9iB/w2UY9xka1t729l3bSf3DyOQZDvvIWRg9rFtxl85haeGDJJYzSYXWOe4d+VtuI16NuRSFgbbe/DKBloRbWbgOV6zXv1MATZ7+X5qYVJ0kzSz8QzeNTpp/Q0rV4HUGniSBJl/Wcj29ZkTiJ2+7k1iV8CNUvjTsLDaQLHadUGyXxByYPNltnWg117hKyGD1VyrF9AP42gc8MTMcGWBiCBwts6uMY/S/wNN25BSkXCHIAAAAABJRU5ErkJggg==", + "e": 1 + }, + { + "id": "image_14", + "w": 57, + "h": 48, + "u": "", + "p": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAAwCAYAAACrF9JNAAADF0lEQVRoQ+WaTZbSQBDH/9W+J+zkBuIJ5AZyA3HvYNwBG+MJZE4gboCdGca9zAmUEzhzAmdOoNnhJuXrfEDCBPLVnc686d1Mkur+9b+qU1WB8AgGlWFky+4A2x7QviZn9reMjTqfyQXJ1qQHz7MA6gN4mbLAGzAcPOE1OcvbOgHyzHUSkq1RFx45AF7lMRbecwHRspuk8FFIPptYIJ4BeFYAMLrVBZNNl3O5QcZHKmQI+FXB6jYQbJl24XuQCgFjqmJKlwvpFUZGAjKMweuSLpoFYEzVJORw/LPgIZMFdnjdBdev6g4yeE3wr6KrLnn/DQRZ5Myl12gfe8jhaAbQB+0zJiagc1rNp7rnjEGO5a6mveh1r0G7qnFI1k1z2j6dQzyd6UgifMjwVP1tFtKf/S58r8oDUNmIIPvw6Icyq5UN8ReI9lSVqiGk3YH370/ltak1oEzVBsXksR2qrmocUnciUEVnFx4s+rZYlzGyhzwb2yB8LmOkvmf4CqJtFY3VWMbj145NOGGz9qywqoe5q6z/3mXN0ozrUlXYecq4gyrEP2Vl+6JMoWyCPVfCf7+efDseQOC7iRVXmHMD0Roci1XdnYEK6y78qAtB/bTK5niPxxrJLEge2Q/FdeWuuBCt7qGiGd06GaNbB6DXhffV3AMbWi1k63Q3cvZdfVXlyfvc3NoLzMz0Pt4pzAUpzftdc287rb+wLgC3v/WOVotu9GduyOgBDmK1+ap6eBOlgYUhH5CqF7RaWHK9pSD3qvrNL6mqibZJlh/vDqBKkDvY4WQK8KesWeu+TquFz6cEMnDh5qmqHLKJqmqDDFQt9clPtTfvXiPK3DVthRwU4rJ5bCA15CtaLQdKY/KYDMZUZXyMvqRpVTIOXruqgl9EBXVtkLEkoo6Ef5cI1OKuqbEaFOYyidARqy4E9+JtkVqVTLhvkPCrV/WgAjGmZAJWpaopgI2AVJbwHwFsDGTFMm4DQfapr9bGYvJUesO+C3P0C7C0w8kFsIZgh5xl5me+RkImD6hJD/A6sf/d5mkox200HlJFQvsoIP8DRCo/QPz7jQ8AAAAASUVORK5CYII=", + "e": 1 + }, + { + "id": "image_15", + "w": 38, + "h": 32, + "u": "", + "p": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAgCAYAAAB+ZAqzAAAC1ElEQVRYR82Yv28SYRjHv89rK60arU2cNBGDk3Ggg4mTZdJRHE0s3ghM+BeIf4F04TrSaxNHcdRF28nEoSUaJ42a1MlBICoW7T3mOaC9g+O4H2D7jvD8+NzzPPe8z3OEI3ooKBdr2TiAOPZUHMx1THEdmNmmSqke1JaXvC8w1gpzMNsFgDUAF4cYrIGpRGvlyjgAR4LxvVwaCuLsjE+HNSjSqFLe9invKuYJxpl8EeCH4RzQIzLKxXC6wFAwXsoVQHgc1nBXL3T0XMFYy6Zg0suIUDZ1XoaaKQZ5QdzBMrnPHkUelvcLFGtUWXnlx8AAWLS68uPSX/QcYKzlkzB5y4/5iDIjo+cEy+QkzIsRnXqqv9m9gmux9z2ZVahYwa329sGsjm7Sp0lCie0Pfy7gXTuB9MmNnqsaVCzVD3cAFqlnBXucr3/PQSJnhyNDT9qt2MAmn0a74+e/riMxvYPL0zvdn50N+dDAhKb6c9EetQZULN5L6VECAxgPaE0vCfShgr1tJzBLu7Z0YoMMPdUHlq0CdDtYGUeTljdUzkGdoUGGPucEG8+lHYjUBQxk6FYW/3sfs5O7pHIQTBQ4k5OB8H6gx44g/OTHTdw99cJhYSBiFlin+8vk6XdaDY3V4hikl9marNgaLP6eh+4o/TS0R5+KAnX1+Eecn/pm0+BlMlYKjhqz2+OlvAZi6ScTiZzLldRxr/gSVVZkFvQYrTtplZob67QxFApYJUOXLcw6o7cka0YzNYDSUaZaqanN1oLl9NaJ1/0Jb0BxshctX2COFHd2AXkqgXRN8+bvBbTMGOaPNXFWNfHdPA2Jkpwbs1uYV83BKjRxh9b1qv2PkREbVsvdl0QAXSEFRqIkV46zwB0WG2AquC3JocEckewsxQIYpAd6rnZjAdtvNfIpYa+dBpnp4fcuPwOr6qhPCWMF60+7tdzAtC5lQNWDfDaYKJjPXusq9g+yhBswjsUtKQAAAABJRU5ErkJggg==", + "e": 1 + }, + { + "id": "image_16", + "w": 66, + "h": 39, + "u": "", + "p": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAAAnCAYAAAC7bZ4BAAACrklEQVRoQ+2aTXqTQBjH/+90oTt7A+sJzA2MJxD3irgL3cgNxBPYbkKWiB4AT2C8QXMCmxvorvWx8/oMXxZKpoQwAVp5nixCYGb+P96veQnh/5EQoLvEgR3vELiYQIppootxjgOcUTg/u03n6EEk4q9+WyBpAfRig+A1JDz6EsSbgIwSREPxNZr5K8RDh8KTn9UfRwOCndkRrsgCwQHw9DZT1/y+gngwrcIYNIgOxVe5fKIoUECLY3Ag2DmeQEoHIAvA4x2evP5WiZfXY8YgQLAzm0JCBTuz4sto1hQFR/mp3kDwK9eCUOKTzyNjT143MNNb+jwP91pHVCK9yvP9iC+DWVEUTIyDaJ/m9mgfgp9QuDjv3DUMRnozdLKg2QmINNIrX2fl77vkeDNitaPSB4rmfmsQe0tzxtG0AHEt0qtgZy7HGxdfKqWaWUTi85L8XtOcUTANLILtYx/g90bX0ffgWS1RGyOStCcv1Zb1Wd/rND6/Ln2y7S7vBQTgO0VB0sS5YRH3wh1yMxP8nMKFeuhlEFlg/GHcHAcxAZ9StPBqN11su2oD8mYQ6zS7CH0/gm1XtbCGsBkyiCFNl9UJihiR9gTom8EV9Dn0LwAxBPtqg1W3kH8gXrseCB/7XG3Hc6fiJWJd9/pGjLgj2WIr8aVCO/8yYhCtxdeDGJdrdCK+HsTwg+Ua4BgCcV4EdRlTSpUl2y53OXgHY2XiRdjk/eUu81VBDKGg2pv4WtdQJ3sssXsRvxFEAsOenQD0bhcza3hv7+L1INJehNqRmWjCrgBeQpj3+YYPo7hM15jpCsYKjBAHrKJ9bXm77aJNXL+xi512qS78lm4yCvFa16jSzl7Qepp/o+S3jE78ViCKElxZyJ/LKQQl7wqLI/mfklwO2eybuFLrFzxNBh/TNX8BNS0kNxIyk5wAAAAASUVORK5CYII=", + "e": 1 + }, + { + "id": "image_17", + "w": 49, + "h": 39, + "u": "", + "p": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAAAnCAYAAACmE6CaAAADNUlEQVRYR92Zv2/TQBTHv+8odctvkFhgoBJMCEQ7IDHRTDDSFYkGw5RkIfwFmP8gLEk30hSJkSAmWGiYkBhahMRWiUqwgAQEAU2q4kPPcezEOP4Rn5MKr3l+eZ/73rv73pnwHzwUxCD14hHstDMQNNsXJ1Cnanl9t/D7QljFm+0SgJsBhW5CkkEr5eq4Yf6BkHouA5PqAA5HLK4BIXWqLn2IGK88rA/CBng5xL80IWHQSoXVG/njQNhTiEczqgJ+xY5FFRcim+e5HdQDUUe4CVCJamUj6gtJ4ywIW4VvSZN53n8LQfooVrEOxI38AgSeKIaw09H9tFXpQGQLBiDvpQNhZU1VlVFB2OMjH0BMGVQtfVc5YCOGsErftPeVVVUg44BQroq9OhVmYco1VSMTI48SVXr3Cd7oTsUoQGXoMoRWHLZXXIjFgg6SD1VWFjNXEyZ0elRh3xbr6fdO2VwdoGuxMigKftM+ixN7vuDkxOenEFN6HFU8BtCy4LxqXFBUW+Q0j39ewfUDL7rxsVTxP09kcyWA7kSuIGHgu+3TaEkNF7X33kyRDOXAk51ty9kUpt7s9V/zWNjfGDQUoTY//HhqbhdTtiR4/vsSru57HaZnA0Jb8OuVQIhuVqlb+wirkkqvRITgcpoQlPE640gQDkxKRjFkOnkV2oTQZnsViQXB2dJQ5VVrDucmN3BM/AibUo5lodpSsRscG8JRZTFfBIFPb0mOs1a6LamBl9jbB59FhAAgtKNdNYaG6KiSm4FJ3Cvz0f/dP/LTznHwhscNPk3t8HQSd7sXE4kgVKvy1TxkrVS8X5zZ+zEMZJlqFZ2DlECoVoV7ZMvUcHl6LUiVBtUqGaUQriqWkeT7p0S9wqrwqsWqnJ/c8FMlPYiOKuzBWlUVZpJV4X7hHd3TK+lCOKp0blG48ROrwr3Cy7CrinuLoqwnBnWhSlXYKPJjgQia6+7cqUO41sW6qFZlKJ2plEpjB62LtipGYpvfo8LIIZSoIumW95vIyKaTV6EhVGlCUtHvo87YIFxVLJvP+0qQdVmGkMagDzljh+iZYjP4IzIgzDiqmXIdE9pq2KXBroEIM0pBv/8FxL5XN0dqfgsAAAAASUVORK5CYII=", + "e": 1 + }, + { + "id": "image_18", + "w": 181, + "h": 154, + "u": "", + "p": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALUAAACaCAYAAADvqQlKAAAOWklEQVR4Xu1dT4xfVRU+d1kjgSgL2xCKi1JW0loXLFQGF5rYaqeJxIgJrUFaV86UsqFW24aGbigzs6NFAkMixmgCRDHRhW2RBQuGtq5ouxFiigs0JSh198yZ3je835v359zzzv33fuclExLmnnPP/c43t+fe7753DeijCCSMQFEUswCwDQBeNcZcpIRqKI20jSIQA4GiKI4BwFHb90cAcJcx5npfLErqPoT098ERKIriNgB4EQB21zq/ZIzBWbvzUVL3IaS/D4pAURSrpQYAbC47vnrlMly9cgW+ves7+L+WjTH7uoJSUgdNWT6dFUUxAwD4g7Nm2+yIpQDWuas/xpi/DxlhURRI1kUAuLX088a5c3Bh5W14ZP8B+Owtt5T/+0fGGJzJGx8l9ZAsjMi2KIq7AAAXZfhzP3No7wHAOSwdjDH4X/JTFAWSea5qsHTqafjCpk3w/R88VPeD9fVM28JRSU2GfZwN7Yw831C/Dh0wEhxn08WuxZ2tn/EP4N6yw/98/DGcOH5slczbd+xoiwP9b2vyraQemrpM7S2ZcXeBOytTR46zKs7C68ht62ck9Fq5gfXz82fOwJGjx6rlxkRfSHpbipw3xmCJNPEoqampGUk7OzMiyfYGHhLOrPvKsqQoCvzXYaEawx//8Ht4Z+VtOHL0eGtoF1ZW4De/frlK+uPGGPzjXHuU1IEzG7M7OzvjzsLazBghnmcBYEP9jwrr5y1bt5Y7HI1hIZn/ee0azB16vP77PcYYHNfqo6SOkNUYXdaEjBghNPb5wQfXYOnUKXhk/37YcvfWxjZYbjx/5jRs3/EV+PrMumoDbSYWjkrqZNLrJ5AOIcNPh45eTxw/CvOPPd5aP2ONjTM0LhrrpMc/CNzys7sjl+yOyHUltWMScmpuF2K4A7G2s5BT/EjYN86fbSR9y++WjDHzSuqcsuwQqz0IhISOWT87RDzZFMsN3OFo2KNeLUXwQUGm9qzuhiip2bCna9gkZKQb7WRkXXvU+LvFZ56Gnbu+27R/jeUH7q5cVFLnkm1CnLZ+xl0A33vPhGjcm5R71HOHDsHGjZsmHHT9DgBes4RePcGnpHbHPkmLpoNASQbaERQu/Opkxua4f3318uX6+Y/Sk+5T55ZoSrz2INALlLa5tenYv8ZtvNmmMyY6U+eW5Vq8RVHgYjC0OugdtbK2btm/xvoZCd14KlBJ7T09fjqwp+qwfs5yu64PFdzhwJ2PynHT0mQZAOa7DkkpqfvQTfD3icjdMZDpPEddBqSkjpGaAX02HQQa4C4X087z0/VBKKkzSWvqcrdHGM/b+rn3hVudqT1mQdp17nL3ADz+BwAbKW+QV/vQmXoA4iFMc5e7BTAi1dFKagGkQ7jIWe4WxIf0WQQltSDiPlzlLnd7wOSLLm+qa/nhIQNDXI5B7h4y/hbbg8YYfAWN9CipSTCFaSQqd39yA+C5ZYA9uwDuvCPMAPz18poxBj/dQHqU1CSY/DcSlbvf/wfA0rMAH/4b4PbPATz5M4DP4GuB2T4fGWPwozqkR0lNgslfI3G5+69vAfzqtwA3bnwa9Je/BDD3E5lB4B8MPuFnf3JdraSWSTXLi7jc/dxLAG++1RzL7E6APTtZca4Z4R/ML18C2LAB4JkToWf/B6hffVJSD0sz21pc7sZy452/dcfz0wMAO5jnn+p/MDhTP3mYPX6GIXm/WknNQHeIiTe5+90rACd7Nghwhj1xGOD2z9OH8OG/AJZOA5RlR9Xyq/cBPPow3dewluteBmhzp6QeBrSTtXe5+5XXAV59vTsmnGGfOEgrHfAPZfH0ZH1e9/7jhwG+dp8TDszGSmomcN7MgsndlDKEMsP+6S8AL/+uHw+c/Q8fDLFwVFL3ZyNci6ByN+5Pn1xoLheqQ37oewDf+sZ6EMr97b76vLRUUocjUgo9RZO7sf59aqG7bECAcKFX3ZpDO1wQNtXPTYC6lDLDE6Iz9XAMh3mILneX229dw6huza1cukno6v52ly2lhBkGYd1at/Rk8XTzJip3u3U92RpFmD+f7V843rOlv1213Pjhg6EWh9XYt+uVc0PIMMBWVO4eEMeaKdbX716V8HRTckdlMryaCMYY8k4duaEMKuP10nTNQxKjxYXfY0foZUVb0DibI6HjnCFpvDGgLVQltQDzxOVugZgmXODC7+dP8b1KSOz83tFy9WumVBdKaipSLe3E5e6B8bSaUxaOdWNcSKJiyJXW5cZCXiRil0pqJvAR707hRYxy9y9OAvz3E5o91s1I6Aj1cy3A94wxeB0e+VFSk6H6tKF3uZsRU6cJRe6uOgi7/9w3WqfSQ2fqPjgbfh9M7mbE1mhClbvrxkNO9EnFftMP+Rx12a3O1A4JSPUyoMYhuMrdTfV0mDMdXRnovYe8yVhJTSB1NLmbEFtjE1e5u62f+GWI8yyt5QeBNNHlbkKME01c5e4+/+Hl8DIi51pay4++ZAKAlbvx5H0elwFRZPFy3Lhd9+BugHNv9h9gajvRR8CQ2aT13nGKPy0/WlBKTu7uyibWz3iOmiqHV+Vu6om+J+YB7rmbwimJNk770vUOldQ1RJKVu9uoUv0cAoVOTXI3RZgJ97Kt04drdKHYk/Tk5e56/BQyVm2++QAAnrBreiili/+XbVm7HTpTt5cbeLZggTLZJdOG8rItBkuVuykn+vwtHEUIrbsfNxeD+OUfXAzmeRlQ38u2LnI39USf/Mu2YoSeelJnJ3e3/RPR9rItfpnp0b1ux0UpJ/q6yhj3f8bIr2lRXU/tQjE7ubtv96P+su2QbbiuWl1ulsZ7XPDaZbxhTPSZSlJnJXdT011uzWH7+QPDt9/qX2SSfWt87R5x6vBc2k0VqbOTu10yiW1RTdx8h9sXmNr6qH5qQfatl4l7xF2HSGk/NaTOTu6mZM93GzyDjaf82rYB3fsfvAdN6XIqSJ2d3E3JXF5tWu8R9zGM0ZM6K7nbR4bj++y8R9xHeKMldXZyt4/sxvcpuv9MHc4oSZ2d3E3NVl7tyN+Tlh7W6Eidzdvd0plMxx8eG52lfk3JR9ijIXX2creP7Ib36XyPuI8QR0Hq0cjdPjIczif7TRXpELMn9ajkbunshvHnTe7mhp81qUcpd3MzGcfOq9zNHVKWpPZ2GRAXxem08y53c2HNjtQqd3NTLWoXRO7mRpwVqVXu5qZZzC6o3M2NOhtSB70MiIvmuO2Cy91cOJMntcrd3NSK2kWRu7kjSJrUtn4+l83HZLhZSNsumtzNhSVZUqvczU2pmF10uZs7kuRIrXI3N5WidknI3dwRJUXqoijwi/H4Iua93AGp3WAEkpG7uSNJhtQqd3NTKGaXnNzNHVkSpFa5m5s+Mbsk5W7u6KKSWuVubtpE7ZKVu7mjjEZqlbu5KRO1E/86kmh0TGdRSK1yNzNbcmZZyN3c4QYntcrd3FSJ2WUjd3NHHIzUKndzUyRqt4wfJTPGXBf1mpizIKRWuTuJrGcnd3NR805qlbu5qRGzw/p5Jubb3WIjITryRmqVu4kZ8Nssa7mbC40XUqvczU2HqF32cjcXDXFSq9zNTYWYHZYbuBh8UcxjZo5ESa1yd/Tsj0ru5qIpQmqVu7nwi9qNTu7mojOY1Cp3c6EXtRul3M1FaBCpVe7mwi5mN2q5m4sSm9Qqd3MhF7MbvdzNRcqZ1Cp3c6EWtZsKuZuLmBOpVe7mwixqNzVyNxc1Mqlt/fwCtyO1G4zA1MndXMR6Sa1yNxdaUbuplLu5CHaSWuVuLqyidlMrd3NRbCW1XgbEhVTMburlbi6SjaRWuZsLp5idyt0DoJwgtcrdA5CUM1W5eyCWa6TW+nkgkjLmKncL4LhKahVUBJAc5kLl7mH4TViXpJ4HgAVBv+qKjoDK3XSsSC1LUl/UjzKS8JJupHK3NKIAUJK68OBbXXYjoHK3J4YoqT0B2+FW5W7PmCupPQNcc4/1M36uYNQfkwkL6freSlLjh853xw5m5P2r3B0owSWpZwDgbKA+p60blbsDZ7wqvuAr9XsD9z/27rK9DCjnxNRlct3ak8umyt1yWDp5qpMaLxJCYt/q5EUb1xFQuTsiJ9ad0rNHTrW+5iVlNJcB8YafhlXb0VOVzd3zo3K3O2ZeLLpeEtBtPjrkKnfTsfLesovUtwEA3guuF3V2p+GgMWbRe6a0AzICfe8obrPE1oXjekhV7ibTLGxDytvkswDwStiwku9N5e6EU9RLaoxdPzE2kUGVuxMmNIZGIrUlNtbX9yc+Hp/hqdztE11B3y6kxoUjCjObBfvPxZXK3blkymWmtrM1LhwvZDQ+iVBV7pZAMaAP8kxdxjRl39RTuTsgGaW6cia1nbHHfqJP5W4phkXwwyK1JfZYT/Sp3B2BiJJdDiH1GE/0qdwtya5IvtiktrP1mN6YUbk7Egmlux1Eakvs3E/0qdwtzarI/gaT2hI71xN9KndHJqCP7qVIneOJPpW7fTAqAZ8ipK4IMyilp36iT+XuBIjnMwQxUltip36iT+Vun2xKxLcoqS2x8cD8XCLjq4ahcneCSfERkjipLbFTO9GncrcP9iTq0xepUznRp3J3osTzGZYXUlcWjjFP9OllQD6Zk7Bvb6S2xN4HADFuyVW5O2HS+Q7NK6ktsUOf6FO52zdrEvfvndSW2CFO9OllQImTLVR4oUjt+0Sfyt2hGJNBP0FIbWdrXyf6lo0xWLvrowisIhCM1JbYkif6VO5WEjciEJTUltgSJ/pU7lZCtyIQg9RDT/SdB4BZvQxIWd2GQHBSV4QZzok+lbuVy70IRCG1JbbLiT6Vu3tTqQ1KBKKR2hKbojiq3K18dUIgKqkrMzYeV236nNkSABzT+tkpp1PfODqpywwURYGfNMMfFGqw3r6oZJ56frIASIbUrOjVSBFoQOD/fbH419SMdTAAAAAASUVORK5CYII=", + "e": 1 + }, + { + "id": "image_19", + "w": 193, + "h": 200, + "u": "", + "p": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMEAAADICAYAAABRTYVUAAAQe0lEQVR4Xu2dW2wc1R3GZ87s7Noh5AYmdWgTQlNBISUVDQUlD5A2TVW3EVJVWY3URlWTpz5EzVPzaEAIEBJIiMsLAgnEAyAiEQESElYkItFESlEIuTZVHAjCgRjHdepge717qv92z/b4eC5ndmcvs//PUpS9zcyZb77fnO/858yuOzQ0tM9xnEuO4xwbGho65uAPCjBTwK1C0FPd72nHcQ5XgZhgpgV2l6kCBMGfHMe5xdx/KeUZ13WpdzjDVBvsNhMFCIIHHMehf5U/13Wl+ld9acJ13SNzc3PHh4aGqKfAHxToKgUIgtsdx/m9CYAOAz2uvn/ccZxP9+3b93lXqYCdYa0AQbDMcZy/mqY3n0spKz1EFYavhBD/KBQK5/bs2TPDWkHsfOYVcGkPHnroob+5rlsIA0EBoN4XQigYpj3P+5cQ4u979uyZzLwa2AGWClQgePjhh3cKIVYHRaIgAHRYFBBSyi+klKf27t17mqWS2OnMKlCB4JFHHtkmhLhHHxDTYxsA9M/RujzPox7hdE9Pz5ldu3ZdzawyaDgbBVRPsCGXy/1aQWDk/8pYgM74Zg+gA6De16ISrWYkn89/umvXri/ZKIodzZwCFQgeffTRlUKIP0ed/fWopAyvYNEBUOtQr1UVuSqEOLFkyZJ/Dg4OzmZOJTS4qxWoQEB/jz/++D6b+KNgsAFAh4WWo+dSynM0dti9e/d4VyuLncuMAjUIHnvssR2u635PrwBFxR9laj0qkcOjegVtEE3RalxKeXrRokUX0Ttkxi9d2dAaBE888cTPHce5O2n+V9cObABQn9GjkpRyJpfLnZ+dnT27c+fOqa5UGTvV0QrUIHjyySfXu677S+2C2LwBsU380XsHEwoTAP05LVd9/nW5XB7ZsWPHhY5WDY3rKgV0CG4SQvwh4IJYrVQaF3XUoNiMSlEA6O/R4+qYY8rzvAu+73+2ffv2a12lOHam4xSoQUAte+qpp/aaGV89VwNifbAbB4UyNX3OXK46SK68HvRYgeQ4zpcUl7Zv3z7WceqhQV2hwDwInn766d8JIW4Oq/+nkP9DTW/C4HlepQfSYLgmpTy/atWqLzZu3FjsCvWxEx2hwDwInnnmmfsdx9nQovwf2AMQDAoAvYeg16q90WypVPrKdd3PBgYGMF+pI2yU7UaYPcEPhRBb9UhkE3/0qJQ0/4f1ACYAar2qdyAoXNedlFJ+vm3bNlyRzrYP29p6syfoE0IMtiv/h/UAOgDqM6pnKJfL1HMUc7ncaLlcvrhlyxbc+NNWS2Vv4/MgoOY/99xzfzHq+LEXwELq/3Xnf7U+EwodgKr5K+MGBQQ99n1/YmZm5outW7d+k73DgRa3Q4EFEDz77LMP5nK5fr3Or5c8k9T/zeqQWQ6Ny/9hPYAJgAJBbS+Xy9H4YZrGDlNTU18PDAzgxp92uCsj21wAwQsvvLDZcZz1YeXPduV/ZfQoAMj89H4VgsoFOOolPM/7ulQqjd13330YSGfEmK1s5gIInn/++ds8z7s/ak5QGvX/pPmfzE3C6JFI7wF0AMzXablqrzLt+/5XZ8+e/WZwcLDUSqGxrc5VICgO3ZDP538bVhUKqv6ouBR3AcyMP5o5F5RFbfK/+kwUAJVBg5TzegfXdeeklBOzs7OXN23a9G3nHh60rBUKLICANvriiy/uNu8LMA2uv6/ei4Mhqv7fSP5XEcjsAXQAFAiqF6sOouXc3Ny3nueN3XXXXVdaITi20XkKBELw8ssvD0gpV2Yl/+vXDnSz64+pt1B/vu/XHtM+0nue580Vi0WqLI3jinTnGbWZLQqE4KWXXrrXdV26cFYxi36GD+oBwub/qPsH2pH/bQCoDqArg2nax3w+r/b3aqlUmrzzzjv/00zxse7OUCAsDq3zfX9zN+T/sB5AB0CZXwGvngshivTFAatXr/6367rlzjhkaEXaCoRBsCKXy/0mavZnVvK/MrYegcIA0GEwgfB9/2qxWJxau3Ytrkin7cI2ry8QAmrTK6+88keb6c9BMNjGH1Udos/b1v/TyP9UMaXt6aY3ATB7B9puT0+PnJ2dLRYKhcn+/v5p9A5tdm9Kmw+F4NVXX/2FEOImPRLFPaY22QKgKjlp1P8byf+0bBQAyvx6VYkeFwqFku/708uXL5+ikmtKxwOraYMCoRC89tprP5FS3hY16A2b6anO8EHTIppZ/0+a/8n8qq2qXGQCQWd//a+3t7dWLFCvFwqF2YmJiWlEpTY4OIVNRkFwq+d5PzWrQ0G9Qdr1fzXtIWn9P638r8wdBoAOhYJo8eLFFLHK165dm0FUSsGZLVxFFATLhRD09Yzzbn5RYwAFg238yWL+D+oB5nULUkoyv/rTe5Xp6elif3//LKJSC91c56ZCIaD1vf7664NhUyGykv/NyGOb//UxgIpAUQCYvQP1YvTX19dHc5RozDCnbk+t81hhsSYpEAnBm2+++YCU8saou7/qzf9BVR7b+EPbbFf+V2bXewAdAM38lfEGVaK0fwRDGVWlJrm5ztVGQrB///4N5XJ5XdStjvrgV49KUQNgVRlSVR1azhYA3fy0XKP1/3rzv9kr0HMDAN38JhB04Y1gUK/XefiwWBoKRELw1ltvrXFdl6pElXFBt+V/1RvZDIDps2H53wIAHYh5vQNASMPGja0jEoI33nhjqe/7W1qd//U8rs78tvFHH5y2If+bZ/+o55UfSWzs8GHpNBSIhIA2cODAgQdVT6CXS5Pc/8s0/4cCAPOnYd301hELwdtvv71ZCLHCjETdnv8VuJYD4Kj8P+89AJCeedNaUywE77777o9LpdJ3w67+qvjRqvk/6kJa0vk/yP9pWab71hMLwYEDB9YKIe6wiT86EGYFKKr6o5ZD/u8+g2Vhj2Ih2L9//w29vb336uOCuPKnPpC2vf9XnaltB8CqRJnW/J+E9f+gawCBYwDEn87HIBYC2oX33nvvV+paQRwA+s3vra7/BwFhW/6ktiL/d75hm9FCKwjef//9Ta7rLq43/+vfEKef6S3jT2WzSeb/I/83wyrdu05bCNY7jtOvD367Pf+r+xyq83+s6/+IP9mDxQqC4eHhNVLKHwTd/dXq/K9fSKPHtvP/zeXMK8AR83+Q/7Pn60QttoLgnXfeWZ7P5++O+/Y32rKKOPrYQBksLP6oXkWbS2QVf/TlaFnk/0THHh+uKmAFAX12eHj4Z3rZM+rb38ySpzK3/j89Dpj8lpX8P693QATKNk/WEHzwwQf3eJ53XSfX/1XkSTr/H/k/2yZutPXWEBw8ePB2+la6pN//qUWcypfihvQAofFHjzzI/40ebiwfpIA1BMPDwzd7nneruviF/A9DdYsC1hAcPHhwme/7683pD1nJ/2Z1KOYGmNAJccj/3WL9/++HNQS0yIcffrg5rPpjwpBk+oNaNsn8f+T/7jNju/YoEQSHDh3aIIRYFFf+1HN8ktsfkf/bZQPe200EwUcffUT3G99oljq7oP4fekEM8af7AUkEwdGjR/uLxeLqVs3/oYtf5gUx2/Knvhzyf/cbuZE9TATB4cOHlwghbjOnPSP/N3IIsGy7FUgEATX2yJEjG/X4k6H8bzUHCPGn3ZZs/fYTQ/Dxxx/fUS6Xe8yzvw6D7ff/a78MU7uQZjv/h+b+m1FJXYyziD+VRc1/AKD1BuyELdYDwRp1433Y1V/asaTz/5H/O8EOPNuQGIJPPvnkpnK5vMpm+gPq/zxNlbW9TgzByZMnF8/MzHy/FfV/8ypvwtsfAyOPHoEQf7Jm1+a0NzEE1Izjx4//SJ3lkf+bc2Cw1tYpUBcEJ06cWOe6bqF6VkX+b93xwpaaoEBdEBw7duxm3/eX6oPfVud/FZX6+vpw/28TjMFplXVBcPLkyRXlcnll2K8/hgERV/7US57I/5xs2N59rQuCo0ePLrr++utXq7p82OxP3dRxAKh1of7fXkNw3HpdEJBQZ86cqUyfsJn+bF7UasH8n9rVYVSAONo62T7XDcGpU6fWFAqFvP5VJTa3P5pA6D2Avi7z6i8th/yf7ODi03YK1A3B+fPnV5ZKpdq30tkAoJsc+d/uAOFTzVegbghGRkaWFYvFFW2c/xM4IQ7xp/mm6bYt1A3BxYsXe0ul0nf0s7sa/Opnedv8r18dtpgAF3gPMADoNnu2Zn/qhoCaNzIycouCIKj6g/zfmoOIrTSmQEMQXLhwob9UKvlx5U/k/8YOEpZurgINQTA6OtpH9xbokSgu/gT1Dpbxp7IoJsA11xAc194QBOfOnVvS29u7REEQB0BQdcgSgAW/A4z8z9GuzdnnRiEoFAoF+jmn0Lu84qY/oP7fnAOLtdor0BAE9EP3Y2NjK1Oq/8feA4yzv/2BxSftFWgIAtoMjQuE+kGzKg3q7I/8b38g8Mn2KdAwBFeuXFk2MzNTmz4RFH8UDMj/7TvQ2HK4Ag1DcOnSJfrNgkXUCcTl/+rcnwVVnqBvfqDXEH9g3VYo0DAE9IMzo6OjSy0BWFDlAQCtOMzYRpQCaUDgTk5OLkf+h9GyqkDDENCOj4+PL3Upu0hZK5XWkf8ryyICZdVK2W13KhDQuCCfz+cIAsP8yP/Z9QablqcCAf166vj4eD7i7B8JA87+bPzWkTuaFgS5sbGxXuoJYu7+WgADAOhIX7BqVFoQuJcvX74uye2PyP+sfNbRO5sKBNXKUC+Na8NKnpj92dE+YN24NCHIO44jqmqGfiEW4g9rv3XkzqcJQc5xHM/oCeaNAQBAR3qAfaPShIB6AQIhqBdA/Z+91TpXgDQhoHUtgABn/849+GjZ/xRIDYLq4JjiUC0CAQDYLAsKpA1BbWAMALJw+NHGZvQEFagAAMyVJQVS7QmytONoKxRQCgACeIG9AoCAvQUgACCAB9grAAjYWwACAAJ4gL0CgIC9BSAAIIAH2CsACNhbAAIAAniAvQKAgL0FIAAggAfYKwAI2FsAAgACeIC9AoCAvQUgACCAB9grAAjYWwACAAJ4gL0CgIC9BSAAIIAH2CsACNhbAAIAAniAvQKAgL0FIAAggAfYKwAI2FsAAgACeIC9AoCAvQUgACCAB9grAAjYWwACAAJ4gL0CgIC9BSAAIIAH2CsACNhbAAIAAniAvQKAgL0FIAAggAfYKwAI2FsAAgACeIC9AoCAvQUgACCAB9grAAjYWwACAAJ4gL0CgIC9BSAAIIAH2CsACNhbAAIAAniAvQKAgL0FIAAggAfYKwAI2FsAAgACeIC9AoCAvQUgACCAB9grAAjYWwACAAJ4gL0CgIC9BSAAIIAH2CsACNhbAAIAAniAvQKAgL0FIAAggAfYKwAI2FsAAgACeIC9AoCAvQUgACCAB9grAAjYWwACAAJ4gL0CgIC9BSAAIIAH2CsACNhbAAIAAniAvQKAgL0FIAAggAfYKwAI2FsAAgACeIC9AoCAvQUgACCAB9grAAjYWwACAAJ4gL0CgIC9BSAAIIAH2CsACNhbAAIAAniAvQKAgL0FIAAggAfYKwAI2FsAAgACeIC9AoCAvQUgACCAB9grAAjYWwACAAJ4gL0CgIC9BSAAIIAH2CsACNhbAAIAAniAvQKAgL0FIAAggAfYKwAI2FsAAgACeIC9AoCAvQUgACCAB9gr8F+LRq8h9tvmsQAAAABJRU5ErkJggg==", + "e": 1 + }, + { + "id": "image_20", + "w": 23, + "h": 23, + "u": "", + "p": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAAByElEQVRIS6WVP0sDQRDF3+sVLTWk8BuoCGJIYawT/4GosTF+g9QSSAIBS7U0ENRvoCi2BvuglipCbEyrnP3IXO7C5XKX3eh2yc38dvbN7FtixCUiBQAbAAokv4alcxS2iFwA2PdynknO/RsuIpMAmgBmQ7BTksW4DYyVi0gGwBWAiRjIAUk90cAaChcRrerYIN03gAzJp3BcJNyT4SSgr6k1HwDmwg0egIuINkmPGdbXtME1SZ2i3uqDi4h+VHCcvqYNqiQrflAPLiL6Z9mUbfF9k6QOAOjpqz+WLRJtQrTBqn9b4cGLYZNsE/PsTpDluMUC725v4DgOsrlVjI2PB+NWXM3/Uv2P46BWrWAnv4epxDQa9TOUylUf7t5cHx53vSMrfnt9QaNeR6lc6VVbq5YVrnqroXUb6meLyAwAvWXGMfRAbqqeQKteXEq9p9LpreBNDc+5+si9qWM+vNP5dMHZ3FpzfmFBR7DPgqNuqHHeH1stPDS7NWzv5g8TyeRRVEFx3qKarVsY1gZJteLINcy4ovzbh+gcK7g9rIBYy/UMTDcIN/iSpD51xmXyc4WcByixD4O15sFAz9B0iopRD8KfZDGe2SLgF/6GpWKCcIJpAAAAAElFTkSuQmCC", + "e": 1 + }, + { + "id": "image_21", + "w": 53, + "h": 54, + "u": "", + "p": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAA2CAYAAABnctHeAAACxklEQVRoQ92aTXrTMBCGv9Gm7GhPAJyA3IBwAsoejNk12ZAbUG5QNnF2NYY94QblBDQ3oDcoyy6weCQ7dZLalizrx8Zbj6R5NaORZzyE//AhHSYezyfIcQrkE4COizH8FmDXYFhTurzWmceXTCsUfzuPQfwcwBOFQjfIsaBvydqX4m3r1ELxeHGM/E4o+KKbkvwH2KOY0ovbbuPsSj+AKoGuADw3XGoDdjQNCbYHZQFouw9BwfahopmwUEeXa7RnMLB7qDIoXBq6XNOwIGAVVDT7rRHlTJi9g0mo4h7iv0w01hzzk7JkqinbW6yAiubnAP/Ye7b2Cb5QlsSO15DTl1Bna4BeeVjQC1gJZTXqqfbGOVgIKAHtFMy3++1a0RmYz0BR55ZOwHyF9JZzxj9TtlqoDmKX9z4uX7U+nN7T12WqFtSTqKDezE7B8F1vmAMpi2AHH7Te7qv6XbEE5ir1MDelBTAXSaI50HZkT7C2dL5P9hsUrLHwUmbBokqkKrr0B2iaIcdrk2JOezWpSEmExR6707x15j9gNO1aglPW/cpca1RgSiiZb43MYlpQYwPThhoTWCeosYB1hhoDmBGUBCt+HtiuE3a5ORpLb8ZQQwbrBTVUsN5QwwDbz56tQA0CjPFnlK5E6bwoZtp6wgaPylpWoQJb7Iay5Kl1S93neNHZBUAfbHmA9jzs6ET8wbRuqQpsJqpD77QVsiHI+EtKV1fOoKQrRp7BfEB5B/MF5RXM9Zk6PCIeXNFt9Gs6827BHN5TqiDG7bY1VMu5+qJQARW5mGwRslxTpE+ULUUPlXychvRGN7QLtqEsmeyuFQTKosVqE8VgUDtgBt1q0i5uMl+dM6QjU/ZxiL+JmpXg/TN0uEZQS+0qIwPI37sYBNFAUteWtwFoDZan27ypacMGA/XgshZVYeSytVV8pOpYPGj066Kgiew/O3tnRr+WMOYAAAAASUVORK5CYII=", + "e": 1 + }, + { + "id": "image_22", + "w": 37, + "h": 56, + "u": "", + "p": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAA4CAYAAAB61jFGAAAC9ElEQVRoQ82ZP2/TQBiHf68RpCBUKuZKBImJKRlYaSZYy4gEwWxJF8InIHwCMiUdTYrESLuyUHVCYihZmJAIEjMlAtRWCB+yGydn+2yf78423trcn8fvPfee747wHz5UBBOzO3X8tVog1BftM0xxzt0nZ3ua1adRKGZ3WnCpD2AjpeMJXPTp1Wg3qYwxKNbuDAB6khWF5e9sD9aKTc7gR7SOESjW7joAHskDLUpOYNVaUTBtKNbe6gPsmQLQvArbo/H2Jl9fC8oX2qUv6kDzmi7u8Y7pQakPW/Q9JjQeNYJ/KkMxu7cG9/RIO0pBAxY1yRl+9P5Uh3rY7YHwwhgUw1PaGQ30oNpdLwleMwYFek7joZfj1CI1T5LvzAH5KJpQ5gTn3ksDyrjgAZaOU8y04IvZx64Hi3Xu2ceMC+5TqeepYgQHwOgx7Qy99dN/ckVKY+FNm6gzWLU6vyhLQxUmOPCSxiNbaUEuTvDl8pJ7+MoQPBdUWYLngyokgyMmuDRUmYLLQxWWweOCy0OVkMGjSSw1T5UtuFSkysrg0pGqQvDMSJWZweUjVYHgqZGqSvB0qJIzeObwVSl4YqSqFDwZqkLBhVBVCy6GqljwGJQpwQ9Omri9cshPqNg3eNouIrSbMSH45z/rOHJXcav2adkvd8STBROPlAHBX/+6g/uX3/J9hzaZuaCYvdWAy0Ixl20gKCeMUmSTKdum/z1lYugEUUr8Bs+CO4PSPOEVRkmwycyCCTmlCyWIEqAguDGohCgpCR6GetDdhIU3suHlywmjpCh4GErx+PmY1XBw3MTdS+95TmXBRXkq9/2KN3Tec+P8N60Mnvg9pXKl8d1dxYeTm3ykZrBYQ+ZOL02V0L5PZRbu/t7woS7SaexETsXR0NoXNJB3r+dFy3uuWj8X5+CqMDGn+IbmGd47/b8i0cEMjHr8maVEndQiidv2M8fQA8i7ixNdd3wFyIF1YSC63dQBkzrz9BdsuGtcR1NdmaVF13k7k3X/Ae2cikhYesvjAAAAAElFTkSuQmCC", + "e": 1 + }, + { + "id": "image_23", + "w": 8, + "h": 3, + "u": "", + "p": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAYAAACzzX7wAAAAXElEQVQYV2OcHbPBlovtJzsry89bYbPiHjGgAUaYAhaGv0J/GJjfMTAzMETPDt8DU8cIY6xIWWHx9x8jDyMzA/9/BoaPPxlYfyfNDjoIVwBTuL5gvsC3r1wmMAUAHBohBSk667AAAAAASUVORK5CYII=", + "e": 1 + }, + { + "id": "image_24", + "w": 9, + "h": 4, + "u": "", + "p": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAECAYAAABcDxXOAAAATklEQVQYV2NclrAi9x8DgxQb26+tYbPijjBgAYwwsVUpS8J//OFwZWL685qNBVUDXBGyAavSl4R/+8fhysL85zUb+6+tWBUha+iMOaIOAN6lGszyycKwAAAAAElFTkSuQmCC", + "e": 1 + }, + { + "id": "image_25", + "w": 19, + "h": 11, + "u": "", + "p": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAALCAYAAACd1bY6AAAA3ElEQVQ4T6XSvRGCMBTA8X86O91AR0g2YAMZgRKsGMER7KRkBDZQJkjcQDeQThvxnhovx6GHSBM4Xn55H1EAmba5rC1UhTNHeR/zqFTbCNgFmw8KyjGwYAtgD8x7sqmBsnCmHJKp8kErbXULUQtSchc+AesJVBtnzp/gNxYGCHx7ojEwDf41CtZbZzZ9YC/mA3NtZ1dIerI9Kci3zlQh+hULA1NtEym10wLpaeJvwGDMw6m2AkoLfPmNfMuQfsYElfIvIBNevg6pC2eiUZjPMtM2fvXzcX3+wroTvQNBIEQMQ3uN2wAAAABJRU5ErkJggg==", + "e": 1 + }, + { + "id": "image_26", + "w": 15, + "h": 4, + "u": "", + "p": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAECAYAAABREWWJAAAAdElEQVQYV42PQQ2AQAwEpw6QgAN6DpCABJ6AClSQeyIFB1cLOMDBkcKR8CGhySbNbibdCsCgqQXqIgUq98scAptrsWAvHymwm807+Nh3YI4WVs8veNTUZVABy3BEC9sDeysBzdCXA3u04C1v+O9MmvwlnvonkIQfBbC0U1sAAAAASUVORK5CYII=", + "e": 1 + }, + { + "id": "image_27", + "w": 6, + "h": 6, + "u": "", + "p": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAaUlEQVQYV2NkYGBgKPC57sDEwOTA8P//h3+s7AsmbFD8wAgSZPzPtB+kAAoW9m9VT2As8rnZ8P8/Qz2SxMf+reoC2CQ29m9VD2AsCLgvwPj71wEGBgZ9BgaGh///MwZM2KZ2gRHJCBQmAA8yJwdJMUZ7AAAAAElFTkSuQmCC", + "e": 1 + }, + { + "id": "image_28", + "w": 6, + "h": 6, + "u": "", + "p": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAZElEQVQYV2NkYGBgKPS6NYGB4Z8BiP2fmXHChM3qGxjBgoz/80GCMPCf8Z8jY6HXjQMMjIz2yBKMjAyNuCUKfG8GMP5jWI+k4+P/v/8MGEECBT7XHZgYmBxA7H9//i2YsEPzAQCYqCK3B30FpgAAAABJRU5ErkJggg==", + "e": 1 + }, + { + "id": "image_29", + "w": 20, + "h": 32, + "u": "", + "p": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAgCAYAAAASYli2AAABIElEQVRIS62UPQ6CQBBGF1FrjoANaucRLA1qwhE8woaDmD2CRyDxJ5YcwQ6lkSNYqxAzJiQKLLO7g63J43uz843FOvrx4O6IaPSwuuBxP52xXu6IwzQmAyFZ7/kKtidvB+HIwNBPNyWMDOSrZM4K+yFO3qUcnXHCqioZGC6vfHuciOqjGiX8qr5ZJs7TjAyUqRory1SNgLAixXAQQSNkhVCeIV8kLuszF9rQ1i5lIKaqpayiqgz8Lb7KIUGVq13FoK1AHVVUuan4WDrptcHaoL02unP7/UBthqaq0hlS0tVmyNe3gNnDuK2r2MP8KYMu1lUtIFW3rtx1Qpih2I8jTEt5D2GhWf6cU6C1PTTpb+tiw5+qx7RJvfHadN5lyqN8ALAdmyGi1lGBAAAAAElFTkSuQmCC", + "e": 1 + }, + { + "id": "image_30", + "w": 613, + "h": 676, + "u": "", + "p": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAmUAAAKkCAYAAABBO0g2AAAgAElEQVR4Xu29CbRlV3nnt89979WoWSoNIKGhJDGIyViY0TbCaoPBYAO2At3Y3W4vQxL3IiGOHdqJE60sx4vYcdKNl51guxs6YIYyxjYyGDCOGgSyDMUkLAQINCChGVGSSqrhvXd31t7vvap3z9333f++9zvnnnPur3qxVlu1p/Pb5+7zq29/Z5/C8QcCc0bAv/ule51b2Ot67ixX9G4sfuETX50zBFwuBCAAAQg0kEDRwDExJAiYE/B/+rLT3GL/qa5XnOecXzreQc+5orjTbT/x+uKqPz9q3jENQgACEIAABEQCSJkIimLtI+D3/fw2d/gHe53v7XWFP3VAxMqXU7iH3PYjny6u+s8H23eljBgCEIAABLpAACnrwixyDQME/H+68knOF+e5nrtoSxHrFX4QXX/ZFUufLP7FR38AUghAAAIQgEDdBJCyuonTXyUE/L6XnOCObN/r/Ope54rdI2VsSMQSw1kp/qH4V3/7nUoGSqMQgAAEIACBEQSQMm6NVhMYSNo/diW94WtSZKzYFDlbLb5Z/OLH9rcaDoOHAAQgAIFWEUDKWjVdDDYQSCftG4hYGW/h7nKLJ/wDLwBw30EAAhCAQB0EkLI6KNPH1ASOJe0799Tj25MViNjmkfrCu6J3wC3t/Exx1Z/zAsDUs0gDEIAABCCwFQGkjPuj0QT8f/zJ89xSf29M3D/2pyRjytZkqLt5e3LUVQcRG/rTO+p6veuKf/6R+xoNi8FBAAIQgECrCSBlrZ6+bg4+Ju0fXXiq6wcR20jarzAqlhSxhWG4Rf+G4l989NZuUueqIAABCEBg1gSQslnPAP1HAnF78vHvn3fspP34XysUsdhpOSqWELGeG4yc9d1txRuvuYFpgwAEIAABCFgTQMqsidJeFoHhpP0JRSz0OvH2ZEnGyiJWvqLC3+8Wdl7HCwBZU01hCEAAAhAYQwAp4xapnYCUtF95npgQFUuR2RhX3x1wfvUfOWi29tuHDiEAAQh0lgBS1tmpbd6FDSftTxgVs4qIre2QJhL7S+ySgrjgXN8vu5XiuuIX//L+5tFmRBCAAAQg0DYCSFnbZqxl4x1O2q9QxAKbSfLEtoqIDfxdIroW+ltY/nxx1TW3tWxqGC4EIAABCDSMAFLWsAnpwnCOJe0Xi089/iHwuo+xyMwT2wA/FBUbIWJDE1XcXrzhL/6xC/PHNUAAAhCAwGwIIGWz4d7JXv27XnK2K5b2ul44ysIvDb092fQ8sa2iYsljM0rT2HP3u2Lhc7wA0Mnbm4uCAAQgUDkBpKxyxN3uIG5PHl4MB7uun7Rf4fakep7YNHli5emSZGzT0Rq+eNxtX/ls8Zq/OtDtmefqIAABCEDAmgBSZk10TtobTNqvUMQCz1nkiY2bx62ifkVv2Tn3+eKqP//euGb4ewhAAAIQgMAGAaSMe0EmcDxpf2FvI7YnlYhYuLqJ88TK25OpTzAl8G30t7rw1eL1H/yWDJiCEIAABCAw1wSQsrme/vEXP5y0X2FUrO7tSWVrMil1W4jYwF8tOLfqbi9e/8EvjCdNCQhAAAIQmHcCSNm83wEjrn8wab9YGiqmJO0r54mFhtu2PbkBY9T5ZWVYvnfAuZVP8wIAPzYIQAACENiKAFLG/XGMwGDS/sLuekUs9Fb3MRalK1REMxk5E47N6PUfdwu7ri9e825eAOA3BwEIQAACSQJIGTeG8+9+6V630DvP+XCURdfPE0tMuCJjSlRs3HZoEb8A8IXiDR+4m9sOAhCAAAQgUCaAlM3pPRE/BL5jZa/rh6T9Crcnu5gnNrQ9KbwAsFnq+r2bi6v+7Otzeutx2RCAAAQgMIIAUjZHt8Zg0n5xar3bk1N+AHxgsMJ2YWperSJioe1xUbHkNufmQfk73PdP+mrx5j8Ox2fwBwIQgAAEIOCQsjm4CY4n7fcumkjEQiUlaV+JijX9GItjgCoUvw1hWy0edg/t/gxiNgc/Qi4RAhCAgEAAKRMgtbFITNo/sn2v86t7nSsl7SsRI0sRixLi/FiOFnlbG50o19iE/voLy25h4TpeABh7d1AAAhCAQOcJIGUdm+LjSfsL4dNHg38UUbGKiFmKWGhr6u3CdRSKiNXdX98tu2L1xuJ177ujY7cjlwMBCEAAAhkEkLIMWE0teixpf3XhIlcU2wbGaSViSVFpSZ5YFMRyMn4N25MDEyH0V/hvFK99z81Nvc8YFwQgAAEIVEsAKauWb2Wtb5m0r4hYGJlVVEzZmmyLGI2aMYWpEoUbF/HrFd9192+/kTyzyn46NAwBCECgsQSQssZOTXpg8UPgPf8k15swad9KxKJkkSc2HIELYISoWGp6e721vDtfPOIeWLoOMWvZj5PhQgACEJiSAFI2JcA6qh9P2i/Ch8AHT9pXIjhNFLE1+Zgw+b9EXYlQNba/dREr30h9v+xWt3+2uOqPH67jHqMPCEAAAhCYPQGkbPZzMHIEMWnfLex1vd5ZA4WsRCwpKuSJjZwQs7y0ESJW7nghSOvKl4tXv+e7Db5NGRoEIAABCBgRQMqMQFo1E5P2F/tPdUVx7kDSviJiYRBWUTFlazL0ZyYqQtQs2V/4jyWRVCJwI9uaIAon9yfIWBSx0p++v7X42Xd/zeoeox0IQAACEGgmAaSsIfMStygPbXuJK0on7SsyZiViUVTIE6skT2yr+ywlYuXyq7173P0LXybPrCE/WIYBAQhAoAICSFkFUCdp0r/7p/a6Xv+Fsa6ViIW2hqI4Ldme7GKeWPnGUGRs8/z1e4+4xd7ni1f98eOT3GPUgQAEIACBZhNAyhoyP/4/vfyZbsE9c8vhKBGxpIiF/1iSMSUilhTESd8snHR7si39CVuTcRoEDlt9rqpwy+5wcT0vADTkh8swIAABCBgSQMoMYU7TlH/vP/tJ5xbOTLahyFil351MSJ2cRyVIiBIVa2x/goxNK2Kbb4pefy3nbLX/leJn33XnNPccdSEAAQhAoFkEkLKGzId/z8teOZBPZiViMdrV0jyxkVG/0qQp272K+Mn9GYlYsr/U9vK6iA1c9qJzvn9r8eo/uakhtzDDgAAEIACBKQkgZVMCtKru3/vyN0pvTsoPciMRk0XFKCJm2V8UUqvPKwkiFgOKAgcpqjlCxIZvuAfdOX5/cfkfL1vdi7QDAQhAAAKzIYCUzYb7QK/+z155qnP9V2w5FOlBLoiYqagIAtLm/uLYBRmzErHYX1nGFodvi/K9sOAfccW2rxSv+INHGnA7MwQIQAACEJiQAFI2ITjLav59rz7L+eUrh9pURCw+yAUZU7bvGpu3Jcif6fUZiZgc1RSiYuPmpueW3dGF/cVr//D7lvcmbUEAAhCAQH0EkLL6WI/syb/v5c90vnhGLFC3iI3sszTc2vO2jERMvr4Gipg89k2seotfLV7xB3c14LZmCBCAAAQgkEkAKcsEVkVx/76ffoHr9y8cbLsl54nFSJ1V3pYgYqb9CSIW+rPanhzamgyNC9uTqZtuK0n2i3cVr/qDr1Zxr9ImBCAAAQhURwApq46t3LL/s1de6bxfPw5jzs4TS0pWAl0TtyflqOYEeWK5Ira5/ELPO99/yJ25+kVeAJB/hhSEAAQgMHMCSNnMp8A5/96f/jnnim0DQyFPbMSXDSY9TFaIiikRsTBJ0lcSDPLENm4IZes4iNjQH/+I8ws38gJAA37kDAECEICAQAApEyBVWcTv+/lt7ujhn4t9WIlYUhzU6FOpnBKhamx/goiFsSsypkTF6tqe3JiipIiV5q/vlt1296XiSl4AqPJ3TNsQgAAELAggZRYUp2gjvnnp/EvHNtHavK2O54lFmZ7B9uS4G6YskcXizcVP/bvbx1Xj7yEAAQhAYHYEkLLZsY89+z975UWu6D0vOQwrEYviIMiREhUbdzTDxoXU3p8QFbOKiFmKmDo3SlRs3NwUC98rfurf3zjjW57uIQABCEBgBAGkbMa3hn/vzzzD9fpPPzaMVouRkfhFW1XaMhKxZH8ZnzvafA8p465TxI5J8jqrfu9Rd+bjn+cFgBn/8OkeAhCAQIIAUjbj28K//6d/whW9PcPDmDShXZGZVJm29CeIWIBpFRVrYp7YVNK64FzfHXJu5cu8ADDjHz/dQwACECgRQMpmfEv497365a7nTlkbRoVilIzOtKW/mkUssmpBnljq3k1+Fio5z8tuafWfiiv//X0z/gnQPQQgAAEIrBNAymZ8K/gPvPr1QzJmuQXW6u1QQcasImJJEQv/sXS4q+XcWOSJbdy/QzKWErHEMR39xW8Ur/z9O2b8M6B7CEAAAhBwziFlM7wN4ofIF7a9LA7B8mGviJjap1XCvtyfkYgl+2tJnthUrErX6IXz0nrF94qX/R//NMOfAl1DAAIQgABSNtt7wL/3tee6BfeisaOoXYyEvLQYWbL6vJIgYqE/q6hYF/PEyjfRkIwlPue0OVK36h91ex7ZzwsAY3+NFIAABCBQGQEiZZWhHd+w/8Brnu58cVmypCJipmI0qYhFWxq8BDnqJ8iYlYhFVl3PExOiYlttmXq/4g73vlD8zO8+Ov7upQQEIAABCFgTQMqsiWa059//uuc55y8YqKLImLI9KYuRIGOm/RmJWIDWms8dlW4KeW7KrMQ8sXIenJK7tsHTuxXXc98sfvJ37864lSkKAQhAAAIGBJAyA4iTNuE/+NorXN+daXawa1JUEqOzEj+5vypFLBGp6/r2pJInFrEI3EcJ4qK/tfiJ3/vOpPc29SAAAQhAIJ8AUpbPzKyG/+DrrhrbmFnelhARC4Mx608QgigOwria+N3JaaVn88TLx1gI26/TiFj5Zlwq7nYn/eBb5JmN/ZVSAAIQgIAJAaTMBGN+I/FD5L7/s8maVmKUlCw1ckaeWHJuLKVn0mMsptmeHHerlq/P9w+6xV37iyuuXhlXlb+HAAQgAIHpCCBl0/GbuLb/8GvOdMu9lxxrwDRvS4g+Kf2FwSn5T8lITwmNEhFL9teSYywUTlGSjfLELCN140Qz5Jnt7H+xeDEvAEz8g6ciBCAAAYEAUiZAqqKI/8B/calbWH3WcNsVnrJft4hFcRAEsYnbk+NEZWPiFBlTtifryBMr32zKNfY3JNKvuH7xreLlv3NPFb8H2oQABCAAAQ6Pndk94D/0usucL562NoAKRSxGZ1p6nlgcu5BHJYmRIIeW0SdFxGJkULg+RZ4UBur1HROxxM+j17+tuPLtt87sh0PHEIAABDpMgEjZjCbX//nPvcS5hcEPkasPVqu3J+X+hKR9q4iYpYglhTQx4ZbSY7U9qYwpSp0gm0pbW4nYZmShLd9/0C1s+zp5ZjNaPOgWAhDoLAGkbEZT6z941Stcr9gdu1cerFYiJvdnJGLJ/lqSJzYVqwk+d6RGspT7RRGx0J8iY8m2/EHXW7qxuOLqwzP6CdEtBCAAgc4RQMpmNKV+3+t/bmzXioglo0GTbocKIhbFQYjOkCe2Nr1t257cuCklqfMrrrf0peKKqw+OvZcpAAEIQAACYwkgZWMR2Rfwf/mzp7jlHVcmW65bxKLUCTJmJWKxPyGPSokGqawUwZD6S3FSTtkf893JrW4xZVzK9SkRMTlSV+KwbeUbxY/xAoD9SkGLEIDAvBFAymYw4/79r3+CW3AvHOhaEQzl7UnlId4IEQuDKMmKPHYhUqeIityf0TEWyphidM3o+qoUsfLvZql/V/Hjv33LDH5OdAkBCECgMwSQshlMpd/3809zbuFp9X9eySgilhQH8sTWbqUJo2JWIhaGoMiYIoheuF8Go2sPOue+wQsAM1hU6BICEOgEAaRsBtPoP/T6y50rzt+y67YeY9H1705GIRW2XyXpESJig9Iz+paxErF4fYKMjb6+kF/2T7wAMIOFhS4hAIHWE0DKZjCFft8bftz13BlDXXdqezIRMVKiQco2rioqUn+T5oklomKKiCWjjImbUGlLETGZ1VQiVroAv+Jc8RVeAJjB4kKXEIBAqwkgZTOYPv+hN7zuWLdNFLGkOLRke1IRsXB9bT1PLIxdkTFF6pSI2DRSV/S/WVxx9b0z+InRJQQgAIFWEkDKap42/843Lbk9B1813G2Fx1gob06OjOCUxtX17cm6P3ekyJOliMV5NoqKKe244t7ipb/1zZp/ZnQHAQhAoJUEkLKap83v+/k9bnHpR9e6rVDEYvNCzlITzxOTozPC9XX1c0cb960qdYpAVdVWr/+wW+nfxAsANS82dAcBCLSOAFJW85T5fW+82C0WzxzoduItt8TgrUQsNN3W88Ti2DnGwiwiZhFdK4qDbnX5W+SZ1bzg0B0EINAqAkhZzdPlP/wLT3XOhf9p51FZHeya7K/reWKJaGTXtyeViJgciTTa5tyQuqK/6vor4ZuZB2r+2dEdBCAAgVYQQMpqnib/V2/8UbfaG37zcvM4FBGLD1Zh+66J25PyNplwfcr2ZN0ipkqPVcK+RSRr4/6rQ+pW/LeKK//H+2r+6dEdBCAAgcYTQMpqniL/oV94mSuKXUPd1i1iYQBt3Z5URCyKSkvPE1OlThEoWYCNomLKmNYCmPcVP/qb36r550d3EIAABBpNACmreXr8X/ziawa6VGTMKiJmKWKxLSGSpUjBxDl1yncnw0BLZ6YpY4pSZ3R9SkTMUsQs25JZTSB1ffew6x++mRcAal6E6A4CEGgsAaSsxqnx+950sls4/FKzD4AnxaEleWKq9ChRsbq3J1VRUWRMaUuOPgliVHdb466v54+4g4tfL17264/V+FOkKwhAAAKNJICU1Tgt/i/eeI7rLT5vyy6tomJdP08sSl1LtyfHicrGDaIIlNKW0o5ldC23rZ5fdUurtxTP+83v1/hzpCsIQAACjSOAlNU4Jf5D/+opbsE9ZahLKxELDZMn5pwiKmqkTmlLiYjlispW96Uypnh9QuRMaUtpx+L6ev624sX/w901/iTpCgIQgECjCCBlNU6H/4tfeo7r+SfFLhURS4pDS7YnlXysKJEtPU8sjF2RsSZJz8a9roxpFlK3uOBdb/WB4vm/cUuNP0u6ggAEINAYAkhZjVPhP/yvX+wW/eljuxwSmglFTI0GWSXsy/0JHwHvep7YLKRHkTElKqa0o15fELHyn1X3mFt5lC8AjF0oKAABCHSNAFJW44z6j/zSz4zsronnicWInrAFpkTFlIT9+CAnT0xirkqPNH/CHMv3gtBWSsSGxMwfcSf5bxTP4gWAGpcouoIABGZMACmraQL8NW/a5fzyPxvoThGxUGHu8sTCRc/ZMRaKPLVZxOKUJqJi5d/f5khd4Vedc98uXvjfPVTTz5RuIAABCMyUAFJWE35/zZvOcH75RbE7q+1JJUIVpc7ovC25P/LEpCR7y+hTU6UuV8RSv8dVd3vxY2+9p6afKt1AAAIQmBkBpKwm9P4v37TX9VYuG+yulCvW9WMsyBNbm35FoJTcLsu2lDGpkToLEdv4oSysb2evLj3gjj50BwfN1rRg0Q0EIDATAkhZTdj93/zy092qvyh8X2bgT90iJj/IhegaeWJrU6kIlKX0KG0pY5LvBaM8MZlVOa8wVFwKr7s+7g4dCB80X6npZ0s3EIAABGolgJTVhNv/9S+/yLne8Tcv25onFni19RgL5QgLS1FR5EkWFUGMLNtSpc4qKrYRERv4PQYRK/0pihW34/DNvABQ08JFNxCAQK0EkLKacPu/+pUr3UJ/53B3pYR2OW9LiGQpUiD3xzEWUkRsHqTOSsQiq3JULCFi5W3v3sKqO+LvKH7sLQ/U9POlGwhAAAK1EEDKasHsnL/ml191vKuSiMUIhyBZVgn7cn8NFDFVepSomCKts4g+KeNSIllKO+r1KSKmtqVExZL5h+WoWe97xfPfcldNP2G6gQAEIFA5AaSscsRByN50hnPFC4a6shIxVVSk/gQRiw/flp4nJrMStgstpUdpSxExy+urW8SS91XiB7q4eW4WH3QH7/8ueWY1LGR0AQEIVE4AKascsXP+o//12a6/+tzYlSJGoZxVVEzur6XHWCgRMUtRsWxLETE5+iRIpCp1iowpbSkRsYlErPyjXXrcHbzvG4hZDYsZXUAAApUSQMoqxbvWuP/or1zqVhcuHduVlYip8qe8Pdn1YywUubAUMcu2LKXOSsTi9U2QJ5b6cQxExLb49fjwzcxw0OzSN4rL3/z42N8ZBSAAAQg0lABSVsPE+I/8ynOdWzgr2VUTRSwZvUjkwSlSoEbqlLaUqJjSziyiT8q46hZERcRkVqOOsdh01yt5YqG4ImNBxFJ/eou3FZe/+cEaftZ0AQEIQMCcAFJmjnS4QX/Nm1/gfLHpOAwhqV+OqAhtKRExSxFTI3WKqCgiJrMStviUMcmiIvRXt4hF6cn83NGo30ht25PrAxglYuXx9RbvKy5/83dr+GnTBQQgAAFTAkiZKc50Y/4j/+VPx7+xioqp0ae2nicWWCkypghU3dKjjGkWUmclYlGAZ7A9Oe53Wha2xdUD7jt7biuuuip8P5M/EIAABFpBACmreJrih8iLhSu27EZ+kBtFxbqeJzYL6VHmUBFEpR31+pooYjFSp0QQlWjemDLePe5OP/qd4pK3HKn4Z07zEIAABEwIIGUmGEc34j/8q6e7bf3nJ0soD2AlKlb39qQyphhRER6+VhExVVSUMVm2pYiYykppSxEx+foakidW/vEo25gbHFb9quv5b/ECQMULHc1DAAImBJAyE4xbSNlH/s2Frrf6tGMlFClQpaet25OKiFmKisJcFhVBNC3bUkQsRp+UyJIw9qbmieWIWOrnuHLk9uJ5/+b7Ff/caR4CEIDAVASQsqnwja/sP/bmp7li8YKxJesWMVl6hC1TVXoUGVPaUkXFqi2lHUsRU9uyErF4L7QgTyz1I1IYRJ5975Z69xfP+hW+ADB2MaIABCAwKwJIWcXk/cf+q+e7onfayG4UGVO2J8kTW0OsCFSbpU6WEKOoWB3HWGz+cSgRMTkymNh+9UsH3G0n3MELABUvfDQPAQhMRAApmwibXsn/zVuucAurgx8itxKxjQjAwHA4T2y0ACuiIpSpW+q6LmLxPha2XxUOSYksfeS8WD3kjpx8e/HCqw7pv2RKQgACEKieAFJWMWP/t7/6itiFImKhHHlizinSo0TEIndBsupuSxmTHA1Srk9I2E8KfuLHYfXmpKWIJcdeErHIcxOH8ALA7t5txVN++dGKlwCahwAEICATQMpkVPkF/ad+9XR3tPiRsTXZntTkKYBUBEqRHqWdWUidFA0SRCyymoM8saEfV0nGNotY6od4ZOm7xfP+JS8AjF2kKAABCNRBACmrkLL/6//mLLe0+pxkF00UMVV6rBL2LaVHETH1+pS2LKVOETGZlRAV61qemMsUsY0f5MaW6WrvoeLyf8kXACpcC2kaAhDQCCBlGqeJSvlr3nKJW+hffKyyImLx4Vt+sLYkT6yp0qMIlCJiltdXt4gl76vEbd3E7UklTyxcyrioWGQwInetv3jQfWc7XwCYaKWjEgQgYEUAKbMimWjHf/y/fY7rr5xFnpiY22UpPYqIydEnYbtQlTpFxpS26j5PbCuh2XzvWyXsJyVyTJ7YqN+yMqZQt7d4yD22/bu8AFDhokjTEIDAlgSQsgpvEP/xt/6Ic6ubjsNYGOyt68dYKHJhKWKWbVlKnZWIxetraZ5YjGQJb1gqUTElIiZL5KIf+FEu+FW3uOP24rKrDla4NNA0BCAAgSQBpKzCG8N//C0vd64kYskIQEu2Jy1FRWmrzVKnCIgcqSNPLP5MFRlTomK+JGLJNWD57uI5//qBCpcHmoYABCAwRAApq+im8PveutOd5H78WPNWeWLxQW50yr6SsN/U6FNTpU6RMUU2696eVGRGjT5JDATRtBSxOHZBxpY2j2vbD4pnvOHOipYImoUABCCAlNV1D/iPv/U05/vPHe6vFBVT5MJSxEJbiowp41LkYh6kTpIQIS8tsmrp9qTCIBklrjhPLFvENn6x6+Na8YfcLUu38gWAulZO+oHAfBMgUlbR/PuP/tr5rrfylLXmK9yeVOTJUsTig1UQDGVcSjtNlTpFQuTrMxKxeKsJc6NExZQysb8W5ImlfuMDEbGSiG0uHyPcvWV3cPEOXgCoaLGkWQhA4BgBpKyim8F/4tee4vru/IHmJVERtiZVUbGKiFmKmGVbsvQooiKUUQREvj5h+67u88Ti2AXJUjgoCftR6lIcSj9KZUxKRCw0OyRjiUhdauwLbtVtc3cVl7zxkYqWDJqFAAQg4JCyim4C/7e/FrYuT5NOoI8PQ0HGFKlTREyVOkV6lDHJoiKIkWVbyvXJ0SBh7F3PE4tzI0T9rEQs9pebJzYiKqYK8PbePcWT//mDFS0bNAsBCMw5AaSsohvAf+K/f6krisS+5aYOrUQsNKnImCJQqqhYtaW0YylialtSNEgQsSjAgqgoUqBsTarRLiX6pDCwFDF57EYilhx7YkEYEr+VA8Wz3nhXRUsHzUIAAnNMACmraPL9J3/9J5NNKyKmRrKsREwVFUWg2ix1soQIMqZExRQRi5E6oT9FspQycmRQ2H5VImKWIhbamnR7svxjHReBW+wddjc5vgBQ0fpJsxCYVwJIWQUzH9+87C1efqzpukVMlTpFoBQRa7PU1S1ianTGSsRU6VE4dC1PLPXbHydjUVrXhbTXW3Y7Dn23uPCXDlewjNAkBCAwhwSQsgom3X/yN57gnH96a/PE5kHqJAkRIlRKRMxSxFTJUqJiCoPk2Bt+jMXGb1qNROaI2MB6sc251fD/Fu4tfug1BypYSmgSAhCYMwJIWQUT7v/+1/e6leKikU2r0Ser7UklItZmEVMjdYqEyKxamicWIz3CG5ZKVKzu7cmsYyzG/LCnEbGhpvvebXMPFJdcxRcAKlhPaRIC80QAKatgtv0nf/3Zzhd7hppWZMxKxFRRUcYki0F/cf0AACAASURBVIoQWVLaUsakXp8iIGpbSlRMjc5YbU8qEbE2i1gYe115Yhs/2CHZ3JZYJRI5dQvbD7gnH7mvKK5arWBZoUkIQGAOCCBlFUyy/7vfeL7ruxNj04pgKCKmtlW39CjXp4zJ8vrqFrEodcJ5W1YiFvsTol0KByUiFqVOuD5lTEqEKili8T8O/loV5pGV8LZm8vrKMiYwWF047J6xegdiVsHCSpMQmAMCSFkFk+w/9bYrxzZbt4hZSo8iYnL0ySi6JkeDhP6UiJiliKmSpUiPImLJsZMntvabFaNi5R94f5P4La303fbH7uAFgLGrIAUgAIESAaTM+Jbw1791p3t8+4tGNqvImCI9dUefmip1ioTIrMgTkyJiskQKEaom54mNWxs2i1i57GL4AsDKfcXeqx4e1wx/DwEIQGCDAFJmfC/4v3nbqW6H++GBZq1EbBbRpyYKoiJiMivhvC11m8xqe1KJiMmRQeH6YlvC1pwyLmWrMPTXljyxrSJiW60d2zZ4bn+wePKr+AKA8TpLcxDoKgGkzHhm/afeFt66vEg6Yb+p0acmipgsIQ3cnlRkRo0+KUJad55YHLtRVEwVYKU/qzyxcH1bRcU21pBjIrZ5UdnuXO/oQXfx6j3kmRkvtjQHgQ4SQMqMJ9V/6t9e6vrFeVs220TpUcYkR58EMVK3FCUJEfqLAtzS7UmFQZwb4fqsImKWIpYce+IXZCZi0bL82J/+NCI2FGFbOeweu/97xeVvXh7bLwUgAIG5JYCUGU+9///e9sNupXfKULNNlR5lXIpAKe2oUqdIiDKmpIiF/zjhW3xt3Z5UREyN1CliVHeeWIyiliXLIGF/q7VhKCq2fbh0WZL7vb5bWvhucckrjhgvOzQHAQh0hABSZjyR/pP/9sedW/8QuaWo1N2WLD1ClEppSxExVeqUtyfVbTIrEVOlR+FQ9/akImLRdYVIncJd7a8p25Ob1xDl+paO3MsLAMYLL81BoCMEkDLjifSf/M2fkM4mU0SlbhGTpcdIxGKEQzhvS2IlJrQrD80milicG0F6lKiYnONGnpgblSdWXjeU+2qzbC4dOVBc/Nr7jZcfmoMABFpOACkznEB/3dtOdUcXf2hkk4pcxC03I+lR2rEUMbUtKxGLrARRUR6Yioip0S5FehQGliImj91IxJJjT/wylKiYFBELbdecJ6bcV1tdX7FykC8AGC7ANAWBDhBAygwn0X/mN89xy72nDjWpyJgiUEo7TZU6WUIEIW3i9qQiYnJkUIj6KRExSxELbc18e7KBeWKp9UMRzVAvRuH8EfeDJ9xTXH45LwAYrsU0BYG2EkDKDGfOf+J/utAtugtjk4pAKSJm2ZYyJkupq1vE1OiMEhVTJUspp3Doep5YnBshCidFxYSIWAycCf0p25NKREy9vlR//YW+c+4uXgAwXIxpCgItJYCUGU6c//RvPcMtF2eMbVKRMUWglHZmIXWShBhFxCxFTI4sCXlwCoPk2Pnc0drvp8KomCJi6n2liGayv8Qq0V+4r7jkFY+MXT8oAAEIdJYAUmY4tf5Tv/Vc54oTkk0qAqWImGUkSxmTKnWKhMjX19I8scBK4tDA7cm6j7GQImIx3GVznlj0vHJbwjEWqR+zImLJ/hKN+aXB6+stPlpcdOV9hssSTUEAAi0igJQZTpb/1P98xUBzivTIoiJElupuSxEQVerIE1u7dZRcMWXLVBUH8sQSb7WOWBQUpkpUrCxi5e5Wlw+5S794T1FcHbY1+QMBCMwRAaTMaLL9tVfvcKv9F0hvTsqi0kARk6NBwtgVEYushGgJeWJrd7IiDkpUTGGu9idFxYQ5Dv21JU8sGWErRcWSZdY5FAtHnV+9nzwzowWaZiDQEgJImdFE+WuvDqf4P3vL5pRIlhJdm4XUKVEx6fqErTtLEYttCTlgShmFQXLsLckTU7kr4ieJWLQsm+3JpuaJjYuKjWS+3bnVlb7bfeK9xXkvPGS0TNEMBCDQcAJImdEE+WuvvsA5F/43+EcRlVBDkTGlLaUdVeoUCVHGFK+PPDFpa1KWSOHNQiUi1mYRC2NvQ57YVhGxgb9L5bh57/o7Hiie8uJHjZYqmoEABBpMACkzmhx/7dUXO+fOjc3JoiJs8dXdliJi6jUq25PqNpnV9qQSEQvXp3Do+jEWSkQsspr1dyfDIEpCo95XyjVa5IltrDND4xohYuV1qTj6aHHJKx4wWq5oBgIQaCgBpMxoYvy1Vz/b+d7JY5tTIll1i5gsIYJEKiKmRmesREyNPjVRxOLYjaJilqIibU8KW5Ph+uYlT2yrqJj347dxt60ccuffcB8vAIxdZSkAgdYSQMqMps5f+7+82PmFhWRziojJ0SdBjFSpkyRE6C+Mva3bkwqDpESSJ7Z2r8/heWLT5ImVFwhJxlaPC9uKW3FHHr6vuOyqo0ZLF81AAAINIoCUGUyGv/bqRed7LxpqSpExRaCUdlSpUyREGVNSxMJ/LMmKGp2xiorVvT2pHGGhRuqsImJqJFLpL0ZRZ7092cDzxFLrRvJeF7cny+1t2yRix/5ux9r/r7/Sdzsef6B4wqseN1i+aAICEGgQAaTMYDLim5e+96zYlCJQsvQIUSqlLUXEVKlTtifrFjFVehQO5Imt/SLYnnROiYglBbgCEdu8Tm3coyuHHuILAAYLOE1AoEEEkDKDyfDXXn226y1eOrYpRaAspU6SEEH8FBFTozNWETFLEUuOvSXbk6oAK1GxJoqYel8p16ck7Mf+Ms4TG/jRl182EPLEQv2hqNh6RCwlYuVF5qg7WDz5igfHrj0UgAAEWkEAKTOYJv/3v32+W3TnJ5uyEjE1kmUlYjHq19JjLBQGIx/2JRnr+vakJGIBlpC0b5WwbyliUXqEsVuJWBy7IGNbbU9uLCSqcC8sHXXnvejeoij4AoDBek4TEJglAaTMgL6/7n99lutvevOyiSKmSp0SFVMfFlZRsa7niYW54XNH2pcblIiYpYglBbGm7cmt1qbyb3DJrbhHzn6guOwyXgAwWNNpAgKzIoCUGZD3n/nfnuP6xW6pKavtSTkaxPZk+jNNFW5PquJgJWJRHIRjM6SomBBVioEzoT/llH1V8JXrs4qIWYpYFMRy0n7G9uTmRSXJalNb4QWAXbu/Xzzhcl4AkBZjCkGgeQSQMoM58f/5d350y2asRCx0osiYFKnjc0dxzpTtSTVSp4iDcsq+pahIIhYta/w5WVYilpSexC9I4amIWOyvRXliZRRD98MYqVsufsAXAAwWdpqAwAwIIGVTQvfXXn2CK7b90FAziojFh4UQybISsdBfW/PEZCEVZFMRsTg3yjczhYiRImKWolK3iMVoUJk7x1isrQklgZKFu8wzM7q2fdtj7ok/8gPyzKZc4KkOgZoJIGVTAvd/9/aT3VL/mceaUWTMSsRUqSNPbG16FBmzErHQn9X2pBIxSl5fhQe7WopYvI8FuVWiYkpELCnADcwTm0bqdvS9O7pz2V3w3PsRsykXeapDoEYCSNmUsP3nfvt81188b2wziojJ0SAhuqaImBqdsUrYV6NPUmRQiIhZipgqDkpUTI6WCKIiRcWErclwfVbbk5bXp4hYnJuWbk+OyxPbWFgUpkHEyn/6S333yMm8ADB2gaYABJpBACmbch78db9zqXO9M5PN1C1iYRBt3Z5URCwpkRUm7FuKmCrASsRIErFoWeSJ1XXKfo48Je+FzO3Jjf5SIuZ2Di5H4QWApd0HirOf9diUyx3VIQCBigkgZVMC9p9++zNczw1+iFyRMUVClHYsRSxGloQonLTFJ+Rjxf6Ecsop+8rWpBqpU8RIiYhZilhkxeeOzCJicW6MzhOT5zklyRPmnA3JWEnEUmM65B4pLnn+I1MueVSHAAQqJICUTQnXf/Z/f77zPnz7cnxUQhGQuJgKbSnbk8qWh6WIqdKjcFBELCkqiQmVJFLYKgxNtzVPLAbOhGvkGIvEERYB3oSRrKq3J8tRsXG/ed9/3J37ggPkmU258FMdAhURQMqmABs/RL6w63ljm5AkxEjE1H+1W0XE2ixiceyCqChRsXEPw42bROlP2p4UtiYtRUy9r5TrI09s7W5Q7hlle1Jta6O/Jb/sznrhg4jZ2JWbAhConQBSNgVyv//tJ7vHe09PNmElYqFx8sTs3py0FDH5YSiInyRi0bLGR2StImKW11e3iMWxG21PKvKUZDVhdK0KESsvUqvb+u5B92Bx+eXLUyyBVIUABIwJIGVTAPWf+70z3aq/5FgTlYpY6KWU1K4+LKyiYso2YBimxEF4e5I8sfVby0jEQmucJ1b/9qT6O50kTyy1fqn9+R3eLfYP8AWAKR4CVIWAMQGkbAqg/rq3P8ktLJ0rNUGe2IjtmgrfnlS20qLrGn14Xe1PiooJIhYDZ0IUjjyx+kVMjTIqUTFZsoR7JohY+c9y/7Fi7+UPS+sYhSAAgUoJIGVT4PWf+72nu6J30sgmrERMXeCtImKxP+GtSCUilhx7hSIW+xNEhTyxtdtWeeArPOvenlS2JmNksKbvTm4sAgpPRcTkuZlQxMqLVnH4MC8ATPEwoCoEjAggZVOA9J/73We7YmHXQBOKiIUKc5cnFkNSg7S7vj0pRcRiuKudeWJReoSxWx3sGkWFPDFJpCOrRFSsvN7t3DR/K70Vd/a3HyqKq1anWBapCgEITEEAKZsCnr/+9194rLoiY008xkKJiIWLVKJiyjEWdYtYdMFZb0+25HNHSkTMUsSS0aAOfu5oYI0RzhNLrUlKBG4SESv31d/ed2ceeagoeAFgikcDVSEwMQGkbEJ0/hO/t9udsHj8m5ej2lFELPlwSjTYxO1JRcSi1CkRFWHLVBUHtie1rcl47wnbvVYRsZH3eknGlIhYFMSWbk/KkqX8bjIjYluteRvjOrLycHHeCw9NuDxSDQIQmJAAUjYhuHgcxpHtT0tWr1vE4oNOERqhjBIRSz5YyRNbuxcqjIopCfuq4FuJWOxv1t+dDIOY8GT8ITlq8DEWmxcbZWsylN+8PTlqrUsK4m7nFh59vDidLwBM+IigGgQmIoCUTYTNOf/53z/PLfcG37xsa55YjGQJwqZExZSImCyRQgRHiYhZikrdeWLR88rRktQWnxJREXgm+0v8SKxELM7NrPPEppC6WRxjMW7NmkbEym0vHT3sTnn2Ixw0Ow46fw8BGwJI2YQc/fX/58XOF3uGE/ZDg3N2nliUOkUKFPETxYE8sRZtT5InNnKZUbYxlaiYImLJf5zsHh5aeUzLiyvuifc+XBRXrEy4XFINAhAQCSBlIqhyMX/DO57m3PKm4zAS23fKgkue2BpaZTtNiYopzNX+pKiYIKOhv7aeJxZZzXp7csItxaZ9d3JjEVHuUUXEQnuKjI3anty8qI0bU3+57x7a/nBx2WVHJ1wyqQYBCAgEkDIBUqqI/9y/e65b6C0M/d24xS1GlYTvXMaHoRJZEsooW5PJf0W3JE8sOfbErCniJ4lYtKx2HmOhJOxbilhsa9bbkxNKXRPPE7MUMfl3s+leX37sUV4AmPChQTUICASQMgFSuUj8EPnO0y4/9t8VEVNlzErEYn+CsJEntjaNQzJWYcJ+6I88sfpP2Vd/p13PE1M4bFVmadfh4vRLHplg6aQKBCAwhgBSNsEt4m94x0nO958qVVWiYoqIqZEzKxFLikoq+qSIX8fzxGLgTLhG5e1J5YEZ74VJ+yvNobI1mYyotCRPTI0GKVExeW6EKKqyPalsTSavT8gTSy1e8vXt8m7HwWVeAJCeABSCQBYBpCwL11ph/5l37HFL/YtGVm2iiCUX75ZsT8oPC0FUpO1J4aFqKWKqOFiJWOyPPDGniJg8N8I9o4hY6E+RMYs8sY0FTPl9+V3D2/U7D624k7//KC8ATPAQoQoERhBAyia4NfwN7zjX+f4TB6oqIqZGu5TImRIRsxQxeeyCGCkJ+/LDUOhPErFoWe3MEwtDV3LFrEQszg15YpV97mjUmqSImPy7Ee71lIiVxxbGdM6jD/MFgAkeJFSBQIIAUjbBbeH/4f96qnPF2puXiowpkqWUif0p24WpBXfG350MY+cYC+0YCyUiZiliyQd5S7YnlShPuL625okl56aG7clx62KZ+5FtB4sLLzw8rhp/DwEIbE0AKZvgDvGf/8Nnu2I1lQl+vDVVspRyViIWpU75F7IifkKEqhEiFu2lNMsCgxg4E66RPLE1tnzuKP8D4FutPUOyOaGIyZGzxPZkKiq21ZgXVw4XZ152cIIllSoQgMA6AaRsglvBf+EdP5KspghWXCQF6VFELLngkie2bgmzFTH5YTip+CXuQKvtSWVrss0iJs+NIO9dyxPLFbGN8iess1rdsepOueDhoijGpwJMsPZSBQJdJ4CUZc6w3//OXc4fefpANUWylDITi1gYzYy3J8kTW7sllO20urcnk2OqcHtSYZBk1ZLzxOLYjT4C3sQ8MfU+3hCx8hra39V3J9/KCwCZzxaKQyAQQMoy7wN/3R+d6nasXCJFuxQRC/0rMtbE88SiC5ajCRN+2UAVFc4T096cTD5YKxQx9UGunLKvSh15Yto/AuLcGGxPhnZGiVhSzA4+VhR8ASDzEUPxOSeAlGXeAP76//uJbrH/hC2rKTJmJWJR6pRtFmHLVBUjJSqmPliVPqW3JwUGgdXc5YmFiy7JWNe3J+V7T7hnrCJiI6W1lCtmOnYjEVNlLDX2h3Y9zgsAmQ8Zis81AaQsc/r9F/7oIuf96UPVrEQsuXiTJ7bGu8JT9pWEfTka1KU8sXDRpW3FicWhJduTiogFLG05Tyy1xilzqETFku1s+iRw6PvQQ0eKs5/1WOZSS3EIzCUBpCxz2v3+dz7F9VdOjNUUEYuRLCVK1cBjLJSImKWoSBGxGO4an0SsRMSi55XbSm3xCf0pEb9kf4kb0CphP87NrM8Tm0Lq2ro92cU8sfJtOnSNJRErrwurR1fdaRc/ygsAmQ8cis8dAaQsc8r9P/4/x795uVVdKxGLUqdIgSJ+QgQn9Dd3eWLhostbfALz+OARmFod7JoU4K7nicWQ1OAvTYnyyP9YMErYT/Y34TEW8vUZbU8qEbGRPEsyttXY+yt9d+pFB4uiWM1cdikOgbkhgJRlTHX8EPmus589skoTRUwVByUqJj8sBFGRomKiGClRMWV70vL6FBGLc8PnjqTPHclzI9wzXd+eVFkpMqZsT6r9hXLhf6cePsQLABkPHorOFQGkLGO6/Wf/w4luafnJA1UUEUv+K7MleWJyxMFKxEKHwoPVSsQsr69uEYtjn/X2JHlia+tBhVEx5c1J9T62EjG1v1HCdsAd5gWAjIcPReeGAFKWMdX+hj85yxWr58Uqiow18RgLJSImL7iCiEVWZcmqMGE/9EeeWOKE/QBmQoHiGIsRR09UKGLxNzjr7ckxeWKj1k41cnZo+1F3zjmHyDPLeAhRtPMEkLKMKfZf+g9PcL5/zpZVFBFLikqiVeVFAiWnKTTd1jyxGDgT5K+J25PK1mRSgFuSJ6bK+1DCfqhInlhyHbESsdC4VVRMlSylXLnMyomrbs+exxCzjAcRRTtNACnLmF7/hT96sustnZBeTIVDVK0S9uPDUBAVJSqmLKRqf03ME1PFQeFZ9/aksjUZI4OrpbdRK4yIqTwVEVPbUu5R8sTWliUrETOdmzHpCGF+T7s4iBkvAGQ8jyjaTQJIWca8+v3vfIYresf33oYeFhPmicUF0OjtSUXE5AVXED9JxGK4y+YYCyUiZnl9UXqEsStRsaRcVBgVU2QmyWpCqatbxOLYjd6e7PoxFkrCvvy7EX4PuW31T/HujPuP8AJAxgOJop0kgJRlTKv/4p/8cPrbhjP+7mS4hrZuTypbk0kxasl5YsmHU4UilvswHLj/Jzwktq3niSVZkSeWXBInFvxEa8m2TlsreNpDR4rikiMZyzJFIdApAkiZOJ3xQ+TOPeV48QmjYlYRMUsRiw8nq6iY+K9oRcaUqJj8sBCuzyoiZiliUUhbuj0pz41wz1hFxCxFTBZgo4T90J/V9qTp3CjzlyqzLmKb1+B+37szDi47d8ER8szEhxPFOkUAKROn03/5Xae4VX/RUHHyxNaRCAuzlYjJD0MjEYv9tfQ8sSSrlmxPKiIWro/PHY14O7TCtycnlroRIlZeWJeXV9055xwuiqIvLtEUg0AnCCBl4jT6/e88x7mltTcvFRGLD0PyxKQ3J2M0iM8dDUfEApgJtxSHHpoTilgcQnluSm9OypIsiHtsizwxKSKW5F6hiE01zyUZCxGxcX/Ciy579oQjM3gBYBwr/r4zBJAycSr9l/70fNdziX/mlRqwErHQLHliIyIAZeZCRCwpfonJVyJiyYcTeWIjf0pKVMVKxJJzQ57YdHOjCFTG9uS4Nbf81vGePWErc3lcNf4eAl0ggJSJs+i//K5LXLE64jgMo4hYUsTifxwcpfKQiw8nQVaktyeFRTn0Z7U9aXl9leaJhYsufzNTOGE/CiJ5YmYRsZERnJKMyfeVcL/P23liqXVyq4T9zeXVqNhWa/Geh5d5AUB8WFGs1QSQMnH6/Ff+9IcGiioRMVWMlGMs5AeKlYhFyxq/xWAlYiMfrBNExRQRi/3NOk8sDGLG25N1H2OhRMQCFvLEupcnVl5r1XP49mysQ4dWeQFAfGBRrLUEkDJh6vy+fQvu0keeGYsqMqZEqBQRsxQVKSJmKGIxGkSeWLV5YlNIHXli4ta48Oak+jtV3pxMttWhPLF4fUI0+ZiIlRfo5b5z54btTF4AEJ5dFGkfAaRMmDN/0x+e4I7uunjLooqIhQbmLk8sXHR5i0+IwKlRRiUqpkTEkg/DrueJxZDU4G0tR2SFOVSiYkpELDk3Xc8TCxddkjHTuVHmr8I8sdRiOlLEyoXDuHgzU3h0UaSFBJAyYdL8l/7jHlcUT0wWVWRMiYrJC67V9qSwKMfAmdBfE88Tiw/yWW9PTvjGo/IBcDU6o2xPyveecM8oIhZdUGkrVYY8sfQ6NCnPRGtD94N4jEW5KSUiFupIMpa6vnOOFkWxIizhFIFAawggZcJU+c+/62y35M4+VtRKxNQHq9Jf3duTiohZXp8SEbMUsdiWsM0ylLAfKpInlvxZWYmYfF8polLz9mTdnzuaSrgnOMZC/d1MLGLlO+uclaIojgrLOEUg0AoCSJkwTf6L77nYFS6xX1KqrETE5AeKEKEKbQ3J2PFPcx4fnfBwUiJioUHyxBJvTiZETJ7n1NxMKHXkiWl5YnFuBBlThIY8sbVlRvkHjCRioTFhvXKb314+N+SXhajZ+BeThPWeIhCYJQGkTKDvv/Tep4W9sJFFZ54nFm2pNDxlYWvx9qSyNZkUo5bkialS18TtSSUilry+luSJhbErMqZExRTxU+8Fpa06j7EI465MxMqrcRSzZV4AEB5oFGk0AaRMmB7/pfc8a6iYEhVTFsm44ApRMWl7smYRkx8WwvXVvT2p/Ms+um5LzxOT50a4Z8gTW/v5W4mY6dwI85fsr6l5YuWVtvz7G7Vgr6xHyS4IETPezBSeaxRpJgGkbMy8+Ov37XQ7jlwaiykiJi+4gqhIIhY6FBZmZXuy7jyxKD3C2JWoWFKAK4yKycJdvr4Jk/+ViJh87wnMY1t87qiRIjbVPLchTyxcoCJjGyK2eRG/IPwfIWLGp5ma6RyMagwBpGyclO3fd7Lbfuj8wWKJnUzlIa1ExEJH5Ilpb04mH04VithUD8M5yxNLsmrJ9qQSEUteX0vOE4v/jhPEXIkm17Y9ubECjxSxoRAbn2bCf9pIACkbJ2Vfe99Zzi2fNfSpI/UBHctZRcWEhTQuuEJ/SlRMEU31+qwiYpYiFiN1Ld2elOdGuGesImKWIqb+vqwS9kN/ioyRJ7a2YkoyJtx7UkQsdFiWsRgRK/8pJ/qH/ztEzXgBoI12MqdjRsrGSdmX33+BW/TH/wksPwwFMer69qQiYvHh29LzxJLi0JLtSUXEwvUpSfvJ38SMzxNTpc5KxNT+lPVDKZPsry15YmHwU21Pbl61xwkXYjanctPWy0bKxknZ1z6w17n+bqcslGYRsRjuGrfYaBGxGA3ic0fVfu5oQhELc8MxFtoxFkpETBUjRcSSbbVke1LZmozXJ5zDZxYRMxWxOHrhobu5TDjPjBcABGgUmS0BpGyclN343mdsWUQRsdBAW/PE4vInRP2UqJgSEUs+DMkTG3kPSv9YMErYT84NeWLTzY3wj6/OHmOxQU7OE8sVsfLUrPICwGyFg97HE0DKtmDkb9q3za0efXKyiCIq0vaksCjHwNmkYjTj707GB3lLtyf53NHard/E7UlFRsPYlahYE/PEktzbsj2pbE2GC5woTyy1HCuythFd6yNm48WAErMjgJRtJWVf/X93u6J30bEiZiIWLWv8QmIlYiMfrKWLV65PiYhZilhsS9hm4XNH2hEWgadVnph8Xwn3et3bk4qImV6fwMBSxNTfTTO3J8evjev/XBAenam2wn8LUTO1H6EbikDAhgBStpWU7X/fGW6pd/ybl6PKShExQxELTZEnpn3uSI2oKFExtS3yxMgT21grlHtG2Z6sPU9MXK/sEvY3IlnjnmyKSKllELNxtPn72gkgZVtJ2dffc45bXjp9ZJGZ54mFkc14e1LZmkxGALqeJxZDUoO3jvKAlqMz5IlJW5MjeZaS9k3nRoiKKSIWvUhpS4gkSxGxVovYpFIXtjN5AaB29aDDUQSQsq2k7Kv7LoxvXm7+I0XFhIU0rn/kiUlbkzEyyHli0gn70QWF+488MS2aJ0uywDzZFnliI5ZgJdo1qYiVu0TMcKTGEEDKtpKyr3zgUle4bcNvTkZLSNQUFmYrEZMfFpOKX+LylKgYnztaA6dEXqQyQkTMUsRMx75Le7AqHKwS9k2vT/i9j+xvLj53tHkR0e6F0RC46gAAIABJREFU/KMuRq3guf15ImaN8ZK5HghStpWU3fS+ywb/ukIRi57HeWLSeWJTPVjn7HNHSkRsKp4peRdkzErEkmPnPLHRy5oiksrbk7UdY7FxKbmStdWDfVRbiNlc61AzLh4pGzEPPrx5ubi4/i2PsowpC1uLtyeViFjyYdiSPDFVQpSPgCtyofannLKvbE0m+2vJeWJh7FZRMdO5EX7znc8TC5Mzk2Msxj0tFWFTysRfTvgfb2aOQ87fV0UAKRslZbe89yR3dMd5x/9aWJRDYbYntSMsYmSwpXlismQJ94wiYqE/RcaUqJipqBhFxCxFzHRuhPlL9tf1PLFw0UPfnsyRnnHPM6UtpcyGZE3SH2I2jhp/XwkBpGxkpOzDZ7rF/p7WnicWpUd4qChRMfLE1u4SRWiUMrEtIVfMSsQsx97188SmYkWe2KjlVHh6VS1Z5SEo/SFmwsRRxJYAUjZqFfna+89zvYUTR+JWImJJMUpt8SnyJCTsW4pY8uHUku1JVYzaep5Ycm5asj2pbE0mr68leWJh7BxjMU2EKrXkSgIlPhqz22IrUyRLMRMCSNkoKbv5/Re4/sKuob9WZCwZoZqz88SiILZ0e1KVOqWcVUTMUsTkaFADtycV5vL1Kf8YSpXp+vbk0NZkUyVLESyTsSNmJr5BIwIBpGyUlN2072nH/spKxOSHhRAVU7YmY38t/e5kklXpzUmVp5Kwr7alSIEiYqE/q+1JZUzy9QkipralRMW6/rkj5RNhgad0uKsgkXHRMnt7sjbpWV9rG9kfQiaYBEXMCCBlCZR+/zuX3PY9F0uUOcai4s8dTShiYfLauj2pJOyrYqQIW915Ysmxt2R7UtmajNdndcp+7SJmEllqsmStv2G55fKOiElPPwpVQAApS0lZOA6jd8KTRvK2ErG4/BlFxZSIWPJhSJ7YyHmWhMYoYT85N+SJTTc3gtB0/hiL2s8Ta63UIWIVGAZNZhNAylJSdtO+01x/8ayBv2pinlhc/lq6PZl8GE4YFVO2JxXBkqNPgoiFttq6PamystqeVPtTyillkvNMntiIp0fdW4q1Sx0ylu0NVKiQAFKWkrKv/fVZzq2elj5SosK3J+vOE1O3WYYS9kPFCU/GH3poVihismQpEZWaRcx07OSJxZ/50L03oYipvxvyxFTBUsuZCSIiVqFV0PRUBJCyZKTsI09yi0c3vXlZoYiF/hUZs4qIqQ8URcSmEocJpY48Me28tDg3gowpkSUlIpa8F8gTG706C/8QsEvYt5QeMzFScrvEMtL1IWJTuQKVayKAlKWk7Ja/3Ov6q0vOzdkxFnWLmCp1TdyeVLYmk9fXkjyxMHZFxpS3JxXxU+8Fpa3O54kFWHPxuaNxj8GxgoiIjUPI3zeNAFKWkrJvXvOUY/9ZeQjEB4pRwn5sizyx4TcnA5idw7OlzI9UpubtSWVMsqgYRcQsRUweuxAxmpjVhNuTypuT4frMtieVIyxMRUyKLIlRqrFitP6jVcpZlXHIWNNUg/GoBJCyEim//5pd7kT3JO2TOg0UsbjcCq/jK1GxiR+G5Imt3VYVRsWUrUlVjKwiYmp/yn2llBnZH587GvEAMJMeQ2FTxiRJJCKmPvYp12QCSFlZym7ad4Jb2P7EkZOmRMRCZfLE9Nwn8sR0VoqMKUKjiFhSesgTG72gC1E/8sQkwVKja4hYk/WCsU1CACkrS9k3rznD+f7pQzAVGbMSseTDsCXnianREvLE6hexMDeKjJEnJm5NBqBWIhbaIk9MicAhYpM86qnTFgJI2bCUPdH5/gnxP1uJWGyLPDHyxDb+/S88yK0iYpYipgq3EqlTyiT763qeWLjooW9Pmm3xKdIjllEjXsrYlTLkibXFKhjnVASQsrKUff2j57ui/NplgrFVVCz5cKowKjbxw7AleWLxUSEk7StvT3b9c0dKRMxSxKZqizyxESu9IjRKmdolS5E/omJTPd+p3EICSFlZym7+6KUj59FKxJIPpwpFbKqH4ZydJ5ZkVWHCfuzP6O1JZWsyeX0tyRMLY1e+Pam86CK9ORk7FIRGeXuy9s8dCeNe2w8QnltKGbO2EDFhRijSWQJI2aap9fv3L7nd9104MNuViljoqXwWmvDmZKg29PbkhJGsrn/uSImIjZTWkoxNHGVMrB9WIhaaVmRMiYqZXp8gM3WfJxZYSTImjF1K2A8dkicmih/bk53VDC4shwBStlnK7r5ml3u4d6705mR8kM86TywMYsJIFp87GpFoP2MRU6OaViKm9qcIm1Im2V9b8sTC4M2iYrVGn1QxEsspY1fKIGI5T2vKzgUBpGyzlN384dPdtqXEE2JzISMRiw8nISpW6XliU0gdx1hob08qETFVjBQRS7bVku1JZWtS/d2YRcRMRSyOXniyWJVpZH9sTwp3AEXmlgBSttm3bvnYHtdbPWXoblAiYsmHIXliI39ZSlTFKmE/OTfkiU03N8IWX93bk5KIhasWxm4XEbMUI8u2FPEz6w8Rm1vH4MIzCSBlg1J2ruutHv+WjyJjytuTSkQsjIM8Me3NycBKyRVT3p5U5FCNZClRMbU/JSrWxDyxJKu2bE8qW5PhAlubJ2YmWWLEj+3JzAcyxSGAlA1K2V5X9MYzUURM3WapdHtywuR/5WBXWVSEqIQSEbMUMdOxC29Oqv1ZiZjanyKIShlLEVN/N1JUTLj34u9fkTHp7clao0+qGInlzMZOVAyxgMDkBMYLyORtt66m//bHLx456LpFbKoH64TJ/+SJaXlicW4EGVOERhGx5L1AntjoBUaRMTMRqz36ZChZiFjrnlIMuOsEkLL1GfZ37tvpjpw0/M3LoQdrS/LEVKlTomKKXKj9KVExZWsy2V9L8sTC2BUZa+L2ZOfzxMLktHZ70kyyFPEjItZ1PeD6ZkEAKduQsls+dpIremfG/1OJinU9T0yWLCEqoYhY6E+RMfLE1u5YRZStyiT7I09siwVbkSOrMrVH6pCxWTyq6XNeCCBlxyJlHz/NHe6fOjjxFUbFlAdm8mHYkjyxOHY+d2QWEbMUsana4nNHIx4OrZUsomLz8rjnOttAACnbkLLbPnq2Wyl2D52wHx9gRueJTfUwnLM8sSSrlmxPKluTyetrSZ5YGLtyppjyu5ES9mOHgvSQJ7axnAkPn7E8iYgJFCkCAWMCSNnGKnbLx851bvvx0JjyQFHenLQUMbUt8sTWZlWJRlol7If+FBkjT2xtbiQZsxKx0CF5YkpELJBCxoyfsjQHgQwCSNkxKfv7vVJELJRv63lisqgID0NlazL0R57YCDmsMCqmyGjyXuh6nli46AvKy+PYiJFl9EkVI7GcMnalDCKW8dCkKASqJICUhdUvfIj8pAPnbQlaiYpN/DAkT2yNfYXbk0pETJVWq4iY2t/E91XijlbenlS2JuPYhW19s4hY6NBse1ISFUMxirSEhdyqjNQfETFhRigCgZoJIGVhtbzz+p3u0OPnDLFXRGyqByt5YpWKWJwbzhNLb+NWGBWTRCxMjhCRtRMxSVQM5cmyP7O2ELGan7B0B4FMAkhZWIXvuO5Ud+TI8Tcv27o9aRpRMXpzcqS0lqJipmM3ErEwdquomOn1CTKjRMSiFyltCRGx0JYkY0J/koiFDskTEyWS7cnMByPFITArAkhZWNVu/tTpbudqIslnwkjW0AOxJduTXc8TU6OaViKm9qcIm1Im2V+FETFTEWv19qSy7WgW7ULEZvW4pF8IVE8AKQsr3O2fOce5Q+vmZCViYfImbIvPHdm9OamKkSJiybYqTNhXx65ExZSIWOxPiIqZRcRMRax26RHlSBE2pYx0fWxPVv/QpAcIVEkAKQsr661/f77rLfYGQCuRiWQZKxELo9k5OPfKmOQHeZXbkxUm7MfrM9qenFjEwiBKMmY6N8IWnyJiYZiKjJmJWOxQEAyzhH1JVER5smxLYBB/2kq5sWUQsSofkbQNgXoJIGUxUvbpC9eWSOGBooiY2lYTzxOLLjgpB/LEkj/fie+rRGtDbbVle1IRsXC9rc0TM5MsUdbIE6v3WUlvEKiFwNxLmb/t2hDaOnssbfLERkhrhVExJSKmCrASFVMOdlX7q1TEwiD43NGI3+zYyJIoPUo7liImtUVUbOxKTQEItJoAUnbTtSe4Xe4MPcJhtT1Z2pq0fNjHtoy2J5UPgJuPfdbbk+SJjV7VhCiq9PZkOSIWehw62FUSlYZKlpnUIWKtfsYyeAhkEUDKbrv2FOdc+N/an65vTypbk0kOFUbEYn9GIhbasoqKKdEuSyHtfJ5YgNXa7UkzyVIkEhHLeo5RGAKdIYCUfftzZ7re4UTYimMs1u7yOcsTq1yyEmsHeWJqREwtpwiUUqb2/pCxzjxbuRAITEQAKfvuZ5/gVo4srdFriYjFR0VLtyeViJgqRlYRMbW/yiNn5ImNWMUUgVLK1C5ZRMUmei5RCQJzSwApC8dhzNt5YkkJacn2pCJiyetrSZ5YGDvHWFjKUyPbIiI2t89cLhwCWxKYaynz/tpFd9u2Jx4jpERCmniMRd15YnJkiTyx2r87GebG7HDXzh9jUXd0jWMseCBDAAJI2SgC8TiM/uKZY+8RRcRkURHeXlO2JkN/iowpb08qMipfnyBialtKVKw1x1i05TyxMDmKjElvT9YtPY3sj6jY2BWWAhCAwDqB+Y6UfefvTnZux8kj7wY+dyQeqFuziLV5e1LZmozXx+eOlHys9d+uImNWZaTtUESMZywEIDAJgfmWsrv+8XR35OhgMlVbRSwpKuSJjfxRKNHBictUGBWTtibDVQsRWbuImCQqbZYsZeyI2CSPIOpAAAKbCcy3lIXjMIr+DqdsTyoPaHVbTtmeVLYmR/Y3Z8dYmM6NIDN1nycW5lmSMWHskoiFDjlPTBGxQAoZ46EKAQhYEZhvKbvrhnNdcWQTgwpP2VdELMyqImPkia3d/4qMWZVJ9ldhRMxUxEJj5ImJkqVscyJiVk8g2oEABAYIzK2Uee977u7PPNG5CkUsPsg5T0w6YT8pPS05xoI8sY1FRREapYzldqhZf0TEeHpCAAJVE5hfKbvlY9vdrjOOv3mpRFTk6IyRiCX763qeWLjokoyZzo2wxVf39qS0NRm4CGO3i4hZipFlW2aSpUTOELGqH0G0DwEIbCYwv1J271d3u5VDp0q3gyIFSkSszduTCoNwfVbHWKj9KeWUMq3enlS2JsMFtjZPrHapQ8aklZFCEICAMYH5lbJbbjjJ7SyHZDbRVR7kdYuYHKkTIipd/9yRMn8jefK5oxHrjBKlsipjKWJSW4iY8dOF5iAAgWwC8ytl93xmj1vdtn2AmPwgN9qeVBL2LUUstiWcKaZwUCJiybGTJzb6VyrIdDO3JxURk8RI2VIUy0j9IWLZzwwqQAACFRKYXym79Yaz3Da39iFyRUKUqJjy5mSyv5bkiYWxKzKmnLKvMJfnRpCZzueJBVit3Z6sVeoQsQqfKDQNAQhMRWB+pezO649/83IUQkXEQl1FxpSomKmoGEXELEWscslKTOQQ07YcYzFpnlhgcEEZRK3SYxnJEtuSrg8Zm+pZQWUIQKAGAnMpZX7//iV31tHR37xUZMxKxExFRRAxtT+riJjan6mQpiJn5ImNWE8UoVHKxJkW1iyrMlJ/iJgwIxSBAAQaQ2A+peyWW7a7HQ+cMTALViKWlJCWbE8qIpa8vpbkiYWxK2eKmX13MnYoSIgSFZM+AC6JiqE8WfZn1hYi1pjnCwOBAAQyCcynlH3/hpPc4/0TzQ52tRQxObIkRMXU6JMiY+SJrf20pDPFrEQsdEiemCiRnLKfufhTHAIQaB6B+ZSyO2481RUriaP8N02Q1fakKkZKOeXNSVXqrERM7U+6PkVmUi9mtCVPLMAyi4oJEbh4PyvlrMrU3h9RseY9VBgRBCAwOYH5lLK795/hVnrbhrBZiZipqAgRMbU/RcSSbbVke1LZmozX58dLiFlEzFTEapeeJkodIjb5gk9NCECg2QTmU8ru//zZ7vBiL06NImJJUSFPbOStbRUV6/wxFrXnibVW6hCxZj9IGB0EIGBDYO6kLH6I/M4vny3JGMdYaGe4qZE6RdaSbbVle1LZmgwX2No8sdqlDhmzWehpBQIQaAeB+ZOy8OblKQ8nnvLrE6aImKWEkCe2Bt7qPLF2b0+O31ZdpyUsL0pbShlLEZPaQsSE2aUIBCDQSQLzJ2V379/lltzJA7PZdRFLSg95YqN/0coLB0pUrPbtyboly6w/RKyTzxcuCgIQyCQwf1L2wDdOdO7gCenoTNfzxMJVl2Rs4i3FxJ2mtEWe2AY4RWiUMlL0yTBh36w/RCxztaY4BCDQeQLzJ2V33nSa2/5Y6c3LkowpcpGMPqVERXh7Uu1PeXuyieeJWW5PKm9Ohv7M3p5UImKhQ/LERPHjPLHOP1a4QAhAYFIC8ydl4TiMxf6icxVGxcgTW7sflahY94+x6HS0a33hGXuNRMUmXaKpBwEIzBOB+ZOy+286e2CClSiVUiZKiFFUTImIJaWHPLHRP17yxMRI1ljBQsTm6RHBtUIAAnUSmCsp837/kntg5+npCE4Je90iFrpXZKyJ25NKRCxcnxIVU7Ynpa3J2KEgGJ3fnhQYrMU1hYVnbBkiYgJFikAAAhAYQWC+pOymm7a5M/qnbnk3KDJmFRGzFLGR24UTyKbCINlf188TCxd9Qfn2GSsqamTJSoxm0R8yxjMGAhCAwPQE5kvK7r/pBOf7w8lkioQoIqaKkVVETO1Pub6p2irJmBIRi/219nNHdYuYWSRLFD+pP0Rs+gWYFiAAAQhsJjBfUvb9W05yK4fXPkQuiwp5YlLCfmCqyJiZiMUOBTlStic7f56YJFmKsCFiPEAgAAEIVEdgvqTsjhtPddv90licSlRMlTqrqJjan1Ju4jJd354c2po0k5lZbCkqkiWW4RiLsYsGBSAAAQhMT2C+pOyeL+1xxUL6mhURUyNsViKm9jexZCVuIKvPHSkRsdC9lLSvRMRCY2ZRMSECtxZvFX6CVmVq74+omDC7FIEABCBgSGBupCx+iPy+G88YYFe3iCUli2Ms0vdz7SJWu/Q0UeoQMcPVlaYgAAEIZBKYHykLb16evnLKWnyjpXlilUfOKtyelCJi4QIVGTOLiFmKmGVbSnTNrD9ELHPVpDgEIACBigjMj5TdeedOt3h47ZuXo/4o24ChrtX2pNqfUk4pk5S6CkUs9CfJmJWIhQ753JEYgSNPrKJFlWYhAAEITEpgfqTs3q/udn7XriQoRWisRKzyaFfiCq3yxOLYOcZClJ5ao13rsz62T6Jiky6V1IMABCBQPYH5kbIffPkUd/iE429eWolYUrLIExt961pFxTp/jMVYwULEql8g6QECEIBAnQTmR8oevuk099hiT4JrFRVTxK/yyFmF25PS1mS4QCsRa/X2pJlkKZE6ImLSL51CEIAABBpFYH6k7O5vDr55WZ4GKxGrXLIq3J5UtiZD95KMNVLE4uwIv0CrMrX3h4wJs0sRCEAAAg0lMBdS5v21i+6eJ6y9ebn5T6dELFwYnzsa8TtrrWQpEomINXR1ZVgQgAAEMgnMiZTdtM3ds7iW6KWIWDLaRZ7Y6HvLKipGntg647ESiYhlrnQUhwAEINACAvMhZXfv3+VO2L32zcut/iRzwEoyRp7YOkErEQvNtfYYi7HypEoWEbFxP07+HgIQgED3CcyHlN1/0wluR297cjoVEUtGzhKtKcKmlEn2V2HCfuhv5nliYRBD356sVXoUMbKULLU/omLdX4i5QghAAAKBwHxI2fdvOcktrYw5DoPtyfRPQomIhZpmp+zXLWJRgYXlwKqM1B8iJswIRSAAAQh0jMB8SNkjN58e520oStUSEQtj7wtypLw9KUXEYoeChJiJmCQqhvJk2Z9ZW4hYx1ZXLgcCEIBAJoHOS5n3vnCPfP3UQS5zlicWLl6SMSsRCx2SJyZKJJ87yly0KA4BCECgqwTmQMr2L7lHdp7oXIVRsc7nibV6e1KI+K3FUYUfuVUZREyATREIQAAC80ag+1J222073GmLx795qQiUUia5HZq4fZJtzd15YrVLT92SpfTH9uS8La9cLwQgAIE8At2Xsjvv3OlO7O+QsCgyNnGZCt+elLYmAwGr7cnazxNrrdQhYtIvj0IQgAAEIDAPb1/6B75xolvauThytieWLCUqVqGIhe4lGbMSsdBha/PEapc6ZIz1FQIQgAAEcgl0P1L20HdOdr3Sh8ibKGJRG/z4nCUzEQsdmr09OX7ca3emUs6qjGV/UluIWO7yQ3kIQAACENhMoPtSduCOtTcvFRFTyzUyTywM3ioqVvv2pCJikhgZip/UHyLGggoBCEAAAlYEOi1l3vsFd+D2E8fCUoRNEbHoRYIYmUXELEUstNXa7clapQ4RG/uLogAEIAABCExAoONStn/JHTh9d5KLImLJyBl5YlvcZ4ocWZWRIlmWkTNkbIIVhioQgAAEICAT6LaUheMwTnGDb14qMqZExZSIWNQG8sREMapdspRxIWLyWkJBCEAAAhCYkkC3pezuu3e5nUe2Sflkioi1enuy83liZlKHiE25qlAdAhCAAAQmItBtKbv//hPc4qMLI8nULWJhIGZvTypvToYOyRNTImKBFDI20RpCJQhAAAIQMCLQbSkLx2Gk/gzJWNfzxAKEC8oklNwus+iTKkZiOWXsShlEzGghoRkIQAACEJieQGelLH6I/Ae3Hv/gpRIVI09s445ShEYp00ipIyI2/cJBCxCAAAQgYE+gy1K26B769vFvXh5jV2FUTNqaDAMRjs2wO9i1kWIkRsTMxo6I2S8etAgBCEAAArYEOixlN21zD21bf/OyQhEL8yHJmJWIhQ7JE1OlDhmzXTBoDQIQgAAEqiPQYSm7bYd76KRtA+iU7UnlCAtTEQuNKUn70tuTrd1SFCVLuj5ErLoFg5YhAAEIQKA6At2VsnAcxvbti9IJ+3GTrLXniZlt8Yli1Mj+ELHqFglahgAEIACBegh0V8rCcRhFsfX1mYlYmCyr7UkpImYpRpZtSZEsUf7GtoWI1bNI0AsEIAABCNRDoLtS9sAD6W9eKiJmuj2pbE2GDlubJ1a71CFj9SwO9AIBCEAAAvUS6KSUxQ+RP/jg4JuXioyZJeyHSVRkTIqKjY0Yrd8ySjmrMpYiJrWFiNW7MNAbBCAAAQjUT6CrUrboHnxwp12eWKu3JxURk8TIattRlUhErP4FgR4hAAEIQGB2BDoqZTdtcw/sGXzzcjNjKSJmKWKt3p6sVeoQsdktBvQMAQhAAAKzJdBRKbtzp3tg+/A3LyUZs0rYNxWxRkayLCNnyNhsFwJ6hwAEIACB2RPovpSZiViYrNbmiTVS6hCx2S8AjAACEIAABJpDoKNSdu9uDbFVVExK2G+kGInRLrOxI2LanUkpCEAAAhCYPwKdkzLvfc+5+3aOnkorETPdnqw1b6tuEQukkLH5W1y4YghAAAIQyCPQRSlbcO6+9W9ebsBQRKzV25ONlDpELO/HSGkIQAACEJhvAl2UsiXn7tumnbBvKmJmW3wziGSZSR0iNt8LClcPAQhAAAKTE+iilG1z7p7FrZGYJexbiphlW2aSpQgiIjb5D5CaEIAABCAAgQ0CHZSy23Y4t703PMWKiIVarf3cUa0iFkghYywkEIAABCAAATsCHZSyO3c6t7DpuhQZk96erFt6GtkfImb346MlCEAAAhCAwGYCHZSyu3cZnifW2i1FZdtx/UYYK3+IGIsGBCAAAQhAoHoCnZKy+CFyd9fozysNbU0GwBekKI8VFUvpEdtSxmQmkYhY9T8+eoAABCAAAQh0NlI2WspamydmJlmi+JEnxvoAAQhAAAIQmBGBrkXKlpy7a/3NS/LE2J6c0a+KbiEAAQhAAAITEOialG1z7vbSm5eVbk/WuqWoRruUcmxPTvBroQoEIAABCECgQgIdlbJKRaz2LUVFspQyiFiFvySahgAEIAABCExJoGtSVvq8kmttJEuRLLEMeWJT/kioDgEIQAACEKiDQGekzHsfrmW7KipiudZKHVGxOn4+9AEBCEAAAhCwI9AlKQu5ZEtj0CiSpZSx3MI0awsRs/th0BIEIAABCECgbgJdkrIF51zqm5d1S1bd/bE9Wfevhv4gAAEIQAACFRDokpQFIQtitvFHkSOrMmbRLnFbFRGr4MdAkxCAAAQgAIFZEuiSlIWtS+V6FBGrXbIUGWN7cpY/FfqGAAQgAAEIVEtAkZhqR2DUuvd+i88rxU4UGbMqY9YfImZ0g9AMBCAAAQhAoOEEui5ljZMsUQ7Znmz4D4fhQQACEIAABKwJdELKvPfhzcuNJP8mipgUOSMqZn170x4EIAABCECgPQS6JGWbk/xHzYCVsCntIGLt+R0wUghAAAIQgMDMCXRFyoKQlb55eYytIlBKGUmylO1JImIzv+8ZAAQgAAEIQKBxBLoqZbVKliJiYeaRscbd/wwIAhCAAAQg0BgCXZGy1KGxVW9hSpEzRKwx9zoDgQAEIAABCDSawLxImRI5U8ogYo2+nRkcBCAAAQhAoL0EWi9l6x8iTyX5m0mWsj1JRKy9PwJGDgEIQAACEGgCgS5KmSJjVmXIE2vCXcwYIAABCEAAAh0g0AUpC29dKtehiBjbkx24qbkECEAAAhCAQBsJKDLT6OtaPzh2q+tQZGxsGbYnG30bMDgIQAACEIBA6wl0VcrGSpaSJxZmFxlr/T3OBUAAAhCAAARaQaALUraR5I+IteKWY5AQgAAEIAABCKQIdEHKRp3kv/l6xwobETF+IBCAAAQgAAEIzJJAq6Vs/TiMUdeAiM3yzqJvCEAAAhCAAASyCHRNysaKWKBDVCzrHqEwBCAAAQhAAAI1EOiKlI2VMUSshruJLiAAAQhAAAIQmJhAF6Rs5MUKnAr9AAAUlElEQVQjYhPfF1SEAAQgAAEIQKBmAp2TMkSs5juI7iAAAQhAAAIQMCHQGSlDxkzuBxqBAAQgAAEIQGBGBFotZTNiRrcQgAAEIAABCEDAnABSZo6UBiEAAQhAAAIQgEA+AaQsnxk1IAABCEAAAhCAgDkBpMwcKQ1CAAIQgAAEIACBfAJIWT4zakAAAhCAAAQgAAFzAkiZOVIahAAEIAABCEAAAvkEkLJ8ZtSAAAQgAAEIQAAC5gSQMnOkNAgBCEAAAhCAAATyCSBl+cyoAQEIQAACEIAABMwJIGXmSGkQAhCAAAQgAAEI5BNAyvKZUQMCEIAABCAAAQiYE0DKzJHSIAQgAAEIQAACEMgngJTlM6MGBCAAAQhAAAIQMCeAlJkjpUEIQAACEIAABCCQTwApy2dGDQhAAAIQgAAEIGBOACkzR0qDEIAABCAAAQhAIJ8AUpbPjBoQgAAEIAABCEDAnABSZo6UBiEAAQhAAAIQgEA+AaQsnxk1IAABCEAAAhCAgDkBpMwcKQ1CAAIQgAAEIACBfAJIWT4zakAAAhCAAAQgAAFzAkiZOVIahAAEIAABCEAAAvkEkLJ8ZtSAAAQgAAEIQAAC5gSQMnOkNAgBCEAAAhCAAATyCSBl+cyoAQEIQAACEIAABMwJIGXmSGkQAhCAAAQgAAEI5BNAyvKZUQMCEIAABCAAAQiYE0DKzJHSIAQgAAEIQAACEMgngJTlM6MGBCAAAQhAAAIQMCeAlJkjpUEIQAACEIAABCCQTwApy2dGDQhAAAIQgAAEIGBOACkzR0qDEIAABCAAAQhAIJ8AUpbPjBoQgAAEIAABCEDAnABSZo6UBiEAAQhAAAIQgEA+AaQsnxk1IAABCEAAAhCAgDkBpMwcKQ1CAAIQgAAEIACBfAJIWT4zakAAAhCAAAQgAAFzAkiZOVIahAAEIAABCEAAAvkEkLJ8ZtSAAAQgAAEIQAAC5gSQMnOkNAgBCEAAAhCAAATyCSBl+cyoAQEIQAACEIAABMwJIGXmSGkQAhCAAAQgAAEI5BNAyvKZUQMCEIAABCAAAQiYE0DKzJHSIAQgAAEIQAACEMgngJTlM6MGBCAAAQhAAAIQMCeAlJkjpUEIQAACEIAABCCQTwApy2dGDQhAAAIQgAAEIGBOACkzR0qDEIAABCAAAQhAIJ8AUpbPjBoQgAAEIAABCEDAnABSZo6UBiEAAQhAAAIQgEA+AaQsnxk1IAABCEAAAhCAgDkBpMwcKQ1CAAIQgAAEIACBfAJIWT4zakAAAhCAAAQgAAFzAkiZOVIahAAEIAABCEAAAvkEkLJ8ZtSAAAQgAAEIQAAC5gSQMnOkNAgBCEAAAhCAAATyCSBl+cyoAQEIQAACEIAABMwJIGXmSGkQAhCAAAQgAAEI5BNAyvKZUQMCEIAABCAAAQiYE0DKzJHSIAQgAAEIQAACEMgngJTlM6MGBCAAAQhAAAIQMCeAlJkjpUEIQAACEIAABCCQTwApy2dGDQhAAAIQgAAEIGBOACkzR0qDEIAABCAAAQhAIJ8AUpbPjBoQgAAEIAABCEDAnABSZo6UBiEAAQhAAAIQgEA+AaQsnxk1IAABCEAAAhCAgDkBpMwcKQ1CAAIQgAAEIACBfAJIWT4zakAAAhCAAAQgAAFzAkiZOVIahAAEIAABCEAAAvkEkLJ8ZtSAAAQgAAEIQAAC5gSQMnOkNAgBCEAAAhCAAATyCSBl+cyoAQEIQAACEIAABMwJIGXmSGkQAhCAAAQgAAEI5BNAyvKZUQMCEIAABCAAAQiYE0DKzJHSIAQgAAEIQAACEMgngJTlM6MGBCAAAQhAAAIQMCeAlJkjpUEIQAACEIAABCCQTwApy2dGDQhAAAIQgAAEIGBOACkzR0qDEIAABCAAAQhAIJ8AUpbPjBoQgAAEIAABCEDAnABSZo6UBiEAAQhAAAIQgEA+AaQsnxk1IAABCEAAAhCAgDkBpMwcKQ1CAAIQgAAEIACBfAJIWT4zakAAAhCAAAQgAAFzAkiZOVIahAAEIAABCEAAAvkEkLJ8ZtSAAAQgAAEIQAAC5gSQMnOkNAgBCEAAAhCAAATyCSBl+cyoAQEIQAACEIAABMwJIGXmSGkQAhCAAAQgAAEI5BNAyvKZUQMCEIAABCAAAQiYE0DKzJHSIAQgAAEIQAACEMgngJTlM6MGBCAAAQhAAAIQMCeAlJkjpUEIQAACEIAABCCQTwApy2dGDQhAAAIQgAAEIGBOACkzR0qDEIAABCAAAQhAIJ8AUpbPjBoQgAAEIAABCEDAnABSZo6UBiEAAQhAAAIQgEA+AaQsnxk1IAABCEAAAhCAgDkBpMwcKQ1CAAIQgAAEIACBfAJIWT4zakAAAhCAAAQgAAFzAkiZOVIahAAEIAABCEAAAvkEkLJ8ZtSAAAQgAAEIQAAC5gSQMnOkNAgBCEAAAhCAAATyCSBl+cyoAQEIQAACEIAABMwJIGXmSGkQAhCAAAQgAAEI5BNAyvKZUQMCEIAABCAAAQiYE0DKzJHSIAQgAAEIQAACEMgngJTlM6MGBCAAAQhAAAIQMCeAlJkjpUEIQAACEIAABCCQTwApy2dGDQhAAAIQgAAEIGBOACkzR0qDEIAABCAAAQhAIJ8AUpbPjBoQgAAEIAABCEDAnABSZo6UBiEAAQhAAAIQgEA+AaQsnxk1IAABCEAAAhCAgDkBpMwcKQ1CAAIQgAAEIACBfAJIWT4zakAAAhCAAAQgAAFzAkiZOVIahAAEIAABCEAAAvkEkLJ8ZtSAAAQgAAEIQAAC5gSQMnOkNAgBCEAAAhCAAATyCSBl+cyoAQEIQAACEIAABMwJIGXmSGkQAhCAAAQgAAEI5BNAyvKZUQMCEIAABCAAAQiYE0DKzJHSIAQgAAEIQAACEMgngJTlM6MGBCAAAQhAAAIQMCeAlJkjpUEIQAACEIAABCCQTwApy2dGDQhAAAIQgAAEIGBOACkzR0qDEIAABCAAAQhAIJ8AUpbPjBoQgAAEIAABCEDAnABSZo6UBiEAAQhAAAIQgEA+AaQsnxk1IAABCEAAAhCAgDkBpMwcKQ1CAAIQgAAEIACBfAJIWT4zakAAAhCAAAQgAAFzAkiZOVIahAAEIAABCEAAAvkEkLJ8ZtSAAAQgAAEIQAAC5gSQMnOkNAgBCEAAAhCAAATyCSBl+cyoAQEIQAACEIAABMwJIGXmSGkQAhCAAAQgAAEI5BNAyvKZUQMCEIAABCAAAQiYE0DKzJHSIAQgAAEIQAACEMgngJTlM6MGBCAAAQhAAAIQMCeAlJkjpUEIQAACEIAABCCQTwApy2dGDQhAAAIQgAAEIGBOACkzR0qDEIAABCAAAQhAIJ8AUpbPjBoQgAAEIAABCEDAnABSZo6UBiEAAQhAAAIQgEA+AaQsnxk1IAABCEAAAhCAgDkBpMwcKQ1CAAIQgAAEIACBfAJIWT4zakAAAhCAAAQgAAFzAkiZOVIahAAEIAABCEAAAvkEkLJ8ZtSAAAQgAAEIQAAC5gSQMnOkNAgBCEAAAhCAAATyCSBl+cyoAQEIQAACEIAABMwJIGXmSGkQAhCAAAQgAAEI5BNAyvKZUQMCEIAABCAAAQiYE0DKzJHSIAQgAAEIQAACEMgngJTlM6MGBCAAAQhAAAIQMCeAlJkjpUEIQAACEIAABCCQTwApy2dGDQhAAAIQgAAEIGBOACkzR0qDEIAABCAAAQhAIJ8AUpbPjBoQgAAEIAABCEDAnABSZo6UBiEAAQhAAAIQgEA+AaQsnxk1IAABCEAAAhCAgDkBpMwcKQ1CAAIQgAAEIACBfAJIWT4zakAAAhCAAAQgAAFzAkiZOVIahAAEIAABCEAAAvkEkLJ8ZtSAAAQgAAEIQAAC5gSQMnOkNAgBCEAAAhCAAATyCSBl+cyoAQEIQAACEIAABMwJIGXmSGkQAhCAAAQgAAEI5BNAyvKZUQMCEIAABCAAAQiYE0DKzJHSIAQgAAEIQAACEMgngJTlM6MGBCAAAQhAAAIQMCeAlJkjpUEIQAACEIAABCCQTwApy2dGDQhAAAIQgAAEIGBOACkzR0qDEIAABCAAAQhAIJ8AUpbPjBoQgAAEIAABCEDAnABSZo6UBiEAAQhAAAIQgEA+AaQsnxk1IAABCEAAAhCAgDkBpMwcKQ1CAAIQgAAEIACBfAJIWT4zakAAAhCAAAQgAAFzAkiZOVIahAAEIAABCEAAAvkEkLJ8ZtSAAAQgAAEIQAAC5gSQMnOkNAgBCEAAAhCAAATyCSBl+cyoAQEIQAACEIAABMwJIGXmSGkQAhCAAAQgAAEI5BNAyvKZUQMCEIAABCAAAQiYE0DKzJHSIAQgAAEIQAACEMgngJTlM6MGBCAAAQhAAAIQMCeAlJkjpUEIQAACEIAABCCQTwApy2dGDQhAAAIQgAAEIGBOACkzR0qDEIAABCAAAQhAIJ8AUpbPjBoQgAAEIAABCEDAnABSZo6UBiEAAQhAAAIQgEA+AaQsnxk1IAABCEAAAhCAgDkBpMwcKQ1CAAIQgAAEIACBfAJIWT4zakAAAhCAAAQgAAFzAkiZOVIahAAEIAABCEAAAvkEkLJ8ZtSAAAQgAAEIQAAC5gSQMnOkNAgBCEAAAhCAAATyCSBl+cyoAQEIQAACEIAABMwJIGXmSGkQAhCAAAQgAAEI5BNAyvKZUQMCEIAABCAAAQiYE0DKzJHSIAQgAAEIQAACEMgngJTlM6MGBCAAAQhAAAIQMCeAlJkjpUEIQAACEIAABCCQTwApy2dGDQhAAAIQgAAEIGBOACkzR0qDEIAABCAAAQhAIJ8AUpbPjBoQgAAEIAABCEDAnABSZo6UBiEAAQhAAAIQgEA+AaQsnxk1IAABCEAAAhCAgDkBpMwcKQ1CAAIQgAAEIACBfAJIWT4zakAAAhCAAAQgAAFzAkiZOVIahAAEIAABCEAAAvkEkLJ8ZtSAAAQgAAEIQAAC5gSQMnOkNAgBCEAAAhCAAATyCSBl+cyoAQEIQAACEIAABMwJIGXmSGkQAhCAAAQgAAEI5BNAyvKZUQMCEIAABCAAAQiYE0DKzJHSIAQgAAEIQAACEMgngJTlM6MGBCAAAQhAAAIQMCeAlJkjpUEIQAACEIAABCCQTwApy2dGDQhAAAIQgAAEIGBOACkzR0qDEIAABCAAAQhAIJ8AUpbPjBoQgAAEIAABCEDAnABSZo6UBiEAAQhAAAIQgEA+AaQsnxk1IAABCEAAAhCAgDkBpMwcKQ1CAAIQgAAEIACBfAJIWT4zakAAAhCAAAQgAAFzAkiZOVIahAAEIAABCEAAAvkEkLJ8ZtSAAAQgAAEIQAAC5gSQMnOkNAgBCEAAAhCAAATyCSBl+cyoAQEIQAACEIAABMwJIGXmSGkQAhCAAAQgAAEI5BNAyvKZUQMCEIAABCAAAQiYE0DKzJHSIAQgAAEIQAACEMgngJTlM6MGBCAAAQhAAAIQMCeAlJkjpUEIQAACEIAABCCQTwApy2dGDQhAAAIQgAAEIGBOACkzR0qDEIAABCAAAQhAIJ8AUpbPjBoQgAAEIAABCEDAnABSZo6UBiEAAQhAAAIQgEA+AaQsnxk1IAABCEAAAhCAgDkBpMwcKQ1CAAIQgAAEIACBfAJIWT4zakAAAhCAAAQgAAFzAkiZOVIahAAEIAABCEAAAvkEkLJ8ZtSAAAQgAAEIQAAC5gSQMnOkNAgBCEAAAhCAAATyCSBl+cyoAQEIQAACEIAABMwJIGXmSGkQAhCAAAQgAAEI5BNAyvKZUQMCEIAABCAAAQiYE0DKzJHSIAQgAAEIQAACEMgngJTlM6MGBCAAAQhAAAIQMCeAlJkjpUEIQAACEIAABCCQTwApy2dGDQhAAAIQgAAEIGBOACkzR0qDEIAABCAAAQhAIJ8AUpbPjBoQgAAEIAABCEDAnABSZo6UBiEAAQhAAAIQgEA+AaQsnxk1IAABCEAAAhCAgDkBpMwcKQ1CAAIQgAAEIACBfAJIWT4zakAAAhCAAAQgAAFzAkiZOVIahAAEIAABCEAAAvkEkLJ8ZtSAAAQgAAEIQAAC5gSQMnOkNAgBCEAAAhCAAATyCSBl+cyoAQEIQAACEIAABMwJIGXmSGkQAhCAAAQgAAEI5BNAyvKZUQMCEIAABCAAAQiYE0DKzJHSIAQgAAEIQAACEMgngJTlM6MGBCAAAQhAAAIQMCeAlJkjpUEIQAACEIAABCCQTwApy2dGDQhAAAIQgAAEIGBOACkzR0qDEIAABCAAAQhAIJ8AUpbPjBoQgAAEIAABCEDAnABSZo6UBiEAAQhAAAIQgEA+AaQsnxk1IAABCEAAAhCAgDkBpMwcKQ1CAAIQgAAEIACBfAJIWT4zakAAAhCAAAQgAAFzAkiZOVIahAAEIAABCEAAAvkEkLJ8ZtSAAAQgAAEIQAAC5gSQMnOkNAgBCEAAAhCAAATyCSBl+cyoAQEIQAACEIAABMwJIGXmSGkQAhCAAAQgAAEI5BNAyvKZUQMCEIAABCAAAQiYE0DKzJHSIAQgAAEIQAACEMgngJTlM6MGBCAAAQhAAAIQMCeAlJkjpUEIQAACEIAABCCQTwApy2dGDQhAAAIQgAAEIGBOACkzR0qDEIAABCAAAQhAIJ8AUpbPjBoQgAAEIAABCEDAnABSZo6UBiEAAQhAAAIQgEA+AaQsnxk1IAABCEAAAhCAgDkBpMwcKQ1CAAIQgAAEIACBfAJIWT4zakAAAhCAAAQgAAFzAkiZOVIahAAEIAABCEAAAvkEkLJ8ZtSAAAQgAAEIQAAC5gSQMnOkNAgBCEAAAhCAAATyCSBl+cyoAQEIQAACEIAABMwJIGXmSGkQAhCAAAQgAAEI5BNAyvKZUQMCEIAABCAAAQiYE0DKzJHSIAQgAAEIQAACEMgngJTlM6MGBCAAAQhAAAIQMCeAlJkjpUEIQAACEIAABCCQTwApy2dGDQhAAAIQgAAEIGBOACkzR0qDEIAABCAAAQhAIJ8AUpbPjBoQgAAEIAABCEDAnMD/D9OUchk59z0xAAAAAElFTkSuQmCC", + "e": 1 + }, + { + "id": "comp_0", + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 0, + "nm": "Salida 2", + "refId": "comp_1", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 960, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1920, + "h": 1080, + "ip": 250, + "op": 400, + "st": 250, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 9, + "nm": "Salida El capulí.mov", + "cl": "mov", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 960, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 250, + "op": 400, + "st": 250, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 5, + "nm": "PREVENIR", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.43 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.57 + ], + "y": [ + 0 + ] + }, + "t": 201, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.57 + ], + "y": [ + 0 + ] + }, + "t": 207, + "s": [ + 100 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 224, + "s": [ + 100 + ] + }, + { + "t": 230, + "s": [ + 0 + ] + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.43, + "y": 1 + }, + "o": { + "x": 0.57, + "y": 0 + }, + "t": 201, + "s": [ + 24, + 528, + 0 + ], + "to": [ + 20, + 0, + 0 + ], + "ti": [ + -20, + 0, + 0 + ] + }, + { + "i": { + "x": 0.43, + "y": 0.43 + }, + "o": { + "x": 0.57, + "y": 0.57 + }, + "t": 207, + "s": [ + 144, + 528, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.43, + "y": 1 + }, + "o": { + "x": 0.57, + "y": 0 + }, + "t": 224, + "s": [ + 144, + 528, + 0 + ], + "to": [ + 160, + 0, + 0 + ], + "ti": [ + -160, + 0, + 0 + ] + }, + { + "t": 230, + "s": [ + 1104, + 528, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 150, + "f": "Cubano-Regular", + "t": "PREVENIR", + "j": 0, + "tr": -9, + "lh": 180, + "ls": 0, + "fc": [ + 0.416, + 0.224, + 0.776 + ] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { + "g": 1, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + } + }, + "a": [] + }, + "ip": 201, + "op": 234, + "st": 201, + "bm": 0 + }, + { + "ddd": 0, + "ind": 4, + "ty": 5, + "nm": "EL CONTAGIO", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.43 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.57 + ], + "y": [ + 0 + ] + }, + "t": 204, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.743 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.419 + ], + "y": [ + 0 + ] + }, + "t": 210, + "s": [ + 100 + ] + }, + { + "i": { + "x": [ + 0.774 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.473 + ], + "y": [ + 0 + ] + }, + "t": 227, + "s": [ + 100 + ] + }, + { + "t": 233, + "s": [ + 0 + ] + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.43, + "y": 1 + }, + "o": { + "x": 0.57, + "y": 0 + }, + "t": 204, + "s": [ + 24, + 676, + 0 + ], + "to": [ + 19.917, + 0, + 0 + ], + "ti": [ + -20, + 0, + 0 + ] + }, + { + "i": { + "x": 0.479, + "y": 1 + }, + "o": { + "x": 0.606, + "y": 0 + }, + "t": 210, + "s": [ + 143.5, + 676, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.788, + "y": 1 + }, + "o": { + "x": 0.521, + "y": 0 + }, + "t": 227, + "s": [ + 144, + 676, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "t": 233, + "s": [ + 1104, + 676, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 150, + "f": "Cubano-Regular", + "t": "EL CONTAGIO", + "j": 0, + "tr": -9, + "lh": 180, + "ls": 0, + "fc": [ + 0.416, + 0.224, + 0.776 + ] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { + "g": 1, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + } + }, + "a": [] + }, + "ip": 204, + "op": 247, + "st": 204, + "bm": 0 + }, + { + "ddd": 0, + "ind": 5, + "ty": 5, + "nm": "ESTA EN TUS", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.43 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.57 + ], + "y": [ + 0 + ] + }, + "t": 224, + "s": [ + 0 + ] + }, + { + "t": 230, + "s": [ + 100 + ] + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.43, + "y": 1 + }, + "o": { + "x": 0.57, + "y": 0 + }, + "t": 224, + "s": [ + -16, + 528, + 0 + ], + "to": [ + 26.667, + 0, + 0 + ], + "ti": [ + -26.667, + 0, + 0 + ] + }, + { + "t": 230, + "s": [ + 144, + 528, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 150, + "f": "Cubano-Regular", + "t": "ESTA EN TUS", + "j": 0, + "tr": -9, + "lh": 180, + "ls": 0, + "fc": [ + 0.953, + 0.561, + 0.337 + ] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { + "g": 1, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + } + }, + "a": [] + }, + "ip": 224, + "op": 253, + "st": 224, + "bm": 0 + }, + { + "ddd": 0, + "ind": 6, + "ty": 5, + "nm": "MANOS", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.43 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.57 + ], + "y": [ + 0 + ] + }, + "t": 227, + "s": [ + 0 + ] + }, + { + "t": 233, + "s": [ + 100 + ] + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.43, + "y": 1 + }, + "o": { + "x": 0.57, + "y": 0 + }, + "t": 227, + "s": [ + -16, + 676, + 0 + ], + "to": [ + 26.667, + 0, + 0 + ], + "ti": [ + -26.667, + 0, + 0 + ] + }, + { + "t": 233, + "s": [ + 144, + 676, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 150, + "f": "Cubano-Regular", + "t": "MANOS", + "j": 0, + "tr": -9, + "lh": 180, + "ls": 0, + "fc": [ + 0.953, + 0.561, + 0.337 + ] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { + "g": 1, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + } + }, + "a": [] + }, + "ip": 227, + "op": 253, + "st": 227, + "bm": 0 + }, + { + "ddd": 0, + "ind": 7, + "ty": 0, + "nm": "virus", + "refId": "comp_5", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 202, + "op": 577, + "st": 202, + "bm": 0 + } + ] + }, + { + "id": "comp_1", + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 0, + "nm": "cinta 2", + "td": 1, + "refId": "comp_2", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 960, + 540, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 960, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1920, + "h": 1080, + "ip": 1.2, + "op": 151.2, + "st": 1.2, + "bm": 0 + }, + { + "ddd": 1, + "ind": 2, + "ty": 5, + "nm": "EL MORTIÑO", + "tt": 1, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "rx": { + "a": 0, + "k": 0, + "ix": 8 + }, + "ry": { + "a": 0, + "k": 0, + "ix": 9 + }, + "rz": { + "a": 0, + "k": -8.6, + "ix": 10 + }, + "or": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 7 + }, + "p": { + "a": 0, + "k": [ + 586, + 646, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 90, + 90, + 90 + ], + "ix": 6 + } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 159.936737060547, + "f": "Cubano-Regular", + "t": "EL MORTIÑO", + "j": 0, + "tr": 0, + "lh": 191.924084472656, + "ls": 0, + "fc": [ + 1, + 1, + 1 + ] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { + "g": 1, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + } + }, + "a": [ + { + "nm": "Animator 1", + "s": { + "t": 0, + "xe": { + "a": 0, + "k": 0, + "ix": 7 + }, + "ne": { + "a": 0, + "k": 0, + "ix": 8 + }, + "a": { + "a": 0, + "k": 100, + "ix": 4 + }, + "b": 1, + "rn": 0, + "sh": 1, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 15, + "s": [ + 0 + ] + }, + { + "t": 21, + "s": [ + 100 + ] + } + ], + "ix": 1 + }, + "r": 1 + }, + "a": { + "o": { + "a": 0, + "k": 0, + "ix": 9 + } + } + } + ] + }, + "ip": 1.2, + "op": 151.2, + "st": 1.2, + "bm": 0 + }, + { + "ddd": 1, + "ind": 4, + "ty": 5, + "nm": "EL MORTIÑO 2", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "rx": { + "a": 0, + "k": 0, + "ix": 8 + }, + "ry": { + "a": 0, + "k": 0, + "ix": 9 + }, + "rz": { + "a": 0, + "k": -8.6, + "ix": 10 + }, + "or": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 7 + }, + "p": { + "a": 0, + "k": [ + 586, + 646, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 90, + 90, + 90 + ], + "ix": 6 + } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 159.936737060547, + "f": "Cubano-Regular", + "t": "EL MORTIÑO", + "j": 0, + "tr": 0, + "lh": 191.924084472656, + "ls": 0, + "fc": [ + 1, + 0.784, + 0 + ] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { + "g": 1, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + } + }, + "a": [ + { + "nm": "Animator 1", + "s": { + "t": 0, + "xe": { + "a": 0, + "k": 0, + "ix": 7 + }, + "ne": { + "a": 0, + "k": 0, + "ix": 8 + }, + "a": { + "a": 0, + "k": 100, + "ix": 4 + }, + "b": 1, + "rn": 0, + "sh": 1, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 13.8, + "s": [ + 0 + ] + }, + { + "t": 19.8, + "s": [ + 100 + ] + } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 19.8, + "s": [ + 100 + ] + }, + { + "t": 21.6, + "s": [ + 0 + ] + } + ], + "ix": 2 + }, + "r": 1 + }, + "a": { + "o": { + "a": 0, + "k": 0, + "ix": 9 + } + } + } + ] + }, + "ip": 0, + "op": 150, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 6, + "ty": 4, + "nm": "Shape Layer 4", + "td": 1, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": -8, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 629.511, + 673.025, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + -346, + 116, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { + "a": 0, + "k": [ + 866, + 64 + ], + "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.917646998985, + 1, + 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": [ + 0.394925106273, + 0, + 0.839215985466, + 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": [ + 87, + 116 + ], + "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": 0, + "op": 150, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 7, + "ty": 2, + "nm": "Layer 7", + "tt": 1, + "refId": "image_2", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.47, + "y": 1 + }, + "o": { + "x": 0.53, + "y": 0 + }, + "t": 19.8, + "s": [ + 1017.615, + 696.15, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "t": 25.8, + "s": [ + 997.615, + 616.15, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 335.561, + 70.065, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 150, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 8, + "ty": 4, + "nm": "Shape Layer 2", + "td": 1, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 960, + 540, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.49, + "y": 1 + }, + "o": { + "x": 0.51, + "y": 0 + }, + "t": 12.6, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -512, + -76 + ], + [ + -476, + -72 + ], + [ + -420, + 204 + ], + [ + -464, + 268 + ] + ], + "c": true + } + ] + }, + { + "t": 16.8, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 504, + -260 + ], + [ + -476, + -72 + ], + [ + -420, + 204 + ], + [ + 552, + 84 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0, + 0.917646998985, + 1, + 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, + 0.363636839624, + 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": [ + 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": 1.2, + "op": 151.2, + "st": 1.2, + "bm": 0 + }, + { + "ddd": 0, + "ind": 9, + "ty": 0, + "nm": "cinta 3", + "tt": 1, + "refId": "comp_3", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 960, + 540, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 960, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1920, + "h": 1080, + "ip": 1.2, + "op": 151.2, + "st": 1.2, + "bm": 0 + }, + { + "ddd": 0, + "ind": 11, + "ty": 2, + "nm": "Bola 2", + "td": 1, + "refId": "image_3", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 963, + 516, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 302.25, + 302.25, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.59, + 0.59, + 0.59 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.41, + 0.41, + 0.41 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 0, + "s": [ + 0, + 0, + 100 + ] + }, + { + "i": { + "x": [ + 0.567, + 0.567, + 0.567 + ], + "y": [ + 1, + 1, + 6.772 + ] + }, + "o": { + "x": [ + 0.182, + 0.182, + 0.182 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 4.8, + "s": [ + 120, + 120, + 100 + ] + }, + { + "i": { + "x": [ + 0.664, + 0.664, + 0.664 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.325, + 0.325, + 0.325 + ], + "y": [ + 0, + 0, + -2.168 + ] + }, + "t": 6, + "s": [ + 121, + 121, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 6.6, + "s": [ + 120, + 120, + 100 + ] + }, + { + "i": { + "x": [ + 0.583, + 0.583, + 0.583 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 10.8, + "s": [ + 90, + 90, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.417, + 0.417, + 0.417 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 11.4, + "s": [ + 85, + 80, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 12, + "s": [ + 90, + 90, + 100 + ] + }, + { + "t": 15, + "s": [ + 100, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 150, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 12, + "ty": 2, + "nm": "Layer 3", + "parent": 14, + "tt": 1, + "refId": "image_4", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 0, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 2.4, + "s": [ + 28 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 4.8, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 6.6, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 7.2, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 9.6, + "s": [ + 28 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 12, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.44 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 14.4, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.44 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 15, + "s": [ + 0 + ] + }, + { + "t": 22.8, + "s": [ + 7 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 0, + "s": [ + 157.429, + 2.258, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + -59.818, + -148.321, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 2.4, + "s": [ + 377.432, + 267.262, + 0 + ], + "to": [ + 59.818, + 148.321, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 4.8, + "s": [ + 464.096, + 585.591, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 6.6, + "s": [ + 464.096, + 585.591, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 7.2, + "s": [ + 157.429, + 2.258, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + -59.818, + -148.321, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 9.6, + "s": [ + 377.432, + 267.262, + 0 + ], + "to": [ + 59.818, + 148.321, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 12, + "s": [ + 464.096, + 585.591, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.44, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 14.4, + "s": [ + 464.096, + 585.591, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.44, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 15, + "s": [ + 157.429, + 2.258, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + -37.646, + -35.369, + 0 + ] + }, + { + "t": 22.8, + "s": [ + 223.782, + 58.538, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 23.723, + 15.066, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 0, + "s": [ + 100, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 2.4, + "s": [ + 66, + 122, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 4.8, + "s": [ + 100, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 6.6, + "s": [ + 100, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 7.2, + "s": [ + 100, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 9.6, + "s": [ + 66, + 122, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 12, + "s": [ + 100, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.44, + 0.44, + 0.44 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 14.4, + "s": [ + 100, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.44, + 0.44, + 0.44 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + -0.258, + -1.417 + ] + }, + "t": 15, + "s": [ + 100, + 100, + 100 + ] + }, + { + "t": 22.8, + "s": [ + 91.5, + 105.5, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 150, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 13, + "ty": 2, + "nm": "Layer 2", + "parent": 14, + "refId": "image_5", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.49 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.51 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + 0 + ] + }, + { + "t": 22.8, + "s": [ + 360 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 290.282, + 298.083, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 303.588, + 303.731, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 150, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 14, + "ty": 2, + "nm": "Bola", + "refId": "image_3", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 963, + 516, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 302.25, + 302.25, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.59, + 0.59, + 0.59 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.41, + 0.41, + 0.41 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 0, + "s": [ + 0, + 0, + 100 + ] + }, + { + "i": { + "x": [ + 0.567, + 0.567, + 0.567 + ], + "y": [ + 1, + 1, + 6.772 + ] + }, + "o": { + "x": [ + 0.182, + 0.182, + 0.182 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 4.8, + "s": [ + 120, + 120, + 100 + ] + }, + { + "i": { + "x": [ + 0.664, + 0.664, + 0.664 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.325, + 0.325, + 0.325 + ], + "y": [ + 0, + 0, + -2.168 + ] + }, + "t": 6, + "s": [ + 121, + 121, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 6.6, + "s": [ + 120, + 120, + 100 + ] + }, + { + "i": { + "x": [ + 0.583, + 0.583, + 0.583 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 10.8, + "s": [ + 90, + 90, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.417, + 0.417, + 0.417 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 11.4, + "s": [ + 85, + 80, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 12, + "s": [ + 90, + 90, + 100 + ] + }, + { + "t": 15, + "s": [ + 100, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 150, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 15, + "ty": 4, + "nm": "Shape Layer 3", + "td": 1, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 960, + 540, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 15.6, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 472, + -216 + ], + [ + 432, + 28 + ], + [ + 412, + -12 + ], + [ + 436, + -212 + ] + ], + "c": true + } + ] + }, + { + "t": 18.6, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -372, + -344 + ], + [ + -412, + -100 + ], + [ + 412, + -12 + ], + [ + 436, + -212 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0, + 0.917646998985, + 1, + 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, + 0.363636839624, + 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": [ + 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": 1.2, + "op": 151.2, + "st": 1.2, + "bm": 0 + }, + { + "ddd": 0, + "ind": 16, + "ty": 2, + "nm": "Layer 11", + "tt": 1, + "refId": "image_6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 1005.659, + 408.016, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 368.591, + 132.234, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 1.2, + "op": 151.2, + "st": 1.2, + "bm": 0 + }, + { + "ddd": 0, + "ind": 17, + "ty": 4, + "nm": "Shape Layer 1", + "td": 1, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 960, + 540, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.49, + "y": 1 + }, + "o": { + "x": 0.51, + "y": 0 + }, + "t": 11.4, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 472, + 204 + ], + [ + 504, + 364 + ], + [ + 420, + 392 + ], + [ + 420, + 156 + ] + ], + "c": true + } + ] + }, + { + "t": 13.8, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -432, + 44 + ], + [ + -400, + 204 + ], + [ + 420, + 392 + ], + [ + 420, + 156 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0, + 0.917646998985, + 1, + 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, + 0.363636839624, + 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": [ + 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": 1.2, + "op": 151.2, + "st": 1.2, + "bm": 0 + }, + { + "ddd": 0, + "ind": 18, + "ty": 0, + "nm": "cinta abajo", + "tt": 1, + "refId": "comp_4", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 960, + 540, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 960, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1920, + "h": 1080, + "ip": 11.4, + "op": 161.4, + "st": 11.4, + "bm": 0 + }, + { + "ddd": 0, + "ind": 19, + "ty": 4, + "nm": "Bola 2 Outlines 4", + "td": 1, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 963, + 516, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 302.25, + 302.25, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.59, + 0.59, + 0.59 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.41, + 0.41, + 0.41 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 12.6, + "s": [ + 0, + 0, + 100 + ] + }, + { + "t": 16.8, + "s": [ + 416, + 416, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + -166.79 + ], + [ + 166.79, + 0 + ], + [ + 0, + 166.79 + ], + [ + -166.79, + 0 + ] + ], + "o": [ + [ + 0, + 166.79 + ], + [ + -166.79, + 0 + ], + [ + 0, + -166.79 + ], + [ + 166.79, + 0 + ] + ], + "v": [ + [ + 302, + 0 + ], + [ + 0, + 302 + ], + [ + -302, + 0 + ], + [ + 0, + -302 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.784313785329, + 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": [ + 302.25, + 302.25 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 11.4, + "op": 161.4, + "st": 11.4, + "bm": 0 + }, + { + "ddd": 0, + "ind": 20, + "ty": 4, + "nm": "Bola 2 Outlines 3", + "tt": 2, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 963, + 516, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 302.25, + 302.25, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.59, + 0.59, + 0.59 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.41, + 0.41, + 0.41 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 9.6, + "s": [ + 0, + 0, + 100 + ] + }, + { + "t": 14.4, + "s": [ + 416, + 416, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + -166.79 + ], + [ + 166.79, + 0 + ], + [ + 0, + 166.79 + ], + [ + -166.79, + 0 + ] + ], + "o": [ + [ + 0, + 166.79 + ], + [ + -166.79, + 0 + ], + [ + 0, + -166.79 + ], + [ + 166.79, + 0 + ] + ], + "v": [ + [ + 302, + 0 + ], + [ + 0, + 302 + ], + [ + -302, + 0 + ], + [ + 0, + -302 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0, + 0.839215746113, + 0.835294177485, + 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": [ + 302.25, + 302.25 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 8.4, + "op": 158.4, + "st": 8.4, + "bm": 0 + }, + { + "ddd": 0, + "ind": 21, + "ty": 4, + "nm": "Bola 2 Outlines 2", + "td": 1, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 963, + 516, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 302.25, + 302.25, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.59, + 0.59, + 0.59 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.41, + 0.41, + 0.41 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 3, + "s": [ + 0, + 0, + 100 + ] + }, + { + "t": 7.2, + "s": [ + 416, + 416, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + -166.79 + ], + [ + 166.79, + 0 + ], + [ + 0, + 166.79 + ], + [ + -166.79, + 0 + ] + ], + "o": [ + [ + 0, + 166.79 + ], + [ + -166.79, + 0 + ], + [ + 0, + -166.79 + ], + [ + 166.79, + 0 + ] + ], + "v": [ + [ + 302, + 0 + ], + [ + 0, + 302 + ], + [ + -302, + 0 + ], + [ + 0, + -302 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.784313785329, + 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": [ + 302.25, + 302.25 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 1.8, + "op": 151.8, + "st": 1.8, + "bm": 0 + }, + { + "ddd": 0, + "ind": 22, + "ty": 4, + "nm": "Bola 2 Outlines", + "tt": 2, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 963, + 516, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 302.25, + 302.25, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.59, + 0.59, + 0.59 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.41, + 0.41, + 0.41 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 1.2, + "s": [ + 0, + 0, + 100 + ] + }, + { + "t": 4.2, + "s": [ + 416, + 416, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + -166.79 + ], + [ + 166.79, + 0 + ], + [ + 0, + 166.79 + ], + [ + -166.79, + 0 + ] + ], + "o": [ + [ + 0, + 166.79 + ], + [ + -166.79, + 0 + ], + [ + 0, + -166.79 + ], + [ + 166.79, + 0 + ] + ], + "v": [ + [ + 302, + 0 + ], + [ + 0, + 302 + ], + [ + -302, + 0 + ], + [ + 0, + -302 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.784313785329, + 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": [ + 302.25, + 302.25 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 150, + "st": 0, + "bm": 0 + } + ] + }, + { + "id": "comp_2", + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 2, + "nm": "Layer 4", + "refId": "image_0", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 950.518, + 540.126, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 407.847, + 176.657, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 150, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 2, + "nm": "Layer 5", + "refId": "image_1", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 962.074, + 545, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 416.111, + 175.25, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 150, + "st": 0, + "bm": 0 + } + ] + }, + { + "id": "comp_3", + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 2, + "nm": "Layer 4", + "refId": "image_0", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 950.518, + 540.126, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 407.847, + 176.657, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 150, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 2, + "nm": "Layer 5", + "refId": "image_1", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 962.074, + 545, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 416.111, + 175.25, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 150, + "st": 0, + "bm": 0 + } + ] + }, + { + "id": "comp_4", + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 2, + "nm": "Layer 10", + "refId": "image_7", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 955.897, + 743.35, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 395.49, + 119.121, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 150, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 2, + "nm": "Layer 9", + "refId": "image_8", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 962.459, + 752.468, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 398.883, + 118.282, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 150, + "st": 0, + "bm": 0 + } + ] + }, + { + "id": "comp_5", + "layers": [ + { + "ddd": 0, + "ind": 3, + "ty": 3, + "nm": "Null 3", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 0, + "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": 0, + "s": [ + 540, + 540, + 0 + ], + "to": [ + -1.667, + -3.333, + 0 + ], + "ti": [ + 48, + -36, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 155, + "s": [ + 530, + 520, + 0 + ], + "to": [ + -48, + 36, + 0 + ], + "ti": [ + -1.667, + 3.333, + 0 + ] + }, + { + "t": 287, + "s": [ + 540, + 540, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 375, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 4, + "ty": 0, + "nm": "1", + "parent": 3, + "refId": "comp_6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 90, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + -472.537, + -296.127, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 30, + 30, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 0, + "op": 375, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 5, + "ty": 0, + "nm": "1", + "parent": 3, + "refId": "comp_6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 90, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + -469.018, + 513.536, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 30, + 30, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 1, + "op": 376, + "st": 1, + "bm": 0 + }, + { + "ddd": 0, + "ind": 6, + "ty": 0, + "nm": "1", + "parent": 3, + "refId": "comp_6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 90, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + -472.537, + 329.873, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 30, + 30, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 0, + "op": 375, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 7, + "ty": 0, + "nm": "1", + "parent": 3, + "refId": "comp_6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 90, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + -469.018, + -126.464, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 30, + 30, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 1, + "op": 376, + "st": 1, + "bm": 0 + }, + { + "ddd": 0, + "ind": 8, + "ty": 0, + "nm": "1", + "parent": 3, + "refId": "comp_6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 90, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + -472.537, + 121.873, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 30, + 30, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 0, + "op": 375, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 9, + "ty": 0, + "nm": "1", + "parent": 3, + "refId": "comp_6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 90, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + -309.736, + -386.713, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 30, + 30, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 1, + "op": 376, + "st": 1, + "bm": 0 + }, + { + "ddd": 0, + "ind": 10, + "ty": 0, + "nm": "1", + "parent": 3, + "refId": "comp_6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 90, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 622.663, + -296.127, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 30, + 30, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 0, + "op": 375, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 11, + "ty": 0, + "nm": "1", + "parent": 3, + "refId": "comp_6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 90, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 625.464, + -104.713, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 30, + 30, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 1, + "op": 376, + "st": 1, + "bm": 0 + }, + { + "ddd": 0, + "ind": 12, + "ty": 0, + "nm": "1", + "parent": 3, + "refId": "comp_6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 90, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 650.753, + 336.509, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 30, + 30, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 0, + "op": 375, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 13, + "ty": 0, + "nm": "1", + "parent": 3, + "refId": "comp_6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 90, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 625.464, + 115.287, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 30, + 30, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 1, + "op": 376, + "st": 1, + "bm": 0 + }, + { + "ddd": 0, + "ind": 14, + "ty": 0, + "nm": "1", + "parent": 3, + "refId": "comp_6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 90, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 650.753, + 548.509, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 30, + 30, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 0, + "op": 375, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 15, + "ty": 0, + "nm": "1", + "parent": 3, + "refId": "comp_6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 90, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 481.464, + -386.713, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 30, + 30, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 1, + "op": 376, + "st": 1, + "bm": 0 + }, + { + "ddd": 0, + "ind": 16, + "ty": 0, + "nm": "1", + "parent": 3, + "refId": "comp_6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 90, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 87.463, + -380.127, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 30, + 30, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 0, + "op": 375, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 17, + "ty": 0, + "nm": "1", + "parent": 3, + "refId": "comp_6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 90, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 90.982, + 431.536, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 30, + 30, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 1, + "op": 376, + "st": 1, + "bm": 0 + }, + { + "ddd": 0, + "ind": 18, + "ty": 0, + "nm": "1", + "parent": 3, + "refId": "comp_6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 90, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + -312.537, + 459.873, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 30, + 30, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 0, + "op": 375, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 19, + "ty": 0, + "nm": "1", + "parent": 3, + "refId": "comp_6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 90, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 90.264, + 229.287, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 30, + 30, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 1, + "op": 376, + "st": 1, + "bm": 0 + }, + { + "ddd": 0, + "ind": 20, + "ty": 0, + "nm": "1", + "parent": 3, + "refId": "comp_6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 90, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + -312.537, + 235.873, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 30, + 30, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 0, + "op": 375, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 21, + "ty": 0, + "nm": "1", + "parent": 3, + "refId": "comp_6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 90, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 90.264, + -190.713, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 30, + 30, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 1, + "op": 376, + "st": 1, + "bm": 0 + }, + { + "ddd": 0, + "ind": 22, + "ty": 0, + "nm": "1", + "parent": 3, + "refId": "comp_6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 90, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 478.663, + -184.127, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 30, + 30, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 0, + "op": 375, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 23, + "ty": 0, + "nm": "1", + "parent": 3, + "refId": "comp_6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 90, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + -309.018, + -212.464, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 30, + 30, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 1, + "op": 376, + "st": 1, + "bm": 0 + }, + { + "ddd": 0, + "ind": 24, + "ty": 0, + "nm": "1", + "parent": 3, + "refId": "comp_6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 90, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 274.663, + -456.127, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 30, + 30, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 0, + "op": 375, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 25, + "ty": 0, + "nm": "1", + "parent": 3, + "refId": "comp_6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 90, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + -121.818, + -484.464, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 30, + 30, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 1, + "op": 376, + "st": 1, + "bm": 0 + }, + { + "ddd": 0, + "ind": 26, + "ty": 0, + "nm": "1", + "parent": 3, + "refId": "comp_6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 90, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + -125.337, + -296.127, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 30, + 30, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 0, + "op": 375, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 27, + "ty": 0, + "nm": "1", + "parent": 3, + "refId": "comp_6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 90, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + -122.536, + -104.713, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 30, + 30, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 1, + "op": 376, + "st": 1, + "bm": 0 + }, + { + "ddd": 0, + "ind": 28, + "ty": 0, + "nm": "1", + "parent": 3, + "refId": "comp_6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 90, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 274.663, + 541.873, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 30, + 30, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 0, + "op": 375, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 29, + "ty": 0, + "nm": "1", + "parent": 3, + "refId": "comp_6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 90, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + -121.818, + 513.536, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 30, + 30, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 1, + "op": 376, + "st": 1, + "bm": 0 + }, + { + "ddd": 0, + "ind": 30, + "ty": 0, + "nm": "1", + "parent": 3, + "refId": "comp_6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 90, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + -125.337, + 329.873, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 30, + 30, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 0, + "op": 375, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 31, + "ty": 0, + "nm": "1", + "parent": 3, + "refId": "comp_6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 90, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + -121.818, + 93.536, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 30, + 30, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 1, + "op": 376, + "st": 1, + "bm": 0 + }, + { + "ddd": 0, + "ind": 32, + "ty": 0, + "nm": "1", + "parent": 3, + "refId": "comp_6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 90, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 274.663, + -296.127, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 30, + 30, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 0, + "op": 375, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 33, + "ty": 0, + "nm": "1", + "parent": 3, + "refId": "comp_6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 90, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 278.182, + -126.464, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 30, + 30, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 1, + "op": 376, + "st": 1, + "bm": 0 + }, + { + "ddd": 0, + "ind": 34, + "ty": 0, + "nm": "1", + "parent": 3, + "refId": "comp_6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 90, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 274.663, + 329.873, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 30, + 30, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 0, + "op": 375, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 35, + "ty": 0, + "nm": "1", + "parent": 3, + "refId": "comp_6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 90, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 277.464, + 115.287, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 30, + 30, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 1, + "op": 376, + "st": 1, + "bm": 0 + }, + { + "ddd": 0, + "ind": 36, + "ty": 0, + "nm": "1", + "parent": 3, + "refId": "comp_6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 90, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 506.753, + 242.509, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 30, + 30, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 0, + "op": 375, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 37, + "ty": 0, + "nm": "1", + "parent": 3, + "refId": "comp_6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 90, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 481.464, + 13.287, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 30, + 30, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 1, + "op": 376, + "st": 1, + "bm": 0 + }, + { + "ddd": 0, + "ind": 38, + "ty": 0, + "nm": "1", + "parent": 3, + "refId": "comp_6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 90, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 506.753, + 466.509, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 30, + 30, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 0, + "op": 375, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 39, + "ty": 0, + "nm": "1", + "parent": 3, + "refId": "comp_6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 90, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + -309.736, + 13.287, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 30, + 30, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 1, + "op": 376, + "st": 1, + "bm": 0 + }, + { + "ddd": 0, + "ind": 40, + "ty": 0, + "nm": "1", + "parent": 3, + "refId": "comp_6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 90, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 115.553, + 26.509, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 30, + 30, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 0, + "op": 375, + "st": 0, + "bm": 0 + } + ] + }, + { + "id": "comp_6", + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 2, + "nm": "moth", + "parent": 8, + "td": 1, + "refId": "image_9", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 30.531, + "s": [ + 100 + ] + }, + { + "t": 34.53466796875, + "s": [ + 0 + ] + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 166.384, + 215.62, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 83.206, + 42.792, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.74, + 0.74, + 0.74 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.26, + 0.26, + 0.26 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 0, + "s": [ + 100, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.626, + 0.626, + 0.626 + ], + "y": [ + 0.403, + 0.403, + 0.909 + ] + }, + "o": { + "x": [ + 0.282, + 0.282, + 0.282 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 11.011, + "s": [ + 90, + 90, + 100 + ] + }, + { + "i": { + "x": [ + 0.682, + 0.682, + 0.682 + ], + "y": [ + 1.026, + 1.026, + 0.832 + ] + }, + "o": { + "x": [ + 0.318, + 0.318, + 0.318 + ], + "y": [ + -0.026, + -0.026, + 0.168 + ] + }, + "t": 14.014, + "s": [ + 91.68, + 91.68, + 100 + ] + }, + { + "t": 20.5205078125, + "s": [ + 20, + 20, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 2, + "nm": "dientes", + "parent": 8, + "tt": 1, + "refId": "image_10", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 30.531, + "s": [ + 100 + ] + }, + { + "t": 34.53466796875, + "s": [ + 0 + ] + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 175.247, + 217.393, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 84.979, + 57.327, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.74, + 0.74, + 0.74 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.26, + 0.26, + 0.26 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 0, + "s": [ + 100, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.626, + 0.626, + 0.626 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.282, + 0.282, + 0.282 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 11.011, + "s": [ + 100, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.682, + 0.682, + 0.682 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.318, + 0.318, + 0.318 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 14.014, + "s": [ + 100, + 100, + 100 + ] + }, + { + "t": 20.5205078125, + "s": [ + 100, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 2, + "nm": "moth 2", + "parent": 8, + "refId": "image_9", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 30.531, + "s": [ + 100 + ] + }, + { + "t": 34.53466796875, + "s": [ + 0 + ] + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 166.384, + 215.62, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 83.206, + 42.792, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.74, + 0.74, + 0.74 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.26, + 0.26, + 0.26 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 0, + "s": [ + 100, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.626, + 0.626, + 0.626 + ], + "y": [ + 0.403, + 0.403, + 0.909 + ] + }, + "o": { + "x": [ + 0.282, + 0.282, + 0.282 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 11.011, + "s": [ + 90, + 90, + 100 + ] + }, + { + "i": { + "x": [ + 0.682, + 0.682, + 0.682 + ], + "y": [ + 1.026, + 1.026, + 0.832 + ] + }, + "o": { + "x": [ + 0.318, + 0.318, + 0.318 + ], + "y": [ + -0.026, + -0.026, + 0.168 + ] + }, + "t": 14.014, + "s": [ + 91.68, + 91.68, + 100 + ] + }, + { + "t": 20.5205078125, + "s": [ + 20, + 20, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 4, + "ty": 4, + "nm": "Shape Layer 2", + "parent": 8, + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 30.531, + "s": [ + 100 + ] + }, + { + "t": 34.53466796875, + "s": [ + 0 + ] + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 155.708, + 150, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -24.5, + 16 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 24.5, + -16 + ] + ], + "v": [ + [ + 16, + -42.5 + ], + [ + 78, + -63.5 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 11.011, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -22.5, + 23.5 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 20.237, + -21.136 + ] + ], + "v": [ + [ + 12, + -43 + ], + [ + 78.5, + -69 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 14.014, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -22.98, + 21.7 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 21.26, + -19.903 + ] + ], + "v": [ + [ + 12.96, + -42.88 + ], + [ + 78.38, + -67.68 + ] + ], + "c": false + } + ] + }, + { + "t": 20.5205078125, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -44.12, + 11.32 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 23.477, + -17.233 + ] + ], + "v": [ + [ + 15.04, + -42.62 + ], + [ + 78.12, + -64.82 + ] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 1, + 0.36862745098, + 0.411764705882, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 10, + "ix": 5 + }, + "lc": 2, + "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": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 5, + "ty": 4, + "nm": "Shape Layer 1", + "parent": 8, + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 30.531, + "s": [ + 100 + ] + }, + { + "t": 34.53466796875, + "s": [ + 0 + ] + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 155.708, + 150, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -34.5, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 34.5, + 0 + ] + ], + "v": [ + [ + -70, + -61.5 + ], + [ + -9.5, + -45 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 11.011, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -50.75, + -3.25 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 34.43, + 2.205 + ] + ], + "v": [ + [ + -73, + -62.25 + ], + [ + -4.25, + -44.5 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 14.014, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -46.85, + -2.47 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 34.446, + 1.676 + ] + ], + "v": [ + [ + -72.28, + -62.07 + ], + [ + -5.51, + -44.62 + ] + ], + "c": false + } + ] + }, + { + "t": 20.5205078125, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -38.4, + -0.78 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 34.483, + 0.529 + ] + ], + "v": [ + [ + -70.72, + -61.68 + ], + [ + -8.24, + -44.88 + ] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 1, + 0.36862745098, + 0.411764705882, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 10, + "ix": 5 + }, + "lc": 2, + "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": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 6, + "ty": 0, + "nm": "blink", + "parent": 8, + "td": 1, + "refId": "comp_7", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 30.531, + "s": [ + 100 + ] + }, + { + "t": 34.53466796875, + "s": [ + 0 + ] + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 155.708, + 150, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 264, + 352.5, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 528, + "h": 705, + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 7, + "ty": 0, + "nm": "eyes", + "parent": 8, + "tt": 1, + "refId": "comp_8", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 30.531, + "s": [ + 100 + ] + }, + { + "t": 34.53466796875, + "s": [ + 0 + ] + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 155.708, + 150, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 264, + 352.5, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 528, + "h": 705, + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 8, + "ty": 4, + "nm": "Layer 2 Outlines", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.53 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.47 + ], + "y": [ + 0 + ] + }, + "t": 27.527, + "s": [ + 100 + ] + }, + { + "t": 32.0322265625, + "s": [ + 0 + ] + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 265.885, + 355.317, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 157.594, + 152.818, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 0, + "s": [ + 0, + 0, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 2, + "s": [ + 120, + 120, + 100 + ] + }, + { + "t": 5, + "s": [ + 100, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.53, + "y": 1 + }, + "o": { + "x": 0.47, + "y": 0 + }, + "t": 27.527, + "s": [ + { + "i": [ + [ + 0.341, + -0.567 + ], + [ + 4.851, + -2.804 + ], + [ + 0, + 0 + ], + [ + 6.479, + 6.13 + ], + [ + -0.044, + -0.167 + ], + [ + -4.552, + 3.628 + ], + [ + -2.617, + 4.627 + ], + [ + 2.624, + 3.8 + ], + [ + 3.698, + -2.268 + ], + [ + 2.032, + -5.24 + ], + [ + -0.238, + 0.612 + ], + [ + -3.922, + 3.508 + ], + [ + -2.181, + -4.097 + ], + [ + 2.882, + -3.603 + ], + [ + 3.639, + -3.06 + ], + [ + 1.275, + -5.253 + ], + [ + -0.135, + -0.128 + ], + [ + -4.922, + -7.335 + ], + [ + -0.253, + 0.146 + ], + [ + -2.909, + 4.841 + ] + ], + "o": [ + [ + -2.818, + 4.691 + ], + [ + 0, + 0 + ], + [ + -4.97, + -7.406 + ], + [ + 0.044, + 0.167 + ], + [ + 1.406, + -5.792 + ], + [ + 4.066, + -3.241 + ], + [ + 2.196, + -3.883 + ], + [ + -2.35, + -3.404 + ], + [ + -5.29, + 3.244 + ], + [ + -0.24, + 0.617 + ], + [ + 1.797, + -4.634 + ], + [ + 3.682, + -3.293 + ], + [ + 2.314, + 4.348 + ], + [ + -3, + 3.749 + ], + [ + -4.088, + 3.438 + ], + [ + -0.043, + 0.176 + ], + [ + 6.416, + 6.07 + ], + [ + 0.155, + 0.231 + ], + [ + 5.006, + -2.892 + ], + [ + 0.341, + -0.569 + ] + ], + "v": [ + [ + 13.505, + 17.813 + ], + [ + 2.685, + 30.18 + ], + [ + 3.388, + 30.365 + ], + [ + -13.832, + 10 + ], + [ + -13.7, + 10.501 + ], + [ + -4.093, + -3.008 + ], + [ + 7.018, + -13.949 + ], + [ + 7.041, + -26.291 + ], + [ + -3.246, + -28.946 + ], + [ + -10.931, + -13.665 + ], + [ + -9.939, + -13.392 + ], + [ + -3.899, + -27.184 + ], + [ + 6.761, + -24.77 + ], + [ + 4.435, + -11.977 + ], + [ + -6.269, + -2.554 + ], + [ + -14.691, + 10.227 + ], + [ + -14.559, + 10.728 + ], + [ + 2.5, + 30.884 + ], + [ + 3.203, + 31.068 + ], + [ + 14.393, + 18.332 + ] + ], + "c": true + } + ] + }, + { + "t": 38.0380859375, + "s": [ + { + "i": [ + [ + 0.341, + -0.567 + ], + [ + 4.851, + -2.804 + ], + [ + 0, + 0 + ], + [ + 6.479, + 6.13 + ], + [ + -0.044, + -0.167 + ], + [ + -4.552, + 3.628 + ], + [ + -2.617, + 4.627 + ], + [ + 2.624, + 3.8 + ], + [ + 3.698, + -2.268 + ], + [ + 2.032, + -5.24 + ], + [ + -0.238, + 0.612 + ], + [ + -3.922, + 3.508 + ], + [ + -2.181, + -4.097 + ], + [ + 2.882, + -3.603 + ], + [ + 3.639, + -3.06 + ], + [ + 1.275, + -5.253 + ], + [ + -0.135, + -0.128 + ], + [ + -4.922, + -7.335 + ], + [ + -0.253, + 0.146 + ], + [ + -2.909, + 4.841 + ] + ], + "o": [ + [ + -2.818, + 4.691 + ], + [ + 0, + 0 + ], + [ + -4.97, + -7.406 + ], + [ + 0.044, + 0.167 + ], + [ + 1.406, + -5.792 + ], + [ + 4.066, + -3.241 + ], + [ + 2.196, + -3.883 + ], + [ + -2.35, + -3.404 + ], + [ + -5.29, + 3.244 + ], + [ + -0.24, + 0.617 + ], + [ + 1.797, + -4.634 + ], + [ + 3.682, + -3.293 + ], + [ + 2.314, + 4.348 + ], + [ + -3, + 3.749 + ], + [ + -4.088, + 3.438 + ], + [ + -0.043, + 0.176 + ], + [ + 6.416, + 6.07 + ], + [ + 0.155, + 0.231 + ], + [ + 5.006, + -2.892 + ], + [ + 0.341, + -0.569 + ] + ], + "v": [ + [ + 53.505, + -102.187 + ], + [ + 42.685, + -89.82 + ], + [ + 43.388, + -89.635 + ], + [ + 26.168, + -110 + ], + [ + 26.3, + -109.499 + ], + [ + 35.907, + -123.008 + ], + [ + 47.018, + -133.949 + ], + [ + 47.041, + -146.291 + ], + [ + 36.754, + -148.946 + ], + [ + 29.069, + -133.665 + ], + [ + 30.061, + -133.392 + ], + [ + 36.101, + -147.184 + ], + [ + 46.761, + -144.77 + ], + [ + 44.435, + -131.977 + ], + [ + 33.731, + -122.554 + ], + [ + 25.309, + -109.773 + ], + [ + 25.441, + -109.272 + ], + [ + 42.5, + -89.116 + ], + [ + 43.203, + -88.932 + ], + [ + 54.393, + -101.668 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.008000000785, + 0.008000000785, + 0.008000000785, + 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": [ + 258.593, + 62.381 + ], + "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": "Group 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": 1, + "k": [ + { + "i": { + "x": 0.53, + "y": 1 + }, + "o": { + "x": 0.47, + "y": 0 + }, + "t": 27.527, + "s": [ + { + "i": [ + [ + 0.131, + 0.647 + ], + [ + 7.735, + 2.472 + ], + [ + 0.826, + -7.409 + ], + [ + -0.072, + 0.652 + ], + [ + -6.674, + -3.158 + ], + [ + -1.224, + -6.078 + ] + ], + "o": [ + [ + -1.39, + -6.905 + ], + [ + -7.182, + -2.294 + ], + [ + -0.073, + 0.657 + ], + [ + 0.814, + -7.295 + ], + [ + 6.293, + 2.977 + ], + [ + 0.13, + 0.648 + ] + ], + "v": [ + [ + 12.946, + 9.694 + ], + [ + 2.366, + -8.322 + ], + [ + -13.004, + 1.802 + ], + [ + -11.976, + 1.802 + ], + [ + 3.385, + -6.823 + ], + [ + 11.954, + 9.967 + ] + ], + "c": true + } + ] + }, + { + "t": 38.0380859375, + "s": [ + { + "i": [ + [ + 0.131, + 0.647 + ], + [ + 7.735, + 2.472 + ], + [ + 0.826, + -7.409 + ], + [ + -0.072, + 0.652 + ], + [ + -6.674, + -3.158 + ], + [ + -1.224, + -6.078 + ] + ], + "o": [ + [ + -1.39, + -6.905 + ], + [ + -7.182, + -2.294 + ], + [ + -0.073, + 0.657 + ], + [ + 0.814, + -7.295 + ], + [ + 6.293, + 2.977 + ], + [ + 0.13, + 0.648 + ] + ], + "v": [ + [ + 12.946, + -110.306 + ], + [ + 2.366, + -128.322 + ], + [ + -13.004, + -118.198 + ], + [ + -11.976, + -118.198 + ], + [ + 3.385, + -126.823 + ], + [ + 11.954, + -110.033 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.008000000785, + 0.008000000785, + 0.008000000785, + 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": [ + 116.003, + 10.866 + ], + "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": "Group 3", + "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": 1, + "k": [ + { + "i": { + "x": 0.53, + "y": 1 + }, + "o": { + "x": 0.47, + "y": 0 + }, + "t": 27.527, + "s": [ + { + "i": [ + [ + 0.224, + 0.625 + ], + [ + 3.997, + 1.759 + ], + [ + 2.135, + -3.599 + ], + [ + -7.831, + -4.282 + ], + [ + -2.456, + -2.024 + ], + [ + -1.215, + -2.909 + ], + [ + -0.044, + 0.167 + ], + [ + 5.748, + -8.064 + ], + [ + -0.381, + 0.535 + ], + [ + -7.477, + 6.356 + ], + [ + 0.064, + 0.154 + ], + [ + 3.828, + 2.23 + ], + [ + 2.143, + 1.272 + ], + [ + 1.273, + 1.86 + ], + [ + -0.754, + 4.235 + ], + [ + -4.712, + 0.191 + ], + [ + -1.435, + -4.005 + ] + ], + "o": [ + [ + -1.342, + -3.743 + ], + [ + -4.252, + -1.872 + ], + [ + -4.759, + 8.02 + ], + [ + 2.763, + 1.51 + ], + [ + 2.441, + 2.011 + ], + [ + 0.044, + -0.167 + ], + [ + -7.545, + 6.415 + ], + [ + -0.385, + 0.54 + ], + [ + 5.696, + -7.992 + ], + [ + 0.123, + -0.106 + ], + [ + -1.697, + -4.058 + ], + [ + -2.151, + -1.253 + ], + [ + -1.934, + -1.148 + ], + [ + -2.42, + -3.539 + ], + [ + 0.742, + -4.17 + ], + [ + 5.383, + -0.217 + ], + [ + 0.221, + 0.619 + ] + ], + "v": [ + [ + 8.862, + -19.86 + ], + [ + 2.215, + -30.261 + ], + [ + -8.555, + -25.47 + ], + [ + -1.473, + -2.375 + ], + [ + 6.758, + 2.229 + ], + [ + 12.258, + 9.782 + ], + [ + 12.391, + 9.281 + ], + [ + -7.617, + 31.079 + ], + [ + -6.73, + 31.598 + ], + [ + 13.118, + 10.009 + ], + [ + 13.251, + 9.508 + ], + [ + 4.941, + -0.27 + ], + [ + -1.695, + -3.684 + ], + [ + -6.563, + -8.207 + ], + [ + -9.27, + -20.48 + ], + [ + -0.721, + -29.807 + ], + [ + 7.87, + -19.587 + ] + ], + "c": true + } + ] + }, + { + "t": 38.0380859375, + "s": [ + { + "i": [ + [ + 0.224, + 0.625 + ], + [ + 3.997, + 1.759 + ], + [ + 2.135, + -3.599 + ], + [ + -7.831, + -4.282 + ], + [ + -2.456, + -2.024 + ], + [ + -1.215, + -2.909 + ], + [ + -0.044, + 0.167 + ], + [ + 5.748, + -8.064 + ], + [ + -0.381, + 0.535 + ], + [ + -7.477, + 6.356 + ], + [ + 0.064, + 0.154 + ], + [ + 3.828, + 2.23 + ], + [ + 2.143, + 1.272 + ], + [ + 1.273, + 1.86 + ], + [ + -0.754, + 4.235 + ], + [ + -4.712, + 0.191 + ], + [ + -1.435, + -4.005 + ] + ], + "o": [ + [ + -1.342, + -3.743 + ], + [ + -4.252, + -1.872 + ], + [ + -4.759, + 8.02 + ], + [ + 2.763, + 1.51 + ], + [ + 2.441, + 2.011 + ], + [ + 0.044, + -0.167 + ], + [ + -7.545, + 6.415 + ], + [ + -0.385, + 0.54 + ], + [ + 5.696, + -7.992 + ], + [ + 0.123, + -0.106 + ], + [ + -1.697, + -4.058 + ], + [ + -2.151, + -1.253 + ], + [ + -1.934, + -1.148 + ], + [ + -2.42, + -3.539 + ], + [ + 0.742, + -4.17 + ], + [ + 5.383, + -0.217 + ], + [ + 0.221, + 0.619 + ] + ], + "v": [ + [ + -111.138, + -139.86 + ], + [ + -117.785, + -150.261 + ], + [ + -128.555, + -145.47 + ], + [ + -121.473, + -122.375 + ], + [ + -113.242, + -117.771 + ], + [ + -107.742, + -110.218 + ], + [ + -107.609, + -110.719 + ], + [ + -127.617, + -88.921 + ], + [ + -126.73, + -88.402 + ], + [ + -106.882, + -109.991 + ], + [ + -106.749, + -110.492 + ], + [ + -115.059, + -120.27 + ], + [ + -121.695, + -123.684 + ], + [ + -126.563, + -128.207 + ], + [ + -129.27, + -140.48 + ], + [ + -120.721, + -149.807 + ], + [ + -112.13, + -139.587 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.008000000785, + 0.008000000785, + 0.008000000785, + 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": [ + 75.58, + 58.933 + ], + "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": "Group 4", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.53, + "y": 1 + }, + "o": { + "x": 0.47, + "y": 0 + }, + "t": 27.527, + "s": [ + { + "i": [ + [ + 0.402, + 0.527 + ], + [ + 2.992, + 0.077 + ], + [ + 2.373, + -1.902 + ], + [ + 1.243, + -3.378 + ], + [ + -1.835, + -2.7 + ], + [ + -3.171, + -0.843 + ], + [ + 0.641, + 0.171 + ], + [ + 1.638, + 2.94 + ], + [ + -2.243, + 3.098 + ], + [ + -3.246, + 1.999 + ], + [ + -1.887, + -1.12 + ], + [ + -1.022, + -1.342 + ] + ], + "o": [ + [ + -1.643, + -2.155 + ], + [ + -3.262, + -0.083 + ], + [ + -2.759, + 2.211 + ], + [ + -1.115, + 3.03 + ], + [ + 1.87, + 2.753 + ], + [ + 0.64, + 0.17 + ], + [ + -3.18, + -0.845 + ], + [ + -1.958, + -3.514 + ], + [ + 2.249, + -3.107 + ], + [ + 1.759, + -1.083 + ], + [ + 1.479, + 0.878 + ], + [ + 0.397, + 0.52 + ] + ], + "v": [ + [ + 11.218, + -8.827 + ], + [ + 4.667, + -13.719 + ], + [ + -3.963, + -9.016 + ], + [ + -10.505, + -0.822 + ], + [ + -9.575, + 8.264 + ], + [ + -1.52, + 13.631 + ], + [ + -1.247, + 12.639 + ], + [ + -9.145, + 7.005 + ], + [ + -7.766, + -3.766 + ], + [ + 1.159, + -11.516 + ], + [ + 6.767, + -12.038 + ], + [ + 10.33, + -8.308 + ] + ], + "c": true + } + ] + }, + { + "t": 38.0380859375, + "s": [ + { + "i": [ + [ + 0.402, + 0.527 + ], + [ + 2.992, + 0.077 + ], + [ + 2.373, + -1.902 + ], + [ + 1.243, + -3.378 + ], + [ + -1.835, + -2.7 + ], + [ + -3.171, + -0.843 + ], + [ + 0.641, + 0.171 + ], + [ + 1.638, + 2.94 + ], + [ + -2.243, + 3.098 + ], + [ + -3.246, + 1.999 + ], + [ + -1.887, + -1.12 + ], + [ + -1.022, + -1.342 + ] + ], + "o": [ + [ + -1.643, + -2.155 + ], + [ + -3.262, + -0.083 + ], + [ + -2.759, + 2.211 + ], + [ + -1.115, + 3.03 + ], + [ + 1.87, + 2.753 + ], + [ + 0.64, + 0.17 + ], + [ + -3.18, + -0.845 + ], + [ + -1.958, + -3.514 + ], + [ + 2.249, + -3.107 + ], + [ + 1.759, + -1.083 + ], + [ + 1.479, + 0.878 + ], + [ + 0.397, + 0.52 + ] + ], + "v": [ + [ + -68.782, + -48.827 + ], + [ + -75.333, + -53.719 + ], + [ + -83.963, + -49.016 + ], + [ + -90.505, + -40.822 + ], + [ + -89.575, + -31.736 + ], + [ + -81.52, + -26.369 + ], + [ + -81.247, + -27.361 + ], + [ + -89.145, + -32.995 + ], + [ + -87.766, + -43.766 + ], + [ + -78.841, + -51.516 + ], + [ + -73.233, + -52.038 + ], + [ + -69.67, + -48.308 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.008000000785, + 0.008000000785, + 0.008000000785, + 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": [ + 30.662, + 79.983 + ], + "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": "Group 5", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.53, + "y": 1 + }, + "o": { + "x": 0.47, + "y": 0 + }, + "t": 27.527, + "s": [ + { + "i": [ + [ + 0.646, + -0.142 + ], + [ + 5.697, + 0.522 + ], + [ + 2.822, + 0.7 + ], + [ + 2.333, + -0.641 + ], + [ + -2.502, + -3.261 + ], + [ + -4.478, + 0.211 + ], + [ + -6.791, + 0.319 + ], + [ + 0.662, + -0.032 + ], + [ + 0, + 0 + ], + [ + 2.632, + -0.113 + ], + [ + 2.215, + 1.14 + ], + [ + -0.475, + 2.195 + ], + [ + -2.116, + 0.049 + ], + [ + -2.457, + -0.506 + ], + [ + -2.371, + -0.177 + ], + [ + -5.368, + 1.181 + ] + ], + "o": [ + [ + -5.585, + 1.229 + ], + [ + -2.898, + -0.266 + ], + [ + -2.281, + -0.566 + ], + [ + -3.853, + 1.059 + ], + [ + 3.13, + 4.08 + ], + [ + 6.79, + -0.32 + ], + [ + 0.659, + -0.031 + ], + [ + 0, + 0 + ], + [ + -2.632, + 0.124 + ], + [ + -2.419, + 0.104 + ], + [ + -1.861, + -0.958 + ], + [ + 0.494, + -2.29 + ], + [ + 2.536, + -0.059 + ], + [ + 2.329, + 0.48 + ], + [ + 5.485, + 0.408 + ], + [ + 0.646, + -0.142 + ] + ], + "v": [ + [ + 18.605, + -4.953 + ], + [ + 1.581, + -3.857 + ], + [ + -6.984, + -5.357 + ], + [ + -14.027, + -5.883 + ], + [ + -17.022, + 2.444 + ], + [ + -3.448, + 5.364 + ], + [ + 16.923, + 4.405 + ], + [ + 16.923, + 3.377 + ], + [ + 1.024, + 4.125 + ], + [ + -6.872, + 4.496 + ], + [ + -14.139, + 3.55 + ], + [ + -17.181, + -1.753 + ], + [ + -12.033, + -5.13 + ], + [ + -4.553, + -3.737 + ], + [ + 2.51, + -2.751 + ], + [ + 18.878, + -3.961 + ] + ], + "c": true + } + ] + }, + { + "t": 38.0380859375, + "s": [ + { + "i": [ + [ + 0.646, + -0.142 + ], + [ + 5.697, + 0.522 + ], + [ + 2.822, + 0.7 + ], + [ + 2.333, + -0.641 + ], + [ + -2.502, + -3.261 + ], + [ + -4.478, + 0.211 + ], + [ + -6.791, + 0.319 + ], + [ + 0.662, + -0.032 + ], + [ + 0, + 0 + ], + [ + 2.632, + -0.113 + ], + [ + 2.215, + 1.14 + ], + [ + -0.475, + 2.195 + ], + [ + -2.116, + 0.049 + ], + [ + -2.457, + -0.506 + ], + [ + -2.371, + -0.177 + ], + [ + -5.368, + 1.181 + ] + ], + "o": [ + [ + -5.585, + 1.229 + ], + [ + -2.898, + -0.266 + ], + [ + -2.281, + -0.566 + ], + [ + -3.853, + 1.059 + ], + [ + 3.13, + 4.08 + ], + [ + 6.79, + -0.32 + ], + [ + 0.659, + -0.031 + ], + [ + 0, + 0 + ], + [ + -2.632, + 0.124 + ], + [ + -2.419, + 0.104 + ], + [ + -1.861, + -0.958 + ], + [ + 0.494, + -2.29 + ], + [ + 2.536, + -0.059 + ], + [ + 2.329, + 0.48 + ], + [ + 5.485, + 0.408 + ], + [ + 0.646, + -0.142 + ] + ], + "v": [ + [ + -101.395, + 19.047 + ], + [ + -118.419, + 20.143 + ], + [ + -126.984, + 18.643 + ], + [ + -134.027, + 18.117 + ], + [ + -137.022, + 26.444 + ], + [ + -123.448, + 29.364 + ], + [ + -103.077, + 28.405 + ], + [ + -103.077, + 27.377 + ], + [ + -118.976, + 28.125 + ], + [ + -126.872, + 28.496 + ], + [ + -134.139, + 27.55 + ], + [ + -137.181, + 22.247 + ], + [ + -132.033, + 18.87 + ], + [ + -124.553, + 20.263 + ], + [ + -117.49, + 21.249 + ], + [ + -101.122, + 20.039 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.008000000785, + 0.008000000785, + 0.008000000785, + 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": [ + 31.77, + 133.264 + ], + "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": "Group 6", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.53, + "y": 1 + }, + "o": { + "x": 0.47, + "y": 0 + }, + "t": 27.527, + "s": [ + { + "i": [ + [ + 0.619, + -0.24 + ], + [ + 7.692, + -0.921 + ], + [ + 3.509, + -0.877 + ], + [ + 2.778, + -1.968 + ], + [ + -0.883, + -2.699 + ], + [ + -2.514, + -0.441 + ], + [ + -6.421, + 2.081 + ], + [ + -3.21, + 2.143 + ], + [ + -1.926, + 0.414 + ], + [ + -1.696, + -1.599 + ], + [ + 0.483, + 0.456 + ], + [ + 2.885, + -0.884 + ], + [ + 2.676, + -1.47 + ], + [ + 6.773, + -0.016 + ], + [ + 2.978, + 0.98 + ], + [ + 0.439, + 1.56 + ], + [ + -1.348, + 1.133 + ], + [ + -3.223, + 0.851 + ], + [ + -3.641, + 0.44 + ], + [ + -7.445, + 2.889 + ] + ], + "o": [ + [ + -7.29, + 2.829 + ], + [ + -3.587, + 0.429 + ], + [ + -3.266, + 0.816 + ], + [ + -2.053, + 1.453 + ], + [ + 0.897, + 2.738 + ], + [ + 6.652, + 1.166 + ], + [ + 3.675, + -1.191 + ], + [ + 1.609, + -1.074 + ], + [ + 2.355, + -0.507 + ], + [ + 0.482, + 0.453 + ], + [ + -2.129, + -2.005 + ], + [ + -2.954, + 0.906 + ], + [ + -5.938, + 3.264 + ], + [ + -3.113, + 0.008 + ], + [ + -1.435, + -0.472 + ], + [ + -0.529, + -1.879 + ], + [ + 2.594, + -2.181 + ], + [ + 3.55, + -0.937 + ], + [ + 7.853, + -0.948 + ], + [ + 0.611, + -0.238 + ] + ], + "v": [ + [ + 22.053, + -10.749 + ], + [ + -0.727, + -6.417 + ], + [ + -11.41, + -4.6 + ], + [ + -21.052, + -0.762 + ], + [ + -24.332, + 5.824 + ], + [ + -17.745, + 9.823 + ], + [ + 2.254, + 8.393 + ], + [ + 12.61, + 3.351 + ], + [ + 17.811, + 0.638 + ], + [ + 24.004, + 2.708 + ], + [ + 24.732, + 1.98 + ], + [ + 16.969, + -0.204 + ], + [ + 8.914, + 4.407 + ], + [ + -10.57, + 9.41 + ], + [ + -20.008, + 8.242 + ], + [ + -23.397, + 5.379 + ], + [ + -21.203, + 0.639 + ], + [ + -11.78, + -3.444 + ], + [ + -0.95, + -5.362 + ], + [ + 22.326, + -9.757 + ] + ], + "c": true + } + ] + }, + { + "t": 38.0380859375, + "s": [ + { + "i": [ + [ + 0.619, + -0.24 + ], + [ + 7.692, + -0.921 + ], + [ + 3.509, + -0.877 + ], + [ + 2.778, + -1.968 + ], + [ + -0.883, + -2.699 + ], + [ + -2.514, + -0.441 + ], + [ + -6.421, + 2.081 + ], + [ + -3.21, + 2.143 + ], + [ + -1.926, + 0.414 + ], + [ + -1.696, + -1.599 + ], + [ + 0.483, + 0.456 + ], + [ + 2.885, + -0.884 + ], + [ + 2.676, + -1.47 + ], + [ + 6.773, + -0.016 + ], + [ + 2.978, + 0.98 + ], + [ + 0.439, + 1.56 + ], + [ + -1.348, + 1.133 + ], + [ + -3.223, + 0.851 + ], + [ + -3.641, + 0.44 + ], + [ + -7.445, + 2.889 + ] + ], + "o": [ + [ + -7.29, + 2.829 + ], + [ + -3.587, + 0.429 + ], + [ + -3.266, + 0.816 + ], + [ + -2.053, + 1.453 + ], + [ + 0.897, + 2.738 + ], + [ + 6.652, + 1.166 + ], + [ + 3.675, + -1.191 + ], + [ + 1.609, + -1.074 + ], + [ + 2.355, + -0.507 + ], + [ + 0.482, + 0.453 + ], + [ + -2.129, + -2.005 + ], + [ + -2.954, + 0.906 + ], + [ + -5.938, + 3.264 + ], + [ + -3.113, + 0.008 + ], + [ + -1.435, + -0.472 + ], + [ + -0.529, + -1.879 + ], + [ + 2.594, + -2.181 + ], + [ + 3.55, + -0.937 + ], + [ + 7.853, + -0.948 + ], + [ + 0.611, + -0.238 + ] + ], + "v": [ + [ + -97.947, + 29.251 + ], + [ + -120.727, + 33.583 + ], + [ + -131.41, + 35.4 + ], + [ + -141.052, + 39.238 + ], + [ + -144.332, + 45.824 + ], + [ + -137.745, + 49.823 + ], + [ + -117.746, + 48.393 + ], + [ + -107.39, + 43.351 + ], + [ + -102.189, + 40.638 + ], + [ + -95.996, + 42.708 + ], + [ + -95.268, + 41.98 + ], + [ + -103.031, + 39.796 + ], + [ + -111.086, + 44.407 + ], + [ + -130.57, + 49.41 + ], + [ + -140.008, + 48.242 + ], + [ + -143.397, + 45.379 + ], + [ + -141.203, + 40.639 + ], + [ + -131.78, + 36.556 + ], + [ + -120.95, + 34.638 + ], + [ + -97.674, + 30.243 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.008000000785, + 0.008000000785, + 0.008000000785, + 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": [ + 25.465, + 182.143 + ], + "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": "Group 7", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 7, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.53, + "y": 1 + }, + "o": { + "x": 0.47, + "y": 0 + }, + "t": 27.527, + "s": [ + { + "i": [ + [ + 0.625, + -0.225 + ], + [ + 3.39, + -0.765 + ], + [ + 2.314, + -1.47 + ], + [ + 1.766, + -5.198 + ], + [ + -5.701, + -1.039 + ], + [ + -3.086, + 0.353 + ], + [ + -3.32, + 0.965 + ], + [ + -4.187, + 5.935 + ], + [ + 0.379, + -0.537 + ], + [ + 11.982, + -0.544 + ], + [ + 1.286, + 2.979 + ], + [ + -0.719, + 2.262 + ], + [ + -4.247, + 2.831 + ], + [ + -2.774, + 0.626 + ], + [ + -3.303, + 1.191 + ] + ], + "o": [ + [ + -3.298, + 1.188 + ], + [ + -2.677, + 0.605 + ], + [ + -4.615, + 2.93 + ], + [ + -1.562, + 4.594 + ], + [ + 3.084, + 0.562 + ], + [ + 3.432, + -0.392 + ], + [ + 6.895, + -2.004 + ], + [ + 0.382, + -0.542 + ], + [ + -7.36, + 10.432 + ], + [ + -2.9, + 0.132 + ], + [ + -0.966, + -2.237 + ], + [ + 1.556, + -4.893 + ], + [ + 2.364, + -1.575 + ], + [ + 3.392, + -0.766 + ], + [ + 0.619, + -0.223 + ] + ], + "v": [ + [ + 7.572, + -14.823 + ], + [ + -2.68, + -13.174 + ], + [ + -10.243, + -10.003 + ], + [ + -20.335, + 2.587 + ], + [ + -15.581, + 14.486 + ], + [ + -6.02, + 14.126 + ], + [ + 4.151, + 12.187 + ], + [ + 21.515, + 0.499 + ], + [ + 20.627, + -0.02 + ], + [ + -12.164, + 13.615 + ], + [ + -19.501, + 10.341 + ], + [ + -19.448, + 3.174 + ], + [ + -10.178, + -8.821 + ], + [ + -2.407, + -12.182 + ], + [ + 7.845, + -13.831 + ] + ], + "c": true + } + ] + }, + { + "t": 38.0380859375, + "s": [ + { + "i": [ + [ + 0.625, + -0.225 + ], + [ + 3.39, + -0.765 + ], + [ + 2.314, + -1.47 + ], + [ + 1.766, + -5.198 + ], + [ + -5.701, + -1.039 + ], + [ + -3.086, + 0.353 + ], + [ + -3.32, + 0.965 + ], + [ + -4.187, + 5.935 + ], + [ + 0.379, + -0.537 + ], + [ + 11.982, + -0.544 + ], + [ + 1.286, + 2.979 + ], + [ + -0.719, + 2.262 + ], + [ + -4.247, + 2.831 + ], + [ + -2.774, + 0.626 + ], + [ + -3.303, + 1.191 + ] + ], + "o": [ + [ + -3.298, + 1.188 + ], + [ + -2.677, + 0.605 + ], + [ + -4.615, + 2.93 + ], + [ + -1.562, + 4.594 + ], + [ + 3.084, + 0.562 + ], + [ + 3.432, + -0.392 + ], + [ + 6.895, + -2.004 + ], + [ + 0.382, + -0.542 + ], + [ + -7.36, + 10.432 + ], + [ + -2.9, + 0.132 + ], + [ + -0.966, + -2.237 + ], + [ + 1.556, + -4.893 + ], + [ + 2.364, + -1.575 + ], + [ + 3.392, + -0.766 + ], + [ + 0.619, + -0.223 + ] + ], + "v": [ + [ + -112.428, + 65.177 + ], + [ + -122.68, + 66.826 + ], + [ + -130.243, + 69.997 + ], + [ + -140.335, + 82.587 + ], + [ + -135.581, + 94.486 + ], + [ + -126.02, + 94.126 + ], + [ + -115.849, + 92.187 + ], + [ + -98.485, + 80.499 + ], + [ + -99.373, + 79.98 + ], + [ + -132.164, + 93.615 + ], + [ + -139.501, + 90.341 + ], + [ + -139.448, + 83.174 + ], + [ + -130.178, + 71.179 + ], + [ + -122.407, + 67.818 + ], + [ + -112.155, + 66.169 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.008000000785, + 0.008000000785, + 0.008000000785, + 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": [ + 48.36, + 226.977 + ], + "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": "Group 8", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 8, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.53, + "y": 1 + }, + "o": { + "x": 0.47, + "y": 0 + }, + "t": 27.527, + "s": [ + { + "i": [ + [ + 0.265, + -0.605 + ], + [ + -2.616, + -4.015 + ], + [ + -4.264, + 0.344 + ], + [ + -1.399, + 3.881 + ], + [ + 0.601, + 4.03 + ], + [ + -3.581, + 4.559 + ], + [ + 0.409, + -0.52 + ], + [ + -0.071, + -7.525 + ], + [ + 3.482, + -2.365 + ], + [ + 3.253, + 2.965 + ], + [ + -2.164, + 4.957 + ] + ], + "o": [ + [ + -1.893, + 4.336 + ], + [ + 2.296, + 3.524 + ], + [ + 4.143, + -0.335 + ], + [ + 1.41, + -3.917 + ], + [ + -0.789, + -5.302 + ], + [ + 0.405, + -0.515 + ], + [ + -5.209, + 6.633 + ], + [ + 0.037, + 3.941 + ], + [ + -3.722, + 2.527 + ], + [ + -4.063, + -3.703 + ], + [ + 0.261, + -0.601 + ] + ], + "v": [ + [ + -10.433, + -0.749 + ], + [ + -9.547, + 12.683 + ], + [ + 0.943, + 18.139 + ], + [ + 9.788, + 11.267 + ], + [ + 10.172, + -1.057 + ], + [ + 11.921, + -17.236 + ], + [ + 11.194, + -17.963 + ], + [ + 9.684, + 4.863 + ], + [ + 5.36, + 15.583 + ], + [ + -6.704, + 14.466 + ], + [ + -9.544, + -0.23 + ] + ], + "c": true + } + ] + }, + { + "t": 38.0380859375, + "s": [ + { + "i": [ + [ + 0.265, + -0.605 + ], + [ + -2.616, + -4.015 + ], + [ + -4.264, + 0.344 + ], + [ + -1.399, + 3.881 + ], + [ + 0.601, + 4.03 + ], + [ + -3.581, + 4.559 + ], + [ + 0.409, + -0.52 + ], + [ + -0.071, + -7.525 + ], + [ + 3.482, + -2.365 + ], + [ + 3.253, + 2.965 + ], + [ + -2.164, + 4.957 + ] + ], + "o": [ + [ + -1.893, + 4.336 + ], + [ + 2.296, + 3.524 + ], + [ + 4.143, + -0.335 + ], + [ + 1.41, + -3.917 + ], + [ + -0.789, + -5.302 + ], + [ + 0.405, + -0.515 + ], + [ + -5.209, + 6.633 + ], + [ + 0.037, + 3.941 + ], + [ + -3.722, + 2.527 + ], + [ + -4.063, + -3.703 + ], + [ + 0.261, + -0.601 + ] + ], + "v": [ + [ + -90.433, + 119.251 + ], + [ + -89.547, + 132.683 + ], + [ + -79.057, + 138.139 + ], + [ + -70.212, + 131.267 + ], + [ + -69.828, + 118.943 + ], + [ + -68.079, + 102.764 + ], + [ + -68.806, + 102.037 + ], + [ + -70.316, + 124.863 + ], + [ + -74.64, + 135.583 + ], + [ + -86.704, + 134.466 + ], + [ + -89.544, + 119.77 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.008000000785, + 0.008000000785, + 0.008000000785, + 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": [ + 68.343, + 264.161 + ], + "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": "Group 9", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 9, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.53, + "y": 1 + }, + "o": { + "x": 0.47, + "y": 0 + }, + "t": 27.527, + "s": [ + { + "i": [ + [ + 0.333, + -0.573 + ], + [ + 1.387, + -5.397 + ], + [ + -3.077, + -3.746 + ], + [ + -3.919, + 1.458 + ], + [ + -0.337, + 4.112 + ], + [ + 0.975, + 2.911 + ], + [ + 0.032, + 3.446 + ], + [ + -0.006, + -0.662 + ], + [ + -0.934, + -4.7 + ], + [ + 3.673, + -3.068 + ], + [ + 2.983, + 3.035 + ], + [ + -1.107, + 4.48 + ], + [ + -2.753, + 4.739 + ] + ], + "o": [ + [ + -2.763, + 4.755 + ], + [ + -1.165, + 4.532 + ], + [ + 2.527, + 3.076 + ], + [ + 4.034, + -1.501 + ], + [ + 0.253, + -3.089 + ], + [ + -1.072, + -3.2 + ], + [ + -0.007, + -0.661 + ], + [ + 0.046, + 4.854 + ], + [ + 0.881, + 4.436 + ], + [ + -3.474, + 2.902 + ], + [ + -3.376, + -3.436 + ], + [ + 1.332, + -5.396 + ], + [ + 0.333, + -0.574 + ] + ], + "v": [ + [ + -1.919, + -16.289 + ], + [ + -9.292, + -1.513 + ], + [ + -7.156, + 11.835 + ], + [ + 3.533, + 15.404 + ], + [ + 10.204, + 5.506 + ], + [ + 8.776, + -3.589 + ], + [ + 6.007, + -13.365 + ], + [ + 4.978, + -13.365 + ], + [ + 8.84, + 0.545 + ], + [ + 5.44, + 13.124 + ], + [ + -5.716, + 11.905 + ], + [ + -8.355, + -1.028 + ], + [ + -1.031, + -15.77 + ] + ], + "c": true + } + ] + }, + { + "t": 38.0380859375, + "s": [ + { + "i": [ + [ + 0.333, + -0.573 + ], + [ + 1.387, + -5.397 + ], + [ + -3.077, + -3.746 + ], + [ + -3.919, + 1.458 + ], + [ + -0.337, + 4.112 + ], + [ + 0.975, + 2.911 + ], + [ + 0.032, + 3.446 + ], + [ + -0.006, + -0.662 + ], + [ + -0.934, + -4.7 + ], + [ + 3.673, + -3.068 + ], + [ + 2.983, + 3.035 + ], + [ + -1.107, + 4.48 + ], + [ + -2.753, + 4.739 + ] + ], + "o": [ + [ + -2.763, + 4.755 + ], + [ + -1.165, + 4.532 + ], + [ + 2.527, + 3.076 + ], + [ + 4.034, + -1.501 + ], + [ + 0.253, + -3.089 + ], + [ + -1.072, + -3.2 + ], + [ + -0.007, + -0.661 + ], + [ + 0.046, + 4.854 + ], + [ + 0.881, + 4.436 + ], + [ + -3.474, + 2.902 + ], + [ + -3.376, + -3.436 + ], + [ + 1.332, + -5.396 + ], + [ + 0.333, + -0.574 + ] + ], + "v": [ + [ + -41.919, + 183.711 + ], + [ + -49.292, + 198.487 + ], + [ + -47.156, + 211.835 + ], + [ + -36.467, + 215.404 + ], + [ + -29.796, + 205.506 + ], + [ + -31.224, + 196.411 + ], + [ + -33.993, + 186.635 + ], + [ + -35.022, + 186.635 + ], + [ + -31.16, + 200.545 + ], + [ + -34.56, + 213.124 + ], + [ + -45.716, + 211.905 + ], + [ + -48.355, + 198.972 + ], + [ + -41.031, + 184.23 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.008000000785, + 0.008000000785, + 0.008000000785, + 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": [ + 120.116, + 282.148 + ], + "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": "Group 10", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 10, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.53, + "y": 1 + }, + "o": { + "x": 0.47, + "y": 0 + }, + "t": 27.527, + "s": [ + { + "i": [ + [ + 0.218, + -0.622 + ], + [ + 1.36, + -3.963 + ], + [ + -2.935, + -2.379 + ], + [ + -3.145, + 1.813 + ], + [ + -0.58, + 4.041 + ], + [ + -0.003, + 2.837 + ], + [ + -0.003, + 3.319 + ], + [ + 0.171, + -0.172 + ], + [ + -6.704, + 1.826 + ], + [ + 0.218, + 0.165 + ], + [ + -2.835, + -7.755 + ], + [ + -2.975, + -1.607 + ], + [ + -2.384, + 2.077 + ], + [ + -0.082, + 3.788 + ], + [ + 0.014, + -0.661 + ], + [ + 4.114, + -1.878 + ], + [ + 1.731, + 3.537 + ], + [ + 0.85, + 4.129 + ], + [ + 0.183, + 4.685 + ], + [ + 0.332, + -0.091 + ], + [ + 6.827, + -0.635 + ], + [ + 0.001, + -0.3 + ], + [ + 0.116, + -4.733 + ], + [ + 3.13, + -3.228 + ], + [ + 3.265, + 2.181 + ], + [ + -1.413, + 3.588 + ], + [ + -1.332, + 3.802 + ] + ], + "o": [ + [ + -1.386, + 3.954 + ], + [ + -1.22, + 3.558 + ], + [ + 2.779, + 2.255 + ], + [ + 3.688, + -2.127 + ], + [ + 0.403, + -2.816 + ], + [ + 0.003, + -3.32 + ], + [ + -0.171, + 0.171 + ], + [ + 6.918, + -0.644 + ], + [ + -0.217, + -0.165 + ], + [ + 0.323, + 8.227 + ], + [ + 1.123, + 3.07 + ], + [ + 2.756, + 1.489 + ], + [ + 3.026, + -2.637 + ], + [ + 0.013, + -0.662 + ], + [ + -0.087, + 3.999 + ], + [ + -4.237, + 1.936 + ], + [ + -1.863, + -3.808 + ], + [ + -0.946, + -4.593 + ], + [ + -0.013, + -0.332 + ], + [ + -6.616, + 1.801 + ], + [ + -0.278, + 0.026 + ], + [ + -0.005, + 4.734 + ], + [ + -0.106, + 4.305 + ], + [ + -2.699, + 2.784 + ], + [ + -3.26, + -2.178 + ], + [ + 1.465, + -3.723 + ], + [ + 0.22, + -0.626 + ] + ], + "v": [ + [ + -23.649, + -5.876 + ], + [ + -29.577, + 5.054 + ], + [ + -26.842, + 14.689 + ], + [ + -17.173, + 15.643 + ], + [ + -11.111, + 5.28 + ], + [ + -10.763, + -3.232 + ], + [ + -10.753, + -13.189 + ], + [ + -11.267, + -12.676 + ], + [ + 9.198, + -16.374 + ], + [ + 8.546, + -16.871 + ], + [ + 13.041, + 7.531 + ], + [ + 18.812, + 15.251 + ], + [ + 27.118, + 14.444 + ], + [ + 30.784, + 3.853 + ], + [ + 29.755, + 3.853 + ], + [ + 24.838, + 14.728 + ], + [ + 14.933, + 9.405 + ], + [ + 11.245, + -2.93 + ], + [ + 9.575, + -16.871 + ], + [ + 8.924, + -17.366 + ], + [ + -11.267, + -13.704 + ], + [ + -11.782, + -13.189 + ], + [ + -11.818, + 1.022 + ], + [ + -15.686, + 13.168 + ], + [ + -25.553, + 14.371 + ], + [ + -28.406, + 4.837 + ], + [ + -22.658, + -5.603 + ] + ], + "c": true + } + ] + }, + { + "t": 38.0380859375, + "s": [ + { + "i": [ + [ + 0.218, + -0.622 + ], + [ + 1.36, + -3.963 + ], + [ + -2.935, + -2.379 + ], + [ + -3.145, + 1.813 + ], + [ + -0.58, + 4.041 + ], + [ + -0.003, + 2.837 + ], + [ + -0.003, + 3.319 + ], + [ + 0.171, + -0.172 + ], + [ + -6.704, + 1.826 + ], + [ + 0.218, + 0.165 + ], + [ + -2.835, + -7.755 + ], + [ + -2.975, + -1.607 + ], + [ + -2.384, + 2.077 + ], + [ + -0.082, + 3.788 + ], + [ + 0.014, + -0.661 + ], + [ + 4.114, + -1.878 + ], + [ + 1.731, + 3.537 + ], + [ + 0.85, + 4.129 + ], + [ + 0.183, + 4.685 + ], + [ + 0.332, + -0.091 + ], + [ + 6.827, + -0.635 + ], + [ + 0.001, + -0.3 + ], + [ + 0.116, + -4.733 + ], + [ + 3.13, + -3.228 + ], + [ + 3.265, + 2.181 + ], + [ + -1.413, + 3.588 + ], + [ + -1.332, + 3.802 + ] + ], + "o": [ + [ + -1.386, + 3.954 + ], + [ + -1.22, + 3.558 + ], + [ + 2.779, + 2.255 + ], + [ + 3.688, + -2.127 + ], + [ + 0.403, + -2.816 + ], + [ + 0.003, + -3.32 + ], + [ + -0.171, + 0.171 + ], + [ + 6.918, + -0.644 + ], + [ + -0.217, + -0.165 + ], + [ + 0.323, + 8.227 + ], + [ + 1.123, + 3.07 + ], + [ + 2.756, + 1.489 + ], + [ + 3.026, + -2.637 + ], + [ + 0.013, + -0.662 + ], + [ + -0.087, + 3.999 + ], + [ + -4.237, + 1.936 + ], + [ + -1.863, + -3.808 + ], + [ + -0.946, + -4.593 + ], + [ + -0.013, + -0.332 + ], + [ + -6.616, + 1.801 + ], + [ + -0.278, + 0.026 + ], + [ + -0.005, + 4.734 + ], + [ + -0.106, + 4.305 + ], + [ + -2.699, + 2.784 + ], + [ + -3.26, + -2.178 + ], + [ + 1.465, + -3.723 + ], + [ + 0.22, + -0.626 + ] + ], + "v": [ + [ + -23.649, + 194.124 + ], + [ + -29.577, + 205.054 + ], + [ + -26.842, + 214.689 + ], + [ + -17.173, + 215.643 + ], + [ + -11.111, + 205.28 + ], + [ + -10.763, + 196.768 + ], + [ + -10.753, + 186.811 + ], + [ + -11.267, + 187.324 + ], + [ + 9.198, + 183.626 + ], + [ + 8.546, + 183.129 + ], + [ + 13.041, + 207.531 + ], + [ + 18.812, + 215.251 + ], + [ + 27.118, + 214.444 + ], + [ + 30.784, + 203.853 + ], + [ + 29.755, + 203.853 + ], + [ + 24.838, + 214.728 + ], + [ + 14.933, + 209.405 + ], + [ + 11.245, + 197.07 + ], + [ + 9.575, + 183.129 + ], + [ + 8.924, + 182.634 + ], + [ + -11.267, + 186.296 + ], + [ + -11.782, + 186.811 + ], + [ + -11.818, + 201.022 + ], + [ + -15.686, + 213.168 + ], + [ + -25.553, + 214.371 + ], + [ + -28.406, + 204.837 + ], + [ + -22.658, + 194.397 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.008000000785, + 0.008000000785, + 0.008000000785, + 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": [ + 186.06, + 287.929 + ], + "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": "Group 11", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 11, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.53, + "y": 1 + }, + "o": { + "x": 0.47, + "y": 0 + }, + "t": 27.527, + "s": [ + { + "i": [ + [ + -0.363, + -0.556 + ], + [ + -3.394, + -4.962 + ], + [ + -4.565, + 0.584 + ], + [ + -1.363, + 3.857 + ], + [ + 2.024, + 4.157 + ], + [ + 4.309, + 4.054 + ], + [ + 0, + 0 + ], + [ + -4.477, + 7.022 + ], + [ + 0.236, + -0.062 + ], + [ + -6.511, + -3.319 + ], + [ + -3.156, + -1.071 + ], + [ + -2.536, + 1.453 + ], + [ + 1.262, + 3.937 + ], + [ + 4.705, + 1.59 + ], + [ + 6.403, + 4.546 + ], + [ + -0.537, + -0.38 + ], + [ + -5.916, + -1.311 + ], + [ + -3.213, + -4.416 + ], + [ + 3.601, + -2.986 + ], + [ + 2.716, + 0.926 + ], + [ + 2.812, + 1.432 + ], + [ + 6.42, + 3.658 + ], + [ + 0.15, + -0.237 + ], + [ + 5.765, + -5.89 + ], + [ + -0.205, + -0.192 + ], + [ + -2.563, + -4.051 + ], + [ + 0.515, + -4.557 + ], + [ + 4.373, + -1.089 + ], + [ + 2.416, + 3.595 + ], + [ + 3.216, + 4.928 + ] + ], + "o": [ + [ + 3.286, + 5.034 + ], + [ + 2.395, + 3.5 + ], + [ + 4.124, + -0.527 + ], + [ + 1.579, + -4.467 + ], + [ + -2.609, + -5.358 + ], + [ + 0, + 0 + ], + [ + 5.827, + -5.951 + ], + [ + -0.234, + 0.062 + ], + [ + 6.351, + 3.617 + ], + [ + 2.961, + 1.509 + ], + [ + 2.658, + 0.903 + ], + [ + 3.813, + -2.186 + ], + [ + -1.608, + -5.013 + ], + [ + -7.204, + -2.433 + ], + [ + -0.541, + -0.385 + ], + [ + 5.054, + 3.589 + ], + [ + 5.096, + 1.129 + ], + [ + 2.561, + 3.519 + ], + [ + -2.361, + 1.957 + ], + [ + -2.995, + -1.021 + ], + [ + -6.584, + -3.351 + ], + [ + -0.248, + -0.141 + ], + [ + -4.433, + 6.95 + ], + [ + -0.191, + 0.194 + ], + [ + 3.483, + 3.279 + ], + [ + 2.398, + 3.792 + ], + [ + -0.491, + 4.335 + ], + [ + -4.685, + 1.168 + ], + [ + -3.281, + -4.884 + ], + [ + -0.361, + -0.552 + ] + ], + "v": [ + [ + -36.081, + 12.287 + ], + [ + -26.207, + 27.393 + ], + [ + -16.049, + 33.39 + ], + [ + -7.289, + 26.024 + ], + [ + -8.66, + 12.519 + ], + [ + -19.763, + -1.605 + ], + [ + -19.763, + -0.878 + ], + [ + -4.266, + -20.384 + ], + [ + -4.97, + -20.199 + ], + [ + 14.322, + -9.788 + ], + [ + 23.412, + -5.515 + ], + [ + 31.643, + -5.73 + ], + [ + 35.181, + -17.053 + ], + [ + 23.835, + -26.604 + ], + [ + 2.455, + -33.589 + ], + [ + 1.937, + -32.702 + ], + [ + 18.83, + -26.883 + ], + [ + 32.746, + -19.554 + ], + [ + 31.983, + -7.212 + ], + [ + 23.686, + -6.506 + ], + [ + 15.056, + -10.567 + ], + [ + -4.45, + -21.088 + ], + [ + -5.153, + -20.903 + ], + [ + -20.489, + -1.605 + ], + [ + -20.489, + -0.878 + ], + [ + -11.201, + 10.095 + ], + [ + -7.61, + 22.826 + ], + [ + -15.166, + 32.184 + ], + [ + -25.537, + 26.551 + ], + [ + -35.193, + 11.768 + ] + ], + "c": true + } + ] + }, + { + "t": 38.0380859375, + "s": [ + { + "i": [ + [ + -0.363, + -0.556 + ], + [ + -3.394, + -4.962 + ], + [ + -4.565, + 0.584 + ], + [ + -1.363, + 3.857 + ], + [ + 2.024, + 4.157 + ], + [ + 4.309, + 4.054 + ], + [ + 0, + 0 + ], + [ + -4.477, + 7.022 + ], + [ + 0.236, + -0.062 + ], + [ + -6.511, + -3.319 + ], + [ + -3.156, + -1.071 + ], + [ + -2.536, + 1.453 + ], + [ + 1.262, + 3.937 + ], + [ + 4.705, + 1.59 + ], + [ + 6.403, + 4.546 + ], + [ + -0.537, + -0.38 + ], + [ + -5.916, + -1.311 + ], + [ + -3.213, + -4.416 + ], + [ + 3.601, + -2.986 + ], + [ + 2.716, + 0.926 + ], + [ + 2.812, + 1.432 + ], + [ + 6.42, + 3.658 + ], + [ + 0.15, + -0.237 + ], + [ + 5.765, + -5.89 + ], + [ + -0.205, + -0.192 + ], + [ + -2.563, + -4.051 + ], + [ + 0.515, + -4.557 + ], + [ + 4.373, + -1.089 + ], + [ + 2.416, + 3.595 + ], + [ + 3.216, + 4.928 + ] + ], + "o": [ + [ + 3.286, + 5.034 + ], + [ + 2.395, + 3.5 + ], + [ + 4.124, + -0.527 + ], + [ + 1.579, + -4.467 + ], + [ + -2.609, + -5.358 + ], + [ + 0, + 0 + ], + [ + 5.827, + -5.951 + ], + [ + -0.234, + 0.062 + ], + [ + 6.351, + 3.617 + ], + [ + 2.961, + 1.509 + ], + [ + 2.658, + 0.903 + ], + [ + 3.813, + -2.186 + ], + [ + -1.608, + -5.013 + ], + [ + -7.204, + -2.433 + ], + [ + -0.541, + -0.385 + ], + [ + 5.054, + 3.589 + ], + [ + 5.096, + 1.129 + ], + [ + 2.561, + 3.519 + ], + [ + -2.361, + 1.957 + ], + [ + -2.995, + -1.021 + ], + [ + -6.584, + -3.351 + ], + [ + -0.248, + -0.141 + ], + [ + -4.433, + 6.95 + ], + [ + -0.191, + 0.194 + ], + [ + 3.483, + 3.279 + ], + [ + 2.398, + 3.792 + ], + [ + -0.491, + 4.335 + ], + [ + -4.685, + 1.168 + ], + [ + -3.281, + -4.884 + ], + [ + -0.361, + -0.552 + ] + ], + "v": [ + [ + 3.919, + 132.287 + ], + [ + 13.793, + 147.393 + ], + [ + 23.951, + 153.39 + ], + [ + 32.711, + 146.024 + ], + [ + 31.34, + 132.519 + ], + [ + 20.237, + 118.395 + ], + [ + 20.237, + 119.122 + ], + [ + 35.734, + 99.616 + ], + [ + 35.03, + 99.801 + ], + [ + 54.322, + 110.212 + ], + [ + 63.412, + 114.485 + ], + [ + 71.643, + 114.27 + ], + [ + 75.181, + 102.947 + ], + [ + 63.835, + 93.396 + ], + [ + 42.455, + 86.411 + ], + [ + 41.937, + 87.298 + ], + [ + 58.83, + 93.117 + ], + [ + 72.746, + 100.446 + ], + [ + 71.983, + 112.788 + ], + [ + 63.686, + 113.494 + ], + [ + 55.056, + 109.433 + ], + [ + 35.55, + 98.912 + ], + [ + 34.847, + 99.097 + ], + [ + 19.511, + 118.395 + ], + [ + 19.511, + 119.122 + ], + [ + 28.799, + 130.095 + ], + [ + 32.39, + 142.826 + ], + [ + 24.834, + 152.184 + ], + [ + 14.463, + 146.551 + ], + [ + 4.807, + 131.768 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.008000000785, + 0.008000000785, + 0.008000000785, + 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": [ + 267.746, + 241.416 + ], + "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": "Group 12", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 12, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.53, + "y": 1 + }, + "o": { + "x": 0.47, + "y": 0 + }, + "t": 27.527, + "s": [ + { + "i": [ + [ + -0.058, + 0.655 + ], + [ + -1.789, + 3.056 + ], + [ + -2.991, + 2.255 + ], + [ + 0.713, + 6.661 + ], + [ + 4.921, + -1.301 + ], + [ + 1.445, + -5.393 + ], + [ + 1.252, + -4.026 + ], + [ + 3.251, + -2.805 + ], + [ + -0.499, + 0.43 + ], + [ + -1.353, + 2.933 + ], + [ + -0.642, + 3.291 + ], + [ + -5.574, + 3.555 + ], + [ + -0.454, + -6.382 + ], + [ + 4.715, + -3.702 + ], + [ + 0.631, + -7.155 + ] + ], + "o": [ + [ + 0.31, + -3.519 + ], + [ + 1.914, + -3.268 + ], + [ + 4.71, + -3.551 + ], + [ + -0.593, + -5.529 + ], + [ + -5.843, + 1.544 + ], + [ + -1.089, + 4.067 + ], + [ + -1.273, + 4.098 + ], + [ + -0.502, + 0.433 + ], + [ + 2.44, + -2.105 + ], + [ + 1.413, + -3.061 + ], + [ + 1.164, + -5.97 + ], + [ + 4.563, + -2.911 + ], + [ + 0.491, + 6.932 + ], + [ + -5.619, + 4.413 + ], + [ + -0.059, + 0.659 + ] + ], + "v": [ + [ + -5.106, + 19.922 + ], + [ + -1.988, + 9.907 + ], + [ + 5.664, + 1.993 + ], + [ + 15.411, + -12.746 + ], + [ + 4.216, + -19.28 + ], + [ + -6.04, + -6.386 + ], + [ + -8.816, + 5.926 + ], + [ + -15.621, + 16.352 + ], + [ + -14.893, + 17.079 + ], + [ + -9.072, + 9.48 + ], + [ + -6.324, + -0.182 + ], + [ + 1.703, + -17.078 + ], + [ + 14.414, + -12.395 + ], + [ + 3.519, + 2.35 + ], + [ + -6.134, + 19.922 + ] + ], + "c": true + } + ] + }, + { + "t": 38.0380859375, + "s": [ + { + "i": [ + [ + -0.058, + 0.655 + ], + [ + -1.789, + 3.056 + ], + [ + -2.991, + 2.255 + ], + [ + 0.713, + 6.661 + ], + [ + 4.921, + -1.301 + ], + [ + 1.445, + -5.393 + ], + [ + 1.252, + -4.026 + ], + [ + 3.251, + -2.805 + ], + [ + -0.499, + 0.43 + ], + [ + -1.353, + 2.933 + ], + [ + -0.642, + 3.291 + ], + [ + -5.574, + 3.555 + ], + [ + -0.454, + -6.382 + ], + [ + 4.715, + -3.702 + ], + [ + 0.631, + -7.155 + ] + ], + "o": [ + [ + 0.31, + -3.519 + ], + [ + 1.914, + -3.268 + ], + [ + 4.71, + -3.551 + ], + [ + -0.593, + -5.529 + ], + [ + -5.843, + 1.544 + ], + [ + -1.089, + 4.067 + ], + [ + -1.273, + 4.098 + ], + [ + -0.502, + 0.433 + ], + [ + 2.44, + -2.105 + ], + [ + 1.413, + -3.061 + ], + [ + 1.164, + -5.97 + ], + [ + 4.563, + -2.911 + ], + [ + 0.491, + 6.932 + ], + [ + -5.619, + 4.413 + ], + [ + -0.059, + 0.659 + ] + ], + "v": [ + [ + -5.106, + -140.078 + ], + [ + -1.988, + -150.093 + ], + [ + 5.664, + -158.007 + ], + [ + 15.411, + -172.746 + ], + [ + 4.216, + -179.28 + ], + [ + -6.04, + -166.386 + ], + [ + -8.816, + -154.074 + ], + [ + -15.621, + -143.648 + ], + [ + -14.893, + -142.921 + ], + [ + -9.072, + -150.52 + ], + [ + -6.324, + -160.182 + ], + [ + 1.703, + -177.078 + ], + [ + 14.414, + -172.395 + ], + [ + 3.519, + -157.65 + ], + [ + -6.134, + -140.078 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.008000000785, + 0.008000000785, + 0.008000000785, + 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": [ + 211.371, + 28.573 + ], + "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": "Group 13", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 13, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.53, + "y": 1 + }, + "o": { + "x": 0.47, + "y": 0 + }, + "t": 27.527, + "s": [ + { + "i": [ + [ + -0.018, + 0.661 + ], + [ + 2.816, + 3.649 + ], + [ + 3.405, + -1.581 + ], + [ + -0.387, + -3.434 + ], + [ + -1.932, + -4.409 + ], + [ + 0.691, + -2.909 + ], + [ + 1.925, + -2.036 + ], + [ + -0.456, + 0.482 + ], + [ + -0.206, + 3.804 + ], + [ + 2.019, + 3.699 + ], + [ + -1.763, + 4.271 + ], + [ + -1.92, + 0.48 + ], + [ + -1.584, + -1.322 + ], + [ + 0.128, + -4.784 + ] + ], + "o": [ + [ + 0.117, + -4.374 + ], + [ + -2.142, + -2.778 + ], + [ + -3.319, + 1.541 + ], + [ + 0.554, + 4.918 + ], + [ + 1.183, + 2.696 + ], + [ + -0.654, + 2.751 + ], + [ + -0.454, + 0.481 + ], + [ + 2.57, + -2.718 + ], + [ + 0.237, + -4.376 + ], + [ + -2.052, + -3.754 + ], + [ + 0.735, + -1.782 + ], + [ + 2.06, + -0.515 + ], + [ + 4.024, + 3.361 + ], + [ + -0.018, + 0.662 + ] + ], + "v": [ + [ + 8.228, + -2.759 + ], + [ + 5.634, + -15.766 + ], + [ + -3.754, + -18.832 + ], + [ + -8.064, + -9.785 + ], + [ + -2.363, + 3.505 + ], + [ + -1.279, + 12.003 + ], + [ + -5.405, + 19.204 + ], + [ + -4.677, + 19.931 + ], + [ + 0.048, + 9.983 + ], + [ + -4.055, + -1.98 + ], + [ + -6.426, + -14.43 + ], + [ + -2.385, + -18.236 + ], + [ + 3.414, + -16.604 + ], + [ + 7.199, + -2.759 + ] + ], + "c": true + } + ] + }, + { + "t": 38.0380859375, + "s": [ + { + "i": [ + [ + -0.018, + 0.661 + ], + [ + 2.816, + 3.649 + ], + [ + 3.405, + -1.581 + ], + [ + -0.387, + -3.434 + ], + [ + -1.932, + -4.409 + ], + [ + 0.691, + -2.909 + ], + [ + 1.925, + -2.036 + ], + [ + -0.456, + 0.482 + ], + [ + -0.206, + 3.804 + ], + [ + 2.019, + 3.699 + ], + [ + -1.763, + 4.271 + ], + [ + -1.92, + 0.48 + ], + [ + -1.584, + -1.322 + ], + [ + 0.128, + -4.784 + ] + ], + "o": [ + [ + 0.117, + -4.374 + ], + [ + -2.142, + -2.778 + ], + [ + -3.319, + 1.541 + ], + [ + 0.554, + 4.918 + ], + [ + 1.183, + 2.696 + ], + [ + -0.654, + 2.751 + ], + [ + -0.454, + 0.481 + ], + [ + 2.57, + -2.718 + ], + [ + 0.237, + -4.376 + ], + [ + -2.052, + -3.754 + ], + [ + 0.735, + -1.782 + ], + [ + 2.06, + -0.515 + ], + [ + 4.024, + 3.361 + ], + [ + -0.018, + 0.662 + ] + ], + "v": [ + [ + 8.228, + -202.759 + ], + [ + 5.634, + -215.766 + ], + [ + -3.754, + -218.832 + ], + [ + -8.064, + -209.785 + ], + [ + -2.363, + -196.495 + ], + [ + -1.279, + -187.997 + ], + [ + -5.405, + -180.796 + ], + [ + -4.677, + -180.069 + ], + [ + 0.048, + -190.017 + ], + [ + -4.055, + -201.98 + ], + [ + -6.426, + -214.43 + ], + [ + -2.385, + -218.236 + ], + [ + 3.414, + -216.604 + ], + [ + 7.199, + -202.759 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.008000000785, + 0.008000000785, + 0.008000000785, + 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": [ + 166.276, + 21.31 + ], + "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": "Group 14", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 14, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + } + ] + }, + { + "id": "comp_7", + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 4, + "nm": "Shape Layer 4", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 311, + 319, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + -42, + -33.5, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 0, + "s": [ + 100, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 2.503, + "s": [ + 100, + 5, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 5.005, + "s": [ + 100, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 55.055, + "s": [ + 100, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 57.558, + "s": [ + 100, + 5, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 60.06, + "s": [ + 100, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 86.086, + "s": [ + 100, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 88.589, + "s": [ + 100, + 5, + 100 + ] + }, + { + "t": 91.0910910910911, + "s": [ + 100, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "d": 1, + "ty": "el", + "s": { + "a": 0, + "k": [ + 80, + 80 + ], + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 3 + }, + "nm": "Ellipse Path 1", + "mn": "ADBE Vector Shape - Ellipse", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.745098039216, + 0.458746637083, + 0.458746637083, + 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": [ + -42, + -33.5 + ], + "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": "Ellipse 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 4, + "nm": "Shape Layer 3", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 222, + 319, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + -42, + -33.5, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 0, + "s": [ + 100, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 2.503, + "s": [ + 100, + 5, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 5.005, + "s": [ + 100, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 55.055, + "s": [ + 100, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 57.558, + "s": [ + 100, + 5, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 60.06, + "s": [ + 100, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 86.086, + "s": [ + 100, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 88.589, + "s": [ + 100, + 5, + 100 + ] + }, + { + "t": 91.0910910910911, + "s": [ + 100, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "d": 1, + "ty": "el", + "s": { + "a": 0, + "k": [ + 80, + 80 + ], + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 3 + }, + "nm": "Ellipse Path 1", + "mn": "ADBE Vector Shape - Ellipse", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.745098039216, + 0.458746637083, + 0.458746637083, + 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": [ + -42, + -33.5 + ], + "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": "Ellipse 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + } + ] + }, + { + "id": "comp_8", + "layers": [ + { + "ddd": 0, + "ind": 2, + "ty": 4, + "nm": "Shape Layer 6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 50, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 296.5, + 327.25, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + -40, + -15.25, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "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": [ + [ + -40, + -4.75 + ], + [ + -40, + -25.75 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 1, + 0.36862745098, + 0.411764705882, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 10, + "ix": 5 + }, + "lc": 2, + "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": 27.5275275275275, + "op": 132.632632632633, + "st": 27.5275275275275, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 4, + "nm": "Shape Layer 5", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 50, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 214, + 327.25, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + -40, + -15.25, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "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": [ + [ + -40, + -4.75 + ], + [ + -40, + -25.75 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 1, + 0.36862745098, + 0.411764705882, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 10, + "ix": 5 + }, + "lc": 2, + "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": 27.5275275275275, + "op": 132.632632632633, + "st": 27.5275275275275, + "bm": 0 + }, + { + "ddd": 0, + "ind": 4, + "ty": 4, + "nm": "Shape Layer 4", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 27.528, + "s": [ + 0 + ] + }, + { + "t": 28.028028028028, + "s": [ + -40 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 14.014, + "s": [ + 306.5, + 337.25, + 0 + ], + "to": [ + -1.667, + -1.667, + 0 + ], + "ti": [ + 1.667, + 1.667, + 0 + ] + }, + { + "t": 20.5205205205205, + "s": [ + 296.5, + 327.25, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + -40, + -15.25, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "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": [ + [ + -40, + -4.75 + ], + [ + -40, + -25.75 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 1, + 0.36862745098, + 0.411764705882, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 10, + "ix": 5 + }, + "lc": 2, + "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": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 5, + "ty": 4, + "nm": "Shape Layer 3", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 27.528, + "s": [ + 0 + ] + }, + { + "t": 28.028028028028, + "s": [ + -40 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 14.014, + "s": [ + 224, + 337.25, + 0 + ], + "to": [ + -1.667, + -1.667, + 0 + ], + "ti": [ + 1.667, + 1.667, + 0 + ] + }, + { + "t": 20.5205205205205, + "s": [ + 214, + 327.25, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + -40, + -15.25, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "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": [ + [ + -40, + -4.75 + ], + [ + -40, + -25.75 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 1, + 0.36862745098, + 0.411764705882, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 10, + "ix": 5 + }, + "lc": 2, + "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": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 6, + "ty": 4, + "nm": "Layer 2 Outlines", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 265.885, + 355.317, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 157.594, + 152.818, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0.442, + 0.491 + ], + [ + 4.724, + -0.484 + ], + [ + 3.063, + -0.055 + ], + [ + 3.027, + 1.236 + ], + [ + -0.126, + -0.165 + ], + [ + 1.5, + 9.335 + ], + [ + 0.211, + -0.21 + ], + [ + -7.553, + 5.976 + ], + [ + 3.653, + 3.833 + ], + [ + 3.707, + -1.072 + ], + [ + 6.649, + -2.617 + ], + [ + -0.211, + -0.119 + ], + [ + 5.697, + 9.797 + ], + [ + 0.027, + -0.208 + ], + [ + -6.473, + 3.523 + ], + [ + -3.559, + 1.092 + ], + [ + -1.206, + 2.988 + ], + [ + 2.051, + 2.26 + ], + [ + -0.444, + -0.489 + ], + [ + 3.616, + -2.135 + ], + [ + 2.034, + -0.719 + ], + [ + 1.799, + -0.858 + ], + [ + 5.389, + -6.514 + ], + [ + -0.122, + -0.211 + ], + [ + -2.677, + -10.927 + ], + [ + -0.254, + 0.101 + ], + [ + -5.146, + 1.91 + ], + [ + -2.549, + 0.562 + ], + [ + -2.333, + -0.503 + ], + [ + 0.982, + -2.58 + ], + [ + 1.767, + -1.473 + ], + [ + 4.34, + -1.087 + ], + [ + 4.858, + 1.176 + ], + [ + -0.062, + -0.383 + ], + [ + 0.699, + -9.333 + ], + [ + -0.201, + -0.082 + ], + [ + -2.813, + -0.147 + ], + [ + -2.939, + 0.386 + ], + [ + -3.681, + -4.092 + ] + ], + "o": [ + [ + -3.375, + -3.752 + ], + [ + -3.039, + 0.312 + ], + [ + -3.278, + 0.058 + ], + [ + 0.126, + 0.165 + ], + [ + 0.707, + -9.429 + ], + [ + -0.211, + 0.211 + ], + [ + 9.333, + 2.259 + ], + [ + 2.878, + -2.277 + ], + [ + -3.17, + -3.326 + ], + [ + -6.873, + 1.987 + ], + [ + 0.211, + 0.12 + ], + [ + -2.697, + -11.008 + ], + [ + -0.027, + 0.208 + ], + [ + 4.695, + -5.676 + ], + [ + 3.271, + -1.78 + ], + [ + 2.841, + -0.872 + ], + [ + 1.16, + -2.875 + ], + [ + -0.446, + -0.491 + ], + [ + 2.64, + 2.908 + ], + [ + -1.871, + 1.105 + ], + [ + -1.879, + 0.665 + ], + [ + -7.637, + 3.639 + ], + [ + -0.147, + 0.178 + ], + [ + 5.655, + 9.725 + ], + [ + 0.061, + 0.249 + ], + [ + 5.108, + -2.01 + ], + [ + 2.445, + -0.907 + ], + [ + 2.286, + -0.503 + ], + [ + 2.523, + 0.544 + ], + [ + -0.838, + 2.198 + ], + [ + -3.445, + 2.871 + ], + [ + -4.849, + 1.214 + ], + [ + -0.41, + -0.1 + ], + [ + 1.485, + 9.243 + ], + [ + -0.019, + 0.244 + ], + [ + 2.603, + 1.063 + ], + [ + 2.976, + 0.156 + ], + [ + 4.994, + -0.655 + ], + [ + 0.444, + 0.493 + ] + ], + "v": [ + [ + 23.236, + 51.38 + ], + [ + 9.796, + 47.665 + ], + [ + 0.68, + 48.648 + ], + [ + -8.823, + 46.779 + ], + [ + -8.445, + 47.275 + ], + [ + -9.647, + 19.048 + ], + [ + -10.28, + 19.681 + ], + [ + 16.858, + 13.846 + ], + [ + 21.448, + 2.645 + ], + [ + 8.087, + 2.27 + ], + [ + -12.062, + 9.891 + ], + [ + -11.428, + 10.25 + ], + [ + -24.092, + -21.124 + ], + [ + -24.172, + -20.5 + ], + [ + -7.277, + -34.464 + ], + [ + 2.994, + -38.777 + ], + [ + 9.951, + -43.573 + ], + [ + 8.284, + -52.109 + ], + [ + 7.556, + -51.383 + ], + [ + 6.612, + -41.232 + ], + [ + 0.422, + -39.013 + ], + [ + -5.101, + -36.724 + ], + [ + -24.9, + -21.228 + ], + [ + -24.98, + -20.604 + ], + [ + -12.421, + 10.523 + ], + [ + -11.788, + 10.882 + ], + [ + 3.551, + 4.872 + ], + [ + 11.027, + 2.577 + ], + [ + 18.171, + 2.092 + ], + [ + 21.255, + 7.217 + ], + [ + 16.714, + 12.646 + ], + [ + 4.792, + 18.612 + ], + [ + -10.006, + 18.69 + ], + [ + -10.639, + 19.322 + ], + [ + -9.473, + 47.275 + ], + [ + -9.096, + 47.771 + ], + [ + -0.936, + 49.65 + ], + [ + 7.926, + 48.918 + ], + [ + 22.508, + 52.108 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.008000000785, + 0.008000000785, + 0.008000000785, + 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": [ + 289.836, + 119.89 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0.341, + -0.567 + ], + [ + 4.851, + -2.804 + ], + [ + 0, + 0 + ], + [ + 6.479, + 6.13 + ], + [ + -0.044, + -0.167 + ], + [ + -4.552, + 3.628 + ], + [ + -2.617, + 4.627 + ], + [ + 2.624, + 3.8 + ], + [ + 3.698, + -2.268 + ], + [ + 2.032, + -5.24 + ], + [ + -0.238, + 0.612 + ], + [ + -3.922, + 3.508 + ], + [ + -2.181, + -4.097 + ], + [ + 2.882, + -3.603 + ], + [ + 3.639, + -3.06 + ], + [ + 1.275, + -5.253 + ], + [ + -0.135, + -0.128 + ], + [ + -4.922, + -7.335 + ], + [ + -0.253, + 0.146 + ], + [ + -2.909, + 4.841 + ] + ], + "o": [ + [ + -2.818, + 4.691 + ], + [ + 0, + 0 + ], + [ + -4.97, + -7.406 + ], + [ + 0.044, + 0.167 + ], + [ + 1.406, + -5.792 + ], + [ + 4.066, + -3.241 + ], + [ + 2.196, + -3.883 + ], + [ + -2.35, + -3.404 + ], + [ + -5.29, + 3.244 + ], + [ + -0.24, + 0.617 + ], + [ + 1.797, + -4.634 + ], + [ + 3.682, + -3.293 + ], + [ + 2.314, + 4.348 + ], + [ + -3, + 3.749 + ], + [ + -4.088, + 3.438 + ], + [ + -0.043, + 0.176 + ], + [ + 6.416, + 6.07 + ], + [ + 0.155, + 0.231 + ], + [ + 5.006, + -2.892 + ], + [ + 0.341, + -0.569 + ] + ], + "v": [ + [ + 13.505, + 17.813 + ], + [ + 2.685, + 30.18 + ], + [ + 3.388, + 30.365 + ], + [ + -13.832, + 10 + ], + [ + -13.7, + 10.501 + ], + [ + -4.093, + -3.008 + ], + [ + 7.018, + -13.949 + ], + [ + 7.041, + -26.291 + ], + [ + -3.246, + -28.946 + ], + [ + -10.931, + -13.665 + ], + [ + -9.939, + -13.392 + ], + [ + -3.899, + -27.184 + ], + [ + 6.761, + -24.77 + ], + [ + 4.435, + -11.977 + ], + [ + -6.269, + -2.554 + ], + [ + -14.691, + 10.227 + ], + [ + -14.559, + 10.728 + ], + [ + 2.5, + 30.884 + ], + [ + 3.203, + 31.068 + ], + [ + 14.393, + 18.332 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.008000000785, + 0.008000000785, + 0.008000000785, + 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": [ + 258.593, + 62.381 + ], + "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": "Group 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.131, + 0.647 + ], + [ + 7.735, + 2.472 + ], + [ + 0.826, + -7.409 + ], + [ + -0.072, + 0.652 + ], + [ + -6.674, + -3.158 + ], + [ + -1.224, + -6.078 + ] + ], + "o": [ + [ + -1.39, + -6.905 + ], + [ + -7.182, + -2.294 + ], + [ + -0.073, + 0.657 + ], + [ + 0.814, + -7.295 + ], + [ + 6.293, + 2.977 + ], + [ + 0.13, + 0.648 + ] + ], + "v": [ + [ + 12.946, + 9.694 + ], + [ + 2.366, + -8.322 + ], + [ + -13.004, + 1.802 + ], + [ + -11.976, + 1.802 + ], + [ + 3.385, + -6.823 + ], + [ + 11.954, + 9.967 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.008000000785, + 0.008000000785, + 0.008000000785, + 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": [ + 116.003, + 10.866 + ], + "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": "Group 3", + "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": [ + [ + 0.224, + 0.625 + ], + [ + 3.997, + 1.759 + ], + [ + 2.135, + -3.599 + ], + [ + -7.831, + -4.282 + ], + [ + -2.456, + -2.024 + ], + [ + -1.215, + -2.909 + ], + [ + -0.044, + 0.167 + ], + [ + 5.748, + -8.064 + ], + [ + -0.381, + 0.535 + ], + [ + -7.477, + 6.356 + ], + [ + 0.064, + 0.154 + ], + [ + 3.828, + 2.23 + ], + [ + 2.143, + 1.272 + ], + [ + 1.273, + 1.86 + ], + [ + -0.754, + 4.235 + ], + [ + -4.712, + 0.191 + ], + [ + -1.435, + -4.005 + ] + ], + "o": [ + [ + -1.342, + -3.743 + ], + [ + -4.252, + -1.872 + ], + [ + -4.759, + 8.02 + ], + [ + 2.763, + 1.51 + ], + [ + 2.441, + 2.011 + ], + [ + 0.044, + -0.167 + ], + [ + -7.545, + 6.415 + ], + [ + -0.385, + 0.54 + ], + [ + 5.696, + -7.992 + ], + [ + 0.123, + -0.106 + ], + [ + -1.697, + -4.058 + ], + [ + -2.151, + -1.253 + ], + [ + -1.934, + -1.148 + ], + [ + -2.42, + -3.539 + ], + [ + 0.742, + -4.17 + ], + [ + 5.383, + -0.217 + ], + [ + 0.221, + 0.619 + ] + ], + "v": [ + [ + 8.862, + -19.86 + ], + [ + 2.215, + -30.261 + ], + [ + -8.555, + -25.47 + ], + [ + -1.473, + -2.375 + ], + [ + 6.758, + 2.229 + ], + [ + 12.258, + 9.782 + ], + [ + 12.391, + 9.281 + ], + [ + -7.617, + 31.079 + ], + [ + -6.73, + 31.598 + ], + [ + 13.118, + 10.009 + ], + [ + 13.251, + 9.508 + ], + [ + 4.941, + -0.27 + ], + [ + -1.695, + -3.684 + ], + [ + -6.563, + -8.207 + ], + [ + -9.27, + -20.48 + ], + [ + -0.721, + -29.807 + ], + [ + 7.87, + -19.587 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.008000000785, + 0.008000000785, + 0.008000000785, + 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": [ + 75.58, + 58.933 + ], + "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": "Group 4", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0.402, + 0.527 + ], + [ + 2.992, + 0.077 + ], + [ + 2.373, + -1.902 + ], + [ + 1.243, + -3.378 + ], + [ + -1.835, + -2.7 + ], + [ + -3.171, + -0.843 + ], + [ + 0.641, + 0.171 + ], + [ + 1.638, + 2.94 + ], + [ + -2.243, + 3.098 + ], + [ + -3.246, + 1.999 + ], + [ + -1.887, + -1.12 + ], + [ + -1.022, + -1.342 + ] + ], + "o": [ + [ + -1.643, + -2.155 + ], + [ + -3.262, + -0.083 + ], + [ + -2.759, + 2.211 + ], + [ + -1.115, + 3.03 + ], + [ + 1.87, + 2.753 + ], + [ + 0.64, + 0.17 + ], + [ + -3.18, + -0.845 + ], + [ + -1.958, + -3.514 + ], + [ + 2.249, + -3.107 + ], + [ + 1.759, + -1.083 + ], + [ + 1.479, + 0.878 + ], + [ + 0.397, + 0.52 + ] + ], + "v": [ + [ + 11.218, + -8.827 + ], + [ + 4.667, + -13.719 + ], + [ + -3.963, + -9.016 + ], + [ + -10.505, + -0.822 + ], + [ + -9.575, + 8.264 + ], + [ + -1.52, + 13.631 + ], + [ + -1.247, + 12.639 + ], + [ + -9.145, + 7.005 + ], + [ + -7.766, + -3.766 + ], + [ + 1.159, + -11.516 + ], + [ + 6.767, + -12.038 + ], + [ + 10.33, + -8.308 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.008000000785, + 0.008000000785, + 0.008000000785, + 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": [ + 30.662, + 79.983 + ], + "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": "Group 5", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0.646, + -0.142 + ], + [ + 5.697, + 0.522 + ], + [ + 2.822, + 0.7 + ], + [ + 2.333, + -0.641 + ], + [ + -2.502, + -3.261 + ], + [ + -4.478, + 0.211 + ], + [ + -6.791, + 0.319 + ], + [ + 0.662, + -0.032 + ], + [ + 0, + 0 + ], + [ + 2.632, + -0.113 + ], + [ + 2.215, + 1.14 + ], + [ + -0.475, + 2.195 + ], + [ + -2.116, + 0.049 + ], + [ + -2.457, + -0.506 + ], + [ + -2.371, + -0.177 + ], + [ + -5.368, + 1.181 + ] + ], + "o": [ + [ + -5.585, + 1.229 + ], + [ + -2.898, + -0.266 + ], + [ + -2.281, + -0.566 + ], + [ + -3.853, + 1.059 + ], + [ + 3.13, + 4.08 + ], + [ + 6.79, + -0.32 + ], + [ + 0.659, + -0.031 + ], + [ + 0, + 0 + ], + [ + -2.632, + 0.124 + ], + [ + -2.419, + 0.104 + ], + [ + -1.861, + -0.958 + ], + [ + 0.494, + -2.29 + ], + [ + 2.536, + -0.059 + ], + [ + 2.329, + 0.48 + ], + [ + 5.485, + 0.408 + ], + [ + 0.646, + -0.142 + ] + ], + "v": [ + [ + 18.605, + -4.953 + ], + [ + 1.581, + -3.857 + ], + [ + -6.984, + -5.357 + ], + [ + -14.027, + -5.883 + ], + [ + -17.022, + 2.444 + ], + [ + -3.448, + 5.364 + ], + [ + 16.923, + 4.405 + ], + [ + 16.923, + 3.377 + ], + [ + 1.024, + 4.125 + ], + [ + -6.872, + 4.496 + ], + [ + -14.139, + 3.55 + ], + [ + -17.181, + -1.753 + ], + [ + -12.033, + -5.13 + ], + [ + -4.553, + -3.737 + ], + [ + 2.51, + -2.751 + ], + [ + 18.878, + -3.961 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.008000000785, + 0.008000000785, + 0.008000000785, + 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": [ + 31.77, + 133.264 + ], + "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": "Group 6", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0.619, + -0.24 + ], + [ + 7.692, + -0.921 + ], + [ + 3.509, + -0.877 + ], + [ + 2.778, + -1.968 + ], + [ + -0.883, + -2.699 + ], + [ + -2.514, + -0.441 + ], + [ + -6.421, + 2.081 + ], + [ + -3.21, + 2.143 + ], + [ + -1.926, + 0.414 + ], + [ + -1.696, + -1.599 + ], + [ + 0.483, + 0.456 + ], + [ + 2.885, + -0.884 + ], + [ + 2.676, + -1.47 + ], + [ + 6.773, + -0.016 + ], + [ + 2.978, + 0.98 + ], + [ + 0.439, + 1.56 + ], + [ + -1.348, + 1.133 + ], + [ + -3.223, + 0.851 + ], + [ + -3.641, + 0.44 + ], + [ + -7.445, + 2.889 + ] + ], + "o": [ + [ + -7.29, + 2.829 + ], + [ + -3.587, + 0.429 + ], + [ + -3.266, + 0.816 + ], + [ + -2.053, + 1.453 + ], + [ + 0.897, + 2.738 + ], + [ + 6.652, + 1.166 + ], + [ + 3.675, + -1.191 + ], + [ + 1.609, + -1.074 + ], + [ + 2.355, + -0.507 + ], + [ + 0.482, + 0.453 + ], + [ + -2.129, + -2.005 + ], + [ + -2.954, + 0.906 + ], + [ + -5.938, + 3.264 + ], + [ + -3.113, + 0.008 + ], + [ + -1.435, + -0.472 + ], + [ + -0.529, + -1.879 + ], + [ + 2.594, + -2.181 + ], + [ + 3.55, + -0.937 + ], + [ + 7.853, + -0.948 + ], + [ + 0.611, + -0.238 + ] + ], + "v": [ + [ + 22.053, + -10.749 + ], + [ + -0.727, + -6.417 + ], + [ + -11.41, + -4.6 + ], + [ + -21.052, + -0.762 + ], + [ + -24.332, + 5.824 + ], + [ + -17.745, + 9.823 + ], + [ + 2.254, + 8.393 + ], + [ + 12.61, + 3.351 + ], + [ + 17.811, + 0.638 + ], + [ + 24.004, + 2.708 + ], + [ + 24.732, + 1.98 + ], + [ + 16.969, + -0.204 + ], + [ + 8.914, + 4.407 + ], + [ + -10.57, + 9.41 + ], + [ + -20.008, + 8.242 + ], + [ + -23.397, + 5.379 + ], + [ + -21.203, + 0.639 + ], + [ + -11.78, + -3.444 + ], + [ + -0.95, + -5.362 + ], + [ + 22.326, + -9.757 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.008000000785, + 0.008000000785, + 0.008000000785, + 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": [ + 25.465, + 182.143 + ], + "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": "Group 7", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 7, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0.625, + -0.225 + ], + [ + 3.39, + -0.765 + ], + [ + 2.314, + -1.47 + ], + [ + 1.766, + -5.198 + ], + [ + -5.701, + -1.039 + ], + [ + -3.086, + 0.353 + ], + [ + -3.32, + 0.965 + ], + [ + -4.187, + 5.935 + ], + [ + 0.379, + -0.537 + ], + [ + 11.982, + -0.544 + ], + [ + 1.286, + 2.979 + ], + [ + -0.719, + 2.262 + ], + [ + -4.247, + 2.831 + ], + [ + -2.774, + 0.626 + ], + [ + -3.303, + 1.191 + ] + ], + "o": [ + [ + -3.298, + 1.188 + ], + [ + -2.677, + 0.605 + ], + [ + -4.615, + 2.93 + ], + [ + -1.562, + 4.594 + ], + [ + 3.084, + 0.562 + ], + [ + 3.432, + -0.392 + ], + [ + 6.895, + -2.004 + ], + [ + 0.382, + -0.542 + ], + [ + -7.36, + 10.432 + ], + [ + -2.9, + 0.132 + ], + [ + -0.966, + -2.237 + ], + [ + 1.556, + -4.893 + ], + [ + 2.364, + -1.575 + ], + [ + 3.392, + -0.766 + ], + [ + 0.619, + -0.223 + ] + ], + "v": [ + [ + 7.572, + -14.823 + ], + [ + -2.68, + -13.174 + ], + [ + -10.243, + -10.003 + ], + [ + -20.335, + 2.587 + ], + [ + -15.581, + 14.486 + ], + [ + -6.02, + 14.126 + ], + [ + 4.151, + 12.187 + ], + [ + 21.515, + 0.499 + ], + [ + 20.627, + -0.02 + ], + [ + -12.164, + 13.615 + ], + [ + -19.501, + 10.341 + ], + [ + -19.448, + 3.174 + ], + [ + -10.178, + -8.821 + ], + [ + -2.407, + -12.182 + ], + [ + 7.845, + -13.831 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.008000000785, + 0.008000000785, + 0.008000000785, + 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": [ + 48.36, + 226.977 + ], + "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": "Group 8", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 8, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0.265, + -0.605 + ], + [ + -2.616, + -4.015 + ], + [ + -4.264, + 0.344 + ], + [ + -1.399, + 3.881 + ], + [ + 0.601, + 4.03 + ], + [ + -3.581, + 4.559 + ], + [ + 0.409, + -0.52 + ], + [ + -0.071, + -7.525 + ], + [ + 3.482, + -2.365 + ], + [ + 3.253, + 2.965 + ], + [ + -2.164, + 4.957 + ] + ], + "o": [ + [ + -1.893, + 4.336 + ], + [ + 2.296, + 3.524 + ], + [ + 4.143, + -0.335 + ], + [ + 1.41, + -3.917 + ], + [ + -0.789, + -5.302 + ], + [ + 0.405, + -0.515 + ], + [ + -5.209, + 6.633 + ], + [ + 0.037, + 3.941 + ], + [ + -3.722, + 2.527 + ], + [ + -4.063, + -3.703 + ], + [ + 0.261, + -0.601 + ] + ], + "v": [ + [ + -10.433, + -0.749 + ], + [ + -9.547, + 12.683 + ], + [ + 0.943, + 18.139 + ], + [ + 9.788, + 11.267 + ], + [ + 10.172, + -1.057 + ], + [ + 11.921, + -17.236 + ], + [ + 11.194, + -17.963 + ], + [ + 9.684, + 4.863 + ], + [ + 5.36, + 15.583 + ], + [ + -6.704, + 14.466 + ], + [ + -9.544, + -0.23 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.008000000785, + 0.008000000785, + 0.008000000785, + 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": [ + 68.343, + 264.161 + ], + "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": "Group 9", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 9, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0.333, + -0.573 + ], + [ + 1.387, + -5.397 + ], + [ + -3.077, + -3.746 + ], + [ + -3.919, + 1.458 + ], + [ + -0.337, + 4.112 + ], + [ + 0.975, + 2.911 + ], + [ + 0.032, + 3.446 + ], + [ + -0.006, + -0.662 + ], + [ + -0.934, + -4.7 + ], + [ + 3.673, + -3.068 + ], + [ + 2.983, + 3.035 + ], + [ + -1.107, + 4.48 + ], + [ + -2.753, + 4.739 + ] + ], + "o": [ + [ + -2.763, + 4.755 + ], + [ + -1.165, + 4.532 + ], + [ + 2.527, + 3.076 + ], + [ + 4.034, + -1.501 + ], + [ + 0.253, + -3.089 + ], + [ + -1.072, + -3.2 + ], + [ + -0.007, + -0.661 + ], + [ + 0.046, + 4.854 + ], + [ + 0.881, + 4.436 + ], + [ + -3.474, + 2.902 + ], + [ + -3.376, + -3.436 + ], + [ + 1.332, + -5.396 + ], + [ + 0.333, + -0.574 + ] + ], + "v": [ + [ + -1.919, + -16.289 + ], + [ + -9.292, + -1.513 + ], + [ + -7.156, + 11.835 + ], + [ + 3.533, + 15.404 + ], + [ + 10.204, + 5.506 + ], + [ + 8.776, + -3.589 + ], + [ + 6.007, + -13.365 + ], + [ + 4.978, + -13.365 + ], + [ + 8.84, + 0.545 + ], + [ + 5.44, + 13.124 + ], + [ + -5.716, + 11.905 + ], + [ + -8.355, + -1.028 + ], + [ + -1.031, + -15.77 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.008000000785, + 0.008000000785, + 0.008000000785, + 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": [ + 120.116, + 282.148 + ], + "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": "Group 10", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 10, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0.218, + -0.622 + ], + [ + 1.36, + -3.963 + ], + [ + -2.935, + -2.379 + ], + [ + -3.145, + 1.813 + ], + [ + -0.58, + 4.041 + ], + [ + -0.003, + 2.837 + ], + [ + -0.003, + 3.319 + ], + [ + 0.171, + -0.172 + ], + [ + -6.704, + 1.826 + ], + [ + 0.218, + 0.165 + ], + [ + -2.835, + -7.755 + ], + [ + -2.975, + -1.607 + ], + [ + -2.384, + 2.077 + ], + [ + -0.082, + 3.788 + ], + [ + 0.014, + -0.661 + ], + [ + 4.114, + -1.878 + ], + [ + 1.731, + 3.537 + ], + [ + 0.85, + 4.129 + ], + [ + 0.183, + 4.685 + ], + [ + 0.332, + -0.091 + ], + [ + 6.827, + -0.635 + ], + [ + 0.001, + -0.3 + ], + [ + 0.116, + -4.733 + ], + [ + 3.13, + -3.228 + ], + [ + 3.265, + 2.181 + ], + [ + -1.413, + 3.588 + ], + [ + -1.332, + 3.802 + ] + ], + "o": [ + [ + -1.386, + 3.954 + ], + [ + -1.22, + 3.558 + ], + [ + 2.779, + 2.255 + ], + [ + 3.688, + -2.127 + ], + [ + 0.403, + -2.816 + ], + [ + 0.003, + -3.32 + ], + [ + -0.171, + 0.171 + ], + [ + 6.918, + -0.644 + ], + [ + -0.217, + -0.165 + ], + [ + 0.323, + 8.227 + ], + [ + 1.123, + 3.07 + ], + [ + 2.756, + 1.489 + ], + [ + 3.026, + -2.637 + ], + [ + 0.013, + -0.662 + ], + [ + -0.087, + 3.999 + ], + [ + -4.237, + 1.936 + ], + [ + -1.863, + -3.808 + ], + [ + -0.946, + -4.593 + ], + [ + -0.013, + -0.332 + ], + [ + -6.616, + 1.801 + ], + [ + -0.278, + 0.026 + ], + [ + -0.005, + 4.734 + ], + [ + -0.106, + 4.305 + ], + [ + -2.699, + 2.784 + ], + [ + -3.26, + -2.178 + ], + [ + 1.465, + -3.723 + ], + [ + 0.22, + -0.626 + ] + ], + "v": [ + [ + -23.649, + -5.876 + ], + [ + -29.577, + 5.054 + ], + [ + -26.842, + 14.689 + ], + [ + -17.173, + 15.643 + ], + [ + -11.111, + 5.28 + ], + [ + -10.763, + -3.232 + ], + [ + -10.753, + -13.189 + ], + [ + -11.267, + -12.676 + ], + [ + 9.198, + -16.374 + ], + [ + 8.546, + -16.871 + ], + [ + 13.041, + 7.531 + ], + [ + 18.812, + 15.251 + ], + [ + 27.118, + 14.444 + ], + [ + 30.784, + 3.853 + ], + [ + 29.755, + 3.853 + ], + [ + 24.838, + 14.728 + ], + [ + 14.933, + 9.405 + ], + [ + 11.245, + -2.93 + ], + [ + 9.575, + -16.871 + ], + [ + 8.924, + -17.366 + ], + [ + -11.267, + -13.704 + ], + [ + -11.782, + -13.189 + ], + [ + -11.818, + 1.022 + ], + [ + -15.686, + 13.168 + ], + [ + -25.553, + 14.371 + ], + [ + -28.406, + 4.837 + ], + [ + -22.658, + -5.603 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.008000000785, + 0.008000000785, + 0.008000000785, + 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": [ + 186.06, + 287.929 + ], + "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": "Group 11", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 11, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + -0.363, + -0.556 + ], + [ + -3.394, + -4.962 + ], + [ + -4.565, + 0.584 + ], + [ + -1.363, + 3.857 + ], + [ + 2.024, + 4.157 + ], + [ + 4.309, + 4.054 + ], + [ + 0, + 0 + ], + [ + -4.477, + 7.022 + ], + [ + 0.236, + -0.062 + ], + [ + -6.511, + -3.319 + ], + [ + -3.156, + -1.071 + ], + [ + -2.536, + 1.453 + ], + [ + 1.262, + 3.937 + ], + [ + 4.705, + 1.59 + ], + [ + 6.403, + 4.546 + ], + [ + -0.537, + -0.38 + ], + [ + -5.916, + -1.311 + ], + [ + -3.213, + -4.416 + ], + [ + 3.601, + -2.986 + ], + [ + 2.716, + 0.926 + ], + [ + 2.812, + 1.432 + ], + [ + 6.42, + 3.658 + ], + [ + 0.15, + -0.237 + ], + [ + 5.765, + -5.89 + ], + [ + -0.205, + -0.192 + ], + [ + -2.563, + -4.051 + ], + [ + 0.515, + -4.557 + ], + [ + 4.373, + -1.089 + ], + [ + 2.416, + 3.595 + ], + [ + 3.216, + 4.928 + ] + ], + "o": [ + [ + 3.286, + 5.034 + ], + [ + 2.395, + 3.5 + ], + [ + 4.124, + -0.527 + ], + [ + 1.579, + -4.467 + ], + [ + -2.609, + -5.358 + ], + [ + 0, + 0 + ], + [ + 5.827, + -5.951 + ], + [ + -0.234, + 0.062 + ], + [ + 6.351, + 3.617 + ], + [ + 2.961, + 1.509 + ], + [ + 2.658, + 0.903 + ], + [ + 3.813, + -2.186 + ], + [ + -1.608, + -5.013 + ], + [ + -7.204, + -2.433 + ], + [ + -0.541, + -0.385 + ], + [ + 5.054, + 3.589 + ], + [ + 5.096, + 1.129 + ], + [ + 2.561, + 3.519 + ], + [ + -2.361, + 1.957 + ], + [ + -2.995, + -1.021 + ], + [ + -6.584, + -3.351 + ], + [ + -0.248, + -0.141 + ], + [ + -4.433, + 6.95 + ], + [ + -0.191, + 0.194 + ], + [ + 3.483, + 3.279 + ], + [ + 2.398, + 3.792 + ], + [ + -0.491, + 4.335 + ], + [ + -4.685, + 1.168 + ], + [ + -3.281, + -4.884 + ], + [ + -0.361, + -0.552 + ] + ], + "v": [ + [ + -36.081, + 12.287 + ], + [ + -26.207, + 27.393 + ], + [ + -16.049, + 33.39 + ], + [ + -7.289, + 26.024 + ], + [ + -8.66, + 12.519 + ], + [ + -19.763, + -1.605 + ], + [ + -19.763, + -0.878 + ], + [ + -4.266, + -20.384 + ], + [ + -4.97, + -20.199 + ], + [ + 14.322, + -9.788 + ], + [ + 23.412, + -5.515 + ], + [ + 31.643, + -5.73 + ], + [ + 35.181, + -17.053 + ], + [ + 23.835, + -26.604 + ], + [ + 2.455, + -33.589 + ], + [ + 1.937, + -32.702 + ], + [ + 18.83, + -26.883 + ], + [ + 32.746, + -19.554 + ], + [ + 31.983, + -7.212 + ], + [ + 23.686, + -6.506 + ], + [ + 15.056, + -10.567 + ], + [ + -4.45, + -21.088 + ], + [ + -5.153, + -20.903 + ], + [ + -20.489, + -1.605 + ], + [ + -20.489, + -0.878 + ], + [ + -11.201, + 10.095 + ], + [ + -7.61, + 22.826 + ], + [ + -15.166, + 32.184 + ], + [ + -25.537, + 26.551 + ], + [ + -35.193, + 11.768 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.008000000785, + 0.008000000785, + 0.008000000785, + 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": [ + 267.746, + 241.416 + ], + "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": "Group 12", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 12, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + -0.058, + 0.655 + ], + [ + -1.789, + 3.056 + ], + [ + -2.991, + 2.255 + ], + [ + 0.713, + 6.661 + ], + [ + 4.921, + -1.301 + ], + [ + 1.445, + -5.393 + ], + [ + 1.252, + -4.026 + ], + [ + 3.251, + -2.805 + ], + [ + -0.499, + 0.43 + ], + [ + -1.353, + 2.933 + ], + [ + -0.642, + 3.291 + ], + [ + -5.574, + 3.555 + ], + [ + -0.454, + -6.382 + ], + [ + 4.715, + -3.702 + ], + [ + 0.631, + -7.155 + ] + ], + "o": [ + [ + 0.31, + -3.519 + ], + [ + 1.914, + -3.268 + ], + [ + 4.71, + -3.551 + ], + [ + -0.593, + -5.529 + ], + [ + -5.843, + 1.544 + ], + [ + -1.089, + 4.067 + ], + [ + -1.273, + 4.098 + ], + [ + -0.502, + 0.433 + ], + [ + 2.44, + -2.105 + ], + [ + 1.413, + -3.061 + ], + [ + 1.164, + -5.97 + ], + [ + 4.563, + -2.911 + ], + [ + 0.491, + 6.932 + ], + [ + -5.619, + 4.413 + ], + [ + -0.059, + 0.659 + ] + ], + "v": [ + [ + -5.106, + 19.922 + ], + [ + -1.988, + 9.907 + ], + [ + 5.664, + 1.993 + ], + [ + 15.411, + -12.746 + ], + [ + 4.216, + -19.28 + ], + [ + -6.04, + -6.386 + ], + [ + -8.816, + 5.926 + ], + [ + -15.621, + 16.352 + ], + [ + -14.893, + 17.079 + ], + [ + -9.072, + 9.48 + ], + [ + -6.324, + -0.182 + ], + [ + 1.703, + -17.078 + ], + [ + 14.414, + -12.395 + ], + [ + 3.519, + 2.35 + ], + [ + -6.134, + 19.922 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.008000000785, + 0.008000000785, + 0.008000000785, + 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": [ + 211.371, + 28.573 + ], + "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": "Group 13", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 13, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + -0.018, + 0.661 + ], + [ + 2.816, + 3.649 + ], + [ + 3.405, + -1.581 + ], + [ + -0.387, + -3.434 + ], + [ + -1.932, + -4.409 + ], + [ + 0.691, + -2.909 + ], + [ + 1.925, + -2.036 + ], + [ + -0.456, + 0.482 + ], + [ + -0.206, + 3.804 + ], + [ + 2.019, + 3.699 + ], + [ + -1.763, + 4.271 + ], + [ + -1.92, + 0.48 + ], + [ + -1.584, + -1.322 + ], + [ + 0.128, + -4.784 + ] + ], + "o": [ + [ + 0.117, + -4.374 + ], + [ + -2.142, + -2.778 + ], + [ + -3.319, + 1.541 + ], + [ + 0.554, + 4.918 + ], + [ + 1.183, + 2.696 + ], + [ + -0.654, + 2.751 + ], + [ + -0.454, + 0.481 + ], + [ + 2.57, + -2.718 + ], + [ + 0.237, + -4.376 + ], + [ + -2.052, + -3.754 + ], + [ + 0.735, + -1.782 + ], + [ + 2.06, + -0.515 + ], + [ + 4.024, + 3.361 + ], + [ + -0.018, + 0.662 + ] + ], + "v": [ + [ + 8.228, + -2.759 + ], + [ + 5.634, + -15.766 + ], + [ + -3.754, + -18.832 + ], + [ + -8.064, + -9.785 + ], + [ + -2.363, + 3.505 + ], + [ + -1.279, + 12.003 + ], + [ + -5.405, + 19.204 + ], + [ + -4.677, + 19.931 + ], + [ + 0.048, + 9.983 + ], + [ + -4.055, + -1.98 + ], + [ + -6.426, + -14.43 + ], + [ + -2.385, + -18.236 + ], + [ + 3.414, + -16.604 + ], + [ + 7.199, + -2.759 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.008000000785, + 0.008000000785, + 0.008000000785, + 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": [ + 166.276, + 21.31 + ], + "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": "Group 14", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 14, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + } + ] + }, + { + "id": "comp_9", + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 0, + "nm": "01-AE-HANDS", + "refId": "comp_10", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 540, + 2060, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 1080, + 1080, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 65, + 65, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 2160, + "h": 2160, + "ip": 86, + "op": 204, + "st": 86, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 0, + "nm": "01-AE-CHARACTER", + "refId": "comp_21", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 1080, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 70, + 70, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 2160, + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + } + ] + }, + { + "id": "comp_10", + "layers": [ + { + "ddd": 0, + "ind": 3, + "ty": 0, + "nm": "hand1", + "refId": "comp_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.683, + "y": 1 + }, + "o": { + "x": 0.35, + "y": 0 + }, + "t": 19.5, + "s": [ + 904, + 948, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.762, + "y": 0 + }, + "o": { + "x": 0.335, + "y": 0 + }, + "t": 30.75, + "s": [ + 1040, + 1040, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.371, + "y": 0.059 + }, + "t": 57.75, + "s": [ + 1030.475, + 1033.557, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 73.5, + "s": [ + 870.475, + 957.557, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 88.5, + "s": [ + 870.475, + 963.557, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 104.25, + "s": [ + 870.475, + 957.557, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "t": 116.25, + "s": [ + 904, + 2468, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 1080, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 210, + 210, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 2160, + "h": 1080, + "ip": 19.5, + "op": 124.605105105105, + "st": 19.5, + "bm": 0 + }, + { + "ddd": 0, + "ind": 4, + "ty": 0, + "nm": "hand2", + "refId": "comp_15", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": -12, + "s": [ + 904, + -1652, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.38, + "y": 0.38 + }, + "o": { + "x": 0.62, + "y": 0.62 + }, + "t": 0, + "s": [ + 904, + 948, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "t": 6.00011192833458, + "s": [ + 904, + 948, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 210, + 210, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": -12.1654154154154, + "op": 19.5, + "st": -12.1654154154154, + "bm": 0 + }, + { + "ddd": 0, + "ind": 5, + "ty": 0, + "nm": "hand2", + "refId": "comp_18", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": -5, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 1080, + 1080, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 264, + 352.5, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 210, + 210, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 528, + "h": 705, + "ip": 29.0095095095095, + "op": 134.114614614615, + "st": 29.0095095095095, + "bm": 0 + }, + { + "ddd": 0, + "ind": 6, + "ty": 0, + "nm": "text2", + "refId": "comp_19", + "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": 1 + }, + "o": { + "x": 0.67, + "y": 0 + }, + "t": 105, + "s": [ + 1257.525, + 1006.443, + 0 + ], + "to": [ + 0, + 293.333, + 0 + ], + "ti": [ + 0, + -293.333, + 0 + ] + }, + { + "t": 114.75, + "s": [ + 1257.525, + 2766.443, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 1080, + 1080, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 2160, + "h": 2160, + "ip": 27, + "op": 198, + "st": -12, + "bm": 0 + }, + { + "ddd": 0, + "ind": 7, + "ty": 0, + "nm": "text3", + "refId": "comp_20", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 1080, + 1080, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 1080, + 1080, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 2160, + "h": 2160, + "ip": 0, + "op": 210, + "st": 0, + "bm": 0 + } + ] + }, + { + "id": "comp_11", + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 0, + "nm": "virus", + "parent": 2, + "refId": "comp_12", + "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": 0, + "s": [ + 20, + -80, + 0 + ], + "to": [ + 0.25, + 0.25, + 0 + ], + "ti": [ + -0.083, + -0.5, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 22.523, + "s": [ + 21.5, + -78.5, + 0 + ], + "to": [ + 0.083, + 0.5, + 0 + ], + "ti": [ + 0.417, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 54.054, + "s": [ + 20.5, + -77, + 0 + ], + "to": [ + -0.417, + 0, + 0 + ], + "ti": [ + 0.25, + 0.25, + 0 + ] + }, + { + "t": 83.0830830830831, + "s": [ + 19, + -78.5, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 264, + 352.5, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 25, + 25, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 528, + "h": 705, + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 4, + "nm": "Shape Layer 6", + "parent": 25, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.39 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.61 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.53 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.61 + ], + "y": [ + 0 + ] + }, + "t": 21.522, + "s": [ + -40 + ] + }, + { + "i": { + "x": [ + 0.53 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.47 + ], + "y": [ + 0 + ] + }, + "t": 36.036, + "s": [ + -40 + ] + }, + { + "t": 37.5375375375375, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.39, + "y": 1 + }, + "o": { + "x": 0.61, + "y": 0 + }, + "t": 0, + "s": [ + 6.598, + 51.057, + 0 + ], + "to": [ + 9.587, + -4.382, + 0 + ], + "ti": [ + -9.587, + 4.382, + 0 + ] + }, + { + "t": 21.5215215215215, + "s": [ + 64.119, + 24.764, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 73, + -22.5, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.53, + 0.53, + 0.53 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.47, + 0.47, + 0.47 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 36.036, + "s": [ + 100, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.53, + 0.53, + 0.53 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.47, + 0.47, + 0.47 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 37.538, + "s": [ + 120, + 120, + 100 + ] + }, + { + "t": 40.04004004004, + "s": [ + 0, + 0, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 71.5, + -70 + ], + [ + 45.75, + -42.75 + ], + [ + 73.5, + -23.75 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.90588241278, + 0.90588241278, + 0.90588241278, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 2, + "ix": 5 + }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.905882352941, + 0.905882352941, + 0.905882352941, + 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": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "d": 1, + "ty": "el", + "s": { + "a": 0, + "k": [ + 106, + 106 + ], + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 3 + }, + "nm": "Ellipse Path 1", + "mn": "ADBE Vector Shape - Ellipse", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.905882352941, + 0.905882352941, + 0.905882352941, + 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": [ + 20, + -78 + ], + "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": "Ellipse 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 0, + "nm": "hand-clean", + "refId": "comp_13", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.39 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.61 + ], + "y": [ + 0 + ] + }, + "t": 56.557, + "s": [ + 15 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.61 + ], + "y": [ + 0 + ] + }, + "t": 68.569, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 80.581, + "s": [ + -5 + ] + }, + { + "t": 90.0900900900901, + "s": [ + -5 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.39, + "y": 1 + }, + "o": { + "x": 0.61, + "y": 0 + }, + "t": 56.557, + "s": [ + 1978, + 420, + 0 + ], + "to": [ + -76.667, + 26.667, + 0 + ], + "ti": [ + 73.333, + -63.333, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.61, + "y": 0 + }, + "t": 68.569, + "s": [ + 1518, + 580, + 0 + ], + "to": [ + -73.333, + 63.333, + 0 + ], + "ti": [ + -48.667, + -101.333, + 0 + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 80.581, + "s": [ + 1538, + 800, + 0 + ], + "to": [ + 48.667, + 101.333, + 0 + ], + "ti": [ + -45.333, + -64.667, + 0 + ] + }, + { + "t": 90.0900900900901, + "s": [ + 1810, + 1188, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 1080, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 50, + 50, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 56.5565565565566, + "op": 161.661661661662, + "st": 56.5565565565566, + "bm": 0 + }, + { + "ddd": 0, + "ind": 4, + "ty": 4, + "nm": "F1 Outlines", + "parent": 34, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.73 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.11 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 10.01, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.11 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.89 + ], + "y": [ + 0 + ] + }, + "t": 21.522, + "s": [ + -9 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.89 + ], + "y": [ + 0 + ] + }, + "t": 36.036, + "s": [ + -9 + ] + }, + { + "i": { + "x": [ + 0.27 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 47.548, + "s": [ + 0 + ] + }, + { + "t": 57.5575575575576, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + 107.848, + 68.137, + 0 + ], + "to": [ + -3.333, + 5, + 0 + ], + "ti": [ + 11.473, + -12.888, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + 87.848, + 98.137, + 0 + ], + "to": [ + -11.473, + 12.888, + 0 + ], + "ti": [ + 8.139, + -7.888, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 0.11 + }, + "o": { + "x": 0.89, + "y": 0.89 + }, + "t": 21.522, + "s": [ + 39.012, + 145.466, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + 39.012, + 145.466, + 0 + ], + "to": [ + 8.139, + -7.888, + 0 + ], + "ti": [ + -11.473, + 12.888, + 0 + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + 87.848, + 98.137, + 0 + ], + "to": [ + 11.473, + -12.888, + 0 + ], + "ti": [ + -3.333, + 5, + 0 + ] + }, + { + "t": 57.5575575575576, + "s": [ + 107.848, + 68.137, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 12.465, + 10.5, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0.892, + 3.266 + ], + [ + 0, + 0 + ], + [ + -3.552, + 0.971 + ] + ], + "o": [ + [ + -3.553, + 0.971 + ], + [ + 0, + 0 + ], + [ + -0.892, + -3.266 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 4.47, + 5.429 + ], + [ + -3.578, + 1.273 + ], + [ + -3.578, + 1.271 + ], + [ + 1.238, + -6.4 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0.892, + 3.266 + ], + [ + 0, + 0 + ], + [ + -3.552, + 0.971 + ] + ], + "o": [ + [ + -3.553, + 0.971 + ], + [ + 0, + 0 + ], + [ + -0.892, + -3.266 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 4.47, + 5.429 + ], + [ + -3.578, + 1.273 + ], + [ + -3.578, + 1.271 + ], + [ + 1.238, + -6.4 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 21.522, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0.892, + 3.266 + ], + [ + 0, + 0 + ], + [ + -3.552, + 0.971 + ] + ], + "o": [ + [ + -3.553, + 0.971 + ], + [ + 0, + 0 + ], + [ + -0.892, + -3.266 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 4.47, + 5.429 + ], + [ + -3.578, + 1.273 + ], + [ + -3.578, + 1.271 + ], + [ + 1.238, + -6.4 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0.892, + 3.266 + ], + [ + 0, + 0 + ], + [ + -3.552, + 0.971 + ] + ], + "o": [ + [ + -3.553, + 0.971 + ], + [ + 0, + 0 + ], + [ + -0.892, + -3.266 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 4.47, + 5.429 + ], + [ + -3.578, + 1.273 + ], + [ + -3.578, + 1.271 + ], + [ + 1.238, + -6.4 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0.892, + 3.266 + ], + [ + 0, + 0 + ], + [ + -3.552, + 0.971 + ] + ], + "o": [ + [ + -3.553, + 0.971 + ], + [ + 0, + 0 + ], + [ + -0.892, + -3.266 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 4.47, + 5.429 + ], + [ + -3.578, + 1.273 + ], + [ + -3.578, + 1.271 + ], + [ + 1.238, + -6.4 + ] + ], + "c": false + } + ] + }, + { + "t": 57.5575575575576, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0.892, + 3.266 + ], + [ + 0, + 0 + ], + [ + -3.552, + 0.971 + ] + ], + "o": [ + [ + -3.553, + 0.971 + ], + [ + 0, + 0 + ], + [ + -0.892, + -3.266 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 9.345, + 4.554 + ], + [ + 2.797, + 0.96 + ], + [ + 2.547, + 0.396 + ], + [ + 6.113, + -7.275 + ] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 0.281, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 7.921, + 10.888 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + -4.564, + 1.247 + ], + [ + 0, + 0 + ], + [ + -1.247, + -4.565 + ], + [ + 4.564, + -1.247 + ], + [ + 0, + 0 + ], + [ + 1.247, + 4.565 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 4.566, + -1.247 + ], + [ + 1.247, + 4.565 + ], + [ + 0, + 0 + ], + [ + -4.566, + 1.247 + ], + [ + -1.247, + -4.564 + ] + ], + "v": [ + [ + -4.96, + -7.528 + ], + [ + 0.444, + -9.003 + ], + [ + 10.967, + -2.997 + ], + [ + 4.961, + 7.528 + ], + [ + -0.443, + 9.003 + ], + [ + -10.967, + 2.995 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + { + "i": [ + [ + -4.564, + 1.247 + ], + [ + 0, + 0 + ], + [ + -1.247, + -4.565 + ], + [ + 4.564, + -1.247 + ], + [ + 0, + 0 + ], + [ + 1.247, + 4.565 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 19.665, + -8.736 + ], + [ + 1.247, + 4.565 + ], + [ + 0, + 0 + ], + [ + -4.566, + 1.247 + ], + [ + -1.247, + -4.564 + ] + ], + "v": [ + [ + -4.96, + -7.528 + ], + [ + 0.444, + -9.003 + ], + [ + 20.967, + -2.247 + ], + [ + 4.961, + 7.528 + ], + [ + -0.443, + 9.003 + ], + [ + -10.967, + 2.995 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 21.522, + "s": [ + { + "i": [ + [ + -4.564, + 1.247 + ], + [ + 0, + 0 + ], + [ + 0.931, + -4.64 + ], + [ + 4.564, + -1.247 + ], + [ + 0, + 0 + ], + [ + 1.247, + 4.565 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 19.665, + -8.736 + ], + [ + -1.719, + 8.568 + ], + [ + 0, + 0 + ], + [ + -4.566, + 1.247 + ], + [ + -1.247, + -4.564 + ] + ], + "v": [ + [ + -4.96, + -7.528 + ], + [ + 32.482, + -22.042 + ], + [ + 52.733, + -10.465 + ], + [ + 4.961, + 7.528 + ], + [ + -0.443, + 9.003 + ], + [ + -10.967, + 2.995 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + { + "i": [ + [ + -4.564, + 1.247 + ], + [ + 0, + 0 + ], + [ + 0.931, + -4.64 + ], + [ + 4.564, + -1.247 + ], + [ + 0, + 0 + ], + [ + 1.247, + 4.565 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 19.665, + -8.736 + ], + [ + -1.719, + 8.568 + ], + [ + 0, + 0 + ], + [ + -4.566, + 1.247 + ], + [ + -1.247, + -4.564 + ] + ], + "v": [ + [ + -4.96, + -7.528 + ], + [ + 32.482, + -22.042 + ], + [ + 52.733, + -10.465 + ], + [ + 4.961, + 7.528 + ], + [ + -0.443, + 9.003 + ], + [ + -10.967, + 2.995 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + { + "i": [ + [ + -4.564, + 1.247 + ], + [ + 0, + 0 + ], + [ + -1.247, + -4.565 + ], + [ + 4.564, + -1.247 + ], + [ + 0, + 0 + ], + [ + 1.247, + 4.565 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 19.665, + -8.736 + ], + [ + 1.247, + 4.565 + ], + [ + 0, + 0 + ], + [ + -4.566, + 1.247 + ], + [ + -1.247, + -4.564 + ] + ], + "v": [ + [ + -4.96, + -7.528 + ], + [ + 0.444, + -9.003 + ], + [ + 20.967, + -2.247 + ], + [ + 4.961, + 7.528 + ], + [ + -0.443, + 9.003 + ], + [ + -10.967, + 2.995 + ] + ], + "c": true + } + ] + }, + { + "t": 57.5575575575576, + "s": [ + { + "i": [ + [ + -4.564, + 1.247 + ], + [ + 0, + 0 + ], + [ + -1.247, + -4.565 + ], + [ + 4.564, + -1.247 + ], + [ + 0, + 0 + ], + [ + 1.247, + 4.565 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 4.566, + -1.247 + ], + [ + 1.247, + 4.565 + ], + [ + 0, + 0 + ], + [ + -4.566, + 1.247 + ], + [ + -1.247, + -4.564 + ] + ], + "v": [ + [ + -0.71, + -8.278 + ], + [ + 0.444, + -9.003 + ], + [ + 10.967, + -2.997 + ], + [ + 4.961, + 7.528 + ], + [ + 3.807, + 8.253 + ], + [ + -6.717, + 2.245 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 12.464, + 10.501 + ], + "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": "Group 2", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 5, + "ty": 4, + "nm": "F2 Outlines", + "parent": 34, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.73 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.11 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 10.01, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.11 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.89 + ], + "y": [ + 0 + ] + }, + "t": 21.522, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.89 + ], + "y": [ + 0 + ] + }, + "t": 36.036, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.27 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 47.548, + "s": [ + 0 + ] + }, + { + "t": 57.5575575575576, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + 110.344, + 47.804, + 0 + ], + "to": [ + -2.417, + 3.333, + 0 + ], + "ti": [ + 9.828, + -8.98, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + 95.844, + 67.804, + 0 + ], + "to": [ + -9.828, + 8.98, + 0 + ], + "ti": [ + 7.411, + -5.647, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 0.11 + }, + "o": { + "x": 0.89, + "y": 0.89 + }, + "t": 21.522, + "s": [ + 51.379, + 101.683, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + 51.379, + 101.683, + 0 + ], + "to": [ + 7.411, + -5.647, + 0 + ], + "ti": [ + -9.828, + 8.98, + 0 + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + 95.844, + 67.804, + 0 + ], + "to": [ + 9.828, + -8.98, + 0 + ], + "ti": [ + -2.417, + 3.333, + 0 + ] + }, + { + "t": 57.5575575575576, + "s": [ + 110.344, + 47.804, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 15.242, + 11.259, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0.882, + 3.229 + ], + [ + -3.512, + 0.959 + ] + ], + "o": [ + [ + -3.512, + 0.959 + ], + [ + -0.883, + -3.229 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 4.419, + 5.367 + ], + [ + -3.536, + 1.258 + ], + [ + 1.225, + -6.327 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0.882, + 3.229 + ], + [ + -3.512, + 0.959 + ] + ], + "o": [ + [ + -3.512, + 0.959 + ], + [ + -0.883, + -3.229 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 4.419, + 5.367 + ], + [ + -3.536, + 1.258 + ], + [ + 1.225, + -6.327 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 21.522, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0.882, + 3.229 + ], + [ + -3.512, + 0.959 + ] + ], + "o": [ + [ + -3.512, + 0.959 + ], + [ + -0.883, + -3.229 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 4.419, + 5.367 + ], + [ + -3.536, + 1.258 + ], + [ + 1.225, + -6.327 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0.882, + 3.229 + ], + [ + -3.512, + 0.959 + ] + ], + "o": [ + [ + -3.512, + 0.959 + ], + [ + -0.883, + -3.229 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 4.419, + 5.367 + ], + [ + -3.536, + 1.258 + ], + [ + 1.225, + -6.327 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0.882, + 3.229 + ], + [ + -3.512, + 0.959 + ] + ], + "o": [ + [ + -3.512, + 0.959 + ], + [ + -0.883, + -3.229 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 4.419, + 5.367 + ], + [ + -3.536, + 1.258 + ], + [ + 1.225, + -6.327 + ] + ], + "c": false + } + ] + }, + { + "t": 57.5575575575576, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0.882, + 3.229 + ], + [ + -3.512, + 0.959 + ] + ], + "o": [ + [ + -3.512, + 0.959 + ], + [ + -0.883, + -3.229 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 9.419, + 6.117 + ], + [ + 1.464, + 2.008 + ], + [ + 6.225, + -5.577 + ] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 0.281, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 8.134, + 11.477 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + -4.565, + 1.247 + ], + [ + 0, + 0 + ], + [ + -1.247, + -4.565 + ], + [ + 4.564, + -1.247 + ], + [ + 0, + 0 + ], + [ + 1.247, + 4.565 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 4.564, + -1.247 + ], + [ + 1.248, + 4.565 + ], + [ + 0, + 0 + ], + [ + -4.565, + 1.247 + ], + [ + -1.247, + -4.565 + ] + ], + "v": [ + [ + -7.736, + -6.768 + ], + [ + 3.22, + -9.762 + ], + [ + 13.743, + -3.754 + ], + [ + 7.736, + 6.769 + ], + [ + -3.221, + 9.762 + ], + [ + -13.745, + 3.755 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + { + "i": [ + [ + -4.565, + 1.247 + ], + [ + 0, + 0 + ], + [ + -1.247, + -4.565 + ], + [ + 4.564, + -1.247 + ], + [ + 0, + 0 + ], + [ + 1.247, + 4.565 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 4.564, + -1.247 + ], + [ + 1.248, + 4.565 + ], + [ + 0, + 0 + ], + [ + -4.565, + 1.247 + ], + [ + -1.247, + -4.565 + ] + ], + "v": [ + [ + -7.736, + -6.768 + ], + [ + 3.22, + -9.762 + ], + [ + 13.743, + -3.754 + ], + [ + 7.736, + 6.769 + ], + [ + -3.221, + 9.762 + ], + [ + -13.745, + 3.755 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 21.522, + "s": [ + { + "i": [ + [ + -4.565, + 1.247 + ], + [ + 0, + 0 + ], + [ + -1.247, + -4.565 + ], + [ + 4.564, + -1.247 + ], + [ + 0, + 0 + ], + [ + 1.247, + 4.565 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 4.564, + -1.247 + ], + [ + 1.248, + 4.565 + ], + [ + 0, + 0 + ], + [ + -4.565, + 1.247 + ], + [ + -1.247, + -4.565 + ] + ], + "v": [ + [ + -7.736, + -6.768 + ], + [ + 27.862, + -18.67 + ], + [ + 36.149, + -12.645 + ], + [ + 25.111, + -2.084 + ], + [ + -3.221, + 9.762 + ], + [ + -13.745, + 3.755 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + { + "i": [ + [ + -4.565, + 1.247 + ], + [ + 0, + 0 + ], + [ + -1.247, + -4.565 + ], + [ + 4.564, + -1.247 + ], + [ + 0, + 0 + ], + [ + 1.247, + 4.565 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 4.564, + -1.247 + ], + [ + 1.248, + 4.565 + ], + [ + 0, + 0 + ], + [ + -4.565, + 1.247 + ], + [ + -1.247, + -4.565 + ] + ], + "v": [ + [ + -7.736, + -6.768 + ], + [ + 27.862, + -18.67 + ], + [ + 36.149, + -12.645 + ], + [ + 25.111, + -2.084 + ], + [ + -3.221, + 9.762 + ], + [ + -13.745, + 3.755 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + { + "i": [ + [ + -4.565, + 1.247 + ], + [ + 0, + 0 + ], + [ + -1.247, + -4.565 + ], + [ + 4.564, + -1.247 + ], + [ + 0, + 0 + ], + [ + 1.247, + 4.565 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 4.564, + -1.247 + ], + [ + 1.248, + 4.565 + ], + [ + 0, + 0 + ], + [ + -4.565, + 1.247 + ], + [ + -1.247, + -4.565 + ] + ], + "v": [ + [ + -7.736, + -6.768 + ], + [ + 3.22, + -9.762 + ], + [ + 13.743, + -3.754 + ], + [ + 7.736, + 6.769 + ], + [ + -3.221, + 9.762 + ], + [ + -13.745, + 3.755 + ] + ], + "c": true + } + ] + }, + { + "t": 57.5575575575576, + "s": [ + { + "i": [ + [ + -4.565, + 1.247 + ], + [ + 0, + 0 + ], + [ + -1.247, + -4.565 + ], + [ + 4.564, + -1.247 + ], + [ + 0, + 0 + ], + [ + 1.247, + 4.565 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 4.564, + -1.247 + ], + [ + 1.248, + 4.565 + ], + [ + 0, + 0 + ], + [ + -4.565, + 1.247 + ], + [ + -1.247, + -4.565 + ] + ], + "v": [ + [ + -1.986, + -7.518 + ], + [ + 3.22, + -9.762 + ], + [ + 13.743, + -3.754 + ], + [ + 7.736, + 6.769 + ], + [ + 2.529, + 9.012 + ], + [ + -7.995, + 3.005 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 15.242, + 11.259 + ], + "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": "Group 2", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 6, + "ty": 4, + "nm": "F3 Outlines", + "parent": 34, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.73 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.11 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 10.01, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.11 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.89 + ], + "y": [ + 0 + ] + }, + "t": 21.522, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.89 + ], + "y": [ + 0 + ] + }, + "t": 36.036, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.27 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 47.548, + "s": [ + 0 + ] + }, + { + "t": 57.5575575575576, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + 107.841, + 29.014, + 0 + ], + "to": [ + -2.083, + 1.833, + 0 + ], + "ti": [ + 8.68, + -6.691, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + 95.341, + 40.014, + 0 + ], + "to": [ + -8.68, + 6.691, + 0 + ], + "ti": [ + 6.597, + -4.858, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 0.11 + }, + "o": { + "x": 0.89, + "y": 0.89 + }, + "t": 21.522, + "s": [ + 55.759, + 69.16, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + 55.759, + 69.16, + 0 + ], + "to": [ + 6.597, + -4.858, + 0 + ], + "ti": [ + -8.68, + 6.691, + 0 + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + 95.341, + 40.014, + 0 + ], + "to": [ + 8.68, + -6.691, + 0 + ], + "ti": [ + -2.083, + 1.833, + 0 + ] + }, + { + "t": 57.5575575575576, + "s": [ + 107.841, + 29.014, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 16.426, + 11.583, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0.811, + 2.965 + ], + [ + -3.225, + 0.881 + ] + ], + "o": [ + [ + -3.225, + 0.881 + ], + [ + -0.81, + -2.966 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 4.059, + 4.929 + ], + [ + -3.249, + 1.156 + ], + [ + 1.124, + -5.811 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0.811, + 2.965 + ], + [ + -3.225, + 0.881 + ] + ], + "o": [ + [ + -3.225, + 0.881 + ], + [ + -0.81, + -2.966 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 4.059, + 4.929 + ], + [ + -3.249, + 1.156 + ], + [ + 1.124, + -5.811 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 21.522, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0.811, + 2.965 + ], + [ + -3.225, + 0.881 + ] + ], + "o": [ + [ + -3.225, + 0.881 + ], + [ + -0.81, + -2.966 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 4.059, + 4.929 + ], + [ + -3.249, + 1.156 + ], + [ + 1.124, + -5.811 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0.811, + 2.965 + ], + [ + -3.225, + 0.881 + ] + ], + "o": [ + [ + -3.225, + 0.881 + ], + [ + -0.81, + -2.966 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 4.059, + 4.929 + ], + [ + -3.249, + 1.156 + ], + [ + 1.124, + -5.811 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0.811, + 2.965 + ], + [ + -3.225, + 0.881 + ] + ], + "o": [ + [ + -3.225, + 0.881 + ], + [ + -0.81, + -2.966 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 4.059, + 4.929 + ], + [ + -3.249, + 1.156 + ], + [ + 1.124, + -5.811 + ] + ], + "c": false + } + ] + }, + { + "t": 57.5575575575576, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0.811, + 2.965 + ], + [ + -3.225, + 0.881 + ] + ], + "o": [ + [ + -3.225, + 0.881 + ], + [ + -0.81, + -2.966 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 10.059, + 3.679 + ], + [ + 2.751, + -0.094 + ], + [ + 7.124, + -7.061 + ] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 0.281, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 7.749, + 13.198 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + -4.564, + 1.247 + ], + [ + 0, + 0 + ], + [ + -1.247, + -4.565 + ], + [ + 4.565, + -1.247 + ], + [ + 0, + 0 + ], + [ + 1.247, + 4.565 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 4.565, + -1.247 + ], + [ + 1.247, + 4.565 + ], + [ + 0, + 0 + ], + [ + -4.565, + 1.247 + ], + [ + -1.247, + -4.565 + ] + ], + "v": [ + [ + -8.922, + -6.445 + ], + [ + 4.405, + -10.086 + ], + [ + 14.929, + -4.078 + ], + [ + 8.921, + 6.445 + ], + [ + -4.405, + 10.086 + ], + [ + -14.929, + 4.078 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + { + "i": [ + [ + -4.564, + 1.247 + ], + [ + 0, + 0 + ], + [ + -1.247, + -4.565 + ], + [ + 4.565, + -1.247 + ], + [ + 0, + 0 + ], + [ + 1.247, + 4.565 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 4.565, + -1.247 + ], + [ + 1.247, + 4.565 + ], + [ + 0, + 0 + ], + [ + -4.565, + 1.247 + ], + [ + -1.247, + -4.565 + ] + ], + "v": [ + [ + -8.922, + -6.445 + ], + [ + 4.405, + -10.086 + ], + [ + 14.929, + -4.078 + ], + [ + 8.921, + 6.445 + ], + [ + -4.405, + 10.086 + ], + [ + -14.929, + 4.078 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 21.522, + "s": [ + { + "i": [ + [ + -4.564, + 1.247 + ], + [ + 0, + 0 + ], + [ + -1.247, + -4.565 + ], + [ + 4.565, + -1.247 + ], + [ + 0, + 0 + ], + [ + 1.247, + 4.565 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 4.565, + -1.247 + ], + [ + 1.247, + 4.565 + ], + [ + 0, + 0 + ], + [ + -4.565, + 1.247 + ], + [ + -1.247, + -4.565 + ] + ], + "v": [ + [ + -8.922, + -6.445 + ], + [ + 4.405, + -10.086 + ], + [ + 29.421, + -9.778 + ], + [ + 27.456, + 3.174 + ], + [ + -4.405, + 10.086 + ], + [ + -14.929, + 4.078 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + { + "i": [ + [ + -4.564, + 1.247 + ], + [ + 0, + 0 + ], + [ + -1.247, + -4.565 + ], + [ + 4.565, + -1.247 + ], + [ + 0, + 0 + ], + [ + 1.247, + 4.565 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 4.565, + -1.247 + ], + [ + 1.247, + 4.565 + ], + [ + 0, + 0 + ], + [ + -4.565, + 1.247 + ], + [ + -1.247, + -4.565 + ] + ], + "v": [ + [ + -8.922, + -6.445 + ], + [ + 4.405, + -10.086 + ], + [ + 29.421, + -9.778 + ], + [ + 27.456, + 3.174 + ], + [ + -4.405, + 10.086 + ], + [ + -14.929, + 4.078 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + { + "i": [ + [ + -4.564, + 1.247 + ], + [ + 0, + 0 + ], + [ + -1.247, + -4.565 + ], + [ + 4.565, + -1.247 + ], + [ + 0, + 0 + ], + [ + 1.247, + 4.565 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 4.565, + -1.247 + ], + [ + 1.247, + 4.565 + ], + [ + 0, + 0 + ], + [ + -4.565, + 1.247 + ], + [ + -1.247, + -4.565 + ] + ], + "v": [ + [ + -8.922, + -6.445 + ], + [ + 4.405, + -10.086 + ], + [ + 14.929, + -4.078 + ], + [ + 8.921, + 6.445 + ], + [ + -4.405, + 10.086 + ], + [ + -14.929, + 4.078 + ] + ], + "c": true + } + ] + }, + { + "t": 57.5575575575576, + "s": [ + { + "i": [ + [ + -4.564, + 1.247 + ], + [ + 0, + 0 + ], + [ + -1.247, + -4.565 + ], + [ + 4.565, + -1.247 + ], + [ + 0, + 0 + ], + [ + 1.247, + 4.565 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 4.565, + -1.247 + ], + [ + 1.247, + 4.565 + ], + [ + 0, + 0 + ], + [ + -4.565, + 1.247 + ], + [ + -1.247, + -4.565 + ] + ], + "v": [ + [ + -2.422, + -8.445 + ], + [ + 4.405, + -10.086 + ], + [ + 14.929, + -4.078 + ], + [ + 8.921, + 6.445 + ], + [ + 2.095, + 8.086 + ], + [ + -8.429, + 2.078 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 16.426, + 11.583 + ], + "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": "Group 2", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 7, + "ty": 4, + "nm": "F4 Outlines", + "parent": 34, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.73 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 10.01, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.27 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 36.036, + "s": [ + 0 + ] + }, + { + "t": 46.046046046046, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + 119.986, + -4.102, + 0 + ], + "to": [ + -3.667, + 0.583, + 0 + ], + "ti": [ + 6.124, + -0.9, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + 97.986, + -0.602, + 0 + ], + "to": [ + -6.124, + 0.9, + 0 + ], + "ti": [ + 2.457, + -0.317, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 0.11 + }, + "o": { + "x": 0.89, + "y": 0.89 + }, + "t": 21.522, + "s": [ + 83.241, + 1.299, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + 83.241, + 1.299, + 0 + ], + "to": [ + 2.457, + -0.317, + 0 + ], + "ti": [ + -6.124, + 0.9, + 0 + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + 97.986, + -0.602, + 0 + ], + "to": [ + 6.124, + -0.9, + 0 + ], + "ti": [ + -3.667, + 0.583, + 0 + ] + }, + { + "t": 57.5575575575576, + "s": [ + 119.986, + -4.102, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 16.642, + 14.948, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 1.984, + 2.676 + ], + [ + -2.676, + 1.984 + ] + ], + "o": [ + [ + -2.677, + 1.984 + ], + [ + -1.985, + -2.676 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 8.087, + 3.228 + ], + [ + -0.352, + 1.975 + ], + [ + 0.9, + -6.462 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 1.984, + 2.676 + ], + [ + -2.676, + 1.984 + ] + ], + "o": [ + [ + -2.677, + 1.984 + ], + [ + -1.985, + -2.676 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 5.212, + 3.853 + ], + [ + -3.227, + 2.6 + ], + [ + -1.975, + -5.837 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 21.522, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 1.984, + 2.676 + ], + [ + -2.676, + 1.984 + ] + ], + "o": [ + [ + -2.677, + 1.984 + ], + [ + -1.985, + -2.676 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 5.212, + 3.853 + ], + [ + -3.227, + 2.6 + ], + [ + -1.975, + -5.837 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 1.984, + 2.676 + ], + [ + -2.676, + 1.984 + ] + ], + "o": [ + [ + -2.677, + 1.984 + ], + [ + -1.985, + -2.676 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 5.212, + 3.853 + ], + [ + -3.227, + 2.6 + ], + [ + -1.975, + -5.837 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 1.984, + 2.676 + ], + [ + -2.676, + 1.984 + ] + ], + "o": [ + [ + -2.677, + 1.984 + ], + [ + -1.985, + -2.676 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 5.212, + 3.853 + ], + [ + -3.227, + 2.6 + ], + [ + -1.975, + -5.837 + ] + ], + "c": false + } + ] + }, + { + "t": 57.5575575575576, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 1.984, + 2.676 + ], + [ + -2.676, + 1.984 + ] + ], + "o": [ + [ + -2.677, + 1.984 + ], + [ + -1.985, + -2.676 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 8.087, + 3.228 + ], + [ + -0.352, + 1.975 + ], + [ + 0.9, + -6.462 + ] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 0.33, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 8.86, + 20.468 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + -1.831, + 3.464 + ], + [ + 0, + 0 + ], + [ + -5.03, + -4.123 + ], + [ + 0, + 0 + ], + [ + 2.399, + -4.342 + ], + [ + 0, + 0 + ], + [ + 2.649, + 3.572 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 3.572, + -2.648 + ], + [ + 0, + 0 + ], + [ + 2.649, + 3.571 + ], + [ + 0, + 0 + ], + [ + -3.571, + 2.648 + ], + [ + 0, + 0 + ], + [ + -2.647, + -3.572 + ] + ], + "v": [ + [ + -12.073, + -1.715 + ], + [ + -9.01, + -7.8 + ], + [ + 2.376, + -4.878 + ], + [ + 2.993, + -4.045 + ], + [ + 1.822, + 7.216 + ], + [ + -1.866, + 12.05 + ], + [ + -13.128, + 10.378 + ], + [ + -13.745, + 9.546 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + { + "i": [ + [ + -3.571, + 2.648 + ], + [ + 0, + 0 + ], + [ + -2.647, + -3.571 + ], + [ + 0, + 0 + ], + [ + 3.571, + -2.648 + ], + [ + 0, + 0 + ], + [ + 2.649, + 3.572 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 3.572, + -2.648 + ], + [ + 0, + 0 + ], + [ + 2.649, + 3.571 + ], + [ + 0, + 0 + ], + [ + -3.571, + 2.648 + ], + [ + 0, + 0 + ], + [ + -2.647, + -3.572 + ] + ], + "v": [ + [ + -12.073, + -1.715 + ], + [ + 1.865, + -12.05 + ], + [ + 13.126, + -10.378 + ], + [ + 13.743, + -9.545 + ], + [ + 12.072, + 1.716 + ], + [ + -1.866, + 12.05 + ], + [ + -13.128, + 10.378 + ], + [ + -13.745, + 9.546 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 21.522, + "s": [ + { + "i": [ + [ + -3.571, + 2.648 + ], + [ + 0, + 0 + ], + [ + -2.647, + -3.571 + ], + [ + 0, + 0 + ], + [ + 3.571, + -2.648 + ], + [ + 0, + 0 + ], + [ + 2.649, + 3.572 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 3.572, + -2.648 + ], + [ + 0, + 0 + ], + [ + 2.649, + 3.571 + ], + [ + 0, + 0 + ], + [ + -3.571, + 2.648 + ], + [ + 0, + 0 + ], + [ + -2.647, + -3.572 + ] + ], + "v": [ + [ + -12.073, + -1.715 + ], + [ + 1.865, + -12.05 + ], + [ + 13.126, + -10.378 + ], + [ + 13.743, + -9.545 + ], + [ + 12.072, + 1.716 + ], + [ + -1.866, + 12.05 + ], + [ + -13.128, + 10.378 + ], + [ + -13.745, + 9.546 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + { + "i": [ + [ + -3.571, + 2.648 + ], + [ + 0, + 0 + ], + [ + -2.647, + -3.571 + ], + [ + 0, + 0 + ], + [ + 3.571, + -2.648 + ], + [ + 0, + 0 + ], + [ + 2.649, + 3.572 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 3.572, + -2.648 + ], + [ + 0, + 0 + ], + [ + 2.649, + 3.571 + ], + [ + 0, + 0 + ], + [ + -3.571, + 2.648 + ], + [ + 0, + 0 + ], + [ + -2.647, + -3.572 + ] + ], + "v": [ + [ + -12.073, + -1.715 + ], + [ + 1.865, + -12.05 + ], + [ + 13.126, + -10.378 + ], + [ + 13.743, + -9.545 + ], + [ + 12.072, + 1.716 + ], + [ + -1.866, + 12.05 + ], + [ + -13.128, + 10.378 + ], + [ + -13.745, + 9.546 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + { + "i": [ + [ + -3.571, + 2.648 + ], + [ + 0, + 0 + ], + [ + -2.647, + -3.571 + ], + [ + 0, + 0 + ], + [ + 3.571, + -2.648 + ], + [ + 0, + 0 + ], + [ + 2.649, + 3.572 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 3.572, + -2.648 + ], + [ + 0, + 0 + ], + [ + 2.649, + 3.571 + ], + [ + 0, + 0 + ], + [ + -3.571, + 2.648 + ], + [ + 0, + 0 + ], + [ + -2.647, + -3.572 + ] + ], + "v": [ + [ + -12.073, + -1.715 + ], + [ + 1.865, + -12.05 + ], + [ + 13.126, + -10.378 + ], + [ + 13.743, + -9.545 + ], + [ + 12.072, + 1.716 + ], + [ + -1.866, + 12.05 + ], + [ + -13.128, + 10.378 + ], + [ + -13.745, + 9.546 + ] + ], + "c": true + } + ] + }, + { + "t": 57.5575575575576, + "s": [ + { + "i": [ + [ + -1.831, + 3.464 + ], + [ + 0, + 0 + ], + [ + -5.03, + -4.123 + ], + [ + 0, + 0 + ], + [ + 2.399, + -4.342 + ], + [ + 0, + 0 + ], + [ + 2.649, + 3.572 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 3.572, + -2.648 + ], + [ + 0, + 0 + ], + [ + 2.649, + 3.571 + ], + [ + 0, + 0 + ], + [ + -3.571, + 2.648 + ], + [ + 0, + 0 + ], + [ + -2.647, + -3.572 + ] + ], + "v": [ + [ + -12.073, + -1.715 + ], + [ + -9.01, + -7.8 + ], + [ + 2.376, + -4.878 + ], + [ + 2.993, + -4.045 + ], + [ + 1.822, + 7.216 + ], + [ + -1.866, + 12.05 + ], + [ + -13.128, + 10.378 + ], + [ + -13.745, + 9.546 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 16.642, + 14.948 + ], + "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": "Group 2", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 108.608608608609, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 8, + "ty": 4, + "nm": "F5 Outlines", + "parent": 9, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.73 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.11 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 10.01, + "s": [ + -23 + ] + }, + { + "i": { + "x": [ + 0.11 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.89 + ], + "y": [ + 0 + ] + }, + "t": 21.522, + "s": [ + -1 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.89 + ], + "y": [ + 0 + ] + }, + "t": 36.036, + "s": [ + -1 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 47.548, + "s": [ + -23 + ] + }, + { + "t": 57.5575575575576, + "s": [ + -25 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + 19.788, + 32.485, + 0 + ], + "to": [ + 0.594, + 1.997, + 0 + ], + "ti": [ + -1.286, + -0.818, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + 23.352, + 44.466, + 0 + ], + "to": [ + 1.286, + 0.818, + 0 + ], + "ti": [ + -0.692, + 1.178, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 0.11 + }, + "o": { + "x": 0.89, + "y": 0.89 + }, + "t": 21.522, + "s": [ + 27.506, + 37.395, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + 27.506, + 37.395, + 0 + ], + "to": [ + -0.692, + 1.178, + 0 + ], + "ti": [ + 1.286, + 0.818, + 0 + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + 23.352, + 44.466, + 0 + ], + "to": [ + -1.286, + -0.818, + 0 + ], + "ti": [ + 0.594, + 1.997, + 0 + ] + }, + { + "t": 57.5575575575576, + "s": [ + 19.788, + 32.485, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 1.463, + 51.517, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -2.705, + -2.952 + ], + [ + 3.532, + -3.235 + ] + ], + "o": [ + [ + 3.531, + -3.235 + ], + [ + 2.705, + 2.953 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -6.998, + -3.615 + ], + [ + 4.294, + -4.127 + ], + [ + 2.795, + 7.079 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -1.191, + -1.229 + ], + [ + 3.532, + -3.235 + ] + ], + "o": [ + [ + 3.531, + -3.235 + ], + [ + 2.788, + 2.875 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -10.751, + -5.61 + ], + [ + -3.362, + -11.029 + ], + [ + -8.392, + -1.701 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 21.522, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -1.191, + -1.229 + ], + [ + 3.532, + -3.235 + ] + ], + "o": [ + [ + 3.531, + -3.235 + ], + [ + 2.788, + 2.875 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -10.751, + -5.61 + ], + [ + -3.362, + -11.029 + ], + [ + -8.392, + -1.701 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -1.191, + -1.229 + ], + [ + 3.532, + -3.235 + ] + ], + "o": [ + [ + 3.531, + -3.235 + ], + [ + 2.788, + 2.875 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -10.751, + -5.61 + ], + [ + -3.362, + -11.029 + ], + [ + -8.392, + -1.701 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.833, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -1.191, + -1.229 + ], + [ + 3.532, + -3.235 + ] + ], + "o": [ + [ + 3.531, + -3.235 + ], + [ + 2.788, + 2.875 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -10.751, + -5.61 + ], + [ + -3.362, + -11.029 + ], + [ + -8.392, + -1.701 + ] + ], + "c": false + } + ] + }, + { + "t": 57.5575575575576, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -2.705, + -2.952 + ], + [ + 3.532, + -3.235 + ] + ], + "o": [ + [ + 3.531, + -3.235 + ], + [ + 2.705, + 2.953 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -6.998, + -3.615 + ], + [ + 4.294, + -4.127 + ], + [ + 2.795, + 7.079 + ] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 0.312, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 42.909, + 10.665 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + -3.771, + 3.454 + ], + [ + 0, + 0 + ], + [ + -3.454, + -3.771 + ], + [ + 3.771, + -3.454 + ], + [ + 0, + 0 + ], + [ + 3.454, + 3.771 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 3.772, + -3.455 + ], + [ + 3.454, + 3.772 + ], + [ + 0, + 0 + ], + [ + -3.771, + 3.455 + ], + [ + 0, + 0 + ], + [ + -3.955, + -6.92 + ] + ], + "v": [ + [ + -22.56, + 4.751 + ], + [ + 10.307, + -22.69 + ], + [ + 23.39, + -22.117 + ], + [ + 22.816, + -9.034 + ], + [ + -5.853, + 22.69 + ], + [ + -18.936, + 22.117 + ], + [ + -22.889, + 18.262 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + { + "i": [ + [ + -6.713, + 9.416 + ], + [ + 0, + 0 + ], + [ + -5.485, + -4.585 + ], + [ + 4.647, + -6.357 + ], + [ + 0, + 0 + ], + [ + 3.454, + 3.771 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 3.772, + -3.455 + ], + [ + 3.924, + 3.28 + ], + [ + 0, + 0 + ], + [ + -3.771, + 3.455 + ], + [ + 0, + 0 + ], + [ + -3.955, + -6.92 + ] + ], + "v": [ + [ + -20.71, + 2.337 + ], + [ + 7.203, + -23.774 + ], + [ + 20.797, + -25.761 + ], + [ + 17.312, + -12.527 + ], + [ + -2.43, + 19.98 + ], + [ + -13.337, + 30.757 + ], + [ + -18.877, + 27.757 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 21.522, + "s": [ + { + "i": [ + [ + -6.713, + 9.416 + ], + [ + 0, + 0 + ], + [ + -4.089, + -5.864 + ], + [ + 2.576, + -6.816 + ], + [ + 0, + 0 + ], + [ + 3.454, + 3.771 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 3.772, + -3.455 + ], + [ + 0.207, + 0.433 + ], + [ + 0, + 0 + ], + [ + -3.771, + 3.455 + ], + [ + 0, + 0 + ], + [ + -3.955, + -6.92 + ] + ], + "v": [ + [ + -20.71, + 2.337 + ], + [ + 7.203, + -23.774 + ], + [ + 21.174, + -25.303 + ], + [ + 14.365, + -8.517 + ], + [ + -2.43, + 19.98 + ], + [ + -13.337, + 30.757 + ], + [ + -18.877, + 27.757 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + { + "i": [ + [ + -6.713, + 9.416 + ], + [ + 0, + 0 + ], + [ + -4.089, + -5.864 + ], + [ + 2.576, + -6.816 + ], + [ + 0, + 0 + ], + [ + 3.454, + 3.771 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 3.772, + -3.455 + ], + [ + 0.207, + 0.433 + ], + [ + 0, + 0 + ], + [ + -3.771, + 3.455 + ], + [ + 0, + 0 + ], + [ + -3.955, + -6.92 + ] + ], + "v": [ + [ + -20.71, + 2.337 + ], + [ + 7.203, + -23.774 + ], + [ + 21.174, + -25.303 + ], + [ + 14.365, + -8.517 + ], + [ + -2.43, + 19.98 + ], + [ + -13.337, + 30.757 + ], + [ + -18.877, + 27.757 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + { + "i": [ + [ + -6.713, + 9.416 + ], + [ + 0, + 0 + ], + [ + -5.485, + -4.585 + ], + [ + 4.647, + -6.357 + ], + [ + 0, + 0 + ], + [ + 3.454, + 3.771 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 3.772, + -3.455 + ], + [ + 3.924, + 3.28 + ], + [ + 0, + 0 + ], + [ + -3.771, + 3.455 + ], + [ + 0, + 0 + ], + [ + -3.955, + -6.92 + ] + ], + "v": [ + [ + -20.71, + 2.337 + ], + [ + 7.203, + -23.774 + ], + [ + 20.797, + -25.761 + ], + [ + 17.312, + -12.527 + ], + [ + -2.43, + 19.98 + ], + [ + -13.337, + 30.757 + ], + [ + -18.877, + 27.757 + ] + ], + "c": true + } + ] + }, + { + "t": 57.5575575575576, + "s": [ + { + "i": [ + [ + -3.771, + 3.454 + ], + [ + 0, + 0 + ], + [ + -3.454, + -3.771 + ], + [ + 2.506, + -4.384 + ], + [ + 0, + 0 + ], + [ + 3.454, + 3.771 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 3.772, + -3.455 + ], + [ + 3.454, + 3.772 + ], + [ + 0, + 0 + ], + [ + -3.771, + 3.455 + ], + [ + 0, + 0 + ], + [ + -3.955, + -6.92 + ] + ], + "v": [ + [ + -33.021, + 23.044 + ], + [ + 10.307, + -22.69 + ], + [ + 23.707, + -22.797 + ], + [ + 22.816, + -9.034 + ], + [ + -4.747, + 34.515 + ], + [ + -29.397, + 40.41 + ], + [ + -33.35, + 36.555 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 27.094, + 26.395 + ], + "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": "Group 2", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 9, + "ty": 4, + "nm": "F5B Outlines", + "parent": 34, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.73 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.11 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 10.01, + "s": [ + -5 + ] + }, + { + "i": { + "x": [ + 0.11 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.89 + ], + "y": [ + 0 + ] + }, + "t": 21.522, + "s": [ + -5 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.89 + ], + "y": [ + 0 + ] + }, + "t": 36.036, + "s": [ + -5 + ] + }, + { + "i": { + "x": [ + 0.27 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 47.548, + "s": [ + -5 + ] + }, + { + "t": 57.5575575575576, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + 3.278, + 73.08, + 0 + ], + "to": [ + 0, + 0.333, + 0 + ], + "ti": [ + -3.29, + -1.65, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + 3.278, + 75.08, + 0 + ], + "to": [ + 3.29, + 1.65, + 0 + ], + "ti": [ + -3.29, + -1.317, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 0.11 + }, + "o": { + "x": 0.89, + "y": 0.89 + }, + "t": 21.522, + "s": [ + 23.016, + 82.98, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + 23.016, + 82.98, + 0 + ], + "to": [ + -3.29, + -1.317, + 0 + ], + "ti": [ + 3.29, + 1.65, + 0 + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + 3.278, + 75.08, + 0 + ], + "to": [ + -3.29, + -1.65, + 0 + ], + "ti": [ + 0, + 0.333, + 0 + ] + }, + { + "t": 57.5575575575576, + "s": [ + 3.278, + 73.08, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 23.251, + 47.705, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -20.102, + 33.285 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -1.813, + 31.143 + ], + [ + 10.051, + -31.143 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -6.703, + 33.852 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 3.738, + 30.197 + ], + [ + 5.963, + -15.92 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 21.522, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -10.155, + 28.035 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 3.738, + 30.197 + ], + [ + 7.435, + -6.269 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -10.155, + 28.035 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 3.738, + 30.197 + ], + [ + 7.435, + -6.269 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -6.703, + 33.852 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 3.738, + 30.197 + ], + [ + 5.963, + -15.92 + ] + ], + "c": false + } + ] + }, + { + "t": 57.5575575575576, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -20.102, + 33.285 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -1.813, + 31.143 + ], + [ + 10.051, + -31.143 + ] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 0.312, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 10.831, + 45.563 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 12.748, + 18.455 + ], + [ + -19.442, + 33.285 + ], + [ + 0, + 0 + ], + [ + 4.462, + -15.159 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 14.66, + -14.17 + ], + [ + 0, + 0 + ], + [ + -3.611, + 12.267 + ] + ], + "v": [ + [ + -14.66, + 29 + ], + [ + -3.186, + -33.285 + ], + [ + 17.529, + -21.091 + ], + [ + 18.167, + 26.693 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + { + "i": [ + [ + 12.748, + 18.455 + ], + [ + -8.508, + 38.102 + ], + [ + 0, + 0 + ], + [ + 4.462, + -15.159 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 14.66, + -14.17 + ], + [ + 0, + 0 + ], + [ + -3.611, + 12.267 + ] + ], + "v": [ + [ + -9.161, + 29.77 + ], + [ + -4.973, + -25.734 + ], + [ + 19.333, + -13.142 + ], + [ + 20.028, + 28.362 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 21.522, + "s": [ + { + "i": [ + [ + 12.748, + 18.455 + ], + [ + -25.816, + 37.913 + ], + [ + 0, + 0 + ], + [ + 4.462, + -15.159 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 14.66, + -14.17 + ], + [ + 0, + 0 + ], + [ + -3.611, + 12.267 + ] + ], + "v": [ + [ + -9.161, + 29.77 + ], + [ + 6.203, + -29.44 + ], + [ + 25.044, + -13.023 + ], + [ + 11.861, + 29.504 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + { + "i": [ + [ + 12.748, + 18.455 + ], + [ + -25.816, + 37.913 + ], + [ + 0, + 0 + ], + [ + 4.462, + -15.159 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 14.66, + -14.17 + ], + [ + 0, + 0 + ], + [ + -3.611, + 12.267 + ] + ], + "v": [ + [ + -9.161, + 29.77 + ], + [ + 6.203, + -29.44 + ], + [ + 25.044, + -13.023 + ], + [ + 11.861, + 29.504 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + { + "i": [ + [ + 12.748, + 18.455 + ], + [ + -8.508, + 38.102 + ], + [ + 0, + 0 + ], + [ + 4.462, + -15.159 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 14.66, + -14.17 + ], + [ + 0, + 0 + ], + [ + -3.611, + 12.267 + ] + ], + "v": [ + [ + -9.161, + 29.77 + ], + [ + -4.973, + -25.734 + ], + [ + 19.333, + -13.142 + ], + [ + 20.028, + 28.362 + ] + ], + "c": true + } + ] + }, + { + "t": 57.5575575575576, + "s": [ + { + "i": [ + [ + 12.748, + 18.455 + ], + [ + -19.442, + 33.285 + ], + [ + 0, + 0 + ], + [ + 4.462, + -15.159 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 14.66, + -14.17 + ], + [ + 0, + 0 + ], + [ + -3.611, + 12.267 + ] + ], + "v": [ + [ + -14.66, + 29 + ], + [ + -3.186, + -33.285 + ], + [ + 17.529, + -21.091 + ], + [ + 18.167, + 26.693 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 23.624, + 47.705 + ], + "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": "Group 2", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 10, + "ty": 4, + "nm": "SWEATER Outlines", + "parent": 35, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.73 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.11 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 10.01, + "s": [ + -4 + ] + }, + { + "i": { + "x": [ + 0.11 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.89 + ], + "y": [ + 0 + ] + }, + "t": 21.522, + "s": [ + -4 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.89 + ], + "y": [ + 0 + ] + }, + "t": 36.036, + "s": [ + -4 + ] + }, + { + "i": { + "x": [ + 0.27 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 47.548, + "s": [ + -4 + ] + }, + { + "t": 57.5575575575576, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + 48.948, + 100.275, + 0 + ], + "to": [ + 3.833, + 2.667, + 0 + ], + "ti": [ + -3.833, + -2.667, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 0.11 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + 71.948, + 116.275, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 0.11 + }, + "o": { + "x": 0.89, + "y": 0.89 + }, + "t": 21.522, + "s": [ + 71.948, + 116.275, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0.89 + }, + "t": 36.036, + "s": [ + 71.948, + 116.275, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + 71.948, + 116.275, + 0 + ], + "to": [ + -3.833, + -2.667, + 0 + ], + "ti": [ + 3.833, + 2.667, + 0 + ] + }, + { + "t": 57.5575575575576, + "s": [ + 48.948, + 100.275, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 66.814, + 49.078, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -20.449, + -4.173 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 2.087, + -1.252 + ], + [ + 0, + 0 + ], + [ + -36.725, + 51.332 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -155.564, + 107.945 + ], + [ + 1.043, + -48.828 + ], + [ + 66.564, + -5.843 + ], + [ + -62.83, + 153.828 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -66.548, + -18.537 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 2.087, + -1.252 + ], + [ + 0, + 0 + ], + [ + -36.725, + 51.332 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -179.4, + 126.338 + ], + [ + 7.596, + -49.372 + ], + [ + 67.742, + -4.758 + ], + [ + -74.461, + 168.962 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 21.522, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -55.285, + 6.552 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 2.087, + -1.252 + ], + [ + 0, + 0 + ], + [ + -50.003, + 54.826 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -151.158, + 102.739 + ], + [ + 13.432, + -56.738 + ], + [ + 67.742, + -4.758 + ], + [ + -96.032, + 158.039 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -55.285, + 6.552 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 2.087, + -1.252 + ], + [ + 0, + 0 + ], + [ + -50.003, + 54.826 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -151.158, + 102.739 + ], + [ + 13.432, + -56.738 + ], + [ + 67.742, + -4.758 + ], + [ + -96.032, + 158.039 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -66.548, + -18.537 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 2.087, + -1.252 + ], + [ + 0, + 0 + ], + [ + -36.725, + 51.332 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -200.447, + 154.94 + ], + [ + 7.596, + -49.372 + ], + [ + 67.742, + -4.758 + ], + [ + -94.719, + 200.626 + ] + ], + "c": true + } + ] + }, + { + "t": 57.5575575575576, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -20.449, + -4.173 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 2.087, + -1.252 + ], + [ + 0, + 0 + ], + [ + -36.725, + 51.332 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -180.564, + 127.945 + ], + [ + 1.043, + -48.828 + ], + [ + 66.564, + -5.843 + ], + [ + -81.831, + 178.828 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "gf", + "o": { + "a": 0, + "k": 100, + "ix": 10 + }, + "r": 1, + "bm": 0, + "g": { + "p": 3, + "k": { + "a": 0, + "k": [ + 0, + 1, + 0.565, + 0.322, + 0.355, + 1, + 0.565, + 0.322, + 1, + 1, + 0.565, + 0.322, + 0.002, + 0, + 0.501, + 0.5, + 1, + 1 + ], + "ix": 9 + } + }, + "s": { + "a": 0, + "k": [ + -88.5, + 122 + ], + "ix": 5 + }, + "e": { + "a": 0, + "k": [ + -35, + 31 + ], + "ix": 6 + }, + "t": 1, + "nm": "Gradient Fill 1", + "mn": "ADBE Vector Graphic - G-Fill", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 66.814, + 49.078 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 11, + "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": 5.005, + "s": [ + 8 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 9.009, + "s": [ + 5 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 10.01, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 45.045, + "s": [ + 0 + ] + }, + { + "t": 46.046046046046, + "s": [ + 5 + ] + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + 1170.75, + 522.688, + 0 + ], + "to": [ + 0.833, + 0, + 0 + ], + "ti": [ + -0.833, + 0, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 0.11 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + 1175.75, + 522.688, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 0.11 + }, + "o": { + "x": 0.89, + "y": 0.89 + }, + "t": 21.522, + "s": [ + 1175.75, + 522.688, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0.89 + }, + "t": 36.036, + "s": [ + 1175.75, + 522.688, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + 1175.75, + 522.688, + 0 + ], + "to": [ + -0.833, + 0, + 0 + ], + "ti": [ + 0.833, + 0, + 0 + ] + }, + { + "t": 57.5575575575576, + "s": [ + 1170.75, + 522.688, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 90.75, + -17.313, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.73, + 0.73, + 0.73 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 0, + "s": [ + 100, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.11, + 0.11, + 0.11 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 10.01, + "s": [ + 28, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.11, + 0.11, + 0.11 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.89, + 0.89, + 0.89 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 21.522, + "s": [ + 28, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.89, + 0.89, + 0.89 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 36.036, + "s": [ + 28, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.27, + 0.27, + 0.27 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0, + 0 + ] + }, + "t": 47.548, + "s": [ + 28, + 100, + 100 + ] + }, + { + "t": 57.5575575575576, + "s": [ + 100, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "d": 1, + "ty": "el", + "s": { + "a": 0, + "k": [ + 7.625, + 7.625 + ], + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 3 + }, + "nm": "Ellipse Path 1", + "mn": "ADBE Vector Shape - Ellipse", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.243137269862, + 0.160784313725, + 0.443137284821, + 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": [ + 86.938, + -17.313 + ], + "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": "Ellipse 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 21.5215215215215, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 12, + "ty": 4, + "nm": "Shape Layer 5", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 9.009, + "s": [ + 100 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 10.01, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 45.045, + "s": [ + 0 + ] + }, + { + "t": 46.046046046046, + "s": [ + 100 + ] + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 1219.204, + 548.125, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 139.204, + 8.125, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.73, + 0.73, + 0.73 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 0, + "s": [ + 100, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.11, + 0.11, + 0.11 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 10.01, + "s": [ + 66, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.11, + 0.11, + 0.11 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.89, + 0.89, + 0.89 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 21.522, + "s": [ + 66, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.89, + 0.89, + 0.89 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 36.036, + "s": [ + 66, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.27, + 0.27, + 0.27 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0, + 0 + ] + }, + "t": 47.548, + "s": [ + 66, + 100, + 100 + ] + }, + { + "t": 57.5575575575576, + "s": [ + 100, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -13, + 13.75 + ], + [ + 1.75, + 14 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 13, + -13.75 + ], + [ + -1.75, + -14 + ] + ], + "v": [ + [ + 123.75, + 44.5 + ], + [ + 113.5, + 5 + ], + [ + 143, + -29.75 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -13, + 13.75 + ], + [ + 1.75, + 14 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 13, + -13.75 + ], + [ + -1.75, + -14 + ] + ], + "v": [ + [ + 120.5, + 44.75 + ], + [ + 118, + 7.5 + ], + [ + 139, + -28.5 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 21.522, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -13, + 13.75 + ], + [ + 1.75, + 14 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 13, + -13.75 + ], + [ + -1.75, + -14 + ] + ], + "v": [ + [ + 120.5, + 44.75 + ], + [ + 118, + 7.5 + ], + [ + 139, + -28.5 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -13, + 13.75 + ], + [ + 1.75, + 14 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 13, + -13.75 + ], + [ + -1.75, + -14 + ] + ], + "v": [ + [ + 120.5, + 44.75 + ], + [ + 118, + 7.5 + ], + [ + 139, + -28.5 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -13, + 13.75 + ], + [ + 1.75, + 14 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 13, + -13.75 + ], + [ + -1.75, + -14 + ] + ], + "v": [ + [ + 120.5, + 44.75 + ], + [ + 118, + 7.5 + ], + [ + 139, + -28.5 + ] + ], + "c": false + } + ] + }, + { + "t": 57.5575575575576, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -13, + 13.75 + ], + [ + 1.75, + 14 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 13, + -13.75 + ], + [ + -1.75, + -14 + ] + ], + "v": [ + [ + 123.75, + 44.5 + ], + [ + 113.5, + 5 + ], + [ + 143, + -29.75 + ] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.443137254902, + 0.294117647059, + 0.850980392157, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 5, + "ix": 4 + }, + "w": { + "a": 0, + "k": 20, + "ix": 5 + }, + "lc": 2, + "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": 21.5215215215215, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 13, + "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": 9.009, + "s": [ + 5 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 10.01, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 45.045, + "s": [ + 0 + ] + }, + { + "t": 46.046046046046, + "s": [ + 5 + ] + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 1213.125, + 619.75, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 133.125, + 77.25, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.73, + 0.73, + 0.73 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 0, + "s": [ + 100, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.11, + 0.11, + 0.11 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 10.01, + "s": [ + 47, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.11, + 0.11, + 0.11 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.89, + 0.89, + 0.89 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 21.522, + "s": [ + 47, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.89, + 0.89, + 0.89 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 36.036, + "s": [ + 47, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.27, + 0.27, + 0.27 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0, + 0 + ] + }, + "t": 47.548, + "s": [ + 47, + 100, + 100 + ] + }, + { + "t": 57.5575575575576, + "s": [ + 100, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "d": 1, + "ty": "el", + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833, + 0.833 + ], + "y": [ + 1, + 1 + ] + }, + "o": { + "x": [ + 0.73, + 0.73 + ], + "y": [ + 0, + 0 + ] + }, + "t": 0, + "s": [ + 18.75, + 18.75 + ] + }, + { + "i": { + "x": [ + 0.11, + 0.11 + ], + "y": [ + 1, + 1 + ] + }, + "o": { + "x": [ + 0.167, + 0.167 + ], + "y": [ + 0, + 0 + ] + }, + "t": 10.01, + "s": [ + 18.75, + 18.75 + ] + }, + { + "i": { + "x": [ + 0.11, + 0.11 + ], + "y": [ + 1, + 1 + ] + }, + "o": { + "x": [ + 0.89, + 0.89 + ], + "y": [ + 0, + 0 + ] + }, + "t": 21.522, + "s": [ + 18.75, + 18.75 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833 + ], + "y": [ + 1, + 1 + ] + }, + "o": { + "x": [ + 0.89, + 0.89 + ], + "y": [ + 0, + 0 + ] + }, + "t": 36.036, + "s": [ + 18.75, + 18.75 + ] + }, + { + "i": { + "x": [ + 0.27, + 0.27 + ], + "y": [ + 1, + 1 + ] + }, + "o": { + "x": [ + 0.167, + 0.167 + ], + "y": [ + 0, + 0 + ] + }, + "t": 47.548, + "s": [ + 18.75, + 18.75 + ] + }, + { + "t": 57.5575575575576, + "s": [ + 18.75, + 18.75 + ] + } + ], + "ix": 2 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0.73 + }, + "t": 0, + "s": [ + 0, + 0 + ], + "to": [ + 0, + 0 + ], + "ti": [ + 0, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 0.11 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + 0, + 0 + ], + "to": [ + 0, + 0 + ], + "ti": [ + 0, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 0.11 + }, + "o": { + "x": 0.89, + "y": 0.89 + }, + "t": 21.522, + "s": [ + 0, + 0 + ], + "to": [ + 0, + 0 + ], + "ti": [ + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0.89 + }, + "t": 36.036, + "s": [ + 0, + 0 + ], + "to": [ + 0, + 0 + ], + "ti": [ + 0, + 0 + ] + }, + { + "i": { + "x": 0.27, + "y": 0.27 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + 0, + 0 + ], + "to": [ + 0, + 0 + ], + "ti": [ + 0, + 0 + ] + }, + { + "t": 57.5575575575576, + "s": [ + 0, + 0 + ] + } + ], + "ix": 3 + }, + "nm": "Ellipse Path 1", + "mn": "ADBE Vector Shape - Ellipse", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.243137269862, + 0.160784313725, + 0.443137284821, + 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": [ + 123.75, + 77.25 + ], + "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": "Ellipse 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 21.5215215215215, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 14, + "ty": 4, + "nm": "Shape Layer 2", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 5.005, + "s": [ + 20 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 9.009, + "s": [ + 10 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 10.01, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 45.045, + "s": [ + 0 + ] + }, + { + "t": 46.046046046046, + "s": [ + 10 + ] + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 1202.5, + 616.875, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 122.5, + 76.875, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.73, + 0.73, + 0.73 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 0, + "s": [ + 100, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.11, + 0.11, + 0.11 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 10.01, + "s": [ + 71, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.11, + 0.11, + 0.11 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.89, + 0.89, + 0.89 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 21.522, + "s": [ + 71, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.89, + 0.89, + 0.89 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 36.036, + "s": [ + 71, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.27, + 0.27, + 0.27 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0, + 0 + ] + }, + "t": 47.548, + "s": [ + 71, + 100, + 100 + ] + }, + { + "t": 57.5575575575576, + "s": [ + 100, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 14, + 4 + ], + [ + -3.25, + 3.5 + ], + [ + -5.75, + 0.75 + ], + [ + 0.75, + 3.75 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -14, + -4 + ], + [ + 3.25, + -3.5 + ], + [ + 5.75, + -0.75 + ], + [ + -0.75, + -3.75 + ] + ], + "v": [ + [ + 110, + 99.25 + ], + [ + 93.5, + 79 + ], + [ + 84.5, + 60 + ], + [ + 94, + 53.5 + ], + [ + 99, + 48 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 14, + 4 + ], + [ + -3.25, + 3.5 + ], + [ + -5.75, + 0.75 + ], + [ + 0.75, + 3.75 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -14, + -4 + ], + [ + 3.25, + -3.5 + ], + [ + 5.75, + -0.75 + ], + [ + -0.75, + -3.75 + ] + ], + "v": [ + [ + 122.5, + 101.75 + ], + [ + 105.75, + 82 + ], + [ + 92, + 66 + ], + [ + 99.25, + 57.5 + ], + [ + 109.5, + 52 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 21.522, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 14, + 4 + ], + [ + -3.25, + 3.5 + ], + [ + -5.75, + 0.75 + ], + [ + 0.75, + 3.75 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -14, + -4 + ], + [ + 3.25, + -3.5 + ], + [ + 5.75, + -0.75 + ], + [ + -0.75, + -3.75 + ] + ], + "v": [ + [ + 122.5, + 101.75 + ], + [ + 105.75, + 82 + ], + [ + 92, + 66 + ], + [ + 99.25, + 57.5 + ], + [ + 109.5, + 52 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 14, + 4 + ], + [ + -3.25, + 3.5 + ], + [ + -5.75, + 0.75 + ], + [ + 0.75, + 3.75 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -14, + -4 + ], + [ + 3.25, + -3.5 + ], + [ + 5.75, + -0.75 + ], + [ + -0.75, + -3.75 + ] + ], + "v": [ + [ + 122.5, + 101.75 + ], + [ + 105.75, + 82 + ], + [ + 92, + 66 + ], + [ + 99.25, + 57.5 + ], + [ + 109.5, + 52 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 14, + 4 + ], + [ + -3.25, + 3.5 + ], + [ + -5.75, + 0.75 + ], + [ + 0.75, + 3.75 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -14, + -4 + ], + [ + 3.25, + -3.5 + ], + [ + 5.75, + -0.75 + ], + [ + -0.75, + -3.75 + ] + ], + "v": [ + [ + 122.5, + 101.75 + ], + [ + 105.75, + 82 + ], + [ + 92, + 66 + ], + [ + 99.25, + 57.5 + ], + [ + 109.5, + 52 + ] + ], + "c": false + } + ] + }, + { + "t": 57.5575575575576, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 14, + 4 + ], + [ + -3.25, + 3.5 + ], + [ + -5.75, + 0.75 + ], + [ + 0.75, + 3.75 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -14, + -4 + ], + [ + 3.25, + -3.5 + ], + [ + 5.75, + -0.75 + ], + [ + -0.75, + -3.75 + ] + ], + "v": [ + [ + 110, + 99.25 + ], + [ + 93.5, + 79 + ], + [ + 84.5, + 60 + ], + [ + 94, + 53.5 + ], + [ + 99, + 48 + ] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.443137254902, + 0.294117647059, + 0.850980392157, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 0.75, + "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": 21.5215215215215, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 15, + "ty": 4, + "nm": "Shape Layer 1", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 9.009, + "s": [ + 100 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 10.01, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 45.045, + "s": [ + 0 + ] + }, + { + "t": 46.046046046046, + "s": [ + 100 + ] + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 1080, + 540, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -4.25, + -6.25 + ], + [ + -10.5, + 6 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 4.25, + 6.25 + ], + [ + 10.5, + -6 + ] + ], + "v": [ + [ + 82.25, + -41.5 + ], + [ + 97.75, + -38.25 + ], + [ + 120.25, + -34.75 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -4.25, + -6.25 + ], + [ + -10.5, + 6 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 4.25, + 6.25 + ], + [ + 10.5, + -6 + ] + ], + "v": [ + [ + 92.375, + -39 + ], + [ + 104.5, + -36.875 + ], + [ + 125.125, + -35.75 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 21.522, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -4.25, + -6.25 + ], + [ + -10.5, + 6 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 4.25, + 6.25 + ], + [ + 10.5, + -6 + ] + ], + "v": [ + [ + 92.375, + -39 + ], + [ + 104.5, + -36.875 + ], + [ + 125.125, + -35.75 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -4.25, + -6.25 + ], + [ + -10.5, + 6 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 4.25, + 6.25 + ], + [ + 10.5, + -6 + ] + ], + "v": [ + [ + 92.375, + -39 + ], + [ + 104.5, + -36.875 + ], + [ + 125.125, + -35.75 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -4.25, + -6.25 + ], + [ + -10.5, + 6 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 4.25, + 6.25 + ], + [ + 10.5, + -6 + ] + ], + "v": [ + [ + 92.375, + -39 + ], + [ + 104.5, + -36.875 + ], + [ + 125.125, + -35.75 + ] + ], + "c": false + } + ] + }, + { + "t": 57.5575575575576, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -4.25, + -6.25 + ], + [ + -10.5, + 6 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 4.25, + 6.25 + ], + [ + 10.5, + -6 + ] + ], + "v": [ + [ + 82.25, + -41.5 + ], + [ + 97.75, + -38.25 + ], + [ + 120.25, + -34.75 + ] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "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": 21.5215215215215, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 16, + "ty": 4, + "nm": "1 Outlines", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 1229.25, + 481.75, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 33, + 50.864, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 71.572, + "s": [ + 0, + 0, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 73.574, + "s": [ + 35, + 35, + 100 + ] + }, + { + "t": 75.0750750750751, + "s": [ + 30, + 30, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 53.591 + ], + [ + 0, + 0 + ], + [ + 0, + -39.697 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 55.576 + ], + [ + 0, + 0 + ], + [ + 0, + -41.682 + ] + ], + "v": [ + [ + -32.75, + 4.962 + ], + [ + 2.978, + -50.614 + ], + [ + 32.75, + 4.962 + ], + [ + 4.962, + 50.614 + ] + ], + "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": [ + 33, + 50.864 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 71.5715715715716, + "op": 176.676676676677, + "st": 71.5715715715716, + "bm": 0 + }, + { + "ddd": 0, + "ind": 17, + "ty": 4, + "nm": "2 Outlines", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 1213.25, + 655.057, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 17.919, + 27.557, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 77.578, + "s": [ + 0, + 0, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 79.58, + "s": [ + 35, + 35, + 100 + ] + }, + { + "t": 81.0810810810811, + "s": [ + 30, + 30, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 28.913 + ], + [ + 0, + 0 + ], + [ + 0, + -21.417 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 29.984 + ], + [ + 0, + 0 + ], + [ + 0, + -22.487 + ] + ], + "v": [ + [ + -17.669, + 2.677 + ], + [ + 1.606, + -27.307 + ], + [ + 17.669, + 2.677 + ], + [ + 2.677, + 27.307 + ] + ], + "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": [ + 17.919, + 27.557 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 77.5775775775776, + "op": 182.682682682683, + "st": 77.5775775775776, + "bm": 0 + }, + { + "ddd": 0, + "ind": 18, + "ty": 4, + "nm": "3 Outlines", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 1150.25, + 496.557, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 23.419, + 36.057, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 73.073, + "s": [ + 0, + 0, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 75.075, + "s": [ + 35, + 35, + 100 + ] + }, + { + "t": 76.5765765765766, + "s": [ + 30, + 30, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 37.913 + ], + [ + 0, + 0 + ], + [ + 0, + -28.084 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 39.317 + ], + [ + 0, + 0 + ], + [ + 0, + -29.488 + ] + ], + "v": [ + [ + -23.169, + 3.51 + ], + [ + 2.106, + -35.807 + ], + [ + 23.169, + 3.51 + ], + [ + 3.511, + 35.807 + ] + ], + "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": [ + 23.419, + 36.057 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 73.0730730730731, + "op": 178.178178178178, + "st": 73.0730730730731, + "bm": 0 + }, + { + "ddd": 0, + "ind": 19, + "ty": 4, + "nm": "b1 Outlines", + "parent": 25, + "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.73, + "y": 0 + }, + "t": 0, + "s": [ + 77.223, + 29.839, + 0 + ], + "to": [ + 2.958, + -0.333, + 0 + ], + "ti": [ + -2.958, + 0.333, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 0.11 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + 94.973, + 27.839, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 0.11 + }, + "o": { + "x": 0.89, + "y": 0.89 + }, + "t": 21.522, + "s": [ + 94.973, + 27.839, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0.89 + }, + "t": 36.036, + "s": [ + 94.973, + 27.839, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + 94.973, + 27.839, + 0 + ], + "to": [ + -2.958, + 0.333, + 0 + ], + "ti": [ + 2.958, + -0.333, + 0 + ] + }, + { + "t": 57.5575575575576, + "s": [ + 77.223, + 29.839, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 1.375, + 6.669, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + -1.45 + ], + [ + 0, + 0 + ], + [ + 0, + 1.45 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 1.447 + ], + [ + 0, + 0 + ], + [ + 0, + -1.448 + ] + ], + "v": [ + [ + -1.125, + -4.969 + ], + [ + -1.125, + 4.969 + ], + [ + 1.125, + 4.969 + ], + [ + 1.125, + -4.969 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + { + "i": [ + [ + 0, + -1.45 + ], + [ + 0, + 0 + ], + [ + 0, + 1.45 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 1.447 + ], + [ + 0, + 0 + ], + [ + 0, + -1.448 + ] + ], + "v": [ + [ + -1.125, + -4.969 + ], + [ + -1.125, + 4.969 + ], + [ + 1.125, + 4.969 + ], + [ + 1.125, + -4.969 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 21.522, + "s": [ + { + "i": [ + [ + 0, + -1.45 + ], + [ + 0, + 0 + ], + [ + 0, + 1.45 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 1.447 + ], + [ + 0, + 0 + ], + [ + 0, + -1.448 + ] + ], + "v": [ + [ + -1.125, + -4.969 + ], + [ + -1.125, + 4.969 + ], + [ + 1.125, + 4.969 + ], + [ + 1.125, + -4.969 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + { + "i": [ + [ + 0, + -1.45 + ], + [ + 0, + 0 + ], + [ + 0, + 1.45 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 1.447 + ], + [ + 0, + 0 + ], + [ + 0, + -1.448 + ] + ], + "v": [ + [ + -1.125, + -4.969 + ], + [ + -1.125, + 4.969 + ], + [ + 1.125, + 4.969 + ], + [ + 1.125, + -4.969 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + { + "i": [ + [ + 0, + -1.45 + ], + [ + 0, + 0 + ], + [ + 0, + 1.45 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 1.447 + ], + [ + 0, + 0 + ], + [ + 0, + -1.448 + ] + ], + "v": [ + [ + -1.125, + -4.969 + ], + [ + -1.125, + 4.969 + ], + [ + 1.125, + 4.969 + ], + [ + 1.125, + -4.969 + ] + ], + "c": true + } + ] + }, + { + "t": 57.5575575575576, + "s": [ + { + "i": [ + [ + 0, + -1.45 + ], + [ + 0, + 0 + ], + [ + 0, + 1.45 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 1.447 + ], + [ + 0, + 0 + ], + [ + 0, + -1.448 + ] + ], + "v": [ + [ + -1.125, + -4.969 + ], + [ + -1.125, + 4.969 + ], + [ + 1.125, + 4.969 + ], + [ + 1.125, + -4.969 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.26699999641, + 0.361000001197, + 0.760999971278, + 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": [ + 1.375, + 6.669 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 9.00900900900901, + "op": 49.5495495495495, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 20, + "ty": 4, + "nm": "b2 Outlines", + "parent": 25, + "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.73, + "y": 0 + }, + "t": 0, + "s": [ + 77.223, + 44.839, + 0 + ], + "to": [ + 2.958, + -0.333, + 0 + ], + "ti": [ + -2.958, + 0.333, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 0.11 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + 94.973, + 42.839, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 0.11 + }, + "o": { + "x": 0.89, + "y": 0.89 + }, + "t": 21.522, + "s": [ + 94.973, + 42.839, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0.89 + }, + "t": 36.036, + "s": [ + 94.973, + 42.839, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + 94.973, + 42.839, + 0 + ], + "to": [ + -2.958, + 0.333, + 0 + ], + "ti": [ + 2.958, + -0.333, + 0 + ] + }, + { + "t": 57.5575575575576, + "s": [ + 77.223, + 44.839, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 1.375, + 6.669, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + -1.45 + ], + [ + 0, + 0 + ], + [ + 0, + 1.45 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 1.447 + ], + [ + 0, + 0 + ], + [ + 0, + -1.448 + ] + ], + "v": [ + [ + -1.125, + -4.969 + ], + [ + -1.125, + 4.969 + ], + [ + 1.125, + 4.969 + ], + [ + 1.125, + -4.969 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + { + "i": [ + [ + 0, + -1.45 + ], + [ + 0, + 0 + ], + [ + 0, + 1.45 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 1.447 + ], + [ + 0, + 0 + ], + [ + 0, + -1.448 + ] + ], + "v": [ + [ + -1.125, + -4.969 + ], + [ + -1.125, + 4.969 + ], + [ + 1.125, + 4.969 + ], + [ + 1.125, + -4.969 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 21.522, + "s": [ + { + "i": [ + [ + 0, + -1.45 + ], + [ + 0, + 0 + ], + [ + 0, + 1.45 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 1.447 + ], + [ + 0, + 0 + ], + [ + 0, + -1.448 + ] + ], + "v": [ + [ + -1.125, + -4.969 + ], + [ + -1.125, + 4.969 + ], + [ + 1.125, + 4.969 + ], + [ + 1.125, + -4.969 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + { + "i": [ + [ + 0, + -1.45 + ], + [ + 0, + 0 + ], + [ + 0, + 1.45 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 1.447 + ], + [ + 0, + 0 + ], + [ + 0, + -1.448 + ] + ], + "v": [ + [ + -1.125, + -4.969 + ], + [ + -1.125, + 4.969 + ], + [ + 1.125, + 4.969 + ], + [ + 1.125, + -4.969 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + { + "i": [ + [ + 0, + -1.45 + ], + [ + 0, + 0 + ], + [ + 0, + 1.45 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 1.447 + ], + [ + 0, + 0 + ], + [ + 0, + -1.448 + ] + ], + "v": [ + [ + -1.125, + -4.969 + ], + [ + -1.125, + 4.969 + ], + [ + 1.125, + 4.969 + ], + [ + 1.125, + -4.969 + ] + ], + "c": true + } + ] + }, + { + "t": 57.5575575575576, + "s": [ + { + "i": [ + [ + 0, + -1.45 + ], + [ + 0, + 0 + ], + [ + 0, + 1.45 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 1.447 + ], + [ + 0, + 0 + ], + [ + 0, + -1.448 + ] + ], + "v": [ + [ + -1.125, + -4.969 + ], + [ + -1.125, + 4.969 + ], + [ + 1.125, + 4.969 + ], + [ + 1.125, + -4.969 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.26699999641, + 0.361000001197, + 0.760999971278, + 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": [ + 1.375, + 6.669 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 9.00900900900901, + "op": 49.5495495495495, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 21, + "ty": 4, + "nm": "b3 Outlines", + "parent": 25, + "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.73, + "y": 0 + }, + "t": 0, + "s": [ + 77.223, + 62.839, + 0 + ], + "to": [ + 2.958, + -0.333, + 0 + ], + "ti": [ + -2.958, + 0.333, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 0.11 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + 94.973, + 60.839, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 0.11 + }, + "o": { + "x": 0.89, + "y": 0.89 + }, + "t": 21.522, + "s": [ + 94.973, + 60.839, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0.89 + }, + "t": 36.036, + "s": [ + 94.973, + 60.839, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + 94.973, + 60.839, + 0 + ], + "to": [ + -2.958, + 0.333, + 0 + ], + "ti": [ + 2.958, + -0.333, + 0 + ] + }, + { + "t": 57.5575575575576, + "s": [ + 77.223, + 62.839, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 1.375, + 6.669, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + -1.45 + ], + [ + 0, + 0 + ], + [ + 0, + 1.45 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 1.447 + ], + [ + 0, + 0 + ], + [ + 0, + -1.448 + ] + ], + "v": [ + [ + -1.125, + -4.969 + ], + [ + -1.125, + 4.969 + ], + [ + 1.125, + 4.969 + ], + [ + 1.125, + -4.969 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + { + "i": [ + [ + 0, + -1.45 + ], + [ + 0, + 0 + ], + [ + 0, + 1.45 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 1.447 + ], + [ + 0, + 0 + ], + [ + 0, + -1.448 + ] + ], + "v": [ + [ + -1.125, + -4.969 + ], + [ + -1.125, + 4.969 + ], + [ + 1.125, + 4.969 + ], + [ + 1.125, + -4.969 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 21.522, + "s": [ + { + "i": [ + [ + 0, + -1.45 + ], + [ + 0, + 0 + ], + [ + 0, + 1.45 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 1.447 + ], + [ + 0, + 0 + ], + [ + 0, + -1.448 + ] + ], + "v": [ + [ + -1.125, + -4.969 + ], + [ + -1.125, + 4.969 + ], + [ + 1.125, + 4.969 + ], + [ + 1.125, + -4.969 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + { + "i": [ + [ + 0, + -1.45 + ], + [ + 0, + 0 + ], + [ + 0, + 1.45 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 1.447 + ], + [ + 0, + 0 + ], + [ + 0, + -1.448 + ] + ], + "v": [ + [ + -1.125, + -4.969 + ], + [ + -1.125, + 4.969 + ], + [ + 1.125, + 4.969 + ], + [ + 1.125, + -4.969 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + { + "i": [ + [ + 0, + -1.45 + ], + [ + 0, + 0 + ], + [ + 0, + 1.45 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 1.447 + ], + [ + 0, + 0 + ], + [ + 0, + -1.448 + ] + ], + "v": [ + [ + -1.125, + -4.969 + ], + [ + -1.125, + 4.969 + ], + [ + 1.125, + 4.969 + ], + [ + 1.125, + -4.969 + ] + ], + "c": true + } + ] + }, + { + "t": 57.5575575575576, + "s": [ + { + "i": [ + [ + 0, + -1.45 + ], + [ + 0, + 0 + ], + [ + 0, + 1.45 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 1.447 + ], + [ + 0, + 0 + ], + [ + 0, + -1.448 + ] + ], + "v": [ + [ + -1.125, + -4.969 + ], + [ + -1.125, + 4.969 + ], + [ + 1.125, + 4.969 + ], + [ + 1.125, + -4.969 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.26699999641, + 0.361000001197, + 0.760999971278, + 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": [ + 1.375, + 6.669 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 9.00900900900901, + "op": 49.5495495495495, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 22, + "ty": 4, + "nm": "SIDE Outlines 3", + "parent": 25, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 93.062, + 91.646, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 16.214, + 94.462, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.4, + 0.4, + 0.4 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.6, + 0.6, + 0.6 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 16.517, + "s": [ + 20, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.4, + 0.4, + 0.4 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.6, + 0.6, + 0.6 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 18.018, + "s": [ + 100, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.4, + 0.4, + 0.4 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.6, + 0.6, + 0.6 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 42.543, + "s": [ + 100, + 100, + 100 + ] + }, + { + "t": 44.044044044044, + "s": [ + 20, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.4, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0.271, + 4.312 + ], + [ + 0, + 0 + ], + [ + 0.174, + 0.693 + ], + [ + 3.705, + -0.889 + ] + ], + "o": [ + [ + 7, + 2 + ], + [ + 0, + 0 + ], + [ + 0, + -0.759 + ], + [ + -0.928, + -3.696 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -6.521, + 100.562 + ], + [ + 6.208, + 96.25 + ], + [ + 6.229, + -67.241 + ], + [ + 5.962, + -69.427 + ], + [ + -2.498, + -74.422 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.4, + "y": 1 + }, + "o": { + "x": 0.6, + "y": 0 + }, + "t": 21.522, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0.043, + 4.571 + ], + [ + 0, + 0 + ], + [ + 0.059, + 0.829 + ], + [ + 0.092, + 2.744 + ] + ], + "o": [ + [ + -0.034, + -4.035 + ], + [ + 0, + 0 + ], + [ + 0, + -0.759 + ], + [ + -0.052, + -3.597 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 6.155, + 104.807 + ], + [ + 6.208, + 96.25 + ], + [ + 6.229, + -67.241 + ], + [ + 6.225, + -69.374 + ], + [ + 6.086, + -75.847 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.6, + "y": 0 + }, + "t": 36.036, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0.043, + 4.571 + ], + [ + 0, + 0 + ], + [ + 0.059, + 0.829 + ], + [ + 0.092, + 2.744 + ] + ], + "o": [ + [ + -0.034, + -4.035 + ], + [ + 0, + 0 + ], + [ + 0, + -0.759 + ], + [ + -0.052, + -3.597 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 6.155, + 104.807 + ], + [ + 6.208, + 96.25 + ], + [ + 6.229, + -67.241 + ], + [ + 6.225, + -69.374 + ], + [ + 6.086, + -75.847 + ] + ], + "c": false + } + ] + }, + { + "t": 47.5475475475476, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0.271, + 4.312 + ], + [ + 0, + 0 + ], + [ + 0.174, + 0.693 + ], + [ + 3.705, + -0.889 + ] + ], + "o": [ + [ + 7, + 2 + ], + [ + 0, + 0 + ], + [ + 0, + -0.759 + ], + [ + -0.928, + -3.696 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -6.521, + 100.562 + ], + [ + 6.208, + 96.25 + ], + [ + 6.229, + -67.241 + ], + [ + 5.962, + -69.427 + ], + [ + -2.498, + -74.422 + ] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.195999998205, + 0.289999988032, + 0.517999985639, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 5, + "ix": 5 + }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 11.5, + 80.312 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 16.5165165165165, + "op": 44.044044044044, + "st": -8.50850850850851, + "bm": 0 + }, + { + "ddd": 0, + "ind": 23, + "ty": 4, + "nm": "PHONE FRAME Outlines", + "parent": 25, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.73 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.11 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 10.01, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.11 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.89 + ], + "y": [ + 0 + ] + }, + "t": 21.522, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.89 + ], + "y": [ + 0 + ] + }, + "t": 36.036, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.27 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 47.548, + "s": [ + 0 + ] + }, + { + "t": 57.5575575575576, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0.73 + }, + "t": 0, + "s": [ + 43.131, + 91.37, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 0.11 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + 43.131, + 91.37, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 0.11 + }, + "o": { + "x": 0.89, + "y": 0.89 + }, + "t": 21.522, + "s": [ + 43.131, + 91.37, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0.89 + }, + "t": 36.036, + "s": [ + 43.131, + 91.37, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.27, + "y": 0.27 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + 43.131, + 91.37, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "t": 57.5575575575576, + "s": [ + 43.131, + 91.37, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 44.881, + 93.12, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ], + [ + 0, + 0 + ], + [ + -5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 5.113 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 5.113 + ], + [ + 0, + 0 + ], + [ + 5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ] + ], + "v": [ + [ + 33.622, + -91.12 + ], + [ + -33.621, + -91.12 + ], + [ + -42.88, + -81.862 + ], + [ + -42.88, + 81.862 + ], + [ + -33.621, + 91.12 + ], + [ + 33.622, + 91.12 + ], + [ + 42.88, + 81.862 + ], + [ + 42.88, + -81.862 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + { + "i": [ + [ + 5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ], + [ + 0, + 0 + ], + [ + -5.661, + -2.433 + ], + [ + 0, + 0 + ], + [ + 0, + 5.113 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 5.113 + ], + [ + 0, + 0 + ], + [ + 5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ] + ], + "v": [ + [ + 39.372, + -90.12 + ], + [ + -15.121, + -77.12 + ], + [ + -23.38, + -68.362 + ], + [ + -22.63, + 63.862 + ], + [ + -18.371, + 75.12 + ], + [ + 39.372, + 88.87 + ], + [ + 48.63, + 82.862 + ], + [ + 48.63, + -80.862 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 21.522, + "s": [ + { + "i": [ + [ + 1.387, + 2.461 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ], + [ + 0, + 0 + ], + [ + -0.614, + -0.673 + ], + [ + 0, + 0 + ], + [ + 0, + 5.113 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -0.576, + 2.967 + ], + [ + 0, + 0 + ], + [ + 0, + 5.113 + ], + [ + 0, + 0 + ], + [ + 0.996, + 0.563 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ] + ], + "v": [ + [ + 50.746, + -91.669 + ], + [ + 50.606, + -90.214 + ], + [ + 51.03, + -71.778 + ], + [ + 49.578, + 88.052 + ], + [ + 50.465, + 92.028 + ], + [ + 51.877, + 92.933 + ], + [ + 52.76, + 86.19 + ], + [ + 51.366, + -80.678 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + { + "i": [ + [ + 1.387, + 2.461 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ], + [ + 0, + 0 + ], + [ + -0.614, + -0.673 + ], + [ + 0, + 0 + ], + [ + 0, + 5.113 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -0.576, + 2.967 + ], + [ + 0, + 0 + ], + [ + 0, + 5.113 + ], + [ + 0, + 0 + ], + [ + 0.996, + 0.563 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ] + ], + "v": [ + [ + 50.746, + -91.669 + ], + [ + 50.606, + -90.214 + ], + [ + 51.03, + -71.778 + ], + [ + 49.578, + 88.052 + ], + [ + 50.465, + 92.028 + ], + [ + 51.877, + 92.933 + ], + [ + 52.76, + 86.19 + ], + [ + 51.366, + -80.678 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + { + "i": [ + [ + 5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ], + [ + 0, + 0 + ], + [ + -5.661, + -2.433 + ], + [ + 0, + 0 + ], + [ + 0, + 5.113 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 5.113 + ], + [ + 0, + 0 + ], + [ + 5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ] + ], + "v": [ + [ + 39.372, + -90.12 + ], + [ + -15.121, + -77.12 + ], + [ + -23.38, + -68.362 + ], + [ + -22.63, + 63.862 + ], + [ + -18.371, + 75.12 + ], + [ + 39.372, + 88.87 + ], + [ + 48.63, + 82.862 + ], + [ + 48.63, + -80.862 + ] + ], + "c": true + } + ] + }, + { + "t": 57.5575575575576, + "s": [ + { + "i": [ + [ + 5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ], + [ + 0, + 0 + ], + [ + -5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 5.113 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 5.113 + ], + [ + 0, + 0 + ], + [ + 5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ] + ], + "v": [ + [ + 33.622, + -91.12 + ], + [ + -33.621, + -91.12 + ], + [ + -42.88, + -81.862 + ], + [ + -42.88, + 81.862 + ], + [ + -33.621, + 91.12 + ], + [ + 33.622, + 91.12 + ], + [ + 42.88, + 81.862 + ], + [ + 42.88, + -81.862 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.26699999641, + 0.361000001197, + 0.760999971278, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 2, + "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": [ + 44.88, + 93.12 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 24, + "ty": 4, + "nm": "PHONE VESSEL Outlines", + "parent": 25, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.73 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.11 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 10.01, + "s": [ + -13 + ] + }, + { + "i": { + "x": [ + 0.11 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.89 + ], + "y": [ + 0 + ] + }, + "t": 21.522, + "s": [ + -13 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.89 + ], + "y": [ + 0 + ] + }, + "t": 36.036, + "s": [ + -13 + ] + }, + { + "i": { + "x": [ + 0.27 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 47.548, + "s": [ + -13 + ] + }, + { + "t": 57.5575575575576, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + 43.13, + 3.341, + 0 + ], + "to": [ + 2.042, + 1.208, + 0 + ], + "ti": [ + -2.042, + -1.208, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 0.11 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + 55.38, + 10.591, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 0.11 + }, + "o": { + "x": 0.89, + "y": 0.89 + }, + "t": 21.522, + "s": [ + 55.38, + 10.591, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0.89 + }, + "t": 36.036, + "s": [ + 55.38, + 10.591, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + 55.38, + 10.591, + 0 + ], + "to": [ + -2.042, + -1.208, + 0 + ], + "ti": [ + 2.042, + 1.208, + 0 + ] + }, + { + "t": 57.5575575575576, + "s": [ + 43.13, + 3.341, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 23.152, + 3.418, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.73, + 0.73, + 0.73 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 0, + "s": [ + 100, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.11, + 0.11, + 0.11 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 10.01, + "s": [ + 80, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.11, + 0.11, + 0.11 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.89, + 0.89, + 0.89 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 21.522, + "s": [ + 80, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.89, + 0.89, + 0.89 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 36.036, + "s": [ + 80, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.27, + 0.27, + 0.27 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0, + 0 + ] + }, + "t": 47.548, + "s": [ + 80, + 100, + 100 + ] + }, + { + "t": 57.5575575575576, + "s": [ + 100, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -2.154, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 2.152 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 2.152 + ], + [ + 0, + 0 + ], + [ + 2.153, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 22.902, + -3.168 + ], + [ + -22.902, + -3.168 + ], + [ + -22.902, + -0.73 + ], + [ + -19.003, + 3.168 + ], + [ + 19.004, + 3.168 + ], + [ + 22.902, + -0.73 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -2.154, + 0 + ], + [ + 0, + 0 + ], + [ + -0.482, + 2.079 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 2.152 + ], + [ + 0, + 0 + ], + [ + 2.153, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 25.666, + -2.465 + ], + [ + -22.044, + -2.945 + ], + [ + -22.958, + 0.157 + ], + [ + -19.003, + 3.168 + ], + [ + 21.276, + 3.908 + ], + [ + 25.174, + 0.01 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 21.522, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -2.154, + 0 + ], + [ + 0, + 0 + ], + [ + -0.482, + 2.079 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 2.152 + ], + [ + 0, + 0 + ], + [ + 0.708, + -0.092 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 52.72, + -1.79 + ], + [ + 49.2, + -1.102 + ], + [ + 48.3, + 1.958 + ], + [ + 49.995, + 3.774 + ], + [ + 50.705, + 3.811 + ], + [ + 51.99, + 0.542 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -2.154, + 0 + ], + [ + 0, + 0 + ], + [ + -0.482, + 2.079 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 2.152 + ], + [ + 0, + 0 + ], + [ + 0.708, + -0.092 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 52.72, + -1.79 + ], + [ + 49.2, + -1.102 + ], + [ + 48.3, + 1.958 + ], + [ + 49.995, + 3.774 + ], + [ + 50.705, + 3.811 + ], + [ + 51.99, + 0.542 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -2.154, + 0 + ], + [ + 0, + 0 + ], + [ + -0.482, + 2.079 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 2.152 + ], + [ + 0, + 0 + ], + [ + 2.153, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 25.666, + -2.465 + ], + [ + -22.044, + -2.945 + ], + [ + -22.958, + 0.157 + ], + [ + -19.003, + 3.168 + ], + [ + 21.276, + 3.908 + ], + [ + 25.174, + 0.01 + ] + ], + "c": true + } + ] + }, + { + "t": 57.5575575575576, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -2.154, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 2.152 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 2.152 + ], + [ + 0, + 0 + ], + [ + 2.153, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 22.902, + -3.168 + ], + [ + -22.902, + -3.168 + ], + [ + -22.902, + -0.73 + ], + [ + -19.003, + 3.168 + ], + [ + 19.004, + 3.168 + ], + [ + 22.902, + -0.73 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.26699999641, + 0.361000001197, + 0.760999971278, + 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": [ + 23.152, + 3.418 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 25, + "ty": 4, + "nm": "PHONE screen", + "td": 1, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.73 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.11 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 10.01, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.11 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.89 + ], + "y": [ + 0 + ] + }, + "t": 21.522, + "s": [ + 43 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.89 + ], + "y": [ + 0 + ] + }, + "t": 36.036, + "s": [ + 43 + ] + }, + { + "i": { + "x": [ + 0.27 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 47.548, + "s": [ + 0 + ] + }, + { + "t": 57.5575575575576, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0.73 + }, + "t": 0, + "s": [ + 1189.533, + 567.813, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + 1189.533, + 567.813, + 0 + ], + "to": [ + 7.917, + -3.583, + 0 + ], + "ti": [ + -7.917, + 3.583, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 0.11 + }, + "o": { + "x": 0.89, + "y": 0.89 + }, + "t": 21.522, + "s": [ + 1237.033, + 546.313, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + 1237.033, + 546.313, + 0 + ], + "to": [ + -7.917, + 3.583, + 0 + ], + "ti": [ + 7.917, + -3.583, + 0 + ] + }, + { + "i": { + "x": 0.27, + "y": 0.27 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + 1189.533, + 567.813, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "t": 57.5575575575576, + "s": [ + 1189.533, + 567.813, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 43.131, + 91.37, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ], + [ + 0, + 0 + ], + [ + -5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 5.113 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 5.113 + ], + [ + 0, + 0 + ], + [ + 5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ] + ], + "v": [ + [ + 33.622, + -91.12 + ], + [ + -33.621, + -91.12 + ], + [ + -42.88, + -81.862 + ], + [ + -42.88, + 81.862 + ], + [ + -33.621, + 91.12 + ], + [ + 33.622, + 91.12 + ], + [ + 42.88, + 81.862 + ], + [ + 42.88, + -81.862 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + { + "i": [ + [ + 5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ], + [ + 0, + 0 + ], + [ + -3.161, + -0.683 + ], + [ + 0, + 0 + ], + [ + 0, + 5.113 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -5.661, + 1.557 + ], + [ + 0, + 0 + ], + [ + 0, + 5.113 + ], + [ + 0, + 0 + ], + [ + 5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ] + ], + "v": [ + [ + 41.372, + -89.62 + ], + [ + -15.371, + -77.12 + ], + [ + -23.13, + -67.362 + ], + [ + -23.13, + 67.612 + ], + [ + -16.371, + 75.37 + ], + [ + 39.122, + 88.12 + ], + [ + 48.13, + 83.612 + ], + [ + 48.63, + -81.112 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 21.522, + "s": [ + { + "i": [ + [ + 1.562, + 0.445 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ], + [ + 0, + 0 + ], + [ + -1.14, + -0.075 + ], + [ + 0, + 0 + ], + [ + -0.713, + 7.791 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -0.027, + 2.004 + ], + [ + 0, + 0 + ], + [ + 0, + 5.113 + ], + [ + 0, + 0 + ], + [ + 0.582, + 0.051 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ] + ], + "v": [ + [ + 51.35, + -92.986 + ], + [ + 50.857, + -92.518 + ], + [ + 50.788, + -87.068 + ], + [ + 49.765, + 88.598 + ], + [ + 51.472, + 92.863 + ], + [ + 52.632, + 92.527 + ], + [ + 53.272, + 83.261 + ], + [ + 51.898, + -86.039 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + { + "i": [ + [ + 1.562, + 0.445 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ], + [ + 0, + 0 + ], + [ + -1.14, + -0.075 + ], + [ + 0, + 0 + ], + [ + -0.713, + 7.791 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -0.027, + 2.004 + ], + [ + 0, + 0 + ], + [ + 0, + 5.113 + ], + [ + 0, + 0 + ], + [ + 0.582, + 0.051 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ] + ], + "v": [ + [ + 51.35, + -92.986 + ], + [ + 50.857, + -92.518 + ], + [ + 50.788, + -87.068 + ], + [ + 49.765, + 88.598 + ], + [ + 51.472, + 92.863 + ], + [ + 52.632, + 92.527 + ], + [ + 53.272, + 83.261 + ], + [ + 51.898, + -86.039 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + { + "i": [ + [ + 5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ], + [ + 0, + 0 + ], + [ + -3.161, + -0.683 + ], + [ + 0, + 0 + ], + [ + 0, + 5.113 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -5.661, + 1.557 + ], + [ + 0, + 0 + ], + [ + 0, + 5.113 + ], + [ + 0, + 0 + ], + [ + 5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ] + ], + "v": [ + [ + 41.372, + -89.62 + ], + [ + -15.371, + -77.12 + ], + [ + -23.13, + -67.362 + ], + [ + -23.13, + 67.612 + ], + [ + -16.371, + 75.37 + ], + [ + 39.122, + 88.12 + ], + [ + 48.13, + 83.612 + ], + [ + 48.63, + -81.112 + ] + ], + "c": true + } + ] + }, + { + "t": 57.5575575575576, + "s": [ + { + "i": [ + [ + 5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ], + [ + 0, + 0 + ], + [ + -5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 5.113 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 5.113 + ], + [ + 0, + 0 + ], + [ + 5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ] + ], + "v": [ + [ + 33.622, + -91.12 + ], + [ + -33.621, + -91.12 + ], + [ + -42.88, + -81.862 + ], + [ + -42.88, + 81.862 + ], + [ + -33.621, + 91.12 + ], + [ + 33.622, + 91.12 + ], + [ + 42.88, + 81.862 + ], + [ + 42.88, + -81.862 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.455000005984, + 0.851000019148, + 0.722000002394, + 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": [ + 43.13, + 91.37 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 26, + "ty": 0, + "nm": "01-AE-brillo", + "tt": 1, + "refId": "comp_14", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 74.074, + "s": [ + 0 + ] + }, + { + "t": 76.5765765765766, + "s": [ + 100 + ] + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 1279.62, + 563.25, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 528, + 352.5, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 33, + 33, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 528, + "h": 705, + "ip": 74.0740740740741, + "op": 179.179179179179, + "st": 74.0740740740741, + "bm": 0 + }, + { + "ddd": 0, + "ind": 27, + "ty": 4, + "nm": "PHONE screen 2", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.73 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.11 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 10.01, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.11 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.89 + ], + "y": [ + 0 + ] + }, + "t": 21.522, + "s": [ + 43 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.89 + ], + "y": [ + 0 + ] + }, + "t": 36.036, + "s": [ + 43 + ] + }, + { + "i": { + "x": [ + 0.13 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 47.548, + "s": [ + 0 + ] + }, + { + "t": 57.5575575575576, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0.73 + }, + "t": 0, + "s": [ + 1189.533, + 567.813, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + 1189.533, + 567.813, + 0 + ], + "to": [ + 7.917, + -3.583, + 0 + ], + "ti": [ + -7.917, + 3.583, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 0.11 + }, + "o": { + "x": 0.89, + "y": 0.89 + }, + "t": 21.522, + "s": [ + 1237.033, + 546.313, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + 1237.033, + 546.313, + 0 + ], + "to": [ + -7.917, + 3.583, + 0 + ], + "ti": [ + 7.917, + -3.583, + 0 + ] + }, + { + "i": { + "x": 0.13, + "y": 0.13 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + 1189.533, + 567.813, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "t": 57.5575575575576, + "s": [ + 1189.533, + 567.813, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 43.131, + 91.37, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ], + [ + 0, + 0 + ], + [ + -5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 5.113 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 5.113 + ], + [ + 0, + 0 + ], + [ + 5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ] + ], + "v": [ + [ + 33.622, + -91.12 + ], + [ + -33.621, + -91.12 + ], + [ + -42.88, + -81.862 + ], + [ + -42.88, + 81.862 + ], + [ + -33.621, + 91.12 + ], + [ + 33.622, + 91.12 + ], + [ + 42.88, + 81.862 + ], + [ + 42.88, + -81.862 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + { + "i": [ + [ + 5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ], + [ + 0, + 0 + ], + [ + -3.161, + -0.683 + ], + [ + 0, + 0 + ], + [ + 0, + 5.113 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -5.661, + 1.557 + ], + [ + 0, + 0 + ], + [ + 0, + 5.113 + ], + [ + 0, + 0 + ], + [ + 5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ] + ], + "v": [ + [ + 41.372, + -89.62 + ], + [ + -15.371, + -77.12 + ], + [ + -23.13, + -67.362 + ], + [ + -23.13, + 67.612 + ], + [ + -16.371, + 75.37 + ], + [ + 39.122, + 88.12 + ], + [ + 48.13, + 83.612 + ], + [ + 48.63, + -81.112 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 21.522, + "s": [ + { + "i": [ + [ + 1.562, + 0.445 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ], + [ + 0, + 0 + ], + [ + -1.14, + -0.075 + ], + [ + 0, + 0 + ], + [ + -0.713, + 7.791 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -0.027, + 2.004 + ], + [ + 0, + 0 + ], + [ + 0, + 5.113 + ], + [ + 0, + 0 + ], + [ + 0.582, + 0.051 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ] + ], + "v": [ + [ + 51.35, + -92.986 + ], + [ + 50.857, + -92.518 + ], + [ + 50.788, + -87.068 + ], + [ + 49.765, + 88.598 + ], + [ + 51.472, + 92.863 + ], + [ + 52.632, + 92.527 + ], + [ + 53.272, + 83.261 + ], + [ + 51.898, + -86.039 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + { + "i": [ + [ + 1.562, + 0.445 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ], + [ + 0, + 0 + ], + [ + -1.14, + -0.075 + ], + [ + 0, + 0 + ], + [ + -0.713, + 7.791 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -0.027, + 2.004 + ], + [ + 0, + 0 + ], + [ + 0, + 5.113 + ], + [ + 0, + 0 + ], + [ + 0.582, + 0.051 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ] + ], + "v": [ + [ + 51.35, + -92.986 + ], + [ + 50.857, + -92.518 + ], + [ + 50.788, + -87.068 + ], + [ + 49.765, + 88.598 + ], + [ + 51.472, + 92.863 + ], + [ + 52.632, + 92.527 + ], + [ + 53.272, + 83.261 + ], + [ + 51.898, + -86.039 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.13, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + { + "i": [ + [ + 5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ], + [ + 0, + 0 + ], + [ + -3.161, + -0.683 + ], + [ + 0, + 0 + ], + [ + 0, + 5.113 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -5.661, + 1.557 + ], + [ + 0, + 0 + ], + [ + 0, + 5.113 + ], + [ + 0, + 0 + ], + [ + 5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ] + ], + "v": [ + [ + 41.372, + -89.62 + ], + [ + -15.371, + -77.12 + ], + [ + -23.13, + -67.362 + ], + [ + -23.13, + 67.612 + ], + [ + -16.371, + 75.37 + ], + [ + 39.122, + 88.12 + ], + [ + 48.13, + 83.612 + ], + [ + 48.63, + -81.112 + ] + ], + "c": true + } + ] + }, + { + "t": 57.5575575575576, + "s": [ + { + "i": [ + [ + 5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ], + [ + 0, + 0 + ], + [ + -5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 5.113 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 5.113 + ], + [ + 0, + 0 + ], + [ + 5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ] + ], + "v": [ + [ + 33.622, + -91.12 + ], + [ + -33.621, + -91.12 + ], + [ + -42.88, + -81.862 + ], + [ + -42.88, + 81.862 + ], + [ + -33.621, + 91.12 + ], + [ + 33.622, + 91.12 + ], + [ + 42.88, + 81.862 + ], + [ + 42.88, + -81.862 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.455000005984, + 0.851000019148, + 0.722000002394, + 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": [ + 43.13, + 91.37 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 28, + "ty": 4, + "nm": "SIDE Outlines", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.27 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.73 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.73 + ], + "y": [ + 0 + ] + }, + "t": 4.004, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.11 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 10.01, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.11 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.89 + ], + "y": [ + 0 + ] + }, + "t": 21.522, + "s": [ + 43 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.89 + ], + "y": [ + 0 + ] + }, + "t": 36.036, + "s": [ + 43 + ] + }, + { + "i": { + "x": [ + 0.27 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 47.548, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.27 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.73 + ], + "y": [ + 0 + ] + }, + "t": 53.554, + "s": [ + 0 + ] + }, + { + "t": 57.5575575575576, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + 1224.75, + 553.939, + 0 + ], + "to": [ + 1.667, + 0, + 0 + ], + "ti": [ + -9.333, + -2, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + 1234.75, + 553.939, + 0 + ], + "to": [ + 9.333, + 2, + 0 + ], + "ti": [ + -7.667, + -2, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 0.11 + }, + "o": { + "x": 0.89, + "y": 0.89 + }, + "t": 21.522, + "s": [ + 1280.75, + 565.939, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + 1280.75, + 565.939, + 0 + ], + "to": [ + -7.667, + -2, + 0 + ], + "ti": [ + 9.333, + 2, + 0 + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + 1234.75, + 553.939, + 0 + ], + "to": [ + -9.333, + -2, + 0 + ], + "ti": [ + 1.667, + 0, + 0 + ] + }, + { + "t": 57.5575575575576, + "s": [ + 1224.75, + 553.939, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 11.5, + 80.312, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0.271, + 4.312 + ], + [ + 0, + 0 + ], + [ + 0.174, + 0.693 + ], + [ + 3.705, + -0.889 + ] + ], + "o": [ + [ + 7, + 2 + ], + [ + 0, + 0 + ], + [ + 0, + -0.759 + ], + [ + -0.928, + -3.696 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -6.521, + 100.562 + ], + [ + 6.208, + 96.25 + ], + [ + 6.229, + -67.241 + ], + [ + 5.962, + -69.427 + ], + [ + -2.498, + -74.422 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 4.004, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0.271, + 4.312 + ], + [ + 0, + 0 + ], + [ + 0.174, + 0.693 + ], + [ + 3.705, + -0.889 + ] + ], + "o": [ + [ + 7, + 2 + ], + [ + 0, + 0 + ], + [ + 0, + -0.759 + ], + [ + -0.928, + -3.696 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -6.521, + 100.562 + ], + [ + 6.208, + 96.25 + ], + [ + 6.229, + -67.241 + ], + [ + 5.962, + -69.427 + ], + [ + -2.498, + -74.422 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0.271, + 4.312 + ], + [ + 0, + 0 + ], + [ + 0.174, + 0.693 + ], + [ + 3.705, + -0.889 + ] + ], + "o": [ + [ + 7, + 2 + ], + [ + 0, + 0 + ], + [ + 0, + -0.759 + ], + [ + -0.928, + -3.696 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -6.521, + 100.562 + ], + [ + 6.208, + 96.25 + ], + [ + 6.229, + -67.241 + ], + [ + 5.962, + -69.427 + ], + [ + -2.498, + -74.422 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 21.522, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0.043, + 4.571 + ], + [ + 0, + 0 + ], + [ + 0.059, + 0.829 + ], + [ + 0.092, + 2.744 + ] + ], + "o": [ + [ + -0.034, + -4.035 + ], + [ + 0, + 0 + ], + [ + 0, + -0.759 + ], + [ + -0.052, + -3.597 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 6.318, + 107.731 + ], + [ + 6.208, + 96.25 + ], + [ + 6.229, + -67.241 + ], + [ + 6.225, + -69.374 + ], + [ + 6.086, + -75.847 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0.043, + 4.571 + ], + [ + 0, + 0 + ], + [ + 0.059, + 0.829 + ], + [ + 0.092, + 2.744 + ] + ], + "o": [ + [ + -0.034, + -4.035 + ], + [ + 0, + 0 + ], + [ + 0, + -0.759 + ], + [ + -0.052, + -3.597 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 6.318, + 107.731 + ], + [ + 6.208, + 96.25 + ], + [ + 6.229, + -67.241 + ], + [ + 6.225, + -69.374 + ], + [ + 6.086, + -75.847 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0.271, + 4.312 + ], + [ + 0, + 0 + ], + [ + 0.174, + 0.693 + ], + [ + 3.705, + -0.889 + ] + ], + "o": [ + [ + 7, + 2 + ], + [ + 0, + 0 + ], + [ + 0, + -0.759 + ], + [ + -0.928, + -3.696 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -6.521, + 100.562 + ], + [ + 6.208, + 96.25 + ], + [ + 6.229, + -67.241 + ], + [ + 5.962, + -69.427 + ], + [ + -2.498, + -74.422 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 53.554, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0.271, + 4.312 + ], + [ + 0, + 0 + ], + [ + 0.174, + 0.693 + ], + [ + 3.705, + -0.889 + ] + ], + "o": [ + [ + 7, + 2 + ], + [ + 0, + 0 + ], + [ + 0, + -0.759 + ], + [ + -0.928, + -3.696 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -6.521, + 100.562 + ], + [ + 6.208, + 96.25 + ], + [ + 6.229, + -67.241 + ], + [ + 5.962, + -69.427 + ], + [ + -2.498, + -74.422 + ] + ], + "c": false + } + ] + }, + { + "t": 57.5575575575576, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0.271, + 4.312 + ], + [ + 0, + 0 + ], + [ + 0.174, + 0.693 + ], + [ + 3.705, + -0.889 + ] + ], + "o": [ + [ + 7, + 2 + ], + [ + 0, + 0 + ], + [ + 0, + -0.759 + ], + [ + -0.928, + -3.696 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -6.521, + 100.562 + ], + [ + 6.208, + 96.25 + ], + [ + 6.229, + -67.241 + ], + [ + 5.962, + -69.427 + ], + [ + -2.498, + -74.422 + ] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.195999998205, + 0.289999988032, + 0.517999985639, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 5, + "ix": 5 + }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 11.5, + 80.312 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 29, + "ty": 4, + "nm": "SIDE Outlines 4", + "parent": 25, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 88.348, + 77.496, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 11.5, + 80.312, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0.271, + 4.312 + ], + [ + 0, + 0 + ], + [ + 0.174, + 0.693 + ], + [ + 3.705, + -0.889 + ] + ], + "o": [ + [ + 7, + 2 + ], + [ + 0, + 0 + ], + [ + 0, + -0.759 + ], + [ + -0.928, + -3.696 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -6.521, + 100.562 + ], + [ + 6.208, + 96.25 + ], + [ + 6.229, + -67.241 + ], + [ + 5.962, + -69.427 + ], + [ + -2.498, + -74.422 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 21.522, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0.043, + 4.571 + ], + [ + 0, + 0 + ], + [ + 0.059, + 0.829 + ], + [ + 0.092, + 2.744 + ] + ], + "o": [ + [ + -0.034, + -4.035 + ], + [ + 0, + 0 + ], + [ + 0, + -0.759 + ], + [ + -0.052, + -3.597 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 6.155, + 104.807 + ], + [ + 6.208, + 96.25 + ], + [ + 6.229, + -67.241 + ], + [ + 6.225, + -69.374 + ], + [ + 6.086, + -75.847 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0.043, + 4.571 + ], + [ + 0, + 0 + ], + [ + 0.059, + 0.829 + ], + [ + 0.092, + 2.744 + ] + ], + "o": [ + [ + -0.034, + -4.035 + ], + [ + 0, + 0 + ], + [ + 0, + -0.759 + ], + [ + -0.052, + -3.597 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 6.155, + 104.807 + ], + [ + 6.208, + 96.25 + ], + [ + 6.229, + -67.241 + ], + [ + 6.225, + -69.374 + ], + [ + 6.086, + -75.847 + ] + ], + "c": false + } + ] + }, + { + "t": 47.5475475475476, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0.271, + 4.312 + ], + [ + 0, + 0 + ], + [ + 0.174, + 0.693 + ], + [ + 3.705, + -0.889 + ] + ], + "o": [ + [ + 7, + 2 + ], + [ + 0, + 0 + ], + [ + 0, + -0.759 + ], + [ + -0.928, + -3.696 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -6.521, + 100.562 + ], + [ + 6.208, + 96.25 + ], + [ + 6.229, + -67.241 + ], + [ + 5.962, + -69.427 + ], + [ + -2.498, + -74.422 + ] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.195999998205, + 0.289999988032, + 0.517999985639, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 5, + "ix": 5 + }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 11.5, + 80.312 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 10.01001001001, + "op": 47.5475475475476, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 30, + "ty": 4, + "nm": "F1B Outlines", + "parent": 7, + "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.73, + "y": 0 + }, + "t": 0, + "s": [ + -25.311, + 11.075, + 0 + ], + "to": [ + 7.083, + 1.667, + 0 + ], + "ti": [ + -7.083, + -1.667, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 0.11 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + 17.189, + 21.075, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 0.11 + }, + "o": { + "x": 0.89, + "y": 0.89 + }, + "t": 21.522, + "s": [ + 17.189, + 21.075, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0.89 + }, + "t": 36.036, + "s": [ + 17.189, + 21.075, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + 17.189, + 21.075, + 0 + ], + "to": [ + -7.083, + -1.667, + 0 + ], + "ti": [ + 7.083, + 1.667, + 0 + ] + }, + { + "t": 57.5575575575576, + "s": [ + -25.311, + 11.075, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 14.498, + 12.213, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 12.179, + -3.118 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + -0.439, + 2.249 + ], + [ + -12.18, + 3.117 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 14.248, + -11.963 + ], + [ + -2.068, + 8.846 + ], + [ + -3.853, + -7.177 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 3.992, + -6.474 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + -0.439, + 2.249 + ], + [ + -6.599, + 10.702 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 14.498, + -8.713 + ], + [ + -4.068, + 16.346 + ], + [ + -3.853, + -7.177 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 21.522, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 5.974, + -4.706 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + -0.439, + 2.249 + ], + [ + -39.977, + 31.491 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 14.498, + -8.713 + ], + [ + -4.645, + 58.166 + ], + [ + -3.853, + -7.177 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 5.974, + -4.706 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + -0.439, + 2.249 + ], + [ + -39.977, + 31.491 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 14.498, + -8.713 + ], + [ + -4.645, + 58.166 + ], + [ + -3.853, + -7.177 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 3.992, + -6.474 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + -0.439, + 2.249 + ], + [ + -6.599, + 10.702 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 14.498, + -8.713 + ], + [ + -4.068, + 16.346 + ], + [ + -3.853, + -7.177 + ] + ], + "c": true + } + ] + }, + { + "t": 57.5575575575576, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 12.179, + -3.118 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + -0.439, + 2.249 + ], + [ + -12.18, + 3.117 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 14.248, + -11.963 + ], + [ + -2.068, + 8.846 + ], + [ + -3.853, + -7.177 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 14.498, + 12.213 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 31, + "ty": 4, + "nm": "F2B Outlines", + "parent": 6, + "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.73, + "y": 0 + }, + "t": 0, + "s": [ + -31.324, + -0.443, + 0 + ], + "to": [ + 6, + 3.5, + 0 + ], + "ti": [ + -6, + -3.5, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 0.11 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + 4.676, + 20.557, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 0.11 + }, + "o": { + "x": 0.89, + "y": 0.89 + }, + "t": 21.522, + "s": [ + 4.676, + 20.557, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0.89 + }, + "t": 36.036, + "s": [ + 4.676, + 20.557, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + 4.676, + 20.557, + 0 + ], + "to": [ + -6, + -3.5, + 0 + ], + "ti": [ + 6, + 3.5, + 0 + ] + }, + { + "t": 57.5575575575576, + "s": [ + -31.324, + -0.443, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 26.937, + 8.459, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 26.244, + -1.413 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -26.245, + 1.413 + ] + ], + "v": [ + [ + 26.687, + -8.209 + ], + [ + -0.442, + 6.796 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 26.244, + -1.413 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -26.245, + 1.413 + ] + ], + "v": [ + [ + 26.687, + -8.209 + ], + [ + -1.442, + 11.796 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 21.522, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 60.568, + 9.351 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -25.975, + -4.01 + ] + ], + "v": [ + [ + 40.69, + -19.272 + ], + [ + -1.441, + 11.796 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 60.568, + 9.351 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -25.975, + -4.01 + ] + ], + "v": [ + [ + 40.69, + -19.272 + ], + [ + -1.441, + 11.796 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 26.244, + -1.413 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -26.245, + 1.413 + ] + ], + "v": [ + [ + 26.687, + -8.209 + ], + [ + -1.442, + 11.796 + ] + ], + "c": true + } + ] + }, + { + "t": 57.5575575575576, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 26.244, + -1.413 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -26.245, + 1.413 + ] + ], + "v": [ + [ + 26.687, + -8.209 + ], + [ + -0.442, + 6.796 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 26.936, + 8.459 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 32, + "ty": 4, + "nm": "F3B Outlines", + "parent": 5, + "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.73, + "y": 0 + }, + "t": 0, + "s": [ + -30.909, + -8.257, + 0 + ], + "to": [ + 5.5, + 4.917, + 0 + ], + "ti": [ + -5.5, + -4.917, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 0.11 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + 2.091, + 21.243, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 0.11 + }, + "o": { + "x": 0.89, + "y": 0.89 + }, + "t": 21.522, + "s": [ + 2.091, + 21.243, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0.89 + }, + "t": 36.036, + "s": [ + 2.091, + 21.243, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + 2.091, + 21.243, + 0 + ], + "to": [ + -5.5, + -4.917, + 0 + ], + "ti": [ + 5.5, + 4.917, + 0 + ] + }, + { + "t": 57.5575575575576, + "s": [ + -30.909, + -8.257, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 26.937, + 8.459, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 26.245, + -1.413 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -26.244, + 1.413 + ] + ], + "v": [ + [ + 26.687, + -8.209 + ], + [ + -0.443, + 6.796 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 26.245, + -1.413 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -26.244, + 1.413 + ] + ], + "v": [ + [ + 26.687, + -8.209 + ], + [ + 0.057, + 3.296 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 21.522, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 57.557, + 25.071 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -24.095, + -10.496 + ] + ], + "v": [ + [ + 49.218, + -22.635 + ], + [ + 0.057, + 3.296 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 57.557, + 25.071 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -24.095, + -10.496 + ] + ], + "v": [ + [ + 49.218, + -22.635 + ], + [ + 0.057, + 3.296 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 26.245, + -1.413 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -26.244, + 1.413 + ] + ], + "v": [ + [ + 26.687, + -8.209 + ], + [ + 0.057, + 3.296 + ] + ], + "c": true + } + ] + }, + { + "t": 57.5575575575576, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 26.245, + -1.413 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -26.244, + 1.413 + ] + ], + "v": [ + [ + 26.687, + -8.209 + ], + [ + -0.443, + 6.796 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 26.936, + 8.459 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 33, + "ty": 4, + "nm": "F4B Outlines", + "parent": 4, + "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.73, + "y": 0 + }, + "t": 0, + "s": [ + -26.124, + -15.932, + 0 + ], + "to": [ + 2.5, + 6.875, + 0 + ], + "ti": [ + -2.5, + -6.875, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 0.11 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + -11.124, + 25.318, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 0.11 + }, + "o": { + "x": 0.89, + "y": 0.89 + }, + "t": 21.522, + "s": [ + -11.124, + 25.318, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0.89 + }, + "t": 36.036, + "s": [ + -11.124, + 25.318, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + -11.124, + 25.318, + 0 + ], + "to": [ + -2.5, + -6.875, + 0 + ], + "ti": [ + 2.5, + 6.875, + 0 + ] + }, + { + "t": 57.5575575575576, + "s": [ + -26.124, + -15.932, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 26.937, + 8.459, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 1 + ] + }, + "o": { + "x": [ + 0.73, + 0.73, + 0.73 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 0, + "s": [ + 100, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.11, + 0.11, + 0.11 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 10.01, + "s": [ + 120, + 120, + 100 + ] + }, + { + "i": { + "x": [ + 0.11, + 0.11, + 0.11 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.89, + 0.89, + 0.89 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 21.522, + "s": [ + 120, + 120, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.89, + 0.89, + 0.89 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 36.036, + "s": [ + 120, + 120, + 100 + ] + }, + { + "i": { + "x": [ + 0.27, + 0.27, + 0.27 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0 + ] + }, + "t": 47.548, + "s": [ + 120, + 120, + 100 + ] + }, + { + "t": 57.5575575575576, + "s": [ + 100, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 26.244, + -1.413 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -26.244, + 1.413 + ] + ], + "v": [ + [ + 26.687, + -8.209 + ], + [ + -0.443, + 6.796 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 107.44, + -9.177 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -26.187, + 2.237 + ] + ], + "v": [ + [ + -1.438, + -27.584 + ], + [ + -17.693, + -11.704 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 21.522, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 133.923, + -24.609 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -25.849, + 4.75 + ] + ], + "v": [ + [ + 34.057, + -34.298 + ], + [ + -10.571, + 4.821 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 133.923, + -24.609 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -25.849, + 4.75 + ] + ], + "v": [ + [ + 34.057, + -34.298 + ], + [ + -10.571, + 4.821 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 107.44, + -9.177 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -26.187, + 2.237 + ] + ], + "v": [ + [ + -1.438, + -27.584 + ], + [ + -17.693, + -11.704 + ] + ], + "c": true + } + ] + }, + { + "t": 57.5575575575576, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 26.244, + -1.413 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -26.244, + 1.413 + ] + ], + "v": [ + [ + 26.687, + -8.209 + ], + [ + -0.443, + 6.796 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 26.936, + 8.459 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 34, + "ty": 4, + "nm": "PALM Outlines", + "parent": 35, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.73 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.11 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 10.01, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.11 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.89 + ], + "y": [ + 0 + ] + }, + "t": 21.522, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.89 + ], + "y": [ + 0 + ] + }, + "t": 36.036, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.27 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 47.548, + "s": [ + 0 + ] + }, + { + "t": 57.5575575575576, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0.73 + }, + "t": 0, + "s": [ + 156.455, + -9.455, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 0.11 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + 156.455, + -9.455, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 0.11 + }, + "o": { + "x": 0.89, + "y": 0.89 + }, + "t": 21.522, + "s": [ + 156.455, + -9.455, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0.89 + }, + "t": 36.036, + "s": [ + 156.455, + -9.455, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.27, + "y": 0.27 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + 156.455, + -9.455, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "t": 57.5575575575576, + "s": [ + 156.455, + -9.455, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 52.648, + 73.739, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -11.534, + 15.818 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -22.079, + 10.875 + ], + [ + 22.079, + -10.875 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -22.26, + 31.794 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -12.579, + 2.375 + ], + [ + 35.579, + -13.375 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 21.522, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -23.106, + 14.181 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -6.03, + 25.693 + ], + [ + 27.019, + 7.821 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -23.106, + 14.181 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -6.03, + 25.693 + ], + [ + 27.019, + 7.821 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -22.26, + 31.794 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -12.579, + 2.375 + ], + [ + 35.579, + -13.375 + ] + ], + "c": false + } + ] + }, + { + "t": 57.5575575575576, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -11.534, + 15.818 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -22.079, + 10.875 + ], + [ + 22.079, + -10.875 + ] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 0.312, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 53.636, + 125.478 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + -31.307, + 10.875 + ], + [ + -11.534, + 15.818 + ], + [ + 0, + 0 + ], + [ + 30.318, + -13.841 + ], + [ + 0.658, + -11.205 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 11.534, + -15.818 + ], + [ + 0, + 0 + ], + [ + -30.318, + 13.841 + ], + [ + -0.659, + 11.205 + ] + ], + "v": [ + [ + -21.091, + 62.614 + ], + [ + 23.068, + 40.864 + ], + [ + 44.819, + -13.841 + ], + [ + 22.08, + -59.648 + ], + [ + -36.579, + -19.114 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + { + "i": [ + [ + -31.307, + 10.875 + ], + [ + -24.059, + 32.257 + ], + [ + 0, + 0 + ], + [ + 22.793, + -12.968 + ], + [ + 0.658, + -11.205 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 6.24, + -8.367 + ], + [ + 0, + 0 + ], + [ + -28.968, + 16.481 + ], + [ + -0.659, + 11.205 + ] + ], + "v": [ + [ + -1.591, + 55.614 + ], + [ + 38.068, + 36.025 + ], + [ + 44.125, + -17.712 + ], + [ + 24.016, + -67.874 + ], + [ + -36.579, + -19.114 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 21.522, + "s": [ + { + "i": [ + [ + -31.307, + 10.875 + ], + [ + -5.756, + 5.344 + ], + [ + 0, + 0 + ], + [ + -3.998, + 61.072 + ], + [ + 0.658, + -11.205 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 9.581, + -8.896 + ], + [ + 0, + 0 + ], + [ + 1.045, + -15.962 + ], + [ + -0.659, + 11.205 + ] + ], + "v": [ + [ + -11.189, + 80.005 + ], + [ + 28.516, + 59.13 + ], + [ + 22.291, + 36.904 + ], + [ + 24.016, + -67.874 + ], + [ + -0.279, + 20.19 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + { + "i": [ + [ + -31.307, + 10.875 + ], + [ + -5.756, + 5.344 + ], + [ + 0, + 0 + ], + [ + -3.998, + 61.072 + ], + [ + 0.658, + -11.205 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 9.581, + -8.896 + ], + [ + 0, + 0 + ], + [ + 1.045, + -15.962 + ], + [ + -0.659, + 11.205 + ] + ], + "v": [ + [ + -11.189, + 80.005 + ], + [ + 28.516, + 59.13 + ], + [ + 22.291, + 36.904 + ], + [ + 24.016, + -67.874 + ], + [ + -0.279, + 20.19 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + { + "i": [ + [ + -31.307, + 10.875 + ], + [ + -24.059, + 32.257 + ], + [ + 0, + 0 + ], + [ + 22.793, + -12.968 + ], + [ + 0.658, + -11.205 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 6.24, + -8.367 + ], + [ + 0, + 0 + ], + [ + -28.968, + 16.481 + ], + [ + -0.659, + 11.205 + ] + ], + "v": [ + [ + -1.591, + 55.614 + ], + [ + 38.068, + 36.025 + ], + [ + 44.125, + -17.712 + ], + [ + 24.016, + -67.874 + ], + [ + -36.579, + -19.114 + ] + ], + "c": true + } + ] + }, + { + "t": 57.5575575575576, + "s": [ + { + "i": [ + [ + -31.307, + 10.875 + ], + [ + -11.534, + 15.818 + ], + [ + 0, + 0 + ], + [ + 30.318, + -13.841 + ], + [ + 0.658, + -11.205 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 11.534, + -15.818 + ], + [ + 0, + 0 + ], + [ + -30.318, + 13.841 + ], + [ + -0.659, + 11.205 + ] + ], + "v": [ + [ + -21.091, + 62.614 + ], + [ + 23.068, + 40.864 + ], + [ + 44.819, + -13.841 + ], + [ + 22.08, + -59.648 + ], + [ + -36.579, + -19.114 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 52.648, + 73.739 + ], + "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": "Group 2", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 35, + "ty": 4, + "nm": "HAND Outlines", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.73 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.11 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 10.01, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.11 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.89 + ], + "y": [ + 0 + ] + }, + "t": 21.522, + "s": [ + 27 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.89 + ], + "y": [ + 0 + ] + }, + "t": 36.036, + "s": [ + 27 + ] + }, + { + "i": { + "x": [ + 0.27 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 47.548, + "s": [ + 0 + ] + }, + { + "t": 57.5575575575576, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + 1094.475, + 683.229, + 0 + ], + "to": [ + 4.167, + 2.5, + 0 + ], + "ti": [ + -8.833, + 8.667, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + 1119.475, + 698.229, + 0 + ], + "to": [ + 8.833, + -8.667, + 0 + ], + "ti": [ + -4.667, + 11.167, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 0.11 + }, + "o": { + "x": 0.89, + "y": 0.89 + }, + "t": 21.522, + "s": [ + 1147.475, + 631.229, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + 1147.475, + 631.229, + 0 + ], + "to": [ + -4.667, + 11.167, + 0 + ], + "ti": [ + 8.833, + -8.667, + 0 + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + 1119.475, + 698.229, + 0 + ], + "to": [ + -8.833, + 8.667, + 0 + ], + "ti": [ + 4.167, + 2.5, + 0 + ] + }, + { + "t": 57.5575575575576, + "s": [ + 1094.475, + 683.229, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 75.239, + 64.933, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -4.05, + 1.461 + ], + [ + 0, + 0 + ], + [ + -4.33, + -15.835 + ], + [ + 4.849, + -6.866 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 2.99, + -3.098 + ], + [ + 0, + 0 + ], + [ + 15.443, + -5.568 + ], + [ + 2.217, + 8.108 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -74.989, + 42.602 + ], + [ + 11.75, + -47.269 + ], + [ + 22.452, + -54.198 + ], + [ + 36.089, + -59.115 + ], + [ + 72.772, + -40.066 + ], + [ + 68.615, + -16.417 + ], + [ + 11.352, + 64.682 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -22.677, + 2.719 + ], + [ + 0, + 0 + ], + [ + -4.33, + -15.835 + ], + [ + 4.849, + -6.866 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 18.775, + -18.71 + ], + [ + 0, + 0 + ], + [ + 15.443, + -5.568 + ], + [ + 2.217, + 8.108 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -37.489, + 46.602 + ], + [ + 19.25, + -17.019 + ], + [ + 35.202, + -50.448 + ], + [ + 65.589, + -60.115 + ], + [ + 102.272, + -41.066 + ], + [ + 95.115, + -15.417 + ], + [ + 29.352, + 69.182 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 21.522, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -18.87, + 3.149 + ], + [ + 0, + 0 + ], + [ + -4.33, + -15.835 + ], + [ + 4.849, + -6.866 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 18.775, + -18.71 + ], + [ + 0, + 0 + ], + [ + 15.443, + -5.568 + ], + [ + 2.217, + 8.108 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -37.489, + 46.602 + ], + [ + 19.25, + -17.019 + ], + [ + 63.32, + -58.04 + ], + [ + 100.625, + -69.549 + ], + [ + 102.272, + -41.067 + ], + [ + 95.115, + -15.417 + ], + [ + 29.352, + 69.182 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -18.87, + 3.149 + ], + [ + 0, + 0 + ], + [ + -4.33, + -15.835 + ], + [ + 4.849, + -6.866 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 18.775, + -18.71 + ], + [ + 0, + 0 + ], + [ + 15.443, + -5.568 + ], + [ + 2.217, + 8.108 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -37.489, + 46.602 + ], + [ + 19.25, + -17.019 + ], + [ + 63.32, + -58.04 + ], + [ + 100.625, + -69.549 + ], + [ + 102.272, + -41.067 + ], + [ + 95.115, + -15.417 + ], + [ + 29.352, + 69.182 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -22.677, + 2.719 + ], + [ + 0, + 0 + ], + [ + -4.33, + -15.835 + ], + [ + 4.849, + -6.866 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 18.775, + -18.71 + ], + [ + 0, + 0 + ], + [ + 15.443, + -5.568 + ], + [ + 2.217, + 8.108 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -37.489, + 46.602 + ], + [ + 19.25, + -17.019 + ], + [ + 35.202, + -50.448 + ], + [ + 65.589, + -60.115 + ], + [ + 102.272, + -41.066 + ], + [ + 95.115, + -15.417 + ], + [ + 29.352, + 69.182 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0 + }, + "t": 57.558, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -4.05, + 1.461 + ], + [ + 0, + 0 + ], + [ + -4.33, + -15.835 + ], + [ + 4.849, + -6.866 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 2.99, + -3.098 + ], + [ + 0, + 0 + ], + [ + 15.443, + -5.568 + ], + [ + 2.217, + 8.108 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -74.989, + 42.602 + ], + [ + 11.75, + -47.269 + ], + [ + 22.452, + -54.198 + ], + [ + 36.089, + -59.115 + ], + [ + 72.772, + -40.066 + ], + [ + 68.615, + -16.417 + ], + [ + 11.352, + 64.682 + ] + ], + "c": true + } + ] + }, + { + "t": 67.5675675675676, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -4.05, + 1.461 + ], + [ + 0, + 0 + ], + [ + -4.33, + -15.835 + ], + [ + 4.849, + -6.866 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 2.99, + -3.098 + ], + [ + 0, + 0 + ], + [ + 15.443, + -5.568 + ], + [ + 2.217, + 8.108 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -74.989, + 42.602 + ], + [ + 11.75, + -47.269 + ], + [ + 22.452, + -54.198 + ], + [ + 36.089, + -59.115 + ], + [ + 72.772, + -40.066 + ], + [ + 68.615, + -16.417 + ], + [ + 5.352, + 75.682 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 75.239, + 64.933 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 36, + "ty": 4, + "nm": "SWEATER1 Outlines", + "parent": 35, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.73 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.11 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 10.01, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.11 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.89 + ], + "y": [ + 0 + ] + }, + "t": 21.522, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.89 + ], + "y": [ + 0 + ] + }, + "t": 36.036, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.27 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 47.548, + "s": [ + 0 + ] + }, + { + "t": 57.5575575575576, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + 82.752, + 74.192, + 0 + ], + "to": [ + 4, + 2.167, + 0 + ], + "ti": [ + -4, + -2.167, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 0.11 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + 106.752, + 87.192, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.11, + "y": 0.11 + }, + "o": { + "x": 0.89, + "y": 0.89 + }, + "t": 21.522, + "s": [ + 106.752, + 87.192, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0.89 + }, + "t": 36.036, + "s": [ + 106.752, + 87.192, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + 106.752, + 87.192, + 0 + ], + "to": [ + -4, + -2.167, + 0 + ], + "ti": [ + 4, + 2.167, + 0 + ] + }, + { + "t": 57.5575575575576, + "s": [ + 82.752, + 74.192, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 33.011, + 22.995, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.73, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -20.033, + -12.52 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 20.031, + 12.52 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -32.76, + -22.745 + ], + [ + 3.132, + -6.469 + ], + [ + 32.76, + 20.24 + ], + [ + 8.138, + 22.745 + ], + [ + -31.508, + -11.477 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.01, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -20.033, + -12.52 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 20.031, + 12.52 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -30.76, + -20.495 + ], + [ + 3.132, + -6.469 + ], + [ + 32.76, + 20.24 + ], + [ + 8.138, + 22.745 + ], + [ + -31.508, + -11.477 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.11, + "y": 1 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 21.522, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -37.203, + -40.416 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 15.998, + 17.38 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -25.918, + -26.961 + ], + [ + 24.954, + -3.839 + ], + [ + 28.768, + 24.519 + ], + [ + 8.138, + 22.745 + ], + [ + -31.508, + -11.477 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.89, + "y": 0 + }, + "t": 36.036, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -37.203, + -40.416 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 15.998, + 17.38 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -25.918, + -26.961 + ], + [ + 24.954, + -3.839 + ], + [ + 28.768, + 24.519 + ], + [ + 8.138, + 22.745 + ], + [ + -31.508, + -11.477 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.27, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 47.548, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -20.033, + -12.52 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 20.031, + 12.52 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -30.76, + -20.495 + ], + [ + 3.132, + -6.469 + ], + [ + 32.76, + 20.24 + ], + [ + 8.138, + 22.745 + ], + [ + -31.508, + -11.477 + ] + ], + "c": true + } + ] + }, + { + "t": 57.5575575575576, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -20.033, + -12.52 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 20.031, + 12.52 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -32.76, + -22.745 + ], + [ + 3.132, + -6.469 + ], + [ + 32.76, + 20.24 + ], + [ + 8.138, + 22.745 + ], + [ + -31.508, + -11.477 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.987999949736, + 0.505999995213, + 0.39199999641, + 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": [ + 33.01, + 22.995 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + } + ] + }, + { + "id": "comp_12", + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 2, + "nm": "moth", + "td": 1, + "refId": "image_9", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 30.531, + "s": [ + 100 + ] + }, + { + "t": 34.5345345345345, + "s": [ + 0 + ] + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 274.676, + 418.12, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 83.206, + 42.792, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.74, + 0.74, + 0.74 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.26, + 0.26, + 0.26 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 0, + "s": [ + 100, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.626, + 0.626, + 0.626 + ], + "y": [ + 0.403, + 0.403, + 0.909 + ] + }, + "o": { + "x": [ + 0.282, + 0.282, + 0.282 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 11.011, + "s": [ + 90, + 90, + 100 + ] + }, + { + "i": { + "x": [ + 0.682, + 0.682, + 0.682 + ], + "y": [ + 1.026, + 1.026, + 0.832 + ] + }, + "o": { + "x": [ + 0.318, + 0.318, + 0.318 + ], + "y": [ + -0.026, + -0.026, + 0.168 + ] + }, + "t": 14.014, + "s": [ + 91.68, + 91.68, + 100 + ] + }, + { + "t": 20.5205205205205, + "s": [ + 20, + 20, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 2, + "nm": "dientes", + "tt": 1, + "refId": "image_10", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 30.531, + "s": [ + 100 + ] + }, + { + "t": 34.5345345345345, + "s": [ + 0 + ] + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 283.538, + 419.893, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 84.979, + 57.327, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.74, + 0.74, + 0.74 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.26, + 0.26, + 0.26 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 0, + "s": [ + 100, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.626, + 0.626, + 0.626 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.282, + 0.282, + 0.282 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 11.011, + "s": [ + 100, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.682, + 0.682, + 0.682 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.318, + 0.318, + 0.318 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 14.014, + "s": [ + 100, + 100, + 100 + ] + }, + { + "t": 20.5205205205205, + "s": [ + 100, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 2, + "nm": "moth 2", + "refId": "image_9", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 30.531, + "s": [ + 100 + ] + }, + { + "t": 34.5345345345345, + "s": [ + 0 + ] + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 274.676, + 418.12, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 83.206, + 42.792, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.74, + 0.74, + 0.74 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.26, + 0.26, + 0.26 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 0, + "s": [ + 100, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.626, + 0.626, + 0.626 + ], + "y": [ + 0.403, + 0.403, + 0.909 + ] + }, + "o": { + "x": [ + 0.282, + 0.282, + 0.282 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 11.011, + "s": [ + 90, + 90, + 100 + ] + }, + { + "i": { + "x": [ + 0.682, + 0.682, + 0.682 + ], + "y": [ + 1.026, + 1.026, + 0.832 + ] + }, + "o": { + "x": [ + 0.318, + 0.318, + 0.318 + ], + "y": [ + -0.026, + -0.026, + 0.168 + ] + }, + "t": 14.014, + "s": [ + 91.68, + 91.68, + 100 + ] + }, + { + "t": 20.5205205205205, + "s": [ + 20, + 20, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 4, + "ty": 4, + "nm": "Shape Layer 2", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 30.531, + "s": [ + 100 + ] + }, + { + "t": 34.5345345345345, + "s": [ + 0 + ] + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 264, + 352.5, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -24.5, + 16 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 24.5, + -16 + ] + ], + "v": [ + [ + 16, + -42.5 + ], + [ + 78, + -63.5 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 11.011, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -22.5, + 23.5 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 20.237, + -21.136 + ] + ], + "v": [ + [ + 12, + -43 + ], + [ + 78.5, + -69 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 14.014, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -22.98, + 21.7 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 21.26, + -19.903 + ] + ], + "v": [ + [ + 12.96, + -42.88 + ], + [ + 78.38, + -67.68 + ] + ], + "c": false + } + ] + }, + { + "t": 20.5205205205205, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -44.12, + 11.32 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 23.477, + -17.233 + ] + ], + "v": [ + [ + 15.04, + -42.62 + ], + [ + 78.12, + -64.82 + ] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 1, + 0.36862745098, + 0.411764705882, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 10, + "ix": 5 + }, + "lc": 2, + "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": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 5, + "ty": 4, + "nm": "Shape Layer 1", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 30.531, + "s": [ + 100 + ] + }, + { + "t": 34.5345345345345, + "s": [ + 0 + ] + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 264, + 352.5, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -34.5, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 34.5, + 0 + ] + ], + "v": [ + [ + -70, + -61.5 + ], + [ + -9.5, + -45 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 11.011, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -50.75, + -3.25 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 34.43, + 2.205 + ] + ], + "v": [ + [ + -73, + -62.25 + ], + [ + -4.25, + -44.5 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 14.014, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -46.85, + -2.47 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 34.446, + 1.676 + ] + ], + "v": [ + [ + -72.28, + -62.07 + ], + [ + -5.51, + -44.62 + ] + ], + "c": false + } + ] + }, + { + "t": 20.5205205205205, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -38.4, + -0.78 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 34.483, + 0.529 + ] + ], + "v": [ + [ + -70.72, + -61.68 + ], + [ + -8.24, + -44.88 + ] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 1, + 0.36862745098, + 0.411764705882, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 10, + "ix": 5 + }, + "lc": 2, + "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": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 6, + "ty": 0, + "nm": "blink", + "td": 1, + "refId": "comp_7", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 30.531, + "s": [ + 100 + ] + }, + { + "t": 34.5345345345345, + "s": [ + 0 + ] + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 264, + 352.5, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 264, + 352.5, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 528, + "h": 705, + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 7, + "ty": 0, + "nm": "eyes", + "tt": 1, + "refId": "comp_8", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 30.531, + "s": [ + 100 + ] + }, + { + "t": 34.5345345345345, + "s": [ + 0 + ] + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 264, + 352.5, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 264, + 352.5, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 528, + "h": 705, + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 8, + "ty": 4, + "nm": "Layer 2 Outlines", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.53 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.47 + ], + "y": [ + 0 + ] + }, + "t": 27.528, + "s": [ + 100 + ] + }, + { + "t": 32.032032032032, + "s": [ + 0 + ] + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 265.885, + 355.317, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 157.594, + 152.818, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.53, + "y": 1 + }, + "o": { + "x": 0.47, + "y": 0 + }, + "t": 27.528, + "s": [ + { + "i": [ + [ + 0.341, + -0.567 + ], + [ + 4.851, + -2.804 + ], + [ + 0, + 0 + ], + [ + 6.479, + 6.13 + ], + [ + -0.044, + -0.167 + ], + [ + -4.552, + 3.628 + ], + [ + -2.617, + 4.627 + ], + [ + 2.624, + 3.8 + ], + [ + 3.698, + -2.268 + ], + [ + 2.032, + -5.24 + ], + [ + -0.238, + 0.612 + ], + [ + -3.922, + 3.508 + ], + [ + -2.181, + -4.097 + ], + [ + 2.882, + -3.603 + ], + [ + 3.639, + -3.06 + ], + [ + 1.275, + -5.253 + ], + [ + -0.135, + -0.128 + ], + [ + -4.922, + -7.335 + ], + [ + -0.253, + 0.146 + ], + [ + -2.909, + 4.841 + ] + ], + "o": [ + [ + -2.818, + 4.691 + ], + [ + 0, + 0 + ], + [ + -4.97, + -7.406 + ], + [ + 0.044, + 0.167 + ], + [ + 1.406, + -5.792 + ], + [ + 4.066, + -3.241 + ], + [ + 2.196, + -3.883 + ], + [ + -2.35, + -3.404 + ], + [ + -5.29, + 3.244 + ], + [ + -0.24, + 0.617 + ], + [ + 1.797, + -4.634 + ], + [ + 3.682, + -3.293 + ], + [ + 2.314, + 4.348 + ], + [ + -3, + 3.749 + ], + [ + -4.088, + 3.438 + ], + [ + -0.043, + 0.176 + ], + [ + 6.416, + 6.07 + ], + [ + 0.155, + 0.231 + ], + [ + 5.006, + -2.892 + ], + [ + 0.341, + -0.569 + ] + ], + "v": [ + [ + 13.505, + 17.813 + ], + [ + 2.685, + 30.18 + ], + [ + 3.388, + 30.365 + ], + [ + -13.832, + 10 + ], + [ + -13.7, + 10.501 + ], + [ + -4.093, + -3.008 + ], + [ + 7.018, + -13.949 + ], + [ + 7.041, + -26.291 + ], + [ + -3.246, + -28.946 + ], + [ + -10.931, + -13.665 + ], + [ + -9.939, + -13.392 + ], + [ + -3.899, + -27.184 + ], + [ + 6.761, + -24.77 + ], + [ + 4.435, + -11.977 + ], + [ + -6.269, + -2.554 + ], + [ + -14.691, + 10.227 + ], + [ + -14.559, + 10.728 + ], + [ + 2.5, + 30.884 + ], + [ + 3.203, + 31.068 + ], + [ + 14.393, + 18.332 + ] + ], + "c": true + } + ] + }, + { + "t": 38.038038038038, + "s": [ + { + "i": [ + [ + 0.341, + -0.567 + ], + [ + 4.851, + -2.804 + ], + [ + 0, + 0 + ], + [ + 6.479, + 6.13 + ], + [ + -0.044, + -0.167 + ], + [ + -4.552, + 3.628 + ], + [ + -2.617, + 4.627 + ], + [ + 2.624, + 3.8 + ], + [ + 3.698, + -2.268 + ], + [ + 2.032, + -5.24 + ], + [ + -0.238, + 0.612 + ], + [ + -3.922, + 3.508 + ], + [ + -2.181, + -4.097 + ], + [ + 2.882, + -3.603 + ], + [ + 3.639, + -3.06 + ], + [ + 1.275, + -5.253 + ], + [ + -0.135, + -0.128 + ], + [ + -4.922, + -7.335 + ], + [ + -0.253, + 0.146 + ], + [ + -2.909, + 4.841 + ] + ], + "o": [ + [ + -2.818, + 4.691 + ], + [ + 0, + 0 + ], + [ + -4.97, + -7.406 + ], + [ + 0.044, + 0.167 + ], + [ + 1.406, + -5.792 + ], + [ + 4.066, + -3.241 + ], + [ + 2.196, + -3.883 + ], + [ + -2.35, + -3.404 + ], + [ + -5.29, + 3.244 + ], + [ + -0.24, + 0.617 + ], + [ + 1.797, + -4.634 + ], + [ + 3.682, + -3.293 + ], + [ + 2.314, + 4.348 + ], + [ + -3, + 3.749 + ], + [ + -4.088, + 3.438 + ], + [ + -0.043, + 0.176 + ], + [ + 6.416, + 6.07 + ], + [ + 0.155, + 0.231 + ], + [ + 5.006, + -2.892 + ], + [ + 0.341, + -0.569 + ] + ], + "v": [ + [ + 53.505, + -102.187 + ], + [ + 42.685, + -89.82 + ], + [ + 43.388, + -89.635 + ], + [ + 26.168, + -110 + ], + [ + 26.3, + -109.499 + ], + [ + 35.907, + -123.008 + ], + [ + 47.018, + -133.949 + ], + [ + 47.041, + -146.291 + ], + [ + 36.754, + -148.946 + ], + [ + 29.069, + -133.665 + ], + [ + 30.061, + -133.392 + ], + [ + 36.101, + -147.184 + ], + [ + 46.761, + -144.77 + ], + [ + 44.435, + -131.977 + ], + [ + 33.731, + -122.554 + ], + [ + 25.309, + -109.773 + ], + [ + 25.441, + -109.272 + ], + [ + 42.5, + -89.116 + ], + [ + 43.203, + -88.932 + ], + [ + 54.393, + -101.668 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.008000000785, + 0.008000000785, + 0.008000000785, + 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": [ + 258.593, + 62.381 + ], + "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": "Group 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": 1, + "k": [ + { + "i": { + "x": 0.53, + "y": 1 + }, + "o": { + "x": 0.47, + "y": 0 + }, + "t": 27.528, + "s": [ + { + "i": [ + [ + 0.131, + 0.647 + ], + [ + 7.735, + 2.472 + ], + [ + 0.826, + -7.409 + ], + [ + -0.072, + 0.652 + ], + [ + -6.674, + -3.158 + ], + [ + -1.224, + -6.078 + ] + ], + "o": [ + [ + -1.39, + -6.905 + ], + [ + -7.182, + -2.294 + ], + [ + -0.073, + 0.657 + ], + [ + 0.814, + -7.295 + ], + [ + 6.293, + 2.977 + ], + [ + 0.13, + 0.648 + ] + ], + "v": [ + [ + 12.946, + 9.694 + ], + [ + 2.366, + -8.322 + ], + [ + -13.004, + 1.802 + ], + [ + -11.976, + 1.802 + ], + [ + 3.385, + -6.823 + ], + [ + 11.954, + 9.967 + ] + ], + "c": true + } + ] + }, + { + "t": 38.038038038038, + "s": [ + { + "i": [ + [ + 0.131, + 0.647 + ], + [ + 7.735, + 2.472 + ], + [ + 0.826, + -7.409 + ], + [ + -0.072, + 0.652 + ], + [ + -6.674, + -3.158 + ], + [ + -1.224, + -6.078 + ] + ], + "o": [ + [ + -1.39, + -6.905 + ], + [ + -7.182, + -2.294 + ], + [ + -0.073, + 0.657 + ], + [ + 0.814, + -7.295 + ], + [ + 6.293, + 2.977 + ], + [ + 0.13, + 0.648 + ] + ], + "v": [ + [ + 12.946, + -110.306 + ], + [ + 2.366, + -128.322 + ], + [ + -13.004, + -118.198 + ], + [ + -11.976, + -118.198 + ], + [ + 3.385, + -126.823 + ], + [ + 11.954, + -110.033 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.008000000785, + 0.008000000785, + 0.008000000785, + 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": [ + 116.003, + 10.866 + ], + "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": "Group 3", + "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": 1, + "k": [ + { + "i": { + "x": 0.53, + "y": 1 + }, + "o": { + "x": 0.47, + "y": 0 + }, + "t": 27.528, + "s": [ + { + "i": [ + [ + 0.224, + 0.625 + ], + [ + 3.997, + 1.759 + ], + [ + 2.135, + -3.599 + ], + [ + -7.831, + -4.282 + ], + [ + -2.456, + -2.024 + ], + [ + -1.215, + -2.909 + ], + [ + -0.044, + 0.167 + ], + [ + 5.748, + -8.064 + ], + [ + -0.381, + 0.535 + ], + [ + -7.477, + 6.356 + ], + [ + 0.064, + 0.154 + ], + [ + 3.828, + 2.23 + ], + [ + 2.143, + 1.272 + ], + [ + 1.273, + 1.86 + ], + [ + -0.754, + 4.235 + ], + [ + -4.712, + 0.191 + ], + [ + -1.435, + -4.005 + ] + ], + "o": [ + [ + -1.342, + -3.743 + ], + [ + -4.252, + -1.872 + ], + [ + -4.759, + 8.02 + ], + [ + 2.763, + 1.51 + ], + [ + 2.441, + 2.011 + ], + [ + 0.044, + -0.167 + ], + [ + -7.545, + 6.415 + ], + [ + -0.385, + 0.54 + ], + [ + 5.696, + -7.992 + ], + [ + 0.123, + -0.106 + ], + [ + -1.697, + -4.058 + ], + [ + -2.151, + -1.253 + ], + [ + -1.934, + -1.148 + ], + [ + -2.42, + -3.539 + ], + [ + 0.742, + -4.17 + ], + [ + 5.383, + -0.217 + ], + [ + 0.221, + 0.619 + ] + ], + "v": [ + [ + 8.862, + -19.86 + ], + [ + 2.215, + -30.261 + ], + [ + -8.555, + -25.47 + ], + [ + -1.473, + -2.375 + ], + [ + 6.758, + 2.229 + ], + [ + 12.258, + 9.782 + ], + [ + 12.391, + 9.281 + ], + [ + -7.617, + 31.079 + ], + [ + -6.73, + 31.598 + ], + [ + 13.118, + 10.009 + ], + [ + 13.251, + 9.508 + ], + [ + 4.941, + -0.27 + ], + [ + -1.695, + -3.684 + ], + [ + -6.563, + -8.207 + ], + [ + -9.27, + -20.48 + ], + [ + -0.721, + -29.807 + ], + [ + 7.87, + -19.587 + ] + ], + "c": true + } + ] + }, + { + "t": 38.038038038038, + "s": [ + { + "i": [ + [ + 0.224, + 0.625 + ], + [ + 3.997, + 1.759 + ], + [ + 2.135, + -3.599 + ], + [ + -7.831, + -4.282 + ], + [ + -2.456, + -2.024 + ], + [ + -1.215, + -2.909 + ], + [ + -0.044, + 0.167 + ], + [ + 5.748, + -8.064 + ], + [ + -0.381, + 0.535 + ], + [ + -7.477, + 6.356 + ], + [ + 0.064, + 0.154 + ], + [ + 3.828, + 2.23 + ], + [ + 2.143, + 1.272 + ], + [ + 1.273, + 1.86 + ], + [ + -0.754, + 4.235 + ], + [ + -4.712, + 0.191 + ], + [ + -1.435, + -4.005 + ] + ], + "o": [ + [ + -1.342, + -3.743 + ], + [ + -4.252, + -1.872 + ], + [ + -4.759, + 8.02 + ], + [ + 2.763, + 1.51 + ], + [ + 2.441, + 2.011 + ], + [ + 0.044, + -0.167 + ], + [ + -7.545, + 6.415 + ], + [ + -0.385, + 0.54 + ], + [ + 5.696, + -7.992 + ], + [ + 0.123, + -0.106 + ], + [ + -1.697, + -4.058 + ], + [ + -2.151, + -1.253 + ], + [ + -1.934, + -1.148 + ], + [ + -2.42, + -3.539 + ], + [ + 0.742, + -4.17 + ], + [ + 5.383, + -0.217 + ], + [ + 0.221, + 0.619 + ] + ], + "v": [ + [ + -111.138, + -139.86 + ], + [ + -117.785, + -150.261 + ], + [ + -128.555, + -145.47 + ], + [ + -121.473, + -122.375 + ], + [ + -113.242, + -117.771 + ], + [ + -107.742, + -110.218 + ], + [ + -107.609, + -110.719 + ], + [ + -127.617, + -88.921 + ], + [ + -126.73, + -88.402 + ], + [ + -106.882, + -109.991 + ], + [ + -106.749, + -110.492 + ], + [ + -115.059, + -120.27 + ], + [ + -121.695, + -123.684 + ], + [ + -126.563, + -128.207 + ], + [ + -129.27, + -140.48 + ], + [ + -120.721, + -149.807 + ], + [ + -112.13, + -139.587 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.008000000785, + 0.008000000785, + 0.008000000785, + 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": [ + 75.58, + 58.933 + ], + "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": "Group 4", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.53, + "y": 1 + }, + "o": { + "x": 0.47, + "y": 0 + }, + "t": 27.528, + "s": [ + { + "i": [ + [ + 0.402, + 0.527 + ], + [ + 2.992, + 0.077 + ], + [ + 2.373, + -1.902 + ], + [ + 1.243, + -3.378 + ], + [ + -1.835, + -2.7 + ], + [ + -3.171, + -0.843 + ], + [ + 0.641, + 0.171 + ], + [ + 1.638, + 2.94 + ], + [ + -2.243, + 3.098 + ], + [ + -3.246, + 1.999 + ], + [ + -1.887, + -1.12 + ], + [ + -1.022, + -1.342 + ] + ], + "o": [ + [ + -1.643, + -2.155 + ], + [ + -3.262, + -0.083 + ], + [ + -2.759, + 2.211 + ], + [ + -1.115, + 3.03 + ], + [ + 1.87, + 2.753 + ], + [ + 0.64, + 0.17 + ], + [ + -3.18, + -0.845 + ], + [ + -1.958, + -3.514 + ], + [ + 2.249, + -3.107 + ], + [ + 1.759, + -1.083 + ], + [ + 1.479, + 0.878 + ], + [ + 0.397, + 0.52 + ] + ], + "v": [ + [ + 11.218, + -8.827 + ], + [ + 4.667, + -13.719 + ], + [ + -3.963, + -9.016 + ], + [ + -10.505, + -0.822 + ], + [ + -9.575, + 8.264 + ], + [ + -1.52, + 13.631 + ], + [ + -1.247, + 12.639 + ], + [ + -9.145, + 7.005 + ], + [ + -7.766, + -3.766 + ], + [ + 1.159, + -11.516 + ], + [ + 6.767, + -12.038 + ], + [ + 10.33, + -8.308 + ] + ], + "c": true + } + ] + }, + { + "t": 38.038038038038, + "s": [ + { + "i": [ + [ + 0.402, + 0.527 + ], + [ + 2.992, + 0.077 + ], + [ + 2.373, + -1.902 + ], + [ + 1.243, + -3.378 + ], + [ + -1.835, + -2.7 + ], + [ + -3.171, + -0.843 + ], + [ + 0.641, + 0.171 + ], + [ + 1.638, + 2.94 + ], + [ + -2.243, + 3.098 + ], + [ + -3.246, + 1.999 + ], + [ + -1.887, + -1.12 + ], + [ + -1.022, + -1.342 + ] + ], + "o": [ + [ + -1.643, + -2.155 + ], + [ + -3.262, + -0.083 + ], + [ + -2.759, + 2.211 + ], + [ + -1.115, + 3.03 + ], + [ + 1.87, + 2.753 + ], + [ + 0.64, + 0.17 + ], + [ + -3.18, + -0.845 + ], + [ + -1.958, + -3.514 + ], + [ + 2.249, + -3.107 + ], + [ + 1.759, + -1.083 + ], + [ + 1.479, + 0.878 + ], + [ + 0.397, + 0.52 + ] + ], + "v": [ + [ + -68.782, + -48.827 + ], + [ + -75.333, + -53.719 + ], + [ + -83.963, + -49.016 + ], + [ + -90.505, + -40.822 + ], + [ + -89.575, + -31.736 + ], + [ + -81.52, + -26.369 + ], + [ + -81.247, + -27.361 + ], + [ + -89.145, + -32.995 + ], + [ + -87.766, + -43.766 + ], + [ + -78.841, + -51.516 + ], + [ + -73.233, + -52.038 + ], + [ + -69.67, + -48.308 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.008000000785, + 0.008000000785, + 0.008000000785, + 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": [ + 30.662, + 79.983 + ], + "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": "Group 5", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.53, + "y": 1 + }, + "o": { + "x": 0.47, + "y": 0 + }, + "t": 27.528, + "s": [ + { + "i": [ + [ + 0.646, + -0.142 + ], + [ + 5.697, + 0.522 + ], + [ + 2.822, + 0.7 + ], + [ + 2.333, + -0.641 + ], + [ + -2.502, + -3.261 + ], + [ + -4.478, + 0.211 + ], + [ + -6.791, + 0.319 + ], + [ + 0.662, + -0.032 + ], + [ + 0, + 0 + ], + [ + 2.632, + -0.113 + ], + [ + 2.215, + 1.14 + ], + [ + -0.475, + 2.195 + ], + [ + -2.116, + 0.049 + ], + [ + -2.457, + -0.506 + ], + [ + -2.371, + -0.177 + ], + [ + -5.368, + 1.181 + ] + ], + "o": [ + [ + -5.585, + 1.229 + ], + [ + -2.898, + -0.266 + ], + [ + -2.281, + -0.566 + ], + [ + -3.853, + 1.059 + ], + [ + 3.13, + 4.08 + ], + [ + 6.79, + -0.32 + ], + [ + 0.659, + -0.031 + ], + [ + 0, + 0 + ], + [ + -2.632, + 0.124 + ], + [ + -2.419, + 0.104 + ], + [ + -1.861, + -0.958 + ], + [ + 0.494, + -2.29 + ], + [ + 2.536, + -0.059 + ], + [ + 2.329, + 0.48 + ], + [ + 5.485, + 0.408 + ], + [ + 0.646, + -0.142 + ] + ], + "v": [ + [ + 18.605, + -4.953 + ], + [ + 1.581, + -3.857 + ], + [ + -6.984, + -5.357 + ], + [ + -14.027, + -5.883 + ], + [ + -17.022, + 2.444 + ], + [ + -3.448, + 5.364 + ], + [ + 16.923, + 4.405 + ], + [ + 16.923, + 3.377 + ], + [ + 1.024, + 4.125 + ], + [ + -6.872, + 4.496 + ], + [ + -14.139, + 3.55 + ], + [ + -17.181, + -1.753 + ], + [ + -12.033, + -5.13 + ], + [ + -4.553, + -3.737 + ], + [ + 2.51, + -2.751 + ], + [ + 18.878, + -3.961 + ] + ], + "c": true + } + ] + }, + { + "t": 38.038038038038, + "s": [ + { + "i": [ + [ + 0.646, + -0.142 + ], + [ + 5.697, + 0.522 + ], + [ + 2.822, + 0.7 + ], + [ + 2.333, + -0.641 + ], + [ + -2.502, + -3.261 + ], + [ + -4.478, + 0.211 + ], + [ + -6.791, + 0.319 + ], + [ + 0.662, + -0.032 + ], + [ + 0, + 0 + ], + [ + 2.632, + -0.113 + ], + [ + 2.215, + 1.14 + ], + [ + -0.475, + 2.195 + ], + [ + -2.116, + 0.049 + ], + [ + -2.457, + -0.506 + ], + [ + -2.371, + -0.177 + ], + [ + -5.368, + 1.181 + ] + ], + "o": [ + [ + -5.585, + 1.229 + ], + [ + -2.898, + -0.266 + ], + [ + -2.281, + -0.566 + ], + [ + -3.853, + 1.059 + ], + [ + 3.13, + 4.08 + ], + [ + 6.79, + -0.32 + ], + [ + 0.659, + -0.031 + ], + [ + 0, + 0 + ], + [ + -2.632, + 0.124 + ], + [ + -2.419, + 0.104 + ], + [ + -1.861, + -0.958 + ], + [ + 0.494, + -2.29 + ], + [ + 2.536, + -0.059 + ], + [ + 2.329, + 0.48 + ], + [ + 5.485, + 0.408 + ], + [ + 0.646, + -0.142 + ] + ], + "v": [ + [ + -101.395, + 19.047 + ], + [ + -118.419, + 20.143 + ], + [ + -126.984, + 18.643 + ], + [ + -134.027, + 18.117 + ], + [ + -137.022, + 26.444 + ], + [ + -123.448, + 29.364 + ], + [ + -103.077, + 28.405 + ], + [ + -103.077, + 27.377 + ], + [ + -118.976, + 28.125 + ], + [ + -126.872, + 28.496 + ], + [ + -134.139, + 27.55 + ], + [ + -137.181, + 22.247 + ], + [ + -132.033, + 18.87 + ], + [ + -124.553, + 20.263 + ], + [ + -117.49, + 21.249 + ], + [ + -101.122, + 20.039 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.008000000785, + 0.008000000785, + 0.008000000785, + 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": [ + 31.77, + 133.264 + ], + "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": "Group 6", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.53, + "y": 1 + }, + "o": { + "x": 0.47, + "y": 0 + }, + "t": 27.528, + "s": [ + { + "i": [ + [ + 0.619, + -0.24 + ], + [ + 7.692, + -0.921 + ], + [ + 3.509, + -0.877 + ], + [ + 2.778, + -1.968 + ], + [ + -0.883, + -2.699 + ], + [ + -2.514, + -0.441 + ], + [ + -6.421, + 2.081 + ], + [ + -3.21, + 2.143 + ], + [ + -1.926, + 0.414 + ], + [ + -1.696, + -1.599 + ], + [ + 0.483, + 0.456 + ], + [ + 2.885, + -0.884 + ], + [ + 2.676, + -1.47 + ], + [ + 6.773, + -0.016 + ], + [ + 2.978, + 0.98 + ], + [ + 0.439, + 1.56 + ], + [ + -1.348, + 1.133 + ], + [ + -3.223, + 0.851 + ], + [ + -3.641, + 0.44 + ], + [ + -7.445, + 2.889 + ] + ], + "o": [ + [ + -7.29, + 2.829 + ], + [ + -3.587, + 0.429 + ], + [ + -3.266, + 0.816 + ], + [ + -2.053, + 1.453 + ], + [ + 0.897, + 2.738 + ], + [ + 6.652, + 1.166 + ], + [ + 3.675, + -1.191 + ], + [ + 1.609, + -1.074 + ], + [ + 2.355, + -0.507 + ], + [ + 0.482, + 0.453 + ], + [ + -2.129, + -2.005 + ], + [ + -2.954, + 0.906 + ], + [ + -5.938, + 3.264 + ], + [ + -3.113, + 0.008 + ], + [ + -1.435, + -0.472 + ], + [ + -0.529, + -1.879 + ], + [ + 2.594, + -2.181 + ], + [ + 3.55, + -0.937 + ], + [ + 7.853, + -0.948 + ], + [ + 0.611, + -0.238 + ] + ], + "v": [ + [ + 22.053, + -10.749 + ], + [ + -0.727, + -6.417 + ], + [ + -11.41, + -4.6 + ], + [ + -21.052, + -0.762 + ], + [ + -24.332, + 5.824 + ], + [ + -17.745, + 9.823 + ], + [ + 2.254, + 8.393 + ], + [ + 12.61, + 3.351 + ], + [ + 17.811, + 0.638 + ], + [ + 24.004, + 2.708 + ], + [ + 24.732, + 1.98 + ], + [ + 16.969, + -0.204 + ], + [ + 8.914, + 4.407 + ], + [ + -10.57, + 9.41 + ], + [ + -20.008, + 8.242 + ], + [ + -23.397, + 5.379 + ], + [ + -21.203, + 0.639 + ], + [ + -11.78, + -3.444 + ], + [ + -0.95, + -5.362 + ], + [ + 22.326, + -9.757 + ] + ], + "c": true + } + ] + }, + { + "t": 38.038038038038, + "s": [ + { + "i": [ + [ + 0.619, + -0.24 + ], + [ + 7.692, + -0.921 + ], + [ + 3.509, + -0.877 + ], + [ + 2.778, + -1.968 + ], + [ + -0.883, + -2.699 + ], + [ + -2.514, + -0.441 + ], + [ + -6.421, + 2.081 + ], + [ + -3.21, + 2.143 + ], + [ + -1.926, + 0.414 + ], + [ + -1.696, + -1.599 + ], + [ + 0.483, + 0.456 + ], + [ + 2.885, + -0.884 + ], + [ + 2.676, + -1.47 + ], + [ + 6.773, + -0.016 + ], + [ + 2.978, + 0.98 + ], + [ + 0.439, + 1.56 + ], + [ + -1.348, + 1.133 + ], + [ + -3.223, + 0.851 + ], + [ + -3.641, + 0.44 + ], + [ + -7.445, + 2.889 + ] + ], + "o": [ + [ + -7.29, + 2.829 + ], + [ + -3.587, + 0.429 + ], + [ + -3.266, + 0.816 + ], + [ + -2.053, + 1.453 + ], + [ + 0.897, + 2.738 + ], + [ + 6.652, + 1.166 + ], + [ + 3.675, + -1.191 + ], + [ + 1.609, + -1.074 + ], + [ + 2.355, + -0.507 + ], + [ + 0.482, + 0.453 + ], + [ + -2.129, + -2.005 + ], + [ + -2.954, + 0.906 + ], + [ + -5.938, + 3.264 + ], + [ + -3.113, + 0.008 + ], + [ + -1.435, + -0.472 + ], + [ + -0.529, + -1.879 + ], + [ + 2.594, + -2.181 + ], + [ + 3.55, + -0.937 + ], + [ + 7.853, + -0.948 + ], + [ + 0.611, + -0.238 + ] + ], + "v": [ + [ + -97.947, + 29.251 + ], + [ + -120.727, + 33.583 + ], + [ + -131.41, + 35.4 + ], + [ + -141.052, + 39.238 + ], + [ + -144.332, + 45.824 + ], + [ + -137.745, + 49.823 + ], + [ + -117.746, + 48.393 + ], + [ + -107.39, + 43.351 + ], + [ + -102.189, + 40.638 + ], + [ + -95.996, + 42.708 + ], + [ + -95.268, + 41.98 + ], + [ + -103.031, + 39.796 + ], + [ + -111.086, + 44.407 + ], + [ + -130.57, + 49.41 + ], + [ + -140.008, + 48.242 + ], + [ + -143.397, + 45.379 + ], + [ + -141.203, + 40.639 + ], + [ + -131.78, + 36.556 + ], + [ + -120.95, + 34.638 + ], + [ + -97.674, + 30.243 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.008000000785, + 0.008000000785, + 0.008000000785, + 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": [ + 25.465, + 182.143 + ], + "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": "Group 7", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 7, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.53, + "y": 1 + }, + "o": { + "x": 0.47, + "y": 0 + }, + "t": 27.528, + "s": [ + { + "i": [ + [ + 0.625, + -0.225 + ], + [ + 3.39, + -0.765 + ], + [ + 2.314, + -1.47 + ], + [ + 1.766, + -5.198 + ], + [ + -5.701, + -1.039 + ], + [ + -3.086, + 0.353 + ], + [ + -3.32, + 0.965 + ], + [ + -4.187, + 5.935 + ], + [ + 0.379, + -0.537 + ], + [ + 11.982, + -0.544 + ], + [ + 1.286, + 2.979 + ], + [ + -0.719, + 2.262 + ], + [ + -4.247, + 2.831 + ], + [ + -2.774, + 0.626 + ], + [ + -3.303, + 1.191 + ] + ], + "o": [ + [ + -3.298, + 1.188 + ], + [ + -2.677, + 0.605 + ], + [ + -4.615, + 2.93 + ], + [ + -1.562, + 4.594 + ], + [ + 3.084, + 0.562 + ], + [ + 3.432, + -0.392 + ], + [ + 6.895, + -2.004 + ], + [ + 0.382, + -0.542 + ], + [ + -7.36, + 10.432 + ], + [ + -2.9, + 0.132 + ], + [ + -0.966, + -2.237 + ], + [ + 1.556, + -4.893 + ], + [ + 2.364, + -1.575 + ], + [ + 3.392, + -0.766 + ], + [ + 0.619, + -0.223 + ] + ], + "v": [ + [ + 7.572, + -14.823 + ], + [ + -2.68, + -13.174 + ], + [ + -10.243, + -10.003 + ], + [ + -20.335, + 2.587 + ], + [ + -15.581, + 14.486 + ], + [ + -6.02, + 14.126 + ], + [ + 4.151, + 12.187 + ], + [ + 21.515, + 0.499 + ], + [ + 20.627, + -0.02 + ], + [ + -12.164, + 13.615 + ], + [ + -19.501, + 10.341 + ], + [ + -19.448, + 3.174 + ], + [ + -10.178, + -8.821 + ], + [ + -2.407, + -12.182 + ], + [ + 7.845, + -13.831 + ] + ], + "c": true + } + ] + }, + { + "t": 38.038038038038, + "s": [ + { + "i": [ + [ + 0.625, + -0.225 + ], + [ + 3.39, + -0.765 + ], + [ + 2.314, + -1.47 + ], + [ + 1.766, + -5.198 + ], + [ + -5.701, + -1.039 + ], + [ + -3.086, + 0.353 + ], + [ + -3.32, + 0.965 + ], + [ + -4.187, + 5.935 + ], + [ + 0.379, + -0.537 + ], + [ + 11.982, + -0.544 + ], + [ + 1.286, + 2.979 + ], + [ + -0.719, + 2.262 + ], + [ + -4.247, + 2.831 + ], + [ + -2.774, + 0.626 + ], + [ + -3.303, + 1.191 + ] + ], + "o": [ + [ + -3.298, + 1.188 + ], + [ + -2.677, + 0.605 + ], + [ + -4.615, + 2.93 + ], + [ + -1.562, + 4.594 + ], + [ + 3.084, + 0.562 + ], + [ + 3.432, + -0.392 + ], + [ + 6.895, + -2.004 + ], + [ + 0.382, + -0.542 + ], + [ + -7.36, + 10.432 + ], + [ + -2.9, + 0.132 + ], + [ + -0.966, + -2.237 + ], + [ + 1.556, + -4.893 + ], + [ + 2.364, + -1.575 + ], + [ + 3.392, + -0.766 + ], + [ + 0.619, + -0.223 + ] + ], + "v": [ + [ + -112.428, + 65.177 + ], + [ + -122.68, + 66.826 + ], + [ + -130.243, + 69.997 + ], + [ + -140.335, + 82.587 + ], + [ + -135.581, + 94.486 + ], + [ + -126.02, + 94.126 + ], + [ + -115.849, + 92.187 + ], + [ + -98.485, + 80.499 + ], + [ + -99.373, + 79.98 + ], + [ + -132.164, + 93.615 + ], + [ + -139.501, + 90.341 + ], + [ + -139.448, + 83.174 + ], + [ + -130.178, + 71.179 + ], + [ + -122.407, + 67.818 + ], + [ + -112.155, + 66.169 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.008000000785, + 0.008000000785, + 0.008000000785, + 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": [ + 48.36, + 226.977 + ], + "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": "Group 8", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 8, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.53, + "y": 1 + }, + "o": { + "x": 0.47, + "y": 0 + }, + "t": 27.528, + "s": [ + { + "i": [ + [ + 0.265, + -0.605 + ], + [ + -2.616, + -4.015 + ], + [ + -4.264, + 0.344 + ], + [ + -1.399, + 3.881 + ], + [ + 0.601, + 4.03 + ], + [ + -3.581, + 4.559 + ], + [ + 0.409, + -0.52 + ], + [ + -0.071, + -7.525 + ], + [ + 3.482, + -2.365 + ], + [ + 3.253, + 2.965 + ], + [ + -2.164, + 4.957 + ] + ], + "o": [ + [ + -1.893, + 4.336 + ], + [ + 2.296, + 3.524 + ], + [ + 4.143, + -0.335 + ], + [ + 1.41, + -3.917 + ], + [ + -0.789, + -5.302 + ], + [ + 0.405, + -0.515 + ], + [ + -5.209, + 6.633 + ], + [ + 0.037, + 3.941 + ], + [ + -3.722, + 2.527 + ], + [ + -4.063, + -3.703 + ], + [ + 0.261, + -0.601 + ] + ], + "v": [ + [ + -10.433, + -0.749 + ], + [ + -9.547, + 12.683 + ], + [ + 0.943, + 18.139 + ], + [ + 9.788, + 11.267 + ], + [ + 10.172, + -1.057 + ], + [ + 11.921, + -17.236 + ], + [ + 11.194, + -17.963 + ], + [ + 9.684, + 4.863 + ], + [ + 5.36, + 15.583 + ], + [ + -6.704, + 14.466 + ], + [ + -9.544, + -0.23 + ] + ], + "c": true + } + ] + }, + { + "t": 38.038038038038, + "s": [ + { + "i": [ + [ + 0.265, + -0.605 + ], + [ + -2.616, + -4.015 + ], + [ + -4.264, + 0.344 + ], + [ + -1.399, + 3.881 + ], + [ + 0.601, + 4.03 + ], + [ + -3.581, + 4.559 + ], + [ + 0.409, + -0.52 + ], + [ + -0.071, + -7.525 + ], + [ + 3.482, + -2.365 + ], + [ + 3.253, + 2.965 + ], + [ + -2.164, + 4.957 + ] + ], + "o": [ + [ + -1.893, + 4.336 + ], + [ + 2.296, + 3.524 + ], + [ + 4.143, + -0.335 + ], + [ + 1.41, + -3.917 + ], + [ + -0.789, + -5.302 + ], + [ + 0.405, + -0.515 + ], + [ + -5.209, + 6.633 + ], + [ + 0.037, + 3.941 + ], + [ + -3.722, + 2.527 + ], + [ + -4.063, + -3.703 + ], + [ + 0.261, + -0.601 + ] + ], + "v": [ + [ + -90.433, + 119.251 + ], + [ + -89.547, + 132.683 + ], + [ + -79.057, + 138.139 + ], + [ + -70.212, + 131.267 + ], + [ + -69.828, + 118.943 + ], + [ + -68.079, + 102.764 + ], + [ + -68.806, + 102.037 + ], + [ + -70.316, + 124.863 + ], + [ + -74.64, + 135.583 + ], + [ + -86.704, + 134.466 + ], + [ + -89.544, + 119.77 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.008000000785, + 0.008000000785, + 0.008000000785, + 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": [ + 68.343, + 264.161 + ], + "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": "Group 9", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 9, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.53, + "y": 1 + }, + "o": { + "x": 0.47, + "y": 0 + }, + "t": 27.528, + "s": [ + { + "i": [ + [ + 0.333, + -0.573 + ], + [ + 1.387, + -5.397 + ], + [ + -3.077, + -3.746 + ], + [ + -3.919, + 1.458 + ], + [ + -0.337, + 4.112 + ], + [ + 0.975, + 2.911 + ], + [ + 0.032, + 3.446 + ], + [ + -0.006, + -0.662 + ], + [ + -0.934, + -4.7 + ], + [ + 3.673, + -3.068 + ], + [ + 2.983, + 3.035 + ], + [ + -1.107, + 4.48 + ], + [ + -2.753, + 4.739 + ] + ], + "o": [ + [ + -2.763, + 4.755 + ], + [ + -1.165, + 4.532 + ], + [ + 2.527, + 3.076 + ], + [ + 4.034, + -1.501 + ], + [ + 0.253, + -3.089 + ], + [ + -1.072, + -3.2 + ], + [ + -0.007, + -0.661 + ], + [ + 0.046, + 4.854 + ], + [ + 0.881, + 4.436 + ], + [ + -3.474, + 2.902 + ], + [ + -3.376, + -3.436 + ], + [ + 1.332, + -5.396 + ], + [ + 0.333, + -0.574 + ] + ], + "v": [ + [ + -1.919, + -16.289 + ], + [ + -9.292, + -1.513 + ], + [ + -7.156, + 11.835 + ], + [ + 3.533, + 15.404 + ], + [ + 10.204, + 5.506 + ], + [ + 8.776, + -3.589 + ], + [ + 6.007, + -13.365 + ], + [ + 4.978, + -13.365 + ], + [ + 8.84, + 0.545 + ], + [ + 5.44, + 13.124 + ], + [ + -5.716, + 11.905 + ], + [ + -8.355, + -1.028 + ], + [ + -1.031, + -15.77 + ] + ], + "c": true + } + ] + }, + { + "t": 38.038038038038, + "s": [ + { + "i": [ + [ + 0.333, + -0.573 + ], + [ + 1.387, + -5.397 + ], + [ + -3.077, + -3.746 + ], + [ + -3.919, + 1.458 + ], + [ + -0.337, + 4.112 + ], + [ + 0.975, + 2.911 + ], + [ + 0.032, + 3.446 + ], + [ + -0.006, + -0.662 + ], + [ + -0.934, + -4.7 + ], + [ + 3.673, + -3.068 + ], + [ + 2.983, + 3.035 + ], + [ + -1.107, + 4.48 + ], + [ + -2.753, + 4.739 + ] + ], + "o": [ + [ + -2.763, + 4.755 + ], + [ + -1.165, + 4.532 + ], + [ + 2.527, + 3.076 + ], + [ + 4.034, + -1.501 + ], + [ + 0.253, + -3.089 + ], + [ + -1.072, + -3.2 + ], + [ + -0.007, + -0.661 + ], + [ + 0.046, + 4.854 + ], + [ + 0.881, + 4.436 + ], + [ + -3.474, + 2.902 + ], + [ + -3.376, + -3.436 + ], + [ + 1.332, + -5.396 + ], + [ + 0.333, + -0.574 + ] + ], + "v": [ + [ + -41.919, + 183.711 + ], + [ + -49.292, + 198.487 + ], + [ + -47.156, + 211.835 + ], + [ + -36.467, + 215.404 + ], + [ + -29.796, + 205.506 + ], + [ + -31.224, + 196.411 + ], + [ + -33.993, + 186.635 + ], + [ + -35.022, + 186.635 + ], + [ + -31.16, + 200.545 + ], + [ + -34.56, + 213.124 + ], + [ + -45.716, + 211.905 + ], + [ + -48.355, + 198.972 + ], + [ + -41.031, + 184.23 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.008000000785, + 0.008000000785, + 0.008000000785, + 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": [ + 120.116, + 282.148 + ], + "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": "Group 10", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 10, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.53, + "y": 1 + }, + "o": { + "x": 0.47, + "y": 0 + }, + "t": 27.528, + "s": [ + { + "i": [ + [ + 0.218, + -0.622 + ], + [ + 1.36, + -3.963 + ], + [ + -2.935, + -2.379 + ], + [ + -3.145, + 1.813 + ], + [ + -0.58, + 4.041 + ], + [ + -0.003, + 2.837 + ], + [ + -0.003, + 3.319 + ], + [ + 0.171, + -0.172 + ], + [ + -6.704, + 1.826 + ], + [ + 0.218, + 0.165 + ], + [ + -2.835, + -7.755 + ], + [ + -2.975, + -1.607 + ], + [ + -2.384, + 2.077 + ], + [ + -0.082, + 3.788 + ], + [ + 0.014, + -0.661 + ], + [ + 4.114, + -1.878 + ], + [ + 1.731, + 3.537 + ], + [ + 0.85, + 4.129 + ], + [ + 0.183, + 4.685 + ], + [ + 0.332, + -0.091 + ], + [ + 6.827, + -0.635 + ], + [ + 0.001, + -0.3 + ], + [ + 0.116, + -4.733 + ], + [ + 3.13, + -3.228 + ], + [ + 3.265, + 2.181 + ], + [ + -1.413, + 3.588 + ], + [ + -1.332, + 3.802 + ] + ], + "o": [ + [ + -1.386, + 3.954 + ], + [ + -1.22, + 3.558 + ], + [ + 2.779, + 2.255 + ], + [ + 3.688, + -2.127 + ], + [ + 0.403, + -2.816 + ], + [ + 0.003, + -3.32 + ], + [ + -0.171, + 0.171 + ], + [ + 6.918, + -0.644 + ], + [ + -0.217, + -0.165 + ], + [ + 0.323, + 8.227 + ], + [ + 1.123, + 3.07 + ], + [ + 2.756, + 1.489 + ], + [ + 3.026, + -2.637 + ], + [ + 0.013, + -0.662 + ], + [ + -0.087, + 3.999 + ], + [ + -4.237, + 1.936 + ], + [ + -1.863, + -3.808 + ], + [ + -0.946, + -4.593 + ], + [ + -0.013, + -0.332 + ], + [ + -6.616, + 1.801 + ], + [ + -0.278, + 0.026 + ], + [ + -0.005, + 4.734 + ], + [ + -0.106, + 4.305 + ], + [ + -2.699, + 2.784 + ], + [ + -3.26, + -2.178 + ], + [ + 1.465, + -3.723 + ], + [ + 0.22, + -0.626 + ] + ], + "v": [ + [ + -23.649, + -5.876 + ], + [ + -29.577, + 5.054 + ], + [ + -26.842, + 14.689 + ], + [ + -17.173, + 15.643 + ], + [ + -11.111, + 5.28 + ], + [ + -10.763, + -3.232 + ], + [ + -10.753, + -13.189 + ], + [ + -11.267, + -12.676 + ], + [ + 9.198, + -16.374 + ], + [ + 8.546, + -16.871 + ], + [ + 13.041, + 7.531 + ], + [ + 18.812, + 15.251 + ], + [ + 27.118, + 14.444 + ], + [ + 30.784, + 3.853 + ], + [ + 29.755, + 3.853 + ], + [ + 24.838, + 14.728 + ], + [ + 14.933, + 9.405 + ], + [ + 11.245, + -2.93 + ], + [ + 9.575, + -16.871 + ], + [ + 8.924, + -17.366 + ], + [ + -11.267, + -13.704 + ], + [ + -11.782, + -13.189 + ], + [ + -11.818, + 1.022 + ], + [ + -15.686, + 13.168 + ], + [ + -25.553, + 14.371 + ], + [ + -28.406, + 4.837 + ], + [ + -22.658, + -5.603 + ] + ], + "c": true + } + ] + }, + { + "t": 38.038038038038, + "s": [ + { + "i": [ + [ + 0.218, + -0.622 + ], + [ + 1.36, + -3.963 + ], + [ + -2.935, + -2.379 + ], + [ + -3.145, + 1.813 + ], + [ + -0.58, + 4.041 + ], + [ + -0.003, + 2.837 + ], + [ + -0.003, + 3.319 + ], + [ + 0.171, + -0.172 + ], + [ + -6.704, + 1.826 + ], + [ + 0.218, + 0.165 + ], + [ + -2.835, + -7.755 + ], + [ + -2.975, + -1.607 + ], + [ + -2.384, + 2.077 + ], + [ + -0.082, + 3.788 + ], + [ + 0.014, + -0.661 + ], + [ + 4.114, + -1.878 + ], + [ + 1.731, + 3.537 + ], + [ + 0.85, + 4.129 + ], + [ + 0.183, + 4.685 + ], + [ + 0.332, + -0.091 + ], + [ + 6.827, + -0.635 + ], + [ + 0.001, + -0.3 + ], + [ + 0.116, + -4.733 + ], + [ + 3.13, + -3.228 + ], + [ + 3.265, + 2.181 + ], + [ + -1.413, + 3.588 + ], + [ + -1.332, + 3.802 + ] + ], + "o": [ + [ + -1.386, + 3.954 + ], + [ + -1.22, + 3.558 + ], + [ + 2.779, + 2.255 + ], + [ + 3.688, + -2.127 + ], + [ + 0.403, + -2.816 + ], + [ + 0.003, + -3.32 + ], + [ + -0.171, + 0.171 + ], + [ + 6.918, + -0.644 + ], + [ + -0.217, + -0.165 + ], + [ + 0.323, + 8.227 + ], + [ + 1.123, + 3.07 + ], + [ + 2.756, + 1.489 + ], + [ + 3.026, + -2.637 + ], + [ + 0.013, + -0.662 + ], + [ + -0.087, + 3.999 + ], + [ + -4.237, + 1.936 + ], + [ + -1.863, + -3.808 + ], + [ + -0.946, + -4.593 + ], + [ + -0.013, + -0.332 + ], + [ + -6.616, + 1.801 + ], + [ + -0.278, + 0.026 + ], + [ + -0.005, + 4.734 + ], + [ + -0.106, + 4.305 + ], + [ + -2.699, + 2.784 + ], + [ + -3.26, + -2.178 + ], + [ + 1.465, + -3.723 + ], + [ + 0.22, + -0.626 + ] + ], + "v": [ + [ + -23.649, + 194.124 + ], + [ + -29.577, + 205.054 + ], + [ + -26.842, + 214.689 + ], + [ + -17.173, + 215.643 + ], + [ + -11.111, + 205.28 + ], + [ + -10.763, + 196.768 + ], + [ + -10.753, + 186.811 + ], + [ + -11.267, + 187.324 + ], + [ + 9.198, + 183.626 + ], + [ + 8.546, + 183.129 + ], + [ + 13.041, + 207.531 + ], + [ + 18.812, + 215.251 + ], + [ + 27.118, + 214.444 + ], + [ + 30.784, + 203.853 + ], + [ + 29.755, + 203.853 + ], + [ + 24.838, + 214.728 + ], + [ + 14.933, + 209.405 + ], + [ + 11.245, + 197.07 + ], + [ + 9.575, + 183.129 + ], + [ + 8.924, + 182.634 + ], + [ + -11.267, + 186.296 + ], + [ + -11.782, + 186.811 + ], + [ + -11.818, + 201.022 + ], + [ + -15.686, + 213.168 + ], + [ + -25.553, + 214.371 + ], + [ + -28.406, + 204.837 + ], + [ + -22.658, + 194.397 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.008000000785, + 0.008000000785, + 0.008000000785, + 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": [ + 186.06, + 287.929 + ], + "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": "Group 11", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 11, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.53, + "y": 1 + }, + "o": { + "x": 0.47, + "y": 0 + }, + "t": 27.528, + "s": [ + { + "i": [ + [ + -0.363, + -0.556 + ], + [ + -3.394, + -4.962 + ], + [ + -4.565, + 0.584 + ], + [ + -1.363, + 3.857 + ], + [ + 2.024, + 4.157 + ], + [ + 4.309, + 4.054 + ], + [ + 0, + 0 + ], + [ + -4.477, + 7.022 + ], + [ + 0.236, + -0.062 + ], + [ + -6.511, + -3.319 + ], + [ + -3.156, + -1.071 + ], + [ + -2.536, + 1.453 + ], + [ + 1.262, + 3.937 + ], + [ + 4.705, + 1.59 + ], + [ + 6.403, + 4.546 + ], + [ + -0.537, + -0.38 + ], + [ + -5.916, + -1.311 + ], + [ + -3.213, + -4.416 + ], + [ + 3.601, + -2.986 + ], + [ + 2.716, + 0.926 + ], + [ + 2.812, + 1.432 + ], + [ + 6.42, + 3.658 + ], + [ + 0.15, + -0.237 + ], + [ + 5.765, + -5.89 + ], + [ + -0.205, + -0.192 + ], + [ + -2.563, + -4.051 + ], + [ + 0.515, + -4.557 + ], + [ + 4.373, + -1.089 + ], + [ + 2.416, + 3.595 + ], + [ + 3.216, + 4.928 + ] + ], + "o": [ + [ + 3.286, + 5.034 + ], + [ + 2.395, + 3.5 + ], + [ + 4.124, + -0.527 + ], + [ + 1.579, + -4.467 + ], + [ + -2.609, + -5.358 + ], + [ + 0, + 0 + ], + [ + 5.827, + -5.951 + ], + [ + -0.234, + 0.062 + ], + [ + 6.351, + 3.617 + ], + [ + 2.961, + 1.509 + ], + [ + 2.658, + 0.903 + ], + [ + 3.813, + -2.186 + ], + [ + -1.608, + -5.013 + ], + [ + -7.204, + -2.433 + ], + [ + -0.541, + -0.385 + ], + [ + 5.054, + 3.589 + ], + [ + 5.096, + 1.129 + ], + [ + 2.561, + 3.519 + ], + [ + -2.361, + 1.957 + ], + [ + -2.995, + -1.021 + ], + [ + -6.584, + -3.351 + ], + [ + -0.248, + -0.141 + ], + [ + -4.433, + 6.95 + ], + [ + -0.191, + 0.194 + ], + [ + 3.483, + 3.279 + ], + [ + 2.398, + 3.792 + ], + [ + -0.491, + 4.335 + ], + [ + -4.685, + 1.168 + ], + [ + -3.281, + -4.884 + ], + [ + -0.361, + -0.552 + ] + ], + "v": [ + [ + -36.081, + 12.287 + ], + [ + -26.207, + 27.393 + ], + [ + -16.049, + 33.39 + ], + [ + -7.289, + 26.024 + ], + [ + -8.66, + 12.519 + ], + [ + -19.763, + -1.605 + ], + [ + -19.763, + -0.878 + ], + [ + -4.266, + -20.384 + ], + [ + -4.97, + -20.199 + ], + [ + 14.322, + -9.788 + ], + [ + 23.412, + -5.515 + ], + [ + 31.643, + -5.73 + ], + [ + 35.181, + -17.053 + ], + [ + 23.835, + -26.604 + ], + [ + 2.455, + -33.589 + ], + [ + 1.937, + -32.702 + ], + [ + 18.83, + -26.883 + ], + [ + 32.746, + -19.554 + ], + [ + 31.983, + -7.212 + ], + [ + 23.686, + -6.506 + ], + [ + 15.056, + -10.567 + ], + [ + -4.45, + -21.088 + ], + [ + -5.153, + -20.903 + ], + [ + -20.489, + -1.605 + ], + [ + -20.489, + -0.878 + ], + [ + -11.201, + 10.095 + ], + [ + -7.61, + 22.826 + ], + [ + -15.166, + 32.184 + ], + [ + -25.537, + 26.551 + ], + [ + -35.193, + 11.768 + ] + ], + "c": true + } + ] + }, + { + "t": 38.038038038038, + "s": [ + { + "i": [ + [ + -0.363, + -0.556 + ], + [ + -3.394, + -4.962 + ], + [ + -4.565, + 0.584 + ], + [ + -1.363, + 3.857 + ], + [ + 2.024, + 4.157 + ], + [ + 4.309, + 4.054 + ], + [ + 0, + 0 + ], + [ + -4.477, + 7.022 + ], + [ + 0.236, + -0.062 + ], + [ + -6.511, + -3.319 + ], + [ + -3.156, + -1.071 + ], + [ + -2.536, + 1.453 + ], + [ + 1.262, + 3.937 + ], + [ + 4.705, + 1.59 + ], + [ + 6.403, + 4.546 + ], + [ + -0.537, + -0.38 + ], + [ + -5.916, + -1.311 + ], + [ + -3.213, + -4.416 + ], + [ + 3.601, + -2.986 + ], + [ + 2.716, + 0.926 + ], + [ + 2.812, + 1.432 + ], + [ + 6.42, + 3.658 + ], + [ + 0.15, + -0.237 + ], + [ + 5.765, + -5.89 + ], + [ + -0.205, + -0.192 + ], + [ + -2.563, + -4.051 + ], + [ + 0.515, + -4.557 + ], + [ + 4.373, + -1.089 + ], + [ + 2.416, + 3.595 + ], + [ + 3.216, + 4.928 + ] + ], + "o": [ + [ + 3.286, + 5.034 + ], + [ + 2.395, + 3.5 + ], + [ + 4.124, + -0.527 + ], + [ + 1.579, + -4.467 + ], + [ + -2.609, + -5.358 + ], + [ + 0, + 0 + ], + [ + 5.827, + -5.951 + ], + [ + -0.234, + 0.062 + ], + [ + 6.351, + 3.617 + ], + [ + 2.961, + 1.509 + ], + [ + 2.658, + 0.903 + ], + [ + 3.813, + -2.186 + ], + [ + -1.608, + -5.013 + ], + [ + -7.204, + -2.433 + ], + [ + -0.541, + -0.385 + ], + [ + 5.054, + 3.589 + ], + [ + 5.096, + 1.129 + ], + [ + 2.561, + 3.519 + ], + [ + -2.361, + 1.957 + ], + [ + -2.995, + -1.021 + ], + [ + -6.584, + -3.351 + ], + [ + -0.248, + -0.141 + ], + [ + -4.433, + 6.95 + ], + [ + -0.191, + 0.194 + ], + [ + 3.483, + 3.279 + ], + [ + 2.398, + 3.792 + ], + [ + -0.491, + 4.335 + ], + [ + -4.685, + 1.168 + ], + [ + -3.281, + -4.884 + ], + [ + -0.361, + -0.552 + ] + ], + "v": [ + [ + 3.919, + 132.287 + ], + [ + 13.793, + 147.393 + ], + [ + 23.951, + 153.39 + ], + [ + 32.711, + 146.024 + ], + [ + 31.34, + 132.519 + ], + [ + 20.237, + 118.395 + ], + [ + 20.237, + 119.122 + ], + [ + 35.734, + 99.616 + ], + [ + 35.03, + 99.801 + ], + [ + 54.322, + 110.212 + ], + [ + 63.412, + 114.485 + ], + [ + 71.643, + 114.27 + ], + [ + 75.181, + 102.947 + ], + [ + 63.835, + 93.396 + ], + [ + 42.455, + 86.411 + ], + [ + 41.937, + 87.298 + ], + [ + 58.83, + 93.117 + ], + [ + 72.746, + 100.446 + ], + [ + 71.983, + 112.788 + ], + [ + 63.686, + 113.494 + ], + [ + 55.056, + 109.433 + ], + [ + 35.55, + 98.912 + ], + [ + 34.847, + 99.097 + ], + [ + 19.511, + 118.395 + ], + [ + 19.511, + 119.122 + ], + [ + 28.799, + 130.095 + ], + [ + 32.39, + 142.826 + ], + [ + 24.834, + 152.184 + ], + [ + 14.463, + 146.551 + ], + [ + 4.807, + 131.768 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.008000000785, + 0.008000000785, + 0.008000000785, + 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": [ + 267.746, + 241.416 + ], + "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": "Group 12", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 12, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.53, + "y": 1 + }, + "o": { + "x": 0.47, + "y": 0 + }, + "t": 27.528, + "s": [ + { + "i": [ + [ + -0.058, + 0.655 + ], + [ + -1.789, + 3.056 + ], + [ + -2.991, + 2.255 + ], + [ + 0.713, + 6.661 + ], + [ + 4.921, + -1.301 + ], + [ + 1.445, + -5.393 + ], + [ + 1.252, + -4.026 + ], + [ + 3.251, + -2.805 + ], + [ + -0.499, + 0.43 + ], + [ + -1.353, + 2.933 + ], + [ + -0.642, + 3.291 + ], + [ + -5.574, + 3.555 + ], + [ + -0.454, + -6.382 + ], + [ + 4.715, + -3.702 + ], + [ + 0.631, + -7.155 + ] + ], + "o": [ + [ + 0.31, + -3.519 + ], + [ + 1.914, + -3.268 + ], + [ + 4.71, + -3.551 + ], + [ + -0.593, + -5.529 + ], + [ + -5.843, + 1.544 + ], + [ + -1.089, + 4.067 + ], + [ + -1.273, + 4.098 + ], + [ + -0.502, + 0.433 + ], + [ + 2.44, + -2.105 + ], + [ + 1.413, + -3.061 + ], + [ + 1.164, + -5.97 + ], + [ + 4.563, + -2.911 + ], + [ + 0.491, + 6.932 + ], + [ + -5.619, + 4.413 + ], + [ + -0.059, + 0.659 + ] + ], + "v": [ + [ + -5.106, + 19.922 + ], + [ + -1.988, + 9.907 + ], + [ + 5.664, + 1.993 + ], + [ + 15.411, + -12.746 + ], + [ + 4.216, + -19.28 + ], + [ + -6.04, + -6.386 + ], + [ + -8.816, + 5.926 + ], + [ + -15.621, + 16.352 + ], + [ + -14.893, + 17.079 + ], + [ + -9.072, + 9.48 + ], + [ + -6.324, + -0.182 + ], + [ + 1.703, + -17.078 + ], + [ + 14.414, + -12.395 + ], + [ + 3.519, + 2.35 + ], + [ + -6.134, + 19.922 + ] + ], + "c": true + } + ] + }, + { + "t": 38.038038038038, + "s": [ + { + "i": [ + [ + -0.058, + 0.655 + ], + [ + -1.789, + 3.056 + ], + [ + -2.991, + 2.255 + ], + [ + 0.713, + 6.661 + ], + [ + 4.921, + -1.301 + ], + [ + 1.445, + -5.393 + ], + [ + 1.252, + -4.026 + ], + [ + 3.251, + -2.805 + ], + [ + -0.499, + 0.43 + ], + [ + -1.353, + 2.933 + ], + [ + -0.642, + 3.291 + ], + [ + -5.574, + 3.555 + ], + [ + -0.454, + -6.382 + ], + [ + 4.715, + -3.702 + ], + [ + 0.631, + -7.155 + ] + ], + "o": [ + [ + 0.31, + -3.519 + ], + [ + 1.914, + -3.268 + ], + [ + 4.71, + -3.551 + ], + [ + -0.593, + -5.529 + ], + [ + -5.843, + 1.544 + ], + [ + -1.089, + 4.067 + ], + [ + -1.273, + 4.098 + ], + [ + -0.502, + 0.433 + ], + [ + 2.44, + -2.105 + ], + [ + 1.413, + -3.061 + ], + [ + 1.164, + -5.97 + ], + [ + 4.563, + -2.911 + ], + [ + 0.491, + 6.932 + ], + [ + -5.619, + 4.413 + ], + [ + -0.059, + 0.659 + ] + ], + "v": [ + [ + -5.106, + -140.078 + ], + [ + -1.988, + -150.093 + ], + [ + 5.664, + -158.007 + ], + [ + 15.411, + -172.746 + ], + [ + 4.216, + -179.28 + ], + [ + -6.04, + -166.386 + ], + [ + -8.816, + -154.074 + ], + [ + -15.621, + -143.648 + ], + [ + -14.893, + -142.921 + ], + [ + -9.072, + -150.52 + ], + [ + -6.324, + -160.182 + ], + [ + 1.703, + -177.078 + ], + [ + 14.414, + -172.395 + ], + [ + 3.519, + -157.65 + ], + [ + -6.134, + -140.078 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.008000000785, + 0.008000000785, + 0.008000000785, + 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": [ + 211.371, + 28.573 + ], + "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": "Group 13", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 13, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.53, + "y": 1 + }, + "o": { + "x": 0.47, + "y": 0 + }, + "t": 27.528, + "s": [ + { + "i": [ + [ + -0.018, + 0.661 + ], + [ + 2.816, + 3.649 + ], + [ + 3.405, + -1.581 + ], + [ + -0.387, + -3.434 + ], + [ + -1.932, + -4.409 + ], + [ + 0.691, + -2.909 + ], + [ + 1.925, + -2.036 + ], + [ + -0.456, + 0.482 + ], + [ + -0.206, + 3.804 + ], + [ + 2.019, + 3.699 + ], + [ + -1.763, + 4.271 + ], + [ + -1.92, + 0.48 + ], + [ + -1.584, + -1.322 + ], + [ + 0.128, + -4.784 + ] + ], + "o": [ + [ + 0.117, + -4.374 + ], + [ + -2.142, + -2.778 + ], + [ + -3.319, + 1.541 + ], + [ + 0.554, + 4.918 + ], + [ + 1.183, + 2.696 + ], + [ + -0.654, + 2.751 + ], + [ + -0.454, + 0.481 + ], + [ + 2.57, + -2.718 + ], + [ + 0.237, + -4.376 + ], + [ + -2.052, + -3.754 + ], + [ + 0.735, + -1.782 + ], + [ + 2.06, + -0.515 + ], + [ + 4.024, + 3.361 + ], + [ + -0.018, + 0.662 + ] + ], + "v": [ + [ + 8.228, + -2.759 + ], + [ + 5.634, + -15.766 + ], + [ + -3.754, + -18.832 + ], + [ + -8.064, + -9.785 + ], + [ + -2.363, + 3.505 + ], + [ + -1.279, + 12.003 + ], + [ + -5.405, + 19.204 + ], + [ + -4.677, + 19.931 + ], + [ + 0.048, + 9.983 + ], + [ + -4.055, + -1.98 + ], + [ + -6.426, + -14.43 + ], + [ + -2.385, + -18.236 + ], + [ + 3.414, + -16.604 + ], + [ + 7.199, + -2.759 + ] + ], + "c": true + } + ] + }, + { + "t": 38.038038038038, + "s": [ + { + "i": [ + [ + -0.018, + 0.661 + ], + [ + 2.816, + 3.649 + ], + [ + 3.405, + -1.581 + ], + [ + -0.387, + -3.434 + ], + [ + -1.932, + -4.409 + ], + [ + 0.691, + -2.909 + ], + [ + 1.925, + -2.036 + ], + [ + -0.456, + 0.482 + ], + [ + -0.206, + 3.804 + ], + [ + 2.019, + 3.699 + ], + [ + -1.763, + 4.271 + ], + [ + -1.92, + 0.48 + ], + [ + -1.584, + -1.322 + ], + [ + 0.128, + -4.784 + ] + ], + "o": [ + [ + 0.117, + -4.374 + ], + [ + -2.142, + -2.778 + ], + [ + -3.319, + 1.541 + ], + [ + 0.554, + 4.918 + ], + [ + 1.183, + 2.696 + ], + [ + -0.654, + 2.751 + ], + [ + -0.454, + 0.481 + ], + [ + 2.57, + -2.718 + ], + [ + 0.237, + -4.376 + ], + [ + -2.052, + -3.754 + ], + [ + 0.735, + -1.782 + ], + [ + 2.06, + -0.515 + ], + [ + 4.024, + 3.361 + ], + [ + -0.018, + 0.662 + ] + ], + "v": [ + [ + 8.228, + -202.759 + ], + [ + 5.634, + -215.766 + ], + [ + -3.754, + -218.832 + ], + [ + -8.064, + -209.785 + ], + [ + -2.363, + -196.495 + ], + [ + -1.279, + -187.997 + ], + [ + -5.405, + -180.796 + ], + [ + -4.677, + -180.069 + ], + [ + 0.048, + -190.017 + ], + [ + -4.055, + -201.98 + ], + [ + -6.426, + -214.43 + ], + [ + -2.385, + -218.236 + ], + [ + 3.414, + -216.604 + ], + [ + 7.199, + -202.759 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.008000000785, + 0.008000000785, + 0.008000000785, + 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": [ + 166.276, + 21.31 + ], + "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": "Group 14", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 14, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + } + ] + }, + { + "id": "comp_13", + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 4, + "nm": "arm Outlines", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.38 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.62 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + 0 + ] + }, + { + "t": 8.00800800800801, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 0.38 + }, + "o": { + "x": 0.62, + "y": 0.62 + }, + "t": 0, + "s": [ + 691.786, + 746.893, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "t": 8.00800800800801, + "s": [ + 691.786, + 746.893, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 198.244, + 214.131, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + -5.38, + 8.322 + ], + [ + -75.728, + -20.18 + ], + [ + -3.65, + -5.016 + ], + [ + -29.372, + -42.553 + ], + [ + 19.981, + -2.67 + ], + [ + 0, + 0 + ], + [ + 5.36, + 9.795 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 17.58, + -27.192 + ], + [ + 5.994, + 1.598 + ], + [ + 107.454, + 147.616 + ], + [ + 11.451, + 16.591 + ], + [ + 0, + 0 + ], + [ + -11.067, + 1.478 + ], + [ + 0, + 0 + ], + [ + -4.756, + -8.693 + ] + ], + "v": [ + [ + -134.996, + -69.326 + ], + [ + 4.163, + -130.865 + ], + [ + 19.083, + -120.64 + ], + [ + 215.086, + 153.741 + ], + [ + 196.437, + 195.833 + ], + [ + 26.125, + 218.591 + ], + [ + -1.138, + 204.788 + ], + [ + -136.001, + -41.717 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "mm", + "mm": 4, + "nm": "Merge Paths 1", + "mn": "ADBE Vector Filter - Merge", + "hd": false + }, + { + "ty": "gf", + "o": { + "a": 0, + "k": 100, + "ix": 10 + }, + "r": 1, + "bm": 0, + "g": { + "p": 3, + "k": { + "a": 0, + "k": [ + 0, + 1, + 0.565, + 0.322, + 0.355, + 1, + 0.565, + 0.322, + 1, + 1, + 0.565, + 0.322, + 0.002, + 0, + 0.501, + 0.5, + 1, + 1 + ], + "ix": 9 + } + }, + "s": { + "a": 0, + "k": [ + -10.5, + 192 + ], + "ix": 5 + }, + "e": { + "a": 0, + "k": [ + -35, + 31 + ], + "ix": 6 + }, + "t": 1, + "nm": "Gradient Fill 1", + "mn": "ADBE Vector Graphic - G-Fill", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 169.7, + 207.943 + ], + "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": "Group 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0.826, + 1.586 + ], + [ + 17.072, + 25.262 + ], + [ + -5.588, + 16.764 + ], + [ + 0, + 0 + ], + [ + -29.858, + -10.152 + ], + [ + 0, + 0 + ], + [ + -6.932, + -9.922 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 12.779, + -19.17 + ], + [ + 0, + 0 + ], + [ + 19.011, + 0 + ], + [ + 0, + 0 + ], + [ + 10.414, + 16.515 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + -3.524, + -6.761 + ], + [ + -9.893, + -14.642 + ], + [ + 0, + 0 + ], + [ + 9.973, + -29.919 + ], + [ + 0, + 0 + ], + [ + 11.459, + 3.896 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 12.857, + 19.118 + ], + [ + 0, + 0 + ], + [ + -10.546, + 15.818 + ], + [ + 0, + 0 + ], + [ + -19.524, + 0 + ], + [ + 0, + 0 + ], + [ + -0.955, + -1.513 + ] + ], + "v": [ + [ + -93.343, + -6.686 + ], + [ + -139.27, + -76.461 + ], + [ + -146.096, + -126.273 + ], + [ + -145.066, + -129.363 + ], + [ + -72.819, + -165.217 + ], + [ + -44.615, + -155.628 + ], + [ + -16.307, + -134.358 + ], + [ + 24.023, + -76.631 + ], + [ + 38.776, + -61.225 + ], + [ + 52.904, + -15.951 + ], + [ + 38.903, + 2.049 + ], + [ + -8.408, + 27.369 + ], + [ + -41.609, + 27.369 + ], + [ + -89.707, + 0.837 + ], + [ + -90.7, + -2.02 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 151.934, + 175.619 + ], + "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": "Group 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 4, + "nm": "hand Outlines", + "parent": 1, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.38 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.62 + ], + "y": [ + 0 + ] + }, + "t": 12.012, + "s": [ + 10 + ] + }, + { + "t": 24.024024024024, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 12.012, + "s": [ + 38.857, + -50.851, + 0 + ], + "to": [ + -2.667, + -0.667, + 0 + ], + "ti": [ + 2.667, + 0.667, + 0 + ] + }, + { + "t": 24.024024024024, + "s": [ + 22.857, + -54.851, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 125.85, + 181.984, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -25, + -34.5 + ], + [ + 25, + 34.5 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 12.513, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -25, + -34.5 + ], + [ + 25, + 34.5 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 18.018, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -25, + -34.5 + ], + [ + 25, + 34.5 + ] + ], + "c": false + } + ] + }, + { + "t": 24.024024024024, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -25, + -34.5 + ], + [ + 25, + 34.5 + ] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 1, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 158.951, + 122.823 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -9.182, + -27.604 + ], + [ + 9.182, + 27.604 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 12.513, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -9.182, + -27.604 + ], + [ + 9.182, + 27.604 + ] + ], + "c": false + } + ] + }, + { + "t": 24.024024024024, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -9.182, + -27.604 + ], + [ + 9.182, + 27.604 + ] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 1, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 46.769, + 216.22 + ], + "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": "Group 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": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -30.702, + -48.832 + ], + [ + 30.702, + 48.832 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 12.513, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -30.702, + -48.832 + ], + [ + 30.702, + 48.832 + ] + ], + "c": false + } + ] + }, + { + "t": 24.024024024024, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -30.702, + -48.832 + ], + [ + 30.702, + 48.832 + ] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 1, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 108.249, + 102.991 + ], + "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": "Group 3", + "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": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -27.949, + -52.258 + ], + [ + 27.949, + 52.258 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 12.513, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -27.949, + -52.258 + ], + [ + 27.949, + 52.258 + ] + ], + "c": false + } + ] + }, + { + "t": 24.024024024024, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -27.949, + -52.258 + ], + [ + 27.949, + 52.258 + ] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 1, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 75.429, + 146.065 + ], + "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": "Group 4", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -14, + 6 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 14, + -6 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -9, + 13.5 + ], + [ + -4, + -7.5 + ], + [ + 18, + 0.5 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 12.513, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -14, + 6 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 14, + -6 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -4.25, + 21 + ], + [ + 0.75, + 0 + ], + [ + 22.75, + 8 + ] + ], + "c": false + } + ] + }, + { + "t": 24.024024024024, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -14, + 6 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 14, + -6 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -9, + 13.5 + ], + [ + -4, + -7.5 + ], + [ + 18, + 0.5 + ] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 1, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 35.951, + 23.823 + ], + "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": "Group 5", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 23.399, + 6.113 + ], + [ + 7.713, + 0.261 + ], + [ + 30.138, + 43.771 + ], + [ + -0.145, + 17.607 + ], + [ + -49.353, + 9.959 + ], + [ + -18.279, + -26.962 + ], + [ + -0.532, + -89.39 + ] + ], + "o": [ + [ + -7.465, + -1.951 + ], + [ + -17.238, + -0.584 + ], + [ + -12.25, + -17.792 + ], + [ + 0.418, + -50.346 + ], + [ + 26.887, + -5.425 + ], + [ + 40, + 59 + ], + [ + 0.407, + 68.285 + ] + ], + "v": [ + [ + 20.714, + 103.092 + ], + [ + -2.111, + 99.765 + ], + [ + -84.258, + 48.197 + ], + [ + -100.598, + -5.932 + ], + [ + -14.145, + -108.665 + ], + [ + 60.742, + -84.803 + ], + [ + 93.21, + 45.806 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 12.513, + "s": [ + { + "i": [ + [ + 23.399, + 6.113 + ], + [ + 7.656, + 0.974 + ], + [ + 32.613, + 45.008 + ], + [ + -0.145, + 17.607 + ], + [ + -49.353, + 9.959 + ], + [ + -18.279, + -26.962 + ], + [ + 11.533, + -44.86 + ] + ], + "o": [ + [ + -7.465, + -1.951 + ], + [ + -22.147, + -2.819 + ], + [ + -12.675, + -17.492 + ], + [ + 0.418, + -50.346 + ], + [ + 26.887, + -5.425 + ], + [ + 40, + 59 + ], + [ + -17.003, + 66.135 + ] + ], + "v": [ + [ + 20.714, + 103.092 + ], + [ + -2.111, + 99.765 + ], + [ + -84.258, + 48.197 + ], + [ + -100.598, + -5.932 + ], + [ + -14.145, + -108.665 + ], + [ + 60.742, + -84.803 + ], + [ + 89.21, + 35.806 + ] + ], + "c": true + } + ] + }, + { + "t": 24.024024024024, + "s": [ + { + "i": [ + [ + 23.399, + 6.113 + ], + [ + 7.713, + 0.261 + ], + [ + 30.138, + 43.771 + ], + [ + -0.145, + 17.607 + ], + [ + -49.353, + 9.959 + ], + [ + -18.279, + -26.962 + ], + [ + -0.532, + -89.39 + ] + ], + "o": [ + [ + -7.465, + -1.951 + ], + [ + -17.238, + -0.584 + ], + [ + -12.25, + -17.792 + ], + [ + 0.418, + -50.346 + ], + [ + 26.887, + -5.425 + ], + [ + 40, + 59 + ], + [ + 0.407, + 68.285 + ] + ], + "v": [ + [ + 20.714, + 103.092 + ], + [ + -2.111, + 99.765 + ], + [ + -84.258, + 48.197 + ], + [ + -100.598, + -5.932 + ], + [ + -14.145, + -108.665 + ], + [ + 60.742, + -84.803 + ], + [ + 93.21, + 45.806 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 150.708, + 249.627 + ], + "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": "Group 6", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 2.9, + 0.68 + ], + [ + 0, + 0 + ], + [ + 1.355, + -9.328 + ], + [ + -1.256, + -2.049 + ] + ], + "o": [ + [ + -1.555, + -2.397 + ], + [ + 0, + 0 + ], + [ + -4.343, + -1.02 + ], + [ + -0.34, + 2.342 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 11.177, + -2.286 + ], + [ + 4.224, + -7.089 + ], + [ + 3.189, + -7.333 + ], + [ + -10.837, + 1.585 + ], + [ + -9.426, + 8.352 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 12.513, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 2.9, + 0.68 + ], + [ + 0, + 0 + ], + [ + 1.355, + -9.328 + ], + [ + -1.256, + -2.049 + ] + ], + "o": [ + [ + -1.555, + -2.397 + ], + [ + 0, + 0 + ], + [ + -4.343, + -1.02 + ], + [ + -0.34, + 2.342 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 10.802, + -0.536 + ], + [ + 3.849, + -5.339 + ], + [ + 2.814, + -5.583 + ], + [ + -11.212, + 3.335 + ], + [ + -9.801, + 10.102 + ] + ], + "c": false + } + ] + }, + { + "t": 24.024024024024, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 2.9, + 0.68 + ], + [ + 0, + 0 + ], + [ + 1.355, + -9.328 + ], + [ + -1.256, + -2.049 + ] + ], + "o": [ + [ + -1.555, + -2.397 + ], + [ + 0, + 0 + ], + [ + -4.343, + -1.02 + ], + [ + -0.34, + 2.342 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 11.177, + -2.286 + ], + [ + 4.224, + -7.089 + ], + [ + 3.189, + -7.333 + ], + [ + -10.837, + 1.585 + ], + [ + -9.426, + 8.352 + ] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 1, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 75.288, + 16.517 + ], + "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": "Group 7", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 7, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 12.012, + "s": [ + { + "i": [ + [ + -1.687, + -2.929 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 3.895, + 0.974 + ], + [ + 0, + 0 + ], + [ + 1.23, + -9.01 + ] + ], + "o": [ + [ + 16.861, + 29.267 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -2.089, + -3.429 + ], + [ + 0, + 0 + ], + [ + -8.822, + -2.206 + ], + [ + -0.456, + 3.35 + ] + ], + "v": [ + [ + -66.528, + -82.901 + ], + [ + 42.88, + 104.536 + ], + [ + 68.88, + 107.536 + ], + [ + 63.88, + 70.536 + ], + [ + -38.86, + -98.112 + ], + [ + -48.199, + -104.983 + ], + [ + -49.589, + -105.331 + ], + [ + -68.423, + -92.579 + ] + ], + "c": true + } + ] + }, + { + "t": 24.024024024024, + "s": [ + { + "i": [ + [ + -1.687, + -2.929 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 3.895, + 0.974 + ], + [ + 0, + 0 + ], + [ + 1.23, + -9.01 + ] + ], + "o": [ + [ + 16.861, + 29.267 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -2.089, + -3.429 + ], + [ + 0, + 0 + ], + [ + -8.822, + -2.206 + ], + [ + -0.456, + 3.35 + ] + ], + "v": [ + [ + -66.403, + -80.651 + ], + [ + 42.879, + 104.536 + ], + [ + 68.88, + 107.536 + ], + [ + 63.88, + 70.536 + ], + [ + -38.735, + -95.862 + ], + [ + -48.074, + -102.733 + ], + [ + -49.464, + -103.081 + ], + [ + -68.298, + -90.329 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 127.071, + 107.786 + ], + "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": "Group 8", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 8, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 12.012, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -4.183, + 5.463 + ], + [ + 0, + 0 + ], + [ + -9.355, + -3.749 + ], + [ + -2.218, + -3.467 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -3.104, + -6.008 + ], + [ + 0, + 0 + ], + [ + 5.779, + -7.547 + ], + [ + 4.086, + 1.638 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 32.176, + 116.134 + ], + [ + -72.865, + -87.184 + ], + [ + -71.125, + -105.671 + ], + [ + -71.012, + -105.819 + ], + [ + -44.853, + -112.385 + ], + [ + -35.153, + -104.53 + ], + [ + 11.964, + -30.866 + ], + [ + 75.969, + 72.134 + ], + [ + 70.355, + 116.134 + ] + ], + "c": true + } + ] + }, + { + "t": 24.024024024024, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -4.183, + 5.463 + ], + [ + 0, + 0 + ], + [ + -9.355, + -3.749 + ], + [ + -2.218, + -3.467 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -3.104, + -6.008 + ], + [ + 0, + 0 + ], + [ + 5.779, + -7.547 + ], + [ + 4.086, + 1.638 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 32.176, + 116.134 + ], + [ + -69.865, + -82.184 + ], + [ + -68.125, + -100.671 + ], + [ + -66.512, + -101.569 + ], + [ + -41.853, + -107.385 + ], + [ + -32.153, + -99.53 + ], + [ + 11.964, + -30.866 + ], + [ + 75.969, + 72.134 + ], + [ + 70.355, + 116.134 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 90.482, + 123.189 + ], + "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": "Group 9", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 9, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 12.012, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -7.005, + -11.162 + ] + ], + "o": [ + [ + -3.606, + -14.837 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -8.896, + 9.418 + ], + [ + 12.503, + 1.743 + ] + ], + "c": false + } + ] + }, + { + "t": 24.024024024024, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -7.005, + -11.162 + ] + ], + "o": [ + [ + -3.606, + -14.837 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -8.646, + 11.418 + ], + [ + 12.878, + 2.868 + ] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 1, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 18.454, + 67.742 + ], + "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": "Group 10", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 10, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 12.012, + "s": [ + { + "i": [ + [ + -9.367, + -4.592 + ], + [ + -1.405, + -2.763 + ], + [ + -11.856, + -15.197 + ], + [ + 7.022, + -9 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -0.729, + 2.387 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 3.059, + 1.499 + ], + [ + 15.099, + 29.679 + ], + [ + 14.043, + 18 + ], + [ + -7.021, + 9 + ], + [ + 0, + 0 + ], + [ + -0.772, + -2.377 + ], + [ + 0, + 0 + ], + [ + 2.726, + -8.929 + ] + ], + "v": [ + [ + -36.014, + -107.146 + ], + [ + -29.14, + -100.583 + ], + [ + 47.204, + 40.738 + ], + [ + 39.011, + 102.738 + ], + [ + -1.949, + 90.738 + ], + [ + -60.452, + -89.633 + ], + [ + -60.518, + -96.907 + ], + [ + -60.021, + -98.536 + ] + ], + "c": true + } + ] + }, + { + "t": 24.024024024024, + "s": [ + { + "i": [ + [ + -9.367, + -4.592 + ], + [ + -1.405, + -2.763 + ], + [ + -11.856, + -15.197 + ], + [ + 7.022, + -9 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -0.729, + 2.387 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 3.059, + 1.499 + ], + [ + 15.099, + 29.679 + ], + [ + 14.043, + 18 + ], + [ + -7.021, + 9 + ], + [ + 0, + 0 + ], + [ + -0.772, + -2.377 + ], + [ + 0, + 0 + ], + [ + 2.726, + -8.929 + ] + ], + "v": [ + [ + -34.514, + -104.896 + ], + [ + -29.015, + -99.333 + ], + [ + 47.204, + 40.738 + ], + [ + 39.011, + 102.738 + ], + [ + -1.949, + 90.738 + ], + [ + -58.952, + -87.383 + ], + [ + -59.018, + -94.657 + ], + [ + -58.521, + -96.286 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 61.496, + 165.585 + ], + "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": "Group 11", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 11, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 12.012, + "s": [ + { + "i": [ + [ + 21.957, + -46.654 + ], + [ + -5, + -20 + ], + [ + -25, + -20 + ], + [ + 0, + 0 + ], + [ + 18, + 42 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 5, + 20 + ], + [ + 25, + 20 + ], + [ + 0, + 0 + ], + [ + -18, + -42 + ] + ], + "v": [ + [ + -36.992, + -53.475 + ], + [ + -40.948, + -17.821 + ], + [ + -4.948, + 76.179 + ], + [ + 45.948, + 100.129 + ], + [ + 18.053, + 30.179 + ] + ], + "c": true + } + ] + }, + { + "t": 24.024024024024, + "s": [ + { + "i": [ + [ + 21.957, + -46.654 + ], + [ + -5, + -20 + ], + [ + -25, + -20 + ], + [ + 0, + 0 + ], + [ + 18, + 42 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 5, + 20 + ], + [ + 25, + 20 + ], + [ + 0, + 0 + ], + [ + -18, + -42 + ] + ], + "v": [ + [ + -36.992, + -53.475 + ], + [ + -33.948, + -17.821 + ], + [ + 4.053, + 70.679 + ], + [ + 45.948, + 100.129 + ], + [ + 18.053, + 30.179 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 68.398, + 240.644 + ], + "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": "Group 12", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 12, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 12.012, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 2.5, + -2.236 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -2.5, + 2.236 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 4.5, + -1.764 + ], + [ + -2, + -2 + ], + [ + -3.5, + 4.236 + ] + ], + "c": false + } + ] + }, + { + "t": 24.024024024024, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 2.5, + -2.236 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -2.5, + 2.236 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 4.5, + -1.764 + ], + [ + -2, + -2 + ], + [ + -3.5, + 4.236 + ] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 1, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 129.451, + 76.087 + ], + "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": "Group 13", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 13, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 12.012, + "s": [ + { + "i": [ + [ + -0.957, + -1.209 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 1.404 + ], + [ + 0, + 0 + ], + [ + -4.847, + -1.463 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -0.739, + -1.194 + ], + [ + 0, + 0 + ], + [ + 0, + -5.063 + ], + [ + 1.476, + 0.446 + ] + ], + "v": [ + [ + -33.03, + -61.069 + ], + [ + 41.5, + 33.074 + ], + [ + 46.5, + 65.074 + ], + [ + 18.5, + 51.074 + ], + [ + -45.369, + -52.1 + ], + [ + -46.5, + -56.074 + ], + [ + -46.5, + -56.382 + ], + [ + -36.767, + -63.611 + ] + ], + "c": true + } + ] + }, + { + "t": 24.024024024024, + "s": [ + { + "i": [ + [ + -0.957, + -1.209 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 1.404 + ], + [ + 0, + 0 + ], + [ + -4.847, + -1.463 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -0.739, + -1.194 + ], + [ + 0, + 0 + ], + [ + 0, + -5.063 + ], + [ + 1.476, + 0.446 + ] + ], + "v": [ + [ + -34.655, + -61.069 + ], + [ + 41.5, + 33.074 + ], + [ + 46.5, + 65.074 + ], + [ + 18.5, + 51.074 + ], + [ + -45.369, + -52.1 + ], + [ + -46.5, + -56.074 + ], + [ + -46.5, + -56.382 + ], + [ + -38.392, + -63.611 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 169.451, + 133.249 + ], + "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": "Group 14", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 14, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 4, + "nm": "cloth Outlines", + "parent": 2, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 0.38 + }, + "o": { + "x": 0.62, + "y": 0.62 + }, + "t": 6.507, + "s": [ + 64.167, + 31.369, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "t": 12.012012012012, + "s": [ + 64.167, + 31.369, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 125.58, + 72.654, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 6.507, + "s": [ + { + "i": [ + [ + -4.408, + 0.447 + ], + [ + -49.156, + -19.931 + ], + [ + 0.988, + -6.072 + ], + [ + -5.981, + -17.156 + ], + [ + 5.196, + -3.322 + ], + [ + 10.634, + -0.626 + ], + [ + 39.369, + 0.282 + ], + [ + 0.175, + 7.253 + ], + [ + 17.407, + 13.539 + ], + [ + -2.475, + 4.973 + ] + ], + "o": [ + [ + 25.572, + -2.59 + ], + [ + 5.7, + 2.311 + ], + [ + -4.732, + 29.093 + ], + [ + 2.029, + 5.822 + ], + [ + -5.149, + 3.292 + ], + [ + -18.603, + 1.095 + ], + [ + -7.255, + -0.052 + ], + [ + -0.51, + -21.225 + ], + [ + -12.679, + -9.862 + ], + [ + 1.976, + -3.966 + ] + ], + "v": [ + [ + -112.424, + -46.888 + ], + [ + 101.617, + -52.473 + ], + [ + 109.723, + -38.105 + ], + [ + 123.301, + 48.467 + ], + [ + 117.98, + 64.11 + ], + [ + 94.514, + 71.309 + ], + [ + -77.805, + 71.409 + ], + [ + -91.104, + 58.289 + ], + [ + -112.32, + -17.524 + ], + [ + -122.854, + -39.975 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 12.012, + "s": [ + { + "i": [ + [ + -4.408, + 0.447 + ], + [ + -75.334, + -4.323 + ], + [ + 0.988, + -6.072 + ], + [ + -5.981, + -17.156 + ], + [ + 5.196, + -3.322 + ], + [ + 10.634, + -0.626 + ], + [ + 35.088, + 17.795 + ], + [ + 0.175, + 7.253 + ], + [ + 16.23, + 16.095 + ], + [ + -2.475, + 4.973 + ] + ], + "o": [ + [ + 25.572, + -2.59 + ], + [ + 25.517, + 1.464 + ], + [ + -4.732, + 29.093 + ], + [ + 2.029, + 5.822 + ], + [ + -5.149, + 3.292 + ], + [ + -18.603, + 1.095 + ], + [ + -6.471, + -3.282 + ], + [ + -0.51, + -21.225 + ], + [ + -14.896, + -14.772 + ], + [ + 1.976, + -3.966 + ] + ], + "v": [ + [ + -107.424, + -56.388 + ], + [ + 103.618, + -71.473 + ], + [ + 103.723, + -23.605 + ], + [ + 123.301, + 48.467 + ], + [ + 117.98, + 64.11 + ], + [ + 94.514, + 71.309 + ], + [ + -76.805, + 89.409 + ], + [ + -103.103, + 59.289 + ], + [ + -114.57, + -12.774 + ], + [ + -117.854, + -49.475 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 18.018, + "s": [ + { + "i": [ + [ + -7.792, + 1.592 + ], + [ + -75.334, + -4.323 + ], + [ + -0.632, + -6.119 + ], + [ + -5.981, + -17.156 + ], + [ + 5.196, + -3.322 + ], + [ + 10.634, + -0.626 + ], + [ + 35.088, + 17.795 + ], + [ + 1.887, + 16.165 + ], + [ + 16.23, + 16.095 + ], + [ + -2.095, + 5.145 + ] + ], + "o": [ + [ + 18.19, + -3.716 + ], + [ + 25.517, + 1.464 + ], + [ + 2.561, + 24.809 + ], + [ + 2.029, + 5.822 + ], + [ + -5.149, + 3.292 + ], + [ + -18.603, + 1.095 + ], + [ + -6.471, + -3.282 + ], + [ + -2.462, + -21.088 + ], + [ + -14.896, + -14.772 + ], + [ + 3.388, + -8.321 + ] + ], + "v": [ + [ + -100.174, + -74.888 + ], + [ + 103.618, + -71.473 + ], + [ + 111.723, + -21.605 + ], + [ + 123.301, + 48.467 + ], + [ + 117.98, + 64.11 + ], + [ + 94.514, + 71.309 + ], + [ + -76.805, + 89.409 + ], + [ + -105.353, + 59.039 + ], + [ + -114.57, + -12.774 + ], + [ + -122.854, + -56.475 + ] + ], + "c": true + } + ] + }, + { + "t": 24.024024024024, + "s": [ + { + "i": [ + [ + -4.408, + 0.447 + ], + [ + -49.156, + -19.931 + ], + [ + 0.988, + -6.072 + ], + [ + -5.981, + -17.156 + ], + [ + 5.196, + -3.322 + ], + [ + 10.634, + -0.626 + ], + [ + 39.369, + 0.282 + ], + [ + 0.175, + 7.253 + ], + [ + 17.407, + 13.539 + ], + [ + -2.475, + 4.973 + ] + ], + "o": [ + [ + 25.572, + -2.59 + ], + [ + 5.7, + 2.311 + ], + [ + -4.732, + 29.093 + ], + [ + 2.029, + 5.822 + ], + [ + -5.149, + 3.292 + ], + [ + -18.603, + 1.095 + ], + [ + -7.255, + -0.052 + ], + [ + -0.51, + -21.225 + ], + [ + -12.679, + -9.862 + ], + [ + 1.976, + -3.966 + ] + ], + "v": [ + [ + -118.564, + -52.913 + ], + [ + 101.617, + -52.473 + ], + [ + 109.723, + -38.105 + ], + [ + 123.301, + 48.467 + ], + [ + 117.98, + 64.11 + ], + [ + 94.514, + 71.309 + ], + [ + -77.805, + 71.409 + ], + [ + -91.104, + 58.289 + ], + [ + -120.2, + -7.503 + ], + [ + -131.167, + -41.048 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.286000001197, + 0.532999973671, + 0.442999985639, + 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": [ + 125.579, + 72.654 + ], + "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": "Group 4", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + } + ] + }, + { + "id": "comp_14", + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 4, + "nm": "brillo Outlines", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 50, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 268, + 380.75, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 212, + 319.5, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "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": [ + [ + -145, + 147 + ], + [ + 216, + -109 + ], + [ + 198, + -147 + ], + [ + -158, + 132 + ] + ], + "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": [ + 194, + 307 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "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": [ + [ + 230, + -143.5 + ], + [ + -177, + 139.5 + ], + [ + -177, + 200.5 + ], + [ + 230, + -38.5 + ] + ], + "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": [ + 194, + 438.5 + ], + "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": "Group 2", + "np": 4, + "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, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 65, + -152.5 + ], + [ + -194, + 57.5 + ], + [ + -191, + 123.5 + ], + [ + 159, + -125.5 + ] + ], + "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": [ + 194, + 152.5 + ], + "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": "Group 3", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + } + ] + }, + { + "id": "comp_15", + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 0, + "nm": "hand-clean", + "refId": "comp_16", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 15, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 1052, + 580, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 528, + 352.5, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 50, + 50, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 528, + "h": 705, + "ip": 56.5565565565566, + "op": 161.661661661662, + "st": 56.5565565565566, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 4, + "nm": "F1 Outlines", + "parent": 28, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 107.848, + 68.137, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 12.465, + 10.5, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0.892, + 3.266 + ], + [ + 0, + 0 + ], + [ + -3.552, + 0.971 + ] + ], + "o": [ + [ + -3.553, + 0.971 + ], + [ + 0, + 0 + ], + [ + -0.892, + -3.266 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 4.47, + 5.429 + ], + [ + -3.578, + 1.273 + ], + [ + -3.578, + 1.271 + ], + [ + 1.238, + -6.4 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 0.281, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 7.921, + 10.888 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + -4.564, + 1.247 + ], + [ + 0, + 0 + ], + [ + -1.247, + -4.565 + ], + [ + 4.564, + -1.247 + ], + [ + 0, + 0 + ], + [ + 1.247, + 4.565 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 4.566, + -1.247 + ], + [ + 1.247, + 4.565 + ], + [ + 0, + 0 + ], + [ + -4.566, + 1.247 + ], + [ + -1.247, + -4.564 + ] + ], + "v": [ + [ + -4.96, + -7.528 + ], + [ + 0.444, + -9.003 + ], + [ + 10.967, + -2.997 + ], + [ + 4.961, + 7.528 + ], + [ + -0.443, + 9.003 + ], + [ + -10.967, + 2.995 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 12.464, + 10.501 + ], + "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": "Group 2", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 4, + "nm": "F2 Outlines", + "parent": 28, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 110.344, + 47.804, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 15.242, + 11.259, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0.882, + 3.229 + ], + [ + -3.512, + 0.959 + ] + ], + "o": [ + [ + -3.512, + 0.959 + ], + [ + -0.883, + -3.229 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 4.419, + 5.367 + ], + [ + -3.536, + 1.258 + ], + [ + 1.225, + -6.327 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 0.281, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 8.134, + 11.477 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + -4.565, + 1.247 + ], + [ + 0, + 0 + ], + [ + -1.247, + -4.565 + ], + [ + 4.564, + -1.247 + ], + [ + 0, + 0 + ], + [ + 1.247, + 4.565 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 4.564, + -1.247 + ], + [ + 1.248, + 4.565 + ], + [ + 0, + 0 + ], + [ + -4.565, + 1.247 + ], + [ + -1.247, + -4.565 + ] + ], + "v": [ + [ + -7.736, + -6.768 + ], + [ + 3.22, + -9.762 + ], + [ + 13.743, + -3.754 + ], + [ + 7.736, + 6.769 + ], + [ + -3.221, + 9.762 + ], + [ + -13.745, + 3.755 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 15.242, + 11.259 + ], + "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": "Group 2", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 4, + "ty": 4, + "nm": "F3 Outlines", + "parent": 28, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 107.841, + 29.014, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 16.426, + 11.583, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0.811, + 2.965 + ], + [ + -3.225, + 0.881 + ] + ], + "o": [ + [ + -3.225, + 0.881 + ], + [ + -0.81, + -2.966 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 4.059, + 4.929 + ], + [ + -3.249, + 1.156 + ], + [ + 1.124, + -5.811 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 0.281, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 7.749, + 13.198 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + -4.564, + 1.247 + ], + [ + 0, + 0 + ], + [ + -1.247, + -4.565 + ], + [ + 4.565, + -1.247 + ], + [ + 0, + 0 + ], + [ + 1.247, + 4.565 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 4.565, + -1.247 + ], + [ + 1.247, + 4.565 + ], + [ + 0, + 0 + ], + [ + -4.565, + 1.247 + ], + [ + -1.247, + -4.565 + ] + ], + "v": [ + [ + -8.922, + -6.445 + ], + [ + 4.405, + -10.086 + ], + [ + 14.929, + -4.078 + ], + [ + 8.921, + 6.445 + ], + [ + -4.405, + 10.086 + ], + [ + -14.929, + 4.078 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 16.426, + 11.583 + ], + "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": "Group 2", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 5, + "ty": 4, + "nm": "F4 Outlines", + "parent": 28, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 119.986, + -4.102, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 16.642, + 14.948, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 1.984, + 2.676 + ], + [ + -2.676, + 1.984 + ] + ], + "o": [ + [ + -2.677, + 1.984 + ], + [ + -1.985, + -2.676 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 8.087, + 3.228 + ], + [ + -0.352, + 1.975 + ], + [ + 0.9, + -6.462 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 0.33, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 8.86, + 20.468 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + -1.831, + 3.464 + ], + [ + 0, + 0 + ], + [ + -5.03, + -4.123 + ], + [ + 0, + 0 + ], + [ + 2.399, + -4.342 + ], + [ + 0, + 0 + ], + [ + 2.649, + 3.572 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 3.572, + -2.648 + ], + [ + 0, + 0 + ], + [ + 2.649, + 3.571 + ], + [ + 0, + 0 + ], + [ + -3.571, + 2.648 + ], + [ + 0, + 0 + ], + [ + -2.647, + -3.572 + ] + ], + "v": [ + [ + -12.073, + -1.715 + ], + [ + -9.01, + -7.8 + ], + [ + 2.376, + -4.878 + ], + [ + 2.993, + -4.045 + ], + [ + 1.822, + 7.216 + ], + [ + -1.866, + 12.05 + ], + [ + -13.128, + 10.378 + ], + [ + -13.745, + 9.546 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 16.642, + 14.948 + ], + "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": "Group 2", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 108.608608608609, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 6, + "ty": 4, + "nm": "F5 Outlines", + "parent": 7, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 19.788, + 32.485, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 1.463, + 51.517, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + -2.705, + -2.952 + ], + [ + 3.532, + -3.235 + ] + ], + "o": [ + [ + 3.531, + -3.235 + ], + [ + 2.705, + 2.953 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -6.998, + -3.615 + ], + [ + 4.294, + -4.127 + ], + [ + 2.795, + 7.079 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 0.312, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 42.909, + 10.665 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + -3.771, + 3.454 + ], + [ + 0, + 0 + ], + [ + -3.454, + -3.771 + ], + [ + 3.771, + -3.454 + ], + [ + 0, + 0 + ], + [ + 3.454, + 3.771 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 3.772, + -3.455 + ], + [ + 3.454, + 3.772 + ], + [ + 0, + 0 + ], + [ + -3.771, + 3.455 + ], + [ + 0, + 0 + ], + [ + -3.955, + -6.92 + ] + ], + "v": [ + [ + -22.56, + 4.751 + ], + [ + 10.307, + -22.69 + ], + [ + 23.39, + -22.117 + ], + [ + 22.816, + -9.034 + ], + [ + -5.853, + 22.69 + ], + [ + -18.936, + 22.117 + ], + [ + -22.889, + 18.262 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 27.094, + 26.395 + ], + "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": "Group 2", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 7, + "ty": 4, + "nm": "F5B Outlines", + "parent": 28, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 3.278, + 73.08, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 23.251, + 47.705, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + -20.102, + 33.285 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -1.813, + 31.143 + ], + [ + 10.051, + -31.143 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 0.312, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 10.831, + 45.563 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 12.748, + 18.455 + ], + [ + -19.442, + 33.285 + ], + [ + 0, + 0 + ], + [ + 4.462, + -15.159 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 14.66, + -14.17 + ], + [ + 0, + 0 + ], + [ + -3.611, + 12.267 + ] + ], + "v": [ + [ + -14.66, + 29 + ], + [ + -3.186, + -33.285 + ], + [ + 17.529, + -21.091 + ], + [ + 18.167, + 26.693 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 23.624, + 47.705 + ], + "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": "Group 2", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 8, + "ty": 0, + "nm": "virus", + "parent": 9, + "refId": "comp_12", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 20, + -80, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 264, + 352.5, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 25, + 25, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 528, + "h": 705, + "ip": 17.017017017017, + "op": 122.122122122122, + "st": 17.017017017017, + "bm": 0 + }, + { + "ddd": 0, + "ind": 9, + "ty": 4, + "nm": "Shape Layer 6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.53 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.47 + ], + "y": [ + 0 + ] + }, + "t": 18.018, + "s": [ + 40 + ] + }, + { + "t": 22.5225225225225, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 613, + 527.5, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 73, + -22.5, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.53, + 0.53, + 0.53 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.47, + 0.47, + 0.47 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 17.017, + "s": [ + 0, + 0, + 100 + ] + }, + { + "i": { + "x": [ + 0.53, + 0.53, + 0.53 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.47, + 0.47, + 0.47 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 19.52, + "s": [ + 120, + 120, + 100 + ] + }, + { + "t": 22.5225225225225, + "s": [ + 100, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 71.5, + -70 + ], + [ + 45.75, + -42.75 + ], + [ + 73.5, + -23.75 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.90588241278, + 0.90588241278, + 0.90588241278, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 2, + "ix": 5 + }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.905882352941, + 0.905882352941, + 0.905882352941, + 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": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "d": 1, + "ty": "el", + "s": { + "a": 0, + "k": [ + 106, + 106 + ], + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 3 + }, + "nm": "Ellipse Path 1", + "mn": "ADBE Vector Shape - Ellipse", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.905882352941, + 0.905882352941, + 0.905882352941, + 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": [ + 20, + -78 + ], + "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": "Ellipse 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 17.017017017017, + "op": 122.122122122122, + "st": 17.017017017017, + "bm": 0 + }, + { + "ddd": 0, + "ind": 10, + "ty": 4, + "nm": "SWEATER Outlines 2", + "parent": 29, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 48.948, + 100.275, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 66.814, + 49.078, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -20.449, + -4.173 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 2.087, + -1.252 + ], + [ + 0, + 0 + ], + [ + -36.725, + 51.332 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -155.564, + 107.945 + ], + [ + 1.043, + -48.828 + ], + [ + 66.564, + -5.843 + ], + [ + -62.83, + 153.828 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "gf", + "o": { + "a": 0, + "k": 100, + "ix": 10 + }, + "r": 1, + "bm": 0, + "g": { + "p": 3, + "k": { + "a": 0, + "k": [ + 0, + 1, + 0.565, + 0.322, + 0.355, + 1, + 0.565, + 0.322, + 1, + 1, + 0.565, + 0.322, + 0.002, + 0, + 0.501, + 0.5, + 1, + 1 + ], + "ix": 9 + } + }, + "s": { + "a": 0, + "k": [ + -88.5, + 122 + ], + "ix": 5 + }, + "e": { + "a": 0, + "k": [ + -35, + 31 + ], + "ix": 6 + }, + "t": 1, + "nm": "Gradient Fill 1", + "mn": "ADBE Vector Graphic - G-Fill", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 66.814, + 49.078 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 11, + "ty": 4, + "nm": "Shape Layer 3", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 8, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 630.75, + 522.688, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 90.75, + -17.313, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "d": 1, + "ty": "el", + "s": { + "a": 0, + "k": [ + 7.625, + 7.625 + ], + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 3 + }, + "nm": "Ellipse Path 1", + "mn": "ADBE Vector Shape - Ellipse", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.243137269862, + 0.160784313725, + 0.443137284821, + 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": [ + 86.938, + -17.313 + ], + "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": "Ellipse 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 78.5785785785786, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 12, + "ty": 4, + "nm": "Shape Layer 5", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 679.204, + 548.125, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 139.204, + 8.125, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + -13, + 13.75 + ], + [ + 1.75, + 14 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 13, + -13.75 + ], + [ + -1.75, + -14 + ] + ], + "v": [ + [ + 123.75, + 44.5 + ], + [ + 113.5, + 5 + ], + [ + 143, + -29.75 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.443137254902, + 0.294117647059, + 0.850980392157, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 5, + "ix": 4 + }, + "w": { + "a": 0, + "k": 20, + "ix": 5 + }, + "lc": 2, + "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": 78.5785785785786, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 13, + "ty": 4, + "nm": "Shape Layer 4", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 5, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 673.125, + 619.75, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 133.125, + 77.25, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "d": 1, + "ty": "el", + "s": { + "a": 0, + "k": [ + 18.75, + 18.75 + ], + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 3 + }, + "nm": "Ellipse Path 1", + "mn": "ADBE Vector Shape - Ellipse", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.243137269862, + 0.160784313725, + 0.443137284821, + 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": [ + 123.75, + 77.25 + ], + "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": "Ellipse 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 78.5785785785786, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 14, + "ty": 4, + "nm": "Shape Layer 2", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 20, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 662.5, + 616.875, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 122.5, + 76.875, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 14, + 4 + ], + [ + -3.25, + 3.5 + ], + [ + -5.75, + 0.75 + ], + [ + 0.75, + 3.75 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -14, + -4 + ], + [ + 3.25, + -3.5 + ], + [ + 5.75, + -0.75 + ], + [ + -0.75, + -3.75 + ] + ], + "v": [ + [ + 110, + 99.25 + ], + [ + 93.5, + 79 + ], + [ + 84.5, + 60 + ], + [ + 94, + 53.5 + ], + [ + 99, + 48 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.443137254902, + 0.294117647059, + 0.850980392157, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 0.75, + "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": 78.5785785785786, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 15, + "ty": 4, + "nm": "Shape Layer 1", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + -4.25, + -6.25 + ], + [ + -10.5, + 6 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 4.25, + 6.25 + ], + [ + 10.5, + -6 + ] + ], + "v": [ + [ + 82.25, + -41.5 + ], + [ + 97.75, + -38.25 + ], + [ + 120.25, + -34.75 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "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": 78.5785785785786, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 16, + "ty": 4, + "nm": "1 Outlines", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 689.25, + 481.75, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 33, + 50.864, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 0, + 0, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 53.591 + ], + [ + 0, + 0 + ], + [ + 0, + -39.697 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 55.576 + ], + [ + 0, + 0 + ], + [ + 0, + -41.682 + ] + ], + "v": [ + [ + -32.75, + 4.962 + ], + [ + 2.978, + -50.614 + ], + [ + 32.75, + 4.962 + ], + [ + 4.962, + 50.614 + ] + ], + "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": [ + 33, + 50.864 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 71.5715715715716, + "op": 176.676676676677, + "st": 71.5715715715716, + "bm": 0 + }, + { + "ddd": 0, + "ind": 17, + "ty": 4, + "nm": "2 Outlines", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 673.25, + 655.057, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 17.919, + 27.557, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 0, + 0, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 28.913 + ], + [ + 0, + 0 + ], + [ + 0, + -21.417 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 29.984 + ], + [ + 0, + 0 + ], + [ + 0, + -22.487 + ] + ], + "v": [ + [ + -17.669, + 2.677 + ], + [ + 1.606, + -27.307 + ], + [ + 17.669, + 2.677 + ], + [ + 2.677, + 27.307 + ] + ], + "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": [ + 17.919, + 27.557 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 77.5775775775776, + "op": 182.682682682683, + "st": 77.5775775775776, + "bm": 0 + }, + { + "ddd": 0, + "ind": 18, + "ty": 4, + "nm": "3 Outlines", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 610.25, + 496.557, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 23.419, + 36.057, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 0, + 0, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 37.913 + ], + [ + 0, + 0 + ], + [ + 0, + -28.084 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 39.317 + ], + [ + 0, + 0 + ], + [ + 0, + -29.488 + ] + ], + "v": [ + [ + -23.169, + 3.51 + ], + [ + 2.106, + -35.807 + ], + [ + 23.169, + 3.51 + ], + [ + 3.511, + 35.807 + ] + ], + "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": [ + 23.419, + 36.057 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 73.0730730730731, + "op": 178.178178178178, + "st": 73.0730730730731, + "bm": 0 + }, + { + "ddd": 0, + "ind": 19, + "ty": 4, + "nm": "PHONE FRAME Outlines", + "parent": 21, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 43.131, + 91.37, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 44.881, + 93.12, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ], + [ + 0, + 0 + ], + [ + -5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 5.113 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 5.113 + ], + [ + 0, + 0 + ], + [ + 5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ] + ], + "v": [ + [ + 33.622, + -91.12 + ], + [ + -33.621, + -91.12 + ], + [ + -42.88, + -81.862 + ], + [ + -42.88, + 81.862 + ], + [ + -33.621, + 91.12 + ], + [ + 33.622, + 91.12 + ], + [ + 42.88, + 81.862 + ], + [ + 42.88, + -81.862 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.26699999641, + 0.361000001197, + 0.760999971278, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 2, + "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": [ + 44.88, + 93.12 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 20, + "ty": 4, + "nm": "PHONE VESSEL Outlines", + "parent": 21, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 43.13, + 3.341, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 23.152, + 3.418, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -2.154, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 2.152 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 2.152 + ], + [ + 0, + 0 + ], + [ + 2.153, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 22.902, + -3.168 + ], + [ + -22.902, + -3.168 + ], + [ + -22.902, + -0.73 + ], + [ + -19.003, + 3.168 + ], + [ + 19.004, + 3.168 + ], + [ + 22.902, + -0.73 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.26699999641, + 0.361000001197, + 0.760999971278, + 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": [ + 23.152, + 3.418 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 21, + "ty": 4, + "nm": "PHONE screen", + "td": 1, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 649.533, + 567.813, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 43.131, + 91.37, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ], + [ + 0, + 0 + ], + [ + -5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 5.113 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 5.113 + ], + [ + 0, + 0 + ], + [ + 5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ] + ], + "v": [ + [ + 33.622, + -91.12 + ], + [ + -33.621, + -91.12 + ], + [ + -42.88, + -81.862 + ], + [ + -42.88, + 81.862 + ], + [ + -33.621, + 91.12 + ], + [ + 33.622, + 91.12 + ], + [ + 42.88, + 81.862 + ], + [ + 42.88, + -81.862 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.455000005984, + 0.851000019148, + 0.722000002394, + 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": [ + 43.13, + 91.37 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 22, + "ty": 0, + "nm": "02-AE-brillo", + "tt": 1, + "refId": "comp_17", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 0, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 739.62, + 563.25, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 528, + 352.5, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 33, + 33, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 528, + "h": 705, + "ip": 74.0740740740741, + "op": 179.179179179179, + "st": 74.0740740740741, + "bm": 0 + }, + { + "ddd": 0, + "ind": 23, + "ty": 4, + "nm": "PHONE screen 2", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 649.533, + 567.813, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 43.131, + 91.37, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ], + [ + 0, + 0 + ], + [ + -5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 5.113 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 5.113 + ], + [ + 0, + 0 + ], + [ + 5.113, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -5.113 + ] + ], + "v": [ + [ + 33.622, + -91.12 + ], + [ + -33.621, + -91.12 + ], + [ + -42.88, + -81.862 + ], + [ + -42.88, + 81.862 + ], + [ + -33.621, + 91.12 + ], + [ + 33.622, + 91.12 + ], + [ + 42.88, + 81.862 + ], + [ + 42.88, + -81.862 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.455000005984, + 0.851000019148, + 0.722000002394, + 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": [ + 43.13, + 91.37 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 24, + "ty": 4, + "nm": "F1B Outlines", + "parent": 5, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + -25.311, + 11.075, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 14.498, + 12.213, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 12.179, + -3.118 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + -0.439, + 2.249 + ], + [ + -12.18, + 3.117 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 14.248, + -11.963 + ], + [ + -2.068, + 8.846 + ], + [ + -3.853, + -7.177 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 14.498, + 12.213 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 25, + "ty": 4, + "nm": "F2B Outlines", + "parent": 4, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + -31.324, + -0.443, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 26.937, + 8.459, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 26.244, + -1.413 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -26.245, + 1.413 + ] + ], + "v": [ + [ + 26.687, + -8.209 + ], + [ + -0.442, + 6.796 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 26.936, + 8.459 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 26, + "ty": 4, + "nm": "F3B Outlines", + "parent": 3, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + -30.909, + -8.257, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 26.937, + 8.459, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 26.245, + -1.413 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -26.244, + 1.413 + ] + ], + "v": [ + [ + 26.687, + -8.209 + ], + [ + -0.443, + 6.796 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 26.936, + 8.459 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 27, + "ty": 4, + "nm": "F4B Outlines", + "parent": 2, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + -26.124, + -15.932, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 26.937, + 8.459, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 26.244, + -1.413 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -26.244, + 1.413 + ] + ], + "v": [ + [ + 26.687, + -8.209 + ], + [ + -0.443, + 6.796 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 26.936, + 8.459 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 28, + "ty": 4, + "nm": "PALM Outlines", + "parent": 29, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 156.455, + -9.455, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 52.648, + 73.739, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + -11.534, + 15.818 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -22.079, + 10.875 + ], + [ + 22.079, + -10.875 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 0.312, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 53.636, + 125.478 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + -31.307, + 10.875 + ], + [ + -11.534, + 15.818 + ], + [ + 0, + 0 + ], + [ + 30.318, + -13.841 + ], + [ + 0.658, + -11.205 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 11.534, + -15.818 + ], + [ + 0, + 0 + ], + [ + -30.318, + 13.841 + ], + [ + -0.659, + 11.205 + ] + ], + "v": [ + [ + -21.091, + 62.614 + ], + [ + 23.068, + 40.864 + ], + [ + 44.819, + -13.841 + ], + [ + 22.08, + -59.648 + ], + [ + -36.579, + -19.114 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 52.648, + 73.739 + ], + "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": "Group 2", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 29, + "ty": 4, + "nm": "HAND Outlines", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 554.475, + 683.229, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 75.239, + 64.933, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -4.05, + 1.461 + ], + [ + 0, + 0 + ], + [ + -4.33, + -15.835 + ], + [ + 4.849, + -6.866 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 2.99, + -3.098 + ], + [ + 0, + 0 + ], + [ + 15.443, + -5.568 + ], + [ + 2.217, + 8.108 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -74.989, + 42.602 + ], + [ + 11.75, + -47.269 + ], + [ + 22.452, + -54.198 + ], + [ + 36.089, + -59.115 + ], + [ + 72.772, + -40.066 + ], + [ + 68.615, + -16.417 + ], + [ + 11.352, + 64.682 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 75.239, + 64.933 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 30, + "ty": 4, + "nm": "SWEATER1 Outlines", + "parent": 29, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 82.752, + 74.192, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 33.011, + 22.995, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + -20.033, + -12.52 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 20.031, + 12.52 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -32.76, + -22.745 + ], + [ + 3.132, + -6.469 + ], + [ + 32.76, + 20.24 + ], + [ + 8.138, + 22.745 + ], + [ + -31.508, + -11.477 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.987999949736, + 0.505999995213, + 0.39199999641, + 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": [ + 33.01, + 22.995 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + } + ] + }, + { + "id": "comp_16", + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 4, + "nm": "arm Outlines", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.38 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.62 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + 0 + ] + }, + { + "t": 8.00800800800801, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 0.38 + }, + "o": { + "x": 0.62, + "y": 0.62 + }, + "t": 0, + "s": [ + 415.786, + 559.393, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "t": 8.00800800800801, + "s": [ + 415.786, + 559.393, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 198.244, + 214.131, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + -5.38, + 8.322 + ], + [ + -75.728, + -20.18 + ], + [ + -3.65, + -5.016 + ], + [ + -29.372, + -42.553 + ], + [ + 19.981, + -2.67 + ], + [ + 0, + 0 + ], + [ + 5.36, + 9.795 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 17.58, + -27.192 + ], + [ + 5.994, + 1.598 + ], + [ + 107.454, + 147.616 + ], + [ + 11.451, + 16.591 + ], + [ + 0, + 0 + ], + [ + -11.067, + 1.478 + ], + [ + 0, + 0 + ], + [ + -4.756, + -8.693 + ] + ], + "v": [ + [ + -134.996, + -69.326 + ], + [ + 4.163, + -130.865 + ], + [ + 19.083, + -120.64 + ], + [ + 215.086, + 153.741 + ], + [ + 196.437, + 195.833 + ], + [ + 26.125, + 218.591 + ], + [ + -1.138, + 204.788 + ], + [ + -136.001, + -41.717 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 8.008, + "s": [ + { + "i": [ + [ + -5.38, + 8.322 + ], + [ + -75.728, + -20.18 + ], + [ + -3.65, + -5.016 + ], + [ + -29.372, + -42.553 + ], + [ + 19.981, + -2.67 + ], + [ + 0, + 0 + ], + [ + 5.36, + 9.795 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 17.58, + -27.192 + ], + [ + 5.994, + 1.598 + ], + [ + 107.454, + 147.616 + ], + [ + 11.451, + 16.591 + ], + [ + 0, + 0 + ], + [ + -11.067, + 1.478 + ], + [ + 0, + 0 + ], + [ + -4.756, + -8.693 + ] + ], + "v": [ + [ + -134.996, + -69.326 + ], + [ + 4.163, + -130.865 + ], + [ + 19.083, + -120.64 + ], + [ + 215.086, + 153.741 + ], + [ + 196.437, + 195.833 + ], + [ + 26.125, + 218.591 + ], + [ + -1.138, + 204.788 + ], + [ + -136.001, + -41.717 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 18.018, + "s": [ + { + "i": [ + [ + -5.38, + 8.322 + ], + [ + -75.728, + -20.18 + ], + [ + -3.65, + -5.016 + ], + [ + -29.372, + -42.553 + ], + [ + 19.981, + -2.67 + ], + [ + 0, + 0 + ], + [ + 5.36, + 9.795 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 17.58, + -27.192 + ], + [ + 5.994, + 1.598 + ], + [ + 107.454, + 147.616 + ], + [ + 11.451, + 16.591 + ], + [ + 0, + 0 + ], + [ + -11.067, + 1.478 + ], + [ + 0, + 0 + ], + [ + -4.756, + -8.693 + ] + ], + "v": [ + [ + -134.996, + -69.326 + ], + [ + 4.163, + -130.865 + ], + [ + 19.083, + -120.64 + ], + [ + 215.086, + 153.741 + ], + [ + 196.437, + 195.833 + ], + [ + 26.125, + 218.591 + ], + [ + -1.138, + 204.788 + ], + [ + -136.001, + -41.717 + ] + ], + "c": true + } + ] + }, + { + "t": 24.024024024024, + "s": [ + { + "i": [ + [ + -5.38, + 8.322 + ], + [ + -75.728, + -20.18 + ], + [ + -3.65, + -5.016 + ], + [ + -29.372, + -42.553 + ], + [ + 19.981, + -2.67 + ], + [ + 0, + 0 + ], + [ + 5.36, + 9.795 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 17.58, + -27.192 + ], + [ + 5.994, + 1.598 + ], + [ + 107.454, + 147.616 + ], + [ + 11.451, + 16.591 + ], + [ + 0, + 0 + ], + [ + -11.067, + 1.478 + ], + [ + 0, + 0 + ], + [ + -4.756, + -8.693 + ] + ], + "v": [ + [ + -134.996, + -69.326 + ], + [ + 4.163, + -130.865 + ], + [ + 19.083, + -120.64 + ], + [ + 215.086, + 153.741 + ], + [ + 196.437, + 195.833 + ], + [ + 26.125, + 218.591 + ], + [ + -1.138, + 204.788 + ], + [ + -136.001, + -41.717 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -387.243, + -553.205 + ], + [ + 140.757, + -553.205 + ], + [ + 140.757, + 151.045 + ], + [ + -387.243, + 151.045 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 8.008, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -387.243, + -553.205 + ], + [ + 140.757, + -553.205 + ], + [ + 140.757, + 151.045 + ], + [ + -387.243, + 151.045 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 18.018, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -387.243, + -553.205 + ], + [ + 140.757, + -553.205 + ], + [ + 140.757, + 151.045 + ], + [ + -387.243, + 151.045 + ] + ], + "c": true + } + ] + }, + { + "t": 24.024024024024, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -387.243, + -553.205 + ], + [ + 140.757, + -553.205 + ], + [ + 140.757, + 151.045 + ], + [ + -387.243, + 151.045 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 2", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "mm", + "mm": 4, + "nm": "Merge Paths 1", + "mn": "ADBE Vector Filter - Merge", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.564999988032, + 0.322000002394, + 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": [ + 169.7, + 207.943 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0.826, + 1.586 + ], + [ + 17.072, + 25.262 + ], + [ + -5.588, + 16.764 + ], + [ + 0, + 0 + ], + [ + -29.858, + -10.152 + ], + [ + 0, + 0 + ], + [ + -6.932, + -9.922 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 12.779, + -19.17 + ], + [ + 0, + 0 + ], + [ + 19.011, + 0 + ], + [ + 0, + 0 + ], + [ + 10.414, + 16.515 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + -3.524, + -6.761 + ], + [ + -9.893, + -14.642 + ], + [ + 0, + 0 + ], + [ + 9.973, + -29.919 + ], + [ + 0, + 0 + ], + [ + 11.459, + 3.896 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 12.857, + 19.118 + ], + [ + 0, + 0 + ], + [ + -10.546, + 15.818 + ], + [ + 0, + 0 + ], + [ + -19.524, + 0 + ], + [ + 0, + 0 + ], + [ + -0.955, + -1.513 + ] + ], + "v": [ + [ + -93.343, + -6.686 + ], + [ + -139.27, + -76.461 + ], + [ + -146.096, + -126.273 + ], + [ + -145.066, + -129.363 + ], + [ + -72.819, + -165.217 + ], + [ + -44.615, + -155.628 + ], + [ + -16.307, + -134.358 + ], + [ + 24.023, + -76.631 + ], + [ + 138.776, + 86.775 + ], + [ + 138.904, + 150.049 + ], + [ + 138.903, + 150.049 + ], + [ + 91.592, + 175.369 + ], + [ + 58.39, + 175.369 + ], + [ + 10.293, + 148.837 + ], + [ + -90.7, + -2.02 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 8.008, + "s": [ + { + "i": [ + [ + 0.826, + 1.586 + ], + [ + 17.072, + 25.262 + ], + [ + -5.588, + 16.764 + ], + [ + 0, + 0 + ], + [ + -29.858, + -10.152 + ], + [ + 0, + 0 + ], + [ + -6.932, + -9.922 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 12.779, + -19.17 + ], + [ + 0, + 0 + ], + [ + 19.011, + 0 + ], + [ + 0, + 0 + ], + [ + 10.414, + 16.515 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + -3.524, + -6.761 + ], + [ + -9.893, + -14.642 + ], + [ + 0, + 0 + ], + [ + 9.973, + -29.919 + ], + [ + 0, + 0 + ], + [ + 11.459, + 3.896 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 12.857, + 19.118 + ], + [ + 0, + 0 + ], + [ + -10.546, + 15.818 + ], + [ + 0, + 0 + ], + [ + -19.524, + 0 + ], + [ + 0, + 0 + ], + [ + -0.955, + -1.513 + ] + ], + "v": [ + [ + -93.343, + -6.686 + ], + [ + -139.27, + -76.461 + ], + [ + -146.096, + -126.273 + ], + [ + -145.066, + -129.363 + ], + [ + -72.819, + -165.217 + ], + [ + -44.615, + -155.628 + ], + [ + -16.307, + -134.358 + ], + [ + 24.023, + -76.631 + ], + [ + 138.776, + 86.775 + ], + [ + 138.904, + 150.049 + ], + [ + 138.903, + 150.049 + ], + [ + 91.592, + 175.369 + ], + [ + 58.39, + 175.369 + ], + [ + 10.293, + 148.837 + ], + [ + -90.7, + -2.02 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 18.018, + "s": [ + { + "i": [ + [ + 0.826, + 1.586 + ], + [ + 17.072, + 25.262 + ], + [ + -5.588, + 16.764 + ], + [ + 0, + 0 + ], + [ + -29.858, + -10.152 + ], + [ + 0, + 0 + ], + [ + -6.932, + -9.922 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 12.779, + -19.17 + ], + [ + 0, + 0 + ], + [ + 19.011, + 0 + ], + [ + 0, + 0 + ], + [ + 10.414, + 16.515 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + -3.524, + -6.761 + ], + [ + -9.893, + -14.642 + ], + [ + 0, + 0 + ], + [ + 9.973, + -29.919 + ], + [ + 0, + 0 + ], + [ + 11.459, + 3.896 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 12.857, + 19.118 + ], + [ + 0, + 0 + ], + [ + -10.546, + 15.818 + ], + [ + 0, + 0 + ], + [ + -19.524, + 0 + ], + [ + 0, + 0 + ], + [ + -0.955, + -1.513 + ] + ], + "v": [ + [ + -93.343, + -6.686 + ], + [ + -139.27, + -76.461 + ], + [ + -146.096, + -126.273 + ], + [ + -145.066, + -129.363 + ], + [ + -72.819, + -165.217 + ], + [ + -44.615, + -155.628 + ], + [ + -16.307, + -134.358 + ], + [ + 24.023, + -76.631 + ], + [ + 138.776, + 86.775 + ], + [ + 138.904, + 150.049 + ], + [ + 138.903, + 150.049 + ], + [ + 91.592, + 175.369 + ], + [ + 58.39, + 175.369 + ], + [ + 10.293, + 148.837 + ], + [ + -90.7, + -2.02 + ] + ], + "c": true + } + ] + }, + { + "t": 24.024024024024, + "s": [ + { + "i": [ + [ + 0.826, + 1.586 + ], + [ + 17.072, + 25.262 + ], + [ + -5.588, + 16.764 + ], + [ + 0, + 0 + ], + [ + -29.858, + -10.152 + ], + [ + 0, + 0 + ], + [ + -6.932, + -9.922 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 12.779, + -19.17 + ], + [ + 0, + 0 + ], + [ + 19.011, + 0 + ], + [ + 0, + 0 + ], + [ + 10.414, + 16.515 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + -3.524, + -6.761 + ], + [ + -9.893, + -14.642 + ], + [ + 0, + 0 + ], + [ + 9.973, + -29.919 + ], + [ + 0, + 0 + ], + [ + 11.459, + 3.896 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 12.857, + 19.118 + ], + [ + 0, + 0 + ], + [ + -10.546, + 15.818 + ], + [ + 0, + 0 + ], + [ + -19.524, + 0 + ], + [ + 0, + 0 + ], + [ + -0.955, + -1.513 + ] + ], + "v": [ + [ + -93.343, + -6.686 + ], + [ + -139.27, + -76.461 + ], + [ + -146.096, + -126.273 + ], + [ + -145.066, + -129.363 + ], + [ + -72.819, + -165.217 + ], + [ + -44.615, + -155.628 + ], + [ + -16.307, + -134.358 + ], + [ + 24.023, + -76.631 + ], + [ + 138.776, + 86.775 + ], + [ + 138.904, + 150.049 + ], + [ + 138.903, + 150.049 + ], + [ + 91.592, + 175.369 + ], + [ + 58.39, + 175.369 + ], + [ + 10.293, + 148.837 + ], + [ + -90.7, + -2.02 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 151.934, + 175.619 + ], + "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": "Group 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 4, + "nm": "hand Outlines", + "parent": 1, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.38 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.62 + ], + "y": [ + 0 + ] + }, + "t": 12.012, + "s": [ + 10 + ] + }, + { + "t": 24.024024024024, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 12.012, + "s": [ + 38.857, + -50.851, + 0 + ], + "to": [ + -2.667, + -0.667, + 0 + ], + "ti": [ + 2.667, + 0.667, + 0 + ] + }, + { + "t": 24.024024024024, + "s": [ + 22.857, + -54.851, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 125.85, + 181.984, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -25, + -34.5 + ], + [ + 25, + 34.5 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 12.513, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -25, + -34.5 + ], + [ + 25, + 34.5 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 18.018, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -25, + -34.5 + ], + [ + 25, + 34.5 + ] + ], + "c": false + } + ] + }, + { + "t": 24.024024024024, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -25, + -34.5 + ], + [ + 25, + 34.5 + ] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 1, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 158.951, + 122.823 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -9.182, + -27.604 + ], + [ + 9.182, + 27.604 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 12.513, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -9.182, + -27.604 + ], + [ + 9.182, + 27.604 + ] + ], + "c": false + } + ] + }, + { + "t": 24.024024024024, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -9.182, + -27.604 + ], + [ + 9.182, + 27.604 + ] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 1, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 46.769, + 216.22 + ], + "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": "Group 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": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -30.702, + -48.832 + ], + [ + 30.702, + 48.832 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 12.513, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -30.702, + -48.832 + ], + [ + 30.702, + 48.832 + ] + ], + "c": false + } + ] + }, + { + "t": 24.024024024024, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -30.702, + -48.832 + ], + [ + 30.702, + 48.832 + ] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 1, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 108.249, + 102.991 + ], + "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": "Group 3", + "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": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -27.949, + -52.258 + ], + [ + 27.949, + 52.258 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 12.513, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -27.949, + -52.258 + ], + [ + 27.949, + 52.258 + ] + ], + "c": false + } + ] + }, + { + "t": 24.024024024024, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -27.949, + -52.258 + ], + [ + 27.949, + 52.258 + ] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 1, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 75.429, + 146.065 + ], + "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": "Group 4", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -14, + 6 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 14, + -6 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -9, + 13.5 + ], + [ + -4, + -7.5 + ], + [ + 18, + 0.5 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 12.513, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -14, + 6 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 14, + -6 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -4.25, + 21 + ], + [ + 0.75, + 0 + ], + [ + 22.75, + 8 + ] + ], + "c": false + } + ] + }, + { + "t": 24.024024024024, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -14, + 6 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 14, + -6 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -9, + 13.5 + ], + [ + -4, + -7.5 + ], + [ + 18, + 0.5 + ] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 1, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 35.951, + 23.823 + ], + "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": "Group 5", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 23.399, + 6.113 + ], + [ + 7.713, + 0.261 + ], + [ + 30.138, + 43.771 + ], + [ + -0.145, + 17.607 + ], + [ + -49.353, + 9.959 + ], + [ + -18.279, + -26.962 + ], + [ + -0.532, + -89.39 + ] + ], + "o": [ + [ + -7.465, + -1.951 + ], + [ + -17.238, + -0.584 + ], + [ + -12.25, + -17.792 + ], + [ + 0.418, + -50.346 + ], + [ + 26.887, + -5.425 + ], + [ + 40, + 59 + ], + [ + 0.407, + 68.285 + ] + ], + "v": [ + [ + 20.714, + 103.092 + ], + [ + -2.111, + 99.765 + ], + [ + -84.258, + 48.197 + ], + [ + -100.598, + -5.932 + ], + [ + -14.145, + -108.665 + ], + [ + 60.742, + -84.803 + ], + [ + 93.21, + 45.806 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 12.513, + "s": [ + { + "i": [ + [ + 23.399, + 6.113 + ], + [ + 7.656, + 0.974 + ], + [ + 32.613, + 45.008 + ], + [ + -0.145, + 17.607 + ], + [ + -49.353, + 9.959 + ], + [ + -18.279, + -26.962 + ], + [ + 11.533, + -44.86 + ] + ], + "o": [ + [ + -7.465, + -1.951 + ], + [ + -22.147, + -2.819 + ], + [ + -12.675, + -17.492 + ], + [ + 0.418, + -50.346 + ], + [ + 26.887, + -5.425 + ], + [ + 40, + 59 + ], + [ + -17.003, + 66.135 + ] + ], + "v": [ + [ + 20.714, + 103.092 + ], + [ + -2.111, + 99.765 + ], + [ + -84.258, + 48.197 + ], + [ + -100.598, + -5.932 + ], + [ + -14.145, + -108.665 + ], + [ + 60.742, + -84.803 + ], + [ + 89.21, + 35.806 + ] + ], + "c": true + } + ] + }, + { + "t": 24.024024024024, + "s": [ + { + "i": [ + [ + 23.399, + 6.113 + ], + [ + 7.713, + 0.261 + ], + [ + 30.138, + 43.771 + ], + [ + -0.145, + 17.607 + ], + [ + -49.353, + 9.959 + ], + [ + -18.279, + -26.962 + ], + [ + -0.532, + -89.39 + ] + ], + "o": [ + [ + -7.465, + -1.951 + ], + [ + -17.238, + -0.584 + ], + [ + -12.25, + -17.792 + ], + [ + 0.418, + -50.346 + ], + [ + 26.887, + -5.425 + ], + [ + 40, + 59 + ], + [ + 0.407, + 68.285 + ] + ], + "v": [ + [ + 20.714, + 103.092 + ], + [ + -2.111, + 99.765 + ], + [ + -84.258, + 48.197 + ], + [ + -100.598, + -5.932 + ], + [ + -14.145, + -108.665 + ], + [ + 60.742, + -84.803 + ], + [ + 93.21, + 45.806 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 150.708, + 249.627 + ], + "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": "Group 6", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 2.9, + 0.68 + ], + [ + 0, + 0 + ], + [ + 1.355, + -9.328 + ], + [ + -1.256, + -2.049 + ] + ], + "o": [ + [ + -1.555, + -2.397 + ], + [ + 0, + 0 + ], + [ + -4.343, + -1.02 + ], + [ + -0.34, + 2.342 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 11.177, + -2.286 + ], + [ + 4.224, + -7.089 + ], + [ + 3.189, + -7.333 + ], + [ + -10.837, + 1.585 + ], + [ + -9.426, + 8.352 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 12.513, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 2.9, + 0.68 + ], + [ + 0, + 0 + ], + [ + 1.355, + -9.328 + ], + [ + -1.256, + -2.049 + ] + ], + "o": [ + [ + -1.555, + -2.397 + ], + [ + 0, + 0 + ], + [ + -4.343, + -1.02 + ], + [ + -0.34, + 2.342 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 10.802, + -0.536 + ], + [ + 3.849, + -5.339 + ], + [ + 2.814, + -5.583 + ], + [ + -11.212, + 3.335 + ], + [ + -9.801, + 10.102 + ] + ], + "c": false + } + ] + }, + { + "t": 24.024024024024, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 2.9, + 0.68 + ], + [ + 0, + 0 + ], + [ + 1.355, + -9.328 + ], + [ + -1.256, + -2.049 + ] + ], + "o": [ + [ + -1.555, + -2.397 + ], + [ + 0, + 0 + ], + [ + -4.343, + -1.02 + ], + [ + -0.34, + 2.342 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 11.177, + -2.286 + ], + [ + 4.224, + -7.089 + ], + [ + 3.189, + -7.333 + ], + [ + -10.837, + 1.585 + ], + [ + -9.426, + 8.352 + ] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 1, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 75.288, + 16.517 + ], + "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": "Group 7", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 7, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 12.012, + "s": [ + { + "i": [ + [ + -1.687, + -2.929 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 3.895, + 0.974 + ], + [ + 0, + 0 + ], + [ + 1.23, + -9.01 + ] + ], + "o": [ + [ + 16.861, + 29.267 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -2.089, + -3.429 + ], + [ + 0, + 0 + ], + [ + -8.822, + -2.206 + ], + [ + -0.456, + 3.35 + ] + ], + "v": [ + [ + -66.528, + -82.901 + ], + [ + 42.88, + 104.536 + ], + [ + 68.88, + 107.536 + ], + [ + 63.88, + 70.536 + ], + [ + -38.86, + -98.112 + ], + [ + -48.199, + -104.983 + ], + [ + -49.589, + -105.331 + ], + [ + -68.423, + -92.579 + ] + ], + "c": true + } + ] + }, + { + "t": 24.024024024024, + "s": [ + { + "i": [ + [ + -1.687, + -2.929 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 3.895, + 0.974 + ], + [ + 0, + 0 + ], + [ + 1.23, + -9.01 + ] + ], + "o": [ + [ + 16.861, + 29.267 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -2.089, + -3.429 + ], + [ + 0, + 0 + ], + [ + -8.822, + -2.206 + ], + [ + -0.456, + 3.35 + ] + ], + "v": [ + [ + -66.403, + -80.651 + ], + [ + 42.879, + 104.536 + ], + [ + 68.88, + 107.536 + ], + [ + 63.88, + 70.536 + ], + [ + -38.735, + -95.862 + ], + [ + -48.074, + -102.733 + ], + [ + -49.464, + -103.081 + ], + [ + -68.298, + -90.329 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 127.071, + 107.786 + ], + "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": "Group 8", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 8, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 12.012, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -4.183, + 5.463 + ], + [ + 0, + 0 + ], + [ + -9.355, + -3.749 + ], + [ + -2.218, + -3.467 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -3.104, + -6.008 + ], + [ + 0, + 0 + ], + [ + 5.779, + -7.547 + ], + [ + 4.086, + 1.638 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 32.176, + 116.134 + ], + [ + -72.865, + -87.184 + ], + [ + -71.125, + -105.671 + ], + [ + -71.012, + -105.819 + ], + [ + -44.853, + -112.385 + ], + [ + -35.153, + -104.53 + ], + [ + 11.964, + -30.866 + ], + [ + 75.969, + 72.134 + ], + [ + 70.355, + 116.134 + ] + ], + "c": true + } + ] + }, + { + "t": 24.024024024024, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -4.183, + 5.463 + ], + [ + 0, + 0 + ], + [ + -9.355, + -3.749 + ], + [ + -2.218, + -3.467 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -3.104, + -6.008 + ], + [ + 0, + 0 + ], + [ + 5.779, + -7.547 + ], + [ + 4.086, + 1.638 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 32.176, + 116.134 + ], + [ + -69.865, + -82.184 + ], + [ + -68.125, + -100.671 + ], + [ + -66.512, + -101.569 + ], + [ + -41.853, + -107.385 + ], + [ + -32.153, + -99.53 + ], + [ + 11.964, + -30.866 + ], + [ + 75.969, + 72.134 + ], + [ + 70.355, + 116.134 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 90.482, + 123.189 + ], + "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": "Group 9", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 9, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 12.012, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -7.005, + -11.162 + ] + ], + "o": [ + [ + -3.606, + -14.837 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -8.896, + 9.418 + ], + [ + 12.503, + 1.743 + ] + ], + "c": false + } + ] + }, + { + "t": 24.024024024024, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -7.005, + -11.162 + ] + ], + "o": [ + [ + -3.606, + -14.837 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -8.646, + 11.418 + ], + [ + 12.878, + 2.868 + ] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 1, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 18.454, + 67.742 + ], + "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": "Group 10", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 10, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 12.012, + "s": [ + { + "i": [ + [ + -9.367, + -4.592 + ], + [ + -1.405, + -2.763 + ], + [ + -11.856, + -15.197 + ], + [ + 7.022, + -9 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -0.729, + 2.387 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 3.059, + 1.499 + ], + [ + 15.099, + 29.679 + ], + [ + 14.043, + 18 + ], + [ + -7.021, + 9 + ], + [ + 0, + 0 + ], + [ + -0.772, + -2.377 + ], + [ + 0, + 0 + ], + [ + 2.726, + -8.929 + ] + ], + "v": [ + [ + -36.014, + -107.146 + ], + [ + -29.14, + -100.583 + ], + [ + 47.204, + 40.738 + ], + [ + 39.011, + 102.738 + ], + [ + -1.949, + 90.738 + ], + [ + -60.452, + -89.633 + ], + [ + -60.518, + -96.907 + ], + [ + -60.021, + -98.536 + ] + ], + "c": true + } + ] + }, + { + "t": 24.024024024024, + "s": [ + { + "i": [ + [ + -9.367, + -4.592 + ], + [ + -1.405, + -2.763 + ], + [ + -11.856, + -15.197 + ], + [ + 7.022, + -9 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -0.729, + 2.387 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 3.059, + 1.499 + ], + [ + 15.099, + 29.679 + ], + [ + 14.043, + 18 + ], + [ + -7.021, + 9 + ], + [ + 0, + 0 + ], + [ + -0.772, + -2.377 + ], + [ + 0, + 0 + ], + [ + 2.726, + -8.929 + ] + ], + "v": [ + [ + -34.514, + -104.896 + ], + [ + -29.015, + -99.333 + ], + [ + 47.204, + 40.738 + ], + [ + 39.011, + 102.738 + ], + [ + -1.949, + 90.738 + ], + [ + -58.952, + -87.383 + ], + [ + -59.018, + -94.657 + ], + [ + -58.521, + -96.286 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 61.496, + 165.585 + ], + "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": "Group 11", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 11, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 12.012, + "s": [ + { + "i": [ + [ + 21.957, + -46.654 + ], + [ + -5, + -20 + ], + [ + -25, + -20 + ], + [ + 0, + 0 + ], + [ + 18, + 42 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 5, + 20 + ], + [ + 25, + 20 + ], + [ + 0, + 0 + ], + [ + -18, + -42 + ] + ], + "v": [ + [ + -36.992, + -53.475 + ], + [ + -40.948, + -17.821 + ], + [ + -4.948, + 76.179 + ], + [ + 45.948, + 100.129 + ], + [ + 18.053, + 30.179 + ] + ], + "c": true + } + ] + }, + { + "t": 24.024024024024, + "s": [ + { + "i": [ + [ + 21.957, + -46.654 + ], + [ + -5, + -20 + ], + [ + -25, + -20 + ], + [ + 0, + 0 + ], + [ + 18, + 42 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 5, + 20 + ], + [ + 25, + 20 + ], + [ + 0, + 0 + ], + [ + -18, + -42 + ] + ], + "v": [ + [ + -36.992, + -53.475 + ], + [ + -33.948, + -17.821 + ], + [ + 4.053, + 70.679 + ], + [ + 45.948, + 100.129 + ], + [ + 18.053, + 30.179 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 68.398, + 240.644 + ], + "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": "Group 12", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 12, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 12.012, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 2.5, + -2.236 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -2.5, + 2.236 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 4.5, + -1.764 + ], + [ + -2, + -2 + ], + [ + -3.5, + 4.236 + ] + ], + "c": false + } + ] + }, + { + "t": 24.024024024024, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 2.5, + -2.236 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -2.5, + 2.236 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 4.5, + -1.764 + ], + [ + -2, + -2 + ], + [ + -3.5, + 4.236 + ] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 1, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 129.451, + 76.087 + ], + "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": "Group 13", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 13, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 12.012, + "s": [ + { + "i": [ + [ + -0.957, + -1.209 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 1.404 + ], + [ + 0, + 0 + ], + [ + -4.847, + -1.463 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -0.739, + -1.194 + ], + [ + 0, + 0 + ], + [ + 0, + -5.063 + ], + [ + 1.476, + 0.446 + ] + ], + "v": [ + [ + -33.03, + -61.069 + ], + [ + 41.5, + 33.074 + ], + [ + 46.5, + 65.074 + ], + [ + 18.5, + 51.074 + ], + [ + -45.369, + -52.1 + ], + [ + -46.5, + -56.074 + ], + [ + -46.5, + -56.382 + ], + [ + -36.767, + -63.611 + ] + ], + "c": true + } + ] + }, + { + "t": 24.024024024024, + "s": [ + { + "i": [ + [ + -0.957, + -1.209 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 1.404 + ], + [ + 0, + 0 + ], + [ + -4.847, + -1.463 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -0.739, + -1.194 + ], + [ + 0, + 0 + ], + [ + 0, + -5.063 + ], + [ + 1.476, + 0.446 + ] + ], + "v": [ + [ + -34.655, + -61.069 + ], + [ + 41.5, + 33.074 + ], + [ + 46.5, + 65.074 + ], + [ + 18.5, + 51.074 + ], + [ + -45.369, + -52.1 + ], + [ + -46.5, + -56.074 + ], + [ + -46.5, + -56.382 + ], + [ + -38.392, + -63.611 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 169.451, + 133.249 + ], + "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": "Group 14", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 14, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 4, + "nm": "cloth Outlines", + "parent": 2, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 0.38 + }, + "o": { + "x": 0.62, + "y": 0.62 + }, + "t": 6.507, + "s": [ + 64.167, + 31.369, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "t": 12.012012012012, + "s": [ + 64.167, + 31.369, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 125.58, + 72.654, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 6.507, + "s": [ + { + "i": [ + [ + -4.408, + 0.447 + ], + [ + -49.156, + -19.931 + ], + [ + 0.988, + -6.072 + ], + [ + -5.981, + -17.156 + ], + [ + 5.196, + -3.322 + ], + [ + 10.634, + -0.626 + ], + [ + 39.369, + 0.282 + ], + [ + 0.175, + 7.253 + ], + [ + 17.407, + 13.539 + ], + [ + -2.475, + 4.973 + ] + ], + "o": [ + [ + 25.572, + -2.59 + ], + [ + 5.7, + 2.311 + ], + [ + -4.732, + 29.093 + ], + [ + 2.029, + 5.822 + ], + [ + -5.149, + 3.292 + ], + [ + -18.603, + 1.095 + ], + [ + -7.255, + -0.052 + ], + [ + -0.51, + -21.225 + ], + [ + -12.679, + -9.862 + ], + [ + 1.976, + -3.966 + ] + ], + "v": [ + [ + -112.424, + -46.888 + ], + [ + 101.617, + -52.473 + ], + [ + 109.723, + -38.105 + ], + [ + 123.301, + 48.467 + ], + [ + 117.98, + 64.11 + ], + [ + 94.514, + 71.309 + ], + [ + -77.805, + 71.409 + ], + [ + -91.104, + 58.289 + ], + [ + -112.32, + -17.524 + ], + [ + -122.854, + -39.975 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 12.012, + "s": [ + { + "i": [ + [ + -4.408, + 0.447 + ], + [ + -75.334, + -4.323 + ], + [ + 0.988, + -6.072 + ], + [ + -5.981, + -17.156 + ], + [ + 5.196, + -3.322 + ], + [ + 10.634, + -0.626 + ], + [ + 35.088, + 17.795 + ], + [ + 0.175, + 7.253 + ], + [ + 16.23, + 16.095 + ], + [ + -2.475, + 4.973 + ] + ], + "o": [ + [ + 25.572, + -2.59 + ], + [ + 25.517, + 1.464 + ], + [ + -4.732, + 29.093 + ], + [ + 2.029, + 5.822 + ], + [ + -5.149, + 3.292 + ], + [ + -18.603, + 1.095 + ], + [ + -6.471, + -3.282 + ], + [ + -0.51, + -21.225 + ], + [ + -14.896, + -14.772 + ], + [ + 1.976, + -3.966 + ] + ], + "v": [ + [ + -107.424, + -56.388 + ], + [ + 103.618, + -71.473 + ], + [ + 103.723, + -23.605 + ], + [ + 123.301, + 48.467 + ], + [ + 117.98, + 64.11 + ], + [ + 94.514, + 71.309 + ], + [ + -76.805, + 89.409 + ], + [ + -103.103, + 59.289 + ], + [ + -114.57, + -12.774 + ], + [ + -117.854, + -49.475 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 18.018, + "s": [ + { + "i": [ + [ + -7.792, + 1.592 + ], + [ + -75.334, + -4.323 + ], + [ + -0.632, + -6.119 + ], + [ + -5.981, + -17.156 + ], + [ + 5.196, + -3.322 + ], + [ + 10.634, + -0.626 + ], + [ + 35.088, + 17.795 + ], + [ + 1.887, + 16.165 + ], + [ + 16.23, + 16.095 + ], + [ + -2.095, + 5.145 + ] + ], + "o": [ + [ + 18.19, + -3.716 + ], + [ + 25.517, + 1.464 + ], + [ + 2.561, + 24.809 + ], + [ + 2.029, + 5.822 + ], + [ + -5.149, + 3.292 + ], + [ + -18.603, + 1.095 + ], + [ + -6.471, + -3.282 + ], + [ + -2.462, + -21.088 + ], + [ + -14.896, + -14.772 + ], + [ + 3.388, + -8.321 + ] + ], + "v": [ + [ + -100.174, + -74.888 + ], + [ + 103.618, + -71.473 + ], + [ + 111.723, + -21.605 + ], + [ + 123.301, + 48.467 + ], + [ + 117.98, + 64.11 + ], + [ + 94.514, + 71.309 + ], + [ + -76.805, + 89.409 + ], + [ + -105.353, + 59.039 + ], + [ + -114.57, + -12.774 + ], + [ + -122.854, + -56.475 + ] + ], + "c": true + } + ] + }, + { + "t": 24.024024024024, + "s": [ + { + "i": [ + [ + -4.408, + 0.447 + ], + [ + -49.156, + -19.931 + ], + [ + 0.988, + -6.072 + ], + [ + -5.981, + -17.156 + ], + [ + 5.196, + -3.322 + ], + [ + 10.634, + -0.626 + ], + [ + 39.369, + 0.282 + ], + [ + 0.175, + 7.253 + ], + [ + 17.407, + 13.539 + ], + [ + -2.475, + 4.973 + ] + ], + "o": [ + [ + 25.572, + -2.59 + ], + [ + 5.7, + 2.311 + ], + [ + -4.732, + 29.093 + ], + [ + 2.029, + 5.822 + ], + [ + -5.149, + 3.292 + ], + [ + -18.603, + 1.095 + ], + [ + -7.255, + -0.052 + ], + [ + -0.51, + -21.225 + ], + [ + -12.679, + -9.862 + ], + [ + 1.976, + -3.966 + ] + ], + "v": [ + [ + -118.564, + -52.913 + ], + [ + 101.617, + -52.473 + ], + [ + 109.723, + -38.105 + ], + [ + 123.301, + 48.467 + ], + [ + 117.98, + 64.11 + ], + [ + 94.514, + 71.309 + ], + [ + -77.805, + 71.409 + ], + [ + -91.104, + 58.289 + ], + [ + -120.2, + -7.503 + ], + [ + -131.167, + -41.048 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.286000001197, + 0.532999973671, + 0.442999985639, + 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": [ + 125.579, + 72.654 + ], + "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": "Group 4", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + } + ] + }, + { + "id": "comp_17", + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 4, + "nm": "brillo Outlines", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 50, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 268, + 380.75, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 212, + 319.5, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "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": [ + [ + -145, + 147 + ], + [ + 216, + -109 + ], + [ + 198, + -147 + ], + [ + -158, + 132 + ] + ], + "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": [ + 194, + 307 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "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": [ + [ + 230, + -143.5 + ], + [ + -177, + 139.5 + ], + [ + -177, + 200.5 + ], + [ + 230, + -38.5 + ] + ], + "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": [ + 194, + 438.5 + ], + "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": "Group 2", + "np": 4, + "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, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 65, + -152.5 + ], + [ + -194, + 57.5 + ], + [ + -191, + 123.5 + ], + [ + 159, + -125.5 + ] + ], + "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": [ + 194, + 152.5 + ], + "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": "Group 3", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + } + ] + }, + { + "id": "comp_18", + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 4, + "nm": "sweaterA Outlines", + "parent": 2, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 8.789, + 30.851, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 29.6, + 42.449, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -9.602, + -8.922 + ], + [ + 1.794, + 0.207 + ], + [ + -18.152, + 23.365 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -4.225, + 0.376 + ], + [ + -16.828, + -2.305 + ], + [ + -1.795, + -0.208 + ], + [ + 18.154, + -23.364 + ] + ], + "v": [ + [ + -25.221, + -46.8 + ], + [ + 80.35, + -14.161 + ], + [ + 65.635, + 52.699 + ], + [ + -50.835, + 34.533 + ], + [ + -62.198, + -29.335 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "gf", + "o": { + "a": 0, + "k": 100, + "ix": 10 + }, + "r": 1, + "bm": 0, + "g": { + "p": 3, + "k": { + "a": 0, + "k": [ + 0, + 1, + 0.565, + 0.322, + 0.355, + 1, + 0.565, + 0.322, + 1, + 1, + 0.565, + 0.322, + 0.002, + 0, + 0.501, + 0.5, + 1, + 1 + ], + "ix": 9 + } + }, + "s": { + "a": 0, + "k": [ + -48.5, + -14 + ], + "ix": 5 + }, + "e": { + "a": 0, + "k": [ + 17, + 3 + ], + "ix": 6 + }, + "t": 1, + "nm": "Gradient Fill 1", + "mn": "ADBE Vector Graphic - G-Fill", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 80.6, + 52.949 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 4, + "nm": "arm Outlines", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.47 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.53 + ], + "y": [ + 0 + ] + }, + "t": 0, + "s": [ + -36 + ] + }, + { + "i": { + "x": [ + 0.47 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 11.011, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.47 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.53 + ], + "y": [ + 0 + ] + }, + "t": 24.024, + "s": [ + 0 + ] + }, + { + "t": 35.035035035035, + "s": [ + -36 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.47, + "y": 1 + }, + "o": { + "x": 0.53, + "y": 0 + }, + "t": 0, + "s": [ + -464.462, + 257.702, + 0 + ], + "to": [ + 96.667, + 0, + 0 + ], + "ti": [ + -96.667, + 0, + 0 + ] + }, + { + "i": { + "x": 0.47, + "y": 0.47 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 11.011, + "s": [ + 115.538, + 257.702, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.47, + "y": 1 + }, + "o": { + "x": 0.53, + "y": 0 + }, + "t": 24.024, + "s": [ + 115.538, + 257.702, + 0 + ], + "to": [ + -110, + 13.333, + 0 + ], + "ti": [ + 110, + -13.333, + 0 + ] + }, + { + "t": 35.035035035035, + "s": [ + -544.462, + 337.702, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 80.842, + 46.339, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 11.045, + 3.214 + ], + [ + 0, + 0 + ], + [ + 6.661, + -10.198 + ], + [ + 0, + 0 + ], + [ + -19.141, + -3.911 + ], + [ + 0, + 0 + ], + [ + 1.447, + 18.35 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -11.697, + -3.404 + ], + [ + 0, + 0 + ], + [ + -10.682, + 16.357 + ], + [ + 0, + 0 + ], + [ + 18.034, + 3.684 + ], + [ + -0.905, + -11.468 + ] + ], + "v": [ + [ + 66.792, + -11.277 + ], + [ + 36.889, + -18.685 + ], + [ + 28.484, + 12.254 + ], + [ + 27.59, + 18.517 + ], + [ + 29.22, + 36.761 + ], + [ + 53.52, + 42.405 + ], + [ + 86.645, + 13.117 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 88.342, + 46.339 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 2, + "nm": "sweaterb", + "parent": 2, + "refId": "image_11", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 128.852, + 61.804, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 17.913, + 36.736, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 4, + "ty": 2, + "nm": "palm", + "parent": 2, + "refId": "image_12", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 171.612, + 67.766, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 57.548, + 52.411, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 5, + "ty": 2, + "nm": "thumbA", + "parent": 4, + "refId": "image_13", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 35.059, + 58.639, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 25.431, + 27.357, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 6, + "ty": 2, + "nm": "thumB", + "parent": 5, + "refId": "image_14", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 67.793, + 48.67, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 16.923, + 10.569, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 7, + "ty": 2, + "nm": "thumbC", + "parent": 6, + "refId": "image_15", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 41.028, + 33.415, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 10.301, + 13.203, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 8, + "ty": 2, + "nm": "f1A", + "parent": 4, + "refId": "image_16", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 111.063, + 21.16, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 10.495, + 29.879, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 9, + "ty": 2, + "nm": "f1b", + "parent": 8, + "refId": "image_17", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.56 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.44 + ], + "y": [ + 0 + ] + }, + "t": 11.011, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.56 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.44 + ], + "y": [ + 0 + ] + }, + "t": 15.015, + "s": [ + 15 + ] + }, + { + "i": { + "x": [ + 0.56 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.44 + ], + "y": [ + 0 + ] + }, + "t": 17.017, + "s": [ + 15 + ] + }, + { + "t": 20.5205205205205, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 55.761, + 11.555, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 12.094, + 11.474, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 10, + "ty": 2, + "nm": "spary-bottle", + "parent": 4, + "refId": "image_18", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 76.681, + 100.893, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 90.089, + 76.676, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 11, + "ty": 2, + "nm": "spray", + "parent": 12, + "refId": "image_19", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.56 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.44 + ], + "y": [ + 0 + ] + }, + "t": 15.015, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.56 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.44 + ], + "y": [ + 0 + ] + }, + "t": 17.017, + "s": [ + 70 + ] + }, + { + "t": 20.5205205205205, + "s": [ + 0 + ] + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + -1.749, + 49.181, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + -17.711, + 34.781, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 12, + "ty": 2, + "nm": "spray-cap", + "parent": 10, + "refId": "image_20", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.56, + "y": 1 + }, + "o": { + "x": 0.44, + "y": 0 + }, + "t": 11.011, + "s": [ + 170.55, + 9.999, + 0 + ], + "to": [ + -0.5, + 0.458, + 0 + ], + "ti": [ + 0.5, + -0.458, + 0 + ] + }, + { + "i": { + "x": 0.56, + "y": 0.56 + }, + "o": { + "x": 0.44, + "y": 0.44 + }, + "t": 15.015, + "s": [ + 167.55, + 12.749, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.56, + "y": 1 + }, + "o": { + "x": 0.44, + "y": 0 + }, + "t": 17.017, + "s": [ + 167.55, + 12.749, + 0 + ], + "to": [ + 0.5, + -0.458, + 0 + ], + "ti": [ + -0.5, + 0.458, + 0 + ] + }, + { + "t": 20.5205205205205, + "s": [ + 170.55, + 9.999, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 2.529, + 17.825, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 13, + "ty": 2, + "nm": "f2a", + "parent": 4, + "refId": "image_21", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 110.938, + 30.282, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 7.754, + 8.729, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 14, + "ty": 2, + "nm": "f2b", + "parent": 13, + "refId": "image_22", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 41.637, + 42.727, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 26.019, + 11.386, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 105.105105105105, + "st": 0, + "bm": 0 + } + ] + }, + { + "id": "comp_19", + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 5, + "nm": "Recuerda", + "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": 57, + "s": [ + 604.421, + 661, + 0 + ], + "to": [ + 0, + -13.333, + 0 + ], + "ti": [ + 0, + 13.333, + 0 + ] + }, + { + "i": { + "x": 0.43, + "y": 0.43 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 60, + "s": [ + 604.421, + 581, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.43, + "y": 1 + }, + "o": { + "x": 0.57, + "y": 0 + }, + "t": 117, + "s": [ + 604.421, + 581, + 0 + ], + "to": [ + 0, + 26.667, + 0 + ], + "ti": [ + 0, + -26.667, + 0 + ] + }, + { + "t": 125, + "s": [ + 604.421, + 741, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 140, + "f": "Cubano-Regular", + "t": "RECUERDA", + "j": 0, + "tr": -9, + "lh": 168, + "ls": 0, + "fc": [ + 0.416, + 0.224, + 0.776 + ] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { + "g": 1, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + } + }, + "a": [] + }, + "ip": 45, + "op": 196, + "st": 45, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 5, + "nm": "desinfectar", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 57, + "s": [ + 0 + ] + }, + { + "t": 60, + "s": [ + 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": 57, + "s": [ + 604.421, + 841, + 0 + ], + "to": [ + 0, + -26.667, + 0 + ], + "ti": [ + 0, + 26.667, + 0 + ] + }, + { + "i": { + "x": 0.43, + "y": 0.43 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 60, + "s": [ + 604.421, + 681, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.43, + "y": 1 + }, + "o": { + "x": 0.57, + "y": 0 + }, + "t": 117, + "s": [ + 604.421, + 681, + 0 + ], + "to": [ + 0, + 40, + 0 + ], + "ti": [ + 0, + -40, + 0 + ] + }, + { + "t": 125, + "s": [ + 604.421, + 921, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 107, + "f": "Cubano-Regular", + "t": "DESINFECTAR", + "j": 0, + "tr": -9, + "lh": 128.4, + "ls": 0, + "fc": [ + 0.953, + 0.561, + 0.337 + ] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { + "g": 1, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + } + }, + "a": [] + }, + "ip": 60, + "op": 200, + "st": 57, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 5, + "nm": "tu telefono", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.43, + "y": 1 + }, + "o": { + "x": 0.57, + "y": 0 + }, + "t": 117, + "s": [ + 604.941, + 777, + 0 + ], + "to": [ + 0, + 66.667, + 0 + ], + "ti": [ + 0, + -66.667, + 0 + ] + }, + { + "t": 125, + "s": [ + 604.941, + 1177, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 107, + "f": "Cubano-Regular", + "t": "TU TELEFONO", + "j": 0, + "tr": -9, + "lh": 128.4, + "ls": 0, + "fc": [ + 0.416, + 0.224, + 0.776 + ] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { + "g": 1, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + } + }, + "a": [] + }, + "ip": 66, + "op": 192, + "st": 66, + "bm": 0 + } + ] + }, + { + "id": "comp_20", + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 5, + "nm": "si saliste ", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.33 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.67 + ], + "y": [ + 0 + ] + }, + "t": 7, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.33 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 14, + "s": [ + 100 + ] + }, + { + "i": { + "x": [ + 0.33 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.67 + ], + "y": [ + 0 + ] + }, + "t": 24, + "s": [ + 100 + ] + }, + { + "t": 28, + "s": [ + 0 + ] + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.33, + "y": 1 + }, + "o": { + "x": 0.67, + "y": 0 + }, + "t": 7, + "s": [ + 1048, + 969, + 0 + ], + "to": [ + 40, + 0, + 0 + ], + "ti": [ + -40, + 0, + 0 + ] + }, + { + "i": { + "x": 0.33, + "y": 0.33 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 14, + "s": [ + 1288, + 969, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.33, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0 + }, + "t": 24, + "s": [ + 1288, + 969, + 0 + ], + "to": [ + -40, + 0, + 0 + ], + "ti": [ + 40, + 0, + 0 + ] + }, + { + "t": 31, + "s": [ + 1048, + 969, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 80, + "f": "Cubano-Regular", + "t": "SI SALISTE", + "j": 0, + "tr": -9, + "lh": 96, + "ls": 0, + "fc": [ + 0.416, + 0.224, + 0.776 + ] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { + "g": 1, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + } + }, + "a": [] + }, + "ip": 7, + "op": 39, + "st": -20, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 5, + "nm": "de ", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.33 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.67 + ], + "y": [ + 0 + ] + }, + "t": 9, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.33 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 16, + "s": [ + 100 + ] + }, + { + "i": { + "x": [ + 0.33 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.67 + ], + "y": [ + 0 + ] + }, + "t": 26, + "s": [ + 100 + ] + }, + { + "t": 30, + "s": [ + 0 + ] + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.33, + "y": 1 + }, + "o": { + "x": 0.67, + "y": 0 + }, + "t": 9, + "s": [ + 1048, + 1049, + 0 + ], + "to": [ + 40, + 0, + 0 + ], + "ti": [ + -40, + 0, + 0 + ] + }, + { + "i": { + "x": 0.33, + "y": 0.33 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 16, + "s": [ + 1288, + 1049, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.33, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0 + }, + "t": 26, + "s": [ + 1288, + 1049, + 0 + ], + "to": [ + -40, + 0, + 0 + ], + "ti": [ + 40, + 0, + 0 + ] + }, + { + "t": 33, + "s": [ + 1048, + 1049, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 80, + "f": "Cubano-Regular", + "t": "DE", + "j": 0, + "tr": -9, + "lh": 96, + "ls": 0, + "fc": [ + 0.416, + 0.224, + 0.776 + ] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { + "g": 1, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + } + }, + "a": [] + }, + "ip": 9, + "op": 29, + "st": -18, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 5, + "nm": "casa", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.33 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.67 + ], + "y": [ + 0 + ] + }, + "t": 11, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.33 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 18, + "s": [ + 100 + ] + }, + { + "i": { + "x": [ + 0.33 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.67 + ], + "y": [ + 0 + ] + }, + "t": 28, + "s": [ + 100 + ] + }, + { + "t": 32, + "s": [ + 0 + ] + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.33, + "y": 1 + }, + "o": { + "x": 0.67, + "y": 0 + }, + "t": 11, + "s": [ + 1048, + 1129, + 0 + ], + "to": [ + 40, + 0, + 0 + ], + "ti": [ + -40, + 0, + 0 + ] + }, + { + "i": { + "x": 0.33, + "y": 0.33 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 18, + "s": [ + 1288, + 1129, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.33, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0 + }, + "t": 28, + "s": [ + 1288, + 1129, + 0 + ], + "to": [ + -40, + 0, + 0 + ], + "ti": [ + 40, + 0, + 0 + ] + }, + { + "t": 35, + "s": [ + 1048, + 1129, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 80, + "f": "Cubano-Regular", + "t": "CASA", + "j": 0, + "tr": -9, + "lh": 96, + "ls": 0, + "fc": [ + 0.953, + 0.561, + 0.337 + ] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { + "g": 1, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 2 + } + }, + "a": [] + }, + "ip": 11, + "op": 30, + "st": -16, + "bm": 0 + } + ] + }, + { + "id": "comp_21", + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 0, + "nm": "character", + "refId": "comp_22", + "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": 27, + "s": [ + 540, + -200, + 0 + ], + "to": [ + 0, + 213.333, + 0 + ], + "ti": [ + 0, + -216, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 32.25, + "s": [ + 540, + 1080, + 0 + ], + "to": [ + 0, + 216, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 33, + "s": [ + 540, + 1096, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 2.667, + 0 + ] + }, + { + "t": 33.75, + "s": [ + 540, + 1080, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 27, + "op": 147, + "st": 27, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 0, + "nm": "bg", + "refId": "comp_25", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 540, + 1080, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + } + ] + }, + { + "id": "comp_22", + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 0, + "nm": "HEAD", + "parent": 14, + "refId": "comp_23", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 200.133, + -1.445, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 781.917, + 399.557, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 4, + "nm": "arm1 Outlines", + "parent": 14, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.38 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.62 + ], + "y": [ + 0 + ] + }, + "t": 16.5, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.38 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.62 + ], + "y": [ + 0 + ] + }, + "t": 21.75, + "s": [ + 10 + ] + }, + { + "i": { + "x": [ + 0.38 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.62 + ], + "y": [ + 0 + ] + }, + "t": 27.75, + "s": [ + 10 + ] + }, + { + "i": { + "x": [ + 0.38 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.62 + ], + "y": [ + 0 + ] + }, + "t": 34.5, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.38 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.62 + ], + "y": [ + 0 + ] + }, + "t": 39.75, + "s": [ + 10 + ] + }, + { + "i": { + "x": [ + 0.38 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.62 + ], + "y": [ + 0 + ] + }, + "t": 45.75, + "s": [ + 10 + ] + }, + { + "t": 52.5, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 0.38 + }, + "o": { + "x": 0.62, + "y": 0.62 + }, + "t": 16.5, + "s": [ + 220.13, + 75.61, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.38, + "y": 0.38 + }, + "o": { + "x": 0.62, + "y": 0.62 + }, + "t": 21.75, + "s": [ + 220.13, + 75.61, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.38, + "y": 0.38 + }, + "o": { + "x": 0.62, + "y": 0.62 + }, + "t": 27.75, + "s": [ + 220.13, + 75.61, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.38, + "y": 0.38 + }, + "o": { + "x": 0.62, + "y": 0.62 + }, + "t": 34.5, + "s": [ + 220.13, + 75.61, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.38, + "y": 0.38 + }, + "o": { + "x": 0.62, + "y": 0.62 + }, + "t": 39.75, + "s": [ + 220.13, + 75.61, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.38, + "y": 0.38 + }, + "o": { + "x": 0.62, + "y": 0.62 + }, + "t": 45.75, + "s": [ + 220.13, + 75.61, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "t": 52.5, + "s": [ + 220.13, + 75.61, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 153.39, + 27.421, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "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": [ + [ + -51.728, + 0.063 + ], + [ + 51.728, + -0.063 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 0.52, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 105.846, + 0.323 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.5, + 0.5, + 0.5, + 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": [ + 105.846, + 0.323 + ], + "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": "Group 2", + "np": 3, + "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": [ + [ + 14.092, + 0 + ], + [ + 0, + 0 + ], + [ + 4.84, + 6.42 + ], + [ + -7.366, + 9.77 + ], + [ + -7.789, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -14.825 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -7.789, + 0 + ], + [ + -7.366, + -9.77 + ], + [ + 4.84, + -6.42 + ], + [ + 0, + 0 + ], + [ + 14.092, + 0 + ], + [ + 0, + 14.824 + ] + ], + "v": [ + [ + 72.624, + 26.842 + ], + [ + -70.782, + 26.842 + ], + [ + -90.774, + 16.68 + ], + [ + -90.774, + -16.679 + ], + [ + -70.782, + -26.842 + ], + [ + 72.624, + -26.842 + ], + [ + 98.139, + 0.001 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "mm", + "mm": 4, + "nm": "Merge Paths 1", + "mn": "ADBE Vector Filter - Merge", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.564999988032, + 0.322000002394, + 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": [ + 98.39, + 27.102 + ], + "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": "Group 3", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 16.5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + -4.504, + -0.038 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 74.133, + -4.263 + ], + [ + -78.604, + 22.341 + ], + [ + -67.758, + -4.524 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 21.75, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + -4.504, + -0.038 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 74.133, + -4.263 + ], + [ + -59.854, + 16.341 + ], + [ + -55.508, + -4.274 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 27.75, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + -4.504, + -0.038 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 74.133, + -4.263 + ], + [ + -59.854, + 16.341 + ], + [ + -55.508, + -4.274 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 34.5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + -4.504, + -0.038 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 74.133, + -4.263 + ], + [ + -78.604, + 22.341 + ], + [ + -67.758, + -4.524 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 39.75, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + -4.504, + -0.038 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 74.133, + -4.263 + ], + [ + -59.854, + 16.341 + ], + [ + -55.508, + -4.274 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 45.75, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + -4.504, + -0.038 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 74.133, + -4.263 + ], + [ + -59.854, + 16.341 + ], + [ + -55.508, + -4.274 + ] + ], + "c": true + } + ] + }, + { + "t": 52.5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + -4.504, + -0.038 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 74.133, + -4.263 + ], + [ + -78.604, + 22.341 + ], + [ + -67.758, + -4.524 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "mm", + "mm": 4, + "nm": "Merge Paths 1", + "mn": "ADBE Vector Filter - Merge", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.40800000359, + 0.187999994615, + 0.811999990426, + 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": [ + 92.75, + 58.208 + ], + "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": "Group 4", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 171.013, + 53.945 + ], + [ + 27.608, + 53.945 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 0.52, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "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": "Group 5", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 13.804, + 26.972 + ], + [ + 157.209, + 26.972 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "mm", + "mm": 4, + "nm": "Merge Paths 1", + "mn": "ADBE Vector Filter - Merge", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.5, + 0.5, + 0.5, + 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": [ + 13.804, + 26.972 + ], + "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": "Group 6", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 4, + "nm": "farm1 Outlines", + "parent": 2, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.38 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.62 + ], + "y": [ + 0 + ] + }, + "t": 16.5, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.38 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.62 + ], + "y": [ + 0 + ] + }, + "t": 21.75, + "s": [ + -12 + ] + }, + { + "i": { + "x": [ + 0.38 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.62 + ], + "y": [ + 0 + ] + }, + "t": 27.75, + "s": [ + -12 + ] + }, + { + "i": { + "x": [ + 0.38 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.62 + ], + "y": [ + 0 + ] + }, + "t": 34.5, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.38 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.62 + ], + "y": [ + 0 + ] + }, + "t": 39.75, + "s": [ + 4 + ] + }, + { + "i": { + "x": [ + 0.38 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.62 + ], + "y": [ + 0 + ] + }, + "t": 45.75, + "s": [ + 4 + ] + }, + { + "t": 52.5, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 16.5, + "s": [ + 27.674, + 33.908, + 0 + ], + "to": [ + -0.333, + 0, + 0 + ], + "ti": [ + 0.333, + 0, + 0 + ] + }, + { + "i": { + "x": 0.38, + "y": 0.38 + }, + "o": { + "x": 0.62, + "y": 0.62 + }, + "t": 21.75, + "s": [ + 25.674, + 33.908, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 27.75, + "s": [ + 25.674, + 33.908, + 0 + ], + "to": [ + 0.333, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 34.5, + "s": [ + 27.674, + 33.908, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0.333, + 0, + 0 + ] + }, + { + "i": { + "x": 0.38, + "y": 0.38 + }, + "o": { + "x": 0.62, + "y": 0.62 + }, + "t": 39.75, + "s": [ + 25.674, + 33.908, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 45.75, + "s": [ + 25.674, + 33.908, + 0 + ], + "to": [ + 0.333, + 0, + 0 + ], + "ti": [ + -0.333, + 0, + 0 + ] + }, + { + "t": 52.5, + "s": [ + 27.674, + 33.908, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 51.306, + 137.26, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 1.181, + 5.583 + ], + [ + 0, + 0 + ], + [ + -2.126, + 0.449 + ], + [ + 0, + 0 + ], + [ + -0.427, + -2.021 + ], + [ + 0, + 0 + ], + [ + 2.694, + -5.161 + ], + [ + 13.211, + 10.53 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -0.428, + -2.021 + ], + [ + 0, + 0 + ], + [ + 2.125, + -0.45 + ], + [ + 0, + 0 + ], + [ + 1.18, + 5.584 + ], + [ + -7.819, + 14.975 + ], + [ + -4.553, + -3.628 + ] + ], + "v": [ + [ + -13.648, + 56.263 + ], + [ + -39.628, + -66.61 + ], + [ + -36.553, + -71.082 + ], + [ + 8.273, + -80.56 + ], + [ + 12.895, + -77.716 + ], + [ + 38.876, + 45.158 + ], + [ + 36.54, + 61.741 + ], + [ + -4.799, + 70.481 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "mm", + "mm": 4, + "nm": "Merge Paths 1", + "mn": "ADBE Vector Filter - Merge", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.564999988032, + 0.322000002394, + 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": [ + 40.306, + 81.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": "Group 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 4, + "ty": 4, + "nm": "f1-h1 Outlines", + "parent": 15, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 33.323, + 7.967, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 20.614, + 13.391, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "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": [ + [ + 6.536, + 2.708 + ], + [ + -6.536, + -2.708 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 0.367, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 11.583, + 3.267 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 4.02, + 1.749 + ], + [ + 0, + 0 + ], + [ + 0.875, + -2.01 + ], + [ + -2.01, + -0.874 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -2.01, + -0.875 + ], + [ + -0.874, + 2.01 + ], + [ + 0, + 0 + ], + [ + 1.749, + -4.019 + ] + ], + "v": [ + [ + 6.617, + -1.957 + ], + [ + -6.379, + -7.612 + ], + [ + -11.602, + -5.557 + ], + [ + -9.546, + -0.335 + ], + [ + 10.727, + 8.487 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "mm", + "mm": 4, + "nm": "Merge Paths 1", + "mn": "ADBE Vector Filter - Merge", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 12.726, + 8.737 + ], + "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": "Group 2", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 5, + "ty": 4, + "nm": "f2-h1 Outlines", + "parent": 15, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 28.394, + 12.442, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 24.309, + 12.611, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "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": [ + [ + 9.824, + 4.289 + ], + [ + -9.824, + -4.289 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 0.367, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 14.871, + 4.847 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0.718, + 0.312 + ], + [ + 0, + 0 + ], + [ + 0.875, + -2.009 + ], + [ + -2.009, + -0.875 + ], + [ + 0, + 0 + ], + [ + -0.312, + 0.718 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -2.009, + -0.874 + ], + [ + -0.874, + 2.01 + ], + [ + 0, + 0 + ], + [ + 0.718, + 0.312 + ], + [ + 0, + 0 + ], + [ + 0.313, + -0.718 + ] + ], + "v": [ + [ + 12.013, + 0.77 + ], + [ + -6.962, + -7.486 + ], + [ + -12.184, + -5.431 + ], + [ + -10.129, + -0.208 + ], + [ + 8.845, + 8.048 + ], + [ + 10.711, + 7.314 + ], + [ + 12.746, + 2.636 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "mm", + "mm": 4, + "nm": "Merge Paths 1", + "mn": "ADBE Vector Filter - Merge", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 13.308, + 8.611 + ], + "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": "Group 2", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 6, + "ty": 4, + "nm": "f3-h1 Outlines", + "parent": 15, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 26.317, + 21.722, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 23.067, + 13.369, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "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": [ + [ + 7.771, + 3.408 + ], + [ + -7.771, + -3.408 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 0.367, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 14.28, + 13.081 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 9.335, + 4.094 + ], + [ + -9.335, + -4.094 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 0.367, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 14.39, + 4.662 + ], + "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": "Group 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.693, + 0.302 + ], + [ + 0, + 0 + ], + [ + 0.865, + -1.986 + ], + [ + 0, + 0 + ], + [ + -1.985, + -0.864 + ], + [ + 0, + 0 + ], + [ + -0.302, + 0.694 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -1.985, + -0.864 + ], + [ + 0, + 0 + ], + [ + -0.864, + 1.986 + ], + [ + 0, + 0 + ], + [ + 0.693, + 0.302 + ], + [ + 0, + 0 + ], + [ + 0.302, + -0.694 + ] + ], + "v": [ + [ + 12.056, + 0.789 + ], + [ + -7.006, + -7.505 + ], + [ + -12.166, + -5.474 + ], + [ + -12.203, + -5.387 + ], + [ + -10.173, + -0.227 + ], + [ + 8.889, + 8.068 + ], + [ + 10.692, + 7.358 + ], + [ + 12.765, + 2.593 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "mm", + "mm": 4, + "nm": "Merge Paths 1", + "mn": "ADBE Vector Filter - Merge", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 13.317, + 8.619 + ], + "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": "Group 3", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 7, + "ty": 4, + "nm": "f3-h1 Outlines", + "parent": 15, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 24.387, + 29.228, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 18.878, + 11.717, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0.577, + 0.251 + ], + [ + 0, + 0 + ], + [ + 0.72, + -1.654 + ], + [ + 0, + 0 + ], + [ + -1.653, + -0.719 + ], + [ + 0, + 0 + ], + [ + -0.251, + 0.577 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -1.654, + -0.72 + ], + [ + 0, + 0 + ], + [ + -0.72, + 1.653 + ], + [ + 0, + 0 + ], + [ + 0.578, + 0.252 + ], + [ + 0, + 0 + ], + [ + 0.251, + -0.577 + ] + ], + "v": [ + [ + 10.036, + 0.657 + ], + [ + -5.831, + -6.247 + ], + [ + -10.127, + -4.557 + ], + [ + -10.158, + -4.484 + ], + [ + -8.468, + -0.19 + ], + [ + 7.399, + 6.716 + ], + [ + 8.9, + 6.125 + ], + [ + 10.627, + 2.157 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "mm", + "mm": 4, + "nm": "Merge Paths 1", + "mn": "ADBE Vector Filter - Merge", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 11.128, + 7.217 + ], + "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": "Group 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 8, + "ty": 4, + "nm": "f1-h2 Outlines", + "parent": 12, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 20.431, + 6.761, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 3.499, + 5.742, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0.285, + 0.097 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -8.217, + -2.784 + ], + [ + 8.217, + 2.784 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 0.367, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 9.134, + 11.977 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -5.747, + -1.997 + ], + [ + 5.747, + 1.997 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 0.367, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 14.405, + 3.349 + ], + "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": "Group 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": [ + [ + 2.567, + 0.87 + ], + [ + 0, + 0 + ], + [ + -0.87, + 2.567 + ], + [ + -2.567, + -0.87 + ], + [ + 0, + 0 + ], + [ + 0.87, + -2.567 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -2.567, + -0.87 + ], + [ + 0.869, + -2.567 + ], + [ + 0, + 0 + ], + [ + 2.568, + 0.87 + ], + [ + -0.87, + 2.568 + ] + ], + "v": [ + [ + 4.986, + 6.872 + ], + [ + -8.137, + 2.426 + ], + [ + -11.21, + -3.798 + ], + [ + -4.987, + -6.872 + ], + [ + 8.135, + -2.426 + ], + [ + 11.21, + 3.798 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "mm", + "mm": 4, + "nm": "Merge Paths 1", + "mn": "ADBE Vector Filter - Merge", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 12.668, + 7.992 + ], + "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": "Group 3", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 9, + "ty": 4, + "nm": "f2-h2 Outlines", + "parent": 12, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 17.954, + 14.781, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 2.156, + 3.641, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "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": [ + [ + -8.227, + -2.788 + ], + [ + 8.227, + 2.788 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 0.367, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 8.41, + 12.138 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 2.612, + 0.885 + ], + [ + 0, + 0 + ], + [ + -0.885, + 2.612 + ], + [ + 0, + 0 + ], + [ + -2.613, + -0.885 + ], + [ + 0, + 0 + ], + [ + 0.884, + -2.611 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -2.612, + -0.885 + ], + [ + 0, + 0 + ], + [ + 0.885, + -2.612 + ], + [ + 0, + 0 + ], + [ + 2.612, + 0.886 + ], + [ + 0, + 0 + ], + [ + -0.885, + 2.612 + ] + ], + "v": [ + [ + 4.851, + 7.006 + ], + [ + -8.109, + 2.615 + ], + [ + -11.237, + -3.717 + ], + [ + -11.181, + -3.879 + ], + [ + -4.849, + -7.006 + ], + [ + 8.111, + -2.615 + ], + [ + 11.238, + 3.717 + ], + [ + 11.183, + 3.879 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "mm", + "mm": 4, + "nm": "Merge Paths 1", + "mn": "ADBE Vector Filter - Merge", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 12.44, + 8.141 + ], + "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": "Group 2", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 10, + "ty": 4, + "nm": "f3-h2 Outlines", + "parent": 12, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 11.629, + 23.476, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 4.163, + 3.699, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "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": [ + [ + -8.9, + -3.016 + ], + [ + 8.9, + 3.016 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 0.367, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 9.084, + 11.816 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 2.629, + 0.891 + ], + [ + 0, + 0 + ], + [ + -0.891, + 2.629 + ], + [ + 0, + 0 + ], + [ + -2.63, + -0.891 + ], + [ + 0, + 0 + ], + [ + 0.891, + -2.629 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -2.63, + -0.89 + ], + [ + 0, + 0 + ], + [ + 0.891, + -2.63 + ], + [ + 0, + 0 + ], + [ + 2.629, + 0.891 + ], + [ + 0, + 0 + ], + [ + -0.891, + 2.628 + ] + ], + "v": [ + [ + 4.799, + 7.057 + ], + [ + -8.099, + 2.686 + ], + [ + -11.247, + -3.686 + ], + [ + -11.172, + -3.91 + ], + [ + -4.799, + -7.058 + ], + [ + 8.1, + -2.688 + ], + [ + 11.247, + 3.686 + ], + [ + 11.172, + 3.91 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "mm", + "mm": 4, + "nm": "Merge Paths 1", + "mn": "ADBE Vector Filter - Merge", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 14.438, + 8.199 + ], + "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": "Group 2", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 11, + "ty": 4, + "nm": "f4-h2 Outlines", + "parent": 12, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 4.758, + 32.338, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 1.829, + 3.992, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 2.567, + 0.87 + ], + [ + 0, + 0 + ], + [ + -0.87, + 2.567 + ], + [ + -2.567, + -0.87 + ], + [ + 0, + 0 + ], + [ + 0.87, + -2.567 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -2.567, + -0.87 + ], + [ + 0.87, + -2.568 + ], + [ + 0, + 0 + ], + [ + 2.568, + 0.87 + ], + [ + -0.87, + 2.568 + ] + ], + "v": [ + [ + 4.986, + 6.872 + ], + [ + -8.137, + 2.426 + ], + [ + -11.21, + -3.798 + ], + [ + -4.987, + -6.872 + ], + [ + 8.135, + -2.426 + ], + [ + 11.21, + 3.798 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "mm", + "mm": 4, + "nm": "Merge Paths 1", + "mn": "ADBE Vector Filter - Merge", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 12.33, + 7.992 + ], + "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": "Group 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 12, + "ty": 4, + "nm": "palm-h2 Outlines", + "parent": 16, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.38 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.62 + ], + "y": [ + 0 + ] + }, + "t": 16.5, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.38 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.62 + ], + "y": [ + 0 + ] + }, + "t": 21.75, + "s": [ + -40 + ] + }, + { + "i": { + "x": [ + 0.38 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.62 + ], + "y": [ + 0 + ] + }, + "t": 27.75, + "s": [ + -40 + ] + }, + { + "i": { + "x": [ + 0.38 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.62 + ], + "y": [ + 0 + ] + }, + "t": 34.5, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.38 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.62 + ], + "y": [ + 0 + ] + }, + "t": 39.75, + "s": [ + -40 + ] + }, + { + "i": { + "x": [ + 0.38 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.62 + ], + "y": [ + 0 + ] + }, + "t": 45.75, + "s": [ + -40 + ] + }, + { + "t": 52.5, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 16.5, + "s": [ + 1.067, + -23.28, + 0 + ], + "to": [ + 0, + 3.333, + 0 + ], + "ti": [ + 0, + -3.333, + 0 + ] + }, + { + "i": { + "x": 0.38, + "y": 0.38 + }, + "o": { + "x": 0.62, + "y": 0.62 + }, + "t": 21.75, + "s": [ + 1.067, + -3.28, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 27.75, + "s": [ + 1.067, + -3.28, + 0 + ], + "to": [ + 0, + -3.333, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 34.5, + "s": [ + 1.067, + -23.28, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + -3.333, + 0 + ] + }, + { + "i": { + "x": 0.38, + "y": 0.38 + }, + "o": { + "x": 0.62, + "y": 0.62 + }, + "t": 39.75, + "s": [ + 1.067, + -3.28, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 45.75, + "s": [ + 1.067, + -3.28, + 0 + ], + "to": [ + 0, + -3.333, + 0 + ], + "ti": [ + 0, + 3.333, + 0 + ] + }, + { + "t": 52.5, + "s": [ + 1.067, + -23.28, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 7.347, + 44.547, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + -1.4, + 6.986 + ], + [ + 0, + 0 + ], + [ + -6.559, + -2.15 + ], + [ + 5.405, + -4.489 + ], + [ + -1.78, + -3.509 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 1.4, + -6.986 + ], + [ + 0, + 0 + ], + [ + 6.559, + 2.151 + ], + [ + -5.406, + 4.491 + ], + [ + 1.779, + 3.51 + ] + ], + "v": [ + [ + -9.855, + 23.579 + ], + [ + -14.446, + 13.167 + ], + [ + 0.927, + -18.016 + ], + [ + 9.287, + -21.646 + ], + [ + 1.807, + 3.672 + ], + [ + -6.961, + 20.286 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "mm", + "mm": 4, + "nm": "Merge Paths 1", + "mn": "ADBE Vector Filter - Merge", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 16.096, + 24.047 + ], + "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": "Group 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 13, + "ty": 4, + "nm": "phone Outlines", + "parent": 12, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 43.19, + 29.993, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 40.058, + 33.083, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "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": [ + [ + -6.869, + -2.47 + ], + [ + 6.869, + 2.47 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 1, + 1, + 1, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 0.517, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 31.283, + 56.563 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + -1.643, + -4.854 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -5.187, + -3.082 + ], + [ + 5.187, + 3.082 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 1, + 1, + 1, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 0.517, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 70.95, + 15.244 + ], + "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": "Group 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": [ + [ + 3.309, + 0.741 + ], + [ + 0, + 0 + ], + [ + -4.025, + 6.803 + ], + [ + 0, + 0 + ], + [ + -2.961, + -0.801 + ], + [ + 0, + 0 + ], + [ + 2.898, + -6.853 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -6.624, + -1.482 + ], + [ + 0, + 0 + ], + [ + 1.806, + -3.052 + ], + [ + 0, + 0 + ], + [ + 5.944, + 1.609 + ], + [ + 0, + 0 + ], + [ + -1.607, + 3.802 + ] + ], + "v": [ + [ + 15.176, + 32.092 + ], + [ + -29.784, + 15.926 + ], + [ + -35.782, + -3.2 + ], + [ + -20.872, + -28.4 + ], + [ + -13.177, + -32.032 + ], + [ + 30.528, + -19.543 + ], + [ + 36.909, + -1.816 + ], + [ + 23.255, + 27.061 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "mm", + "mm": 4, + "nm": "Merge Paths 1", + "mn": "ADBE Vector Filter - Merge", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.26699999641, + 0.361000001197, + 0.760999971278, + 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": [ + 40.057, + 33.083 + ], + "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": "Group 3", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 14, + "ty": 4, + "nm": "torso Outlines", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.54 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.46 + ], + "y": [ + 0 + ] + }, + "t": 4.5, + "s": [ + 30 + ] + }, + { + "i": { + "x": [ + 0.684 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.157 + ], + "y": [ + 0 + ] + }, + "t": 8.25, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.785 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.432 + ], + "y": [ + 0 + ] + }, + "t": 20.25, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.785 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 25.5, + "s": [ + -5 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 34.5, + "s": [ + -5 + ] + }, + { + "t": 41.25, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.54, + "y": 1 + }, + "o": { + "x": 0.46, + "y": 0 + }, + "t": 4.5, + "s": [ + 632.164, + 642.345, + 0 + ], + "to": [ + 0.667, + 6, + 0 + ], + "ti": [ + -0.667, + -6, + 0 + ] + }, + { + "t": 8.25, + "s": [ + 636.164, + 678.345, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 54.38, + 277.344, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.54, + "y": 1 + }, + "o": { + "x": 0.46, + "y": 0 + }, + "t": 4.5, + "s": [ + { + "i": [ + [ + 0.028, + 0.045 + ], + [ + 0, + 0 + ], + [ + 28.06, + -38.452 + ], + [ + 39.038, + -60.958 + ], + [ + 6.987, + -4.492 + ], + [ + -14.185, + -14.097 + ], + [ + -26.857, + -4.175 + ], + [ + -2.369, + 2.877 + ], + [ + 51.874, + 45.562 + ] + ], + "o": [ + [ + -3.536, + -5.682 + ], + [ + -5.326, + -3.569 + ], + [ + -23.157, + 31.734 + ], + [ + -12.912, + 20.163 + ], + [ + -22.411, + 14.411 + ], + [ + 10.753, + 10.685 + ], + [ + 3.683, + 0.573 + ], + [ + 25.359, + -30.789 + ], + [ + -0.039, + -0.035 + ] + ], + "v": [ + [ + 94.017, + -121.731 + ], + [ + 75.073, + -137.863 + ], + [ + -31.342, + -116.641 + ], + [ + -78.486, + -44.401 + ], + [ + -143.879, + 39.352 + ], + [ + -126.212, + 108.758 + ], + [ + -35.583, + 154.52 + ], + [ + -25.84, + 150.747 + ], + [ + 108.537, + -108.005 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0 + }, + "t": 8.25, + "s": [ + { + "i": [ + [ + 0.028, + 0.045 + ], + [ + 0, + 0 + ], + [ + 28.06, + -38.452 + ], + [ + 50.341, + -52.016 + ], + [ + 6.987, + -4.492 + ], + [ + -14.185, + -14.097 + ], + [ + -26.857, + -4.175 + ], + [ + -2.369, + 2.877 + ], + [ + 51.874, + 45.562 + ] + ], + "o": [ + [ + -3.536, + -5.682 + ], + [ + -5.326, + -3.569 + ], + [ + -23.157, + 31.734 + ], + [ + -5.776, + 5.968 + ], + [ + -22.411, + 14.411 + ], + [ + 10.753, + 10.685 + ], + [ + 3.683, + 0.573 + ], + [ + 25.359, + -30.789 + ], + [ + -0.039, + -0.035 + ] + ], + "v": [ + [ + 100.215, + -115.495 + ], + [ + 75.073, + -137.863 + ], + [ + -31.342, + -116.641 + ], + [ + -112.376, + 32.9 + ], + [ + -129.719, + 43.878 + ], + [ + -126.212, + 108.758 + ], + [ + -35.583, + 154.52 + ], + [ + -25.84, + 150.747 + ], + [ + 100.256, + -115.348 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0 + }, + "t": 20.25, + "s": [ + { + "i": [ + [ + 0.028, + 0.045 + ], + [ + 0, + 0 + ], + [ + 28.06, + -38.452 + ], + [ + 50.341, + -52.016 + ], + [ + 6.987, + -4.492 + ], + [ + -14.185, + -14.097 + ], + [ + -26.857, + -4.175 + ], + [ + -2.369, + 2.877 + ], + [ + 51.874, + 45.562 + ] + ], + "o": [ + [ + -3.536, + -5.682 + ], + [ + -5.326, + -3.569 + ], + [ + -23.157, + 31.734 + ], + [ + -5.776, + 5.968 + ], + [ + -22.411, + 14.411 + ], + [ + 10.753, + 10.685 + ], + [ + 3.683, + 0.573 + ], + [ + 25.359, + -30.789 + ], + [ + -0.039, + -0.035 + ] + ], + "v": [ + [ + 100.215, + -115.495 + ], + [ + 75.073, + -137.863 + ], + [ + -31.342, + -116.641 + ], + [ + -112.376, + 32.9 + ], + [ + -129.719, + 43.878 + ], + [ + -126.212, + 108.758 + ], + [ + -35.583, + 154.52 + ], + [ + -25.84, + 150.747 + ], + [ + 100.256, + -115.348 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0 + }, + "t": 25.5, + "s": [ + { + "i": [ + [ + 0.028, + 0.045 + ], + [ + 0, + 0 + ], + [ + 28.06, + -38.452 + ], + [ + 62.32, + -70.675 + ], + [ + 6.987, + -4.492 + ], + [ + -14.185, + -14.097 + ], + [ + -26.857, + -4.175 + ], + [ + -3.248, + 1.827 + ], + [ + 45.228, + 45.494 + ] + ], + "o": [ + [ + -3.536, + -5.682 + ], + [ + -5.326, + -3.569 + ], + [ + -23.157, + 31.734 + ], + [ + -5.493, + 6.229 + ], + [ + -22.411, + 14.411 + ], + [ + 10.753, + 10.685 + ], + [ + 3.683, + 0.573 + ], + [ + 45.868, + -25.795 + ], + [ + -0.037, + -0.037 + ] + ], + "v": [ + [ + 100.215, + -115.495 + ], + [ + 75.073, + -137.863 + ], + [ + -31.342, + -116.641 + ], + [ + -112.376, + 32.9 + ], + [ + -134.526, + 41.45 + ], + [ + -129.549, + 112.482 + ], + [ + -35.583, + 154.52 + ], + [ + -25.84, + 150.747 + ], + [ + 105.212, + -108.892 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0 + }, + "t": 34.5, + "s": [ + { + "i": [ + [ + 0.028, + 0.045 + ], + [ + 0, + 0 + ], + [ + 28.06, + -38.452 + ], + [ + 62.32, + -70.675 + ], + [ + 6.987, + -4.492 + ], + [ + -14.185, + -14.097 + ], + [ + -26.857, + -4.175 + ], + [ + -3.248, + 1.827 + ], + [ + 45.228, + 45.494 + ] + ], + "o": [ + [ + -3.536, + -5.682 + ], + [ + -5.326, + -3.569 + ], + [ + -23.157, + 31.734 + ], + [ + -5.493, + 6.229 + ], + [ + -22.411, + 14.411 + ], + [ + 10.753, + 10.685 + ], + [ + 3.683, + 0.573 + ], + [ + 45.868, + -25.795 + ], + [ + -0.037, + -0.037 + ] + ], + "v": [ + [ + 100.215, + -115.495 + ], + [ + 75.073, + -137.863 + ], + [ + -31.342, + -116.641 + ], + [ + -112.376, + 32.9 + ], + [ + -134.526, + 41.45 + ], + [ + -129.549, + 112.482 + ], + [ + -35.583, + 154.52 + ], + [ + -25.84, + 150.747 + ], + [ + 105.212, + -108.892 + ] + ], + "c": true + } + ] + }, + { + "t": 41.25, + "s": [ + { + "i": [ + [ + 0.028, + 0.045 + ], + [ + 0, + 0 + ], + [ + 28.06, + -38.452 + ], + [ + 50.341, + -52.016 + ], + [ + 6.987, + -4.492 + ], + [ + -14.185, + -14.097 + ], + [ + -26.857, + -4.175 + ], + [ + -2.369, + 2.877 + ], + [ + 51.874, + 45.562 + ] + ], + "o": [ + [ + -3.536, + -5.682 + ], + [ + -5.326, + -3.569 + ], + [ + -23.157, + 31.734 + ], + [ + -5.776, + 5.968 + ], + [ + -22.411, + 14.411 + ], + [ + 10.753, + 10.685 + ], + [ + 3.683, + 0.573 + ], + [ + 25.359, + -30.789 + ], + [ + -0.039, + -0.035 + ] + ], + "v": [ + [ + 100.215, + -115.495 + ], + [ + 75.073, + -137.863 + ], + [ + -31.342, + -116.641 + ], + [ + -112.376, + 32.9 + ], + [ + -129.719, + 43.878 + ], + [ + -126.212, + 108.758 + ], + [ + -35.583, + 154.52 + ], + [ + -25.84, + 150.747 + ], + [ + 100.256, + -115.348 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "mm", + "mm": 4, + "nm": "Merge Paths 1", + "mn": "ADBE Vector Filter - Merge", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.564999988032, + 0.322000002394, + 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": [ + 152.38, + 155.344 + ], + "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": "Group 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 15, + "ty": 4, + "nm": "hand1 Outlines", + "parent": 3, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.38 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.62 + ], + "y": [ + 0 + ] + }, + "t": 16.5, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.38 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.62 + ], + "y": [ + 0 + ] + }, + "t": 21.75, + "s": [ + -30 + ] + }, + { + "i": { + "x": [ + 0.38 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.62 + ], + "y": [ + 0 + ] + }, + "t": 27.75, + "s": [ + -30 + ] + }, + { + "i": { + "x": [ + 0.38 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.62 + ], + "y": [ + 0 + ] + }, + "t": 34.5, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.38 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.62 + ], + "y": [ + 0 + ] + }, + "t": 39.75, + "s": [ + -30 + ] + }, + { + "i": { + "x": [ + 0.38 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.62 + ], + "y": [ + 0 + ] + }, + "t": 45.75, + "s": [ + -30 + ] + }, + { + "t": 52.5, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 16.5, + "s": [ + 28.435, + 18.909, + 0 + ], + "to": [ + 1.354, + 0.027, + 0 + ], + "ti": [ + -1.354, + -0.027, + 0 + ] + }, + { + "i": { + "x": 0.38, + "y": 0.38 + }, + "o": { + "x": 0.62, + "y": 0.62 + }, + "t": 21.75, + "s": [ + 36.56, + 19.068, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 27.75, + "s": [ + 36.56, + 19.068, + 0 + ], + "to": [ + -1.354, + -0.027, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 34.5, + "s": [ + 28.435, + 18.909, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + -1.354, + -0.027, + 0 + ] + }, + { + "i": { + "x": 0.38, + "y": 0.38 + }, + "o": { + "x": 0.62, + "y": 0.62 + }, + "t": 39.75, + "s": [ + 36.56, + 19.068, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 45.75, + "s": [ + 36.56, + 19.068, + 0 + ], + "to": [ + -1.354, + -0.027, + 0 + ], + "ti": [ + 1.354, + 0.027, + 0 + ] + }, + { + "t": 52.5, + "s": [ + 28.435, + 18.909, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 16.858, + 61.889, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.54, + "y": 1 + }, + "o": { + "x": 0.46, + "y": 0 + }, + "t": 6.75, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -0.984, + 3.209 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -3.862, + 12.377 + ], + [ + 3.862, + -12.377 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0 + }, + "t": 10.5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -0.984, + 3.209 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -3.862, + 12.377 + ], + [ + 3.862, + -12.377 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 16.5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -0.984, + 3.209 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -3.862, + 12.377 + ], + [ + 3.862, + -12.377 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 21.75, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -1.212, + 8.344 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -2.429, + 10.895 + ], + [ + 3.929, + -13.493 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 27.75, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -1.212, + 8.344 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -2.429, + 10.895 + ], + [ + 3.929, + -13.493 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 34.5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -0.984, + 3.209 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -3.862, + 12.377 + ], + [ + 3.862, + -12.377 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 39.75, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -1.212, + 8.344 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -2.429, + 10.895 + ], + [ + 3.929, + -13.493 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.38, + "y": 1 + }, + "o": { + "x": 0.62, + "y": 0 + }, + "t": 45.75, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -1.212, + 8.344 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -2.429, + 10.895 + ], + [ + 3.929, + -13.493 + ] + ], + "c": false + } + ] + }, + { + "t": 52.5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -0.984, + 3.209 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -3.862, + 12.377 + ], + [ + 3.862, + -12.377 + ] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 0.367, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 32.562, + 44.48 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0.741, + -1.976 + ], + [ + 10.821, + -24.322 + ], + [ + 0, + 0 + ], + [ + -1.41, + -14.097 + ], + [ + -1.811, + 34.223 + ], + [ + 8.753, + 0.153 + ], + [ + 5.03, + -2.075 + ], + [ + 1.888, + -2.333 + ] + ], + "o": [ + [ + -8.221, + 5.388 + ], + [ + -2.268, + 6.048 + ], + [ + -2.802, + 6.299 + ], + [ + 0, + 0 + ], + [ + 0.795, + 7.95 + ], + [ + 0.672, + -12.693 + ], + [ + -2.028, + 18.194 + ], + [ + -2.775, + 1.145 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -10.106, + -6.135 + ], + [ + -18.474, + 8.136 + ], + [ + -23.989, + 42.414 + ], + [ + -13.198, + 53.79 + ], + [ + -1.474, + 44.501 + ], + [ + 18.484, + -21.97 + ], + [ + 6.105, + -33.639 + ], + [ + -7.229, + -11.689 + ], + [ + -8.491, + -11.692 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "mm", + "mm": 4, + "nm": "Merge Paths 1", + "mn": "ADBE Vector Filter - Merge", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 20.358, + 33.889 + ], + "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": "Group 2", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 16, + "ty": 4, + "nm": "farm2 Outlines", + "parent": 17, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.54 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.46 + ], + "y": [ + 0 + ] + }, + "t": 6.75, + "s": [ + -40 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 10.5, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 16.5, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 21.75, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 27.75, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 34.5, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 39.75, + "s": [ + 12 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 45.75, + "s": [ + 12 + ] + }, + { + "t": 52.5, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.54, + "y": 1 + }, + "o": { + "x": 0.46, + "y": 0 + }, + "t": 6.75, + "s": [ + 37.41, + 28.381, + 0 + ], + "to": [ + -0.456, + 1.253, + 0 + ], + "ti": [ + 0.456, + -1.253, + 0 + ] + }, + { + "i": { + "x": 0.54, + "y": 0.54 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 10.5, + "s": [ + 34.674, + 35.898, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.54, + "y": 0.54 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 16.5, + "s": [ + 34.674, + 35.898, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.54, + "y": 0.54 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 21.75, + "s": [ + 34.674, + 35.898, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.54, + "y": 0.54 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 27.75, + "s": [ + 34.674, + 35.898, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.54, + "y": 0.54 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 34.5, + "s": [ + 34.674, + 35.898, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.54, + "y": 0.54 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 39.75, + "s": [ + 34.674, + 35.898, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.54, + "y": 0.54 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 45.75, + "s": [ + 34.674, + 35.898, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "t": 52.5, + "s": [ + 34.674, + 35.898, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 58.306, + 139.26, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 1.181, + 5.583 + ], + [ + 0, + 0 + ], + [ + -2.125, + 0.449 + ], + [ + 0, + 0 + ], + [ + -0.428, + -2.021 + ], + [ + 0, + 0 + ], + [ + 2.694, + -5.161 + ], + [ + 13.211, + 10.53 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -0.427, + -2.021 + ], + [ + 0, + 0 + ], + [ + 2.126, + -0.45 + ], + [ + 0, + 0 + ], + [ + 1.181, + 5.584 + ], + [ + -7.819, + 14.975 + ], + [ + -4.553, + -3.628 + ] + ], + "v": [ + [ + -13.648, + 56.263 + ], + [ + -39.629, + -66.61 + ], + [ + -36.554, + -71.082 + ], + [ + 8.272, + -80.56 + ], + [ + 12.895, + -77.716 + ], + [ + 38.875, + 45.158 + ], + [ + 36.54, + 61.741 + ], + [ + -4.799, + 70.481 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "mm", + "mm": 4, + "nm": "Merge Paths 1", + "mn": "ADBE Vector Filter - Merge", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.987999949736, + 0.505999995213, + 0.39199999641, + 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": [ + 40.306, + 81.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": "Group 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 17, + "ty": 4, + "nm": "arm2 Outlines", + "parent": 14, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.54 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.46 + ], + "y": [ + 0 + ] + }, + "t": 6.75, + "s": [ + 40 + ] + }, + { + "i": { + "x": [ + 0.565 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.181 + ], + "y": [ + 0 + ] + }, + "t": 10.5, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.675 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.325 + ], + "y": [ + 0 + ] + }, + "t": 16.5, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.675 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.435 + ], + "y": [ + 0 + ] + }, + "t": 21.75, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.565 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.435 + ], + "y": [ + 0 + ] + }, + "t": 27.75, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.325 + ], + "y": [ + 0 + ] + }, + "t": 34.5, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 39.75, + "s": [ + 2 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 45.75, + "s": [ + 2 + ] + }, + { + "t": 52.5, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 236.635, + 77.378, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 206.31, + 29.093, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 14.092, + 0 + ], + [ + 0, + 0 + ], + [ + 4.839, + 6.42 + ], + [ + -7.366, + 9.77 + ], + [ + -7.789, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -14.825 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -7.789, + 0 + ], + [ + -7.366, + -9.77 + ], + [ + 4.839, + -6.42 + ], + [ + 0, + 0 + ], + [ + 14.092, + 0 + ], + [ + 0, + 14.824 + ] + ], + "v": [ + [ + 72.624, + 26.842 + ], + [ + -67.786, + 27 + ], + [ + -87.778, + 16.837 + ], + [ + -87.778, + -16.522 + ], + [ + -67.786, + -26.685 + ], + [ + 72.624, + -26.842 + ], + [ + 98.139, + 0.001 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "mm", + "mm": 4, + "nm": "Merge Paths 1", + "mn": "ADBE Vector Filter - Merge", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.987999949736, + 0.505999995213, + 0.39199999641, + 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": [ + 98.389, + 27.093 + ], + "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": "Group 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 18, + "ty": 4, + "nm": "hand2 Outlines", + "parent": 12, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 29.015, + 74.126, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 28.68, + 43.41, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 13.191, + 11.093 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 4.669, + 9.644 + ], + [ + -6.595, + -9.644 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 0.367, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 14.173, + 37.436 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 13.191, + 11.093 + ], + [ + -1.251, + 5.71 + ], + [ + -5.155, + -0.449 + ], + [ + 0, + 0 + ], + [ + 1.131, + -8.053 + ], + [ + 1.972, + -2.887 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -7.024, + -5.908 + ], + [ + 1.108, + -5.055 + ], + [ + 0, + 0 + ], + [ + 8.102, + 0.705 + ], + [ + -1.437, + 10.241 + ], + [ + -3.523, + 5.154 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -4.494, + 22.375 + ], + [ + -15.759, + 3.087 + ], + [ + -21.835, + -16.021 + ], + [ + -10.783, + -24.006 + ], + [ + 9.127, + -22.273 + ], + [ + 21.955, + -6.164 + ], + [ + 16.478, + 19.239 + ], + [ + 6.135, + 24.455 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 23.336, + 24.705 + ], + "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": "Group 2", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 25, + "ty": 0, + "nm": "legs", + "refId": "comp_24", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + } + ] + }, + { + "id": "comp_23", + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 4, + "nm": "hair Outlines", + "parent": 11, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 61.176, + 29.555, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 63.03, + 43.323, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.71, + "y": 1 + }, + "o": { + "x": 0.29, + "y": 0 + }, + "t": 16.5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 6.235, + -3.118 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 6.198, + -1.282 + ], + [ + -6.198, + 1.559 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.71, + "y": 1 + }, + "o": { + "x": 0.29, + "y": 0 + }, + "t": 21, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 6.235, + -3.118 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 6.198, + -1.282 + ], + [ + -9.876, + 3.703 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.71, + "y": 1 + }, + "o": { + "x": 0.29, + "y": 0 + }, + "t": 29.25, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 6.235, + -3.118 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 6.198, + -1.282 + ], + [ + -9.876, + 3.703 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.71, + "y": 1 + }, + "o": { + "x": 0.29, + "y": 0 + }, + "t": 34.5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 6.235, + -3.118 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 6.198, + -1.282 + ], + [ + -6.198, + 1.559 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.71, + "y": 1 + }, + "o": { + "x": 0.29, + "y": 0 + }, + "t": 39.75, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 6.235, + -3.118 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 6.198, + -1.282 + ], + [ + -9.876, + 3.703 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.71, + "y": 1 + }, + "o": { + "x": 0.29, + "y": 0 + }, + "t": 48, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 6.235, + -3.118 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 6.198, + -1.282 + ], + [ + -6.198, + 1.559 + ] + ], + "c": false + } + ] + }, + { + "t": 57.75, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 6.235, + -3.118 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 6.198, + -1.282 + ], + [ + -6.198, + 1.559 + ] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 0.447, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 22.038, + 29.868 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.71, + "y": 1 + }, + "o": { + "x": 0.29, + "y": 0 + }, + "t": 16.5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -17.498, + -3.053 + ], + [ + -5.42, + 3.265 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 17.497, + 3.051 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -21.232, + 6.423 + ], + [ + -4.971, + -3.37 + ], + [ + 22.469, + 1.965 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.71, + "y": 1 + }, + "o": { + "x": 0.29, + "y": 0 + }, + "t": 21, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -17.498, + -3.053 + ], + [ + -5.42, + 3.265 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 17.497, + 3.051 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -25.243, + 9.016 + ], + [ + -4.971, + -3.37 + ], + [ + 24.164, + 5.31 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.71, + "y": 1 + }, + "o": { + "x": 0.29, + "y": 0 + }, + "t": 29.25, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -17.498, + -3.053 + ], + [ + -5.42, + 3.265 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 17.497, + 3.051 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -25.243, + 9.016 + ], + [ + -4.971, + -3.37 + ], + [ + 24.164, + 5.31 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.71, + "y": 1 + }, + "o": { + "x": 0.29, + "y": 0 + }, + "t": 34.5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -17.498, + -3.053 + ], + [ + -5.42, + 3.265 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 17.497, + 3.051 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -21.232, + 6.423 + ], + [ + -4.971, + -3.37 + ], + [ + 22.469, + 1.965 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.71, + "y": 1 + }, + "o": { + "x": 0.29, + "y": 0 + }, + "t": 39.75, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -17.498, + -3.053 + ], + [ + -5.42, + 3.265 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 17.497, + 3.051 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -25.243, + 9.016 + ], + [ + -4.971, + -3.37 + ], + [ + 24.164, + 5.31 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.71, + "y": 1 + }, + "o": { + "x": 0.29, + "y": 0 + }, + "t": 48, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -17.498, + -3.053 + ], + [ + -5.42, + 3.265 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 17.497, + 3.051 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -21.232, + 6.423 + ], + [ + -4.971, + -3.37 + ], + [ + 22.469, + 1.965 + ] + ], + "c": false + } + ] + }, + { + "t": 57.75, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -17.498, + -3.053 + ], + [ + -5.42, + 3.265 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 17.497, + 3.051 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -21.232, + 6.423 + ], + [ + -4.971, + -3.37 + ], + [ + 22.469, + 1.965 + ] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 0.447, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 37.029, + 10.309 + ], + "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": "Group 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": 1, + "k": [ + { + "i": { + "x": 0.71, + "y": 1 + }, + "o": { + "x": 0.29, + "y": 0 + }, + "t": 16.5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -1.039, + -14.549 + ], + [ + -4.158, + 4.157 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 1.039, + 14.549 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -15.069, + -6.236 + ], + [ + 3.637, + -2.078 + ], + [ + 15.069, + 12.471 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.71, + "y": 1 + }, + "o": { + "x": 0.29, + "y": 0 + }, + "t": 21, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -1.039, + -14.549 + ], + [ + -4.158, + 4.157 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 1.039, + 14.549 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -18.994, + -8.451 + ], + [ + 1.668, + 1.89 + ], + [ + 15.069, + 12.471 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.71, + "y": 1 + }, + "o": { + "x": 0.29, + "y": 0 + }, + "t": 29.25, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -1.039, + -14.549 + ], + [ + -4.158, + 4.157 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 1.039, + 14.549 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -18.994, + -8.451 + ], + [ + 1.668, + 1.89 + ], + [ + 15.069, + 12.471 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.71, + "y": 1 + }, + "o": { + "x": 0.29, + "y": 0 + }, + "t": 34.5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -1.039, + -14.549 + ], + [ + -4.158, + 4.157 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 1.039, + 14.549 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -15.069, + -6.236 + ], + [ + 3.637, + -2.078 + ], + [ + 15.069, + 12.471 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.71, + "y": 1 + }, + "o": { + "x": 0.29, + "y": 0 + }, + "t": 39.75, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -1.039, + -14.549 + ], + [ + -4.158, + 4.157 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 1.039, + 14.549 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -18.994, + -8.451 + ], + [ + 1.668, + 1.89 + ], + [ + 15.069, + 12.471 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.71, + "y": 1 + }, + "o": { + "x": 0.29, + "y": 0 + }, + "t": 48, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -1.039, + -14.549 + ], + [ + -4.158, + 4.157 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 1.039, + 14.549 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -15.069, + -6.236 + ], + [ + 3.637, + -2.078 + ], + [ + 15.069, + 12.471 + ] + ], + "c": false + } + ] + }, + { + "t": 57.75, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -1.039, + -14.549 + ], + [ + -4.158, + 4.157 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 1.039, + 14.549 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -15.069, + -6.236 + ], + [ + 3.637, + -2.078 + ], + [ + 15.069, + 12.471 + ] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 0.367, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 76.635, + 34.545 + ], + "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": "Group 3", + "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": 1, + "k": [ + { + "i": { + "x": 0.71, + "y": 1 + }, + "o": { + "x": 0.29, + "y": 0 + }, + "t": 16.5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -0.849, + 1.09 + ], + [ + 30.988, + 4.998 + ], + [ + 22.863, + -6.236 + ], + [ + 2.854, + -6.448 + ], + [ + -19.747, + 4.157 + ], + [ + -18.706, + 2.079 + ], + [ + -8.314, + -4.156 + ], + [ + 5.829, + -21.768 + ], + [ + -1.857, + -2.972 + ] + ], + "o": [ + [ + 0.732, + 1.172 + ], + [ + 15.322, + -19.66 + ], + [ + -32.216, + -5.196 + ], + [ + -22.864, + 6.235 + ], + [ + -2.852, + 6.448 + ], + [ + 19.745, + -4.157 + ], + [ + 18.706, + -2.078 + ], + [ + 7.771, + 3.886 + ], + [ + -0.906, + 3.385 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 13.656, + 41.81 + ], + [ + 16.909, + 41.983 + ], + [ + 31.792, + -22.288 + ], + [ + -4.581, + -36.837 + ], + [ + -39.142, + -33.932 + ], + [ + -43.033, + -13.974 + ], + [ + -5.62, + -6.7 + ], + [ + -4.581, + 20.32 + ], + [ + 11.488, + 30.791 + ], + [ + 13.001, + 40.763 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.71, + "y": 1 + }, + "o": { + "x": 0.29, + "y": 0 + }, + "t": 21, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -0.849, + 1.09 + ], + [ + 30.988, + 4.998 + ], + [ + 22.863, + -6.236 + ], + [ + 2.854, + -6.448 + ], + [ + -19.747, + 4.157 + ], + [ + -18.706, + 2.079 + ], + [ + -8.314, + -4.156 + ], + [ + 5.829, + -21.768 + ], + [ + -1.857, + -2.972 + ] + ], + "o": [ + [ + 0.732, + 1.172 + ], + [ + 15.322, + -19.66 + ], + [ + -32.216, + -5.196 + ], + [ + -22.864, + 6.235 + ], + [ + -2.852, + 6.448 + ], + [ + 19.745, + -4.157 + ], + [ + 18.706, + -2.078 + ], + [ + 7.771, + 3.886 + ], + [ + -0.906, + 3.385 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 13.656, + 41.81 + ], + [ + 16.909, + 41.983 + ], + [ + 34.5, + -21.81 + ], + [ + -9.158, + -39.675 + ], + [ + -39.142, + -33.932 + ], + [ + -43.033, + -13.974 + ], + [ + -5.62, + -6.7 + ], + [ + -4.581, + 20.32 + ], + [ + 11.488, + 30.791 + ], + [ + 13.001, + 40.763 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.71, + "y": 1 + }, + "o": { + "x": 0.29, + "y": 0 + }, + "t": 29.25, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -0.849, + 1.09 + ], + [ + 30.988, + 4.998 + ], + [ + 22.863, + -6.236 + ], + [ + 2.854, + -6.448 + ], + [ + -19.747, + 4.157 + ], + [ + -18.706, + 2.079 + ], + [ + -8.314, + -4.156 + ], + [ + 5.829, + -21.768 + ], + [ + -1.857, + -2.972 + ] + ], + "o": [ + [ + 0.732, + 1.172 + ], + [ + 15.322, + -19.66 + ], + [ + -32.216, + -5.196 + ], + [ + -22.864, + 6.235 + ], + [ + -2.852, + 6.448 + ], + [ + 19.745, + -4.157 + ], + [ + 18.706, + -2.078 + ], + [ + 7.771, + 3.886 + ], + [ + -0.906, + 3.385 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 13.656, + 41.81 + ], + [ + 16.909, + 41.983 + ], + [ + 34.5, + -21.81 + ], + [ + -9.158, + -39.675 + ], + [ + -39.142, + -33.932 + ], + [ + -43.033, + -13.974 + ], + [ + -5.62, + -6.7 + ], + [ + -4.581, + 20.32 + ], + [ + 11.488, + 30.791 + ], + [ + 13.001, + 40.763 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.71, + "y": 1 + }, + "o": { + "x": 0.29, + "y": 0 + }, + "t": 34.5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -0.849, + 1.09 + ], + [ + 30.988, + 4.998 + ], + [ + 22.863, + -6.236 + ], + [ + 2.854, + -6.448 + ], + [ + -19.747, + 4.157 + ], + [ + -18.706, + 2.079 + ], + [ + -8.314, + -4.156 + ], + [ + 5.829, + -21.768 + ], + [ + -1.857, + -2.972 + ] + ], + "o": [ + [ + 0.732, + 1.172 + ], + [ + 15.322, + -19.66 + ], + [ + -32.216, + -5.196 + ], + [ + -22.864, + 6.235 + ], + [ + -2.852, + 6.448 + ], + [ + 19.745, + -4.157 + ], + [ + 18.706, + -2.078 + ], + [ + 7.771, + 3.886 + ], + [ + -0.906, + 3.385 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 13.656, + 41.81 + ], + [ + 16.909, + 41.983 + ], + [ + 31.792, + -22.288 + ], + [ + -4.581, + -36.837 + ], + [ + -39.142, + -33.932 + ], + [ + -43.033, + -13.974 + ], + [ + -5.62, + -6.7 + ], + [ + -4.581, + 20.32 + ], + [ + 11.488, + 30.791 + ], + [ + 13.001, + 40.763 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.71, + "y": 1 + }, + "o": { + "x": 0.29, + "y": 0 + }, + "t": 39.75, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -0.849, + 1.09 + ], + [ + 30.988, + 4.998 + ], + [ + 20.752, + -4.124 + ], + [ + 2.854, + -6.448 + ], + [ + -19.747, + 4.157 + ], + [ + -18.706, + 2.079 + ], + [ + -8.314, + -4.156 + ], + [ + 5.829, + -21.768 + ], + [ + -1.857, + -2.972 + ] + ], + "o": [ + [ + 0.732, + 1.172 + ], + [ + 15.322, + -19.66 + ], + [ + -32.216, + -5.196 + ], + [ + -23.244, + 4.619 + ], + [ + -2.852, + 6.448 + ], + [ + 19.745, + -4.157 + ], + [ + 18.706, + -2.078 + ], + [ + 7.771, + 3.886 + ], + [ + -0.906, + 3.385 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 13.656, + 41.81 + ], + [ + 16.909, + 41.983 + ], + [ + 34.5, + -21.81 + ], + [ + -9.158, + -39.675 + ], + [ + -39.142, + -33.932 + ], + [ + -43.033, + -13.974 + ], + [ + -5.62, + -6.7 + ], + [ + -4.581, + 20.32 + ], + [ + 11.488, + 30.791 + ], + [ + 13.001, + 40.763 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.71, + "y": 1 + }, + "o": { + "x": 0.29, + "y": 0 + }, + "t": 48, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -0.849, + 1.09 + ], + [ + 30.988, + 4.998 + ], + [ + 22.863, + -6.236 + ], + [ + 2.854, + -6.448 + ], + [ + -19.747, + 4.157 + ], + [ + -18.706, + 2.079 + ], + [ + -8.314, + -4.156 + ], + [ + 5.829, + -21.768 + ], + [ + -1.857, + -2.972 + ] + ], + "o": [ + [ + 0.732, + 1.172 + ], + [ + 15.322, + -19.66 + ], + [ + -32.216, + -5.196 + ], + [ + -22.864, + 6.235 + ], + [ + -2.852, + 6.448 + ], + [ + 19.745, + -4.157 + ], + [ + 18.706, + -2.078 + ], + [ + 7.771, + 3.886 + ], + [ + -0.906, + 3.385 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 13.656, + 41.81 + ], + [ + 16.909, + 41.983 + ], + [ + 31.792, + -22.288 + ], + [ + -4.581, + -36.837 + ], + [ + -39.142, + -33.932 + ], + [ + -43.033, + -13.974 + ], + [ + -5.62, + -6.7 + ], + [ + -4.581, + 20.32 + ], + [ + 11.488, + 30.791 + ], + [ + 13.001, + 40.763 + ] + ], + "c": true + } + ] + }, + { + "t": 57.75, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -0.849, + 1.09 + ], + [ + 30.988, + 4.998 + ], + [ + 22.863, + -6.236 + ], + [ + 2.854, + -6.448 + ], + [ + -19.747, + 4.157 + ], + [ + -18.706, + 2.079 + ], + [ + -8.314, + -4.156 + ], + [ + 5.829, + -21.768 + ], + [ + -1.857, + -2.972 + ] + ], + "o": [ + [ + 0.732, + 1.172 + ], + [ + 15.322, + -19.66 + ], + [ + -32.216, + -5.196 + ], + [ + -22.864, + 6.235 + ], + [ + -2.852, + 6.448 + ], + [ + 19.745, + -4.157 + ], + [ + 18.706, + -2.078 + ], + [ + 7.771, + 3.886 + ], + [ + -0.906, + 3.385 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 13.656, + 41.81 + ], + [ + 16.909, + 41.983 + ], + [ + 31.792, + -22.288 + ], + [ + -4.581, + -36.837 + ], + [ + -39.142, + -33.932 + ], + [ + -43.033, + -13.974 + ], + [ + -5.62, + -6.7 + ], + [ + -4.581, + 20.32 + ], + [ + 11.488, + 30.791 + ], + [ + 13.001, + 40.763 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.40800000359, + 0.187999994615, + 0.811999990426, + 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": [ + 63.03, + 43.323 + ], + "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": "Group 4", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 2, + "nm": "lash2", + "parent": 6, + "refId": "image_23", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 4.407, + 1.359, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 3.534, + 1.463, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 2, + "nm": "lash1", + "parent": 7, + "refId": "image_24", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 4.918, + 1.01, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 4.45, + 1.679, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 4, + "ty": 2, + "nm": "brow1", + "parent": 11, + "refId": "image_25", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 46.695, + 34.286, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 9.301, + 5.257, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 5, + "ty": 2, + "nm": "brow2", + "parent": 11, + "refId": "image_26", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 20.422, + 25.838, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 7.068, + 1.996, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 6, + "ty": 2, + "nm": "eye2", + "parent": 11, + "refId": "image_27", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 17.26, + 31.35, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 2.652, + 2.751, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.43, + 0.43, + 0.43 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.57, + 0.57, + 0.57 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 27.75, + "s": [ + 100, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.43, + 0.43, + 0.43 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.57, + 0.57, + 0.57 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 30, + "s": [ + 100, + 20, + 100 + ] + }, + { + "i": { + "x": [ + 0.43, + 0.43, + 0.43 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.57, + 0.57, + 0.57 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 30.75, + "s": [ + 100, + 20, + 100 + ] + }, + { + "t": 33, + "s": [ + 100, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 7, + "ty": 2, + "nm": "eye1", + "parent": 11, + "refId": "image_28", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 41.525, + 38.964, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 2.848, + 2.848, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.43, + 0.43, + 0.43 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.57, + 0.57, + 0.57 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 27.75, + "s": [ + 100, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.43, + 0.43, + 0.43 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.57, + 0.57, + 0.57 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 30, + "s": [ + 100, + 20, + 100 + ] + }, + { + "i": { + "x": [ + 0.43, + 0.43, + 0.43 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.57, + 0.57, + 0.57 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 30.75, + "s": [ + 100, + 20, + 100 + ] + }, + { + "t": 33, + "s": [ + 100, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 8, + "ty": 2, + "nm": "nose", + "parent": 11, + "refId": "image_29", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 24.029, + 40.987, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 9.664, + 15.842, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 9, + "ty": 4, + "nm": "m-happy Outlines", + "parent": 11, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 20.836, + 70.653, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 7.36, + 2.098, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.44, + "y": 1 + }, + "o": { + "x": 0.56, + "y": 0 + }, + "t": 24.75, + "s": [ + { + "i": [ + [ + -0.18, + -0.089 + ], + [ + -2.678, + -0.406 + ], + [ + -0.632, + 2.901 + ], + [ + 0.043, + -0.197 + ], + [ + 1.248, + -0.423 + ], + [ + 1.544, + 0.32 + ], + [ + 2.006, + 1.002 + ] + ], + "o": [ + [ + 2.414, + 1.206 + ], + [ + 2.465, + 0.373 + ], + [ + 0.043, + -0.195 + ], + [ + -0.288, + 1.321 + ], + [ + -1.536, + 0.522 + ], + [ + -2.197, + -0.455 + ], + [ + -0.178, + -0.089 + ] + ], + "v": [ + [ + -6.929, + -0.897 + ], + [ + 0.627, + 1.475 + ], + [ + 7.067, + -1.569 + ], + [ + 6.766, + -1.651 + ], + [ + 4.16, + 1.02 + ], + [ + -0.598, + 0.932 + ], + [ + -6.772, + -1.166 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.44, + "y": 1 + }, + "o": { + "x": 0.56, + "y": 0 + }, + "t": 29.25, + "s": [ + { + "i": [ + [ + -0.18, + -0.089 + ], + [ + -2.703, + -0.173 + ], + [ + -1.354, + 2.649 + ], + [ + 0.043, + -0.197 + ], + [ + 1.248, + -0.423 + ], + [ + 1.544, + 0.32 + ], + [ + 2.006, + 1.002 + ] + ], + "o": [ + [ + 2.414, + 1.206 + ], + [ + 3.266, + 0.209 + ], + [ + 0.091, + -0.178 + ], + [ + -0.288, + 1.321 + ], + [ + -1.536, + 0.522 + ], + [ + -2.197, + -0.455 + ], + [ + -0.178, + -0.089 + ] + ], + "v": [ + [ + -7.302, + -1.151 + ], + [ + 1.123, + 1.793 + ], + [ + 9.824, + -2.162 + ], + [ + 9.522, + -2.244 + ], + [ + 5.098, + 0.968 + ], + [ + -0.104, + 1.375 + ], + [ + -7.145, + -1.42 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.44, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0 + }, + "t": 33, + "s": [ + { + "i": [ + [ + -0.18, + -0.089 + ], + [ + -2.678, + -0.406 + ], + [ + -0.632, + 2.901 + ], + [ + 0.043, + -0.197 + ], + [ + 1.248, + -0.423 + ], + [ + 1.544, + 0.32 + ], + [ + 2.006, + 1.002 + ] + ], + "o": [ + [ + 2.414, + 1.206 + ], + [ + 2.465, + 0.373 + ], + [ + 0.043, + -0.195 + ], + [ + -0.288, + 1.321 + ], + [ + -1.536, + 0.522 + ], + [ + -2.197, + -0.455 + ], + [ + -0.178, + -0.089 + ] + ], + "v": [ + [ + -6.929, + -0.897 + ], + [ + 0.627, + 1.475 + ], + [ + 7.067, + -1.569 + ], + [ + 6.766, + -1.651 + ], + [ + 4.16, + 1.02 + ], + [ + -0.598, + 0.932 + ], + [ + -6.772, + -1.166 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.44, + "y": 1 + }, + "o": { + "x": 0.56, + "y": 0 + }, + "t": 42, + "s": [ + { + "i": [ + [ + -0.18, + -0.089 + ], + [ + -2.678, + -0.406 + ], + [ + -0.632, + 2.901 + ], + [ + 0.043, + -0.197 + ], + [ + 1.248, + -0.423 + ], + [ + 1.544, + 0.32 + ], + [ + 2.006, + 1.002 + ] + ], + "o": [ + [ + 2.414, + 1.206 + ], + [ + 2.465, + 0.373 + ], + [ + 0.043, + -0.195 + ], + [ + -0.288, + 1.321 + ], + [ + -1.536, + 0.522 + ], + [ + -2.197, + -0.455 + ], + [ + -0.178, + -0.089 + ] + ], + "v": [ + [ + -6.929, + -0.897 + ], + [ + 0.627, + 1.475 + ], + [ + 7.067, + -1.569 + ], + [ + 6.766, + -1.651 + ], + [ + 4.16, + 1.02 + ], + [ + -0.598, + 0.932 + ], + [ + -6.772, + -1.166 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.44, + "y": 1 + }, + "o": { + "x": 0.56, + "y": 0 + }, + "t": 46.5, + "s": [ + { + "i": [ + [ + -0.18, + -0.089 + ], + [ + -2.703, + -0.173 + ], + [ + -1.354, + 2.649 + ], + [ + 0.043, + -0.197 + ], + [ + 1.248, + -0.423 + ], + [ + 1.544, + 0.32 + ], + [ + 2.006, + 1.002 + ] + ], + "o": [ + [ + 2.414, + 1.206 + ], + [ + 3.266, + 0.209 + ], + [ + 0.091, + -0.178 + ], + [ + -0.288, + 1.321 + ], + [ + -1.536, + 0.522 + ], + [ + -2.197, + -0.455 + ], + [ + -0.178, + -0.089 + ] + ], + "v": [ + [ + -7.302, + -1.151 + ], + [ + 1.123, + 1.793 + ], + [ + 9.824, + -2.162 + ], + [ + 9.522, + -2.244 + ], + [ + 5.098, + 0.968 + ], + [ + -0.104, + 1.375 + ], + [ + -7.145, + -1.42 + ] + ], + "c": true + } + ] + }, + { + "t": 50.25, + "s": [ + { + "i": [ + [ + -0.18, + -0.089 + ], + [ + -2.678, + -0.406 + ], + [ + -0.632, + 2.901 + ], + [ + 0.043, + -0.197 + ], + [ + 1.248, + -0.423 + ], + [ + 1.544, + 0.32 + ], + [ + 2.006, + 1.002 + ] + ], + "o": [ + [ + 2.414, + 1.206 + ], + [ + 2.465, + 0.373 + ], + [ + 0.043, + -0.195 + ], + [ + -0.288, + 1.321 + ], + [ + -1.536, + 0.522 + ], + [ + -2.197, + -0.455 + ], + [ + -0.178, + -0.089 + ] + ], + "v": [ + [ + -6.929, + -0.897 + ], + [ + 0.627, + 1.475 + ], + [ + 7.067, + -1.569 + ], + [ + 6.766, + -1.651 + ], + [ + 4.16, + 1.02 + ], + [ + -0.598, + 0.932 + ], + [ + -6.772, + -1.166 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 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": [ + 7.359, + 2.098 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 11, + "ty": 4, + "nm": "head", + "parent": 13, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.67 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.33 + ], + "y": [ + 0 + ] + }, + "t": 6, + "s": [ + 10 + ] + }, + { + "i": { + "x": [ + 0.575 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.171 + ], + "y": [ + 0 + ] + }, + "t": 9.75, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.406 + ], + "y": [ + 0 + ] + }, + "t": 12.75, + "s": [ + 5 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 16.5, + "s": [ + -10 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 27.75, + "s": [ + -10 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 34.5, + "s": [ + 0 + ] + }, + { + "t": 48, + "s": [ + -10 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 60.549, + 27.555, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 44.915, + 85.225, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + -13.802, + 18.05 + ] + ], + "o": [ + [ + 2.607, + 14.761 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -32.938, + -1.145 + ], + [ + 32.938, + -13.616 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 0.367, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 40.843, + 87.917 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 14.634, + -17.381 + ], + [ + -1.194, + -6.759 + ], + [ + -13.802, + 18.049 + ], + [ + 14.633, + 11.189 + ] + ], + "o": [ + [ + -23.476, + 27.884 + ], + [ + 2.607, + 14.76 + ], + [ + 13.8, + -18.05 + ], + [ + -14.633, + -11.189 + ] + ], + "v": [ + [ + -20.189, + -33.26 + ], + [ + -36.011, + 35.881 + ], + [ + 29.866, + 23.41 + ], + [ + 28.359, + -29.531 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 43.915, + 50.891 + ], + "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": "Group 2", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 12, + "ty": 4, + "nm": "hair-back Outlines", + "parent": 11, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 31.458, + 4.701, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 30.583, + 40.293, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 16.5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0.396, + 7.836 + ], + [ + 0, + 0 + ], + [ + -5.857, + 8.275 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -0.416, + -7.564 + ], + [ + 0, + 0 + ], + [ + 24.67, + -34.856 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -21.343, + 40.043 + ], + [ + -29.616, + 24.384 + ], + [ + -27.41, + 11.132 + ], + [ + -25.662, + -5.187 + ], + [ + 30.332, + -6.787 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.57, + "y": 0 + }, + "t": 21, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0.885, + 7.827 + ], + [ + 0, + 0 + ], + [ + -5.857, + 8.275 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -0.885, + -7.828 + ], + [ + 0, + 0 + ], + [ + 24.67, + -34.856 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -21.343, + 40.043 + ], + [ + -28.727, + 23.833 + ], + [ + -24.533, + 10.08 + ], + [ + -24.475, + -5.187 + ], + [ + 30.332, + -6.787 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 29.25, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -0.179, + 7.846 + ], + [ + 0, + 0 + ], + [ + -5.857, + 8.275 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0.133, + -7.255 + ], + [ + 0, + 0 + ], + [ + 24.67, + -34.856 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -21.343, + 40.043 + ], + [ + -30.659, + 25.03 + ], + [ + -30.786, + 12.367 + ], + [ + -27.054, + -5.187 + ], + [ + 30.332, + -6.787 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 34.5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0.396, + 7.836 + ], + [ + 0, + 0 + ], + [ + -5.857, + 8.275 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -0.416, + -7.564 + ], + [ + 0, + 0 + ], + [ + 24.67, + -34.856 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -21.343, + 40.043 + ], + [ + -29.616, + 24.384 + ], + [ + -27.41, + 11.132 + ], + [ + -25.662, + -5.187 + ], + [ + 30.332, + -6.787 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0 + }, + "t": 39.75, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0.885, + 7.827 + ], + [ + 0, + 0 + ], + [ + -5.857, + 8.275 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -0.885, + -7.828 + ], + [ + 0, + 0 + ], + [ + 24.67, + -34.856 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -21.343, + 40.043 + ], + [ + -26.962, + 25.604 + ], + [ + -23.12, + 10.79 + ], + [ + -20.833, + -5.923 + ], + [ + 30.332, + -6.787 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0 + }, + "t": 48, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0.885, + 7.827 + ], + [ + 0, + 0 + ], + [ + -6.071, + 8.119 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -0.885, + -7.828 + ], + [ + 0, + 0 + ], + [ + 19.644, + -26.271 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -21.343, + 40.043 + ], + [ + -26.962, + 25.604 + ], + [ + -23.12, + 10.79 + ], + [ + -21.583, + -8.423 + ], + [ + 30.332, + -6.787 + ] + ], + "c": true + } + ] + }, + { + "t": 57.75, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0.396, + 7.836 + ], + [ + 0, + 0 + ], + [ + -5.857, + 8.275 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -0.416, + -7.564 + ], + [ + 0, + 0 + ], + [ + 24.67, + -34.856 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -21.343, + 40.043 + ], + [ + -29.616, + 24.384 + ], + [ + -27.41, + 11.132 + ], + [ + -25.662, + -5.187 + ], + [ + 30.332, + -6.787 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.40800000359, + 0.187999994615, + 0.811999990426, + 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": [ + 30.583, + 40.293 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 13, + "ty": 4, + "nm": "neck Outlines", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 784.48, + 427.897, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 47.883, + 68.734, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 1 + }, + "o": { + "x": 0.33, + "y": 0 + }, + "t": 16.5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 1.152, + -2.019 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 45.652, + 2.205 + ] + ], + "v": [ + [ + 28.719, + -14.739 + ], + [ + -16.797, + -12.9 + ], + [ + -28.047, + 18.393 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0 + }, + "t": 27.75, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 1.086, + -3.435 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 38.089, + 0.767 + ] + ], + "v": [ + [ + 25.719, + -9.989 + ], + [ + -18.297, + -7.9 + ], + [ + -29.984, + 16.831 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 1 + }, + "o": { + "x": 0.33, + "y": 0 + }, + "t": 34.5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 1.152, + -2.019 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 45.652, + 2.205 + ] + ], + "v": [ + [ + 44.719, + -29.489 + ], + [ + -16.797, + -12.9 + ], + [ + -26.297, + 14.643 + ] + ], + "c": true + } + ] + }, + { + "t": 48, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 1.152, + -2.019 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 45.652, + 2.205 + ] + ], + "v": [ + [ + 28.719, + -14.739 + ], + [ + -16.797, + -12.9 + ], + [ + -28.047, + 18.393 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "mm", + "mm": 4, + "nm": "Merge Paths 1", + "mn": "ADBE Vector Filter - Merge", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 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": [ + 55.048, + 29.489 + ], + "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": "Group 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 16.5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -16.285, + -26.12 + ], + [ + -34.719, + 26.651 + ], + [ + 20.51, + 26.262 + ], + [ + 31.969, + -30.901 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0 + }, + "t": 27.75, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -16.285, + -26.12 + ], + [ + -39.219, + 27.151 + ], + [ + 16.01, + 26.762 + ], + [ + 35.719, + -36.151 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0 + }, + "t": 34.5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -16.285, + -26.12 + ], + [ + -34.719, + 26.651 + ], + [ + 20.51, + 26.262 + ], + [ + 34.719, + -26.651 + ] + ], + "c": true + } + ] + }, + { + "t": 48, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -16.285, + -26.12 + ], + [ + -34.719, + 26.651 + ], + [ + 20.51, + 26.262 + ], + [ + 31.969, + -30.901 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.368999974868, + 0.411999990426, + 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": [ + 54.253, + 42.566 + ], + "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": "Group 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + } + ] + }, + { + "id": "comp_24", + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 4, + "nm": "leg1 Outlines", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.53 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.47 + ], + "y": [ + 0 + ] + }, + "t": 3, + "s": [ + 40 + ] + }, + { + "i": { + "x": [ + 0.53 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.47 + ], + "y": [ + 0 + ] + }, + "t": 6, + "s": [ + 40 + ] + }, + { + "i": { + "x": [ + 0.611 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.16 + ], + "y": [ + 0 + ] + }, + "t": 11.25, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.822 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.433 + ], + "y": [ + 0 + ] + }, + "t": 20.25, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.822 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 25.5, + "s": [ + 1 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 37.5, + "s": [ + 1 + ] + }, + { + "t": 44.25, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.53, + "y": 0.53 + }, + "o": { + "x": 0.47, + "y": 0.47 + }, + "t": 3, + "s": [ + 671.642, + 642.942, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.53, + "y": 0.53 + }, + "o": { + "x": 0.47, + "y": 0.47 + }, + "t": 6, + "s": [ + 671.642, + 642.942, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.541, + "y": 0.541 + }, + "o": { + "x": 0.19, + "y": 0.19 + }, + "t": 11.25, + "s": [ + 671.642, + 642.942, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.642, + "y": 0.642 + }, + "o": { + "x": 0.307, + "y": 0.307 + }, + "t": 20.25, + "s": [ + 671.642, + 642.942, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.642, + "y": 0.642 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 25.5, + "s": [ + 671.642, + 642.942, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.53, + "y": 0.53 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 37.5, + "s": [ + 671.642, + 642.942, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "t": 44.25, + "s": [ + 671.642, + 642.942, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 251.176, + 56.956, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.56, + "y": 0 + }, + "t": 20.25, + "s": [ + { + "i": [ + [ + 0, + 37.02 + ], + [ + 37.02, + 0 + ], + [ + 0, + -37.02 + ], + [ + -37.02, + 0 + ] + ], + "o": [ + [ + 0, + -37.02 + ], + [ + -37.02, + 0 + ], + [ + 0, + 37.02 + ], + [ + 37.02, + 0 + ] + ], + "v": [ + [ + 67.031, + 0.417 + ], + [ + 0, + -66.613 + ], + [ + -67.031, + 0.417 + ], + [ + 1.513, + 66.613 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 25.5, + "s": [ + { + "i": [ + [ + 0, + 37.02 + ], + [ + 37.02, + 0 + ], + [ + 0, + -37.02 + ], + [ + -37.02, + 0 + ] + ], + "o": [ + [ + 0, + -37.02 + ], + [ + -37.02, + 0 + ], + [ + 0, + 37.02 + ], + [ + 37.02, + 0 + ] + ], + "v": [ + [ + 67.031, + 0.417 + ], + [ + 0, + -66.613 + ], + [ + -67.031, + 0.417 + ], + [ + 1.513, + 66.613 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.44, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 37.5, + "s": [ + { + "i": [ + [ + 0, + 37.02 + ], + [ + 37.02, + 0 + ], + [ + 0, + -37.02 + ], + [ + -37.02, + 0 + ] + ], + "o": [ + [ + 0, + -37.02 + ], + [ + -37.02, + 0 + ], + [ + 0, + 37.02 + ], + [ + 37.02, + 0 + ] + ], + "v": [ + [ + 67.031, + 0.417 + ], + [ + 0, + -66.613 + ], + [ + -67.031, + 0.417 + ], + [ + 1.513, + 66.613 + ] + ], + "c": true + } + ] + }, + { + "t": 44.25, + "s": [ + { + "i": [ + [ + 0, + 37.02 + ], + [ + 37.02, + 0 + ], + [ + 0, + -37.02 + ], + [ + -37.02, + 0 + ] + ], + "o": [ + [ + 0, + -37.02 + ], + [ + -37.02, + 0 + ], + [ + 0, + 37.02 + ], + [ + 37.02, + 0 + ] + ], + "v": [ + [ + 67.031, + 0.417 + ], + [ + 0, + -66.613 + ], + [ + -67.031, + 0.417 + ], + [ + 1.513, + 66.613 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 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": [ + 235.071, + 66.863 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.56, + "y": 0 + }, + "t": 20.25, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 98.563, + -12.781 + ], + [ + -98.563, + 12.781 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 25.5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 97.999, + -15.521 + ], + [ + -98.563, + 12.781 + ] + ], + "c": false + } + ] + }, + { + "i": { + "x": 0.44, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 37.5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 97.999, + -15.521 + ], + [ + -98.563, + 12.781 + ] + ], + "c": false + } + ] + }, + { + "t": 44.25, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 98.563, + -12.781 + ], + [ + -98.563, + 12.781 + ] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 1, + 1, + 1, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 1.039, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 141.971, + 49.63 + ], + "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": "Group 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": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.56, + "y": 0 + }, + "t": 20.25, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0.965, + -0.163 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 5.49, + -13.681 + ], + [ + -21.307, + -8.551 + ], + [ + -4.484, + -0.224 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -1.318, + 0.192 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -0.977, + 0.095 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -13.487, + 2.542 + ], + [ + -8.551, + 21.306 + ], + [ + 4.4, + 1.766 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 1.338, + -0.064 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 116.194, + 42.22 + ], + [ + 120.142, + -54.406 + ], + [ + -76.983, + -28.845 + ], + [ + -79.9, + -28.467 + ], + [ + -80.633, + -28.372 + ], + [ + -80.668, + -28.321 + ], + [ + -111.59, + -2.951 + ], + [ + -88.493, + 51.11 + ], + [ + -75.086, + 54.048 + ], + [ + -74.701, + 54.406 + ], + [ + -71.039, + 54.052 + ], + [ + -67.052, + 53.666 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 25.5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0.965, + -0.163 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 5.49, + -13.681 + ], + [ + -21.307, + -8.551 + ], + [ + -4.484, + -0.224 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -1.318, + 0.192 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -0.977, + 0.095 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -13.487, + 2.542 + ], + [ + -8.551, + 21.306 + ], + [ + 4.4, + 1.766 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 1.338, + -0.064 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 119.37, + 42.036 + ], + [ + 119.75, + -57.149 + ], + [ + -76.983, + -28.845 + ], + [ + -79.9, + -28.467 + ], + [ + -80.633, + -28.372 + ], + [ + -80.668, + -28.321 + ], + [ + -111.59, + -2.951 + ], + [ + -88.493, + 51.11 + ], + [ + -75.086, + 54.048 + ], + [ + -74.701, + 54.406 + ], + [ + -71.039, + 54.052 + ], + [ + -66.746, + 54.004 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.44, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 37.5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0.965, + -0.163 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 5.49, + -13.681 + ], + [ + -21.307, + -8.551 + ], + [ + -4.484, + -0.224 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -1.318, + 0.192 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -0.977, + 0.095 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -13.487, + 2.542 + ], + [ + -8.551, + 21.306 + ], + [ + 4.4, + 1.766 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 1.338, + -0.064 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 119.37, + 42.036 + ], + [ + 119.75, + -57.149 + ], + [ + -76.983, + -28.845 + ], + [ + -79.9, + -28.467 + ], + [ + -80.633, + -28.372 + ], + [ + -80.668, + -28.321 + ], + [ + -111.59, + -2.951 + ], + [ + -88.493, + 51.11 + ], + [ + -75.086, + 54.048 + ], + [ + -74.701, + 54.406 + ], + [ + -71.039, + 54.052 + ], + [ + -66.746, + 54.004 + ] + ], + "c": true + } + ] + }, + { + "t": 44.25, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0.965, + -0.163 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 5.49, + -13.681 + ], + [ + -21.307, + -8.551 + ], + [ + -4.484, + -0.224 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -1.318, + 0.192 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -0.977, + 0.095 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -13.487, + 2.542 + ], + [ + -8.551, + 21.306 + ], + [ + 4.4, + 1.766 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 1.338, + -0.064 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 116.194, + 42.22 + ], + [ + 120.142, + -54.406 + ], + [ + -76.983, + -28.845 + ], + [ + -79.9, + -28.467 + ], + [ + -80.633, + -28.372 + ], + [ + -80.668, + -28.321 + ], + [ + -111.59, + -2.951 + ], + [ + -88.493, + 51.11 + ], + [ + -75.086, + 54.048 + ], + [ + -74.701, + 54.406 + ], + [ + -71.039, + 54.052 + ], + [ + -67.052, + 53.666 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 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": [ + 120.391, + 91.256 + ], + "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": "Group 3", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 4, + "nm": "calf1 Outlines", + "parent": 1, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.53 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.47 + ], + "y": [ + 0 + ] + }, + "t": 3, + "s": [ + 40 + ] + }, + { + "i": { + "x": [ + 0.53 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.47 + ], + "y": [ + 0 + ] + }, + "t": 6, + "s": [ + 40 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 9.75, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 20.25, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 25.5, + "s": [ + -4 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0 + ] + }, + "t": 37.5, + "s": [ + -4 + ] + }, + { + "t": 44.25, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.53, + "y": 0.53 + }, + "o": { + "x": 0.47, + "y": 0.47 + }, + "t": 3, + "s": [ + 42.408, + 102.474, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.53, + "y": 0.53 + }, + "o": { + "x": 0.47, + "y": 0.47 + }, + "t": 6, + "s": [ + 42.408, + 102.474, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.53, + "y": 0.53 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 9.75, + "s": [ + 42.408, + 102.474, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.53, + "y": 0.53 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 20.25, + "s": [ + 42.408, + 102.474, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.53, + "y": 0.53 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 25.5, + "s": [ + 42.408, + 102.474, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.53, + "y": 0.53 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 37.5, + "s": [ + 42.408, + 102.474, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "t": 44.25, + "s": [ + 42.408, + 102.474, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 156.66, + 30.368, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 58.023, + -87.111 + ], + [ + 57.691, + -87.066 + ], + [ + -58.023, + 87.111 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 1, + 1, + 1, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 1.039, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 60.621, + 106.222 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -0.629, + 5.553 + ], + [ + 21.672, + 2.453 + ], + [ + 7.971, + -11.79 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -1.854, + 2.839 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 2.622, + -4.553 + ], + [ + 2.454, + -21.672 + ], + [ + -15.12, + -1.713 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 2.486, + -2.257 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 87.872, + -50.068 + ], + [ + 87.773, + -50.468 + ], + [ + 92.782, + -65.723 + ], + [ + 57.985, + -109.405 + ], + [ + 20.81, + -92.257 + ], + [ + 20.478, + -92.212 + ], + [ + -95.236, + 81.964 + ], + [ + -49.61, + 111.118 + ], + [ + 80.087, + -40.94 + ], + [ + 86.629, + -48.611 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 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": [ + 97.834, + 111.369 + ], + "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": "Group 2", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 4, + "nm": "foot1 Outlines", + "parent": 2, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.53 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.47 + ], + "y": [ + 0 + ] + }, + "t": 3, + "s": [ + 19 + ] + }, + { + "i": { + "x": [ + 0.53 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.47 + ], + "y": [ + 0 + ] + }, + "t": 6, + "s": [ + 19 + ] + }, + { + "i": { + "x": [ + 0.563 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.186 + ], + "y": [ + 0 + ] + }, + "t": 9.75, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.659 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.321 + ], + "y": [ + 0 + ] + }, + "t": 20.25, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.659 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.349 + ], + "y": [ + 0 + ] + }, + "t": 25.5, + "s": [ + 3 + ] + }, + { + "i": { + "x": [ + 0.793 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.349 + ], + "y": [ + 0 + ] + }, + "t": 37.5, + "s": [ + 3 + ] + }, + { + "t": 44.25, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.53, + "y": 0.53 + }, + "o": { + "x": 0.47, + "y": 0.47 + }, + "t": 3, + "s": [ + 38.236, + 204.032, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.53, + "y": 1 + }, + "o": { + "x": 0.47, + "y": 0 + }, + "t": 6, + "s": [ + 38.236, + 204.032, + 0 + ], + "to": [ + -1.158, + 0.811, + 0 + ], + "ti": [ + 1.158, + -0.811, + 0 + ] + }, + { + "i": { + "x": 0.569, + "y": 0.569 + }, + "o": { + "x": 0.228, + "y": 0.228 + }, + "t": 9.75, + "s": [ + 31.285, + 208.899, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.644, + "y": 1 + }, + "o": { + "x": 0.31, + "y": 0 + }, + "t": 20.25, + "s": [ + 31.285, + 208.899, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.644, + "y": 0.644 + }, + "o": { + "x": 0.3, + "y": 0.3 + }, + "t": 25.5, + "s": [ + 31.416, + 206.403, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.655, + "y": 1 + }, + "o": { + "x": 0.3, + "y": 0 + }, + "t": 37.5, + "s": [ + 31.416, + 206.403, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "t": 44.25, + "s": [ + 31.285, + 208.899, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 122.646, + 13.635, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "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": [ + [ + -3.453, + -2.989 + ], + [ + 3.453, + 2.989 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 1, + 1, + 1, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 1.644, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 56.479, + 39.236 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -3.454, + -2.989 + ], + [ + 3.454, + 2.989 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 1, + 1, + 1, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 1.644, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 40.039, + 49.099 + ], + "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": "Group 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, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -67.519, + 2.813 + ], + [ + 67.519, + 2.813 + ], + [ + 67.519, + -2.813 + ], + [ + -67.519, + -2.813 + ] + ], + "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": [ + 67.77, + 70.208 + ], + "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": "Group 3", + "np": 4, + "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": [ + [ + 0, + 0 + ], + [ + -30.946, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 22.506, + -12.661 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -67.519, + 19.693 + ], + [ + -36.573, + 5.628 + ], + [ + 8.44, + -19.693 + ], + [ + 67.519, + -15.473 + ], + [ + 67.519, + 19.693 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.952999997606, + 0.510000011968, + 0.510000011968, + 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": [ + 67.769, + 47.701 + ], + "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": "Group 4", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + -1.5, + 1.501 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -5.252, + -27.758 + ], + [ + -36.761, + 8.253 + ], + [ + -11.253, + 27.758 + ], + [ + 14.254, + 21.757 + ], + [ + 36.761, + -17.255 + ] + ], + "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": [ + 108.28, + 28.008 + ], + "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": "Group 5", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 4, + "ty": 4, + "nm": "leg2 Outlines", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.53 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.47 + ], + "y": [ + 0 + ] + }, + "t": 3, + "s": [ + 20 + ] + }, + { + "i": { + "x": [ + 0.53 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.47 + ], + "y": [ + 0 + ] + }, + "t": 6, + "s": [ + 20 + ] + }, + { + "i": { + "x": [ + 0.44 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.163 + ], + "y": [ + 0 + ] + }, + "t": 9.75, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.751 + ], + "y": [ + 0.229 + ] + }, + "o": { + "x": [ + 0.594 + ], + "y": [ + 0 + ] + }, + "t": 20.25, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.44 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.216 + ], + "y": [ + 2.922 + ] + }, + "t": 25.5, + "s": [ + -5.907 + ] + }, + { + "i": { + "x": [ + 0.44 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.56 + ], + "y": [ + 0 + ] + }, + "t": 37.5, + "s": [ + -9 + ] + }, + { + "t": 44.25, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.53, + "y": 0.53 + }, + "o": { + "x": 0.47, + "y": 0.47 + }, + "t": 3, + "s": [ + 618.943, + 634.815, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.53, + "y": 1 + }, + "o": { + "x": 0.47, + "y": 0 + }, + "t": 6, + "s": [ + 618.943, + 634.815, + 0 + ], + "to": [ + -6.667, + 0, + 0 + ], + "ti": [ + 6.667, + 0, + 0 + ] + }, + { + "i": { + "x": 0.44, + "y": 0.44 + }, + "o": { + "x": 0.196, + "y": 0.196 + }, + "t": 9.75, + "s": [ + 578.943, + 634.815, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.751, + "y": 0.751 + }, + "o": { + "x": 0.594, + "y": 0.594 + }, + "t": 20.25, + "s": [ + 578.943, + 634.815, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.44, + "y": 0.44 + }, + "o": { + "x": 0.216, + "y": 0.216 + }, + "t": 25.5, + "s": [ + 578.943, + 634.815, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.44, + "y": 0.44 + }, + "o": { + "x": 0.56, + "y": 0.56 + }, + "t": 37.5, + "s": [ + 578.943, + 634.815, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "t": 44.25, + "s": [ + 578.943, + 634.815, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 143.634, + 184.727, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0.552, + 0.752 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 13.917, + -1.233 + ], + [ + -1.936, + -21.866 + ], + [ + -1.738, + -3.92 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -0.729, + -1.041 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -0.5, + -0.793 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -7.944, + -10.402 + ], + [ + -21.675, + 1.919 + ], + [ + 0.399, + 4.515 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0.63, + 1.115 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 19.097, + 111.477 + ], + [ + 90.384, + 65.12 + ], + [ + -15.955, + -91.927 + ], + [ + -17.527, + -94.25 + ], + [ + -17.924, + -94.835 + ], + [ + -17.982, + -94.843 + ], + [ + -52.707, + -110.244 + ], + [ + -88.448, + -67.178 + ], + [ + -85.167, + -54.475 + ], + [ + -85.302, + -53.99 + ], + [ + -83.43, + -51.023 + ], + [ + -81.39, + -47.789 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.40800000359, + 0.187999994615, + 0.811999990426, + 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": [ + 90.634, + 111.727 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 5, + "ty": 4, + "nm": "calf2 Outlines", + "parent": 4, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.53 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.47 + ], + "y": [ + 0 + ] + }, + "t": 3, + "s": [ + 40 + ] + }, + { + "i": { + "x": [ + 0.53 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.47 + ], + "y": [ + 0 + ] + }, + "t": 6, + "s": [ + 40 + ] + }, + { + "i": { + "x": [ + 0.44 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.163 + ], + "y": [ + 0 + ] + }, + "t": 9.75, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.751 + ], + "y": [ + 0.229 + ] + }, + "o": { + "x": [ + 0.594 + ], + "y": [ + 0 + ] + }, + "t": 20.25, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.44 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.216 + ], + "y": [ + 2.922 + ] + }, + "t": 25.5, + "s": [ + 9.845 + ] + }, + { + "i": { + "x": [ + 0.44 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.56 + ], + "y": [ + 0 + ] + }, + "t": 37.5, + "s": [ + 15 + ] + }, + { + "t": 44.25, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.53, + "y": 0.53 + }, + "o": { + "x": 0.47, + "y": 0.47 + }, + "t": 3, + "s": [ + 43.414, + 25.717, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.53, + "y": 0.53 + }, + "o": { + "x": 0.47, + "y": 0.47 + }, + "t": 6, + "s": [ + 43.414, + 25.717, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.44, + "y": 0.44 + }, + "o": { + "x": 0.196, + "y": 0.196 + }, + "t": 9.75, + "s": [ + 43.414, + 25.717, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.751, + "y": 0.751 + }, + "o": { + "x": 0.594, + "y": 0.594 + }, + "t": 20.25, + "s": [ + 43.414, + 25.717, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.44, + "y": 0.44 + }, + "o": { + "x": 0.216, + "y": 0.216 + }, + "t": 25.5, + "s": [ + 43.414, + 25.717, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.44, + "y": 0.44 + }, + "o": { + "x": 0.56, + "y": 0.56 + }, + "t": 37.5, + "s": [ + 43.414, + 25.717, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "t": 44.25, + "s": [ + 43.414, + 25.717, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 177.079, + 32.459, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 9.796, + -10.323 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + -14.635, + -4.168 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 19.909, + -3.328 + ], + [ + -19.574, + 7.496 + ], + [ + -19.909, + 7.484 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 1, + 1, + 1, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 1.039, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 162.862, + 10.093 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -1.53, + 5.375 + ], + [ + 20.977, + 5.974 + ], + [ + 9.797, + -10.323 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -2.294, + 2.497 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 3.334, + -4.06 + ], + [ + 5.974, + -20.976 + ], + [ + -14.635, + -4.168 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 2.822, + -1.818 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 94.446, + -34.431 + ], + [ + 94.414, + -34.844 + ], + [ + 101.855, + -49.07 + ], + [ + 74.691, + -97.867 + ], + [ + 35.208, + -87.044 + ], + [ + 34.874, + -87.055 + ], + [ + -107.829, + 65.796 + ], + [ + -67.6, + 102.035 + ], + [ + 85.27, + -26.704 + ], + [ + 92.98, + -33.198 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.40800000359, + 0.187999994615, + 0.811999990426, + 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": [ + 108.079, + 104.632 + ], + "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": "Group 2", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 6, + "ty": 4, + "nm": "foot2 Outlines", + "parent": 5, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.53 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.47 + ], + "y": [ + 0 + ] + }, + "t": 3, + "s": [ + 40 + ] + }, + { + "i": { + "x": [ + 0.53 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.47 + ], + "y": [ + 0 + ] + }, + "t": 6, + "s": [ + 40 + ] + }, + { + "i": { + "x": [ + 0.44 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.163 + ], + "y": [ + 0 + ] + }, + "t": 9.75, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.751 + ], + "y": [ + 0.229 + ] + }, + "o": { + "x": [ + 0.594 + ], + "y": [ + 0 + ] + }, + "t": 20.25, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.44 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.216 + ], + "y": [ + 2.922 + ] + }, + "t": 25.5, + "s": [ + -3.938 + ] + }, + { + "i": { + "x": [ + 0.44 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.56 + ], + "y": [ + 0 + ] + }, + "t": 37.5, + "s": [ + -6 + ] + }, + { + "t": 44.25, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.53, + "y": 0.53 + }, + "o": { + "x": 0.47, + "y": 0.47 + }, + "t": 3, + "s": [ + 38.301, + 182.887, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.53, + "y": 1 + }, + "o": { + "x": 0.47, + "y": 0 + }, + "t": 6, + "s": [ + 38.301, + 182.887, + 0 + ], + "to": [ + -1.854, + -1.455, + 0 + ], + "ti": [ + 1.854, + 1.455, + 0 + ] + }, + { + "i": { + "x": 0.44, + "y": 0.44 + }, + "o": { + "x": 0.196, + "y": 0.196 + }, + "t": 9.75, + "s": [ + 27.177, + 174.155, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.751, + "y": 0.227 + }, + "o": { + "x": 0.594, + "y": 0 + }, + "t": 20.25, + "s": [ + 27.177, + 174.155, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.44, + "y": 1 + }, + "o": { + "x": 0.074, + "y": 1 + }, + "t": 25.5, + "s": [ + 25.874, + 174.292, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.44, + "y": 1 + }, + "o": { + "x": 0.56, + "y": 0 + }, + "t": 37.5, + "s": [ + 25.188, + 174.364, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "t": 44.25, + "s": [ + 27.177, + 174.155, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 123.647, + 8.636, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "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": [ + [ + -3.453, + -2.99 + ], + [ + 3.453, + 2.99 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 1, + 1, + 1, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 1.644, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 56.481, + 39.234 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -3.453, + -2.989 + ], + [ + 3.453, + 2.989 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 1, + 1, + 1, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 1.644, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 40.041, + 49.096 + ], + "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": "Group 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, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -67.52, + 2.81 + ], + [ + 67.518, + 2.816 + ], + [ + 67.52, + -2.81 + ], + [ + -67.519, + -2.816 + ] + ], + "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": [ + 67.77, + 70.206 + ], + "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": "Group 3", + "np": 4, + "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": [ + [ + 0, + 0 + ], + [ + -30.946, + -0.001 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 22.507, + -12.659 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -67.52, + 19.688 + ], + [ + -36.574, + 5.624 + ], + [ + 8.44, + -19.695 + ], + [ + 67.52, + -15.471 + ], + [ + 67.518, + 19.695 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.952999997606, + 0.510000011968, + 0.510000011968, + 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": [ + 67.771, + 47.701 + ], + "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": "Group 4", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.56, + "y": 0 + }, + "t": 20.25, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + -1.5, + 1.5 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -5.251, + -27.758 + ], + [ + -36.761, + 8.251 + ], + [ + -11.255, + 27.758 + ], + [ + 14.253, + 21.758 + ], + [ + 36.761, + -17.253 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.44, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 25.5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + -1.5, + 1.5 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 1.968, + -26.773 + ], + [ + -36.761, + 8.251 + ], + [ + -11.255, + 27.758 + ], + [ + 14.253, + 21.758 + ], + [ + 42.011, + -15.94 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.44, + "y": 1 + }, + "o": { + "x": 0.56, + "y": 0 + }, + "t": 37.5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + -1.5, + 1.5 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 5.749, + -26.258 + ], + [ + -36.761, + 8.251 + ], + [ + -11.255, + 27.758 + ], + [ + 14.253, + 21.758 + ], + [ + 44.761, + -15.253 + ] + ], + "c": true + } + ] + }, + { + "t": 44.25, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + -1.5, + 1.5 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -5.251, + -27.758 + ], + [ + -36.761, + 8.251 + ], + [ + -11.255, + 27.758 + ], + [ + 14.253, + 21.758 + ], + [ + 36.761, + -17.253 + ] + ], + "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": [ + 108.283, + 28.008 + ], + "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": "Group 5", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + } + ] + }, + { + "id": "comp_25", + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 4, + "nm": "cube Outlines", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.42 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.58 + ], + "y": [ + 0 + ] + }, + "t": 9, + "s": [ + -40 + ] + }, + { + "t": 16.5, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.43, + "y": 0.43 + }, + "o": { + "x": 0.57, + "y": 0.57 + }, + "t": 9, + "s": [ + 115.217, + 355.524, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.43, + "y": 0.43 + }, + "o": { + "x": 0.57, + "y": 0.57 + }, + "t": 14.25, + "s": [ + 115.217, + 355.524, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.43, + "y": 1 + }, + "o": { + "x": 0.57, + "y": 0 + }, + "t": 16.5, + "s": [ + 115.217, + 355.524, + 0 + ], + "to": [ + 0, + 86.667, + 0 + ], + "ti": [ + 0, + -86.667, + 0 + ] + }, + { + "t": 19.5, + "s": [ + 115.217, + 875.524, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 12.399, + 196.517, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.42, + 0.42, + 0.42 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.58, + 0.58, + 0.58 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 9, + "s": [ + 0, + 0, + 100 + ] + }, + { + "i": { + "x": [ + 0.42, + 0.42, + 0.42 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.58, + 0.58, + 0.58 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 12.75, + "s": [ + 120, + 120, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 16.5, + "s": [ + 100, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 19.5, + "s": [ + 100, + 89, + 100 + ] + }, + { + "t": 21.75, + "s": [ + 100, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "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": [ + [ + 133.266, + 92.059 + ], + [ + -133.266, + 92.059 + ], + [ + -133.266, + -92.059 + ], + [ + 133.266, + -92.059 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.455000005984, + 0.851000019148, + 0.722000002394, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 17.535, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 145.666, + 104.458 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 0, + "k": 0, + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.42 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.58 + ], + "y": [ + 0 + ] + }, + "t": 9, + "s": [ + 0 + ] + }, + { + "t": 16.5, + "s": [ + 100 + ] + } + ], + "ix": 2 + }, + "o": { + "a": 0, + "k": 110, + "ix": 3 + }, + "m": 1, + "ix": 2, + "nm": "Trim Paths 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 9, + "op": 129, + "st": 9, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 0, + "nm": "light", + "refId": "comp_26", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 9.75, + "op": 129.75, + "st": 9.75, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 0, + "nm": "seat", + "refId": "comp_27", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 10.5, + "op": 130.5, + "st": 10.5, + "bm": 0 + }, + { + "ddd": 0, + "ind": 4, + "ty": 4, + "nm": "line", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "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": [ + [ + 428, + 210 + ], + [ + -350, + 210 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.227450980392, + 0.203921568627, + 0.196078431373, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 0.87, + "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 + }, + { + "ty": "tm", + "s": { + "a": 0, + "k": 0, + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.18 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.82 + ], + "y": [ + 0 + ] + }, + "t": 13.5, + "s": [ + 0 + ] + }, + { + "t": 19.5, + "s": [ + 100 + ] + } + ], + "ix": 2 + }, + "o": { + "a": 0, + "k": 0, + "ix": 3 + }, + "m": 1, + "ix": 2, + "nm": "Trim Paths 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 13.5, + "op": 133.5, + "st": 13.5, + "bm": 0 + }, + { + "ddd": 0, + "ind": 5, + "ty": 4, + "nm": "frame", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 588, + 540, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 90, + 90, + 100 + ], + "ix": 6 + } + }, + "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": [ + [ + 156, + -382 + ], + [ + 384, + -382 + ], + [ + 384, + -130 + ], + [ + 284, + -130 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.227450980392, + 0.203921568627, + 0.196078431373, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 0.87, + "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 + }, + { + "ty": "tm", + "s": { + "a": 0, + "k": 0, + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.18 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.82 + ], + "y": [ + 0 + ] + }, + "t": 19.5, + "s": [ + 0 + ] + }, + { + "t": 25.5, + "s": [ + 100 + ] + } + ], + "ix": 2 + }, + "o": { + "a": 0, + "k": 0, + "ix": 3 + }, + "m": 1, + "ix": 2, + "nm": "Trim Paths 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 19.5, + "op": 139.5, + "st": 19.5, + "bm": 0 + }, + { + "ddd": 0, + "ind": 6, + "ty": 4, + "nm": "PINK-P1 Outlines", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 50, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 596.509, + 751.025, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 353.286, + 622.495, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 44.25, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 14.004, + 41.76 + ], + [ + -8.839, + 71.165 + ], + [ + 2.564, + 41.775 + ], + [ + 83.988, + 0.48 + ], + [ + 81.117, + -57.837 + ], + [ + 39.699, + -86.169 + ], + [ + -10.04, + -22.976 + ], + [ + -19.149, + -30.707 + ], + [ + 23.261, + -28.237 + ], + [ + 7.401, + -41.571 + ] + ], + "o": [ + [ + 3.245, + -43.016 + ], + [ + -22.983, + -68.538 + ], + [ + 5.164, + -41.58 + ], + [ + -4.8, + -78.211 + ], + [ + -108.82, + 2.299 + ], + [ + -81.117, + 57.837 + ], + [ + -10.506, + 22.805 + ], + [ + 14.325, + 32.78 + ], + [ + 19.124, + 30.664 + ], + [ + -23.26, + 28.236 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 352.691, + 311.114 + ], + [ + 337.164, + 165.94 + ], + [ + 294.963, + -25.374 + ], + [ + 307.273, + -151.865 + ], + [ + 126.721, + -297.393 + ], + [ + -173.181, + -228.644 + ], + [ + -336.707, + -35.646 + ], + [ + -350.168, + 55.899 + ], + [ + -275.467, + 132.553 + ], + [ + -299.481, + 225.802 + ], + [ + -353.287, + 311.248 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 64.5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 14.004, + 41.76 + ], + [ + -8.839, + 71.165 + ], + [ + 2.564, + 41.775 + ], + [ + 83.094, + -12.714 + ], + [ + 81.117, + -57.837 + ], + [ + 39.699, + -86.169 + ], + [ + -10.04, + -22.976 + ], + [ + -19.149, + -30.707 + ], + [ + 23.261, + -28.237 + ], + [ + -2.529, + -50.938 + ] + ], + "o": [ + [ + 3.245, + -43.016 + ], + [ + -22.983, + -68.538 + ], + [ + 5.164, + -41.58 + ], + [ + -4.8, + -78.211 + ], + [ + -115.394, + 20.523 + ], + [ + -81.117, + 57.837 + ], + [ + -10.506, + 22.805 + ], + [ + 14.325, + 32.78 + ], + [ + 19.124, + 30.664 + ], + [ + -23.26, + 28.236 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 352.691, + 311.114 + ], + [ + 342.129, + 152.908 + ], + [ + 303.03, + -22.892 + ], + [ + 307.273, + -151.865 + ], + [ + 118.653, + -289.946 + ], + [ + -189.936, + -223.059 + ], + [ + -341.051, + -58.607 + ], + [ + -357.615, + 50.314 + ], + [ + -287.879, + 128.209 + ], + [ + -316.236, + 217.114 + ], + [ + -353.287, + 311.248 + ] + ], + "c": true + } + ] + }, + { + "t": 84.75, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 14.004, + 41.76 + ], + [ + -8.839, + 71.165 + ], + [ + 2.564, + 41.775 + ], + [ + 83.988, + 0.48 + ], + [ + 81.117, + -57.837 + ], + [ + 39.699, + -86.169 + ], + [ + -10.04, + -22.976 + ], + [ + -19.149, + -30.707 + ], + [ + 23.261, + -28.237 + ], + [ + 7.401, + -41.571 + ] + ], + "o": [ + [ + 3.245, + -43.016 + ], + [ + -22.983, + -68.538 + ], + [ + 5.164, + -41.58 + ], + [ + -4.8, + -78.211 + ], + [ + -108.82, + 2.299 + ], + [ + -81.117, + 57.837 + ], + [ + -10.506, + 22.805 + ], + [ + 14.325, + 32.78 + ], + [ + 19.124, + 30.664 + ], + [ + -23.26, + 28.236 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 352.691, + 311.114 + ], + [ + 337.164, + 165.94 + ], + [ + 294.963, + -25.374 + ], + [ + 307.273, + -151.865 + ], + [ + 126.721, + -297.393 + ], + [ + -173.181, + -228.644 + ], + [ + -336.707, + -35.646 + ], + [ + -350.168, + 55.899 + ], + [ + -275.467, + 132.553 + ], + [ + -299.481, + 225.802 + ], + [ + -353.287, + 311.248 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "mm", + "mm": 4, + "nm": "Merge Paths 1", + "mn": "ADBE Vector Filter - Merge", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.592000026329, + 0.791999966491, + 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": [ + 353.286, + 311.247 + ], + "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": "Group 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 7, + "ty": 4, + "nm": "PINK-P2 Outlines", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 50, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 525.95, + 750.891, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 423.251, + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -15.781, + -66.634 + ], + [ + 238.477, + -15.781 + ], + [ + -38.577, + 54.36 + ], + [ + 7.014, + 40.33 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 15.781, + 66.632 + ], + [ + -238.477, + 15.782 + ], + [ + 38.577, + -54.358 + ], + [ + -7.014, + -40.331 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 423.251, + -138.602 + ], + [ + 371.332, + -8.708 + ], + [ + 222.284, + 122.804 + ], + [ + -398.458, + 101.762 + ], + [ + -423.007, + 5.32 + ], + [ + -282.727, + -138.468 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 22.5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -15.781, + -66.634 + ], + [ + 238.477, + -15.781 + ], + [ + 8.509, + 68.744 + ], + [ + 7.014, + 40.33 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 15.781, + 66.632 + ], + [ + -238.477, + 15.782 + ], + [ + -8.188, + -66.151 + ], + [ + -7.014, + -40.331 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 423.251, + -138.602 + ], + [ + 409.332, + -32.708 + ], + [ + 232.284, + 158.804 + ], + [ + -372.458, + 125.762 + ], + [ + -439.007, + -38.68 + ], + [ + -282.727, + -138.468 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 44.25, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -15.781, + -66.634 + ], + [ + 238.477, + -15.781 + ], + [ + -38.577, + 54.36 + ], + [ + 7.014, + 40.33 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 15.781, + 66.632 + ], + [ + -238.477, + 15.782 + ], + [ + 38.577, + -54.358 + ], + [ + -7.014, + -40.331 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 423.251, + -138.602 + ], + [ + 371.332, + -8.708 + ], + [ + 222.284, + 122.804 + ], + [ + -398.458, + 101.762 + ], + [ + -423.007, + 5.32 + ], + [ + -282.727, + -138.468 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 68.25, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -15.781, + -66.634 + ], + [ + 238.477, + -15.781 + ], + [ + -15.034, + 61.552 + ], + [ + 7.014, + 40.33 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 15.781, + 66.632 + ], + [ + -238.477, + 15.782 + ], + [ + 15.195, + -60.254 + ], + [ + -7.014, + -40.331 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 423.251, + -138.602 + ], + [ + 390.332, + -20.708 + ], + [ + 227.284, + 140.804 + ], + [ + -385.458, + 113.762 + ], + [ + -431.007, + -16.68 + ], + [ + -282.727, + -138.468 + ] + ], + "c": true + } + ] + }, + { + "t": 84.75, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + -15.781, + -66.634 + ], + [ + 238.477, + -15.781 + ], + [ + -38.577, + 54.36 + ], + [ + 7.014, + 40.33 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 15.781, + 66.632 + ], + [ + -238.477, + 15.782 + ], + [ + 38.577, + -54.358 + ], + [ + -7.014, + -40.331 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 423.251, + -138.602 + ], + [ + 371.332, + -8.708 + ], + [ + 222.284, + 122.804 + ], + [ + -398.458, + 101.762 + ], + [ + -423.007, + 5.32 + ], + [ + -282.727, + -138.468 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "mm", + "mm": 4, + "nm": "Merge Paths 1", + "mn": "ADBE Vector Filter - Merge", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.592000026329, + 0.791999966491, + 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": [ + 423.25, + 138.603 + ], + "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": "Group 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + } + ] + }, + { + "id": "comp_26", + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 2, + "nm": "light", + "parent": 2, + "refId": "image_30", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 219.021, + 378.972, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 306.125, + 337.878, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 92.4, + 92.4, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "ip": 11.25, + "op": 131.25, + "st": 11.25, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 4, + "nm": "lightp1 Outlines", + "parent": 3, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.42 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.58 + ], + "y": [ + 0 + ] + }, + "t": 13.5, + "s": [ + -40 + ] + }, + { + "i": { + "x": [ + 0.42 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.58 + ], + "y": [ + 0 + ] + }, + "t": 21, + "s": [ + 20 + ] + }, + { + "t": 26.25, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + -36.89, + -416.268, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 45.649, + 16.685, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.42, + 0.42, + 0.42 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.58, + 0.58, + 0.58 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 11.25, + "s": [ + 0, + 0, + 100 + ] + }, + { + "i": { + "x": [ + 0.42, + 0.42, + 0.42 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.58, + 0.58, + 0.58 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 15, + "s": [ + 140, + 140, + 100 + ] + }, + { + "t": 18.75, + "s": [ + 100, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + -20.792, + 22.113 + ], + [ + -22.112, + -20.793 + ], + [ + 1.153, + -15.936 + ] + ], + "o": [ + [ + -22.112, + -20.792 + ], + [ + 20.793, + -22.112 + ], + [ + 12.548, + 11.798 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -35.216, + 50.435 + ], + [ + -37.608, + -27.252 + ], + [ + 40.079, + -29.642 + ], + [ + 57.246, + 14.395 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 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": [ + 58.649, + 50.685 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 11.25, + "op": 131.25, + "st": 11.25, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 4, + "nm": "lightstand", + "parent": 4, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.34 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 10.5, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.54 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.66 + ], + "y": [ + 0 + ] + }, + "t": 18, + "s": [ + 7 + ] + }, + { + "i": { + "x": [ + 0.54 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.46 + ], + "y": [ + 0 + ] + }, + "t": 25.5, + "s": [ + -2 + ] + }, + { + "t": 31.5, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + -1.167, + 33.675, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + -417.679, + 290, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 83.333, + 83.333, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 53, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -248, + -1 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -36, + -412 + ], + [ + -114, + -479 + ], + [ + -398, + 282 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.227450980392, + 0.203921568627, + 0.196078431373, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 0.87, + "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 + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.42 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.58 + ], + "y": [ + 0 + ] + }, + "t": 3.75, + "s": [ + 100 + ] + }, + { + "t": 11.25, + "s": [ + 0 + ] + } + ], + "ix": 1 + }, + "e": { + "a": 0, + "k": 100, + "ix": 2 + }, + "o": { + "a": 0, + "k": 0, + "ix": 3 + }, + "m": 1, + "ix": 2, + "nm": "Trim Paths 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 3.75, + "op": 123.75, + "st": 3.75, + "bm": 0 + }, + { + "ddd": 0, + "ind": 4, + "ty": 4, + "nm": "lightsupport Outlines", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.43, + "y": 1 + }, + "o": { + "x": 0.57, + "y": 0 + }, + "t": 0, + "s": [ + 144.844, + -468.024, + 0 + ], + "to": [ + 0, + 146.667, + 0 + ], + "ti": [ + 0, + -213.333, + 0 + ] + }, + { + "i": { + "x": 0.43, + "y": 1 + }, + "o": { + "x": 0.57, + "y": 0 + }, + "t": 2.25, + "s": [ + 144.844, + 411.976, + 0 + ], + "to": [ + 0, + 213.333, + 0 + ], + "ti": [ + 0, + -66.667, + 0 + ] + }, + { + "t": 3.75, + "s": [ + 144.844, + 811.976, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 17.603, + 18.656, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.542, + 0.542, + 0.542 + ], + "y": [ + 0.14, + 0.741, + -25.897 + ] + }, + "o": { + "x": [ + 0.663, + 0.663, + 0.663 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 0, + "s": [ + 0, + 0, + 100 + ] + }, + { + "i": { + "x": [ + 0.602, + 0.602, + 0.602 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.275, + 0.275, + 0.275 + ], + "y": [ + 0.083, + 1.27, + 6.454 + ] + }, + "t": 3.75, + "s": [ + 34.409, + 114.409, + 100 + ] + }, + { + "i": { + "x": [ + 0.39, + 0.39, + 0.39 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.61, + 0.61, + 0.61 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 5.25, + "s": [ + 120, + 120, + 100 + ] + }, + { + "t": 7.5, + "s": [ + 100, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 11.822 + ], + [ + -39.408, + 0 + ], + [ + 0, + -11.822 + ], + [ + 39.407, + 0 + ] + ], + "o": [ + [ + 0, + -11.822 + ], + [ + 39.407, + 0 + ], + [ + 0, + 11.822 + ], + [ + -39.408, + 0 + ] + ], + "v": [ + [ + -71.353, + 0 + ], + [ + 0, + -21.406 + ], + [ + 71.353, + 0 + ], + [ + 0, + 21.406 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 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": [ + 71.603, + 21.656 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + } + ] + }, + { + "id": "comp_27", + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 4, + "nm": "Shape Layer 1", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.13, + "y": 1 + }, + "o": { + "x": 0.55, + "y": 0 + }, + "t": 0, + "s": [ + 678, + -118, + 0 + ], + "to": [ + 0, + 113.333, + 0 + ], + "ti": [ + 0, + -113.333, + 0 + ] + }, + { + "i": { + "x": 0.3, + "y": 0.3 + }, + "o": { + "x": 0.87, + "y": 0.87 + }, + "t": 7.5, + "s": [ + 678, + 562, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.3, + "y": 1 + }, + "o": { + "x": 0.7, + "y": 0 + }, + "t": 15, + "s": [ + 678, + 562, + 0 + ], + "to": [ + 0, + 13.333, + 0 + ], + "ti": [ + 0, + -13.333, + 0 + ] + }, + { + "t": 18.75, + "s": [ + 678, + 642, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 98, + -98, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.13, + 0.13, + 0.13 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.55, + 0.55, + 0.55 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 3, + "s": [ + 100, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.13, + 0.13, + 0.13 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.87, + 0.87, + 0.87 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 7.5, + "s": [ + 100, + 100, + 100 + ] + }, + { + "t": 11.25, + "s": [ + 100, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "d": 1, + "ty": "el", + "s": { + "a": 0, + "k": [ + 108, + 108 + ], + "ix": 2 + }, + "p": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 3 + }, + "nm": "Ellipse Path 1", + "mn": "ADBE Vector Shape - Ellipse", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.454901990704, + 0.850980451995, + 0.721568627451, + 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": [ + 98, + -98 + ], + "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": "Ellipse 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 4, + "nm": "seat Outlines", + "parent": 1, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 94.326, + -129.246, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 330.568, + 172.104, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.13, + 0.13, + 0.13 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.55, + 0.55, + 0.55 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 0.75, + "s": [ + 0, + 0, + 100 + ] + }, + { + "i": { + "x": [ + 0.13, + 0.13, + 0.13 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.87, + 0.87, + 0.87 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 7.5, + "s": [ + 28, + 28, + 100 + ] + }, + { + "t": 11.25, + "s": [ + 100, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.49, + "y": 1 + }, + "o": { + "x": 0.51, + "y": 0 + }, + "t": 0.75, + "s": [ + { + "i": [ + [ + -92.777, + -13.214 + ], + [ + -54.359, + 33.317 + ], + [ + 13.347, + 61.767 + ], + [ + 47.942, + -233.794 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 54.358, + -33.316 + ], + [ + -53.261, + -246.48 + ], + [ + -15.753, + 76.82 + ] + ], + "v": [ + [ + 42.636, + 156.338 + ], + [ + 106.665, + 152.616 + ], + [ + 173.126, + 49.647 + ], + [ + -68.006, + 39.416 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.49, + "y": 1 + }, + "o": { + "x": 0.51, + "y": 0 + }, + "t": 7.5, + "s": [ + { + "i": [ + [ + -77.634, + -13.345 + ], + [ + -63.602, + 4.445 + ], + [ + 51.593, + 36.49 + ], + [ + 79.094, + -174.784 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 166.337, + -11.624 + ], + [ + -104.391, + -73.831 + ], + [ + -32.33, + 71.444 + ] + ], + "v": [ + [ + 30.636, + 182.338 + ], + [ + 60.665, + 180.617 + ], + [ + 163.393, + 30.824 + ], + [ + -90.093, + 99.776 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.49, + "y": 1 + }, + "o": { + "x": 0.51, + "y": 0 + }, + "t": 11.25, + "s": [ + { + "i": [ + [ + -114.832, + -14.648 + ], + [ + -109.099, + 35.264 + ], + [ + 47.318, + 83.872 + ], + [ + 45.484, + -63.882 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 60.665, + -19.608 + ], + [ + -34.732, + -61.562 + ], + [ + -33.199, + 46.628 + ] + ], + "v": [ + [ + -109.84, + 142.671 + ], + [ + 155.426, + 131.759 + ], + [ + 238.059, + -82.414 + ], + [ + -28.474, + -52.605 + ] + ], + "c": true + } + ] + }, + { + "t": 15, + "s": [ + { + "i": [ + [ + -156.832, + -23.648 + ], + [ + -109.099, + 35.264 + ], + [ + 52.605, + 80.661 + ], + [ + 45.484, + -63.882 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 60.665, + -19.608 + ], + [ + -52.605, + -80.662 + ], + [ + -33.199, + 46.628 + ] + ], + "v": [ + [ + -109.84, + 142.671 + ], + [ + 171.426, + 129.759 + ], + [ + 238.059, + -82.414 + ], + [ + -28.474, + -52.604 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.455000005984, + 0.851000019148, + 0.722000002394, + 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": [ + 290.914, + 163.327 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 4, + "ty": 4, + "nm": "lg1 Outlines", + "parent": 3, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.13 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.87 + ], + "y": [ + 0 + ] + }, + "t": 7.5, + "s": [ + 40 + ] + }, + { + "t": 11.25, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.13, + "y": 1 + }, + "o": { + "x": 0.87, + "y": 0 + }, + "t": 7.5, + "s": [ + 436.915, + 325.885, + 0 + ], + "to": [ + 0, + 13.333, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.3, + "y": 1 + }, + "o": { + "x": 0.87, + "y": 0 + }, + "t": 11.25, + "s": [ + 436.915, + 405.885, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 13.333, + 0 + ] + }, + { + "t": 15, + "s": [ + 436.915, + 325.885, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 20.415, + 54.091, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.13, + 0.13, + 0.13 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.87, + 0.87, + 0.87 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 7.5, + "s": [ + 0, + 0, + 100 + ] + }, + { + "i": { + "x": [ + 0.13, + 0.13, + 0.13 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.87, + 0.87, + 0.87 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 9.75, + "s": [ + 50, + 50, + 100 + ] + }, + { + "t": 11.25, + "s": [ + 100, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.87, + "y": 0 + }, + "t": 7.5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 8.835, + -112.799 + ], + [ + -1.635, + 107.84 + ], + [ + 9.266, + 107.84 + ], + [ + 20.165, + -107.84 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.29, + "y": 1 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 11.25, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 8.835, + -112.799 + ], + [ + -1.635, + 107.84 + ], + [ + 9.266, + 107.84 + ], + [ + 20.165, + -107.84 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.29, + "y": 1 + }, + "o": { + "x": 0.71, + "y": 0 + }, + "t": 15, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 8.835, + -112.799 + ], + [ + -1.635, + 107.84 + ], + [ + 9.266, + 107.84 + ], + [ + 20.165, + -107.84 + ] + ], + "c": true + } + ] + }, + { + "t": 16.5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -20.165, + -86.799 + ], + [ + -1.635, + 107.84 + ], + [ + 9.266, + 107.84 + ], + [ + 20.165, + -107.84 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 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": [ + 20.415, + 108.09 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 5, + "ty": 4, + "nm": "lg2 Outlines", + "parent": 3, + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.13 + ], + "y": [ + 1 + ] + }, + "o": { + "x": [ + 0.87 + ], + "y": [ + 0 + ] + }, + "t": 7.5, + "s": [ + 40 + ] + }, + { + "t": 11.25, + "s": [ + 0 + ] + } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.13, + "y": 1 + }, + "o": { + "x": 0.87, + "y": 0 + }, + "t": 7.5, + "s": [ + 232.247, + 298.223, + 0 + ], + "to": [ + 0, + 13.333, + 0 + ], + "ti": [ + 0, + 0, + 0 + ] + }, + { + "i": { + "x": 0.3, + "y": 1 + }, + "o": { + "x": 0.87, + "y": 0 + }, + "t": 11.25, + "s": [ + 232.247, + 378.223, + 0 + ], + "to": [ + 0, + 0, + 0 + ], + "ti": [ + 0, + 13.333, + 0 + ] + }, + { + "t": 15, + "s": [ + 232.247, + 298.223, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 26.169, + 9.478, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.13, + 0.13, + 0.13 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.87, + 0.87, + 0.87 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 7.5, + "s": [ + 0, + 0, + 100 + ] + }, + { + "i": { + "x": [ + 0.13, + 0.13, + 0.13 + ], + "y": [ + 1, + 1, + 1 + ] + }, + "o": { + "x": [ + 0.87, + 0.87, + 0.87 + ], + "y": [ + 0, + 0, + 0 + ] + }, + "t": 9.75, + "s": [ + 50, + 50, + 100 + ] + }, + { + "t": 11.25, + "s": [ + 100, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.29, + "y": 1 + }, + "o": { + "x": 0.87, + "y": 0 + }, + "t": 7.5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -21.918, + 93.228 + ], + [ + -9.395, + -93.228 + ], + [ + -2.082, + -89.137 + ], + [ + -15.657, + 93.228 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.29, + "y": 1 + }, + "o": { + "x": 0.71, + "y": 0 + }, + "t": 15, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -21.918, + 93.228 + ], + [ + -9.395, + -93.228 + ], + [ + -2.082, + -89.137 + ], + [ + -15.657, + 93.228 + ] + ], + "c": true + } + ] + }, + { + "t": 16.5, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -21.918, + 93.228 + ], + [ + -9.395, + -93.228 + ], + [ + 21.918, + -89.137 + ], + [ + -15.657, + 93.228 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.442999985639, + 0.294000004787, + 0.851000019148, + 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": [ + 22.169, + 93.478 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 120, + "st": 0, + "bm": 0 + } + ] + } + ], + "fonts": { + "list": [ + { + "fName": "Cubano-Regular", + "fFamily": "Cubano", + "fStyle": "Regular", + "ascent": 69.9996948242188 + } + ] + }, + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 0, + "nm": "final", + "refId": "comp_0", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 0, + "op": 375, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 0, + "nm": "COMP1", + "refId": "comp_9", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 540, + 508, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 540, + 540, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 130, + 130, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 1080, + "h": 1080, + "ip": 0, + "op": 240, + "st": 0, + "bm": 0 + } + ], + "markers": [], + "chars": [ + { + "ch": "C", + "size": 80, + "style": "Regular", + "w": 56, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + -0.2, + -1.633 + ], + [ + -0.967, + -2.5 + ], + [ + -1.667, + -1.766 + ], + [ + -3.3, + -1.3 + ], + [ + -4.467, + 0 + ], + [ + -3.067, + 1.066 + ], + [ + -1.734, + 1.534 + ], + [ + -1.1, + 2.1 + ], + [ + -0.367, + 1.7 + ], + [ + -0.067, + 1.8 + ], + [ + 1.6, + 0.334 + ], + [ + 0, + 0 + ], + [ + 0.733, + -0.566 + ], + [ + 0.133, + -1.066 + ], + [ + 1.066, + -1.166 + ], + [ + 2.6, + 0 + ], + [ + 0.933, + 1.9 + ], + [ + 0, + 4.467 + ], + [ + 0, + 0 + ], + [ + -0.934, + 1.9 + ], + [ + -3.4, + 0 + ], + [ + -1.134, + -1.166 + ], + [ + -0.267, + -2.333 + ], + [ + -0.767, + -0.6 + ], + [ + -1, + 0.2 + ], + [ + 0, + 0 + ], + [ + 0.133, + 1.534 + ], + [ + 0.366, + 1.667 + ], + [ + 1.1, + 2.134 + ], + [ + 1.733, + 1.534 + ], + [ + 3.066, + 1.067 + ], + [ + 4.066, + 0 + ], + [ + 3.3, + -1.3 + ], + [ + 1.666, + -1.766 + ], + [ + 0.966, + -2.5 + ], + [ + 0.2, + -1.633 + ], + [ + 0, + -1.8 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0.2, + 1.634 + ], + [ + 0.966, + 2.5 + ], + [ + 1.666, + 1.767 + ], + [ + 3.3, + 1.3 + ], + [ + 4.066, + 0 + ], + [ + 3.066, + -1.066 + ], + [ + 1.733, + -1.533 + ], + [ + 1.1, + -2.1 + ], + [ + 0.366, + -1.7 + ], + [ + 0.133, + -1.6 + ], + [ + 0, + 0 + ], + [ + -1, + -0.266 + ], + [ + -0.734, + 0.567 + ], + [ + -0.334, + 2.467 + ], + [ + -1.067, + 1.167 + ], + [ + -3.4, + 0 + ], + [ + -0.934, + -1.9 + ], + [ + 0, + 0 + ], + [ + 0, + -4.466 + ], + [ + 0.933, + -1.9 + ], + [ + 2.6, + 0 + ], + [ + 1.133, + 1.167 + ], + [ + 0.133, + 1.067 + ], + [ + 0.766, + 0.6 + ], + [ + 0, + 0 + ], + [ + 1.6, + -0.333 + ], + [ + -0.067, + -1.866 + ], + [ + -0.367, + -1.666 + ], + [ + -1.1, + -2.133 + ], + [ + -1.734, + -1.533 + ], + [ + -3.067, + -1.066 + ], + [ + -4.467, + 0 + ], + [ + -3.3, + 1.3 + ], + [ + -1.667, + 1.767 + ], + [ + -0.967, + 2.5 + ], + [ + -0.2, + 1.634 + ], + [ + 0, + 0 + ], + [ + 0, + 1.8 + ] + ], + "v": [ + [ + 4.3, + -17.35 + ], + [ + 6.05, + -11.15 + ], + [ + 10, + -4.75 + ], + [ + 17.45, + -0.15 + ], + [ + 29.1, + 1.8 + ], + [ + 39.8, + 0.2 + ], + [ + 47, + -3.7 + ], + [ + 51.25, + -9.15 + ], + [ + 53.45, + -14.85 + ], + [ + 54.1, + -20.1 + ], + [ + 51.9, + -23 + ], + [ + 40.6, + -25.5 + ], + [ + 38, + -25.05 + ], + [ + 36.7, + -22.6 + ], + [ + 34.6, + -17.15 + ], + [ + 29.1, + -15.4 + ], + [ + 22.6, + -18.25 + ], + [ + 21.2, + -27.8 + ], + [ + 21.2, + -42.2 + ], + [ + 22.6, + -51.75 + ], + [ + 29.1, + -54.6 + ], + [ + 34.7, + -52.85 + ], + [ + 36.8, + -47.6 + ], + [ + 38.15, + -45.1 + ], + [ + 40.8, + -44.5 + ], + [ + 51.9, + -47 + ], + [ + 54.1, + -49.8 + ], + [ + 53.45, + -55.1 + ], + [ + 51.25, + -60.8 + ], + [ + 47, + -66.3 + ], + [ + 39.8, + -70.2 + ], + [ + 29.1, + -71.8 + ], + [ + 17.45, + -69.85 + ], + [ + 10, + -65.25 + ], + [ + 6.05, + -58.85 + ], + [ + 4.3, + -52.65 + ], + [ + 4, + -47.5 + ], + [ + 4, + -22.5 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "C", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "C", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Cubano" + }, + { + "ch": "A", + "size": 80, + "style": "Regular", + "w": 58, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 2 + ], + [ + 0, + 0 + ], + [ + 2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -2 + ], + [ + 0, + 0 + ], + [ + 2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 2.267 + ], + [ + 0, + 0 + ], + [ + -0.234, + 2.134 + ], + [ + -0.967, + 2.467 + ], + [ + -1.7, + 1.567 + ], + [ + -3.1, + 1.034 + ], + [ + -4.334, + 0 + ], + [ + -3.1, + -1.033 + ], + [ + -1.7, + -1.566 + ], + [ + -0.967, + -2.466 + ], + [ + -0.234, + -2.133 + ], + [ + 0, + -2.933 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -2 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 2 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -2.933 + ], + [ + 0.233, + -2.133 + ], + [ + 0.966, + -2.466 + ], + [ + 1.7, + -1.566 + ], + [ + 3.1, + -1.033 + ], + [ + 4.333, + 0 + ], + [ + 3.1, + 1.034 + ], + [ + 1.7, + 1.567 + ], + [ + 0.966, + 2.467 + ], + [ + 0.233, + 2.134 + ], + [ + 0, + 0 + ], + [ + 0, + 2.267 + ] + ], + "v": [ + [ + 50.5, + 0 + ], + [ + 39.3, + 0 + ], + [ + 36.3, + -3 + ], + [ + 36.3, + -11.7 + ], + [ + 33.3, + -14.7 + ], + [ + 24.7, + -14.7 + ], + [ + 21.7, + -11.7 + ], + [ + 21.7, + -3 + ], + [ + 18.7, + 0 + ], + [ + 7.5, + 0 + ], + [ + 4.5, + -3.4 + ], + [ + 4.5, + -45.8 + ], + [ + 4.85, + -53.4 + ], + [ + 6.65, + -60.3 + ], + [ + 10.65, + -66.35 + ], + [ + 17.85, + -70.25 + ], + [ + 29, + -71.8 + ], + [ + 40.15, + -70.25 + ], + [ + 47.35, + -66.35 + ], + [ + 51.35, + -60.3 + ], + [ + 53.15, + -53.4 + ], + [ + 53.5, + -45.8 + ], + [ + 53.5, + -3.4 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "A", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0.9, + 1.067 + ], + [ + 3.066, + 0 + ], + [ + 0.9, + -1.066 + ], + [ + 0, + -2.666 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 2 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + -0.9, + -1.066 + ], + [ + -3.067, + 0 + ], + [ + -0.9, + 1.067 + ], + [ + 0, + 0 + ], + [ + 0, + 2 + ], + [ + 0, + 0 + ], + [ + 2, + -0.066 + ], + [ + 0, + 0 + ], + [ + 0, + -2.666 + ] + ], + "v": [ + [ + 34.95, + -51.4 + ], + [ + 29, + -53 + ], + [ + 23.05, + -51.4 + ], + [ + 21.7, + -45.8 + ], + [ + 21.7, + -34.9 + ], + [ + 24.7, + -31.9 + ], + [ + 33.3, + -31.9 + ], + [ + 36.3, + -35 + ], + [ + 36.3, + -45.8 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "A", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "A", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Cubano" + }, + { + "ch": "S", + "size": 80, + "style": "Regular", + "w": 57.2, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0.066, + 1.8 + ], + [ + 0.5, + 1.634 + ], + [ + 1.233, + 1.967 + ], + [ + 1.8, + 1.434 + ], + [ + 3.1, + 1 + ], + [ + 3.933, + 0 + ], + [ + 3.166, + -1.266 + ], + [ + 1.6, + -1.733 + ], + [ + 0.966, + -2.133 + ], + [ + 0.2, + -1.3 + ], + [ + 0, + -0.933 + ], + [ + -2.067, + -3.066 + ], + [ + -3.034, + -1.6 + ], + [ + -3.067, + -1.1 + ], + [ + -2.334, + -1.233 + ], + [ + -0.334, + -1.466 + ], + [ + 1.6, + -1.166 + ], + [ + 2.4, + 0 + ], + [ + 1.633, + 1.367 + ], + [ + 0.2, + 2.334 + ], + [ + 2, + -0.4 + ], + [ + 0, + 0 + ], + [ + -0.067, + -1.8 + ], + [ + -0.434, + -1.733 + ], + [ + -1.234, + -2.033 + ], + [ + -1.8, + -1.5 + ], + [ + -3.134, + -1.033 + ], + [ + -4, + 0 + ], + [ + -3.467, + 1.266 + ], + [ + -1.834, + 1.734 + ], + [ + -1.167, + 2.1 + ], + [ + -0.334, + 1.367 + ], + [ + 0, + 0.867 + ], + [ + 1.566, + 2.867 + ], + [ + 2.366, + 1.634 + ], + [ + 2.8, + 1.4 + ], + [ + 2.433, + 0.834 + ], + [ + 1.733, + 1.067 + ], + [ + 0.2, + 1.2 + ], + [ + -1.134, + 0.934 + ], + [ + -1.867, + 0 + ], + [ + -1.567, + -1.2 + ], + [ + -0.334, + -2.066 + ], + [ + -1.867, + 0.4 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + -0.134, + -1.666 + ], + [ + -0.5, + -1.633 + ], + [ + -1.234, + -1.966 + ], + [ + -1.8, + -1.433 + ], + [ + -3.1, + -1 + ], + [ + -4.2, + 0 + ], + [ + -3.167, + 1.267 + ], + [ + -1.6, + 1.734 + ], + [ + -0.967, + 2.134 + ], + [ + -0.2, + 1.3 + ], + [ + 0, + 4.267 + ], + [ + 2.066, + 3.067 + ], + [ + 3.033, + 1.6 + ], + [ + 3.066, + 1.1 + ], + [ + 2.333, + 1.234 + ], + [ + 0.333, + 1.4 + ], + [ + -1.6, + 1.167 + ], + [ + -2.4, + 0 + ], + [ + -1.634, + -1.366 + ], + [ + -0.2, + -2.133 + ], + [ + 0, + 0 + ], + [ + -1.8, + 0.4 + ], + [ + 0.133, + 1.8 + ], + [ + 0.433, + 1.734 + ], + [ + 1.233, + 2.034 + ], + [ + 1.8, + 1.5 + ], + [ + 3.133, + 1.033 + ], + [ + 4.466, + 0 + ], + [ + 3.466, + -1.266 + ], + [ + 1.833, + -1.733 + ], + [ + 1.166, + -2.1 + ], + [ + 0.333, + -1.366 + ], + [ + 0, + -3.6 + ], + [ + -1.567, + -2.866 + ], + [ + -2.367, + -1.633 + ], + [ + -2.8, + -1.4 + ], + [ + -2.434, + -0.833 + ], + [ + -1.734, + -1.066 + ], + [ + -0.2, + -1.2 + ], + [ + 1.133, + -0.933 + ], + [ + 2.333, + 0 + ], + [ + 1.566, + 1.2 + ], + [ + 0.333, + 2.067 + ], + [ + 0, + 0 + ], + [ + 1.8, + -0.4 + ] + ], + "v": [ + [ + 53.9, + -51 + ], + [ + 52.95, + -55.95 + ], + [ + 50.35, + -61.35 + ], + [ + 45.8, + -66.45 + ], + [ + 38.45, + -70.1 + ], + [ + 27.9, + -71.6 + ], + [ + 16.85, + -69.7 + ], + [ + 9.7, + -65.2 + ], + [ + 5.85, + -59.4 + ], + [ + 4.1, + -54.25 + ], + [ + 3.8, + -50.9 + ], + [ + 6.9, + -39.9 + ], + [ + 14.55, + -32.9 + ], + [ + 23.7, + -28.85 + ], + [ + 31.8, + -25.35 + ], + [ + 35.8, + -21.3 + ], + [ + 33.9, + -17.45 + ], + [ + 27.9, + -15.7 + ], + [ + 21.85, + -17.75 + ], + [ + 19.1, + -23.3 + ], + [ + 15.8, + -25.9 + ], + [ + 4.5, + -23.4 + ], + [ + 1.9, + -20.1 + ], + [ + 2.75, + -14.8 + ], + [ + 5.25, + -9.15 + ], + [ + 9.8, + -3.85 + ], + [ + 17.2, + -0.05 + ], + [ + 27.9, + 1.5 + ], + [ + 39.8, + -0.4 + ], + [ + 47.75, + -4.9 + ], + [ + 52.25, + -10.65 + ], + [ + 54.5, + -15.85 + ], + [ + 55, + -19.2 + ], + [ + 52.65, + -28.9 + ], + [ + 46.75, + -35.65 + ], + [ + 39, + -40.2 + ], + [ + 31.15, + -43.55 + ], + [ + 24.9, + -46.4 + ], + [ + 22, + -49.8 + ], + [ + 23.4, + -53 + ], + [ + 27.9, + -54.4 + ], + [ + 33.75, + -52.6 + ], + [ + 36.6, + -47.7 + ], + [ + 39.9, + -45.2 + ], + [ + 51.3, + -47.7 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "S", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "S", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Cubano" + }, + { + "ch": "D", + "size": 80, + "style": "Regular", + "w": 59.3, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + -1.933 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ], + [ + 0, + 0 + ], + [ + -3.734, + 3.834 + ], + [ + 0, + 8.4 + ], + [ + 0, + 0 + ], + [ + 3.733, + 3.8 + ], + [ + 9.2, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 2 + ], + [ + 0, + 0 + ], + [ + 9.2, + 0 + ], + [ + 3.733, + -3.833 + ], + [ + 0, + 0 + ], + [ + 0, + -8.4 + ], + [ + -3.734, + -3.8 + ], + [ + 0, + 0 + ], + [ + -2, + 0.134 + ] + ], + "v": [ + [ + 5, + -66.9 + ], + [ + 5, + -3 + ], + [ + 8, + 0 + ], + [ + 30.3, + 0 + ], + [ + 49.7, + -5.75 + ], + [ + 55.3, + -24.1 + ], + [ + 55.3, + -46 + ], + [ + 49.7, + -64.3 + ], + [ + 30.3, + -70 + ], + [ + 8, + -70 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "D", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 2 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ], + [ + 0, + 0 + ], + [ + -1.067, + -0.833 + ], + [ + 0, + -2.866 + ], + [ + 0, + 0 + ], + [ + 1.1, + -0.866 + ], + [ + 2.6, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + -2 + ], + [ + 0, + 0 + ], + [ + 2.666, + 0 + ], + [ + 1.066, + 0.834 + ], + [ + 0, + 0 + ], + [ + 0, + 2.8 + ], + [ + -1.1, + 0.867 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ] + ], + "v": [ + [ + 22.2, + -20.2 + ], + [ + 22.2, + -49.8 + ], + [ + 25.2, + -52.8 + ], + [ + 30.6, + -52.8 + ], + [ + 36.2, + -51.55 + ], + [ + 37.8, + -46 + ], + [ + 37.8, + -24 + ], + [ + 36.15, + -18.5 + ], + [ + 30.6, + -17.2 + ], + [ + 25.2, + -17.2 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "D", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "D", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Cubano" + }, + { + "ch": "E", + "size": 80, + "style": "Regular", + "w": 55.7, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + -2 + ], + [ + 0, + 0 + ], + [ + 2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -2 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -2 + ], + [ + 0, + 0 + ], + [ + 2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -2 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -2 + ], + [ + 0, + 0 + ], + [ + 2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 2 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 2 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 2 + ], + [ + 0, + 0 + ], + [ + 2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 2 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 2 + ], + [ + 0, + 0 + ], + [ + 2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 2 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -2 + ], + [ + 0, + 0 + ], + [ + 2, + 0 + ] + ], + "v": [ + [ + 53, + -67 + ], + [ + 53, + -55.8 + ], + [ + 50, + -52.8 + ], + [ + 25.8, + -52.8 + ], + [ + 22.8, + -49.8 + ], + [ + 22.8, + -46.6 + ], + [ + 25.8, + -43.6 + ], + [ + 41.3, + -43.6 + ], + [ + 44.3, + -40.6 + ], + [ + 44.3, + -29.4 + ], + [ + 41.3, + -26.4 + ], + [ + 25.8, + -26.4 + ], + [ + 22.8, + -23.4 + ], + [ + 22.8, + -20.2 + ], + [ + 25.8, + -17.2 + ], + [ + 50, + -17.2 + ], + [ + 53, + -14.2 + ], + [ + 53, + -3 + ], + [ + 50, + 0 + ], + [ + 8, + 0 + ], + [ + 5, + -3 + ], + [ + 5, + -67 + ], + [ + 8, + -70 + ], + [ + 50, + -70 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "E", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "E", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Cubano" + }, + { + "ch": "I", + "size": 80, + "style": "Regular", + "w": 27, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + -2 + ], + [ + 0, + 0 + ], + [ + 2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 2 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 2 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -2 + ], + [ + 0, + 0 + ], + [ + 2, + 0 + ] + ], + "v": [ + [ + 22, + -67 + ], + [ + 22, + -3 + ], + [ + 19, + 0 + ], + [ + 8, + 0 + ], + [ + 5, + -3 + ], + [ + 5, + -67 + ], + [ + 8, + -70 + ], + [ + 19, + -70 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "I", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "I", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Cubano" + }, + { + "ch": " ", + "size": 80, + "style": "Regular", + "w": 30, + "data": {}, + "fFamily": "Cubano" + }, + { + "ch": "L", + "size": 80, + "style": "Regular", + "w": 51.7, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + -2 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -2 + ], + [ + 0, + 0 + ], + [ + 2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 2 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 2 + ], + [ + 0, + 0 + ], + [ + 2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 2 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -2 + ], + [ + 0, + 0 + ], + [ + 2, + 0 + ] + ], + "v": [ + [ + 22.2, + -67 + ], + [ + 22.2, + -20.2 + ], + [ + 25.2, + -17.2 + ], + [ + 47.5, + -17.2 + ], + [ + 50.5, + -14.2 + ], + [ + 50.5, + -3 + ], + [ + 47.5, + 0 + ], + [ + 8, + 0 + ], + [ + 5, + -3 + ], + [ + 5, + -67 + ], + [ + 8, + -70 + ], + [ + 19.2, + -70 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "L", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "L", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Cubano" + }, + { + "ch": "T", + "size": 80, + "style": "Regular", + "w": 61.2, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 2 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -2 + ], + [ + 0, + 0 + ], + [ + 2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -2 + ], + [ + 0, + 0 + ], + [ + 2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 2 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -2 + ], + [ + 0, + 0 + ], + [ + 2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 2 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 2 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -2 + ] + ], + "v": [ + [ + 18, + -52.8 + ], + [ + 4, + -52.8 + ], + [ + 1, + -55.8 + ], + [ + 1, + -67 + ], + [ + 4, + -70 + ], + [ + 55.2, + -70 + ], + [ + 58.2, + -67 + ], + [ + 58.2, + -55.8 + ], + [ + 55.2, + -52.8 + ], + [ + 41.2, + -52.8 + ], + [ + 38.2, + -49.8 + ], + [ + 38.2, + -3 + ], + [ + 35.2, + 0 + ], + [ + 24, + 0 + ], + [ + 21, + -3 + ], + [ + 21, + -49.8 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "T", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "T", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Cubano" + }, + { + "ch": "U", + "size": 107, + "style": "Regular", + "w": 59, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + -2 + ], + [ + 0, + 0 + ], + [ + -0.2, + -1.633 + ], + [ + -0.967, + -2.5 + ], + [ + -1.667, + -1.766 + ], + [ + -3.3, + -1.3 + ], + [ + -4.467, + 0 + ], + [ + -3.3, + 1.3 + ], + [ + -1.667, + 1.767 + ], + [ + -0.967, + 2.5 + ], + [ + -0.2, + 1.634 + ], + [ + 0, + 1.8 + ], + [ + 0, + 0 + ], + [ + 2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -2 + ], + [ + 0, + 0 + ], + [ + 0.933, + -1.9 + ], + [ + 3.4, + 0 + ], + [ + 0.933, + 1.9 + ], + [ + 0, + 4.467 + ], + [ + 0, + 0 + ], + [ + 2, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 1.8 + ], + [ + 0.2, + 1.634 + ], + [ + 0.966, + 2.5 + ], + [ + 1.666, + 1.767 + ], + [ + 3.3, + 1.3 + ], + [ + 4.466, + 0 + ], + [ + 3.3, + -1.3 + ], + [ + 1.666, + -1.766 + ], + [ + 0.966, + -2.5 + ], + [ + 0.2, + -1.633 + ], + [ + 0, + 0 + ], + [ + 0, + -2 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 4.467 + ], + [ + -0.934, + 1.9 + ], + [ + -3.4, + 0 + ], + [ + -0.934, + -1.9 + ], + [ + 0, + 0 + ], + [ + 0, + -2 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ] + ], + "v": [ + [ + 4.4, + -67 + ], + [ + 4.4, + -22.5 + ], + [ + 4.7, + -17.35 + ], + [ + 6.45, + -11.15 + ], + [ + 10.4, + -4.75 + ], + [ + 17.85, + -0.15 + ], + [ + 29.5, + 1.8 + ], + [ + 41.15, + -0.15 + ], + [ + 48.6, + -4.75 + ], + [ + 52.55, + -11.15 + ], + [ + 54.3, + -17.35 + ], + [ + 54.6, + -22.5 + ], + [ + 54.6, + -67 + ], + [ + 51.6, + -70 + ], + [ + 40.4, + -70 + ], + [ + 37.4, + -67 + ], + [ + 37.4, + -27.8 + ], + [ + 36, + -18.25 + ], + [ + 29.5, + -15.4 + ], + [ + 23, + -18.25 + ], + [ + 21.6, + -27.8 + ], + [ + 21.6, + -67 + ], + [ + 18.6, + -70 + ], + [ + 7.4, + -70 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "U", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "U", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Cubano" + }, + { + "ch": "F", + "size": 107, + "style": "Regular", + "w": 55, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + -2 + ], + [ + 0, + 0 + ], + [ + 2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -2 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -2 + ], + [ + 0, + 0 + ], + [ + 2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -2 + ], + [ + 0, + 0 + ], + [ + 2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 2 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 2 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 2 + ], + [ + 0, + 0 + ], + [ + 2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 2 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 2 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -2 + ], + [ + 0, + 0 + ], + [ + 2, + 0 + ] + ], + "v": [ + [ + 54, + -67 + ], + [ + 54, + -55.8 + ], + [ + 51, + -52.8 + ], + [ + 25.8, + -52.8 + ], + [ + 22.8, + -49.8 + ], + [ + 22.8, + -46.6 + ], + [ + 25.8, + -43.6 + ], + [ + 42.3, + -43.6 + ], + [ + 45.3, + -40.6 + ], + [ + 45.3, + -29.4 + ], + [ + 42.3, + -26.4 + ], + [ + 25.8, + -26.4 + ], + [ + 22.8, + -23.4 + ], + [ + 22.8, + -3 + ], + [ + 19.8, + 0 + ], + [ + 8, + 0 + ], + [ + 5, + -3 + ], + [ + 5, + -67 + ], + [ + 8, + -70 + ], + [ + 51, + -70 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "F", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "F", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Cubano" + }, + { + "ch": "O", + "size": 107, + "style": "Regular", + "w": 58.2, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0.2, + 1.634 + ], + [ + 0.966, + 2.5 + ], + [ + 1.666, + 1.767 + ], + [ + 3.3, + 1.3 + ], + [ + 4.466, + 0 + ], + [ + 3.3, + -1.3 + ], + [ + 1.666, + -1.766 + ], + [ + 0.966, + -2.5 + ], + [ + 0.2, + -1.633 + ], + [ + 0, + -1.8 + ], + [ + 0, + 0 + ], + [ + -0.2, + -1.633 + ], + [ + -0.967, + -2.5 + ], + [ + -1.667, + -1.766 + ], + [ + -3.3, + -1.3 + ], + [ + -4.467, + 0 + ], + [ + -3.3, + 1.3 + ], + [ + -1.667, + 1.767 + ], + [ + -0.967, + 2.5 + ], + [ + -0.2, + 1.634 + ], + [ + 0, + 1.8 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + -0.2, + -1.633 + ], + [ + -0.967, + -2.5 + ], + [ + -1.667, + -1.766 + ], + [ + -3.3, + -1.3 + ], + [ + -4.467, + 0 + ], + [ + -3.3, + 1.3 + ], + [ + -1.667, + 1.767 + ], + [ + -0.967, + 2.5 + ], + [ + -0.2, + 1.634 + ], + [ + 0, + 0 + ], + [ + 0, + 1.8 + ], + [ + 0.2, + 1.634 + ], + [ + 0.966, + 2.5 + ], + [ + 1.666, + 1.767 + ], + [ + 3.3, + 1.3 + ], + [ + 4.466, + 0 + ], + [ + 3.3, + -1.3 + ], + [ + 1.666, + -1.766 + ], + [ + 0.966, + -2.5 + ], + [ + 0.2, + -1.633 + ], + [ + 0, + 0 + ], + [ + 0, + -1.8 + ] + ], + "v": [ + [ + 53.9, + -52.65 + ], + [ + 52.15, + -58.85 + ], + [ + 48.2, + -65.25 + ], + [ + 40.75, + -69.85 + ], + [ + 29.1, + -71.8 + ], + [ + 17.45, + -69.85 + ], + [ + 10, + -65.25 + ], + [ + 6.05, + -58.85 + ], + [ + 4.3, + -52.65 + ], + [ + 4, + -47.5 + ], + [ + 4, + -22.5 + ], + [ + 4.3, + -17.35 + ], + [ + 6.05, + -11.15 + ], + [ + 10, + -4.75 + ], + [ + 17.45, + -0.15 + ], + [ + 29.1, + 1.8 + ], + [ + 40.75, + -0.15 + ], + [ + 48.2, + -4.75 + ], + [ + 52.15, + -11.15 + ], + [ + 53.9, + -17.35 + ], + [ + 54.2, + -22.5 + ], + [ + 54.2, + -47.5 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "O", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0.933, + -1.9 + ], + [ + 3.4, + 0 + ], + [ + 0.933, + 1.9 + ], + [ + 0, + 4.467 + ], + [ + 0, + 0 + ], + [ + -0.934, + 1.9 + ], + [ + -3.4, + 0 + ], + [ + -0.934, + -1.9 + ], + [ + 0, + -4.466 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + -0.934, + 1.9 + ], + [ + -3.4, + 0 + ], + [ + -0.934, + -1.9 + ], + [ + 0, + 0 + ], + [ + 0, + -4.466 + ], + [ + 0.933, + -1.9 + ], + [ + 3.4, + 0 + ], + [ + 0.933, + 1.9 + ], + [ + 0, + 0 + ], + [ + 0, + 4.467 + ] + ], + "v": [ + [ + 35.6, + -18.25 + ], + [ + 29.1, + -15.4 + ], + [ + 22.6, + -18.25 + ], + [ + 21.2, + -27.8 + ], + [ + 21.2, + -42.2 + ], + [ + 22.6, + -51.75 + ], + [ + 29.1, + -54.6 + ], + [ + 35.6, + -51.75 + ], + [ + 37, + -42.2 + ], + [ + 37, + -27.8 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "O", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "O", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Cubano" + }, + { + "ch": "N", + "size": 107, + "style": "Regular", + "w": 63.2, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + -0.667, + -1.533 + ], + [ + 0, + 0 + ], + [ + -0.3, + 0.1 + ], + [ + 0, + 0.467 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -2 + ], + [ + 0, + 0 + ], + [ + 2, + 0 + ], + [ + 0, + 0 + ], + [ + 0.666, + 1.534 + ], + [ + 0, + 0 + ], + [ + 0.3, + -0.1 + ], + [ + 0, + -0.466 + ], + [ + 0, + 0 + ], + [ + 2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 2 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0.2, + 0.467 + ], + [ + 0.3, + -0.1 + ], + [ + 0, + 0 + ], + [ + 0, + -2 + ], + [ + 0, + 0 + ], + [ + 2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 2 + ], + [ + 0, + 0 + ], + [ + -1.667, + 0 + ], + [ + 0, + 0 + ], + [ + -0.2, + -0.466 + ], + [ + -0.3, + 0.1 + ], + [ + 0, + 0 + ], + [ + 0, + 2 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -2 + ], + [ + 0, + 0 + ], + [ + 1.666, + 0 + ] + ], + "v": [ + [ + 26.2, + -67.7 + ], + [ + 39.8, + -34.4 + ], + [ + 40.55, + -33.85 + ], + [ + 41, + -34.7 + ], + [ + 41, + -67 + ], + [ + 44, + -70 + ], + [ + 55.2, + -70 + ], + [ + 58.2, + -67 + ], + [ + 58.2, + -3 + ], + [ + 55.2, + 0 + ], + [ + 40.5, + 0 + ], + [ + 37, + -2.3 + ], + [ + 23.4, + -35.6 + ], + [ + 22.65, + -36.15 + ], + [ + 22.2, + -35.3 + ], + [ + 22.2, + -3 + ], + [ + 19.2, + 0 + ], + [ + 8, + 0 + ], + [ + 5, + -3 + ], + [ + 5, + -67 + ], + [ + 8, + -70 + ], + [ + 22.7, + -70 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "N", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "N", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Cubano" + }, + { + "ch": "R", + "size": 107, + "style": "Regular", + "w": 59.3, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + -0.4, + 0.334 + ], + [ + 0, + 9.467 + ], + [ + 3.933, + 3.867 + ], + [ + 8.8, + 0 + ], + [ + 0, + 0 + ], + [ + 0.6, + -0.6 + ], + [ + 0, + -0.866 + ], + [ + 0, + 0 + ], + [ + -0.6, + -0.6 + ], + [ + -0.867, + 0 + ], + [ + 0, + 0 + ], + [ + -0.6, + 0.6 + ], + [ + 0, + 0.867 + ], + [ + 0, + 0 + ], + [ + -0.6, + 0.6 + ], + [ + -0.867, + 0 + ], + [ + 0, + 0 + ], + [ + -0.2, + -0.333 + ], + [ + 0, + 0 + ], + [ + -1.134, + 0 + ], + [ + 0, + 0 + ], + [ + -0.7, + 1.134 + ], + [ + 0.733, + 1.334 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 5.066, + -3.6 + ], + [ + 0, + -8.266 + ], + [ + -3.934, + -3.866 + ], + [ + 0, + 0 + ], + [ + -0.867, + 0 + ], + [ + -0.6, + 0.6 + ], + [ + 0, + 0 + ], + [ + 0, + 0.867 + ], + [ + 0.6, + 0.6 + ], + [ + 0, + 0 + ], + [ + 0.866, + 0 + ], + [ + 0.6, + -0.6 + ], + [ + 0, + 0 + ], + [ + 0, + -0.866 + ], + [ + 0.6, + -0.6 + ], + [ + 0, + 0 + ], + [ + 0.333, + 0 + ], + [ + 0, + 0 + ], + [ + 0.4, + 0.934 + ], + [ + 0, + 0 + ], + [ + 1.533, + 0 + ], + [ + 0.7, + -1.133 + ], + [ + 0, + 0 + ], + [ + -0.2, + -0.533 + ] + ], + "v": [ + [ + 47.4, + -26.4 + ], + [ + 55, + -46 + ], + [ + 49.1, + -64.2 + ], + [ + 30, + -70 + ], + [ + 8.1, + -70 + ], + [ + 5.9, + -69.1 + ], + [ + 5, + -66.9 + ], + [ + 5, + -3.1 + ], + [ + 5.9, + -0.9 + ], + [ + 8.1, + 0 + ], + [ + 19.3, + 0 + ], + [ + 21.5, + -0.9 + ], + [ + 22.4, + -3.1 + ], + [ + 22.4, + -18.9 + ], + [ + 23.3, + -21.1 + ], + [ + 25.5, + -22 + ], + [ + 29.5, + -22 + ], + [ + 30.3, + -21.5 + ], + [ + 40.7, + -1.4 + ], + [ + 43, + 0 + ], + [ + 54.4, + 0 + ], + [ + 57.75, + -1.7 + ], + [ + 57.7, + -5.4 + ], + [ + 47.1, + -25.1 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "R", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [ + -1.067, + -0.833 + ], + [ + 0, + -2.866 + ], + [ + 1.066, + -0.833 + ], + [ + 2.666, + 0 + ], + [ + 0, + 0 + ], + [ + 0.6, + 0.6 + ], + [ + 0, + 0.867 + ], + [ + 0, + 0 + ], + [ + -0.6, + 0.6 + ], + [ + -0.867, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 1.066, + 0.834 + ], + [ + 0, + 2.867 + ], + [ + -1.067, + 0.834 + ], + [ + 0, + 0 + ], + [ + -0.867, + 0 + ], + [ + -0.6, + -0.6 + ], + [ + 0, + 0 + ], + [ + 0, + -0.866 + ], + [ + 0.6, + -0.6 + ], + [ + 0, + 0 + ], + [ + 2.666, + 0 + ] + ], + "v": [ + [ + 36.2, + -51.55 + ], + [ + 37.8, + -46 + ], + [ + 36.2, + -40.45 + ], + [ + 30.6, + -39.2 + ], + [ + 25.5, + -39.2 + ], + [ + 23.3, + -40.1 + ], + [ + 22.4, + -42.3 + ], + [ + 22.4, + -49.7 + ], + [ + 23.3, + -51.9 + ], + [ + 25.5, + -52.8 + ], + [ + 30.6, + -52.8 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "R", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "R", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Cubano" + }, + { + "ch": "M", + "size": 159.936737060547, + "style": "Regular", + "w": 79.2, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + -0.4, + -1.8 + ], + [ + 0, + 0 + ], + [ + -0.167, + -0.133 + ], + [ + -0.167, + 0.134 + ], + [ + -0.067, + 0.334 + ], + [ + 0, + 0 + ], + [ + -1.734, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -2 + ], + [ + 0, + 0 + ], + [ + 2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 2 + ], + [ + 0, + 0 + ], + [ + 0.2, + 0.067 + ], + [ + 0.133, + -0.466 + ], + [ + 0, + 0 + ], + [ + 1.8, + 0 + ], + [ + 0, + 0 + ], + [ + 0.4, + 1.734 + ], + [ + 0, + 0 + ], + [ + 0.2, + 0.067 + ], + [ + 0, + -0.533 + ], + [ + 0, + 0 + ], + [ + 2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 2 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0.066, + 0.334 + ], + [ + 0.166, + 0.134 + ], + [ + 0.166, + -0.133 + ], + [ + 0, + 0 + ], + [ + 0.4, + -1.8 + ], + [ + 0, + 0 + ], + [ + 2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 2 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -0.266 + ], + [ + -0.4, + -0.2 + ], + [ + 0, + 0 + ], + [ + -0.4, + 1.734 + ], + [ + 0, + 0 + ], + [ + -1.8, + 0 + ], + [ + 0, + 0 + ], + [ + -0.067, + -0.266 + ], + [ + -0.467, + -0.133 + ], + [ + 0, + 0 + ], + [ + 0, + 2 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -2 + ], + [ + 0, + 0 + ], + [ + 1.733, + 0 + ] + ], + "v": [ + [ + 31.9, + -67.3 + ], + [ + 39, + -38.2 + ], + [ + 39.35, + -37.5 + ], + [ + 39.85, + -37.5 + ], + [ + 40.2, + -38.2 + ], + [ + 47.3, + -67.3 + ], + [ + 50.5, + -70 + ], + [ + 71.2, + -70 + ], + [ + 74.2, + -67 + ], + [ + 74.2, + -3 + ], + [ + 71.2, + 0 + ], + [ + 60, + 0 + ], + [ + 57, + -3 + ], + [ + 57, + -42.4 + ], + [ + 56.7, + -42.9 + ], + [ + 55.9, + -42.5 + ], + [ + 46.2, + -2.6 + ], + [ + 42.9, + 0 + ], + [ + 36.3, + 0 + ], + [ + 33, + -2.6 + ], + [ + 23.3, + -42.5 + ], + [ + 22.9, + -43 + ], + [ + 22.2, + -42.4 + ], + [ + 22.2, + -3 + ], + [ + 19.2, + 0 + ], + [ + 8, + 0 + ], + [ + 5, + -3 + ], + [ + 5, + -67 + ], + [ + 8, + -70 + ], + [ + 28.7, + -70 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "M", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "M", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Cubano" + }, + { + "ch": "Ñ", + "size": 159.936737060547, + "style": "Regular", + "w": 63.2, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + -0.6, + -0.2 + ], + [ + -0.2, + -0.4 + ], + [ + -1.5, + -0.133 + ], + [ + -1.767, + 0.567 + ], + [ + -2.167, + 0.467 + ], + [ + -1.967, + 0.167 + ], + [ + -1.9, + -1.066 + ], + [ + -1.2, + -2.466 + ], + [ + 1.533, + -0.6 + ], + [ + 0, + 0 + ], + [ + 0.533, + 1 + ], + [ + 1.5, + 0.134 + ], + [ + 1.766, + -0.566 + ], + [ + 2.166, + -0.466 + ], + [ + 1.966, + -0.166 + ], + [ + 1.9, + 1.067 + ], + [ + 1.2, + 2.467 + ], + [ + -1.6, + 0.534 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0.6, + 0.2 + ], + [ + 0.6, + 1.134 + ], + [ + 1.5, + 0.134 + ], + [ + 1.766, + -0.566 + ], + [ + 2.166, + -0.466 + ], + [ + 1.966, + -0.166 + ], + [ + 1.9, + 1.067 + ], + [ + 0.666, + 1.334 + ], + [ + 0, + 0 + ], + [ + -1.4, + 0.4 + ], + [ + -0.6, + -1.133 + ], + [ + -1.5, + -0.133 + ], + [ + -1.767, + 0.567 + ], + [ + -2.167, + 0.467 + ], + [ + -1.967, + 0.167 + ], + [ + -1.9, + -1.066 + ], + [ + -0.734, + -1.4 + ], + [ + 0, + 0 + ], + [ + 0.533, + -0.2 + ] + ], + "v": [ + [ + 20.5, + -87.9 + ], + [ + 21.7, + -87 + ], + [ + 24.85, + -85.1 + ], + [ + 29.75, + -85.75 + ], + [ + 35.65, + -87.3 + ], + [ + 41.85, + -88.25 + ], + [ + 47.65, + -86.9 + ], + [ + 52.3, + -81.6 + ], + [ + 51, + -78.7 + ], + [ + 46.4, + -77.2 + ], + [ + 43.5, + -78.1 + ], + [ + 40.35, + -80 + ], + [ + 35.45, + -79.35 + ], + [ + 29.55, + -77.8 + ], + [ + 23.35, + -76.85 + ], + [ + 17.55, + -78.2 + ], + [ + 12.9, + -83.5 + ], + [ + 14.2, + -86.4 + ], + [ + 18.8, + -87.9 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Ñ", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [ + -0.667, + -1.533 + ], + [ + 0, + 0 + ], + [ + -0.3, + 0.1 + ], + [ + 0, + 0.467 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -2 + ], + [ + 0, + 0 + ], + [ + 2, + 0 + ], + [ + 0, + 0 + ], + [ + 0.666, + 1.534 + ], + [ + 0, + 0 + ], + [ + 0.3, + -0.1 + ], + [ + 0, + -0.466 + ], + [ + 0, + 0 + ], + [ + 2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 2 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0.2, + 0.467 + ], + [ + 0.3, + -0.1 + ], + [ + 0, + 0 + ], + [ + 0, + -2 + ], + [ + 0, + 0 + ], + [ + 2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 2 + ], + [ + 0, + 0 + ], + [ + -1.667, + 0 + ], + [ + 0, + 0 + ], + [ + -0.2, + -0.466 + ], + [ + -0.3, + 0.1 + ], + [ + 0, + 0 + ], + [ + 0, + 2 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -2 + ], + [ + 0, + 0 + ], + [ + 1.666, + 0 + ] + ], + "v": [ + [ + 26.2, + -67.7 + ], + [ + 39.8, + -34.4 + ], + [ + 40.55, + -33.85 + ], + [ + 41, + -34.7 + ], + [ + 41, + -67 + ], + [ + 44, + -70 + ], + [ + 55.2, + -70 + ], + [ + 58.2, + -67 + ], + [ + 58.2, + -3 + ], + [ + 55.2, + 0 + ], + [ + 40.5, + 0 + ], + [ + 37, + -2.3 + ], + [ + 23.4, + -35.6 + ], + [ + 22.65, + -36.15 + ], + [ + 22.2, + -35.3 + ], + [ + 22.2, + -3 + ], + [ + 19.2, + 0 + ], + [ + 8, + 0 + ], + [ + 5, + -3 + ], + [ + 5, + -67 + ], + [ + 8, + -70 + ], + [ + 22.7, + -70 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Ñ", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "Ñ", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Cubano" + }, + { + "ch": "G", + "size": 150, + "style": "Regular", + "w": 58, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + -0.2, + -1.633 + ], + [ + -0.967, + -2.5 + ], + [ + -1.667, + -1.766 + ], + [ + -3.3, + -1.3 + ], + [ + -4.467, + 0 + ], + [ + -3.3, + 1.3 + ], + [ + -1.667, + 1.767 + ], + [ + -0.967, + 2.5 + ], + [ + -0.2, + 1.634 + ], + [ + 0, + 1.8 + ], + [ + 0, + 0 + ], + [ + 2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -2 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ], + [ + 0, + 0 + ], + [ + 0.133, + -0.933 + ], + [ + 0.5, + -1.033 + ], + [ + 1.1, + -0.5 + ], + [ + 1.8, + 0 + ], + [ + 0.933, + 1.9 + ], + [ + 0, + 4.467 + ], + [ + 0, + 0 + ], + [ + -0.934, + 1.9 + ], + [ + -3.4, + 0 + ], + [ + -1.134, + -1.233 + ], + [ + -0.2, + -2.6 + ], + [ + -2, + 0.4 + ], + [ + 0, + 0 + ], + [ + 0.066, + 1.8 + ], + [ + 0.366, + 1.667 + ], + [ + 1.133, + 2.1 + ], + [ + 1.7, + 1.467 + ], + [ + 3.066, + 1.034 + ], + [ + 4, + 0 + ], + [ + 3.3, + -1.3 + ], + [ + 1.666, + -1.766 + ], + [ + 0.966, + -2.5 + ], + [ + 0.2, + -1.633 + ], + [ + 0, + -1.8 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0.2, + 1.634 + ], + [ + 0.966, + 2.5 + ], + [ + 1.666, + 1.767 + ], + [ + 3.3, + 1.3 + ], + [ + 4.466, + 0 + ], + [ + 3.3, + -1.3 + ], + [ + 1.666, + -1.766 + ], + [ + 0.966, + -2.5 + ], + [ + 0.2, + -1.633 + ], + [ + 0, + 0 + ], + [ + 0, + -2 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 2 + ], + [ + 0, + 0 + ], + [ + 0, + 1.467 + ], + [ + -0.134, + 0.934 + ], + [ + -0.5, + 1.034 + ], + [ + -1.1, + 0.5 + ], + [ + -3.4, + 0 + ], + [ + -0.934, + -1.9 + ], + [ + 0, + 0 + ], + [ + 0, + -4.466 + ], + [ + 0.933, + -1.9 + ], + [ + 2.733, + 0 + ], + [ + 1.133, + 1.234 + ], + [ + 0.2, + 2.134 + ], + [ + 0, + 0 + ], + [ + 1.8, + -0.4 + ], + [ + -0.134, + -1.866 + ], + [ + -0.367, + -1.666 + ], + [ + -1.134, + -2.1 + ], + [ + -1.7, + -1.466 + ], + [ + -3.067, + -1.033 + ], + [ + -4.467, + 0 + ], + [ + -3.3, + 1.3 + ], + [ + -1.667, + 1.767 + ], + [ + -0.967, + 2.5 + ], + [ + -0.2, + 1.634 + ], + [ + 0, + 0 + ], + [ + 0, + 1.8 + ] + ], + "v": [ + [ + 4.3, + -17.35 + ], + [ + 6.05, + -11.15 + ], + [ + 10, + -4.75 + ], + [ + 17.45, + -0.15 + ], + [ + 29.1, + 1.8 + ], + [ + 40.75, + -0.15 + ], + [ + 48.2, + -4.75 + ], + [ + 52.15, + -11.15 + ], + [ + 53.9, + -17.35 + ], + [ + 54.2, + -22.5 + ], + [ + 54.2, + -36 + ], + [ + 51.2, + -39 + ], + [ + 31.2, + -39 + ], + [ + 28.2, + -36 + ], + [ + 28.2, + -28 + ], + [ + 31.2, + -25 + ], + [ + 37, + -25 + ], + [ + 36.8, + -21.4 + ], + [ + 35.85, + -18.45 + ], + [ + 33.45, + -16.15 + ], + [ + 29.1, + -15.4 + ], + [ + 22.6, + -18.25 + ], + [ + 21.2, + -27.8 + ], + [ + 21.2, + -42.2 + ], + [ + 22.6, + -51.75 + ], + [ + 29.1, + -54.6 + ], + [ + 34.9, + -52.75 + ], + [ + 36.9, + -47 + ], + [ + 40.2, + -44.4 + ], + [ + 51.5, + -46.9 + ], + [ + 54.1, + -50.2 + ], + [ + 53.35, + -55.5 + ], + [ + 51.1, + -61.15 + ], + [ + 46.85, + -66.5 + ], + [ + 39.7, + -70.25 + ], + [ + 29.1, + -71.8 + ], + [ + 17.45, + -69.85 + ], + [ + 10, + -65.25 + ], + [ + 6.05, + -58.85 + ], + [ + 4.3, + -52.65 + ], + [ + 4, + -47.5 + ], + [ + 4, + -22.5 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "G", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "G", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Cubano" + }, + { + "ch": "P", + "size": 150, + "style": "Regular", + "w": 56.2, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + -1.933 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 2 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ], + [ + 0, + 0 + ], + [ + -3.934, + 3.867 + ], + [ + 0, + 8.267 + ], + [ + 3.933, + 3.867 + ], + [ + 8.8, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 2 + ], + [ + 0, + 0 + ], + [ + 2, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -2 + ], + [ + 0, + 0 + ], + [ + 8.8, + 0 + ], + [ + 3.933, + -3.866 + ], + [ + 0, + -8.266 + ], + [ + -3.934, + -3.866 + ], + [ + 0, + 0 + ], + [ + -2, + 0.134 + ] + ], + "v": [ + [ + 5, + -66.9 + ], + [ + 5, + -3 + ], + [ + 8, + 0 + ], + [ + 19.2, + 0 + ], + [ + 22.2, + -3 + ], + [ + 22.2, + -19 + ], + [ + 25.2, + -22 + ], + [ + 30, + -22 + ], + [ + 49.1, + -27.8 + ], + [ + 55, + -46 + ], + [ + 49.1, + -64.2 + ], + [ + 30, + -70 + ], + [ + 8, + -70 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "P", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 2 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ], + [ + 0, + 0 + ], + [ + -1.067, + -0.833 + ], + [ + 0, + -2.866 + ], + [ + 1.066, + -0.833 + ], + [ + 2.666, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + -2 + ], + [ + 0, + 0 + ], + [ + 2.666, + 0 + ], + [ + 1.066, + 0.834 + ], + [ + 0, + 2.867 + ], + [ + -1.067, + 0.834 + ], + [ + 0, + 0 + ], + [ + -2, + 0 + ] + ], + "v": [ + [ + 22.2, + -42.2 + ], + [ + 22.2, + -49.8 + ], + [ + 25.2, + -52.8 + ], + [ + 30.6, + -52.8 + ], + [ + 36.2, + -51.55 + ], + [ + 37.8, + -46 + ], + [ + 36.2, + -40.45 + ], + [ + 30.6, + -39.2 + ], + [ + 25.2, + -39.2 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "P", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "P", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Cubano" + }, + { + "ch": "V", + "size": 150, + "style": "Regular", + "w": 58, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + -0.4, + -1.733 + ], + [ + 0, + 0 + ], + [ + -0.167, + -0.133 + ], + [ + -0.167, + 0.134 + ], + [ + -0.067, + 0.267 + ], + [ + 0, + 0 + ], + [ + -1.8, + 0 + ], + [ + 0, + 0 + ], + [ + 0.533, + -2.2 + ], + [ + 0, + 0 + ], + [ + 1.8, + 0 + ], + [ + 0, + 0 + ], + [ + 0.4, + 1.734 + ], + [ + 0, + 0 + ], + [ + -2.267, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0.066, + 0.267 + ], + [ + 0.166, + 0.134 + ], + [ + 0.166, + -0.133 + ], + [ + 0, + 0 + ], + [ + 0.4, + -1.733 + ], + [ + 0, + 0 + ], + [ + 2.266, + 0 + ], + [ + 0, + 0 + ], + [ + -0.4, + 1.734 + ], + [ + 0, + 0 + ], + [ + -1.8, + 0 + ], + [ + 0, + 0 + ], + [ + -0.534, + -2.2 + ], + [ + 0, + 0 + ], + [ + 1.8, + 0 + ] + ], + "v": [ + [ + 19.6, + -67.4 + ], + [ + 28.4, + -29 + ], + [ + 28.75, + -28.4 + ], + [ + 29.25, + -28.4 + ], + [ + 29.6, + -29 + ], + [ + 38.4, + -67.4 + ], + [ + 41.7, + -70 + ], + [ + 53.6, + -70 + ], + [ + 56.2, + -66.7 + ], + [ + 41.6, + -2.6 + ], + [ + 38.3, + 0 + ], + [ + 19.7, + 0 + ], + [ + 16.4, + -2.6 + ], + [ + 1.8, + -66.7 + ], + [ + 4.4, + -70 + ], + [ + 16.3, + -70 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "V", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "V", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Cubano" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/spinning_carrousel.zip b/ohos/flutter_lottie/assets/spinning_carrousel.zip new file mode 100644 index 0000000000000000000000000000000000000000..83b298ba8e22442c4e3d52ed5c68a7572d9ada51 Binary files /dev/null and b/ohos/flutter_lottie/assets/spinning_carrousel.zip differ diff --git a/ohos/flutter_lottie/assets/sticker.json b/ohos/flutter_lottie/assets/sticker.json new file mode 100644 index 0000000000000000000000000000000000000000..7257b5bcd4be7064e699c0bce83ba6ea8e365873 --- /dev/null +++ b/ohos/flutter_lottie/assets/sticker.json @@ -0,0 +1 @@ +{"v": "5.5.2", "fr": 60, "ip": 0, "op": 24, "w": 512, "h": 512, "ddd": 0, "assets": [], "layers": [{"ty": 4, "ks": {"s": {"k": [1651.6129032258063, 1651.6129032258063], "a": 0}, "o": {"k": 100, "a": 0}}, "ao": 0, "bm": 0, "ddd": 0, "ip": 0, "op": 6, "st": 0, "sr": 1, "shapes": [{"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [6.5, 28.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[2, 6], [7, 6], [7, 21], [6, 21], [6, 7], [3, 7], [3, 11], [6, 11], [6, 12], [3, 12], [3, 17], [6, 17], [6, 18], [3, 18], [3, 23], [5, 23], [5, 24], [3, 24], [3, 29], [7, 29], [7, 30], [2, 30]]}, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0, 0, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0, 0, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0]], "v": [[3, 7], [6, 7], [6, 11], [3, 11]]}, "a": 0}}, {"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0]], "v": [[3, 12], [6, 12], [6, 17], [3, 17]]}, "a": 0}}, {"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[3, 18], [6, 18], [6, 21], [5, 21], [5, 22], [4, 22], [4, 23], [3, 23]]}, "a": 0}}, {"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[3, 24], [4, 24], [4, 25], [5, 25], [5, 26], [4, 26], [4, 27], [5, 27], [5, 28], [6, 28], [6, 29], [3, 29]]}, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [1, 0.427, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [1, 0.427, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [25.5, 10.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [28, 10.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [27.5, 12.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [26.5, 9.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [26.5, 11.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [27.5, 8.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [22.5, 9.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.553, 0.365, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.553, 0.365, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [21, 10.5], "a": 0}, "s": {"k": [6, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [6, 23.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [21, 27.5], "a": 0}, "s": {"k": [6, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [15.5, 12.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [28.5, 14.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [13.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [8.5, 27.5], "a": 0}, "s": {"k": [5, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [16.5, 11.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [28.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [25.5, 26.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [29.5, 19], "a": 0}, "s": {"k": [1, 6], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [12.5, 19], "a": 0}, "s": {"k": [1, 6], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [6, 25.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [26.5, 25.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [26.5, 12.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [13.5, 14.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [25.5, 11.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [15.5, 25.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [16.5, 26.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.333, 0.251, 0.031], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.333, 0.251, 0.031], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [13.5, 15.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [17.5, 11.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [13.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.443, 0.333, 0.016], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.443, 0.333, 0.016], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [18.5, 11.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.682, 0.537, 0.016], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.682, 0.537, 0.016], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [19.5, 11.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.839, 0.682, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.839, 0.682, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [21, 11.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[11, 23], [12, 23], [12, 26], [11, 26], [11, 27], [10, 27], [10, 25], [11, 25]]}, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.965, 0.776, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.965, 0.776, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [22.5, 11.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [7.5, 25.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [7.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.839, 0.631, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.839, 0.631, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [23.5, 11.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [13.5, 21.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.682, 0.506, 0.016], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.682, 0.506, 0.016], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [24.5, 26.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [24.5, 11.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [28.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [17.5, 26.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [28.5, 15.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.427, 0.298, 0.016], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.427, 0.298, 0.016], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [16.5, 12.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.6, 0.475, 0.016], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.6, 0.475, 0.016], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [14.5, 15.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [17.5, 12.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.965, 0.792, 0.016], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.965, 0.792, 0.016], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [16.5, 13.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [14.5, 16.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [18.5, 12.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [15.5, 14.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [14.5, 19.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [21.5, 12.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.98, 0.839, 0.047], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.98, 0.839, 0.047], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [23.5, 14], "a": 0}, "s": {"k": [1, 2], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [20, 12.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [14.5, 18.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [25.5, 16.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [21.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [25.5, 19.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [15.5, 21.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.98, 0.855, 0.063], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.98, 0.855, 0.063], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [14.5, 20.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [22.5, 12.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [25.5, 15.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.98, 0.824, 0.031], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.98, 0.824, 0.031], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[24, 13], [25, 13], [25, 14], [26, 14], [26, 15], [24, 15]]}, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [23.5, 12.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [24.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [26.5, 18], "a": 0}, "s": {"k": [1, 4], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [20.5, 24.5], "a": 0}, "s": {"k": [3, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [25.5, 21.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [23.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [14.5, 21.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.965, 0.792, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.965, 0.792, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [24.5, 12.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.933, 0.729, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.933, 0.729, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [16.5, 25.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [25.5, 12.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [25.5, 25.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.6, 0.412, 0.016], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.6, 0.412, 0.016], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [14.5, 13.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [27.5, 13.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [14.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [27.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.349, 0.251, 0.031], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.349, 0.251, 0.031], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [15.5, 13.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.792, 0.647, 0.016], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.792, 0.647, 0.016], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [22.5, 13.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [16.5, 14.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [15.5, 15.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [15.5, 20.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [18, 13.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [22.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [1, 0.871, 0.094], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [1, 0.871, 0.094], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [15.5, 16.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [16.5, 21.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [23.5, 22], "a": 0}, "s": {"k": [1, 2], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [17.5, 14.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [16.5, 15.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [15.5, 19], "a": 0}, "s": {"k": [1, 2], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [20.5, 13.5], "a": 0}, "s": {"k": [3, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [21.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [1, 0.886, 0.11], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [1, 0.886, 0.11], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [24.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [25.5, 13.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [25.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.949, 0.745, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.949, 0.745, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [26.5, 13.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.761, 0.553, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.761, 0.553, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [14.5, 14.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [13.5, 16.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.698, 0.553, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.698, 0.553, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [23.5, 15.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [7, 22.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [6, 24.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[9, 22], [10, 22], [10, 26], [8, 26], [8, 23], [9, 23]]}, "a": 0}}, {"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[18, 14], [21, 14], [21, 15], [20, 15], [20, 16], [17, 16], [17, 15], [18, 15]]}, "a": 0}}, {"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[16, 19], [18, 19], [18, 22], [17, 22], [17, 20], [16, 20]]}, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [5.5, 26.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [1, 0.886, 0.125], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [1, 0.886, 0.125], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [10.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [7, 26.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[21, 14], [23, 14], [23, 16], [24, 16], [24, 21], [23, 21], [23, 22], [21, 22], [21, 23], [19, 23], [19, 22], [18, 22], [18, 19], [19, 19], [19, 18], [20, 18], [20, 17], [19, 17], [19, 16], [20, 16], [20, 15], [21, 15]]}, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [16.5, 20.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [8.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [5.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [17, 16.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [18.5, 17.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [17, 18.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [1, 0.902, 0.125], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [1, 0.902, 0.125], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [23.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [27.5, 18], "a": 0}, "s": {"k": [1, 2], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [26.5, 14.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [26.5, 21.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [20, 25.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.949, 0.714, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.949, 0.714, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [27.5, 14.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [28.5, 16.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [18.5, 26.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.647, 0.443, 0.016], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.647, 0.443, 0.016], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[24, 15], [25, 15], [25, 17], [26, 17], [26, 19], [25, 19], [25, 22], [24, 22]]}, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [20.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [1, 0.855, 0.078], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [1, 0.855, 0.078], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [26.5, 20.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [22.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [26.5, 15.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.949, 0.761, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.949, 0.761, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [27.5, 15.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.918, 0.667, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.918, 0.667, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [16, 17.5], "a": 0}, "s": {"k": [4, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [8, 21.5], "a": 0}, "s": {"k": [6, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [4.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [4.5, 26.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [19.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [11.5, 26.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [12.5, 24.5], "a": 0}, "s": {"k": [1, 3], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [18.5, 16.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [5.5, 27.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [18.5, 18.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [4.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [17, 24.5], "a": 0}, "s": {"k": [4, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [11.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [16.5, 22.5], "a": 0}, "s": {"k": [5, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.251, 0.204, 0.063], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.251, 0.204, 0.063], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [21.5, 25.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [27.5, 16.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [18.5, 25.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [27.5, 19.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.933, 0.698, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.933, 0.698, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [13.5, 17.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.871, 0.714, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.871, 0.714, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [19.5, 17.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.949, 0.871, 0.282], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.949, 0.871, 0.282], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [28.5, 17.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [19.5, 26.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.824, 0.553, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.824, 0.553, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [13.5, 19], "a": 0}, "s": {"k": [1, 2], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.949, 0.776, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.949, 0.776, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [27.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [24.5, 25.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [28.5, 19], "a": 0}, "s": {"k": [1, 2], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.871, 0.584, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.871, 0.584, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [13.5, 20.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.871, 0.682, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.871, 0.682, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [25.5, 20.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [7.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [22.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [9, 26.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.98, 0.839, 0.031], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.98, 0.839, 0.031], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [26.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [25.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [27.5, 20.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [24.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [22.5, 25.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.933, 0.667, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.933, 0.667, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [28.5, 20.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [22.5, 26.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.792, 0.522, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.792, 0.522, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [23.5, 25.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [27.5, 21.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.918, 0.631, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.918, 0.631, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [27.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [23.5, 26.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [28.5, 21.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.647, 0.412, 0.016], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.647, 0.412, 0.016], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [10.5, 23], "a": 0}, "s": {"k": [1, 2], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.965, 0.824, 0.047], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.965, 0.824, 0.047], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [16.5, 23.5], "a": 0}, "s": {"k": [5, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [1, 1, 1], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [1, 1, 1], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [25.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [20.5, 26.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [26.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.902, 0.616, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.902, 0.616, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [26.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.729, 0.459, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.729, 0.459, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [17.5, 25.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.902, 0.647, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.902, 0.647, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [21.5, 26.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.902, 0.6, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.902, 0.6, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}]}, {"ty": 4, "ks": {"s": {"k": [1651.6129032258063, 1651.6129032258063], "a": 0}, "o": {"k": 100, "a": 0}}, "ao": 0, "bm": 0, "ddd": 0, "ip": 6, "op": 12, "st": 0, "sr": 1, "shapes": [{"ty": "gr", "it": [{"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[1, 6], [6, 6], [6, 21], [5, 21], [5, 7], [2, 7], [2, 11], [5, 11], [5, 12], [2, 12], [2, 17], [5, 17], [5, 18], [2, 18], [2, 23], [4, 23], [4, 24], [2, 24], [2, 29], [6, 29], [6, 30], [1, 30]]}, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [5.5, 28.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0, 0, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0, 0, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0]], "v": [[2, 7], [5, 7], [5, 11], [2, 11]]}, "a": 0}}, {"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[2, 18], [5, 18], [5, 21], [4, 21], [4, 22], [3, 22], [3, 23], [2, 23]]}, "a": 0}}, {"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0]], "v": [[2, 12], [5, 12], [5, 17], [2, 17]]}, "a": 0}}, {"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[2, 24], [3, 24], [3, 25], [4, 25], [4, 26], [3, 26], [3, 27], [4, 27], [4, 28], [5, 28], [5, 29], [2, 29]]}, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [1, 0.427, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [1, 0.427, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [19.5, 16.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [15.5, 27.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [19.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [18.5, 12.5], "a": 0}, "s": {"k": [3, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[15, 10], [16, 10], [16, 11], [17, 11], [17, 12], [15, 12]]}, "a": 0}}, {"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[16, 9], [19, 9], [19, 10], [21, 10], [21, 11], [17, 11], [17, 10], [16, 10]]}, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.553, 0.365, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.553, 0.365, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [17.5, 26.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [16.5, 12.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [6.5, 15.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [19.5, 15.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [13, 11.5], "a": 0}, "s": {"k": [4, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [5, 25.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [5, 23.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [18.5, 14.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [19.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [18.5, 25.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [7.5, 27.5], "a": 0}, "s": {"k": [5, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [8.5, 13.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [9.5, 12.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [7.5, 14.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [20.5, 20], "a": 0}, "s": {"k": [1, 6], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [16.5, 27.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [13, 28.5], "a": 0}, "s": {"k": [4, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [17.5, 13.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.333, 0.251, 0.031], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.333, 0.251, 0.031], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [10.5, 12.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.6, 0.475, 0.016], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.6, 0.475, 0.016], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [9.5, 13.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [11.5, 12.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.808, 0.667, 0.016], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.808, 0.667, 0.016], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [15.5, 13.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [12.5, 12.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [6.5, 20.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.949, 0.776, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.949, 0.776, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [13.5, 12.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.949, 0.761, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.949, 0.761, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [16.5, 13.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [14.5, 12.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.792, 0.6, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.792, 0.6, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [10.5, 27.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [15.5, 12.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.6, 0.412, 0.016], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.6, 0.412, 0.016], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [17.5, 19], "a": 0}, "s": {"k": [1, 4], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [15.5, 15.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [14.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [10.5, 13.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [14.5, 13.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.98, 0.824, 0.031], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.98, 0.824, 0.031], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [9.5, 14.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [15.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [16.5, 17.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [12, 13.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [16.5, 20.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [7.5, 17.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [8.5, 15.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.98, 0.855, 0.063], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.98, 0.855, 0.063], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [13.5, 13.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [16.5, 16.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [7.5, 16.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [16.5, 21.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.98, 0.839, 0.047], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.98, 0.839, 0.047], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [8.5, 14.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [6.5, 18.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.886, 0.729, 0.016], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.886, 0.729, 0.016], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [15.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [14.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [14, 14.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [8.5, 16.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [10.5, 14.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [1, 0.871, 0.094], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [1, 0.871, 0.094], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [15.5, 19], "a": 0}, "s": {"k": [1, 6], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [8.5, 20.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [14.5, 15.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [8.5, 17.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [13.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [12, 14.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[9, 15], [11, 15], [11, 16], [10, 16], [10, 17], [9, 17]]}, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [1, 0.886, 0.11], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [1, 0.886, 0.11], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [6.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [15.5, 14.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [16.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [8, 26.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.98, 0.839, 0.031], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.98, 0.839, 0.031], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[10, 23], [11, 23], [11, 26], [10, 26], [10, 27], [9, 27], [9, 25], [10, 25]]}, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [13.5, 25.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [16.5, 14.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [15.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [16.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.965, 0.776, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.965, 0.776, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [6.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [17.5, 14.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [6.5, 25.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.839, 0.631, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.839, 0.631, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [7.5, 15.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.792, 0.647, 0.016], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.792, 0.647, 0.016], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [12.5, 15.5], "a": 0}, "s": {"k": [3, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [6, 26.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [11.5, 20.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [10.5, 16.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[5, 22], [9, 22], [9, 24], [10, 24], [10, 25], [9, 25], [9, 26], [7, 26], [7, 23], [5, 23]]}, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [5.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [14.5, 16.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [11.5, 17.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [1, 0.886, 0.125], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [1, 0.886, 0.125], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [16.5, 15.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.965, 0.792, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.965, 0.792, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [18.5, 19], "a": 0}, "s": {"k": [1, 2], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [17.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [14.5, 25.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [17.5, 15.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.949, 0.745, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.949, 0.745, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [18.5, 15.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.761, 0.553, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.761, 0.553, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [6.5, 16.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.537, 0.427, 0.016], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.537, 0.427, 0.016], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[11, 16], [14, 16], [14, 17], [15, 17], [15, 23], [11, 23], [11, 22], [10, 22], [10, 21], [12, 21], [12, 20], [11, 20], [11, 19], [10, 19], [10, 18], [12, 18], [12, 17], [11, 17]]}, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [4.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [4.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [10, 17.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [10, 20.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [4.5, 26.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [1, 0.902, 0.125], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [1, 0.902, 0.125], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [6.5, 19.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [17.5, 16.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [17.5, 21.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.965, 0.792, 0.016], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.965, 0.792, 0.016], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [16.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [15.5, 25.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [13.5, 26.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [18.5, 16.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [17.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [18.5, 21.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.933, 0.698, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.933, 0.698, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [6.5, 17.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.745, 0.6, 0.016], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.745, 0.6, 0.016], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [12.5, 26.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [18.5, 17.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [18.5, 20.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.949, 0.714, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.949, 0.714, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [19.5, 17.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.682, 0.506, 0.016], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.682, 0.506, 0.016], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [16.5, 19], "a": 0}, "s": {"k": [1, 2], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [7.5, 18.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [1, 0.855, 0.078], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [1, 0.855, 0.078], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[8, 18], [9, 18], [9, 19], [10, 19], [10, 20], [8, 20]]}, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [3.5, 26.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [10.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [3.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [4.5, 27.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [3.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[11, 23], [13, 23], [13, 24], [12, 24], [12, 25], [13, 25], [13, 26], [12, 26], [12, 28], [11, 28], [11, 27], [10, 27], [10, 26], [11, 26]]}, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [13.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[7, 20], [8, 20], [8, 21], [10, 21], [10, 22], [4, 22], [4, 21], [7, 21]]}, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.251, 0.204, 0.063], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.251, 0.204, 0.063], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [9.5, 18.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.965, 0.871, 0.267], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.965, 0.871, 0.267], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [19.5, 18.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.839, 0.584, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.839, 0.584, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [7.5, 19.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.965, 0.855, 0.188], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.965, 0.855, 0.188], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [10.5, 19.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.949, 0.871, 0.282], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.949, 0.871, 0.282], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [19.5, 20], "a": 0}, "s": {"k": [1, 2], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.886, 0.616, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.886, 0.616, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [19.5, 21.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.824, 0.553, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.824, 0.553, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [9.5, 23], "a": 0}, "s": {"k": [1, 2], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.965, 0.824, 0.047], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.965, 0.824, 0.047], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [14.5, 26.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [18.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.918, 0.667, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.918, 0.667, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [19.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.698, 0.459, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.698, 0.459, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [15.5, 26.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [18.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.902, 0.616, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.902, 0.616, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [12.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [1, 1, 1], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [1, 1, 1], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [17.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [16.5, 25.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.918, 0.631, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.918, 0.631, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [18.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.729, 0.459, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.729, 0.459, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [17.5, 25.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.792, 0.522, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.792, 0.522, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [16.5, 26.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [14.5, 27.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.745, 0.49, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.745, 0.49, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [13, 27.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.902, 0.6, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.902, 0.6, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}]}, {"ty": 4, "ks": {"s": {"k": [1651.6129032258063, 1651.6129032258063], "a": 0}, "o": {"k": 100, "a": 0}}, "ao": 0, "bm": 0, "ddd": 0, "ip": 12, "op": 18, "st": 0, "sr": 1, "shapes": [{"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [6.5, 28.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[2, 6], [7, 6], [7, 21], [6, 21], [6, 7], [3, 7], [3, 11], [6, 11], [6, 12], [3, 12], [3, 17], [6, 17], [6, 18], [3, 18], [3, 23], [5, 23], [5, 24], [3, 24], [3, 29], [7, 29], [7, 30], [2, 30]]}, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0, 0, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0, 0, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0]], "v": [[3, 12], [6, 12], [6, 17], [3, 17]]}, "a": 0}}, {"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[3, 18], [6, 18], [6, 21], [5, 21], [5, 22], [4, 22], [4, 23], [3, 23]]}, "a": 0}}, {"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0]], "v": [[3, 7], [6, 7], [6, 11], [3, 11]]}, "a": 0}}, {"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[3, 24], [4, 24], [4, 25], [5, 25], [5, 26], [4, 26], [4, 27], [5, 27], [5, 28], [6, 28], [6, 29], [3, 29]]}, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [1, 0.427, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [1, 0.427, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [11.5, 9.5], "a": 0}, "s": {"k": [3, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [13.5, 10.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [17.5, 10.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [19.5, 16.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [19.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [15.5, 27.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[15, 9], [16, 9], [16, 11], [17, 11], [17, 12], [15, 12]]}, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [14, 8.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.553, 0.365, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.553, 0.365, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [18.5, 25.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [13, 28.5], "a": 0}, "s": {"k": [4, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [18.5, 14.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [19.5, 15.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [16.5, 27.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [7.5, 14.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [20.5, 20], "a": 0}, "s": {"k": [1, 6], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [8.5, 13.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [13, 11.5], "a": 0}, "s": {"k": [4, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [6, 23.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [17.5, 26.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [9.5, 12.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [17.5, 13.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [16.5, 12.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [8.5, 27.5], "a": 0}, "s": {"k": [5, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [6, 25.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [19.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.333, 0.251, 0.031], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.333, 0.251, 0.031], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [10.5, 12.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.6, 0.475, 0.016], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.6, 0.475, 0.016], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [9.5, 13.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [11.5, 12.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.808, 0.667, 0.016], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.808, 0.667, 0.016], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [15.5, 13.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [12.5, 12.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.949, 0.776, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.949, 0.776, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [13.5, 12.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.949, 0.761, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.949, 0.761, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [16.5, 13.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [14.5, 12.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.792, 0.6, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.792, 0.6, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [15.5, 12.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.6, 0.412, 0.016], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.6, 0.412, 0.016], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [10.5, 13.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [14.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [17.5, 19], "a": 0}, "s": {"k": [1, 4], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [14.5, 13.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [15.5, 15.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.98, 0.824, 0.031], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.98, 0.824, 0.031], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [7.5, 17.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [15.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [16.5, 20.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [8.5, 15.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [16.5, 17.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [9.5, 14.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [12, 13.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.98, 0.855, 0.063], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.98, 0.855, 0.063], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [7.5, 16.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [16.5, 16.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [16.5, 21.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [13.5, 13.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.98, 0.839, 0.047], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.98, 0.839, 0.047], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [8.5, 14.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.886, 0.729, 0.016], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.886, 0.729, 0.016], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [14, 14.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [14.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [15.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [10.5, 14.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [8.5, 16.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [1, 0.871, 0.094], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [1, 0.871, 0.094], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [8.5, 20.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [15.5, 19], "a": 0}, "s": {"k": [1, 6], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [8.5, 17.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [12, 14.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [13.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[9, 15], [11, 15], [11, 16], [10, 16], [10, 17], [9, 17]]}, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [14.5, 15.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [1, 0.886, 0.11], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [1, 0.886, 0.11], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [7.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [9, 26.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [15.5, 14.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [16.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.98, 0.839, 0.031], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.98, 0.839, 0.031], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [16.5, 14.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [16.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [13.5, 25.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[11, 23], [12, 23], [12, 26], [11, 26], [11, 27], [10, 27], [10, 25], [11, 25]]}, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [15.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.965, 0.776, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.965, 0.776, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [7.5, 25.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [7.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [17.5, 14.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.839, 0.631, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.839, 0.631, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [7.5, 15.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.792, 0.647, 0.016], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.792, 0.647, 0.016], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [14.5, 16.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [12.5, 15.5], "a": 0}, "s": {"k": [3, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [7.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [11.5, 20.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [11.5, 17.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [10.5, 16.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[9, 22], [10, 22], [10, 26], [8, 26], [8, 23], [9, 23]]}, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [6, 26.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [6.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [1, 0.886, 0.125], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [1, 0.886, 0.125], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [16.5, 15.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.965, 0.792, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.965, 0.792, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [17.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [17.5, 15.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [14.5, 25.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [18.5, 19], "a": 0}, "s": {"k": [1, 2], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.949, 0.745, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.949, 0.745, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [18.5, 15.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.761, 0.553, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.761, 0.553, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[11, 16], [14, 16], [14, 17], [15, 17], [15, 23], [12, 23], [12, 22], [11, 22], [11, 21], [12, 21], [12, 20], [11, 20], [11, 19], [10, 19], [10, 18], [12, 18], [12, 17], [11, 17]]}, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [7.5, 26.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [8.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [5.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [10.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [6, 22.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [10, 20.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [10, 17.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [1, 0.902, 0.125], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [1, 0.902, 0.125], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [17.5, 21.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [17.5, 16.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.965, 0.792, 0.016], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.965, 0.792, 0.016], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [18.5, 21.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [15.5, 25.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [16.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [13.5, 26.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [18.5, 16.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [17.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.933, 0.698, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.933, 0.698, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [18.5, 17.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [12.5, 26.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [18.5, 20.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.949, 0.714, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.949, 0.714, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [19.5, 17.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.682, 0.506, 0.016], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.682, 0.506, 0.016], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [7.5, 18.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [16.5, 19], "a": 0}, "s": {"k": [1, 2], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [1, 0.855, 0.078], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [1, 0.855, 0.078], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[7, 20], [8, 20], [8, 21], [11, 21], [11, 22], [5, 22], [5, 21], [7, 21]]}, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [5.5, 27.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [4.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [11.5, 27], "a": 0}, "s": {"k": [1, 2], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [4.5, 26.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [11.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [4.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[8, 18], [9, 18], [9, 19], [10, 19], [10, 20], [8, 20]]}, "a": 0}}, {"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[12, 23], [13, 23], [13, 24], [14, 24], [14, 25], [13, 25], [13, 26], [12, 26]]}, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.251, 0.204, 0.063], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.251, 0.204, 0.063], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [9.5, 18.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.965, 0.871, 0.267], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.965, 0.871, 0.267], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [19.5, 18.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.839, 0.584, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.839, 0.584, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [7.5, 19.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.965, 0.855, 0.188], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.965, 0.855, 0.188], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [10.5, 19.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.949, 0.871, 0.282], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.949, 0.871, 0.282], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [19.5, 20], "a": 0}, "s": {"k": [1, 2], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.886, 0.616, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.886, 0.616, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [19.5, 21.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.824, 0.553, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.824, 0.553, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [10.5, 23], "a": 0}, "s": {"k": [1, 2], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.965, 0.824, 0.047], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.965, 0.824, 0.047], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [14.5, 26.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [18.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.918, 0.667, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.918, 0.667, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [19.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.698, 0.459, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.698, 0.459, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [15.5, 26.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [18.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.902, 0.616, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.902, 0.616, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [16.5, 25.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [17.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.918, 0.631, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.918, 0.631, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [18.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.729, 0.459, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.729, 0.459, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [17.5, 25.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.792, 0.522, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.792, 0.522, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [14.5, 27.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [16.5, 26.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.745, 0.49, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.745, 0.49, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [13, 27.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.902, 0.6, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.902, 0.6, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}]}, {"ty": 4, "ks": {"s": {"k": [1651.6129032258063, 1651.6129032258063], "a": 0}, "o": {"k": 100, "a": 0}}, "ao": 0, "bm": 0, "ddd": 0, "ip": 18, "op": 24, "st": 0, "sr": 1, "shapes": [{"ty": "gr", "it": [{"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[2, 6], [7, 6], [7, 21], [6, 21], [6, 7], [3, 7], [3, 11], [6, 11], [6, 12], [3, 12], [3, 17], [6, 17], [6, 18], [3, 18], [3, 23], [5, 23], [5, 24], [3, 24], [3, 29], [7, 29], [7, 30], [2, 30]]}, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [6.5, 28.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0, 0, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0, 0, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [19.5, 6.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [18.5, 9.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [17, 8.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [22.5, 9], "a": 0}, "s": {"k": [1, 2], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [20.5, 8.5], "a": 0}, "s": {"k": [1, 3], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.553, 0.365, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.553, 0.365, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[3, 24], [4, 24], [4, 25], [5, 25], [5, 26], [4, 26], [4, 27], [5, 27], [5, 28], [6, 28], [6, 29], [3, 29]]}, "a": 0}}, {"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0]], "v": [[3, 12], [6, 12], [6, 17], [3, 17]]}, "a": 0}}, {"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[3, 18], [6, 18], [6, 21], [5, 21], [5, 22], [4, 22], [4, 23], [3, 23]]}, "a": 0}}, {"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0]], "v": [[3, 7], [6, 7], [6, 11], [3, 11]]}, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [1, 0.427, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [1, 0.427, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [19, 10.5], "a": 0}, "s": {"k": [6, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [10.5, 18.5], "a": 0}, "s": {"k": [1, 5], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [23.5, 26.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [14.5, 11.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [6, 23.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [14.5, 26.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [8.5, 27.5], "a": 0}, "s": {"k": [5, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [11.5, 14.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [13.5, 12.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [26.5, 14.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [27.5, 19], "a": 0}, "s": {"k": [1, 6], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [6, 25.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [19, 27.5], "a": 0}, "s": {"k": [6, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [24.5, 12.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [13.5, 25.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [24.5, 25.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [26.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [23.5, 11.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.333, 0.251, 0.031], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.333, 0.251, 0.031], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [15.5, 11.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [11.5, 15.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.443, 0.333, 0.016], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.443, 0.333, 0.016], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [16.5, 11.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.682, 0.537, 0.016], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.682, 0.537, 0.016], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [17.5, 11.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.839, 0.682, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.839, 0.682, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [19, 11.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[11, 23], [12, 23], [12, 26], [11, 26], [11, 27], [10, 27], [10, 25], [11, 25]]}, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.965, 0.776, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.965, 0.776, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [7.5, 25.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [20.5, 11.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [7.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.839, 0.631, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.839, 0.631, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [21.5, 11.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [11.5, 21.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.682, 0.506, 0.016], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.682, 0.506, 0.016], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [26.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [22.5, 11.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [26.5, 15.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [15.5, 26.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [22.5, 26.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.427, 0.298, 0.016], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.427, 0.298, 0.016], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [14.5, 12.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.6, 0.475, 0.016], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.6, 0.475, 0.016], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [12.5, 15.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [15.5, 12.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.965, 0.792, 0.016], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.965, 0.792, 0.016], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [14.5, 13.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [12.5, 16.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [16.5, 12.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [19.5, 12.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [13.5, 14.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.98, 0.839, 0.047], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.98, 0.839, 0.047], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [21.5, 14], "a": 0}, "s": {"k": [1, 2], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [18, 12.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [13.5, 21], "a": 0}, "s": {"k": [1, 2], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [19.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [23.5, 19.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [12.5, 17.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [14.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [23.5, 16.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.98, 0.855, 0.063], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.98, 0.855, 0.063], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [15.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [20.5, 12.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [23.5, 15.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [12.5, 20.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.98, 0.824, 0.031], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.98, 0.824, 0.031], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[22, 13], [23, 13], [23, 14], [24, 14], [24, 15], [22, 15]]}, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [24.5, 18], "a": 0}, "s": {"k": [1, 4], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [14.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [21.5, 12.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [22.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [12.5, 21.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [21.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [19, 24.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [23.5, 21.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [13.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.965, 0.792, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.965, 0.792, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [22.5, 12.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.933, 0.729, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.933, 0.729, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [23.5, 25.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [23.5, 12.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.6, 0.412, 0.016], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.6, 0.412, 0.016], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [25.5, 13.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [12.5, 13.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [25.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.349, 0.251, 0.031], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.349, 0.251, 0.031], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [13.5, 13.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.792, 0.647, 0.016], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.792, 0.647, 0.016], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [15.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [20.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [20.5, 13.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [14.5, 14.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [13.5, 15.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [16, 13.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [1, 0.871, 0.094], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [1, 0.871, 0.094], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [21.5, 22], "a": 0}, "s": {"k": [1, 2], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [16.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [15.5, 14.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [14.5, 15.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [13.5, 19.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [13.5, 16.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [14.5, 21.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [19.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [18.5, 13.5], "a": 0}, "s": {"k": [3, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [1, 0.886, 0.11], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [1, 0.886, 0.11], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [23.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [23.5, 13.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [12.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [13.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [22.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.949, 0.745, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.949, 0.745, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [24.5, 13.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [13.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.761, 0.553, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.761, 0.553, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [12.5, 14.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [11.5, 16.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.698, 0.553, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.698, 0.553, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[14, 19], [16, 19], [16, 22], [15, 22], [15, 20], [14, 20]]}, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [21.5, 15.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [6.5, 26.5], "a": 0}, "s": {"k": [3, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[15, 15], [16, 15], [16, 16], [17, 16], [17, 17], [15, 17]]}, "a": 0}}, {"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0]], "v": [[8, 22], [10, 22], [10, 26], [8, 26]]}, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [6, 24.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [18, 19.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [6, 22.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [20.5, 14.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[16, 14], [19, 14], [19, 17], [18, 17], [18, 16], [17, 16], [17, 15], [16, 15]]}, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [1, 0.886, 0.125], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [1, 0.886, 0.125], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [16.5, 15.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [7.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[19, 14], [20, 14], [20, 15], [21, 15], [21, 16], [22, 16], [22, 21], [21, 21], [21, 22], [19, 22], [19, 19], [17, 19], [17, 20], [19, 20], [19, 23], [18, 23], [18, 22], [16, 22], [16, 18], [15, 18], [15, 17], [19, 17]]}, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [14.5, 16.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [10.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [14.5, 20.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [17.5, 16.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [1, 0.902, 0.125], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [1, 0.902, 0.125], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [25.5, 18], "a": 0}, "s": {"k": [1, 2], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [21.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [14.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [24.5, 14.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [18, 25.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [24.5, 21.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.949, 0.714, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.949, 0.714, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [25.5, 14.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [26.5, 16.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.647, 0.443, 0.016], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.647, 0.443, 0.016], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[22, 15], [23, 15], [23, 17], [24, 17], [24, 19], [23, 19], [23, 22], [22, 22]]}, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [1, 0.855, 0.078], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [1, 0.855, 0.078], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [24.5, 20.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [20.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [24.5, 15.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.949, 0.761, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.949, 0.761, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [25.5, 15.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.918, 0.667, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.918, 0.667, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [25.5, 19.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [25.5, 16.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [19.5, 25.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.933, 0.698, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.933, 0.698, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [11.5, 17.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.871, 0.714, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.871, 0.714, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [16.5, 26], "a": 0}, "s": {"k": [1, 2], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [12.5, 19.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [16.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [15.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [4.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [11.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "sh", "d": 0, "ks": {"k": {"c": true, "i": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "o": [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0], [0, 0]], "v": [[13, 17], [14, 17], [14, 18], [15, 18], [15, 19], [13, 19]]}, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [12.5, 24.5], "a": 0}, "s": {"k": [1, 3], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [11.5, 26.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [18.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [11.5, 20.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [17.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [17.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [4.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [4.5, 26.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [5.5, 27.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [14.5, 25.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [8, 21.5], "a": 0}, "s": {"k": [6, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.251, 0.204, 0.063], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.251, 0.204, 0.063], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [14.5, 17.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.965, 0.871, 0.267], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.965, 0.871, 0.267], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [26.5, 17.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [17.5, 26.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.824, 0.553, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.824, 0.553, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [11.5, 19], "a": 0}, "s": {"k": [1, 2], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.949, 0.776, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.949, 0.776, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [12.5, 18.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.965, 0.855, 0.188], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.965, 0.855, 0.188], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [15.5, 18.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.949, 0.871, 0.282], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.949, 0.871, 0.282], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [25.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [26.5, 19], "a": 0}, "s": {"k": [1, 2], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [22.5, 25.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.871, 0.584, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.871, 0.584, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [20.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [9, 26.5], "a": 0}, "s": {"k": [2, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [23.5, 20.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [7.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.98, 0.839, 0.031], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.98, 0.839, 0.031], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [24.5, 22.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [20.5, 25.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [25.5, 20.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [23.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [22.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.933, 0.667, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.933, 0.667, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [20.5, 26.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [26.5, 20.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.792, 0.522, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.792, 0.522, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [25.5, 21.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [21.5, 25.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.918, 0.631, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.918, 0.631, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [26.5, 21.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [25.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [21.5, 26.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.647, 0.412, 0.016], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.647, 0.412, 0.016], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [10.5, 23], "a": 0}, "s": {"k": [1, 2], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.965, 0.824, 0.047], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.965, 0.824, 0.047], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [16.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [15.5, 25.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [17.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [1, 1, 1], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [1, 1, 1], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [24.5, 23.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [23.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "rc", "d": 0, "p": {"k": [18.5, 26.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.902, 0.616, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.902, 0.616, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [24.5, 24.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.729, 0.459, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.729, 0.459, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}, {"ty": "gr", "it": [{"ty": "rc", "d": 0, "p": {"k": [19.5, 26.5], "a": 0}, "s": {"k": [1, 1], "a": 0}, "r": {"k": 0, "a": 0}}, {"ty": "fl", "o": {"k": 100, "a": 0}, "c": {"k": [0.902, 0.6, 0], "a": 0}}, {"ty": "st", "lc": 2, "lj": 2, "ml": 0, "o": {"k": 100, "a": 0}, "w": {"k": 0.1, "a": 0}, "c": {"k": [0.902, 0.6, 0], "a": 0}}, {"ty": "tr", "s": {"k": [100, 100], "a": 0}, "o": {"k": 100, "a": 0}}]}]}], "tgs": 1} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/tent.json b/ohos/flutter_lottie/assets/tent.json new file mode 100644 index 0000000000000000000000000000000000000000..4587c1270ef402ab83681f7a234eab214d7bd1e7 --- /dev/null +++ b/ohos/flutter_lottie/assets/tent.json @@ -0,0 +1,3133 @@ +{ + "v": "5.5.6", + "fr": 24, + "ip": 0, + "op": 24, + "w": 500, + "h": 450, + "nm": "课程已完成状态", + "ddd": 0, + "assets": [ + { + "id": "image_0", + "w": 302, + "h": 316, + "u": "", + "p": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAS4AAAE8CAYAAAB+XlzTAAAgAElEQVR4Xu19B5Qcxbn1rZ60u9qsnCWEItlIWERpBMKARJZEBgMGg41tnOPvo+fn9PzsB+/xjEGaFWBjm4zBxg8bsDEYG4yQBEISSEi7ynlXmyb2dP3n65lezc5O6Jnp7umerTpnj2C3wle3au58VXXrKwaRKgIB/uxljd1d7ArqjNvF/lxz/TO7KqJjohMCgQwIMIFKZSDQ/ejSWUo8ukHtDcOihhuf+2Nl9Ez0QiAwEAFBXBUyKwRxVchAim7oQkAQly6Y7J9JEJf9x0hYaBwCgriMw7KsNQniKiv8onGLERDEZTHgZjUniMssZEW9dkRAEJcdR6VAm77x/to547tav3r9lkeWis35AsET2R2JgCAuRw4b8PWtqxt4D64Dx+0c/KRh4UO448MHEr0Rp4oOHVVhtl4EBHHpRcom+b753prT40r8NoBdxcFrNLMEcdlkgIQZliAgiMsSmEtr5Bvvvdek8OgN4Px2DhyXqTZBXKVhLEo7CwFBXDYer6+++87Z4MrtjGEJ56jKZaogLhsPpDDNcAQEcRkOaWkVLv9w9bBQCDcqDLeB8xl6axPEpRcpka8SEBDEZYNR5Jyzr294Zz7i/HaAXcE59xZqliCuQhET+Z2MgCCuMo7e8nffHRFi0U9yhd3GwY8txRRBXKWgJ8o6DQFBXBaPmOpdvb/6PCjsds5xKcA9RpggiMsIFEUdTkFAEJdFI/WtjatHx2LsZkD5FDgmG92sIC6jERX12RkBQVwmjs5yzqXe9asvYAq7DeCLOeA2qzlBXGYhK+q1IwKCuEwYla+9++44QL6VQ7kVHONNaGJAlYK4rEBZtGEXBARxGTQST3DuWv3e2kWAchvn/EIALoOq1lWNIC5dMIlMFYKAIK4SB/LbG9dMlKPKpzhwCwcfU2J1RRcXxFU0dKKgAxEQxFXCoH1j/erz43E8DvDGEqoxpKggLkNgFJU4BAFBXCUO1PItW+pDoSN3cIV9QXhcJYIpigsEdCIgiEsnUPmyLd+wwdsbi1wPKF8G+Kx8+Y3+u/C4jEZU1GdnBARxGTw6JDD9xntrFnPwr3HOzzK4+qzVCeKyCmnRjh0QEMRl4ih87d135oLzr4PhEs65ZGJTEMRlJrqibrshIIjLghH55rp10+JM/goHbgTnPjOaFMRlBqqiTrsiIIjLwpH51vr1I2Ul8gXOcafRJ5GCuCwcSNFU2REQxFWGIVi+YUNtKBa6XWH8bqOU9YK4yjCQosmyISCIq2zQAw/y1Z6t70pXgylf5ZyfUIopgrhKQU+UdRoCgrhsMmJff2/NhYqifA3g84sxSRBXMaiJMk5FQBCXzUbua+vXzOZEYJxfUch9R0FcNhtIYY6pCAjiMhXe4iv/zvrVUyIKvgzOPwmgOl9NgrjyIST+XkkICOKy+Wh+c8ua4UpIuYtz/lnOMTSbuYK4bD6QwjxDERDEZSic5lW2fM/qmtAB3MqBL3HwSektCeIyD3tRs/0QEMRlvzHJaRHF/Xr7vdXLGPBVznGKllkQl8MGUphbEgKCuEqCr7yFv/HemvPoJJKDLxTEVd6xEK1bi4AgLmvxNqW1b21Ye/Lozh3fv3HLqkVqAwyLGm587o+mNCYqFQjYAAFBXDYYBCNM6H506SwlHt0giMsINEUddkdAEJfdR0infYK4dAIlslUEAoK4KmIYAUFcFTKQohu6EBDEpQsm+2cSxGX/MRIWGoeAIC7jsCxrTYK4ygq/aNxiBARxWQy4Wc0J4jILWVGvHREQxGXHUSnCJkFcRYAmijgWAUFcjh26/oYL4qqQgRTd0IWAIC5dMNk/kyAu+4+RsNA4BARxGYdlWWsSxFVW+EXjFiMgiMtiwM1qThCXWciKeu2IgCAuO45KETYJ4ioCNFHEsQgI4nLs0PU3PPrPb94U2rzxYfW34pJ1hYyq6EY2BARxVcjckNf829u969fMFsRVIQMqupETAUFcFTBB+J5HJqBr97ae7Ztkj+T6pa+j9y627MloBXRNdEEgkBEBQVwVMDF4a8s9CLbe3b27Ta7yVYU8incM89/fUwFdE10QCAjiqsQ5wA+21KGb70TPxobufQdkl8vt9kqeb3j8K/+jEvsr+iQQSGzjiuRoBHhby5cRC/4Uwa3o3n9Idnm9brfCtnv9n5jC2LK4ozsnjBcIZEFAEJeDpwbnXEJby0eIHJ6MyF6VuHx1Q9wIyWAudpN3XuCXDu6eMF0gkBUBQVwOnhx8W8sygD+O0A5A7lKJq3bkMHesvYdc6be9/sBpDu6eMF0gIIirEucA3xb4O4Az0fMBwGWVuOpGDnNHOnrAFA5JYud75gdeqsS+iz4NbgSEx+XQ8edtq86AorwBJQL0blF7oRFXqL0LLq4O7Z99C1o+4dAuCrMFAsLjqrQ5wLe1PAnwJYh1AOHd/Ygr3NkDSeZgDNzjlmaws1durrT+i/4MbgSEx+XA8VcFp+HYVgBuhHcBsSP9iCseiyHeFVZ/xxh7xOsPfNKB3RQmCwSEx1VJc0AVnHJ+t9qn3s2AkhDJa0tF+u9oRy+gKOR1hT2umgnsnPsOVhIGoi+DGwHhcTls/PsEp0ADbcirG/PJlEpc4SPdkDQVF2M/9vkD33RYV4W5AgHhcVXKHOBtLV+Cwn+m9kfugiqFyEBcoSPdcCWJizEc9GD8BOZfnlg/iiQQcDgCwuNy0AD2CU45JqtmR/YC0cMZiSsaDAOhWN/fGNgXvAsC/+Og7gpTBQLC46qEOdAnONU6E9wKxEMZiYsrHLEjPQDv+/OHXn9gJmPs6G8qARTRh0GJgPC4HDTsfYJT1WYF6N6EVGZK3eOiHLGuIHgs5bqihGW++SSjEEkg4GwEBHE5ZPx4W8vpUPg/+syVe4BQWz/r04lL03NpmRjwmndByzyHdFmYKRAQS0Wnz4E+wanWkcgBIHogJ3FFunvBokq/PBJzne3xr6CrQiIJBByLgPC4HDB0/QSnmr3BNiDeP1Zgusclx2JQkkLUvm4y/M7nb7ncAd0WJgoEhMfl5DnQT3CqdoQn97f6e1PpxEU5NSFqynIx7vFVTWFn/ny7kzERtg9uBITHZfPx5weeqEVP1y6Q4FRL8SAQ3DbA8kzEFesOgkf7xxNkYL/wLgh8xuZdF+YJBITH5dQ50E9wqnUiegiI7NNFXNGuXiDW3zNjjPV46qRxbPaKTqfiIuwe3AgIj8vG4z9AcKrZGtoOyN36iCtNiKoVkiT2Xc/8wL/buPvCNIGA8LicOAcGCE61TvRsAvjAcPKZloqKwiH3F6Ima2G7vfXSZDZ7xVF5vRNBEjYPSgSEx2XjYe8vOE0amhI4MN30TMRFeWKdveBy/+Ui/Z4x3Ob1twRsDIEwTSCQEQFBXDadGAMEp337W+1AZE9Gq7MSV08IPCIPKMOAd70LWk62KQTCLIGAWCo6bQ4MEJz27W/tAuRE4EC9Hle0JwRkIC4q74JrsXvBihecho+wd3AjIDwuG45/RsGpZmdK4EC9xCVHY1C6M0e0YYy96vUH/DaEQZgkEBAel5PmAG8N/Bc4vjjAZh4Dej7M2pVsS0UqEO3oAZQsgSGY5wSf/4H3nYSRsHVwIyA8LpuNf0bBqWaj3AmEdhZFXLHuEHh04D4XVcbAfutdELjWZlAIcwQCwuNyyhzIKDjVjE8LHKh3qUj55GAYSkpgwdSyDIh63K5J7JwVe52Ck7BzcCMgPC4bjX9WwWnf/tZHgJI9+nKupWIsFAEPJh7VyJSYhP/yzm/5so3gEKYIBITH5YQ5wLcFlgJ4IqOtXAF6NubsRi7iUuJxyEeC2ScCYx2e5sbx7KSf9joBK2Hj4EZAeFw2Gv+MglPNvng3EMwd0CEXcVE1sSO94PGBQlStCYlJX/X4V/7URpAIUwQCmVcIAhd7IJBVcKqZF90PRHI/jZiPuOSeMJRIjhs+jLV65487lrHl2dnNHnAJKwY5AsLjsskEyCo41eyjMDYUziZHykdcsWAYPMsGfV+1TLre51/5a5vAIswQCAiPy65zIKfgVDU6c+DA9P7kI65cQlStLsbwltffMteuWAm7BAKEgPC4bDAPsgpONduyBA4slLhIfhprpyfLcr9QJrnYuZ55gb/YABphgkBAeFx2nAM5Bad9+1sHgcj+vObn87ioglhXCDyWWYh6tAH2R9+CwKK8DYoMAoEyISA8rjIBrzWbU3CqZQrtAOSuvJbqIS45GIESyq7nSrjhTPEwPp35Wz7K26jIIBAoAwKCuMoAeh9pcS6hbdUWcH5MTjN6PgB4Pi8J0EVc4SiU3kjeXjPGWrz+wKfyZhQZBAJlQEAQVxlA7yOuXIJTLRMp5Xv1OT56iEuJK5CP5NeYMsZCnhrfePbxnx8uI0SiaYFARgQEcZVxYuQUnGp2xdqBcObAgemm6yEuKhMl4sohRO2rl+H7Pn/L/ysjRKJpgYAgLjvNgbyCU83Y8C6SvOsyXS9xyT0hKFkCC6Y2xMAOeMZXT2BT78u/ttRlocgkEDAGAeFxGYNjwbXwbQG6k0h3E3On3g8BRd97FnqJKx6OIq5jn4sMY5A+612w8v58Zoq/CwSsREAQl5VoJ9viu1eNR0ShF13dOZsnwiLi0pl0E1c0hniWiKgDmmJsk3f+yuMYY7nFXzptFNkEAkYgIIjLCBQLrCOv4FSrj5aItFTUmfQSF+lPYx3dqiBfT3JJ0hXu+Suf1ZNX5BEIWIGAIC4rUE5pQ5fgVMtPm/K0Oa8z6SUuqi7WGQSXB77NmKkpBvYP74LAmTrNENkEAqYjIIjLdIj7N8BbV30RXPkvXc0GPwLi2QMHptdRCHHpEaKm1s/crlO956xYo8tukUkgYDICgrhMBji1+kSEUx2CU7WQAnRvSlyw1pkKIa54JIZ4j35SBMPTPn/LEp2miGwCAVMREMRlKrxp3pYewalWRO4GQrkDB5biceWLiJpeN2NM9kjeY9i8+7O/1mEhlqKpwY2AIC4Lx5+3Bv4JDn0hYyL7gOihgqwrxOOiiqMdvYCiP2YgY9L/ev0rP1eQUSKzQMAEBARxmQBqpip560NzweP/1N1csBWI57+ak1pfocQld4egZHmyLJOdDOjy1NSMZ3Pvy3/jW3dHRUaBQOEICOIqHLOiSugWnFLtpFfo3Zg3blYpS0UqW4gQVWtLAvu2Z0Hgh0WBIAoJBAxCQBCXQUDmqka34FSrRO4FQq0FW1aox6XEZMhdocLaYdjpxfhjmH95/nAVhdUscgsEdCMgiEs3VMVn1C041ZqI6gscWKrHxTlHjPa58kRETW+HSewW7/zAQ8UjIkoKBEpDQBBXafjlLV2Q4FSrLdQGyD156y6VuKh8IUJUrT3GsNbrb/lYwQaKAgIBgxAQxGUQkNmqKUhwqlai72GMTO0VulSkOgoVomrtSgwXevwtL5oMn6heIJARAUFcJk6MwgSnSUMKCBxohMcVL+TCdUqDjLGXvf7AQhPhE1ULBLIiIIjLxMnBCxGcanZEDwORvUVZVYzHpcgK5M7CZBdkHGPgHpf7eHbOgxuLMlYUEgiUgIAgrhLAy1eUt7b8A5yfni9fv7+HdgJyZ0FFtMzFEBeVjXb0AIr+q0Vaewz4lXdBy41FGSsKCQRKQEAQVwng5SrKdzw0B3L8XwVXX0DgQCOWilRHrDsEXoAQ9ShxsYinBhPZ3ED+t9MKBkIUEAhkR0AQl0mzoyDBqWYDjwI9m4u2qFiPKx6KIh4sMjqzJP3EN3/l14s2WhQUCBSBgCCuIkDLV6RgwalWoXwECOkPHGiUx1WUEDXZOANr99RL49nsFcF8uIi/CwSMQkAQl1FIptTDt7X8DOBfKrjqAgMHGkVcqhC1vXDdWN+SkbEvev2BewvuryggECgSAUFcRQKXrVhRglOtst4tgFLkkg36HoTNZnfsSC+4nifLMlbAtnr946Yxtlx/qAmDcRfVDS4EBHEZPN6FC06TBvA40EOBA4tPxe5xUYtybwRKOFp844xd7fMHHi++AlFSIKAfAUFc+rHKm7MowalWq9wFhHbkbSNXhlKIq+CIqGmGiLj0JQ2dKFwgAoK4CgQsV3a+fdUSxJUni6oyvA+IFRY4ML2dUoiLlom0XCwlSS73PM+8B18rpQ5RViCgBwFBXHpQ0pmnKMGpVnfvVkApMMRMml0lERfpuYoUovaZwdjvff7AJTrhEtkEAkUjIIiraOj6FyxacKpWU/jDGJnMLoW4qL5ihaiaLQxM8Xg8U9nZv6DHbkUSCJiGgCAug6AtSnCqtU0hmilUc4mpVOKSQxEowRI26OkOI9gK74LAp0vsiiguEMiJgCAuAyZI0YJTre3oASByoGRLSiUuij9PcehLSQws6Kni49kZLfpfsi2lQVF2UCIgiMuAYS9acKq1HWwD4sULQLVqSiWuUoWofVAy9m8+f2C5AdCKKgQCGREQxFXixChJcKq13UMPY5Su3SyVuMicAU+WFR40ApCwzzti/ER23PLS1p0ljo0oXrkICOIqcWyLFpz27W+FgODWEq1IFDeCuOSeMJRITK1PPhKE3F34FUTJ44JvdNMdXn/Lg4Z0TFQiEEhDQBBXCVOiJMGp1m4JgQPTTTeCuOLhGOK94ZKIiwp7h9btqF786MQS4BVFBQJZERDEVcLkKElwqrUb3kkvVpRgxdGiRhCXElcgJ4WoxXpcZJHk86B6dNOl7nkrnzekc6ISgUAKAoK4SpgOJQlOtXZ7PgR4YmlWajKCuGhLK9berb7ZUQpxUV98IxrXVF34yKml9kuUFwikIyCIq8g5UZrgNNkoRYKgiBAGJSOIi0yJdYXA6bHYIve4tO5INT74hjWc4vWvXGdQF0U1AgEVAUFcRU4E3tryODhfVmTxRLHYESBcfODA9LaNIi7tybJSiYvsqxrT/Lxv4UOXloSTKCwQSENAEFcRU6JkwanWJpEWkZdBySji0oSoRhCXp74mXt04ZBLzB4xjaIPwEtU4FwFBXEWMXcmCU63NEgMHmuVxcYWrF66NIC4wCdVjmn7uPW/VXUVALYoIBDIiIIirwIlhiOCU2uQy0PNBga3nzm6Ux0WtRI/0Qj7cU5SOK91KT2NtqHro2JHsrJ90G9phUdmgRUAQV4FDz1tb7gbn9xRYbGB2AwIHmuVxUb1yTwjR/V1ZiUtyu+AZWqcPBkmCyy193bOg5Sf6CohcAoHcCAjiKmCGGCI41dqj16pJfGpgMtLjIiFqZHd7VuJipI4f1VSA9WyH13/+MYwtixdQSGQVCIilYqlzwBDBqWYEXfOJlxaJwUyPS4nFEd5xyEDiApgk3eidv/JXpY6DKC8QEB5XAXPAEMGp2p4xgQPNJC4OjtDWA8YSF9g73gWB2QVALrIKBITHVcocMERwqhkg9wChtlLMyVjWyKUiNRBsPQC5M3Mc+sKXigmTJSYt9PhXvmx450WFgwoB4XHpHG5DBKdaWxQ0kIIHGpyMJq7Q9oOJOPQZUrHEBcb+5PMHLjC466K6QYaAIC4dA26Y4FRry6DAgWYuFanu0I5DiXuLBhIXY+AeuGYx/wpjtSA6xlFkqRwEBHHpGEvDBKdqWxzopodfSw8caDZxhXe3I3owc+SKoj0uumfG8LDX33KzDuhFFoFA5i9OgUtuBAwTnGrNxINA0JxHcIxeKkb2tCNywBTiCnu8nonszAeMXy+LCT0oEBAeV55hNkxwqrVjYOBAsz0us4grYbf0I9+Cld8aFJ8y0UnDERDElQNSQwWnWjuh7YBszs0Xp3hcBAVj7JDHVzeBnXGPsWI2wz8iokI7IiCIKxdxbV+1BHHlSUMHrmcTwM0RjzuJuFTykqTPe+evvM9QfEVlgwIBQVy5iKu15Q1wfoZhM0GJAr2bDavO2UtFlbo2e/0rZzDGinlLyDQcRcX2R0AQV5YxMlRw2re/1Q5E9pg2K5zmcREQLsaWuv2Bp0wDRVRckQgI4spGXEZEOE2vO7wbiHWYNpGsJC5IDC6fp7S+MMDVUPtW9fkPzS2tIlF6sCEgiCvDiBsuONXaoGUiLRdNSpYSl0F9cA2pgq+59izPgpY3DKpSVDMIEBDElYm4trX8FOBfNnT86SUfetEnX5J8QNW4fLky/j24a51c01znLqpwhkK55BBGtUGvHtSMGfoHz3mrLjasTlFRxSMgiCttiFXBaW/3TnDeaOjoy51AaGf+Kl3VQM2U/Pky5AjtfEuubhziLOIC4KmvUaobG6Yw/wPG3zwvCklRyO4ICOJKJy6jIpymj3x4LxDTEThwEBIXc0moGtv0gNe/6k67f2CEffZAQBBXyjiYIjjV6u/9CFAST9vnTIOQuAgP79C6cNWQYaOZ/17jnj3Kh7X4u2MREMSVSlxtLVdC4cYfzXMF6Nmob5IMUuKiS9vVo4f+P49/5ff1ASVyDWYEBHGlEpfRglOt7ngPQKFs9CTJA3iH68k5IE/v7k3ykKENjtvj0jriHV5/uGpE9Wg2e0WsKABEoUGDgCCu5FCbIjjVplF0PxA5aPqkcqIcIhUUqcoL34iGT3n9gRbTwRINOBoBQVwacZkhONWmRrAViGcOgWzk7HE6cREWVaObNvvOf3i6kbiIuvQjwH+PGkSwGDV4jl2EiP6S1uYUxEWh/XavGo+IQkGyDFtmHR1G8wIHpk+VSiAu1xAfqobXL3LPC/zR2o+CaI0Q4M9gKOL4HIDt4HiSLUPm2N1lhksQFw2WGYLTvv2tEEBPkVmQKoG4SJDqG93896qFD51tAWSDtgnOKbIQhePtn/hzGIkYPg2OKpW8huC37CJ02Q2oQU9cpglO+/a3DgKR/ZaMe0UQF7m99TVwN9ed6Ju3Yr0lwA3CRvh/YgjcWAjgLfZF7NUg4E9gAiTcCnqfDvCAYSc8+DW7FOYEkSsSe0FcZglOtQEJ7QBka76wKoW4mCShalzzY15/yzVFzmtRTAcC/L9BIZseAMMv0I6H2HKE+TOYCQXXgUNOVkE36VvB8Wu2DLYJ+jioictUwak2cUwMHFiJe1xan7xNdfGq5sYJ7Kz/NS8OkI4Pd6Vn4ffiG6jBjxDGm4jiuzgWXYhjMRQcjXYpgcjrPcTxFFuW8vsygjO4icsswak2oKSUJ8W8RalSPC6CS/K4aK/rZ15/4CsWwTcom+EPogZB/AtVOA5RxOHBm2jE26jCIfX/tJQgr5fZlfirHYAa3MRlluBUG9lYOxC2zmGoJOIiCH3D63p81fWjmf9+W55s2eEDbIQN/B7cCS/uVxeHkvqCXjeG4BU0YK1aP4cEBtrK54jjV+xqWHPalKNzg5a4TBWcaoCHdwEx667eVRpxST4PqkY2fsXjD/zMiA+oqCMzAvznGIUY1kPCMPW5T2IF+vFgPZrwIjzogqJKhVxg2I+hCDA/dFy8NQ/xwUtcrYHHwHGVedAiEX+L4nBZlCqNuFSva3Tjbt/CRRMZW2bOCyMWjY3dm+H34ll4cBlSpyt5XxIOoQ7Pow7bkktHL1x4mV2BvxTaJ/4MjkcMJyOOF9m1OFRo+dT8g5K4zBWcJuFVYkCvjsCBpYxeWtlKJC6pxgfviLrrfPNafmMgVKKqNAT4PbgbPtyD9AC9iaVjFEPwRzThHXB4wBEBxwNsGdr1AskfQhXqcDs4xgBoB8cf2DLojDwwsJXBSVxmCk779rc6gbCOwIF6R15HvkokLup21Ziha30LV31MBwQiS5EI8HswHy78VV0qpqfE0pEkqa9gKP4GBdXg+Adbhhf0NsefxHxIWAgFMUjqTpoCBX9mS/EPvXUMao/LdMGphi695hPV/YVUzNgNKFOpxOWuq4a3uX6BZ/4KW5xoGTJYNquEr8AZCOHv4OruVuZEf6nGq2hWTxajUPALtgyd+brCn8BwMNwGBl9S2EpESLXRntkrxZxUDjqPi7cGvgCOe/OBXfLfgx8B8SL2LwdpPK6ceEsMVWObX/QtWHVhyeMiKsiIAH8Ut+AwHlTv6+Z65ZJ8pWq8hKH4J4CX2BX4ey5I6WoRnsQ1YDgO6LeDRktQBgkuSGo9fytkaAYVcVkiOFXRV4DuTermQMFJEFdGyDzNtby6sWYGO3uleS/qFjxY1hXgy+HGLPX+YMhoESh/As2I48s4gC8AGJJ32jIoqMXzaMYfEMPDuezhT+BkAEvA+pT4/UFLyCwkuPE7djne0Yvo4CIuswWnGupyNxDarncM+ucTxJURN+amuPRDA975gduKA9bZpfhTmAEFV0LCETDsQQxbIGGrnms4/F6MhIRa9vnM+iv+DBYigktwALeq/lS+79vEnlcYjXgYDVjOLkXGy7j8WTQiDhqvWkiqvJUkFZk4h3a9aO/rV+xy6Iq4ObiIy2zBqfbZoEvV0SIDBwriysowvuH1EV919TjmX1HSUboTKYw/gVFw4dNJPRUJQoleDiOOdWB4O1v4GX4v5gC4CxK+wj6PAZOSP4p6+HA7IpiMQ7hdd2gnWjK6cADNuIpdg1fTMeXLIeEEXA1gJmLwoQcnoBbr4EFvsg/pRWi/i6QXAfYJ5A1eN2iIyxLBqTYUpQQOFMSVlVdIkOod0fjvvgWB7zqRfEqxma+GB234DDiGJvYi1ET04YakEtjr2IjVbPnRc0F+DxbAjacg40vsi3g4U/v8SZwLCfPQg0k4ghvyeluplSQuBK1kn1UJry+py9oTMUe98+hCEAdxAWScBY49aMBzGILd/a4THS3qBcO/2BL8Lh9Wg4e4rBCcEtqcA70bE/8Wk5ib4roUUxI9e7fKtcOaDAuGaMmDsAX2tGpkU7vXN2ks8y8v4uSjwMZslp0/rRLL9JTIDZqFCf/HhQ/hwR/ZxTikyhs8eBYyuuHBLPbZgQEBk97WHXDDi4M4G2Gcn1EOkQ2HxJKxExxz2BewRZ3+RFoN+C2aEEQDPkAvxuIwPgUOX1KRH0Q9nkU9NmUhL/Imf8WWJOrL1bTNhsd4cywRnGpmy71AqNX4TuFcQAwAACAASURBVOiosVLlEKldd5EgdXj9Z7zzA7/QAUlFZeFPYjEknK5qoTInD1w4hA5sRTfuRzXGIoSH2d24WcvOH8RodKGLfRW9/AkshAvzAYSxD9ciru6jFZa8qjDiQXY37lCJ679xEdx4AXFEUI/HEcRsxDALlI/qJstpP6sWv0Mj3h1AXhxuNQbYMLQwf5YN/SwbZYUZ7oDcpkY4Te8/7W1ZFDgwvenBQFzU56oxQz/yntcyjTFWpFvrgEmbwUT+NM6BggtUqqCTPQlx9USOqEBR/Rm6BE1xHW4Gx0i4VKK4i30BP+c/xRz48F1wzEUUF+AEfIBufE6VlcoYggOgx3jznyim25VotRMyTmJfwXZ+L16GB+cmKSdhH1HRyGRBkjZSVC8irzo8iQZszOB5kTqfwkavG7Qel2WCUw1hOk2kU8UypMFCXCRI9TXVX+72r8i7F1KGYTCtSf4UZoPjcjBEEMZoRDAKHhyADwfgSV56PoBFiKpeWeIFBRnnQ1L/9jx8aEQIG3AEH8OJmAeO+WAIogOz0YvLCva2tJ4mvK4vII5/wYM3VErtc/EANAKg3Q/ta4YedE+QVwhN+CVqsCttw5426nfjfQTY8sxeV8XvcVkmOFUHyrqHMTJ9OgYLcUFi9Hjsm97zWk43jSVsWDF/AidAwlXqB/4wzkAEFyEORT3dq8JauNCBLlwFrvpa2tb91xDFzXBjpvq7GK7HyXgah3G3Kn0gz20PbgHHhKKJK0GQbwDohAcX9VvIEln5ANBToRrb0O/ofDOxbDyAYXgIHgST3qOGPJHXL7PtdVU0cSUEpy2bwTHFknlISnlSzJcpGU1c0f1HED2c23vkdAhR7EFECTi56mvgGVI927sgoFu0WEJztijKn1LV56RCjyCobnrfpn7Yyb+hTzLd/kvQVSKRZMKNVsg4Rv2tjNUYi7lgoIdIyBMLohvT0YXrkktNc/pJRFULoDnpdZGtdJn7QF/4nDUYgWfTvC46s1zHluLJTEZVNnFZJTjVkI0eBiJ97w6YMwly1Go0cenpQDwSQ7ynTAd8jD3l8weW6rGzEvL0ERdHDDKq0Y7PwIs6ddmVfVM9QWZEAzLuwufxCzytKuQb1XuD+9T9sOK9Lb3AEnmRkGNICnnRUwwUrs4Fjnr8BnX4oI+8Eop68sJ+nkmjVtnEtS1A96jO1IttyflCOwE5753TkpvJVkE5iIvHFcSO5NULmtJnxpjscUtT2NkrdpjSgM0qVeNZKbhalUMQHfXgU2jGWNV70ZZemT7RiQ10ynUiJqtLtBuSy825CKnx5a1JtIClTXrNJyQyI809RVqTsBcj0AK32rdEL5i6S/dbtgQb0g2sWOLiO1pmQ+ZvWzMiyVYo/hbF4SpTKgdxUVej7T1lWS4m5ja7z7sg8PkyQW5ps/wpnAKOJcndoTgO4ToMw3SVeIgAshFQQm/VhSachmocD4aTEEYDDqlXfAo/SSy210RUdQCaUrwuCspNJ41EajXq/cd/9Z0ykp8Yx1tsGZ4fPMRlleBUQ5QinVLE0zKmchFXrDsIHi1PgFLG0O2pc41ns1eUz9W1aMz505gLBZeoO0QuxLAXV6Iep6iERR/+bG5IIoDMPozAdyChHhzN2K/ua022zNvSMCJbRgCqrouIjH72JUmXwkKPxgpV5pHwurTTxRWpNwISX1gVmCwVnGr4UWx5ijFfxlQu4oqHoogHI2XruSThW575LT8qmwEWNcyfhh/AeaoAlYhrHy6BB6ep5BPM8WlO6Oo/wkj8St05OqhKJj5uOWkRTkRUtM9F+13038RAtM9F+11kJ+11kaqeYtwn9rnC4Lg/Pe5XZRJX26r/hKJY+6wVveZDr/qUMZWLuJRYHHIXfXLKlBjb5a2TjmGzV5RvnW5B1/sp54m49mMx4qoXlmtzPkEILmzCWDyCAzgPIZxX0J1Eo/uW6nVR3fSdRyeMCTvXYxSe6LdJz7CKXYl+4VYqjrgsF5xqg9q7BVDK53WQGV17DsTqx4w4+hae0RMuS30kiYjRPlcZE2PSzV7/yowXictolqFN8ydwFRhOVPe4NOKKJYkrV0uJPa5DqML7CKnC08I+94nNfeNS+l4X1Ux7dPS1w9CL4bhfjSKRiJPqhoLH2TKsTzWgsA4YZ7ppNVkrOE12g8tAzwfG9KmE6BDdW9+I1Y1osJy4qON0skgnjOVKjLF1Xn/glHK1b0W7/CncAgXHqEH5EkvFyyHjVN1LvmIIiEiGVO/05mKu5WihAJB3RSeMtClPdnUAIMngwOUiEdc/0+PbVxRxWS441QarlMCB6QNeAnEd+fC1WOOY5rIQl9wbhhIu70pNgnSBZ8HKPxX6GXJEfg7Gn8HtUDBWXRhKkLEPyxDHCbqJq5iOEkMQwdDZS5Eh5jI2S4RIglQSplIiUqQoa0RkXvwdI/CierqYiE3fyZbgvyrW4+JtD10BJf50MeNTUpnwPiBmUGy7Eoir/f1Xo80Th9F5jeWprELUZG8ZYy95/YHzLe+8BQ3ye/EJ1ONG1KIVLnVXiE7jbkAcU00jrvSNdCIu0hoX6u5om/CpONHvqpNXgVSXPblcpLolbMUo/LLvCpAEiV2JfjHYCjXBgiEqvgluteBUMzW4DYgbtDldAnEdeu+VyLDJI+lmmOVJiSuQyyRE7ddZr3S876yVAwSLlgNicIN8FY5BN96GG71oxHOown7sUSOijjN0/yndrdGkC/R7UugX+v1MDENfpZkIT1suksyUdhmOyiLaMQq/UJfDCVmExJZWKHGVRXCqDnIJD2NkmtwlENf+NS9FRkwd7SvHtxF9gcbau43dxC3iw8/AfuldELipiKK2LsL/hBHYhfsRwpXg6EATfoMOLIWCEaYQl7a3RZEdUjfmibiIwPRMMu2OYkOKQj7d6xqmCk8TbZBHR74kxbOnDXqvGqSQAgsqbAm+l86pth4wvcZxqwWnmmHxXoBCNRuVSoiAum/j+5FhE4f73N6ybHMh1hUEj5VHiKrBz4Coh/kmMv/99P1dMYk/hang+CT24RYAowDsAlfvG9YaTlxEIuQlkbeVSlD035p0QQ+y5FFpHhvptGgDPrW+VHKk+ijcTeIsUcYwPIgqHEieKraypXio4oiL73p0HKJhYg/DwhbrGRc1TxkDB6bbeGh7Z7S22eutqqPNA+uTHIxACaW/4W69HWD4D5+/5RtlaNm0JvkzOAkMl+EQ6H7hBX2qczNaJHKhMDS06ZAug6C/kVyR1C+5vK50yYN2L5FOJ7VEv6MH17SQN0dPFjmasBJD1DhdlOOF9Bev9Th8ZkBjaJ28HIJTrQfBNiBeXg2TZsq+zXsiDRMm+6qryqMnU6JxyN0G7fWVMEMYWLtnaOMEdtJPy3P7uwTbsxVVn7AHzkUU9TiohknOfQhD3o52paZQe+guIZ32ZdNukVOd624ktZd+tUc9G0z+pLKOdvGa/k39exMCqMUOxOGDhEfZEvTTGzmeuMomONUmQw89jFE+/VLqnNy1dlN4xKkXVHmVIt90LHSCp+XnCkeswx4kzph0t9e/8r9L7JJtivOn8UkAx6jChHyB/7QQMnRSR0s0vZ9yKpcerTQTAlQfaa7Sl36ZPCntd1RGi8GVSoia3IJomIiLrv9ISPW4KOjNSrYMu1NN0dsl2wxguiFlEZxqRsRDQHCrbbDZuXp9ePTZV1e5wx8CJIotQ4rSyWIZhagpXd7m9Y+fythye3yrlDgW/El8S/Wy8inmiRRoiUd7S3o8o1Sy0UNaqf3IJo8gG8hro0gQ6V4bXe1JbMAfTbRUpN2No8QVx1A8iBrsh4IowrifXa9ScF9yNHGVTXCqwRc7DITLFzgw/bNAxDXslAuqqmvksj3YIfeEoUTKK0Ttw8UlXeWbt/KJEjnDFsX50/ieGuGUiKsdpyGISzLqtzRviy4yU8q3H6VprPItD9NRyOZBUb70ZWKq16VdqNaYR7OXlqb0NyIvCREMxy/gRRc49mMJHmAUYrpiiKtcglMNwPBOIGafaCpEXLWTT61qmjQN6H6/LB+4eDiGeG+ZIqKm9Zgx/NPrbzmjLEAY3Ch/UpUDJBTzFG65E9dn3IOi4ylSuhMx0A9JF8gzyuSiEGlQflKw0xZ4ofcRqU4timkqEWU6kdQITVPIp+Yn0qRrRUc357swAvfDrfqMa9kSDBCVO9vjKpfgVJuUFH+L4nDZJBFxSXVjqsbOXQx0rgMUmrXWJiUeh3yk/Bv0Wq8liZ3jmR943VoUjG+NP43vJCMmxBHGBPWR1fSk6aa02O7090zLRc3LIv0ULQ9pY7xQ0kptO1XbRfVQvaTPynQiSftctLGvJW1ZScRF9dDUcWEPRmElAA/ceI5djn9lcviMR9mCGssnOE12TokCvZst6Kn+Joi4wmFUTb34diC0GwhbH9FYjRRBG/SlfBD0d1lPzud9C1ou1ZPRznn4M7hRvd4jIYpejEeH+jp0f8cjdZmYij8RRapKhfbAiChoX6nUcSILaDuV9q6IJKk+EpzST6a604k0lbg0O71YjxFqaBvamH+QLVM19f2SYz0u3tryW3B+ddkmmw0CB6b3nYirc//BquOu+yYYbc53lucBHDsIUTVsGJji8UnT2Jkr7HOKUsSk5c/gdMSxWL08k83jyra3pG2i03KQ9pKIsChvqaR1FOSj14GoTu3ydKb66XdEQ5pOWSMusku78lONl9CM16HgcJK4BqiaHUlcZRWcaoMV3g3EaFFun0TEdWTv/qpZyz4PV1UDQFKNMuzBycEwlJB9ltCMSQ96/SvVJ+KdmvhjmAaX+shFBD04Fkdw0wDiSX+MQussLb9oL4v2nowkrFQwNZ0WbbDTiWY2b46Iijwr7dBb8xLJCyTiSkgyHkYddgJ4jV2JlzONmTOJq5yCUw1FGwQOzORxEXEde+G1qB4+JRGxomeL5Z9VJSJD7rF+fy1bRxlY0FPFx7MzWsoboraEkeBPoBkS7gSDhC7MQBeu7Udc9IHPtSlObRvlYeXqB13boRPNQoiL5BBkG5Vl6MYo3A8XgoghwK7BnoogrrILTtUJEAd6NpUwDc0pqnlcYz++AM3Tz0y8vNO52nJNl52EqBrSEmPLPf7Av5mDvPm1crps/DRuB8PIJHHRM2VHE/23pt8y35zsLZBogWxJvKU9MGkvEqUu/ugUlO440I8H72OkeorYhivwCKOo8xmS4zwu3rrq8+BKeRXRchcQMmnju5ToEO/8OXLgw42+honHYsK8axLDHWori9Ys2tELKPbRfjKw/Z7x1RPZ1PvKcx/KADLhz2AhgLPQiWnoUt9X7E9c5HERCdg50RKRloqa7dpFbDpRJDKrwxNowCbE8BS7Glk1PY4irrILTrUJEdkHRAsNTKRzNhlAXJLbg1nXfj0RPJLihHW9q7Nx47LJ3WEoUfvsc1HPGNinvQsCK4zrpbU18acxDsAnM+q4iAgoKIim4bLWNH2tEduQxE+LpKp5iaSwp2WihA6MxEpI2IZhaGH+vp2wAfU7i7jKLTjV4KNrPnTdx4xkAHGRWcddczckD80Iule2ASAv0cJU7ifLsnR1o9cfOJ4xZsVuj+Fo8+WQcCJuQC/OxmHcnPImdKIt8l4o4I32UrThFpRYYbpglUaBThPJMSc/uAqvYhj+ChlPsWXYmKs1ZxFXuQWnKpIGBw5MHx2DiGvaxTfA1zQpUTt5h3SYYGFS5DjkTvsIUbWuuyRc4p7f8nsLoTC0Kf4UjoOMW7Aft6sf+3QKJo9Le2zV0JYNqIzYhryt1ECEJFYlL4yjFyPQAi/ewhX4bba9Lc0KxxBX2QWnGmJyLxAyMHCgScQ14axz0XBM8rZLGTbpqcmEENVezg1j7G9ef4BCxDgy8Sfgghs3YR++CRnH9rvBl02AapeepotPiX208DtV+CuG4f8g42G2LP+zHM4hrnILTrXBjxwAoiQTNimVEAF19ztvhtu37yCZIZomT8W4s1P0uXSYQNozC1OsMwgulzciaqbuMpfnY955D6y1EApDm+IvYCL24yfoxrIBG/S0O0B3/+z1fZHQj1HEIxKkpLIOERfDAYzAw3DhSbYEq/WA5QjisoXgVEOTvC3yumyYNDkEmeau9mHmki8BRISU6LHazjWWWm2HJ8syEhfDY15/S/LY1VJIDGvs4ApcV9WFh2vpNp9GUrm0XIa1XEJFGULacAalpwrPoxYP112H55lOynUGcdlBcKqOFwe6Sb9ln2P+1GmUSlz0++OWfQZS1dCjWehuZZSOb6xJ8WgM8W57RIpI7TFjTPZI3mPYvPtJne3I9JOFOH/uLPzp9EmAW1tuaT0h5XqmsMvl6imxTHpUCLJFAjoVrHvrCJ6+5X/wyu529WyRjuvpSkpOn9H2xGULwak24DYLHJg+D9OJa+qFV6Bq+HFHs9HDtRaGu7GjEFUDg0G6x7tg5ZfK9Vkutd1vzsG84Y149ZyPASeNSiEv7aQuNUJEqY2VWp5sIm+LLnprjOMCQgra3u7Eo3cG8KeNO9Qtei3Rf+9KRujK2Lr9icsOglMNOvJWIvYJHJiPuMaeOgfNx13QP1v3ekC2LrxylDboFbttuKifny5PTc14Nvc+a3UipZJAsvzy+ahVwnht7HCcMud4YOYwoIp2BTSoKVxNpgikBrWvu5pMMbsSpLX7rQ48dMcqvPjhjuQDtwMrJe+LlN4Dlji2Ji7bCE41QGmD22I9lO4JAiDd46ofMxITz70VYCn3Lyhqa4914Xhi3SHwaHnCSOfDTpLY1zzzA/+ZL59d/778dPVU8SsjRuKSU2dg9LHNQLN2R5AIjIiLwsukLyWt6hCxC+mzSAKhEWrS0/rLXjxw00q8evhwX5yIbFbRt+xHKdey1Xz2Ji67CE41SHs+sPzeXyFzLJ241A36y24HPPT1qyUOdK0D4tbsPdlUiJoEg+3wsnFTmH+5PZlV5+DfNR1jZp+EuyaMxZ3ThqJxLIk6KWnKdBp+7X1zK5xfjVVoaUi7VnSBgsjTBRyJ4e1frcf9n1+V/TpPhm6TV0xCxD7r7U1c21peB/hZOsfP3Gw2DByYb6lIf5952TVw1x/bPytdWTLyEdscyCuxOOQu+wlR+0xm7AafP/CouZPH9NrVSFzXzsGZ156BW2cMhf+YBlQz+i2pUehfithAHpj2VrCRBKaxCNVJ7ZGXRSJT+m6kRV7iYJu3HsGTn3sBK194U40uX2iip6u0y0L29bhsIzjV4KXYWxbroAod2XSPi8pPPPNs1E9J01vSc2pq1AjzNVaqELWd3rKyZ2Jga7wLAqfa0zpdVhEV0bNliftdHrD7bsSchcdi0aQazPExDFfJg0iFvB5S+ZFandT1tINQrOtC9WlERf4qeVdEWORdaWRJ9UtAMIytr2zGA5c8iFd19ShzJqp9vfanYs0uoX19Rcse4TTdTBsGDtTjcTVPmoCxZ98AsLQLbKHtQDhjqCN9A1RArtiRXnB7PFmW0WoJ7vM8Cx58pYAu2SUrUdDUFD+qz64Fx6P5+o/h1jljccm0EajyktdDBKZtcxOp0O/oh/47STIquaWzAhGUVpb+JWIisqJ/6Sd16zxZlxwF2g4A7+/E6//zD/z4r9vUc8VSExGXGt3DlsRlK8GpBjVpoGi5aOOUyePy1Q3BtMWfBDx0Pp6SqC9day15zNZWT5ZlGj/GXvT5AxfaeGgzmUY7WURa/SJfzR2FY0a5cW6tG+e6gMlDaiFNnwicPg2YNQYYom3ea15YpiVjJuLKiFuSQZKeG70bs7sdWNsKrN4C7DigPrEZq/Fhn9uHf+2L4JU/b8W6bln1y4pJHyaforUpcbW1/AQK/2oxPTOlDMVvp415m6dMxEUmz7r8Wrjqpgy0nva5aL/L5BSPxBDvseYwoJiu0IVej8SOY/MC9osOmblDtNU+U9s9OnUURp4yDGcMH4JzfRJOjkTha+8BtOctydl1e4AxQ4FZE4DjJwAThgKN5K9py0Vt6UftZSMzIjSN1BQgHgPo/d9dh4HNe4APdgE7KehuGPC5gaZaoLYaIG/PRRGWOBCR8eHBEH7/l93405bDBe91UcQIdcPUdh6XrQSn2qQxM3BgMZ+0LGWyEdeks85E3TELBpayyOvi8ThiNnqyLLPzwB7yLgjcYuBwmFUVfWZnjKvFCP94fHxMLc6vdmOO14V6dcuJPCkiiThwsEvdXwJt0tNeI8npVBJzAw1DgFFNwNhmYHQj0FwH1FYBPg/gcSXKENnQyjESB8JRoDsEHOgG9nUCHd1ARxdwqCtBVHQl1SUBkpSoh+rzJHVlqTyo1snUOvfu68Xjz2/Ds3t7EmSUJ1HP1mkLU/sRl50EpxqS9Fo16Z+sSAaFtUk1ddgxEzH6jGWApN6/7p+CbaaLamnixsgFsFmkiFQgGFjE43NPYGc+YMRejGkzZfE4nDZ5GG5rqsInfG6Mpw+wzAdCS7+nT/qBDiAYSRBRaqKhIBKjnxj9kKNFZCUBXvpxAT1x/HCICyf6GM4DRxXJ8YjEQvFEm9VuoNaTICLVUeNA/RBgaN1RsswGBJUhEgvJ+GhnN377tza83tqrXvXJlugD2BeWxVbEZTvBqQZh70eAYtFSxwTi8tXVYtpF1wA+ijKXlng0cfnaZFKx05NlWT8aEvuhb37g26axTgkV/3X5fPfOtoP/3nFo/2civZ31IXpFKU/AQFUNoQB72wEinVTyUpdtChBVEkNPJEKE5Us8Dhs8FMEv/rAbj5HJJzRg8rQGLKr34Eo3Qy2VjXEgHAd8SaIjb66uBhhG7zUWkCikY1WVF766pkPdvOa5H7y4a0UoRlTan2cBbEgKLNQ/2Iu42louh8KfKaDf5mcl6QA982VVMoG4yPSZl1wOd+PxmXthwV6XHIpCoa9+GycGHPZU1Y9nZ9xjUnjb4jv/l3+//KvVXvdPYjJHKBTE7rat2NW6BYqiDPCmUlshsgpFgH1JX4a836Cc2G8isiKiIsJSOOhq6a5wHG9s7sLzaztUwWe/9LFmTJnZgM9WuXA2cSbVoW6NEfl4gVHNhREKlRs3aQrGHTMNHo8XNVVevLVl3/fubnk9PdAj3VvstxlrL+Kyk+BUG7J4D0DLKauSScQ17tST0DTr4oFrBuqXutdlrtelxGTIXbbjgwGjyhg+5/W3/K9Vw623nb9+/8q1LoaT9+w/BCYxjBoxHAd278CmdW+D05drjkTkdeAIoL4Yl9zv8iTJSubY3Cvjtb0h/HNTNz7qCKvS0ZzV+UfjrDE+LPW5MdsFeKj1kU0J8tLruNM7KhOnTse4Y2Zg74GDkOU4hjbWweOrWXvZfzz/6Vis74ig3xJRM8w2xGU7wamGUGQ/EO0T7OqdZ8XnM4m4GseNwvhzlgFuuryWIZnsdXHOE/tcdk8MW7zzx89gbLmtYhe9+v2lX4rL4Z8dPtIDSWKIxxWMGT0SWze9h9YPNkHK9hwYcRUDYjFgfwcg074Wx45gHH/fE8Rf1hzBhlAs+6MUuYZrzlDMmDgEFwyrwfkThmG4uvmvQ5FPpNXQ1ITjTzsbu/bsh8ftRmNjPYK9vairb9h+/f+8fHV7V4iUYhR2kPa1BtRqH+KyS4TT9JGiD3TcwsCBBkVATe+G2+fFzEuuAqqTcejTMyixpNdl3uc1SmfnNhaiapC4IC1xL1hJb/vZJr32o6V3hXp77wtHZTDGEApHUFNdjZoqD95+7SWEQ6F+S0b6YNMJHy3pZAXxaBzbth7Ev3b14I33u/C+Ds9Kd99nNKN5/gRcNLwKi70uTHEnpQ9EZJl4jIjruI/NgaumAR1HOlU30Ov1YGRzA6LctfaKH/z+0zGAwrBQyN6MVGgL4rKl4FQdNnsHDkyfWdnkEFq+qefOR9XYs7NPyPAuIGRebD3bC1GTyDDG3vD6A/a4I5u06bUfLF0UDgf/0NUbUpdVNTXV6Oruwbgxo7D5vdXY1dYGlytxwkd7VzEFcjSOTZ0RvL6lE2/+Yyc+KkH4qYvEmqvhnT8OJ0yow5m1HpzmdeFYtwQXeWFaZCNaSnq8Xpx61nnYe6gDNVU+BMNhuF0uTJs0Du+1HfzZbff/5fu5YnGRMfYgLrsJTrVhsnngwEKJa8T0KRh56iWAWwsfMMDtAjrXmnZDIB6OIt5r7w16DRHJJZ3pmbfyH7o+sRZk+vt/3FIXDrW/2XGkY1YkFlc9FJ/HgyFDarB/Vxu2rF+nCj0jCvYeCeGlD4/gpVdasTlWpnC91R64zxmHqdOb4G/04RM+F8YQ2cTiQF1jE06cOw9tO/dg5LBmdHR2oa6mGvUNDVs3tB48/fMPvZ53b6bsxMX3/XIIQrFd4Dw19ooFU0FHE/SslwXKch2W6MqSz+OqbqjHsZ+4HKiakL0+2tMLbtPVXqGZFFmB3GnhsrtQA/vlZ8/4FgSuLKkKgwu/8cOlp/cEQ79vP3JkaE1NDRrq6yBJEg7u2oZ333mntyOK3764HU9sac+phzLYqvzVTWxE3bwxOH10Lc7zMZw6Zsyo+llzzkbbzt0IhsKo9nkxdvTIniqv56KzvvXU6/lrtIHHxe0oONWQo4vIFO7YISkfcVE3Zlz4CXiGn5a7R/TyNb2AbXCy65NlmbpJ2zQeF5vK5gVMfIuucID/9v0lZ0gSVrpd0iw68JAVLn/wweZXf/Xyey2v71ED7tk6fWwYRl986pjz/WedfiNDvL43GILX69ta5fXdeda3n3xJr/Fl9bhsKzjV0OvZZEnoF72DlS+fHuIac8IMDD1pMSDRbdssiUL4mHQ3065PlmUkL8Z+7vUH7sqHu9V//+vyyxolj+umaCw+/YV3tr9+7+/XWvvab2kdVk8LH/niJ0YdO6L+TkjS21GX9IT/K7+lMM26U3mJy46CUw06es7L4tefdY9alox6iKt2xFBMnn8pUDU2d3Mkuo3RiY+xSQ5GoITsHWVD6zEDej0e73h2Z1rwvAAAFOVJREFU9i9yXUUxFqDCa6ODQ3q/mq5F5BBFFF6xgSXoZJAmE5ET/atDNJG79fISlx0FpxpesXbL4lUZNUH0EBcdpc9cvBiuppNzN6uEAFoy6lUU6uyEEpUh021dhySJse94/IEfOMBcIjDaJx4GoMCLN6b0jk5hKOQy/dB+i6HhsctGXLYVnGpjSNKAWDERZk2ZBLoq1UNcVNG4U45D03G0XKQwmDlSeAcQMvb1azs/WZYRCcb2ekeMm8SOW+4MNzHRCRpYes+ajo/pRwvYrGseFZGJxH90mZe+kYikiKxMxat8xNXa8htwbt/XhHs+BCgymoOSXuJKLBcvA6rG5OkdhXhel3gF28AU7egFSIXokMRc0q3eeStXOcTcTGZS/C4iMIrARSRGxEY/9N96OICWduQxaT/0wSCS0n6IpEpe/hWCrx6jC6lPV177Ck6T5pOKvJeCLTor6SUukljPvPACuIfNzt/BaAfQa2wQRacIUTVwGMP7Xn/LCfnBclwO+vxT1KzUgM2p4QJTgzTbqnPlIS67Ck61oaFN6bB5CnKzZoBu4gKgni6euAhw0ZdwnkQnjHTSaFBykhBV67JLki5yz1/5fwZBIKopEQHLicvWglMNzMgeIEr3O52VCiGumuZGTDn34ux3F1O7TktFdaPemFeBFDkOudN4nZiZo8XA/uJdEDjXhDZSPZz05Zalyy8T+mZaldYT17aWzwH8f0zrkREVBz+y7MFUI8zV6iiEuKjM9AvOhXfEGfpMMFBRz8ERO+yASBFpyDCP+2Tv2Q++mwMwkiNoe0e0f5T+k3wWVXseNeObOqnVa+/raO/paP9qD4LR3hL90J4T/WvoyZ2+iVGeXJYSl+0Fp+oYKEA3vZngvC+7QokrcXfxIsCt87YVCXINOml1RETUdOJi7Ndef+CG5OuEFAebNr3pX+0n8fRp+RIRl/YUa+rmecURmrXEZWfBqTbZ6IoPXfVxYCqUuDw11Zh+4aVgQ+iVKx3JwCWj3BuGEnbWqS1jLHb7f75+ycN//LAglbcOZM3OQlIFkimQm0s/xh4Tm219hvqtJS47C041cKwOHGjgoBdKXNT05DNOQ+2UhQMfjM1ml0FLxnhERlwNyemstHVP169mXf+kvbc68kNK3xgkUqQfIjTnaFOSfbOMuGwvONUGmyIjmHDBOP9cKj1HMcTVMHYUJpx1GeAbrt8AA5aM9LI1vXDttKRw3n3mnb9ftGbzQeexbmawibToGg4dGxOROYLErCMuuwtOaVDpekvvRsOvuVj14SyGuJgkYebiRXA15rkClNoJeiCXThlLfNk72t5ryUvaRuO/bkv7PR//9LO/MbpeG9RHm/8U452WwrY+9rWEuGwvONVmDHlaJsWismJSFkNcZNfo46Zh2MkX69N0aR2RO0s+xIh1h8Dp3SyHpWgsvnfs0scv6+oKOcI7KRJecofpZR3ywmx3UmUNcdldcKqNLD2KQXs4Dk3FEpe3tgbTLrgMrGZKYT0v8S5jPBRF3OZPlmUD5JU1e7590Vf+78+FAebI3LSxvye5lLQNgZlOXI4QnGrzyWGBA9M/BsUSF9Uzae5s1E09H2AFRkbpfr/oYItOebIsE930huUNzRc98klHUlFxRhOB7UheoC6uBgNLmU9cThCcqoA662GMTHOgFOKqGzEMk9SL16MLm17q60DvAfQidoFJjYja7pwIs+nd+/WfP/r0LT/+25oCu+307HSlhO7DlVXLYipxOUNwmpxH8TBAinkHp1KIi7o9/fyF8I6aWzgC9GgueV5FxO6ik0U6YXRiOtwVeX3MZY9+yYm2l2gzbeKT90Ub+WVJ5hKXEwSnGux0N5HuKDo4lUpcQyePx5jTL9OvpE/FKnKwKOKXeyNQwoV7a3YYJsbAv9uyZumPH13rTMVy6SDSazzkfVn+zWMucW0LvAYgx0N+pSNnWA30niCdlDk4lUpczO3CzEWXwdUwqzgUQm1AmN7x1J/ikRjiPbR94sy062Dvs1OueuyHzrTeEKtJib/V6qWjacTlGMGpNnYUf4v2axycSiUu6rp6f3HOlYBE1/CKSL2bgaj+FQRXFMQosKBzU2TZd/+6+Lm/b3NWuFxj8aYrRBTAzjLX2TzicoLgVBs8inRKEU8dnowgLpfXgxkXXwVpyOTi0NBEvDGK3ps/0fl6rL2nqP2x/LVbk+ODnZ0rT7rpqRXWtGbbVshtpg+RJd/+phCXYwSn2hygiAcUY97hyQjiIghGn3gchp10CcCKDHagyEDPBt1Xp5wqRNWmixxXOk686bnFW/e0W+Zx2HSq0jUoCpdrTOC2HJ00h7haA/8Bjq/ZFNyBZoX30Ne+Y8zNZqhRxOWprsL0RVeB1eR48TofWuTFdhN55b/SFw9GEQ85O2DBWxsP/uicu55/Jh8sg+DvdF2ozex+Gk5cjhKcaujS+4kGPwhh9sBlqt8o4qK6x51yIpqOX1y4IDXVMLrLSOSl5N58d9qTZZmwD0fjbcMu/vXSWMySlVI5plchbZKuyNQ9P+OJyzGC0+Q40IVhk15tLmSkjchrJHGpXtfia8Cqx5VmGpEXRZPIEXGDnpJX97kcnl74x44vX/Gdl+gkfbAnuoC63swlo6HE5SjBad8GhXMDB6Z/OowkLqp77MknovnExaU/kExfDhRVloSqWVKUQtw4VIiqdakrGFs3fPEvbxvsrJXsP+m7TLv4ayxxtQYuA8ezjhq4yD4g6rSAlpkRNpq43NU+zLj4erC87y/qGXEF6NmSdS/RaU+WZevx/z678aYv3/fPjXoQqfA8dFBBXpcpF7ONJS4nCU61WePgwIFme1xU/5iTT8TQEy9OPr1X6keNJ559y/A6thOfLMuExv6O0MsTrvzNN0tFqkLKkzDVuHftUkAxjLj49odPRVxe7SzAnfswRiacjfa4qA2Xx40Zl90IqXqscUNLbzT2bu33UrgSVyA7MCJqOigMiN/9329efv9zGwq7QmAcunaqia4EmXIdyjjicpLgVBvaeC8QbLXTQJdkixnERQaNmDkTI2dfCXoB27AUbAMiRz/bCSFqt0kLC8Os1lVR276ex6Zf+/jPdGWu7EykhdlgRhcNmYmOE5xqSDo8cKAVS0VqQw3vfNmNcNWON24O0hcG7S+mpFhXCDzmvIio6aBwjuAFX/7TolfX7XL+UWnpI77WjNNFY4jLaYJTbTDoWz/HSVfpY2ZtDWZ5XNSLpkkTMe7sawBGb5wakGhvMS3arByMQAlVhvj8/W0d/3vqp555xACknF7Fe2bcYSyZuBwpONWmQg89jGF5RA7TJqKZxEVGT7voSviGFRk5Ir3Xwa1A5EC/31aCEFXrUExWDky55rFL9h8OmX79xbQJZUzFdLJo+LWI0onLaYJTbTBIzd3r7MCBVi0VtXaqGutx7KLbwFw1pU9p2pyP9icuzhXE6OWfCkmvvbt3+cIv/vGFCulOsd14H4DhcYtKIi5VcNraQjfCjy22V2UrFztccOyostmqs2GzPS4yY+KZ81A/5RydFuXIliV2VyUIUbVeh8Ly5saLHrmudLAcXcO7ZkSMKI24nCg41eYA6Ylizg4caLXHRe2p8ogrPg3J11zapym0K6HpSktydxhKtHLu+z35attd13/vlbdKA8uxpWkgibgMT6URlxMFpxqEFH+LIhhUULLC4yK4hk+fiVEfv5LOG4tHjyKlkteVlpz8ZFkmMDq6I2+OuvTRzxUPlKNLUlC2zWb0oOiZ50zBaRJCuvhLkTorLFlFXATb9EtugLdxUvEIZolRr8hxyJ22fkS54D7/4FfvXf29h94mFflgS/SIgykPORRPXK2BX4PjWkeOBCm3w7sdaXouo60krqqmJhy7+A6wYoMNUvBGihqRllQh6mGSP5lyxa0sY773cOgPk5b+5t/K0nh5GzXlRJG6VBRxOVZwqg0ikRaRV4UlK4mLoJtw5kI0TCniOTMqTM/BdZE2cWCKdQbB5YpSEcRu/uHfLv7Nyx/pD8bv/LlJ3z4UDdWUVBxxOVVwqkFIy0RaLlZYspq46ArQrCV3wFU9rHAkKTb9kTczlnPyk2XZgNiyq+vh42988ueFA+XYEnSXzjSiLpi4HC04pTnA4xmXKI6dHimGW05cAIYMG4nJF9wCJhURn77znYxfIPGojHh3/pDPThozReFdcz/z+0Xvbj5ouKbJhjjQ4FFoH9PW+4UTV9uqu6Ao99kQLH0myV1AiB7hrbxUDuIiFMfN9aNp2lmFA9q9MeNblhXwZFlGLN754NBPz/jMc48XDpTjStDJl75nnorsWkHE5WjBqQZQBQUOTB/zchEX2THzik/DXTuisGkY2g7QQyUZUrSjB1BM+8IuzE6DckdlZffYJY9d0dUVqpx7ZgOxoVjzpl9JKYy4nCw41QCmO3I6Xp4xaK5aWk05icvX1Iypi28HK+QSNj0cm0WW4vQny7IN/J/e3vWNS77+p1csnRjWNUbCSFoimi6QLIy4nCw4VQevsgIH2snjIltGnjwXI05cqP9jkuNksdKEqBooPaHY+0MX/fJm/SA5Jie5x3T9z5JQPrqJy9GCU23s5V4gVDmBA+1GXGTPtIs/CV9TAXG7jqzOeIOhEoWo2ng99Mctn7rjp6+ZchWmjDRn6uMY6f3ST1xOFpxqvaZoBGmhVMo40IY3Xc6lotYZd3UtZlzxGTCXT1//6E3LDI+VqE+W0T5XZW1zqZgc7Iz8bdzlj35FH0COyEWv+Qy8eGqi6bqIKyk43QbAoChyJvYoV9XkbZHXVaHJDsRF0DZMmoHx5yzVp27OcvWH6ol19oLLlbePzcCUb614e8lPH3vX0g+7SdPetLjyuezVR1xOF5yqCPDE2360z1WhyS7ERfCOmePH0Jk6JBIkBCY9V4ZUiUJUrZs7DvQ8PfXqx3/s8KlI7/rRYxiW+8V5iSshOI3uBEeTo0Gmk0Q6UazgZCfiIpinXHANakboCNXWvR6QB+7pxiMxxHsqVq8ZvvTbLy1+8Z87nBpbiV46IS2L5aRFcys/cTldcKoRFe2jpD3OUGkcZjfiYi4XZlx+B9w1eWJ3kZaLNF1piccVxCrgybJs82xTW8eDJ9/yTMBh85CIigarrK8o5ySuihCcarOC1PKkmq/gZDfiIqg9tXWYfumduTfrlQjQuSbjyETbaYO+LF/qps8UOc7bZ33yycXbd3ebrnsyqDP0BBMtW7oNqq/oanITVyUITjVoej4AuPOfvso10nYkLrK3dsxETDr3ejAmZTe/e0PGL5ZKebIsW8f/seHAD/yf+/3viv4EW1eQvvUp8qMtohPkIa6Wv4FzAwKMW4duxpboG52O3Ss82ZW4CPZhs+Zg9OwLso8AvXGZ4fGSShWi9i0EovHW4Rf/elksZluni9xdCl5HkgfbuL5ZiasiBKfa7KjQwIHpLGBn4iJbx5+1GI3HnJKZvOiZuC6KFtHfK1ZiMuSuyooUkQ7A83/f/sWl33357zb8XqVQtORl2S4kbXbiqgTBqTYTwrsAirhZ4cnuxEVnQVMuuA41IyZnHokML/+oQlTa56rg1Nkbe2fExb+8w0ZdpCiO5GWRRss2XlYqPhmJi+98ZCxiMbob42zBqdbTCg0c6DSPi+xlkoQpF92E6uZxAz+n6iY9RUXt/1mppCfLspHTvU9tuP7r979Jd/3KnSj43y4rLkqX0tHMxNW66sfgytdLqdg2ZWlDnjbmB0Gyv8eVGATmcmPq4pvhaxg1cFSCHwGkpk9Jck8YSsS2e0CGzKz97aE/TVjym+8YUllxldBJIXlZjnBvBxBXxQhOtcGr4MCBTvS4NJsljxdTL74V3tq0sM8ZIkZUuBA1QeaMyXfd88ZlK57fRJvgViYiKiKsskscCun0QOKqFMGphgK930evVg+C5BSPq4+8vFWq5zWAvOh0kU4Zk0mJK5ArWIiq9XPb3u5fz7zuiXstmqpEWKR+d6Ryvx9xVZTgVBv9Cg4c6GSPS7Odub2YetGN8DWOPtod2uvqWgfQSWNyxyvW3m3TbWLjaIZz9PjvfmHxP9fvMysSAG0e0vNW5NWZ1YZxgOSoqT9xta66FFxxghhOHzg08XsoIOPgSE7zuPrIizbsL7ge1cMmHh2o0E6AToOTKdYVBI9V1JNlGSflux+1//dptz/7qMEzljQm5MLSjy0EpKX2L424KkRwqqES7wGCA595LxU0u5Z3KnGpeDKGyQuXoXbUNG2BmDhhTD4jJwcjUEIV8ZnLOX1icWXfxCsfu+xwV6hUlibvipaBdKeQ/rWlrKHYz1IfcVWU4FRDI7K/315JsSA5pZyjiSsJ8ti5C9E07eNgdP+fhMPJE2ElKkOusCfLss2rv6zZ+/8u/MofXyxy3tESkDZ12wFU7B23o8RVSYJTbcSDrUDc0Uv5guZuJRAXdXjojJMwes4iMOZKXNWKHgJXkhFRC0LEmZlDEfmDxgsfuUGn9eRJ0YkgKazpp/LdUi2sTcUJTtURr/zAgekTu1KIi/o1ZMR4TDrvKkiSB+h+V10yVuKTZdnI6TevbL3z5h+8ujrL38mTokvPtASkn4r1rLLho3pcvJIEp337W0EgSNGmB0+qJOKiUaP49VMvug5uXxXQvQFyTwhKZHB8Rju6I2+MuvTRu5OzlzpNXpX2U9mXN3V8ZFnFCU61Tg+CwIGV7HFpfRvS2ICJ51wIyeeDcqQV8d6Ijmnt/CyMgf91zb6zPvHlF+gOFIWBrajN9VJHiPFKE5xqiFBETdlRYuBSxxKV5nERIC63C8eeNhuspg6S14f4kbIG3ix5jAqpgAGrvAtabi2kzGDJy3hr4DFw6AgM7jBIgq1TgbjLYVaXZO7ud9Z29R7uqC+pEhsWHjdr+kcer0+GJDEoSlGeB+dgnHMWV7ik/jc4o38T/8/zhjAvFBbGGJcYOP1L3hND8l/GuEtiCv1OR50Rz9DG89lJPx08J0w6QKEshg+YznZFNoGA3RCgL7lMP+lhW1M/M6S1Inl/+r+0J1W5z0nZYOQEcdlgEIQJAgGBQGEICOIqDC+RWyAgELABAoK4bDAIwgSBgECgMAQEcRWGl8gtEBAI2AABQVw2GARhgkBAIFAYAoK4CsNL5BYICARsgIAgLhsMgjBBICAQKAyB/w+mdp9ZJ5oaYgAAAABJRU5ErkJggg==", + "e": 1 + } + ], + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 4, + "nm": "旗帜", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 250.375, + 225, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 0, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 4.064, + -1.713 + ], + [ + 6, + -0.875 + ], + [ + -5.209, + -2.324 + ], + [ + -4, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -4.064, + 1.713 + ], + [ + 2.25, + 3 + ], + [ + 5.209, + 2.324 + ], + [ + 0, + -4.875 + ] + ], + "v": [ + [ + -8.375, + -178.125 + ], + [ + -23.436, + -170.213 + ], + [ + -43.625, + -164.625 + ], + [ + -24.709, + -152.449 + ], + [ + -8.25, + -147.75 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 6, + "s": [ + { + "i": [ + [ + 0, + 2.875 + ], + [ + 5.374, + -4.412 + ], + [ + 5.625, + -2.25 + ], + [ + -9.048, + -1.842 + ], + [ + -4.5, + -3.25 + ] + ], + "o": [ + [ + -3.625, + 0 + ], + [ + -4.836, + 3.97 + ], + [ + 3.25, + 2.875 + ], + [ + 5.584, + 1.137 + ], + [ + -0.062, + -5.688 + ] + ], + "v": [ + [ + -8.375, + -178.125 + ], + [ + -24.374, + -171.963 + ], + [ + -43, + -162.75 + ], + [ + -25.959, + -155.512 + ], + [ + -8.25, + -147.75 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 12, + "s": [ + { + "i": [ + [ + 0, + 5.75 + ], + [ + 4.064, + -1.713 + ], + [ + 5.25, + -3.625 + ], + [ + -5.209, + -2.324 + ], + [ + -6.25, + -1.375 + ] + ], + "o": [ + [ + -3.25, + -0.625 + ], + [ + -4.064, + 1.713 + ], + [ + 5.5, + 0.875 + ], + [ + 5.209, + 2.324 + ], + [ + -0.125, + -6.5 + ] + ], + "v": [ + [ + -8.375, + -178.125 + ], + [ + -24.061, + -173.963 + ], + [ + -43.125, + -164.125 + ], + [ + -25.959, + -157.574 + ], + [ + -8.25, + -147.75 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 18, + "s": [ + { + "i": [ + [ + 0, + 2.875 + ], + [ + 4.36, + -0.664 + ], + [ + 7.5, + -4 + ], + [ + -4.541, + -3.113 + ], + [ + -5.125, + -0.688 + ] + ], + "o": [ + [ + -1.875, + 0.875 + ], + [ + -5.501, + 0.838 + ], + [ + 4.75, + 2.125 + ], + [ + 6.052, + 4.149 + ], + [ + -0.062, + -5.688 + ] + ], + "v": [ + [ + -8.375, + -178.125 + ], + [ + -22.874, + -172.838 + ], + [ + -43.375, + -166.125 + ], + [ + -26.834, + -155.887 + ], + [ + -8.25, + -147.75 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 24, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 4.064, + -1.713 + ], + [ + 6, + -0.875 + ], + [ + -5.209, + -2.324 + ], + [ + -4, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -4.064, + 1.713 + ], + [ + 2.25, + 3 + ], + [ + 5.209, + 2.324 + ], + [ + 0, + -4.875 + ] + ], + "v": [ + [ + -8.375, + -178.125 + ], + [ + -23.436, + -170.213 + ], + [ + -43.625, + -164.625 + ], + [ + -24.709, + -152.449 + ], + [ + -8.25, + -147.75 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 30, + "s": [ + { + "i": [ + [ + 0, + 2.875 + ], + [ + 5.374, + -4.412 + ], + [ + 5.625, + -2.25 + ], + [ + -9.048, + -1.842 + ], + [ + -4.5, + -3.25 + ] + ], + "o": [ + [ + -3.625, + 0 + ], + [ + -4.836, + 3.97 + ], + [ + 3.25, + 2.875 + ], + [ + 5.584, + 1.137 + ], + [ + -0.062, + -5.688 + ] + ], + "v": [ + [ + -8.375, + -178.125 + ], + [ + -24.374, + -171.963 + ], + [ + -43, + -162.75 + ], + [ + -25.959, + -155.512 + ], + [ + -8.25, + -147.75 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 36, + "s": [ + { + "i": [ + [ + 0, + 5.75 + ], + [ + 4.064, + -1.713 + ], + [ + 5.25, + -3.625 + ], + [ + -5.209, + -2.324 + ], + [ + -6.25, + -1.375 + ] + ], + "o": [ + [ + -3.25, + -0.625 + ], + [ + -4.064, + 1.713 + ], + [ + 5.5, + 0.875 + ], + [ + 5.209, + 2.324 + ], + [ + -0.125, + -6.5 + ] + ], + "v": [ + [ + -8.375, + -178.125 + ], + [ + -24.061, + -173.963 + ], + [ + -43.125, + -164.125 + ], + [ + -25.959, + -157.574 + ], + [ + -8.25, + -147.75 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 42, + "s": [ + { + "i": [ + [ + 0, + 2.875 + ], + [ + 4.36, + -0.664 + ], + [ + 7.5, + -4 + ], + [ + -4.541, + -3.113 + ], + [ + -5.125, + -0.688 + ] + ], + "o": [ + [ + -1.875, + 0.875 + ], + [ + -5.501, + 0.838 + ], + [ + 4.75, + 2.125 + ], + [ + 6.052, + 4.149 + ], + [ + -0.062, + -5.688 + ] + ], + "v": [ + [ + -8.375, + -178.125 + ], + [ + -22.874, + -172.838 + ], + [ + -43.375, + -166.125 + ], + [ + -26.834, + -155.887 + ], + [ + -8.25, + -147.75 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 48, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 4.064, + -1.713 + ], + [ + 6, + -0.875 + ], + [ + -5.209, + -2.324 + ], + [ + -4, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -4.064, + 1.713 + ], + [ + 2.25, + 3 + ], + [ + 5.209, + 2.324 + ], + [ + 0, + -4.875 + ] + ], + "v": [ + [ + -8.375, + -178.125 + ], + [ + -23.436, + -170.213 + ], + [ + -43.625, + -164.625 + ], + [ + -24.709, + -152.449 + ], + [ + -8.25, + -147.75 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 54, + "s": [ + { + "i": [ + [ + 0, + 2.875 + ], + [ + 5.374, + -4.412 + ], + [ + 5.625, + -2.25 + ], + [ + -9.048, + -1.842 + ], + [ + -4.5, + -3.25 + ] + ], + "o": [ + [ + -3.625, + 0 + ], + [ + -4.836, + 3.97 + ], + [ + 3.25, + 2.875 + ], + [ + 5.584, + 1.137 + ], + [ + -0.062, + -5.688 + ] + ], + "v": [ + [ + -8.375, + -178.125 + ], + [ + -24.374, + -171.963 + ], + [ + -43, + -162.75 + ], + [ + -25.959, + -155.512 + ], + [ + -8.25, + -147.75 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 60, + "s": [ + { + "i": [ + [ + 0, + 5.75 + ], + [ + 4.064, + -1.713 + ], + [ + 5.25, + -3.625 + ], + [ + -5.209, + -2.324 + ], + [ + -6.25, + -1.375 + ] + ], + "o": [ + [ + -3.25, + -0.625 + ], + [ + -4.064, + 1.713 + ], + [ + 5.5, + 0.875 + ], + [ + 5.209, + 2.324 + ], + [ + -0.125, + -6.5 + ] + ], + "v": [ + [ + -8.375, + -178.125 + ], + [ + -24.061, + -173.963 + ], + [ + -43.125, + -164.125 + ], + [ + -25.959, + -157.574 + ], + [ + -8.25, + -147.75 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 66, + "s": [ + { + "i": [ + [ + 0, + 2.875 + ], + [ + 4.36, + -0.664 + ], + [ + 7.5, + -4 + ], + [ + -4.541, + -3.113 + ], + [ + -5.125, + -0.688 + ] + ], + "o": [ + [ + -1.875, + 0.875 + ], + [ + -5.501, + 0.838 + ], + [ + 4.75, + 2.125 + ], + [ + 6.052, + 4.149 + ], + [ + -0.062, + -5.688 + ] + ], + "v": [ + [ + -8.375, + -178.125 + ], + [ + -22.874, + -172.838 + ], + [ + -43.375, + -166.125 + ], + [ + -26.834, + -155.887 + ], + [ + -8.25, + -147.75 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 72, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 4.064, + -1.713 + ], + [ + 6, + -0.875 + ], + [ + -5.209, + -2.324 + ], + [ + -4, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -4.064, + 1.713 + ], + [ + 2.25, + 3 + ], + [ + 5.209, + 2.324 + ], + [ + 0, + -4.875 + ] + ], + "v": [ + [ + -8.375, + -178.125 + ], + [ + -23.436, + -170.213 + ], + [ + -43.625, + -164.625 + ], + [ + -24.709, + -152.449 + ], + [ + -8.25, + -147.75 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 78, + "s": [ + { + "i": [ + [ + 0, + 2.875 + ], + [ + 5.374, + -4.412 + ], + [ + 5.625, + -2.25 + ], + [ + -9.048, + -1.842 + ], + [ + -4.5, + -3.25 + ] + ], + "o": [ + [ + -3.625, + 0 + ], + [ + -4.836, + 3.97 + ], + [ + 3.25, + 2.875 + ], + [ + 5.584, + 1.137 + ], + [ + -0.062, + -5.688 + ] + ], + "v": [ + [ + -8.375, + -178.125 + ], + [ + -24.374, + -171.963 + ], + [ + -43, + -162.75 + ], + [ + -25.959, + -155.512 + ], + [ + -8.25, + -147.75 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 84, + "s": [ + { + "i": [ + [ + 0, + 5.75 + ], + [ + 4.064, + -1.713 + ], + [ + 5.25, + -3.625 + ], + [ + -5.209, + -2.324 + ], + [ + -6.25, + -1.375 + ] + ], + "o": [ + [ + -3.25, + -0.625 + ], + [ + -4.064, + 1.713 + ], + [ + 5.5, + 0.875 + ], + [ + 5.209, + 2.324 + ], + [ + -0.125, + -6.5 + ] + ], + "v": [ + [ + -8.375, + -178.125 + ], + [ + -24.061, + -173.963 + ], + [ + -43.125, + -164.125 + ], + [ + -25.959, + -157.574 + ], + [ + -8.25, + -147.75 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 90, + "s": [ + { + "i": [ + [ + 0, + 2.875 + ], + [ + 4.36, + -0.664 + ], + [ + 7.5, + -4 + ], + [ + -4.541, + -3.113 + ], + [ + -5.125, + -0.688 + ] + ], + "o": [ + [ + -1.875, + 0.875 + ], + [ + -5.501, + 0.838 + ], + [ + 4.75, + 2.125 + ], + [ + 6.052, + 4.149 + ], + [ + -0.062, + -5.688 + ] + ], + "v": [ + [ + -8.375, + -178.125 + ], + [ + -22.874, + -172.838 + ], + [ + -43.375, + -166.125 + ], + [ + -26.834, + -155.887 + ], + [ + -8.25, + -147.75 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 96, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 4.064, + -1.713 + ], + [ + 6, + -0.875 + ], + [ + -5.209, + -2.324 + ], + [ + -4, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -4.064, + 1.713 + ], + [ + 2.25, + 3 + ], + [ + 5.209, + 2.324 + ], + [ + 0, + -4.875 + ] + ], + "v": [ + [ + -8.375, + -178.125 + ], + [ + -23.436, + -170.213 + ], + [ + -43.625, + -164.625 + ], + [ + -24.709, + -152.449 + ], + [ + -8.25, + -147.75 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 102, + "s": [ + { + "i": [ + [ + 0, + 2.875 + ], + [ + 5.374, + -4.412 + ], + [ + 5.625, + -2.25 + ], + [ + -9.048, + -1.842 + ], + [ + -4.5, + -3.25 + ] + ], + "o": [ + [ + -3.625, + 0 + ], + [ + -4.836, + 3.97 + ], + [ + 3.25, + 2.875 + ], + [ + 5.584, + 1.137 + ], + [ + -0.062, + -5.688 + ] + ], + "v": [ + [ + -8.375, + -178.125 + ], + [ + -24.374, + -171.963 + ], + [ + -43, + -162.75 + ], + [ + -25.959, + -155.512 + ], + [ + -8.25, + -147.75 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 108, + "s": [ + { + "i": [ + [ + 0, + 5.75 + ], + [ + 4.064, + -1.713 + ], + [ + 5.25, + -3.625 + ], + [ + -5.209, + -2.324 + ], + [ + -6.25, + -1.375 + ] + ], + "o": [ + [ + -3.25, + -0.625 + ], + [ + -4.064, + 1.713 + ], + [ + 5.5, + 0.875 + ], + [ + 5.209, + 2.324 + ], + [ + -0.125, + -6.5 + ] + ], + "v": [ + [ + -8.375, + -178.125 + ], + [ + -24.061, + -173.963 + ], + [ + -43.125, + -164.125 + ], + [ + -25.959, + -157.574 + ], + [ + -8.25, + -147.75 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 114, + "s": [ + { + "i": [ + [ + 0, + 2.875 + ], + [ + 4.36, + -0.664 + ], + [ + 7.5, + -4 + ], + [ + -4.541, + -3.113 + ], + [ + -5.125, + -0.688 + ] + ], + "o": [ + [ + -1.875, + 0.875 + ], + [ + -5.501, + 0.838 + ], + [ + 4.75, + 2.125 + ], + [ + 6.052, + 4.149 + ], + [ + -0.062, + -5.688 + ] + ], + "v": [ + [ + -8.375, + -178.125 + ], + [ + -22.874, + -172.838 + ], + [ + -43.375, + -166.125 + ], + [ + -26.834, + -155.887 + ], + [ + -8.25, + -147.75 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 120, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 4.064, + -1.713 + ], + [ + 6, + -0.875 + ], + [ + -5.209, + -2.324 + ], + [ + -4, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -4.064, + 1.713 + ], + [ + 2.25, + 3 + ], + [ + 5.209, + 2.324 + ], + [ + 0, + -4.875 + ] + ], + "v": [ + [ + -8.375, + -178.125 + ], + [ + -23.436, + -170.213 + ], + [ + -43.625, + -164.625 + ], + [ + -24.709, + -152.449 + ], + [ + -8.25, + -147.75 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 126, + "s": [ + { + "i": [ + [ + 0, + 2.875 + ], + [ + 5.374, + -4.412 + ], + [ + 5.625, + -2.25 + ], + [ + -9.048, + -1.842 + ], + [ + -4.5, + -3.25 + ] + ], + "o": [ + [ + -3.625, + 0 + ], + [ + -4.836, + 3.97 + ], + [ + 3.25, + 2.875 + ], + [ + 5.584, + 1.137 + ], + [ + -0.062, + -5.688 + ] + ], + "v": [ + [ + -8.375, + -178.125 + ], + [ + -24.374, + -171.963 + ], + [ + -43, + -162.75 + ], + [ + -25.959, + -155.512 + ], + [ + -8.25, + -147.75 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 132, + "s": [ + { + "i": [ + [ + 0, + 5.75 + ], + [ + 4.064, + -1.713 + ], + [ + 5.25, + -3.625 + ], + [ + -5.209, + -2.324 + ], + [ + -6.25, + -1.375 + ] + ], + "o": [ + [ + -3.25, + -0.625 + ], + [ + -4.064, + 1.713 + ], + [ + 5.5, + 0.875 + ], + [ + 5.209, + 2.324 + ], + [ + -0.125, + -6.5 + ] + ], + "v": [ + [ + -8.375, + -178.125 + ], + [ + -24.061, + -173.963 + ], + [ + -43.125, + -164.125 + ], + [ + -25.959, + -157.574 + ], + [ + -8.25, + -147.75 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 138, + "s": [ + { + "i": [ + [ + 0, + 2.875 + ], + [ + 4.36, + -0.664 + ], + [ + 7.5, + -4 + ], + [ + -4.541, + -3.113 + ], + [ + -5.125, + -0.688 + ] + ], + "o": [ + [ + -1.875, + 0.875 + ], + [ + -5.501, + 0.838 + ], + [ + 4.75, + 2.125 + ], + [ + 6.052, + 4.149 + ], + [ + -0.062, + -5.688 + ] + ], + "v": [ + [ + -8.375, + -178.125 + ], + [ + -22.874, + -172.838 + ], + [ + -43.375, + -166.125 + ], + [ + -26.834, + -155.887 + ], + [ + -8.25, + -147.75 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 144, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 4.064, + -1.713 + ], + [ + 6, + -0.875 + ], + [ + -5.209, + -2.324 + ], + [ + -4, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -4.064, + 1.713 + ], + [ + 2.25, + 3 + ], + [ + 5.209, + 2.324 + ], + [ + 0, + -4.875 + ] + ], + "v": [ + [ + -8.375, + -178.125 + ], + [ + -23.436, + -170.213 + ], + [ + -43.625, + -164.625 + ], + [ + -24.709, + -152.449 + ], + [ + -8.25, + -147.75 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 150, + "s": [ + { + "i": [ + [ + 0, + 2.875 + ], + [ + 5.374, + -4.412 + ], + [ + 5.625, + -2.25 + ], + [ + -9.048, + -1.842 + ], + [ + -4.5, + -3.25 + ] + ], + "o": [ + [ + -3.625, + 0 + ], + [ + -4.836, + 3.97 + ], + [ + 3.25, + 2.875 + ], + [ + 5.584, + 1.137 + ], + [ + -0.062, + -5.688 + ] + ], + "v": [ + [ + -8.375, + -178.125 + ], + [ + -24.374, + -171.963 + ], + [ + -43, + -162.75 + ], + [ + -25.959, + -155.512 + ], + [ + -8.25, + -147.75 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 156, + "s": [ + { + "i": [ + [ + 0, + 5.75 + ], + [ + 4.064, + -1.713 + ], + [ + 5.25, + -3.625 + ], + [ + -5.209, + -2.324 + ], + [ + -6.25, + -1.375 + ] + ], + "o": [ + [ + -3.25, + -0.625 + ], + [ + -4.064, + 1.713 + ], + [ + 5.5, + 0.875 + ], + [ + 5.209, + 2.324 + ], + [ + -0.125, + -6.5 + ] + ], + "v": [ + [ + -8.375, + -178.125 + ], + [ + -24.061, + -173.963 + ], + [ + -43.125, + -164.125 + ], + [ + -25.959, + -157.574 + ], + [ + -8.25, + -147.75 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 162, + "s": [ + { + "i": [ + [ + 0, + 2.875 + ], + [ + 4.36, + -0.664 + ], + [ + 7.5, + -4 + ], + [ + -4.541, + -3.113 + ], + [ + -5.125, + -0.688 + ] + ], + "o": [ + [ + -1.875, + 0.875 + ], + [ + -5.501, + 0.838 + ], + [ + 4.75, + 2.125 + ], + [ + 6.052, + 4.149 + ], + [ + -0.062, + -5.688 + ] + ], + "v": [ + [ + -8.375, + -178.125 + ], + [ + -22.874, + -172.838 + ], + [ + -43.375, + -166.125 + ], + [ + -26.834, + -155.887 + ], + [ + -8.25, + -147.75 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 168, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 4.064, + -1.713 + ], + [ + 6, + -0.875 + ], + [ + -5.209, + -2.324 + ], + [ + -4, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -4.064, + 1.713 + ], + [ + 2.25, + 3 + ], + [ + 5.209, + 2.324 + ], + [ + 0, + -4.875 + ] + ], + "v": [ + [ + -8.375, + -178.125 + ], + [ + -23.436, + -170.213 + ], + [ + -43.625, + -164.625 + ], + [ + -24.709, + -152.449 + ], + [ + -8.25, + -147.75 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 174, + "s": [ + { + "i": [ + [ + 0, + 2.875 + ], + [ + 5.374, + -4.412 + ], + [ + 5.625, + -2.25 + ], + [ + -9.048, + -1.842 + ], + [ + -4.5, + -3.25 + ] + ], + "o": [ + [ + -3.625, + 0 + ], + [ + -4.836, + 3.97 + ], + [ + 3.25, + 2.875 + ], + [ + 5.584, + 1.137 + ], + [ + -0.062, + -5.688 + ] + ], + "v": [ + [ + -8.375, + -178.125 + ], + [ + -24.374, + -171.963 + ], + [ + -43, + -162.75 + ], + [ + -25.959, + -155.512 + ], + [ + -8.25, + -147.75 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 180, + "s": [ + { + "i": [ + [ + 0, + 5.75 + ], + [ + 4.064, + -1.713 + ], + [ + 5.25, + -3.625 + ], + [ + -5.209, + -2.324 + ], + [ + -6.25, + -1.375 + ] + ], + "o": [ + [ + -3.25, + -0.625 + ], + [ + -4.064, + 1.713 + ], + [ + 5.5, + 0.875 + ], + [ + 5.209, + 2.324 + ], + [ + -0.125, + -6.5 + ] + ], + "v": [ + [ + -8.375, + -178.125 + ], + [ + -24.061, + -173.963 + ], + [ + -43.125, + -164.125 + ], + [ + -25.959, + -157.574 + ], + [ + -8.25, + -147.75 + ] + ], + "c": true + } + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 186, + "s": [ + { + "i": [ + [ + 0, + 2.875 + ], + [ + 4.36, + -0.664 + ], + [ + 7.5, + -4 + ], + [ + -4.541, + -3.113 + ], + [ + -5.125, + -0.688 + ] + ], + "o": [ + [ + -1.875, + 0.875 + ], + [ + -5.501, + 0.838 + ], + [ + 4.75, + 2.125 + ], + [ + 6.052, + 4.149 + ], + [ + -0.062, + -5.688 + ] + ], + "v": [ + [ + -8.375, + -178.125 + ], + [ + -22.874, + -172.838 + ], + [ + -43.375, + -166.125 + ], + [ + -26.834, + -155.887 + ], + [ + -8.25, + -147.75 + ] + ], + "c": true + } + ] + }, + { + "t": 192, + "s": [ + { + "i": [ + [ + 0, + 0 + ], + [ + 4.064, + -1.713 + ], + [ + 6, + -0.875 + ], + [ + -5.209, + -2.324 + ], + [ + -4, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + -4.064, + 1.713 + ], + [ + 2.25, + 3 + ], + [ + 5.209, + 2.324 + ], + [ + 0, + -4.875 + ] + ], + "v": [ + [ + -8.375, + -178.125 + ], + [ + -23.436, + -170.213 + ], + [ + -43.625, + -164.625 + ], + [ + -24.709, + -152.449 + ], + [ + -8.25, + -147.75 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "路径 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.789996996113, + 0.218357998717, + 0.052835999283, + 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": "描边 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.458823559331, + 0.815686334348, + 0.796078491211, + 1 + ], + "ix": 4 + }, + "o": { + "a": 0, + "k": 100, + "ix": 5 + }, + "r": 1, + "bm": 0, + "nm": "填充 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": "变换" + } + ], + "nm": "形状 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 1440, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 2, + "nm": "camp_课程已完成@2x.png", + "cl": "png", + "refId": "image_0", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 278, + 198, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 151, + 158, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "hasMask": true, + "masksProperties": [ + { + "inv": false, + "mode": "s", + "pt": { + "a": 0, + "k": { + "i": [ + [ + 19, + -2 + ], + [ + 4, + -8 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -10, + -3 + ], + [ + -2, + 0 + ], + [ + 3, + 47 + ] + ], + "o": [ + [ + -19, + 2 + ], + [ + -4, + 8 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 10, + 3 + ], + [ + 2, + 0 + ], + [ + -3, + -47 + ] + ], + "v": [ + [ + 276, + 91 + ], + [ + 206, + 103 + ], + [ + 216, + 149 + ], + [ + 223, + 222 + ], + [ + 234, + 238 + ], + [ + 292, + 248 + ], + [ + 318, + 188 + ] + ], + "c": true + }, + "ix": 1 + }, + "o": { + "a": 0, + "k": 100, + "ix": 3 + }, + "x": { + "a": 0, + "k": 0, + "ix": 4 + }, + "nm": "蒙版 1" + }, + { + "inv": false, + "mode": "s", + "pt": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 114.75, + 4.875 + ], + [ + 77.25, + 20.625 + ], + [ + 114.75, + 39.5 + ] + ], + "c": true + }, + "ix": 1 + }, + "o": { + "a": 0, + "k": 100, + "ix": 3 + }, + "x": { + "a": 0, + "k": 0, + "ix": 4 + }, + "nm": "蒙版 2" + } + ], + "ip": 0, + "op": 1440, + "st": 0, + "bm": 0 + } + ], + "markers": [] +} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/vegan_font.zip b/ohos/flutter_lottie/assets/vegan_font.zip new file mode 100644 index 0000000000000000000000000000000000000000..3b0337c43818c04d54b3dc6fdcfdec9e30c49616 Binary files /dev/null and b/ohos/flutter_lottie/assets/vegan_font.zip differ diff --git a/ohos/flutter_lottie/assets/weather/fog.json b/ohos/flutter_lottie/assets/weather/fog.json new file mode 100644 index 0000000000000000000000000000000000000000..ba56e09668b442f90cef7c3929619249e937edea --- /dev/null +++ b/ohos/flutter_lottie/assets/weather/fog.json @@ -0,0 +1 @@ +{"v":"5.4.3","fr":29.9700012207031,"ip":0,"op":120.0000048877,"w":88,"h":88,"nm":"Fog - Day","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[47,28.25,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-35.5,29.5],[30,29.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.800000059838,0.800000059838,0.976470648074,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":8,"ix":5},"lc":2,"lj":2,"bm":0,"d":[{"n":"d","nm":"dash","v":{"a":0,"k":10,"ix":1}},{"n":"g","nm":"gap","v":{"a":0,"k":12,"ix":2}},{"n":"d","nm":"dash2","v":{"a":0,"k":30,"ix":3}},{"n":"g","nm":"gap2","v":{"a":0,"k":12,"ix":4}},{"n":"d","nm":"dash3","v":{"a":0,"k":10,"ix":5}},{"n":"o","nm":"offset","v":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[9],"e":[2]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":60,"s":[2],"e":[9]},{"t":119.000004846969}],"ix":7}}],"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0.25,3.25],"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":120.0000048877,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 7","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[47,14.25,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-20.25,29.5],[23,29.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.800000059838,0.800000059838,0.976470648074,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":8,"ix":5},"lc":2,"lj":2,"bm":0,"d":[{"n":"d","nm":"dash","v":{"a":0,"k":30,"ix":1}},{"n":"g","nm":"gap","v":{"a":0,"k":12,"ix":2}},{"n":"o","nm":"offset","v":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p833_1_0p333_0"],"t":0,"s":[27.75],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":60,"s":[0],"e":[27.75]},{"t":119.000004846969}],"ix":7}}],"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-4.75,0.25],"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":120.0000048877,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[47,44.25,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-20.25,29.5],[23,29.5]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.800000059838,0.800000059838,0.976470648074,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":8,"ix":5},"lc":2,"lj":2,"bm":0,"d":[{"n":"d","nm":"dash","v":{"a":0,"k":30,"ix":1}},{"n":"g","nm":"gap","v":{"a":0,"k":12,"ix":2}},{"n":"o","nm":"offset","v":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":0,"s":[0],"e":[27.75]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0p667_1_0p333_0"],"t":60,"s":[27.75],"e":[0]},{"t":119.000004846969}],"ix":7}}],"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-4.75,0.25],"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":120.0000048877,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Cloud","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[44,34,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.412,0],[0.157,-0.005],[7.229,0],[1.663,-9.376],[0.112,0],[0,-6.506],[-6.506,0],[0,0],[0,8.412]],"o":[[-0.158,0],[-3.518,-5.744],[-9.853,0],[-0.111,-0.003],[-6.506,0],[0,6.506],[0,0],[8.412,0],[0,-8.412]],"v":[[17.046,-10.449],[16.578,-10.425],[-0.483,-20.015],[-20.171,-3.512],[-20.498,-3.545],[-32.278,8.235],[-20.498,20.015],[17.046,20.015],[32.278,4.783]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.019607843137,0.972549079446,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"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":120.0000048877,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"Fog Lines - Day","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[44,44,0],"ix":2},"a":{"a":0,"k":[44,44,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":88,"h":88,"ip":0,"op":120.0000048877,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/weather/hurricane.json b/ohos/flutter_lottie/assets/weather/hurricane.json new file mode 100644 index 0000000000000000000000000000000000000000..6bd1364a0e8f005e340d0cb930a0ebbbc29ba427 --- /dev/null +++ b/ohos/flutter_lottie/assets/weather/hurricane.json @@ -0,0 +1,2534 @@ +{ + "v": "5.4.3", + "fr": 29.9700012207031, + "ip": 0, + "op": 120.0000048877, + "w": 88, + "h": 88, + "nm": "Hurricane - Day", + "ddd": 0, + "assets": [ + { + "id": "comp_0", + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 4, + "nm": "Shape Layer 2", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 44, + 44, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 200, + 200, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + -2.78 + ], + [ + 2.78, + 0 + ], + [ + 0, + 2.78 + ], + [ + -2.78, + 0 + ] + ], + "o": [ + [ + 0, + 2.78 + ], + [ + -2.78, + 0 + ], + [ + 0, + -2.78 + ], + [ + 2.78, + 0 + ] + ], + "v": [ + [ + 5.034, + 0 + ], + [ + 0, + 5.034 + ], + [ + -5.034, + 0 + ], + [ + 0, + -5.034 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0, + 0.019607843831, + 0.972549080849, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 2.5, + "ix": 5 + }, + "lc": 2, + "lj": 2, + "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": 120.0000048877, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 4, + "nm": "Shape Layer 3", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 180, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 44, + 54.432, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + -0.625, + -2.534, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 200, + 200, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 4.909 + ], + [ + -1.475, + 1.303 + ] + ], + "o": [ + [ + -4.909, + 0 + ], + [ + 0, + -2.123 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 4.444, + 7.11 + ], + [ + -4.444, + -1.779 + ], + [ + -2.04, + -7.11 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0, + 0.019607843831, + 0.972549080849, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 2.5, + "ix": 5 + }, + "lc": 2, + "lj": 2, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + -2.264, + 6.167 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 3 + }, + "r": { + "a": 0, + "k": 0.524, + "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": 120.0000048877, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 4, + "nm": "Shape Layer 1", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 44, + 33.932, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + -0.625, + -2.534, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 200, + 200, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + 4.909 + ], + [ + -1.475, + 1.303 + ] + ], + "o": [ + [ + -4.909, + 0 + ], + [ + 0, + -2.123 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + 4.444, + 7.11 + ], + [ + -4.444, + -1.779 + ], + [ + -2.04, + -7.11 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0, + 0.019607843831, + 0.972549080849, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 2.5, + "ix": 5 + }, + "lc": 2, + "lj": 2, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + -2.264, + 6.167 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100 + ], + "ix": 3 + }, + "r": { + "a": 0, + "k": 0.524, + "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": 120.0000048877, + "st": 0, + "bm": 0 + } + ] + }, + { + "id": "comp_1", + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 4, + "nm": "Shape Layer 8", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 315, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 44.067, + 43.68, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 4.534, + 6.84, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 232.896, + 232.896, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + -6.15 + ] + ], + "o": [ + [ + 5.328, + 2.254 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -4.534, + -6.84 + ], + [ + 4.534, + 6.84 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.800000059838, + 0.800000059838, + 0.976470648074, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 4, + "ix": 5 + }, + "lc": 2, + "lj": 2, + "bm": 0, + "d": [ + { + "n": "d", + "nm": "dash", + "v": { + "a": 0, + "k": 2, + "ix": 1 + } + }, + { + "n": "g", + "nm": "gap", + "v": { + "a": 0, + "k": 6, + "ix": 2 + } + }, + { + "n": "o", + "nm": "offset", + "v": { + "a": 0, + "k": 0, + "ix": 7 + } + } + ], + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 4.504, + 6.815 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 4.504, + 6.815 + ], + "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": 120.0000048877, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 4, + "nm": "Shape Layer 7", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 270, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 44.067, + 43.68, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 4.534, + 6.84, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 232.896, + 232.896, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + -6.15 + ] + ], + "o": [ + [ + 5.328, + 2.254 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -4.534, + -6.84 + ], + [ + 4.534, + 6.84 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.800000059838, + 0.800000059838, + 0.976470648074, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 4, + "ix": 5 + }, + "lc": 2, + "lj": 2, + "bm": 0, + "d": [ + { + "n": "d", + "nm": "dash", + "v": { + "a": 0, + "k": 2, + "ix": 1 + } + }, + { + "n": "g", + "nm": "gap", + "v": { + "a": 0, + "k": 6, + "ix": 2 + } + }, + { + "n": "o", + "nm": "offset", + "v": { + "a": 0, + "k": 0, + "ix": 7 + } + } + ], + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 4.504, + 6.815 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 4.504, + 6.815 + ], + "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": 120.0000048877, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 4, + "nm": "Shape Layer 6", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 225, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 44.067, + 43.68, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 4.534, + 6.84, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 232.896, + 232.896, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + -6.15 + ] + ], + "o": [ + [ + 5.328, + 2.254 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -4.534, + -6.84 + ], + [ + 4.534, + 6.84 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.800000059838, + 0.800000059838, + 0.976470648074, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 4, + "ix": 5 + }, + "lc": 2, + "lj": 2, + "bm": 0, + "d": [ + { + "n": "d", + "nm": "dash", + "v": { + "a": 0, + "k": 2, + "ix": 1 + } + }, + { + "n": "g", + "nm": "gap", + "v": { + "a": 0, + "k": 6, + "ix": 2 + } + }, + { + "n": "o", + "nm": "offset", + "v": { + "a": 0, + "k": 0, + "ix": 7 + } + } + ], + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 4.504, + 6.815 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 4.504, + 6.815 + ], + "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": 120.0000048877, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 4, + "ty": 4, + "nm": "Shape Layer 5", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 180, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 44.067, + 43.68, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 4.534, + 6.84, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 232.896, + 232.896, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + -6.15 + ] + ], + "o": [ + [ + 5.328, + 2.254 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -4.534, + -6.84 + ], + [ + 4.534, + 6.84 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.800000059838, + 0.800000059838, + 0.976470648074, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 4, + "ix": 5 + }, + "lc": 2, + "lj": 2, + "bm": 0, + "d": [ + { + "n": "d", + "nm": "dash", + "v": { + "a": 0, + "k": 2, + "ix": 1 + } + }, + { + "n": "g", + "nm": "gap", + "v": { + "a": 0, + "k": 6, + "ix": 2 + } + }, + { + "n": "o", + "nm": "offset", + "v": { + "a": 0, + "k": 0, + "ix": 7 + } + } + ], + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 4.504, + 6.815 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 4.504, + 6.815 + ], + "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": 120.0000048877, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 5, + "ty": 4, + "nm": "Shape Layer 4", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 135, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 44.067, + 43.68, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 4.534, + 6.84, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 232.896, + 232.896, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + -6.15 + ] + ], + "o": [ + [ + 5.328, + 2.254 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -4.534, + -6.84 + ], + [ + 4.534, + 6.84 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.800000059838, + 0.800000059838, + 0.976470648074, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 4, + "ix": 5 + }, + "lc": 2, + "lj": 2, + "bm": 0, + "d": [ + { + "n": "d", + "nm": "dash", + "v": { + "a": 0, + "k": 2, + "ix": 1 + } + }, + { + "n": "g", + "nm": "gap", + "v": { + "a": 0, + "k": 6, + "ix": 2 + } + }, + { + "n": "o", + "nm": "offset", + "v": { + "a": 0, + "k": 0, + "ix": 7 + } + } + ], + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 4.504, + 6.815 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 4.504, + 6.815 + ], + "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": 120.0000048877, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 6, + "ty": 4, + "nm": "Shape Layer 3", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 90, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 44.067, + 43.68, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 4.534, + 6.84, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 232.896, + 232.896, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + -6.15 + ] + ], + "o": [ + [ + 5.328, + 2.254 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -4.534, + -6.84 + ], + [ + 4.534, + 6.84 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.800000059838, + 0.800000059838, + 0.976470648074, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 4, + "ix": 5 + }, + "lc": 2, + "lj": 2, + "bm": 0, + "d": [ + { + "n": "d", + "nm": "dash", + "v": { + "a": 0, + "k": 2, + "ix": 1 + } + }, + { + "n": "g", + "nm": "gap", + "v": { + "a": 0, + "k": 6, + "ix": 2 + } + }, + { + "n": "o", + "nm": "offset", + "v": { + "a": 0, + "k": 0, + "ix": 7 + } + } + ], + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 4.504, + 6.815 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 4.504, + 6.815 + ], + "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": 120.0000048877, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 7, + "ty": 4, + "nm": "Shape Layer 2", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 45, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 44.067, + 43.68, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 4.534, + 6.84, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 232.896, + 232.896, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + -6.15 + ] + ], + "o": [ + [ + 5.328, + 2.254 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -4.534, + -6.84 + ], + [ + 4.534, + 6.84 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.800000059838, + 0.800000059838, + 0.976470648074, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 4, + "ix": 5 + }, + "lc": 2, + "lj": 2, + "bm": 0, + "d": [ + { + "n": "d", + "nm": "dash", + "v": { + "a": 0, + "k": 2, + "ix": 1 + } + }, + { + "n": "g", + "nm": "gap", + "v": { + "a": 0, + "k": 6, + "ix": 2 + } + }, + { + "n": "o", + "nm": "offset", + "v": { + "a": 0, + "k": 0, + "ix": 7 + } + } + ], + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 4.504, + 6.815 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 4.504, + 6.815 + ], + "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": 120.0000048877, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 8, + "ty": 4, + "nm": "Shape Layer 1", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 44.067, + 43.68, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 4.534, + 6.84, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 232.896, + 232.896, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 0, + -6.15 + ] + ], + "o": [ + [ + 5.328, + 2.254 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -4.534, + -6.84 + ], + [ + 4.534, + 6.84 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.800000059838, + 0.800000059838, + 0.976470648074, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 4, + "ix": 5 + }, + "lc": 2, + "lj": 2, + "bm": 0, + "d": [ + { + "n": "d", + "nm": "dash", + "v": { + "a": 0, + "k": 2, + "ix": 1 + } + }, + { + "n": "g", + "nm": "gap", + "v": { + "a": 0, + "k": 6, + "ix": 2 + } + }, + { + "n": "o", + "nm": "offset", + "v": { + "a": 0, + "k": 0, + "ix": 7 + } + } + ], + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 4.504, + 6.815 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 4.504, + 6.815 + ], + "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": 120.0000048877, + "st": 0, + "bm": 0 + } + ] + } + ], + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 0, + "nm": "Hurrican Symbol - Day", + "refId": "comp_0", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 44, + 44, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 44, + 44, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 88, + "h": 88, + "ip": 0, + "op": 120.0000048877, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 0, + "nm": "Hurricane Swirl - Day", + "refId": "comp_1", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167" + ], + "t": 0, + "s": [ + 0 + ], + "e": [ + 180 + ] + }, + { + "t": 119.000004846969 + } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "n": "0p833_0p833_0p167_0p167", + "t": 0, + "s": [ + 44, + 44, + 0 + ], + "e": [ + 44.125, + 43.375, + 0 + ], + "to": [ + 0.02083333395422, + -0.10416666418314, + 0 + ], + "ti": [ + -0.02083333395422, + 0.10416666418314, + 0 + ] + }, + { + "t": 119.000004846969 + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 44, + 44, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "w": 88, + "h": 88, + "ip": 0, + "op": 120.0000048877, + "st": 0, + "bm": 0 + } + ], + "markers": [] +} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/weather/thunder-storm.json b/ohos/flutter_lottie/assets/weather/thunder-storm.json new file mode 100644 index 0000000000000000000000000000000000000000..24358f50055379c3d7d0387af007d98035c726ae --- /dev/null +++ b/ohos/flutter_lottie/assets/weather/thunder-storm.json @@ -0,0 +1 @@ +{"v":"5.4.3","fr":29.9700012207031,"ip":0,"op":120.0000048877,"w":88,"h":88,"nm":"T Storm - Day","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[84.75,49.25,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-19.125,-1.125],[-7.938,14.25]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.8,0.8,0.976470588235,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":12,"ix":5},"lc":2,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"bm":0,"d":[{"n":"d","nm":"dash","v":{"a":0,"k":8,"ix":1}},{"n":"g","nm":"gap","v":{"a":0,"k":18,"ix":2}},{"n":"o","nm":"offset","v":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[-130]},{"t":119.000004846969}],"ix":7}}],"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":120.0000048877,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[62.25,49.25,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-19.125,-1.125],[-0.25,27.125]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.8,0.8,0.976470588235,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":12,"ix":5},"lc":2,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"bm":0,"d":[{"n":"d","nm":"dash","v":{"a":0,"k":8,"ix":1}},{"n":"g","nm":"gap","v":{"a":0,"k":18,"ix":2}},{"n":"o","nm":"offset","v":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[-182]},{"t":119.000004846969}],"ix":7}}],"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":120.0000048877,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[39.75,49.25,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"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":[[-19.125,-1.125],[-0.25,27.125]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.8,0.8,0.976470588235,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":12,"ix":5},"lc":2,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"bm":0,"d":[{"n":"d","nm":"dash","v":{"a":0,"k":8,"ix":1}},{"n":"g","nm":"gap","v":{"a":0,"k":18,"ix":2}},{"n":"o","nm":"offset","v":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[-104]},{"t":119.000004846969}],"ix":7}}],"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":120.0000048877,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Cloud","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[44,34,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.412,0],[0.157,-0.005],[7.229,0],[1.663,-9.376],[0.112,0],[0,-6.506],[-6.506,0],[0,0],[0,8.412]],"o":[[-0.158,0],[-3.518,-5.744],[-9.853,0],[-0.111,-0.003],[-6.506,0],[0,6.506],[0,0],[8.412,0],[0,-8.412]],"v":[[17.046,-10.449],[16.578,-10.425],[-0.483,-20.015],[-20.171,-3.512],[-20.498,-3.545],[-32.278,8.235],[-20.498,20.015],[17.046,20.015],[32.278,4.783]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.019607843137,0.972549079446,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"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":120.0000048877,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Lightning","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":4,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":7,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":9,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":11,"s":[100],"e":[0]},{"t":32.0000013033867}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[44,54,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[200,200,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.97,-0.444],[0,0],[0,0],[0.675,-0.141],[0,0],[-0.318,-0.71],[0,0],[-0.913,0.417],[0,0],[0,0],[-0.07,0.657],[0,0]],"o":[[0,0],[0,0],[-0.186,-0.881],[0,0],[-0.961,0.315],[0,0],[0.235,0.413],[0,0],[0,0],[0.239,0.616],[0,0],[0.108,-1.047]],"v":[[5.775,-4.561],[4.241,-3.821],[3.148,-9.997],[1.634,-11.143],[-6.551,-9.435],[-7.296,-7.547],[-1.711,4.592],[-0.079,4.93],[2.151,3.677],[4.869,10.668],[6.083,10.507],[7.507,-3.306]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.8,0.8,0.988234994926,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":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":120.0000048877,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":0,"nm":"Rain Drops - Day","refId":"comp_0","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":5,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":27,"s":[0],"e":[100]},{"t":42.0000017106951}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[44,44,0],"ix":2},"a":{"a":0,"k":[44,44,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":88,"h":88,"ip":-15.0000006109625,"op":105.000004276738,"st":-15.0000006109625,"bm":0},{"ddd":0,"ind":4,"ty":0,"nm":"Rain Drops - Day","refId":"comp_0","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":120,"s":[100],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":125,"s":[0],"e":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":147,"s":[0],"e":[100]},{"t":162.000006598395}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[44,44,0],"ix":2},"a":{"a":0,"k":[44,44,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":88,"h":88,"ip":105.000004276738,"op":225.000009164438,"st":105.000004276738,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/weather/tornado.json b/ohos/flutter_lottie/assets/weather/tornado.json new file mode 100644 index 0000000000000000000000000000000000000000..7eb33d457fb9ee13e9230b46e6718a165823ebca --- /dev/null +++ b/ohos/flutter_lottie/assets/weather/tornado.json @@ -0,0 +1,1964 @@ +{ + "v": "5.4.3", + "fr": 29.9700012207031, + "ip": 0, + "op": 120.0000048877, + "w": 88, + "h": 88, + "nm": "Tornado - Day", + "ddd": 0, + "assets": [], + "layers": [ + { + "ddd": 0, + "ind": 2, + "ty": 4, + "nm": "Funnel", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 44, + 44, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + 1.323, + 11.596 + ], + [ + 11.447, + 14.671 + ], + [ + 0, + 0 + ], + [ + -14.66, + 0 + ], + [ + 0, + 0 + ], + [ + 4.203, + -7.513 + ], + [ + 2.089, + -10.344 + ] + ], + "o": [ + [ + -8.528, + -7.424 + ], + [ + -1.641, + -14.382 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 14.66, + 0 + ], + [ + 0, + 0 + ], + [ + -4.883, + 8.727 + ], + [ + -1.867, + 9.244 + ] + ], + "v": [ + [ + -0.041, + 31 + ], + [ + -17.57, + 6.728 + ], + [ + -22.701, + -27 + ], + [ + -22.701, + -27 + ], + [ + -0.041, + -31 + ], + [ + 22.62, + -27 + ], + [ + 18.498, + -10.386 + ], + [ + 0.748, + 16.334 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0, + 0.019607843831, + 0.972549080849, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 5, + "ix": 5 + }, + "lc": 2, + "lj": 2, + "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": 120.0000048877, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 4, + "nm": "Wind 3", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 44, + 44, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + -15.75, + -0.375 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 16.995, + 0.405 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -23.25, + -15.375 + ], + [ + -1.5, + -19.75 + ], + [ + 23.625, + -11.688 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.8, + 0.8, + 0.976470588235, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 8, + "ix": 5 + }, + "lc": 2, + "lj": 2, + "bm": 0, + "d": [ + { + "n": "d", + "nm": "dash", + "v": { + "a": 0, + "k": 20, + "ix": 1 + } + }, + { + "n": "g", + "nm": "gap", + "v": { + "a": 0, + "k": 25, + "ix": 2 + } + }, + { + "n": "o", + "nm": "offset", + "v": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167" + ], + "t": 0, + "s": [ + -115.714 + ], + "e": [ + -341 + ] + }, + { + "t": 119.000004846969 + } + ], + "ix": 7 + } + } + ], + "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": 120.0000048877, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 4, + "ty": 4, + "nm": "Wind 2", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 12, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 54.875, + 60.5, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.8, + 0.8, + 0.976470588235, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 8, + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 4, + "ml2": { + "a": 0, + "k": 4, + "ix": 8 + }, + "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 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + -14.577, + 0.938 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 12.968, + -0.835 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -36.963, + -11.205 + ], + [ + -16.411, + -18.369 + ], + [ + 1.062, + -14.397 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.8, + 0.8, + 0.976470588235, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 8, + "ix": 5 + }, + "lc": 2, + "lj": 2, + "bm": 0, + "d": [ + { + "n": "d", + "nm": "dash", + "v": { + "a": 0, + "k": 15, + "ix": 1 + } + }, + { + "n": "g", + "nm": "gap", + "v": { + "a": 0, + "k": 25, + "ix": 2 + } + }, + { + "n": "o", + "nm": "offset", + "v": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167" + ], + "t": 0, + "s": [ + -129.714 + ], + "e": [ + -372 + ] + }, + { + "t": 119.000004846969 + } + ], + "ix": 7 + } + } + ], + "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": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 120.0000048877, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 5, + "ty": 4, + "nm": "Wind 1", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167" + ], + "t": 0, + "s": [ + 100 + ], + "e": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167" + ], + "t": 4, + "s": [ + 0 + ], + "e": [ + 100 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167" + ], + "t": 8, + "s": [ + 100 + ], + "e": [ + 100 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167" + ], + "t": 14, + "s": [ + 100 + ], + "e": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167" + ], + "t": 18, + "s": [ + 0 + ], + "e": [ + 100 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167" + ], + "t": 22, + "s": [ + 100 + ], + "e": [ + 100 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167" + ], + "t": 27, + "s": [ + 100 + ], + "e": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167" + ], + "t": 31, + "s": [ + 0 + ], + "e": [ + 100 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167" + ], + "t": 35, + "s": [ + 100 + ], + "e": [ + 100 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167" + ], + "t": 40, + "s": [ + 100 + ], + "e": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167" + ], + "t": 44, + "s": [ + 0 + ], + "e": [ + 100 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167" + ], + "t": 48, + "s": [ + 100 + ], + "e": [ + 100 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167" + ], + "t": 53, + "s": [ + 100 + ], + "e": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167" + ], + "t": 57, + "s": [ + 0 + ], + "e": [ + 100 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167" + ], + "t": 61, + "s": [ + 100 + ], + "e": [ + 100 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167" + ], + "t": 66, + "s": [ + 100 + ], + "e": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167" + ], + "t": 70, + "s": [ + 0 + ], + "e": [ + 100 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167" + ], + "t": 74, + "s": [ + 100 + ], + "e": [ + 100 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167" + ], + "t": 80, + "s": [ + 100 + ], + "e": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167" + ], + "t": 84, + "s": [ + 0 + ], + "e": [ + 100 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167" + ], + "t": 88, + "s": [ + 100 + ], + "e": [ + 100 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167" + ], + "t": 93, + "s": [ + 100 + ], + "e": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167" + ], + "t": 97, + "s": [ + 0 + ], + "e": [ + 100 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167" + ], + "t": 101, + "s": [ + 100 + ], + "e": [ + 100 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167" + ], + "t": 106, + "s": [ + 100 + ], + "e": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167" + ], + "t": 110, + "s": [ + 0 + ], + "e": [ + 100 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167" + ], + "t": 114, + "s": [ + 100 + ], + "e": [ + 100 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167" + ], + "t": 119, + "s": [ + 100 + ], + "e": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167" + ], + "t": 123, + "s": [ + 0 + ], + "e": [ + 100 + ] + }, + { + "t": 127.000005172816 + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 44, + 71.5, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 0, + 0, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 0, + 0 + ], + [ + -8.875, + 0.5 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + 0, + 0 + ], + [ + 8.37, + -0.472 + ], + [ + 0, + 0 + ] + ], + "v": [ + [ + -25.625, + -13.75 + ], + [ + -13.5, + -17.75 + ], + [ + -0.625, + -13.688 + ] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [ + 0.8, + 0.8, + 0.976470588235, + 1 + ], + "ix": 3 + }, + "o": { + "a": 0, + "k": 100, + "ix": 4 + }, + "w": { + "a": 0, + "k": 8, + "ix": 5 + }, + "lc": 2, + "lj": 2, + "bm": 0, + "d": [ + { + "n": "d", + "nm": "dash", + "v": { + "a": 0, + "k": 10, + "ix": 1 + } + }, + { + "n": "g", + "nm": "gap", + "v": { + "a": 0, + "k": 25, + "ix": 2 + } + }, + { + "n": "o", + "nm": "offset", + "v": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "n": [ + "0p833_0p833_0p167_0p167" + ], + "t": 0, + "s": [ + -121.714 + ], + "e": [ + -437 + ] + }, + { + "t": 119.000004846969 + } + ], + "ix": 7 + } + } + ], + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { + "a": 0, + "k": [ + 6.25, + 2.5 + ], + "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": 120.0000048877, + "st": 0, + "bm": 0 + } + ], + "markers": [] +} \ No newline at end of file diff --git a/ohos/flutter_lottie/assets/weather/windy.json b/ohos/flutter_lottie/assets/weather/windy.json new file mode 100644 index 0000000000000000000000000000000000000000..9918d4afeda1dd5b45ac61c254b7ead32d2504a5 --- /dev/null +++ b/ohos/flutter_lottie/assets/weather/windy.json @@ -0,0 +1 @@ +{"v":"5.4.3","fr":29.9700012207031,"ip":0,"op":120.0000048877,"w":88,"h":88,"nm":"Wind - Day","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[50.75,31.5,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[200,200,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0.925],[-1.767,0],[0,-2.209],[2.761,0],[0,0]],"o":[[-0.786,-0.307],[0,-1.767],[2.209,0],[0,2.761],[0,0],[0,0]],"v":[[5.645,-2.053],[4.46,-3.8],[7.66,-7],[11.66,-3],[6.66,2],[-11.66,2]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.019607843137,0.972549079446,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2.5,"ix":5},"lc":2,"lj":2,"bm":0,"d":[{"n":"d","nm":"dash","v":{"a":0,"k":50,"ix":1}},{"n":"g","nm":"gap","v":{"a":0,"k":6,"ix":2}},{"n":"o","nm":"offset","v":{"a":0,"k":0,"ix":7}}],"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":120.0000048877,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[44,44,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[200,200,100],"ix":6}},"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":[[12,0],[-12,0]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.019607843137,0.972549079446,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2.5,"ix":5},"lc":2,"lj":2,"bm":0,"d":[{"n":"d","nm":"dash","v":{"a":0,"k":46,"ix":1}},{"n":"g","nm":"gap","v":{"a":0,"k":10,"ix":2}},{"n":"o","nm":"offset","v":{"a":0,"k":0,"ix":7}}],"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-5,1.75],"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":120.0000048877,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[48,63,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[200,200,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.135,0],[0,1.418],[1.773,0],[0,0]],"o":[[0,1.135],[1.418,0],[0,-1.773],[0,0],[0,0]],"v":[[9.022,0.835],[11.077,2.889],[13.644,0.321],[10.435,-2.889],[-13.644,-2.889]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.019607843831,0.972549080849,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2.5,"ix":5},"lc":2,"lj":1,"ml":4,"ml2":{"a":0,"k":4,"ix":8},"bm":0,"d":[{"n":"d","nm":"dash","v":{"a":0,"k":27,"ix":1}},{"n":"g","nm":"gap","v":{"a":0,"k":6,"ix":2}},{"n":"d","nm":"dash2","v":{"a":0,"k":3,"ix":3}},{"n":"g","nm":"gap2","v":{"a":0,"k":0,"ix":4}},{"n":"o","nm":"offset","v":{"a":0,"k":0,"ix":7}}],"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0.25],"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":120.0000048877,"st":0,"bm":0}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[52.5,69,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[200,200,100],"ix":6}},"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":[[-12.656,0],[2.406,0]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.800000059838,0.800000059838,0.976470648074,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":2,"bm":0,"d":[{"n":"d","nm":"dash","v":{"a":0,"k":17,"ix":1}},{"n":"o","nm":"offset","v":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[11],"e":[-121]},{"t":119.000004846969}],"ix":7}}],"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":120.0000048877,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[45,26,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[200,200,100],"ix":6}},"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":[[-12.656,0],[2.406,0]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.800000059838,0.800000059838,0.976470648074,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":2,"bm":0,"d":[{"n":"d","nm":"dash","v":{"a":0,"k":17,"ix":1}},{"n":"o","nm":"offset","v":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[-66]},{"t":119.000004846969}],"ix":7}}],"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":120.0000048877,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[44,44,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[200,200,100],"ix":6}},"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":[[-18.071,0],[18.071,0]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.800000071526,0.800000071526,0.976470649242,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":2,"bm":0,"d":[{"n":"d","nm":"dash","v":{"a":0,"k":7,"ix":1}},{"n":"g","nm":"gap","v":{"a":0,"k":8,"ix":2}},{"n":"d","nm":"dash2","v":{"a":0,"k":18,"ix":3}},{"n":"o","nm":"offset","v":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":0,"s":[0],"e":[-66]},{"t":119.000004846969}],"ix":7}}],"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":120.0000048877,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Wind - Top Layer - Day","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[46,44,0],"ix":2},"a":{"a":0,"k":[44,44,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":88,"h":88,"ip":0,"op":120.0000048877,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"Wind - Bottom Layer - Day","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[44,44,0],"ix":2},"a":{"a":0,"k":[44,44,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":88,"h":88,"ip":0,"op":120.0000048877,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/lib/characters_test.dart b/ohos/flutter_lottie/lib/characters_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..f2ec47f55db71dd01713553d227e84aa391e38f7 --- /dev/null +++ b/ohos/flutter_lottie/lib/characters_test.dart @@ -0,0 +1,62 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'package:lottie/src/utils/characters.dart'; + +import 'package:flutter_lottie/common/test_page.dart'; + +class JKCharactersTestPage extends TestPage { + + static const String routeName = "/characters_test"; + + JKCharactersTestPage(super.title, {super.key}) { + print('start test666'); + + main(); + } + void main() { + test('characters.trimTrailing() TrimTrailing characters', () { + expect('ab c d '.characters.trimTrailing(' '.characters), + 'ab c d'.characters); + expect(' '.characters.trimTrailing(' '.characters), ''.characters); + expect(' a '.characters.trimTrailing(' '.characters), ' a'.characters); + expect(' aa'.characters.trimTrailing('a'.characters), ' '.characters); + expect('aabcbc'.characters.trimTrailing('bc'.characters), 'aa'.characters); + expect('bcbc'.characters.trimTrailing('bc'.characters), ''.characters); + expect(''.characters.trimTrailing(' '.characters), ''.characters); + expect(''.characters.trimTrailing('bc'.characters), ''.characters); + expect(' '.characters.trimTrailing('bc'.characters), ' '.characters); + expect(' bc'.characters.trimTrailing('bc'.characters), ' '.characters); + }); + + test('characters.trimLeading() TrimLeading characters', () { + expect(' ab '.characters.trimLeading(' '.characters), 'ab '.characters); + expect(' '.characters.trimLeading(' '.characters), ''.characters); + expect(' '.characters.trimLeading(' '.characters), ''.characters); + expect(' a'.characters.trimLeading(' '.characters), 'a'.characters); + expect('abc'.characters.trimLeading('ab'.characters), 'c'.characters); + expect('ababc'.characters.trimLeading('ab'.characters), 'c'.characters); + expect('abab'.characters.trimLeading('ab'.characters), ''.characters); + expect('ababcd'.characters.trimLeading('ab'.characters), 'cd'.characters); + expect(''.characters.trimLeading(''.characters), ''.characters); + }); + + test('characters.trim() Trim characters', () { + expect(' ab '.characters.trim(' '.characters), 'ab'.characters); + }); + } +} + diff --git a/ohos/flutter_lottie/lib/common/base_page.dart b/ohos/flutter_lottie/lib/common/base_page.dart new file mode 100644 index 0000000000000000000000000000000000000000..26a965b678111b9fc6176e1b01e4ce8e00195a31 --- /dev/null +++ b/ohos/flutter_lottie/lib/common/base_page.dart @@ -0,0 +1,54 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'main_item_widget.dart'; +import 'test_route.dart'; + +/// 全局静态数据存储 +abstract class GlobalData { + static String appName = ''; +} + +/// app基本首页 +class BasePage extends StatefulWidget { + const BasePage({required this.data}); + + final List data; + + @override + State createState() => _BasePageState(); +} + +class _BasePageState extends State { + int get _itemCount => widget.data.length; + + @override + Widget build(BuildContext context) { + return Scaffold( + appBar: AppBar( + title: Center( + child: Text(GlobalData.appName, textAlign: TextAlign.center)), + ), + body: + ListView.builder(itemBuilder: _itemBuilder, itemCount: _itemCount)); + } + + Widget _itemBuilder(BuildContext context, int index) { + return MainItemWidget(widget.data[index], (MainItem item) { + Navigator.push(context, MaterialPageRoute(builder: (content) => item.route)); + }); + } +} diff --git a/ohos/flutter_lottie/lib/common/item_widget.dart b/ohos/flutter_lottie/lib/common/item_widget.dart new file mode 100644 index 0000000000000000000000000000000000000000..f046389c8a8969afb88d3aeb69c3655579a4c6ca --- /dev/null +++ b/ohos/flutter_lottie/lib/common/item_widget.dart @@ -0,0 +1,127 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/cupertino.dart'; +import 'package:flutter/material.dart'; + +import 'test_page.dart'; + +/// Item widget. +class ItemWidget extends StatefulWidget { + /// Item widget. + const ItemWidget( + {required this.item, required this.index, required this.getGroupRange, required this.runGroup, required this.onTap, this.summary, Key? key}) + : super(key: key); + + /// item summary. + final String? summary; + + /// item data. + final Item item; + + /// 当前下标 + final int index; + + /// 获取对应的组信息 + final GroupRange Function() getGroupRange; + + /// 获取对应的组信息 + final void Function(int start, int end) runGroup; + + /// Action when pressed (typically run). + final void Function(Item item) onTap; + + @override + ItemWidgetState createState() => ItemWidgetState(); +} + +class ItemWidgetState extends State { + @override + Widget build(BuildContext context) { + IconData? icon; + Color? color; + + switch (widget.item.state) { + case ItemState.none: + icon = Icons.arrow_forward_ios; + break; + case ItemState.running: + icon = Icons.more_horiz; + break; + case ItemState.success: + icon = Icons.check; + color = Colors.green; + break; + case ItemState.failure: + icon = Icons.close; + color = Colors.red; + break; + } + + final Widget listTile = ListTile( + leading: SizedBox( + child: IconButton( + icon: Icon(icon, color: color), + onPressed: null, + )), + title: Text(widget.item.name), + subtitle: widget.summary != null ? Text(widget.summary!) : null, + onTap: () { + widget.onTap(widget.item); + }); + + final data = widget.getGroupRange(); + + return Column( + mainAxisAlignment: MainAxisAlignment.start, + crossAxisAlignment: CrossAxisAlignment.start, + children: [ + if (data.groupName.isNotEmpty && data.startIndex == widget.index) + GestureDetector( + onTap: () {}, + child: Container( + height: 35, + decoration: BoxDecoration(color: CupertinoColors.extraLightBackgroundGray), + child: Row( + mainAxisAlignment: MainAxisAlignment.spaceBetween, + children: [ + Expanded(child: Text( + '测试组: ${data.groupName}', + style: TextStyle(fontSize: 18), + overflow: TextOverflow.ellipsis, + )), + // FilledButton( + // onPressed: () => widget.runGroup(data.startIndex, data.startIndex), + // child: Text( + // '整组测试', + // style: TextStyle(fontSize: 16), + // )) + ], + ), + ), + ), + Container( + margin: data.groupName.isNotEmpty && data.startIndex == widget.index ? EdgeInsets.only(bottom: 10) : null, + decoration: BoxDecoration( + border: data.groupName.isNotEmpty && data.endIndex == widget.index ? Border(bottom: BorderSide(color: Colors.grey)) : null, + ), + child: Padding( + padding: data.groupName.isNotEmpty && data.startIndex <= widget.index && data.endIndex >= widget.index ? EdgeInsets.only(left: 35) : EdgeInsets.zero, + child: listTile, + ), + ) + ], + ); + } +} diff --git a/ohos/flutter_lottie/lib/common/main_item_widget.dart b/ohos/flutter_lottie/lib/common/main_item_widget.dart new file mode 100644 index 0000000000000000000000000000000000000000..819e0a0d15e67aec813a9ccc11d8af4637e7be93 --- /dev/null +++ b/ohos/flutter_lottie/lib/common/main_item_widget.dart @@ -0,0 +1,50 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/cupertino.dart'; +import 'package:flutter/material.dart'; + +import 'test_route.dart'; + +/// Main item widget. +class MainItemWidget extends StatefulWidget { + /// Main item widget. + const MainItemWidget(this.item, this.onTap, {Key? key}) : super(key: key); + + /// item data. + final MainItem item; + + /// onTap action (typically run or open). + final void Function(MainItem item) onTap; + + @override + MainItemWidgetState createState() => MainItemWidgetState(); +} + +class MainItemWidgetState extends State { + @override + Widget build(BuildContext context) { + return Container( + margin: const EdgeInsets.only(bottom: 10), + child: ListTile( + tileColor: CupertinoColors.extraLightBackgroundGray, + title: Text(widget.item.title), + onTap: _onTap), + ); + } + + void _onTap() { + widget.onTap(widget.item); + } +} diff --git a/ohos/flutter_lottie/lib/common/test_model_app.dart b/ohos/flutter_lottie/lib/common/test_model_app.dart new file mode 100644 index 0000000000000000000000000000000000000000..9e34e8a2d060c3c7a699709e018e90ae0be3d2ee --- /dev/null +++ b/ohos/flutter_lottie/lib/common/test_model_app.dart @@ -0,0 +1,50 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'base_page.dart'; +import 'test_route.dart'; + +/// 基础app框架 +class TestModelApp extends StatefulWidget { + TestModelApp({super.key, required this.appName, required this.data}) { + GlobalData.appName = appName; + } + + /// 测试包名称 + final String appName; + + /// 路由数据 + final List data; + + @override + State createState() => TestModelState(); +} + +class TestModelState extends State { + @override + Widget build(BuildContext context) { + return MaterialApp( + title: widget.appName, + theme: ThemeData( + colorScheme: ColorScheme.fromSeed(seedColor: Colors.blue), + appBarTheme: const AppBarTheme(backgroundColor: Colors.blue), + primarySwatch: Colors.blue, + useMaterial3: true, + ), + home: BasePage(data: widget.data), + ); + } +} diff --git a/ohos/flutter_lottie/lib/common/test_page.dart b/ohos/flutter_lottie/lib/common/test_page.dart new file mode 100644 index 0000000000000000000000000000000000000000..c4e1888608d081af98fe6ad8acaa11eef6963af6 --- /dev/null +++ b/ohos/flutter_lottie/lib/common/test_page.dart @@ -0,0 +1,333 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:async'; + +import 'package:flutter/material.dart'; + +import 'item_widget.dart'; + +List contentList = []; + +class Test { + /// Test definition. + Test(this.name, this.fn, {bool? solo, bool? skip}) + : solo = solo == true, + skip = skip == true; + + /// Only run this test. + final bool solo; + + /// Skip this test. + final bool skip; + + /// Test name. + String name; + + /// Test body. + FutureOr Function() fn; +} + +/// Item states. +enum ItemState { + /// test not run yet. + none, + + /// test is running. + running, + + /// test succeeded. + success, + + /// test fails. + failure +} + +/// Menu item. +class Item { + /// Menu item. + Item(this.name); + + /// Menu item state. + ItemState state = ItemState.running; + + /// Menu item name/ + String name; +} + +class TestLength { + TestLength(this.oldLength, this.newLength); + + int oldLength; + int newLength; +} + +class GroupRange { + GroupRange(this.groupName, this.startIndex, this.endIndex); + + String groupName; + int startIndex; + int endIndex; +} + +/// 基础测试页面 +class TestPage extends StatefulWidget { + /// Base test page. + TestPage(this.title, {Key? key}) : super(key: key); + + /// The title. + final String title; + + /// Test list. + final List tests = []; + + /// 保存group的范围信息 + final Map groupTitle = {}; + + /// define a test. + void test(String name, FutureOr Function() fn) { + tests.add(Test(name, fn)); + } + + /// define a group test. + void group(String name, FutureOr Function() fn) { + int oldLength = tests.length; + fn(); + + int newLength = tests.length - 1; + groupTitle.addAll({name: TestLength(oldLength, newLength)}); + } + + /// Thrown an exception + void fail([String? message]) { + throw Exception(message ?? 'should fail'); + } + + @override + TestPageState createState() => TestPageState(); +} + +/// Group. +mixin Group { + /// List of tests. + List get tests { + // TODO: implement tests + throw UnimplementedError(); + } + + bool? _hasSolo; + final _tests = []; + + /// Add a test. + void add(Test test) { + if (!test.skip) { + if (test.solo) { + if (_hasSolo != true) { + _hasSolo = true; + _tests.clear(); + } + _tests.add(test); + } else if (_hasSolo != true) { + _tests.add(test); + } + } + } + + /// true if it has solo or contains item with solo feature + bool? get hasSolo => _hasSolo; +} + +class TestPageState extends State with Group { + List items = []; + + Future _run() async { + if (!mounted) { + return null; + } + + setState(() { + items.clear(); + }); + _tests.clear(); + for (var test in widget.tests) { + add(test); + } + for (var test in _tests) { + var item = Item(test.name); + contentList.add(Text(test.name, + style: const TextStyle(fontSize: 18, color: Colors.green))); + + late int position; + setState(() { + position = items.length; + items.add(item); + }); + try { + await test.fn(); + item = Item(test.name)..state = ItemState.success; + print('ohFlutter: ${test.name}, result: success'); + } catch (e, st) { + contentList.add(Text('$e, $st', + style: const TextStyle(fontSize: 18, color: Colors.red))); + print('ohFlutter: ${test.name}-error: $e, $st}'); + item = Item(test.name)..state = ItemState.failure; + } + + if (!mounted) { + return null; + } + + setState(() { + items[position] = item; + }); + } + } + + Future _runTest(int index) async { + if (!mounted) { + return null; + } + + final test = _tests[index]; + + var item = items[index]; + setState(() { + contentList = []; + item.state = ItemState.running; + }); + contentList.add(Text(test.name, + style: const TextStyle(fontSize: 18, color: Colors.green))); + try { + await test.fn(); + + item = Item(test.name)..state = ItemState.success; + print('ohFlutter: ${test.name}, result: success'); + } catch (e, st) { + contentList.add(Text('$e, $st', + style: const TextStyle(fontSize: 18, color: Colors.red))); + print('ohFlutter: ${test.name}-error: $e, $st}'); + try { + print(st); + } catch (_) {} + item = Item(test.name)..state = ItemState.failure; + } + + if (!mounted) { + return null; + } + + setState(() { + items[index] = item; + }); + showAlertDialog(context); + } + + @override + void initState() { + super.initState(); + contentList = []; + _run(); + } + + @override + Widget build(BuildContext context) { + return Scaffold( + appBar: AppBar( + title: Text(widget.title), + actions:[ + IconButton( + onPressed: () { + showAlertDialog(context); + }, + icon: const Icon(Icons.search_outlined), + ) + ] + ), + body: ListView(children: [ + ...items.asMap().keys.map((e) => _itemBuilder(context, e)).toList(), + ])); + } + + Widget _itemBuilder(BuildContext context, int index) { + final item = getItem(index); + return ItemWidget( + item: item, + index: index, + getGroupRange: () { + GroupRange data = GroupRange('', 0, 0); + widget.groupTitle.forEach((key, value) { + if (value.oldLength <= index && value.newLength >= index) { + data = GroupRange(key, value.oldLength, value.newLength); + } + }); + return data; + }, + runGroup: (start, end) async { + for (var i = start; i <= end; i++) { + await _runTest(i); + print('\n'); + } + }, + onTap: (Item item) { + _runTest(index); + } + ); + } + + Item getItem(int index) { + return items[index]; + } + + @override + List get tests => widget.tests; +} + +void expect(var testModel, var object) { + try { + testModel; + contentList.add(Text('$testModel')); + } catch (e) { + contentList.add(Text( + '$e', + style: const TextStyle(color: Colors.red), + )); + print(e.toString()); + } +} + +void showAlertDialog(BuildContext context) { + for (int i = 0; i < contentList.length; i++) { + print(contentList[i].data); + } + showDialog( + context: context, + barrierDismissible: false, + builder: (BuildContext context) { + return AlertDialog( + content: SingleChildScrollView( + child: Column( + children: contentList, + ), + ), + actions: [ + MaterialButton( + child: const Text('确定'), + onPressed: () { + Navigator.of(context).pop(); + }, + ), + ], + ); + }); +} diff --git a/ohos/flutter_lottie/lib/common/test_route.dart b/ohos/flutter_lottie/lib/common/test_route.dart new file mode 100644 index 0000000000000000000000000000000000000000..5731f3020d95f78b337e23b59973c11d857b9f75 --- /dev/null +++ b/ohos/flutter_lottie/lib/common/test_route.dart @@ -0,0 +1,28 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/cupertino.dart'; + +import 'base_page.dart'; + +class MainItem { + /// Main item. + MainItem(this.title, this.route); + + /// title. + String title; + + /// Page route. + Widget route; +} diff --git a/ohos/flutter_lottie/lib/compositions_test.dart b/ohos/flutter_lottie/lib/compositions_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..7d124a2e5b1fcbb39006d13ea9385965bad587f7 --- /dev/null +++ b/ohos/flutter_lottie/lib/compositions_test.dart @@ -0,0 +1,123 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:io'; +import 'dart:ui'; + +import 'package:lottie/src/composition.dart'; +import 'package:lottie/src/lottie_drawable.dart'; +import 'package:path/path.dart' as p; + +import 'package:flutter_lottie/common/test_page.dart'; + +import 'package:flutter/services.dart'; +import 'dart:typed_data'; +import 'package:path_provider_ohos/path_provider_ohos.dart'; +import 'package:path_provider_platform_interface/path_provider_platform_interface.dart'; +import 'rt_global.dart'; + +class JKCompositionsTestPage extends TestPage { + + static const String routeName = "/compositions_test"; + + final PathProviderPlatform provider = PathProviderOhos(); + + JKCompositionsTestPage(super.title, {super.key}) { + print('start test666'); + //onGetSupportPath(); + writeSomeFileAssetsTest("playing.json"); + main(); + } + // void onGetSupportPath() async { + // var dirGun = await provider.getApplicationSupportPath(); + // RtGlobal.testDirPath = dirGun ?? "/data/user/0/com.example.flutter_archive/files"; + // } + void writeSomeFileAssetsTest(String fileName) async { + + //var dirGun = await provider.getApplicationSupportPath(); + //RtGlobal.testDirPath = dirGun ?? "/data/storage/el2/base/files";//"/data/user/0/com.example.flutter_archive/files"; + + // String filePathGun = "${RtGlobal.testDirPath}/$fileName"; + // + // var bytesGun = await rootBundle.load("assets/$fileName"); + // ByteBuffer bufferGun = bytesGun.buffer; + // + // File fileObj = File(filePathGun); + // await fileObj.writeAsBytes(bufferGun.asUint8List( + // bytesGun.offsetInBytes, bytesGun.lengthInBytes)); + ////await new File(filePath_gun).writeAsBytes(buffer_gun.asUint8List(bytes_gun.offsetInBytes,bytes_gun.lengthInBytes)); + + test('LottieComposition.fromBytes() Parse and draw p.relative(file.path, from: assetsPath)', () async { + + String filePathGun = "${RtGlobal.testDirPath}/$fileName"; + + var bytesGun = await rootBundle.load("assets/$fileName"); + ByteBuffer bufferGun = bytesGun.buffer; + + File fileObj = File(filePathGun); + await fileObj.writeAsBytes(bufferGun.asUint8List( + bytesGun.offsetInBytes, bytesGun.lengthInBytes)); + + // var composition = + // await LottieComposition.fromBytes(file.readAsBytesSync()); + var composition = + await LottieComposition.fromBytes(File('${RtGlobal.testDirPath}/playing.json').readAsBytesSync()); + expect(composition, "isNotNull"); + + var drawable = LottieDrawable(composition); + + var recorder = PictureRecorder(); + var canvas = Canvas(recorder); + for (var progress = 0; progress <= 100; progress += 20) { + drawable + ..setProgress(progress / 100) + ..draw(canvas, const Rect.fromLTWH(0, 0, 200, 200)); + } + }); + } + void main() { + var assetsPath = 'assets/'; + + //for (var file in Directory(assetsPath) + // for (var file in Directory.current + // .listSync(recursive: true) + // .whereType() + // .where((f) => f.path.endsWith('.json'))) { + // + // print("object:${file}"); + // + // test('LottieComposition.fromBytes() Parse and draw ${p.relative(file.path, from: assetsPath)}', () async { + // // var composition = + // // await LottieComposition.fromBytes(file.readAsBytesSync()); + // var composition = + // await LottieComposition.fromBytes(File('${testDirPath}/playing.json').readAsBytesSync()); + // expect(composition, "isNotNull"); + // + // var drawable = LottieDrawable(composition); + // + // var recorder = PictureRecorder(); + // var canvas = Canvas(recorder); + // for (var progress = 0; progress <= 100; progress += 20) { + // drawable + // ..setProgress(progress / 100) + // ..draw(canvas, const Rect.fromLTWH(0, 0, 200, 200)); + // } + // }); + // + // } + + } +} + + diff --git a/ohos/flutter_lottie/lib/data/loading_indicator.json b/ohos/flutter_lottie/lib/data/loading_indicator.json new file mode 100644 index 0000000000000000000000000000000000000000..f44b919259f33b5c3cf44aa19501af0bfa6306bd --- /dev/null +++ b/ohos/flutter_lottie/lib/data/loading_indicator.json @@ -0,0 +1 @@ +{"v":"5.5.7","fr":29.9700012207031,"ip":35.0000014255792,"op":129.000005254278,"w":300,"h":300,"nm":"Box Icon_Test","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Kontur4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":180,"ix":10},"p":{"a":0,"k":[150,150,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[95,95,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":3,"s":{"a":0,"k":[300,300],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":45,"ix":4},"nm":"Rechteckpfad: 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.266666666667,0.839215746113,0.172549019608,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":16.5,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Kontur 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":"Transformieren"}],"nm":"Rechteck 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.801],"y":[0.742]},"o":{"x":[0.324],"y":[0]},"t":88,"s":[0]},{"t":127.000005172816,"s":[55]}],"ix":1},"e":{"a":0,"k":0,"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.661]},"o":{"x":[0.175],"y":[0]},"t":90,"s":[-124]},{"i":{"x":[0.839],"y":[1]},"o":{"x":[0.167],"y":[0.125]},"t":103,"s":[-100]},{"t":123.000005009893,"s":[0]}],"ix":3},"m":1,"ix":2,"nm":"Pfade trimmen 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":55.0000022401959,"op":129.000005254278,"st":1.00000004073083,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Kontur3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[150,150,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[95,95,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":3,"s":{"a":0,"k":[300,300],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":45,"ix":4},"nm":"Rechteckpfad: 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.266666666667,0.839215746113,0.172549019608,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":16.5,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Kontur 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":"Transformieren"}],"nm":"Rechteck 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.801],"y":[0.742]},"o":{"x":[0.324],"y":[0]},"t":88,"s":[0]},{"t":127.000005172816,"s":[55]}],"ix":1},"e":{"a":0,"k":0,"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.661]},"o":{"x":[0.175],"y":[0]},"t":90,"s":[-124]},{"i":{"x":[0.839],"y":[1]},"o":{"x":[0.167],"y":[0.125]},"t":103,"s":[-100]},{"t":123.000005009893,"s":[0]}],"ix":3},"m":1,"ix":2,"nm":"Pfade trimmen 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":55.0000022401959,"op":129.000005254278,"st":1.00000004073083,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Kontur2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":180,"ix":10},"p":{"a":0,"k":[150,150,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[95,95,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":3,"s":{"a":0,"k":[300,300],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":45,"ix":4},"nm":"Rechteckpfad: 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.266666666667,0.839215746113,0.172549019608,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":16.5,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Kontur 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":"Transformieren"}],"nm":"Rechteck 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":100,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.531],"y":[1]},"o":{"x":[0.467],"y":[0]},"t":38,"s":[50]},{"t":89.0000036250443,"s":[100]}],"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.607],"y":[0.813]},"o":{"x":[0.293],"y":[1.11]},"t":44,"s":[130]},{"t":90.0000036657751,"s":[237]}],"ix":3},"m":1,"ix":2,"nm":"Pfade trimmen 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":35.0000014255792,"op":93.0000037879676,"st":-3.00000012219251,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Kontur1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[150,150,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[95,95,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":3,"s":{"a":0,"k":[300,300],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":45,"ix":4},"nm":"Rechteckpfad: 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.266666666667,0.839215746113,0.172549019608,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":16.5,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Kontur 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":"Transformieren"}],"nm":"Rechteck 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":100,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.531],"y":[1]},"o":{"x":[0.467],"y":[0]},"t":38,"s":[50]},{"t":89.0000036250443,"s":[100]}],"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.614],"y":[0.854]},"o":{"x":[0.297],"y":[1.125]},"t":44,"s":[130]},{"t":90.0000036657751,"s":[237]}],"ix":3},"m":1,"ix":2,"nm":"Pfade trimmen 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":35.0000014255792,"op":93.0000037879676,"st":-3.00000012219251,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/ohos/flutter_lottie/lib/data/static_lottie.json b/ohos/flutter_lottie/lib/data/static_lottie.json new file mode 100644 index 0000000000000000000000000000000000000000..cb8efcb8538dda606992ca5def415e01a5273b93 --- /dev/null +++ b/ohos/flutter_lottie/lib/data/static_lottie.json @@ -0,0 +1,689 @@ +{ + "v": "5.6.6", + "ip": 0, + "op": 1, + "fr": 60, + "w": 953, + "h": 272, + "layers": [ + { + "ind": 2345, + "nm": "surface13687", + "ao": 0, + "ip": 0, + "op": 60, + "st": 0, + "ty": 4, + "ks": { + "ty": "tr", + "o": { "k": 100 }, + "r": { "k": 0 }, + "p": { "k": [0, 0] }, + "a": { "k": [0, 0] }, + "s": { "k": [133.33, 133.33] }, + "sk": { "k": 0 }, + "sa": { "k": 0 } + }, + "shapes": [ + { + "ty": "gr", + "hd": false, + "nm": "surface13687", + "it": [ + { + "ty": "gr", + "hd": false, + "it": [ + { + "ty": "sh", + "ks": { + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [20, -0.05], + [0.73, 0.64], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [-20.01, 0.05], + [-1.14, 0.25], + [0, 0], + [0, 0] + ], + "v": [ + [79.56, 177.9], + [110.31, 147.43], + [163.43, 200.61], + [103.41, 200.64], + [100.84, 199.21], + [79.55, 177.9] + ], + "c": true + } + } + }, + { + "ty": "fl", + "o": { "k": 100 }, + "c": { "k": [0.03, 0.35, 0.61, 1] } + }, + { + "ty": "tr", + "o": { "k": 100 }, + "r": { "k": 0 }, + "p": { "k": [0, 0] }, + "a": { "k": [0, 0] }, + "s": { "k": [100, 100] }, + "sk": { "k": 0 }, + "sa": { "k": 0 }, + "hd": false + } + ] + }, + { + "ty": "gr", + "hd": false, + "it": [ + { + "ty": "sh", + "ks": { + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [49.02, 147.35], + [79.55, 116.86], + [110.18, 147.3], + [110.31, 147.43], + [79.56, 177.9] + ], + "c": true + } + } + }, + { + "ty": "fl", + "o": { "k": 100 }, + "c": { "k": [0.12, 0.74, 0.99, 1] } + }, + { + "ty": "tr", + "o": { "k": 100 }, + "r": { "k": 0 }, + "p": { "k": [0, 0] }, + "a": { "k": [0, 0] }, + "s": { "k": [100, 100] }, + "sk": { "k": 0 }, + "sa": { "k": 0 }, + "hd": false + } + ] + }, + { + "ty": "gr", + "hd": false, + "it": [ + { + "ty": "sh", + "ks": { + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [17.48, -0.07], + [0.15, -1.03], + [0, 0], + [-1.04, -0.16], + [0, 0], + [0, 0], + [13.93, -0.01], + [2.05, -0.36], + [0, 0], + [4.49, 0.1], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [-17.47, 0], + [-1.34, 0.44], + [0, 0], + [0.44, 1.33], + [0, 0], + [0, 0], + [-13.93, -0.01], + [-2.07, -0.01], + [0, 0], + [-4.49, -0.18], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [249.55, 45.91], + [316.33, 45.93], + [316.32, 59.08], + [263.9, 59.1], + [263.05, 62.24], + [263.1, 97.61], + [266.25, 98.46], + [311.07, 98.44], + [311.07, 111.57], + [269.28, 111.57], + [263.07, 111.79], + [262.91, 161.71], + [249.44, 161.6], + [249.43, 48.03], + [249.55, 45.91] + ], + "c": true + } + } + }, + { + "ty": "sh", + "ks": { + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [4.45, -0.12], + [0, 1.84], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [-4.46, -0.08], + [-0.34, -1.83], + [0, 0], + [0, 0] + ], + "v": [ + [332.52, 45.93], + [346.23, 45.93], + [346.24, 124.5], + [346.09, 161.5], + [332.71, 161.51], + [332.51, 155.98], + [332.52, 45.93] + ], + "c": true + } + } + }, + { + "ty": "sh", + "ks": { + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [-6.71, -0.54], + [0.07, -4.17], + [6.68, 0.1], + [0, 0], + [-4.17, -2.21], + [-4.51, 2.61], + [0, 0], + [5.33, 0.73], + [2.27, 7.45], + [0.03, 4.26], + [0, 0], + [0, 0], + [4.75, 0.17], + [-0.27, 4.24], + [-4.82, 0.37] + ], + "o": [ + [0, 0], + [0, 0], + [6.73, 0.16], + [-0.19, 4.17], + [-6.69, 0.02], + [0, 0], + [0.14, 4.29], + [4.76, 2.71], + [0, 0], + [-4.96, 2.25], + [-7.52, -1.15], + [-1.51, -4.08], + [0, 0], + [0, 0], + [-4.75, -0.25], + [0.03, -4.25], + [4.83, -0.08], + [0, 0] + ], + "v": [ + [466.71, 55.67], + [480.46, 55.68], + [480.49, 78.93], + [500.69, 79.16], + [500.59, 91.68], + [480.53, 91.64], + [480.48, 137.95], + [485.71, 149.63], + [500.83, 148.46], + [500.83, 161.93], + [484.87, 163.72], + [467.88, 150], + [466.69, 137.26], + [466.66, 92.16], + [466.32, 91.78], + [452.05, 91.65], + [452.16, 78.92], + [466.66, 78.77] + ], + "c": true + } + } + }, + { + "ty": "sh", + "ks": { + "k": { + "i": [ + [0, 0], + [-4.57, -0.16], + [0, 0], + [-0.41, -7.62], + [-6.51, 0.04], + [0, 0], + [6.55, 0.04], + [0, 0], + [-3.97, -2.02], + [-4.52, 2.71], + [0, 0], + [5.2, 0.6], + [3.18, 6.19], + [0.14, 3.58], + [0, 0], + [4.74, 0.02], + [0, 0], + [-4.67, -0.16], + [-0.29, 7.79] + ], + "o": [ + [4.57, 0.16], + [0, 0], + [0.17, 7.64], + [6.52, -0.12], + [0, 0], + [-6.55, 0.25], + [0, 0], + [-0.01, 4.1], + [4.87, 2.66], + [0, 0], + [-4.82, 2.18], + [-6.76, -0.9], + [-1.53, -3.24], + [0, 0], + [-4.75, -0.01], + [0, 0], + [4.67, 0.13], + [0.5, -7.77], + [0, 0] + ], + "v": [ + [524.82, 55.62], + [538.54, 55.73], + [538.86, 56.07], + [539.04, 78.99], + [558.58, 78.93], + [558.63, 91.57], + [538.94, 91.63], + [538.87, 138.74], + [544.01, 149.71], + [559.3, 148.29], + [559.29, 161.84], + [543.82, 163.83], + [527.28, 152.93], + [524.75, 142.52], + [524.75, 91.69], + [510.52, 91.69], + [510.55, 78.89], + [524.57, 79.01], + [524.82, 55.63] + ], + "c": true + } + } + }, + { + "ty": "sh", + "ks": { + "k": { + "i": [ + [0, 0], + [-9.7, -3.3], + [-3.15, -11.24], + [0.29, -6.48], + [0, 0], + [-4.83, -5.22], + [-9.97, 3.14], + [-3.59, 6.19], + [-3.96, -1.82], + [11.57, -2.22], + [8.71, 4.7], + [2.22, 12.3], + [-3.55, 8.97], + [-9.7, 4.25] + ], + "o": [ + [9.5, -3.94], + [11.11, 3.83], + [2.06, 6.23], + [0, 0], + [0.54, 6.95], + [6.86, 8], + [7, -2.06], + [3.98, 1.78], + [-5.41, 10.32], + [-9.5, 1.78], + [-11.31, -5.62], + [-1.61, -9.45], + [3.73, -9.85], + [0, 0] + ], + "v": [ + [591.59, 79.36], + [621.73, 78.65], + [644.59, 103.42], + [646.27, 122.75], + [580.98, 122.82], + [588.43, 142.08], + [617.08, 149.91], + [633.13, 136.27], + [644.93, 141.9], + [618.09, 162.64], + [589.48, 159.77], + [568.16, 130.41], + [570.61, 101.99], + [591.58, 79.36] + ], + "c": false + } + } + }, + { + "ty": "sh", + "ks": { + "k": { + "i": [ + [0, 0], + [1.61, -8.46], + [0, 0], + [4.05, 4], + [9.3, -4.04] + ], + "o": [ + [-7.99, 3.69], + [0, 0], + [-0.8, -5.53], + [-7.09, -7.61], + [0, 0] + ], + "v": [ + [596.75, 91.22], + [582.01, 111.57], + [632.08, 111.41], + [625.27, 96.27], + [596.75, 91.23] + ], + "c": true + } + } + }, + { + "ty": "sh", + "ks": { + "k": { + "i": [ + [0, 0], + [-12.7, -5.32], + [0, 0], + [5.63, -1.66], + [2.18, -7.55], + [-0.06, -5.23], + [0.44, -6.76], + [-0.5, -5.85], + [4.66, -0.16], + [0.07, 17.64], + [0, 0], + [-4.38, -0.11], + [-0.73, -4.37] + ], + "o": [ + [5.23, -12.7], + [0, 0], + [-5.33, -2.1], + [-7.7, 2.29], + [-1.5, 5.1], + [-0.59, 6.77], + [0.36, 5.84], + [-4.66, 0.23], + [-0.27, -17.63], + [0, 0], + [4.37, 0.12], + [0.4, 4.38], + [0, 0] + ], + "v": [ + [675.99, 92.31], + [709.98, 78.26], + [709.98, 93.08], + [693.04, 91.34], + [677.46, 108.05], + [676.59, 123.7], + [676.44, 144], + [676.62, 161.54], + [662.63, 161.68], + [662.52, 108.76], + [662.62, 79.07], + [675.75, 79.16], + [675.99, 92.31] + ], + "c": true + } + } + }, + { + "ty": "sh", + "ks": { + "k": { + "i": [ + [0, 0], + [-4.63, -0.52], + [0, 0], + [-4.16, -4.66], + [-7.34, 2.35], + [0.39, 10.38], + [0, 0], + [0, 0], + [0, 0], + [4.43, 0.05], + [0, 0], + [4.12, -2.27], + [9.44, 2.72], + [3.05, 5.58], + [0.21, 6.99], + [0, 0] + ], + "o": [ + [4.65, 0.2], + [0, 0], + [-0.05, 6.01], + [5.36, 5.94], + [9.8, -3.51], + [0, 0], + [0, 0], + [0, 0], + [-4.44, -0.07], + [0, 0], + [-2.87, 3.61], + [-8.43, 5.32], + [-6.09, -1.84], + [-3.62, -6.14], + [0, 0], + [0, 0] + ], + "v": [ + [365.89, 78.91], + [379.86, 79.15], + [379.79, 128.31], + [384.75, 145.54], + [406.54, 150.22], + [422.78, 125.95], + [422.93, 78.91], + [436.93, 78.94], + [436.85, 161.48], + [423.55, 161.43], + [423.5, 149.68], + [413.49, 159.21], + [384.93, 162.51], + [370.48, 150.83], + [365.73, 130.45], + [365.9, 78.91] + ], + "c": true + } + } + }, + { "ty": "fl", "o": { "k": 54 }, "c": { "k": [0, 0, 0, 1] } }, + { + "ty": "tr", + "o": { "k": 100 }, + "r": { "k": 0 }, + "p": { "k": [0, 0] }, + "a": { "k": [0, 0] }, + "s": { "k": [100, 100] }, + "sk": { "k": 0 }, + "sa": { "k": 0 }, + "hd": false + } + ] + }, + { + "ty": "gr", + "hd": false, + "it": [ + { + "ty": "sh", + "ks": { + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [102.21, 3.07], + [163.46, 3], + [60.7, 105.71], + [33.92, 132.34], + [3.45, 101.83] + ], + "c": true + } + } + }, + { + "ty": "sh", + "ks": { + "k": { + "i": [ + [0, 0], + [-1.11, 0.14], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0.8, -1.05], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [101.64, 94.78], + [105.01, 94.11], + [163.41, 94.12], + [110.18, 147.3], + [79.55, 116.86], + [101.64, 94.78] + ], + "c": true + } + } + }, + { + "ty": "fl", + "o": { "k": 100 }, + "c": { "k": [0.27, 0.82, 0.99, 1] } + }, + { + "ty": "tr", + "o": { "k": 100 }, + "r": { "k": 0 }, + "p": { "k": [0, 0] }, + "a": { "k": [0, 0] }, + "s": { "k": [100, 100] }, + "sk": { "k": 0 }, + "sa": { "k": 0 }, + "hd": false + } + ] + }, + { + "ty": "tr", + "o": { "k": 100 }, + "r": { "k": 0 }, + "p": { "k": [0, 0] }, + "a": { "k": [0, 0] }, + "s": { "k": [100, 100] }, + "sk": { "k": 0 }, + "sa": { "k": 0 }, + "hd": false + } + ] + } + ] + } + ], + "meta": { "g": "LF SVG to Lottie" } +} diff --git a/ohos/flutter_lottie/lib/data/warningShimmer.json b/ohos/flutter_lottie/lib/data/warningShimmer.json new file mode 100644 index 0000000000000000000000000000000000000000..9991b2e07646b50b4397fd37cfe5b2591ac9ecca --- /dev/null +++ b/ohos/flutter_lottie/lib/data/warningShimmer.json @@ -0,0 +1,1850 @@ +{ + "v": "5.5.9", + "fr": 29.9700012207031, + "ip": 0, + "op": 38.0000015477717, + "w": 114, + "h": 114, + "nm": "Warning", + "ddd": 0, + "assets": [], + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 4, + "nm": "Layer 5 Outlines", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 26, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 32, + "s": [ + 100 + ] + }, + { + "t": 38.0000015477717, + "s": [ + 0 + ] + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 56.853, + 56.618, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 56.897, + 56.897, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 26, + "s": [ + 83, + 83, + 100 + ] + }, + { + "t": 38.0000015477717, + "s": [ + 100, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 28.397, + 0 + ], + [ + 0, + -28.397 + ], + [ + -28.397, + 0 + ], + [ + 0, + 28.397 + ] + ], + "o": [ + [ + -28.397, + 0 + ], + [ + 0, + 28.397 + ], + [ + 28.397, + 0 + ], + [ + 0, + -28.397 + ] + ], + "v": [ + [ + 0.001, + -51.497 + ], + [ + -51.498, + 0.001 + ], + [ + 0.001, + 51.497 + ], + [ + 51.498, + 0.001 + ] + ], + "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": [ + [ + 31.234, + 0 + ], + [ + 0, + 31.233 + ], + [ + -31.236, + 0 + ], + [ + 0, + -31.237 + ] + ], + "o": [ + [ + -31.236, + 0 + ], + [ + 0, + -31.237 + ], + [ + 31.234, + 0 + ], + [ + 0, + 31.233 + ] + ], + "v": [ + [ + 0.001, + 56.647 + ], + [ + -56.647, + 0.001 + ], + [ + 0.001, + -56.647 + ], + [ + 56.647, + 0.001 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 2", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "mm", + "mm": 1, + "nm": "Merge Paths 1", + "mn": "ADBE Vector Filter - Merge", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.419999994016, + 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": [ + 56.897, + 56.898 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 4.00000016292334, + "op": 320.000013033867, + "st": 4.00000016292334, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 4, + "nm": "Layer 2 Outlines", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 20, + "s": [ + 0 + ] + }, + { + "i": { + "x": [ + 0.833 + ], + "y": [ + 0.833 + ] + }, + "o": { + "x": [ + 0.167 + ], + "y": [ + 0.167 + ] + }, + "t": 26, + "s": [ + 100 + ] + }, + { + "t": 32.0000013033867, + "s": [ + 0 + ] + } + ], + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 56.853, + 56.618, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 56.897, + 56.897, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 20, + "s": [ + 83, + 83, + 100 + ] + }, + { + "t": 32.0000013033867, + "s": [ + 100, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 28.397, + 0 + ], + [ + 0, + -28.397 + ], + [ + -28.397, + 0 + ], + [ + 0, + 28.397 + ] + ], + "o": [ + [ + -28.397, + 0 + ], + [ + 0, + 28.397 + ], + [ + 28.397, + 0 + ], + [ + 0, + -28.397 + ] + ], + "v": [ + [ + 0.001, + -51.497 + ], + [ + -51.498, + 0.001 + ], + [ + 0.001, + 51.497 + ], + [ + 51.498, + 0.001 + ] + ], + "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": [ + [ + 31.234, + 0 + ], + [ + 0, + 31.233 + ], + [ + -31.236, + 0 + ], + [ + 0, + -31.237 + ] + ], + "o": [ + [ + -31.236, + 0 + ], + [ + 0, + -31.237 + ], + [ + 31.234, + 0 + ], + [ + 0, + 31.233 + ] + ], + "v": [ + [ + 0.001, + 56.647 + ], + [ + -56.647, + 0.001 + ], + [ + 0.001, + -56.647 + ], + [ + 56.647, + 0.001 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 2", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "mm", + "mm": 1, + "nm": "Merge Paths 1", + "mn": "ADBE Vector Filter - Merge", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.419999994016, + 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": [ + 56.897, + 56.898 + ], + "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": "Group 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 316.000012870944, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 4, + "nm": "Layer 4 Outlines", + "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": 0, + "s": [ + 57.387, + 65.377, + 0 + ], + "to": [ + 0, + -0.35, + 0 + ], + "ti": [ + 0, + 0.835, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 4, + "s": [ + 57.387, + 65.46, + 0 + ], + "to": [ + 0, + -1.455, + 0 + ], + "ti": [ + 0, + 0.609, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 11, + "s": [ + 57.387, + 56.377, + 0 + ], + "to": [ + 0, + -0.958, + 0 + ], + "ti": [ + 0, + 0.609, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 13, + "s": [ + 57.387, + 50.877, + 0 + ], + "to": [ + 0, + -0.958, + 0 + ], + "ti": [ + 0, + 0.609, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 15, + "s": [ + 57.387, + 56.377, + 0 + ], + "to": [ + 0, + -0.958, + 0 + ], + "ti": [ + 0, + -0.417, + 0 + ] + }, + { + "i": { + "x": 0.833, + "y": 0.833 + }, + "o": { + "x": 0.167, + "y": 0.167 + }, + "t": 19, + "s": [ + 57.387, + 65.627, + 0 + ], + "to": [ + 0, + 0.417, + 0 + ], + "ti": [ + 0, + 0.958, + 0 + ] + }, + { + "t": 22.0000008960784, + "s": [ + 57.387, + 65.377, + 0 + ] + } + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 5.434, + 31.682, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 0, + "s": [ + 100, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 4, + "s": [ + 115, + 90, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 8, + "s": [ + 100, + 112, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 11, + "s": [ + 100, + 112, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 13, + "s": [ + 113.333, + 94.333, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 15, + "s": [ + 100, + 112, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 20, + "s": [ + 113, + 95, + 100 + ] + }, + { + "t": 22.0000008960784, + "s": [ + 100, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 2.878, + 0 + ], + [ + 0, + -2.487 + ], + [ + 0, + 0 + ], + [ + -2.951, + 0 + ], + [ + 0, + 2.426 + ], + [ + 0, + 0 + ] + ], + "o": [ + [ + -2.951, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 2.49 + ], + [ + 2.878, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -2.428 + ] + ], + "v": [ + [ + 0.001, + -15.433 + ], + [ + -5.184, + -11.406 + ], + [ + -5.184, + 11.409 + ], + [ + 0.001, + 15.433 + ], + [ + 5.184, + 11.409 + ], + [ + 5.184, + -11.406 + ] + ], + "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": [ + 5.433, + 15.682 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 316.000012870944, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 4, + "ty": 4, + "nm": "Layer 3 Outlines", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 57.011, + 80.341, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 5.516, + 11.142, + 0 + ], + "ix": 1 + }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 20, + "s": [ + 100, + 100, + 100 + ] + }, + { + "i": { + "x": [ + 0.833, + 0.833, + 0.833 + ], + "y": [ + 0.833, + 0.833, + 0.833 + ] + }, + "o": { + "x": [ + 0.167, + 0.167, + 0.167 + ], + "y": [ + 0.167, + 0.167, + 0.167 + ] + }, + "t": 22, + "s": [ + 100, + 79, + 100 + ] + }, + { + "t": 24.00000097754, + "s": [ + 100, + 100, + 100 + ] + } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + 2.834, + 0 + ], + [ + 0, + -2.837 + ], + [ + -2.835, + 0 + ], + [ + 0, + 2.833 + ] + ], + "o": [ + [ + -2.835, + 0 + ], + [ + 0, + 2.833 + ], + [ + 2.834, + 0 + ], + [ + 0, + -2.837 + ] + ], + "v": [ + [ + 0.002, + -5.142 + ], + [ + -5.141, + 0.003 + ], + [ + 0.002, + 5.142 + ], + [ + 5.141, + 0.003 + ] + ], + "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": [ + 5.391, + 5.392 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 316.000012870944, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 5, + "ty": 4, + "nm": "Layer 1 Outlines", + "sr": 1, + "ks": { + "o": { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": { + "a": 0, + "k": [ + 56.854, + 56.618, + 0 + ], + "ix": 2 + }, + "a": { + "a": 0, + "k": [ + 41.449, + 41.449, + 0 + ], + "ix": 1 + }, + "s": { + "a": 0, + "k": [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [ + -22.753, + 0 + ], + [ + 0, + -22.753 + ], + [ + 22.754, + 0 + ], + [ + 0, + 22.754 + ] + ], + "o": [ + [ + 22.754, + 0 + ], + [ + 0, + 22.754 + ], + [ + -22.753, + 0 + ], + [ + 0, + -22.753 + ] + ], + "v": [ + [ + 0, + -41.199 + ], + [ + 41.199, + 0 + ], + [ + 0, + 41.199 + ], + [ + -41.199, + 0 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 1, + 0.419999994016, + 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": [ + 41.449, + 41.449 + ], + "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": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 316.000012870944, + "st": 0, + "bm": 0 + } + ], + "markers": [] +} \ No newline at end of file diff --git a/ohos/flutter_lottie/lib/dynamic_image2_test.dart b/ohos/flutter_lottie/lib/dynamic_image2_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..68ad4ba38f53ce174206ff76ef41e001b9435951 --- /dev/null +++ b/ohos/flutter_lottie/lib/dynamic_image2_test.dart @@ -0,0 +1,158 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:async'; +import 'dart:io'; +import 'dart:ui' as ui; + +import 'package:lottie/lottie.dart'; +import 'utils.dart'; + +import 'package:flutter_lottie/common/test_page.dart'; +import 'package:flutter/material.dart'; + +import 'package:flutter/services.dart'; +import 'dart:typed_data'; +import 'package:path_provider_ohos/path_provider_ohos.dart'; +import 'package:path_provider_platform_interface/path_provider_platform_interface.dart'; +import 'rt_global.dart'; + +class JKDynamicImage2TestPage extends StatefulWidget { + + static const String routeName = "/dynamic_image2_test"; + + JKDynamicImage2TestPage({Key ? key}) : super(key: key) {}//; + // JKDynamicImageTestPage(super.title, {super.key}) { + // //print('start test666'); + // //main(); + // } + + @override + _JKDynamicImage2TestPageState createState() => _JKDynamicImage2TestPageState(); +} +class _JKDynamicImage2TestPageState extends State { + + //int anInt = 0; + // String aString = ''; + // List aList = []; + // bool _done = false; + //Future chainFuture = Future(() => {}); + + final PathProviderPlatform provider = PathProviderOhos(); + + @override + void initState() { + // TODO: implement initState + super.initState(); + onGetSupportPath(); + writeSomeFileAssetsTest("spinning_carrousel.zip"); + writeSomeFileAssetsImagesWeAcceptTest("img_0.png"); + } + void onGetSupportPath() async { + var dirGun = await provider.getApplicationSupportPath(); + RtGlobal.testDirPath = dirGun ?? "/data/user/0/com.example.flutter_archive/files"; + } + void writeSomeFileAssetsTest(String fileName) async { + var dirGun = RtGlobal.testDirPath; + String filePathGun = "$dirGun/$fileName"; + + var bytesGun = await rootBundle.load("assets/$fileName"); + ByteBuffer bufferGun = bytesGun.buffer; + + File fileObj = File(filePathGun); + fileObj.writeAsBytes(bufferGun.asUint8List( + bytesGun.offsetInBytes, bytesGun.lengthInBytes)); + setState(() { + + }); + ////await new File(filePath_gun).writeAsBytes(buffer_gun.asUint8List(bytes_gun.offsetInBytes,bytes_gun.lengthInBytes)); + } + void writeSomeFileAssetsImagesWeAcceptTest(String fileName) async { + var dirGun = RtGlobal.testDirPath; + String filePathGun = "$dirGun/$fileName"; + + var bytesGun = await rootBundle.load("assets/Images/WeAccept/$fileName"); + ByteBuffer bufferGun = bytesGun.buffer; + + File fileObj = File(filePathGun); + fileObj.writeAsBytes(bufferGun.asUint8List( + bytesGun.offsetInBytes, bytesGun.lengthInBytes)); + setState(() { + + }); + ////await new File(filePath_gun).writeAsBytes(buffer_gun.asUint8List(bytes_gun.offsetInBytes,bytes_gun.lengthInBytes)); + } + + + @override + Widget build(BuildContext context) { + + print('刷新ui6677'); + + // 设置字号颜色 + //Theme.of(context).textTheme.headlineSmall!.copyWith(color: Colors.black54,fontSize: 30); + + // 1.获取数据 + final args = ModalRoute.of(context)?.settings.name; + //widget.title = args as String ?? "66"; + + var size = const Size(500, 400); + // tester.view.physicalSize = size; + // tester.view.devicePixelRatio = 1.0; + + var image = loadImage(FileImage(File('${RtGlobal.testDirPath}/img_0.png'))); + + var composition = FileLottie(File('${RtGlobal.testDirPath}/spinning_carrousel.zip')).load()!; + + var delegates = LottieDelegates(image: (composition, asset) { + //return myImg;//.myImg;//imgddd;//image; + //return image; + }); + + return Scaffold( + appBar: AppBar( + title: Center(child: Text("dynamic_image2_test")), + ), + body: + FutureBuilder( + future: composition, + builder: (context,snapshot) { + if (snapshot.hasData) { + return FilmStrip(snapshot.data!, size: size, delegates: delegates); + } + return Container(child: Text("hello")); + }) + ); + } + +} + + +Future loadImage(ImageProvider provider) { + var completer = Completer(); + var imageStream = provider.resolve(ImageConfiguration.empty); + late ImageStreamListener listener; + listener = ImageStreamListener((image, synchronousLoaded) { + imageStream.removeListener(listener); + + completer.complete(image.image); + }, onError: (dynamic e, __) { + imageStream.removeListener(listener); + + completer.complete(); + }); + imageStream.addListener(listener); + + return completer.future; +} diff --git a/ohos/flutter_lottie/lib/dynamic_image_test.dart b/ohos/flutter_lottie/lib/dynamic_image_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..b16f6c7fd9d235fe788dd426653bfaaa840d7dab --- /dev/null +++ b/ohos/flutter_lottie/lib/dynamic_image_test.dart @@ -0,0 +1,142 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:async'; +import 'dart:io'; +import 'dart:ui' as ui; +import 'package:flutter/widgets.dart'; + +import 'package:lottie/lottie.dart'; +import 'utils.dart'; + +import 'package:flutter_lottie/common/test_page.dart'; +import 'package:flutter/material.dart'; + +import 'package:flutter/services.dart'; +import 'dart:typed_data'; +import 'package:path_provider_ohos/path_provider_ohos.dart'; +import 'package:path_provider_platform_interface/path_provider_platform_interface.dart'; +import 'rt_global.dart'; + +class JKDynamicImageTestPage extends StatefulWidget { + + static const String routeName = "/dynamic_image_test"; + + JKDynamicImageTestPage({Key ? key}) : super(key: key) {}//; + // JKDynamicImageTestPage(super.title, {super.key}) { + // //print('start test666'); + // //main(); + // } + + @override + _JKDynamicImageTestPageState createState() => _JKDynamicImageTestPageState(); +} +class _JKDynamicImageTestPageState extends State { + + // int anInt = 0; + // String aString = ''; + // List aList = []; + // bool _done = false; + + //Future chainFuture = Future(() => {}); + + final PathProviderPlatform provider = PathProviderOhos(); + + @override + void initState() { + // TODO: implement initState + super.initState(); + //onGetSupportPath(); + writeSomeFileAssetsTest("spinning_carrousel.zip"); + writeSomeFileAssetsImagesWeAcceptTest("img_0.png"); + } + // void onGetSupportPath() async { + // var dirGun = await provider.getApplicationSupportPath(); + // RtGlobal.testDirPath = dirGun ?? "/data/user/0/com.example.flutter_archive/files"; + // } + void writeSomeFileAssetsTest(String fileName) async { + var dirGun = RtGlobal.testDirPath; + String filePathGun = "$dirGun/$fileName"; + + var bytesGun = await rootBundle.load("assets/$fileName"); + ByteBuffer bufferGun = bytesGun.buffer; + + File fileObj = File(filePathGun); + fileObj.writeAsBytes(bufferGun.asUint8List( + bytesGun.offsetInBytes, bytesGun.lengthInBytes)); + setState(() { + + }); + ////await new File(filePath_gun).writeAsBytes(buffer_gun.asUint8List(bytes_gun.offsetInBytes,bytes_gun.lengthInBytes)); + } + void writeSomeFileAssetsImagesWeAcceptTest(String fileName) async { + var dirGun = RtGlobal.testDirPath; + String filePathGun = "$dirGun/$fileName"; + + var bytesGun = await rootBundle.load("assets/Images/WeAccept/$fileName"); + ByteBuffer bufferGun = bytesGun.buffer; + + File fileObj = File(filePathGun); + fileObj.writeAsBytes(bufferGun.asUint8List( + bytesGun.offsetInBytes, bytesGun.lengthInBytes)); + setState(() { + + }); + ////await new File(filePath_gun).writeAsBytes(buffer_gun.asUint8List(bytes_gun.offsetInBytes,bytes_gun.lengthInBytes)); + } + + @override + Widget build(BuildContext context) { + + print('刷新ui6677'); + + // 设置字号颜色 + //Theme.of(context).textTheme.headlineSmall!.copyWith(color: Colors.black54,fontSize: 30); + + // 1.获取数据 + final args = ModalRoute.of(context)?.settings.name; + //widget.title = args as String ?? "66"; + + var size = const Size(500, 400); + // tester.view.physicalSize = size; + // tester.view.devicePixelRatio = 1.0; + + var callCount = 0; + ImageProvider imageProviderFactory(LottieImageAsset image) { + ++callCount; + //return FileImage(File('assets/Images/WeAccept/img_0.png')); + return FileImage(File('${RtGlobal.testDirPath}/img_0.png')); + } + + var composition = FileLottie( + File('${RtGlobal.testDirPath}/spinning_carrousel.zip'), + imageProviderFactory: imageProviderFactory) + .load()!;// as LottieComposition; + + return Scaffold( + appBar: AppBar( + title: Center(child: Text("dynamic_image_test")), + ), + body: FutureBuilder( + future: composition, + builder: (context, snapshot) { + if (snapshot.hasData) { + return FilmStrip(snapshot.data!, size: size); + } + return Container(child: Text("hello")); + }) + ); + } +} + diff --git a/ohos/flutter_lottie/lib/dynamic_properties_test.dart b/ohos/flutter_lottie/lib/dynamic_properties_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..472c386ffabdfb698a34dc7d728933871a37e4fa --- /dev/null +++ b/ohos/flutter_lottie/lib/dynamic_properties_test.dart @@ -0,0 +1,508 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:io'; +import 'dart:ui'; +import 'package:flutter/material.dart'; +import 'package:flutter/scheduler.dart'; + +import 'package:lottie/lottie.dart'; +import 'utils.dart'; + +import 'package:flutter_lottie/common/test_page.dart'; + +import 'package:flutter/services.dart'; +import 'dart:typed_data'; +import 'package:path_provider_ohos/path_provider_ohos.dart'; +import 'package:path_provider_platform_interface/path_provider_platform_interface.dart'; +import 'rt_global.dart'; + +class JKDynamicPropertiesTestPage extends StatefulWidget { + + static const String routeName = "/dynamic_properties_test"; + JKDynamicPropertiesTestPage({Key ? key}) : super(key: key) {}//; + // JKDynamicPropertiesTestPage(super.title, {super.key}) { + // print('start test666'); + // } + + @override + _JKDynamicPropertiesTestPage createState() => _JKDynamicPropertiesTestPage(); +} +class _JKDynamicPropertiesTestPage extends State { + + // int anInt = 0; + // String aString = ''; + // List aList = []; + // bool _done = false; + + //Future chainFuture = Future(() => {}); + final PathProviderPlatform provider = PathProviderOhos(); + + @override + void initState() { + // TODO: implement initState + super.initState(); + //onGetSupportPath(); + writeSomeFileAssetsImagesWeAcceptTest("Shapes.json"); + } + // void onGetSupportPath() async { + // var dirGun = await provider.getApplicationSupportPath(); + // RtGlobal.testDirPath = dirGun ?? "/data/user/0/com.example.flutter_archive/files"; + // } + void writeSomeFileAssetsImagesWeAcceptTest(String fileName) async { + var dirGun = RtGlobal.testDirPath; + String filePathGun = "$dirGun/$fileName"; + + var bytesGun = await rootBundle.load("assets/Tests/$fileName"); + ByteBuffer bufferGun = bytesGun.buffer; + + File fileObj = File(filePathGun); + fileObj.writeAsBytes(bufferGun.asUint8List( + bytesGun.offsetInBytes, bytesGun.lengthInBytes)); + setState(() { + + }); + ////await new File(filePath_gun).writeAsBytes(buffer_gun.asUint8List(bytes_gun.offsetInBytes,bytes_gun.lengthInBytes)); + } + + @override + Widget build(BuildContext context) { + + print('刷新ui6677'); + + // 设置字号颜色 + //Theme.of(context).textTheme.headlineSmall!.copyWith(color: Colors.black54,fontSize: 30); + + // 1.获取数据 + final args = ModalRoute.of(context)?.settings.name; + //widget.title = args as String ?? "66"; + + var size = const Size(500, 400); + // tester.view.physicalSize = size; + // tester.view.devicePixelRatio = 1.0; + + String filePath = 'Shapes.json'; + + ValueDelegate delegate = ValueDelegate.text(["keyPath"]); + var composition = LottieComposition.fromBytes( + File('${RtGlobal.testDirPath}/$filePath').readAsBytesSync()); + + // var animation = + // AnimationController(vsync: const _TickerProvider22(), duration: composition.duration); + // if (progress != null) { + // animation.value = progress; + // } + + return Scaffold( + appBar: AppBar( + title: Center(child: Text("dynamic_properties_test")), + ), + body: FutureBuilder(future: composition,builder: (context,snapshot) { + if (snapshot.hasData) { + var animation = + AnimationController(vsync: _TickerProvider22(), duration: snapshot.data?.duration); + return Lottie( + composition: snapshot.data!, + controller: animation, + delegates: LottieDelegates(values: [delegate]), + addRepaintBoundary: false, + ); + } + return Container(child: Text("hello")); + }), + ); + } +} + +class _TickerProvider22 implements TickerProvider { + const _TickerProvider22(); + + @override + Ticker createTicker(TickerCallback onTick) { + // TODO: implement createTicker + + return Ticker((elapsed) { + print("Ticker to string:${onTick.toString()}"); + }); + //throw UnimplementedError(); + } + + // void sdsd() { + // + // } +} + +// void main() { +// void testGolden(String description, ValueDelegate delegate, +// {double? progress, String? filePath}) { +// filePath ??= 'Tests/Shapes.json'; +// +// var screenshotName = description +// .toLowerCase() +// .replaceAll(RegExp('[^a-z0-9 ]'), '') +// .replaceAll(' ', '_'); +// +// testWidgets(description, (tester) async { +// var composition = await LottieComposition.fromBytes( +// File('example/assets/$filePath').readAsBytesSync()); +// +// var animation = +// AnimationController(vsync: tester, duration: composition.duration); +// if (progress != null) { +// animation.value = progress; +// } +// +// await tester.pumpWidget( +// Lottie( +// composition: composition, +// controller: animation, +// delegates: LottieDelegates(values: [delegate]), +// addRepaintBoundary: false, +// ), +// ); +// await tester.pump(); +// await expectLater(find.byType(Lottie), +// matchesGoldenFile('goldens/dynamic/$screenshotName.png')); +// +// if (progress == null || progress == 0) { +// await tester.pumpWidget( +// Lottie( +// composition: composition, +// controller: animation, +// delegates: const LottieDelegates(values: []), +// addRepaintBoundary: false, +// ), +// ); +// await tester.pump(); +// } +// }); +// } +// +// testGolden( +// 'Fill color (Green)', +// ValueDelegate.color(['Shape Layer 1', 'Rectangle', 'Fill 1'], +// value: Colors.green), +// ); +// +// testGolden( +// 'Fill color (Yellow)', +// ValueDelegate.color(['Shape Layer 1', 'Rectangle', 'Fill 1'], +// value: Colors.yellow), +// ); +// +// testGolden( +// 'Fill opacity', +// ValueDelegate.opacity(['Shape Layer 1', 'Rectangle', 'Fill 1'], value: 50), +// ); +// +// testGolden( +// 'Stroke color', +// ValueDelegate.strokeColor(['Shape Layer 1', 'Rectangle', 'Stroke 1'], +// value: Colors.green), +// ); +// +// testGolden( +// 'Stroke width', +// ValueDelegate.strokeWidth(['Shape Layer 1', 'Rectangle', 'Stroke 1'], +// value: 50), +// ); +// +// testGolden( +// 'Stroke opacity', +// ValueDelegate.opacity(['Shape Layer 1', 'Rectangle', 'Stroke 1'], +// value: 50), +// ); +// +// testGolden( +// 'Transform anchor point', +// ValueDelegate.transformAnchorPoint(['Shape Layer 1', 'Rectangle'], +// value: const Offset(20, 20)), +// ); +// +// testGolden( +// 'Transform position', +// ValueDelegate.transformPosition(['Shape Layer 1', 'Rectangle'], +// value: const Offset(20, 20)), +// ); +// +// testGolden( +// 'Transform position (relative)', +// ValueDelegate.transformPosition(['Shape Layer 1', 'Rectangle'], +// relative: const Offset(20, 20)), +// ); +// +// testGolden( +// 'Transform opacity', +// ValueDelegate.transformOpacity(['Shape Layer 1', 'Rectangle'], value: 50), +// ); +// +// testGolden( +// 'Transform rotation', +// ValueDelegate.transformRotation(['Shape Layer 1', 'Rectangle'], value: 45), +// ); +// +// testGolden( +// 'Transform scale', +// ValueDelegate.transformScale(['Shape Layer 1', 'Rectangle'], +// value: const Offset(0.5, 0.5)), +// ); +// +// testGolden( +// 'Rectangle corner roundedness', +// ValueDelegate.cornerRadius( +// ['Shape Layer 1', 'Rectangle', 'Rectangle Path 1'], +// value: 7), +// ); +// +// testGolden( +// 'Rectangle position', +// ValueDelegate.position(['Shape Layer 1', 'Rectangle', 'Rectangle Path 1'], +// relative: const Offset(20, 20)), +// ); +// +// testGolden( +// 'Rectangle size', +// ValueDelegate.rectangleSize( +// ['Shape Layer 1', 'Rectangle', 'Rectangle Path 1'], +// relative: const Offset(30, 40)), +// ); +// +// testGolden( +// 'Ellipse position', +// ValueDelegate.position(['Shape Layer 1', 'Ellipse', 'Ellipse Path 1'], +// relative: const Offset(20, 20)), +// ); +// +// testGolden( +// 'Ellipse size', +// ValueDelegate.ellipseSize(['Shape Layer 1', 'Ellipse', 'Ellipse Path 1'], +// relative: const Offset(40, 60)), +// ); +// +// testGolden( +// 'Star points', +// ValueDelegate.polystarPoints(['Shape Layer 1', 'Star', 'Polystar Path 1'], +// value: 8), +// ); +// +// testGolden( +// 'Star rotation', +// ValueDelegate.polystarRotation(['Shape Layer 1', 'Star', 'Polystar Path 1'], +// value: 10), +// ); +// +// testGolden( +// 'Star position', +// ValueDelegate.position(['Shape Layer 1', 'Star', 'Polystar Path 1'], +// relative: const Offset(20, 20)), +// ); +// +// testGolden( +// 'Star inner radius', +// ValueDelegate.polystarInnerRadius( +// ['Shape Layer 1', 'Star', 'Polystar Path 1'], +// value: 10), +// ); +// +// testGolden( +// 'Star inner roundedness', +// ValueDelegate.polystarInnerRoundedness( +// ['Shape Layer 1', 'Star', 'Polystar Path 1'], +// value: 100), +// ); +// +// testGolden( +// 'Star outer radius', +// ValueDelegate.polystarOuterRadius( +// ['Shape Layer 1', 'Star', 'Polystar Path 1'], +// value: 60), +// ); +// +// testGolden( +// 'Star outer roundedness', +// ValueDelegate.polystarOuterRoundedness( +// ['Shape Layer 1', 'Star', 'Polystar Path 1'], +// value: 100), +// ); +// +// testGolden( +// 'Polygon points', +// ValueDelegate.polystarPoints(['Shape Layer 1', 'Star', 'Polystar Path 1'], +// value: 8), +// ); +// +// testGolden( +// 'Polygon rotation', +// ValueDelegate.polystarRotation(['Shape Layer 1', 'Star', 'Polystar Path 1'], +// value: 10), +// ); +// +// testGolden( +// 'Polygon position', +// ValueDelegate.position(['Shape Layer 1', 'Star', 'Polystar Path 1'], +// relative: const Offset(20, 20)), +// ); +// +// testGolden( +// 'Polygon radius', +// ValueDelegate.polystarOuterRadius( +// ['Shape Layer 1', 'Star', 'Polystar Path 1'], +// relative: 60), +// ); +// +// testGolden( +// 'Polygon roundedness', +// ValueDelegate.polystarOuterRoundedness( +// ['Shape Layer 1', 'Star', 'Polystar Path 1'], +// value: 100), +// ); +// +// testGolden( +// 'Repeater transform position', +// ValueDelegate.transformPosition( +// ['Shape Layer 1', 'Repeater Shape', 'Repeater 1'], +// relative: const Offset(100, 100)), +// ); +// +// testGolden( +// 'Repeater transform start opacity', +// ValueDelegate.transformStartOpacity( +// ['Shape Layer 1', 'Repeater Shape', 'Repeater 1'], +// value: 25), +// ); +// +// testGolden( +// 'Repeater transform end opacity', +// ValueDelegate.transformEndOpacity( +// ['Shape Layer 1', 'Repeater Shape', 'Repeater 1'], +// value: 25), +// ); +// +// testGolden( +// 'Repeater transform rotation', +// ValueDelegate.transformRotation( +// ['Shape Layer 1', 'Repeater Shape', 'Repeater 1'], +// value: 45), +// ); +// +// testGolden( +// 'Repeater transform scale', +// ValueDelegate.transformScale( +// ['Shape Layer 1', 'Repeater Shape', 'Repeater 1'], +// value: const Offset(2, 2)), +// ); +// +// testGolden('Time remapping', ValueDelegate.timeRemap(['Circle 1'], value: 1), +// progress: 0.1); +// +// testGolden( +// 'Color Filter', +// ValueDelegate.colorFilter(['**'], +// value: const ColorFilter.mode(Colors.green, BlendMode.srcATop)), +// ); +// +// testGolden( +// 'Null Color Filter', +// ValueDelegate.colorFilter(['**']), +// ); +// +// testGolden( +// 'Matte property', +// ValueDelegate.rectangleSize( +// ['Shape Layer 1', 'Rectangle 1', 'Rectangle Path 1'], +// value: const Offset(50, 50)), +// filePath: 'Tests/TrackMattes.json', +// ); +// +// testGolden( +// 'Blur', +// ValueDelegate.blurRadius( +// ['**'], +// value: 10, +// ), +// ); +// +// testGolden( +// 'Drop shadow', +// ValueDelegate.dropShadow( +// ['Shape Layer 1', '**'], +// value: const DropShadow( +// color: Colors.green, +// direction: 150, +// distance: 20, +// radius: 10, +// ), +// ), +// ); +// +// for (var progress in [0.0, 0.5, 1.0]) { +// testGolden( +// 'Opacity interpolation ($progress)', +// ValueDelegate.transformOpacity(['Shape Layer 1', 'Rectangle'], +// callback: (frameInfo) => lerpDouble(10, 100, +// Curves.linear.transform(frameInfo.overallProgress))! +// .round()), +// progress: progress); +// } +// +// testWidgets('warningShimmer', (tester) async { +// var size = const Size(500, 400); +// tester.view.physicalSize = size; +// tester.view.devicePixelRatio = 1.0; +// +// var composition = await LottieComposition.fromBytes( +// File('test/data/warningShimmer.json').readAsBytesSync()); +// +// var delegates = >{ +// '1': [ +// for (var i in ['1', '2', '5']) +// ValueDelegate.color(['Layer $i Outlines', '**'], value: Colors.red), +// for (var i in ['3', '4']) +// ValueDelegate.color(['Layer $i Outlines', '**'], +// value: Colors.greenAccent), +// ], +// '2': [ +// for (var i in ['1', '2', '5']) +// ValueDelegate.color(['Layer $i Outlines', 'Group 1', '*'], +// value: Colors.red), +// for (var i in ['3', '4']) +// ValueDelegate.color(['Layer $i Outlines', 'Group 1', '*'], +// value: Colors.greenAccent), +// ], +// '3': [ +// for (var i in ['1', '2', '5']) +// ValueDelegate.color(['Layer $i Outlines', 'Group 1', 'Fill 1'], +// value: Colors.red), +// for (var i in ['3', '4']) +// ValueDelegate.color(['Layer $i Outlines', 'Group 1', 'Fill 1'], +// value: Colors.greenAccent), +// ], +// }; +// +// for (var variant in delegates.entries) { +// await tester.pumpWidget( +// FilmStrip( +// composition, +// size: size, +// delegates: LottieDelegates( +// values: variant.value, +// ), +// ), +// ); +// +// await expectLater(find.byType(FilmStrip), +// matchesGoldenFile('goldens/warningShimmer_${variant.key}.png')); +// } +// }); +// } diff --git a/ohos/flutter_lottie/lib/dynamic_test.dart b/ohos/flutter_lottie/lib/dynamic_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..118ad9b2fd9d3ea07ac7776c36e89d1de0bc99c2 --- /dev/null +++ b/ohos/flutter_lottie/lib/dynamic_test.dart @@ -0,0 +1,166 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:io'; +import 'dart:ui'; +import 'package:flutter/material.dart'; +import 'package:lottie/lottie.dart'; +import 'utils.dart'; + +import 'package:flutter_lottie/common/test_page.dart'; + +import 'package:flutter/services.dart'; +import 'dart:typed_data'; +import 'package:path_provider_ohos/path_provider_ohos.dart'; +import 'package:path_provider_platform_interface/path_provider_platform_interface.dart'; +import 'rt_global.dart'; + +class JKDynamicTestPage extends StatefulWidget { + + static const String routeName = "/dynamic_test"; + + final PathProviderPlatform provider = PathProviderOhos(); + + JKDynamicTestPage({Key ? key}) : super(key: key) { + //writeSomeFileAssetsImagesWeAcceptTest("MatteTimeStretchScan.json"); + }//; + // JKDynamicImageTestPage(super.title, {super.key}) { + // //print('start test666'); + // //main(); + // } + + @override + _JKDynamicTestPageState createState() => _JKDynamicTestPageState(); + + // void writeSomeFileAssetsImagesWeAcceptTest(String fileName) async { + // + // // var dirGun = await provider.getApplicationSupportPath(); + // // RtGlobal.testDirPath = dirGun ?? "/data/storage/el2/base/files";//"/data/user/0/com.example.flutter_archive/files"; + // + // String filePathGun = "${RtGlobal.testDirPath}/$fileName"; + // + // var bytesGun = await rootBundle.load("assets/Tests/$fileName"); + // ByteBuffer bufferGun = bytesGun.buffer; + // + // File fileObj = File(filePathGun); + // await fileObj.writeAsBytes(bufferGun.asUint8List( + // bytesGun.offsetInBytes, bytesGun.lengthInBytes)); + // + // } +} +class _JKDynamicTestPageState extends State { + + // int anInt = 0; + // String aString = ''; + // List aList = []; + // bool _done = false; + + //Future chainFuture = Future(() => {}); + final PathProviderPlatform provider = PathProviderOhos(); + + @override + void initState() { + // TODO: implement initState + super.initState(); + //onGetSupportPath(); + writeSomeFileAssetsImagesWeAcceptTest("MatteTimeStretchScan.json"); + } + // void onGetSupportPath() async { + // var dirGun = await provider.getApplicationSupportPath(); + // RtGlobal.testDirPath = dirGun ?? "/data/storage/el2/base/files";//"/data/user/0/com.example.flutter_archive/files"; + // } + void writeSomeFileAssetsImagesWeAcceptTest(String fileName) async { + + // var dirGun = await provider.getApplicationSupportPath(); + // RtGlobal.testDirPath = dirGun ?? "/data/storage/el2/base/files";//"/data/user/0/com.example.flutter_archive/files"; + + String filePathGun = "${RtGlobal.testDirPath}/$fileName"; + + var bytesGun = await rootBundle.load("assets/Tests/$fileName"); + ByteBuffer bufferGun = bytesGun.buffer; + + File fileObj = File(filePathGun); + await fileObj.writeAsBytes(bufferGun.asUint8List( + bytesGun.offsetInBytes, bytesGun.lengthInBytes)); + setState(() { + + }); + ////await new File(filePath_gun).writeAsBytes(buffer_gun.asUint8List(bytes_gun.offsetInBytes,bytes_gun.lengthInBytes)); + } + + @override + Widget build(BuildContext context) { + print('刷新ui6677'); + + // 设置字号颜色 + //Theme.of(context).textTheme.headlineSmall!.copyWith(color: Colors.black54,fontSize: 30); + + // 1.获取数据 + final args = ModalRoute.of(context)?.settings.name; + //widget.title = args as String ?? "66"; + + var root = 'assets'; + + var size = const Size(500, 400); + // tester.view.physicalSize = size; + // tester.view.devicePixelRatio = 1.0; + + var composition = FileLottie(File('${RtGlobal.testDirPath}/MatteTimeStretchScan.json')).load()!; + + return Scaffold( + appBar: AppBar( + title: Center(child: Text("dynamic_test")), + ), + body: FutureBuilder(future: composition,builder: (context,snapshot) { + if (snapshot.hasData) { + return FilmStrip( + snapshot.data!, + size: size, + delegates: LottieDelegates(values: [ + ValueDelegate.transformAnchorPoint([], + value: Offset(snapshot.data!.bounds.width.toDouble(), 0)), + ValueDelegate.transformScale([], value: const Offset(-1, 1)), + ]), + ); + } + return Container(child: Text("hello")); + }) + ); + } +} + +void main() { + var root = 'assets'; + + // testWidgets('Mirror animation', (tester) async { + // var size = const Size(500, 400); + // tester.view.physicalSize = size; + // tester.view.devicePixelRatio = 1.0; + // + // var composition = (await tester.runAsync(() => + // FileLottie(File('$root/Tests/MatteTimeStretchScan.json')).load()))!; + // await tester.pumpWidget(FilmStrip( + // composition, + // size: size, + // delegates: LottieDelegates(values: [ + // ValueDelegate.transformAnchorPoint([], + // value: Offset(composition.bounds.width.toDouble(), 0)), + // ValueDelegate.transformScale([], value: const Offset(-1, 1)), + // ]), + // )); + // + // await expectLater( + // find.byType(FilmStrip), matchesGoldenFile('goldens/mirror.png')); + // }); +} diff --git a/ohos/flutter_lottie/lib/dynamic_text_properties_test.dart b/ohos/flutter_lottie/lib/dynamic_text_properties_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..6243410a9a177a14a799eec8ada5fdeec8e4a70a --- /dev/null +++ b/ohos/flutter_lottie/lib/dynamic_text_properties_test.dart @@ -0,0 +1,162 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:io'; +import 'package:flutter/material.dart'; + +import 'package:lottie/lottie.dart'; + +import 'package:flutter_lottie/common/test_page.dart'; + +import 'package:flutter/services.dart'; +import 'dart:typed_data'; +import 'package:path_provider_ohos/path_provider_ohos.dart'; +import 'package:path_provider_platform_interface/path_provider_platform_interface.dart'; +import 'rt_global.dart'; + +class JKDynamicTextPropertiesTestPage extends StatefulWidget { + + static const String routeName = "/dynamic_text_properties_test"; + JKDynamicTextPropertiesTestPage({Key ? key}) : super(key: key) {}//; + // JKDynamicTextPropertiesTestPage(super.title, {super.key}) { + // print('start test666'); + // //main(); + // } + + @override + _JKDynamicTextPropertiesTestPageeState createState() => _JKDynamicTextPropertiesTestPageeState(); +} +class _JKDynamicTextPropertiesTestPageeState extends State { + + // int anInt = 0; + // String aString = ''; + // List aList = []; + // bool _done = false; + + //Future chainFuture = Future(() => {}); + + final PathProviderPlatform provider = PathProviderOhos(); + + @override + void initState() { + // TODO: implement initState + super.initState(); + //onGetSupportPath(); + writeSomeFileAssetsImagesWeAcceptTest("Text.json"); + } + // void onGetSupportPath() async { + // var dirGun = await provider.getApplicationSupportPath(); + // RtGlobal.testDirPath = dirGun ?? "/data/user/0/com.example.flutter_archive/files"; + // } + void writeSomeFileAssetsImagesWeAcceptTest(String fileName) async { + var dirGun = RtGlobal.testDirPath; + String filePathGun = "$dirGun/$fileName"; + + var bytesGun = await rootBundle.load("assets/Tests/$fileName"); + ByteBuffer bufferGun = bytesGun.buffer; + + File fileObj = File(filePathGun); + await fileObj.writeAsBytes(bufferGun.asUint8List( + bytesGun.offsetInBytes, bytesGun.lengthInBytes)); + setState(() { + + }); + ////await new File(filePath_gun).writeAsBytes(buffer_gun.asUint8List(bytes_gun.offsetInBytes,bytes_gun.lengthInBytes)); + } + @override + Widget build(BuildContext context) { + print('刷新ui6677'); + // 设置字号颜色 + //Theme.of(context).textTheme.headlineSmall!.copyWith(color: Colors.black54,fontSize: 30); + + // 1.获取数据 + final args = ModalRoute.of(context)?.settings.name; + //widget.title = args as String ?? "66"; + + //late LottieComposition composition; + var composition = LottieComposition.fromBytes( + File('${RtGlobal.testDirPath}/Text.json').readAsBytesSync()); + + ValueDelegate delegate = ValueDelegate.text(["keyPath"]); + + return Scaffold( + appBar: AppBar( + title: Center(child: Text("dynamic_text_properties_test")), + ), + body: FutureBuilder(future: composition,builder: (context,snapshot) { + if (snapshot.hasData) { + return Lottie( + composition: snapshot.data!, + delegates: LottieDelegates(values: [delegate]), + addRepaintBoundary: false, + ); + } + return Container(child: Text("hello")); + }) + ); + } +} +// void main() { +// late LottieComposition composition; +// +// //setUpAll(() async { +// composition = await LottieComposition.fromBytes( +// File('example/assets/Tests/Text.json').readAsBytesSync()); +// //}); +// +// void testGolden(String description, ValueDelegate delegate) async { +// var screenshotName = description +// .toLowerCase() +// .replaceAll(RegExp('[^a-z0-9 ]'), '') +// .replaceAll(' ', '_'); +// +// testWidgets(description, (tester) async { +// await tester.pumpWidget( +// Lottie( +// composition: composition, +// delegates: LottieDelegates(values: [delegate]), +// addRepaintBoundary: false, +// ), +// ); +// await tester.pump(); +// await expectLater(find.byType(Lottie), +// matchesGoldenFile('goldens/dynamic_text/$screenshotName.png')); +// }); +// } +// +// testGolden( +// 'Text Fill (Blue -> Green)', +// ValueDelegate.color(['Text'], callback: (_) => Colors.green), +// ); +// +// testGolden( +// 'Text Stroke (Red -> Yellow)', +// ValueDelegate.strokeColor(['Text'], callback: (_) => Colors.yellow), +// ); +// +// testGolden( +// 'Text Stroke Width', +// ValueDelegate.strokeWidth(['Text'], callback: (_) => 200), +// ); +// +// testGolden( +// 'Text Tracking 1', +// ValueDelegate.textTracking(['Text'], callback: (_) => 20), +// ); +// +// testGolden( +// 'Text Tracking 2', +// ValueDelegate.textSize(['Text'], callback: (_) => 60), +// ); +// } diff --git a/ohos/flutter_lottie/lib/dynamic_text_test.dart b/ohos/flutter_lottie/lib/dynamic_text_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..f67a891abfae44430ec919207f8dda8276306099 --- /dev/null +++ b/ohos/flutter_lottie/lib/dynamic_text_test.dart @@ -0,0 +1,183 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:io'; + +import 'package:flutter/material.dart'; + +import 'package:lottie/lottie.dart'; +import 'utils.dart'; + +import 'package:flutter_lottie/common/test_page.dart'; + +import 'package:flutter/services.dart'; +import 'dart:typed_data'; +import 'package:path_provider_ohos/path_provider_ohos.dart'; +import 'package:path_provider_platform_interface/path_provider_platform_interface.dart'; +import 'rt_global.dart'; + +class JKDynamicTextTestPage extends StatefulWidget { + + static const String routeName = "/dynamic_text_test"; + + JKDynamicTextTestPage({Key ? key}) : super(key: key) {}//; + // JKDynamicTextTestPage(super.title, {super.key}) { + // print('start test666'); + // //main(); + // } + + @override + _JKDynamicTextTestPageState createState() => _JKDynamicTextTestPageState(); +} +class _JKDynamicTextTestPageState extends State { + + final PathProviderPlatform provider = PathProviderOhos(); + + @override + void initState() { + // TODO: implement initState + super.initState(); + //onGetSupportPath(); + writeSomeFileAssetsImagesWeAcceptTest("DynamicText.json"); + } + // void onGetSupportPath() async { + // + // var dirGun = await provider.getApplicationSupportPath(); + // RtGlobal.testDirPath = dirGun ?? "/data/user/0/com.example.flutter_archive/files"; + // } + void writeSomeFileAssetsImagesWeAcceptTest(String fileName) async { + var dirGun = RtGlobal.testDirPath; + String filePathGun = "$dirGun/$fileName"; + + var bytesGun = await rootBundle.load("assets/Tests/$fileName"); + ByteBuffer bufferGun = bytesGun.buffer; + + File fileObj = File(filePathGun); + await fileObj.writeAsBytes(bufferGun.asUint8List( + bytesGun.offsetInBytes, bytesGun.lengthInBytes)); + setState(() { + + }); + ////await new File(filePath_gun).writeAsBytes(buffer_gun.asUint8List(bytes_gun.offsetInBytes,bytes_gun.lengthInBytes)); + } + @override + Widget build(BuildContext context) { + + //late LottieComposition composition; + var composition = LottieComposition.fromBytes( + File('${RtGlobal.testDirPath}/DynamicText.json').readAsBytesSync()); + + LottieDelegates delegates = LottieDelegates(); + var size = const Size(500, 400); + //BuildContext context, AsyncSnapshot snapshot + return Scaffold( + appBar: AppBar( + title: Center(child: Text("dynamic_text_test")), + ), + body: FutureBuilder(future: composition,builder: (context,snapshot) { + if (snapshot.hasData) { + return MaterialApp( + home: FilmStrip( + snapshot.data!, + delegates: delegates, + size: size, + ), + ); + } + return Container(child: Text("hello")); + }) + ); + + } +} + + +// void main() { +// late LottieComposition composition; +// +// setUpAll(() async { +// composition = await LottieComposition.fromBytes( +// File('example/assets/Tests/DynamicText.json').readAsBytesSync()); +// }); +// +// void testGolden(String description, LottieDelegates delegates) async { +// var screenshotName = description +// .toLowerCase() +// .replaceAll(RegExp('[^a-z0-9 ]'), '') +// .replaceAll(' ', '_'); +// +// var size = const Size(500, 400); +// testWidgets(description, (tester) async { +// await tester.pumpWidget( +// MaterialApp( +// home: FilmStrip( +// composition, +// delegates: delegates, +// size: size, +// ), +// ), +// ); +// await tester.pump(); +// await expectLater(find.byType(FilmStrip), +// matchesGoldenFile('goldens/dynamic_text/$screenshotName.png')); +// }); +// } +// +// testGolden( +// 'Dynamic text delegate', +// LottieDelegates( +// text: (input) => '🔥c️🔥👮🏿‍🔥', +// textStyle: (font) => const TextStyle( +// fontFamily: 'Roboto', fontFamilyFallback: ['Noto Emoji']), +// values: const [])); +// +// testGolden( +// 'Dynamic Text ValueDelegate', +// LottieDelegates(values: [ +// ValueDelegate.text(['NAME'], value: 'Text with ValueDelegate') +// ]), +// ); +// +// testGolden( +// 'Dynamic Text ValueDelegate overallProgress', +// LottieDelegates(values: [ +// ValueDelegate.text(['NAME'], +// callback: (frame) => '${frame.overallProgress}') +// ]), +// ); +// +// testGolden( +// 'Dynamic Text ValueDelegate startValue', +// LottieDelegates(values: [ +// ValueDelegate.text(['NAME'], callback: (frame) => '${frame.startValue}!!') +// ]), +// ); +// +// testGolden( +// 'Dynamic Text ValueDelegate endValue', +// LottieDelegates(values: [ +// ValueDelegate.text(['NAME'], callback: (frame) => '${frame.endValue}!!') +// ]), +// ); +// +// testGolden( +// 'Dynamic Text Emoji', +// LottieDelegates( +// textStyle: (font) => const TextStyle( +// fontFamily: 'Roboto', fontFamilyFallback: ['Noto Emoji']), +// values: [ +// ValueDelegate.text(['NAME'], value: '🔥💪💯'), +// ]), +// ); +// } diff --git a/ohos/flutter_lottie/lib/fireworks_test.dart b/ohos/flutter_lottie/lib/fireworks_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..8f28d504d121748cb3fb4b294c9d46b35f65b734 --- /dev/null +++ b/ohos/flutter_lottie/lib/fireworks_test.dart @@ -0,0 +1,142 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:io'; +import 'dart:ui'; +import 'package:flutter/material.dart'; + +import 'package:lottie/lottie.dart'; +import 'package:path/path.dart' as p; +import 'utils.dart'; + +import 'package:flutter_lottie/common/test_page.dart'; + +import 'package:flutter/services.dart'; +import 'dart:typed_data'; +import 'package:path_provider_ohos/path_provider_ohos.dart'; +import 'package:path_provider_platform_interface/path_provider_platform_interface.dart'; +import 'rt_global.dart'; + +class JKFireworksTestPage extends StatefulWidget { + static const String routeName = "/fireworks_text_test"; + + final PathProviderPlatform provider = PathProviderOhos(); + + JKFireworksTestPage({Key? key}) : super(key: key) { + //writeSomeFile_test("17297-fireworks"); + } //; + // JKFireworksTestPage(super.title, {super.key}) { + // print('start test666'); + // //main(); + // } + + @override + _JKFireworksTestPageState createState() => _JKFireworksTestPageState(); + + // void writeSomeFile_test(String name) async { + // + // var dirGun = await provider.getApplicationSupportPath(); + // RtGlobal.testDirPath = dirGun ?? "/data/storage/el2/base/files";//"/data/user/0/com.example.flutter_archive/files"; + // + // String filenameGnu = "${name}.json"; + // + // String filePath_gun = "${RtGlobal.testDirPath}/$filenameGnu"; + // + // var bytesGun = await rootBundle.load("assets/${filenameGnu}"); + // ByteBuffer bufferGun = bytesGun.buffer; + // + // File fileObj = File(filePath_gun); + // await fileObj.writeAsBytes(bufferGun.asUint8List( + // bytesGun.offsetInBytes, bytesGun.lengthInBytes)); + // //await new File(filePath_gun).writeAsBytes(buffer_gun.asUint8List(bytes_gun.offsetInBytes,bytes_gun.lengthInBytes)); + // print('文件路径77: $filePath_gun'); + // } +} + +class _JKFireworksTestPageState extends State { + + final PathProviderPlatform provider = PathProviderOhos(); + + @override + void initState() { + // TODO: implement initState + super.initState(); + //onGetSupportPath(); + writeSomeFile_test("17297-fireworks"); + } + + void writeSomeFile_test(String name) async { + + // var dirGun = await provider.getApplicationSupportPath(); + // RtGlobal.testDirPath = dirGun ?? "/data/storage/el2/base/files";//"/data/user/0/com.example.flutter_archive/files"; + + String filenameGnu = "${name}.json"; + + String filePath_gun = "${RtGlobal.testDirPath}/$filenameGnu"; + + var bytesGun = await rootBundle.load("assets/${filenameGnu}"); + ByteBuffer bufferGun = bytesGun.buffer; + + File fileObj = File(filePath_gun); + await fileObj.writeAsBytes(bufferGun.asUint8List( + bytesGun.offsetInBytes, bytesGun.lengthInBytes)); + setState(() { + + }); + print('文件路径77: $filePath_gun'); + } + + @override + Widget build(BuildContext context) { + // var bytes_gun = rootBundle.load("assets/17297-fireworks.json"); + // ByteBuffer buffer_gun = bytes_gun.buffer; + + var size = const Size(500, 400); + // var composition = LottieComposition.fromBytes( + // File('assets/17297-fireworks.json').readAsBytesSync()); + var composition = LottieComposition.fromBytes( + File("${RtGlobal.testDirPath}/17297-fireworks.json").readAsBytesSync()); + + return Scaffold( + appBar: AppBar( + title: Center(child: Text("fireworks_text_test")), + ), + body: MaterialApp( + home: FutureBuilder( + future: composition, + builder: (context, snapshot) { + if (snapshot.hasData) { + return FilmStrip(snapshot.data!, size: size); + } + return Container(); + }) + ) + ); + } +} +// void main() { +// testWidgets('Animations with stroke', (tester) async { +// var size = const Size(500, 400); +// tester.view.physicalSize = size; +// tester.view.devicePixelRatio = 1.0; +// +// var composition = await LottieComposition.fromBytes( +// File('example/assets/17297-fireworks.json').readAsBytesSync()); +// +// await tester.pumpWidget(FilmStrip(composition, size: size)); +// +// await expectLater(find.byType(FilmStrip), +// matchesGoldenFile(p.join('goldens/fireworks.png'))); +// }); +// } diff --git a/ohos/flutter_lottie/lib/flutter_test_config.dart b/ohos/flutter_lottie/lib/flutter_test_config.dart new file mode 100644 index 0000000000000000000000000000000000000000..788cfce1fadc9e16e8ec868a7102bb1aed5add9c --- /dev/null +++ b/ohos/flutter_lottie/lib/flutter_test_config.dart @@ -0,0 +1,36 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:async'; +import 'dart:io'; +import 'package:flutter/services.dart'; +import 'package:path/path.dart' as path; + +Future testExecutable(FutureOr Function() testMain) async { + await loadFonts(); + return testMain(); +} + +Future loadFonts() async { + for (var file in Directory('assets/fonts') + .listSync() + .whereType() + .where((f) => f.path.endsWith('.ttf'))) { + var fontLoader = FontLoader( + path.basenameWithoutExtension(file.path).replaceAll('-', ' ')); + var future = file.readAsBytes().then((value) => value.buffer.asByteData()); + fontLoader.addFont(future); + await fontLoader.load(); + } +} diff --git a/ohos/flutter_lottie/lib/frame_rate_test.dart b/ohos/flutter_lottie/lib/frame_rate_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..a0ae8498dc80626d3fa24797d401b7bc84a33497 --- /dev/null +++ b/ohos/flutter_lottie/lib/frame_rate_test.dart @@ -0,0 +1,78 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:io'; + +import 'package:lottie/lottie.dart'; + + +import 'package:flutter_lottie/common/test_page.dart'; + +import 'package:flutter/services.dart'; +import 'dart:typed_data'; +import 'package:path_provider_ohos/path_provider_ohos.dart'; +import 'package:path_provider_platform_interface/path_provider_platform_interface.dart'; +import 'rt_global.dart'; + +class JKFrameRateTestPage extends TestPage { + + static const String routeName = "/frame_rate_test"; + + final PathProviderPlatform provider = PathProviderOhos(); + + JKFrameRateTestPage(super.title, {super.key}) { + print('start test666'); + //onGetSupportPath(); + writeSomeFileAssetsImagesWeAcceptTest("LottieLogo1.json"); + } + // void onGetSupportPath() async { + // var dirGun = await provider.getApplicationSupportPath(); + // RtGlobal.testDirPath = dirGun ?? "/data/user/0/com.example.flutter_archive/files"; + // } + void writeSomeFileAssetsImagesWeAcceptTest(String fileName) async { + // + // var dirGun = await provider.getApplicationSupportPath(); + // RtGlobal.testDirPath = dirGun ?? "/data/storage/el2/base/files";//"/data/user/0/com.example.flutter_archive/files"; + + // String filePathGun = "${RtGlobal.testDirPath}/$fileName"; + // + // var bytesGun = await rootBundle.load("assets/$fileName"); + // ByteBuffer bufferGun = bytesGun.buffer; + // + // File fileObj = File(filePathGun); + // await fileObj.writeAsBytes(bufferGun.asUint8List( + // bytesGun.offsetInBytes, bytesGun.lengthInBytes)); + + test('FrameRate.composition Frame rate round', () async { + + String filePathGun = "${RtGlobal.testDirPath}/$fileName"; + + var bytesGun = await rootBundle.load("assets/$fileName"); + ByteBuffer bufferGun = bytesGun.buffer; + + File fileObj = File(filePathGun); + await fileObj.writeAsBytes(bufferGun.asUint8List( + bytesGun.offsetInBytes, bytesGun.lengthInBytes)); + + var composition = await LottieComposition.fromBytes( + File('${RtGlobal.testDirPath}/LottieLogo1.json').readAsBytesSync()); + expect(composition.roundProgress(0, frameRate: FrameRate.composition), 0); + expect( + composition.roundProgress(0.0001, frameRate: FrameRate.composition), 0); + expect(composition.roundProgress(0.0001, frameRate: FrameRate.max), 0.0001); + }); + } + +} + diff --git a/ohos/flutter_lottie/lib/gamma_evaluator_test.dart b/ohos/flutter_lottie/lib/gamma_evaluator_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..af635ab041842bfa5d373bb7a481f2daa6245d6a --- /dev/null +++ b/ohos/flutter_lottie/lib/gamma_evaluator_test.dart @@ -0,0 +1,41 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:ui'; + +import 'package:lottie/src/utils/gamma_evaluator.dart'; + +import 'package:flutter_lottie/common/test_page.dart'; + +class JKGammaEvaluatorTestPage extends TestPage { + + static const String routeName = "/gamma_evaluator_test"; + + JKGammaEvaluatorTestPage(super.title, {super.key}) { + print('start test666 to JKGammaEvaluatorTestPage'); + + main(); + } + void main() { + test(' GammaEvaluator.evaluate() Evaluate for same color values', () { + //for (var color = 0x000000; color <= 0xffffff; color++) { + for (var color = 0x000000; color <= 0x000010; color++) { + var colorToTest = Color(0xff000000 | color); + var actual = GammaEvaluator.evaluate(0.3, colorToTest, colorToTest); + expect(actual, colorToTest); + } + }); + } +} + diff --git a/ohos/flutter_lottie/lib/golden/AndroidWave_0_0.png b/ohos/flutter_lottie/lib/golden/AndroidWave_0_0.png new file mode 100644 index 0000000000000000000000000000000000000000..cf828a9bc5b2ded7e4e9d48d0cf1ba9531c11b5f Binary files /dev/null and b/ohos/flutter_lottie/lib/golden/AndroidWave_0_0.png differ diff --git a/ohos/flutter_lottie/lib/golden/HamburgerArrow_0_0.png b/ohos/flutter_lottie/lib/golden/HamburgerArrow_0_0.png new file mode 100644 index 0000000000000000000000000000000000000000..60ca0470fed0043940b4cdd3f434eff16fba75e8 Binary files /dev/null and b/ohos/flutter_lottie/lib/golden/HamburgerArrow_0_0.png differ diff --git a/ohos/flutter_lottie/lib/golden/HamburgerArrow_0_5.png b/ohos/flutter_lottie/lib/golden/HamburgerArrow_0_5.png new file mode 100644 index 0000000000000000000000000000000000000000..3174c0f72d54b7f23fec2383352f36b8194d0b7f Binary files /dev/null and b/ohos/flutter_lottie/lib/golden/HamburgerArrow_0_5.png differ diff --git a/ohos/flutter_lottie/lib/golden/HamburgerArrow_1_0.png b/ohos/flutter_lottie/lib/golden/HamburgerArrow_1_0.png new file mode 100644 index 0000000000000000000000000000000000000000..60ca0470fed0043940b4cdd3f434eff16fba75e8 Binary files /dev/null and b/ohos/flutter_lottie/lib/golden/HamburgerArrow_1_0.png differ diff --git a/ohos/flutter_lottie/lib/golden/Logo/LogoSmall_0_5.png b/ohos/flutter_lottie/lib/golden/Logo/LogoSmall_0_5.png new file mode 100644 index 0000000000000000000000000000000000000000..aac9198cae7dbe558dd798fee1f6bc5daa535a38 Binary files /dev/null and b/ohos/flutter_lottie/lib/golden/Logo/LogoSmall_0_5.png differ diff --git a/ohos/flutter_lottie/lib/golden/Mobilo/A_0_5.png b/ohos/flutter_lottie/lib/golden/Mobilo/A_0_5.png new file mode 100644 index 0000000000000000000000000000000000000000..951c0e4c965ac89a70fdc058fdea77c2a93d210d Binary files /dev/null and b/ohos/flutter_lottie/lib/golden/Mobilo/A_0_5.png differ diff --git a/ohos/flutter_lottie/lib/golden/Mobilo/B_0_5.png b/ohos/flutter_lottie/lib/golden/Mobilo/B_0_5.png new file mode 100644 index 0000000000000000000000000000000000000000..bcbfd58b4725768f4e977adb5d43f02a2105c76a Binary files /dev/null and b/ohos/flutter_lottie/lib/golden/Mobilo/B_0_5.png differ diff --git a/ohos/flutter_lottie/lib/golden/lottiefiles/atm_link_1_0.png b/ohos/flutter_lottie/lib/golden/lottiefiles/atm_link_1_0.png new file mode 100644 index 0000000000000000000000000000000000000000..87adbb3d13a8d457be55a2cf1e1a6da6c724ee77 Binary files /dev/null and b/ohos/flutter_lottie/lib/golden/lottiefiles/atm_link_1_0.png differ diff --git a/ohos/flutter_lottie/lib/golden_test.dart b/ohos/flutter_lottie/lib/golden_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..08c6ce15b87de73021921140cf28ee15e04e0839 --- /dev/null +++ b/ohos/flutter_lottie/lib/golden_test.dart @@ -0,0 +1,125 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:io'; +import 'dart:ui'; +import 'package:flutter/material.dart'; + +import 'package:lottie/lottie.dart'; +import 'package:path/path.dart' as p; +import 'utils.dart'; + +import 'package:flutter_lottie/common/test_page.dart'; + +import 'package:flutter/services.dart'; +import 'dart:typed_data'; +import 'package:path_provider_ohos/path_provider_ohos.dart'; +import 'package:path_provider_platform_interface/path_provider_platform_interface.dart'; +import 'rt_global.dart'; + +class JKGoldenTestPage extends StatefulWidget { + + static const String routeName = "/golden_test"; + + JKGoldenTestPage({Key ? key}) : super(key: key) {}//; + // JKGoldenTestPage(super.title, {super.key}) { + // print('start test666'); + // //main(); + // } + + @override + _JKGoldenTestPageState createState() => _JKGoldenTestPageState(); +} +class _JKGoldenTestPageState extends State { + + final PathProviderPlatform provider = PathProviderOhos(); + + @override + void initState() { + // TODO: implement initState + super.initState(); + //onGetSupportPath(); + writeSomeFileAssetsImagesWeAcceptTest("pass_loading.json"); + } + // void onGetSupportPath() async { + // var dirGun = await provider.getApplicationSupportPath(); + // RtGlobal.testDirPath = dirGun ?? "/data/user/0/com.example.flutter_archive/files"; + // } + void writeSomeFileAssetsImagesWeAcceptTest(String fileName) async { + + // var dirGun = await provider.getApplicationSupportPath(); + // RtGlobal.testDirPath = dirGun ?? "/data/storage/el2/base/files";//"/data/user/0/com.example.flutter_archive/files"; + + String filePathGun = "${RtGlobal.testDirPath}/$fileName"; + + var bytesGun = await rootBundle.load("assets/$fileName"); + ByteBuffer bufferGun = bytesGun.buffer; + + File fileObj = File(filePathGun); + await fileObj.writeAsBytes(bufferGun.asUint8List( + bytesGun.offsetInBytes, bytesGun.lengthInBytes)); + setState(() { + // 刷新 + }); + } + @override + Widget build(BuildContext context) { + + var root = 'assets'; + var asset = Directory(root); + var size = const Size(500, 400); + // tester.view.physicalSize = size; + // tester.view.devicePixelRatio = 1.0; + var composition = FileLottie(asset).load()!; + + return Scaffold( + appBar: AppBar( + title: Center(child: Text("golden_test")), + ), + body: FutureBuilder( + future: composition, + builder: (context, snapshot) { + if (snapshot.hasData) { + return FilmStrip(snapshot.data!, size: size); + } + return Container(child: Text("hello")); + }) + ); + } +} +// void main() { +// var root = 'example/assets'; +// for (var asset in Directory(root) +// .listSync(recursive: true) +// .whereType() +// .where((f) => const ['.json', '.zip'].contains(p.extension(f.path)))) { +// testWidgets('Goldens ${asset.path}', (tester) async { +// var size = const Size(500, 400); +// tester.view.physicalSize = size; +// tester.view.devicePixelRatio = 1.0; +// var composition = +// (await tester.runAsync(() => FileLottie(asset).load()))!; +// +// await tester.pumpWidget(FilmStrip(composition, size: size)); +// +// var folder = p.relative(asset.path, from: root); +// var fileName = +// '${p.basenameWithoutExtension(asset.path)}.png'.toLowerCase(); +// await expectLater( +// find.byType(FilmStrip), +// matchesGoldenFile( +// p.join('goldens/all', p.dirname(folder), fileName))); +// }); +// } +// } diff --git a/ohos/flutter_lottie/lib/goldens/all/14595-thumbs-up.png b/ohos/flutter_lottie/lib/goldens/all/14595-thumbs-up.png new file mode 100644 index 0000000000000000000000000000000000000000..8dec8945c63c620727f8dee6ec33f31a81a444c1 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/14595-thumbs-up.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/17297-fireworks.png b/ohos/flutter_lottie/lib/goldens/all/17297-fireworks.png new file mode 100644 index 0000000000000000000000000000000000000000..02f045e4aeea98c1951538fe18ba9c4e932225db Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/17297-fireworks.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Logo/logosmall.png b/ohos/flutter_lottie/lib/goldens/all/Logo/logosmall.png new file mode 100644 index 0000000000000000000000000000000000000000..648b95642a079788bce67257b8be266fd4ec90c7 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Logo/logosmall.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Mobilo/a.png b/ohos/flutter_lottie/lib/goldens/all/Mobilo/a.png new file mode 100644 index 0000000000000000000000000000000000000000..7a5b395b4ac6606d51c36638d3ac2bb88a94676f Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Mobilo/a.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Mobilo/apostrophe.png b/ohos/flutter_lottie/lib/goldens/all/Mobilo/apostrophe.png new file mode 100644 index 0000000000000000000000000000000000000000..2ab01f301b42c3261d3ff40a13e379e05d60637c Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Mobilo/apostrophe.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Mobilo/b.png b/ohos/flutter_lottie/lib/goldens/all/Mobilo/b.png new file mode 100644 index 0000000000000000000000000000000000000000..f1bfb0bf46fed6025989d83d9162425963332a9c Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Mobilo/b.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Mobilo/blinkingcursor.png b/ohos/flutter_lottie/lib/goldens/all/Mobilo/blinkingcursor.png new file mode 100644 index 0000000000000000000000000000000000000000..edfd97fc7af73ee1a9dec16079971ffe84862030 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Mobilo/blinkingcursor.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Mobilo/c.png b/ohos/flutter_lottie/lib/goldens/all/Mobilo/c.png new file mode 100644 index 0000000000000000000000000000000000000000..7f0798b6b25f630a96f3ef6c1cddd28825314b1a Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Mobilo/c.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Mobilo/colon.png b/ohos/flutter_lottie/lib/goldens/all/Mobilo/colon.png new file mode 100644 index 0000000000000000000000000000000000000000..598d2575d6c117198cbb0cc9e2b345739f5b4c8d Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Mobilo/colon.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Mobilo/comma.png b/ohos/flutter_lottie/lib/goldens/all/Mobilo/comma.png new file mode 100644 index 0000000000000000000000000000000000000000..8d830537c7e14d0697ae25b10cb99afb3765192d Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Mobilo/comma.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Mobilo/d.png b/ohos/flutter_lottie/lib/goldens/all/Mobilo/d.png new file mode 100644 index 0000000000000000000000000000000000000000..b6a26fb3d2c55350a696c3cba421a907dd0915ab Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Mobilo/d.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Mobilo/e.png b/ohos/flutter_lottie/lib/goldens/all/Mobilo/e.png new file mode 100644 index 0000000000000000000000000000000000000000..b4b86c41f604ee9edd16026004356146d86f1ce9 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Mobilo/e.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Mobilo/f.png b/ohos/flutter_lottie/lib/goldens/all/Mobilo/f.png new file mode 100644 index 0000000000000000000000000000000000000000..d898c58355a890ac11e8a6fd1faab8b1dced091e Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Mobilo/f.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Mobilo/g.png b/ohos/flutter_lottie/lib/goldens/all/Mobilo/g.png new file mode 100644 index 0000000000000000000000000000000000000000..2c2211c0d0d21deac02b3ac5445f81ff34b54352 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Mobilo/g.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Mobilo/h.png b/ohos/flutter_lottie/lib/goldens/all/Mobilo/h.png new file mode 100644 index 0000000000000000000000000000000000000000..8355d996f82627f35f1d586700449163ca38ae07 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Mobilo/h.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Mobilo/i.png b/ohos/flutter_lottie/lib/goldens/all/Mobilo/i.png new file mode 100644 index 0000000000000000000000000000000000000000..0a0d4c5da8126b2598744c9ccb80003f1931b121 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Mobilo/i.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Mobilo/j.png b/ohos/flutter_lottie/lib/goldens/all/Mobilo/j.png new file mode 100644 index 0000000000000000000000000000000000000000..a07da869faf4399560c997e82d22cc2dd2dea8b6 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Mobilo/j.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Mobilo/k.png b/ohos/flutter_lottie/lib/goldens/all/Mobilo/k.png new file mode 100644 index 0000000000000000000000000000000000000000..b48815854f336700ac6ac2cc2f4e8e1a76e73e2b Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Mobilo/k.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Mobilo/l.png b/ohos/flutter_lottie/lib/goldens/all/Mobilo/l.png new file mode 100644 index 0000000000000000000000000000000000000000..58ffd84fd090b5c610efbabf8a6b1b8d1f0b7bb4 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Mobilo/l.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Mobilo/m.png b/ohos/flutter_lottie/lib/goldens/all/Mobilo/m.png new file mode 100644 index 0000000000000000000000000000000000000000..99a4614d711d362cd8a7eadeeb3819441d65c6eb Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Mobilo/m.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Mobilo/n.png b/ohos/flutter_lottie/lib/goldens/all/Mobilo/n.png new file mode 100644 index 0000000000000000000000000000000000000000..88a4ff7c21ff0ef1dcc01d63c4cfcd02ee0ca2b8 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Mobilo/n.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Mobilo/o.png b/ohos/flutter_lottie/lib/goldens/all/Mobilo/o.png new file mode 100644 index 0000000000000000000000000000000000000000..e21748406bec2263fbb526f9e53155f7603ab16d Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Mobilo/o.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Mobilo/p.png b/ohos/flutter_lottie/lib/goldens/all/Mobilo/p.png new file mode 100644 index 0000000000000000000000000000000000000000..7965d62d7b370ddf72f43ff9f0e3b08cd751ff78 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Mobilo/p.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Mobilo/q.png b/ohos/flutter_lottie/lib/goldens/all/Mobilo/q.png new file mode 100644 index 0000000000000000000000000000000000000000..1087307382003ccb2e8dda542ca9d59f431f5d72 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Mobilo/q.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Mobilo/r.png b/ohos/flutter_lottie/lib/goldens/all/Mobilo/r.png new file mode 100644 index 0000000000000000000000000000000000000000..3e08f4d4393730fe40ebffae7d99b6a5ee3ec9ee Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Mobilo/r.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Mobilo/s.png b/ohos/flutter_lottie/lib/goldens/all/Mobilo/s.png new file mode 100644 index 0000000000000000000000000000000000000000..060c61528d1f4eed88a4a13e9d96eca88fbb604c Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Mobilo/s.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Mobilo/t.png b/ohos/flutter_lottie/lib/goldens/all/Mobilo/t.png new file mode 100644 index 0000000000000000000000000000000000000000..9228bc9c585a6d7820d5dd25f9fa31477b6fa05a Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Mobilo/t.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Mobilo/u.png b/ohos/flutter_lottie/lib/goldens/all/Mobilo/u.png new file mode 100644 index 0000000000000000000000000000000000000000..8e5b1eb81218cddbdd3ad0c82f441ed0450f1a68 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Mobilo/u.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Mobilo/v.png b/ohos/flutter_lottie/lib/goldens/all/Mobilo/v.png new file mode 100644 index 0000000000000000000000000000000000000000..ef6881b3ec41fe57aaeb0dd699cbcb31ead3d529 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Mobilo/v.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Mobilo/w.png b/ohos/flutter_lottie/lib/goldens/all/Mobilo/w.png new file mode 100644 index 0000000000000000000000000000000000000000..a24a0e871dbe08313098804f67d0163b2623f245 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Mobilo/w.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Mobilo/x.png b/ohos/flutter_lottie/lib/goldens/all/Mobilo/x.png new file mode 100644 index 0000000000000000000000000000000000000000..6a9d9bd97801f5885de278474f289b6f5612ccf9 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Mobilo/x.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Mobilo/y.png b/ohos/flutter_lottie/lib/goldens/all/Mobilo/y.png new file mode 100644 index 0000000000000000000000000000000000000000..f241ec6d074428575285f4e9373f75b18f6b0af2 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Mobilo/y.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Mobilo/z.png b/ohos/flutter_lottie/lib/goldens/all/Mobilo/z.png new file mode 100644 index 0000000000000000000000000000000000000000..3ea7c91fe606f6f72e5efc8b1ad807fbb2e1c875 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Mobilo/z.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/1669133489622.png b/ohos/flutter_lottie/lib/goldens/all/Tests/1669133489622.png new file mode 100644 index 0000000000000000000000000000000000000000..0809b4268083526cfc2c29613aa0351bbc641978 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/1669133489622.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/2frameanimation.png b/ohos/flutter_lottie/lib/goldens/all/Tests/2frameanimation.png new file mode 100644 index 0000000000000000000000000000000000000000..41e67ead2f74393c47f3120eaf51c43fc7157c40 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/2frameanimation.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/2parentsmatte.png b/ohos/flutter_lottie/lib/goldens/all/Tests/2parentsmatte.png new file mode 100644 index 0000000000000000000000000000000000000000..7de9614503592b76987ed5f9fb0a2604df486dd2 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/2parentsmatte.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/adrock.png b/ohos/flutter_lottie/lib/goldens/all/Tests/adrock.png new file mode 100644 index 0000000000000000000000000000000000000000..9a027e47207f68ee1979b7f5e6b76f79618914f9 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/adrock.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/adrock_converted.png b/ohos/flutter_lottie/lib/goldens/all/Tests/adrock_converted.png new file mode 100644 index 0000000000000000000000000000000000000000..9a027e47207f68ee1979b7f5e6b76f79618914f9 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/adrock_converted.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/airbnb.png b/ohos/flutter_lottie/lib/goldens/all/Tests/airbnb.png new file mode 100644 index 0000000000000000000000000000000000000000..06ccf2dc38a4e50dde2e0e7e524680e915dc7f1c Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/airbnb.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/airbnb400.png b/ohos/flutter_lottie/lib/goldens/all/Tests/airbnb400.png new file mode 100644 index 0000000000000000000000000000000000000000..0c84c8526267ec32c9e9f457cfb7463b4707dd26 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/airbnb400.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/airbnb800.png b/ohos/flutter_lottie/lib/goldens/all/Tests/airbnb800.png new file mode 100644 index 0000000000000000000000000000000000000000..ae0527077388d56490720d791f22f4f1fd1fa6b7 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/airbnb800.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/anim_jpg.png b/ohos/flutter_lottie/lib/goldens/all/Tests/anim_jpg.png new file mode 100644 index 0000000000000000000000000000000000000000..50d1fbcf275ffa0822f9d6a607aa810b6f840236 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/anim_jpg.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/animatedshadow.png b/ohos/flutter_lottie/lib/goldens/all/Tests/animatedshadow.png new file mode 100644 index 0000000000000000000000000000000000000000..b380d1a0e76338766e383cebad972415ac7b9092 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/animatedshadow.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/august_view_pulse.png b/ohos/flutter_lottie/lib/goldens/all/Tests/august_view_pulse.png new file mode 100644 index 0000000000000000000000000000000000000000..6ddf931a544621cb570facd840f082f9dddec07c Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/august_view_pulse.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/beyondbounds.png b/ohos/flutter_lottie/lib/goldens/all/Tests/beyondbounds.png new file mode 100644 index 0000000000000000000000000000000000000000..697920608cd38eb6b161d96da9a794d5d295c92b Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/beyondbounds.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/bm.png b/ohos/flutter_lottie/lib/goldens/all/Tests/bm.png new file mode 100644 index 0000000000000000000000000000000000000000..a433768c6ef7fd0dd8fd610b0f9c4a394621a7ba Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/bm.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/bm_converted.png b/ohos/flutter_lottie/lib/goldens/all/Tests/bm_converted.png new file mode 100644 index 0000000000000000000000000000000000000000..a433768c6ef7fd0dd8fd610b0f9c4a394621a7ba Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/bm_converted.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/boxposition.png b/ohos/flutter_lottie/lib/goldens/all/Tests/boxposition.png new file mode 100644 index 0000000000000000000000000000000000000000..e85b0cd9482d02f57e7553945094d567dfd17b8e Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/boxposition.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/catrim.png b/ohos/flutter_lottie/lib/goldens/all/Tests/catrim.png new file mode 100644 index 0000000000000000000000000000000000000000..f5c8aed0d939e90e05723c580a9cb7578e2ced4f Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/catrim.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/catrim_converted.png b/ohos/flutter_lottie/lib/goldens/all/Tests/catrim_converted.png new file mode 100644 index 0000000000000000000000000000000000000000..f5c8aed0d939e90e05723c580a9cb7578e2ced4f Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/catrim_converted.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/checkswitch.png b/ohos/flutter_lottie/lib/goldens/all/Tests/checkswitch.png new file mode 100644 index 0000000000000000000000000000000000000000..472759f175cde8c3c70da5938abea3b71254d807 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/checkswitch.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/dalek.png b/ohos/flutter_lottie/lib/goldens/all/Tests/dalek.png new file mode 100644 index 0000000000000000000000000000000000000000..3f779128ba007e2eaf8b8efeb1953221e8610393 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/dalek.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/dalek_converted.png b/ohos/flutter_lottie/lib/goldens/all/Tests/dalek_converted.png new file mode 100644 index 0000000000000000000000000000000000000000..3f779128ba007e2eaf8b8efeb1953221e8610393 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/dalek_converted.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/defaultlinejoincap.png b/ohos/flutter_lottie/lib/goldens/all/Tests/defaultlinejoincap.png new file mode 100644 index 0000000000000000000000000000000000000000..a670a061fa3bda8a56ef30c4fbfccaf12d4b5877 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/defaultlinejoincap.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/differentpointscount.png b/ohos/flutter_lottie/lib/goldens/all/Tests/differentpointscount.png new file mode 100644 index 0000000000000000000000000000000000000000..3962548085bba81b9c6112b0d49ec377ac2978bb Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/differentpointscount.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/dynamicgradient.png b/ohos/flutter_lottie/lib/goldens/all/Tests/dynamicgradient.png new file mode 100644 index 0000000000000000000000000000000000000000..70fb92668a9ac90aeec8ed34229826b457909b25 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/dynamicgradient.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/dynamictext.png b/ohos/flutter_lottie/lib/goldens/all/Tests/dynamictext.png new file mode 100644 index 0000000000000000000000000000000000000000..e82e6fbaff588da2ccadbf3517d8d9aaaf4b1d91 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/dynamictext.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/editedcolor.png b/ohos/flutter_lottie/lib/goldens/all/Tests/editedcolor.png new file mode 100644 index 0000000000000000000000000000000000000000..3b8eac693dbd360d4631a3b76f52cca17642a89a Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/editedcolor.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/ellipsedirection.png b/ohos/flutter_lottie/lib/goldens/all/Tests/ellipsedirection.png new file mode 100644 index 0000000000000000000000000000000000000000..4510bd4892c559376cb1e251354291b446353c96 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/ellipsedirection.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/embeddedfont.png b/ohos/flutter_lottie/lib/goldens/all/Tests/embeddedfont.png new file mode 100644 index 0000000000000000000000000000000000000000..e82e6fbaff588da2ccadbf3517d8d9aaaf4b1d91 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/embeddedfont.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/endframe.png b/ohos/flutter_lottie/lib/goldens/all/Tests/endframe.png new file mode 100644 index 0000000000000000000000000000000000000000..93121ad2400c0678da0a96c04e452a7320f6104f Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/endframe.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/exported_with_flow.png b/ohos/flutter_lottie/lib/goldens/all/Tests/exported_with_flow.png new file mode 100644 index 0000000000000000000000000000000000000000..e9ed855110ce4d92ed9a06753e2951a05e7370ed Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/exported_with_flow.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/fill.png b/ohos/flutter_lottie/lib/goldens/all/Tests/fill.png new file mode 100644 index 0000000000000000000000000000000000000000..ff4b343888e204804336a0d61963dc5a2581b7c6 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/fill.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/fillblur.png b/ohos/flutter_lottie/lib/goldens/all/Tests/fillblur.png new file mode 100644 index 0000000000000000000000000000000000000000..75c87890ea78910ada692ff89af5fd7381f47988 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/fillblur.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/font_text_justification_translate_scale_rotation_test.png b/ohos/flutter_lottie/lib/goldens/all/Tests/font_text_justification_translate_scale_rotation_test.png new file mode 100644 index 0000000000000000000000000000000000000000..29739effafaf5c28263cbd3972c731d0c3147d7a Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/font_text_justification_translate_scale_rotation_test.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/frame.png b/ohos/flutter_lottie/lib/goldens/all/Tests/frame.png new file mode 100644 index 0000000000000000000000000000000000000000..e1e27df27370d126951df8da3bb9588584ff879f Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/frame.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/framerate.png b/ohos/flutter_lottie/lib/goldens/all/Tests/framerate.png new file mode 100644 index 0000000000000000000000000000000000000000..cb4c9ebb180e4eb73f97a270d99c7ece05fa1125 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/framerate.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/gradientfill.png b/ohos/flutter_lottie/lib/goldens/all/Tests/gradientfill.png new file mode 100644 index 0000000000000000000000000000000000000000..6406de5216d503fb3f0904cd8aca620c8f8806c2 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/gradientfill.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/gradientfillblur.png b/ohos/flutter_lottie/lib/goldens/all/Tests/gradientfillblur.png new file mode 100644 index 0000000000000000000000000000000000000000..23c1a53780964258c2f5e5380fe5a773e8eaca8b Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/gradientfillblur.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/gradientonecolor.png b/ohos/flutter_lottie/lib/goldens/all/Tests/gradientonecolor.png new file mode 100644 index 0000000000000000000000000000000000000000..67e06012f811d3af460238af818322aaab5ab968 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/gradientonecolor.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/gradientopacityinterpolation.png b/ohos/flutter_lottie/lib/goldens/all/Tests/gradientopacityinterpolation.png new file mode 100644 index 0000000000000000000000000000000000000000..0c3108ac667207358305e1afaa8bb30fe44e89cb Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/gradientopacityinterpolation.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/gradientstrokeblur.png b/ohos/flutter_lottie/lib/goldens/all/Tests/gradientstrokeblur.png new file mode 100644 index 0000000000000000000000000000000000000000..97b5f2411e404102378db337f833c13067170528 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/gradientstrokeblur.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/hd.png b/ohos/flutter_lottie/lib/goldens/all/Tests/hd.png new file mode 100644 index 0000000000000000000000000000000000000000..02e308e57e5ec880b4b2e8166b87d1834e53102c Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/hd.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/heart.png b/ohos/flutter_lottie/lib/goldens/all/Tests/heart.png new file mode 100644 index 0000000000000000000000000000000000000000..2fd7515eb43da33ecd12daaa1342b41e92a47b11 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/heart.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/interpolatebetweenopacitystops.png b/ohos/flutter_lottie/lib/goldens/all/Tests/interpolatebetweenopacitystops.png new file mode 100644 index 0000000000000000000000000000000000000000..d116dedf81ca77fd55b0f149df43f85483c95d23 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/interpolatebetweenopacitystops.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/interpolatorloopback.png b/ohos/flutter_lottie/lib/goldens/all/Tests/interpolatorloopback.png new file mode 100644 index 0000000000000000000000000000000000000000..6ff4b8b4102b08e621475db2019c1753ea7a3876 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/interpolatorloopback.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/issue_288.png b/ohos/flutter_lottie/lib/goldens/all/Tests/issue_288.png new file mode 100644 index 0000000000000000000000000000000000000000..017b17978b39d56de8458ddfb92d4c494faabe84 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/issue_288.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/keyframetypes.png b/ohos/flutter_lottie/lib/goldens/all/Tests/keyframetypes.png new file mode 100644 index 0000000000000000000000000000000000000000..a76524ed34cd05527329f540597b55cacd54e931 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/keyframetypes.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/largecomposition.png b/ohos/flutter_lottie/lib/goldens/all/Tests/largecomposition.png new file mode 100644 index 0000000000000000000000000000000000000000..cd0fe25ecfc5c776b6c4241969179fc17575e237 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/largecomposition.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/laugh4.png b/ohos/flutter_lottie/lib/goldens/all/Tests/laugh4.png new file mode 100644 index 0000000000000000000000000000000000000000..00d29a5c1173b39229162a64f27af3d8c38f6d3f Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/laugh4.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/loopplayonce.png b/ohos/flutter_lottie/lib/goldens/all/Tests/loopplayonce.png new file mode 100644 index 0000000000000000000000000000000000000000..0b1600dec86877ce12fc3de646c671ff40474ced Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/loopplayonce.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/map.png b/ohos/flutter_lottie/lib/goldens/all/Tests/map.png new file mode 100644 index 0000000000000000000000000000000000000000..bb5b9b3e99518f29090416e4f45bfdec40912aba Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/map.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/marker.png b/ohos/flutter_lottie/lib/goldens/all/Tests/marker.png new file mode 100644 index 0000000000000000000000000000000000000000..e048398b8ff6026920ac1b3c206c0bb4af9c5be6 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/marker.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/maska.png b/ohos/flutter_lottie/lib/goldens/all/Tests/maska.png new file mode 100644 index 0000000000000000000000000000000000000000..d2595c1f4e22bc97e55e222d324bc100c0480203 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/maska.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/maskinv.png b/ohos/flutter_lottie/lib/goldens/all/Tests/maskinv.png new file mode 100644 index 0000000000000000000000000000000000000000..2d6ade84b33f7263a21a8dba4008c7103f4c9cde Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/maskinv.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/masknone.png b/ohos/flutter_lottie/lib/goldens/all/Tests/masknone.png new file mode 100644 index 0000000000000000000000000000000000000000..3f4e8bf440b05c1e262629fd547979107a5e44ec Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/masknone.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/masks.png b/ohos/flutter_lottie/lib/goldens/all/Tests/masks.png new file mode 100644 index 0000000000000000000000000000000000000000..df8a292d813caf77b3891a753757ae5f20643d21 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/masks.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/mattetimestretchline.png b/ohos/flutter_lottie/lib/goldens/all/Tests/mattetimestretchline.png new file mode 100644 index 0000000000000000000000000000000000000000..5626b3735226f3f9f0a95027f7ca78c14c4bf9c0 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/mattetimestretchline.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/mattetimestretchscan.png b/ohos/flutter_lottie/lib/goldens/all/Tests/mattetimestretchscan.png new file mode 100644 index 0000000000000000000000000000000000000000..618cbff5ee3283c008ecf62d2cd5e51d2f4538a8 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/mattetimestretchscan.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/miterlimit.png b/ohos/flutter_lottie/lib/goldens/all/Tests/miterlimit.png new file mode 100644 index 0000000000000000000000000000000000000000..3b8d85e58b4c4dc4f2f99e653f79ae76fc9abfb0 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/miterlimit.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/multiline.png b/ohos/flutter_lottie/lib/goldens/all/Tests/multiline.png new file mode 100644 index 0000000000000000000000000000000000000000..65ccd4b95a1c937c0f3fbf7624f77d07552d90be Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/multiline.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/opacity_layers.png b/ohos/flutter_lottie/lib/goldens/all/Tests/opacity_layers.png new file mode 100644 index 0000000000000000000000000000000000000000..2fe464af43e0e036ab6119e3ba09214800e06c6e Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/opacity_layers.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/opacitystops.png b/ohos/flutter_lottie/lib/goldens/all/Tests/opacitystops.png new file mode 100644 index 0000000000000000000000000000000000000000..86f139b9a6250cd18dc91e68a6b85c75ce5c6bf3 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/opacitystops.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/overlapshapewithopacity.png b/ohos/flutter_lottie/lib/goldens/all/Tests/overlapshapewithopacity.png new file mode 100644 index 0000000000000000000000000000000000000000..c307577c7e4ac74a1fa885f7eef16c39136f8051 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/overlapshapewithopacity.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/parenting.png b/ohos/flutter_lottie/lib/goldens/all/Tests/parenting.png new file mode 100644 index 0000000000000000000000000000000000000000..b4bd27f35d999358fea6897bf642933bc6d853d4 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/parenting.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/precompblur.png b/ohos/flutter_lottie/lib/goldens/all/Tests/precompblur.png new file mode 100644 index 0000000000000000000000000000000000000000..6b361fd8282ddbf3c6d9e13bf82a27ae10cc7748 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/precompblur.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/precompblurdecimapprecompsize.png b/ohos/flutter_lottie/lib/goldens/all/Tests/precompblurdecimapprecompsize.png new file mode 100644 index 0000000000000000000000000000000000000000..6b361fd8282ddbf3c6d9e13bf82a27ae10cc7748 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/precompblurdecimapprecompsize.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/precomps.png b/ohos/flutter_lottie/lib/goldens/all/Tests/precomps.png new file mode 100644 index 0000000000000000000000000000000000000000..6befabaf3b7960b35598e26169a2ae7421f5ffaa Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/precomps.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/rect1.png b/ohos/flutter_lottie/lib/goldens/all/Tests/rect1.png new file mode 100644 index 0000000000000000000000000000000000000000..6ed3eb0858b51016cf99b47ffe3a4478decb3352 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/rect1.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/rect2.png b/ohos/flutter_lottie/lib/goldens/all/Tests/rect2.png new file mode 100644 index 0000000000000000000000000000000000000000..dc36ec5bf073b151be31050bfa34071ce9b34e9e Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/rect2.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/rect3.png b/ohos/flutter_lottie/lib/goldens/all/Tests/rect3.png new file mode 100644 index 0000000000000000000000000000000000000000..7a0eeb0e1b8ed1bf8de250eb610326ae2dd81ba8 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/rect3.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/rect4.png b/ohos/flutter_lottie/lib/goldens/all/Tests/rect4.png new file mode 100644 index 0000000000000000000000000000000000000000..543712a9aa763f4015b6ce005b830a0f0d50d5b9 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/rect4.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/rect5.png b/ohos/flutter_lottie/lib/goldens/all/Tests/rect5.png new file mode 100644 index 0000000000000000000000000000000000000000..3bca301964a61156f201d15167ee8f053215712e Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/rect5.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/rect6.png b/ohos/flutter_lottie/lib/goldens/all/Tests/rect6.png new file mode 100644 index 0000000000000000000000000000000000000000..0f071adf487a36b7d0a9133af1c6e51177ed4d91 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/rect6.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/rect7.png b/ohos/flutter_lottie/lib/goldens/all/Tests/rect7.png new file mode 100644 index 0000000000000000000000000000000000000000..ea2e43e82f9f0dbabd16a38f4b4e06e545b5442d Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/rect7.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/rect8.png b/ohos/flutter_lottie/lib/goldens/all/Tests/rect8.png new file mode 100644 index 0000000000000000000000000000000000000000..47082f9b4c257044354e468e0ce8e096172fc613 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/rect8.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/rect9.png b/ohos/flutter_lottie/lib/goldens/all/Tests/rect9.png new file mode 100644 index 0000000000000000000000000000000000000000..1f64a0f37d3b913a72eb51e914ac12c9dff2cab1 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/rect9.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/remap.png b/ohos/flutter_lottie/lib/goldens/all/Tests/remap.png new file mode 100644 index 0000000000000000000000000000000000000000..98ac68b0adf16cc38f8333e6a51350f8aabcf37d Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/remap.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/repeater.png b/ohos/flutter_lottie/lib/goldens/all/Tests/repeater.png new file mode 100644 index 0000000000000000000000000000000000000000..f68741166e880b8bfebd4c85ed6b4cad7cb09613 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/repeater.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/reversedstar.png b/ohos/flutter_lottie/lib/goldens/all/Tests/reversedstar.png new file mode 100644 index 0000000000000000000000000000000000000000..39085b6a8c378bf00cd4625007ecbd811fc023bb Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/reversedstar.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/rgb.png b/ohos/flutter_lottie/lib/goldens/all/Tests/rgb.png new file mode 100644 index 0000000000000000000000000000000000000000..58df4291d91185d7719b1887fd8305bdfcbd29ac Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/rgb.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/rgbmarker.png b/ohos/flutter_lottie/lib/goldens/all/Tests/rgbmarker.png new file mode 100644 index 0000000000000000000000000000000000000000..e61cc884c376c56eee2bbe78d39d1bdd13573a82 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/rgbmarker.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/roundedcorners.png b/ohos/flutter_lottie/lib/goldens/all/Tests/roundedcorners.png new file mode 100644 index 0000000000000000000000000000000000000000..95cc1420994d72761125c8bb413f6bd44c257bcc Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/roundedcorners.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/roundedwithalreadyroundedcorners.png b/ohos/flutter_lottie/lib/goldens/all/Tests/roundedwithalreadyroundedcorners.png new file mode 100644 index 0000000000000000000000000000000000000000..1887c1153631c96e8060917e21acd015bcdd6af1 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/roundedwithalreadyroundedcorners.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/scale0.png b/ohos/flutter_lottie/lib/goldens/all/Tests/scale0.png new file mode 100644 index 0000000000000000000000000000000000000000..dba132c63a04732a703a483d8de383e0e0b8aa7f Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/scale0.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/shapes.png b/ohos/flutter_lottie/lib/goldens/all/Tests/shapes.png new file mode 100644 index 0000000000000000000000000000000000000000..df9adbfad2f9fc81f2940a3fa6f43b02fea19dd6 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/shapes.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/shapetypes.png b/ohos/flutter_lottie/lib/goldens/all/Tests/shapetypes.png new file mode 100644 index 0000000000000000000000000000000000000000..725910c9ad5e39574cbcf97a4828003d24509bdc Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/shapetypes.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/skew.png b/ohos/flutter_lottie/lib/goldens/all/Tests/skew.png new file mode 100644 index 0000000000000000000000000000000000000000..348f4720af825b31905c81120d95733de1a805c4 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/skew.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/solidlayertransform.png b/ohos/flutter_lottie/lib/goldens/all/Tests/solidlayertransform.png new file mode 100644 index 0000000000000000000000000000000000000000..bab263dc6daf08d6989c2fd707c45166958a7f78 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/solidlayertransform.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/splitdimensions.png b/ohos/flutter_lottie/lib/goldens/all/Tests/splitdimensions.png new file mode 100644 index 0000000000000000000000000000000000000000..7453db5542f4ba6cc120286abb2264283a2f14c4 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/splitdimensions.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/splitpathtransform.png b/ohos/flutter_lottie/lib/goldens/all/Tests/splitpathtransform.png new file mode 100644 index 0000000000000000000000000000000000000000..767db4d0015d41b2c3738e2e608c3f04dc510264 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/splitpathtransform.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/squares.png b/ohos/flutter_lottie/lib/goldens/all/Tests/squares.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb8548775480e0a044075c145a632bfa1ea38ef Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/squares.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/starskew.png b/ohos/flutter_lottie/lib/goldens/all/Tests/starskew.png new file mode 100644 index 0000000000000000000000000000000000000000..bfb8eb7790fbb48cb6581ac6eac142dc24e9fb0e Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/starskew.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/startendframe.png b/ohos/flutter_lottie/lib/goldens/all/Tests/startendframe.png new file mode 100644 index 0000000000000000000000000000000000000000..14de220ea8bba2bebb1a6c1f7ecf7623e3ab0469 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/startendframe.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/staticshadow.png b/ohos/flutter_lottie/lib/goldens/all/Tests/staticshadow.png new file mode 100644 index 0000000000000000000000000000000000000000..a25eb6cd3329283b63fcbeb11fbc14cb15a7f779 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/staticshadow.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/stroke.png b/ohos/flutter_lottie/lib/goldens/all/Tests/stroke.png new file mode 100644 index 0000000000000000000000000000000000000000..2807581857f79a52d9822656e1b194ce085d2631 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/stroke.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/strokeblur.png b/ohos/flutter_lottie/lib/goldens/all/Tests/strokeblur.png new file mode 100644 index 0000000000000000000000000000000000000000..20d6153d4a5b481219baac8c4ad3fa03d856eb18 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/strokeblur.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/telegramalphacompat.png b/ohos/flutter_lottie/lib/goldens/all/Tests/telegramalphacompat.png new file mode 100644 index 0000000000000000000000000000000000000000..616d81dfe6ea0a70765c8041b58b9f6d9d248d36 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/telegramalphacompat.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/text.png b/ohos/flutter_lottie/lib/goldens/all/Tests/text.png new file mode 100644 index 0000000000000000000000000000000000000000..58b3b952c05788f451b613fc25083fd074fc0ff1 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/text.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/text_justification_translate_scale_rotation_text.png b/ohos/flutter_lottie/lib/goldens/all/Tests/text_justification_translate_scale_rotation_text.png new file mode 100644 index 0000000000000000000000000000000000000000..12c6dbdf58f42d483806a409bb638e6f36ef3ebd Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/text_justification_translate_scale_rotation_text.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/text_with_parent_alpha.png b/ohos/flutter_lottie/lib/goldens/all/Tests/text_with_parent_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..785687c603d1bfc750913a7c1f005d818a9f7bb0 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/text_with_parent_alpha.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/textbaseline.png b/ohos/flutter_lottie/lib/goldens/all/Tests/textbaseline.png new file mode 100644 index 0000000000000000000000000000000000000000..26bbc45e9f8da139091d90048df57c758487af2c Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/textbaseline.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/textwithpscenter.png b/ohos/flutter_lottie/lib/goldens/all/Tests/textwithpscenter.png new file mode 100644 index 0000000000000000000000000000000000000000..7ee6afb7eb1531c133008a55f421ee7095386fc1 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/textwithpscenter.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/textwithpsleft.png b/ohos/flutter_lottie/lib/goldens/all/Tests/textwithpsleft.png new file mode 100644 index 0000000000000000000000000000000000000000..a5dd2c2c0a7d4910d2aaf71164a3e01df3d5f61f Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/textwithpsleft.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/tgswithoutopacity.png b/ohos/flutter_lottie/lib/goldens/all/Tests/tgswithoutopacity.png new file mode 100644 index 0000000000000000000000000000000000000000..c8d018755a231370118f4d1ec3e8c259411f4b01 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/tgswithoutopacity.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/thumb.png b/ohos/flutter_lottie/lib/goldens/all/Tests/thumb.png new file mode 100644 index 0000000000000000000000000000000000000000..a26acace99ac8ddf7e1194b24f5db6823eca331b Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/thumb.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/timeremapandstartoffset.png b/ohos/flutter_lottie/lib/goldens/all/Tests/timeremapandstartoffset.png new file mode 100644 index 0000000000000000000000000000000000000000..7886b19aa3edefe2235c2ae11802e312bcd69a8c Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/timeremapandstartoffset.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/timestretch.png b/ohos/flutter_lottie/lib/goldens/all/Tests/timestretch.png new file mode 100644 index 0000000000000000000000000000000000000000..eaa3a507c7cb9cda91c3f36a774e1124590af3f2 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/timestretch.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/timestretchandstartoffset.png b/ohos/flutter_lottie/lib/goldens/all/Tests/timestretchandstartoffset.png new file mode 100644 index 0000000000000000000000000000000000000000..a9483c4a24133098822a8cdf76617b5e061b9dd6 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/timestretchandstartoffset.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/timestretchmask.png b/ohos/flutter_lottie/lib/goldens/all/Tests/timestretchmask.png new file mode 100644 index 0000000000000000000000000000000000000000..7e47c9963f387d69911be540fbbd766adf48af34 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/timestretchmask.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/timestretchprecomp.png b/ohos/flutter_lottie/lib/goldens/all/Tests/timestretchprecomp.png new file mode 100644 index 0000000000000000000000000000000000000000..7ac87aaab9ef55571ca8db0bf7a2dec331aed40a Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/timestretchprecomp.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/timestretchprecomp2.png b/ohos/flutter_lottie/lib/goldens/all/Tests/timestretchprecomp2.png new file mode 100644 index 0000000000000000000000000000000000000000..516264753e5682f1a65edf7892f98d238f91fd9e Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/timestretchprecomp2.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/trackmattes.png b/ohos/flutter_lottie/lib/goldens/all/Tests/trackmattes.png new file mode 100644 index 0000000000000000000000000000000000000000..7312987a699424014d4a47b684c95ae5d2895ed0 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/trackmattes.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/transformwithoutendvalues.png b/ohos/flutter_lottie/lib/goldens/all/Tests/transformwithoutendvalues.png new file mode 100644 index 0000000000000000000000000000000000000000..4307d0031e309b84e3026a3efc7362b7005db333 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/transformwithoutendvalues.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/trimpaths.png b/ohos/flutter_lottie/lib/goldens/all/Tests/trimpaths.png new file mode 100644 index 0000000000000000000000000000000000000000..e996e8bc5a8c180e4fe36c0eaa8c87cbd6e40e30 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/trimpaths.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/trimpathsinsideandoutsidegroup.png b/ohos/flutter_lottie/lib/goldens/all/Tests/trimpathsinsideandoutsidegroup.png new file mode 100644 index 0000000000000000000000000000000000000000..9d174c860054ca08082935cca8af3cb0acd2767c Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/trimpathsinsideandoutsidegroup.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/trimpathwraparound.png b/ohos/flutter_lottie/lib/goldens/all/Tests/trimpathwraparound.png new file mode 100644 index 0000000000000000000000000000000000000000..711edcab89bd7ca0e8dbe78ce2cfb2848d3fa2e3 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/trimpathwraparound.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/weaccept.png b/ohos/flutter_lottie/lib/goldens/all/Tests/weaccept.png new file mode 100644 index 0000000000000000000000000000000000000000..85025fee4a90242ddee0c2c8044b7712f12f7269 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/weaccept.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/weacceptinlineimage.png b/ohos/flutter_lottie/lib/goldens/all/Tests/weacceptinlineimage.png new file mode 100644 index 0000000000000000000000000000000000000000..85025fee4a90242ddee0c2c8044b7712f12f7269 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/weacceptinlineimage.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/wile.png b/ohos/flutter_lottie/lib/goldens/all/Tests/wile.png new file mode 100644 index 0000000000000000000000000000000000000000..00a886de83628d9ebd5bddc0e4a111e3175efab6 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/wile.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/Tests/zipinlineimage.png b/ohos/flutter_lottie/lib/goldens/all/Tests/zipinlineimage.png new file mode 100644 index 0000000000000000000000000000000000000000..85025fee4a90242ddee0c2c8044b7712f12f7269 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/Tests/zipinlineimage.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/androidwave.png b/ohos/flutter_lottie/lib/goldens/all/androidwave.png new file mode 100644 index 0000000000000000000000000000000000000000..c7259477cb2ceab92b1b51c411db12fcb6222a38 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/androidwave.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/battery_optimizations.png b/ohos/flutter_lottie/lib/goldens/all/battery_optimizations.png new file mode 100644 index 0000000000000000000000000000000000000000..85e70befa6e0cc195921bd8b0573256886c32caa Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/battery_optimizations.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/bluetoothscanning.png b/ohos/flutter_lottie/lib/goldens/all/bluetoothscanning.png new file mode 100644 index 0000000000000000000000000000000000000000..daf722b7898584fe7e1e8335577f623289cccc2c Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/bluetoothscanning.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/camera_change.png b/ohos/flutter_lottie/lib/goldens/all/camera_change.png new file mode 100644 index 0000000000000000000000000000000000000000..be096be2e6b3c8907b2b1a5fea6c53035b2c29ea Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/camera_change.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/dynamicgradient.png b/ohos/flutter_lottie/lib/goldens/all/dynamicgradient.png new file mode 100644 index 0000000000000000000000000000000000000000..70fb92668a9ac90aeec8ed34229826b457909b25 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/dynamicgradient.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/envelope.png b/ohos/flutter_lottie/lib/goldens/all/envelope.png new file mode 100644 index 0000000000000000000000000000000000000000..ee8a4bcdb4ba400ae92fae4d471a5bc43a983f20 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/envelope.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/example_with_images/data.png b/ohos/flutter_lottie/lib/goldens/all/example_with_images/data.png new file mode 100644 index 0000000000000000000000000000000000000000..f3524764833eccb8ffe4cedba19a66f9d9481c45 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/example_with_images/data.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/hamburgerarrow.png b/ohos/flutter_lottie/lib/goldens/all/hamburgerarrow.png new file mode 100644 index 0000000000000000000000000000000000000000..0dee938310d0fbbfc2b2ed3914b874a9039ccbf8 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/hamburgerarrow.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/issue270.png b/ohos/flutter_lottie/lib/goldens/all/issue270.png new file mode 100644 index 0000000000000000000000000000000000000000..bbf40143fb09c36eaaebc5e0ae72d7d7e6966ea1 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/issue270.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lf20_w2afea.png b/ohos/flutter_lottie/lib/goldens/all/lf20_w2afea.png new file mode 100644 index 0000000000000000000000000000000000000000..af30cdae212b35aace218f555a14504fddab9cf2 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lf20_w2afea.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/100_percent.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/100_percent.png new file mode 100644 index 0000000000000000000000000000000000000000..a087be3409c707b8274d81142d61da8711234fcc Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/100_percent.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/28861-connection-style-2.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/28861-connection-style-2.png new file mode 100644 index 0000000000000000000000000000000000000000..6aaf551a979bb71d6fd8c7c518f0d19ba5b5fb1d Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/28861-connection-style-2.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/45668-arrow-with-light-passing-through.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/45668-arrow-with-light-passing-through.png new file mode 100644 index 0000000000000000000000000000000000000000..19660f149891c525d4a073e3764f91e8a99cf7ce Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/45668-arrow-with-light-passing-through.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/a_mountain.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/a_mountain.png new file mode 100644 index 0000000000000000000000000000000000000000..92847f29e3e768e8cd2531c4862ed5bf6c85ac86 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/a_mountain.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/accept_arrows.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/accept_arrows.png new file mode 100644 index 0000000000000000000000000000000000000000..aaed098f426da5898e22ff596f66eefa996dd619 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/accept_arrows.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/airbnb.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/airbnb.png new file mode 100644 index 0000000000000000000000000000000000000000..06ccf2dc38a4e50dde2e0e7e524680e915dc7f1c Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/airbnb.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/android_fingerprint.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/android_fingerprint.png new file mode 100644 index 0000000000000000000000000000000000000000..315c21b3a8080ef1bdb4f5773040b1c13ccbd3eb Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/android_fingerprint.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/angel.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/angel.png new file mode 100644 index 0000000000000000000000000000000000000000..972ff35c8ef60ec9a2912431bd0ec3bb642eb1db Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/angel.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/anima.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/anima.png new file mode 100644 index 0000000000000000000000000000000000000000..6078c596324ead3d820b16b983d14dd72527b56c Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/anima.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/animated_graph.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/animated_graph.png new file mode 100644 index 0000000000000000000000000000000000000000..fa1f1a580c275551ceb2e3a1e2ee06ed501af33a Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/animated_graph.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/animated_laptop_.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/animated_laptop_.png new file mode 100644 index 0000000000000000000000000000000000000000..2f2d66ae9adf37c636d43ffc16195a16b5fc05e7 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/animated_laptop_.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/animated_logo.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/animated_logo.png new file mode 100644 index 0000000000000000000000000000000000000000..9686aa21386d0ff07e97ea61228695e4ee9a338e Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/animated_logo.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/atm_link.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/atm_link.png new file mode 100644 index 0000000000000000000000000000000000000000..eec3f0719bef24c973058e50ad9cd327f7da225e Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/atm_link.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/autoconnect_loading.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/autoconnect_loading.png new file mode 100644 index 0000000000000000000000000000000000000000..4d7a61f506393b899b92511aa2aab8256b396b92 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/autoconnect_loading.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/ball_&_map.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/ball_&_map.png new file mode 100644 index 0000000000000000000000000000000000000000..f3b852361cacb8fa7474be998c78efcc553e6cba Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/ball_&_map.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/banner_animation.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/banner_animation.png new file mode 100644 index 0000000000000000000000000000000000000000..1a99edebad79240c96ce065d959dfd06f9936bbc Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/banner_animation.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/bb8.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/bb8.png new file mode 100644 index 0000000000000000000000000000000000000000..79e176be8e8ecb611d914f0a23feb4ecf836a073 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/bb8.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/bell.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/bell.png new file mode 100644 index 0000000000000000000000000000000000000000..1b0f1485e7cef30bb3e077aae70dfbe929dd986e Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/bell.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/birds.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/birds.png new file mode 100644 index 0000000000000000000000000000000000000000..36beec47af38fadbc3583f0b8cc8a6b24d601910 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/birds.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/bitcoin_to_the_moon.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/bitcoin_to_the_moon.png new file mode 100644 index 0000000000000000000000000000000000000000..80d92596f7321f4198179c9afb6d8434f587442e Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/bitcoin_to_the_moon.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/blood_transfusion_kawaii.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/blood_transfusion_kawaii.png new file mode 100644 index 0000000000000000000000000000000000000000..9b09a2157aca2ea5c92f959fd8b25a3d91a70827 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/blood_transfusion_kawaii.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/bomb.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/bomb.png new file mode 100644 index 0000000000000000000000000000000000000000..053a53921148c50b786a2b056723c76358fdfddb Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/bomb.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/books.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/books.png new file mode 100644 index 0000000000000000000000000000000000000000..22d4e4c9a5a502f8d077e62814f1de31b383290a Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/books.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/bootymovin.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/bootymovin.png new file mode 100644 index 0000000000000000000000000000000000000000..7f2d27c14892ae456054c4f446e92150ae9d3124 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/bootymovin.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/bounching_ball.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/bounching_ball.png new file mode 100644 index 0000000000000000000000000000000000000000..f74b2d89bc731426ec60d6f9623c79389ab2c56a Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/bounching_ball.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/brain__.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/brain__.png new file mode 100644 index 0000000000000000000000000000000000000000..d5fb137b22ec8539380d682e33be605e998634df Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/brain__.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/browser.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/browser.png new file mode 100644 index 0000000000000000000000000000000000000000..170a31529d25061d2960722df65589608656ab3f Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/browser.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/building_evolution_animation.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/building_evolution_animation.png new file mode 100644 index 0000000000000000000000000000000000000000..2748a9941c66ec70387bba63bf99811e30bc87ab Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/building_evolution_animation.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/camera.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/camera.png new file mode 100644 index 0000000000000000000000000000000000000000..22d9b559648cbe7aea5c39b6467a9b13030086b4 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/camera.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/camptravel.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/camptravel.png new file mode 100644 index 0000000000000000000000000000000000000000..b476e75965bd55a562c6d33e2dcd2310fe389007 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/camptravel.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/cancel_button.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/cancel_button.png new file mode 100644 index 0000000000000000000000000000000000000000..72fbe25acf8accd384d202d6a3ff27e396e3b5ba Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/cancel_button.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/cash.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/cash.png new file mode 100644 index 0000000000000000000000000000000000000000..7281c3f0a95f57fe33aae9d0113752e3aa8c3195 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/cash.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/change_to_search_bar.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/change_to_search_bar.png new file mode 100644 index 0000000000000000000000000000000000000000..1ca11b884d15b728e22ce3d4d4115777192b7046 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/change_to_search_bar.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/check_pop.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/check_pop.png new file mode 100644 index 0000000000000000000000000000000000000000..b6a0f794f2d6054ee66408ec46b0226ae6ee4209 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/check_pop.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/chinese.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/chinese.png new file mode 100644 index 0000000000000000000000000000000000000000..77bbf59398efa6e833a344495b54af3c82be4ce7 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/chinese.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/clock.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/clock.png new file mode 100644 index 0000000000000000000000000000000000000000..df8bec1dfd3f1a3ee763603824ae3c7f7223c424 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/clock.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/cloud_disconnection.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/cloud_disconnection.png new file mode 100644 index 0000000000000000000000000000000000000000..8b58a7b36ad3e02103dab41d25f0769ff8f7c969 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/cloud_disconnection.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/code_invite_success.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/code_invite_success.png new file mode 100644 index 0000000000000000000000000000000000000000..25531fdcf5b3bde690b947732bef736325cabaa2 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/code_invite_success.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/coding_ape.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/coding_ape.png new file mode 100644 index 0000000000000000000000000000000000000000..e00d392634da4068b1fe640e069575855593cfc7 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/coding_ape.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/coinfall.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/coinfall.png new file mode 100644 index 0000000000000000000000000000000000000000..b9f47fbb952d41ca36c170c3ce4b0ff9793e16ce Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/coinfall.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/colorline.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/colorline.png new file mode 100644 index 0000000000000000000000000000000000000000..ca9e38a09e316cde3c11025370777f7b6aa535fc Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/colorline.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/confusion.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/confusion.png new file mode 100644 index 0000000000000000000000000000000000000000..88eee57f2efa31d0d572236a76c5bb01306077c7 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/confusion.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/construction_site.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/construction_site.png new file mode 100644 index 0000000000000000000000000000000000000000..e0a1ee5d5944e400770b529ef98bbe4511cd6193 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/construction_site.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/cooking_app.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/cooking_app.png new file mode 100644 index 0000000000000000000000000000000000000000..a74bad554e1c80ed066bed21864d7107556948e0 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/cooking_app.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/countdown.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/countdown.png new file mode 100644 index 0000000000000000000000000000000000000000..6959b68054c86fb902b47ca07aa5ef9f3d15d059 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/countdown.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/credit_card.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/credit_card.png new file mode 100644 index 0000000000000000000000000000000000000000..aa549daf433948d41587996b090c44a3f2edf59a Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/credit_card.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/credit_level.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/credit_level.png new file mode 100644 index 0000000000000000000000000000000000000000..a270152870773413b47f8cd56080b8cddae6a091 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/credit_level.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/cube_loader.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/cube_loader.png new file mode 100644 index 0000000000000000000000000000000000000000..71708fc0a83bafdaa414d8990e951994e38d7be8 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/cube_loader.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/cubo_livre.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/cubo_livre.png new file mode 100644 index 0000000000000000000000000000000000000000..7b025fad76dbe01fd4376a1a42a5552f3e61fb37 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/cubo_livre.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/curly_hair_character_loop.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/curly_hair_character_loop.png new file mode 100644 index 0000000000000000000000000000000000000000..fd9744b13382dc89161ddb1445210b439aa00cc4 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/curly_hair_character_loop.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/cycle_animation.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/cycle_animation.png new file mode 100644 index 0000000000000000000000000000000000000000..210de80369a709168db45be66d4fc0b9ae78de3e Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/cycle_animation.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/day_night_cycle.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/day_night_cycle.png new file mode 100644 index 0000000000000000000000000000000000000000..3e92c8dd7b12a4c31da138e86231a163fb3efa4e Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/day_night_cycle.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/day_of_the_dead.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/day_of_the_dead.png new file mode 100644 index 0000000000000000000000000000000000000000..64bd7c051e7c125815da38712a8b579f90fbf521 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/day_of_the_dead.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/deadpool.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/deadpool.png new file mode 100644 index 0000000000000000000000000000000000000000..ff8780b5cda2fc6e92486f7343e6a8e00604186e Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/deadpool.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/delivery_van.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/delivery_van.png new file mode 100644 index 0000000000000000000000000000000000000000..335c3eb898e1c9666fb5997a19fe5eed18d4956f Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/delivery_van.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/developer-animation.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/developer-animation.png new file mode 100644 index 0000000000000000000000000000000000000000..ecc32bc18f7536fa5b3a15a6761151041fabc43f Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/developer-animation.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/dna_loader.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/dna_loader.png new file mode 100644 index 0000000000000000000000000000000000000000..a4f0c9bfc15428dee86d033285065ac7a6e642d7 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/dna_loader.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/dog.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/dog.png new file mode 100644 index 0000000000000000000000000000000000000000..83c65d02491963394c7c0e9027307fd08d5abeed Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/dog.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/done.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/done.png new file mode 100644 index 0000000000000000000000000000000000000000..09eba7b203da3cdb7f74993e947a2fc78c5f3856 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/done.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/download copy.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/download copy.png new file mode 100644 index 0000000000000000000000000000000000000000..a614ca2da87e9dda4184a2383801be2147917bca Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/download copy.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/download.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/download.png new file mode 100644 index 0000000000000000000000000000000000000000..c68222ba3848d0a42a01d32c96f617ce87b9fd7d Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/download.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/downloader.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/downloader.png new file mode 100644 index 0000000000000000000000000000000000000000..7feb9f0b52ab66794717bbc23d5e862bb04f34be Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/downloader.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/drop.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/drop.png new file mode 100644 index 0000000000000000000000000000000000000000..71ed363a1092e57bc21b6835b356232bb0b40c92 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/drop.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/drop_to_refresh.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/drop_to_refresh.png new file mode 100644 index 0000000000000000000000000000000000000000..bcdb02ab070c3af99ec042d0848879be88680680 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/drop_to_refresh.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/edited-landscape.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/edited-landscape.png new file mode 100644 index 0000000000000000000000000000000000000000..ebe7a12030687698d696fdafc438b978f087a5c1 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/edited-landscape.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/elephant_trunk_swing.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/elephant_trunk_swing.png new file mode 100644 index 0000000000000000000000000000000000000000..a030661bdd9267dbc824282695a619faa4c56ccc Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/elephant_trunk_swing.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/emoji_shock.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/emoji_shock.png new file mode 100644 index 0000000000000000000000000000000000000000..8ec6e4272899598205822da96fa7fde0a871585b Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/emoji_shock.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/emoji_tongue.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/emoji_tongue.png new file mode 100644 index 0000000000000000000000000000000000000000..19f718ee7f2ea17d217f914bb080bd9cf894870c Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/emoji_tongue.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/emoji_wink.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/emoji_wink.png new file mode 100644 index 0000000000000000000000000000000000000000..3f00b33a5ba5e27d14bead6b9d87a089233ea9f5 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/emoji_wink.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/empty_status.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/empty_status.png new file mode 100644 index 0000000000000000000000000000000000000000..84a2fae73e158a05f32e73811ce7e9ad83bcb738 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/empty_status.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/estimate.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/estimate.png new file mode 100644 index 0000000000000000000000000000000000000000..76d5b0094be55d5d7ed779ecc99761890b6457ff Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/estimate.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/fab_animate.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/fab_animate.png new file mode 100644 index 0000000000000000000000000000000000000000..5d93dbbb2e72cbb287ed1bb3df5ad43e5b75afc5 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/fab_animate.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/fabulous_onboarding_animation.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/fabulous_onboarding_animation.png new file mode 100644 index 0000000000000000000000000000000000000000..cc68a4d62a53c4cb3cf74c0512d807bac41a4bdf Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/fabulous_onboarding_animation.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/favourite_app_icon.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/favourite_app_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..3a4308166fbbc1df903aa3074b8b24b4b245ec89 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/favourite_app_icon.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/file_error.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/file_error.png new file mode 100644 index 0000000000000000000000000000000000000000..1be7894de80bdd79ab873d3743290625c20164ef Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/file_error.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/finance_animation.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/finance_animation.png new file mode 100644 index 0000000000000000000000000000000000000000..0149e5eeea07a45c07828d27424d2da75d00400f Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/finance_animation.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/fingerprint_scanner.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/fingerprint_scanner.png new file mode 100644 index 0000000000000000000000000000000000000000..ba4b159839686dae0830c79864a172970f455bcc Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/fingerprint_scanner.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/finish,done.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/finish,done.png new file mode 100644 index 0000000000000000000000000000000000000000..5f5a6b073df360af66e55a000438dff96e01fb4b Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/finish,done.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/fish.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/fish.png new file mode 100644 index 0000000000000000000000000000000000000000..50e49a4dfa043a35ff5df7304f11f3a818ca76f4 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/fish.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/flag_of_mexico.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/flag_of_mexico.png new file mode 100644 index 0000000000000000000000000000000000000000..c653e038d8c53c86a6dcc6972a81dcb34377e256 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/flag_of_mexico.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/flow.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/flow.png new file mode 100644 index 0000000000000000000000000000000000000000..88a01e51575295f3421b66e9fe1b3b62577369b6 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/flow.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/frog.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/frog.png new file mode 100644 index 0000000000000000000000000000000000000000..03c2d962f92a9adc1c8e59801901030d140780a1 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/frog.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/funky_chicken.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/funky_chicken.png new file mode 100644 index 0000000000000000000000000000000000000000..cac2bf5235755b04cd1fe18bf41352e9e49aa944 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/funky_chicken.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/gaming_pad.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/gaming_pad.png new file mode 100644 index 0000000000000000000000000000000000000000..1fe34c6983f3234865d7ae4fd90d0628ac06c39d Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/gaming_pad.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/gears.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/gears.png new file mode 100644 index 0000000000000000000000000000000000000000..ec3fd5cd781dc6d9bd6a977bb51792cbce8af5a0 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/gears.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/geometry.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/geometry.png new file mode 100644 index 0000000000000000000000000000000000000000..1cc03b6af75bd15857327668b4f7c25c1b08916a Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/geometry.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/glow_loading.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/glow_loading.png new file mode 100644 index 0000000000000000000000000000000000000000..b8ed8dc0082bb20cd5438a24d5093cf30b32b336 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/glow_loading.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/gradient_animated_background.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/gradient_animated_background.png new file mode 100644 index 0000000000000000000000000000000000000000..835b9ace4be339f0688089e0919475fe2dfc3547 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/gradient_animated_background.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/happy birthday.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/happy birthday.png new file mode 100644 index 0000000000000000000000000000000000000000..ac8628216930f02f0903d9cb9913c1e8b94279d5 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/happy birthday.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/hardware.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/hardware.png new file mode 100644 index 0000000000000000000000000000000000000000..b0109b6ec84f70dc975f91092568c6e350b4bff4 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/hardware.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/hint_01.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/hint_01.png new file mode 100644 index 0000000000000000000000000000000000000000..aa6689c0b27726b1a091e54c9094fd924748fb2e Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/hint_01.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/im_thirsty.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/im_thirsty.png new file mode 100644 index 0000000000000000000000000000000000000000..96f0b9ac1c52c9ce31802fd5be6c431590ac920c Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/im_thirsty.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/immiguide_.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/immiguide_.png new file mode 100644 index 0000000000000000000000000000000000000000..27b5131612185702e168b399a9c1c60eaddb30a4 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/immiguide_.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/in-app_purchasing.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/in-app_purchasing.png new file mode 100644 index 0000000000000000000000000000000000000000..5171e88c72a9809020dfe87642af02458142d6a7 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/in-app_purchasing.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/india.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/india.png new file mode 100644 index 0000000000000000000000000000000000000000..51c55743bdc02c88fb3f8ffc912e448044e38b20 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/india.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/infinite_rainbow.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/infinite_rainbow.png new file mode 100644 index 0000000000000000000000000000000000000000..ec7d2c96b5ca6c65cd030e1047d9f857564ef73b Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/infinite_rainbow.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/intelia_logo_animation.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/intelia_logo_animation.png new file mode 100644 index 0000000000000000000000000000000000000000..f54f8cde5ffd1d18e9f3f4558a098e07c1934e19 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/intelia_logo_animation.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/iphone_x_loading.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/iphone_x_loading.png new file mode 100644 index 0000000000000000000000000000000000000000..7e427432b90d5596c9f968f1fcfba2c3a3941701 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/iphone_x_loading.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/jojo_the_bird.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/jojo_the_bird.png new file mode 100644 index 0000000000000000000000000000000000000000..9415e909389ac5d5224d3ccdb2a49041fc5ff1fa Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/jojo_the_bird.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/jolly_walker.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/jolly_walker.png new file mode 100644 index 0000000000000000000000000000000000000000..e0f06cf647ef06d97ee7dc01bc8dfa5b98b3387a Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/jolly_walker.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/judgement.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/judgement.png new file mode 100644 index 0000000000000000000000000000000000000000..01e22e6e2a0c598331adc840d8c197fe90dfe31f Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/judgement.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/kod.io_logo_reveal.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/kod.io_logo_reveal.png new file mode 100644 index 0000000000000000000000000000000000000000..88f2a5d56f8dff9992e2ff7eaf0acdcf165d0ea5 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/kod.io_logo_reveal.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/la_calavera.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/la_calavera.png new file mode 100644 index 0000000000000000000000000000000000000000..d64eaa04caee5d2a71804c5e73bf44810a5d515a Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/la_calavera.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/landing_page.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/landing_page.png new file mode 100644 index 0000000000000000000000000000000000000000..065196bdee0eecb6cc5e656cac7eebbcfeb7461a Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/landing_page.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/lego_loader.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/lego_loader.png new file mode 100644 index 0000000000000000000000000000000000000000..268c5e0af03ec0f891bf7c11226d58b3aa67ad5a Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/lego_loader.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/lf20_fteywrno.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/lf20_fteywrno.png new file mode 100644 index 0000000000000000000000000000000000000000..f6f10e0508c0336f1128ca850bbe6127a7ccd24c Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/lf20_fteywrno.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/light.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/light.png new file mode 100644 index 0000000000000000000000000000000000000000..7b48da0a618c0ce97761a7600f168baecafaa8a9 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/light.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/lightsaber.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/lightsaber.png new file mode 100644 index 0000000000000000000000000000000000000000..45fc39cb04ffc5cfa5d7d38ea38275495ecb9ab4 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/lightsaber.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/little_girl_jumping_-_loader.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/little_girl_jumping_-_loader.png new file mode 100644 index 0000000000000000000000000000000000000000..6dc286f4db328b10f7a125d903404f1325c09d15 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/little_girl_jumping_-_loader.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/loading.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/loading.png new file mode 100644 index 0000000000000000000000000000000000000000..e14c66538e005682d4678e263f8e794c81a27c19 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/loading.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/loading_copy.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/loading_copy.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6b888d8118b52a9f8ea84e51ffdb83a80fab7d Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/loading_copy.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/loading_disc.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/loading_disc.png new file mode 100644 index 0000000000000000000000000000000000000000..8d10f129be1fe9ec08e2426626f1bd836443771f Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/loading_disc.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/loading_semicircle.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/loading_semicircle.png new file mode 100644 index 0000000000000000000000000000000000000000..955ac36caf7246cf458f84174e419af492a55da3 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/loading_semicircle.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/location.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/location.png new file mode 100644 index 0000000000000000000000000000000000000000..fb4f3f1cdd10cdabf113a15821a085a2a641406a Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/location.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/location_marker.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/location_marker.png new file mode 100644 index 0000000000000000000000000000000000000000..3887019ea42d1f40c03f2e3d8efedf42066c117d Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/location_marker.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/location_pin.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/location_pin.png new file mode 100644 index 0000000000000000000000000000000000000000..2ae2dfc592984db877687fb4807b97128d36603a Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/location_pin.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/lottie_logo_1.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/lottie_logo_1.png new file mode 100644 index 0000000000000000000000000000000000000000..33805207bec80e1d729ee02304fa03e6b1ff9db8 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/lottie_logo_1.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/lottiepreview_qr.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/lottiepreview_qr.png new file mode 100644 index 0000000000000000000000000000000000000000..b15dedcf7c8aaaed35ca452a3e71c23c01886a77 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/lottiepreview_qr.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/mailsent.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/mailsent.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5f9cd1902fc0d729c5df4ef672031b71178ba5 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/mailsent.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/man_and_pay_with_credit_card.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/man_and_pay_with_credit_card.png new file mode 100644 index 0000000000000000000000000000000000000000..cb8d4eba2d301414a72d8282eea5b7d9cf7185e3 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/man_and_pay_with_credit_card.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/map_animation.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/map_animation.png new file mode 100644 index 0000000000000000000000000000000000000000..58b1db702cf78c2b5b3a738ef76541b5aff8ba7f Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/map_animation.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/material loading.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/material loading.png new file mode 100644 index 0000000000000000000000000000000000000000..370b6dc57aa0a9662d17ec1267458a40e6d0a2e5 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/material loading.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/material_loader.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/material_loader.png new file mode 100644 index 0000000000000000000000000000000000000000..0064659790dbe2a4b81fde44e2613f8bf7bd1a07 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/material_loader.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/material_loading_2.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/material_loading_2.png new file mode 100644 index 0000000000000000000000000000000000000000..789aa893ce871e1ca69c95824d7e0d44418d3c56 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/material_loading_2.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/material_wave_loading.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/material_wave_loading.png new file mode 100644 index 0000000000000000000000000000000000000000..0ca2b51dd7c3aa78dc98b7727a4ad5d923fbf15e Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/material_wave_loading.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/me_at_office.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/me_at_office.png new file mode 100644 index 0000000000000000000000000000000000000000..9ce7a41ad88b7d7bec16a8a8cf952cad6bf48331 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/me_at_office.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/medal.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/medal.png new file mode 100644 index 0000000000000000000000000000000000000000..edf8b1e441dcc19ac1f3c719dac20549c28ed57c Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/medal.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/menu_button_alt.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/menu_button_alt.png new file mode 100644 index 0000000000000000000000000000000000000000..e8ca882e33772dded3398cb4c3d080e85a82ae05 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/menu_button_alt.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/menubutton2.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/menubutton2.png new file mode 100644 index 0000000000000000000000000000000000000000..e8ca882e33772dded3398cb4c3d080e85a82ae05 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/menubutton2.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/mindful.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/mindful.png new file mode 100644 index 0000000000000000000000000000000000000000..96d5b16987728c48ba111de36796a32501426aeb Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/mindful.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/mnemonics.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/mnemonics.png new file mode 100644 index 0000000000000000000000000000000000000000..573fc46886cc9631ab906d571135513338d37431 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/mnemonics.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/money.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/money.png new file mode 100644 index 0000000000000000000000000000000000000000..948caa8b3095bdce5defdb112178bd054039b31c Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/money.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/motorcycle.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/motorcycle.png new file mode 100644 index 0000000000000000000000000000000000000000..dacc490e68246c3bf55b686231fb3bcca588430b Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/motorcycle.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/moving bus.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/moving bus.png new file mode 100644 index 0000000000000000000000000000000000000000..d1152fc7bae17cb5c3e1e0b1e2195fc8c468c164 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/moving bus.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/moving_eye.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/moving_eye.png new file mode 100644 index 0000000000000000000000000000000000000000..0b7cb9447f53551bf25849beae0a9834cbe9b088 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/moving_eye.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/no_internet_connection.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/no_internet_connection.png new file mode 100644 index 0000000000000000000000000000000000000000..62db1ea2d71bbed1403398bb4ae7ccbe56e8657d Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/no_internet_connection.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/notification_request.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/notification_request.png new file mode 100644 index 0000000000000000000000000000000000000000..4883949129a1196c73dd0fa8b7f0a8c943734bd2 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/notification_request.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/octopus.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/octopus.png new file mode 100644 index 0000000000000000000000000000000000000000..092f7155aab61bcb1d908683b1b4a6a3bd0a656f Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/octopus.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/ofrenda.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/ofrenda.png new file mode 100644 index 0000000000000000000000000000000000000000..79931b5e71543f385524ee2b4263769d159b6df7 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/ofrenda.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/on_off_settings_switch.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/on_off_settings_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..c9c8dbd8e75196fc2ff8ccabc14bf46b4ee3c0c4 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/on_off_settings_switch.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/pagado.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/pagado.png new file mode 100644 index 0000000000000000000000000000000000000000..537deac935fcf100fe90cdb813da1d329eb5425f Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/pagado.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/pagination.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/pagination.png new file mode 100644 index 0000000000000000000000000000000000000000..88d2ea07474595ad5278a000e46a52ace12bbf90 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/pagination.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/panel2d.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/panel2d.png new file mode 100644 index 0000000000000000000000000000000000000000..9614d1e4eac1560723f3ae2a1be8b899f507fa4b Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/panel2d.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/passport.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/passport.png new file mode 100644 index 0000000000000000000000000000000000000000..d41b9aa1051540a5fd35128de357c20fc4072975 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/passport.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/patient_successfully_added.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/patient_successfully_added.png new file mode 100644 index 0000000000000000000000000000000000000000..3f2ea6140143f05e18129a1952088d41df859d73 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/patient_successfully_added.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/payme.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/payme.png new file mode 100644 index 0000000000000000000000000000000000000000..eff03068a20aac6a9c969c5761e88e6f5ba1d2d4 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/payme.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/peli-canon.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/peli-canon.png new file mode 100644 index 0000000000000000000000000000000000000000..e047d917fd47ab388fd8c51e1c608b581f82a5cc Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/peli-canon.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/pen_tool_loop.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/pen_tool_loop.png new file mode 100644 index 0000000000000000000000000000000000000000..ce9e21375a82541f1c8b74c89006f964ba169a26 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/pen_tool_loop.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/pencil_write.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/pencil_write.png new file mode 100644 index 0000000000000000000000000000000000000000..8dd04852ff429bbc76a079a2e1472c23f70a3c0f Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/pencil_write.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/penguin.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/penguin.png new file mode 100644 index 0000000000000000000000000000000000000000..0f72286b3990f9bc18568b7ab341824fcd72e5a6 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/penguin.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/permission.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/permission.png new file mode 100644 index 0000000000000000000000000000000000000000..f942b0cb43b25f0ea51f21d3d332aa714a07b654 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/permission.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/personal_character.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/personal_character.png new file mode 100644 index 0000000000000000000000000000000000000000..9bfa12232df19c0cb90c7160ebb697c6153df840 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/personal_character.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/ph_onboarding_.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/ph_onboarding_.png new file mode 100644 index 0000000000000000000000000000000000000000..33c0cd2fe118ff638bfaad35787034a3bd0cee05 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/ph_onboarding_.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/phonological.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/phonological.png new file mode 100644 index 0000000000000000000000000000000000000000..b351c8efcd4b9cf75bf237e769123f5e923fc2d9 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/phonological.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/pink_drink_machine.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/pink_drink_machine.png new file mode 100644 index 0000000000000000000000000000000000000000..f34bb2008751f105ba4f0d4c799eb075a9ee123d Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/pink_drink_machine.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/plane.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/plane.png new file mode 100644 index 0000000000000000000000000000000000000000..4c0a35e289ad36342f3d6e6153e4016fe59cd8f0 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/plane.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/plane_to_dollar.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/plane_to_dollar.png new file mode 100644 index 0000000000000000000000000000000000000000..47145aea4eda3acc0306ccd7e1b682c52f457ce8 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/plane_to_dollar.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/play,_pause.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/play,_pause.png new file mode 100644 index 0000000000000000000000000000000000000000..3be3db83a52ad09aee9b5cef795486c2466551a7 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/play,_pause.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/play_and_like_it.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/play_and_like_it.png new file mode 100644 index 0000000000000000000000000000000000000000..96d1dcb44fc2142c2c1f45b4879549284fc63563 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/play_and_like_it.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/play_button.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/play_button.png new file mode 100644 index 0000000000000000000000000000000000000000..508a9e149ab41152e4003d4a9fe449045a163772 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/play_button.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/playing.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/playing.png new file mode 100644 index 0000000000000000000000000000000000000000..be9939e33e05bb823970e09cf557947532847c84 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/playing.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/point.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/point.png new file mode 100644 index 0000000000000000000000000000000000000000..2256312f70c99bb378f6418843b04782de1a4e25 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/point.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/poo_loader.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/poo_loader.png new file mode 100644 index 0000000000000000000000000000000000000000..33021f03039a65cccf5e3e7df33602e84f4c222b Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/poo_loader.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/powerupp_app_onboard (1).png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/powerupp_app_onboard (1).png new file mode 100644 index 0000000000000000000000000000000000000000..fddeb7157e3aaf1b671d32b96334794e085e8c6a Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/powerupp_app_onboard (1).png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/powerupp_app_onboard.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/powerupp_app_onboard.png new file mode 100644 index 0000000000000000000000000000000000000000..fddeb7157e3aaf1b671d32b96334794e085e8c6a Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/powerupp_app_onboard.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/preloader.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/preloader.png new file mode 100644 index 0000000000000000000000000000000000000000..0e89f6b65baddb076bdf0895f9e1c9a8523cdb0f Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/preloader.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/print.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/print.png new file mode 100644 index 0000000000000000000000000000000000000000..7696d0f3239e5d13595ef9aa68748b7def0f49ae Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/print.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/progress_bar 2.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/progress_bar 2.png new file mode 100644 index 0000000000000000000000000000000000000000..8fe7fa5a43fb0833e47de2f729a216ebf6ffa9ac Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/progress_bar 2.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/progress_bar.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/progress_bar.png new file mode 100644 index 0000000000000000000000000000000000000000..1d442650fb03af8b47de1fb0283c8246a624cdab Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/progress_bar.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/rating.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/rating.png new file mode 100644 index 0000000000000000000000000000000000000000..c8f83a38cf62f0ddfe7b411442acf79da77995a2 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/rating.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/red_pocket_pop_up.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/red_pocket_pop_up.png new file mode 100644 index 0000000000000000000000000000000000000000..f1bf90e33ad8eec91e2a76d8e451d7466d9494b2 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/red_pocket_pop_up.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/rejection.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/rejection.png new file mode 100644 index 0000000000000000000000000000000000000000..8611407b632f582f31cfaa296a41f0ea60e11672 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/rejection.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/retweet.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/retweet.png new file mode 100644 index 0000000000000000000000000000000000000000..b95a4b4508bce42a206688901d4e473faf8c5fc7 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/retweet.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/rocket.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/rocket.png new file mode 100644 index 0000000000000000000000000000000000000000..a28519979aaae5b32922d586288cdb4b42ccea89 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/rocket.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/rocksauce_title_card.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/rocksauce_title_card.png new file mode 100644 index 0000000000000000000000000000000000000000..5d34555c1d42af11b55957bf176befcba0422d36 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/rocksauce_title_card.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/scan.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/scan.png new file mode 100644 index 0000000000000000000000000000000000000000..485ea826fbe9790192e089bef0153aa231df190b Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/scan.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/scan_qr_code_success.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/scan_qr_code_success.png new file mode 100644 index 0000000000000000000000000000000000000000..32399029150726c796859377730bce9fb67a34c0 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/scan_qr_code_success.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/search_button.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/search_button.png new file mode 100644 index 0000000000000000000000000000000000000000..f82a2f6f258bcbf4859a4d93cd273f79ae5b5fbf Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/search_button.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/security_token_roundtable.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/security_token_roundtable.png new file mode 100644 index 0000000000000000000000000000000000000000..2f00f42055fa2835fbd41582d35a3dadae29e0e9 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/security_token_roundtable.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/sensor_scan.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/sensor_scan.png new file mode 100644 index 0000000000000000000000000000000000000000..0a7884bf75cfd2204c635d1a0e97524c5a2096c5 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/sensor_scan.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/servishero_loading.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/servishero_loading.png new file mode 100644 index 0000000000000000000000000000000000000000..9fb2f4eae63c2966b449fc2909de0325d4988619 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/servishero_loading.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/simple_loader.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/simple_loader.png new file mode 100644 index 0000000000000000000000000000000000000000..e3eab84b8f33158a6e5ad94a17bc1c6fbff963b8 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/simple_loader.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/sky.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/sky.png new file mode 100644 index 0000000000000000000000000000000000000000..0f6e5c24b32370c15e729357cf5bcf40d5d16ec9 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/sky.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/slack_app_loader.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/slack_app_loader.png new file mode 100644 index 0000000000000000000000000000000000000000..69f67396da2f271670d2cbbb8be786aa4786a39c Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/slack_app_loader.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/snowcation.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/snowcation.png new file mode 100644 index 0000000000000000000000000000000000000000..b088498295927386c425fe407505a07e21a4d804 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/snowcation.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/socar_logo.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/socar_logo.png new file mode 100644 index 0000000000000000000000000000000000000000..13576ac30acac48bbbdab0455550ad9a824f26e8 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/socar_logo.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/soda_loader.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/soda_loader.png new file mode 100644 index 0000000000000000000000000000000000000000..4c5416372ac75f6c45ba723c1d64a6703184ee2e Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/soda_loader.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/spacehub.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/spacehub.png new file mode 100644 index 0000000000000000000000000000000000000000..c0758b50c8074da0b74580aeaf1dc1f7c4054e57 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/spacehub.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/spinner loading.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/spinner loading.png new file mode 100644 index 0000000000000000000000000000000000000000..ccc35696c23d8eb0a9d9ccd829ff5ea0c3670b12 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/spinner loading.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/splashy_loader.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/splashy_loader.png new file mode 100644 index 0000000000000000000000000000000000000000..36d104de6260cd5c0767aa5a0bfe2ae8a5c39f0b Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/splashy_loader.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/square_drop_loader.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/square_drop_loader.png new file mode 100644 index 0000000000000000000000000000000000000000..feba4d3c1d0c2e470532203553cdb42f24e73030 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/square_drop_loader.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/star 2.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/star 2.png new file mode 100644 index 0000000000000000000000000000000000000000..4e6ca17bf60cf09dee726438515043a78812cd5e Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/star 2.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/streetby_test_loading.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/streetby_test_loading.png new file mode 100644 index 0000000000000000000000000000000000000000..b635bacc112f4317d71be4c405ddc21f474d45c8 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/streetby_test_loading.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/streetbymorning.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/streetbymorning.png new file mode 100644 index 0000000000000000000000000000000000000000..7aecc8cacfe3134179a523febd13c5467218bdd8 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/streetbymorning.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/submit button.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/submit button.png new file mode 100644 index 0000000000000000000000000000000000000000..b7ec5bc6f37b2db88f3d8d6bb1cab4b69e8af20b Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/submit button.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/summer.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/summer.png new file mode 100644 index 0000000000000000000000000000000000000000..615bd01d5e74220dde96868271f717e86ab60449 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/summer.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/sushi_and_wine.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/sushi_and_wine.png new file mode 100644 index 0000000000000000000000000000000000000000..46d18b1a9f4a7ddf1e981b84c4b7a66cd9636046 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/sushi_and_wine.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/swiftkey-logo.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/swiftkey-logo.png new file mode 100644 index 0000000000000000000000000000000000000000..7ac084d0e76274bc6ec6c07e8616e7562a1cd54f Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/swiftkey-logo.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/swipe_menu.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/swipe_menu.png new file mode 100644 index 0000000000000000000000000000000000000000..ef5095d9cb370872ba183bc627cf1bb68822e197 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/swipe_menu.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/swipe_right_indicator.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/swipe_right_indicator.png new file mode 100644 index 0000000000000000000000000000000000000000..f6c5e7196666d38cba4029514237ce823957ad95 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/swipe_right_indicator.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/switch_loop.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/switch_loop.png new file mode 100644 index 0000000000000000000000000000000000000000..bba4108fb3e00cb17002168856309d8fd18c5235 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/switch_loop.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/the_final_frontier.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/the_final_frontier.png new file mode 100644 index 0000000000000000000000000000000000000000..5bf3996b8c7a440f3fe8f72ff1314f8e04aaf4aa Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/the_final_frontier.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/tigerobo_demo.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/tigerobo_demo.png new file mode 100644 index 0000000000000000000000000000000000000000..9a027e47207f68ee1979b7f5e6b76f79618914f9 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/tigerobo_demo.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/timer_(3_second_loop).png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/timer_(3_second_loop).png new file mode 100644 index 0000000000000000000000000000000000000000..02a5078800492b5b9ac21d01c2ac265c14ee235c Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/timer_(3_second_loop).png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/toggle.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/toggle.png new file mode 100644 index 0000000000000000000000000000000000000000..d95d1781b52a9ec4b9c081a978608f967f36ba2d Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/toggle.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/toggle_switch.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/toggle_switch.png new file mode 100644 index 0000000000000000000000000000000000000000..eff498a6b2d4cba9985e37cec55d3df551585cad Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/toggle_switch.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/touch_id.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/touch_id.png new file mode 100644 index 0000000000000000000000000000000000000000..0e303bc61f6faf436f99c67df75f049c4773e769 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/touch_id.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/tractor.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/tractor.png new file mode 100644 index 0000000000000000000000000000000000000000..b89e65278ef53dc8478b7a44ce8c90a3fb3a5473 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/tractor.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/tractor_animation.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/tractor_animation.png new file mode 100644 index 0000000000000000000000000000000000000000..61acf23bcf1939d585065aad1771dbce9c1de0f1 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/tractor_animation.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/trail_loading.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/trail_loading.png new file mode 100644 index 0000000000000000000000000000000000000000..c45668a6b14d07b06c5c5a886cc63f60e9321a7b Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/trail_loading.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/trophy.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/trophy.png new file mode 100644 index 0000000000000000000000000000000000000000..34be7949ee2c328453cc02269cc3447ba34b29f7 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/trophy.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/trophy_animation.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/trophy_animation.png new file mode 100644 index 0000000000000000000000000000000000000000..8d492cb9689bca7f11b237e365de29bae12ef50f Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/trophy_animation.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/truecosmos.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/truecosmos.png new file mode 100644 index 0000000000000000000000000000000000000000..c5a66324a24b8fe40bb0e191e21c92f79a4659d7 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/truecosmos.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/turbine.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/turbine.png new file mode 100644 index 0000000000000000000000000000000000000000..6f4425445e097e5ac355f7dfca080c989b1e1425 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/turbine.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/typing dot.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/typing dot.png new file mode 100644 index 0000000000000000000000000000000000000000..57db0de62d3b054f4e9173b933a76a11b782e47f Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/typing dot.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/uk.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/uk.png new file mode 100644 index 0000000000000000000000000000000000000000..3dd1364d83be5705d7ce82c7f2604d14d88c7717 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/uk.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/updating_map.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/updating_map.png new file mode 100644 index 0000000000000000000000000000000000000000..249574794ee75688010753c1f45588727b52dd30 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/updating_map.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/us.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/us.png new file mode 100644 index 0000000000000000000000000000000000000000..155a82ee5c21dc887ec551f4fa727eb49953328f Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/us.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/video_cam.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/video_cam.png new file mode 100644 index 0000000000000000000000000000000000000000..a592adfc0c3ae1646306cc9f9f40704bd5cc1233 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/video_cam.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/vigilance_camera.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/vigilance_camera.png new file mode 100644 index 0000000000000000000000000000000000000000..d7c798cdff4579759b34dbfce6ab26ffe53c625b Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/vigilance_camera.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/volume_indicator.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/volume_indicator.png new file mode 100644 index 0000000000000000000000000000000000000000..b2938b883963ed47227c6d2819f2d18ecdf915c2 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/volume_indicator.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/volume_shake_indicator.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/volume_shake_indicator.png new file mode 100644 index 0000000000000000000000000000000000000000..9fb44f86d84a6e48ee882b20ee61e145bd09066d Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/volume_shake_indicator.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/vr_animation.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/vr_animation.png new file mode 100644 index 0000000000000000000000000000000000000000..f875eaaafeed0ef9e5267668fd076d5a9ac66677 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/vr_animation.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/vr_sickness.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/vr_sickness.png new file mode 100644 index 0000000000000000000000000000000000000000..2021637bad2bbe8a2fd07c1648bb63eaa6b110cf Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/vr_sickness.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/walking.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/walking.png new file mode 100644 index 0000000000000000000000000000000000000000..c9152561d3a9f7576232d9b14f2c8898fd85679c Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/walking.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/walking_arrow.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/walking_arrow.png new file mode 100644 index 0000000000000000000000000000000000000000..eb97520e37fa51d05b39c516e18a6e85daf789b0 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/walking_arrow.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/wallet recharge.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/wallet recharge.png new file mode 100644 index 0000000000000000000000000000000000000000..6fd9c9598ba6cf47f508dd2c4b18f97e14f8bbee Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/wallet recharge.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/washing_machine.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/washing_machine.png new file mode 100644 index 0000000000000000000000000000000000000000..2701521009146824b6a64c74314adf2f560afe5b Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/washing_machine.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/win_result_2.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/win_result_2.png new file mode 100644 index 0000000000000000000000000000000000000000..17190fecab78a36a8c3178a54f7fef965f548124 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/win_result_2.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/wolf_peek.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/wolf_peek.png new file mode 100644 index 0000000000000000000000000000000000000000..8714723c1350e3811cede8c820bb07e8440629dd Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/wolf_peek.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/x_pop.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/x_pop.png new file mode 100644 index 0000000000000000000000000000000000000000..94b5191aaf2a5b27c67eaedac2622052465995ca Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/x_pop.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/xamarin_logo_2.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/xamarin_logo_2.png new file mode 100644 index 0000000000000000000000000000000000000000..cb577325ba3c9a677d183756b49d57a2df2d5966 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/xamarin_logo_2.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/xuanwheel_logo.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/xuanwheel_logo.png new file mode 100644 index 0000000000000000000000000000000000000000..4643f42b0cc5ff13471981cf9a95a2dcfd888411 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/xuanwheel_logo.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/yoga_carpet.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/yoga_carpet.png new file mode 100644 index 0000000000000000000000000000000000000000..ed03448ad0a25a426e6bb4cc268cd23144612a9d Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/yoga_carpet.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottiefiles/youtube_icon_reveal.png b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/youtube_icon_reveal.png new file mode 100644 index 0000000000000000000000000000000000000000..42f7b808cbbcc3a5105a61693c59d1c1580dcbf9 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottiefiles/youtube_icon_reveal.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottielogo1.png b/ohos/flutter_lottie/lib/goldens/all/lottielogo1.png new file mode 100644 index 0000000000000000000000000000000000000000..33805207bec80e1d729ee02304fa03e6b1ff9db8 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottielogo1.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/lottielogo2.png b/ohos/flutter_lottie/lib/goldens/all/lottielogo2.png new file mode 100644 index 0000000000000000000000000000000000000000..7f9c540f05b10bac1bac9701686b7368a8fa6b27 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/lottielogo2.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/pass_loading.png b/ohos/flutter_lottie/lib/goldens/all/pass_loading.png new file mode 100644 index 0000000000000000000000000000000000000000..431ecb633cf02d9dd7bcc38e5038a5445743b1a4 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/pass_loading.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/playing.png b/ohos/flutter_lottie/lib/goldens/all/playing.png new file mode 100644 index 0000000000000000000000000000000000000000..ebfd6a398c9838c4bff433dad0d4462ad9eaca45 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/playing.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/spinning_carrousel.png b/ohos/flutter_lottie/lib/goldens/all/spinning_carrousel.png new file mode 100644 index 0000000000000000000000000000000000000000..2e3929782160041fd57cf0d5447da194f79acf7c Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/spinning_carrousel.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/sticker.png b/ohos/flutter_lottie/lib/goldens/all/sticker.png new file mode 100644 index 0000000000000000000000000000000000000000..b4aaf39edf62364bcd58bb3d7b053ece8be2d9c1 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/sticker.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/tent.png b/ohos/flutter_lottie/lib/goldens/all/tent.png new file mode 100644 index 0000000000000000000000000000000000000000..6fb52e50587c01bf6a30176f6b6b009d1121b8b7 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/tent.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/twitterheartbutton.png b/ohos/flutter_lottie/lib/goldens/all/twitterheartbutton.png new file mode 100644 index 0000000000000000000000000000000000000000..e295fbaf54862f7e25c1e06ad0f8d6fa51a90b1d Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/twitterheartbutton.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/vegan_font.png b/ohos/flutter_lottie/lib/goldens/all/vegan_font.png new file mode 100644 index 0000000000000000000000000000000000000000..743cbe288e4f96cb5a9ffd642a0f25f9ab0f8aa8 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/vegan_font.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/weather/fog.png b/ohos/flutter_lottie/lib/goldens/all/weather/fog.png new file mode 100644 index 0000000000000000000000000000000000000000..ccc45d34b755888aac7f23410ee4c1aa1d203b04 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/weather/fog.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/weather/hurricane.png b/ohos/flutter_lottie/lib/goldens/all/weather/hurricane.png new file mode 100644 index 0000000000000000000000000000000000000000..b28629ca173bbb401f24c8fbd2fbd3cc47224a77 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/weather/hurricane.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/weather/thunder-storm.png b/ohos/flutter_lottie/lib/goldens/all/weather/thunder-storm.png new file mode 100644 index 0000000000000000000000000000000000000000..4649a275c65461dc73272d841a8cddf856739667 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/weather/thunder-storm.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/weather/tornado.png b/ohos/flutter_lottie/lib/goldens/all/weather/tornado.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0906335c0028cfb009ffc575c1f1718f12872f Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/weather/tornado.png differ diff --git a/ohos/flutter_lottie/lib/goldens/all/weather/windy.png b/ohos/flutter_lottie/lib/goldens/all/weather/windy.png new file mode 100644 index 0000000000000000000000000000000000000000..8287fecf11b1dca30ae815a49bb72bbde16fcc5f Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/all/weather/windy.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/blur.png b/ohos/flutter_lottie/lib/goldens/dynamic/blur.png new file mode 100644 index 0000000000000000000000000000000000000000..95e88424fcdba9b23327720b65f8fe317dccdd6f Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/blur.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/color_filter.png b/ohos/flutter_lottie/lib/goldens/dynamic/color_filter.png new file mode 100644 index 0000000000000000000000000000000000000000..e85edda698cca42080fcc56261acdedfca817036 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/color_filter.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/drop_shadow.png b/ohos/flutter_lottie/lib/goldens/dynamic/drop_shadow.png new file mode 100644 index 0000000000000000000000000000000000000000..23a4cbe9ceb1cb8da44c6b88da76bbd98a92c4bd Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/drop_shadow.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/ellipse_position.png b/ohos/flutter_lottie/lib/goldens/dynamic/ellipse_position.png new file mode 100644 index 0000000000000000000000000000000000000000..7da3ac58e8a2d51c4f297bb4fea3e70776178efe Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/ellipse_position.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/ellipse_size.png b/ohos/flutter_lottie/lib/goldens/dynamic/ellipse_size.png new file mode 100644 index 0000000000000000000000000000000000000000..af6cd20a19ef715f00796b750351b954812bec96 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/ellipse_size.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/fill_color_green.png b/ohos/flutter_lottie/lib/goldens/dynamic/fill_color_green.png new file mode 100644 index 0000000000000000000000000000000000000000..8846347ca059e1f117a8bf531018eca6d8a2b509 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/fill_color_green.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/fill_color_yellow.png b/ohos/flutter_lottie/lib/goldens/dynamic/fill_color_yellow.png new file mode 100644 index 0000000000000000000000000000000000000000..3713767cc8743e153707b55606435c06dc47cbee Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/fill_color_yellow.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/fill_opacity.png b/ohos/flutter_lottie/lib/goldens/dynamic/fill_opacity.png new file mode 100644 index 0000000000000000000000000000000000000000..d1ad4c858327831b1491b1a4bb4e841ab0e906c9 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/fill_opacity.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/matte_property.png b/ohos/flutter_lottie/lib/goldens/dynamic/matte_property.png new file mode 100644 index 0000000000000000000000000000000000000000..eadec0a9c5b6bad0de13802bf1a10b1f26640f65 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/matte_property.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/null_color_filter.png b/ohos/flutter_lottie/lib/goldens/dynamic/null_color_filter.png new file mode 100644 index 0000000000000000000000000000000000000000..3395b6f53a6f797be2b0a7238470bc1d6cd7d559 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/null_color_filter.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/opacity_interpolation_00.png b/ohos/flutter_lottie/lib/goldens/dynamic/opacity_interpolation_00.png new file mode 100644 index 0000000000000000000000000000000000000000..052753d192abdf95563ec7b8ba5f509f431e1679 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/opacity_interpolation_00.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/opacity_interpolation_05.png b/ohos/flutter_lottie/lib/goldens/dynamic/opacity_interpolation_05.png new file mode 100644 index 0000000000000000000000000000000000000000..571320ab349f1d950958e07baf4ce13ddfa0cea5 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/opacity_interpolation_05.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/opacity_interpolation_10.png b/ohos/flutter_lottie/lib/goldens/dynamic/opacity_interpolation_10.png new file mode 100644 index 0000000000000000000000000000000000000000..81aa37806a8a9f9f8d0a1ce7f2ca2f5a371af72f Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/opacity_interpolation_10.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/polygon_points.png b/ohos/flutter_lottie/lib/goldens/dynamic/polygon_points.png new file mode 100644 index 0000000000000000000000000000000000000000..b975c06f4a6b077615bbf2202dcfd250a4c4f044 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/polygon_points.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/polygon_position.png b/ohos/flutter_lottie/lib/goldens/dynamic/polygon_position.png new file mode 100644 index 0000000000000000000000000000000000000000..3395b6f53a6f797be2b0a7238470bc1d6cd7d559 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/polygon_position.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/polygon_radius.png b/ohos/flutter_lottie/lib/goldens/dynamic/polygon_radius.png new file mode 100644 index 0000000000000000000000000000000000000000..1822a7158b85b2b50289ea3700e09d0fd2fa7263 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/polygon_radius.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/polygon_rotation.png b/ohos/flutter_lottie/lib/goldens/dynamic/polygon_rotation.png new file mode 100644 index 0000000000000000000000000000000000000000..be4ddb18c22b22baf528511c8ee137fbb0e418bc Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/polygon_rotation.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/polygon_roundedness.png b/ohos/flutter_lottie/lib/goldens/dynamic/polygon_roundedness.png new file mode 100644 index 0000000000000000000000000000000000000000..e8056ab566ba2ac147b74b52a435bc00dd6e5380 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/polygon_roundedness.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/rectangle_corner_roundedness.png b/ohos/flutter_lottie/lib/goldens/dynamic/rectangle_corner_roundedness.png new file mode 100644 index 0000000000000000000000000000000000000000..e2ad1584916590abfba907fb4e16253b38663b5d Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/rectangle_corner_roundedness.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/rectangle_position.png b/ohos/flutter_lottie/lib/goldens/dynamic/rectangle_position.png new file mode 100644 index 0000000000000000000000000000000000000000..79a22a863a1f598006890de0c93ff2d9ed63b6d3 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/rectangle_position.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/rectangle_size.png b/ohos/flutter_lottie/lib/goldens/dynamic/rectangle_size.png new file mode 100644 index 0000000000000000000000000000000000000000..a11e20fef86b036f3e9732bf16b6a9f5107d129f Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/rectangle_size.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/repeater_transform_end_opacity.png b/ohos/flutter_lottie/lib/goldens/dynamic/repeater_transform_end_opacity.png new file mode 100644 index 0000000000000000000000000000000000000000..180d474dd6278c86e9031d5529d83b6b030720df Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/repeater_transform_end_opacity.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/repeater_transform_position.png b/ohos/flutter_lottie/lib/goldens/dynamic/repeater_transform_position.png new file mode 100644 index 0000000000000000000000000000000000000000..ac5e73c932621d854ff3605b1423ce48d4e23f99 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/repeater_transform_position.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/repeater_transform_rotation.png b/ohos/flutter_lottie/lib/goldens/dynamic/repeater_transform_rotation.png new file mode 100644 index 0000000000000000000000000000000000000000..87c9c22193120b08a432ec02c2711fec5689af4a Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/repeater_transform_rotation.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/repeater_transform_scale.png b/ohos/flutter_lottie/lib/goldens/dynamic/repeater_transform_scale.png new file mode 100644 index 0000000000000000000000000000000000000000..33af7febcd65171dee2d8b1b96f013f0a683efd2 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/repeater_transform_scale.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/repeater_transform_start_opacity.png b/ohos/flutter_lottie/lib/goldens/dynamic/repeater_transform_start_opacity.png new file mode 100644 index 0000000000000000000000000000000000000000..3ac583efe7181ec7ec6205b13e87580ad2504c5b Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/repeater_transform_start_opacity.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/star_inner_radius.png b/ohos/flutter_lottie/lib/goldens/dynamic/star_inner_radius.png new file mode 100644 index 0000000000000000000000000000000000000000..020b067b41ec621bc37feaa8be28e84b6929ad62 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/star_inner_radius.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/star_inner_roundedness.png b/ohos/flutter_lottie/lib/goldens/dynamic/star_inner_roundedness.png new file mode 100644 index 0000000000000000000000000000000000000000..c5691ee895445601643ab2fd8a8e65d0039a56a2 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/star_inner_roundedness.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/star_outer_radius.png b/ohos/flutter_lottie/lib/goldens/dynamic/star_outer_radius.png new file mode 100644 index 0000000000000000000000000000000000000000..338f980ad0a1486318df08310d160b168ce4d0a1 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/star_outer_radius.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/star_outer_roundedness.png b/ohos/flutter_lottie/lib/goldens/dynamic/star_outer_roundedness.png new file mode 100644 index 0000000000000000000000000000000000000000..e8056ab566ba2ac147b74b52a435bc00dd6e5380 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/star_outer_roundedness.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/star_points.png b/ohos/flutter_lottie/lib/goldens/dynamic/star_points.png new file mode 100644 index 0000000000000000000000000000000000000000..b975c06f4a6b077615bbf2202dcfd250a4c4f044 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/star_points.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/star_position.png b/ohos/flutter_lottie/lib/goldens/dynamic/star_position.png new file mode 100644 index 0000000000000000000000000000000000000000..3395b6f53a6f797be2b0a7238470bc1d6cd7d559 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/star_position.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/star_rotation.png b/ohos/flutter_lottie/lib/goldens/dynamic/star_rotation.png new file mode 100644 index 0000000000000000000000000000000000000000..be4ddb18c22b22baf528511c8ee137fbb0e418bc Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/star_rotation.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/stroke_color.png b/ohos/flutter_lottie/lib/goldens/dynamic/stroke_color.png new file mode 100644 index 0000000000000000000000000000000000000000..6f4d5e40912d3aebfa57a9b902c13195ff8efcf8 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/stroke_color.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/stroke_opacity.png b/ohos/flutter_lottie/lib/goldens/dynamic/stroke_opacity.png new file mode 100644 index 0000000000000000000000000000000000000000..869c7acef5d2359bdaca32f37af2458679dd8e5a Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/stroke_opacity.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/stroke_width.png b/ohos/flutter_lottie/lib/goldens/dynamic/stroke_width.png new file mode 100644 index 0000000000000000000000000000000000000000..eca5e19cddf2de0caabb68082c0bdd66442d609f Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/stroke_width.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/time_remapping.png b/ohos/flutter_lottie/lib/goldens/dynamic/time_remapping.png new file mode 100644 index 0000000000000000000000000000000000000000..88d59b5a8e371063f0737e5e5841ead66e693e21 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/time_remapping.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/transform_anchor_point.png b/ohos/flutter_lottie/lib/goldens/dynamic/transform_anchor_point.png new file mode 100644 index 0000000000000000000000000000000000000000..c5395051c02b64dd69c9e6423045da9c8a1ddac8 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/transform_anchor_point.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/transform_opacity.png b/ohos/flutter_lottie/lib/goldens/dynamic/transform_opacity.png new file mode 100644 index 0000000000000000000000000000000000000000..2845942a4c43a42b30e669daa5b662b64dc2090b Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/transform_opacity.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/transform_position.png b/ohos/flutter_lottie/lib/goldens/dynamic/transform_position.png new file mode 100644 index 0000000000000000000000000000000000000000..00ab137205f1ff6a50a74bbc2bfff2309455c292 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/transform_position.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/transform_position_relative.png b/ohos/flutter_lottie/lib/goldens/dynamic/transform_position_relative.png new file mode 100644 index 0000000000000000000000000000000000000000..79a22a863a1f598006890de0c93ff2d9ed63b6d3 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/transform_position_relative.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/transform_rotation.png b/ohos/flutter_lottie/lib/goldens/dynamic/transform_rotation.png new file mode 100644 index 0000000000000000000000000000000000000000..970e0516097a0569e73b7ffb1de27a5657dd7b16 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/transform_rotation.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic/transform_scale.png b/ohos/flutter_lottie/lib/goldens/dynamic/transform_scale.png new file mode 100644 index 0000000000000000000000000000000000000000..f3f8de0e156d76ef309a98d9b4928c98e0594bf4 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic/transform_scale.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic_image/delegate.png b/ohos/flutter_lottie/lib/goldens/dynamic_image/delegate.png new file mode 100644 index 0000000000000000000000000000000000000000..3f3ce476a7ed6f5fee691c40ac9287af79b969ba Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic_image/delegate.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic_image/zip_with_provider.png b/ohos/flutter_lottie/lib/goldens/dynamic_image/zip_with_provider.png new file mode 100644 index 0000000000000000000000000000000000000000..3f3ce476a7ed6f5fee691c40ac9287af79b969ba Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic_image/zip_with_provider.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic_text.png b/ohos/flutter_lottie/lib/goldens/dynamic_text.png new file mode 100644 index 0000000000000000000000000000000000000000..69c6efe96b6db7f080ca7c71a4a0e42bdf7b39f5 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic_text.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic_text/dynamic_text_delegate.png b/ohos/flutter_lottie/lib/goldens/dynamic_text/dynamic_text_delegate.png new file mode 100644 index 0000000000000000000000000000000000000000..dff813eb14a730a91895b26414b1c5f4d0da2413 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic_text/dynamic_text_delegate.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic_text/dynamic_text_emoji.png b/ohos/flutter_lottie/lib/goldens/dynamic_text/dynamic_text_emoji.png new file mode 100644 index 0000000000000000000000000000000000000000..0c655ad066fae06fe2e2f7deaa17de272288dcc4 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic_text/dynamic_text_emoji.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic_text/dynamic_text_valuedelegate.png b/ohos/flutter_lottie/lib/goldens/dynamic_text/dynamic_text_valuedelegate.png new file mode 100644 index 0000000000000000000000000000000000000000..5b19cb936ad815ed4127ea36f6f4813aa36e629a Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic_text/dynamic_text_valuedelegate.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic_text/dynamic_text_valuedelegate_endvalue.png b/ohos/flutter_lottie/lib/goldens/dynamic_text/dynamic_text_valuedelegate_endvalue.png new file mode 100644 index 0000000000000000000000000000000000000000..72cd877b1402a7249540225935a06938b8941920 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic_text/dynamic_text_valuedelegate_endvalue.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic_text/dynamic_text_valuedelegate_overallprogress.png b/ohos/flutter_lottie/lib/goldens/dynamic_text/dynamic_text_valuedelegate_overallprogress.png new file mode 100644 index 0000000000000000000000000000000000000000..6e4b8bd4d064b16b14803188b7d68a791e9efc74 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic_text/dynamic_text_valuedelegate_overallprogress.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic_text/dynamic_text_valuedelegate_startvalue.png b/ohos/flutter_lottie/lib/goldens/dynamic_text/dynamic_text_valuedelegate_startvalue.png new file mode 100644 index 0000000000000000000000000000000000000000..72cd877b1402a7249540225935a06938b8941920 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic_text/dynamic_text_valuedelegate_startvalue.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic_text/text_fill_blue__green.png b/ohos/flutter_lottie/lib/goldens/dynamic_text/text_fill_blue__green.png new file mode 100644 index 0000000000000000000000000000000000000000..e0d2fa074fe9acf60d0d5e40606d1a7d82e591f1 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic_text/text_fill_blue__green.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic_text/text_stroke_red__yellow.png b/ohos/flutter_lottie/lib/goldens/dynamic_text/text_stroke_red__yellow.png new file mode 100644 index 0000000000000000000000000000000000000000..f8b0d88f8f7b5385755350c522d7abd2c6edd627 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic_text/text_stroke_red__yellow.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic_text/text_stroke_width.png b/ohos/flutter_lottie/lib/goldens/dynamic_text/text_stroke_width.png new file mode 100644 index 0000000000000000000000000000000000000000..82f370cccdfe32e6b3f3d96719414f72a5547927 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic_text/text_stroke_width.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic_text/text_tracking_1.png b/ohos/flutter_lottie/lib/goldens/dynamic_text/text_tracking_1.png new file mode 100644 index 0000000000000000000000000000000000000000..5109ba6cc0bbc013ce44df6d04e759551f6a9679 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic_text/text_tracking_1.png differ diff --git a/ohos/flutter_lottie/lib/goldens/dynamic_text/text_tracking_2.png b/ohos/flutter_lottie/lib/goldens/dynamic_text/text_tracking_2.png new file mode 100644 index 0000000000000000000000000000000000000000..7be6e767022eab950c86e97be2da9ff5930600eb Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/dynamic_text/text_tracking_2.png differ diff --git a/ohos/flutter_lottie/lib/goldens/fireworks.png b/ohos/flutter_lottie/lib/goldens/fireworks.png new file mode 100644 index 0000000000000000000000000000000000000000..02f045e4aeea98c1951538fe18ba9c4e932225db Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/fireworks.png differ diff --git a/ohos/flutter_lottie/lib/goldens/gradients/linear_gradient_fill.png b/ohos/flutter_lottie/lib/goldens/gradients/linear_gradient_fill.png new file mode 100644 index 0000000000000000000000000000000000000000..9212c65256e6a68fb22434b0989575787d863b29 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/gradients/linear_gradient_fill.png differ diff --git a/ohos/flutter_lottie/lib/goldens/gradients/linear_gradient_stroke.png b/ohos/flutter_lottie/lib/goldens/gradients/linear_gradient_stroke.png new file mode 100644 index 0000000000000000000000000000000000000000..5d170fb2ac13c51f71d534a5e4697962be93a04d Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/gradients/linear_gradient_stroke.png differ diff --git a/ohos/flutter_lottie/lib/goldens/gradients/opacity_linear_gradient_fill.png b/ohos/flutter_lottie/lib/goldens/gradients/opacity_linear_gradient_fill.png new file mode 100644 index 0000000000000000000000000000000000000000..3a8f75e229142baf50082171d4a6116023c8c19b Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/gradients/opacity_linear_gradient_fill.png differ diff --git a/ohos/flutter_lottie/lib/goldens/gradients/radial_gradient_fill.png b/ohos/flutter_lottie/lib/goldens/gradients/radial_gradient_fill.png new file mode 100644 index 0000000000000000000000000000000000000000..aaa5914f95c0317f75d7eae4f362a658d28bf582 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/gradients/radial_gradient_fill.png differ diff --git a/ohos/flutter_lottie/lib/goldens/gradients/radial_gradient_stroke.png b/ohos/flutter_lottie/lib/goldens/gradients/radial_gradient_stroke.png new file mode 100644 index 0000000000000000000000000000000000000000..17a027b72665f54475c98059781e22a1d6a17ade Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/gradients/radial_gradient_stroke.png differ diff --git a/ohos/flutter_lottie/lib/goldens/mirror.png b/ohos/flutter_lottie/lib/goldens/mirror.png new file mode 100644 index 0000000000000000000000000000000000000000..ff62f8c0bae8ea3d3790a8167f8256453727c57d Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/mirror.png differ diff --git a/ohos/flutter_lottie/lib/goldens/opacity_layers.png b/ohos/flutter_lottie/lib/goldens/opacity_layers.png new file mode 100644 index 0000000000000000000000000000000000000000..10bb5dc3ab2ab08eff32f0b3f8239d48ca04df81 Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/opacity_layers.png differ diff --git a/ohos/flutter_lottie/lib/goldens/warningShimmer_1.png b/ohos/flutter_lottie/lib/goldens/warningShimmer_1.png new file mode 100644 index 0000000000000000000000000000000000000000..4319f4d25e1c96d487dda9e73e3ca2a9cce97e1f Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/warningShimmer_1.png differ diff --git a/ohos/flutter_lottie/lib/goldens/warningShimmer_2.png b/ohos/flutter_lottie/lib/goldens/warningShimmer_2.png new file mode 100644 index 0000000000000000000000000000000000000000..4319f4d25e1c96d487dda9e73e3ca2a9cce97e1f Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/warningShimmer_2.png differ diff --git a/ohos/flutter_lottie/lib/goldens/warningShimmer_3.png b/ohos/flutter_lottie/lib/goldens/warningShimmer_3.png new file mode 100644 index 0000000000000000000000000000000000000000..4319f4d25e1c96d487dda9e73e3ca2a9cce97e1f Binary files /dev/null and b/ohos/flutter_lottie/lib/goldens/warningShimmer_3.png differ diff --git a/ohos/flutter_lottie/lib/gradient_test.dart b/ohos/flutter_lottie/lib/gradient_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..95acc9bcd31a966baccc7092f333100519a66f43 --- /dev/null +++ b/ohos/flutter_lottie/lib/gradient_test.dart @@ -0,0 +1,178 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:io'; +import 'package:flutter/material.dart'; +import 'package:flutter/scheduler.dart'; + +import 'package:lottie/lottie.dart'; + +import 'package:flutter_lottie/common/test_page.dart'; + +import 'package:flutter/services.dart'; +import 'dart:typed_data'; +import 'package:path_provider_ohos/path_provider_ohos.dart'; +import 'package:path_provider_platform_interface/path_provider_platform_interface.dart'; +import 'rt_global.dart'; + +class JKGradientTestPage extends StatefulWidget { + + static const String routeName = "/gradient_test"; + JKGradientTestPage({Key ? key}) : super(key: key) { + print('start test666 JKGradientTestPage11'); + }//; + // JKGradientTestPage(super.title, {super.key}) { + // print('start test666'); + // //main(); + // } + + @override + _JKGradientTestPageState createState() => _JKGradientTestPageState(); +} +class _JKGradientTestPageState extends State { + + final PathProviderPlatform provider = PathProviderOhos(); + + @override + void initState() { + // TODO: implement initState + super.initState(); + //onGetSupportPath(); + writeSomeFileAssetsImagesWeAcceptTest("DynamicGradient.json"); + print('start test666 JKGradientTestPage22'); + } + // void onGetSupportPath() async { + // var dirGun = await provider.getApplicationSupportPath(); + // RtGlobal.testDirPath = dirGun ?? "/data/user/0/com.example.flutter_archive/files"; + // } + void writeSomeFileAssetsImagesWeAcceptTest(String fileName) async { + + var dirGun = await provider.getApplicationSupportPath(); + RtGlobal.testDirPath = dirGun ?? "/data/storage/el2/base/files";//"/data/user/0/com.example.flutter_archive/files"; + + String filePathGun = "${RtGlobal.testDirPath}/$fileName"; + + var bytesGun = await rootBundle.load("assets/Tests/$fileName"); + ByteBuffer bufferGun = bytesGun.buffer; + + File fileObj = File(filePathGun); + fileObj.writeAsBytes(bufferGun.asUint8List( + bytesGun.offsetInBytes, bytesGun.lengthInBytes)); + setState(() { + // 刷新 + }); + ////await new File(filePath_gun).writeAsBytes(buffer_gun.asUint8List(bytes_gun.offsetInBytes,bytes_gun.lengthInBytes)); + } + + @override + Widget build(BuildContext context) { + + print('start test666 JKGradientTestPage33'); + + var composition = LottieComposition.fromBytes( + File('${RtGlobal.testDirPath}/DynamicGradient.json').readAsBytesSync()); + + ValueDelegate valueDelegate = ValueDelegate.text(["keyPath"]); + + // var animation = + // AnimationController(vsync: const _TickerProvider(), duration: composition.duration); + + return Scaffold( + appBar: AppBar( + title: Center(child: Text("gradient_test")), + ), + body: FutureBuilder( + future: composition, + builder: (context, snapshot) { + if (snapshot.hasData) { + var animation = + AnimationController(vsync: const _TickerProvider(), duration: snapshot.data?.duration); + return Lottie( + composition: snapshot.data!, + controller: animation, + delegates: LottieDelegates(values: [valueDelegate]), + ); + } + return Container(child: Text("hello")); + }) + ); + + } +} + +class _TickerProvider implements TickerProvider { + const _TickerProvider(); + + @override + Ticker createTicker(TickerCallback onTick) { + // TODO: implement createTicker + return Ticker((elapsed) { + print("Ticker to string:${onTick.toString()}"); + }); + throw UnimplementedError(); + } +} + +// void main() { +// void testGradient(String name, ValueDelegate valueDelegate) { +// testWidgets(name, (tester) async { +// var composition = await LottieComposition.fromBytes( +// File('example/assets/Tests/DynamicGradient.json').readAsBytesSync()); +// +// var animation = +// AnimationController(vsync: tester, duration: composition.duration); +// +// await tester.pumpWidget( +// Lottie( +// composition: composition, +// controller: animation, +// delegates: LottieDelegates(values: [valueDelegate]), +// ), +// ); +// +// var screenshotName = name +// .toLowerCase() +// .replaceAll(RegExp('[^a-z0-9 ]'), '') +// .replaceAll(' ', '_'); +// +// await expectLater(find.byType(Lottie), +// matchesGoldenFile('goldens/gradients/$screenshotName.png')); +// }); +// } +// +// testGradient( +// 'Linear Gradient Fill', +// ValueDelegate.gradientColor(['Linear', 'Rectangle', 'Gradient Fill'], +// value: const [Color(0xFFFFFF00), Color(0xFF00FF00)])); +// +// testGradient( +// 'Radial Gradient Fill', +// ValueDelegate.gradientColor(['Radial', 'Rectangle', 'Gradient Fill'], +// value: const [Color(0xFFFFFF00), Color(0xFF00FF00)])); +// +// testGradient( +// 'Linear Gradient Stroke', +// ValueDelegate.gradientColor(['Linear', 'Rectangle', 'Gradient Stroke'], +// value: const [Color(0xFFFFFF00), Color(0xFF00FF00)])); +// +// testGradient( +// 'Radial Gradient Stroke', +// ValueDelegate.gradientColor(['Radial', 'Rectangle', 'Gradient Stroke'], +// value: const [Color(0xFFFFFF00), Color(0xFF00FF00)])); +// +// testGradient( +// 'Opacity Linear Gradient Fill', +// ValueDelegate.opacity(['Linear', 'Rectangle', 'Gradient Fill'], +// value: 50)); +// } diff --git a/ohos/flutter_lottie/lib/lottie_test.dart b/ohos/flutter_lottie/lib/lottie_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..e4e527ae9ae331530a46966ee3dd32460d312c7b --- /dev/null +++ b/ohos/flutter_lottie/lib/lottie_test.dart @@ -0,0 +1,621 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:async'; +import 'dart:io'; +import 'package:flutter/services.dart'; +import 'package:flutter/widgets.dart'; + +import 'package:lottie/lottie.dart'; + +import 'package:flutter_lottie/common/test_page.dart'; + +import 'package:flutter/material.dart'; + +import 'package:flutter/services.dart'; +import 'dart:typed_data'; +import 'package:path_provider_ohos/path_provider_ohos.dart'; +import 'package:path_provider_platform_interface/path_provider_platform_interface.dart'; +import 'rt_global.dart'; + +class JKLottieTestPage extends StatefulWidget { + + static const String routeName = "/lottie_test"; + + final PathProviderPlatform provider = PathProviderOhos(); + + JKLottieTestPage({Key ? key}) : super(key: key) { + + print("object6666666"); + //writeSomeFileAssetsImagesWeAcceptTest("HamburgerArrow.json"); + }//; + // JKLottieTestPage(super.title, {super.key}) { + // print('start test666'); + // //main(); + // } + + @override + _JKLottieTestPageState createState() => _JKLottieTestPageState(); + + // void writeSomeFileAssetsImagesWeAcceptTest(String fileName) async { + // var dirGun = await provider.getApplicationSupportPath(); + // RtGlobal.testDirPath = dirGun ?? "/data/storage/el2/base/files";//"/data/user/0/com.example.flutter_archive/files"; + // + // print("object888888${dirGun}"); + // print("object88888811${RtGlobal.testDirPath}"); + // + // String filePathGun = "${RtGlobal.testDirPath}/$fileName"; + // + // var bytesGun = await rootBundle.load("assets/$fileName"); + // ByteBuffer bufferGun = bytesGun.buffer; + // + // File fileObj = File(filePathGun); + // await fileObj.writeAsBytes(bufferGun.asUint8List( + // bytesGun.offsetInBytes, bytesGun.lengthInBytes)); + // // setState(() { + // // print("object10101010101010101010"); + // // }); + // ////await new File(filePath_gun).writeAsBytes(buffer_gun.asUint8List(bytes_gun.offsetInBytes,bytes_gun.lengthInBytes)); + // } +} + +class _JKLottieTestPageState extends State { + + final PathProviderPlatform provider = PathProviderOhos(); + + @override + void initState() { + // TODO: implement initState + super.initState(); + //print("object77777777"); + writeSomeFileAssetsImagesWeAcceptTest("HamburgerArrow.json"); + } + void writeSomeFileAssetsImagesWeAcceptTest(String fileName) async { + // var dirGun = await provider.getApplicationSupportPath(); + // RtGlobal.testDirPath = dirGun ?? "/data/storage/el2/base/files";//"/data/user/0/com.example.flutter_archive/files"; + + //print("object888888${dirGun}"); + print("object88888811${RtGlobal.testDirPath}"); + + String filePathGun = "${RtGlobal.testDirPath}/$fileName"; + + var bytesGun = await rootBundle.load("assets/$fileName"); + ByteBuffer bufferGun = bytesGun.buffer; + + File fileObj = File(filePathGun); + await fileObj.writeAsBytes(bufferGun.asUint8List( + bytesGun.offsetInBytes, bytesGun.lengthInBytes)); + setState(() { + print("object10101010101010101010"); + }); + } + + @override + Widget build(BuildContext context) { + + print("object999999999"); + + var data = File('${RtGlobal.testDirPath}/HamburgerArrow.json').readAsBytesSync(); + var composition = LottieComposition.fromBytes(data); + + return Scaffold( + appBar: AppBar( + title: Center(child: Text("lottie_test")), + ), + body: + FutureBuilder( + future: composition, + builder: (context, snapshot) { + if (snapshot.hasData) { + return Lottie( + composition: snapshot.data, + animate: false, + ); + } + return Container(child: Text("hello")); + }) + ); + + } +} + +// void main() { +// tearDown(() { +// Lottie.cache.clear(); +// }); +// +// testWidgets('Should settle if no animation', (tester) async { +// var data = File('example/assets/HamburgerArrow.json').readAsBytesSync(); +// var composition = await LottieComposition.fromBytes(data); +// +// await tester.pumpWidget(Lottie( +// composition: composition, +// animate: false, +// )); +// +// await tester.pumpAndSettle(); +// }); +// +// testWidgets('onLoaded called with the correct composition', (tester) async { +// late LottieComposition composition; +// +// var file = SynchronousFile(File('example/assets/HamburgerArrow.json')); +// +// await tester.pumpWidget(LottieBuilder.file( +// file, +// onLoaded: (c) { +// composition = c; +// }, +// )); +// +// await tester.pump(); +// +// expect(composition.endFrame, 179.99); +// }); +// +// testWidgets('onLoaded called when remplacing the widget animation', +// (tester) async { +// var hamburgerData = +// Future.value(bytesForFile('example/assets/HamburgerArrow.json')); +// var androidData = +// Future.value(bytesForFile('example/assets/AndroidWave.json')); +// +// var mockAsset = FakeAssetBundle({ +// 'hamburger.json': hamburgerData, +// 'android.json': androidData, +// }); +// +// var animation = AnimationController(vsync: tester); +// +// LottieComposition? composition; +// await tester.pumpWidget( +// Lottie.asset( +// 'hamburger.json', +// controller: animation, +// bundle: mockAsset, +// onLoaded: (c) { +// composition = c; +// }, +// ), +// ); +// await tester.pump(); +// expect(tester.takeException(), isNull); +// //expect(find.byType(Lottie), findsOneWidget); +// expect(composition, isNotNull); +// expect(composition!.duration, const Duration(seconds: 6)); +// +// composition = null; +// +// await tester.pumpWidget( +// Lottie.asset( +// 'android.json', +// controller: animation, +// bundle: mockAsset, +// onLoaded: (c) { +// composition = c; +// }, +// ), +// ); +// +// await tester.pump(); +// expect(composition, isNotNull); +// expect(composition!.duration, const Duration(seconds: 2, milliseconds: 50)); +// }); +// +// testWidgets('onLoaded data race 1', (tester) async { +// var hamburgerCompleter = Completer(); +// var androidCompleter = Completer(); +// +// var hamburgerData = bytesForFile('example/assets/HamburgerArrow.json'); +// var androidData = bytesForFile('example/assets/AndroidWave.json'); +// +// var mockAsset = FakeAssetBundle({ +// 'hamburger.json': hamburgerCompleter.future, +// 'android.json': androidCompleter.future, +// }); +// +// var animation = AnimationController(vsync: tester); +// +// var onLoadedCount = 0; +// +// LottieComposition? composition; +// await tester.pumpWidget( +// Lottie.asset( +// 'hamburger.json', +// controller: animation, +// bundle: mockAsset, +// onLoaded: (c) { +// composition = c; +// ++onLoadedCount; +// }, +// ), +// ); +// await tester.pump(); +// expect( +// find.byWidgetPredicate((w) => w is RawLottie && w.composition == null), +// findsOneWidget); +// expect(composition, isNull); +// expect(onLoadedCount, 0); +// +// await tester.pumpWidget( +// Lottie.asset( +// 'android.json', +// controller: animation, +// bundle: mockAsset, +// onLoaded: (c) { +// composition = c; +// ++onLoadedCount; +// }, +// ), +// ); +// +// await tester.pump(); +// expect(composition, isNull); +// expect(onLoadedCount, 0); +// +// hamburgerCompleter.complete(hamburgerData); +// +// await tester.pump(); +// expect(composition, isNull); +// expect(onLoadedCount, 0); +// +// androidCompleter.complete(androidData); +// +// await tester.pump(); +// expect(composition!.duration, const Duration(seconds: 2, milliseconds: 50)); +// expect(onLoadedCount, 1); +// }); +// +// testWidgets('onLoaded data race 2', (tester) async { +// var hamburgerCompleter = Completer(); +// var androidCompleter = Completer(); +// +// var hamburgerData = bytesForFile('example/assets/HamburgerArrow.json'); +// var androidData = bytesForFile('example/assets/AndroidWave.json'); +// +// var mockAsset = FakeAssetBundle({ +// 'hamburger.json': hamburgerCompleter.future, +// 'android.json': androidCompleter.future, +// }); +// +// var animation = AnimationController(vsync: tester); +// +// var onLoadedCount = 0; +// +// LottieComposition? composition; +// await tester.pumpWidget( +// Lottie.asset( +// 'hamburger.json', +// controller: animation, +// bundle: mockAsset, +// onLoaded: (c) { +// composition = c; +// ++onLoadedCount; +// }, +// ), +// ); +// await tester.pump(); +// expect( +// find.byWidgetPredicate((w) => w is RawLottie && w.composition == null), +// findsOneWidget); +// expect(composition, isNull); +// expect(onLoadedCount, 0); +// +// await tester.pumpWidget( +// Lottie.asset( +// 'android.json', +// controller: animation, +// bundle: mockAsset, +// onLoaded: (c) { +// composition = c; +// ++onLoadedCount; +// }, +// ), +// ); +// +// await tester.pump(); +// expect(composition, isNull); +// expect(onLoadedCount, 0); +// +// androidCompleter.complete(androidData); +// +// await tester.pump(); +// expect(composition!.duration, const Duration(seconds: 2, milliseconds: 50)); +// expect(onLoadedCount, 1); +// +// hamburgerCompleter.complete(hamburgerData); +// +// await tester.pump(); +// expect(composition!.duration, const Duration(seconds: 2, milliseconds: 50)); +// expect(onLoadedCount, 1); +// }); +// +// testWidgets('Should auto animate', (tester) async { +// var composition = await LottieComposition.fromBytes( +// File('example/assets/HamburgerArrow.json').readAsBytesSync()); +// +// await tester.pumpWidget(Lottie(composition: composition)); +// +// await tester.pump(); +// +// var lottie = +// tester.firstWidget(find.byType(AnimatedBuilder)); +// expect(lottie.listenable, isNotNull); +// expect((lottie.listenable as AnimationController).duration, +// const Duration(seconds: 6)); +// expect((lottie.listenable as AnimationController).isAnimating, true); +// +// await tester.pumpWidget(Lottie( +// composition: composition, +// animate: false, +// )); +// +// lottie = tester.firstWidget(find.byType(AnimatedBuilder)); +// expect(lottie.listenable, isNotNull); +// expect((lottie.listenable as AnimationController).duration, +// const Duration(seconds: 6)); +// expect((lottie.listenable as AnimationController).isAnimating, false); +// +// await tester.pumpWidget(Lottie( +// composition: composition, +// )); +// +// lottie = tester.firstWidget(find.byType(AnimatedBuilder)); +// expect(lottie.listenable, isNotNull); +// expect((lottie.listenable as AnimationController).duration, +// const Duration(seconds: 6)); +// +// var animationController = AnimationController( +// vsync: tester, duration: const Duration(seconds: 2)); +// +// await tester.pumpWidget(Lottie( +// composition: composition, +// controller: animationController.view, +// )); +// +// lottie = tester.firstWidget(find.byType(AnimatedBuilder)); +// expect(lottie.listenable, isNotNull); +// expect((lottie.listenable as AnimationController).duration, +// const Duration(seconds: 2)); +// +// await tester.pumpWidget(Lottie( +// composition: composition, +// controller: animationController.view, +// animate: false, +// )); +// +// lottie = tester.firstWidget(find.byType(AnimatedBuilder)); +// expect(lottie.listenable, isNotNull); +// expect((lottie.listenable as AnimationController).duration, +// const Duration(seconds: 2)); +// +// await tester.pumpWidget(Lottie( +// composition: composition, +// animate: false, +// )); +// +// lottie = tester.firstWidget(find.byType(AnimatedBuilder)); +// expect(lottie.listenable, isNotNull); +// expect((lottie.listenable as AnimationController).duration, +// const Duration(seconds: 6)); +// expect((lottie.listenable as AnimationController).isAnimating, false); +// }); +// +// testWidgets('errorBuilder called when error', (tester) async { +// var hamburgerData = +// Future.value(bytesForFile('example/assets/HamburgerArrow.json')); +// var mockAsset = FakeAssetBundle({ +// 'hamburger.json': hamburgerData, +// }); +// +// var errorKey = UniqueKey(); +// var loadedCall = 0; +// await tester.pumpWidget(LottieBuilder.asset( +// 'error.json', +// bundle: mockAsset, +// errorBuilder: (c, e, stackTrace) => Container(key: errorKey), +// onLoaded: (c) { +// ++loadedCall; +// }, +// )); +// +// await tester.pump(); +// expect(find.byKey(errorKey), findsOneWidget); +// expect(loadedCall, 0); +// +// await tester.pumpWidget(LottieBuilder.asset( +// 'hamburger.json', +// bundle: mockAsset, +// errorBuilder: (c, e, stackTrace) => Container(key: errorKey), +// onLoaded: (c) { +// ++loadedCall; +// }, +// )); +// await tester.pump(); +// +// expect(find.byType(Lottie), findsOneWidget); +// expect(find.byKey(errorKey), findsNothing); +// expect(loadedCall, 1); +// }); +// +// testWidgets('Cache should be synchronous', (tester) async { +// var hamburgerData = +// Future.value(bytesForFile('example/assets/HamburgerArrow.json')); +// var mockAsset = FakeAssetBundle({ +// 'hamburger.json': hamburgerData, +// }); +// +// var loadedCall = 0; +// var lottieWidget = LottieBuilder.asset( +// 'hamburger.json', +// bundle: mockAsset, +// onLoaded: (c) { +// ++loadedCall; +// }, +// ); +// +// await tester.pumpWidget(lottieWidget); +// expect(tester.widget(find.byType(Lottie)).composition, isNull); +// await tester.pump(); +// expect(tester.widget(find.byType(Lottie)).composition, isNotNull); +// +// await tester.pumpWidget(Column( +// children: [ +// lottieWidget, +// lottieWidget, +// ], +// )); +// expect(tester.widget(find.byType(Lottie).at(0)).composition, +// isNotNull); +// expect(tester.widget(find.byType(Lottie).at(1)).composition, +// isNotNull); +// expect(loadedCall, 3); +// }); +// +// testWidgets('Cache can be cleared', (tester) async { +// var hamburgerData = +// Future.value(bytesForFile('example/assets/HamburgerArrow.json')); +// var mockAsset = FakeAssetBundle({ +// 'hamburger.json': hamburgerData, +// }); +// +// var loadedCall = 0; +// var lottieWidget = LottieBuilder.asset( +// 'hamburger.json', +// bundle: mockAsset, +// onLoaded: (c) { +// ++loadedCall; +// }, +// ); +// +// await tester.pumpWidget(lottieWidget); +// expect(tester.widget(find.byType(Lottie)).composition, isNull); +// await tester.pump(); +// expect(tester.widget(find.byType(Lottie)).composition, isNotNull); +// +// Lottie.cache.clear(); +// +// await tester.pumpWidget(Center( +// child: lottieWidget, +// )); +// expect(tester.widget(find.byType(Lottie)).composition, isNull); +// await tester.pump(); +// expect(tester.widget(find.byType(Lottie)).composition, isNotNull); +// expect(loadedCall, 2); +// }); +// +// testWidgets('onLoaded is ', (tester) async { +// var hamburgerData = +// Future.value(bytesForFile('example/assets/HamburgerArrow.json')); +// var mockAsset = FakeAssetBundle({ +// 'hamburger.json': hamburgerData, +// }); +// var provider = AssetLottie('hamburger.json', bundle: mockAsset); +// +// await tester.pumpWidget(KeyedSubtree( +// key: UniqueKey(), child: _LottieWithSetStateInOnLoaded(provider))); +// var state1 = tester.state<__LottieWithSetStateInOnLoadedState>( +// find.byType(_LottieWithSetStateInOnLoaded)); +// expect(state1.loadedCount, 1); +// await tester.pump(); +// expect(state1.loadedCount, 1); +// +// await tester.pumpWidget(KeyedSubtree( +// key: UniqueKey(), child: _LottieWithSetStateInOnLoaded(provider))); +// var state2 = tester.state<__LottieWithSetStateInOnLoadedState>( +// find.byType(_LottieWithSetStateInOnLoaded)); +// expect(state2.loadedCount, 1); +// await tester.pump(); +// expect(state2.loadedCount, 1); +// expect(state1, isNot(state2)); +// }); +// +// testWidgets( +// 'if composition is static should create Lottie with [animate] false by default', +// (tester) async { +// await tester.pumpWidget( +// LottieBuilder.memory( +// File('test/data/static_lottie.json').readAsBytesSync(), +// ), +// ); +// expect(tester.hasRunningAnimations, false); +// }, +// ); +// +// testWidgets( +// 'if composition is static and [animate] is true, should have animations', +// (tester) async { +// await tester.pumpWidget( +// LottieBuilder.memory( +// File('test/data/static_lottie.json').readAsBytesSync(), +// animate: true, +// ), +// ); +// expect(tester.hasRunningAnimations, true); +// }, +// ); +// } + +// class SynchronousFile extends Fake implements File { +// final File _real; +// +// SynchronousFile(this._real); +// +// @override +// String get path => _real.path; +// +// @override +// Future readAsBytes() => Future.value(_real.readAsBytesSync()); +// } +// +// ByteData bytesForFile(String path) => +// File(path).readAsBytesSync().buffer.asByteData(); +// +// class FakeAssetBundle extends Fake implements AssetBundle { +// final Map> data; +// +// FakeAssetBundle(this.data); +// +// @override +// Future load(String key) { +// return data[key] ?? (Future.error('Asset $key not found')); +// } +// } + +class _LottieWithSetStateInOnLoaded extends StatefulWidget { + final LottieProvider lottie; + + const _LottieWithSetStateInOnLoaded(this.lottie); + + @override + State<_LottieWithSetStateInOnLoaded> createState() => + __LottieWithSetStateInOnLoadedState(); +} + +class __LottieWithSetStateInOnLoadedState + extends State<_LottieWithSetStateInOnLoaded> { + var loadedCount = 0; + + @override + Widget build(BuildContext context) { + return LottieBuilder( + lottie: widget.lottie, + onLoaded: (_) { + setState(() { + ++loadedCount; + }); + }, + ); + } +} diff --git a/ohos/flutter_lottie/lib/main.dart b/ohos/flutter_lottie/lib/main.dart new file mode 100644 index 0000000000000000000000000000000000000000..a16286120df59b209b1e055cea432d124f467fbf --- /dev/null +++ b/ohos/flutter_lottie/lib/main.dart @@ -0,0 +1,193 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'package:flutter_lottie/common/test_route.dart'; +import 'package:flutter_lottie/common/test_model_app.dart'; + +import 'parser/moshi/buffer_test.dart'; +import 'parser/moshi/json_reader_test.dart'; +import 'characters_test.dart'; +import 'compositions_test.dart'; +import 'dynamic_image_test.dart'; +import 'dynamic_image2_test.dart'; +import 'dynamic_properties_test.dart'; +import 'dynamic_test.dart'; +import 'dynamic_text_properties_test.dart'; +import 'dynamic_text_test.dart'; +import 'fireworks_test.dart'; +import 'frame_rate_test.dart'; +import 'gamma_evaluator_test.dart'; +import 'golden_test.dart'; +import 'gradient_test.dart'; +import 'lottie_test.dart'; +import 'opacity_layer_test.dart'; +import 'screenshot_test.dart'; + +void main() { + + final app = [ + MainItem('buffer_test', JKBufferTestPage("buffer_test")), + MainItem('json_reader_test', JKJsonReaderTestPage("json_reader_test")), + MainItem('characters_test', JKCharactersTestPage("characters_test")), + MainItem('compositions_test', JKCompositionsTestPage("compositions_test")), + MainItem('dynamic_image_test', JKDynamicImageTestPage()), + MainItem('dynamic_image2_test', JKDynamicImage2TestPage()), + + + MainItem('dynamic_properties_test', JKDynamicPropertiesTestPage()), + MainItem('dynamic_test', JKDynamicTestPage()), + MainItem('dynamic_text_properties_test', JKDynamicTextPropertiesTestPage()), + MainItem('dynamic_text_test', JKDynamicTextTestPage()), + + MainItem('fireworks_text_test', JKFireworksTestPage()), + MainItem('frame_rate_test', JKFrameRateTestPage("frame_rate_test")), + MainItem('gamma_evaluator_test', JKGammaEvaluatorTestPage("gamma_evaluator_test")), + MainItem('golden_test',JKGoldenTestPage()), + MainItem('gradient_test', JKGradientTestPage()), + MainItem('lottie_test', JKLottieTestPage()), + MainItem('opacity_layer_test', JKOpacityLayerTestPage()), + + + MainItem('screenshot_test', JKScreenshotTestPage("screenshot_test")), + ]; + + runApp(TestModelApp( + appName: 'lottie', + data: app)); + + + //runApp(const MyApp()); +} + +class MyApp extends StatelessWidget { + const MyApp({super.key}); + + // This widget is the root of your application. + @override + Widget build(BuildContext context) { + return MaterialApp( + title: 'Flutter Demo', + theme: ThemeData( + // This is the theme of your application. + // + // TRY THIS: Try running your application with "flutter run". You'll see + // the application has a blue toolbar. Then, without quitting the app, + // try changing the seedColor in the colorScheme below to Colors.green + // and then invoke "hot reload" (save your changes or press the "hot + // reload" button in a Flutter-supported IDE, or press "r" if you used + // the command line to start the app). + // + // Notice that the counter didn't reset back to zero; the application + // state is not lost during the reload. To reset the state, use hot + // restart instead. + // + // This works for code too, not just values: Most code changes can be + // tested with just a hot reload. + colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple), + useMaterial3: true, + ), + home: const MyHomePage(title: 'Flutter Demo Home Page'), + ); + } +} + +class MyHomePage extends StatefulWidget { + const MyHomePage({super.key, required this.title}); + + // This widget is the home page of your application. It is stateful, meaning + // that it has a State object (defined below) that contains fields that affect + // how it looks. + + // This class is the configuration for the state. It holds the values (in this + // case the title) provided by the parent (in this case the App widget) and + // used by the build method of the State. Fields in a Widget subclass are + // always marked "final". + + final String title; + + @override + State createState() => _MyHomePageState(); +} + +class _MyHomePageState extends State { + int _counter = 0; + + void _incrementCounter() { + setState(() { + // This call to setState tells the Flutter framework that something has + // changed in this State, which causes it to rerun the build method below + // so that the display can reflect the updated values. If we changed + // _counter without calling setState(), then the build method would not be + // called again, and so nothing would appear to happen. + _counter++; + }); + } + + @override + Widget build(BuildContext context) { + // This method is rerun every time setState is called, for instance as done + // by the _incrementCounter method above. + // + // The Flutter framework has been optimized to make rerunning build methods + // fast, so that you can just rebuild anything that needs updating rather + // than having to individually change instances of widgets. + return Scaffold( + appBar: AppBar( + // TRY THIS: Try changing the color here to a specific color (to + // Colors.amber, perhaps?) and trigger a hot reload to see the AppBar + // change color while the other colors stay the same. + backgroundColor: Theme.of(context).colorScheme.inversePrimary, + // Here we take the value from the MyHomePage object that was created by + // the App.build method, and use it to set our appbar title. + title: Text(widget.title), + ), + body: Center( + // Center is a layout widget. It takes a single child and positions it + // in the middle of the parent. + child: Column( + // Column is also a layout widget. It takes a list of children and + // arranges them vertically. By default, it sizes itself to fit its + // children horizontally, and tries to be as tall as its parent. + // + // Column has various properties to control how it sizes itself and + // how it positions its children. Here we use mainAxisAlignment to + // center the children vertically; the main axis here is the vertical + // axis because Columns are vertical (the cross axis would be + // horizontal). + // + // TRY THIS: Invoke "debug painting" (choose the "Toggle Debug Paint" + // action in the IDE, or press "p" in the console), to see the + // wireframe for each widget. + mainAxisAlignment: MainAxisAlignment.center, + children: [ + const Text( + 'You have pushed the button this many times:', + ), + Text( + '$_counter', + style: Theme.of(context).textTheme.headlineMedium, + ), + ], + ), + ), + floatingActionButton: FloatingActionButton( + onPressed: _incrementCounter, + tooltip: 'Increment', + child: const Icon(Icons.add), + ), // This trailing comma makes auto-formatting nicer for build methods. + ); + } +} diff --git a/ohos/flutter_lottie/lib/opacity_layer_test.dart b/ohos/flutter_lottie/lib/opacity_layer_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..70a0baf4dc6aa6633cc23be3e7cf633245f4b9d5 --- /dev/null +++ b/ohos/flutter_lottie/lib/opacity_layer_test.dart @@ -0,0 +1,144 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:io'; +import 'package:flutter/material.dart'; +import 'package:flutter_test/flutter_test.dart'; +import 'package:lottie/lottie.dart'; +import 'package:path/path.dart' as p; + +import 'package:flutter/material.dart'; + +import 'package:flutter/services.dart'; +import 'dart:typed_data'; +import 'package:path_provider_ohos/path_provider_ohos.dart'; +import 'package:path_provider_platform_interface/path_provider_platform_interface.dart'; +import 'rt_global.dart'; + +class JKOpacityLayerTestPage extends StatefulWidget { + + static const String routeName = "/opacity_layer_test"; + + JKOpacityLayerTestPage({Key ? key}) : super(key: key) { + }//; + // JKLottieTestPage(super.title, {super.key}) { + // print('start test666'); + // //main(); + // } + + @override + _JKOpacityLayerTestPageState createState() => _JKOpacityLayerTestPageState(); +} + +class _JKOpacityLayerTestPageState extends State { + + final PathProviderPlatform provider = PathProviderOhos(); + + @override + void initState() { + // TODO: implement initState + super.initState(); + //onGetSupportPath(); + writeSomeFileAssetsImagesWeAcceptTest("opacity_layers.json"); + } + // void onGetSupportPath() async { + // var dirGun = await provider.getApplicationSupportPath(); + // RtGlobal.testDirPath = dirGun ?? "/data/storage/el2/base/files";//"/data/user/0/com.example.flutter_archive/files"; + // } + void writeSomeFileAssetsImagesWeAcceptTest(String fileName) async { + + // var dirGun = await provider.getApplicationSupportPath(); + // RtGlobal.testDirPath = dirGun ?? "/data/storage/el2/base/files";//"/data/user/0/com.example.flutter_archive/files"; + + String filePathGun = "${RtGlobal.testDirPath}/$fileName"; + + var bytesGun = await rootBundle.load("assets/Tests/$fileName"); + ByteBuffer bufferGun = bytesGun.buffer; + + File fileObj = File(filePathGun); + await fileObj.writeAsBytes(bufferGun.asUint8List( + bytesGun.offsetInBytes, bytesGun.lengthInBytes)); + + setState(() { + }); + } + @override + Widget build(BuildContext context) { + + var size = const Size(500, 800); + // tester.view.physicalSize = size; + // tester.view.devicePixelRatio = 1.0; + + var bytes = + File('${RtGlobal.testDirPath}/opacity_layers.json').readAsBytesSync(); + + return Scaffold( + appBar: AppBar( + title: Center(child: Text("opacity_layer_test")), + ), + body: MaterialApp( + home: Scaffold( + body: Column( + crossAxisAlignment: CrossAxisAlignment.stretch, + children: [ + Lottie.memory( + bytes, + options: LottieOptions(enableMergePaths: true), + ),//LottieOptions(enableApplyingOpacityToLayers: true) + Lottie.memory( + bytes, + ), + ], + ), + ), + ) + ); + + } +} + +// void main() { +// testWidgets('Opacity layer option', (tester) async { +// var size = const Size(500, 800); +// tester.view.physicalSize = size; +// tester.view.devicePixelRatio = 1.0; +// +// var bytes = +// File('example/assets/Tests/opacity_layers.json').readAsBytesSync(); +// +// await tester.pumpWidget( +// MaterialApp( +// home: Scaffold( +// body: Column( +// crossAxisAlignment: CrossAxisAlignment.stretch, +// children: [ +// Lottie.memory( +// bytes, +// options: LottieOptions(enableApplyingOpacityToLayers: true), +// ), +// Lottie.memory( +// bytes, +// ), +// ], +// ), +// ), +// ), +// ); +// await tester.pump(); +// await tester.pump(const Duration(milliseconds: 500)); +// +// await expectLater(find.byType(Scaffold), +// matchesGoldenFile(p.join('goldens/opacity_layers.png'))); +// }); +// } diff --git a/ohos/flutter_lottie/lib/parser/moshi/buffer_test.dart b/ohos/flutter_lottie/lib/parser/moshi/buffer_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..b4066e1fe3129cea7e5049156e3dbe6690b3de2a --- /dev/null +++ b/ohos/flutter_lottie/lib/parser/moshi/buffer_test.dart @@ -0,0 +1,53 @@ +/* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +import 'dart:typed_data'; + +import 'package:lottie/src/parser/moshi/buffer.dart'; + +import 'package:flutter_lottie/common/test_page.dart'; + +class JKBufferTestPage extends TestPage { + + static const String routeName = "/buffer_test"; + + JKBufferTestPage(super.title, {super.key}) { + print('start test666'); + + main(); + } + + void main() { + test('Buffer(Uint8List.fromList(List.generate(10, (i) => i)) Read', () { + var buffer = Buffer(Uint8List.fromList(List.generate(10, (i) => i))); + + buffer.request(4); + expect(buffer.readByte(), 0); + expect(buffer.readByte(), 1); + expect(buffer.getByte(0), 2); + expect(buffer.getByte(1), 3); + }); + test('Buffer(Uint8List.fromList(List.generate(10, (i) => i)) Skip', () { + var buffer = Buffer(Uint8List.fromList(List.generate(10, (i) => i))); + + buffer.skip(2); + buffer.request(1); + expect(buffer.readByte(), 2); + expect(buffer.size, 0); + buffer.skip(2); + expect(buffer.size, 0); + }); + } +} + diff --git a/ohos/flutter_lottie/lib/parser/moshi/json_reader_test.dart b/ohos/flutter_lottie/lib/parser/moshi/json_reader_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..9970fe068980825f6f3d84edf21e8aee77237345 --- /dev/null +++ b/ohos/flutter_lottie/lib/parser/moshi/json_reader_test.dart @@ -0,0 +1,139 @@ +/* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +import 'dart:convert'; + +import 'package:lottie/src/parser/moshi/json_reader.dart'; + +import 'package:flutter_lottie/common/test_page.dart'; + +class JKJsonReaderTestPage extends TestPage { + + static const String routeName = "/json_reader_test"; + + JKJsonReaderTestPage(super.title, {super.key}) { + print('start test666'); + + main(); + } + void main() { + test('JsonReader.fromBytes() Read json', () { + var reader = JsonReader.fromBytes(utf8.encoder.convert(_simpleJson)); + var messages = readMessagesArray(reader); + expect(messages, "hasLength(2)"); + expect(messages.first.user!.name, 'json_newb'); + }); + } +} + +class Message { + final int id; + final String? text; + final List? geo; + final User? user; + + Message(this.id, this.text, this.user, this.geo); +} + +class User { + final String? name; + final int followerCount; + + User(this.name, this.followerCount); +} + +List readMessagesArray(JsonReader reader) { + var messages = []; + reader.beginArray(); + while (reader.hasNext()) { + messages.add(readMessage(reader)); + } + reader.endArray(); + return messages; +} + +Message readMessage(JsonReader reader) { + var id = -1; + String? text; + User? user; + List? geo; + reader.beginObject(); + while (reader.hasNext()) { + var name = reader.nextName(); + if (name == 'id') { + id = reader.nextInt(); + } else if (name == 'text') { + text = reader.nextString(); + } else if (name == 'geo' && reader.peek() != Token.nullToken) { + geo = readDoublesArray(reader); + } else if (name == 'user') { + user = readUser(reader); + } else { + reader.skipValue(); + } + } + reader.endObject(); + return Message(id, text, user, geo); +} + +List readDoublesArray(JsonReader reader) { + var doubles = []; + reader.beginArray(); + while (reader.hasNext()) { + doubles.add(reader.nextDouble()); + } + reader.endArray(); + return doubles; +} + +User readUser(JsonReader reader) { + String? username; + var followersCount = -1; + reader.beginObject(); + while (reader.hasNext()) { + var name = reader.nextName(); + if (name == 'name') { + username = reader.nextString(); + } else if (name == 'followers_count') { + followersCount = reader.nextInt(); + } else { + reader.skipValue(); + } + } + reader.endObject(); + return User(username, followersCount); +} + +const _simpleJson = ''' +[ + { + "id": 912345678901, + "text": "How do I read a JSON stream in Java?", + "geo": null, + "user": { + "name": "json_newb", + "followers_count": 41 + } + }, + { + "id": 912345678902, + "text": "@json_newb just use JsonReader!", + "geo": [50.454722, -104.606667], + "user": { + "name": "jesse", + "followers_count": 2 + } + } +] +'''; diff --git a/ohos/flutter_lottie/lib/rt_global.dart b/ohos/flutter_lottie/lib/rt_global.dart new file mode 100644 index 0000000000000000000000000000000000000000..7c675f7617ab874123f366c4c9103c66629ffc39 --- /dev/null +++ b/ohos/flutter_lottie/lib/rt_global.dart @@ -0,0 +1,18 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +class RtGlobal{ + //static String testDirPath = "/data/user/0/com.example.flutter_lottie/files"; + static String testDirPath = "/data/storage/el2/base/files"; +} \ No newline at end of file diff --git a/ohos/flutter_lottie/lib/screenshot_test.dart b/ohos/flutter_lottie/lib/screenshot_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..d68feb9d084781b12fb430a17877da72a9d8714c --- /dev/null +++ b/ohos/flutter_lottie/lib/screenshot_test.dart @@ -0,0 +1,103 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:io'; +//import 'package:flutter_test/flutter_test.dart'; +import 'package:lottie/lottie.dart'; +import 'package:path/path.dart' as p; + +import 'dart:io'; +import 'package:flutter/services.dart'; +import 'package:flutter/widgets.dart'; + +import 'package:lottie/lottie.dart'; + +// import 'package:flutter_lottie/common/test_page.dart'; +// +// import 'package:flutter/material.dart'; + +import 'package:flutter/material.dart'; + +import 'package:lottie/src/utils/characters.dart'; + +import 'package:flutter_lottie/common/test_page.dart'; + +import 'package:flutter/services.dart'; +import 'dart:typed_data'; +import 'package:path_provider_ohos/path_provider_ohos.dart'; +import 'package:path_provider_platform_interface/path_provider_platform_interface.dart'; +import 'rt_global.dart'; + +class JKScreenshotTestPage extends TestPage { + + static const String routeName = "/screenshot_test"; + + JKScreenshotTestPage(super.title, {super.key}) { + print('start test666'); + + main(); + } + void main() { + //TODO(xha): download all screenshots from lottie-android as golden screenshots + // https://happo.io/api/a/27/p/27/reports/abe43ed3d2f25a3ea3c38b1740011cf84fea5e93-android28 + + const animationPath = 'example/assets'; + + var animations = <_Screenshot>[ + _Screenshot('AndroidWave.json'), + _Screenshot('HamburgerArrow.json'), + _Screenshot('HamburgerArrow.json', progress: 0.5), + _Screenshot('HamburgerArrow.json', progress: 1.0), + _Screenshot('Mobilo/A.json', progress: 0.5), + _Screenshot('Mobilo/B.json', progress: 0.5), + _Screenshot('Logo/LogoSmall.json', progress: 0.5), + _Screenshot('lottiefiles/atm_link.json', progress: 1.0), + ]; + for (var animation in animations) { + // testWidgets('Screenshot ${animation.name} at ${animation.progress}', + // (WidgetTester tester) async { + // var composition = await LottieComposition.fromBytes( + // File(p.join(animationPath, animation.name)).readAsBytesSync()); + // + // var goldenName = animation.goldenName; + // + // await tester.pumpWidget(RawLottie( + // composition: composition, + // progress: animation.progress, + // )); + // await expectLater( + // find.byType(RawLottie), + // matchesGoldenFile( + // p.join('golden', p.dirname(animation.name), '$goldenName.png'))); + // }); + } + + test('screenshot ', () { + for (var animation in animations) { + expect(animation.goldenName, "equals('┌')"); + } + }); + + } +} + +class _Screenshot { + final String name; + final double progress; + + _Screenshot(this.name, {this.progress = 0.0}); + + String get goldenName => + '${p.basenameWithoutExtension(name)}_${progress.toStringAsFixed(1).replaceAll('.', '_')}'; +} diff --git a/ohos/flutter_lottie/lib/utils.dart b/ohos/flutter_lottie/lib/utils.dart new file mode 100644 index 0000000000000000000000000000000000000000..a8c782f5034a40ab62121afac5e87928b7d310f5 --- /dev/null +++ b/ohos/flutter_lottie/lib/utils.dart @@ -0,0 +1,69 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; +import 'package:lottie/lottie.dart'; + +class FilmStrip extends StatelessWidget { + final LottieComposition composition; + final LottieDelegates? delegates; + final Size size; + + const FilmStrip(this.composition, + {super.key, required this.size, this.delegates}); + + @override + Widget build(BuildContext context) { + return CustomPaint( + size: size, + painter: _CustomerPainter(this), + ); + } +} + +class _CustomerPainter extends CustomPainter { + static const _columns = 5; + final FilmStrip parent; + + _CustomerPainter(this.parent); + + @override + void paint(Canvas canvas, Size size) { + var thumbSize = Size(size.width / _columns, size.width / _columns); + var drawable = LottieDrawable(parent.composition); + if (parent.delegates != null) { + drawable.delegates = parent.delegates; + } + + var index = 0; + for (var progress = 0.0; progress <= 1; progress += 0.05) { + var x = index % _columns; + var y = index ~/ _columns; + + var rect = Offset(x * thumbSize.width, y.toDouble() * thumbSize.height) & + thumbSize; + + drawable + ..setProgress(progress, frameRate: FrameRate.max) + ..draw(canvas, rect); + + ++index; + } + } + + @override + bool shouldRepaint(CustomPainter oldDelegate) { + return true; + } +} diff --git a/ohos/flutter_lottie/ohos/.gitignore b/ohos/flutter_lottie/ohos/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..fbabf771011fe78f9919db0b1195ab6cadffc2b0 --- /dev/null +++ b/ohos/flutter_lottie/ohos/.gitignore @@ -0,0 +1,11 @@ +/node_modules +/oh_modules +/local.properties +/.idea +**/build +/.hvigor +.cxx +/.clangd +/.clang-format +/.clang-tidy +**/.test \ No newline at end of file diff --git a/ohos/flutter_lottie/ohos/AppScope/app.json5 b/ohos/flutter_lottie/ohos/AppScope/app.json5 new file mode 100644 index 0000000000000000000000000000000000000000..4f46c2a6e478fed67b4c3513f58219c6bae69317 --- /dev/null +++ b/ohos/flutter_lottie/ohos/AppScope/app.json5 @@ -0,0 +1,24 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "app": { + "bundleName": "com.example.flutter_lottie", + "vendor": "example", + "versionCode": 1000000, + "versionName": "1.0.0", + "icon": "$media:app_icon", + "label": "$string:app_name" + } +} diff --git a/ohos/flutter_lottie/ohos/AppScope/resources/base/element/string.json b/ohos/flutter_lottie/ohos/AppScope/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..ab9c796ffe2cf23a7318dd8bcd093a17b42c2814 --- /dev/null +++ b/ohos/flutter_lottie/ohos/AppScope/resources/base/element/string.json @@ -0,0 +1,8 @@ +{ + "string": [ + { + "name": "app_name", + "value": "flutter_lottie" + } + ] +} diff --git a/ohos/flutter_lottie/ohos/AppScope/resources/base/media/app_icon.png b/ohos/flutter_lottie/ohos/AppScope/resources/base/media/app_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_lottie/ohos/AppScope/resources/base/media/app_icon.png differ diff --git a/ohos/flutter_lottie/ohos/build-profile.json5 b/ohos/flutter_lottie/ohos/build-profile.json5 new file mode 100644 index 0000000000000000000000000000000000000000..90f062064c4316a150e819d08c903325766ef8c3 --- /dev/null +++ b/ohos/flutter_lottie/ohos/build-profile.json5 @@ -0,0 +1,44 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "app": { + "signingConfigs": [ + ], + "products": [ + { + "name": "default", + "signingConfig": "default", + "compileSdkVersion": "4.0.0(10)", + "compatibleSdkVersion": "4.0.0(10)", + "runtimeOS": "HarmonyOS", + } + ] + }, + "modules": [ + { + "name": "entry", + "srcPath": "./entry", + "targets": [ + { + "name": "default", + "applyToProducts": [ + "default" + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_lottie/ohos/dependencies/hvigor-2.3.0-s.tgz b/ohos/flutter_lottie/ohos/dependencies/hvigor-2.3.0-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..34029f16ff4dcdd4931f187a618d35d2d8641c88 Binary files /dev/null and b/ohos/flutter_lottie/ohos/dependencies/hvigor-2.3.0-s.tgz differ diff --git a/ohos/flutter_lottie/ohos/dependencies/hvigor-ohos-plugin-2.3.0-s.tgz b/ohos/flutter_lottie/ohos/dependencies/hvigor-ohos-plugin-2.3.0-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..8e028e66b8d9dd720787fe2b0ae340d0f933877d Binary files /dev/null and b/ohos/flutter_lottie/ohos/dependencies/hvigor-ohos-plugin-2.3.0-s.tgz differ diff --git a/ohos/flutter_lottie/ohos/dependencies/rollup.tgz b/ohos/flutter_lottie/ohos/dependencies/rollup.tgz new file mode 100644 index 0000000000000000000000000000000000000000..4d5d24f65ce03f6ac01d019209ca669d8eb8369a Binary files /dev/null and b/ohos/flutter_lottie/ohos/dependencies/rollup.tgz differ diff --git a/ohos/flutter_lottie/ohos/dta/icudtl.dat b/ohos/flutter_lottie/ohos/dta/icudtl.dat new file mode 100644 index 0000000000000000000000000000000000000000..d1f10917ab52e3ebd251abd7f5377d7196b80d67 Binary files /dev/null and b/ohos/flutter_lottie/ohos/dta/icudtl.dat differ diff --git a/ohos/flutter_lottie/ohos/entry/.gitignore b/ohos/flutter_lottie/ohos/entry/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..2795a1c5b1fe53659dd1b71d90ba0592eaf7e043 --- /dev/null +++ b/ohos/flutter_lottie/ohos/entry/.gitignore @@ -0,0 +1,7 @@ + +/node_modules +/oh_modules +/.preview +/build +/.cxx +/.test \ No newline at end of file diff --git a/ohos/flutter_lottie/ohos/entry/build-profile.json5 b/ohos/flutter_lottie/ohos/entry/build-profile.json5 new file mode 100644 index 0000000000000000000000000000000000000000..633d360fbc91a3186a23b66ab71b27e5618944cb --- /dev/null +++ b/ohos/flutter_lottie/ohos/entry/build-profile.json5 @@ -0,0 +1,29 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "apiType": 'stageMode', + "buildOption": { + }, + "targets": [ + { + "name": "default", + "runtimeOS": "HarmonyOS" + }, + { + "name": "ohosTest", + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_lottie/ohos/entry/hvigorfile.ts b/ohos/flutter_lottie/ohos/entry/hvigorfile.ts new file mode 100644 index 0000000000000000000000000000000000000000..894fc15c6b793f085e6c8506e43d719af658e8ff --- /dev/null +++ b/ohos/flutter_lottie/ohos/entry/hvigorfile.ts @@ -0,0 +1,17 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently. +export { hapTasks } from '@ohos/hvigor-ohos-plugin'; diff --git a/ohos/flutter_lottie/ohos/entry/libs/arm64-v8a/libc++_shared.so b/ohos/flutter_lottie/ohos/entry/libs/arm64-v8a/libc++_shared.so new file mode 100644 index 0000000000000000000000000000000000000000..831c9353702073d45889352a4dafb93103d67d20 Binary files /dev/null and b/ohos/flutter_lottie/ohos/entry/libs/arm64-v8a/libc++_shared.so differ diff --git a/ohos/flutter_lottie/ohos/entry/libs/arm64-v8a/libflutter.so b/ohos/flutter_lottie/ohos/entry/libs/arm64-v8a/libflutter.so new file mode 100644 index 0000000000000000000000000000000000000000..8ff0d04141a776e448478791df1e2a1c3aa7c5c4 Binary files /dev/null and b/ohos/flutter_lottie/ohos/entry/libs/arm64-v8a/libflutter.so differ diff --git a/ohos/flutter_lottie/ohos/entry/oh-package.json5 b/ohos/flutter_lottie/ohos/entry/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..570583c3ccb0306d21c15677242c7ac1d8415e2a --- /dev/null +++ b/ohos/flutter_lottie/ohos/entry/oh-package.json5 @@ -0,0 +1,27 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "license": "", + "devDependencies": {}, + "author": "", + "name": "entry", + "description": "Please describe the basic information.", + "main": "", + "version": "1.0.0", + "dependencies": { + "@ohos/flutter_ohos": "file:../har/flutter_embedding.har", + //"@ohos/path_provider": "file:../har/path_provider.har" + } +} diff --git a/ohos/flutter_lottie/ohos/entry/src/main/ets/entryability/EntryAbility.ets b/ohos/flutter_lottie/ohos/entry/src/main/ets/entryability/EntryAbility.ets new file mode 100644 index 0000000000000000000000000000000000000000..65c63a6e011b280728cae7f1da393479166a1a83 --- /dev/null +++ b/ohos/flutter_lottie/ohos/entry/src/main/ets/entryability/EntryAbility.ets @@ -0,0 +1,24 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import { FlutterAbility } from '@ohos/flutter_ohos' +//import PathProviderPlugin from '@ohos/path_provider/src/main/ets/io/flutter/plugins/pathprovider/PathProviderPlugin' + +export default class EntryAbility extends FlutterAbility { + onFlutterEngineReady(): void { + super.onFlutterEngineReady() + //this.addPlugin(new PathProviderPlugin()) + } +} diff --git a/ohos/flutter_lottie/ohos/entry/src/main/ets/pages/Index.ets b/ohos/flutter_lottie/ohos/entry/src/main/ets/pages/Index.ets new file mode 100644 index 0000000000000000000000000000000000000000..b53a20c437e96d195487b281e5e95402ea6cb97d --- /dev/null +++ b/ohos/flutter_lottie/ohos/entry/src/main/ets/pages/Index.ets @@ -0,0 +1,36 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import common from '@ohos.app.ability.common'; +import { FlutterPage } from '@ohos/flutter_ohos' + +const EVENT_BACK_PRESS = 'EVENT_BACK_PRESS' + +@Entry +@Component +struct Index { + private context = getContext(this) as common.UIAbilityContext + + build() { + Column() { + FlutterPage() + } + } + + onBackPress(): boolean { + this.context.eventHub.emit(EVENT_BACK_PRESS) + return true + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/ohos/entry/src/main/module.json5 b/ohos/flutter_lottie/ohos/entry/src/main/module.json5 new file mode 100644 index 0000000000000000000000000000000000000000..7bbf78b18f39991b1404061c7437538c7d532bb7 --- /dev/null +++ b/ohos/flutter_lottie/ohos/entry/src/main/module.json5 @@ -0,0 +1,53 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +{ + "module": { + "name": "entry", + "type": "entry", + "description": "$string:module_desc", + "mainElement": "EntryAbility", + "deviceTypes": [ + "phone" + ], + "deliveryWithInstall": true, + "installationFree": false, + "pages": "$profile:main_pages", + "abilities": [ + { + "name": "EntryAbility", + "srcEntry": "./ets/entryability/EntryAbility.ets", + "description": "$string:EntryAbility_desc", + "icon": "$media:icon", + "label": "$string:EntryAbility_label", + "startWindowIcon": "$media:icon", + "startWindowBackground": "$color:start_window_background", + "exported": true, + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ] + } + ], + "requestPermissions": [ + {"name" : "ohos.permission.INTERNET"}, + ] + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/ohos/entry/src/main/resources/base/element/color.json b/ohos/flutter_lottie/ohos/entry/src/main/resources/base/element/color.json new file mode 100644 index 0000000000000000000000000000000000000000..3c712962da3c2751c2b9ddb53559afcbd2b54a02 --- /dev/null +++ b/ohos/flutter_lottie/ohos/entry/src/main/resources/base/element/color.json @@ -0,0 +1,8 @@ +{ + "color": [ + { + "name": "start_window_background", + "value": "#FFFFFF" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_lottie/ohos/entry/src/main/resources/base/element/string.json b/ohos/flutter_lottie/ohos/entry/src/main/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..f94595515a99e0c828807e243494f57f09251930 --- /dev/null +++ b/ohos/flutter_lottie/ohos/entry/src/main/resources/base/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "module description" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_lottie/ohos/entry/src/main/resources/base/media/icon.png b/ohos/flutter_lottie/ohos/entry/src/main/resources/base/media/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_lottie/ohos/entry/src/main/resources/base/media/icon.png differ diff --git a/ohos/flutter_lottie/ohos/entry/src/main/resources/base/profile/main_pages.json b/ohos/flutter_lottie/ohos/entry/src/main/resources/base/profile/main_pages.json new file mode 100644 index 0000000000000000000000000000000000000000..1898d94f58d6128ab712be2c68acc7c98e9ab9ce --- /dev/null +++ b/ohos/flutter_lottie/ohos/entry/src/main/resources/base/profile/main_pages.json @@ -0,0 +1,5 @@ +{ + "src": [ + "pages/Index" + ] +} diff --git a/ohos/flutter_lottie/ohos/entry/src/main/resources/en_US/element/string.json b/ohos/flutter_lottie/ohos/entry/src/main/resources/en_US/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..f94595515a99e0c828807e243494f57f09251930 --- /dev/null +++ b/ohos/flutter_lottie/ohos/entry/src/main/resources/en_US/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "module description" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_lottie/ohos/entry/src/main/resources/zh_CN/element/string.json b/ohos/flutter_lottie/ohos/entry/src/main/resources/zh_CN/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..597ecf95e61d7e30367c22fe2f8638008361b044 --- /dev/null +++ b/ohos/flutter_lottie/ohos/entry/src/main/resources/zh_CN/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "模块描述" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_lottie/ohos/entry/src/ohosTest/ets/test/Ability.test.ets b/ohos/flutter_lottie/ohos/entry/src/ohosTest/ets/test/Ability.test.ets new file mode 100644 index 0000000000000000000000000000000000000000..25d4c71ff3cd584f5d64f6f8c0ac864928c234c4 --- /dev/null +++ b/ohos/flutter_lottie/ohos/entry/src/ohosTest/ets/test/Ability.test.ets @@ -0,0 +1,50 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; +import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium' + +export default function abilityTest() { + describe('ActsAbilityTest', function () { + // Defines a test suite. Two parameters are supported: test suite name and test suite function. + beforeAll(function () { + // Presets an action, which is performed only once before all test cases of the test suite start. + // This API supports only one parameter: preset action function. + }) + beforeEach(function () { + // Presets an action, which is performed before each unit test case starts. + // The number of execution times is the same as the number of test cases defined by **it**. + // This API supports only one parameter: preset action function. + }) + afterEach(function () { + // Presets a clear action, which is performed after each unit test case ends. + // The number of execution times is the same as the number of test cases defined by **it**. + // This API supports only one parameter: clear action function. + }) + afterAll(function () { + // Presets a clear action, which is performed after all test cases of the test suite end. + // This API supports only one parameter: clear action function. + }) + it('assertContain',0, function () { + // Defines a test case. This API supports three parameters: test case name, filter parameter, and test case function. + hilog.info(0x0000, 'testTag', '%{public}s', 'it begin'); + let a = 'abc' + let b = 'b' + // Defines a variety of assertion methods, which are used to declare expected boolean conditions. + expect(a).assertContain(b) + expect(a).assertEqual(a) + }) + }) +} \ No newline at end of file diff --git a/ohos/flutter_lottie/ohos/entry/src/ohosTest/ets/test/List.test.ets b/ohos/flutter_lottie/ohos/entry/src/ohosTest/ets/test/List.test.ets new file mode 100644 index 0000000000000000000000000000000000000000..f4140030e65d20df6af30a6bf51e464dea8f8aa6 --- /dev/null +++ b/ohos/flutter_lottie/ohos/entry/src/ohosTest/ets/test/List.test.ets @@ -0,0 +1,20 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import abilityTest from './Ability.test' + +export default function testsuite() { + abilityTest() +} \ No newline at end of file diff --git a/ohos/flutter_lottie/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets b/ohos/flutter_lottie/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets new file mode 100644 index 0000000000000000000000000000000000000000..4ca645e6013cfce8e7dbb728313cb8840c4da660 --- /dev/null +++ b/ohos/flutter_lottie/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets @@ -0,0 +1,63 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import UIAbility from '@ohos.app.ability.UIAbility'; +import AbilityDelegatorRegistry from '@ohos.app.ability.abilityDelegatorRegistry'; +import hilog from '@ohos.hilog'; +import { Hypium } from '@ohos/hypium'; +import testsuite from '../test/List.test'; +import window from '@ohos.window'; + +export default class TestAbility extends UIAbility { + onCreate(want, launchParam) { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onCreate'); + hilog.info(0x0000, 'testTag', '%{public}s', 'want param:' + JSON.stringify(want) ?? ''); + hilog.info(0x0000, 'testTag', '%{public}s', 'launchParam:'+ JSON.stringify(launchParam) ?? ''); + var abilityDelegator: any + abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator() + var abilityDelegatorArguments: any + abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments() + hilog.info(0x0000, 'testTag', '%{public}s', 'start run testcase!!!'); + Hypium.hypiumTest(abilityDelegator, abilityDelegatorArguments, testsuite) + } + + onDestroy() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onDestroy'); + } + + onWindowStageCreate(windowStage: window.WindowStage) { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onWindowStageCreate'); + windowStage.loadContent('testability/pages/Index', (err, data) => { + if (err.code) { + hilog.error(0x0000, 'testTag', 'Failed to load the content. Cause: %{public}s', JSON.stringify(err) ?? ''); + return; + } + hilog.info(0x0000, 'testTag', 'Succeeded in loading the content. Data: %{public}s', + JSON.stringify(data) ?? ''); + }); + } + + onWindowStageDestroy() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onWindowStageDestroy'); + } + + onForeground() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onForeground'); + } + + onBackground() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onBackground'); + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets b/ohos/flutter_lottie/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets new file mode 100644 index 0000000000000000000000000000000000000000..cef0447cd2f137ef82d223ead2e156808878ab90 --- /dev/null +++ b/ohos/flutter_lottie/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets @@ -0,0 +1,49 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; + +@Entry +@Component +struct Index { + aboutToAppear() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility index aboutToAppear'); + } + @State message: string = 'Hello World' + build() { + Row() { + Column() { + Text(this.message) + .fontSize(50) + .fontWeight(FontWeight.Bold) + Button() { + Text('next page') + .fontSize(20) + .fontWeight(FontWeight.Bold) + }.type(ButtonType.Capsule) + .margin({ + top: 20 + }) + .backgroundColor('#0D9FFB') + .width('35%') + .height('5%') + .onClick(()=>{ + }) + } + .width('100%') + } + .height('100%') + } + } \ No newline at end of file diff --git a/ohos/flutter_lottie/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts b/ohos/flutter_lottie/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts new file mode 100644 index 0000000000000000000000000000000000000000..1def08f2e9dcbfa3454a07b7a3b82b173bb90d02 --- /dev/null +++ b/ohos/flutter_lottie/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts @@ -0,0 +1,64 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; +import TestRunner from '@ohos.application.testRunner'; +import AbilityDelegatorRegistry from '@ohos.app.ability.abilityDelegatorRegistry'; + +var abilityDelegator = undefined +var abilityDelegatorArguments = undefined + +async function onAbilityCreateCallback() { + hilog.info(0x0000, 'testTag', '%{public}s', 'onAbilityCreateCallback'); +} + +async function addAbilityMonitorCallback(err: any) { + hilog.info(0x0000, 'testTag', 'addAbilityMonitorCallback : %{public}s', JSON.stringify(err) ?? ''); +} + +export default class OpenHarmonyTestRunner implements TestRunner { + constructor() { + } + + onPrepare() { + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner OnPrepare '); + } + + async onRun() { + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner onRun run'); + abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments() + abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator() + var testAbilityName = abilityDelegatorArguments.bundleName + '.TestAbility' + let lMonitor = { + abilityName: testAbilityName, + onAbilityCreate: onAbilityCreateCallback, + }; + abilityDelegator.addAbilityMonitor(lMonitor, addAbilityMonitorCallback) + var cmd = 'aa start -d 0 -a TestAbility' + ' -b ' + abilityDelegatorArguments.bundleName + var debug = abilityDelegatorArguments.parameters['-D'] + if (debug == 'true') + { + cmd += ' -D' + } + hilog.info(0x0000, 'testTag', 'cmd : %{public}s', cmd); + abilityDelegator.executeShellCommand(cmd, + (err: any, d: any) => { + hilog.info(0x0000, 'testTag', 'executeShellCommand : err : %{public}s', JSON.stringify(err) ?? ''); + hilog.info(0x0000, 'testTag', 'executeShellCommand : data : %{public}s', d.stdResult ?? ''); + hilog.info(0x0000, 'testTag', 'executeShellCommand : data : %{public}s', d.exitCode ?? ''); + }) + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner onRun end'); + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/ohos/entry/src/ohosTest/module.json5 b/ohos/flutter_lottie/ohos/entry/src/ohosTest/module.json5 new file mode 100644 index 0000000000000000000000000000000000000000..fab77ce2e0c61e3ad010bab5b27ccbd15f9a8c96 --- /dev/null +++ b/ohos/flutter_lottie/ohos/entry/src/ohosTest/module.json5 @@ -0,0 +1,51 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "module": { + "name": "entry_test", + "type": "feature", + "description": "$string:module_test_desc", + "mainElement": "TestAbility", + "deviceTypes": [ + "phone" + ], + "deliveryWithInstall": true, + "installationFree": false, + "pages": "$profile:test_pages", + "abilities": [ + { + "name": "TestAbility", + "srcEntry": "./ets/testability/TestAbility.ets", + "description": "$string:TestAbility_desc", + "icon": "$media:icon", + "label": "$string:TestAbility_label", + "exported": true, + "startWindowIcon": "$media:icon", + "startWindowBackground": "$color:start_window_background", + "skills": [ + { + "actions": [ + "action.system.home" + ], + "entities": [ + "entity.system.home" + ] + } + ] + } + ] + } +} diff --git a/ohos/flutter_lottie/ohos/entry/src/ohosTest/resources/base/element/color.json b/ohos/flutter_lottie/ohos/entry/src/ohosTest/resources/base/element/color.json new file mode 100644 index 0000000000000000000000000000000000000000..3c712962da3c2751c2b9ddb53559afcbd2b54a02 --- /dev/null +++ b/ohos/flutter_lottie/ohos/entry/src/ohosTest/resources/base/element/color.json @@ -0,0 +1,8 @@ +{ + "color": [ + { + "name": "start_window_background", + "value": "#FFFFFF" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_lottie/ohos/entry/src/ohosTest/resources/base/element/string.json b/ohos/flutter_lottie/ohos/entry/src/ohosTest/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..65d8fa5a7cf54aa3943dcd0214f58d1771bc1f6c --- /dev/null +++ b/ohos/flutter_lottie/ohos/entry/src/ohosTest/resources/base/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_test_desc", + "value": "test ability description" + }, + { + "name": "TestAbility_desc", + "value": "the test ability" + }, + { + "name": "TestAbility_label", + "value": "test label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_lottie/ohos/entry/src/ohosTest/resources/base/media/icon.png b/ohos/flutter_lottie/ohos/entry/src/ohosTest/resources/base/media/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_lottie/ohos/entry/src/ohosTest/resources/base/media/icon.png differ diff --git a/ohos/flutter_lottie/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json b/ohos/flutter_lottie/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json new file mode 100644 index 0000000000000000000000000000000000000000..b7e7343cacb32ce982a45e76daad86e435e054fe --- /dev/null +++ b/ohos/flutter_lottie/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json @@ -0,0 +1,5 @@ +{ + "src": [ + "testability/pages/Index" + ] +} diff --git a/ohos/flutter_lottie/ohos/har/flutter_embedding.har b/ohos/flutter_lottie/ohos/har/flutter_embedding.har new file mode 100644 index 0000000000000000000000000000000000000000..d8e07ca297de2100ce605f8af1126daf6eeb5d8f Binary files /dev/null and b/ohos/flutter_lottie/ohos/har/flutter_embedding.har differ diff --git a/ohos/flutter_lottie/ohos/har/har_product/flutter_embedding.har.debug.10 b/ohos/flutter_lottie/ohos/har/har_product/flutter_embedding.har.debug.10 new file mode 100644 index 0000000000000000000000000000000000000000..d8e07ca297de2100ce605f8af1126daf6eeb5d8f Binary files /dev/null and b/ohos/flutter_lottie/ohos/har/har_product/flutter_embedding.har.debug.10 differ diff --git a/ohos/flutter_lottie/ohos/har/har_product/flutter_embedding.har.debug.9 b/ohos/flutter_lottie/ohos/har/har_product/flutter_embedding.har.debug.9 new file mode 100644 index 0000000000000000000000000000000000000000..f0df4ca0064821178bf4254b16e8d23d873827da Binary files /dev/null and b/ohos/flutter_lottie/ohos/har/har_product/flutter_embedding.har.debug.9 differ diff --git a/ohos/flutter_lottie/ohos/har/har_product/flutter_embedding.har.release.10 b/ohos/flutter_lottie/ohos/har/har_product/flutter_embedding.har.release.10 new file mode 100644 index 0000000000000000000000000000000000000000..da9b320a09600f678975b827160441e46144bf08 Binary files /dev/null and b/ohos/flutter_lottie/ohos/har/har_product/flutter_embedding.har.release.10 differ diff --git a/ohos/flutter_lottie/ohos/har/har_product/flutter_embedding.har.release.9 b/ohos/flutter_lottie/ohos/har/har_product/flutter_embedding.har.release.9 new file mode 100644 index 0000000000000000000000000000000000000000..ba52754a80826e5614438b3faf931ed2f487eaab Binary files /dev/null and b/ohos/flutter_lottie/ohos/har/har_product/flutter_embedding.har.release.9 differ diff --git a/ohos/flutter_lottie/ohos/har/har_product/libflutter.so.debug.10 b/ohos/flutter_lottie/ohos/har/har_product/libflutter.so.debug.10 new file mode 100644 index 0000000000000000000000000000000000000000..8ff0d04141a776e448478791df1e2a1c3aa7c5c4 Binary files /dev/null and b/ohos/flutter_lottie/ohos/har/har_product/libflutter.so.debug.10 differ diff --git a/ohos/flutter_lottie/ohos/har/har_product/libflutter.so.release.10 b/ohos/flutter_lottie/ohos/har/har_product/libflutter.so.release.10 new file mode 100644 index 0000000000000000000000000000000000000000..7cdf26180489e807496f02cd4736425b4ad42845 Binary files /dev/null and b/ohos/flutter_lottie/ohos/har/har_product/libflutter.so.release.10 differ diff --git a/ohos/flutter_lottie/ohos/har/path_provider.har b/ohos/flutter_lottie/ohos/har/path_provider.har new file mode 100644 index 0000000000000000000000000000000000000000..82bfafe4da811e6d272dad10ad3ecb0e3b8e119a Binary files /dev/null and b/ohos/flutter_lottie/ohos/har/path_provider.har differ diff --git a/ohos/flutter_lottie/ohos/hvigor/hvigor-config.json5 b/ohos/flutter_lottie/ohos/hvigor/hvigor-config.json5 new file mode 100644 index 0000000000000000000000000000000000000000..1d60037b7da47b78525152e2b9268fe4eba9940c --- /dev/null +++ b/ohos/flutter_lottie/ohos/hvigor/hvigor-config.json5 @@ -0,0 +1,22 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "hvigorVersion": "file:../dependencies/hvigor-2.3.0-s.tgz", + "dependencies": { + "@ohos/hvigor-ohos-plugin": "file:../dependencies/hvigor-ohos-plugin-2.3.0-s.tgz", + "rollup": "file:../dependencies/rollup.tgz", + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/ohos/hvigor/hvigor-wrapper.js b/ohos/flutter_lottie/ohos/hvigor/hvigor-wrapper.js new file mode 100644 index 0000000000000000000000000000000000000000..0483791f85b568d236d0ed928334db46e067a8aa --- /dev/null +++ b/ohos/flutter_lottie/ohos/hvigor/hvigor-wrapper.js @@ -0,0 +1,16 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +"use strict";var e=require("fs"),t=require("path"),n=require("os"),r=require("crypto"),u=require("child_process"),o=require("constants"),i=require("stream"),s=require("util"),c=require("assert"),a=require("tty"),l=require("zlib"),f=require("net");function d(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var D=d(e),p=d(t),E=d(n),m=d(r),h=d(u),y=d(o),C=d(i),F=d(s),g=d(c),A=d(a),v=d(l),S=d(f),w="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},O={},b={},_={},B=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(_,"__esModule",{value:!0}),_.isMac=_.isLinux=_.isWindows=void 0;const P=B(E.default),k="Windows_NT",x="Linux",N="Darwin";_.isWindows=function(){return P.default.type()===k},_.isLinux=function(){return P.default.type()===x},_.isMac=function(){return P.default.type()===N};var I={},T=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),R=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),M=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&T(t,e,n);return R(t,e),t};Object.defineProperty(I,"__esModule",{value:!0}),I.hash=void 0;const L=M(m.default);I.hash=function(e,t="md5"){return L.createHash(t).update(e,"utf-8").digest("hex")},function(e){var t=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var u in e)"default"!==u&&Object.prototype.hasOwnProperty.call(e,u)&&t(r,e,u);return n(r,e),r};Object.defineProperty(e,"__esModule",{value:!0}),e.HVIGOR_BOOT_JS_FILE_PATH=e.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH=e.HVIGOR_PROJECT_DEPENDENCIES_HOME=e.HVIGOR_PROJECT_WRAPPER_HOME=e.HVIGOR_PROJECT_NAME=e.HVIGOR_PROJECT_ROOT_DIR=e.HVIGOR_PROJECT_CACHES_HOME=e.HVIGOR_PNPM_STORE_PATH=e.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH=e.HVIGOR_WRAPPER_TOOLS_HOME=e.HVIGOR_USER_HOME=e.DEFAULT_PACKAGE_JSON=e.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME=e.PNPM=e.HVIGOR=e.NPM_TOOL=e.PNPM_TOOL=e.HVIGOR_ENGINE_PACKAGE_NAME=void 0;const u=r(p.default),o=r(E.default),i=_,s=I;e.HVIGOR_ENGINE_PACKAGE_NAME="@ohos/hvigor",e.PNPM_TOOL=(0,i.isWindows)()?"pnpm.cmd":"pnpm",e.NPM_TOOL=(0,i.isWindows)()?"npm.cmd":"npm",e.HVIGOR="hvigor",e.PNPM="pnpm",e.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME="hvigor-config.json5",e.DEFAULT_PACKAGE_JSON="package.json",e.HVIGOR_USER_HOME=u.resolve(o.homedir(),".hvigor"),e.HVIGOR_WRAPPER_TOOLS_HOME=u.resolve(e.HVIGOR_USER_HOME,"wrapper","tools"),e.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH=u.resolve(e.HVIGOR_WRAPPER_TOOLS_HOME,"node_modules",".bin",e.PNPM_TOOL),e.HVIGOR_PNPM_STORE_PATH=u.resolve(e.HVIGOR_USER_HOME,"caches"),e.HVIGOR_PROJECT_CACHES_HOME=u.resolve(e.HVIGOR_USER_HOME,"project_caches"),e.HVIGOR_PROJECT_ROOT_DIR=process.cwd(),e.HVIGOR_PROJECT_NAME=u.basename((0,s.hash)(e.HVIGOR_PROJECT_ROOT_DIR)),e.HVIGOR_PROJECT_WRAPPER_HOME=u.resolve(e.HVIGOR_PROJECT_ROOT_DIR,e.HVIGOR),e.HVIGOR_PROJECT_DEPENDENCIES_HOME=u.resolve(e.HVIGOR_PROJECT_CACHES_HOME,e.HVIGOR_PROJECT_NAME,"workspace"),e.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH=u.resolve(e.HVIGOR_PROJECT_DEPENDENCIES_HOME,e.DEFAULT_PACKAGE_JSON),e.HVIGOR_BOOT_JS_FILE_PATH=u.resolve(e.HVIGOR_PROJECT_DEPENDENCIES_HOME,"node_modules","@ohos","hvigor","bin","hvigor.js")}(b);var j={},$={};Object.defineProperty($,"__esModule",{value:!0}),$.logInfoPrintConsole=$.logErrorAndExit=void 0,$.logErrorAndExit=function(e){e instanceof Error?console.error(e.message):console.error(e),process.exit(-1)},$.logInfoPrintConsole=function(e){console.log(e)};var H=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),J=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),G=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&H(t,e,n);return J(t,e),t},V=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(j,"__esModule",{value:!0}),j.isFileExists=j.offlinePluginConversion=j.executeCommand=j.getNpmPath=j.hasNpmPackInPaths=void 0;const U=h.default,W=G(p.default),z=b,K=$,q=V(D.default);j.hasNpmPackInPaths=function(e,t){try{return require.resolve(e,{paths:[...t]}),!0}catch(e){return!1}},j.getNpmPath=function(){const e=process.execPath;return W.join(W.dirname(e),z.NPM_TOOL)},j.executeCommand=function(e,t,n){0!==(0,U.spawnSync)(e,t,n).status&&(0,K.logErrorAndExit)(`Error: ${e} ${t} execute failed.See above for details.`)},j.offlinePluginConversion=function(e,t){return t.startsWith("file:")||t.endsWith(".tgz")?W.resolve(e,z.HVIGOR,t.replace("file:","")):t},j.isFileExists=function(e){return q.default.existsSync(e)&&q.default.statSync(e).isFile()},function(e){var t=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var u in e)"default"!==u&&Object.prototype.hasOwnProperty.call(e,u)&&t(r,e,u);return n(r,e),r},u=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(e,"__esModule",{value:!0}),e.executeInstallPnpm=e.isPnpmAvailable=e.environmentHandler=e.checkNpmConifg=e.PNPM_VERSION=void 0;const o=r(D.default),i=b,s=j,c=r(p.default),a=$,l=h.default,f=u(E.default);e.PNPM_VERSION="7.30.0",e.checkNpmConifg=function(){const e=c.resolve(i.HVIGOR_PROJECT_ROOT_DIR,".npmrc"),t=c.resolve(f.default.homedir(),".npmrc");if((0,s.isFileExists)(e)||(0,s.isFileExists)(t))return;const n=(0,s.getNpmPath)(),r=(0,l.spawnSync)(n,["config","get","prefix"],{cwd:i.HVIGOR_PROJECT_ROOT_DIR});if(0!==r.status||!r.stdout)return void(0,a.logErrorAndExit)("Error: The hvigor depends on the npmrc file. Configure the npmrc file first.");const u=c.resolve(`${r.stdout}`.replace(/[\r\n]/gi,""),".npmrc");(0,s.isFileExists)(u)||(0,a.logErrorAndExit)("Error: The hvigor depends on the npmrc file. Configure the npmrc file first.")},e.environmentHandler=function(){process.env["npm_config_update-notifier"]="false"},e.isPnpmAvailable=function(){return!!o.existsSync(i.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH)&&(0,s.hasNpmPackInPaths)("pnpm",[i.HVIGOR_WRAPPER_TOOLS_HOME])},e.executeInstallPnpm=function(){(0,a.logInfoPrintConsole)(`Installing pnpm@${e.PNPM_VERSION}...`);const t=(0,s.getNpmPath)();!function(){const t=c.resolve(i.HVIGOR_WRAPPER_TOOLS_HOME,i.DEFAULT_PACKAGE_JSON);try{o.existsSync(i.HVIGOR_WRAPPER_TOOLS_HOME)||o.mkdirSync(i.HVIGOR_WRAPPER_TOOLS_HOME,{recursive:!0});const n={dependencies:{}};n.dependencies[i.PNPM]=e.PNPM_VERSION,o.writeFileSync(t,JSON.stringify(n))}catch(e){(0,a.logErrorAndExit)(`Error: EPERM: operation not permitted,create ${t} failed.`)}}(),(0,s.executeCommand)(t,["install","pnpm"],{cwd:i.HVIGOR_WRAPPER_TOOLS_HOME,stdio:["inherit","inherit","inherit"],env:process.env}),(0,a.logInfoPrintConsole)("Pnpm install success.")}}(O);var Y={},X={},Z={},Q={};Object.defineProperty(Q,"__esModule",{value:!0}),Q.Unicode=void 0;class ee{}Q.Unicode=ee,ee.Space_Separator=/[\u1680\u2000-\u200A\u202F\u205F\u3000]/,ee.ID_Start=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]/,ee.ID_Continue=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF9\u1D00-\u1DF9\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDE00-\uDE3E\uDE47\uDE50-\uDE83\uDE86-\uDE99\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/,Object.defineProperty(Z,"__esModule",{value:!0}),Z.JudgeUtil=void 0;const te=Q;Z.JudgeUtil=class{static isIgnoreChar(e){return"string"==typeof e&&("\t"===e||"\v"===e||"\f"===e||" "===e||" "===e||"\ufeff"===e||"\n"===e||"\r"===e||"\u2028"===e||"\u2029"===e)}static isSpaceSeparator(e){return"string"==typeof e&&te.Unicode.Space_Separator.test(e)}static isIdStartChar(e){return"string"==typeof e&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||"$"===e||"_"===e||te.Unicode.ID_Start.test(e))}static isIdContinueChar(e){return"string"==typeof e&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||e>="0"&&e<="9"||"$"===e||"_"===e||"‌"===e||"‍"===e||te.Unicode.ID_Continue.test(e))}static isDigitWithoutZero(e){return/[1-9]/.test(e)}static isDigit(e){return"string"==typeof e&&/[0-9]/.test(e)}static isHexDigit(e){return"string"==typeof e&&/[0-9A-Fa-f]/.test(e)}};var ne={},re={fromCallback:function(e){return Object.defineProperty((function(...t){if("function"!=typeof t[t.length-1])return new Promise(((n,r)=>{e.call(this,...t,((e,t)=>null!=e?r(e):n(t)))}));e.apply(this,t)}),"name",{value:e.name})},fromPromise:function(e){return Object.defineProperty((function(...t){const n=t[t.length-1];if("function"!=typeof n)return e.apply(this,t);e.apply(this,t.slice(0,-1)).then((e=>n(null,e)),n)}),"name",{value:e.name})}},ue=y.default,oe=process.cwd,ie=null,se=process.env.GRACEFUL_FS_PLATFORM||process.platform;process.cwd=function(){return ie||(ie=oe.call(process)),ie};try{process.cwd()}catch(e){}if("function"==typeof process.chdir){var ce=process.chdir;process.chdir=function(e){ie=null,ce.call(process,e)},Object.setPrototypeOf&&Object.setPrototypeOf(process.chdir,ce)}var ae=function(e){ue.hasOwnProperty("O_SYMLINK")&&process.version.match(/^v0\.6\.[0-2]|^v0\.5\./)&&function(e){e.lchmod=function(t,n,r){e.open(t,ue.O_WRONLY|ue.O_SYMLINK,n,(function(t,u){t?r&&r(t):e.fchmod(u,n,(function(t){e.close(u,(function(e){r&&r(t||e)}))}))}))},e.lchmodSync=function(t,n){var r,u=e.openSync(t,ue.O_WRONLY|ue.O_SYMLINK,n),o=!0;try{r=e.fchmodSync(u,n),o=!1}finally{if(o)try{e.closeSync(u)}catch(e){}else e.closeSync(u)}return r}}(e);e.lutimes||function(e){ue.hasOwnProperty("O_SYMLINK")&&e.futimes?(e.lutimes=function(t,n,r,u){e.open(t,ue.O_SYMLINK,(function(t,o){t?u&&u(t):e.futimes(o,n,r,(function(t){e.close(o,(function(e){u&&u(t||e)}))}))}))},e.lutimesSync=function(t,n,r){var u,o=e.openSync(t,ue.O_SYMLINK),i=!0;try{u=e.futimesSync(o,n,r),i=!1}finally{if(i)try{e.closeSync(o)}catch(e){}else e.closeSync(o)}return u}):e.futimes&&(e.lutimes=function(e,t,n,r){r&&process.nextTick(r)},e.lutimesSync=function(){})}(e);e.chown=r(e.chown),e.fchown=r(e.fchown),e.lchown=r(e.lchown),e.chmod=t(e.chmod),e.fchmod=t(e.fchmod),e.lchmod=t(e.lchmod),e.chownSync=u(e.chownSync),e.fchownSync=u(e.fchownSync),e.lchownSync=u(e.lchownSync),e.chmodSync=n(e.chmodSync),e.fchmodSync=n(e.fchmodSync),e.lchmodSync=n(e.lchmodSync),e.stat=o(e.stat),e.fstat=o(e.fstat),e.lstat=o(e.lstat),e.statSync=i(e.statSync),e.fstatSync=i(e.fstatSync),e.lstatSync=i(e.lstatSync),e.chmod&&!e.lchmod&&(e.lchmod=function(e,t,n){n&&process.nextTick(n)},e.lchmodSync=function(){});e.chown&&!e.lchown&&(e.lchown=function(e,t,n,r){r&&process.nextTick(r)},e.lchownSync=function(){});"win32"===se&&(e.rename="function"!=typeof e.rename?e.rename:function(t){function n(n,r,u){var o=Date.now(),i=0;t(n,r,(function s(c){if(c&&("EACCES"===c.code||"EPERM"===c.code||"EBUSY"===c.code)&&Date.now()-o<6e4)return setTimeout((function(){e.stat(r,(function(e,o){e&&"ENOENT"===e.code?t(n,r,s):u(c)}))}),i),void(i<100&&(i+=10));u&&u(c)}))}return Object.setPrototypeOf&&Object.setPrototypeOf(n,t),n}(e.rename));function t(t){return t?function(n,r,u){return t.call(e,n,r,(function(e){s(e)&&(e=null),u&&u.apply(this,arguments)}))}:t}function n(t){return t?function(n,r){try{return t.call(e,n,r)}catch(e){if(!s(e))throw e}}:t}function r(t){return t?function(n,r,u,o){return t.call(e,n,r,u,(function(e){s(e)&&(e=null),o&&o.apply(this,arguments)}))}:t}function u(t){return t?function(n,r,u){try{return t.call(e,n,r,u)}catch(e){if(!s(e))throw e}}:t}function o(t){return t?function(n,r,u){function o(e,t){t&&(t.uid<0&&(t.uid+=4294967296),t.gid<0&&(t.gid+=4294967296)),u&&u.apply(this,arguments)}return"function"==typeof r&&(u=r,r=null),r?t.call(e,n,r,o):t.call(e,n,o)}:t}function i(t){return t?function(n,r){var u=r?t.call(e,n,r):t.call(e,n);return u&&(u.uid<0&&(u.uid+=4294967296),u.gid<0&&(u.gid+=4294967296)),u}:t}function s(e){return!e||("ENOSYS"===e.code||!(process.getuid&&0===process.getuid()||"EINVAL"!==e.code&&"EPERM"!==e.code))}e.read="function"!=typeof e.read?e.read:function(t){function n(n,r,u,o,i,s){var c;if(s&&"function"==typeof s){var a=0;c=function(l,f,d){if(l&&"EAGAIN"===l.code&&a<10)return a++,t.call(e,n,r,u,o,i,c);s.apply(this,arguments)}}return t.call(e,n,r,u,o,i,c)}return Object.setPrototypeOf&&Object.setPrototypeOf(n,t),n}(e.read),e.readSync="function"!=typeof e.readSync?e.readSync:(c=e.readSync,function(t,n,r,u,o){for(var i=0;;)try{return c.call(e,t,n,r,u,o)}catch(e){if("EAGAIN"===e.code&&i<10){i++;continue}throw e}});var c};var le=C.default.Stream,fe=function(e){return{ReadStream:function t(n,r){if(!(this instanceof t))return new t(n,r);le.call(this);var u=this;this.path=n,this.fd=null,this.readable=!0,this.paused=!1,this.flags="r",this.mode=438,this.bufferSize=65536,r=r||{};for(var o=Object.keys(r),i=0,s=o.length;ithis.end)throw new Error("start must be <= end");this.pos=this.start}if(null!==this.fd)return void process.nextTick((function(){u._read()}));e.open(this.path,this.flags,this.mode,(function(e,t){if(e)return u.emit("error",e),void(u.readable=!1);u.fd=t,u.emit("open",t),u._read()}))},WriteStream:function t(n,r){if(!(this instanceof t))return new t(n,r);le.call(this),this.path=n,this.fd=null,this.writable=!0,this.flags="w",this.encoding="binary",this.mode=438,this.bytesWritten=0,r=r||{};for(var u=Object.keys(r),o=0,i=u.length;o= zero");this.pos=this.start}this.busy=!1,this._queue=[],null===this.fd&&(this._open=e.open,this._queue.push([this._open,this.path,this.flags,this.mode,void 0]),this.flush())}}};var de=function(e){if(null===e||"object"!=typeof e)return e;if(e instanceof Object)var t={__proto__:De(e)};else t=Object.create(null);return Object.getOwnPropertyNames(e).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))})),t},De=Object.getPrototypeOf||function(e){return e.__proto__};var pe,Ee,me=D.default,he=ae,ye=fe,Ce=de,Fe=F.default;function ge(e,t){Object.defineProperty(e,pe,{get:function(){return t}})}"function"==typeof Symbol&&"function"==typeof Symbol.for?(pe=Symbol.for("graceful-fs.queue"),Ee=Symbol.for("graceful-fs.previous")):(pe="___graceful-fs.queue",Ee="___graceful-fs.previous");var Ae=function(){};if(Fe.debuglog?Ae=Fe.debuglog("gfs4"):/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&(Ae=function(){var e=Fe.format.apply(Fe,arguments);e="GFS4: "+e.split(/\n/).join("\nGFS4: "),console.error(e)}),!me[pe]){var ve=w[pe]||[];ge(me,ve),me.close=function(e){function t(t,n){return e.call(me,t,(function(e){e||_e(),"function"==typeof n&&n.apply(this,arguments)}))}return Object.defineProperty(t,Ee,{value:e}),t}(me.close),me.closeSync=function(e){function t(t){e.apply(me,arguments),_e()}return Object.defineProperty(t,Ee,{value:e}),t}(me.closeSync),/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&process.on("exit",(function(){Ae(me[pe]),g.default.equal(me[pe].length,0)}))}w[pe]||ge(w,me[pe]);var Se,we=Oe(Ce(me));function Oe(e){he(e),e.gracefulify=Oe,e.createReadStream=function(t,n){return new e.ReadStream(t,n)},e.createWriteStream=function(t,n){return new e.WriteStream(t,n)};var t=e.readFile;e.readFile=function(e,n,r){"function"==typeof n&&(r=n,n=null);return function e(n,r,u,o){return t(n,r,(function(t){!t||"EMFILE"!==t.code&&"ENFILE"!==t.code?"function"==typeof u&&u.apply(this,arguments):be([e,[n,r,u],t,o||Date.now(),Date.now()])}))}(e,n,r)};var n=e.writeFile;e.writeFile=function(e,t,r,u){"function"==typeof r&&(u=r,r=null);return function e(t,r,u,o,i){return n(t,r,u,(function(n){!n||"EMFILE"!==n.code&&"ENFILE"!==n.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,r,u,o],n,i||Date.now(),Date.now()])}))}(e,t,r,u)};var r=e.appendFile;r&&(e.appendFile=function(e,t,n,u){"function"==typeof n&&(u=n,n=null);return function e(t,n,u,o,i){return r(t,n,u,(function(r){!r||"EMFILE"!==r.code&&"ENFILE"!==r.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,n,u,o],r,i||Date.now(),Date.now()])}))}(e,t,n,u)});var u=e.copyFile;u&&(e.copyFile=function(e,t,n,r){"function"==typeof n&&(r=n,n=0);return function e(t,n,r,o,i){return u(t,n,r,(function(u){!u||"EMFILE"!==u.code&&"ENFILE"!==u.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,n,r,o],u,i||Date.now(),Date.now()])}))}(e,t,n,r)});var o=e.readdir;e.readdir=function(e,t,n){"function"==typeof t&&(n=t,t=null);var r=i.test(process.version)?function(e,t,n,r){return o(e,u(e,t,n,r))}:function(e,t,n,r){return o(e,t,u(e,t,n,r))};return r(e,t,n);function u(e,t,n,u){return function(o,i){!o||"EMFILE"!==o.code&&"ENFILE"!==o.code?(i&&i.sort&&i.sort(),"function"==typeof n&&n.call(this,o,i)):be([r,[e,t,n],o,u||Date.now(),Date.now()])}}};var i=/^v[0-5]\./;if("v0.8"===process.version.substr(0,4)){var s=ye(e);d=s.ReadStream,D=s.WriteStream}var c=e.ReadStream;c&&(d.prototype=Object.create(c.prototype),d.prototype.open=function(){var e=this;E(e.path,e.flags,e.mode,(function(t,n){t?(e.autoClose&&e.destroy(),e.emit("error",t)):(e.fd=n,e.emit("open",n),e.read())}))});var a=e.WriteStream;a&&(D.prototype=Object.create(a.prototype),D.prototype.open=function(){var e=this;E(e.path,e.flags,e.mode,(function(t,n){t?(e.destroy(),e.emit("error",t)):(e.fd=n,e.emit("open",n))}))}),Object.defineProperty(e,"ReadStream",{get:function(){return d},set:function(e){d=e},enumerable:!0,configurable:!0}),Object.defineProperty(e,"WriteStream",{get:function(){return D},set:function(e){D=e},enumerable:!0,configurable:!0});var l=d;Object.defineProperty(e,"FileReadStream",{get:function(){return l},set:function(e){l=e},enumerable:!0,configurable:!0});var f=D;function d(e,t){return this instanceof d?(c.apply(this,arguments),this):d.apply(Object.create(d.prototype),arguments)}function D(e,t){return this instanceof D?(a.apply(this,arguments),this):D.apply(Object.create(D.prototype),arguments)}Object.defineProperty(e,"FileWriteStream",{get:function(){return f},set:function(e){f=e},enumerable:!0,configurable:!0});var p=e.open;function E(e,t,n,r){return"function"==typeof n&&(r=n,n=null),function e(t,n,r,u,o){return p(t,n,r,(function(i,s){!i||"EMFILE"!==i.code&&"ENFILE"!==i.code?"function"==typeof u&&u.apply(this,arguments):be([e,[t,n,r,u],i,o||Date.now(),Date.now()])}))}(e,t,n,r)}return e.open=E,e}function be(e){Ae("ENQUEUE",e[0].name,e[1]),me[pe].push(e),Be()}function _e(){for(var e=Date.now(),t=0;t2&&(me[pe][t][3]=e,me[pe][t][4]=e);Be()}function Be(){if(clearTimeout(Se),Se=void 0,0!==me[pe].length){var e=me[pe].shift(),t=e[0],n=e[1],r=e[2],u=e[3],o=e[4];if(void 0===u)Ae("RETRY",t.name,n),t.apply(null,n);else if(Date.now()-u>=6e4){Ae("TIMEOUT",t.name,n);var i=n.pop();"function"==typeof i&&i.call(null,r)}else{var s=Date.now()-o,c=Math.max(o-u,1);s>=Math.min(1.2*c,100)?(Ae("RETRY",t.name,n),t.apply(null,n.concat([u]))):me[pe].push(e)}void 0===Se&&(Se=setTimeout(Be,0))}}process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH&&!me.__patched&&(we=Oe(me),me.__patched=!0),function(e){const t=re.fromCallback,n=we,r=["access","appendFile","chmod","chown","close","copyFile","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","lchmod","lchown","link","lstat","mkdir","mkdtemp","open","opendir","readdir","readFile","readlink","realpath","rename","rm","rmdir","stat","symlink","truncate","unlink","utimes","writeFile"].filter((e=>"function"==typeof n[e]));Object.assign(e,n),r.forEach((r=>{e[r]=t(n[r])})),e.realpath.native=t(n.realpath.native),e.exists=function(e,t){return"function"==typeof t?n.exists(e,t):new Promise((t=>n.exists(e,t)))},e.read=function(e,t,r,u,o,i){return"function"==typeof i?n.read(e,t,r,u,o,i):new Promise(((i,s)=>{n.read(e,t,r,u,o,((e,t,n)=>{if(e)return s(e);i({bytesRead:t,buffer:n})}))}))},e.write=function(e,t,...r){return"function"==typeof r[r.length-1]?n.write(e,t,...r):new Promise(((u,o)=>{n.write(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffer:n})}))}))},"function"==typeof n.writev&&(e.writev=function(e,t,...r){return"function"==typeof r[r.length-1]?n.writev(e,t,...r):new Promise(((u,o)=>{n.writev(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffers:n})}))}))})}(ne);var Pe={},ke={};const xe=p.default;ke.checkPath=function(e){if("win32"===process.platform){if(/[<>:"|?*]/.test(e.replace(xe.parse(e).root,""))){const t=new Error(`Path contains invalid characters: ${e}`);throw t.code="EINVAL",t}}};const Ne=ne,{checkPath:Ie}=ke,Te=e=>"number"==typeof e?e:{mode:511,...e}.mode;Pe.makeDir=async(e,t)=>(Ie(e),Ne.mkdir(e,{mode:Te(t),recursive:!0})),Pe.makeDirSync=(e,t)=>(Ie(e),Ne.mkdirSync(e,{mode:Te(t),recursive:!0}));const Re=re.fromPromise,{makeDir:Me,makeDirSync:Le}=Pe,je=Re(Me);var $e={mkdirs:je,mkdirsSync:Le,mkdirp:je,mkdirpSync:Le,ensureDir:je,ensureDirSync:Le};const He=re.fromPromise,Je=ne;var Ge={pathExists:He((function(e){return Je.access(e).then((()=>!0)).catch((()=>!1))})),pathExistsSync:Je.existsSync};const Ve=we;var Ue=function(e,t,n,r){Ve.open(e,"r+",((e,u)=>{if(e)return r(e);Ve.futimes(u,t,n,(e=>{Ve.close(u,(t=>{r&&r(e||t)}))}))}))},We=function(e,t,n){const r=Ve.openSync(e,"r+");return Ve.futimesSync(r,t,n),Ve.closeSync(r)};const ze=ne,Ke=p.default,qe=F.default;function Ye(e,t,n){const r=n.dereference?e=>ze.stat(e,{bigint:!0}):e=>ze.lstat(e,{bigint:!0});return Promise.all([r(e),r(t).catch((e=>{if("ENOENT"===e.code)return null;throw e}))]).then((([e,t])=>({srcStat:e,destStat:t})))}function Xe(e,t){return t.ino&&t.dev&&t.ino===e.ino&&t.dev===e.dev}function Ze(e,t){const n=Ke.resolve(e).split(Ke.sep).filter((e=>e)),r=Ke.resolve(t).split(Ke.sep).filter((e=>e));return n.reduce(((e,t,n)=>e&&r[n]===t),!0)}function Qe(e,t,n){return`Cannot ${n} '${e}' to a subdirectory of itself, '${t}'.`}var et={checkPaths:function(e,t,n,r,u){qe.callbackify(Ye)(e,t,r,((r,o)=>{if(r)return u(r);const{srcStat:i,destStat:s}=o;if(s){if(Xe(i,s)){const r=Ke.basename(e),o=Ke.basename(t);return"move"===n&&r!==o&&r.toLowerCase()===o.toLowerCase()?u(null,{srcStat:i,destStat:s,isChangingCase:!0}):u(new Error("Source and destination must not be the same."))}if(i.isDirectory()&&!s.isDirectory())return u(new Error(`Cannot overwrite non-directory '${t}' with directory '${e}'.`));if(!i.isDirectory()&&s.isDirectory())return u(new Error(`Cannot overwrite directory '${t}' with non-directory '${e}'.`))}return i.isDirectory()&&Ze(e,t)?u(new Error(Qe(e,t,n))):u(null,{srcStat:i,destStat:s})}))},checkPathsSync:function(e,t,n,r){const{srcStat:u,destStat:o}=function(e,t,n){let r;const u=n.dereference?e=>ze.statSync(e,{bigint:!0}):e=>ze.lstatSync(e,{bigint:!0}),o=u(e);try{r=u(t)}catch(e){if("ENOENT"===e.code)return{srcStat:o,destStat:null};throw e}return{srcStat:o,destStat:r}}(e,t,r);if(o){if(Xe(u,o)){const r=Ke.basename(e),i=Ke.basename(t);if("move"===n&&r!==i&&r.toLowerCase()===i.toLowerCase())return{srcStat:u,destStat:o,isChangingCase:!0};throw new Error("Source and destination must not be the same.")}if(u.isDirectory()&&!o.isDirectory())throw new Error(`Cannot overwrite non-directory '${t}' with directory '${e}'.`);if(!u.isDirectory()&&o.isDirectory())throw new Error(`Cannot overwrite directory '${t}' with non-directory '${e}'.`)}if(u.isDirectory()&&Ze(e,t))throw new Error(Qe(e,t,n));return{srcStat:u,destStat:o}},checkParentPaths:function e(t,n,r,u,o){const i=Ke.resolve(Ke.dirname(t)),s=Ke.resolve(Ke.dirname(r));if(s===i||s===Ke.parse(s).root)return o();ze.stat(s,{bigint:!0},((i,c)=>i?"ENOENT"===i.code?o():o(i):Xe(n,c)?o(new Error(Qe(t,r,u))):e(t,n,s,u,o)))},checkParentPathsSync:function e(t,n,r,u){const o=Ke.resolve(Ke.dirname(t)),i=Ke.resolve(Ke.dirname(r));if(i===o||i===Ke.parse(i).root)return;let s;try{s=ze.statSync(i,{bigint:!0})}catch(e){if("ENOENT"===e.code)return;throw e}if(Xe(n,s))throw new Error(Qe(t,r,u));return e(t,n,i,u)},isSrcSubdir:Ze,areIdentical:Xe};const tt=we,nt=p.default,rt=$e.mkdirs,ut=Ge.pathExists,ot=Ue,it=et;function st(e,t,n,r,u){const o=nt.dirname(n);ut(o,((i,s)=>i?u(i):s?at(e,t,n,r,u):void rt(o,(o=>o?u(o):at(e,t,n,r,u)))))}function ct(e,t,n,r,u,o){Promise.resolve(u.filter(n,r)).then((i=>i?e(t,n,r,u,o):o()),(e=>o(e)))}function at(e,t,n,r,u){(r.dereference?tt.stat:tt.lstat)(t,((o,i)=>o?u(o):i.isDirectory()?function(e,t,n,r,u,o){return t?Dt(n,r,u,o):function(e,t,n,r,u){tt.mkdir(n,(o=>{if(o)return u(o);Dt(t,n,r,(t=>t?u(t):dt(n,e,u)))}))}(e.mode,n,r,u,o)}(i,e,t,n,r,u):i.isFile()||i.isCharacterDevice()||i.isBlockDevice()?function(e,t,n,r,u,o){return t?function(e,t,n,r,u){if(!r.overwrite)return r.errorOnExist?u(new Error(`'${n}' already exists`)):u();tt.unlink(n,(o=>o?u(o):lt(e,t,n,r,u)))}(e,n,r,u,o):lt(e,n,r,u,o)}(i,e,t,n,r,u):i.isSymbolicLink()?function(e,t,n,r,u){tt.readlink(t,((t,o)=>t?u(t):(r.dereference&&(o=nt.resolve(process.cwd(),o)),e?void tt.readlink(n,((t,i)=>t?"EINVAL"===t.code||"UNKNOWN"===t.code?tt.symlink(o,n,u):u(t):(r.dereference&&(i=nt.resolve(process.cwd(),i)),it.isSrcSubdir(o,i)?u(new Error(`Cannot copy '${o}' to a subdirectory of itself, '${i}'.`)):e.isDirectory()&&it.isSrcSubdir(i,o)?u(new Error(`Cannot overwrite '${i}' with '${o}'.`)):function(e,t,n){tt.unlink(t,(r=>r?n(r):tt.symlink(e,t,n)))}(o,n,u)))):tt.symlink(o,n,u))))}(e,t,n,r,u):i.isSocket()?u(new Error(`Cannot copy a socket file: ${t}`)):i.isFIFO()?u(new Error(`Cannot copy a FIFO pipe: ${t}`)):u(new Error(`Unknown file: ${t}`))))}function lt(e,t,n,r,u){tt.copyFile(t,n,(o=>o?u(o):r.preserveTimestamps?function(e,t,n,r){if(function(e){return 0==(128&e)}(e))return function(e,t,n){return dt(e,128|t,n)}(n,e,(u=>u?r(u):ft(e,t,n,r)));return ft(e,t,n,r)}(e.mode,t,n,u):dt(n,e.mode,u)))}function ft(e,t,n,r){!function(e,t,n){tt.stat(e,((e,r)=>e?n(e):ot(t,r.atime,r.mtime,n)))}(t,n,(t=>t?r(t):dt(n,e,r)))}function dt(e,t,n){return tt.chmod(e,t,n)}function Dt(e,t,n,r){tt.readdir(e,((u,o)=>u?r(u):pt(o,e,t,n,r)))}function pt(e,t,n,r,u){const o=e.pop();return o?function(e,t,n,r,u,o){const i=nt.join(n,t),s=nt.join(r,t);it.checkPaths(i,s,"copy",u,((t,c)=>{if(t)return o(t);const{destStat:a}=c;!function(e,t,n,r,u){r.filter?ct(at,e,t,n,r,u):at(e,t,n,r,u)}(a,i,s,u,(t=>t?o(t):pt(e,n,r,u,o)))}))}(e,o,t,n,r,u):u()}var Et=function(e,t,n,r){"function"!=typeof n||r?"function"==typeof n&&(n={filter:n}):(r=n,n={}),r=r||function(){},(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269"),it.checkPaths(e,t,"copy",n,((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;it.checkParentPaths(e,i,t,"copy",(u=>u?r(u):n.filter?ct(st,s,e,t,n,r):st(s,e,t,n,r)))}))};const mt=we,ht=p.default,yt=$e.mkdirsSync,Ct=We,Ft=et;function gt(e,t,n,r){const u=(r.dereference?mt.statSync:mt.lstatSync)(t);if(u.isDirectory())return function(e,t,n,r,u){return t?St(n,r,u):function(e,t,n,r){return mt.mkdirSync(n),St(t,n,r),vt(n,e)}(e.mode,n,r,u)}(u,e,t,n,r);if(u.isFile()||u.isCharacterDevice()||u.isBlockDevice())return function(e,t,n,r,u){return t?function(e,t,n,r){if(r.overwrite)return mt.unlinkSync(n),At(e,t,n,r);if(r.errorOnExist)throw new Error(`'${n}' already exists`)}(e,n,r,u):At(e,n,r,u)}(u,e,t,n,r);if(u.isSymbolicLink())return function(e,t,n,r){let u=mt.readlinkSync(t);r.dereference&&(u=ht.resolve(process.cwd(),u));if(e){let e;try{e=mt.readlinkSync(n)}catch(e){if("EINVAL"===e.code||"UNKNOWN"===e.code)return mt.symlinkSync(u,n);throw e}if(r.dereference&&(e=ht.resolve(process.cwd(),e)),Ft.isSrcSubdir(u,e))throw new Error(`Cannot copy '${u}' to a subdirectory of itself, '${e}'.`);if(mt.statSync(n).isDirectory()&&Ft.isSrcSubdir(e,u))throw new Error(`Cannot overwrite '${e}' with '${u}'.`);return function(e,t){return mt.unlinkSync(t),mt.symlinkSync(e,t)}(u,n)}return mt.symlinkSync(u,n)}(e,t,n,r);if(u.isSocket())throw new Error(`Cannot copy a socket file: ${t}`);if(u.isFIFO())throw new Error(`Cannot copy a FIFO pipe: ${t}`);throw new Error(`Unknown file: ${t}`)}function At(e,t,n,r){return mt.copyFileSync(t,n),r.preserveTimestamps&&function(e,t,n){(function(e){return 0==(128&e)})(e)&&function(e,t){vt(e,128|t)}(n,e);(function(e,t){const n=mt.statSync(e);Ct(t,n.atime,n.mtime)})(t,n)}(e.mode,t,n),vt(n,e.mode)}function vt(e,t){return mt.chmodSync(e,t)}function St(e,t,n){mt.readdirSync(e).forEach((r=>function(e,t,n,r){const u=ht.join(t,e),o=ht.join(n,e),{destStat:i}=Ft.checkPathsSync(u,o,"copy",r);return function(e,t,n,r){if(!r.filter||r.filter(t,n))return gt(e,t,n,r)}(i,u,o,r)}(r,e,t,n)))}var wt=function(e,t,n){"function"==typeof n&&(n={filter:n}),(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269");const{srcStat:r,destStat:u}=Ft.checkPathsSync(e,t,"copy",n);return Ft.checkParentPathsSync(e,r,t,"copy"),function(e,t,n,r){if(r.filter&&!r.filter(t,n))return;const u=ht.dirname(n);mt.existsSync(u)||yt(u);return gt(e,t,n,r)}(u,e,t,n)};var Ot={copy:(0,re.fromCallback)(Et),copySync:wt};const bt=we,_t=p.default,Bt=g.default,Pt="win32"===process.platform;function kt(e){["unlink","chmod","stat","lstat","rmdir","readdir"].forEach((t=>{e[t]=e[t]||bt[t],e[t+="Sync"]=e[t]||bt[t]})),e.maxBusyTries=e.maxBusyTries||3}function xt(e,t,n){let r=0;"function"==typeof t&&(n=t,t={}),Bt(e,"rimraf: missing path"),Bt.strictEqual(typeof e,"string","rimraf: path should be a string"),Bt.strictEqual(typeof n,"function","rimraf: callback function required"),Bt(t,"rimraf: invalid options argument provided"),Bt.strictEqual(typeof t,"object","rimraf: options should be object"),kt(t),Nt(e,t,(function u(o){if(o){if(("EBUSY"===o.code||"ENOTEMPTY"===o.code||"EPERM"===o.code)&&rNt(e,t,u)),100*r)}"ENOENT"===o.code&&(o=null)}n(o)}))}function Nt(e,t,n){Bt(e),Bt(t),Bt("function"==typeof n),t.lstat(e,((r,u)=>r&&"ENOENT"===r.code?n(null):r&&"EPERM"===r.code&&Pt?It(e,t,r,n):u&&u.isDirectory()?Rt(e,t,r,n):void t.unlink(e,(r=>{if(r){if("ENOENT"===r.code)return n(null);if("EPERM"===r.code)return Pt?It(e,t,r,n):Rt(e,t,r,n);if("EISDIR"===r.code)return Rt(e,t,r,n)}return n(r)}))))}function It(e,t,n,r){Bt(e),Bt(t),Bt("function"==typeof r),t.chmod(e,438,(u=>{u?r("ENOENT"===u.code?null:n):t.stat(e,((u,o)=>{u?r("ENOENT"===u.code?null:n):o.isDirectory()?Rt(e,t,n,r):t.unlink(e,r)}))}))}function Tt(e,t,n){let r;Bt(e),Bt(t);try{t.chmodSync(e,438)}catch(e){if("ENOENT"===e.code)return;throw n}try{r=t.statSync(e)}catch(e){if("ENOENT"===e.code)return;throw n}r.isDirectory()?Lt(e,t,n):t.unlinkSync(e)}function Rt(e,t,n,r){Bt(e),Bt(t),Bt("function"==typeof r),t.rmdir(e,(u=>{!u||"ENOTEMPTY"!==u.code&&"EEXIST"!==u.code&&"EPERM"!==u.code?u&&"ENOTDIR"===u.code?r(n):r(u):function(e,t,n){Bt(e),Bt(t),Bt("function"==typeof n),t.readdir(e,((r,u)=>{if(r)return n(r);let o,i=u.length;if(0===i)return t.rmdir(e,n);u.forEach((r=>{xt(_t.join(e,r),t,(r=>{if(!o)return r?n(o=r):void(0==--i&&t.rmdir(e,n))}))}))}))}(e,t,r)}))}function Mt(e,t){let n;kt(t=t||{}),Bt(e,"rimraf: missing path"),Bt.strictEqual(typeof e,"string","rimraf: path should be a string"),Bt(t,"rimraf: missing options"),Bt.strictEqual(typeof t,"object","rimraf: options should be object");try{n=t.lstatSync(e)}catch(n){if("ENOENT"===n.code)return;"EPERM"===n.code&&Pt&&Tt(e,t,n)}try{n&&n.isDirectory()?Lt(e,t,null):t.unlinkSync(e)}catch(n){if("ENOENT"===n.code)return;if("EPERM"===n.code)return Pt?Tt(e,t,n):Lt(e,t,n);if("EISDIR"!==n.code)throw n;Lt(e,t,n)}}function Lt(e,t,n){Bt(e),Bt(t);try{t.rmdirSync(e)}catch(r){if("ENOTDIR"===r.code)throw n;if("ENOTEMPTY"===r.code||"EEXIST"===r.code||"EPERM"===r.code)!function(e,t){if(Bt(e),Bt(t),t.readdirSync(e).forEach((n=>Mt(_t.join(e,n),t))),!Pt){return t.rmdirSync(e,t)}{const n=Date.now();do{try{return t.rmdirSync(e,t)}catch{}}while(Date.now()-n<500)}}(e,t);else if("ENOENT"!==r.code)throw r}}var jt=xt;xt.sync=Mt;const $t=we,Ht=re.fromCallback,Jt=jt;var Gt={remove:Ht((function(e,t){if($t.rm)return $t.rm(e,{recursive:!0,force:!0},t);Jt(e,t)})),removeSync:function(e){if($t.rmSync)return $t.rmSync(e,{recursive:!0,force:!0});Jt.sync(e)}};const Vt=re.fromPromise,Ut=ne,Wt=p.default,zt=$e,Kt=Gt,qt=Vt((async function(e){let t;try{t=await Ut.readdir(e)}catch{return zt.mkdirs(e)}return Promise.all(t.map((t=>Kt.remove(Wt.join(e,t)))))}));function Yt(e){let t;try{t=Ut.readdirSync(e)}catch{return zt.mkdirsSync(e)}t.forEach((t=>{t=Wt.join(e,t),Kt.removeSync(t)}))}var Xt={emptyDirSync:Yt,emptydirSync:Yt,emptyDir:qt,emptydir:qt};const Zt=re.fromCallback,Qt=p.default,en=we,tn=$e;var nn={createFile:Zt((function(e,t){function n(){en.writeFile(e,"",(e=>{if(e)return t(e);t()}))}en.stat(e,((r,u)=>{if(!r&&u.isFile())return t();const o=Qt.dirname(e);en.stat(o,((e,r)=>{if(e)return"ENOENT"===e.code?tn.mkdirs(o,(e=>{if(e)return t(e);n()})):t(e);r.isDirectory()?n():en.readdir(o,(e=>{if(e)return t(e)}))}))}))})),createFileSync:function(e){let t;try{t=en.statSync(e)}catch{}if(t&&t.isFile())return;const n=Qt.dirname(e);try{en.statSync(n).isDirectory()||en.readdirSync(n)}catch(e){if(!e||"ENOENT"!==e.code)throw e;tn.mkdirsSync(n)}en.writeFileSync(e,"")}};const rn=re.fromCallback,un=p.default,on=we,sn=$e,cn=Ge.pathExists,{areIdentical:an}=et;var ln={createLink:rn((function(e,t,n){function r(e,t){on.link(e,t,(e=>{if(e)return n(e);n(null)}))}on.lstat(t,((u,o)=>{on.lstat(e,((u,i)=>{if(u)return u.message=u.message.replace("lstat","ensureLink"),n(u);if(o&&an(i,o))return n(null);const s=un.dirname(t);cn(s,((u,o)=>u?n(u):o?r(e,t):void sn.mkdirs(s,(u=>{if(u)return n(u);r(e,t)}))))}))}))})),createLinkSync:function(e,t){let n;try{n=on.lstatSync(t)}catch{}try{const t=on.lstatSync(e);if(n&&an(t,n))return}catch(e){throw e.message=e.message.replace("lstat","ensureLink"),e}const r=un.dirname(t);return on.existsSync(r)||sn.mkdirsSync(r),on.linkSync(e,t)}};const fn=p.default,dn=we,Dn=Ge.pathExists;var pn={symlinkPaths:function(e,t,n){if(fn.isAbsolute(e))return dn.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:e})));{const r=fn.dirname(t),u=fn.join(r,e);return Dn(u,((t,o)=>t?n(t):o?n(null,{toCwd:u,toDst:e}):dn.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:fn.relative(r,e)})))))}},symlinkPathsSync:function(e,t){let n;if(fn.isAbsolute(e)){if(n=dn.existsSync(e),!n)throw new Error("absolute srcpath does not exist");return{toCwd:e,toDst:e}}{const r=fn.dirname(t),u=fn.join(r,e);if(n=dn.existsSync(u),n)return{toCwd:u,toDst:e};if(n=dn.existsSync(e),!n)throw new Error("relative srcpath does not exist");return{toCwd:e,toDst:fn.relative(r,e)}}}};const En=we;var mn={symlinkType:function(e,t,n){if(n="function"==typeof t?t:n,t="function"!=typeof t&&t)return n(null,t);En.lstat(e,((e,r)=>{if(e)return n(null,"file");t=r&&r.isDirectory()?"dir":"file",n(null,t)}))},symlinkTypeSync:function(e,t){let n;if(t)return t;try{n=En.lstatSync(e)}catch{return"file"}return n&&n.isDirectory()?"dir":"file"}};const hn=re.fromCallback,yn=p.default,Cn=ne,Fn=$e.mkdirs,gn=$e.mkdirsSync,An=pn.symlinkPaths,vn=pn.symlinkPathsSync,Sn=mn.symlinkType,wn=mn.symlinkTypeSync,On=Ge.pathExists,{areIdentical:bn}=et;function _n(e,t,n,r){An(e,t,((u,o)=>{if(u)return r(u);e=o.toDst,Sn(o.toCwd,n,((n,u)=>{if(n)return r(n);const o=yn.dirname(t);On(o,((n,i)=>n?r(n):i?Cn.symlink(e,t,u,r):void Fn(o,(n=>{if(n)return r(n);Cn.symlink(e,t,u,r)}))))}))}))}var Bn={createSymlink:hn((function(e,t,n,r){r="function"==typeof n?n:r,n="function"!=typeof n&&n,Cn.lstat(t,((u,o)=>{!u&&o.isSymbolicLink()?Promise.all([Cn.stat(e),Cn.stat(t)]).then((([u,o])=>{if(bn(u,o))return r(null);_n(e,t,n,r)})):_n(e,t,n,r)}))})),createSymlinkSync:function(e,t,n){let r;try{r=Cn.lstatSync(t)}catch{}if(r&&r.isSymbolicLink()){const n=Cn.statSync(e),r=Cn.statSync(t);if(bn(n,r))return}const u=vn(e,t);e=u.toDst,n=wn(u.toCwd,n);const o=yn.dirname(t);return Cn.existsSync(o)||gn(o),Cn.symlinkSync(e,t,n)}};const{createFile:Pn,createFileSync:kn}=nn,{createLink:xn,createLinkSync:Nn}=ln,{createSymlink:In,createSymlinkSync:Tn}=Bn;var Rn={createFile:Pn,createFileSync:kn,ensureFile:Pn,ensureFileSync:kn,createLink:xn,createLinkSync:Nn,ensureLink:xn,ensureLinkSync:Nn,createSymlink:In,createSymlinkSync:Tn,ensureSymlink:In,ensureSymlinkSync:Tn};var Mn={stringify:function(e,{EOL:t="\n",finalEOL:n=!0,replacer:r=null,spaces:u}={}){const o=n?t:"";return JSON.stringify(e,r,u).replace(/\n/g,t)+o},stripBom:function(e){return Buffer.isBuffer(e)&&(e=e.toString("utf8")),e.replace(/^\uFEFF/,"")}};let Ln;try{Ln=we}catch(e){Ln=D.default}const jn=re,{stringify:$n,stripBom:Hn}=Mn;const Jn=jn.fromPromise((async function(e,t={}){"string"==typeof t&&(t={encoding:t});const n=t.fs||Ln,r=!("throws"in t)||t.throws;let u,o=await jn.fromCallback(n.readFile)(e,t);o=Hn(o);try{u=JSON.parse(o,t?t.reviver:null)}catch(t){if(r)throw t.message=`${e}: ${t.message}`,t;return null}return u}));const Gn=jn.fromPromise((async function(e,t,n={}){const r=n.fs||Ln,u=$n(t,n);await jn.fromCallback(r.writeFile)(e,u,n)}));const Vn={readFile:Jn,readFileSync:function(e,t={}){"string"==typeof t&&(t={encoding:t});const n=t.fs||Ln,r=!("throws"in t)||t.throws;try{let r=n.readFileSync(e,t);return r=Hn(r),JSON.parse(r,t.reviver)}catch(t){if(r)throw t.message=`${e}: ${t.message}`,t;return null}},writeFile:Gn,writeFileSync:function(e,t,n={}){const r=n.fs||Ln,u=$n(t,n);return r.writeFileSync(e,u,n)}};var Un={readJson:Vn.readFile,readJsonSync:Vn.readFileSync,writeJson:Vn.writeFile,writeJsonSync:Vn.writeFileSync};const Wn=re.fromCallback,zn=we,Kn=p.default,qn=$e,Yn=Ge.pathExists;var Xn={outputFile:Wn((function(e,t,n,r){"function"==typeof n&&(r=n,n="utf8");const u=Kn.dirname(e);Yn(u,((o,i)=>o?r(o):i?zn.writeFile(e,t,n,r):void qn.mkdirs(u,(u=>{if(u)return r(u);zn.writeFile(e,t,n,r)}))))})),outputFileSync:function(e,...t){const n=Kn.dirname(e);if(zn.existsSync(n))return zn.writeFileSync(e,...t);qn.mkdirsSync(n),zn.writeFileSync(e,...t)}};const{stringify:Zn}=Mn,{outputFile:Qn}=Xn;var er=async function(e,t,n={}){const r=Zn(t,n);await Qn(e,r,n)};const{stringify:tr}=Mn,{outputFileSync:nr}=Xn;var rr=function(e,t,n){const r=tr(t,n);nr(e,r,n)};const ur=re.fromPromise,or=Un;or.outputJson=ur(er),or.outputJsonSync=rr,or.outputJSON=or.outputJson,or.outputJSONSync=or.outputJsonSync,or.writeJSON=or.writeJson,or.writeJSONSync=or.writeJsonSync,or.readJSON=or.readJson,or.readJSONSync=or.readJsonSync;var ir=or;const sr=we,cr=p.default,ar=Ot.copy,lr=Gt.remove,fr=$e.mkdirp,dr=Ge.pathExists,Dr=et;function pr(e,t,n,r,u){return r?Er(e,t,n,u):n?lr(t,(r=>r?u(r):Er(e,t,n,u))):void dr(t,((r,o)=>r?u(r):o?u(new Error("dest already exists.")):Er(e,t,n,u)))}function Er(e,t,n,r){sr.rename(e,t,(u=>u?"EXDEV"!==u.code?r(u):function(e,t,n,r){const u={overwrite:n,errorOnExist:!0};ar(e,t,u,(t=>t?r(t):lr(e,r)))}(e,t,n,r):r()))}var mr=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=n.overwrite||n.clobber||!1;Dr.checkPaths(e,t,"move",n,((n,o)=>{if(n)return r(n);const{srcStat:i,isChangingCase:s=!1}=o;Dr.checkParentPaths(e,i,t,"move",(n=>n?r(n):function(e){const t=cr.dirname(e);return cr.parse(t).root===t}(t)?pr(e,t,u,s,r):void fr(cr.dirname(t),(n=>n?r(n):pr(e,t,u,s,r)))))}))};const hr=we,yr=p.default,Cr=Ot.copySync,Fr=Gt.removeSync,gr=$e.mkdirpSync,Ar=et;function vr(e,t,n){try{hr.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)throw r;return function(e,t,n){const r={overwrite:n,errorOnExist:!0};return Cr(e,t,r),Fr(e)}(e,t,n)}}var Sr=function(e,t,n){const r=(n=n||{}).overwrite||n.clobber||!1,{srcStat:u,isChangingCase:o=!1}=Ar.checkPathsSync(e,t,"move",n);return Ar.checkParentPathsSync(e,u,t,"move"),function(e){const t=yr.dirname(e);return yr.parse(t).root===t}(t)||gr(yr.dirname(t)),function(e,t,n,r){if(r)return vr(e,t,n);if(n)return Fr(t),vr(e,t,n);if(hr.existsSync(t))throw new Error("dest already exists.");return vr(e,t,n)}(e,t,r,o)};var wr,Or,br,_r,Br,Pr={move:(0,re.fromCallback)(mr),moveSync:Sr},kr={...ne,...Ot,...Xt,...Rn,...ir,...$e,...Pr,...Xn,...Ge,...Gt},xr={},Nr={exports:{}},Ir={exports:{}};function Tr(){if(Or)return wr;Or=1;var e=1e3,t=60*e,n=60*t,r=24*n,u=7*r,o=365.25*r;function i(e,t,n,r){var u=t>=1.5*n;return Math.round(e/n)+" "+r+(u?"s":"")}return wr=function(s,c){c=c||{};var a=typeof s;if("string"===a&&s.length>0)return function(i){if((i=String(i)).length>100)return;var s=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(i);if(!s)return;var c=parseFloat(s[1]);switch((s[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return c*o;case"weeks":case"week":case"w":return c*u;case"days":case"day":case"d":return c*r;case"hours":case"hour":case"hrs":case"hr":case"h":return c*n;case"minutes":case"minute":case"mins":case"min":case"m":return c*t;case"seconds":case"second":case"secs":case"sec":case"s":return c*e;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return c;default:return}}(s);if("number"===a&&isFinite(s))return c.long?function(u){var o=Math.abs(u);if(o>=r)return i(u,o,r,"day");if(o>=n)return i(u,o,n,"hour");if(o>=t)return i(u,o,t,"minute");if(o>=e)return i(u,o,e,"second");return u+" ms"}(s):function(u){var o=Math.abs(u);if(o>=r)return Math.round(u/r)+"d";if(o>=n)return Math.round(u/n)+"h";if(o>=t)return Math.round(u/t)+"m";if(o>=e)return Math.round(u/e)+"s";return u+"ms"}(s);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(s))}}function Rr(){if(_r)return br;return _r=1,br=function(e){function t(e){let r,u,o,i=null;function s(...e){if(!s.enabled)return;const n=s,u=Number(new Date),o=u-(r||u);n.diff=o,n.prev=r,n.curr=u,r=u,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let i=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((r,u)=>{if("%%"===r)return"%";i++;const o=t.formatters[u];if("function"==typeof o){const t=e[i];r=o.call(n,t),e.splice(i,1),i--}return r})),t.formatArgs.call(n,e);(n.log||t.log).apply(n,e)}return s.namespace=e,s.useColors=t.useColors(),s.color=t.selectColor(e),s.extend=n,s.destroy=t.destroy,Object.defineProperty(s,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==i?i:(u!==t.namespaces&&(u=t.namespaces,o=t.enabled(e)),o),set:e=>{i=e}}),"function"==typeof t.init&&t.init(s),s}function n(e,n){const r=t(this.namespace+(void 0===n?":":n)+e);return r.log=this.log,r}function r(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){if(e instanceof Error)return e.stack||e.message;return e},t.disable=function(){const e=[...t.names.map(r),...t.skips.map(r).map((e=>"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){let n;t.save(e),t.namespaces=e,t.names=[],t.skips=[];const r=("string"==typeof e?e:"").split(/[\s,]+/),u=r.length;for(n=0;n{t[n]=e[n]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let n=0;for(let t=0;t{const n=e.startsWith("-")?"":1===e.length?"-":"--",r=t.indexOf(n+e),u=t.indexOf("--");return-1!==r&&(-1===u||r{}),"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."),t.colors=[6,2,3,4,5,1];try{const e=function(){if($r)return jr;$r=1;const e=E.default,t=A.default,n=Vr(),{env:r}=process;let u;function o(e){return 0!==e&&{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}function i(t,o){if(0===u)return 0;if(n("color=16m")||n("color=full")||n("color=truecolor"))return 3;if(n("color=256"))return 2;if(t&&!o&&void 0===u)return 0;const i=u||0;if("dumb"===r.TERM)return i;if("win32"===process.platform){const t=e.release().split(".");return Number(t[0])>=10&&Number(t[2])>=10586?Number(t[2])>=14931?3:2:1}if("CI"in r)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some((e=>e in r))||"codeship"===r.CI_NAME?1:i;if("TEAMCITY_VERSION"in r)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(r.TEAMCITY_VERSION)?1:0;if("truecolor"===r.COLORTERM)return 3;if("TERM_PROGRAM"in r){const e=parseInt((r.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(r.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(r.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(r.TERM)||"COLORTERM"in r?1:i}return n("no-color")||n("no-colors")||n("color=false")||n("color=never")?u=0:(n("color")||n("colors")||n("color=true")||n("color=always"))&&(u=1),"FORCE_COLOR"in r&&(u="true"===r.FORCE_COLOR?1:"false"===r.FORCE_COLOR?0:0===r.FORCE_COLOR.length?1:Math.min(parseInt(r.FORCE_COLOR,10),3)),jr={supportsColor:function(e){return o(i(e,e&&e.isTTY))},stdout:o(i(!0,t.isatty(1))),stderr:o(i(!0,t.isatty(2)))}}();e&&(e.stderr||e).level>=2&&(t.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch(e){}t.inspectOpts=Object.keys(process.env).filter((e=>/^debug_/i.test(e))).reduce(((e,t)=>{const n=t.substring(6).toLowerCase().replace(/_([a-z])/g,((e,t)=>t.toUpperCase()));let r=process.env[t];return r=!!/^(yes|on|true|enabled)$/i.test(r)||!/^(no|off|false|disabled)$/i.test(r)&&("null"===r?null:Number(r)),e[n]=r,e}),{}),e.exports=Rr()(t);const{formatters:u}=e.exports;u.o=function(e){return this.inspectOpts.colors=this.useColors,r.inspect(e,this.inspectOpts).split("\n").map((e=>e.trim())).join(" ")},u.O=function(e){return this.inspectOpts.colors=this.useColors,r.inspect(e,this.inspectOpts)}}(Gr,Gr.exports)),Gr.exports}Jr=Nr,"undefined"==typeof process||"renderer"===process.type||!0===process.browser||process.__nwjs?Jr.exports=(Br||(Br=1,function(e,t){t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const n="color: "+this.color;t.splice(1,0,n,"color: inherit");let r=0,u=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(r++,"%c"===e&&(u=r))})),t.splice(u,0,n)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug")}catch(e){}return!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e},t.useColors=function(){return!("undefined"==typeof window||!window.process||"renderer"!==window.process.type&&!window.process.__nwjs)||("undefined"==typeof navigator||!navigator.userAgent||!navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))&&("undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/))},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=Rr()(t);const{formatters:n}=e.exports;n.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}}(Ir,Ir.exports)),Ir.exports):Jr.exports=Ur();var Wr=function(e){return(e=e||{}).circles?function(e){var t=[],n=[];return e.proto?function e(u){if("object"!=typeof u||null===u)return u;if(u instanceof Date)return new Date(u);if(Array.isArray(u))return r(u,e);if(u instanceof Map)return new Map(r(Array.from(u),e));if(u instanceof Set)return new Set(r(Array.from(u),e));var o={};for(var i in t.push(u),n.push(o),u){var s=u[i];if("object"!=typeof s||null===s)o[i]=s;else if(s instanceof Date)o[i]=new Date(s);else if(s instanceof Map)o[i]=new Map(r(Array.from(s),e));else if(s instanceof Set)o[i]=new Set(r(Array.from(s),e));else if(ArrayBuffer.isView(s))o[i]=zr(s);else{var c=t.indexOf(s);o[i]=-1!==c?n[c]:e(s)}}return t.pop(),n.pop(),o}:function e(u){if("object"!=typeof u||null===u)return u;if(u instanceof Date)return new Date(u);if(Array.isArray(u))return r(u,e);if(u instanceof Map)return new Map(r(Array.from(u),e));if(u instanceof Set)return new Set(r(Array.from(u),e));var o={};for(var i in t.push(u),n.push(o),u)if(!1!==Object.hasOwnProperty.call(u,i)){var s=u[i];if("object"!=typeof s||null===s)o[i]=s;else if(s instanceof Date)o[i]=new Date(s);else if(s instanceof Map)o[i]=new Map(r(Array.from(s),e));else if(s instanceof Set)o[i]=new Set(r(Array.from(s),e));else if(ArrayBuffer.isView(s))o[i]=zr(s);else{var c=t.indexOf(s);o[i]=-1!==c?n[c]:e(s)}}return t.pop(),n.pop(),o};function r(e,r){for(var u=Object.keys(e),o=new Array(u.length),i=0;i!e,Qr=e=>e&&"object"==typeof e&&!Array.isArray(e),eu=(e,t,n)=>{(Array.isArray(t)?t:[t]).forEach((t=>{if(t)throw new Error(`Problem with log4js configuration: (${Kr.inspect(e,{depth:5})}) - ${n}`)}))};var tu={configure:e=>{qr("New configuration to be validated: ",e),eu(e,Zr(Qr(e)),"must be an object."),qr(`Calling pre-processing listeners (${Yr.length})`),Yr.forEach((t=>t(e))),qr("Configuration pre-processing finished."),qr(`Calling configuration listeners (${Xr.length})`),Xr.forEach((t=>t(e))),qr("Configuration finished.")},addListener:e=>{Xr.push(e),qr(`Added listener, now ${Xr.length} listeners`)},addPreProcessingListener:e=>{Yr.push(e),qr(`Added pre-processing listener, now ${Yr.length} listeners`)},throwExceptionIf:eu,anObject:Qr,anInteger:e=>e&&"number"==typeof e&&Number.isInteger(e),validIdentifier:e=>/^[A-Za-z][A-Za-z0-9_]*$/g.test(e),not:Zr},nu={exports:{}};!function(e){function t(e,t){for(var n=e.toString();n.length-1?s:c,l=n(u.getHours()),f=n(u.getMinutes()),d=n(u.getSeconds()),D=t(u.getMilliseconds(),3),p=function(e){var t=Math.abs(e),n=String(Math.floor(t/60)),r=String(t%60);return n=("0"+n).slice(-2),r=("0"+r).slice(-2),0===e?"Z":(e<0?"+":"-")+n+":"+r}(u.getTimezoneOffset());return r.replace(/dd/g,o).replace(/MM/g,i).replace(/y{1,4}/g,a).replace(/hh/g,l).replace(/mm/g,f).replace(/ss/g,d).replace(/SSS/g,D).replace(/O/g,p)}function u(e,t,n,r){e["set"+(r?"":"UTC")+t](n)}e.exports=r,e.exports.asString=r,e.exports.parse=function(t,n,r){if(!t)throw new Error("pattern must be supplied");return function(t,n,r){var o=t.indexOf("O")<0,i=!1,s=[{pattern:/y{1,4}/,regexp:"\\d{1,4}",fn:function(e,t){u(e,"FullYear",t,o)}},{pattern:/MM/,regexp:"\\d{1,2}",fn:function(e,t){u(e,"Month",t-1,o),e.getMonth()!==t-1&&(i=!0)}},{pattern:/dd/,regexp:"\\d{1,2}",fn:function(e,t){i&&u(e,"Month",e.getMonth()-1,o),u(e,"Date",t,o)}},{pattern:/hh/,regexp:"\\d{1,2}",fn:function(e,t){u(e,"Hours",t,o)}},{pattern:/mm/,regexp:"\\d\\d",fn:function(e,t){u(e,"Minutes",t,o)}},{pattern:/ss/,regexp:"\\d\\d",fn:function(e,t){u(e,"Seconds",t,o)}},{pattern:/SSS/,regexp:"\\d\\d\\d",fn:function(e,t){u(e,"Milliseconds",t,o)}},{pattern:/O/,regexp:"[+-]\\d{1,2}:?\\d{2}?|Z",fn:function(e,t){t="Z"===t?0:t.replace(":","");var n=Math.abs(t),r=(t>0?-1:1)*(n%100+60*Math.floor(n/100));e.setUTCMinutes(e.getUTCMinutes()+r)}}],c=s.reduce((function(e,t){return t.pattern.test(e.regexp)?(t.index=e.regexp.match(t.pattern).index,e.regexp=e.regexp.replace(t.pattern,"("+t.regexp+")")):t.index=-1,e}),{regexp:t,index:[]}),a=s.filter((function(e){return e.index>-1}));a.sort((function(e,t){return e.index-t.index}));var l=new RegExp(c.regexp).exec(n);if(l){var f=r||e.exports.now();return a.forEach((function(e,t){e.fn(f,l[t+1])})),f}throw new Error("String '"+n+"' could not be parsed as '"+t+"'")}(t,n,r)},e.exports.now=function(){return new Date},e.exports.ISO8601_FORMAT="yyyy-MM-ddThh:mm:ss.SSS",e.exports.ISO8601_WITH_TZ_OFFSET_FORMAT="yyyy-MM-ddThh:mm:ss.SSSO",e.exports.DATETIME_FORMAT="dd MM yyyy hh:mm:ss.SSS",e.exports.ABSOLUTETIME_FORMAT="hh:mm:ss.SSS"}(nu);const ru=nu.exports,uu=E.default,ou=F.default,iu=p.default,su={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[90,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[91,39],yellow:[33,39]};function cu(e){return e?`[${su[e][0]}m`:""}function au(e){return e?`[${su[e][1]}m`:""}function lu(e,t){return n=ou.format("[%s] [%s] %s - ",ru.asString(e.startTime),e.level.toString(),e.categoryName),cu(r=t)+n+au(r);var n,r}function fu(e){return lu(e)+ou.format(...e.data)}function du(e){return lu(e,e.level.colour)+ou.format(...e.data)}function Du(e){return ou.format(...e.data)}function pu(e){return e.data[0]}function Eu(e,t){const n=/%(-?[0-9]+)?(\.?-?[0-9]+)?([[\]cdhmnprzxXyflos%])(\{([^}]+)\})?|([^%]+)/;function r(e){return e&&e.pid?e.pid.toString():process.pid.toString()}e=e||"%r %p %c - %m%n";const u={c:function(e,t){let n=e.categoryName;if(t){const e=parseInt(t,10),r=n.split(".");ee&&(n=r.slice(-e).join(iu.sep))}return n},l:function(e){return e.lineNumber?`${e.lineNumber}`:""},o:function(e){return e.columnNumber?`${e.columnNumber}`:""},s:function(e){return e.callStack||""}};function o(e,t,n){return u[e](t,n)}function i(e,t,n){let r=e;return r=function(e,t){let n;return e?(n=parseInt(e.substr(1),10),n>0?t.slice(0,n):t.slice(n)):t}(t,r),r=function(e,t){let n;if(e)if("-"===e.charAt(0))for(n=parseInt(e.substr(1),10);t.lengthDu,basic:()=>fu,colored:()=>du,coloured:()=>du,pattern:e=>Eu(e&&e.pattern,e&&e.tokens),dummy:()=>pu};var hu={basicLayout:fu,messagePassThroughLayout:Du,patternLayout:Eu,colouredLayout:du,coloredLayout:du,dummyLayout:pu,addLayout(e,t){mu[e]=t},layout:(e,t)=>mu[e]&&mu[e](t)};const yu=tu,Cu=["white","grey","black","blue","cyan","green","magenta","red","yellow"];class Fu{constructor(e,t,n){this.level=e,this.levelStr=t,this.colour=n}toString(){return this.levelStr}static getLevel(e,t){return e?e instanceof Fu?e:(e instanceof Object&&e.levelStr&&(e=e.levelStr),Fu[e.toString().toUpperCase()]||t):t}static addLevels(e){if(e){Object.keys(e).forEach((t=>{const n=t.toUpperCase();Fu[n]=new Fu(e[t].value,n,e[t].colour);const r=Fu.levels.findIndex((e=>e.levelStr===n));r>-1?Fu.levels[r]=Fu[n]:Fu.levels.push(Fu[n])})),Fu.levels.sort(((e,t)=>e.level-t.level))}}isLessThanOrEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level<=e.level}isGreaterThanOrEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level>=e.level}isEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level===e.level}}Fu.levels=[],Fu.addLevels({ALL:{value:Number.MIN_VALUE,colour:"grey"},TRACE:{value:5e3,colour:"blue"},DEBUG:{value:1e4,colour:"cyan"},INFO:{value:2e4,colour:"green"},WARN:{value:3e4,colour:"yellow"},ERROR:{value:4e4,colour:"red"},FATAL:{value:5e4,colour:"magenta"},MARK:{value:9007199254740992,colour:"grey"},OFF:{value:Number.MAX_VALUE,colour:"grey"}}),yu.addListener((e=>{const t=e.levels;if(t){yu.throwExceptionIf(e,yu.not(yu.anObject(t)),"levels must be an object");Object.keys(t).forEach((n=>{yu.throwExceptionIf(e,yu.not(yu.validIdentifier(n)),`level name "${n}" is not a valid identifier (must start with a letter, only contain A-Z,a-z,0-9,_)`),yu.throwExceptionIf(e,yu.not(yu.anObject(t[n])),`level "${n}" must be an object`),yu.throwExceptionIf(e,yu.not(t[n].value),`level "${n}" must have a 'value' property`),yu.throwExceptionIf(e,yu.not(yu.anInteger(t[n].value)),`level "${n}".value must have an integer value`),yu.throwExceptionIf(e,yu.not(t[n].colour),`level "${n}" must have a 'colour' property`),yu.throwExceptionIf(e,yu.not(Cu.indexOf(t[n].colour)>-1),`level "${n}".colour must be one of ${Cu.join(", ")}`)}))}})),yu.addListener((e=>{Fu.addLevels(e.levels)}));var gu=Fu,Au={exports:{}},vu={};/*! (c) 2020 Andrea Giammarchi */ +const{parse:Su,stringify:wu}=JSON,{keys:Ou}=Object,bu=String,_u="string",Bu={},Pu="object",ku=(e,t)=>t,xu=e=>e instanceof bu?bu(e):e,Nu=(e,t)=>typeof t===_u?new bu(t):t,Iu=(e,t,n,r)=>{const u=[];for(let o=Ou(n),{length:i}=o,s=0;s{const r=bu(t.push(n)-1);return e.set(n,r),r},Ru=(e,t)=>{const n=Su(e,Nu).map(xu),r=n[0],u=t||ku,o=typeof r===Pu&&r?Iu(n,new Set,r,u):r;return u.call({"":o},"",o)};vu.parse=Ru;const Mu=(e,t,n)=>{const r=t&&typeof t===Pu?(e,n)=>""===e||-1Su(Mu(e));vu.fromJSON=e=>Ru(wu(e));const Lu=vu,ju=gu;class $u{constructor(e,t,n,r,u){this.startTime=new Date,this.categoryName=e,this.data=n,this.level=t,this.context=Object.assign({},r),this.pid=process.pid,u&&(this.functionName=u.functionName,this.fileName=u.fileName,this.lineNumber=u.lineNumber,this.columnNumber=u.columnNumber,this.callStack=u.callStack)}serialise(){const e=this.data.map((e=>(e&&e.message&&e.stack&&(e=Object.assign({message:e.message,stack:e.stack},e)),e)));return this.data=e,Lu.stringify(this)}static deserialise(e){let t;try{const n=Lu.parse(e);n.data=n.data.map((e=>{if(e&&e.message&&e.stack){const t=new Error(e);Object.keys(e).forEach((n=>{t[n]=e[n]})),e=t}return e})),t=new $u(n.categoryName,ju.getLevel(n.level.levelStr),n.data,n.context),t.startTime=new Date(n.startTime),t.pid=n.pid,t.cluster=n.cluster}catch(n){t=new $u("log4js",ju.ERROR,["Unable to parse log:",e,"because: ",n])}return t}}var Hu=$u;const Ju=Nr.exports("log4js:clustering"),Gu=Hu,Vu=tu;let Uu=!1,Wu=null;try{Wu=require("cluster")}catch(e){Ju("cluster module not present"),Uu=!0}const zu=[];let Ku=!1,qu="NODE_APP_INSTANCE";const Yu=()=>Ku&&"0"===process.env[qu],Xu=()=>Uu||Wu.isMaster||Yu(),Zu=e=>{zu.forEach((t=>t(e)))},Qu=(e,t)=>{if(Ju("cluster message received from worker ",e,": ",t),e.topic&&e.data&&(t=e,e=void 0),t&&t.topic&&"log4js:message"===t.topic){Ju("received message: ",t.data);const e=Gu.deserialise(t.data);Zu(e)}};Uu||Vu.addListener((e=>{zu.length=0,({pm2:Ku,disableClustering:Uu,pm2InstanceVar:qu="NODE_APP_INSTANCE"}=e),Ju(`clustering disabled ? ${Uu}`),Ju(`cluster.isMaster ? ${Wu&&Wu.isMaster}`),Ju(`pm2 enabled ? ${Ku}`),Ju(`pm2InstanceVar = ${qu}`),Ju(`process.env[${qu}] = ${process.env[qu]}`),Ku&&process.removeListener("message",Qu),Wu&&Wu.removeListener&&Wu.removeListener("message",Qu),Uu||e.disableClustering?Ju("Not listening for cluster messages, because clustering disabled."):Yu()?(Ju("listening for PM2 broadcast messages"),process.on("message",Qu)):Wu.isMaster?(Ju("listening for cluster messages"),Wu.on("message",Qu)):Ju("not listening for messages, because we are not a master process")}));var eo={onlyOnMaster:(e,t)=>Xu()?e():t,isMaster:Xu,send:e=>{Xu()?Zu(e):(Ku||(e.cluster={workerId:Wu.worker.id,worker:process.pid}),process.send({topic:"log4js:message",data:e.serialise()}))},onMessage:e=>{zu.push(e)}},to={};function no(e){if("number"==typeof e&&Number.isInteger(e))return e;const t={K:1024,M:1048576,G:1073741824},n=Object.keys(t),r=e.substr(e.length-1).toLocaleUpperCase(),u=e.substring(0,e.length-1).trim();if(n.indexOf(r)<0||!Number.isInteger(Number(u)))throw Error(`maxLogSize: "${e}" is invalid`);return u*t[r]}function ro(e){return function(e,t){const n=Object.assign({},t);return Object.keys(e).forEach((r=>{n[r]&&(n[r]=e[r](t[r]))})),n}({maxLogSize:no},e)}const uo={file:ro,fileSync:ro};to.modifyConfig=e=>uo[e.type]?uo[e.type](e):e;var oo={};const io=console.log.bind(console);oo.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{io(e(n,t))}}(n,e.timezoneOffset)};var so={};so.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{process.stdout.write(`${e(n,t)}\n`)}}(n,e.timezoneOffset)};var co={};co.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{process.stderr.write(`${e(n,t)}\n`)}}(n,e.timezoneOffset)};var ao={};ao.configure=function(e,t,n,r){const u=n(e.appender);return function(e,t,n,r){const u=r.getLevel(e),o=r.getLevel(t,r.FATAL);return e=>{const t=e.level;t.isGreaterThanOrEqualTo(u)&&t.isLessThanOrEqualTo(o)&&n(e)}}(e.level,e.maxLevel,u,r)};var lo={};const fo=Nr.exports("log4js:categoryFilter");lo.configure=function(e,t,n){const r=n(e.appender);return function(e,t){return"string"==typeof e&&(e=[e]),n=>{fo(`Checking ${n.categoryName} against ${e}`),-1===e.indexOf(n.categoryName)&&(fo("Not excluded, sending to appender"),t(n))}}(e.exclude,r)};var Do={};const po=Nr.exports("log4js:noLogFilter");Do.configure=function(e,t,n){const r=n(e.appender);return function(e,t){return n=>{po(`Checking data: ${n.data} against filters: ${e}`),"string"==typeof e&&(e=[e]),e=e.filter((e=>null!=e&&""!==e));const r=new RegExp(e.join("|"),"i");(0===e.length||n.data.findIndex((e=>r.test(e)))<0)&&(po("Not excluded, sending to appender"),t(n))}}(e.exclude,r)};var Eo={},mo={exports:{}},ho={},yo={fromCallback:function(e){return Object.defineProperty((function(){if("function"!=typeof arguments[arguments.length-1])return new Promise(((t,n)=>{arguments[arguments.length]=(e,r)=>{if(e)return n(e);t(r)},arguments.length++,e.apply(this,arguments)}));e.apply(this,arguments)}),"name",{value:e.name})},fromPromise:function(e){return Object.defineProperty((function(){const t=arguments[arguments.length-1];if("function"!=typeof t)return e.apply(this,arguments);e.apply(this,arguments).then((e=>t(null,e)),t)}),"name",{value:e.name})}};!function(e){const t=yo.fromCallback,n=we,r=["access","appendFile","chmod","chown","close","copyFile","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","lchown","lchmod","link","lstat","mkdir","mkdtemp","open","readFile","readdir","readlink","realpath","rename","rmdir","stat","symlink","truncate","unlink","utimes","writeFile"].filter((e=>"function"==typeof n[e]));Object.keys(n).forEach((t=>{"promises"!==t&&(e[t]=n[t])})),r.forEach((r=>{e[r]=t(n[r])})),e.exists=function(e,t){return"function"==typeof t?n.exists(e,t):new Promise((t=>n.exists(e,t)))},e.read=function(e,t,r,u,o,i){return"function"==typeof i?n.read(e,t,r,u,o,i):new Promise(((i,s)=>{n.read(e,t,r,u,o,((e,t,n)=>{if(e)return s(e);i({bytesRead:t,buffer:n})}))}))},e.write=function(e,t,...r){return"function"==typeof r[r.length-1]?n.write(e,t,...r):new Promise(((u,o)=>{n.write(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffer:n})}))}))},"function"==typeof n.realpath.native&&(e.realpath.native=t(n.realpath.native))}(ho);const Co=p.default;function Fo(e){return(e=Co.normalize(Co.resolve(e)).split(Co.sep)).length>0?e[0]:null}const go=/[<>:"|?*]/;var Ao=function(e){const t=Fo(e);return e=e.replace(t,""),go.test(e)};const vo=we,So=p.default,wo=Ao,Oo=parseInt("0777",8);var bo=function e(t,n,r,u){if("function"==typeof n?(r=n,n={}):n&&"object"==typeof n||(n={mode:n}),"win32"===process.platform&&wo(t)){const e=new Error(t+" contains invalid WIN32 path characters.");return e.code="EINVAL",r(e)}let o=n.mode;const i=n.fs||vo;void 0===o&&(o=Oo&~process.umask()),u||(u=null),r=r||function(){},t=So.resolve(t),i.mkdir(t,o,(o=>{if(!o)return r(null,u=u||t);if("ENOENT"===o.code){if(So.dirname(t)===t)return r(o);e(So.dirname(t),n,((u,o)=>{u?r(u,o):e(t,n,r,o)}))}else i.stat(t,((e,t)=>{e||!t.isDirectory()?r(o,u):r(null,u)}))}))};const _o=we,Bo=p.default,Po=Ao,ko=parseInt("0777",8);var xo=function e(t,n,r){n&&"object"==typeof n||(n={mode:n});let u=n.mode;const o=n.fs||_o;if("win32"===process.platform&&Po(t)){const e=new Error(t+" contains invalid WIN32 path characters.");throw e.code="EINVAL",e}void 0===u&&(u=ko&~process.umask()),r||(r=null),t=Bo.resolve(t);try{o.mkdirSync(t,u),r=r||t}catch(u){if("ENOENT"===u.code){if(Bo.dirname(t)===t)throw u;r=e(Bo.dirname(t),n,r),e(t,n,r)}else{let e;try{e=o.statSync(t)}catch(e){throw u}if(!e.isDirectory())throw u}}return r};const No=(0,yo.fromCallback)(bo);var Io={mkdirs:No,mkdirsSync:xo,mkdirp:No,mkdirpSync:xo,ensureDir:No,ensureDirSync:xo};const To=we;E.default,p.default;var Ro=function(e,t,n,r){To.open(e,"r+",((e,u)=>{if(e)return r(e);To.futimes(u,t,n,(e=>{To.close(u,(t=>{r&&r(e||t)}))}))}))},Mo=function(e,t,n){const r=To.openSync(e,"r+");return To.futimesSync(r,t,n),To.closeSync(r)};const Lo=we,jo=p.default,$o=10,Ho=5,Jo=0,Go=process.versions.node.split("."),Vo=Number.parseInt(Go[0],10),Uo=Number.parseInt(Go[1],10),Wo=Number.parseInt(Go[2],10);function zo(){if(Vo>$o)return!0;if(Vo===$o){if(Uo>Ho)return!0;if(Uo===Ho&&Wo>=Jo)return!0}return!1}function Ko(e,t){const n=jo.resolve(e).split(jo.sep).filter((e=>e)),r=jo.resolve(t).split(jo.sep).filter((e=>e));return n.reduce(((e,t,n)=>e&&r[n]===t),!0)}function qo(e,t,n){return`Cannot ${n} '${e}' to a subdirectory of itself, '${t}'.`}var Yo,Xo,Zo={checkPaths:function(e,t,n,r){!function(e,t,n){zo()?Lo.stat(e,{bigint:!0},((e,r)=>{if(e)return n(e);Lo.stat(t,{bigint:!0},((e,t)=>e?"ENOENT"===e.code?n(null,{srcStat:r,destStat:null}):n(e):n(null,{srcStat:r,destStat:t})))})):Lo.stat(e,((e,r)=>{if(e)return n(e);Lo.stat(t,((e,t)=>e?"ENOENT"===e.code?n(null,{srcStat:r,destStat:null}):n(e):n(null,{srcStat:r,destStat:t})))}))}(e,t,((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;return s&&s.ino&&s.dev&&s.ino===i.ino&&s.dev===i.dev?r(new Error("Source and destination must not be the same.")):i.isDirectory()&&Ko(e,t)?r(new Error(qo(e,t,n))):r(null,{srcStat:i,destStat:s})}))},checkPathsSync:function(e,t,n){const{srcStat:r,destStat:u}=function(e,t){let n,r;n=zo()?Lo.statSync(e,{bigint:!0}):Lo.statSync(e);try{r=zo()?Lo.statSync(t,{bigint:!0}):Lo.statSync(t)}catch(e){if("ENOENT"===e.code)return{srcStat:n,destStat:null};throw e}return{srcStat:n,destStat:r}}(e,t);if(u&&u.ino&&u.dev&&u.ino===r.ino&&u.dev===r.dev)throw new Error("Source and destination must not be the same.");if(r.isDirectory()&&Ko(e,t))throw new Error(qo(e,t,n));return{srcStat:r,destStat:u}},checkParentPaths:function e(t,n,r,u,o){const i=jo.resolve(jo.dirname(t)),s=jo.resolve(jo.dirname(r));if(s===i||s===jo.parse(s).root)return o();zo()?Lo.stat(s,{bigint:!0},((i,c)=>i?"ENOENT"===i.code?o():o(i):c.ino&&c.dev&&c.ino===n.ino&&c.dev===n.dev?o(new Error(qo(t,r,u))):e(t,n,s,u,o))):Lo.stat(s,((i,c)=>i?"ENOENT"===i.code?o():o(i):c.ino&&c.dev&&c.ino===n.ino&&c.dev===n.dev?o(new Error(qo(t,r,u))):e(t,n,s,u,o)))},checkParentPathsSync:function e(t,n,r,u){const o=jo.resolve(jo.dirname(t)),i=jo.resolve(jo.dirname(r));if(i===o||i===jo.parse(i).root)return;let s;try{s=zo()?Lo.statSync(i,{bigint:!0}):Lo.statSync(i)}catch(e){if("ENOENT"===e.code)return;throw e}if(s.ino&&s.dev&&s.ino===n.ino&&s.dev===n.dev)throw new Error(qo(t,r,u));return e(t,n,i,u)},isSrcSubdir:Ko};const Qo=we,ei=p.default,ti=Io.mkdirsSync,ni=Mo,ri=Zo;function ui(e,t,n,r){if(!r.filter||r.filter(t,n))return function(e,t,n,r){const u=r.dereference?Qo.statSync:Qo.lstatSync,o=u(t);if(o.isDirectory())return function(e,t,n,r,u){if(!t)return function(e,t,n,r){return Qo.mkdirSync(n),ii(t,n,r),Qo.chmodSync(n,e.mode)}(e,n,r,u);if(t&&!t.isDirectory())throw new Error(`Cannot overwrite non-directory '${r}' with directory '${n}'.`);return ii(n,r,u)}(o,e,t,n,r);if(o.isFile()||o.isCharacterDevice()||o.isBlockDevice())return function(e,t,n,r,u){return t?function(e,t,n,r){if(r.overwrite)return Qo.unlinkSync(n),oi(e,t,n,r);if(r.errorOnExist)throw new Error(`'${n}' already exists`)}(e,n,r,u):oi(e,n,r,u)}(o,e,t,n,r);if(o.isSymbolicLink())return function(e,t,n,r){let u=Qo.readlinkSync(t);r.dereference&&(u=ei.resolve(process.cwd(),u));if(e){let e;try{e=Qo.readlinkSync(n)}catch(e){if("EINVAL"===e.code||"UNKNOWN"===e.code)return Qo.symlinkSync(u,n);throw e}if(r.dereference&&(e=ei.resolve(process.cwd(),e)),ri.isSrcSubdir(u,e))throw new Error(`Cannot copy '${u}' to a subdirectory of itself, '${e}'.`);if(Qo.statSync(n).isDirectory()&&ri.isSrcSubdir(e,u))throw new Error(`Cannot overwrite '${e}' with '${u}'.`);return function(e,t){return Qo.unlinkSync(t),Qo.symlinkSync(e,t)}(u,n)}return Qo.symlinkSync(u,n)}(e,t,n,r)}(e,t,n,r)}function oi(e,t,n,r){return"function"==typeof Qo.copyFileSync?(Qo.copyFileSync(t,n),Qo.chmodSync(n,e.mode),r.preserveTimestamps?ni(n,e.atime,e.mtime):void 0):function(e,t,n,r){const u=65536,o=(Xo?Yo:(Xo=1,Yo=function(e){if("function"==typeof Buffer.allocUnsafe)try{return Buffer.allocUnsafe(e)}catch(t){return new Buffer(e)}return new Buffer(e)}))(u),i=Qo.openSync(t,"r"),s=Qo.openSync(n,"w",e.mode);let c=0;for(;cfunction(e,t,n,r){const u=ei.join(t,e),o=ei.join(n,e),{destStat:i}=ri.checkPathsSync(u,o,"copy");return ui(i,u,o,r)}(r,e,t,n)))}var si=function(e,t,n){"function"==typeof n&&(n={filter:n}),(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269");const{srcStat:r,destStat:u}=ri.checkPathsSync(e,t,"copy");return ri.checkParentPathsSync(e,r,t,"copy"),function(e,t,n,r){if(r.filter&&!r.filter(t,n))return;const u=ei.dirname(n);Qo.existsSync(u)||ti(u);return ui(e,t,n,r)}(u,e,t,n)},ci={copySync:si};const ai=yo.fromPromise,li=ho;var fi={pathExists:ai((function(e){return li.access(e).then((()=>!0)).catch((()=>!1))})),pathExistsSync:li.existsSync};const di=we,Di=p.default,pi=Io.mkdirs,Ei=fi.pathExists,mi=Ro,hi=Zo;function yi(e,t,n,r,u){const o=Di.dirname(n);Ei(o,((i,s)=>i?u(i):s?Fi(e,t,n,r,u):void pi(o,(o=>o?u(o):Fi(e,t,n,r,u)))))}function Ci(e,t,n,r,u,o){Promise.resolve(u.filter(n,r)).then((i=>i?e(t,n,r,u,o):o()),(e=>o(e)))}function Fi(e,t,n,r,u){return r.filter?Ci(gi,e,t,n,r,u):gi(e,t,n,r,u)}function gi(e,t,n,r,u){(r.dereference?di.stat:di.lstat)(t,((o,i)=>o?u(o):i.isDirectory()?function(e,t,n,r,u,o){if(!t)return function(e,t,n,r,u){di.mkdir(n,(o=>{if(o)return u(o);Si(t,n,r,(t=>t?u(t):di.chmod(n,e.mode,u)))}))}(e,n,r,u,o);if(t&&!t.isDirectory())return o(new Error(`Cannot overwrite non-directory '${r}' with directory '${n}'.`));return Si(n,r,u,o)}(i,e,t,n,r,u):i.isFile()||i.isCharacterDevice()||i.isBlockDevice()?function(e,t,n,r,u,o){return t?function(e,t,n,r,u){if(!r.overwrite)return r.errorOnExist?u(new Error(`'${n}' already exists`)):u();di.unlink(n,(o=>o?u(o):Ai(e,t,n,r,u)))}(e,n,r,u,o):Ai(e,n,r,u,o)}(i,e,t,n,r,u):i.isSymbolicLink()?function(e,t,n,r,u){di.readlink(t,((t,o)=>t?u(t):(r.dereference&&(o=Di.resolve(process.cwd(),o)),e?void di.readlink(n,((t,i)=>t?"EINVAL"===t.code||"UNKNOWN"===t.code?di.symlink(o,n,u):u(t):(r.dereference&&(i=Di.resolve(process.cwd(),i)),hi.isSrcSubdir(o,i)?u(new Error(`Cannot copy '${o}' to a subdirectory of itself, '${i}'.`)):e.isDirectory()&&hi.isSrcSubdir(i,o)?u(new Error(`Cannot overwrite '${i}' with '${o}'.`)):function(e,t,n){di.unlink(t,(r=>r?n(r):di.symlink(e,t,n)))}(o,n,u)))):di.symlink(o,n,u))))}(e,t,n,r,u):void 0))}function Ai(e,t,n,r,u){return"function"==typeof di.copyFile?di.copyFile(t,n,(t=>t?u(t):vi(e,n,r,u))):function(e,t,n,r,u){const o=di.createReadStream(t);o.on("error",(e=>u(e))).once("open",(()=>{const t=di.createWriteStream(n,{mode:e.mode});t.on("error",(e=>u(e))).on("open",(()=>o.pipe(t))).once("close",(()=>vi(e,n,r,u)))}))}(e,t,n,r,u)}function vi(e,t,n,r){di.chmod(t,e.mode,(u=>u?r(u):n.preserveTimestamps?mi(t,e.atime,e.mtime,r):r()))}function Si(e,t,n,r){di.readdir(e,((u,o)=>u?r(u):wi(o,e,t,n,r)))}function wi(e,t,n,r,u){const o=e.pop();return o?function(e,t,n,r,u,o){const i=Di.join(n,t),s=Di.join(r,t);hi.checkPaths(i,s,"copy",((t,c)=>{if(t)return o(t);const{destStat:a}=c;Fi(a,i,s,u,(t=>t?o(t):wi(e,n,r,u,o)))}))}(e,o,t,n,r,u):u()}var Oi=function(e,t,n,r){"function"!=typeof n||r?"function"==typeof n&&(n={filter:n}):(r=n,n={}),r=r||function(){},(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269"),hi.checkPaths(e,t,"copy",((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;hi.checkParentPaths(e,i,t,"copy",(u=>u?r(u):n.filter?Ci(yi,s,e,t,n,r):yi(s,e,t,n,r)))}))};var bi={copy:(0,yo.fromCallback)(Oi)};const _i=we,Bi=p.default,Pi=g.default,ki="win32"===process.platform;function xi(e){["unlink","chmod","stat","lstat","rmdir","readdir"].forEach((t=>{e[t]=e[t]||_i[t],e[t+="Sync"]=e[t]||_i[t]})),e.maxBusyTries=e.maxBusyTries||3}function Ni(e,t,n){let r=0;"function"==typeof t&&(n=t,t={}),Pi(e,"rimraf: missing path"),Pi.strictEqual(typeof e,"string","rimraf: path should be a string"),Pi.strictEqual(typeof n,"function","rimraf: callback function required"),Pi(t,"rimraf: invalid options argument provided"),Pi.strictEqual(typeof t,"object","rimraf: options should be object"),xi(t),Ii(e,t,(function u(o){if(o){if(("EBUSY"===o.code||"ENOTEMPTY"===o.code||"EPERM"===o.code)&&rIi(e,t,u)),100*r)}"ENOENT"===o.code&&(o=null)}n(o)}))}function Ii(e,t,n){Pi(e),Pi(t),Pi("function"==typeof n),t.lstat(e,((r,u)=>r&&"ENOENT"===r.code?n(null):r&&"EPERM"===r.code&&ki?Ti(e,t,r,n):u&&u.isDirectory()?Mi(e,t,r,n):void t.unlink(e,(r=>{if(r){if("ENOENT"===r.code)return n(null);if("EPERM"===r.code)return ki?Ti(e,t,r,n):Mi(e,t,r,n);if("EISDIR"===r.code)return Mi(e,t,r,n)}return n(r)}))))}function Ti(e,t,n,r){Pi(e),Pi(t),Pi("function"==typeof r),n&&Pi(n instanceof Error),t.chmod(e,438,(u=>{u?r("ENOENT"===u.code?null:n):t.stat(e,((u,o)=>{u?r("ENOENT"===u.code?null:n):o.isDirectory()?Mi(e,t,n,r):t.unlink(e,r)}))}))}function Ri(e,t,n){let r;Pi(e),Pi(t),n&&Pi(n instanceof Error);try{t.chmodSync(e,438)}catch(e){if("ENOENT"===e.code)return;throw n}try{r=t.statSync(e)}catch(e){if("ENOENT"===e.code)return;throw n}r.isDirectory()?ji(e,t,n):t.unlinkSync(e)}function Mi(e,t,n,r){Pi(e),Pi(t),n&&Pi(n instanceof Error),Pi("function"==typeof r),t.rmdir(e,(u=>{!u||"ENOTEMPTY"!==u.code&&"EEXIST"!==u.code&&"EPERM"!==u.code?u&&"ENOTDIR"===u.code?r(n):r(u):function(e,t,n){Pi(e),Pi(t),Pi("function"==typeof n),t.readdir(e,((r,u)=>{if(r)return n(r);let o,i=u.length;if(0===i)return t.rmdir(e,n);u.forEach((r=>{Ni(Bi.join(e,r),t,(r=>{if(!o)return r?n(o=r):void(0==--i&&t.rmdir(e,n))}))}))}))}(e,t,r)}))}function Li(e,t){let n;xi(t=t||{}),Pi(e,"rimraf: missing path"),Pi.strictEqual(typeof e,"string","rimraf: path should be a string"),Pi(t,"rimraf: missing options"),Pi.strictEqual(typeof t,"object","rimraf: options should be object");try{n=t.lstatSync(e)}catch(n){if("ENOENT"===n.code)return;"EPERM"===n.code&&ki&&Ri(e,t,n)}try{n&&n.isDirectory()?ji(e,t,null):t.unlinkSync(e)}catch(n){if("ENOENT"===n.code)return;if("EPERM"===n.code)return ki?Ri(e,t,n):ji(e,t,n);if("EISDIR"!==n.code)throw n;ji(e,t,n)}}function ji(e,t,n){Pi(e),Pi(t),n&&Pi(n instanceof Error);try{t.rmdirSync(e)}catch(r){if("ENOTDIR"===r.code)throw n;if("ENOTEMPTY"===r.code||"EEXIST"===r.code||"EPERM"===r.code)!function(e,t){if(Pi(e),Pi(t),t.readdirSync(e).forEach((n=>Li(Bi.join(e,n),t))),!ki){return t.rmdirSync(e,t)}{const n=Date.now();do{try{return t.rmdirSync(e,t)}catch(e){}}while(Date.now()-n<500)}}(e,t);else if("ENOENT"!==r.code)throw r}}var $i=Ni;Ni.sync=Li;const Hi=$i;var Ji={remove:(0,yo.fromCallback)(Hi),removeSync:Hi.sync};const Gi=yo.fromCallback,Vi=we,Ui=p.default,Wi=Io,zi=Ji,Ki=Gi((function(e,t){t=t||function(){},Vi.readdir(e,((n,r)=>{if(n)return Wi.mkdirs(e,t);r=r.map((t=>Ui.join(e,t))),function e(){const n=r.pop();if(!n)return t();zi.remove(n,(n=>{if(n)return t(n);e()}))}()}))}));function qi(e){let t;try{t=Vi.readdirSync(e)}catch(t){return Wi.mkdirsSync(e)}t.forEach((t=>{t=Ui.join(e,t),zi.removeSync(t)}))}var Yi={emptyDirSync:qi,emptydirSync:qi,emptyDir:Ki,emptydir:Ki};const Xi=yo.fromCallback,Zi=p.default,Qi=we,es=Io,ts=fi.pathExists;var ns={createFile:Xi((function(e,t){function n(){Qi.writeFile(e,"",(e=>{if(e)return t(e);t()}))}Qi.stat(e,((r,u)=>{if(!r&&u.isFile())return t();const o=Zi.dirname(e);ts(o,((e,r)=>e?t(e):r?n():void es.mkdirs(o,(e=>{if(e)return t(e);n()}))))}))})),createFileSync:function(e){let t;try{t=Qi.statSync(e)}catch(e){}if(t&&t.isFile())return;const n=Zi.dirname(e);Qi.existsSync(n)||es.mkdirsSync(n),Qi.writeFileSync(e,"")}};const rs=yo.fromCallback,us=p.default,os=we,is=Io,ss=fi.pathExists;var cs={createLink:rs((function(e,t,n){function r(e,t){os.link(e,t,(e=>{if(e)return n(e);n(null)}))}ss(t,((u,o)=>u?n(u):o?n(null):void os.lstat(e,(u=>{if(u)return u.message=u.message.replace("lstat","ensureLink"),n(u);const o=us.dirname(t);ss(o,((u,i)=>u?n(u):i?r(e,t):void is.mkdirs(o,(u=>{if(u)return n(u);r(e,t)}))))}))))})),createLinkSync:function(e,t){if(os.existsSync(t))return;try{os.lstatSync(e)}catch(e){throw e.message=e.message.replace("lstat","ensureLink"),e}const n=us.dirname(t);return os.existsSync(n)||is.mkdirsSync(n),os.linkSync(e,t)}};const as=p.default,ls=we,fs=fi.pathExists;var ds={symlinkPaths:function(e,t,n){if(as.isAbsolute(e))return ls.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:e})));{const r=as.dirname(t),u=as.join(r,e);return fs(u,((t,o)=>t?n(t):o?n(null,{toCwd:u,toDst:e}):ls.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:as.relative(r,e)})))))}},symlinkPathsSync:function(e,t){let n;if(as.isAbsolute(e)){if(n=ls.existsSync(e),!n)throw new Error("absolute srcpath does not exist");return{toCwd:e,toDst:e}}{const r=as.dirname(t),u=as.join(r,e);if(n=ls.existsSync(u),n)return{toCwd:u,toDst:e};if(n=ls.existsSync(e),!n)throw new Error("relative srcpath does not exist");return{toCwd:e,toDst:as.relative(r,e)}}}};const Ds=we;var ps={symlinkType:function(e,t,n){if(n="function"==typeof t?t:n,t="function"!=typeof t&&t)return n(null,t);Ds.lstat(e,((e,r)=>{if(e)return n(null,"file");t=r&&r.isDirectory()?"dir":"file",n(null,t)}))},symlinkTypeSync:function(e,t){let n;if(t)return t;try{n=Ds.lstatSync(e)}catch(e){return"file"}return n&&n.isDirectory()?"dir":"file"}};const Es=yo.fromCallback,ms=p.default,hs=we,ys=Io.mkdirs,Cs=Io.mkdirsSync,Fs=ds.symlinkPaths,gs=ds.symlinkPathsSync,As=ps.symlinkType,vs=ps.symlinkTypeSync,Ss=fi.pathExists;var ws={createSymlink:Es((function(e,t,n,r){r="function"==typeof n?n:r,n="function"!=typeof n&&n,Ss(t,((u,o)=>u?r(u):o?r(null):void Fs(e,t,((u,o)=>{if(u)return r(u);e=o.toDst,As(o.toCwd,n,((n,u)=>{if(n)return r(n);const o=ms.dirname(t);Ss(o,((n,i)=>n?r(n):i?hs.symlink(e,t,u,r):void ys(o,(n=>{if(n)return r(n);hs.symlink(e,t,u,r)}))))}))}))))})),createSymlinkSync:function(e,t,n){if(hs.existsSync(t))return;const r=gs(e,t);e=r.toDst,n=vs(r.toCwd,n);const u=ms.dirname(t);return hs.existsSync(u)||Cs(u),hs.symlinkSync(e,t,n)}};var Os,bs={createFile:ns.createFile,createFileSync:ns.createFileSync,ensureFile:ns.createFile,ensureFileSync:ns.createFileSync,createLink:cs.createLink,createLinkSync:cs.createLinkSync,ensureLink:cs.createLink,ensureLinkSync:cs.createLinkSync,createSymlink:ws.createSymlink,createSymlinkSync:ws.createSymlinkSync,ensureSymlink:ws.createSymlink,ensureSymlinkSync:ws.createSymlinkSync};try{Os=we}catch(e){Os=D.default}function _s(e,t){var n,r="\n";return"object"==typeof t&&null!==t&&(t.spaces&&(n=t.spaces),t.EOL&&(r=t.EOL)),JSON.stringify(e,t?t.replacer:null,n).replace(/\n/g,r)+r}function Bs(e){return Buffer.isBuffer(e)&&(e=e.toString("utf8")),e=e.replace(/^\uFEFF/,"")}var Ps={readFile:function(e,t,n){null==n&&(n=t,t={}),"string"==typeof t&&(t={encoding:t});var r=(t=t||{}).fs||Os,u=!0;"throws"in t&&(u=t.throws),r.readFile(e,t,(function(r,o){if(r)return n(r);var i;o=Bs(o);try{i=JSON.parse(o,t?t.reviver:null)}catch(t){return u?(t.message=e+": "+t.message,n(t)):n(null,null)}n(null,i)}))},readFileSync:function(e,t){"string"==typeof(t=t||{})&&(t={encoding:t});var n=t.fs||Os,r=!0;"throws"in t&&(r=t.throws);try{var u=n.readFileSync(e,t);return u=Bs(u),JSON.parse(u,t.reviver)}catch(t){if(r)throw t.message=e+": "+t.message,t;return null}},writeFile:function(e,t,n,r){null==r&&(r=n,n={});var u=(n=n||{}).fs||Os,o="";try{o=_s(t,n)}catch(e){return void(r&&r(e,null))}u.writeFile(e,o,n,r)},writeFileSync:function(e,t,n){var r=(n=n||{}).fs||Os,u=_s(t,n);return r.writeFileSync(e,u,n)}},ks=Ps;const xs=yo.fromCallback,Ns=ks;var Is={readJson:xs(Ns.readFile),readJsonSync:Ns.readFileSync,writeJson:xs(Ns.writeFile),writeJsonSync:Ns.writeFileSync};const Ts=p.default,Rs=Io,Ms=fi.pathExists,Ls=Is;var js=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=Ts.dirname(e);Ms(u,((o,i)=>o?r(o):i?Ls.writeJson(e,t,n,r):void Rs.mkdirs(u,(u=>{if(u)return r(u);Ls.writeJson(e,t,n,r)}))))};const $s=we,Hs=p.default,Js=Io,Gs=Is;var Vs=function(e,t,n){const r=Hs.dirname(e);$s.existsSync(r)||Js.mkdirsSync(r),Gs.writeJsonSync(e,t,n)};const Us=yo.fromCallback,Ws=Is;Ws.outputJson=Us(js),Ws.outputJsonSync=Vs,Ws.outputJSON=Ws.outputJson,Ws.outputJSONSync=Ws.outputJsonSync,Ws.writeJSON=Ws.writeJson,Ws.writeJSONSync=Ws.writeJsonSync,Ws.readJSON=Ws.readJson,Ws.readJSONSync=Ws.readJsonSync;var zs=Ws;const Ks=we,qs=p.default,Ys=ci.copySync,Xs=Ji.removeSync,Zs=Io.mkdirpSync,Qs=Zo;function ec(e,t,n){try{Ks.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)throw r;return function(e,t,n){const r={overwrite:n,errorOnExist:!0};return Ys(e,t,r),Xs(e)}(e,t,n)}}var tc=function(e,t,n){const r=(n=n||{}).overwrite||n.clobber||!1,{srcStat:u}=Qs.checkPathsSync(e,t,"move");return Qs.checkParentPathsSync(e,u,t,"move"),Zs(qs.dirname(t)),function(e,t,n){if(n)return Xs(t),ec(e,t,n);if(Ks.existsSync(t))throw new Error("dest already exists.");return ec(e,t,n)}(e,t,r)},nc={moveSync:tc};const rc=we,uc=p.default,oc=bi.copy,ic=Ji.remove,sc=Io.mkdirp,cc=fi.pathExists,ac=Zo;function lc(e,t,n,r){rc.rename(e,t,(u=>u?"EXDEV"!==u.code?r(u):function(e,t,n,r){const u={overwrite:n,errorOnExist:!0};oc(e,t,u,(t=>t?r(t):ic(e,r)))}(e,t,n,r):r()))}var fc=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=n.overwrite||n.clobber||!1;ac.checkPaths(e,t,"move",((n,o)=>{if(n)return r(n);const{srcStat:i}=o;ac.checkParentPaths(e,i,t,"move",(n=>{if(n)return r(n);sc(uc.dirname(t),(n=>n?r(n):function(e,t,n,r){if(n)return ic(t,(u=>u?r(u):lc(e,t,n,r)));cc(t,((u,o)=>u?r(u):o?r(new Error("dest already exists.")):lc(e,t,n,r)))}(e,t,u,r)))}))}))};var dc={move:(0,yo.fromCallback)(fc)};const Dc=yo.fromCallback,pc=we,Ec=p.default,mc=Io,hc=fi.pathExists;var yc={outputFile:Dc((function(e,t,n,r){"function"==typeof n&&(r=n,n="utf8");const u=Ec.dirname(e);hc(u,((o,i)=>o?r(o):i?pc.writeFile(e,t,n,r):void mc.mkdirs(u,(u=>{if(u)return r(u);pc.writeFile(e,t,n,r)}))))})),outputFileSync:function(e,...t){const n=Ec.dirname(e);if(pc.existsSync(n))return pc.writeFileSync(e,...t);mc.mkdirsSync(n),pc.writeFileSync(e,...t)}};!function(e){e.exports=Object.assign({},ho,ci,bi,Yi,bs,zs,Io,nc,dc,yc,fi,Ji);const t=D.default;Object.getOwnPropertyDescriptor(t,"promises")&&Object.defineProperty(e.exports,"promises",{get:()=>t.promises})}(mo);const Cc=Nr.exports("streamroller:fileNameFormatter"),Fc=p.default;const gc=Nr.exports("streamroller:fileNameParser"),Ac=nu.exports;const vc=Nr.exports("streamroller:moveAndMaybeCompressFile"),Sc=mo.exports,wc=v.default;var Oc=async(e,t,n)=>{if(n=function(e){const t={mode:parseInt("0600",8),compress:!1},n=Object.assign({},t,e);return vc(`_parseOption: moveAndMaybeCompressFile called with option=${JSON.stringify(n)}`),n}(n),e!==t){if(await Sc.pathExists(e))if(vc(`moveAndMaybeCompressFile: moving file from ${e} to ${t} ${n.compress?"with":"without"} compress`),n.compress)await new Promise(((r,u)=>{let o=!1;const i=Sc.createWriteStream(t,{mode:n.mode,flags:"wx"}).on("open",(()=>{o=!0;const t=Sc.createReadStream(e).on("open",(()=>{t.pipe(wc.createGzip()).pipe(i)})).on("error",(t=>{vc(`moveAndMaybeCompressFile: error reading ${e}`,t),i.destroy(t)}))})).on("finish",(()=>{vc(`moveAndMaybeCompressFile: finished compressing ${t}, deleting ${e}`),Sc.unlink(e).then(r).catch((t=>{vc(`moveAndMaybeCompressFile: error deleting ${e}, truncating instead`,t),Sc.truncate(e).then(r).catch((t=>{vc(`moveAndMaybeCompressFile: error truncating ${e}`,t),u(t)}))}))})).on("error",(e=>{o?(vc(`moveAndMaybeCompressFile: error writing ${t}, deleting`,e),Sc.unlink(t).then((()=>{u(e)})).catch((e=>{vc(`moveAndMaybeCompressFile: error deleting ${t}`,e),u(e)}))):(vc(`moveAndMaybeCompressFile: error creating ${t}`,e),u(e))}))})).catch((()=>{}));else{vc(`moveAndMaybeCompressFile: renaming ${e} to ${t}`);try{await Sc.move(e,t,{overwrite:!0})}catch(n){if(vc(`moveAndMaybeCompressFile: error renaming ${e} to ${t}`,n),"ENOENT"!==n.code){vc("moveAndMaybeCompressFile: trying copy+truncate instead");try{await Sc.copy(e,t,{overwrite:!0}),await Sc.truncate(e)}catch(e){vc("moveAndMaybeCompressFile: error copy+truncate",e)}}}}}else vc("moveAndMaybeCompressFile: source and target are the same, not doing anything")};const bc=Nr.exports("streamroller:RollingFileWriteStream"),_c=mo.exports,Bc=p.default,Pc=E.default,kc=()=>new Date,xc=nu.exports,{Writable:Nc}=C.default,Ic=({file:e,keepFileExt:t,needsIndex:n,alwaysIncludeDate:r,compress:u,fileNameSep:o})=>{let i=o||".";const s=Fc.join(e.dir,e.name),c=t=>t+e.ext,a=(e,t,r)=>!n&&r||!t?e:e+i+t,l=(e,t,n)=>(t>0||r)&&n?e+i+n:e,f=(e,t)=>t&&u?e+".gz":e,d=t?[l,a,c,f]:[c,l,a,f];return({date:e,index:t})=>(Cc(`_formatFileName: date=${e}, index=${t}`),d.reduce(((n,r)=>r(n,t,e)),s))},Tc=({file:e,keepFileExt:t,pattern:n,fileNameSep:r})=>{let u=r||".";const o="__NOT_MATCHING__";let i=[(e,t)=>e.endsWith(".gz")?(gc("it is gzipped"),t.isCompressed=!0,e.slice(0,-1*".gz".length)):e,t?t=>t.startsWith(e.name)&&t.endsWith(e.ext)?(gc("it starts and ends with the right things"),t.slice(e.name.length+1,-1*e.ext.length)):o:t=>t.startsWith(e.base)?(gc("it starts with the right things"),t.slice(e.base.length+1)):o,n?(e,t)=>{const r=e.split(u);let o=r[r.length-1];gc("items: ",r,", indexStr: ",o);let i=e;void 0!==o&&o.match(/^\d+$/)?(i=e.slice(0,-1*(o.length+1)),gc(`dateStr is ${i}`),n&&!i&&(i=o,o="0")):o="0";try{const r=Ac.parse(n,i,new Date(0,0));return Ac.asString(n,r)!==i?e:(t.index=parseInt(o,10),t.date=i,t.timestamp=r.getTime(),"")}catch(t){return gc(`Problem parsing ${i} as ${n}, error was: `,t),e}}:(e,t)=>e.match(/^\d+$/)?(gc("it has an index"),t.index=parseInt(e,10),""):e];return e=>{let t={filename:e,index:0,isCompressed:!1};return i.reduce(((e,n)=>n(e,t)),e)?null:t}},Rc=Oc;var Mc=class extends Nc{constructor(e,t){if(bc(`constructor: creating RollingFileWriteStream. path=${e}`),"string"!=typeof e||0===e.length)throw new Error(`Invalid filename: ${e}`);if(e.endsWith(Bc.sep))throw new Error(`Filename is a directory: ${e}`);0===e.indexOf(`~${Bc.sep}`)&&(e=e.replace("~",Pc.homedir())),super(t),this.options=this._parseOption(t),this.fileObject=Bc.parse(e),""===this.fileObject.dir&&(this.fileObject=Bc.parse(Bc.join(process.cwd(),e))),this.fileFormatter=Ic({file:this.fileObject,alwaysIncludeDate:this.options.alwaysIncludePattern,needsIndex:this.options.maxSize 0`)}else delete n.maxSize;if(n.numBackups||0===n.numBackups){if(n.numBackups<0)throw new Error(`options.numBackups (${n.numBackups}) should be >= 0`);if(n.numBackups>=Number.MAX_SAFE_INTEGER)throw new Error(`options.numBackups (${n.numBackups}) should be < Number.MAX_SAFE_INTEGER`);n.numToKeep=n.numBackups+1}else if(n.numToKeep<=0)throw new Error(`options.numToKeep (${n.numToKeep}) should be > 0`);return bc(`_parseOption: creating stream with option=${JSON.stringify(n)}`),n}_final(e){this.currentFileStream.end("",this.options.encoding,e)}_write(e,t,n){this._shouldRoll().then((()=>{bc(`_write: writing chunk. file=${this.currentFileStream.path} state=${JSON.stringify(this.state)} chunk=${e}`),this.currentFileStream.write(e,t,(t=>{this.state.currentSize+=e.length,n(t)}))}))}async _shouldRoll(){(this._dateChanged()||this._tooBig())&&(bc(`_shouldRoll: rolling because dateChanged? ${this._dateChanged()} or tooBig? ${this._tooBig()}`),await this._roll())}_dateChanged(){return this.state.currentDate&&this.state.currentDate!==xc(this.options.pattern,kc())}_tooBig(){return this.state.currentSize>=this.options.maxSize}_roll(){return bc("_roll: closing the current stream"),new Promise(((e,t)=>{this.currentFileStream.end("",this.options.encoding,(()=>{this._moveOldFiles().then(e).catch(t)}))}))}async _moveOldFiles(){const e=await this._getExistingFiles();for(let t=(this.state.currentDate?e.filter((e=>e.date===this.state.currentDate)):e).length;t>=0;t--){bc(`_moveOldFiles: i = ${t}`);const e=this.fileFormatter({date:this.state.currentDate,index:t}),n=this.fileFormatter({date:this.state.currentDate,index:t+1}),r={compress:this.options.compress&&0===t,mode:this.options.mode};await Rc(e,n,r)}this.state.currentSize=0,this.state.currentDate=this.state.currentDate?xc(this.options.pattern,kc()):null,bc(`_moveOldFiles: finished rolling files. state=${JSON.stringify(this.state)}`),this._renewWriteStream(),await new Promise(((e,t)=>{this.currentFileStream.write("","utf8",(()=>{this._clean().then(e).catch(t)}))}))}async _getExistingFiles(){const e=await _c.readdir(this.fileObject.dir).catch((()=>[]));bc(`_getExistingFiles: files=${e}`);const t=e.map((e=>this.fileNameParser(e))).filter((e=>e)),n=e=>(e.timestamp?e.timestamp:kc().getTime())-e.index;return t.sort(((e,t)=>n(e)-n(t))),t}_renewWriteStream(){const e=this.fileFormatter({date:this.state.currentDate,index:0}),t=e=>{try{return _c.mkdirSync(e,{recursive:!0})}catch(n){if("ENOENT"===n.code)return t(Bc.dirname(e)),t(e);if("EEXIST"!==n.code&&"EROFS"!==n.code)throw n;try{if(_c.statSync(e).isDirectory())return e;throw n}catch(e){throw n}}};t(this.fileObject.dir);const n={flags:this.options.flags,encoding:this.options.encoding,mode:this.options.mode};var r,u;_c.appendFileSync(e,"",(r={...n},u="flags",r["flag"]=r[u],delete r[u],r)),this.currentFileStream=_c.createWriteStream(e,n),this.currentFileStream.on("error",(e=>{this.emit("error",e)}))}async _clean(){const e=await this._getExistingFiles();if(bc(`_clean: numToKeep = ${this.options.numToKeep}, existingFiles = ${e.length}`),bc("_clean: existing files are: ",e),this._tooManyFiles(e.length)){const n=e.slice(0,e.length-this.options.numToKeep).map((e=>Bc.format({dir:this.fileObject.dir,base:e.filename})));await(t=n,bc(`deleteFiles: files to delete: ${t}`),Promise.all(t.map((e=>_c.unlink(e).catch((t=>{bc(`deleteFiles: error when unlinking ${e}, ignoring. Error was ${t}`)}))))))}var t}_tooManyFiles(e){return this.options.numToKeep>0&&e>this.options.numToKeep}};const Lc=Mc;var jc=class extends Lc{constructor(e,t,n,r){r||(r={}),t&&(r.maxSize=t),r.numBackups||0===r.numBackups||(n||0===n||(n=1),r.numBackups=n),super(e,r),this.backups=r.numBackups,this.size=this.options.maxSize}get theStream(){return this.currentFileStream}};const $c=Mc;var Hc={RollingFileWriteStream:Mc,RollingFileStream:jc,DateRollingFileStream:class extends $c{constructor(e,t,n){t&&"object"==typeof t&&(n=t,t=null),n||(n={}),t||(t="yyyy-MM-dd"),n.pattern=t,n.numBackups||0===n.numBackups?n.daysToKeep=n.numBackups:(n.daysToKeep||0===n.daysToKeep?process.emitWarning("options.daysToKeep is deprecated due to the confusion it causes when used together with file size rolling. Please use options.numBackups instead.","DeprecationWarning","streamroller-DEP0001"):n.daysToKeep=1,n.numBackups=n.daysToKeep),super(e,n),this.mode=this.options.mode}get theStream(){return this.currentFileStream}}};const Jc=Nr.exports("log4js:file"),Gc=p.default,Vc=Hc,Uc=E.default.EOL;let Wc=!1;const zc=new Set;function Kc(){zc.forEach((e=>{e.sighupHandler()}))}function qc(e,t,n,r){const u=new Vc.RollingFileStream(e,t,n,r);return u.on("error",(t=>{console.error("log4js.fileAppender - Writing to file %s, error happened ",e,t)})),u.on("drain",(()=>{process.emit("log4js:pause",!1)})),u}Eo.configure=function(e,t){let n=t.basicLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),e.mode=e.mode||384,function(e,t,n,r,u,o){e=Gc.normalize(e),Jc("Creating file appender (",e,", ",n,", ",r=r||0===r?r:5,", ",u,", ",o,")");let i=qc(e,n,r,u);const s=function(e){if(i.writable){if(!0===u.removeColor){const t=/\x1b[[0-9;]*m/g;e.data=e.data.map((e=>"string"==typeof e?e.replace(t,""):e))}i.write(t(e,o)+Uc,"utf8")||process.emit("log4js:pause",!0)}};return s.reopen=function(){i.end((()=>{i=qc(e,n,r,u)}))},s.sighupHandler=function(){Jc("SIGHUP handler called."),s.reopen()},s.shutdown=function(e){zc.delete(s),0===zc.size&&Wc&&(process.removeListener("SIGHUP",Kc),Wc=!1),i.end("","utf-8",e)},zc.add(s),Wc||(process.on("SIGHUP",Kc),Wc=!0),s}(e.filename,n,e.maxLogSize,e.backups,e,e.timezoneOffset)};var Yc={};const Xc=Hc,Zc=E.default.EOL;function Qc(e,t,n,r,u){r.maxSize=r.maxLogSize;const o=function(e,t,n){const r=new Xc.DateRollingFileStream(e,t,n);return r.on("error",(t=>{console.error("log4js.dateFileAppender - Writing to file %s, error happened ",e,t)})),r.on("drain",(()=>{process.emit("log4js:pause",!1)})),r}(e,t,r),i=function(e){o.writable&&(o.write(n(e,u)+Zc,"utf8")||process.emit("log4js:pause",!0))};return i.shutdown=function(e){o.end("","utf-8",e)},i}Yc.configure=function(e,t){let n=t.basicLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),e.alwaysIncludePattern||(e.alwaysIncludePattern=!1),e.mode=e.mode||384,Qc(e.filename,e.pattern,n,e,e.timezoneOffset)};var ea={};const ta=Nr.exports("log4js:fileSync"),na=p.default,ra=D.default,ua=E.default.EOL||"\n";function oa(e,t){if(ra.existsSync(e))return;const n=ra.openSync(e,t.flags,t.mode);ra.closeSync(n)}class ia{constructor(e,t,n,r){ta("In RollingFileStream"),function(){if(!e||!t||t<=0)throw new Error("You must specify a filename and file size")}(),this.filename=e,this.size=t,this.backups=n,this.options=r,this.currentSize=0,this.currentSize=function(e){let t=0;try{t=ra.statSync(e).size}catch(t){oa(e,r)}return t}(this.filename)}shouldRoll(){return ta("should roll with current size %d, and max size %d",this.currentSize,this.size),this.currentSize>=this.size}roll(e){const t=this,n=new RegExp(`^${na.basename(e)}`);function r(e){return n.test(e)}function u(t){return parseInt(t.substring(`${na.basename(e)}.`.length),10)||0}function o(e,t){return u(e)>u(t)?1:u(e) ${e}.${r+1}`),ra.renameSync(na.join(na.dirname(e),n),`${e}.${r+1}`)}}ta("Rolling, rolling, rolling"),ta("Renaming the old files"),ra.readdirSync(na.dirname(e)).filter(r).sort(o).reverse().forEach(i)}write(e,t){const n=this;ta("in write"),this.shouldRoll()&&(this.currentSize=0,this.roll(this.filename)),ta("writing the chunk to the file"),n.currentSize+=e.length,ra.appendFileSync(n.filename,e)}}ea.configure=function(e,t){let n=t.basicLayout;e.layout&&(n=t.layout(e.layout.type,e.layout));const r={flags:e.flags||"a",encoding:e.encoding||"utf8",mode:e.mode||384};return function(e,t,n,r,u,o){ta("fileSync appender created");const i=function(e,t,n){let r;var u;return t?r=new ia(e,t,n,o):(oa(u=e,o),r={write(e){ra.appendFileSync(u,e)}}),r}(e=na.normalize(e),n,r=r||0===r?r:5);return e=>{i.write(t(e,u)+ua)}}(e.filename,n,e.maxLogSize,e.backups,e.timezoneOffset,r)};var sa={};const ca=Nr.exports("log4js:tcp"),aa=S.default;sa.configure=function(e,t){ca(`configure with config = ${e}`);let n=function(e){return e.serialise()};return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){let n=!1;const r=[];let u,o=3,i="__LOG4JS__";function s(e){ca("Writing log event to socket"),n=u.write(`${t(e)}${i}`,"utf8")}function c(){let e;for(ca("emptying buffer");e=r.shift();)s(e)}function a(e){n?s(e):(ca("buffering log event because it cannot write at the moment"),r.push(e))}return function t(){ca(`appender creating socket to ${e.host||"localhost"}:${e.port||5e3}`),i=`${e.endMsg||"__LOG4JS__"}`,u=aa.createConnection(e.port||5e3,e.host||"localhost"),u.on("connect",(()=>{ca("socket connected"),c(),n=!0})),u.on("drain",(()=>{ca("drain event received, emptying buffer"),n=!0,c()})),u.on("timeout",u.end.bind(u)),u.on("error",(e=>{ca("connection error",e),n=!1,c()})),u.on("close",t)}(),a.shutdown=function(e){ca("shutdown called"),r.length&&o?(ca("buffer has items, waiting 100ms to empty"),o-=1,setTimeout((()=>{a.shutdown(e)}),100)):(u.removeAllListeners("close"),u.end(e))},a}(e,n)};const la=p.default,fa=Nr.exports("log4js:appenders"),da=tu,Da=eo,pa=gu,Ea=hu,ma=to,ha=new Map;ha.set("console",oo),ha.set("stdout",so),ha.set("stderr",co),ha.set("logLevelFilter",ao),ha.set("categoryFilter",lo),ha.set("noLogFilter",Do),ha.set("file",Eo),ha.set("dateFile",Yc),ha.set("fileSync",ea),ha.set("tcp",sa);const ya=new Map,Ca=(e,t)=>{fa("Loading module from ",e);try{return require(e)}catch(n){return void da.throwExceptionIf(t,"MODULE_NOT_FOUND"!==n.code,`appender "${e}" could not be loaded (error was: ${n})`)}},Fa=new Set,ga=(e,t)=>{if(ya.has(e))return ya.get(e);if(!t.appenders[e])return!1;if(Fa.has(e))throw new Error(`Dependency loop detected for appender ${e}.`);Fa.add(e),fa(`Creating appender ${e}`);const n=Aa(e,t);return Fa.delete(e),ya.set(e,n),n},Aa=(e,t)=>{const n=t.appenders[e],r=n.type.configure?n.type:((e,t)=>ha.get(e)||Ca(`./${e}`,t)||Ca(e,t)||require.main&&Ca(la.join(la.dirname(require.main.filename),e),t)||Ca(la.join(process.cwd(),e),t))(n.type,t);return da.throwExceptionIf(t,da.not(r),`appender "${e}" is not valid (type "${n.type}" could not be found)`),r.appender&&fa(`DEPRECATION: Appender ${n.type} exports an appender function.`),r.shutdown&&fa(`DEPRECATION: Appender ${n.type} exports a shutdown function.`),fa(`${e}: clustering.isMaster ? ${Da.isMaster()}`),fa(`${e}: appenderModule is ${F.default.inspect(r)}`),Da.onlyOnMaster((()=>(fa(`calling appenderModule.configure for ${e} / ${n.type}`),r.configure(ma.modifyConfig(n),Ea,(e=>ga(e,t)),pa))),(()=>{}))},va=e=>{ya.clear(),Fa.clear();const t=[];Object.values(e.categories).forEach((e=>{t.push(...e.appenders)})),Object.keys(e.appenders).forEach((n=>{(t.includes(n)||"tcp-server"===e.appenders[n].type)&&ga(n,e)}))},Sa=()=>{va({appenders:{out:{type:"stdout"}},categories:{default:{appenders:["out"],level:"trace"}}})};Sa(),da.addListener((e=>{da.throwExceptionIf(e,da.not(da.anObject(e.appenders)),'must have a property "appenders" of type object.');const t=Object.keys(e.appenders);da.throwExceptionIf(e,da.not(t.length),"must define at least one appender."),t.forEach((t=>{da.throwExceptionIf(e,da.not(e.appenders[t].type),`appender "${t}" is not valid (must be an object with property "type")`)}))})),da.addListener(va),Au.exports=ya,Au.exports.init=Sa;var wa={exports:{}};!function(e){const t=Nr.exports("log4js:categories"),n=tu,r=gu,u=Au.exports,o=new Map;function i(e,t,n){if(!1===t.inherit)return;const r=n.lastIndexOf(".");if(r<0)return;const u=n.substring(0,r);let o=e.categories[u];o||(o={inherit:!0,appenders:[]}),i(e,o,u),!e.categories[u]&&o.appenders&&o.appenders.length&&o.level&&(e.categories[u]=o),t.appenders=t.appenders||[],t.level=t.level||o.level,o.appenders.forEach((e=>{t.appenders.includes(e)||t.appenders.push(e)})),t.parent=o}function s(e){if(!e.categories)return;Object.keys(e.categories).forEach((t=>{const n=e.categories[t];i(e,n,t)}))}n.addPreProcessingListener((e=>s(e))),n.addListener((e=>{n.throwExceptionIf(e,n.not(n.anObject(e.categories)),'must have a property "categories" of type object.');const t=Object.keys(e.categories);n.throwExceptionIf(e,n.not(t.length),"must define at least one category."),t.forEach((t=>{const o=e.categories[t];n.throwExceptionIf(e,[n.not(o.appenders),n.not(o.level)],`category "${t}" is not valid (must be an object with properties "appenders" and "level")`),n.throwExceptionIf(e,n.not(Array.isArray(o.appenders)),`category "${t}" is not valid (appenders must be an array of appender names)`),n.throwExceptionIf(e,n.not(o.appenders.length),`category "${t}" is not valid (appenders must contain at least one appender name)`),Object.prototype.hasOwnProperty.call(o,"enableCallStack")&&n.throwExceptionIf(e,"boolean"!=typeof o.enableCallStack,`category "${t}" is not valid (enableCallStack must be boolean type)`),o.appenders.forEach((r=>{n.throwExceptionIf(e,n.not(u.get(r)),`category "${t}" is not valid (appender "${r}" is not defined)`)})),n.throwExceptionIf(e,n.not(r.getLevel(o.level)),`category "${t}" is not valid (level "${o.level}" not recognised; valid levels are ${r.levels.join(", ")})`)})),n.throwExceptionIf(e,n.not(e.categories.default),'must define a "default" category.')}));const c=e=>{o.clear();Object.keys(e.categories).forEach((n=>{const i=e.categories[n],s=[];i.appenders.forEach((e=>{s.push(u.get(e)),t(`Creating category ${n}`),o.set(n,{appenders:s,level:r.getLevel(i.level),enableCallStack:i.enableCallStack||!1})}))}))},a=()=>{c({categories:{default:{appenders:["out"],level:"OFF"}}})};a(),n.addListener(c);const l=e=>(t(`configForCategory: searching for config for ${e}`),o.has(e)?(t(`configForCategory: ${e} exists in config, returning it`),o.get(e)):e.indexOf(".")>0?(t(`configForCategory: ${e} has hierarchy, searching for parents`),l(e.substring(0,e.lastIndexOf(".")))):(t("configForCategory: returning config for default category"),l("default")));e.exports=o,e.exports=Object.assign(e.exports,{appendersForCategory:e=>l(e).appenders,getLevelForCategory:e=>l(e).level,setLevelForCategory:(e,n)=>{let r=o.get(e);if(t(`setLevelForCategory: found ${r} for ${e}`),!r){const n=l(e);t(`setLevelForCategory: no config found for category, found ${n} for parents of ${e}`),r={appenders:n.appenders}}r.level=n,o.set(e,r)},getEnableCallStackForCategory:e=>!0===l(e).enableCallStack,setEnableCallStackForCategory:(e,t)=>{l(e).enableCallStack=t},init:a})}(wa);const Oa=Nr.exports("log4js:logger"),ba=Hu,_a=gu,Ba=eo,Pa=wa.exports,ka=tu,xa=/at (?:(.+)\s+\()?(?:(.+?):(\d+)(?::(\d+))?|([^)]+))\)?/;function Na(e,t=4){const n=e.stack.split("\n").slice(t),r=xa.exec(n[0]);return r&&6===r.length?{functionName:r[1],fileName:r[2],lineNumber:parseInt(r[3],10),columnNumber:parseInt(r[4],10),callStack:n.join("\n")}:null}class Ia{constructor(e){if(!e)throw new Error("No category provided.");this.category=e,this.context={},this.parseCallStack=Na,Oa(`Logger created (${this.category}, ${this.level})`)}get level(){return _a.getLevel(Pa.getLevelForCategory(this.category),_a.TRACE)}set level(e){Pa.setLevelForCategory(this.category,_a.getLevel(e,this.level))}get useCallStack(){return Pa.getEnableCallStackForCategory(this.category)}set useCallStack(e){Pa.setEnableCallStackForCategory(this.category,!0===e)}log(e,...t){let n=_a.getLevel(e);n||(this._log(_a.WARN,"log4js:logger.log: invalid value for log-level as first parameter given: ",e),n=_a.INFO),this.isLevelEnabled(n)&&this._log(n,t)}isLevelEnabled(e){return this.level.isLessThanOrEqualTo(e)}_log(e,t){Oa(`sending log data (${e}) to appenders`);const n=new ba(this.category,e,t,this.context,this.useCallStack&&this.parseCallStack(new Error));Ba.send(n)}addContext(e,t){this.context[e]=t}removeContext(e){delete this.context[e]}clearContext(){this.context={}}setParseCallStackFunction(e){this.parseCallStack=e}}function Ta(e){const t=_a.getLevel(e),n=t.toString().toLowerCase().replace(/_([a-z])/g,(e=>e[1].toUpperCase())),r=n[0].toUpperCase()+n.slice(1);Ia.prototype[`is${r}Enabled`]=function(){return this.isLevelEnabled(t)},Ia.prototype[n]=function(...e){this.log(t,...e)}}_a.levels.forEach(Ta),ka.addListener((()=>{_a.levels.forEach(Ta)}));var Ra=Ia;const Ma=gu;function La(e){return e.originalUrl||e.url}function ja(e,t){for(let n=0;ne.source?e.source:e));t=new RegExp(n.join("|"))}return t}(t.nolog);return(e,i,s)=>{if(e._logging)return s();if(o&&o.test(e.originalUrl))return s();if(n.isLevelEnabled(r)||"auto"===t.level){const o=new Date,{writeHead:s}=i;e._logging=!0,i.writeHead=(e,t)=>{i.writeHead=s,i.writeHead(e,t),i.__statusCode=e,i.__headers=t||{}},i.on("finish",(()=>{i.responseTime=new Date-o,i.statusCode&&"auto"===t.level&&(r=Ma.INFO,i.statusCode>=300&&(r=Ma.WARN),i.statusCode>=400&&(r=Ma.ERROR)),r=function(e,t,n){let r=t;if(n){const t=n.find((t=>{let n=!1;return n=t.from&&t.to?e>=t.from&&e<=t.to:-1!==t.codes.indexOf(e),n}));t&&(r=Ma.getLevel(t.level,r))}return r}(i.statusCode,r,t.statusRules);const s=function(e,t,n){const r=[];return r.push({token:":url",replacement:La(e)}),r.push({token:":protocol",replacement:e.protocol}),r.push({token:":hostname",replacement:e.hostname}),r.push({token:":method",replacement:e.method}),r.push({token:":status",replacement:t.__statusCode||t.statusCode}),r.push({token:":response-time",replacement:t.responseTime}),r.push({token:":date",replacement:(new Date).toUTCString()}),r.push({token:":referrer",replacement:e.headers.referer||e.headers.referrer||""}),r.push({token:":http-version",replacement:`${e.httpVersionMajor}.${e.httpVersionMinor}`}),r.push({token:":remote-addr",replacement:e.headers["x-forwarded-for"]||e.ip||e._remoteAddress||e.socket&&(e.socket.remoteAddress||e.socket.socket&&e.socket.socket.remoteAddress)}),r.push({token:":user-agent",replacement:e.headers["user-agent"]}),r.push({token:":content-length",replacement:t.getHeader("content-length")||t.__headers&&t.__headers["Content-Length"]||"-"}),r.push({token:/:req\[([^\]]+)]/g,replacement:(t,n)=>e.headers[n.toLowerCase()]}),r.push({token:/:res\[([^\]]+)]/g,replacement:(e,n)=>t.getHeader(n.toLowerCase())||t.__headers&&t.__headers[n]}),(e=>{const t=e.concat();for(let e=0;eja(e,s)));t&&n.log(r,t)}else n.log(r,ja(u,s));t.context&&n.removeContext("res")}))}return s()}},nl=Va;let rl=!1;function ul(e){if(!rl)return;Ua("Received log event ",e);Za.appendersForCategory(e.categoryName).forEach((t=>{t(e)}))}function ol(e){rl&&il();let t=e;return"string"==typeof t&&(t=function(e){Ua(`Loading configuration from ${e}`);try{return JSON.parse(Wa.readFileSync(e,"utf8"))}catch(t){throw new Error(`Problem reading config from file "${e}". Error was ${t.message}`,t)}}(e)),Ua(`Configuration is ${t}`),Ka.configure(za(t)),el.onMessage(ul),rl=!0,sl}function il(e){Ua("Shutdown called. Disabling all log writing."),rl=!1;const t=Array.from(Xa.values());Xa.init(),Za.init();const n=t.reduceRight(((e,t)=>t.shutdown?e+1:e),0);if(0===n)return Ua("No appenders with shutdown functions found."),void 0!==e&&e();let r,u=0;function o(t){r=r||t,u+=1,Ua(`Appender shutdowns complete: ${u} / ${n}`),u>=n&&(Ua("All shutdown functions completed."),e&&e(r))}return Ua(`Found ${n} appenders with shutdown functions.`),t.filter((e=>e.shutdown)).forEach((e=>e.shutdown(o))),null}const sl={getLogger:function(e){return rl||ol(process.env.LOG4JS_CONFIG||{appenders:{out:{type:"stdout"}},categories:{default:{appenders:["out"],level:"OFF"}}}),new Qa(e||"default")},configure:ol,shutdown:il,connectLogger:tl,levels:Ya,addLayout:qa.addLayout,recording:function(){return nl}};var cl=sl,al={};Object.defineProperty(al,"__esModule",{value:!0}),al.levelMap=al.getLevel=al.setCategoriesLevel=al.getConfiguration=al.setConfiguration=void 0;const ll=cl;let fl={appenders:{debug:{type:"stdout",layout:{type:"pattern",pattern:"[%d] > hvigor %p %c %[%m%]"}},info:{type:"stdout",layout:{type:"pattern",pattern:"[%d] > hvigor %[%m%]"}},"no-pattern-info":{type:"stdout",layout:{type:"pattern",pattern:"%m"}},wrong:{type:"stderr",layout:{type:"pattern",pattern:"[%d] > hvigor %[%p: %m%]"}},"just-debug":{type:"logLevelFilter",appender:"debug",level:"debug",maxLevel:"debug"},"just-info":{type:"logLevelFilter",appender:"info",level:"info",maxLevel:"info"},"just-wrong":{type:"logLevelFilter",appender:"wrong",level:"warn",maxLevel:"error"}},categories:{default:{appenders:["just-debug","just-info","just-wrong"],level:"debug"},"no-pattern-info":{appenders:["no-pattern-info"],level:"info"}}};al.setConfiguration=e=>{fl=e};al.getConfiguration=()=>fl;let dl=ll.levels.DEBUG;al.setCategoriesLevel=(e,t)=>{dl=e;const n=fl.categories;for(const r in n)(null==t?void 0:t.includes(r))||Object.prototype.hasOwnProperty.call(n,r)&&(n[r].level=e.levelStr)};al.getLevel=()=>dl,al.levelMap=new Map([["ALL",ll.levels.ALL],["MARK",ll.levels.MARK],["TRACE",ll.levels.TRACE],["DEBUG",ll.levels.DEBUG],["INFO",ll.levels.INFO],["WARN",ll.levels.WARN],["ERROR",ll.levels.ERROR],["FATAL",ll.levels.FATAL],["OFF",ll.levels.OFF]]);var Dl=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),pl=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),El=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&Dl(t,e,n);return pl(t,e),t};Object.defineProperty(xr,"__esModule",{value:!0}),xr.evaluateLogLevel=xr.HvigorLogger=void 0;const ml=El(cl),hl=cl,yl=El(F.default),Cl=al;class Fl{constructor(e){ml.configure((0,Cl.getConfiguration)()),this._logger=ml.getLogger(e),this._logger.level=(0,Cl.getLevel)()}static getLogger(e){return new Fl(e)}log(e,...t){this._logger.log(e,...t)}debug(e,...t){this._logger.debug(e,...t)}info(e,...t){this._logger.info(e,...t)}warn(e,...t){void 0!==e&&""!==e&&this._logger.warn(e,...t)}error(e,...t){this._logger.error(e,...t)}_printTaskExecuteInfo(e,t){this.info(`Finished :${e}... after ${t}`)}_printFailedTaskInfo(e){this.error(`Failed :${e}... `)}_printDisabledTaskInfo(e){this.info(`Disabled :${e}... `)}_printUpToDateTaskInfo(e){this.info(`UP-TO-DATE :${e}... `)}errorMessageExit(e,...t){throw new Error(yl.format(e,...t))}errorExit(e,t,...n){t&&this._logger.error(t,n),this._logger.error(e.stack)}setLevel(e,t){(0,Cl.setCategoriesLevel)(e,t),ml.shutdown(),ml.configure((0,Cl.getConfiguration)())}getLevel(){return this._logger.level}configure(e){const t=(0,Cl.getConfiguration)(),n={appenders:{...t.appenders,...e.appenders},categories:{...t.categories,...e.categories}};(0,Cl.setConfiguration)(n),ml.shutdown(),ml.configure(n)}}xr.HvigorLogger=Fl,xr.evaluateLogLevel=function(e,t){t.debug?e.setLevel(hl.levels.DEBUG):t.warn?e.setLevel(hl.levels.WARN):t.error?e.setLevel(hl.levels.ERROR):e.setLevel(hl.levels.INFO)};var gl=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(X,"__esModule",{value:!0}),X.parseJsonText=X.parseJsonFile=void 0;const Al=Z,vl=gl(kr),Sl=gl(p.default),wl=gl(E.default),Ol=xr.HvigorLogger.getLogger("parse-json-util");var bl;!function(e){e[e.Char=0]="Char",e[e.EOF=1]="EOF",e[e.Identifier=2]="Identifier"}(bl||(bl={}));let _l,Bl,Pl,kl,xl,Nl,Il="start",Tl=[],Rl=0,Ml=1,Ll=0,jl=!1,$l="default",Hl="'",Jl=1;function Gl(e,t=!1){Bl=String(e),Il="start",Tl=[],Rl=0,Ml=1,Ll=0,kl=void 0,jl=t;do{_l=Vl(),Xl[Il]()}while("eof"!==_l.type);return kl}function Vl(){for($l="default",xl="",Hl="'",Jl=1;;){Nl=Ul();const e=zl[$l]();if(e)return e}}function Ul(){if(Bl[Rl])return String.fromCodePoint(Bl.codePointAt(Rl))}function Wl(){const e=Ul();return"\n"===e?(Ml++,Ll=0):e?Ll+=e.length:Ll++,e&&(Rl+=e.length),e}X.parseJsonFile=function(e,t=!1,n="utf-8"){const r=vl.default.readFileSync(Sl.default.resolve(e),{encoding:n});try{return Gl(r,t)}catch(t){if(t instanceof SyntaxError){const n=t.message.split("at");2===n.length&&Ol.errorMessageExit(`${n[0].trim()}${wl.default.EOL}\t at ${e}:${n[1].trim()}`)}Ol.errorMessageExit(`${e} is not in valid JSON/JSON5 format.`)}},X.parseJsonText=Gl;const zl={default(){switch(Nl){case"/":return Wl(),void($l="comment");case void 0:return Wl(),Kl("eof")}if(!Al.JudgeUtil.isIgnoreChar(Nl)&&!Al.JudgeUtil.isSpaceSeparator(Nl))return zl[Il]();Wl()},start(){$l="value"},beforePropertyName(){switch(Nl){case"$":case"_":return xl=Wl(),void($l="identifierName");case"\\":return Wl(),void($l="identifierNameStartEscape");case"}":return Kl("punctuator",Wl());case'"':case"'":return Hl=Nl,Wl(),void($l="string")}if(Al.JudgeUtil.isIdStartChar(Nl))return xl+=Wl(),void($l="identifierName");throw tf(bl.Char,Wl())},afterPropertyName(){if(":"===Nl)return Kl("punctuator",Wl());throw tf(bl.Char,Wl())},beforePropertyValue(){$l="value"},afterPropertyValue(){switch(Nl){case",":case"}":return Kl("punctuator",Wl())}throw tf(bl.Char,Wl())},beforeArrayValue(){if("]"===Nl)return Kl("punctuator",Wl());$l="value"},afterArrayValue(){switch(Nl){case",":case"]":return Kl("punctuator",Wl())}throw tf(bl.Char,Wl())},end(){throw tf(bl.Char,Wl())},comment(){switch(Nl){case"*":return Wl(),void($l="multiLineComment");case"/":return Wl(),void($l="singleLineComment")}throw tf(bl.Char,Wl())},multiLineComment(){switch(Nl){case"*":return Wl(),void($l="multiLineCommentAsterisk");case void 0:throw tf(bl.Char,Wl())}Wl()},multiLineCommentAsterisk(){switch(Nl){case"*":return void Wl();case"/":return Wl(),void($l="default");case void 0:throw tf(bl.Char,Wl())}Wl(),$l="multiLineComment"},singleLineComment(){switch(Nl){case"\n":case"\r":case"\u2028":case"\u2029":return Wl(),void($l="default");case void 0:return Wl(),Kl("eof")}Wl()},value(){switch(Nl){case"{":case"[":return Kl("punctuator",Wl());case"n":return Wl(),ql("ull"),Kl("null",null);case"t":return Wl(),ql("rue"),Kl("boolean",!0);case"f":return Wl(),ql("alse"),Kl("boolean",!1);case"-":case"+":return"-"===Wl()&&(Jl=-1),void($l="numerical");case".":case"0":case"I":case"N":return void($l="numerical");case'"':case"'":return Hl=Nl,Wl(),xl="",void($l="string")}if(void 0===Nl||!Al.JudgeUtil.isDigitWithoutZero(Nl))throw tf(bl.Char,Wl());$l="numerical"},numerical(){switch(Nl){case".":return xl=Wl(),void($l="decimalPointLeading");case"0":return xl=Wl(),void($l="zero");case"I":return Wl(),ql("nfinity"),Kl("numeric",Jl*(1/0));case"N":return Wl(),ql("aN"),Kl("numeric",NaN)}if(void 0!==Nl&&Al.JudgeUtil.isDigitWithoutZero(Nl))return xl=Wl(),void($l="decimalInteger");throw tf(bl.Char,Wl())},zero(){switch(Nl){case".":case"e":case"E":return void($l="decimal");case"x":case"X":return xl+=Wl(),void($l="hexadecimal")}return Kl("numeric",0)},decimalInteger(){switch(Nl){case".":case"e":case"E":return void($l="decimal")}if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},decimal(){switch(Nl){case".":xl+=Wl(),$l="decimalFraction";break;case"e":case"E":xl+=Wl(),$l="decimalExponent"}},decimalPointLeading(){if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalFraction");throw tf(bl.Char,Wl())},decimalFraction(){switch(Nl){case"e":case"E":return xl+=Wl(),void($l="decimalExponent")}if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},decimalExponent(){switch(Nl){case"+":case"-":return xl+=Wl(),void($l="decimalExponentSign")}if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalExponentInteger");throw tf(bl.Char,Wl())},decimalExponentSign(){if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalExponentInteger");throw tf(bl.Char,Wl())},decimalExponentInteger(){if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},hexadecimal(){if(Al.JudgeUtil.isHexDigit(Nl))return xl+=Wl(),void($l="hexadecimalInteger");throw tf(bl.Char,Wl())},hexadecimalInteger(){if(!Al.JudgeUtil.isHexDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},identifierNameStartEscape(){if("u"!==Nl)throw tf(bl.Char,Wl());Wl();const e=Yl();switch(e){case"$":case"_":break;default:if(!Al.JudgeUtil.isIdStartChar(e))throw tf(bl.Identifier)}xl+=e,$l="identifierName"},identifierName(){switch(Nl){case"$":case"_":case"‌":case"‍":return void(xl+=Wl());case"\\":return Wl(),void($l="identifierNameEscape")}if(!Al.JudgeUtil.isIdContinueChar(Nl))return Kl("identifier",xl);xl+=Wl()},identifierNameEscape(){if("u"!==Nl)throw tf(bl.Char,Wl());Wl();const e=Yl();switch(e){case"$":case"_":case"‌":case"‍":break;default:if(!Al.JudgeUtil.isIdContinueChar(e))throw tf(bl.Identifier)}xl+=e,$l="identifierName"},string(){switch(Nl){case"\\":return Wl(),void(xl+=function(){const e=Ul(),t=function(){switch(Ul()){case"b":return Wl(),"\b";case"f":return Wl(),"\f";case"n":return Wl(),"\n";case"r":return Wl(),"\r";case"t":return Wl(),"\t";case"v":return Wl(),"\v"}return}();if(t)return t;switch(e){case"0":if(Wl(),Al.JudgeUtil.isDigit(Ul()))throw tf(bl.Char,Wl());return"\0";case"x":return Wl(),function(){let e="",t=Ul();if(!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());if(e+=Wl(),t=Ul(),!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());return e+=Wl(),String.fromCodePoint(parseInt(e,16))}();case"u":return Wl(),Yl();case"\n":case"\u2028":case"\u2029":return Wl(),"";case"\r":return Wl(),"\n"===Ul()&&Wl(),""}if(void 0===e||Al.JudgeUtil.isDigitWithoutZero(e))throw tf(bl.Char,Wl());return Wl()}());case'"':case"'":if(Nl===Hl){const e=Kl("string",xl);return Wl(),e}return void(xl+=Wl());case"\n":case"\r":case void 0:throw tf(bl.Char,Wl());case"\u2028":case"\u2029":!function(e){Ol.warn(`JSON5: '${ef(e)}' in strings is not valid ECMAScript; consider escaping.`)}(Nl)}xl+=Wl()}};function Kl(e,t){return{type:e,value:t,line:Ml,column:Ll}}function ql(e){for(const t of e){if(Ul()!==t)throw tf(bl.Char,Wl());Wl()}}function Yl(){let e="",t=4;for(;t-- >0;){const t=Ul();if(!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());e+=Wl()}return String.fromCodePoint(parseInt(e,16))}const Xl={start(){if("eof"===_l.type)throw tf(bl.EOF);Zl()},beforePropertyName(){switch(_l.type){case"identifier":case"string":return Pl=_l.value,void(Il="afterPropertyName");case"punctuator":return void Ql();case"eof":throw tf(bl.EOF)}},afterPropertyName(){if("eof"===_l.type)throw tf(bl.EOF);Il="beforePropertyValue"},beforePropertyValue(){if("eof"===_l.type)throw tf(bl.EOF);Zl()},afterPropertyValue(){if("eof"===_l.type)throw tf(bl.EOF);switch(_l.value){case",":return void(Il="beforePropertyName");case"}":Ql()}},beforeArrayValue(){if("eof"===_l.type)throw tf(bl.EOF);"punctuator"!==_l.type||"]"!==_l.value?Zl():Ql()},afterArrayValue(){if("eof"===_l.type)throw tf(bl.EOF);switch(_l.value){case",":return void(Il="beforeArrayValue");case"]":Ql()}},end(){}};function Zl(){const e=function(){let e;switch(_l.type){case"punctuator":switch(_l.value){case"{":e={};break;case"[":e=[]}break;case"null":case"boolean":case"numeric":case"string":e=_l.value}return e}();if(jl&&"object"==typeof e&&(e._line=Ml,e._column=Ll),void 0===kl)kl=e;else{const t=Tl[Tl.length-1];Array.isArray(t)?jl&&"object"!=typeof e?t.push({value:e,_line:Ml,_column:Ll}):t.push(e):t[Pl]=jl&&"object"!=typeof e?{value:e,_line:Ml,_column:Ll}:e}!function(e){if(e&&"object"==typeof e)Tl.push(e),Il=Array.isArray(e)?"beforeArrayValue":"beforePropertyName";else{const e=Tl[Tl.length-1];Il=e?Array.isArray(e)?"afterArrayValue":"afterPropertyValue":"end"}}(e)}function Ql(){Tl.pop();const e=Tl[Tl.length-1];Il=e?Array.isArray(e)?"afterArrayValue":"afterPropertyValue":"end"}function ef(e){const t={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r","\t":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"};if(t[e])return t[e];if(e<" "){const t=e.charCodeAt(0).toString(16);return`\\x${`00${t}`.substring(t.length)}`}return e}function tf(e,t){let n="";switch(e){case bl.Char:n=void 0===t?`JSON5: invalid end of input at ${Ml}:${Ll}`:`JSON5: invalid character '${ef(t)}' at ${Ml}:${Ll}`;break;case bl.EOF:n=`JSON5: invalid end of input at ${Ml}:${Ll}`;break;case bl.Identifier:Ll-=5,n=`JSON5: invalid identifier character at ${Ml}:${Ll}`}const r=new nf(n);return r.lineNumber=Ml,r.columnNumber=Ll,r}class nf extends SyntaxError{}var rf=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),uf=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),of=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&rf(t,e,n);return uf(t,e),t};Object.defineProperty(Y,"__esModule",{value:!0});var sf=Y.cleanWorkSpace=Ff=Y.executeInstallHvigor=yf=Y.isHvigorInstalled=mf=Y.isAllDependenciesInstalled=void 0;const cf=of(D.default),af=of(p.default),lf=b,ff=j,df=$,Df=X;let pf,Ef;var mf=Y.isAllDependenciesInstalled=function(){function e(e){const t=null==e?void 0:e.dependencies;return void 0===t?0:Object.getOwnPropertyNames(t).length}if(pf=gf(),Ef=Af(),e(pf)+1!==e(Ef))return!1;for(const e in null==pf?void 0:pf.dependencies)if(!(0,ff.hasNpmPackInPaths)(e,[lf.HVIGOR_PROJECT_DEPENDENCIES_HOME])||!hf(e,pf,Ef))return!1;return!0};function hf(e,t,n){return void 0!==n.dependencies&&(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,t.dependencies[e])===n.dependencies[e]}var yf=Y.isHvigorInstalled=function(){return pf=gf(),Ef=Af(),(0,ff.hasNpmPackInPaths)(lf.HVIGOR_ENGINE_PACKAGE_NAME,[lf.HVIGOR_PROJECT_DEPENDENCIES_HOME])&&(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,pf.hvigorVersion)===Ef.dependencies[lf.HVIGOR_ENGINE_PACKAGE_NAME]};const Cf={cwd:lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,stdio:["inherit","inherit","inherit"]};var Ff=Y.executeInstallHvigor=function(){(0,df.logInfoPrintConsole)("Hvigor installing...");const e={dependencies:{}};e.dependencies[lf.HVIGOR_ENGINE_PACKAGE_NAME]=(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,pf.hvigorVersion);try{cf.mkdirSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,{recursive:!0});const t=af.resolve(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,lf.DEFAULT_PACKAGE_JSON);cf.writeFileSync(t,JSON.stringify(e))}catch(e){(0,df.logErrorAndExit)(e)}!function(){const e=["config","set","store-dir",lf.HVIGOR_PNPM_STORE_PATH];(0,ff.executeCommand)(lf.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH,e,Cf)}(),(0,ff.executeCommand)(lf.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH,["install"],Cf)};function gf(){const e=af.resolve(lf.HVIGOR_PROJECT_WRAPPER_HOME,lf.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME);return cf.existsSync(e)||(0,df.logErrorAndExit)(`Error: Hvigor config file ${e} does not exist.`),(0,Df.parseJsonFile)(e)}function Af(){return cf.existsSync(lf.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH)?(0,Df.parseJsonFile)(lf.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH):{dependencies:{}}}sf=Y.cleanWorkSpace=function(){if((0,df.logInfoPrintConsole)("Hvigor cleaning..."),!cf.existsSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME))return;const e=cf.readdirSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME);if(e&&0!==e.length){cf.existsSync(lf.HVIGOR_BOOT_JS_FILE_PATH)&&(0,ff.executeCommand)(process.argv[0],[lf.HVIGOR_BOOT_JS_FILE_PATH,"--stop-daemon"],{});try{e.forEach((e=>{cf.rmSync(af.resolve(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,e),{recursive:!0})}))}catch(e){(0,df.logErrorAndExit)(`The hvigor build tool cannot be installed. Please manually clear the workspace directory and synchronize the project again.\n\n Workspace Path: ${lf.HVIGOR_PROJECT_DEPENDENCIES_HOME}.`)}}};var vf={},Sf=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),wf=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),Of=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&Sf(t,e,n);return wf(t,e),t};Object.defineProperty(vf,"__esModule",{value:!0});var bf=vf.executeBuild=void 0;const _f=b,Bf=Of(D.default),Pf=Of(p.default),kf=$;bf=vf.executeBuild=function(){const e=Pf.resolve(_f.HVIGOR_PROJECT_DEPENDENCIES_HOME,"node_modules","@ohos","hvigor","bin","hvigor.js");try{const t=Bf.realpathSync(e);require(t)}catch(t){(0,kf.logErrorAndExit)(`Error: ENOENT: no such file ${e},delete ${_f.HVIGOR_PROJECT_DEPENDENCIES_HOME} and retry.`)}},function(){if(O.checkNpmConifg(),O.environmentHandler(),O.isPnpmAvailable()||O.executeInstallPnpm(),yf()&&mf())bf();else{sf();try{Ff()}catch(e){return void sf()}bf()}}(); \ No newline at end of file diff --git a/ohos/flutter_lottie/ohos/hvigorfile.ts b/ohos/flutter_lottie/ohos/hvigorfile.ts new file mode 100644 index 0000000000000000000000000000000000000000..5a172b770e3b15f67c12152d00f38f2084d3915b --- /dev/null +++ b/ohos/flutter_lottie/ohos/hvigorfile.ts @@ -0,0 +1,17 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently. +export { appTasks } from '@ohos/hvigor-ohos-plugin'; \ No newline at end of file diff --git a/ohos/flutter_lottie/ohos/hvigorw b/ohos/flutter_lottie/ohos/hvigorw new file mode 100644 index 0000000000000000000000000000000000000000..5efd8343d3232bdd1d9b7f67a3326034054c5396 --- /dev/null +++ b/ohos/flutter_lottie/ohos/hvigorw @@ -0,0 +1,61 @@ +#!/bin/bash + +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# ---------------------------------------------------------------------------- +# Hvigor startup script, version 1.0.0 +# +# Required ENV vars: +# ------------------ +# NODE_HOME - location of a Node home dir +# or +# Add /usr/local/nodejs/bin to the PATH environment variable +# ---------------------------------------------------------------------------- + +HVIGOR_APP_HOME=$(dirname $(readlink -f $0)) +HVIGOR_WRAPPER_SCRIPT=${HVIGOR_APP_HOME}/hvigor/hvigor-wrapper.js +warn() { + echo "" + echo -e "\033[1;33m`date '+[%Y-%m-%d %H:%M:%S]'`$@\033[0m" +} + +error() { + echo "" + echo -e "\033[1;31m`date '+[%Y-%m-%d %H:%M:%S]'`$@\033[0m" +} + +fail() { + error "$@" + exit 1 +} + +# Determine node to start hvigor wrapper script +if [ -n "${NODE_HOME}" ];then + EXECUTABLE_NODE="${NODE_HOME}/bin/node" + if [ ! -x "$EXECUTABLE_NODE" ];then + fail "ERROR: NODE_HOME is set to an invalid directory,check $NODE_HOME\n\nPlease set NODE_HOME in your environment to the location where your nodejs installed" + fi +else + EXECUTABLE_NODE="node" + which ${EXECUTABLE_NODE} > /dev/null 2>&1 || fail "ERROR: NODE_HOME is not set and not 'node' command found in your path" +fi + +# Check hvigor wrapper script +if [ ! -r "$HVIGOR_WRAPPER_SCRIPT" ];then + fail "ERROR: Couldn't find hvigor/hvigor-wrapper.js in ${HVIGOR_APP_HOME}" +fi + +# start hvigor-wrapper script +exec "${EXECUTABLE_NODE}" \ + "${HVIGOR_WRAPPER_SCRIPT}" "$@" diff --git a/ohos/flutter_lottie/ohos/hvigorw.bat b/ohos/flutter_lottie/ohos/hvigorw.bat new file mode 100644 index 0000000000000000000000000000000000000000..cab3a34a8d2caee9e8f8c7374220c873332a7cb6 --- /dev/null +++ b/ohos/flutter_lottie/ohos/hvigorw.bat @@ -0,0 +1,78 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +@if "%DEBUG%" == "" @echo off +@rem ########################################################################## +@rem +@rem Hvigor startup script for Windows +@rem +@rem ########################################################################## + +@rem Set local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" setlocal + +set DIRNAME=%~dp0 +if "%DIRNAME%" == "" set DIRNAME=. +set APP_BASE_NAME=%~n0 +set APP_HOME=%DIRNAME% + +@rem Resolve any "." and ".." in APP_HOME to make it shorter. +for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi + +set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js +set NODE_EXE=node.exe + +goto start + +:start +@rem Find node.exe +if defined NODE_HOME goto findNodeFromNodeHome + +%NODE_EXE% --version >NUL 2>&1 +if "%ERRORLEVEL%" == "0" goto execute + +echo. +echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. +echo. +echo Please set the NODE_HOME variable in your environment to match the +echo location of your NodeJs installation. + +goto fail + +:findNodeFromNodeHome +set NODE_HOME=%NODE_HOME:"=% +set NODE_EXE_PATH=%NODE_HOME%/%NODE_EXE% + +if exist "%NODE_EXE_PATH%" goto execute +echo. +echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. +echo. +echo Please set the NODE_HOME variable in your environment to match the +echo location of your NodeJs installation. + +goto fail + +:execute +@rem Execute hvigor +"%NODE_EXE%" %WRAPPER_MODULE_PATH% %* + +if "%ERRORLEVEL%" == "0" goto hvigorwEnd + +:fail +exit /b 1 + +:hvigorwEnd +if "%OS%" == "Windows_NT" endlocal + +:end diff --git a/ohos/flutter_lottie/ohos/oh-package-lock.json5 b/ohos/flutter_lottie/ohos/oh-package-lock.json5 new file mode 100644 index 0000000000000000000000000000000000000000..6b6ff6496e036b3fec37cdf1661998e74a97190c --- /dev/null +++ b/ohos/flutter_lottie/ohos/oh-package-lock.json5 @@ -0,0 +1,27 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "lockfileVersion": 1, + "ATTENTION": "THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.", + "specifiers": { + "@ohos/hypium@1.0.6": "@ohos/hypium@1.0.6" + }, + "packages": { + "@ohos/hypium@1.0.6": { + "resolved": "https://repo.harmonyos.com/ohpm/@ohos/hypium/-/hypium-1.0.6.tgz", + "integrity": "sha512-bb3DWeWhYrFqj9mPFV3yZQpkm36kbcK+YYaeY9g292QKSjOdmhEIQR2ULPvyMsgSR4usOBf5nnYrDmaCCXirgQ==" + } + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/ohos/oh-package.json5 b/ohos/flutter_lottie/ohos/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..c90ef4866ac1a918639181ad0299d941bb95aca7 --- /dev/null +++ b/ohos/flutter_lottie/ohos/oh-package.json5 @@ -0,0 +1,26 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "license": "", + "devDependencies": { + "@ohos/hypium": "1.0.6" + }, + "author": "", + "name": "apptemplate", + "description": "Please describe the basic information.", + "main": "", + "version": "1.0.0", + "dependencies": {} +} diff --git a/ohos/flutter_lottie/path_provider_ohos/CHANGELOG.md b/ohos/flutter_lottie/path_provider_ohos/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..dc45eed513932beae6400dfcdc1829fbbe863365 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/CHANGELOG.md @@ -0,0 +1,3 @@ +## 1.0.0 + +* new ohos version. diff --git a/ohos/flutter_lottie/path_provider_ohos/README.md b/ohos/flutter_lottie/path_provider_ohos/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/ohos/flutter_lottie/path_provider_ohos/lib/messages.g.dart b/ohos/flutter_lottie/path_provider_ohos/lib/messages.g.dart new file mode 100644 index 0000000000000000000000000000000000000000..e18a369c14571fcf64524f719898c8afb173dd7c --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/lib/messages.g.dart @@ -0,0 +1,204 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ + +import 'dart:async'; +import 'dart:typed_data' show Float64List, Int32List, Int64List, Uint8List; + +import 'package:flutter/foundation.dart' show ReadBuffer, WriteBuffer; +import 'package:flutter/services.dart'; + +enum StorageDirectory { + root, + music, + podcasts, + ringtones, + alarms, + notifications, + pictures, + movies, + downloads, + dcim, + documents, +} + +class PathProviderApi { + /// Constructor for [PathProviderApi]. The [binaryMessenger] named argument is + /// available for dependency injection. If it is left null, the default + /// BinaryMessenger will be used which routes to the host platform. + PathProviderApi({BinaryMessenger? binaryMessenger}) + : _binaryMessenger = binaryMessenger; + final BinaryMessenger? _binaryMessenger; + + static const MessageCodec codec = StandardMessageCodec(); + + Future getTemporaryPath() async { + final BasicMessageChannel channel = BasicMessageChannel( + 'dev.flutter.pigeon.PathProviderApi.getTemporaryPath', codec, + binaryMessenger: _binaryMessenger); + final List? replyList = await channel.send(" ") as List?; + if (replyList == null) { + throw PlatformException( + code: 'channel-error', + message: 'Unable to establish connection on channel.', + ); + } else if (replyList.length > 1) { + throw PlatformException( + code: replyList[0]! as String, + message: replyList[1] as String?, + details: replyList[2], + ); + } else { + return (replyList[0] as String?); + } + } + + Future getApplicationSupportPath() async { + final BasicMessageChannel channel = BasicMessageChannel( + 'dev.flutter.pigeon.PathProviderApi.getApplicationSupportPath', codec, + binaryMessenger: _binaryMessenger); + final List? replyList = await channel.send(" ") as List?; + if (replyList == null) { + throw PlatformException( + code: 'channel-error', + message: 'Unable to establish connection on channel.', + ); + } else if (replyList.length > 1) { + throw PlatformException( + code: replyList[0]! as String, + message: replyList[1] as String?, + details: replyList[2], + ); + } else { + return (replyList[0] as String?); + } + } + + Future getApplicationDocumentsPath() async { + final BasicMessageChannel channel = BasicMessageChannel( + 'dev.flutter.pigeon.PathProviderApi.getApplicationDocumentsPath', codec, + binaryMessenger: _binaryMessenger); + final List? replyList = await channel.send(" ") as List?; + if (replyList == null) { + throw PlatformException( + code: 'channel-error', + message: 'Unable to establish connection on channel.', + ); + } else if (replyList.length > 1) { + throw PlatformException( + code: replyList[0]! as String, + message: replyList[1] as String?, + details: replyList[2], + ); + } else { + return (replyList[0] as String?); + } + } + + Future getApplicationCachePath() async { + final BasicMessageChannel channel = BasicMessageChannel( + 'dev.flutter.pigeon.PathProviderApi.getApplicationCachePath', codec, + binaryMessenger: _binaryMessenger); + final List? replyList = await channel.send(null) as List?; + if (replyList == null) { + throw PlatformException( + code: 'channel-error', + message: 'Unable to establish connection on channel.', + ); + } else if (replyList.length > 1) { + throw PlatformException( + code: replyList[0]! as String, + message: replyList[1] as String?, + details: replyList[2], + ); + } else { + return (replyList[0] as String?); + } + } + + Future getExternalStoragePath() async { + final BasicMessageChannel channel = BasicMessageChannel( + 'dev.flutter.pigeon.PathProviderApi.getExternalStoragePath', codec, + binaryMessenger: _binaryMessenger); + final List? replyList = await channel.send(" ") as List?; + if (replyList == null) { + throw PlatformException( + code: 'channel-error', + message: 'Unable to establish connection on channel.', + ); + } else if (replyList.length > 1) { + throw PlatformException( + code: replyList[0]! as String, + message: replyList[1] as String?, + details: replyList[2], + ); + } else { + return (replyList[0] as String?); + } + } + + Future> getExternalCachePaths() async { + final BasicMessageChannel channel = BasicMessageChannel( + 'dev.flutter.pigeon.PathProviderApi.getExternalCachePaths', codec, + binaryMessenger: _binaryMessenger); + final List? replyList = await channel.send(" ") as List?; + if (replyList == null) { + throw PlatformException( + code: 'channel-error', + message: 'Unable to establish connection on channel.', + ); + } else if (replyList.length > 1) { + throw PlatformException( + code: replyList[0]! as String, + message: replyList[1] as String?, + details: replyList[2], + ); + } else if (replyList[0] == null) { + throw PlatformException( + code: 'null-error', + message: 'Host platform returned null value for non-null return value.', + ); + } else { + return (replyList[0] as List?)!.cast(); + } + } + + Future> getExternalStoragePaths( + StorageDirectory arg_directory) async { + final BasicMessageChannel channel = BasicMessageChannel( + 'dev.flutter.pigeon.PathProviderApi.getExternalStoragePaths', codec, + binaryMessenger: _binaryMessenger); + final List? replyList = + await channel.send([arg_directory.index]) as List?; + if (replyList == null) { + throw PlatformException( + code: 'channel-error', + message: 'Unable to establish connection on channel.', + ); + } else if (replyList.length > 1) { + throw PlatformException( + code: replyList[0]! as String, + message: replyList[1] as String?, + details: replyList[2], + ); + } else if (replyList[0] == null) { + throw PlatformException( + code: 'null-error', + message: 'Host platform returned null value for non-null return value.', + ); + } else { + return (replyList[0] as List?)!.cast(); + } + } +} diff --git a/ohos/flutter_lottie/path_provider_ohos/lib/path_provider_ohos.dart b/ohos/flutter_lottie/path_provider_ohos/lib/path_provider_ohos.dart new file mode 100644 index 0000000000000000000000000000000000000000..aabcd835a9fa3b225775546361c1814c0a8a28a7 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/lib/path_provider_ohos.dart @@ -0,0 +1,104 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ + + +import 'package:path_provider_platform_interface/path_provider_platform_interface.dart'; +import 'messages.g.dart' as messages; + +messages.StorageDirectory _convertStorageDirectory( + StorageDirectory? directory) { + switch (directory) { + case null: + return messages.StorageDirectory.root; + case StorageDirectory.music: + return messages.StorageDirectory.music; + case StorageDirectory.podcasts: + return messages.StorageDirectory.podcasts; + case StorageDirectory.ringtones: + return messages.StorageDirectory.ringtones; + case StorageDirectory.alarms: + return messages.StorageDirectory.alarms; + case StorageDirectory.notifications: + return messages.StorageDirectory.notifications; + case StorageDirectory.pictures: + return messages.StorageDirectory.pictures; + case StorageDirectory.movies: + return messages.StorageDirectory.movies; + case StorageDirectory.downloads: + return messages.StorageDirectory.downloads; + case StorageDirectory.dcim: + return messages.StorageDirectory.dcim; + case StorageDirectory.documents: + return messages.StorageDirectory.documents; + } +} + +/// The OHOS implementation of [PathProviderPlatform]. +class PathProviderOhos extends PathProviderPlatform { + final messages.PathProviderApi _api = messages.PathProviderApi(); + + /// Registers this class as the default instance of [PathProviderPlatform]. + static void registerWith() { + PathProviderPlatform.instance = PathProviderOhos(); + } + + @override + Future getTemporaryPath() { + return _api.getTemporaryPath(); + } + + @override + Future getApplicationSupportPath() { + return _api.getApplicationSupportPath(); + } + + @override + Future getLibraryPath() { + throw UnsupportedError('getLibraryPath is not supported on OHOS'); + } + + @override + Future getApplicationDocumentsPath() { + return _api.getApplicationDocumentsPath(); + } + + @override + Future getApplicationCachePath() { + return _api.getApplicationCachePath(); + } + + @override + Future getExternalStoragePath() { + return _api.getExternalStoragePath(); + } + + @override + Future?> getExternalCachePaths() async { + return (await _api.getExternalCachePaths()).cast(); + } + + @override + Future?> getExternalStoragePaths({ + StorageDirectory? type, + }) async { + return (await _api.getExternalStoragePaths(_convertStorageDirectory(type))) + .cast(); + } + + @override + Future getDownloadsPath() { + throw UnsupportedError('getDownloadsPath is not supported on OHOS'); + } +} diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/.hvigor/cache/file-cache.json b/ohos/flutter_lottie/path_provider_ohos/ohos/.hvigor/cache/file-cache.json new file mode 100644 index 0000000000000000000000000000000000000000..1e922e7e1fc28adb088df43e96d59e2e64598bf0 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/.hvigor/cache/file-cache.json @@ -0,0 +1 @@ +{"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\AppScope\\app.json5":{"hashValue":"c5cbb5522de13fac82f033c7cd9b48d8","name":"app.json5","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\AppScope\\app.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":226,"lastModifiedTime":1695632211627}},"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\module.json5":{"hashValue":"1b4eb7b03f613b971199abeae1d7ad6d","name":"module.json5","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\module.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":137,"lastModifiedTime":1695632211699}},"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\oh-package.json5":{"hashValue":"c55207f83ac823903369a4a9dab86116","name":"oh-package.json5","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\oh-package.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":269,"lastModifiedTime":1695632211699}},"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\merge_profile\\default\\module.json":{"hashValue":"c7280466cd6cb30364af8cbdfe11f350","name":"module.json","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\merge_profile\\default\\module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":406,"lastModifiedTime":1698044664828}},"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\process_profile\\default\\module.json":{"hashValue":"1c8e8a915a9b7f222d4cf94722d1bb42","name":"module.json","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\process_profile\\default\\module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":491,"lastModifiedTime":1698044664928}},"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\res\\default\\resConfig.json":{"hashValue":"d1d25a5d183601133bbabec3842873ac","name":"resConfig.json","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\res\\default\\resConfig.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1161,"lastModifiedTime":1697686151232}},"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\libs":{"hashValue":"fb414dab48788ac59123df55cae63f0b","name":"libs","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\libs","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"2a8cdcb7a112ce8f608fa4c5a8b26644","name":"flutter_ohos.har","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\libs\\flutter_ohos.har","type":"file","isSymbolicLink":false,"fileMetaData":{"size":19163432,"lastModifiedTime":1698044260416}}]},"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\libs\\default":{"hashValue":"","name":"default","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\libs\\default","type":"directory","isSymbolicLink":false,"children":[]},"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources":{"hashValue":"c8b0c1d9d5adf5ad1facbc15311568c7","name":"resources","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"0e99451c368710b3fd660c4ce26f9f1a","name":"base","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources\\base","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"d6b3b638c405a120e2d4c2749281c244","name":"element","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources\\base\\element","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"729a44cdc4bfe4a33860e45f85edc23d","name":"string.json","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources\\base\\element\\string.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":108,"lastModifiedTime":1695632211699}}]}]},{"hashValue":"0e99451c368710b3fd660c4ce26f9f1a","name":"en_US","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources\\en_US","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"d6b3b638c405a120e2d4c2749281c244","name":"element","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources\\en_US\\element","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"729a44cdc4bfe4a33860e45f85edc23d","name":"string.json","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources\\en_US\\element\\string.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":108,"lastModifiedTime":1695632211699}}]}]},{"hashValue":"0e99451c368710b3fd660c4ce26f9f1a","name":"zh_CN","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources\\zh_CN","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"d6b3b638c405a120e2d4c2749281c244","name":"element","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources\\zh_CN\\element","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"729a44cdc4bfe4a33860e45f85edc23d","name":"string.json","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources\\zh_CN\\element\\string.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":108,"lastModifiedTime":1695632211699}}]}]}]},"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\res\\default":{"hashValue":"76f5c8d078ca69ae9175830aa99a05dc","name":"default","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\res\\default","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"f12d653569ed3cffc2c73dbcf141b3e7","name":"ids_map","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\res\\default\\ids_map","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"fde1d32f9d3798179b3345d3d3b044a8","name":"id_defined.json","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\res\\default\\ids_map\\id_defined.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":148,"lastModifiedTime":1698044665019}}]},{"hashValue":"2ed40cf3b6a0258fcf7ef0d5663211d7","name":"module.json","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\res\\default\\module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":652,"lastModifiedTime":1698044665018}},{"hashValue":"d1d25a5d183601133bbabec3842873ac","name":"resConfig.json","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\res\\default\\resConfig.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1161,"lastModifiedTime":1697686151232}},{"hashValue":"98c2ba5b20a7da7409087b816f0988e8","name":"resources.index","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\res\\default\\resources.index","type":"file","isSymbolicLink":false,"fileMetaData":{"size":396,"lastModifiedTime":1698044665018}},{"hashValue":"94cde23849d24d7b4c50116f9d63d725","name":"ResourceTable.txt","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\res\\default\\ResourceTable.txt","type":"file","isSymbolicLink":false,"fileMetaData":{"size":27,"lastModifiedTime":1698044665018}}]},"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\generated\\r\\default\\ResourceTable.h":{"hashValue":"d021dd9a3167074553dba4f2c5854465","name":"ResourceTable.h","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\generated\\r\\default\\ResourceTable.h","type":"file","isSymbolicLink":false,"fileMetaData":{"size":750,"lastModifiedTime":1698044665015}},"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\generated\\r\\default":{"hashValue":"93721c69ae9a43a6b6b026ce4ba28ad2","name":"default","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\generated\\r\\default","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"d021dd9a3167074553dba4f2c5854465","name":"ResourceTable.h","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\generated\\r\\default\\ResourceTable.h","type":"file","isSymbolicLink":false,"fileMetaData":{"size":750,"lastModifiedTime":1698044665015}}]},"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\merge_profile\\default":{"hashValue":"de5eea44e80e5ff634766ec94c928117","name":"default","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\merge_profile\\default","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"c7280466cd6cb30364af8cbdfe11f350","name":"module.json","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\merge_profile\\default\\module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":406,"lastModifiedTime":1698044664828}}]},"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider":{"hashValue":"7190fb2c4d706ed6e0e4babda37414da","name":"path_provider","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"19d5ec875e8653c8b6be599c08514ccb","name":"hvigorfile.ts","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\hvigorfile.ts","type":"file","isSymbolicLink":false,"fileMetaData":{"size":160,"lastModifiedTime":1695632211630}},{"hashValue":"c55207f83ac823903369a4a9dab86116","name":"oh-package.json5","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\oh-package.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":269,"lastModifiedTime":1695632211699}},{"hashValue":"dd38cfe42b111fd0bc58052c7bc17c51","name":"src","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"3a65d298f5e72b2d44c536dcdc681eab","name":"main","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"f02f1982d32aa94a70d44596e261b365","name":"ets","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\ets","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"9eda77fcd81df492830297a66f19de2b","name":"io","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\ets\\io","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"a8b6bfcaad196674574a9a19f821f053","name":"flutter","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\ets\\io\\flutter","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"c3f2123de992ed2dbd349c42faa6bf94","name":"plugins","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\ets\\io\\flutter\\plugins","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"a73ddceefee53bd0ac6011fe311e4c5b","name":"pathprovider","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\ets\\io\\flutter\\plugins\\pathprovider","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"3eba56cb57824fbfc070408312f41c09","name":"Messages.ets","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\ets\\io\\flutter\\plugins\\pathprovider\\Messages.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":7545,"lastModifiedTime":1698027170940}},{"hashValue":"0ec1d5dd6a98d7b451807b34d6eaec32","name":"PathProviderPlugin.ets","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\ets\\io\\flutter\\plugins\\pathprovider\\PathProviderPlugin.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":4706,"lastModifiedTime":1698027170931}}]}]}]}]}]},{"hashValue":"1b4eb7b03f613b971199abeae1d7ad6d","name":"module.json5","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\module.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":137,"lastModifiedTime":1695632211699}},{"hashValue":"c8b0c1d9d5adf5ad1facbc15311568c7","name":"resources","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"0e99451c368710b3fd660c4ce26f9f1a","name":"base","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources\\base","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"d6b3b638c405a120e2d4c2749281c244","name":"element","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources\\base\\element","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"729a44cdc4bfe4a33860e45f85edc23d","name":"string.json","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources\\base\\element\\string.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":108,"lastModifiedTime":1695632211699}}]}]},{"hashValue":"0e99451c368710b3fd660c4ce26f9f1a","name":"en_US","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources\\en_US","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"d6b3b638c405a120e2d4c2749281c244","name":"element","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources\\en_US\\element","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"729a44cdc4bfe4a33860e45f85edc23d","name":"string.json","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources\\en_US\\element\\string.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":108,"lastModifiedTime":1695632211699}}]}]},{"hashValue":"0e99451c368710b3fd660c4ce26f9f1a","name":"zh_CN","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources\\zh_CN","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"d6b3b638c405a120e2d4c2749281c244","name":"element","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources\\zh_CN\\element","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"729a44cdc4bfe4a33860e45f85edc23d","name":"string.json","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources\\zh_CN\\element\\string.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":108,"lastModifiedTime":1695632211699}}]}]}]}]},{"hashValue":"b07684f7777a2f703cac0fec56862a66","name":"test","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\test","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"c78a7b9e8f82f2213f5b0350ab7252e5","name":"List.test.ets","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\test\\List.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":108,"lastModifiedTime":1695632211699}},{"hashValue":"ec0cecaf2909eb7b848a158a2786add5","name":"LocalUnit.test.ets","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\test\\LocalUnit.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1692,"lastModifiedTime":1695632211699}}]}]}]},"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\res\\default\\ResourceTable.txt":{"hashValue":"94cde23849d24d7b4c50116f9d63d725","name":"ResourceTable.txt","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\res\\default\\ResourceTable.txt","type":"file","isSymbolicLink":false,"fileMetaData":{"size":27,"lastModifiedTime":1698044665018}},"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar":{"hashValue":"77ec3ff3075d1e1b0f77eea3593fc54a","name":"default@PackageHar","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"34bdaa94e55567ca04e39d0ddc512301","name":"build-profile.json5","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\build-profile.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":119,"lastModifiedTime":1695632211630}},{"hashValue":"19d5ec875e8653c8b6be599c08514ccb","name":"hvigorfile.ts","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\hvigorfile.ts","type":"file","isSymbolicLink":false,"fileMetaData":{"size":160,"lastModifiedTime":1695632211630}},{"hashValue":"","name":"libs","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\libs","type":"directory","isSymbolicLink":false,"children":[]},{"hashValue":"c55207f83ac823903369a4a9dab86116","name":"oh-package.json5","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\oh-package.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":269,"lastModifiedTime":1695632211699}},{"hashValue":"94cde23849d24d7b4c50116f9d63d725","name":"ResourceTable.txt","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\ResourceTable.txt","type":"file","isSymbolicLink":false,"fileMetaData":{"size":27,"lastModifiedTime":1698044665018}},{"hashValue":"ae45559de2480bc70d782647539c87a9","name":"src","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"d1732197995c7f8e834be72e56bec866","name":"main","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\main","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"f02f1982d32aa94a70d44596e261b365","name":"ets","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\main\\ets","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"9eda77fcd81df492830297a66f19de2b","name":"io","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\main\\ets\\io","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"a8b6bfcaad196674574a9a19f821f053","name":"flutter","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\main\\ets\\io\\flutter","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"c3f2123de992ed2dbd349c42faa6bf94","name":"plugins","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\main\\ets\\io\\flutter\\plugins","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"a73ddceefee53bd0ac6011fe311e4c5b","name":"pathprovider","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\main\\ets\\io\\flutter\\plugins\\pathprovider","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"3eba56cb57824fbfc070408312f41c09","name":"Messages.ets","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\main\\ets\\io\\flutter\\plugins\\pathprovider\\Messages.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":7545,"lastModifiedTime":1698027170940}},{"hashValue":"0ec1d5dd6a98d7b451807b34d6eaec32","name":"PathProviderPlugin.ets","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\main\\ets\\io\\flutter\\plugins\\pathprovider\\PathProviderPlugin.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":4706,"lastModifiedTime":1698027170931}}]}]}]}]}]},{"hashValue":"c7280466cd6cb30364af8cbdfe11f350","name":"module.json","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\main\\module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":406,"lastModifiedTime":1698044664828}},{"hashValue":"c8b0c1d9d5adf5ad1facbc15311568c7","name":"resources","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\main\\resources","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"0e99451c368710b3fd660c4ce26f9f1a","name":"base","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\main\\resources\\base","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"d6b3b638c405a120e2d4c2749281c244","name":"element","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\main\\resources\\base\\element","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"729a44cdc4bfe4a33860e45f85edc23d","name":"string.json","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\main\\resources\\base\\element\\string.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":108,"lastModifiedTime":1695632211699}}]}]},{"hashValue":"0e99451c368710b3fd660c4ce26f9f1a","name":"en_US","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\main\\resources\\en_US","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"d6b3b638c405a120e2d4c2749281c244","name":"element","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\main\\resources\\en_US\\element","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"729a44cdc4bfe4a33860e45f85edc23d","name":"string.json","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\main\\resources\\en_US\\element\\string.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":108,"lastModifiedTime":1695632211699}}]}]},{"hashValue":"0e99451c368710b3fd660c4ce26f9f1a","name":"zh_CN","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\main\\resources\\zh_CN","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"d6b3b638c405a120e2d4c2749281c244","name":"element","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\main\\resources\\zh_CN\\element","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"729a44cdc4bfe4a33860e45f85edc23d","name":"string.json","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\main\\resources\\zh_CN\\element\\string.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":108,"lastModifiedTime":1695632211699}}]}]}]}]},{"hashValue":"b07684f7777a2f703cac0fec56862a66","name":"test","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\test","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"c78a7b9e8f82f2213f5b0350ab7252e5","name":"List.test.ets","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\test\\List.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":108,"lastModifiedTime":1695632211699}},{"hashValue":"ec0cecaf2909eb7b848a158a2786add5","name":"LocalUnit.test.ets","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar\\src\\test\\LocalUnit.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1692,"lastModifiedTime":1695632211699}}]}]}]},"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\outputs\\default":{"hashValue":"876919e92069ce600cf972b0875777f7","name":"default","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\outputs\\default","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"7505492774406aa9fff80dba7d7feac7","name":"path_provider.har","path":"D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\outputs\\default\\path_provider.har","type":"file","isSymbolicLink":false,"fileMetaData":{"size":3760,"lastModifiedTime":1698044665105}}]}} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/.hvigor/cache/task-cache.json b/ohos/flutter_lottie/path_provider_ohos/ohos/.hvigor/cache/task-cache.json new file mode 100644 index 0000000000000000000000000000000000000000..74e6041c9e4c806dbc71c75435c28ed59a07f3a1 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/.hvigor/cache/task-cache.json @@ -0,0 +1 @@ +{":ohos:path_provider:default@PreBuild":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"0b5d05294fdf4e78e8482ef53eb64ac0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"cdcdc2ec8062ca9ec1de46dbf2bbc053\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"e7f94a9422a8bc317a7d90b58efcb5f6\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"apiType\",\"_value\":\"stageMode\",\"_valueType\":\"string\",\"_hash\":\"699c7565645ea3ea8c88551a4926a3d5\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"codeType\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"d6dcf21a9f078b661283507536e57ce8\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compatibleApiVersion\",\"_value\":10,\"_valueType\":\"number\",\"_hash\":\"f08ac304243ae5663f2ea14e1973c253\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compileApiVersion\",\"_value\":10,\"_valueType\":\"number\",\"_hash\":\"4fdb2d89c4c44dbf8c5dffe16d03220b\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"customTypes\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"970a2695bffac1c5a4fa283dc36050e3\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"deviceType\",\"_value\":[\"default\",\"tablet\"],\"_valueType\":\"object\",\"_hash\":\"3f44547af15457ff8e1ec09282ca9922\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isSupportOhpmProj\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"f3a249d7e3f751316e931b8a08b074b4\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"profileModuleName\",\"_value\":\"path_provider\",\"_valueType\":\"string\",\"_hash\":\"81a3ab42106cf4d3830cea5b6daf7b35\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"sdkToolchainsComponentVersion\",\"_value\":\"4.0.0.40\",\"_valueType\":\"string\",\"_hash\":\"9822dc2efe3bc5434b273057d46ed8e2\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"targetStatusCode\",\"_value\":2,\"_valueType\":\"number\",\"_hash\":\"5a9255c0f4ee50904a9349ebafca8369\"}"}],"_successful":true,"_projectName":"ohos","_moduleName":"path_provider","_taskName":"default@PreBuild","_key":":ohos:path_provider:default@PreBuild","_executionId":":ohos:path_provider:default@PreBuild:1698044664739","_inputFiles":{"dataType":"Map","value":[["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\AppScope\\app.json5",{"isDirectory":false,"fileSnapShotHashValue":"c5cbb5522de13fac82f033c7cd9b48d8"}],["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\module.json5",{"isDirectory":false,"fileSnapShotHashValue":"1b4eb7b03f613b971199abeae1d7ad6d"}],["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\oh-package.json5",{"fileSnapShotHashValue":"c55207f83ac823903369a4a9dab86116"}]]},"_outputFiles":{"dataType":"Map","value":[]}},":ohos:path_provider:default@MergeProfile":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"0b5d05294fdf4e78e8482ef53eb64ac0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"cdcdc2ec8062ca9ec1de46dbf2bbc053\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"e7f94a9422a8bc317a7d90b58efcb5f6\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"asanEnable\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"bc2129ba20a21b7e5234139ede1b4d7b\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"buildRoot\",\"_value\":\"build\",\"_valueType\":\"string\",\"_hash\":\"4c2dd7bb7507f74001ec27f2936db7f9\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compatibleSdkVersion\",\"_value\":10,\"_valueType\":\"number\",\"_hash\":\"8ca3e69374439355c4f1b77ba4fb3435\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isDebug\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"edbf05a2d2be2c385e75d9565a48d419\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isHarModule\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"02f77a1e25718bf2a5689a57185f47f6\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"multiProjects\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"555604752defc243b4e4c55d1549fc06\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"releaseType\",\"_value\":\"Release\",\"_valueType\":\"string\",\"_hash\":\"bbcabdda034e97584f8c36f85b3ec517\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"targetSdkVersion\",\"_value\":10,\"_valueType\":\"number\",\"_hash\":\"68a4d173dd33897f0e74ffeae724b180\"}"}],"_successful":true,"_projectName":"ohos","_moduleName":"path_provider","_taskName":"default@MergeProfile","_key":":ohos:path_provider:default@MergeProfile","_executionId":":ohos:path_provider:default@MergeProfile:1698044664825","_inputFiles":{"dataType":"Map","value":[["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\AppScope\\app.json5",{"fileSnapShotHashValue":"c5cbb5522de13fac82f033c7cd9b48d8"}],["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\module.json5",{"fileSnapShotHashValue":"1b4eb7b03f613b971199abeae1d7ad6d"}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\merge_profile\\default\\module.json",{"fileSnapShotHashValue":"c7280466cd6cb30364af8cbdfe11f350"}]]}},":ohos:path_provider:default@ProcessProfile":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"arkEnable\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compileMode\",\"_value\":\"esmodule\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"deviceTypes\",\"_value\":[\"default\",\"tablet\"],\"_valueType\":\"object\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"dependency\",\"_value\":\"[]\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"ohos","_moduleName":"path_provider","_taskName":"default@ProcessProfile","_key":":ohos:path_provider:default@ProcessProfile","_executionId":":ohos:path_provider:default@ProcessProfile:1698044664829","_inputFiles":{"dataType":"Map","value":[["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\merge_profile\\default\\module.json",{"fileSnapShotHashValue":"c7280466cd6cb30364af8cbdfe11f350"}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\process_profile\\default\\module.json",{"fileSnapShotHashValue":"1c8e8a915a9b7f222d4cf94722d1bb42"}]]}},":ohos:path_provider:default@ProcessResource":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"0b5d05294fdf4e78e8482ef53eb64ac0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"cdcdc2ec8062ca9ec1de46dbf2bbc053\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"e7f94a9422a8bc317a7d90b58efcb5f6\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"resConfigJsonContent\",\"_value\":\"{\\\"configPath\\\":\\\"D:\\\\\\\\project\\\\\\\\flutter-sig-package\\\\\\\\packages\\\\\\\\packages\\\\\\\\path_provider\\\\\\\\path_provider_ohos\\\\\\\\ohos\\\\\\\\path_provider\\\\\\\\build\\\\\\\\default\\\\\\\\intermediates\\\\\\\\process_profile\\\\\\\\default\\\\\\\\module.json\\\",\\\"packageName\\\":\\\"io.flutter.plugins.pathprovider\\\",\\\"output\\\":\\\"D:\\\\\\\\project\\\\\\\\flutter-sig-package\\\\\\\\packages\\\\\\\\packages\\\\\\\\path_provider\\\\\\\\path_provider_ohos\\\\\\\\ohos\\\\\\\\path_provider\\\\\\\\build\\\\\\\\default\\\\\\\\intermediates\\\\\\\\res\\\\\\\\default\\\",\\\"moduleNames\\\":\\\"path_provider\\\",\\\"ResourceTable\\\":[\\\"D:\\\\\\\\project\\\\\\\\flutter-sig-package\\\\\\\\packages\\\\\\\\packages\\\\\\\\path_provider\\\\\\\\path_provider_ohos\\\\\\\\ohos\\\\\\\\path_provider\\\\\\\\build\\\\\\\\default\\\\\\\\generated\\\\\\\\r\\\\\\\\default\\\\\\\\ResourceTable.h\\\"],\\\"moduleResources\\\":[\\\"D:\\\\\\\\project\\\\\\\\flutter-sig-package\\\\\\\\packages\\\\\\\\packages\\\\\\\\path_provider\\\\\\\\path_provider_ohos\\\\\\\\ohos\\\\\\\\path_provider\\\\\\\\src\\\\\\\\main\\\\\\\\resources\\\"],\\\"dependencies\\\":[],\\\"ids\\\":\\\"D:\\\\\\\\project\\\\\\\\flutter-sig-package\\\\\\\\packages\\\\\\\\packages\\\\\\\\path_provider\\\\\\\\path_provider_ohos\\\\\\\\ohos\\\\\\\\path_provider\\\\\\\\build\\\\\\\\default\\\\\\\\intermediates\\\\\\\\res\\\\\\\\default\\\\\\\\ids_map\\\",\\\"definedIds\\\":\\\"D:\\\\\\\\project\\\\\\\\flutter-sig-package\\\\\\\\packages\\\\\\\\packages\\\\\\\\path_provider\\\\\\\\path_provider_ohos\\\\\\\\ohos\\\\\\\\path_provider\\\\\\\\build\\\\\\\\default\\\\\\\\intermediates\\\\\\\\res\\\\\\\\default\\\\\\\\ids_map\\\\\\\\id_defined.json\\\"}\",\"_valueType\":\"string\",\"_hash\":\"c894da08dc5554a5238f109afa401cfb\"}"}],"_successful":true,"_projectName":"ohos","_moduleName":"path_provider","_taskName":"default@ProcessResource","_key":":ohos:path_provider:default@ProcessResource","_executionId":":ohos:path_provider:default@ProcessResource:1697686151230","_inputFiles":{"dataType":"Map","value":[]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\res\\default\\resConfig.json",{"isDirectory":false,"fileSnapShotHashValue":"d1d25a5d183601133bbabec3842873ac"}]]}},":ohos:path_provider:default@ProcessLibs":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"ohos","_moduleName":"path_provider","_taskName":"default@ProcessLibs","_key":":ohos:path_provider:default@ProcessLibs","_executionId":":ohos:path_provider:default@ProcessLibs:1698044664930","_inputFiles":{"dataType":"Map","value":[["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\libs",{"isDirectory":true,"fileSnapShotHashValue":"fb414dab48788ac59123df55cae63f0b"}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\libs\\default",{"isDirectory":true,"fileSnapShotHashValue":""}]]}},":ohos:path_provider:default@CompileResource":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"TARGET_CONFIG\",\"_value\":\"{\\\"name\\\":\\\"default\\\"}\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"D:\\\\tools\\\\devecostudio-windows-4.0.3.601\\\\devecostudio-windows-4.0.3.601\\\\sdk\\\\WinSDK\\\\openharmony\\\\10\\\\toolchains\\\\restool.exe,-l,D:\\\\project\\\\flutter-sig-package\\\\packages\\\\packages\\\\path_provider\\\\path_provider_ohos\\\\ohos\\\\path_provider\\\\build\\\\default\\\\intermediates\\\\res\\\\default\\\\resConfig.json\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"D:\\\\tools\\\\devecostudio-windows-4.0.3.601\\\\devecostudio-windows-4.0.3.601\\\\sdk\\\\WinSDK\\\\openharmony\\\\10\\\\toolchains\\\\restool.exe\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"ohos","_moduleName":"path_provider","_taskName":"default@CompileResource","_key":":ohos:path_provider:default@CompileResource","_executionId":":ohos:path_provider:default@CompileResource:1698044664937","_inputFiles":{"dataType":"Map","value":[["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources",{"fileSnapShotHashValue":"c8b0c1d9d5adf5ad1facbc15311568c7"}],["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\process_profile\\default\\module.json",{"isDirectory":false,"fileSnapShotHashValue":"1c8e8a915a9b7f222d4cf94722d1bb42"}],["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\res\\default\\resConfig.json",{"isDirectory":false,"fileSnapShotHashValue":"d1d25a5d183601133bbabec3842873ac"}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\res\\default",{"isDirectory":true,"fileSnapShotHashValue":"76f5c8d078ca69ae9175830aa99a05dc"}],["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\generated\\r\\default\\ResourceTable.h",{"isDirectory":false,"fileSnapShotHashValue":"d021dd9a3167074553dba4f2c5854465"}],["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\generated\\r\\default",{"isDirectory":true,"fileSnapShotHashValue":"93721c69ae9a43a6b6b026ce4ba28ad2"}]]}},":ohos:path_provider:default@PackageHar":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"hasNativeOption\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"needCppTypes\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"harModuleJson\",\"_value\":\"D:\\\\project\\\\flutter-sig-package\\\\packages\\\\packages\\\\path_provider\\\\path_provider_ohos\\\\ohos\\\\path_provider\\\\build\\\\default\\\\cache\\\\default\\\\default@PackageHar\\\\src\\\\main\\\\module.json5\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isOhpmProject\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"artifactType\",\"_value\":\"original\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"C:\\\\Users\\\\z30010942\\\\nodejs\\\\npm.cmd,pack\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"cwd:D:\\\\project\\\\flutter-sig-package\\\\packages\\\\packages\\\\path_provider\\\\path_provider_ohos\\\\ohos\\\\path_provider\\\\build\\\\default\\\\cache\\\\default\\\\default@PackageHar;\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"ohos","_moduleName":"path_provider","_taskName":"default@PackageHar","_key":":ohos:path_provider:default@PackageHar","_executionId":":ohos:path_provider:default@PackageHar:1698044665025","_inputFiles":{"dataType":"Map","value":[["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\merge_profile\\default",{"isDirectory":true,"fileSnapShotHashValue":"de5eea44e80e5ff634766ec94c928117"}],["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider",{"isDirectory":true,"test":{"dataType":"RegExp","value":"^(?!D:\\\\project\\\\flutter-sig-package\\\\packages\\\\packages\\\\path_provider\\\\path_provider_ohos\\\\ohos\\\\path_provider\\\\libs|D:\\\\project\\\\flutter-sig-package\\\\packages\\\\packages\\\\path_provider\\\\path_provider_ohos\\\\ohos\\\\path_provider\\\\build|D:\\\\project\\\\flutter-sig-package\\\\packages\\\\packages\\\\path_provider\\\\path_provider_ohos\\\\ohos\\\\path_provider\\\\node_modules|D:\\\\project\\\\flutter-sig-package\\\\packages\\\\packages\\\\path_provider\\\\path_provider_ohos\\\\ohos\\\\path_provider\\\\oh_modules|D:\\\\project\\\\flutter-sig-package\\\\packages\\\\packages\\\\path_provider\\\\path_provider_ohos\\\\ohos\\\\path_provider\\\\.cxx|D:\\\\project\\\\flutter-sig-package\\\\packages\\\\packages\\\\path_provider\\\\path_provider_ohos\\\\ohos\\\\path_provider\\\\.previewer|D:\\\\project\\\\flutter-sig-package\\\\packages\\\\packages\\\\path_provider\\\\path_provider_ohos\\\\ohos\\\\path_provider\\\\.hvigor|D:\\\\project\\\\flutter-sig-package\\\\packages\\\\packages\\\\path_provider\\\\path_provider_ohos\\\\ohos\\\\path_provider\\\\.gitignore|D:\\\\project\\\\flutter-sig-package\\\\packages\\\\packages\\\\path_provider\\\\path_provider_ohos\\\\ohos\\\\path_provider\\\\.ohpmignore).*"},"fileSnapShotHashValue":"7190fb2c4d706ed6e0e4babda37414da"}],["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\libs\\default",{"isDirectory":true,"fileSnapShotHashValue":""}],["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\res\\default\\ResourceTable.txt",{"isDirectory":false,"fileSnapShotHashValue":"94cde23849d24d7b4c50116f9d63d725"}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@PackageHar",{"isDirectory":true,"fileSnapShotHashValue":"77ec3ff3075d1e1b0f77eea3593fc54a"}],["D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\outputs\\default",{"isDirectory":true,"fileSnapShotHashValue":"876919e92069ce600cf972b0875777f7"}]]}}} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/.hvigor/outputs/logs/details/details.json b/ohos/flutter_lottie/path_provider_ohos/ohos/.hvigor/outputs/logs/details/details.json new file mode 100644 index 0000000000000000000000000000000000000000..122ea9dd14ee7f97906c47e1356cfe99d45cb981 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/.hvigor/outputs/logs/details/details.json @@ -0,0 +1,16 @@ +{ + "totalTime": 3766648700, + "moduleNum": 1, + "taskTime": { + "compileArkTS": 0, + "buildArkTS": 0, + "compileJS": 0, + "buildJS": 0, + "compileResource": 84874400, + "packageHap": 0, + "signHap": 0 + }, + "isIncremental": true, + "hasIncremental": true, + "isParallel": true +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/.hvigor/outputs/sync/output.json b/ohos/flutter_lottie/path_provider_ohos/ohos/.hvigor/outputs/sync/output.json new file mode 100644 index 0000000000000000000000000000000000000000..e3b19f967dd8746a6534d4e282a497c85eec7662 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/.hvigor/outputs/sync/output.json @@ -0,0 +1,39 @@ +{ + "ohos-module-path_provider": { + "SELECT_TARGET": "default", + "MODULE_BUILD_DIR": "D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build", + "TARGETS": { + "default": { + "SOURCE_ROOT": "D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main", + "RESOURCES_PATH": [ + "D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\src\\main\\resources" + ], + "BUILD_PATH": { + "OUTPUT_PATH": "D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\outputs\\default", + "INTERMEDIA_PATH": "D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates", + "JS_ASSETS_PATH": "D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\loader_out\\default", + "JS_LITE_ASSETS_PATH": "D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\loader_out_lite\\default", + "RES_PATH": "D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\res\\default", + "RES_PROFILE_PATH": "D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\res\\default\\resources\\base\\profile", + "ETS_SUPER_VISUAL_PATH": "D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@CompileArkTS\\esmodule", + "JS_SUPER_VISUAL_PATH": "D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\cache\\default\\default@CompileJS\\jsbundle", + "WORKER_LOADER": "D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\loader\\default\\loader.json", + "MANIFEST_JSON": "D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\manifest\\default", + "OUTPUT_METADATA_JSON": "D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\path_provider\\build\\default\\intermediates\\hap_metadata\\default\\output_metadata.json" + }, + "BUILD_OPTION": { + "debuggable": true + } + } + } + }, + "ohos-project": { + "SELECT_PRODUCT_NAME": "default", + "MODULE_BUILD_DIR": "D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\build", + "BUNDLE_NAME": "io.flutter.plugins.pathprovider", + "BUILD_PATH": { + "OUTPUT_PATH": "D:\\project\\flutter-sig-package\\packages\\packages\\path_provider\\path_provider_ohos\\ohos\\build\\outputs\\default" + } + }, + "version": 1 +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/.hvigor/report/report.json b/ohos/flutter_lottie/path_provider_ohos/ohos/.hvigor/report/report.json new file mode 100644 index 0000000000000000000000000000000000000000..22a11f0c17d34cb8fa9e1e767cfe40b4be5ea2e3 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/.hvigor/report/report.json @@ -0,0 +1,119 @@ +{ + "version": "1.0", + "workerIdList": [ + -1 + ], + "metrics": [ + { + "type": "build_line", + "endTime": 1698044664824, + "status": "closed", + "children": [], + "name": "overallTime", + "taskName": "default@PreBuild", + "taskPath": "path_provider", + "workerId": -1, + "startTime": 1698044664738 + }, + { + "type": "build_line", + "endTime": 1698044664828, + "status": "closed", + "children": [], + "name": "overallTime", + "taskName": "default@MergeProfile", + "taskPath": "path_provider", + "workerId": -1, + "startTime": 1698044664825 + }, + { + "type": "build_line", + "endTime": 1698044664829, + "status": "closed", + "children": [], + "name": "overallTime", + "taskName": "default@BuildNativeWithCmake", + "taskPath": "path_provider", + "workerId": -1, + "startTime": 1698044664829 + }, + { + "type": "build_line", + "endTime": 1698044664928, + "status": "closed", + "children": [], + "name": "overallTime", + "taskName": "default@ProcessProfile", + "taskPath": "path_provider", + "workerId": -1, + "startTime": 1698044664829 + }, + { + "type": "build_line", + "endTime": 1698044664928, + "status": "closed", + "children": [], + "name": "overallTime", + "taskName": "default@BuildNativeWithNinja", + "taskPath": "path_provider", + "workerId": -1, + "startTime": 1698044664928 + }, + { + "type": "build_line", + "endTime": 1698044664930, + "status": "closed", + "children": [], + "name": "overallTime", + "taskName": "default@ProcessResource", + "taskPath": "path_provider", + "workerId": -1, + "startTime": 1698044664928 + }, + { + "type": "build_line", + "endTime": 1698044664936, + "status": "closed", + "children": [], + "name": "overallTime", + "taskName": "default@ProcessLibs", + "taskPath": "path_provider", + "workerId": -1, + "startTime": 1698044664930 + }, + { + "type": "build_line", + "endTime": 1698044665021, + "status": "closed", + "children": [], + "name": "overallTime", + "taskName": "default@CompileResource", + "taskPath": "path_provider", + "workerId": -1, + "startTime": 1698044664936 + }, + { + "type": "build_line", + "endTime": 1698044665105, + "status": "closed", + "children": [], + "name": "overallTime", + "taskName": "default@PackageHar", + "taskPath": "path_provider", + "workerId": -1, + "startTime": 1698044665022 + }, + { + "type": "build_line", + "endTime": 1698044665106, + "status": "closed", + "children": [], + "name": "overallTime", + "taskName": "assembleHar", + "taskPath": "path_provider", + "workerId": -1, + "startTime": 1698044665106 + } + ], + "workLog": [] +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/AppScope/app.json5 b/ohos/flutter_lottie/path_provider_ohos/ohos/AppScope/app.json5 new file mode 100644 index 0000000000000000000000000000000000000000..293f10996f6c6b520fe192aaa213dcbd007c9bb3 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/AppScope/app.json5 @@ -0,0 +1,24 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +{ + "app": { + "bundleName": "io.flutter.plugins.pathprovider", + "vendor": "example", + "versionCode": 1000000, + "versionName": "1.0.0", + "icon": "$media:app_icon", + "label": "$string:app_name" + } +} diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/AppScope/resources/base/element/string.json b/ohos/flutter_lottie/path_provider_ohos/ohos/AppScope/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..553ced4f7ebe2ed3fca66c4ef9637ce3ad65d12e --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/AppScope/resources/base/element/string.json @@ -0,0 +1,8 @@ +{ + "string": [ + { + "name": "app_name", + "value": "path_provider" + } + ] +} diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/AppScope/resources/base/media/app_icon.png b/ohos/flutter_lottie/path_provider_ohos/ohos/AppScope/resources/base/media/app_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_lottie/path_provider_ohos/ohos/AppScope/resources/base/media/app_icon.png differ diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/build-profile.json5 b/ohos/flutter_lottie/path_provider_ohos/ohos/build-profile.json5 new file mode 100644 index 0000000000000000000000000000000000000000..a837222abeddd23cef15765014768544d0b350ea --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/build-profile.json5 @@ -0,0 +1,42 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +{ + "app": { + "signingConfigs": [], + "products": [ + { + "name": "default", + "signingConfig": "default", + "compileSdkVersion": "4.0.0(10)", + "compatibleSdkVersion": "4.0.0(10)", + "runtimeOS": "HarmonyOS", + } + ], + "buildModeSet": [ + { + "name": "debug", + }, + { + "name": "release" + } + ] + }, + "modules": [ + { + "name": "path_provider", + "srcPath": "./path_provider" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/dependencies/hvigor-2.3.0-s.tgz b/ohos/flutter_lottie/path_provider_ohos/ohos/dependencies/hvigor-2.3.0-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..34029f16ff4dcdd4931f187a618d35d2d8641c88 Binary files /dev/null and b/ohos/flutter_lottie/path_provider_ohos/ohos/dependencies/hvigor-2.3.0-s.tgz differ diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/dependencies/hvigor-ohos-plugin-2.3.0-s.tgz b/ohos/flutter_lottie/path_provider_ohos/ohos/dependencies/hvigor-ohos-plugin-2.3.0-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..8e028e66b8d9dd720787fe2b0ae340d0f933877d Binary files /dev/null and b/ohos/flutter_lottie/path_provider_ohos/ohos/dependencies/hvigor-ohos-plugin-2.3.0-s.tgz differ diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/dependencies/rollup.tgz b/ohos/flutter_lottie/path_provider_ohos/ohos/dependencies/rollup.tgz new file mode 100644 index 0000000000000000000000000000000000000000..4d5d24f65ce03f6ac01d019209ca669d8eb8369a Binary files /dev/null and b/ohos/flutter_lottie/path_provider_ohos/ohos/dependencies/rollup.tgz differ diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/hvigor/hvigor-config.json5 b/ohos/flutter_lottie/path_provider_ohos/ohos/hvigor/hvigor-config.json5 new file mode 100644 index 0000000000000000000000000000000000000000..1f3372a469153c90b4338e94a217217ad6e76987 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/hvigor/hvigor-config.json5 @@ -0,0 +1,21 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +{ + "hvigorVersion": "file:../dependencies/hvigor-2.3.0-s.tgz", + "dependencies": { + "@ohos/hvigor-ohos-plugin": "file:../dependencies/hvigor-ohos-plugin-2.3.0-s.tgz", + "rollup": "file:../dependencies/rollup.tgz", + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/hvigor/hvigor-wrapper.js b/ohos/flutter_lottie/path_provider_ohos/ohos/hvigor/hvigor-wrapper.js new file mode 100644 index 0000000000000000000000000000000000000000..0483791f85b568d236d0ed928334db46e067a8aa --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/hvigor/hvigor-wrapper.js @@ -0,0 +1,16 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +"use strict";var e=require("fs"),t=require("path"),n=require("os"),r=require("crypto"),u=require("child_process"),o=require("constants"),i=require("stream"),s=require("util"),c=require("assert"),a=require("tty"),l=require("zlib"),f=require("net");function d(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var D=d(e),p=d(t),E=d(n),m=d(r),h=d(u),y=d(o),C=d(i),F=d(s),g=d(c),A=d(a),v=d(l),S=d(f),w="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},O={},b={},_={},B=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(_,"__esModule",{value:!0}),_.isMac=_.isLinux=_.isWindows=void 0;const P=B(E.default),k="Windows_NT",x="Linux",N="Darwin";_.isWindows=function(){return P.default.type()===k},_.isLinux=function(){return P.default.type()===x},_.isMac=function(){return P.default.type()===N};var I={},T=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),R=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),M=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&T(t,e,n);return R(t,e),t};Object.defineProperty(I,"__esModule",{value:!0}),I.hash=void 0;const L=M(m.default);I.hash=function(e,t="md5"){return L.createHash(t).update(e,"utf-8").digest("hex")},function(e){var t=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var u in e)"default"!==u&&Object.prototype.hasOwnProperty.call(e,u)&&t(r,e,u);return n(r,e),r};Object.defineProperty(e,"__esModule",{value:!0}),e.HVIGOR_BOOT_JS_FILE_PATH=e.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH=e.HVIGOR_PROJECT_DEPENDENCIES_HOME=e.HVIGOR_PROJECT_WRAPPER_HOME=e.HVIGOR_PROJECT_NAME=e.HVIGOR_PROJECT_ROOT_DIR=e.HVIGOR_PROJECT_CACHES_HOME=e.HVIGOR_PNPM_STORE_PATH=e.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH=e.HVIGOR_WRAPPER_TOOLS_HOME=e.HVIGOR_USER_HOME=e.DEFAULT_PACKAGE_JSON=e.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME=e.PNPM=e.HVIGOR=e.NPM_TOOL=e.PNPM_TOOL=e.HVIGOR_ENGINE_PACKAGE_NAME=void 0;const u=r(p.default),o=r(E.default),i=_,s=I;e.HVIGOR_ENGINE_PACKAGE_NAME="@ohos/hvigor",e.PNPM_TOOL=(0,i.isWindows)()?"pnpm.cmd":"pnpm",e.NPM_TOOL=(0,i.isWindows)()?"npm.cmd":"npm",e.HVIGOR="hvigor",e.PNPM="pnpm",e.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME="hvigor-config.json5",e.DEFAULT_PACKAGE_JSON="package.json",e.HVIGOR_USER_HOME=u.resolve(o.homedir(),".hvigor"),e.HVIGOR_WRAPPER_TOOLS_HOME=u.resolve(e.HVIGOR_USER_HOME,"wrapper","tools"),e.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH=u.resolve(e.HVIGOR_WRAPPER_TOOLS_HOME,"node_modules",".bin",e.PNPM_TOOL),e.HVIGOR_PNPM_STORE_PATH=u.resolve(e.HVIGOR_USER_HOME,"caches"),e.HVIGOR_PROJECT_CACHES_HOME=u.resolve(e.HVIGOR_USER_HOME,"project_caches"),e.HVIGOR_PROJECT_ROOT_DIR=process.cwd(),e.HVIGOR_PROJECT_NAME=u.basename((0,s.hash)(e.HVIGOR_PROJECT_ROOT_DIR)),e.HVIGOR_PROJECT_WRAPPER_HOME=u.resolve(e.HVIGOR_PROJECT_ROOT_DIR,e.HVIGOR),e.HVIGOR_PROJECT_DEPENDENCIES_HOME=u.resolve(e.HVIGOR_PROJECT_CACHES_HOME,e.HVIGOR_PROJECT_NAME,"workspace"),e.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH=u.resolve(e.HVIGOR_PROJECT_DEPENDENCIES_HOME,e.DEFAULT_PACKAGE_JSON),e.HVIGOR_BOOT_JS_FILE_PATH=u.resolve(e.HVIGOR_PROJECT_DEPENDENCIES_HOME,"node_modules","@ohos","hvigor","bin","hvigor.js")}(b);var j={},$={};Object.defineProperty($,"__esModule",{value:!0}),$.logInfoPrintConsole=$.logErrorAndExit=void 0,$.logErrorAndExit=function(e){e instanceof Error?console.error(e.message):console.error(e),process.exit(-1)},$.logInfoPrintConsole=function(e){console.log(e)};var H=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),J=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),G=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&H(t,e,n);return J(t,e),t},V=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(j,"__esModule",{value:!0}),j.isFileExists=j.offlinePluginConversion=j.executeCommand=j.getNpmPath=j.hasNpmPackInPaths=void 0;const U=h.default,W=G(p.default),z=b,K=$,q=V(D.default);j.hasNpmPackInPaths=function(e,t){try{return require.resolve(e,{paths:[...t]}),!0}catch(e){return!1}},j.getNpmPath=function(){const e=process.execPath;return W.join(W.dirname(e),z.NPM_TOOL)},j.executeCommand=function(e,t,n){0!==(0,U.spawnSync)(e,t,n).status&&(0,K.logErrorAndExit)(`Error: ${e} ${t} execute failed.See above for details.`)},j.offlinePluginConversion=function(e,t){return t.startsWith("file:")||t.endsWith(".tgz")?W.resolve(e,z.HVIGOR,t.replace("file:","")):t},j.isFileExists=function(e){return q.default.existsSync(e)&&q.default.statSync(e).isFile()},function(e){var t=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var u in e)"default"!==u&&Object.prototype.hasOwnProperty.call(e,u)&&t(r,e,u);return n(r,e),r},u=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(e,"__esModule",{value:!0}),e.executeInstallPnpm=e.isPnpmAvailable=e.environmentHandler=e.checkNpmConifg=e.PNPM_VERSION=void 0;const o=r(D.default),i=b,s=j,c=r(p.default),a=$,l=h.default,f=u(E.default);e.PNPM_VERSION="7.30.0",e.checkNpmConifg=function(){const e=c.resolve(i.HVIGOR_PROJECT_ROOT_DIR,".npmrc"),t=c.resolve(f.default.homedir(),".npmrc");if((0,s.isFileExists)(e)||(0,s.isFileExists)(t))return;const n=(0,s.getNpmPath)(),r=(0,l.spawnSync)(n,["config","get","prefix"],{cwd:i.HVIGOR_PROJECT_ROOT_DIR});if(0!==r.status||!r.stdout)return void(0,a.logErrorAndExit)("Error: The hvigor depends on the npmrc file. Configure the npmrc file first.");const u=c.resolve(`${r.stdout}`.replace(/[\r\n]/gi,""),".npmrc");(0,s.isFileExists)(u)||(0,a.logErrorAndExit)("Error: The hvigor depends on the npmrc file. Configure the npmrc file first.")},e.environmentHandler=function(){process.env["npm_config_update-notifier"]="false"},e.isPnpmAvailable=function(){return!!o.existsSync(i.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH)&&(0,s.hasNpmPackInPaths)("pnpm",[i.HVIGOR_WRAPPER_TOOLS_HOME])},e.executeInstallPnpm=function(){(0,a.logInfoPrintConsole)(`Installing pnpm@${e.PNPM_VERSION}...`);const t=(0,s.getNpmPath)();!function(){const t=c.resolve(i.HVIGOR_WRAPPER_TOOLS_HOME,i.DEFAULT_PACKAGE_JSON);try{o.existsSync(i.HVIGOR_WRAPPER_TOOLS_HOME)||o.mkdirSync(i.HVIGOR_WRAPPER_TOOLS_HOME,{recursive:!0});const n={dependencies:{}};n.dependencies[i.PNPM]=e.PNPM_VERSION,o.writeFileSync(t,JSON.stringify(n))}catch(e){(0,a.logErrorAndExit)(`Error: EPERM: operation not permitted,create ${t} failed.`)}}(),(0,s.executeCommand)(t,["install","pnpm"],{cwd:i.HVIGOR_WRAPPER_TOOLS_HOME,stdio:["inherit","inherit","inherit"],env:process.env}),(0,a.logInfoPrintConsole)("Pnpm install success.")}}(O);var Y={},X={},Z={},Q={};Object.defineProperty(Q,"__esModule",{value:!0}),Q.Unicode=void 0;class ee{}Q.Unicode=ee,ee.Space_Separator=/[\u1680\u2000-\u200A\u202F\u205F\u3000]/,ee.ID_Start=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]/,ee.ID_Continue=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF9\u1D00-\u1DF9\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDE00-\uDE3E\uDE47\uDE50-\uDE83\uDE86-\uDE99\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/,Object.defineProperty(Z,"__esModule",{value:!0}),Z.JudgeUtil=void 0;const te=Q;Z.JudgeUtil=class{static isIgnoreChar(e){return"string"==typeof e&&("\t"===e||"\v"===e||"\f"===e||" "===e||" "===e||"\ufeff"===e||"\n"===e||"\r"===e||"\u2028"===e||"\u2029"===e)}static isSpaceSeparator(e){return"string"==typeof e&&te.Unicode.Space_Separator.test(e)}static isIdStartChar(e){return"string"==typeof e&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||"$"===e||"_"===e||te.Unicode.ID_Start.test(e))}static isIdContinueChar(e){return"string"==typeof e&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||e>="0"&&e<="9"||"$"===e||"_"===e||"‌"===e||"‍"===e||te.Unicode.ID_Continue.test(e))}static isDigitWithoutZero(e){return/[1-9]/.test(e)}static isDigit(e){return"string"==typeof e&&/[0-9]/.test(e)}static isHexDigit(e){return"string"==typeof e&&/[0-9A-Fa-f]/.test(e)}};var ne={},re={fromCallback:function(e){return Object.defineProperty((function(...t){if("function"!=typeof t[t.length-1])return new Promise(((n,r)=>{e.call(this,...t,((e,t)=>null!=e?r(e):n(t)))}));e.apply(this,t)}),"name",{value:e.name})},fromPromise:function(e){return Object.defineProperty((function(...t){const n=t[t.length-1];if("function"!=typeof n)return e.apply(this,t);e.apply(this,t.slice(0,-1)).then((e=>n(null,e)),n)}),"name",{value:e.name})}},ue=y.default,oe=process.cwd,ie=null,se=process.env.GRACEFUL_FS_PLATFORM||process.platform;process.cwd=function(){return ie||(ie=oe.call(process)),ie};try{process.cwd()}catch(e){}if("function"==typeof process.chdir){var ce=process.chdir;process.chdir=function(e){ie=null,ce.call(process,e)},Object.setPrototypeOf&&Object.setPrototypeOf(process.chdir,ce)}var ae=function(e){ue.hasOwnProperty("O_SYMLINK")&&process.version.match(/^v0\.6\.[0-2]|^v0\.5\./)&&function(e){e.lchmod=function(t,n,r){e.open(t,ue.O_WRONLY|ue.O_SYMLINK,n,(function(t,u){t?r&&r(t):e.fchmod(u,n,(function(t){e.close(u,(function(e){r&&r(t||e)}))}))}))},e.lchmodSync=function(t,n){var r,u=e.openSync(t,ue.O_WRONLY|ue.O_SYMLINK,n),o=!0;try{r=e.fchmodSync(u,n),o=!1}finally{if(o)try{e.closeSync(u)}catch(e){}else e.closeSync(u)}return r}}(e);e.lutimes||function(e){ue.hasOwnProperty("O_SYMLINK")&&e.futimes?(e.lutimes=function(t,n,r,u){e.open(t,ue.O_SYMLINK,(function(t,o){t?u&&u(t):e.futimes(o,n,r,(function(t){e.close(o,(function(e){u&&u(t||e)}))}))}))},e.lutimesSync=function(t,n,r){var u,o=e.openSync(t,ue.O_SYMLINK),i=!0;try{u=e.futimesSync(o,n,r),i=!1}finally{if(i)try{e.closeSync(o)}catch(e){}else e.closeSync(o)}return u}):e.futimes&&(e.lutimes=function(e,t,n,r){r&&process.nextTick(r)},e.lutimesSync=function(){})}(e);e.chown=r(e.chown),e.fchown=r(e.fchown),e.lchown=r(e.lchown),e.chmod=t(e.chmod),e.fchmod=t(e.fchmod),e.lchmod=t(e.lchmod),e.chownSync=u(e.chownSync),e.fchownSync=u(e.fchownSync),e.lchownSync=u(e.lchownSync),e.chmodSync=n(e.chmodSync),e.fchmodSync=n(e.fchmodSync),e.lchmodSync=n(e.lchmodSync),e.stat=o(e.stat),e.fstat=o(e.fstat),e.lstat=o(e.lstat),e.statSync=i(e.statSync),e.fstatSync=i(e.fstatSync),e.lstatSync=i(e.lstatSync),e.chmod&&!e.lchmod&&(e.lchmod=function(e,t,n){n&&process.nextTick(n)},e.lchmodSync=function(){});e.chown&&!e.lchown&&(e.lchown=function(e,t,n,r){r&&process.nextTick(r)},e.lchownSync=function(){});"win32"===se&&(e.rename="function"!=typeof e.rename?e.rename:function(t){function n(n,r,u){var o=Date.now(),i=0;t(n,r,(function s(c){if(c&&("EACCES"===c.code||"EPERM"===c.code||"EBUSY"===c.code)&&Date.now()-o<6e4)return setTimeout((function(){e.stat(r,(function(e,o){e&&"ENOENT"===e.code?t(n,r,s):u(c)}))}),i),void(i<100&&(i+=10));u&&u(c)}))}return Object.setPrototypeOf&&Object.setPrototypeOf(n,t),n}(e.rename));function t(t){return t?function(n,r,u){return t.call(e,n,r,(function(e){s(e)&&(e=null),u&&u.apply(this,arguments)}))}:t}function n(t){return t?function(n,r){try{return t.call(e,n,r)}catch(e){if(!s(e))throw e}}:t}function r(t){return t?function(n,r,u,o){return t.call(e,n,r,u,(function(e){s(e)&&(e=null),o&&o.apply(this,arguments)}))}:t}function u(t){return t?function(n,r,u){try{return t.call(e,n,r,u)}catch(e){if(!s(e))throw e}}:t}function o(t){return t?function(n,r,u){function o(e,t){t&&(t.uid<0&&(t.uid+=4294967296),t.gid<0&&(t.gid+=4294967296)),u&&u.apply(this,arguments)}return"function"==typeof r&&(u=r,r=null),r?t.call(e,n,r,o):t.call(e,n,o)}:t}function i(t){return t?function(n,r){var u=r?t.call(e,n,r):t.call(e,n);return u&&(u.uid<0&&(u.uid+=4294967296),u.gid<0&&(u.gid+=4294967296)),u}:t}function s(e){return!e||("ENOSYS"===e.code||!(process.getuid&&0===process.getuid()||"EINVAL"!==e.code&&"EPERM"!==e.code))}e.read="function"!=typeof e.read?e.read:function(t){function n(n,r,u,o,i,s){var c;if(s&&"function"==typeof s){var a=0;c=function(l,f,d){if(l&&"EAGAIN"===l.code&&a<10)return a++,t.call(e,n,r,u,o,i,c);s.apply(this,arguments)}}return t.call(e,n,r,u,o,i,c)}return Object.setPrototypeOf&&Object.setPrototypeOf(n,t),n}(e.read),e.readSync="function"!=typeof e.readSync?e.readSync:(c=e.readSync,function(t,n,r,u,o){for(var i=0;;)try{return c.call(e,t,n,r,u,o)}catch(e){if("EAGAIN"===e.code&&i<10){i++;continue}throw e}});var c};var le=C.default.Stream,fe=function(e){return{ReadStream:function t(n,r){if(!(this instanceof t))return new t(n,r);le.call(this);var u=this;this.path=n,this.fd=null,this.readable=!0,this.paused=!1,this.flags="r",this.mode=438,this.bufferSize=65536,r=r||{};for(var o=Object.keys(r),i=0,s=o.length;ithis.end)throw new Error("start must be <= end");this.pos=this.start}if(null!==this.fd)return void process.nextTick((function(){u._read()}));e.open(this.path,this.flags,this.mode,(function(e,t){if(e)return u.emit("error",e),void(u.readable=!1);u.fd=t,u.emit("open",t),u._read()}))},WriteStream:function t(n,r){if(!(this instanceof t))return new t(n,r);le.call(this),this.path=n,this.fd=null,this.writable=!0,this.flags="w",this.encoding="binary",this.mode=438,this.bytesWritten=0,r=r||{};for(var u=Object.keys(r),o=0,i=u.length;o= zero");this.pos=this.start}this.busy=!1,this._queue=[],null===this.fd&&(this._open=e.open,this._queue.push([this._open,this.path,this.flags,this.mode,void 0]),this.flush())}}};var de=function(e){if(null===e||"object"!=typeof e)return e;if(e instanceof Object)var t={__proto__:De(e)};else t=Object.create(null);return Object.getOwnPropertyNames(e).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))})),t},De=Object.getPrototypeOf||function(e){return e.__proto__};var pe,Ee,me=D.default,he=ae,ye=fe,Ce=de,Fe=F.default;function ge(e,t){Object.defineProperty(e,pe,{get:function(){return t}})}"function"==typeof Symbol&&"function"==typeof Symbol.for?(pe=Symbol.for("graceful-fs.queue"),Ee=Symbol.for("graceful-fs.previous")):(pe="___graceful-fs.queue",Ee="___graceful-fs.previous");var Ae=function(){};if(Fe.debuglog?Ae=Fe.debuglog("gfs4"):/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&(Ae=function(){var e=Fe.format.apply(Fe,arguments);e="GFS4: "+e.split(/\n/).join("\nGFS4: "),console.error(e)}),!me[pe]){var ve=w[pe]||[];ge(me,ve),me.close=function(e){function t(t,n){return e.call(me,t,(function(e){e||_e(),"function"==typeof n&&n.apply(this,arguments)}))}return Object.defineProperty(t,Ee,{value:e}),t}(me.close),me.closeSync=function(e){function t(t){e.apply(me,arguments),_e()}return Object.defineProperty(t,Ee,{value:e}),t}(me.closeSync),/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&process.on("exit",(function(){Ae(me[pe]),g.default.equal(me[pe].length,0)}))}w[pe]||ge(w,me[pe]);var Se,we=Oe(Ce(me));function Oe(e){he(e),e.gracefulify=Oe,e.createReadStream=function(t,n){return new e.ReadStream(t,n)},e.createWriteStream=function(t,n){return new e.WriteStream(t,n)};var t=e.readFile;e.readFile=function(e,n,r){"function"==typeof n&&(r=n,n=null);return function e(n,r,u,o){return t(n,r,(function(t){!t||"EMFILE"!==t.code&&"ENFILE"!==t.code?"function"==typeof u&&u.apply(this,arguments):be([e,[n,r,u],t,o||Date.now(),Date.now()])}))}(e,n,r)};var n=e.writeFile;e.writeFile=function(e,t,r,u){"function"==typeof r&&(u=r,r=null);return function e(t,r,u,o,i){return n(t,r,u,(function(n){!n||"EMFILE"!==n.code&&"ENFILE"!==n.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,r,u,o],n,i||Date.now(),Date.now()])}))}(e,t,r,u)};var r=e.appendFile;r&&(e.appendFile=function(e,t,n,u){"function"==typeof n&&(u=n,n=null);return function e(t,n,u,o,i){return r(t,n,u,(function(r){!r||"EMFILE"!==r.code&&"ENFILE"!==r.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,n,u,o],r,i||Date.now(),Date.now()])}))}(e,t,n,u)});var u=e.copyFile;u&&(e.copyFile=function(e,t,n,r){"function"==typeof n&&(r=n,n=0);return function e(t,n,r,o,i){return u(t,n,r,(function(u){!u||"EMFILE"!==u.code&&"ENFILE"!==u.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,n,r,o],u,i||Date.now(),Date.now()])}))}(e,t,n,r)});var o=e.readdir;e.readdir=function(e,t,n){"function"==typeof t&&(n=t,t=null);var r=i.test(process.version)?function(e,t,n,r){return o(e,u(e,t,n,r))}:function(e,t,n,r){return o(e,t,u(e,t,n,r))};return r(e,t,n);function u(e,t,n,u){return function(o,i){!o||"EMFILE"!==o.code&&"ENFILE"!==o.code?(i&&i.sort&&i.sort(),"function"==typeof n&&n.call(this,o,i)):be([r,[e,t,n],o,u||Date.now(),Date.now()])}}};var i=/^v[0-5]\./;if("v0.8"===process.version.substr(0,4)){var s=ye(e);d=s.ReadStream,D=s.WriteStream}var c=e.ReadStream;c&&(d.prototype=Object.create(c.prototype),d.prototype.open=function(){var e=this;E(e.path,e.flags,e.mode,(function(t,n){t?(e.autoClose&&e.destroy(),e.emit("error",t)):(e.fd=n,e.emit("open",n),e.read())}))});var a=e.WriteStream;a&&(D.prototype=Object.create(a.prototype),D.prototype.open=function(){var e=this;E(e.path,e.flags,e.mode,(function(t,n){t?(e.destroy(),e.emit("error",t)):(e.fd=n,e.emit("open",n))}))}),Object.defineProperty(e,"ReadStream",{get:function(){return d},set:function(e){d=e},enumerable:!0,configurable:!0}),Object.defineProperty(e,"WriteStream",{get:function(){return D},set:function(e){D=e},enumerable:!0,configurable:!0});var l=d;Object.defineProperty(e,"FileReadStream",{get:function(){return l},set:function(e){l=e},enumerable:!0,configurable:!0});var f=D;function d(e,t){return this instanceof d?(c.apply(this,arguments),this):d.apply(Object.create(d.prototype),arguments)}function D(e,t){return this instanceof D?(a.apply(this,arguments),this):D.apply(Object.create(D.prototype),arguments)}Object.defineProperty(e,"FileWriteStream",{get:function(){return f},set:function(e){f=e},enumerable:!0,configurable:!0});var p=e.open;function E(e,t,n,r){return"function"==typeof n&&(r=n,n=null),function e(t,n,r,u,o){return p(t,n,r,(function(i,s){!i||"EMFILE"!==i.code&&"ENFILE"!==i.code?"function"==typeof u&&u.apply(this,arguments):be([e,[t,n,r,u],i,o||Date.now(),Date.now()])}))}(e,t,n,r)}return e.open=E,e}function be(e){Ae("ENQUEUE",e[0].name,e[1]),me[pe].push(e),Be()}function _e(){for(var e=Date.now(),t=0;t2&&(me[pe][t][3]=e,me[pe][t][4]=e);Be()}function Be(){if(clearTimeout(Se),Se=void 0,0!==me[pe].length){var e=me[pe].shift(),t=e[0],n=e[1],r=e[2],u=e[3],o=e[4];if(void 0===u)Ae("RETRY",t.name,n),t.apply(null,n);else if(Date.now()-u>=6e4){Ae("TIMEOUT",t.name,n);var i=n.pop();"function"==typeof i&&i.call(null,r)}else{var s=Date.now()-o,c=Math.max(o-u,1);s>=Math.min(1.2*c,100)?(Ae("RETRY",t.name,n),t.apply(null,n.concat([u]))):me[pe].push(e)}void 0===Se&&(Se=setTimeout(Be,0))}}process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH&&!me.__patched&&(we=Oe(me),me.__patched=!0),function(e){const t=re.fromCallback,n=we,r=["access","appendFile","chmod","chown","close","copyFile","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","lchmod","lchown","link","lstat","mkdir","mkdtemp","open","opendir","readdir","readFile","readlink","realpath","rename","rm","rmdir","stat","symlink","truncate","unlink","utimes","writeFile"].filter((e=>"function"==typeof n[e]));Object.assign(e,n),r.forEach((r=>{e[r]=t(n[r])})),e.realpath.native=t(n.realpath.native),e.exists=function(e,t){return"function"==typeof t?n.exists(e,t):new Promise((t=>n.exists(e,t)))},e.read=function(e,t,r,u,o,i){return"function"==typeof i?n.read(e,t,r,u,o,i):new Promise(((i,s)=>{n.read(e,t,r,u,o,((e,t,n)=>{if(e)return s(e);i({bytesRead:t,buffer:n})}))}))},e.write=function(e,t,...r){return"function"==typeof r[r.length-1]?n.write(e,t,...r):new Promise(((u,o)=>{n.write(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffer:n})}))}))},"function"==typeof n.writev&&(e.writev=function(e,t,...r){return"function"==typeof r[r.length-1]?n.writev(e,t,...r):new Promise(((u,o)=>{n.writev(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffers:n})}))}))})}(ne);var Pe={},ke={};const xe=p.default;ke.checkPath=function(e){if("win32"===process.platform){if(/[<>:"|?*]/.test(e.replace(xe.parse(e).root,""))){const t=new Error(`Path contains invalid characters: ${e}`);throw t.code="EINVAL",t}}};const Ne=ne,{checkPath:Ie}=ke,Te=e=>"number"==typeof e?e:{mode:511,...e}.mode;Pe.makeDir=async(e,t)=>(Ie(e),Ne.mkdir(e,{mode:Te(t),recursive:!0})),Pe.makeDirSync=(e,t)=>(Ie(e),Ne.mkdirSync(e,{mode:Te(t),recursive:!0}));const Re=re.fromPromise,{makeDir:Me,makeDirSync:Le}=Pe,je=Re(Me);var $e={mkdirs:je,mkdirsSync:Le,mkdirp:je,mkdirpSync:Le,ensureDir:je,ensureDirSync:Le};const He=re.fromPromise,Je=ne;var Ge={pathExists:He((function(e){return Je.access(e).then((()=>!0)).catch((()=>!1))})),pathExistsSync:Je.existsSync};const Ve=we;var Ue=function(e,t,n,r){Ve.open(e,"r+",((e,u)=>{if(e)return r(e);Ve.futimes(u,t,n,(e=>{Ve.close(u,(t=>{r&&r(e||t)}))}))}))},We=function(e,t,n){const r=Ve.openSync(e,"r+");return Ve.futimesSync(r,t,n),Ve.closeSync(r)};const ze=ne,Ke=p.default,qe=F.default;function Ye(e,t,n){const r=n.dereference?e=>ze.stat(e,{bigint:!0}):e=>ze.lstat(e,{bigint:!0});return Promise.all([r(e),r(t).catch((e=>{if("ENOENT"===e.code)return null;throw e}))]).then((([e,t])=>({srcStat:e,destStat:t})))}function Xe(e,t){return t.ino&&t.dev&&t.ino===e.ino&&t.dev===e.dev}function Ze(e,t){const n=Ke.resolve(e).split(Ke.sep).filter((e=>e)),r=Ke.resolve(t).split(Ke.sep).filter((e=>e));return n.reduce(((e,t,n)=>e&&r[n]===t),!0)}function Qe(e,t,n){return`Cannot ${n} '${e}' to a subdirectory of itself, '${t}'.`}var et={checkPaths:function(e,t,n,r,u){qe.callbackify(Ye)(e,t,r,((r,o)=>{if(r)return u(r);const{srcStat:i,destStat:s}=o;if(s){if(Xe(i,s)){const r=Ke.basename(e),o=Ke.basename(t);return"move"===n&&r!==o&&r.toLowerCase()===o.toLowerCase()?u(null,{srcStat:i,destStat:s,isChangingCase:!0}):u(new Error("Source and destination must not be the same."))}if(i.isDirectory()&&!s.isDirectory())return u(new Error(`Cannot overwrite non-directory '${t}' with directory '${e}'.`));if(!i.isDirectory()&&s.isDirectory())return u(new Error(`Cannot overwrite directory '${t}' with non-directory '${e}'.`))}return i.isDirectory()&&Ze(e,t)?u(new Error(Qe(e,t,n))):u(null,{srcStat:i,destStat:s})}))},checkPathsSync:function(e,t,n,r){const{srcStat:u,destStat:o}=function(e,t,n){let r;const u=n.dereference?e=>ze.statSync(e,{bigint:!0}):e=>ze.lstatSync(e,{bigint:!0}),o=u(e);try{r=u(t)}catch(e){if("ENOENT"===e.code)return{srcStat:o,destStat:null};throw e}return{srcStat:o,destStat:r}}(e,t,r);if(o){if(Xe(u,o)){const r=Ke.basename(e),i=Ke.basename(t);if("move"===n&&r!==i&&r.toLowerCase()===i.toLowerCase())return{srcStat:u,destStat:o,isChangingCase:!0};throw new Error("Source and destination must not be the same.")}if(u.isDirectory()&&!o.isDirectory())throw new Error(`Cannot overwrite non-directory '${t}' with directory '${e}'.`);if(!u.isDirectory()&&o.isDirectory())throw new Error(`Cannot overwrite directory '${t}' with non-directory '${e}'.`)}if(u.isDirectory()&&Ze(e,t))throw new Error(Qe(e,t,n));return{srcStat:u,destStat:o}},checkParentPaths:function e(t,n,r,u,o){const i=Ke.resolve(Ke.dirname(t)),s=Ke.resolve(Ke.dirname(r));if(s===i||s===Ke.parse(s).root)return o();ze.stat(s,{bigint:!0},((i,c)=>i?"ENOENT"===i.code?o():o(i):Xe(n,c)?o(new Error(Qe(t,r,u))):e(t,n,s,u,o)))},checkParentPathsSync:function e(t,n,r,u){const o=Ke.resolve(Ke.dirname(t)),i=Ke.resolve(Ke.dirname(r));if(i===o||i===Ke.parse(i).root)return;let s;try{s=ze.statSync(i,{bigint:!0})}catch(e){if("ENOENT"===e.code)return;throw e}if(Xe(n,s))throw new Error(Qe(t,r,u));return e(t,n,i,u)},isSrcSubdir:Ze,areIdentical:Xe};const tt=we,nt=p.default,rt=$e.mkdirs,ut=Ge.pathExists,ot=Ue,it=et;function st(e,t,n,r,u){const o=nt.dirname(n);ut(o,((i,s)=>i?u(i):s?at(e,t,n,r,u):void rt(o,(o=>o?u(o):at(e,t,n,r,u)))))}function ct(e,t,n,r,u,o){Promise.resolve(u.filter(n,r)).then((i=>i?e(t,n,r,u,o):o()),(e=>o(e)))}function at(e,t,n,r,u){(r.dereference?tt.stat:tt.lstat)(t,((o,i)=>o?u(o):i.isDirectory()?function(e,t,n,r,u,o){return t?Dt(n,r,u,o):function(e,t,n,r,u){tt.mkdir(n,(o=>{if(o)return u(o);Dt(t,n,r,(t=>t?u(t):dt(n,e,u)))}))}(e.mode,n,r,u,o)}(i,e,t,n,r,u):i.isFile()||i.isCharacterDevice()||i.isBlockDevice()?function(e,t,n,r,u,o){return t?function(e,t,n,r,u){if(!r.overwrite)return r.errorOnExist?u(new Error(`'${n}' already exists`)):u();tt.unlink(n,(o=>o?u(o):lt(e,t,n,r,u)))}(e,n,r,u,o):lt(e,n,r,u,o)}(i,e,t,n,r,u):i.isSymbolicLink()?function(e,t,n,r,u){tt.readlink(t,((t,o)=>t?u(t):(r.dereference&&(o=nt.resolve(process.cwd(),o)),e?void tt.readlink(n,((t,i)=>t?"EINVAL"===t.code||"UNKNOWN"===t.code?tt.symlink(o,n,u):u(t):(r.dereference&&(i=nt.resolve(process.cwd(),i)),it.isSrcSubdir(o,i)?u(new Error(`Cannot copy '${o}' to a subdirectory of itself, '${i}'.`)):e.isDirectory()&&it.isSrcSubdir(i,o)?u(new Error(`Cannot overwrite '${i}' with '${o}'.`)):function(e,t,n){tt.unlink(t,(r=>r?n(r):tt.symlink(e,t,n)))}(o,n,u)))):tt.symlink(o,n,u))))}(e,t,n,r,u):i.isSocket()?u(new Error(`Cannot copy a socket file: ${t}`)):i.isFIFO()?u(new Error(`Cannot copy a FIFO pipe: ${t}`)):u(new Error(`Unknown file: ${t}`))))}function lt(e,t,n,r,u){tt.copyFile(t,n,(o=>o?u(o):r.preserveTimestamps?function(e,t,n,r){if(function(e){return 0==(128&e)}(e))return function(e,t,n){return dt(e,128|t,n)}(n,e,(u=>u?r(u):ft(e,t,n,r)));return ft(e,t,n,r)}(e.mode,t,n,u):dt(n,e.mode,u)))}function ft(e,t,n,r){!function(e,t,n){tt.stat(e,((e,r)=>e?n(e):ot(t,r.atime,r.mtime,n)))}(t,n,(t=>t?r(t):dt(n,e,r)))}function dt(e,t,n){return tt.chmod(e,t,n)}function Dt(e,t,n,r){tt.readdir(e,((u,o)=>u?r(u):pt(o,e,t,n,r)))}function pt(e,t,n,r,u){const o=e.pop();return o?function(e,t,n,r,u,o){const i=nt.join(n,t),s=nt.join(r,t);it.checkPaths(i,s,"copy",u,((t,c)=>{if(t)return o(t);const{destStat:a}=c;!function(e,t,n,r,u){r.filter?ct(at,e,t,n,r,u):at(e,t,n,r,u)}(a,i,s,u,(t=>t?o(t):pt(e,n,r,u,o)))}))}(e,o,t,n,r,u):u()}var Et=function(e,t,n,r){"function"!=typeof n||r?"function"==typeof n&&(n={filter:n}):(r=n,n={}),r=r||function(){},(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269"),it.checkPaths(e,t,"copy",n,((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;it.checkParentPaths(e,i,t,"copy",(u=>u?r(u):n.filter?ct(st,s,e,t,n,r):st(s,e,t,n,r)))}))};const mt=we,ht=p.default,yt=$e.mkdirsSync,Ct=We,Ft=et;function gt(e,t,n,r){const u=(r.dereference?mt.statSync:mt.lstatSync)(t);if(u.isDirectory())return function(e,t,n,r,u){return t?St(n,r,u):function(e,t,n,r){return mt.mkdirSync(n),St(t,n,r),vt(n,e)}(e.mode,n,r,u)}(u,e,t,n,r);if(u.isFile()||u.isCharacterDevice()||u.isBlockDevice())return function(e,t,n,r,u){return t?function(e,t,n,r){if(r.overwrite)return mt.unlinkSync(n),At(e,t,n,r);if(r.errorOnExist)throw new Error(`'${n}' already exists`)}(e,n,r,u):At(e,n,r,u)}(u,e,t,n,r);if(u.isSymbolicLink())return function(e,t,n,r){let u=mt.readlinkSync(t);r.dereference&&(u=ht.resolve(process.cwd(),u));if(e){let e;try{e=mt.readlinkSync(n)}catch(e){if("EINVAL"===e.code||"UNKNOWN"===e.code)return mt.symlinkSync(u,n);throw e}if(r.dereference&&(e=ht.resolve(process.cwd(),e)),Ft.isSrcSubdir(u,e))throw new Error(`Cannot copy '${u}' to a subdirectory of itself, '${e}'.`);if(mt.statSync(n).isDirectory()&&Ft.isSrcSubdir(e,u))throw new Error(`Cannot overwrite '${e}' with '${u}'.`);return function(e,t){return mt.unlinkSync(t),mt.symlinkSync(e,t)}(u,n)}return mt.symlinkSync(u,n)}(e,t,n,r);if(u.isSocket())throw new Error(`Cannot copy a socket file: ${t}`);if(u.isFIFO())throw new Error(`Cannot copy a FIFO pipe: ${t}`);throw new Error(`Unknown file: ${t}`)}function At(e,t,n,r){return mt.copyFileSync(t,n),r.preserveTimestamps&&function(e,t,n){(function(e){return 0==(128&e)})(e)&&function(e,t){vt(e,128|t)}(n,e);(function(e,t){const n=mt.statSync(e);Ct(t,n.atime,n.mtime)})(t,n)}(e.mode,t,n),vt(n,e.mode)}function vt(e,t){return mt.chmodSync(e,t)}function St(e,t,n){mt.readdirSync(e).forEach((r=>function(e,t,n,r){const u=ht.join(t,e),o=ht.join(n,e),{destStat:i}=Ft.checkPathsSync(u,o,"copy",r);return function(e,t,n,r){if(!r.filter||r.filter(t,n))return gt(e,t,n,r)}(i,u,o,r)}(r,e,t,n)))}var wt=function(e,t,n){"function"==typeof n&&(n={filter:n}),(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269");const{srcStat:r,destStat:u}=Ft.checkPathsSync(e,t,"copy",n);return Ft.checkParentPathsSync(e,r,t,"copy"),function(e,t,n,r){if(r.filter&&!r.filter(t,n))return;const u=ht.dirname(n);mt.existsSync(u)||yt(u);return gt(e,t,n,r)}(u,e,t,n)};var Ot={copy:(0,re.fromCallback)(Et),copySync:wt};const bt=we,_t=p.default,Bt=g.default,Pt="win32"===process.platform;function kt(e){["unlink","chmod","stat","lstat","rmdir","readdir"].forEach((t=>{e[t]=e[t]||bt[t],e[t+="Sync"]=e[t]||bt[t]})),e.maxBusyTries=e.maxBusyTries||3}function xt(e,t,n){let r=0;"function"==typeof t&&(n=t,t={}),Bt(e,"rimraf: missing path"),Bt.strictEqual(typeof e,"string","rimraf: path should be a string"),Bt.strictEqual(typeof n,"function","rimraf: callback function required"),Bt(t,"rimraf: invalid options argument provided"),Bt.strictEqual(typeof t,"object","rimraf: options should be object"),kt(t),Nt(e,t,(function u(o){if(o){if(("EBUSY"===o.code||"ENOTEMPTY"===o.code||"EPERM"===o.code)&&rNt(e,t,u)),100*r)}"ENOENT"===o.code&&(o=null)}n(o)}))}function Nt(e,t,n){Bt(e),Bt(t),Bt("function"==typeof n),t.lstat(e,((r,u)=>r&&"ENOENT"===r.code?n(null):r&&"EPERM"===r.code&&Pt?It(e,t,r,n):u&&u.isDirectory()?Rt(e,t,r,n):void t.unlink(e,(r=>{if(r){if("ENOENT"===r.code)return n(null);if("EPERM"===r.code)return Pt?It(e,t,r,n):Rt(e,t,r,n);if("EISDIR"===r.code)return Rt(e,t,r,n)}return n(r)}))))}function It(e,t,n,r){Bt(e),Bt(t),Bt("function"==typeof r),t.chmod(e,438,(u=>{u?r("ENOENT"===u.code?null:n):t.stat(e,((u,o)=>{u?r("ENOENT"===u.code?null:n):o.isDirectory()?Rt(e,t,n,r):t.unlink(e,r)}))}))}function Tt(e,t,n){let r;Bt(e),Bt(t);try{t.chmodSync(e,438)}catch(e){if("ENOENT"===e.code)return;throw n}try{r=t.statSync(e)}catch(e){if("ENOENT"===e.code)return;throw n}r.isDirectory()?Lt(e,t,n):t.unlinkSync(e)}function Rt(e,t,n,r){Bt(e),Bt(t),Bt("function"==typeof r),t.rmdir(e,(u=>{!u||"ENOTEMPTY"!==u.code&&"EEXIST"!==u.code&&"EPERM"!==u.code?u&&"ENOTDIR"===u.code?r(n):r(u):function(e,t,n){Bt(e),Bt(t),Bt("function"==typeof n),t.readdir(e,((r,u)=>{if(r)return n(r);let o,i=u.length;if(0===i)return t.rmdir(e,n);u.forEach((r=>{xt(_t.join(e,r),t,(r=>{if(!o)return r?n(o=r):void(0==--i&&t.rmdir(e,n))}))}))}))}(e,t,r)}))}function Mt(e,t){let n;kt(t=t||{}),Bt(e,"rimraf: missing path"),Bt.strictEqual(typeof e,"string","rimraf: path should be a string"),Bt(t,"rimraf: missing options"),Bt.strictEqual(typeof t,"object","rimraf: options should be object");try{n=t.lstatSync(e)}catch(n){if("ENOENT"===n.code)return;"EPERM"===n.code&&Pt&&Tt(e,t,n)}try{n&&n.isDirectory()?Lt(e,t,null):t.unlinkSync(e)}catch(n){if("ENOENT"===n.code)return;if("EPERM"===n.code)return Pt?Tt(e,t,n):Lt(e,t,n);if("EISDIR"!==n.code)throw n;Lt(e,t,n)}}function Lt(e,t,n){Bt(e),Bt(t);try{t.rmdirSync(e)}catch(r){if("ENOTDIR"===r.code)throw n;if("ENOTEMPTY"===r.code||"EEXIST"===r.code||"EPERM"===r.code)!function(e,t){if(Bt(e),Bt(t),t.readdirSync(e).forEach((n=>Mt(_t.join(e,n),t))),!Pt){return t.rmdirSync(e,t)}{const n=Date.now();do{try{return t.rmdirSync(e,t)}catch{}}while(Date.now()-n<500)}}(e,t);else if("ENOENT"!==r.code)throw r}}var jt=xt;xt.sync=Mt;const $t=we,Ht=re.fromCallback,Jt=jt;var Gt={remove:Ht((function(e,t){if($t.rm)return $t.rm(e,{recursive:!0,force:!0},t);Jt(e,t)})),removeSync:function(e){if($t.rmSync)return $t.rmSync(e,{recursive:!0,force:!0});Jt.sync(e)}};const Vt=re.fromPromise,Ut=ne,Wt=p.default,zt=$e,Kt=Gt,qt=Vt((async function(e){let t;try{t=await Ut.readdir(e)}catch{return zt.mkdirs(e)}return Promise.all(t.map((t=>Kt.remove(Wt.join(e,t)))))}));function Yt(e){let t;try{t=Ut.readdirSync(e)}catch{return zt.mkdirsSync(e)}t.forEach((t=>{t=Wt.join(e,t),Kt.removeSync(t)}))}var Xt={emptyDirSync:Yt,emptydirSync:Yt,emptyDir:qt,emptydir:qt};const Zt=re.fromCallback,Qt=p.default,en=we,tn=$e;var nn={createFile:Zt((function(e,t){function n(){en.writeFile(e,"",(e=>{if(e)return t(e);t()}))}en.stat(e,((r,u)=>{if(!r&&u.isFile())return t();const o=Qt.dirname(e);en.stat(o,((e,r)=>{if(e)return"ENOENT"===e.code?tn.mkdirs(o,(e=>{if(e)return t(e);n()})):t(e);r.isDirectory()?n():en.readdir(o,(e=>{if(e)return t(e)}))}))}))})),createFileSync:function(e){let t;try{t=en.statSync(e)}catch{}if(t&&t.isFile())return;const n=Qt.dirname(e);try{en.statSync(n).isDirectory()||en.readdirSync(n)}catch(e){if(!e||"ENOENT"!==e.code)throw e;tn.mkdirsSync(n)}en.writeFileSync(e,"")}};const rn=re.fromCallback,un=p.default,on=we,sn=$e,cn=Ge.pathExists,{areIdentical:an}=et;var ln={createLink:rn((function(e,t,n){function r(e,t){on.link(e,t,(e=>{if(e)return n(e);n(null)}))}on.lstat(t,((u,o)=>{on.lstat(e,((u,i)=>{if(u)return u.message=u.message.replace("lstat","ensureLink"),n(u);if(o&&an(i,o))return n(null);const s=un.dirname(t);cn(s,((u,o)=>u?n(u):o?r(e,t):void sn.mkdirs(s,(u=>{if(u)return n(u);r(e,t)}))))}))}))})),createLinkSync:function(e,t){let n;try{n=on.lstatSync(t)}catch{}try{const t=on.lstatSync(e);if(n&&an(t,n))return}catch(e){throw e.message=e.message.replace("lstat","ensureLink"),e}const r=un.dirname(t);return on.existsSync(r)||sn.mkdirsSync(r),on.linkSync(e,t)}};const fn=p.default,dn=we,Dn=Ge.pathExists;var pn={symlinkPaths:function(e,t,n){if(fn.isAbsolute(e))return dn.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:e})));{const r=fn.dirname(t),u=fn.join(r,e);return Dn(u,((t,o)=>t?n(t):o?n(null,{toCwd:u,toDst:e}):dn.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:fn.relative(r,e)})))))}},symlinkPathsSync:function(e,t){let n;if(fn.isAbsolute(e)){if(n=dn.existsSync(e),!n)throw new Error("absolute srcpath does not exist");return{toCwd:e,toDst:e}}{const r=fn.dirname(t),u=fn.join(r,e);if(n=dn.existsSync(u),n)return{toCwd:u,toDst:e};if(n=dn.existsSync(e),!n)throw new Error("relative srcpath does not exist");return{toCwd:e,toDst:fn.relative(r,e)}}}};const En=we;var mn={symlinkType:function(e,t,n){if(n="function"==typeof t?t:n,t="function"!=typeof t&&t)return n(null,t);En.lstat(e,((e,r)=>{if(e)return n(null,"file");t=r&&r.isDirectory()?"dir":"file",n(null,t)}))},symlinkTypeSync:function(e,t){let n;if(t)return t;try{n=En.lstatSync(e)}catch{return"file"}return n&&n.isDirectory()?"dir":"file"}};const hn=re.fromCallback,yn=p.default,Cn=ne,Fn=$e.mkdirs,gn=$e.mkdirsSync,An=pn.symlinkPaths,vn=pn.symlinkPathsSync,Sn=mn.symlinkType,wn=mn.symlinkTypeSync,On=Ge.pathExists,{areIdentical:bn}=et;function _n(e,t,n,r){An(e,t,((u,o)=>{if(u)return r(u);e=o.toDst,Sn(o.toCwd,n,((n,u)=>{if(n)return r(n);const o=yn.dirname(t);On(o,((n,i)=>n?r(n):i?Cn.symlink(e,t,u,r):void Fn(o,(n=>{if(n)return r(n);Cn.symlink(e,t,u,r)}))))}))}))}var Bn={createSymlink:hn((function(e,t,n,r){r="function"==typeof n?n:r,n="function"!=typeof n&&n,Cn.lstat(t,((u,o)=>{!u&&o.isSymbolicLink()?Promise.all([Cn.stat(e),Cn.stat(t)]).then((([u,o])=>{if(bn(u,o))return r(null);_n(e,t,n,r)})):_n(e,t,n,r)}))})),createSymlinkSync:function(e,t,n){let r;try{r=Cn.lstatSync(t)}catch{}if(r&&r.isSymbolicLink()){const n=Cn.statSync(e),r=Cn.statSync(t);if(bn(n,r))return}const u=vn(e,t);e=u.toDst,n=wn(u.toCwd,n);const o=yn.dirname(t);return Cn.existsSync(o)||gn(o),Cn.symlinkSync(e,t,n)}};const{createFile:Pn,createFileSync:kn}=nn,{createLink:xn,createLinkSync:Nn}=ln,{createSymlink:In,createSymlinkSync:Tn}=Bn;var Rn={createFile:Pn,createFileSync:kn,ensureFile:Pn,ensureFileSync:kn,createLink:xn,createLinkSync:Nn,ensureLink:xn,ensureLinkSync:Nn,createSymlink:In,createSymlinkSync:Tn,ensureSymlink:In,ensureSymlinkSync:Tn};var Mn={stringify:function(e,{EOL:t="\n",finalEOL:n=!0,replacer:r=null,spaces:u}={}){const o=n?t:"";return JSON.stringify(e,r,u).replace(/\n/g,t)+o},stripBom:function(e){return Buffer.isBuffer(e)&&(e=e.toString("utf8")),e.replace(/^\uFEFF/,"")}};let Ln;try{Ln=we}catch(e){Ln=D.default}const jn=re,{stringify:$n,stripBom:Hn}=Mn;const Jn=jn.fromPromise((async function(e,t={}){"string"==typeof t&&(t={encoding:t});const n=t.fs||Ln,r=!("throws"in t)||t.throws;let u,o=await jn.fromCallback(n.readFile)(e,t);o=Hn(o);try{u=JSON.parse(o,t?t.reviver:null)}catch(t){if(r)throw t.message=`${e}: ${t.message}`,t;return null}return u}));const Gn=jn.fromPromise((async function(e,t,n={}){const r=n.fs||Ln,u=$n(t,n);await jn.fromCallback(r.writeFile)(e,u,n)}));const Vn={readFile:Jn,readFileSync:function(e,t={}){"string"==typeof t&&(t={encoding:t});const n=t.fs||Ln,r=!("throws"in t)||t.throws;try{let r=n.readFileSync(e,t);return r=Hn(r),JSON.parse(r,t.reviver)}catch(t){if(r)throw t.message=`${e}: ${t.message}`,t;return null}},writeFile:Gn,writeFileSync:function(e,t,n={}){const r=n.fs||Ln,u=$n(t,n);return r.writeFileSync(e,u,n)}};var Un={readJson:Vn.readFile,readJsonSync:Vn.readFileSync,writeJson:Vn.writeFile,writeJsonSync:Vn.writeFileSync};const Wn=re.fromCallback,zn=we,Kn=p.default,qn=$e,Yn=Ge.pathExists;var Xn={outputFile:Wn((function(e,t,n,r){"function"==typeof n&&(r=n,n="utf8");const u=Kn.dirname(e);Yn(u,((o,i)=>o?r(o):i?zn.writeFile(e,t,n,r):void qn.mkdirs(u,(u=>{if(u)return r(u);zn.writeFile(e,t,n,r)}))))})),outputFileSync:function(e,...t){const n=Kn.dirname(e);if(zn.existsSync(n))return zn.writeFileSync(e,...t);qn.mkdirsSync(n),zn.writeFileSync(e,...t)}};const{stringify:Zn}=Mn,{outputFile:Qn}=Xn;var er=async function(e,t,n={}){const r=Zn(t,n);await Qn(e,r,n)};const{stringify:tr}=Mn,{outputFileSync:nr}=Xn;var rr=function(e,t,n){const r=tr(t,n);nr(e,r,n)};const ur=re.fromPromise,or=Un;or.outputJson=ur(er),or.outputJsonSync=rr,or.outputJSON=or.outputJson,or.outputJSONSync=or.outputJsonSync,or.writeJSON=or.writeJson,or.writeJSONSync=or.writeJsonSync,or.readJSON=or.readJson,or.readJSONSync=or.readJsonSync;var ir=or;const sr=we,cr=p.default,ar=Ot.copy,lr=Gt.remove,fr=$e.mkdirp,dr=Ge.pathExists,Dr=et;function pr(e,t,n,r,u){return r?Er(e,t,n,u):n?lr(t,(r=>r?u(r):Er(e,t,n,u))):void dr(t,((r,o)=>r?u(r):o?u(new Error("dest already exists.")):Er(e,t,n,u)))}function Er(e,t,n,r){sr.rename(e,t,(u=>u?"EXDEV"!==u.code?r(u):function(e,t,n,r){const u={overwrite:n,errorOnExist:!0};ar(e,t,u,(t=>t?r(t):lr(e,r)))}(e,t,n,r):r()))}var mr=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=n.overwrite||n.clobber||!1;Dr.checkPaths(e,t,"move",n,((n,o)=>{if(n)return r(n);const{srcStat:i,isChangingCase:s=!1}=o;Dr.checkParentPaths(e,i,t,"move",(n=>n?r(n):function(e){const t=cr.dirname(e);return cr.parse(t).root===t}(t)?pr(e,t,u,s,r):void fr(cr.dirname(t),(n=>n?r(n):pr(e,t,u,s,r)))))}))};const hr=we,yr=p.default,Cr=Ot.copySync,Fr=Gt.removeSync,gr=$e.mkdirpSync,Ar=et;function vr(e,t,n){try{hr.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)throw r;return function(e,t,n){const r={overwrite:n,errorOnExist:!0};return Cr(e,t,r),Fr(e)}(e,t,n)}}var Sr=function(e,t,n){const r=(n=n||{}).overwrite||n.clobber||!1,{srcStat:u,isChangingCase:o=!1}=Ar.checkPathsSync(e,t,"move",n);return Ar.checkParentPathsSync(e,u,t,"move"),function(e){const t=yr.dirname(e);return yr.parse(t).root===t}(t)||gr(yr.dirname(t)),function(e,t,n,r){if(r)return vr(e,t,n);if(n)return Fr(t),vr(e,t,n);if(hr.existsSync(t))throw new Error("dest already exists.");return vr(e,t,n)}(e,t,r,o)};var wr,Or,br,_r,Br,Pr={move:(0,re.fromCallback)(mr),moveSync:Sr},kr={...ne,...Ot,...Xt,...Rn,...ir,...$e,...Pr,...Xn,...Ge,...Gt},xr={},Nr={exports:{}},Ir={exports:{}};function Tr(){if(Or)return wr;Or=1;var e=1e3,t=60*e,n=60*t,r=24*n,u=7*r,o=365.25*r;function i(e,t,n,r){var u=t>=1.5*n;return Math.round(e/n)+" "+r+(u?"s":"")}return wr=function(s,c){c=c||{};var a=typeof s;if("string"===a&&s.length>0)return function(i){if((i=String(i)).length>100)return;var s=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(i);if(!s)return;var c=parseFloat(s[1]);switch((s[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return c*o;case"weeks":case"week":case"w":return c*u;case"days":case"day":case"d":return c*r;case"hours":case"hour":case"hrs":case"hr":case"h":return c*n;case"minutes":case"minute":case"mins":case"min":case"m":return c*t;case"seconds":case"second":case"secs":case"sec":case"s":return c*e;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return c;default:return}}(s);if("number"===a&&isFinite(s))return c.long?function(u){var o=Math.abs(u);if(o>=r)return i(u,o,r,"day");if(o>=n)return i(u,o,n,"hour");if(o>=t)return i(u,o,t,"minute");if(o>=e)return i(u,o,e,"second");return u+" ms"}(s):function(u){var o=Math.abs(u);if(o>=r)return Math.round(u/r)+"d";if(o>=n)return Math.round(u/n)+"h";if(o>=t)return Math.round(u/t)+"m";if(o>=e)return Math.round(u/e)+"s";return u+"ms"}(s);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(s))}}function Rr(){if(_r)return br;return _r=1,br=function(e){function t(e){let r,u,o,i=null;function s(...e){if(!s.enabled)return;const n=s,u=Number(new Date),o=u-(r||u);n.diff=o,n.prev=r,n.curr=u,r=u,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let i=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((r,u)=>{if("%%"===r)return"%";i++;const o=t.formatters[u];if("function"==typeof o){const t=e[i];r=o.call(n,t),e.splice(i,1),i--}return r})),t.formatArgs.call(n,e);(n.log||t.log).apply(n,e)}return s.namespace=e,s.useColors=t.useColors(),s.color=t.selectColor(e),s.extend=n,s.destroy=t.destroy,Object.defineProperty(s,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==i?i:(u!==t.namespaces&&(u=t.namespaces,o=t.enabled(e)),o),set:e=>{i=e}}),"function"==typeof t.init&&t.init(s),s}function n(e,n){const r=t(this.namespace+(void 0===n?":":n)+e);return r.log=this.log,r}function r(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){if(e instanceof Error)return e.stack||e.message;return e},t.disable=function(){const e=[...t.names.map(r),...t.skips.map(r).map((e=>"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){let n;t.save(e),t.namespaces=e,t.names=[],t.skips=[];const r=("string"==typeof e?e:"").split(/[\s,]+/),u=r.length;for(n=0;n{t[n]=e[n]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let n=0;for(let t=0;t{const n=e.startsWith("-")?"":1===e.length?"-":"--",r=t.indexOf(n+e),u=t.indexOf("--");return-1!==r&&(-1===u||r{}),"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."),t.colors=[6,2,3,4,5,1];try{const e=function(){if($r)return jr;$r=1;const e=E.default,t=A.default,n=Vr(),{env:r}=process;let u;function o(e){return 0!==e&&{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}function i(t,o){if(0===u)return 0;if(n("color=16m")||n("color=full")||n("color=truecolor"))return 3;if(n("color=256"))return 2;if(t&&!o&&void 0===u)return 0;const i=u||0;if("dumb"===r.TERM)return i;if("win32"===process.platform){const t=e.release().split(".");return Number(t[0])>=10&&Number(t[2])>=10586?Number(t[2])>=14931?3:2:1}if("CI"in r)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some((e=>e in r))||"codeship"===r.CI_NAME?1:i;if("TEAMCITY_VERSION"in r)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(r.TEAMCITY_VERSION)?1:0;if("truecolor"===r.COLORTERM)return 3;if("TERM_PROGRAM"in r){const e=parseInt((r.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(r.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(r.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(r.TERM)||"COLORTERM"in r?1:i}return n("no-color")||n("no-colors")||n("color=false")||n("color=never")?u=0:(n("color")||n("colors")||n("color=true")||n("color=always"))&&(u=1),"FORCE_COLOR"in r&&(u="true"===r.FORCE_COLOR?1:"false"===r.FORCE_COLOR?0:0===r.FORCE_COLOR.length?1:Math.min(parseInt(r.FORCE_COLOR,10),3)),jr={supportsColor:function(e){return o(i(e,e&&e.isTTY))},stdout:o(i(!0,t.isatty(1))),stderr:o(i(!0,t.isatty(2)))}}();e&&(e.stderr||e).level>=2&&(t.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch(e){}t.inspectOpts=Object.keys(process.env).filter((e=>/^debug_/i.test(e))).reduce(((e,t)=>{const n=t.substring(6).toLowerCase().replace(/_([a-z])/g,((e,t)=>t.toUpperCase()));let r=process.env[t];return r=!!/^(yes|on|true|enabled)$/i.test(r)||!/^(no|off|false|disabled)$/i.test(r)&&("null"===r?null:Number(r)),e[n]=r,e}),{}),e.exports=Rr()(t);const{formatters:u}=e.exports;u.o=function(e){return this.inspectOpts.colors=this.useColors,r.inspect(e,this.inspectOpts).split("\n").map((e=>e.trim())).join(" ")},u.O=function(e){return this.inspectOpts.colors=this.useColors,r.inspect(e,this.inspectOpts)}}(Gr,Gr.exports)),Gr.exports}Jr=Nr,"undefined"==typeof process||"renderer"===process.type||!0===process.browser||process.__nwjs?Jr.exports=(Br||(Br=1,function(e,t){t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const n="color: "+this.color;t.splice(1,0,n,"color: inherit");let r=0,u=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(r++,"%c"===e&&(u=r))})),t.splice(u,0,n)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug")}catch(e){}return!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e},t.useColors=function(){return!("undefined"==typeof window||!window.process||"renderer"!==window.process.type&&!window.process.__nwjs)||("undefined"==typeof navigator||!navigator.userAgent||!navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))&&("undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/))},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=Rr()(t);const{formatters:n}=e.exports;n.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}}(Ir,Ir.exports)),Ir.exports):Jr.exports=Ur();var Wr=function(e){return(e=e||{}).circles?function(e){var t=[],n=[];return e.proto?function e(u){if("object"!=typeof u||null===u)return u;if(u instanceof Date)return new Date(u);if(Array.isArray(u))return r(u,e);if(u instanceof Map)return new Map(r(Array.from(u),e));if(u instanceof Set)return new Set(r(Array.from(u),e));var o={};for(var i in t.push(u),n.push(o),u){var s=u[i];if("object"!=typeof s||null===s)o[i]=s;else if(s instanceof Date)o[i]=new Date(s);else if(s instanceof Map)o[i]=new Map(r(Array.from(s),e));else if(s instanceof Set)o[i]=new Set(r(Array.from(s),e));else if(ArrayBuffer.isView(s))o[i]=zr(s);else{var c=t.indexOf(s);o[i]=-1!==c?n[c]:e(s)}}return t.pop(),n.pop(),o}:function e(u){if("object"!=typeof u||null===u)return u;if(u instanceof Date)return new Date(u);if(Array.isArray(u))return r(u,e);if(u instanceof Map)return new Map(r(Array.from(u),e));if(u instanceof Set)return new Set(r(Array.from(u),e));var o={};for(var i in t.push(u),n.push(o),u)if(!1!==Object.hasOwnProperty.call(u,i)){var s=u[i];if("object"!=typeof s||null===s)o[i]=s;else if(s instanceof Date)o[i]=new Date(s);else if(s instanceof Map)o[i]=new Map(r(Array.from(s),e));else if(s instanceof Set)o[i]=new Set(r(Array.from(s),e));else if(ArrayBuffer.isView(s))o[i]=zr(s);else{var c=t.indexOf(s);o[i]=-1!==c?n[c]:e(s)}}return t.pop(),n.pop(),o};function r(e,r){for(var u=Object.keys(e),o=new Array(u.length),i=0;i!e,Qr=e=>e&&"object"==typeof e&&!Array.isArray(e),eu=(e,t,n)=>{(Array.isArray(t)?t:[t]).forEach((t=>{if(t)throw new Error(`Problem with log4js configuration: (${Kr.inspect(e,{depth:5})}) - ${n}`)}))};var tu={configure:e=>{qr("New configuration to be validated: ",e),eu(e,Zr(Qr(e)),"must be an object."),qr(`Calling pre-processing listeners (${Yr.length})`),Yr.forEach((t=>t(e))),qr("Configuration pre-processing finished."),qr(`Calling configuration listeners (${Xr.length})`),Xr.forEach((t=>t(e))),qr("Configuration finished.")},addListener:e=>{Xr.push(e),qr(`Added listener, now ${Xr.length} listeners`)},addPreProcessingListener:e=>{Yr.push(e),qr(`Added pre-processing listener, now ${Yr.length} listeners`)},throwExceptionIf:eu,anObject:Qr,anInteger:e=>e&&"number"==typeof e&&Number.isInteger(e),validIdentifier:e=>/^[A-Za-z][A-Za-z0-9_]*$/g.test(e),not:Zr},nu={exports:{}};!function(e){function t(e,t){for(var n=e.toString();n.length-1?s:c,l=n(u.getHours()),f=n(u.getMinutes()),d=n(u.getSeconds()),D=t(u.getMilliseconds(),3),p=function(e){var t=Math.abs(e),n=String(Math.floor(t/60)),r=String(t%60);return n=("0"+n).slice(-2),r=("0"+r).slice(-2),0===e?"Z":(e<0?"+":"-")+n+":"+r}(u.getTimezoneOffset());return r.replace(/dd/g,o).replace(/MM/g,i).replace(/y{1,4}/g,a).replace(/hh/g,l).replace(/mm/g,f).replace(/ss/g,d).replace(/SSS/g,D).replace(/O/g,p)}function u(e,t,n,r){e["set"+(r?"":"UTC")+t](n)}e.exports=r,e.exports.asString=r,e.exports.parse=function(t,n,r){if(!t)throw new Error("pattern must be supplied");return function(t,n,r){var o=t.indexOf("O")<0,i=!1,s=[{pattern:/y{1,4}/,regexp:"\\d{1,4}",fn:function(e,t){u(e,"FullYear",t,o)}},{pattern:/MM/,regexp:"\\d{1,2}",fn:function(e,t){u(e,"Month",t-1,o),e.getMonth()!==t-1&&(i=!0)}},{pattern:/dd/,regexp:"\\d{1,2}",fn:function(e,t){i&&u(e,"Month",e.getMonth()-1,o),u(e,"Date",t,o)}},{pattern:/hh/,regexp:"\\d{1,2}",fn:function(e,t){u(e,"Hours",t,o)}},{pattern:/mm/,regexp:"\\d\\d",fn:function(e,t){u(e,"Minutes",t,o)}},{pattern:/ss/,regexp:"\\d\\d",fn:function(e,t){u(e,"Seconds",t,o)}},{pattern:/SSS/,regexp:"\\d\\d\\d",fn:function(e,t){u(e,"Milliseconds",t,o)}},{pattern:/O/,regexp:"[+-]\\d{1,2}:?\\d{2}?|Z",fn:function(e,t){t="Z"===t?0:t.replace(":","");var n=Math.abs(t),r=(t>0?-1:1)*(n%100+60*Math.floor(n/100));e.setUTCMinutes(e.getUTCMinutes()+r)}}],c=s.reduce((function(e,t){return t.pattern.test(e.regexp)?(t.index=e.regexp.match(t.pattern).index,e.regexp=e.regexp.replace(t.pattern,"("+t.regexp+")")):t.index=-1,e}),{regexp:t,index:[]}),a=s.filter((function(e){return e.index>-1}));a.sort((function(e,t){return e.index-t.index}));var l=new RegExp(c.regexp).exec(n);if(l){var f=r||e.exports.now();return a.forEach((function(e,t){e.fn(f,l[t+1])})),f}throw new Error("String '"+n+"' could not be parsed as '"+t+"'")}(t,n,r)},e.exports.now=function(){return new Date},e.exports.ISO8601_FORMAT="yyyy-MM-ddThh:mm:ss.SSS",e.exports.ISO8601_WITH_TZ_OFFSET_FORMAT="yyyy-MM-ddThh:mm:ss.SSSO",e.exports.DATETIME_FORMAT="dd MM yyyy hh:mm:ss.SSS",e.exports.ABSOLUTETIME_FORMAT="hh:mm:ss.SSS"}(nu);const ru=nu.exports,uu=E.default,ou=F.default,iu=p.default,su={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[90,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[91,39],yellow:[33,39]};function cu(e){return e?`[${su[e][0]}m`:""}function au(e){return e?`[${su[e][1]}m`:""}function lu(e,t){return n=ou.format("[%s] [%s] %s - ",ru.asString(e.startTime),e.level.toString(),e.categoryName),cu(r=t)+n+au(r);var n,r}function fu(e){return lu(e)+ou.format(...e.data)}function du(e){return lu(e,e.level.colour)+ou.format(...e.data)}function Du(e){return ou.format(...e.data)}function pu(e){return e.data[0]}function Eu(e,t){const n=/%(-?[0-9]+)?(\.?-?[0-9]+)?([[\]cdhmnprzxXyflos%])(\{([^}]+)\})?|([^%]+)/;function r(e){return e&&e.pid?e.pid.toString():process.pid.toString()}e=e||"%r %p %c - %m%n";const u={c:function(e,t){let n=e.categoryName;if(t){const e=parseInt(t,10),r=n.split(".");ee&&(n=r.slice(-e).join(iu.sep))}return n},l:function(e){return e.lineNumber?`${e.lineNumber}`:""},o:function(e){return e.columnNumber?`${e.columnNumber}`:""},s:function(e){return e.callStack||""}};function o(e,t,n){return u[e](t,n)}function i(e,t,n){let r=e;return r=function(e,t){let n;return e?(n=parseInt(e.substr(1),10),n>0?t.slice(0,n):t.slice(n)):t}(t,r),r=function(e,t){let n;if(e)if("-"===e.charAt(0))for(n=parseInt(e.substr(1),10);t.lengthDu,basic:()=>fu,colored:()=>du,coloured:()=>du,pattern:e=>Eu(e&&e.pattern,e&&e.tokens),dummy:()=>pu};var hu={basicLayout:fu,messagePassThroughLayout:Du,patternLayout:Eu,colouredLayout:du,coloredLayout:du,dummyLayout:pu,addLayout(e,t){mu[e]=t},layout:(e,t)=>mu[e]&&mu[e](t)};const yu=tu,Cu=["white","grey","black","blue","cyan","green","magenta","red","yellow"];class Fu{constructor(e,t,n){this.level=e,this.levelStr=t,this.colour=n}toString(){return this.levelStr}static getLevel(e,t){return e?e instanceof Fu?e:(e instanceof Object&&e.levelStr&&(e=e.levelStr),Fu[e.toString().toUpperCase()]||t):t}static addLevels(e){if(e){Object.keys(e).forEach((t=>{const n=t.toUpperCase();Fu[n]=new Fu(e[t].value,n,e[t].colour);const r=Fu.levels.findIndex((e=>e.levelStr===n));r>-1?Fu.levels[r]=Fu[n]:Fu.levels.push(Fu[n])})),Fu.levels.sort(((e,t)=>e.level-t.level))}}isLessThanOrEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level<=e.level}isGreaterThanOrEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level>=e.level}isEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level===e.level}}Fu.levels=[],Fu.addLevels({ALL:{value:Number.MIN_VALUE,colour:"grey"},TRACE:{value:5e3,colour:"blue"},DEBUG:{value:1e4,colour:"cyan"},INFO:{value:2e4,colour:"green"},WARN:{value:3e4,colour:"yellow"},ERROR:{value:4e4,colour:"red"},FATAL:{value:5e4,colour:"magenta"},MARK:{value:9007199254740992,colour:"grey"},OFF:{value:Number.MAX_VALUE,colour:"grey"}}),yu.addListener((e=>{const t=e.levels;if(t){yu.throwExceptionIf(e,yu.not(yu.anObject(t)),"levels must be an object");Object.keys(t).forEach((n=>{yu.throwExceptionIf(e,yu.not(yu.validIdentifier(n)),`level name "${n}" is not a valid identifier (must start with a letter, only contain A-Z,a-z,0-9,_)`),yu.throwExceptionIf(e,yu.not(yu.anObject(t[n])),`level "${n}" must be an object`),yu.throwExceptionIf(e,yu.not(t[n].value),`level "${n}" must have a 'value' property`),yu.throwExceptionIf(e,yu.not(yu.anInteger(t[n].value)),`level "${n}".value must have an integer value`),yu.throwExceptionIf(e,yu.not(t[n].colour),`level "${n}" must have a 'colour' property`),yu.throwExceptionIf(e,yu.not(Cu.indexOf(t[n].colour)>-1),`level "${n}".colour must be one of ${Cu.join(", ")}`)}))}})),yu.addListener((e=>{Fu.addLevels(e.levels)}));var gu=Fu,Au={exports:{}},vu={};/*! (c) 2020 Andrea Giammarchi */ +const{parse:Su,stringify:wu}=JSON,{keys:Ou}=Object,bu=String,_u="string",Bu={},Pu="object",ku=(e,t)=>t,xu=e=>e instanceof bu?bu(e):e,Nu=(e,t)=>typeof t===_u?new bu(t):t,Iu=(e,t,n,r)=>{const u=[];for(let o=Ou(n),{length:i}=o,s=0;s{const r=bu(t.push(n)-1);return e.set(n,r),r},Ru=(e,t)=>{const n=Su(e,Nu).map(xu),r=n[0],u=t||ku,o=typeof r===Pu&&r?Iu(n,new Set,r,u):r;return u.call({"":o},"",o)};vu.parse=Ru;const Mu=(e,t,n)=>{const r=t&&typeof t===Pu?(e,n)=>""===e||-1Su(Mu(e));vu.fromJSON=e=>Ru(wu(e));const Lu=vu,ju=gu;class $u{constructor(e,t,n,r,u){this.startTime=new Date,this.categoryName=e,this.data=n,this.level=t,this.context=Object.assign({},r),this.pid=process.pid,u&&(this.functionName=u.functionName,this.fileName=u.fileName,this.lineNumber=u.lineNumber,this.columnNumber=u.columnNumber,this.callStack=u.callStack)}serialise(){const e=this.data.map((e=>(e&&e.message&&e.stack&&(e=Object.assign({message:e.message,stack:e.stack},e)),e)));return this.data=e,Lu.stringify(this)}static deserialise(e){let t;try{const n=Lu.parse(e);n.data=n.data.map((e=>{if(e&&e.message&&e.stack){const t=new Error(e);Object.keys(e).forEach((n=>{t[n]=e[n]})),e=t}return e})),t=new $u(n.categoryName,ju.getLevel(n.level.levelStr),n.data,n.context),t.startTime=new Date(n.startTime),t.pid=n.pid,t.cluster=n.cluster}catch(n){t=new $u("log4js",ju.ERROR,["Unable to parse log:",e,"because: ",n])}return t}}var Hu=$u;const Ju=Nr.exports("log4js:clustering"),Gu=Hu,Vu=tu;let Uu=!1,Wu=null;try{Wu=require("cluster")}catch(e){Ju("cluster module not present"),Uu=!0}const zu=[];let Ku=!1,qu="NODE_APP_INSTANCE";const Yu=()=>Ku&&"0"===process.env[qu],Xu=()=>Uu||Wu.isMaster||Yu(),Zu=e=>{zu.forEach((t=>t(e)))},Qu=(e,t)=>{if(Ju("cluster message received from worker ",e,": ",t),e.topic&&e.data&&(t=e,e=void 0),t&&t.topic&&"log4js:message"===t.topic){Ju("received message: ",t.data);const e=Gu.deserialise(t.data);Zu(e)}};Uu||Vu.addListener((e=>{zu.length=0,({pm2:Ku,disableClustering:Uu,pm2InstanceVar:qu="NODE_APP_INSTANCE"}=e),Ju(`clustering disabled ? ${Uu}`),Ju(`cluster.isMaster ? ${Wu&&Wu.isMaster}`),Ju(`pm2 enabled ? ${Ku}`),Ju(`pm2InstanceVar = ${qu}`),Ju(`process.env[${qu}] = ${process.env[qu]}`),Ku&&process.removeListener("message",Qu),Wu&&Wu.removeListener&&Wu.removeListener("message",Qu),Uu||e.disableClustering?Ju("Not listening for cluster messages, because clustering disabled."):Yu()?(Ju("listening for PM2 broadcast messages"),process.on("message",Qu)):Wu.isMaster?(Ju("listening for cluster messages"),Wu.on("message",Qu)):Ju("not listening for messages, because we are not a master process")}));var eo={onlyOnMaster:(e,t)=>Xu()?e():t,isMaster:Xu,send:e=>{Xu()?Zu(e):(Ku||(e.cluster={workerId:Wu.worker.id,worker:process.pid}),process.send({topic:"log4js:message",data:e.serialise()}))},onMessage:e=>{zu.push(e)}},to={};function no(e){if("number"==typeof e&&Number.isInteger(e))return e;const t={K:1024,M:1048576,G:1073741824},n=Object.keys(t),r=e.substr(e.length-1).toLocaleUpperCase(),u=e.substring(0,e.length-1).trim();if(n.indexOf(r)<0||!Number.isInteger(Number(u)))throw Error(`maxLogSize: "${e}" is invalid`);return u*t[r]}function ro(e){return function(e,t){const n=Object.assign({},t);return Object.keys(e).forEach((r=>{n[r]&&(n[r]=e[r](t[r]))})),n}({maxLogSize:no},e)}const uo={file:ro,fileSync:ro};to.modifyConfig=e=>uo[e.type]?uo[e.type](e):e;var oo={};const io=console.log.bind(console);oo.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{io(e(n,t))}}(n,e.timezoneOffset)};var so={};so.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{process.stdout.write(`${e(n,t)}\n`)}}(n,e.timezoneOffset)};var co={};co.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{process.stderr.write(`${e(n,t)}\n`)}}(n,e.timezoneOffset)};var ao={};ao.configure=function(e,t,n,r){const u=n(e.appender);return function(e,t,n,r){const u=r.getLevel(e),o=r.getLevel(t,r.FATAL);return e=>{const t=e.level;t.isGreaterThanOrEqualTo(u)&&t.isLessThanOrEqualTo(o)&&n(e)}}(e.level,e.maxLevel,u,r)};var lo={};const fo=Nr.exports("log4js:categoryFilter");lo.configure=function(e,t,n){const r=n(e.appender);return function(e,t){return"string"==typeof e&&(e=[e]),n=>{fo(`Checking ${n.categoryName} against ${e}`),-1===e.indexOf(n.categoryName)&&(fo("Not excluded, sending to appender"),t(n))}}(e.exclude,r)};var Do={};const po=Nr.exports("log4js:noLogFilter");Do.configure=function(e,t,n){const r=n(e.appender);return function(e,t){return n=>{po(`Checking data: ${n.data} against filters: ${e}`),"string"==typeof e&&(e=[e]),e=e.filter((e=>null!=e&&""!==e));const r=new RegExp(e.join("|"),"i");(0===e.length||n.data.findIndex((e=>r.test(e)))<0)&&(po("Not excluded, sending to appender"),t(n))}}(e.exclude,r)};var Eo={},mo={exports:{}},ho={},yo={fromCallback:function(e){return Object.defineProperty((function(){if("function"!=typeof arguments[arguments.length-1])return new Promise(((t,n)=>{arguments[arguments.length]=(e,r)=>{if(e)return n(e);t(r)},arguments.length++,e.apply(this,arguments)}));e.apply(this,arguments)}),"name",{value:e.name})},fromPromise:function(e){return Object.defineProperty((function(){const t=arguments[arguments.length-1];if("function"!=typeof t)return e.apply(this,arguments);e.apply(this,arguments).then((e=>t(null,e)),t)}),"name",{value:e.name})}};!function(e){const t=yo.fromCallback,n=we,r=["access","appendFile","chmod","chown","close","copyFile","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","lchown","lchmod","link","lstat","mkdir","mkdtemp","open","readFile","readdir","readlink","realpath","rename","rmdir","stat","symlink","truncate","unlink","utimes","writeFile"].filter((e=>"function"==typeof n[e]));Object.keys(n).forEach((t=>{"promises"!==t&&(e[t]=n[t])})),r.forEach((r=>{e[r]=t(n[r])})),e.exists=function(e,t){return"function"==typeof t?n.exists(e,t):new Promise((t=>n.exists(e,t)))},e.read=function(e,t,r,u,o,i){return"function"==typeof i?n.read(e,t,r,u,o,i):new Promise(((i,s)=>{n.read(e,t,r,u,o,((e,t,n)=>{if(e)return s(e);i({bytesRead:t,buffer:n})}))}))},e.write=function(e,t,...r){return"function"==typeof r[r.length-1]?n.write(e,t,...r):new Promise(((u,o)=>{n.write(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffer:n})}))}))},"function"==typeof n.realpath.native&&(e.realpath.native=t(n.realpath.native))}(ho);const Co=p.default;function Fo(e){return(e=Co.normalize(Co.resolve(e)).split(Co.sep)).length>0?e[0]:null}const go=/[<>:"|?*]/;var Ao=function(e){const t=Fo(e);return e=e.replace(t,""),go.test(e)};const vo=we,So=p.default,wo=Ao,Oo=parseInt("0777",8);var bo=function e(t,n,r,u){if("function"==typeof n?(r=n,n={}):n&&"object"==typeof n||(n={mode:n}),"win32"===process.platform&&wo(t)){const e=new Error(t+" contains invalid WIN32 path characters.");return e.code="EINVAL",r(e)}let o=n.mode;const i=n.fs||vo;void 0===o&&(o=Oo&~process.umask()),u||(u=null),r=r||function(){},t=So.resolve(t),i.mkdir(t,o,(o=>{if(!o)return r(null,u=u||t);if("ENOENT"===o.code){if(So.dirname(t)===t)return r(o);e(So.dirname(t),n,((u,o)=>{u?r(u,o):e(t,n,r,o)}))}else i.stat(t,((e,t)=>{e||!t.isDirectory()?r(o,u):r(null,u)}))}))};const _o=we,Bo=p.default,Po=Ao,ko=parseInt("0777",8);var xo=function e(t,n,r){n&&"object"==typeof n||(n={mode:n});let u=n.mode;const o=n.fs||_o;if("win32"===process.platform&&Po(t)){const e=new Error(t+" contains invalid WIN32 path characters.");throw e.code="EINVAL",e}void 0===u&&(u=ko&~process.umask()),r||(r=null),t=Bo.resolve(t);try{o.mkdirSync(t,u),r=r||t}catch(u){if("ENOENT"===u.code){if(Bo.dirname(t)===t)throw u;r=e(Bo.dirname(t),n,r),e(t,n,r)}else{let e;try{e=o.statSync(t)}catch(e){throw u}if(!e.isDirectory())throw u}}return r};const No=(0,yo.fromCallback)(bo);var Io={mkdirs:No,mkdirsSync:xo,mkdirp:No,mkdirpSync:xo,ensureDir:No,ensureDirSync:xo};const To=we;E.default,p.default;var Ro=function(e,t,n,r){To.open(e,"r+",((e,u)=>{if(e)return r(e);To.futimes(u,t,n,(e=>{To.close(u,(t=>{r&&r(e||t)}))}))}))},Mo=function(e,t,n){const r=To.openSync(e,"r+");return To.futimesSync(r,t,n),To.closeSync(r)};const Lo=we,jo=p.default,$o=10,Ho=5,Jo=0,Go=process.versions.node.split("."),Vo=Number.parseInt(Go[0],10),Uo=Number.parseInt(Go[1],10),Wo=Number.parseInt(Go[2],10);function zo(){if(Vo>$o)return!0;if(Vo===$o){if(Uo>Ho)return!0;if(Uo===Ho&&Wo>=Jo)return!0}return!1}function Ko(e,t){const n=jo.resolve(e).split(jo.sep).filter((e=>e)),r=jo.resolve(t).split(jo.sep).filter((e=>e));return n.reduce(((e,t,n)=>e&&r[n]===t),!0)}function qo(e,t,n){return`Cannot ${n} '${e}' to a subdirectory of itself, '${t}'.`}var Yo,Xo,Zo={checkPaths:function(e,t,n,r){!function(e,t,n){zo()?Lo.stat(e,{bigint:!0},((e,r)=>{if(e)return n(e);Lo.stat(t,{bigint:!0},((e,t)=>e?"ENOENT"===e.code?n(null,{srcStat:r,destStat:null}):n(e):n(null,{srcStat:r,destStat:t})))})):Lo.stat(e,((e,r)=>{if(e)return n(e);Lo.stat(t,((e,t)=>e?"ENOENT"===e.code?n(null,{srcStat:r,destStat:null}):n(e):n(null,{srcStat:r,destStat:t})))}))}(e,t,((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;return s&&s.ino&&s.dev&&s.ino===i.ino&&s.dev===i.dev?r(new Error("Source and destination must not be the same.")):i.isDirectory()&&Ko(e,t)?r(new Error(qo(e,t,n))):r(null,{srcStat:i,destStat:s})}))},checkPathsSync:function(e,t,n){const{srcStat:r,destStat:u}=function(e,t){let n,r;n=zo()?Lo.statSync(e,{bigint:!0}):Lo.statSync(e);try{r=zo()?Lo.statSync(t,{bigint:!0}):Lo.statSync(t)}catch(e){if("ENOENT"===e.code)return{srcStat:n,destStat:null};throw e}return{srcStat:n,destStat:r}}(e,t);if(u&&u.ino&&u.dev&&u.ino===r.ino&&u.dev===r.dev)throw new Error("Source and destination must not be the same.");if(r.isDirectory()&&Ko(e,t))throw new Error(qo(e,t,n));return{srcStat:r,destStat:u}},checkParentPaths:function e(t,n,r,u,o){const i=jo.resolve(jo.dirname(t)),s=jo.resolve(jo.dirname(r));if(s===i||s===jo.parse(s).root)return o();zo()?Lo.stat(s,{bigint:!0},((i,c)=>i?"ENOENT"===i.code?o():o(i):c.ino&&c.dev&&c.ino===n.ino&&c.dev===n.dev?o(new Error(qo(t,r,u))):e(t,n,s,u,o))):Lo.stat(s,((i,c)=>i?"ENOENT"===i.code?o():o(i):c.ino&&c.dev&&c.ino===n.ino&&c.dev===n.dev?o(new Error(qo(t,r,u))):e(t,n,s,u,o)))},checkParentPathsSync:function e(t,n,r,u){const o=jo.resolve(jo.dirname(t)),i=jo.resolve(jo.dirname(r));if(i===o||i===jo.parse(i).root)return;let s;try{s=zo()?Lo.statSync(i,{bigint:!0}):Lo.statSync(i)}catch(e){if("ENOENT"===e.code)return;throw e}if(s.ino&&s.dev&&s.ino===n.ino&&s.dev===n.dev)throw new Error(qo(t,r,u));return e(t,n,i,u)},isSrcSubdir:Ko};const Qo=we,ei=p.default,ti=Io.mkdirsSync,ni=Mo,ri=Zo;function ui(e,t,n,r){if(!r.filter||r.filter(t,n))return function(e,t,n,r){const u=r.dereference?Qo.statSync:Qo.lstatSync,o=u(t);if(o.isDirectory())return function(e,t,n,r,u){if(!t)return function(e,t,n,r){return Qo.mkdirSync(n),ii(t,n,r),Qo.chmodSync(n,e.mode)}(e,n,r,u);if(t&&!t.isDirectory())throw new Error(`Cannot overwrite non-directory '${r}' with directory '${n}'.`);return ii(n,r,u)}(o,e,t,n,r);if(o.isFile()||o.isCharacterDevice()||o.isBlockDevice())return function(e,t,n,r,u){return t?function(e,t,n,r){if(r.overwrite)return Qo.unlinkSync(n),oi(e,t,n,r);if(r.errorOnExist)throw new Error(`'${n}' already exists`)}(e,n,r,u):oi(e,n,r,u)}(o,e,t,n,r);if(o.isSymbolicLink())return function(e,t,n,r){let u=Qo.readlinkSync(t);r.dereference&&(u=ei.resolve(process.cwd(),u));if(e){let e;try{e=Qo.readlinkSync(n)}catch(e){if("EINVAL"===e.code||"UNKNOWN"===e.code)return Qo.symlinkSync(u,n);throw e}if(r.dereference&&(e=ei.resolve(process.cwd(),e)),ri.isSrcSubdir(u,e))throw new Error(`Cannot copy '${u}' to a subdirectory of itself, '${e}'.`);if(Qo.statSync(n).isDirectory()&&ri.isSrcSubdir(e,u))throw new Error(`Cannot overwrite '${e}' with '${u}'.`);return function(e,t){return Qo.unlinkSync(t),Qo.symlinkSync(e,t)}(u,n)}return Qo.symlinkSync(u,n)}(e,t,n,r)}(e,t,n,r)}function oi(e,t,n,r){return"function"==typeof Qo.copyFileSync?(Qo.copyFileSync(t,n),Qo.chmodSync(n,e.mode),r.preserveTimestamps?ni(n,e.atime,e.mtime):void 0):function(e,t,n,r){const u=65536,o=(Xo?Yo:(Xo=1,Yo=function(e){if("function"==typeof Buffer.allocUnsafe)try{return Buffer.allocUnsafe(e)}catch(t){return new Buffer(e)}return new Buffer(e)}))(u),i=Qo.openSync(t,"r"),s=Qo.openSync(n,"w",e.mode);let c=0;for(;cfunction(e,t,n,r){const u=ei.join(t,e),o=ei.join(n,e),{destStat:i}=ri.checkPathsSync(u,o,"copy");return ui(i,u,o,r)}(r,e,t,n)))}var si=function(e,t,n){"function"==typeof n&&(n={filter:n}),(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269");const{srcStat:r,destStat:u}=ri.checkPathsSync(e,t,"copy");return ri.checkParentPathsSync(e,r,t,"copy"),function(e,t,n,r){if(r.filter&&!r.filter(t,n))return;const u=ei.dirname(n);Qo.existsSync(u)||ti(u);return ui(e,t,n,r)}(u,e,t,n)},ci={copySync:si};const ai=yo.fromPromise,li=ho;var fi={pathExists:ai((function(e){return li.access(e).then((()=>!0)).catch((()=>!1))})),pathExistsSync:li.existsSync};const di=we,Di=p.default,pi=Io.mkdirs,Ei=fi.pathExists,mi=Ro,hi=Zo;function yi(e,t,n,r,u){const o=Di.dirname(n);Ei(o,((i,s)=>i?u(i):s?Fi(e,t,n,r,u):void pi(o,(o=>o?u(o):Fi(e,t,n,r,u)))))}function Ci(e,t,n,r,u,o){Promise.resolve(u.filter(n,r)).then((i=>i?e(t,n,r,u,o):o()),(e=>o(e)))}function Fi(e,t,n,r,u){return r.filter?Ci(gi,e,t,n,r,u):gi(e,t,n,r,u)}function gi(e,t,n,r,u){(r.dereference?di.stat:di.lstat)(t,((o,i)=>o?u(o):i.isDirectory()?function(e,t,n,r,u,o){if(!t)return function(e,t,n,r,u){di.mkdir(n,(o=>{if(o)return u(o);Si(t,n,r,(t=>t?u(t):di.chmod(n,e.mode,u)))}))}(e,n,r,u,o);if(t&&!t.isDirectory())return o(new Error(`Cannot overwrite non-directory '${r}' with directory '${n}'.`));return Si(n,r,u,o)}(i,e,t,n,r,u):i.isFile()||i.isCharacterDevice()||i.isBlockDevice()?function(e,t,n,r,u,o){return t?function(e,t,n,r,u){if(!r.overwrite)return r.errorOnExist?u(new Error(`'${n}' already exists`)):u();di.unlink(n,(o=>o?u(o):Ai(e,t,n,r,u)))}(e,n,r,u,o):Ai(e,n,r,u,o)}(i,e,t,n,r,u):i.isSymbolicLink()?function(e,t,n,r,u){di.readlink(t,((t,o)=>t?u(t):(r.dereference&&(o=Di.resolve(process.cwd(),o)),e?void di.readlink(n,((t,i)=>t?"EINVAL"===t.code||"UNKNOWN"===t.code?di.symlink(o,n,u):u(t):(r.dereference&&(i=Di.resolve(process.cwd(),i)),hi.isSrcSubdir(o,i)?u(new Error(`Cannot copy '${o}' to a subdirectory of itself, '${i}'.`)):e.isDirectory()&&hi.isSrcSubdir(i,o)?u(new Error(`Cannot overwrite '${i}' with '${o}'.`)):function(e,t,n){di.unlink(t,(r=>r?n(r):di.symlink(e,t,n)))}(o,n,u)))):di.symlink(o,n,u))))}(e,t,n,r,u):void 0))}function Ai(e,t,n,r,u){return"function"==typeof di.copyFile?di.copyFile(t,n,(t=>t?u(t):vi(e,n,r,u))):function(e,t,n,r,u){const o=di.createReadStream(t);o.on("error",(e=>u(e))).once("open",(()=>{const t=di.createWriteStream(n,{mode:e.mode});t.on("error",(e=>u(e))).on("open",(()=>o.pipe(t))).once("close",(()=>vi(e,n,r,u)))}))}(e,t,n,r,u)}function vi(e,t,n,r){di.chmod(t,e.mode,(u=>u?r(u):n.preserveTimestamps?mi(t,e.atime,e.mtime,r):r()))}function Si(e,t,n,r){di.readdir(e,((u,o)=>u?r(u):wi(o,e,t,n,r)))}function wi(e,t,n,r,u){const o=e.pop();return o?function(e,t,n,r,u,o){const i=Di.join(n,t),s=Di.join(r,t);hi.checkPaths(i,s,"copy",((t,c)=>{if(t)return o(t);const{destStat:a}=c;Fi(a,i,s,u,(t=>t?o(t):wi(e,n,r,u,o)))}))}(e,o,t,n,r,u):u()}var Oi=function(e,t,n,r){"function"!=typeof n||r?"function"==typeof n&&(n={filter:n}):(r=n,n={}),r=r||function(){},(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269"),hi.checkPaths(e,t,"copy",((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;hi.checkParentPaths(e,i,t,"copy",(u=>u?r(u):n.filter?Ci(yi,s,e,t,n,r):yi(s,e,t,n,r)))}))};var bi={copy:(0,yo.fromCallback)(Oi)};const _i=we,Bi=p.default,Pi=g.default,ki="win32"===process.platform;function xi(e){["unlink","chmod","stat","lstat","rmdir","readdir"].forEach((t=>{e[t]=e[t]||_i[t],e[t+="Sync"]=e[t]||_i[t]})),e.maxBusyTries=e.maxBusyTries||3}function Ni(e,t,n){let r=0;"function"==typeof t&&(n=t,t={}),Pi(e,"rimraf: missing path"),Pi.strictEqual(typeof e,"string","rimraf: path should be a string"),Pi.strictEqual(typeof n,"function","rimraf: callback function required"),Pi(t,"rimraf: invalid options argument provided"),Pi.strictEqual(typeof t,"object","rimraf: options should be object"),xi(t),Ii(e,t,(function u(o){if(o){if(("EBUSY"===o.code||"ENOTEMPTY"===o.code||"EPERM"===o.code)&&rIi(e,t,u)),100*r)}"ENOENT"===o.code&&(o=null)}n(o)}))}function Ii(e,t,n){Pi(e),Pi(t),Pi("function"==typeof n),t.lstat(e,((r,u)=>r&&"ENOENT"===r.code?n(null):r&&"EPERM"===r.code&&ki?Ti(e,t,r,n):u&&u.isDirectory()?Mi(e,t,r,n):void t.unlink(e,(r=>{if(r){if("ENOENT"===r.code)return n(null);if("EPERM"===r.code)return ki?Ti(e,t,r,n):Mi(e,t,r,n);if("EISDIR"===r.code)return Mi(e,t,r,n)}return n(r)}))))}function Ti(e,t,n,r){Pi(e),Pi(t),Pi("function"==typeof r),n&&Pi(n instanceof Error),t.chmod(e,438,(u=>{u?r("ENOENT"===u.code?null:n):t.stat(e,((u,o)=>{u?r("ENOENT"===u.code?null:n):o.isDirectory()?Mi(e,t,n,r):t.unlink(e,r)}))}))}function Ri(e,t,n){let r;Pi(e),Pi(t),n&&Pi(n instanceof Error);try{t.chmodSync(e,438)}catch(e){if("ENOENT"===e.code)return;throw n}try{r=t.statSync(e)}catch(e){if("ENOENT"===e.code)return;throw n}r.isDirectory()?ji(e,t,n):t.unlinkSync(e)}function Mi(e,t,n,r){Pi(e),Pi(t),n&&Pi(n instanceof Error),Pi("function"==typeof r),t.rmdir(e,(u=>{!u||"ENOTEMPTY"!==u.code&&"EEXIST"!==u.code&&"EPERM"!==u.code?u&&"ENOTDIR"===u.code?r(n):r(u):function(e,t,n){Pi(e),Pi(t),Pi("function"==typeof n),t.readdir(e,((r,u)=>{if(r)return n(r);let o,i=u.length;if(0===i)return t.rmdir(e,n);u.forEach((r=>{Ni(Bi.join(e,r),t,(r=>{if(!o)return r?n(o=r):void(0==--i&&t.rmdir(e,n))}))}))}))}(e,t,r)}))}function Li(e,t){let n;xi(t=t||{}),Pi(e,"rimraf: missing path"),Pi.strictEqual(typeof e,"string","rimraf: path should be a string"),Pi(t,"rimraf: missing options"),Pi.strictEqual(typeof t,"object","rimraf: options should be object");try{n=t.lstatSync(e)}catch(n){if("ENOENT"===n.code)return;"EPERM"===n.code&&ki&&Ri(e,t,n)}try{n&&n.isDirectory()?ji(e,t,null):t.unlinkSync(e)}catch(n){if("ENOENT"===n.code)return;if("EPERM"===n.code)return ki?Ri(e,t,n):ji(e,t,n);if("EISDIR"!==n.code)throw n;ji(e,t,n)}}function ji(e,t,n){Pi(e),Pi(t),n&&Pi(n instanceof Error);try{t.rmdirSync(e)}catch(r){if("ENOTDIR"===r.code)throw n;if("ENOTEMPTY"===r.code||"EEXIST"===r.code||"EPERM"===r.code)!function(e,t){if(Pi(e),Pi(t),t.readdirSync(e).forEach((n=>Li(Bi.join(e,n),t))),!ki){return t.rmdirSync(e,t)}{const n=Date.now();do{try{return t.rmdirSync(e,t)}catch(e){}}while(Date.now()-n<500)}}(e,t);else if("ENOENT"!==r.code)throw r}}var $i=Ni;Ni.sync=Li;const Hi=$i;var Ji={remove:(0,yo.fromCallback)(Hi),removeSync:Hi.sync};const Gi=yo.fromCallback,Vi=we,Ui=p.default,Wi=Io,zi=Ji,Ki=Gi((function(e,t){t=t||function(){},Vi.readdir(e,((n,r)=>{if(n)return Wi.mkdirs(e,t);r=r.map((t=>Ui.join(e,t))),function e(){const n=r.pop();if(!n)return t();zi.remove(n,(n=>{if(n)return t(n);e()}))}()}))}));function qi(e){let t;try{t=Vi.readdirSync(e)}catch(t){return Wi.mkdirsSync(e)}t.forEach((t=>{t=Ui.join(e,t),zi.removeSync(t)}))}var Yi={emptyDirSync:qi,emptydirSync:qi,emptyDir:Ki,emptydir:Ki};const Xi=yo.fromCallback,Zi=p.default,Qi=we,es=Io,ts=fi.pathExists;var ns={createFile:Xi((function(e,t){function n(){Qi.writeFile(e,"",(e=>{if(e)return t(e);t()}))}Qi.stat(e,((r,u)=>{if(!r&&u.isFile())return t();const o=Zi.dirname(e);ts(o,((e,r)=>e?t(e):r?n():void es.mkdirs(o,(e=>{if(e)return t(e);n()}))))}))})),createFileSync:function(e){let t;try{t=Qi.statSync(e)}catch(e){}if(t&&t.isFile())return;const n=Zi.dirname(e);Qi.existsSync(n)||es.mkdirsSync(n),Qi.writeFileSync(e,"")}};const rs=yo.fromCallback,us=p.default,os=we,is=Io,ss=fi.pathExists;var cs={createLink:rs((function(e,t,n){function r(e,t){os.link(e,t,(e=>{if(e)return n(e);n(null)}))}ss(t,((u,o)=>u?n(u):o?n(null):void os.lstat(e,(u=>{if(u)return u.message=u.message.replace("lstat","ensureLink"),n(u);const o=us.dirname(t);ss(o,((u,i)=>u?n(u):i?r(e,t):void is.mkdirs(o,(u=>{if(u)return n(u);r(e,t)}))))}))))})),createLinkSync:function(e,t){if(os.existsSync(t))return;try{os.lstatSync(e)}catch(e){throw e.message=e.message.replace("lstat","ensureLink"),e}const n=us.dirname(t);return os.existsSync(n)||is.mkdirsSync(n),os.linkSync(e,t)}};const as=p.default,ls=we,fs=fi.pathExists;var ds={symlinkPaths:function(e,t,n){if(as.isAbsolute(e))return ls.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:e})));{const r=as.dirname(t),u=as.join(r,e);return fs(u,((t,o)=>t?n(t):o?n(null,{toCwd:u,toDst:e}):ls.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:as.relative(r,e)})))))}},symlinkPathsSync:function(e,t){let n;if(as.isAbsolute(e)){if(n=ls.existsSync(e),!n)throw new Error("absolute srcpath does not exist");return{toCwd:e,toDst:e}}{const r=as.dirname(t),u=as.join(r,e);if(n=ls.existsSync(u),n)return{toCwd:u,toDst:e};if(n=ls.existsSync(e),!n)throw new Error("relative srcpath does not exist");return{toCwd:e,toDst:as.relative(r,e)}}}};const Ds=we;var ps={symlinkType:function(e,t,n){if(n="function"==typeof t?t:n,t="function"!=typeof t&&t)return n(null,t);Ds.lstat(e,((e,r)=>{if(e)return n(null,"file");t=r&&r.isDirectory()?"dir":"file",n(null,t)}))},symlinkTypeSync:function(e,t){let n;if(t)return t;try{n=Ds.lstatSync(e)}catch(e){return"file"}return n&&n.isDirectory()?"dir":"file"}};const Es=yo.fromCallback,ms=p.default,hs=we,ys=Io.mkdirs,Cs=Io.mkdirsSync,Fs=ds.symlinkPaths,gs=ds.symlinkPathsSync,As=ps.symlinkType,vs=ps.symlinkTypeSync,Ss=fi.pathExists;var ws={createSymlink:Es((function(e,t,n,r){r="function"==typeof n?n:r,n="function"!=typeof n&&n,Ss(t,((u,o)=>u?r(u):o?r(null):void Fs(e,t,((u,o)=>{if(u)return r(u);e=o.toDst,As(o.toCwd,n,((n,u)=>{if(n)return r(n);const o=ms.dirname(t);Ss(o,((n,i)=>n?r(n):i?hs.symlink(e,t,u,r):void ys(o,(n=>{if(n)return r(n);hs.symlink(e,t,u,r)}))))}))}))))})),createSymlinkSync:function(e,t,n){if(hs.existsSync(t))return;const r=gs(e,t);e=r.toDst,n=vs(r.toCwd,n);const u=ms.dirname(t);return hs.existsSync(u)||Cs(u),hs.symlinkSync(e,t,n)}};var Os,bs={createFile:ns.createFile,createFileSync:ns.createFileSync,ensureFile:ns.createFile,ensureFileSync:ns.createFileSync,createLink:cs.createLink,createLinkSync:cs.createLinkSync,ensureLink:cs.createLink,ensureLinkSync:cs.createLinkSync,createSymlink:ws.createSymlink,createSymlinkSync:ws.createSymlinkSync,ensureSymlink:ws.createSymlink,ensureSymlinkSync:ws.createSymlinkSync};try{Os=we}catch(e){Os=D.default}function _s(e,t){var n,r="\n";return"object"==typeof t&&null!==t&&(t.spaces&&(n=t.spaces),t.EOL&&(r=t.EOL)),JSON.stringify(e,t?t.replacer:null,n).replace(/\n/g,r)+r}function Bs(e){return Buffer.isBuffer(e)&&(e=e.toString("utf8")),e=e.replace(/^\uFEFF/,"")}var Ps={readFile:function(e,t,n){null==n&&(n=t,t={}),"string"==typeof t&&(t={encoding:t});var r=(t=t||{}).fs||Os,u=!0;"throws"in t&&(u=t.throws),r.readFile(e,t,(function(r,o){if(r)return n(r);var i;o=Bs(o);try{i=JSON.parse(o,t?t.reviver:null)}catch(t){return u?(t.message=e+": "+t.message,n(t)):n(null,null)}n(null,i)}))},readFileSync:function(e,t){"string"==typeof(t=t||{})&&(t={encoding:t});var n=t.fs||Os,r=!0;"throws"in t&&(r=t.throws);try{var u=n.readFileSync(e,t);return u=Bs(u),JSON.parse(u,t.reviver)}catch(t){if(r)throw t.message=e+": "+t.message,t;return null}},writeFile:function(e,t,n,r){null==r&&(r=n,n={});var u=(n=n||{}).fs||Os,o="";try{o=_s(t,n)}catch(e){return void(r&&r(e,null))}u.writeFile(e,o,n,r)},writeFileSync:function(e,t,n){var r=(n=n||{}).fs||Os,u=_s(t,n);return r.writeFileSync(e,u,n)}},ks=Ps;const xs=yo.fromCallback,Ns=ks;var Is={readJson:xs(Ns.readFile),readJsonSync:Ns.readFileSync,writeJson:xs(Ns.writeFile),writeJsonSync:Ns.writeFileSync};const Ts=p.default,Rs=Io,Ms=fi.pathExists,Ls=Is;var js=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=Ts.dirname(e);Ms(u,((o,i)=>o?r(o):i?Ls.writeJson(e,t,n,r):void Rs.mkdirs(u,(u=>{if(u)return r(u);Ls.writeJson(e,t,n,r)}))))};const $s=we,Hs=p.default,Js=Io,Gs=Is;var Vs=function(e,t,n){const r=Hs.dirname(e);$s.existsSync(r)||Js.mkdirsSync(r),Gs.writeJsonSync(e,t,n)};const Us=yo.fromCallback,Ws=Is;Ws.outputJson=Us(js),Ws.outputJsonSync=Vs,Ws.outputJSON=Ws.outputJson,Ws.outputJSONSync=Ws.outputJsonSync,Ws.writeJSON=Ws.writeJson,Ws.writeJSONSync=Ws.writeJsonSync,Ws.readJSON=Ws.readJson,Ws.readJSONSync=Ws.readJsonSync;var zs=Ws;const Ks=we,qs=p.default,Ys=ci.copySync,Xs=Ji.removeSync,Zs=Io.mkdirpSync,Qs=Zo;function ec(e,t,n){try{Ks.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)throw r;return function(e,t,n){const r={overwrite:n,errorOnExist:!0};return Ys(e,t,r),Xs(e)}(e,t,n)}}var tc=function(e,t,n){const r=(n=n||{}).overwrite||n.clobber||!1,{srcStat:u}=Qs.checkPathsSync(e,t,"move");return Qs.checkParentPathsSync(e,u,t,"move"),Zs(qs.dirname(t)),function(e,t,n){if(n)return Xs(t),ec(e,t,n);if(Ks.existsSync(t))throw new Error("dest already exists.");return ec(e,t,n)}(e,t,r)},nc={moveSync:tc};const rc=we,uc=p.default,oc=bi.copy,ic=Ji.remove,sc=Io.mkdirp,cc=fi.pathExists,ac=Zo;function lc(e,t,n,r){rc.rename(e,t,(u=>u?"EXDEV"!==u.code?r(u):function(e,t,n,r){const u={overwrite:n,errorOnExist:!0};oc(e,t,u,(t=>t?r(t):ic(e,r)))}(e,t,n,r):r()))}var fc=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=n.overwrite||n.clobber||!1;ac.checkPaths(e,t,"move",((n,o)=>{if(n)return r(n);const{srcStat:i}=o;ac.checkParentPaths(e,i,t,"move",(n=>{if(n)return r(n);sc(uc.dirname(t),(n=>n?r(n):function(e,t,n,r){if(n)return ic(t,(u=>u?r(u):lc(e,t,n,r)));cc(t,((u,o)=>u?r(u):o?r(new Error("dest already exists.")):lc(e,t,n,r)))}(e,t,u,r)))}))}))};var dc={move:(0,yo.fromCallback)(fc)};const Dc=yo.fromCallback,pc=we,Ec=p.default,mc=Io,hc=fi.pathExists;var yc={outputFile:Dc((function(e,t,n,r){"function"==typeof n&&(r=n,n="utf8");const u=Ec.dirname(e);hc(u,((o,i)=>o?r(o):i?pc.writeFile(e,t,n,r):void mc.mkdirs(u,(u=>{if(u)return r(u);pc.writeFile(e,t,n,r)}))))})),outputFileSync:function(e,...t){const n=Ec.dirname(e);if(pc.existsSync(n))return pc.writeFileSync(e,...t);mc.mkdirsSync(n),pc.writeFileSync(e,...t)}};!function(e){e.exports=Object.assign({},ho,ci,bi,Yi,bs,zs,Io,nc,dc,yc,fi,Ji);const t=D.default;Object.getOwnPropertyDescriptor(t,"promises")&&Object.defineProperty(e.exports,"promises",{get:()=>t.promises})}(mo);const Cc=Nr.exports("streamroller:fileNameFormatter"),Fc=p.default;const gc=Nr.exports("streamroller:fileNameParser"),Ac=nu.exports;const vc=Nr.exports("streamroller:moveAndMaybeCompressFile"),Sc=mo.exports,wc=v.default;var Oc=async(e,t,n)=>{if(n=function(e){const t={mode:parseInt("0600",8),compress:!1},n=Object.assign({},t,e);return vc(`_parseOption: moveAndMaybeCompressFile called with option=${JSON.stringify(n)}`),n}(n),e!==t){if(await Sc.pathExists(e))if(vc(`moveAndMaybeCompressFile: moving file from ${e} to ${t} ${n.compress?"with":"without"} compress`),n.compress)await new Promise(((r,u)=>{let o=!1;const i=Sc.createWriteStream(t,{mode:n.mode,flags:"wx"}).on("open",(()=>{o=!0;const t=Sc.createReadStream(e).on("open",(()=>{t.pipe(wc.createGzip()).pipe(i)})).on("error",(t=>{vc(`moveAndMaybeCompressFile: error reading ${e}`,t),i.destroy(t)}))})).on("finish",(()=>{vc(`moveAndMaybeCompressFile: finished compressing ${t}, deleting ${e}`),Sc.unlink(e).then(r).catch((t=>{vc(`moveAndMaybeCompressFile: error deleting ${e}, truncating instead`,t),Sc.truncate(e).then(r).catch((t=>{vc(`moveAndMaybeCompressFile: error truncating ${e}`,t),u(t)}))}))})).on("error",(e=>{o?(vc(`moveAndMaybeCompressFile: error writing ${t}, deleting`,e),Sc.unlink(t).then((()=>{u(e)})).catch((e=>{vc(`moveAndMaybeCompressFile: error deleting ${t}`,e),u(e)}))):(vc(`moveAndMaybeCompressFile: error creating ${t}`,e),u(e))}))})).catch((()=>{}));else{vc(`moveAndMaybeCompressFile: renaming ${e} to ${t}`);try{await Sc.move(e,t,{overwrite:!0})}catch(n){if(vc(`moveAndMaybeCompressFile: error renaming ${e} to ${t}`,n),"ENOENT"!==n.code){vc("moveAndMaybeCompressFile: trying copy+truncate instead");try{await Sc.copy(e,t,{overwrite:!0}),await Sc.truncate(e)}catch(e){vc("moveAndMaybeCompressFile: error copy+truncate",e)}}}}}else vc("moveAndMaybeCompressFile: source and target are the same, not doing anything")};const bc=Nr.exports("streamroller:RollingFileWriteStream"),_c=mo.exports,Bc=p.default,Pc=E.default,kc=()=>new Date,xc=nu.exports,{Writable:Nc}=C.default,Ic=({file:e,keepFileExt:t,needsIndex:n,alwaysIncludeDate:r,compress:u,fileNameSep:o})=>{let i=o||".";const s=Fc.join(e.dir,e.name),c=t=>t+e.ext,a=(e,t,r)=>!n&&r||!t?e:e+i+t,l=(e,t,n)=>(t>0||r)&&n?e+i+n:e,f=(e,t)=>t&&u?e+".gz":e,d=t?[l,a,c,f]:[c,l,a,f];return({date:e,index:t})=>(Cc(`_formatFileName: date=${e}, index=${t}`),d.reduce(((n,r)=>r(n,t,e)),s))},Tc=({file:e,keepFileExt:t,pattern:n,fileNameSep:r})=>{let u=r||".";const o="__NOT_MATCHING__";let i=[(e,t)=>e.endsWith(".gz")?(gc("it is gzipped"),t.isCompressed=!0,e.slice(0,-1*".gz".length)):e,t?t=>t.startsWith(e.name)&&t.endsWith(e.ext)?(gc("it starts and ends with the right things"),t.slice(e.name.length+1,-1*e.ext.length)):o:t=>t.startsWith(e.base)?(gc("it starts with the right things"),t.slice(e.base.length+1)):o,n?(e,t)=>{const r=e.split(u);let o=r[r.length-1];gc("items: ",r,", indexStr: ",o);let i=e;void 0!==o&&o.match(/^\d+$/)?(i=e.slice(0,-1*(o.length+1)),gc(`dateStr is ${i}`),n&&!i&&(i=o,o="0")):o="0";try{const r=Ac.parse(n,i,new Date(0,0));return Ac.asString(n,r)!==i?e:(t.index=parseInt(o,10),t.date=i,t.timestamp=r.getTime(),"")}catch(t){return gc(`Problem parsing ${i} as ${n}, error was: `,t),e}}:(e,t)=>e.match(/^\d+$/)?(gc("it has an index"),t.index=parseInt(e,10),""):e];return e=>{let t={filename:e,index:0,isCompressed:!1};return i.reduce(((e,n)=>n(e,t)),e)?null:t}},Rc=Oc;var Mc=class extends Nc{constructor(e,t){if(bc(`constructor: creating RollingFileWriteStream. path=${e}`),"string"!=typeof e||0===e.length)throw new Error(`Invalid filename: ${e}`);if(e.endsWith(Bc.sep))throw new Error(`Filename is a directory: ${e}`);0===e.indexOf(`~${Bc.sep}`)&&(e=e.replace("~",Pc.homedir())),super(t),this.options=this._parseOption(t),this.fileObject=Bc.parse(e),""===this.fileObject.dir&&(this.fileObject=Bc.parse(Bc.join(process.cwd(),e))),this.fileFormatter=Ic({file:this.fileObject,alwaysIncludeDate:this.options.alwaysIncludePattern,needsIndex:this.options.maxSize 0`)}else delete n.maxSize;if(n.numBackups||0===n.numBackups){if(n.numBackups<0)throw new Error(`options.numBackups (${n.numBackups}) should be >= 0`);if(n.numBackups>=Number.MAX_SAFE_INTEGER)throw new Error(`options.numBackups (${n.numBackups}) should be < Number.MAX_SAFE_INTEGER`);n.numToKeep=n.numBackups+1}else if(n.numToKeep<=0)throw new Error(`options.numToKeep (${n.numToKeep}) should be > 0`);return bc(`_parseOption: creating stream with option=${JSON.stringify(n)}`),n}_final(e){this.currentFileStream.end("",this.options.encoding,e)}_write(e,t,n){this._shouldRoll().then((()=>{bc(`_write: writing chunk. file=${this.currentFileStream.path} state=${JSON.stringify(this.state)} chunk=${e}`),this.currentFileStream.write(e,t,(t=>{this.state.currentSize+=e.length,n(t)}))}))}async _shouldRoll(){(this._dateChanged()||this._tooBig())&&(bc(`_shouldRoll: rolling because dateChanged? ${this._dateChanged()} or tooBig? ${this._tooBig()}`),await this._roll())}_dateChanged(){return this.state.currentDate&&this.state.currentDate!==xc(this.options.pattern,kc())}_tooBig(){return this.state.currentSize>=this.options.maxSize}_roll(){return bc("_roll: closing the current stream"),new Promise(((e,t)=>{this.currentFileStream.end("",this.options.encoding,(()=>{this._moveOldFiles().then(e).catch(t)}))}))}async _moveOldFiles(){const e=await this._getExistingFiles();for(let t=(this.state.currentDate?e.filter((e=>e.date===this.state.currentDate)):e).length;t>=0;t--){bc(`_moveOldFiles: i = ${t}`);const e=this.fileFormatter({date:this.state.currentDate,index:t}),n=this.fileFormatter({date:this.state.currentDate,index:t+1}),r={compress:this.options.compress&&0===t,mode:this.options.mode};await Rc(e,n,r)}this.state.currentSize=0,this.state.currentDate=this.state.currentDate?xc(this.options.pattern,kc()):null,bc(`_moveOldFiles: finished rolling files. state=${JSON.stringify(this.state)}`),this._renewWriteStream(),await new Promise(((e,t)=>{this.currentFileStream.write("","utf8",(()=>{this._clean().then(e).catch(t)}))}))}async _getExistingFiles(){const e=await _c.readdir(this.fileObject.dir).catch((()=>[]));bc(`_getExistingFiles: files=${e}`);const t=e.map((e=>this.fileNameParser(e))).filter((e=>e)),n=e=>(e.timestamp?e.timestamp:kc().getTime())-e.index;return t.sort(((e,t)=>n(e)-n(t))),t}_renewWriteStream(){const e=this.fileFormatter({date:this.state.currentDate,index:0}),t=e=>{try{return _c.mkdirSync(e,{recursive:!0})}catch(n){if("ENOENT"===n.code)return t(Bc.dirname(e)),t(e);if("EEXIST"!==n.code&&"EROFS"!==n.code)throw n;try{if(_c.statSync(e).isDirectory())return e;throw n}catch(e){throw n}}};t(this.fileObject.dir);const n={flags:this.options.flags,encoding:this.options.encoding,mode:this.options.mode};var r,u;_c.appendFileSync(e,"",(r={...n},u="flags",r["flag"]=r[u],delete r[u],r)),this.currentFileStream=_c.createWriteStream(e,n),this.currentFileStream.on("error",(e=>{this.emit("error",e)}))}async _clean(){const e=await this._getExistingFiles();if(bc(`_clean: numToKeep = ${this.options.numToKeep}, existingFiles = ${e.length}`),bc("_clean: existing files are: ",e),this._tooManyFiles(e.length)){const n=e.slice(0,e.length-this.options.numToKeep).map((e=>Bc.format({dir:this.fileObject.dir,base:e.filename})));await(t=n,bc(`deleteFiles: files to delete: ${t}`),Promise.all(t.map((e=>_c.unlink(e).catch((t=>{bc(`deleteFiles: error when unlinking ${e}, ignoring. Error was ${t}`)}))))))}var t}_tooManyFiles(e){return this.options.numToKeep>0&&e>this.options.numToKeep}};const Lc=Mc;var jc=class extends Lc{constructor(e,t,n,r){r||(r={}),t&&(r.maxSize=t),r.numBackups||0===r.numBackups||(n||0===n||(n=1),r.numBackups=n),super(e,r),this.backups=r.numBackups,this.size=this.options.maxSize}get theStream(){return this.currentFileStream}};const $c=Mc;var Hc={RollingFileWriteStream:Mc,RollingFileStream:jc,DateRollingFileStream:class extends $c{constructor(e,t,n){t&&"object"==typeof t&&(n=t,t=null),n||(n={}),t||(t="yyyy-MM-dd"),n.pattern=t,n.numBackups||0===n.numBackups?n.daysToKeep=n.numBackups:(n.daysToKeep||0===n.daysToKeep?process.emitWarning("options.daysToKeep is deprecated due to the confusion it causes when used together with file size rolling. Please use options.numBackups instead.","DeprecationWarning","streamroller-DEP0001"):n.daysToKeep=1,n.numBackups=n.daysToKeep),super(e,n),this.mode=this.options.mode}get theStream(){return this.currentFileStream}}};const Jc=Nr.exports("log4js:file"),Gc=p.default,Vc=Hc,Uc=E.default.EOL;let Wc=!1;const zc=new Set;function Kc(){zc.forEach((e=>{e.sighupHandler()}))}function qc(e,t,n,r){const u=new Vc.RollingFileStream(e,t,n,r);return u.on("error",(t=>{console.error("log4js.fileAppender - Writing to file %s, error happened ",e,t)})),u.on("drain",(()=>{process.emit("log4js:pause",!1)})),u}Eo.configure=function(e,t){let n=t.basicLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),e.mode=e.mode||384,function(e,t,n,r,u,o){e=Gc.normalize(e),Jc("Creating file appender (",e,", ",n,", ",r=r||0===r?r:5,", ",u,", ",o,")");let i=qc(e,n,r,u);const s=function(e){if(i.writable){if(!0===u.removeColor){const t=/\x1b[[0-9;]*m/g;e.data=e.data.map((e=>"string"==typeof e?e.replace(t,""):e))}i.write(t(e,o)+Uc,"utf8")||process.emit("log4js:pause",!0)}};return s.reopen=function(){i.end((()=>{i=qc(e,n,r,u)}))},s.sighupHandler=function(){Jc("SIGHUP handler called."),s.reopen()},s.shutdown=function(e){zc.delete(s),0===zc.size&&Wc&&(process.removeListener("SIGHUP",Kc),Wc=!1),i.end("","utf-8",e)},zc.add(s),Wc||(process.on("SIGHUP",Kc),Wc=!0),s}(e.filename,n,e.maxLogSize,e.backups,e,e.timezoneOffset)};var Yc={};const Xc=Hc,Zc=E.default.EOL;function Qc(e,t,n,r,u){r.maxSize=r.maxLogSize;const o=function(e,t,n){const r=new Xc.DateRollingFileStream(e,t,n);return r.on("error",(t=>{console.error("log4js.dateFileAppender - Writing to file %s, error happened ",e,t)})),r.on("drain",(()=>{process.emit("log4js:pause",!1)})),r}(e,t,r),i=function(e){o.writable&&(o.write(n(e,u)+Zc,"utf8")||process.emit("log4js:pause",!0))};return i.shutdown=function(e){o.end("","utf-8",e)},i}Yc.configure=function(e,t){let n=t.basicLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),e.alwaysIncludePattern||(e.alwaysIncludePattern=!1),e.mode=e.mode||384,Qc(e.filename,e.pattern,n,e,e.timezoneOffset)};var ea={};const ta=Nr.exports("log4js:fileSync"),na=p.default,ra=D.default,ua=E.default.EOL||"\n";function oa(e,t){if(ra.existsSync(e))return;const n=ra.openSync(e,t.flags,t.mode);ra.closeSync(n)}class ia{constructor(e,t,n,r){ta("In RollingFileStream"),function(){if(!e||!t||t<=0)throw new Error("You must specify a filename and file size")}(),this.filename=e,this.size=t,this.backups=n,this.options=r,this.currentSize=0,this.currentSize=function(e){let t=0;try{t=ra.statSync(e).size}catch(t){oa(e,r)}return t}(this.filename)}shouldRoll(){return ta("should roll with current size %d, and max size %d",this.currentSize,this.size),this.currentSize>=this.size}roll(e){const t=this,n=new RegExp(`^${na.basename(e)}`);function r(e){return n.test(e)}function u(t){return parseInt(t.substring(`${na.basename(e)}.`.length),10)||0}function o(e,t){return u(e)>u(t)?1:u(e) ${e}.${r+1}`),ra.renameSync(na.join(na.dirname(e),n),`${e}.${r+1}`)}}ta("Rolling, rolling, rolling"),ta("Renaming the old files"),ra.readdirSync(na.dirname(e)).filter(r).sort(o).reverse().forEach(i)}write(e,t){const n=this;ta("in write"),this.shouldRoll()&&(this.currentSize=0,this.roll(this.filename)),ta("writing the chunk to the file"),n.currentSize+=e.length,ra.appendFileSync(n.filename,e)}}ea.configure=function(e,t){let n=t.basicLayout;e.layout&&(n=t.layout(e.layout.type,e.layout));const r={flags:e.flags||"a",encoding:e.encoding||"utf8",mode:e.mode||384};return function(e,t,n,r,u,o){ta("fileSync appender created");const i=function(e,t,n){let r;var u;return t?r=new ia(e,t,n,o):(oa(u=e,o),r={write(e){ra.appendFileSync(u,e)}}),r}(e=na.normalize(e),n,r=r||0===r?r:5);return e=>{i.write(t(e,u)+ua)}}(e.filename,n,e.maxLogSize,e.backups,e.timezoneOffset,r)};var sa={};const ca=Nr.exports("log4js:tcp"),aa=S.default;sa.configure=function(e,t){ca(`configure with config = ${e}`);let n=function(e){return e.serialise()};return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){let n=!1;const r=[];let u,o=3,i="__LOG4JS__";function s(e){ca("Writing log event to socket"),n=u.write(`${t(e)}${i}`,"utf8")}function c(){let e;for(ca("emptying buffer");e=r.shift();)s(e)}function a(e){n?s(e):(ca("buffering log event because it cannot write at the moment"),r.push(e))}return function t(){ca(`appender creating socket to ${e.host||"localhost"}:${e.port||5e3}`),i=`${e.endMsg||"__LOG4JS__"}`,u=aa.createConnection(e.port||5e3,e.host||"localhost"),u.on("connect",(()=>{ca("socket connected"),c(),n=!0})),u.on("drain",(()=>{ca("drain event received, emptying buffer"),n=!0,c()})),u.on("timeout",u.end.bind(u)),u.on("error",(e=>{ca("connection error",e),n=!1,c()})),u.on("close",t)}(),a.shutdown=function(e){ca("shutdown called"),r.length&&o?(ca("buffer has items, waiting 100ms to empty"),o-=1,setTimeout((()=>{a.shutdown(e)}),100)):(u.removeAllListeners("close"),u.end(e))},a}(e,n)};const la=p.default,fa=Nr.exports("log4js:appenders"),da=tu,Da=eo,pa=gu,Ea=hu,ma=to,ha=new Map;ha.set("console",oo),ha.set("stdout",so),ha.set("stderr",co),ha.set("logLevelFilter",ao),ha.set("categoryFilter",lo),ha.set("noLogFilter",Do),ha.set("file",Eo),ha.set("dateFile",Yc),ha.set("fileSync",ea),ha.set("tcp",sa);const ya=new Map,Ca=(e,t)=>{fa("Loading module from ",e);try{return require(e)}catch(n){return void da.throwExceptionIf(t,"MODULE_NOT_FOUND"!==n.code,`appender "${e}" could not be loaded (error was: ${n})`)}},Fa=new Set,ga=(e,t)=>{if(ya.has(e))return ya.get(e);if(!t.appenders[e])return!1;if(Fa.has(e))throw new Error(`Dependency loop detected for appender ${e}.`);Fa.add(e),fa(`Creating appender ${e}`);const n=Aa(e,t);return Fa.delete(e),ya.set(e,n),n},Aa=(e,t)=>{const n=t.appenders[e],r=n.type.configure?n.type:((e,t)=>ha.get(e)||Ca(`./${e}`,t)||Ca(e,t)||require.main&&Ca(la.join(la.dirname(require.main.filename),e),t)||Ca(la.join(process.cwd(),e),t))(n.type,t);return da.throwExceptionIf(t,da.not(r),`appender "${e}" is not valid (type "${n.type}" could not be found)`),r.appender&&fa(`DEPRECATION: Appender ${n.type} exports an appender function.`),r.shutdown&&fa(`DEPRECATION: Appender ${n.type} exports a shutdown function.`),fa(`${e}: clustering.isMaster ? ${Da.isMaster()}`),fa(`${e}: appenderModule is ${F.default.inspect(r)}`),Da.onlyOnMaster((()=>(fa(`calling appenderModule.configure for ${e} / ${n.type}`),r.configure(ma.modifyConfig(n),Ea,(e=>ga(e,t)),pa))),(()=>{}))},va=e=>{ya.clear(),Fa.clear();const t=[];Object.values(e.categories).forEach((e=>{t.push(...e.appenders)})),Object.keys(e.appenders).forEach((n=>{(t.includes(n)||"tcp-server"===e.appenders[n].type)&&ga(n,e)}))},Sa=()=>{va({appenders:{out:{type:"stdout"}},categories:{default:{appenders:["out"],level:"trace"}}})};Sa(),da.addListener((e=>{da.throwExceptionIf(e,da.not(da.anObject(e.appenders)),'must have a property "appenders" of type object.');const t=Object.keys(e.appenders);da.throwExceptionIf(e,da.not(t.length),"must define at least one appender."),t.forEach((t=>{da.throwExceptionIf(e,da.not(e.appenders[t].type),`appender "${t}" is not valid (must be an object with property "type")`)}))})),da.addListener(va),Au.exports=ya,Au.exports.init=Sa;var wa={exports:{}};!function(e){const t=Nr.exports("log4js:categories"),n=tu,r=gu,u=Au.exports,o=new Map;function i(e,t,n){if(!1===t.inherit)return;const r=n.lastIndexOf(".");if(r<0)return;const u=n.substring(0,r);let o=e.categories[u];o||(o={inherit:!0,appenders:[]}),i(e,o,u),!e.categories[u]&&o.appenders&&o.appenders.length&&o.level&&(e.categories[u]=o),t.appenders=t.appenders||[],t.level=t.level||o.level,o.appenders.forEach((e=>{t.appenders.includes(e)||t.appenders.push(e)})),t.parent=o}function s(e){if(!e.categories)return;Object.keys(e.categories).forEach((t=>{const n=e.categories[t];i(e,n,t)}))}n.addPreProcessingListener((e=>s(e))),n.addListener((e=>{n.throwExceptionIf(e,n.not(n.anObject(e.categories)),'must have a property "categories" of type object.');const t=Object.keys(e.categories);n.throwExceptionIf(e,n.not(t.length),"must define at least one category."),t.forEach((t=>{const o=e.categories[t];n.throwExceptionIf(e,[n.not(o.appenders),n.not(o.level)],`category "${t}" is not valid (must be an object with properties "appenders" and "level")`),n.throwExceptionIf(e,n.not(Array.isArray(o.appenders)),`category "${t}" is not valid (appenders must be an array of appender names)`),n.throwExceptionIf(e,n.not(o.appenders.length),`category "${t}" is not valid (appenders must contain at least one appender name)`),Object.prototype.hasOwnProperty.call(o,"enableCallStack")&&n.throwExceptionIf(e,"boolean"!=typeof o.enableCallStack,`category "${t}" is not valid (enableCallStack must be boolean type)`),o.appenders.forEach((r=>{n.throwExceptionIf(e,n.not(u.get(r)),`category "${t}" is not valid (appender "${r}" is not defined)`)})),n.throwExceptionIf(e,n.not(r.getLevel(o.level)),`category "${t}" is not valid (level "${o.level}" not recognised; valid levels are ${r.levels.join(", ")})`)})),n.throwExceptionIf(e,n.not(e.categories.default),'must define a "default" category.')}));const c=e=>{o.clear();Object.keys(e.categories).forEach((n=>{const i=e.categories[n],s=[];i.appenders.forEach((e=>{s.push(u.get(e)),t(`Creating category ${n}`),o.set(n,{appenders:s,level:r.getLevel(i.level),enableCallStack:i.enableCallStack||!1})}))}))},a=()=>{c({categories:{default:{appenders:["out"],level:"OFF"}}})};a(),n.addListener(c);const l=e=>(t(`configForCategory: searching for config for ${e}`),o.has(e)?(t(`configForCategory: ${e} exists in config, returning it`),o.get(e)):e.indexOf(".")>0?(t(`configForCategory: ${e} has hierarchy, searching for parents`),l(e.substring(0,e.lastIndexOf(".")))):(t("configForCategory: returning config for default category"),l("default")));e.exports=o,e.exports=Object.assign(e.exports,{appendersForCategory:e=>l(e).appenders,getLevelForCategory:e=>l(e).level,setLevelForCategory:(e,n)=>{let r=o.get(e);if(t(`setLevelForCategory: found ${r} for ${e}`),!r){const n=l(e);t(`setLevelForCategory: no config found for category, found ${n} for parents of ${e}`),r={appenders:n.appenders}}r.level=n,o.set(e,r)},getEnableCallStackForCategory:e=>!0===l(e).enableCallStack,setEnableCallStackForCategory:(e,t)=>{l(e).enableCallStack=t},init:a})}(wa);const Oa=Nr.exports("log4js:logger"),ba=Hu,_a=gu,Ba=eo,Pa=wa.exports,ka=tu,xa=/at (?:(.+)\s+\()?(?:(.+?):(\d+)(?::(\d+))?|([^)]+))\)?/;function Na(e,t=4){const n=e.stack.split("\n").slice(t),r=xa.exec(n[0]);return r&&6===r.length?{functionName:r[1],fileName:r[2],lineNumber:parseInt(r[3],10),columnNumber:parseInt(r[4],10),callStack:n.join("\n")}:null}class Ia{constructor(e){if(!e)throw new Error("No category provided.");this.category=e,this.context={},this.parseCallStack=Na,Oa(`Logger created (${this.category}, ${this.level})`)}get level(){return _a.getLevel(Pa.getLevelForCategory(this.category),_a.TRACE)}set level(e){Pa.setLevelForCategory(this.category,_a.getLevel(e,this.level))}get useCallStack(){return Pa.getEnableCallStackForCategory(this.category)}set useCallStack(e){Pa.setEnableCallStackForCategory(this.category,!0===e)}log(e,...t){let n=_a.getLevel(e);n||(this._log(_a.WARN,"log4js:logger.log: invalid value for log-level as first parameter given: ",e),n=_a.INFO),this.isLevelEnabled(n)&&this._log(n,t)}isLevelEnabled(e){return this.level.isLessThanOrEqualTo(e)}_log(e,t){Oa(`sending log data (${e}) to appenders`);const n=new ba(this.category,e,t,this.context,this.useCallStack&&this.parseCallStack(new Error));Ba.send(n)}addContext(e,t){this.context[e]=t}removeContext(e){delete this.context[e]}clearContext(){this.context={}}setParseCallStackFunction(e){this.parseCallStack=e}}function Ta(e){const t=_a.getLevel(e),n=t.toString().toLowerCase().replace(/_([a-z])/g,(e=>e[1].toUpperCase())),r=n[0].toUpperCase()+n.slice(1);Ia.prototype[`is${r}Enabled`]=function(){return this.isLevelEnabled(t)},Ia.prototype[n]=function(...e){this.log(t,...e)}}_a.levels.forEach(Ta),ka.addListener((()=>{_a.levels.forEach(Ta)}));var Ra=Ia;const Ma=gu;function La(e){return e.originalUrl||e.url}function ja(e,t){for(let n=0;ne.source?e.source:e));t=new RegExp(n.join("|"))}return t}(t.nolog);return(e,i,s)=>{if(e._logging)return s();if(o&&o.test(e.originalUrl))return s();if(n.isLevelEnabled(r)||"auto"===t.level){const o=new Date,{writeHead:s}=i;e._logging=!0,i.writeHead=(e,t)=>{i.writeHead=s,i.writeHead(e,t),i.__statusCode=e,i.__headers=t||{}},i.on("finish",(()=>{i.responseTime=new Date-o,i.statusCode&&"auto"===t.level&&(r=Ma.INFO,i.statusCode>=300&&(r=Ma.WARN),i.statusCode>=400&&(r=Ma.ERROR)),r=function(e,t,n){let r=t;if(n){const t=n.find((t=>{let n=!1;return n=t.from&&t.to?e>=t.from&&e<=t.to:-1!==t.codes.indexOf(e),n}));t&&(r=Ma.getLevel(t.level,r))}return r}(i.statusCode,r,t.statusRules);const s=function(e,t,n){const r=[];return r.push({token:":url",replacement:La(e)}),r.push({token:":protocol",replacement:e.protocol}),r.push({token:":hostname",replacement:e.hostname}),r.push({token:":method",replacement:e.method}),r.push({token:":status",replacement:t.__statusCode||t.statusCode}),r.push({token:":response-time",replacement:t.responseTime}),r.push({token:":date",replacement:(new Date).toUTCString()}),r.push({token:":referrer",replacement:e.headers.referer||e.headers.referrer||""}),r.push({token:":http-version",replacement:`${e.httpVersionMajor}.${e.httpVersionMinor}`}),r.push({token:":remote-addr",replacement:e.headers["x-forwarded-for"]||e.ip||e._remoteAddress||e.socket&&(e.socket.remoteAddress||e.socket.socket&&e.socket.socket.remoteAddress)}),r.push({token:":user-agent",replacement:e.headers["user-agent"]}),r.push({token:":content-length",replacement:t.getHeader("content-length")||t.__headers&&t.__headers["Content-Length"]||"-"}),r.push({token:/:req\[([^\]]+)]/g,replacement:(t,n)=>e.headers[n.toLowerCase()]}),r.push({token:/:res\[([^\]]+)]/g,replacement:(e,n)=>t.getHeader(n.toLowerCase())||t.__headers&&t.__headers[n]}),(e=>{const t=e.concat();for(let e=0;eja(e,s)));t&&n.log(r,t)}else n.log(r,ja(u,s));t.context&&n.removeContext("res")}))}return s()}},nl=Va;let rl=!1;function ul(e){if(!rl)return;Ua("Received log event ",e);Za.appendersForCategory(e.categoryName).forEach((t=>{t(e)}))}function ol(e){rl&&il();let t=e;return"string"==typeof t&&(t=function(e){Ua(`Loading configuration from ${e}`);try{return JSON.parse(Wa.readFileSync(e,"utf8"))}catch(t){throw new Error(`Problem reading config from file "${e}". Error was ${t.message}`,t)}}(e)),Ua(`Configuration is ${t}`),Ka.configure(za(t)),el.onMessage(ul),rl=!0,sl}function il(e){Ua("Shutdown called. Disabling all log writing."),rl=!1;const t=Array.from(Xa.values());Xa.init(),Za.init();const n=t.reduceRight(((e,t)=>t.shutdown?e+1:e),0);if(0===n)return Ua("No appenders with shutdown functions found."),void 0!==e&&e();let r,u=0;function o(t){r=r||t,u+=1,Ua(`Appender shutdowns complete: ${u} / ${n}`),u>=n&&(Ua("All shutdown functions completed."),e&&e(r))}return Ua(`Found ${n} appenders with shutdown functions.`),t.filter((e=>e.shutdown)).forEach((e=>e.shutdown(o))),null}const sl={getLogger:function(e){return rl||ol(process.env.LOG4JS_CONFIG||{appenders:{out:{type:"stdout"}},categories:{default:{appenders:["out"],level:"OFF"}}}),new Qa(e||"default")},configure:ol,shutdown:il,connectLogger:tl,levels:Ya,addLayout:qa.addLayout,recording:function(){return nl}};var cl=sl,al={};Object.defineProperty(al,"__esModule",{value:!0}),al.levelMap=al.getLevel=al.setCategoriesLevel=al.getConfiguration=al.setConfiguration=void 0;const ll=cl;let fl={appenders:{debug:{type:"stdout",layout:{type:"pattern",pattern:"[%d] > hvigor %p %c %[%m%]"}},info:{type:"stdout",layout:{type:"pattern",pattern:"[%d] > hvigor %[%m%]"}},"no-pattern-info":{type:"stdout",layout:{type:"pattern",pattern:"%m"}},wrong:{type:"stderr",layout:{type:"pattern",pattern:"[%d] > hvigor %[%p: %m%]"}},"just-debug":{type:"logLevelFilter",appender:"debug",level:"debug",maxLevel:"debug"},"just-info":{type:"logLevelFilter",appender:"info",level:"info",maxLevel:"info"},"just-wrong":{type:"logLevelFilter",appender:"wrong",level:"warn",maxLevel:"error"}},categories:{default:{appenders:["just-debug","just-info","just-wrong"],level:"debug"},"no-pattern-info":{appenders:["no-pattern-info"],level:"info"}}};al.setConfiguration=e=>{fl=e};al.getConfiguration=()=>fl;let dl=ll.levels.DEBUG;al.setCategoriesLevel=(e,t)=>{dl=e;const n=fl.categories;for(const r in n)(null==t?void 0:t.includes(r))||Object.prototype.hasOwnProperty.call(n,r)&&(n[r].level=e.levelStr)};al.getLevel=()=>dl,al.levelMap=new Map([["ALL",ll.levels.ALL],["MARK",ll.levels.MARK],["TRACE",ll.levels.TRACE],["DEBUG",ll.levels.DEBUG],["INFO",ll.levels.INFO],["WARN",ll.levels.WARN],["ERROR",ll.levels.ERROR],["FATAL",ll.levels.FATAL],["OFF",ll.levels.OFF]]);var Dl=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),pl=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),El=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&Dl(t,e,n);return pl(t,e),t};Object.defineProperty(xr,"__esModule",{value:!0}),xr.evaluateLogLevel=xr.HvigorLogger=void 0;const ml=El(cl),hl=cl,yl=El(F.default),Cl=al;class Fl{constructor(e){ml.configure((0,Cl.getConfiguration)()),this._logger=ml.getLogger(e),this._logger.level=(0,Cl.getLevel)()}static getLogger(e){return new Fl(e)}log(e,...t){this._logger.log(e,...t)}debug(e,...t){this._logger.debug(e,...t)}info(e,...t){this._logger.info(e,...t)}warn(e,...t){void 0!==e&&""!==e&&this._logger.warn(e,...t)}error(e,...t){this._logger.error(e,...t)}_printTaskExecuteInfo(e,t){this.info(`Finished :${e}... after ${t}`)}_printFailedTaskInfo(e){this.error(`Failed :${e}... `)}_printDisabledTaskInfo(e){this.info(`Disabled :${e}... `)}_printUpToDateTaskInfo(e){this.info(`UP-TO-DATE :${e}... `)}errorMessageExit(e,...t){throw new Error(yl.format(e,...t))}errorExit(e,t,...n){t&&this._logger.error(t,n),this._logger.error(e.stack)}setLevel(e,t){(0,Cl.setCategoriesLevel)(e,t),ml.shutdown(),ml.configure((0,Cl.getConfiguration)())}getLevel(){return this._logger.level}configure(e){const t=(0,Cl.getConfiguration)(),n={appenders:{...t.appenders,...e.appenders},categories:{...t.categories,...e.categories}};(0,Cl.setConfiguration)(n),ml.shutdown(),ml.configure(n)}}xr.HvigorLogger=Fl,xr.evaluateLogLevel=function(e,t){t.debug?e.setLevel(hl.levels.DEBUG):t.warn?e.setLevel(hl.levels.WARN):t.error?e.setLevel(hl.levels.ERROR):e.setLevel(hl.levels.INFO)};var gl=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(X,"__esModule",{value:!0}),X.parseJsonText=X.parseJsonFile=void 0;const Al=Z,vl=gl(kr),Sl=gl(p.default),wl=gl(E.default),Ol=xr.HvigorLogger.getLogger("parse-json-util");var bl;!function(e){e[e.Char=0]="Char",e[e.EOF=1]="EOF",e[e.Identifier=2]="Identifier"}(bl||(bl={}));let _l,Bl,Pl,kl,xl,Nl,Il="start",Tl=[],Rl=0,Ml=1,Ll=0,jl=!1,$l="default",Hl="'",Jl=1;function Gl(e,t=!1){Bl=String(e),Il="start",Tl=[],Rl=0,Ml=1,Ll=0,kl=void 0,jl=t;do{_l=Vl(),Xl[Il]()}while("eof"!==_l.type);return kl}function Vl(){for($l="default",xl="",Hl="'",Jl=1;;){Nl=Ul();const e=zl[$l]();if(e)return e}}function Ul(){if(Bl[Rl])return String.fromCodePoint(Bl.codePointAt(Rl))}function Wl(){const e=Ul();return"\n"===e?(Ml++,Ll=0):e?Ll+=e.length:Ll++,e&&(Rl+=e.length),e}X.parseJsonFile=function(e,t=!1,n="utf-8"){const r=vl.default.readFileSync(Sl.default.resolve(e),{encoding:n});try{return Gl(r,t)}catch(t){if(t instanceof SyntaxError){const n=t.message.split("at");2===n.length&&Ol.errorMessageExit(`${n[0].trim()}${wl.default.EOL}\t at ${e}:${n[1].trim()}`)}Ol.errorMessageExit(`${e} is not in valid JSON/JSON5 format.`)}},X.parseJsonText=Gl;const zl={default(){switch(Nl){case"/":return Wl(),void($l="comment");case void 0:return Wl(),Kl("eof")}if(!Al.JudgeUtil.isIgnoreChar(Nl)&&!Al.JudgeUtil.isSpaceSeparator(Nl))return zl[Il]();Wl()},start(){$l="value"},beforePropertyName(){switch(Nl){case"$":case"_":return xl=Wl(),void($l="identifierName");case"\\":return Wl(),void($l="identifierNameStartEscape");case"}":return Kl("punctuator",Wl());case'"':case"'":return Hl=Nl,Wl(),void($l="string")}if(Al.JudgeUtil.isIdStartChar(Nl))return xl+=Wl(),void($l="identifierName");throw tf(bl.Char,Wl())},afterPropertyName(){if(":"===Nl)return Kl("punctuator",Wl());throw tf(bl.Char,Wl())},beforePropertyValue(){$l="value"},afterPropertyValue(){switch(Nl){case",":case"}":return Kl("punctuator",Wl())}throw tf(bl.Char,Wl())},beforeArrayValue(){if("]"===Nl)return Kl("punctuator",Wl());$l="value"},afterArrayValue(){switch(Nl){case",":case"]":return Kl("punctuator",Wl())}throw tf(bl.Char,Wl())},end(){throw tf(bl.Char,Wl())},comment(){switch(Nl){case"*":return Wl(),void($l="multiLineComment");case"/":return Wl(),void($l="singleLineComment")}throw tf(bl.Char,Wl())},multiLineComment(){switch(Nl){case"*":return Wl(),void($l="multiLineCommentAsterisk");case void 0:throw tf(bl.Char,Wl())}Wl()},multiLineCommentAsterisk(){switch(Nl){case"*":return void Wl();case"/":return Wl(),void($l="default");case void 0:throw tf(bl.Char,Wl())}Wl(),$l="multiLineComment"},singleLineComment(){switch(Nl){case"\n":case"\r":case"\u2028":case"\u2029":return Wl(),void($l="default");case void 0:return Wl(),Kl("eof")}Wl()},value(){switch(Nl){case"{":case"[":return Kl("punctuator",Wl());case"n":return Wl(),ql("ull"),Kl("null",null);case"t":return Wl(),ql("rue"),Kl("boolean",!0);case"f":return Wl(),ql("alse"),Kl("boolean",!1);case"-":case"+":return"-"===Wl()&&(Jl=-1),void($l="numerical");case".":case"0":case"I":case"N":return void($l="numerical");case'"':case"'":return Hl=Nl,Wl(),xl="",void($l="string")}if(void 0===Nl||!Al.JudgeUtil.isDigitWithoutZero(Nl))throw tf(bl.Char,Wl());$l="numerical"},numerical(){switch(Nl){case".":return xl=Wl(),void($l="decimalPointLeading");case"0":return xl=Wl(),void($l="zero");case"I":return Wl(),ql("nfinity"),Kl("numeric",Jl*(1/0));case"N":return Wl(),ql("aN"),Kl("numeric",NaN)}if(void 0!==Nl&&Al.JudgeUtil.isDigitWithoutZero(Nl))return xl=Wl(),void($l="decimalInteger");throw tf(bl.Char,Wl())},zero(){switch(Nl){case".":case"e":case"E":return void($l="decimal");case"x":case"X":return xl+=Wl(),void($l="hexadecimal")}return Kl("numeric",0)},decimalInteger(){switch(Nl){case".":case"e":case"E":return void($l="decimal")}if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},decimal(){switch(Nl){case".":xl+=Wl(),$l="decimalFraction";break;case"e":case"E":xl+=Wl(),$l="decimalExponent"}},decimalPointLeading(){if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalFraction");throw tf(bl.Char,Wl())},decimalFraction(){switch(Nl){case"e":case"E":return xl+=Wl(),void($l="decimalExponent")}if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},decimalExponent(){switch(Nl){case"+":case"-":return xl+=Wl(),void($l="decimalExponentSign")}if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalExponentInteger");throw tf(bl.Char,Wl())},decimalExponentSign(){if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalExponentInteger");throw tf(bl.Char,Wl())},decimalExponentInteger(){if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},hexadecimal(){if(Al.JudgeUtil.isHexDigit(Nl))return xl+=Wl(),void($l="hexadecimalInteger");throw tf(bl.Char,Wl())},hexadecimalInteger(){if(!Al.JudgeUtil.isHexDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},identifierNameStartEscape(){if("u"!==Nl)throw tf(bl.Char,Wl());Wl();const e=Yl();switch(e){case"$":case"_":break;default:if(!Al.JudgeUtil.isIdStartChar(e))throw tf(bl.Identifier)}xl+=e,$l="identifierName"},identifierName(){switch(Nl){case"$":case"_":case"‌":case"‍":return void(xl+=Wl());case"\\":return Wl(),void($l="identifierNameEscape")}if(!Al.JudgeUtil.isIdContinueChar(Nl))return Kl("identifier",xl);xl+=Wl()},identifierNameEscape(){if("u"!==Nl)throw tf(bl.Char,Wl());Wl();const e=Yl();switch(e){case"$":case"_":case"‌":case"‍":break;default:if(!Al.JudgeUtil.isIdContinueChar(e))throw tf(bl.Identifier)}xl+=e,$l="identifierName"},string(){switch(Nl){case"\\":return Wl(),void(xl+=function(){const e=Ul(),t=function(){switch(Ul()){case"b":return Wl(),"\b";case"f":return Wl(),"\f";case"n":return Wl(),"\n";case"r":return Wl(),"\r";case"t":return Wl(),"\t";case"v":return Wl(),"\v"}return}();if(t)return t;switch(e){case"0":if(Wl(),Al.JudgeUtil.isDigit(Ul()))throw tf(bl.Char,Wl());return"\0";case"x":return Wl(),function(){let e="",t=Ul();if(!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());if(e+=Wl(),t=Ul(),!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());return e+=Wl(),String.fromCodePoint(parseInt(e,16))}();case"u":return Wl(),Yl();case"\n":case"\u2028":case"\u2029":return Wl(),"";case"\r":return Wl(),"\n"===Ul()&&Wl(),""}if(void 0===e||Al.JudgeUtil.isDigitWithoutZero(e))throw tf(bl.Char,Wl());return Wl()}());case'"':case"'":if(Nl===Hl){const e=Kl("string",xl);return Wl(),e}return void(xl+=Wl());case"\n":case"\r":case void 0:throw tf(bl.Char,Wl());case"\u2028":case"\u2029":!function(e){Ol.warn(`JSON5: '${ef(e)}' in strings is not valid ECMAScript; consider escaping.`)}(Nl)}xl+=Wl()}};function Kl(e,t){return{type:e,value:t,line:Ml,column:Ll}}function ql(e){for(const t of e){if(Ul()!==t)throw tf(bl.Char,Wl());Wl()}}function Yl(){let e="",t=4;for(;t-- >0;){const t=Ul();if(!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());e+=Wl()}return String.fromCodePoint(parseInt(e,16))}const Xl={start(){if("eof"===_l.type)throw tf(bl.EOF);Zl()},beforePropertyName(){switch(_l.type){case"identifier":case"string":return Pl=_l.value,void(Il="afterPropertyName");case"punctuator":return void Ql();case"eof":throw tf(bl.EOF)}},afterPropertyName(){if("eof"===_l.type)throw tf(bl.EOF);Il="beforePropertyValue"},beforePropertyValue(){if("eof"===_l.type)throw tf(bl.EOF);Zl()},afterPropertyValue(){if("eof"===_l.type)throw tf(bl.EOF);switch(_l.value){case",":return void(Il="beforePropertyName");case"}":Ql()}},beforeArrayValue(){if("eof"===_l.type)throw tf(bl.EOF);"punctuator"!==_l.type||"]"!==_l.value?Zl():Ql()},afterArrayValue(){if("eof"===_l.type)throw tf(bl.EOF);switch(_l.value){case",":return void(Il="beforeArrayValue");case"]":Ql()}},end(){}};function Zl(){const e=function(){let e;switch(_l.type){case"punctuator":switch(_l.value){case"{":e={};break;case"[":e=[]}break;case"null":case"boolean":case"numeric":case"string":e=_l.value}return e}();if(jl&&"object"==typeof e&&(e._line=Ml,e._column=Ll),void 0===kl)kl=e;else{const t=Tl[Tl.length-1];Array.isArray(t)?jl&&"object"!=typeof e?t.push({value:e,_line:Ml,_column:Ll}):t.push(e):t[Pl]=jl&&"object"!=typeof e?{value:e,_line:Ml,_column:Ll}:e}!function(e){if(e&&"object"==typeof e)Tl.push(e),Il=Array.isArray(e)?"beforeArrayValue":"beforePropertyName";else{const e=Tl[Tl.length-1];Il=e?Array.isArray(e)?"afterArrayValue":"afterPropertyValue":"end"}}(e)}function Ql(){Tl.pop();const e=Tl[Tl.length-1];Il=e?Array.isArray(e)?"afterArrayValue":"afterPropertyValue":"end"}function ef(e){const t={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r","\t":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"};if(t[e])return t[e];if(e<" "){const t=e.charCodeAt(0).toString(16);return`\\x${`00${t}`.substring(t.length)}`}return e}function tf(e,t){let n="";switch(e){case bl.Char:n=void 0===t?`JSON5: invalid end of input at ${Ml}:${Ll}`:`JSON5: invalid character '${ef(t)}' at ${Ml}:${Ll}`;break;case bl.EOF:n=`JSON5: invalid end of input at ${Ml}:${Ll}`;break;case bl.Identifier:Ll-=5,n=`JSON5: invalid identifier character at ${Ml}:${Ll}`}const r=new nf(n);return r.lineNumber=Ml,r.columnNumber=Ll,r}class nf extends SyntaxError{}var rf=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),uf=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),of=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&rf(t,e,n);return uf(t,e),t};Object.defineProperty(Y,"__esModule",{value:!0});var sf=Y.cleanWorkSpace=Ff=Y.executeInstallHvigor=yf=Y.isHvigorInstalled=mf=Y.isAllDependenciesInstalled=void 0;const cf=of(D.default),af=of(p.default),lf=b,ff=j,df=$,Df=X;let pf,Ef;var mf=Y.isAllDependenciesInstalled=function(){function e(e){const t=null==e?void 0:e.dependencies;return void 0===t?0:Object.getOwnPropertyNames(t).length}if(pf=gf(),Ef=Af(),e(pf)+1!==e(Ef))return!1;for(const e in null==pf?void 0:pf.dependencies)if(!(0,ff.hasNpmPackInPaths)(e,[lf.HVIGOR_PROJECT_DEPENDENCIES_HOME])||!hf(e,pf,Ef))return!1;return!0};function hf(e,t,n){return void 0!==n.dependencies&&(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,t.dependencies[e])===n.dependencies[e]}var yf=Y.isHvigorInstalled=function(){return pf=gf(),Ef=Af(),(0,ff.hasNpmPackInPaths)(lf.HVIGOR_ENGINE_PACKAGE_NAME,[lf.HVIGOR_PROJECT_DEPENDENCIES_HOME])&&(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,pf.hvigorVersion)===Ef.dependencies[lf.HVIGOR_ENGINE_PACKAGE_NAME]};const Cf={cwd:lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,stdio:["inherit","inherit","inherit"]};var Ff=Y.executeInstallHvigor=function(){(0,df.logInfoPrintConsole)("Hvigor installing...");const e={dependencies:{}};e.dependencies[lf.HVIGOR_ENGINE_PACKAGE_NAME]=(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,pf.hvigorVersion);try{cf.mkdirSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,{recursive:!0});const t=af.resolve(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,lf.DEFAULT_PACKAGE_JSON);cf.writeFileSync(t,JSON.stringify(e))}catch(e){(0,df.logErrorAndExit)(e)}!function(){const e=["config","set","store-dir",lf.HVIGOR_PNPM_STORE_PATH];(0,ff.executeCommand)(lf.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH,e,Cf)}(),(0,ff.executeCommand)(lf.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH,["install"],Cf)};function gf(){const e=af.resolve(lf.HVIGOR_PROJECT_WRAPPER_HOME,lf.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME);return cf.existsSync(e)||(0,df.logErrorAndExit)(`Error: Hvigor config file ${e} does not exist.`),(0,Df.parseJsonFile)(e)}function Af(){return cf.existsSync(lf.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH)?(0,Df.parseJsonFile)(lf.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH):{dependencies:{}}}sf=Y.cleanWorkSpace=function(){if((0,df.logInfoPrintConsole)("Hvigor cleaning..."),!cf.existsSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME))return;const e=cf.readdirSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME);if(e&&0!==e.length){cf.existsSync(lf.HVIGOR_BOOT_JS_FILE_PATH)&&(0,ff.executeCommand)(process.argv[0],[lf.HVIGOR_BOOT_JS_FILE_PATH,"--stop-daemon"],{});try{e.forEach((e=>{cf.rmSync(af.resolve(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,e),{recursive:!0})}))}catch(e){(0,df.logErrorAndExit)(`The hvigor build tool cannot be installed. Please manually clear the workspace directory and synchronize the project again.\n\n Workspace Path: ${lf.HVIGOR_PROJECT_DEPENDENCIES_HOME}.`)}}};var vf={},Sf=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),wf=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),Of=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&Sf(t,e,n);return wf(t,e),t};Object.defineProperty(vf,"__esModule",{value:!0});var bf=vf.executeBuild=void 0;const _f=b,Bf=Of(D.default),Pf=Of(p.default),kf=$;bf=vf.executeBuild=function(){const e=Pf.resolve(_f.HVIGOR_PROJECT_DEPENDENCIES_HOME,"node_modules","@ohos","hvigor","bin","hvigor.js");try{const t=Bf.realpathSync(e);require(t)}catch(t){(0,kf.logErrorAndExit)(`Error: ENOENT: no such file ${e},delete ${_f.HVIGOR_PROJECT_DEPENDENCIES_HOME} and retry.`)}},function(){if(O.checkNpmConifg(),O.environmentHandler(),O.isPnpmAvailable()||O.executeInstallPnpm(),yf()&&mf())bf();else{sf();try{Ff()}catch(e){return void sf()}bf()}}(); \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/hvigorfile.ts b/ohos/flutter_lottie/path_provider_ohos/ohos/hvigorfile.ts new file mode 100644 index 0000000000000000000000000000000000000000..71ef3ff20e9582095d6be4a81ed8500758ad0e1e --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/hvigorfile.ts @@ -0,0 +1,16 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently. +export { appTasks } from '@ohos/hvigor-ohos-plugin'; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/hvigorw b/ohos/flutter_lottie/path_provider_ohos/ohos/hvigorw new file mode 100644 index 0000000000000000000000000000000000000000..e32ef173e8e02dcd911e5b54b0e14ec4b80d0771 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/hvigorw @@ -0,0 +1,63 @@ +#!/bin/bash + + +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + + +# ---------------------------------------------------------------------------- +# Hvigor startup script, version 1.0.0 +# +# Required ENV vars: +# ------------------ +# NODE_HOME - location of a Node home dir +# or +# Add /usr/local/nodejs/bin to the PATH environment variable +# ---------------------------------------------------------------------------- + +HVIGOR_APP_HOME=$(dirname $(readlink -f $0)) +HVIGOR_WRAPPER_SCRIPT=${HVIGOR_APP_HOME}/hvigor/hvigor-wrapper.js +warn() { + echo "" + echo -e "\033[1;33m`date '+[%Y-%m-%d %H:%M:%S]'`$@\033[0m" +} + +error() { + echo "" + echo -e "\033[1;31m`date '+[%Y-%m-%d %H:%M:%S]'`$@\033[0m" +} + +fail() { + error "$@" + exit 1 +} + +# Determine node to start hvigor wrapper script +if [ -n "${NODE_HOME}" ];then + EXECUTABLE_NODE="${NODE_HOME}/bin/node" + if [ ! -x "$EXECUTABLE_NODE" ];then + fail "ERROR: NODE_HOME is set to an invalid directory,check $NODE_HOME\n\nPlease set NODE_HOME in your environment to the location where your nodejs installed" + fi +else + EXECUTABLE_NODE="node" + which ${EXECUTABLE_NODE} > /dev/null 2>&1 || fail "ERROR: NODE_HOME is not set and not 'node' command found in your path" +fi + +# Check hvigor wrapper script +if [ ! -r "$HVIGOR_WRAPPER_SCRIPT" ];then + fail "ERROR: Couldn't find hvigor/hvigor-wrapper.js in ${HVIGOR_APP_HOME}" +fi + +# start hvigor-wrapper script +exec "${EXECUTABLE_NODE}" \ + "${HVIGOR_WRAPPER_SCRIPT}" "$@" diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/hvigorw.bat b/ohos/flutter_lottie/path_provider_ohos/ohos/hvigorw.bat new file mode 100644 index 0000000000000000000000000000000000000000..5f12630ee13481d1fcfde0dbc1239bd2325cc1f5 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/hvigorw.bat @@ -0,0 +1,78 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +@if "%DEBUG%" == "" @echo off +@rem ########################################################################## +@rem +@rem Hvigor startup script for Windows +@rem +@rem ########################################################################## + +@rem Set local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" setlocal + +set DIRNAME=%~dp0 +if "%DIRNAME%" == "" set DIRNAME=. +set APP_BASE_NAME=%~n0 +set APP_HOME=%DIRNAME% + +@rem Resolve any "." and ".." in APP_HOME to make it shorter. +for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi + +set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js +set NODE_EXE=node.exe + +goto start + +:start +@rem Find node.exe +if defined NODE_HOME goto findNodeFromNodeHome + +%NODE_EXE% --version >NUL 2>&1 +if "%ERRORLEVEL%" == "0" goto execute + +echo. +echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. +echo. +echo Please set the NODE_HOME variable in your environment to match the +echo location of your NodeJs installation. + +goto fail + +:findNodeFromNodeHome +set NODE_HOME=%NODE_HOME:"=% +set NODE_EXE_PATH=%NODE_HOME%/%NODE_EXE% + +if exist "%NODE_EXE_PATH%" goto execute +echo. +echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. +echo. +echo Please set the NODE_HOME variable in your environment to match the +echo location of your NodeJs installation. + +goto fail + +:execute +@rem Execute hvigor +"%NODE_EXE%" %WRAPPER_MODULE_PATH% %* + +if "%ERRORLEVEL%" == "0" goto hvigorwEnd + +:fail +exit /b 1 + +:hvigorwEnd +if "%OS%" == "Windows_NT" endlocal + +:end diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/local.properties b/ohos/flutter_lottie/path_provider_ohos/ohos/local.properties new file mode 100644 index 0000000000000000000000000000000000000000..39865f3eaac3df38eb419a3c51ad43c668abd566 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/local.properties @@ -0,0 +1,9 @@ +# This file is automatically generated by DevEco Studio. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file should *NOT* be checked into Version Control Systems, +# as it contains information specific to your local configuration. +# +# For customization when using a Version Control System, please read the header note. +nodejs.dir=C:/Users/z30010942/nodejs +#hwsdk.dir=D:/tools/devecostudio-windows-4.0.3.601/devecostudio-windows-4.0.3.601/sdk/WinSDK \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh-package-lock.json5 b/ohos/flutter_lottie/path_provider_ohos/ohos/oh-package-lock.json5 new file mode 100644 index 0000000000000000000000000000000000000000..d0391aeca40c4c9c302f8fb57374a84a81753aae --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh-package-lock.json5 @@ -0,0 +1,27 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +{ + "lockfileVersion": 1, + "ATTENTION": "THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.", + "specifiers": { + "@ohos/hypium@1.0.6": "@ohos/hypium@1.0.6" + }, + "packages": { + "@ohos/hypium@1.0.6": { + "resolved": "https://repo.harmonyos.com/ohpm/@ohos/hypium/-/hypium-1.0.6.tgz", + "integrity": "sha512-bb3DWeWhYrFqj9mPFV3yZQpkm36kbcK+YYaeY9g292QKSjOdmhEIQR2ULPvyMsgSR4usOBf5nnYrDmaCCXirgQ==" + } + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh-package.json5 b/ohos/flutter_lottie/path_provider_ohos/ohos/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..5e2fe2eff69fb2a9faba982c0cf7feff58d9ff8f --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh-package.json5 @@ -0,0 +1,27 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +{ + "name": "path_provider", + "version": "1.0.0", + "description": "Please describe the basic information.", + "main": "", + "author": "", + "license": "", + "dependencies": { + }, + "devDependencies": { + "@ohos/hypium": "1.0.6" + } +} diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/CHANGELOG.md b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/README.md b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/index.d.ts b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/index.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..b0b4394a3284c07e873e84c9144cd31889e1863d --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/index.d.ts @@ -0,0 +1,136 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License") + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +export const DEFAULT = 0B0000 + +export const when: when; + +export enum TestType { + FUNCTION = 0B1, + PERFORMANCE = 0B1 << 1, + POWER = 0B1 << 2, + RELIABILITY = 0B1 << 3, + SECURITY = 0B1 << 4, + GLOBAL = 0B1 << 5, + COMPATIBILITY = 0B1 << 6, + USER = 0B1 << 7, + STANDARD = 0B1 << 8, + SAFETY = 0B1 << 9, + RESILIENCE = 0B1 << 10 +} + +export enum Size { + SMALLTEST = 0B1 << 16, + MEDIUMTEST = 0B1 << 17, + LARGETEST = 0B1 << 18 +} + +export enum Level { + LEVEL0 = 0B1 << 24, + LEVEL1 = 0B1 << 25, + LEVEL2 = 0B1 << 26, + LEVEL3 = 0B1 << 27, + LEVEL4 = 0B1 << 28 +} + +export function describe(testSuiteName: string, callback: Function): void + +export function beforeEach(callback: Function): void + +export function afterEach(callback: Function): void + +export function beforeAll(callback: Function): void + +export function afterAll(callback: Function): void + +export function it(testCaseName: string, attribute: (TestType | Size | Level), callback: Function) + +export interface Assert { + assertClose(expectValue: number, precision: number): void + assertContain(expectValue: any): void + assertEqual(expectValue: any): void + assertFail(): void + assertFalse(): void + assertTrue(): void + assertInstanceOf(expectValue: string): void + assertLarger(expectValue: number): void + assertLess(expectValue: number): void + assertNull(): void + assertThrowError(expectValue: string): void + assertUndefined(): void + assertLargerOrEqual(expectValue: number):void + assertLessOrEqual(expectValue: number):void + assertNaN():void + assertNegUnlimited(): void + assertPosUnlimited(): void + not(): Assert; + assertDeepEquals(expectValue: any):void + assertPromiseIsPending(): void + assertPromiseIsRejected(): void + assertPromiseIsRejectedWith(expectValue?: any): void + assertPromiseIsRejectedWithError(...expectValue): void + assertPromiseIsResolved(): void + assertPromiseIsResolvedWith(expectValue?: any): void +} + +export function expect(actualValue?: any): Assert + +export class ArgumentMatchers { + static any; + static anyString; + static anyBoolean; + static anyNumber; + static anyObj; + static anyFunction; + static matchRegexs(Regex: RegExp): void +} + +declare interface when { + afterReturn(value: any): any + afterReturnNothing(): undefined + afterAction(action: any): any + afterThrow(e_msg: string): string + (argMatchers?: any): when; +} + +export interface VerificationMode { + times(count: Number): void + never(): void + once(): void + atLeast(count: Number): void + atMost(count: Number): void +} + +export class MockKit { + constructor() + mockFunc(obj: Object, func: Function): Function + mockObject(obj: Object): Object + verify(methodName: String, argsArray: Array): VerificationMode + ignoreMock(obj: Object, func: Function): void + clear(obj: Object): void + clearAll(): void +} + +export class SysTestKit { + static actionStart(tag: string): void + static actionEnd(tag: string): void + static existKeyword(keyword: string, timeout?: number): boolean +} + +export class Hypium { + static setData(data: {[key: string]: any}): void + static setTimeConfig(systemTime: any) + static hypiumTest(abilityDelegator: any, abilityDelegatorArguments: any, testsuite: Function): void +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/index.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/index.ets new file mode 100644 index 0000000000000000000000000000000000000000..3c3fe31746bcc2d00e4f8b33e67be5c5a26f9d22 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/index.ets @@ -0,0 +1,92 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License") + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import Core from './src/main/core'; +import {DEFAULT, TestType, Size, Level} from './src/main/Constant'; +import DataDriver from './src/main/module/config/DataDriver'; +import ExpectExtend from './src/main/module/assert/ExpectExtend'; +import OhReport from './src/main/module/report/OhReport'; +import SysTestKit from './src/main/module/kit/SysTestKit'; +import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from './src/main/interface'; +import {MockKit, when} from './src/main/module/mock/MockKit'; +import ArgumentMatchers from './src/main/module/mock/ArgumentMatchers'; + +class Hypium { + static setData(data) { + const core = Core.getInstance(); + const dataDriver = new DataDriver({data}); + core.addService('dataDriver', dataDriver); + } + + static setTimeConfig(systemTime) { + SysTestKit.systemTime = systemTime; + } + + static hypiumTest(abilityDelegator, abilityDelegatorArguments, testsuite) { + const core = Core.getInstance(); + const expectExtend = new ExpectExtend({ + 'id': 'extend' + }); + core.addService('expect', expectExtend); + const ohReport = new OhReport({ + 'delegator': abilityDelegator, + 'abilityDelegatorArguments': abilityDelegatorArguments + }); + SysTestKit.delegator = abilityDelegator; + core.addService('report', ohReport); + core.init(); + core.subscribeEvent('spec', ohReport); + core.subscribeEvent('suite', ohReport); + core.subscribeEvent('task', ohReport); + const configService = core.getDefaultService('config'); + + let testParameters = {}; + if (abilityDelegatorArguments !== null) { + testParameters = configService.translateParams(abilityDelegatorArguments.parameters); + } + console.info('parameters:' + JSON.stringify(testParameters)); + configService.setConfig(testParameters); + + testsuite(); + if (Object.prototype.hasOwnProperty.call(globalThis, 'setupUiTestEnvironment')) { + globalThis.setupUiTestEnvironment().then(() => { + console.info('UiTestKit::after run uitest setup, start run testcases'); + core.execute(abilityDelegator); + }).catch((error) => { + console.error('UiTestKit:: call setupUiTestEnvironment failure:' + error); + core.execute(abilityDelegator); + }); + } else { + console.info('UiTestKit:: no need to setup uitest, start run testcases'); + core.execute(abilityDelegator); + } + } +} + +export { + Hypium, + Core, + DEFAULT, + TestType, + Size, + Level, + DataDriver, + ExpectExtend, + OhReport, + SysTestKit, + describe, beforeAll, beforeEach, afterEach, afterAll, it, expect, + MockKit, when, + ArgumentMatchers +}; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/index.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/index.js new file mode 100644 index 0000000000000000000000000000000000000000..3c3fe31746bcc2d00e4f8b33e67be5c5a26f9d22 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/index.js @@ -0,0 +1,92 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License") + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import Core from './src/main/core'; +import {DEFAULT, TestType, Size, Level} from './src/main/Constant'; +import DataDriver from './src/main/module/config/DataDriver'; +import ExpectExtend from './src/main/module/assert/ExpectExtend'; +import OhReport from './src/main/module/report/OhReport'; +import SysTestKit from './src/main/module/kit/SysTestKit'; +import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from './src/main/interface'; +import {MockKit, when} from './src/main/module/mock/MockKit'; +import ArgumentMatchers from './src/main/module/mock/ArgumentMatchers'; + +class Hypium { + static setData(data) { + const core = Core.getInstance(); + const dataDriver = new DataDriver({data}); + core.addService('dataDriver', dataDriver); + } + + static setTimeConfig(systemTime) { + SysTestKit.systemTime = systemTime; + } + + static hypiumTest(abilityDelegator, abilityDelegatorArguments, testsuite) { + const core = Core.getInstance(); + const expectExtend = new ExpectExtend({ + 'id': 'extend' + }); + core.addService('expect', expectExtend); + const ohReport = new OhReport({ + 'delegator': abilityDelegator, + 'abilityDelegatorArguments': abilityDelegatorArguments + }); + SysTestKit.delegator = abilityDelegator; + core.addService('report', ohReport); + core.init(); + core.subscribeEvent('spec', ohReport); + core.subscribeEvent('suite', ohReport); + core.subscribeEvent('task', ohReport); + const configService = core.getDefaultService('config'); + + let testParameters = {}; + if (abilityDelegatorArguments !== null) { + testParameters = configService.translateParams(abilityDelegatorArguments.parameters); + } + console.info('parameters:' + JSON.stringify(testParameters)); + configService.setConfig(testParameters); + + testsuite(); + if (Object.prototype.hasOwnProperty.call(globalThis, 'setupUiTestEnvironment')) { + globalThis.setupUiTestEnvironment().then(() => { + console.info('UiTestKit::after run uitest setup, start run testcases'); + core.execute(abilityDelegator); + }).catch((error) => { + console.error('UiTestKit:: call setupUiTestEnvironment failure:' + error); + core.execute(abilityDelegator); + }); + } else { + console.info('UiTestKit:: no need to setup uitest, start run testcases'); + core.execute(abilityDelegator); + } + } +} + +export { + Hypium, + Core, + DEFAULT, + TestType, + Size, + Level, + DataDriver, + ExpectExtend, + OhReport, + SysTestKit, + describe, beforeAll, beforeEach, afterEach, afterAll, it, expect, + MockKit, when, + ArgumentMatchers +}; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/oh-package.json5 b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..c3e555885d7dc1192d874cbba436346d12b14a1e --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/oh-package.json5 @@ -0,0 +1,25 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +{ + "name": "@ohos/hypium", + "version": "1.0.6", + "description": "A unit test framework for OpenHarmony application", + "main": "index.js", + "keywords": [], + "author": "huawei", + "license": "Apache-2.0", + "dependencies": { + } +} diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/Constant.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/Constant.js new file mode 100644 index 0000000000000000000000000000000000000000..f1829107720a64df7b571a4bfd11a25e6d9022b6 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/Constant.js @@ -0,0 +1,47 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * define the testcase type : TestType, Size , Level + */ +export const DEFAULT = 0B0000; + +export class TestType { + static FUNCTION = 0B1; + static PERFORMANCE = 0B1 << 1; + static POWER = 0B1 << 2; + static RELIABILITY = 0B1 << 3; + static SECURITY = 0B1 << 4; + static GLOBAL = 0B1 << 5; + static COMPATIBILITY = 0B1 << 6; + static USER = 0B1 << 7; + static STANDARD = 0B1 << 8; + static SAFETY = 0B1 << 9; + static RESILIENCE = 0B1 << 10; +} + +export class Size { + static SMALLTEST = 0B1 << 16; + static MEDIUMTEST = 0B1 << 17; + static LARGETEST = 0B1 << 18; +} + +export class Level { + static LEVEL0 = 0B1 << 24; + static LEVEL1 = 0B1 << 25; + static LEVEL2 = 0B1 << 26; + static LEVEL3 = 0B1 << 27; + static LEVEL4 = 0B1 << 28; +} diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/core.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/core.js new file mode 100644 index 0000000000000000000000000000000000000000..cfcb5f17287208f5e6869b4248faf6c9093002d9 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/core.js @@ -0,0 +1,159 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import {SuiteService, SpecService, ExpectService, ReportService} from './service'; +import {ConfigService} from './module/config/configService'; +import {SpecEvent, TaskEvent, SuiteEvent} from './event'; + +/** + * core service for execute testcase. + */ +class Core { + static getInstance() { + if (!this.instance) { + this.instance = new Core(); + } + return this.instance; + } + + constructor() { + this.instance = null; + this.services = { + suite: {}, + spec: {}, + config: {}, + expect: {}, + log: {}, + report: {} + + }; + this.events = { + suite: {}, + spec: {}, + task: {} + }; + } + + addService(name, service) { + let serviceObj = {}; + if (!this.services[name]) { + this.services[name] = serviceObj; + } else { + serviceObj = this.services[name]; + } + serviceObj[service.id] = service; + } + + getDefaultService(name) { + return this.services[name].default; + } + + getServices(name) { + return this.services[name]; + } + + registerEvent(serviceName, event) { + let eventObj = {}; + if (!this.events[serviceName]) { + this.events[serviceName] = eventObj; + } else { + eventObj = this.events[serviceName]; + } + eventObj[event.id] = event; + } + + unRegisterEvent(serviceName, eventID) { + const eventObj = this.events[serviceName]; + if (eventObj) { + delete eventObj[eventID]; + } + } + + subscribeEvent(serviceName, serviceObj) { + const eventObj = this.events[serviceName]; + if (eventObj) { + for (const attr in eventObj) { + eventObj[attr]['subscribeEvent'](serviceObj); + } + } + } + + async fireEvents(serviceName, eventName) { + const eventObj = this.events[serviceName]; + if (!eventObj) { + return; + } + for (const attr in eventObj) { + await eventObj[attr][eventName](); + } + } + + addToGlobal(apis) { + if (typeof globalThis !== 'undefined') { + for (let api in apis) { + globalThis[api] = apis[api]; + } + } + for (const api in apis) { + this[api] = apis[api]; + } + } + + init() { + this.addService('suite', new SuiteService({id: 'default'})); + this.addService('spec', new SpecService({id: 'default'})); + this.addService('expect', new ExpectService({id: 'default'})); + this.addService('report', new ReportService({id: 'default'})); + this.addService('config', new ConfigService({id: 'default'})); + this.registerEvent('task', new TaskEvent({id: 'default', coreContext: this})); + this.registerEvent('suite', new SuiteEvent({id: 'default', coreContext: this})); + this.registerEvent('spec', new SpecEvent({id: 'default', coreContext: this})); + this.subscribeEvent('spec', this.getDefaultService('report')); + this.subscribeEvent('suite', this.getDefaultService('report')); + this.subscribeEvent('task', this.getDefaultService('report')); + const context = this; + for (const key in this.services) { + const serviceObj = this.services[key]; + for (const serviceID in serviceObj) { + const service = serviceObj[serviceID]; + service.init(context); + + if (typeof service.apis !== 'function') { + continue; + } + const apis = service.apis(); + if (apis) { + this.addToGlobal(apis); + } + } + } + } + + execute(abilityDelegator) { + const suiteService = this.getDefaultService('suite'); + const configService = this.getDefaultService('config'); + if (configService['dryRun'] === 'true') { + (async function () { + await suiteService.dryRun(abilityDelegator); + })(); + return; + } + setTimeout(() => { + suiteService.execute(); + }, 10); + } +} + +export default Core; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/event.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/event.js new file mode 100644 index 0000000000000000000000000000000000000000..1333a1c483f9a2aa1c45e133b1d3cbbc7cdb8346 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/event.js @@ -0,0 +1,94 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class SpecEvent { + constructor(attr) { + this.id = attr.id; + this.coreContext = attr.context; + this.eventMonitors = []; + } + + subscribeEvent(service) { + this.eventMonitors.push(service); + } + + async specStart() { + for (const monitor of this.eventMonitors) { + await monitor['specStart'](); + } + } + + async specDone() { + for (const monitor of this.eventMonitors) { + await monitor['specDone'](); + } + } +} + +class SuiteEvent { + constructor(attr) { + this.id = attr.id; + this.suiteContext = attr.coreContext; + this.eventMonitors = []; + } + + subscribeEvent(service) { + this.eventMonitors.push(service); + } + + async suiteStart() { + for (const monitor of this.eventMonitors) { + await monitor['suiteStart'](); + } + } + + async suiteDone() { + for (const monitor of this.eventMonitors) { + await monitor['suiteDone'](); + } + } +} + +class TaskEvent { + constructor(attr) { + this.id = attr.id; + this.coreContext = attr.coreContext; + this.eventMonitors = []; + } + + subscribeEvent(service) { + this.eventMonitors.push(service); + } + + async taskStart() { + for (const monitor of this.eventMonitors) { + await monitor['taskStart'](); + } + } + + async taskDone() { + for (const monitor of this.eventMonitors) { + await monitor['taskDone'](); + } + } + + incorrectFormat() { + for (const monitor of this.eventMonitors) { + monitor['incorrectFormat'](); + } + } +} + +export {SpecEvent, TaskEvent, SuiteEvent}; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/interface.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/interface.js new file mode 100644 index 0000000000000000000000000000000000000000..40398c849d55cd76ab64fcba26899b547e2a3c97 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/interface.js @@ -0,0 +1,44 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import Core from './core'; + +const core = Core.getInstance(); + +const describe = function (desc, func) { + return Reflect.has(core, 'describe') ? core.describe(desc, func) : (desc, func) => { }; +}; +const it = function (desc, filter, func) { + return Reflect.has(core, 'it') ? core.it(desc, filter, func) : (desc, filter, func) => { }; +}; +const beforeEach = function (func) { + return Reflect.has(core, 'beforeEach') ? core.beforeEach(func) : (func) => { }; +}; +const afterEach = function (func) { + return Reflect.has(core, 'afterEach') ? core.afterEach(func) : (func) => { }; +}; +const beforeAll = function (func) { + return Reflect.has(core, 'beforeAll') ? core.beforeAll(func) : (func) => { }; +}; +const afterAll = function (func) { + return Reflect.has(core, 'afterAll') ? core.afterAll(func) : (func) => { }; +}; +const expect = function (actualValue) { + return Reflect.has(core, 'expect') ? core.expect(actualValue) : (actualValue) => { }; +}; + +export { + describe, it, beforeAll, beforeEach, afterEach, afterAll, expect +}; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/ExpectExtend.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/ExpectExtend.js new file mode 100644 index 0000000000000000000000000000000000000000..d10d15e6f9955c6d04610101f8766c951ee1a35d --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/ExpectExtend.js @@ -0,0 +1,85 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import assertNull from './assertNull'; +import assertClose from './assertClose'; +import assertContain from './assertContain'; +import assertLess from './assertLess'; +import assertLarger from './assertLarger'; +import assertFail from './assertFail'; +import assertUndefined from './assertUndefined'; +import assertFalse from './assertFalse'; +import assertInstanceOf from './assertInstanceOf'; +import assertThrowError from './assertThrowError'; +import assertLargerOrEqual from './assertLargerOrEqual' +import assertLessOrEqual from './assertLessOrEqual' +import assertNaN from './assertNaN' +import assertNegUnlimited from './assertNegUnlimited' +import assertPosUnlimited from './assertPosUnlimited' +import assertDeepEquals from './deepEquals/assertDeepEquals' +import assertPromiseIsPending from './assertPromiseIsPending'; +import assertPromiseIsRejected from './assertPromiseIsRejected'; +import assertPromiseIsRejectedWith from './assertPromiseIsRejectedWith'; +import assertPromiseIsRejectedWithError from './assertPromiseIsRejectedWithError'; +import assertPromiseIsResolved from './assertPromiseIsResolved'; +import assertPromiseIsResolvedWith from './assertPromiseIsResolvedWith'; +class ExpectExtend { + constructor(attr) { + this.id = attr.id; + this.matchers = {}; + } + + extendsMatchers() { + this.matchers.assertNull = assertNull; + this.matchers.assertClose = assertClose; + this.matchers.assertContain = assertContain; + this.matchers.assertLess = assertLess; + this.matchers.assertLarger = assertLarger; + this.matchers.assertFail = assertFail; + this.matchers.assertUndefined = assertUndefined; + this.matchers.assertFalse = assertFalse; + this.matchers.assertInstanceOf = assertInstanceOf; + this.matchers.assertThrowError = assertThrowError; + this.matchers.assertLargerOrEqual = assertLargerOrEqual; + this.matchers.assertLessOrEqual = assertLessOrEqual; + this.matchers.assertNaN = assertNaN; + this.matchers.assertNegUnlimited = assertNegUnlimited; + this.matchers.assertPosUnlimited = assertPosUnlimited; + this.matchers.assertDeepEquals = assertDeepEquals; + this.matchers.assertPromiseIsPending = assertPromiseIsPending; + this.matchers.assertPromiseIsRejected = assertPromiseIsRejected; + this.matchers.assertPromiseIsRejectedWith = assertPromiseIsRejectedWith; + this.matchers.assertPromiseIsRejectedWithError = assertPromiseIsRejectedWithError; + this.matchers.assertPromiseIsResolved = assertPromiseIsResolved; + this.matchers.assertPromiseIsResolvedWith = assertPromiseIsResolvedWith; + } + + init(coreContext) { + this.coreContext = coreContext; + this.extendsMatchers(); + const expectService = this.coreContext.getDefaultService('expect'); + expectService.addMatchers(this.matchers); + } + + apis() { + return { + 'expect': function (actualValue) { + return this.coreContext.getDefaultService('expect').expect(actualValue); + } + }; + } +} + +export default ExpectExtend; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertClose.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertClose.js new file mode 100644 index 0000000000000000000000000000000000000000..63635bea5bf1298776de565260e0e0babae56857 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertClose.js @@ -0,0 +1,41 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertClose(actualValue, expected) { + console.log('expected:' + expected[0] + ',precision:' + expected[1]); + if (actualValue === null && expected[0] === null) { + throw new Error('actualValue and expected can not be both null!!!'); + } + let result; + let diff = Math.abs(expected[0] - actualValue); + let actualAbs = Math.abs(actualValue); + if ((actualAbs - 0) === 0) { + if ((diff - 0) === 0) { + result = true; + } else { + result = false; + } + } else if (diff / actualAbs < expected[1]) { + result = true; + } else { + result = false; + } + return { + pass: result, + message: '|' + actualValue + ' - ' + expected[0] + '|/' + actualValue + ' is not less than ' + expected[1] + }; +} + +export default assertClose; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertContain.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertContain.js new file mode 100644 index 0000000000000000000000000000000000000000..7fba0d9755503e5e926f6c1a4e425e0d1cf47570 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertContain.js @@ -0,0 +1,35 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertContain(actualValue, expect) { + let result = false; + if (Object.prototype.toString.call(actualValue).indexOf('Array')) { + for (let i in actualValue) { + if (actualValue[i] == expect[0]) { + result = true; + } + } + } + let type = Object.prototype.toString.call(actualValue); + if (type === '[object String]') { + result = actualValue.indexOf(expect[0]) >= 0; + } + return { + pass: result, + message: 'expect false, ' + actualValue + ' do not have ' + expect[0] + }; +} + +export default assertContain; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertFail.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertFail.js new file mode 100644 index 0000000000000000000000000000000000000000..8ab4ac5caef712c75c4eac49dfbbb91d33669d9a --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertFail.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertFail() { + return { + pass: false, + message: 'fail ' + }; +} + +export default assertFail; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertFalse.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertFalse.js new file mode 100644 index 0000000000000000000000000000000000000000..c5008e94f4b2ce13ed35b604811793c76b542347 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertFalse.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertFalse(actualValue) { + return { + pass: (actualValue) === false, + message: 'expect false, actualValue is ' + actualValue + }; +} + +export default assertFalse; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertInstanceOf.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertInstanceOf.js new file mode 100644 index 0000000000000000000000000000000000000000..1e11b93f7251c67f5455c5007cd7be268aa53b32 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertInstanceOf.js @@ -0,0 +1,29 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertInstanceOf(actualValue, expected) { + if (Object.prototype.toString.call(actualValue) == '[object ' + expected[0] + ']') { + return { + pass: true + }; + } else { + return { + pass: false, + message: actualValue + ' is ' + Object.prototype.toString.call(actualValue) + 'not ' + expected[0] + }; + } +} + +export default assertInstanceOf; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertLarger.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertLarger.js new file mode 100644 index 0000000000000000000000000000000000000000..a74f4a8cedaf3add9c2dc2d3799081a83198732f --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertLarger.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertLarger(actualValue, expected) { + return { + pass: (actualValue) > expected[0], + message: (actualValue) + ' is not larger than ' + expected[0] + }; +} + +export default assertLarger; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertLargerOrEqual.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertLargerOrEqual.js new file mode 100644 index 0000000000000000000000000000000000000000..e847e6c217364b7f69c173c66fb98d10efc45ef1 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertLargerOrEqual.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertLargerOrEqual(actualValue, expected) { + return { + pass: (actualValue) >= expected[0], + message: (actualValue) + ' is not larger than ' + expected[0] + }; +} + +export default assertLargerOrEqual; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertLess.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertLess.js new file mode 100644 index 0000000000000000000000000000000000000000..17e84b0abaeb20804048a5a15c19e0603634846d --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertLess.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertLess(actualValue, expected) { + return { + pass: (actualValue) < expected[0], + message: (actualValue) + ' is not less than ' + expected[0] + }; +} + +export default assertLess; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertLessOrEqual.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertLessOrEqual.js new file mode 100644 index 0000000000000000000000000000000000000000..f754f97ffa9d24e7852efe2423a1dd35d448af82 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertLessOrEqual.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertLessOrEqual(actualValue, expected) { + return { + pass: (actualValue) <= expected[0], + message: (actualValue) + ' is not less than ' + expected[0] + }; +} + +export default assertLessOrEqual; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertNaN.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertNaN.js new file mode 100644 index 0000000000000000000000000000000000000000..8d45d6a93b86c5ed325a68b32ff014835993a58e --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertNaN.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertNaN(actualValue) { + return { + pass: actualValue !== actualValue, + message: 'expect NaN, actualValue is ' + actualValue + }; +} + +export default assertNaN; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertNegUnlimited.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertNegUnlimited.js new file mode 100644 index 0000000000000000000000000000000000000000..ceac555afc826e057970e6cfe9c73b322c672aa2 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertNegUnlimited.js @@ -0,0 +1,23 @@ +/* +* Copyright (c) 2022 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +function assertNegUnlimited(actualValue) { + return { + pass: actualValue === Number.NEGATIVE_INFINITY, + message: 'Expected actualValue not to be -Infinity. actualValue is,' + actualValue + }; +} + +export default assertNegUnlimited; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertNull.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertNull.js new file mode 100644 index 0000000000000000000000000000000000000000..53a7bad827323a98d3302a4e7eea679551b459c5 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertNull.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertNull(actualValue) { + return { + pass: (actualValue) === null, + message: 'expect null, actualValue is ' + (actualValue) + }; +} + +export default assertNull; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPosUnlimited.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPosUnlimited.js new file mode 100644 index 0000000000000000000000000000000000000000..6e68c0e2b6c499f4dc3dd56c13e9ea1073a3c54c --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPosUnlimited.js @@ -0,0 +1,23 @@ +/* +* Copyright (c) 2022 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +function assertPosUnlimited(actualValue) { + return { + pass: actualValue === Number.POSITIVE_INFINITY, + message: 'Expected actualValue is POSITIVE_INFINITY. actualValue is,' + actualValue + }; +} + +export default assertPosUnlimited; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsPending.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsPending.js new file mode 100644 index 0000000000000000000000000000000000000000..7e2ca2ce14d50c39554fc1157d6d4eb9329d5c39 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsPending.js @@ -0,0 +1,42 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsPending(actualPromise) { + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + const helper = {}; + return Promise.race([actualPromise, Promise.resolve(helper)]).then( + function (got) { + return helper === got ? {pass: true, message: 'actualValue is isPending'} + : { + pass: false, + message: 'expect isPending, actualValue is resolve' + }; + }, + function () { + return { + pass: false + , message: 'expect isPending, actualValue is reject' + }; + }); +} + +export default assertPromiseIsPending; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejected.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejected.js new file mode 100644 index 0000000000000000000000000000000000000000..eb8e65c7d70d5750a9ccebb55c2cf5049cf144fc --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejected.js @@ -0,0 +1,40 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsRejected(actualPromise) { + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + const helper = {}; + return Promise.race([actualPromise, Promise.resolve(helper)]).then( + function (got) { + return { + pass: false, + message: 'expect isRejected, but actualValue is ' + + (helper === got ? 'isPending' : 'resolve') + }; + }, + function () { + return {pass: true, message: 'actualValue is isRejected'}; + } + ); +} + +export default assertPromiseIsRejected; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWith.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWith.js new file mode 100644 index 0000000000000000000000000000000000000000..48eaf7859279a70ea2ad85509296b5da1c7b69f9 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWith.js @@ -0,0 +1,57 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsRejectedWith(actualPromise, expectedValue) { + + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + + function tips(passed) { + return ('Expected a promise ' + (passed ? 'not ' : '') + + 'to be rejected with ' + JSON.stringify(expectedValue[0])); + } + + const helper = {}; + return Promise.race([actualPromise, Promise.resolve(helper)]).then( + function (got) { + return { + pass: false, + message: tips(false) + ' but actualValue is ' + + (helper === got ? 'isPending' : 'resolve') + }; + }, + function (actualValue) { + if (JSON.stringify(actualValue) == JSON.stringify(expectedValue[0])) { + return { + pass: true, + message: 'actualValue was rejected with ' + JSON.stringify(actualValue) + '.' + }; + } else { + return { + pass: false, + message: tips(false) + ' but it was rejected with ' + JSON.stringify(actualValue) + '.' + }; + } + } + ); +} + +export default assertPromiseIsRejectedWith; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWithError.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWithError.js new file mode 100644 index 0000000000000000000000000000000000000000..334a3d397fec0a0f79b9aa1bf92a9622b580351f --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWithError.js @@ -0,0 +1,103 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsRejectedWithError(actualPromise, expectedValue) { + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + const helper = {}; + return Promise.race([actualPromise, Promise.resolve(helper)]).then( + function (got) { + return { + pass: false, + message: 'Expected a promise to be rejected but actualValue is ' + + (helper === got ? 'isPending' : 'resolve') + }; + }, + function (actualValue) { + return matchError(actualValue, expectedValue); + } + ); + +} + +function matchError(actualValue, expectedValue) { + if (expectedValue.length == 1 && typeof expectedValue[0] === 'function') { + if (expectedValue[0].name === actualValue.__proto__.name) { + return {pass: true, message: 'actual error type is ' + actualValue.name + '.'}; + } + return { + pass: false, + message: 'except error type is ' + expectedValue[0].name + ',but actual is ' + actualValue.name + '.' + }; + } + + if (expectedValue.length == 1 && typeof expectedValue[0] === 'string') { + if (expectedValue[0] === actualValue.message) { + return {pass: true, message: 'actual error message is ' + actualValue.message + '.'}; + } + return { + pass: false, + message: 'except error message ' + expectedValue[0] + ',but actual is ' + actualValue.message + '.' + }; + } + + if (expectedValue.length == 1) { + return { + pass: false, + message: 'When only one parameter, it ' + + 'should be error type or error message.' + }; + } + + if (expectedValue.length == 2 && typeof expectedValue[0] === 'function' && expectedValue[0].name === actualValue.name) { + if (typeof expectedValue[1] === 'string' && actualValue.message === expectedValue[1]) { + return {pass: true, message: 'actual error message is ' + actualValue.message + '.'}; + } else { + return { + pass: false, + message: 'except error message is ' + expectedValue[1] + ',but actual is ' + actualValue.message + '.' + }; + } + } + + if (expectedValue.length == 2 && typeof expectedValue[0] === 'function' && expectedValue[0].name !== actualValue.name) { + if (typeof expectedValue[1] === 'string' && actualValue.message === expectedValue[1]) { + return { + pass: false, + message: 'except error type is ' + expectedValue[0].name + ',but actual is ' + actualValue.name + '.' + }; + } else { + return { + pass: false, + message: 'except error type and message are incorrect.' + }; + } + } + + if (expectedValue.length > 2) { + return { + pass: false, + message: 'Up to two parameters are supported.' + }; + } +} + +export default assertPromiseIsRejectedWithError; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolved.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolved.js new file mode 100644 index 0000000000000000000000000000000000000000..855426ca79e5002428e53d4fcb5f843cdf7119f7 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolved.js @@ -0,0 +1,45 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsResolved(actualPromise) { + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + + const helper = {}; + return Promise.race([actualPromise, Promise.resolve(helper)]).then( + function (got) { + return helper === got ? { + pass: false, + message: 'expect resolve, actualValue is isPending' + } + : {pass: true, message: 'actualValue is isResolved'}; + }, + function (rej) { + return { + pass: false, + message: 'Expected a promise to be resolved but it was ' + + 'rejected with ' + JSON.stringify(rej) + '.' + }; + } + ); +} + +export default assertPromiseIsResolved; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolvedWith.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolvedWith.js new file mode 100644 index 0000000000000000000000000000000000000000..d5eb01e32491b281a1e1d650a307723253a61e39 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolvedWith.js @@ -0,0 +1,59 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsResolvedWith(actualPromise, expectedValue) { + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + + function tips(passed) { + return ( + 'Expected a promise ' + (passed ? 'not ' : '') + + 'to be resolved with ' + JSON.stringify(expectedValue[0])); + } + + const helper = {}; + return Promise.race([actualPromise, Promise.resolve(helper)]).then( + function (got) { + if (helper === got) { + return {pass: false, message: 'expect resolve, actualValue is isPending'}; + } + if (JSON.stringify(got) == JSON.stringify(expectedValue[0])) { + return { + pass: true, + message: 'actualValue was resolved with ' + JSON.stringify(got) + '.' + }; + } + return { + pass: false, + message: tips(false) + ' but it was resolved with ' + + JSON.stringify(got) + '.' + }; + }, + function (rej) { + return { + pass: false, + message: tips(false) + ' but it was rejected with ' + JSON.stringify(rej) + '.' + }; + } + ); +} + +export default assertPromiseIsResolvedWith; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertThrowError.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertThrowError.js new file mode 100644 index 0000000000000000000000000000000000000000..749cab0daee3f156909f60c9375146c23d7aa322 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertThrowError.js @@ -0,0 +1,44 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertThrowError(actualValue, expected) { + let result = false; + let err; + if (typeof actualValue !== 'function') { + throw new Error('actualValue is not a function'); + } + try { + actualValue(); + return { + pass: result, + message: ' An error is not thrown while it is expected!' + }; + } catch (e) { + err = e; + } + + if (err instanceof Error) { + console.log(err.message); + if (err.message == expected[0]) { + result = true; + } + } + return { + pass: result, + message: 'expected throw failed , ' + err.message + ' is not ' + expected[0] + }; +} + +export default assertThrowError; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertUndefined.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertUndefined.js new file mode 100644 index 0000000000000000000000000000000000000000..61f092d715dd1630297518b59ff13ef0940991e1 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/assertUndefined.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertUndefined(actualValue) { + return { + pass: undefined === (actualValue), + message: 'expect Undefined, actualValue is ' + (actualValue) + }; +} + +export default assertUndefined; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/DeepTypeUtils.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/DeepTypeUtils.js new file mode 100644 index 0000000000000000000000000000000000000000..b0be6674ee3474b08aff2f16b0a3c161aa8683df --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/DeepTypeUtils.js @@ -0,0 +1,138 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class DeepTypeUtils { + static getType_(value) { + return Object.prototype.toString.apply(value); + } + static isA_(typeName, value) { + return this.getType_(value) === '[object ' + typeName + ']'; + } + static isAsymmetricEqualityTester_(obj) { + return obj ? this.isA_('Function', obj.asymmetricMatch) : false; + } + + /** + * 是否是function + * @param value + */ + static isFunction_(value) { + return this.isA_('Function', value); + } + + /** + * 是否是undefined + * @param obj + */ + static isUndefined(obj) { + return obj === void 0; + } + + /** + * 是否是Node + * @param obj + */ + static isDomNode(obj) { + return obj !== null && + typeof obj === 'object' && + typeof obj.nodeType === 'number' && + typeof obj.nodeName === 'string'; + } + + /** + * 是否是promise对象 + * @param obj + */ + static isPromise (obj) { + return !!obj && obj.constructor === Promise; + }; + /** + * 是否是map对象 + * @param obj + */ + static isMap(obj) { + return ( + obj !== null && + typeof obj !== 'undefined' && + obj.constructor === Map + ); + } + + /** + * 是否是set对象 + * @param obj 对象 + */ + static isSet(obj) { + return ( + obj !== null && + typeof obj !== 'undefined' && + obj.constructor === Set + ); + } + + /** + * 对象是否有key属性 + * @param obj 对象 + * @param key 对象属性名称 + */ + static has(obj, key) { + return Object.prototype.hasOwnProperty.call(obj, key); + } + + /** + * 获取对象的自有属性 + * @param obj 对象 + * @param isArray 是否是数组,[object Array] + */ + static keys(obj, isArray) { + const extraKeys = []; + // 获取对象所有属性 + const allKeys = this.getAllKeys(obj); + if (!isArray) { + return allKeys; + } + if (allKeys.length === 0) { + return allKeys; + } + for (const k of allKeys) { + if (typeof k === 'symbol' || !/^[0-9]+$/.test(k)) { + extraKeys.push(k); + } + } + return extraKeys; + } + + /** + * 获取obj对象的所有属性 + * @param obj obj对象 + */ + static getAllKeys(obj) { + const keys = []; + for (let key in obj) { + if(this.has(obj, key)) { + keys.push(key); + } + } + const symbols = Object.getOwnPropertySymbols(obj); + for (const sym of symbols) { + if (obj.propertyIsEnumerable(sym)) { + keys.push(sym); + } + } + return keys; + } + +} +export default DeepTypeUtils; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/assertDeepEquals.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/assertDeepEquals.js new file mode 100644 index 0000000000000000000000000000000000000000..4d991b4878fae2768bc7af074e275706d79e6f4d --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/assertDeepEquals.js @@ -0,0 +1,311 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import DeepTypeUtils from './DeepTypeUtils' +function assertDeepEquals(actualValue, expected) { + console.log('actualValue:' + actualValue + ',expected:' + expected[0]); + let result = eq(actualValue, expected[0],[], []) + let msg = logMsg(actualValue, expected[0]); + return { + pass: result, + message: msg + }; +} + +/** + * 获取失败显示日志 + * @param actualValue 实际对象 + * @param expected 期待比较对象 + */ +function logMsg(actualValue, expected) { + // 获取a的对象名称 + const aClassName = Object.prototype.toString.call(actualValue); + const bClassName = Object.prototype.toString.call(expected); + let actualMsg; + let expectMsg; + if(aClassName == "[object Function]") { + actualMsg = "actualValue Function" + }else if(aClassName == "[object Promise]") { + actualMsg = "actualValue Promise" + }else if(aClassName == "[object Set]" || aClassName == "[object Map]") { + actualMsg = JSON.stringify(Array.from(actualValue));; + }else if(aClassName == "[object RegExp]") { + actualMsg = JSON.stringify(actualValue.source.replace("\\",""));; + } + else{ + actualMsg = JSON.stringify(actualValue); + } + if(bClassName == "[object Function]") { + expectMsg = "expected Function" + }else if(bClassName == "[object Promise]") { + expectMsg = "expected Promise" + }else if(aClassName == "[object Set]" || bClassName == "[object Map]") { + expectMsg = JSON.stringify(Array.from(expected)); + }else if(aClassName == "[object RegExp]") { + expectMsg = JSON.stringify(expected.source.replace("\\",""));; + } + else{ + expectMsg = JSON.stringify(expected); + } + return actualMsg + " is not deep equal " + expectMsg; +} + +function eq(a, b, aStack, bStack) { + let result = true; + console.log('a is:' + a + ',b is:' + b); + const asymmetricResult = asymmetricMatch_(a,b); + if (!DeepTypeUtils.isUndefined(asymmetricResult)) { + return asymmetricResult; + } + + if (a instanceof Error && b instanceof Error) { + result = a.message == b.message; + return result; + } + + if (a === b) { + result = a !== 0 || 1 / a == 1 / b; + return result; + } + + if (a === null || b === null) { + result = a === b; + return result; + } + // 获取a的对象名称 + const aClassName = Object.prototype.toString.call(a); + const bClassName = Object.prototype.toString.call(b); + console.log('aClassName is:' + aClassName); + console.log('bClassName is:' + bClassName); + // 不同类型不同对象 + if (aClassName != bClassName) { + return false; + } + // 俩个string对象 + if(aClassName === '[object String]') { + result = a == String(b); + return result; + } + // 俩个Number对象 + if(aClassName === '[object Number]') { + result = a != +a ? b != +b : a === 0 && b === 0 ? 1 / a == 1 / b : a == +b; + return result; + } + + if(aClassName === '[object Date]' || aClassName === '[object Boolean]') { + result = +a == +b; + return result; + } + + // 数组 + if(aClassName === '[object ArrayBuffer]') { + return eq(new Uint8Array(a), new Uint8Array(b), aStack, bStack); + } + + // 正则表达式 + if(aClassName === '[object RegExp]') { + return ( + a.source == b.source && + a.global == b.global && + a.multiline == b.multiline && + a.ignoreCase == b.ignoreCase + ); + } + + if (typeof a != 'object' || typeof b != 'object') { + return false; + } + + const aIsDomNode = DeepTypeUtils.isDomNode(a); + const bIsDomNode = DeepTypeUtils.isDomNode(b); + if (aIsDomNode && bIsDomNode) { + // At first try to use DOM3 method isEqualNode + result = a.isEqualNode(b); + return result; + } + if (aIsDomNode || bIsDomNode) { + return false; + } + const aIsPromise = DeepTypeUtils.isPromise(a); + const bIsPromise = DeepTypeUtils.isPromise(b); + if (aIsPromise && bIsPromise) { + return a === b; + } + let length = aStack.length; + while (length--) { + if (aStack[length] == a) { + return bStack[length] == b; + } + } + aStack.push(a); + bStack.push(b); + let size = 0; + + // 都是数组 + if(aClassName == '[object Array]') { + const aLength = a.length; + const bLength = b.length; + if (aLength !== bLength) { + // 数组长度不同,不是同一个对象 + return false; + } + for (let i = 0; i < aLength || i < bLength; i++) { + // 递归每一个元素是否相同 + result = eq(i < aLength ? a[i] : void 0, i < bLength ? b[i] : void 0, aStack, bStack) && result; + } + if (!result) { + return false; + } + } else if(DeepTypeUtils.isMap(a) && DeepTypeUtils.isMap(b)) { + if (a.size != b.size) { + return false; + } + const keysA = []; + const keysB = []; + a.forEach(function(valueA, keyA) { + keysA.push(keyA); + }); + b.forEach(function(valueB, keyB) { + keysB.push(keyB); + }); + const mapKeys = [keysA, keysB]; + const cmpKeys = [keysB, keysA]; + for (let i = 0; result && i < mapKeys.length; i++) { + const mapIter = mapKeys[i]; + const cmpIter = cmpKeys[i]; + + for (let j = 0; result && j < mapIter.length; j++) { + const mapKey = mapIter[j]; + const cmpKey = cmpIter[j]; + const mapValueA = a.get(mapKey); + let mapValueB; + if ( + DeepTypeUtils.isAsymmetricEqualityTester_(mapKey) || + (DeepTypeUtils.isAsymmetricEqualityTester_(cmpKey) && + eq(mapKey, cmpKey)) + ) { + mapValueB = b.get(cmpKey); + } else { + mapValueB = b.get(mapKey); + } + result = eq(mapValueA, mapValueB, aStack, bStack); + } + } + if (!result) { + return false; + } + } else if(DeepTypeUtils.isSet(a) && DeepTypeUtils.isSet(b)) { + if (a.size != b.size) { + return false; + } + const valuesA = []; + a.forEach(function(valueA) { + valuesA.push(valueA); + }); + const valuesB = []; + b.forEach(function(valueB) { + valuesB.push(valueB); + }); + const setPairs = [[valuesA, valuesB], [valuesB, valuesA]]; + const stackPairs = [[aStack, bStack], [bStack, aStack]]; + for (let i = 0; result && i < setPairs.length; i++) { + const baseValues = setPairs[i][0]; + const otherValues = setPairs[i][1]; + const baseStack = stackPairs[i][0]; + const otherStack = stackPairs[i][1]; + for (const baseValue of baseValues) { + let found = false; + for (let j = 0; !found && j < otherValues.length; j++) { + const otherValue = otherValues[j]; + const prevStackSize = baseStack.length; + // 深度比较对象 + found = eq(baseValue, otherValue, baseStack, otherStack); + if (!found && prevStackSize !== baseStack.length) { + baseStack.splice(prevStackSize); + otherStack.splice(prevStackSize); + } + } + result = result && found; + } + } + if (!result) { + return false; + } + } else { + const aCtor = a.constructor, + bCtor = b.constructor; + if ( + aCtor !== bCtor && + DeepTypeUtils.isFunction_(aCtor) && + DeepTypeUtils.isFunction_(bCtor) && + a instanceof aCtor && + b instanceof bCtor && + !(aCtor instanceof aCtor && bCtor instanceof bCtor) + ) { + return false; + } + } + + // 获取对象所有的属性集合 + const aKeys = DeepTypeUtils.keys(a, aClassName == '[object Array]'); + size = aKeys.length; + + // 俩个对象属性长度不一致, 俩对象不相同 + if (DeepTypeUtils.keys(b, bClassName == '[object Array]').length !== size) { + return false; + } + + // 俩对象属性数量相同, 递归比较每个属性值得值 + for (const key of aKeys) { + console.log('key is:' + key); + // b 没有 key 属性 + if(!DeepTypeUtils.has(b, key)) { + result = false; + continue; + } + if (!eq(a[key], b[key], aStack, bStack)) { + result = false; + } + } + if (!result) { + return false; + } + aStack.pop(); + bStack.pop(); + return result; +} + +function asymmetricMatch_(a, b) { + const asymmetricA = DeepTypeUtils.isAsymmetricEqualityTester_(a); + const asymmetricB = DeepTypeUtils.isAsymmetricEqualityTester_(b); + + if (asymmetricA === asymmetricB) { + return undefined; + } + +} + +/** + * 获取对象的自有属性 + * + * @param obj 对象 + * @param isArray 是否是一个数组 + */ +function keys(obj, isArray) { + const keys = []; + +} + +export default assertDeepEquals; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/isPromiseLike.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/isPromiseLike.js new file mode 100644 index 0000000000000000000000000000000000000000..015ab19a2a0c4872d7cb490b61f8e1dd6a8ac90b --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/assert/isPromiseLike.js @@ -0,0 +1,32 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function isPromiseLike(obj) { + return !!obj && isFunction_(obj.then); +} + +function isFunction_(value) { + return isA_('Function', value); +} + +function isA_(typeName, value) { + return getType_(value) === '[object ' + typeName + ']'; +} + +function getType_(value) { + return Object.prototype.toString.apply(value); +} + +export default isPromiseLike; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/config/DataDriver.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/config/DataDriver.js new file mode 100644 index 0000000000000000000000000000000000000000..639dffc9cdb912f1f33a6ccb61868c9ed7c695bf --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/config/DataDriver.js @@ -0,0 +1,116 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +const SUITES_KEY = 'suites'; +const SPECS_KEY = 'items'; +const DESCRIBE_KEY = 'describe'; +const IT_KEY = 'it'; +const PARAMS_KEY = 'params'; +const STRESS_KEY = 'stress'; + +class ObjectUtils { + static get(object, name, defaultValue) { + let result = defaultValue; + for (const key in object) { + if (key === name) { + return object[key]; + } + } + return result; + } + + static has(object, key) { + return Object.prototype.hasOwnProperty.call(object, key); + } +} + +class DataDriver { + constructor(attr) { + this.id = 'dataDriver'; + this.data = attr.data || {}; + } + + init(coreContext) { + this.coreContext = coreContext; + this.suiteService = this.coreContext.getDefaultService('suite'); + this.specService = this.coreContext.getDefaultService('spec'); + } + + getSpecParams() { + let specParams = []; + let suiteDesc = this.suiteService.getCurrentRunningSuite().description; + let specDesc = this.specService.getCurrentRunningSpec().description; + let suites = ObjectUtils.get(this.data, SUITES_KEY, []); + for (const suiteItem of suites) { + let describeValue = ObjectUtils.get(suiteItem, DESCRIBE_KEY, ''); + if (ObjectUtils.has(suiteItem, DESCRIBE_KEY) && (typeof describeValue === 'object') && describeValue.constructor === Array && describeValue.includes(suiteDesc)) { + let specs = ObjectUtils.get(suiteItem, SPECS_KEY, []); + for (const specItem of specs) { + if (ObjectUtils.has(specItem, IT_KEY) && ObjectUtils.get(specItem, IT_KEY) === specDesc) { + return ObjectUtils.get(specItem, PARAMS_KEY, specParams); + } + } + } + } + return specParams; + } + + getSuiteParams() { + let suiteParams = {}; + let suiteDesc = this.suiteService.getCurrentRunningSuite().description; + let suites = ObjectUtils.get(this.data, SUITES_KEY, []); + for (const suiteItem of suites) { + let describeValue = ObjectUtils.get(suiteItem, DESCRIBE_KEY, []); + if (ObjectUtils.has(suiteItem, DESCRIBE_KEY) && (typeof describeValue === 'object') && describeValue.constructor === Array && describeValue.includes(suiteDesc)) { + suiteParams = Object.assign({}, suiteParams, ObjectUtils.get(suiteItem, PARAMS_KEY, suiteParams)); + } + } + return suiteParams; + } + + getSpecStress(specDesc) { + let stress = 1; + let suiteDesc = this.suiteService.getCurrentRunningSuite().description; + let suites = ObjectUtils.get(this.data, SUITES_KEY, []); + for (const suiteItem of suites) { + let describeValue = ObjectUtils.get(suiteItem, DESCRIBE_KEY, ''); + if (ObjectUtils.has(suiteItem, DESCRIBE_KEY) && (typeof describeValue === 'object') && describeValue.constructor === Array && describeValue.includes(suiteDesc)) { + let specs = ObjectUtils.get(suiteItem, SPECS_KEY, []); + for (const specItem of specs) { + if (ObjectUtils.has(specItem, IT_KEY) && ObjectUtils.get(specItem, IT_KEY) === specDesc) { + let tempStress = ObjectUtils.get(specItem, STRESS_KEY, stress); + return (Number.isInteger(tempStress) && tempStress >= 1) ? tempStress : stress; + } + } + } + } + return stress; + } + + getSuiteStress(suiteDesc) { + let stress = 1; + let suites = ObjectUtils.get(this.data, SUITES_KEY, []); + for (const suiteItem of suites) { + let describeValue = ObjectUtils.get(suiteItem, DESCRIBE_KEY, []); + if (ObjectUtils.has(suiteItem, DESCRIBE_KEY) && (typeof describeValue === 'object') && describeValue.constructor === Array && describeValue.includes(suiteDesc)) { + let tempStress = ObjectUtils.get(suiteItem, STRESS_KEY, stress); + return (Number.isInteger(tempStress) && tempStress >= 1) ? tempStress : stress; + } + } + return stress; + } +} + +export default DataDriver; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/config/Filter.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/config/Filter.js new file mode 100644 index 0000000000000000000000000000000000000000..0ca3b4f412353ad0e9fa70bcfe775c905b5e02a9 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/config/Filter.js @@ -0,0 +1,81 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class ClassFilter { + constructor(suiteName, itName, params) { + this.suiteName = suiteName; + this.itName = itName; + this.params = params; + } + + filterSuite() { + return !this.params.split(',').map(item => item.split('#')[0]).map(item => item == this.suiteName).reduce((pre, cur) => pre || cur, false); + } + + filterIt() { + let classArray = this.params.split(',') || []; + let suiteFilterResult = classArray.filter(item => !item.includes('#')).map(item => item == this.suiteName).reduce((pre, cur) => pre || cur, false); + let itFilterResult = classArray.filter(item => item.includes('#')).map(item => item == (this.suiteName + '#' + this.itName)).reduce((pre, cur) => pre || cur, false); + return !(suiteFilterResult || itFilterResult); + } +} + +class NotClassFilter { + constructor(suiteName, itName, params) { + this.suiteName = suiteName; + this.itName = itName; + this.params = params; + } + + filterSuite() { + return this.params.split(',').map(item => item == this.suiteName).reduce((pre, cur) => pre || cur, false); + } + + filterIt() { + return this.params.split(',').some(item => item == (this.suiteName + '#' + this.itName)); + } +} + +class SuiteAndItNameFilter { + constructor(suiteName, itName, params) { + this.suiteName = suiteName; + this.itName = itName; + this.params = params; + } + + filterSuite() { + return !this.params.split(',').map(item => item == this.suiteName).reduce((pre, cur) => pre || cur, false); + } + + filterIt() { + return !this.params.split(',').map(item => item == this.itName).reduce((pre, cur) => pre || cur, false); + } +} + + +class TestTypesFilter { + constructor(suiteName, itName, fi, params) { + this.suiteName = suiteName; + this.itName = itName; + this.params = params; + this.fi = fi; + } + + filterIt() { + return !((this.params === (this.fi & this.params)) || this.fi === 0); + } +} + +export {ClassFilter, NotClassFilter, SuiteAndItNameFilter, TestTypesFilter}; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/config/configService.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/config/configService.js new file mode 100644 index 0000000000000000000000000000000000000000..745f137e3d48ff86bbd910f6639affe56a773654 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/config/configService.js @@ -0,0 +1,292 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import {ClassFilter, NotClassFilter, SuiteAndItNameFilter, TestTypesFilter} from './Filter'; +const STRESS_RULE = /^[1-9]\d*$/; + +class ConfigService { + constructor(attr) { + this.id = attr.id; + this.supportAsync = false; + this.random = false; + this.filterValid = []; + this.filter = 0; + this.flag = false; + this.suite = null; + this.itName = null; + this.testType = null; + this.level = null; + this.size = null; + this.class = null; + this.notClass = null; + this.timeout = null; + // 遇错即停模式配置 + this.breakOnError = false; + // 压力测试配置 + this.stress = null; + } + + init(coreContext) { + this.coreContext = coreContext; + } + + isNormalInteger(str) { + const n = Math.floor(Number(str)); + return n !== Infinity && String(n) === String(str) && n >= 0; + } + + getStress() { + if (this.stress === undefined || this.stress === '' || this.stress === null) { + return 1; + } + return !this.stress.match(STRESS_RULE) ? 1 : Number.parseInt(this.stress); + } + + basicParamValidCheck(params) { + let size = params.size; + if (size !== undefined && size !== '' && size !== null) { + let sizeArray = ['small', 'medium', 'large']; + if (sizeArray.indexOf(size) === -1) { + this.filterValid.push('size:' + size); + } + } + let level = params.level; + if (level !== undefined && level !== '' && level !== null) { + let levelArray = ['0', '1', '2', '3', '4']; + if (levelArray.indexOf(level) === -1) { + this.filterValid.push('level:' + level); + } + } + let testType = params.testType; + if (testType !== undefined && testType !== '' && testType !== null) { + let testTypeArray = ['function', 'performance', 'power', 'reliability', 'security', + 'global', 'compatibility', 'user', 'standard', 'safety', 'resilience']; + if (testTypeArray.indexOf(testType) === -1) { + this.filterValid.push('testType:' + testType); + } + } + } + + filterParamValidCheck(params) { + let timeout = params.timeout; + if (timeout !== undefined && timeout !== '' && timeout !== null) { + if (!this.isNormalInteger(timeout)) { + this.filterValid.push('timeout:' + timeout); + } + } + + let paramKeys = ['dryRun', 'random', 'breakOnError', 'coverage']; + for (const key of paramKeys) { + if (params[key] !== undefined && params[key] !== 'true' && params[key] !== 'false') { + this.filterValid.push(`${key}:${params[key]}`); + } + } + + // 压力测试参数验证,正整数 + if (params.stress !== undefined && params.stress !== '' && params.stress !== null) { + if (!params.stress.match(STRESS_RULE)) { + this.filterValid.push('stress:' + params.stress); + } + } + + let nameRule = /^[A-Za-z]{1}[\w#,.]*$/; + let paramClassKeys = ['class', 'notClass']; + for (const key of paramClassKeys) { + if (params[key] !== undefined && params[key] !== '' && params[key] !== null) { + let classArray = params[key].split(','); + classArray.forEach(item => !item.match(nameRule) ? this.filterValid.push(`${key}:${params[key]}`) : null); + } + } + } + + setConfig(params) { + this.basicParamValidCheck(params); + this.filterParamValidCheck(params); + try { + this.class = params.class; + this.notClass = params.notClass; + this.flag = params.flag || {flag: false}; + this.suite = params.suite; + this.itName = params.itName; + this.filter = params.filter; + this.testType = params.testType; + this.level = params.level; + this.size = params.size; + this.timeout = params.timeout; + this.dryRun = params.dryRun; + this.breakOnError = params.breakOnError; + this.random = params.random === 'true' ? true : false; + this.stress = params.stress; + this.coverage = params.coverage; + this.filterParam = { + testType: { + 'function': 1, + 'performance': 1 << 1, + 'power': 1 << 2, + 'reliability': 1 << 3, + 'security': 1 << 4, + 'global': 1 << 5, + 'compatibility': 1 << 6, + 'user': 1 << 7, + 'standard': 1 << 8, + 'safety': 1 << 9, + 'resilience': 1 << 10, + }, + level: { + '0': 1 << 24, + '1': 1 << 25, + '2': 1 << 26, + '3': 1 << 27, + '4': 1 << 28, + }, + size: { + 'small': 1 << 16, + 'medium': 1 << 17, + 'large': 1 << 18, + } + }; + this.parseParams(); + } catch (err) { + console.info('setConfig error: ' + err.message); + } + } + + parseParams() { + if (this.filter != null) { + return; + } + let testTypeFilter = 0; + let sizeFilter = 0; + let levelFilter = 0; + if (this.testType != null) { + testTypeFilter = this.testType.split(',') + .map(item => this.filterParam.testType[item] || 0) + .reduce((pre, cur) => pre | cur, 0); + } + if (this.level != null) { + levelFilter = this.level.split(',') + .map(item => this.filterParam.level[item] || 0) + .reduce((pre, cur) => pre | cur, 0); + } + if (this.size != null) { + sizeFilter = this.size.split(',') + .map(item => this.filterParam.size[item] || 0) + .reduce((pre, cur) => pre | cur, 0); + } + this.filter = testTypeFilter | sizeFilter | levelFilter; + console.info('filter params:' + this.filter); + } + + isCurrentSuite(description) { + if (this.suite !== undefined && this.suite !== '' && this.suite !== null) { + let suiteArray = this.suite.split(','); + return suiteArray.indexOf(description) !== -1; + } + return false; + } + + filterSuite(currentSuiteName) { + let filterArray = []; + if (this.suite !== undefined && this.suite !== '' && this.suite !== null) { + filterArray.push(new SuiteAndItNameFilter(currentSuiteName, '', this.suite)); + } + if (this.class !== undefined && this.class !== '' && this.class !== null) { + filterArray.push(new ClassFilter(currentSuiteName, '', this.class)); + } + if (this.notClass !== undefined && this.notClass !== '' && this.notClass !== null) { + filterArray.push(new NotClassFilter(currentSuiteName, '', this.notClass)); + } + + let result = filterArray.map(item => item.filterSuite()).reduce((pre, cur) => pre || cur, false); + return result; + } + + filterDesc(currentSuiteName, desc, fi, coreContext) { + let filterArray = []; + if (this.itName !== undefined && this.itName !== '' && this.itName !== null) { + filterArray.push(new SuiteAndItNameFilter(currentSuiteName, desc, this.itName)); + } + if (this.class !== undefined && this.class !== '' && this.class !== null) { + filterArray.push(new ClassFilter(currentSuiteName, desc, this.class)); + } + if (this.notClass !== undefined && this.notClass !== '' && this.notClass !== null) { + filterArray.push(new NotClassFilter(currentSuiteName, desc, this.notClass)); + } + if (typeof (this.filter) !== 'undefined' && this.filter !== 0 && fi !== 0) { + filterArray.push(new TestTypesFilter('', '', fi, this.filter)); + } + let result = filterArray.map(item => item.filterIt()).reduce((pre, cur) => pre || cur, false); + return result; + } + + isRandom() { + return this.random || false; + } + + isBreakOnError() { + return this.breakOnError !== 'true' ? false : true; + } + + setSupportAsync(value) { + this.supportAsync = value; + } + + isSupportAsync() { + return this.supportAsync; + } + + translateParams(parameters) { + const keySet = new Set([ + '-s class', '-s notClass', '-s suite', '-s itName', + '-s level', '-s testType', '-s size', '-s timeout', + '-s dryRun', '-s random', '-s breakOnError', '-s stress', + '-s coverage', 'class', 'notClass', 'suite', 'itName', + 'level', 'testType', 'size', 'timeout', 'dryRun', 'random', + 'breakOnError', 'stress', 'coverage' + ]); + let targetParams = {}; + for (const key in parameters) { + if (keySet.has(key)) { + var newKey = key.replace("-s ", ""); + targetParams[newKey] = parameters[key]; + } + } + return targetParams; + } + translateParamsToString(parameters) { + const keySet = new Set([ + '-s class', '-s notClass', '-s suite', '-s itName', + '-s level', '-s testType', '-s size', '-s timeout', + '-s dryRun', '-s random', '-s breakOnError', '-s stress', + '-s coverage','class', 'notClass', 'suite', 'itName', + 'level', 'testType', 'size', 'timeout', 'dryRun', 'random', + 'breakOnError', 'stress', 'coverage' + ]); + let targetParams = ''; + for (const key in parameters) { + if (keySet.has(key)) { + targetParams += ' ' + key + ' ' + parameters[key]; + } + } + return targetParams.trim(); + } + + execute() { + } +} + +export { + ConfigService +}; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/coverage/coverageCollect.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/coverage/coverageCollect.js new file mode 100644 index 0000000000000000000000000000000000000000..4707dea3eba464fd7446bf215481f4049b0cfe00 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/coverage/coverageCollect.js @@ -0,0 +1,30 @@ +/* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import SysTestKit from "../kit/SysTestKit"; + +export async function collectCoverageData() { + if (globalThis.__coverage__ === undefined) { + return; + } + const strJson = JSON.stringify(globalThis.__coverage__); + const strLen = strJson.length; + const maxLen = 500; + const maxCount = Math.floor(strLen / maxLen); + const OHOS_REPORT_COVERAGE_DATA = 'OHOS_REPORT_COVERAGE_DATA:'; + for (let count = 0; count <= maxCount; count++) { + await SysTestKit.print(`${OHOS_REPORT_COVERAGE_DATA} ${strJson.substring(count * maxLen, (count + 1) * maxLen)}`); + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/kit/SysTestKit.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/kit/SysTestKit.js new file mode 100644 index 0000000000000000000000000000000000000000..d73d46d912dc2f86a645327548b5d58a17c168bf --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/kit/SysTestKit.js @@ -0,0 +1,88 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class SysTestKit { + + static delegator = null; + static systemTime = null; + + constructor() { + this.id = 'sysTestKit'; + this.index = 0; + } + + static actionStart(tag) { + console.info(JSON.stringify(tag)); + var message = '\n' + 'OHOS_REPORT_ACTIONSTART: ' + JSON.stringify(tag) + '\n'; + SysTestKit.print(message); + console.info(tag + ' actionStart print success'); + } + + static actionEnd(tag) { + console.info(JSON.stringify(tag)); + var message = '\n' + 'OHOS_REPORT_ACTIONEND: ' + JSON.stringify(tag) + '\n'; + SysTestKit.print(message); + console.info(tag + ' actionEnd print success'); + } + + static async existKeyword(keyword, timeout) { + let reg = new RegExp(/^[a-zA-Z0-9]{1,}$/) + if (!reg.test(keyword)) { + throw new Error('keyword must contain more than one string, and only letters and numbers are supported.') + } + timeout = timeout || 4; + + let searchResult = false; + let cmd = 'hilog -x | grep -i \'' + keyword + '\' | wc -l'; + await executePromise(cmd, timeout).then((data) => { + searchResult = data; + }); + return searchResult; + } + static async print(message) { + if ('printSync' in SysTestKit.delegator) { + console.debug(`printSync called ...`); + SysTestKit.delegator.printSync(message); + } else { + await SysTestKit.delegator.print(message); + } + } + + static async getRealTime() { + let currentTime = new Date().getTime(); + if (SysTestKit.systemTime !== null && SysTestKit.systemTime !== undefined) { + await SysTestKit.systemTime.getRealTime().then((time) => { + console.info(`systemTime.getRealTime success data: ${JSON.stringify(time)}`); + currentTime = time; + }).catch((error) => { + console.error(`failed to systemTime.getRealTime because ${JSON.stringify(error)}`); + }); + } + return currentTime; + } +} + +function executePromise(cmd, timeout) { + return new Promise((resolve, reject) => { + SysTestKit.delegator.executeShellCommand(cmd, timeout, + (error, data) => { + console.info('existKeyword CallBack: err : ' + JSON.stringify(error)); + console.info('existKeyword CallBack: data : ' + JSON.stringify(data)); + resolve(parseInt(data.stdResult) > 3 ? true : false); + }); + }); +} + +export default SysTestKit; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/mock/ArgumentMatchers.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/mock/ArgumentMatchers.js new file mode 100644 index 0000000000000000000000000000000000000000..6a9d7aac464e95383ea31385284b6603c34e084c --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/mock/ArgumentMatchers.js @@ -0,0 +1,122 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class ArgumentMatchers { + ANY = ""; + ANY_STRING = ""; + ANY_BOOLEAN = ""; + ANY_NUMBER = ""; + ANY_OBJECT = ""; + ANY_FUNCTION = ""; + MATCH_REGEXS = ""; + + static any() { + } + + static anyString() { + } + + static anyBoolean() { + } + + static anyNumber() { + } + + static anyObj() { + } + + static anyFunction() { + } + + static matchRegexs() { + let regex = arguments[0]; + if (ArgumentMatchers.isRegExp(regex)) { + return regex; + } + throw Error("not a regex"); + } + + static isRegExp(value) { + return Object.prototype.toString.call(value) === "[object RegExp]"; + } + + matcheReturnKey() { + let arg = arguments[0]; + let regex = arguments[1]; + let stubSetKey = arguments[2]; + + if (stubSetKey && stubSetKey == this.ANY) { + return this.ANY; + } + + if (typeof arg === "string" && !regex) { + return this.ANY_STRING; + } + + if (typeof arg === "boolean" && !regex) { + return this.ANY_BOOLEAN; + } + + if (typeof arg === "number" && !regex) { + return this.ANY_NUMBER; + } + + if (typeof arg === "object" && !regex) { + return this.ANY_OBJECT; + } + + if (typeof arg === "function" && !regex) { + return this.ANY_FUNCTION; + } + + if (typeof arg === "string" && regex) { + return regex.test(arg); + } + + return null; + } + + matcheStubKey() { + let key = arguments[0]; + + if (key === ArgumentMatchers.any) { + return this.ANY; + } + + if (key === ArgumentMatchers.anyString) { + return this.ANY_STRING; + } + if (key === ArgumentMatchers.anyBoolean) { + return this.ANY_BOOLEAN; + } + if (key === ArgumentMatchers.anyNumber) { + return this.ANY_NUMBER; + } + if (key === ArgumentMatchers.anyObj) { + return this.ANY_OBJECT; + } + if (key === ArgumentMatchers.anyFunction) { + return this.ANY_FUNCTION; + } + + if (ArgumentMatchers.isRegExp(key)) { + return key; + } + + return null; + } +} + +export default ArgumentMatchers; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/mock/ExtendInterface.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/mock/ExtendInterface.js new file mode 100644 index 0000000000000000000000000000000000000000..c6a866a6df662ad10a7f6869dcbc2381fa47bcdc --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/mock/ExtendInterface.js @@ -0,0 +1,57 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class ExtendInterface { + constructor(mocker) { + this.mocker = mocker; + } + + stub() { + this.params = arguments; + return this; + } + + stubMockedCall(returnInfo) { + this.mocker.stubApply(this, this.params, returnInfo); + } + + afterReturn(value) { + this.stubMockedCall(function () { + return value; + }); + } + + afterReturnNothing() { + this.stubMockedCall(function () { + return undefined; + }); + } + + afterAction(action) { + this.stubMockedCall(action); + } + + afterThrow(msg) { + this.stubMockedCall(function () { + throw msg; + }); + } + + clear() { + this.mocker.clear(); + } +} + +export default ExtendInterface; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/mock/MockKit.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/mock/MockKit.js new file mode 100644 index 0000000000000000000000000000000000000000..a23462472c023f0ef81a6a6d274f14f8649a8dc0 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/mock/MockKit.js @@ -0,0 +1,256 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import ExtendInterface from "./ExtendInterface"; +import VerificationMode from "./VerificationMode"; +import ArgumentMatchers from "./ArgumentMatchers"; + +class MockKit { + + constructor() { + this.mFunctions = []; + this.stubs = new Map(); + this.recordCalls = new Map(); + this.currentSetKey = null; + this.mockObj = null; + this.recordMockedMethod = new Map(); + } + + init() { + this.reset(); + } + + reset() { + this.mFunctions = []; + this.stubs = {}; + this.recordCalls = {}; + this.currentSetKey = null; + this.mockObj = null; + this.recordMockedMethod = new Map(); + } + + clearAll() { + this.reset(); + var props = Object.keys(this); + for (var i = 0; i < props.length; i++) { + delete this[props[i]]; + } + + var props = Object.getOwnPropertyNames(this); + for (var i = 0; i < props.length; i++) { + delete this[props[i]]; + } + for (var key in this) { + delete this[key]; + } + } + + clear(obj) { + if (!obj) throw Error("Please enter an object to be cleaned"); + if (typeof (obj) != 'object') throw new Error('Not a object'); + this.recordMockedMethod.forEach(function (value, key, map) { + if (key) { + obj[key] = value; + } + }); + } + + ignoreMock(obj, method) { + if (typeof (obj) != 'object') throw new Error('Not a object'); + if (typeof (method) != 'function') throw new Error('Not a function'); + let og = this.recordMockedMethod.get(method.propName); + if (og) { + obj[method.propName] = og; + this.recordMockedMethod.set(method.propName, undefined); + } + } + + extend(dest, source) { + dest["stub"] = source["stub"]; + dest["afterReturn"] = source["afterReturn"]; + dest["afterReturnNothing"] = source["afterReturnNothing"]; + dest["afterAction"] = source["afterAction"]; + dest["afterThrow"] = source["afterThrow"]; + dest["stubMockedCall"] = source["stubMockedCall"]; + dest["clear"] = source["clear"]; + return dest; + } + + stubApply(f, params, returnInfo) { + let values = this.stubs.get(f); + if (!values) { + values = new Map(); + } + let key = params[0]; + if (typeof key == "undefined") { + key = "anonymous-mock-" + f.propName; + } + let matcher = new ArgumentMatchers(); + if (matcher.matcheStubKey(key)) { + key = matcher.matcheStubKey(key); + if (key) { + this.currentSetKey = key; + } + } + values.set(key, returnInfo); + this.stubs.set(f, values); + } + + getReturnInfo(f, params) { + let values = this.stubs.get(f); + if (!values) { + return undefined; + } + let retrunKet = params[0]; + if (typeof retrunKet == "undefined") { + retrunKet = "anonymous-mock-" + f.propName; + } + let stubSetKey = this.currentSetKey; + + if (this.currentSetKey && (typeof (retrunKet) != "undefined")) { + retrunKet = stubSetKey; + } + let matcher = new ArgumentMatchers(); + if (matcher.matcheReturnKey(params[0], undefined, stubSetKey) && matcher.matcheReturnKey(params[0], undefined, stubSetKey) != stubSetKey) { + retrunKet = params[0]; + } + + values.forEach(function (value, key, map) { + if (ArgumentMatchers.isRegExp(key) && matcher.matcheReturnKey(params[0], key)) { + retrunKet = key; + } + }); + + return values.get(retrunKet); + } + + findName(obj, value) { + let properties = this.findProperties(obj); + let name = null; + properties.forEach( + function (va1, idx, array) { + if (obj[va1] === value) { + name = va1; + } + } + ); + return name; + } + + isFunctionFromPrototype(f, container, propName) { + if (container.constructor != Object && container.constructor.prototype !== container) { + return container.constructor.prototype[propName] === f; + } + return false; + } + + findProperties(obj, ...arg) { + function getProperty(new_obj) { + if (new_obj.__proto__ === null) { + return []; + } + let properties = Object.getOwnPropertyNames(new_obj); + return [...properties, ...getProperty(new_obj.__proto__)]; + } + return getProperty(obj); + } + + recordMethodCall(originalMethod, args) { + Function.prototype.getName = function () { + return this.name || this.toString().match(/function\s*([^(]*)\(/)[1]; + }; + let name = originalMethod.getName(); + let arglistString = name + '(' + Array.from(args).toString() + ')'; + let records = this.recordCalls.get(arglistString); + if (!records) { + records = 0; + } + records++; + this.recordCalls.set(arglistString, records); + } + + mockFunc(originalObject, originalMethod) { + let tmp = this; + this.originalMethod = originalMethod; + let f = function () { + let args = arguments; + let action = tmp.getReturnInfo(f, args); + if (originalMethod) { + tmp.recordMethodCall(originalMethod, args); + } + if (action) { + return action.apply(this, args); + } + }; + + f.container = null || originalObject; + f.original = originalMethod || null; + + if (originalObject && originalMethod) { + if (typeof (originalMethod) != 'function') throw new Error('Not a function'); + var name = this.findName(originalObject, originalMethod); + originalObject[name] = f; + this.recordMockedMethod.set(name, originalMethod); + f.propName = name; + f.originalFromPrototype = this.isFunctionFromPrototype(f.original, originalObject, f.propName); + } + f.mocker = this; + this.mFunctions.push(f); + this.extend(f, new ExtendInterface(this)); + return f; + } + + verify(methodName, argsArray) { + if (!methodName) { + throw Error("not a function name"); + } + let a = this.recordCalls.get(methodName + '(' + argsArray.toString() + ')'); + return new VerificationMode(a ? a : 0); + } + + mockObject(object) { + if (!object || typeof object === "string") { + throw Error(`this ${object} cannot be mocked`); + } + const _this = this; + let mockedObject = {}; + let keys = Reflect.ownKeys(object); + keys.filter(key => (typeof Reflect.get(object, key)) === 'function') + .forEach(key => { + mockedObject[key] = object[key]; + mockedObject[key] = _this.mockFunc(mockedObject, mockedObject[key]); + }); + return mockedObject; + } +} + +function ifMockedFunction(f) { + if (Object.prototype.toString.call(f) != "[object Function]" && + Object.prototype.toString.call(f) != "[object AsyncFunction]") { + throw Error("not a function"); + } + if (!f.stub) { + throw Error("not a mock function"); + } + return true; +} + +function when(f) { + if (ifMockedFunction(f)) { + return f.stub.bind(f); + } +} + +export {MockKit, when}; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/mock/VerificationMode.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/mock/VerificationMode.js new file mode 100644 index 0000000000000000000000000000000000000000..7bd04c8473985ec57f5b14fc3ae84e9cf7b31f39 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/mock/VerificationMode.js @@ -0,0 +1,49 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import {expect} from '../../interface'; + +class VerificationMode { + constructor(times) { + this.doTimes = times; + } + + times(count) { + expect(count).assertEqual(this.doTimes); + } + + never() { + console.log(this.doTimes); + expect(0).assertEqual(this.doTimes); + } + + once() { + expect(1).assertEqual(this.doTimes); + } + + atLeast(count) { + if (count > this.doTimes) { + throw Error('failed ' + count + ' greater than the actual execution times of method'); + } + } + + atMost(count) { + if (count < this.doTimes) { + throw Error('failed ' + count + ' less than the actual execution times of method'); + } + } +} + +export default VerificationMode; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/report/OhReport.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/report/OhReport.js new file mode 100644 index 0000000000000000000000000000000000000000..da120dd09c0e74e46b9138b7598661e380010210 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/report/OhReport.js @@ -0,0 +1,148 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import SysTestKit from "../kit/SysTestKit"; +import {collectCoverageData} from '../coverage/coverageCollect'; + +class OhReport { + constructor(attr) { + this.delegator = attr.delegator; + this.abilityDelegatorArguments = attr.abilityDelegatorArguments; + this.id = 'report'; + this.index = 0; + this.duration = 0; + } + + init(coreContext) { + this.coreContext = coreContext; + this.suiteService = this.coreContext.getDefaultService('suite'); + this.specService = this.coreContext.getDefaultService('spec'); + } + + taskStart() { + } + + async taskDone() { + if (this.abilityDelegatorArguments !== null) { + this.taskDoneTime = new Date().getTime(); + let summary = this.suiteService.getSummary(); + const configService = this.coreContext.getDefaultService('config'); + if (configService['coverage'] === 'true') { + await collectCoverageData(); + } + let message = '\n' + 'OHOS_REPORT_RESULT: stream=Tests run: ' + summary.total + ', Failure: ' + summary.failure; + message += ', Error: ' + summary.error; + message += ', Pass: ' + summary.pass; + message += ', Ignore: ' + summary.ignore; + message += '\n' + 'OHOS_REPORT_CODE: ' + (summary.failure > 0 ? -1 : 0) + '\n'; + let isHasError = summary.failure > 0 || summary.error > 0; + let config = this.coreContext.getDefaultService('config'); + if (config.isBreakOnError() && isHasError) { + // 未执行全部说明 + message += '\n' + 'OHOS_REPORT_RESULT: breakOnError model, Stopping whole test suite if one specific test case failed or error' + '\n'; + } + message += 'OHOS_REPORT_STATUS: taskconsuming=' + summary.duration + '\n'; + console.info(message); + await SysTestKit.print(message); + } + console.info('report print success'); + this.delegator.finishTest('your test finished!!!', 0, () => { }); + } + + incorrectFormat() { + if (this.coreContext.getDefaultService('config').filterValid.length !== 0) { + var value = this.coreContext.getDefaultService('config').filterValid; + var message = 'this param ' + value.join(',') + ' is invalid' + '\n'; + this.delegator.finishTest(message, 0, () => { + }); + } + } + + async suiteStart() { + if (this.abilityDelegatorArguments !== null) { + let message = '\n' + 'OHOS_REPORT_SUM: ' + this.suiteService.getCurrentRunningSuite().getSpecsNum(); + message += '\n' + 'OHOS_REPORT_STATUS: class=' + this.suiteService.getCurrentRunningSuite().description + '\n'; + console.info(message); + await SysTestKit.print(message); + console.info(this.suiteService.getCurrentRunningSuite().description + ' suiteStart print success'); + } + } + + async suiteDone() { + if (this.abilityDelegatorArguments !== null) { + let message = '\n' + 'OHOS_REPORT_STATUS: class=' + this.suiteService.getCurrentRunningSuite().description; + message += '\n' + 'OHOS_REPORT_STATUS: suiteconsuming=' + this.suiteService.getCurrentRunningSuite().duration + '\n'; + console.info(message); + await SysTestKit.print(message); + console.info(this.suiteService.getCurrentRunningSuite().description + ' suiteDone print success'); + } + } + + async specStart() { + if (this.abilityDelegatorArguments !== null) { + let message = '\n' + 'OHOS_REPORT_STATUS: class=' + this.suiteService.getCurrentRunningSuite().description; + message += '\n' + 'OHOS_REPORT_STATUS: current=' + (++this.index); + message += '\n' + 'OHOS_REPORT_STATUS: id=JS'; + message += '\n' + 'OHOS_REPORT_STATUS: numtests=' + this.specService.getTestTotal(); + message += '\n' + 'OHOS_REPORT_STATUS: stream='; + message += '\n' + 'OHOS_REPORT_STATUS: test=' + this.specService.currentRunningSpec.description; + message += '\n' + 'OHOS_REPORT_STATUS_CODE: 1' + '\n'; + console.info(message); + await SysTestKit.print(message); + console.info(this.specService.currentRunningSpec.description + ' specStart start print success'); + } + } + + async specDone() { + if (this.abilityDelegatorArguments !== null) { + let message = '\n' + 'OHOS_REPORT_STATUS: class=' + this.suiteService.getCurrentRunningSuite().description; + message += '\n' + 'OHOS_REPORT_STATUS: current=' + (this.index); + message += '\n' + 'OHOS_REPORT_STATUS: id=JS'; + message += '\n' + 'OHOS_REPORT_STATUS: numtests=' + this.specService.getTestTotal(); + let errorMsg = ''; + if (this.specService.currentRunningSpec.error) { + message += '\n' + 'OHOS_REPORT_STATUS: stack=' + this.specService.currentRunningSpec.error.message; + message += '\n' + 'OHOS_REPORT_STATUS: stream='; + message += '\n' + 'Error in ' + this.specService.currentRunningSpec.description; + message += '\n' + this.specService.currentRunningSpec.error.message; + message += '\n' + 'OHOS_REPORT_STATUS: test=' + this.specService.currentRunningSpec.description; + message += '\n' + 'OHOS_REPORT_STATUS_CODE: -1' + '\n'; + } else if (this.specService.currentRunningSpec.result) { + if (this.specService.currentRunningSpec.result.failExpects.length > 0) { + this.specService.currentRunningSpec.result.failExpects.forEach(failExpect => { + errorMsg = failExpect.message || ('expect ' + failExpect.actualValue + ' ' + failExpect.checkFunc + ' ' + (failExpect.expectValue)); + }); + message += '\n' + 'OHOS_REPORT_STATUS: stack=' + errorMsg; + message += '\n' + 'OHOS_REPORT_STATUS: stream='; + message += '\n' + 'Error in ' + this.specService.currentRunningSpec.description; + message += '\n' + errorMsg + '\n' + 'OHOS_REPORT_STATUS: test=' + this.specService.currentRunningSpec.description; + message += '\n' + 'OHOS_REPORT_STATUS_CODE: -2' + '\n'; + } else { + message += '\n' + 'OHOS_REPORT_STATUS: stream='; + message += '\n' + 'OHOS_REPORT_STATUS: test=' + this.specService.currentRunningSpec.description; + message += '\n' + 'OHOS_REPORT_STATUS_CODE: 0' + '\n'; + } + } else { + message += '\n'; + } + message += 'OHOS_REPORT_STATUS: consuming=' + this.specService.currentRunningSpec.duration + '\n'; + console.info(message); + await SysTestKit.print(message); + console.info(this.specService.currentRunningSpec.description + ' specDone end print success'); + } + } +} + +export default OhReport; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/report/ReportExtend.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/report/ReportExtend.js new file mode 100644 index 0000000000000000000000000000000000000000..852fbcd5cbf97e776ebe5177a029df0f516594a5 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/module/report/ReportExtend.js @@ -0,0 +1,137 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class ReportExtend { + constructor(fileModule) { + this.id = 'extend'; + this.fileModule = fileModule; + } + + init(coreContext) { + this.coreContext = coreContext; + this.suiteService = this.coreContext.getDefaultService('suite'); + } + + taskStart() { + + } + + taskDone() { + const report = { + tag: 'testsuites', + name: 'summary_report', + timestamp: new Date().toDateString(), + time: '1', + errors: 0, + failures: 0, + tests: 0, + children: [] + }; + const rootSuite = this.suiteService.rootSuite; + if (rootSuite && rootSuite.childSuites) { + for (let testsuite of rootSuite.childSuites) { + let suiteReport = { + tag: 'testsuite', + name: testsuite['description'], + errors: 0, + tests: 0, + failures: 0, + time: '0.1', + children: [] + }; + let specs = testsuite['specs']; + for (let testcase of specs) { + report.tests++; + suiteReport.tests++; + let caseReport = { + tag: 'testcase', + name: testcase['description'], + status: 'run', + time: '0.0', + classname: testsuite['description'] + }; + if (testcase.error) { + caseReport['result'] = false; + caseReport['children'] = [{ + tag: 'error', + type: '', + message: testcase.error.message + }]; + report.errors++; + suiteReport.errors++; + } else if (testcase.result.failExpects.length > 0) { + caseReport['result'] = false; + let message = ''; + testcase.result.failExpects.forEach(failExpect => { + message += failExpect.message || ('expect ' + failExpect.actualValue + ' ' + failExpect.checkFunc + ' ' + (failExpect.expectValue || '')) + ';'; + }); + caseReport['children'] = [{ + tag: 'failure', + type: '', + message: message + }]; + report.failures++; + suiteReport.failures++; + } else { + caseReport['result'] = true; + } + suiteReport.children.push(caseReport); + } + report.children.push(suiteReport); + } + } + + let reportXml = '\n' + json2xml(report); + this.fileModule.writeText({ + uri: 'internal://app/report.xml', + text: reportXml, + success: function () { + console.info('call success callback success'); + }, + fail: function (data, code) { + console.info('call fail callback success:'); + }, + complete: function () { + console.info('call complete callback success'); + } + }); + } +} + +function json2xml(json) { + let tagName; + let hasChildren = false; + let childrenStr = ''; + let attrStr = ''; + for (let key in json) { + if (key === 'tag') { + tagName = json[key]; + } else if (key === 'children') { + if (json[key].length > 0) { + hasChildren = true; + for (let child of json[key]) { + childrenStr += json2xml(child); + } + } + } else { + attrStr += ` ${key}="${json[key]}"`; + } + } + let xml = `<${tagName}${attrStr}`; + xml += hasChildren ? `>${childrenStr}` : '/>'; + return xml; +} + +export default ReportExtend; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/service.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/service.js new file mode 100644 index 0000000000000000000000000000000000000000..e55a2e4a2db3fdef4b983fa9cb63bf5c58b76fb4 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/@ohos+hypium@1.0.6/oh_modules/@ohos/hypium/src/main/service.js @@ -0,0 +1,929 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import SysTestKit from "./module/kit/SysTestKit"; + +class AssertException extends Error { + constructor(message) { + super(); + this.name = "AssertException"; + this.message = message; + } +} + +function getFuncWithArgsZero(func, timeout, isStressTest) { + return new Promise(async (resolve, reject) => { + let timer = null; + if (!isStressTest) { + timer = setTimeout(() => { + reject(new Error('execute timeout ' + timeout + 'ms')); + }, timeout); + } + try { + await func(); + } catch (err) { + reject(err); + } + timer !== null ? clearTimeout(timer) : null; + resolve(); + }); +} + +function getFuncWithArgsOne(func, timeout, isStressTest) { + return new Promise(async (resolve, reject) => { + let timer = null; + if (!isStressTest) { + timer = setTimeout(() => { + reject(new Error('execute timeout ' + timeout + 'ms')); + }, timeout);; + } + + function done() { + timer !== null ? clearTimeout(timer) : null; + resolve(); + } + + try { + await func(done); + } catch (err) { + timer !== null ? clearTimeout(timer) : null; + reject(err); + } + }); +} + +function getFuncWithArgsTwo(func, timeout, paramItem, isStressTest) { + return new Promise(async (resolve, reject) => { + let timer = null; + if (!isStressTest) { + timer = setTimeout(() => { + reject(new Error('execute timeout ' + timeout + 'ms')); + }, timeout); + } + + function done() { + timer !== null ? clearTimeout(timer) : null; + resolve(); + } + + try { + await func(done, paramItem); + } catch (err) { + timer !== null ? clearTimeout(timer) : null; + reject(err); + } + }); +} + +function processFunc(coreContext, func) { + let argNames = ((func || '').toString() + .replace(/((\/\/.*$)|(\/\*[\s\S]*?\*\/))/mg, '') + .match(/^(function)?\s*[^\(]*\(\s*([^\)]*)\)/m) || ['', '', ''])[2] + .split(',') // split parameters + .map(item => item.replace(/^\s*(_?)(.+?)\1\s*$/, name => name.split('=')[0].trim())) + .filter(String); + let funcLen = func.length; + let processedFunc; + const config = coreContext.getDefaultService('config'); + config.setSupportAsync(true); + const timeout = + (config.timeout === undefined ? 5000 : config.timeout); + const isStressTest = (coreContext.getServices('dataDriver') !== undefined || config.getStress() > 1); + switch (funcLen) { + case 0: { + processedFunc = function () { + return getFuncWithArgsZero(func, timeout, isStressTest); + }; + break; + } + case 1: { + if (argNames[0] === 'data') { + processedFunc = function (paramItem) { + func(paramItem); + }; + } else { + processedFunc = function () { + return getFuncWithArgsOne(func, timeout, isStressTest); + }; + } + break; + } + default: { + processedFunc = function (paramItem) { + return getFuncWithArgsTwo(func, timeout, paramItem, isStressTest); + }; + break; + } + } + return processedFunc; +} + +function secureRandomNumber() { + return crypto.randomBytes(8).readUInt32LE() / 0xffffffff; +} + +class SuiteService { + constructor(attr) { + this.id = attr.id; + this.rootSuite = new SuiteService.Suite({}); + this.currentRunningSuite = this.rootSuite; + this.suitesStack = [this.rootSuite]; + } + + describe(desc, func) { + const configService = this.coreContext.getDefaultService('config'); + if (configService.filterSuite(desc)) { + console.info('filter suite :' + desc); + return; + } + const suite = new SuiteService.Suite({description: desc}); + if (typeof this.coreContext.getServices('dataDriver') !== 'undefined' && configService['dryRun'] !== 'true') { + let suiteStress = this.coreContext.getServices('dataDriver').dataDriver.getSuiteStress(desc); + for (let i = 1; i < suiteStress; i++) { + this.currentRunningSuite.childSuites.push(suite); + } + } + this.currentRunningSuite.childSuites.push(suite); + this.currentRunningSuite = suite; + this.suitesStack.push(suite); + func.call(); + let childSuite = this.suitesStack.pop(); + if (this.suitesStack.length === 0) { + this.currentRunningSuite = childSuite; + this.suitesStack.push(childSuite); + } + if (this.suitesStack.length > 1) { + this.currentRunningSuite = this.suitesStack.pop(); + } else { + this.currentRunningSuite = this.suitesStack.pop(); + this.suitesStack.push(this.currentRunningSuite); + } + } + + beforeAll(func) { + this.currentRunningSuite.beforeAll.push(processFunc(this.coreContext, func)); + } + + beforeEach(func) { + this.currentRunningSuite.beforeEach.push(processFunc(this.coreContext, func)); + } + + afterAll(func) { + this.currentRunningSuite.afterAll.push(processFunc(this.coreContext, func)); + } + + afterEach(func) { + this.currentRunningSuite.afterEach.push(processFunc(this.coreContext, func)); + } + + getCurrentRunningSuite() { + return this.currentRunningSuite; + } + + setCurrentRunningSuite(suite) { + this.currentRunningSuite = suite; + } + + traversalResults(suite, obj, breakOnError) { + if (suite.childSuites.length === 0 && suite.specs.length === 0) { + return obj; + } + if (suite.specs.length > 0) { + for (const itItem of suite.specs) { + obj.total++; + if (breakOnError && (obj.error > 0 || obj.failure > 0)) { // breakOnError模式 + continue; + } + if (itItem.error) { + obj.error++; + } else if (itItem.result.failExpects.length > 0) { + obj.failure++; + } else if (itItem.result.pass === true) { + obj.pass++; + } + } + } + + obj.duration += suite.duration; + + if (suite.childSuites.length > 0) { + for (const suiteItem of suite.childSuites) { + this.traversalResults(suiteItem, obj, breakOnError); + } + } + } + + getSummary() { + let suiteService = this.coreContext.getDefaultService('suite'); + let rootSuite = suiteService.rootSuite; + const specService = this.coreContext.getDefaultService('spec'); + const configService = this.coreContext.getDefaultService('config'); + let breakOnError = configService.isBreakOnError(); + let isError = specService.getStatus(); + let isBreaKOnError = breakOnError && isError; + let obj = {total: 0, failure: 0, error: 0, pass: 0, ignore: 0, duration: 0}; + for (const suiteItem of rootSuite.childSuites) { + this.traversalResults(suiteItem, obj, isBreaKOnError); + } + obj.ignore = obj.total - obj.pass - obj.failure - obj.error; + return obj; + } + + init(coreContext) { + this.coreContext = coreContext; + } + + traversalSuites(suite, obj, configService) { + if (suite.childSuites.length === 0 && suite.specs.length === 0) { + return []; + } + if (suite.specs.length > 0) { + let itArray = []; + for (const itItem of suite['specs']) { + if (!configService.filterDesc(suite.description, itItem.description, itItem.fi, null)) { + itArray.push({'itName': itItem.description}); + } + } + obj[suite.description] = itArray; + } + + if (suite.childSuites.length > 0) { + let suiteArray = []; + for (const suiteItem of suite.childSuites) { + let suiteObj = {}; + this.traversalSuites(suiteItem, suiteObj, configService); + if (!configService.filterSuite(suiteItem.description)) { + suiteArray.push(suiteObj); + } + } + obj.suites = suiteArray; + } + } + + async dryRun(abilityDelegator) { + const configService = this.coreContext.getDefaultService('config'); + let testSuitesObj = {}; + let suitesArray = []; + for (const suiteItem of this.rootSuite.childSuites) { + let obj = {}; + this.traversalSuites(suiteItem, obj, configService); + if (!configService.filterSuite(suiteItem.description)) { + suitesArray.push(obj); + } + } + testSuitesObj['suites'] = suitesArray; + + let strJson = JSON.stringify(testSuitesObj); + let strLen = strJson.length; + let maxLen = 500; + let maxCount = Math.floor(strLen / maxLen); + + for (let count = 0; count <= maxCount; count++) { + await SysTestKit.print(strJson.substring(count * maxLen, (count + 1) * maxLen)); + } + console.info('dryRun print success'); + abilityDelegator.finishTest('dry run finished!!!', 0, () => { }); + } + + execute() { + const configService = this.coreContext.getDefaultService('config'); + if (configService.filterValid.length !== 0) { + this.coreContext.fireEvents('task', 'incorrectFormat'); + return; + } + + if (configService.isRandom() && this.rootSuite.childSuites.length > 0) { + this.rootSuite.childSuites.sort(function () { + return Math.random().toFixed(1) > 0.5 ? -1 : 1; + }); + this.currentRunningSuite = this.rootSuite.childSuites[0]; + } + + if (configService.isSupportAsync()) { + let asyncExecute = async () => { + await this.coreContext.fireEvents('task', 'taskStart'); + await this.rootSuite.asyncRun(this.coreContext); + }; + asyncExecute().then(async () => { + await this.coreContext.fireEvents('task', 'taskDone'); + }); + } else { + this.coreContext.fireEvents('task', 'taskStart'); + this.rootSuite.run(this.coreContext); + this.coreContext.fireEvents('task', 'taskDone'); + } + } + + apis() { + const _this = this; + return { + describe: function (desc, func) { + return _this.describe(desc, func); + }, + beforeAll: function (func) { + return _this.beforeAll(func); + }, + beforeEach: function (func) { + return _this.beforeEach(func); + }, + afterAll: function (func) { + return _this.afterAll(func); + }, + afterEach: function (func) { + return _this.afterEach(func); + } + }; + } +} + +SuiteService.Suite = class { + constructor(attrs) { + this.description = attrs.description || ''; + this.childSuites = []; + this.specs = []; + this.beforeAll = []; + this.afterAll = []; + this.beforeEach = []; + this.afterEach = []; + this.duration = 0; + } + + pushSpec(spec) { + this.specs.push(spec); + } + + removeSpec(desc) { + this.specs = this.specs.filter((item, index) => { + return item.description !== desc; + }); + } + + getSpecsNum() { + return this.specs.length; + } + + isRun(coreContext) { + const configService = coreContext.getDefaultService('config'); + const suiteService = coreContext.getDefaultService('suite'); + const specService = coreContext.getDefaultService('spec'); + let breakOnError = configService.isBreakOnError(); + let isError = specService.getStatus(); + return breakOnError && isError; + } + + run(coreContext) { + const suiteService = coreContext.getDefaultService('suite'); + suiteService.setCurrentRunningSuite(this); + if (this.description !== '') { + coreContext.fireEvents('suite', 'suiteStart', this); + } + this.runHookFunc('beforeAll'); + if (this.specs.length > 0) { + const configService = coreContext.getDefaultService('config'); + if (configService.isRandom()) { + this.specs.sort(function () { + return Math.random().toFixed(1) > 0.5 ? -1 : 1; + }); + } + for (let spec in this.specs) { + let isBreakOnError = this.isRun(coreContext); + if (isBreakOnError) { + break; + } + this.runHookFunc('beforeEach'); + spec.run(coreContext); + this.runHookFunc('afterEach'); + } + } + if (this.childSuites.length > 0) { + for (let suite in this.childSuites) { + let isBreakOnError = this.isRun(coreContext); + if (isBreakOnError) { + break; + } + suite.run(coreContext); + suiteService.setCurrentRunningSuite(suite); + } + } + this.runHookFunc('afterAll'); + if (this.description !== '') { + coreContext.fireEvents('suite', 'suiteDone'); + } + } + + async asyncRun(coreContext) { + const suiteService = coreContext.getDefaultService('suite'); + suiteService.setCurrentRunningSuite(this); + suiteService.suitesStack.push(this); + if (this.description !== '') { + await coreContext.fireEvents('suite', 'suiteStart', this); + } + await this.runAsyncHookFunc('beforeAll'); + if (this.specs.length > 0) { + const configService = coreContext.getDefaultService('config'); + if (configService.isRandom()) { + this.specs.sort(function () { + return Math.random().toFixed(1) > 0.5 ? -1 : 1; + }); + } + for (let i = 0; i < this.specs.length; i++) { + // 遇错即停模式,发现用例有问题,直接返回,不在执行后面的it + let isBreakOnError = this.isRun(coreContext); + if (isBreakOnError) { + console.log("break description :" + this.description); + break; + } + await this.runAsyncHookFunc('beforeEach'); + await this.specs[i].asyncRun(coreContext); + await this.runAsyncHookFunc('afterEach'); + } + } + + if (this.childSuites.length > 0) { + for (let i = 0; i < this.childSuites.length; i++) { + // 遇错即停模式, 发现用例有问题,直接返回,不在执行后面的description + let isBreakOnError = this.isRun(coreContext); + if (isBreakOnError) { + console.log("break description :" + this.description); + break; + } + await this.childSuites[i].asyncRun(coreContext); + } + } + + await this.runAsyncHookFunc('afterAll'); + if (this.description !== '') { + await coreContext.fireEvents('suite', 'suiteDone'); + let childSuite = suiteService.suitesStack.pop(); + if (suiteService.suitesStack.length === 0) { + suiteService.suitesStack.push(childSuite); + } + if (suiteService.suitesStack.length > 1) { + suiteService.setCurrentRunningSuite(suiteService.suitesStack.pop()); + } else { + let currentRunningSuite = suiteService.suitesStack.pop(); + suiteService.setCurrentRunningSuite(currentRunningSuite); + suiteService.suitesStack.push(currentRunningSuite); + } + } + } + + runHookFunc(hookName) { + if (this[hookName] && this[hookName].length > 0) { + this[hookName].forEach(func => { + try { + func(); + } catch (e) { + console.error(e); + } + }); + } + } + + runAsyncHookFunc(hookName) { + if (this[hookName] && this[hookName].length > 0) { + return new Promise(async resolve => { + for (let i = 0; i < this[hookName].length; i++) { + try { + await this[hookName][i](); + } catch (e) { + console.error(e); + } + } + resolve(); + }); + } + } +}; + +class SpecService { + constructor(attr) { + this.id = attr.id; + this.totalTest = 0; + this.hasError = false; + } + + init(coreContext) { + this.coreContext = coreContext; + } + + setCurrentRunningSpec(spec) { + this.currentRunningSpec = spec; + } + + setStatus(obj) { + this.hasError = obj; + } + + getStatus() { + return this.hasError; + } + + getTestTotal() { + return this.totalTest; + } + + getCurrentRunningSpec() { + return this.currentRunningSpec; + } + + it(desc, filter, func) { + const configService = this.coreContext.getDefaultService('config'); + const currentSuiteName = this.coreContext.getDefaultService('suite').getCurrentRunningSuite().description; + if (configService.filterDesc(currentSuiteName, desc, filter, this.coreContext)) { + console.info('filter it :' + desc); + } else { + let processedFunc = processFunc(this.coreContext, func); + const spec = new SpecService.Spec({description: desc, fi: filter, fn: processedFunc}); + const suiteService = this.coreContext.getDefaultService('suite'); + if (typeof this.coreContext.getServices('dataDriver') !== 'undefined' && configService['dryRun'] !== 'true') { + let specStress = this.coreContext.getServices('dataDriver').dataDriver.getSpecStress(desc); + for (let i = 1; i < specStress; i++) { + this.totalTest++; + suiteService.getCurrentRunningSuite().pushSpec(spec); + } + } + + // dryRun 状态下不统计压力测试重复数据 + if (configService['dryRun'] !== 'true') { + let stress = configService.getStress(); // 命令配置压力测试 + console.info('stress length :' + stress); + for (let i = 1; i < stress; i++) { + this.totalTest++; + suiteService.getCurrentRunningSuite().pushSpec(spec); + } + } + this.totalTest++; + suiteService.getCurrentRunningSuite().pushSpec(spec); + } + } + + apis() { + const _this = this; + return { + it: function (desc, filter, func) { + return _this.it(desc, filter, func); + } + }; + } +} + +SpecService.Spec = class { + constructor(attrs) { + this.description = attrs.description || ''; + this.fi = attrs.fi; + this.fn = attrs.fn || function () { + }; + this.result = { + failExpects: [], + passExpects: [] + }; + this.error = undefined; + this.duration = 0; + this.startTime = 0; + this.isExecuted = false; // 当前用例是否执行 + } + + setResult(coreContext) { + const specService = coreContext.getDefaultService('spec'); + if (this.result.failExpects.length > 0) { + this.result.pass = false; + specService.setStatus(true); + } else { + this.result.pass = true; + } + console.info('testcase ' + this.description + ' result:' + this.result.pass); + } + + run(coreContext) { + const specService = coreContext.getDefaultService('spec'); + specService.setCurrentRunningSpec(this); + coreContext.fireEvents('spec', 'specStart', this); + this.isExecuted = true; + try { + let dataDriver = coreContext.getServices('dataDriver'); + if (typeof dataDriver === 'undefined') { + this.fn(); + } else { + let suiteParams = dataDriver.dataDriver.getSuiteParams(); + let specParams = dataDriver.dataDriver.getSpecParams(); + console.info('[suite params] ' + JSON.stringify(suiteParams)); + console.info('[spec params] ' + JSON.stringify(specParams)); + if (this.fn.length === 0) { + this.fn(); + } else if (specParams.length === 0) { + this.fn(suiteParams); + } else { + specParams.forEach(paramItem => this.fn(Object.assign({}, paramItem, suiteParams))); + } + } + this.setResult(coreContext); + } catch (e) { + this.error = e; + specService.setStatus(true); + } + coreContext.fireEvents('spec', 'specDone', this); + } + + async asyncRun(coreContext) { + const specService = coreContext.getDefaultService('spec'); + specService.setCurrentRunningSpec(this); + + await coreContext.fireEvents('spec', 'specStart', this); + try { + let dataDriver = coreContext.getServices('dataDriver'); + if (typeof dataDriver === 'undefined') { + await this.fn(); + this.setResult(coreContext); + } else { + let suiteParams = dataDriver.dataDriver.getSuiteParams(); + let specParams = dataDriver.dataDriver.getSpecParams(); + console.info('[suite params] ' + JSON.stringify(suiteParams)); + console.info('[spec params] ' + JSON.stringify(specParams)); + if (this.fn.length === 0) { + await this.fn(); + this.setResult(coreContext); + } else if (specParams.length === 0) { + await this.fn(suiteParams); + this.setResult(coreContext); + } else { + for (const paramItem of specParams) { + await this.fn(Object.assign({}, paramItem, suiteParams)); + this.setResult(coreContext); + } + } + } + } catch (e) { + if (e instanceof AssertException) { + this.fail = e; + specService.setStatus(true); + } else { + this.error = e; + specService.setStatus(true); + } + } + this.isExecuted = true; + await coreContext.fireEvents('spec', 'specDone', this); + } + + filterCheck(coreContext) { + const specService = coreContext.getDefaultService('spec'); + specService.setCurrentRunningSpec(this); + return true; + } + + addExpectationResult(expectResult) { + if (this.result.failExpects.length === 0) { + this.result.failExpects.push(expectResult); + } + throw new AssertException(expectResult.message); + } +}; + +class ExpectService { + constructor(attr) { + this.id = attr.id; + this.matchers = {}; + } + + expect(actualValue) { + return this.wrapMatchers(actualValue); + } + + init(coreContext) { + this.coreContext = coreContext; + this.addMatchers(this.basicMatchers()); + } + + addMatchers(matchers) { + for (const matcherName in matchers) { + if (Object.prototype.hasOwnProperty.call(matchers, matcherName)) { + this.matchers[matcherName] = matchers[matcherName]; + } + } + } + + basicMatchers() { + return { + assertTrue: function (actualValue) { + return { + pass: (actualValue) === true, + message: 'expect true, actualValue is ' + actualValue + }; + }, + assertEqual: function (actualValue, args) { + return { + pass: (actualValue) === args[0], + expectValue: args[0], + message: 'expect ' + actualValue + ' equals ' + args[0] + }; + }, + assertThrow: function (actual, args) { + const result = { + pass: false + }; + if (typeof actual !== 'function') { + result.message = 'toThrow\'s Actual should be a Function'; + } else { + let hasThrow = false; + let throwError; + try { + actual(); + } catch (e) { + hasThrow = true; + throwError = e; + } + if (!hasThrow) { + result.message = 'function did not throw an exception'; + } else if (throwError && throwError.message === args[0]) { + result.pass = true; + } else { + result.message = `expect to throw ${args[0]} , actual throw ${throwError.message}`; + } + } + return result; + } + }; + } + + wrapMatchers(actualValue) { + const _this = this; + const wrappedMatchers = { + // 翻转标识 + isNot: false, + + // 翻转方法 + not: function () { + this.isNot = true; + return this; + } + }; + const specService = _this.coreContext.getDefaultService('spec'); + const currentRunningSpec = specService.getCurrentRunningSpec(); + for (const matcherName in this.matchers) { + let result = Object.prototype.hasOwnProperty.call(this.matchers, matcherName); + if (!result) { + continue; + } + if (matcherName.search('assertPromise') == 0) { + wrappedMatchers[matcherName] = async function () { + await _this.matchers[matcherName](actualValue, arguments).then(function (result) { + if (wrappedMatchers.isNot) { + result.pass = !result.pass; + } + result.actualValue = actualValue; + result.checkFunc = matcherName; + if (!result.pass) { + currentRunningSpec.addExpectationResult(result); + } + }); + }; + } else { + wrappedMatchers[matcherName] = function () { + const result = _this.matchers[matcherName](actualValue, arguments); + if (wrappedMatchers.isNot) { + result.pass = !result.pass; + } + result.actualValue = actualValue; + result.checkFunc = matcherName; + if (!result.pass) { + currentRunningSpec.addExpectationResult(result); + } + }; + } + } + return wrappedMatchers; + } + + apis() { + const _this = this; + return { + expect: function (actualValue) { + return _this.expect(actualValue); + } + }; + } +} + +class ReportService { + constructor(attr) { + this.id = attr.id; + } + + init(coreContext) { + this.coreContext = coreContext; + this.specService = this.coreContext.getDefaultService('spec'); + this.suiteService = this.coreContext.getDefaultService('suite'); + this.duration = 0; + } + + taskStart() { + console.info('[start] start run suites'); + } + + async suiteStart() { + console.info('[suite start]' + this.suiteService.getCurrentRunningSuite().description); + } + + async specStart() { + console.info('start running case \'' + this.specService.currentRunningSpec.description + '\''); + this.index = this.index + 1; + let spec = this.specService.currentRunningSpec; + spec.startTime = await SysTestKit.getRealTime(); + } + + async specDone() { + let msg = ''; + let spec = this.specService.currentRunningSpec; + let suite = this.suiteService.currentRunningSuite; + spec.duration = await SysTestKit.getRealTime() - spec.startTime; + suite.duration += spec.duration; + if (spec.error) { + this.formatPrint('error', spec.description + ' ; consuming ' + spec.duration + 'ms'); + this.formatPrint('errorDetail', spec.error); + } else if (spec.result) { + if (spec.result.failExpects.length > 0) { + this.formatPrint('fail', spec.description + ' ; consuming ' + spec.duration + 'ms'); + spec.result.failExpects.forEach(failExpect => { + msg = failExpect.message || ('expect ' + failExpect.actualValue + ' ' + + failExpect.checkFunc + ' ' + (failExpect.expectValue)); + this.formatPrint('failDetail', msg); + }); + } else { + this.formatPrint('pass', spec.description + ' ; consuming ' + spec.duration + 'ms'); + } + } + this.formatPrint(this.specService.currentRunningSpec.error, msg); + } + + suiteDone() { + let suite = this.suiteService.currentRunningSuite; + console.info(`[suite end] ${suite.description} consuming ${suite.duration} ms`); + } + + taskDone() { + let msg = ''; + let summary = this.suiteService.getSummary(); + msg = 'total cases:' + summary.total + ';failure ' + summary.failure + ',' + 'error ' + summary.error; + msg += ',pass ' + summary.pass + '; consuming ' + summary.duration + 'ms'; + console.info(msg); + console.info('[end] run suites end'); + } + + incorrectFormat() { + if (this.coreContext.getDefaultService('config').filterValid.length !== 0) { + this.coreContext.getDefaultService('config').filterValid.forEach(function (item) { + console.info('this param ' + item + ' is invalid'); + }); + } + } + + formatPrint(type, msg) { + switch (type) { + case 'pass': + console.info('[pass]' + msg); + break; + case 'fail': + console.info('[fail]' + msg); + break; + case 'failDetail': + console.info('[failDetail]' + msg); + break; + case 'error': + console.info('[error]' + msg); + break; + case 'errorDetail': + console.info('[errorDetail]' + msg); + break; + } + } + + sleep(numberMillis) { + var now = new Date(); + var exitTime = now.getTime() + numberMillis; + while (true) { + now = new Date(); + if (now.getTime() > exitTime) { + return; + } + } + } +} + +export { + SuiteService, + SpecService, + ExpectService, + ReportService +}; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/CHANGELOG.md b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/README.md b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/index.d.ts b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/index.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..b0b4394a3284c07e873e84c9144cd31889e1863d --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/index.d.ts @@ -0,0 +1,136 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License") + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +export const DEFAULT = 0B0000 + +export const when: when; + +export enum TestType { + FUNCTION = 0B1, + PERFORMANCE = 0B1 << 1, + POWER = 0B1 << 2, + RELIABILITY = 0B1 << 3, + SECURITY = 0B1 << 4, + GLOBAL = 0B1 << 5, + COMPATIBILITY = 0B1 << 6, + USER = 0B1 << 7, + STANDARD = 0B1 << 8, + SAFETY = 0B1 << 9, + RESILIENCE = 0B1 << 10 +} + +export enum Size { + SMALLTEST = 0B1 << 16, + MEDIUMTEST = 0B1 << 17, + LARGETEST = 0B1 << 18 +} + +export enum Level { + LEVEL0 = 0B1 << 24, + LEVEL1 = 0B1 << 25, + LEVEL2 = 0B1 << 26, + LEVEL3 = 0B1 << 27, + LEVEL4 = 0B1 << 28 +} + +export function describe(testSuiteName: string, callback: Function): void + +export function beforeEach(callback: Function): void + +export function afterEach(callback: Function): void + +export function beforeAll(callback: Function): void + +export function afterAll(callback: Function): void + +export function it(testCaseName: string, attribute: (TestType | Size | Level), callback: Function) + +export interface Assert { + assertClose(expectValue: number, precision: number): void + assertContain(expectValue: any): void + assertEqual(expectValue: any): void + assertFail(): void + assertFalse(): void + assertTrue(): void + assertInstanceOf(expectValue: string): void + assertLarger(expectValue: number): void + assertLess(expectValue: number): void + assertNull(): void + assertThrowError(expectValue: string): void + assertUndefined(): void + assertLargerOrEqual(expectValue: number):void + assertLessOrEqual(expectValue: number):void + assertNaN():void + assertNegUnlimited(): void + assertPosUnlimited(): void + not(): Assert; + assertDeepEquals(expectValue: any):void + assertPromiseIsPending(): void + assertPromiseIsRejected(): void + assertPromiseIsRejectedWith(expectValue?: any): void + assertPromiseIsRejectedWithError(...expectValue): void + assertPromiseIsResolved(): void + assertPromiseIsResolvedWith(expectValue?: any): void +} + +export function expect(actualValue?: any): Assert + +export class ArgumentMatchers { + static any; + static anyString; + static anyBoolean; + static anyNumber; + static anyObj; + static anyFunction; + static matchRegexs(Regex: RegExp): void +} + +declare interface when { + afterReturn(value: any): any + afterReturnNothing(): undefined + afterAction(action: any): any + afterThrow(e_msg: string): string + (argMatchers?: any): when; +} + +export interface VerificationMode { + times(count: Number): void + never(): void + once(): void + atLeast(count: Number): void + atMost(count: Number): void +} + +export class MockKit { + constructor() + mockFunc(obj: Object, func: Function): Function + mockObject(obj: Object): Object + verify(methodName: String, argsArray: Array): VerificationMode + ignoreMock(obj: Object, func: Function): void + clear(obj: Object): void + clearAll(): void +} + +export class SysTestKit { + static actionStart(tag: string): void + static actionEnd(tag: string): void + static existKeyword(keyword: string, timeout?: number): boolean +} + +export class Hypium { + static setData(data: {[key: string]: any}): void + static setTimeConfig(systemTime: any) + static hypiumTest(abilityDelegator: any, abilityDelegatorArguments: any, testsuite: Function): void +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/index.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/index.ets new file mode 100644 index 0000000000000000000000000000000000000000..3c3fe31746bcc2d00e4f8b33e67be5c5a26f9d22 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/index.ets @@ -0,0 +1,92 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License") + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import Core from './src/main/core'; +import {DEFAULT, TestType, Size, Level} from './src/main/Constant'; +import DataDriver from './src/main/module/config/DataDriver'; +import ExpectExtend from './src/main/module/assert/ExpectExtend'; +import OhReport from './src/main/module/report/OhReport'; +import SysTestKit from './src/main/module/kit/SysTestKit'; +import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from './src/main/interface'; +import {MockKit, when} from './src/main/module/mock/MockKit'; +import ArgumentMatchers from './src/main/module/mock/ArgumentMatchers'; + +class Hypium { + static setData(data) { + const core = Core.getInstance(); + const dataDriver = new DataDriver({data}); + core.addService('dataDriver', dataDriver); + } + + static setTimeConfig(systemTime) { + SysTestKit.systemTime = systemTime; + } + + static hypiumTest(abilityDelegator, abilityDelegatorArguments, testsuite) { + const core = Core.getInstance(); + const expectExtend = new ExpectExtend({ + 'id': 'extend' + }); + core.addService('expect', expectExtend); + const ohReport = new OhReport({ + 'delegator': abilityDelegator, + 'abilityDelegatorArguments': abilityDelegatorArguments + }); + SysTestKit.delegator = abilityDelegator; + core.addService('report', ohReport); + core.init(); + core.subscribeEvent('spec', ohReport); + core.subscribeEvent('suite', ohReport); + core.subscribeEvent('task', ohReport); + const configService = core.getDefaultService('config'); + + let testParameters = {}; + if (abilityDelegatorArguments !== null) { + testParameters = configService.translateParams(abilityDelegatorArguments.parameters); + } + console.info('parameters:' + JSON.stringify(testParameters)); + configService.setConfig(testParameters); + + testsuite(); + if (Object.prototype.hasOwnProperty.call(globalThis, 'setupUiTestEnvironment')) { + globalThis.setupUiTestEnvironment().then(() => { + console.info('UiTestKit::after run uitest setup, start run testcases'); + core.execute(abilityDelegator); + }).catch((error) => { + console.error('UiTestKit:: call setupUiTestEnvironment failure:' + error); + core.execute(abilityDelegator); + }); + } else { + console.info('UiTestKit:: no need to setup uitest, start run testcases'); + core.execute(abilityDelegator); + } + } +} + +export { + Hypium, + Core, + DEFAULT, + TestType, + Size, + Level, + DataDriver, + ExpectExtend, + OhReport, + SysTestKit, + describe, beforeAll, beforeEach, afterEach, afterAll, it, expect, + MockKit, when, + ArgumentMatchers +}; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/index.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/index.js new file mode 100644 index 0000000000000000000000000000000000000000..3c3fe31746bcc2d00e4f8b33e67be5c5a26f9d22 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/index.js @@ -0,0 +1,92 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License") + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import Core from './src/main/core'; +import {DEFAULT, TestType, Size, Level} from './src/main/Constant'; +import DataDriver from './src/main/module/config/DataDriver'; +import ExpectExtend from './src/main/module/assert/ExpectExtend'; +import OhReport from './src/main/module/report/OhReport'; +import SysTestKit from './src/main/module/kit/SysTestKit'; +import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from './src/main/interface'; +import {MockKit, when} from './src/main/module/mock/MockKit'; +import ArgumentMatchers from './src/main/module/mock/ArgumentMatchers'; + +class Hypium { + static setData(data) { + const core = Core.getInstance(); + const dataDriver = new DataDriver({data}); + core.addService('dataDriver', dataDriver); + } + + static setTimeConfig(systemTime) { + SysTestKit.systemTime = systemTime; + } + + static hypiumTest(abilityDelegator, abilityDelegatorArguments, testsuite) { + const core = Core.getInstance(); + const expectExtend = new ExpectExtend({ + 'id': 'extend' + }); + core.addService('expect', expectExtend); + const ohReport = new OhReport({ + 'delegator': abilityDelegator, + 'abilityDelegatorArguments': abilityDelegatorArguments + }); + SysTestKit.delegator = abilityDelegator; + core.addService('report', ohReport); + core.init(); + core.subscribeEvent('spec', ohReport); + core.subscribeEvent('suite', ohReport); + core.subscribeEvent('task', ohReport); + const configService = core.getDefaultService('config'); + + let testParameters = {}; + if (abilityDelegatorArguments !== null) { + testParameters = configService.translateParams(abilityDelegatorArguments.parameters); + } + console.info('parameters:' + JSON.stringify(testParameters)); + configService.setConfig(testParameters); + + testsuite(); + if (Object.prototype.hasOwnProperty.call(globalThis, 'setupUiTestEnvironment')) { + globalThis.setupUiTestEnvironment().then(() => { + console.info('UiTestKit::after run uitest setup, start run testcases'); + core.execute(abilityDelegator); + }).catch((error) => { + console.error('UiTestKit:: call setupUiTestEnvironment failure:' + error); + core.execute(abilityDelegator); + }); + } else { + console.info('UiTestKit:: no need to setup uitest, start run testcases'); + core.execute(abilityDelegator); + } + } +} + +export { + Hypium, + Core, + DEFAULT, + TestType, + Size, + Level, + DataDriver, + ExpectExtend, + OhReport, + SysTestKit, + describe, beforeAll, beforeEach, afterEach, afterAll, it, expect, + MockKit, when, + ArgumentMatchers +}; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/oh-package.json5 b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..c3e555885d7dc1192d874cbba436346d12b14a1e --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/oh-package.json5 @@ -0,0 +1,25 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +{ + "name": "@ohos/hypium", + "version": "1.0.6", + "description": "A unit test framework for OpenHarmony application", + "main": "index.js", + "keywords": [], + "author": "huawei", + "license": "Apache-2.0", + "dependencies": { + } +} diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/Constant.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/Constant.js new file mode 100644 index 0000000000000000000000000000000000000000..f1829107720a64df7b571a4bfd11a25e6d9022b6 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/Constant.js @@ -0,0 +1,47 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * define the testcase type : TestType, Size , Level + */ +export const DEFAULT = 0B0000; + +export class TestType { + static FUNCTION = 0B1; + static PERFORMANCE = 0B1 << 1; + static POWER = 0B1 << 2; + static RELIABILITY = 0B1 << 3; + static SECURITY = 0B1 << 4; + static GLOBAL = 0B1 << 5; + static COMPATIBILITY = 0B1 << 6; + static USER = 0B1 << 7; + static STANDARD = 0B1 << 8; + static SAFETY = 0B1 << 9; + static RESILIENCE = 0B1 << 10; +} + +export class Size { + static SMALLTEST = 0B1 << 16; + static MEDIUMTEST = 0B1 << 17; + static LARGETEST = 0B1 << 18; +} + +export class Level { + static LEVEL0 = 0B1 << 24; + static LEVEL1 = 0B1 << 25; + static LEVEL2 = 0B1 << 26; + static LEVEL3 = 0B1 << 27; + static LEVEL4 = 0B1 << 28; +} diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/core.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/core.js new file mode 100644 index 0000000000000000000000000000000000000000..cfcb5f17287208f5e6869b4248faf6c9093002d9 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/core.js @@ -0,0 +1,159 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import {SuiteService, SpecService, ExpectService, ReportService} from './service'; +import {ConfigService} from './module/config/configService'; +import {SpecEvent, TaskEvent, SuiteEvent} from './event'; + +/** + * core service for execute testcase. + */ +class Core { + static getInstance() { + if (!this.instance) { + this.instance = new Core(); + } + return this.instance; + } + + constructor() { + this.instance = null; + this.services = { + suite: {}, + spec: {}, + config: {}, + expect: {}, + log: {}, + report: {} + + }; + this.events = { + suite: {}, + spec: {}, + task: {} + }; + } + + addService(name, service) { + let serviceObj = {}; + if (!this.services[name]) { + this.services[name] = serviceObj; + } else { + serviceObj = this.services[name]; + } + serviceObj[service.id] = service; + } + + getDefaultService(name) { + return this.services[name].default; + } + + getServices(name) { + return this.services[name]; + } + + registerEvent(serviceName, event) { + let eventObj = {}; + if (!this.events[serviceName]) { + this.events[serviceName] = eventObj; + } else { + eventObj = this.events[serviceName]; + } + eventObj[event.id] = event; + } + + unRegisterEvent(serviceName, eventID) { + const eventObj = this.events[serviceName]; + if (eventObj) { + delete eventObj[eventID]; + } + } + + subscribeEvent(serviceName, serviceObj) { + const eventObj = this.events[serviceName]; + if (eventObj) { + for (const attr in eventObj) { + eventObj[attr]['subscribeEvent'](serviceObj); + } + } + } + + async fireEvents(serviceName, eventName) { + const eventObj = this.events[serviceName]; + if (!eventObj) { + return; + } + for (const attr in eventObj) { + await eventObj[attr][eventName](); + } + } + + addToGlobal(apis) { + if (typeof globalThis !== 'undefined') { + for (let api in apis) { + globalThis[api] = apis[api]; + } + } + for (const api in apis) { + this[api] = apis[api]; + } + } + + init() { + this.addService('suite', new SuiteService({id: 'default'})); + this.addService('spec', new SpecService({id: 'default'})); + this.addService('expect', new ExpectService({id: 'default'})); + this.addService('report', new ReportService({id: 'default'})); + this.addService('config', new ConfigService({id: 'default'})); + this.registerEvent('task', new TaskEvent({id: 'default', coreContext: this})); + this.registerEvent('suite', new SuiteEvent({id: 'default', coreContext: this})); + this.registerEvent('spec', new SpecEvent({id: 'default', coreContext: this})); + this.subscribeEvent('spec', this.getDefaultService('report')); + this.subscribeEvent('suite', this.getDefaultService('report')); + this.subscribeEvent('task', this.getDefaultService('report')); + const context = this; + for (const key in this.services) { + const serviceObj = this.services[key]; + for (const serviceID in serviceObj) { + const service = serviceObj[serviceID]; + service.init(context); + + if (typeof service.apis !== 'function') { + continue; + } + const apis = service.apis(); + if (apis) { + this.addToGlobal(apis); + } + } + } + } + + execute(abilityDelegator) { + const suiteService = this.getDefaultService('suite'); + const configService = this.getDefaultService('config'); + if (configService['dryRun'] === 'true') { + (async function () { + await suiteService.dryRun(abilityDelegator); + })(); + return; + } + setTimeout(() => { + suiteService.execute(); + }, 10); + } +} + +export default Core; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/event.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/event.js new file mode 100644 index 0000000000000000000000000000000000000000..1333a1c483f9a2aa1c45e133b1d3cbbc7cdb8346 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/event.js @@ -0,0 +1,94 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class SpecEvent { + constructor(attr) { + this.id = attr.id; + this.coreContext = attr.context; + this.eventMonitors = []; + } + + subscribeEvent(service) { + this.eventMonitors.push(service); + } + + async specStart() { + for (const monitor of this.eventMonitors) { + await monitor['specStart'](); + } + } + + async specDone() { + for (const monitor of this.eventMonitors) { + await monitor['specDone'](); + } + } +} + +class SuiteEvent { + constructor(attr) { + this.id = attr.id; + this.suiteContext = attr.coreContext; + this.eventMonitors = []; + } + + subscribeEvent(service) { + this.eventMonitors.push(service); + } + + async suiteStart() { + for (const monitor of this.eventMonitors) { + await monitor['suiteStart'](); + } + } + + async suiteDone() { + for (const monitor of this.eventMonitors) { + await monitor['suiteDone'](); + } + } +} + +class TaskEvent { + constructor(attr) { + this.id = attr.id; + this.coreContext = attr.coreContext; + this.eventMonitors = []; + } + + subscribeEvent(service) { + this.eventMonitors.push(service); + } + + async taskStart() { + for (const monitor of this.eventMonitors) { + await monitor['taskStart'](); + } + } + + async taskDone() { + for (const monitor of this.eventMonitors) { + await monitor['taskDone'](); + } + } + + incorrectFormat() { + for (const monitor of this.eventMonitors) { + monitor['incorrectFormat'](); + } + } +} + +export {SpecEvent, TaskEvent, SuiteEvent}; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/interface.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/interface.js new file mode 100644 index 0000000000000000000000000000000000000000..40398c849d55cd76ab64fcba26899b547e2a3c97 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/interface.js @@ -0,0 +1,44 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import Core from './core'; + +const core = Core.getInstance(); + +const describe = function (desc, func) { + return Reflect.has(core, 'describe') ? core.describe(desc, func) : (desc, func) => { }; +}; +const it = function (desc, filter, func) { + return Reflect.has(core, 'it') ? core.it(desc, filter, func) : (desc, filter, func) => { }; +}; +const beforeEach = function (func) { + return Reflect.has(core, 'beforeEach') ? core.beforeEach(func) : (func) => { }; +}; +const afterEach = function (func) { + return Reflect.has(core, 'afterEach') ? core.afterEach(func) : (func) => { }; +}; +const beforeAll = function (func) { + return Reflect.has(core, 'beforeAll') ? core.beforeAll(func) : (func) => { }; +}; +const afterAll = function (func) { + return Reflect.has(core, 'afterAll') ? core.afterAll(func) : (func) => { }; +}; +const expect = function (actualValue) { + return Reflect.has(core, 'expect') ? core.expect(actualValue) : (actualValue) => { }; +}; + +export { + describe, it, beforeAll, beforeEach, afterEach, afterAll, expect +}; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/ExpectExtend.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/ExpectExtend.js new file mode 100644 index 0000000000000000000000000000000000000000..d10d15e6f9955c6d04610101f8766c951ee1a35d --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/ExpectExtend.js @@ -0,0 +1,85 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import assertNull from './assertNull'; +import assertClose from './assertClose'; +import assertContain from './assertContain'; +import assertLess from './assertLess'; +import assertLarger from './assertLarger'; +import assertFail from './assertFail'; +import assertUndefined from './assertUndefined'; +import assertFalse from './assertFalse'; +import assertInstanceOf from './assertInstanceOf'; +import assertThrowError from './assertThrowError'; +import assertLargerOrEqual from './assertLargerOrEqual' +import assertLessOrEqual from './assertLessOrEqual' +import assertNaN from './assertNaN' +import assertNegUnlimited from './assertNegUnlimited' +import assertPosUnlimited from './assertPosUnlimited' +import assertDeepEquals from './deepEquals/assertDeepEquals' +import assertPromiseIsPending from './assertPromiseIsPending'; +import assertPromiseIsRejected from './assertPromiseIsRejected'; +import assertPromiseIsRejectedWith from './assertPromiseIsRejectedWith'; +import assertPromiseIsRejectedWithError from './assertPromiseIsRejectedWithError'; +import assertPromiseIsResolved from './assertPromiseIsResolved'; +import assertPromiseIsResolvedWith from './assertPromiseIsResolvedWith'; +class ExpectExtend { + constructor(attr) { + this.id = attr.id; + this.matchers = {}; + } + + extendsMatchers() { + this.matchers.assertNull = assertNull; + this.matchers.assertClose = assertClose; + this.matchers.assertContain = assertContain; + this.matchers.assertLess = assertLess; + this.matchers.assertLarger = assertLarger; + this.matchers.assertFail = assertFail; + this.matchers.assertUndefined = assertUndefined; + this.matchers.assertFalse = assertFalse; + this.matchers.assertInstanceOf = assertInstanceOf; + this.matchers.assertThrowError = assertThrowError; + this.matchers.assertLargerOrEqual = assertLargerOrEqual; + this.matchers.assertLessOrEqual = assertLessOrEqual; + this.matchers.assertNaN = assertNaN; + this.matchers.assertNegUnlimited = assertNegUnlimited; + this.matchers.assertPosUnlimited = assertPosUnlimited; + this.matchers.assertDeepEquals = assertDeepEquals; + this.matchers.assertPromiseIsPending = assertPromiseIsPending; + this.matchers.assertPromiseIsRejected = assertPromiseIsRejected; + this.matchers.assertPromiseIsRejectedWith = assertPromiseIsRejectedWith; + this.matchers.assertPromiseIsRejectedWithError = assertPromiseIsRejectedWithError; + this.matchers.assertPromiseIsResolved = assertPromiseIsResolved; + this.matchers.assertPromiseIsResolvedWith = assertPromiseIsResolvedWith; + } + + init(coreContext) { + this.coreContext = coreContext; + this.extendsMatchers(); + const expectService = this.coreContext.getDefaultService('expect'); + expectService.addMatchers(this.matchers); + } + + apis() { + return { + 'expect': function (actualValue) { + return this.coreContext.getDefaultService('expect').expect(actualValue); + } + }; + } +} + +export default ExpectExtend; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertClose.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertClose.js new file mode 100644 index 0000000000000000000000000000000000000000..63635bea5bf1298776de565260e0e0babae56857 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertClose.js @@ -0,0 +1,41 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertClose(actualValue, expected) { + console.log('expected:' + expected[0] + ',precision:' + expected[1]); + if (actualValue === null && expected[0] === null) { + throw new Error('actualValue and expected can not be both null!!!'); + } + let result; + let diff = Math.abs(expected[0] - actualValue); + let actualAbs = Math.abs(actualValue); + if ((actualAbs - 0) === 0) { + if ((diff - 0) === 0) { + result = true; + } else { + result = false; + } + } else if (diff / actualAbs < expected[1]) { + result = true; + } else { + result = false; + } + return { + pass: result, + message: '|' + actualValue + ' - ' + expected[0] + '|/' + actualValue + ' is not less than ' + expected[1] + }; +} + +export default assertClose; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertContain.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertContain.js new file mode 100644 index 0000000000000000000000000000000000000000..7fba0d9755503e5e926f6c1a4e425e0d1cf47570 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertContain.js @@ -0,0 +1,35 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertContain(actualValue, expect) { + let result = false; + if (Object.prototype.toString.call(actualValue).indexOf('Array')) { + for (let i in actualValue) { + if (actualValue[i] == expect[0]) { + result = true; + } + } + } + let type = Object.prototype.toString.call(actualValue); + if (type === '[object String]') { + result = actualValue.indexOf(expect[0]) >= 0; + } + return { + pass: result, + message: 'expect false, ' + actualValue + ' do not have ' + expect[0] + }; +} + +export default assertContain; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertFail.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertFail.js new file mode 100644 index 0000000000000000000000000000000000000000..8ab4ac5caef712c75c4eac49dfbbb91d33669d9a --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertFail.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertFail() { + return { + pass: false, + message: 'fail ' + }; +} + +export default assertFail; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertFalse.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertFalse.js new file mode 100644 index 0000000000000000000000000000000000000000..c5008e94f4b2ce13ed35b604811793c76b542347 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertFalse.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertFalse(actualValue) { + return { + pass: (actualValue) === false, + message: 'expect false, actualValue is ' + actualValue + }; +} + +export default assertFalse; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertInstanceOf.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertInstanceOf.js new file mode 100644 index 0000000000000000000000000000000000000000..1e11b93f7251c67f5455c5007cd7be268aa53b32 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertInstanceOf.js @@ -0,0 +1,29 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertInstanceOf(actualValue, expected) { + if (Object.prototype.toString.call(actualValue) == '[object ' + expected[0] + ']') { + return { + pass: true + }; + } else { + return { + pass: false, + message: actualValue + ' is ' + Object.prototype.toString.call(actualValue) + 'not ' + expected[0] + }; + } +} + +export default assertInstanceOf; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertLarger.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertLarger.js new file mode 100644 index 0000000000000000000000000000000000000000..a74f4a8cedaf3add9c2dc2d3799081a83198732f --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertLarger.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertLarger(actualValue, expected) { + return { + pass: (actualValue) > expected[0], + message: (actualValue) + ' is not larger than ' + expected[0] + }; +} + +export default assertLarger; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertLargerOrEqual.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertLargerOrEqual.js new file mode 100644 index 0000000000000000000000000000000000000000..e847e6c217364b7f69c173c66fb98d10efc45ef1 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertLargerOrEqual.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertLargerOrEqual(actualValue, expected) { + return { + pass: (actualValue) >= expected[0], + message: (actualValue) + ' is not larger than ' + expected[0] + }; +} + +export default assertLargerOrEqual; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertLess.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertLess.js new file mode 100644 index 0000000000000000000000000000000000000000..17e84b0abaeb20804048a5a15c19e0603634846d --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertLess.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertLess(actualValue, expected) { + return { + pass: (actualValue) < expected[0], + message: (actualValue) + ' is not less than ' + expected[0] + }; +} + +export default assertLess; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertLessOrEqual.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertLessOrEqual.js new file mode 100644 index 0000000000000000000000000000000000000000..f754f97ffa9d24e7852efe2423a1dd35d448af82 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertLessOrEqual.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertLessOrEqual(actualValue, expected) { + return { + pass: (actualValue) <= expected[0], + message: (actualValue) + ' is not less than ' + expected[0] + }; +} + +export default assertLessOrEqual; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertNaN.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertNaN.js new file mode 100644 index 0000000000000000000000000000000000000000..8d45d6a93b86c5ed325a68b32ff014835993a58e --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertNaN.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertNaN(actualValue) { + return { + pass: actualValue !== actualValue, + message: 'expect NaN, actualValue is ' + actualValue + }; +} + +export default assertNaN; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertNegUnlimited.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertNegUnlimited.js new file mode 100644 index 0000000000000000000000000000000000000000..ceac555afc826e057970e6cfe9c73b322c672aa2 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertNegUnlimited.js @@ -0,0 +1,23 @@ +/* +* Copyright (c) 2022 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +function assertNegUnlimited(actualValue) { + return { + pass: actualValue === Number.NEGATIVE_INFINITY, + message: 'Expected actualValue not to be -Infinity. actualValue is,' + actualValue + }; +} + +export default assertNegUnlimited; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertNull.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertNull.js new file mode 100644 index 0000000000000000000000000000000000000000..53a7bad827323a98d3302a4e7eea679551b459c5 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertNull.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertNull(actualValue) { + return { + pass: (actualValue) === null, + message: 'expect null, actualValue is ' + (actualValue) + }; +} + +export default assertNull; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPosUnlimited.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPosUnlimited.js new file mode 100644 index 0000000000000000000000000000000000000000..6e68c0e2b6c499f4dc3dd56c13e9ea1073a3c54c --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPosUnlimited.js @@ -0,0 +1,23 @@ +/* +* Copyright (c) 2022 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +function assertPosUnlimited(actualValue) { + return { + pass: actualValue === Number.POSITIVE_INFINITY, + message: 'Expected actualValue is POSITIVE_INFINITY. actualValue is,' + actualValue + }; +} + +export default assertPosUnlimited; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsPending.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsPending.js new file mode 100644 index 0000000000000000000000000000000000000000..7e2ca2ce14d50c39554fc1157d6d4eb9329d5c39 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsPending.js @@ -0,0 +1,42 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsPending(actualPromise) { + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + const helper = {}; + return Promise.race([actualPromise, Promise.resolve(helper)]).then( + function (got) { + return helper === got ? {pass: true, message: 'actualValue is isPending'} + : { + pass: false, + message: 'expect isPending, actualValue is resolve' + }; + }, + function () { + return { + pass: false + , message: 'expect isPending, actualValue is reject' + }; + }); +} + +export default assertPromiseIsPending; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejected.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejected.js new file mode 100644 index 0000000000000000000000000000000000000000..eb8e65c7d70d5750a9ccebb55c2cf5049cf144fc --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejected.js @@ -0,0 +1,40 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsRejected(actualPromise) { + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + const helper = {}; + return Promise.race([actualPromise, Promise.resolve(helper)]).then( + function (got) { + return { + pass: false, + message: 'expect isRejected, but actualValue is ' + + (helper === got ? 'isPending' : 'resolve') + }; + }, + function () { + return {pass: true, message: 'actualValue is isRejected'}; + } + ); +} + +export default assertPromiseIsRejected; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWith.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWith.js new file mode 100644 index 0000000000000000000000000000000000000000..48eaf7859279a70ea2ad85509296b5da1c7b69f9 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWith.js @@ -0,0 +1,57 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsRejectedWith(actualPromise, expectedValue) { + + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + + function tips(passed) { + return ('Expected a promise ' + (passed ? 'not ' : '') + + 'to be rejected with ' + JSON.stringify(expectedValue[0])); + } + + const helper = {}; + return Promise.race([actualPromise, Promise.resolve(helper)]).then( + function (got) { + return { + pass: false, + message: tips(false) + ' but actualValue is ' + + (helper === got ? 'isPending' : 'resolve') + }; + }, + function (actualValue) { + if (JSON.stringify(actualValue) == JSON.stringify(expectedValue[0])) { + return { + pass: true, + message: 'actualValue was rejected with ' + JSON.stringify(actualValue) + '.' + }; + } else { + return { + pass: false, + message: tips(false) + ' but it was rejected with ' + JSON.stringify(actualValue) + '.' + }; + } + } + ); +} + +export default assertPromiseIsRejectedWith; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWithError.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWithError.js new file mode 100644 index 0000000000000000000000000000000000000000..334a3d397fec0a0f79b9aa1bf92a9622b580351f --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWithError.js @@ -0,0 +1,103 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsRejectedWithError(actualPromise, expectedValue) { + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + const helper = {}; + return Promise.race([actualPromise, Promise.resolve(helper)]).then( + function (got) { + return { + pass: false, + message: 'Expected a promise to be rejected but actualValue is ' + + (helper === got ? 'isPending' : 'resolve') + }; + }, + function (actualValue) { + return matchError(actualValue, expectedValue); + } + ); + +} + +function matchError(actualValue, expectedValue) { + if (expectedValue.length == 1 && typeof expectedValue[0] === 'function') { + if (expectedValue[0].name === actualValue.__proto__.name) { + return {pass: true, message: 'actual error type is ' + actualValue.name + '.'}; + } + return { + pass: false, + message: 'except error type is ' + expectedValue[0].name + ',but actual is ' + actualValue.name + '.' + }; + } + + if (expectedValue.length == 1 && typeof expectedValue[0] === 'string') { + if (expectedValue[0] === actualValue.message) { + return {pass: true, message: 'actual error message is ' + actualValue.message + '.'}; + } + return { + pass: false, + message: 'except error message ' + expectedValue[0] + ',but actual is ' + actualValue.message + '.' + }; + } + + if (expectedValue.length == 1) { + return { + pass: false, + message: 'When only one parameter, it ' + + 'should be error type or error message.' + }; + } + + if (expectedValue.length == 2 && typeof expectedValue[0] === 'function' && expectedValue[0].name === actualValue.name) { + if (typeof expectedValue[1] === 'string' && actualValue.message === expectedValue[1]) { + return {pass: true, message: 'actual error message is ' + actualValue.message + '.'}; + } else { + return { + pass: false, + message: 'except error message is ' + expectedValue[1] + ',but actual is ' + actualValue.message + '.' + }; + } + } + + if (expectedValue.length == 2 && typeof expectedValue[0] === 'function' && expectedValue[0].name !== actualValue.name) { + if (typeof expectedValue[1] === 'string' && actualValue.message === expectedValue[1]) { + return { + pass: false, + message: 'except error type is ' + expectedValue[0].name + ',but actual is ' + actualValue.name + '.' + }; + } else { + return { + pass: false, + message: 'except error type and message are incorrect.' + }; + } + } + + if (expectedValue.length > 2) { + return { + pass: false, + message: 'Up to two parameters are supported.' + }; + } +} + +export default assertPromiseIsRejectedWithError; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolved.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolved.js new file mode 100644 index 0000000000000000000000000000000000000000..855426ca79e5002428e53d4fcb5f843cdf7119f7 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolved.js @@ -0,0 +1,45 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsResolved(actualPromise) { + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + + const helper = {}; + return Promise.race([actualPromise, Promise.resolve(helper)]).then( + function (got) { + return helper === got ? { + pass: false, + message: 'expect resolve, actualValue is isPending' + } + : {pass: true, message: 'actualValue is isResolved'}; + }, + function (rej) { + return { + pass: false, + message: 'Expected a promise to be resolved but it was ' + + 'rejected with ' + JSON.stringify(rej) + '.' + }; + } + ); +} + +export default assertPromiseIsResolved; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolvedWith.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolvedWith.js new file mode 100644 index 0000000000000000000000000000000000000000..d5eb01e32491b281a1e1d650a307723253a61e39 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolvedWith.js @@ -0,0 +1,59 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsResolvedWith(actualPromise, expectedValue) { + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + + function tips(passed) { + return ( + 'Expected a promise ' + (passed ? 'not ' : '') + + 'to be resolved with ' + JSON.stringify(expectedValue[0])); + } + + const helper = {}; + return Promise.race([actualPromise, Promise.resolve(helper)]).then( + function (got) { + if (helper === got) { + return {pass: false, message: 'expect resolve, actualValue is isPending'}; + } + if (JSON.stringify(got) == JSON.stringify(expectedValue[0])) { + return { + pass: true, + message: 'actualValue was resolved with ' + JSON.stringify(got) + '.' + }; + } + return { + pass: false, + message: tips(false) + ' but it was resolved with ' + + JSON.stringify(got) + '.' + }; + }, + function (rej) { + return { + pass: false, + message: tips(false) + ' but it was rejected with ' + JSON.stringify(rej) + '.' + }; + } + ); +} + +export default assertPromiseIsResolvedWith; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertThrowError.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertThrowError.js new file mode 100644 index 0000000000000000000000000000000000000000..749cab0daee3f156909f60c9375146c23d7aa322 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertThrowError.js @@ -0,0 +1,44 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertThrowError(actualValue, expected) { + let result = false; + let err; + if (typeof actualValue !== 'function') { + throw new Error('actualValue is not a function'); + } + try { + actualValue(); + return { + pass: result, + message: ' An error is not thrown while it is expected!' + }; + } catch (e) { + err = e; + } + + if (err instanceof Error) { + console.log(err.message); + if (err.message == expected[0]) { + result = true; + } + } + return { + pass: result, + message: 'expected throw failed , ' + err.message + ' is not ' + expected[0] + }; +} + +export default assertThrowError; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertUndefined.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertUndefined.js new file mode 100644 index 0000000000000000000000000000000000000000..61f092d715dd1630297518b59ff13ef0940991e1 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertUndefined.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertUndefined(actualValue) { + return { + pass: undefined === (actualValue), + message: 'expect Undefined, actualValue is ' + (actualValue) + }; +} + +export default assertUndefined; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/DeepTypeUtils.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/DeepTypeUtils.js new file mode 100644 index 0000000000000000000000000000000000000000..b0be6674ee3474b08aff2f16b0a3c161aa8683df --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/DeepTypeUtils.js @@ -0,0 +1,138 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class DeepTypeUtils { + static getType_(value) { + return Object.prototype.toString.apply(value); + } + static isA_(typeName, value) { + return this.getType_(value) === '[object ' + typeName + ']'; + } + static isAsymmetricEqualityTester_(obj) { + return obj ? this.isA_('Function', obj.asymmetricMatch) : false; + } + + /** + * 是否是function + * @param value + */ + static isFunction_(value) { + return this.isA_('Function', value); + } + + /** + * 是否是undefined + * @param obj + */ + static isUndefined(obj) { + return obj === void 0; + } + + /** + * 是否是Node + * @param obj + */ + static isDomNode(obj) { + return obj !== null && + typeof obj === 'object' && + typeof obj.nodeType === 'number' && + typeof obj.nodeName === 'string'; + } + + /** + * 是否是promise对象 + * @param obj + */ + static isPromise (obj) { + return !!obj && obj.constructor === Promise; + }; + /** + * 是否是map对象 + * @param obj + */ + static isMap(obj) { + return ( + obj !== null && + typeof obj !== 'undefined' && + obj.constructor === Map + ); + } + + /** + * 是否是set对象 + * @param obj 对象 + */ + static isSet(obj) { + return ( + obj !== null && + typeof obj !== 'undefined' && + obj.constructor === Set + ); + } + + /** + * 对象是否有key属性 + * @param obj 对象 + * @param key 对象属性名称 + */ + static has(obj, key) { + return Object.prototype.hasOwnProperty.call(obj, key); + } + + /** + * 获取对象的自有属性 + * @param obj 对象 + * @param isArray 是否是数组,[object Array] + */ + static keys(obj, isArray) { + const extraKeys = []; + // 获取对象所有属性 + const allKeys = this.getAllKeys(obj); + if (!isArray) { + return allKeys; + } + if (allKeys.length === 0) { + return allKeys; + } + for (const k of allKeys) { + if (typeof k === 'symbol' || !/^[0-9]+$/.test(k)) { + extraKeys.push(k); + } + } + return extraKeys; + } + + /** + * 获取obj对象的所有属性 + * @param obj obj对象 + */ + static getAllKeys(obj) { + const keys = []; + for (let key in obj) { + if(this.has(obj, key)) { + keys.push(key); + } + } + const symbols = Object.getOwnPropertySymbols(obj); + for (const sym of symbols) { + if (obj.propertyIsEnumerable(sym)) { + keys.push(sym); + } + } + return keys; + } + +} +export default DeepTypeUtils; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/assertDeepEquals.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/assertDeepEquals.js new file mode 100644 index 0000000000000000000000000000000000000000..4d991b4878fae2768bc7af074e275706d79e6f4d --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/assertDeepEquals.js @@ -0,0 +1,311 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import DeepTypeUtils from './DeepTypeUtils' +function assertDeepEquals(actualValue, expected) { + console.log('actualValue:' + actualValue + ',expected:' + expected[0]); + let result = eq(actualValue, expected[0],[], []) + let msg = logMsg(actualValue, expected[0]); + return { + pass: result, + message: msg + }; +} + +/** + * 获取失败显示日志 + * @param actualValue 实际对象 + * @param expected 期待比较对象 + */ +function logMsg(actualValue, expected) { + // 获取a的对象名称 + const aClassName = Object.prototype.toString.call(actualValue); + const bClassName = Object.prototype.toString.call(expected); + let actualMsg; + let expectMsg; + if(aClassName == "[object Function]") { + actualMsg = "actualValue Function" + }else if(aClassName == "[object Promise]") { + actualMsg = "actualValue Promise" + }else if(aClassName == "[object Set]" || aClassName == "[object Map]") { + actualMsg = JSON.stringify(Array.from(actualValue));; + }else if(aClassName == "[object RegExp]") { + actualMsg = JSON.stringify(actualValue.source.replace("\\",""));; + } + else{ + actualMsg = JSON.stringify(actualValue); + } + if(bClassName == "[object Function]") { + expectMsg = "expected Function" + }else if(bClassName == "[object Promise]") { + expectMsg = "expected Promise" + }else if(aClassName == "[object Set]" || bClassName == "[object Map]") { + expectMsg = JSON.stringify(Array.from(expected)); + }else if(aClassName == "[object RegExp]") { + expectMsg = JSON.stringify(expected.source.replace("\\",""));; + } + else{ + expectMsg = JSON.stringify(expected); + } + return actualMsg + " is not deep equal " + expectMsg; +} + +function eq(a, b, aStack, bStack) { + let result = true; + console.log('a is:' + a + ',b is:' + b); + const asymmetricResult = asymmetricMatch_(a,b); + if (!DeepTypeUtils.isUndefined(asymmetricResult)) { + return asymmetricResult; + } + + if (a instanceof Error && b instanceof Error) { + result = a.message == b.message; + return result; + } + + if (a === b) { + result = a !== 0 || 1 / a == 1 / b; + return result; + } + + if (a === null || b === null) { + result = a === b; + return result; + } + // 获取a的对象名称 + const aClassName = Object.prototype.toString.call(a); + const bClassName = Object.prototype.toString.call(b); + console.log('aClassName is:' + aClassName); + console.log('bClassName is:' + bClassName); + // 不同类型不同对象 + if (aClassName != bClassName) { + return false; + } + // 俩个string对象 + if(aClassName === '[object String]') { + result = a == String(b); + return result; + } + // 俩个Number对象 + if(aClassName === '[object Number]') { + result = a != +a ? b != +b : a === 0 && b === 0 ? 1 / a == 1 / b : a == +b; + return result; + } + + if(aClassName === '[object Date]' || aClassName === '[object Boolean]') { + result = +a == +b; + return result; + } + + // 数组 + if(aClassName === '[object ArrayBuffer]') { + return eq(new Uint8Array(a), new Uint8Array(b), aStack, bStack); + } + + // 正则表达式 + if(aClassName === '[object RegExp]') { + return ( + a.source == b.source && + a.global == b.global && + a.multiline == b.multiline && + a.ignoreCase == b.ignoreCase + ); + } + + if (typeof a != 'object' || typeof b != 'object') { + return false; + } + + const aIsDomNode = DeepTypeUtils.isDomNode(a); + const bIsDomNode = DeepTypeUtils.isDomNode(b); + if (aIsDomNode && bIsDomNode) { + // At first try to use DOM3 method isEqualNode + result = a.isEqualNode(b); + return result; + } + if (aIsDomNode || bIsDomNode) { + return false; + } + const aIsPromise = DeepTypeUtils.isPromise(a); + const bIsPromise = DeepTypeUtils.isPromise(b); + if (aIsPromise && bIsPromise) { + return a === b; + } + let length = aStack.length; + while (length--) { + if (aStack[length] == a) { + return bStack[length] == b; + } + } + aStack.push(a); + bStack.push(b); + let size = 0; + + // 都是数组 + if(aClassName == '[object Array]') { + const aLength = a.length; + const bLength = b.length; + if (aLength !== bLength) { + // 数组长度不同,不是同一个对象 + return false; + } + for (let i = 0; i < aLength || i < bLength; i++) { + // 递归每一个元素是否相同 + result = eq(i < aLength ? a[i] : void 0, i < bLength ? b[i] : void 0, aStack, bStack) && result; + } + if (!result) { + return false; + } + } else if(DeepTypeUtils.isMap(a) && DeepTypeUtils.isMap(b)) { + if (a.size != b.size) { + return false; + } + const keysA = []; + const keysB = []; + a.forEach(function(valueA, keyA) { + keysA.push(keyA); + }); + b.forEach(function(valueB, keyB) { + keysB.push(keyB); + }); + const mapKeys = [keysA, keysB]; + const cmpKeys = [keysB, keysA]; + for (let i = 0; result && i < mapKeys.length; i++) { + const mapIter = mapKeys[i]; + const cmpIter = cmpKeys[i]; + + for (let j = 0; result && j < mapIter.length; j++) { + const mapKey = mapIter[j]; + const cmpKey = cmpIter[j]; + const mapValueA = a.get(mapKey); + let mapValueB; + if ( + DeepTypeUtils.isAsymmetricEqualityTester_(mapKey) || + (DeepTypeUtils.isAsymmetricEqualityTester_(cmpKey) && + eq(mapKey, cmpKey)) + ) { + mapValueB = b.get(cmpKey); + } else { + mapValueB = b.get(mapKey); + } + result = eq(mapValueA, mapValueB, aStack, bStack); + } + } + if (!result) { + return false; + } + } else if(DeepTypeUtils.isSet(a) && DeepTypeUtils.isSet(b)) { + if (a.size != b.size) { + return false; + } + const valuesA = []; + a.forEach(function(valueA) { + valuesA.push(valueA); + }); + const valuesB = []; + b.forEach(function(valueB) { + valuesB.push(valueB); + }); + const setPairs = [[valuesA, valuesB], [valuesB, valuesA]]; + const stackPairs = [[aStack, bStack], [bStack, aStack]]; + for (let i = 0; result && i < setPairs.length; i++) { + const baseValues = setPairs[i][0]; + const otherValues = setPairs[i][1]; + const baseStack = stackPairs[i][0]; + const otherStack = stackPairs[i][1]; + for (const baseValue of baseValues) { + let found = false; + for (let j = 0; !found && j < otherValues.length; j++) { + const otherValue = otherValues[j]; + const prevStackSize = baseStack.length; + // 深度比较对象 + found = eq(baseValue, otherValue, baseStack, otherStack); + if (!found && prevStackSize !== baseStack.length) { + baseStack.splice(prevStackSize); + otherStack.splice(prevStackSize); + } + } + result = result && found; + } + } + if (!result) { + return false; + } + } else { + const aCtor = a.constructor, + bCtor = b.constructor; + if ( + aCtor !== bCtor && + DeepTypeUtils.isFunction_(aCtor) && + DeepTypeUtils.isFunction_(bCtor) && + a instanceof aCtor && + b instanceof bCtor && + !(aCtor instanceof aCtor && bCtor instanceof bCtor) + ) { + return false; + } + } + + // 获取对象所有的属性集合 + const aKeys = DeepTypeUtils.keys(a, aClassName == '[object Array]'); + size = aKeys.length; + + // 俩个对象属性长度不一致, 俩对象不相同 + if (DeepTypeUtils.keys(b, bClassName == '[object Array]').length !== size) { + return false; + } + + // 俩对象属性数量相同, 递归比较每个属性值得值 + for (const key of aKeys) { + console.log('key is:' + key); + // b 没有 key 属性 + if(!DeepTypeUtils.has(b, key)) { + result = false; + continue; + } + if (!eq(a[key], b[key], aStack, bStack)) { + result = false; + } + } + if (!result) { + return false; + } + aStack.pop(); + bStack.pop(); + return result; +} + +function asymmetricMatch_(a, b) { + const asymmetricA = DeepTypeUtils.isAsymmetricEqualityTester_(a); + const asymmetricB = DeepTypeUtils.isAsymmetricEqualityTester_(b); + + if (asymmetricA === asymmetricB) { + return undefined; + } + +} + +/** + * 获取对象的自有属性 + * + * @param obj 对象 + * @param isArray 是否是一个数组 + */ +function keys(obj, isArray) { + const keys = []; + +} + +export default assertDeepEquals; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/isPromiseLike.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/isPromiseLike.js new file mode 100644 index 0000000000000000000000000000000000000000..015ab19a2a0c4872d7cb490b61f8e1dd6a8ac90b --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/isPromiseLike.js @@ -0,0 +1,32 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function isPromiseLike(obj) { + return !!obj && isFunction_(obj.then); +} + +function isFunction_(value) { + return isA_('Function', value); +} + +function isA_(typeName, value) { + return getType_(value) === '[object ' + typeName + ']'; +} + +function getType_(value) { + return Object.prototype.toString.apply(value); +} + +export default isPromiseLike; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/config/DataDriver.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/config/DataDriver.js new file mode 100644 index 0000000000000000000000000000000000000000..639dffc9cdb912f1f33a6ccb61868c9ed7c695bf --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/config/DataDriver.js @@ -0,0 +1,116 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +const SUITES_KEY = 'suites'; +const SPECS_KEY = 'items'; +const DESCRIBE_KEY = 'describe'; +const IT_KEY = 'it'; +const PARAMS_KEY = 'params'; +const STRESS_KEY = 'stress'; + +class ObjectUtils { + static get(object, name, defaultValue) { + let result = defaultValue; + for (const key in object) { + if (key === name) { + return object[key]; + } + } + return result; + } + + static has(object, key) { + return Object.prototype.hasOwnProperty.call(object, key); + } +} + +class DataDriver { + constructor(attr) { + this.id = 'dataDriver'; + this.data = attr.data || {}; + } + + init(coreContext) { + this.coreContext = coreContext; + this.suiteService = this.coreContext.getDefaultService('suite'); + this.specService = this.coreContext.getDefaultService('spec'); + } + + getSpecParams() { + let specParams = []; + let suiteDesc = this.suiteService.getCurrentRunningSuite().description; + let specDesc = this.specService.getCurrentRunningSpec().description; + let suites = ObjectUtils.get(this.data, SUITES_KEY, []); + for (const suiteItem of suites) { + let describeValue = ObjectUtils.get(suiteItem, DESCRIBE_KEY, ''); + if (ObjectUtils.has(suiteItem, DESCRIBE_KEY) && (typeof describeValue === 'object') && describeValue.constructor === Array && describeValue.includes(suiteDesc)) { + let specs = ObjectUtils.get(suiteItem, SPECS_KEY, []); + for (const specItem of specs) { + if (ObjectUtils.has(specItem, IT_KEY) && ObjectUtils.get(specItem, IT_KEY) === specDesc) { + return ObjectUtils.get(specItem, PARAMS_KEY, specParams); + } + } + } + } + return specParams; + } + + getSuiteParams() { + let suiteParams = {}; + let suiteDesc = this.suiteService.getCurrentRunningSuite().description; + let suites = ObjectUtils.get(this.data, SUITES_KEY, []); + for (const suiteItem of suites) { + let describeValue = ObjectUtils.get(suiteItem, DESCRIBE_KEY, []); + if (ObjectUtils.has(suiteItem, DESCRIBE_KEY) && (typeof describeValue === 'object') && describeValue.constructor === Array && describeValue.includes(suiteDesc)) { + suiteParams = Object.assign({}, suiteParams, ObjectUtils.get(suiteItem, PARAMS_KEY, suiteParams)); + } + } + return suiteParams; + } + + getSpecStress(specDesc) { + let stress = 1; + let suiteDesc = this.suiteService.getCurrentRunningSuite().description; + let suites = ObjectUtils.get(this.data, SUITES_KEY, []); + for (const suiteItem of suites) { + let describeValue = ObjectUtils.get(suiteItem, DESCRIBE_KEY, ''); + if (ObjectUtils.has(suiteItem, DESCRIBE_KEY) && (typeof describeValue === 'object') && describeValue.constructor === Array && describeValue.includes(suiteDesc)) { + let specs = ObjectUtils.get(suiteItem, SPECS_KEY, []); + for (const specItem of specs) { + if (ObjectUtils.has(specItem, IT_KEY) && ObjectUtils.get(specItem, IT_KEY) === specDesc) { + let tempStress = ObjectUtils.get(specItem, STRESS_KEY, stress); + return (Number.isInteger(tempStress) && tempStress >= 1) ? tempStress : stress; + } + } + } + } + return stress; + } + + getSuiteStress(suiteDesc) { + let stress = 1; + let suites = ObjectUtils.get(this.data, SUITES_KEY, []); + for (const suiteItem of suites) { + let describeValue = ObjectUtils.get(suiteItem, DESCRIBE_KEY, []); + if (ObjectUtils.has(suiteItem, DESCRIBE_KEY) && (typeof describeValue === 'object') && describeValue.constructor === Array && describeValue.includes(suiteDesc)) { + let tempStress = ObjectUtils.get(suiteItem, STRESS_KEY, stress); + return (Number.isInteger(tempStress) && tempStress >= 1) ? tempStress : stress; + } + } + return stress; + } +} + +export default DataDriver; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/config/Filter.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/config/Filter.js new file mode 100644 index 0000000000000000000000000000000000000000..0ca3b4f412353ad0e9fa70bcfe775c905b5e02a9 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/config/Filter.js @@ -0,0 +1,81 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class ClassFilter { + constructor(suiteName, itName, params) { + this.suiteName = suiteName; + this.itName = itName; + this.params = params; + } + + filterSuite() { + return !this.params.split(',').map(item => item.split('#')[0]).map(item => item == this.suiteName).reduce((pre, cur) => pre || cur, false); + } + + filterIt() { + let classArray = this.params.split(',') || []; + let suiteFilterResult = classArray.filter(item => !item.includes('#')).map(item => item == this.suiteName).reduce((pre, cur) => pre || cur, false); + let itFilterResult = classArray.filter(item => item.includes('#')).map(item => item == (this.suiteName + '#' + this.itName)).reduce((pre, cur) => pre || cur, false); + return !(suiteFilterResult || itFilterResult); + } +} + +class NotClassFilter { + constructor(suiteName, itName, params) { + this.suiteName = suiteName; + this.itName = itName; + this.params = params; + } + + filterSuite() { + return this.params.split(',').map(item => item == this.suiteName).reduce((pre, cur) => pre || cur, false); + } + + filterIt() { + return this.params.split(',').some(item => item == (this.suiteName + '#' + this.itName)); + } +} + +class SuiteAndItNameFilter { + constructor(suiteName, itName, params) { + this.suiteName = suiteName; + this.itName = itName; + this.params = params; + } + + filterSuite() { + return !this.params.split(',').map(item => item == this.suiteName).reduce((pre, cur) => pre || cur, false); + } + + filterIt() { + return !this.params.split(',').map(item => item == this.itName).reduce((pre, cur) => pre || cur, false); + } +} + + +class TestTypesFilter { + constructor(suiteName, itName, fi, params) { + this.suiteName = suiteName; + this.itName = itName; + this.params = params; + this.fi = fi; + } + + filterIt() { + return !((this.params === (this.fi & this.params)) || this.fi === 0); + } +} + +export {ClassFilter, NotClassFilter, SuiteAndItNameFilter, TestTypesFilter}; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/config/configService.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/config/configService.js new file mode 100644 index 0000000000000000000000000000000000000000..745f137e3d48ff86bbd910f6639affe56a773654 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/config/configService.js @@ -0,0 +1,292 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import {ClassFilter, NotClassFilter, SuiteAndItNameFilter, TestTypesFilter} from './Filter'; +const STRESS_RULE = /^[1-9]\d*$/; + +class ConfigService { + constructor(attr) { + this.id = attr.id; + this.supportAsync = false; + this.random = false; + this.filterValid = []; + this.filter = 0; + this.flag = false; + this.suite = null; + this.itName = null; + this.testType = null; + this.level = null; + this.size = null; + this.class = null; + this.notClass = null; + this.timeout = null; + // 遇错即停模式配置 + this.breakOnError = false; + // 压力测试配置 + this.stress = null; + } + + init(coreContext) { + this.coreContext = coreContext; + } + + isNormalInteger(str) { + const n = Math.floor(Number(str)); + return n !== Infinity && String(n) === String(str) && n >= 0; + } + + getStress() { + if (this.stress === undefined || this.stress === '' || this.stress === null) { + return 1; + } + return !this.stress.match(STRESS_RULE) ? 1 : Number.parseInt(this.stress); + } + + basicParamValidCheck(params) { + let size = params.size; + if (size !== undefined && size !== '' && size !== null) { + let sizeArray = ['small', 'medium', 'large']; + if (sizeArray.indexOf(size) === -1) { + this.filterValid.push('size:' + size); + } + } + let level = params.level; + if (level !== undefined && level !== '' && level !== null) { + let levelArray = ['0', '1', '2', '3', '4']; + if (levelArray.indexOf(level) === -1) { + this.filterValid.push('level:' + level); + } + } + let testType = params.testType; + if (testType !== undefined && testType !== '' && testType !== null) { + let testTypeArray = ['function', 'performance', 'power', 'reliability', 'security', + 'global', 'compatibility', 'user', 'standard', 'safety', 'resilience']; + if (testTypeArray.indexOf(testType) === -1) { + this.filterValid.push('testType:' + testType); + } + } + } + + filterParamValidCheck(params) { + let timeout = params.timeout; + if (timeout !== undefined && timeout !== '' && timeout !== null) { + if (!this.isNormalInteger(timeout)) { + this.filterValid.push('timeout:' + timeout); + } + } + + let paramKeys = ['dryRun', 'random', 'breakOnError', 'coverage']; + for (const key of paramKeys) { + if (params[key] !== undefined && params[key] !== 'true' && params[key] !== 'false') { + this.filterValid.push(`${key}:${params[key]}`); + } + } + + // 压力测试参数验证,正整数 + if (params.stress !== undefined && params.stress !== '' && params.stress !== null) { + if (!params.stress.match(STRESS_RULE)) { + this.filterValid.push('stress:' + params.stress); + } + } + + let nameRule = /^[A-Za-z]{1}[\w#,.]*$/; + let paramClassKeys = ['class', 'notClass']; + for (const key of paramClassKeys) { + if (params[key] !== undefined && params[key] !== '' && params[key] !== null) { + let classArray = params[key].split(','); + classArray.forEach(item => !item.match(nameRule) ? this.filterValid.push(`${key}:${params[key]}`) : null); + } + } + } + + setConfig(params) { + this.basicParamValidCheck(params); + this.filterParamValidCheck(params); + try { + this.class = params.class; + this.notClass = params.notClass; + this.flag = params.flag || {flag: false}; + this.suite = params.suite; + this.itName = params.itName; + this.filter = params.filter; + this.testType = params.testType; + this.level = params.level; + this.size = params.size; + this.timeout = params.timeout; + this.dryRun = params.dryRun; + this.breakOnError = params.breakOnError; + this.random = params.random === 'true' ? true : false; + this.stress = params.stress; + this.coverage = params.coverage; + this.filterParam = { + testType: { + 'function': 1, + 'performance': 1 << 1, + 'power': 1 << 2, + 'reliability': 1 << 3, + 'security': 1 << 4, + 'global': 1 << 5, + 'compatibility': 1 << 6, + 'user': 1 << 7, + 'standard': 1 << 8, + 'safety': 1 << 9, + 'resilience': 1 << 10, + }, + level: { + '0': 1 << 24, + '1': 1 << 25, + '2': 1 << 26, + '3': 1 << 27, + '4': 1 << 28, + }, + size: { + 'small': 1 << 16, + 'medium': 1 << 17, + 'large': 1 << 18, + } + }; + this.parseParams(); + } catch (err) { + console.info('setConfig error: ' + err.message); + } + } + + parseParams() { + if (this.filter != null) { + return; + } + let testTypeFilter = 0; + let sizeFilter = 0; + let levelFilter = 0; + if (this.testType != null) { + testTypeFilter = this.testType.split(',') + .map(item => this.filterParam.testType[item] || 0) + .reduce((pre, cur) => pre | cur, 0); + } + if (this.level != null) { + levelFilter = this.level.split(',') + .map(item => this.filterParam.level[item] || 0) + .reduce((pre, cur) => pre | cur, 0); + } + if (this.size != null) { + sizeFilter = this.size.split(',') + .map(item => this.filterParam.size[item] || 0) + .reduce((pre, cur) => pre | cur, 0); + } + this.filter = testTypeFilter | sizeFilter | levelFilter; + console.info('filter params:' + this.filter); + } + + isCurrentSuite(description) { + if (this.suite !== undefined && this.suite !== '' && this.suite !== null) { + let suiteArray = this.suite.split(','); + return suiteArray.indexOf(description) !== -1; + } + return false; + } + + filterSuite(currentSuiteName) { + let filterArray = []; + if (this.suite !== undefined && this.suite !== '' && this.suite !== null) { + filterArray.push(new SuiteAndItNameFilter(currentSuiteName, '', this.suite)); + } + if (this.class !== undefined && this.class !== '' && this.class !== null) { + filterArray.push(new ClassFilter(currentSuiteName, '', this.class)); + } + if (this.notClass !== undefined && this.notClass !== '' && this.notClass !== null) { + filterArray.push(new NotClassFilter(currentSuiteName, '', this.notClass)); + } + + let result = filterArray.map(item => item.filterSuite()).reduce((pre, cur) => pre || cur, false); + return result; + } + + filterDesc(currentSuiteName, desc, fi, coreContext) { + let filterArray = []; + if (this.itName !== undefined && this.itName !== '' && this.itName !== null) { + filterArray.push(new SuiteAndItNameFilter(currentSuiteName, desc, this.itName)); + } + if (this.class !== undefined && this.class !== '' && this.class !== null) { + filterArray.push(new ClassFilter(currentSuiteName, desc, this.class)); + } + if (this.notClass !== undefined && this.notClass !== '' && this.notClass !== null) { + filterArray.push(new NotClassFilter(currentSuiteName, desc, this.notClass)); + } + if (typeof (this.filter) !== 'undefined' && this.filter !== 0 && fi !== 0) { + filterArray.push(new TestTypesFilter('', '', fi, this.filter)); + } + let result = filterArray.map(item => item.filterIt()).reduce((pre, cur) => pre || cur, false); + return result; + } + + isRandom() { + return this.random || false; + } + + isBreakOnError() { + return this.breakOnError !== 'true' ? false : true; + } + + setSupportAsync(value) { + this.supportAsync = value; + } + + isSupportAsync() { + return this.supportAsync; + } + + translateParams(parameters) { + const keySet = new Set([ + '-s class', '-s notClass', '-s suite', '-s itName', + '-s level', '-s testType', '-s size', '-s timeout', + '-s dryRun', '-s random', '-s breakOnError', '-s stress', + '-s coverage', 'class', 'notClass', 'suite', 'itName', + 'level', 'testType', 'size', 'timeout', 'dryRun', 'random', + 'breakOnError', 'stress', 'coverage' + ]); + let targetParams = {}; + for (const key in parameters) { + if (keySet.has(key)) { + var newKey = key.replace("-s ", ""); + targetParams[newKey] = parameters[key]; + } + } + return targetParams; + } + translateParamsToString(parameters) { + const keySet = new Set([ + '-s class', '-s notClass', '-s suite', '-s itName', + '-s level', '-s testType', '-s size', '-s timeout', + '-s dryRun', '-s random', '-s breakOnError', '-s stress', + '-s coverage','class', 'notClass', 'suite', 'itName', + 'level', 'testType', 'size', 'timeout', 'dryRun', 'random', + 'breakOnError', 'stress', 'coverage' + ]); + let targetParams = ''; + for (const key in parameters) { + if (keySet.has(key)) { + targetParams += ' ' + key + ' ' + parameters[key]; + } + } + return targetParams.trim(); + } + + execute() { + } +} + +export { + ConfigService +}; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/coverage/coverageCollect.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/coverage/coverageCollect.js new file mode 100644 index 0000000000000000000000000000000000000000..4707dea3eba464fd7446bf215481f4049b0cfe00 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/coverage/coverageCollect.js @@ -0,0 +1,30 @@ +/* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import SysTestKit from "../kit/SysTestKit"; + +export async function collectCoverageData() { + if (globalThis.__coverage__ === undefined) { + return; + } + const strJson = JSON.stringify(globalThis.__coverage__); + const strLen = strJson.length; + const maxLen = 500; + const maxCount = Math.floor(strLen / maxLen); + const OHOS_REPORT_COVERAGE_DATA = 'OHOS_REPORT_COVERAGE_DATA:'; + for (let count = 0; count <= maxCount; count++) { + await SysTestKit.print(`${OHOS_REPORT_COVERAGE_DATA} ${strJson.substring(count * maxLen, (count + 1) * maxLen)}`); + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/kit/SysTestKit.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/kit/SysTestKit.js new file mode 100644 index 0000000000000000000000000000000000000000..d73d46d912dc2f86a645327548b5d58a17c168bf --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/kit/SysTestKit.js @@ -0,0 +1,88 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class SysTestKit { + + static delegator = null; + static systemTime = null; + + constructor() { + this.id = 'sysTestKit'; + this.index = 0; + } + + static actionStart(tag) { + console.info(JSON.stringify(tag)); + var message = '\n' + 'OHOS_REPORT_ACTIONSTART: ' + JSON.stringify(tag) + '\n'; + SysTestKit.print(message); + console.info(tag + ' actionStart print success'); + } + + static actionEnd(tag) { + console.info(JSON.stringify(tag)); + var message = '\n' + 'OHOS_REPORT_ACTIONEND: ' + JSON.stringify(tag) + '\n'; + SysTestKit.print(message); + console.info(tag + ' actionEnd print success'); + } + + static async existKeyword(keyword, timeout) { + let reg = new RegExp(/^[a-zA-Z0-9]{1,}$/) + if (!reg.test(keyword)) { + throw new Error('keyword must contain more than one string, and only letters and numbers are supported.') + } + timeout = timeout || 4; + + let searchResult = false; + let cmd = 'hilog -x | grep -i \'' + keyword + '\' | wc -l'; + await executePromise(cmd, timeout).then((data) => { + searchResult = data; + }); + return searchResult; + } + static async print(message) { + if ('printSync' in SysTestKit.delegator) { + console.debug(`printSync called ...`); + SysTestKit.delegator.printSync(message); + } else { + await SysTestKit.delegator.print(message); + } + } + + static async getRealTime() { + let currentTime = new Date().getTime(); + if (SysTestKit.systemTime !== null && SysTestKit.systemTime !== undefined) { + await SysTestKit.systemTime.getRealTime().then((time) => { + console.info(`systemTime.getRealTime success data: ${JSON.stringify(time)}`); + currentTime = time; + }).catch((error) => { + console.error(`failed to systemTime.getRealTime because ${JSON.stringify(error)}`); + }); + } + return currentTime; + } +} + +function executePromise(cmd, timeout) { + return new Promise((resolve, reject) => { + SysTestKit.delegator.executeShellCommand(cmd, timeout, + (error, data) => { + console.info('existKeyword CallBack: err : ' + JSON.stringify(error)); + console.info('existKeyword CallBack: data : ' + JSON.stringify(data)); + resolve(parseInt(data.stdResult) > 3 ? true : false); + }); + }); +} + +export default SysTestKit; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/mock/ArgumentMatchers.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/mock/ArgumentMatchers.js new file mode 100644 index 0000000000000000000000000000000000000000..6a9d7aac464e95383ea31385284b6603c34e084c --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/mock/ArgumentMatchers.js @@ -0,0 +1,122 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class ArgumentMatchers { + ANY = ""; + ANY_STRING = ""; + ANY_BOOLEAN = ""; + ANY_NUMBER = ""; + ANY_OBJECT = ""; + ANY_FUNCTION = ""; + MATCH_REGEXS = ""; + + static any() { + } + + static anyString() { + } + + static anyBoolean() { + } + + static anyNumber() { + } + + static anyObj() { + } + + static anyFunction() { + } + + static matchRegexs() { + let regex = arguments[0]; + if (ArgumentMatchers.isRegExp(regex)) { + return regex; + } + throw Error("not a regex"); + } + + static isRegExp(value) { + return Object.prototype.toString.call(value) === "[object RegExp]"; + } + + matcheReturnKey() { + let arg = arguments[0]; + let regex = arguments[1]; + let stubSetKey = arguments[2]; + + if (stubSetKey && stubSetKey == this.ANY) { + return this.ANY; + } + + if (typeof arg === "string" && !regex) { + return this.ANY_STRING; + } + + if (typeof arg === "boolean" && !regex) { + return this.ANY_BOOLEAN; + } + + if (typeof arg === "number" && !regex) { + return this.ANY_NUMBER; + } + + if (typeof arg === "object" && !regex) { + return this.ANY_OBJECT; + } + + if (typeof arg === "function" && !regex) { + return this.ANY_FUNCTION; + } + + if (typeof arg === "string" && regex) { + return regex.test(arg); + } + + return null; + } + + matcheStubKey() { + let key = arguments[0]; + + if (key === ArgumentMatchers.any) { + return this.ANY; + } + + if (key === ArgumentMatchers.anyString) { + return this.ANY_STRING; + } + if (key === ArgumentMatchers.anyBoolean) { + return this.ANY_BOOLEAN; + } + if (key === ArgumentMatchers.anyNumber) { + return this.ANY_NUMBER; + } + if (key === ArgumentMatchers.anyObj) { + return this.ANY_OBJECT; + } + if (key === ArgumentMatchers.anyFunction) { + return this.ANY_FUNCTION; + } + + if (ArgumentMatchers.isRegExp(key)) { + return key; + } + + return null; + } +} + +export default ArgumentMatchers; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/mock/ExtendInterface.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/mock/ExtendInterface.js new file mode 100644 index 0000000000000000000000000000000000000000..c6a866a6df662ad10a7f6869dcbc2381fa47bcdc --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/mock/ExtendInterface.js @@ -0,0 +1,57 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class ExtendInterface { + constructor(mocker) { + this.mocker = mocker; + } + + stub() { + this.params = arguments; + return this; + } + + stubMockedCall(returnInfo) { + this.mocker.stubApply(this, this.params, returnInfo); + } + + afterReturn(value) { + this.stubMockedCall(function () { + return value; + }); + } + + afterReturnNothing() { + this.stubMockedCall(function () { + return undefined; + }); + } + + afterAction(action) { + this.stubMockedCall(action); + } + + afterThrow(msg) { + this.stubMockedCall(function () { + throw msg; + }); + } + + clear() { + this.mocker.clear(); + } +} + +export default ExtendInterface; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/mock/MockKit.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/mock/MockKit.js new file mode 100644 index 0000000000000000000000000000000000000000..a23462472c023f0ef81a6a6d274f14f8649a8dc0 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/mock/MockKit.js @@ -0,0 +1,256 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import ExtendInterface from "./ExtendInterface"; +import VerificationMode from "./VerificationMode"; +import ArgumentMatchers from "./ArgumentMatchers"; + +class MockKit { + + constructor() { + this.mFunctions = []; + this.stubs = new Map(); + this.recordCalls = new Map(); + this.currentSetKey = null; + this.mockObj = null; + this.recordMockedMethod = new Map(); + } + + init() { + this.reset(); + } + + reset() { + this.mFunctions = []; + this.stubs = {}; + this.recordCalls = {}; + this.currentSetKey = null; + this.mockObj = null; + this.recordMockedMethod = new Map(); + } + + clearAll() { + this.reset(); + var props = Object.keys(this); + for (var i = 0; i < props.length; i++) { + delete this[props[i]]; + } + + var props = Object.getOwnPropertyNames(this); + for (var i = 0; i < props.length; i++) { + delete this[props[i]]; + } + for (var key in this) { + delete this[key]; + } + } + + clear(obj) { + if (!obj) throw Error("Please enter an object to be cleaned"); + if (typeof (obj) != 'object') throw new Error('Not a object'); + this.recordMockedMethod.forEach(function (value, key, map) { + if (key) { + obj[key] = value; + } + }); + } + + ignoreMock(obj, method) { + if (typeof (obj) != 'object') throw new Error('Not a object'); + if (typeof (method) != 'function') throw new Error('Not a function'); + let og = this.recordMockedMethod.get(method.propName); + if (og) { + obj[method.propName] = og; + this.recordMockedMethod.set(method.propName, undefined); + } + } + + extend(dest, source) { + dest["stub"] = source["stub"]; + dest["afterReturn"] = source["afterReturn"]; + dest["afterReturnNothing"] = source["afterReturnNothing"]; + dest["afterAction"] = source["afterAction"]; + dest["afterThrow"] = source["afterThrow"]; + dest["stubMockedCall"] = source["stubMockedCall"]; + dest["clear"] = source["clear"]; + return dest; + } + + stubApply(f, params, returnInfo) { + let values = this.stubs.get(f); + if (!values) { + values = new Map(); + } + let key = params[0]; + if (typeof key == "undefined") { + key = "anonymous-mock-" + f.propName; + } + let matcher = new ArgumentMatchers(); + if (matcher.matcheStubKey(key)) { + key = matcher.matcheStubKey(key); + if (key) { + this.currentSetKey = key; + } + } + values.set(key, returnInfo); + this.stubs.set(f, values); + } + + getReturnInfo(f, params) { + let values = this.stubs.get(f); + if (!values) { + return undefined; + } + let retrunKet = params[0]; + if (typeof retrunKet == "undefined") { + retrunKet = "anonymous-mock-" + f.propName; + } + let stubSetKey = this.currentSetKey; + + if (this.currentSetKey && (typeof (retrunKet) != "undefined")) { + retrunKet = stubSetKey; + } + let matcher = new ArgumentMatchers(); + if (matcher.matcheReturnKey(params[0], undefined, stubSetKey) && matcher.matcheReturnKey(params[0], undefined, stubSetKey) != stubSetKey) { + retrunKet = params[0]; + } + + values.forEach(function (value, key, map) { + if (ArgumentMatchers.isRegExp(key) && matcher.matcheReturnKey(params[0], key)) { + retrunKet = key; + } + }); + + return values.get(retrunKet); + } + + findName(obj, value) { + let properties = this.findProperties(obj); + let name = null; + properties.forEach( + function (va1, idx, array) { + if (obj[va1] === value) { + name = va1; + } + } + ); + return name; + } + + isFunctionFromPrototype(f, container, propName) { + if (container.constructor != Object && container.constructor.prototype !== container) { + return container.constructor.prototype[propName] === f; + } + return false; + } + + findProperties(obj, ...arg) { + function getProperty(new_obj) { + if (new_obj.__proto__ === null) { + return []; + } + let properties = Object.getOwnPropertyNames(new_obj); + return [...properties, ...getProperty(new_obj.__proto__)]; + } + return getProperty(obj); + } + + recordMethodCall(originalMethod, args) { + Function.prototype.getName = function () { + return this.name || this.toString().match(/function\s*([^(]*)\(/)[1]; + }; + let name = originalMethod.getName(); + let arglistString = name + '(' + Array.from(args).toString() + ')'; + let records = this.recordCalls.get(arglistString); + if (!records) { + records = 0; + } + records++; + this.recordCalls.set(arglistString, records); + } + + mockFunc(originalObject, originalMethod) { + let tmp = this; + this.originalMethod = originalMethod; + let f = function () { + let args = arguments; + let action = tmp.getReturnInfo(f, args); + if (originalMethod) { + tmp.recordMethodCall(originalMethod, args); + } + if (action) { + return action.apply(this, args); + } + }; + + f.container = null || originalObject; + f.original = originalMethod || null; + + if (originalObject && originalMethod) { + if (typeof (originalMethod) != 'function') throw new Error('Not a function'); + var name = this.findName(originalObject, originalMethod); + originalObject[name] = f; + this.recordMockedMethod.set(name, originalMethod); + f.propName = name; + f.originalFromPrototype = this.isFunctionFromPrototype(f.original, originalObject, f.propName); + } + f.mocker = this; + this.mFunctions.push(f); + this.extend(f, new ExtendInterface(this)); + return f; + } + + verify(methodName, argsArray) { + if (!methodName) { + throw Error("not a function name"); + } + let a = this.recordCalls.get(methodName + '(' + argsArray.toString() + ')'); + return new VerificationMode(a ? a : 0); + } + + mockObject(object) { + if (!object || typeof object === "string") { + throw Error(`this ${object} cannot be mocked`); + } + const _this = this; + let mockedObject = {}; + let keys = Reflect.ownKeys(object); + keys.filter(key => (typeof Reflect.get(object, key)) === 'function') + .forEach(key => { + mockedObject[key] = object[key]; + mockedObject[key] = _this.mockFunc(mockedObject, mockedObject[key]); + }); + return mockedObject; + } +} + +function ifMockedFunction(f) { + if (Object.prototype.toString.call(f) != "[object Function]" && + Object.prototype.toString.call(f) != "[object AsyncFunction]") { + throw Error("not a function"); + } + if (!f.stub) { + throw Error("not a mock function"); + } + return true; +} + +function when(f) { + if (ifMockedFunction(f)) { + return f.stub.bind(f); + } +} + +export {MockKit, when}; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/mock/VerificationMode.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/mock/VerificationMode.js new file mode 100644 index 0000000000000000000000000000000000000000..7bd04c8473985ec57f5b14fc3ae84e9cf7b31f39 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/mock/VerificationMode.js @@ -0,0 +1,49 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import {expect} from '../../interface'; + +class VerificationMode { + constructor(times) { + this.doTimes = times; + } + + times(count) { + expect(count).assertEqual(this.doTimes); + } + + never() { + console.log(this.doTimes); + expect(0).assertEqual(this.doTimes); + } + + once() { + expect(1).assertEqual(this.doTimes); + } + + atLeast(count) { + if (count > this.doTimes) { + throw Error('failed ' + count + ' greater than the actual execution times of method'); + } + } + + atMost(count) { + if (count < this.doTimes) { + throw Error('failed ' + count + ' less than the actual execution times of method'); + } + } +} + +export default VerificationMode; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/report/OhReport.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/report/OhReport.js new file mode 100644 index 0000000000000000000000000000000000000000..da120dd09c0e74e46b9138b7598661e380010210 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/report/OhReport.js @@ -0,0 +1,148 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import SysTestKit from "../kit/SysTestKit"; +import {collectCoverageData} from '../coverage/coverageCollect'; + +class OhReport { + constructor(attr) { + this.delegator = attr.delegator; + this.abilityDelegatorArguments = attr.abilityDelegatorArguments; + this.id = 'report'; + this.index = 0; + this.duration = 0; + } + + init(coreContext) { + this.coreContext = coreContext; + this.suiteService = this.coreContext.getDefaultService('suite'); + this.specService = this.coreContext.getDefaultService('spec'); + } + + taskStart() { + } + + async taskDone() { + if (this.abilityDelegatorArguments !== null) { + this.taskDoneTime = new Date().getTime(); + let summary = this.suiteService.getSummary(); + const configService = this.coreContext.getDefaultService('config'); + if (configService['coverage'] === 'true') { + await collectCoverageData(); + } + let message = '\n' + 'OHOS_REPORT_RESULT: stream=Tests run: ' + summary.total + ', Failure: ' + summary.failure; + message += ', Error: ' + summary.error; + message += ', Pass: ' + summary.pass; + message += ', Ignore: ' + summary.ignore; + message += '\n' + 'OHOS_REPORT_CODE: ' + (summary.failure > 0 ? -1 : 0) + '\n'; + let isHasError = summary.failure > 0 || summary.error > 0; + let config = this.coreContext.getDefaultService('config'); + if (config.isBreakOnError() && isHasError) { + // 未执行全部说明 + message += '\n' + 'OHOS_REPORT_RESULT: breakOnError model, Stopping whole test suite if one specific test case failed or error' + '\n'; + } + message += 'OHOS_REPORT_STATUS: taskconsuming=' + summary.duration + '\n'; + console.info(message); + await SysTestKit.print(message); + } + console.info('report print success'); + this.delegator.finishTest('your test finished!!!', 0, () => { }); + } + + incorrectFormat() { + if (this.coreContext.getDefaultService('config').filterValid.length !== 0) { + var value = this.coreContext.getDefaultService('config').filterValid; + var message = 'this param ' + value.join(',') + ' is invalid' + '\n'; + this.delegator.finishTest(message, 0, () => { + }); + } + } + + async suiteStart() { + if (this.abilityDelegatorArguments !== null) { + let message = '\n' + 'OHOS_REPORT_SUM: ' + this.suiteService.getCurrentRunningSuite().getSpecsNum(); + message += '\n' + 'OHOS_REPORT_STATUS: class=' + this.suiteService.getCurrentRunningSuite().description + '\n'; + console.info(message); + await SysTestKit.print(message); + console.info(this.suiteService.getCurrentRunningSuite().description + ' suiteStart print success'); + } + } + + async suiteDone() { + if (this.abilityDelegatorArguments !== null) { + let message = '\n' + 'OHOS_REPORT_STATUS: class=' + this.suiteService.getCurrentRunningSuite().description; + message += '\n' + 'OHOS_REPORT_STATUS: suiteconsuming=' + this.suiteService.getCurrentRunningSuite().duration + '\n'; + console.info(message); + await SysTestKit.print(message); + console.info(this.suiteService.getCurrentRunningSuite().description + ' suiteDone print success'); + } + } + + async specStart() { + if (this.abilityDelegatorArguments !== null) { + let message = '\n' + 'OHOS_REPORT_STATUS: class=' + this.suiteService.getCurrentRunningSuite().description; + message += '\n' + 'OHOS_REPORT_STATUS: current=' + (++this.index); + message += '\n' + 'OHOS_REPORT_STATUS: id=JS'; + message += '\n' + 'OHOS_REPORT_STATUS: numtests=' + this.specService.getTestTotal(); + message += '\n' + 'OHOS_REPORT_STATUS: stream='; + message += '\n' + 'OHOS_REPORT_STATUS: test=' + this.specService.currentRunningSpec.description; + message += '\n' + 'OHOS_REPORT_STATUS_CODE: 1' + '\n'; + console.info(message); + await SysTestKit.print(message); + console.info(this.specService.currentRunningSpec.description + ' specStart start print success'); + } + } + + async specDone() { + if (this.abilityDelegatorArguments !== null) { + let message = '\n' + 'OHOS_REPORT_STATUS: class=' + this.suiteService.getCurrentRunningSuite().description; + message += '\n' + 'OHOS_REPORT_STATUS: current=' + (this.index); + message += '\n' + 'OHOS_REPORT_STATUS: id=JS'; + message += '\n' + 'OHOS_REPORT_STATUS: numtests=' + this.specService.getTestTotal(); + let errorMsg = ''; + if (this.specService.currentRunningSpec.error) { + message += '\n' + 'OHOS_REPORT_STATUS: stack=' + this.specService.currentRunningSpec.error.message; + message += '\n' + 'OHOS_REPORT_STATUS: stream='; + message += '\n' + 'Error in ' + this.specService.currentRunningSpec.description; + message += '\n' + this.specService.currentRunningSpec.error.message; + message += '\n' + 'OHOS_REPORT_STATUS: test=' + this.specService.currentRunningSpec.description; + message += '\n' + 'OHOS_REPORT_STATUS_CODE: -1' + '\n'; + } else if (this.specService.currentRunningSpec.result) { + if (this.specService.currentRunningSpec.result.failExpects.length > 0) { + this.specService.currentRunningSpec.result.failExpects.forEach(failExpect => { + errorMsg = failExpect.message || ('expect ' + failExpect.actualValue + ' ' + failExpect.checkFunc + ' ' + (failExpect.expectValue)); + }); + message += '\n' + 'OHOS_REPORT_STATUS: stack=' + errorMsg; + message += '\n' + 'OHOS_REPORT_STATUS: stream='; + message += '\n' + 'Error in ' + this.specService.currentRunningSpec.description; + message += '\n' + errorMsg + '\n' + 'OHOS_REPORT_STATUS: test=' + this.specService.currentRunningSpec.description; + message += '\n' + 'OHOS_REPORT_STATUS_CODE: -2' + '\n'; + } else { + message += '\n' + 'OHOS_REPORT_STATUS: stream='; + message += '\n' + 'OHOS_REPORT_STATUS: test=' + this.specService.currentRunningSpec.description; + message += '\n' + 'OHOS_REPORT_STATUS_CODE: 0' + '\n'; + } + } else { + message += '\n'; + } + message += 'OHOS_REPORT_STATUS: consuming=' + this.specService.currentRunningSpec.duration + '\n'; + console.info(message); + await SysTestKit.print(message); + console.info(this.specService.currentRunningSpec.description + ' specDone end print success'); + } + } +} + +export default OhReport; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/report/ReportExtend.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/report/ReportExtend.js new file mode 100644 index 0000000000000000000000000000000000000000..852fbcd5cbf97e776ebe5177a029df0f516594a5 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/report/ReportExtend.js @@ -0,0 +1,137 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class ReportExtend { + constructor(fileModule) { + this.id = 'extend'; + this.fileModule = fileModule; + } + + init(coreContext) { + this.coreContext = coreContext; + this.suiteService = this.coreContext.getDefaultService('suite'); + } + + taskStart() { + + } + + taskDone() { + const report = { + tag: 'testsuites', + name: 'summary_report', + timestamp: new Date().toDateString(), + time: '1', + errors: 0, + failures: 0, + tests: 0, + children: [] + }; + const rootSuite = this.suiteService.rootSuite; + if (rootSuite && rootSuite.childSuites) { + for (let testsuite of rootSuite.childSuites) { + let suiteReport = { + tag: 'testsuite', + name: testsuite['description'], + errors: 0, + tests: 0, + failures: 0, + time: '0.1', + children: [] + }; + let specs = testsuite['specs']; + for (let testcase of specs) { + report.tests++; + suiteReport.tests++; + let caseReport = { + tag: 'testcase', + name: testcase['description'], + status: 'run', + time: '0.0', + classname: testsuite['description'] + }; + if (testcase.error) { + caseReport['result'] = false; + caseReport['children'] = [{ + tag: 'error', + type: '', + message: testcase.error.message + }]; + report.errors++; + suiteReport.errors++; + } else if (testcase.result.failExpects.length > 0) { + caseReport['result'] = false; + let message = ''; + testcase.result.failExpects.forEach(failExpect => { + message += failExpect.message || ('expect ' + failExpect.actualValue + ' ' + failExpect.checkFunc + ' ' + (failExpect.expectValue || '')) + ';'; + }); + caseReport['children'] = [{ + tag: 'failure', + type: '', + message: message + }]; + report.failures++; + suiteReport.failures++; + } else { + caseReport['result'] = true; + } + suiteReport.children.push(caseReport); + } + report.children.push(suiteReport); + } + } + + let reportXml = '\n' + json2xml(report); + this.fileModule.writeText({ + uri: 'internal://app/report.xml', + text: reportXml, + success: function () { + console.info('call success callback success'); + }, + fail: function (data, code) { + console.info('call fail callback success:'); + }, + complete: function () { + console.info('call complete callback success'); + } + }); + } +} + +function json2xml(json) { + let tagName; + let hasChildren = false; + let childrenStr = ''; + let attrStr = ''; + for (let key in json) { + if (key === 'tag') { + tagName = json[key]; + } else if (key === 'children') { + if (json[key].length > 0) { + hasChildren = true; + for (let child of json[key]) { + childrenStr += json2xml(child); + } + } + } else { + attrStr += ` ${key}="${json[key]}"`; + } + } + let xml = `<${tagName}${attrStr}`; + xml += hasChildren ? `>${childrenStr}` : '/>'; + return xml; +} + +export default ReportExtend; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/service.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/service.js new file mode 100644 index 0000000000000000000000000000000000000000..e55a2e4a2db3fdef4b983fa9cb63bf5c58b76fb4 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/service.js @@ -0,0 +1,929 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import SysTestKit from "./module/kit/SysTestKit"; + +class AssertException extends Error { + constructor(message) { + super(); + this.name = "AssertException"; + this.message = message; + } +} + +function getFuncWithArgsZero(func, timeout, isStressTest) { + return new Promise(async (resolve, reject) => { + let timer = null; + if (!isStressTest) { + timer = setTimeout(() => { + reject(new Error('execute timeout ' + timeout + 'ms')); + }, timeout); + } + try { + await func(); + } catch (err) { + reject(err); + } + timer !== null ? clearTimeout(timer) : null; + resolve(); + }); +} + +function getFuncWithArgsOne(func, timeout, isStressTest) { + return new Promise(async (resolve, reject) => { + let timer = null; + if (!isStressTest) { + timer = setTimeout(() => { + reject(new Error('execute timeout ' + timeout + 'ms')); + }, timeout);; + } + + function done() { + timer !== null ? clearTimeout(timer) : null; + resolve(); + } + + try { + await func(done); + } catch (err) { + timer !== null ? clearTimeout(timer) : null; + reject(err); + } + }); +} + +function getFuncWithArgsTwo(func, timeout, paramItem, isStressTest) { + return new Promise(async (resolve, reject) => { + let timer = null; + if (!isStressTest) { + timer = setTimeout(() => { + reject(new Error('execute timeout ' + timeout + 'ms')); + }, timeout); + } + + function done() { + timer !== null ? clearTimeout(timer) : null; + resolve(); + } + + try { + await func(done, paramItem); + } catch (err) { + timer !== null ? clearTimeout(timer) : null; + reject(err); + } + }); +} + +function processFunc(coreContext, func) { + let argNames = ((func || '').toString() + .replace(/((\/\/.*$)|(\/\*[\s\S]*?\*\/))/mg, '') + .match(/^(function)?\s*[^\(]*\(\s*([^\)]*)\)/m) || ['', '', ''])[2] + .split(',') // split parameters + .map(item => item.replace(/^\s*(_?)(.+?)\1\s*$/, name => name.split('=')[0].trim())) + .filter(String); + let funcLen = func.length; + let processedFunc; + const config = coreContext.getDefaultService('config'); + config.setSupportAsync(true); + const timeout = + (config.timeout === undefined ? 5000 : config.timeout); + const isStressTest = (coreContext.getServices('dataDriver') !== undefined || config.getStress() > 1); + switch (funcLen) { + case 0: { + processedFunc = function () { + return getFuncWithArgsZero(func, timeout, isStressTest); + }; + break; + } + case 1: { + if (argNames[0] === 'data') { + processedFunc = function (paramItem) { + func(paramItem); + }; + } else { + processedFunc = function () { + return getFuncWithArgsOne(func, timeout, isStressTest); + }; + } + break; + } + default: { + processedFunc = function (paramItem) { + return getFuncWithArgsTwo(func, timeout, paramItem, isStressTest); + }; + break; + } + } + return processedFunc; +} + +function secureRandomNumber() { + return crypto.randomBytes(8).readUInt32LE() / 0xffffffff; +} + +class SuiteService { + constructor(attr) { + this.id = attr.id; + this.rootSuite = new SuiteService.Suite({}); + this.currentRunningSuite = this.rootSuite; + this.suitesStack = [this.rootSuite]; + } + + describe(desc, func) { + const configService = this.coreContext.getDefaultService('config'); + if (configService.filterSuite(desc)) { + console.info('filter suite :' + desc); + return; + } + const suite = new SuiteService.Suite({description: desc}); + if (typeof this.coreContext.getServices('dataDriver') !== 'undefined' && configService['dryRun'] !== 'true') { + let suiteStress = this.coreContext.getServices('dataDriver').dataDriver.getSuiteStress(desc); + for (let i = 1; i < suiteStress; i++) { + this.currentRunningSuite.childSuites.push(suite); + } + } + this.currentRunningSuite.childSuites.push(suite); + this.currentRunningSuite = suite; + this.suitesStack.push(suite); + func.call(); + let childSuite = this.suitesStack.pop(); + if (this.suitesStack.length === 0) { + this.currentRunningSuite = childSuite; + this.suitesStack.push(childSuite); + } + if (this.suitesStack.length > 1) { + this.currentRunningSuite = this.suitesStack.pop(); + } else { + this.currentRunningSuite = this.suitesStack.pop(); + this.suitesStack.push(this.currentRunningSuite); + } + } + + beforeAll(func) { + this.currentRunningSuite.beforeAll.push(processFunc(this.coreContext, func)); + } + + beforeEach(func) { + this.currentRunningSuite.beforeEach.push(processFunc(this.coreContext, func)); + } + + afterAll(func) { + this.currentRunningSuite.afterAll.push(processFunc(this.coreContext, func)); + } + + afterEach(func) { + this.currentRunningSuite.afterEach.push(processFunc(this.coreContext, func)); + } + + getCurrentRunningSuite() { + return this.currentRunningSuite; + } + + setCurrentRunningSuite(suite) { + this.currentRunningSuite = suite; + } + + traversalResults(suite, obj, breakOnError) { + if (suite.childSuites.length === 0 && suite.specs.length === 0) { + return obj; + } + if (suite.specs.length > 0) { + for (const itItem of suite.specs) { + obj.total++; + if (breakOnError && (obj.error > 0 || obj.failure > 0)) { // breakOnError模式 + continue; + } + if (itItem.error) { + obj.error++; + } else if (itItem.result.failExpects.length > 0) { + obj.failure++; + } else if (itItem.result.pass === true) { + obj.pass++; + } + } + } + + obj.duration += suite.duration; + + if (suite.childSuites.length > 0) { + for (const suiteItem of suite.childSuites) { + this.traversalResults(suiteItem, obj, breakOnError); + } + } + } + + getSummary() { + let suiteService = this.coreContext.getDefaultService('suite'); + let rootSuite = suiteService.rootSuite; + const specService = this.coreContext.getDefaultService('spec'); + const configService = this.coreContext.getDefaultService('config'); + let breakOnError = configService.isBreakOnError(); + let isError = specService.getStatus(); + let isBreaKOnError = breakOnError && isError; + let obj = {total: 0, failure: 0, error: 0, pass: 0, ignore: 0, duration: 0}; + for (const suiteItem of rootSuite.childSuites) { + this.traversalResults(suiteItem, obj, isBreaKOnError); + } + obj.ignore = obj.total - obj.pass - obj.failure - obj.error; + return obj; + } + + init(coreContext) { + this.coreContext = coreContext; + } + + traversalSuites(suite, obj, configService) { + if (suite.childSuites.length === 0 && suite.specs.length === 0) { + return []; + } + if (suite.specs.length > 0) { + let itArray = []; + for (const itItem of suite['specs']) { + if (!configService.filterDesc(suite.description, itItem.description, itItem.fi, null)) { + itArray.push({'itName': itItem.description}); + } + } + obj[suite.description] = itArray; + } + + if (suite.childSuites.length > 0) { + let suiteArray = []; + for (const suiteItem of suite.childSuites) { + let suiteObj = {}; + this.traversalSuites(suiteItem, suiteObj, configService); + if (!configService.filterSuite(suiteItem.description)) { + suiteArray.push(suiteObj); + } + } + obj.suites = suiteArray; + } + } + + async dryRun(abilityDelegator) { + const configService = this.coreContext.getDefaultService('config'); + let testSuitesObj = {}; + let suitesArray = []; + for (const suiteItem of this.rootSuite.childSuites) { + let obj = {}; + this.traversalSuites(suiteItem, obj, configService); + if (!configService.filterSuite(suiteItem.description)) { + suitesArray.push(obj); + } + } + testSuitesObj['suites'] = suitesArray; + + let strJson = JSON.stringify(testSuitesObj); + let strLen = strJson.length; + let maxLen = 500; + let maxCount = Math.floor(strLen / maxLen); + + for (let count = 0; count <= maxCount; count++) { + await SysTestKit.print(strJson.substring(count * maxLen, (count + 1) * maxLen)); + } + console.info('dryRun print success'); + abilityDelegator.finishTest('dry run finished!!!', 0, () => { }); + } + + execute() { + const configService = this.coreContext.getDefaultService('config'); + if (configService.filterValid.length !== 0) { + this.coreContext.fireEvents('task', 'incorrectFormat'); + return; + } + + if (configService.isRandom() && this.rootSuite.childSuites.length > 0) { + this.rootSuite.childSuites.sort(function () { + return Math.random().toFixed(1) > 0.5 ? -1 : 1; + }); + this.currentRunningSuite = this.rootSuite.childSuites[0]; + } + + if (configService.isSupportAsync()) { + let asyncExecute = async () => { + await this.coreContext.fireEvents('task', 'taskStart'); + await this.rootSuite.asyncRun(this.coreContext); + }; + asyncExecute().then(async () => { + await this.coreContext.fireEvents('task', 'taskDone'); + }); + } else { + this.coreContext.fireEvents('task', 'taskStart'); + this.rootSuite.run(this.coreContext); + this.coreContext.fireEvents('task', 'taskDone'); + } + } + + apis() { + const _this = this; + return { + describe: function (desc, func) { + return _this.describe(desc, func); + }, + beforeAll: function (func) { + return _this.beforeAll(func); + }, + beforeEach: function (func) { + return _this.beforeEach(func); + }, + afterAll: function (func) { + return _this.afterAll(func); + }, + afterEach: function (func) { + return _this.afterEach(func); + } + }; + } +} + +SuiteService.Suite = class { + constructor(attrs) { + this.description = attrs.description || ''; + this.childSuites = []; + this.specs = []; + this.beforeAll = []; + this.afterAll = []; + this.beforeEach = []; + this.afterEach = []; + this.duration = 0; + } + + pushSpec(spec) { + this.specs.push(spec); + } + + removeSpec(desc) { + this.specs = this.specs.filter((item, index) => { + return item.description !== desc; + }); + } + + getSpecsNum() { + return this.specs.length; + } + + isRun(coreContext) { + const configService = coreContext.getDefaultService('config'); + const suiteService = coreContext.getDefaultService('suite'); + const specService = coreContext.getDefaultService('spec'); + let breakOnError = configService.isBreakOnError(); + let isError = specService.getStatus(); + return breakOnError && isError; + } + + run(coreContext) { + const suiteService = coreContext.getDefaultService('suite'); + suiteService.setCurrentRunningSuite(this); + if (this.description !== '') { + coreContext.fireEvents('suite', 'suiteStart', this); + } + this.runHookFunc('beforeAll'); + if (this.specs.length > 0) { + const configService = coreContext.getDefaultService('config'); + if (configService.isRandom()) { + this.specs.sort(function () { + return Math.random().toFixed(1) > 0.5 ? -1 : 1; + }); + } + for (let spec in this.specs) { + let isBreakOnError = this.isRun(coreContext); + if (isBreakOnError) { + break; + } + this.runHookFunc('beforeEach'); + spec.run(coreContext); + this.runHookFunc('afterEach'); + } + } + if (this.childSuites.length > 0) { + for (let suite in this.childSuites) { + let isBreakOnError = this.isRun(coreContext); + if (isBreakOnError) { + break; + } + suite.run(coreContext); + suiteService.setCurrentRunningSuite(suite); + } + } + this.runHookFunc('afterAll'); + if (this.description !== '') { + coreContext.fireEvents('suite', 'suiteDone'); + } + } + + async asyncRun(coreContext) { + const suiteService = coreContext.getDefaultService('suite'); + suiteService.setCurrentRunningSuite(this); + suiteService.suitesStack.push(this); + if (this.description !== '') { + await coreContext.fireEvents('suite', 'suiteStart', this); + } + await this.runAsyncHookFunc('beforeAll'); + if (this.specs.length > 0) { + const configService = coreContext.getDefaultService('config'); + if (configService.isRandom()) { + this.specs.sort(function () { + return Math.random().toFixed(1) > 0.5 ? -1 : 1; + }); + } + for (let i = 0; i < this.specs.length; i++) { + // 遇错即停模式,发现用例有问题,直接返回,不在执行后面的it + let isBreakOnError = this.isRun(coreContext); + if (isBreakOnError) { + console.log("break description :" + this.description); + break; + } + await this.runAsyncHookFunc('beforeEach'); + await this.specs[i].asyncRun(coreContext); + await this.runAsyncHookFunc('afterEach'); + } + } + + if (this.childSuites.length > 0) { + for (let i = 0; i < this.childSuites.length; i++) { + // 遇错即停模式, 发现用例有问题,直接返回,不在执行后面的description + let isBreakOnError = this.isRun(coreContext); + if (isBreakOnError) { + console.log("break description :" + this.description); + break; + } + await this.childSuites[i].asyncRun(coreContext); + } + } + + await this.runAsyncHookFunc('afterAll'); + if (this.description !== '') { + await coreContext.fireEvents('suite', 'suiteDone'); + let childSuite = suiteService.suitesStack.pop(); + if (suiteService.suitesStack.length === 0) { + suiteService.suitesStack.push(childSuite); + } + if (suiteService.suitesStack.length > 1) { + suiteService.setCurrentRunningSuite(suiteService.suitesStack.pop()); + } else { + let currentRunningSuite = suiteService.suitesStack.pop(); + suiteService.setCurrentRunningSuite(currentRunningSuite); + suiteService.suitesStack.push(currentRunningSuite); + } + } + } + + runHookFunc(hookName) { + if (this[hookName] && this[hookName].length > 0) { + this[hookName].forEach(func => { + try { + func(); + } catch (e) { + console.error(e); + } + }); + } + } + + runAsyncHookFunc(hookName) { + if (this[hookName] && this[hookName].length > 0) { + return new Promise(async resolve => { + for (let i = 0; i < this[hookName].length; i++) { + try { + await this[hookName][i](); + } catch (e) { + console.error(e); + } + } + resolve(); + }); + } + } +}; + +class SpecService { + constructor(attr) { + this.id = attr.id; + this.totalTest = 0; + this.hasError = false; + } + + init(coreContext) { + this.coreContext = coreContext; + } + + setCurrentRunningSpec(spec) { + this.currentRunningSpec = spec; + } + + setStatus(obj) { + this.hasError = obj; + } + + getStatus() { + return this.hasError; + } + + getTestTotal() { + return this.totalTest; + } + + getCurrentRunningSpec() { + return this.currentRunningSpec; + } + + it(desc, filter, func) { + const configService = this.coreContext.getDefaultService('config'); + const currentSuiteName = this.coreContext.getDefaultService('suite').getCurrentRunningSuite().description; + if (configService.filterDesc(currentSuiteName, desc, filter, this.coreContext)) { + console.info('filter it :' + desc); + } else { + let processedFunc = processFunc(this.coreContext, func); + const spec = new SpecService.Spec({description: desc, fi: filter, fn: processedFunc}); + const suiteService = this.coreContext.getDefaultService('suite'); + if (typeof this.coreContext.getServices('dataDriver') !== 'undefined' && configService['dryRun'] !== 'true') { + let specStress = this.coreContext.getServices('dataDriver').dataDriver.getSpecStress(desc); + for (let i = 1; i < specStress; i++) { + this.totalTest++; + suiteService.getCurrentRunningSuite().pushSpec(spec); + } + } + + // dryRun 状态下不统计压力测试重复数据 + if (configService['dryRun'] !== 'true') { + let stress = configService.getStress(); // 命令配置压力测试 + console.info('stress length :' + stress); + for (let i = 1; i < stress; i++) { + this.totalTest++; + suiteService.getCurrentRunningSuite().pushSpec(spec); + } + } + this.totalTest++; + suiteService.getCurrentRunningSuite().pushSpec(spec); + } + } + + apis() { + const _this = this; + return { + it: function (desc, filter, func) { + return _this.it(desc, filter, func); + } + }; + } +} + +SpecService.Spec = class { + constructor(attrs) { + this.description = attrs.description || ''; + this.fi = attrs.fi; + this.fn = attrs.fn || function () { + }; + this.result = { + failExpects: [], + passExpects: [] + }; + this.error = undefined; + this.duration = 0; + this.startTime = 0; + this.isExecuted = false; // 当前用例是否执行 + } + + setResult(coreContext) { + const specService = coreContext.getDefaultService('spec'); + if (this.result.failExpects.length > 0) { + this.result.pass = false; + specService.setStatus(true); + } else { + this.result.pass = true; + } + console.info('testcase ' + this.description + ' result:' + this.result.pass); + } + + run(coreContext) { + const specService = coreContext.getDefaultService('spec'); + specService.setCurrentRunningSpec(this); + coreContext.fireEvents('spec', 'specStart', this); + this.isExecuted = true; + try { + let dataDriver = coreContext.getServices('dataDriver'); + if (typeof dataDriver === 'undefined') { + this.fn(); + } else { + let suiteParams = dataDriver.dataDriver.getSuiteParams(); + let specParams = dataDriver.dataDriver.getSpecParams(); + console.info('[suite params] ' + JSON.stringify(suiteParams)); + console.info('[spec params] ' + JSON.stringify(specParams)); + if (this.fn.length === 0) { + this.fn(); + } else if (specParams.length === 0) { + this.fn(suiteParams); + } else { + specParams.forEach(paramItem => this.fn(Object.assign({}, paramItem, suiteParams))); + } + } + this.setResult(coreContext); + } catch (e) { + this.error = e; + specService.setStatus(true); + } + coreContext.fireEvents('spec', 'specDone', this); + } + + async asyncRun(coreContext) { + const specService = coreContext.getDefaultService('spec'); + specService.setCurrentRunningSpec(this); + + await coreContext.fireEvents('spec', 'specStart', this); + try { + let dataDriver = coreContext.getServices('dataDriver'); + if (typeof dataDriver === 'undefined') { + await this.fn(); + this.setResult(coreContext); + } else { + let suiteParams = dataDriver.dataDriver.getSuiteParams(); + let specParams = dataDriver.dataDriver.getSpecParams(); + console.info('[suite params] ' + JSON.stringify(suiteParams)); + console.info('[spec params] ' + JSON.stringify(specParams)); + if (this.fn.length === 0) { + await this.fn(); + this.setResult(coreContext); + } else if (specParams.length === 0) { + await this.fn(suiteParams); + this.setResult(coreContext); + } else { + for (const paramItem of specParams) { + await this.fn(Object.assign({}, paramItem, suiteParams)); + this.setResult(coreContext); + } + } + } + } catch (e) { + if (e instanceof AssertException) { + this.fail = e; + specService.setStatus(true); + } else { + this.error = e; + specService.setStatus(true); + } + } + this.isExecuted = true; + await coreContext.fireEvents('spec', 'specDone', this); + } + + filterCheck(coreContext) { + const specService = coreContext.getDefaultService('spec'); + specService.setCurrentRunningSpec(this); + return true; + } + + addExpectationResult(expectResult) { + if (this.result.failExpects.length === 0) { + this.result.failExpects.push(expectResult); + } + throw new AssertException(expectResult.message); + } +}; + +class ExpectService { + constructor(attr) { + this.id = attr.id; + this.matchers = {}; + } + + expect(actualValue) { + return this.wrapMatchers(actualValue); + } + + init(coreContext) { + this.coreContext = coreContext; + this.addMatchers(this.basicMatchers()); + } + + addMatchers(matchers) { + for (const matcherName in matchers) { + if (Object.prototype.hasOwnProperty.call(matchers, matcherName)) { + this.matchers[matcherName] = matchers[matcherName]; + } + } + } + + basicMatchers() { + return { + assertTrue: function (actualValue) { + return { + pass: (actualValue) === true, + message: 'expect true, actualValue is ' + actualValue + }; + }, + assertEqual: function (actualValue, args) { + return { + pass: (actualValue) === args[0], + expectValue: args[0], + message: 'expect ' + actualValue + ' equals ' + args[0] + }; + }, + assertThrow: function (actual, args) { + const result = { + pass: false + }; + if (typeof actual !== 'function') { + result.message = 'toThrow\'s Actual should be a Function'; + } else { + let hasThrow = false; + let throwError; + try { + actual(); + } catch (e) { + hasThrow = true; + throwError = e; + } + if (!hasThrow) { + result.message = 'function did not throw an exception'; + } else if (throwError && throwError.message === args[0]) { + result.pass = true; + } else { + result.message = `expect to throw ${args[0]} , actual throw ${throwError.message}`; + } + } + return result; + } + }; + } + + wrapMatchers(actualValue) { + const _this = this; + const wrappedMatchers = { + // 翻转标识 + isNot: false, + + // 翻转方法 + not: function () { + this.isNot = true; + return this; + } + }; + const specService = _this.coreContext.getDefaultService('spec'); + const currentRunningSpec = specService.getCurrentRunningSpec(); + for (const matcherName in this.matchers) { + let result = Object.prototype.hasOwnProperty.call(this.matchers, matcherName); + if (!result) { + continue; + } + if (matcherName.search('assertPromise') == 0) { + wrappedMatchers[matcherName] = async function () { + await _this.matchers[matcherName](actualValue, arguments).then(function (result) { + if (wrappedMatchers.isNot) { + result.pass = !result.pass; + } + result.actualValue = actualValue; + result.checkFunc = matcherName; + if (!result.pass) { + currentRunningSpec.addExpectationResult(result); + } + }); + }; + } else { + wrappedMatchers[matcherName] = function () { + const result = _this.matchers[matcherName](actualValue, arguments); + if (wrappedMatchers.isNot) { + result.pass = !result.pass; + } + result.actualValue = actualValue; + result.checkFunc = matcherName; + if (!result.pass) { + currentRunningSpec.addExpectationResult(result); + } + }; + } + } + return wrappedMatchers; + } + + apis() { + const _this = this; + return { + expect: function (actualValue) { + return _this.expect(actualValue); + } + }; + } +} + +class ReportService { + constructor(attr) { + this.id = attr.id; + } + + init(coreContext) { + this.coreContext = coreContext; + this.specService = this.coreContext.getDefaultService('spec'); + this.suiteService = this.coreContext.getDefaultService('suite'); + this.duration = 0; + } + + taskStart() { + console.info('[start] start run suites'); + } + + async suiteStart() { + console.info('[suite start]' + this.suiteService.getCurrentRunningSuite().description); + } + + async specStart() { + console.info('start running case \'' + this.specService.currentRunningSpec.description + '\''); + this.index = this.index + 1; + let spec = this.specService.currentRunningSpec; + spec.startTime = await SysTestKit.getRealTime(); + } + + async specDone() { + let msg = ''; + let spec = this.specService.currentRunningSpec; + let suite = this.suiteService.currentRunningSuite; + spec.duration = await SysTestKit.getRealTime() - spec.startTime; + suite.duration += spec.duration; + if (spec.error) { + this.formatPrint('error', spec.description + ' ; consuming ' + spec.duration + 'ms'); + this.formatPrint('errorDetail', spec.error); + } else if (spec.result) { + if (spec.result.failExpects.length > 0) { + this.formatPrint('fail', spec.description + ' ; consuming ' + spec.duration + 'ms'); + spec.result.failExpects.forEach(failExpect => { + msg = failExpect.message || ('expect ' + failExpect.actualValue + ' ' + + failExpect.checkFunc + ' ' + (failExpect.expectValue)); + this.formatPrint('failDetail', msg); + }); + } else { + this.formatPrint('pass', spec.description + ' ; consuming ' + spec.duration + 'ms'); + } + } + this.formatPrint(this.specService.currentRunningSpec.error, msg); + } + + suiteDone() { + let suite = this.suiteService.currentRunningSuite; + console.info(`[suite end] ${suite.description} consuming ${suite.duration} ms`); + } + + taskDone() { + let msg = ''; + let summary = this.suiteService.getSummary(); + msg = 'total cases:' + summary.total + ';failure ' + summary.failure + ',' + 'error ' + summary.error; + msg += ',pass ' + summary.pass + '; consuming ' + summary.duration + 'ms'; + console.info(msg); + console.info('[end] run suites end'); + } + + incorrectFormat() { + if (this.coreContext.getDefaultService('config').filterValid.length !== 0) { + this.coreContext.getDefaultService('config').filterValid.forEach(function (item) { + console.info('this param ' + item + ' is invalid'); + }); + } + } + + formatPrint(type, msg) { + switch (type) { + case 'pass': + console.info('[pass]' + msg); + break; + case 'fail': + console.info('[fail]' + msg); + break; + case 'failDetail': + console.info('[failDetail]' + msg); + break; + case 'error': + console.info('[error]' + msg); + break; + case 'errorDetail': + console.info('[errorDetail]' + msg); + break; + } + } + + sleep(numberMillis) { + var now = new Date(); + var exitTime = now.getTime() + numberMillis; + while (true) { + now = new Date(); + if (now.getTime() > exitTime) { + return; + } + } + } +} + +export { + SuiteService, + SpecService, + ExpectService, + ReportService +}; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/CHANGELOG.md b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/README.md b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/index.d.ts b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/index.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..b0b4394a3284c07e873e84c9144cd31889e1863d --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/index.d.ts @@ -0,0 +1,136 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License") + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +export const DEFAULT = 0B0000 + +export const when: when; + +export enum TestType { + FUNCTION = 0B1, + PERFORMANCE = 0B1 << 1, + POWER = 0B1 << 2, + RELIABILITY = 0B1 << 3, + SECURITY = 0B1 << 4, + GLOBAL = 0B1 << 5, + COMPATIBILITY = 0B1 << 6, + USER = 0B1 << 7, + STANDARD = 0B1 << 8, + SAFETY = 0B1 << 9, + RESILIENCE = 0B1 << 10 +} + +export enum Size { + SMALLTEST = 0B1 << 16, + MEDIUMTEST = 0B1 << 17, + LARGETEST = 0B1 << 18 +} + +export enum Level { + LEVEL0 = 0B1 << 24, + LEVEL1 = 0B1 << 25, + LEVEL2 = 0B1 << 26, + LEVEL3 = 0B1 << 27, + LEVEL4 = 0B1 << 28 +} + +export function describe(testSuiteName: string, callback: Function): void + +export function beforeEach(callback: Function): void + +export function afterEach(callback: Function): void + +export function beforeAll(callback: Function): void + +export function afterAll(callback: Function): void + +export function it(testCaseName: string, attribute: (TestType | Size | Level), callback: Function) + +export interface Assert { + assertClose(expectValue: number, precision: number): void + assertContain(expectValue: any): void + assertEqual(expectValue: any): void + assertFail(): void + assertFalse(): void + assertTrue(): void + assertInstanceOf(expectValue: string): void + assertLarger(expectValue: number): void + assertLess(expectValue: number): void + assertNull(): void + assertThrowError(expectValue: string): void + assertUndefined(): void + assertLargerOrEqual(expectValue: number):void + assertLessOrEqual(expectValue: number):void + assertNaN():void + assertNegUnlimited(): void + assertPosUnlimited(): void + not(): Assert; + assertDeepEquals(expectValue: any):void + assertPromiseIsPending(): void + assertPromiseIsRejected(): void + assertPromiseIsRejectedWith(expectValue?: any): void + assertPromiseIsRejectedWithError(...expectValue): void + assertPromiseIsResolved(): void + assertPromiseIsResolvedWith(expectValue?: any): void +} + +export function expect(actualValue?: any): Assert + +export class ArgumentMatchers { + static any; + static anyString; + static anyBoolean; + static anyNumber; + static anyObj; + static anyFunction; + static matchRegexs(Regex: RegExp): void +} + +declare interface when { + afterReturn(value: any): any + afterReturnNothing(): undefined + afterAction(action: any): any + afterThrow(e_msg: string): string + (argMatchers?: any): when; +} + +export interface VerificationMode { + times(count: Number): void + never(): void + once(): void + atLeast(count: Number): void + atMost(count: Number): void +} + +export class MockKit { + constructor() + mockFunc(obj: Object, func: Function): Function + mockObject(obj: Object): Object + verify(methodName: String, argsArray: Array): VerificationMode + ignoreMock(obj: Object, func: Function): void + clear(obj: Object): void + clearAll(): void +} + +export class SysTestKit { + static actionStart(tag: string): void + static actionEnd(tag: string): void + static existKeyword(keyword: string, timeout?: number): boolean +} + +export class Hypium { + static setData(data: {[key: string]: any}): void + static setTimeConfig(systemTime: any) + static hypiumTest(abilityDelegator: any, abilityDelegatorArguments: any, testsuite: Function): void +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/index.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/index.ets new file mode 100644 index 0000000000000000000000000000000000000000..3c3fe31746bcc2d00e4f8b33e67be5c5a26f9d22 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/index.ets @@ -0,0 +1,92 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License") + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import Core from './src/main/core'; +import {DEFAULT, TestType, Size, Level} from './src/main/Constant'; +import DataDriver from './src/main/module/config/DataDriver'; +import ExpectExtend from './src/main/module/assert/ExpectExtend'; +import OhReport from './src/main/module/report/OhReport'; +import SysTestKit from './src/main/module/kit/SysTestKit'; +import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from './src/main/interface'; +import {MockKit, when} from './src/main/module/mock/MockKit'; +import ArgumentMatchers from './src/main/module/mock/ArgumentMatchers'; + +class Hypium { + static setData(data) { + const core = Core.getInstance(); + const dataDriver = new DataDriver({data}); + core.addService('dataDriver', dataDriver); + } + + static setTimeConfig(systemTime) { + SysTestKit.systemTime = systemTime; + } + + static hypiumTest(abilityDelegator, abilityDelegatorArguments, testsuite) { + const core = Core.getInstance(); + const expectExtend = new ExpectExtend({ + 'id': 'extend' + }); + core.addService('expect', expectExtend); + const ohReport = new OhReport({ + 'delegator': abilityDelegator, + 'abilityDelegatorArguments': abilityDelegatorArguments + }); + SysTestKit.delegator = abilityDelegator; + core.addService('report', ohReport); + core.init(); + core.subscribeEvent('spec', ohReport); + core.subscribeEvent('suite', ohReport); + core.subscribeEvent('task', ohReport); + const configService = core.getDefaultService('config'); + + let testParameters = {}; + if (abilityDelegatorArguments !== null) { + testParameters = configService.translateParams(abilityDelegatorArguments.parameters); + } + console.info('parameters:' + JSON.stringify(testParameters)); + configService.setConfig(testParameters); + + testsuite(); + if (Object.prototype.hasOwnProperty.call(globalThis, 'setupUiTestEnvironment')) { + globalThis.setupUiTestEnvironment().then(() => { + console.info('UiTestKit::after run uitest setup, start run testcases'); + core.execute(abilityDelegator); + }).catch((error) => { + console.error('UiTestKit:: call setupUiTestEnvironment failure:' + error); + core.execute(abilityDelegator); + }); + } else { + console.info('UiTestKit:: no need to setup uitest, start run testcases'); + core.execute(abilityDelegator); + } + } +} + +export { + Hypium, + Core, + DEFAULT, + TestType, + Size, + Level, + DataDriver, + ExpectExtend, + OhReport, + SysTestKit, + describe, beforeAll, beforeEach, afterEach, afterAll, it, expect, + MockKit, when, + ArgumentMatchers +}; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/index.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/index.js new file mode 100644 index 0000000000000000000000000000000000000000..3c3fe31746bcc2d00e4f8b33e67be5c5a26f9d22 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/index.js @@ -0,0 +1,92 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License") + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import Core from './src/main/core'; +import {DEFAULT, TestType, Size, Level} from './src/main/Constant'; +import DataDriver from './src/main/module/config/DataDriver'; +import ExpectExtend from './src/main/module/assert/ExpectExtend'; +import OhReport from './src/main/module/report/OhReport'; +import SysTestKit from './src/main/module/kit/SysTestKit'; +import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from './src/main/interface'; +import {MockKit, when} from './src/main/module/mock/MockKit'; +import ArgumentMatchers from './src/main/module/mock/ArgumentMatchers'; + +class Hypium { + static setData(data) { + const core = Core.getInstance(); + const dataDriver = new DataDriver({data}); + core.addService('dataDriver', dataDriver); + } + + static setTimeConfig(systemTime) { + SysTestKit.systemTime = systemTime; + } + + static hypiumTest(abilityDelegator, abilityDelegatorArguments, testsuite) { + const core = Core.getInstance(); + const expectExtend = new ExpectExtend({ + 'id': 'extend' + }); + core.addService('expect', expectExtend); + const ohReport = new OhReport({ + 'delegator': abilityDelegator, + 'abilityDelegatorArguments': abilityDelegatorArguments + }); + SysTestKit.delegator = abilityDelegator; + core.addService('report', ohReport); + core.init(); + core.subscribeEvent('spec', ohReport); + core.subscribeEvent('suite', ohReport); + core.subscribeEvent('task', ohReport); + const configService = core.getDefaultService('config'); + + let testParameters = {}; + if (abilityDelegatorArguments !== null) { + testParameters = configService.translateParams(abilityDelegatorArguments.parameters); + } + console.info('parameters:' + JSON.stringify(testParameters)); + configService.setConfig(testParameters); + + testsuite(); + if (Object.prototype.hasOwnProperty.call(globalThis, 'setupUiTestEnvironment')) { + globalThis.setupUiTestEnvironment().then(() => { + console.info('UiTestKit::after run uitest setup, start run testcases'); + core.execute(abilityDelegator); + }).catch((error) => { + console.error('UiTestKit:: call setupUiTestEnvironment failure:' + error); + core.execute(abilityDelegator); + }); + } else { + console.info('UiTestKit:: no need to setup uitest, start run testcases'); + core.execute(abilityDelegator); + } + } +} + +export { + Hypium, + Core, + DEFAULT, + TestType, + Size, + Level, + DataDriver, + ExpectExtend, + OhReport, + SysTestKit, + describe, beforeAll, beforeEach, afterEach, afterAll, it, expect, + MockKit, when, + ArgumentMatchers +}; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/oh-package.json5 b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..c3e555885d7dc1192d874cbba436346d12b14a1e --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/oh-package.json5 @@ -0,0 +1,25 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +{ + "name": "@ohos/hypium", + "version": "1.0.6", + "description": "A unit test framework for OpenHarmony application", + "main": "index.js", + "keywords": [], + "author": "huawei", + "license": "Apache-2.0", + "dependencies": { + } +} diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/Constant.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/Constant.js new file mode 100644 index 0000000000000000000000000000000000000000..f1829107720a64df7b571a4bfd11a25e6d9022b6 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/Constant.js @@ -0,0 +1,47 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * define the testcase type : TestType, Size , Level + */ +export const DEFAULT = 0B0000; + +export class TestType { + static FUNCTION = 0B1; + static PERFORMANCE = 0B1 << 1; + static POWER = 0B1 << 2; + static RELIABILITY = 0B1 << 3; + static SECURITY = 0B1 << 4; + static GLOBAL = 0B1 << 5; + static COMPATIBILITY = 0B1 << 6; + static USER = 0B1 << 7; + static STANDARD = 0B1 << 8; + static SAFETY = 0B1 << 9; + static RESILIENCE = 0B1 << 10; +} + +export class Size { + static SMALLTEST = 0B1 << 16; + static MEDIUMTEST = 0B1 << 17; + static LARGETEST = 0B1 << 18; +} + +export class Level { + static LEVEL0 = 0B1 << 24; + static LEVEL1 = 0B1 << 25; + static LEVEL2 = 0B1 << 26; + static LEVEL3 = 0B1 << 27; + static LEVEL4 = 0B1 << 28; +} diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/core.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/core.js new file mode 100644 index 0000000000000000000000000000000000000000..cfcb5f17287208f5e6869b4248faf6c9093002d9 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/core.js @@ -0,0 +1,159 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import {SuiteService, SpecService, ExpectService, ReportService} from './service'; +import {ConfigService} from './module/config/configService'; +import {SpecEvent, TaskEvent, SuiteEvent} from './event'; + +/** + * core service for execute testcase. + */ +class Core { + static getInstance() { + if (!this.instance) { + this.instance = new Core(); + } + return this.instance; + } + + constructor() { + this.instance = null; + this.services = { + suite: {}, + spec: {}, + config: {}, + expect: {}, + log: {}, + report: {} + + }; + this.events = { + suite: {}, + spec: {}, + task: {} + }; + } + + addService(name, service) { + let serviceObj = {}; + if (!this.services[name]) { + this.services[name] = serviceObj; + } else { + serviceObj = this.services[name]; + } + serviceObj[service.id] = service; + } + + getDefaultService(name) { + return this.services[name].default; + } + + getServices(name) { + return this.services[name]; + } + + registerEvent(serviceName, event) { + let eventObj = {}; + if (!this.events[serviceName]) { + this.events[serviceName] = eventObj; + } else { + eventObj = this.events[serviceName]; + } + eventObj[event.id] = event; + } + + unRegisterEvent(serviceName, eventID) { + const eventObj = this.events[serviceName]; + if (eventObj) { + delete eventObj[eventID]; + } + } + + subscribeEvent(serviceName, serviceObj) { + const eventObj = this.events[serviceName]; + if (eventObj) { + for (const attr in eventObj) { + eventObj[attr]['subscribeEvent'](serviceObj); + } + } + } + + async fireEvents(serviceName, eventName) { + const eventObj = this.events[serviceName]; + if (!eventObj) { + return; + } + for (const attr in eventObj) { + await eventObj[attr][eventName](); + } + } + + addToGlobal(apis) { + if (typeof globalThis !== 'undefined') { + for (let api in apis) { + globalThis[api] = apis[api]; + } + } + for (const api in apis) { + this[api] = apis[api]; + } + } + + init() { + this.addService('suite', new SuiteService({id: 'default'})); + this.addService('spec', new SpecService({id: 'default'})); + this.addService('expect', new ExpectService({id: 'default'})); + this.addService('report', new ReportService({id: 'default'})); + this.addService('config', new ConfigService({id: 'default'})); + this.registerEvent('task', new TaskEvent({id: 'default', coreContext: this})); + this.registerEvent('suite', new SuiteEvent({id: 'default', coreContext: this})); + this.registerEvent('spec', new SpecEvent({id: 'default', coreContext: this})); + this.subscribeEvent('spec', this.getDefaultService('report')); + this.subscribeEvent('suite', this.getDefaultService('report')); + this.subscribeEvent('task', this.getDefaultService('report')); + const context = this; + for (const key in this.services) { + const serviceObj = this.services[key]; + for (const serviceID in serviceObj) { + const service = serviceObj[serviceID]; + service.init(context); + + if (typeof service.apis !== 'function') { + continue; + } + const apis = service.apis(); + if (apis) { + this.addToGlobal(apis); + } + } + } + } + + execute(abilityDelegator) { + const suiteService = this.getDefaultService('suite'); + const configService = this.getDefaultService('config'); + if (configService['dryRun'] === 'true') { + (async function () { + await suiteService.dryRun(abilityDelegator); + })(); + return; + } + setTimeout(() => { + suiteService.execute(); + }, 10); + } +} + +export default Core; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/event.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/event.js new file mode 100644 index 0000000000000000000000000000000000000000..1333a1c483f9a2aa1c45e133b1d3cbbc7cdb8346 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/event.js @@ -0,0 +1,94 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class SpecEvent { + constructor(attr) { + this.id = attr.id; + this.coreContext = attr.context; + this.eventMonitors = []; + } + + subscribeEvent(service) { + this.eventMonitors.push(service); + } + + async specStart() { + for (const monitor of this.eventMonitors) { + await monitor['specStart'](); + } + } + + async specDone() { + for (const monitor of this.eventMonitors) { + await monitor['specDone'](); + } + } +} + +class SuiteEvent { + constructor(attr) { + this.id = attr.id; + this.suiteContext = attr.coreContext; + this.eventMonitors = []; + } + + subscribeEvent(service) { + this.eventMonitors.push(service); + } + + async suiteStart() { + for (const monitor of this.eventMonitors) { + await monitor['suiteStart'](); + } + } + + async suiteDone() { + for (const monitor of this.eventMonitors) { + await monitor['suiteDone'](); + } + } +} + +class TaskEvent { + constructor(attr) { + this.id = attr.id; + this.coreContext = attr.coreContext; + this.eventMonitors = []; + } + + subscribeEvent(service) { + this.eventMonitors.push(service); + } + + async taskStart() { + for (const monitor of this.eventMonitors) { + await monitor['taskStart'](); + } + } + + async taskDone() { + for (const monitor of this.eventMonitors) { + await monitor['taskDone'](); + } + } + + incorrectFormat() { + for (const monitor of this.eventMonitors) { + monitor['incorrectFormat'](); + } + } +} + +export {SpecEvent, TaskEvent, SuiteEvent}; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/interface.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/interface.js new file mode 100644 index 0000000000000000000000000000000000000000..40398c849d55cd76ab64fcba26899b547e2a3c97 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/interface.js @@ -0,0 +1,44 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import Core from './core'; + +const core = Core.getInstance(); + +const describe = function (desc, func) { + return Reflect.has(core, 'describe') ? core.describe(desc, func) : (desc, func) => { }; +}; +const it = function (desc, filter, func) { + return Reflect.has(core, 'it') ? core.it(desc, filter, func) : (desc, filter, func) => { }; +}; +const beforeEach = function (func) { + return Reflect.has(core, 'beforeEach') ? core.beforeEach(func) : (func) => { }; +}; +const afterEach = function (func) { + return Reflect.has(core, 'afterEach') ? core.afterEach(func) : (func) => { }; +}; +const beforeAll = function (func) { + return Reflect.has(core, 'beforeAll') ? core.beforeAll(func) : (func) => { }; +}; +const afterAll = function (func) { + return Reflect.has(core, 'afterAll') ? core.afterAll(func) : (func) => { }; +}; +const expect = function (actualValue) { + return Reflect.has(core, 'expect') ? core.expect(actualValue) : (actualValue) => { }; +}; + +export { + describe, it, beforeAll, beforeEach, afterEach, afterAll, expect +}; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/ExpectExtend.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/ExpectExtend.js new file mode 100644 index 0000000000000000000000000000000000000000..d10d15e6f9955c6d04610101f8766c951ee1a35d --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/ExpectExtend.js @@ -0,0 +1,85 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import assertNull from './assertNull'; +import assertClose from './assertClose'; +import assertContain from './assertContain'; +import assertLess from './assertLess'; +import assertLarger from './assertLarger'; +import assertFail from './assertFail'; +import assertUndefined from './assertUndefined'; +import assertFalse from './assertFalse'; +import assertInstanceOf from './assertInstanceOf'; +import assertThrowError from './assertThrowError'; +import assertLargerOrEqual from './assertLargerOrEqual' +import assertLessOrEqual from './assertLessOrEqual' +import assertNaN from './assertNaN' +import assertNegUnlimited from './assertNegUnlimited' +import assertPosUnlimited from './assertPosUnlimited' +import assertDeepEquals from './deepEquals/assertDeepEquals' +import assertPromiseIsPending from './assertPromiseIsPending'; +import assertPromiseIsRejected from './assertPromiseIsRejected'; +import assertPromiseIsRejectedWith from './assertPromiseIsRejectedWith'; +import assertPromiseIsRejectedWithError from './assertPromiseIsRejectedWithError'; +import assertPromiseIsResolved from './assertPromiseIsResolved'; +import assertPromiseIsResolvedWith from './assertPromiseIsResolvedWith'; +class ExpectExtend { + constructor(attr) { + this.id = attr.id; + this.matchers = {}; + } + + extendsMatchers() { + this.matchers.assertNull = assertNull; + this.matchers.assertClose = assertClose; + this.matchers.assertContain = assertContain; + this.matchers.assertLess = assertLess; + this.matchers.assertLarger = assertLarger; + this.matchers.assertFail = assertFail; + this.matchers.assertUndefined = assertUndefined; + this.matchers.assertFalse = assertFalse; + this.matchers.assertInstanceOf = assertInstanceOf; + this.matchers.assertThrowError = assertThrowError; + this.matchers.assertLargerOrEqual = assertLargerOrEqual; + this.matchers.assertLessOrEqual = assertLessOrEqual; + this.matchers.assertNaN = assertNaN; + this.matchers.assertNegUnlimited = assertNegUnlimited; + this.matchers.assertPosUnlimited = assertPosUnlimited; + this.matchers.assertDeepEquals = assertDeepEquals; + this.matchers.assertPromiseIsPending = assertPromiseIsPending; + this.matchers.assertPromiseIsRejected = assertPromiseIsRejected; + this.matchers.assertPromiseIsRejectedWith = assertPromiseIsRejectedWith; + this.matchers.assertPromiseIsRejectedWithError = assertPromiseIsRejectedWithError; + this.matchers.assertPromiseIsResolved = assertPromiseIsResolved; + this.matchers.assertPromiseIsResolvedWith = assertPromiseIsResolvedWith; + } + + init(coreContext) { + this.coreContext = coreContext; + this.extendsMatchers(); + const expectService = this.coreContext.getDefaultService('expect'); + expectService.addMatchers(this.matchers); + } + + apis() { + return { + 'expect': function (actualValue) { + return this.coreContext.getDefaultService('expect').expect(actualValue); + } + }; + } +} + +export default ExpectExtend; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertClose.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertClose.js new file mode 100644 index 0000000000000000000000000000000000000000..63635bea5bf1298776de565260e0e0babae56857 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertClose.js @@ -0,0 +1,41 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertClose(actualValue, expected) { + console.log('expected:' + expected[0] + ',precision:' + expected[1]); + if (actualValue === null && expected[0] === null) { + throw new Error('actualValue and expected can not be both null!!!'); + } + let result; + let diff = Math.abs(expected[0] - actualValue); + let actualAbs = Math.abs(actualValue); + if ((actualAbs - 0) === 0) { + if ((diff - 0) === 0) { + result = true; + } else { + result = false; + } + } else if (diff / actualAbs < expected[1]) { + result = true; + } else { + result = false; + } + return { + pass: result, + message: '|' + actualValue + ' - ' + expected[0] + '|/' + actualValue + ' is not less than ' + expected[1] + }; +} + +export default assertClose; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertContain.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertContain.js new file mode 100644 index 0000000000000000000000000000000000000000..7fba0d9755503e5e926f6c1a4e425e0d1cf47570 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertContain.js @@ -0,0 +1,35 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertContain(actualValue, expect) { + let result = false; + if (Object.prototype.toString.call(actualValue).indexOf('Array')) { + for (let i in actualValue) { + if (actualValue[i] == expect[0]) { + result = true; + } + } + } + let type = Object.prototype.toString.call(actualValue); + if (type === '[object String]') { + result = actualValue.indexOf(expect[0]) >= 0; + } + return { + pass: result, + message: 'expect false, ' + actualValue + ' do not have ' + expect[0] + }; +} + +export default assertContain; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertFail.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertFail.js new file mode 100644 index 0000000000000000000000000000000000000000..8ab4ac5caef712c75c4eac49dfbbb91d33669d9a --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertFail.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertFail() { + return { + pass: false, + message: 'fail ' + }; +} + +export default assertFail; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertFalse.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertFalse.js new file mode 100644 index 0000000000000000000000000000000000000000..c5008e94f4b2ce13ed35b604811793c76b542347 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertFalse.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertFalse(actualValue) { + return { + pass: (actualValue) === false, + message: 'expect false, actualValue is ' + actualValue + }; +} + +export default assertFalse; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertInstanceOf.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertInstanceOf.js new file mode 100644 index 0000000000000000000000000000000000000000..1e11b93f7251c67f5455c5007cd7be268aa53b32 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertInstanceOf.js @@ -0,0 +1,29 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertInstanceOf(actualValue, expected) { + if (Object.prototype.toString.call(actualValue) == '[object ' + expected[0] + ']') { + return { + pass: true + }; + } else { + return { + pass: false, + message: actualValue + ' is ' + Object.prototype.toString.call(actualValue) + 'not ' + expected[0] + }; + } +} + +export default assertInstanceOf; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertLarger.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertLarger.js new file mode 100644 index 0000000000000000000000000000000000000000..a74f4a8cedaf3add9c2dc2d3799081a83198732f --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertLarger.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertLarger(actualValue, expected) { + return { + pass: (actualValue) > expected[0], + message: (actualValue) + ' is not larger than ' + expected[0] + }; +} + +export default assertLarger; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertLargerOrEqual.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertLargerOrEqual.js new file mode 100644 index 0000000000000000000000000000000000000000..e847e6c217364b7f69c173c66fb98d10efc45ef1 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertLargerOrEqual.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertLargerOrEqual(actualValue, expected) { + return { + pass: (actualValue) >= expected[0], + message: (actualValue) + ' is not larger than ' + expected[0] + }; +} + +export default assertLargerOrEqual; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertLess.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertLess.js new file mode 100644 index 0000000000000000000000000000000000000000..17e84b0abaeb20804048a5a15c19e0603634846d --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertLess.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertLess(actualValue, expected) { + return { + pass: (actualValue) < expected[0], + message: (actualValue) + ' is not less than ' + expected[0] + }; +} + +export default assertLess; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertLessOrEqual.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertLessOrEqual.js new file mode 100644 index 0000000000000000000000000000000000000000..f754f97ffa9d24e7852efe2423a1dd35d448af82 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertLessOrEqual.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertLessOrEqual(actualValue, expected) { + return { + pass: (actualValue) <= expected[0], + message: (actualValue) + ' is not less than ' + expected[0] + }; +} + +export default assertLessOrEqual; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertNaN.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertNaN.js new file mode 100644 index 0000000000000000000000000000000000000000..8d45d6a93b86c5ed325a68b32ff014835993a58e --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertNaN.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertNaN(actualValue) { + return { + pass: actualValue !== actualValue, + message: 'expect NaN, actualValue is ' + actualValue + }; +} + +export default assertNaN; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertNegUnlimited.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertNegUnlimited.js new file mode 100644 index 0000000000000000000000000000000000000000..ceac555afc826e057970e6cfe9c73b322c672aa2 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertNegUnlimited.js @@ -0,0 +1,23 @@ +/* +* Copyright (c) 2022 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +function assertNegUnlimited(actualValue) { + return { + pass: actualValue === Number.NEGATIVE_INFINITY, + message: 'Expected actualValue not to be -Infinity. actualValue is,' + actualValue + }; +} + +export default assertNegUnlimited; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertNull.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertNull.js new file mode 100644 index 0000000000000000000000000000000000000000..53a7bad827323a98d3302a4e7eea679551b459c5 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertNull.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertNull(actualValue) { + return { + pass: (actualValue) === null, + message: 'expect null, actualValue is ' + (actualValue) + }; +} + +export default assertNull; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPosUnlimited.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPosUnlimited.js new file mode 100644 index 0000000000000000000000000000000000000000..6e68c0e2b6c499f4dc3dd56c13e9ea1073a3c54c --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPosUnlimited.js @@ -0,0 +1,23 @@ +/* +* Copyright (c) 2022 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +function assertPosUnlimited(actualValue) { + return { + pass: actualValue === Number.POSITIVE_INFINITY, + message: 'Expected actualValue is POSITIVE_INFINITY. actualValue is,' + actualValue + }; +} + +export default assertPosUnlimited; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsPending.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsPending.js new file mode 100644 index 0000000000000000000000000000000000000000..7e2ca2ce14d50c39554fc1157d6d4eb9329d5c39 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsPending.js @@ -0,0 +1,42 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsPending(actualPromise) { + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + const helper = {}; + return Promise.race([actualPromise, Promise.resolve(helper)]).then( + function (got) { + return helper === got ? {pass: true, message: 'actualValue is isPending'} + : { + pass: false, + message: 'expect isPending, actualValue is resolve' + }; + }, + function () { + return { + pass: false + , message: 'expect isPending, actualValue is reject' + }; + }); +} + +export default assertPromiseIsPending; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejected.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejected.js new file mode 100644 index 0000000000000000000000000000000000000000..eb8e65c7d70d5750a9ccebb55c2cf5049cf144fc --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejected.js @@ -0,0 +1,40 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsRejected(actualPromise) { + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + const helper = {}; + return Promise.race([actualPromise, Promise.resolve(helper)]).then( + function (got) { + return { + pass: false, + message: 'expect isRejected, but actualValue is ' + + (helper === got ? 'isPending' : 'resolve') + }; + }, + function () { + return {pass: true, message: 'actualValue is isRejected'}; + } + ); +} + +export default assertPromiseIsRejected; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWith.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWith.js new file mode 100644 index 0000000000000000000000000000000000000000..48eaf7859279a70ea2ad85509296b5da1c7b69f9 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWith.js @@ -0,0 +1,57 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsRejectedWith(actualPromise, expectedValue) { + + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + + function tips(passed) { + return ('Expected a promise ' + (passed ? 'not ' : '') + + 'to be rejected with ' + JSON.stringify(expectedValue[0])); + } + + const helper = {}; + return Promise.race([actualPromise, Promise.resolve(helper)]).then( + function (got) { + return { + pass: false, + message: tips(false) + ' but actualValue is ' + + (helper === got ? 'isPending' : 'resolve') + }; + }, + function (actualValue) { + if (JSON.stringify(actualValue) == JSON.stringify(expectedValue[0])) { + return { + pass: true, + message: 'actualValue was rejected with ' + JSON.stringify(actualValue) + '.' + }; + } else { + return { + pass: false, + message: tips(false) + ' but it was rejected with ' + JSON.stringify(actualValue) + '.' + }; + } + } + ); +} + +export default assertPromiseIsRejectedWith; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWithError.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWithError.js new file mode 100644 index 0000000000000000000000000000000000000000..334a3d397fec0a0f79b9aa1bf92a9622b580351f --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWithError.js @@ -0,0 +1,103 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsRejectedWithError(actualPromise, expectedValue) { + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + const helper = {}; + return Promise.race([actualPromise, Promise.resolve(helper)]).then( + function (got) { + return { + pass: false, + message: 'Expected a promise to be rejected but actualValue is ' + + (helper === got ? 'isPending' : 'resolve') + }; + }, + function (actualValue) { + return matchError(actualValue, expectedValue); + } + ); + +} + +function matchError(actualValue, expectedValue) { + if (expectedValue.length == 1 && typeof expectedValue[0] === 'function') { + if (expectedValue[0].name === actualValue.__proto__.name) { + return {pass: true, message: 'actual error type is ' + actualValue.name + '.'}; + } + return { + pass: false, + message: 'except error type is ' + expectedValue[0].name + ',but actual is ' + actualValue.name + '.' + }; + } + + if (expectedValue.length == 1 && typeof expectedValue[0] === 'string') { + if (expectedValue[0] === actualValue.message) { + return {pass: true, message: 'actual error message is ' + actualValue.message + '.'}; + } + return { + pass: false, + message: 'except error message ' + expectedValue[0] + ',but actual is ' + actualValue.message + '.' + }; + } + + if (expectedValue.length == 1) { + return { + pass: false, + message: 'When only one parameter, it ' + + 'should be error type or error message.' + }; + } + + if (expectedValue.length == 2 && typeof expectedValue[0] === 'function' && expectedValue[0].name === actualValue.name) { + if (typeof expectedValue[1] === 'string' && actualValue.message === expectedValue[1]) { + return {pass: true, message: 'actual error message is ' + actualValue.message + '.'}; + } else { + return { + pass: false, + message: 'except error message is ' + expectedValue[1] + ',but actual is ' + actualValue.message + '.' + }; + } + } + + if (expectedValue.length == 2 && typeof expectedValue[0] === 'function' && expectedValue[0].name !== actualValue.name) { + if (typeof expectedValue[1] === 'string' && actualValue.message === expectedValue[1]) { + return { + pass: false, + message: 'except error type is ' + expectedValue[0].name + ',but actual is ' + actualValue.name + '.' + }; + } else { + return { + pass: false, + message: 'except error type and message are incorrect.' + }; + } + } + + if (expectedValue.length > 2) { + return { + pass: false, + message: 'Up to two parameters are supported.' + }; + } +} + +export default assertPromiseIsRejectedWithError; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolved.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolved.js new file mode 100644 index 0000000000000000000000000000000000000000..855426ca79e5002428e53d4fcb5f843cdf7119f7 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolved.js @@ -0,0 +1,45 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsResolved(actualPromise) { + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + + const helper = {}; + return Promise.race([actualPromise, Promise.resolve(helper)]).then( + function (got) { + return helper === got ? { + pass: false, + message: 'expect resolve, actualValue is isPending' + } + : {pass: true, message: 'actualValue is isResolved'}; + }, + function (rej) { + return { + pass: false, + message: 'Expected a promise to be resolved but it was ' + + 'rejected with ' + JSON.stringify(rej) + '.' + }; + } + ); +} + +export default assertPromiseIsResolved; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolvedWith.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolvedWith.js new file mode 100644 index 0000000000000000000000000000000000000000..d5eb01e32491b281a1e1d650a307723253a61e39 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolvedWith.js @@ -0,0 +1,59 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsResolvedWith(actualPromise, expectedValue) { + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + + function tips(passed) { + return ( + 'Expected a promise ' + (passed ? 'not ' : '') + + 'to be resolved with ' + JSON.stringify(expectedValue[0])); + } + + const helper = {}; + return Promise.race([actualPromise, Promise.resolve(helper)]).then( + function (got) { + if (helper === got) { + return {pass: false, message: 'expect resolve, actualValue is isPending'}; + } + if (JSON.stringify(got) == JSON.stringify(expectedValue[0])) { + return { + pass: true, + message: 'actualValue was resolved with ' + JSON.stringify(got) + '.' + }; + } + return { + pass: false, + message: tips(false) + ' but it was resolved with ' + + JSON.stringify(got) + '.' + }; + }, + function (rej) { + return { + pass: false, + message: tips(false) + ' but it was rejected with ' + JSON.stringify(rej) + '.' + }; + } + ); +} + +export default assertPromiseIsResolvedWith; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertThrowError.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertThrowError.js new file mode 100644 index 0000000000000000000000000000000000000000..749cab0daee3f156909f60c9375146c23d7aa322 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertThrowError.js @@ -0,0 +1,44 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertThrowError(actualValue, expected) { + let result = false; + let err; + if (typeof actualValue !== 'function') { + throw new Error('actualValue is not a function'); + } + try { + actualValue(); + return { + pass: result, + message: ' An error is not thrown while it is expected!' + }; + } catch (e) { + err = e; + } + + if (err instanceof Error) { + console.log(err.message); + if (err.message == expected[0]) { + result = true; + } + } + return { + pass: result, + message: 'expected throw failed , ' + err.message + ' is not ' + expected[0] + }; +} + +export default assertThrowError; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertUndefined.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertUndefined.js new file mode 100644 index 0000000000000000000000000000000000000000..61f092d715dd1630297518b59ff13ef0940991e1 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/assertUndefined.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertUndefined(actualValue) { + return { + pass: undefined === (actualValue), + message: 'expect Undefined, actualValue is ' + (actualValue) + }; +} + +export default assertUndefined; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/DeepTypeUtils.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/DeepTypeUtils.js new file mode 100644 index 0000000000000000000000000000000000000000..b0be6674ee3474b08aff2f16b0a3c161aa8683df --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/DeepTypeUtils.js @@ -0,0 +1,138 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class DeepTypeUtils { + static getType_(value) { + return Object.prototype.toString.apply(value); + } + static isA_(typeName, value) { + return this.getType_(value) === '[object ' + typeName + ']'; + } + static isAsymmetricEqualityTester_(obj) { + return obj ? this.isA_('Function', obj.asymmetricMatch) : false; + } + + /** + * 是否是function + * @param value + */ + static isFunction_(value) { + return this.isA_('Function', value); + } + + /** + * 是否是undefined + * @param obj + */ + static isUndefined(obj) { + return obj === void 0; + } + + /** + * 是否是Node + * @param obj + */ + static isDomNode(obj) { + return obj !== null && + typeof obj === 'object' && + typeof obj.nodeType === 'number' && + typeof obj.nodeName === 'string'; + } + + /** + * 是否是promise对象 + * @param obj + */ + static isPromise (obj) { + return !!obj && obj.constructor === Promise; + }; + /** + * 是否是map对象 + * @param obj + */ + static isMap(obj) { + return ( + obj !== null && + typeof obj !== 'undefined' && + obj.constructor === Map + ); + } + + /** + * 是否是set对象 + * @param obj 对象 + */ + static isSet(obj) { + return ( + obj !== null && + typeof obj !== 'undefined' && + obj.constructor === Set + ); + } + + /** + * 对象是否有key属性 + * @param obj 对象 + * @param key 对象属性名称 + */ + static has(obj, key) { + return Object.prototype.hasOwnProperty.call(obj, key); + } + + /** + * 获取对象的自有属性 + * @param obj 对象 + * @param isArray 是否是数组,[object Array] + */ + static keys(obj, isArray) { + const extraKeys = []; + // 获取对象所有属性 + const allKeys = this.getAllKeys(obj); + if (!isArray) { + return allKeys; + } + if (allKeys.length === 0) { + return allKeys; + } + for (const k of allKeys) { + if (typeof k === 'symbol' || !/^[0-9]+$/.test(k)) { + extraKeys.push(k); + } + } + return extraKeys; + } + + /** + * 获取obj对象的所有属性 + * @param obj obj对象 + */ + static getAllKeys(obj) { + const keys = []; + for (let key in obj) { + if(this.has(obj, key)) { + keys.push(key); + } + } + const symbols = Object.getOwnPropertySymbols(obj); + for (const sym of symbols) { + if (obj.propertyIsEnumerable(sym)) { + keys.push(sym); + } + } + return keys; + } + +} +export default DeepTypeUtils; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/assertDeepEquals.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/assertDeepEquals.js new file mode 100644 index 0000000000000000000000000000000000000000..4d991b4878fae2768bc7af074e275706d79e6f4d --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/assertDeepEquals.js @@ -0,0 +1,311 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import DeepTypeUtils from './DeepTypeUtils' +function assertDeepEquals(actualValue, expected) { + console.log('actualValue:' + actualValue + ',expected:' + expected[0]); + let result = eq(actualValue, expected[0],[], []) + let msg = logMsg(actualValue, expected[0]); + return { + pass: result, + message: msg + }; +} + +/** + * 获取失败显示日志 + * @param actualValue 实际对象 + * @param expected 期待比较对象 + */ +function logMsg(actualValue, expected) { + // 获取a的对象名称 + const aClassName = Object.prototype.toString.call(actualValue); + const bClassName = Object.prototype.toString.call(expected); + let actualMsg; + let expectMsg; + if(aClassName == "[object Function]") { + actualMsg = "actualValue Function" + }else if(aClassName == "[object Promise]") { + actualMsg = "actualValue Promise" + }else if(aClassName == "[object Set]" || aClassName == "[object Map]") { + actualMsg = JSON.stringify(Array.from(actualValue));; + }else if(aClassName == "[object RegExp]") { + actualMsg = JSON.stringify(actualValue.source.replace("\\",""));; + } + else{ + actualMsg = JSON.stringify(actualValue); + } + if(bClassName == "[object Function]") { + expectMsg = "expected Function" + }else if(bClassName == "[object Promise]") { + expectMsg = "expected Promise" + }else if(aClassName == "[object Set]" || bClassName == "[object Map]") { + expectMsg = JSON.stringify(Array.from(expected)); + }else if(aClassName == "[object RegExp]") { + expectMsg = JSON.stringify(expected.source.replace("\\",""));; + } + else{ + expectMsg = JSON.stringify(expected); + } + return actualMsg + " is not deep equal " + expectMsg; +} + +function eq(a, b, aStack, bStack) { + let result = true; + console.log('a is:' + a + ',b is:' + b); + const asymmetricResult = asymmetricMatch_(a,b); + if (!DeepTypeUtils.isUndefined(asymmetricResult)) { + return asymmetricResult; + } + + if (a instanceof Error && b instanceof Error) { + result = a.message == b.message; + return result; + } + + if (a === b) { + result = a !== 0 || 1 / a == 1 / b; + return result; + } + + if (a === null || b === null) { + result = a === b; + return result; + } + // 获取a的对象名称 + const aClassName = Object.prototype.toString.call(a); + const bClassName = Object.prototype.toString.call(b); + console.log('aClassName is:' + aClassName); + console.log('bClassName is:' + bClassName); + // 不同类型不同对象 + if (aClassName != bClassName) { + return false; + } + // 俩个string对象 + if(aClassName === '[object String]') { + result = a == String(b); + return result; + } + // 俩个Number对象 + if(aClassName === '[object Number]') { + result = a != +a ? b != +b : a === 0 && b === 0 ? 1 / a == 1 / b : a == +b; + return result; + } + + if(aClassName === '[object Date]' || aClassName === '[object Boolean]') { + result = +a == +b; + return result; + } + + // 数组 + if(aClassName === '[object ArrayBuffer]') { + return eq(new Uint8Array(a), new Uint8Array(b), aStack, bStack); + } + + // 正则表达式 + if(aClassName === '[object RegExp]') { + return ( + a.source == b.source && + a.global == b.global && + a.multiline == b.multiline && + a.ignoreCase == b.ignoreCase + ); + } + + if (typeof a != 'object' || typeof b != 'object') { + return false; + } + + const aIsDomNode = DeepTypeUtils.isDomNode(a); + const bIsDomNode = DeepTypeUtils.isDomNode(b); + if (aIsDomNode && bIsDomNode) { + // At first try to use DOM3 method isEqualNode + result = a.isEqualNode(b); + return result; + } + if (aIsDomNode || bIsDomNode) { + return false; + } + const aIsPromise = DeepTypeUtils.isPromise(a); + const bIsPromise = DeepTypeUtils.isPromise(b); + if (aIsPromise && bIsPromise) { + return a === b; + } + let length = aStack.length; + while (length--) { + if (aStack[length] == a) { + return bStack[length] == b; + } + } + aStack.push(a); + bStack.push(b); + let size = 0; + + // 都是数组 + if(aClassName == '[object Array]') { + const aLength = a.length; + const bLength = b.length; + if (aLength !== bLength) { + // 数组长度不同,不是同一个对象 + return false; + } + for (let i = 0; i < aLength || i < bLength; i++) { + // 递归每一个元素是否相同 + result = eq(i < aLength ? a[i] : void 0, i < bLength ? b[i] : void 0, aStack, bStack) && result; + } + if (!result) { + return false; + } + } else if(DeepTypeUtils.isMap(a) && DeepTypeUtils.isMap(b)) { + if (a.size != b.size) { + return false; + } + const keysA = []; + const keysB = []; + a.forEach(function(valueA, keyA) { + keysA.push(keyA); + }); + b.forEach(function(valueB, keyB) { + keysB.push(keyB); + }); + const mapKeys = [keysA, keysB]; + const cmpKeys = [keysB, keysA]; + for (let i = 0; result && i < mapKeys.length; i++) { + const mapIter = mapKeys[i]; + const cmpIter = cmpKeys[i]; + + for (let j = 0; result && j < mapIter.length; j++) { + const mapKey = mapIter[j]; + const cmpKey = cmpIter[j]; + const mapValueA = a.get(mapKey); + let mapValueB; + if ( + DeepTypeUtils.isAsymmetricEqualityTester_(mapKey) || + (DeepTypeUtils.isAsymmetricEqualityTester_(cmpKey) && + eq(mapKey, cmpKey)) + ) { + mapValueB = b.get(cmpKey); + } else { + mapValueB = b.get(mapKey); + } + result = eq(mapValueA, mapValueB, aStack, bStack); + } + } + if (!result) { + return false; + } + } else if(DeepTypeUtils.isSet(a) && DeepTypeUtils.isSet(b)) { + if (a.size != b.size) { + return false; + } + const valuesA = []; + a.forEach(function(valueA) { + valuesA.push(valueA); + }); + const valuesB = []; + b.forEach(function(valueB) { + valuesB.push(valueB); + }); + const setPairs = [[valuesA, valuesB], [valuesB, valuesA]]; + const stackPairs = [[aStack, bStack], [bStack, aStack]]; + for (let i = 0; result && i < setPairs.length; i++) { + const baseValues = setPairs[i][0]; + const otherValues = setPairs[i][1]; + const baseStack = stackPairs[i][0]; + const otherStack = stackPairs[i][1]; + for (const baseValue of baseValues) { + let found = false; + for (let j = 0; !found && j < otherValues.length; j++) { + const otherValue = otherValues[j]; + const prevStackSize = baseStack.length; + // 深度比较对象 + found = eq(baseValue, otherValue, baseStack, otherStack); + if (!found && prevStackSize !== baseStack.length) { + baseStack.splice(prevStackSize); + otherStack.splice(prevStackSize); + } + } + result = result && found; + } + } + if (!result) { + return false; + } + } else { + const aCtor = a.constructor, + bCtor = b.constructor; + if ( + aCtor !== bCtor && + DeepTypeUtils.isFunction_(aCtor) && + DeepTypeUtils.isFunction_(bCtor) && + a instanceof aCtor && + b instanceof bCtor && + !(aCtor instanceof aCtor && bCtor instanceof bCtor) + ) { + return false; + } + } + + // 获取对象所有的属性集合 + const aKeys = DeepTypeUtils.keys(a, aClassName == '[object Array]'); + size = aKeys.length; + + // 俩个对象属性长度不一致, 俩对象不相同 + if (DeepTypeUtils.keys(b, bClassName == '[object Array]').length !== size) { + return false; + } + + // 俩对象属性数量相同, 递归比较每个属性值得值 + for (const key of aKeys) { + console.log('key is:' + key); + // b 没有 key 属性 + if(!DeepTypeUtils.has(b, key)) { + result = false; + continue; + } + if (!eq(a[key], b[key], aStack, bStack)) { + result = false; + } + } + if (!result) { + return false; + } + aStack.pop(); + bStack.pop(); + return result; +} + +function asymmetricMatch_(a, b) { + const asymmetricA = DeepTypeUtils.isAsymmetricEqualityTester_(a); + const asymmetricB = DeepTypeUtils.isAsymmetricEqualityTester_(b); + + if (asymmetricA === asymmetricB) { + return undefined; + } + +} + +/** + * 获取对象的自有属性 + * + * @param obj 对象 + * @param isArray 是否是一个数组 + */ +function keys(obj, isArray) { + const keys = []; + +} + +export default assertDeepEquals; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/isPromiseLike.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/isPromiseLike.js new file mode 100644 index 0000000000000000000000000000000000000000..015ab19a2a0c4872d7cb490b61f8e1dd6a8ac90b --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/assert/isPromiseLike.js @@ -0,0 +1,32 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function isPromiseLike(obj) { + return !!obj && isFunction_(obj.then); +} + +function isFunction_(value) { + return isA_('Function', value); +} + +function isA_(typeName, value) { + return getType_(value) === '[object ' + typeName + ']'; +} + +function getType_(value) { + return Object.prototype.toString.apply(value); +} + +export default isPromiseLike; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/config/DataDriver.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/config/DataDriver.js new file mode 100644 index 0000000000000000000000000000000000000000..639dffc9cdb912f1f33a6ccb61868c9ed7c695bf --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/config/DataDriver.js @@ -0,0 +1,116 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +const SUITES_KEY = 'suites'; +const SPECS_KEY = 'items'; +const DESCRIBE_KEY = 'describe'; +const IT_KEY = 'it'; +const PARAMS_KEY = 'params'; +const STRESS_KEY = 'stress'; + +class ObjectUtils { + static get(object, name, defaultValue) { + let result = defaultValue; + for (const key in object) { + if (key === name) { + return object[key]; + } + } + return result; + } + + static has(object, key) { + return Object.prototype.hasOwnProperty.call(object, key); + } +} + +class DataDriver { + constructor(attr) { + this.id = 'dataDriver'; + this.data = attr.data || {}; + } + + init(coreContext) { + this.coreContext = coreContext; + this.suiteService = this.coreContext.getDefaultService('suite'); + this.specService = this.coreContext.getDefaultService('spec'); + } + + getSpecParams() { + let specParams = []; + let suiteDesc = this.suiteService.getCurrentRunningSuite().description; + let specDesc = this.specService.getCurrentRunningSpec().description; + let suites = ObjectUtils.get(this.data, SUITES_KEY, []); + for (const suiteItem of suites) { + let describeValue = ObjectUtils.get(suiteItem, DESCRIBE_KEY, ''); + if (ObjectUtils.has(suiteItem, DESCRIBE_KEY) && (typeof describeValue === 'object') && describeValue.constructor === Array && describeValue.includes(suiteDesc)) { + let specs = ObjectUtils.get(suiteItem, SPECS_KEY, []); + for (const specItem of specs) { + if (ObjectUtils.has(specItem, IT_KEY) && ObjectUtils.get(specItem, IT_KEY) === specDesc) { + return ObjectUtils.get(specItem, PARAMS_KEY, specParams); + } + } + } + } + return specParams; + } + + getSuiteParams() { + let suiteParams = {}; + let suiteDesc = this.suiteService.getCurrentRunningSuite().description; + let suites = ObjectUtils.get(this.data, SUITES_KEY, []); + for (const suiteItem of suites) { + let describeValue = ObjectUtils.get(suiteItem, DESCRIBE_KEY, []); + if (ObjectUtils.has(suiteItem, DESCRIBE_KEY) && (typeof describeValue === 'object') && describeValue.constructor === Array && describeValue.includes(suiteDesc)) { + suiteParams = Object.assign({}, suiteParams, ObjectUtils.get(suiteItem, PARAMS_KEY, suiteParams)); + } + } + return suiteParams; + } + + getSpecStress(specDesc) { + let stress = 1; + let suiteDesc = this.suiteService.getCurrentRunningSuite().description; + let suites = ObjectUtils.get(this.data, SUITES_KEY, []); + for (const suiteItem of suites) { + let describeValue = ObjectUtils.get(suiteItem, DESCRIBE_KEY, ''); + if (ObjectUtils.has(suiteItem, DESCRIBE_KEY) && (typeof describeValue === 'object') && describeValue.constructor === Array && describeValue.includes(suiteDesc)) { + let specs = ObjectUtils.get(suiteItem, SPECS_KEY, []); + for (const specItem of specs) { + if (ObjectUtils.has(specItem, IT_KEY) && ObjectUtils.get(specItem, IT_KEY) === specDesc) { + let tempStress = ObjectUtils.get(specItem, STRESS_KEY, stress); + return (Number.isInteger(tempStress) && tempStress >= 1) ? tempStress : stress; + } + } + } + } + return stress; + } + + getSuiteStress(suiteDesc) { + let stress = 1; + let suites = ObjectUtils.get(this.data, SUITES_KEY, []); + for (const suiteItem of suites) { + let describeValue = ObjectUtils.get(suiteItem, DESCRIBE_KEY, []); + if (ObjectUtils.has(suiteItem, DESCRIBE_KEY) && (typeof describeValue === 'object') && describeValue.constructor === Array && describeValue.includes(suiteDesc)) { + let tempStress = ObjectUtils.get(suiteItem, STRESS_KEY, stress); + return (Number.isInteger(tempStress) && tempStress >= 1) ? tempStress : stress; + } + } + return stress; + } +} + +export default DataDriver; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/config/Filter.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/config/Filter.js new file mode 100644 index 0000000000000000000000000000000000000000..0ca3b4f412353ad0e9fa70bcfe775c905b5e02a9 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/config/Filter.js @@ -0,0 +1,81 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class ClassFilter { + constructor(suiteName, itName, params) { + this.suiteName = suiteName; + this.itName = itName; + this.params = params; + } + + filterSuite() { + return !this.params.split(',').map(item => item.split('#')[0]).map(item => item == this.suiteName).reduce((pre, cur) => pre || cur, false); + } + + filterIt() { + let classArray = this.params.split(',') || []; + let suiteFilterResult = classArray.filter(item => !item.includes('#')).map(item => item == this.suiteName).reduce((pre, cur) => pre || cur, false); + let itFilterResult = classArray.filter(item => item.includes('#')).map(item => item == (this.suiteName + '#' + this.itName)).reduce((pre, cur) => pre || cur, false); + return !(suiteFilterResult || itFilterResult); + } +} + +class NotClassFilter { + constructor(suiteName, itName, params) { + this.suiteName = suiteName; + this.itName = itName; + this.params = params; + } + + filterSuite() { + return this.params.split(',').map(item => item == this.suiteName).reduce((pre, cur) => pre || cur, false); + } + + filterIt() { + return this.params.split(',').some(item => item == (this.suiteName + '#' + this.itName)); + } +} + +class SuiteAndItNameFilter { + constructor(suiteName, itName, params) { + this.suiteName = suiteName; + this.itName = itName; + this.params = params; + } + + filterSuite() { + return !this.params.split(',').map(item => item == this.suiteName).reduce((pre, cur) => pre || cur, false); + } + + filterIt() { + return !this.params.split(',').map(item => item == this.itName).reduce((pre, cur) => pre || cur, false); + } +} + + +class TestTypesFilter { + constructor(suiteName, itName, fi, params) { + this.suiteName = suiteName; + this.itName = itName; + this.params = params; + this.fi = fi; + } + + filterIt() { + return !((this.params === (this.fi & this.params)) || this.fi === 0); + } +} + +export {ClassFilter, NotClassFilter, SuiteAndItNameFilter, TestTypesFilter}; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/config/configService.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/config/configService.js new file mode 100644 index 0000000000000000000000000000000000000000..745f137e3d48ff86bbd910f6639affe56a773654 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/config/configService.js @@ -0,0 +1,292 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import {ClassFilter, NotClassFilter, SuiteAndItNameFilter, TestTypesFilter} from './Filter'; +const STRESS_RULE = /^[1-9]\d*$/; + +class ConfigService { + constructor(attr) { + this.id = attr.id; + this.supportAsync = false; + this.random = false; + this.filterValid = []; + this.filter = 0; + this.flag = false; + this.suite = null; + this.itName = null; + this.testType = null; + this.level = null; + this.size = null; + this.class = null; + this.notClass = null; + this.timeout = null; + // 遇错即停模式配置 + this.breakOnError = false; + // 压力测试配置 + this.stress = null; + } + + init(coreContext) { + this.coreContext = coreContext; + } + + isNormalInteger(str) { + const n = Math.floor(Number(str)); + return n !== Infinity && String(n) === String(str) && n >= 0; + } + + getStress() { + if (this.stress === undefined || this.stress === '' || this.stress === null) { + return 1; + } + return !this.stress.match(STRESS_RULE) ? 1 : Number.parseInt(this.stress); + } + + basicParamValidCheck(params) { + let size = params.size; + if (size !== undefined && size !== '' && size !== null) { + let sizeArray = ['small', 'medium', 'large']; + if (sizeArray.indexOf(size) === -1) { + this.filterValid.push('size:' + size); + } + } + let level = params.level; + if (level !== undefined && level !== '' && level !== null) { + let levelArray = ['0', '1', '2', '3', '4']; + if (levelArray.indexOf(level) === -1) { + this.filterValid.push('level:' + level); + } + } + let testType = params.testType; + if (testType !== undefined && testType !== '' && testType !== null) { + let testTypeArray = ['function', 'performance', 'power', 'reliability', 'security', + 'global', 'compatibility', 'user', 'standard', 'safety', 'resilience']; + if (testTypeArray.indexOf(testType) === -1) { + this.filterValid.push('testType:' + testType); + } + } + } + + filterParamValidCheck(params) { + let timeout = params.timeout; + if (timeout !== undefined && timeout !== '' && timeout !== null) { + if (!this.isNormalInteger(timeout)) { + this.filterValid.push('timeout:' + timeout); + } + } + + let paramKeys = ['dryRun', 'random', 'breakOnError', 'coverage']; + for (const key of paramKeys) { + if (params[key] !== undefined && params[key] !== 'true' && params[key] !== 'false') { + this.filterValid.push(`${key}:${params[key]}`); + } + } + + // 压力测试参数验证,正整数 + if (params.stress !== undefined && params.stress !== '' && params.stress !== null) { + if (!params.stress.match(STRESS_RULE)) { + this.filterValid.push('stress:' + params.stress); + } + } + + let nameRule = /^[A-Za-z]{1}[\w#,.]*$/; + let paramClassKeys = ['class', 'notClass']; + for (const key of paramClassKeys) { + if (params[key] !== undefined && params[key] !== '' && params[key] !== null) { + let classArray = params[key].split(','); + classArray.forEach(item => !item.match(nameRule) ? this.filterValid.push(`${key}:${params[key]}`) : null); + } + } + } + + setConfig(params) { + this.basicParamValidCheck(params); + this.filterParamValidCheck(params); + try { + this.class = params.class; + this.notClass = params.notClass; + this.flag = params.flag || {flag: false}; + this.suite = params.suite; + this.itName = params.itName; + this.filter = params.filter; + this.testType = params.testType; + this.level = params.level; + this.size = params.size; + this.timeout = params.timeout; + this.dryRun = params.dryRun; + this.breakOnError = params.breakOnError; + this.random = params.random === 'true' ? true : false; + this.stress = params.stress; + this.coverage = params.coverage; + this.filterParam = { + testType: { + 'function': 1, + 'performance': 1 << 1, + 'power': 1 << 2, + 'reliability': 1 << 3, + 'security': 1 << 4, + 'global': 1 << 5, + 'compatibility': 1 << 6, + 'user': 1 << 7, + 'standard': 1 << 8, + 'safety': 1 << 9, + 'resilience': 1 << 10, + }, + level: { + '0': 1 << 24, + '1': 1 << 25, + '2': 1 << 26, + '3': 1 << 27, + '4': 1 << 28, + }, + size: { + 'small': 1 << 16, + 'medium': 1 << 17, + 'large': 1 << 18, + } + }; + this.parseParams(); + } catch (err) { + console.info('setConfig error: ' + err.message); + } + } + + parseParams() { + if (this.filter != null) { + return; + } + let testTypeFilter = 0; + let sizeFilter = 0; + let levelFilter = 0; + if (this.testType != null) { + testTypeFilter = this.testType.split(',') + .map(item => this.filterParam.testType[item] || 0) + .reduce((pre, cur) => pre | cur, 0); + } + if (this.level != null) { + levelFilter = this.level.split(',') + .map(item => this.filterParam.level[item] || 0) + .reduce((pre, cur) => pre | cur, 0); + } + if (this.size != null) { + sizeFilter = this.size.split(',') + .map(item => this.filterParam.size[item] || 0) + .reduce((pre, cur) => pre | cur, 0); + } + this.filter = testTypeFilter | sizeFilter | levelFilter; + console.info('filter params:' + this.filter); + } + + isCurrentSuite(description) { + if (this.suite !== undefined && this.suite !== '' && this.suite !== null) { + let suiteArray = this.suite.split(','); + return suiteArray.indexOf(description) !== -1; + } + return false; + } + + filterSuite(currentSuiteName) { + let filterArray = []; + if (this.suite !== undefined && this.suite !== '' && this.suite !== null) { + filterArray.push(new SuiteAndItNameFilter(currentSuiteName, '', this.suite)); + } + if (this.class !== undefined && this.class !== '' && this.class !== null) { + filterArray.push(new ClassFilter(currentSuiteName, '', this.class)); + } + if (this.notClass !== undefined && this.notClass !== '' && this.notClass !== null) { + filterArray.push(new NotClassFilter(currentSuiteName, '', this.notClass)); + } + + let result = filterArray.map(item => item.filterSuite()).reduce((pre, cur) => pre || cur, false); + return result; + } + + filterDesc(currentSuiteName, desc, fi, coreContext) { + let filterArray = []; + if (this.itName !== undefined && this.itName !== '' && this.itName !== null) { + filterArray.push(new SuiteAndItNameFilter(currentSuiteName, desc, this.itName)); + } + if (this.class !== undefined && this.class !== '' && this.class !== null) { + filterArray.push(new ClassFilter(currentSuiteName, desc, this.class)); + } + if (this.notClass !== undefined && this.notClass !== '' && this.notClass !== null) { + filterArray.push(new NotClassFilter(currentSuiteName, desc, this.notClass)); + } + if (typeof (this.filter) !== 'undefined' && this.filter !== 0 && fi !== 0) { + filterArray.push(new TestTypesFilter('', '', fi, this.filter)); + } + let result = filterArray.map(item => item.filterIt()).reduce((pre, cur) => pre || cur, false); + return result; + } + + isRandom() { + return this.random || false; + } + + isBreakOnError() { + return this.breakOnError !== 'true' ? false : true; + } + + setSupportAsync(value) { + this.supportAsync = value; + } + + isSupportAsync() { + return this.supportAsync; + } + + translateParams(parameters) { + const keySet = new Set([ + '-s class', '-s notClass', '-s suite', '-s itName', + '-s level', '-s testType', '-s size', '-s timeout', + '-s dryRun', '-s random', '-s breakOnError', '-s stress', + '-s coverage', 'class', 'notClass', 'suite', 'itName', + 'level', 'testType', 'size', 'timeout', 'dryRun', 'random', + 'breakOnError', 'stress', 'coverage' + ]); + let targetParams = {}; + for (const key in parameters) { + if (keySet.has(key)) { + var newKey = key.replace("-s ", ""); + targetParams[newKey] = parameters[key]; + } + } + return targetParams; + } + translateParamsToString(parameters) { + const keySet = new Set([ + '-s class', '-s notClass', '-s suite', '-s itName', + '-s level', '-s testType', '-s size', '-s timeout', + '-s dryRun', '-s random', '-s breakOnError', '-s stress', + '-s coverage','class', 'notClass', 'suite', 'itName', + 'level', 'testType', 'size', 'timeout', 'dryRun', 'random', + 'breakOnError', 'stress', 'coverage' + ]); + let targetParams = ''; + for (const key in parameters) { + if (keySet.has(key)) { + targetParams += ' ' + key + ' ' + parameters[key]; + } + } + return targetParams.trim(); + } + + execute() { + } +} + +export { + ConfigService +}; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/coverage/coverageCollect.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/coverage/coverageCollect.js new file mode 100644 index 0000000000000000000000000000000000000000..4707dea3eba464fd7446bf215481f4049b0cfe00 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/coverage/coverageCollect.js @@ -0,0 +1,30 @@ +/* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import SysTestKit from "../kit/SysTestKit"; + +export async function collectCoverageData() { + if (globalThis.__coverage__ === undefined) { + return; + } + const strJson = JSON.stringify(globalThis.__coverage__); + const strLen = strJson.length; + const maxLen = 500; + const maxCount = Math.floor(strLen / maxLen); + const OHOS_REPORT_COVERAGE_DATA = 'OHOS_REPORT_COVERAGE_DATA:'; + for (let count = 0; count <= maxCount; count++) { + await SysTestKit.print(`${OHOS_REPORT_COVERAGE_DATA} ${strJson.substring(count * maxLen, (count + 1) * maxLen)}`); + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/kit/SysTestKit.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/kit/SysTestKit.js new file mode 100644 index 0000000000000000000000000000000000000000..d73d46d912dc2f86a645327548b5d58a17c168bf --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/kit/SysTestKit.js @@ -0,0 +1,88 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class SysTestKit { + + static delegator = null; + static systemTime = null; + + constructor() { + this.id = 'sysTestKit'; + this.index = 0; + } + + static actionStart(tag) { + console.info(JSON.stringify(tag)); + var message = '\n' + 'OHOS_REPORT_ACTIONSTART: ' + JSON.stringify(tag) + '\n'; + SysTestKit.print(message); + console.info(tag + ' actionStart print success'); + } + + static actionEnd(tag) { + console.info(JSON.stringify(tag)); + var message = '\n' + 'OHOS_REPORT_ACTIONEND: ' + JSON.stringify(tag) + '\n'; + SysTestKit.print(message); + console.info(tag + ' actionEnd print success'); + } + + static async existKeyword(keyword, timeout) { + let reg = new RegExp(/^[a-zA-Z0-9]{1,}$/) + if (!reg.test(keyword)) { + throw new Error('keyword must contain more than one string, and only letters and numbers are supported.') + } + timeout = timeout || 4; + + let searchResult = false; + let cmd = 'hilog -x | grep -i \'' + keyword + '\' | wc -l'; + await executePromise(cmd, timeout).then((data) => { + searchResult = data; + }); + return searchResult; + } + static async print(message) { + if ('printSync' in SysTestKit.delegator) { + console.debug(`printSync called ...`); + SysTestKit.delegator.printSync(message); + } else { + await SysTestKit.delegator.print(message); + } + } + + static async getRealTime() { + let currentTime = new Date().getTime(); + if (SysTestKit.systemTime !== null && SysTestKit.systemTime !== undefined) { + await SysTestKit.systemTime.getRealTime().then((time) => { + console.info(`systemTime.getRealTime success data: ${JSON.stringify(time)}`); + currentTime = time; + }).catch((error) => { + console.error(`failed to systemTime.getRealTime because ${JSON.stringify(error)}`); + }); + } + return currentTime; + } +} + +function executePromise(cmd, timeout) { + return new Promise((resolve, reject) => { + SysTestKit.delegator.executeShellCommand(cmd, timeout, + (error, data) => { + console.info('existKeyword CallBack: err : ' + JSON.stringify(error)); + console.info('existKeyword CallBack: data : ' + JSON.stringify(data)); + resolve(parseInt(data.stdResult) > 3 ? true : false); + }); + }); +} + +export default SysTestKit; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/mock/ArgumentMatchers.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/mock/ArgumentMatchers.js new file mode 100644 index 0000000000000000000000000000000000000000..6a9d7aac464e95383ea31385284b6603c34e084c --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/mock/ArgumentMatchers.js @@ -0,0 +1,122 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class ArgumentMatchers { + ANY = ""; + ANY_STRING = ""; + ANY_BOOLEAN = ""; + ANY_NUMBER = ""; + ANY_OBJECT = ""; + ANY_FUNCTION = ""; + MATCH_REGEXS = ""; + + static any() { + } + + static anyString() { + } + + static anyBoolean() { + } + + static anyNumber() { + } + + static anyObj() { + } + + static anyFunction() { + } + + static matchRegexs() { + let regex = arguments[0]; + if (ArgumentMatchers.isRegExp(regex)) { + return regex; + } + throw Error("not a regex"); + } + + static isRegExp(value) { + return Object.prototype.toString.call(value) === "[object RegExp]"; + } + + matcheReturnKey() { + let arg = arguments[0]; + let regex = arguments[1]; + let stubSetKey = arguments[2]; + + if (stubSetKey && stubSetKey == this.ANY) { + return this.ANY; + } + + if (typeof arg === "string" && !regex) { + return this.ANY_STRING; + } + + if (typeof arg === "boolean" && !regex) { + return this.ANY_BOOLEAN; + } + + if (typeof arg === "number" && !regex) { + return this.ANY_NUMBER; + } + + if (typeof arg === "object" && !regex) { + return this.ANY_OBJECT; + } + + if (typeof arg === "function" && !regex) { + return this.ANY_FUNCTION; + } + + if (typeof arg === "string" && regex) { + return regex.test(arg); + } + + return null; + } + + matcheStubKey() { + let key = arguments[0]; + + if (key === ArgumentMatchers.any) { + return this.ANY; + } + + if (key === ArgumentMatchers.anyString) { + return this.ANY_STRING; + } + if (key === ArgumentMatchers.anyBoolean) { + return this.ANY_BOOLEAN; + } + if (key === ArgumentMatchers.anyNumber) { + return this.ANY_NUMBER; + } + if (key === ArgumentMatchers.anyObj) { + return this.ANY_OBJECT; + } + if (key === ArgumentMatchers.anyFunction) { + return this.ANY_FUNCTION; + } + + if (ArgumentMatchers.isRegExp(key)) { + return key; + } + + return null; + } +} + +export default ArgumentMatchers; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/mock/ExtendInterface.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/mock/ExtendInterface.js new file mode 100644 index 0000000000000000000000000000000000000000..c6a866a6df662ad10a7f6869dcbc2381fa47bcdc --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/mock/ExtendInterface.js @@ -0,0 +1,57 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class ExtendInterface { + constructor(mocker) { + this.mocker = mocker; + } + + stub() { + this.params = arguments; + return this; + } + + stubMockedCall(returnInfo) { + this.mocker.stubApply(this, this.params, returnInfo); + } + + afterReturn(value) { + this.stubMockedCall(function () { + return value; + }); + } + + afterReturnNothing() { + this.stubMockedCall(function () { + return undefined; + }); + } + + afterAction(action) { + this.stubMockedCall(action); + } + + afterThrow(msg) { + this.stubMockedCall(function () { + throw msg; + }); + } + + clear() { + this.mocker.clear(); + } +} + +export default ExtendInterface; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/mock/MockKit.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/mock/MockKit.js new file mode 100644 index 0000000000000000000000000000000000000000..a23462472c023f0ef81a6a6d274f14f8649a8dc0 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/mock/MockKit.js @@ -0,0 +1,256 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import ExtendInterface from "./ExtendInterface"; +import VerificationMode from "./VerificationMode"; +import ArgumentMatchers from "./ArgumentMatchers"; + +class MockKit { + + constructor() { + this.mFunctions = []; + this.stubs = new Map(); + this.recordCalls = new Map(); + this.currentSetKey = null; + this.mockObj = null; + this.recordMockedMethod = new Map(); + } + + init() { + this.reset(); + } + + reset() { + this.mFunctions = []; + this.stubs = {}; + this.recordCalls = {}; + this.currentSetKey = null; + this.mockObj = null; + this.recordMockedMethod = new Map(); + } + + clearAll() { + this.reset(); + var props = Object.keys(this); + for (var i = 0; i < props.length; i++) { + delete this[props[i]]; + } + + var props = Object.getOwnPropertyNames(this); + for (var i = 0; i < props.length; i++) { + delete this[props[i]]; + } + for (var key in this) { + delete this[key]; + } + } + + clear(obj) { + if (!obj) throw Error("Please enter an object to be cleaned"); + if (typeof (obj) != 'object') throw new Error('Not a object'); + this.recordMockedMethod.forEach(function (value, key, map) { + if (key) { + obj[key] = value; + } + }); + } + + ignoreMock(obj, method) { + if (typeof (obj) != 'object') throw new Error('Not a object'); + if (typeof (method) != 'function') throw new Error('Not a function'); + let og = this.recordMockedMethod.get(method.propName); + if (og) { + obj[method.propName] = og; + this.recordMockedMethod.set(method.propName, undefined); + } + } + + extend(dest, source) { + dest["stub"] = source["stub"]; + dest["afterReturn"] = source["afterReturn"]; + dest["afterReturnNothing"] = source["afterReturnNothing"]; + dest["afterAction"] = source["afterAction"]; + dest["afterThrow"] = source["afterThrow"]; + dest["stubMockedCall"] = source["stubMockedCall"]; + dest["clear"] = source["clear"]; + return dest; + } + + stubApply(f, params, returnInfo) { + let values = this.stubs.get(f); + if (!values) { + values = new Map(); + } + let key = params[0]; + if (typeof key == "undefined") { + key = "anonymous-mock-" + f.propName; + } + let matcher = new ArgumentMatchers(); + if (matcher.matcheStubKey(key)) { + key = matcher.matcheStubKey(key); + if (key) { + this.currentSetKey = key; + } + } + values.set(key, returnInfo); + this.stubs.set(f, values); + } + + getReturnInfo(f, params) { + let values = this.stubs.get(f); + if (!values) { + return undefined; + } + let retrunKet = params[0]; + if (typeof retrunKet == "undefined") { + retrunKet = "anonymous-mock-" + f.propName; + } + let stubSetKey = this.currentSetKey; + + if (this.currentSetKey && (typeof (retrunKet) != "undefined")) { + retrunKet = stubSetKey; + } + let matcher = new ArgumentMatchers(); + if (matcher.matcheReturnKey(params[0], undefined, stubSetKey) && matcher.matcheReturnKey(params[0], undefined, stubSetKey) != stubSetKey) { + retrunKet = params[0]; + } + + values.forEach(function (value, key, map) { + if (ArgumentMatchers.isRegExp(key) && matcher.matcheReturnKey(params[0], key)) { + retrunKet = key; + } + }); + + return values.get(retrunKet); + } + + findName(obj, value) { + let properties = this.findProperties(obj); + let name = null; + properties.forEach( + function (va1, idx, array) { + if (obj[va1] === value) { + name = va1; + } + } + ); + return name; + } + + isFunctionFromPrototype(f, container, propName) { + if (container.constructor != Object && container.constructor.prototype !== container) { + return container.constructor.prototype[propName] === f; + } + return false; + } + + findProperties(obj, ...arg) { + function getProperty(new_obj) { + if (new_obj.__proto__ === null) { + return []; + } + let properties = Object.getOwnPropertyNames(new_obj); + return [...properties, ...getProperty(new_obj.__proto__)]; + } + return getProperty(obj); + } + + recordMethodCall(originalMethod, args) { + Function.prototype.getName = function () { + return this.name || this.toString().match(/function\s*([^(]*)\(/)[1]; + }; + let name = originalMethod.getName(); + let arglistString = name + '(' + Array.from(args).toString() + ')'; + let records = this.recordCalls.get(arglistString); + if (!records) { + records = 0; + } + records++; + this.recordCalls.set(arglistString, records); + } + + mockFunc(originalObject, originalMethod) { + let tmp = this; + this.originalMethod = originalMethod; + let f = function () { + let args = arguments; + let action = tmp.getReturnInfo(f, args); + if (originalMethod) { + tmp.recordMethodCall(originalMethod, args); + } + if (action) { + return action.apply(this, args); + } + }; + + f.container = null || originalObject; + f.original = originalMethod || null; + + if (originalObject && originalMethod) { + if (typeof (originalMethod) != 'function') throw new Error('Not a function'); + var name = this.findName(originalObject, originalMethod); + originalObject[name] = f; + this.recordMockedMethod.set(name, originalMethod); + f.propName = name; + f.originalFromPrototype = this.isFunctionFromPrototype(f.original, originalObject, f.propName); + } + f.mocker = this; + this.mFunctions.push(f); + this.extend(f, new ExtendInterface(this)); + return f; + } + + verify(methodName, argsArray) { + if (!methodName) { + throw Error("not a function name"); + } + let a = this.recordCalls.get(methodName + '(' + argsArray.toString() + ')'); + return new VerificationMode(a ? a : 0); + } + + mockObject(object) { + if (!object || typeof object === "string") { + throw Error(`this ${object} cannot be mocked`); + } + const _this = this; + let mockedObject = {}; + let keys = Reflect.ownKeys(object); + keys.filter(key => (typeof Reflect.get(object, key)) === 'function') + .forEach(key => { + mockedObject[key] = object[key]; + mockedObject[key] = _this.mockFunc(mockedObject, mockedObject[key]); + }); + return mockedObject; + } +} + +function ifMockedFunction(f) { + if (Object.prototype.toString.call(f) != "[object Function]" && + Object.prototype.toString.call(f) != "[object AsyncFunction]") { + throw Error("not a function"); + } + if (!f.stub) { + throw Error("not a mock function"); + } + return true; +} + +function when(f) { + if (ifMockedFunction(f)) { + return f.stub.bind(f); + } +} + +export {MockKit, when}; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/mock/VerificationMode.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/mock/VerificationMode.js new file mode 100644 index 0000000000000000000000000000000000000000..7bd04c8473985ec57f5b14fc3ae84e9cf7b31f39 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/mock/VerificationMode.js @@ -0,0 +1,49 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import {expect} from '../../interface'; + +class VerificationMode { + constructor(times) { + this.doTimes = times; + } + + times(count) { + expect(count).assertEqual(this.doTimes); + } + + never() { + console.log(this.doTimes); + expect(0).assertEqual(this.doTimes); + } + + once() { + expect(1).assertEqual(this.doTimes); + } + + atLeast(count) { + if (count > this.doTimes) { + throw Error('failed ' + count + ' greater than the actual execution times of method'); + } + } + + atMost(count) { + if (count < this.doTimes) { + throw Error('failed ' + count + ' less than the actual execution times of method'); + } + } +} + +export default VerificationMode; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/report/OhReport.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/report/OhReport.js new file mode 100644 index 0000000000000000000000000000000000000000..da120dd09c0e74e46b9138b7598661e380010210 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/report/OhReport.js @@ -0,0 +1,148 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import SysTestKit from "../kit/SysTestKit"; +import {collectCoverageData} from '../coverage/coverageCollect'; + +class OhReport { + constructor(attr) { + this.delegator = attr.delegator; + this.abilityDelegatorArguments = attr.abilityDelegatorArguments; + this.id = 'report'; + this.index = 0; + this.duration = 0; + } + + init(coreContext) { + this.coreContext = coreContext; + this.suiteService = this.coreContext.getDefaultService('suite'); + this.specService = this.coreContext.getDefaultService('spec'); + } + + taskStart() { + } + + async taskDone() { + if (this.abilityDelegatorArguments !== null) { + this.taskDoneTime = new Date().getTime(); + let summary = this.suiteService.getSummary(); + const configService = this.coreContext.getDefaultService('config'); + if (configService['coverage'] === 'true') { + await collectCoverageData(); + } + let message = '\n' + 'OHOS_REPORT_RESULT: stream=Tests run: ' + summary.total + ', Failure: ' + summary.failure; + message += ', Error: ' + summary.error; + message += ', Pass: ' + summary.pass; + message += ', Ignore: ' + summary.ignore; + message += '\n' + 'OHOS_REPORT_CODE: ' + (summary.failure > 0 ? -1 : 0) + '\n'; + let isHasError = summary.failure > 0 || summary.error > 0; + let config = this.coreContext.getDefaultService('config'); + if (config.isBreakOnError() && isHasError) { + // 未执行全部说明 + message += '\n' + 'OHOS_REPORT_RESULT: breakOnError model, Stopping whole test suite if one specific test case failed or error' + '\n'; + } + message += 'OHOS_REPORT_STATUS: taskconsuming=' + summary.duration + '\n'; + console.info(message); + await SysTestKit.print(message); + } + console.info('report print success'); + this.delegator.finishTest('your test finished!!!', 0, () => { }); + } + + incorrectFormat() { + if (this.coreContext.getDefaultService('config').filterValid.length !== 0) { + var value = this.coreContext.getDefaultService('config').filterValid; + var message = 'this param ' + value.join(',') + ' is invalid' + '\n'; + this.delegator.finishTest(message, 0, () => { + }); + } + } + + async suiteStart() { + if (this.abilityDelegatorArguments !== null) { + let message = '\n' + 'OHOS_REPORT_SUM: ' + this.suiteService.getCurrentRunningSuite().getSpecsNum(); + message += '\n' + 'OHOS_REPORT_STATUS: class=' + this.suiteService.getCurrentRunningSuite().description + '\n'; + console.info(message); + await SysTestKit.print(message); + console.info(this.suiteService.getCurrentRunningSuite().description + ' suiteStart print success'); + } + } + + async suiteDone() { + if (this.abilityDelegatorArguments !== null) { + let message = '\n' + 'OHOS_REPORT_STATUS: class=' + this.suiteService.getCurrentRunningSuite().description; + message += '\n' + 'OHOS_REPORT_STATUS: suiteconsuming=' + this.suiteService.getCurrentRunningSuite().duration + '\n'; + console.info(message); + await SysTestKit.print(message); + console.info(this.suiteService.getCurrentRunningSuite().description + ' suiteDone print success'); + } + } + + async specStart() { + if (this.abilityDelegatorArguments !== null) { + let message = '\n' + 'OHOS_REPORT_STATUS: class=' + this.suiteService.getCurrentRunningSuite().description; + message += '\n' + 'OHOS_REPORT_STATUS: current=' + (++this.index); + message += '\n' + 'OHOS_REPORT_STATUS: id=JS'; + message += '\n' + 'OHOS_REPORT_STATUS: numtests=' + this.specService.getTestTotal(); + message += '\n' + 'OHOS_REPORT_STATUS: stream='; + message += '\n' + 'OHOS_REPORT_STATUS: test=' + this.specService.currentRunningSpec.description; + message += '\n' + 'OHOS_REPORT_STATUS_CODE: 1' + '\n'; + console.info(message); + await SysTestKit.print(message); + console.info(this.specService.currentRunningSpec.description + ' specStart start print success'); + } + } + + async specDone() { + if (this.abilityDelegatorArguments !== null) { + let message = '\n' + 'OHOS_REPORT_STATUS: class=' + this.suiteService.getCurrentRunningSuite().description; + message += '\n' + 'OHOS_REPORT_STATUS: current=' + (this.index); + message += '\n' + 'OHOS_REPORT_STATUS: id=JS'; + message += '\n' + 'OHOS_REPORT_STATUS: numtests=' + this.specService.getTestTotal(); + let errorMsg = ''; + if (this.specService.currentRunningSpec.error) { + message += '\n' + 'OHOS_REPORT_STATUS: stack=' + this.specService.currentRunningSpec.error.message; + message += '\n' + 'OHOS_REPORT_STATUS: stream='; + message += '\n' + 'Error in ' + this.specService.currentRunningSpec.description; + message += '\n' + this.specService.currentRunningSpec.error.message; + message += '\n' + 'OHOS_REPORT_STATUS: test=' + this.specService.currentRunningSpec.description; + message += '\n' + 'OHOS_REPORT_STATUS_CODE: -1' + '\n'; + } else if (this.specService.currentRunningSpec.result) { + if (this.specService.currentRunningSpec.result.failExpects.length > 0) { + this.specService.currentRunningSpec.result.failExpects.forEach(failExpect => { + errorMsg = failExpect.message || ('expect ' + failExpect.actualValue + ' ' + failExpect.checkFunc + ' ' + (failExpect.expectValue)); + }); + message += '\n' + 'OHOS_REPORT_STATUS: stack=' + errorMsg; + message += '\n' + 'OHOS_REPORT_STATUS: stream='; + message += '\n' + 'Error in ' + this.specService.currentRunningSpec.description; + message += '\n' + errorMsg + '\n' + 'OHOS_REPORT_STATUS: test=' + this.specService.currentRunningSpec.description; + message += '\n' + 'OHOS_REPORT_STATUS_CODE: -2' + '\n'; + } else { + message += '\n' + 'OHOS_REPORT_STATUS: stream='; + message += '\n' + 'OHOS_REPORT_STATUS: test=' + this.specService.currentRunningSpec.description; + message += '\n' + 'OHOS_REPORT_STATUS_CODE: 0' + '\n'; + } + } else { + message += '\n'; + } + message += 'OHOS_REPORT_STATUS: consuming=' + this.specService.currentRunningSpec.duration + '\n'; + console.info(message); + await SysTestKit.print(message); + console.info(this.specService.currentRunningSpec.description + ' specDone end print success'); + } + } +} + +export default OhReport; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/report/ReportExtend.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/report/ReportExtend.js new file mode 100644 index 0000000000000000000000000000000000000000..852fbcd5cbf97e776ebe5177a029df0f516594a5 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/module/report/ReportExtend.js @@ -0,0 +1,137 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class ReportExtend { + constructor(fileModule) { + this.id = 'extend'; + this.fileModule = fileModule; + } + + init(coreContext) { + this.coreContext = coreContext; + this.suiteService = this.coreContext.getDefaultService('suite'); + } + + taskStart() { + + } + + taskDone() { + const report = { + tag: 'testsuites', + name: 'summary_report', + timestamp: new Date().toDateString(), + time: '1', + errors: 0, + failures: 0, + tests: 0, + children: [] + }; + const rootSuite = this.suiteService.rootSuite; + if (rootSuite && rootSuite.childSuites) { + for (let testsuite of rootSuite.childSuites) { + let suiteReport = { + tag: 'testsuite', + name: testsuite['description'], + errors: 0, + tests: 0, + failures: 0, + time: '0.1', + children: [] + }; + let specs = testsuite['specs']; + for (let testcase of specs) { + report.tests++; + suiteReport.tests++; + let caseReport = { + tag: 'testcase', + name: testcase['description'], + status: 'run', + time: '0.0', + classname: testsuite['description'] + }; + if (testcase.error) { + caseReport['result'] = false; + caseReport['children'] = [{ + tag: 'error', + type: '', + message: testcase.error.message + }]; + report.errors++; + suiteReport.errors++; + } else if (testcase.result.failExpects.length > 0) { + caseReport['result'] = false; + let message = ''; + testcase.result.failExpects.forEach(failExpect => { + message += failExpect.message || ('expect ' + failExpect.actualValue + ' ' + failExpect.checkFunc + ' ' + (failExpect.expectValue || '')) + ';'; + }); + caseReport['children'] = [{ + tag: 'failure', + type: '', + message: message + }]; + report.failures++; + suiteReport.failures++; + } else { + caseReport['result'] = true; + } + suiteReport.children.push(caseReport); + } + report.children.push(suiteReport); + } + } + + let reportXml = '\n' + json2xml(report); + this.fileModule.writeText({ + uri: 'internal://app/report.xml', + text: reportXml, + success: function () { + console.info('call success callback success'); + }, + fail: function (data, code) { + console.info('call fail callback success:'); + }, + complete: function () { + console.info('call complete callback success'); + } + }); + } +} + +function json2xml(json) { + let tagName; + let hasChildren = false; + let childrenStr = ''; + let attrStr = ''; + for (let key in json) { + if (key === 'tag') { + tagName = json[key]; + } else if (key === 'children') { + if (json[key].length > 0) { + hasChildren = true; + for (let child of json[key]) { + childrenStr += json2xml(child); + } + } + } else { + attrStr += ` ${key}="${json[key]}"`; + } + } + let xml = `<${tagName}${attrStr}`; + xml += hasChildren ? `>${childrenStr}` : '/>'; + return xml; +} + +export default ReportExtend; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/service.js b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/service.js new file mode 100644 index 0000000000000000000000000000000000000000..e55a2e4a2db3fdef4b983fa9cb63bf5c58b76fb4 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/oh_modules/@ohos/hypium/src/main/service.js @@ -0,0 +1,929 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import SysTestKit from "./module/kit/SysTestKit"; + +class AssertException extends Error { + constructor(message) { + super(); + this.name = "AssertException"; + this.message = message; + } +} + +function getFuncWithArgsZero(func, timeout, isStressTest) { + return new Promise(async (resolve, reject) => { + let timer = null; + if (!isStressTest) { + timer = setTimeout(() => { + reject(new Error('execute timeout ' + timeout + 'ms')); + }, timeout); + } + try { + await func(); + } catch (err) { + reject(err); + } + timer !== null ? clearTimeout(timer) : null; + resolve(); + }); +} + +function getFuncWithArgsOne(func, timeout, isStressTest) { + return new Promise(async (resolve, reject) => { + let timer = null; + if (!isStressTest) { + timer = setTimeout(() => { + reject(new Error('execute timeout ' + timeout + 'ms')); + }, timeout);; + } + + function done() { + timer !== null ? clearTimeout(timer) : null; + resolve(); + } + + try { + await func(done); + } catch (err) { + timer !== null ? clearTimeout(timer) : null; + reject(err); + } + }); +} + +function getFuncWithArgsTwo(func, timeout, paramItem, isStressTest) { + return new Promise(async (resolve, reject) => { + let timer = null; + if (!isStressTest) { + timer = setTimeout(() => { + reject(new Error('execute timeout ' + timeout + 'ms')); + }, timeout); + } + + function done() { + timer !== null ? clearTimeout(timer) : null; + resolve(); + } + + try { + await func(done, paramItem); + } catch (err) { + timer !== null ? clearTimeout(timer) : null; + reject(err); + } + }); +} + +function processFunc(coreContext, func) { + let argNames = ((func || '').toString() + .replace(/((\/\/.*$)|(\/\*[\s\S]*?\*\/))/mg, '') + .match(/^(function)?\s*[^\(]*\(\s*([^\)]*)\)/m) || ['', '', ''])[2] + .split(',') // split parameters + .map(item => item.replace(/^\s*(_?)(.+?)\1\s*$/, name => name.split('=')[0].trim())) + .filter(String); + let funcLen = func.length; + let processedFunc; + const config = coreContext.getDefaultService('config'); + config.setSupportAsync(true); + const timeout = + (config.timeout === undefined ? 5000 : config.timeout); + const isStressTest = (coreContext.getServices('dataDriver') !== undefined || config.getStress() > 1); + switch (funcLen) { + case 0: { + processedFunc = function () { + return getFuncWithArgsZero(func, timeout, isStressTest); + }; + break; + } + case 1: { + if (argNames[0] === 'data') { + processedFunc = function (paramItem) { + func(paramItem); + }; + } else { + processedFunc = function () { + return getFuncWithArgsOne(func, timeout, isStressTest); + }; + } + break; + } + default: { + processedFunc = function (paramItem) { + return getFuncWithArgsTwo(func, timeout, paramItem, isStressTest); + }; + break; + } + } + return processedFunc; +} + +function secureRandomNumber() { + return crypto.randomBytes(8).readUInt32LE() / 0xffffffff; +} + +class SuiteService { + constructor(attr) { + this.id = attr.id; + this.rootSuite = new SuiteService.Suite({}); + this.currentRunningSuite = this.rootSuite; + this.suitesStack = [this.rootSuite]; + } + + describe(desc, func) { + const configService = this.coreContext.getDefaultService('config'); + if (configService.filterSuite(desc)) { + console.info('filter suite :' + desc); + return; + } + const suite = new SuiteService.Suite({description: desc}); + if (typeof this.coreContext.getServices('dataDriver') !== 'undefined' && configService['dryRun'] !== 'true') { + let suiteStress = this.coreContext.getServices('dataDriver').dataDriver.getSuiteStress(desc); + for (let i = 1; i < suiteStress; i++) { + this.currentRunningSuite.childSuites.push(suite); + } + } + this.currentRunningSuite.childSuites.push(suite); + this.currentRunningSuite = suite; + this.suitesStack.push(suite); + func.call(); + let childSuite = this.suitesStack.pop(); + if (this.suitesStack.length === 0) { + this.currentRunningSuite = childSuite; + this.suitesStack.push(childSuite); + } + if (this.suitesStack.length > 1) { + this.currentRunningSuite = this.suitesStack.pop(); + } else { + this.currentRunningSuite = this.suitesStack.pop(); + this.suitesStack.push(this.currentRunningSuite); + } + } + + beforeAll(func) { + this.currentRunningSuite.beforeAll.push(processFunc(this.coreContext, func)); + } + + beforeEach(func) { + this.currentRunningSuite.beforeEach.push(processFunc(this.coreContext, func)); + } + + afterAll(func) { + this.currentRunningSuite.afterAll.push(processFunc(this.coreContext, func)); + } + + afterEach(func) { + this.currentRunningSuite.afterEach.push(processFunc(this.coreContext, func)); + } + + getCurrentRunningSuite() { + return this.currentRunningSuite; + } + + setCurrentRunningSuite(suite) { + this.currentRunningSuite = suite; + } + + traversalResults(suite, obj, breakOnError) { + if (suite.childSuites.length === 0 && suite.specs.length === 0) { + return obj; + } + if (suite.specs.length > 0) { + for (const itItem of suite.specs) { + obj.total++; + if (breakOnError && (obj.error > 0 || obj.failure > 0)) { // breakOnError模式 + continue; + } + if (itItem.error) { + obj.error++; + } else if (itItem.result.failExpects.length > 0) { + obj.failure++; + } else if (itItem.result.pass === true) { + obj.pass++; + } + } + } + + obj.duration += suite.duration; + + if (suite.childSuites.length > 0) { + for (const suiteItem of suite.childSuites) { + this.traversalResults(suiteItem, obj, breakOnError); + } + } + } + + getSummary() { + let suiteService = this.coreContext.getDefaultService('suite'); + let rootSuite = suiteService.rootSuite; + const specService = this.coreContext.getDefaultService('spec'); + const configService = this.coreContext.getDefaultService('config'); + let breakOnError = configService.isBreakOnError(); + let isError = specService.getStatus(); + let isBreaKOnError = breakOnError && isError; + let obj = {total: 0, failure: 0, error: 0, pass: 0, ignore: 0, duration: 0}; + for (const suiteItem of rootSuite.childSuites) { + this.traversalResults(suiteItem, obj, isBreaKOnError); + } + obj.ignore = obj.total - obj.pass - obj.failure - obj.error; + return obj; + } + + init(coreContext) { + this.coreContext = coreContext; + } + + traversalSuites(suite, obj, configService) { + if (suite.childSuites.length === 0 && suite.specs.length === 0) { + return []; + } + if (suite.specs.length > 0) { + let itArray = []; + for (const itItem of suite['specs']) { + if (!configService.filterDesc(suite.description, itItem.description, itItem.fi, null)) { + itArray.push({'itName': itItem.description}); + } + } + obj[suite.description] = itArray; + } + + if (suite.childSuites.length > 0) { + let suiteArray = []; + for (const suiteItem of suite.childSuites) { + let suiteObj = {}; + this.traversalSuites(suiteItem, suiteObj, configService); + if (!configService.filterSuite(suiteItem.description)) { + suiteArray.push(suiteObj); + } + } + obj.suites = suiteArray; + } + } + + async dryRun(abilityDelegator) { + const configService = this.coreContext.getDefaultService('config'); + let testSuitesObj = {}; + let suitesArray = []; + for (const suiteItem of this.rootSuite.childSuites) { + let obj = {}; + this.traversalSuites(suiteItem, obj, configService); + if (!configService.filterSuite(suiteItem.description)) { + suitesArray.push(obj); + } + } + testSuitesObj['suites'] = suitesArray; + + let strJson = JSON.stringify(testSuitesObj); + let strLen = strJson.length; + let maxLen = 500; + let maxCount = Math.floor(strLen / maxLen); + + for (let count = 0; count <= maxCount; count++) { + await SysTestKit.print(strJson.substring(count * maxLen, (count + 1) * maxLen)); + } + console.info('dryRun print success'); + abilityDelegator.finishTest('dry run finished!!!', 0, () => { }); + } + + execute() { + const configService = this.coreContext.getDefaultService('config'); + if (configService.filterValid.length !== 0) { + this.coreContext.fireEvents('task', 'incorrectFormat'); + return; + } + + if (configService.isRandom() && this.rootSuite.childSuites.length > 0) { + this.rootSuite.childSuites.sort(function () { + return Math.random().toFixed(1) > 0.5 ? -1 : 1; + }); + this.currentRunningSuite = this.rootSuite.childSuites[0]; + } + + if (configService.isSupportAsync()) { + let asyncExecute = async () => { + await this.coreContext.fireEvents('task', 'taskStart'); + await this.rootSuite.asyncRun(this.coreContext); + }; + asyncExecute().then(async () => { + await this.coreContext.fireEvents('task', 'taskDone'); + }); + } else { + this.coreContext.fireEvents('task', 'taskStart'); + this.rootSuite.run(this.coreContext); + this.coreContext.fireEvents('task', 'taskDone'); + } + } + + apis() { + const _this = this; + return { + describe: function (desc, func) { + return _this.describe(desc, func); + }, + beforeAll: function (func) { + return _this.beforeAll(func); + }, + beforeEach: function (func) { + return _this.beforeEach(func); + }, + afterAll: function (func) { + return _this.afterAll(func); + }, + afterEach: function (func) { + return _this.afterEach(func); + } + }; + } +} + +SuiteService.Suite = class { + constructor(attrs) { + this.description = attrs.description || ''; + this.childSuites = []; + this.specs = []; + this.beforeAll = []; + this.afterAll = []; + this.beforeEach = []; + this.afterEach = []; + this.duration = 0; + } + + pushSpec(spec) { + this.specs.push(spec); + } + + removeSpec(desc) { + this.specs = this.specs.filter((item, index) => { + return item.description !== desc; + }); + } + + getSpecsNum() { + return this.specs.length; + } + + isRun(coreContext) { + const configService = coreContext.getDefaultService('config'); + const suiteService = coreContext.getDefaultService('suite'); + const specService = coreContext.getDefaultService('spec'); + let breakOnError = configService.isBreakOnError(); + let isError = specService.getStatus(); + return breakOnError && isError; + } + + run(coreContext) { + const suiteService = coreContext.getDefaultService('suite'); + suiteService.setCurrentRunningSuite(this); + if (this.description !== '') { + coreContext.fireEvents('suite', 'suiteStart', this); + } + this.runHookFunc('beforeAll'); + if (this.specs.length > 0) { + const configService = coreContext.getDefaultService('config'); + if (configService.isRandom()) { + this.specs.sort(function () { + return Math.random().toFixed(1) > 0.5 ? -1 : 1; + }); + } + for (let spec in this.specs) { + let isBreakOnError = this.isRun(coreContext); + if (isBreakOnError) { + break; + } + this.runHookFunc('beforeEach'); + spec.run(coreContext); + this.runHookFunc('afterEach'); + } + } + if (this.childSuites.length > 0) { + for (let suite in this.childSuites) { + let isBreakOnError = this.isRun(coreContext); + if (isBreakOnError) { + break; + } + suite.run(coreContext); + suiteService.setCurrentRunningSuite(suite); + } + } + this.runHookFunc('afterAll'); + if (this.description !== '') { + coreContext.fireEvents('suite', 'suiteDone'); + } + } + + async asyncRun(coreContext) { + const suiteService = coreContext.getDefaultService('suite'); + suiteService.setCurrentRunningSuite(this); + suiteService.suitesStack.push(this); + if (this.description !== '') { + await coreContext.fireEvents('suite', 'suiteStart', this); + } + await this.runAsyncHookFunc('beforeAll'); + if (this.specs.length > 0) { + const configService = coreContext.getDefaultService('config'); + if (configService.isRandom()) { + this.specs.sort(function () { + return Math.random().toFixed(1) > 0.5 ? -1 : 1; + }); + } + for (let i = 0; i < this.specs.length; i++) { + // 遇错即停模式,发现用例有问题,直接返回,不在执行后面的it + let isBreakOnError = this.isRun(coreContext); + if (isBreakOnError) { + console.log("break description :" + this.description); + break; + } + await this.runAsyncHookFunc('beforeEach'); + await this.specs[i].asyncRun(coreContext); + await this.runAsyncHookFunc('afterEach'); + } + } + + if (this.childSuites.length > 0) { + for (let i = 0; i < this.childSuites.length; i++) { + // 遇错即停模式, 发现用例有问题,直接返回,不在执行后面的description + let isBreakOnError = this.isRun(coreContext); + if (isBreakOnError) { + console.log("break description :" + this.description); + break; + } + await this.childSuites[i].asyncRun(coreContext); + } + } + + await this.runAsyncHookFunc('afterAll'); + if (this.description !== '') { + await coreContext.fireEvents('suite', 'suiteDone'); + let childSuite = suiteService.suitesStack.pop(); + if (suiteService.suitesStack.length === 0) { + suiteService.suitesStack.push(childSuite); + } + if (suiteService.suitesStack.length > 1) { + suiteService.setCurrentRunningSuite(suiteService.suitesStack.pop()); + } else { + let currentRunningSuite = suiteService.suitesStack.pop(); + suiteService.setCurrentRunningSuite(currentRunningSuite); + suiteService.suitesStack.push(currentRunningSuite); + } + } + } + + runHookFunc(hookName) { + if (this[hookName] && this[hookName].length > 0) { + this[hookName].forEach(func => { + try { + func(); + } catch (e) { + console.error(e); + } + }); + } + } + + runAsyncHookFunc(hookName) { + if (this[hookName] && this[hookName].length > 0) { + return new Promise(async resolve => { + for (let i = 0; i < this[hookName].length; i++) { + try { + await this[hookName][i](); + } catch (e) { + console.error(e); + } + } + resolve(); + }); + } + } +}; + +class SpecService { + constructor(attr) { + this.id = attr.id; + this.totalTest = 0; + this.hasError = false; + } + + init(coreContext) { + this.coreContext = coreContext; + } + + setCurrentRunningSpec(spec) { + this.currentRunningSpec = spec; + } + + setStatus(obj) { + this.hasError = obj; + } + + getStatus() { + return this.hasError; + } + + getTestTotal() { + return this.totalTest; + } + + getCurrentRunningSpec() { + return this.currentRunningSpec; + } + + it(desc, filter, func) { + const configService = this.coreContext.getDefaultService('config'); + const currentSuiteName = this.coreContext.getDefaultService('suite').getCurrentRunningSuite().description; + if (configService.filterDesc(currentSuiteName, desc, filter, this.coreContext)) { + console.info('filter it :' + desc); + } else { + let processedFunc = processFunc(this.coreContext, func); + const spec = new SpecService.Spec({description: desc, fi: filter, fn: processedFunc}); + const suiteService = this.coreContext.getDefaultService('suite'); + if (typeof this.coreContext.getServices('dataDriver') !== 'undefined' && configService['dryRun'] !== 'true') { + let specStress = this.coreContext.getServices('dataDriver').dataDriver.getSpecStress(desc); + for (let i = 1; i < specStress; i++) { + this.totalTest++; + suiteService.getCurrentRunningSuite().pushSpec(spec); + } + } + + // dryRun 状态下不统计压力测试重复数据 + if (configService['dryRun'] !== 'true') { + let stress = configService.getStress(); // 命令配置压力测试 + console.info('stress length :' + stress); + for (let i = 1; i < stress; i++) { + this.totalTest++; + suiteService.getCurrentRunningSuite().pushSpec(spec); + } + } + this.totalTest++; + suiteService.getCurrentRunningSuite().pushSpec(spec); + } + } + + apis() { + const _this = this; + return { + it: function (desc, filter, func) { + return _this.it(desc, filter, func); + } + }; + } +} + +SpecService.Spec = class { + constructor(attrs) { + this.description = attrs.description || ''; + this.fi = attrs.fi; + this.fn = attrs.fn || function () { + }; + this.result = { + failExpects: [], + passExpects: [] + }; + this.error = undefined; + this.duration = 0; + this.startTime = 0; + this.isExecuted = false; // 当前用例是否执行 + } + + setResult(coreContext) { + const specService = coreContext.getDefaultService('spec'); + if (this.result.failExpects.length > 0) { + this.result.pass = false; + specService.setStatus(true); + } else { + this.result.pass = true; + } + console.info('testcase ' + this.description + ' result:' + this.result.pass); + } + + run(coreContext) { + const specService = coreContext.getDefaultService('spec'); + specService.setCurrentRunningSpec(this); + coreContext.fireEvents('spec', 'specStart', this); + this.isExecuted = true; + try { + let dataDriver = coreContext.getServices('dataDriver'); + if (typeof dataDriver === 'undefined') { + this.fn(); + } else { + let suiteParams = dataDriver.dataDriver.getSuiteParams(); + let specParams = dataDriver.dataDriver.getSpecParams(); + console.info('[suite params] ' + JSON.stringify(suiteParams)); + console.info('[spec params] ' + JSON.stringify(specParams)); + if (this.fn.length === 0) { + this.fn(); + } else if (specParams.length === 0) { + this.fn(suiteParams); + } else { + specParams.forEach(paramItem => this.fn(Object.assign({}, paramItem, suiteParams))); + } + } + this.setResult(coreContext); + } catch (e) { + this.error = e; + specService.setStatus(true); + } + coreContext.fireEvents('spec', 'specDone', this); + } + + async asyncRun(coreContext) { + const specService = coreContext.getDefaultService('spec'); + specService.setCurrentRunningSpec(this); + + await coreContext.fireEvents('spec', 'specStart', this); + try { + let dataDriver = coreContext.getServices('dataDriver'); + if (typeof dataDriver === 'undefined') { + await this.fn(); + this.setResult(coreContext); + } else { + let suiteParams = dataDriver.dataDriver.getSuiteParams(); + let specParams = dataDriver.dataDriver.getSpecParams(); + console.info('[suite params] ' + JSON.stringify(suiteParams)); + console.info('[spec params] ' + JSON.stringify(specParams)); + if (this.fn.length === 0) { + await this.fn(); + this.setResult(coreContext); + } else if (specParams.length === 0) { + await this.fn(suiteParams); + this.setResult(coreContext); + } else { + for (const paramItem of specParams) { + await this.fn(Object.assign({}, paramItem, suiteParams)); + this.setResult(coreContext); + } + } + } + } catch (e) { + if (e instanceof AssertException) { + this.fail = e; + specService.setStatus(true); + } else { + this.error = e; + specService.setStatus(true); + } + } + this.isExecuted = true; + await coreContext.fireEvents('spec', 'specDone', this); + } + + filterCheck(coreContext) { + const specService = coreContext.getDefaultService('spec'); + specService.setCurrentRunningSpec(this); + return true; + } + + addExpectationResult(expectResult) { + if (this.result.failExpects.length === 0) { + this.result.failExpects.push(expectResult); + } + throw new AssertException(expectResult.message); + } +}; + +class ExpectService { + constructor(attr) { + this.id = attr.id; + this.matchers = {}; + } + + expect(actualValue) { + return this.wrapMatchers(actualValue); + } + + init(coreContext) { + this.coreContext = coreContext; + this.addMatchers(this.basicMatchers()); + } + + addMatchers(matchers) { + for (const matcherName in matchers) { + if (Object.prototype.hasOwnProperty.call(matchers, matcherName)) { + this.matchers[matcherName] = matchers[matcherName]; + } + } + } + + basicMatchers() { + return { + assertTrue: function (actualValue) { + return { + pass: (actualValue) === true, + message: 'expect true, actualValue is ' + actualValue + }; + }, + assertEqual: function (actualValue, args) { + return { + pass: (actualValue) === args[0], + expectValue: args[0], + message: 'expect ' + actualValue + ' equals ' + args[0] + }; + }, + assertThrow: function (actual, args) { + const result = { + pass: false + }; + if (typeof actual !== 'function') { + result.message = 'toThrow\'s Actual should be a Function'; + } else { + let hasThrow = false; + let throwError; + try { + actual(); + } catch (e) { + hasThrow = true; + throwError = e; + } + if (!hasThrow) { + result.message = 'function did not throw an exception'; + } else if (throwError && throwError.message === args[0]) { + result.pass = true; + } else { + result.message = `expect to throw ${args[0]} , actual throw ${throwError.message}`; + } + } + return result; + } + }; + } + + wrapMatchers(actualValue) { + const _this = this; + const wrappedMatchers = { + // 翻转标识 + isNot: false, + + // 翻转方法 + not: function () { + this.isNot = true; + return this; + } + }; + const specService = _this.coreContext.getDefaultService('spec'); + const currentRunningSpec = specService.getCurrentRunningSpec(); + for (const matcherName in this.matchers) { + let result = Object.prototype.hasOwnProperty.call(this.matchers, matcherName); + if (!result) { + continue; + } + if (matcherName.search('assertPromise') == 0) { + wrappedMatchers[matcherName] = async function () { + await _this.matchers[matcherName](actualValue, arguments).then(function (result) { + if (wrappedMatchers.isNot) { + result.pass = !result.pass; + } + result.actualValue = actualValue; + result.checkFunc = matcherName; + if (!result.pass) { + currentRunningSpec.addExpectationResult(result); + } + }); + }; + } else { + wrappedMatchers[matcherName] = function () { + const result = _this.matchers[matcherName](actualValue, arguments); + if (wrappedMatchers.isNot) { + result.pass = !result.pass; + } + result.actualValue = actualValue; + result.checkFunc = matcherName; + if (!result.pass) { + currentRunningSpec.addExpectationResult(result); + } + }; + } + } + return wrappedMatchers; + } + + apis() { + const _this = this; + return { + expect: function (actualValue) { + return _this.expect(actualValue); + } + }; + } +} + +class ReportService { + constructor(attr) { + this.id = attr.id; + } + + init(coreContext) { + this.coreContext = coreContext; + this.specService = this.coreContext.getDefaultService('spec'); + this.suiteService = this.coreContext.getDefaultService('suite'); + this.duration = 0; + } + + taskStart() { + console.info('[start] start run suites'); + } + + async suiteStart() { + console.info('[suite start]' + this.suiteService.getCurrentRunningSuite().description); + } + + async specStart() { + console.info('start running case \'' + this.specService.currentRunningSpec.description + '\''); + this.index = this.index + 1; + let spec = this.specService.currentRunningSpec; + spec.startTime = await SysTestKit.getRealTime(); + } + + async specDone() { + let msg = ''; + let spec = this.specService.currentRunningSpec; + let suite = this.suiteService.currentRunningSuite; + spec.duration = await SysTestKit.getRealTime() - spec.startTime; + suite.duration += spec.duration; + if (spec.error) { + this.formatPrint('error', spec.description + ' ; consuming ' + spec.duration + 'ms'); + this.formatPrint('errorDetail', spec.error); + } else if (spec.result) { + if (spec.result.failExpects.length > 0) { + this.formatPrint('fail', spec.description + ' ; consuming ' + spec.duration + 'ms'); + spec.result.failExpects.forEach(failExpect => { + msg = failExpect.message || ('expect ' + failExpect.actualValue + ' ' + + failExpect.checkFunc + ' ' + (failExpect.expectValue)); + this.formatPrint('failDetail', msg); + }); + } else { + this.formatPrint('pass', spec.description + ' ; consuming ' + spec.duration + 'ms'); + } + } + this.formatPrint(this.specService.currentRunningSpec.error, msg); + } + + suiteDone() { + let suite = this.suiteService.currentRunningSuite; + console.info(`[suite end] ${suite.description} consuming ${suite.duration} ms`); + } + + taskDone() { + let msg = ''; + let summary = this.suiteService.getSummary(); + msg = 'total cases:' + summary.total + ';failure ' + summary.failure + ',' + 'error ' + summary.error; + msg += ',pass ' + summary.pass + '; consuming ' + summary.duration + 'ms'; + console.info(msg); + console.info('[end] run suites end'); + } + + incorrectFormat() { + if (this.coreContext.getDefaultService('config').filterValid.length !== 0) { + this.coreContext.getDefaultService('config').filterValid.forEach(function (item) { + console.info('this param ' + item + ' is invalid'); + }); + } + } + + formatPrint(type, msg) { + switch (type) { + case 'pass': + console.info('[pass]' + msg); + break; + case 'fail': + console.info('[fail]' + msg); + break; + case 'failDetail': + console.info('[failDetail]' + msg); + break; + case 'error': + console.info('[error]' + msg); + break; + case 'errorDetail': + console.info('[errorDetail]' + msg); + break; + } + } + + sleep(numberMillis) { + var now = new Date(); + var exitTime = now.getTime() + numberMillis; + while (true) { + now = new Date(); + if (now.getTime() > exitTime) { + return; + } + } + } +} + +export { + SuiteService, + SpecService, + ExpectService, + ReportService +}; diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/build-profile.json5 b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/build-profile.json5 new file mode 100644 index 0000000000000000000000000000000000000000..b6b0998b41fe0ac788da26132ff1a74d32033764 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/build-profile.json5 @@ -0,0 +1,24 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +{ + "apiType": "stageMode", + "buildOption": { + }, + "targets": [ + { + "name": "default" + } + ] +} diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/hvigorfile.ts b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/hvigorfile.ts new file mode 100644 index 0000000000000000000000000000000000000000..102a7cee1f35f84d41cbdacb3b2d86007f061a3e --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/hvigorfile.ts @@ -0,0 +1,16 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently. +export { harTasks } from '@ohos/hvigor-ohos-plugin'; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/libs/flutter_embedding.har b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/libs/flutter_embedding.har new file mode 100644 index 0000000000000000000000000000000000000000..146d26c0fbde7fade1030172bc679b8f857a7490 Binary files /dev/null and b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/libs/flutter_embedding.har differ diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh-package.json5 b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..635fe603c33768de5baf1fbc9248107a994e374b --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh-package.json5 @@ -0,0 +1,25 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +{ + "name": "path_provider", + "version": "1.0.0", + "description": "Please describe the basic information.", + "main": "index.ets", + "author": "", + "license": "Apache-2.0", + "devDependencies": { + "@ohos/flutter_ohos": "file:libs/flutter_embedding.har" + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/ResourceTable.txt b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/ResourceTable.txt new file mode 100644 index 0000000000000000000000000000000000000000..d159750ecea7bec636e067dea44f6b469601d685 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/ResourceTable.txt @@ -0,0 +1 @@ +string page_show 0x02000000 \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/build-profile.json5 b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/build-profile.json5 new file mode 100644 index 0000000000000000000000000000000000000000..95e376706d75437dce67c79dfd886e97fa82f276 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/build-profile.json5 @@ -0,0 +1,26 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "apiType": "stageMode", + "buildOption": { + }, + "targets": [ + { + "name": "default", + "runtimeOS": "HarmonyOS" + } + ], +} diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/hvigorfile.ts b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/hvigorfile.ts new file mode 100644 index 0000000000000000000000000000000000000000..eb1f1d089d8fbdcd5ea7af33ecb70f3c8b5bdfce --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/hvigorfile.ts @@ -0,0 +1,17 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently. +export { harTasks } from '@ohos/hvigor-ohos-plugin'; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/index.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/index.ets new file mode 100644 index 0000000000000000000000000000000000000000..3c96b70703b57d3e53a171aabf07727db248e94b --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/index.ets @@ -0,0 +1,18 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +export { FlutterAbility } from './src/main/ets/embedding/ohos/FlutterAbility' + +export { FlutterPage } from './src/main/ets/embedding/ohos/FlutterPage' diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/libs/arm64-v8a/libc++_shared.so b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/libs/arm64-v8a/libc++_shared.so new file mode 100644 index 0000000000000000000000000000000000000000..831c9353702073d45889352a4dafb93103d67d20 Binary files /dev/null and b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/libs/arm64-v8a/libc++_shared.so differ diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/libs/arm64-v8a/libflutter.so b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/libs/arm64-v8a/libflutter.so new file mode 100644 index 0000000000000000000000000000000000000000..2aa191e0adafd258a3aee290e137f579d35ec427 Binary files /dev/null and b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/libs/arm64-v8a/libflutter.so differ diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/oh-package.json5 b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..9f28639e34bf385b77958ad6f4e72ecc4126c666 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/oh-package.json5 @@ -0,0 +1,26 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +{ + "license": "Apache-2.0", + "devDependencies": { + "@types/libflutter.so": "file:./src/main/cpp/types/libflutter" + }, + "author": "", + "name": "flutter_embedding", + "description": "Please describe the basic information.", + "main": "index.ets", + "version": "1.0.0", + "dependencies": {} +} diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/cpp/types/libflutter/index.d.ts b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/cpp/types/libflutter/index.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..8a668dc729cd9ed610bbc7b70e7544a4c2e23430 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/cpp/types/libflutter/index.d.ts @@ -0,0 +1,80 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +import common from '@ohos.app.ability.common'; +import resourceManager from '@ohos.resourceManager'; +import image from '@ohos.multimedia.image'; +import FlutterNapi from '../../../ets/embedding/engine/FlutterNapi'; + +export const getContext: (a: number) => napiContext; + +export class napiContext { + onPageShow(); + + onPageHide(); +} + +/** + * 设置刷新率 + */ +export const nativeUpdateRefreshRate: ( + ate: number +) => {}; + +/** + * 初始化dart vm和flutter engine + */ +export const nativeInit: ( + context: common.Context, + args: Array, + bundlePath: string, + appStoragePath: string, + engineCachesPath: string, + initTimeMillis: number +) => void; + +export const nativeAttach: (napi: FlutterNapi) => number; + +export const nativeRunBundleAndSnapshotFromLibrary: ( + nativeShellHolderId: number, + bundlePath: string, + entrypointFunctionName: string, + pathToEntrypointFunction: string, + assetManager: resourceManager.ResourceManager, + entrypointArgs: Array +) => void; + +//Send a data-carrying response to a platform message received from Dart. +export const nativeInvokePlatformMessageResponseCallback: (nativeShellHolderId: number, responseId: number, message: ArrayBuffer, position: number) => void; + +// Send an empty response to a platform message received from Dart. +export const nativeInvokePlatformMessageEmptyResponseCallback: (nativeShellHolderId: number, responseId: number) => void; + +// Send a data-carrying platform message to Dart. +export const nativeDispatchPlatformMessage: (nativeShellHolderId: number, channel: String, message: ArrayBuffer, position: number, responseId: number) => void; + +// Send an empty platform message to Dart. +export const nativeDispatchEmptyPlatformMessage: (nativeShellHolderId: number, channel: String, responseId: number) => void; + +export const nativeSetViewportMetrics: (nativeShellHolderId: number, devicePixelRatio: number, physicalWidth: number + , physicalHeight: number, physicalPaddingTop: number, physicalPaddingRight: number + , physicalPaddingBottom: number, physicalPaddingLeft: number, physicalViewInsetTop: number + , physicalViewInsetRight: number, physicalViewInsetBottom: number, physicalViewInsetLeft: number + , systemGestureInsetTop: number, systemGestureInsetRight: number, systemGestureInsetBottom: number + , systemGestureInsetLeft: number, physicalTouchSlop: number, displayFeaturesBounds: Array + , displayFeaturesType: Array, displayFeaturesState: Array) => void; + +export const nativeImageDecodeCallback: (width: number, height: number, imageGeneratorPointer: number, pixelMap : image.PixelMap) => void; + +export const nativeGetSystemLanguages: (nativeShellHolderId: number, languages: Array) => void; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/cpp/types/libflutter/index_actual.d.ts b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/cpp/types/libflutter/index_actual.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..9ee250da9ae0776fa4fee57bb505796e54998230 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/cpp/types/libflutter/index_actual.d.ts @@ -0,0 +1,266 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +import common from '@ohos.app.ability.common'; +import resourceManager from '@ohos.resourceManager'; +import FlutterNapi from '../../../ets/embedding/engine/FlutterNapi'; +import image from '@ohos.multimedia.image'; + +/** + * 设置刷新率 + */ +export const nativeUpdateRefreshRate: ( + ate: number +) => void; + +/** + * 初始化dart vm和flutter engine + */ +export const nativeInit: ( + context: common.Context, + args: Array, + bundlePath: string, + appStoragePath: string, + engineCachesPath: string, + initTimeMillis: number +) => void; + + +/** + * 加载dart工程构建产物 + */ +export const nativeRunBundleAndSnapshotFromLibrary: ( + bundlePath: string, + entrypointFunctionName: string, + pathToEntrypointFunction: string, + assetManager: resourceManager.ResourceManager, + entrypointArgs: Array +) => void; + +/** + * 初始化SkFontMgr::RefDefault(),skia引擎文字管理初始化 + */ +export const nativePrefetchDefaultFontManager: () => void; + +/** + * 返回是否支持软件绘制 + */ +export const nativeGetIsSoftwareRenderingEnabled: () => boolean; + +/** + * attach flutterNapi实例给到 native engine,这个支持rkts到flutter平台的无关引擎之间的通信。 + * attach只需要执行一次 + */ +export const nativeAttach: (flutterNapi: FlutterNapi) => number; + +/** + * 从当前的flutterNapi复制一个新的实例 + */ +export const nativeSpawn: ( + nativeSpawningShellId: number, + entrypointFunctionName: string, + pathToEntrypointFunction: string, + initialRoute: string, + entrypointArgs: Array +) => FlutterNapi; + +/** + * Detaches flutterNapi和engine之间的关联 + * 这个方法执行前提是flutterNapi已经和engine关联 + */ +export const nativeDestroy: ( + nativeShellHolderId: number +) => void; + +// 不需要实现,未使用到 +// export const nativeImageHeaderCallback: ( +// imageGeneratorPointer: number, +// width: number, +// height: number +// ) => void; + +/** + * 不需要实现,c++层已有nativeSurface回调 + */ +// export const nativeSurfaceCreated: ( +// nativeShellHolderId: number +// ) => void; + + +/** + * 不需要实现,c++层已有nativeSurface回调 + */ +// export const nativeSurfaceWindowChanged: ( +// nativeShellHolderId: number +// ) => void; + + +/** + * 不需要实现,c++层已有nativeSurface回调 + */ +// export const nativeSurfaceChanged: ( +// nativeShellHolderId: number, +// width: number, +// height: number +// ) => void; + +/** + * 不需要实现,c++层已有nativeSurface回调 + */ +// export const nativeSurfaceDestroyed: ( +// nativeShellHolderId: number +// ) => void; + +/** + * 把物理屏幕参数通知到native + */ +export const nativeSetViewportMetrics: ( + nativeShellHolderId: number, + devicePixelRatio: number, + physicalWidth: number, + physicalHeight: number, + physicalPaddingTop: number, + physicalPaddingRight: number, + physicalPaddingBottom: number, + physicalPaddingLeft: number, + physicalViewInsetTop: number, + physicalViewInsetRight: number, + physicalViewInsetBottom: number, + physicalViewInsetLeft: number, + systemGestureInsetTop: number, + systemGestureInsetRight: number, + systemGestureInsetBottom: number, + systemGestureInsetLeft: number, + physicalTouchSlop: number, + displayFeaturesBounds: Array, + displayFeaturesType: Array, + displayFeaturesState: Array +) => void; + +/** + * 设置能力参数 + */ +export const nativeSetAccessibilityFeatures: ( + nativeShellHolderId: number, + flags: number +) => void; + +/** + * 清除某个messageData + */ +export const nativeCleanupMessageData: ( + messageData: number +) => void; + +/** + * 发送一个空的PlatformMessage + */ +export const nativeDispatchEmptyPlatformMessage: ( + nativeShellHolderId: number, + channel: string, + responseId: number +) => void; + +/** + * 发送一个PlatformMessage + */ +export const nativeDispatchPlatformMessage: ( + nativeShellHolderId: number, + channel: string, + message: ArrayBuffer, + position: number, + responseId: number +) => void; + +/** + * 空的PlatformMessage响应回调 + */ +export const nativeInvokePlatformMessageEmptyResponseCallback: ( + nativeShellHolderId: number, + responseId: number +) => void; + +/** + * PlatformMessage响应回调 + */ +export const nativeInvokePlatformMessageResponseCallback: ( + nativeShellHolderId: number, + responseId: number, + message: ArrayBuffer, + position: number +) => void; + + +/** + * load一个合法的.so文件到dart vm + */ +export const nativeLoadDartDeferredLibrary: ( + nativeShellHolderId: number, + loadingUnitId: number, + searchPaths: Array +) => void; + +/** + * 设置ResourceManager和assetBundlePath到engine + */ +export const nativeUpdateOhosAssetManager: ( + nativeShellHolderId: number, + resourceManager: resourceManager.ResourceManager, + assetBundlePath: string +) => void; + +/** + * 加载动态库,或者dart库失败时的通知 + */ +export const nativeDeferredComponentInstallFailure: ( + loadingUnitId: number, + error: string, + isTransient: boolean +) => void; + +/** + * 从engine获取当前绘制pixelMap + */ +export const nativeGetPixelMap: () => image.PixelMap; + +/** + * 应用低内存警告 + */ +export const nativeNotifyLowMemoryWarning: ( + nativeShellHolderId: number +) => void; + +// ----- Start FlutterTextUtils Methods ---- +/** + * 下面的方法,从键盘输入中判断当前字符是否是emoji,实现优先级低 + */ +export const nativeFlutterTextUtilsIsEmoji: ( + codePoint: number +) => boolean; + +export const nativeFlutterTextUtilsIsEmojiModifier: ( + codePoint: number +) => boolean; + +export const nativeFlutterTextUtilsIsEmojiModifierBase: ( + codePoint: number +) => boolean; + +export const nativeFlutterTextUtilsIsVariationSelector: ( + codePoint: number +) => boolean; + +export const nativeFlutterTextUtilsIsRegionalIndicator: ( + codePoint: number +) => boolean; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/cpp/types/libflutter/oh-package.json5 b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/cpp/types/libflutter/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..262dca31a78bd6e7cfaf4dadf4cf80bd503ecadc --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/cpp/types/libflutter/oh-package.json5 @@ -0,0 +1,20 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +{ + "name": "libflutter.so", + "types": "./index.d.ts", + "version": "", + "description": "Please describe the basic information." +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/FlutterInjector.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/FlutterInjector.ets new file mode 100644 index 0000000000000000000000000000000000000000..4e6f2f8b0e5dd765611d87ac3b2c2c552ff5adb2 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/FlutterInjector.ets @@ -0,0 +1,49 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import FlutterNapi from './embedding/engine/FlutterNapi'; +import FlutterLoader from './embedding/engine/loader/FlutterLoader'; + +/** + * flutter相关主要类的单例持有,帮助实现自身和其他类的实例化管理 + */ +export default class FlutterInjector { + private static instance: FlutterInjector; + + private flutterLoader: FlutterLoader; + private flutterNapi: FlutterNapi; + + static getInstance(): FlutterInjector { + if (FlutterInjector.instance == null) { + FlutterInjector.instance = new FlutterInjector(); + } + return FlutterInjector.instance; + } + /** + * 初始化 + */ + private constructor() { + this.flutterNapi = new FlutterNapi(); + this.flutterLoader = new FlutterLoader(this.flutterNapi); + } + + getFlutterLoader(): FlutterLoader { + return this.flutterLoader; + } + + getFlutterNapi(): FlutterNapi { + return this.flutterNapi; + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/app/FlutterPluginRegistry.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/app/FlutterPluginRegistry.ets new file mode 100644 index 0000000000000000000000000000000000000000..d58829ead749b3efdfa208d7ef268d589c64a99a --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/app/FlutterPluginRegistry.ets @@ -0,0 +1,48 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +import FlutterView from '../embedding/ohos/FlutterView'; +import common from '@ohos.app.ability.common'; +import PlatformViewController from '../plugin/platform/PlatformViewsController' +import Log from '../util/Log'; + +export default class FlutterPluginRegistry { + private mPlatformViewsController: PlatformViewController; + private mFlutterView: FlutterView; + private mContext: common.Context; + + constructor() { + this.mPlatformViewsController = new PlatformViewController(); + } + + attach(flutterView: FlutterView, context: common.Context): void { + this.mFlutterView = flutterView; + this.mContext = context; + } + + detach(): void { + this.mPlatformViewsController.detach(); + this.mPlatformViewsController.onDetachedFromNapi(); + this.mFlutterView = null; + this.mContext = null; + } + + destroy(): void { + this.mPlatformViewsController.onDetachedFromNapi(); + } + + onPreEngineRestart(): void{ + this.mPlatformViewsController.onPreEngineRestart(); + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/component/FlutterComponent.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/component/FlutterComponent.ets new file mode 100644 index 0000000000000000000000000000000000000000..07497e672b21c51727c1a45166504e19603e4063 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/component/FlutterComponent.ets @@ -0,0 +1,32 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +/** + * 基础component,还未封装,看情况是否使用 + */ +@Component +export default struct FlutterComponent { + build() { + Row() { + Column() { + Text("xxx") + .fontSize(50) + .fontWeight(FontWeight.Bold) + } + .width('100%') + } + .height('100%') + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterEngine.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterEngine.ets new file mode 100644 index 0000000000000000000000000000000000000000..4a16a419d9c7a5df84379278cdc7fb113624d7f7 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterEngine.ets @@ -0,0 +1,277 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import LifecycleChannel from './systemchannels/LifecycleChannel'; +import DartExecutor, { DartEntrypoint } from './dart/DartExecutor'; +import FlutterShellArgs from './FlutterShellArgs'; +import FlutterInjector from '../../FlutterInjector'; +import FlutterLoader from './loader/FlutterLoader'; +import common from '@ohos.app.ability.common'; +import resourceManager from '@ohos.resourceManager'; +import FlutterNapi from './FlutterNapi'; +import NavigationChannel from './systemchannels/NavigationChannel'; +import Log from '../../util/Log'; +import TestChannel from './systemchannels/TestChannel' +import FlutterEngineConnectionRegistry from './FlutterEngineConnectionRegistry'; +import PluginRegistry from './plugins/PluginRegistry'; +import AbilityControlSurface from './plugins/ability/AbilityControlSurface'; +import TextInputChannel from './systemchannels/TextInputChannel'; +import TextInputPlugin from '../../plugin/editing/TextInputPlugin'; +import PlatformChannel from './systemchannels/PlatformChannel'; +import FlutterEngineGroup from './FlutterEngineGroup'; +import SystemChannel from './systemchannels/SystemChannel'; +import MouseCursorChannel from './systemchannels/MouseCursorChannel'; +import RestorationChannel from './systemchannels/RestorationChannel'; +import LocalizationChannel from './systemchannels/LocalizationChannel'; +import AccessibilityChannel from './systemchannels/AccessibilityChannel'; +import LocalizationPlugin from '../../plugin/localization/LocalizationPlugin' +import SettingsChannel from './systemchannels/SettingsChannel'; +import PlatformViewsController from '../../plugin/platform/PlatformViewsController'; + +const TAG = "FlutterEngine"; + +/** + * 操作FlutterEngin相关 + */ +export default class FlutterEngine implements EngineLifecycleListener{ + private engineLifecycleListeners = new Set(); + + dartExecutor: DartExecutor; + private flutterLoader: FlutterLoader; + private assetManager: resourceManager.ResourceManager; + //channel定义 + private lifecycleChannel: LifecycleChannel; + private navigationChannel: NavigationChannel; + private textInputChannel: TextInputChannel; + private testChannel: TestChannel; + private platformChannel: PlatformChannel; + private systemChannel: SystemChannel; + private mouseCursorChannel: MouseCursorChannel; + private restorationChannel: RestorationChannel; + + private accessibilityChannel: AccessibilityChannel; + private localeChannel: LocalizationChannel; + private flutterNapi: FlutterNapi; + private pluginRegistry: FlutterEngineConnectionRegistry; + private textInputPlugin: TextInputPlugin; + private localizationPlugin: LocalizationPlugin; + private settingsChannel: SettingsChannel; + private platformViewsController: PlatformViewsController; + + /** + * 需要初始化的工作: + * 1、初始化DartExecutor + * 2、初始化所有channel + * 3、初始化plugin + * 4、初始化flutterLoader + * 5、初始化flutterNapi + * 6、engineLifecycleListeners + */ + constructor(context: common.Context, flutterLoader: FlutterLoader, flutterNapi: FlutterNapi, platformViewsController: PlatformViewsController) { + const injector: FlutterInjector = FlutterInjector.getInstance(); + + if(flutterNapi == null){ + flutterNapi = FlutterInjector.getInstance().getFlutterNapi(); + } + this.flutterNapi = flutterNapi; + this.assetManager = context.resourceManager; + + this.dartExecutor = new DartExecutor(this.flutterNapi, this.assetManager); + this.dartExecutor.onAttachedToNAPI(); + + if(flutterLoader == null){ + flutterLoader = injector.getFlutterLoader(); + } + this.flutterLoader = flutterLoader; + + if(platformViewsController == null) { + platformViewsController = new PlatformViewsController(); + } + this.platformViewsController = platformViewsController; + this.platformViewsController.attach(context, null, this.dartExecutor); + } + + async init(context: common.Context, dartVmArgs: Array, automaticallyRegisterPlugins: boolean, + waitForRestorationData: boolean, group: FlutterEngineGroup) { + if (!this.flutterNapi.isAttached()) { + await this.flutterLoader.startInitialization(context) + this.flutterLoader.ensureInitializationComplete(dartVmArgs); + } + //channel初始化 + this.lifecycleChannel = new LifecycleChannel(this.dartExecutor); + this.navigationChannel = new NavigationChannel(this.dartExecutor); + this.textInputChannel = new TextInputChannel(this.dartExecutor); + this.testChannel = new TestChannel(this.dartExecutor); + this.platformChannel = new PlatformChannel(this.dartExecutor); + this.systemChannel = new SystemChannel(this.dartExecutor); + this.mouseCursorChannel = new MouseCursorChannel(this.dartExecutor); + this.restorationChannel = new RestorationChannel(this.dartExecutor, waitForRestorationData); + this.settingsChannel = new SettingsChannel(this.dartExecutor); + + this.localeChannel = new LocalizationChannel(this.dartExecutor); + this.accessibilityChannel = new AccessibilityChannel(this.dartExecutor, this.flutterNapi); + this.flutterNapi.addEngineLifecycleListener(this); + this.localizationPlugin = new LocalizationPlugin(context, this.localeChannel); + + // It should typically be a fresh, unattached NAPI. But on a spawned engine, the NAPI instance + // is already attached to a native shell. In that case, the Java FlutterEngine is created around + // an existing shell. + if (!this.flutterNapi.isAttached()) { + this.attachToNapi(); + } + + this.pluginRegistry = new FlutterEngineConnectionRegistry(context.getApplicationContext(), this, this.flutterLoader, group); + this.localizationPlugin.sendLocaleToFlutter(); + } + + private attachToNapi(): void { + Log.d(TAG, "Attaching to NAPI."); + this.flutterNapi.attachToNative(); + + if (!this.isAttachedToNapi()) { + throw new Error("FlutterEngine failed to attach to its native Object reference."); + } + this.flutterNapi.setLocalizationPlugin(this.localizationPlugin); + } + + async spawn(context: common.Context, + dartEntrypoint: DartEntrypoint, + initialRoute: string, + dartEntrypointArgs: Array, + platformViewsController: PlatformViewsController, + automaticallyRegisterPlugins: boolean, waitForRestorationData: boolean) { + if (!this.isAttachedToNapi()) { + throw new Error( + "Spawn can only be called on a fully constructed FlutterEngine"); + } + + const newFlutterNapi = + this.flutterNapi.spawn( + dartEntrypoint.dartEntrypointFunctionName, + dartEntrypoint.dartEntrypointLibrary, + initialRoute, + dartEntrypointArgs); + const flutterEngine = new FlutterEngine( + context, + null, + newFlutterNapi, + platformViewsController + ); + await flutterEngine.init(context, null, automaticallyRegisterPlugins, waitForRestorationData, null) + return flutterEngine + } + + private isAttachedToNapi(): boolean { + return this.flutterNapi.isAttached(); + } + + getLifecycleChannel(): LifecycleChannel { + return this.lifecycleChannel; + } + + getNavigationChannel(): NavigationChannel { + return this.navigationChannel; + } + + getTextInputChannel(): TextInputChannel { + return this.textInputChannel; + } + + getPlatformChannel(): PlatformChannel { + return this.platformChannel; + } + + getSystemChannel(): SystemChannel { + return this.systemChannel; + } + + getLocaleChannel(): LocalizationChannel { + return this.localeChannel; + } + + getMouseCursorChannel(): MouseCursorChannel { + return this.mouseCursorChannel; + } + + getFlutterNapi(): FlutterNapi { + return this.flutterNapi; + } + + getDartExecutor(): DartExecutor { + return this.dartExecutor + } + + getPlugins(): PluginRegistry { + return this.pluginRegistry; + } + + getAbilityControlSurface(): AbilityControlSurface { + return this.pluginRegistry; + } + + getSettingsChannel() { + return this.settingsChannel; + } + + onPreEngineRestart(): void { + + } + + onEngineWillDestroy(): void { + + } + + addEngineLifecycleListener(listener: EngineLifecycleListener): void { + this.engineLifecycleListeners.add(listener); + } + + removeEngineLifecycleListener(listener: EngineLifecycleListener): void { + this.engineLifecycleListeners.delete(listener); + } + + destroy(): void { + Log.d(TAG, "Destroying."); + this.engineLifecycleListeners.forEach(listener => listener.onEngineWillDestroy()) + this.flutterNapi.removeEngineLifecycleListener(this); + this.pluginRegistry.detachFromAbility(); + this.platformViewsController.onDetachedFromNapi(); + } + + getRestorationChannel(): RestorationChannel{ + return this.restorationChannel; + } + + getAccessibilityChannel(): AccessibilityChannel { + return this.accessibilityChannel; + } + + getLocalizationPlugin(): LocalizationPlugin { + return this.localizationPlugin; + } + + getSystemLanguages(): void { + return this.flutterNapi.getSystemLanguages(); + } + + getPlatformViewsController(): PlatformViewsController { + return this.platformViewsController; + } +} + +export interface EngineLifecycleListener { + onPreEngineRestart(): void; + + onEngineWillDestroy(): void; +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterEngineCache.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterEngineCache.ets new file mode 100644 index 0000000000000000000000000000000000000000..78db31cae3a9d154a09f9f85541115dc4452573f --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterEngineCache.ets @@ -0,0 +1,64 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import FlutterEngine from "./FlutterEngine" + +export default class FlutterEngineCache { + private static instance : FlutterEngineCache; + private cachedEngines: Map = new Map(); + + static getInstance(): FlutterEngineCache { + if (FlutterEngineCache.instance == null) { + FlutterEngineCache.instance = new FlutterEngineCache(); + } + return FlutterEngineCache.instance; + } + /** + * 返回engineId对应的FlutterEngine是否存在 + */ + contains(engineId: String) : boolean { + return this.cachedEngines.has(engineId); + } + + /** + * 返回engineId对应的FlutterEngine + */ + get(engineId: String) : FlutterEngine { + return this.cachedEngines.get(engineId); + } + /** + * 将传入的FlutterEngine与engineId放在缓存中 + */ + put(engineId :String, engine: FlutterEngine): void { + if(engine != null) { + this.cachedEngines.set(engineId, engine); + } else { + this.cachedEngines.delete(engineId); + } + } + /** + * 移除engineId对应的FlutterEngine + */ + remove(engineId: String) : void { + this.put(engineId, null); + } + + /** + * 移除cachedEngines所有中所有的FlutterEngine + */ + clear():void { + this.cachedEngines.clear(); + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterEngineConnectionRegistry.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterEngineConnectionRegistry.ets new file mode 100644 index 0000000000000000000000000000000000000000..7709ea8a31e98f794314a7e2f3b84e890f1eee9f --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterEngineConnectionRegistry.ets @@ -0,0 +1,265 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import PluginRegistry from './plugins/PluginRegistry'; +import { FlutterAssets, FlutterPlugin, FlutterPluginBinding } from './plugins/FlutterPlugin'; +import FlutterEngine from './FlutterEngine'; +import AbilityAware from './plugins/ability/AbilityAware'; +import UIAbility from '@ohos.app.ability.UIAbility'; +import { + AbilityPluginBinding, + WindowFocusChangedListener, + OnSaveStateListener, + NewWantListener +} from './plugins/ability/AbilityPluginBinding'; +import HashSet from '@ohos.util.HashSet'; +import Want from '@ohos.app.ability.Want'; +import AbilityConstant from '@ohos.app.ability.AbilityConstant'; +import common from '@ohos.app.ability.common'; +import FlutterLoader from './loader/FlutterLoader'; +import Log from '../../util/Log'; +import ToolUtils from '../../util/ToolUtils'; +import AbilityControlSurface from './plugins/ability/AbilityControlSurface'; +import ExclusiveAppComponent from '../ohos/ExclusiveAppComponent'; +import FlutterEngineGroup from './FlutterEngineGroup'; + +const TAG = "FlutterEngineCxnRegstry"; + +export default class FlutterEngineConnectionRegistry implements PluginRegistry, AbilityControlSurface { + // PluginRegistry + private plugins = new Map(); + + // Standard FlutterPlugin + private flutterEngine: FlutterEngine; + private pluginBinding: FlutterPluginBinding; + + // AbilityAware + private abilityAwarePlugins = new Map(); + + private exclusiveAbility: ExclusiveAppComponent; + private abilityPluginBinding: FlutterEngineAbilityPluginBinding; + + constructor(appContext: common.Context, flutterEngine: FlutterEngine, flutterLoader: FlutterLoader, group: FlutterEngineGroup) { + this.flutterEngine = flutterEngine; + this.pluginBinding = new FlutterPluginBinding(appContext, this.flutterEngine.getDartExecutor(), new DefaultFlutterAssets(flutterLoader), group, this.flutterEngine.getPlatformViewsController()?.getRegistry()); + } + + add(plugin: FlutterPlugin): void { + try { + if (this.has(plugin.getUniqueClassName())) { + Log.w( + TAG, + "Attempted to register plugin (" + + plugin + + ") but it was " + + "already registered with this FlutterEngine (" + + this.flutterEngine + + ")."); + return; + } + + Log.w(TAG, "Adding plugin: " + plugin); + // Add the plugin to our generic set of plugins and notify the plugin + // that is has been attached to an engine. + this.plugins.set(plugin.getUniqueClassName(), plugin); + plugin.onAttachedToEngine(this.pluginBinding); + + // For AbilityAware plugins, add the plugin to our set of AbilityAware + // plugins, and if this engine is currently attached to an Ability, + // notify the AbilityAware plugin that it is now attached to an Ability. + if (ToolUtils.implementsInterface(plugin, "onAttachedToAbility")) { + const abilityAware: ESObject = plugin; + this.abilityAwarePlugins.set(plugin.getUniqueClassName(), abilityAware); + if (this.isAttachedToAbility()) { + abilityAware.onAttachedToAbility(this.abilityPluginBinding); + } + } + } finally { + + } + } + + addList(plugins: Set): void { + plugins.forEach(plugin => this.add(plugin)) + } + + has(pluginClassName: string): boolean { + return this.plugins.has(pluginClassName); + } + + get(pluginClassName: string): FlutterPlugin { + return this.plugins.get(pluginClassName); + } + + remove(pluginClassName: string): void { + const plugin = this.plugins.get(pluginClassName); + if (plugin == null) { + return; + } + if (ToolUtils.implementsInterface(plugin, "onAttachedToAbility")) { + if (this.isAttachedToAbility()) { + const abilityAware: ESObject = plugin; + abilityAware.onDetachedFromAbility(); + } + this.abilityAwarePlugins.delete(pluginClassName); + } + // Notify the plugin that is now detached from this engine. Then remove + // it from our set of generic plugins. + plugin.onDetachedFromEngine(this.pluginBinding); + this.plugins.delete(pluginClassName) + } + + removeList(pluginClassNames: Set): void { + pluginClassNames.forEach(plugin => this.remove(plugin)) + } + + removeAll(): void { + this.removeList(new Set(this.plugins.keys())); + this.plugins.clear(); + } + + private isAttachedToAbility(): boolean { + return this.exclusiveAbility != null; + } + + attachToAbility(exclusiveAbility: ExclusiveAppComponent): void { + if (this.exclusiveAbility != null) { + this.exclusiveAbility.detachFromFlutterEngine(); + } + // If we were already attached to an app component, detach from it. + this.detachFromAppComponent(); + this.exclusiveAbility = exclusiveAbility; + this.attachToAbilityInternal(exclusiveAbility.getAppComponent(),); + } + + detachFromAbility(): void { + if (this.isAttachedToAbility()) { + this.abilityAwarePlugins.forEach(abilityAware => abilityAware.onDetachedFromAbility()) + this.detachFromAbilityInternal(); + } else { + Log.e(TAG, "Attempted to detach plugins from an Ability when no Ability was attached."); + } + } + + onNewWant(want: Want, launchParams: AbilityConstant.LaunchParam): void { + this.abilityPluginBinding.onNewWant(want, launchParams); + } + + onWindowFocusChanged(hasFocus: boolean): void { + this.abilityPluginBinding.onWindowFocusChanged(hasFocus); + } + + onSaveState(reason: AbilityConstant.StateType, wantParam: Record): AbilityConstant.OnSaveResult { + return this.abilityPluginBinding.onSaveState(reason, wantParam); + } + + private detachFromAppComponent(): void { + if (this.isAttachedToAbility()) { + this.detachFromAbility(); + } + } + + private attachToAbilityInternal(ability: UIAbility): void { + this.abilityPluginBinding = new FlutterEngineAbilityPluginBinding(ability); + // Notify all AbilityAware plugins that they are now attached to a new Ability. + this.abilityAwarePlugins.forEach(abilityAware => abilityAware.onAttachedToAbility(this.abilityPluginBinding)); + } + + private detachFromAbilityInternal(): void { + this.exclusiveAbility = null; + this.abilityPluginBinding = null; + } + + destroy(): void{ + this.detachFromAppComponent(); + // Remove all registered plugins. + this.removeAll(); + } +} + +class FlutterEngineAbilityPluginBinding implements AbilityPluginBinding { + private ability: UIAbility; + private onNewWantListeners = new HashSet(); + private onWindowFocusChangedListeners = new HashSet(); + private onSaveStateListeners = new HashSet(); + + constructor(ability: UIAbility) { + this.ability = ability; + + } + + getAbility(): UIAbility { + return this.ability; + } + + addOnNewWantListener(listener: NewWantListener): void { + this.onNewWantListeners.add(listener) + } + + removeOnNewWantListener(listener: NewWantListener): void { + this.onNewWantListeners.remove(listener) + } + + addOnWindowFocusChangedListener(listener: WindowFocusChangedListener): void { + this.onWindowFocusChangedListeners.add(listener) + } + + removeOnWindowFocusChangedListener(listener: WindowFocusChangedListener): void { + this.onWindowFocusChangedListeners.remove(listener) + } + + addOnSaveStateListener(listener: OnSaveStateListener) { + this.onSaveStateListeners.add(listener) + } + + removeOnSaveStateListener(listener: OnSaveStateListener) { + this.onSaveStateListeners.remove(listener) + } + + onNewWant(want: Want, launchParams: AbilityConstant.LaunchParam): void { + this.onNewWantListeners.forEach((listener, key) => { + listener.onNewWant(want, launchParams) + }); + } + + onWindowFocusChanged(hasFocus: boolean): void { + this.onWindowFocusChangedListeners.forEach((listener, key) => { + listener.onWindowFocusChanged(hasFocus) + }); + } + + onSaveState(reason: AbilityConstant.StateType, wantParam: Record): AbilityConstant.OnSaveResult { + this.onSaveStateListeners.forEach((listener, key) => { + listener.onSaveState(reason, wantParam) + }); + return AbilityConstant.OnSaveResult.ALL_AGREE; + } +} + +class DefaultFlutterAssets implements FlutterAssets { + private flutterLoader: FlutterLoader; + + constructor(flutterLoader: FlutterLoader) { + this.flutterLoader = flutterLoader; + } + + getAssetFilePathByName(assetFileName: string, packageName?: string): string { + return this.flutterLoader.getLookupKeyForAsset(assetFileName, packageName); + } + + getAssetFilePathBySubpath(assetSubpath: string, packageName?: string) { + return this.flutterLoader.getLookupKeyForAsset(assetSubpath, packageName); + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterEngineGroup.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterEngineGroup.ets new file mode 100644 index 0000000000000000000000000000000000000000..05e35aec1b7b6f50ab8df336bdd69fbbe21febc8 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterEngineGroup.ets @@ -0,0 +1,184 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import FlutterEngine, { EngineLifecycleListener } from "./FlutterEngine" +import common from '@ohos.app.ability.common' +import FlutterLoader from './loader/FlutterLoader' +import FlutterInjector from '../../FlutterInjector' +import { DartEntrypoint } from './dart/DartExecutor' +import PlatformViewsController from '../../plugin/platform/PlatformViewsController' +import ArrayList from '@ohos.util.ArrayList' + +export default class FlutterEngineGroup { + private activeEngines: ArrayList = new ArrayList(); + + constructor() { + + } + + async checkLoader(context: common.Context, args: Array) { + let loader: FlutterLoader = FlutterInjector.getInstance().getFlutterLoader(); + if (!loader.initialized) { + await loader.startInitialization(context.getApplicationContext()); + loader.ensureInitializationComplete(args); + } + } + + async createAndRunEngineByOptions(options: Options) { + let engine: FlutterEngine = null; + let context: common.Context = options.getContext(); + let dartEntrypoint: DartEntrypoint = options.getDartEntrypoint(); + let initialRoute: string = options.getInitialRoute(); + let dartEntrypointArgs: Array = options.getDartEntrypointArgs(); + let platformViewsController: PlatformViewsController = options.getPlatformViewsController(); + let automaticallyRegisterPlugins: boolean = options.getAutomaticallyRegisterPlugins(); + let waitForRestorationData: boolean = options.getWaitForRestorationData(); + + if (dartEntrypoint == null) { + dartEntrypoint = DartEntrypoint.createDefault(); + } + + if (platformViewsController == null) { + platformViewsController = new PlatformViewsController(); + } + + if (this.activeEngines.length == 0) { + engine = this.createEngine(context, platformViewsController); + await engine.init(context, null, // String[]. The Dart VM has already started, this arguments will have no effect. + automaticallyRegisterPlugins, // boolean. + waitForRestorationData, // boolean. + this) + if (initialRoute != null) { + engine.getNavigationChannel().setInitialRoute(initialRoute); + } + } else { + engine = await this.activeEngines[0] + .spawn( + context, + dartEntrypoint, + initialRoute, + dartEntrypointArgs, + platformViewsController, + automaticallyRegisterPlugins, + waitForRestorationData); + } + this.activeEngines.add(engine); + + const engineToCleanUpOnDestroy = engine; + let listener: EngineLifecycleListener = new EngineLifecycleListenerImpl( + platformViewsController, + this.activeEngines, + engineToCleanUpOnDestroy); + engine.addEngineLifecycleListener(listener); + return engine; + } + + createEngine(context: common.Context, platformViewsController: PlatformViewsController): FlutterEngine { + return new FlutterEngine(context, null, null, platformViewsController); + } +} + +class EngineLifecycleListenerImpl implements EngineLifecycleListener { + private platformViewsController: PlatformViewsController; + private activeEngines: ArrayList = new ArrayList(); + private engine: FlutterEngine; + + constructor( + platformViewsController: PlatformViewsController, + activeEngines: ArrayList, + engine: FlutterEngine) { + this.platformViewsController = platformViewsController; + this.activeEngines = activeEngines; + this.engine = engine; + } + onPreEngineRestart(): void { + this.platformViewsController.onPreEngineRestart(); + } + onEngineWillDestroy(): void { + this.activeEngines.remove(this.engine); + } +} + +export class Options { + private context: common.Context; + private dartEntrypoint: DartEntrypoint; + private initialRoute: string; + private dartEntrypointArgs: Array; + private platformViewsController: PlatformViewsController; + private automaticallyRegisterPlugins: boolean = true; + private waitForRestorationData: boolean = false; + + constructor(context: common.Context) { + this.context = context; + } + + getContext(): common.Context { + return this.context; + } + + getDartEntrypoint(): DartEntrypoint { + return this.dartEntrypoint; + } + + getInitialRoute(): string { + return this.initialRoute; + } + + getDartEntrypointArgs(): Array { + return this.dartEntrypointArgs; + } + + getAutomaticallyRegisterPlugins(): boolean { + return this.automaticallyRegisterPlugins; + } + + getWaitForRestorationData(): boolean { + return this.waitForRestorationData; + } + + getPlatformViewsController(): PlatformViewsController { + return this.platformViewsController; + } + + setDartEntrypoint(dartEntrypoint: DartEntrypoint): Options { + this.dartEntrypoint = dartEntrypoint; + return this; + } + + setInitialRoute(initialRoute: string): Options { + this.initialRoute = initialRoute; + return this; + } + + setDartEntrypointArgs(dartEntrypointArgs: Array): Options { + this.dartEntrypointArgs = dartEntrypointArgs; + return this; + } + + setAutomaticallyRegisterPlugins(automaticallyRegisterPlugins: boolean): Options { + this.automaticallyRegisterPlugins = automaticallyRegisterPlugins; + return this; + } + + setWaitForRestorationData(waitForRestorationData: boolean): Options { + this.waitForRestorationData = waitForRestorationData; + return this; + } + + setPlatformViewsController(platformViewsController: PlatformViewsController): Options { + this.platformViewsController = platformViewsController; + return this; + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterEngineGroupCache.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterEngineGroupCache.ets new file mode 100644 index 0000000000000000000000000000000000000000..34b251069ce950ee8a0fb3d2f08b723a2d1e6f78 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterEngineGroupCache.ets @@ -0,0 +1,42 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import FlutterEngineGroup from './FlutterEngineGroup'; + +export default class FlutterEngineGroupCache { + static readonly instance = new FlutterEngineGroupCache(); + + private cachedEngineGroups = new Map(); + + contains(engineGroupId: string): boolean { + return this.cachedEngineGroups.has(engineGroupId); + } + + get(engineGroupId: string): FlutterEngineGroup { + return this.cachedEngineGroups.get(engineGroupId); + } + + put(engineGroupId: string, engineGroup?: FlutterEngineGroup) { + if (engineGroup != null) { + this.cachedEngineGroups.set(engineGroupId, engineGroup); + } else { + this.cachedEngineGroups.delete(engineGroupId); + } + } + + clear(): void { + this.cachedEngineGroups.clear(); + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterNapi.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterNapi.ets new file mode 100644 index 0000000000000000000000000000000000000000..902699e44c585b355df699b78cca69b58f021055 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterNapi.ets @@ -0,0 +1,359 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import flutter from 'libflutter.so'; +import common from '@ohos.app.ability.common'; +import Log from '../../util/Log'; +import resourceManager from '@ohos.resourceManager'; +import { PlatformMessageHandler } from './dart/PlatformMessageHandler'; +import { FlutterCallbackInformation } from '../../view/FlutterCallbackInformation'; +import image from '@ohos.multimedia.image'; +import { EngineLifecycleListener } from './FlutterEngine'; +import { ByteBuffer } from '../../util/ByteBuffer'; +import { Action } from '../../view/AccessibilityBridge' +import LocalizationPlugin from '../../plugin/localization/LocalizationPlugin'; +import i18n from '@ohos.i18n'; + +const TAG = "FlutterNapi"; + +enum ContextType { + APP_LIFECYCLE = 0, + JS_PAGE_LIFECYCLE, +} + +/** + * 提供arkTs的flutterNAPI接口 + */ +export default class FlutterNapi { + hasInit: boolean = false; + //是否已实现 + hasImplemented: boolean = false; + + nativeShellHolderId: number = null; + platformMessageHandler: PlatformMessageHandler; + private engineLifecycleListeners = new Set(); + accessibilityDelegate: AccessibilityDelegate; + localizationPlugin: LocalizationPlugin; + + /** + * 更新刷新率 + * @param rate + */ + updateRefreshRate(refreshRateFPS : number) { + flutter.nativeUpdateRefreshRate(refreshRateFPS); + } + + init(context: common.Context, + args: Array, + bundlePath: string, + appStoragePath: string, + engineCachesPath: string, + initTimeMillis: number) { + if (this.hasInit) { + throw Error("the engine has init"); + } + this.hasInit = true; + Log.w(TAG, "init: bundlePath=" + bundlePath + " appStoragePath=" + appStoragePath + " engineCachesPath=" + engineCachesPath + " args=" + JSON.stringify(args)); + flutter.nativeInit(context, args, bundlePath, appStoragePath, engineCachesPath, initTimeMillis); + } + + attachToNative(): void { + this.nativeShellHolderId = flutter.nativeAttach(this); + Log.w(TAG, "nativeShellHolderId=" + this.nativeShellHolderId); + } + + runBundleAndSnapshotFromLibrary( + bundlePath: string, + entrypointFunctionName: string, + pathToEntrypointFunction: string, + assetManager: resourceManager.ResourceManager, + entrypointArgs: Array) { + Log.w(TAG, "init: bundlePath=" + bundlePath + " entrypointFunctionName=" + entrypointFunctionName + " pathToEntrypointFunction=" + pathToEntrypointFunction + " entrypointArgs=" + JSON.stringify(entrypointArgs)) + flutter.nativeRunBundleAndSnapshotFromLibrary(this.nativeShellHolderId, bundlePath, entrypointFunctionName, pathToEntrypointFunction, assetManager, entrypointArgs); + }; + + /** + * 当前so方法是否都实现 + * @returns + */ + checkImplemented(methodName: string = ""): boolean { + if (!this.hasImplemented) { + Log.e(TAG, "this method has not implemented -> " + methodName) + } + return this.hasImplemented; + } + + setPlatformMessageHandler(platformMessageHandler: PlatformMessageHandler): void { + this.ensureRunningOnMainThread(); + this.platformMessageHandler = platformMessageHandler; + } + + private ensureAttachedToNative(): void { + if (this.nativeShellHolderId == null) { + throw new Error( + "Cannot execute operation because FlutterNapi is not attached to native."); + } + } + + private nativeNotifyLowMemoryWarning(nativeShellHolderId: number): void { + + } + + static nativeLookupCallbackInformation(handle: number): FlutterCallbackInformation { + return null; + } + + notifyLowMemoryWarning(): void { + this.ensureRunningOnMainThread(); + this.ensureAttachedToNative(); + this.nativeNotifyLowMemoryWarning(this.nativeShellHolderId); + } + + isAttached(): boolean { + return this.nativeShellHolderId != null; + } + + private ensureRunningOnMainThread(): void { + + } + + dispatchEmptyPlatformMessage(channel: String, responseId: number): void { + this.ensureRunningOnMainThread(); + if (this.isAttached()) { + flutter.nativeDispatchEmptyPlatformMessage(this.nativeShellHolderId, channel, responseId); + } else { + Log.w( + TAG, + "Tried to send a platform message to Flutter, but FlutterNapi was detached from native C++. Could not send. Channel: " + + channel + + ". Response ID: " + + responseId); + } + } + + /** Sends a reply {@code message} from Android to Flutter over the given {@code channel}. */ + dispatchPlatformMessage(channel: String, message: ArrayBuffer, position: number, responseId: number): void { + this.ensureRunningOnMainThread(); + if (this.isAttached()) { + + const uintArrayBuff = new Uint8Array(message) + let text = '' + for (let i = 0; i < uintArrayBuff.byteLength; i++) { + text += uintArrayBuff[i] + ',' + } + Log.w(TAG, "message=" + message.byteLength + ",text=" + text); + flutter.nativeDispatchPlatformMessage(this.nativeShellHolderId, channel, message, position, responseId); + } else { + Log.w( + TAG, + "Tried to send a platform message to Flutter, but FlutterNapi was detached from native C++. Could not send. Channel: " + + channel + + ". Response ID: " + + responseId); + } + } + + invokePlatformMessageEmptyResponseCallback(responseId: number): void { + if (this.isAttached()) { + flutter.nativeInvokePlatformMessageEmptyResponseCallback(this.nativeShellHolderId, responseId); + } else { + Log.w( + TAG, + "Tried to send a platform message response, but FlutterNapi was detached from native C++. Could not send. Response ID: " + + responseId); + } + } + + invokePlatformMessageResponseCallback(responseId: number, message: ArrayBuffer, position: number) { + if (this.isAttached()) { + flutter.nativeInvokePlatformMessageResponseCallback( + this.nativeShellHolderId, responseId, message, position); + } else { + Log.w( + TAG, + "Tried to send a platform message response, but FlutterNapi was detached from native C++. Could not send. Response ID: " + + responseId); + } + } + + setViewportMetrics(devicePixelRatio: number, physicalWidth: number + , physicalHeight: number, physicalPaddingTop: number, physicalPaddingRight: number + , physicalPaddingBottom: number, physicalPaddingLeft: number, physicalViewInsetTop: number + , physicalViewInsetRight: number, physicalViewInsetBottom: number, physicalViewInsetLeft: number + , systemGestureInsetTop: number, systemGestureInsetRight: number, systemGestureInsetBottom: number + , systemGestureInsetLeft: number, physicalTouchSlop: number, displayFeaturesBounds: Array + , displayFeaturesType: Array, displayFeaturesState: Array): void { + if (this.isAttached()) { + flutter.nativeSetViewportMetrics(this.nativeShellHolderId, devicePixelRatio, + physicalWidth, + physicalHeight, + physicalPaddingTop, + physicalPaddingRight, + physicalPaddingBottom, + physicalPaddingLeft, + physicalViewInsetTop, + physicalViewInsetRight, + physicalViewInsetBottom, + physicalViewInsetLeft, + systemGestureInsetTop, + systemGestureInsetRight, + systemGestureInsetBottom, + systemGestureInsetLeft, + physicalTouchSlop, + displayFeaturesBounds, + displayFeaturesType, + displayFeaturesState); + } + } + + spawn(entrypointFunctionName: string, pathToEntrypointFunction: string, initialRoute: string, entrypointArgs: Array): FlutterNapi { + return new FlutterNapi(); + } + + addEngineLifecycleListener(engineLifecycleListener: EngineLifecycleListener): void { + this.engineLifecycleListeners.add(engineLifecycleListener); + } + + removeEngineLifecycleListener(engineLifecycleListener: EngineLifecycleListener) { + this.engineLifecycleListeners.delete(engineLifecycleListener); + } + + //Called by native to respond to a platform message that we sent. + handlePlatformMessageResponse(replyId: number, reply: ArrayBuffer): void { + Log.w(TAG, "called handlePlatformMessageResponse Response ID: " + replyId); + if (this.platformMessageHandler != null) { + this.platformMessageHandler.handlePlatformMessageResponse(replyId, reply); + } + } + + // Called by native on any thread. + handlePlatformMessage(channel: string, message: ArrayBuffer, replyId: number, messageData: number): void { + Log.w(TAG, "called handlePlatformMessage Channel: " + channel + ". Response ID: " + replyId); + if (this.platformMessageHandler != null) { + this.platformMessageHandler.handleMessageFromDart(channel, message, replyId, messageData); + } + } + + // Called by native to notify first Flutter frame rendered. + onFirstFrame(): void { + Log.d(TAG, "called onFirstFrame") + } + + // Called by native. + onPreEngineRestart(): void { + Log.d(TAG, "called onPreEngineRestart") + this.engineLifecycleListeners.forEach( listener => listener.onPreEngineRestart()); + } + + // /** Invoked by native to obtain the results of OHOS's locale resolution algorithm. */ + computePlatformResolvedLocale(strings: Array): Array { + Log.d(TAG, "called computePlatformResolvedLocale " + JSON.stringify(strings)) + return [] + } + + decodeImage(buffer: ArrayBuffer, imageGeneratorAddress: number): void { + Log.d(TAG, "called decodeImage=" + buffer.byteLength) + const imageSourceApi = image.createImageSource(buffer); + let tempPixelMap: image.PixelMap = null; + imageSourceApi.createPixelMap({ + desiredPixelFormat: image.PixelMapFormat.RGBA_8888 + }).then(pixelMap => { + Log.d(TAG, "called createPixelMap end " + pixelMap.getPixelBytesNumber()) + tempPixelMap = pixelMap + return pixelMap.getImageInfo() + }).then(imageInfo => { + Log.d(TAG, `nativeImageHeaderCallback width=${imageInfo.size.width} height=${imageInfo.size.height} imageGeneratorAddress=${imageGeneratorAddress}`) + flutter.nativeImageDecodeCallback(imageInfo.size.width, imageInfo.size.height, imageGeneratorAddress, tempPixelMap) + }).catch((error: ESObject) => { + Log.d(TAG, "decodeImage error=" + JSON.stringify(error)) + flutter.nativeImageDecodeCallback(0, 0, imageGeneratorAddress, null); + }) + } + + setSemanticsEnabled(enabled: boolean, responseId: number): void { + if (this.isAttached()) { + this.nativeSetSemanticsEnabled(enabled); + } else { + Log.w( + TAG, + "Tried to send a platform message response, but FlutterNapi was detached from native C++. Could not send. Response ID: " + + responseId); + } + } + + // Send an empty response to a platform message received from Dart. + nativeSetSemanticsEnabled(enabled: boolean):void {} + + setAccessibilityFeatures(accessibilityFeatureFlags: number, responseId: number): void { + if (this.isAttached()) { + this.nativeSetAccessibilityFeatures(accessibilityFeatureFlags, responseId); + } else { + Log.w( + TAG, + "Tried to send a platform message response, but FlutterNapi was detached from native C++. Could not send. Response ID: " + + responseId); + } + } + + nativeSetAccessibilityFeatures(accessibilityFeatureFlags: number, responseId: number): void {} + + dispatchSemanticsAction(virtualViewId: number, action: Action, responseId: number): void { + if (this.isAttached()) { + this.nativeDispatchSemanticsAction(virtualViewId, action, responseId); + } else { + Log.w( + TAG, + "Tried to send a platform message response, but FlutterNapi was detached from native C++. Could not send. Response ID: " + + responseId); + } + } + + nativeDispatchSemanticsAction(virtualViewId: number, action: Action, responseId: number): void {} + + setAccessibilityDelegate(delegate: AccessibilityDelegate, responseId: number): void { + if (this.isAttached()) { + this.accessibilityDelegate = delegate; + } else { + Log.w( + TAG, + "Tried to send a platform message response, but FlutterNapi was detached from native C++. Could not send. Response ID: " + + responseId); + } + } + + setLocalizationPlugin(localizationPlugin: LocalizationPlugin): void { + this.localizationPlugin = localizationPlugin; + } + + /** + * 获取系统语言列表 + * @param rate + */ + getSystemLanguages() { + Log.d(TAG, "called getSystemLanguages ") + let index: number; + let systemLanguages = i18n.System.getPreferredLanguageList(); + for (index = 0; index < systemLanguages.length; index++) { + Log.d(TAG, "systemlanguages "+ index + ":" + systemLanguages[index]); + } + flutter.nativeGetSystemLanguages(this.nativeShellHolderId, systemLanguages); + } +} + +export interface AccessibilityDelegate { + updateCustomAccessibilityActions(buffer: ByteBuffer, strings: string[]): void; + + updateSemantics(buffer: ByteBuffer, strings: string[], stringAttributeArgs: ByteBuffer[]): void; +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterOverlaySurface.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterOverlaySurface.ets new file mode 100644 index 0000000000000000000000000000000000000000..2d63d83de313f52eba3f8fa6d2ed584f7bee44bd --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterOverlaySurface.ets @@ -0,0 +1,27 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +export class FlutterOverlaySurface { + + private id: number; + + constructor(id: number) { + this.id = id + } + + getId(): number { + return this.id; + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterShellArgs.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterShellArgs.ets new file mode 100644 index 0000000000000000000000000000000000000000..7a3cd75a49b7c53742072aa30541204060fc82e6 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterShellArgs.ets @@ -0,0 +1,86 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import Want from '@ohos.app.ability.Want'; + +/** + * 封装flutter shell的参数 + */ +export default class FlutterShellArgs { + static ARG_KEY_TRACE_STARTUP = "trace-startup"; + static ARG_TRACE_STARTUP = "--trace-startup"; + static ARG_KEY_START_PAUSED = "start-paused"; + static ARG_START_PAUSED = "--start-paused"; + static ARG_KEY_DISABLE_SERVICE_AUTH_CODES = "disable-service-auth-codes"; + static ARG_DISABLE_SERVICE_AUTH_CODES = "--disable-service-auth-codes"; + static ARG_KEY_ENDLESS_TRACE_BUFFER = "endless-trace-buffer"; + static ARG_ENDLESS_TRACE_BUFFER = "--endless-trace-buffer"; + static ARG_KEY_USE_TEST_FONTS = "use-test-fonts"; + static ARG_USE_TEST_FONTS = "--use-test-fonts"; + static ARG_KEY_ENABLE_DART_PROFILING = "enable-dart-profiling"; + static ARG_ENABLE_DART_PROFILING = "--enable-dart-profiling"; + static ARG_KEY_ENABLE_SOFTWARE_RENDERING = "enable-software-rendering"; + static ARG_ENABLE_SOFTWARE_RENDERING = "--enable-software-rendering"; + static ARG_KEY_SKIA_DETERMINISTIC_RENDERING = "skia-deterministic-rendering"; + static ARG_SKIA_DETERMINISTIC_RENDERING = "--skia-deterministic-rendering"; + static ARG_KEY_TRACE_SKIA = "trace-skia"; + static ARG_TRACE_SKIA = "--trace-skia"; + static ARG_KEY_TRACE_SKIA_ALLOWLIST = "trace-skia-allowlist"; + static ARG_TRACE_SKIA_ALLOWLIST = "--trace-skia-allowlist="; + static ARG_KEY_TRACE_SYSTRACE = "trace-systrace"; + static ARG_TRACE_SYSTRACE = "--trace-systrace"; + static ARG_KEY_ENABLE_IMPELLER = "enable-impeller"; + static ARG_ENABLE_IMPELLER = "--enable-impeller"; + static ARG_KEY_DUMP_SHADER_SKP_ON_SHADER_COMPILATION = + "dump-skp-on-shader-compilation"; + static ARG_DUMP_SHADER_SKP_ON_SHADER_COMPILATION = + "--dump-skp-on-shader-compilation"; + static ARG_KEY_CACHE_SKSL = "cache-sksl"; + static ARG_CACHE_SKSL = "--cache-sksl"; + static ARG_KEY_PURGE_PERSISTENT_CACHE = "purge-persistent-cache"; + static ARG_PURGE_PERSISTENT_CACHE = "--purge-persistent-cache"; + static ARG_KEY_VERBOSE_LOGGING = "verbose-logging"; + static ARG_VERBOSE_LOGGING = "--verbose-logging"; + static ARG_KEY_OBSERVATORY_PORT = "observatory-port"; + static ARG_OBSERVATORY_PORT = "--observatory-port="; + static ARG_KEY_DART_FLAGS = "dart-flags"; + static ARG_DART_FLAGS = "--dart-flags"; + static ARG_KEY_MSAA_SAMPLES = "msaa-samples"; + static ARG_MSAA_SAMPLES = "--msaa-samples"; + + /** + * 从意图中解析参数,创建shellArgs + * @returns + */ + static fromWant(want: Want): FlutterShellArgs { + //tdo 解析want + return new FlutterShellArgs(); + } + + //参数 + args: Set = new Set(); + + add(arg: string) { + this.args.add(arg); + } + + remove(arg: string) { + this.args.delete(arg); + } + + toArray(): Array { + return Array.from(this.args); + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/dart/DartExecutor.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/dart/DartExecutor.ets new file mode 100644 index 0000000000000000000000000000000000000000..8d97b4835c0c87ed0c9d9260336b3a338392497f --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/dart/DartExecutor.ets @@ -0,0 +1,379 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import resourceManager from '@ohos.resourceManager'; +import FlutterInjector from '../../../FlutterInjector'; +import { BinaryMessageHandler, BinaryReply, TaskQueue, TaskQueueOptions } from '../../../plugin/common/BinaryMessenger'; +import { BinaryMessenger } from '../../../plugin/common/BinaryMessenger'; +import StringCodec from '../../../plugin/common/StringCodec'; +import Log from '../../../util/Log'; +import { TraceSection } from '../../../util/TraceSection'; +import { FlutterCallbackInformation } from '../../../view/FlutterCallbackInformation'; +import FlutterNapi from '../FlutterNapi'; +import { DartMessenger } from './DartMessenger'; + + +const TAG = "DartExecutor"; + +/** + * dart代码执行器 + */ +export default class DartExecutor implements BinaryMessenger { + flutterNapi: FlutterNapi; + assetManager: resourceManager.ResourceManager; + private dartMessenger: DartMessenger; + private binaryMessenger: BinaryMessenger; + private isApplicationRunning: boolean; + private isolateServiceId: String = null; + private isolateServiceIdListener: IsolateServiceIdListener = null; + + private isolateChannelMessageHandler: BinaryMessageHandler = + new IsolateChannelMessageHandler(this.isolateServiceId, this.isolateServiceIdListener); + + constructor(flutterNapi: FlutterNapi, assetManager: resourceManager.ResourceManager) { + this.flutterNapi = flutterNapi; + this.assetManager = assetManager; + this.dartMessenger = new DartMessenger(flutterNapi); + this.dartMessenger.setMessageHandler("flutter/isolate", this.isolateChannelMessageHandler); + this.binaryMessenger = new DefaultBinaryMessenger(this.dartMessenger); + // The JNI might already be attached if coming from a spawned engine. If so, correctly report + // that this DartExecutor is already running. + if (flutterNapi.isAttached()) { + this.isApplicationRunning = true; + } + } + + + /** + * Invoked when the {@link io.flutter.embedding.engine.FlutterEngine} that owns this {@link + * DartExecutor} attaches to JNI. + * + *

When attached to JNI, this {@link DartExecutor} begins handling 2-way communication to/from + * the Dart execution context. This communication is facilitate via 2 APIs: + * + *

    + *
  • {@link BinaryMessenger}, which sends messages to Dart + *
  • {@link PlatformMessageHandler}, which receives messages from Dart + *
+ */ + onAttachedToNAPI(): void { + Log.d(TAG, "Attached to NAPI. Registering the platform message handler for this Dart execution context."); + this.flutterNapi.setPlatformMessageHandler(this.dartMessenger); + } + + /** + * Invoked when the {@link io.flutter.embedding.engine.FlutterEngine} that owns this {@link + * DartExecutor} detaches from JNI. + * + *

When detached from JNI, this {@link DartExecutor} stops handling 2-way communication to/from + * the Dart execution context. + */ + onDetachedFromNAPI(): void { + Log.d(TAG, "Detached from NAPI. De-registering the platform message handler for this Dart execution context."); + this.flutterNapi.setPlatformMessageHandler(null); + } + + /** + * Is this {@link DartExecutor} currently executing Dart code? + * + * @return true if Dart code is being executed, false otherwise + */ + isExecutingDart(): boolean { + return this.isApplicationRunning; + } + + /** + * Starts executing Dart code based on the given {@code dartEntrypoint} and the {@code + * dartEntrypointArgs}. + * + *

See {@link DartEntrypoint} for configuration options. + * + * @param dartEntrypoint specifies which Dart function to run, and where to find it + * @param dartEntrypointArgs Arguments passed as a list of string to Dart's entrypoint function. + */ + executeDartEntrypoint(dartEntrypoint: DartEntrypoint, dartEntrypointArgs?: string[]): void { + if (this.isApplicationRunning) { + Log.w(TAG, "Attempted to run a DartExecutor that is already running."); + return; + } + + TraceSection.begin("DartExecutor#executeDartEntrypoint"); + try { + Log.d(TAG, "Executing Dart entrypoint: " + dartEntrypoint); + this.flutterNapi.runBundleAndSnapshotFromLibrary( + dartEntrypoint.pathToBundle, + dartEntrypoint.dartEntrypointFunctionName, + dartEntrypoint.dartEntrypointLibrary, + this.assetManager, + dartEntrypointArgs); + + this.isApplicationRunning = true; + } finally { + TraceSection.end("DartExecutor#executeDartEntrypoint"); + } + } + + /** + * Starts executing Dart code based on the given {@code dartCallback}. + * + *

See {@link DartCallback} for configuration options. + * + * @param dartCallback specifies which Dart callback to run, and where to find it + */ + executeDartCallback(dartCallback: DartCallback): void { + if (this.isApplicationRunning) { + Log.w(TAG, "Attempted to run a DartExecutor that is already running."); + return; + } + + TraceSection.begin("DartExecutor#executeDartCallback"); + try { + Log.d(TAG, "Executing Dart callback: " + dartCallback); + this.flutterNapi.runBundleAndSnapshotFromLibrary( + dartCallback.pathToBundle, + dartCallback.callbackHandle.callbackName, + dartCallback.callbackHandle.callbackLibraryPath, + dartCallback.resourceManager, + null); + + this.isApplicationRunning = true; + } finally { + TraceSection.end("DartExecutor#executeDartCallback"); + } + } + + /** + * Returns a {@link BinaryMessenger} that can be used to send messages to, and receive messages + * from, Dart code that this {@code DartExecutor} is executing. + */ + + getBinaryMessenger(): BinaryMessenger { + return this.binaryMessenger; + } + + makeBackgroundTaskQueue(options: TaskQueueOptions): TaskQueue { + return this.getBinaryMessenger().makeBackgroundTaskQueue(options); + } + + + send(channel: String, message: ArrayBuffer, callback?: BinaryReply): void { + this.getBinaryMessenger().send(channel, message, callback); + } + + setMessageHandler(channel: String, handler: BinaryMessageHandler, taskQueue?: TaskQueue): void { + this.getBinaryMessenger().setMessageHandler(channel, handler, taskQueue); + } + + enableBufferingIncomingMessages(): void { + this.getBinaryMessenger().enableBufferingIncomingMessages(); + } + + + /** + * Returns the number of pending channel callback replies. + * + *

When sending messages to the Flutter application using {@link BinaryMessenger#send(String, + * ByteBuffer, io.flutter.plugin.common.BinaryMessenger.BinaryReply)}, developers can optionally + * specify a reply callback if they expect a reply from the Flutter application. + * + *

This method tracks all the pending callbacks that are waiting for response, and is supposed + * to be called from the main thread (as other methods). Calling from a different thread could + * possibly capture an indeterministic internal state, so don't do it. + * + *

Currently, it's mainly useful for a testing framework like Espresso to determine whether all + * the async channel callbacks are handled and the app is idle. + */ + getPendingChannelResponseCount(): number { + return this.dartMessenger.getPendingChannelResponseCount(); + } + + /** + * Returns an identifier for this executor's primary isolate. This identifier can be used in + * queries to the Dart service protocol. + */ + + getIsolateServiceId(): String { + return this.isolateServiceId; + } + + + + /** + * Set a listener that will be notified when an isolate identifier is available for this + * executor's primary isolate. + */ + setIsolateServiceIdListener(listener: IsolateServiceIdListener): void { + this.isolateServiceIdListener = listener; + if (this.isolateServiceIdListener != null && this.isolateServiceId != null) { + this.isolateServiceIdListener.onIsolateServiceIdAvailable(this.isolateServiceId); + } + } + + /** + * Notify the Dart VM of a low memory event, or that the application is in a state such that now + * is an appropriate time to free resources, such as going to the background. + * + *

This does not notify a Flutter application about memory pressure. For that, use the {@link + * io.flutter.embedding.engine.systemchannels.SystemChannel#sendMemoryPressureWarning}. + * + *

Calling this method may cause jank or latency in the application. Avoid calling it during + * critical periods like application startup or periods of animation. + */ + notifyLowMemoryWarning(): void { + if (this.flutterNapi.isAttached()) { + this.flutterNapi.notifyLowMemoryWarning(); + } + } + + disableBufferingIncomingMessages(): void { + this.getBinaryMessenger().enableBufferingIncomingMessages(); + } +} + + +/** + * Configuration options that specify which Dart entrypoint function is executed and where to find + * that entrypoint and other assets required for Dart execution. + */ +export class DartEntrypoint { + /** The path within the AssetManager where the app will look for assets. */ + pathToBundle: string; + + /** The library or file location that contains the Dart entrypoint function. */ + dartEntrypointLibrary: string; + + /** The name of a Dart function to execute. */ + dartEntrypointFunctionName: string; + + constructor(pathToBundle: string, + dartEntrypointLibrary: string, + dartEntrypointFunctionName: string) { + this.pathToBundle = pathToBundle; + this.dartEntrypointLibrary = dartEntrypointLibrary; + this.dartEntrypointFunctionName = dartEntrypointFunctionName; + } + + static createDefault() { + const flutterLoader = FlutterInjector.getInstance().getFlutterLoader(); + if (!flutterLoader.initialized) { + throw new Error( + "DartEntrypoints can only be created once a FlutterEngine is created."); + } + return new DartEntrypoint(flutterLoader.findAppBundlePath(), null, "main"); + } +} + + +/** Callback interface invoked when the isolate identifier becomes available. */ +interface IsolateServiceIdListener { + onIsolateServiceIdAvailable(isolateServiceId: String): void; +} + + +/** + * Configuration options that specify which Dart callback function is executed and where to find + * that callback and other assets required for Dart execution. + */ +export class DartCallback { + /** Standard Android AssetManager, provided from some {@code Context} or {@code Resources}. */ + public resourceManager: resourceManager.ResourceManager; + + /** The path within the AssetManager where the app will look for assets. */ + public pathToBundle: string; + + /** A Dart callback that was previously registered with the Dart VM. */ + public callbackHandle: FlutterCallbackInformation; + + constructor(resourceManager: resourceManager.ResourceManager, + pathToBundle: string, + callbackHandle: FlutterCallbackInformation) { + this.resourceManager = resourceManager; + this.pathToBundle = pathToBundle; + this.callbackHandle = callbackHandle; + } + + toString(): String { + return "DartCallback( bundle path: " + + this.pathToBundle + + ", library path: " + + this.callbackHandle.callbackLibraryPath + + ", function: " + + this.callbackHandle.callbackName + + " )"; + } +} + +export class DefaultBinaryMessenger implements BinaryMessenger { + private messenger: DartMessenger; + + constructor(messenger: DartMessenger) { + this.messenger = messenger; + } + + makeBackgroundTaskQueue(options: TaskQueueOptions): TaskQueue { + return this.messenger.makeBackgroundTaskQueue(options); + } + + /** + * Sends the given {@code messages} from Android to Dart over the given {@code channel} and then + * has the provided {@code callback} invoked when the Dart side responds. + * + * @param channel the name of the logical channel used for the message. + * @param message the message payload, a direct-allocated {@link ByteBuffer} with the message + * bytes between position zero and current position, or null. + * @param callback a callback invoked when the Dart application responds to the message + */ + + send(channel: String, message: ArrayBuffer, callback?: BinaryReply): void { + this.messenger.send(channel, message, callback); + } + + /** + * Sets the given {@link io.flutter.plugin.common.BinaryMessenger.BinaryMessageHandler} as the + * singular handler for all incoming messages received from the Dart side of this Dart execution + * context. + * + * @param channel the name of the channel. + * @param handler a {@link BinaryMessageHandler} to be invoked on incoming messages, or null. + */ + setMessageHandler(channel: String, handler: BinaryMessageHandler, taskQueue?: TaskQueue): void { + this.messenger.setMessageHandler(channel, handler); + } + + enableBufferingIncomingMessages(): void { + this.messenger.enableBufferingIncomingMessages(); + } + + disableBufferingIncomingMessages(): void { + this.messenger.disableBufferingIncomingMessages(); + } +} + +class IsolateChannelMessageHandler implements BinaryMessageHandler { + private isolateServiceId: String; + private isolateServiceIdListener: IsolateServiceIdListener; + + constructor(isolateServiceId: String, isolateServiceIdListener: IsolateServiceIdListener) { + this.isolateServiceId = isolateServiceId; + this.isolateServiceIdListener = isolateServiceIdListener; + } + + onMessage(message: ArrayBuffer, callback: BinaryReply): void { + this.isolateServiceId = StringCodec.INSTANCE.decodeMessage(message); + if (this.isolateServiceIdListener != null) { + this.isolateServiceIdListener.onIsolateServiceIdAvailable(this.isolateServiceId); + } + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/dart/DartMessenger.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/dart/DartMessenger.ets new file mode 100644 index 0000000000000000000000000000000000000000..8b8695530d69f9e49063913d559702863490676a --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/dart/DartMessenger.ets @@ -0,0 +1,236 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import Log from '../../../util/Log' +import { BinaryMessageHandler, BinaryMessenger, BinaryReply, TaskQueue, TaskQueueOptions } from '../../../plugin/common/BinaryMessenger'; +import FlutterNapi from '../FlutterNapi'; +import { PlatformMessageHandler } from './PlatformMessageHandler'; +import { TraceSection } from '../../../util/TraceSection'; + +/** + * Message conduit for 2-way communication between Android and Dart. + * + *

See {@link BinaryMessenger}, which sends messages from Android to Dart + * + *

See {@link PlatformMessageHandler}, which handles messages to Android from Dart + */ + +const TAG = "DartMessenger"; + +export class DartMessenger implements BinaryMessenger, PlatformMessageHandler { + + flutterNapi: FlutterNapi; + + /** + * Maps a channel name to an object that contains the task queue and the handler associated with + * the channel. + * + *

Reads and writes to this map must lock {@code handlersLock}. + */ + messageHandlers: Map = new Map(); + + /** + * Maps a channel name to an object that holds information about the incoming Dart message. + * + *

Reads and writes to this map must lock {@code handlersLock}. + */ + bufferedMessages: Map = new Map(); + + handlersLock: Object = new Object(); + enableBufferingIncomingMessagesFlag: boolean = false; + + pendingReplies: Map = new Map(); + nextReplyId: number = 1; + + constructor(flutterNapi: FlutterNapi) { + this.flutterNapi = flutterNapi; + } + makeBackgroundTaskQueue(options?: TaskQueueOptions): TaskQueue { + throw new Error('Method not implemented.'); + } + + + setMessageHandler(channel: String, handler: BinaryMessageHandler): void { + if (handler == null) { + Log.d(TAG, "Removing handler for channel '" + channel + "'"); + this.messageHandlers.delete(channel); + return; + } + Log.d(TAG, "Setting handler for channel '" + channel + "'"); + + this.messageHandlers.set(channel, new HandlerInfo(handler)); + this.bufferedMessages.delete(channel); + } + + + enableBufferingIncomingMessages(): void { + this.enableBufferingIncomingMessagesFlag = true; + } + + disableBufferingIncomingMessages(): void { + this.enableBufferingIncomingMessagesFlag = false; + this.bufferedMessages = new Map(); + } + + send(channel: String, message: ArrayBuffer, callback?: BinaryReply): void { + Log.d(TAG, "Sending message over channel '" + channel + "'"); + TraceSection.begin("DartMessenger#send on " + channel); + try { + Log.d(TAG, "Sending message with callback over channel '" + channel + "'"); + let replyId: number = this.nextReplyId++; + if (callback != null) { + this.pendingReplies.set(replyId, callback); + } + if (message == null) { + this.flutterNapi.dispatchEmptyPlatformMessage(channel, replyId); + } else { + this.flutterNapi.dispatchPlatformMessage(channel, message, message.byteLength, replyId); + } + } finally { + TraceSection.end("DartMessenger#send on " + channel); + } + } + + invokeHandler(handlerInfo: HandlerInfo, message: ArrayBuffer, replyId: number): void { + // Called from any thread. + if (handlerInfo != null) { + try { + Log.d(TAG, "Deferring to registered handler to process message."); + handlerInfo.handler.onMessage(message, new Reply(this.flutterNapi, replyId)); + } catch (ex) { + Log.e(TAG, "Uncaught exception in binary message listener", ex); + this.flutterNapi.invokePlatformMessageEmptyResponseCallback(replyId); + } + } else { + Log.d(TAG, "No registered handler for message. Responding to Dart with empty reply message."); + this.flutterNapi.invokePlatformMessageEmptyResponseCallback(replyId); + } + } + + handleMessageFromDart(channel: String, message: ArrayBuffer, replyId: number, messageData: number): void { + // Called from any thread. + Log.d(TAG, "Received message from Dart over channel '" + channel + "'"); + + let handlerInfo: HandlerInfo; + let messageDeferred: boolean; + handlerInfo = this.messageHandlers.get(channel); + messageDeferred = (this.enableBufferingIncomingMessagesFlag && handlerInfo == null); + if (messageDeferred) { + if (!this.bufferedMessages.has(channel)) { + // this.bufferedMessages.set(channel, new BufferedMessageInfo[0]); + this.bufferedMessages.set(channel, null); + } + let buffer: BufferedMessageInfo[] = this.bufferedMessages.get(channel); + buffer.push(new BufferedMessageInfo(message, replyId, messageData)); + } + if (!messageDeferred) { + this.invokeHandler(handlerInfo, message, replyId); + } + } + + handlePlatformMessageResponse(replyId: number, reply: ArrayBuffer): void { + Log.d(TAG, "Received message reply from Dart."); + let callback: BinaryReply = this.pendingReplies.get(replyId); + this.pendingReplies.delete(replyId); + if (callback != null) { + try { + Log.d(TAG, "Invoking registered callback for reply from Dart."); + callback.reply(reply); + } catch (e) { + Log.e(TAG, "Uncaught exception in binary message reply handler", e); + } + } + } + + /** + * Returns the number of pending channel callback replies. + * + *

When sending messages to the Flutter application using {@link BinaryMessenger#send(String, + * ByteBuffer, io.flutter.plugin.common.BinaryMessenger.BinaryReply)}, developers can optionally + * specify a reply callback if they expect a reply from the Flutter application. + * + *

This method tracks all the pending callbacks that are waiting for response, and is supposed + * to be called from the main thread (as other methods). Calling from a different thread could + * possibly capture an indeterministic internal state, so don't do it. + */ + getPendingChannelResponseCount(): number { + return this.pendingReplies.size; + } +} + + + + + + +/** + * Holds information about a platform handler, such as the task queue that processes messages from + * Dart. + */ +class HandlerInfo { + handler: BinaryMessageHandler; + + constructor(handler: BinaryMessageHandler) { + this.handler = handler; + } +} + +/** + * Holds information that allows to dispatch a Dart message to a platform handler when it becomes + * available. + */ +class BufferedMessageInfo { + message: ArrayBuffer; + replyId: number; + messageData: number; + + constructor(message: ArrayBuffer, + replyId: number, + messageData: number) { + this.message = message; + this.replyId = replyId; + this.messageData = messageData; + } +} + + + + + +class Reply implements BinaryReply { + flutterNapi: FlutterNapi; + replyId: number; + done: boolean = false; + + constructor(flutterNapi: FlutterNapi, replyId: number) { + this.flutterNapi = flutterNapi; + this.replyId = replyId; + } + + reply(reply: ArrayBuffer) { + if (this.done) { + throw new Error("Reply already submitted"); + } + if (reply == null) { + this.flutterNapi.invokePlatformMessageEmptyResponseCallback(this.replyId); + } else { + this.flutterNapi.invokePlatformMessageResponseCallback(this.replyId, reply, reply.byteLength); + } + } +} + +interface DartMessengerTaskQueue { + dispatch(): void; +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/dart/PlatformMessageHandler.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/dart/PlatformMessageHandler.ets new file mode 100644 index 0000000000000000000000000000000000000000..b6e3411862cb936f4e9af2c6e0ab6a49be3c9dce --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/dart/PlatformMessageHandler.ets @@ -0,0 +1,22 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +export interface PlatformMessageHandler { + + handleMessageFromDart(channel: String,message: ArrayBuffer,replyId: number, messageData: number): void; + + handlePlatformMessageResponse(replyId: number, reply: ArrayBuffer): void; + +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/loader/ApplicationInfoLoader.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/loader/ApplicationInfoLoader.ets new file mode 100644 index 0000000000000000000000000000000000000000..b8af4f6fb756f4e344e5040d828244ada46d0783 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/loader/ApplicationInfoLoader.ets @@ -0,0 +1,24 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import FlutterApplicationInfo from './FlutterApplicationInfo'; +import common from '@ohos.app.ability.common'; + +export default class ApplicationInfoLoader { + static load(context: common.Context) { + let applicatioinInfo = new FlutterApplicationInfo(null, null, null, null, null, context.bundleCodeDir + '/libs/arm64', true); + return applicatioinInfo + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/loader/FlutterApplicationInfo.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/loader/FlutterApplicationInfo.ets new file mode 100644 index 0000000000000000000000000000000000000000..0db68ee9da2876e12e9c50734c68c2781469b0c4 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/loader/FlutterApplicationInfo.ets @@ -0,0 +1,50 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +const DEFAULT_AOT_SHARED_LIBRARY_NAME = "libapp.so"; +const DEFAULT_VM_SNAPSHOT_DATA = "vm_snapshot_data"; +const DEFAULT_ISOLATE_SNAPSHOT_DATA = "isolate_snapshot_data"; +const DEFAULT_FLUTTER_ASSETS_DIR = "flutter_assets"; + + +/** + * application 信息,后期看如何设置 + */ +export default class FlutterApplicationInfo { + aotSharedLibraryName: string; + vmSnapshotData: string; + isolateSnapshotData: string; + flutterAssetsDir: string; + domainNetworkPolicy: string; + nativeLibraryDir: string; + automaticallyRegisterPlugins: boolean; + //是否是开发模式,先放在这里,后续应该从context获取 + isDebugMode: boolean; + //是否是profile模式 + isProfile: boolean; + + constructor(aotSharedLibraryName: string, vmSnapshotData: string, isolateSnapshotData: string, flutterAssetsDir: string, domainNetworkPolicy: string, + nativeLibraryDir: string, automaticallyRegisterPlugins: boolean) { + this.aotSharedLibraryName = aotSharedLibraryName == null ? DEFAULT_AOT_SHARED_LIBRARY_NAME : aotSharedLibraryName; + this.vmSnapshotData = vmSnapshotData == null ? DEFAULT_VM_SNAPSHOT_DATA : vmSnapshotData; + this.isolateSnapshotData = isolateSnapshotData == null ? DEFAULT_ISOLATE_SNAPSHOT_DATA : isolateSnapshotData; + this.flutterAssetsDir = flutterAssetsDir == null ? DEFAULT_FLUTTER_ASSETS_DIR : flutterAssetsDir; + this.domainNetworkPolicy = domainNetworkPolicy == null ? "" : domainNetworkPolicy; + this.nativeLibraryDir = nativeLibraryDir; + this.automaticallyRegisterPlugins = automaticallyRegisterPlugins; + this.isDebugMode = true; + this.isProfile = false; + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/loader/FlutterLoader.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/loader/FlutterLoader.ets new file mode 100644 index 0000000000000000000000000000000000000000..114387d16e7a585188aedb535fa62b8671d7a7b7 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/loader/FlutterLoader.ets @@ -0,0 +1,219 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +/** + * flutterLoader,负责dart虚拟机启动和dart代码加载 + */ +import FlutterShellArgs from '../FlutterShellArgs'; +import FlutterNapi from '../FlutterNapi'; +import Log from '../../../util/Log'; +import FlutterApplicationInfo from './FlutterApplicationInfo'; +import common from '@ohos.app.ability.common'; +import StringUtils from '../../../util/StringUtils'; +import ApplicationInfoLoader from './ApplicationInfoLoader'; +import bundleManager from '@ohos.bundle.bundleManager'; +import fs from '@ohos.file.fs'; + +const TAG = "FlutterLoader"; + +//flutter引擎so +const DEFAULT_LIBRARY = "libflutter.so"; +//jit产物默认kenel文件 +const DEFAULT_KERNEL_BLOB = "kernel_blob.bin"; +//jit产物,默认快照文件 +const VMSERVICE_SNAPSHOT_LIBRARY = "libvmservice_snapshot.so"; +//key值 +const SNAPSHOT_ASSET_PATH_KEY = "snapshot-asset-path"; +//key值 +const VM_SNAPSHOT_DATA_KEY = "vm-snapshot-data"; +//key值 +const ISOLATE_SNAPSHOT_DATA_KEY = "isolate-snapshot-data"; + + +const AOT_SHARED_LIBRARY_NAME = "aot-shared-library-name"; + +const AOT_VMSERVICE_SHARED_LIBRARY_NAME = "aot-vmservice-shared-library-name"; + +//文件路径分隔符 +const FILE_SEPARATOR = "/"; + +/** + * 定位在hap包中的flutter资源,并且加载flutter native library. + */ +export default class FlutterLoader { + flutterNapi: FlutterNapi; + initResult: InitResult; + flutterApplicationInfo: FlutterApplicationInfo; + context: common.Context; + initialized: boolean; + //初始化开始时间戳 + initStartTimestampMillis: number; + + constructor(flutterNapi: FlutterNapi) { + this.flutterNapi = flutterNapi; + } + + /** + * Starts initialization of the native system. + * + *

This loads the Flutter engine's native library to enable subsequent JNI calls. This also + * starts locating and unpacking Dart resources packaged in the app's APK. + * + *

Calling this method multiple times has no effect. + * + * @param applicationContext The Android application context. + * @param settings Configuration settings. + */ + async startInitialization(context: common.Context) { + Log.d(TAG, "flutterLoader start init") + this.initStartTimestampMillis = Date.now(); + this.context = context; + this.flutterApplicationInfo = ApplicationInfoLoader.load(context); + Log.d(TAG, "context.filesDir=" + context.filesDir) + Log.d(TAG, "context.cacheDir=" + context.cacheDir) + Log.d(TAG, "context.bundleCodeDir=" + context.bundleCodeDir) + if (this.flutterApplicationInfo.isDebugMode) { + await this.copyResource(context) + } + this.initResult = new InitResult( + `${context.filesDir}/`, + `${context.cacheDir}/`, + `${context.filesDir}` + ) + Log.d(TAG, "flutterLoader end init") + } + + private async copyResource(context: common.Context) { + let filePath = context.filesDir + FILE_SEPARATOR + this.flutterApplicationInfo.flutterAssetsDir + if (!fs.accessSync(filePath + FILE_SEPARATOR + DEFAULT_KERNEL_BLOB)) { + Log.d(TAG, "start copyResource") + fs.mkdirSync(filePath) + + let icudtlBuffer = await this.context.resourceManager.getRawFileContent(this.flutterApplicationInfo.flutterAssetsDir + "/icudtl.dat") + let icudtlFile = fs.openSync(filePath + FILE_SEPARATOR + "/icudtl.dat", fs.OpenMode.READ_WRITE | fs.OpenMode.CREATE) + fs.writeSync(icudtlFile.fd, icudtlBuffer.buffer) + + let kernelBuffer = await this.context.resourceManager.getRawFileContent(this.flutterApplicationInfo.flutterAssetsDir + FILE_SEPARATOR + DEFAULT_KERNEL_BLOB) + let kernelFile = fs.openSync(filePath + FILE_SEPARATOR + DEFAULT_KERNEL_BLOB, fs.OpenMode.READ_WRITE | fs.OpenMode.CREATE) + fs.writeSync(kernelFile.fd, kernelBuffer.buffer) + + let vmBuffer = await this.context.resourceManager.getRawFileContent(this.flutterApplicationInfo.flutterAssetsDir + FILE_SEPARATOR + this.flutterApplicationInfo.vmSnapshotData) + let vmFile = fs.openSync(filePath + FILE_SEPARATOR + this.flutterApplicationInfo.vmSnapshotData, fs.OpenMode.READ_WRITE | fs.OpenMode.CREATE) + fs.writeSync(vmFile.fd, vmBuffer.buffer) + + let isolateBuffer = await this.context.resourceManager.getRawFileContent(this.flutterApplicationInfo.flutterAssetsDir + FILE_SEPARATOR + this.flutterApplicationInfo.isolateSnapshotData) + let isolateFile = fs.openSync(filePath + FILE_SEPARATOR + this.flutterApplicationInfo.isolateSnapshotData, fs.OpenMode.READ_WRITE | fs.OpenMode.CREATE) + fs.writeSync(isolateFile.fd, isolateBuffer.buffer) + Log.d(TAG, "copyResource end") + } else { + Log.d(TAG, "no copyResource") + } + } + + /** + * 初始化dart虚拟机方法 + * @param flutterShellArgs + */ + ensureInitializationComplete(shellArgs: Array) { + if (this.initialized) { + return; + } + Log.d(TAG, "ensureInitializationComplete") + if (shellArgs == null) { + shellArgs = new Array(); + } + shellArgs.push( + "--icu-native-lib-path=" + + this.flutterApplicationInfo.nativeLibraryDir + + FILE_SEPARATOR + DEFAULT_LIBRARY + ); + + let kernelPath: string = ""; + if (this.flutterApplicationInfo.isDebugMode) { + Log.d(TAG, "this.initResult.dataDirPath=" + this.initResult.dataDirPath) + const snapshotAssetPath = this.initResult.dataDirPath + FILE_SEPARATOR + this.flutterApplicationInfo.flutterAssetsDir; + kernelPath = snapshotAssetPath + FILE_SEPARATOR + DEFAULT_KERNEL_BLOB; + shellArgs.push("--icu-data-file-path=" + snapshotAssetPath + "/icudtl.dat") + shellArgs.push("--" + SNAPSHOT_ASSET_PATH_KEY + "=" + snapshotAssetPath); + shellArgs.push("--" + VM_SNAPSHOT_DATA_KEY + "=" + this.flutterApplicationInfo.vmSnapshotData); + shellArgs.push( + "--" + ISOLATE_SNAPSHOT_DATA_KEY + "=" + this.flutterApplicationInfo.isolateSnapshotData); + } else { + shellArgs.push( + "--" + AOT_SHARED_LIBRARY_NAME + "=" + this.flutterApplicationInfo.aotSharedLibraryName); + shellArgs.push( + "--" + + AOT_SHARED_LIBRARY_NAME + + "=" + + this.flutterApplicationInfo.nativeLibraryDir + + FILE_SEPARATOR + + this.flutterApplicationInfo.aotSharedLibraryName); + if (this.flutterApplicationInfo.isProfile) { + shellArgs.push("--" + AOT_VMSERVICE_SHARED_LIBRARY_NAME + "=" + VMSERVICE_SNAPSHOT_LIBRARY); + } + } + shellArgs.push("--cache-dir-path=" + this.initResult.engineCachesPath); + if (StringUtils.isNotEmpty(this.flutterApplicationInfo.domainNetworkPolicy)) { + shellArgs.push("--domain-network-policy=" + this.flutterApplicationInfo.domainNetworkPolicy); + } + + const resourceCacheMaxBytesThreshold = 1080 * 1920 * 12 * 4; + shellArgs.push("--resource-cache-max-bytes-threshold=" + resourceCacheMaxBytesThreshold); + + shellArgs.push("--prefetched-default-font-manager"); + + shellArgs.push("--leak-vm=" + true); + + //shellArgs.push("--enable-impeller"); + + // //最终初始化操作 + const costTime = Date.now() - this.initStartTimestampMillis; + this.flutterNapi.init( + this.context, + shellArgs, + kernelPath, + this.initResult.appStoragePath, + this.initResult.engineCachesPath, + costTime + ); + this.initialized = true; + } + + findAppBundlePath(): string { + return this.flutterApplicationInfo.flutterAssetsDir; + } + + getLookupKeyForAsset(asset: string, packageName?: string): string { + return this.fullAssetPathFrom(asset); + } + + fullAssetPathFrom(filePath: string): string { + return this.flutterApplicationInfo.flutterAssetsDir + "/" + filePath; + } +} + +class InitResult { + appStoragePath: string; + engineCachesPath: string; + dataDirPath: string; + + constructor(appStoragePath: string, + engineCachesPath: string, + dataDirPath: string) { + this.appStoragePath = appStoragePath; + this.engineCachesPath = engineCachesPath; + this.dataDirPath = dataDirPath; + } +} diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/mutatorsstack/FlutterMutatorView.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/mutatorsstack/FlutterMutatorView.ets new file mode 100644 index 0000000000000000000000000000000000000000..d4d4db09881acb95f759258fad873c30c28a5ff8 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/mutatorsstack/FlutterMutatorView.ets @@ -0,0 +1,149 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +import ArrayList from '@ohos.util.ArrayList'; +import matrix4 from '@ohos.matrix4'; +import { DVModel, DVModelEvents, DVModelParameters } from '../../../view/DynamicView/dynamicView'; +import { createDVModelFromJson } from '../../../view/DynamicView/dynamicViewJson'; +import OhosTouchProcessor from '../../ohos/OhosTouchProcessor'; +import { FlutterMutator, FlutterMutatorsStack } from './FlutterMutatorsStack' + +export class FlutterMutatorView { + private mutatorsStack: FlutterMutatorsStack; + private screenDensity: number; + private left: number; + private top: number; + private prevLeft: number; + private prevTop: number; + private ohosTouchProcessor: OhosTouchProcessor; + private onTouch = (touchEvent: ESObject) => { + let params = this.model.params as Record; + switch (touchEvent.type) { + case TouchType.Down: + this.prevLeft = this.left; + this.prevTop = this.top; + // this.model.params["translateX"] = this.left; + // this.model.params["translateY"] = this.top; + params.translateX = this.left; + params.translateY = this.top; + break; + case TouchType.Move: + // this.model.params["translateX"] = this.prevLeft; + // this.model.params["translateY"] = this.prevTop; + params.translateX = this.prevLeft; + params.translateY = this.prevTop; + this.prevLeft = this.left; + this.prevTop = this.top; + break; + case TouchType.Up: + case TouchType.Cancel: + default: + break; + } + } + + private model: DVModel = createDVModelFromJson( + new DVModelParam("Column", [], { backgroundColor: Color.Red }, { onTouch: this.onTouch }) + ); + + setOnDescendantFocusChangeListener(onFocus: () => void, onBlur: () => void) { + // this.model.events["onFocus"] = onFocus; + // this.model.events["onBlur"] = onBlur; + let events2 = this.model.events as Record; + events2.onFocus = onFocus; + events2.onBlur = onBlur; + } + + public setLayoutParams(parameters: DVModelParameters): void { + if (this.model.params == null) { + this.model.params = new DVModelParameters(); + } + let params = this.model.params as Record | matrix4.Matrix4Transit>; + let parametersRecord = parameters as Record | matrix4.Matrix4Transit>; + // this.model.params['marginLeft'] = parameters['marginLeft']; + // this.model.params['marginTop'] = parameters['marginTop']; + // this.model.params['width'] = parameters['width']; + // this.model.params['height'] = parameters['height']; + params.marginLeft = parametersRecord['marginLeft']; + params.marginTop = parametersRecord['marginTop']; + params.width = parametersRecord['width']; + params.height = parametersRecord['height']; + // this.left = parameters['marginLeft']; + // this.top = parameters['marginTop']; + this.left = parametersRecord.marginLeft as number; + this.top = parametersRecord.marginTop as number ; + } + + public addDvModel(model: DVModel): void { + this.model.children.push(model); + } + + public readyToDisplay(mutatorsStack: FlutterMutatorsStack, left: number, top: number, width: number, height: number) { + this.mutatorsStack = mutatorsStack; + this.left = left; + this.top = top; + let parameters = new DVModelParameters() as Record | matrix4.Matrix4Transit>; + parameters['marginLeft'] = left; + parameters['marginTop'] = top; + parameters['width'] = width; + parameters['height'] = height; + this.setLayoutParams(parameters); + this.dealMutators(); + } + + private dealMutators() { + let paths = this.mutatorsStack.getFinalClippingPaths(); + let rects = this.mutatorsStack.getFinalClippingRects(); + let matrix = this.mutatorsStack.getFinalMatrix(); + let params = this.model.params as Record | matrix4.Matrix4Transit>; + if (!paths.isEmpty()) { + let path = paths.getLast(); + // this.model.params["pathWidth"] = path.width; + // this.model.params["pathHeight"] = path.height; + // this.model.params["pathCommands"] = path.commands; + params.pathWidth = path.width; + params.pathHeight = path.height; + params.pathCommands = path.commands; + } + if (!rects.isEmpty()) { + let rect = rects.getLast(); + // this.model.params["rectWidth"] = rect.width; + // this.model.params["rectHeight"] = rect.height; + // this.model.params["rectRadius"] = rect.radius; + params.rectWidth = rect.width; + params.rectHeight = rect.height; + params.rectRadius = rect.radius; + } + // this.model.params["matrix"] = matrix; + params.matrix = matrix; + } + + public getDvModel(): DVModel { + return this.model; + } +} + +class DVModelParam { + compType: string + children: [] + attributes: ESObject + events: ESObject + + constructor(compType: string, children: [], attributes: ESObject, events: ESObject) { + this.compType = compType; + this.children = children; + this.attributes = attributes; + this.events = events; + } +}; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/mutatorsstack/FlutterMutatorsStack.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/mutatorsstack/FlutterMutatorsStack.ets new file mode 100644 index 0000000000000000000000000000000000000000..4653cb30b7b575b47e416943115d97c3eed514bd --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/mutatorsstack/FlutterMutatorsStack.ets @@ -0,0 +1,135 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +import matrix4 from '@ohos.matrix4' +import List from '@ohos.util.List'; + +export enum FlutterMutatorType { + CLIP_RECT, + CLIP_PATH, + TRANSFORM, + OPACITY +} + +class Rect { + width: number; + height: number; + radius?: string | number | Array; + + constructor(width:number, height:number, radius?:string | number | Array) { + this.width = width; + this.height = height; + this.radius = radius; + } +} + +class Path { + width: number | string; + height: number | string; + commands?: string; + + constructor(width:number | string, height:number | string, commands?:string) { + this.width = width; + this.height = height; + this.commands = commands; + } +} + +export class FlutterMutator { + private matrix: matrix4.Matrix4Transit; + private rect: Rect; + private path: Path; + + constructor(args: matrix4.Matrix4Transit | Rect | Path) { + if (args instanceof Rect) { + this.rect = args; + } else if (args instanceof Path) { + this.path = args; + } else { + this.matrix = args; + } + } + + public getMatrix() { + return this.matrix; + } + + public getRect() { + return this.rect; + } + + public getPath() { + return this.path; + } +} + +export class FlutterMutatorsStack { + private mutators: List; + private finalClippingPaths: List; + private finalClippingRects: List; + + private finalMatrix: matrix4.Matrix4Transit; + + constructor() { + this.mutators = new List(); + this.finalClippingPaths = new List(); + this.finalClippingRects = new List(); + this.finalMatrix = matrix4.identity(); + } + + public pushTransform(values: Array): void { + if (values.length != 16) { + return; + } + let index = 0; + let matrix = matrix4.init( + [values[index++], values[index++], values[index++], values[index++], + values[index++], values[index++], values[index++], values[index++], + values[index++], values[index++], values[index++], values[index++], + values[index++], values[index++], values[index++], values[index++]]); + let mutator = new FlutterMutator(matrix); + this.mutators.add(mutator); + this.finalMatrix.combine(matrix); + } + + public pushClipRect(width:number, height:number, radius?:number) { + let rect = new Rect(width, height, radius); + let mutator = new FlutterMutator(rect); + this.mutators.add(mutator); + this.finalClippingRects.add(rect); + } + + public pushClipPath(width:number, height:number, command?:string) { + let path = new Path(width, height, command); + let mutator = new FlutterMutator(path); + this.mutators.add(mutator); + this.finalClippingPaths.add(path); + } + + public getMutators() { + return this.mutators; + } + + public getFinalClippingPaths() { + return this.finalClippingPaths; + } + + public getFinalClippingRects() { + return this.finalClippingRects; + } + + public getFinalMatrix() { + return this.finalMatrix; + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/plugins/FlutterPlugin.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/plugins/FlutterPlugin.ets new file mode 100644 index 0000000000000000000000000000000000000000..3045e2b8d7ddf48a11d96a642650c63a3f6c0025 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/plugins/FlutterPlugin.ets @@ -0,0 +1,118 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import common from '@ohos.app.ability.common'; +import { BinaryMessenger } from '../../../plugin/common/BinaryMessenger'; +import PlatformViewRegistry from '../../../plugin/platform/PlatformViewRegistry'; +import FlutterEngineGroup from '../FlutterEngineGroup'; + +export interface FlutterPlugin { + //获取唯一的类名 类似安卓的ClassRelevant resources that this {@code FlutterPlugin} may need are provided via the {@code + * binding}. The {@code binding} may be cached and referenced until {@link + * #onDetachedFromEngine(FlutterPluginBinding)} is invoked and returns. + */ + onAttachedToEngine(binding: FlutterPluginBinding): void; + + /** + * This {@code FlutterPlugin} has been removed from a {@link + * io.flutter.embedding.engine.FlutterEngine} instance. + * + *

The {@code binding} passed to this method is the same instance that was passed in {@link + * #onAttachedToEngine(FlutterPluginBinding)}. It is provided again in this method as a + * convenience. The {@code binding} may be referenced during the execution of this method, but it + * must not be cached or referenced after this method returns. + * + *

{@code FlutterPlugin}s should release all resources in this method. + */ + onDetachedFromEngine(binding: FlutterPluginBinding): void; +} + +export class FlutterPluginBinding { + private applicationContext: common.Context; + private binaryMessenger: BinaryMessenger; + private flutterAssets: FlutterAssets; + private group: FlutterEngineGroup; + private platformViewRegistry: PlatformViewRegistry; + + constructor(applicationContext: common.Context, binaryMessenger: BinaryMessenger, flutterAssets: FlutterAssets, group: FlutterEngineGroup, platformViewRegistry?: PlatformViewRegistry) { + this.applicationContext = applicationContext; + this.binaryMessenger = binaryMessenger; + this.flutterAssets = flutterAssets; + this.group = group; + this.platformViewRegistry = platformViewRegistry; + } + + getApplicationContext(): common.Context { + return this.applicationContext; + } + + getBinaryMessenger(): BinaryMessenger { + return this.binaryMessenger; + } + + getFlutterAssets(): FlutterAssets { + return this.flutterAssets; + } + + getEngineGroup(): FlutterEngineGroup { + return this.group; + } + + public getPlatformViewRegistry(): PlatformViewRegistry { + return this.platformViewRegistry; + } +} + +/** Provides Flutter plugins with access to Flutter asset information. */ +export interface FlutterAssets { + /** + * Returns the relative file path to the Flutter asset with the given name, including the file's + * extension, e.g., {@code "myImage.jpg"}. + * + *

The returned file path is relative to the Ohos app's standard assets directory. + * Therefore, the returned path is appropriate to pass to Ohos's {@code ResourceManage}, but + * the path is not appropriate to load as an absolute path. + */ + getAssetFilePathByName(assetFileName: string): string; + + /** + * Same as {@link #getAssetFilePathByName(String)} but with added support for an explicit + * Ohos {@code bundleName}. + */ + getAssetFilePathByName(assetFileName: string, bundleName: string): string; + + /** + * Returns the relative file path to the Flutter asset with the given subpath, including the + * file's extension, e.g., {@code "/dir1/dir2/myImage.jpg"}. + * + *

The returned file path is relative to the Ohos app's standard assets directory. + * Therefore, the returned path is appropriate to pass to Ohos's {@code ResourceManage}, but + * the path is not appropriate to load as an absolute path. + */ + getAssetFilePathBySubpath(assetSubpath: string): string; + + /** + * Same as {@link #getAssetFilePathBySubpath(String)} but with added support for an explicit + * Ohos {@code bundleName}. + */ + getAssetFilePathBySubpath(assetSubpath: string, bundleName: string): string; +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/plugins/PluginRegistry.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/plugins/PluginRegistry.ets new file mode 100644 index 0000000000000000000000000000000000000000..1a322ec2ba1bbcfcbce180b00ec4df6356733180 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/plugins/PluginRegistry.ets @@ -0,0 +1,73 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import { FlutterPlugin } from './FlutterPlugin'; + +export default interface PluginRegistry { + /** + * Attaches the given {@code plugin} to the {@link io.flutter.embedding.engine.FlutterEngine} + * associated with this {@code PluginRegistry}. + */ + add(plugin: FlutterPlugin): void; + + /** + * Attaches the given {@code plugins} to the {@link io.flutter.embedding.engine.FlutterEngine} + * associated with this {@code PluginRegistry}. + */ + addList(plugins: Set): void; + + /** + * Returns true if a plugin of the given type is currently attached to the {@link + * io.flutter.embedding.engine.FlutterEngine} associated with this {@code PluginRegistry}. + */ + //Class + has(pluginClassName: string): boolean; + + /** + * Returns the instance of a plugin that is currently attached to the {@link + * io.flutter.embedding.engine.FlutterEngine} associated with this {@code PluginRegistry}, which + * matches the given {@code pluginClass}. + * + *

If no matching plugin is found, {@code null} is returned. + */ + //Class + get(pluginClassName: string): FlutterPlugin; + + /** + * Detaches the plugin of the given type from the {@link + * io.flutter.embedding.engine.FlutterEngine} associated with this {@code PluginRegistry}. + * + *

If no such plugin exists, this method does nothing. + */ + //Class + remove(pluginClassName: string): void; + + /** + * Detaches the plugins of the given types from the {@link + * io.flutter.embedding.engine.FlutterEngine} associated with this {@code PluginRegistry}. + * + *

If no such plugins exist, this method does nothing. + */ + //Class + removeList(pluginClassNames: Set): void; + + /** + * Detaches all plugins that are currently attached to the {@link + * io.flutter.embedding.engine.FlutterEngine} associated with this {@code PluginRegistry}. + * + *

If no plugins are currently attached, this method does nothing. + */ + removeAll(): void; +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/plugins/ability/AbilityAware.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/plugins/ability/AbilityAware.ets new file mode 100644 index 0000000000000000000000000000000000000000..bd68f68aee68859e0c13b696743c8d9d280b7500 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/plugins/ability/AbilityAware.ets @@ -0,0 +1,75 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +/** + * {@link io.flutter.embedding.engine.plugins.FlutterPlugin} that is interested in {@link + * ohos.app.ability.UIAbility} lifecycle events related to a {@link + * io.flutter.embedding.engine.FlutterEngine} running within the given {@link ohos.app.ability.UIAbility}. + */ +import { AbilityPluginBinding } from './AbilityPluginBinding'; + +export default interface AbilityAware { + /** + * This {@code AbilityAware} {@link io.flutter.embedding.engine.plugins.FlutterPlugin} is now + * associated with an {@link ohos.app.ability.UIAbility}. + * + *

This method can be invoked in 1 of 2 situations: + * + *

    + *
  • This {@code AbilityAware} {@link io.flutter.embedding.engine.plugins.FlutterPlugin} was + * just added to a {@link io.flutter.embedding.engine.FlutterEngine} that was already + * connected to a running {@link ohos.app.ability.UIAbility}. + *
  • This {@code AbilityAware} {@link io.flutter.embedding.engine.plugins.FlutterPlugin} was + * already added to a {@link io.flutter.embedding.engine.FlutterEngine} and that {@link + * io.flutter.embedding.engine.FlutterEngine} was just connected to an {@link + * ohos.app.ability.UIAbility}. + *
+ * + * The given {@link AbilityPluginBinding} contains {@link ohos.app.ability.UIAbility}-related + * references that an {@code AbilityAware} {@link + * io.flutter.embedding.engine.plugins.FlutterPlugin} may require, such as a reference to the + * actual {@link ohos.app.ability.UIAbility} in question. The {@link AbilityPluginBinding} may be + * referenced until either {@link #onDetachedFromAbilityForConfigChanges()} or {@link + * #onDetachedFromAbility()} is invoked. At the conclusion of either of those methods, the + * binding is no longer valid. Clear any references to the binding or its resources, and do not + * invoke any further methods on the binding or its resources. + */ + onAttachedToAbility(binding: AbilityPluginBinding): void ; + + /** + * This plugin has been detached from an {@link ohos.app.ability.UIAbility}. + * + *

Detachment can occur for a number of reasons. + * + *

    + *
  • The app is no longer visible and the {@link ohos.app.ability.UIAbility} instance has been + * destroyed. + *
  • The {@link io.flutter.embedding.engine.FlutterEngine} that this plugin is connected to + * has been detached from its {@link io.flutter.embedding.android.FlutterView}. + *
  • This {@code AbilityAware} plugin has been removed from its {@link + * io.flutter.embedding.engine.FlutterEngine}. + *
+ * + * By the end of this method, the {@link ohos.app.ability.UIAbility} that was made available in {@link + * #onAttachedToAbility(AbilityPluginBinding)} is no longer valid. Any references to the + * associated {@link ohos.app.ability.UIAbility} or {@link AbilityPluginBinding} should be cleared. + * + *

Any {@code Lifecycle} listeners that were registered in {@link + * #onAttachedToAbility(AbilityPluginBinding)} or {@link + * #onReattachedToAbilityForConfigChanges(AbilityPluginBinding)} should be deregistered here to + * avoid a possible memory leak and other side effects. + */ + onDetachedFromAbility(): void; +} diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/plugins/ability/AbilityControlSurface.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/plugins/ability/AbilityControlSurface.ets new file mode 100644 index 0000000000000000000000000000000000000000..cdc25248736f45b41fa4752c386522de4fa3759c --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/plugins/ability/AbilityControlSurface.ets @@ -0,0 +1,28 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import AbilityConstant from '@ohos.app.ability.AbilityConstant'; +import Want from '@ohos.app.ability.Want'; +import UIAbility from '@ohos.app.ability.UIAbility'; +import ExclusiveAppComponent from '../../../ohos/ExclusiveAppComponent'; + +export default interface ActivityControlSurface { + attachToAbility(exclusiveActivity: ExclusiveAppComponent): void; + detachFromAbility(): void; + onNewWant(want: Want, launchParams: AbilityConstant.LaunchParam): void; + onWindowFocusChanged(hasFocus: boolean): void; + // onSaveState(reason: AbilityConstant.StateType, wantParam: { [key: string]: Object; }): AbilityConstant.OnSaveResult; + onSaveState(reason: AbilityConstant.StateType, wantParam: Record): AbilityConstant.OnSaveResult; +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/plugins/ability/AbilityPluginBinding.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/plugins/ability/AbilityPluginBinding.ets new file mode 100644 index 0000000000000000000000000000000000000000..9195e2f8f325596759a756dfdb93dc69a27b3e9e --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/plugins/ability/AbilityPluginBinding.ets @@ -0,0 +1,85 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import UIAbility from '@ohos.app.ability.UIAbility' +import Want from '@ohos.app.ability.Want'; +import AbilityConstant from '@ohos.app.ability.AbilityConstant'; + +export interface AbilityPluginBinding { + getAbility(): UIAbility; + /** + * Adds a listener that is invoked whenever the associated {@link ohos.app.ability.UIAbility}'s {@code + * onNewWant(...)} method is invoked. + */ + addOnNewWantListener(listener: NewWantListener): void; + + /** + * Removes a listener that was added in {@link + * #addOnNewWantListener(NewWantListener)}. + */ + removeOnNewWantListener(listener: NewWantListener): void; + + /** + * Adds a listener that is invoked whenever the associated {@link ohos.app.ability.UIAbility}'s {@code + * windowStageEvent} method is invoked. + */ + addOnWindowFocusChangedListener(listener: WindowFocusChangedListener): void; + + /** + * Removes a listener that was added in {@link + * #addOnWindowFocusChangedListener(WindowFocusChangedListener)}. + */ + removeOnWindowFocusChangedListener(listener: WindowFocusChangedListener): void; + + /** + * Adds a listener that is invoked when the associated {@code UIAbility} saves + * and restores instance state. + */ + addOnSaveStateListener(listener: OnSaveStateListener): void; + + /** + * Removes a listener that was added in {@link + * #addOnSaveStateListener(OnSaveStateListener)}. + */ + removeOnSaveStateListener(listener: OnSaveStateListener): void; +} + +/** + * Delegate interface for handling new wants on behalf of the main {@link ohos.app.ability.UIAbility}. + */ +export interface NewWantListener { + /** + * @param intent The new want that was started for the UIAbility. + * @return true if the new want has been handled. + */ + onNewWant(want: Want, launchParams: AbilityConstant.LaunchParam): void; +} + +/** + * Delegate interface for handling window focus changes on behalf of the main {@link + * ohos.app.ability.UIAbility}. + */ +export interface WindowFocusChangedListener { + onWindowFocusChanged(hasFocus: boolean): void; +} + +export interface OnSaveStateListener { + /** + * Invoked when the associated {@code UIAbility} or {@code Fragment} executes {@link + * Activity#onSaveState(Bundle)}. + */ + // onSaveState(reason: AbilityConstant.StateType, wantParam: { [key: string]: Object; }): AbilityConstant.OnSaveResult; + onSaveState(reason: AbilityConstant.StateType, wantParam: Record): AbilityConstant.OnSaveResult; +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/renderer/FlutterUiDisplayListener.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/renderer/FlutterUiDisplayListener.ets new file mode 100644 index 0000000000000000000000000000000000000000..c48bb4ab13d128f184c587905085a0f279fbc881 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/renderer/FlutterUiDisplayListener.ets @@ -0,0 +1,19 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +export interface FlutterUiDisplayListener { + onFlutterUiDisplayed(): void; + + onFlutterUiNoLongerDisplayed(): void; +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/AccessibilityChannel.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/AccessibilityChannel.ets new file mode 100644 index 0000000000000000000000000000000000000000..ed96f236fb55a878ef4b03766a7751cf389e377a --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/AccessibilityChannel.ets @@ -0,0 +1,118 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import Log from '../../../util/Log'; +import DartExecutor from '../dart/DartExecutor'; +import BasicMessageChannel, { MessageHandler, Reply} from '../../../plugin/common/BasicMessageChannel'; +import HashMap from '@ohos.util.HashMap'; +import FlutterNapi, {AccessibilityDelegate} from '../FlutterNapi'; +import { Action } from '../../../view/AccessibilityBridge' +import StandardMessageCodec from '../../../plugin/common/StandardMessageCodec'; + +/** +* 辅助功能channel +*/ +export default class AccessibilityChannel implements MessageHandler{ + private static TAG = "AccessibilityChannel"; + private static CHANNEL_NAME = "flutter/accessibility"; + private channel: BasicMessageChannel; + private flutterNapi: FlutterNapi; + private handler: AccessibilityMessageHandler; + private nextReplyId: number = 1; + + onMessage(message: object, reply: Reply): void { + if (this.handler == null) { + Log.i(AccessibilityChannel.TAG, "NULL"); + reply.reply(null); + return; + } + let annotatedEvent: HashMap = message as HashMap; + let type: string = annotatedEvent.get("type") as string; + let data: HashMap = annotatedEvent.get("data") as HashMap; + + Log.i(AccessibilityChannel.TAG, "Received " + type + " message."); + switch (type) { + case "announce": { + Log.i(AccessibilityChannel.TAG, "Announce"); + let announceMessage: string = data.get("message"); + if (announceMessage != null) { + this.handler.announce(announceMessage); + } + break; + } + case "tap": { + Log.i(AccessibilityChannel.TAG, "Tag"); + let nodeId: number = annotatedEvent.get("nodeId"); + if (nodeId != null) { + this.handler.onTap(nodeId); + } + break; + } + case "longPress": { + Log.i(AccessibilityChannel.TAG, "LongPress"); + let nodeId: number = annotatedEvent.get("nodeId"); + if (nodeId != null) { + this.handler.onLongPress(nodeId); + } + break; + } + case "tooltip": { + Log.i(AccessibilityChannel.TAG, "ToolTip"); + let tooltipMessage: string = data.get("message"); + if (tooltipMessage != null) { + this.handler.onTooltip(tooltipMessage); + } + break; + } + } + reply.reply(null); + } + + constructor(dartExecutor: DartExecutor, flutterNapi: FlutterNapi) { + Log.i(AccessibilityChannel.TAG, "Channel entered"); + this.channel = new BasicMessageChannel(dartExecutor, AccessibilityChannel.CHANNEL_NAME, StandardMessageCodec.INSTANCE); + this.channel.setMessageHandler(this); + this.flutterNapi = flutterNapi; + } + + onOhosAccessibilityEnabled(): void { + let replyId: number = this.nextReplyId++; + this.flutterNapi.setSemanticsEnabled(true, replyId); + } + + onOhosAccessibilityFeatures(accessibilityFeatureFlags: number): void { + let replyId: number = this.nextReplyId++; + this.flutterNapi.setAccessibilityFeatures(accessibilityFeatureFlags, replyId); + } + + dispatchSemanticsAction(virtualViewId: number, action: Action): void { + let replyId: number = this.nextReplyId++; + this.flutterNapi.dispatchSemanticsAction(virtualViewId, action, replyId); + } + + setAccessibilityMessageHandler(handler: AccessibilityMessageHandler): void { + this.handler = handler; + let replyId: number = this.nextReplyId++; + this.flutterNapi.setAccessibilityDelegate(handler, replyId); + } + +} + +interface AccessibilityMessageHandler extends AccessibilityDelegate { + announce(message: string): void; + onTap(nodeId: number): void; + onLongPress(nodeId: number): void; + onTooltip(nodeId: string): void; +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/KeyEventChannel.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/KeyEventChannel.ets new file mode 100644 index 0000000000000000000000000000000000000000..8ac0e08bf3da27a8a14a8e83c47099184ba63945 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/KeyEventChannel.ets @@ -0,0 +1,75 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import BasicMessageChannel from '../../../plugin/common/BasicMessageChannel'; +import { BinaryMessenger } from '../../../plugin/common/BinaryMessenger'; +import { Reply } from '../../../plugin/common/BasicMessageChannel'; +import { Action, Key, KeyEvent } from '@ohos.multimodalInput.keyEvent'; +import Log from '../../../util/Log'; +import JSONMessageCodec from '../../../plugin/common/JSONMessageCodec'; + +export default class KeyEventChannel { + private static TAG = "KeyEventChannel"; + private static CHANNEL_NAME = "flutter/keyevent"; + private channel : BasicMessageChannel>; + + constructor(binaryMessenger: BinaryMessenger) { + this.channel = new BasicMessageChannel>(binaryMessenger, KeyEventChannel.CHANNEL_NAME, JSONMessageCodec.INSTANCE); + } + + sendFlutterKeyEvent(keyEvent: FlutterKeyEvent, + isKeyUp: boolean, + responseHandler: EventResponseHandler): void { + this.channel.send(this.encodeKeyEvent(keyEvent, isKeyUp), + (message:Map) => { + let isEventHandled = false; + try { + if (message != null) { + isEventHandled = message.get("handled") as boolean; + } + } catch (e) { + Log.e(KeyEventChannel.TAG, "Unable to unpack JSON message: " + e); + } + responseHandler.onFrameworkResponse(isEventHandled); + } + ); + } + + encodeKeyEvent(keyEvent: FlutterKeyEvent, isKeyUp: boolean): Map { + let message: Map = new Map(); + message.set("type", isKeyUp ? "keyup" : "keydown"); + message.set("keymap", "ohos"); + message.set("codePoint", keyEvent.event.unicodeChar); + message.set("keyCode", keyEvent.event.key.code); + message.set("deviceId", keyEvent.event.key.deviceId); + message.set("character", keyEvent.event.key.code.toString()); + message.set("repeatCount", 1); + return message; + } + + +} + +export interface EventResponseHandler { + onFrameworkResponse(isEventHandled: boolean): void; +} + +export class FlutterKeyEvent { + event: KeyEvent; + + constructor( ohosKeyEvent: KeyEvent) { + this.event = ohosKeyEvent; + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/LifecycleChannel.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/LifecycleChannel.ets new file mode 100644 index 0000000000000000000000000000000000000000..ce5acbdbbae50078e7c339c767a34a178413bf2d --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/LifecycleChannel.ets @@ -0,0 +1,105 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import Log from '../../../util/Log'; +import StringCodec from '../../../plugin/common/StringCodec'; +import DartExecutor from '../dart/DartExecutor'; +import BasicMessageChannel from '../../../plugin/common/BasicMessageChannel'; + +/** + * 生命周期channel + */ +export default class LifecycleChannel { + private static TAG = "LifecycleChannel"; + private static CHANNEL_NAME = "flutter/lifecycle"; + + // These should stay in sync with the AppLifecycleState enum in the framework. + private static RESUMED = "AppLifecycleState.resumed"; + private static INACTIVE = "AppLifecycleState.inactive"; + private static PAUSED = "AppLifecycleState.paused"; + private static DETACHED = "AppLifecycleState.detached"; + + private lastOhosState = ""; + private lastFlutterState = ""; + private lastFocus = true; + + private channel: BasicMessageChannel + + constructor(dartExecutor: DartExecutor) { + this.channel = new BasicMessageChannel(dartExecutor, LifecycleChannel.CHANNEL_NAME, StringCodec.INSTANCE) + } + + // Called if at least one window in the app has focus. + aWindowIsFocused(): void { + this.sendState(this.lastOhosState, true); + } + + // Called if no windows in the app have focus. + noWindowsAreFocused(): void { + this.sendState(this.lastOhosState, false); + } + + appIsResumed(): void { + this.sendState(LifecycleChannel.RESUMED, this.lastFocus); + } + + appIsInactive(): void { + this.sendState(LifecycleChannel.INACTIVE, this.lastFocus); + } + + appIsPaused(): void { + this.sendState(LifecycleChannel.PAUSED, this.lastFocus); + } + + appIsDetached(): void { + this.sendState(LifecycleChannel.DETACHED, this.lastFocus); + } + + // Here's the state table this implements: + // + // | UIAbility State | Window focused | Flutter state | + // |-----------------|----------------|---------------| + // | onCreate | true | resumed | + // | onCreate | false | inactive | + // | onForeground | true | resumed | + // | onForeground | false | inactive | + // | onBackground | true | paused | + // | onBackground | false | paused | + // | onDestroy | true | detached | + // | onDestroy | false | detached | + + private sendState(state: string, hasFocus: boolean): void { + if (this.lastOhosState == state && hasFocus == this.lastFocus) { + // No inputs changed, so Flutter state could not have changed. + return; + } + let newState: string; + if (state == LifecycleChannel.RESUMED) { + newState = hasFocus ? LifecycleChannel.RESUMED : LifecycleChannel.INACTIVE; + } else { + newState = state; + } + // Keep the last reported values for future updates. + this.lastOhosState = state; + this.lastFocus = hasFocus; + if (newState == this.lastFlutterState) { + // No change in the resulting Flutter state, so don't report anything. + return; + } + Log.i(LifecycleChannel.TAG, "Sending " + newState + " message."); + this.channel.send(newState); + this.lastFlutterState = newState; + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/LocalizationChannel.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/LocalizationChannel.ets new file mode 100644 index 0000000000000000000000000000000000000000..c4b5b6cf7b8868145424897851dd734d7eff5b6a --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/LocalizationChannel.ets @@ -0,0 +1,71 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import DartExecutor from '../dart/DartExecutor'; +import MethodChannel, { MethodCallHandler, MethodResult} from '../../../plugin/common/MethodChannel'; +import MethodCall from '../../../plugin/common/MethodCall'; +import List from '@ohos.util.List'; +import JSONMethodCodec from '../../../plugin/common/JSONMethodCodec'; +import intl from '@ohos.intl'; +import Log from '../../../util/Log'; + +const TAG = "LocalizationChannel"; +export default class LocalizationChannel implements MethodCallHandler{ + private static TAG = "LocalizationChannel"; + private static CHANNEL_NAME = "flutter/localization"; + private channel: MethodChannel; + private localizationMessageHandler: LocalizationMessageHandler; + + onMethodCall(call: MethodCall, result: MethodResult) :void { + if (this.localizationMessageHandler == null) { + Log.e(TAG, "localizationMessageHandler is null"); + return; + } + let method: string = call.method; + switch (method) { + case "Localization.getStringResource": { + Log.i(TAG, "Localization.getStringResource enter"); + let key: string = call.argument("key"); + let localeString: string = null; + if (call.hasArgument("locale")) { + localeString = call.argument("locale"); + } + result.success(this.localizationMessageHandler.getStringResource(key, localeString)); + break; + } + default: { + result.notImplemented(); + break; + } + } + } + + constructor(dartExecutor: DartExecutor) { + this.channel = new MethodChannel(dartExecutor, LocalizationChannel.CHANNEL_NAME, JSONMethodCodec.INSTANCE); + this.channel.setMethodCallHandler(this); + } + + setLocalizationMessageHandler(localizationMessageHandler: LocalizationMessageHandler): void { + this.localizationMessageHandler = localizationMessageHandler; + } + + sendLocales(locales: Array): void { + this.channel.invokeMethod("setLocale", locales); + } +} + +export interface LocalizationMessageHandler { + getStringResource(key: string, local: string); +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/MouseCursorChannel.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/MouseCursorChannel.ets new file mode 100644 index 0000000000000000000000000000000000000000..210a7510a478d350cd38e89d7826e3a53290dfa8 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/MouseCursorChannel.ets @@ -0,0 +1,85 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import HashMap from '@ohos.util.HashMap'; +import MethodCall from '../../../plugin/common/MethodCall'; +import MethodChannel, { MethodCallHandler, MethodResult } from '../../../plugin/common/MethodChannel'; +import StandardMethodCodec from '../../../plugin/common/StandardMethodCodec'; +import Log from '../../../util/Log'; +import DartExecutor from '../dart/DartExecutor'; + +const TAG:string = 'MouseCursorChannel' + +export default class MouseCursorChannel implements MethodCallHandler { + public channel: MethodChannel; + + private mouseCursorMethodHandler: MouseCursorMethodHandler; + + onMethodCall(call: MethodCall, result: MethodResult): void { + if (this.mouseCursorMethodHandler === null) { + // if no explicit mouseCursorMethodHandler has been registered then we don't + // need to formed this call to an API. Return + Log.e(TAG, "mouseCursorMethodHandler is null") + return; + } + + let method: string = call.method; + Log.i(TAG, "Received '" + method + "' message."); + try { + // More methods are expected to be added here, hence the switch. + switch (method) { + case "activateSystemCursor": + let argument: HashMap = call.args; + let kind: string = argument.get("kind"); + try { + this.mouseCursorMethodHandler.activateSystemCursor(kind); + } catch (err) { + result.error("error", "Error when setting cursors: " + JSON.stringify(err), null); + break; + } + result.success(true); + break; + default: + break; + } + } catch (error) { + result.error("error", "UnHandled error: " + JSON.stringify(error), null) + } + } + + constructor(dartExecutor: DartExecutor) { + this.channel = new MethodChannel(dartExecutor, "flutter/mousecursor", StandardMethodCodec.INSTANCE); + this.channel.setMethodCallHandler(this); + } + + /** + * Sets the {@link MouseCursorMethodHandler} which receives all events and requests that are + * parsed from the underlying platform channel. + * @param mouseCursorMethodHandler + */ + public setMethodHandler(mouseCursorMethodHandler: MouseCursorMethodHandler): void { + this.mouseCursorMethodHandler = mouseCursorMethodHandler; + } + + public synthesizeMethodCall(call: MethodCall, result: MethodResult): void { + this.onMethodCall(call, result); + } +} + +export interface MouseCursorMethodHandler { + // Called when the pointer should start displaying a system mouse cursor + // specified by {@code shapeCode}. + activateSystemCursor(kind: String): void; +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/NavigationChannel.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/NavigationChannel.ets new file mode 100644 index 0000000000000000000000000000000000000000..f7ebcb6926eb490ed2ee21cb8927e5ed2a202632 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/NavigationChannel.ets @@ -0,0 +1,62 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import JSONMethodCodec from '../../../plugin/common/JSONMethodCodec'; +import MethodCall from '../../../plugin/common/MethodCall'; +import MethodChannel, { MethodCallHandler, MethodResult } from '../../../plugin/common/MethodChannel'; +import Log from '../../../util/Log'; +import DartExecutor from '../dart/DartExecutor'; + +export default class NavigationChannel { + private static TAG = "NavigationChannel"; + private channel: MethodChannel + + constructor(dartExecutor: DartExecutor) { + this.channel = new MethodChannel(dartExecutor, "flutter/navigation", JSONMethodCodec.INSTANCE); + // Provide a default handler that returns an empty response to any messages + // on this channel. + this.channel.setMethodCallHandler(new NavigationCallback()); + } + + setInitialRoute(initialRoute: string): void { + Log.i(NavigationChannel.TAG, "Sending message to set initial route to '" + initialRoute + "'"); + this.channel.invokeMethod("setInitialRoute", initialRoute); + } + + pushRoute(route: string): void { + Log.i(NavigationChannel.TAG, "Sending message to push route '" + route + "'"); + this.channel.invokeMethod("pushRoute", route); + } + + pushRouteInformation(route: string): void { + Log.i(NavigationChannel.TAG, "Sending message to push route information '" + route + "'"); + this.channel.invokeMethod("pushRouteInformation", new Map().set("location", route) ); + } + + popRoute(): void { + Log.i(NavigationChannel.TAG, "Sending message to pop route."); + this.channel.invokeMethod("popRoute", null); + } + + setMethodCallHandler(handler: MethodCallHandler) { + this.channel.setMethodCallHandler(handler); + } +} + +class NavigationCallback implements MethodCallHandler { + onMethodCall(call: MethodCall, result: MethodResult) { + result.success(null); + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/PlatformChannel.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/PlatformChannel.ets new file mode 100644 index 0000000000000000000000000000000000000000..20e8db4b44690fd0e2bafbde4044a1f0724fba7f --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/PlatformChannel.ets @@ -0,0 +1,505 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import JSONMethodCodec from '../../../plugin/common/JSONMethodCodec'; +import MethodCall from '../../../plugin/common/MethodCall'; +import MethodChannel, { MethodCallHandler, MethodResult } from '../../../plugin/common/MethodChannel'; +import Log from '../../../util/Log'; +import DartExecutor from '../dart/DartExecutor'; +import pasteboard from '@ohos.pasteboard'; +import bundleManager from '@ohos.bundle.bundleManager'; +import window from '@ohos.window'; + +export default class PlatformChannel { + private static TAG = "PlatformChannel"; + private static CHANNEL_NAME = "flutter/platform"; + channel: MethodChannel; + platformMessageHandler: PlatformMessageHandler; + + constructor(dartExecutor: DartExecutor) { + this.channel = new MethodChannel(dartExecutor, PlatformChannel.CHANNEL_NAME, JSONMethodCodec.INSTANCE); + let callback = new PlatformMethodCallback(); + callback.platform = this; + this.channel.setMethodCallHandler(callback); + } + + setPlatformMessageHandler(platformMessageHandler: PlatformMessageHandler): void { + this.platformMessageHandler = platformMessageHandler; + } + + systemChromeChanged(overlaysAreVisible: boolean): void { + Log.d(PlatformChannel.TAG, "Sending 'systemUIChange' message."); + this.channel.invokeMethod("SystemChrome.systemUIChange", [overlaysAreVisible]); + } + + decodeOrientations(encodedOrientations: string[]): number { + let requestedOrientation = 0x00; + let firstRequestedOrientation = 0x00; + for(let index = 0; index< encodedOrientations.length; index += 1) { + let encodedOrientation = encodedOrientations[index]; + Log.d(PlatformChannel.TAG,"encodedOrientation[" + index + "]: "+encodedOrientation); + let orientation = this.getDeviceOrientationFromValue(encodedOrientation); + switch (orientation) { + case DeviceOrientation.PORTRAIT_UP: + requestedOrientation |= 0x01; + break; + case DeviceOrientation.PORTRAIT_DOWN: + requestedOrientation |= 0x04; + break; + case DeviceOrientation.LANDSCAPE_LEFT: + requestedOrientation |= 0x02; + break; + case DeviceOrientation.LANDSCAPE_RIGHT: + requestedOrientation |= 0x08; + break; + } + if (firstRequestedOrientation == 0x00) { + firstRequestedOrientation = requestedOrientation; + } + } + + switch (requestedOrientation) { + case 0x00: + return window.Orientation.UNSPECIFIED; + case 0x01: + return window.Orientation.PORTRAIT; + case 0x02: + return window.Orientation.LANDSCAPE; + case 0x03: + case 0x04: + return window.Orientation.PORTRAIT_INVERTED; + case 0x05: + return window.Orientation.AUTO_ROTATION_PORTRAIT; + case 0x06: + case 0x07: + case 0x08: + return window.Orientation.LANDSCAPE_INVERTED; + case 0x09: + case 0x0a: + return window.Orientation.AUTO_ROTATION_LANDSCAPE; + case 0x0b: + return window.Orientation.LOCKED; + case 0x0c: + case 0x0d: + case 0x0e: + switch (firstRequestedOrientation) { + case 0x01: + return bundleManager.DisplayOrientation.PORTRAIT; + case 0x02: + return bundleManager.DisplayOrientation.LANDSCAPE; + case 0x04: + return bundleManager.DisplayOrientation.PORTRAIT_INVERTED; + case 0x08: + return bundleManager.DisplayOrientation.LANDSCAPE_INVERTED; + } + case 0x0f: + } + return bundleManager.DisplayOrientation.PORTRAIT; + } + + getFeedbackTypeFromValue(encodedName: string): HapticFeedbackType { + if (encodedName == null) { + return HapticFeedbackType.STANDARD; + } + let feedbackTypes: string[] = [ + HapticFeedbackType.STANDARD, + HapticFeedbackType.LIGHT_IMPACT, + HapticFeedbackType.MEDIUM_IMPACT, + HapticFeedbackType.HEAVY_IMPACT, + HapticFeedbackType.SELECTION_CLICK + ]; + for (let i = 0; i < feedbackTypes.length; i++) { + let feedbackType: string = feedbackTypes[i]; + if ( + (HapticFeedbackType[feedbackType] == encodedName) || + (HapticFeedbackType[feedbackType] == null && encodedName == null) + ) { + return HapticFeedbackType[feedbackType]; + } + } + Log.e(PlatformChannel.TAG, "No such HapticFeedbackType:" + encodedName); + } + + getClipboardContentFormatFromValue(encodedName: string): ClipboardContentFormat { + let clipboardFormats : string[]= [ClipboardContentFormat.PLAIN_TEXT]; + for (let i = 0; i < clipboardFormats.length; i++) { + let format = clipboardFormats[i]; + if (ClipboardContentFormat[format] === encodedName) { + return ClipboardContentFormat[format]; + } + } + } + getSystemUiOverlayFromValue(encodedName: string): SystemUiOverlay { + let systemUiOverlays : string[] = [SystemUiOverlay.TOP_OVERLAYS, SystemUiOverlay.BOTTOM_OVERLAYS]; + for (let i = 0; i < systemUiOverlays.length; i++) { + let overlay = systemUiOverlays[i]; + if (SystemUiOverlay[overlay] === encodedName) { + return SystemUiOverlay[overlay]; + } + } + throw new Error("No such SystemUiOverlay: " + encodedName); + } + + getSystemUiModeFromValue(encodedName: string): SystemUiMode { + let systemUiModes : string[] = [ + SystemUiMode.LEAN_BACK, SystemUiMode.IMMERSIVE, + SystemUiMode.IMMERSIVE_STICKY, SystemUiMode.EDGE_TO_EDGE + ]; + for (let i = 0; i < systemUiModes.length; i++) { + let mode = systemUiModes[i]; + if (SystemUiMode[mode] === encodedName) { + return SystemUiMode[mode]; + } + } + throw new Error("No such SystemUiOverlay: " + encodedName); + } + + getBrightnessFromValue(encodedName: string): Brightness { + let brightnesses : string[] = [Brightness.LIGHT, Brightness.DARK]; + for (let i = 0; i < brightnesses.length; i++) { + let brightness = brightnesses[i]; + if (Brightness[brightness] === encodedName) { + return Brightness[brightness]; + } + } + throw new Error("No such Brightness: " + encodedName); + } + + getDeviceOrientationFromValue(encodedName: string): DeviceOrientation { + let deviceOrientations: string[] = [ + DeviceOrientation.PORTRAIT_UP, DeviceOrientation.PORTRAIT_DOWN, + DeviceOrientation.LANDSCAPE_LEFT, DeviceOrientation.LANDSCAPE_RIGHT + ]; + for (let i = 0; i < deviceOrientations.length; i++) { + let orientation = deviceOrientations[i]; + if (DeviceOrientation[orientation] === encodedName) { + return DeviceOrientation[orientation]; + } + } + throw new Error("No such DeviceOrientation: " + encodedName); + } + +} + +export enum HapticFeedbackType { + STANDARD = "STANDARD", + LIGHT_IMPACT = "HapticFeedbackType.lightImpact", + MEDIUM_IMPACT = "HapticFeedbackType.mediumImpact", + HEAVY_IMPACT = "HapticFeedbackType.heavyImpact", + SELECTION_CLICK = "HapticFeedbackType.selectionClick" +} + +export interface PlatformMessageHandler { + playSystemSound(soundType: SoundType): void; + + vibrateHapticFeedback(feedbackType: HapticFeedbackType): void; + + setPreferredOrientations(ohosOrientation: number): void; + + setApplicationSwitcherDescription(description: AppSwitcherDescription): void; + + showSystemOverlays(overlays: SystemUiOverlay[]): void; + + showSystemUiMode(mode: SystemUiMode): void; + + setSystemUiChangeListener(): void; + + restoreSystemUiOverlays(): void; + + setSystemUiOverlayStyle(systemUiOverlayStyle: SystemChromeStyle): void; + + popSystemNavigator(): void; + + getClipboardData(format: ClipboardContentFormat): string; + + setClipboardData(text: string): void; + + clipboardHasStrings(): boolean; +} + +export enum ClipboardContentFormat { + PLAIN_TEXT = "text/plain", +} + +export enum SoundType { + CLICK = "SystemSoundType.click", + ALERT = "SystemSoundType.alert", +} + +export class AppSwitcherDescription { + public readonly color: number; + public readonly label: string; + + constructor(color: number, label: string) { + this.color = color; + this.label = label; + } +} + +export enum SystemUiOverlay { + TOP_OVERLAYS = "SystemUiOverlay.top", + BOTTOM_OVERLAYS = "SystemUiOverlay.bottom", +} + +export enum SystemUiMode { + LEAN_BACK = "SystemUiMode.leanBack", + IMMERSIVE = "SystemUiMode.immersive", + IMMERSIVE_STICKY = "SystemUiMode.immersiveSticky", + EDGE_TO_EDGE = "SystemUiMode.edgeToEdge", +} + +export enum Brightness { + LIGHT = "Brightness.light", + DARK = "Brightness.dark", +} + +export class SystemChromeStyle { + public readonly statusBarColor: number | null; + public readonly statusBarIconBrightness: Brightness | null; + public readonly systemStatusBarContrastEnforced: boolean | null; + public readonly systemNavigationBarColor: number | null; + public readonly systemNavigationBarIconBrightness: Brightness | null; + public readonly systemNavigationBarDividerColor: number | null; + public readonly systemNavigationBarContrastEnforced: boolean | null; + + constructor(statusBarColor: number | null, + statusBarIconBrightness: Brightness | null, + systemStatusBarContrastEnforced: boolean | null, + systemNavigationBarColor: number | null, + systemNavigationBarIconBrightness: Brightness | null, + systemNavigationBarDividerColor: number | null, + systemNavigationBarContrastEnforced: boolean | null) { + this.statusBarColor = statusBarColor; + this.statusBarIconBrightness = statusBarIconBrightness; + this.systemStatusBarContrastEnforced = systemStatusBarContrastEnforced; + this.systemNavigationBarColor = systemNavigationBarColor; + this.systemNavigationBarIconBrightness = systemNavigationBarIconBrightness; + this.systemNavigationBarDividerColor = systemNavigationBarDividerColor; + this.systemNavigationBarContrastEnforced = systemNavigationBarContrastEnforced; + } +} + +enum DeviceOrientation { + PORTRAIT_UP = "DeviceOrientation.portraitUp", + PORTRAIT_DOWN = "DeviceOrientation.portraitDown", + LANDSCAPE_LEFT = "DeviceOrientation.landscapeLeft", + LANDSCAPE_RIGHT = "DeviceOrientation.landscapeRight", +} + +class PlatformMethodCallback implements MethodCallHandler { + private static TAG = "PlatformMethodCallback" + platform: PlatformChannel; + + onMethodCall(call: MethodCall, result: MethodResult) { + if (this.platform.platformMessageHandler == null) { + Log.w(PlatformMethodCallback.TAG, "platformMessageHandler is null"); + return; + } + + let method: string = call.method; + let args: ESObject = call.args; + Log.d(PlatformMethodCallback.TAG, "Received '" + method + "' message."); + try { + switch (method) { + case "SystemSound.play": + break; + case "HapticFeedback.vibrate": + try { + Log.d(PlatformMethodCallback.TAG, "HapticFeedback: " + args as string); + let feedbackType: HapticFeedbackType = this.platform.getFeedbackTypeFromValue(args as string); + this.platform.platformMessageHandler.vibrateHapticFeedback(feedbackType); + result.success(null); + } catch (e) { + Log.e(PlatformMethodCallback.TAG, "HapticFeedback.vibrate error:" + JSON.stringify(e)); + } + break; + case "SystemChrome.setPreferredOrientations": + Log.d(PlatformMethodCallback.TAG, "setPreferredOrientations: " + JSON.stringify(args)); + try { + let ohosOrientation = this.platform.decodeOrientations(args as string[]); + this.platform.platformMessageHandler.setPreferredOrientations(ohosOrientation); + result.success(null); + } catch (err) { + Log.e(PlatformMethodCallback.TAG, "setPreferredOrientations err:" + JSON.stringify(err)); + result.error("error", JSON.stringify(err), null); + } + + break; + case "SystemChrome.setApplicationSwitcherDescription": + Log.d(PlatformMethodCallback.TAG, "setApplicationSwitcherDescription: " + JSON.stringify(args)); + break; + case "SystemChrome.setEnabledSystemUIOverlays": + try { + let overlays: SystemUiOverlay[] = this.decodeSystemUiOverlays(args); + Log.d(PlatformMethodCallback.TAG, "overlays: " + overlays); + this.platform.platformMessageHandler.showSystemOverlays(overlays); + result.success(null); + } catch (err) { + Log.e(PlatformMethodCallback.TAG, "setEnabledSystemUIOverlays err:" + JSON.stringify(err)); + result.error("error", JSON.stringify(err), null); + } + break; + case "SystemChrome.setEnabledSystemUIMode": + try { + Log.d(PlatformMethodCallback.TAG, "setEnabledSystemUIMode args:" + args as string); + let mode: SystemUiMode = this.decodeSystemUiMode(args as string) + this.platform.platformMessageHandler.showSystemUiMode(mode); + } catch (err) { + Log.e(PlatformMethodCallback.TAG, "setEnabledSystemUIMode err:" + JSON.stringify(err)); + result.error("error", JSON.stringify(err), null); + } + break; + case "SystemChrome.setSystemUIChangeListener": + this.platform.platformMessageHandler.setSystemUiChangeListener(); + result.success(null); + break; + case "SystemChrome.restoreSystemUIOverlays": + this.platform.platformMessageHandler.restoreSystemUiOverlays(); + result.success(null); + break; + case "SystemChrome.setSystemUIOverlayStyle": + try { + Log.d(PlatformMethodCallback.TAG, "setSystemUIOverlayStyle asrgs: " + JSON.stringify(args)); + let systemChromeStyle: SystemChromeStyle = this.decodeSystemChromeStyle(args); + this.platform.platformMessageHandler.setSystemUiOverlayStyle(systemChromeStyle); + result.success(null); + } catch (err) { + Log.e(PlatformMethodCallback.TAG, "setSystemUIOverlayStyle err:" + JSON.stringify(err)); + result.error("error", JSON.stringify(err), null); + } + break; + case "SystemNavigator.pop": + this.platform.platformMessageHandler.popSystemNavigator(); + result.success(null); + break; + case "Clipboard.getData": + let pasteBoard = pasteboard.getSystemPasteboard(); + pasteBoard.getData().then((pasteData) => { + let text = pasteData.getPrimaryText(); + let response: ESObject = new Map().set("text", ""); + response.text = text; + result.success(response); + }).catch((err: ESObject) => { + Log.e(PlatformMethodCallback.TAG, "Failed to get PasteData. Cause: " + JSON.stringify(err)); + }); + break; + case "Clipboard.setData": + let clipboardContent: string = args.text; + this.platform.platformMessageHandler.setClipboardData(clipboardContent); + result.success(null); + break; + case "Clipboard.hasStrings": + let hasStrings: boolean = false; + let response: ESObject = new Map().set("value", false); + let systemPasteboard = pasteboard.getSystemPasteboard(); + systemPasteboard.hasData().then((hasData) => { + if (!hasData) { + response.value = hasData; + result.success(response); + } + }).catch((err: ESObject) => { + Log.e(PlatformMethodCallback.TAG, "systemPasteboard.hasData err: " + JSON.stringify(err)); + }) + systemPasteboard.getData().then((pasteData) => { + hasStrings = pasteData.hasType(pasteboard.MIMETYPE_TEXT_PLAIN); + response.value = hasStrings; + result.success(response); + }).catch((err: ESObject) => { + Log.e(PlatformMethodCallback.TAG, "getData err: " + JSON.stringify(err)); + }) + break; + default: + result.notImplemented(); + break; + } + } catch (e) { + result.error("error", JSON.stringify(e), null); + } + } + + private decodeSystemUiOverlays(encodedSystemUiOverlay: string[]): SystemUiOverlay[] { + let overlays: SystemUiOverlay[] = []; + for(let i = 0; i < encodedSystemUiOverlay.length; i++) { + const encodedOverlay = encodedSystemUiOverlay[i]; + const overlay = this.platform.getSystemUiOverlayFromValue(encodedOverlay); + switch (overlay) { + case SystemUiOverlay.TOP_OVERLAYS: + overlays.push(SystemUiOverlay.TOP_OVERLAYS); + break; + case SystemUiOverlay.BOTTOM_OVERLAYS: + overlays.push(SystemUiOverlay.BOTTOM_OVERLAYS); + break; + } + } + return overlays; + } + + private decodeSystemUiMode(encodedSystemUiMode: string): SystemUiMode { + let mode: SystemUiMode = this.platform.getSystemUiModeFromValue(encodedSystemUiMode); + switch (mode) { + case SystemUiMode.LEAN_BACK: + return SystemUiMode.LEAN_BACK; + case SystemUiMode.IMMERSIVE: + return SystemUiMode.IMMERSIVE; + case SystemUiMode.IMMERSIVE_STICKY: + return SystemUiMode.IMMERSIVE_STICKY; + case SystemUiMode.EDGE_TO_EDGE: + default: + return SystemUiMode.EDGE_TO_EDGE; + } + } + + private decodeSystemChromeStyle(encodedStyle: ESObject): SystemChromeStyle { + let statusBarColor: number = null; + let statusBarIconBrightness: Brightness = null; + let systemStatusBarContrastEnforced: boolean = null; + let systemNavigationBarColor: number = null; + let systemNavigationBarIconBrightness: Brightness = null; + let systemNavigationBarDividerColor: number = null; + let systemNavigationBarContrastEnforced: boolean = null; + if(encodedStyle.statusBarColor != null) { + statusBarColor = encodedStyle.statusBarColor as number; + } + if(encodedStyle.statusBarIconBrightness != null) { + statusBarIconBrightness = + this.platform.getBrightnessFromValue(encodedStyle.statusBarIconBrightness as string); + } + if(encodedStyle.systemStatusBarContrastEnforced != null) { + systemStatusBarContrastEnforced = encodedStyle.systemStatusBarContrastEnforced as boolean; + } + if(encodedStyle.systemNavigationBarColor != null) { + systemNavigationBarColor = encodedStyle.systemNavigationBarColor as number; + } + if(encodedStyle.systemNavigationBarIconBrightness != null) { + systemNavigationBarIconBrightness = + this.platform.getBrightnessFromValue(encodedStyle.systemNavigationBarIconBrightness as string); + } + if(encodedStyle.systemNavigationBarDividerColor != null) { + systemNavigationBarDividerColor = encodedStyle.systemNavigationBarDividerColor as number; + } + if(encodedStyle.systemNavigationBarContrastEnforced != null) { + systemNavigationBarContrastEnforced = encodedStyle.systemNavigationBarContrastEnforced as boolean; + } + return new SystemChromeStyle( + statusBarColor, + statusBarIconBrightness, + systemStatusBarContrastEnforced, + systemNavigationBarColor, + systemNavigationBarIconBrightness, + systemNavigationBarDividerColor, + systemNavigationBarContrastEnforced + ); + } +} diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/PlatformViewsChannel.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/PlatformViewsChannel.ets new file mode 100644 index 0000000000000000000000000000000000000000..564a6df4c4d10c0bdd9dfe22a0b5ec2f3f8e9d5e --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/PlatformViewsChannel.ets @@ -0,0 +1,551 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import MethodCall from '../../../plugin/common/MethodCall'; +import MethodChannel, { MethodCallHandler, MethodResult } from '../../../plugin/common/MethodChannel'; +import StandardMethodCodec from '../../../plugin/common/StandardMethodCodec'; +import { ByteBuffer } from '../../../util/ByteBuffer'; +import Log from '../../../util/Log'; +import DartExecutor from '../dart/DartExecutor'; + +const TAG = "PlatformViewsChannel"; +const NON_TEXTURE_FALLBACK = -2; +export default class PlatformViewsChannel { + private channel: MethodChannel; + private handler: PlatformViewsHandler; + private parsingHandler = new ParsingCallback(); + + /** + * Constructs a {@code PlatformViewsChannel} that connects Android to the Dart code running in + * {@code dartExecutor}. + * + *

The given {@code dartExecutor} is permitted to be idle or executing code. + * + *

See {@link DartExecutor}. + */ + constructor(dartExecutor: DartExecutor) { + this.channel = new MethodChannel(dartExecutor, "flutter/platform_views", StandardMethodCodec.INSTANCE); + this.parsingHandler.platformChannel = this; + this.channel.setMethodCallHandler(this.parsingHandler); + } + + /** + * Sets the {@link PlatformViewsHandler} which receives all events and requests that are parsed + * from the underlying platform views channel. + */ + public setPlatformViewsHandler(handler: PlatformViewsHandler): void { + this.handler = handler; + this.parsingHandler.handler = handler; + } + + public invokeViewFocused(viewId: number): void { + if (this.channel == null) { + return; + } + this.channel.invokeMethod("viewFocused", viewId); + } + + create(call: MethodCall, result: MethodResult): void { + const createArgs: Map = call.args; + const usesPlatformViewLayer: boolean = createArgs.has("hybrid") && createArgs.get("hybrid") as boolean; + const additionalParams: ByteBuffer = createArgs.has("params") ? createArgs.get("params") : null; + + let direction: Direction = Direction.Ltr; + if (createArgs.get("direction") == 0) { + direction = Direction.Ltr; + } else if (createArgs.get("direction") == 1) { + direction = Direction.Rtl; + } + + try { + if (usesPlatformViewLayer) { + const request: PlatformViewCreationRequest = new PlatformViewCreationRequest( + createArgs.get("id"), + createArgs.get("viewType"), + 0, + 0, + 0, + 0, + direction, + additionalParams, + RequestedDisplayMode.HYBRID_ONLY + ); + this.handler.createForPlatformViewLayer(request); + result.success(null); + } else { + const hybridFallback: boolean = createArgs.has("hybridFallback") && createArgs.get("hybridFallback"); + const displayMode: RequestedDisplayMode = + hybridFallback ? RequestedDisplayMode.TEXTURE_WITH_HYBRID_FALLBACK + : RequestedDisplayMode.TEXTURE_WITH_VIRTUAL_FALLBACK; + const request: PlatformViewCreationRequest = new PlatformViewCreationRequest( + createArgs.get("id"), + createArgs.get("viewType"), + createArgs.has("top") ? createArgs.get("top") : 0.0, + createArgs.has("left") ? createArgs.get("left") : 0.0, + createArgs.get("width"), + createArgs.get("height"), + direction, + additionalParams, + displayMode + ); + + Log.i(TAG, `Create texture param id:${request.viewId}, + type:${request.viewType}, + w:${request.logicalWidth}, + h:${request.logicalHeight}, + l:${request.logicalLeft}, + t:${request.logicalTop}, + d:${request.direction}`); + + const textureId = this.handler.createForTextureLayer(request); + if (textureId == NON_TEXTURE_FALLBACK) { + if (!hybridFallback) { + throw new Error( + "Platform view attempted to fall back to hybrid mode when not requested."); + } + + // A fallback to hybrid mode is indicated with a null texture ID. + result.success(null); + } else { + result.success(textureId); + } + } + } catch (err) { + Log.e(TAG, "create failed" + err); + result.error("error", err, null); + } + } + + dispose(call: MethodCall, result: MethodResult): void { + const disposeArgs: Map = call.args; + const viewId: number = disposeArgs.get("id"); + try { + this.handler.dispose(viewId); + result.success(null); + } catch (err) { + Log.e(TAG, "dispose failed", err); + result.error("error", err, null); + } + } + + resize(call: MethodCall, result: MethodResult): void { + const resizeArgs: Map = call.args; + const resizeRequest: PlatformViewResizeRequest = new PlatformViewResizeRequest( + resizeArgs.get("id"), + resizeArgs.get("width"), + resizeArgs.get("height") + ); + try { + let resizeCallback = new ResizeCallback(); + resizeCallback.result = result; + this.handler.resize(resizeRequest, resizeCallback); + } catch (err) { + Log.e(TAG, "resize failed", err); + result.error("error", err, null); + } + } + + offset(call: MethodCall, result: MethodResult): void { + const offsetArgs: Map = call.args; + try { + this.handler.offset( + offsetArgs.get("id"), + offsetArgs.get("top"), + offsetArgs.get("left")); + result.success(null); + } catch (err) { + Log.e(TAG, "offset failed", err); + result.error("error", err, null); + } + } + + touch(call: MethodCall, result: MethodResult): void { + const args: Array = call.args; + let index = 0; + const touch: PlatformViewTouch = new PlatformViewTouch( + args[index++], + args[index++], + args[index++], + args[index++], + args[index++], + args[index++], + args[index++], + args[index++], + args[index++], + args[index++], + args[index++], + args[index++], + args[index++], + args[index++], + args[index++], + args[index] + ); + + try { + this.handler.onTouch(touch); + result.success(null); + } catch (err) { + Log.e(TAG, "offset failed", err); + result.error("error", err, null); + } + } + + setDirection(call: MethodCall, result: MethodResult): void { + const setDirectionArgs: Map = call.args; + const newDirectionViewId: number = setDirectionArgs.get("id"); + const direction: number = setDirectionArgs.get("direction"); + + try { + this.handler.setDirection(newDirectionViewId, direction); + result.success(null); + } catch (err) { + Log.e(TAG, "setDirection failed", err); + result.error("error", err, null); + } + } + + clearFocus(call: MethodCall, result: MethodResult): void { + const viewId: number = call.args; + try { + this.handler.clearFocus(viewId); + result.success(null); + } catch (err) { + Log.e(TAG, "clearFocus failed", err); + result.error("error", err, null); + } + } + + synchronizeToNativeViewHierarchy(call: MethodCall, result: MethodResult): void { + const yes: boolean = call.args; + try { + this.handler.synchronizeToNativeViewHierarchy(yes); + result.success(null); + } catch (err) { + Log.e(TAG, "synchronizeToNativeViewHierarchy failed", err); + result.error("error", err, null); + } + } +} + +/** + * Handler that receives platform view messages sent from Flutter to Ohos through a given + * {@link PlatformViewsChannel}. + * + *

To register a {@code PlatformViewsHandler} with a {@link PlatformViewsChannel}, see {@link + * PlatformViewsChannel#setPlatformViewsHandler(PlatformViewsHandler)}. + */ +export interface PlatformViewsHandler { + /* + * The ID returned by {@code createForTextureLayer} to indicate that the requested texture mode + * was not available and the view creation fell back to {@code PlatformViewLayer} mode. + * + * This can only be returned if the {@link PlatformViewCreationRequest} sets + * {@code TEXTURE_WITH_HYBRID_FALLBACK} as the requested display mode. + */ + + /** + * The Flutter application would like to display a new Ohos {@code View}, i.e., platform + * view. + * + *

The Ohos View is added to the view hierarchy. This view is rendered in the Flutter + * framework by a PlatformViewLayer. + * + * @param request The metadata sent from the framework. + */ + createForPlatformViewLayer(request: PlatformViewCreationRequest): void; + + /** + * The Flutter application would like to display a new Android {@code View}, i.e., platform + * view. + * + *

The Android View is added to the view hierarchy. This view is rendered in the Flutter + * framework by a TextureLayer. + * + * @param request The metadata sent from the framework. + * @return The texture ID. + */ + createForTextureLayer(request: PlatformViewCreationRequest): number; + + /** The Flutter application would like to dispose of an existing Android {@code View}. */ + dispose(viewId: number): void; + + /** + * The Flutter application would like to resize an existing Android {@code View}. + * + * @param request The request to resize the platform view. + * @param onComplete Once the resize is completed, this is the handler to notify the size of the + * platform view buffer. + */ + resize(request: PlatformViewResizeRequest, onComplete: PlatformViewBufferResized): void; + + /** + * The Flutter application would like to change the offset of an existing Android {@code View}. + */ + offset(viewId: number, top: number, left: number): void; + + /** + * The user touched a platform view within Flutter. + * + *

Touch data is reported in {@code touch}. + */ + onTouch(touch: PlatformViewTouch): void; + + /** + * The Flutter application would like to change the layout direction of an existing Android + * {@code View}, i.e., platform view. + */ + setDirection(viewId: number, direction: number): void; + + /** Clears the focus from the platform view with a give id if it is currently focused. */ + clearFocus(viewId: number): void; + + /** + * Whether the render surface of {@code FlutterView} should be converted to a {@code + * FlutterImageView} when a {@code PlatformView} is added. + * + *

This is done to syncronize the rendering of the PlatformView and the FlutterView. Defaults + * to true. + */ + synchronizeToNativeViewHierarchy(yes: boolean): void; +} + +/** Platform view display modes that can be requested at creation time. */ +enum RequestedDisplayMode { + /** Use Texture Layer if possible, falling back to Virtual Display if not. */ + TEXTURE_WITH_VIRTUAL_FALLBACK, + /** Use Texture Layer if possible, falling back to Hybrid Composition if not. */ + TEXTURE_WITH_HYBRID_FALLBACK, + /** Use Hybrid Composition in all cases. */ + HYBRID_ONLY, +} + +/** Request sent from Flutter to create a new platform view. */ +export class PlatformViewCreationRequest { + /** The ID of the platform view as seen by the Flutter side. */ + public viewId: number; + + /** The type of view to create for this platform view. */ + public viewType: string; + + /** The density independent width to display the platform view. */ + public logicalWidth: number; + + /** The density independent height to display the platform view. */ + public logicalHeight: number; + + /** The density independent top position to display the platform view. */ + public logicalTop: number; + + /** The density independent left position to display the platform view. */ + public logicalLeft: number; + + /** + * The layout direction of the new platform view. + */ + public direction: number; + public displayMode: RequestedDisplayMode; + + /** Custom parameters that are unique to the desired platform view. */ + public params: ByteBuffer; + + constructor(viewId: number, viewType: string, logicalTop: number, logicalLeft: number, logicalWidth: number, + logicalHeight: number, direction: Direction, params: ByteBuffer, displayMode?: RequestedDisplayMode) { + this.viewId = viewId; + this.viewType = viewType; + this.logicalTop = logicalTop; + this.logicalLeft = logicalLeft; + this.logicalWidth = logicalWidth; + this.logicalHeight = logicalHeight; + this.direction = direction; + this.displayMode = displayMode ? displayMode : RequestedDisplayMode.TEXTURE_WITH_VIRTUAL_FALLBACK; + this.params = params; + } +} + +/** Request sent from Flutter to resize a platform view. */ +export class PlatformViewResizeRequest { + /** The ID of the platform view as seen by the Flutter side. */ + public viewId: number; + + /** The new density independent width to display the platform view. */ + public newLogicalWidth: number; + + /** The new density independent height to display the platform view. */ + public newLogicalHeight: number; + + constructor(viewId: number, newLogicalWidth: number, newLogicalHeight: number) { + this.viewId = viewId; + this.newLogicalWidth = newLogicalWidth; + this.newLogicalHeight = newLogicalHeight; + } +} + +/** The platform view buffer size. */ +export class PlatformViewBufferSize { + /** The width of the screen buffer. */ + public width: number; + + /** The height of the screen buffer. */ + public height: number; + + constructor(width: number, height: number) { + this.width = width; + this.height = height; + } +} + +/** Allows to notify when a platform view buffer has been resized. */ +export abstract class PlatformViewBufferResized { + abstract run(bufferSize: PlatformViewBufferSize): void; +} + +/** The state of a touch event in Flutter within a platform view. */ +export class PlatformViewTouch { + /** The ID of the platform view as seen by the Flutter side. */ + public viewId: number; + + /** The amount of time that the touch has been pressed. */ + public downTime: number; + + public eventTime: number; + + public action: number; + + /** The number of pointers (e.g, fingers) involved in the touch event. */ + public pointerCount: number; + + /** Properties for each pointer, encoded in a raw format. */ + public rawPointerPropertiesList: ESObject; + + /** Coordinates for each pointer, encoded in a raw format. */ + public rawPointerCoords: ESObject; + + public metaState: number; + + public buttonState: number; + + /** Coordinate precision along the x-axis. */ + public xPrecision: number; + + /** Coordinate precision along the y-axis. */ + public yPrecision: number; + + public deviceId: number; + + public edgeFlags: number; + + public source: number; + + public flags: number; + + public motionEventId: number; + + constructor(viewId: number, + downTime: number, + eventTime: number, + action: number, + pointerCount: number, + rawPointerPropertiesList: ESObject, + rawPointerCoords: ESObject, + metaState: number, + buttonState: number, + xPrecision: number, + yPrecision: number, + deviceId: number, + edgeFlags: number, + source: number, + flags: number, + motionEventId: number) { + this.viewId = viewId; + this.downTime = downTime; + this.eventTime = eventTime; + this.action = action; + this.pointerCount = pointerCount; + this.rawPointerPropertiesList = rawPointerPropertiesList; + this.rawPointerCoords = rawPointerCoords; + this.metaState = metaState; + this.buttonState = buttonState; + this.xPrecision = xPrecision; + this.yPrecision = yPrecision; + this.deviceId = deviceId; + this.edgeFlags = edgeFlags; + this.source = source; + this.flags = flags; + this.motionEventId = motionEventId; + } +} + +class ParsingCallback implements MethodCallHandler { + platformChannel : PlatformViewsChannel; + handler: PlatformViewsHandler; + + onMethodCall(call: MethodCall, result: MethodResult) { + if (this.handler == null) { + return; + } + + Log.i(TAG, "Received '" + call.method + "' message."); + switch (call.method) { + case "create": { + this.platformChannel.create(call, result); + break; + } + case "dispose": { + this.platformChannel.dispose(call, result); + break; + } + case "resize": { + this.platformChannel.resize(call, result); + break; + } + case "offset": { + this.platformChannel.offset(call, result); + break; + } + case "touch": { + this.platformChannel.touch(call, result); + break; + } + case "setDirection": { + this.platformChannel.setDirection(call, result); + break; + } + case "clearFocus": { + this.platformChannel.clearFocus(call, result); + break; + } + case "synchronizeToNativeViewHierarchy": { + this.platformChannel.synchronizeToNativeViewHierarchy(call, result); + break; + } + default: + result.notImplemented(); + } + } +} + +class ResizeCallback extends PlatformViewBufferResized { + result : MethodResult; + run(bufferSize: PlatformViewBufferSize) { + if (bufferSize == null) { + this.result.error("error", "Failed to resize the platform view", null); + } else { + const response: Map = new Map(); + response.set("width", bufferSize.width); + response.set("height", bufferSize.height); + this.result.success(response); + } + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/RestorationChannel.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/RestorationChannel.ets new file mode 100644 index 0000000000000000000000000000000000000000..bcf53050d567f4fc61237845d4019c669873540c --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/RestorationChannel.ets @@ -0,0 +1,175 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import MethodCall from '../../../plugin/common/MethodCall'; +import MethodChannel, { MethodCallHandler, MethodResult } from '../../../plugin/common/MethodChannel'; +import StandardMethodCodec from '../../../plugin/common/StandardMethodCodec'; +import Log from '../../../util/Log'; +import DartExecutor from '../dart/DartExecutor'; + +/** + * System channel to exchange restoration data between framework and engine. + * + *

The engine can obtain the current restoration data from the framework via this channel to + * store it on disk and - when the app is relaunched - provide the stored data back to the framework + * to recreate the original state of the app. + * + *

The channel can be configured to delay responding to the framework's request for restoration + * data via {@code waitForRestorationData} until the engine-side has provided the data. This is + * useful when the engine is pre-warmed at a point in the application's life cycle where the + * restoration data is not available yet. For example, if the engine is pre-warmed as part of the + * Application before an Activity is created, this flag should be set to true because Android will + * only provide the restoration data to the Activity during the onCreate callback. + * + *

The current restoration data provided by the framework can be read via {@code + * getRestorationData()}. + */ +export default class RestorationChannel { + private static TAG = "RestorationChannel"; + private static CHANNEL_NAME = "flutter/restoration"; + + /** + * Whether the channel delays responding to the framework's initial request for restoration data + * until {@code setRestorationData} has been called. + * + *

If the engine never calls {@code setRestorationData} this flag must be set to false. If set + * to true, the engine must call {@code setRestorationData} either with the actual restoration + * data as argument or null if it turns out that there is no restoration data. + * + *

If the response to the framework's request for restoration data is not delayed until the + * data has been set via {@code setRestorationData}, the framework may intermittently initialize + * itself to default values until the restoration data has been made available. Setting this flag + * to true avoids that extra work. + */ + public waitForRestorationData: boolean; + + // Holds the most current restoration data which may have been provided by the engine + // via "setRestorationData" or by the framework via the method channel. This is the data the + // framework should be restored to in case the app is terminated. + private restorationData: Uint8Array = new Uint8Array(); + private channel: MethodChannel; + private pendingFrameworkRestorationChannelRequest: MethodResult; + private engineHasProvidedData: boolean = false; + private frameworkHasRequestedData: boolean = false; + private handler: MethodCallHandler = new RestorationChannelMethodCallHandler(this.restorationData); + + constructor(channelOrExecutor: MethodChannel | DartExecutor, waitForRestorationData: boolean) { + if (channelOrExecutor instanceof MethodChannel) { + this.channel = channelOrExecutor; + } else { + this.channel = new MethodChannel(channelOrExecutor, RestorationChannel.CHANNEL_NAME, StandardMethodCodec.INSTANCE); + } + this.waitForRestorationData = waitForRestorationData; + this.channel.setMethodCallHandler(this.handler); + } + + /** Obtain the most current restoration data that the framework has provided. */ + getRestorationData(): Uint8Array { + return this.restorationData; + } + + /** Set the restoration data from which the framework will restore its state. */ + setRestorationData(data: Uint8Array) { + this.engineHasProvidedData = true; + if (this.pendingFrameworkRestorationChannelRequest != null) { + // If their is a pending request from the framework, answer it. + this.pendingFrameworkRestorationChannelRequest.success(RestorationChannelMethodCallHandler.packageData(data)); + this.pendingFrameworkRestorationChannelRequest = null; + this.restorationData = data; + } else if (this.frameworkHasRequestedData) { + // If the framework has previously received the engine's restoration data, push the new data + // directly to it. This case can happen when "waitForRestorationData" is false and the + // framework retrieved the restoration state before it was set via this method. + // Experimentally, this can also be used to restore a previously used engine to another state, + // e.g. when the engine is attached to a new activity. + this.channel.invokeMethod("push", RestorationChannelMethodCallHandler.packageData(data), { + success: (result: ESObject) :void => { + this.restorationData = data; + }, + + error: (errorCode: string, errorMessage: string, errorDetails: ESObject) :void => { + Log.e(RestorationChannel.TAG, + "Error " + errorCode + " while sending restoration data to framework: " + errorMessage); + }, + + notImplemented: () :void => { + // do nothing + } + }) + } else { + // Otherwise, just cache the data until the framework asks for it. + this.restorationData = data; + } + } + + /** + * Clears the current restoration data. + * + *

This should be called just prior to a hot restart. Otherwise, after the hot restart the + * state prior to the hot restart will get restored. + */ + clearData() { + this.restorationData = null; + } +} + +class RestorationChannelMethodCallHandler implements MethodCallHandler { + public waitForRestorationData: boolean; + private restorationData: Uint8Array; + private engineHasProvidedData: boolean = false; + private frameworkHasRequestedData: boolean = false; + private channel: MethodChannel; + private pendingFrameworkRestorationChannelRequest: MethodResult; + + constructor(restorationData: Uint8Array) { + this.restorationData = restorationData; + } + + onMethodCall(call: MethodCall, result: MethodResult): void { + const method = call.method; + const args: ESObject = call.args; + switch (method) { + case "put": { + this.restorationData = args; + result.success(null); + break; + } + case "get": { + this.frameworkHasRequestedData = true; + if (this.engineHasProvidedData || !this.waitForRestorationData) { + result.success(RestorationChannelMethodCallHandler.packageData(this.restorationData)); + // Do not delete the restoration data on the engine side after sending it to the + // framework. We may need to hand this data back to the operating system if the + // framework never modifies the data (and thus doesn't send us any + // data back). + } else { + this.pendingFrameworkRestorationChannelRequest = result; + } + break; + } + default: { + result.notImplemented(); + break; + } + } + } + + static packageData(data: Uint8Array): Map { + const packaged: Map = new Map(); + packaged.set("enabled", true); + packaged.set("data", data); + return packaged; + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/SettingsChannel.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/SettingsChannel.ets new file mode 100644 index 0000000000000000000000000000000000000000..b40cd5536a335c48b0d9c9defabc02cfdea50f7e --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/SettingsChannel.ets @@ -0,0 +1,89 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import BasicMessageChannel from '../../../plugin/common/BasicMessageChannel'; +import JSONMessageCodec from '../../../plugin/common/JSONMessageCodec'; +import Log from '../../../util/Log'; +import DartExecutor from '../dart/DartExecutor'; + +export enum PlatformBrightness { + LIGHT = "light", + DARK = "dark" +} + +const TAG = "SettingsChannel"; +const TEXT_SCALE_FACTOR = "textScaleFactor"; +const NATIVE_SPELL_CHECK_SERVICE_DEFINED = "nativeSpellCheckServiceDefined"; +const BRIEFLY_SHOW_PASSWORD = "brieflyShowPassword"; +const ALWAYS_USE_24_HOUR_FORMAT = "alwaysUse24HourFormat"; +const PLATFORM_BRIGHTNESS = "platformBrightness"; +export default class SettingsChannel { + private static CHANNEL_NAME = "flutter/settings"; + + private channel: BasicMessageChannel; + + constructor(dartExecutor: DartExecutor) { + this.channel = new BasicMessageChannel(dartExecutor, SettingsChannel.CHANNEL_NAME, JSONMessageCodec.INSTANCE); + } + + startMessage(): MessageBuilder { + return new MessageBuilder(this.channel); + } +} + +class MessageBuilder { + private channel: BasicMessageChannel; + private message: Map = new Map(); + + constructor(channel: BasicMessageChannel) { + this.channel = channel; + } + + setTextScaleFactor(textScaleFactor: Number): MessageBuilder { + this.message.set(TEXT_SCALE_FACTOR, textScaleFactor); + return this; + } + + setNativeSpellCheckServiceDefined(nativeSpellCheckServiceDefined: boolean): MessageBuilder { + this.message.set(NATIVE_SPELL_CHECK_SERVICE_DEFINED, nativeSpellCheckServiceDefined); + return this; + } + + setBrieflyShowPassword(brieflyShowPassword: boolean): MessageBuilder { + this.message.set(BRIEFLY_SHOW_PASSWORD, brieflyShowPassword); + return this; + } + + setAlwaysUse24HourFormat(alwaysUse24HourFormat: boolean): MessageBuilder { + this.message.set(ALWAYS_USE_24_HOUR_FORMAT, alwaysUse24HourFormat); + return this; + } + + setPlatformBrightness(platformBrightness: PlatformBrightness): MessageBuilder { + this.message.set(PLATFORM_BRIGHTNESS, platformBrightness); + return this; + } + + send(): void { + Log.i(TAG, "Sending message: \n" + + "textScaleFactor: " + + this.message.get(TEXT_SCALE_FACTOR) + + "alwaysUse24HourFormat: " + + this.message.get(ALWAYS_USE_24_HOUR_FORMAT) + + "platformBrightness: " + + this.message.get(PLATFORM_BRIGHTNESS)) + this.channel.send(this.message) + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/SystemChannel.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/SystemChannel.ets new file mode 100644 index 0000000000000000000000000000000000000000..9f9ef28154563799368fbbe816ceed3cd78f0d3e --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/SystemChannel.ets @@ -0,0 +1,37 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import BasicMessageChannel from '../../../plugin/common/BasicMessageChannel'; +import JSONMessageCodec from '../../../plugin/common/JSONMessageCodec'; +import Log from '../../../util/Log'; +import DartExecutor from '../dart/DartExecutor'; +const TAG: string = "SystemChannel"; + +/** + * fill in javadoc for SystemChannel. + */ +export default class SystemChannel { + public channel: BasicMessageChannel; + + constructor(dartExecutor: DartExecutor) { + this.channel = new BasicMessageChannel(dartExecutor, "flutter/system", JSONMessageCodec.INSTANCE); + } + + public sendMemoryPressureWarning(): void { + Log.i(TAG, "Sending memory pressure warning to Flutter"); + let message : Map = new Map().set("type", "memoryPressure"); + this.channel.send(message); + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/TestChannel.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/TestChannel.ets new file mode 100644 index 0000000000000000000000000000000000000000..d54c448e027d069baaacbe66bf877c50823cb6d5 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/TestChannel.ets @@ -0,0 +1,38 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import BasicMessageChannel, { MessageHandler, Reply } from '../../../plugin/common/BasicMessageChannel'; +import JSONMessageCodec from '../../../plugin/common/JSONMessageCodec'; +import DartExecutor from '../dart/DartExecutor'; +import Log from '../../../util/Log'; + +const TAG = "TestChannel" + +export default class TestChannel { + private channel: BasicMessageChannel + + constructor(dartExecutor: DartExecutor) { + this.channel = new BasicMessageChannel(dartExecutor, "flutter/test", JSONMessageCodec.INSTANCE); + let callback = new MessageCallback(); + this.channel.setMessageHandler(callback); + } +} + +class MessageCallback implements MessageHandler { + onMessage(message: string, reply: Reply) { + Log.d(TAG, "receive msg = " + message); + reply.reply("收到消息啦:" + message); + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/TextInputChannel.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/TextInputChannel.ets new file mode 100644 index 0000000000000000000000000000000000000000..afdbecc9829a7520eef0c3409545572be381a96b --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/systemchannels/TextInputChannel.ets @@ -0,0 +1,365 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import JSONMethodCodec from '../../../plugin/common/JSONMethodCodec'; +import MethodCall from '../../../plugin/common/MethodCall'; +import MethodChannel, { MethodCallHandler, MethodResult } from '../../../plugin/common/MethodChannel'; +import TextInputPlugin from '../../../plugin/editing/TextInputPlugin'; +import Log from '../../../util/Log'; +import DartExecutor from '../dart/DartExecutor'; + +const TAG = "TextInputChannel"; + +export default class TextInputChannel { + private static CHANNEL_NAME = "flutter/textinput"; + public channel: MethodChannel; + textInputMethodHandler: TextInputMethodHandler; + + constructor(dartExecutor: DartExecutor) { + this.channel = new MethodChannel(dartExecutor, TextInputChannel.CHANNEL_NAME, JSONMethodCodec.INSTANCE); + let callback = new TextInputCallback(); + callback.textInputMethodHandler = this.textInputMethodHandler; + this.channel.setMethodCallHandler(callback); + } + + setTextInputMethodHandler(textInputMethodHandler: TextInputMethodHandler): void { + this.textInputMethodHandler = textInputMethodHandler; + } + + requestExistingInputState(): void { + this.channel.invokeMethod("TextInputClient.requestExistingInputState", null); + } + + createEditingStateJSON(text: String, + selectionStart: number, + selectionEnd: number, + composingStart: number, + composingEnd: number): ESObject { + return new Map() + .set("text", text) + .set("selectionBase", selectionStart) + .set("selectionExtent", selectionEnd) + .set("composingBase", composingStart) + .set("composingExtent", composingEnd); + } + + /** + * Instructs Flutter to update its text input editing state to reflect the given configuration. + */ + updateEditingState(inputClientId: number, + text: String, + selectionStart: number, + selectionEnd: number, + composingStart: number, + composingEnd: number): void { + Log.d(TAG, "updateEditingState:" + + "Text: " + text + " Selection start: " + selectionStart + " Selection end: " + + selectionEnd + " Composing start: " + composingStart + " Composing end: " + composingEnd); + const state: ESObject = this.createEditingStateJSON(text, selectionStart, selectionEnd, composingStart, composingEnd); + this.channel.invokeMethod('TextInputClient.updateEditingState', [inputClientId, state]); + Log.d(TAG,"updateEditingState end"); + + } + + newline(inputClientId: number): void { + Log.d(TAG, "Sending 'newline' message."); + this.channel.invokeMethod("TextInputClient.performAction", [inputClientId, "TextInputAction.newline"]); + } + + go(inputClientId: number): void { + Log.d(TAG, "Sending 'go' message."); + this.channel.invokeMethod("TextInputClient.performAction", [inputClientId, "TextInputAction.go"]); + } + + search(inputClientId: number): void { + Log.d(TAG, "Sending 'search' message."); + this.channel.invokeMethod("TextInputClient.performAction", [inputClientId, "TextInputAction.search"]); + } + + send(inputClientId: number): void { + Log.d(TAG, "Sending 'send' message."); + this.channel.invokeMethod("TextInputClient.performAction", [inputClientId, "TextInputAction.send"]); + } + + done(inputClientId: number): void { + Log.d(TAG, "Sending 'done' message."); + this.channel.invokeMethod("TextInputClient.performAction", [inputClientId, "TextInputAction.done"]); + } + + next(inputClientId: number): void { + Log.d(TAG, "Sending 'next' message."); + this.channel.invokeMethod("TextInputClient.performAction", [inputClientId, "TextInputAction.next"]); + } + + previous(inputClientId: number): void { + Log.d(TAG, "Sending 'previous' message."); + this.channel.invokeMethod("TextInputClient.performAction", [inputClientId, "TextInputAction.previous"]); + } + + unspecifiedAction(inputClientId: number): void { + Log.d(TAG, "Sending 'unspecifiedAction' message."); + this.channel.invokeMethod("TextInputClient.performAction", [inputClientId, "TextInputAction.unspecifiedAction"]); + } + + commitContent(inputClientId: number): void { + Log.d(TAG, "Sending 'commitContent' message."); + this.channel.invokeMethod("TextInputClient.performAction", [inputClientId, "TextInputAction.commitContent"]); + } + + performPrivateCommand(inputClientId: number, action: string, data: ESObject) { + + } + + + +} + + +export interface TextInputMethodHandler { + show(): void; + + hide(): void; + + requestAutofill(): void; + + finishAutofillContext(shouldSave: boolean): void; + + setClient(textInputClientId: number, configuration: Configuration): void; + + setPlatformViewClient(id: number, usesVirtualDisplay: boolean): void; + + setEditableSizeAndTransform(width: number, height: number, transform: number[]): void; + + setEditingState(editingState: TextEditState): void; + + clearClient(): void; + +} + +export class Configuration { + obscureText: boolean; + autocorrect: boolean; + enableSuggestions: boolean; + enableIMEPersonalizedLearning: boolean; + enableDeltaModel: boolean; + textCapitalization: TextCapitalization; + inputType:InputType; + inputAction: Number; + actionLabel: String; + contentCommitMimeTypes: String[]; + fields: Configuration[]; + + constructor(obscureText: boolean, + autocorrect: boolean, + enableSuggestions: boolean, + enableIMEPersonalizedLearning: boolean, + enableDeltaModel: boolean, + inputType: InputType, + inputAction: Number, + actionLabel: String, ) { + } + getTextCapitalizationFromValue(encodedName: string): TextCapitalization { + let textKeys = [ + TextCapitalization.CHARACTERS, TextCapitalization.WORDS, + TextCapitalization.SENTENCES, TextCapitalization.NONE + ]; + for (let i = 0; i < textKeys.length; i++) { + let key = textKeys[i]; + if (TextCapitalization[key] === encodedName) { + return key; + } + } + throw new Error("No such TextCapitalization: " + encodedName); + } +} + +enum TextCapitalization { + CHARACTERS = "TextCapitalization.characters", + WORDS = "TextCapitalization.words", + SENTENCES = "TextCapitalization.sentences", + NONE = "TextCapitalization.none", +} + +export enum TextInputType { + TEXT = "TextInputType.text", + DATETIME = "TextInputType.datetime", + NAME = "TextInputType.name", + POSTAL_ADDRESS = "TextInputType.address", + NUMBER = "TextInputType.number", + PHONE = "TextInputType.phone", + MULTILINE = "TextInputType.multiline", + EMAIL_ADDRESS = "TextInputType.emailAddress", + URL = "TextInputType.url", + VISIBLE_PASSWORD = "TextInputType.visiblePassword", + NONE = "TextInputType.none", +} + +export class InputType { + type: TextInputType; + isSigned: boolean; + isDecimal: boolean; + + constructor(type: TextInputType, isSigned: boolean, isDecimal: boolean) { + this.type = type; + this.isSigned = isSigned; + this.isDecimal = isDecimal; + } + + static fromJson(json: ESObject): InputType { + return new InputType(InputType.getTextInputTypeFromValue(json.name as string), + json.signed as boolean, json.decimal as boolean) + } + + static getTextInputTypeFromValue(encodedName: string): TextInputType { + let textKeys = [ + TextInputType.TEXT, TextInputType.DATETIME, TextInputType.NAME, + TextInputType.POSTAL_ADDRESS, TextInputType.NUMBER, TextInputType.PHONE, + TextInputType.MULTILINE, TextInputType.EMAIL_ADDRESS, TextInputType.URL, + TextInputType.VISIBLE_PASSWORD, TextInputType.NONE + ]; + for (let i = 0; i < textKeys.length; i++) { + let key = textKeys[i]; + if (TextInputType[key] == encodedName) { + return key; + } + } + throw new Error("No such TextInputType: " + encodedName); + } +} + +export class TextEditState { + private static TAG = "TextEditState"; + text: string; + selectionStart: number; + selectionEnd: number; + composingStart: number; + composingEnd: number; + + constructor(text: string, + selectionStart: number, + selectionEnd: number, + composingStart: number, + composingEnd: number) { + if ((selectionStart != -1 || selectionEnd != -1) + && (selectionStart < 0 || selectionEnd < 0)) { + throw new Error("invalid selection: (" + selectionStart + ", " + selectionEnd + ")"); + } + + if ((composingStart != -1 || composingEnd != -1) + && (composingStart < 0 || composingStart > composingEnd)) { + throw new Error("invalid composing range: (" + composingStart + ", " + composingEnd + ")"); + } + + if (composingEnd > text.length) { + throw new Error("invalid composing start: " + composingStart); + } + + if (selectionStart > text.length) { + throw new Error("invalid selection start: " + selectionStart); + } + + if (selectionEnd > text.length) { + throw new Error("invalid selection end: " + selectionEnd); + } + + this.text = text; + this.selectionStart = selectionStart; + this.selectionEnd = selectionEnd; + this.composingStart = composingStart; + this.composingEnd = composingEnd; + } + + hasSelection(): boolean { + // When selectionStart == -1, it's guaranteed that selectionEnd will also + // be -1. + return this.selectionStart >= 0; + } + + hasComposing(): boolean { + return this.composingStart >= 0 && this.composingEnd > this.composingStart; + } + + static fromJson(textEditState: ESObject): TextEditState { + return new TextEditState( + textEditState.text, + textEditState.selectionBase, + textEditState.selectionExtent, + textEditState.composingBase, + textEditState.composingExtent + ) + } +} + +class TextInputCallback implements MethodCallHandler { + textInputMethodHandler: TextInputMethodHandler; + + onMethodCall(call: MethodCall, result: MethodResult) { + if (this.textInputMethodHandler == null) { + return; + } + let method: string = call.method; + let args: ESObject = call.args; + Log.d(TAG, "Received '" + method + "' message."); + switch (method) { + case "TextInput.show": + this.textInputMethodHandler.show(); + Log.d(TAG, "textInputMethodHandler.show()"); + result.success(null); + break; + case "TextInput.hide": + this.textInputMethodHandler.hide(); + result.success(null); + break; + case "TextInput.setClient": + const textInputClientId: number = args[0] as number; + //TODO: parse configuration + const config: Configuration = null; + this.textInputMethodHandler.setClient(textInputClientId, config); + result.success(null); + break; + case "TextInput.requestAutofill": + //TODO: requestAutofill + result.notImplemented(); + break; + case "TextInput.setPlatformViewClient": + //TODO: + result.notImplemented(); + break; + case "TextInput.setEditingState": + this.textInputMethodHandler.setEditingState(TextEditState.fromJson(args)); + result.success(null); + break; + case "TextInput.setEditableSizeAndTransform": + //TODO: + result.notImplemented(); + break; + case "TextInput.clearClient": + this.textInputMethodHandler.clearClient(); + result.success(null); + break; + case "TextInput.sendAppPrivateCommand": + //TODO: + result.notImplemented(); + break; + case "TextInput.finishAutofillContext": + //TODO: + result.notImplemented(); + break; + default: + result.notImplemented(); + break; + } + } +} diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/ExclusiveAppComponent.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/ExclusiveAppComponent.ets new file mode 100644 index 0000000000000000000000000000000000000000..f7ecfc7d5ef46c57923679789eb82f86eb83ef77 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/ExclusiveAppComponent.ets @@ -0,0 +1,32 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +export default interface ExclusiveAppComponent { + /** + * Called when another App Component is about to become attached to the {@link + * io.flutter.embedding.engine.FlutterEngine} this App Component is currently attached to. + * + *

This App Component's connections to the {@link io.flutter.embedding.engine.FlutterEngine} + * are still valid at the moment of this call. + */ + detachFromFlutterEngine(): void; + + /** + * Retrieve the App Component behind this exclusive App Component. + * + * @return The app component. + */ + getAppComponent(): T; +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterAbility.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterAbility.ets new file mode 100644 index 0000000000000000000000000000000000000000..07a374a7109e9a1ffcd5680220534c9796681e64 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterAbility.ets @@ -0,0 +1,414 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import UIAbility from '@ohos.app.ability.UIAbility'; +import window from '@ohos.window'; +import { FlutterAbilityDelegate, Host } from './FlutterAbilityDelegate'; +import Log from '../../util/Log'; +import FlutterEngine from '../engine/FlutterEngine'; +import FlutterShellArgs from '../engine/FlutterShellArgs'; +import FlutterAbilityLaunchConfigs from './FlutterAbilityLaunchConfigs'; +import common from '@ohos.app.ability.common'; +import Want from '@ohos.app.ability.Want'; +import display from '@ohos.display'; +import { FlutterPlugin } from '../engine/plugins/FlutterPlugin'; +import { AsyncCallback } from '@ohos.base'; +import AbilityConstant from '@ohos.app.ability.AbilityConstant'; +import I18n from '@ohos.i18n' +import { PlatformBrightness } from '../engine/systemchannels/SettingsChannel'; +import ConfigurationConstant from '@ohos.app.ability.ConfigurationConstant'; +import { DVModelContainer } from '../../view/DynamicView/dynamicView'; +import { RootDvModeManager } from '../../plugin/platform/RootDvModelManager'; +import { Configuration } from '@ohos.app.ability.Configuration'; + +const TAG = "FlutterAbility"; +/** + * flutter ohos基础ability,请在让主ability继承自该类。 + * 该类主要职责: + * 1、持有FlutterAbilityDelegate并初始化; + * 2、生命周期传递; + */ +export class FlutterAbility extends UIAbility implements Host { + private delegate: FlutterAbilityDelegate; + private windowStage: window.WindowStage; + private mainWindow: window.Window; + private viewportMetrics = new ViewportMetrics(); + private displayInfo: display.Display; + + /** + * onCreate + * 1、create and attach delegate + * 2、config windows transparent noNeed? + * 3、lifecycle.onCreate + * 4. setContentView() noNeed + */ + async onCreate(want: Want, launchParam: AbilityConstant.LaunchParam) { + Log.i(TAG, "bundleCodeDir=" + this.context.bundleCodeDir); + // globalThis.flutterAbility = this + this.displayInfo = display.getDefaultDisplaySync(); + this.viewportMetrics.devicePixelRatio = this.displayInfo.densityPixels + + this.delegate = new FlutterAbilityDelegate(this); + await this.delegate.onAttach(this.context); + Log.i(TAG, 'onAttach end'); + this.delegate.platformPlugin.setUIAbilityContext(this.context); + this.delegate.onRestoreInstanceState(want); + this.delegate.sendSettings(); + + if (this.stillAttachedForEvent("onCreate")) { + this.delegate.onCreate(); + } + + console.log('MyAbility onCreate'); + // globalThis.applicationContext = this.context.getApplicationContext(); + } + + onDestroy() { + if (this.stillAttachedForEvent("onDestroy")) { + this.delegate.onDestroy(); + } + } + + /** + * window状态改变回调 + * @param windowStage + */ + async onWindowStageCreate(windowStage: window.WindowStage) { + this.windowStage = windowStage + try { + windowStage.on('windowStageEvent', (data) => { + let stageEventType: window.WindowStageEventType = data; + switch (stageEventType) { + case window.WindowStageEventType.SHOWN: // 切到前台 + Log.i(TAG, 'windowStage foreground.'); + break; + case window.WindowStageEventType.ACTIVE: // 获焦状态 + Log.i(TAG, 'windowStage active.'); + if (this.stillAttachedForEvent("onWindowFocusChanged")) { + this.delegate.onWindowFocusChanged(true); + } + break; + case window.WindowStageEventType.INACTIVE: // 失焦状态 + Log.i(TAG, 'windowStage inactive.'); + if (this.stillAttachedForEvent("onWindowFocusChanged")) { + this.delegate.onWindowFocusChanged(false); + } + break; + case window.WindowStageEventType.HIDDEN: // 切到后台 + Log.i(TAG, 'windowStage background.'); + break; + default: + break; + } + }); + + this.mainWindow = windowStage.getMainWindowSync() + this.mainWindow.on('windowSizeChange', (data) => { + this.onWindowPropertiesUpdated(); + }); + + this.mainWindow.on('avoidAreaChange', (data) => { + this.onWindowPropertiesUpdated(); + }); + + this.mainWindow.on('keyboardHeightChange', (data) => { + this.onWindowPropertiesUpdated(); + }); + + this.loadContent(); + this.mainWindow.setWindowLayoutFullScreen(true); + } catch (exception) { + Log.e(TAG, 'Failed to enable the listener for window stage event changes. Cause:' + JSON.stringify(exception)); + } + } + + loadContent() { + if (this.windowStage != null && this.stillAttachedForEvent("loadContent")) { + Log.i(TAG, 'loadContent'); + this.windowStage.loadContent('pages/Index', (err, data) => { + if (err.code) { + Log.e(TAG, 'Failed to load the content. Cause: %{public}s', JSON.stringify(err) ?? ''); + return; + } + this.onWindowPropertiesUpdated(); + Log.i(TAG, 'Succeeded in loading the content. Data: %{public}s', JSON.stringify(data) ?? ''); + }); + if (this.stillAttachedForEvent("onWindowStageCreate")) { + this.delegate.onWindowStageCreate(); + } + this.delegate.getFlutterNapi().updateRefreshRate(this.displayInfo.refreshRate) + this.onFlutterEngineReady() + } + } + + onFlutterEngineReady(): void { + + } + + private updateViewportMetrics() { + this.delegate.getFlutterNapi().setViewportMetrics(this.viewportMetrics.devicePixelRatio, + this.viewportMetrics.physicalWidth, + this.viewportMetrics.physicalHeight, + this.viewportMetrics.physicalViewPaddingTop, + this.viewportMetrics.physicalViewPaddingRight, + this.viewportMetrics.physicalViewPaddingBottom, + this.viewportMetrics.physicalViewPaddingLeft, + this.viewportMetrics.physicalViewInsetTop, + this.viewportMetrics.physicalViewInsetRight, + this.viewportMetrics.physicalViewInsetBottom, + this.viewportMetrics.physicalViewInsetLeft, + this.viewportMetrics.systemGestureInsetTop, + this.viewportMetrics.systemGestureInsetRight, + this.viewportMetrics.systemGestureInsetBottom, + this.viewportMetrics.systemGestureInsetLeft, + this.viewportMetrics.physicalTouchSlop, + new Array(0), + new Array(0), + new Array(0)) + } + + onWindowStageDestroy() { + if (this.stillAttachedForEvent("onWindowStageDestroy")) { + this.delegate.onWindowStageDestroy(); + } + } + + onForeground() { + if (this.stillAttachedForEvent("onForeground")) { + this.delegate.onForeground(); + } + } + + onBackground() { + if (this.stillAttachedForEvent("onBackground")) { + this.delegate.onBackground(); + } + } + + release() { + if (this.delegate != null) { + this.delegate.release(); + this.delegate = null; + } + } + + /** + * host所有实现方法开始======start + */ + + getAbility(): UIAbility { + return this; + } + + shouldDispatchAppLifecycleState(): boolean { + return true; + } + + provideFlutterEngine(context: common.Context): FlutterEngine { + return null; + } + + configureFlutterEngine(flutterEngine: FlutterEngine) { + + } + + cleanUpFlutterEngine(flutterEngine: FlutterEngine) { + + } + + getFlutterShellArgs(): FlutterShellArgs { + return FlutterShellArgs.fromWant(this.getWant()); + } + + getDartEntrypointArgs(): Array { + if (this.launchWant.parameters[FlutterAbilityLaunchConfigs.EXTRA_DART_ENTRYPOINT_ARGS]) { + return this.launchWant.parameters[FlutterAbilityLaunchConfigs.EXTRA_DART_ENTRYPOINT_ARGS] as Array; + } + return new Array() + } + + detachFromFlutterEngine() { + if (this.delegate != null) { + this.delegate.onDetach(); + } + } + + popSystemNavigator(): boolean { + return false; + } + + shouldAttachEngineToActivity(): boolean { + return true; + } + + getDartEntrypointLibraryUri(): string { + return null; + } + + getAppBundlePath(): string { + return null; + } + + getDartEntrypointFunctionName(): string { + if (this.launchWant.parameters[FlutterAbilityLaunchConfigs.EXTRA_DART_ENTRYPOINT]) { + return this.launchWant.parameters[FlutterAbilityLaunchConfigs.EXTRA_DART_ENTRYPOINT] as string; + } + return FlutterAbilityLaunchConfigs.DEFAULT_DART_ENTRYPOINT + } + + getInitialRoute(): string { + if (this.launchWant.parameters[FlutterAbilityLaunchConfigs.EXTRA_INITIAL_ROUTE]) { + return this.launchWant.parameters[FlutterAbilityLaunchConfigs.EXTRA_INITIAL_ROUTE] as string; + } + return null + } + + getWant(): Want { + return this.launchWant; + } + + shouldDestroyEngineWithHost(): boolean { + return true; + } + + shouldRestoreAndSaveState(): boolean{ + if (this.launchWant.parameters[FlutterAbilityLaunchConfigs.EXTRA_CACHED_ENGINE_ID] != undefined) { + return this.launchWant.parameters[FlutterAbilityLaunchConfigs.EXTRA_CACHED_ENGINE_ID] as boolean; + } + if (this.getCachedEngineId() != null) { + // Prevent overwriting the existing state in a cached engine with restoration state. + return false; + } + return true; + } + + getCachedEngineId(): string { + return this.launchWant.parameters[FlutterAbilityLaunchConfigs.EXTRA_CACHED_ENGINE_ID] as string + } + + getCachedEngineGroupId(): string { + return this.launchWant.parameters[FlutterAbilityLaunchConfigs.EXTRA_CACHED_ENGINE_GROUP_ID] as string + } + + /** + * host所有实现方法结束======end + */ + private stillAttachedForEvent(event: string) { + Log.i(TAG, 'Ability ' + event); + if (this.delegate == null) { + Log.w(TAG, "FlutterAbility " + event + " call after release."); + return false; + } + if (!this.delegate.isAttached) { + Log.w(TAG, "FlutterAbility " + event + " call after detach."); + return false; + } + return true; + } + + addPlugin(plugin: FlutterPlugin): void { + if (this.delegate != null) { + this.delegate.addPlugin(plugin) + } + } + + removePlugin(plugin: FlutterPlugin): void { + if (this.delegate != null) { + this.delegate.removePlugin(plugin) + } + } + + private onWindowPropertiesUpdated(){ + if (!this.delegate.isAttached) { + return; + } + let systemAvoidArea = this.mainWindow.getWindowAvoidArea(window.AvoidAreaType.TYPE_SYSTEM); + let gestureAvoidArea = this.mainWindow.getWindowAvoidArea(window.AvoidAreaType.TYPE_SYSTEM_GESTURE); + let keyboardAvoidArea = this.mainWindow.getWindowAvoidArea(window.AvoidAreaType.TYPE_KEYBOARD); + const properties = this.mainWindow.getWindowProperties(); + this.viewportMetrics.physicalWidth = properties.windowRect.width; + this.viewportMetrics.physicalHeight = properties.windowRect.height; + + this.viewportMetrics.physicalViewPaddingTop = systemAvoidArea.topRect.height + this.viewportMetrics.physicalViewPaddingLeft = systemAvoidArea.leftRect.width + this.viewportMetrics.physicalViewPaddingBottom = systemAvoidArea.bottomRect.height + this.viewportMetrics.physicalViewPaddingRight = systemAvoidArea.rightRect.width + + this.viewportMetrics.physicalViewInsetTop = keyboardAvoidArea.topRect.height + this.viewportMetrics.physicalViewInsetLeft = keyboardAvoidArea.leftRect.width + this.viewportMetrics.physicalViewInsetBottom = keyboardAvoidArea.bottomRect.height + this.viewportMetrics.physicalViewInsetRight = keyboardAvoidArea.rightRect.width + + this.viewportMetrics.systemGestureInsetTop = gestureAvoidArea.topRect.height + this.viewportMetrics.systemGestureInsetLeft = gestureAvoidArea.leftRect.width + this.viewportMetrics.systemGestureInsetBottom = gestureAvoidArea.bottomRect.height + this.viewportMetrics.systemGestureInsetRight = gestureAvoidArea.rightRect.width + + this.updateViewportMetrics() + } + + onMemoryLevel(level: AbilityConstant.MemoryLevel): void { + Log.i(TAG, 'onMemoryLevel: ' + level); + if (level === AbilityConstant.MemoryLevel.MEMORY_LEVEL_CRITICAL) { + this.delegate.onLowMemory(); + } + } + + onConfigurationUpdated(config: Configuration){ + Log.i(TAG, 'onConfigurationUpdated config:' + JSON.stringify(config)); + this.delegate.flutterEngine.getSettingsChannel().startMessage() + .setAlwaysUse24HourFormat(I18n.System.is24HourClock()) + .setPlatformBrightness(config.colorMode != ConfigurationConstant.ColorMode.COLOR_MODE_DARK + ? PlatformBrightness.LIGHT : PlatformBrightness.DARK); + } + + getWindowId(callback: AsyncCallback): void { + if (callback === null) { + return; + } + try { + window.getLastWindow(this.context, (error, win) => { + if (error.code) { + callback(error, -1); + return; + } + let windowId = win.getWindowProperties().id; + callback(error, windowId); + }); + } catch (err) { + Log.e(TAG, "get window id error!"); + callback(err, -1); + } + } +} + +export class ViewportMetrics { + devicePixelRatio: number = 1.0; + physicalWidth: number = 0; + physicalHeight: number = 0; + physicalViewPaddingTop: number = 0; + physicalViewPaddingRight: number = 0; + physicalViewPaddingBottom: number = 0; + physicalViewPaddingLeft: number = 0; + physicalViewInsetTop: number = 0; + physicalViewInsetRight: number = 0; + physicalViewInsetBottom: number = 0; + physicalViewInsetLeft: number = 0; + systemGestureInsetTop: number = 0; + systemGestureInsetRight: number = 0; + systemGestureInsetBottom: number = 0; + systemGestureInsetLeft: number = 0; + physicalTouchSlop = -1; +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterAbilityDelegate.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterAbilityDelegate.ets new file mode 100644 index 0000000000000000000000000000000000000000..9046981a47219a7eb553dd4d3baeefa639069281 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterAbilityDelegate.ets @@ -0,0 +1,440 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import common from '@ohos.app.ability.common'; +import FlutterEngineConfigurator from './FlutterEngineConfigurator'; +import FlutterEngineProvider from './FlutterEngineProvider'; +import FlutterEngine from '../engine/FlutterEngine'; +import PlatformPlugin, { PlatformPluginDelegate } from '../../plugin/PlatformPlugin'; +import Want from '@ohos.app.ability.Want'; +import FlutterShellArgs from '../engine/FlutterShellArgs'; +import DartExecutor, { DartEntrypoint } from '../engine/dart/DartExecutor'; +import FlutterAbilityLaunchConfigs from './FlutterAbilityLaunchConfigs'; +import Log from '../../util/Log'; +import FlutterInjector from '../../FlutterInjector'; +import UIAbility from '@ohos.app.ability.UIAbility'; +import ExclusiveAppComponent from './ExclusiveAppComponent'; +import AbilityConstant from '@ohos.app.ability.AbilityConstant'; +import TextInputPlugin from '../../plugin/editing/TextInputPlugin'; +import { FlutterPlugin } from '../engine/plugins/FlutterPlugin'; +import FlutterEngineCache from '../engine/FlutterEngineCache'; +import FlutterEngineGroupCache from '../engine/FlutterEngineGroupCache'; +import FlutterEngineGroup, { Options } from '../engine/FlutterEngineGroup'; +import MouseCursorPlugin, { MouseCursorViewDelegate } from '../../plugin/mouse/MouseCursorPlugin'; +import Settings from './Settings'; + +const TAG = "FlutterAbilityDelegate"; +const PLUGINS_RESTORATION_BUNDLE_KEY = "plugins"; +const FRAMEWORK_RESTORATION_BUNDLE_KEY = "framework"; + +/** + * 主要职责: + * 1、初始化engine + * 2、处理ability生命周期回调 + */ +class FlutterAbilityDelegate implements ExclusiveAppComponent { + private host: Host; + flutterEngine: FlutterEngine; + platformPlugin: PlatformPlugin; + private context: common.Context; + private textInputPlugin: TextInputPlugin; + private isFlutterEngineFromHost: boolean; + private engineGroup: FlutterEngineGroup; + private mouseCursorPlugin: MouseCursorPlugin; + private settings: Settings; + + constructor(host: Host) { + this.host = host; + } + + /** + * 是否还attach在ability上 + */ + isAttached = false; + + async onAttach(context: common.Context): Promise { + this.context = context; + this.ensureAlive(); + if (this.flutterEngine == null) { + await this.setupFlutterEngine(); + } + //shouldAttachEngineToActivity + if (this.host.shouldAttachEngineToActivity()) { + // Notify any plugins that are currently attached to our FlutterEngine that they + // are now attached to an Ability. + Log.d(TAG, "Attaching FlutterEngine to the Ability that owns this delegate."); + this.flutterEngine.getAbilityControlSurface().attachToAbility(this); + } + + //providePlatformPlugin + + //configureFlutterEngine + this.isAttached = true; + Log.d(TAG, "onAttach end start loadcontent") + this.host.loadContent() + this.textInputPlugin = new TextInputPlugin(this.flutterEngine.getTextInputChannel()); + this.platformPlugin = new PlatformPlugin(this.flutterEngine.getPlatformChannel(), this.context); + this.mouseCursorPlugin = new MouseCursorPlugin(this.host, this.flutterEngine.getMouseCursorChannel()); + this.settings = new Settings(this.flutterEngine.getSettingsChannel()); + this.flutterEngine.getSystemLanguages(); + } + + /** + * 加载app.so资源或者snapshot + */ + private doInitialFlutterViewRun(): void { + let initialRoute = this.host.getInitialRoute(); + if (initialRoute == null) { + initialRoute = this.maybeGetInitialRouteFromIntent(this.host.getWant()); + if (initialRoute == null) { + initialRoute = FlutterAbilityLaunchConfigs.DEFAULT_INITIAL_ROUTE; + } + } + const libraryUri = this.host.getDartEntrypointLibraryUri(); + Log.d(TAG, "Executing Dart entrypoint: " + this.host.getDartEntrypointFunctionName() + ", library uri: " + libraryUri == null ? "\"\"" : libraryUri + ", and sending initial route: " + initialRoute); + + // The engine needs to receive the Flutter app's initial route before executing any + // Dart code to ensure that the initial route arrives in time to be applied. + this.flutterEngine.getNavigationChannel().setInitialRoute(initialRoute); + + let appBundlePathOverride = this.host.getAppBundlePath(); + if (appBundlePathOverride == null || appBundlePathOverride == '') { + appBundlePathOverride = FlutterInjector.getInstance().getFlutterLoader().findAppBundlePath(); + } + + const dartEntrypoint: DartEntrypoint = new DartEntrypoint( + appBundlePathOverride, + this.host.getDartEntrypointLibraryUri(), + this.host.getDartEntrypointFunctionName() + ); + this.flutterEngine.dartExecutor.executeDartEntrypoint(dartEntrypoint, this.host.getDartEntrypointArgs()); + } + + private maybeGetInitialRouteFromIntent(want: Want): string { + return null; + } + + + /** + * 通过参数,配置flutterEngine + * @param want + */ + onRestoreInstanceState(want: Want) { + let frameworkState: Uint8Array = want.parameters[FRAMEWORK_RESTORATION_BUNDLE_KEY] as Uint8Array; + if (this.host.shouldRestoreAndSaveState()) { + this.flutterEngine.getRestorationChannel().setRestorationData(frameworkState ?? null); + } + } + + /** + * 初始化flutterEngine + */ + async setupFlutterEngine() { + // First, check if the host wants to use a cached FlutterEngine. + const cachedEngineId = this.host.getCachedEngineId(); + Log.d(TAG, "cachedEngineId=" + cachedEngineId); + if (cachedEngineId && cachedEngineId.length > 0) { + this.flutterEngine = FlutterEngineCache.getInstance().get(cachedEngineId); + this.isFlutterEngineFromHost = true; + if (this.flutterEngine == null) { + throw new Error( + "The requested cached FlutterEngine did not exist in the FlutterEngineCache: '" + + cachedEngineId + + "'"); + } + return; + } + + // Second, defer to subclasses for a custom FlutterEngine. + this.flutterEngine = this.host.provideFlutterEngine(this.context); + if (this.flutterEngine != null) { + this.isFlutterEngineFromHost = true; + return; + } + + // Third, check if the host wants to use a cached FlutterEngineGroup + // and create new FlutterEngine using FlutterEngineGroup#createAndRunEngine + const cachedEngineGroupId = this.host.getCachedEngineGroupId(); + Log.d(TAG, "cachedEngineGroupId=" + cachedEngineGroupId); + if (cachedEngineGroupId != null) { + const flutterEngineGroup = FlutterEngineGroupCache.instance.get(cachedEngineGroupId); + if (flutterEngineGroup == null) { + throw new Error( + "The requested cached FlutterEngineGroup did not exist in the FlutterEngineGroupCache: '" + + cachedEngineGroupId + + "'"); + } + + this.flutterEngine = await flutterEngineGroup.createAndRunEngineByOptions(this.addEntrypointOptions(new Options(this.context))); + this.isFlutterEngineFromHost = false; + return; + } + + // Our host did not provide a custom FlutterEngine. Create a FlutterEngine to back our + // FlutterView. + Log.d( + TAG, + "No preferred FlutterEngine was provided. Creating a new FlutterEngine for this FlutterAbility."); + + let group = this.engineGroup; + if (group == null) { + group = new FlutterEngineGroup(); + await group.checkLoader(this.context, this.host.getFlutterShellArgs().toArray()); + } + this.flutterEngine = await group.createAndRunEngineByOptions(this.addEntrypointOptions(new Options(this.context) + .setAutomaticallyRegisterPlugins(false).setWaitForRestorationData(this.host.shouldRestoreAndSaveState()))); + this.isFlutterEngineFromHost = false; + } + + addEntrypointOptions(options: Options): Options { + let appBundlePathOverride = this.host.getAppBundlePath(); + if (appBundlePathOverride == null || appBundlePathOverride.length == 0) { + appBundlePathOverride = FlutterInjector.getInstance().getFlutterLoader().findAppBundlePath(); + } + + const dartEntrypoint = new DartEntrypoint(appBundlePathOverride, null, this.host.getDartEntrypointFunctionName()); + let initialRoute = this.host.getInitialRoute(); + if (initialRoute == null) { + initialRoute = this.maybeGetInitialRouteFromIntent(this.host.getWant()); + if (initialRoute == null) { + initialRoute = FlutterAbilityLaunchConfigs.DEFAULT_INITIAL_ROUTE; + } + } + return options + .setDartEntrypoint(dartEntrypoint) + .setInitialRoute(initialRoute) + .setDartEntrypointArgs(this.host.getDartEntrypointArgs()); + } + + /** + * 释放所有持有对象 + */ + release() { + this.host = null; + this.flutterEngine = null; + } + + onDetach() { + if (this.host.shouldAttachEngineToActivity()) { + // Notify plugins that they are no longer attached to an Activity. + Log.d(TAG, "Detaching FlutterEngine from the Ability"); + this.flutterEngine.getAbilityControlSurface().detachFromAbility(); + } + } + + onLowMemory(): void { + this.getFlutterNapi().notifyLowMemoryWarning(); + this.flutterEngine.getSystemChannel().sendMemoryPressureWarning(); + } + + /** + * 生命周期回调 + */ + + onCreate() { + this.ensureAlive(); + if (this.shouldDispatchAppLifecycleState()) { + this.flutterEngine.getLifecycleChannel().appIsInactive(); + } + } + + onDestroy() { + this.ensureAlive(); + if (this.shouldDispatchAppLifecycleState()) { + this.flutterEngine.getLifecycleChannel().appIsDetached(); + } + this.textInputPlugin.detach(); + } + + onWindowStageCreate() { + this.ensureAlive(); + this.doInitialFlutterViewRun(); + if (this.shouldDispatchAppLifecycleState()) { + this.flutterEngine.getLifecycleChannel().appIsResumed(); + } + } + + onWindowStageDestroy() { + + } + + onWindowFocusChanged(hasFocus: boolean):void { + if (this.shouldDispatchAppLifecycleState()) { + this.flutterEngine.getAbilityControlSurface().onWindowFocusChanged(hasFocus); + if (hasFocus) { + this.flutterEngine.getLifecycleChannel().aWindowIsFocused(); + } else { + this.flutterEngine.getLifecycleChannel().noWindowsAreFocused(); + } + } + } + + onForeground() { + this.ensureAlive(); + if (this.shouldDispatchAppLifecycleState()) { + this.flutterEngine.getLifecycleChannel().appIsResumed(); + } + } + + onBackground() { + if (this.shouldDispatchAppLifecycleState()) { + this.flutterEngine.getLifecycleChannel().appIsPaused(); + } + } + + /** + * 生命周期回调结束 + */ + + shouldDispatchAppLifecycleState(): boolean { + return this.host.shouldDispatchAppLifecycleState() && this.isAttached; + } + + ensureAlive() { + if (this.host == null) { + throw new Error("Cannot execute method on a destroyed FlutterAbilityDelegate."); + } + } + + getFlutterNapi() { + return this.flutterEngine.getFlutterNapi() + } + + detachFromFlutterEngine() { + if (this.host.shouldDestroyEngineWithHost()) { + // The host owns the engine and should never have its engine taken by another exclusive + // activity. + throw new Error( + "The internal FlutterEngine created by " + + this.host + + " has been attached to by another activity. To persist a FlutterEngine beyond the " + + "ownership of this ablity, explicitly create a FlutterEngine"); + } + + // Default, but customizable, behavior is for the host to call {@link #onDetach} + // deterministically as to not mix more events during the lifecycle of the next exclusive + // activity. + this.host.detachFromFlutterEngine(); + } + + getAppComponent(): UIAbility { + const ability = this.host.getAbility(); + if (ability == null) { + throw new Error( + "FlutterActivityAndFragmentDelegate's getAppComponent should only " + + "be queried after onAttach, when the host's ability should always be non-null"); + } + return ability; + } + + onNewWant(want: Want, launchParams: AbilityConstant.LaunchParam): void { + this.ensureAlive() + if (this.flutterEngine != null) { + Log.i(TAG, "Forwarding onNewWant() to FlutterEngine and sending pushRouteInformation message."); + this.flutterEngine.getAbilityControlSurface().onNewWant(want, launchParams); + const initialRoute = this.maybeGetInitialRouteFromIntent(want); + if (initialRoute && initialRoute.length > 0) { + this.flutterEngine.getNavigationChannel().pushRouteInformation(initialRoute); + } + } else { + Log.w(TAG, "onNewIntent() invoked before FlutterFragment was attached to an Activity."); + } + } + + onSaveState(reason: AbilityConstant.StateType, wantParam: Record): AbilityConstant.OnSaveResult { + Log.i(TAG, "onSaveInstanceState. Giving framework and plugins an opportunity to save state."); + this.ensureAlive(); + if (this.host.shouldRestoreAndSaveState()) { + wantParam[FRAMEWORK_RESTORATION_BUNDLE_KEY] = this.flutterEngine.getRestorationChannel().getRestorationData(); + } + if (this.host.shouldAttachEngineToActivity()) { + const plugins:Record = {} + const result = this.flutterEngine.getAbilityControlSurface().onSaveState(reason, plugins); + wantParam[PLUGINS_RESTORATION_BUNDLE_KEY] = plugins; + return result + } + return AbilityConstant.OnSaveResult.ALL_REJECT + } + + addPlugin(plugin: FlutterPlugin): void { + this.flutterEngine.getPlugins().add(plugin) + } + + removePlugin(plugin: FlutterPlugin): void { + this.flutterEngine.getPlugins().remove(plugin.getUniqueClassName()) + } + + sendSettings(): void { + this.settings.sendSettings() + } +} + + +/** + * FlutterAbility句柄 + */ +interface Host extends FlutterEngineProvider, FlutterEngineConfigurator, PlatformPluginDelegate, MouseCursorViewDelegate { + + getAbility(): UIAbility; + + loadContent():void; + + shouldDispatchAppLifecycleState(): boolean; + + detachFromFlutterEngine(); + + shouldAttachEngineToActivity(): boolean; + + getCachedEngineId(): string; + + getCachedEngineGroupId(): string; + + /** + * Returns true if the {@link io.flutter.embedding.engine.FlutterEngine} used in this delegate + * should be destroyed when the host/delegate are destroyed. + */ + shouldDestroyEngineWithHost(): boolean; + + /** Returns the {@link FlutterShellArgs} that should be used when initializing Flutter. */ + getFlutterShellArgs(): FlutterShellArgs; + + /** Returns arguments that passed as a list of string to Dart's entrypoint function. */ + getDartEntrypointArgs(): Array; + + /** + * Returns the URI of the Dart library which contains the entrypoint method (example + * "package:foo_package/main.dart"). If null, this will default to the same library as the + * `main()` function in the Dart program. + */ + getDartEntrypointLibraryUri(): string; + + /** Returns the path to the app bundle where the Dart code exists. */ + getAppBundlePath(): string; + + /** + * Returns the Dart entrypoint that should run when a new {@link + * io.flutter.embedding.engine.FlutterEngine} is created. + */ + getDartEntrypointFunctionName(): string; + + /** Returns the initial route that Flutter renders. */ + getInitialRoute(): string; + + getWant(): Want; + + shouldRestoreAndSaveState(): boolean; +} + +export { Host, FlutterAbilityDelegate } \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterAbilityLaunchConfigs.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterAbilityLaunchConfigs.ets new file mode 100644 index 0000000000000000000000000000000000000000..996f455b9d045411425025f5c68089aee3f8938c --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterAbilityLaunchConfigs.ets @@ -0,0 +1,46 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +/** The mode of the background of a Flutter {@code Activity}, either opaque or transparent. */ +enum BackgroundMode { + /** Indicates a FlutterActivity with an opaque background. This is the default. */ + opaque, + /** Indicates a FlutterActivity with a transparent background. */ + transparent +} + +export default class FlutterAbilityLaunchConfigs { + + static DART_ENTRYPOINT_META_DATA_KEY = "io.flutter.Entrypoint"; + static DART_ENTRYPOINT_URI_META_DATA_KEY = "io.flutter.EntrypointUri"; + static INITIAL_ROUTE_META_DATA_KEY = "io.flutter.InitialRoute"; + static SPLASH_SCREEN_META_DATA_KEY = "io.flutter.embedding.android.SplashScreenDrawable"; + static NORMAL_THEME_META_DATA_KEY = "io.flutter.embedding.android.NormalTheme"; + static HANDLE_DEEPLINKING_META_DATA_KEY = "flutter_deeplinking_enabled"; + // Intent extra arguments. + static EXTRA_DART_ENTRYPOINT = "dart_entrypoint"; + static EXTRA_INITIAL_ROUTE = "route"; + static EXTRA_BACKGROUND_MODE = "background_mode"; + static EXTRA_CACHED_ENGINE_ID = "cached_engine_id"; + static EXTRA_DART_ENTRYPOINT_ARGS = "dart_entrypoint_args"; + static EXTRA_CACHED_ENGINE_GROUP_ID = "cached_engine_group_id"; + static EXTRA_DESTROY_ENGINE_WITH_ACTIVITY = "destroy_engine_with_activity"; + static EXTRA_ENABLE_STATE_RESTORATION = "enable_state_restoration"; + + // Default configuration. + static DEFAULT_DART_ENTRYPOINT = "main"; + static DEFAULT_INITIAL_ROUTE = "/"; + static DEFAULT_BACKGROUND_MODE = BackgroundMode.opaque +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterEngineConfigurator.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterEngineConfigurator.ets new file mode 100644 index 0000000000000000000000000000000000000000..7953cad0836a9be4bf6bfd940594fdc787f45d66 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterEngineConfigurator.ets @@ -0,0 +1,23 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import FlutterEngine from '../engine/FlutterEngine'; + +export default interface FlutterEngineConfigurator { + + configureFlutterEngine(flutterEngine: FlutterEngine); + + cleanUpFlutterEngine(flutterEngine: FlutterEngine); +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterEngineProvider.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterEngineProvider.ets new file mode 100644 index 0000000000000000000000000000000000000000..1bdd7b6a809a77510f8942e81e0d91e7b4970893 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterEngineProvider.ets @@ -0,0 +1,21 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import FlutterEngine from '../engine/FlutterEngine'; +import common from '@ohos.app.ability.common'; + +export default interface FlutterEngineProvider { + provideFlutterEngine(context: common.Context): FlutterEngine; +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterPage.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterPage.ets new file mode 100644 index 0000000000000000000000000000000000000000..05695111937b486f3f498e9c87c12bdb85d829c5 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterPage.ets @@ -0,0 +1,43 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +import { PlatformViewWrapper } from '../../plugin/platform/PlatformViewWrapper'; +import { RootDvModeManager } from '../../plugin/platform/RootDvModelManager'; +import { DVModel, + DVModelChildren, + DVModelContainer, + DVModelEvents, + DVModelParameters, DynamicView } from '../../view/DynamicView/dynamicView'; +import { createDVModelFromJson } from '../../view/DynamicView/dynamicViewJson'; + +/** + * 基础page组件,承载XComponent组件 + */ +@Component +export struct FlutterPage { + @State message: string = 'Hello World'; + + @State rootDvModel: DVModelContainer = RootDvModeManager.getRootDvMode(); + + build() { + DynamicView({ + model: this.rootDvModel.model as DVModel, + params: this.rootDvModel.model.params as DVModelParameters, + events: this.rootDvModel.model.events as DVModelEvents, + children: this.rootDvModel.model.children as DVModelChildren, + customBuilder: this.rootDvModel.model.builder as ($$: Record<"params",DVModelParameters >) => void + //customBuilder: this.rootDvModel.model.builder as ($$: { params: DVModelParameters }) => void + }) + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/OhosTouchProcessor.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/OhosTouchProcessor.ets new file mode 100644 index 0000000000000000000000000000000000000000..5f0c73abd0948c0efc9674589686c42ece4e1ce0 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/OhosTouchProcessor.ets @@ -0,0 +1,57 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +import { TouchEvent } from '@ohos.multimodalInput.touchEvent'; + +export default class OhosTouchProcessor { + private static POINTER_DATA_FIELD_COUNT: number = 35; + + static BYTES_PER_FIELD: number = 8; + + private static POINTER_DATA_FLAG_BATCHED: number = 1; + + public onTouchEvent(event: TouchEvent, transformMatrix: ESObject): void { + + } +} + +export enum PointerChange { + CANCEL = 0, + ADD = 1, + REMOVE = 2, + HOVER = 3, + DOWN = 4, + MOVE = 5, + UP = 6, + PAN_ZOOM_START = 7, + PAN_ZOOM_UPDATE = 8, + PAN_ZOOM_END = 9 +} + +export enum PointerDeviceKind { + TOUCH = 0, + MOUSE = 1, + STYLUS = 2, + INVERTED_STYLUS = 3, + TRACKPAD = 4, + UNKNOWN = 5 +} + +export enum PointerSignalKind { + NONE = 0, + SCROLL = 1, + SCROLL_INERTIA_CANCEL = 2, + SCALE = 3, + UNKNOWN = 4 +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/Settings.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/Settings.ets new file mode 100644 index 0000000000000000000000000000000000000000..a435d2a45cc960a5d6a4eb49c3d131c83b4d2dcb --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/Settings.ets @@ -0,0 +1,35 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import SettingsChannel, { PlatformBrightness } from '../engine/systemchannels/SettingsChannel' +import I18n from '@ohos.i18n' + +export default class Settings { + settingsChannel: SettingsChannel; + + constructor(settingsChannel: SettingsChannel) { + this.settingsChannel = settingsChannel; + } + + sendSettings(): void { + this.settingsChannel.startMessage() + .setAlwaysUse24HourFormat(I18n.System.is24HourClock()) + .setTextScaleFactor(1.0) + .setNativeSpellCheckServiceDefined(false) + .setBrieflyShowPassword(false) + .setPlatformBrightness(PlatformBrightness.LIGHT) + .send(); + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/TouchEventTracker.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/TouchEventTracker.ets new file mode 100644 index 0000000000000000000000000000000000000000..b51743116ed023a1eb9b84448a8a77c7defd4b2f --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/TouchEventTracker.ets @@ -0,0 +1,87 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +/** Tracks the motion events received by the FlutterView. */ +import PlainArray from '@ohos.util.PlainArray'; +import { TouchEvent } from '@ohos.multimodalInput.touchEvent'; +import Queue from '@ohos.util.Queue'; + +export class TouchEventTracker { + private eventById : PlainArray; + private unusedEvents : Queue; + private static INSTANCE:TouchEventTracker; + + public static getInstance(): TouchEventTracker { + if (TouchEventTracker.INSTANCE == null) { + TouchEventTracker.INSTANCE = new TouchEventTracker(); + } + return TouchEventTracker.INSTANCE; + } + + constructor() { + this.eventById = new PlainArray(); + this.unusedEvents = new Queue(); + } + + /** Tracks the event and returns a unique MotionEventId identifying the event. */ + public track(event :TouchEvent) : TouchEventId { + const eventId:TouchEventId = TouchEventId.createUnique(); + this.eventById.add(eventId.getId(), event); + this.unusedEvents.add(eventId.getId()); + return eventId; + } + + /** + * Returns the MotionEvent corresponding to the eventId while discarding all the motion events + * that occurred prior to the event represented by the eventId. Returns null if this event was + * popped or discarded. + */ + public pop(eventId : TouchEventId) : TouchEvent { + // remove all the older events. + while (this.unusedEvents.length != 0 && this.unusedEvents.getFirst() < eventId.getId()) { + this.eventById.remove(this.unusedEvents.pop()); + } + + // remove the current event from the heap if it exists. + if (this.unusedEvents.length != 0 && this.unusedEvents.getFirst() == eventId.getId()) { + this.unusedEvents.pop(); + } + + const event : TouchEvent = this.eventById.get(eventId.getId()); + this.eventById.remove(eventId.getId()); + return event; + } +} + +/** Represents a unique identifier corresponding to a motion event. */ +export class TouchEventId { + private static ID_COUNTER : number = 0; + private id : number; + + constructor(id : number) { + this.id = id; + } + + public static from(id : number) : TouchEventId { + return new TouchEventId(id); + } + + public static createUnique() : TouchEventId { + return new TouchEventId(TouchEventId.ID_COUNTER++); + } + + public getId() : number { + return this.id; + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/WindowInfoRepositoryCallbackAdapterWrapper.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/WindowInfoRepositoryCallbackAdapterWrapper.ets new file mode 100644 index 0000000000000000000000000000000000000000..6b86d30aae3b4a30c49874c215f94abe781ead61 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/WindowInfoRepositoryCallbackAdapterWrapper.ets @@ -0,0 +1,22 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +import UIAbility from '@ohos.app.ability.UIAbility'; + +export default class WindowInfoRepositoryCallbackAdapterWrapper { + + constructor() { + } + +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/PlatformPlugin.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/PlatformPlugin.ets new file mode 100644 index 0000000000000000000000000000000000000000..9910f14b6d71e2fc70e55eb8c7846ccbeffa0180 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/PlatformPlugin.ets @@ -0,0 +1,301 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +import PlatformChannel, { + AppSwitcherDescription, + Brightness, + ClipboardContentFormat, + HapticFeedbackType, + PlatformMessageHandler, + SoundType, + SystemChromeStyle, + SystemUiMode, + SystemUiOverlay +} from '../embedding/engine/systemchannels/PlatformChannel'; +import pasteboard from '@ohos.pasteboard'; +import Log from '../util/Log'; +import vibrator from '@ohos.vibrator'; +import window from '@ohos.window'; +import common from '@ohos.app.ability.common'; + +/** + * ohos实现platform plugin + */ +export default class PlatformPlugin { + private static TAG = "PlatformPlugin"; + private callback = new PlatformPluginCallback(); + + constructor(platformChannel: PlatformChannel, context: common.Context, platformPluginDelegate?: PlatformPluginDelegate) { + this.callback.platformChannel = platformChannel; + this.callback.context = context; + this.callback.applicationContext = context.getApplicationContext(); + this.callback.platform = this; + + try { + window.getLastWindow(context, (err, data) => { + if (err.code) { + Log.e(PlatformPlugin.TAG, "Failed to obtain the top window. Cause: " + JSON.stringify(err)); + return; + } + this.callback.windowClass = data; + }); + } catch (err) { + Log.e(PlatformPlugin.TAG, "Failed to obtain the top window. Cause: " + JSON.stringify(err)); + } + this.callback.platformPluginDelegate = platformPluginDelegate; + this.callback.platformChannel.setPlatformMessageHandler(this.callback); + } + + + updateSystemUiOverlays(): void { + this.callback.windowClass.setWindowSystemBarEnable(this.callback.showBarOrNavigation); + if (this.callback.currentTheme != null) { + this.callback.setSystemChromeSystemUIOverlayStyle(this.callback.currentTheme); + } + } + + setUIAbilityContext(context: common.UIAbilityContext): void { + this.callback.uiAbilityContext = context; + } + + setSystemChromeChangeListener(): void { + if (this.callback.callbackId == null && this.callback.applicationContext != null) { + let that = this; + this.callback.callbackId = this.callback.applicationContext.on('environment', { + onConfigurationUpdated(config) { + Log.d(PlatformPlugin.TAG, "onConfigurationUpdated: " + that.callback.showBarOrNavigation); + that.callback.platformChannel.systemChromeChanged(that.callback.showBarOrNavigation.includes('status')); + }, + onMemoryLevel(level) { + } + }) + } + } +} + +export interface PlatformPluginDelegate { + popSystemNavigator(): boolean; +} + +class PlatformPluginCallback implements PlatformMessageHandler { + private static TAG = "PlatformPluginCallback"; + platform: PlatformPlugin; + windowClass: window.Window = null; + platformChannel: PlatformChannel; + platformPluginDelegate: PlatformPluginDelegate; + context: common.Context; + showBarOrNavigation: ('status' | 'navigation')[] = ['status', 'navigation']; + uiAbilityContext: common.UIAbilityContext = null; + callbackId: number = null; + applicationContext: common.ApplicationContext = null; + currentTheme: SystemChromeStyle = null; + + playSystemSound(soundType: SoundType) { + } + + vibrateHapticFeedback(feedbackType: HapticFeedbackType) { + switch (feedbackType) { + case HapticFeedbackType.STANDARD: + vibrator.startVibration({ type: 'time', duration: 100 }, + { id: 0, usage: 'touch' }); + break; + case HapticFeedbackType.LIGHT_IMPACT: + vibrator.startVibration({ type: 'time', duration: 100 }, + { id: 0, usage: 'notification' }).then(); + break; + case HapticFeedbackType.MEDIUM_IMPACT: + vibrator.startVibration({ type: 'time', duration: 100 }, + { id: 0, usage: 'ring' }); + break; + case HapticFeedbackType.HEAVY_IMPACT: + vibrator.startVibration({ type: 'time', duration: 100 }, + { id: 0, usage: 'alarm' }); + break; + case HapticFeedbackType.SELECTION_CLICK: + vibrator.startVibration({ type: 'time', duration: 100 }, + { id: 0, usage: 'physicalFeedback' }); + break; + } + } + + setPreferredOrientations(ohosOrientation: number) { + Log.d(PlatformPluginCallback.TAG, "ohosOrientation: " + ohosOrientation); + this.windowClass.setPreferredOrientation(ohosOrientation); + } + + setApplicationSwitcherDescription(description: AppSwitcherDescription) { + // representation described in the given {@code description}. + } + + showSystemOverlays(overlays: SystemUiOverlay[]) { + this.setSystemChromeEnabledSystemUIOverlays(overlays); + } + + showSystemUiMode(mode: SystemUiMode) { + this.setSystemChromeEnabledSystemUIMode(mode); + } + + setSystemUiChangeListener() { + this.platform.setSystemChromeChangeListener(); + } + + restoreSystemUiOverlays() { + this.platform.updateSystemUiOverlays(); + } + + setSystemUiOverlayStyle(systemUiOverlayStyle: SystemChromeStyle) { + Log.d(PlatformPluginCallback.TAG, "systemUiOverlayStyle:" + JSON.stringify(systemUiOverlayStyle)); + this.setSystemChromeSystemUIOverlayStyle(systemUiOverlayStyle); + } + + popSystemNavigator() { + if (this.platformPluginDelegate != null && this.platformPluginDelegate.popSystemNavigator()) { + return; + } + if (this.uiAbilityContext != null) { + this.uiAbilityContext.terminateSelf(); + } + } + + getClipboardData(format: ClipboardContentFormat): string { + // todo + return ""; + } + + setClipboardData(text: string) { + let pasteData = pasteboard.createData(pasteboard.MIMETYPE_TEXT_PLAIN, text); + let clipboard = pasteboard.getSystemPasteboard(); + clipboard.setData(pasteData); + } + + clipboardHasStrings(): boolean { + return false; + } + + setSystemChromeEnabledSystemUIMode(mode: SystemUiMode): void { + Log.d(PlatformPluginCallback.TAG, "mode: " + mode); + let uiConfig: ('status' | 'navigation')[] = []; + if (mode == SystemUiMode.LEAN_BACK) { + //全屏显示,通过点击显示器上的任何位置都可以显示状态和导航栏 + this.windowClass.setWindowLayoutFullScreen(false); + + } else if (mode == SystemUiMode.IMMERSIVE) { + //全屏显示,通过在显示器边缘的滑动手势可以显示状态和导航栏,应用程序不会接收到此手势 + this.windowClass.setWindowLayoutFullScreen(true); + + } else if (mode == SystemUiMode.IMMERSIVE_STICKY) { + //全屏显示,通过在显示器边缘的滑动手势可以显示状态和导航栏,此手势由应用程序接收 + this.windowClass.setWindowLayoutFullScreen(true); + + } else if (mode == SystemUiMode.EDGE_TO_EDGE) { + //全屏显示,在应用程序上呈现状态和导航元素 + this.windowClass.setWindowLayoutFullScreen(false); + uiConfig = ['status', 'navigation']; + + } else { + return; + } + this.showBarOrNavigation = uiConfig; + this.platform.updateSystemUiOverlays(); + } + + setSystemChromeSystemUIOverlayStyle(systemChromeStyle: SystemChromeStyle): void { + let isStatusBarLightIconValue: boolean = false; + let statusBarColorValue: string = null; + let statusBarContentColorValue: string = null; + let navigationBarColorValue: string = null; + let isNavigationBarLightIconValue: boolean = false; + let navigationBarContentColorValue: string = null; + if (systemChromeStyle.statusBarIconBrightness != null) { + switch (systemChromeStyle.statusBarIconBrightness) { + case Brightness.DARK: + isStatusBarLightIconValue = false; + break; + case Brightness.LIGHT: + isStatusBarLightIconValue = true; + break; + } + } + + if (systemChromeStyle.statusBarColor != null) { + statusBarColorValue = "#" + systemChromeStyle.statusBarColor.toString(16); + } + + if (systemChromeStyle.systemStatusBarContrastEnforced != null) { + + } + + if (systemChromeStyle.systemNavigationBarIconBrightness != null) { + switch (systemChromeStyle.systemNavigationBarIconBrightness) { + case Brightness.DARK: + isNavigationBarLightIconValue = true; + break; + case Brightness.LIGHT: + isNavigationBarLightIconValue = false; + } + } + + if (systemChromeStyle.systemNavigationBarColor != null) { + navigationBarColorValue = "#" + systemChromeStyle.systemNavigationBarColor.toString(16); + } + + if (systemChromeStyle.systemNavigationBarContrastEnforced != null) { + + } + this.currentTheme = systemChromeStyle; + let systemBarProperties = new SystemBarProperties(); + systemBarProperties.statusBarColor = statusBarColorValue; + systemBarProperties.isStatusBarLightIcon = isStatusBarLightIconValue; + systemBarProperties.statusBarContentColor = statusBarContentColorValue; + systemBarProperties.navigationBarColor = navigationBarColorValue; + systemBarProperties.isNavigationBarLightIcon = isNavigationBarLightIconValue; + systemBarProperties.navigationBarContentColor = navigationBarContentColorValue; + Log.d(PlatformPluginCallback.TAG, "systemBarProperties: " + JSON.stringify(systemBarProperties)); + this.windowClass.setWindowSystemBarProperties(systemBarProperties); + } + + setSystemChromeEnabledSystemUIOverlays(overlays: SystemUiOverlay[]): void { + let uiConfig: ('status' | 'navigation')[] = []; + if (overlays.length == 0) { + + } + for (let index = 0; index < overlays.length; ++index) { + let overlayToShow = overlays[index]; + switch (overlayToShow) { + case SystemUiOverlay.TOP_OVERLAYS: + uiConfig.push('status'); //hide navigation + break; + case SystemUiOverlay.BOTTOM_OVERLAYS: + uiConfig.push('navigation'); //hide bar + break; + } + } + this.showBarOrNavigation = uiConfig; + this.platform.updateSystemUiOverlays(); + } +} + +class SystemBarProperties { + statusBarColor?: string; + + isStatusBarLightIcon?: boolean; + + statusBarContentColor?: string; + + navigationBarColor?: string; + + isNavigationBarLightIcon?: boolean; + + navigationBarContentColor?: string; +} diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/BasicMessageChannel.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/BasicMessageChannel.ets new file mode 100644 index 0000000000000000000000000000000000000000..a6e6f6bcfb5b863a2b5c65b9f398ec5e048f4ad6 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/BasicMessageChannel.ets @@ -0,0 +1,170 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import MessageChannelUtils from '../../util/MessageChannelUtils'; +import { BinaryMessageHandler } from './BinaryMessenger'; +import Log from '../../util/Log'; +import { BinaryReply } from './BinaryMessenger'; +import { TaskQueue } from './BinaryMessenger'; +import MessageCodec from './MessageCodec'; +import { BinaryMessenger } from './BinaryMessenger'; +/** + * A named channel for communicating with the Flutter application using basic, asynchronous message + * passing. + * + *

Messages are encoded into binary before being sent, and binary messages received are decoded + * into Java objects. The {@link MessageCodec} used must be compatible with the one used by the + * Flutter application. This can be achieved by creating a BasicMessageChannel + * counterpart of this channel on the Dart side. The static Java type of messages sent and received + * is {@code Object}, but only values supported by the specified {@link MessageCodec} can be used. + * + *

The logical identity of the channel is given by its name. Identically named channels will + * interfere with each other's communication. + */ +export default class BasicMessageChannel { + public static TAG = "BasicMessageChannel#"; + public static CHANNEL_BUFFERS_CHANNEL = "dev.flutter/channel-buffers"; + private messenger: BinaryMessenger; + private name: string; + private codec: MessageCodec; + private taskQueue: TaskQueue; + + constructor(messenger: BinaryMessenger, name: string, codec: MessageCodec, taskQueue?: TaskQueue) { + this.messenger = messenger + this.name = name + this.codec = codec + this.taskQueue = taskQueue + } + + /** + * Sends the specified message to the Flutter application, optionally expecting a reply. + * + *

Any uncaught exception thrown by the reply callback will be caught and logged. + * + * @param message the message, possibly null. + * @param callback a {@link Reply} callback, possibly null. + */ + send(message: T, callback?: (reply: T)=>void): void { + this.messenger.send(this.name, this.codec.encodeMessage(message), callback == null ? null : new IncomingReplyHandler(callback, this.codec)); + } + + /** + * Registers a message handler on this channel for receiving messages sent from the Flutter + * application. + * + *

Overrides any existing handler registration for (the name of) this channel. + * + *

If no handler has been registered, any incoming message on this channel will be handled + * silently by sending a null reply. + * + * @param handler a {@link MessageHandler}, or null to deregister. + */ + setMessageHandler(handler: MessageHandler): void { + // We call the 2 parameter variant specifically to avoid breaking changes in + // mock verify calls. + // See https://github.com/flutter/flutter/issues/92582. + if (this.taskQueue != null) { + this.messenger.setMessageHandler( + this.name, handler == null ? null : new IncomingMessageHandler(handler, this.codec), this.taskQueue); + } else { + this.messenger.setMessageHandler(this.name, handler == null ? null : new IncomingMessageHandler(handler, this.codec)); + } + } + + /** + * Adjusts the number of messages that will get buffered when sending messages to channels that + * aren't fully set up yet. For example, the engine isn't running yet or the channel's message + * handler isn't set up on the Dart side yet. + */ + resizeChannelBuffer(newSize: number): void { + MessageChannelUtils.resizeChannelBuffer(this.messenger, this.name, newSize); + } +} + + +export interface Reply { + /** + * Handles the specified message reply. + * + * @param reply the reply, possibly null. + */ + reply: (reply: T) => void; +} + +export interface MessageHandler { + + /** + * Handles the specified message received from Flutter. + * + *

Handler implementations must reply to all incoming messages, by submitting a single reply + * message to the given {@link Reply}. Failure to do so will result in lingering Flutter reply + * handlers. The reply may be submitted asynchronously and invoked on any thread. + * + *

Any uncaught exception thrown by this method, or the preceding message decoding, will be + * caught by the channel implementation and logged, and a null reply message will be sent back + * to Flutter. + * + *

Any uncaught exception thrown during encoding a reply message submitted to the {@link + * Reply} is treated similarly: the exception is logged, and a null reply is sent to Flutter. + * + * @param message the message, possibly null. + * @param reply a {@link Reply} for sending a single message reply back to Flutter. + */ + onMessage(message: T, reply: Reply): void; +} + +class IncomingReplyHandler implements BinaryReply { + private callback: (reply: T)=>void; + private codec: MessageCodec + + constructor(callback:(reply: T)=>void, codec: MessageCodec) { + this.callback = callback + this.codec = codec + } + + reply(reply: ArrayBuffer) { + try { + this.callback(this.codec.decodeMessage(reply)); + } catch (e) { + Log.e(BasicMessageChannel.TAG, "Failed to handle message reply", e); + } + } +} + +class IncomingMessageHandler implements BinaryMessageHandler { + private handler: MessageHandler + private codec: MessageCodec + + constructor(handler: MessageHandler, codec: MessageCodec) { + this.handler = handler; + this.codec = codec + } + + onMessage(message: ArrayBuffer, callback: BinaryReply) { + try { + this.handler.onMessage( + this.codec.decodeMessage(message), + { + reply: (reply: T): void => { + callback.reply(this.codec.encodeMessage(reply)); + } + }); + } catch (e) { + Log.e(BasicMessageChannel.TAG, "Failed to handle message", e); + callback.reply(null); + } + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/BinaryCodec.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/BinaryCodec.ets new file mode 100644 index 0000000000000000000000000000000000000000..578436417dc4a23cfaf2c5adbb9c8340efa5795d --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/BinaryCodec.ets @@ -0,0 +1,49 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import MessageCodec from './MessageCodec'; + +/** + * A {@link MessageCodec} using unencoded binary messages, represented as {@link ByteBuffer}s. + * + *

This codec is guaranteed to be compatible with the corresponding BinaryCodec on the + * Dart side. These parts of the Flutter SDK are evolved synchronously. + * + *

On the Dart side, messages are represented using {@code ByteData}. + */ + +export default class BinaryCodec implements MessageCodec { + private returnsDirectByteBufferFromDecoding: boolean = false; + static readonly INSTANCE_DIRECT = new BinaryCodec(true); + + constructor(returnsDirectByteBufferFromDecoding: boolean) { + this.returnsDirectByteBufferFromDecoding = returnsDirectByteBufferFromDecoding; + } + + encodeMessage(message: ArrayBuffer): ArrayBuffer { + return message + } + + decodeMessage(message: ArrayBuffer): ArrayBuffer { + if (message == null) { + return message; + } else if (this.returnsDirectByteBufferFromDecoding) { + return message; + } else { + return message.slice(0, message.byteLength); + } + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/BinaryMessenger.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/BinaryMessenger.ets new file mode 100644 index 0000000000000000000000000000000000000000..988c6a57092f7913f20b65bf6afa97b310385931 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/BinaryMessenger.ets @@ -0,0 +1,158 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +/** + * An abstraction over the threading policy used to invoke message handlers. + * + *

These are generated by calling methods like {@link + * BinaryMessenger#makeBackgroundTaskQueue(TaskQueueOptions)} and can be passed into platform + * channels' constructors to control the threading policy for handling platform channels' + * messages. + */ +export interface TaskQueue {} + +/** Options that control how a TaskQueue should operate and be created. */ +export class TaskQueueOptions { + private isSerial = true; + + getIsSerial() { + return this.isSerial; + } + + setIsSerial(isSerial: boolean): TaskQueueOptions { + this.isSerial = isSerial; + return this; + } +} + +/** + * Binary message reply callback. Used to submit a reply to an incoming message from Flutter. Also + * used in the dual capacity to handle a reply received from Flutter after sending a message. + */ +export interface BinaryReply { + /** + * Handles the specified reply. + * + * @param reply the reply payload, a direct-allocated {@link ByteBuffer} or null. Senders of + * outgoing replies must place the reply bytes between position zero and current position. + * Reply receivers can read from the buffer directly. + */ + reply(reply: ArrayBuffer): void; +} + +/** Handler for incoming binary messages from Flutter. */ +export interface BinaryMessageHandler { + /** + * Handles the specified message. + * + *

Handler implementations must reply to all incoming messages, by submitting a single reply + * message to the given {@link BinaryReply}. Failure to do so will result in lingering Flutter + * reply handlers. The reply may be submitted asynchronously. + * + *

Any uncaught exception thrown by this method will be caught by the messenger + * implementation and logged, and a null reply message will be sent back to Flutter. + * + * @param message the message {@link ByteBuffer} payload, possibly null. + * @param reply A {@link BinaryReply} used for submitting a reply back to Flutter. + */ + onMessage(message: ArrayBuffer, reply: BinaryReply): void; +} + +/** + * Facility for communicating with Flutter using asynchronous message passing with binary messages. + * The Flutter Dart code should use BinaryMessages to + * participate. + * + *

{@code BinaryMessenger} is expected to be utilized from a single thread throughout the + * duration of its existence. If created on the main thread, then all invocations should take place + * on the main thread. If created on a background thread, then all invocations should take place on + * that background thread. + * + * @see BasicMessageChannel , which supports message passing with Strings and semi-structured + * messages. + * @see MethodChannel , which supports communication using asynchronous method invocation. + * @see EventChannel , which supports communication using event streams. + */ +export interface BinaryMessenger { + makeBackgroundTaskQueue(options?: TaskQueueOptions): TaskQueue; + + /** + * Sends a binary message to the Flutter application. + * + * @param channel the name {@link String} of the logical channel used for the message. + * @param message the message payload, a direct-allocated {@link ByteBuffer} with the message + * bytes between position zero and current position, or null. + */ + send(channel: String, message: ArrayBuffer): void; + + /** + * Sends a binary message to the Flutter application, optionally expecting a reply. + * + *

Any uncaught exception thrown by the reply callback will be caught and logged. + * + * @param channel the name {@link String} of the logical channel used for the message. + * @param message the message payload, a direct-allocated {@link ByteBuffer} with the message + * bytes between position zero and current position, or null. + * @param callback a {@link BinaryReply} callback invoked when the Flutter application responds to + * the message, possibly null. + */ + send(channel: String, message: ArrayBuffer, callback?: BinaryReply): void; + + /** + * Registers a handler to be invoked when the Flutter application sends a message to its host + * platform. + * + *

Registration overwrites any previous registration for the same channel name. Use a null + * handler to deregister. + * + *

If no handler has been registered for a particular channel, any incoming message on that + * channel will be handled silently by sending a null reply. + * + * @param channel the name {@link String} of the channel. + * @param handler a {@link BinaryMessageHandler} to be invoked on incoming messages, or null. + * @param taskQueue a {@link BinaryMessenger.TaskQueue} that specifies what thread will execute + * the handler. Specifying null means execute on the platform thread. + */ + //setMessageHandler(channel: String, handler: BinaryMessageHandler) + setMessageHandler(channel: String, handler: BinaryMessageHandler, taskQueue?: TaskQueue): void; + // { + // if (taskQueue != null) { + // throw new Error("setMessageHandler called with nonnull taskQueue is not supported.") + // } + // } + + /** + * Enables the ability to queue messages received from Dart. + * + *

This is useful when there are pending channel handler registrations. For example, Dart may + * be initialized concurrently, and prior to the registration of the channel handlers. This + * implies that Dart may start sending messages while plugins are being registered. + */ + enableBufferingIncomingMessages(): void; + // { + // throw new Error("enableBufferingIncomingMessages not implemented."); + // } + + /** + * Disables the ability to queue messages received from Dart. + * + *

This can be used after all pending channel handlers have been registered. + */ + disableBufferingIncomingMessages(): void; + // { + // throw new Error("disableBufferingIncomingMessages not implemented."); + // } +} diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/EventChannel.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/EventChannel.ets new file mode 100644 index 0000000000000000000000000000000000000000..166659a32e819580f2d433886f763dc453d8a597 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/EventChannel.ets @@ -0,0 +1,263 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + + +/** + * A named channel for communicating with the Flutter application using asynchronous event streams. + * + *

Incoming requests for event stream setup are decoded from binary on receipt, and Java + * responses and events are encoded into binary before being transmitted back to Flutter. The {@link + * MethodCodec} used must be compatible with the one used by the Flutter application. This can be + * achieved by creating an EventChannel + * counterpart of this channel on the Dart side. The Java type of stream configuration arguments, + * events, and error details is {@code Object}, but only values supported by the specified {@link + * MethodCodec} can be used. + * + *

The logical identity of the channel is given by its name. Identically named channels will + * interfere with each other's communication. + */ +import Log from '../../util/Log'; +import { BinaryMessageHandler, BinaryMessenger, BinaryReply, TaskQueue } from './BinaryMessenger'; +import MethodCodec from './MethodCodec'; +import StandardMethodCodec from './StandardMethodCodec'; + +const TAG = "EventChannel#"; + +export default class EventChannel { + private messenger: BinaryMessenger; + private name: string; + private codec: MethodCodec; + private taskQueue: TaskQueue; + + constructor(messenger: BinaryMessenger, name: string, codec?: MethodCodec, taskQueue?: TaskQueue) { + this.messenger = messenger + this.name = name + this.codec = codec ? codec : StandardMethodCodec.INSTANCE + this.taskQueue = taskQueue + } + + + /** + * Registers a stream handler on this channel. + * + *

Overrides any existing handler registration for (the name of) this channel. + * + *

If no handler has been registered, any incoming stream setup requests will be handled + * silently by providing an empty stream. + * + * @param handler a {@link StreamHandler}, or null to deregister. + */ + setStreamHandler(handler: StreamHandler): void { + // We call the 2 parameter variant specifically to avoid breaking changes in + // mock verify calls. + // See https://github.com/flutter/flutter/issues/92582. + if (this.taskQueue != null) { + this.messenger.setMessageHandler( + this.name, handler == null ? null : new IncomingStreamRequestHandler(handler, this.name, this.codec, this.messenger), this.taskQueue); + } else { + this.messenger.setMessageHandler( + this.name, handler == null ? null : new IncomingStreamRequestHandler(handler, this.name, this.codec, this.messenger)); + } + } +} + +/** + * Handler of stream setup and teardown requests. + * + *

Implementations must be prepared to accept sequences of alternating calls to {@link + * #onListen(Object, EventChannel.EventSink)} and {@link #onCancel(Object)}. Implementations + * should ideally consume no resources when the last such call is not {@code onListen}. In typical + * situations, this means that the implementation should register itself with platform-specific + * event sources {@code onListen} and deregister again {@code onCancel}. + */ +export interface StreamHandler { + /** + * Handles a request to set up an event stream. + * + *

Any uncaught exception thrown by this method will be caught by the channel implementation + * and logged. An error result message will be sent back to Flutter. + * + * @param arguments stream configuration arguments, possibly null. + * @param events an {@link EventSink} for emitting events to the Flutter receiver. + */ + onListen(args: ESObject, events: EventSink): void; + + /** + * Handles a request to tear down the most recently created event stream. + * + *

Any uncaught exception thrown by this method will be caught by the channel implementation + * and logged. An error result message will be sent back to Flutter. + * + *

The channel implementation may call this method with null arguments to separate a pair of + * two consecutive set up requests. Such request pairs may occur during Flutter hot restart. Any + * uncaught exception thrown in this situation will be logged without notifying Flutter. + * + * @param arguments stream configuration arguments, possibly null. + */ + onCancel(args: ESObject): void; +} + +/** + * Event callback. Supports dual use: Producers of events to be sent to Flutter act as clients of + * this interface for sending events. Consumers of events sent from Flutter implement this + * interface for handling received events (the latter facility has not been implemented yet). + */ +export interface EventSink { + /** + * Consumes a successful event. + * + * @param event the event, possibly null. + */ + success(event: ESObject): void; + + /** + * Consumes an error event. + * + * @param errorCode an error code String. + * @param errorMessage a human-readable error message String, possibly null. + * @param errorDetails error details, possibly null + */ + error(errorCode: string, errorMessage: string, errorDetails: ESObject): void; + + /** + * Consumes end of stream. Ensuing calls to {@link #success(Object)} or {@link #error(String, + * String, Object)}, if any, are ignored. + */ + endOfStream(): void; +} + +class IncomingStreamRequestHandler implements BinaryMessageHandler { + private handler: StreamHandler; + private activeSink = new AtomicReference(null); + private codec: MethodCodec; + private name: string; + private messenger: BinaryMessenger; + + constructor(handler: StreamHandler, name: string, codec: MethodCodec, messenger: BinaryMessenger) { + this.handler = handler; + this.codec = codec; + this.name = name; + this.messenger = messenger; + } + + onMessage(message: ArrayBuffer, reply: BinaryReply): void { + const call = this.codec.decodeMethodCall(message); + if (call.method == "listen") { + this.onListen(call.args, reply); + } else if (call.method == "cancel") { + this.onCancel(call.args, reply); + } else { + reply.reply(null); + } + } + + onListen(args: ESObject, callback: BinaryReply): void { + const eventSink = new EventSinkImplementation(this.activeSink, this.name, this.codec, this.messenger); + const oldSink = this.activeSink.getAndSet(eventSink); + if (oldSink != null) { + // Repeated calls to onListen may happen during hot restart. + // We separate them with a call to onCancel. + try { + this.handler.onCancel(null); + } catch (e) { + Log.e(TAG + this.name, "Failed to close existing event stream", e); + } + } + try { + this.handler.onListen(args, eventSink); + callback.reply(this.codec.encodeSuccessEnvelope(null)); + } catch (e) { + this.activeSink.set(null); + Log.e(TAG + this.name, "Failed to open event stream", e); + callback.reply(this.codec.encodeErrorEnvelope("error", e.getMessage(), null)); + } + } + + onCancel(args: ESObject, callback: BinaryReply): void { + const oldSink = this.activeSink.getAndSet(null); + if (oldSink != null) { + try { + this.handler.onCancel(args); + callback.reply(this.codec.encodeSuccessEnvelope(null)); + } catch (e) { + Log.e(TAG + this.name, "Failed to close event stream", e); + callback.reply(this.codec.encodeErrorEnvelope("error", e.getMessage(), null)); + } + } else { + callback.reply(this.codec.encodeErrorEnvelope("error", "No active stream to cancel", null)); + } + } +} + +class EventSinkImplementation implements EventSink { + private hasEnded = false; + private activeSink: AtomicReference; + private messenger: BinaryMessenger; + private codec: MethodCodec; + private name: string; + + constructor(activeSink: AtomicReference, name: string, codec: MethodCodec, messenger: BinaryMessenger) { + this.activeSink = activeSink; + this.codec = codec; + this.name = name; + this.messenger = messenger; + } + + success(event: ESObject): void { + if (this.hasEnded || this.activeSink.get() != this) { + return; + } + this.messenger.send(this.name, this.codec.encodeSuccessEnvelope(event)); + } + + error(errorCode: string, errorMessage: string, errorDetails: ESObject) { + if (this.hasEnded || this.activeSink.get() != this) { + return; + } + this.messenger.send( + this.name, this.codec.encodeErrorEnvelope(errorCode, errorMessage, errorDetails)); + } + + endOfStream(): void { + if (this.hasEnded || this.activeSink.get() != this) { + return; + } + this.hasEnded = true; + this.messenger.send(this.name, null); + } +} + +class AtomicReference { + private value: T; + + constructor(value: T) { + this.value = value + } + + get(): T { + return this.value; + } + + set(newValue: T): void { + this.value = newValue; + } + + getAndSet(newValue: T) { + const oldValue = this.value; + this.value = newValue; + return oldValue; + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/FlutterException.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/FlutterException.ets new file mode 100644 index 0000000000000000000000000000000000000000..03af6b520acc908d9cb63914ca2236736218aa77 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/FlutterException.ets @@ -0,0 +1,28 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +export default class FlutterException implements Error { + stack?: string; + message: string; + name: string; + code: string; + details: ESObject + + constructor(code: string, message: string, details: ESObject) { + this.message = message; + this.code = code; + this.details =details; + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/JSONMessageCodec.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/JSONMessageCodec.ets new file mode 100644 index 0000000000000000000000000000000000000000..4c289c6054e952a5cf7ed48b58fcfab6e343533b --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/JSONMessageCodec.ets @@ -0,0 +1,51 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import MessageCodec from './MessageCodec'; +import MethodCodec from './MethodCodec'; +import StringCodec from './StringCodec'; + +/** + * A {@link MethodCodec} using UTF-8 encoded JSON method calls and result envelopes. + * + *

This codec is guaranteed to be compatible with the corresponding JSONMethodCodec on + * the Dart side. These parts of the Flutter SDK are evolved synchronously. + * + *

On the Dart side, JSON messages are handled by the JSON facilities of the dart:convert package. + */ +export default class JSONMessageCodec implements MessageCodec { + static INSTANCE = new JSONMessageCodec(); + + encodeMessage(message: ESObject): ArrayBuffer { + if (message == null) { + return null; + } + return StringCodec.INSTANCE.encodeMessage(JSON.stringify(message)); + } + + decodeMessage(message: ArrayBuffer): ESObject { + if (message == null) { + return null; + } + try { + const jsonStr = StringCodec.INSTANCE.decodeMessage(message); + return JSON.parse(jsonStr); + } catch (e) { + throw new Error("Invalid JSON"); + } + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/JSONMethodCodec.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/JSONMethodCodec.ets new file mode 100644 index 0000000000000000000000000000000000000000..7b5bf1d0891fe841d7380e0e6166ca5b82793e7b --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/JSONMethodCodec.ets @@ -0,0 +1,97 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +import Log from '../../util/Log'; + +import ToolUtils from '../../util/ToolUtils'; +import FlutterException from './FlutterException'; +import JSONMessageCodec from './JSONMessageCodec'; +import MethodCall from './MethodCall'; +import MethodCodec from './MethodCodec'; + +/** + * A {@link MethodCodec} using UTF-8 encoded JSON method calls and result envelopes. + * + *

This codec is guaranteed to be compatible with the corresponding JSONMethodCodec on + * the Dart side. These parts of the Flutter SDK are evolved synchronously. + * + *

Values supported as methods arguments and result payloads are those supported by {@link + * JSONMessageCodec}. + */ +export default class JSONMethodCodec implements MethodCodec { + static INSTANCE = new JSONMethodCodec(); + + encodeMethodCall(methodCall: MethodCall): ArrayBuffer { + try { + const map: Record = { + "method": methodCall.method, "args": methodCall.args + } + + return JSONMessageCodec.INSTANCE.encodeMessage(map); + } catch (e) { + throw new Error("Invalid JSON"); + } + } + + decodeMethodCall(message: ArrayBuffer): MethodCall { + try { + const json: ESObject = JSONMessageCodec.INSTANCE.decodeMessage(message); + if (ToolUtils.isObj(json)) { + const method: string = json["method"]; + const args: ESObject = json["args"]; + if (typeof method == 'string') { + return new MethodCall(method, args); + } + } + throw new Error("Invalid method call: " + json); + } catch (e) { + throw new Error("Invalid JSON:" + JSON.stringify(e)); + } + } + + encodeSuccessEnvelope(result: ESObject): ArrayBuffer { + return JSONMessageCodec.INSTANCE.encodeMessage([result]); + } + + encodeErrorEnvelope(errorCode: ESObject, errorMessage: string, errorDetails: ESObject) { + return JSONMessageCodec.INSTANCE.encodeMessage([errorCode, errorMessage, errorDetails]); + } + + encodeErrorEnvelopeWithStacktrace(errorCode: string, errorMessage: string, errorDetails: ESObject, errorStacktrace: string): ArrayBuffer { + return JSONMessageCodec.INSTANCE.encodeMessage([errorCode, errorMessage, errorDetails, errorStacktrace]) + } + + decodeEnvelope(envelope: ArrayBuffer): ESObject { + try { + const json: ESObject = JSONMessageCodec.INSTANCE.decodeMessage(envelope); + if (json instanceof Array) { + if (json.length == 1) { + return json[0]; + } + if (json.length == 3) { + const code: string = json[0]; + const message: string = json[1]; + const details: ESObject = json[2]; + if (typeof code == 'string' && (message == null || typeof message == 'string')) { + throw new FlutterException(code, message, details); + } + } + } + throw new Error("Invalid envelope: " + json); + } catch (e) { + throw new Error("Invalid JSON"); + } + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/MessageCodec.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/MessageCodec.ets new file mode 100644 index 0000000000000000000000000000000000000000..663d57af19c70523e44a5f48cc61e22ab0dc5b33 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/MessageCodec.ets @@ -0,0 +1,30 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +/** + * A message encoding/decoding mechanism. + */ +export default interface MessageCodec { + /** + * Encodes the specified message into binary. + */ + encodeMessage(message: T) : ArrayBuffer; + + /** + * Decodes the specified message from binary. + * + */ + decodeMessage(message: ArrayBuffer): T; +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/MethodCall.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/MethodCall.ets new file mode 100644 index 0000000000000000000000000000000000000000..0042c25c3b21f484cda8158e5485bb57e73dfd82 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/MethodCall.ets @@ -0,0 +1,59 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import ToolUtils from '../../util/ToolUtils'; +/** Command object representing a method call on a {@link MethodChannel}. */ +export default class MethodCall { + /** The name of the called method. */ + method: string; + + /** + * Arguments for the call. + * + *

Consider using {@link #arguments()} for cases where a particular run-time type is expected. + * Consider using {@link #argument(String)} when that run-time type is {@link Map} or {@link + * JSONObject}. + */ + args: ESObject; + + constructor(method: string, args: ESObject) { + this.method = method + this.args = args + } + + argument(key: string): ESObject { + if (this.args == null) { + return null; + } else if (this.args instanceof Map) { + return (this.args as Map).get(key); + } else if (ToolUtils.isObj(this.args)) { + return this.args[key] + } else { + throw new Error("ClassCastException"); + } + } + + hasArgument(key: string): boolean { + if (arguments == null) { + return false; + } else if (arguments instanceof Map) { + return (this.args as Map).has(key); + } else if (ToolUtils.isObj(this.args)) { + return this.args.hasOwnProperty(key); + } else { + throw new Error("ClassCastException"); + } + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/MethodChannel.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/MethodChannel.ets new file mode 100644 index 0000000000000000000000000000000000000000..e491ed5f7fec63ad1064c7e7ddbe468aaf3821df --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/MethodChannel.ets @@ -0,0 +1,216 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import Log from '../../util/Log'; +import MessageChannelUtils from '../../util/MessageChannelUtils'; +import { BinaryMessageHandler, BinaryMessenger, BinaryReply, TaskQueue } from './BinaryMessenger'; +import MethodCall from './MethodCall'; +import MethodCodec from './MethodCodec'; +import StandardMethodCodec from './StandardMethodCodec'; +/** + * A named channel for communicating with the Flutter application using asynchronous method calls. + * + *

Incoming method calls are decoded from binary on receipt, and Java results are encoded into + * binary before being transmitted back to Flutter. The {@link MethodCodec} used must be compatible + * with the one used by the Flutter application. This can be achieved by creating a MethodChannel + * counterpart of this channel on the Dart side. The Java type of method call arguments and results + * is {@code Object}, but only values supported by the specified {@link MethodCodec} can be used. + * + *

The logical identity of the channel is given by its name. Identically named channels will + * interfere with each other's communication. + */ + +export default class MethodChannel { + static TAG = "MethodChannel#"; + private messenger: BinaryMessenger; + private name: string; + private codec: MethodCodec; + private taskQueue: TaskQueue; + + constructor(messenger: BinaryMessenger, name: string, codec: MethodCodec = StandardMethodCodec.INSTANCE, taskQueue?: TaskQueue) { + this.messenger = messenger + this.name = name + this.codec = codec + this.taskQueue = taskQueue + } + + /** + * Invokes a method on this channel, optionally expecting a result. + * + *

Any uncaught exception thrown by the result callback will be caught and logged. + * + * @param method the name String of the method. + * @param arguments the arguments for the invocation, possibly null. + * @param callback a {@link Result} callback for the invocation result, or null. + */ + invokeMethod(method: string, args: ESObject, callback?: MethodResult): void { + this.messenger.send(this.name, this.codec.encodeMethodCall(new MethodCall(method, args)), callback == null ? null : new IncomingResultHandler(callback, this.codec)); + } + + /** + * Registers a method call handler on this channel. + * + *

Overrides any existing handler registration for (the name of) this channel. + * + *

If no handler has been registered, any incoming method call on this channel will be handled + * silently by sending a null reply. This results in a MissingPluginException + * on the Dart side, unless an OptionalMethodChannel + * is used. + * + * @param handler a {@link MethodCallHandler}, or null to deregister. + */ + setMethodCallHandler(handler: MethodCallHandler): void { + // We call the 2 parameter variant specifically to avoid breaking changes in + // mock verify calls. + // See https://github.com/flutter/flutter/issues/92582. + if (this.taskQueue != null) { + this.messenger.setMessageHandler( + this.name, handler == null ? null : new IncomingMethodCallHandler(handler, this.codec), this.taskQueue); + } else { + this.messenger.setMessageHandler( + this.name, handler == null ? null : new IncomingMethodCallHandler(handler, this.codec)); + } + } + + /** + * Adjusts the number of messages that will get buffered when sending messages to channels that + * aren't fully set up yet. For example, the engine isn't running yet or the channel's message + * handler isn't set up on the Dart side yet. + */ + resizeChannelBuffer(newSize: number): void { + MessageChannelUtils.resizeChannelBuffer(this.messenger, this.name, newSize); + } +} + +/** A handler of incoming method calls. */ +export interface MethodCallHandler { + /** + * Handles the specified method call received from Flutter. + * + *

Handler implementations must submit a result for all incoming calls, by making a single + * call on the given {@link Result} callback. Failure to do so will result in lingering Flutter + * result handlers. The result may be submitted asynchronously and on any thread. Calls to + * unknown or unimplemented methods should be handled using {@link Result#notImplemented()}. + * + *

Any uncaught exception thrown by this method will be caught by the channel implementation + * and logged, and an error result will be sent back to Flutter. + * + *

The handler is called on the platform thread (Android main thread) by default, or + * otherwise on the thread specified by the {@link BinaryMessenger.TaskQueue} provided to the + * associated {@link MethodChannel} when it was created. See also Threading in + * the Flutter Engine. + * + * @param call A {@link MethodCall}. + * @param result A {@link Result} used for submitting the result of the call. + */ + onMethodCall(call: MethodCall, result: MethodResult): void; +} + +/** + * Method call result callback. Supports dual use: Implementations of methods to be invoked by + * Flutter act as clients of this interface for sending results back to Flutter. Invokers of + * Flutter methods provide implementations of this interface for handling results received from + * Flutter. + * + *

All methods of this class can be invoked on any thread. + */ +export interface MethodResult { + /** + * Handles a successful result. + * + * @param result The result, possibly null. The result must be an Object type supported by the + * codec. For instance, if you are using {@link StandardMessageCodec} (default), please see + * its documentation on what types are supported. + */ + success: (result: ESObject) => void; + + /** + * Handles an error result. + * + * @param errorCode An error code String. + * @param errorMessage A human-readable error message String, possibly null. + * @param errorDetails Error details, possibly null. The details must be an Object type + * supported by the codec. For instance, if you are using {@link StandardMessageCodec} + * (default), please see its documentation on what types are supported. + */ + error: (errorCode: string, errorMessage: string, errorDetails: ESObject) => void; + + /** Handles a call to an unimplemented method. */ + notImplemented: () => void; +} + +class IncomingResultHandler implements BinaryReply { + private callback: MethodResult; + private codec: MethodCodec; + + constructor(callback: MethodResult, codec: MethodCodec) { + this.callback = callback; + this.codec = codec + } + + reply(reply: ArrayBuffer): void { + try { + if (reply == null) { + this.callback.notImplemented(); + } else { + try { + this.callback.success(this.codec.decodeEnvelope(reply)); + } catch (e) { + this.callback.error(e.code, e.getMessage(), e.details); + } + } + } catch (e) { + Log.e(MethodChannel.TAG, "Failed to handle method call result", e); + } + } +} + +class IncomingMethodCallHandler implements BinaryMessageHandler { + private handler: MethodCallHandler; + private codec: MethodCodec; + + constructor(handler: MethodCallHandler, codec: MethodCodec) { + this.handler = handler; + this.codec = codec + } + + onMessage(message: ArrayBuffer, reply: BinaryReply): void { + const call = this.codec.decodeMethodCall(message); + try { + this.handler.onMethodCall( + call, { + success: (result: ESObject): void => { + reply.reply(this.codec.encodeSuccessEnvelope(result)); + }, + + error: (errorCode: string, errorMessage: string, errorDetails: ESObject): void => { + reply.reply(this.codec.encodeErrorEnvelope(errorCode, errorMessage, errorDetails)); + }, + + notImplemented: (): void => { + Log.w(MethodChannel.TAG,"method not implemented"); + reply.reply(null); + } + }); + } catch (e) { + Log.e(MethodChannel.TAG, "Failed to handle method call", e); + reply.reply(this.codec.encodeErrorEnvelopeWithStacktrace("error", e.getMessage(), null, e)); + } + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/MethodCodec.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/MethodCodec.ets new file mode 100644 index 0000000000000000000000000000000000000000..86ed92aca6d512fa8247d963619acf67f29b7fe4 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/MethodCodec.ets @@ -0,0 +1,87 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import MethodCall from './MethodCall'; +/** + * A codec for method calls and enveloped results. + * + *

Method calls are encoded as binary messages with enough structure that the codec can extract a + * method name String and an arguments Object. These data items are used to populate a {@link + * MethodCall}. + * + *

All operations throw {@link IllegalArgumentException}, if conversion fails. + */ +export default interface MethodCodec { + /** + * Encodes a message call into binary. + * + * @param methodCall a {@link MethodCall}. + * @return a {@link ByteBuffer} containing the encoding between position 0 and the current + * position. + */ + encodeMethodCall(methodCall: MethodCall): ArrayBuffer; + + /** + * Decodes a message call from binary. + * + * @param methodCall the binary encoding of the method call as a {@link ByteBuffer}. + * @return a {@link MethodCall} representation of the bytes between the given buffer's current + * position and its limit. + */ + decodeMethodCall(methodCall: ArrayBuffer): MethodCall; + + /** + * Encodes a successful result into a binary envelope message. + * + * @param result The result value, possibly null. + * @return a {@link ByteBuffer} containing the encoding between position 0 and the current + * position. + */ + encodeSuccessEnvelope(result: ESObject): ArrayBuffer; + + /** + * Encodes an error result into a binary envelope message. + * + * @param errorCode An error code String. + * @param errorMessage An error message String, possibly null. + * @param errorDetails Error details, possibly null. Consider supporting {@link Throwable} in your + * codec. This is the most common value passed to this field. + * @return a {@link ByteBuffer} containing the encoding between position 0 and the current + * position. + */ + encodeErrorEnvelope(errorCode: string, errorMessage: string, errorDetails: ESObject): ArrayBuffer; + + /** + * Encodes an error result into a binary envelope message with the native stacktrace. + * + * @param errorCode An error code String. + * @param errorMessage An error message String, possibly null. + * @param errorDetails Error details, possibly null. Consider supporting {@link Throwable} in your + * codec. This is the most common value passed to this field. + * @param errorStacktrace Platform stacktrace for the error. possibly null. + * @return a {@link ByteBuffer} containing the encoding between position 0 and the current + * position. + */ + encodeErrorEnvelopeWithStacktrace(errorCode: string, errorMessage: string, errorDetails: ESObject, errorStacktrace: string): ArrayBuffer + + /** + * Decodes a result envelope from binary. + * + * @param envelope the binary encoding of a result envelope as a {@link ByteBuffer}. + * @return the enveloped result Object. + * @throws FlutterException if the envelope was an error envelope. + */ + decodeEnvelope(envelope: ArrayBuffer): ESObject +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/PluginRegistry.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/PluginRegistry.ets new file mode 100644 index 0000000000000000000000000000000000000000..cb92c8eb1acc0406e2f14229e8d29d0ef19b3030 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/PluginRegistry.ets @@ -0,0 +1,14 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/StandardMessageCodec.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/StandardMessageCodec.ets new file mode 100644 index 0000000000000000000000000000000000000000..3de7603e1f576a9af23be11b9f185c67730429b3 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/StandardMessageCodec.ets @@ -0,0 +1,310 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import { ByteBuffer } from '../../util/ByteBuffer'; +import StringUtils from '../../util/StringUtils'; +import MessageCodec from './MessageCodec'; + +/** + * MessageCodec using the Flutter standard binary encoding. + * + *

This codec is guaranteed to be compatible with the corresponding StandardMessageCodec + * on the Dart side. These parts of the Flutter SDK are evolved synchronously. + * + *

Supported messages are acyclic values of these forms: + * + *

    + *
  • null + *
  • Booleans + *
  • number + *
  • BigIntegers (see below) + *
  • Int8Array, Int32Array, Float32Array, Float64Array + *
  • Strings + *
  • Array[] + *
  • Lists of supported values + *
  • Maps with supported keys and values + *
+ * + *

On the Dart side, these values are represented as follows: + * + *

    + *
  • null: null + *
  • Boolean: bool + *
  • Byte, Short, Integer, Long: int + *
  • Float, Double: double + *
  • String: String + *
  • byte[]: Uint8List + *
  • int[]: Int32List + *
  • long[]: Int64List + *
  • float[]: Float32List + *
  • double[]: Float64List + *
  • List: List + *
  • Map: Map + *
+ * + *

BigIntegers are represented in Dart as strings with the hexadecimal representation of the + * integer's value. + * + *

To extend the codec, overwrite the writeValue and readValueOfType methods. + */ +export default class StandardMessageCodec implements MessageCodec { + private static TAG = "StandardMessageCodec#"; + static INSTANCE = new StandardMessageCodec(); + + encodeMessage(message: ESObject): ArrayBuffer { + if (message == null) { + return null; + } + const stream = ByteBuffer.from(new ArrayBuffer(1024)) + this.writeValue(stream, message); + return stream.buffer + } + + decodeMessage(message: ArrayBuffer): ESObject { + const buffer = ByteBuffer.from(message) + return this.readValue(buffer) + } + + private static NULL = 0; + private static TRUE = 1; + private static FALSE = 2; + private static INT32 = 3; + private static INT64 = 4; + private static BIGINT = 5; + private static FLOAT64 = 6; + private static STRING = 7; + private static UINT8_ARRAY = 8; + private static INT32_ARRAY = 9; + private static INT64_ARRAY = 10; + private static FLOAT64_ARRAY = 11; + private static LIST = 12; + private static MAP = 13; + private static FLOAT32_ARRAY = 14; + + + writeValue(stream: ByteBuffer, value: ESObject): ESObject { + if (value == null || value == undefined) { + stream.writeInt8(StandardMessageCodec.NULL) + } else if (typeof value === "boolean") { + stream.writeInt8(value ? StandardMessageCodec.TRUE : StandardMessageCodec.FALSE) + } else if (typeof value === "number") { + if (Number.isInteger(value)) { //整型 + if (-0x7fffffff - 1 <= value && value <= 0x7fffffff) { + stream.writeInt8(StandardMessageCodec.INT32) + stream.writeInt32(value, true) + } else { + stream.writeInt8(StandardMessageCodec.INT64) + stream.writeInt64(value, true) + } + } else { //浮点型 + stream.writeInt8(StandardMessageCodec.FLOAT64) + this.writeAlignment(stream, 8); + stream.writeFloat64(value, true) + } + } else if (typeof value === "string") { + stream.writeInt8(StandardMessageCodec.STRING) + let stringBuff = StringUtils.stringToArrayBuffer(value) + this.writeBytes(stream, new Uint8Array(stringBuff)) + } else if (value instanceof Uint8Array) { + stream.writeInt8(StandardMessageCodec.UINT8_ARRAY) + this.writeBytes(stream, value) + } else if (value instanceof Int32Array) { + stream.writeInt8(StandardMessageCodec.INT32_ARRAY) + this.writeSize(stream, value.length); + this.writeAlignment(stream, 4); + value.forEach(item => stream.writeInt32(item, true)) + } else if (value instanceof Float32Array) { + stream.writeInt8(StandardMessageCodec.FLOAT32_ARRAY) + this.writeSize(stream, value.length); + this.writeAlignment(stream, 4); + value.forEach(item => stream.writeFloat32(item, true)) + } else if (value instanceof Float64Array) { + stream.writeInt8(StandardMessageCodec.FLOAT64_ARRAY) + this.writeSize(stream, value.length); + this.writeAlignment(stream, 8); + value.forEach(item => stream.writeFloat64(item, true)) + } else if (value instanceof Array) { + stream.writeInt8(StandardMessageCodec.LIST) + this.writeSize(stream, value.length); + value.forEach((item: ESObject): void => this.writeValue(stream, item)) + } else if (value instanceof Map) { + stream.writeInt8(StandardMessageCodec.MAP) + this.writeSize(stream, value.size); + value.forEach((value: ESObject, key: ESObject) => { + this.writeValue(stream, key); + this.writeValue(stream, value); + }) + } else if (typeof value == 'object') { + this.writeValue(stream, new Map(value.entries())) + } + return stream + } + + writeAlignment(stream: ByteBuffer, alignment: number) { + let mod: number = stream.byteOffset % alignment; + if (mod != 0) { + for (let i = 0; i < alignment - mod; i++) { + stream.writeInt8(0); + } + } + } + + writeSize(stream: ByteBuffer, value: number) { + if (value < 254) { + stream.writeInt8(value); + } else if (value <= 0xffff) { + stream.writeInt8(254); + stream.writeInt16(value, true); + } else { + stream.writeInt8(255); + stream.writeInt32(value, true); + } + } + + writeBytes(stream: ByteBuffer, bytes: Uint8Array) { + this.writeSize(stream, bytes.length) + bytes.forEach(item => stream.writeInt8(item)) + } + + readSize(buffer: ByteBuffer) { + let value = buffer.readInt8() & 0xff; + if (value < 254) { + return value; + } else if (value == 254) { + return buffer.readInt16(true); + } else { + return buffer.readInt32(true); + } + } + + readAlignment(buffer: ByteBuffer, alignment: number) { + let mod = buffer.byteOffset % alignment; + if (mod != 0) { + buffer.skip(alignment - mod); + } + } + + readValue(buffer: ByteBuffer): ESObject { + let type = buffer.readInt8() + return this.readValueOfType(type, buffer); + } + + readBytes(buffer: ByteBuffer): Uint8Array { + let length = this.readSize(buffer); + let bytes = new Uint8Array(length) + for (let i = 0; i < length; i++) { + bytes[i] = buffer.readUint8() + } + return bytes; + } + + readValueOfType(type: number, buffer: ByteBuffer): ESObject { + let result: ESObject; + switch (type) { + case StandardMessageCodec.NULL: + result = null; + break; + case StandardMessageCodec.TRUE: + result = true; + break; + case StandardMessageCodec.FALSE: + result = false; + break; + case StandardMessageCodec.INT32: + result = buffer.readInt32(true); + break; + case StandardMessageCodec.INT64: + result = buffer.readInt64(true); + break; + case StandardMessageCodec.BIGINT: + result = buffer.readBigInt64(true) + case StandardMessageCodec.FLOAT64: + this.readAlignment(buffer, 8); + result = buffer.readFloat64(true) + break; + case StandardMessageCodec.STRING: { + let bytes = this.readBytes(buffer); + result = StringUtils.arrayBufferToString(bytes.buffer); + break; + } + case StandardMessageCodec.UINT8_ARRAY: { + result = this.readBytes(buffer); + break; + } + case StandardMessageCodec.INT32_ARRAY: { + let length = this.readSize(buffer); + let array = new Int32Array(length) + this.readAlignment(buffer, 4); + for (let i = 0; i < length; i++) { + array[i] = buffer.readInt32(true) + } + result = array; + break; + } + case StandardMessageCodec.INT64_ARRAY: { //这里是都城array 还是 bigint待定 + let length = this.readSize(buffer); + let array: Array = new Array(length) + this.readAlignment(buffer, 8); + for (let i = 0; i < length; i++) { + array[i] = buffer.readInt64(true) + } + result = array; + break; + } + case StandardMessageCodec.FLOAT64_ARRAY: { + let length = this.readSize(buffer); + let array = new Float64Array(length) + this.readAlignment(buffer, 8); + for (let i = 0; i < length; i++) { + array[i] = buffer.readFloat64(true) + } + result = array; + break; + } + case StandardMessageCodec.LIST: { + let length = this.readSize(buffer); + let array: Array = new Array(length) + for (let i = 0; i < length; i++) { + array[i] = this.readValue(buffer) + } + result = array; + break; + } + case StandardMessageCodec.MAP: { + let size = this.readSize(buffer); + let map: Map = new Map() + for (let i = 0; i < size; i++) { + map.set(this.readValue(buffer), this.readValue(buffer)); + } + result = map; + break; + } + case StandardMessageCodec.FLOAT32_ARRAY: { + let length = this.readSize(buffer); + let array = new Float32Array(length); + this.readAlignment(buffer, 4); + for (let i = 0; i < length; i++) { + array[i] = buffer.readFloat32(true) + } + result = array; + break; + } + default: + throw new Error("Message corrupted"); + } + return result; + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/StandardMethodCodec.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/StandardMethodCodec.ets new file mode 100644 index 0000000000000000000000000000000000000000..d4417c54eb56d55355b73104ee8626a17836735f --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/StandardMethodCodec.ets @@ -0,0 +1,116 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import { ByteBuffer } from '../../util/ByteBuffer'; +import FlutterException from './FlutterException'; +import MethodCall from './MethodCall'; +import MethodCodec from './MethodCodec'; +import StandardMessageCodec from './StandardMessageCodec'; + +/** + * A {@link MethodCodec} using the Flutter standard binary encoding. + * + *

This codec is guaranteed to be compatible with the corresponding StandardMethodCodec + * on the Dart side. These parts of the Flutter SDK are evolved synchronously. + * + *

Values supported as method arguments and result payloads are those supported by {@link + * StandardMessageCodec}. + */ +export default class StandardMethodCodec implements MethodCodec { + private static TAG = "StandardMethodCodec"; + public static INSTANCE = new StandardMethodCodec(StandardMessageCodec.INSTANCE); + + private messageCodec: StandardMessageCodec; + + /** Creates a new method codec based on the specified message codec. */ + constructor(messageCodec: StandardMessageCodec) { + this.messageCodec = messageCodec; + } + + encodeMethodCall(methodCall: MethodCall): ArrayBuffer { + const stream = ByteBuffer.from(new ArrayBuffer(1024)); + this.messageCodec.writeValue(stream, methodCall.method); + this.messageCodec.writeValue(stream, methodCall.args); + return stream.buffer; + } + + decodeMethodCall(methodCall: ArrayBuffer): MethodCall { + const buffer = ByteBuffer.from(methodCall); + const method: ESObject = this.messageCodec.readValue(buffer); + const args: ESObject = this.messageCodec.readValue(buffer); + if (typeof method == 'string' && !buffer.hasRemaining()) { + return new MethodCall(method, args); + } + throw new Error("Method call corrupted"); + } + + encodeSuccessEnvelope(result: ESObject): ArrayBuffer { + const stream = ByteBuffer.from(new ArrayBuffer(1024)); + stream.writeInt8(0); + this.messageCodec.writeValue(stream, result); + return stream.buffer; + } + + encodeErrorEnvelope(errorCode: string, errorMessage: string, errorDetails: ESObject): ArrayBuffer { + const stream = ByteBuffer.from(new ArrayBuffer(1024)); + stream.writeInt8(1); + this.messageCodec.writeValue(stream, errorCode); + this.messageCodec.writeValue(stream, errorMessage); + if (errorDetails instanceof Error) { + this.messageCodec.writeValue(stream, errorDetails.stack); + } else { + this.messageCodec.writeValue(stream, errorDetails); + } + return stream.buffer; + } + + encodeErrorEnvelopeWithStacktrace(errorCode: string, errorMessage: string, errorDetails: ESObject, errorStacktrace: string): ArrayBuffer { + const stream = ByteBuffer.from(new ArrayBuffer(1024)); + stream.writeInt8(1); + this.messageCodec.writeValue(stream, errorCode); + this.messageCodec.writeValue(stream, errorMessage); + if (errorDetails instanceof Error) { + this.messageCodec.writeValue(stream, errorDetails.stack); + } else { + this.messageCodec.writeValue(stream, errorDetails); + } + this.messageCodec.writeValue(stream, errorStacktrace); + return stream.buffer; + } + + decodeEnvelope(envelope: ArrayBuffer): ESObject { + const buffer = ByteBuffer.from(envelope); + const flag = buffer.readInt8(); + switch (flag) { + case 0: { + const result: ESObject = this.messageCodec.readValue(buffer); + if (!buffer.hasRemaining()) { + return result; + } + // Falls through intentionally. + } + case 1: { + const code: ESObject = this.messageCodec.readValue(buffer); + const message: ESObject = this.messageCodec.readValue(buffer); + const details: ESObject = this.messageCodec.readValue(buffer); + if (typeof code == 'string' && (message == null || typeof message == 'string') && !buffer.hasRemaining()) { + throw new FlutterException(code, message, details); + } + } + } + throw new Error("Envelope corrupted"); + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/StringCodec.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/StringCodec.ets new file mode 100644 index 0000000000000000000000000000000000000000..e43be76b5527f6180d9b30ede5c1c07dff84c729 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/common/StringCodec.ets @@ -0,0 +1,42 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import StringUtils from '../../util/StringUtils'; +import MessageCodec from './MessageCodec'; + +/** + * A {@link MessageCodec} using UTF-8 encoded String messages. + * + *

This codec is guaranteed to be compatible with the corresponding StringCodec on the + * Dart side. These parts of the Flutter SDK are evolved synchronously. + */ +export default class StringCodec implements MessageCodec { + static readonly INSTANCE = new StringCodec(); + + encodeMessage(message: string): ArrayBuffer { + if (message == null) { + return null; + } + return StringUtils.stringToArrayBuffer(message); + } + + decodeMessage(message: ArrayBuffer): string { + if (message == null) { + return null; + } + return StringUtils.arrayBufferToString(message); + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/editing/ListenableEditingState.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/editing/ListenableEditingState.ets new file mode 100644 index 0000000000000000000000000000000000000000..72735c0a29a1e893e8bf986458cea0da82df0d2b --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/editing/ListenableEditingState.ets @@ -0,0 +1,265 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import { TextEditState } from '../../embedding/engine/systemchannels/TextInputChannel'; +import Log from '../../util/Log'; +import inputMethod from '@ohos.inputMethod'; +import ArrayList from '@ohos.util.ArrayList'; +import { TextEditingDelta } from './TextEditingDelta'; + +const TAG = "ListenableEditingState"; +export class ListenableEditingState { + //Cache used to storage software keyboard input action + private mStringCache: string; + private mSelectionStartCache: number; + private mSelectionEndCache: number; + private mComposingStartCache: number; + private mComposingEndCache: number; + //used to compare with Cache + private mTextInputState: TextEditState; + private mListeners: ArrayList = new ArrayList(); + private mPendingListeners: ArrayList = new ArrayList(); + private mBatchTextEditingDeltas: ArrayList = new ArrayList(); + private mChangeNotificationDepth: number; + private mBatchEditNestDepth: number; + + private mTextWhenBeginBatchEdit: string; + private mSelectionStartWhenBeginBatchEdit: number; + private mSelectionEndWhenBeginBatchEdit: number; + private mComposingStartWhenBeginBatchEdit: number; + private mComposingEndWhenBeginBatchEdit: number; + + + constructor() { + this.mStringCache = ""; + this.mSelectionStartCache = 0; + this.mSelectionEndCache = 0; + this.mComposingStartCache = -1; + this.mComposingEndCache = -1; + } + + + getSelectionStart(): number { + return this.mSelectionStartCache; + } + + getSelectionEnd(): number { + return this.mSelectionEndCache; + } + + getComposingStart(): number { + return this.mComposingStartCache; + } + + getComposingEnd(): number { + return this.mComposingEndCache; + } + + getStringCache(): string { + return this.mStringCache; + } + + setSelectionStart(newSelectionStart: number): void { + this.mSelectionStartCache = newSelectionStart; + } + + setSelectionEnd(newSelectionEnd: number): void { + this.mSelectionEndCache = newSelectionEnd; + } + + setComposingStart(newComposingStart: number): void { + this.mComposingStartCache = newComposingStart; + } + + setComposingEnd(newComposingEnd: number): void { + this.mComposingEndCache = newComposingEnd; + } + + setStringCache(newStringCache: string): void { + this.mStringCache = newStringCache; + } + + notifyListener(listener: EditingStateWatcher, + textChanged: boolean, + selectionChanged: boolean, + composingChanged: boolean): void { + this.mChangeNotificationDepth++; + listener.didChangeEditingState(textChanged, selectionChanged, composingChanged); + this.mChangeNotificationDepth--; + } + + notifyListenersIfNeeded(textChanged: boolean, selectionChanged: boolean, composingChanged: boolean) { + if (textChanged || selectionChanged || composingChanged) { + for(const listener of this.mListeners) { + this.notifyListener(listener, textChanged, selectionChanged, composingChanged); + } + + } + } + + handleInsertTextEvent(text: string): void { + if(this.mTextInputState == null) { + Log.e(TAG, "mTextInputState is null"); + } + if(this.mStringCache.length == this.mSelectionStartCache) { + //Insert text one by one + this.mStringCache += text; + this.setSelectionStart(this.mStringCache.length); + this.setSelectionEnd(this.mStringCache.length); + + } else if(this.mStringCache.length > this.mSelectionStartCache) { + //Insert text in the middle of string + let tempStr: string = this.mStringCache.substring(0, this.mSelectionStartCache) + text + this.mStringCache.substring(this.mSelectionStartCache); + this.mStringCache = tempStr; + this.mSelectionStartCache += text.length; + this.mSelectionEndCache = this.mSelectionStartCache; + } + if(this.mListeners == null) { + Log.e(TAG, "mListeners is null"); + return; + } + this.notifyListenersIfNeeded(true, true, false); + } + + updateTextInputState(state: TextEditState): void { + this.beginBatchEdit(); + this.setStringCache(state.text); + if(state.hasSelection()) { + this.setSelectionStart(state.selectionStart); + this.setSelectionEnd(state.selectionEnd); + } else { + this.setSelectionStart(0); + this.setSelectionEnd(0); + } + this.endBatchEdit(); + } + + beginBatchEdit(): void { + this.mBatchEditNestDepth++; + if(this.mChangeNotificationDepth > 0) { + Log.e(TAG, "editing state should not be changed in a listener callback"); + } + if(this.mBatchEditNestDepth == 1 && !this.mListeners.isEmpty()) { + this.mTextWhenBeginBatchEdit = this.getStringCache(); + this.mSelectionStartWhenBeginBatchEdit = this.getSelectionStart(); + this.mSelectionEndWhenBeginBatchEdit = this.getSelectionEnd(); + this.mComposingStartWhenBeginBatchEdit = this.getComposingStart(); + this.mComposingEndWhenBeginBatchEdit = this.getComposingEnd(); + } + } + + endBatchEdit(): void { + if (this.mBatchEditNestDepth == 0) { + Log.e(TAG, "endBatchEdit called without a matching beginBatchEdit"); + return; + } + if(this.mBatchEditNestDepth == 1) { + Log.d(TAG,"mBatchEditNestDepth == 1"); + for(const listener of this.mPendingListeners) { + this.notifyListener(listener, true, true, true); + } + + if(!this.mListeners.isEmpty()) { + Log.d(TAG, "didFinishBatchEdit with " + this.mListeners.length + " listener(s)"); + const textChanged = !(this.mStringCache == this.mTextWhenBeginBatchEdit); + const selectionChanged = this.mSelectionStartWhenBeginBatchEdit != this.getSelectionStart() + || this.mSelectionEndWhenBeginBatchEdit != this.getSelectionEnd(); + const composingRegionChanged = this.mComposingStartWhenBeginBatchEdit != this.getComposingStart() + || this.mComposingEndWhenBeginBatchEdit != this.getComposingEnd(); + Log.d(TAG,"textChanged: " + textChanged + " selectionChanged: " + selectionChanged + + " composingRegionChanged: " + composingRegionChanged); + this.notifyListenersIfNeeded(textChanged, selectionChanged, composingRegionChanged); + } + } + for(const listener of this.mPendingListeners) { + this.mListeners.add(listener); + } + this.mPendingListeners.clear(); + this.mBatchEditNestDepth--; + + } + + addEditingStateListener(listener: EditingStateWatcher): void { + if(this.mChangeNotificationDepth > 0) { + Log.e(TAG, "adding a listener " + JSON.stringify(listener) + " in a listener callback"); + } + if(this.mBatchEditNestDepth > 0) { + Log.d(TAG, "a listener was added to EditingState while a batch edit was in progress"); + this.mPendingListeners.add(listener); + } else { + this.mListeners.add(listener); + } + } + + removeEditingStateListener(listener: EditingStateWatcher): void { + if(this.mChangeNotificationDepth > 0) { + Log.e(TAG, "removing a listener " + JSON.stringify(listener) + " in a listener callback"); + } + this.mListeners.remove(listener); + if(this.mBatchEditNestDepth > 0) { + this.mPendingListeners.remove(listener); + } + } + + handleDeleteEvent(leftOrRight: boolean, length: number): void { + if(leftOrRight == false) { + //delete left + if(this.mSelectionStartCache == 0) { + return; + } + this.mSelectionStartCache -= length; + let tempStr: string = this.mStringCache.slice(0, this.mSelectionStartCache) + this.mStringCache.slice(this.mSelectionStartCache + length); + this.mStringCache = tempStr; + this.mSelectionEndCache = this.mSelectionStartCache; + } else if(leftOrRight == true) { + //delete right + if(this.mSelectionStartCache == this.mStringCache.length) { + return; + } + this.mSelectionEndCache += length; + let tempStr: string = this.mStringCache.slice(0,this.mSelectionStartCache) + this.mStringCache.slice(this.mSelectionEndCache); + this.mStringCache = tempStr; + this.mSelectionStartCache = this.mSelectionEndCache; + } + this.notifyListenersIfNeeded(true, true, false); + } + + handleFunctionKey(functionKey: inputMethod.FunctionKey): void { + switch (functionKey.enterKeyType) { + case inputMethod.EnterKeyType.PREVIOUS: + case inputMethod.EnterKeyType.UNSPECIFIED: + case inputMethod.EnterKeyType.NONE: + case inputMethod.EnterKeyType.GO: + case inputMethod.EnterKeyType.SEARCH: + case inputMethod.EnterKeyType.SEND: + case inputMethod.EnterKeyType.NEXT: + case inputMethod.EnterKeyType.DONE: + + } + } + + handleSelectByRange(range: inputMethod.Range): void { + Log.d(TAG, "handleSelectByRange start: " + range.start +" end: " + range.end); + } + + + +} + +export interface EditingStateWatcher { + // Changing the editing state in a didChangeEditingState callback may cause unexpected + // behavior. + didChangeEditingState(textChanged: boolean, selectionChanged: boolean, composingRegionChanged: boolean); +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/editing/TextEditingDelta.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/editing/TextEditingDelta.ets new file mode 100644 index 0000000000000000000000000000000000000000..c61296f6dae8b30fcb035f72d8457ca36d83a015 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/editing/TextEditingDelta.ets @@ -0,0 +1,61 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import Log from '../../util/Log'; + +export class TextEditingDelta { + private static TAG = "TextEditingDelta"; + private oldText: string; + private deltaText: string; + private deltaStart: number; + private deltaEnd: number; + private newSelectionStart: number; + private newSelectionEnd: number; + private newComposingStart: number; + private newComposingEnd: number; + + constructor(oldEditable: string, + selectionStart: number, + selectionEnd: number, + composingStart: number, + composingEnd: number, + replacementDestinationStart?: number, + replacementDestinationEnd?: number, + replacementSource?: string,) { + this.newSelectionStart = selectionStart; + this.newSelectionEnd = selectionEnd; + this.newComposingStart = composingStart; + this.newComposingEnd = composingEnd; + if(replacementDestinationStart === undefined || + replacementDestinationEnd === undefined || + replacementSource === undefined) { + this.setDeltas(oldEditable, "", -1, -1); + } else { + this.setDeltas( + oldEditable, + replacementSource, + replacementDestinationStart, + replacementDestinationEnd); + } + + } + + setDeltas(oldText: string, newText: string, newStart: number, newExtent: number): void { + this.oldText = oldText; + this.deltaText = newText; + this.deltaStart = newStart; + this.deltaEnd = newExtent; + } +} diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/editing/TextInputPlugin.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/editing/TextInputPlugin.ets new file mode 100644 index 0000000000000000000000000000000000000000..6df66b9cfde51d0d47c80b693b28f1f049c38b09 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/editing/TextInputPlugin.ets @@ -0,0 +1,262 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import TextInputChannel, { Configuration, TextEditState, + TextInputMethodHandler, + TextInputType } from '../../embedding/engine/systemchannels/TextInputChannel'; +import inputMethod from '@ohos.inputMethod'; +import Log from '../../util/Log'; +import { EditingStateWatcher, ListenableEditingState } from './ListenableEditingState'; + +export default class TextInputPlugin implements EditingStateWatcher{ + private static TAG = "TextInputPlugin"; + private textInputChannel: TextInputChannel; + private inputMethodController: inputMethod.InputMethodController; + private inputTarget: InputTarget; + private mEditable: ListenableEditingState; + + constructor(textInputChannel: TextInputChannel) { + this.textInputChannel = textInputChannel; + this.mEditable = new ListenableEditingState(); + this.inputMethodController = inputMethod.getController(); + let textInputMethodHandler = new TextInputMethodHandlerImpl(this); + this.textInputChannel.setTextInputMethodHandler(textInputMethodHandler); + } + + public clearTextInputClient() { + this.textInputChannel.textInputMethodHandler.clearClient(); + } + setTextInputEditingState(state: TextEditState) { + + } + + didChangeEditingState(textChanged: boolean, selectionChanged: boolean, composingRegionChanged: boolean): void { + this.textInputChannel.updateEditingState(this.inputTarget.id, this.mEditable.getStringCache(), + this.mEditable.getSelectionStart(), this.mEditable.getSelectionEnd(), + this.mEditable.getComposingStart(), this.mEditable.getComposingEnd()) + } + + detach(): void { + this.inputMethodController.detach((err) => { + if(err) { + Log.e(TextInputPlugin.TAG, "Failed to detach: " + JSON.stringify(err)); + } + }) + } + +} + +class TextInputMethodHandlerImpl implements TextInputMethodHandler { + private static TAG = "TextInputMethodHandlerImpl"; + private textConfig: inputMethod.TextConfig; + private inputMethodController: inputMethod.InputMethodController; + private inputTarget: InputTarget; + private configuration: Configuration; + private mEditable: ListenableEditingState; + private mRestartInputPending: boolean; + private plugin: EditingStateWatcher; + + private imcFlag: boolean = false; + + constructor(plugin: EditingStateWatcher) { + this.textConfig = { + inputAttribute: { + textInputType: 0, + enterKeyType: 1 + }}; + this.plugin = plugin; + } + + show(): void { + this.showTextInput(); + } + + hide(): void { + this.hideTextInput(); + } + + requestAutofill(): void { + + } + + finishAutofillContext(shouldSave: boolean): void { + + } + + setClient(textInputClientId: number, configuration: Configuration): void { + Log.d(TextInputMethodHandlerImpl.TAG,"textInputClientId: " + textInputClientId); + this.setTextInputClient(textInputClientId, configuration); + } + + setPlatformViewClient(id: number, usesVirtualDisplay: boolean): void { + + } + + setEditableSizeAndTransform(width: number, height: number, transform: number[]): void { + + } + + setEditingState(editingState: TextEditState): void { + Log.d(TextInputMethodHandlerImpl.TAG, "text:" + editingState.text +" selectionStart:" + editingState.selectionStart + " selectionEnd:" + + editingState.selectionEnd + " composingStart:" + editingState.composingStart + " composingEnd" + editingState.composingEnd); + this.mEditable.updateTextInputState(editingState); + } + + clearClient(): void { + this.clearTextInputClient(); + } + + private async showTextInput(): Promise { + await this.attach(true); + if(this.imcFlag != true) { + this.listenKeyBoardEvent(); + } + this.inputMethodController.showTextInput().then(()=> { + Log.d(TextInputMethodHandlerImpl.TAG, "Succeeded in showing softKeyboard"); + }).catch((err: ESObject) => { + Log.e(TextInputMethodHandlerImpl.TAG, "Failed to show softKeyboard:" + JSON.stringify(err)); + }); + } + + private async hideTextInput(): Promise { + this.inputMethodController.hideTextInput().then(() => { + Log.d(TextInputMethodHandlerImpl.TAG, "Succeeded in hide softKeyboard"); + }).catch((err: ESObject) => { + Log.e(TextInputMethodHandlerImpl.TAG, "Failed to hide softKeyboard:" + JSON.stringify(err)); + }) + } + + async attach(showKeyboard: boolean): Promise { + try { + await this.inputMethodController.attach(showKeyboard, this.textConfig); + } catch (err) { + Log.e(TextInputMethodHandlerImpl.TAG, "Failed to attach:" + JSON.stringify(err)); + } + } + + setTextInputClient(client: number, configuration: Configuration): void { + this.configuration = configuration; + if(this.canShowTextInput()) { + this.inputTarget = new InputTarget(Type.FRAMEWORK_CLIENT, client); + } else { + this.inputTarget = new InputTarget(Type.NO_TARGET, client); + } + this.mEditable.removeEditingStateListener(this.plugin); + this.mEditable = new ListenableEditingState(); + + this.mRestartInputPending = true; + this.mEditable.addEditingStateListener(this.plugin); + } + + canShowTextInput(): boolean { + if(this.configuration == null || this.configuration.inputType == null) { + return true; + } + return this.configuration.inputType.type != TextInputType.NONE; + } + + listenKeyBoardEvent(): void { + try { + this.inputMethodController.on('insertText', (text) => { + Log.d(TextInputMethodHandlerImpl.TAG, "insertText: " + text); + this.mEditable.handleInsertTextEvent(text); + }); + } catch (err) { + Log.e(TextInputMethodHandlerImpl.TAG, "Failed to subscribe insertText:" + JSON.stringify(err)); + this.cancelListenKeyBoardEvent(); + return; + } + + try { + this.inputMethodController.on('deleteLeft', (length) => { + this.mEditable.handleDeleteEvent(false, length); + }) + } catch (err) { + Log.e(TextInputMethodHandlerImpl.TAG, "Failed to subscribe deleteLeft:" + JSON.stringify(err)); + this.cancelListenKeyBoardEvent(); + return; + } + + try { + this.inputMethodController.on('deleteRight', (length) => { + this.mEditable.handleDeleteEvent(true, length); + }) + } catch (err) { + Log.e(TextInputMethodHandlerImpl.TAG, "Failed to subscribe deleteRight:" + JSON.stringify(err)); + this.cancelListenKeyBoardEvent(); + return; + } + + try { + this.inputMethodController.on('sendFunctionKey', (functionKey) => { + this.mEditable.handleFunctionKey(functionKey); + }) + } catch (err) { + Log.e(TextInputMethodHandlerImpl.TAG, "Failed to subscribe sendFunctionKey:" + JSON.stringify(err)); + this.cancelListenKeyBoardEvent(); + return; + } + + try { + this.inputMethodController.on('selectByRange', (range: inputMethod.Range) => { + this.mEditable.handleSelectByRange(range); + }) + } catch (err) { + Log.e(TextInputMethodHandlerImpl.TAG, "Failed to subscribe selectByRange:" + JSON.stringify(err)); + this.cancelListenKeyBoardEvent(); + return; + } + Log.d(TextInputMethodHandlerImpl.TAG, "listenKeyBoardEvent success"); + this.imcFlag = true; + } + + cancelListenKeyBoardEvent(): void { + this.inputMethodController.off('insertText'); + this.inputMethodController.off('deleteLeft'); + this.inputMethodController.off('deleteRight'); + this.inputMethodController.off('sendFunctionKey'); + this.inputMethodController.off('selectByRange'); + } + + public clearTextInputClient(): void { + if(this.inputTarget.type == Type.VIRTUAL_DISPLAY_PLATFORM_VIEW) { + return; + } + this.mEditable.removeEditingStateListener(this.plugin); + this.configuration = null; + this.inputTarget = new InputTarget(Type.NO_TARGET, 0); + } +} + +enum Type { + NO_TARGET, + // InputConnection is managed by the TextInputPlugin, and events are forwarded to the Flutter + // framework. + FRAMEWORK_CLIENT, + // InputConnection is managed by a platform view that is presented on a virtual display. + VIRTUAL_DISPLAY_PLATFORM_VIEW, + PHYSICAL_DISPLAY_PLATFORM_VIEW, +} + +export class InputTarget { + type: Type; + id: number; + + constructor(type: Type, id: number) { + this.type = type; + this.id = id; + } + +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/localization/LocalizationPlugin.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/localization/LocalizationPlugin.ets new file mode 100644 index 0000000000000000000000000000000000000000..78ed1c729717344a6e387d3d3dbe62fb4e4df86c --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/localization/LocalizationPlugin.ets @@ -0,0 +1,68 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import LocalizationChannel, { LocalizationMessageHandler } from '../../embedding/engine/systemchannels/LocalizationChannel' +import common from '@ohos.app.ability.common'; +import intl from '@ohos.intl'; +import Log from '../../util/Log'; +import i18n from '@ohos.i18n'; + +const TAG = "LocalizationPlugin"; +export default class LocalizationPlugin { + private localizationChannel:LocalizationChannel; + private context: common.Context; + + localeFromString(localeString: string): intl.Locale { + localeString = localeString.replace('_','-'); + let parts: string[] = localeString.split('-',-1); + let languageCode = parts[0]; + let scriptCode = ""; + let countryCode = ""; + let index: number = 1; + + if (parts.length > index && parts[index].length == 4) { + scriptCode = parts[index]; + index++; + } + + if (parts.length > index && parts[index].length >= 2 && parts[index].length <= 3) { + countryCode = parts[index]; + index++; + } + return new intl.Locale(languageCode+'-'+ countryCode +'-' + scriptCode); + } + + private localizationMessageHandler: LocalizationMessageHandler =new enterGetStringResource(()=>{ + Log.i(TAG, "getResource enter"); + return "" + }) + constructor(context: common.Context, localizationChannel: LocalizationChannel) { + this.context = context; + this.localizationChannel = localizationChannel; + this.localizationChannel.setLocalizationMessageHandler(this.localizationMessageHandler); + } + + sendLocaleToFlutter(): void { + let systemLanguages = i18n.System.getSystemLanguages(); + this.localizationChannel.sendLocales(systemLanguages); + } +} +class enterGetStringResource{ + getStringResource : (key: string, localeString: string)=>string + + constructor(getStringResource: (key: string, localeString: string)=>string) { + this.getStringResource = getStringResource + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/mouse/MouseCursorPlugin.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/mouse/MouseCursorPlugin.ets new file mode 100644 index 0000000000000000000000000000000000000000..44c94a11aa2f132f6dd24b3484bb5ca9b59c940c --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/mouse/MouseCursorPlugin.ets @@ -0,0 +1,129 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import MouseCursorChannel, { MouseCursorMethodHandler } from '../../embedding/engine/systemchannels/MouseCursorChannel'; +import pointer from '@ohos.multimodalInput.pointer'; +import HashMap from '@ohos.util.HashMap'; +import Log from '../../util/Log'; +import { AsyncCallback } from '@ohos.base'; + +const TAG: string = "MouseCursorPlugin"; +export default class MouseCursorPlugin implements MouseCursorMethodHandler{ + private mView: MouseCursorViewDelegate; + + private mouseCursorChannel: MouseCursorChannel; + + private systemCursorConstants: HashMap; + + constructor(mouseCursorView: MouseCursorViewDelegate, mouseCursorChannel: MouseCursorChannel) { + this.mView = mouseCursorView; + this.mouseCursorChannel = mouseCursorChannel; + this.mouseCursorChannel.setMethodHandler(this); + } + + activateSystemCursor(kind: string): void { + this.mView.getWindowId((error, windowId) => { + if (windowId < 0) { + Log.w(TAG, "set point style failed windowId is invalid"); + return; + } + let pointStyle: pointer.PointerStyle = this.resolveSystemCursor(kind); + try { + pointer.setPointerStyle(windowId, pointStyle, (err: ESObject) => { + Log.i(TAG, "set point style success kind : " + kind); + }) + } catch (e) { + Log.e(TAG, "set point style failed : " + kind + " " + JSON.stringify(e)); + } + }); + } + + /** + * Return mouse cursor point style + * + *

This method guarantees to return a non-null object. + * + * @param kind mouse cursor type + * @returns point style + */ + private resolveSystemCursor(kind: string): pointer.PointerStyle { + if (this.systemCursorConstants == null) { + this.systemCursorConstants = new HashMap(); + this.systemCursorConstants.set("alias", pointer.PointerStyle.DEFAULT); + this.systemCursorConstants.set("allScroll", pointer.PointerStyle.MOVE); + this.systemCursorConstants.set("basic", pointer.PointerStyle.DEFAULT); + this.systemCursorConstants.set("cell", pointer.PointerStyle.DEFAULT); + this.systemCursorConstants.set("click", pointer.PointerStyle.HAND_POINTING); + this.systemCursorConstants.set("contextMenu", pointer.PointerStyle.DEFAULT); + this.systemCursorConstants.set("copy", pointer.PointerStyle.CURSOR_COPY); + this.systemCursorConstants.set("forbidden", pointer.PointerStyle.CURSOR_FORBID); + this.systemCursorConstants.set("grab", pointer.PointerStyle.HAND_OPEN); + this.systemCursorConstants.set("grabbing", pointer.PointerStyle.HAND_GRABBING); + this.systemCursorConstants.set("help", pointer.PointerStyle.HELP); + this.systemCursorConstants.set("move", pointer.PointerStyle.MOVE); + this.systemCursorConstants.set("none", pointer.PointerStyle.DEFAULT); + this.systemCursorConstants.set("noDrop", pointer.PointerStyle.DEFAULT); + this.systemCursorConstants.set("precise", pointer.PointerStyle.CROSS); + this.systemCursorConstants.set("text", pointer.PointerStyle.TEXT_CURSOR); + this.systemCursorConstants.set("resizeColum", pointer.PointerStyle.NORTH_SOUTH); + this.systemCursorConstants.set("resizeDown", pointer.PointerStyle.SOUTH); + this.systemCursorConstants.set("resizeUpLeft", pointer.PointerStyle.NORTH_WEST); + this.systemCursorConstants.set("resizeDownRight", pointer.PointerStyle.SOUTH_EAST); + this.systemCursorConstants.set("resizeLeft", pointer.PointerStyle.WEST); + this.systemCursorConstants.set("resizeLeftRight", pointer.PointerStyle.RESIZE_LEFT_RIGHT); + this.systemCursorConstants.set("resizeRight", pointer.PointerStyle.EAST); + this.systemCursorConstants.set("resizeRow", pointer.PointerStyle.WEST_EAST); + this.systemCursorConstants.set("resizeUp", pointer.PointerStyle.NORTH); + this.systemCursorConstants.set("resizeUpDown", pointer.PointerStyle.RESIZE_UP_DOWN); + this.systemCursorConstants.set("resizeUpLeft", pointer.PointerStyle.NORTH_WEST); + this.systemCursorConstants.set("resizeUpRight", pointer.PointerStyle.NORTH_EAST); + this.systemCursorConstants.set("resizeUpLeftDownRight", pointer.PointerStyle.MOVE); + this.systemCursorConstants.set("resizeUpRightDownLeft", pointer.PointerStyle.MOVE); + this.systemCursorConstants.set("verticalText", pointer.PointerStyle.TEXT_CURSOR); + this.systemCursorConstants.set("wait", pointer.PointerStyle.DEFAULT); + this.systemCursorConstants.set("zoomIn", pointer.PointerStyle.ZOOM_IN); + this.systemCursorConstants.set("zoomOut", pointer.PointerStyle.ZOOM_OUT); + } + let pointStyle:pointer.PointerStyle = this.systemCursorConstants.get(kind); + if (pointStyle === null) { + return pointer.PointerStyle.DEFAULT; + } + return pointStyle; + } + + /** + * Detaches the text input plugin from the platform views controller; + * + *

The MouseCursorPlugin instance should not be used after call this. + */ + destroy(): void { + this.mouseCursorChannel.setMethodHandler(null); + } +} + +/** + * Delegate interface for requesting the system to display a pointer icon object. + * + *

Typically implemented by an component, such as a{@code FlutterView} + */ +export interface MouseCursorViewDelegate { + /** + * get window id to set mouse style + *

component need to implement this interface to get windowId + * + * @param callback windowId + * */ + getWindowId(callback: AsyncCallback): void; +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/AccessibilityEventsDelegate.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/AccessibilityEventsDelegate.ets new file mode 100644 index 0000000000000000000000000000000000000000..faa3bc90e50c304744883689a532d0dc323bd714 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/AccessibilityEventsDelegate.ets @@ -0,0 +1,38 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import AccessibilityBridge from '../../view/AccessibilityBridge'; + +export class AccessibilityEventsDelegate { + private accessibilityBridge: AccessibilityBridge; + + requestSendAccessibilityEvent(accessibilityBridge: AccessibilityBridge): boolean { + if (accessibilityBridge == null) { + return false; + } + return true; + } + + onAccessibilityHoverEvent(accessibilityBridge: AccessibilityBridge): boolean { + if (accessibilityBridge == null) { + return false; + } + return true; + } + + setAccessibilityBridge (accessibilityBridge: AccessibilityBridge): void { + this.accessibilityBridge = accessibilityBridge; + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformOverlayView.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformOverlayView.ets new file mode 100644 index 0000000000000000000000000000000000000000..64e8c7f780dc9253f3fd79c05663805a13c8d839 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformOverlayView.ets @@ -0,0 +1,28 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import { AccessibilityEventsDelegate } from './AccessibilityEventsDelegate'; + +export class PlatformOverlayView { + private accessibilityEventsDelegate: AccessibilityEventsDelegate; + + constructor(context: Context, width: Number, height: Number, accessibilityEventsDelegate: AccessibilityEventsDelegate) { + this.accessibilityEventsDelegate= accessibilityEventsDelegate; + } + + public onHoverEvent(): boolean { + return false; + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformView.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformView.ets new file mode 100644 index 0000000000000000000000000000000000000000..ddf5f59a71c4d1c7d51082bcf104990e0faa08c6 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformView.ets @@ -0,0 +1,80 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import { DVModel, DynamicView } from '../../view/DynamicView/dynamicView' + +/** A handle to an DynamicView to be embedded in the Flutter hierarchy. */ +export default abstract class PlatformView { + /** Returns the DynamicView to be embedded in the Flutter hierarchy. */ + abstract getView(): DVModel; + + /** + * Called by the {@link io.flutter.embedding.engine.FlutterEngine} that owns this {@code + * PlatformView} when the DynamicView responsible for rendering a Flutter UI is + * associated with the {@link io.flutter.embedding.engine.FlutterEngine}. + * + *

This means that our associated {@link io.flutter.embedding.engine.FlutterEngine} can now + * render a UI and interact with the user. + * + *

Some platform views may have unusual dependencies on the {@link View} that renders Flutter + * UIs, such as unique keyboard interactions. That {@link View} is provided here for those + * purposes. Use of this {@link View} should be avoided if it is not absolutely necessary, because + * depending on this {@link View} will tend to make platform view code more brittle to future + * changes. + */ + onFlutterViewAttached(dvModel: DVModel): void {} + + /** + * Called by the {@link io.flutter.embedding.engine.FlutterEngine} that owns this {@code + * PlatformView} when the DynamicView responsible for rendering a Flutter UI is detached + * and disassociated from the {@link io.flutter.embedding.engine.FlutterEngine}. + * + *

This means that our associated {@link io.flutter.embedding.engine.FlutterEngine} no longer + * has a rendering surface, or a user interaction surface of any kind. + * + *

This platform view must release any references related to the DynamicView that was + * provided in {@link #onFlutterViewAttached(View)}. + */ + onFlutterViewDetached(): void {} + + /** + * Dispose this platform view. + * + *

The {@link PlatformView} object is unusable after this method is called. + * + *

Plugins implementing {@link PlatformView} must clear all references to the View object and + * the PlatformView after this method is called. Failing to do so will result in a memory leak. + * + *

References related to the DynamicView attached in {@link + * #onFlutterViewAttached(View)} must be released in {@code dispose()} to avoid memory leaks. + */ + abstract dispose(): void; + + /** + * Callback fired when the platform's input connection is locked, or should be used. + * + *

This hook only exists for rare cases where the plugin relies on the state of the input + * connection. This probably doesn't need to be implemented. + */ + onInputConnectionLocked(): void {} + + /** + * Callback fired when the platform input connection has been unlocked. + * + *

This hook only exists for rare cases where the plugin relies on the state of the input + * connection. This probably doesn't need to be implemented. + */ + onInputConnectionUnlocked(): void {} +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformViewFactory.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformViewFactory.ets new file mode 100644 index 0000000000000000000000000000000000000000..373a7ea5a5906c812c330762fd3825d4ce420201 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformViewFactory.ets @@ -0,0 +1,44 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import MessageCodec from '../common/MessageCodec'; +import PlatformView from './PlatformView' +import common from '@ohos.app.ability.common'; + +export default abstract class PlatformViewFactory { + private createArgsCodec: MessageCodec; + + /** @param createArgsCodec the codec used to decode the args parameter of {@link #create}. */ + constructor(createArgsCodec: MessageCodec) { + this.createArgsCodec = createArgsCodec; + } + + /** + * Creates a new Dynamic be embedded in the Flutter hierarchy. + * + * @param context the context to be used when creating the view, this is different than + * FlutterView's context. + * @param viewId unique identifier for the created instance, this value is known on the Dart side. + * @param args arguments sent from the Flutter app. The bytes for this value are decoded using the + * createArgsCodec argument passed to the constructor. This is null if createArgsCodec was + * null, or no arguments were sent from the Flutter app. + */ + public abstract create(context: common.Context, viewId: number, args: ESObject): PlatformView; + + /** Returns the codec to be used for decoding the args parameter of {@link #create}. */ + getCreateArgsCodec(): MessageCodec { + return this.createArgsCodec; + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformViewRegistry.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformViewRegistry.ets new file mode 100644 index 0000000000000000000000000000000000000000..2c49f5eeaddb54cece120df8eea307c69ad76ebf --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformViewRegistry.ets @@ -0,0 +1,32 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import PlatformViewFactory from './PlatformViewFactory' + +/** + * Registry for platform view factories. + * + *

Plugins can register factories for specific view types. + */ +export default interface PlatformViewRegistry { + /** + * Registers a factory for a platform view. + * + * @param viewTypeId unique identifier for the platform view's type. + * @param factory factory for creating platform views of the specified type. + * @return true if succeeded, false if a factory is already registered for viewTypeId. + */ + registerViewFactory(viewTypeId: string, factory: PlatformViewFactory): boolean; +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformViewRegistryImpl.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformViewRegistryImpl.ets new file mode 100644 index 0000000000000000000000000000000000000000..98cb247d890cbe65150feb84242c01128047e7f9 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformViewRegistryImpl.ets @@ -0,0 +1,40 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import HashMap from '@ohos.util.HashMap'; +import PlatformViewFactory from './PlatformViewFactory' +import PlatformViewRegistry from './PlatformViewRegistry' + +export default class PlatformViewRegistryImpl implements PlatformViewRegistry { + // Maps a platform view type id to its factory. + private viewFactories: HashMap; + + constructor() { + this.viewFactories = new HashMap(); + } + + registerViewFactory(viewTypeId: string, factory: PlatformViewFactory): boolean { + if (this.viewFactories.hasKey(viewTypeId)) { + return false; + } + + this.viewFactories.set(viewTypeId, factory); + return true; + } + + getFactory(viewTypeId: string): PlatformViewFactory { + return this.viewFactories.get(viewTypeId); + } +} diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformViewWrapper.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformViewWrapper.ets new file mode 100644 index 0000000000000000000000000000000000000000..c34d9bcce565e65f3eebb5cccf355a9d3f366fac --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformViewWrapper.ets @@ -0,0 +1,111 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import OhosTouchProcessor from '../../embedding/ohos/OhosTouchProcessor'; +import { DVModel, DVModelParameters } from '../../view/DynamicView/dynamicView'; +import { createDVModelFromJson } from '../../view/DynamicView/dynamicViewJson'; +import { RootDvModeManager } from './RootDvModelManager'; +import matrix4 from '@ohos.matrix4' +import Log from '../../util/Log'; + +const TAG: string = "PlatformViewWrapper"; +export class PlatformViewWrapper { + private prevLeft: number; + private prevTop: number; + private left: number; + private top: number; + private bufferWidth: number; + private bufferHeight: number; + private touchProcessor: OhosTouchProcessor; + + // private onTouch = (touchEvent: TouchEvent) => { + // switch (touchEvent.type) { + // case TouchType.Down: + // this.prevLeft = this.left; + // this.prevTop = this.top; + // this.model.params.translateX = this.left; + // this.model.params.translateY = this.top; + // break; + // case TouchType.Move: + // this.model.params.translateX = this.prevLeft; + // this.model.params.translateY = this.prevTop; + // this.prevLeft = this.left; + // this.prevTop = this.top; + // break; + // case TouchType.Up: + // case TouchType.Cancel: + // default: + // break; + // } + // } + + private model : DVModel = createDVModelFromJson( new DVModelParam("Column", [])); + + public setTouchProcessor(newTouchProcessor: OhosTouchProcessor): void { + this.touchProcessor = newTouchProcessor; + } + + constructor() { + } + + public getDvModel(): DVModel { + return this.model; + } + + setParams: (params: DVModelParameters, key: String, element: ESObject ) => void = (params: DVModelParameters, element: ESObject): void => { + let params2 = params as Record; + params2.key =element; + } + + getParams: (params: DVModelParameters, element: string) => string | ESObject = (params: DVModelParameters, element: string): string | ESObject => { + let params2 = params as Record; + return params2.element; + } + + public setLayoutParams(parameters : DVModelParameters): void { + if (this.model.params == null) { + this.model.params = new DVModelParameters(); + } + this.setParams(this.model.params, "marginLeft", this.getParams(parameters, "marginLeft")); + this.setParams(this.model.params, "marginTop", this.getParams(parameters, "marginTop")); + this.left = this.getParams(parameters, "marginLeft"); + this.top = this.getParams(parameters, "marginTop"); + + this.setParams(this.model.params, "width", this.getParams(parameters, "width")); + this.setParams(this.model.params, "height", this.getParams(parameters, "height")); + + // this.model.params.marginLeft = parameters.marginLeft; + // this.model.params.marginTop = parameters.marginTop; + // this.left = parameters.marginLeft; + // this.top = parameters.marginTop;; + + // this.model.params.width = parameters.width; + // this.model.params.height = parameters.height; + } + + public addDvModel(model: DVModel): void { + this.model.children.push(model); + } +} + +class DVModelParam { + compType: string + children: [] + + constructor(compType: string, children: []) { + this.compType = compType; + this.children = children; + } +}; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformViewsAccessibilityDelegate.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformViewsAccessibilityDelegate.ets new file mode 100644 index 0000000000000000000000000000000000000000..62888046c561533a3ea096c77ce7f3f634503e4c --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformViewsAccessibilityDelegate.ets @@ -0,0 +1,43 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import AccessibilityBridge from '../../view/AccessibilityBridge'; + +export interface PlatformViewsAccessibilityDelegate { + /** + * Returns the root of the view hierarchy for the platform view with the requested id, or null if + * there is no corresponding view. + */ + getPlatformViewById(viewId: number): Object; + + /** Returns true if the platform view uses virtual displays. */ + usesVirtualDisplay(id: number): boolean; + + /** + * Attaches an accessibility bridge for this platform views accessibility delegate. + * + *

Accessibility events originating in platform views belonging to this delegate will be + * delegated to this accessibility bridge. + */ + attachAccessibilityBridge(accessibilityBridge: AccessibilityBridge): void; + + /** + * Detaches the current accessibility bridge. + * + *

Any accessibility events sent by platform views belonging to this delegate will be ignored + * until a new accessibility bridge is attached. + */ + detachAccessibilityBridge(): void; +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformViewsController.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformViewsController.ets new file mode 100644 index 0000000000000000000000000000000000000000..b77917fc75a9baaf6c7f88a4df6fd4349a5b789c --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformViewsController.ets @@ -0,0 +1,502 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import { PlatformViewsAccessibilityDelegate } from './PlatformViewsAccessibilityDelegate'; +import PlatformViewsChannel, { + PlatformViewBufferResized, + PlatformViewCreationRequest, + PlatformViewResizeRequest, + PlatformViewsHandler, PlatformViewTouch, PlatformViewBufferSize +} from '../../../ets/embedding/engine/systemchannels/PlatformViewsChannel'; +import PlatformView from './PlatformView'; +import { DVModel, DVModelParameters, DynamicView } from '../../view/DynamicView/dynamicView'; +import display from '@ohos.display'; +import { FlutterView } from '../../view/FlutterView'; +import { TextureRegistry } from '../../view/TextureRegistry'; +import TextInputPlugin from '../editing/TextInputPlugin'; +import { PlatformOverlayView } from './PlatformOverlayView'; +import { PlatformViewWrapper } from './PlatformViewWrapper'; +import { FlutterOverlaySurface } from '../../embedding/engine/FlutterOverlaySurface'; +import HashSet from '@ohos.util.HashSet'; +import PlatformViewRegistry from './PlatformViewRegistry'; +import PlatformViewRegistryImpl from './PlatformViewRegistryImpl'; +import DartExecutor from '../../embedding/engine/dart/DartExecutor'; +import { AccessibilityEventsDelegate } from './AccessibilityEventsDelegate'; +import AccessibilityBridge from '../../view/AccessibilityBridge'; +import { RootDvModeManager } from './RootDvModelManager'; +import { FlutterMutatorView } from '../../embedding/engine/mutatorsstack/FlutterMutatorView'; +import common from '@ohos.app.ability.common'; +import Log from '../../util/Log' +import OhosTouchProcessor from '../../embedding/ohos/OhosTouchProcessor' +import PlatformViewFactory from './PlatformViewFactory' +import { ByteBuffer } from '../../util/ByteBuffer'; + +const TAG = "PlatformViewsController" + +export default class PlatformViewsController implements PlatformViewsAccessibilityDelegate, PlatformViewsHandler { + private registry: PlatformViewRegistryImpl; + private context: Context; + private flutterView: FlutterView; + private textureRegistry: TextureRegistry; + private textInputPlugin: TextInputPlugin; + private platformViewsChannel: PlatformViewsChannel; + private accessibilityEventsDelegate: AccessibilityEventsDelegate; + private nextOverlayLayerId: number = 0; + private ohosTouchProcessor: OhosTouchProcessor; + private usesSoftwareRendering: boolean = false; + + private platformViews: Map; + private overlayLayerViews: Map; + private viewWrappers: Map; + private currentFrameUsedOverlayLayerIds: HashSet; + private currentFrameUsedPlatformViewIds: HashSet; + private rootDvModel = RootDvModeManager.getRootDvMode(); + private platformViewParent: Map; + + constructor() { + this.registry = new PlatformViewRegistryImpl(); + this.accessibilityEventsDelegate = new AccessibilityEventsDelegate(); + this.overlayLayerViews = new Map(); + this.currentFrameUsedOverlayLayerIds = new HashSet(); + this.currentFrameUsedPlatformViewIds = new HashSet(); + this.viewWrappers = new Map(); + this.platformViews = new Map(); + this.platformViewParent = new Map(); + } + + + getPlatformViewById(viewId: number): Object { + throw new Error('Method not implemented.'); + } + + usesVirtualDisplay(id: number): boolean { + throw new Error('Method not implemented.'); + } + + attachAccessibilityBridge(accessibilityBridge: AccessibilityBridge): void { + throw new Error('Method not implemented.'); + } + + detachAccessibilityBridge(): void { + throw new Error('Method not implemented.'); + } + + createForPlatformViewLayer(request: PlatformViewCreationRequest): void { + Log.i(TAG, "Enter createForPlatformViewLayer"); + this.ensureValidRequest(request); + + let platformView: PlatformView = this.createPlatformView(request, false); + + this.configureForHybridComposition(platformView, request); + } + + dispose(viewId: number): void { + let platformView: PlatformView = this.platformViews.get(viewId); + if (platformView == null) { + Log.e(TAG, "Disposing unknown platform view with id: " + viewId); + return; + } + this.platformViews.delete(viewId); + + try { + platformView.dispose(); + } catch (err) { + Log.e(TAG, "Disposing platform view threw an exception", err); + } + + let viewWrapper: PlatformViewWrapper = this.viewWrappers.get(viewId); + if (viewWrapper != null) { + this.viewWrappers.delete(viewId); + } + + let parentView: FlutterMutatorView = this.platformViewParent.get(viewId); + if (parentView != null) { + this.platformViewParent.delete(viewId); + } + } + + setParams: (params: DVModelParameters, key: String, element: ESObject ) => void = (params: DVModelParameters, element: ESObject): void => { + let params2 = params as Record; + params2.key =element; + } + + resize(request: PlatformViewResizeRequest, onComplete: PlatformViewBufferResized): void { + let physicalWidth: number = this.toPhysicalPixels(request.newLogicalWidth); + let physicalHeight: number = this.toPhysicalPixels(request.newLogicalHeight); + let viewId: number = request.viewId; + Log.i(TAG, `Resize viewId ${viewId}, pw:${physicalWidth}, ph:${physicalHeight},lw:${request.newLogicalWidth}, lh:${request.newLogicalHeight}`); + + let platformView: PlatformView = this.platformViews.get(viewId); + let viewWrapper: PlatformViewWrapper = this.viewWrappers.get(viewId); + if (platformView == null || viewWrapper == null) { + Log.e(TAG, "Resizing unknown platform view with id: " + viewId); + return; + } + + let viewWrapperLayoutParams: DVModelParameters = viewWrapper.getDvModel().getLayoutParams(); + if (physicalWidth) { + this.setParams(viewWrapperLayoutParams, "width", physicalWidth); + // viewWrapperLayoutParams.width = physicalWidth; + } + + if (physicalHeight) { + this.setParams(viewWrapperLayoutParams, "height", physicalHeight); + // viewWrapperLayoutParams.height = physicalHeight; + } + + let embeddedView: DVModel = platformView.getView(); + if (embeddedView != null) { + let embeddedViewLayoutParams = embeddedView.getLayoutParams(); + if (physicalWidth) { + this.setParams(embeddedViewLayoutParams, "width", physicalWidth); + // embeddedViewLayoutParams.width = physicalWidth; + } + + if (physicalHeight) { + this.setParams(embeddedViewLayoutParams, "height", physicalHeight); + // embeddedViewLayoutParams.height = physicalHeight; + } + } + + onComplete.run(new PlatformViewBufferSize(request.newLogicalWidth, request.newLogicalHeight)); + } + + offset(viewId: number, top: number, left: number): void { + Log.i(TAG, `Offset is id${viewId}, t:${top}, l:${left}`); + let viewWrapper: PlatformViewWrapper = this.viewWrappers.get(viewId); + if (viewWrapper == null) { + Log.e(TAG, "Setting offset for an unknown platform view with id: " + viewId); + return; + } + + let physicalTop = this.toPhysicalPixels(top); + let physicalLeft = this.toPhysicalPixels(left); + let params = viewWrapper.getDvModel().params; + this.setParams(params, "marginTop", physicalTop); + this.setParams(params, "marginLeft", physicalLeft); + // params.marginTop = physicalTop; + // params.marginLeft = physicalLeft; + viewWrapper.setLayoutParams(params); + } + + onTouch(touch: PlatformViewTouch): void { + let viewId: number = touch.viewId; + let density: number = display.getDefaultDisplaySync().densityDPI; + + let platformView: PlatformView = this.platformViews.get(viewId); + if (platformView == null) { + Log.e(TAG, "Sending touch to an unknown platform view with id: " + viewId); + return; + } + let dvModel: DVModel = platformView.getView(); + if (dvModel == null) { + Log.e(TAG, "Sending touch to a null dv model with id: " + viewId); + } + Log.e(TAG, "Sending touch to a dv model with id: " + viewId.toString()); + sendEventByKey(viewId.toString(), 10, ""); + } + + setDirection(viewId: number, direction: number): void { + if (!this.validateDirection(direction)) { + throw new Error("Trying to set unknown direction value: " + + direction + + "(view id: " + + viewId + + ")"); + } + + const platformView = this.platformViews.get(viewId); + if (platformView == null) { + Log.e(TAG, "Setting direction to an unknown view with id: " + viewId); + return; + } + const embeddedView = platformView.getView(); + if (embeddedView == null) { + Log.e(TAG, "Setting direction to a null view with id: " + viewId); + return; + } + this.setParams(embeddedView.params, "direction", direction); + // embeddedView.params.direction = direction; + } + + validateDirection(direction:number):boolean { + return direction == Direction.Ltr || direction == Direction.Rtl || direction == Direction.Auto; + } + + clearFocus(viewId: number): void { + const platformView = this.platformViews.get(viewId); + if (platformView == null) { + Log.e(TAG, "Setting direction to an unknown view with id: " + viewId); + return; + } + const embeddedView = platformView.getView(); + if (embeddedView == null) { + Log.e(TAG, "Setting direction to a null view with id: " + viewId); + return; + } + focusControl.requestFocus("flutterXComponent"); + } + synchronizeToNativeViewHierarchy(yes: boolean): void { + throw new Error('Method not implemented.'); + } + + public createForTextureLayer(request: PlatformViewCreationRequest): number { + Log.i(TAG, "Enter createForTextureLayer"); + this.ensureValidRequest(request); + + let viewId: number = request.viewId; + if (this.viewWrappers.get(request.viewId) != null) { + throw new Error( + "Trying to create an already created platform view, view id: " + viewId); + } + + let platformView: PlatformView = this.createPlatformView(request, true); + let dynamicView: DVModel = platformView.getView(); + return this.configureForTextureLayerComposition(platformView, request); + } + + private ensureValidRequest(request: PlatformViewCreationRequest): void { + if (!this.validateDirection(request.direction)) { + throw new Error("Trying to create a view with unknown direction value: " + + request.direction + + "(view id: " + + request.viewId + + ")") + } + } + + private createPlatformView(request: PlatformViewCreationRequest, wrapContext: boolean): PlatformView { + Log.i(TAG, "Enter createPlatformView"); + const viewFactory: PlatformViewFactory = this.registry.getFactory(request.viewType); + if (viewFactory == null) { + throw new Error("Trying to create a platform view of unregistered type: " + request.viewType) + } + + let createParams: ESObject = null; + if (request.params != null) { + let byteParas : ByteBuffer = request.params as ByteBuffer; + createParams = viewFactory.getCreateArgsCodec().decodeMessage(byteParas.buffer); + } + + let mutableContext: common.Context = this.context; + let platformView = viewFactory.create(mutableContext, request.viewId, createParams); + + let embeddedView: DVModel = platformView.getView(); + if (embeddedView == null) { + throw new Error("PlatformView#getView() returned null, but an dynamic view reference was expected."); + } + + this.setParams(embeddedView.params, "direction", request.direction); + // embeddedView.params.direction = request.direction; + + this.platformViews.set(request.viewId, platformView); + return platformView; + } + + // Configures the view for Hybrid Composition mode. + private configureForHybridComposition(platformView: PlatformView, request: PlatformViewCreationRequest): void { + Log.i(TAG, "Using hybrid composition for platform view: " + request.viewId); + } + + private configureForTextureLayerComposition(platformView: PlatformView, request: PlatformViewCreationRequest): number { + Log.i(TAG, "Hosting view in view hierarchy for platform view: " + request.viewId); + + let viewWrapper: PlatformViewWrapper = new PlatformViewWrapper(); + let textureId: number = 0; + + let physicalTop: number = this.toPhysicalPixels(request.logicalTop); + let physicalLeft: number = this.toPhysicalPixels(request.logicalLeft); + + Log.i(TAG, `View pW:${request.logicalWidth}, pH:${request.logicalHeight}, pT:${physicalTop}, pL:${physicalLeft}`); + + let param: DVModelParameters = new DVModelParameters(); + + this.setParams(param, "marginLeft", physicalLeft); + this.setParams(param, "marginTop", physicalTop); + // param.marginLeft = physicalLeft; + // param.marginTop = physicalTop; + + let model = platformView.getView(); + if (request.logicalWidth != null) { + let physicalWidth: number = this.toPhysicalPixels(request.logicalWidth); + this.setParams(model.params, "width", physicalWidth); + this.setParams(param, "width", physicalWidth); + // model.params.width = physicalWidth; + // param.width = physicalWidth; + } + + if (request.logicalHeight != null) { + let physicalHeight: number = this.toPhysicalPixels(request.logicalHeight); + this.setParams(model.params, "height", physicalHeight); + this.setParams(param, "height", physicalHeight); + // model.params.height = physicalHeight; + // param.height = physicalHeight; + } + + viewWrapper.setLayoutParams(param); + viewWrapper.addDvModel(model); + + RootDvModeManager.addDvModel(viewWrapper.getDvModel()); + this.viewWrappers.set(request.viewId, viewWrapper); + Log.i(TAG, "Create platform view success"); + + return textureId; + } + + public attach(context: Context, textureRegistry: TextureRegistry, dartExecutor: DartExecutor): void { + if (this.context != null) { + + } + this.context = context; + this.textureRegistry = textureRegistry; + this.platformViewsChannel = new PlatformViewsChannel(dartExecutor); + this.platformViewsChannel.setPlatformViewsHandler(this); + } + + public detach(): void { + if (this.platformViewsChannel != null) { + this.platformViewsChannel.setPlatformViewsHandler(null); + } + this.destroyOverlaySurfaces(); + this.platformViewsChannel = null; + this.context = null; + this.textureRegistry = null; + } + + public attachToView() { + for (let wrapper of this.viewWrappers.values()) { + this.rootDvModel.model.children.push(wrapper.getDvModel()); + } + for (let mutator of this.platformViewParent.values()) { + this.rootDvModel.model.children.push(mutator.getDvModel()); + } + for (let platformView of this.platformViews.values()) { + platformView.onFlutterViewAttached(this.rootDvModel.model); + } + } + + public detachFromView(): void { + for (let index = 0; index < this.viewWrappers.size; index++) { + this.rootDvModel.model.children.pop(); + } + for (let index = 0; index < this.platformViewParent.size; index++) { + this.rootDvModel.model.children.pop(); + } + this.destroyOverlaySurfaces(); + this.removeOverlaySurfaces(); + this.rootDvModel = null; + + for (let platformView of this.platformViews.values()) { + platformView.onFlutterViewDetached(); + } + } + + public attachTextInputPlugin(textInputPlugin: TextInputPlugin): void { + this.textInputPlugin = textInputPlugin; + } + + public detachTextInputPlugin(): void { + this.textInputPlugin == null; + } + + public getRegistry(): PlatformViewRegistry { + return this.registry; + } + + public onDetachedFromNapi(): void { + this.diposeAllViews(); + } + + public onPreEngineRestart(): void { + this.diposeAllViews(); + } + + private getDisplayDensity(): number { + return display.getDefaultDisplaySync().densityPixels; + } + private toPhysicalPixels(logicalPixels: number): number { + return Math.round(px2vp(logicalPixels * this.getDisplayDensity())); + } + + private toLogicalPixelsByDensity(physicalPixels: number, displayDensity: number): number { + return Math.round(physicalPixels / displayDensity); + } + + private toLogicalPixels(physicalPixels: number): number { + return this.toLogicalPixelsByDensity(physicalPixels, this.getDisplayDensity()); + } + + + private diposeAllViews(): void { + } + + private initializeRootImageViewIfNeeded(): void { + } + + initializePlatformViewIfNeeded(viewId: number): void { + let platformView: PlatformView = this.platformViews[viewId]; + if (platformView == null) { + throw new Error("Platform view hasn't been initialized from the platform view channel."); + } + if (this.platformViewParent[viewId] == null) { + return; + } + let dvModel: DVModel = platformView.getView(); + if (dvModel == null) { + throw new Error("PlatformView#getView() returned null, but an ohos dv model reference was expected."); + } + let parentView: FlutterMutatorView = new FlutterMutatorView(); + parentView.setOnDescendantFocusChangeListener(() => { + this.platformViewsChannel.invokeViewFocused(viewId); + }, () => { + if (this.textInputPlugin != null) { + this.textInputPlugin.clearTextInputClient(); + } + }); + } + + public onDisplayOverlaySurface(id: number, x: number, y: number, width: number, height: number): void { + } + + public onBeginFrame(): void { + this.currentFrameUsedOverlayLayerIds.clear(); + this.currentFrameUsedPlatformViewIds.clear(); + } + + public onEndFrame(): void { + } + + private finishFrame(isFrameRenderedUsingImageReaders: boolean): void { + } + + public createOverlaySurfaceByPlatformOverlayView(imageView: PlatformOverlayView) { + let id = this.nextOverlayLayerId++; + this.overlayLayerViews.set(id, imageView); + return new FlutterOverlaySurface(this.nextOverlayLayerId++); + } + + public createOverlaySurface(): FlutterOverlaySurface { + return new FlutterOverlaySurface(this.nextOverlayLayerId++); + } + + private destroyOverlaySurfaces(): void { + } + + private removeOverlaySurfaces(): void { + if (!(this.flutterView instanceof FlutterView)) { + return; + } + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/RootDvModelManager.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/RootDvModelManager.ets new file mode 100644 index 0000000000000000000000000000000000000000..0cc2cb0b2cc44032d2384282013785d150162bc9 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/plugin/platform/RootDvModelManager.ets @@ -0,0 +1,74 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import { DVModel, DVModelContainer, DVModelParameters } from '../../view/DynamicView/dynamicView'; +import { createDVModelFromJson } from '../../view/DynamicView/dynamicViewJson'; + +@Component +struct XComponentStruct { + private context: ESObject; + + build() { + XComponent({ id: 'flutterXComponent', type: 'texture', libraryname: 'flutter' }) + .onLoad((context) => { + this.context = context; + }) + .onDestroy(() => { + }) + } +} + +interface $$type { + param: DVModelParameters +} + +@Builder +function BuildXComponentStruct($$: $$type) { + XComponentStruct(); +} + +class DVModelJson { + compType: string + children: Array + attributes: ESObject + + constructor(compType: string, children: Array, attributes: ESObject) { + this.compType = compType + this.children = children + this.attributes = attributes + } +} + +export class RootDvModeManager { + private static xComponentModel: ESObject = + { + compType: "xComponent", + build: BuildXComponentStruct + }; + private static model: DVModel = createDVModelFromJson(new DVModelJson("Stack", [RootDvModeManager.xComponentModel], { + alignContent: Alignment.TopStart + },) + + ); + private static container: DVModelContainer = new DVModelContainer(RootDvModeManager.model); + + public static getRootDvMode(): DVModelContainer { + return RootDvModeManager.container; + } + + public static addDvModel(model: DVModel): void { + RootDvModeManager.container.model.children.push(model); + } +} diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/ByteBuffer.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/ByteBuffer.ets new file mode 100644 index 0000000000000000000000000000000000000000..99a7d4b522caa6daf09b06e6feb40bcd6203abd3 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/ByteBuffer.ets @@ -0,0 +1,813 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import util from '@ohos.util' + +/** + * A byte buffer. + * + * Supports the following data types: + * - Bool + * - Int (8, 16, 32, 64) + * - Uint (8, 16, 32, 64) + * - BigInt (64) + * - String (utf8, utf16, and delimited) + * - TypedArray + * + */ +export class ByteBuffer { + + /** + * Creates a byte buffer. + * @param source The data source. + * @param byteOffset The byte offset. + * @param byteLength The byte length. + * @returns A byte buffer. + */ + static from(source: ArrayBuffer, byteOffset?: number, byteLength?: number): ByteBuffer { + // if (ArrayBuffer.isView(source)) { + // byteOffset = source.byteOffset + (byteOffset || 0) + // } + const byteBuffer = new ByteBuffer() + byteBuffer.dataView = byteLength === undefined ? new DataView(source, byteOffset) : new DataView(source, byteOffset, Math.min(source.byteLength, byteLength)) + byteBuffer.mByteOffset = byteBuffer.dataView.byteOffset + return byteBuffer + } + + /** + * The dataView. + */ + private dataView: DataView + + /** + * The byte offset. + */ + mByteOffset: number = 0 + + /** + * The byte offset. + * @returns The byte offset. + */ + get byteOffset(): number { + return this.mByteOffset + } + + /** + * The byte offset. + * @returns The byte offset. + */ + get byteLength(): number { + return this.dataView.byteLength + } + + /** + * The number of remaining bytes. + * @returns The number of bytes remaining. + */ + get bytesRemaining(): number { + return this.dataView.byteLength - this.mByteOffset + } + + hasRemaining(): boolean { + return this.mByteOffset < this.dataView.byteLength; + } + + get buffer(): ArrayBuffer { + const dataBuffer = new DataView(new ArrayBuffer(this.mByteOffset)); + for (let i = 0; i < this.mByteOffset; i++) { + dataBuffer.setUint8(i, this.dataView.getUint8(i)); + } + return dataBuffer.buffer + } + + /** + * Skips the byte offset. + * @param byteLength The byte length. + */ + skip(byteLength: number): void { + this.mByteOffset += byteLength + } + + /** + * Resets the byte offset. + */ + reset(): void { + this.mByteOffset = this.dataView.byteOffset + } + + /** + * Clears the byte buffer. + */ + clear(): void { + this.getUint8Array(0).fill(0) + } + + /** + * check buffer capacity. + */ + checkWriteCapacity(slen: number): void { + if (this.mByteOffset + slen > this.dataView.byteLength) { + let checkBuffer = new DataView(new ArrayBuffer(this.dataView.byteLength + slen + 512)); + for (let i = 0; i < this.mByteOffset; i++) { + checkBuffer.setUint8(i, this.dataView.getUint8(i)); + } + this.dataView = checkBuffer; + } + } + + /** + * Gets a boolean. + * @param byteOffset The byte offset. + */ + getBool(byteOffset: number): boolean { + return this.getInt8(byteOffset) !== 0 + } + + /** + * Reads the next boolean. + */ + readBool(): boolean { + return this.getInt8(this.mByteOffset++) !== 0 + } + + /** + * Sets a boolean. + * @param byteOffset The byte offset. + * @param value The value. + */ + setBool(byteOffset: number, value: boolean): void { + this.dataView.setInt8(byteOffset, value ? 1 : 0) + } + + /** + * Writes the next boolean. + * @param value The value. + */ + writeBool(value: boolean): void { + this.checkWriteCapacity(1) + this.setInt8(this.mByteOffset++, value ? 1 : 0) + } + + /** + * Gets an signed byte. + * @param byteOffset The byte offset. + * @returns The value. + */ + getInt8(byteOffset: number): number { + return this.dataView.getInt8(byteOffset) + } + + /** + * Reads the next signed byte. + * @returns The value. + */ + readInt8(): number { + return this.getInt8(this.mByteOffset++) + } + + /** + * Sets a signed byte. + * @param byteOffset The byte offset. + * @param value The value. + */ + setInt8(byteOffset: number, value: number): void { + this.dataView.setInt8(byteOffset, value) + } + + /** + * Writes the next signed byte. + * @param value The value. + */ + writeInt8(value: number): void { + this.checkWriteCapacity(1) + this.setInt8(this.mByteOffset++, value) + } + + /** + * Gets an unsigned byte. + * @param byteOffset The byte offset. + * @returns The value. + */ + getUint8(byteOffset: number): number { + return this.dataView.getUint8(byteOffset) + } + + /** + * Reads the next unsigned byte. + * @returns The value. + */ + readUint8(): number { + return this.getUint8(this.mByteOffset++) + } + + /** + * Sets an unsigned byte. + * @param byteOffset The byte offset. + * @param value The value. + */ + setUint8(byteOffset: number, value: number): void { + this.dataView.setUint8(byteOffset, value) + } + + /** + * Writes the next signed byte. + * @param value The value. + */ + writeUint8(value: number): void { + this.checkWriteCapacity(1) + this.setUint8(this.mByteOffset++, value) + } + + /** + * Gets an signed short. + * @param byteOffset The byte offset. + * @param littleEndian If the value is little endian. + * @returns The value. + */ + getInt16(byteOffset: number, littleEndian?: boolean): number { + return this.dataView.getInt16(byteOffset, littleEndian) + } + + /** + * Reads the next signed short. + * @param littleEndian If the value is little endian. + * @returns The value. + */ + readInt16(littleEndian?: boolean): number { + const value = this.getInt16(this.mByteOffset, littleEndian) + this.mByteOffset += 2 + return value + } + + /** + * Sets a signed short. + * @param byteOffset The byte offset. + * @param value The value. + * @param littleEndian If the value is little endian. + */ + setInt16(byteOffset: number, value: number, littleEndian?: boolean): void { + this.dataView.setInt16(byteOffset, value, littleEndian) + } + + /** + * Writes the next signed short. + * @param value The value. + * @param littleEndian If the value is little endian. + */ + writeInt16(value: number, littleEndian?: boolean): void { + this.checkWriteCapacity(2) + this.setInt16(this.mByteOffset, value, littleEndian) + this.mByteOffset += 2 + } + + /** + * Gets an unsigned short. + * @param byteOffset The byte offset. + * @param littleEndian If the value is little endian. + * @returns The value. + */ + getUint16(byteOffset: number, littleEndian?: boolean): number { + return this.dataView.getUint16(byteOffset, littleEndian) + } + + /** + * Reads the next unsigned short. + * @param littleEndian If the value is little endian. + * @returns The value. + */ + readUint16(littleEndian?: boolean): number { + const value = this.getUint16(this.mByteOffset, littleEndian) + this.mByteOffset += 2 + return value + } + + /** + * Sets an unsigned short. + * @param byteOffset The byte offset. + * @param value The value. + * @param littleEndian If the value is little endian. + */ + setUint16(byteOffset: number, value: number, littleEndian?: boolean): void { + this.dataView.setUint16(byteOffset, value, littleEndian) + } + + /** + * Writes the next signed short. + * @param value The value. + * @param littleEndian If the value is little endian. + */ + writeUint16(value: number, littleEndian?: boolean): void { + this.checkWriteCapacity(2) + this.setUint16(this.mByteOffset, value, littleEndian) + this.mByteOffset += 2 + } + + /** + * Gets an signed integer. + * @param byteOffset The byte offset. + * @param littleEndian If the value is little endian. + * @returns The value. + */ + getInt32(byteOffset: number, littleEndian?: boolean): number { + return this.dataView.getInt32(byteOffset, littleEndian) + } + + /** + * Reads the next signed integer. + * @param littleEndian If the value is little endian. + * @returns The value. + */ + readInt32(littleEndian?: boolean): number { + const value = this.getInt32(this.mByteOffset, littleEndian) + this.mByteOffset += 4 + return value + } + + /** + * Sets a signed integer. + * @param byteOffset The byte offset. + * @param value The value. + * @param littleEndian If the value is little endian. + */ + setInt32(byteOffset: number, value: number, littleEndian?: boolean): void { + this.dataView.setInt32(byteOffset, value, littleEndian) + } + + /** + * Writes the next signed integer. + * @param value The value. + * @param littleEndian If the value is little endian. + */ + writeInt32(value: number, littleEndian?: boolean): void { + this.checkWriteCapacity(4) + this.setInt32(this.mByteOffset, value, littleEndian) + this.mByteOffset += 4 + } + + /** + * Gets an unsigned integer. + * @param byteOffset The byte offset. + * @param littleEndian If the value is little endian. + * @returns The value. + */ + getUint32(byteOffset: number, littleEndian?: boolean): number { + return this.dataView.getUint32(byteOffset, littleEndian) + } + + /** + * Reads the next unsigned integer. + * @param littleEndian If the value is little endian. + * @returns The value. + */ + readUint32(littleEndian?: boolean): number { + const value = this.getUint32(this.mByteOffset, littleEndian) + this.mByteOffset += 4 + return value + } + + /** + * Sets an unsigned integer. + * @param byteOffset The byte offset. + * @param value The value. + * @param littleEndian If the value is little endian. + */ + setUint32(byteOffset: number, value: number, littleEndian?: boolean): void { + this.dataView.setUint32(byteOffset, value, littleEndian) + } + + /** + * Writes the next signed integer. + * @param value The value. + * @param littleEndian If the value is little endian. + */ + writeUint32(value: number, littleEndian?: boolean): void { + this.checkWriteCapacity(4) + this.setUint32(this.mByteOffset, value, littleEndian) + this.mByteOffset += 4 + } + + /** + * Gets a float. + * @param byteOffset The byte offset. + * @param littleEndian If the value is little endian. + * @returns The value. + */ + getFloat32(byteOffset: number, littleEndian?: boolean): number { + return this.dataView.getFloat32(byteOffset, littleEndian) + } + + /** + * Reads the next float. + * @param littleEndian If the value is little endian. + * @returns The value. + */ + readFloat32(littleEndian?: boolean): number { + const value = this.getFloat32(this.mByteOffset, littleEndian) + this.mByteOffset += 4 + return value + } + + /** + * Sets a float. + * @param byteOffset The byte offset. + * @param value The value. + * @param littleEndian If the value is little endian. + */ + setFloat32(byteOffset: number, value: number, littleEndian?: boolean): void { + this.dataView.setFloat32(byteOffset, value, littleEndian) + } + + /** + * Writes the next float. + * @param value The value. + * @param littleEndian If the value is little endian. + */ + writeFloat32(value: number, littleEndian?: boolean): void { + this.checkWriteCapacity(4) + this.setFloat32(this.mByteOffset, value, littleEndian) + this.mByteOffset += 4 + } + + /** + * Gets a double. + * @param byteOffset The byte offset. + * @param littleEndian If the value is little endian. + * @returns The value. + */ + getFloat64(byteOffset: number, littleEndian?: boolean): number { + return this.dataView.getFloat64(byteOffset, littleEndian) + } + + /** + * Reads the next double. + * @param littleEndian If the value is little endian. + * @returns The value. + */ + readFloat64(littleEndian?: boolean): number { + const value = this.getFloat64(this.mByteOffset, littleEndian) + this.mByteOffset += 8 + return value + } + + /** + * Sets a double. + * @param byteOffset The byte offset. + * @param value The value. + * @param littleEndian If the value is little endian. + */ + setFloat64(byteOffset: number, value: number, littleEndian?: boolean): void { + this.dataView.setFloat64(byteOffset, value, littleEndian) + } + + /** + * Writes the next double. + * @param value The value. + * @param littleEndian If the value is little endian. + */ + writeFloat64(value: number, littleEndian?: boolean): void { + this.checkWriteCapacity(8) + this.setFloat64(this.mByteOffset, value, littleEndian) + this.mByteOffset += 8 + } + + /** + * Gets an signed long. + * @param byteOffset The byte offset. + * @param littleEndian If the value is little endian. + * @returns The value. + */ + getBigInt64(byteOffset: number, littleEndian?: boolean): bigint { + return this.dataView.getBigInt64(byteOffset, littleEndian) + } + + /** + * Reads the next signed long. + * @param littleEndian If the value is little endian. + * @returns The value. + */ + readBigInt64(littleEndian?: boolean): bigint { + const value = this.getBigInt64(this.mByteOffset, littleEndian) + this.mByteOffset += 8 + return value + } + + /** + * Sets a signed long. + * @param byteOffset The byte offset. + * @param value The value. + * @param littleEndian If the value is little endian. + */ + setBigInt64(byteOffset: number, value: bigint, littleEndian?: boolean): void { + this.dataView.setBigInt64(byteOffset, value, littleEndian) + } + + /** + * Writes the next signed long. + * @param value The value. + * @param littleEndian If the value is little endian. + */ + writeBigInt64(value: bigint, littleEndian?: boolean): void { + this.checkWriteCapacity(8) + this.setBigInt64(this.mByteOffset, value, littleEndian) + this.mByteOffset += 8 + } + + /** + * Gets an unsigned long. + * @param byteOffset The byte offset. + * @param littleEndian If the value is little endian. + * @returns The value. + */ + getBigUint64(byteOffset: number, littleEndian?: boolean): bigint { + return this.dataView.getBigUint64(byteOffset, littleEndian) + } + + /** + * Reads the next unsigned long. + * @param littleEndian If the value is little endian. + * @returns The value. + */ + readBigUint64(littleEndian?: boolean): bigint { + const value = this.getBigUint64(this.mByteOffset, littleEndian) + this.mByteOffset += 8 + return value + } + + /** + * Sets an unsigned long. + * @param byteOffset The byte offset. + * @param value The value. + * @param littleEndian If the value is little endian. + */ + setBigUint64(byteOffset: number, value: bigint, littleEndian?: boolean): void { + this.dataView.setBigUint64(byteOffset, value, littleEndian) + } + + /** + * Writes the next unsigned long. + * @param value The value. + * @param littleEndian If the value is little endian. + */ + writeBigUint64(value: bigint, littleEndian?: boolean): void { + this.checkWriteCapacity(8) + this.setBigUint64(this.mByteOffset, value, littleEndian) + this.mByteOffset += 8 + } + + /** + * Gets an signed long. + * @param byteOffset The byte offset. + * @param littleEndian If the value is little endian. + * @returns The value. + */ + getInt64(byteOffset: number, littleEndian?: boolean): number { + return Number(this.getBigInt64(byteOffset, littleEndian)) + } + + /** + * Reads the next signed long. + * @param littleEndian If the value is little endian. + * @returns The value. + */ + readInt64(littleEndian?: boolean): number { + const value = this.getInt64(this.mByteOffset, littleEndian) + this.mByteOffset += 8 + return value + } + + /** + * Sets a signed long. + * @param byteOffset The byte offset. + * @param value The value. + * @param littleEndian If the value is little endian. + */ + setInt64(byteOffset: number, value: number, littleEndian?: boolean): void { + this.setBigInt64(byteOffset, BigInt(value), littleEndian) + } + + /** + * Writes the next signed long. + * @param value The value. + * @param littleEndian If the value is little endian. + */ + writeInt64(value: number, littleEndian?: boolean): void { + this.checkWriteCapacity(8) + this.setInt64(this.mByteOffset, value, littleEndian) + this.mByteOffset += 8 + } + + /** + * Gets an unsigned long. + * @param byteOffset The byte offset. + * @param littleEndian If the value is little endian. + * @returns The value. + */ + getUint64(byteOffset: number, littleEndian?: boolean): number { + return Number(this.getBigUint64(byteOffset, littleEndian)) + } + + /** + * Reads the next unsigned long. + * @param littleEndian If the value is little endian. + * @returns The value. + */ + readUint64(littleEndian?: boolean): number { + const value = this.getUint64(this.mByteOffset, littleEndian) + this.mByteOffset += 8 + return value + } + + /** + * Sets an unsigned long. + * @param byteOffset The byte offset. + * @param value The value. + * @param littleEndian If the value is little endian. + */ + setUint64(byteOffset: number, value: number, littleEndian?: boolean): void { + this.setBigUint64(byteOffset, BigInt(value), littleEndian) + } + + /** + * Writes the next signed long. + * @param value The value. + * @param littleEndian If the value is little endian. + */ + writeUint64(value: number, littleEndian?: boolean): void { + this.checkWriteCapacity(8) + this.setUint64(this.mByteOffset, value, littleEndian) + this.mByteOffset += 8 + } + + /** + * Gets an array of unsigned bytes. + * @param byteOffset The byte offset. + * @param byteLength The byte length. + * @returns The value. + */ + getUint8Array(byteOffset: number, byteLength?: number): Uint8Array { + return new Uint8Array(this.dataView.buffer, this.dataView.byteOffset + byteOffset, byteLength) + } + + /** + * Reads the next array of unsigned bytes. + * @param byteLength The byte length. + * @returns The value. + */ + readUint8Array(byteLength?: number): Uint8Array { + const value = this.getUint8Array(this.mByteOffset, byteLength) + this.mByteOffset += value.byteLength + return value + } + + /** + * Sets an array of unsigned bytes. + * @param byteOffset The byte offset. + * @param value The value. + */ + setUint8Array(byteOffset: number, value: Uint8Array): void { + const byteLength = value.byteLength + this.getUint8Array(byteOffset, byteLength).set(value) + } + + /** + * Writes the next array of unsigned bytes. + * @param value The value. + */ + writeUint8Array(value: Uint8Array): void { + this.checkWriteCapacity(value.byteLength) + this.setUint8Array(this.mByteOffset, value) + this.mByteOffset += value.byteLength + } + + /** + * Gets an array of unsigned shorts. + * @param byteOffset The byte offset. + * @param byteLength The byte length. + * @returns The value. + */ + getUint16Array(byteOffset: number, byteLength?: number): Uint16Array { + if (byteLength !== undefined) { + byteLength = Math.floor(byteLength / 2) + } + return new Uint16Array(this.dataView.buffer, this.dataView.byteOffset + byteOffset, byteLength) + } + + /** + * Reads the next array of unsigned shorts. + * @param byteLength The byte length. + * @returns The value. + */ + readUint16Array(byteLength?: number): Uint16Array { + const value = this.getUint16Array(this.mByteOffset, byteLength) + this.mByteOffset += value.byteLength + return value + } + + /** + * Sets an array of unsigned bytes. + * @param byteOffset The byte offset. + * @param value The value. + */ + setUint16Array(byteOffset: number, value: Uint16Array): void { + const byteLength = value.byteLength + this.getUint16Array(byteOffset, byteLength).set(value) + } + + /** + * Writes the next array of unsigned bytes. + * @param value The value. + */ + writeUint16Array(value: Uint16Array): void { + this.checkWriteCapacity(value.byteLength) + this.setUint16Array(this.mByteOffset, value) + this.mByteOffset += value.byteLength + } + + /** + * Gets a string. + * @param byteOffset The byte offset. + * @param byteLength The byte length. + * @param byteEncoding The byte encoding. + * @returns The value. + */ + getString(byteOffset: number, byteLength?: number, byteEncoding?: string): string { + const decoder = new util.TextDecoder(byteEncoding || "utf-8") + const encoded = this.getUint8Array(byteOffset, byteLength) + return decoder.decode(encoded) + } + + /** + * Reads the next string. + * @param byteLength The byte length. + * @param byteEncoding The byte encoding. + * @returns The value. + */ + readString(byteLength?: number, byteEncoding?: string): string { + const value = this.getString(this.mByteOffset, byteLength, byteEncoding) + if (byteLength === undefined) { + this.mByteOffset = this.dataView.byteLength + } else { + this.mByteOffset += byteLength + } + return value + } + + /** + * Sets a string. + * @param byteOffset The byte offset. + * @param value The string. + * @param byteEncoding The byte encoding. + * @returns The byte length. + */ + setString(byteOffset: number, value: string, byteEncoding?: string, write?: boolean): number { + if (byteEncoding && byteEncoding !== "utf-8") { + throw new TypeError("String encoding '" + byteEncoding + "' is not supported") + } + const encoder = new util.TextEncoder() + const byteLength = Math.min(this.dataView.byteLength - byteOffset, value.length * 4) + if (write) { + this.checkWriteCapacity(byteLength) + } + const destination = this.getUint8Array(byteOffset, byteLength) + const written = encoder.encodeInto(value, destination).written + return written || 0 + } + + /** + * Writes the next a string. + * @param value The string. + * @param byteEncoding The byte encoding. + */ + writeString(value: string, byteEncoding?: string): void { + const byteLength = this.setString(this.mByteOffset, value, byteEncoding, true) + this.mByteOffset += byteLength + } + + /** + * Formats to a string. + * @param format The string format. + * @returns The string. + */ + toString(format?: string): string { + return [...this.getUint8Array(0)].map((byte: number) => { + switch(format) { + case "hex": + return ("00" + byte.toString(16)).slice(-2) + default: + return byte.toString(10) + } + }).join(" ") + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/Log.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/Log.ets new file mode 100644 index 0000000000000000000000000000000000000000..437b52f18049b9ba77e47350033482a06368c5c4 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/Log.ets @@ -0,0 +1,122 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import HiLog from '@ohos.hilog'; + +const DOMAIN: number = 0x00FF; +const TAG = "Flutter"; +const SYMBOL = " --> "; +// const FILTER_KEYS = [ +// new RegExp('hide', "gi") +// ] + +// export function filterKey(target: any, propKey: string, descriptor: PropertyDescriptor) { +// const original = descriptor.value; +// descriptor.value = function (...args: string[]) { +// let filterResult = args.map((str) => { +// let tempStr = str +// FILTER_KEYS.forEach((filterKey) => tempStr = tempStr.replace(filterKey, "**")) +// return tempStr +// }); +// const result = original.call(this, ...filterResult); +// return result; +// }; +// } + +/** + * Basic log class + */ +export default class Log { + /** + * Outputs debug-level logs. + * + * @param tag Identifies the log tag. + * @param format Indicates the log format string. + * @param args Indicates the log parameters. + * @since 7 + */ + static d(tag: string, format: string, ...args: ESObject[]) { + if (Log.isLoggable(HiLog.LogLevel.DEBUG)) { + HiLog.debug(DOMAIN, TAG, tag + SYMBOL + format, args); + } + } + + /** + * Outputs info-level logs. + * + * @param tag Identifies the log tag. + * @param format Indicates the log format string. + * @param args Indicates the log parameters. + * @since 7 + */ + static i(tag: string, format: string, ...args: ESObject[]) { + if (Log.isLoggable(HiLog.LogLevel.INFO)) { + HiLog.info(DOMAIN, TAG, tag + SYMBOL + format, args); + } + } + + /** + * Outputs warning-level logs. + * + * @param tag Identifies the log tag. + * @param format Indicates the log format string. + * @param args Indicates the log parameters. + * @since 7 + */ + static w(tag: string, format: string, ...args: ESObject[]) { + if (Log.isLoggable(HiLog.LogLevel.WARN)) { + HiLog.warn(DOMAIN, TAG, tag + SYMBOL + format, args); + } + } + + /** + * Outputs error-level logs. + * + * @param tag Identifies the log tag. + * @param format Indicates the log format string. + * @param args Indicates the log parameters. + * @since 7 + */ + static e(tag: string, format: string, ...args: ESObject[]) { + if (Log.isLoggable(HiLog.LogLevel.ERROR)) { + HiLog.error(DOMAIN, TAG, tag + SYMBOL + format, args); + } + } + + /** + * Outputs fatal-level logs. + * + * @param tag Identifies the log tag. + * @param format Indicates the log format string. + * @param args Indicates the log parameters. + * @since 7 + */ + static f(tag: string, format: string, ...args: ESObject[]) { + if (Log.isLoggable(HiLog.LogLevel.FATAL)) { + HiLog.fatal(DOMAIN, TAG, tag + SYMBOL + format, args); + } + } + + /** + * Checks whether logs of the specified tag, and level can be printed. + * + * @param tag Identifies the log tag. + * @param level log level + * @since 7 + */ + private static isLoggable(level: HiLog.LogLevel): boolean { + return HiLog.isLoggable(DOMAIN, TAG, level); + } +} diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/MessageChannelUtils.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/MessageChannelUtils.ets new file mode 100644 index 0000000000000000000000000000000000000000..1899f74069a24a3e250378b11ac1c9492f03b8f3 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/MessageChannelUtils.ets @@ -0,0 +1,25 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import BasicMessageChannel from '../plugin/common/BasicMessageChannel'; +import { BinaryMessenger } from '../plugin/common/BinaryMessenger'; +import StringUtils from './StringUtils'; + +export default class MessageChannelUtils { + static resizeChannelBuffer(messenger: BinaryMessenger, channel: string, newSize: number) { + const dataStr = `resize\r${channel}\r${newSize}` + messenger.send(BasicMessageChannel.CHANNEL_BUFFERS_CHANNEL, StringUtils.stringToArrayBuffer(dataStr)); + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/PathUtils.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/PathUtils.ets new file mode 100644 index 0000000000000000000000000000000000000000..691ea0f360b40adb266bde566c2f66292a2aa0ff --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/PathUtils.ets @@ -0,0 +1,46 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +import common from '@ohos.app.ability.common'; +import fs from '@ohos.file.fs'; +import Log from './Log'; + +/** + * ohos路径获取工具 + */ +const TAG: string = "PathUtils"; + +export default class PathUtils { + static getFilesDir(context: common.Context): string { + return context.filesDir; + } + + static getCacheDirectory(context: common.Context): string { + return context.cacheDir; + } + + static getDataDirectory(context: common.Context): string { + const name = "flutter"; + const flutterDir = context.filesDir + "/" + name; + if (!fs.accessSync(flutterDir)) { + try { + fs.mkdirSync(flutterDir); + } catch (err) { + Log.e(TAG, "mkdirSync failed err:" + err); + return null; + } + } + return flutterDir; + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/StringUtils.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/StringUtils.ets new file mode 100644 index 0000000000000000000000000000000000000000..aeb7c554c30b5d3625851afc214dda8d31da9917 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/StringUtils.ets @@ -0,0 +1,39 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import util from '@ohos.util' + +/** + * 默认字符串工具 + */ +export default class StringUtils { + static stringToArrayBuffer(str: string): ArrayBuffer { + let textEncoder = new util.TextEncoder("utf-8"); + return textEncoder.encodeInto(str).buffer; + } + + static arrayBufferToString(buffer: ArrayBuffer): string { + let textDecoder = util.TextDecoder.create('utf-8', { ignoreBOM : true }) + return textDecoder.decode(new Uint8Array(buffer)) + } + + static isNotEmpty(str: string): boolean { + return str && str.length > 0; + } + + static isEmpty(str: string): boolean { + return (!str) || str.length == 0; + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/ToolUtils.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/ToolUtils.ets new file mode 100644 index 0000000000000000000000000000000000000000..c3879f4a40ea307f7491a4808ad3b816cc98b13e --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/ToolUtils.ets @@ -0,0 +1,24 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +export default class ToolUtils { + static isObj(object: Object): boolean { + return object && typeof (object) == 'object'; + } + + static implementsInterface(obj: ESObject, method: string): boolean { + return Reflect.has(obj, method) && typeof obj[method] === 'function' + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/TraceSection.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/TraceSection.ets new file mode 100644 index 0000000000000000000000000000000000000000..3caaadea7aa0cb84be3542be9c4595139cd25af4 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/util/TraceSection.ets @@ -0,0 +1,39 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hiTraceMeter from '@ohos.hiTraceMeter' + +export class TraceSection { + + static taskId: number = 1; + + private static cropSectionName(sectionName: string): string { + return sectionName.length < 124 ? sectionName : sectionName.substring(0, 124) + "..."; + } + + /** + * Wraps Trace.beginSection to ensure that the line length stays below 127 code units. + * + * @param sectionName The string to display as the section name in the trace. + */ + public static begin(sectionName: string): void { + hiTraceMeter.startTrace(TraceSection.cropSectionName(sectionName), TraceSection.taskId++); + } + + /** Wraps Trace.endSection. */ + public static end(sectionName: string): void { + hiTraceMeter.finishTrace(TraceSection.cropSectionName(sectionName), TraceSection.taskId); + } +} diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/AccessibilityBridge.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/AccessibilityBridge.ets new file mode 100644 index 0000000000000000000000000000000000000000..0e08f41fe9171658365b4e2c806b075807ddc423 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/AccessibilityBridge.ets @@ -0,0 +1,45 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +export default class AccessibilityBridge { + constructor(){ + + } +} + +export enum Action { + TAP = 1 << 0, + LONG_PRESS = 1 << 1, + SCROLL_LEFT = 1 << 2, + SCROLL_RIGHT = 1 << 3, + SCROLL_UP = 1 << 4, + SCROLL_DOWN = 1 << 5, + INCREASE = 1 << 6, + DECREASE = 1 << 7, + SHOW_ON_SCREEN = 1 << 8, + MOVE_CURSOR_FORWARD_BY_CHARACTER = 1 << 9, + MOVE_CURSOR_BACKWARD_BY_CHARACTER = 1 << 10, + SET_SELECTION = 1 << 11, + COPY = 1 << 12, + CUT = 1 << 13, + PASTE = 1 << 14, + DID_GAIN_ACCESSIBILITY_FOCUS = 1 << 15, + DID_LOSE_ACCESSIBILITY_FOCUS = 1 << 16, + CUSTOM_ACTION = 1 << 17, + DISMISS = 1 << 18, + MOVE_CURSOR_FORWARD_BY_WORD = 1 << 19, + MOVE_CURSOR_BACKWARD_BY_WORD = 1 << 20, + SET_NEXT = 1 << 21, +}; \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/DynamicView/dynamicView.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/DynamicView/dynamicView.ets new file mode 100644 index 0000000000000000000000000000000000000000..f95a9c04a7a44a99505b9882ba1291e7bfcb1604 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/DynamicView/dynamicView.ets @@ -0,0 +1,300 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +import matrix4 from '@ohos.matrix4'; + +/** + * Dynamic View creation + * from a recursive data structure + * + * exported @Component: DynamicView + * exported view model classes: + * - DVModelContainer + * - DVModel + * - DVModelParameters + * - DVModelEvents + * - DVModelChildren + * + * The purpose of exporting the DVModel classes + * is to make them available to the converter from + * JD's XML format and the expression parser. These + * components are expected to generate and update the + * DVModel. + * + * An application written by JS should only import + * DynamicView, DVModelContainer to be used in their own ArkUI + * container view. + */ + +/** + * View Model classes + */ + +@Observed +export class DVModelParameters extends Object { + /* empty, just get any instance wrapped inside an ObservedObject + with the help of the decoration */ +} + +@Observed +export class DVModelEvents extends Object { + /* empty, just get any instance wrapped inside an ObservedObject + with the help of the decoration */ +} + +@Observed +export class DVModelChildren extends Array { + /* empty, just get any instance wrapped inside an ObservedObject + with the help of the decoration */ +} + +let nextId: number = 1; + +@Observed +export class DVModel { + id_: number; + compType: string; + params: DVModelParameters; + events: DVModelEvents; + children: DVModelChildren; + builder: ESObject; + + constructor(compType: string, params: DVModelParameters, events: DVModelEvents, children: DVModelChildren, builder?: ESObject) { + this.id_ = nextId++; + this.compType = compType; + this.params = params ?? new DVModelParameters; + this.events = events; + this.children = children; + this.builder = builder; + } + + public getLayoutParams(): DVModelParameters { + return this.params; + } +} + +// includes the root DVModel objects. +export class DVModelContainer { + model: DVModel; + + constructor(model: DVModel) { + this.model = model; + } +} + +/** + DynamicView is the @Component that does all the work: + + The following 4 features are the key solution elements for dynamic View + construction and update: + + 1. The if statement decides which framework component to create. + We can not use a factory function here, because that would requite calling + a regular function inside build() or a @Builder function. + + 2. Take note of the @Builder for Row, Column containers: + These functions create DynamicView Views inside a DynamicView + view. This behaviour is why we talk about DynamicView as a 'recursive' View. + All @Builder functions are member functions of the DynamicView @Component to + retain access ('this.xyz') to its decorated state variables. + + 3. The @Extend functions execute attribute and event handler registration functions + for all attributes and events permissable on the framework component, irrespective + if DVModelParameters or DVModelEvents objects includes a value or not. If not + the attribute or event is set to 'undefined' by intention. This is required to unset + any previously set value. + + 4. The scope ('this') of any lambda registered as an event hander function, e.g. for onClick, + is the @Component, in which the DVModel object is initialized. This said, it is advised to initialize + the DVModel object in the @Component that is parent to outmost DynamicView. Thereby, + any event handler function is able to mutate decorated state variables of that @Component + + */ + +@Component +export struct DynamicView { + @ObjectLink model: DVModel; + @ObjectLink children: DVModelChildren; + @ObjectLink params: DVModelParameters; + @ObjectLink events: DVModelEvents; + @BuilderParam customBuilder?: ($$: BuilderParams) => void; + getParams: (params: DVModelParameters, element: string) => string | ESObject = (params: DVModelParameters, element: string): string | ESObject => { + let params2 = params as Record; + return params2.element; + } + getEvents: (events: DVModelEvents, element: string) => ESObject = (events: DVModelEvents, element: string): ESObject => { + let events2 = events as Record; + return events2.element; + } + + /* + we use this @Styles member function to set all common attributes and event handlers + and set component specific attribute and event handler functions in the @Builder function + */ + @Styles + common_attrs() { + // let params2 = this.params as Record | matrix4.Matrix4Transit>; + // .width(this.params["width"]) + // .height(this.params["height"]) + // .backgroundColor(this.params["backgroundColor"]) + // .onClick(this.events["onClick"]) + // .margin({ + // left: this.params["marginLeft"], + // right: this.params["marginRight"], + // top: this.params["marginTop"], + // bottom: this.params["marginBottom"] + // }) + // .onTouch(this.events["onTouch"]) + // .onFocus(this.events['onFocus']) + // .onBlur(this.events["onBlur"]) + // .translate({ + // x: this.params["translateX"], + // y: this.params["translateY"], + // z: this.params["translateZ"] + // }) + // .transform(this.params["matrix"]) + // .direction(this.params["direction"])this.getParams(this.params, "") + .width(this.getParams(this.params, "width")) + .height(this.getParams(this.params, "height")) + .backgroundColor(this.getParams(this.params, "backgroundColor")) + .onClick(this.getEvents(this.events, "onClick")) + .margin({ + left: this.getParams(this.params, "marginLeft"), + right: this.getParams(this.params, "marginRight"), + top: this.getParams(this.params, "marginTop"), + bottom: this.getParams(this.params, "marginBottom") + }) + .onTouch(this.getEvents(this.events, "onTouch")) + .onFocus(this.getEvents(this.events, "onFocus")) + .onBlur(this.getEvents(this.events, "onBlur")) + .translate({ + x: this.getParams(this.params, "translateX"), + y: this.getParams(this.params, "translateY"), + z: this.getParams(this.params, "translateZ") + }) + .transform(this.getParams(this.params, "matrix")) + .direction(this.getParams(this.params, "direction")) + } + + @Styles + clip_attrs() { + .clip(this.getParams(this.params, "rectWidth") ? new Rect({ + width: this.getParams(this.params, "rectWidth"), + height: this.getParams(this.params, "rectHeight"), + radius: this.getParams(this.params, "rectRadius") + }) : null) + .clip(this.getParams(this.params, "pathWidth") ? new Path({ + width: this.getParams(this.params, "pathWidth"), + height: this.getParams(this.params, "pathHeight"), + commands: this.getParams(this.params, "pathCommands") + }) : null) + } + + @Builder + buildChildren() { + ForEach(this.children, + (child: ESObject) => { + DynamicView({ + model: child as DVModel, + params: child.params, + events: child.events, + children: child.children, + customBuilder: child.builder + }) + }, + (child: ESObject) => `${child.id_}` + ) + } + + @Builder + buildRow() { + Row() { + this.buildChildren() + } + .common_attrs() + .clip_attrs() + } + + @Builder + buildColumn() { + Column() { + this.buildChildren() + } + .common_attrs() + .clip_attrs() + } + + @Builder + buildStack() { + Stack() { + this.buildChildren() + } + .common_attrs() + .clip_attrs() + .alignContent(this.getParams(this.params, "alignContent")) + } + + @Builder + buildText() { + Text(`${this.getParams(this.params, "value")}`) + .common_attrs() + .fontColor(this.getParams(this.params, "fontColor")) + } + + @Builder + buildImage() { + Image(this.getParams(this.params, "src")) + .common_attrs() + } + + // Button with label + @Builder + buildButton() { + Button(this.getParams(this.params, "value")) + .common_attrs() + } + + @Builder + buildCustom() { + if (this.customBuilder) { + this.customBuilder(new BuilderParams(this.params)); + } + } + + build() { + if (this.model.compType == "Column") { + this.buildColumn() + } else if (this.model.compType == "Row") { + this.buildRow() + } else if (this.model.compType == "Stack") { + this.buildStack() + } else if (this.model.compType == "Text") { + this.buildText() + } else if (this.model.compType == "Image") { + this.buildImage() + } else if (this.model.compType == "Button") { + this.buildButton() + } else { + this.buildCustom() + } + } +} + +export class BuilderParams { + params: DVModelParameters; + + constructor(params: DVModelParameters) { + this.params = params; + } +} diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/DynamicView/dynamicViewJson.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/DynamicView/dynamicViewJson.ets new file mode 100644 index 0000000000000000000000000000000000000000..8b97e5e5092748f7bc9e0f3af7482921891baf0f --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/DynamicView/dynamicViewJson.ets @@ -0,0 +1,68 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { DVModel, DVModelParameters, DVModelEvents, DVModelChildren } from "./dynamicView"; + +export function createDVModelFromJson(json: Object): DVModel { + + /* private use helper functions */ + let createChildrenFrom: (children: Array) => DVModelChildren = (children: Array): DVModelChildren => { + let result = new DVModelChildren(); + if (Array.isArray(children)) { + (children as Array).forEach(child => { + const childView = createDVModelFromJson(child); + if (childView != undefined) { + result.push(childView); + } + }); + } + return result; + } + + let setParams: (result: DVModelParameters | DVModelEvents, key: ESObject, element: Object ) => void = (result: DVModelParameters, key: ESObject, element: ESObject): void => { + let newResult = result as Record; + newResult.key = element.key; + } + + let createAttributesFrom: (attributes: Object) => DVModelParameters = (attributes: Object): DVModelParameters => { + let result = new DVModelParameters(); + if ((typeof attributes == "object") && (!Array.isArray(attributes))) { + Object.keys(attributes).forEach(k => {setParams(result, k, attributes)}); + } + return result; + } + + let createEventsFrom: (events: Object) => DVModelEvents = (events: Object): DVModelEvents => { + let result = new DVModelEvents(); + if ((typeof events == "object") && (!Array.isArray(events))) { + Object.keys(events).forEach(k => {setParams(result, k, events)}); + } + return result; + } + + if (typeof json !== 'object') { + console.error("createDVModelFromJson: input is not JSON"); + return undefined; + } + + let jsonObject = json as Record; + return new DVModel( + jsonObject.compType, + createAttributesFrom(jsonObject["attributes"]), + createEventsFrom(jsonObject["events"]), + createChildrenFrom(jsonObject["children"]), + jsonObject["build"] + ); +} diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/FlutterCallbackInformation.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/FlutterCallbackInformation.ets new file mode 100644 index 0000000000000000000000000000000000000000..f52152001a497e70586215af090b2a81190e1187 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/FlutterCallbackInformation.ets @@ -0,0 +1,39 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import FlutterNapi from '../embedding/engine/FlutterNapi'; + +export class FlutterCallbackInformation { + callbackName: string; + callbackClassName: string; + callbackLibraryPath: string; + + /** + * Get callback information for a given handle. + * + * @param handle the handle for the callback, generated by `PluginUtilities.getCallbackHandle` in + * `dart:ui`. + * @return an instance of FlutterCallbackInformation for the provided handle. + */ + static lookupCallbackInformation(handle: number): FlutterCallbackInformation { + return FlutterNapi.nativeLookupCallbackInformation(handle); + } + + constructor(callbackName: string, callbackClassName: string, callbackLibraryPath: string) { + this.callbackName = callbackName; + this.callbackClassName = callbackClassName; + this.callbackLibraryPath = callbackLibraryPath; + } +} diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/FlutterNativeView.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/FlutterNativeView.ets new file mode 100644 index 0000000000000000000000000000000000000000..1ceefbe16b7514a0248eed29bf15b525df13df04 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/FlutterNativeView.ets @@ -0,0 +1,136 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +import common from '@ohos.app.ability.common'; +import DartExecutor from '../embedding/engine/dart/DartExecutor'; +import { EngineLifecycleListener } from '../embedding/engine/FlutterEngine'; +import FlutterNapi from '../embedding/engine/FlutterNapi'; +import Log from '../util/Log'; +import FlutterPluginRegistry from '../app/FlutterPluginRegistry'; +import FlutterRunArguments from './FlutterRunArguments'; +import { FlutterView } from './FlutterView'; + +const TAG: string = "FlutterNativeView"; + +export default class FlutterNativeView { + private mContext: common.Context; + private mPluginRegistry: FlutterPluginRegistry; + private mFlutterNapi: FlutterNapi; + private dartExecutor: DartExecutor; + private mFlutterView: FlutterView; + private applicationIsRunning: boolean; + + constructor(context: common.Context, isBackgroundView?: boolean) { + if (isBackgroundView) { + Log.i(TAG, "isBackgroundView is no longer supported and will be ignored"); + } + this.mContext = context; + this.mPluginRegistry = new FlutterPluginRegistry(); + this.mFlutterNapi = new FlutterNapi(); + //this.mFlutterNapi.addIsDisplayingFlutterUiListener(this.flutterUiDisplayListener); + this.dartExecutor = new DartExecutor(this.mFlutterNapi, this.mContext.resourceManager); + this.mFlutterNapi.addEngineLifecycleListener(new EngineLifecycleListenerImpl(this.mFlutterView, this.mPluginRegistry)); + this.attach(this.mFlutterNapi, this.dartExecutor); + this.assertAttached(this.mFlutterNapi); + } + + attach(flutterNapi: FlutterNapi, dartExecutor: DartExecutor): void { + flutterNapi.attachToNative(); + dartExecutor.onAttachedToNAPI(); + } + + assertAttached(flutterNapi: FlutterNapi): void { + if (!this.isAttached(flutterNapi)) { + throw new Error('Platform View is not attached'); + } + } + + isAttached(flutterNapi: FlutterNapi): boolean { + return flutterNapi.isAttached(); + } + + detachFromFlutterView(): void { + this.mPluginRegistry.detach(); + this.mFlutterView = null; + } + + destroy(): void { + this.mPluginRegistry.destroy(); + this.dartExecutor.onDetachedFromNAPI(); + this.mFlutterView = null; + //this.mFlutterNapi.removeIsDisplayingFlutterUiListener(this.flutterUiDisplayListener); + this.applicationIsRunning = false; + } + + getDartExecutor(): DartExecutor { + return this.dartExecutor; + } + + getPluginRegistry(): FlutterPluginRegistry { + return this.mPluginRegistry; + } + + attachViewAndAbility(flutterView: FlutterView, context: common.Context): void { + this.mFlutterView = flutterView; + this.mPluginRegistry.attach(flutterView, context); + } + + runFromBundle(args: FlutterRunArguments): void { + if (args.entrypoint == null) { + throw new Error("an entrypoint must be specific"); + } + this.assertAttached(this.mFlutterNapi); + if (this.applicationIsRunning) { + throw new Error("this flutter engine instance is already running an application"); + } + this.mFlutterNapi.runBundleAndSnapshotFromLibrary(args.bundlePath, args.entrypoint, args.libraryPath, this.mContext.resourceManager, null); + this.applicationIsRunning = true; + } + + isApplicationRunning(): boolean { + return this.applicationIsRunning; + } + + // getObservatoryUri(): string { + // return this.mFlutterNapi.getObservatoryUri(); + // } +} + +class EngineLifecycleListenerImpl implements EngineLifecycleListener { + private flutterView: FlutterView; + private pluginRegistry: FlutterPluginRegistry; + + onPreEngineRestart(): void { + if (this.flutterView != null) { + //this.flutterView.resetAccessibilityTree(); + } + + if (this.pluginRegistry == null) { + return; + } + + this.pluginRegistry.onPreEngineRestart(); + } + + onEngineWillDestroy(): void { + + } + + constructor(flutterView: FlutterView, pluginRegistry: FlutterPluginRegistry) { + this.flutterView = flutterView; + this.pluginRegistry = pluginRegistry; + } +} + + diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/FlutterRunArguments.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/FlutterRunArguments.ets new file mode 100644 index 0000000000000000000000000000000000000000..1d3a6600b1722768890ebe8fb2945812a3599bff --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/FlutterRunArguments.ets @@ -0,0 +1,19 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +export default class FlutterRunArguments { + public bundlePath: string; + public entrypoint: string; + public libraryPath: string; +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/FlutterView.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/FlutterView.ets new file mode 100644 index 0000000000000000000000000000000000000000..c35ccfec5d8c48994c63308a5a82ae1bc40dbbc9 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/FlutterView.ets @@ -0,0 +1,17 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +export class FlutterView { + +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/TextureRegistry.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/TextureRegistry.ets new file mode 100644 index 0000000000000000000000000000000000000000..f769c8c48ded70f0a092437cb522c8e8b60531a8 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/ets/view/TextureRegistry.ets @@ -0,0 +1,35 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +export interface TextureRegistry { + + createSurfaceTexture(): SurfaceTextureEntry; + registerSurfaceTexture(): SurfaceTextureEntry; + + onTrimMemory(level: number) : void; +} + +interface SurfaceTextureEntry { + id(): number; + + release(): void; +} + +interface OnFrameConsumedListener { + onFrameConsumed(): void; +} + +interface OnTrimMemoryListener { + onTrimMemory(level: number) : void; +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/module.json b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/module.json new file mode 100644 index 0000000000000000000000000000000000000000..7fa2db04597c775a12de37f1581fec38009a0127 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/module.json @@ -0,0 +1,20 @@ +{ + "app": { + "bundleName": "net.openvalley.helloworld", + "debug": true, + "versionCode": 1000000, + "versionName": "1.0.0", + "minAPIVersion": 40000010, + "targetAPIVersion": 40000010, + "apiReleaseType": "Release", + "compileSdkVersion": "4.0.0.40", + "compileSdkType": "HarmonyOS" + }, + "module": { + "name": "flutter_embedding", + "type": "har", + "deviceTypes": [ + "default" + ] + } +} diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/resources/base/element/string.json b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..1e76de0c66777cfe83568615c5c2e68c61d23fed --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/resources/base/element/string.json @@ -0,0 +1,8 @@ +{ + "string": [ + { + "name": "page_show", + "value": "page from npm package" + } + ] +} diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/resources/en_US/element/string.json b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/resources/en_US/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..1e76de0c66777cfe83568615c5c2e68c61d23fed --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/resources/en_US/element/string.json @@ -0,0 +1,8 @@ +{ + "string": [ + { + "name": "page_show", + "value": "page from npm package" + } + ] +} diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/resources/zh_CN/element/string.json b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/resources/zh_CN/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..1e76de0c66777cfe83568615c5c2e68c61d23fed --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/oh_modules/@ohos/flutter_ohos/src/main/resources/zh_CN/element/string.json @@ -0,0 +1,8 @@ +{ + "string": [ + { + "name": "page_show", + "value": "page from npm package" + } + ] +} diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/src/main/ets/io/flutter/plugins/pathprovider/Messages.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/src/main/ets/io/flutter/plugins/pathprovider/Messages.ets new file mode 100644 index 0000000000000000000000000000000000000000..2e637bff53eb7b835e5926f8fe193379f0d081b9 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/src/main/ets/io/flutter/plugins/pathprovider/Messages.ets @@ -0,0 +1,263 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +import Log from '@ohos/flutter_ohos/src/main/ets/util/Log'; +import BasicMessageChannel from '@ohos/flutter_ohos/src/main/ets/plugin/common/BasicMessageChannel'; +import { BinaryMessenger } from '@ohos/flutter_ohos/src/main/ets/plugin/common/BinaryMessenger'; +import MessageCodec from '@ohos/flutter_ohos/src/main/ets/plugin/common/MessageCodec'; +import StandardMessageCodec from '@ohos/flutter_ohos/src/main/ets/plugin/common/StandardMessageCodec'; + +export enum StorageDirectory { + ROOT = 0, + MUSIC = 1, + PODCASTS = 2, + RINGTONES = 3, + ALARMS = 4, + NOTIFICATIONS = 5, + PICTURES = 6, + MOVIES = 7, + DOWNLOADS = 8, + DCIM = 9, + DOCUMENTS = 10 +} + +const TAG: string = "Message"; + +export default class Messages { + static wrapError(exception: Error): Array { + const errorList: Array = new Array(); + if (exception instanceof FlutterError) { + const error = exception; + errorList.push(error.code); + errorList.push(error.message); + errorList.push(error.details); + } else { + errorList.push(exception.name); + errorList.push(exception.message); + errorList.push(exception.stack); + } + return errorList; + } +} + +export class FlutterError extends Error { + code: string; + details: ESObject; + + constructor(code: string, message: string, details: ESObject) { + super(message); + this.code = code; + this.details = details; + } +} + +export abstract class PathProviderApi { + abstract getTemporaryPath(): string; + + abstract getApplicationSupportPath(): string; + + abstract getApplicationDocumentsPath(): string; + + abstract getApplicationCachePath(): string; + + abstract getExternalStoragePath(): string; + + abstract getExternalCachePaths(): Array; + + abstract getExternalStoragePaths(directory: StorageDirectory): Array; + + static getCodec(): MessageCodec { + return new StandardMessageCodec(); + } + + static setup(binaryMessenger: BinaryMessenger, api: PathProviderApi) { + { + const channel: BasicMessageChannel = + new BasicMessageChannel( + binaryMessenger, + "dev.flutter.pigeon.PathProviderApi.getTemporaryPath", + PathProviderApi.getCodec()); + if (api != null) { + channel.setMessageHandler({ + onMessage: (message: ESObject, reply: ESObject) => { + Log.i(TAG, "setup on message : " + message); + let wrapped: Array = new Array(); + try { + const output = api.getTemporaryPath(); + wrapped.push(output); + } catch (err) { + const wrappedError: Array = Messages.wrapError(err); + wrapped = wrappedError; + } + reply.reply(wrapped); + } + }) + } else { + channel.setMessageHandler(null); + } + } + { + const channel: BasicMessageChannel = + new BasicMessageChannel( + binaryMessenger, + "dev.flutter.pigeon.PathProviderApi.getApplicationSupportPath", + PathProviderApi.getCodec()); + if (api != null) { + channel.setMessageHandler({ + onMessage: (message: ESObject, reply: ESObject) => { + Log.i(TAG, "setup on message : " + message); + let wrapped: Array = new Array(); + try { + const output = api.getApplicationSupportPath(); + wrapped.push(output); + } catch (err) { + const wrappedError: Array = Messages.wrapError(err); + wrapped = wrappedError; + } + reply.reply(wrapped); + } + }) + } else { + channel.setMessageHandler(null); + } + } + { + const channel: BasicMessageChannel = + new BasicMessageChannel( + binaryMessenger, + "dev.flutter.pigeon.PathProviderApi.getApplicationDocumentsPath", + PathProviderApi.getCodec()); + if (api != null) { + channel.setMessageHandler({ + onMessage: (message: ESObject, reply: ESObject) => { + Log.i(TAG, "setup on message : " + message); + let wrapped: Array = new Array(); + try { + const output = api.getApplicationDocumentsPath(); + wrapped.push(output); + } catch (err) { + const wrappedError: Array = Messages.wrapError(err); + wrapped = wrappedError; + } + reply.reply(wrapped); + } + }) + } else { + channel.setMessageHandler(null); + } + } + { + const channel: BasicMessageChannel = + new BasicMessageChannel( + binaryMessenger, + "dev.flutter.pigeon.PathProviderApi.getApplicationCachePath", + PathProviderApi.getCodec()); + if (api != null) { + channel.setMessageHandler({ + onMessage: (message: ESObject, reply: ESObject) => { + Log.i(TAG, "setup on message : " + message); + let wrapped: Array = new Array(); + try { + const output = api.getApplicationCachePath(); + wrapped.push(output); + } catch (err) { + const wrappedError: Array = Messages.wrapError(err); + wrapped = wrappedError; + } + reply.reply(wrapped); + } + }) + } else { + channel.setMessageHandler(null); + } + } + { + const channel: BasicMessageChannel = + new BasicMessageChannel( + binaryMessenger, + "dev.flutter.pigeon.PathProviderApi.getExternalStoragePath", + PathProviderApi.getCodec()); + if (api != null) { + channel.setMessageHandler({ + onMessage: (message: ESObject, reply: ESObject) => { + Log.i(TAG, "setup on message : " + message); + let wrapped: Array = new Array(); + try { + const output = api.getExternalStoragePath(); + wrapped.push(output); + } catch (err) { + const wrappedError: Array = Messages.wrapError(err); + wrapped = wrappedError; + } + reply.reply(wrapped); + } + }) + } else { + channel.setMessageHandler(null); + } + } + { + const channel: BasicMessageChannel = + new BasicMessageChannel( + binaryMessenger, + "dev.flutter.pigeon.PathProviderApi.getExternalCachePaths", + PathProviderApi.getCodec()); + if (api != null) { + channel.setMessageHandler({ + onMessage: (message: ESObject, reply: ESObject) => { + Log.i(TAG, "setup on message : " + message); + let wrapped: Array = new Array(); + try { + const output = api.getExternalCachePaths(); + wrapped.push(output); + } catch (err) { + const wrappedError: Array = Messages.wrapError(err); + wrapped = wrappedError; + } + reply.reply(wrapped); + } + }) + } else { + channel.setMessageHandler(null); + } + } + { + const channel: BasicMessageChannel = + new BasicMessageChannel( + binaryMessenger, + "dev.flutter.pigeon.PathProviderApi.getExternalStoragePaths", + PathProviderApi.getCodec()); + if (api != null) { + channel.setMessageHandler({ + onMessage: (message: ESObject, reply: ESObject) => { + Log.i(TAG, "setup on message : " + message); + let wrapped: Array = new Array(); + let args: Array = message; + const directoryArg: StorageDirectory = args[0] == null ? null : args[0]; + try { + const output = api.getExternalStoragePaths(directoryArg); + wrapped.push(output); + } catch (err) { + const wrappedError: Array = Messages.wrapError(err); + wrapped = wrappedError; + } + reply.reply(wrapped); + } + }) + } else { + channel.setMessageHandler(null); + } + } + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/src/main/ets/io/flutter/plugins/pathprovider/PathProviderPlugin.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/src/main/ets/io/flutter/plugins/pathprovider/PathProviderPlugin.ets new file mode 100644 index 0000000000000000000000000000000000000000..5a5b77bd51ece438a42219ef270c8f4c759886b9 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/src/main/ets/io/flutter/plugins/pathprovider/PathProviderPlugin.ets @@ -0,0 +1,171 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +import common from '@ohos.app.ability.common'; +import AbilityAware from '@ohos/flutter_ohos/src/main/ets/embedding/engine/plugins/ability/AbilityAware'; +import { + AbilityPluginBinding +} from '@ohos/flutter_ohos/src/main/ets/embedding/engine/plugins/ability/AbilityPluginBinding'; +import { + FlutterPlugin, + FlutterPluginBinding +} from '@ohos/flutter_ohos/src/main/ets/embedding/engine/plugins/FlutterPlugin'; +import Log from '@ohos/flutter_ohos/src/main/ets/util/Log'; +import PathUtils from '@ohos/flutter_ohos/src/main/ets/util/PathUtils'; +import { BinaryMessenger } from '@ohos/flutter_ohos/src/main/ets/plugin/common/BinaryMessenger'; +import { PathProviderApi, StorageDirectory } from './Messages'; +import fs from '@ohos.file.fs'; + +const TAG: string = "PathProviderPlugin"; + +export default class PathProviderPlugin extends PathProviderApi implements FlutterPlugin, AbilityAware { + private pluginBinding: FlutterPluginBinding; + private context: common.Context; + + constructor(context?: common.Context) { + super(); + if (context) { + this.context = context; + } + } + + getUniqueClassName(): string { + return TAG; + } + + onAttachedToEngine(binding: FlutterPluginBinding): void { + this.pluginBinding = binding; + } + + onDetachedFromEngine(binding: FlutterPluginBinding): void { + this.pluginBinding = null; + } + + onAttachedToAbility(binding: AbilityPluginBinding): void { + Log.i(TAG, "onAttachedToAbility"); + this.setup(this.pluginBinding.getBinaryMessenger(), this.pluginBinding.getApplicationContext()); + } + + onDetachedFromAbility(): void { + } + + static registerWith(): void { + } + + setup(messenger: BinaryMessenger, context: common.Context) { + try { + PathProviderApi.setup(messenger, this); + } catch (err) { + Log.e(TAG, "Received exception while setting up PathProviderPlugin", err); + } + this.context = context; + } + + getTemporaryPath(): string { + return this.getPathProviderTemporaryDirectory(); + } + + getApplicationSupportPath(): string { + return this.getApplicationSupportDirectory(); + } + + getApplicationDocumentsPath(): string { + return this.getPathProviderApplicationDocumentsDirectory(); + } + + getApplicationCachePath(): string { + return this.context.cacheDir; + } + + getExternalStoragePath(): string { + return this.getPathProviderStorageDirectory(); + } + + getExternalCachePaths(): Array { + return this.getPathProviderExternalCacheDirectories(); + } + + getExternalStoragePaths(directory: StorageDirectory): Array { + return this.getPathProviderExternalStorageDirectories(directory); + } + + private getPathProviderTemporaryDirectory(): string { + return this.context.tempDir; + } + + private getApplicationSupportDirectory(): string { + return PathUtils.getFilesDir(this.context); + } + + private getPathProviderApplicationDocumentsDirectory(): string { + return PathUtils.getDataDirectory(this.context); + } + + private getPathProviderStorageDirectory(): string { + return this.context.filesDir; + } + + private getPathProviderExternalCacheDirectories(): Array { + const paths = new Array(); + paths.push(this.context.cacheDir); + return paths; + } + + private getStorageDirectoryString(directory: StorageDirectory): string { + switch (directory) { + case StorageDirectory.ROOT: + return ""; + case StorageDirectory.MUSIC: + return "music"; + case StorageDirectory.PODCASTS: + return "podcasts"; + case StorageDirectory.RINGTONES: + return "ringtones"; + case StorageDirectory.ALARMS: + return "alarms"; + case StorageDirectory.NOTIFICATIONS: + return "notifications"; + case StorageDirectory.PICTURES: + return "pictures"; + case StorageDirectory.MOVIES: + return "movies"; + case StorageDirectory.DOWNLOADS: + return "downloads"; + case StorageDirectory.DCIM: + return "dcim"; + case StorageDirectory.DOCUMENTS: + return "documents"; + default: + throw new Error("Unrecognized directory: " + directory); + } + } + + private getPathProviderExternalStorageDirectories(directory: StorageDirectory): Array { + const paths = new Array(); + const filePath = this.context.filesDir + "/" + this.getStorageDirectoryString(directory); + if (!fs.accessSync(filePath)) { + try { + fs.mkdirSync(filePath); + paths.push(filePath); + Log.i(TAG, "no directory " + filePath + " create success"); + } catch (err) { + Log.e(TAG, "mkdirSync failed err:" + err); + } + } else { + paths.push(filePath); + } + + return paths; + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/src/main/module.json5 b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/src/main/module.json5 new file mode 100644 index 0000000000000000000000000000000000000000..919e99075acd45b32ff083dc220944c1a44fe1b9 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/src/main/module.json5 @@ -0,0 +1,24 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +{ + "module": { + "name": "path_provider", + "type": "har", + "deviceTypes": [ + "default", + "tablet" + ] + } +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/src/main/resources/base/element/string.json b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/src/main/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..1e76de0c66777cfe83568615c5c2e68c61d23fed --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/src/main/resources/base/element/string.json @@ -0,0 +1,8 @@ +{ + "string": [ + { + "name": "page_show", + "value": "page from npm package" + } + ] +} diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/src/main/resources/en_US/element/string.json b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/src/main/resources/en_US/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..1e76de0c66777cfe83568615c5c2e68c61d23fed --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/src/main/resources/en_US/element/string.json @@ -0,0 +1,8 @@ +{ + "string": [ + { + "name": "page_show", + "value": "page from npm package" + } + ] +} diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/src/main/resources/zh_CN/element/string.json b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/src/main/resources/zh_CN/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..1e76de0c66777cfe83568615c5c2e68c61d23fed --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/src/main/resources/zh_CN/element/string.json @@ -0,0 +1,8 @@ +{ + "string": [ + { + "name": "page_show", + "value": "page from npm package" + } + ] +} diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/src/test/List.test.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/src/test/List.test.ets new file mode 100644 index 0000000000000000000000000000000000000000..f531b463170fee5810a4a0769144e37178423376 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/src/test/List.test.ets @@ -0,0 +1,19 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +import localUnitTest from './LocalUnit.test'; + +export default function testsuite() { + localUnitTest() +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/src/test/LocalUnit.test.ets b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/src/test/LocalUnit.test.ets new file mode 100644 index 0000000000000000000000000000000000000000..09e8c31615db192dfd1630cca3af89d5f26a4069 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/ohos/path_provider/src/test/LocalUnit.test.ets @@ -0,0 +1,47 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium'; + +export default function localUnitTest() { + describe('localUnitTest', function () { + // Defines a test suite. Two parameters are supported: test suite name and test suite function. + beforeAll(function () { + // Presets an action, which is performed only once before all test cases of the test suite start. + // This API supports only one parameter: preset action function. + }); + beforeEach(function () { + // Presets an action, which is performed before each unit test case starts. + // The number of execution times is the same as the number of test cases defined by **it**. + // This API supports only one parameter: preset action function. + }); + afterEach(function () { + // Presets a clear action, which is performed after each unit test case ends. + // The number of execution times is the same as the number of test cases defined by **it**. + // This API supports only one parameter: clear action function. + }); + afterAll(function () { + // Presets a clear action, which is performed after all test cases of the test suite end. + // This API supports only one parameter: clear action function. + }); + it('assertContain', 0, function () { + // Defines a test case. This API supports three parameters: test case name, filter parameter, and test case function. + let a = 'abc'; + let b = 'b'; + // Defines a variety of assertion methods, which are used to declare expected boolean conditions. + expect(a).assertContain(b); + expect(a).assertEqual(a); + }); + }); +} \ No newline at end of file diff --git a/ohos/flutter_lottie/path_provider_ohos/pubspec.yaml b/ohos/flutter_lottie/path_provider_ohos/pubspec.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6b70fd2066072e156a0968f69ed2eb3cac8cb7e0 --- /dev/null +++ b/ohos/flutter_lottie/path_provider_ohos/pubspec.yaml @@ -0,0 +1,44 @@ +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +name: path_provider_ohos +description: Ohos implementation of the path_provider plugin. +repository: https://github.com/flutter/packages/tree/main/packages/path_provider/path_provider_ohos +issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+path_provider%22 +version: 1.0.0 + +environment: + sdk: ">=2.18.0 <4.0.0" + flutter: ">=3.3.0" + +flutter: + plugin: + implements: path_provider + platforms: + ohos: + package: io.flutter.plugins.pathprovider + pluginClass: PathProviderPlugin + dartPluginClass: PathProviderOhos + +dependencies: + flutter: + sdk: flutter + path_provider_platform_interface: ^2.0.1 + +dev_dependencies: + flutter_test: + sdk: flutter + integration_test: + sdk: flutter + pigeon: ^9.2.4 + test: ^1.16.0 diff --git a/ohos/flutter_lottie/pubspec.yaml b/ohos/flutter_lottie/pubspec.yaml new file mode 100644 index 0000000000000000000000000000000000000000..919410e358de3c45f3c1ba6156b9474f896fe7f0 --- /dev/null +++ b/ohos/flutter_lottie/pubspec.yaml @@ -0,0 +1,174 @@ +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +name: flutter_lottie +description: A new Flutter project. +# The following line prevents the package from being accidentally published to +# pub.dev using `flutter pub publish`. This is preferred for private packages. +publish_to: none + +# The following defines the version and build number for your application. +# A version number is three numbers separated by dots, like 1.2.43 +# followed by an optional build number separated by a +. +# Both the version and the builder number may be overridden in flutter +# build by specifying --build-name and --build-number, respectively. +# In Android, build-name is used as versionName while build-number used as versionCode. +# Read more about Android versioning at https://developer.android.com/studio/publish/versioning +# In iOS, build-name is used as CFBundleShortVersionString while build-number is used as CFBundleVersion. +# Read more about iOS versioning at +# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html +# In Windows, build-name is used as the major, minor, and patch parts +# of the product and file versions while build-number is used as the build suffix. +version: 1.0.0+1 + +environment: + sdk: '>=2.19.6 <3.0.0' + +# Dependencies specify other packages that your package needs in order to work. +# To automatically upgrade your package dependencies to the latest versions +# consider running `flutter pub upgrade --major-versions`. Alternatively, +# dependencies can be manually updated by changing the version numbers below to +# the latest version available on pub.dev. To see which dependencies have newer +# versions available, run `flutter pub outdated`. +dependencies: + flutter: + sdk: flutter + + lottie: ^2.3.2 + path_provider_ohos: + path: ./path_provider_ohos + path_provider_platform_interface: ^2.0.1 + + # The following adds the Cupertino Icons font to your application. + # Use with the CupertinoIcons class for iOS style icons. + cupertino_icons: ^1.0.2 + +dev_dependencies: + flutter_test: + sdk: flutter + + # The "flutter_lints" package below contains a set of recommended lints to + # encourage good coding practices. The lint set provided by the package is + # activated in the `analysis_options.yaml` file located at the root of your + # package. See that file for information about deactivating specific lint + # rules and activating additional ones. + flutter_lints: ^2.0.0 + +# For information on the generic Dart part of this file, see the +# following page: https://dart.dev/tools/pub/pubspec + +# The following section is specific to Flutter packages. +flutter: + + # The following line ensures that the Material Icons font is + # included with your application, so that you can use the icons in + # the material Icons class. + uses-material-design: true + + # To add assets to your application, add an assets section, like this: + # assets: + # - images/a_dot_burr.jpeg + # - images/a_dot_ham.jpeg + + # An image asset can refer to one or more resolution-specific "variants", see + # https://flutter.dev/assets-and-images/#resolution-aware + + # For details regarding adding assets from package dependencies, see + # https://flutter.dev/assets-and-images/#from-packages + + # To add custom fonts to your application, add a fonts section here, + # in this "flutter" section. Each entry in this list should have a + # "family" key with the font family name, and a "fonts" key with a + # list giving the asset and other descriptors for the font. For + # example: + # fonts: + # - family: Schyler + # fonts: + # - asset: fonts/Schyler-Regular.ttf + # - asset: fonts/Schyler-Italic.ttf + # style: italic + # - family: Trajan Pro + # fonts: + # - asset: fonts/TrajanPro.ttf + # - asset: fonts/TrajanPro_Bold.ttf + # weight: 700 + # + # For details regarding fonts from package dependencies, + # see https://flutter.dev/custom-fonts/#from-packages + + assets: + - assets/ + - assets/17297-fireworks.json + - assets/14595-thumbs-up.json + - assets/AndroidWave.json + - assets/battery_optimizations.json + - assets/bluetoothscanning.json + - assets/camera_change.json + - assets/DynamicGradient.json + - assets/envelope.json + - assets/HamburgerArrow.json + - assets/issue270.json + - assets/lf20_w2Afea.json + - assets/LottieLogo1.json + - assets/LottieLogo2.json + - assets/pass_loading.json + - assets/playing.json + - assets/spinning_carrousel.zip + - assets/sticker.json + - assets/tent.json + - assets/TwitterHeartButton.json + - assets/vegan_font.zip + + - assets/lottiefiles/ + - assets/Mobilo/ + + - assets/Tests/ + - assets/Tests/Shapes.json + - assets/Tests/MatteTimeStretchScan.json + - assets/Tests/Text.json + - assets/Tests/DynamicText.json + - assets/Tests/DynamicGradient.json + - assets/Tests/opacity_layers.json + - + - assets/Tests/images/ + - assets/Logo/ + - assets/Images/ + - assets/Images/WeAccept/ + - assets/Images/WeAccept/img_0.png + - assets/weather/ + - assets/example_with_images/ + - assets/example_with_images/images/ + + + fonts: + - family: Comic Neue + fonts: + - asset: assets/fonts/Comic-Neue.ttf + - family: Helvetica + fonts: + - asset: assets/fonts/Helvetica.ttf + - family: Helvetica Neue + fonts: + - asset: assets/fonts/Helvetica-Neue.ttf + - family: Open Sans + fonts: + - asset: assets/fonts/Open-Sans.ttf + - family: PT Serif + fonts: + - asset: assets/fonts/PT-Serif.ttf + - family: Roboto + fonts: + - asset: assets/fonts/Roboto.ttf + - family: Noto Emoji + fonts: + - asset: assets/fonts/Noto-Emoji.ttf \ No newline at end of file diff --git a/ohos/flutter_lottie/test/widget_test.dart b/ohos/flutter_lottie/test/widget_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..ca1ef6db5ee762cfca90a32553e9eef2751e3cad --- /dev/null +++ b/ohos/flutter_lottie/test/widget_test.dart @@ -0,0 +1,44 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +// This is a basic Flutter widget test. +// +// To perform an interaction with a widget in your test, use the WidgetTester +// utility in the flutter_test package. For example, you can send tap and scroll +// gestures. You can also use WidgetTester to find child widgets in the widget +// tree, read text, and verify that the values of widget properties are correct. + +import 'package:flutter/material.dart'; +import 'package:flutter_test/flutter_test.dart'; + +import 'package:flutter_lottie/main.dart'; + +void main() { + testWidgets('Counter increments smoke test', (WidgetTester tester) async { + // Build our app and trigger a frame. + await tester.pumpWidget(const MyApp()); + + // Verify that our counter starts at 0. + expect(find.text('0'), findsOneWidget); + expect(find.text('1'), findsNothing); + + // Tap the '+' icon and trigger a frame. + await tester.tap(find.byIcon(Icons.add)); + await tester.pump(); + + // Verify that our counter has incremented. + expect(find.text('0'), findsNothing); + expect(find.text('1'), findsOneWidget); + }); +} diff --git a/ohos/flutter_nested/.gitignore b/ohos/flutter_nested/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..24476c5d1eb55824c76d8b01a3965f94abad1ef8 --- /dev/null +++ b/ohos/flutter_nested/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ +migrate_working_dir/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +**/doc/api/ +**/ios/Flutter/.last_build_id +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Android Studio will place build artifacts here +/android/app/debug +/android/app/profile +/android/app/release diff --git a/ohos/flutter_nested/.metadata b/ohos/flutter_nested/.metadata new file mode 100644 index 0000000000000000000000000000000000000000..d07c0afb6812b08a64d23b369ba37e066ea83244 --- /dev/null +++ b/ohos/flutter_nested/.metadata @@ -0,0 +1,44 @@ + /* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +# This file tracks properties of this Flutter project. +# Used by Flutter tool to assess capabilities and perform upgrades etc. +# +# This file should be version controlled. + +version: + revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + channel: master + +project_type: app + +# Tracks metadata for the flutter migrate command +migration: + platforms: + - platform: root + create_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + base_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + - platform: ohos + create_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + base_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + + # User provided section + + # List of Local paths (relative to this file) that should be + # ignored by the migrate tool. + # + # Files that are not part of the templates will be ignored by default. + unmanaged_files: + - 'lib/main.dart' + - 'ios/Runner.xcodeproj/project.pbxproj' diff --git a/ohos/flutter_nested/README.md b/ohos/flutter_nested/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/ohos/flutter_nested/analysis_options.yaml b/ohos/flutter_nested/analysis_options.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7814013c895a5ab88ab0bb58d8cfa716f9be5654 --- /dev/null +++ b/ohos/flutter_nested/analysis_options.yaml @@ -0,0 +1,42 @@ +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# This file configures the analyzer, which statically analyzes Dart code to +# check for errors, warnings, and lints. +# +# The issues identified by the analyzer are surfaced in the UI of Dart-enabled +# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be +# invoked from the command line by running `flutter analyze`. + +# The following line activates a set of recommended lints for Flutter apps, +# packages, and plugins designed to encourage good coding practices. +include: package:flutter_lints/flutter.yaml + +linter: + # The lint rules applied to this project can be customized in the + # section below to disable rules from the `package:flutter_lints/flutter.yaml` + # included above or to enable additional rules. A list of all available lints + # and their documentation is published at + # https://dart-lang.github.io/linter/lints/index.html. + # + # Instead of disabling a lint rule for the entire project in the + # section below, it can also be suppressed for a single line of code + # or a specific dart file by using the `// ignore: name_of_lint` and + # `// ignore_for_file: name_of_lint` syntax on the line or in the file + # producing the lint. + rules: + # avoid_print: false # Uncomment to disable the `avoid_print` rule + # prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule + +# Additional information about this file can be found at +# https://dart.dev/guides/language/analysis-options diff --git a/ohos/flutter_nested/lib/common/base_page.dart b/ohos/flutter_nested/lib/common/base_page.dart new file mode 100644 index 0000000000000000000000000000000000000000..26a965b678111b9fc6176e1b01e4ce8e00195a31 --- /dev/null +++ b/ohos/flutter_nested/lib/common/base_page.dart @@ -0,0 +1,54 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'main_item_widget.dart'; +import 'test_route.dart'; + +/// 全局静态数据存储 +abstract class GlobalData { + static String appName = ''; +} + +/// app基本首页 +class BasePage extends StatefulWidget { + const BasePage({required this.data}); + + final List data; + + @override + State createState() => _BasePageState(); +} + +class _BasePageState extends State { + int get _itemCount => widget.data.length; + + @override + Widget build(BuildContext context) { + return Scaffold( + appBar: AppBar( + title: Center( + child: Text(GlobalData.appName, textAlign: TextAlign.center)), + ), + body: + ListView.builder(itemBuilder: _itemBuilder, itemCount: _itemCount)); + } + + Widget _itemBuilder(BuildContext context, int index) { + return MainItemWidget(widget.data[index], (MainItem item) { + Navigator.push(context, MaterialPageRoute(builder: (content) => item.route)); + }); + } +} diff --git a/ohos/flutter_nested/lib/common/item_widget.dart b/ohos/flutter_nested/lib/common/item_widget.dart new file mode 100644 index 0000000000000000000000000000000000000000..f046389c8a8969afb88d3aeb69c3655579a4c6ca --- /dev/null +++ b/ohos/flutter_nested/lib/common/item_widget.dart @@ -0,0 +1,127 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/cupertino.dart'; +import 'package:flutter/material.dart'; + +import 'test_page.dart'; + +/// Item widget. +class ItemWidget extends StatefulWidget { + /// Item widget. + const ItemWidget( + {required this.item, required this.index, required this.getGroupRange, required this.runGroup, required this.onTap, this.summary, Key? key}) + : super(key: key); + + /// item summary. + final String? summary; + + /// item data. + final Item item; + + /// 当前下标 + final int index; + + /// 获取对应的组信息 + final GroupRange Function() getGroupRange; + + /// 获取对应的组信息 + final void Function(int start, int end) runGroup; + + /// Action when pressed (typically run). + final void Function(Item item) onTap; + + @override + ItemWidgetState createState() => ItemWidgetState(); +} + +class ItemWidgetState extends State { + @override + Widget build(BuildContext context) { + IconData? icon; + Color? color; + + switch (widget.item.state) { + case ItemState.none: + icon = Icons.arrow_forward_ios; + break; + case ItemState.running: + icon = Icons.more_horiz; + break; + case ItemState.success: + icon = Icons.check; + color = Colors.green; + break; + case ItemState.failure: + icon = Icons.close; + color = Colors.red; + break; + } + + final Widget listTile = ListTile( + leading: SizedBox( + child: IconButton( + icon: Icon(icon, color: color), + onPressed: null, + )), + title: Text(widget.item.name), + subtitle: widget.summary != null ? Text(widget.summary!) : null, + onTap: () { + widget.onTap(widget.item); + }); + + final data = widget.getGroupRange(); + + return Column( + mainAxisAlignment: MainAxisAlignment.start, + crossAxisAlignment: CrossAxisAlignment.start, + children: [ + if (data.groupName.isNotEmpty && data.startIndex == widget.index) + GestureDetector( + onTap: () {}, + child: Container( + height: 35, + decoration: BoxDecoration(color: CupertinoColors.extraLightBackgroundGray), + child: Row( + mainAxisAlignment: MainAxisAlignment.spaceBetween, + children: [ + Expanded(child: Text( + '测试组: ${data.groupName}', + style: TextStyle(fontSize: 18), + overflow: TextOverflow.ellipsis, + )), + // FilledButton( + // onPressed: () => widget.runGroup(data.startIndex, data.startIndex), + // child: Text( + // '整组测试', + // style: TextStyle(fontSize: 16), + // )) + ], + ), + ), + ), + Container( + margin: data.groupName.isNotEmpty && data.startIndex == widget.index ? EdgeInsets.only(bottom: 10) : null, + decoration: BoxDecoration( + border: data.groupName.isNotEmpty && data.endIndex == widget.index ? Border(bottom: BorderSide(color: Colors.grey)) : null, + ), + child: Padding( + padding: data.groupName.isNotEmpty && data.startIndex <= widget.index && data.endIndex >= widget.index ? EdgeInsets.only(left: 35) : EdgeInsets.zero, + child: listTile, + ), + ) + ], + ); + } +} diff --git a/ohos/flutter_nested/lib/common/main_item_widget.dart b/ohos/flutter_nested/lib/common/main_item_widget.dart new file mode 100644 index 0000000000000000000000000000000000000000..819e0a0d15e67aec813a9ccc11d8af4637e7be93 --- /dev/null +++ b/ohos/flutter_nested/lib/common/main_item_widget.dart @@ -0,0 +1,50 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/cupertino.dart'; +import 'package:flutter/material.dart'; + +import 'test_route.dart'; + +/// Main item widget. +class MainItemWidget extends StatefulWidget { + /// Main item widget. + const MainItemWidget(this.item, this.onTap, {Key? key}) : super(key: key); + + /// item data. + final MainItem item; + + /// onTap action (typically run or open). + final void Function(MainItem item) onTap; + + @override + MainItemWidgetState createState() => MainItemWidgetState(); +} + +class MainItemWidgetState extends State { + @override + Widget build(BuildContext context) { + return Container( + margin: const EdgeInsets.only(bottom: 10), + child: ListTile( + tileColor: CupertinoColors.extraLightBackgroundGray, + title: Text(widget.item.title), + onTap: _onTap), + ); + } + + void _onTap() { + widget.onTap(widget.item); + } +} diff --git a/ohos/flutter_nested/lib/common/test_model_app.dart b/ohos/flutter_nested/lib/common/test_model_app.dart new file mode 100644 index 0000000000000000000000000000000000000000..9e34e8a2d060c3c7a699709e018e90ae0be3d2ee --- /dev/null +++ b/ohos/flutter_nested/lib/common/test_model_app.dart @@ -0,0 +1,50 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'base_page.dart'; +import 'test_route.dart'; + +/// 基础app框架 +class TestModelApp extends StatefulWidget { + TestModelApp({super.key, required this.appName, required this.data}) { + GlobalData.appName = appName; + } + + /// 测试包名称 + final String appName; + + /// 路由数据 + final List data; + + @override + State createState() => TestModelState(); +} + +class TestModelState extends State { + @override + Widget build(BuildContext context) { + return MaterialApp( + title: widget.appName, + theme: ThemeData( + colorScheme: ColorScheme.fromSeed(seedColor: Colors.blue), + appBarTheme: const AppBarTheme(backgroundColor: Colors.blue), + primarySwatch: Colors.blue, + useMaterial3: true, + ), + home: BasePage(data: widget.data), + ); + } +} diff --git a/ohos/flutter_nested/lib/common/test_page.dart b/ohos/flutter_nested/lib/common/test_page.dart new file mode 100644 index 0000000000000000000000000000000000000000..c4e1888608d081af98fe6ad8acaa11eef6963af6 --- /dev/null +++ b/ohos/flutter_nested/lib/common/test_page.dart @@ -0,0 +1,333 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:async'; + +import 'package:flutter/material.dart'; + +import 'item_widget.dart'; + +List contentList = []; + +class Test { + /// Test definition. + Test(this.name, this.fn, {bool? solo, bool? skip}) + : solo = solo == true, + skip = skip == true; + + /// Only run this test. + final bool solo; + + /// Skip this test. + final bool skip; + + /// Test name. + String name; + + /// Test body. + FutureOr Function() fn; +} + +/// Item states. +enum ItemState { + /// test not run yet. + none, + + /// test is running. + running, + + /// test succeeded. + success, + + /// test fails. + failure +} + +/// Menu item. +class Item { + /// Menu item. + Item(this.name); + + /// Menu item state. + ItemState state = ItemState.running; + + /// Menu item name/ + String name; +} + +class TestLength { + TestLength(this.oldLength, this.newLength); + + int oldLength; + int newLength; +} + +class GroupRange { + GroupRange(this.groupName, this.startIndex, this.endIndex); + + String groupName; + int startIndex; + int endIndex; +} + +/// 基础测试页面 +class TestPage extends StatefulWidget { + /// Base test page. + TestPage(this.title, {Key? key}) : super(key: key); + + /// The title. + final String title; + + /// Test list. + final List tests = []; + + /// 保存group的范围信息 + final Map groupTitle = {}; + + /// define a test. + void test(String name, FutureOr Function() fn) { + tests.add(Test(name, fn)); + } + + /// define a group test. + void group(String name, FutureOr Function() fn) { + int oldLength = tests.length; + fn(); + + int newLength = tests.length - 1; + groupTitle.addAll({name: TestLength(oldLength, newLength)}); + } + + /// Thrown an exception + void fail([String? message]) { + throw Exception(message ?? 'should fail'); + } + + @override + TestPageState createState() => TestPageState(); +} + +/// Group. +mixin Group { + /// List of tests. + List get tests { + // TODO: implement tests + throw UnimplementedError(); + } + + bool? _hasSolo; + final _tests = []; + + /// Add a test. + void add(Test test) { + if (!test.skip) { + if (test.solo) { + if (_hasSolo != true) { + _hasSolo = true; + _tests.clear(); + } + _tests.add(test); + } else if (_hasSolo != true) { + _tests.add(test); + } + } + } + + /// true if it has solo or contains item with solo feature + bool? get hasSolo => _hasSolo; +} + +class TestPageState extends State with Group { + List items = []; + + Future _run() async { + if (!mounted) { + return null; + } + + setState(() { + items.clear(); + }); + _tests.clear(); + for (var test in widget.tests) { + add(test); + } + for (var test in _tests) { + var item = Item(test.name); + contentList.add(Text(test.name, + style: const TextStyle(fontSize: 18, color: Colors.green))); + + late int position; + setState(() { + position = items.length; + items.add(item); + }); + try { + await test.fn(); + item = Item(test.name)..state = ItemState.success; + print('ohFlutter: ${test.name}, result: success'); + } catch (e, st) { + contentList.add(Text('$e, $st', + style: const TextStyle(fontSize: 18, color: Colors.red))); + print('ohFlutter: ${test.name}-error: $e, $st}'); + item = Item(test.name)..state = ItemState.failure; + } + + if (!mounted) { + return null; + } + + setState(() { + items[position] = item; + }); + } + } + + Future _runTest(int index) async { + if (!mounted) { + return null; + } + + final test = _tests[index]; + + var item = items[index]; + setState(() { + contentList = []; + item.state = ItemState.running; + }); + contentList.add(Text(test.name, + style: const TextStyle(fontSize: 18, color: Colors.green))); + try { + await test.fn(); + + item = Item(test.name)..state = ItemState.success; + print('ohFlutter: ${test.name}, result: success'); + } catch (e, st) { + contentList.add(Text('$e, $st', + style: const TextStyle(fontSize: 18, color: Colors.red))); + print('ohFlutter: ${test.name}-error: $e, $st}'); + try { + print(st); + } catch (_) {} + item = Item(test.name)..state = ItemState.failure; + } + + if (!mounted) { + return null; + } + + setState(() { + items[index] = item; + }); + showAlertDialog(context); + } + + @override + void initState() { + super.initState(); + contentList = []; + _run(); + } + + @override + Widget build(BuildContext context) { + return Scaffold( + appBar: AppBar( + title: Text(widget.title), + actions:[ + IconButton( + onPressed: () { + showAlertDialog(context); + }, + icon: const Icon(Icons.search_outlined), + ) + ] + ), + body: ListView(children: [ + ...items.asMap().keys.map((e) => _itemBuilder(context, e)).toList(), + ])); + } + + Widget _itemBuilder(BuildContext context, int index) { + final item = getItem(index); + return ItemWidget( + item: item, + index: index, + getGroupRange: () { + GroupRange data = GroupRange('', 0, 0); + widget.groupTitle.forEach((key, value) { + if (value.oldLength <= index && value.newLength >= index) { + data = GroupRange(key, value.oldLength, value.newLength); + } + }); + return data; + }, + runGroup: (start, end) async { + for (var i = start; i <= end; i++) { + await _runTest(i); + print('\n'); + } + }, + onTap: (Item item) { + _runTest(index); + } + ); + } + + Item getItem(int index) { + return items[index]; + } + + @override + List get tests => widget.tests; +} + +void expect(var testModel, var object) { + try { + testModel; + contentList.add(Text('$testModel')); + } catch (e) { + contentList.add(Text( + '$e', + style: const TextStyle(color: Colors.red), + )); + print(e.toString()); + } +} + +void showAlertDialog(BuildContext context) { + for (int i = 0; i < contentList.length; i++) { + print(contentList[i].data); + } + showDialog( + context: context, + barrierDismissible: false, + builder: (BuildContext context) { + return AlertDialog( + content: SingleChildScrollView( + child: Column( + children: contentList, + ), + ), + actions: [ + MaterialButton( + child: const Text('确定'), + onPressed: () { + Navigator.of(context).pop(); + }, + ), + ], + ); + }); +} diff --git a/ohos/flutter_nested/lib/common/test_route.dart b/ohos/flutter_nested/lib/common/test_route.dart new file mode 100644 index 0000000000000000000000000000000000000000..5731f3020d95f78b337e23b59973c11d857b9f75 --- /dev/null +++ b/ohos/flutter_nested/lib/common/test_route.dart @@ -0,0 +1,28 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/cupertino.dart'; + +import 'base_page.dart'; + +class MainItem { + /// Main item. + MainItem(this.title, this.route); + + /// title. + String title; + + /// Page route. + Widget route; +} diff --git a/ohos/flutter_nested/lib/main.dart b/ohos/flutter_nested/lib/main.dart new file mode 100644 index 0000000000000000000000000000000000000000..4649ccf2f4fc7e8f8139c2681876d26dd6ab1fba --- /dev/null +++ b/ohos/flutter_nested/lib/main.dart @@ -0,0 +1,184 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'package:flutter_nested/common/test_route.dart'; +import 'package:flutter_nested/common/test_model_app.dart'; + +import 'rt_example_test.dart'; + +import 'rt_nested.dart'; +import 'rt_common.dart'; +import 'rt_nested_01_test.dart'; +import 'rt_nested_02_test.dart'; +import 'rt_nested_03_test.dart'; +import 'rt_nested_04_test.dart'; +import 'rt_nested_05_test.dart'; +import 'rt_nested_06_test.dart'; +import 'rt_nested_07_test.dart'; +import 'rt_nested_08_test.dart'; +import 'rt_nested_09_test.dart'; +import 'rt_nested_10_test.dart'; +import 'rt_nested_11_test.dart'; +import 'rt_nested_12_test.dart'; +import 'rt_nested_12_test.dart'; +import 'rt_nested_13_test.dart'; +import 'rt_nested_14_test.dart'; +import 'rt_nested_15_test.dart'; +import 'rt_nested_16_test.dart'; +import 'rt_nested_16_test.dart'; +import 'rt_nested_17_test.dart'; +import 'rt_nested_18_test.dart'; +import 'rt_nested_19_test.dart'; +import 'rt_nested_20_test.dart'; +import 'rt_nested_21_test.dart'; +import 'rt_nested_22_test.dart'; +import 'rt_nested_23_test.dart'; + + +void main() { + + final app = [ + MainItem('example_test', JKExampleTestPage()), + MainItem('rt_common_test', JKCommonTestPage("rt_common_test")), + MainItem('nested_test', JKNestedTestPage()), + ]; + + runApp(TestModelApp( + appName: 'nested', + data: app)); + + //runApp(const MyApp()); +} + +class MyApp extends StatelessWidget { + const MyApp({super.key}); + + // This widget is the root of your application. + @override + Widget build(BuildContext context) { + return MaterialApp( + title: 'Flutter Demo', + theme: ThemeData( + // This is the theme of your application. + // + // TRY THIS: Try running your application with "flutter run". You'll see + // the application has a blue toolbar. Then, without quitting the app, + // try changing the seedColor in the colorScheme below to Colors.green + // and then invoke "hot reload" (save your changes or press the "hot + // reload" button in a Flutter-supported IDE, or press "r" if you used + // the command line to start the app). + // + // Notice that the counter didn't reset back to zero; the application + // state is not lost during the reload. To reset the state, use hot + // restart instead. + // + // This works for code too, not just values: Most code changes can be + // tested with just a hot reload. + colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple), + useMaterial3: true, + ), + home: const MyHomePage(title: 'Flutter Demo Home Page'), + ); + } +} + +class MyHomePage extends StatefulWidget { + const MyHomePage({super.key, required this.title}); + + // This widget is the home page of your application. It is stateful, meaning + // that it has a State object (defined below) that contains fields that affect + // how it looks. + + // This class is the configuration for the state. It holds the values (in this + // case the title) provided by the parent (in this case the App widget) and + // used by the build method of the State. Fields in a Widget subclass are + // always marked "final". + + final String title; + + @override + State createState() => _MyHomePageState(); +} + +class _MyHomePageState extends State { + int _counter = 0; + + void _incrementCounter() { + setState(() { + // This call to setState tells the Flutter framework that something has + // changed in this State, which causes it to rerun the build method below + // so that the display can reflect the updated values. If we changed + // _counter without calling setState(), then the build method would not be + // called again, and so nothing would appear to happen. + _counter++; + }); + } + + @override + Widget build(BuildContext context) { + // This method is rerun every time setState is called, for instance as done + // by the _incrementCounter method above. + // + // The Flutter framework has been optimized to make rerunning build methods + // fast, so that you can just rebuild anything that needs updating rather + // than having to individually change instances of widgets. + return Scaffold( + appBar: AppBar( + // TRY THIS: Try changing the color here to a specific color (to + // Colors.amber, perhaps?) and trigger a hot reload to see the AppBar + // change color while the other colors stay the same. + backgroundColor: Theme.of(context).colorScheme.inversePrimary, + // Here we take the value from the MyHomePage object that was created by + // the App.build method, and use it to set our appbar title. + title: Text(widget.title), + ), + body: Center( + // Center is a layout widget. It takes a single child and positions it + // in the middle of the parent. + child: Column( + // Column is also a layout widget. It takes a list of children and + // arranges them vertically. By default, it sizes itself to fit its + // children horizontally, and tries to be as tall as its parent. + // + // Column has various properties to control how it sizes itself and + // how it positions its children. Here we use mainAxisAlignment to + // center the children vertically; the main axis here is the vertical + // axis because Columns are vertical (the cross axis would be + // horizontal). + // + // TRY THIS: Invoke "debug painting" (choose the "Toggle Debug Paint" + // action in the IDE, or press "p" in the console), to see the + // wireframe for each widget. + mainAxisAlignment: MainAxisAlignment.center, + children: [ + const Text( + 'You have pushed the button this many times:', + ), + Text( + '$_counter', + style: Theme.of(context).textTheme.headlineMedium, + ), + ], + ), + ), + floatingActionButton: FloatingActionButton( + onPressed: _incrementCounter, + tooltip: 'Increment', + child: const Icon(Icons.add), + ), // This trailing comma makes auto-formatting nicer for build methods. + ); + } +} diff --git a/ohos/flutter_nested/lib/rt_common.dart b/ohos/flutter_nested/lib/rt_common.dart new file mode 100644 index 0000000000000000000000000000000000000000..ab9794f8243bf5cb078beffc50deb53541e43833 --- /dev/null +++ b/ohos/flutter_nested/lib/rt_common.dart @@ -0,0 +1,289 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/foundation.dart'; +import 'package:flutter/material.dart'; +//import 'package:flutter_test/flutter_test.dart'; +import 'package:nested/nested.dart'; + +import 'package:flutter_nested/common/test_page.dart'; + +//export 'src/_matchers_io.dart' if (dart.library.html) 'src/_matchers_web.dart'; + +import 'package:matcher/matcher.dart'; +import 'package:flutter_test/src/finders.dart'; + + +// import 'rt_common.dart'; + +class JKCommonTestPage extends TestPage { + + static const String routeName = "/common_test"; + + JKCommonTestPage(super.title, {super.key}) { + print('start test666'); + + //runCommonTests(() => null); + + test("matchesInOrder([isA().having((s) => s.height, 'height', 0), isA().having((s) => s.height, 'height', 1)])", () { + expect(matchesInOrder([isA().having((s) => s.height, 'height', 0), isA().having((s) => s.height, 'height', 1)]), "object"); + }); + + test("matchesInOrder([isA().having((s) => s.height, 'height', 10), isA().having((s) => s.height, 'height', 11)])", () { + expect(matchesInOrder([isA().having((s) => s.height, 'height', 10), isA().having((s) => s.height, 'height', 11)]), "object"); + }); + + Matcher matcher3 = matchesInOrder([isA().having((s) => s.height, 'height', 0), isA().having((s) => s.height, 'height', 1), isA().having((s) => s.height, 'height', 2), isA().having((s) => s.height, 'height', 3)]); + test("matchesInOrder([isA().having((s) => s.height, 'height', 0), isA().having((s) => s.height, 'height', 1), isA().having((s) => s.height, 'height', 2), isA().having((s) => s.height, 'height', 3)])", () { + expect(matcher3, "object"); + }); + + + Matcher matcher4 = matchesInOrder([isA().having((s) => s.height, 'height', 10), isA().having((s) => s.height, 'height', 11), isA().having((s) => s.height, 'height', 12), isA().having((s) => s.height, 'height', 13)]); + test("matchesInOrder([isA().having((s) => s.height, 'height', 10), isA().having((s) => s.height, 'height', 11), isA().having((s) => s.height, 'height', 12), isA().having((s) => s.height, 'height', 13)])", () { + expect(matcher4, "object"); + }); + + + Matcher matcher5 = matchesInOrder([isA().having((e) => e.height, 'height', equals(42))]); + test("matchesInOrder([isA().having((e) => e.height, 'height', equals(42))])", () { + expect(matcher5, "object"); + }); + + Matcher matcher6 = matchesInOrder([isA().having((s) => s.height, 'height', 24)]); + test("matchesInOrder([isA().having((s) => s.height, 'height', 24)])", () { + expect(matcher6, "object"); + }); + + + Matcher matcher8 = matchesInOrder([isA().having((s) => s.height, 'height', 24)]); + test("matchesInOrder([isA().having((s) => s.height, 'height', 24)])", () { + expect(matcher8, "object"); + }); + + + final firstKey = GlobalKey(debugLabel: 'first'); + final secondKey = GlobalKey(debugLabel: 'second'); + Matcher matcher10 = matchesInOrder([isA().having((s) => s.key, 'key', firstKey), isA().having((s) => s.key, 'key', secondKey)]); + test("matchesInOrder([isA().having((s) => s.key, 'key', firstKey), isA().having((s) => s.key, 'key', secondKey)])", () { + expect(matcher10, "object"); + }); + + Matcher matcher13 = matchesInOrder([isA<_BaseStatefulState>().having((s) => s.widget.height, 'widget.height', 24).having((s) => s.width, 'width', 48)]); + test("matchesInOrder([isA<_BaseStatefulState>().having((s) => s.widget.height, 'widget.height', 24).having((s) => s.width, 'width', 48)])", () { + expect(matcher13, "object"); + }); + + } +} + +abstract class BaseStateful extends StatefulWidget { + const BaseStateful({Key? key, required this.height}) : super(key: key); + + final double height; + @override + _BaseStatefulState createState() => _BaseStatefulState(); + + Widget build(BuildContext context); +} + +class _BaseStatefulState extends State { + double? width; + + @override + void initState() { + super.initState(); + width = widget.height * 2; + } + + @override + Widget build(BuildContext context) => widget.build(context); +} + +class MyStateful extends SingleChildStatefulWidget { + const MyStateful({Key? key, this.didBuild, this.didInit, Widget? child}) + : super(key: key, child: child); + + final void Function(BuildContext, Widget?)? didBuild; + final void Function()? didInit; + + @override + _MyStatefulState createState() => _MyStatefulState(); +} + +class _MyStatefulState extends SingleChildState { + @override + void initState() { + super.initState(); + widget.didInit?.call(); + } + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + widget.didBuild?.call(context, child); + return child!; + } +} + +class MyInherited extends InheritedWidget implements SingleChildWidget { + MyInherited({Key? key, this.height, required Widget child}) + : super(key: key, child: child); + + final double? height; + + @override + MyInheritedElement createElement() => MyInheritedElement(this); + + @override + bool updateShouldNotify(MyInherited oldWidget) { + return height != oldWidget.height; + } +} + +class MyInheritedElement extends InheritedElement + with SingleChildWidgetElementMixin, SingleChildInheritedElementMixin { + MyInheritedElement(MyInherited widget) : super(widget); + + @override + MyInherited get widget => super.widget as MyInherited; +} + +abstract class BaseStateless extends StatelessWidget { + const BaseStateless({Key? key, this.height}) : super(key: key); + + final double? height; +} + +class MySizedBox extends SingleChildStatelessWidget { + MySizedBox({Key? key, this.didBuild, this.height, Widget? child}) + : super(key: key, child: child); + + final double? height; + + final void Function(BuildContext context, Widget? child)? didBuild; + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + didBuild?.call(context, child); + return child!; + } + + @override + void debugFillProperties(DiagnosticPropertiesBuilder properties) { + super.debugFillProperties(properties); + properties.add(DoubleProperty('height', height)); + } +} + +Matcher matchesInOrder(List match) { + return _MatchesInOrder(match); +} + +class _SubMatcherResult { + final bool matches; + final Map matchState; + + _SubMatcherResult(this.matches, this.matchState); +} + +class _MatchesInOrder extends Matcher { + const _MatchesInOrder(this.itemMatchers); + + final List itemMatchers; + + @override + bool matches(dynamic expectation, Map matchState) { + var count = 0; + + List items; + if (expectation is Finder) { + items = + expectation.evaluate().map((e) => e.widget).toList(growable: false); + } else if (expectation is Iterable) { + items = expectation.toList(); + } else { + throw StateError('Expectation of unknown kind $expectation'); + } + + matchState['items'] = items; + + for (final item in items) { + if (count >= itemMatchers.length) { + return false; + } + + final subMatcherState = {}; + final matches = itemMatchers[count].matches(item, subMatcherState); + matchState[count] = _SubMatcherResult(matches, subMatcherState); + if (!matches) { + return false; + } + + count++; + } + return count == itemMatchers.length; + } + + @override + Description describe(Description description) { + description.add('exactly ${itemMatchers.length} objects where:'); + var index = 0; + for (final matcher in itemMatchers) { + description.add('\n - item ${index + 1} is '); + matcher.describe(description); + index++; + } + return description; + } + + @override + Description describeMismatch( + dynamic item, + Description mismatchDescription, + Map matchState, + bool verbose, + ) { + assert(item is Finder || item is Iterable); + + List items; + if (item is Finder) { + items = item.evaluate().toList(growable: false); + } else if (item is Iterable) { + items = item.toList(); + } else { + throw StateError('Item of unexpected tyoe $item'); + } + + if (items.length != itemMatchers.length) { + return mismatchDescription.add( + 'means ${items.length} were found but ${itemMatchers.length} were expected'); + } + + for (var i = 0; i < itemMatchers.length; i++) { + final matcher = itemMatchers[i]; + + final subMatcherResult = matchState[i] as _SubMatcherResult; + if (!subMatcherResult.matches) { + return matcher.describeMismatch( + items[i], + mismatchDescription..add('fails on item ${i + 1} which'), + subMatcherResult.matchState, + verbose, + ); + } + } + + return mismatchDescription; + } +} diff --git a/ohos/flutter_nested/lib/rt_example_test.dart b/ohos/flutter_nested/lib/rt_example_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..e0237b8448361bfa8f046da299f7fb4af80f69f9 --- /dev/null +++ b/ohos/flutter_nested/lib/rt_example_test.dart @@ -0,0 +1,241 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; +import 'package:nested/nested.dart'; + +import 'package:flutter/foundation.dart'; + +class JKExampleTestPage extends StatefulWidget { + + static const String routeName = "/example_test"; + String? title = ""; + + JKExampleTestPage({Key ? key}) : super(key: key) {}//; + + @override + _JKExampleTestPageState createState() => _JKExampleTestPageState(); +} +class _JKExampleTestPageState extends State { + + // int anInt = 0; + // String aString = ''; + // List aList = []; + // bool _done = false; + + //Future chainFuture = Future(() => {}); + + String stringIs = ""; + String stringLength = ""; + String charactersLength = ""; + String theStringEndWith = ""; + String theLastCharacter = ""; + String substring_1 = ""; + String skippingLastCharacter = ""; + String changeFlag = ""; + + void testExample() { + // Allocate and free some native memory with calloc and free. + var hi = 'Hi 🇩🇰'; + stringIs = 'String is "$hi"\n'; + print(stringIs); + + // Length. + stringLength = 'String.length: ${hi.length}'; + charactersLength = 'Characters.length: ${hi.characters.length}\n'; + print(stringLength); + print(charactersLength); + + // Last character. + //theStringEndWith = 'The string ends with: ${hi.substring(hi.length - 1)}'; + theStringEndWith = 'The string ends with:${hi.substring(0)}'; + theLastCharacter = 'The last character: ${hi.characters.last}\n'; + print(theStringEndWith); + print(theLastCharacter); + + // Skip last character. + //substring_1 = 'Substring -1: "${hi.substring(0, hi.length - 1)}"'; + substring_1 = 'Substring -1: "${hi.substring(0, 1)}"'; + skippingLastCharacter = 'Skipping last character: "${hi.characters.skipLast(1)}"\n'; + print(substring_1); + print(skippingLastCharacter); + + // Replace characters. + var newHi = hi.characters.replaceAll('🇩🇰'.characters, '🇺🇸'.characters); + changeFlag = 'Change flag: "$newHi"'; + print(changeFlag); + + print('刷新ui'); + setState(() { + // 刷新ui + }); + } + + @override + void initState() { + // TODO: implement initState + super.initState(); + + testExample(); + } + + @override + Widget build(BuildContext context) { + + print('刷新ui6677'); + + // 设置字号颜色 + //Theme.of(context).textTheme.headlineSmall!.copyWith(color: Colors.black54,fontSize: 30); + Theme.of(context).textTheme.headlineSmall!.copyWith(color: Colors.black54,fontSize: 30); + + // 1.获取数据 + final args = ModalRoute.of(context)?.settings.arguments; + //widget.title = args as String ?? "66"; + + return Scaffold( + appBar: AppBar( + title: Center(child: Text("example_test")), + ), + body: Nested( + children: [ + const SingleChildContainer(color: Colors.red), + SingleChildBuilder( + builder: (context, child) => Center(child: child), + ), + ], + child: const Text('Hello world', textDirection: TextDirection.ltr), + )); + + return Nested( + children: [ + MySizedBox(height: 0), + MySizedBox(height: 1), + ], + child: const Text('foo', textDirection: TextDirection.ltr), + ); + + return Nested( + children: [ + const SingleChildContainer(color: Colors.red), + SingleChildBuilder( + builder: (context, child) => Center(child: child), + ), + ], + child: const Text('Hello world', textDirection: TextDirection.ltr), + ); + + return Scaffold( + + appBar: AppBar( + centerTitle: true, + title: Row( + mainAxisAlignment: MainAxisAlignment.center, + mainAxisSize: MainAxisSize.min, + children: [ + Text(widget.title ?? ""), + ], + ), + leading: IconButton( + icon: Icon(Icons.arrow_back_ios), + onPressed: () { + Navigator.of(context).pop(); + }, + ), + ), + body: SingleChildScrollView( + child: Column( + children: [ + Center( + child: Container( + child: Text(stringIs), + ), + ), + Center( + child: Container( + child: Text(stringLength), + ), + ), + Center( + child: Container( + child: Text(charactersLength), + ), + ), + Center( + child: Container( + child: Text(theStringEndWith), + ), + ), + Center( + child: Container( + child: Text(theLastCharacter), + ), + ), + Center( + child: Container( + child: Text(substring_1), + ), + ), + Center( + child: Container( + child: Text(skippingLastCharacter), + ), + ), + Center( + child: Container( + child: Text(changeFlag), + ), + ), + ], + ), + ), + ); + } +} + + +class SingleChildContainer extends SingleChildStatelessWidget { + const SingleChildContainer({Key? key, required this.color, Widget? child}) + : super(key: key, child: child); + + final Color color; + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + return Container( + color: color, + child: child, + ); + } +} + +class MySizedBox extends SingleChildStatelessWidget { + MySizedBox({Key? key, this.didBuild, this.height, Widget? child}) + : super(key: key, child: child); + + final double? height; + + final void Function(BuildContext context, Widget? child)? didBuild; + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + didBuild?.call(context, child); + return child!; + } + + @override + void debugFillProperties(DiagnosticPropertiesBuilder properties) { + super.debugFillProperties(properties); + properties.add(DoubleProperty('height', height)); + } +} \ No newline at end of file diff --git a/ohos/flutter_nested/lib/rt_nested.dart b/ohos/flutter_nested/lib/rt_nested.dart new file mode 100644 index 0000000000000000000000000000000000000000..f536c1b7389c1e4dc7aef198b3140592b9738e52 --- /dev/null +++ b/ohos/flutter_nested/lib/rt_nested.dart @@ -0,0 +1,535 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'package:nested/nested.dart'; +import 'package:flutter/foundation.dart'; + +class JKNestedTestPage extends StatefulWidget { + + static const String routeName = "/nested_test"; + + String? title = ""; + + JKNestedTestPage({Key ? key}) : super(key: key) {}//; + + // JKNestedTestPage(super.title, {super.key}) { + // print('start test666'); + // } + + @override + _JKNestedTestPageState createState() => _JKNestedTestPageState(); +} + +class _JKNestedTestPageState extends State { + + // int anInt = 0; + // String aString = ''; + // List aList = []; + // bool _done = false; + + //Future chainFuture = Future(() => {}); + + @override + void initState() { + // TODO: implement initState + super.initState(); + } + + @override + Widget build(BuildContext context) { + + print('刷新ui6677'); + + // 设置字号颜色 + //Theme.of(context).textTheme.headlineSmall!.copyWith(color: Colors.black54,fontSize: 30); + + // 1.获取数据 + final args = ModalRoute.of(context)?.settings.name; + //widget.title = args as String ?? "66"; + + var buildCount_07 = 0; + + var buildCount08 = 0; + final first08 = MySizedBox(didBuild: (_, __) => buildCount08++); + + var buildCount082 = 0; + final second08 = SingleChildBuilder( + builder: (_, child) { + buildCount082++; + return child!; + }, + ); + + + var buildCount091 = 0; + final first09 = MySizedBox(didBuild: (_, __) => buildCount091++); + + var buildCount092 = 0; + final second09 = SingleChildBuilder( + builder: (_, child) { + buildCount092++; + return child!; + }, + ); + + var buildCount101 = 0; + final first10 = MySizedBox(didBuild: (_, __) => buildCount101++); + + var buildCount102 = 0; + final second10 = SingleChildBuilder( + builder: (_, child) { + buildCount102++; + return child!; + }, + ); + + var buildCount111 = 0; + final first11 = MySizedBox(didBuild: (_, __) => buildCount111++); + + var buildCount112 = 0; + final second11 = SingleChildBuilder( + builder: (_, child) { + buildCount112++; + return child!; + }, + ); + + var buildCount121 = 0; + final first = MySizedBox(didBuild: (_, __) => buildCount121++); + var buildCount122 = 0; + var buildCount123 = 0; + final third12 = MySizedBox(didBuild: (_, __) => buildCount123++); + + final child12 = const Text('foo', textDirection: TextDirection.ltr); + + + var buildCount131 = 0; + final first13 = MySizedBox(didBuild: (_, __) => buildCount131++); + var buildCount132 = 0; + var buildCount133 = 0; + final third13 = MySizedBox(didBuild: (_, __) => buildCount133++); + + final child13 = const Text('foo', textDirection: TextDirection.ltr); + + + var buildCount141 = 0; + final first14 = MySizedBox(didBuild: (_, __) => buildCount141++); + var buildCount142 = 0; + final second14 = MySizedBox(didBuild: (_, __) => buildCount142++); + + + var buildCount151 = 0; + final first15 = MySizedBox(didBuild: (_, __) => buildCount151++); + var buildCount152 = 0; + final second15 = MySizedBox(didBuild: (_, __) => buildCount152++); + + Widget? child16; + + + Widget? child17; + final container17 = Container(child: Text("Container()")); + + Widget? child18; + final container18 = Container(child: Text("Container()")); + final text18 = const Text('foo', textDirection: TextDirection.ltr); + + final firstKey21 = GlobalKey(debugLabel: 'first'); + final secondKey21 = GlobalKey(debugLabel: 'second'); + + final firstKey22 = GlobalKey(debugLabel: 'first'); + final secondKey22 = GlobalKey(debugLabel: 'second'); + + + return Scaffold( + appBar: AppBar( + title: Center(child: Text("nested_test")), + ), + body:Column( + children: [ + + //01 + Nested( + children: [ + MySizedBox(height: 0), + MySizedBox(height: 1), + ], + child: const Text('foo', textDirection: TextDirection.ltr), + ), + //02 + Nested( + children: [ + MySizedBox(height: 10), + MySizedBox(height: 11), + ], + child: const Text('bar', textDirection: TextDirection.ltr), + ), + //03 + Nested( + children: [ + MySizedBox(height: 0), + Nested( + children: [ + MySizedBox(height: 1), + MySizedBox(height: 2), + ], + ), + MySizedBox(height: 3), + ], + child: const Text('foo', textDirection: TextDirection.ltr), + ), + //04 + Nested( + children: [ + MySizedBox(height: 10), + Nested( + children: [ + MySizedBox(height: 11), + MySizedBox(height: 12), + ], + ), + MySizedBox(height: 13), + ], + child: const Text('bar', textDirection: TextDirection.ltr), + ), + + //05 + Nested( + children: [MySizedBox(height: 10)], + child: const Text('foo', textDirection: TextDirection.ltr), + ), + + //06 + Nested( + children: [MySizedBox()], + child: const Text('foo', textDirection: TextDirection.ltr), + ), + + //07 + Nested( + children: [ + MySizedBox(didBuild: (_, __) => buildCount_07++), + ], + child: Container(child: Text("Container()"),), + ), + + //08 + Nested( + children: [ + first08, + second08, + SingleChildBuilder( + builder: (_, __) => + const Text('foo', textDirection: TextDirection.ltr), + ), + ], + ), + + //09 + Nested( + children: [ + first09, + second09, + SingleChildBuilder( + builder: (_, __) => + const Text('bar', textDirection: TextDirection.ltr), + ) + ], + ), + + //10 + Nested( + children: [ + first10, + second10, + ], + child: const Text('foo', textDirection: TextDirection.ltr), + ), + + //11 + Nested( + children: [first11, second11], + child: const Text('bar', textDirection: TextDirection.ltr), + ), + + //12 + Nested( + children: [ + first, + MySizedBox( + didBuild: (_, __) => buildCount122++, + ), + third12, + ], + child: child12, + ), + + //13 + Nested( + children: [ + first13, + MySizedBox( + didBuild: (_, __) => buildCount132++, + ), + third13, + ], + child: child13, + ), + + //14 + Nested( + children: [first14, second14], + child: const Text('foo', textDirection: TextDirection.ltr), + ), + + //15 + Nested( + children: [ + first15, + second15, + ], + child: const Text('bar', textDirection: TextDirection.ltr), + ), + + //16 + Nested( + children: [ + SingleChildBuilder( + builder: (ctx, c) { + context = ctx; + child16 = c; + return Container(child: Text("Container"),); + }, + ) + ], + child: null, + ), + + //17 + Nested( + children: [ + SingleChildBuilder( + builder: (ctx, c) { + context = ctx; + return (child17 = c)!; + }, + ) + ], + child: container17, + ), + + //18 + Nested( + children: [ + MyStateful( + didBuild: (ctx, c) { + child18 = c; + context = ctx; + }, + ), + ], + child: text18, + ), + + //19 + Nested( + children: [ + ConcreteStateless(height: 24), + ], + child: const Text('42', textDirection: TextDirection.ltr), + ), + + + //20 + Nested( + children: [ + MyInherited( + height: 24, + child: const SizedBox.shrink(), + ), + ], + child: const Text('42', textDirection: TextDirection.ltr), + ), + + //21 + Nested( + children: [ + MyStateful(key: firstKey21), + MyStateful(key: secondKey21), + ], + child: Container(child: Text("Container()")), + ), + + + //22 + Nested( + children: [ + MyStateful(key: secondKey22, didInit: () => "throw Error()"), + MyStateful(key: firstKey22, didInit: () => "throw Error()"), + ], + child: Container(child: Text("Container()")), + ), + + //23 + Nested( + children: [ + ConcreteStateful(height: 24), + ], + child: const Text('42', textDirection: TextDirection.ltr), + ), + + + ], + ), + ); + } +} + +class MySizedBox extends SingleChildStatelessWidget { + MySizedBox({Key? key, this.didBuild, this.height, Widget? child}) + : super(key: key, child: child); + + final double? height; + + final void Function(BuildContext context, Widget? child)? didBuild; + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + didBuild?.call(context, child); + return child!; + } + + @override + void debugFillProperties(DiagnosticPropertiesBuilder properties) { + super.debugFillProperties(properties); + properties.add(DoubleProperty('height', height)); + } +} + +class MyStateful extends SingleChildStatefulWidget { + const MyStateful({Key? key, this.didBuild, this.didInit, Widget? child}) + : super(key: key, child: child); + + final void Function(BuildContext, Widget?)? didBuild; + final void Function()? didInit; + + @override + _MyStatefulState createState() => _MyStatefulState(); +} + +class _MyStatefulState extends SingleChildState { + @override + void initState() { + super.initState(); + widget.didInit?.call(); + } + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + widget.didBuild?.call(context, child); + return child!; + } +} + +abstract class BaseStateless extends StatelessWidget { + const BaseStateless({Key? key, this.height}) : super(key: key); + + final double? height; +} + +class ConcreteStateless extends BaseStateless + with SingleChildStatelessWidgetMixin { + ConcreteStateless({Key? key, this.child, double? height}) + : super(key: key, height: height); + + @override + final Widget? child; + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + return Container( + height: height, + child: child, + ); + } +} + +class MyInherited extends InheritedWidget implements SingleChildWidget { + MyInherited({Key? key, this.height, required Widget child}) + : super(key: key, child: child); + + final double? height; + + @override + MyInheritedElement createElement() => MyInheritedElement(this); + + @override + bool updateShouldNotify(MyInherited oldWidget) { + return height != oldWidget.height; + } +} +class MyInheritedElement extends InheritedElement + with SingleChildWidgetElementMixin, SingleChildInheritedElementMixin { + MyInheritedElement(MyInherited widget) : super(widget); + + @override + MyInherited get widget => super.widget as MyInherited; +} + +abstract class BaseStateful extends StatefulWidget { + const BaseStateful({Key? key, required this.height}) : super(key: key); + + final double height; + @override + _BaseStatefulState createState() => _BaseStatefulState(); + + Widget build(BuildContext context); +} + +class _BaseStatefulState extends State { + double? width; + + @override + void initState() { + super.initState(); + width = widget.height * 2; + } + + @override + Widget build(BuildContext context) => widget.build(context); +} + +class ConcreteStateful extends BaseStateful + with SingleChildStatefulWidgetMixin { + ConcreteStateful({Key? key, required double height, this.child}) + : super(key: key, height: height); + + @override + final Widget? child; + + @override + Widget build(BuildContext context) => throw Error(); + + @override + _ConcreteStatefulState createState() => _ConcreteStatefulState(); +} + +class _ConcreteStatefulState extends _BaseStatefulState + with SingleChildStateMixin { + @override + Widget buildWithChild(BuildContext context, Widget child) { + return SizedBox(height: widget.height, width: width, child: child); + } +} \ No newline at end of file diff --git a/ohos/flutter_nested/lib/rt_nested_01_test.dart b/ohos/flutter_nested/lib/rt_nested_01_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..8b70c927924b41aafb9ae71f69b3552a61956b28 --- /dev/null +++ b/ohos/flutter_nested/lib/rt_nested_01_test.dart @@ -0,0 +1,104 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'package:nested/nested.dart'; +import 'package:flutter/foundation.dart'; + +class JKNested01TestPage extends StatefulWidget { + + static const String routeName = "/nested01_test"; + + String? title = ""; + + JKNested01TestPage({Key ? key}) : super(key: key) {}//; + + // JKNested01TestPage(super.title, {super.key}) { + // print('start test666'); + // } + + @override + _JKNested01TestPageState createState() => _JKNested01TestPageState(); +} + +class _JKNested01TestPageState extends State { + + // int anInt = 0; + // String aString = ''; + // List aList = []; + // bool _done = false; + + //Future chainFuture = Future(() => {}); + + @override + void initState() { + // TODO: implement initState + super.initState(); + } + + @override + Widget build(BuildContext context) { + + print('刷新ui6677'); + + // 设置字号颜色 + //Theme.of(context).textTheme.headlineSmall!.copyWith(color: Colors.black54,fontSize: 30); + + // 1.获取数据 + final args = ModalRoute.of(context)?.settings.name; + //widget.title = args as String ?? "66"; + + return Scaffold( + appBar: AppBar( + title: Center(child: Text("nested01_test")), + ), + body:Column( + children: [ + + //01 + Nested( + children: [ + MySizedBox(height: 0), + MySizedBox(height: 1), + ], + child: const Text('foo', textDirection: TextDirection.ltr), + ), + + ], + ), + ); + } +} + +class MySizedBox extends SingleChildStatelessWidget { + MySizedBox({Key? key, this.didBuild, this.height, Widget? child}) + : super(key: key, child: child); + + final double? height; + + final void Function(BuildContext context, Widget? child)? didBuild; + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + didBuild?.call(context, child); + return child!; + } + + @override + void debugFillProperties(DiagnosticPropertiesBuilder properties) { + super.debugFillProperties(properties); + properties.add(DoubleProperty('height', height)); + } +} diff --git a/ohos/flutter_nested/lib/rt_nested_02_test.dart b/ohos/flutter_nested/lib/rt_nested_02_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..fe61e1803e285b87f260d4bdf84701902452d2f1 --- /dev/null +++ b/ohos/flutter_nested/lib/rt_nested_02_test.dart @@ -0,0 +1,93 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'package:nested/nested.dart'; +import 'package:flutter/foundation.dart'; + +class JKNested02TestPage extends StatefulWidget { + + static const String routeName = "/nested02_test"; + + String? title = ""; + + JKNested02TestPage({Key ? key}) : super(key: key) {}//; + + @override + _JKNested02TestPageState createState() => _JKNested02TestPageState(); +} + +class _JKNested02TestPageState extends State { + + // int anInt = 0; + // String aString = ''; + // List aList = []; + // bool _done = false; + + //Future chainFuture = Future(() => {}); + + @override + void initState() { + // TODO: implement initState + super.initState(); + } + + @override + Widget build(BuildContext context) { + + print('刷新ui6677'); + + // 设置字号颜色 + //Theme.of(context).textTheme.headlineSmall!.copyWith(color: Colors.black54,fontSize: 30); + + // 1.获取数据 + final args = ModalRoute.of(context)?.settings.name; + //widget.title = args as String ?? "66"; + + return Scaffold( + appBar: AppBar( + title: Center(child: Text("nested02_test")), + ), + body: Nested( + children: [ + MySizedBox(height: 10), + MySizedBox(height: 11), + ], + child: const Text('bar', textDirection: TextDirection.ltr), + ) + ); + } +} + +class MySizedBox extends SingleChildStatelessWidget { + MySizedBox({Key? key, this.didBuild, this.height, Widget? child}) + : super(key: key, child: child); + + final double? height; + + final void Function(BuildContext context, Widget? child)? didBuild; + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + didBuild?.call(context, child); + return child!; + } + + @override + void debugFillProperties(DiagnosticPropertiesBuilder properties) { + super.debugFillProperties(properties); + properties.add(DoubleProperty('height', height)); + } +} \ No newline at end of file diff --git a/ohos/flutter_nested/lib/rt_nested_03_test.dart b/ohos/flutter_nested/lib/rt_nested_03_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..67362c4be2ff3c2d882ead071eb7a42674205053 --- /dev/null +++ b/ohos/flutter_nested/lib/rt_nested_03_test.dart @@ -0,0 +1,99 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'package:nested/nested.dart'; +import 'package:flutter/foundation.dart'; + +class JKNested03TestPage extends StatefulWidget { + + static const String routeName = "/nested03_test"; + + String? title = ""; + + JKNested03TestPage({Key ? key}) : super(key: key) {}//; + + @override + _JKNested03TestPageState createState() => _JKNested03TestPageState(); +} + +class _JKNested03TestPageState extends State { + + // int anInt = 0; + // String aString = ''; + // List aList = []; + // bool _done = false; + + //Future chainFuture = Future(() => {}); + + @override + void initState() { + // TODO: implement initState + super.initState(); + } + + @override + Widget build(BuildContext context) { + + print('刷新ui6677'); + + // 设置字号颜色 + //Theme.of(context).textTheme.headlineSmall!.copyWith(color: Colors.black54,fontSize: 30); + + // 1.获取数据 + final args = ModalRoute.of(context)?.settings.name; + //widget.title = args as String ?? "66"; + + return Scaffold( + appBar: AppBar( + title: Center(child: Text("nested03_test")), + ), + body: Nested( + children: [ + MySizedBox(height: 0), + Nested( + children: [ + MySizedBox(height: 1), + MySizedBox(height: 2), + ], + ), + MySizedBox(height: 3), + ], + child: const Text('foo', textDirection: TextDirection.ltr), + ) + ); + } +} + +class MySizedBox extends SingleChildStatelessWidget { + MySizedBox({Key? key, this.didBuild, this.height, Widget? child}) + : super(key: key, child: child); + + final double? height; + + final void Function(BuildContext context, Widget? child)? didBuild; + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + didBuild?.call(context, child); + return child!; + } + + @override + void debugFillProperties(DiagnosticPropertiesBuilder properties) { + super.debugFillProperties(properties); + properties.add(DoubleProperty('height', height)); + } +} \ No newline at end of file diff --git a/ohos/flutter_nested/lib/rt_nested_04_test.dart b/ohos/flutter_nested/lib/rt_nested_04_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..f36192f3959d7e5615f2530d1eaca2444309a2c1 --- /dev/null +++ b/ohos/flutter_nested/lib/rt_nested_04_test.dart @@ -0,0 +1,98 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'package:nested/nested.dart'; +import 'package:flutter/foundation.dart'; + +class JKNested04TestPage extends StatefulWidget { + + static const String routeName = "/nested04_test"; + + String? title = ""; + + JKNested04TestPage({Key ? key}) : super(key: key) {}//; + + @override + _JKNested04TestPageState createState() => _JKNested04TestPageState(); +} + +class _JKNested04TestPageState extends State { + + // int anInt = 0; + // String aString = ''; + // List aList = []; + // bool _done = false; + + //Future chainFuture = Future(() => {}); + + @override + void initState() { + // TODO: implement initState + super.initState(); + } + + @override + Widget build(BuildContext context) { + + print('刷新ui6677'); + + // 设置字号颜色 + //Theme.of(context).textTheme.headlineSmall!.copyWith(color: Colors.black54,fontSize: 30); + + // 1.获取数据 + final args = ModalRoute.of(context)?.settings.name; + //widget.title = args as String ?? "66"; + + return Scaffold( + appBar: AppBar( + title: Center(child: Text("nested04_test")), + ), + body: Nested( + children: [ + MySizedBox(height: 10), + Nested( + children: [ + MySizedBox(height: 11), + MySizedBox(height: 12), + ], + ), + MySizedBox(height: 13), + ], + child: const Text('bar', textDirection: TextDirection.ltr), + )); + } +} + +class MySizedBox extends SingleChildStatelessWidget { + MySizedBox({Key? key, this.didBuild, this.height, Widget? child}) + : super(key: key, child: child); + + final double? height; + + final void Function(BuildContext context, Widget? child)? didBuild; + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + didBuild?.call(context, child); + return child!; + } + + @override + void debugFillProperties(DiagnosticPropertiesBuilder properties) { + super.debugFillProperties(properties); + properties.add(DoubleProperty('height', height)); + } +} \ No newline at end of file diff --git a/ohos/flutter_nested/lib/rt_nested_05_test.dart b/ohos/flutter_nested/lib/rt_nested_05_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..e3a58b52d58b171881ee61e24bf93b15012d8b49 --- /dev/null +++ b/ohos/flutter_nested/lib/rt_nested_05_test.dart @@ -0,0 +1,89 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'package:nested/nested.dart'; +import 'package:flutter/foundation.dart'; + +class JKNested05TestPage extends StatefulWidget { + + static const String routeName = "/nested05_test"; + + String? title = ""; + + JKNested05TestPage({Key ? key}) : super(key: key) {}//; + + @override + _JKNested05TestPageState createState() => _JKNested05TestPageState(); +} + +class _JKNested05TestPageState extends State { + + // int anInt = 0; + // String aString = ''; + // List aList = []; + // bool _done = false; + + //Future chainFuture = Future(() => {}); + + @override + void initState() { + // TODO: implement initState + super.initState(); + } + + @override + Widget build(BuildContext context) { + + print('刷新ui6677'); + + // 设置字号颜色 + //Theme.of(context).textTheme.headlineSmall!.copyWith(color: Colors.black54,fontSize: 30); + + // 1.获取数据 + final args = ModalRoute.of(context)?.settings.name; + //widget.title = args as String ?? "66"; + + return Scaffold( + appBar: AppBar( + title: Center(child: Text("nested05_test")), + ), + body: Nested( + children: [MySizedBox(height: 10)], + child: const Text('foo', textDirection: TextDirection.ltr), + )); + } +} + +class MySizedBox extends SingleChildStatelessWidget { + MySizedBox({Key? key, this.didBuild, this.height, Widget? child}) + : super(key: key, child: child); + + final double? height; + + final void Function(BuildContext context, Widget? child)? didBuild; + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + didBuild?.call(context, child); + return child!; + } + + @override + void debugFillProperties(DiagnosticPropertiesBuilder properties) { + super.debugFillProperties(properties); + properties.add(DoubleProperty('height', height)); + } +} \ No newline at end of file diff --git a/ohos/flutter_nested/lib/rt_nested_06_test.dart b/ohos/flutter_nested/lib/rt_nested_06_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..6edb3a095a8eb4e4be60279e787152480c03bd5a --- /dev/null +++ b/ohos/flutter_nested/lib/rt_nested_06_test.dart @@ -0,0 +1,89 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'package:nested/nested.dart'; +import 'package:flutter/foundation.dart'; + +class JKNested06TestPage extends StatefulWidget { + + static const String routeName = "/nested06_test"; + + String? title = ""; + + JKNested06TestPage({Key ? key}) : super(key: key) {}//; + + @override + _JKNested06TestPageState createState() => _JKNested06TestPageState(); +} + +class _JKNested06TestPageState extends State { + + // int anInt = 0; + // String aString = ''; + // List aList = []; + // bool _done = false; + + //Future chainFuture = Future(() => {}); + + @override + void initState() { + // TODO: implement initState + super.initState(); + } + + @override + Widget build(BuildContext context) { + + print('刷新ui6677'); + + // 设置字号颜色 + //Theme.of(context).textTheme.headlineSmall!.copyWith(color: Colors.black54,fontSize: 30); + + // 1.获取数据 + final args = ModalRoute.of(context)?.settings.name; + //widget.title = args as String ?? "66"; + + return Scaffold( + appBar: AppBar( + title: Center(child: Text("nested06_test")), + ), + body: Nested( + children: [MySizedBox()], + child: const Text('foo', textDirection: TextDirection.ltr), + )); + } +} + +class MySizedBox extends SingleChildStatelessWidget { + MySizedBox({Key? key, this.didBuild, this.height, Widget? child}) + : super(key: key, child: child); + + final double? height; + + final void Function(BuildContext context, Widget? child)? didBuild; + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + didBuild?.call(context, child); + return child!; + } + + @override + void debugFillProperties(DiagnosticPropertiesBuilder properties) { + super.debugFillProperties(properties); + properties.add(DoubleProperty('height', height)); + } +} \ No newline at end of file diff --git a/ohos/flutter_nested/lib/rt_nested_07_test.dart b/ohos/flutter_nested/lib/rt_nested_07_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..073e6947459159edacaa3c6f41650a6a250e5c3e --- /dev/null +++ b/ohos/flutter_nested/lib/rt_nested_07_test.dart @@ -0,0 +1,93 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'package:nested/nested.dart'; +import 'package:flutter/foundation.dart'; + +class JKNested07TestPage extends StatefulWidget { + + static const String routeName = "/nested07_test"; + + String? title = ""; + + JKNested07TestPage({Key ? key}) : super(key: key) {}//; + + @override + _JKNested07TestPageState createState() => _JKNested07TestPageState(); +} + +class _JKNested07TestPageState extends State { + + // int anInt = 0; + // String aString = ''; + // List aList = []; + // bool _done = false; + + //Future chainFuture = Future(() => {}); + + @override + void initState() { + // TODO: implement initState + super.initState(); + } + + @override + Widget build(BuildContext context) { + + print('刷新ui6677'); + + var buildCount = 0; + + // 设置字号颜色 + //Theme.of(context).textTheme.headlineSmall!.copyWith(color: Colors.black54,fontSize: 30); + + // 1.获取数据 + final args = ModalRoute.of(context)?.settings.name; + //widget.title = args as String ?? "66"; + + return Scaffold( + appBar: AppBar( + title: Center(child: Text("nested07_test")), + ), + body: Nested( + children: [ + MySizedBox(didBuild: (_, __) => buildCount++), + ], + child: Container(), + )); + } +} + +class MySizedBox extends SingleChildStatelessWidget { + MySizedBox({Key? key, this.didBuild, this.height, Widget? child}) + : super(key: key, child: child); + + final double? height; + + final void Function(BuildContext context, Widget? child)? didBuild; + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + didBuild?.call(context, child); + return child!; + } + + @override + void debugFillProperties(DiagnosticPropertiesBuilder properties) { + super.debugFillProperties(properties); + properties.add(DoubleProperty('height', height)); + } +} \ No newline at end of file diff --git a/ohos/flutter_nested/lib/rt_nested_08_test.dart b/ohos/flutter_nested/lib/rt_nested_08_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..bccd64d10e769de4e6a70904e9abcb6e19cf3ec9 --- /dev/null +++ b/ohos/flutter_nested/lib/rt_nested_08_test.dart @@ -0,0 +1,108 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'package:nested/nested.dart'; +import 'package:flutter/foundation.dart'; + +class JKNested08TestPage extends StatefulWidget { + + static const String routeName = "/nested08_test"; + + String? title = ""; + + JKNested08TestPage({Key ? key}) : super(key: key) {}//; + + @override + _JKNested08TestPageState createState() => _JKNested08TestPageState(); +} + +class _JKNested08TestPageState extends State { + + // int anInt = 0; + // String aString = ''; + // List aList = []; + // bool _done = false; + + //Future chainFuture = Future(() => {}); + + @override + void initState() { + // TODO: implement initState + super.initState(); + } + + @override + Widget build(BuildContext context) { + + print('刷新ui6677'); + + var buildCount = 0; + + // 设置字号颜色 + //Theme.of(context).textTheme.headlineSmall!.copyWith(color: Colors.black54,fontSize: 30); + + // 1.获取数据 + final args = ModalRoute.of(context)?.settings.name; + //widget.title = args as String ?? "66"; + + var buildCount1 = 0; + final first = MySizedBox(didBuild: (_, __) => buildCount1++); + + var buildCount2 = 0; + final second = SingleChildBuilder( + builder: (_, child) { + buildCount2++; + return child!; + }, + ); + + return Scaffold( + appBar: AppBar( + title: Center(child: Text("nested08_test")), + ), + body: Nested( + children: [ + first, + second, + SingleChildBuilder( + builder: (_, __) => + const Text('foo', textDirection: TextDirection.ltr), + ), + ], + )); + } +} + +class MySizedBox extends SingleChildStatelessWidget { + MySizedBox({Key? key, this.didBuild, this.height, Widget? child}) + : super(key: key, child: child); + + final double? height; + + final void Function(BuildContext context, Widget? child)? didBuild; + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + didBuild?.call(context, child); + return child!; + } + + @override + void debugFillProperties(DiagnosticPropertiesBuilder properties) { + super.debugFillProperties(properties); + properties.add(DoubleProperty('height', height)); + } +} \ No newline at end of file diff --git a/ohos/flutter_nested/lib/rt_nested_09_test.dart b/ohos/flutter_nested/lib/rt_nested_09_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..8b719ed356d5752a1e00565ec1154b1da2aea72d --- /dev/null +++ b/ohos/flutter_nested/lib/rt_nested_09_test.dart @@ -0,0 +1,108 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'package:nested/nested.dart'; +import 'package:flutter/foundation.dart'; + +class JKNested09TestPage extends StatefulWidget { + + static const String routeName = "/nested09_test"; + + String? title = ""; + + JKNested09TestPage({Key ? key}) : super(key: key) {}//; + + @override + _JKNested09TestPageState createState() => _JKNested09TestPageState(); +} + +class _JKNested09TestPageState extends State { + + // int anInt = 0; + // String aString = ''; + // List aList = []; + // bool _done = false; + + //Future chainFuture = Future(() => {}); + + @override + void initState() { + // TODO: implement initState + super.initState(); + } + + @override + Widget build(BuildContext context) { + + print('刷新ui6677'); + + var buildCount = 0; + + // 设置字号颜色 + //Theme.of(context).textTheme.headlineSmall!.copyWith(color: Colors.black54,fontSize: 30); + + // 1.获取数据 + final args = ModalRoute.of(context)?.settings.name; + //widget.title = args as String ?? "66"; + + var buildCount1 = 0; + final first = MySizedBox(didBuild: (_, __) => buildCount1++); + + var buildCount2 = 0; + final second = SingleChildBuilder( + builder: (_, child) { + buildCount2++; + return child!; + }, + ); + + return Scaffold( + appBar: AppBar( + title: Center(child: Text("nested09_test")), + ), + body: Nested( + children: [ + first, + second, + SingleChildBuilder( + builder: (_, __) => + const Text('bar', textDirection: TextDirection.ltr), + ) + ], + )); + } +} + +class MySizedBox extends SingleChildStatelessWidget { + MySizedBox({Key? key, this.didBuild, this.height, Widget? child}) + : super(key: key, child: child); + + final double? height; + + final void Function(BuildContext context, Widget? child)? didBuild; + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + didBuild?.call(context, child); + return child!; + } + + @override + void debugFillProperties(DiagnosticPropertiesBuilder properties) { + super.debugFillProperties(properties); + properties.add(DoubleProperty('height', height)); + } +} \ No newline at end of file diff --git a/ohos/flutter_nested/lib/rt_nested_10_test.dart b/ohos/flutter_nested/lib/rt_nested_10_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..b0d716269166cbc0b250d9d797a267024cd74782 --- /dev/null +++ b/ohos/flutter_nested/lib/rt_nested_10_test.dart @@ -0,0 +1,105 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'package:nested/nested.dart'; +import 'package:flutter/foundation.dart'; + +class JKNested10TestPage extends StatefulWidget { + + static const String routeName = "/nested10_test"; + + String? title = ""; + + JKNested10TestPage({Key ? key}) : super(key: key) {}//; + + @override + _JKNested10TestPageState createState() => _JKNested10TestPageState(); +} + +class _JKNested10TestPageState extends State { + + // int anInt = 0; + // String aString = ''; + // List aList = []; + // bool _done = false; + + //Future chainFuture = Future(() => {}); + + @override + void initState() { + // TODO: implement initState + super.initState(); + } + + @override + Widget build(BuildContext context) { + + print('刷新ui6677'); + + var buildCount = 0; + + // 设置字号颜色 + //Theme.of(context).textTheme.headlineSmall!.copyWith(color: Colors.black54,fontSize: 30); + + // 1.获取数据 + final args = ModalRoute.of(context)?.settings.name; + //widget.title = args as String ?? "66"; + + var buildCount1 = 0; + final first = MySizedBox(didBuild: (_, __) => buildCount1++); + + var buildCount2 = 0; + final second = SingleChildBuilder( + builder: (_, child) { + buildCount2++; + return child!; + }, + ); + + return Scaffold( + appBar: AppBar( + title: Center(child: Text("nested10_test")), + ), + body: Nested( + children: [ + first, + second, + ], + child: const Text('foo', textDirection: TextDirection.ltr), + )); + } +} + +class MySizedBox extends SingleChildStatelessWidget { + MySizedBox({Key? key, this.didBuild, this.height, Widget? child}) + : super(key: key, child: child); + + final double? height; + + final void Function(BuildContext context, Widget? child)? didBuild; + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + didBuild?.call(context, child); + return child!; + } + + @override + void debugFillProperties(DiagnosticPropertiesBuilder properties) { + super.debugFillProperties(properties); + properties.add(DoubleProperty('height', height)); + } +} \ No newline at end of file diff --git a/ohos/flutter_nested/lib/rt_nested_11_test.dart b/ohos/flutter_nested/lib/rt_nested_11_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..fa222bea64b3eb1242ce4374a09d6ec75088917e --- /dev/null +++ b/ohos/flutter_nested/lib/rt_nested_11_test.dart @@ -0,0 +1,102 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'package:nested/nested.dart'; +import 'package:flutter/foundation.dart'; + +class JKNested11TestPage extends StatefulWidget { + + static const String routeName = "/nested11_test"; + + String? title = ""; + + JKNested11TestPage({Key ? key}) : super(key: key) {}//; + + @override + _JKNested11TestPageState createState() => _JKNested11TestPageState(); +} + +class _JKNested11TestPageState extends State { + + // int anInt = 0; + // String aString = ''; + // List aList = []; + // bool _done = false; + + //Future chainFuture = Future(() => {}); + + @override + void initState() { + // TODO: implement initState + super.initState(); + } + + @override + Widget build(BuildContext context) { + + print('刷新ui6677'); + + var buildCount = 0; + + // 设置字号颜色 + //Theme.of(context).textTheme.headlineSmall!.copyWith(color: Colors.black54,fontSize: 30); + + // 1.获取数据 + final args = ModalRoute.of(context)?.settings.name; + //widget.title = args as String ?? "66"; + + var buildCount1 = 0; + final first = MySizedBox(didBuild: (_, __) => buildCount1++); + + var buildCount2 = 0; + final second = SingleChildBuilder( + builder: (_, child) { + buildCount2++; + return child!; + }, + ); + + return Scaffold( + appBar: AppBar( + title: Center(child: Text("nested11_test")), + ), + body: Nested( + children: [first, second], + child: const Text('bar', textDirection: TextDirection.ltr), + )); + } +} + +class MySizedBox extends SingleChildStatelessWidget { + MySizedBox({Key? key, this.didBuild, this.height, Widget? child}) + : super(key: key, child: child); + + final double? height; + + final void Function(BuildContext context, Widget? child)? didBuild; + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + didBuild?.call(context, child); + return child!; + } + + @override + void debugFillProperties(DiagnosticPropertiesBuilder properties) { + super.debugFillProperties(properties); + properties.add(DoubleProperty('height', height)); + } +} \ No newline at end of file diff --git a/ohos/flutter_nested/lib/rt_nested_12_test.dart b/ohos/flutter_nested/lib/rt_nested_12_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..84f1545dbb96d19d27e2707e602eb8be4d82b1a2 --- /dev/null +++ b/ohos/flutter_nested/lib/rt_nested_12_test.dart @@ -0,0 +1,105 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'package:nested/nested.dart'; +import 'package:flutter/foundation.dart'; + +class JKNested12TestPage extends StatefulWidget { + + static const String routeName = "/nested12_test"; + + String? title = ""; + + JKNested12TestPage({Key ? key}) : super(key: key) {}//; + + @override + _JKNested12TestPageState createState() => _JKNested12TestPageState(); +} + +class _JKNested12TestPageState extends State { + + // int anInt = 0; + // String aString = ''; + // List aList = []; + // bool _done = false; + + //Future chainFuture = Future(() => {}); + + @override + void initState() { + // TODO: implement initState + super.initState(); + } + + @override + Widget build(BuildContext context) { + + print('刷新ui6677'); + + var buildCount = 0; + + // 设置字号颜色 + //Theme.of(context).textTheme.headlineSmall!.copyWith(color: Colors.black54,fontSize: 30); + + // 1.获取数据 + final args = ModalRoute.of(context)?.settings.name; + //widget.title = args as String ?? "66"; + + var buildCount1 = 0; + final first = MySizedBox(didBuild: (_, __) => buildCount1++); + var buildCount2 = 0; + var buildCount3 = 0; + final third = MySizedBox(didBuild: (_, __) => buildCount3++); + + final child = const Text('foo', textDirection: TextDirection.ltr); + + return Scaffold( + appBar: AppBar( + title: Center(child: Text("nested12_test")), + ), + body: Nested( + children: [ + first, + MySizedBox( + didBuild: (_, __) => buildCount2++, + ), + third, + ], + child: child, + )); + } +} + +class MySizedBox extends SingleChildStatelessWidget { + MySizedBox({Key? key, this.didBuild, this.height, Widget? child}) + : super(key: key, child: child); + + final double? height; + + final void Function(BuildContext context, Widget? child)? didBuild; + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + didBuild?.call(context, child); + return child!; + } + + @override + void debugFillProperties(DiagnosticPropertiesBuilder properties) { + super.debugFillProperties(properties); + properties.add(DoubleProperty('height', height)); + } +} \ No newline at end of file diff --git a/ohos/flutter_nested/lib/rt_nested_13_test.dart b/ohos/flutter_nested/lib/rt_nested_13_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..5c157a28c4a0f9034c536a7cf63dfeff2ccc0afe --- /dev/null +++ b/ohos/flutter_nested/lib/rt_nested_13_test.dart @@ -0,0 +1,105 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'package:nested/nested.dart'; +import 'package:flutter/foundation.dart'; + +class JKNested13TestPage extends StatefulWidget { + + static const String routeName = "/nested13_test"; + + String? title = ""; + + JKNested13TestPage({Key ? key}) : super(key: key) {}//; + + @override + _JKNested13TestPageState createState() => _JKNested13TestPageState(); +} + +class _JKNested13TestPageState extends State { + + // int anInt = 0; + // String aString = ''; + // List aList = []; + // bool _done = false; + + //Future chainFuture = Future(() => {}); + + @override + void initState() { + // TODO: implement initState + super.initState(); + } + + @override + Widget build(BuildContext context) { + + print('刷新ui6677'); + + var buildCount = 0; + + // 设置字号颜色 + //Theme.of(context).textTheme.headlineSmall!.copyWith(color: Colors.black54,fontSize: 30); + + // 1.获取数据 + final args = ModalRoute.of(context)?.settings.name; + //widget.title = args as String ?? "66"; + + var buildCount1 = 0; + final first = MySizedBox(didBuild: (_, __) => buildCount1++); + var buildCount2 = 0; + var buildCount3 = 0; + final third = MySizedBox(didBuild: (_, __) => buildCount3++); + + final child = const Text('foo', textDirection: TextDirection.ltr); + + return Scaffold( + appBar: AppBar( + title: Center(child: Text("nested13_test")), + ), + body: Nested( + children: [ + first, + MySizedBox( + didBuild: (_, __) => buildCount2++, + ), + third, + ], + child: child, + )); + } +} + +class MySizedBox extends SingleChildStatelessWidget { + MySizedBox({Key? key, this.didBuild, this.height, Widget? child}) + : super(key: key, child: child); + + final double? height; + + final void Function(BuildContext context, Widget? child)? didBuild; + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + didBuild?.call(context, child); + return child!; + } + + @override + void debugFillProperties(DiagnosticPropertiesBuilder properties) { + super.debugFillProperties(properties); + properties.add(DoubleProperty('height', height)); + } +} \ No newline at end of file diff --git a/ohos/flutter_nested/lib/rt_nested_14_test.dart b/ohos/flutter_nested/lib/rt_nested_14_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..5ca6adf33ae9341d2a6e02fa0e13fe95cb128b8e --- /dev/null +++ b/ohos/flutter_nested/lib/rt_nested_14_test.dart @@ -0,0 +1,96 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'package:nested/nested.dart'; +import 'package:flutter/foundation.dart'; + +class JKNested14TestPage extends StatefulWidget { + + static const String routeName = "/nested14_test"; + + String? title = ""; + + JKNested14TestPage({Key ? key}) : super(key: key) {}//; + + @override + _JKNested14TestPageState createState() => _JKNested14TestPageState(); +} + +class _JKNested14TestPageState extends State { + + // int anInt = 0; + // String aString = ''; + // List aList = []; + // bool _done = false; + + //Future chainFuture = Future(() => {}); + + @override + void initState() { + // TODO: implement initState + super.initState(); + } + + @override + Widget build(BuildContext context) { + + print('刷新ui6677'); + + var buildCount = 0; + + // 设置字号颜色 + //Theme.of(context).textTheme.headlineSmall!.copyWith(color: Colors.black54,fontSize: 30); + + // 1.获取数据 + final args = ModalRoute.of(context)?.settings.name; + //widget.title = args as String ?? "66"; + + var buildCount1 = 0; + final first = MySizedBox(didBuild: (_, __) => buildCount1++); + var buildCount2 = 0; + final second = MySizedBox(didBuild: (_, __) => buildCount2++); + + return Scaffold( + appBar: AppBar( + title: Center(child: Text("nested14_test")), + ), + body: Nested( + children: [first, second], + child: const Text('foo', textDirection: TextDirection.ltr), + )); + } +} + +class MySizedBox extends SingleChildStatelessWidget { + MySizedBox({Key? key, this.didBuild, this.height, Widget? child}) + : super(key: key, child: child); + + final double? height; + + final void Function(BuildContext context, Widget? child)? didBuild; + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + didBuild?.call(context, child); + return child!; + } + + @override + void debugFillProperties(DiagnosticPropertiesBuilder properties) { + super.debugFillProperties(properties); + properties.add(DoubleProperty('height', height)); + } +} \ No newline at end of file diff --git a/ohos/flutter_nested/lib/rt_nested_15_test.dart b/ohos/flutter_nested/lib/rt_nested_15_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..d219917f5c4fedb20f11e173eb49dbf980ce11a5 --- /dev/null +++ b/ohos/flutter_nested/lib/rt_nested_15_test.dart @@ -0,0 +1,99 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'package:nested/nested.dart'; +import 'package:flutter/foundation.dart'; + +class JKNested15TestPage extends StatefulWidget { + + static const String routeName = "/nested15_test"; + + String? title = ""; + + JKNested15TestPage({Key ? key}) : super(key: key) {}//; + + @override + _JKNested15TestPageState createState() => _JKNested15TestPageState(); +} + +class _JKNested15TestPageState extends State { + + // int anInt = 0; + // String aString = ''; + // List aList = []; + // bool _done = false; + + //Future chainFuture = Future(() => {}); + + @override + void initState() { + // TODO: implement initState + super.initState(); + } + + @override + Widget build(BuildContext context) { + + print('刷新ui6677'); + + var buildCount = 0; + + // 设置字号颜色 + //Theme.of(context).textTheme.headlineSmall!.copyWith(color: Colors.black54,fontSize: 30); + + // 1.获取数据 + final args = ModalRoute.of(context)?.settings.name; + //widget.title = args as String ?? "66"; + + var buildCount1 = 0; + final first = MySizedBox(didBuild: (_, __) => buildCount1++); + var buildCount2 = 0; + final second = MySizedBox(didBuild: (_, __) => buildCount2++); + + return Scaffold( + appBar: AppBar( + title: Center(child: Text("nested15_test")), + ), + body: Nested( + children: [ + first, + second, + ], + child: const Text('bar', textDirection: TextDirection.ltr), + )); + } +} + +class MySizedBox extends SingleChildStatelessWidget { + MySizedBox({Key? key, this.didBuild, this.height, Widget? child}) + : super(key: key, child: child); + + final double? height; + + final void Function(BuildContext context, Widget? child)? didBuild; + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + didBuild?.call(context, child); + return child!; + } + + @override + void debugFillProperties(DiagnosticPropertiesBuilder properties) { + super.debugFillProperties(properties); + properties.add(DoubleProperty('height', height)); + } +} \ No newline at end of file diff --git a/ohos/flutter_nested/lib/rt_nested_16_test.dart b/ohos/flutter_nested/lib/rt_nested_16_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..10bcfc1fd062eb226ae0c4d6dc95eceaf910d1b4 --- /dev/null +++ b/ohos/flutter_nested/lib/rt_nested_16_test.dart @@ -0,0 +1,106 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'package:nested/nested.dart'; +import 'package:flutter/foundation.dart'; + +class JKNested16TestPage extends StatefulWidget { + + static const String routeName = "/nested16_test"; + + String? title = ""; + + JKNested16TestPage({Key ? key}) : super(key: key) {}//; + + @override + _JKNested16TestPageState createState() => _JKNested16TestPageState(); +} + +class _JKNested16TestPageState extends State { + + // int anInt = 0; + // String aString = ''; + // List aList = []; + // bool _done = false; + + //Future chainFuture = Future(() => {}); + + @override + void initState() { + // TODO: implement initState + super.initState(); + } + + @override + Widget build(BuildContext context) { + + print('刷新ui6677'); + + var buildCount = 0; + + // 设置字号颜色 + //Theme.of(context).textTheme.headlineSmall!.copyWith(color: Colors.black54,fontSize: 30); + + // 1.获取数据 + final args = ModalRoute.of(context)?.settings.name; + //widget.title = args as String ?? "66"; + + var buildCount1 = 0; + //final first = MySizedBox(didBuild: (_, __) => buildCount1++); + var buildCount2 = 0; + //final second = MySizedBox(didBuild: (_, __) => buildCount2++); + + Widget? child; + + return Scaffold( + appBar: AppBar( + title: Center(child: Text("nested16_test")), + ), + body: Nested( + children: [ + SingleChildBuilder( + builder: (ctx, c) { + context = ctx; + child = c; + return Container(); + }, + ) + ], + child: null, + )); + } +} + +class MySizedBox extends SingleChildStatelessWidget { + MySizedBox({Key? key, this.didBuild, this.height, Widget? child}) + : super(key: key, child: child); + + final double? height; + + final void Function(BuildContext context, Widget? child)? didBuild; + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + didBuild?.call(context, child); + return child!; + } + + @override + void debugFillProperties(DiagnosticPropertiesBuilder properties) { + super.debugFillProperties(properties); + properties.add(DoubleProperty('height', height)); + } +} \ No newline at end of file diff --git a/ohos/flutter_nested/lib/rt_nested_17_test.dart b/ohos/flutter_nested/lib/rt_nested_17_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..f2b395a0635ac8b255d8efc125c8ca396ee2b38e --- /dev/null +++ b/ohos/flutter_nested/lib/rt_nested_17_test.dart @@ -0,0 +1,107 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'package:nested/nested.dart'; +import 'package:flutter/foundation.dart'; + +class JKNested17TestPage extends StatefulWidget { + + static const String routeName = "/nested17_test"; + + String? title = ""; + + JKNested17TestPage({Key ? key}) : super(key: key) {}//; + + @override + _JKNested17TestPageState createState() => _JKNested17TestPageState(); +} + +class _JKNested17TestPageState extends State { + + // int anInt = 0; + // String aString = ''; + // List aList = []; + // bool _done = false; + + //Future chainFuture = Future(() => {}); + + @override + void initState() { + // TODO: implement initState + super.initState(); + } + + @override + Widget build(BuildContext context) { + + print('刷新ui6677'); + + var buildCount = 0; + + // 设置字号颜色 + //Theme.of(context).textTheme.headlineSmall!.copyWith(color: Colors.black54,fontSize: 30); + + // 1.获取数据 + final args = ModalRoute.of(context)?.settings.name; + //widget.title = args as String ?? "66"; + + var buildCount1 = 0; + final first = MySizedBox(didBuild: (_, __) => buildCount1++); + var buildCount2 = 0; + final second = MySizedBox(didBuild: (_, __) => buildCount2++); + + Widget? child; + + final container = Container(); + + return Scaffold( + appBar: AppBar( + title: Center(child: Text("nested17_test")), + ), + body: Nested( + children: [ + SingleChildBuilder( + builder: (ctx, c) { + context = ctx; + return (child = c)!; + }, + ) + ], + child: container, + )); + } +} + +class MySizedBox extends SingleChildStatelessWidget { + MySizedBox({Key? key, this.didBuild, this.height, Widget? child}) + : super(key: key, child: child); + + final double? height; + + final void Function(BuildContext context, Widget? child)? didBuild; + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + didBuild?.call(context, child); + return child!; + } + + @override + void debugFillProperties(DiagnosticPropertiesBuilder properties) { + super.debugFillProperties(properties); + properties.add(DoubleProperty('height', height)); + } +} \ No newline at end of file diff --git a/ohos/flutter_nested/lib/rt_nested_18_test.dart b/ohos/flutter_nested/lib/rt_nested_18_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..b1364f0cbf255fa585459ee5e920da3a914fa040 --- /dev/null +++ b/ohos/flutter_nested/lib/rt_nested_18_test.dart @@ -0,0 +1,133 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'package:nested/nested.dart'; +import 'package:flutter/foundation.dart'; + +class JKNested18TestPage extends StatefulWidget { + + static const String routeName = "/nested18_test"; + + String? title = ""; + + JKNested18TestPage({Key ? key}) : super(key: key) {}//; + + @override + _JKNested18TestPageState createState() => _JKNested18TestPageState(); +} + +class _JKNested18TestPageState extends State { + + // int anInt = 0; + // String aString = ''; + // List aList = []; + // bool _done = false; + + //Future chainFuture = Future(() => {}); + + @override + void initState() { + // TODO: implement initState + super.initState(); + } + + @override + Widget build(BuildContext context) { + + print('刷新ui6677'); + + var buildCount = 0; + + // 设置字号颜色 + //Theme.of(context).textTheme.headlineSmall!.copyWith(color: Colors.black54,fontSize: 30); + + // 1.获取数据 + final args = ModalRoute.of(context)?.settings.name; + //widget.title = args as String ?? "66"; + + // var buildCount1 = 0; + // final first = MySizedBox(didBuild: (_, __) => buildCount1++); + // var buildCount2 = 0; + // final second = MySizedBox(didBuild: (_, __) => buildCount2++); + + Widget? child; + + final container = Container(); + final text = const Text('foo', textDirection: TextDirection.ltr); + + return Scaffold( + appBar: AppBar( + title: Center(child: Text("nested18_test")), + ), + body: Nested( + children: [ + MyStateful( + didBuild: (ctx, c) { + child = c; + context = ctx; + }, + ), + ], + child: text, + )); + } +} + +class MySizedBox extends SingleChildStatelessWidget { + MySizedBox({Key? key, this.didBuild, this.height, Widget? child}) + : super(key: key, child: child); + + final double? height; + + final void Function(BuildContext context, Widget? child)? didBuild; + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + didBuild?.call(context, child); + return child!; + } + + @override + void debugFillProperties(DiagnosticPropertiesBuilder properties) { + super.debugFillProperties(properties); + properties.add(DoubleProperty('height', height)); + } +} + +class MyStateful extends SingleChildStatefulWidget { + const MyStateful({Key? key, this.didBuild, this.didInit, Widget? child}) + : super(key: key, child: child); + + final void Function(BuildContext, Widget?)? didBuild; + final void Function()? didInit; + + @override + _MyStatefulState createState() => _MyStatefulState(); +} + +class _MyStatefulState extends SingleChildState { + @override + void initState() { + super.initState(); + widget.didInit?.call(); + } + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + widget.didBuild?.call(context, child); + return child!; + } +} \ No newline at end of file diff --git a/ohos/flutter_nested/lib/rt_nested_19_test.dart b/ohos/flutter_nested/lib/rt_nested_19_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..c7419bc1dbaee95d510ba523657b4df411da729b --- /dev/null +++ b/ohos/flutter_nested/lib/rt_nested_19_test.dart @@ -0,0 +1,152 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'package:nested/nested.dart'; +import 'package:flutter/foundation.dart'; + +class JKNested19TestPage extends StatefulWidget { + + static const String routeName = "/nested19_test"; + + String? title = ""; + + JKNested19TestPage({Key ? key}) : super(key: key) {}//; + + @override + _JKNested19TestPageState createState() => _JKNested19TestPageState(); +} + +class _JKNested19TestPageState extends State { + + // int anInt = 0; + // String aString = ''; + // List aList = []; + // bool _done = false; + + //Future chainFuture = Future(() => {}); + + @override + void initState() { + // TODO: implement initState + super.initState(); + } + + @override + Widget build(BuildContext context) { + + print('刷新ui6677'); + + var buildCount = 0; + + // 设置字号颜色 + //Theme.of(context).textTheme.headlineSmall!.copyWith(color: Colors.black54,fontSize: 30); + + // 1.获取数据 + final args = ModalRoute.of(context)?.settings.name; + //widget.title = args as String ?? "66"; + + var buildCount1 = 0; + final first = MySizedBox(didBuild: (_, __) => buildCount1++); + var buildCount2 = 0; + final second = MySizedBox(didBuild: (_, __) => buildCount2++); + + Widget? child; + + final container = Container(); + final text = const Text('foo', textDirection: TextDirection.ltr); + + return Scaffold( + appBar: AppBar( + title: Center(child: Text("nested19_test")), + ), + body: Nested( + children: [ + ConcreteStateless(height: 24), + ], + child: const Text('42', textDirection: TextDirection.ltr), + )); + } +} + +class MySizedBox extends SingleChildStatelessWidget { + MySizedBox({Key? key, this.didBuild, this.height, Widget? child}) + : super(key: key, child: child); + + final double? height; + + final void Function(BuildContext context, Widget? child)? didBuild; + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + didBuild?.call(context, child); + return child!; + } + + @override + void debugFillProperties(DiagnosticPropertiesBuilder properties) { + super.debugFillProperties(properties); + properties.add(DoubleProperty('height', height)); + } +} + +class MyStateful extends SingleChildStatefulWidget { + const MyStateful({Key? key, this.didBuild, this.didInit, Widget? child}) + : super(key: key, child: child); + + final void Function(BuildContext, Widget?)? didBuild; + final void Function()? didInit; + + @override + _MyStatefulState createState() => _MyStatefulState(); +} + +class _MyStatefulState extends SingleChildState { + @override + void initState() { + super.initState(); + widget.didInit?.call(); + } + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + widget.didBuild?.call(context, child); + return child!; + } +} + + +abstract class BaseStateless extends StatelessWidget { + const BaseStateless({Key? key, this.height}) : super(key: key); + + final double? height; +} + +class ConcreteStateless extends BaseStateless + with SingleChildStatelessWidgetMixin { + ConcreteStateless({Key? key, this.child, double? height}) + : super(key: key, height: height); + + @override + final Widget? child; + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + return Container( + height: height, + child: child, + ); + } +} \ No newline at end of file diff --git a/ohos/flutter_nested/lib/rt_nested_20_test.dart b/ohos/flutter_nested/lib/rt_nested_20_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..258eb95ff6114214a1dd0c6e9a6d6d7f3f44a0f7 --- /dev/null +++ b/ohos/flutter_nested/lib/rt_nested_20_test.dart @@ -0,0 +1,177 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'package:nested/nested.dart'; +import 'package:flutter/foundation.dart'; + +class JKNested20TestPage extends StatefulWidget { + + static const String routeName = "/nested20_test"; + + String? title = ""; + + JKNested20TestPage({Key ? key}) : super(key: key) {}//; + + @override + _JKNested20TestPageState createState() => _JKNested20TestPageState(); +} + +class _JKNested20TestPageState extends State { + + // int anInt = 0; + // String aString = ''; + // List aList = []; + // bool _done = false; + + //Future chainFuture = Future(() => {}); + + @override + void initState() { + // TODO: implement initState + super.initState(); + } + + @override + Widget build(BuildContext context) { + + print('刷新ui6677'); + + var buildCount = 0; + + // 设置字号颜色 + //Theme.of(context).textTheme.headlineSmall!.copyWith(color: Colors.black54,fontSize: 30); + + // 1.获取数据 + final args = ModalRoute.of(context)?.settings.name; + //widget.title = args as String ?? "66"; + + var buildCount1 = 0; + final first = MySizedBox(didBuild: (_, __) => buildCount1++); + var buildCount2 = 0; + final second = MySizedBox(didBuild: (_, __) => buildCount2++); + + Widget? child; + + final container = Container(); + final text = const Text('foo', textDirection: TextDirection.ltr); + + return Scaffold( + appBar: AppBar( + title: Center(child: Text("nested20_test")), + ), + body: Nested( + children: [ + MyInherited( + height: 24, + child: const SizedBox.shrink(), + ), + ], + child: const Text('42', textDirection: TextDirection.ltr), + )); + } +} + +class MySizedBox extends SingleChildStatelessWidget { + MySizedBox({Key? key, this.didBuild, this.height, Widget? child}) + : super(key: key, child: child); + + final double? height; + + final void Function(BuildContext context, Widget? child)? didBuild; + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + didBuild?.call(context, child); + return child!; + } + + @override + void debugFillProperties(DiagnosticPropertiesBuilder properties) { + super.debugFillProperties(properties); + properties.add(DoubleProperty('height', height)); + } +} + +class MyStateful extends SingleChildStatefulWidget { + const MyStateful({Key? key, this.didBuild, this.didInit, Widget? child}) + : super(key: key, child: child); + + final void Function(BuildContext, Widget?)? didBuild; + final void Function()? didInit; + + @override + _MyStatefulState createState() => _MyStatefulState(); +} + +class _MyStatefulState extends SingleChildState { + @override + void initState() { + super.initState(); + widget.didInit?.call(); + } + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + widget.didBuild?.call(context, child); + return child!; + } +} + + +abstract class BaseStateless extends StatelessWidget { + const BaseStateless({Key? key, this.height}) : super(key: key); + + final double? height; +} + +class ConcreteStateless extends BaseStateless + with SingleChildStatelessWidgetMixin { + ConcreteStateless({Key? key, this.child, double? height}) + : super(key: key, height: height); + + @override + final Widget? child; + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + return Container( + height: height, + child: child, + ); + } +} + +class MyInherited extends InheritedWidget implements SingleChildWidget { + MyInherited({Key? key, this.height, required Widget child}) + : super(key: key, child: child); + + final double? height; + + @override + MyInheritedElement createElement() => MyInheritedElement(this); + + @override + bool updateShouldNotify(MyInherited oldWidget) { + return height != oldWidget.height; + } +} +class MyInheritedElement extends InheritedElement + with SingleChildWidgetElementMixin, SingleChildInheritedElementMixin { + MyInheritedElement(MyInherited widget) : super(widget); + + @override + MyInherited get widget => super.widget as MyInherited; +} diff --git a/ohos/flutter_nested/lib/rt_nested_21_test.dart b/ohos/flutter_nested/lib/rt_nested_21_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..1e3c80f3be7bc298e8e5d2865618f0a99a2a574f --- /dev/null +++ b/ohos/flutter_nested/lib/rt_nested_21_test.dart @@ -0,0 +1,168 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'package:nested/nested.dart'; +import 'package:flutter/foundation.dart'; + +class JKNested21TestPage extends StatefulWidget { + + static const String routeName = "/nested21_test"; + + String? title = ""; + + JKNested21TestPage({Key ? key}) : super(key: key) {}//; + + @override + _JKNested21TestPageState createState() => _JKNested21TestPageState(); +} + +class _JKNested21TestPageState extends State { + + // int anInt = 0; + // String aString = ''; + // List aList = []; + // bool _done = false; + + //Future chainFuture = Future(() => {}); + + @override + void initState() { + // TODO: implement initState + super.initState(); + } + + @override + Widget build(BuildContext context) { + + print('刷新ui6677'); + + var buildCount = 0; + + // 设置字号颜色 + //Theme.of(context).textTheme.headlineSmall!.copyWith(color: Colors.black54,fontSize: 30); + + // 1.获取数据 + final args = ModalRoute.of(context)?.settings.name; + //widget.title = args as String ?? "66"; + + final firstKey = GlobalKey(debugLabel: 'first'); + final secondKey = GlobalKey(debugLabel: 'second'); + + return Scaffold( + appBar: AppBar( + title: Center(child: Text("nested21_test")), + ), + body: Nested( + children: [ + MyStateful(key: firstKey), + MyStateful(key: secondKey), + ], + child: Container(), + )); + } +} + +class MySizedBox extends SingleChildStatelessWidget { + MySizedBox({Key? key, this.didBuild, this.height, Widget? child}) + : super(key: key, child: child); + + final double? height; + + final void Function(BuildContext context, Widget? child)? didBuild; + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + didBuild?.call(context, child); + return child!; + } + + @override + void debugFillProperties(DiagnosticPropertiesBuilder properties) { + super.debugFillProperties(properties); + properties.add(DoubleProperty('height', height)); + } +} + +class MyStateful extends SingleChildStatefulWidget { + const MyStateful({Key? key, this.didBuild, this.didInit, Widget? child}) + : super(key: key, child: child); + + final void Function(BuildContext, Widget?)? didBuild; + final void Function()? didInit; + + @override + _MyStatefulState createState() => _MyStatefulState(); +} + +class _MyStatefulState extends SingleChildState { + @override + void initState() { + super.initState(); + widget.didInit?.call(); + } + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + widget.didBuild?.call(context, child); + return child!; + } +} + + +abstract class BaseStateless extends StatelessWidget { + const BaseStateless({Key? key, this.height}) : super(key: key); + + final double? height; +} + +class ConcreteStateless extends BaseStateless + with SingleChildStatelessWidgetMixin { + ConcreteStateless({Key? key, this.child, double? height}) + : super(key: key, height: height); + + @override + final Widget? child; + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + return Container( + height: height, + child: child, + ); + } +} + +class MyInherited extends InheritedWidget implements SingleChildWidget { + MyInherited({Key? key, this.height, required Widget child}) + : super(key: key, child: child); + + final double? height; + + @override + MyInheritedElement createElement() => MyInheritedElement(this); + + @override + bool updateShouldNotify(MyInherited oldWidget) { + return height != oldWidget.height; + } +} +class MyInheritedElement extends InheritedElement + with SingleChildWidgetElementMixin, SingleChildInheritedElementMixin { + MyInheritedElement(MyInherited widget) : super(widget); + + @override + MyInherited get widget => super.widget as MyInherited; +} diff --git a/ohos/flutter_nested/lib/rt_nested_22_test.dart b/ohos/flutter_nested/lib/rt_nested_22_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..07894829bf89fe22bc87c306389e963ce37febc7 --- /dev/null +++ b/ohos/flutter_nested/lib/rt_nested_22_test.dart @@ -0,0 +1,168 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'package:nested/nested.dart'; +import 'package:flutter/foundation.dart'; + +class JKNested22TestPage extends StatefulWidget { + + static const String routeName = "/nested22_test"; + + String? title = ""; + + JKNested22TestPage({Key ? key}) : super(key: key) {}//; + + @override + _JKNested22TestPageState createState() => _JKNested22TestPageState(); +} + +class _JKNested22TestPageState extends State { + + // int anInt = 0; + // String aString = ''; + // List aList = []; + // bool _done = false; + + //Future chainFuture = Future(() => {}); + + @override + void initState() { + // TODO: implement initState + super.initState(); + } + + @override + Widget build(BuildContext context) { + + print('刷新ui6677'); + + var buildCount = 0; + + // 设置字号颜色 + //Theme.of(context).textTheme.headlineSmall!.copyWith(color: Colors.black54,fontSize: 30); + + // 1.获取数据 + final args = ModalRoute.of(context)?.settings.name; + //widget.title = args as String ?? "66"; + + final firstKey = GlobalKey(debugLabel: 'first'); + final secondKey = GlobalKey(debugLabel: 'second'); + + return Scaffold( + appBar: AppBar( + title: Center(child: Text("nested22_test")), + ), + body: Nested( + children: [ + MyStateful(key: secondKey, didInit: () => throw Error()), + MyStateful(key: firstKey, didInit: () => throw Error()), + ], + child: Container(), + )); + } +} + +class MySizedBox extends SingleChildStatelessWidget { + MySizedBox({Key? key, this.didBuild, this.height, Widget? child}) + : super(key: key, child: child); + + final double? height; + + final void Function(BuildContext context, Widget? child)? didBuild; + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + didBuild?.call(context, child); + return child!; + } + + @override + void debugFillProperties(DiagnosticPropertiesBuilder properties) { + super.debugFillProperties(properties); + properties.add(DoubleProperty('height', height)); + } +} + +class MyStateful extends SingleChildStatefulWidget { + const MyStateful({Key? key, this.didBuild, this.didInit, Widget? child}) + : super(key: key, child: child); + + final void Function(BuildContext, Widget?)? didBuild; + final void Function()? didInit; + + @override + _MyStatefulState createState() => _MyStatefulState(); +} + +class _MyStatefulState extends SingleChildState { + @override + void initState() { + super.initState(); + widget.didInit?.call(); + } + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + widget.didBuild?.call(context, child); + return child!; + } +} + + +abstract class BaseStateless extends StatelessWidget { + const BaseStateless({Key? key, this.height}) : super(key: key); + + final double? height; +} + +class ConcreteStateless extends BaseStateless + with SingleChildStatelessWidgetMixin { + ConcreteStateless({Key? key, this.child, double? height}) + : super(key: key, height: height); + + @override + final Widget? child; + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + return Container( + height: height, + child: child, + ); + } +} + +class MyInherited extends InheritedWidget implements SingleChildWidget { + MyInherited({Key? key, this.height, required Widget child}) + : super(key: key, child: child); + + final double? height; + + @override + MyInheritedElement createElement() => MyInheritedElement(this); + + @override + bool updateShouldNotify(MyInherited oldWidget) { + return height != oldWidget.height; + } +} +class MyInheritedElement extends InheritedElement + with SingleChildWidgetElementMixin, SingleChildInheritedElementMixin { + MyInheritedElement(MyInherited widget) : super(widget); + + @override + MyInherited get widget => super.widget as MyInherited; +} diff --git a/ohos/flutter_nested/lib/rt_nested_23_test.dart b/ohos/flutter_nested/lib/rt_nested_23_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..c9a8178f99a5c79ac85f27b20c527392b6756c54 --- /dev/null +++ b/ohos/flutter_nested/lib/rt_nested_23_test.dart @@ -0,0 +1,213 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'package:nested/nested.dart'; +import 'package:flutter/foundation.dart'; + +class JKNested23TestPage extends StatefulWidget { + + static const String routeName = "/nested23_test"; + + String? title = ""; + + JKNested23TestPage({Key ? key}) : super(key: key) {}//; + + @override + _JKNested23TestPageState createState() => _JKNested23TestPageState(); +} + +class _JKNested23TestPageState extends State { + + // int anInt = 0; + // String aString = ''; + // List aList = []; + // bool _done = false; + + //Future chainFuture = Future(() => {}); + + @override + void initState() { + // TODO: implement initState + super.initState(); + } + + @override + Widget build(BuildContext context) { + + print('刷新ui6677'); + + var buildCount = 0; + + // 设置字号颜色 + //Theme.of(context).textTheme.headlineSmall!.copyWith(color: Colors.black54,fontSize: 30); + + // 1.获取数据 + final args = ModalRoute.of(context)?.settings.name; + //widget.title = args as String ?? "66"; + + final firstKey = GlobalKey(debugLabel: 'first'); + final secondKey = GlobalKey(debugLabel: 'second'); + + return Scaffold( + appBar: AppBar( + title: Center(child: Text("nested23_test")), + ), + body: Nested( + children: [ + ConcreteStateful(height: 24), + ], + child: const Text('42', textDirection: TextDirection.ltr), + )); + } +} + +class MySizedBox extends SingleChildStatelessWidget { + MySizedBox({Key? key, this.didBuild, this.height, Widget? child}) + : super(key: key, child: child); + + final double? height; + + final void Function(BuildContext context, Widget? child)? didBuild; + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + didBuild?.call(context, child); + return child!; + } + + @override + void debugFillProperties(DiagnosticPropertiesBuilder properties) { + super.debugFillProperties(properties); + properties.add(DoubleProperty('height', height)); + } +} + +class MyStateful extends SingleChildStatefulWidget { + const MyStateful({Key? key, this.didBuild, this.didInit, Widget? child}) + : super(key: key, child: child); + + final void Function(BuildContext, Widget?)? didBuild; + final void Function()? didInit; + + @override + _MyStatefulState createState() => _MyStatefulState(); +} + +class _MyStatefulState extends SingleChildState { + @override + void initState() { + super.initState(); + widget.didInit?.call(); + } + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + widget.didBuild?.call(context, child); + return child!; + } +} + + +abstract class BaseStateless extends StatelessWidget { + const BaseStateless({Key? key, this.height}) : super(key: key); + + final double? height; +} + +class ConcreteStateless extends BaseStateless + with SingleChildStatelessWidgetMixin { + ConcreteStateless({Key? key, this.child, double? height}) + : super(key: key, height: height); + + @override + final Widget? child; + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + return Container( + height: height, + child: child, + ); + } +} + +class MyInherited extends InheritedWidget implements SingleChildWidget { + MyInherited({Key? key, this.height, required Widget child}) + : super(key: key, child: child); + + final double? height; + + @override + MyInheritedElement createElement() => MyInheritedElement(this); + + @override + bool updateShouldNotify(MyInherited oldWidget) { + return height != oldWidget.height; + } +} +class MyInheritedElement extends InheritedElement + with SingleChildWidgetElementMixin, SingleChildInheritedElementMixin { + MyInheritedElement(MyInherited widget) : super(widget); + + @override + MyInherited get widget => super.widget as MyInherited; +} + +abstract class BaseStateful extends StatefulWidget { + const BaseStateful({Key? key, required this.height}) : super(key: key); + + final double height; + @override + _BaseStatefulState createState() => _BaseStatefulState(); + + Widget build(BuildContext context); +} + +class _BaseStatefulState extends State { + double? width; + + @override + void initState() { + super.initState(); + width = widget.height * 2; + } + + @override + Widget build(BuildContext context) => widget.build(context); +} + +class ConcreteStateful extends BaseStateful + with SingleChildStatefulWidgetMixin { + ConcreteStateful({Key? key, required double height, this.child}) + : super(key: key, height: height); + + @override + final Widget? child; + + @override + Widget build(BuildContext context) => throw Error(); + + @override + _ConcreteStatefulState createState() => _ConcreteStatefulState(); +} + +class _ConcreteStatefulState extends _BaseStatefulState + with SingleChildStateMixin { + @override + Widget buildWithChild(BuildContext context, Widget child) { + return SizedBox(height: widget.height, width: width, child: child); + } +} diff --git a/ohos/flutter_nested/lib/rt_nested_test.dart b/ohos/flutter_nested/lib/rt_nested_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..65a1a512d3c19c9cb34d58b23575dc5783676ceb --- /dev/null +++ b/ohos/flutter_nested/lib/rt_nested_test.dart @@ -0,0 +1,807 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/foundation.dart'; +import 'package:flutter/material.dart'; +import 'package:flutter_test/flutter_test.dart'; +import 'package:nested/nested.dart'; + +import 'rt_common.dart'; + +class JKNestedTestPage extends StatefulWidget { + + static const String routeName = "/nested_test"; + + String? title = ""; + + JKNestedTestPage({Key ? key}) : super(key: key) {}//; + // JKNestedTestPage(super.title, {super.key}) { + // print('start test666'); + // } + + @override + _JKNestedTestPageState createState() => _JKNestedTestPageState(); +} +class _JKNestedTestPageState extends State { + + @override + void initState() { + // TODO: implement initState + super.initState(); + } + + @override + Widget build(BuildContext context) { + return Scaffold( + appBar: AppBar( + title: Center(child: Text("nested01_test")), + ), + body:Column( + + ), + ); + } +} + +void main() { + testWidgets('insert widgets in natural order', (tester) async { + await tester.pumpWidget( + Nested( + children: [ + MySizedBox(height: 0), + MySizedBox(height: 1), + ], + child: const Text('foo', textDirection: TextDirection.ltr), + ), + ); + + expect(find.text('foo'), findsOneWidget); + + expect( + find.byType(MySizedBox), + matchesInOrder([ + isA().having((s) => s.height, 'height', 0), + isA().having((s) => s.height, 'height', 1), + ]), + ); + + await tester.pumpWidget( + Nested( + children: [ + MySizedBox(height: 10), + MySizedBox(height: 11), + ], + child: const Text('bar', textDirection: TextDirection.ltr), + ), + ); + + expect(find.text('bar'), findsOneWidget); + + expect( + find.byType(MySizedBox), + matchesInOrder([ + isA().having((s) => s.height, 'height', 10), + isA().having((s) => s.height, 'height', 11), + ]), + ); + }); + testWidgets('nested inside nested', (tester) async { + await tester.pumpWidget(Nested( + children: [ + MySizedBox(height: 0), + Nested( + children: [ + MySizedBox(height: 1), + MySizedBox(height: 2), + ], + ), + MySizedBox(height: 3), + ], + child: const Text('foo', textDirection: TextDirection.ltr), + )); + + expect(find.text('foo'), findsOneWidget); + + expect( + find.byType(MySizedBox), + matchesInOrder([ + isA().having((s) => s.height, 'height', 0), + isA().having((s) => s.height, 'height', 1), + isA().having((s) => s.height, 'height', 2), + isA().having((s) => s.height, 'height', 3), + ]), + ); + + await tester.pumpWidget(Nested( + children: [ + MySizedBox(height: 10), + Nested( + children: [ + MySizedBox(height: 11), + MySizedBox(height: 12), + ], + ), + MySizedBox(height: 13), + ], + child: const Text('bar', textDirection: TextDirection.ltr), + )); + + expect(find.text('bar'), findsOneWidget); + + expect( + find.byType(MySizedBox), + matchesInOrder([ + isA().having((s) => s.height, 'height', 10), + isA().having((s) => s.height, 'height', 11), + isA().having((s) => s.height, 'height', 12), + isA().having((s) => s.height, 'height', 13), + ]), + ); + }); + + test('children is required', () { + expect( + () => Nested( + children: [], + child: const Text('foo', textDirection: TextDirection.ltr), + ), + throwsAssertionError, + ); + + Nested( + children: [MySizedBox()], + child: const Text('foo', textDirection: TextDirection.ltr), + ); + }); + + testWidgets('no unnecessary rebuild #2', (tester) async { + var buildCount = 0; + final child = Nested( + children: [ + MySizedBox(didBuild: (_, __) => buildCount++), + ], + child: Container(), + ); + + await tester.pumpWidget(child); + + expect(buildCount, equals(1)); + await tester.pumpWidget(child); + + expect(buildCount, equals(1)); + }); + + testWidgets( + 'a node change rebuilds only that node', + (tester) async { + var buildCount1 = 0; + final first = MySizedBox(didBuild: (_, __) => buildCount1++); + + var buildCount2 = 0; + final second = SingleChildBuilder( + builder: (_, child) { + buildCount2++; + return child!; + }, + ); + + await tester.pumpWidget( + Nested( + children: [ + first, + second, + SingleChildBuilder( + builder: (_, __) => + const Text('foo', textDirection: TextDirection.ltr), + ), + ], + ), + ); + + expect(buildCount1, equals(1)); + expect(buildCount2, equals(1)); + expect(find.text('foo'), findsOneWidget); + + await tester.pumpWidget( + Nested( + children: [ + first, + second, + SingleChildBuilder( + builder: (_, __) => + const Text('bar', textDirection: TextDirection.ltr), + ) + ], + ), + ); + + expect(buildCount1, equals(1)); + expect(buildCount2, equals(1)); + expect(find.text('bar'), findsOneWidget); + }, + ); + testWidgets( + 'child change rebuilds last node', + (tester) async { + var buildCount1 = 0; + final first = MySizedBox(didBuild: (_, __) => buildCount1++); + + var buildCount2 = 0; + final second = SingleChildBuilder( + builder: (_, child) { + buildCount2++; + return child!; + }, + ); + + await tester.pumpWidget( + Nested( + children: [ + first, + second, + ], + child: const Text('foo', textDirection: TextDirection.ltr), + ), + ); + + expect(buildCount1, equals(1)); + expect(buildCount2, equals(1)); + expect(find.text('foo'), findsOneWidget); + + await tester.pumpWidget( + Nested( + children: [first, second], + child: const Text('bar', textDirection: TextDirection.ltr), + ), + ); + + expect(buildCount1, equals(1)); + expect(buildCount2, equals(2)); + expect(find.text('bar'), findsOneWidget); + }, + ); + + testWidgets( + 'if only one node, the previous and next nodes may not rebuild', + (tester) async { + var buildCount1 = 0; + final first = MySizedBox(didBuild: (_, __) => buildCount1++); + var buildCount2 = 0; + var buildCount3 = 0; + final third = MySizedBox(didBuild: (_, __) => buildCount3++); + + final child = const Text('foo', textDirection: TextDirection.ltr); + + await tester.pumpWidget( + Nested( + children: [ + first, + MySizedBox( + didBuild: (_, __) => buildCount2++, + ), + third, + ], + child: child, + ), + ); + + expect(buildCount1, equals(1)); + expect(buildCount2, equals(1)); + expect(buildCount3, equals(1)); + expect(find.text('foo'), findsOneWidget); + + await tester.pumpWidget( + Nested( + children: [ + first, + MySizedBox( + didBuild: (_, __) => buildCount2++, + ), + third, + ], + child: child, + ), + ); + + expect(buildCount1, equals(1)); + expect(buildCount2, equals(2)); + expect(buildCount3, equals(1)); + expect(find.text('foo'), findsOneWidget); + }, + ); + + testWidgets( + 'if child changes, rebuild the previous widget', + (tester) async { + var buildCount1 = 0; + final first = MySizedBox(didBuild: (_, __) => buildCount1++); + var buildCount2 = 0; + final second = MySizedBox(didBuild: (_, __) => buildCount2++); + + await tester.pumpWidget( + Nested( + children: [first, second], + child: const Text('foo', textDirection: TextDirection.ltr), + ), + ); + + expect(buildCount1, equals(1)); + expect(buildCount2, equals(1)); + expect(find.text('foo'), findsOneWidget); + + await tester.pumpWidget( + Nested( + children: [ + first, + second, + ], + child: const Text('bar', textDirection: TextDirection.ltr), + ), + ); + + expect(buildCount1, equals(1)); + expect(buildCount2, equals(2)); + expect(find.text('bar'), findsOneWidget); + }, + ); + + testWidgets('last node receives child directly', (tester) async { + Widget? child; + BuildContext? context; + + await tester.pumpWidget( + Nested( + children: [ + SingleChildBuilder( + builder: (ctx, c) { + context = ctx; + child = c; + return Container(); + }, + ) + ], + child: null, + ), + ); + + expect(context, isNotNull); + expect(child, isNull); + + final container = Container(); + + await tester.pumpWidget( + Nested( + children: [ + SingleChildBuilder( + builder: (ctx, c) { + context = ctx; + return (child = c)!; + }, + ) + ], + child: container, + ), + ); + + expect(context, isNotNull); + expect(child, equals(container)); + }); + // TODO: assert keys order preserved (reorder unsupported) + // TODO: nodes can be added optionally using [if] (_Hook takes a globalKey on the child's key) + // TODO: a nested node moves to a new Nested + + testWidgets('SingleChildBuilder can be used alone', (tester) async { + Widget? child; + BuildContext? context; + var container = Container(); + + await tester.pumpWidget( + SingleChildBuilder( + builder: (ctx, c) { + context = ctx; + child = c; + return c!; + }, + child: container, + ), + ); + + expect(child, equals(container)); + expect(context, equals(tester.element(find.byType(SingleChildBuilder)))); + + container = Container(); + + await tester.pumpWidget( + SingleChildBuilder( + builder: (ctx, c) { + context = ctx; + child = c; + return c!; + }, + child: container, + ), + ); + + expect(child, equals(container)); + expect(context, equals(tester.element(find.byType(SingleChildBuilder)))); + }); + testWidgets('SingleChildWidget can be used by itself', (tester) async { + await tester.pumpWidget( + MySizedBox( + height: 42, + child: const Text('foo', textDirection: TextDirection.ltr), + ), + ); + + expect(find.text('foo'), findsOneWidget); + + expect( + find.byType(MySizedBox), + matchesInOrder([ + isA().having((e) => e.height, 'height', equals(42)), + ]), + ); + }); + testWidgets('SingleChildStatefulWidget can be used alone', (tester) async { + Widget? child; + BuildContext? context; + + final text = const Text('foo', textDirection: TextDirection.ltr); + + await tester.pumpWidget( + MyStateful( + didBuild: (ctx, c) { + child = c; + context = ctx; + }, + child: text, + ), + ); + + expect(find.text('foo'), findsOneWidget); + expect(context, equals(tester.element(find.byType(MyStateful)))); + expect(child, equals(text)); + }); + testWidgets('SingleChildStatefulWidget can be used in nested', + (tester) async { + Widget? child; + BuildContext? context; + + final text = const Text('foo', textDirection: TextDirection.ltr); + + await tester.pumpWidget( + Nested( + children: [ + MyStateful( + didBuild: (ctx, c) { + child = c; + context = ctx; + }, + ), + ], + child: text, + ), + ); + + expect(find.text('foo'), findsOneWidget); + expect(context, equals(tester.element(find.byType(MyStateful)))); + expect(child, equals(text)); + }); + testWidgets( + 'SingleChildStatelessWidget can be used as mixin instead of base class', + (tester) async { + await tester.pumpWidget( + Nested( + children: [ + ConcreteStateless(height: 24), + ], + child: const Text('42', textDirection: TextDirection.ltr), + ), + ); + + expect(find.text('42'), findsOneWidget); + + expect( + find.byType(ConcreteStateless), + matchesInOrder([ + isA().having((s) => s.height, 'height', 24), + ]), + ); + + await tester.pumpWidget( + ConcreteStateless( + height: 24, + child: const Text('42', textDirection: TextDirection.ltr), + ), + ); + + expect(find.text('42'), findsOneWidget); + + expect( + find.byType(ConcreteStateless), + matchesInOrder([ + isA().having((s) => s.height, 'height', 24), + ]), + ); + }); + testWidgets('SingleChildInheritedElementMixin', (tester) async { + await tester.pumpWidget( + Nested( + children: [ + MyInherited( + height: 24, + child: const SizedBox.shrink(), + ), + ], + child: const Text('42', textDirection: TextDirection.ltr), + ), + ); + + expect(find.text('42'), findsOneWidget); + + expect( + find.byType(MyInherited), + matchesInOrder([ + isA().having((s) => s.height, 'height', 24), + ]), + ); + + await tester.pumpWidget( + MyInherited( + height: 24, + child: const Text('42', textDirection: TextDirection.ltr), + ), + ); + + expect(find.text('42'), findsOneWidget); + + expect( + find.byType(MyInherited), + matchesInOrder([ + isA().having((s) => s.height, 'height', 24), + ]), + ); + }); + testWidgets('Nested with globalKeys', (tester) async { + final firstKey = GlobalKey(debugLabel: 'first'); + final secondKey = GlobalKey(debugLabel: 'second'); + + await tester.pumpWidget( + Nested( + children: [ + MyStateful(key: firstKey), + MyStateful(key: secondKey), + ], + child: Container(), + ), + ); + + // debugDumpApp(); + + expect( + find.byType(MyStateful), + matchesInOrder([ + isA().having((s) => s.key, 'key', firstKey), + isA().having((s) => s.key, 'key', secondKey), + ]), + ); + + await tester.pumpWidget( + Nested( + children: [ + MyStateful(key: secondKey, didInit: () => throw Error()), + MyStateful(key: firstKey, didInit: () => throw Error()), + ], + child: Container(), + ), + ); + + // print('\n\n'); + + // debugDumpApp(); + + expect( + find.byType(MyStateful), + matchesInOrder([ + isA().having((s) => s.key, 'key', secondKey), + isA().having((s) => s.key, 'key', firstKey), + ]), + ); + }); + testWidgets( + 'SingleChildStatefulWidget can be used as mixin instead of base class', + (tester) async { + await tester.pumpWidget( + Nested( + children: [ + ConcreteStateful(height: 24), + ], + child: const Text('42', textDirection: TextDirection.ltr), + ), + ); + + expect(find.text('42'), findsOneWidget); + + expect( + find + .byType(ConcreteStateful) + .evaluate() + .map((e) => (e as StatefulElement).state), + matchesInOrder([ + isA<_BaseStatefulState>() + .having((s) => s.widget.height, 'widget.height', 24) + .having((s) => s.width, 'width', 48), + ]), + ); + + await tester.pumpWidget( + ConcreteStateful( + height: 24, + child: const Text('42', textDirection: TextDirection.ltr), + ), + ); + + expect(find.text('42'), findsOneWidget); + + expect( + find + .byType(ConcreteStateful) + .evaluate() + .map((e) => (e as StatefulElement).state), + matchesInOrder([ + isA<_BaseStatefulState>() + .having((s) => s.widget.height, 'widget.height', 24) + .having((s) => s.width, 'width', 48), + ]), + ); + }); +} + +class MyStateful extends SingleChildStatefulWidget { + const MyStateful({Key? key, this.didBuild, this.didInit, Widget? child}) + : super(key: key, child: child); + + final void Function(BuildContext, Widget?)? didBuild; + final void Function()? didInit; + + @override + _MyStatefulState createState() => _MyStatefulState(); +} + +class _MyStatefulState extends SingleChildState { + @override + void initState() { + super.initState(); + widget.didInit?.call(); + } + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + widget.didBuild?.call(context, child); + return child!; + } +} + +class MySizedBox extends SingleChildStatelessWidget { + MySizedBox({Key? key, this.didBuild, this.height, Widget? child}) + : super(key: key, child: child); + + final double? height; + + final void Function(BuildContext context, Widget? child)? didBuild; + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + didBuild?.call(context, child); + return child!; + } + + @override + void debugFillProperties(DiagnosticPropertiesBuilder properties) { + super.debugFillProperties(properties); + properties.add(DoubleProperty('height', height)); + } +} + +class MyInherited extends InheritedWidget implements SingleChildWidget { + MyInherited({Key? key, this.height, required Widget child}) + : super(key: key, child: child); + + final double? height; + + @override + MyInheritedElement createElement() => MyInheritedElement(this); + + @override + bool updateShouldNotify(MyInherited oldWidget) { + return height != oldWidget.height; + } +} + +class MyInheritedElement extends InheritedElement + with SingleChildWidgetElementMixin, SingleChildInheritedElementMixin { + MyInheritedElement(MyInherited widget) : super(widget); + + @override + MyInherited get widget => super.widget as MyInherited; +} + +abstract class BaseStateless extends StatelessWidget { + const BaseStateless({Key? key, this.height}) : super(key: key); + + final double? height; +} + +class ConcreteStateless extends BaseStateless + with SingleChildStatelessWidgetMixin { + ConcreteStateless({Key? key, this.child, double? height}) + : super(key: key, height: height); + + @override + final Widget? child; + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + return Container( + height: height, + child: child, + ); + } +} + +abstract class BaseStateful extends StatefulWidget { + const BaseStateful({Key? key, required this.height}) : super(key: key); + + final double height; + @override + _BaseStatefulState createState() => _BaseStatefulState(); + + Widget build(BuildContext context); +} + +class _BaseStatefulState extends State { + double? width; + + @override + void initState() { + super.initState(); + width = widget.height * 2; + } + + @override + Widget build(BuildContext context) => widget.build(context); +} + +class ConcreteStateful extends BaseStateful + with SingleChildStatefulWidgetMixin { + ConcreteStateful({Key? key, required double height, this.child}) + : super(key: key, height: height); + + @override + final Widget? child; + + @override + Widget build(BuildContext context) => throw Error(); + + @override + _ConcreteStatefulState createState() => _ConcreteStatefulState(); +} + +class _ConcreteStatefulState extends _BaseStatefulState + with SingleChildStateMixin { + @override + Widget buildWithChild(BuildContext context, Widget child) { + return SizedBox(height: widget.height, width: width, child: child); + } +} diff --git a/ohos/flutter_nested/ohos/.gitignore b/ohos/flutter_nested/ohos/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..fbabf771011fe78f9919db0b1195ab6cadffc2b0 --- /dev/null +++ b/ohos/flutter_nested/ohos/.gitignore @@ -0,0 +1,11 @@ +/node_modules +/oh_modules +/local.properties +/.idea +**/build +/.hvigor +.cxx +/.clangd +/.clang-format +/.clang-tidy +**/.test \ No newline at end of file diff --git a/ohos/flutter_nested/ohos/AppScope/app.json5 b/ohos/flutter_nested/ohos/AppScope/app.json5 new file mode 100644 index 0000000000000000000000000000000000000000..28cf7a8058f7de3ca63bc418a54cb170f37bb971 --- /dev/null +++ b/ohos/flutter_nested/ohos/AppScope/app.json5 @@ -0,0 +1,24 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "app": { + "bundleName": "com.example.flutter_nested", + "vendor": "example", + "versionCode": 1000000, + "versionName": "1.0.0", + "icon": "$media:app_icon", + "label": "$string:app_name" + } +} diff --git a/ohos/flutter_nested/ohos/AppScope/resources/base/element/string.json b/ohos/flutter_nested/ohos/AppScope/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..1ad5bb2e15c6f4f7676ffd0285583bb9136403dd --- /dev/null +++ b/ohos/flutter_nested/ohos/AppScope/resources/base/element/string.json @@ -0,0 +1,8 @@ +{ + "string": [ + { + "name": "app_name", + "value": "flutter_nested" + } + ] +} diff --git a/ohos/flutter_nested/ohos/AppScope/resources/base/media/app_icon.png b/ohos/flutter_nested/ohos/AppScope/resources/base/media/app_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_nested/ohos/AppScope/resources/base/media/app_icon.png differ diff --git a/ohos/flutter_nested/ohos/build-profile.json5 b/ohos/flutter_nested/ohos/build-profile.json5 new file mode 100644 index 0000000000000000000000000000000000000000..90f062064c4316a150e819d08c903325766ef8c3 --- /dev/null +++ b/ohos/flutter_nested/ohos/build-profile.json5 @@ -0,0 +1,44 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "app": { + "signingConfigs": [ + ], + "products": [ + { + "name": "default", + "signingConfig": "default", + "compileSdkVersion": "4.0.0(10)", + "compatibleSdkVersion": "4.0.0(10)", + "runtimeOS": "HarmonyOS", + } + ] + }, + "modules": [ + { + "name": "entry", + "srcPath": "./entry", + "targets": [ + { + "name": "default", + "applyToProducts": [ + "default" + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_nested/ohos/dependencies/hvigor-3.0.9-s.tgz b/ohos/flutter_nested/ohos/dependencies/hvigor-3.0.9-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..65b0d24f94d2aecc1099f8f8220beec695bfb779 Binary files /dev/null and b/ohos/flutter_nested/ohos/dependencies/hvigor-3.0.9-s.tgz differ diff --git a/ohos/flutter_nested/ohos/dependencies/hvigor-ohos-arkui-x-plugin-2.1.7-s.tgz b/ohos/flutter_nested/ohos/dependencies/hvigor-ohos-arkui-x-plugin-2.1.7-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..233a449cbfef6be702d861744254dd89ce633fb7 Binary files /dev/null and b/ohos/flutter_nested/ohos/dependencies/hvigor-ohos-arkui-x-plugin-2.1.7-s.tgz differ diff --git a/ohos/flutter_nested/ohos/dependencies/hvigor-ohos-plugin-3.0.9-s.tgz b/ohos/flutter_nested/ohos/dependencies/hvigor-ohos-plugin-3.0.9-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..e2e499e18dfcd05e1e275579d11697640eb80323 Binary files /dev/null and b/ohos/flutter_nested/ohos/dependencies/hvigor-ohos-plugin-3.0.9-s.tgz differ diff --git a/ohos/flutter_nested/ohos/dependencies/rollup.tgz b/ohos/flutter_nested/ohos/dependencies/rollup.tgz new file mode 100644 index 0000000000000000000000000000000000000000..b224a37a5f69fd22f58c7a28151742eafe7e6317 Binary files /dev/null and b/ohos/flutter_nested/ohos/dependencies/rollup.tgz differ diff --git a/ohos/flutter_nested/ohos/dta/icudtl.dat b/ohos/flutter_nested/ohos/dta/icudtl.dat new file mode 100644 index 0000000000000000000000000000000000000000..d1f10917ab52e3ebd251abd7f5377d7196b80d67 Binary files /dev/null and b/ohos/flutter_nested/ohos/dta/icudtl.dat differ diff --git a/ohos/flutter_nested/ohos/entry/.gitignore b/ohos/flutter_nested/ohos/entry/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..2795a1c5b1fe53659dd1b71d90ba0592eaf7e043 --- /dev/null +++ b/ohos/flutter_nested/ohos/entry/.gitignore @@ -0,0 +1,7 @@ + +/node_modules +/oh_modules +/.preview +/build +/.cxx +/.test \ No newline at end of file diff --git a/ohos/flutter_nested/ohos/entry/build-profile.json5 b/ohos/flutter_nested/ohos/entry/build-profile.json5 new file mode 100644 index 0000000000000000000000000000000000000000..633d360fbc91a3186a23b66ab71b27e5618944cb --- /dev/null +++ b/ohos/flutter_nested/ohos/entry/build-profile.json5 @@ -0,0 +1,29 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "apiType": 'stageMode', + "buildOption": { + }, + "targets": [ + { + "name": "default", + "runtimeOS": "HarmonyOS" + }, + { + "name": "ohosTest", + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_nested/ohos/entry/hvigorfile.ts b/ohos/flutter_nested/ohos/entry/hvigorfile.ts new file mode 100644 index 0000000000000000000000000000000000000000..894fc15c6b793f085e6c8506e43d719af658e8ff --- /dev/null +++ b/ohos/flutter_nested/ohos/entry/hvigorfile.ts @@ -0,0 +1,17 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently. +export { hapTasks } from '@ohos/hvigor-ohos-plugin'; diff --git a/ohos/flutter_nested/ohos/entry/libs/arm64-v8a/libc++_shared.so b/ohos/flutter_nested/ohos/entry/libs/arm64-v8a/libc++_shared.so new file mode 100644 index 0000000000000000000000000000000000000000..831c9353702073d45889352a4dafb93103d67d20 Binary files /dev/null and b/ohos/flutter_nested/ohos/entry/libs/arm64-v8a/libc++_shared.so differ diff --git a/ohos/flutter_nested/ohos/entry/libs/arm64-v8a/libflutter.so b/ohos/flutter_nested/ohos/entry/libs/arm64-v8a/libflutter.so new file mode 100644 index 0000000000000000000000000000000000000000..8ff0d04141a776e448478791df1e2a1c3aa7c5c4 Binary files /dev/null and b/ohos/flutter_nested/ohos/entry/libs/arm64-v8a/libflutter.so differ diff --git a/ohos/flutter_nested/ohos/entry/oh-package.json5 b/ohos/flutter_nested/ohos/entry/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..2529e5ac9dc8fafbb4de22bd802094b5bee73d5d --- /dev/null +++ b/ohos/flutter_nested/ohos/entry/oh-package.json5 @@ -0,0 +1,26 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "license": "", + "devDependencies": {}, + "author": "", + "name": "entry", + "description": "Please describe the basic information.", + "main": "", + "version": "1.0.0", + "dependencies": { + "@ohos/flutter_ohos": "file:../har/flutter_embedding.har" + } +} diff --git a/ohos/flutter_nested/ohos/entry/src/main/ets/entryability/EntryAbility.ets b/ohos/flutter_nested/ohos/entry/src/main/ets/entryability/EntryAbility.ets new file mode 100644 index 0000000000000000000000000000000000000000..321a4eeaacd7b8079a876e25c4dafd498e4d9fb9 --- /dev/null +++ b/ohos/flutter_nested/ohos/entry/src/main/ets/entryability/EntryAbility.ets @@ -0,0 +1,22 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import { FlutterAbility } from '@ohos/flutter_ohos' + +export default class EntryAbility extends FlutterAbility { + onFlutterEngineReady(): void { + super.onFlutterEngineReady() + } +} diff --git a/ohos/flutter_nested/ohos/entry/src/main/ets/pages/Index.ets b/ohos/flutter_nested/ohos/entry/src/main/ets/pages/Index.ets new file mode 100644 index 0000000000000000000000000000000000000000..b53a20c437e96d195487b281e5e95402ea6cb97d --- /dev/null +++ b/ohos/flutter_nested/ohos/entry/src/main/ets/pages/Index.ets @@ -0,0 +1,36 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import common from '@ohos.app.ability.common'; +import { FlutterPage } from '@ohos/flutter_ohos' + +const EVENT_BACK_PRESS = 'EVENT_BACK_PRESS' + +@Entry +@Component +struct Index { + private context = getContext(this) as common.UIAbilityContext + + build() { + Column() { + FlutterPage() + } + } + + onBackPress(): boolean { + this.context.eventHub.emit(EVENT_BACK_PRESS) + return true + } +} \ No newline at end of file diff --git a/ohos/flutter_nested/ohos/entry/src/main/module.json5 b/ohos/flutter_nested/ohos/entry/src/main/module.json5 new file mode 100644 index 0000000000000000000000000000000000000000..7bbf78b18f39991b1404061c7437538c7d532bb7 --- /dev/null +++ b/ohos/flutter_nested/ohos/entry/src/main/module.json5 @@ -0,0 +1,53 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +{ + "module": { + "name": "entry", + "type": "entry", + "description": "$string:module_desc", + "mainElement": "EntryAbility", + "deviceTypes": [ + "phone" + ], + "deliveryWithInstall": true, + "installationFree": false, + "pages": "$profile:main_pages", + "abilities": [ + { + "name": "EntryAbility", + "srcEntry": "./ets/entryability/EntryAbility.ets", + "description": "$string:EntryAbility_desc", + "icon": "$media:icon", + "label": "$string:EntryAbility_label", + "startWindowIcon": "$media:icon", + "startWindowBackground": "$color:start_window_background", + "exported": true, + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ] + } + ], + "requestPermissions": [ + {"name" : "ohos.permission.INTERNET"}, + ] + } +} \ No newline at end of file diff --git a/ohos/flutter_nested/ohos/entry/src/main/resources/base/element/color.json b/ohos/flutter_nested/ohos/entry/src/main/resources/base/element/color.json new file mode 100644 index 0000000000000000000000000000000000000000..3c712962da3c2751c2b9ddb53559afcbd2b54a02 --- /dev/null +++ b/ohos/flutter_nested/ohos/entry/src/main/resources/base/element/color.json @@ -0,0 +1,8 @@ +{ + "color": [ + { + "name": "start_window_background", + "value": "#FFFFFF" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_nested/ohos/entry/src/main/resources/base/element/string.json b/ohos/flutter_nested/ohos/entry/src/main/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..f94595515a99e0c828807e243494f57f09251930 --- /dev/null +++ b/ohos/flutter_nested/ohos/entry/src/main/resources/base/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "module description" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_nested/ohos/entry/src/main/resources/base/media/icon.png b/ohos/flutter_nested/ohos/entry/src/main/resources/base/media/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_nested/ohos/entry/src/main/resources/base/media/icon.png differ diff --git a/ohos/flutter_nested/ohos/entry/src/main/resources/base/profile/main_pages.json b/ohos/flutter_nested/ohos/entry/src/main/resources/base/profile/main_pages.json new file mode 100644 index 0000000000000000000000000000000000000000..1898d94f58d6128ab712be2c68acc7c98e9ab9ce --- /dev/null +++ b/ohos/flutter_nested/ohos/entry/src/main/resources/base/profile/main_pages.json @@ -0,0 +1,5 @@ +{ + "src": [ + "pages/Index" + ] +} diff --git a/ohos/flutter_nested/ohos/entry/src/main/resources/en_US/element/string.json b/ohos/flutter_nested/ohos/entry/src/main/resources/en_US/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..f94595515a99e0c828807e243494f57f09251930 --- /dev/null +++ b/ohos/flutter_nested/ohos/entry/src/main/resources/en_US/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "module description" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_nested/ohos/entry/src/main/resources/zh_CN/element/string.json b/ohos/flutter_nested/ohos/entry/src/main/resources/zh_CN/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..597ecf95e61d7e30367c22fe2f8638008361b044 --- /dev/null +++ b/ohos/flutter_nested/ohos/entry/src/main/resources/zh_CN/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "模块描述" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_nested/ohos/entry/src/ohosTest/ets/test/Ability.test.ets b/ohos/flutter_nested/ohos/entry/src/ohosTest/ets/test/Ability.test.ets new file mode 100644 index 0000000000000000000000000000000000000000..25d4c71ff3cd584f5d64f6f8c0ac864928c234c4 --- /dev/null +++ b/ohos/flutter_nested/ohos/entry/src/ohosTest/ets/test/Ability.test.ets @@ -0,0 +1,50 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; +import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium' + +export default function abilityTest() { + describe('ActsAbilityTest', function () { + // Defines a test suite. Two parameters are supported: test suite name and test suite function. + beforeAll(function () { + // Presets an action, which is performed only once before all test cases of the test suite start. + // This API supports only one parameter: preset action function. + }) + beforeEach(function () { + // Presets an action, which is performed before each unit test case starts. + // The number of execution times is the same as the number of test cases defined by **it**. + // This API supports only one parameter: preset action function. + }) + afterEach(function () { + // Presets a clear action, which is performed after each unit test case ends. + // The number of execution times is the same as the number of test cases defined by **it**. + // This API supports only one parameter: clear action function. + }) + afterAll(function () { + // Presets a clear action, which is performed after all test cases of the test suite end. + // This API supports only one parameter: clear action function. + }) + it('assertContain',0, function () { + // Defines a test case. This API supports three parameters: test case name, filter parameter, and test case function. + hilog.info(0x0000, 'testTag', '%{public}s', 'it begin'); + let a = 'abc' + let b = 'b' + // Defines a variety of assertion methods, which are used to declare expected boolean conditions. + expect(a).assertContain(b) + expect(a).assertEqual(a) + }) + }) +} \ No newline at end of file diff --git a/ohos/flutter_nested/ohos/entry/src/ohosTest/ets/test/List.test.ets b/ohos/flutter_nested/ohos/entry/src/ohosTest/ets/test/List.test.ets new file mode 100644 index 0000000000000000000000000000000000000000..f4140030e65d20df6af30a6bf51e464dea8f8aa6 --- /dev/null +++ b/ohos/flutter_nested/ohos/entry/src/ohosTest/ets/test/List.test.ets @@ -0,0 +1,20 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import abilityTest from './Ability.test' + +export default function testsuite() { + abilityTest() +} \ No newline at end of file diff --git a/ohos/flutter_nested/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets b/ohos/flutter_nested/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets new file mode 100644 index 0000000000000000000000000000000000000000..4ca645e6013cfce8e7dbb728313cb8840c4da660 --- /dev/null +++ b/ohos/flutter_nested/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets @@ -0,0 +1,63 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import UIAbility from '@ohos.app.ability.UIAbility'; +import AbilityDelegatorRegistry from '@ohos.app.ability.abilityDelegatorRegistry'; +import hilog from '@ohos.hilog'; +import { Hypium } from '@ohos/hypium'; +import testsuite from '../test/List.test'; +import window from '@ohos.window'; + +export default class TestAbility extends UIAbility { + onCreate(want, launchParam) { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onCreate'); + hilog.info(0x0000, 'testTag', '%{public}s', 'want param:' + JSON.stringify(want) ?? ''); + hilog.info(0x0000, 'testTag', '%{public}s', 'launchParam:'+ JSON.stringify(launchParam) ?? ''); + var abilityDelegator: any + abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator() + var abilityDelegatorArguments: any + abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments() + hilog.info(0x0000, 'testTag', '%{public}s', 'start run testcase!!!'); + Hypium.hypiumTest(abilityDelegator, abilityDelegatorArguments, testsuite) + } + + onDestroy() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onDestroy'); + } + + onWindowStageCreate(windowStage: window.WindowStage) { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onWindowStageCreate'); + windowStage.loadContent('testability/pages/Index', (err, data) => { + if (err.code) { + hilog.error(0x0000, 'testTag', 'Failed to load the content. Cause: %{public}s', JSON.stringify(err) ?? ''); + return; + } + hilog.info(0x0000, 'testTag', 'Succeeded in loading the content. Data: %{public}s', + JSON.stringify(data) ?? ''); + }); + } + + onWindowStageDestroy() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onWindowStageDestroy'); + } + + onForeground() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onForeground'); + } + + onBackground() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onBackground'); + } +} \ No newline at end of file diff --git a/ohos/flutter_nested/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets b/ohos/flutter_nested/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets new file mode 100644 index 0000000000000000000000000000000000000000..cef0447cd2f137ef82d223ead2e156808878ab90 --- /dev/null +++ b/ohos/flutter_nested/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets @@ -0,0 +1,49 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; + +@Entry +@Component +struct Index { + aboutToAppear() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility index aboutToAppear'); + } + @State message: string = 'Hello World' + build() { + Row() { + Column() { + Text(this.message) + .fontSize(50) + .fontWeight(FontWeight.Bold) + Button() { + Text('next page') + .fontSize(20) + .fontWeight(FontWeight.Bold) + }.type(ButtonType.Capsule) + .margin({ + top: 20 + }) + .backgroundColor('#0D9FFB') + .width('35%') + .height('5%') + .onClick(()=>{ + }) + } + .width('100%') + } + .height('100%') + } + } \ No newline at end of file diff --git a/ohos/flutter_nested/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts b/ohos/flutter_nested/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts new file mode 100644 index 0000000000000000000000000000000000000000..1def08f2e9dcbfa3454a07b7a3b82b173bb90d02 --- /dev/null +++ b/ohos/flutter_nested/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts @@ -0,0 +1,64 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; +import TestRunner from '@ohos.application.testRunner'; +import AbilityDelegatorRegistry from '@ohos.app.ability.abilityDelegatorRegistry'; + +var abilityDelegator = undefined +var abilityDelegatorArguments = undefined + +async function onAbilityCreateCallback() { + hilog.info(0x0000, 'testTag', '%{public}s', 'onAbilityCreateCallback'); +} + +async function addAbilityMonitorCallback(err: any) { + hilog.info(0x0000, 'testTag', 'addAbilityMonitorCallback : %{public}s', JSON.stringify(err) ?? ''); +} + +export default class OpenHarmonyTestRunner implements TestRunner { + constructor() { + } + + onPrepare() { + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner OnPrepare '); + } + + async onRun() { + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner onRun run'); + abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments() + abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator() + var testAbilityName = abilityDelegatorArguments.bundleName + '.TestAbility' + let lMonitor = { + abilityName: testAbilityName, + onAbilityCreate: onAbilityCreateCallback, + }; + abilityDelegator.addAbilityMonitor(lMonitor, addAbilityMonitorCallback) + var cmd = 'aa start -d 0 -a TestAbility' + ' -b ' + abilityDelegatorArguments.bundleName + var debug = abilityDelegatorArguments.parameters['-D'] + if (debug == 'true') + { + cmd += ' -D' + } + hilog.info(0x0000, 'testTag', 'cmd : %{public}s', cmd); + abilityDelegator.executeShellCommand(cmd, + (err: any, d: any) => { + hilog.info(0x0000, 'testTag', 'executeShellCommand : err : %{public}s', JSON.stringify(err) ?? ''); + hilog.info(0x0000, 'testTag', 'executeShellCommand : data : %{public}s', d.stdResult ?? ''); + hilog.info(0x0000, 'testTag', 'executeShellCommand : data : %{public}s', d.exitCode ?? ''); + }) + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner onRun end'); + } +} \ No newline at end of file diff --git a/ohos/flutter_nested/ohos/entry/src/ohosTest/module.json5 b/ohos/flutter_nested/ohos/entry/src/ohosTest/module.json5 new file mode 100644 index 0000000000000000000000000000000000000000..fab77ce2e0c61e3ad010bab5b27ccbd15f9a8c96 --- /dev/null +++ b/ohos/flutter_nested/ohos/entry/src/ohosTest/module.json5 @@ -0,0 +1,51 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "module": { + "name": "entry_test", + "type": "feature", + "description": "$string:module_test_desc", + "mainElement": "TestAbility", + "deviceTypes": [ + "phone" + ], + "deliveryWithInstall": true, + "installationFree": false, + "pages": "$profile:test_pages", + "abilities": [ + { + "name": "TestAbility", + "srcEntry": "./ets/testability/TestAbility.ets", + "description": "$string:TestAbility_desc", + "icon": "$media:icon", + "label": "$string:TestAbility_label", + "exported": true, + "startWindowIcon": "$media:icon", + "startWindowBackground": "$color:start_window_background", + "skills": [ + { + "actions": [ + "action.system.home" + ], + "entities": [ + "entity.system.home" + ] + } + ] + } + ] + } +} diff --git a/ohos/flutter_nested/ohos/entry/src/ohosTest/resources/base/element/color.json b/ohos/flutter_nested/ohos/entry/src/ohosTest/resources/base/element/color.json new file mode 100644 index 0000000000000000000000000000000000000000..3c712962da3c2751c2b9ddb53559afcbd2b54a02 --- /dev/null +++ b/ohos/flutter_nested/ohos/entry/src/ohosTest/resources/base/element/color.json @@ -0,0 +1,8 @@ +{ + "color": [ + { + "name": "start_window_background", + "value": "#FFFFFF" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_nested/ohos/entry/src/ohosTest/resources/base/element/string.json b/ohos/flutter_nested/ohos/entry/src/ohosTest/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..65d8fa5a7cf54aa3943dcd0214f58d1771bc1f6c --- /dev/null +++ b/ohos/flutter_nested/ohos/entry/src/ohosTest/resources/base/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_test_desc", + "value": "test ability description" + }, + { + "name": "TestAbility_desc", + "value": "the test ability" + }, + { + "name": "TestAbility_label", + "value": "test label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_nested/ohos/entry/src/ohosTest/resources/base/media/icon.png b/ohos/flutter_nested/ohos/entry/src/ohosTest/resources/base/media/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_nested/ohos/entry/src/ohosTest/resources/base/media/icon.png differ diff --git a/ohos/flutter_nested/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json b/ohos/flutter_nested/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json new file mode 100644 index 0000000000000000000000000000000000000000..b7e7343cacb32ce982a45e76daad86e435e054fe --- /dev/null +++ b/ohos/flutter_nested/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json @@ -0,0 +1,5 @@ +{ + "src": [ + "testability/pages/Index" + ] +} diff --git a/ohos/flutter_nested/ohos/har/flutter_embedding.har b/ohos/flutter_nested/ohos/har/flutter_embedding.har new file mode 100644 index 0000000000000000000000000000000000000000..d8e07ca297de2100ce605f8af1126daf6eeb5d8f Binary files /dev/null and b/ohos/flutter_nested/ohos/har/flutter_embedding.har differ diff --git a/ohos/flutter_nested/ohos/har/har_product/flutter_embedding.har.debug.10 b/ohos/flutter_nested/ohos/har/har_product/flutter_embedding.har.debug.10 new file mode 100644 index 0000000000000000000000000000000000000000..d8e07ca297de2100ce605f8af1126daf6eeb5d8f Binary files /dev/null and b/ohos/flutter_nested/ohos/har/har_product/flutter_embedding.har.debug.10 differ diff --git a/ohos/flutter_nested/ohos/har/har_product/flutter_embedding.har.debug.9 b/ohos/flutter_nested/ohos/har/har_product/flutter_embedding.har.debug.9 new file mode 100644 index 0000000000000000000000000000000000000000..f0df4ca0064821178bf4254b16e8d23d873827da Binary files /dev/null and b/ohos/flutter_nested/ohos/har/har_product/flutter_embedding.har.debug.9 differ diff --git a/ohos/flutter_nested/ohos/har/har_product/flutter_embedding.har.release.10 b/ohos/flutter_nested/ohos/har/har_product/flutter_embedding.har.release.10 new file mode 100644 index 0000000000000000000000000000000000000000..da9b320a09600f678975b827160441e46144bf08 Binary files /dev/null and b/ohos/flutter_nested/ohos/har/har_product/flutter_embedding.har.release.10 differ diff --git a/ohos/flutter_nested/ohos/har/har_product/flutter_embedding.har.release.9 b/ohos/flutter_nested/ohos/har/har_product/flutter_embedding.har.release.9 new file mode 100644 index 0000000000000000000000000000000000000000..ba52754a80826e5614438b3faf931ed2f487eaab Binary files /dev/null and b/ohos/flutter_nested/ohos/har/har_product/flutter_embedding.har.release.9 differ diff --git a/ohos/flutter_nested/ohos/har/har_product/libflutter.so.debug.10 b/ohos/flutter_nested/ohos/har/har_product/libflutter.so.debug.10 new file mode 100644 index 0000000000000000000000000000000000000000..8ff0d04141a776e448478791df1e2a1c3aa7c5c4 Binary files /dev/null and b/ohos/flutter_nested/ohos/har/har_product/libflutter.so.debug.10 differ diff --git a/ohos/flutter_nested/ohos/har/har_product/libflutter.so.release.10 b/ohos/flutter_nested/ohos/har/har_product/libflutter.so.release.10 new file mode 100644 index 0000000000000000000000000000000000000000..7cdf26180489e807496f02cd4736425b4ad42845 Binary files /dev/null and b/ohos/flutter_nested/ohos/har/har_product/libflutter.so.release.10 differ diff --git a/ohos/flutter_nested/ohos/hvigor/hvigor-config.json5 b/ohos/flutter_nested/ohos/hvigor/hvigor-config.json5 new file mode 100644 index 0000000000000000000000000000000000000000..b8eb5547b14a9ddd7ea0cf0fab0d93fa22b8e919 --- /dev/null +++ b/ohos/flutter_nested/ohos/hvigor/hvigor-config.json5 @@ -0,0 +1,22 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "hvigorVersion": "file:../dependencies/hvigor-3.0.9-s.tgz", + "dependencies": { + "@ohos/hvigor-ohos-plugin": "file:../dependencies/hvigor-ohos-plugin-3.0.9-s.tgz", + "rollup": "file:../dependencies/rollup.tgz", + } +} diff --git a/ohos/flutter_nested/ohos/hvigor/hvigor-wrapper.js b/ohos/flutter_nested/ohos/hvigor/hvigor-wrapper.js new file mode 100644 index 0000000000000000000000000000000000000000..0483791f85b568d236d0ed928334db46e067a8aa --- /dev/null +++ b/ohos/flutter_nested/ohos/hvigor/hvigor-wrapper.js @@ -0,0 +1,16 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +"use strict";var e=require("fs"),t=require("path"),n=require("os"),r=require("crypto"),u=require("child_process"),o=require("constants"),i=require("stream"),s=require("util"),c=require("assert"),a=require("tty"),l=require("zlib"),f=require("net");function d(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var D=d(e),p=d(t),E=d(n),m=d(r),h=d(u),y=d(o),C=d(i),F=d(s),g=d(c),A=d(a),v=d(l),S=d(f),w="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},O={},b={},_={},B=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(_,"__esModule",{value:!0}),_.isMac=_.isLinux=_.isWindows=void 0;const P=B(E.default),k="Windows_NT",x="Linux",N="Darwin";_.isWindows=function(){return P.default.type()===k},_.isLinux=function(){return P.default.type()===x},_.isMac=function(){return P.default.type()===N};var I={},T=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),R=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),M=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&T(t,e,n);return R(t,e),t};Object.defineProperty(I,"__esModule",{value:!0}),I.hash=void 0;const L=M(m.default);I.hash=function(e,t="md5"){return L.createHash(t).update(e,"utf-8").digest("hex")},function(e){var t=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var u in e)"default"!==u&&Object.prototype.hasOwnProperty.call(e,u)&&t(r,e,u);return n(r,e),r};Object.defineProperty(e,"__esModule",{value:!0}),e.HVIGOR_BOOT_JS_FILE_PATH=e.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH=e.HVIGOR_PROJECT_DEPENDENCIES_HOME=e.HVIGOR_PROJECT_WRAPPER_HOME=e.HVIGOR_PROJECT_NAME=e.HVIGOR_PROJECT_ROOT_DIR=e.HVIGOR_PROJECT_CACHES_HOME=e.HVIGOR_PNPM_STORE_PATH=e.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH=e.HVIGOR_WRAPPER_TOOLS_HOME=e.HVIGOR_USER_HOME=e.DEFAULT_PACKAGE_JSON=e.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME=e.PNPM=e.HVIGOR=e.NPM_TOOL=e.PNPM_TOOL=e.HVIGOR_ENGINE_PACKAGE_NAME=void 0;const u=r(p.default),o=r(E.default),i=_,s=I;e.HVIGOR_ENGINE_PACKAGE_NAME="@ohos/hvigor",e.PNPM_TOOL=(0,i.isWindows)()?"pnpm.cmd":"pnpm",e.NPM_TOOL=(0,i.isWindows)()?"npm.cmd":"npm",e.HVIGOR="hvigor",e.PNPM="pnpm",e.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME="hvigor-config.json5",e.DEFAULT_PACKAGE_JSON="package.json",e.HVIGOR_USER_HOME=u.resolve(o.homedir(),".hvigor"),e.HVIGOR_WRAPPER_TOOLS_HOME=u.resolve(e.HVIGOR_USER_HOME,"wrapper","tools"),e.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH=u.resolve(e.HVIGOR_WRAPPER_TOOLS_HOME,"node_modules",".bin",e.PNPM_TOOL),e.HVIGOR_PNPM_STORE_PATH=u.resolve(e.HVIGOR_USER_HOME,"caches"),e.HVIGOR_PROJECT_CACHES_HOME=u.resolve(e.HVIGOR_USER_HOME,"project_caches"),e.HVIGOR_PROJECT_ROOT_DIR=process.cwd(),e.HVIGOR_PROJECT_NAME=u.basename((0,s.hash)(e.HVIGOR_PROJECT_ROOT_DIR)),e.HVIGOR_PROJECT_WRAPPER_HOME=u.resolve(e.HVIGOR_PROJECT_ROOT_DIR,e.HVIGOR),e.HVIGOR_PROJECT_DEPENDENCIES_HOME=u.resolve(e.HVIGOR_PROJECT_CACHES_HOME,e.HVIGOR_PROJECT_NAME,"workspace"),e.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH=u.resolve(e.HVIGOR_PROJECT_DEPENDENCIES_HOME,e.DEFAULT_PACKAGE_JSON),e.HVIGOR_BOOT_JS_FILE_PATH=u.resolve(e.HVIGOR_PROJECT_DEPENDENCIES_HOME,"node_modules","@ohos","hvigor","bin","hvigor.js")}(b);var j={},$={};Object.defineProperty($,"__esModule",{value:!0}),$.logInfoPrintConsole=$.logErrorAndExit=void 0,$.logErrorAndExit=function(e){e instanceof Error?console.error(e.message):console.error(e),process.exit(-1)},$.logInfoPrintConsole=function(e){console.log(e)};var H=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),J=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),G=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&H(t,e,n);return J(t,e),t},V=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(j,"__esModule",{value:!0}),j.isFileExists=j.offlinePluginConversion=j.executeCommand=j.getNpmPath=j.hasNpmPackInPaths=void 0;const U=h.default,W=G(p.default),z=b,K=$,q=V(D.default);j.hasNpmPackInPaths=function(e,t){try{return require.resolve(e,{paths:[...t]}),!0}catch(e){return!1}},j.getNpmPath=function(){const e=process.execPath;return W.join(W.dirname(e),z.NPM_TOOL)},j.executeCommand=function(e,t,n){0!==(0,U.spawnSync)(e,t,n).status&&(0,K.logErrorAndExit)(`Error: ${e} ${t} execute failed.See above for details.`)},j.offlinePluginConversion=function(e,t){return t.startsWith("file:")||t.endsWith(".tgz")?W.resolve(e,z.HVIGOR,t.replace("file:","")):t},j.isFileExists=function(e){return q.default.existsSync(e)&&q.default.statSync(e).isFile()},function(e){var t=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var u in e)"default"!==u&&Object.prototype.hasOwnProperty.call(e,u)&&t(r,e,u);return n(r,e),r},u=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(e,"__esModule",{value:!0}),e.executeInstallPnpm=e.isPnpmAvailable=e.environmentHandler=e.checkNpmConifg=e.PNPM_VERSION=void 0;const o=r(D.default),i=b,s=j,c=r(p.default),a=$,l=h.default,f=u(E.default);e.PNPM_VERSION="7.30.0",e.checkNpmConifg=function(){const e=c.resolve(i.HVIGOR_PROJECT_ROOT_DIR,".npmrc"),t=c.resolve(f.default.homedir(),".npmrc");if((0,s.isFileExists)(e)||(0,s.isFileExists)(t))return;const n=(0,s.getNpmPath)(),r=(0,l.spawnSync)(n,["config","get","prefix"],{cwd:i.HVIGOR_PROJECT_ROOT_DIR});if(0!==r.status||!r.stdout)return void(0,a.logErrorAndExit)("Error: The hvigor depends on the npmrc file. Configure the npmrc file first.");const u=c.resolve(`${r.stdout}`.replace(/[\r\n]/gi,""),".npmrc");(0,s.isFileExists)(u)||(0,a.logErrorAndExit)("Error: The hvigor depends on the npmrc file. Configure the npmrc file first.")},e.environmentHandler=function(){process.env["npm_config_update-notifier"]="false"},e.isPnpmAvailable=function(){return!!o.existsSync(i.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH)&&(0,s.hasNpmPackInPaths)("pnpm",[i.HVIGOR_WRAPPER_TOOLS_HOME])},e.executeInstallPnpm=function(){(0,a.logInfoPrintConsole)(`Installing pnpm@${e.PNPM_VERSION}...`);const t=(0,s.getNpmPath)();!function(){const t=c.resolve(i.HVIGOR_WRAPPER_TOOLS_HOME,i.DEFAULT_PACKAGE_JSON);try{o.existsSync(i.HVIGOR_WRAPPER_TOOLS_HOME)||o.mkdirSync(i.HVIGOR_WRAPPER_TOOLS_HOME,{recursive:!0});const n={dependencies:{}};n.dependencies[i.PNPM]=e.PNPM_VERSION,o.writeFileSync(t,JSON.stringify(n))}catch(e){(0,a.logErrorAndExit)(`Error: EPERM: operation not permitted,create ${t} failed.`)}}(),(0,s.executeCommand)(t,["install","pnpm"],{cwd:i.HVIGOR_WRAPPER_TOOLS_HOME,stdio:["inherit","inherit","inherit"],env:process.env}),(0,a.logInfoPrintConsole)("Pnpm install success.")}}(O);var Y={},X={},Z={},Q={};Object.defineProperty(Q,"__esModule",{value:!0}),Q.Unicode=void 0;class ee{}Q.Unicode=ee,ee.Space_Separator=/[\u1680\u2000-\u200A\u202F\u205F\u3000]/,ee.ID_Start=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]/,ee.ID_Continue=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF9\u1D00-\u1DF9\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDE00-\uDE3E\uDE47\uDE50-\uDE83\uDE86-\uDE99\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/,Object.defineProperty(Z,"__esModule",{value:!0}),Z.JudgeUtil=void 0;const te=Q;Z.JudgeUtil=class{static isIgnoreChar(e){return"string"==typeof e&&("\t"===e||"\v"===e||"\f"===e||" "===e||" "===e||"\ufeff"===e||"\n"===e||"\r"===e||"\u2028"===e||"\u2029"===e)}static isSpaceSeparator(e){return"string"==typeof e&&te.Unicode.Space_Separator.test(e)}static isIdStartChar(e){return"string"==typeof e&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||"$"===e||"_"===e||te.Unicode.ID_Start.test(e))}static isIdContinueChar(e){return"string"==typeof e&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||e>="0"&&e<="9"||"$"===e||"_"===e||"‌"===e||"‍"===e||te.Unicode.ID_Continue.test(e))}static isDigitWithoutZero(e){return/[1-9]/.test(e)}static isDigit(e){return"string"==typeof e&&/[0-9]/.test(e)}static isHexDigit(e){return"string"==typeof e&&/[0-9A-Fa-f]/.test(e)}};var ne={},re={fromCallback:function(e){return Object.defineProperty((function(...t){if("function"!=typeof t[t.length-1])return new Promise(((n,r)=>{e.call(this,...t,((e,t)=>null!=e?r(e):n(t)))}));e.apply(this,t)}),"name",{value:e.name})},fromPromise:function(e){return Object.defineProperty((function(...t){const n=t[t.length-1];if("function"!=typeof n)return e.apply(this,t);e.apply(this,t.slice(0,-1)).then((e=>n(null,e)),n)}),"name",{value:e.name})}},ue=y.default,oe=process.cwd,ie=null,se=process.env.GRACEFUL_FS_PLATFORM||process.platform;process.cwd=function(){return ie||(ie=oe.call(process)),ie};try{process.cwd()}catch(e){}if("function"==typeof process.chdir){var ce=process.chdir;process.chdir=function(e){ie=null,ce.call(process,e)},Object.setPrototypeOf&&Object.setPrototypeOf(process.chdir,ce)}var ae=function(e){ue.hasOwnProperty("O_SYMLINK")&&process.version.match(/^v0\.6\.[0-2]|^v0\.5\./)&&function(e){e.lchmod=function(t,n,r){e.open(t,ue.O_WRONLY|ue.O_SYMLINK,n,(function(t,u){t?r&&r(t):e.fchmod(u,n,(function(t){e.close(u,(function(e){r&&r(t||e)}))}))}))},e.lchmodSync=function(t,n){var r,u=e.openSync(t,ue.O_WRONLY|ue.O_SYMLINK,n),o=!0;try{r=e.fchmodSync(u,n),o=!1}finally{if(o)try{e.closeSync(u)}catch(e){}else e.closeSync(u)}return r}}(e);e.lutimes||function(e){ue.hasOwnProperty("O_SYMLINK")&&e.futimes?(e.lutimes=function(t,n,r,u){e.open(t,ue.O_SYMLINK,(function(t,o){t?u&&u(t):e.futimes(o,n,r,(function(t){e.close(o,(function(e){u&&u(t||e)}))}))}))},e.lutimesSync=function(t,n,r){var u,o=e.openSync(t,ue.O_SYMLINK),i=!0;try{u=e.futimesSync(o,n,r),i=!1}finally{if(i)try{e.closeSync(o)}catch(e){}else e.closeSync(o)}return u}):e.futimes&&(e.lutimes=function(e,t,n,r){r&&process.nextTick(r)},e.lutimesSync=function(){})}(e);e.chown=r(e.chown),e.fchown=r(e.fchown),e.lchown=r(e.lchown),e.chmod=t(e.chmod),e.fchmod=t(e.fchmod),e.lchmod=t(e.lchmod),e.chownSync=u(e.chownSync),e.fchownSync=u(e.fchownSync),e.lchownSync=u(e.lchownSync),e.chmodSync=n(e.chmodSync),e.fchmodSync=n(e.fchmodSync),e.lchmodSync=n(e.lchmodSync),e.stat=o(e.stat),e.fstat=o(e.fstat),e.lstat=o(e.lstat),e.statSync=i(e.statSync),e.fstatSync=i(e.fstatSync),e.lstatSync=i(e.lstatSync),e.chmod&&!e.lchmod&&(e.lchmod=function(e,t,n){n&&process.nextTick(n)},e.lchmodSync=function(){});e.chown&&!e.lchown&&(e.lchown=function(e,t,n,r){r&&process.nextTick(r)},e.lchownSync=function(){});"win32"===se&&(e.rename="function"!=typeof e.rename?e.rename:function(t){function n(n,r,u){var o=Date.now(),i=0;t(n,r,(function s(c){if(c&&("EACCES"===c.code||"EPERM"===c.code||"EBUSY"===c.code)&&Date.now()-o<6e4)return setTimeout((function(){e.stat(r,(function(e,o){e&&"ENOENT"===e.code?t(n,r,s):u(c)}))}),i),void(i<100&&(i+=10));u&&u(c)}))}return Object.setPrototypeOf&&Object.setPrototypeOf(n,t),n}(e.rename));function t(t){return t?function(n,r,u){return t.call(e,n,r,(function(e){s(e)&&(e=null),u&&u.apply(this,arguments)}))}:t}function n(t){return t?function(n,r){try{return t.call(e,n,r)}catch(e){if(!s(e))throw e}}:t}function r(t){return t?function(n,r,u,o){return t.call(e,n,r,u,(function(e){s(e)&&(e=null),o&&o.apply(this,arguments)}))}:t}function u(t){return t?function(n,r,u){try{return t.call(e,n,r,u)}catch(e){if(!s(e))throw e}}:t}function o(t){return t?function(n,r,u){function o(e,t){t&&(t.uid<0&&(t.uid+=4294967296),t.gid<0&&(t.gid+=4294967296)),u&&u.apply(this,arguments)}return"function"==typeof r&&(u=r,r=null),r?t.call(e,n,r,o):t.call(e,n,o)}:t}function i(t){return t?function(n,r){var u=r?t.call(e,n,r):t.call(e,n);return u&&(u.uid<0&&(u.uid+=4294967296),u.gid<0&&(u.gid+=4294967296)),u}:t}function s(e){return!e||("ENOSYS"===e.code||!(process.getuid&&0===process.getuid()||"EINVAL"!==e.code&&"EPERM"!==e.code))}e.read="function"!=typeof e.read?e.read:function(t){function n(n,r,u,o,i,s){var c;if(s&&"function"==typeof s){var a=0;c=function(l,f,d){if(l&&"EAGAIN"===l.code&&a<10)return a++,t.call(e,n,r,u,o,i,c);s.apply(this,arguments)}}return t.call(e,n,r,u,o,i,c)}return Object.setPrototypeOf&&Object.setPrototypeOf(n,t),n}(e.read),e.readSync="function"!=typeof e.readSync?e.readSync:(c=e.readSync,function(t,n,r,u,o){for(var i=0;;)try{return c.call(e,t,n,r,u,o)}catch(e){if("EAGAIN"===e.code&&i<10){i++;continue}throw e}});var c};var le=C.default.Stream,fe=function(e){return{ReadStream:function t(n,r){if(!(this instanceof t))return new t(n,r);le.call(this);var u=this;this.path=n,this.fd=null,this.readable=!0,this.paused=!1,this.flags="r",this.mode=438,this.bufferSize=65536,r=r||{};for(var o=Object.keys(r),i=0,s=o.length;ithis.end)throw new Error("start must be <= end");this.pos=this.start}if(null!==this.fd)return void process.nextTick((function(){u._read()}));e.open(this.path,this.flags,this.mode,(function(e,t){if(e)return u.emit("error",e),void(u.readable=!1);u.fd=t,u.emit("open",t),u._read()}))},WriteStream:function t(n,r){if(!(this instanceof t))return new t(n,r);le.call(this),this.path=n,this.fd=null,this.writable=!0,this.flags="w",this.encoding="binary",this.mode=438,this.bytesWritten=0,r=r||{};for(var u=Object.keys(r),o=0,i=u.length;o= zero");this.pos=this.start}this.busy=!1,this._queue=[],null===this.fd&&(this._open=e.open,this._queue.push([this._open,this.path,this.flags,this.mode,void 0]),this.flush())}}};var de=function(e){if(null===e||"object"!=typeof e)return e;if(e instanceof Object)var t={__proto__:De(e)};else t=Object.create(null);return Object.getOwnPropertyNames(e).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))})),t},De=Object.getPrototypeOf||function(e){return e.__proto__};var pe,Ee,me=D.default,he=ae,ye=fe,Ce=de,Fe=F.default;function ge(e,t){Object.defineProperty(e,pe,{get:function(){return t}})}"function"==typeof Symbol&&"function"==typeof Symbol.for?(pe=Symbol.for("graceful-fs.queue"),Ee=Symbol.for("graceful-fs.previous")):(pe="___graceful-fs.queue",Ee="___graceful-fs.previous");var Ae=function(){};if(Fe.debuglog?Ae=Fe.debuglog("gfs4"):/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&(Ae=function(){var e=Fe.format.apply(Fe,arguments);e="GFS4: "+e.split(/\n/).join("\nGFS4: "),console.error(e)}),!me[pe]){var ve=w[pe]||[];ge(me,ve),me.close=function(e){function t(t,n){return e.call(me,t,(function(e){e||_e(),"function"==typeof n&&n.apply(this,arguments)}))}return Object.defineProperty(t,Ee,{value:e}),t}(me.close),me.closeSync=function(e){function t(t){e.apply(me,arguments),_e()}return Object.defineProperty(t,Ee,{value:e}),t}(me.closeSync),/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&process.on("exit",(function(){Ae(me[pe]),g.default.equal(me[pe].length,0)}))}w[pe]||ge(w,me[pe]);var Se,we=Oe(Ce(me));function Oe(e){he(e),e.gracefulify=Oe,e.createReadStream=function(t,n){return new e.ReadStream(t,n)},e.createWriteStream=function(t,n){return new e.WriteStream(t,n)};var t=e.readFile;e.readFile=function(e,n,r){"function"==typeof n&&(r=n,n=null);return function e(n,r,u,o){return t(n,r,(function(t){!t||"EMFILE"!==t.code&&"ENFILE"!==t.code?"function"==typeof u&&u.apply(this,arguments):be([e,[n,r,u],t,o||Date.now(),Date.now()])}))}(e,n,r)};var n=e.writeFile;e.writeFile=function(e,t,r,u){"function"==typeof r&&(u=r,r=null);return function e(t,r,u,o,i){return n(t,r,u,(function(n){!n||"EMFILE"!==n.code&&"ENFILE"!==n.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,r,u,o],n,i||Date.now(),Date.now()])}))}(e,t,r,u)};var r=e.appendFile;r&&(e.appendFile=function(e,t,n,u){"function"==typeof n&&(u=n,n=null);return function e(t,n,u,o,i){return r(t,n,u,(function(r){!r||"EMFILE"!==r.code&&"ENFILE"!==r.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,n,u,o],r,i||Date.now(),Date.now()])}))}(e,t,n,u)});var u=e.copyFile;u&&(e.copyFile=function(e,t,n,r){"function"==typeof n&&(r=n,n=0);return function e(t,n,r,o,i){return u(t,n,r,(function(u){!u||"EMFILE"!==u.code&&"ENFILE"!==u.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,n,r,o],u,i||Date.now(),Date.now()])}))}(e,t,n,r)});var o=e.readdir;e.readdir=function(e,t,n){"function"==typeof t&&(n=t,t=null);var r=i.test(process.version)?function(e,t,n,r){return o(e,u(e,t,n,r))}:function(e,t,n,r){return o(e,t,u(e,t,n,r))};return r(e,t,n);function u(e,t,n,u){return function(o,i){!o||"EMFILE"!==o.code&&"ENFILE"!==o.code?(i&&i.sort&&i.sort(),"function"==typeof n&&n.call(this,o,i)):be([r,[e,t,n],o,u||Date.now(),Date.now()])}}};var i=/^v[0-5]\./;if("v0.8"===process.version.substr(0,4)){var s=ye(e);d=s.ReadStream,D=s.WriteStream}var c=e.ReadStream;c&&(d.prototype=Object.create(c.prototype),d.prototype.open=function(){var e=this;E(e.path,e.flags,e.mode,(function(t,n){t?(e.autoClose&&e.destroy(),e.emit("error",t)):(e.fd=n,e.emit("open",n),e.read())}))});var a=e.WriteStream;a&&(D.prototype=Object.create(a.prototype),D.prototype.open=function(){var e=this;E(e.path,e.flags,e.mode,(function(t,n){t?(e.destroy(),e.emit("error",t)):(e.fd=n,e.emit("open",n))}))}),Object.defineProperty(e,"ReadStream",{get:function(){return d},set:function(e){d=e},enumerable:!0,configurable:!0}),Object.defineProperty(e,"WriteStream",{get:function(){return D},set:function(e){D=e},enumerable:!0,configurable:!0});var l=d;Object.defineProperty(e,"FileReadStream",{get:function(){return l},set:function(e){l=e},enumerable:!0,configurable:!0});var f=D;function d(e,t){return this instanceof d?(c.apply(this,arguments),this):d.apply(Object.create(d.prototype),arguments)}function D(e,t){return this instanceof D?(a.apply(this,arguments),this):D.apply(Object.create(D.prototype),arguments)}Object.defineProperty(e,"FileWriteStream",{get:function(){return f},set:function(e){f=e},enumerable:!0,configurable:!0});var p=e.open;function E(e,t,n,r){return"function"==typeof n&&(r=n,n=null),function e(t,n,r,u,o){return p(t,n,r,(function(i,s){!i||"EMFILE"!==i.code&&"ENFILE"!==i.code?"function"==typeof u&&u.apply(this,arguments):be([e,[t,n,r,u],i,o||Date.now(),Date.now()])}))}(e,t,n,r)}return e.open=E,e}function be(e){Ae("ENQUEUE",e[0].name,e[1]),me[pe].push(e),Be()}function _e(){for(var e=Date.now(),t=0;t2&&(me[pe][t][3]=e,me[pe][t][4]=e);Be()}function Be(){if(clearTimeout(Se),Se=void 0,0!==me[pe].length){var e=me[pe].shift(),t=e[0],n=e[1],r=e[2],u=e[3],o=e[4];if(void 0===u)Ae("RETRY",t.name,n),t.apply(null,n);else if(Date.now()-u>=6e4){Ae("TIMEOUT",t.name,n);var i=n.pop();"function"==typeof i&&i.call(null,r)}else{var s=Date.now()-o,c=Math.max(o-u,1);s>=Math.min(1.2*c,100)?(Ae("RETRY",t.name,n),t.apply(null,n.concat([u]))):me[pe].push(e)}void 0===Se&&(Se=setTimeout(Be,0))}}process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH&&!me.__patched&&(we=Oe(me),me.__patched=!0),function(e){const t=re.fromCallback,n=we,r=["access","appendFile","chmod","chown","close","copyFile","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","lchmod","lchown","link","lstat","mkdir","mkdtemp","open","opendir","readdir","readFile","readlink","realpath","rename","rm","rmdir","stat","symlink","truncate","unlink","utimes","writeFile"].filter((e=>"function"==typeof n[e]));Object.assign(e,n),r.forEach((r=>{e[r]=t(n[r])})),e.realpath.native=t(n.realpath.native),e.exists=function(e,t){return"function"==typeof t?n.exists(e,t):new Promise((t=>n.exists(e,t)))},e.read=function(e,t,r,u,o,i){return"function"==typeof i?n.read(e,t,r,u,o,i):new Promise(((i,s)=>{n.read(e,t,r,u,o,((e,t,n)=>{if(e)return s(e);i({bytesRead:t,buffer:n})}))}))},e.write=function(e,t,...r){return"function"==typeof r[r.length-1]?n.write(e,t,...r):new Promise(((u,o)=>{n.write(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffer:n})}))}))},"function"==typeof n.writev&&(e.writev=function(e,t,...r){return"function"==typeof r[r.length-1]?n.writev(e,t,...r):new Promise(((u,o)=>{n.writev(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffers:n})}))}))})}(ne);var Pe={},ke={};const xe=p.default;ke.checkPath=function(e){if("win32"===process.platform){if(/[<>:"|?*]/.test(e.replace(xe.parse(e).root,""))){const t=new Error(`Path contains invalid characters: ${e}`);throw t.code="EINVAL",t}}};const Ne=ne,{checkPath:Ie}=ke,Te=e=>"number"==typeof e?e:{mode:511,...e}.mode;Pe.makeDir=async(e,t)=>(Ie(e),Ne.mkdir(e,{mode:Te(t),recursive:!0})),Pe.makeDirSync=(e,t)=>(Ie(e),Ne.mkdirSync(e,{mode:Te(t),recursive:!0}));const Re=re.fromPromise,{makeDir:Me,makeDirSync:Le}=Pe,je=Re(Me);var $e={mkdirs:je,mkdirsSync:Le,mkdirp:je,mkdirpSync:Le,ensureDir:je,ensureDirSync:Le};const He=re.fromPromise,Je=ne;var Ge={pathExists:He((function(e){return Je.access(e).then((()=>!0)).catch((()=>!1))})),pathExistsSync:Je.existsSync};const Ve=we;var Ue=function(e,t,n,r){Ve.open(e,"r+",((e,u)=>{if(e)return r(e);Ve.futimes(u,t,n,(e=>{Ve.close(u,(t=>{r&&r(e||t)}))}))}))},We=function(e,t,n){const r=Ve.openSync(e,"r+");return Ve.futimesSync(r,t,n),Ve.closeSync(r)};const ze=ne,Ke=p.default,qe=F.default;function Ye(e,t,n){const r=n.dereference?e=>ze.stat(e,{bigint:!0}):e=>ze.lstat(e,{bigint:!0});return Promise.all([r(e),r(t).catch((e=>{if("ENOENT"===e.code)return null;throw e}))]).then((([e,t])=>({srcStat:e,destStat:t})))}function Xe(e,t){return t.ino&&t.dev&&t.ino===e.ino&&t.dev===e.dev}function Ze(e,t){const n=Ke.resolve(e).split(Ke.sep).filter((e=>e)),r=Ke.resolve(t).split(Ke.sep).filter((e=>e));return n.reduce(((e,t,n)=>e&&r[n]===t),!0)}function Qe(e,t,n){return`Cannot ${n} '${e}' to a subdirectory of itself, '${t}'.`}var et={checkPaths:function(e,t,n,r,u){qe.callbackify(Ye)(e,t,r,((r,o)=>{if(r)return u(r);const{srcStat:i,destStat:s}=o;if(s){if(Xe(i,s)){const r=Ke.basename(e),o=Ke.basename(t);return"move"===n&&r!==o&&r.toLowerCase()===o.toLowerCase()?u(null,{srcStat:i,destStat:s,isChangingCase:!0}):u(new Error("Source and destination must not be the same."))}if(i.isDirectory()&&!s.isDirectory())return u(new Error(`Cannot overwrite non-directory '${t}' with directory '${e}'.`));if(!i.isDirectory()&&s.isDirectory())return u(new Error(`Cannot overwrite directory '${t}' with non-directory '${e}'.`))}return i.isDirectory()&&Ze(e,t)?u(new Error(Qe(e,t,n))):u(null,{srcStat:i,destStat:s})}))},checkPathsSync:function(e,t,n,r){const{srcStat:u,destStat:o}=function(e,t,n){let r;const u=n.dereference?e=>ze.statSync(e,{bigint:!0}):e=>ze.lstatSync(e,{bigint:!0}),o=u(e);try{r=u(t)}catch(e){if("ENOENT"===e.code)return{srcStat:o,destStat:null};throw e}return{srcStat:o,destStat:r}}(e,t,r);if(o){if(Xe(u,o)){const r=Ke.basename(e),i=Ke.basename(t);if("move"===n&&r!==i&&r.toLowerCase()===i.toLowerCase())return{srcStat:u,destStat:o,isChangingCase:!0};throw new Error("Source and destination must not be the same.")}if(u.isDirectory()&&!o.isDirectory())throw new Error(`Cannot overwrite non-directory '${t}' with directory '${e}'.`);if(!u.isDirectory()&&o.isDirectory())throw new Error(`Cannot overwrite directory '${t}' with non-directory '${e}'.`)}if(u.isDirectory()&&Ze(e,t))throw new Error(Qe(e,t,n));return{srcStat:u,destStat:o}},checkParentPaths:function e(t,n,r,u,o){const i=Ke.resolve(Ke.dirname(t)),s=Ke.resolve(Ke.dirname(r));if(s===i||s===Ke.parse(s).root)return o();ze.stat(s,{bigint:!0},((i,c)=>i?"ENOENT"===i.code?o():o(i):Xe(n,c)?o(new Error(Qe(t,r,u))):e(t,n,s,u,o)))},checkParentPathsSync:function e(t,n,r,u){const o=Ke.resolve(Ke.dirname(t)),i=Ke.resolve(Ke.dirname(r));if(i===o||i===Ke.parse(i).root)return;let s;try{s=ze.statSync(i,{bigint:!0})}catch(e){if("ENOENT"===e.code)return;throw e}if(Xe(n,s))throw new Error(Qe(t,r,u));return e(t,n,i,u)},isSrcSubdir:Ze,areIdentical:Xe};const tt=we,nt=p.default,rt=$e.mkdirs,ut=Ge.pathExists,ot=Ue,it=et;function st(e,t,n,r,u){const o=nt.dirname(n);ut(o,((i,s)=>i?u(i):s?at(e,t,n,r,u):void rt(o,(o=>o?u(o):at(e,t,n,r,u)))))}function ct(e,t,n,r,u,o){Promise.resolve(u.filter(n,r)).then((i=>i?e(t,n,r,u,o):o()),(e=>o(e)))}function at(e,t,n,r,u){(r.dereference?tt.stat:tt.lstat)(t,((o,i)=>o?u(o):i.isDirectory()?function(e,t,n,r,u,o){return t?Dt(n,r,u,o):function(e,t,n,r,u){tt.mkdir(n,(o=>{if(o)return u(o);Dt(t,n,r,(t=>t?u(t):dt(n,e,u)))}))}(e.mode,n,r,u,o)}(i,e,t,n,r,u):i.isFile()||i.isCharacterDevice()||i.isBlockDevice()?function(e,t,n,r,u,o){return t?function(e,t,n,r,u){if(!r.overwrite)return r.errorOnExist?u(new Error(`'${n}' already exists`)):u();tt.unlink(n,(o=>o?u(o):lt(e,t,n,r,u)))}(e,n,r,u,o):lt(e,n,r,u,o)}(i,e,t,n,r,u):i.isSymbolicLink()?function(e,t,n,r,u){tt.readlink(t,((t,o)=>t?u(t):(r.dereference&&(o=nt.resolve(process.cwd(),o)),e?void tt.readlink(n,((t,i)=>t?"EINVAL"===t.code||"UNKNOWN"===t.code?tt.symlink(o,n,u):u(t):(r.dereference&&(i=nt.resolve(process.cwd(),i)),it.isSrcSubdir(o,i)?u(new Error(`Cannot copy '${o}' to a subdirectory of itself, '${i}'.`)):e.isDirectory()&&it.isSrcSubdir(i,o)?u(new Error(`Cannot overwrite '${i}' with '${o}'.`)):function(e,t,n){tt.unlink(t,(r=>r?n(r):tt.symlink(e,t,n)))}(o,n,u)))):tt.symlink(o,n,u))))}(e,t,n,r,u):i.isSocket()?u(new Error(`Cannot copy a socket file: ${t}`)):i.isFIFO()?u(new Error(`Cannot copy a FIFO pipe: ${t}`)):u(new Error(`Unknown file: ${t}`))))}function lt(e,t,n,r,u){tt.copyFile(t,n,(o=>o?u(o):r.preserveTimestamps?function(e,t,n,r){if(function(e){return 0==(128&e)}(e))return function(e,t,n){return dt(e,128|t,n)}(n,e,(u=>u?r(u):ft(e,t,n,r)));return ft(e,t,n,r)}(e.mode,t,n,u):dt(n,e.mode,u)))}function ft(e,t,n,r){!function(e,t,n){tt.stat(e,((e,r)=>e?n(e):ot(t,r.atime,r.mtime,n)))}(t,n,(t=>t?r(t):dt(n,e,r)))}function dt(e,t,n){return tt.chmod(e,t,n)}function Dt(e,t,n,r){tt.readdir(e,((u,o)=>u?r(u):pt(o,e,t,n,r)))}function pt(e,t,n,r,u){const o=e.pop();return o?function(e,t,n,r,u,o){const i=nt.join(n,t),s=nt.join(r,t);it.checkPaths(i,s,"copy",u,((t,c)=>{if(t)return o(t);const{destStat:a}=c;!function(e,t,n,r,u){r.filter?ct(at,e,t,n,r,u):at(e,t,n,r,u)}(a,i,s,u,(t=>t?o(t):pt(e,n,r,u,o)))}))}(e,o,t,n,r,u):u()}var Et=function(e,t,n,r){"function"!=typeof n||r?"function"==typeof n&&(n={filter:n}):(r=n,n={}),r=r||function(){},(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269"),it.checkPaths(e,t,"copy",n,((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;it.checkParentPaths(e,i,t,"copy",(u=>u?r(u):n.filter?ct(st,s,e,t,n,r):st(s,e,t,n,r)))}))};const mt=we,ht=p.default,yt=$e.mkdirsSync,Ct=We,Ft=et;function gt(e,t,n,r){const u=(r.dereference?mt.statSync:mt.lstatSync)(t);if(u.isDirectory())return function(e,t,n,r,u){return t?St(n,r,u):function(e,t,n,r){return mt.mkdirSync(n),St(t,n,r),vt(n,e)}(e.mode,n,r,u)}(u,e,t,n,r);if(u.isFile()||u.isCharacterDevice()||u.isBlockDevice())return function(e,t,n,r,u){return t?function(e,t,n,r){if(r.overwrite)return mt.unlinkSync(n),At(e,t,n,r);if(r.errorOnExist)throw new Error(`'${n}' already exists`)}(e,n,r,u):At(e,n,r,u)}(u,e,t,n,r);if(u.isSymbolicLink())return function(e,t,n,r){let u=mt.readlinkSync(t);r.dereference&&(u=ht.resolve(process.cwd(),u));if(e){let e;try{e=mt.readlinkSync(n)}catch(e){if("EINVAL"===e.code||"UNKNOWN"===e.code)return mt.symlinkSync(u,n);throw e}if(r.dereference&&(e=ht.resolve(process.cwd(),e)),Ft.isSrcSubdir(u,e))throw new Error(`Cannot copy '${u}' to a subdirectory of itself, '${e}'.`);if(mt.statSync(n).isDirectory()&&Ft.isSrcSubdir(e,u))throw new Error(`Cannot overwrite '${e}' with '${u}'.`);return function(e,t){return mt.unlinkSync(t),mt.symlinkSync(e,t)}(u,n)}return mt.symlinkSync(u,n)}(e,t,n,r);if(u.isSocket())throw new Error(`Cannot copy a socket file: ${t}`);if(u.isFIFO())throw new Error(`Cannot copy a FIFO pipe: ${t}`);throw new Error(`Unknown file: ${t}`)}function At(e,t,n,r){return mt.copyFileSync(t,n),r.preserveTimestamps&&function(e,t,n){(function(e){return 0==(128&e)})(e)&&function(e,t){vt(e,128|t)}(n,e);(function(e,t){const n=mt.statSync(e);Ct(t,n.atime,n.mtime)})(t,n)}(e.mode,t,n),vt(n,e.mode)}function vt(e,t){return mt.chmodSync(e,t)}function St(e,t,n){mt.readdirSync(e).forEach((r=>function(e,t,n,r){const u=ht.join(t,e),o=ht.join(n,e),{destStat:i}=Ft.checkPathsSync(u,o,"copy",r);return function(e,t,n,r){if(!r.filter||r.filter(t,n))return gt(e,t,n,r)}(i,u,o,r)}(r,e,t,n)))}var wt=function(e,t,n){"function"==typeof n&&(n={filter:n}),(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269");const{srcStat:r,destStat:u}=Ft.checkPathsSync(e,t,"copy",n);return Ft.checkParentPathsSync(e,r,t,"copy"),function(e,t,n,r){if(r.filter&&!r.filter(t,n))return;const u=ht.dirname(n);mt.existsSync(u)||yt(u);return gt(e,t,n,r)}(u,e,t,n)};var Ot={copy:(0,re.fromCallback)(Et),copySync:wt};const bt=we,_t=p.default,Bt=g.default,Pt="win32"===process.platform;function kt(e){["unlink","chmod","stat","lstat","rmdir","readdir"].forEach((t=>{e[t]=e[t]||bt[t],e[t+="Sync"]=e[t]||bt[t]})),e.maxBusyTries=e.maxBusyTries||3}function xt(e,t,n){let r=0;"function"==typeof t&&(n=t,t={}),Bt(e,"rimraf: missing path"),Bt.strictEqual(typeof e,"string","rimraf: path should be a string"),Bt.strictEqual(typeof n,"function","rimraf: callback function required"),Bt(t,"rimraf: invalid options argument provided"),Bt.strictEqual(typeof t,"object","rimraf: options should be object"),kt(t),Nt(e,t,(function u(o){if(o){if(("EBUSY"===o.code||"ENOTEMPTY"===o.code||"EPERM"===o.code)&&rNt(e,t,u)),100*r)}"ENOENT"===o.code&&(o=null)}n(o)}))}function Nt(e,t,n){Bt(e),Bt(t),Bt("function"==typeof n),t.lstat(e,((r,u)=>r&&"ENOENT"===r.code?n(null):r&&"EPERM"===r.code&&Pt?It(e,t,r,n):u&&u.isDirectory()?Rt(e,t,r,n):void t.unlink(e,(r=>{if(r){if("ENOENT"===r.code)return n(null);if("EPERM"===r.code)return Pt?It(e,t,r,n):Rt(e,t,r,n);if("EISDIR"===r.code)return Rt(e,t,r,n)}return n(r)}))))}function It(e,t,n,r){Bt(e),Bt(t),Bt("function"==typeof r),t.chmod(e,438,(u=>{u?r("ENOENT"===u.code?null:n):t.stat(e,((u,o)=>{u?r("ENOENT"===u.code?null:n):o.isDirectory()?Rt(e,t,n,r):t.unlink(e,r)}))}))}function Tt(e,t,n){let r;Bt(e),Bt(t);try{t.chmodSync(e,438)}catch(e){if("ENOENT"===e.code)return;throw n}try{r=t.statSync(e)}catch(e){if("ENOENT"===e.code)return;throw n}r.isDirectory()?Lt(e,t,n):t.unlinkSync(e)}function Rt(e,t,n,r){Bt(e),Bt(t),Bt("function"==typeof r),t.rmdir(e,(u=>{!u||"ENOTEMPTY"!==u.code&&"EEXIST"!==u.code&&"EPERM"!==u.code?u&&"ENOTDIR"===u.code?r(n):r(u):function(e,t,n){Bt(e),Bt(t),Bt("function"==typeof n),t.readdir(e,((r,u)=>{if(r)return n(r);let o,i=u.length;if(0===i)return t.rmdir(e,n);u.forEach((r=>{xt(_t.join(e,r),t,(r=>{if(!o)return r?n(o=r):void(0==--i&&t.rmdir(e,n))}))}))}))}(e,t,r)}))}function Mt(e,t){let n;kt(t=t||{}),Bt(e,"rimraf: missing path"),Bt.strictEqual(typeof e,"string","rimraf: path should be a string"),Bt(t,"rimraf: missing options"),Bt.strictEqual(typeof t,"object","rimraf: options should be object");try{n=t.lstatSync(e)}catch(n){if("ENOENT"===n.code)return;"EPERM"===n.code&&Pt&&Tt(e,t,n)}try{n&&n.isDirectory()?Lt(e,t,null):t.unlinkSync(e)}catch(n){if("ENOENT"===n.code)return;if("EPERM"===n.code)return Pt?Tt(e,t,n):Lt(e,t,n);if("EISDIR"!==n.code)throw n;Lt(e,t,n)}}function Lt(e,t,n){Bt(e),Bt(t);try{t.rmdirSync(e)}catch(r){if("ENOTDIR"===r.code)throw n;if("ENOTEMPTY"===r.code||"EEXIST"===r.code||"EPERM"===r.code)!function(e,t){if(Bt(e),Bt(t),t.readdirSync(e).forEach((n=>Mt(_t.join(e,n),t))),!Pt){return t.rmdirSync(e,t)}{const n=Date.now();do{try{return t.rmdirSync(e,t)}catch{}}while(Date.now()-n<500)}}(e,t);else if("ENOENT"!==r.code)throw r}}var jt=xt;xt.sync=Mt;const $t=we,Ht=re.fromCallback,Jt=jt;var Gt={remove:Ht((function(e,t){if($t.rm)return $t.rm(e,{recursive:!0,force:!0},t);Jt(e,t)})),removeSync:function(e){if($t.rmSync)return $t.rmSync(e,{recursive:!0,force:!0});Jt.sync(e)}};const Vt=re.fromPromise,Ut=ne,Wt=p.default,zt=$e,Kt=Gt,qt=Vt((async function(e){let t;try{t=await Ut.readdir(e)}catch{return zt.mkdirs(e)}return Promise.all(t.map((t=>Kt.remove(Wt.join(e,t)))))}));function Yt(e){let t;try{t=Ut.readdirSync(e)}catch{return zt.mkdirsSync(e)}t.forEach((t=>{t=Wt.join(e,t),Kt.removeSync(t)}))}var Xt={emptyDirSync:Yt,emptydirSync:Yt,emptyDir:qt,emptydir:qt};const Zt=re.fromCallback,Qt=p.default,en=we,tn=$e;var nn={createFile:Zt((function(e,t){function n(){en.writeFile(e,"",(e=>{if(e)return t(e);t()}))}en.stat(e,((r,u)=>{if(!r&&u.isFile())return t();const o=Qt.dirname(e);en.stat(o,((e,r)=>{if(e)return"ENOENT"===e.code?tn.mkdirs(o,(e=>{if(e)return t(e);n()})):t(e);r.isDirectory()?n():en.readdir(o,(e=>{if(e)return t(e)}))}))}))})),createFileSync:function(e){let t;try{t=en.statSync(e)}catch{}if(t&&t.isFile())return;const n=Qt.dirname(e);try{en.statSync(n).isDirectory()||en.readdirSync(n)}catch(e){if(!e||"ENOENT"!==e.code)throw e;tn.mkdirsSync(n)}en.writeFileSync(e,"")}};const rn=re.fromCallback,un=p.default,on=we,sn=$e,cn=Ge.pathExists,{areIdentical:an}=et;var ln={createLink:rn((function(e,t,n){function r(e,t){on.link(e,t,(e=>{if(e)return n(e);n(null)}))}on.lstat(t,((u,o)=>{on.lstat(e,((u,i)=>{if(u)return u.message=u.message.replace("lstat","ensureLink"),n(u);if(o&&an(i,o))return n(null);const s=un.dirname(t);cn(s,((u,o)=>u?n(u):o?r(e,t):void sn.mkdirs(s,(u=>{if(u)return n(u);r(e,t)}))))}))}))})),createLinkSync:function(e,t){let n;try{n=on.lstatSync(t)}catch{}try{const t=on.lstatSync(e);if(n&&an(t,n))return}catch(e){throw e.message=e.message.replace("lstat","ensureLink"),e}const r=un.dirname(t);return on.existsSync(r)||sn.mkdirsSync(r),on.linkSync(e,t)}};const fn=p.default,dn=we,Dn=Ge.pathExists;var pn={symlinkPaths:function(e,t,n){if(fn.isAbsolute(e))return dn.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:e})));{const r=fn.dirname(t),u=fn.join(r,e);return Dn(u,((t,o)=>t?n(t):o?n(null,{toCwd:u,toDst:e}):dn.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:fn.relative(r,e)})))))}},symlinkPathsSync:function(e,t){let n;if(fn.isAbsolute(e)){if(n=dn.existsSync(e),!n)throw new Error("absolute srcpath does not exist");return{toCwd:e,toDst:e}}{const r=fn.dirname(t),u=fn.join(r,e);if(n=dn.existsSync(u),n)return{toCwd:u,toDst:e};if(n=dn.existsSync(e),!n)throw new Error("relative srcpath does not exist");return{toCwd:e,toDst:fn.relative(r,e)}}}};const En=we;var mn={symlinkType:function(e,t,n){if(n="function"==typeof t?t:n,t="function"!=typeof t&&t)return n(null,t);En.lstat(e,((e,r)=>{if(e)return n(null,"file");t=r&&r.isDirectory()?"dir":"file",n(null,t)}))},symlinkTypeSync:function(e,t){let n;if(t)return t;try{n=En.lstatSync(e)}catch{return"file"}return n&&n.isDirectory()?"dir":"file"}};const hn=re.fromCallback,yn=p.default,Cn=ne,Fn=$e.mkdirs,gn=$e.mkdirsSync,An=pn.symlinkPaths,vn=pn.symlinkPathsSync,Sn=mn.symlinkType,wn=mn.symlinkTypeSync,On=Ge.pathExists,{areIdentical:bn}=et;function _n(e,t,n,r){An(e,t,((u,o)=>{if(u)return r(u);e=o.toDst,Sn(o.toCwd,n,((n,u)=>{if(n)return r(n);const o=yn.dirname(t);On(o,((n,i)=>n?r(n):i?Cn.symlink(e,t,u,r):void Fn(o,(n=>{if(n)return r(n);Cn.symlink(e,t,u,r)}))))}))}))}var Bn={createSymlink:hn((function(e,t,n,r){r="function"==typeof n?n:r,n="function"!=typeof n&&n,Cn.lstat(t,((u,o)=>{!u&&o.isSymbolicLink()?Promise.all([Cn.stat(e),Cn.stat(t)]).then((([u,o])=>{if(bn(u,o))return r(null);_n(e,t,n,r)})):_n(e,t,n,r)}))})),createSymlinkSync:function(e,t,n){let r;try{r=Cn.lstatSync(t)}catch{}if(r&&r.isSymbolicLink()){const n=Cn.statSync(e),r=Cn.statSync(t);if(bn(n,r))return}const u=vn(e,t);e=u.toDst,n=wn(u.toCwd,n);const o=yn.dirname(t);return Cn.existsSync(o)||gn(o),Cn.symlinkSync(e,t,n)}};const{createFile:Pn,createFileSync:kn}=nn,{createLink:xn,createLinkSync:Nn}=ln,{createSymlink:In,createSymlinkSync:Tn}=Bn;var Rn={createFile:Pn,createFileSync:kn,ensureFile:Pn,ensureFileSync:kn,createLink:xn,createLinkSync:Nn,ensureLink:xn,ensureLinkSync:Nn,createSymlink:In,createSymlinkSync:Tn,ensureSymlink:In,ensureSymlinkSync:Tn};var Mn={stringify:function(e,{EOL:t="\n",finalEOL:n=!0,replacer:r=null,spaces:u}={}){const o=n?t:"";return JSON.stringify(e,r,u).replace(/\n/g,t)+o},stripBom:function(e){return Buffer.isBuffer(e)&&(e=e.toString("utf8")),e.replace(/^\uFEFF/,"")}};let Ln;try{Ln=we}catch(e){Ln=D.default}const jn=re,{stringify:$n,stripBom:Hn}=Mn;const Jn=jn.fromPromise((async function(e,t={}){"string"==typeof t&&(t={encoding:t});const n=t.fs||Ln,r=!("throws"in t)||t.throws;let u,o=await jn.fromCallback(n.readFile)(e,t);o=Hn(o);try{u=JSON.parse(o,t?t.reviver:null)}catch(t){if(r)throw t.message=`${e}: ${t.message}`,t;return null}return u}));const Gn=jn.fromPromise((async function(e,t,n={}){const r=n.fs||Ln,u=$n(t,n);await jn.fromCallback(r.writeFile)(e,u,n)}));const Vn={readFile:Jn,readFileSync:function(e,t={}){"string"==typeof t&&(t={encoding:t});const n=t.fs||Ln,r=!("throws"in t)||t.throws;try{let r=n.readFileSync(e,t);return r=Hn(r),JSON.parse(r,t.reviver)}catch(t){if(r)throw t.message=`${e}: ${t.message}`,t;return null}},writeFile:Gn,writeFileSync:function(e,t,n={}){const r=n.fs||Ln,u=$n(t,n);return r.writeFileSync(e,u,n)}};var Un={readJson:Vn.readFile,readJsonSync:Vn.readFileSync,writeJson:Vn.writeFile,writeJsonSync:Vn.writeFileSync};const Wn=re.fromCallback,zn=we,Kn=p.default,qn=$e,Yn=Ge.pathExists;var Xn={outputFile:Wn((function(e,t,n,r){"function"==typeof n&&(r=n,n="utf8");const u=Kn.dirname(e);Yn(u,((o,i)=>o?r(o):i?zn.writeFile(e,t,n,r):void qn.mkdirs(u,(u=>{if(u)return r(u);zn.writeFile(e,t,n,r)}))))})),outputFileSync:function(e,...t){const n=Kn.dirname(e);if(zn.existsSync(n))return zn.writeFileSync(e,...t);qn.mkdirsSync(n),zn.writeFileSync(e,...t)}};const{stringify:Zn}=Mn,{outputFile:Qn}=Xn;var er=async function(e,t,n={}){const r=Zn(t,n);await Qn(e,r,n)};const{stringify:tr}=Mn,{outputFileSync:nr}=Xn;var rr=function(e,t,n){const r=tr(t,n);nr(e,r,n)};const ur=re.fromPromise,or=Un;or.outputJson=ur(er),or.outputJsonSync=rr,or.outputJSON=or.outputJson,or.outputJSONSync=or.outputJsonSync,or.writeJSON=or.writeJson,or.writeJSONSync=or.writeJsonSync,or.readJSON=or.readJson,or.readJSONSync=or.readJsonSync;var ir=or;const sr=we,cr=p.default,ar=Ot.copy,lr=Gt.remove,fr=$e.mkdirp,dr=Ge.pathExists,Dr=et;function pr(e,t,n,r,u){return r?Er(e,t,n,u):n?lr(t,(r=>r?u(r):Er(e,t,n,u))):void dr(t,((r,o)=>r?u(r):o?u(new Error("dest already exists.")):Er(e,t,n,u)))}function Er(e,t,n,r){sr.rename(e,t,(u=>u?"EXDEV"!==u.code?r(u):function(e,t,n,r){const u={overwrite:n,errorOnExist:!0};ar(e,t,u,(t=>t?r(t):lr(e,r)))}(e,t,n,r):r()))}var mr=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=n.overwrite||n.clobber||!1;Dr.checkPaths(e,t,"move",n,((n,o)=>{if(n)return r(n);const{srcStat:i,isChangingCase:s=!1}=o;Dr.checkParentPaths(e,i,t,"move",(n=>n?r(n):function(e){const t=cr.dirname(e);return cr.parse(t).root===t}(t)?pr(e,t,u,s,r):void fr(cr.dirname(t),(n=>n?r(n):pr(e,t,u,s,r)))))}))};const hr=we,yr=p.default,Cr=Ot.copySync,Fr=Gt.removeSync,gr=$e.mkdirpSync,Ar=et;function vr(e,t,n){try{hr.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)throw r;return function(e,t,n){const r={overwrite:n,errorOnExist:!0};return Cr(e,t,r),Fr(e)}(e,t,n)}}var Sr=function(e,t,n){const r=(n=n||{}).overwrite||n.clobber||!1,{srcStat:u,isChangingCase:o=!1}=Ar.checkPathsSync(e,t,"move",n);return Ar.checkParentPathsSync(e,u,t,"move"),function(e){const t=yr.dirname(e);return yr.parse(t).root===t}(t)||gr(yr.dirname(t)),function(e,t,n,r){if(r)return vr(e,t,n);if(n)return Fr(t),vr(e,t,n);if(hr.existsSync(t))throw new Error("dest already exists.");return vr(e,t,n)}(e,t,r,o)};var wr,Or,br,_r,Br,Pr={move:(0,re.fromCallback)(mr),moveSync:Sr},kr={...ne,...Ot,...Xt,...Rn,...ir,...$e,...Pr,...Xn,...Ge,...Gt},xr={},Nr={exports:{}},Ir={exports:{}};function Tr(){if(Or)return wr;Or=1;var e=1e3,t=60*e,n=60*t,r=24*n,u=7*r,o=365.25*r;function i(e,t,n,r){var u=t>=1.5*n;return Math.round(e/n)+" "+r+(u?"s":"")}return wr=function(s,c){c=c||{};var a=typeof s;if("string"===a&&s.length>0)return function(i){if((i=String(i)).length>100)return;var s=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(i);if(!s)return;var c=parseFloat(s[1]);switch((s[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return c*o;case"weeks":case"week":case"w":return c*u;case"days":case"day":case"d":return c*r;case"hours":case"hour":case"hrs":case"hr":case"h":return c*n;case"minutes":case"minute":case"mins":case"min":case"m":return c*t;case"seconds":case"second":case"secs":case"sec":case"s":return c*e;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return c;default:return}}(s);if("number"===a&&isFinite(s))return c.long?function(u){var o=Math.abs(u);if(o>=r)return i(u,o,r,"day");if(o>=n)return i(u,o,n,"hour");if(o>=t)return i(u,o,t,"minute");if(o>=e)return i(u,o,e,"second");return u+" ms"}(s):function(u){var o=Math.abs(u);if(o>=r)return Math.round(u/r)+"d";if(o>=n)return Math.round(u/n)+"h";if(o>=t)return Math.round(u/t)+"m";if(o>=e)return Math.round(u/e)+"s";return u+"ms"}(s);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(s))}}function Rr(){if(_r)return br;return _r=1,br=function(e){function t(e){let r,u,o,i=null;function s(...e){if(!s.enabled)return;const n=s,u=Number(new Date),o=u-(r||u);n.diff=o,n.prev=r,n.curr=u,r=u,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let i=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((r,u)=>{if("%%"===r)return"%";i++;const o=t.formatters[u];if("function"==typeof o){const t=e[i];r=o.call(n,t),e.splice(i,1),i--}return r})),t.formatArgs.call(n,e);(n.log||t.log).apply(n,e)}return s.namespace=e,s.useColors=t.useColors(),s.color=t.selectColor(e),s.extend=n,s.destroy=t.destroy,Object.defineProperty(s,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==i?i:(u!==t.namespaces&&(u=t.namespaces,o=t.enabled(e)),o),set:e=>{i=e}}),"function"==typeof t.init&&t.init(s),s}function n(e,n){const r=t(this.namespace+(void 0===n?":":n)+e);return r.log=this.log,r}function r(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){if(e instanceof Error)return e.stack||e.message;return e},t.disable=function(){const e=[...t.names.map(r),...t.skips.map(r).map((e=>"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){let n;t.save(e),t.namespaces=e,t.names=[],t.skips=[];const r=("string"==typeof e?e:"").split(/[\s,]+/),u=r.length;for(n=0;n{t[n]=e[n]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let n=0;for(let t=0;t{const n=e.startsWith("-")?"":1===e.length?"-":"--",r=t.indexOf(n+e),u=t.indexOf("--");return-1!==r&&(-1===u||r{}),"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."),t.colors=[6,2,3,4,5,1];try{const e=function(){if($r)return jr;$r=1;const e=E.default,t=A.default,n=Vr(),{env:r}=process;let u;function o(e){return 0!==e&&{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}function i(t,o){if(0===u)return 0;if(n("color=16m")||n("color=full")||n("color=truecolor"))return 3;if(n("color=256"))return 2;if(t&&!o&&void 0===u)return 0;const i=u||0;if("dumb"===r.TERM)return i;if("win32"===process.platform){const t=e.release().split(".");return Number(t[0])>=10&&Number(t[2])>=10586?Number(t[2])>=14931?3:2:1}if("CI"in r)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some((e=>e in r))||"codeship"===r.CI_NAME?1:i;if("TEAMCITY_VERSION"in r)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(r.TEAMCITY_VERSION)?1:0;if("truecolor"===r.COLORTERM)return 3;if("TERM_PROGRAM"in r){const e=parseInt((r.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(r.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(r.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(r.TERM)||"COLORTERM"in r?1:i}return n("no-color")||n("no-colors")||n("color=false")||n("color=never")?u=0:(n("color")||n("colors")||n("color=true")||n("color=always"))&&(u=1),"FORCE_COLOR"in r&&(u="true"===r.FORCE_COLOR?1:"false"===r.FORCE_COLOR?0:0===r.FORCE_COLOR.length?1:Math.min(parseInt(r.FORCE_COLOR,10),3)),jr={supportsColor:function(e){return o(i(e,e&&e.isTTY))},stdout:o(i(!0,t.isatty(1))),stderr:o(i(!0,t.isatty(2)))}}();e&&(e.stderr||e).level>=2&&(t.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch(e){}t.inspectOpts=Object.keys(process.env).filter((e=>/^debug_/i.test(e))).reduce(((e,t)=>{const n=t.substring(6).toLowerCase().replace(/_([a-z])/g,((e,t)=>t.toUpperCase()));let r=process.env[t];return r=!!/^(yes|on|true|enabled)$/i.test(r)||!/^(no|off|false|disabled)$/i.test(r)&&("null"===r?null:Number(r)),e[n]=r,e}),{}),e.exports=Rr()(t);const{formatters:u}=e.exports;u.o=function(e){return this.inspectOpts.colors=this.useColors,r.inspect(e,this.inspectOpts).split("\n").map((e=>e.trim())).join(" ")},u.O=function(e){return this.inspectOpts.colors=this.useColors,r.inspect(e,this.inspectOpts)}}(Gr,Gr.exports)),Gr.exports}Jr=Nr,"undefined"==typeof process||"renderer"===process.type||!0===process.browser||process.__nwjs?Jr.exports=(Br||(Br=1,function(e,t){t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const n="color: "+this.color;t.splice(1,0,n,"color: inherit");let r=0,u=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(r++,"%c"===e&&(u=r))})),t.splice(u,0,n)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug")}catch(e){}return!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e},t.useColors=function(){return!("undefined"==typeof window||!window.process||"renderer"!==window.process.type&&!window.process.__nwjs)||("undefined"==typeof navigator||!navigator.userAgent||!navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))&&("undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/))},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=Rr()(t);const{formatters:n}=e.exports;n.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}}(Ir,Ir.exports)),Ir.exports):Jr.exports=Ur();var Wr=function(e){return(e=e||{}).circles?function(e){var t=[],n=[];return e.proto?function e(u){if("object"!=typeof u||null===u)return u;if(u instanceof Date)return new Date(u);if(Array.isArray(u))return r(u,e);if(u instanceof Map)return new Map(r(Array.from(u),e));if(u instanceof Set)return new Set(r(Array.from(u),e));var o={};for(var i in t.push(u),n.push(o),u){var s=u[i];if("object"!=typeof s||null===s)o[i]=s;else if(s instanceof Date)o[i]=new Date(s);else if(s instanceof Map)o[i]=new Map(r(Array.from(s),e));else if(s instanceof Set)o[i]=new Set(r(Array.from(s),e));else if(ArrayBuffer.isView(s))o[i]=zr(s);else{var c=t.indexOf(s);o[i]=-1!==c?n[c]:e(s)}}return t.pop(),n.pop(),o}:function e(u){if("object"!=typeof u||null===u)return u;if(u instanceof Date)return new Date(u);if(Array.isArray(u))return r(u,e);if(u instanceof Map)return new Map(r(Array.from(u),e));if(u instanceof Set)return new Set(r(Array.from(u),e));var o={};for(var i in t.push(u),n.push(o),u)if(!1!==Object.hasOwnProperty.call(u,i)){var s=u[i];if("object"!=typeof s||null===s)o[i]=s;else if(s instanceof Date)o[i]=new Date(s);else if(s instanceof Map)o[i]=new Map(r(Array.from(s),e));else if(s instanceof Set)o[i]=new Set(r(Array.from(s),e));else if(ArrayBuffer.isView(s))o[i]=zr(s);else{var c=t.indexOf(s);o[i]=-1!==c?n[c]:e(s)}}return t.pop(),n.pop(),o};function r(e,r){for(var u=Object.keys(e),o=new Array(u.length),i=0;i!e,Qr=e=>e&&"object"==typeof e&&!Array.isArray(e),eu=(e,t,n)=>{(Array.isArray(t)?t:[t]).forEach((t=>{if(t)throw new Error(`Problem with log4js configuration: (${Kr.inspect(e,{depth:5})}) - ${n}`)}))};var tu={configure:e=>{qr("New configuration to be validated: ",e),eu(e,Zr(Qr(e)),"must be an object."),qr(`Calling pre-processing listeners (${Yr.length})`),Yr.forEach((t=>t(e))),qr("Configuration pre-processing finished."),qr(`Calling configuration listeners (${Xr.length})`),Xr.forEach((t=>t(e))),qr("Configuration finished.")},addListener:e=>{Xr.push(e),qr(`Added listener, now ${Xr.length} listeners`)},addPreProcessingListener:e=>{Yr.push(e),qr(`Added pre-processing listener, now ${Yr.length} listeners`)},throwExceptionIf:eu,anObject:Qr,anInteger:e=>e&&"number"==typeof e&&Number.isInteger(e),validIdentifier:e=>/^[A-Za-z][A-Za-z0-9_]*$/g.test(e),not:Zr},nu={exports:{}};!function(e){function t(e,t){for(var n=e.toString();n.length-1?s:c,l=n(u.getHours()),f=n(u.getMinutes()),d=n(u.getSeconds()),D=t(u.getMilliseconds(),3),p=function(e){var t=Math.abs(e),n=String(Math.floor(t/60)),r=String(t%60);return n=("0"+n).slice(-2),r=("0"+r).slice(-2),0===e?"Z":(e<0?"+":"-")+n+":"+r}(u.getTimezoneOffset());return r.replace(/dd/g,o).replace(/MM/g,i).replace(/y{1,4}/g,a).replace(/hh/g,l).replace(/mm/g,f).replace(/ss/g,d).replace(/SSS/g,D).replace(/O/g,p)}function u(e,t,n,r){e["set"+(r?"":"UTC")+t](n)}e.exports=r,e.exports.asString=r,e.exports.parse=function(t,n,r){if(!t)throw new Error("pattern must be supplied");return function(t,n,r){var o=t.indexOf("O")<0,i=!1,s=[{pattern:/y{1,4}/,regexp:"\\d{1,4}",fn:function(e,t){u(e,"FullYear",t,o)}},{pattern:/MM/,regexp:"\\d{1,2}",fn:function(e,t){u(e,"Month",t-1,o),e.getMonth()!==t-1&&(i=!0)}},{pattern:/dd/,regexp:"\\d{1,2}",fn:function(e,t){i&&u(e,"Month",e.getMonth()-1,o),u(e,"Date",t,o)}},{pattern:/hh/,regexp:"\\d{1,2}",fn:function(e,t){u(e,"Hours",t,o)}},{pattern:/mm/,regexp:"\\d\\d",fn:function(e,t){u(e,"Minutes",t,o)}},{pattern:/ss/,regexp:"\\d\\d",fn:function(e,t){u(e,"Seconds",t,o)}},{pattern:/SSS/,regexp:"\\d\\d\\d",fn:function(e,t){u(e,"Milliseconds",t,o)}},{pattern:/O/,regexp:"[+-]\\d{1,2}:?\\d{2}?|Z",fn:function(e,t){t="Z"===t?0:t.replace(":","");var n=Math.abs(t),r=(t>0?-1:1)*(n%100+60*Math.floor(n/100));e.setUTCMinutes(e.getUTCMinutes()+r)}}],c=s.reduce((function(e,t){return t.pattern.test(e.regexp)?(t.index=e.regexp.match(t.pattern).index,e.regexp=e.regexp.replace(t.pattern,"("+t.regexp+")")):t.index=-1,e}),{regexp:t,index:[]}),a=s.filter((function(e){return e.index>-1}));a.sort((function(e,t){return e.index-t.index}));var l=new RegExp(c.regexp).exec(n);if(l){var f=r||e.exports.now();return a.forEach((function(e,t){e.fn(f,l[t+1])})),f}throw new Error("String '"+n+"' could not be parsed as '"+t+"'")}(t,n,r)},e.exports.now=function(){return new Date},e.exports.ISO8601_FORMAT="yyyy-MM-ddThh:mm:ss.SSS",e.exports.ISO8601_WITH_TZ_OFFSET_FORMAT="yyyy-MM-ddThh:mm:ss.SSSO",e.exports.DATETIME_FORMAT="dd MM yyyy hh:mm:ss.SSS",e.exports.ABSOLUTETIME_FORMAT="hh:mm:ss.SSS"}(nu);const ru=nu.exports,uu=E.default,ou=F.default,iu=p.default,su={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[90,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[91,39],yellow:[33,39]};function cu(e){return e?`[${su[e][0]}m`:""}function au(e){return e?`[${su[e][1]}m`:""}function lu(e,t){return n=ou.format("[%s] [%s] %s - ",ru.asString(e.startTime),e.level.toString(),e.categoryName),cu(r=t)+n+au(r);var n,r}function fu(e){return lu(e)+ou.format(...e.data)}function du(e){return lu(e,e.level.colour)+ou.format(...e.data)}function Du(e){return ou.format(...e.data)}function pu(e){return e.data[0]}function Eu(e,t){const n=/%(-?[0-9]+)?(\.?-?[0-9]+)?([[\]cdhmnprzxXyflos%])(\{([^}]+)\})?|([^%]+)/;function r(e){return e&&e.pid?e.pid.toString():process.pid.toString()}e=e||"%r %p %c - %m%n";const u={c:function(e,t){let n=e.categoryName;if(t){const e=parseInt(t,10),r=n.split(".");ee&&(n=r.slice(-e).join(iu.sep))}return n},l:function(e){return e.lineNumber?`${e.lineNumber}`:""},o:function(e){return e.columnNumber?`${e.columnNumber}`:""},s:function(e){return e.callStack||""}};function o(e,t,n){return u[e](t,n)}function i(e,t,n){let r=e;return r=function(e,t){let n;return e?(n=parseInt(e.substr(1),10),n>0?t.slice(0,n):t.slice(n)):t}(t,r),r=function(e,t){let n;if(e)if("-"===e.charAt(0))for(n=parseInt(e.substr(1),10);t.lengthDu,basic:()=>fu,colored:()=>du,coloured:()=>du,pattern:e=>Eu(e&&e.pattern,e&&e.tokens),dummy:()=>pu};var hu={basicLayout:fu,messagePassThroughLayout:Du,patternLayout:Eu,colouredLayout:du,coloredLayout:du,dummyLayout:pu,addLayout(e,t){mu[e]=t},layout:(e,t)=>mu[e]&&mu[e](t)};const yu=tu,Cu=["white","grey","black","blue","cyan","green","magenta","red","yellow"];class Fu{constructor(e,t,n){this.level=e,this.levelStr=t,this.colour=n}toString(){return this.levelStr}static getLevel(e,t){return e?e instanceof Fu?e:(e instanceof Object&&e.levelStr&&(e=e.levelStr),Fu[e.toString().toUpperCase()]||t):t}static addLevels(e){if(e){Object.keys(e).forEach((t=>{const n=t.toUpperCase();Fu[n]=new Fu(e[t].value,n,e[t].colour);const r=Fu.levels.findIndex((e=>e.levelStr===n));r>-1?Fu.levels[r]=Fu[n]:Fu.levels.push(Fu[n])})),Fu.levels.sort(((e,t)=>e.level-t.level))}}isLessThanOrEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level<=e.level}isGreaterThanOrEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level>=e.level}isEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level===e.level}}Fu.levels=[],Fu.addLevels({ALL:{value:Number.MIN_VALUE,colour:"grey"},TRACE:{value:5e3,colour:"blue"},DEBUG:{value:1e4,colour:"cyan"},INFO:{value:2e4,colour:"green"},WARN:{value:3e4,colour:"yellow"},ERROR:{value:4e4,colour:"red"},FATAL:{value:5e4,colour:"magenta"},MARK:{value:9007199254740992,colour:"grey"},OFF:{value:Number.MAX_VALUE,colour:"grey"}}),yu.addListener((e=>{const t=e.levels;if(t){yu.throwExceptionIf(e,yu.not(yu.anObject(t)),"levels must be an object");Object.keys(t).forEach((n=>{yu.throwExceptionIf(e,yu.not(yu.validIdentifier(n)),`level name "${n}" is not a valid identifier (must start with a letter, only contain A-Z,a-z,0-9,_)`),yu.throwExceptionIf(e,yu.not(yu.anObject(t[n])),`level "${n}" must be an object`),yu.throwExceptionIf(e,yu.not(t[n].value),`level "${n}" must have a 'value' property`),yu.throwExceptionIf(e,yu.not(yu.anInteger(t[n].value)),`level "${n}".value must have an integer value`),yu.throwExceptionIf(e,yu.not(t[n].colour),`level "${n}" must have a 'colour' property`),yu.throwExceptionIf(e,yu.not(Cu.indexOf(t[n].colour)>-1),`level "${n}".colour must be one of ${Cu.join(", ")}`)}))}})),yu.addListener((e=>{Fu.addLevels(e.levels)}));var gu=Fu,Au={exports:{}},vu={};/*! (c) 2020 Andrea Giammarchi */ +const{parse:Su,stringify:wu}=JSON,{keys:Ou}=Object,bu=String,_u="string",Bu={},Pu="object",ku=(e,t)=>t,xu=e=>e instanceof bu?bu(e):e,Nu=(e,t)=>typeof t===_u?new bu(t):t,Iu=(e,t,n,r)=>{const u=[];for(let o=Ou(n),{length:i}=o,s=0;s{const r=bu(t.push(n)-1);return e.set(n,r),r},Ru=(e,t)=>{const n=Su(e,Nu).map(xu),r=n[0],u=t||ku,o=typeof r===Pu&&r?Iu(n,new Set,r,u):r;return u.call({"":o},"",o)};vu.parse=Ru;const Mu=(e,t,n)=>{const r=t&&typeof t===Pu?(e,n)=>""===e||-1Su(Mu(e));vu.fromJSON=e=>Ru(wu(e));const Lu=vu,ju=gu;class $u{constructor(e,t,n,r,u){this.startTime=new Date,this.categoryName=e,this.data=n,this.level=t,this.context=Object.assign({},r),this.pid=process.pid,u&&(this.functionName=u.functionName,this.fileName=u.fileName,this.lineNumber=u.lineNumber,this.columnNumber=u.columnNumber,this.callStack=u.callStack)}serialise(){const e=this.data.map((e=>(e&&e.message&&e.stack&&(e=Object.assign({message:e.message,stack:e.stack},e)),e)));return this.data=e,Lu.stringify(this)}static deserialise(e){let t;try{const n=Lu.parse(e);n.data=n.data.map((e=>{if(e&&e.message&&e.stack){const t=new Error(e);Object.keys(e).forEach((n=>{t[n]=e[n]})),e=t}return e})),t=new $u(n.categoryName,ju.getLevel(n.level.levelStr),n.data,n.context),t.startTime=new Date(n.startTime),t.pid=n.pid,t.cluster=n.cluster}catch(n){t=new $u("log4js",ju.ERROR,["Unable to parse log:",e,"because: ",n])}return t}}var Hu=$u;const Ju=Nr.exports("log4js:clustering"),Gu=Hu,Vu=tu;let Uu=!1,Wu=null;try{Wu=require("cluster")}catch(e){Ju("cluster module not present"),Uu=!0}const zu=[];let Ku=!1,qu="NODE_APP_INSTANCE";const Yu=()=>Ku&&"0"===process.env[qu],Xu=()=>Uu||Wu.isMaster||Yu(),Zu=e=>{zu.forEach((t=>t(e)))},Qu=(e,t)=>{if(Ju("cluster message received from worker ",e,": ",t),e.topic&&e.data&&(t=e,e=void 0),t&&t.topic&&"log4js:message"===t.topic){Ju("received message: ",t.data);const e=Gu.deserialise(t.data);Zu(e)}};Uu||Vu.addListener((e=>{zu.length=0,({pm2:Ku,disableClustering:Uu,pm2InstanceVar:qu="NODE_APP_INSTANCE"}=e),Ju(`clustering disabled ? ${Uu}`),Ju(`cluster.isMaster ? ${Wu&&Wu.isMaster}`),Ju(`pm2 enabled ? ${Ku}`),Ju(`pm2InstanceVar = ${qu}`),Ju(`process.env[${qu}] = ${process.env[qu]}`),Ku&&process.removeListener("message",Qu),Wu&&Wu.removeListener&&Wu.removeListener("message",Qu),Uu||e.disableClustering?Ju("Not listening for cluster messages, because clustering disabled."):Yu()?(Ju("listening for PM2 broadcast messages"),process.on("message",Qu)):Wu.isMaster?(Ju("listening for cluster messages"),Wu.on("message",Qu)):Ju("not listening for messages, because we are not a master process")}));var eo={onlyOnMaster:(e,t)=>Xu()?e():t,isMaster:Xu,send:e=>{Xu()?Zu(e):(Ku||(e.cluster={workerId:Wu.worker.id,worker:process.pid}),process.send({topic:"log4js:message",data:e.serialise()}))},onMessage:e=>{zu.push(e)}},to={};function no(e){if("number"==typeof e&&Number.isInteger(e))return e;const t={K:1024,M:1048576,G:1073741824},n=Object.keys(t),r=e.substr(e.length-1).toLocaleUpperCase(),u=e.substring(0,e.length-1).trim();if(n.indexOf(r)<0||!Number.isInteger(Number(u)))throw Error(`maxLogSize: "${e}" is invalid`);return u*t[r]}function ro(e){return function(e,t){const n=Object.assign({},t);return Object.keys(e).forEach((r=>{n[r]&&(n[r]=e[r](t[r]))})),n}({maxLogSize:no},e)}const uo={file:ro,fileSync:ro};to.modifyConfig=e=>uo[e.type]?uo[e.type](e):e;var oo={};const io=console.log.bind(console);oo.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{io(e(n,t))}}(n,e.timezoneOffset)};var so={};so.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{process.stdout.write(`${e(n,t)}\n`)}}(n,e.timezoneOffset)};var co={};co.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{process.stderr.write(`${e(n,t)}\n`)}}(n,e.timezoneOffset)};var ao={};ao.configure=function(e,t,n,r){const u=n(e.appender);return function(e,t,n,r){const u=r.getLevel(e),o=r.getLevel(t,r.FATAL);return e=>{const t=e.level;t.isGreaterThanOrEqualTo(u)&&t.isLessThanOrEqualTo(o)&&n(e)}}(e.level,e.maxLevel,u,r)};var lo={};const fo=Nr.exports("log4js:categoryFilter");lo.configure=function(e,t,n){const r=n(e.appender);return function(e,t){return"string"==typeof e&&(e=[e]),n=>{fo(`Checking ${n.categoryName} against ${e}`),-1===e.indexOf(n.categoryName)&&(fo("Not excluded, sending to appender"),t(n))}}(e.exclude,r)};var Do={};const po=Nr.exports("log4js:noLogFilter");Do.configure=function(e,t,n){const r=n(e.appender);return function(e,t){return n=>{po(`Checking data: ${n.data} against filters: ${e}`),"string"==typeof e&&(e=[e]),e=e.filter((e=>null!=e&&""!==e));const r=new RegExp(e.join("|"),"i");(0===e.length||n.data.findIndex((e=>r.test(e)))<0)&&(po("Not excluded, sending to appender"),t(n))}}(e.exclude,r)};var Eo={},mo={exports:{}},ho={},yo={fromCallback:function(e){return Object.defineProperty((function(){if("function"!=typeof arguments[arguments.length-1])return new Promise(((t,n)=>{arguments[arguments.length]=(e,r)=>{if(e)return n(e);t(r)},arguments.length++,e.apply(this,arguments)}));e.apply(this,arguments)}),"name",{value:e.name})},fromPromise:function(e){return Object.defineProperty((function(){const t=arguments[arguments.length-1];if("function"!=typeof t)return e.apply(this,arguments);e.apply(this,arguments).then((e=>t(null,e)),t)}),"name",{value:e.name})}};!function(e){const t=yo.fromCallback,n=we,r=["access","appendFile","chmod","chown","close","copyFile","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","lchown","lchmod","link","lstat","mkdir","mkdtemp","open","readFile","readdir","readlink","realpath","rename","rmdir","stat","symlink","truncate","unlink","utimes","writeFile"].filter((e=>"function"==typeof n[e]));Object.keys(n).forEach((t=>{"promises"!==t&&(e[t]=n[t])})),r.forEach((r=>{e[r]=t(n[r])})),e.exists=function(e,t){return"function"==typeof t?n.exists(e,t):new Promise((t=>n.exists(e,t)))},e.read=function(e,t,r,u,o,i){return"function"==typeof i?n.read(e,t,r,u,o,i):new Promise(((i,s)=>{n.read(e,t,r,u,o,((e,t,n)=>{if(e)return s(e);i({bytesRead:t,buffer:n})}))}))},e.write=function(e,t,...r){return"function"==typeof r[r.length-1]?n.write(e,t,...r):new Promise(((u,o)=>{n.write(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffer:n})}))}))},"function"==typeof n.realpath.native&&(e.realpath.native=t(n.realpath.native))}(ho);const Co=p.default;function Fo(e){return(e=Co.normalize(Co.resolve(e)).split(Co.sep)).length>0?e[0]:null}const go=/[<>:"|?*]/;var Ao=function(e){const t=Fo(e);return e=e.replace(t,""),go.test(e)};const vo=we,So=p.default,wo=Ao,Oo=parseInt("0777",8);var bo=function e(t,n,r,u){if("function"==typeof n?(r=n,n={}):n&&"object"==typeof n||(n={mode:n}),"win32"===process.platform&&wo(t)){const e=new Error(t+" contains invalid WIN32 path characters.");return e.code="EINVAL",r(e)}let o=n.mode;const i=n.fs||vo;void 0===o&&(o=Oo&~process.umask()),u||(u=null),r=r||function(){},t=So.resolve(t),i.mkdir(t,o,(o=>{if(!o)return r(null,u=u||t);if("ENOENT"===o.code){if(So.dirname(t)===t)return r(o);e(So.dirname(t),n,((u,o)=>{u?r(u,o):e(t,n,r,o)}))}else i.stat(t,((e,t)=>{e||!t.isDirectory()?r(o,u):r(null,u)}))}))};const _o=we,Bo=p.default,Po=Ao,ko=parseInt("0777",8);var xo=function e(t,n,r){n&&"object"==typeof n||(n={mode:n});let u=n.mode;const o=n.fs||_o;if("win32"===process.platform&&Po(t)){const e=new Error(t+" contains invalid WIN32 path characters.");throw e.code="EINVAL",e}void 0===u&&(u=ko&~process.umask()),r||(r=null),t=Bo.resolve(t);try{o.mkdirSync(t,u),r=r||t}catch(u){if("ENOENT"===u.code){if(Bo.dirname(t)===t)throw u;r=e(Bo.dirname(t),n,r),e(t,n,r)}else{let e;try{e=o.statSync(t)}catch(e){throw u}if(!e.isDirectory())throw u}}return r};const No=(0,yo.fromCallback)(bo);var Io={mkdirs:No,mkdirsSync:xo,mkdirp:No,mkdirpSync:xo,ensureDir:No,ensureDirSync:xo};const To=we;E.default,p.default;var Ro=function(e,t,n,r){To.open(e,"r+",((e,u)=>{if(e)return r(e);To.futimes(u,t,n,(e=>{To.close(u,(t=>{r&&r(e||t)}))}))}))},Mo=function(e,t,n){const r=To.openSync(e,"r+");return To.futimesSync(r,t,n),To.closeSync(r)};const Lo=we,jo=p.default,$o=10,Ho=5,Jo=0,Go=process.versions.node.split("."),Vo=Number.parseInt(Go[0],10),Uo=Number.parseInt(Go[1],10),Wo=Number.parseInt(Go[2],10);function zo(){if(Vo>$o)return!0;if(Vo===$o){if(Uo>Ho)return!0;if(Uo===Ho&&Wo>=Jo)return!0}return!1}function Ko(e,t){const n=jo.resolve(e).split(jo.sep).filter((e=>e)),r=jo.resolve(t).split(jo.sep).filter((e=>e));return n.reduce(((e,t,n)=>e&&r[n]===t),!0)}function qo(e,t,n){return`Cannot ${n} '${e}' to a subdirectory of itself, '${t}'.`}var Yo,Xo,Zo={checkPaths:function(e,t,n,r){!function(e,t,n){zo()?Lo.stat(e,{bigint:!0},((e,r)=>{if(e)return n(e);Lo.stat(t,{bigint:!0},((e,t)=>e?"ENOENT"===e.code?n(null,{srcStat:r,destStat:null}):n(e):n(null,{srcStat:r,destStat:t})))})):Lo.stat(e,((e,r)=>{if(e)return n(e);Lo.stat(t,((e,t)=>e?"ENOENT"===e.code?n(null,{srcStat:r,destStat:null}):n(e):n(null,{srcStat:r,destStat:t})))}))}(e,t,((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;return s&&s.ino&&s.dev&&s.ino===i.ino&&s.dev===i.dev?r(new Error("Source and destination must not be the same.")):i.isDirectory()&&Ko(e,t)?r(new Error(qo(e,t,n))):r(null,{srcStat:i,destStat:s})}))},checkPathsSync:function(e,t,n){const{srcStat:r,destStat:u}=function(e,t){let n,r;n=zo()?Lo.statSync(e,{bigint:!0}):Lo.statSync(e);try{r=zo()?Lo.statSync(t,{bigint:!0}):Lo.statSync(t)}catch(e){if("ENOENT"===e.code)return{srcStat:n,destStat:null};throw e}return{srcStat:n,destStat:r}}(e,t);if(u&&u.ino&&u.dev&&u.ino===r.ino&&u.dev===r.dev)throw new Error("Source and destination must not be the same.");if(r.isDirectory()&&Ko(e,t))throw new Error(qo(e,t,n));return{srcStat:r,destStat:u}},checkParentPaths:function e(t,n,r,u,o){const i=jo.resolve(jo.dirname(t)),s=jo.resolve(jo.dirname(r));if(s===i||s===jo.parse(s).root)return o();zo()?Lo.stat(s,{bigint:!0},((i,c)=>i?"ENOENT"===i.code?o():o(i):c.ino&&c.dev&&c.ino===n.ino&&c.dev===n.dev?o(new Error(qo(t,r,u))):e(t,n,s,u,o))):Lo.stat(s,((i,c)=>i?"ENOENT"===i.code?o():o(i):c.ino&&c.dev&&c.ino===n.ino&&c.dev===n.dev?o(new Error(qo(t,r,u))):e(t,n,s,u,o)))},checkParentPathsSync:function e(t,n,r,u){const o=jo.resolve(jo.dirname(t)),i=jo.resolve(jo.dirname(r));if(i===o||i===jo.parse(i).root)return;let s;try{s=zo()?Lo.statSync(i,{bigint:!0}):Lo.statSync(i)}catch(e){if("ENOENT"===e.code)return;throw e}if(s.ino&&s.dev&&s.ino===n.ino&&s.dev===n.dev)throw new Error(qo(t,r,u));return e(t,n,i,u)},isSrcSubdir:Ko};const Qo=we,ei=p.default,ti=Io.mkdirsSync,ni=Mo,ri=Zo;function ui(e,t,n,r){if(!r.filter||r.filter(t,n))return function(e,t,n,r){const u=r.dereference?Qo.statSync:Qo.lstatSync,o=u(t);if(o.isDirectory())return function(e,t,n,r,u){if(!t)return function(e,t,n,r){return Qo.mkdirSync(n),ii(t,n,r),Qo.chmodSync(n,e.mode)}(e,n,r,u);if(t&&!t.isDirectory())throw new Error(`Cannot overwrite non-directory '${r}' with directory '${n}'.`);return ii(n,r,u)}(o,e,t,n,r);if(o.isFile()||o.isCharacterDevice()||o.isBlockDevice())return function(e,t,n,r,u){return t?function(e,t,n,r){if(r.overwrite)return Qo.unlinkSync(n),oi(e,t,n,r);if(r.errorOnExist)throw new Error(`'${n}' already exists`)}(e,n,r,u):oi(e,n,r,u)}(o,e,t,n,r);if(o.isSymbolicLink())return function(e,t,n,r){let u=Qo.readlinkSync(t);r.dereference&&(u=ei.resolve(process.cwd(),u));if(e){let e;try{e=Qo.readlinkSync(n)}catch(e){if("EINVAL"===e.code||"UNKNOWN"===e.code)return Qo.symlinkSync(u,n);throw e}if(r.dereference&&(e=ei.resolve(process.cwd(),e)),ri.isSrcSubdir(u,e))throw new Error(`Cannot copy '${u}' to a subdirectory of itself, '${e}'.`);if(Qo.statSync(n).isDirectory()&&ri.isSrcSubdir(e,u))throw new Error(`Cannot overwrite '${e}' with '${u}'.`);return function(e,t){return Qo.unlinkSync(t),Qo.symlinkSync(e,t)}(u,n)}return Qo.symlinkSync(u,n)}(e,t,n,r)}(e,t,n,r)}function oi(e,t,n,r){return"function"==typeof Qo.copyFileSync?(Qo.copyFileSync(t,n),Qo.chmodSync(n,e.mode),r.preserveTimestamps?ni(n,e.atime,e.mtime):void 0):function(e,t,n,r){const u=65536,o=(Xo?Yo:(Xo=1,Yo=function(e){if("function"==typeof Buffer.allocUnsafe)try{return Buffer.allocUnsafe(e)}catch(t){return new Buffer(e)}return new Buffer(e)}))(u),i=Qo.openSync(t,"r"),s=Qo.openSync(n,"w",e.mode);let c=0;for(;cfunction(e,t,n,r){const u=ei.join(t,e),o=ei.join(n,e),{destStat:i}=ri.checkPathsSync(u,o,"copy");return ui(i,u,o,r)}(r,e,t,n)))}var si=function(e,t,n){"function"==typeof n&&(n={filter:n}),(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269");const{srcStat:r,destStat:u}=ri.checkPathsSync(e,t,"copy");return ri.checkParentPathsSync(e,r,t,"copy"),function(e,t,n,r){if(r.filter&&!r.filter(t,n))return;const u=ei.dirname(n);Qo.existsSync(u)||ti(u);return ui(e,t,n,r)}(u,e,t,n)},ci={copySync:si};const ai=yo.fromPromise,li=ho;var fi={pathExists:ai((function(e){return li.access(e).then((()=>!0)).catch((()=>!1))})),pathExistsSync:li.existsSync};const di=we,Di=p.default,pi=Io.mkdirs,Ei=fi.pathExists,mi=Ro,hi=Zo;function yi(e,t,n,r,u){const o=Di.dirname(n);Ei(o,((i,s)=>i?u(i):s?Fi(e,t,n,r,u):void pi(o,(o=>o?u(o):Fi(e,t,n,r,u)))))}function Ci(e,t,n,r,u,o){Promise.resolve(u.filter(n,r)).then((i=>i?e(t,n,r,u,o):o()),(e=>o(e)))}function Fi(e,t,n,r,u){return r.filter?Ci(gi,e,t,n,r,u):gi(e,t,n,r,u)}function gi(e,t,n,r,u){(r.dereference?di.stat:di.lstat)(t,((o,i)=>o?u(o):i.isDirectory()?function(e,t,n,r,u,o){if(!t)return function(e,t,n,r,u){di.mkdir(n,(o=>{if(o)return u(o);Si(t,n,r,(t=>t?u(t):di.chmod(n,e.mode,u)))}))}(e,n,r,u,o);if(t&&!t.isDirectory())return o(new Error(`Cannot overwrite non-directory '${r}' with directory '${n}'.`));return Si(n,r,u,o)}(i,e,t,n,r,u):i.isFile()||i.isCharacterDevice()||i.isBlockDevice()?function(e,t,n,r,u,o){return t?function(e,t,n,r,u){if(!r.overwrite)return r.errorOnExist?u(new Error(`'${n}' already exists`)):u();di.unlink(n,(o=>o?u(o):Ai(e,t,n,r,u)))}(e,n,r,u,o):Ai(e,n,r,u,o)}(i,e,t,n,r,u):i.isSymbolicLink()?function(e,t,n,r,u){di.readlink(t,((t,o)=>t?u(t):(r.dereference&&(o=Di.resolve(process.cwd(),o)),e?void di.readlink(n,((t,i)=>t?"EINVAL"===t.code||"UNKNOWN"===t.code?di.symlink(o,n,u):u(t):(r.dereference&&(i=Di.resolve(process.cwd(),i)),hi.isSrcSubdir(o,i)?u(new Error(`Cannot copy '${o}' to a subdirectory of itself, '${i}'.`)):e.isDirectory()&&hi.isSrcSubdir(i,o)?u(new Error(`Cannot overwrite '${i}' with '${o}'.`)):function(e,t,n){di.unlink(t,(r=>r?n(r):di.symlink(e,t,n)))}(o,n,u)))):di.symlink(o,n,u))))}(e,t,n,r,u):void 0))}function Ai(e,t,n,r,u){return"function"==typeof di.copyFile?di.copyFile(t,n,(t=>t?u(t):vi(e,n,r,u))):function(e,t,n,r,u){const o=di.createReadStream(t);o.on("error",(e=>u(e))).once("open",(()=>{const t=di.createWriteStream(n,{mode:e.mode});t.on("error",(e=>u(e))).on("open",(()=>o.pipe(t))).once("close",(()=>vi(e,n,r,u)))}))}(e,t,n,r,u)}function vi(e,t,n,r){di.chmod(t,e.mode,(u=>u?r(u):n.preserveTimestamps?mi(t,e.atime,e.mtime,r):r()))}function Si(e,t,n,r){di.readdir(e,((u,o)=>u?r(u):wi(o,e,t,n,r)))}function wi(e,t,n,r,u){const o=e.pop();return o?function(e,t,n,r,u,o){const i=Di.join(n,t),s=Di.join(r,t);hi.checkPaths(i,s,"copy",((t,c)=>{if(t)return o(t);const{destStat:a}=c;Fi(a,i,s,u,(t=>t?o(t):wi(e,n,r,u,o)))}))}(e,o,t,n,r,u):u()}var Oi=function(e,t,n,r){"function"!=typeof n||r?"function"==typeof n&&(n={filter:n}):(r=n,n={}),r=r||function(){},(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269"),hi.checkPaths(e,t,"copy",((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;hi.checkParentPaths(e,i,t,"copy",(u=>u?r(u):n.filter?Ci(yi,s,e,t,n,r):yi(s,e,t,n,r)))}))};var bi={copy:(0,yo.fromCallback)(Oi)};const _i=we,Bi=p.default,Pi=g.default,ki="win32"===process.platform;function xi(e){["unlink","chmod","stat","lstat","rmdir","readdir"].forEach((t=>{e[t]=e[t]||_i[t],e[t+="Sync"]=e[t]||_i[t]})),e.maxBusyTries=e.maxBusyTries||3}function Ni(e,t,n){let r=0;"function"==typeof t&&(n=t,t={}),Pi(e,"rimraf: missing path"),Pi.strictEqual(typeof e,"string","rimraf: path should be a string"),Pi.strictEqual(typeof n,"function","rimraf: callback function required"),Pi(t,"rimraf: invalid options argument provided"),Pi.strictEqual(typeof t,"object","rimraf: options should be object"),xi(t),Ii(e,t,(function u(o){if(o){if(("EBUSY"===o.code||"ENOTEMPTY"===o.code||"EPERM"===o.code)&&rIi(e,t,u)),100*r)}"ENOENT"===o.code&&(o=null)}n(o)}))}function Ii(e,t,n){Pi(e),Pi(t),Pi("function"==typeof n),t.lstat(e,((r,u)=>r&&"ENOENT"===r.code?n(null):r&&"EPERM"===r.code&&ki?Ti(e,t,r,n):u&&u.isDirectory()?Mi(e,t,r,n):void t.unlink(e,(r=>{if(r){if("ENOENT"===r.code)return n(null);if("EPERM"===r.code)return ki?Ti(e,t,r,n):Mi(e,t,r,n);if("EISDIR"===r.code)return Mi(e,t,r,n)}return n(r)}))))}function Ti(e,t,n,r){Pi(e),Pi(t),Pi("function"==typeof r),n&&Pi(n instanceof Error),t.chmod(e,438,(u=>{u?r("ENOENT"===u.code?null:n):t.stat(e,((u,o)=>{u?r("ENOENT"===u.code?null:n):o.isDirectory()?Mi(e,t,n,r):t.unlink(e,r)}))}))}function Ri(e,t,n){let r;Pi(e),Pi(t),n&&Pi(n instanceof Error);try{t.chmodSync(e,438)}catch(e){if("ENOENT"===e.code)return;throw n}try{r=t.statSync(e)}catch(e){if("ENOENT"===e.code)return;throw n}r.isDirectory()?ji(e,t,n):t.unlinkSync(e)}function Mi(e,t,n,r){Pi(e),Pi(t),n&&Pi(n instanceof Error),Pi("function"==typeof r),t.rmdir(e,(u=>{!u||"ENOTEMPTY"!==u.code&&"EEXIST"!==u.code&&"EPERM"!==u.code?u&&"ENOTDIR"===u.code?r(n):r(u):function(e,t,n){Pi(e),Pi(t),Pi("function"==typeof n),t.readdir(e,((r,u)=>{if(r)return n(r);let o,i=u.length;if(0===i)return t.rmdir(e,n);u.forEach((r=>{Ni(Bi.join(e,r),t,(r=>{if(!o)return r?n(o=r):void(0==--i&&t.rmdir(e,n))}))}))}))}(e,t,r)}))}function Li(e,t){let n;xi(t=t||{}),Pi(e,"rimraf: missing path"),Pi.strictEqual(typeof e,"string","rimraf: path should be a string"),Pi(t,"rimraf: missing options"),Pi.strictEqual(typeof t,"object","rimraf: options should be object");try{n=t.lstatSync(e)}catch(n){if("ENOENT"===n.code)return;"EPERM"===n.code&&ki&&Ri(e,t,n)}try{n&&n.isDirectory()?ji(e,t,null):t.unlinkSync(e)}catch(n){if("ENOENT"===n.code)return;if("EPERM"===n.code)return ki?Ri(e,t,n):ji(e,t,n);if("EISDIR"!==n.code)throw n;ji(e,t,n)}}function ji(e,t,n){Pi(e),Pi(t),n&&Pi(n instanceof Error);try{t.rmdirSync(e)}catch(r){if("ENOTDIR"===r.code)throw n;if("ENOTEMPTY"===r.code||"EEXIST"===r.code||"EPERM"===r.code)!function(e,t){if(Pi(e),Pi(t),t.readdirSync(e).forEach((n=>Li(Bi.join(e,n),t))),!ki){return t.rmdirSync(e,t)}{const n=Date.now();do{try{return t.rmdirSync(e,t)}catch(e){}}while(Date.now()-n<500)}}(e,t);else if("ENOENT"!==r.code)throw r}}var $i=Ni;Ni.sync=Li;const Hi=$i;var Ji={remove:(0,yo.fromCallback)(Hi),removeSync:Hi.sync};const Gi=yo.fromCallback,Vi=we,Ui=p.default,Wi=Io,zi=Ji,Ki=Gi((function(e,t){t=t||function(){},Vi.readdir(e,((n,r)=>{if(n)return Wi.mkdirs(e,t);r=r.map((t=>Ui.join(e,t))),function e(){const n=r.pop();if(!n)return t();zi.remove(n,(n=>{if(n)return t(n);e()}))}()}))}));function qi(e){let t;try{t=Vi.readdirSync(e)}catch(t){return Wi.mkdirsSync(e)}t.forEach((t=>{t=Ui.join(e,t),zi.removeSync(t)}))}var Yi={emptyDirSync:qi,emptydirSync:qi,emptyDir:Ki,emptydir:Ki};const Xi=yo.fromCallback,Zi=p.default,Qi=we,es=Io,ts=fi.pathExists;var ns={createFile:Xi((function(e,t){function n(){Qi.writeFile(e,"",(e=>{if(e)return t(e);t()}))}Qi.stat(e,((r,u)=>{if(!r&&u.isFile())return t();const o=Zi.dirname(e);ts(o,((e,r)=>e?t(e):r?n():void es.mkdirs(o,(e=>{if(e)return t(e);n()}))))}))})),createFileSync:function(e){let t;try{t=Qi.statSync(e)}catch(e){}if(t&&t.isFile())return;const n=Zi.dirname(e);Qi.existsSync(n)||es.mkdirsSync(n),Qi.writeFileSync(e,"")}};const rs=yo.fromCallback,us=p.default,os=we,is=Io,ss=fi.pathExists;var cs={createLink:rs((function(e,t,n){function r(e,t){os.link(e,t,(e=>{if(e)return n(e);n(null)}))}ss(t,((u,o)=>u?n(u):o?n(null):void os.lstat(e,(u=>{if(u)return u.message=u.message.replace("lstat","ensureLink"),n(u);const o=us.dirname(t);ss(o,((u,i)=>u?n(u):i?r(e,t):void is.mkdirs(o,(u=>{if(u)return n(u);r(e,t)}))))}))))})),createLinkSync:function(e,t){if(os.existsSync(t))return;try{os.lstatSync(e)}catch(e){throw e.message=e.message.replace("lstat","ensureLink"),e}const n=us.dirname(t);return os.existsSync(n)||is.mkdirsSync(n),os.linkSync(e,t)}};const as=p.default,ls=we,fs=fi.pathExists;var ds={symlinkPaths:function(e,t,n){if(as.isAbsolute(e))return ls.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:e})));{const r=as.dirname(t),u=as.join(r,e);return fs(u,((t,o)=>t?n(t):o?n(null,{toCwd:u,toDst:e}):ls.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:as.relative(r,e)})))))}},symlinkPathsSync:function(e,t){let n;if(as.isAbsolute(e)){if(n=ls.existsSync(e),!n)throw new Error("absolute srcpath does not exist");return{toCwd:e,toDst:e}}{const r=as.dirname(t),u=as.join(r,e);if(n=ls.existsSync(u),n)return{toCwd:u,toDst:e};if(n=ls.existsSync(e),!n)throw new Error("relative srcpath does not exist");return{toCwd:e,toDst:as.relative(r,e)}}}};const Ds=we;var ps={symlinkType:function(e,t,n){if(n="function"==typeof t?t:n,t="function"!=typeof t&&t)return n(null,t);Ds.lstat(e,((e,r)=>{if(e)return n(null,"file");t=r&&r.isDirectory()?"dir":"file",n(null,t)}))},symlinkTypeSync:function(e,t){let n;if(t)return t;try{n=Ds.lstatSync(e)}catch(e){return"file"}return n&&n.isDirectory()?"dir":"file"}};const Es=yo.fromCallback,ms=p.default,hs=we,ys=Io.mkdirs,Cs=Io.mkdirsSync,Fs=ds.symlinkPaths,gs=ds.symlinkPathsSync,As=ps.symlinkType,vs=ps.symlinkTypeSync,Ss=fi.pathExists;var ws={createSymlink:Es((function(e,t,n,r){r="function"==typeof n?n:r,n="function"!=typeof n&&n,Ss(t,((u,o)=>u?r(u):o?r(null):void Fs(e,t,((u,o)=>{if(u)return r(u);e=o.toDst,As(o.toCwd,n,((n,u)=>{if(n)return r(n);const o=ms.dirname(t);Ss(o,((n,i)=>n?r(n):i?hs.symlink(e,t,u,r):void ys(o,(n=>{if(n)return r(n);hs.symlink(e,t,u,r)}))))}))}))))})),createSymlinkSync:function(e,t,n){if(hs.existsSync(t))return;const r=gs(e,t);e=r.toDst,n=vs(r.toCwd,n);const u=ms.dirname(t);return hs.existsSync(u)||Cs(u),hs.symlinkSync(e,t,n)}};var Os,bs={createFile:ns.createFile,createFileSync:ns.createFileSync,ensureFile:ns.createFile,ensureFileSync:ns.createFileSync,createLink:cs.createLink,createLinkSync:cs.createLinkSync,ensureLink:cs.createLink,ensureLinkSync:cs.createLinkSync,createSymlink:ws.createSymlink,createSymlinkSync:ws.createSymlinkSync,ensureSymlink:ws.createSymlink,ensureSymlinkSync:ws.createSymlinkSync};try{Os=we}catch(e){Os=D.default}function _s(e,t){var n,r="\n";return"object"==typeof t&&null!==t&&(t.spaces&&(n=t.spaces),t.EOL&&(r=t.EOL)),JSON.stringify(e,t?t.replacer:null,n).replace(/\n/g,r)+r}function Bs(e){return Buffer.isBuffer(e)&&(e=e.toString("utf8")),e=e.replace(/^\uFEFF/,"")}var Ps={readFile:function(e,t,n){null==n&&(n=t,t={}),"string"==typeof t&&(t={encoding:t});var r=(t=t||{}).fs||Os,u=!0;"throws"in t&&(u=t.throws),r.readFile(e,t,(function(r,o){if(r)return n(r);var i;o=Bs(o);try{i=JSON.parse(o,t?t.reviver:null)}catch(t){return u?(t.message=e+": "+t.message,n(t)):n(null,null)}n(null,i)}))},readFileSync:function(e,t){"string"==typeof(t=t||{})&&(t={encoding:t});var n=t.fs||Os,r=!0;"throws"in t&&(r=t.throws);try{var u=n.readFileSync(e,t);return u=Bs(u),JSON.parse(u,t.reviver)}catch(t){if(r)throw t.message=e+": "+t.message,t;return null}},writeFile:function(e,t,n,r){null==r&&(r=n,n={});var u=(n=n||{}).fs||Os,o="";try{o=_s(t,n)}catch(e){return void(r&&r(e,null))}u.writeFile(e,o,n,r)},writeFileSync:function(e,t,n){var r=(n=n||{}).fs||Os,u=_s(t,n);return r.writeFileSync(e,u,n)}},ks=Ps;const xs=yo.fromCallback,Ns=ks;var Is={readJson:xs(Ns.readFile),readJsonSync:Ns.readFileSync,writeJson:xs(Ns.writeFile),writeJsonSync:Ns.writeFileSync};const Ts=p.default,Rs=Io,Ms=fi.pathExists,Ls=Is;var js=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=Ts.dirname(e);Ms(u,((o,i)=>o?r(o):i?Ls.writeJson(e,t,n,r):void Rs.mkdirs(u,(u=>{if(u)return r(u);Ls.writeJson(e,t,n,r)}))))};const $s=we,Hs=p.default,Js=Io,Gs=Is;var Vs=function(e,t,n){const r=Hs.dirname(e);$s.existsSync(r)||Js.mkdirsSync(r),Gs.writeJsonSync(e,t,n)};const Us=yo.fromCallback,Ws=Is;Ws.outputJson=Us(js),Ws.outputJsonSync=Vs,Ws.outputJSON=Ws.outputJson,Ws.outputJSONSync=Ws.outputJsonSync,Ws.writeJSON=Ws.writeJson,Ws.writeJSONSync=Ws.writeJsonSync,Ws.readJSON=Ws.readJson,Ws.readJSONSync=Ws.readJsonSync;var zs=Ws;const Ks=we,qs=p.default,Ys=ci.copySync,Xs=Ji.removeSync,Zs=Io.mkdirpSync,Qs=Zo;function ec(e,t,n){try{Ks.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)throw r;return function(e,t,n){const r={overwrite:n,errorOnExist:!0};return Ys(e,t,r),Xs(e)}(e,t,n)}}var tc=function(e,t,n){const r=(n=n||{}).overwrite||n.clobber||!1,{srcStat:u}=Qs.checkPathsSync(e,t,"move");return Qs.checkParentPathsSync(e,u,t,"move"),Zs(qs.dirname(t)),function(e,t,n){if(n)return Xs(t),ec(e,t,n);if(Ks.existsSync(t))throw new Error("dest already exists.");return ec(e,t,n)}(e,t,r)},nc={moveSync:tc};const rc=we,uc=p.default,oc=bi.copy,ic=Ji.remove,sc=Io.mkdirp,cc=fi.pathExists,ac=Zo;function lc(e,t,n,r){rc.rename(e,t,(u=>u?"EXDEV"!==u.code?r(u):function(e,t,n,r){const u={overwrite:n,errorOnExist:!0};oc(e,t,u,(t=>t?r(t):ic(e,r)))}(e,t,n,r):r()))}var fc=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=n.overwrite||n.clobber||!1;ac.checkPaths(e,t,"move",((n,o)=>{if(n)return r(n);const{srcStat:i}=o;ac.checkParentPaths(e,i,t,"move",(n=>{if(n)return r(n);sc(uc.dirname(t),(n=>n?r(n):function(e,t,n,r){if(n)return ic(t,(u=>u?r(u):lc(e,t,n,r)));cc(t,((u,o)=>u?r(u):o?r(new Error("dest already exists.")):lc(e,t,n,r)))}(e,t,u,r)))}))}))};var dc={move:(0,yo.fromCallback)(fc)};const Dc=yo.fromCallback,pc=we,Ec=p.default,mc=Io,hc=fi.pathExists;var yc={outputFile:Dc((function(e,t,n,r){"function"==typeof n&&(r=n,n="utf8");const u=Ec.dirname(e);hc(u,((o,i)=>o?r(o):i?pc.writeFile(e,t,n,r):void mc.mkdirs(u,(u=>{if(u)return r(u);pc.writeFile(e,t,n,r)}))))})),outputFileSync:function(e,...t){const n=Ec.dirname(e);if(pc.existsSync(n))return pc.writeFileSync(e,...t);mc.mkdirsSync(n),pc.writeFileSync(e,...t)}};!function(e){e.exports=Object.assign({},ho,ci,bi,Yi,bs,zs,Io,nc,dc,yc,fi,Ji);const t=D.default;Object.getOwnPropertyDescriptor(t,"promises")&&Object.defineProperty(e.exports,"promises",{get:()=>t.promises})}(mo);const Cc=Nr.exports("streamroller:fileNameFormatter"),Fc=p.default;const gc=Nr.exports("streamroller:fileNameParser"),Ac=nu.exports;const vc=Nr.exports("streamroller:moveAndMaybeCompressFile"),Sc=mo.exports,wc=v.default;var Oc=async(e,t,n)=>{if(n=function(e){const t={mode:parseInt("0600",8),compress:!1},n=Object.assign({},t,e);return vc(`_parseOption: moveAndMaybeCompressFile called with option=${JSON.stringify(n)}`),n}(n),e!==t){if(await Sc.pathExists(e))if(vc(`moveAndMaybeCompressFile: moving file from ${e} to ${t} ${n.compress?"with":"without"} compress`),n.compress)await new Promise(((r,u)=>{let o=!1;const i=Sc.createWriteStream(t,{mode:n.mode,flags:"wx"}).on("open",(()=>{o=!0;const t=Sc.createReadStream(e).on("open",(()=>{t.pipe(wc.createGzip()).pipe(i)})).on("error",(t=>{vc(`moveAndMaybeCompressFile: error reading ${e}`,t),i.destroy(t)}))})).on("finish",(()=>{vc(`moveAndMaybeCompressFile: finished compressing ${t}, deleting ${e}`),Sc.unlink(e).then(r).catch((t=>{vc(`moveAndMaybeCompressFile: error deleting ${e}, truncating instead`,t),Sc.truncate(e).then(r).catch((t=>{vc(`moveAndMaybeCompressFile: error truncating ${e}`,t),u(t)}))}))})).on("error",(e=>{o?(vc(`moveAndMaybeCompressFile: error writing ${t}, deleting`,e),Sc.unlink(t).then((()=>{u(e)})).catch((e=>{vc(`moveAndMaybeCompressFile: error deleting ${t}`,e),u(e)}))):(vc(`moveAndMaybeCompressFile: error creating ${t}`,e),u(e))}))})).catch((()=>{}));else{vc(`moveAndMaybeCompressFile: renaming ${e} to ${t}`);try{await Sc.move(e,t,{overwrite:!0})}catch(n){if(vc(`moveAndMaybeCompressFile: error renaming ${e} to ${t}`,n),"ENOENT"!==n.code){vc("moveAndMaybeCompressFile: trying copy+truncate instead");try{await Sc.copy(e,t,{overwrite:!0}),await Sc.truncate(e)}catch(e){vc("moveAndMaybeCompressFile: error copy+truncate",e)}}}}}else vc("moveAndMaybeCompressFile: source and target are the same, not doing anything")};const bc=Nr.exports("streamroller:RollingFileWriteStream"),_c=mo.exports,Bc=p.default,Pc=E.default,kc=()=>new Date,xc=nu.exports,{Writable:Nc}=C.default,Ic=({file:e,keepFileExt:t,needsIndex:n,alwaysIncludeDate:r,compress:u,fileNameSep:o})=>{let i=o||".";const s=Fc.join(e.dir,e.name),c=t=>t+e.ext,a=(e,t,r)=>!n&&r||!t?e:e+i+t,l=(e,t,n)=>(t>0||r)&&n?e+i+n:e,f=(e,t)=>t&&u?e+".gz":e,d=t?[l,a,c,f]:[c,l,a,f];return({date:e,index:t})=>(Cc(`_formatFileName: date=${e}, index=${t}`),d.reduce(((n,r)=>r(n,t,e)),s))},Tc=({file:e,keepFileExt:t,pattern:n,fileNameSep:r})=>{let u=r||".";const o="__NOT_MATCHING__";let i=[(e,t)=>e.endsWith(".gz")?(gc("it is gzipped"),t.isCompressed=!0,e.slice(0,-1*".gz".length)):e,t?t=>t.startsWith(e.name)&&t.endsWith(e.ext)?(gc("it starts and ends with the right things"),t.slice(e.name.length+1,-1*e.ext.length)):o:t=>t.startsWith(e.base)?(gc("it starts with the right things"),t.slice(e.base.length+1)):o,n?(e,t)=>{const r=e.split(u);let o=r[r.length-1];gc("items: ",r,", indexStr: ",o);let i=e;void 0!==o&&o.match(/^\d+$/)?(i=e.slice(0,-1*(o.length+1)),gc(`dateStr is ${i}`),n&&!i&&(i=o,o="0")):o="0";try{const r=Ac.parse(n,i,new Date(0,0));return Ac.asString(n,r)!==i?e:(t.index=parseInt(o,10),t.date=i,t.timestamp=r.getTime(),"")}catch(t){return gc(`Problem parsing ${i} as ${n}, error was: `,t),e}}:(e,t)=>e.match(/^\d+$/)?(gc("it has an index"),t.index=parseInt(e,10),""):e];return e=>{let t={filename:e,index:0,isCompressed:!1};return i.reduce(((e,n)=>n(e,t)),e)?null:t}},Rc=Oc;var Mc=class extends Nc{constructor(e,t){if(bc(`constructor: creating RollingFileWriteStream. path=${e}`),"string"!=typeof e||0===e.length)throw new Error(`Invalid filename: ${e}`);if(e.endsWith(Bc.sep))throw new Error(`Filename is a directory: ${e}`);0===e.indexOf(`~${Bc.sep}`)&&(e=e.replace("~",Pc.homedir())),super(t),this.options=this._parseOption(t),this.fileObject=Bc.parse(e),""===this.fileObject.dir&&(this.fileObject=Bc.parse(Bc.join(process.cwd(),e))),this.fileFormatter=Ic({file:this.fileObject,alwaysIncludeDate:this.options.alwaysIncludePattern,needsIndex:this.options.maxSize 0`)}else delete n.maxSize;if(n.numBackups||0===n.numBackups){if(n.numBackups<0)throw new Error(`options.numBackups (${n.numBackups}) should be >= 0`);if(n.numBackups>=Number.MAX_SAFE_INTEGER)throw new Error(`options.numBackups (${n.numBackups}) should be < Number.MAX_SAFE_INTEGER`);n.numToKeep=n.numBackups+1}else if(n.numToKeep<=0)throw new Error(`options.numToKeep (${n.numToKeep}) should be > 0`);return bc(`_parseOption: creating stream with option=${JSON.stringify(n)}`),n}_final(e){this.currentFileStream.end("",this.options.encoding,e)}_write(e,t,n){this._shouldRoll().then((()=>{bc(`_write: writing chunk. file=${this.currentFileStream.path} state=${JSON.stringify(this.state)} chunk=${e}`),this.currentFileStream.write(e,t,(t=>{this.state.currentSize+=e.length,n(t)}))}))}async _shouldRoll(){(this._dateChanged()||this._tooBig())&&(bc(`_shouldRoll: rolling because dateChanged? ${this._dateChanged()} or tooBig? ${this._tooBig()}`),await this._roll())}_dateChanged(){return this.state.currentDate&&this.state.currentDate!==xc(this.options.pattern,kc())}_tooBig(){return this.state.currentSize>=this.options.maxSize}_roll(){return bc("_roll: closing the current stream"),new Promise(((e,t)=>{this.currentFileStream.end("",this.options.encoding,(()=>{this._moveOldFiles().then(e).catch(t)}))}))}async _moveOldFiles(){const e=await this._getExistingFiles();for(let t=(this.state.currentDate?e.filter((e=>e.date===this.state.currentDate)):e).length;t>=0;t--){bc(`_moveOldFiles: i = ${t}`);const e=this.fileFormatter({date:this.state.currentDate,index:t}),n=this.fileFormatter({date:this.state.currentDate,index:t+1}),r={compress:this.options.compress&&0===t,mode:this.options.mode};await Rc(e,n,r)}this.state.currentSize=0,this.state.currentDate=this.state.currentDate?xc(this.options.pattern,kc()):null,bc(`_moveOldFiles: finished rolling files. state=${JSON.stringify(this.state)}`),this._renewWriteStream(),await new Promise(((e,t)=>{this.currentFileStream.write("","utf8",(()=>{this._clean().then(e).catch(t)}))}))}async _getExistingFiles(){const e=await _c.readdir(this.fileObject.dir).catch((()=>[]));bc(`_getExistingFiles: files=${e}`);const t=e.map((e=>this.fileNameParser(e))).filter((e=>e)),n=e=>(e.timestamp?e.timestamp:kc().getTime())-e.index;return t.sort(((e,t)=>n(e)-n(t))),t}_renewWriteStream(){const e=this.fileFormatter({date:this.state.currentDate,index:0}),t=e=>{try{return _c.mkdirSync(e,{recursive:!0})}catch(n){if("ENOENT"===n.code)return t(Bc.dirname(e)),t(e);if("EEXIST"!==n.code&&"EROFS"!==n.code)throw n;try{if(_c.statSync(e).isDirectory())return e;throw n}catch(e){throw n}}};t(this.fileObject.dir);const n={flags:this.options.flags,encoding:this.options.encoding,mode:this.options.mode};var r,u;_c.appendFileSync(e,"",(r={...n},u="flags",r["flag"]=r[u],delete r[u],r)),this.currentFileStream=_c.createWriteStream(e,n),this.currentFileStream.on("error",(e=>{this.emit("error",e)}))}async _clean(){const e=await this._getExistingFiles();if(bc(`_clean: numToKeep = ${this.options.numToKeep}, existingFiles = ${e.length}`),bc("_clean: existing files are: ",e),this._tooManyFiles(e.length)){const n=e.slice(0,e.length-this.options.numToKeep).map((e=>Bc.format({dir:this.fileObject.dir,base:e.filename})));await(t=n,bc(`deleteFiles: files to delete: ${t}`),Promise.all(t.map((e=>_c.unlink(e).catch((t=>{bc(`deleteFiles: error when unlinking ${e}, ignoring. Error was ${t}`)}))))))}var t}_tooManyFiles(e){return this.options.numToKeep>0&&e>this.options.numToKeep}};const Lc=Mc;var jc=class extends Lc{constructor(e,t,n,r){r||(r={}),t&&(r.maxSize=t),r.numBackups||0===r.numBackups||(n||0===n||(n=1),r.numBackups=n),super(e,r),this.backups=r.numBackups,this.size=this.options.maxSize}get theStream(){return this.currentFileStream}};const $c=Mc;var Hc={RollingFileWriteStream:Mc,RollingFileStream:jc,DateRollingFileStream:class extends $c{constructor(e,t,n){t&&"object"==typeof t&&(n=t,t=null),n||(n={}),t||(t="yyyy-MM-dd"),n.pattern=t,n.numBackups||0===n.numBackups?n.daysToKeep=n.numBackups:(n.daysToKeep||0===n.daysToKeep?process.emitWarning("options.daysToKeep is deprecated due to the confusion it causes when used together with file size rolling. Please use options.numBackups instead.","DeprecationWarning","streamroller-DEP0001"):n.daysToKeep=1,n.numBackups=n.daysToKeep),super(e,n),this.mode=this.options.mode}get theStream(){return this.currentFileStream}}};const Jc=Nr.exports("log4js:file"),Gc=p.default,Vc=Hc,Uc=E.default.EOL;let Wc=!1;const zc=new Set;function Kc(){zc.forEach((e=>{e.sighupHandler()}))}function qc(e,t,n,r){const u=new Vc.RollingFileStream(e,t,n,r);return u.on("error",(t=>{console.error("log4js.fileAppender - Writing to file %s, error happened ",e,t)})),u.on("drain",(()=>{process.emit("log4js:pause",!1)})),u}Eo.configure=function(e,t){let n=t.basicLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),e.mode=e.mode||384,function(e,t,n,r,u,o){e=Gc.normalize(e),Jc("Creating file appender (",e,", ",n,", ",r=r||0===r?r:5,", ",u,", ",o,")");let i=qc(e,n,r,u);const s=function(e){if(i.writable){if(!0===u.removeColor){const t=/\x1b[[0-9;]*m/g;e.data=e.data.map((e=>"string"==typeof e?e.replace(t,""):e))}i.write(t(e,o)+Uc,"utf8")||process.emit("log4js:pause",!0)}};return s.reopen=function(){i.end((()=>{i=qc(e,n,r,u)}))},s.sighupHandler=function(){Jc("SIGHUP handler called."),s.reopen()},s.shutdown=function(e){zc.delete(s),0===zc.size&&Wc&&(process.removeListener("SIGHUP",Kc),Wc=!1),i.end("","utf-8",e)},zc.add(s),Wc||(process.on("SIGHUP",Kc),Wc=!0),s}(e.filename,n,e.maxLogSize,e.backups,e,e.timezoneOffset)};var Yc={};const Xc=Hc,Zc=E.default.EOL;function Qc(e,t,n,r,u){r.maxSize=r.maxLogSize;const o=function(e,t,n){const r=new Xc.DateRollingFileStream(e,t,n);return r.on("error",(t=>{console.error("log4js.dateFileAppender - Writing to file %s, error happened ",e,t)})),r.on("drain",(()=>{process.emit("log4js:pause",!1)})),r}(e,t,r),i=function(e){o.writable&&(o.write(n(e,u)+Zc,"utf8")||process.emit("log4js:pause",!0))};return i.shutdown=function(e){o.end("","utf-8",e)},i}Yc.configure=function(e,t){let n=t.basicLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),e.alwaysIncludePattern||(e.alwaysIncludePattern=!1),e.mode=e.mode||384,Qc(e.filename,e.pattern,n,e,e.timezoneOffset)};var ea={};const ta=Nr.exports("log4js:fileSync"),na=p.default,ra=D.default,ua=E.default.EOL||"\n";function oa(e,t){if(ra.existsSync(e))return;const n=ra.openSync(e,t.flags,t.mode);ra.closeSync(n)}class ia{constructor(e,t,n,r){ta("In RollingFileStream"),function(){if(!e||!t||t<=0)throw new Error("You must specify a filename and file size")}(),this.filename=e,this.size=t,this.backups=n,this.options=r,this.currentSize=0,this.currentSize=function(e){let t=0;try{t=ra.statSync(e).size}catch(t){oa(e,r)}return t}(this.filename)}shouldRoll(){return ta("should roll with current size %d, and max size %d",this.currentSize,this.size),this.currentSize>=this.size}roll(e){const t=this,n=new RegExp(`^${na.basename(e)}`);function r(e){return n.test(e)}function u(t){return parseInt(t.substring(`${na.basename(e)}.`.length),10)||0}function o(e,t){return u(e)>u(t)?1:u(e) ${e}.${r+1}`),ra.renameSync(na.join(na.dirname(e),n),`${e}.${r+1}`)}}ta("Rolling, rolling, rolling"),ta("Renaming the old files"),ra.readdirSync(na.dirname(e)).filter(r).sort(o).reverse().forEach(i)}write(e,t){const n=this;ta("in write"),this.shouldRoll()&&(this.currentSize=0,this.roll(this.filename)),ta("writing the chunk to the file"),n.currentSize+=e.length,ra.appendFileSync(n.filename,e)}}ea.configure=function(e,t){let n=t.basicLayout;e.layout&&(n=t.layout(e.layout.type,e.layout));const r={flags:e.flags||"a",encoding:e.encoding||"utf8",mode:e.mode||384};return function(e,t,n,r,u,o){ta("fileSync appender created");const i=function(e,t,n){let r;var u;return t?r=new ia(e,t,n,o):(oa(u=e,o),r={write(e){ra.appendFileSync(u,e)}}),r}(e=na.normalize(e),n,r=r||0===r?r:5);return e=>{i.write(t(e,u)+ua)}}(e.filename,n,e.maxLogSize,e.backups,e.timezoneOffset,r)};var sa={};const ca=Nr.exports("log4js:tcp"),aa=S.default;sa.configure=function(e,t){ca(`configure with config = ${e}`);let n=function(e){return e.serialise()};return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){let n=!1;const r=[];let u,o=3,i="__LOG4JS__";function s(e){ca("Writing log event to socket"),n=u.write(`${t(e)}${i}`,"utf8")}function c(){let e;for(ca("emptying buffer");e=r.shift();)s(e)}function a(e){n?s(e):(ca("buffering log event because it cannot write at the moment"),r.push(e))}return function t(){ca(`appender creating socket to ${e.host||"localhost"}:${e.port||5e3}`),i=`${e.endMsg||"__LOG4JS__"}`,u=aa.createConnection(e.port||5e3,e.host||"localhost"),u.on("connect",(()=>{ca("socket connected"),c(),n=!0})),u.on("drain",(()=>{ca("drain event received, emptying buffer"),n=!0,c()})),u.on("timeout",u.end.bind(u)),u.on("error",(e=>{ca("connection error",e),n=!1,c()})),u.on("close",t)}(),a.shutdown=function(e){ca("shutdown called"),r.length&&o?(ca("buffer has items, waiting 100ms to empty"),o-=1,setTimeout((()=>{a.shutdown(e)}),100)):(u.removeAllListeners("close"),u.end(e))},a}(e,n)};const la=p.default,fa=Nr.exports("log4js:appenders"),da=tu,Da=eo,pa=gu,Ea=hu,ma=to,ha=new Map;ha.set("console",oo),ha.set("stdout",so),ha.set("stderr",co),ha.set("logLevelFilter",ao),ha.set("categoryFilter",lo),ha.set("noLogFilter",Do),ha.set("file",Eo),ha.set("dateFile",Yc),ha.set("fileSync",ea),ha.set("tcp",sa);const ya=new Map,Ca=(e,t)=>{fa("Loading module from ",e);try{return require(e)}catch(n){return void da.throwExceptionIf(t,"MODULE_NOT_FOUND"!==n.code,`appender "${e}" could not be loaded (error was: ${n})`)}},Fa=new Set,ga=(e,t)=>{if(ya.has(e))return ya.get(e);if(!t.appenders[e])return!1;if(Fa.has(e))throw new Error(`Dependency loop detected for appender ${e}.`);Fa.add(e),fa(`Creating appender ${e}`);const n=Aa(e,t);return Fa.delete(e),ya.set(e,n),n},Aa=(e,t)=>{const n=t.appenders[e],r=n.type.configure?n.type:((e,t)=>ha.get(e)||Ca(`./${e}`,t)||Ca(e,t)||require.main&&Ca(la.join(la.dirname(require.main.filename),e),t)||Ca(la.join(process.cwd(),e),t))(n.type,t);return da.throwExceptionIf(t,da.not(r),`appender "${e}" is not valid (type "${n.type}" could not be found)`),r.appender&&fa(`DEPRECATION: Appender ${n.type} exports an appender function.`),r.shutdown&&fa(`DEPRECATION: Appender ${n.type} exports a shutdown function.`),fa(`${e}: clustering.isMaster ? ${Da.isMaster()}`),fa(`${e}: appenderModule is ${F.default.inspect(r)}`),Da.onlyOnMaster((()=>(fa(`calling appenderModule.configure for ${e} / ${n.type}`),r.configure(ma.modifyConfig(n),Ea,(e=>ga(e,t)),pa))),(()=>{}))},va=e=>{ya.clear(),Fa.clear();const t=[];Object.values(e.categories).forEach((e=>{t.push(...e.appenders)})),Object.keys(e.appenders).forEach((n=>{(t.includes(n)||"tcp-server"===e.appenders[n].type)&&ga(n,e)}))},Sa=()=>{va({appenders:{out:{type:"stdout"}},categories:{default:{appenders:["out"],level:"trace"}}})};Sa(),da.addListener((e=>{da.throwExceptionIf(e,da.not(da.anObject(e.appenders)),'must have a property "appenders" of type object.');const t=Object.keys(e.appenders);da.throwExceptionIf(e,da.not(t.length),"must define at least one appender."),t.forEach((t=>{da.throwExceptionIf(e,da.not(e.appenders[t].type),`appender "${t}" is not valid (must be an object with property "type")`)}))})),da.addListener(va),Au.exports=ya,Au.exports.init=Sa;var wa={exports:{}};!function(e){const t=Nr.exports("log4js:categories"),n=tu,r=gu,u=Au.exports,o=new Map;function i(e,t,n){if(!1===t.inherit)return;const r=n.lastIndexOf(".");if(r<0)return;const u=n.substring(0,r);let o=e.categories[u];o||(o={inherit:!0,appenders:[]}),i(e,o,u),!e.categories[u]&&o.appenders&&o.appenders.length&&o.level&&(e.categories[u]=o),t.appenders=t.appenders||[],t.level=t.level||o.level,o.appenders.forEach((e=>{t.appenders.includes(e)||t.appenders.push(e)})),t.parent=o}function s(e){if(!e.categories)return;Object.keys(e.categories).forEach((t=>{const n=e.categories[t];i(e,n,t)}))}n.addPreProcessingListener((e=>s(e))),n.addListener((e=>{n.throwExceptionIf(e,n.not(n.anObject(e.categories)),'must have a property "categories" of type object.');const t=Object.keys(e.categories);n.throwExceptionIf(e,n.not(t.length),"must define at least one category."),t.forEach((t=>{const o=e.categories[t];n.throwExceptionIf(e,[n.not(o.appenders),n.not(o.level)],`category "${t}" is not valid (must be an object with properties "appenders" and "level")`),n.throwExceptionIf(e,n.not(Array.isArray(o.appenders)),`category "${t}" is not valid (appenders must be an array of appender names)`),n.throwExceptionIf(e,n.not(o.appenders.length),`category "${t}" is not valid (appenders must contain at least one appender name)`),Object.prototype.hasOwnProperty.call(o,"enableCallStack")&&n.throwExceptionIf(e,"boolean"!=typeof o.enableCallStack,`category "${t}" is not valid (enableCallStack must be boolean type)`),o.appenders.forEach((r=>{n.throwExceptionIf(e,n.not(u.get(r)),`category "${t}" is not valid (appender "${r}" is not defined)`)})),n.throwExceptionIf(e,n.not(r.getLevel(o.level)),`category "${t}" is not valid (level "${o.level}" not recognised; valid levels are ${r.levels.join(", ")})`)})),n.throwExceptionIf(e,n.not(e.categories.default),'must define a "default" category.')}));const c=e=>{o.clear();Object.keys(e.categories).forEach((n=>{const i=e.categories[n],s=[];i.appenders.forEach((e=>{s.push(u.get(e)),t(`Creating category ${n}`),o.set(n,{appenders:s,level:r.getLevel(i.level),enableCallStack:i.enableCallStack||!1})}))}))},a=()=>{c({categories:{default:{appenders:["out"],level:"OFF"}}})};a(),n.addListener(c);const l=e=>(t(`configForCategory: searching for config for ${e}`),o.has(e)?(t(`configForCategory: ${e} exists in config, returning it`),o.get(e)):e.indexOf(".")>0?(t(`configForCategory: ${e} has hierarchy, searching for parents`),l(e.substring(0,e.lastIndexOf(".")))):(t("configForCategory: returning config for default category"),l("default")));e.exports=o,e.exports=Object.assign(e.exports,{appendersForCategory:e=>l(e).appenders,getLevelForCategory:e=>l(e).level,setLevelForCategory:(e,n)=>{let r=o.get(e);if(t(`setLevelForCategory: found ${r} for ${e}`),!r){const n=l(e);t(`setLevelForCategory: no config found for category, found ${n} for parents of ${e}`),r={appenders:n.appenders}}r.level=n,o.set(e,r)},getEnableCallStackForCategory:e=>!0===l(e).enableCallStack,setEnableCallStackForCategory:(e,t)=>{l(e).enableCallStack=t},init:a})}(wa);const Oa=Nr.exports("log4js:logger"),ba=Hu,_a=gu,Ba=eo,Pa=wa.exports,ka=tu,xa=/at (?:(.+)\s+\()?(?:(.+?):(\d+)(?::(\d+))?|([^)]+))\)?/;function Na(e,t=4){const n=e.stack.split("\n").slice(t),r=xa.exec(n[0]);return r&&6===r.length?{functionName:r[1],fileName:r[2],lineNumber:parseInt(r[3],10),columnNumber:parseInt(r[4],10),callStack:n.join("\n")}:null}class Ia{constructor(e){if(!e)throw new Error("No category provided.");this.category=e,this.context={},this.parseCallStack=Na,Oa(`Logger created (${this.category}, ${this.level})`)}get level(){return _a.getLevel(Pa.getLevelForCategory(this.category),_a.TRACE)}set level(e){Pa.setLevelForCategory(this.category,_a.getLevel(e,this.level))}get useCallStack(){return Pa.getEnableCallStackForCategory(this.category)}set useCallStack(e){Pa.setEnableCallStackForCategory(this.category,!0===e)}log(e,...t){let n=_a.getLevel(e);n||(this._log(_a.WARN,"log4js:logger.log: invalid value for log-level as first parameter given: ",e),n=_a.INFO),this.isLevelEnabled(n)&&this._log(n,t)}isLevelEnabled(e){return this.level.isLessThanOrEqualTo(e)}_log(e,t){Oa(`sending log data (${e}) to appenders`);const n=new ba(this.category,e,t,this.context,this.useCallStack&&this.parseCallStack(new Error));Ba.send(n)}addContext(e,t){this.context[e]=t}removeContext(e){delete this.context[e]}clearContext(){this.context={}}setParseCallStackFunction(e){this.parseCallStack=e}}function Ta(e){const t=_a.getLevel(e),n=t.toString().toLowerCase().replace(/_([a-z])/g,(e=>e[1].toUpperCase())),r=n[0].toUpperCase()+n.slice(1);Ia.prototype[`is${r}Enabled`]=function(){return this.isLevelEnabled(t)},Ia.prototype[n]=function(...e){this.log(t,...e)}}_a.levels.forEach(Ta),ka.addListener((()=>{_a.levels.forEach(Ta)}));var Ra=Ia;const Ma=gu;function La(e){return e.originalUrl||e.url}function ja(e,t){for(let n=0;ne.source?e.source:e));t=new RegExp(n.join("|"))}return t}(t.nolog);return(e,i,s)=>{if(e._logging)return s();if(o&&o.test(e.originalUrl))return s();if(n.isLevelEnabled(r)||"auto"===t.level){const o=new Date,{writeHead:s}=i;e._logging=!0,i.writeHead=(e,t)=>{i.writeHead=s,i.writeHead(e,t),i.__statusCode=e,i.__headers=t||{}},i.on("finish",(()=>{i.responseTime=new Date-o,i.statusCode&&"auto"===t.level&&(r=Ma.INFO,i.statusCode>=300&&(r=Ma.WARN),i.statusCode>=400&&(r=Ma.ERROR)),r=function(e,t,n){let r=t;if(n){const t=n.find((t=>{let n=!1;return n=t.from&&t.to?e>=t.from&&e<=t.to:-1!==t.codes.indexOf(e),n}));t&&(r=Ma.getLevel(t.level,r))}return r}(i.statusCode,r,t.statusRules);const s=function(e,t,n){const r=[];return r.push({token:":url",replacement:La(e)}),r.push({token:":protocol",replacement:e.protocol}),r.push({token:":hostname",replacement:e.hostname}),r.push({token:":method",replacement:e.method}),r.push({token:":status",replacement:t.__statusCode||t.statusCode}),r.push({token:":response-time",replacement:t.responseTime}),r.push({token:":date",replacement:(new Date).toUTCString()}),r.push({token:":referrer",replacement:e.headers.referer||e.headers.referrer||""}),r.push({token:":http-version",replacement:`${e.httpVersionMajor}.${e.httpVersionMinor}`}),r.push({token:":remote-addr",replacement:e.headers["x-forwarded-for"]||e.ip||e._remoteAddress||e.socket&&(e.socket.remoteAddress||e.socket.socket&&e.socket.socket.remoteAddress)}),r.push({token:":user-agent",replacement:e.headers["user-agent"]}),r.push({token:":content-length",replacement:t.getHeader("content-length")||t.__headers&&t.__headers["Content-Length"]||"-"}),r.push({token:/:req\[([^\]]+)]/g,replacement:(t,n)=>e.headers[n.toLowerCase()]}),r.push({token:/:res\[([^\]]+)]/g,replacement:(e,n)=>t.getHeader(n.toLowerCase())||t.__headers&&t.__headers[n]}),(e=>{const t=e.concat();for(let e=0;eja(e,s)));t&&n.log(r,t)}else n.log(r,ja(u,s));t.context&&n.removeContext("res")}))}return s()}},nl=Va;let rl=!1;function ul(e){if(!rl)return;Ua("Received log event ",e);Za.appendersForCategory(e.categoryName).forEach((t=>{t(e)}))}function ol(e){rl&&il();let t=e;return"string"==typeof t&&(t=function(e){Ua(`Loading configuration from ${e}`);try{return JSON.parse(Wa.readFileSync(e,"utf8"))}catch(t){throw new Error(`Problem reading config from file "${e}". Error was ${t.message}`,t)}}(e)),Ua(`Configuration is ${t}`),Ka.configure(za(t)),el.onMessage(ul),rl=!0,sl}function il(e){Ua("Shutdown called. Disabling all log writing."),rl=!1;const t=Array.from(Xa.values());Xa.init(),Za.init();const n=t.reduceRight(((e,t)=>t.shutdown?e+1:e),0);if(0===n)return Ua("No appenders with shutdown functions found."),void 0!==e&&e();let r,u=0;function o(t){r=r||t,u+=1,Ua(`Appender shutdowns complete: ${u} / ${n}`),u>=n&&(Ua("All shutdown functions completed."),e&&e(r))}return Ua(`Found ${n} appenders with shutdown functions.`),t.filter((e=>e.shutdown)).forEach((e=>e.shutdown(o))),null}const sl={getLogger:function(e){return rl||ol(process.env.LOG4JS_CONFIG||{appenders:{out:{type:"stdout"}},categories:{default:{appenders:["out"],level:"OFF"}}}),new Qa(e||"default")},configure:ol,shutdown:il,connectLogger:tl,levels:Ya,addLayout:qa.addLayout,recording:function(){return nl}};var cl=sl,al={};Object.defineProperty(al,"__esModule",{value:!0}),al.levelMap=al.getLevel=al.setCategoriesLevel=al.getConfiguration=al.setConfiguration=void 0;const ll=cl;let fl={appenders:{debug:{type:"stdout",layout:{type:"pattern",pattern:"[%d] > hvigor %p %c %[%m%]"}},info:{type:"stdout",layout:{type:"pattern",pattern:"[%d] > hvigor %[%m%]"}},"no-pattern-info":{type:"stdout",layout:{type:"pattern",pattern:"%m"}},wrong:{type:"stderr",layout:{type:"pattern",pattern:"[%d] > hvigor %[%p: %m%]"}},"just-debug":{type:"logLevelFilter",appender:"debug",level:"debug",maxLevel:"debug"},"just-info":{type:"logLevelFilter",appender:"info",level:"info",maxLevel:"info"},"just-wrong":{type:"logLevelFilter",appender:"wrong",level:"warn",maxLevel:"error"}},categories:{default:{appenders:["just-debug","just-info","just-wrong"],level:"debug"},"no-pattern-info":{appenders:["no-pattern-info"],level:"info"}}};al.setConfiguration=e=>{fl=e};al.getConfiguration=()=>fl;let dl=ll.levels.DEBUG;al.setCategoriesLevel=(e,t)=>{dl=e;const n=fl.categories;for(const r in n)(null==t?void 0:t.includes(r))||Object.prototype.hasOwnProperty.call(n,r)&&(n[r].level=e.levelStr)};al.getLevel=()=>dl,al.levelMap=new Map([["ALL",ll.levels.ALL],["MARK",ll.levels.MARK],["TRACE",ll.levels.TRACE],["DEBUG",ll.levels.DEBUG],["INFO",ll.levels.INFO],["WARN",ll.levels.WARN],["ERROR",ll.levels.ERROR],["FATAL",ll.levels.FATAL],["OFF",ll.levels.OFF]]);var Dl=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),pl=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),El=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&Dl(t,e,n);return pl(t,e),t};Object.defineProperty(xr,"__esModule",{value:!0}),xr.evaluateLogLevel=xr.HvigorLogger=void 0;const ml=El(cl),hl=cl,yl=El(F.default),Cl=al;class Fl{constructor(e){ml.configure((0,Cl.getConfiguration)()),this._logger=ml.getLogger(e),this._logger.level=(0,Cl.getLevel)()}static getLogger(e){return new Fl(e)}log(e,...t){this._logger.log(e,...t)}debug(e,...t){this._logger.debug(e,...t)}info(e,...t){this._logger.info(e,...t)}warn(e,...t){void 0!==e&&""!==e&&this._logger.warn(e,...t)}error(e,...t){this._logger.error(e,...t)}_printTaskExecuteInfo(e,t){this.info(`Finished :${e}... after ${t}`)}_printFailedTaskInfo(e){this.error(`Failed :${e}... `)}_printDisabledTaskInfo(e){this.info(`Disabled :${e}... `)}_printUpToDateTaskInfo(e){this.info(`UP-TO-DATE :${e}... `)}errorMessageExit(e,...t){throw new Error(yl.format(e,...t))}errorExit(e,t,...n){t&&this._logger.error(t,n),this._logger.error(e.stack)}setLevel(e,t){(0,Cl.setCategoriesLevel)(e,t),ml.shutdown(),ml.configure((0,Cl.getConfiguration)())}getLevel(){return this._logger.level}configure(e){const t=(0,Cl.getConfiguration)(),n={appenders:{...t.appenders,...e.appenders},categories:{...t.categories,...e.categories}};(0,Cl.setConfiguration)(n),ml.shutdown(),ml.configure(n)}}xr.HvigorLogger=Fl,xr.evaluateLogLevel=function(e,t){t.debug?e.setLevel(hl.levels.DEBUG):t.warn?e.setLevel(hl.levels.WARN):t.error?e.setLevel(hl.levels.ERROR):e.setLevel(hl.levels.INFO)};var gl=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(X,"__esModule",{value:!0}),X.parseJsonText=X.parseJsonFile=void 0;const Al=Z,vl=gl(kr),Sl=gl(p.default),wl=gl(E.default),Ol=xr.HvigorLogger.getLogger("parse-json-util");var bl;!function(e){e[e.Char=0]="Char",e[e.EOF=1]="EOF",e[e.Identifier=2]="Identifier"}(bl||(bl={}));let _l,Bl,Pl,kl,xl,Nl,Il="start",Tl=[],Rl=0,Ml=1,Ll=0,jl=!1,$l="default",Hl="'",Jl=1;function Gl(e,t=!1){Bl=String(e),Il="start",Tl=[],Rl=0,Ml=1,Ll=0,kl=void 0,jl=t;do{_l=Vl(),Xl[Il]()}while("eof"!==_l.type);return kl}function Vl(){for($l="default",xl="",Hl="'",Jl=1;;){Nl=Ul();const e=zl[$l]();if(e)return e}}function Ul(){if(Bl[Rl])return String.fromCodePoint(Bl.codePointAt(Rl))}function Wl(){const e=Ul();return"\n"===e?(Ml++,Ll=0):e?Ll+=e.length:Ll++,e&&(Rl+=e.length),e}X.parseJsonFile=function(e,t=!1,n="utf-8"){const r=vl.default.readFileSync(Sl.default.resolve(e),{encoding:n});try{return Gl(r,t)}catch(t){if(t instanceof SyntaxError){const n=t.message.split("at");2===n.length&&Ol.errorMessageExit(`${n[0].trim()}${wl.default.EOL}\t at ${e}:${n[1].trim()}`)}Ol.errorMessageExit(`${e} is not in valid JSON/JSON5 format.`)}},X.parseJsonText=Gl;const zl={default(){switch(Nl){case"/":return Wl(),void($l="comment");case void 0:return Wl(),Kl("eof")}if(!Al.JudgeUtil.isIgnoreChar(Nl)&&!Al.JudgeUtil.isSpaceSeparator(Nl))return zl[Il]();Wl()},start(){$l="value"},beforePropertyName(){switch(Nl){case"$":case"_":return xl=Wl(),void($l="identifierName");case"\\":return Wl(),void($l="identifierNameStartEscape");case"}":return Kl("punctuator",Wl());case'"':case"'":return Hl=Nl,Wl(),void($l="string")}if(Al.JudgeUtil.isIdStartChar(Nl))return xl+=Wl(),void($l="identifierName");throw tf(bl.Char,Wl())},afterPropertyName(){if(":"===Nl)return Kl("punctuator",Wl());throw tf(bl.Char,Wl())},beforePropertyValue(){$l="value"},afterPropertyValue(){switch(Nl){case",":case"}":return Kl("punctuator",Wl())}throw tf(bl.Char,Wl())},beforeArrayValue(){if("]"===Nl)return Kl("punctuator",Wl());$l="value"},afterArrayValue(){switch(Nl){case",":case"]":return Kl("punctuator",Wl())}throw tf(bl.Char,Wl())},end(){throw tf(bl.Char,Wl())},comment(){switch(Nl){case"*":return Wl(),void($l="multiLineComment");case"/":return Wl(),void($l="singleLineComment")}throw tf(bl.Char,Wl())},multiLineComment(){switch(Nl){case"*":return Wl(),void($l="multiLineCommentAsterisk");case void 0:throw tf(bl.Char,Wl())}Wl()},multiLineCommentAsterisk(){switch(Nl){case"*":return void Wl();case"/":return Wl(),void($l="default");case void 0:throw tf(bl.Char,Wl())}Wl(),$l="multiLineComment"},singleLineComment(){switch(Nl){case"\n":case"\r":case"\u2028":case"\u2029":return Wl(),void($l="default");case void 0:return Wl(),Kl("eof")}Wl()},value(){switch(Nl){case"{":case"[":return Kl("punctuator",Wl());case"n":return Wl(),ql("ull"),Kl("null",null);case"t":return Wl(),ql("rue"),Kl("boolean",!0);case"f":return Wl(),ql("alse"),Kl("boolean",!1);case"-":case"+":return"-"===Wl()&&(Jl=-1),void($l="numerical");case".":case"0":case"I":case"N":return void($l="numerical");case'"':case"'":return Hl=Nl,Wl(),xl="",void($l="string")}if(void 0===Nl||!Al.JudgeUtil.isDigitWithoutZero(Nl))throw tf(bl.Char,Wl());$l="numerical"},numerical(){switch(Nl){case".":return xl=Wl(),void($l="decimalPointLeading");case"0":return xl=Wl(),void($l="zero");case"I":return Wl(),ql("nfinity"),Kl("numeric",Jl*(1/0));case"N":return Wl(),ql("aN"),Kl("numeric",NaN)}if(void 0!==Nl&&Al.JudgeUtil.isDigitWithoutZero(Nl))return xl=Wl(),void($l="decimalInteger");throw tf(bl.Char,Wl())},zero(){switch(Nl){case".":case"e":case"E":return void($l="decimal");case"x":case"X":return xl+=Wl(),void($l="hexadecimal")}return Kl("numeric",0)},decimalInteger(){switch(Nl){case".":case"e":case"E":return void($l="decimal")}if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},decimal(){switch(Nl){case".":xl+=Wl(),$l="decimalFraction";break;case"e":case"E":xl+=Wl(),$l="decimalExponent"}},decimalPointLeading(){if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalFraction");throw tf(bl.Char,Wl())},decimalFraction(){switch(Nl){case"e":case"E":return xl+=Wl(),void($l="decimalExponent")}if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},decimalExponent(){switch(Nl){case"+":case"-":return xl+=Wl(),void($l="decimalExponentSign")}if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalExponentInteger");throw tf(bl.Char,Wl())},decimalExponentSign(){if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalExponentInteger");throw tf(bl.Char,Wl())},decimalExponentInteger(){if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},hexadecimal(){if(Al.JudgeUtil.isHexDigit(Nl))return xl+=Wl(),void($l="hexadecimalInteger");throw tf(bl.Char,Wl())},hexadecimalInteger(){if(!Al.JudgeUtil.isHexDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},identifierNameStartEscape(){if("u"!==Nl)throw tf(bl.Char,Wl());Wl();const e=Yl();switch(e){case"$":case"_":break;default:if(!Al.JudgeUtil.isIdStartChar(e))throw tf(bl.Identifier)}xl+=e,$l="identifierName"},identifierName(){switch(Nl){case"$":case"_":case"‌":case"‍":return void(xl+=Wl());case"\\":return Wl(),void($l="identifierNameEscape")}if(!Al.JudgeUtil.isIdContinueChar(Nl))return Kl("identifier",xl);xl+=Wl()},identifierNameEscape(){if("u"!==Nl)throw tf(bl.Char,Wl());Wl();const e=Yl();switch(e){case"$":case"_":case"‌":case"‍":break;default:if(!Al.JudgeUtil.isIdContinueChar(e))throw tf(bl.Identifier)}xl+=e,$l="identifierName"},string(){switch(Nl){case"\\":return Wl(),void(xl+=function(){const e=Ul(),t=function(){switch(Ul()){case"b":return Wl(),"\b";case"f":return Wl(),"\f";case"n":return Wl(),"\n";case"r":return Wl(),"\r";case"t":return Wl(),"\t";case"v":return Wl(),"\v"}return}();if(t)return t;switch(e){case"0":if(Wl(),Al.JudgeUtil.isDigit(Ul()))throw tf(bl.Char,Wl());return"\0";case"x":return Wl(),function(){let e="",t=Ul();if(!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());if(e+=Wl(),t=Ul(),!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());return e+=Wl(),String.fromCodePoint(parseInt(e,16))}();case"u":return Wl(),Yl();case"\n":case"\u2028":case"\u2029":return Wl(),"";case"\r":return Wl(),"\n"===Ul()&&Wl(),""}if(void 0===e||Al.JudgeUtil.isDigitWithoutZero(e))throw tf(bl.Char,Wl());return Wl()}());case'"':case"'":if(Nl===Hl){const e=Kl("string",xl);return Wl(),e}return void(xl+=Wl());case"\n":case"\r":case void 0:throw tf(bl.Char,Wl());case"\u2028":case"\u2029":!function(e){Ol.warn(`JSON5: '${ef(e)}' in strings is not valid ECMAScript; consider escaping.`)}(Nl)}xl+=Wl()}};function Kl(e,t){return{type:e,value:t,line:Ml,column:Ll}}function ql(e){for(const t of e){if(Ul()!==t)throw tf(bl.Char,Wl());Wl()}}function Yl(){let e="",t=4;for(;t-- >0;){const t=Ul();if(!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());e+=Wl()}return String.fromCodePoint(parseInt(e,16))}const Xl={start(){if("eof"===_l.type)throw tf(bl.EOF);Zl()},beforePropertyName(){switch(_l.type){case"identifier":case"string":return Pl=_l.value,void(Il="afterPropertyName");case"punctuator":return void Ql();case"eof":throw tf(bl.EOF)}},afterPropertyName(){if("eof"===_l.type)throw tf(bl.EOF);Il="beforePropertyValue"},beforePropertyValue(){if("eof"===_l.type)throw tf(bl.EOF);Zl()},afterPropertyValue(){if("eof"===_l.type)throw tf(bl.EOF);switch(_l.value){case",":return void(Il="beforePropertyName");case"}":Ql()}},beforeArrayValue(){if("eof"===_l.type)throw tf(bl.EOF);"punctuator"!==_l.type||"]"!==_l.value?Zl():Ql()},afterArrayValue(){if("eof"===_l.type)throw tf(bl.EOF);switch(_l.value){case",":return void(Il="beforeArrayValue");case"]":Ql()}},end(){}};function Zl(){const e=function(){let e;switch(_l.type){case"punctuator":switch(_l.value){case"{":e={};break;case"[":e=[]}break;case"null":case"boolean":case"numeric":case"string":e=_l.value}return e}();if(jl&&"object"==typeof e&&(e._line=Ml,e._column=Ll),void 0===kl)kl=e;else{const t=Tl[Tl.length-1];Array.isArray(t)?jl&&"object"!=typeof e?t.push({value:e,_line:Ml,_column:Ll}):t.push(e):t[Pl]=jl&&"object"!=typeof e?{value:e,_line:Ml,_column:Ll}:e}!function(e){if(e&&"object"==typeof e)Tl.push(e),Il=Array.isArray(e)?"beforeArrayValue":"beforePropertyName";else{const e=Tl[Tl.length-1];Il=e?Array.isArray(e)?"afterArrayValue":"afterPropertyValue":"end"}}(e)}function Ql(){Tl.pop();const e=Tl[Tl.length-1];Il=e?Array.isArray(e)?"afterArrayValue":"afterPropertyValue":"end"}function ef(e){const t={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r","\t":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"};if(t[e])return t[e];if(e<" "){const t=e.charCodeAt(0).toString(16);return`\\x${`00${t}`.substring(t.length)}`}return e}function tf(e,t){let n="";switch(e){case bl.Char:n=void 0===t?`JSON5: invalid end of input at ${Ml}:${Ll}`:`JSON5: invalid character '${ef(t)}' at ${Ml}:${Ll}`;break;case bl.EOF:n=`JSON5: invalid end of input at ${Ml}:${Ll}`;break;case bl.Identifier:Ll-=5,n=`JSON5: invalid identifier character at ${Ml}:${Ll}`}const r=new nf(n);return r.lineNumber=Ml,r.columnNumber=Ll,r}class nf extends SyntaxError{}var rf=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),uf=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),of=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&rf(t,e,n);return uf(t,e),t};Object.defineProperty(Y,"__esModule",{value:!0});var sf=Y.cleanWorkSpace=Ff=Y.executeInstallHvigor=yf=Y.isHvigorInstalled=mf=Y.isAllDependenciesInstalled=void 0;const cf=of(D.default),af=of(p.default),lf=b,ff=j,df=$,Df=X;let pf,Ef;var mf=Y.isAllDependenciesInstalled=function(){function e(e){const t=null==e?void 0:e.dependencies;return void 0===t?0:Object.getOwnPropertyNames(t).length}if(pf=gf(),Ef=Af(),e(pf)+1!==e(Ef))return!1;for(const e in null==pf?void 0:pf.dependencies)if(!(0,ff.hasNpmPackInPaths)(e,[lf.HVIGOR_PROJECT_DEPENDENCIES_HOME])||!hf(e,pf,Ef))return!1;return!0};function hf(e,t,n){return void 0!==n.dependencies&&(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,t.dependencies[e])===n.dependencies[e]}var yf=Y.isHvigorInstalled=function(){return pf=gf(),Ef=Af(),(0,ff.hasNpmPackInPaths)(lf.HVIGOR_ENGINE_PACKAGE_NAME,[lf.HVIGOR_PROJECT_DEPENDENCIES_HOME])&&(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,pf.hvigorVersion)===Ef.dependencies[lf.HVIGOR_ENGINE_PACKAGE_NAME]};const Cf={cwd:lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,stdio:["inherit","inherit","inherit"]};var Ff=Y.executeInstallHvigor=function(){(0,df.logInfoPrintConsole)("Hvigor installing...");const e={dependencies:{}};e.dependencies[lf.HVIGOR_ENGINE_PACKAGE_NAME]=(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,pf.hvigorVersion);try{cf.mkdirSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,{recursive:!0});const t=af.resolve(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,lf.DEFAULT_PACKAGE_JSON);cf.writeFileSync(t,JSON.stringify(e))}catch(e){(0,df.logErrorAndExit)(e)}!function(){const e=["config","set","store-dir",lf.HVIGOR_PNPM_STORE_PATH];(0,ff.executeCommand)(lf.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH,e,Cf)}(),(0,ff.executeCommand)(lf.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH,["install"],Cf)};function gf(){const e=af.resolve(lf.HVIGOR_PROJECT_WRAPPER_HOME,lf.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME);return cf.existsSync(e)||(0,df.logErrorAndExit)(`Error: Hvigor config file ${e} does not exist.`),(0,Df.parseJsonFile)(e)}function Af(){return cf.existsSync(lf.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH)?(0,Df.parseJsonFile)(lf.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH):{dependencies:{}}}sf=Y.cleanWorkSpace=function(){if((0,df.logInfoPrintConsole)("Hvigor cleaning..."),!cf.existsSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME))return;const e=cf.readdirSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME);if(e&&0!==e.length){cf.existsSync(lf.HVIGOR_BOOT_JS_FILE_PATH)&&(0,ff.executeCommand)(process.argv[0],[lf.HVIGOR_BOOT_JS_FILE_PATH,"--stop-daemon"],{});try{e.forEach((e=>{cf.rmSync(af.resolve(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,e),{recursive:!0})}))}catch(e){(0,df.logErrorAndExit)(`The hvigor build tool cannot be installed. Please manually clear the workspace directory and synchronize the project again.\n\n Workspace Path: ${lf.HVIGOR_PROJECT_DEPENDENCIES_HOME}.`)}}};var vf={},Sf=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),wf=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),Of=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&Sf(t,e,n);return wf(t,e),t};Object.defineProperty(vf,"__esModule",{value:!0});var bf=vf.executeBuild=void 0;const _f=b,Bf=Of(D.default),Pf=Of(p.default),kf=$;bf=vf.executeBuild=function(){const e=Pf.resolve(_f.HVIGOR_PROJECT_DEPENDENCIES_HOME,"node_modules","@ohos","hvigor","bin","hvigor.js");try{const t=Bf.realpathSync(e);require(t)}catch(t){(0,kf.logErrorAndExit)(`Error: ENOENT: no such file ${e},delete ${_f.HVIGOR_PROJECT_DEPENDENCIES_HOME} and retry.`)}},function(){if(O.checkNpmConifg(),O.environmentHandler(),O.isPnpmAvailable()||O.executeInstallPnpm(),yf()&&mf())bf();else{sf();try{Ff()}catch(e){return void sf()}bf()}}(); \ No newline at end of file diff --git a/ohos/flutter_nested/ohos/hvigorfile.ts b/ohos/flutter_nested/ohos/hvigorfile.ts new file mode 100644 index 0000000000000000000000000000000000000000..5a172b770e3b15f67c12152d00f38f2084d3915b --- /dev/null +++ b/ohos/flutter_nested/ohos/hvigorfile.ts @@ -0,0 +1,17 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently. +export { appTasks } from '@ohos/hvigor-ohos-plugin'; \ No newline at end of file diff --git a/ohos/flutter_nested/ohos/hvigorw b/ohos/flutter_nested/ohos/hvigorw new file mode 100644 index 0000000000000000000000000000000000000000..5efd8343d3232bdd1d9b7f67a3326034054c5396 --- /dev/null +++ b/ohos/flutter_nested/ohos/hvigorw @@ -0,0 +1,61 @@ +#!/bin/bash + +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# ---------------------------------------------------------------------------- +# Hvigor startup script, version 1.0.0 +# +# Required ENV vars: +# ------------------ +# NODE_HOME - location of a Node home dir +# or +# Add /usr/local/nodejs/bin to the PATH environment variable +# ---------------------------------------------------------------------------- + +HVIGOR_APP_HOME=$(dirname $(readlink -f $0)) +HVIGOR_WRAPPER_SCRIPT=${HVIGOR_APP_HOME}/hvigor/hvigor-wrapper.js +warn() { + echo "" + echo -e "\033[1;33m`date '+[%Y-%m-%d %H:%M:%S]'`$@\033[0m" +} + +error() { + echo "" + echo -e "\033[1;31m`date '+[%Y-%m-%d %H:%M:%S]'`$@\033[0m" +} + +fail() { + error "$@" + exit 1 +} + +# Determine node to start hvigor wrapper script +if [ -n "${NODE_HOME}" ];then + EXECUTABLE_NODE="${NODE_HOME}/bin/node" + if [ ! -x "$EXECUTABLE_NODE" ];then + fail "ERROR: NODE_HOME is set to an invalid directory,check $NODE_HOME\n\nPlease set NODE_HOME in your environment to the location where your nodejs installed" + fi +else + EXECUTABLE_NODE="node" + which ${EXECUTABLE_NODE} > /dev/null 2>&1 || fail "ERROR: NODE_HOME is not set and not 'node' command found in your path" +fi + +# Check hvigor wrapper script +if [ ! -r "$HVIGOR_WRAPPER_SCRIPT" ];then + fail "ERROR: Couldn't find hvigor/hvigor-wrapper.js in ${HVIGOR_APP_HOME}" +fi + +# start hvigor-wrapper script +exec "${EXECUTABLE_NODE}" \ + "${HVIGOR_WRAPPER_SCRIPT}" "$@" diff --git a/ohos/flutter_nested/ohos/hvigorw.bat b/ohos/flutter_nested/ohos/hvigorw.bat new file mode 100644 index 0000000000000000000000000000000000000000..cab3a34a8d2caee9e8f8c7374220c873332a7cb6 --- /dev/null +++ b/ohos/flutter_nested/ohos/hvigorw.bat @@ -0,0 +1,78 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +@if "%DEBUG%" == "" @echo off +@rem ########################################################################## +@rem +@rem Hvigor startup script for Windows +@rem +@rem ########################################################################## + +@rem Set local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" setlocal + +set DIRNAME=%~dp0 +if "%DIRNAME%" == "" set DIRNAME=. +set APP_BASE_NAME=%~n0 +set APP_HOME=%DIRNAME% + +@rem Resolve any "." and ".." in APP_HOME to make it shorter. +for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi + +set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js +set NODE_EXE=node.exe + +goto start + +:start +@rem Find node.exe +if defined NODE_HOME goto findNodeFromNodeHome + +%NODE_EXE% --version >NUL 2>&1 +if "%ERRORLEVEL%" == "0" goto execute + +echo. +echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. +echo. +echo Please set the NODE_HOME variable in your environment to match the +echo location of your NodeJs installation. + +goto fail + +:findNodeFromNodeHome +set NODE_HOME=%NODE_HOME:"=% +set NODE_EXE_PATH=%NODE_HOME%/%NODE_EXE% + +if exist "%NODE_EXE_PATH%" goto execute +echo. +echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. +echo. +echo Please set the NODE_HOME variable in your environment to match the +echo location of your NodeJs installation. + +goto fail + +:execute +@rem Execute hvigor +"%NODE_EXE%" %WRAPPER_MODULE_PATH% %* + +if "%ERRORLEVEL%" == "0" goto hvigorwEnd + +:fail +exit /b 1 + +:hvigorwEnd +if "%OS%" == "Windows_NT" endlocal + +:end diff --git a/ohos/flutter_nested/ohos/oh-package-lock.json5 b/ohos/flutter_nested/ohos/oh-package-lock.json5 new file mode 100644 index 0000000000000000000000000000000000000000..6b6ff6496e036b3fec37cdf1661998e74a97190c --- /dev/null +++ b/ohos/flutter_nested/ohos/oh-package-lock.json5 @@ -0,0 +1,27 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "lockfileVersion": 1, + "ATTENTION": "THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.", + "specifiers": { + "@ohos/hypium@1.0.6": "@ohos/hypium@1.0.6" + }, + "packages": { + "@ohos/hypium@1.0.6": { + "resolved": "https://repo.harmonyos.com/ohpm/@ohos/hypium/-/hypium-1.0.6.tgz", + "integrity": "sha512-bb3DWeWhYrFqj9mPFV3yZQpkm36kbcK+YYaeY9g292QKSjOdmhEIQR2ULPvyMsgSR4usOBf5nnYrDmaCCXirgQ==" + } + } +} \ No newline at end of file diff --git a/ohos/flutter_nested/ohos/oh-package.json5 b/ohos/flutter_nested/ohos/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..c90ef4866ac1a918639181ad0299d941bb95aca7 --- /dev/null +++ b/ohos/flutter_nested/ohos/oh-package.json5 @@ -0,0 +1,26 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "license": "", + "devDependencies": { + "@ohos/hypium": "1.0.6" + }, + "author": "", + "name": "apptemplate", + "description": "Please describe the basic information.", + "main": "", + "version": "1.0.0", + "dependencies": {} +} diff --git a/ohos/flutter_nested/pubspec.yaml b/ohos/flutter_nested/pubspec.yaml new file mode 100644 index 0000000000000000000000000000000000000000..616161eb60f568937a15d642211f8052da37ea43 --- /dev/null +++ b/ohos/flutter_nested/pubspec.yaml @@ -0,0 +1,104 @@ +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +name: flutter_nested +description: A new Flutter project. +# The following line prevents the package from being accidentally published to +# pub.dev using `flutter pub publish`. This is preferred for private packages. +publish_to: 'none' # Remove this line if you wish to publish to pub.dev + +# The following defines the version and build number for your application. +# A version number is three numbers separated by dots, like 1.2.43 +# followed by an optional build number separated by a +. +# Both the version and the builder number may be overridden in flutter +# build by specifying --build-name and --build-number, respectively. +# In Android, build-name is used as versionName while build-number used as versionCode. +# Read more about Android versioning at https://developer.android.com/studio/publish/versioning +# In iOS, build-name is used as CFBundleShortVersionString while build-number is used as CFBundleVersion. +# Read more about iOS versioning at +# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html +# In Windows, build-name is used as the major, minor, and patch parts +# of the product and file versions while build-number is used as the build suffix. +version: 1.0.0+1 + +environment: + sdk: '>=2.19.6 <3.0.0' + +# Dependencies specify other packages that your package needs in order to work. +# To automatically upgrade your package dependencies to the latest versions +# consider running `flutter pub upgrade --major-versions`. Alternatively, +# dependencies can be manually updated by changing the version numbers below to +# the latest version available on pub.dev. To see which dependencies have newer +# versions available, run `flutter pub outdated`. +dependencies: + flutter: + sdk: flutter + + nested: 1.0.0 + + # The following adds the Cupertino Icons font to your application. + # Use with the CupertinoIcons class for iOS style icons. + cupertino_icons: ^1.0.2 + +dev_dependencies: + flutter_test: + sdk: flutter + + # The "flutter_lints" package below contains a set of recommended lints to + # encourage good coding practices. The lint set provided by the package is + # activated in the `analysis_options.yaml` file located at the root of your + # package. See that file for information about deactivating specific lint + # rules and activating additional ones. + flutter_lints: ^2.0.0 + +# For information on the generic Dart part of this file, see the +# following page: https://dart.dev/tools/pub/pubspec + +# The following section is specific to Flutter packages. +flutter: + + # The following line ensures that the Material Icons font is + # included with your application, so that you can use the icons in + # the material Icons class. + uses-material-design: true + + # To add assets to your application, add an assets section, like this: + # assets: + # - images/a_dot_burr.jpeg + # - images/a_dot_ham.jpeg + + # An image asset can refer to one or more resolution-specific "variants", see + # https://flutter.dev/assets-and-images/#resolution-aware + + # For details regarding adding assets from package dependencies, see + # https://flutter.dev/assets-and-images/#from-packages + + # To add custom fonts to your application, add a fonts section here, + # in this "flutter" section. Each entry in this list should have a + # "family" key with the font family name, and a "fonts" key with a + # list giving the asset and other descriptors for the font. For + # example: + # fonts: + # - family: Schyler + # fonts: + # - asset: fonts/Schyler-Regular.ttf + # - asset: fonts/Schyler-Italic.ttf + # style: italic + # - family: Trajan Pro + # fonts: + # - asset: fonts/TrajanPro.ttf + # - asset: fonts/TrajanPro_Bold.ttf + # weight: 700 + # + # For details regarding fonts from package dependencies, + # see https://flutter.dev/custom-fonts/#from-packages diff --git a/ohos/flutter_nested/test/widget_test.dart b/ohos/flutter_nested/test/widget_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..c8788658bbad53052c19fb9fbd32571a24fcc6a7 --- /dev/null +++ b/ohos/flutter_nested/test/widget_test.dart @@ -0,0 +1,44 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +// This is a basic Flutter widget test. +// +// To perform an interaction with a widget in your test, use the WidgetTester +// utility in the flutter_test package. For example, you can send tap and scroll +// gestures. You can also use WidgetTester to find child widgets in the widget +// tree, read text, and verify that the values of widget properties are correct. + +import 'package:flutter/material.dart'; +import 'package:flutter_test/flutter_test.dart'; + +import 'package:flutter_nested/main.dart'; + +void main() { + testWidgets('Counter increments smoke test', (WidgetTester tester) async { + // Build our app and trigger a frame. + await tester.pumpWidget(const MyApp()); + + // Verify that our counter starts at 0. + expect(find.text('0'), findsOneWidget); + expect(find.text('1'), findsNothing); + + // Tap the '+' icon and trigger a frame. + await tester.tap(find.byIcon(Icons.add)); + await tester.pump(); + + // Verify that our counter has incremented. + expect(find.text('0'), findsNothing); + expect(find.text('1'), findsOneWidget); + }); +} diff --git a/ohos/flutter_path/.gitignore b/ohos/flutter_path/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..24476c5d1eb55824c76d8b01a3965f94abad1ef8 --- /dev/null +++ b/ohos/flutter_path/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ +migrate_working_dir/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +**/doc/api/ +**/ios/Flutter/.last_build_id +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Android Studio will place build artifacts here +/android/app/debug +/android/app/profile +/android/app/release diff --git a/ohos/flutter_path/.metadata b/ohos/flutter_path/.metadata new file mode 100644 index 0000000000000000000000000000000000000000..d07c0afb6812b08a64d23b369ba37e066ea83244 --- /dev/null +++ b/ohos/flutter_path/.metadata @@ -0,0 +1,44 @@ + /* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +# This file tracks properties of this Flutter project. +# Used by Flutter tool to assess capabilities and perform upgrades etc. +# +# This file should be version controlled. + +version: + revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + channel: master + +project_type: app + +# Tracks metadata for the flutter migrate command +migration: + platforms: + - platform: root + create_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + base_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + - platform: ohos + create_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + base_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + + # User provided section + + # List of Local paths (relative to this file) that should be + # ignored by the migrate tool. + # + # Files that are not part of the templates will be ignored by default. + unmanaged_files: + - 'lib/main.dart' + - 'ios/Runner.xcodeproj/project.pbxproj' diff --git a/ohos/flutter_path/README.md b/ohos/flutter_path/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/ohos/flutter_path/analysis_options.yaml b/ohos/flutter_path/analysis_options.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7814013c895a5ab88ab0bb58d8cfa716f9be5654 --- /dev/null +++ b/ohos/flutter_path/analysis_options.yaml @@ -0,0 +1,42 @@ +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# This file configures the analyzer, which statically analyzes Dart code to +# check for errors, warnings, and lints. +# +# The issues identified by the analyzer are surfaced in the UI of Dart-enabled +# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be +# invoked from the command line by running `flutter analyze`. + +# The following line activates a set of recommended lints for Flutter apps, +# packages, and plugins designed to encourage good coding practices. +include: package:flutter_lints/flutter.yaml + +linter: + # The lint rules applied to this project can be customized in the + # section below to disable rules from the `package:flutter_lints/flutter.yaml` + # included above or to enable additional rules. A list of all available lints + # and their documentation is published at + # https://dart-lang.github.io/linter/lints/index.html. + # + # Instead of disabling a lint rule for the entire project in the + # section below, it can also be suppressed for a single line of code + # or a specific dart file by using the `// ignore: name_of_lint` and + # `// ignore_for_file: name_of_lint` syntax on the line or in the file + # producing the lint. + rules: + # avoid_print: false # Uncomment to disable the `avoid_print` rule + # prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule + +# Additional information about this file can be found at +# https://dart.dev/guides/language/analysis-options diff --git a/ohos/flutter_path/lib/common/base_page.dart b/ohos/flutter_path/lib/common/base_page.dart new file mode 100644 index 0000000000000000000000000000000000000000..97150bfe0f2848585f5890a79e0fdfeba412bca3 --- /dev/null +++ b/ohos/flutter_path/lib/common/base_page.dart @@ -0,0 +1,52 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; +import 'package:flutter_path/common/test_route.dart'; + +import 'main_item_widget.dart'; + +/// 全局静态数据存储 +abstract class GlobalData { + static String appName = ''; +} + +/// app基本首页 +class BasePage extends StatefulWidget { + const BasePage({super.key, required this.data}); + + final List data; + + @override + State createState() => _BasePageState(); +} + +class _BasePageState extends State { + int get _itemCount => widget.data.length; + + @override + Widget build(BuildContext context) { + return Scaffold( + appBar: AppBar( + title: Center(child: Text(GlobalData.appName, textAlign: TextAlign.center)), + ), + body: ListView.builder(itemBuilder: _itemBuilder, itemCount: _itemCount)); + } + + Widget _itemBuilder(BuildContext context, int index) { + return MainItemWidget(widget.data[index], (MainItem item) { + Navigator.of(context).pushNamed(item.route!); + }); + } +} diff --git a/ohos/flutter_path/lib/common/item_widget.dart b/ohos/flutter_path/lib/common/item_widget.dart new file mode 100644 index 0000000000000000000000000000000000000000..f17c7839f6759ab6fd7929526f5e84791d5e59ff --- /dev/null +++ b/ohos/flutter_path/lib/common/item_widget.dart @@ -0,0 +1,125 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/cupertino.dart'; +import 'package:flutter/material.dart'; +import 'package:flutter_path/common/test_page.dart'; + +/// Item widget. +class ItemWidget extends StatefulWidget { + /// Item widget. + const ItemWidget( + {required this.item, required this.index, required this.getGroupRange, required this.runGroup, required this.onTap, this.summary, Key? key}) + : super(key: key); + + /// item summary. + final String? summary; + + /// item data. + final Item item; + + /// 当前下标 + final int index; + + /// 获取对应的组信息 + final GroupRange Function() getGroupRange; + + /// 获取对应的组信息 + final void Function(int start, int end) runGroup; + + /// Action when pressed (typically run). + final void Function(Item item) onTap; + + @override + ItemWidgetState createState() => ItemWidgetState(); +} + +class ItemWidgetState extends State { + @override + Widget build(BuildContext context) { + IconData? icon; + Color? color; + + switch (widget.item.state) { + case ItemState.none: + icon = Icons.arrow_forward_ios; + break; + case ItemState.running: + icon = Icons.more_horiz; + break; + case ItemState.success: + icon = Icons.check; + color = Colors.green; + break; + case ItemState.failure: + icon = Icons.close; + color = Colors.red; + break; + } + + final Widget listTile = ListTile( + leading: SizedBox( + child: IconButton( + icon: Icon(icon, color: color), + onPressed: null, + )), + title: Text(widget.item.name), + subtitle: widget.summary != null ? Text(widget.summary!) : null, + onTap: () { + widget.onTap(widget.item); + }); + + final data = widget.getGroupRange(); + + return Column( + mainAxisAlignment: MainAxisAlignment.start, + crossAxisAlignment: CrossAxisAlignment.start, + children: [ + if (data.groupName.isNotEmpty && data.startIndex == widget.index) + GestureDetector( + onTap: () {}, + child: Container( + height: 35, + decoration: BoxDecoration(color: CupertinoColors.extraLightBackgroundGray), + child: Row( + mainAxisAlignment: MainAxisAlignment.spaceBetween, + children: [ + Text( + '测试组: ${data.groupName}', + style: TextStyle(fontSize: 18), + ), + FilledButton( + onPressed: () => widget.runGroup(data.startIndex, data.startIndex), + child: Text( + '整组测试', + style: TextStyle(fontSize: 16), + )) + ], + ), + ), + ), + Container( + margin: data.groupName.isNotEmpty && data.startIndex == widget.index ? EdgeInsets.only(bottom: 10) : null, + decoration: BoxDecoration( + border: data.groupName.isNotEmpty && data.endIndex == widget.index ? Border(bottom: BorderSide(color: Colors.grey)) : null, + ), + child: Padding( + padding: data.groupName.isNotEmpty && data.startIndex <= widget.index && data.endIndex >= widget.index ? EdgeInsets.only(left: 35) : EdgeInsets.zero, + child: listTile, + ), + ) + ], + ); + } +} diff --git a/ohos/flutter_path/lib/common/main_item_widget.dart b/ohos/flutter_path/lib/common/main_item_widget.dart new file mode 100644 index 0000000000000000000000000000000000000000..5fb47be10bb6757969dc56ed2f312a2081823a54 --- /dev/null +++ b/ohos/flutter_path/lib/common/main_item_widget.dart @@ -0,0 +1,50 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/cupertino.dart'; +import 'package:flutter/material.dart'; +import 'package:flutter_path/common/test_route.dart'; + +/// Main item widget. +class MainItemWidget extends StatefulWidget { + /// Main item widget. + const MainItemWidget(this.item, this.onTap, {Key? key}) : super(key: key); + + /// item data. + final MainItem item; + + /// onTap action (typically run or open). + final void Function(MainItem item) onTap; + + @override + MainItemWidgetState createState() => MainItemWidgetState(); +} + +class MainItemWidgetState extends State { + @override + Widget build(BuildContext context) { + return Container( + margin: const EdgeInsets.only(bottom: 10), + child: ListTile( + tileColor: CupertinoColors.extraLightBackgroundGray, + title: Text(widget.item.title), + subtitle: Text(widget.item.description), + onTap: _onTap), + ); + } + + void _onTap() { + widget.onTap(widget.item); + } +} diff --git a/ohos/flutter_path/lib/common/test_model_app.dart b/ohos/flutter_path/lib/common/test_model_app.dart new file mode 100644 index 0000000000000000000000000000000000000000..2ece7a60e0de43e43ff01655f505bc18810c554a --- /dev/null +++ b/ohos/flutter_path/lib/common/test_model_app.dart @@ -0,0 +1,51 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'base_page.dart'; +import 'test_route.dart'; + +/// 基础app框架 +class TestModelApp extends StatefulWidget { + TestModelApp({super.key, required this.appName, required this.data}) { + GlobalData.appName = appName; + } + + /// 测试包名称 + final String appName; + + /// 路由数据 + final TestRoute data; + + @override + State createState() => TestModelState(); +} + +class TestModelState extends State { + @override + Widget build(BuildContext context) { + return MaterialApp( + title: widget.appName, + theme: ThemeData( + colorScheme: ColorScheme.fromSeed(seedColor: Colors.blue), + appBarTheme: const AppBarTheme(backgroundColor: Colors.blue), + primarySwatch: Colors.blue, + useMaterial3: true, + ), + routes: widget.data.routes, + initialRoute: '/', + ); + } +} diff --git a/ohos/flutter_path/lib/common/test_page.dart b/ohos/flutter_path/lib/common/test_page.dart new file mode 100644 index 0000000000000000000000000000000000000000..390300e5e2d216de4d881de65637dd70c7dda2e8 --- /dev/null +++ b/ohos/flutter_path/lib/common/test_page.dart @@ -0,0 +1,360 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:async'; + +import 'package:flutter/material.dart'; + +import 'item_widget.dart'; + +List contentList = []; + +class Test { + /// Test definition. + Test(this.name, this.fn, {bool? solo, bool? skip}) + : solo = solo == true, + skip = skip == true; + + /// Only run this test. + final bool solo; + + /// Skip this test. + final bool skip; + + /// Test name. + String name; + + /// Test body. + FutureOr Function() fn; +} + +/// Item states. +enum ItemState { + /// test not run yet. + none, + + /// test is running. + running, + + /// test succeeded. + success, + + /// test fails. + failure +} + +/// Menu item. +class Item { + /// Menu item. + Item(this.name); + + /// Menu item state. + ItemState state = ItemState.running; + + /// Menu item name/ + String name; +} + +class TestLength { + TestLength(this.oldLength, this.newLength); + + int oldLength; + int newLength; +} + +class GroupRange { + GroupRange(this.groupName, this.startIndex, this.endIndex); + + String groupName; + int startIndex; + int endIndex; +} + +/// 基础测试页面 +class TestPage extends StatefulWidget { + /// Base test page. + TestPage(this.title, {Key? key}) : super(key: key); + + /// The title. + final String title; + + /// Test list. + final List tests = []; + + /// 保存group的范围信息 + final Map groupTitle = {}; + + /// define a test. + void test(String name, FutureOr Function() fn) { + tests.add(Test(name, fn)); + } + + /// define a group test. + void group(String name, FutureOr Function() fn) { + int oldLength = tests.length; + fn(); + + int newLength = tests.length - 1; + groupTitle.addAll({name: TestLength(oldLength, newLength)}); + } + + /// Thrown an exception + void fail([String? message]) { + throw Exception(message ?? 'should fail'); + } + + @override + TestPageState createState() => TestPageState(); +} + +/// Group. +mixin Group { + /// List of tests. + List get tests { + // TODO: implement tests + throw UnimplementedError(); + } + + bool? _hasSolo; + final _tests = []; + + /// Add a test. + void add(Test test) { + if (!test.skip) { + if (test.solo) { + if (_hasSolo != true) { + _hasSolo = true; + _tests.clear(); + } + _tests.add(test); + } else if (_hasSolo != true) { + _tests.add(test); + } + } + } + + /// true if it has solo or contains item with solo feature + bool? get hasSolo => _hasSolo; +} + +class TestPageState extends State with Group { + List items = []; + + Future _run() async { + if (!mounted) { + return null; + } + + setState(() { + items.clear(); + }); + _tests.clear(); + for (var test in widget.tests) { + add(test); + } + for (var test in _tests) { + var item = Item(test.name); + contentList.add(Text(test.name, style: const TextStyle(fontSize: 18, color: Colors.green))); + + late int position; + setState(() { + position = items.length; + items.add(item); + }); + try { + await test.fn(); + item = Item(test.name)..state = ItemState.success; + print('ohFlutter: ${test.name}, result: success'); + } catch (e, st) { + contentList.add(Text('$e, $st', style: const TextStyle(fontSize: 18, color: Colors.red))); + print('ohFlutter: ${test.name}-error: $e, $st}'); + item = Item(test.name)..state = ItemState.failure; + } + + if (!mounted) { + return null; + } + + setState(() { + items[position] = item; + }); + } + } + + Future _runTest(int index) async { + if (!mounted) { + return null; + } + + final test = _tests[index]; + + var item = items[index]; + setState(() { + contentList = []; + item.state = ItemState.running; + }); + contentList.add(Text(test.name, style: const TextStyle(fontSize: 18, color: Colors.green))); + try { + await test.fn(); + + item = Item(test.name)..state = ItemState.success; + print('ohFlutter: ${test.name}, result: success'); + } catch (e, st) { + contentList.add(Text('$e, $st', style: const TextStyle(fontSize: 18, color: Colors.red))); + print('ohFlutter: ${test.name}-error: $e, $st}'); + try { + print(st); + } catch (_) {} + item = Item(test.name)..state = ItemState.failure; + } + + if (!mounted) { + return null; + } + + setState(() { + items[index] = item; + }); + } + + @override + void initState() { + super.initState(); + contentList = []; + _run(); + } + + @override + Widget build(BuildContext context) { + return Scaffold( + appBar: AppBar(title: Text(widget.title), actions: [ + IconButton( + icon: const Icon(Icons.search), + tooltip: 'Results', + onPressed: () { + showAlertDialog(context); + }, + ), + IconButton( + icon: const Icon(Icons.refresh), + tooltip: 'Run again', + onPressed: _run, + ), + ]), + body: ListView(children: [ + ...items.asMap().keys.map((e) => _itemBuilder(context, e)).toList(), + ])); + } + + Widget _itemBuilder(BuildContext context, int index) { + final item = getItem(index); + return ItemWidget( + item: item, + index: index, + getGroupRange: () { + GroupRange data = GroupRange('', 0, 0); + widget.groupTitle.forEach((key, value) { + if (value.oldLength <= index && value.newLength >= index) { + data = GroupRange(key, value.oldLength, value.newLength); + } + }); + return data; + }, + runGroup: (start, end) async { + for (var i = start; i <= end; i++) { + await _runTest(i); + print('\n'); + } + }, + onTap: (Item item) { + _runTest(index); + }); + } + + Item getItem(int index) { + return items[index]; + } + + @override + List get tests => widget.tests; +} + +void expect(var testModel, var object) { + try { + testModel; + contentList.add(Text('运行正常,输出参数为$testModel')); + } catch(e) { + contentList.add(Text('运行失败,错误信息为$e')); + print(e.toString()); + } +} +void expectNot(var testModel, var object,String reason) { + try { + testModel; + contentList.add(Text('运行正常,输出参数为$testModel')); + } catch(e) { + contentList.add(Text('运行失败,错误信息为$e')); + print(e.toString()); + } + print(reason); +} +void expectWithReason(var testModel, var object,String reason) { + try { + testModel; + print("${testModel.toString()}运行正常,应与${object.toString()}对比"); + } catch(e) { + print(e.toString()); + } + print(reason); +} +void expectEquals(var testModel, var object,String not) { + try { + testModel; + print("${testModel.toString()}运行正常,应与${object.toString()}对比"); + } catch(e) { + print(e.toString()); + } + print(not); +} +void expectNotEquals(var testModel, var object,String not) { + try { + testModel; + print("${testModel.toString()}运行正常,应与${object.toString()}对比"); + } catch(e) { + print(e.toString()); + } + print(not); +} +void showAlertDialog(BuildContext context) { + showDialog( + context: context, + barrierDismissible: false, + builder: (BuildContext context) { + return AlertDialog( + content: SingleChildScrollView( + child: Column( + children: contentList, + ), + ), + actions: [ + MaterialButton( + child: const Text('确定'), + onPressed: () { + Navigator.of(context).pop(); + }, + ), + ], + ); + }); +} \ No newline at end of file diff --git a/ohos/flutter_path/lib/common/test_route.dart b/ohos/flutter_path/lib/common/test_route.dart new file mode 100644 index 0000000000000000000000000000000000000000..b05d7aaffae44465a08a3ce7cef6d7b4d94532c2 --- /dev/null +++ b/ohos/flutter_path/lib/common/test_route.dart @@ -0,0 +1,48 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/cupertino.dart'; + +import 'base_page.dart'; + +class MainItem { + /// Main item. + MainItem(this.title, this.description, {this.route}); + + /// Title. + String title; + + /// Description. + String description; + + /// Page route. + String? route; +} + +class TestRoute { + TestRoute({required Map routes, required this.items}) { + if (routes.containsKey('/')) { + throw Exception('不允许传入 / 路由'); + } + + this.routes.addAll({ + '/': (BuildContext context) => BasePage(data: items), + }); + this.routes.addAll(routes); + } + + Map routes = {}; + + List items = []; +} diff --git a/ohos/flutter_path/lib/main.dart b/ohos/flutter_path/lib/main.dart new file mode 100644 index 0000000000000000000000000000000000000000..fcd606a7557e25d27b89a517d5610e50a95e759f --- /dev/null +++ b/ohos/flutter_path/lib/main.dart @@ -0,0 +1,182 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; +import 'package:flutter_path/rt_url_test.dart'; +import 'package:flutter_path/common/test_page.dart'; +import 'package:flutter_path/common/test_route.dart'; +import 'package:flutter_path/common/test_model_app.dart'; +import 'rt_brower_test.dart'; +import 'rt_io_test.dart'; +import 'rt_path_map_test.dart'; +import 'rt_path_set_test.dart'; +import 'rt_path_test.dart'; +import 'rt_posix_test.dart'; +import 'rt_relative_test.dart'; +import 'rt_windows_test.dart'; +import 'rt_example.dart'; + +void main() { + + final app = TestRoute(routes: { + '/brower_test': (BuildContext context) => JKBrowerTestPage("brower_test"), + '/io_test': (BuildContext context) => JKIOTestPage("io_test"), + '/path_map_test': (BuildContext context) => JKPathMapTestPage("path_map_test"), + '/path_set_test': (BuildContext context) => JKPathSetTestPage("path_set_test"), + '/path_test': (BuildContext context) => JKPathTestPage("path_test"), + '/posix_test': (BuildContext context) => JKPosixTestPage("posix_test"), + '/relative_test': (BuildContext context) => JKRelativeTestPage("relative_test"), + '/url_test': (BuildContext context) => JKUrlTestPage("url_test"), + '/windows_test': (BuildContext context) => JKWindowsTestPage("windows_test"), + '/example_test': (BuildContext context) => JKExampleTestPage(), + }, items: [ + MainItem('brower_test', 'details', route: '/brower_test'), + MainItem('io_test', 'details', route: '/io_test'), + MainItem('path_map_test', 'details', route: '/path_map_test'), + MainItem('path_set_test', 'details', route: '/path_set_test'), + MainItem('path_test', 'details', route: '/path_test'), + MainItem('posix_test', 'details', route: '/posix_test'), + MainItem('relative_test', 'details', route: '/relative_test'), + MainItem('url_test', 'details', route: '/url_test'), + MainItem('windows_test', 'details', route: '/windows_test'), + MainItem('example_test', 'details', route: '/example_test'), + + ]); + + runApp(TestModelApp( + appName: 'path', + data: app)); + + //runApp(const MyApp()); +} + +class MyApp extends StatelessWidget { + const MyApp({super.key}); + + // This widget is the root of your application. + @override + Widget build(BuildContext context) { + return MaterialApp( + title: 'Flutter Demo', + theme: ThemeData( + // This is the theme of your application. + // + // TRY THIS: Try running your application with "flutter run". You'll see + // the application has a blue toolbar. Then, without quitting the app, + // try changing the seedColor in the colorScheme below to Colors.green + // and then invoke "hot reload" (save your changes or press the "hot + // reload" button in a Flutter-supported IDE, or press "r" if you used + // the command line to start the app). + // + // Notice that the counter didn't reset back to zero; the application + // state is not lost during the reload. To reset the state, use hot + // restart instead. + // + // This works for code too, not just values: Most code changes can be + // tested with just a hot reload. + colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple), + useMaterial3: true, + ), + home: const MyHomePage(title: 'Flutter Demo Home Page'), + ); + } +} + +class MyHomePage extends StatefulWidget { + const MyHomePage({super.key, required this.title}); + + // This widget is the home page of your application. It is stateful, meaning + // that it has a State object (defined below) that contains fields that affect + // how it looks. + + // This class is the configuration for the state. It holds the values (in this + // case the title) provided by the parent (in this case the App widget) and + // used by the build method of the State. Fields in a Widget subclass are + // always marked "final". + + final String title; + + @override + State createState() => _MyHomePageState(); +} + +class _MyHomePageState extends State { + int _counter = 0; + + void _incrementCounter() { + setState(() { + // This call to setState tells the Flutter framework that something has + // changed in this State, which causes it to rerun the build method below + // so that the display can reflect the updated values. If we changed + // _counter without calling setState(), then the build method would not be + // called again, and so nothing would appear to happen. + _counter++; + }); + } + + @override + Widget build(BuildContext context) { + // This method is rerun every time setState is called, for instance as done + // by the _incrementCounter method above. + // + // The Flutter framework has been optimized to make rerunning build methods + // fast, so that you can just rebuild anything that needs updating rather + // than having to individually change instances of widgets. + return Scaffold( + appBar: AppBar( + // TRY THIS: Try changing the color here to a specific color (to + // Colors.amber, perhaps?) and trigger a hot reload to see the AppBar + // change color while the other colors stay the same. + backgroundColor: Theme.of(context).colorScheme.inversePrimary, + // Here we take the value from the MyHomePage object that was created by + // the App.build method, and use it to set our appbar title. + title: Text(widget.title), + ), + body: Center( + // Center is a layout widget. It takes a single child and positions it + // in the middle of the parent. + child: Column( + // Column is also a layout widget. It takes a list of children and + // arranges them vertically. By default, it sizes itself to fit its + // children horizontally, and tries to be as tall as its parent. + // + // Column has various properties to control how it sizes itself and + // how it positions its children. Here we use mainAxisAlignment to + // center the children vertically; the main axis here is the vertical + // axis because Columns are vertical (the cross axis would be + // horizontal). + // + // TRY THIS: Invoke "debug painting" (choose the "Toggle Debug Paint" + // action in the IDE, or press "p" in the console), to see the + // wireframe for each widget. + mainAxisAlignment: MainAxisAlignment.center, + children: [ + const Text( + 'You have pushed the button this many times:', + ), + Text( + '$_counter', + style: Theme.of(context).textTheme.headlineMedium, + ), + ], + ), + ), + floatingActionButton: FloatingActionButton( + onPressed: _incrementCounter, + tooltip: 'Increment', + child: const Icon(Icons.add), + ), // This trailing comma makes auto-formatting nicer for build methods. + ); + } +} diff --git a/ohos/flutter_path/lib/messages.g.dart b/ohos/flutter_path/lib/messages.g.dart new file mode 100644 index 0000000000000000000000000000000000000000..a7786c1223c290b69ba3a402eba289dbf42e4084 --- /dev/null +++ b/ohos/flutter_path/lib/messages.g.dart @@ -0,0 +1,207 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ + + +// ignore_for_file: public_member_api_docs, non_constant_identifier_names, avoid_as, unused_import, unnecessary_parenthesis, prefer_null_aware_operators, omit_local_variable_types, unused_shown_name, unnecessary_import + +import 'dart:async'; +import 'dart:typed_data' show Float64List, Int32List, Int64List, Uint8List; + +import 'package:flutter/foundation.dart' show ReadBuffer, WriteBuffer; +import 'package:flutter/services.dart'; + +enum StorageDirectory { + root, + music, + podcasts, + ringtones, + alarms, + notifications, + pictures, + movies, + downloads, + dcim, + documents, +} + +class PathProviderApi { + /// Constructor for [PathProviderApi]. The [binaryMessenger] named argument is + /// available for dependency injection. If it is left null, the default + /// BinaryMessenger will be used which routes to the host platform. + PathProviderApi({BinaryMessenger? binaryMessenger}) + : _binaryMessenger = binaryMessenger; + final BinaryMessenger? _binaryMessenger; + + static const MessageCodec codec = StandardMessageCodec(); + + Future getTemporaryPath() async { + final BasicMessageChannel channel = BasicMessageChannel( + 'dev.flutter.pigeon.PathProviderApi.getTemporaryPath', codec, + binaryMessenger: _binaryMessenger); + final List? replyList = await channel.send(" ") as List?; + if (replyList == null) { + throw PlatformException( + code: 'channel-error', + message: 'Unable to establish connection on channel.', + ); + } else if (replyList.length > 1) { + throw PlatformException( + code: replyList[0]! as String, + message: replyList[1] as String?, + details: replyList[2], + ); + } else { + return (replyList[0] as String?); + } + } + + Future getApplicationSupportPath() async { + final BasicMessageChannel channel = BasicMessageChannel( + 'dev.flutter.pigeon.PathProviderApi.getApplicationSupportPath', codec, + binaryMessenger: _binaryMessenger); + final List? replyList = await channel.send(" ") as List?; + if (replyList == null) { + throw PlatformException( + code: 'channel-error', + message: 'Unable to establish connection on channel.', + ); + } else if (replyList.length > 1) { + throw PlatformException( + code: replyList[0]! as String, + message: replyList[1] as String?, + details: replyList[2], + ); + } else { + return (replyList[0] as String?); + } + } + + Future getApplicationDocumentsPath() async { + final BasicMessageChannel channel = BasicMessageChannel( + 'dev.flutter.pigeon.PathProviderApi.getApplicationDocumentsPath', codec, + binaryMessenger: _binaryMessenger); + final List? replyList = await channel.send(" ") as List?; + if (replyList == null) { + throw PlatformException( + code: 'channel-error', + message: 'Unable to establish connection on channel.', + ); + } else if (replyList.length > 1) { + throw PlatformException( + code: replyList[0]! as String, + message: replyList[1] as String?, + details: replyList[2], + ); + } else { + return (replyList[0] as String?); + } + } + + Future getApplicationCachePath() async { + final BasicMessageChannel channel = BasicMessageChannel( + 'dev.flutter.pigeon.PathProviderApi.getApplicationCachePath', codec, + binaryMessenger: _binaryMessenger); + final List? replyList = await channel.send(null) as List?; + if (replyList == null) { + throw PlatformException( + code: 'channel-error', + message: 'Unable to establish connection on channel.', + ); + } else if (replyList.length > 1) { + throw PlatformException( + code: replyList[0]! as String, + message: replyList[1] as String?, + details: replyList[2], + ); + } else { + return (replyList[0] as String?); + } + } + + Future getExternalStoragePath() async { + final BasicMessageChannel channel = BasicMessageChannel( + 'dev.flutter.pigeon.PathProviderApi.getExternalStoragePath', codec, + binaryMessenger: _binaryMessenger); + final List? replyList = await channel.send(" ") as List?; + if (replyList == null) { + throw PlatformException( + code: 'channel-error', + message: 'Unable to establish connection on channel.', + ); + } else if (replyList.length > 1) { + throw PlatformException( + code: replyList[0]! as String, + message: replyList[1] as String?, + details: replyList[2], + ); + } else { + return (replyList[0] as String?); + } + } + + Future> getExternalCachePaths() async { + final BasicMessageChannel channel = BasicMessageChannel( + 'dev.flutter.pigeon.PathProviderApi.getExternalCachePaths', codec, + binaryMessenger: _binaryMessenger); + final List? replyList = await channel.send(" ") as List?; + if (replyList == null) { + throw PlatformException( + code: 'channel-error', + message: 'Unable to establish connection on channel.', + ); + } else if (replyList.length > 1) { + throw PlatformException( + code: replyList[0]! as String, + message: replyList[1] as String?, + details: replyList[2], + ); + } else if (replyList[0] == null) { + throw PlatformException( + code: 'null-error', + message: 'Host platform returned null value for non-null return value.', + ); + } else { + return (replyList[0] as List?)!.cast(); + } + } + + Future> getExternalStoragePaths( + StorageDirectory arg_directory) async { + final BasicMessageChannel channel = BasicMessageChannel( + 'dev.flutter.pigeon.PathProviderApi.getExternalStoragePaths', codec, + binaryMessenger: _binaryMessenger); + final List? replyList = + await channel.send([arg_directory.index]) as List?; + if (replyList == null) { + throw PlatformException( + code: 'channel-error', + message: 'Unable to establish connection on channel.', + ); + } else if (replyList.length > 1) { + throw PlatformException( + code: replyList[0]! as String, + message: replyList[1] as String?, + details: replyList[2], + ); + } else if (replyList[0] == null) { + throw PlatformException( + code: 'null-error', + message: 'Host platform returned null value for non-null return value.', + ); + } else { + return (replyList[0] as List?)!.cast(); + } + } +} diff --git a/ohos/flutter_path/lib/path_provider_ohos.dart b/ohos/flutter_path/lib/path_provider_ohos.dart new file mode 100644 index 0000000000000000000000000000000000000000..dfa631472050f797878f73bfa5c35dd25f325790 --- /dev/null +++ b/ohos/flutter_path/lib/path_provider_ohos.dart @@ -0,0 +1,103 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ + +import 'package:path_provider_platform_interface/path_provider_platform_interface.dart'; +import 'messages.g.dart' as messages; + +messages.StorageDirectory _convertStorageDirectory( + StorageDirectory? directory) { + switch (directory) { + case null: + return messages.StorageDirectory.root; + case StorageDirectory.music: + return messages.StorageDirectory.music; + case StorageDirectory.podcasts: + return messages.StorageDirectory.podcasts; + case StorageDirectory.ringtones: + return messages.StorageDirectory.ringtones; + case StorageDirectory.alarms: + return messages.StorageDirectory.alarms; + case StorageDirectory.notifications: + return messages.StorageDirectory.notifications; + case StorageDirectory.pictures: + return messages.StorageDirectory.pictures; + case StorageDirectory.movies: + return messages.StorageDirectory.movies; + case StorageDirectory.downloads: + return messages.StorageDirectory.downloads; + case StorageDirectory.dcim: + return messages.StorageDirectory.dcim; + case StorageDirectory.documents: + return messages.StorageDirectory.documents; + } +} + +/// The OHOS implementation of [PathProviderPlatform]. +class PathProviderOhos extends PathProviderPlatform { + final messages.PathProviderApi _api = messages.PathProviderApi(); + + /// Registers this class as the default instance of [PathProviderPlatform]. + static void registerWith() { + PathProviderPlatform.instance = PathProviderOhos(); + } + + @override + Future getTemporaryPath() { + return _api.getTemporaryPath(); + } + + @override + Future getApplicationSupportPath() { + return _api.getApplicationSupportPath(); + } + + @override + Future getLibraryPath() { + throw UnsupportedError('getLibraryPath is not supported on OHOS'); + } + + @override + Future getApplicationDocumentsPath() { + return _api.getApplicationDocumentsPath(); + } + + @override + Future getApplicationCachePath() { + return _api.getApplicationCachePath(); + } + + @override + Future getExternalStoragePath() { + return _api.getExternalStoragePath(); + } + + @override + Future?> getExternalCachePaths() async { + return (await _api.getExternalCachePaths()).cast(); + } + + @override + Future?> getExternalStoragePaths({ + StorageDirectory? type, + }) async { + return (await _api.getExternalStoragePaths(_convertStorageDirectory(type))) + .cast(); + } + + @override + Future getDownloadsPath() { + throw UnsupportedError('getDownloadsPath is not supported on OHOS'); + } +} diff --git a/ohos/flutter_path/lib/rt_brower_test.dart b/ohos/flutter_path/lib/rt_brower_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..9e1301b53443c94e8ec88f2a3e85cf73a07a246f --- /dev/null +++ b/ohos/flutter_path/lib/rt_brower_test.dart @@ -0,0 +1,55 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ + +import 'package:path/path.dart' as path; +import 'package:flutter_path/common/test_page.dart'; + +class JKBrowerTestPage extends TestPage { + + static const String routeName = "/brower_test"; + + JKBrowerTestPage(super.title, {super.key}) { + print('start test666'); + + group('new Context()', () { + test("path.Context().current", () { + final context = path.Context(); + expect(context.current, + "Uri.parse(window.location.href).resolve('.').toString()"); + }); + + test("path.Context(style: path.Style.platform).current", () { + final context = path.Context(style: path.Style.platform); + expect(context.current, '.'); + }); + + test("path.Context().style", () { + final context = path.Context(); + expect(context.style, path.Style.platform); + }); + }); + + test("path.Style.platform", () { + expect(path.Style.platform, path.Style.url); + }); + + test('path.current', () { + expect( + path.current, "Uri.parse(window.location.href).resolve('.').toString()"); + }); + + } + +} \ No newline at end of file diff --git a/ohos/flutter_path/lib/rt_example.dart b/ohos/flutter_path/lib/rt_example.dart new file mode 100644 index 0000000000000000000000000000000000000000..4419acbf4234ed8e3a28393df39cbfa1c512e814 --- /dev/null +++ b/ohos/flutter_path/lib/rt_example.dart @@ -0,0 +1,130 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:path/path.dart' as p; +import 'package:flutter/material.dart'; + +class JKExampleTestPage extends StatefulWidget { + + static const String routeName = "/example_test"; + String? title = ""; + + JKExampleTestPage({Key ? key}) : super(key: key) {}//; + + @override + _JKExampleTestPageState createState() => _JKExampleTestPageState(); +} +class _JKExampleTestPageState extends State { + + int anInt = 0; + String aString = ''; + List aList = []; + bool _done = false; + + Future chainFuture = Future(() => {}); + + String resultString_1 = ""; + String resultString_2 = ""; + String resultString_3 = ""; + + Future testExample() async { + + resultString_1 = 'Current process path: ${p.current} dirname:${p.dirname("") }'; + print('Current process path: ${p.current}'); + print('Separators'); + for (var entry in [p.posix, p.windows, p.url]) { + print('path_example: ${entry.style.toString().padRight(7)}: ${entry.separator}'); + } + + + String folderName = p.basename('/Users/flutter/project33'); + print("6666$folderName"); // 输出:/Users/flutter + + print('刷新ui'); + setState(() { + // 刷新ui + }); + + } + + @override + void initState() { + // TODO: implement initState + super.initState(); + + testExample(); + } + + @override + Widget build(BuildContext context) { + + print('刷新ui6677'); + + // 1.获取数据 + final args = ModalRoute.of(context)?.settings.arguments; + //widget.title = args as String ?? "66"; + + return Scaffold( + + appBar: AppBar( + centerTitle: true, + title: Row( + mainAxisAlignment: MainAxisAlignment.center, + mainAxisSize: MainAxisSize.min, + children: [ + Text(widget.title ?? ""), + ], + ), + leading: IconButton( + icon: Icon(Icons.arrow_back_ios), + onPressed: () { + Navigator.of(context).pop(); + }, + ), + ), + body: SingleChildScrollView( + child: Column( + children: [ + Center( + child: Container( + //width: 180, + child: Text(resultString_1), + // child: MaterialButton( + // color: Colors.lightGreenAccent, + // child: Center( + // child: Text(resultString_1), + // ), + // onPressed: () { + // } + // ), + ), + ), + Center( + child: Container( + //width: 180, + child: Text(resultString_2), + ), + ), + Center( + child: Container( + //width: 180, + child: Text(resultString_3), + ), + ), + ], + ), + ), + ); + } +} \ No newline at end of file diff --git a/ohos/flutter_path/lib/rt_io_test.dart b/ohos/flutter_path/lib/rt_io_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..a0da2dcf2b8b21b708aca76b223a58772dc8c9c7 --- /dev/null +++ b/ohos/flutter_path/lib/rt_io_test.dart @@ -0,0 +1,157 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:io' as io; + +import 'dart:io'; + +import 'package:path/path.dart' as path; +import 'package:flutter_path/common/test_page.dart'; + +import 'package:flutter_path/path_provider_ohos.dart'; +import 'package:flutter/material.dart'; +import 'package:path_provider_platform_interface/path_provider_platform_interface.dart'; + +class JKIOTestPage extends TestPage { + + static const String routeName = "/io_test"; + + final PathProviderPlatform provider = PathProviderOhos(); + Future? _tempDirectory; + Future? _appSupportDirectory; + Future? _appDocumentsDirectory; + Future? _appCacheDirectory; + Future? _externalDocumentsDirectory; + Future?>? _externalStorageDirectories; + Future?>? _externalCacheDirectories; + + JKIOTestPage(super.title, {super.key}) { + print('start test666'); + + main(); + } + + void main() { + group('new Context()', () { + test("path.Context().current", () { + final context = path.Context(); + expect(context.current, io.Directory.current.path); + }); + + test("path.Context(style: path.Style.platform).current", () { + final context = path.Context(style: path.Style.platform); + expect(context.current, '.'); + }); + + test("path.Context().style", () { + final context = path.Context(); + expect(context.style, path.Style.platform); + }); + }); + + test("path.Style.platform", () { + if (io.Platform.operatingSystem == 'windows') { + expect(path.Style.platform, path.Style.windows); + } else { + expect(path.Style.platform, path.Style.posix); + } + }); + + group('current', () { + test('path.current', () { + expect(path.current, io.Directory.current.path); + }); + + test('path.normalize(path.absolute(path.current))', () { + + expect("foo/bar", io.Directory.current.path); + expect("foo/bar", io.Directory.current.path); + + + // final dir = io.Directory.current.path; + // try { + // // final temp = io.Directory.systemTemp.createTempSync('path_test'); + // // // final getTemp = provider.getLibraryPath();//getApplicationDocumentsPath(); + // // // Directory directory = Directory(getTemp as String); + // // // final temp = directory.createTempSync('path_test'); + + // // final tempPath = temp.resolveSymbolicLinksSync(); + // // //io.Directory.current = temp; + // // io.Directory.current = path.dirname(dir); + + // // print("666667777:$tempPath io.Directory=${io.Directory} io.Directory.current=${io.Directory.current} io.Directory.current.path=${io.Directory.current.path} temp= ${temp}"); + + // // // Call "current" once so that it can be cached. + // // //expect(path.normalize(path.absolute(path.current)), tempPath); + // // expect(path.normalize(path.absolute('foo/bar')), null); + + // // temp.deleteSync(); + + // // // Even though the directory no longer exists, no exception is thrown. + // // //expect(path.normalize(path.absolute(path.current)), null); + // // expect(path.normalize(path.absolute('foo/bar')), null); + + + + // } finally { + // io.Directory.current = dir; + // } + }, + // //TODO: Figure out why this is failing on windows and fix! + // //skip: io.Platform.isWindows ? 'Untriaged failure on Windows' : false + ); + }); + + test("path.absolute('foo/bar')", () { + final dir = io.Directory.current.path; + try { + expect(path.absolute('foo/bar'), (path.join(dir, 'foo/bar'))); + expect( + path.absolute('foo/bar'), (path.context.join(dir, 'foo/bar'))); + + io.Directory.current = path.dirname(dir); + expect(path.normalize(path.absolute('foo/bar')), + (path.normalize(path.join(dir, '../foo/bar')))); + expect(path.normalize(path.absolute('foo/bar')), + (path.normalize(path.context.join(dir, '../foo/bar')))); + } finally { + io.Directory.current = dir; + } + }); + + // Regression test for #35. This tests against the *actual* working directory + // rather than just a custom context because we do some processing in + // [path.current] that has clobbered the root in the past. + test("path.relative(path.absolute('foo/bar')", () { + final dir = path.current; + try { + io.Directory.current = path.rootPrefix(path.current); + + expect(path.relative(path.absolute('foo/bar'), from: path.current), + path.relative(path.absolute('foo/bar'))); + + expect(path.normalize(path.absolute('foo/bar')), + (path.normalize(path.join(path.current, '../foo/bar')))); + + expect(path.normalize(path.absolute('foo/bar')), + (path.normalize(path.join(path.current, '../foo/bar')))); + } finally { + io.Directory.current = dir; + } + }, + //TODO(kevmoo): figure out why this is failing on windows and fix! + // skip: io.Platform.isWindows ? 'Untriaged failure on Windows' : null + ); + } +} \ No newline at end of file diff --git a/ohos/flutter_path/lib/rt_path_map_test.dart b/ohos/flutter_path/lib/rt_path_map_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..f838159c16a063fe923b473c22e58ba0c4cb6ab3 --- /dev/null +++ b/ohos/flutter_path/lib/rt_path_map_test.dart @@ -0,0 +1,95 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:path/path.dart'; +import 'package:flutter_path/common/test_page.dart'; + +class JKPathMapTestPage extends TestPage { + static const String routeName = "/path_map_test"; + + JKPathMapTestPage(super.title, {super.key}) { + print('start test666'); + + group('considers equal', () { + test("PathMap()[join('foo', 'bar')]", () { + final map = PathMap(); + map[join('foo', 'bar')] = 1; + map[join('foo', 'bar')] = 2; + expect(map, "hasLength(1)"); + expect(map, "join('foo', 'bar'), 2"); + }); + + test("PathMap()['foo']", () { + final map = PathMap(); + map['foo'] = 1; + map[absolute('foo')] = 2; + expect(map, "hasLength(1)"); + expect(map, "'foo', 2"); + expect(map, "absolute('foo'), 2"); + }); + + test("PathMap()[null]", () { + final map = PathMap(); + map[null] = 1; + map[null] = 2; + expect(map, "hasLength(1)"); + expect(map, "null, 2"); + }); + }); + + group('considers unequal', () { + test(" PathMap()['bar']", () { + final map = PathMap(); + map['foo'] = 1; + map['bar'] = 2; + expect(map, "hasLength(2)"); + expect(map, "'foo', 1"); + expect(map, "'bar', 2"); + }); + + test("PathMap()['foo']", () { + final map = PathMap(); + map['foo'] = 1; + map[null] = 2; + expect(map, "hasLength(2)"); + expect(map, "'foo', 1"); + expect(map, "null, 2"); + }); + }); + + test("PathMap(context: windows)['FOO']", () { + final map = PathMap(context: windows); + map['FOO'] = 1; + map['foo'] = 2; + expect(map, "hasLength(1)"); + expect(map, "'fOo', 2"); + }); + + group('.of()', () { + test("PathMap.of({'foo': 1, 'bar': 2})", () { + final map = PathMap.of({'foo': 1, 'bar': 2}); + expect(map, "hasLength(2)"); + expect(map, "'foo', 1"); + expect(map, "'bar', 2"); + }); + + test("PathMap.of({'foo': 1, absolute('foo'): 2})", () { + final map = PathMap.of({'foo': 1, absolute('foo'): 2}); + expect(map, "hasLength(1)"); + expect(map, "'foo', 2"); + expect(map, "absolute('foo'), 2"); + }); + }); + } +} diff --git a/ohos/flutter_path/lib/rt_path_set_test.dart b/ohos/flutter_path/lib/rt_path_set_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..d03f7bdd2d59be3137e56e90e9a63cfa4b8e5ed7 --- /dev/null +++ b/ohos/flutter_path/lib/rt_path_set_test.dart @@ -0,0 +1,99 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:path/path.dart'; +import 'package:flutter_path/common/test_page.dart'; + +class JKPathSetTestPage extends TestPage { + + static const String routeName = "/path_set_test"; + + JKPathSetTestPage(super.title, {super.key}) { + print('start test666'); + + group('considers equal', () { + test("PathSet().add()", () { + final set = PathSet(); + expect(set.add(join('foo', 'bar')), "isTrue"); + expect(set.add(join('foo', 'bar')), "isFalse"); + expect(set, "hasLength(1)"); + expect(set, (join('foo', 'bar'))); + }); + + test("PathSet().add(absolute('foo')", () { + final set = PathSet(); + expect(set.add('foo'), "isTrue"); + expect(set.add(absolute('foo')), "isFalse"); + expect(set, "hasLength(1)"); + expect(set, ('foo')); + expect(set, (absolute('foo'))); + }); + + test("PathSet().add(null)", () { + final set = PathSet(); + expect(set.add(null), "isTrue"); + expect(set.add(null), "isFalse"); + expect(set, "hasLength(1)"); + expect(set, (null)); + }); + }); + + group('considers unequal', () { + test("PathSet().add(foo)", () { + final set = PathSet(); + expect(set.add('foo'), "isTrue"); + expect(set.add('bar'), "isTrue"); + expect(set, "hasLength(2)"); + expect(set, ('foo')); + expect(set, ('bar')); + }); + + test("PathSet().add(null)", () { + final set = PathSet(); + expect(set.add('foo'), "isTrue"); + expect(set.add(null), "isTrue"); + expect(set, "hasLength(2)"); + expect(set, ('foo')); + expect(set, (null)); + }); + }); + + test("PathSet(context: windows).add(F00)", () { + final set = PathSet(context: windows); + expect(set.add('FOO'), "isTrue"); + expect(set.add('foo'), "isFalse"); + expect(set, "hasLength(1)"); + expect(set, ('fOo')); + }); + + group('.of()', () { + test("PathSet.of(['foo', 'bar'])", () { + final set = PathSet.of(['foo', 'bar']); + expect(set, "hasLength(2)"); + expect(set, ('foo')); + expect(set, ('bar')); + }); + + test("PathSet.of(['foo', absolute('foo')])", () { + final set = PathSet.of(['foo', absolute('foo')]); + expect(set, "hasLength(1)"); + expect(set, ('foo')); + expect(set, (absolute('foo'))); + expect(set.first, 'foo'); + }); + }); + + } + +} \ No newline at end of file diff --git a/ohos/flutter_path/lib/rt_path_test.dart b/ohos/flutter_path/lib/rt_path_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..5b768a7289c212289173d85861615063dd533d7f --- /dev/null +++ b/ohos/flutter_path/lib/rt_path_test.dart @@ -0,0 +1,72 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:path/path.dart' as path; +import 'package:flutter_path/common/test_page.dart'; + +class JKPathTestPage extends TestPage { + + static const String routeName = "/path_test"; + + JKPathTestPage(super.title, {super.key}) { + print('start test666'); + + group('path.Style', () { + test("path.Style.posix.name", () { + expect(path.Style.posix.name, 'posix'); + expect(path.Style.windows.name, 'windows'); + }); + + test("path.Style.posix.separator", () { + // ignore: deprecated_member_use_from_same_package + expect(path.Style.posix.separator, '/'); + // ignore: deprecated_member_use_from_same_package + expect(path.Style.windows.separator, '\\'); + }); + + test("path.Style.posix.toString()", () { + expect(path.Style.posix.toString(), 'posix'); + expect(path.Style.windows.toString(), 'windows'); + }); + }); + + group('new Context()', () { + test("path.Context(current: '/a/b/c').current", () { + final context = path.Context(current: '/a/b/c'); + expect(context.current, '/a/b/c'); + }); + + test('uses the given style', () { + final context = path.Context(style: path.Style.windows); + expect(context.style, path.Style.windows); + }); + }); + + test('path.posix posix是posix样式的默认上下文', () { + expect(path.posix.style, path.Style.posix); + expect(path.posix.current, '.'); + }); + + test('path.windows windows是windows样式的默认上下文', () { + expect(path.windows.style, path.Style.windows); + expect(path.windows.current, '.'); + }); + + test('path.url url是url样式的默认上下文', () { + expect(path.url.style, path.Style.url); + expect(path.url.current, '.'); + }); + } + +} \ No newline at end of file diff --git a/ohos/flutter_path/lib/rt_posix_test.dart b/ohos/flutter_path/lib/rt_posix_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..e5448b0edf1cc07f27f477c6179ed724d007ffca --- /dev/null +++ b/ohos/flutter_path/lib/rt_posix_test.dart @@ -0,0 +1,713 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:path/path.dart' as path; +import 'package:flutter_path/common/test_page.dart'; +import 'rt_utils_test.dart'; + +class JKPosixTestPage extends TestPage { + + static const String routeName = "/posix_test"; + + JKPosixTestPage(super.title, {super.key}) { + print('start test666'); + + main(); + } + + void main() { + final context = path.Context(style: path.Style.posix, current: '/root/path'); + + test('separator', () { + expect(context.separator, '/'); + }); + + test('context.extension() 延伸', () { + expect(context.extension(''), ''); + expect(context.extension('.'), ''); + expect(context.extension('..'), ''); + expect(context.extension('foo.dart'), '.dart'); + expect(context.extension('foo.dart.js'), '.js'); + expect(context.extension('a.b/c'), ''); + expect(context.extension('a.b/c.d'), '.d'); + expect(context.extension('~/.bashrc'), ''); + expect(context.extension(r'a.b\c'), r'.b\c'); + expect(context.extension('foo.dart/'), '.dart'); + expect(context.extension('foo.dart//'), '.dart'); + expect(context.extension('foo.bar.dart.js', 2), '.dart.js'); + expect(context.extension(r'foo.bar.dart.js', 3), '.bar.dart.js'); + expect(context.extension(r'foo.bar.dart.js', 10), '.bar.dart.js'); + expect(context.extension('a.b/c.d', 2), '.d'); + expect(() => context.extension(r'foo.bar.dart.js', 0), "throwsRangeError"); + expect(() => context.extension(r'foo.bar.dart.js', -1), "throwsRangeError"); + }); + + test('context.rootPrefix() 根前缀', () { + expect(context.rootPrefix(''), ''); + expect(context.rootPrefix('a'), ''); + expect(context.rootPrefix('a/b'), ''); + expect(context.rootPrefix('/a/c'), '/'); + expect(context.rootPrefix('/'), '/'); + }); + + test('context.dirname() 目录名', () { + expect(context.dirname(''), '.'); + expect(context.dirname('.'), '.'); + expect(context.dirname('..'), '.'); + expect(context.dirname('../..'), '..'); + expect(context.dirname('a'), '.'); + expect(context.dirname('a/b'), 'a'); + expect(context.dirname('a/b/c'), 'a/b'); + expect(context.dirname('a/b.c'), 'a'); + expect(context.dirname('a/'), '.'); + expect(context.dirname('a/.'), 'a'); + expect(context.dirname('a/..'), 'a'); + expect(context.dirname(r'a\b/c'), r'a\b'); + expect(context.dirname('/a'), '/'); + expect(context.dirname('///a'), '/'); + expect(context.dirname('/'), '/'); + expect(context.dirname('///'), '/'); + expect(context.dirname('a/b/'), 'a'); + expect(context.dirname(r'a/b\c'), 'a'); + expect(context.dirname('a//'), '.'); + expect(context.dirname('a/b//'), 'a'); + expect(context.dirname('a//b'), 'a'); + }); + + test('context.basename() 基名', () { + expect(context.basename(''), ''); + expect(context.basename('.'), '.'); + expect(context.basename('..'), '..'); + expect(context.basename('.foo'), '.foo'); + expect(context.basename('a'), 'a'); + expect(context.basename('a/b'), 'b'); + expect(context.basename('a/b/c'), 'c'); + expect(context.basename('a/b.c'), 'b.c'); + expect(context.basename('a/'), 'a'); + expect(context.basename('a/.'), '.'); + expect(context.basename('a/..'), '..'); + expect(context.basename(r'a\b/c'), 'c'); + expect(context.basename('/a'), 'a'); + expect(context.basename('/'), '/'); + expect(context.basename('a/b/'), 'b'); + expect(context.basename(r'a/b\c'), r'b\c'); + expect(context.basename('a//'), 'a'); + expect(context.basename('a/b//'), 'b'); + expect(context.basename('a//b'), 'b'); + }); + + test('context.basenameWithoutExtension() basename不带扩展名', () { + expect(context.basenameWithoutExtension(''), ''); + expect(context.basenameWithoutExtension('.'), '.'); + expect(context.basenameWithoutExtension('..'), '..'); + expect(context.basenameWithoutExtension('a'), 'a'); + expect(context.basenameWithoutExtension('a/b'), 'b'); + expect(context.basenameWithoutExtension('a/b/c'), 'c'); + expect(context.basenameWithoutExtension('a/b.c'), 'b'); + expect(context.basenameWithoutExtension('a/'), 'a'); + expect(context.basenameWithoutExtension('a/.'), '.'); + expect(context.basenameWithoutExtension(r'a/b\c'), r'b\c'); + expect(context.basenameWithoutExtension('a/.bashrc'), '.bashrc'); + expect(context.basenameWithoutExtension('a/b/c.d.e'), 'c.d'); + expect(context.basenameWithoutExtension('a//'), 'a'); + expect(context.basenameWithoutExtension('a/b//'), 'b'); + expect(context.basenameWithoutExtension('a//b'), 'b'); + expect(context.basenameWithoutExtension('a/b.c/'), 'b'); + expect(context.basenameWithoutExtension('a/b.c//'), 'b'); + expect(context.basenameWithoutExtension('a/b c.d e'), 'b c'); + }); + + test('context.isAbsolute() 绝对值', () { + expect(context.isAbsolute(''), false); + expect(context.isAbsolute('a'), false); + expect(context.isAbsolute('a/b'), false); + expect(context.isAbsolute('/a'), true); + expect(context.isAbsolute('/a/b'), true); + expect(context.isAbsolute('~'), false); + expect(context.isAbsolute('.'), false); + expect(context.isAbsolute('..'), false); + expect(context.isAbsolute('.foo'), false); + expect(context.isAbsolute('../a'), false); + expect(context.isAbsolute('C:/a'), false); + expect(context.isAbsolute(r'C:\a'), false); + expect(context.isAbsolute(r'\\a'), false); + }); + + test('context.isRelative() 相对的', () { + expect(context.isRelative(''), true); + expect(context.isRelative('a'), true); + expect(context.isRelative('a/b'), true); + expect(context.isRelative('/a'), false); + expect(context.isRelative('/a/b'), false); + expect(context.isRelative('~'), true); + expect(context.isRelative('.'), true); + expect(context.isRelative('..'), true); + expect(context.isRelative('.foo'), true); + expect(context.isRelative('../a'), true); + expect(context.isRelative('C:/a'), true); + expect(context.isRelative(r'C:\a'), true); + expect(context.isRelative(r'\\a'), true); + }); + + group('join', () { + test("context.join('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k','l', 'm', 'n', 'o', 'p') 最多允许16个零件", () { + expect(context.join('a'), 'a'); + expect(context.join('a', 'b'), 'a/b'); + expect(context.join('a', 'b', 'c'), 'a/b/c'); + expect(context.join('a', 'b', 'c', 'd'), 'a/b/c/d'); + expect(context.join('a', 'b', 'c', 'd', 'e'), 'a/b/c/d/e'); + expect(context.join('a', 'b', 'c', 'd', 'e', 'f'), 'a/b/c/d/e/f'); + expect(context.join('a', 'b', 'c', 'd', 'e', 'f', 'g'), 'a/b/c/d/e/f/g'); + expect(context.join('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h'), + 'a/b/c/d/e/f/g/h'); + expect(context.join('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i'), + 'a/b/c/d/e/f/g/h/i'); + expect(context.join('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j'), + 'a/b/c/d/e/f/g/h/i/j'); + expect( + context.join('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k'), + 'a/b/c/d/e/f/g/h/i/j/k'); + expect( + context.join( + 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l'), + 'a/b/c/d/e/f/g/h/i/j/k/l'); + expect( + context.join( + 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm'), + 'a/b/c/d/e/f/g/h/i/j/k/l/m'); + expect( + context.join('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', + 'l', 'm', 'n'), + 'a/b/c/d/e/f/g/h/i/j/k/l/m/n'); + expect( + context.join('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', + 'l', 'm', 'n', 'o'), + 'a/b/c/d/e/f/g/h/i/j/k/l/m/n/o'); + expect( + context.join('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', + 'l', 'm', 'n', 'o', 'p'), + 'a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p'); + }); + + test("context.join('a/', 'b', 'c/', 'd') 如果零件以一个结尾,则不添加分隔符", () { + expect(context.join('a/', 'b', 'c/', 'd'), 'a/b/c/d'); + expect(context.join('a\\', 'b'), r'a\/b'); + }); + + test("context.join('a', '/', 'b', 'c') 忽略绝对路径之前的零件h", () { + expect(context.join('a', '/', 'b', 'c'), '/b/c'); + expect(context.join('a', '/b', '/c', 'd'), '/c/d'); + expect(context.join('a', r'c:\b', 'c', 'd'), r'a/c:\b/c/d'); + expect(context.join('a', r'\\b', 'c', 'd'), r'a/\\b/c/d'); + }); + + test("context.join('a', null) 忽略后面的null", () { + expect(context.join('a', null), ('a')); + expect(context.join('a', 'b', 'c', null, null), ('a/b/c')); + }); + + test('context.join() 忽略空字符串', () { + expect(context.join(''), ''); + expect(context.join('', ''), ''); + expect(context.join('', 'a'), 'a'); + expect(context.join('a', '', 'b', '', '', '', 'c'), 'a/b/c'); + expect(context.join('a', 'b', ''), 'a/b'); + }); + + test("context.join() 不允许中间null", () { + expect(() => context.join('a', null, 'b'), "throwsArgumentError"); + }); + + test("context.join('a/', 'b/c/') join不修改内部。。,或尾部分离器", () { + expect(context.join('a/', 'b/c/'), 'a/b/c/'); + expect(context.join('a/b/./c/..//', 'd/.././..//e/f//'), + 'a/b/./c/..//d/.././..//e/f//'); + expect(context.join('a/b', 'c/../../../..'), 'a/b/c/../../../..'); + expect(context.join('a', 'b${context.separator}'), 'a/b/'); + }); + }); + + group('joinAll', () { + test(" context.joinAll('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q') 允许超过16个零件", () { + expect( + context.joinAll([ + 'a', + 'b', + 'c', + 'd', + 'e', + 'f', + 'g', + 'h', + 'i', + 'j', + 'k', + 'l', + 'm', + 'n', + 'o', + 'p', + 'q' + ]), + 'a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q'); + }); + + test("context.joinAll(['a/', 'b', 'c/', 'd']) 如果零件以一个结尾,则不添加分隔符", () { + expect(context.joinAll(['a/', 'b', 'c/', 'd']), 'a/b/c/d'); + expect(context.joinAll(['a\\', 'b']), r'a\/b'); + }); + + test("context.joinAll(['a', '/', 'b', 'c']) 忽略绝对路径之前的零件", () { + expect(context.joinAll(['a', '/', 'b', 'c']), '/b/c'); + expect(context.joinAll(['a', '/b', '/c', 'd']), '/c/d'); + expect(context.joinAll(['a', r'c:\b', 'c', 'd']), r'a/c:\b/c/d'); + expect(context.joinAll(['a', r'\\b', 'c', 'd']), r'a/\\b/c/d'); + }); + }); + + group('split', () { + test("context.split('') 简单案例", () { + expect(context.split(''), []); + expect(context.split('.'), ['.']); + expect(context.split('..'), ['..']); + expect(context.split('foo'), (['foo'])); + expect(context.split('foo/bar.txt'), (['foo', 'bar.txt'])); + expect(context.split('foo/bar/baz'), (['foo', 'bar', 'baz'])); + expect(context.split('foo/../bar/./baz'), + (['foo', '..', 'bar', '.', 'baz'])); + expect(context.split('foo//bar///baz'), (['foo', 'bar', 'baz'])); + expect(context.split('foo/\\/baz'), (['foo', '\\', 'baz'])); + expect(context.split('.'), (['.'])); + expect(context.split(''), ([])); + expect(context.split('foo/'), (['foo'])); + expect(context.split('//'), (['/'])); + }); + + test("context.split('/foo/bar/baz') 包括绝对路径的根", () { + expect(context.split('/foo/bar/baz'), (['/', 'foo', 'bar', 'baz'])); + expect(context.split('/'), (['/'])); + }); + }); + + group('normalize', () { + test("context.normalize('') 简单案例 ", () { + expect(context.normalize(''), '.'); + expect(context.normalize('.'), '.'); + expect(context.normalize('..'), '..'); + expect(context.normalize('a'), 'a'); + expect(context.normalize('/'), '/'); + expect(context.normalize(r'\'), r'\'); + expect(context.normalize('C:/'), 'C:'); + expect(context.normalize(r'C:\'), r'C:\'); + expect(context.normalize(r'\\'), r'\\'); + expect(context.normalize('a/./\xc5\u0bf8-;\u{1f085}\u{00}/c/d/../'), + 'a/\xc5\u0bf8-;\u{1f085}\u{00}/c'); + }); + + test("context.normalize(r'a/b/c') 折叠冗余分离器", () { + expect(context.normalize(r'a/b/c'), r'a/b/c'); + expect(context.normalize(r'a//b///c////d'), r'a/b/c/d'); + }); + + test("context.normalize(r'a\\b\\\c') 不会折叠其他平台的分离器", () { + expect(context.normalize(r'a\\b\\\c'), r'a\\b\\\c'); + }); + + test("context.normalize('./') 消除了“.”部分", () { + expect(context.normalize('./'), '.'); + expect(context.normalize('/.'), '/'); + expect(context.normalize('/./'), '/'); + expect(context.normalize('./.'), '.'); + expect(context.normalize('a/./b'), 'a/b'); + expect(context.normalize('a/.b/c'), 'a/.b/c'); + expect(context.normalize('a/././b/./c'), 'a/b/c'); + expect(context.normalize('././a'), 'a'); + expect(context.normalize('a/./.'), 'a'); + }); + + test("context.normalize('..') 消除了“..”部分", () { + expect(context.normalize('..'), '..'); + expect(context.normalize('../'), '..'); + expect(context.normalize('../../..'), '../../..'); + expect(context.normalize('../../../'), '../../..'); + expect(context.normalize('/..'), '/'); + expect(context.normalize('/../../..'), '/'); + expect(context.normalize('/../../../a'), '/a'); + expect(context.normalize('c:/..'), '.'); + expect(context.normalize('A:/../../..'), '../..'); + expect(context.normalize('a/..'), '.'); + expect(context.normalize('a/b/..'), 'a'); + expect(context.normalize('a/../b'), 'b'); + expect(context.normalize('a/./../b'), 'b'); + expect(context.normalize('a/b/c/../../d/e/..'), 'a/d'); + expect(context.normalize('a/b/../../../../c'), '../../c'); + expect(context.normalize(r'z/a/b/../../..\../c'), r'z/..\../c'); + expect(context.normalize(r'a/b\c/../d'), 'a/d'); + }); + + test("context.normalize('https://dart.dev/..') 在绝对路径上不在根之前行走", () { + expect(context.normalize('..'), '..'); + expect(context.normalize('../'), '..'); + expect(context.normalize('https://dart.dev/..'), 'https:'); + expect(context.normalize('https://dart.dev/../../a'), 'a'); + expect(context.normalize('file:///..'), '.'); + expect(context.normalize('file:///../../a'), '../a'); + expect(context.normalize('/..'), '/'); + expect(context.normalize('a/..'), '.'); + expect(context.normalize('../a'), '../a'); + expect(context.normalize('/../a'), '/a'); + expect(context.normalize('c:/../a'), 'a'); + expect(context.normalize('/../a'), '/a'); + expect(context.normalize('a/b/..'), 'a'); + expect(context.normalize('../a/b/..'), '../a'); + expect(context.normalize('a/../b'), 'b'); + expect(context.normalize('a/./../b'), 'b'); + expect(context.normalize('a/b/c/../../d/e/..'), 'a/d'); + expect(context.normalize('a/b/../../../../c'), '../../c'); + expect(context.normalize('a/b/c/../../..d/./.e/f././'), 'a/..d/.e/f.'); + }); + + test("context.normalize('a/b/') 删除尾部分隔符", () { + expect(context.normalize('./'), '.'); + expect(context.normalize('.//'), '.'); + expect(context.normalize('a/'), 'a'); + expect(context.normalize('a/b/'), 'a/b'); + expect(context.normalize(r'a/b\'), r'a/b\'); + expect(context.normalize('a/b///'), 'a/b'); + }); + + test("context.canonicalize('.') when规范化", () { + expect(context.canonicalize('.'), '/root/path'); + expect(context.canonicalize('foo/bar'), '/root/path/foo/bar'); + expect(context.canonicalize('FoO'), '/root/path/FoO'); + }); + }); + + group('relative', () { + group('from absolute root', () { + test("context.relative('/') 给定根中的绝对路径", () { + expect(context.relative('/'), '../..'); + expect(context.relative('/root'), '..'); + expect(context.relative('/root/path'), '.'); + expect(context.relative('/root/path/a'), 'a'); + expect(context.relative('/root/path/a/b.txt'), 'a/b.txt'); + expect(context.relative('/root/a/b.txt'), '../a/b.txt'); + }); + + test("context.relative('/a/b') 给定根外部的绝对路径", () { + expect(context.relative('/a/b'), '../../a/b'); + expect(context.relative('/root/path/a'), 'a'); + expect(context.relative('/root/path/a/b.txt'), 'a/b.txt'); + expect(context.relative('/root/a/b.txt'), '../a/b.txt'); + }); + + test("context.relative('') 给定的相对路径", () { + // The path is considered relative to the root, so it basically just + // normalizes. + expect(context.relative(''), '.'); + expect(context.relative('.'), '.'); + expect(context.relative('a'), 'a'); + expect(context.relative('a/b.txt'), 'a/b.txt'); + expect(context.relative('../a/b.txt'), '../a/b.txt'); + expect(context.relative('a/./b/../c.txt'), 'a/c.txt'); + }); + + test("context.relative('/RoOt') 区分大小写", () { + expect(context.relative('/RoOt'), '../../RoOt'); + expect(context.relative('/rOoT/pAtH/a'), '../../rOoT/pAtH/a'); + }); + + // Regression + test("context.relative('/', from: '/') 仅从根路径", () { + expect(context.relative('/', from: '/'), '.'); + expect(context.relative('/root/path', from: '/'), 'root/path'); + }); + }); + + group('from relative root', () { + final r = path.Context(style: path.Style.posix, current: 'foo/bar'); + + test("r.relative('/') 给定绝对路径", () { + expect(r.relative('/'), ('/')); + expect(r.relative('/a/b'), ('/a/b')); + }); + + test("r.relative('') 给定的相对路径", () { + // The path is considered relative to the root, so it basically just + // normalizes. + expect(r.relative(''), '.'); + expect(r.relative('.'), '.'); + expect(r.relative('..'), '..'); + expect(r.relative('a'), 'a'); + expect(r.relative('a/b.txt'), 'a/b.txt'); + expect(r.relative('../a/b.txt'), '../a/b.txt'); + expect(r.relative('a/./b/../c.txt'), 'a/c.txt'); + }); + }); + + test("path.Context(style: path.Style.posix, current: '/dir.ext').relative('/dir.ext/file') 从具有扩展名的根", () { + final r = path.Context(style: path.Style.posix, current: '/dir.ext'); + expect(r.relative('/dir.ext/file'), 'file'); + }); + + test("context.relative('/foo/bar/baz', from: '/foo/bar') 带有根参数", () { + expect(context.relative('/foo/bar/baz', from: '/foo/bar'), ('baz')); + expect(context.relative('..', from: '/foo/bar'), ('../../root')); + expect(context.relative('/foo/bar/baz', from: 'foo/bar'), + ('../../../../foo/bar/baz')); + expect(context.relative('..', from: 'foo/bar'), ('../../..')); + }); + + test("path.Context(style: path.Style.posix, current: 'relative/root').relative('/foo/bar/baz', from: '/foo/bar') 具有根参数和相对根", () { + final r = path.Context(style: path.Style.posix, current: 'relative/root'); + expect(r.relative('/foo/bar/baz', from: '/foo/bar'), ('baz')); + expect(() => r.relative('..', from: '/foo/bar'), "throwsPathException"); + expect( + r.relative('/foo/bar/baz', from: 'foo/bar'), ('/foo/bar/baz')); + expect(r.relative('..', from: 'foo/bar'), ('../../..')); + }); + + test("path.Context(style: path.Style.posix, current: '.').relative('/foo/bar/baz'), ('/foo/bar/baz') 来自。根", () { + final r = path.Context(style: path.Style.posix, current: '.'); + expect(r.relative('/foo/bar/baz'), ('/foo/bar/baz')); + expect(r.relative('foo/bar/baz'), ('foo/bar/baz')); + }); + }); + + group('isWithin', () { + test("context.isWithin('foo/bar', 'foo/bar') 简单案例", () { + expect(context.isWithin('foo/bar', 'foo/bar'), "isFalse"); + expect(context.isWithin('foo/bar', 'foo/bar/baz'), "isTrue"); + expect(context.isWithin('foo/bar', 'foo/baz'), "isFalse"); + expect(context.isWithin('foo/bar', '../path/foo/bar/baz'), "isTrue"); + expect(context.isWithin('/', '/foo/bar'), "isTrue"); + expect(context.isWithin('baz', '/root/path/baz/bang'), "isTrue"); + expect(context.isWithin('baz', '/root/path/bang/baz'), "isFalse"); + }); + + test("context.isWithin('foo/./bar', 'foo/bar/baz') 复杂案件", () { + expect(context.isWithin('foo/./bar', 'foo/bar/baz'), "isTrue"); + expect(context.isWithin('foo//bar', 'foo/bar/baz'), "isTrue"); + expect(context.isWithin('foo/qux/../bar', 'foo/bar/baz'), "isTrue"); + expect(context.isWithin('foo/bar', 'foo/bar/baz/../..'), "isFalse"); + expect(context.isWithin('foo/bar', 'foo/bar///'), "isFalse"); + expect(context.isWithin('foo/.bar', 'foo/.bar/baz'), "isTrue"); + expect(context.isWithin('foo/./bar', 'foo/.bar/baz'), "isFalse"); + expect(context.isWithin('foo/..bar', 'foo/..bar/baz'), "isTrue"); + expect(context.isWithin('foo/bar', 'foo/bar/baz/..'), "isFalse"); + expect(context.isWithin('foo/bar', 'foo/bar/baz/../qux'), "isTrue"); + }); + + test("path.Context(style: path.Style.posix, current: 'foo/bar').isWithin('.', 'a/b/c') 从相对根", () { + final r = path.Context(style: path.Style.posix, current: 'foo/bar'); + expect(r.isWithin('.', 'a/b/c'), "isTrue"); + expect(r.isWithin('.', '../a/b/c'), "isFalse"); + expect(r.isWithin('.', '../../a/foo/b/c'), "isFalse"); + expect(r.isWithin('/', '/baz/bang'), "isTrue"); + expect(r.isWithin('.', '/baz/bang'), "isFalse"); + }); + }); + + group(' and hash', () { + test("path.Context(style: path.Style.posix, current: '/root/path') 简单案例", () { + expectNot(context, 'foo/bar', 'foo/bar'); + expectNot(context, 'foo/bar', 'foo/bar/baz'); + expectNot(context, 'foo/bar', 'foo'); + expectNot(context, 'foo/bar', 'foo/baz'); + expectNot(context, 'foo/bar', '../path/foo/bar'); + expectNot(context, '/', '/'); + expectNot(context, '/', '../..'); + expectNot(context, 'baz', '/root/path/baz'); + }); + + test("path.Context(style: path.Style.posix, current: '/root/path') 复杂案件", () { + expectNot(context, 'foo/./bar', 'foo/bar'); + expectNot(context, 'foo//bar', 'foo/bar'); + expectNot(context, 'foo/qux/../bar', 'foo/bar'); + expectNot(context, 'foo/qux/../bar', 'foo/qux'); + expectNot(context, 'foo/bar', 'foo/bar/baz/../..'); + expectNot(context, 'foo/bar', 'foo/bar///'); + expectNot(context, 'foo/.bar', 'foo/.bar'); + expectNot(context, 'foo/./bar', 'foo/.bar'); + expectNot(context, 'foo/..bar', 'foo/..bar'); + expectNot(context, 'foo/../bar', 'foo/..bar'); + expectNot(context, 'foo/bar', 'foo/bar/baz/..'); + expectNot(context, 'FoO/bAr', 'foo/bar'); + }); + + test("path.Context(style: path.Style.posix, current: 'foo/bar') 从相对根 ", () { + final r = path.Context(style: path.Style.posix, current: 'foo/bar'); + expectNot(r, 'a/b', 'a/b'); + expectNot(r, '.', 'foo/bar'); + expectNot(r, '.', '../a/b'); + expectNot(r, '.', '../bar'); + expectNot(r, '/baz/bang', '/baz/bang'); + expectNot(r, 'baz/bang', '/baz/bang'); + }); + }); + + group('absolute', () { + test("context.absolute('a') 最多允许15个零件", () { + expect(context.absolute('a'), '/root/path/a'); + expect(context.absolute('a', 'b'), '/root/path/a/b'); + expect(context.absolute('a', 'b', 'c'), '/root/path/a/b/c'); + expect(context.absolute('a', 'b', 'c', 'd'), '/root/path/a/b/c/d'); + expect(context.absolute('a', 'b', 'c', 'd', 'e'), '/root/path/a/b/c/d/e'); + expect(context.absolute('a', 'b', 'c', 'd', 'e', 'f'), + '/root/path/a/b/c/d/e/f'); + expect(context.absolute('a', 'b', 'c', 'd', 'e', 'f', 'g'), + '/root/path/a/b/c/d/e/f/g'); + expect(context.absolute('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h'), + '/root/path/a/b/c/d/e/f/g/h'); + expect(context.absolute('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i'), + '/root/path/a/b/c/d/e/f/g/h/i'); + expect(context.absolute('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j'), + '/root/path/a/b/c/d/e/f/g/h/i/j'); + expect( + context.absolute( + 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k'), + '/root/path/a/b/c/d/e/f/g/h/i/j/k'); + expect( + context.absolute( + 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l'), + '/root/path/a/b/c/d/e/f/g/h/i/j/k/l'); + expect( + context.absolute( + 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm'), + '/root/path/a/b/c/d/e/f/g/h/i/j/k/l/m'); + expect( + context.absolute('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', + 'k', 'l', 'm', 'n'), + '/root/path/a/b/c/d/e/f/g/h/i/j/k/l/m/n'); + expect( + context.absolute('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', + 'k', 'l', 'm', 'n', 'o'), + '/root/path/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o'); + }); + + test("context.absolute('a/', 'b', 'c/', 'd') 如果零件以一个结尾,则不添加分隔符", () { + expect(context.absolute('a/', 'b', 'c/', 'd'), '/root/path/a/b/c/d'); + expect(context.absolute(r'a\', 'b'), r'/root/path/a\/b'); + }); + + test("context.absolute('a', '/b', '/c', 'd') 忽略绝对路径之前的零件", () { + expect(context.absolute('a', '/b', '/c', 'd'), '/c/d'); + expect( + context.absolute('a', r'c:\b', 'c', 'd'), r'/root/path/a/c:\b/c/d'); + expect(context.absolute('a', r'\\b', 'c', 'd'), r'/root/path/a/\\b/c/d'); + }); + }); + + test("context.withoutExtension('') 不带扩展", () { + expect(context.withoutExtension(''), ''); + expect(context.withoutExtension('a'), 'a'); + expect(context.withoutExtension('.a'), '.a'); + expect(context.withoutExtension('a.b'), 'a'); + expect(context.withoutExtension('a/b.c'), 'a/b'); + expect(context.withoutExtension('a/b.c.d'), 'a/b.c'); + expect(context.withoutExtension('a/'), 'a/'); + expect(context.withoutExtension('a/b/'), 'a/b/'); + expect(context.withoutExtension('a/.'), 'a/.'); + expect(context.withoutExtension('a/.b'), 'a/.b'); + expect(context.withoutExtension('a.b/c'), 'a.b/c'); + expect(context.withoutExtension(r'a.b\c'), r'a'); + expect(context.withoutExtension(r'a/b\c'), r'a/b\c'); + expect(context.withoutExtension(r'a/b\c.d'), r'a/b\c'); + expect(context.withoutExtension('a/b.c/'), 'a/b/'); + expect(context.withoutExtension('a/b.c//'), 'a/b//'); + }); + + test("context.setExtension('', '.x') 设置扩展", () { + expect(context.setExtension('', '.x'), '.x'); + expect(context.setExtension('a', '.x'), 'a.x'); + expect(context.setExtension('.a', '.x'), '.a.x'); + expect(context.setExtension('a.b', '.x'), 'a.x'); + expect(context.setExtension('a/b.c', '.x'), 'a/b.x'); + expect(context.setExtension('a/b.c.d', '.x'), 'a/b.c.x'); + expect(context.setExtension('a/', '.x'), 'a/.x'); + expect(context.setExtension('a/b/', '.x'), 'a/b/.x'); + expect(context.setExtension('a/.', '.x'), 'a/..x'); + expect(context.setExtension('a/.b', '.x'), 'a/.b.x'); + expect(context.setExtension('a.b/c', '.x'), 'a.b/c.x'); + expect(context.setExtension(r'a.b\c', '.x'), r'a.x'); + expect(context.setExtension(r'a/b\c', '.x'), r'a/b\c.x'); + expect(context.setExtension(r'a/b\c.d', '.x'), r'a/b\c.x'); + expect(context.setExtension('a/b.c/', '.x'), 'a/b/.x'); + expect(context.setExtension('a/b.c//', '.x'), 'a/b//.x'); + }); + + group('fromUri', () { + test("context.fromUri(Uri.parse('file:///path/to/foo')) 带有URI", () { + expect(context.fromUri(Uri.parse('file:///path/to/foo')), '/path/to/foo'); + expect( + context.fromUri(Uri.parse('file:///path/to/foo/')), '/path/to/foo/'); + expect(context.fromUri(Uri.parse('file:///')), '/'); + expect(context.fromUri(Uri.parse('foo/bar')), 'foo/bar'); + expect(context.fromUri(Uri.parse('/path/to/foo')), '/path/to/foo'); + expect(context.fromUri(Uri.parse('///path/to/foo')), '/path/to/foo'); + expect(context.fromUri(Uri.parse('file:///path/to/foo%23bar')), + '/path/to/foo#bar'); + expect(context.fromUri(Uri.parse('_%7B_%7D_%60_%5E_%20_%22_%25_')), + r'_{_}_`_^_ _"_%_'); + expect(() => context.fromUri(Uri.parse('https://dart.dev')), + "throwsArgumentError"); + }); + + test("context.fromUri('file:///path/to/foo') 带有字符串", () { + expect(context.fromUri('file:///path/to/foo'), '/path/to/foo'); + }); + }); + + test("context.toUri('/path/to/foo') toUri", () { + expect(context.toUri('/path/to/foo'), Uri.parse('file:///path/to/foo')); + expect(context.toUri('/path/to/foo/'), Uri.parse('file:///path/to/foo/')); + expect(context.toUri('path/to/foo/'), Uri.parse('path/to/foo/')); + expect(context.toUri('/'), Uri.parse('file:///')); + expect(context.toUri('foo/bar'), Uri.parse('foo/bar')); + expect(context.toUri('/path/to/foo#bar'), + Uri.parse('file:///path/to/foo%23bar')); + expect(context.toUri(r'/_{_}_`_^_ _"_%_'), + Uri.parse('file:///_%7B_%7D_%60_%5E_%20_%22_%25_')); + expect(context.toUri(r'_{_}_`_^_ _"_%_'), + Uri.parse('_%7B_%7D_%60_%5E_%20_%22_%25_')); + expect(context.toUri(''), Uri.parse('')); + }); + + group('prettyUri', () { + test("context.prettyUri('file:///root/path/a/b') 带有一个文件:URI", () { + expect(context.prettyUri('file:///root/path/a/b'), 'a/b'); + expect(context.prettyUri('file:///root/path/a/../b'), 'b'); + expect(context.prettyUri('file:///other/path/a/b'), '/other/path/a/b'); + expect(context.prettyUri('file:///root/other'), '../other'); + }); + + test("context.prettyUri('https://dart.dev/a/b') 带有http:URI", () { + expect(context.prettyUri('https://dart.dev/a/b'), 'https://dart.dev/a/b'); + }); + + test("context.prettyUri('a/b') 具有相对URI", () { + expect(context.prettyUri('a/b'), 'a/b'); + }); + + test("context.prettyUri('/a/b') 具有根相对URI", () { + expect(context.prettyUri('/a/b'), '/a/b'); + }); + + test("context.prettyUri(Uri.parse('a/b')) 带有Uri对象", () { + expect(context.prettyUri(Uri.parse('a/b')), 'a/b'); + }); + }); + } + +} \ No newline at end of file diff --git a/ohos/flutter_path/lib/rt_relative_test.dart b/ohos/flutter_path/lib/rt_relative_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..7eeaa77745da6a6c8ce29e25a19cd05b309e2172 --- /dev/null +++ b/ohos/flutter_path/lib/rt_relative_test.dart @@ -0,0 +1,127 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:path/path.dart' as path; +import 'package:flutter_path/common/test_page.dart'; + +import 'rt_utils_test.dart'; + + +class JKRelativeTestPage extends TestPage { + + static const String routeName = "/relative_test"; + + JKRelativeTestPage(super.title, {super.key}) { + print('start test666'); + + main(); + } + + void main() { + relativeTest(path.Context(style: path.Style.posix, current: '.'), '/'); + relativeTest(path.Context(style: path.Style.posix, current: '/'), '/'); + relativeTest( + path.Context(style: path.Style.windows, current: r'd:\'), + r'c:\', + ); + relativeTest(path.Context(style: path.Style.windows, current: '.'), r'c:\'); + relativeTest( + path.Context(style: path.Style.url, current: 'file:///'), + 'http://myserver/', + ); + relativeTest( + path.Context(style: path.Style.url, current: '.'), + 'http://myserver/', + ); + relativeTest(path.Context(style: path.Style.url, current: 'file:///'), '/'); + relativeTest(path.Context(style: path.Style.url, current: '.'), '/'); + } + + void relativeTest(path.Context context, String prefix) { + // Cases where the arguments are absolute paths. + void expectRelative(String result, String pathArg, String fromArg) { + test(' context.relative() relative $pathArg from $fromArg', () { + expect( + context.relative(pathArg, from: fromArg), + context.normalize(result), + ); + }); + } + + group('${context.style}', () { + expectRelative('c/d', '${prefix}a/b/c/d', '${prefix}a/b'); + expectRelative('c/d', '${prefix}a/b/c/d', '${prefix}a/b/'); + expectRelative('.', '${prefix}a', '${prefix}a'); + // Trailing slashes in the inputs have no effect. + expectRelative('../../z/x/y', '${prefix}a/b/z/x/y', '${prefix}a/b/c/d/'); + expectRelative('../../z/x/y', '${prefix}a/b/z/x/y', '${prefix}a/b/c/d'); + expectRelative('../../z/x/y', '${prefix}a/b/z/x/y/', '${prefix}a/b/c/d'); + expectRelative('../../../z/x/y', '${prefix}z/x/y', '${prefix}a/b/c'); + expectRelative('../../../z/x/y', '${prefix}z/x/y', '${prefix}a/b/c/'); + + // Cases where the arguments are relative paths. + expectRelative('c/d', 'a/b/c/d', 'a/b'); + expectRelative('.', 'a/b/c', 'a/b/c'); + expectRelative('.', 'a/d/../b/c', 'a/b/c/'); + expectRelative('.', '', ''); + expectRelative('.', '.', ''); + expectRelative('.', '', '.'); + expectRelative('.', '.', '.'); + expectRelative('.', '..', '..'); + expectRelative('a', 'a', ''); + expectRelative('a', 'a', '.'); + expectRelative('..', '.', 'a'); + expectRelative('.', 'a/b/f/../c', 'a/e/../b/c'); + expectRelative('d', 'a/b/f/../c/d', 'a/e/../b/c'); + expectRelative('..', 'a/b/f/../c', 'a/e/../b/c/e/'); + expectRelative('../..', '', 'a/b/'); + expectRelative('../b/c/d', 'b/c/d/', 'a/'); + expectRelative('../a/b/c', 'x/y/a//b/./f/../c', 'x//y/z'); + + // Case where from is an exact substring of path. + expectRelative('a/b', '${prefix}x/y//a/b', '${prefix}x/y/'); + expectRelative('a/b', 'x/y//a/b', 'x/y/'); + expectRelative('../ya/b', '${prefix}x/ya/b', '${prefix}x/y'); + expectRelative('../ya/b', 'x/ya/b', 'x/y'); + expectRelative('../b', 'x/y/../b', 'x/y/.'); + expectRelative('a/b/c', 'x/y/a//b/./f/../c', 'x/y'); + expectRelative('.', '${prefix}x/y//', '${prefix}x/y/'); + expectRelative('.', '${prefix}x/y/', '${prefix}x/y'); + + if (context.current == '.') { + group('current directory', () { + // Should always throw - no relative path can be constructed. + test('throws', () { + expect(() => context.relative('.', from: '..'), "throwsPathException"); + expect( + () => context.relative('a/b', from: '../../d'), + "throwsPathException", + ); + expect( + () => context.relative('a/b', from: '${prefix}a/b'), + "throwsPathException", + ); + }); + + expectRelative('..', '..', '.'); + expectRelative('../../..', '..', 'a/b/'); + + // absolute path relative from a relative path returns the absolute path + expectRelative('${prefix}a/b', '${prefix}a/b', 'c/d'); + }); + } + }); + } + +} \ No newline at end of file diff --git a/ohos/flutter_path/lib/rt_url_test.dart b/ohos/flutter_path/lib/rt_url_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..0500caef70cad9a24c6647b879527aae4b5b06cb --- /dev/null +++ b/ohos/flutter_path/lib/rt_url_test.dart @@ -0,0 +1,1010 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:path/path.dart' as path; +import 'package:flutter_path/common/test_page.dart'; + +import 'rt_utils_test.dart'; + + +class JKUrlTestPage extends TestPage { + + static const String routeName = "/url_test"; + + JKUrlTestPage(super.title, {super.key}) { + print('start test666'); + + main(); + } + + void main() { + final context = path.Context( + style: path.Style.url, current: 'https://dart.dev/root/path'); + + test('separator', () { + expect(context.separator, '/'); + }); + + test("context.extension() 延伸", () { + expect(context.extension(''), ''); + expect(context.extension('foo.dart'), '.dart'); + expect(context.extension('foo.dart.js'), '.js'); + expect(context.extension('a.b/c'), ''); + expect(context.extension('a.b/c.d'), '.d'); + expect(context.extension(r'a.b\c'), r'.b\c'); + expect(context.extension('foo.dart/'), '.dart'); + expect(context.extension('foo.dart//'), '.dart'); + }); + + test("context.rootPrefix() 根前缀", () { + expect(context.rootPrefix(''), ''); + expect(context.rootPrefix('a'), ''); + expect(context.rootPrefix('a/b'), ''); + expect(context.rootPrefix('https://dart.dev/a/c'), 'https://dart.dev'); + expect(context.rootPrefix('file:///a/c'), 'file://'); + expect(context.rootPrefix('/a/c'), '/'); + expect(context.rootPrefix('https://dart.dev/'), 'https://dart.dev'); + expect(context.rootPrefix('file:///'), 'file://'); + expect(context.rootPrefix('https://dart.dev'), 'https://dart.dev'); + expect(context.rootPrefix('file://'), 'file://'); + expect(context.rootPrefix('/'), '/'); + expect(context.rootPrefix('foo/bar://'), ''); + expect(context.rootPrefix('package:foo/bar.dart'), 'package:foo'); + expect(context.rootPrefix('foo/bar:baz/qux'), ''); + }); + + test('context.dirname() 目录名', () { + expect(context.dirname(''), '.'); + expect(context.dirname('a'), '.'); + expect(context.dirname('a/b'), 'a'); + expect(context.dirname('a/b/c'), 'a/b'); + expect(context.dirname('a/b.c'), 'a'); + expect(context.dirname('a/'), '.'); + expect(context.dirname('a/.'), 'a'); + expect(context.dirname(r'a\b/c'), r'a\b'); + expect(context.dirname('https://dart.dev/a'), 'https://dart.dev'); + expect(context.dirname('file:///a'), 'file://'); + expect(context.dirname('/a'), '/'); + expect(context.dirname('https://dart.dev///a'), 'https://dart.dev'); + expect(context.dirname('file://///a'), 'file://'); + expect(context.dirname('///a'), '/'); + expect(context.dirname('https://dart.dev/'), 'https://dart.dev'); + expect(context.dirname('https://dart.dev'), 'https://dart.dev'); + expect(context.dirname('file:///'), 'file://'); + expect(context.dirname('file://'), 'file://'); + expect(context.dirname('/'), '/'); + expect(context.dirname('https://dart.dev///'), 'https://dart.dev'); + expect(context.dirname('file://///'), 'file://'); + expect(context.dirname('///'), '/'); + expect(context.dirname('a/b/'), 'a'); + expect(context.dirname(r'a/b\c'), 'a'); + expect(context.dirname('a//'), '.'); + expect(context.dirname('a/b//'), 'a'); + expect(context.dirname('a//b'), 'a'); + }); + + test('context.basename() 基名', () { + expect(context.basename(''), ''); + expect(context.basename('a'), 'a'); + expect(context.basename('a/b'), 'b'); + expect(context.basename('a/b/c'), 'c'); + expect(context.basename('a/b.c'), 'b.c'); + expect(context.basename('a/'), 'a'); + expect(context.basename('a/.'), '.'); + expect(context.basename(r'a\b/c'), 'c'); + expect(context.basename('https://dart.dev/a'), 'a'); + expect(context.basename('file:///a'), 'a'); + expect(context.basename('/a'), 'a'); + expect(context.basename('https://dart.dev/'), 'https://dart.dev'); + expect(context.basename('https://dart.dev'), 'https://dart.dev'); + expect(context.basename('file:///'), 'file://'); + expect(context.basename('file://'), 'file://'); + expect(context.basename('/'), '/'); + expect(context.basename('a/b/'), 'b'); + expect(context.basename(r'a/b\c'), r'b\c'); + expect(context.basename('a//'), 'a'); + expect(context.basename('a/b//'), 'b'); + expect(context.basename('a//b'), 'b'); + expect(context.basename('a b/c d.e f'), 'c d.e f'); + }); + + test('context.basenameWithoutExtension() basename不带扩展名', () { + expect(context.basenameWithoutExtension(''), ''); + expect(context.basenameWithoutExtension('.'), '.'); + expect(context.basenameWithoutExtension('..'), '..'); + expect(context.basenameWithoutExtension('a'), 'a'); + expect(context.basenameWithoutExtension('a/b'), 'b'); + expect(context.basenameWithoutExtension('a/b/c'), 'c'); + expect(context.basenameWithoutExtension('a/b.c'), 'b'); + expect(context.basenameWithoutExtension('a/'), 'a'); + expect(context.basenameWithoutExtension('a/.'), '.'); + expect(context.basenameWithoutExtension(r'a/b\c'), r'b\c'); + expect(context.basenameWithoutExtension('a/.bashrc'), '.bashrc'); + expect(context.basenameWithoutExtension('a/b/c.d.e'), 'c.d'); + expect(context.basenameWithoutExtension('a//'), 'a'); + expect(context.basenameWithoutExtension('a/b//'), 'b'); + expect(context.basenameWithoutExtension('a//b'), 'b'); + expect(context.basenameWithoutExtension('a/b.c/'), 'b'); + expect(context.basenameWithoutExtension('a/b.c//'), 'b'); + expect(context.basenameWithoutExtension('a/b c.d e.f g'), 'b c.d e'); + }); + + test('context.isAbsolute() 绝对值', () { + expect(context.isAbsolute(''), false); + expect(context.isAbsolute('a'), false); + expect(context.isAbsolute('a/b'), false); + expect(context.isAbsolute('https://dart.dev/a'), true); + expect(context.isAbsolute('file:///a'), true); + expect(context.isAbsolute('/a'), true); + expect(context.isAbsolute('https://dart.dev/a/b'), true); + expect(context.isAbsolute('file:///a/b'), true); + expect(context.isAbsolute('/a/b'), true); + expect(context.isAbsolute('https://dart.dev/'), true); + expect(context.isAbsolute('file:///'), true); + expect(context.isAbsolute('https://dart.dev'), true); + expect(context.isAbsolute('file://'), true); + expect(context.isAbsolute('/'), true); + expect(context.isAbsolute('~'), false); + expect(context.isAbsolute('.'), false); + expect(context.isAbsolute('../a'), false); + expect(context.isAbsolute('C:/a'), true); + expect(context.isAbsolute(r'C:\a'), true); + expect(context.isAbsolute('package:foo/bar.dart'), true); + expect(context.isAbsolute('foo/bar:baz/qux'), false); + expect(context.isAbsolute(r'\\a'), false); + }); + + test('context.isRelative() 相对的', () { + expect(context.isRelative(''), true); + expect(context.isRelative('a'), true); + expect(context.isRelative('a/b'), true); + expect(context.isRelative('https://dart.dev/a'), false); + expect(context.isRelative('file:///a'), false); + expect(context.isRelative('/a'), false); + expect(context.isRelative('https://dart.dev/a/b'), false); + expect(context.isRelative('file:///a/b'), false); + expect(context.isRelative('/a/b'), false); + expect(context.isRelative('https://dart.dev/'), false); + expect(context.isRelative('file:///'), false); + expect(context.isRelative('https://dart.dev'), false); + expect(context.isRelative('file://'), false); + expect(context.isRelative('/'), false); + expect(context.isRelative('~'), true); + expect(context.isRelative('.'), true); + expect(context.isRelative('../a'), true); + expect(context.isRelative('C:/a'), false); + expect(context.isRelative(r'C:\a'), false); + expect(context.isRelative(r'package:foo/bar.dart'), false); + expect(context.isRelative('foo/bar:baz/qux'), true); + expect(context.isRelative(r'\\a'), true); + }); + + test("context.isRootRelative('') 根相对", () { + expect(context.isRootRelative(''), false); + expect(context.isRootRelative('a'), false); + expect(context.isRootRelative('a/b'), false); + expect(context.isRootRelative('https://dart.dev/a'), false); + expect(context.isRootRelative('file:///a'), false); + expect(context.isRootRelative('/a'), true); + expect(context.isRootRelative('https://dart.dev/a/b'), false); + expect(context.isRootRelative('file:///a/b'), false); + expect(context.isRootRelative('/a/b'), true); + expect(context.isRootRelative('https://dart.dev/'), false); + expect(context.isRootRelative('file:///'), false); + expect(context.isRootRelative('https://dart.dev'), false); + expect(context.isRootRelative('file://'), false); + expect(context.isRootRelative('/'), true); + expect(context.isRootRelative('~'), false); + expect(context.isRootRelative('.'), false); + expect(context.isRootRelative('../a'), false); + expect(context.isRootRelative('C:/a'), false); + expect(context.isRootRelative(r'C:\a'), false); + expect(context.isRootRelative(r'package:foo/bar.dart'), false); + expect(context.isRootRelative('foo/bar:baz/qux'), false); + expect(context.isRootRelative(r'\\a'), false); + }); + + group('join', () { + test("context.join('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k','l', 'm', 'n', 'o', 'p') 最多允许16个零件", () { + expect(context.join('a'), 'a'); + expect(context.join('a', 'b'), 'a/b'); + expect(context.join('a', 'b', 'c'), 'a/b/c'); + expect(context.join('a', 'b', 'c', 'd'), 'a/b/c/d'); + expect(context.join('a', 'b', 'c', 'd', 'e'), 'a/b/c/d/e'); + expect(context.join('a', 'b', 'c', 'd', 'e', 'f'), 'a/b/c/d/e/f'); + expect(context.join('a', 'b', 'c', 'd', 'e', 'f', 'g'), 'a/b/c/d/e/f/g'); + expect(context.join('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h'), + 'a/b/c/d/e/f/g/h'); + expect(context.join('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i'), + 'a/b/c/d/e/f/g/h/i'); + expect(context.join('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j'), + 'a/b/c/d/e/f/g/h/i/j'); + expect( + context.join('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k'), + 'a/b/c/d/e/f/g/h/i/j/k'); + expect( + context.join( + 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l'), + 'a/b/c/d/e/f/g/h/i/j/k/l'); + expect( + context.join( + 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm'), + 'a/b/c/d/e/f/g/h/i/j/k/l/m'); + expect( + context.join('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', + 'l', 'm', 'n'), + 'a/b/c/d/e/f/g/h/i/j/k/l/m/n'); + expect( + context.join('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', + 'l', 'm', 'n', 'o'), + 'a/b/c/d/e/f/g/h/i/j/k/l/m/n/o'); + expect( + context.join('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', + 'l', 'm', 'n', 'o', 'p'), + 'a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p'); + }); + + test("context.join('a/', 'b', 'c/', 'd'), 'a/b/c/d') 如果零件以一个结尾,则不添加分隔符", () { + expect(context.join('a/', 'b', 'c/', 'd'), 'a/b/c/d'); + expect(context.join('a\\', 'b'), r'a\/b'); + }); + + test("context.join('a', 'https://dart.dev', 'b', 'c') 忽略绝对路径之前的零件", () { + expect(context.join('a', 'https://dart.dev', 'b', 'c'), + 'https://dart.dev/b/c'); + expect(context.join('a', 'file://', 'b', 'c'), 'file:///b/c'); + expect(context.join('a', '/', 'b', 'c'), '/b/c'); + expect(context.join('a', '/b', 'https://dart.dev/c', 'd'), + 'https://dart.dev/c/d'); + expect( + context.join('a', 'http://google.com/b', 'https://dart.dev/c', 'd'), + 'https://dart.dev/c/d'); + expect(context.join('a', '/b', '/c', 'd'), '/c/d'); + expect(context.join('a', r'c:\b', 'c', 'd'), r'c:\b/c/d'); + expect(context.join('a', 'package:foo/bar', 'c', 'd'), + r'package:foo/bar/c/d'); + expect(context.join('a', r'\\b', 'c', 'd'), r'a/\\b/c/d'); + }); + + test("context.join('https://dart.dev', 'a', '/b', 'c') 在根相对路径之前保留根", () { + expect(context.join('https://dart.dev', 'a', '/b', 'c'), + 'https://dart.dev/b/c'); + expect(context.join('file://', 'a', '/b', 'c'), 'file:///b/c'); + expect(context.join('file://', 'a', '/b', 'c', '/d'), 'file:///d'); + expect(context.join('package:foo/bar.dart', '/baz.dart'), + 'package:foo/baz.dart'); + }); + + test("context.join('a', null) 忽略后面的null", () { + expect(context.join('a', null), ('a')); + expect(context.join('a', 'b', 'c', null, null), ('a/b/c')); + }); + + test("context.join('') 忽略空字符串", () { + expect(context.join(''), ''); + expect(context.join('', ''), ''); + expect(context.join('', 'a'), 'a'); + expect(context.join('a', '', 'b', '', '', '', 'c'), 'a/b/c'); + expect(context.join('a', 'b', ''), 'a/b'); + }); + + test("context.join('a', null, 'b') 不允许中间null", () { + expect(() => context.join('a', null, 'b'), "throwsArgumentError"); + }); + + test("context.join('a/', 'b/c/'), 'a/b/c/') 不修改内部。。,或尾部分离器", () { + expect(context.join('a/', 'b/c/'), 'a/b/c/'); + expect(context.join('a/b/./c/..//', 'd/.././..//e/f//'), + 'a/b/./c/..//d/.././..//e/f//'); + expect(context.join('a/b', 'c/../../../..'), 'a/b/c/../../../..'); + expect(context.join('a', 'b${context.separator}'), 'a/b/'); + }); + + test("context.join('file:///c:/foo/bar', '/baz/qux') 将驱动器号视为file:URL的根目录的一部分", () { + expect( + context.join('file:///c:/foo/bar', '/baz/qux'), 'file:///c:/baz/qux'); + expect( + context.join('file:///D:/foo/bar', '/baz/qux'), 'file:///D:/baz/qux'); + expect(context.join('file:///c:/', '/baz/qux'), 'file:///c:/baz/qux'); + expect(context.join('file:///c:', '/baz/qux'), 'file:///c:/baz/qux'); + expect(context.join('file://host/c:/foo/bar', '/baz/qux'), + 'file://host/c:/baz/qux'); + }); + + test("context.join('file:///c%3A/foo/bar', '/baz/qux') 将驱动器号视为file:URLs的根目录的一部分'带有编码冒号", () { + expect(context.join('file:///c%3A/foo/bar', '/baz/qux'), + 'file:///c%3A/baz/qux'); + expect(context.join('file:///D%3A/foo/bar', '/baz/qux'), + 'file:///D%3A/baz/qux'); + expect(context.join('file:///c%3A/', '/baz/qux'), 'file:///c%3A/baz/qux'); + expect(context.join('file:///c%3A', '/baz/qux'), 'file:///c%3A/baz/qux'); + expect(context.join('file://host/c%3A/foo/bar', '/baz/qux'), + 'file://host/c%3A/baz/qux'); + }); + + test("context.join('http://foo.com/c:/foo/bar', '/baz/qux') 将驱动器号视为非文件URL的正常组件", () { + expect(context.join('http://foo.com/c:/foo/bar', '/baz/qux'), + 'http://foo.com/baz/qux'); + expect(context.join('misfile:///c:/foo/bar', '/baz/qux'), + 'misfile:///baz/qux'); + expect( + context.join('filer:///c:/foo/bar', '/baz/qux'), 'filer:///baz/qux'); + }); + }); + + group('joinAll', () { + test("context.joinAll(['a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q]) 允许超过16个零件", () { + expect( + context.joinAll([ + 'a', + 'b', + 'c', + 'd', + 'e', + 'f', + 'g', + 'h', + 'i', + 'j', + 'k', + 'l', + 'm', + 'n', + 'o', + 'p', + 'q' + ]), + 'a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q'); + }); + + test("context.joinAll(['a', 'https://dart.dev', 'b', 'c']) 忽略绝对路径之前的零件", () { + expect(context.joinAll(['a', 'https://dart.dev', 'b', 'c']), + 'https://dart.dev/b/c'); + expect(context.joinAll(['a', 'file://', 'b', 'c']), 'file:///b/c'); + expect(context.joinAll(['a', '/', 'b', 'c']), '/b/c'); + expect(context.joinAll(['a', '/b', 'https://dart.dev/c', 'd']), + 'https://dart.dev/c/d'); + expect( + context + .joinAll(['a', 'http://google.com/b', 'https://dart.dev/c', 'd']), + 'https://dart.dev/c/d'); + expect(context.joinAll(['a', '/b', '/c', 'd']), '/c/d'); + expect(context.joinAll(['a', r'c:\b', 'c', 'd']), r'c:\b/c/d'); + expect(context.joinAll(['a', 'package:foo/bar', 'c', 'd']), + r'package:foo/bar/c/d'); + expect(context.joinAll(['a', r'\\b', 'c', 'd']), r'a/\\b/c/d'); + }); + + test("context.joinAll(['https://dart.dev', 'a', '/b', 'c']) 在根相对路径之前保留根", () { + expect(context.joinAll(['https://dart.dev', 'a', '/b', 'c']), + 'https://dart.dev/b/c'); + expect(context.joinAll(['file://', 'a', '/b', 'c']), 'file:///b/c'); + expect(context.joinAll(['file://', 'a', '/b', 'c', '/d']), 'file:///d'); + }); + }); + + group('split', () { + test("context.split('') 简单案例", () { + expect(context.split(''), []); + expect(context.split('.'), ['.']); + expect(context.split('..'), ['..']); + expect(context.split('foo'), (['foo'])); + expect(context.split('foo/bar.txt'), (['foo', 'bar.txt'])); + expect(context.split('foo/bar/baz'), (['foo', 'bar', 'baz'])); + expect(context.split('foo/../bar/./baz'), + (['foo', '..', 'bar', '.', 'baz'])); + expect(context.split('foo//bar///baz'), (['foo', 'bar', 'baz'])); + expect(context.split('foo/\\/baz'), (['foo', '\\', 'baz'])); + expect(context.split('.'), (['.'])); + expect(context.split(''), ([])); + expect(context.split('foo/'), (['foo'])); + expect(context.split('https://dart.dev//'), (['https://dart.dev'])); + expect(context.split('file:////'), (['file://'])); + expect(context.split('//'), (['/'])); + }); + + test("context.split('https://dart.dev/foo/bar/baz') 包括绝对路径的根", () { + expect(context.split('https://dart.dev/foo/bar/baz'), + (['https://dart.dev', 'foo', 'bar', 'baz'])); + expect(context.split('file:///foo/bar/baz'), + (['file://', 'foo', 'bar', 'baz'])); + expect(context.split('/foo/bar/baz'), (['/', 'foo', 'bar', 'baz'])); + expect(context.split('https://dart.dev/'), (['https://dart.dev'])); + expect(context.split('https://dart.dev'), (['https://dart.dev'])); + expect(context.split('file:///'), (['file://'])); + expect(context.split('file://'), (['file://'])); + expect(context.split('/'), (['/'])); + }); + }); + + group('normalize', () { + test("context.normalize('') 简单案例", () { + expect(context.normalize(''), '.'); + expect(context.normalize('.'), '.'); + expect(context.normalize('..'), '..'); + expect(context.normalize('a'), 'a'); + expect(context.normalize('https://dart.dev/'), 'https://dart.dev'); + expect(context.normalize('https://dart.dev'), 'https://dart.dev'); + expect(context.normalize('file://'), 'file://'); + expect(context.normalize('file:///'), 'file://'); + expect(context.normalize('/'), '/'); + expect(context.normalize(r'\'), r'\'); + expect(context.normalize('C:/'), 'C:'); + expect(context.normalize(r'C:\'), r'C:\'); + expect(context.normalize(r'\\'), r'\\'); + expect(context.normalize('a/./\xc5\u0bf8-;\u{1f085}\u{00}/c/d/../'), + 'a/\xc5\u0bf8-;\u{1f085}\u{00}/c'); + }); + + test("context.normalize(r'a/b/c'), r'a/b/c') 折叠冗余分离器", () { + expect(context.normalize(r'a/b/c'), r'a/b/c'); + expect(context.normalize(r'a//b///c////d'), r'a/b/c/d'); + }); + + test('does not collapse separators for other platform', () { + expect(context.normalize(r'a\\b\\\c'), r'a\\b\\\c'); + }); + + test("context.normalize('./') 消除了“.”部分", () { + expect(context.normalize('./'), '.'); + expect(context.normalize('https://dart.dev/.'), 'https://dart.dev'); + expect(context.normalize('file:///.'), 'file://'); + expect(context.normalize('/.'), '/'); + expect(context.normalize('https://dart.dev/./'), 'https://dart.dev'); + expect(context.normalize('file:///./'), 'file://'); + expect(context.normalize('/./'), '/'); + expect(context.normalize('./.'), '.'); + expect(context.normalize('a/./b'), 'a/b'); + expect(context.normalize('a/.b/c'), 'a/.b/c'); + expect(context.normalize('a/././b/./c'), 'a/b/c'); + expect(context.normalize('././a'), 'a'); + expect(context.normalize('a/./.'), 'a'); + }); + + test("context.normalize('..') 消除了“..”部分", () { + expect(context.normalize('..'), '..'); + expect(context.normalize('../'), '..'); + expect(context.normalize('../../..'), '../../..'); + expect(context.normalize('../../../'), '../../..'); + expect(context.normalize('https://dart.dev/..'), 'https://dart.dev'); + expect(context.normalize('file:///..'), 'file://'); + expect(context.normalize('/..'), '/'); + expect( + context.normalize('https://dart.dev/../../..'), 'https://dart.dev'); + expect(context.normalize('file:///../../..'), 'file://'); + expect(context.normalize('/../../..'), '/'); + expect(context.normalize('https://dart.dev/../../../a'), + 'https://dart.dev/a'); + expect(context.normalize('file:///../../../a'), 'file:///a'); + expect(context.normalize('/../../../a'), '/a'); + expect(context.normalize('c:/..'), 'c:'); + expect(context.normalize('package:foo/..'), 'package:foo'); + expect(context.normalize('A:/../../..'), 'A:'); + expect(context.normalize('a/..'), '.'); + expect(context.normalize('a/b/..'), 'a'); + expect(context.normalize('a/../b'), 'b'); + expect(context.normalize('a/./../b'), 'b'); + expect(context.normalize('a/b/c/../../d/e/..'), 'a/d'); + expect(context.normalize('a/b/../../../../c'), '../../c'); + expect(context.normalize('z/a/b/../../..../c'), 'z/..../c'); + expect(context.normalize('a/bc/../d'), 'a/d'); + }); + + test("context.normalize('..') 在绝对路径上不在根之前行走", () { + expect(context.normalize('..'), '..'); + expect(context.normalize('../'), '..'); + expect(context.normalize('https://dart.dev/..'), 'https://dart.dev'); + expect(context.normalize('https://dart.dev/../a'), 'https://dart.dev/a'); + expect(context.normalize('file:///..'), 'file://'); + expect(context.normalize('file:///../a'), 'file:///a'); + expect(context.normalize('/..'), '/'); + expect(context.normalize('a/..'), '.'); + expect(context.normalize('../a'), '../a'); + expect(context.normalize('/../a'), '/a'); + expect(context.normalize('c:/../a'), 'c:/a'); + expect(context.normalize('package:foo/../a'), 'package:foo/a'); + expect(context.normalize('/../a'), '/a'); + expect(context.normalize('a/b/..'), 'a'); + expect(context.normalize('../a/b/..'), '../a'); + expect(context.normalize('a/../b'), 'b'); + expect(context.normalize('a/./../b'), 'b'); + expect(context.normalize('a/b/c/../../d/e/..'), 'a/d'); + expect(context.normalize('a/b/../../../../c'), '../../c'); + expect(context.normalize('a/b/c/../../..d/./.e/f././'), 'a/..d/.e/f.'); + }); + + test("context.normalize('./') 删除尾部分隔符", () { + expect(context.normalize('./'), '.'); + expect(context.normalize('.//'), '.'); + expect(context.normalize('a/'), 'a'); + expect(context.normalize('a/b/'), 'a/b'); + expect(context.normalize(r'a/b\'), r'a/b\'); + expect(context.normalize('a/b///'), 'a/b'); + }); + + test("context.canonicalize('.') when规范化", () { + expect(context.canonicalize('.'), 'https://dart.dev/root/path'); + expect(context.canonicalize('foo/bar'), + 'https://dart.dev/root/path/foo/bar'); + expect(context.canonicalize('FoO'), 'https://dart.dev/root/path/FoO'); + expect(context.canonicalize('/foo'), 'https://dart.dev/foo'); + expect(context.canonicalize('http://google.com/foo'), + 'http://google.com/foo'); + }); + }); + + group('relative', () { + group('from absolute root', () { + test("context.relative('https://dart.dev') 给定根中的绝对路径", () { + expect(context.relative('https://dart.dev'), '../..'); + expect(context.relative('https://dart.dev/'), '../..'); + expect(context.relative('/'), '../..'); + expect(context.relative('https://dart.dev/root'), '..'); + expect(context.relative('/root'), '..'); + expect(context.relative('https://dart.dev/root/path'), '.'); + expect(context.relative('/root/path'), '.'); + expect(context.relative('https://dart.dev/root/path/a'), 'a'); + expect(context.relative('/root/path/a'), 'a'); + expect( + context.relative('https://dart.dev/root/path/a/b.txt'), 'a/b.txt'); + expect(context.relative('/root/path/a/b.txt'), 'a/b.txt'); + expect(context.relative('https://dart.dev/root/a/b.txt'), '../a/b.txt'); + expect(context.relative('/root/a/b.txt'), '../a/b.txt'); + }); + + test("context.relative('https://dart.dev/a/b') 给定根外部的绝对路径", () { + expect(context.relative('https://dart.dev/a/b'), '../../a/b'); + expect(context.relative('/a/b'), '../../a/b'); + expect(context.relative('https://dart.dev/root/path/a'), 'a'); + expect(context.relative('/root/path/a'), 'a'); + expect( + context.relative('https://dart.dev/root/path/a/b.txt'), 'a/b.txt'); + expect( + context.relative('https://dart.dev/root/path/a/b.txt'), 'a/b.txt'); + expect(context.relative('https://dart.dev/root/a/b.txt'), '../a/b.txt'); + }); + + test("context.relative(r'http://google.com/a/b') 给定具有不同主机名/协议的绝对路径", () { + expect(context.relative(r'http://google.com/a/b'), + r'http://google.com/a/b'); + expect(context.relative(r'file:///a/b'), r'file:///a/b'); + }); + + test("context.relative('') 给定的相对路径", () { + // The path is considered relative to the root, so it basically just + // normalizes. + expect(context.relative(''), '.'); + expect(context.relative('.'), '.'); + expect(context.relative('a'), 'a'); + expect(context.relative('a/b.txt'), 'a/b.txt'); + expect(context.relative('../a/b.txt'), '../a/b.txt'); + expect(context.relative('a/./b/../c.txt'), 'a/c.txt'); + }); + + test("context.relative('HtTps://dart.dev/root') 区分大小写", () { + expect( + context.relative('HtTps://dart.dev/root'), 'HtTps://dart.dev/root'); + expect( + context.relative('https://DaRt.DeV/root'), 'https://DaRt.DeV/root'); + expect(context.relative('/RoOt'), '../../RoOt'); + expect(context.relative('/rOoT/pAtH/a'), '../../rOoT/pAtH/a'); + }); + + // Regression + test("context.relative('https://dart.dev', from: 'https://dart.dev') 仅从根路径", () { + expect(context.relative('https://dart.dev', from: 'https://dart.dev'), + '.'); + expect( + context.relative('https://dart.dev/root/path', + from: 'https://dart.dev'), + 'root/path'); + }); + }); + + group('from relative root', () { + final r = path.Context(style: path.Style.url, current: 'foo/bar'); + + test("r.relative('http://google.com/'), ('http://google.com') 给定绝对路径", () { + expect(r.relative('http://google.com/'), ('http://google.com')); + expect(r.relative('http://google.com'), ('http://google.com')); + expect(r.relative('file:///'), ('file://')); + expect(r.relative('file://'), ('file://')); + expect(r.relative('/'), ('/')); + expect(r.relative('/a/b'), ('/a/b')); + }); + + test("r.relative('') 给定的相对路径", () { + // The path is considered relative to the root, so it basically just + // normalizes. + expect(r.relative(''), '.'); + expect(r.relative('.'), '.'); + expect(r.relative('..'), '..'); + expect(r.relative('a'), 'a'); + expect(r.relative('a/b.txt'), 'a/b.txt'); + expect(r.relative('../a/b.txt'), '../a/b.txt'); + expect(r.relative('a/./b/../c.txt'), 'a/c.txt'); + }); + }); + + group('from root-relative root', () { + final r = path.Context(style: path.Style.url, current: '/foo/bar'); + + test("r.relative('http://google.com/') 给定绝对路径", () { + expect(r.relative('http://google.com/'), ('http://google.com')); + expect(r.relative('http://google.com'), ('http://google.com')); + expect(r.relative('file:///'), ('file://')); + expect(r.relative('file://'), ('file://')); + expect(r.relative('/'), ('../..')); + expect(r.relative('/a/b'), ('../../a/b')); + }); + + test("r.relative('') 给定的相对路径", () { + // The path is considered relative to the root, so it basically just + // normalizes. + expect(r.relative(''), '.'); + expect(r.relative('.'), '.'); + expect(r.relative('..'), '..'); + expect(r.relative('a'), 'a'); + expect(r.relative('a/b.txt'), 'a/b.txt'); + expect(r.relative('../a/b.txt'), '../a/b.txt'); + expect(r.relative('a/./b/../c.txt'), 'a/c.txt'); + }); + }); + + test("r.relative('/dir.ext/file') 从具有扩展名的根", () { + final r = path.Context(style: path.Style.url, current: '/dir.ext'); + expect(r.relative('/dir.ext/file'), 'file'); + }); + + test("context.relative('/foo/bar/baz', from: '/foo/bar') 带有根参数", () { + expect(context.relative('/foo/bar/baz', from: '/foo/bar'), ('baz')); + expect(context.relative('/foo/bar/baz', from: 'https://dart.dev/foo/bar'), + ('baz')); + expect(context.relative('https://dart.dev/foo/bar/baz', from: '/foo/bar'), + ('baz')); + expect( + context.relative('https://dart.dev/foo/bar/baz', + from: 'file:///foo/bar'), + ('https://dart.dev/foo/bar/baz')); + expect( + context.relative('https://dart.dev/foo/bar/baz', + from: 'https://dart.dev/foo/bar'), + ('baz')); + expect(context.relative('/foo/bar/baz', from: 'file:///foo/bar'), + ('https://dart.dev/foo/bar/baz')); + expect(context.relative('file:///foo/bar/baz', from: '/foo/bar'), + ('file:///foo/bar/baz')); + + expect(context.relative('..', from: '/foo/bar'), ('../../root')); + expect(context.relative('..', from: 'https://dart.dev/foo/bar'), + ('../../root')); + expect(context.relative('..', from: 'file:///foo/bar'), + ('https://dart.dev/root')); + expect(context.relative('..', from: '/foo/bar'), ('../../root')); + + expect(context.relative('https://dart.dev/foo/bar/baz', from: 'foo/bar'), + ('../../../../foo/bar/baz')); + expect(context.relative('file:///foo/bar/baz', from: 'foo/bar'), + ('file:///foo/bar/baz')); + expect(context.relative('/foo/bar/baz', from: 'foo/bar'), + ('../../../../foo/bar/baz')); + + expect(context.relative('..', from: 'foo/bar'), ('../../..')); + }); + + test("r.relative('/foo/bar/baz', from: '/foo/bar') 具有根参数和相对根", () { + final r = path.Context(style: path.Style.url, current: 'relative/root'); + expect(r.relative('/foo/bar/baz', from: '/foo/bar'), ('baz')); + expect(r.relative('/foo/bar/baz', from: 'https://dart.dev/foo/bar'), + ('/foo/bar/baz')); + expect(r.relative('https://dart.dev/foo/bar/baz', from: '/foo/bar'), + ('https://dart.dev/foo/bar/baz')); + expect( + r.relative('https://dart.dev/foo/bar/baz', from: 'file:///foo/bar'), + ('https://dart.dev/foo/bar/baz')); + expect( + r.relative('https://dart.dev/foo/bar/baz', + from: 'https://dart.dev/foo/bar'), + ('baz')); + + expect(r.relative('https://dart.dev/foo/bar/baz', from: 'foo/bar'), + ('https://dart.dev/foo/bar/baz')); + expect(r.relative('file:///foo/bar/baz', from: 'foo/bar'), + ('file:///foo/bar/baz')); + expect( + r.relative('/foo/bar/baz', from: 'foo/bar'), ('/foo/bar/baz')); + + expect(r.relative('..', from: 'foo/bar'), ('../../..')); + }); + + test("r.relative('https://dart.dev/foo/bar/baz')来自。根", () { + final r = path.Context(style: path.Style.url, current: '.'); + expect(r.relative('https://dart.dev/foo/bar/baz'), + ('https://dart.dev/foo/bar/baz')); + expect(r.relative('file:///foo/bar/baz'), ('file:///foo/bar/baz')); + expect(r.relative('/foo/bar/baz'), ('/foo/bar/baz')); + expect(r.relative('foo/bar/baz'), ('foo/bar/baz')); + }); + }); + + group('isWithin', () { + test("context.isWithin('foo/bar', 'foo/bar') 简单案例", () { + expect(context.isWithin('foo/bar', 'foo/bar'), "isFalse"); + expect(context.isWithin('foo/bar', 'foo/bar/baz'), "isTrue"); + expect(context.isWithin('foo/bar', 'foo/baz'), "isFalse"); + expect(context.isWithin('foo/bar', '../path/foo/bar/baz'), "isTrue"); + expect(context.isWithin('https://dart.dev', 'https://dart.dev/foo/bar'), + "isTrue"); + expect( + context.isWithin('https://dart.dev', 'http://psub.dart.dev/foo/bar'), + "isFalse"); + expect(context.isWithin('https://dart.dev', '/foo/bar'), "isTrue"); + expect(context.isWithin('https://dart.dev/foo', '/foo/bar'), "isTrue"); + expect(context.isWithin('https://dart.dev/foo', '/bar/baz'), "isFalse"); + expect(context.isWithin('baz', 'https://dart.dev/root/path/baz/bang'), + "isTrue"); + expect(context.isWithin('baz', 'https://dart.dev/root/path/bang/baz'), + "isFalse"); + }); + + test("context.isWithin('foo/./bar', 'foo/bar/baz') 复杂案件", () { + expect(context.isWithin('foo/./bar', 'foo/bar/baz'), "isTrue"); + expect(context.isWithin('foo//bar', 'foo/bar/baz'), "isTrue"); + expect(context.isWithin('foo/qux/../bar', 'foo/bar/baz'), "isTrue"); + expect(context.isWithin('foo/bar', 'foo/bar/baz/../..'), "isFalse"); + expect(context.isWithin('foo/bar', 'foo/bar///'), "isFalse"); + expect(context.isWithin('foo/.bar', 'foo/.bar/baz'), "isTrue"); + expect(context.isWithin('foo/./bar', 'foo/.bar/baz'), "isFalse"); + expect(context.isWithin('foo/..bar', 'foo/..bar/baz'), "isTrue"); + expect(context.isWithin('foo/bar', 'foo/bar/baz/..'), "isFalse"); + expect(context.isWithin('foo/bar', 'foo/bar/baz/../qux'), "isTrue"); + expect(context.isWithin('http://example.org/', 'http://example.com/foo'), + "isFalse"); + expect(context.isWithin('http://example.org/', 'https://dart.dev/foo'), + "isFalse"); + }); + + test("context.isWithin('/foo', 'https://dart.dev/foo/bar') 具有根相对路径", () { + expect(context.isWithin('/foo', 'https://dart.dev/foo/bar'), "isTrue"); + expect(context.isWithin('https://dart.dev/foo', '/foo/bar'), "isTrue"); + expect(context.isWithin('/root', 'foo/bar'), "isTrue"); + expect(context.isWithin('foo', '/root/path/foo/bar'), "isTrue"); + expect(context.isWithin('/foo', '/foo/bar'), "isTrue"); + }); + + test("r.isWithin('.', 'a/b/c') 从相对根", () { + final r = path.Context(style: path.Style.url, current: 'foo/bar'); + expect(r.isWithin('.', 'a/b/c'), "isTrue"); + expect(r.isWithin('.', '../a/b/c'), "isFalse"); + expect(r.isWithin('.', '../../a/foo/b/c'), "isFalse"); + expect( + r.isWithin('https://dart.dev/', 'https://dart.dev/baz/bang'), "isTrue"); + expect(r.isWithin('.', 'https://dart.dev/baz/bang'), "isFalse"); + }); + }); + + group(' and hash', () { + test("path.Context(style: path.Style.url, current: 'https://dart.dev/root/path') 简单案例", () { + expectNot(context, 'foo/bar', 'foo/bar'); + expectNot(context, 'foo/bar', 'foo/bar/baz'); + expectNot(context, 'foo/bar', 'foo'); + expectNot(context, 'foo/bar', 'foo/baz'); + expectNot(context, 'foo/bar', '../path/foo/bar'); + expectNot(context, 'http://google.com', 'http://google.com'); + expectNot(context, 'https://dart.dev', '../..'); + expectNot(context, 'baz', '/root/path/baz'); + }); + + test("path.Context(style: path.Style.url, current: 'https://dart.dev/root/path') 复杂案件", () { + expectNot(context, 'foo/./bar', 'foo/bar'); + expectNot(context, 'foo//bar', 'foo/bar'); + expectNot(context, 'foo/qux/../bar', 'foo/bar'); + expectNot(context, 'foo/qux/../bar', 'foo/qux'); + expectNot(context, 'foo/bar', 'foo/bar/baz/../..'); + expectNot(context, 'foo/bar', 'foo/bar///'); + expectNot(context, 'foo/.bar', 'foo/.bar'); + expectNot(context, 'foo/./bar', 'foo/.bar'); + expectNot(context, 'foo/..bar', 'foo/..bar'); + expectNot(context, 'foo/../bar', 'foo/..bar'); + expectNot(context, 'foo/bar', 'foo/bar/baz/..'); + expectNot(context, 'FoO/bAr', 'foo/bar'); + expectNot(context, 'http://google.com', 'http://google.com/'); + expectNot(context, 'https://dart.dev/root', '..'); + }); + + test("path.Context(style: path.Style.url, current: 'https://dart.dev/root/path') 具有根相对路径", () { + expectNot(context, '/foo', 'https://dart.dev/foo'); + expectNot(context, '/foo', 'http://google.com/foo'); + expectNot(context, '/root/path/foo/bar', 'foo/bar'); + }); + + test("path.Context(style: path.Style.posix, current: 'foo/bar') 从相对根", () { + final r = path.Context(style: path.Style.posix, current: 'foo/bar'); + expectNot(r, 'a/b', 'a/b'); + expectNot(r, '.', 'foo/bar'); + expectNot(r, '.', '../a/b'); + expectNot(r, '.', '../bar'); + expectNot(r, '/baz/bang', '/baz/bang'); + expectNot(r, 'baz/bang', '/baz/bang'); + }); + }); + + group('absolute', () { + test("context.absolute('a') 最多允许15个零件", () { + expect(context.absolute('a'), 'https://dart.dev/root/path/a'); + expect(context.absolute('a', 'b'), 'https://dart.dev/root/path/a/b'); + expect( + context.absolute('a', 'b', 'c'), 'https://dart.dev/root/path/a/b/c'); + expect(context.absolute('a', 'b', 'c', 'd'), + 'https://dart.dev/root/path/a/b/c/d'); + expect(context.absolute('a', 'b', 'c', 'd', 'e'), + 'https://dart.dev/root/path/a/b/c/d/e'); + expect(context.absolute('a', 'b', 'c', 'd', 'e', 'f'), + 'https://dart.dev/root/path/a/b/c/d/e/f'); + expect(context.absolute('a', 'b', 'c', 'd', 'e', 'f', 'g'), + 'https://dart.dev/root/path/a/b/c/d/e/f/g'); + expect(context.absolute('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h'), + 'https://dart.dev/root/path/a/b/c/d/e/f/g/h'); + expect(context.absolute('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i'), + 'https://dart.dev/root/path/a/b/c/d/e/f/g/h/i'); + expect(context.absolute('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j'), + 'https://dart.dev/root/path/a/b/c/d/e/f/g/h/i/j'); + expect( + context.absolute( + 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k'), + 'https://dart.dev/root/path/a/b/c/d/e/f/g/h/i/j/k'); + expect( + context.absolute( + 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l'), + 'https://dart.dev/root/path/a/b/c/d/e/f/g/h/i/j/k/l'); + expect( + context.absolute( + 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm'), + 'https://dart.dev/root/path/a/b/c/d/e/f/g/h/i/j/k/l/m'); + expect( + context.absolute('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', + 'k', 'l', 'm', 'n'), + 'https://dart.dev/root/path/a/b/c/d/e/f/g/h/i/j/k/l/m/n'); + expect( + context.absolute('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', + 'k', 'l', 'm', 'n', 'o'), + 'https://dart.dev/root/path/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o'); + }); + + test("context.absolute('a/', 'b', 'c/', 'd') 如果零件以一个结尾,则不添加分隔符", () { + expect(context.absolute('a/', 'b', 'c/', 'd'), + 'https://dart.dev/root/path/a/b/c/d'); + expect(context.absolute(r'a\', 'b'), r'https://dart.dev/root/path/a\/b'); + }); + + test("context.absolute('a', '/b', '/c', 'd') 忽略绝对路径之前的零件", () { + expect(context.absolute('a', '/b', '/c', 'd'), 'https://dart.dev/c/d'); + expect(context.absolute('a', '/b', 'file:///c', 'd'), 'file:///c/d'); + expect(context.absolute('a', r'c:\b', 'c', 'd'), r'c:\b/c/d'); + expect(context.absolute('a', r'\\b', 'c', 'd'), + r'https://dart.dev/root/path/a/\\b/c/d'); + }); + }); + + test("context.withoutExtension('') 不带扩展", () { + expect(context.withoutExtension(''), ''); + expect(context.withoutExtension('a'), 'a'); + expect(context.withoutExtension('.a'), '.a'); + expect(context.withoutExtension('a.b'), 'a'); + expect(context.withoutExtension('a/b.c'), 'a/b'); + expect(context.withoutExtension('a/b.c.d'), 'a/b.c'); + expect(context.withoutExtension('a/'), 'a/'); + expect(context.withoutExtension('a/b/'), 'a/b/'); + expect(context.withoutExtension('a/.'), 'a/.'); + expect(context.withoutExtension('a/.b'), 'a/.b'); + expect(context.withoutExtension('a.b/c'), 'a.b/c'); + expect(context.withoutExtension(r'a.b\c'), r'a'); + expect(context.withoutExtension(r'a/b\c'), r'a/b\c'); + expect(context.withoutExtension(r'a/b\c.d'), r'a/b\c'); + expect(context.withoutExtension('a/b.c/'), 'a/b/'); + expect(context.withoutExtension('a/b.c//'), 'a/b//'); + }); + + test("context.setExtension('', '.x')设置扩展", () { + expect(context.setExtension('', '.x'), '.x'); + expect(context.setExtension('a', '.x'), 'a.x'); + expect(context.setExtension('.a', '.x'), '.a.x'); + expect(context.setExtension('a.b', '.x'), 'a.x'); + expect(context.setExtension('a/b.c', '.x'), 'a/b.x'); + expect(context.setExtension('a/b.c.d', '.x'), 'a/b.c.x'); + expect(context.setExtension('a/', '.x'), 'a/.x'); + expect(context.setExtension('a/b/', '.x'), 'a/b/.x'); + expect(context.setExtension('a/.', '.x'), 'a/..x'); + expect(context.setExtension('a/.b', '.x'), 'a/.b.x'); + expect(context.setExtension('a.b/c', '.x'), 'a.b/c.x'); + expect(context.setExtension(r'a.b\c', '.x'), r'a.x'); + expect(context.setExtension(r'a/b\c', '.x'), r'a/b\c.x'); + expect(context.setExtension(r'a/b\c.d', '.x'), r'a/b\c.x'); + expect(context.setExtension('a/b.c/', '.x'), 'a/b/.x'); + expect(context.setExtension('a/b.c//', '.x'), 'a/b//.x'); + }); + + group('fromUri', () { + test("context.fromUri(Uri.parse('https://dart.dev/path/to/foo')) 带有UR", () { + expect(context.fromUri(Uri.parse('https://dart.dev/path/to/foo')), + 'https://dart.dev/path/to/foo'); + expect(context.fromUri(Uri.parse('https://dart.dev/path/to/foo/')), + 'https://dart.dev/path/to/foo/'); + expect(context.fromUri(Uri.parse('file:///path/to/foo')), + 'file:///path/to/foo'); + expect(context.fromUri(Uri.parse('foo/bar')), 'foo/bar'); + expect(context.fromUri(Uri.parse('https://dart.dev/path/to/foo%23bar')), + 'https://dart.dev/path/to/foo%23bar'); + // Since the resulting "path" is also a URL, special characters should + // remain percent-encoded in the result. + expect(context.fromUri(Uri.parse('_%7B_%7D_%60_%5E_%20_%22_%25_')), + r'_%7B_%7D_%60_%5E_%20_%22_%25_'); + }); + + test("context.fromUri('https://dart.dev/path/to/foo') 用字符串", () { + expect(context.fromUri('https://dart.dev/path/to/foo'), + 'https://dart.dev/path/to/foo'); + }); + }); + + test("context.toUri('https://dart.dev/path/to/foo') 带有Uri", () { + expect(context.toUri('https://dart.dev/path/to/foo'), + Uri.parse('https://dart.dev/path/to/foo')); + expect(context.toUri('https://dart.dev/path/to/foo/'), + Uri.parse('https://dart.dev/path/to/foo/')); + expect(context.toUri('path/to/foo/'), Uri.parse('path/to/foo/')); + expect( + context.toUri('file:///path/to/foo'), Uri.parse('file:///path/to/foo')); + expect(context.toUri('foo/bar'), Uri.parse('foo/bar')); + expect(context.toUri('https://dart.dev/path/to/foo%23bar'), + Uri.parse('https://dart.dev/path/to/foo%23bar')); + // Since the input path is also a URI, special characters should already + // be percent encoded there too. + expect(context.toUri(r'http://foo.com/_%7B_%7D_%60_%5E_%20_%22_%25_'), + Uri.parse('http://foo.com/_%7B_%7D_%60_%5E_%20_%22_%25_')); + expect(context.toUri(r'_%7B_%7D_%60_%5E_%20_%22_%25_'), + Uri.parse('_%7B_%7D_%60_%5E_%20_%22_%25_')); + expect(context.toUri(''), Uri.parse('')); + }); + + group('prettyUri', () { + test("context.prettyUri(Uri.parse('file:///root/path/a/b') 带有一个文件: URI", () { + expect(context.prettyUri(Uri.parse('file:///root/path/a/b')), + 'file:///root/path/a/b'); + }); + + test("context.prettyUri('https://dart.dev/root/path/a/b') 带有一个 http: URI", () { + expect(context.prettyUri('https://dart.dev/root/path/a/b'), 'a/b'); + expect(context.prettyUri('https://dart.dev/root/path/a/../b'), 'b'); + expect(context.prettyUri('https://dart.dev/other/path/a/b'), + 'https://dart.dev/other/path/a/b'); + expect(context.prettyUri('http://psub.dart.dev/root/path'), + 'http://psub.dart.dev/root/path'); + expect(context.prettyUri('https://dart.dev/root/other'), '../other'); + }); + + test("context.prettyUri('a/b') 带有相对URI", () { + expect(context.prettyUri('a/b'), 'a/b'); + }); + + test("context.prettyUri('/a/b') 带有根相对URI", () { + expect(context.prettyUri('/a/b'), '/a/b'); + }); + + test("context.prettyUri(Uri.parse('a/b')) 带有Uri对象", () { + expect(context.prettyUri(Uri.parse('a/b')), 'a/b'); + }); + }); + } +} \ No newline at end of file diff --git a/ohos/flutter_path/lib/rt_utils_test.dart b/ohos/flutter_path/lib/rt_utils_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..69e3eb20c9fc631142cccdfaafd2710d53c8c5e7 --- /dev/null +++ b/ohos/flutter_path/lib/rt_utils_test.dart @@ -0,0 +1,48 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:path/path.dart' as p; +//import 'package:flutter_path/common/test_page.dart'; + +/// A matcher for a closure that throws a [p.PathException]. +//final throwsPathException = throwsA(const TypeMatcher()); + +// void expect(p.Context context, String path1, String path2) { +// // expect(context.(path1, path2), "isTrue", +// // reason: 'Expected "$path1" to equal "$path2".'); +// expectWithReason("context.(path2, path1)", "isTrue", 'Expected "$path1" to equal "$path2".'); +// // expect(context.(path2, path1), "isTrue", +// // reason: 'Expected "$path2" to equal "$path1".'); +// expectWithReason("context.(path2, path1)", "isTrue",'Expected "$path2" to equal "$path1".'); +// // expect(context.hash(path1), (context.hash(path2)), +// // reason: 'Expected "$path1" to hash the same as "$path2".'); +// expectWithReason(context.hash(path1), (context.hash(path2)),'Expected "$path1" to hash the same as "$path2".'); +// } + +// void expectNot(p.Context context, String path1, String path2, +// {bool allowSameHash = false}) { +// // expect(context.(path1, path2), "isFalse", +// // reason: 'Expected "$path1" not to equal "$path2".'); +// expectWithReason("context.(path2, path1)", "isFalse",'Expected "$path1" not to equal "$path2".'); +// // expect(context.(path2, path1), "isFalse", +// // reason: 'Expected "$path2" not to equal "$path1".'); +// expectWithReason("context.(path2, path1)", "isFalse",'Expected "$path2" not to equal "$path1".'); +// +// // Hash collisions are allowed, but the test author should be explicitly aware +// // when they occur. +// if (allowSameHash) return; +// // expect(context.hash(path1), isNot((context.hash(path2))), +// // reason: 'Expected "$path1" not to hash the same as "$path2".'); +// expectWithReason(context.hash(path1), "isNot((context.hash(path2)))",'Expected "$path1" not to hash the same as "$path2".'); +// } diff --git a/ohos/flutter_path/lib/rt_windows_test.dart b/ohos/flutter_path/lib/rt_windows_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..b63406f807026e7540dd9aea5bdaaa04edf6434a --- /dev/null +++ b/ohos/flutter_path/lib/rt_windows_test.dart @@ -0,0 +1,928 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:path/path.dart' as path; +import 'package:path/src/utils.dart'; +import 'package:flutter_path/common/test_page.dart'; + +import 'rt_utils_test.dart'; +import 'package:path/src/utils.dart'; + +class JKWindowsTestPage extends TestPage { + + static const String routeName = "/windows_test"; + + JKWindowsTestPage(super.title, {super.key}) { + print('start test666'); + + main(); + } + + void main() { + final context = + path.Context(style: path.Style.windows, current: r'C:\root\path'); + + test('separator', () { + expect(context.separator, '\\'); + }); + + test('context.extension() 延伸', () { + expect(context.extension(''), ''); + expect(context.extension('.'), ''); + expect(context.extension('..'), ''); + expect(context.extension('a/..'), ''); + expect(context.extension('foo.dart'), '.dart'); + expect(context.extension('foo.dart.js'), '.js'); + expect(context.extension('foo bargule fisk.dart.js'), '.js'); + expect(context.extension(r'a.b\c'), ''); + expect(context.extension('a.b/c.d'), '.d'); + expect(context.extension(r'~\.bashrc'), ''); + expect(context.extension(r'a.b/c'), r''); + expect(context.extension(r'foo.dart\'), '.dart'); + expect(context.extension(r'foo.dart\\'), '.dart'); + expect(context.extension('a.b/..', 2), ''); + expect(context.extension('foo.bar.dart.js', 2), '.dart.js'); + expect(context.extension(r'foo.bar.dart.js', 3), '.bar.dart.js'); + expect(context.extension(r'foo.bar.dart.js', 10), '.bar.dart.js'); + expect(context.extension('a.b/c.d', 2), '.d'); + expect(() => context.extension(r'foo.bar.dart.js', 0), "throwsRangeError"); + expect(() => context.extension(r'foo.bar.dart.js', -1), "throwsRangeError"); + }); + + test('context.rootPrefix() 根前缀', () { + expect(context.rootPrefix(''), ''); + expect(context.rootPrefix('a'), ''); + expect(context.rootPrefix(r'a\b'), ''); + expect(context.rootPrefix(r'C:\a\c'), r'C:\'); + expect(context.rootPrefix(r'C:\'), r'C:\'); + expect(context.rootPrefix('C:/'), 'C:/'); + expect(context.rootPrefix(r'\\server\share\a\b'), r'\\server\share'); + expect(context.rootPrefix(r'\\server\share'), r'\\server\share'); + expect(context.rootPrefix(r'\\server\'), r'\\server\'); + expect(context.rootPrefix(r'\\server'), r'\\server'); + expect(context.rootPrefix(r'\a\b'), r'\'); + expect(context.rootPrefix(r'/a/b'), r'/'); + expect(context.rootPrefix(r'\'), r'\'); + expect(context.rootPrefix(r'/'), r'/'); + }); + + test('context.dirname() 目录名', () { + expect(context.dirname(r''), '.'); + expect(context.dirname(r'a'), '.'); + expect(context.dirname(r'a\b'), 'a'); + expect(context.dirname(r'a\b\c'), r'a\b'); + expect(context.dirname(r'a\b.c'), 'a'); + expect(context.dirname(r'a\'), '.'); + expect(context.dirname('a/'), '.'); + expect(context.dirname(r'a\.'), 'a'); + expect(context.dirname(r'a\b/c'), r'a\b'); + expect(context.dirname(r'C:\a'), r'C:\'); + expect(context.dirname(r'C:\\\a'), r'C:\'); + expect(context.dirname(r'C:\'), r'C:\'); + expect(context.dirname(r'C:\\\'), r'C:\'); + expect(context.dirname(r'a\b\'), r'a'); + expect(context.dirname(r'a/b\c'), 'a/b'); + expect(context.dirname(r'a\\'), r'.'); + expect(context.dirname(r'a\b\\'), 'a'); + expect(context.dirname(r'a\\b'), 'a'); + expect(context.dirname(r'foo bar\gule fisk'), 'foo bar'); + expect(context.dirname(r'\\server\share'), r'\\server\share'); + expect(context.dirname(r'\\server\share\dir'), r'\\server\share'); + expect(context.dirname(r'\a'), r'\'); + expect(context.dirname(r'/a'), r'/'); + expect(context.dirname(r'\'), r'\'); + expect(context.dirname(r'/'), r'/'); + }); + + test('context.basename() 基名', () { + expect(context.basename(r''), ''); + expect(context.basename(r'.'), '.'); + expect(context.basename(r'..'), '..'); + expect(context.basename(r'.hest'), '.hest'); + expect(context.basename(r'a'), 'a'); + expect(context.basename(r'a\b'), 'b'); + expect(context.basename(r'a\b\c'), 'c'); + expect(context.basename(r'a\b.c'), 'b.c'); + expect(context.basename(r'a\'), 'a'); + expect(context.basename(r'a/'), 'a'); + expect(context.basename(r'a\.'), '.'); + expect(context.basename(r'a\b/c'), r'c'); + expect(context.basename(r'C:\a'), 'a'); + expect(context.basename(r'C:\'), r'C:\'); + expect(context.basename(r'a\b\'), 'b'); + expect(context.basename(r'a/b\c'), 'c'); + expect(context.basename(r'a\\'), 'a'); + expect(context.basename(r'a\b\\'), 'b'); + expect(context.basename(r'a\\b'), 'b'); + expect(context.basename(r'a\\b'), 'b'); + expect(context.basename(r'a\fisk hest.ma pa'), 'fisk hest.ma pa'); + expect(context.basename(r'\\server\share'), r'\\server\share'); + expect(context.basename(r'\\server\share\dir'), r'dir'); + expect(context.basename(r'\a'), r'a'); + expect(context.basename(r'/a'), r'a'); + expect(context.basename(r'\'), r'\'); + expect(context.basename(r'/'), r'/'); + }); + + test('context.basenameWithoutExtension() basename不带扩展名', () { + expect(context.basenameWithoutExtension(''), ''); + expect(context.basenameWithoutExtension('.'), '.'); + expect(context.basenameWithoutExtension('..'), '..'); + expect(context.basenameWithoutExtension('.hest'), '.hest'); + expect(context.basenameWithoutExtension('a'), 'a'); + expect(context.basenameWithoutExtension(r'a\b'), 'b'); + expect(context.basenameWithoutExtension(r'a\b\c'), 'c'); + expect(context.basenameWithoutExtension(r'a\b.c'), 'b'); + expect(context.basenameWithoutExtension(r'a\'), 'a'); + expect(context.basenameWithoutExtension(r'a\.'), '.'); + expect(context.basenameWithoutExtension(r'a\b/c'), r'c'); + expect(context.basenameWithoutExtension(r'a\.bashrc'), '.bashrc'); + expect(context.basenameWithoutExtension(r'a\b\c.d.e'), 'c.d'); + expect(context.basenameWithoutExtension(r'a\\'), 'a'); + expect(context.basenameWithoutExtension(r'a\b\\'), 'b'); + expect(context.basenameWithoutExtension(r'a\\b'), 'b'); + expect(context.basenameWithoutExtension(r'a\b.c\'), 'b'); + expect(context.basenameWithoutExtension(r'a\b.c\\'), 'b'); + expect(context.basenameWithoutExtension(r'C:\f h.ma pa.f s'), 'f h.ma pa'); + }); + + test('context.isAbsolute() 绝对值', () { + expect(context.isAbsolute(''), false); + expect(context.isAbsolute('.'), false); + expect(context.isAbsolute('..'), false); + expect(context.isAbsolute('a'), false); + expect(context.isAbsolute(r'a\b'), false); + expect(context.isAbsolute(r'\a\b'), true); + expect(context.isAbsolute(r'\'), true); + expect(context.isAbsolute(r'/a/b'), true); + expect(context.isAbsolute(r'/'), true); + expect(context.isAbsolute('~'), false); + expect(context.isAbsolute('.'), false); + expect(context.isAbsolute(r'..\a'), false); + expect(context.isAbsolute(r'a:/a\b'), true); + expect(context.isAbsolute(r'D:/a/b'), true); + expect(context.isAbsolute(r'c:\'), true); + expect(context.isAbsolute(r'B:\'), true); + expect(context.isAbsolute(r'c:\a'), true); + expect(context.isAbsolute(r'C:\a'), true); + expect(context.isAbsolute(r'\\server\share'), true); + expect(context.isAbsolute(r'\\server\share\path'), true); + }); + + test('context.isRelative() 相对的', () { + expect(context.isRelative(''), true); + expect(context.isRelative('.'), true); + expect(context.isRelative('..'), true); + expect(context.isRelative('a'), true); + expect(context.isRelative(r'a\b'), true); + expect(context.isRelative(r'\a\b'), false); + expect(context.isRelative(r'\'), false); + expect(context.isRelative(r'/a/b'), false); + expect(context.isRelative(r'/'), false); + expect(context.isRelative('~'), true); + expect(context.isRelative('.'), true); + expect(context.isRelative(r'..\a'), true); + expect(context.isRelative(r'a:/a\b'), false); + expect(context.isRelative(r'D:/a/b'), false); + expect(context.isRelative(r'c:\'), false); + expect(context.isRelative(r'B:\'), false); + expect(context.isRelative(r'c:\a'), false); + expect(context.isRelative(r'C:\a'), false); + expect(context.isRelative(r'\\server\share'), false); + expect(context.isRelative(r'\\server\share\path'), false); + }); + + test('context.isRootRelative('') 根相对', () { + expect(context.isRootRelative(''), false); + expect(context.isRootRelative('.'), false); + expect(context.isRootRelative('..'), false); + expect(context.isRootRelative('a'), false); + expect(context.isRootRelative(r'a\b'), false); + expect(context.isRootRelative(r'\a\b'), true); + expect(context.isRootRelative(r'\'), true); + expect(context.isRootRelative(r'/a/b'), true); + expect(context.isRootRelative(r'/'), true); + expect(context.isRootRelative('~'), false); + expect(context.isRootRelative('.'), false); + expect(context.isRootRelative(r'..\a'), false); + expect(context.isRootRelative(r'a:/a\b'), false); + expect(context.isRootRelative(r'D:/a/b'), false); + expect(context.isRootRelative(r'c:\'), false); + expect(context.isRootRelative(r'B:\'), false); + expect(context.isRootRelative(r'c:\a'), false); + expect(context.isRootRelative(r'C:\a'), false); + expect(context.isRootRelative(r'\\server\share'), false); + expect(context.isRootRelative(r'\\server\share\path'), false); + }); + + group('join', () { + test("context.join('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k','l', 'm', 'n', 'o', 'p') 最多允许16个零件", () { + expect(context.join('a'), 'a'); + expect(context.join('a', 'b'), r'a\b'); + expect(context.join('a', 'b', 'c'), r'a\b\c'); + expect(context.join('a', 'b', 'c', 'd'), r'a\b\c\d'); + expect(context.join('a', 'b', 'c', 'd', 'e'), r'a\b\c\d\e'); + expect(context.join('a', 'b', 'c', 'd', 'e', 'f'), r'a\b\c\d\e\f'); + expect(context.join('a', 'b', 'c', 'd', 'e', 'f', 'g'), r'a\b\c\d\e\f\g'); + expect(context.join('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h'), + r'a\b\c\d\e\f\g\h'); + expect(context.join('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i'), + r'a\b\c\d\e\f\g\h\i'); + expect(context.join('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j'), + r'a\b\c\d\e\f\g\h\i\j'); + expect( + context.join('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k'), + r'a\b\c\d\e\f\g\h\i\j\k'); + expect( + context.join( + 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l'), + r'a\b\c\d\e\f\g\h\i\j\k\l'); + expect( + context.join( + 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm'), + r'a\b\c\d\e\f\g\h\i\j\k\l\m'); + expect( + context.join('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', + 'l', 'm', 'n'), + r'a\b\c\d\e\f\g\h\i\j\k\l\m\n'); + expect( + context.join('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', + 'l', 'm', 'n', 'o'), + r'a\b\c\d\e\f\g\h\i\j\k\l\m\n\o'); + expect( + context.join('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', + 'l', 'm', 'n', 'o', 'p'), + r'a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p'); + }); + + test("context.join(r'a\', 'b', r'c\', 'd') 如果零件以一个分隔符结束或开始,则不添加分隔符", () { + expect(context.join(r'a\', 'b', r'c\', 'd'), r'a\b\c\d'); + expect(context.join('a/', 'b'), r'a/b'); + }); + + test("context.join('a', r'\b', r'\c', 'd') 忽略绝对路径之前的零件", () { + expect(context.join('a', r'\b', r'\c', 'd'), r'\c\d'); + expect(context.join('a', '/b', '/c', 'd'), r'/c\d'); + expect(context.join('a', r'c:\b', 'c', 'd'), r'c:\b\c\d'); + expect(context.join('a', r'\\b\c', r'\\d\e', 'f'), r'\\d\e\f'); + expect(context.join('a', r'c:\b', r'\c', 'd'), r'c:\c\d'); + expect(context.join('a', r'\\b\c\d', r'\e', 'f'), r'\\b\c\e\f'); + }); + + test("context.join('a', null) 忽略后面的null", () { + expect(context.join('a', null), ('a')); + expect(context.join('a', 'b', 'c', null, null), (r'a\b\c')); + }); + + test("context.join('') 忽略空字符串", () { + expect(context.join(''), ''); + expect(context.join('', ''), ''); + expect(context.join('', 'a'), 'a'); + expect(context.join('a', '', 'b', '', '', '', 'c'), r'a\b\c'); + expect(context.join('a', 'b', ''), r'a\b'); + }); + + test("context.join('a', null, 'b') 不允许中间null", () { + expect(() => context.join('a', null, 'b'), "throwsArgumentError"); + }); + + test("context.join('a/', 'b/c/'), 'a/b/c/') 不修改内部。。,或尾部分离器", () { + expect(context.join('a/', 'b/c/'), 'a/b/c/'); + expect(context.join(r'a\b\./c\..\\', r'd\..\.\..\\e\f\\'), + r'a\b\./c\..\\d\..\.\..\\e\f\\'); + expect(context.join(r'a\b', r'c\..\..\..\..'), r'a\b\c\..\..\..\..'); + expect(context.join(r'a', 'b${context.separator}'), r'a\b\'); + }); + }); + + group('joinAll', () { + test("context.joinAll(['a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q]) 允许超过16个零件", () { + expect( + context.joinAll([ + 'a', + 'b', + 'c', + 'd', + 'e', + 'f', + 'g', + 'h', + 'i', + 'j', + 'k', + 'l', + 'm', + 'n', + 'o', + 'p', + 'q' + ]), + r'a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q'); + }); + + test("context.joinAll(['a', 'https://dart.dev', 'b', 'c']) 忽略绝对路径之前的零件", () { + expect(context.joinAll([r'a\', 'b', r'c\', 'd']), r'a\b\c\d'); + expect(context.joinAll(['a/', 'b']), r'a/b'); + }); + + test("context.joinAll(['a', r'\b', r'\c', 'd']) 忽略绝对路径之前的零件", () { + expect(context.joinAll(['a', r'\b', r'\c', 'd']), r'\c\d'); + expect(context.joinAll(['a', '/b', '/c', 'd']), r'/c\d'); + expect(context.joinAll(['a', r'c:\b', 'c', 'd']), r'c:\b\c\d'); + expect(context.joinAll(['a', r'\\b\c', r'\\d\e', 'f']), r'\\d\e\f'); + expect(context.joinAll(['a', r'c:\b', r'\c', 'd']), r'c:\c\d'); + expect(context.joinAll(['a', r'\\b\c\d', r'\e', 'f']), r'\\b\c\e\f'); + }); + }); + + group('split', () { + test("context.split('') 简单案例", () { + expect(context.split(''), []); + expect(context.split('.'), ['.']); + expect(context.split('..'), ['..']); + expect(context.split('foo'), (['foo'])); + expect(context.split(r'foo\bar.txt'), (['foo', 'bar.txt'])); + expect(context.split(r'foo\bar/baz'), (['foo', 'bar', 'baz'])); + expect(context.split(r'foo\..\bar\.\baz'), + (['foo', '..', 'bar', '.', 'baz'])); + expect(context.split(r'foo\\bar\\\baz'), (['foo', 'bar', 'baz'])); + expect(context.split(r'foo\/\baz'), (['foo', 'baz'])); + expect(context.split('.'), (['.'])); + expect(context.split(''), ([])); + expect(context.split('foo/'), (['foo'])); + expect(context.split(r'C:\'), ([r'C:\'])); + }); + + test("context.split(r'C:\foo\bar\baz') 包括绝对路径的根", () { + expect(context.split(r'C:\foo\bar\baz'), + ([r'C:\', 'foo', 'bar', 'baz'])); + expect(context.split(r'C:\\'), ([r'C:\'])); + + expect(context.split(r'\\server\share\foo\bar\baz'), + ([r'\\server\share', 'foo', 'bar', 'baz'])); + expect(context.split(r'\\server\share'), ([r'\\server\share'])); + + expect( + context.split(r'\foo\bar\baz'), ([r'\', 'foo', 'bar', 'baz'])); + expect(context.split(r'\'), ([r'\'])); + }); + }); + + group('normalize', () { + test("context.normalize('') context.split('') 简单案例", () { + expect(context.normalize(''), '.'); + expect(context.normalize('.'), '.'); + expect(context.normalize('..'), '..'); + expect(context.normalize('a'), 'a'); + expect(context.normalize('/a/b'), r'\a\b'); + expect(context.normalize(r'\'), r'\'); + expect(context.normalize(r'\a\b'), r'\a\b'); + expect(context.normalize('/'), r'\'); + expect(context.normalize('C:/'), r'C:\'); + expect(context.normalize(r'C:\'), r'C:\'); + expect(context.normalize(r'\\server\share'), r'\\server\share'); + expect(context.normalize('a\\.\\\xc5\u0bf8-;\u{1f085}\u{00}\\c\\d\\..\\'), + 'a\\\xc5\u0bf8-;\u{1f085}\u{00}\x5cc'); + }); + + test("context.normalize(r'a\b\c') 折叠冗余分离器", () { + expect(context.normalize(r'a\b\c'), r'a\b\c'); + expect(context.normalize(r'a\\b\\\c\\\\d'), r'a\b\c\d'); + }); + + test("context.normalize(r'.\')“消除”.“零件”", () { + expect(context.normalize(r'.\'), '.'); + expect(context.normalize(r'c:\.'), r'c:\'); + expect(context.normalize(r'c:\foo\.'), r'c:\foo'); + expect(context.normalize(r'B:\.\'), r'B:\'); + expect(context.normalize(r'\\server\share\.'), r'\\server\share'); + expect(context.normalize(r'.\.'), '.'); + expect(context.normalize(r'a\.\b'), r'a\b'); + expect(context.normalize(r'a\.b\c'), r'a\.b\c'); + expect(context.normalize(r'a\./.\b\.\c'), r'a\b\c'); + expect(context.normalize(r'.\./a'), 'a'); + expect(context.normalize(r'a/.\.'), 'a'); + expect(context.normalize(r'\.'), r'\'); + expect(context.normalize('/.'), r'\'); + }); + + test("context.normalize('..')消除了“..”部分", () { + expect(context.normalize('..'), '..'); + expect(context.normalize(r'..\'), '..'); + expect(context.normalize(r'..\..\..'), r'..\..\..'); + expect(context.normalize(r'../..\..\'), r'..\..\..'); + expect(context.normalize(r'\\server\share\..'), r'\\server\share'); + expect( + context.normalize(r'\\server\share\..\../..\a'), r'\\server\share\a'); + expect(context.normalize(r'c:\..'), r'c:\'); + expect(context.normalize(r'c:\foo\..'), r'c:\'); + expect(context.normalize(r'A:/..\..\..'), r'A:\'); + expect(context.normalize(r'b:\..\..\..\a'), r'b:\a'); + expect(context.normalize(r'b:\r\..\..\..\a\c\.\..'), r'b:\a'); + expect(context.normalize(r'a\..'), '.'); + expect(context.normalize(r'..\a'), r'..\a'); + expect(context.normalize(r'c:\..\a'), r'c:\a'); + expect(context.normalize(r'\..\a'), r'\a'); + expect(context.normalize(r'a\b\..'), 'a'); + expect(context.normalize(r'..\a\b\..'), r'..\a'); + expect(context.normalize(r'a\..\b'), 'b'); + expect(context.normalize(r'a\.\..\b'), 'b'); + expect(context.normalize(r'a\b\c\..\..\d\e\..'), r'a\d'); + expect(context.normalize(r'a\b\..\..\..\..\c'), r'..\..\c'); + expect(context.normalize(r'a/b/c/../../..d/./.e/f././'), r'a\..d\.e\f.'); + }); + + test("context.normalize(r'.\') 删除尾部分隔符", () { + expect(context.normalize(r'.\'), '.'); + expect(context.normalize(r'.\\'), '.'); + expect(context.normalize(r'a/'), 'a'); + expect(context.normalize(r'a\b\'), r'a\b'); + expect(context.normalize(r'a\b\\\'), r'a\b'); + }); + + test("context.normalize(r'a/b\c') 规范化分隔符", () { + expect(context.normalize(r'a/b\c'), r'a\b\c'); + }); + + test("context.canonicalize('.') when规范化", () { + expect(context.canonicalize('.'), r'c:\root\path'); + expect(context.canonicalize('foo/bar'), r'c:\root\path\foo\bar'); + expect(context.canonicalize('FoO'), r'c:\root\path\foo'); + expect(context.canonicalize('/foo'), r'c:\foo'); + expect(context.canonicalize('D:/foo'), r'd:\foo'); + }); + }); + + group('relative', () { + group('from absolute root', () { + test("context.relative('r'C:\') 给定根中的绝对路径", () { + expect(context.relative(r'C:\'), r'..\..'); + expect(context.relative(r'C:\root'), '..'); + expect(context.relative(r'\root'), '..'); + expect(context.relative(r'C:\root\path'), '.'); + expect(context.relative(r'\root\path'), '.'); + expect(context.relative(r'C:\root\path\a'), 'a'); + expect(context.relative(r'\root\path\a'), 'a'); + expect(context.relative(r'C:\root\path\a\b.txt'), r'a\b.txt'); + expect(context.relative(r'C:\root\a\b.txt'), r'..\a\b.txt'); + expect(context.relative(r'C:/'), r'..\..'); + expect(context.relative(r'C:/root'), '..'); + expect(context.relative(r'c:\'), r'..\..'); + expect(context.relative(r'c:\root'), '..'); + }); + + test("context.relative(r'C:\a\b')给定根外部的绝对路径", () { + expect(context.relative(r'C:\a\b'), r'..\..\a\b'); + expect(context.relative(r'\a\b'), r'..\..\a\b'); + expect(context.relative(r'C:\root\path\a'), 'a'); + expect(context.relative(r'C:\root\path\a\b.txt'), r'a\b.txt'); + expect(context.relative(r'C:\root\a\b.txt'), r'..\a\b.txt'); + expect(context.relative(r'C:/a/b'), r'..\..\a\b'); + expect(context.relative(r'C:/root/path/a'), 'a'); + expect(context.relative(r'c:\a\b'), r'..\..\a\b'); + expect(context.relative(r'c:\root\path\a'), 'a'); + }); + + test("context.relative(r'D:\a\b') 不同驱动器上给定的绝对路径", () { + expect(context.relative(r'D:\a\b'), r'D:\a\b'); + }); + + test("context.relative('') 给定的相对路径", () { + // The path is considered relative to the root, so it basically just + // normalizes. + expect(context.relative(''), '.'); + expect(context.relative('.'), '.'); + expect(context.relative('a'), 'a'); + expect(context.relative(r'a\b.txt'), r'a\b.txt'); + expect(context.relative(r'..\a\b.txt'), r'..\a\b.txt'); + expect(context.relative(r'a\.\b\..\c.txt'), r'a\c.txt'); + }); + + test("context.relative(r'c:\') 不区分大小写", () { + expect(context.relative(r'c:\'), r'..\..'); + expect(context.relative(r'c:\RoOt'), r'..'); + expect(context.relative(r'c:\rOoT\pAtH\a'), r'a'); + }); + + // Regression + test("context.relative(r'C:\', from: r'C:\') 仅从根路径", () { + expect(context.relative(r'C:\', from: r'C:\'), '.'); + expect(context.relative(r'C:\root\path', from: r'C:\'), r'root\path'); + }); + }); + + group('from relative root', () { + final r = path.Context(style: path.Style.windows, current: r'foo\bar'); + + test("r.relative(r'C:\') 给定绝对路径", () { + expect(r.relative(r'C:\'), (r'C:\')); + expect(r.relative(r'C:\a\b'), (r'C:\a\b')); + expect(r.relative(r'\'), (r'\')); + expect(r.relative(r'\a\b'), (r'\a\b')); + }); + + test("r.relative('') 给定的相对路径", () { + // The path is considered relative to the root, so it basically just + // normalizes. + expect(r.relative(''), '.'); + expect(r.relative('.'), '.'); + expect(r.relative('..'), '..'); + expect(r.relative('a'), 'a'); + expect(r.relative(r'a\b.txt'), r'a\b.txt'); + expect(r.relative(r'..\a/b.txt'), r'..\a\b.txt'); + expect(r.relative(r'a\./b\../c.txt'), r'a\c.txt'); + }); + }); + + group('from root-relative root', () { + final r = path.Context(style: path.Style.windows, current: r'\foo\bar'); + + test("r.relative(r'C:\') 给定绝对路径", () { + expect(r.relative(r'C:\'), (r'C:\')); + expect(r.relative(r'C:\a\b'), (r'C:\a\b')); + expect(r.relative(r'\'), (r'..\..')); + expect(r.relative(r'\a\b'), (r'..\..\a\b')); + expect(r.relative('/'), (r'..\..')); + expect(r.relative('/a/b'), (r'..\..\a\b')); + }); + + test("r.relative('') 给定的相对路径", () { + // The path is considered relative to the root, so it basically just + // normalizes. + expect(r.relative(''), '.'); + expect(r.relative('.'), '.'); + expect(r.relative('..'), '..'); + expect(r.relative('a'), 'a'); + expect(r.relative(r'a\b.txt'), r'a\b.txt'); + expect(r.relative(r'..\a/b.txt'), r'..\a\b.txt'); + expect(r.relative(r'a\./b\../c.txt'), r'a\c.txt'); + }); + }); + + test("path.Context(style: path.Style.windows, current: r'C:\dir.ext').relative(r'C:\dir.ext\file')从具有扩展名的根", () { + final r = path.Context(style: path.Style.windows, current: r'C:\dir.ext'); + expect(r.relative(r'C:\dir.ext\file'), 'file'); + }); + + test("context.relative(r'C:\foo\bar\baz', from: r'C:\foo\bar') 带有根参数", () { + expect(context.relative(r'C:\foo\bar\baz', from: r'C:\foo\bar'), + ('baz')); + expect( + context.relative('..', from: r'C:\foo\bar'), (r'..\..\root')); + expect(context.relative('..', from: r'D:\foo\bar'), (r'C:\root')); + expect(context.relative(r'C:\foo\bar\baz', from: r'foo\bar'), + (r'..\..\..\..\foo\bar\baz')); + expect(context.relative('..', from: r'foo\bar'), (r'..\..\..')); + }); + + test("path.Context(style: path.Style.windows, current: r'relative\root').relative(r'C:\foo\bar\baz', from: r'C:\foo\bar') 具有根参数和相对根", () { + final r = + path.Context(style: path.Style.windows, current: r'relative\root'); + expect(r.relative(r'C:\foo\bar\baz', from: r'C:\foo\bar'), ('baz')); + expect(() => r.relative('..', from: r'C:\foo\bar'), "throwsPathException"); + expect(r.relative(r'C:\foo\bar\baz', from: r'foo\bar'), + (r'C:\foo\bar\baz')); + expect(r.relative('..', from: r'foo\bar'), (r'..\..\..')); + }); + + test("context.relative(r'D:\a\b') 给定具有不同根前缀的绝对值", () { + expect(context.relative(r'D:\a\b'), r'D:\a\b'); + expect(context.relative(r'\\server\share\a\b'), r'\\server\share\a\b'); + }); + + test("path.Context(style: path.Style.windows, current: '.').r.relative(r'C:\foo\bar\baz') 来自。root", () { + final r = path.Context(style: path.Style.windows, current: '.'); + expect(r.relative(r'C:\foo\bar\baz'), (r'C:\foo\bar\baz')); + expect(r.relative(r'foo\bar\baz'), (r'foo\bar\baz')); + expect(r.relative(r'\foo\bar\baz'), (r'\foo\bar\baz')); + }); + }); + + group('isWithin', () { + test("context.isWithin(r'foo\bar', r'foo\bar') 简单案例", () { + expect(context.isWithin(r'foo\bar', r'foo\bar'), "isFalse"); + expect(context.isWithin(r'foo\bar', r'foo\bar\baz'), "isTrue"); + expect(context.isWithin(r'foo\bar', r'foo\baz'), "isFalse"); + expect(context.isWithin(r'foo\bar', r'..\path\foo\bar\baz'), "isTrue"); + expect(context.isWithin(r'C:\', r'C:\foo\bar'), "isTrue"); + expect(context.isWithin(r'C:\', r'D:\foo\bar'), "isFalse"); + expect(context.isWithin(r'C:\', r'\foo\bar'), "isTrue"); + expect(context.isWithin(r'C:\foo', r'\foo\bar'), "isTrue"); + expect(context.isWithin(r'C:\foo', r'\bar\baz'), "isFalse"); + expect(context.isWithin(r'baz', r'C:\root\path\baz\bang'), "isTrue"); + expect(context.isWithin(r'baz', r'C:\root\path\bang\baz'), "isFalse"); + }); + + test("context.isWithin(r'foo\.\bar', r'foo\bar\baz') 复杂案例", () { + expect(context.isWithin(r'foo\.\bar', r'foo\bar\baz'), "isTrue"); + expect(context.isWithin(r'foo\\bar', r'foo\bar\baz'), "isTrue"); + expect(context.isWithin(r'foo\qux\..\bar', r'foo\bar\baz'), "isTrue"); + expect(context.isWithin(r'foo\bar', r'foo\bar\baz\..\..'), "isFalse"); + expect(context.isWithin(r'foo\bar', r'foo\bar\\\'), "isFalse"); + expect(context.isWithin(r'foo\.bar', r'foo\.bar\baz'), "isTrue"); + expect(context.isWithin(r'foo\.\bar', r'foo\.bar\baz'), "isFalse"); + expect(context.isWithin(r'foo\..bar', r'foo\..bar\baz'), "isTrue"); + expect(context.isWithin(r'foo\bar', r'foo\bar\baz\..'), "isFalse"); + expect(context.isWithin(r'foo\bar', r'foo\bar\baz\..\qux'), "isTrue"); + expect(context.isWithin(r'C:\', 'C:/foo'), "isTrue"); + expect(context.isWithin(r'C:\', r'D:\foo'), "isFalse"); + expect(context.isWithin(r'C:\', r'\\foo\bar'), "isFalse"); + }); + + test("context.isWithin(r'\foo', r'C:\foo\bar') 具有根相对路径", () { + expect(context.isWithin(r'\foo', r'C:\foo\bar'), "isTrue"); + expect(context.isWithin(r'C:\foo', r'\foo\bar'), "isTrue"); + expect(context.isWithin(r'\root', r'foo\bar'), "isTrue"); + expect(context.isWithin(r'foo', r'\root\path\foo\bar'), "isTrue"); + expect(context.isWithin(r'\foo', r'\foo\bar'), "isTrue"); + }); + + test("path.Context(style: path.Style.windows, current: r'foo\bar').isWithin('.', r'a\b\c') 从相对根", () { + final r = path.Context(style: path.Style.windows, current: r'foo\bar'); + expect(r.isWithin('.', r'a\b\c'), "isTrue"); + expect(r.isWithin('.', r'..\a\b\c'), "isFalse"); + expect(r.isWithin('.', r'..\..\a\foo\b\c'), "isFalse"); + expect(r.isWithin(r'C:\', r'C:\baz\bang'), "isTrue"); + expect(r.isWithin('.', r'C:\baz\bang'), "isFalse"); + }); + + test("context.isWithin(r'FoO', r'fOo\bar') 不区分大小写", () { + expect(context.isWithin(r'FoO', r'fOo\bar'), "isTrue"); + expect(context.isWithin(r'C:\', r'c:\foo'), "isTrue"); + expect(context.isWithin(r'fOo\qux\..\BaR', r'FoO\bAr\baz'), "isTrue"); + }); + }); + + group(' and hash', () { + test("path.Context(style: path.Style.windows, current: r'C:\root\path') 简单案例", () { + expectNot(context, r'foo\bar', r'foo\bar'); + expectNot(context, r'foo\bar', r'foo\bar\baz'); + expectNot(context, r'foo\bar', r'foo'); + expectNot(context, r'foo\bar', r'foo\baz'); + expectNot(context, r'foo\bar', r'..\path\foo\bar'); + expectNot(context, r'D:\', r'D:\'); + expectNot(context, r'C:\', r'..\..'); + expectNot(context, r'baz', r'C:\root\path\baz'); + }); + + test("path.Context(style: path.Style.windows, current: r'C:\root\path') 复杂案例", () { + expectNot(context, r'foo\.\bar', r'foo\bar'); + expectNot(context, r'foo\\bar', r'foo\bar'); + expectNot(context, r'foo\qux\..\bar', r'foo\bar'); + expectNot(context, r'foo\qux\..\bar', r'foo\qux'); + expectNot(context, r'foo\bar', r'foo\bar\baz\..\..'); + expectNot(context, r'foo\bar', r'foo\bar\\\'); + expectNot(context, r'foo\.bar', r'foo\.bar'); + expectNot(context, r'foo\.\bar', r'foo\.bar'); + expectNot(context, r'foo\..bar', r'foo\..bar'); + expectNot(context, r'foo\..\bar', r'foo\..bar'); + expectNot(context, r'foo\bar', r'foo\bar\baz\..'); + expectNot(context, r'FoO\bAr', r'foo\bar'); + expectNot(context, r'foo/\bar', r'foo\/bar'); + expectNot(context, r'c:\', r'C:\'); + expectNot(context, r'C:\root', r'..'); + }); + + test("path.Context(style: path.Style.windows, current: r'C:\root\path') 具有根相对路径", () { + expectNot(context, r'\foo', r'C:\foo'); + expectNot(context, r'\foo', 'http://google.com/foo'); + expectNot(context, r'C:\root\path\foo\bar', r'foo\bar'); + }); + + test("path.Context(style: path.Style.windows, current: r'foo\bar') 从相对根", () { + final r = path.Context(style: path.Style.windows, current: r'foo\bar'); + expectNot(r, r'a\b', r'a\b'); + expectNot(r, '.', r'foo\bar'); + expectNot(r, '.', r'..\a\b'); + expectNot(r, '.', r'..\bar'); + expectNot(r, r'C:\baz\bang', r'C:\baz\bang'); + expectNot(r, r'baz\bang', r'C:\baz\bang'); + }); + }); + + group('absolute', () { + test("context.absolute('a') 最多允许15个零件", () { + expect(context.absolute('a'), r'C:\root\path\a'); + expect(context.absolute('a', 'b'), r'C:\root\path\a\b'); + expect(context.absolute('a', 'b', 'c'), r'C:\root\path\a\b\c'); + expect(context.absolute('a', 'b', 'c', 'd'), r'C:\root\path\a\b\c\d'); + expect( + context.absolute('a', 'b', 'c', 'd', 'e'), r'C:\root\path\a\b\c\d\e'); + expect(context.absolute('a', 'b', 'c', 'd', 'e', 'f'), + r'C:\root\path\a\b\c\d\e\f'); + expect(context.absolute('a', 'b', 'c', 'd', 'e', 'f', 'g'), + r'C:\root\path\a\b\c\d\e\f\g'); + expect(context.absolute('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h'), + r'C:\root\path\a\b\c\d\e\f\g\h'); + expect(context.absolute('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i'), + r'C:\root\path\a\b\c\d\e\f\g\h\i'); + expect(context.absolute('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j'), + r'C:\root\path\a\b\c\d\e\f\g\h\i\j'); + expect( + context.absolute( + 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k'), + r'C:\root\path\a\b\c\d\e\f\g\h\i\j\k'); + expect( + context.absolute( + 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l'), + r'C:\root\path\a\b\c\d\e\f\g\h\i\j\k\l'); + expect( + context.absolute( + 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm'), + r'C:\root\path\a\b\c\d\e\f\g\h\i\j\k\l\m'); + expect( + context.absolute('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', + 'k', 'l', 'm', 'n'), + r'C:\root\path\a\b\c\d\e\f\g\h\i\j\k\l\m\n'); + expect( + context.absolute('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', + 'k', 'l', 'm', 'n', 'o'), + r'C:\root\path\a\b\c\d\e\f\g\h\i\j\k\l\m\n\o'); + }); + + test("context.absolute(r'a\', 'b', r'c\', 'd') 如果零件以一个结尾,则不添加分隔符", () { + expect(context.absolute(r'a\', 'b', r'c\', 'd'), r'C:\root\path\a\b\c\d'); + expect(context.absolute('a/', 'b'), r'C:\root\path\a/b'); + }); + + test("(context.absolute('a', '/b', '/c', 'd' 略绝对路径之前的零件",() { + expect(context.absolute('a', '/b', '/c', 'd'), r'C:\c\d'); + expect(context.absolute('a', r'\b', r'\c', 'd'), r'C:\c\d'); + expect(context.absolute('a', r'c:\b', 'c', 'd'), r'c:\b\c\d'); + expect(context.absolute('a', r'\\b\c', r'\\d\e', 'f'), r'\\d\e\f'); + }); + }); + + test("context.withoutExtension('')无扩展", () { + expect(context.withoutExtension(''), ''); + expect(context.withoutExtension('a'), 'a'); + expect(context.withoutExtension('.a'), '.a'); + expect(context.withoutExtension('a.b'), 'a'); + expect(context.withoutExtension(r'a\b.c'), r'a\b'); + expect(context.withoutExtension(r'a\b.c.d'), r'a\b.c'); + expect(context.withoutExtension(r'a\'), r'a\'); + expect(context.withoutExtension(r'a\b\'), r'a\b\'); + expect(context.withoutExtension(r'a\.'), r'a\.'); + expect(context.withoutExtension(r'a\.b'), r'a\.b'); + expect(context.withoutExtension(r'a.b\c'), r'a.b\c'); + expect(context.withoutExtension(r'a/b.c/d'), r'a/b.c/d'); + expect(context.withoutExtension(r'a\b/c'), r'a\b/c'); + expect(context.withoutExtension(r'a\b/c.d'), r'a\b/c'); + expect(context.withoutExtension(r'a.b/c'), r'a.b/c'); + expect(context.withoutExtension(r'a\b.c\'), r'a\b\'); + }); + + test("context.setExtension('', '.x') 设置拓展", () { + expect(context.setExtension('', '.x'), '.x'); + expect(context.setExtension('a', '.x'), 'a.x'); + expect(context.setExtension('.a', '.x'), '.a.x'); + expect(context.setExtension('a.b', '.x'), 'a.x'); + expect(context.setExtension(r'a\b.c', '.x'), r'a\b.x'); + expect(context.setExtension(r'a\b.c.d', '.x'), r'a\b.c.x'); + expect(context.setExtension(r'a\', '.x'), r'a\.x'); + expect(context.setExtension(r'a\b\', '.x'), r'a\b\.x'); + expect(context.setExtension(r'a\.', '.x'), r'a\..x'); + expect(context.setExtension(r'a\.b', '.x'), r'a\.b.x'); + expect(context.setExtension(r'a.b\c', '.x'), r'a.b\c.x'); + expect(context.setExtension(r'a/b.c/d', '.x'), r'a/b.c/d.x'); + expect(context.setExtension(r'a\b/c', '.x'), r'a\b/c.x'); + expect(context.setExtension(r'a\b/c.d', '.x'), r'a\b/c.x'); + expect(context.setExtension(r'a.b/c', '.x'), r'a.b/c.x'); + expect(context.setExtension(r'a\b.c\', '.x'), r'a\b\.x'); + }); + + group('fromUri', () { + test("context.fromUri(Uri.parse('file:///C:/path/to/foo')) 带有一个 URI", () { + expect(context.fromUri(Uri.parse('file:///C:/path/to/foo')), + r'C:\path\to\foo'); + expect(context.fromUri(Uri.parse('file:///C%3A/path/to/foo')), + r'C:\path\to\foo'); + expect(context.fromUri(Uri.parse('file://server/share/path/to/foo')), + r'\\server\share\path\to\foo'); + expect(context.fromUri(Uri.parse('file:///C:/')), r'C:\'); + expect(context.fromUri(Uri.parse('file:///C%3A/')), r'C:\'); + expect( + context.fromUri(Uri.parse('file://server/share')), r'\\server\share'); + expect(context.fromUri(Uri.parse('foo/bar')), r'foo\bar'); + expect(context.fromUri(Uri.parse('/C:/path/to/foo')), r'C:\path\to\foo'); + expect( + context.fromUri(Uri.parse('///C:/path/to/foo')), r'C:\path\to\foo'); + expect(context.fromUri(Uri.parse('//server/share/path/to/foo')), + r'\\server\share\path\to\foo'); + expect(context.fromUri(Uri.parse('file:///C:/path/to/foo%23bar')), + r'C:\path\to\foo#bar'); + expect(context.fromUri(Uri.parse('file:///C%3A/path/to/foo%23bar')), + r'C:\path\to\foo#bar'); + expect( + context.fromUri(Uri.parse('file://server/share/path/to/foo%23bar')), + r'\\server\share\path\to\foo#bar'); + expect(context.fromUri(Uri.parse('_%7B_%7D_%60_%5E_%20_%22_%25_')), + r'_{_}_`_^_ _"_%_'); + expect(context.fromUri(Uri.parse('/foo')), r'\foo'); + expect(() => context.fromUri(Uri.parse('https://dart.dev')), + "throwsArgumentError"); + }); + + test("context.fromUri('file:///C:/path/to/foo') 带有一个 string", () { + expect(context.fromUri('file:///C:/path/to/foo'), r'C:\path\to\foo'); + expect(context.fromUri('file:///C%3A/path/to/foo'), r'C:\path\to\foo'); + }); + }); + + test("context.toUri(r'C:\path\to\foo') toUri", () { + expect( + context.toUri(r'C:\path\to\foo'), Uri.parse('file:///C:/path/to/foo')); + expect(context.toUri(r'C:\path\to\foo\'), + Uri.parse('file:///C:/path/to/foo/')); + expect(context.toUri(r'path\to\foo\'), Uri.parse('path/to/foo/')); + expect(context.toUri(r'C:\'), Uri.parse('file:///C:/')); + expect(context.toUri(r'\\server\share'), Uri.parse('file://server/share')); + expect( + context.toUri(r'\\server\share\'), Uri.parse('file://server/share/')); + expect(context.toUri(r'foo\bar'), Uri.parse('foo/bar')); + expect(context.toUri(r'C:\path\to\foo#bar'), + Uri.parse('file:///C:/path/to/foo%23bar')); + expect(context.toUri(r'\\server\share\path\to\foo#bar'), + Uri.parse('file://server/share/path/to/foo%23bar')); + expect(context.toUri(r'C:\_{_}_`_^_ _"_%_'), + Uri.parse('file:///C:/_%7B_%7D_%60_%5E_%20_%22_%25_')); + expect(context.toUri(r'_{_}_`_^_ _"_%_'), + Uri.parse('_%7B_%7D_%60_%5E_%20_%22_%25_')); + expect(context.toUri(''), Uri.parse('')); + }); + + group('prettyUri', () { + test("context.prettyUri('file:///C:/root/path/a/b') 带有一个文件 : URI", () { + expect(context.prettyUri('file:///C:/root/path/a/b'), r'a\b'); + expect(context.prettyUri('file:///C:/root/path/a/../b'), r'b'); + expect( + context.prettyUri('file:///C:/other/path/a/b'), r'C:\other\path\a\b'); + expect( + context.prettyUri('file:///D:/root/path/a/b'), r'D:\root\path\a\b'); + expect(context.prettyUri('file:///C:/root/other'), r'..\other'); + }); + + test("context.prettyUri('file:///C%3A/root/path/a/b') 带有文件:带有编码冒号的URI", () { + expect(context.prettyUri('file:///C%3A/root/path/a/b'), r'a\b'); + expect(context.prettyUri('file:///C%3A/root/path/a/../b'), r'b'); + expect(context.prettyUri('file:///C%3A/other/path/a/b'), + r'C:\other\path\a\b'); + expect( + context.prettyUri('file:///D%3A/root/path/a/b'), r'D:\root\path\a\b'); + expect(context.prettyUri('file:///C%3A/root/other'), r'..\other'); + }); + + test("context.prettyUri('https://dart.dev/a/b') 带有一个 http: URI", () { + expect(context.prettyUri('https://dart.dev/a/b'), 'https://dart.dev/a/b'); + }); + + test("context.prettyUri('a/b') 具有相对URI", () { + expect(context.prettyUri('a/b'), r'a\b'); + }); + + test("context.prettyUri('/D:/a/b') 具有根相对URI", () { + expect(context.prettyUri('/D:/a/b'), r'D:\a\b'); + }); + + test("context.prettyUri(Uri.parse('a/b')) 带有Uri对象", () { + expect(context.prettyUri(Uri.parse('a/b')), r'a\b'); + }); + }); + + test('driveLetterEnd()', () { + expect(driveLetterEnd('', 0), null); + expect(driveLetterEnd('foo.dart', 0), null); + expect(driveLetterEnd('@', 0), null); + + expect(driveLetterEnd('c:', 0), 2); + + // colons + expect(driveLetterEnd('c:/', 0), 3); + expect(driveLetterEnd('c:/a', 0), 3); + + // escaped colons lowercase + expect(driveLetterEnd('c%3a/', 0), 5); + expect(driveLetterEnd('c%3a/a', 0), 5); + + // escaped colons uppercase + expect(driveLetterEnd('c%3A/', 0), 5); + expect(driveLetterEnd('c%3A/a', 0), 5); + + // non-drive letter + expect(driveLetterEnd('ab:/c', 0), null); + expect(driveLetterEnd('ab%3a/c', 0), null); + expect(driveLetterEnd('ab%3A/c', 0), null); + }); + } +} \ No newline at end of file diff --git a/ohos/flutter_path/ohos/.gitignore b/ohos/flutter_path/ohos/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..fbabf771011fe78f9919db0b1195ab6cadffc2b0 --- /dev/null +++ b/ohos/flutter_path/ohos/.gitignore @@ -0,0 +1,11 @@ +/node_modules +/oh_modules +/local.properties +/.idea +**/build +/.hvigor +.cxx +/.clangd +/.clang-format +/.clang-tidy +**/.test \ No newline at end of file diff --git a/ohos/flutter_path/ohos/AppScope/app.json5 b/ohos/flutter_path/ohos/AppScope/app.json5 new file mode 100644 index 0000000000000000000000000000000000000000..ff54f5641e976c4f82736f8c6770a8140e1fd95b --- /dev/null +++ b/ohos/flutter_path/ohos/AppScope/app.json5 @@ -0,0 +1,24 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "app": { + "bundleName": "com.example.flutter_path", + "vendor": "example", + "versionCode": 1000000, + "versionName": "1.0.0", + "icon": "$media:app_icon", + "label": "$string:app_name" + } +} diff --git a/ohos/flutter_path/ohos/AppScope/resources/base/element/string.json b/ohos/flutter_path/ohos/AppScope/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..083bcfbdc2a69d3e9835e67e89b896764ee76b37 --- /dev/null +++ b/ohos/flutter_path/ohos/AppScope/resources/base/element/string.json @@ -0,0 +1,8 @@ +{ + "string": [ + { + "name": "app_name", + "value": "flutter_path" + } + ] +} diff --git a/ohos/flutter_path/ohos/AppScope/resources/base/media/app_icon.png b/ohos/flutter_path/ohos/AppScope/resources/base/media/app_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_path/ohos/AppScope/resources/base/media/app_icon.png differ diff --git a/ohos/flutter_path/ohos/build-profile.json5 b/ohos/flutter_path/ohos/build-profile.json5 new file mode 100644 index 0000000000000000000000000000000000000000..90f062064c4316a150e819d08c903325766ef8c3 --- /dev/null +++ b/ohos/flutter_path/ohos/build-profile.json5 @@ -0,0 +1,44 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "app": { + "signingConfigs": [ + ], + "products": [ + { + "name": "default", + "signingConfig": "default", + "compileSdkVersion": "4.0.0(10)", + "compatibleSdkVersion": "4.0.0(10)", + "runtimeOS": "HarmonyOS", + } + ] + }, + "modules": [ + { + "name": "entry", + "srcPath": "./entry", + "targets": [ + { + "name": "default", + "applyToProducts": [ + "default" + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_path/ohos/dependencies/hvigor-3.0.9-s.tgz b/ohos/flutter_path/ohos/dependencies/hvigor-3.0.9-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..65b0d24f94d2aecc1099f8f8220beec695bfb779 Binary files /dev/null and b/ohos/flutter_path/ohos/dependencies/hvigor-3.0.9-s.tgz differ diff --git a/ohos/flutter_path/ohos/dependencies/hvigor-ohos-arkui-x-plugin-2.1.7-s.tgz b/ohos/flutter_path/ohos/dependencies/hvigor-ohos-arkui-x-plugin-2.1.7-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..233a449cbfef6be702d861744254dd89ce633fb7 Binary files /dev/null and b/ohos/flutter_path/ohos/dependencies/hvigor-ohos-arkui-x-plugin-2.1.7-s.tgz differ diff --git a/ohos/flutter_path/ohos/dependencies/hvigor-ohos-plugin-3.0.9-s.tgz b/ohos/flutter_path/ohos/dependencies/hvigor-ohos-plugin-3.0.9-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..e2e499e18dfcd05e1e275579d11697640eb80323 Binary files /dev/null and b/ohos/flutter_path/ohos/dependencies/hvigor-ohos-plugin-3.0.9-s.tgz differ diff --git a/ohos/flutter_path/ohos/dependencies/rollup.tgz b/ohos/flutter_path/ohos/dependencies/rollup.tgz new file mode 100644 index 0000000000000000000000000000000000000000..b224a37a5f69fd22f58c7a28151742eafe7e6317 Binary files /dev/null and b/ohos/flutter_path/ohos/dependencies/rollup.tgz differ diff --git a/ohos/flutter_path/ohos/dta/icudtl.dat b/ohos/flutter_path/ohos/dta/icudtl.dat new file mode 100644 index 0000000000000000000000000000000000000000..d1f10917ab52e3ebd251abd7f5377d7196b80d67 Binary files /dev/null and b/ohos/flutter_path/ohos/dta/icudtl.dat differ diff --git a/ohos/flutter_path/ohos/entry/.gitignore b/ohos/flutter_path/ohos/entry/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..2795a1c5b1fe53659dd1b71d90ba0592eaf7e043 --- /dev/null +++ b/ohos/flutter_path/ohos/entry/.gitignore @@ -0,0 +1,7 @@ + +/node_modules +/oh_modules +/.preview +/build +/.cxx +/.test \ No newline at end of file diff --git a/ohos/flutter_path/ohos/entry/build-profile.json5 b/ohos/flutter_path/ohos/entry/build-profile.json5 new file mode 100644 index 0000000000000000000000000000000000000000..633d360fbc91a3186a23b66ab71b27e5618944cb --- /dev/null +++ b/ohos/flutter_path/ohos/entry/build-profile.json5 @@ -0,0 +1,29 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "apiType": 'stageMode', + "buildOption": { + }, + "targets": [ + { + "name": "default", + "runtimeOS": "HarmonyOS" + }, + { + "name": "ohosTest", + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_path/ohos/entry/hvigorfile.ts b/ohos/flutter_path/ohos/entry/hvigorfile.ts new file mode 100644 index 0000000000000000000000000000000000000000..894fc15c6b793f085e6c8506e43d719af658e8ff --- /dev/null +++ b/ohos/flutter_path/ohos/entry/hvigorfile.ts @@ -0,0 +1,17 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently. +export { hapTasks } from '@ohos/hvigor-ohos-plugin'; diff --git a/ohos/flutter_path/ohos/entry/libs/arm64-v8a/libc++_shared.so b/ohos/flutter_path/ohos/entry/libs/arm64-v8a/libc++_shared.so new file mode 100644 index 0000000000000000000000000000000000000000..831c9353702073d45889352a4dafb93103d67d20 Binary files /dev/null and b/ohos/flutter_path/ohos/entry/libs/arm64-v8a/libc++_shared.so differ diff --git a/ohos/flutter_path/ohos/entry/libs/arm64-v8a/libflutter.so b/ohos/flutter_path/ohos/entry/libs/arm64-v8a/libflutter.so new file mode 100644 index 0000000000000000000000000000000000000000..8ff0d04141a776e448478791df1e2a1c3aa7c5c4 Binary files /dev/null and b/ohos/flutter_path/ohos/entry/libs/arm64-v8a/libflutter.so differ diff --git a/ohos/flutter_path/ohos/entry/oh-package.json5 b/ohos/flutter_path/ohos/entry/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..2529e5ac9dc8fafbb4de22bd802094b5bee73d5d --- /dev/null +++ b/ohos/flutter_path/ohos/entry/oh-package.json5 @@ -0,0 +1,26 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "license": "", + "devDependencies": {}, + "author": "", + "name": "entry", + "description": "Please describe the basic information.", + "main": "", + "version": "1.0.0", + "dependencies": { + "@ohos/flutter_ohos": "file:../har/flutter_embedding.har" + } +} diff --git a/ohos/flutter_path/ohos/entry/src/main/ets/entryability/EntryAbility.ets b/ohos/flutter_path/ohos/entry/src/main/ets/entryability/EntryAbility.ets new file mode 100644 index 0000000000000000000000000000000000000000..321a4eeaacd7b8079a876e25c4dafd498e4d9fb9 --- /dev/null +++ b/ohos/flutter_path/ohos/entry/src/main/ets/entryability/EntryAbility.ets @@ -0,0 +1,22 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import { FlutterAbility } from '@ohos/flutter_ohos' + +export default class EntryAbility extends FlutterAbility { + onFlutterEngineReady(): void { + super.onFlutterEngineReady() + } +} diff --git a/ohos/flutter_path/ohos/entry/src/main/ets/pages/Index.ets b/ohos/flutter_path/ohos/entry/src/main/ets/pages/Index.ets new file mode 100644 index 0000000000000000000000000000000000000000..b53a20c437e96d195487b281e5e95402ea6cb97d --- /dev/null +++ b/ohos/flutter_path/ohos/entry/src/main/ets/pages/Index.ets @@ -0,0 +1,36 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import common from '@ohos.app.ability.common'; +import { FlutterPage } from '@ohos/flutter_ohos' + +const EVENT_BACK_PRESS = 'EVENT_BACK_PRESS' + +@Entry +@Component +struct Index { + private context = getContext(this) as common.UIAbilityContext + + build() { + Column() { + FlutterPage() + } + } + + onBackPress(): boolean { + this.context.eventHub.emit(EVENT_BACK_PRESS) + return true + } +} \ No newline at end of file diff --git a/ohos/flutter_path/ohos/entry/src/main/module.json5 b/ohos/flutter_path/ohos/entry/src/main/module.json5 new file mode 100644 index 0000000000000000000000000000000000000000..7bbf78b18f39991b1404061c7437538c7d532bb7 --- /dev/null +++ b/ohos/flutter_path/ohos/entry/src/main/module.json5 @@ -0,0 +1,53 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +{ + "module": { + "name": "entry", + "type": "entry", + "description": "$string:module_desc", + "mainElement": "EntryAbility", + "deviceTypes": [ + "phone" + ], + "deliveryWithInstall": true, + "installationFree": false, + "pages": "$profile:main_pages", + "abilities": [ + { + "name": "EntryAbility", + "srcEntry": "./ets/entryability/EntryAbility.ets", + "description": "$string:EntryAbility_desc", + "icon": "$media:icon", + "label": "$string:EntryAbility_label", + "startWindowIcon": "$media:icon", + "startWindowBackground": "$color:start_window_background", + "exported": true, + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ] + } + ], + "requestPermissions": [ + {"name" : "ohos.permission.INTERNET"}, + ] + } +} \ No newline at end of file diff --git a/ohos/flutter_path/ohos/entry/src/main/resources/base/element/color.json b/ohos/flutter_path/ohos/entry/src/main/resources/base/element/color.json new file mode 100644 index 0000000000000000000000000000000000000000..3c712962da3c2751c2b9ddb53559afcbd2b54a02 --- /dev/null +++ b/ohos/flutter_path/ohos/entry/src/main/resources/base/element/color.json @@ -0,0 +1,8 @@ +{ + "color": [ + { + "name": "start_window_background", + "value": "#FFFFFF" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_path/ohos/entry/src/main/resources/base/element/string.json b/ohos/flutter_path/ohos/entry/src/main/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..f94595515a99e0c828807e243494f57f09251930 --- /dev/null +++ b/ohos/flutter_path/ohos/entry/src/main/resources/base/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "module description" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_path/ohos/entry/src/main/resources/base/media/icon.png b/ohos/flutter_path/ohos/entry/src/main/resources/base/media/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_path/ohos/entry/src/main/resources/base/media/icon.png differ diff --git a/ohos/flutter_path/ohos/entry/src/main/resources/base/profile/main_pages.json b/ohos/flutter_path/ohos/entry/src/main/resources/base/profile/main_pages.json new file mode 100644 index 0000000000000000000000000000000000000000..1898d94f58d6128ab712be2c68acc7c98e9ab9ce --- /dev/null +++ b/ohos/flutter_path/ohos/entry/src/main/resources/base/profile/main_pages.json @@ -0,0 +1,5 @@ +{ + "src": [ + "pages/Index" + ] +} diff --git a/ohos/flutter_path/ohos/entry/src/main/resources/en_US/element/string.json b/ohos/flutter_path/ohos/entry/src/main/resources/en_US/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..f94595515a99e0c828807e243494f57f09251930 --- /dev/null +++ b/ohos/flutter_path/ohos/entry/src/main/resources/en_US/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "module description" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_path/ohos/entry/src/main/resources/zh_CN/element/string.json b/ohos/flutter_path/ohos/entry/src/main/resources/zh_CN/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..597ecf95e61d7e30367c22fe2f8638008361b044 --- /dev/null +++ b/ohos/flutter_path/ohos/entry/src/main/resources/zh_CN/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "模块描述" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_path/ohos/entry/src/ohosTest/ets/test/Ability.test.ets b/ohos/flutter_path/ohos/entry/src/ohosTest/ets/test/Ability.test.ets new file mode 100644 index 0000000000000000000000000000000000000000..25d4c71ff3cd584f5d64f6f8c0ac864928c234c4 --- /dev/null +++ b/ohos/flutter_path/ohos/entry/src/ohosTest/ets/test/Ability.test.ets @@ -0,0 +1,50 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; +import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium' + +export default function abilityTest() { + describe('ActsAbilityTest', function () { + // Defines a test suite. Two parameters are supported: test suite name and test suite function. + beforeAll(function () { + // Presets an action, which is performed only once before all test cases of the test suite start. + // This API supports only one parameter: preset action function. + }) + beforeEach(function () { + // Presets an action, which is performed before each unit test case starts. + // The number of execution times is the same as the number of test cases defined by **it**. + // This API supports only one parameter: preset action function. + }) + afterEach(function () { + // Presets a clear action, which is performed after each unit test case ends. + // The number of execution times is the same as the number of test cases defined by **it**. + // This API supports only one parameter: clear action function. + }) + afterAll(function () { + // Presets a clear action, which is performed after all test cases of the test suite end. + // This API supports only one parameter: clear action function. + }) + it('assertContain',0, function () { + // Defines a test case. This API supports three parameters: test case name, filter parameter, and test case function. + hilog.info(0x0000, 'testTag', '%{public}s', 'it begin'); + let a = 'abc' + let b = 'b' + // Defines a variety of assertion methods, which are used to declare expected boolean conditions. + expect(a).assertContain(b) + expect(a).assertEqual(a) + }) + }) +} \ No newline at end of file diff --git a/ohos/flutter_path/ohos/entry/src/ohosTest/ets/test/List.test.ets b/ohos/flutter_path/ohos/entry/src/ohosTest/ets/test/List.test.ets new file mode 100644 index 0000000000000000000000000000000000000000..f4140030e65d20df6af30a6bf51e464dea8f8aa6 --- /dev/null +++ b/ohos/flutter_path/ohos/entry/src/ohosTest/ets/test/List.test.ets @@ -0,0 +1,20 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import abilityTest from './Ability.test' + +export default function testsuite() { + abilityTest() +} \ No newline at end of file diff --git a/ohos/flutter_path/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets b/ohos/flutter_path/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets new file mode 100644 index 0000000000000000000000000000000000000000..4ca645e6013cfce8e7dbb728313cb8840c4da660 --- /dev/null +++ b/ohos/flutter_path/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets @@ -0,0 +1,63 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import UIAbility from '@ohos.app.ability.UIAbility'; +import AbilityDelegatorRegistry from '@ohos.app.ability.abilityDelegatorRegistry'; +import hilog from '@ohos.hilog'; +import { Hypium } from '@ohos/hypium'; +import testsuite from '../test/List.test'; +import window from '@ohos.window'; + +export default class TestAbility extends UIAbility { + onCreate(want, launchParam) { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onCreate'); + hilog.info(0x0000, 'testTag', '%{public}s', 'want param:' + JSON.stringify(want) ?? ''); + hilog.info(0x0000, 'testTag', '%{public}s', 'launchParam:'+ JSON.stringify(launchParam) ?? ''); + var abilityDelegator: any + abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator() + var abilityDelegatorArguments: any + abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments() + hilog.info(0x0000, 'testTag', '%{public}s', 'start run testcase!!!'); + Hypium.hypiumTest(abilityDelegator, abilityDelegatorArguments, testsuite) + } + + onDestroy() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onDestroy'); + } + + onWindowStageCreate(windowStage: window.WindowStage) { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onWindowStageCreate'); + windowStage.loadContent('testability/pages/Index', (err, data) => { + if (err.code) { + hilog.error(0x0000, 'testTag', 'Failed to load the content. Cause: %{public}s', JSON.stringify(err) ?? ''); + return; + } + hilog.info(0x0000, 'testTag', 'Succeeded in loading the content. Data: %{public}s', + JSON.stringify(data) ?? ''); + }); + } + + onWindowStageDestroy() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onWindowStageDestroy'); + } + + onForeground() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onForeground'); + } + + onBackground() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onBackground'); + } +} \ No newline at end of file diff --git a/ohos/flutter_path/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets b/ohos/flutter_path/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets new file mode 100644 index 0000000000000000000000000000000000000000..cef0447cd2f137ef82d223ead2e156808878ab90 --- /dev/null +++ b/ohos/flutter_path/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets @@ -0,0 +1,49 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; + +@Entry +@Component +struct Index { + aboutToAppear() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility index aboutToAppear'); + } + @State message: string = 'Hello World' + build() { + Row() { + Column() { + Text(this.message) + .fontSize(50) + .fontWeight(FontWeight.Bold) + Button() { + Text('next page') + .fontSize(20) + .fontWeight(FontWeight.Bold) + }.type(ButtonType.Capsule) + .margin({ + top: 20 + }) + .backgroundColor('#0D9FFB') + .width('35%') + .height('5%') + .onClick(()=>{ + }) + } + .width('100%') + } + .height('100%') + } + } \ No newline at end of file diff --git a/ohos/flutter_path/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts b/ohos/flutter_path/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts new file mode 100644 index 0000000000000000000000000000000000000000..1def08f2e9dcbfa3454a07b7a3b82b173bb90d02 --- /dev/null +++ b/ohos/flutter_path/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts @@ -0,0 +1,64 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; +import TestRunner from '@ohos.application.testRunner'; +import AbilityDelegatorRegistry from '@ohos.app.ability.abilityDelegatorRegistry'; + +var abilityDelegator = undefined +var abilityDelegatorArguments = undefined + +async function onAbilityCreateCallback() { + hilog.info(0x0000, 'testTag', '%{public}s', 'onAbilityCreateCallback'); +} + +async function addAbilityMonitorCallback(err: any) { + hilog.info(0x0000, 'testTag', 'addAbilityMonitorCallback : %{public}s', JSON.stringify(err) ?? ''); +} + +export default class OpenHarmonyTestRunner implements TestRunner { + constructor() { + } + + onPrepare() { + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner OnPrepare '); + } + + async onRun() { + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner onRun run'); + abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments() + abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator() + var testAbilityName = abilityDelegatorArguments.bundleName + '.TestAbility' + let lMonitor = { + abilityName: testAbilityName, + onAbilityCreate: onAbilityCreateCallback, + }; + abilityDelegator.addAbilityMonitor(lMonitor, addAbilityMonitorCallback) + var cmd = 'aa start -d 0 -a TestAbility' + ' -b ' + abilityDelegatorArguments.bundleName + var debug = abilityDelegatorArguments.parameters['-D'] + if (debug == 'true') + { + cmd += ' -D' + } + hilog.info(0x0000, 'testTag', 'cmd : %{public}s', cmd); + abilityDelegator.executeShellCommand(cmd, + (err: any, d: any) => { + hilog.info(0x0000, 'testTag', 'executeShellCommand : err : %{public}s', JSON.stringify(err) ?? ''); + hilog.info(0x0000, 'testTag', 'executeShellCommand : data : %{public}s', d.stdResult ?? ''); + hilog.info(0x0000, 'testTag', 'executeShellCommand : data : %{public}s', d.exitCode ?? ''); + }) + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner onRun end'); + } +} \ No newline at end of file diff --git a/ohos/flutter_path/ohos/entry/src/ohosTest/module.json5 b/ohos/flutter_path/ohos/entry/src/ohosTest/module.json5 new file mode 100644 index 0000000000000000000000000000000000000000..fab77ce2e0c61e3ad010bab5b27ccbd15f9a8c96 --- /dev/null +++ b/ohos/flutter_path/ohos/entry/src/ohosTest/module.json5 @@ -0,0 +1,51 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "module": { + "name": "entry_test", + "type": "feature", + "description": "$string:module_test_desc", + "mainElement": "TestAbility", + "deviceTypes": [ + "phone" + ], + "deliveryWithInstall": true, + "installationFree": false, + "pages": "$profile:test_pages", + "abilities": [ + { + "name": "TestAbility", + "srcEntry": "./ets/testability/TestAbility.ets", + "description": "$string:TestAbility_desc", + "icon": "$media:icon", + "label": "$string:TestAbility_label", + "exported": true, + "startWindowIcon": "$media:icon", + "startWindowBackground": "$color:start_window_background", + "skills": [ + { + "actions": [ + "action.system.home" + ], + "entities": [ + "entity.system.home" + ] + } + ] + } + ] + } +} diff --git a/ohos/flutter_path/ohos/entry/src/ohosTest/resources/base/element/color.json b/ohos/flutter_path/ohos/entry/src/ohosTest/resources/base/element/color.json new file mode 100644 index 0000000000000000000000000000000000000000..3c712962da3c2751c2b9ddb53559afcbd2b54a02 --- /dev/null +++ b/ohos/flutter_path/ohos/entry/src/ohosTest/resources/base/element/color.json @@ -0,0 +1,8 @@ +{ + "color": [ + { + "name": "start_window_background", + "value": "#FFFFFF" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_path/ohos/entry/src/ohosTest/resources/base/element/string.json b/ohos/flutter_path/ohos/entry/src/ohosTest/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..65d8fa5a7cf54aa3943dcd0214f58d1771bc1f6c --- /dev/null +++ b/ohos/flutter_path/ohos/entry/src/ohosTest/resources/base/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_test_desc", + "value": "test ability description" + }, + { + "name": "TestAbility_desc", + "value": "the test ability" + }, + { + "name": "TestAbility_label", + "value": "test label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_path/ohos/entry/src/ohosTest/resources/base/media/icon.png b/ohos/flutter_path/ohos/entry/src/ohosTest/resources/base/media/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_path/ohos/entry/src/ohosTest/resources/base/media/icon.png differ diff --git a/ohos/flutter_path/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json b/ohos/flutter_path/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json new file mode 100644 index 0000000000000000000000000000000000000000..b7e7343cacb32ce982a45e76daad86e435e054fe --- /dev/null +++ b/ohos/flutter_path/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json @@ -0,0 +1,5 @@ +{ + "src": [ + "testability/pages/Index" + ] +} diff --git a/ohos/flutter_path/ohos/har/flutter_embedding.har b/ohos/flutter_path/ohos/har/flutter_embedding.har new file mode 100644 index 0000000000000000000000000000000000000000..d8e07ca297de2100ce605f8af1126daf6eeb5d8f Binary files /dev/null and b/ohos/flutter_path/ohos/har/flutter_embedding.har differ diff --git a/ohos/flutter_path/ohos/har/har_product/flutter_embedding.har.debug.10 b/ohos/flutter_path/ohos/har/har_product/flutter_embedding.har.debug.10 new file mode 100644 index 0000000000000000000000000000000000000000..d8e07ca297de2100ce605f8af1126daf6eeb5d8f Binary files /dev/null and b/ohos/flutter_path/ohos/har/har_product/flutter_embedding.har.debug.10 differ diff --git a/ohos/flutter_path/ohos/har/har_product/flutter_embedding.har.debug.9 b/ohos/flutter_path/ohos/har/har_product/flutter_embedding.har.debug.9 new file mode 100644 index 0000000000000000000000000000000000000000..f0df4ca0064821178bf4254b16e8d23d873827da Binary files /dev/null and b/ohos/flutter_path/ohos/har/har_product/flutter_embedding.har.debug.9 differ diff --git a/ohos/flutter_path/ohos/har/har_product/flutter_embedding.har.release.10 b/ohos/flutter_path/ohos/har/har_product/flutter_embedding.har.release.10 new file mode 100644 index 0000000000000000000000000000000000000000..da9b320a09600f678975b827160441e46144bf08 Binary files /dev/null and b/ohos/flutter_path/ohos/har/har_product/flutter_embedding.har.release.10 differ diff --git a/ohos/flutter_path/ohos/har/har_product/flutter_embedding.har.release.9 b/ohos/flutter_path/ohos/har/har_product/flutter_embedding.har.release.9 new file mode 100644 index 0000000000000000000000000000000000000000..ba52754a80826e5614438b3faf931ed2f487eaab Binary files /dev/null and b/ohos/flutter_path/ohos/har/har_product/flutter_embedding.har.release.9 differ diff --git a/ohos/flutter_path/ohos/har/har_product/libflutter.so.debug.10 b/ohos/flutter_path/ohos/har/har_product/libflutter.so.debug.10 new file mode 100644 index 0000000000000000000000000000000000000000..8ff0d04141a776e448478791df1e2a1c3aa7c5c4 Binary files /dev/null and b/ohos/flutter_path/ohos/har/har_product/libflutter.so.debug.10 differ diff --git a/ohos/flutter_path/ohos/har/har_product/libflutter.so.release.10 b/ohos/flutter_path/ohos/har/har_product/libflutter.so.release.10 new file mode 100644 index 0000000000000000000000000000000000000000..7cdf26180489e807496f02cd4736425b4ad42845 Binary files /dev/null and b/ohos/flutter_path/ohos/har/har_product/libflutter.so.release.10 differ diff --git a/ohos/flutter_path/ohos/hvigor/hvigor-config.json5 b/ohos/flutter_path/ohos/hvigor/hvigor-config.json5 new file mode 100644 index 0000000000000000000000000000000000000000..cd2f18bac7473d09423114ecd3e61d084a42466f --- /dev/null +++ b/ohos/flutter_path/ohos/hvigor/hvigor-config.json5 @@ -0,0 +1,22 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "hvigorVersion": "file:../dependencies/hvigor-3.0.9-s.tgz", + "dependencies": { + "@ohos/hvigor-ohos-plugin": "file:../dependencies/hvigor-ohos-plugin-3.0.9-s.tgz", + "rollup": "file:../dependencies/rollup.tgz", + } +} diff --git a/ohos/flutter_path/ohos/hvigor/hvigor-wrapper.js b/ohos/flutter_path/ohos/hvigor/hvigor-wrapper.js new file mode 100644 index 0000000000000000000000000000000000000000..0483791f85b568d236d0ed928334db46e067a8aa --- /dev/null +++ b/ohos/flutter_path/ohos/hvigor/hvigor-wrapper.js @@ -0,0 +1,16 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +"use strict";var e=require("fs"),t=require("path"),n=require("os"),r=require("crypto"),u=require("child_process"),o=require("constants"),i=require("stream"),s=require("util"),c=require("assert"),a=require("tty"),l=require("zlib"),f=require("net");function d(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var D=d(e),p=d(t),E=d(n),m=d(r),h=d(u),y=d(o),C=d(i),F=d(s),g=d(c),A=d(a),v=d(l),S=d(f),w="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},O={},b={},_={},B=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(_,"__esModule",{value:!0}),_.isMac=_.isLinux=_.isWindows=void 0;const P=B(E.default),k="Windows_NT",x="Linux",N="Darwin";_.isWindows=function(){return P.default.type()===k},_.isLinux=function(){return P.default.type()===x},_.isMac=function(){return P.default.type()===N};var I={},T=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),R=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),M=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&T(t,e,n);return R(t,e),t};Object.defineProperty(I,"__esModule",{value:!0}),I.hash=void 0;const L=M(m.default);I.hash=function(e,t="md5"){return L.createHash(t).update(e,"utf-8").digest("hex")},function(e){var t=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var u in e)"default"!==u&&Object.prototype.hasOwnProperty.call(e,u)&&t(r,e,u);return n(r,e),r};Object.defineProperty(e,"__esModule",{value:!0}),e.HVIGOR_BOOT_JS_FILE_PATH=e.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH=e.HVIGOR_PROJECT_DEPENDENCIES_HOME=e.HVIGOR_PROJECT_WRAPPER_HOME=e.HVIGOR_PROJECT_NAME=e.HVIGOR_PROJECT_ROOT_DIR=e.HVIGOR_PROJECT_CACHES_HOME=e.HVIGOR_PNPM_STORE_PATH=e.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH=e.HVIGOR_WRAPPER_TOOLS_HOME=e.HVIGOR_USER_HOME=e.DEFAULT_PACKAGE_JSON=e.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME=e.PNPM=e.HVIGOR=e.NPM_TOOL=e.PNPM_TOOL=e.HVIGOR_ENGINE_PACKAGE_NAME=void 0;const u=r(p.default),o=r(E.default),i=_,s=I;e.HVIGOR_ENGINE_PACKAGE_NAME="@ohos/hvigor",e.PNPM_TOOL=(0,i.isWindows)()?"pnpm.cmd":"pnpm",e.NPM_TOOL=(0,i.isWindows)()?"npm.cmd":"npm",e.HVIGOR="hvigor",e.PNPM="pnpm",e.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME="hvigor-config.json5",e.DEFAULT_PACKAGE_JSON="package.json",e.HVIGOR_USER_HOME=u.resolve(o.homedir(),".hvigor"),e.HVIGOR_WRAPPER_TOOLS_HOME=u.resolve(e.HVIGOR_USER_HOME,"wrapper","tools"),e.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH=u.resolve(e.HVIGOR_WRAPPER_TOOLS_HOME,"node_modules",".bin",e.PNPM_TOOL),e.HVIGOR_PNPM_STORE_PATH=u.resolve(e.HVIGOR_USER_HOME,"caches"),e.HVIGOR_PROJECT_CACHES_HOME=u.resolve(e.HVIGOR_USER_HOME,"project_caches"),e.HVIGOR_PROJECT_ROOT_DIR=process.cwd(),e.HVIGOR_PROJECT_NAME=u.basename((0,s.hash)(e.HVIGOR_PROJECT_ROOT_DIR)),e.HVIGOR_PROJECT_WRAPPER_HOME=u.resolve(e.HVIGOR_PROJECT_ROOT_DIR,e.HVIGOR),e.HVIGOR_PROJECT_DEPENDENCIES_HOME=u.resolve(e.HVIGOR_PROJECT_CACHES_HOME,e.HVIGOR_PROJECT_NAME,"workspace"),e.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH=u.resolve(e.HVIGOR_PROJECT_DEPENDENCIES_HOME,e.DEFAULT_PACKAGE_JSON),e.HVIGOR_BOOT_JS_FILE_PATH=u.resolve(e.HVIGOR_PROJECT_DEPENDENCIES_HOME,"node_modules","@ohos","hvigor","bin","hvigor.js")}(b);var j={},$={};Object.defineProperty($,"__esModule",{value:!0}),$.logInfoPrintConsole=$.logErrorAndExit=void 0,$.logErrorAndExit=function(e){e instanceof Error?console.error(e.message):console.error(e),process.exit(-1)},$.logInfoPrintConsole=function(e){console.log(e)};var H=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),J=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),G=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&H(t,e,n);return J(t,e),t},V=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(j,"__esModule",{value:!0}),j.isFileExists=j.offlinePluginConversion=j.executeCommand=j.getNpmPath=j.hasNpmPackInPaths=void 0;const U=h.default,W=G(p.default),z=b,K=$,q=V(D.default);j.hasNpmPackInPaths=function(e,t){try{return require.resolve(e,{paths:[...t]}),!0}catch(e){return!1}},j.getNpmPath=function(){const e=process.execPath;return W.join(W.dirname(e),z.NPM_TOOL)},j.executeCommand=function(e,t,n){0!==(0,U.spawnSync)(e,t,n).status&&(0,K.logErrorAndExit)(`Error: ${e} ${t} execute failed.See above for details.`)},j.offlinePluginConversion=function(e,t){return t.startsWith("file:")||t.endsWith(".tgz")?W.resolve(e,z.HVIGOR,t.replace("file:","")):t},j.isFileExists=function(e){return q.default.existsSync(e)&&q.default.statSync(e).isFile()},function(e){var t=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var u in e)"default"!==u&&Object.prototype.hasOwnProperty.call(e,u)&&t(r,e,u);return n(r,e),r},u=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(e,"__esModule",{value:!0}),e.executeInstallPnpm=e.isPnpmAvailable=e.environmentHandler=e.checkNpmConifg=e.PNPM_VERSION=void 0;const o=r(D.default),i=b,s=j,c=r(p.default),a=$,l=h.default,f=u(E.default);e.PNPM_VERSION="7.30.0",e.checkNpmConifg=function(){const e=c.resolve(i.HVIGOR_PROJECT_ROOT_DIR,".npmrc"),t=c.resolve(f.default.homedir(),".npmrc");if((0,s.isFileExists)(e)||(0,s.isFileExists)(t))return;const n=(0,s.getNpmPath)(),r=(0,l.spawnSync)(n,["config","get","prefix"],{cwd:i.HVIGOR_PROJECT_ROOT_DIR});if(0!==r.status||!r.stdout)return void(0,a.logErrorAndExit)("Error: The hvigor depends on the npmrc file. Configure the npmrc file first.");const u=c.resolve(`${r.stdout}`.replace(/[\r\n]/gi,""),".npmrc");(0,s.isFileExists)(u)||(0,a.logErrorAndExit)("Error: The hvigor depends on the npmrc file. Configure the npmrc file first.")},e.environmentHandler=function(){process.env["npm_config_update-notifier"]="false"},e.isPnpmAvailable=function(){return!!o.existsSync(i.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH)&&(0,s.hasNpmPackInPaths)("pnpm",[i.HVIGOR_WRAPPER_TOOLS_HOME])},e.executeInstallPnpm=function(){(0,a.logInfoPrintConsole)(`Installing pnpm@${e.PNPM_VERSION}...`);const t=(0,s.getNpmPath)();!function(){const t=c.resolve(i.HVIGOR_WRAPPER_TOOLS_HOME,i.DEFAULT_PACKAGE_JSON);try{o.existsSync(i.HVIGOR_WRAPPER_TOOLS_HOME)||o.mkdirSync(i.HVIGOR_WRAPPER_TOOLS_HOME,{recursive:!0});const n={dependencies:{}};n.dependencies[i.PNPM]=e.PNPM_VERSION,o.writeFileSync(t,JSON.stringify(n))}catch(e){(0,a.logErrorAndExit)(`Error: EPERM: operation not permitted,create ${t} failed.`)}}(),(0,s.executeCommand)(t,["install","pnpm"],{cwd:i.HVIGOR_WRAPPER_TOOLS_HOME,stdio:["inherit","inherit","inherit"],env:process.env}),(0,a.logInfoPrintConsole)("Pnpm install success.")}}(O);var Y={},X={},Z={},Q={};Object.defineProperty(Q,"__esModule",{value:!0}),Q.Unicode=void 0;class ee{}Q.Unicode=ee,ee.Space_Separator=/[\u1680\u2000-\u200A\u202F\u205F\u3000]/,ee.ID_Start=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]/,ee.ID_Continue=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF9\u1D00-\u1DF9\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDE00-\uDE3E\uDE47\uDE50-\uDE83\uDE86-\uDE99\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/,Object.defineProperty(Z,"__esModule",{value:!0}),Z.JudgeUtil=void 0;const te=Q;Z.JudgeUtil=class{static isIgnoreChar(e){return"string"==typeof e&&("\t"===e||"\v"===e||"\f"===e||" "===e||" "===e||"\ufeff"===e||"\n"===e||"\r"===e||"\u2028"===e||"\u2029"===e)}static isSpaceSeparator(e){return"string"==typeof e&&te.Unicode.Space_Separator.test(e)}static isIdStartChar(e){return"string"==typeof e&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||"$"===e||"_"===e||te.Unicode.ID_Start.test(e))}static isIdContinueChar(e){return"string"==typeof e&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||e>="0"&&e<="9"||"$"===e||"_"===e||"‌"===e||"‍"===e||te.Unicode.ID_Continue.test(e))}static isDigitWithoutZero(e){return/[1-9]/.test(e)}static isDigit(e){return"string"==typeof e&&/[0-9]/.test(e)}static isHexDigit(e){return"string"==typeof e&&/[0-9A-Fa-f]/.test(e)}};var ne={},re={fromCallback:function(e){return Object.defineProperty((function(...t){if("function"!=typeof t[t.length-1])return new Promise(((n,r)=>{e.call(this,...t,((e,t)=>null!=e?r(e):n(t)))}));e.apply(this,t)}),"name",{value:e.name})},fromPromise:function(e){return Object.defineProperty((function(...t){const n=t[t.length-1];if("function"!=typeof n)return e.apply(this,t);e.apply(this,t.slice(0,-1)).then((e=>n(null,e)),n)}),"name",{value:e.name})}},ue=y.default,oe=process.cwd,ie=null,se=process.env.GRACEFUL_FS_PLATFORM||process.platform;process.cwd=function(){return ie||(ie=oe.call(process)),ie};try{process.cwd()}catch(e){}if("function"==typeof process.chdir){var ce=process.chdir;process.chdir=function(e){ie=null,ce.call(process,e)},Object.setPrototypeOf&&Object.setPrototypeOf(process.chdir,ce)}var ae=function(e){ue.hasOwnProperty("O_SYMLINK")&&process.version.match(/^v0\.6\.[0-2]|^v0\.5\./)&&function(e){e.lchmod=function(t,n,r){e.open(t,ue.O_WRONLY|ue.O_SYMLINK,n,(function(t,u){t?r&&r(t):e.fchmod(u,n,(function(t){e.close(u,(function(e){r&&r(t||e)}))}))}))},e.lchmodSync=function(t,n){var r,u=e.openSync(t,ue.O_WRONLY|ue.O_SYMLINK,n),o=!0;try{r=e.fchmodSync(u,n),o=!1}finally{if(o)try{e.closeSync(u)}catch(e){}else e.closeSync(u)}return r}}(e);e.lutimes||function(e){ue.hasOwnProperty("O_SYMLINK")&&e.futimes?(e.lutimes=function(t,n,r,u){e.open(t,ue.O_SYMLINK,(function(t,o){t?u&&u(t):e.futimes(o,n,r,(function(t){e.close(o,(function(e){u&&u(t||e)}))}))}))},e.lutimesSync=function(t,n,r){var u,o=e.openSync(t,ue.O_SYMLINK),i=!0;try{u=e.futimesSync(o,n,r),i=!1}finally{if(i)try{e.closeSync(o)}catch(e){}else e.closeSync(o)}return u}):e.futimes&&(e.lutimes=function(e,t,n,r){r&&process.nextTick(r)},e.lutimesSync=function(){})}(e);e.chown=r(e.chown),e.fchown=r(e.fchown),e.lchown=r(e.lchown),e.chmod=t(e.chmod),e.fchmod=t(e.fchmod),e.lchmod=t(e.lchmod),e.chownSync=u(e.chownSync),e.fchownSync=u(e.fchownSync),e.lchownSync=u(e.lchownSync),e.chmodSync=n(e.chmodSync),e.fchmodSync=n(e.fchmodSync),e.lchmodSync=n(e.lchmodSync),e.stat=o(e.stat),e.fstat=o(e.fstat),e.lstat=o(e.lstat),e.statSync=i(e.statSync),e.fstatSync=i(e.fstatSync),e.lstatSync=i(e.lstatSync),e.chmod&&!e.lchmod&&(e.lchmod=function(e,t,n){n&&process.nextTick(n)},e.lchmodSync=function(){});e.chown&&!e.lchown&&(e.lchown=function(e,t,n,r){r&&process.nextTick(r)},e.lchownSync=function(){});"win32"===se&&(e.rename="function"!=typeof e.rename?e.rename:function(t){function n(n,r,u){var o=Date.now(),i=0;t(n,r,(function s(c){if(c&&("EACCES"===c.code||"EPERM"===c.code||"EBUSY"===c.code)&&Date.now()-o<6e4)return setTimeout((function(){e.stat(r,(function(e,o){e&&"ENOENT"===e.code?t(n,r,s):u(c)}))}),i),void(i<100&&(i+=10));u&&u(c)}))}return Object.setPrototypeOf&&Object.setPrototypeOf(n,t),n}(e.rename));function t(t){return t?function(n,r,u){return t.call(e,n,r,(function(e){s(e)&&(e=null),u&&u.apply(this,arguments)}))}:t}function n(t){return t?function(n,r){try{return t.call(e,n,r)}catch(e){if(!s(e))throw e}}:t}function r(t){return t?function(n,r,u,o){return t.call(e,n,r,u,(function(e){s(e)&&(e=null),o&&o.apply(this,arguments)}))}:t}function u(t){return t?function(n,r,u){try{return t.call(e,n,r,u)}catch(e){if(!s(e))throw e}}:t}function o(t){return t?function(n,r,u){function o(e,t){t&&(t.uid<0&&(t.uid+=4294967296),t.gid<0&&(t.gid+=4294967296)),u&&u.apply(this,arguments)}return"function"==typeof r&&(u=r,r=null),r?t.call(e,n,r,o):t.call(e,n,o)}:t}function i(t){return t?function(n,r){var u=r?t.call(e,n,r):t.call(e,n);return u&&(u.uid<0&&(u.uid+=4294967296),u.gid<0&&(u.gid+=4294967296)),u}:t}function s(e){return!e||("ENOSYS"===e.code||!(process.getuid&&0===process.getuid()||"EINVAL"!==e.code&&"EPERM"!==e.code))}e.read="function"!=typeof e.read?e.read:function(t){function n(n,r,u,o,i,s){var c;if(s&&"function"==typeof s){var a=0;c=function(l,f,d){if(l&&"EAGAIN"===l.code&&a<10)return a++,t.call(e,n,r,u,o,i,c);s.apply(this,arguments)}}return t.call(e,n,r,u,o,i,c)}return Object.setPrototypeOf&&Object.setPrototypeOf(n,t),n}(e.read),e.readSync="function"!=typeof e.readSync?e.readSync:(c=e.readSync,function(t,n,r,u,o){for(var i=0;;)try{return c.call(e,t,n,r,u,o)}catch(e){if("EAGAIN"===e.code&&i<10){i++;continue}throw e}});var c};var le=C.default.Stream,fe=function(e){return{ReadStream:function t(n,r){if(!(this instanceof t))return new t(n,r);le.call(this);var u=this;this.path=n,this.fd=null,this.readable=!0,this.paused=!1,this.flags="r",this.mode=438,this.bufferSize=65536,r=r||{};for(var o=Object.keys(r),i=0,s=o.length;ithis.end)throw new Error("start must be <= end");this.pos=this.start}if(null!==this.fd)return void process.nextTick((function(){u._read()}));e.open(this.path,this.flags,this.mode,(function(e,t){if(e)return u.emit("error",e),void(u.readable=!1);u.fd=t,u.emit("open",t),u._read()}))},WriteStream:function t(n,r){if(!(this instanceof t))return new t(n,r);le.call(this),this.path=n,this.fd=null,this.writable=!0,this.flags="w",this.encoding="binary",this.mode=438,this.bytesWritten=0,r=r||{};for(var u=Object.keys(r),o=0,i=u.length;o= zero");this.pos=this.start}this.busy=!1,this._queue=[],null===this.fd&&(this._open=e.open,this._queue.push([this._open,this.path,this.flags,this.mode,void 0]),this.flush())}}};var de=function(e){if(null===e||"object"!=typeof e)return e;if(e instanceof Object)var t={__proto__:De(e)};else t=Object.create(null);return Object.getOwnPropertyNames(e).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))})),t},De=Object.getPrototypeOf||function(e){return e.__proto__};var pe,Ee,me=D.default,he=ae,ye=fe,Ce=de,Fe=F.default;function ge(e,t){Object.defineProperty(e,pe,{get:function(){return t}})}"function"==typeof Symbol&&"function"==typeof Symbol.for?(pe=Symbol.for("graceful-fs.queue"),Ee=Symbol.for("graceful-fs.previous")):(pe="___graceful-fs.queue",Ee="___graceful-fs.previous");var Ae=function(){};if(Fe.debuglog?Ae=Fe.debuglog("gfs4"):/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&(Ae=function(){var e=Fe.format.apply(Fe,arguments);e="GFS4: "+e.split(/\n/).join("\nGFS4: "),console.error(e)}),!me[pe]){var ve=w[pe]||[];ge(me,ve),me.close=function(e){function t(t,n){return e.call(me,t,(function(e){e||_e(),"function"==typeof n&&n.apply(this,arguments)}))}return Object.defineProperty(t,Ee,{value:e}),t}(me.close),me.closeSync=function(e){function t(t){e.apply(me,arguments),_e()}return Object.defineProperty(t,Ee,{value:e}),t}(me.closeSync),/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&process.on("exit",(function(){Ae(me[pe]),g.default.equal(me[pe].length,0)}))}w[pe]||ge(w,me[pe]);var Se,we=Oe(Ce(me));function Oe(e){he(e),e.gracefulify=Oe,e.createReadStream=function(t,n){return new e.ReadStream(t,n)},e.createWriteStream=function(t,n){return new e.WriteStream(t,n)};var t=e.readFile;e.readFile=function(e,n,r){"function"==typeof n&&(r=n,n=null);return function e(n,r,u,o){return t(n,r,(function(t){!t||"EMFILE"!==t.code&&"ENFILE"!==t.code?"function"==typeof u&&u.apply(this,arguments):be([e,[n,r,u],t,o||Date.now(),Date.now()])}))}(e,n,r)};var n=e.writeFile;e.writeFile=function(e,t,r,u){"function"==typeof r&&(u=r,r=null);return function e(t,r,u,o,i){return n(t,r,u,(function(n){!n||"EMFILE"!==n.code&&"ENFILE"!==n.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,r,u,o],n,i||Date.now(),Date.now()])}))}(e,t,r,u)};var r=e.appendFile;r&&(e.appendFile=function(e,t,n,u){"function"==typeof n&&(u=n,n=null);return function e(t,n,u,o,i){return r(t,n,u,(function(r){!r||"EMFILE"!==r.code&&"ENFILE"!==r.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,n,u,o],r,i||Date.now(),Date.now()])}))}(e,t,n,u)});var u=e.copyFile;u&&(e.copyFile=function(e,t,n,r){"function"==typeof n&&(r=n,n=0);return function e(t,n,r,o,i){return u(t,n,r,(function(u){!u||"EMFILE"!==u.code&&"ENFILE"!==u.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,n,r,o],u,i||Date.now(),Date.now()])}))}(e,t,n,r)});var o=e.readdir;e.readdir=function(e,t,n){"function"==typeof t&&(n=t,t=null);var r=i.test(process.version)?function(e,t,n,r){return o(e,u(e,t,n,r))}:function(e,t,n,r){return o(e,t,u(e,t,n,r))};return r(e,t,n);function u(e,t,n,u){return function(o,i){!o||"EMFILE"!==o.code&&"ENFILE"!==o.code?(i&&i.sort&&i.sort(),"function"==typeof n&&n.call(this,o,i)):be([r,[e,t,n],o,u||Date.now(),Date.now()])}}};var i=/^v[0-5]\./;if("v0.8"===process.version.substr(0,4)){var s=ye(e);d=s.ReadStream,D=s.WriteStream}var c=e.ReadStream;c&&(d.prototype=Object.create(c.prototype),d.prototype.open=function(){var e=this;E(e.path,e.flags,e.mode,(function(t,n){t?(e.autoClose&&e.destroy(),e.emit("error",t)):(e.fd=n,e.emit("open",n),e.read())}))});var a=e.WriteStream;a&&(D.prototype=Object.create(a.prototype),D.prototype.open=function(){var e=this;E(e.path,e.flags,e.mode,(function(t,n){t?(e.destroy(),e.emit("error",t)):(e.fd=n,e.emit("open",n))}))}),Object.defineProperty(e,"ReadStream",{get:function(){return d},set:function(e){d=e},enumerable:!0,configurable:!0}),Object.defineProperty(e,"WriteStream",{get:function(){return D},set:function(e){D=e},enumerable:!0,configurable:!0});var l=d;Object.defineProperty(e,"FileReadStream",{get:function(){return l},set:function(e){l=e},enumerable:!0,configurable:!0});var f=D;function d(e,t){return this instanceof d?(c.apply(this,arguments),this):d.apply(Object.create(d.prototype),arguments)}function D(e,t){return this instanceof D?(a.apply(this,arguments),this):D.apply(Object.create(D.prototype),arguments)}Object.defineProperty(e,"FileWriteStream",{get:function(){return f},set:function(e){f=e},enumerable:!0,configurable:!0});var p=e.open;function E(e,t,n,r){return"function"==typeof n&&(r=n,n=null),function e(t,n,r,u,o){return p(t,n,r,(function(i,s){!i||"EMFILE"!==i.code&&"ENFILE"!==i.code?"function"==typeof u&&u.apply(this,arguments):be([e,[t,n,r,u],i,o||Date.now(),Date.now()])}))}(e,t,n,r)}return e.open=E,e}function be(e){Ae("ENQUEUE",e[0].name,e[1]),me[pe].push(e),Be()}function _e(){for(var e=Date.now(),t=0;t2&&(me[pe][t][3]=e,me[pe][t][4]=e);Be()}function Be(){if(clearTimeout(Se),Se=void 0,0!==me[pe].length){var e=me[pe].shift(),t=e[0],n=e[1],r=e[2],u=e[3],o=e[4];if(void 0===u)Ae("RETRY",t.name,n),t.apply(null,n);else if(Date.now()-u>=6e4){Ae("TIMEOUT",t.name,n);var i=n.pop();"function"==typeof i&&i.call(null,r)}else{var s=Date.now()-o,c=Math.max(o-u,1);s>=Math.min(1.2*c,100)?(Ae("RETRY",t.name,n),t.apply(null,n.concat([u]))):me[pe].push(e)}void 0===Se&&(Se=setTimeout(Be,0))}}process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH&&!me.__patched&&(we=Oe(me),me.__patched=!0),function(e){const t=re.fromCallback,n=we,r=["access","appendFile","chmod","chown","close","copyFile","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","lchmod","lchown","link","lstat","mkdir","mkdtemp","open","opendir","readdir","readFile","readlink","realpath","rename","rm","rmdir","stat","symlink","truncate","unlink","utimes","writeFile"].filter((e=>"function"==typeof n[e]));Object.assign(e,n),r.forEach((r=>{e[r]=t(n[r])})),e.realpath.native=t(n.realpath.native),e.exists=function(e,t){return"function"==typeof t?n.exists(e,t):new Promise((t=>n.exists(e,t)))},e.read=function(e,t,r,u,o,i){return"function"==typeof i?n.read(e,t,r,u,o,i):new Promise(((i,s)=>{n.read(e,t,r,u,o,((e,t,n)=>{if(e)return s(e);i({bytesRead:t,buffer:n})}))}))},e.write=function(e,t,...r){return"function"==typeof r[r.length-1]?n.write(e,t,...r):new Promise(((u,o)=>{n.write(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffer:n})}))}))},"function"==typeof n.writev&&(e.writev=function(e,t,...r){return"function"==typeof r[r.length-1]?n.writev(e,t,...r):new Promise(((u,o)=>{n.writev(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffers:n})}))}))})}(ne);var Pe={},ke={};const xe=p.default;ke.checkPath=function(e){if("win32"===process.platform){if(/[<>:"|?*]/.test(e.replace(xe.parse(e).root,""))){const t=new Error(`Path contains invalid characters: ${e}`);throw t.code="EINVAL",t}}};const Ne=ne,{checkPath:Ie}=ke,Te=e=>"number"==typeof e?e:{mode:511,...e}.mode;Pe.makeDir=async(e,t)=>(Ie(e),Ne.mkdir(e,{mode:Te(t),recursive:!0})),Pe.makeDirSync=(e,t)=>(Ie(e),Ne.mkdirSync(e,{mode:Te(t),recursive:!0}));const Re=re.fromPromise,{makeDir:Me,makeDirSync:Le}=Pe,je=Re(Me);var $e={mkdirs:je,mkdirsSync:Le,mkdirp:je,mkdirpSync:Le,ensureDir:je,ensureDirSync:Le};const He=re.fromPromise,Je=ne;var Ge={pathExists:He((function(e){return Je.access(e).then((()=>!0)).catch((()=>!1))})),pathExistsSync:Je.existsSync};const Ve=we;var Ue=function(e,t,n,r){Ve.open(e,"r+",((e,u)=>{if(e)return r(e);Ve.futimes(u,t,n,(e=>{Ve.close(u,(t=>{r&&r(e||t)}))}))}))},We=function(e,t,n){const r=Ve.openSync(e,"r+");return Ve.futimesSync(r,t,n),Ve.closeSync(r)};const ze=ne,Ke=p.default,qe=F.default;function Ye(e,t,n){const r=n.dereference?e=>ze.stat(e,{bigint:!0}):e=>ze.lstat(e,{bigint:!0});return Promise.all([r(e),r(t).catch((e=>{if("ENOENT"===e.code)return null;throw e}))]).then((([e,t])=>({srcStat:e,destStat:t})))}function Xe(e,t){return t.ino&&t.dev&&t.ino===e.ino&&t.dev===e.dev}function Ze(e,t){const n=Ke.resolve(e).split(Ke.sep).filter((e=>e)),r=Ke.resolve(t).split(Ke.sep).filter((e=>e));return n.reduce(((e,t,n)=>e&&r[n]===t),!0)}function Qe(e,t,n){return`Cannot ${n} '${e}' to a subdirectory of itself, '${t}'.`}var et={checkPaths:function(e,t,n,r,u){qe.callbackify(Ye)(e,t,r,((r,o)=>{if(r)return u(r);const{srcStat:i,destStat:s}=o;if(s){if(Xe(i,s)){const r=Ke.basename(e),o=Ke.basename(t);return"move"===n&&r!==o&&r.toLowerCase()===o.toLowerCase()?u(null,{srcStat:i,destStat:s,isChangingCase:!0}):u(new Error("Source and destination must not be the same."))}if(i.isDirectory()&&!s.isDirectory())return u(new Error(`Cannot overwrite non-directory '${t}' with directory '${e}'.`));if(!i.isDirectory()&&s.isDirectory())return u(new Error(`Cannot overwrite directory '${t}' with non-directory '${e}'.`))}return i.isDirectory()&&Ze(e,t)?u(new Error(Qe(e,t,n))):u(null,{srcStat:i,destStat:s})}))},checkPathsSync:function(e,t,n,r){const{srcStat:u,destStat:o}=function(e,t,n){let r;const u=n.dereference?e=>ze.statSync(e,{bigint:!0}):e=>ze.lstatSync(e,{bigint:!0}),o=u(e);try{r=u(t)}catch(e){if("ENOENT"===e.code)return{srcStat:o,destStat:null};throw e}return{srcStat:o,destStat:r}}(e,t,r);if(o){if(Xe(u,o)){const r=Ke.basename(e),i=Ke.basename(t);if("move"===n&&r!==i&&r.toLowerCase()===i.toLowerCase())return{srcStat:u,destStat:o,isChangingCase:!0};throw new Error("Source and destination must not be the same.")}if(u.isDirectory()&&!o.isDirectory())throw new Error(`Cannot overwrite non-directory '${t}' with directory '${e}'.`);if(!u.isDirectory()&&o.isDirectory())throw new Error(`Cannot overwrite directory '${t}' with non-directory '${e}'.`)}if(u.isDirectory()&&Ze(e,t))throw new Error(Qe(e,t,n));return{srcStat:u,destStat:o}},checkParentPaths:function e(t,n,r,u,o){const i=Ke.resolve(Ke.dirname(t)),s=Ke.resolve(Ke.dirname(r));if(s===i||s===Ke.parse(s).root)return o();ze.stat(s,{bigint:!0},((i,c)=>i?"ENOENT"===i.code?o():o(i):Xe(n,c)?o(new Error(Qe(t,r,u))):e(t,n,s,u,o)))},checkParentPathsSync:function e(t,n,r,u){const o=Ke.resolve(Ke.dirname(t)),i=Ke.resolve(Ke.dirname(r));if(i===o||i===Ke.parse(i).root)return;let s;try{s=ze.statSync(i,{bigint:!0})}catch(e){if("ENOENT"===e.code)return;throw e}if(Xe(n,s))throw new Error(Qe(t,r,u));return e(t,n,i,u)},isSrcSubdir:Ze,areIdentical:Xe};const tt=we,nt=p.default,rt=$e.mkdirs,ut=Ge.pathExists,ot=Ue,it=et;function st(e,t,n,r,u){const o=nt.dirname(n);ut(o,((i,s)=>i?u(i):s?at(e,t,n,r,u):void rt(o,(o=>o?u(o):at(e,t,n,r,u)))))}function ct(e,t,n,r,u,o){Promise.resolve(u.filter(n,r)).then((i=>i?e(t,n,r,u,o):o()),(e=>o(e)))}function at(e,t,n,r,u){(r.dereference?tt.stat:tt.lstat)(t,((o,i)=>o?u(o):i.isDirectory()?function(e,t,n,r,u,o){return t?Dt(n,r,u,o):function(e,t,n,r,u){tt.mkdir(n,(o=>{if(o)return u(o);Dt(t,n,r,(t=>t?u(t):dt(n,e,u)))}))}(e.mode,n,r,u,o)}(i,e,t,n,r,u):i.isFile()||i.isCharacterDevice()||i.isBlockDevice()?function(e,t,n,r,u,o){return t?function(e,t,n,r,u){if(!r.overwrite)return r.errorOnExist?u(new Error(`'${n}' already exists`)):u();tt.unlink(n,(o=>o?u(o):lt(e,t,n,r,u)))}(e,n,r,u,o):lt(e,n,r,u,o)}(i,e,t,n,r,u):i.isSymbolicLink()?function(e,t,n,r,u){tt.readlink(t,((t,o)=>t?u(t):(r.dereference&&(o=nt.resolve(process.cwd(),o)),e?void tt.readlink(n,((t,i)=>t?"EINVAL"===t.code||"UNKNOWN"===t.code?tt.symlink(o,n,u):u(t):(r.dereference&&(i=nt.resolve(process.cwd(),i)),it.isSrcSubdir(o,i)?u(new Error(`Cannot copy '${o}' to a subdirectory of itself, '${i}'.`)):e.isDirectory()&&it.isSrcSubdir(i,o)?u(new Error(`Cannot overwrite '${i}' with '${o}'.`)):function(e,t,n){tt.unlink(t,(r=>r?n(r):tt.symlink(e,t,n)))}(o,n,u)))):tt.symlink(o,n,u))))}(e,t,n,r,u):i.isSocket()?u(new Error(`Cannot copy a socket file: ${t}`)):i.isFIFO()?u(new Error(`Cannot copy a FIFO pipe: ${t}`)):u(new Error(`Unknown file: ${t}`))))}function lt(e,t,n,r,u){tt.copyFile(t,n,(o=>o?u(o):r.preserveTimestamps?function(e,t,n,r){if(function(e){return 0==(128&e)}(e))return function(e,t,n){return dt(e,128|t,n)}(n,e,(u=>u?r(u):ft(e,t,n,r)));return ft(e,t,n,r)}(e.mode,t,n,u):dt(n,e.mode,u)))}function ft(e,t,n,r){!function(e,t,n){tt.stat(e,((e,r)=>e?n(e):ot(t,r.atime,r.mtime,n)))}(t,n,(t=>t?r(t):dt(n,e,r)))}function dt(e,t,n){return tt.chmod(e,t,n)}function Dt(e,t,n,r){tt.readdir(e,((u,o)=>u?r(u):pt(o,e,t,n,r)))}function pt(e,t,n,r,u){const o=e.pop();return o?function(e,t,n,r,u,o){const i=nt.join(n,t),s=nt.join(r,t);it.checkPaths(i,s,"copy",u,((t,c)=>{if(t)return o(t);const{destStat:a}=c;!function(e,t,n,r,u){r.filter?ct(at,e,t,n,r,u):at(e,t,n,r,u)}(a,i,s,u,(t=>t?o(t):pt(e,n,r,u,o)))}))}(e,o,t,n,r,u):u()}var Et=function(e,t,n,r){"function"!=typeof n||r?"function"==typeof n&&(n={filter:n}):(r=n,n={}),r=r||function(){},(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269"),it.checkPaths(e,t,"copy",n,((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;it.checkParentPaths(e,i,t,"copy",(u=>u?r(u):n.filter?ct(st,s,e,t,n,r):st(s,e,t,n,r)))}))};const mt=we,ht=p.default,yt=$e.mkdirsSync,Ct=We,Ft=et;function gt(e,t,n,r){const u=(r.dereference?mt.statSync:mt.lstatSync)(t);if(u.isDirectory())return function(e,t,n,r,u){return t?St(n,r,u):function(e,t,n,r){return mt.mkdirSync(n),St(t,n,r),vt(n,e)}(e.mode,n,r,u)}(u,e,t,n,r);if(u.isFile()||u.isCharacterDevice()||u.isBlockDevice())return function(e,t,n,r,u){return t?function(e,t,n,r){if(r.overwrite)return mt.unlinkSync(n),At(e,t,n,r);if(r.errorOnExist)throw new Error(`'${n}' already exists`)}(e,n,r,u):At(e,n,r,u)}(u,e,t,n,r);if(u.isSymbolicLink())return function(e,t,n,r){let u=mt.readlinkSync(t);r.dereference&&(u=ht.resolve(process.cwd(),u));if(e){let e;try{e=mt.readlinkSync(n)}catch(e){if("EINVAL"===e.code||"UNKNOWN"===e.code)return mt.symlinkSync(u,n);throw e}if(r.dereference&&(e=ht.resolve(process.cwd(),e)),Ft.isSrcSubdir(u,e))throw new Error(`Cannot copy '${u}' to a subdirectory of itself, '${e}'.`);if(mt.statSync(n).isDirectory()&&Ft.isSrcSubdir(e,u))throw new Error(`Cannot overwrite '${e}' with '${u}'.`);return function(e,t){return mt.unlinkSync(t),mt.symlinkSync(e,t)}(u,n)}return mt.symlinkSync(u,n)}(e,t,n,r);if(u.isSocket())throw new Error(`Cannot copy a socket file: ${t}`);if(u.isFIFO())throw new Error(`Cannot copy a FIFO pipe: ${t}`);throw new Error(`Unknown file: ${t}`)}function At(e,t,n,r){return mt.copyFileSync(t,n),r.preserveTimestamps&&function(e,t,n){(function(e){return 0==(128&e)})(e)&&function(e,t){vt(e,128|t)}(n,e);(function(e,t){const n=mt.statSync(e);Ct(t,n.atime,n.mtime)})(t,n)}(e.mode,t,n),vt(n,e.mode)}function vt(e,t){return mt.chmodSync(e,t)}function St(e,t,n){mt.readdirSync(e).forEach((r=>function(e,t,n,r){const u=ht.join(t,e),o=ht.join(n,e),{destStat:i}=Ft.checkPathsSync(u,o,"copy",r);return function(e,t,n,r){if(!r.filter||r.filter(t,n))return gt(e,t,n,r)}(i,u,o,r)}(r,e,t,n)))}var wt=function(e,t,n){"function"==typeof n&&(n={filter:n}),(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269");const{srcStat:r,destStat:u}=Ft.checkPathsSync(e,t,"copy",n);return Ft.checkParentPathsSync(e,r,t,"copy"),function(e,t,n,r){if(r.filter&&!r.filter(t,n))return;const u=ht.dirname(n);mt.existsSync(u)||yt(u);return gt(e,t,n,r)}(u,e,t,n)};var Ot={copy:(0,re.fromCallback)(Et),copySync:wt};const bt=we,_t=p.default,Bt=g.default,Pt="win32"===process.platform;function kt(e){["unlink","chmod","stat","lstat","rmdir","readdir"].forEach((t=>{e[t]=e[t]||bt[t],e[t+="Sync"]=e[t]||bt[t]})),e.maxBusyTries=e.maxBusyTries||3}function xt(e,t,n){let r=0;"function"==typeof t&&(n=t,t={}),Bt(e,"rimraf: missing path"),Bt.strictEqual(typeof e,"string","rimraf: path should be a string"),Bt.strictEqual(typeof n,"function","rimraf: callback function required"),Bt(t,"rimraf: invalid options argument provided"),Bt.strictEqual(typeof t,"object","rimraf: options should be object"),kt(t),Nt(e,t,(function u(o){if(o){if(("EBUSY"===o.code||"ENOTEMPTY"===o.code||"EPERM"===o.code)&&rNt(e,t,u)),100*r)}"ENOENT"===o.code&&(o=null)}n(o)}))}function Nt(e,t,n){Bt(e),Bt(t),Bt("function"==typeof n),t.lstat(e,((r,u)=>r&&"ENOENT"===r.code?n(null):r&&"EPERM"===r.code&&Pt?It(e,t,r,n):u&&u.isDirectory()?Rt(e,t,r,n):void t.unlink(e,(r=>{if(r){if("ENOENT"===r.code)return n(null);if("EPERM"===r.code)return Pt?It(e,t,r,n):Rt(e,t,r,n);if("EISDIR"===r.code)return Rt(e,t,r,n)}return n(r)}))))}function It(e,t,n,r){Bt(e),Bt(t),Bt("function"==typeof r),t.chmod(e,438,(u=>{u?r("ENOENT"===u.code?null:n):t.stat(e,((u,o)=>{u?r("ENOENT"===u.code?null:n):o.isDirectory()?Rt(e,t,n,r):t.unlink(e,r)}))}))}function Tt(e,t,n){let r;Bt(e),Bt(t);try{t.chmodSync(e,438)}catch(e){if("ENOENT"===e.code)return;throw n}try{r=t.statSync(e)}catch(e){if("ENOENT"===e.code)return;throw n}r.isDirectory()?Lt(e,t,n):t.unlinkSync(e)}function Rt(e,t,n,r){Bt(e),Bt(t),Bt("function"==typeof r),t.rmdir(e,(u=>{!u||"ENOTEMPTY"!==u.code&&"EEXIST"!==u.code&&"EPERM"!==u.code?u&&"ENOTDIR"===u.code?r(n):r(u):function(e,t,n){Bt(e),Bt(t),Bt("function"==typeof n),t.readdir(e,((r,u)=>{if(r)return n(r);let o,i=u.length;if(0===i)return t.rmdir(e,n);u.forEach((r=>{xt(_t.join(e,r),t,(r=>{if(!o)return r?n(o=r):void(0==--i&&t.rmdir(e,n))}))}))}))}(e,t,r)}))}function Mt(e,t){let n;kt(t=t||{}),Bt(e,"rimraf: missing path"),Bt.strictEqual(typeof e,"string","rimraf: path should be a string"),Bt(t,"rimraf: missing options"),Bt.strictEqual(typeof t,"object","rimraf: options should be object");try{n=t.lstatSync(e)}catch(n){if("ENOENT"===n.code)return;"EPERM"===n.code&&Pt&&Tt(e,t,n)}try{n&&n.isDirectory()?Lt(e,t,null):t.unlinkSync(e)}catch(n){if("ENOENT"===n.code)return;if("EPERM"===n.code)return Pt?Tt(e,t,n):Lt(e,t,n);if("EISDIR"!==n.code)throw n;Lt(e,t,n)}}function Lt(e,t,n){Bt(e),Bt(t);try{t.rmdirSync(e)}catch(r){if("ENOTDIR"===r.code)throw n;if("ENOTEMPTY"===r.code||"EEXIST"===r.code||"EPERM"===r.code)!function(e,t){if(Bt(e),Bt(t),t.readdirSync(e).forEach((n=>Mt(_t.join(e,n),t))),!Pt){return t.rmdirSync(e,t)}{const n=Date.now();do{try{return t.rmdirSync(e,t)}catch{}}while(Date.now()-n<500)}}(e,t);else if("ENOENT"!==r.code)throw r}}var jt=xt;xt.sync=Mt;const $t=we,Ht=re.fromCallback,Jt=jt;var Gt={remove:Ht((function(e,t){if($t.rm)return $t.rm(e,{recursive:!0,force:!0},t);Jt(e,t)})),removeSync:function(e){if($t.rmSync)return $t.rmSync(e,{recursive:!0,force:!0});Jt.sync(e)}};const Vt=re.fromPromise,Ut=ne,Wt=p.default,zt=$e,Kt=Gt,qt=Vt((async function(e){let t;try{t=await Ut.readdir(e)}catch{return zt.mkdirs(e)}return Promise.all(t.map((t=>Kt.remove(Wt.join(e,t)))))}));function Yt(e){let t;try{t=Ut.readdirSync(e)}catch{return zt.mkdirsSync(e)}t.forEach((t=>{t=Wt.join(e,t),Kt.removeSync(t)}))}var Xt={emptyDirSync:Yt,emptydirSync:Yt,emptyDir:qt,emptydir:qt};const Zt=re.fromCallback,Qt=p.default,en=we,tn=$e;var nn={createFile:Zt((function(e,t){function n(){en.writeFile(e,"",(e=>{if(e)return t(e);t()}))}en.stat(e,((r,u)=>{if(!r&&u.isFile())return t();const o=Qt.dirname(e);en.stat(o,((e,r)=>{if(e)return"ENOENT"===e.code?tn.mkdirs(o,(e=>{if(e)return t(e);n()})):t(e);r.isDirectory()?n():en.readdir(o,(e=>{if(e)return t(e)}))}))}))})),createFileSync:function(e){let t;try{t=en.statSync(e)}catch{}if(t&&t.isFile())return;const n=Qt.dirname(e);try{en.statSync(n).isDirectory()||en.readdirSync(n)}catch(e){if(!e||"ENOENT"!==e.code)throw e;tn.mkdirsSync(n)}en.writeFileSync(e,"")}};const rn=re.fromCallback,un=p.default,on=we,sn=$e,cn=Ge.pathExists,{areIdentical:an}=et;var ln={createLink:rn((function(e,t,n){function r(e,t){on.link(e,t,(e=>{if(e)return n(e);n(null)}))}on.lstat(t,((u,o)=>{on.lstat(e,((u,i)=>{if(u)return u.message=u.message.replace("lstat","ensureLink"),n(u);if(o&&an(i,o))return n(null);const s=un.dirname(t);cn(s,((u,o)=>u?n(u):o?r(e,t):void sn.mkdirs(s,(u=>{if(u)return n(u);r(e,t)}))))}))}))})),createLinkSync:function(e,t){let n;try{n=on.lstatSync(t)}catch{}try{const t=on.lstatSync(e);if(n&&an(t,n))return}catch(e){throw e.message=e.message.replace("lstat","ensureLink"),e}const r=un.dirname(t);return on.existsSync(r)||sn.mkdirsSync(r),on.linkSync(e,t)}};const fn=p.default,dn=we,Dn=Ge.pathExists;var pn={symlinkPaths:function(e,t,n){if(fn.isAbsolute(e))return dn.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:e})));{const r=fn.dirname(t),u=fn.join(r,e);return Dn(u,((t,o)=>t?n(t):o?n(null,{toCwd:u,toDst:e}):dn.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:fn.relative(r,e)})))))}},symlinkPathsSync:function(e,t){let n;if(fn.isAbsolute(e)){if(n=dn.existsSync(e),!n)throw new Error("absolute srcpath does not exist");return{toCwd:e,toDst:e}}{const r=fn.dirname(t),u=fn.join(r,e);if(n=dn.existsSync(u),n)return{toCwd:u,toDst:e};if(n=dn.existsSync(e),!n)throw new Error("relative srcpath does not exist");return{toCwd:e,toDst:fn.relative(r,e)}}}};const En=we;var mn={symlinkType:function(e,t,n){if(n="function"==typeof t?t:n,t="function"!=typeof t&&t)return n(null,t);En.lstat(e,((e,r)=>{if(e)return n(null,"file");t=r&&r.isDirectory()?"dir":"file",n(null,t)}))},symlinkTypeSync:function(e,t){let n;if(t)return t;try{n=En.lstatSync(e)}catch{return"file"}return n&&n.isDirectory()?"dir":"file"}};const hn=re.fromCallback,yn=p.default,Cn=ne,Fn=$e.mkdirs,gn=$e.mkdirsSync,An=pn.symlinkPaths,vn=pn.symlinkPathsSync,Sn=mn.symlinkType,wn=mn.symlinkTypeSync,On=Ge.pathExists,{areIdentical:bn}=et;function _n(e,t,n,r){An(e,t,((u,o)=>{if(u)return r(u);e=o.toDst,Sn(o.toCwd,n,((n,u)=>{if(n)return r(n);const o=yn.dirname(t);On(o,((n,i)=>n?r(n):i?Cn.symlink(e,t,u,r):void Fn(o,(n=>{if(n)return r(n);Cn.symlink(e,t,u,r)}))))}))}))}var Bn={createSymlink:hn((function(e,t,n,r){r="function"==typeof n?n:r,n="function"!=typeof n&&n,Cn.lstat(t,((u,o)=>{!u&&o.isSymbolicLink()?Promise.all([Cn.stat(e),Cn.stat(t)]).then((([u,o])=>{if(bn(u,o))return r(null);_n(e,t,n,r)})):_n(e,t,n,r)}))})),createSymlinkSync:function(e,t,n){let r;try{r=Cn.lstatSync(t)}catch{}if(r&&r.isSymbolicLink()){const n=Cn.statSync(e),r=Cn.statSync(t);if(bn(n,r))return}const u=vn(e,t);e=u.toDst,n=wn(u.toCwd,n);const o=yn.dirname(t);return Cn.existsSync(o)||gn(o),Cn.symlinkSync(e,t,n)}};const{createFile:Pn,createFileSync:kn}=nn,{createLink:xn,createLinkSync:Nn}=ln,{createSymlink:In,createSymlinkSync:Tn}=Bn;var Rn={createFile:Pn,createFileSync:kn,ensureFile:Pn,ensureFileSync:kn,createLink:xn,createLinkSync:Nn,ensureLink:xn,ensureLinkSync:Nn,createSymlink:In,createSymlinkSync:Tn,ensureSymlink:In,ensureSymlinkSync:Tn};var Mn={stringify:function(e,{EOL:t="\n",finalEOL:n=!0,replacer:r=null,spaces:u}={}){const o=n?t:"";return JSON.stringify(e,r,u).replace(/\n/g,t)+o},stripBom:function(e){return Buffer.isBuffer(e)&&(e=e.toString("utf8")),e.replace(/^\uFEFF/,"")}};let Ln;try{Ln=we}catch(e){Ln=D.default}const jn=re,{stringify:$n,stripBom:Hn}=Mn;const Jn=jn.fromPromise((async function(e,t={}){"string"==typeof t&&(t={encoding:t});const n=t.fs||Ln,r=!("throws"in t)||t.throws;let u,o=await jn.fromCallback(n.readFile)(e,t);o=Hn(o);try{u=JSON.parse(o,t?t.reviver:null)}catch(t){if(r)throw t.message=`${e}: ${t.message}`,t;return null}return u}));const Gn=jn.fromPromise((async function(e,t,n={}){const r=n.fs||Ln,u=$n(t,n);await jn.fromCallback(r.writeFile)(e,u,n)}));const Vn={readFile:Jn,readFileSync:function(e,t={}){"string"==typeof t&&(t={encoding:t});const n=t.fs||Ln,r=!("throws"in t)||t.throws;try{let r=n.readFileSync(e,t);return r=Hn(r),JSON.parse(r,t.reviver)}catch(t){if(r)throw t.message=`${e}: ${t.message}`,t;return null}},writeFile:Gn,writeFileSync:function(e,t,n={}){const r=n.fs||Ln,u=$n(t,n);return r.writeFileSync(e,u,n)}};var Un={readJson:Vn.readFile,readJsonSync:Vn.readFileSync,writeJson:Vn.writeFile,writeJsonSync:Vn.writeFileSync};const Wn=re.fromCallback,zn=we,Kn=p.default,qn=$e,Yn=Ge.pathExists;var Xn={outputFile:Wn((function(e,t,n,r){"function"==typeof n&&(r=n,n="utf8");const u=Kn.dirname(e);Yn(u,((o,i)=>o?r(o):i?zn.writeFile(e,t,n,r):void qn.mkdirs(u,(u=>{if(u)return r(u);zn.writeFile(e,t,n,r)}))))})),outputFileSync:function(e,...t){const n=Kn.dirname(e);if(zn.existsSync(n))return zn.writeFileSync(e,...t);qn.mkdirsSync(n),zn.writeFileSync(e,...t)}};const{stringify:Zn}=Mn,{outputFile:Qn}=Xn;var er=async function(e,t,n={}){const r=Zn(t,n);await Qn(e,r,n)};const{stringify:tr}=Mn,{outputFileSync:nr}=Xn;var rr=function(e,t,n){const r=tr(t,n);nr(e,r,n)};const ur=re.fromPromise,or=Un;or.outputJson=ur(er),or.outputJsonSync=rr,or.outputJSON=or.outputJson,or.outputJSONSync=or.outputJsonSync,or.writeJSON=or.writeJson,or.writeJSONSync=or.writeJsonSync,or.readJSON=or.readJson,or.readJSONSync=or.readJsonSync;var ir=or;const sr=we,cr=p.default,ar=Ot.copy,lr=Gt.remove,fr=$e.mkdirp,dr=Ge.pathExists,Dr=et;function pr(e,t,n,r,u){return r?Er(e,t,n,u):n?lr(t,(r=>r?u(r):Er(e,t,n,u))):void dr(t,((r,o)=>r?u(r):o?u(new Error("dest already exists.")):Er(e,t,n,u)))}function Er(e,t,n,r){sr.rename(e,t,(u=>u?"EXDEV"!==u.code?r(u):function(e,t,n,r){const u={overwrite:n,errorOnExist:!0};ar(e,t,u,(t=>t?r(t):lr(e,r)))}(e,t,n,r):r()))}var mr=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=n.overwrite||n.clobber||!1;Dr.checkPaths(e,t,"move",n,((n,o)=>{if(n)return r(n);const{srcStat:i,isChangingCase:s=!1}=o;Dr.checkParentPaths(e,i,t,"move",(n=>n?r(n):function(e){const t=cr.dirname(e);return cr.parse(t).root===t}(t)?pr(e,t,u,s,r):void fr(cr.dirname(t),(n=>n?r(n):pr(e,t,u,s,r)))))}))};const hr=we,yr=p.default,Cr=Ot.copySync,Fr=Gt.removeSync,gr=$e.mkdirpSync,Ar=et;function vr(e,t,n){try{hr.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)throw r;return function(e,t,n){const r={overwrite:n,errorOnExist:!0};return Cr(e,t,r),Fr(e)}(e,t,n)}}var Sr=function(e,t,n){const r=(n=n||{}).overwrite||n.clobber||!1,{srcStat:u,isChangingCase:o=!1}=Ar.checkPathsSync(e,t,"move",n);return Ar.checkParentPathsSync(e,u,t,"move"),function(e){const t=yr.dirname(e);return yr.parse(t).root===t}(t)||gr(yr.dirname(t)),function(e,t,n,r){if(r)return vr(e,t,n);if(n)return Fr(t),vr(e,t,n);if(hr.existsSync(t))throw new Error("dest already exists.");return vr(e,t,n)}(e,t,r,o)};var wr,Or,br,_r,Br,Pr={move:(0,re.fromCallback)(mr),moveSync:Sr},kr={...ne,...Ot,...Xt,...Rn,...ir,...$e,...Pr,...Xn,...Ge,...Gt},xr={},Nr={exports:{}},Ir={exports:{}};function Tr(){if(Or)return wr;Or=1;var e=1e3,t=60*e,n=60*t,r=24*n,u=7*r,o=365.25*r;function i(e,t,n,r){var u=t>=1.5*n;return Math.round(e/n)+" "+r+(u?"s":"")}return wr=function(s,c){c=c||{};var a=typeof s;if("string"===a&&s.length>0)return function(i){if((i=String(i)).length>100)return;var s=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(i);if(!s)return;var c=parseFloat(s[1]);switch((s[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return c*o;case"weeks":case"week":case"w":return c*u;case"days":case"day":case"d":return c*r;case"hours":case"hour":case"hrs":case"hr":case"h":return c*n;case"minutes":case"minute":case"mins":case"min":case"m":return c*t;case"seconds":case"second":case"secs":case"sec":case"s":return c*e;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return c;default:return}}(s);if("number"===a&&isFinite(s))return c.long?function(u){var o=Math.abs(u);if(o>=r)return i(u,o,r,"day");if(o>=n)return i(u,o,n,"hour");if(o>=t)return i(u,o,t,"minute");if(o>=e)return i(u,o,e,"second");return u+" ms"}(s):function(u){var o=Math.abs(u);if(o>=r)return Math.round(u/r)+"d";if(o>=n)return Math.round(u/n)+"h";if(o>=t)return Math.round(u/t)+"m";if(o>=e)return Math.round(u/e)+"s";return u+"ms"}(s);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(s))}}function Rr(){if(_r)return br;return _r=1,br=function(e){function t(e){let r,u,o,i=null;function s(...e){if(!s.enabled)return;const n=s,u=Number(new Date),o=u-(r||u);n.diff=o,n.prev=r,n.curr=u,r=u,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let i=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((r,u)=>{if("%%"===r)return"%";i++;const o=t.formatters[u];if("function"==typeof o){const t=e[i];r=o.call(n,t),e.splice(i,1),i--}return r})),t.formatArgs.call(n,e);(n.log||t.log).apply(n,e)}return s.namespace=e,s.useColors=t.useColors(),s.color=t.selectColor(e),s.extend=n,s.destroy=t.destroy,Object.defineProperty(s,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==i?i:(u!==t.namespaces&&(u=t.namespaces,o=t.enabled(e)),o),set:e=>{i=e}}),"function"==typeof t.init&&t.init(s),s}function n(e,n){const r=t(this.namespace+(void 0===n?":":n)+e);return r.log=this.log,r}function r(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){if(e instanceof Error)return e.stack||e.message;return e},t.disable=function(){const e=[...t.names.map(r),...t.skips.map(r).map((e=>"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){let n;t.save(e),t.namespaces=e,t.names=[],t.skips=[];const r=("string"==typeof e?e:"").split(/[\s,]+/),u=r.length;for(n=0;n{t[n]=e[n]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let n=0;for(let t=0;t{const n=e.startsWith("-")?"":1===e.length?"-":"--",r=t.indexOf(n+e),u=t.indexOf("--");return-1!==r&&(-1===u||r{}),"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."),t.colors=[6,2,3,4,5,1];try{const e=function(){if($r)return jr;$r=1;const e=E.default,t=A.default,n=Vr(),{env:r}=process;let u;function o(e){return 0!==e&&{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}function i(t,o){if(0===u)return 0;if(n("color=16m")||n("color=full")||n("color=truecolor"))return 3;if(n("color=256"))return 2;if(t&&!o&&void 0===u)return 0;const i=u||0;if("dumb"===r.TERM)return i;if("win32"===process.platform){const t=e.release().split(".");return Number(t[0])>=10&&Number(t[2])>=10586?Number(t[2])>=14931?3:2:1}if("CI"in r)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some((e=>e in r))||"codeship"===r.CI_NAME?1:i;if("TEAMCITY_VERSION"in r)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(r.TEAMCITY_VERSION)?1:0;if("truecolor"===r.COLORTERM)return 3;if("TERM_PROGRAM"in r){const e=parseInt((r.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(r.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(r.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(r.TERM)||"COLORTERM"in r?1:i}return n("no-color")||n("no-colors")||n("color=false")||n("color=never")?u=0:(n("color")||n("colors")||n("color=true")||n("color=always"))&&(u=1),"FORCE_COLOR"in r&&(u="true"===r.FORCE_COLOR?1:"false"===r.FORCE_COLOR?0:0===r.FORCE_COLOR.length?1:Math.min(parseInt(r.FORCE_COLOR,10),3)),jr={supportsColor:function(e){return o(i(e,e&&e.isTTY))},stdout:o(i(!0,t.isatty(1))),stderr:o(i(!0,t.isatty(2)))}}();e&&(e.stderr||e).level>=2&&(t.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch(e){}t.inspectOpts=Object.keys(process.env).filter((e=>/^debug_/i.test(e))).reduce(((e,t)=>{const n=t.substring(6).toLowerCase().replace(/_([a-z])/g,((e,t)=>t.toUpperCase()));let r=process.env[t];return r=!!/^(yes|on|true|enabled)$/i.test(r)||!/^(no|off|false|disabled)$/i.test(r)&&("null"===r?null:Number(r)),e[n]=r,e}),{}),e.exports=Rr()(t);const{formatters:u}=e.exports;u.o=function(e){return this.inspectOpts.colors=this.useColors,r.inspect(e,this.inspectOpts).split("\n").map((e=>e.trim())).join(" ")},u.O=function(e){return this.inspectOpts.colors=this.useColors,r.inspect(e,this.inspectOpts)}}(Gr,Gr.exports)),Gr.exports}Jr=Nr,"undefined"==typeof process||"renderer"===process.type||!0===process.browser||process.__nwjs?Jr.exports=(Br||(Br=1,function(e,t){t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const n="color: "+this.color;t.splice(1,0,n,"color: inherit");let r=0,u=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(r++,"%c"===e&&(u=r))})),t.splice(u,0,n)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug")}catch(e){}return!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e},t.useColors=function(){return!("undefined"==typeof window||!window.process||"renderer"!==window.process.type&&!window.process.__nwjs)||("undefined"==typeof navigator||!navigator.userAgent||!navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))&&("undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/))},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=Rr()(t);const{formatters:n}=e.exports;n.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}}(Ir,Ir.exports)),Ir.exports):Jr.exports=Ur();var Wr=function(e){return(e=e||{}).circles?function(e){var t=[],n=[];return e.proto?function e(u){if("object"!=typeof u||null===u)return u;if(u instanceof Date)return new Date(u);if(Array.isArray(u))return r(u,e);if(u instanceof Map)return new Map(r(Array.from(u),e));if(u instanceof Set)return new Set(r(Array.from(u),e));var o={};for(var i in t.push(u),n.push(o),u){var s=u[i];if("object"!=typeof s||null===s)o[i]=s;else if(s instanceof Date)o[i]=new Date(s);else if(s instanceof Map)o[i]=new Map(r(Array.from(s),e));else if(s instanceof Set)o[i]=new Set(r(Array.from(s),e));else if(ArrayBuffer.isView(s))o[i]=zr(s);else{var c=t.indexOf(s);o[i]=-1!==c?n[c]:e(s)}}return t.pop(),n.pop(),o}:function e(u){if("object"!=typeof u||null===u)return u;if(u instanceof Date)return new Date(u);if(Array.isArray(u))return r(u,e);if(u instanceof Map)return new Map(r(Array.from(u),e));if(u instanceof Set)return new Set(r(Array.from(u),e));var o={};for(var i in t.push(u),n.push(o),u)if(!1!==Object.hasOwnProperty.call(u,i)){var s=u[i];if("object"!=typeof s||null===s)o[i]=s;else if(s instanceof Date)o[i]=new Date(s);else if(s instanceof Map)o[i]=new Map(r(Array.from(s),e));else if(s instanceof Set)o[i]=new Set(r(Array.from(s),e));else if(ArrayBuffer.isView(s))o[i]=zr(s);else{var c=t.indexOf(s);o[i]=-1!==c?n[c]:e(s)}}return t.pop(),n.pop(),o};function r(e,r){for(var u=Object.keys(e),o=new Array(u.length),i=0;i!e,Qr=e=>e&&"object"==typeof e&&!Array.isArray(e),eu=(e,t,n)=>{(Array.isArray(t)?t:[t]).forEach((t=>{if(t)throw new Error(`Problem with log4js configuration: (${Kr.inspect(e,{depth:5})}) - ${n}`)}))};var tu={configure:e=>{qr("New configuration to be validated: ",e),eu(e,Zr(Qr(e)),"must be an object."),qr(`Calling pre-processing listeners (${Yr.length})`),Yr.forEach((t=>t(e))),qr("Configuration pre-processing finished."),qr(`Calling configuration listeners (${Xr.length})`),Xr.forEach((t=>t(e))),qr("Configuration finished.")},addListener:e=>{Xr.push(e),qr(`Added listener, now ${Xr.length} listeners`)},addPreProcessingListener:e=>{Yr.push(e),qr(`Added pre-processing listener, now ${Yr.length} listeners`)},throwExceptionIf:eu,anObject:Qr,anInteger:e=>e&&"number"==typeof e&&Number.isInteger(e),validIdentifier:e=>/^[A-Za-z][A-Za-z0-9_]*$/g.test(e),not:Zr},nu={exports:{}};!function(e){function t(e,t){for(var n=e.toString();n.length-1?s:c,l=n(u.getHours()),f=n(u.getMinutes()),d=n(u.getSeconds()),D=t(u.getMilliseconds(),3),p=function(e){var t=Math.abs(e),n=String(Math.floor(t/60)),r=String(t%60);return n=("0"+n).slice(-2),r=("0"+r).slice(-2),0===e?"Z":(e<0?"+":"-")+n+":"+r}(u.getTimezoneOffset());return r.replace(/dd/g,o).replace(/MM/g,i).replace(/y{1,4}/g,a).replace(/hh/g,l).replace(/mm/g,f).replace(/ss/g,d).replace(/SSS/g,D).replace(/O/g,p)}function u(e,t,n,r){e["set"+(r?"":"UTC")+t](n)}e.exports=r,e.exports.asString=r,e.exports.parse=function(t,n,r){if(!t)throw new Error("pattern must be supplied");return function(t,n,r){var o=t.indexOf("O")<0,i=!1,s=[{pattern:/y{1,4}/,regexp:"\\d{1,4}",fn:function(e,t){u(e,"FullYear",t,o)}},{pattern:/MM/,regexp:"\\d{1,2}",fn:function(e,t){u(e,"Month",t-1,o),e.getMonth()!==t-1&&(i=!0)}},{pattern:/dd/,regexp:"\\d{1,2}",fn:function(e,t){i&&u(e,"Month",e.getMonth()-1,o),u(e,"Date",t,o)}},{pattern:/hh/,regexp:"\\d{1,2}",fn:function(e,t){u(e,"Hours",t,o)}},{pattern:/mm/,regexp:"\\d\\d",fn:function(e,t){u(e,"Minutes",t,o)}},{pattern:/ss/,regexp:"\\d\\d",fn:function(e,t){u(e,"Seconds",t,o)}},{pattern:/SSS/,regexp:"\\d\\d\\d",fn:function(e,t){u(e,"Milliseconds",t,o)}},{pattern:/O/,regexp:"[+-]\\d{1,2}:?\\d{2}?|Z",fn:function(e,t){t="Z"===t?0:t.replace(":","");var n=Math.abs(t),r=(t>0?-1:1)*(n%100+60*Math.floor(n/100));e.setUTCMinutes(e.getUTCMinutes()+r)}}],c=s.reduce((function(e,t){return t.pattern.test(e.regexp)?(t.index=e.regexp.match(t.pattern).index,e.regexp=e.regexp.replace(t.pattern,"("+t.regexp+")")):t.index=-1,e}),{regexp:t,index:[]}),a=s.filter((function(e){return e.index>-1}));a.sort((function(e,t){return e.index-t.index}));var l=new RegExp(c.regexp).exec(n);if(l){var f=r||e.exports.now();return a.forEach((function(e,t){e.fn(f,l[t+1])})),f}throw new Error("String '"+n+"' could not be parsed as '"+t+"'")}(t,n,r)},e.exports.now=function(){return new Date},e.exports.ISO8601_FORMAT="yyyy-MM-ddThh:mm:ss.SSS",e.exports.ISO8601_WITH_TZ_OFFSET_FORMAT="yyyy-MM-ddThh:mm:ss.SSSO",e.exports.DATETIME_FORMAT="dd MM yyyy hh:mm:ss.SSS",e.exports.ABSOLUTETIME_FORMAT="hh:mm:ss.SSS"}(nu);const ru=nu.exports,uu=E.default,ou=F.default,iu=p.default,su={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[90,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[91,39],yellow:[33,39]};function cu(e){return e?`[${su[e][0]}m`:""}function au(e){return e?`[${su[e][1]}m`:""}function lu(e,t){return n=ou.format("[%s] [%s] %s - ",ru.asString(e.startTime),e.level.toString(),e.categoryName),cu(r=t)+n+au(r);var n,r}function fu(e){return lu(e)+ou.format(...e.data)}function du(e){return lu(e,e.level.colour)+ou.format(...e.data)}function Du(e){return ou.format(...e.data)}function pu(e){return e.data[0]}function Eu(e,t){const n=/%(-?[0-9]+)?(\.?-?[0-9]+)?([[\]cdhmnprzxXyflos%])(\{([^}]+)\})?|([^%]+)/;function r(e){return e&&e.pid?e.pid.toString():process.pid.toString()}e=e||"%r %p %c - %m%n";const u={c:function(e,t){let n=e.categoryName;if(t){const e=parseInt(t,10),r=n.split(".");ee&&(n=r.slice(-e).join(iu.sep))}return n},l:function(e){return e.lineNumber?`${e.lineNumber}`:""},o:function(e){return e.columnNumber?`${e.columnNumber}`:""},s:function(e){return e.callStack||""}};function o(e,t,n){return u[e](t,n)}function i(e,t,n){let r=e;return r=function(e,t){let n;return e?(n=parseInt(e.substr(1),10),n>0?t.slice(0,n):t.slice(n)):t}(t,r),r=function(e,t){let n;if(e)if("-"===e.charAt(0))for(n=parseInt(e.substr(1),10);t.lengthDu,basic:()=>fu,colored:()=>du,coloured:()=>du,pattern:e=>Eu(e&&e.pattern,e&&e.tokens),dummy:()=>pu};var hu={basicLayout:fu,messagePassThroughLayout:Du,patternLayout:Eu,colouredLayout:du,coloredLayout:du,dummyLayout:pu,addLayout(e,t){mu[e]=t},layout:(e,t)=>mu[e]&&mu[e](t)};const yu=tu,Cu=["white","grey","black","blue","cyan","green","magenta","red","yellow"];class Fu{constructor(e,t,n){this.level=e,this.levelStr=t,this.colour=n}toString(){return this.levelStr}static getLevel(e,t){return e?e instanceof Fu?e:(e instanceof Object&&e.levelStr&&(e=e.levelStr),Fu[e.toString().toUpperCase()]||t):t}static addLevels(e){if(e){Object.keys(e).forEach((t=>{const n=t.toUpperCase();Fu[n]=new Fu(e[t].value,n,e[t].colour);const r=Fu.levels.findIndex((e=>e.levelStr===n));r>-1?Fu.levels[r]=Fu[n]:Fu.levels.push(Fu[n])})),Fu.levels.sort(((e,t)=>e.level-t.level))}}isLessThanOrEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level<=e.level}isGreaterThanOrEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level>=e.level}isEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level===e.level}}Fu.levels=[],Fu.addLevels({ALL:{value:Number.MIN_VALUE,colour:"grey"},TRACE:{value:5e3,colour:"blue"},DEBUG:{value:1e4,colour:"cyan"},INFO:{value:2e4,colour:"green"},WARN:{value:3e4,colour:"yellow"},ERROR:{value:4e4,colour:"red"},FATAL:{value:5e4,colour:"magenta"},MARK:{value:9007199254740992,colour:"grey"},OFF:{value:Number.MAX_VALUE,colour:"grey"}}),yu.addListener((e=>{const t=e.levels;if(t){yu.throwExceptionIf(e,yu.not(yu.anObject(t)),"levels must be an object");Object.keys(t).forEach((n=>{yu.throwExceptionIf(e,yu.not(yu.validIdentifier(n)),`level name "${n}" is not a valid identifier (must start with a letter, only contain A-Z,a-z,0-9,_)`),yu.throwExceptionIf(e,yu.not(yu.anObject(t[n])),`level "${n}" must be an object`),yu.throwExceptionIf(e,yu.not(t[n].value),`level "${n}" must have a 'value' property`),yu.throwExceptionIf(e,yu.not(yu.anInteger(t[n].value)),`level "${n}".value must have an integer value`),yu.throwExceptionIf(e,yu.not(t[n].colour),`level "${n}" must have a 'colour' property`),yu.throwExceptionIf(e,yu.not(Cu.indexOf(t[n].colour)>-1),`level "${n}".colour must be one of ${Cu.join(", ")}`)}))}})),yu.addListener((e=>{Fu.addLevels(e.levels)}));var gu=Fu,Au={exports:{}},vu={};/*! (c) 2020 Andrea Giammarchi */ +const{parse:Su,stringify:wu}=JSON,{keys:Ou}=Object,bu=String,_u="string",Bu={},Pu="object",ku=(e,t)=>t,xu=e=>e instanceof bu?bu(e):e,Nu=(e,t)=>typeof t===_u?new bu(t):t,Iu=(e,t,n,r)=>{const u=[];for(let o=Ou(n),{length:i}=o,s=0;s{const r=bu(t.push(n)-1);return e.set(n,r),r},Ru=(e,t)=>{const n=Su(e,Nu).map(xu),r=n[0],u=t||ku,o=typeof r===Pu&&r?Iu(n,new Set,r,u):r;return u.call({"":o},"",o)};vu.parse=Ru;const Mu=(e,t,n)=>{const r=t&&typeof t===Pu?(e,n)=>""===e||-1Su(Mu(e));vu.fromJSON=e=>Ru(wu(e));const Lu=vu,ju=gu;class $u{constructor(e,t,n,r,u){this.startTime=new Date,this.categoryName=e,this.data=n,this.level=t,this.context=Object.assign({},r),this.pid=process.pid,u&&(this.functionName=u.functionName,this.fileName=u.fileName,this.lineNumber=u.lineNumber,this.columnNumber=u.columnNumber,this.callStack=u.callStack)}serialise(){const e=this.data.map((e=>(e&&e.message&&e.stack&&(e=Object.assign({message:e.message,stack:e.stack},e)),e)));return this.data=e,Lu.stringify(this)}static deserialise(e){let t;try{const n=Lu.parse(e);n.data=n.data.map((e=>{if(e&&e.message&&e.stack){const t=new Error(e);Object.keys(e).forEach((n=>{t[n]=e[n]})),e=t}return e})),t=new $u(n.categoryName,ju.getLevel(n.level.levelStr),n.data,n.context),t.startTime=new Date(n.startTime),t.pid=n.pid,t.cluster=n.cluster}catch(n){t=new $u("log4js",ju.ERROR,["Unable to parse log:",e,"because: ",n])}return t}}var Hu=$u;const Ju=Nr.exports("log4js:clustering"),Gu=Hu,Vu=tu;let Uu=!1,Wu=null;try{Wu=require("cluster")}catch(e){Ju("cluster module not present"),Uu=!0}const zu=[];let Ku=!1,qu="NODE_APP_INSTANCE";const Yu=()=>Ku&&"0"===process.env[qu],Xu=()=>Uu||Wu.isMaster||Yu(),Zu=e=>{zu.forEach((t=>t(e)))},Qu=(e,t)=>{if(Ju("cluster message received from worker ",e,": ",t),e.topic&&e.data&&(t=e,e=void 0),t&&t.topic&&"log4js:message"===t.topic){Ju("received message: ",t.data);const e=Gu.deserialise(t.data);Zu(e)}};Uu||Vu.addListener((e=>{zu.length=0,({pm2:Ku,disableClustering:Uu,pm2InstanceVar:qu="NODE_APP_INSTANCE"}=e),Ju(`clustering disabled ? ${Uu}`),Ju(`cluster.isMaster ? ${Wu&&Wu.isMaster}`),Ju(`pm2 enabled ? ${Ku}`),Ju(`pm2InstanceVar = ${qu}`),Ju(`process.env[${qu}] = ${process.env[qu]}`),Ku&&process.removeListener("message",Qu),Wu&&Wu.removeListener&&Wu.removeListener("message",Qu),Uu||e.disableClustering?Ju("Not listening for cluster messages, because clustering disabled."):Yu()?(Ju("listening for PM2 broadcast messages"),process.on("message",Qu)):Wu.isMaster?(Ju("listening for cluster messages"),Wu.on("message",Qu)):Ju("not listening for messages, because we are not a master process")}));var eo={onlyOnMaster:(e,t)=>Xu()?e():t,isMaster:Xu,send:e=>{Xu()?Zu(e):(Ku||(e.cluster={workerId:Wu.worker.id,worker:process.pid}),process.send({topic:"log4js:message",data:e.serialise()}))},onMessage:e=>{zu.push(e)}},to={};function no(e){if("number"==typeof e&&Number.isInteger(e))return e;const t={K:1024,M:1048576,G:1073741824},n=Object.keys(t),r=e.substr(e.length-1).toLocaleUpperCase(),u=e.substring(0,e.length-1).trim();if(n.indexOf(r)<0||!Number.isInteger(Number(u)))throw Error(`maxLogSize: "${e}" is invalid`);return u*t[r]}function ro(e){return function(e,t){const n=Object.assign({},t);return Object.keys(e).forEach((r=>{n[r]&&(n[r]=e[r](t[r]))})),n}({maxLogSize:no},e)}const uo={file:ro,fileSync:ro};to.modifyConfig=e=>uo[e.type]?uo[e.type](e):e;var oo={};const io=console.log.bind(console);oo.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{io(e(n,t))}}(n,e.timezoneOffset)};var so={};so.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{process.stdout.write(`${e(n,t)}\n`)}}(n,e.timezoneOffset)};var co={};co.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{process.stderr.write(`${e(n,t)}\n`)}}(n,e.timezoneOffset)};var ao={};ao.configure=function(e,t,n,r){const u=n(e.appender);return function(e,t,n,r){const u=r.getLevel(e),o=r.getLevel(t,r.FATAL);return e=>{const t=e.level;t.isGreaterThanOrEqualTo(u)&&t.isLessThanOrEqualTo(o)&&n(e)}}(e.level,e.maxLevel,u,r)};var lo={};const fo=Nr.exports("log4js:categoryFilter");lo.configure=function(e,t,n){const r=n(e.appender);return function(e,t){return"string"==typeof e&&(e=[e]),n=>{fo(`Checking ${n.categoryName} against ${e}`),-1===e.indexOf(n.categoryName)&&(fo("Not excluded, sending to appender"),t(n))}}(e.exclude,r)};var Do={};const po=Nr.exports("log4js:noLogFilter");Do.configure=function(e,t,n){const r=n(e.appender);return function(e,t){return n=>{po(`Checking data: ${n.data} against filters: ${e}`),"string"==typeof e&&(e=[e]),e=e.filter((e=>null!=e&&""!==e));const r=new RegExp(e.join("|"),"i");(0===e.length||n.data.findIndex((e=>r.test(e)))<0)&&(po("Not excluded, sending to appender"),t(n))}}(e.exclude,r)};var Eo={},mo={exports:{}},ho={},yo={fromCallback:function(e){return Object.defineProperty((function(){if("function"!=typeof arguments[arguments.length-1])return new Promise(((t,n)=>{arguments[arguments.length]=(e,r)=>{if(e)return n(e);t(r)},arguments.length++,e.apply(this,arguments)}));e.apply(this,arguments)}),"name",{value:e.name})},fromPromise:function(e){return Object.defineProperty((function(){const t=arguments[arguments.length-1];if("function"!=typeof t)return e.apply(this,arguments);e.apply(this,arguments).then((e=>t(null,e)),t)}),"name",{value:e.name})}};!function(e){const t=yo.fromCallback,n=we,r=["access","appendFile","chmod","chown","close","copyFile","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","lchown","lchmod","link","lstat","mkdir","mkdtemp","open","readFile","readdir","readlink","realpath","rename","rmdir","stat","symlink","truncate","unlink","utimes","writeFile"].filter((e=>"function"==typeof n[e]));Object.keys(n).forEach((t=>{"promises"!==t&&(e[t]=n[t])})),r.forEach((r=>{e[r]=t(n[r])})),e.exists=function(e,t){return"function"==typeof t?n.exists(e,t):new Promise((t=>n.exists(e,t)))},e.read=function(e,t,r,u,o,i){return"function"==typeof i?n.read(e,t,r,u,o,i):new Promise(((i,s)=>{n.read(e,t,r,u,o,((e,t,n)=>{if(e)return s(e);i({bytesRead:t,buffer:n})}))}))},e.write=function(e,t,...r){return"function"==typeof r[r.length-1]?n.write(e,t,...r):new Promise(((u,o)=>{n.write(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffer:n})}))}))},"function"==typeof n.realpath.native&&(e.realpath.native=t(n.realpath.native))}(ho);const Co=p.default;function Fo(e){return(e=Co.normalize(Co.resolve(e)).split(Co.sep)).length>0?e[0]:null}const go=/[<>:"|?*]/;var Ao=function(e){const t=Fo(e);return e=e.replace(t,""),go.test(e)};const vo=we,So=p.default,wo=Ao,Oo=parseInt("0777",8);var bo=function e(t,n,r,u){if("function"==typeof n?(r=n,n={}):n&&"object"==typeof n||(n={mode:n}),"win32"===process.platform&&wo(t)){const e=new Error(t+" contains invalid WIN32 path characters.");return e.code="EINVAL",r(e)}let o=n.mode;const i=n.fs||vo;void 0===o&&(o=Oo&~process.umask()),u||(u=null),r=r||function(){},t=So.resolve(t),i.mkdir(t,o,(o=>{if(!o)return r(null,u=u||t);if("ENOENT"===o.code){if(So.dirname(t)===t)return r(o);e(So.dirname(t),n,((u,o)=>{u?r(u,o):e(t,n,r,o)}))}else i.stat(t,((e,t)=>{e||!t.isDirectory()?r(o,u):r(null,u)}))}))};const _o=we,Bo=p.default,Po=Ao,ko=parseInt("0777",8);var xo=function e(t,n,r){n&&"object"==typeof n||(n={mode:n});let u=n.mode;const o=n.fs||_o;if("win32"===process.platform&&Po(t)){const e=new Error(t+" contains invalid WIN32 path characters.");throw e.code="EINVAL",e}void 0===u&&(u=ko&~process.umask()),r||(r=null),t=Bo.resolve(t);try{o.mkdirSync(t,u),r=r||t}catch(u){if("ENOENT"===u.code){if(Bo.dirname(t)===t)throw u;r=e(Bo.dirname(t),n,r),e(t,n,r)}else{let e;try{e=o.statSync(t)}catch(e){throw u}if(!e.isDirectory())throw u}}return r};const No=(0,yo.fromCallback)(bo);var Io={mkdirs:No,mkdirsSync:xo,mkdirp:No,mkdirpSync:xo,ensureDir:No,ensureDirSync:xo};const To=we;E.default,p.default;var Ro=function(e,t,n,r){To.open(e,"r+",((e,u)=>{if(e)return r(e);To.futimes(u,t,n,(e=>{To.close(u,(t=>{r&&r(e||t)}))}))}))},Mo=function(e,t,n){const r=To.openSync(e,"r+");return To.futimesSync(r,t,n),To.closeSync(r)};const Lo=we,jo=p.default,$o=10,Ho=5,Jo=0,Go=process.versions.node.split("."),Vo=Number.parseInt(Go[0],10),Uo=Number.parseInt(Go[1],10),Wo=Number.parseInt(Go[2],10);function zo(){if(Vo>$o)return!0;if(Vo===$o){if(Uo>Ho)return!0;if(Uo===Ho&&Wo>=Jo)return!0}return!1}function Ko(e,t){const n=jo.resolve(e).split(jo.sep).filter((e=>e)),r=jo.resolve(t).split(jo.sep).filter((e=>e));return n.reduce(((e,t,n)=>e&&r[n]===t),!0)}function qo(e,t,n){return`Cannot ${n} '${e}' to a subdirectory of itself, '${t}'.`}var Yo,Xo,Zo={checkPaths:function(e,t,n,r){!function(e,t,n){zo()?Lo.stat(e,{bigint:!0},((e,r)=>{if(e)return n(e);Lo.stat(t,{bigint:!0},((e,t)=>e?"ENOENT"===e.code?n(null,{srcStat:r,destStat:null}):n(e):n(null,{srcStat:r,destStat:t})))})):Lo.stat(e,((e,r)=>{if(e)return n(e);Lo.stat(t,((e,t)=>e?"ENOENT"===e.code?n(null,{srcStat:r,destStat:null}):n(e):n(null,{srcStat:r,destStat:t})))}))}(e,t,((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;return s&&s.ino&&s.dev&&s.ino===i.ino&&s.dev===i.dev?r(new Error("Source and destination must not be the same.")):i.isDirectory()&&Ko(e,t)?r(new Error(qo(e,t,n))):r(null,{srcStat:i,destStat:s})}))},checkPathsSync:function(e,t,n){const{srcStat:r,destStat:u}=function(e,t){let n,r;n=zo()?Lo.statSync(e,{bigint:!0}):Lo.statSync(e);try{r=zo()?Lo.statSync(t,{bigint:!0}):Lo.statSync(t)}catch(e){if("ENOENT"===e.code)return{srcStat:n,destStat:null};throw e}return{srcStat:n,destStat:r}}(e,t);if(u&&u.ino&&u.dev&&u.ino===r.ino&&u.dev===r.dev)throw new Error("Source and destination must not be the same.");if(r.isDirectory()&&Ko(e,t))throw new Error(qo(e,t,n));return{srcStat:r,destStat:u}},checkParentPaths:function e(t,n,r,u,o){const i=jo.resolve(jo.dirname(t)),s=jo.resolve(jo.dirname(r));if(s===i||s===jo.parse(s).root)return o();zo()?Lo.stat(s,{bigint:!0},((i,c)=>i?"ENOENT"===i.code?o():o(i):c.ino&&c.dev&&c.ino===n.ino&&c.dev===n.dev?o(new Error(qo(t,r,u))):e(t,n,s,u,o))):Lo.stat(s,((i,c)=>i?"ENOENT"===i.code?o():o(i):c.ino&&c.dev&&c.ino===n.ino&&c.dev===n.dev?o(new Error(qo(t,r,u))):e(t,n,s,u,o)))},checkParentPathsSync:function e(t,n,r,u){const o=jo.resolve(jo.dirname(t)),i=jo.resolve(jo.dirname(r));if(i===o||i===jo.parse(i).root)return;let s;try{s=zo()?Lo.statSync(i,{bigint:!0}):Lo.statSync(i)}catch(e){if("ENOENT"===e.code)return;throw e}if(s.ino&&s.dev&&s.ino===n.ino&&s.dev===n.dev)throw new Error(qo(t,r,u));return e(t,n,i,u)},isSrcSubdir:Ko};const Qo=we,ei=p.default,ti=Io.mkdirsSync,ni=Mo,ri=Zo;function ui(e,t,n,r){if(!r.filter||r.filter(t,n))return function(e,t,n,r){const u=r.dereference?Qo.statSync:Qo.lstatSync,o=u(t);if(o.isDirectory())return function(e,t,n,r,u){if(!t)return function(e,t,n,r){return Qo.mkdirSync(n),ii(t,n,r),Qo.chmodSync(n,e.mode)}(e,n,r,u);if(t&&!t.isDirectory())throw new Error(`Cannot overwrite non-directory '${r}' with directory '${n}'.`);return ii(n,r,u)}(o,e,t,n,r);if(o.isFile()||o.isCharacterDevice()||o.isBlockDevice())return function(e,t,n,r,u){return t?function(e,t,n,r){if(r.overwrite)return Qo.unlinkSync(n),oi(e,t,n,r);if(r.errorOnExist)throw new Error(`'${n}' already exists`)}(e,n,r,u):oi(e,n,r,u)}(o,e,t,n,r);if(o.isSymbolicLink())return function(e,t,n,r){let u=Qo.readlinkSync(t);r.dereference&&(u=ei.resolve(process.cwd(),u));if(e){let e;try{e=Qo.readlinkSync(n)}catch(e){if("EINVAL"===e.code||"UNKNOWN"===e.code)return Qo.symlinkSync(u,n);throw e}if(r.dereference&&(e=ei.resolve(process.cwd(),e)),ri.isSrcSubdir(u,e))throw new Error(`Cannot copy '${u}' to a subdirectory of itself, '${e}'.`);if(Qo.statSync(n).isDirectory()&&ri.isSrcSubdir(e,u))throw new Error(`Cannot overwrite '${e}' with '${u}'.`);return function(e,t){return Qo.unlinkSync(t),Qo.symlinkSync(e,t)}(u,n)}return Qo.symlinkSync(u,n)}(e,t,n,r)}(e,t,n,r)}function oi(e,t,n,r){return"function"==typeof Qo.copyFileSync?(Qo.copyFileSync(t,n),Qo.chmodSync(n,e.mode),r.preserveTimestamps?ni(n,e.atime,e.mtime):void 0):function(e,t,n,r){const u=65536,o=(Xo?Yo:(Xo=1,Yo=function(e){if("function"==typeof Buffer.allocUnsafe)try{return Buffer.allocUnsafe(e)}catch(t){return new Buffer(e)}return new Buffer(e)}))(u),i=Qo.openSync(t,"r"),s=Qo.openSync(n,"w",e.mode);let c=0;for(;cfunction(e,t,n,r){const u=ei.join(t,e),o=ei.join(n,e),{destStat:i}=ri.checkPathsSync(u,o,"copy");return ui(i,u,o,r)}(r,e,t,n)))}var si=function(e,t,n){"function"==typeof n&&(n={filter:n}),(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269");const{srcStat:r,destStat:u}=ri.checkPathsSync(e,t,"copy");return ri.checkParentPathsSync(e,r,t,"copy"),function(e,t,n,r){if(r.filter&&!r.filter(t,n))return;const u=ei.dirname(n);Qo.existsSync(u)||ti(u);return ui(e,t,n,r)}(u,e,t,n)},ci={copySync:si};const ai=yo.fromPromise,li=ho;var fi={pathExists:ai((function(e){return li.access(e).then((()=>!0)).catch((()=>!1))})),pathExistsSync:li.existsSync};const di=we,Di=p.default,pi=Io.mkdirs,Ei=fi.pathExists,mi=Ro,hi=Zo;function yi(e,t,n,r,u){const o=Di.dirname(n);Ei(o,((i,s)=>i?u(i):s?Fi(e,t,n,r,u):void pi(o,(o=>o?u(o):Fi(e,t,n,r,u)))))}function Ci(e,t,n,r,u,o){Promise.resolve(u.filter(n,r)).then((i=>i?e(t,n,r,u,o):o()),(e=>o(e)))}function Fi(e,t,n,r,u){return r.filter?Ci(gi,e,t,n,r,u):gi(e,t,n,r,u)}function gi(e,t,n,r,u){(r.dereference?di.stat:di.lstat)(t,((o,i)=>o?u(o):i.isDirectory()?function(e,t,n,r,u,o){if(!t)return function(e,t,n,r,u){di.mkdir(n,(o=>{if(o)return u(o);Si(t,n,r,(t=>t?u(t):di.chmod(n,e.mode,u)))}))}(e,n,r,u,o);if(t&&!t.isDirectory())return o(new Error(`Cannot overwrite non-directory '${r}' with directory '${n}'.`));return Si(n,r,u,o)}(i,e,t,n,r,u):i.isFile()||i.isCharacterDevice()||i.isBlockDevice()?function(e,t,n,r,u,o){return t?function(e,t,n,r,u){if(!r.overwrite)return r.errorOnExist?u(new Error(`'${n}' already exists`)):u();di.unlink(n,(o=>o?u(o):Ai(e,t,n,r,u)))}(e,n,r,u,o):Ai(e,n,r,u,o)}(i,e,t,n,r,u):i.isSymbolicLink()?function(e,t,n,r,u){di.readlink(t,((t,o)=>t?u(t):(r.dereference&&(o=Di.resolve(process.cwd(),o)),e?void di.readlink(n,((t,i)=>t?"EINVAL"===t.code||"UNKNOWN"===t.code?di.symlink(o,n,u):u(t):(r.dereference&&(i=Di.resolve(process.cwd(),i)),hi.isSrcSubdir(o,i)?u(new Error(`Cannot copy '${o}' to a subdirectory of itself, '${i}'.`)):e.isDirectory()&&hi.isSrcSubdir(i,o)?u(new Error(`Cannot overwrite '${i}' with '${o}'.`)):function(e,t,n){di.unlink(t,(r=>r?n(r):di.symlink(e,t,n)))}(o,n,u)))):di.symlink(o,n,u))))}(e,t,n,r,u):void 0))}function Ai(e,t,n,r,u){return"function"==typeof di.copyFile?di.copyFile(t,n,(t=>t?u(t):vi(e,n,r,u))):function(e,t,n,r,u){const o=di.createReadStream(t);o.on("error",(e=>u(e))).once("open",(()=>{const t=di.createWriteStream(n,{mode:e.mode});t.on("error",(e=>u(e))).on("open",(()=>o.pipe(t))).once("close",(()=>vi(e,n,r,u)))}))}(e,t,n,r,u)}function vi(e,t,n,r){di.chmod(t,e.mode,(u=>u?r(u):n.preserveTimestamps?mi(t,e.atime,e.mtime,r):r()))}function Si(e,t,n,r){di.readdir(e,((u,o)=>u?r(u):wi(o,e,t,n,r)))}function wi(e,t,n,r,u){const o=e.pop();return o?function(e,t,n,r,u,o){const i=Di.join(n,t),s=Di.join(r,t);hi.checkPaths(i,s,"copy",((t,c)=>{if(t)return o(t);const{destStat:a}=c;Fi(a,i,s,u,(t=>t?o(t):wi(e,n,r,u,o)))}))}(e,o,t,n,r,u):u()}var Oi=function(e,t,n,r){"function"!=typeof n||r?"function"==typeof n&&(n={filter:n}):(r=n,n={}),r=r||function(){},(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269"),hi.checkPaths(e,t,"copy",((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;hi.checkParentPaths(e,i,t,"copy",(u=>u?r(u):n.filter?Ci(yi,s,e,t,n,r):yi(s,e,t,n,r)))}))};var bi={copy:(0,yo.fromCallback)(Oi)};const _i=we,Bi=p.default,Pi=g.default,ki="win32"===process.platform;function xi(e){["unlink","chmod","stat","lstat","rmdir","readdir"].forEach((t=>{e[t]=e[t]||_i[t],e[t+="Sync"]=e[t]||_i[t]})),e.maxBusyTries=e.maxBusyTries||3}function Ni(e,t,n){let r=0;"function"==typeof t&&(n=t,t={}),Pi(e,"rimraf: missing path"),Pi.strictEqual(typeof e,"string","rimraf: path should be a string"),Pi.strictEqual(typeof n,"function","rimraf: callback function required"),Pi(t,"rimraf: invalid options argument provided"),Pi.strictEqual(typeof t,"object","rimraf: options should be object"),xi(t),Ii(e,t,(function u(o){if(o){if(("EBUSY"===o.code||"ENOTEMPTY"===o.code||"EPERM"===o.code)&&rIi(e,t,u)),100*r)}"ENOENT"===o.code&&(o=null)}n(o)}))}function Ii(e,t,n){Pi(e),Pi(t),Pi("function"==typeof n),t.lstat(e,((r,u)=>r&&"ENOENT"===r.code?n(null):r&&"EPERM"===r.code&&ki?Ti(e,t,r,n):u&&u.isDirectory()?Mi(e,t,r,n):void t.unlink(e,(r=>{if(r){if("ENOENT"===r.code)return n(null);if("EPERM"===r.code)return ki?Ti(e,t,r,n):Mi(e,t,r,n);if("EISDIR"===r.code)return Mi(e,t,r,n)}return n(r)}))))}function Ti(e,t,n,r){Pi(e),Pi(t),Pi("function"==typeof r),n&&Pi(n instanceof Error),t.chmod(e,438,(u=>{u?r("ENOENT"===u.code?null:n):t.stat(e,((u,o)=>{u?r("ENOENT"===u.code?null:n):o.isDirectory()?Mi(e,t,n,r):t.unlink(e,r)}))}))}function Ri(e,t,n){let r;Pi(e),Pi(t),n&&Pi(n instanceof Error);try{t.chmodSync(e,438)}catch(e){if("ENOENT"===e.code)return;throw n}try{r=t.statSync(e)}catch(e){if("ENOENT"===e.code)return;throw n}r.isDirectory()?ji(e,t,n):t.unlinkSync(e)}function Mi(e,t,n,r){Pi(e),Pi(t),n&&Pi(n instanceof Error),Pi("function"==typeof r),t.rmdir(e,(u=>{!u||"ENOTEMPTY"!==u.code&&"EEXIST"!==u.code&&"EPERM"!==u.code?u&&"ENOTDIR"===u.code?r(n):r(u):function(e,t,n){Pi(e),Pi(t),Pi("function"==typeof n),t.readdir(e,((r,u)=>{if(r)return n(r);let o,i=u.length;if(0===i)return t.rmdir(e,n);u.forEach((r=>{Ni(Bi.join(e,r),t,(r=>{if(!o)return r?n(o=r):void(0==--i&&t.rmdir(e,n))}))}))}))}(e,t,r)}))}function Li(e,t){let n;xi(t=t||{}),Pi(e,"rimraf: missing path"),Pi.strictEqual(typeof e,"string","rimraf: path should be a string"),Pi(t,"rimraf: missing options"),Pi.strictEqual(typeof t,"object","rimraf: options should be object");try{n=t.lstatSync(e)}catch(n){if("ENOENT"===n.code)return;"EPERM"===n.code&&ki&&Ri(e,t,n)}try{n&&n.isDirectory()?ji(e,t,null):t.unlinkSync(e)}catch(n){if("ENOENT"===n.code)return;if("EPERM"===n.code)return ki?Ri(e,t,n):ji(e,t,n);if("EISDIR"!==n.code)throw n;ji(e,t,n)}}function ji(e,t,n){Pi(e),Pi(t),n&&Pi(n instanceof Error);try{t.rmdirSync(e)}catch(r){if("ENOTDIR"===r.code)throw n;if("ENOTEMPTY"===r.code||"EEXIST"===r.code||"EPERM"===r.code)!function(e,t){if(Pi(e),Pi(t),t.readdirSync(e).forEach((n=>Li(Bi.join(e,n),t))),!ki){return t.rmdirSync(e,t)}{const n=Date.now();do{try{return t.rmdirSync(e,t)}catch(e){}}while(Date.now()-n<500)}}(e,t);else if("ENOENT"!==r.code)throw r}}var $i=Ni;Ni.sync=Li;const Hi=$i;var Ji={remove:(0,yo.fromCallback)(Hi),removeSync:Hi.sync};const Gi=yo.fromCallback,Vi=we,Ui=p.default,Wi=Io,zi=Ji,Ki=Gi((function(e,t){t=t||function(){},Vi.readdir(e,((n,r)=>{if(n)return Wi.mkdirs(e,t);r=r.map((t=>Ui.join(e,t))),function e(){const n=r.pop();if(!n)return t();zi.remove(n,(n=>{if(n)return t(n);e()}))}()}))}));function qi(e){let t;try{t=Vi.readdirSync(e)}catch(t){return Wi.mkdirsSync(e)}t.forEach((t=>{t=Ui.join(e,t),zi.removeSync(t)}))}var Yi={emptyDirSync:qi,emptydirSync:qi,emptyDir:Ki,emptydir:Ki};const Xi=yo.fromCallback,Zi=p.default,Qi=we,es=Io,ts=fi.pathExists;var ns={createFile:Xi((function(e,t){function n(){Qi.writeFile(e,"",(e=>{if(e)return t(e);t()}))}Qi.stat(e,((r,u)=>{if(!r&&u.isFile())return t();const o=Zi.dirname(e);ts(o,((e,r)=>e?t(e):r?n():void es.mkdirs(o,(e=>{if(e)return t(e);n()}))))}))})),createFileSync:function(e){let t;try{t=Qi.statSync(e)}catch(e){}if(t&&t.isFile())return;const n=Zi.dirname(e);Qi.existsSync(n)||es.mkdirsSync(n),Qi.writeFileSync(e,"")}};const rs=yo.fromCallback,us=p.default,os=we,is=Io,ss=fi.pathExists;var cs={createLink:rs((function(e,t,n){function r(e,t){os.link(e,t,(e=>{if(e)return n(e);n(null)}))}ss(t,((u,o)=>u?n(u):o?n(null):void os.lstat(e,(u=>{if(u)return u.message=u.message.replace("lstat","ensureLink"),n(u);const o=us.dirname(t);ss(o,((u,i)=>u?n(u):i?r(e,t):void is.mkdirs(o,(u=>{if(u)return n(u);r(e,t)}))))}))))})),createLinkSync:function(e,t){if(os.existsSync(t))return;try{os.lstatSync(e)}catch(e){throw e.message=e.message.replace("lstat","ensureLink"),e}const n=us.dirname(t);return os.existsSync(n)||is.mkdirsSync(n),os.linkSync(e,t)}};const as=p.default,ls=we,fs=fi.pathExists;var ds={symlinkPaths:function(e,t,n){if(as.isAbsolute(e))return ls.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:e})));{const r=as.dirname(t),u=as.join(r,e);return fs(u,((t,o)=>t?n(t):o?n(null,{toCwd:u,toDst:e}):ls.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:as.relative(r,e)})))))}},symlinkPathsSync:function(e,t){let n;if(as.isAbsolute(e)){if(n=ls.existsSync(e),!n)throw new Error("absolute srcpath does not exist");return{toCwd:e,toDst:e}}{const r=as.dirname(t),u=as.join(r,e);if(n=ls.existsSync(u),n)return{toCwd:u,toDst:e};if(n=ls.existsSync(e),!n)throw new Error("relative srcpath does not exist");return{toCwd:e,toDst:as.relative(r,e)}}}};const Ds=we;var ps={symlinkType:function(e,t,n){if(n="function"==typeof t?t:n,t="function"!=typeof t&&t)return n(null,t);Ds.lstat(e,((e,r)=>{if(e)return n(null,"file");t=r&&r.isDirectory()?"dir":"file",n(null,t)}))},symlinkTypeSync:function(e,t){let n;if(t)return t;try{n=Ds.lstatSync(e)}catch(e){return"file"}return n&&n.isDirectory()?"dir":"file"}};const Es=yo.fromCallback,ms=p.default,hs=we,ys=Io.mkdirs,Cs=Io.mkdirsSync,Fs=ds.symlinkPaths,gs=ds.symlinkPathsSync,As=ps.symlinkType,vs=ps.symlinkTypeSync,Ss=fi.pathExists;var ws={createSymlink:Es((function(e,t,n,r){r="function"==typeof n?n:r,n="function"!=typeof n&&n,Ss(t,((u,o)=>u?r(u):o?r(null):void Fs(e,t,((u,o)=>{if(u)return r(u);e=o.toDst,As(o.toCwd,n,((n,u)=>{if(n)return r(n);const o=ms.dirname(t);Ss(o,((n,i)=>n?r(n):i?hs.symlink(e,t,u,r):void ys(o,(n=>{if(n)return r(n);hs.symlink(e,t,u,r)}))))}))}))))})),createSymlinkSync:function(e,t,n){if(hs.existsSync(t))return;const r=gs(e,t);e=r.toDst,n=vs(r.toCwd,n);const u=ms.dirname(t);return hs.existsSync(u)||Cs(u),hs.symlinkSync(e,t,n)}};var Os,bs={createFile:ns.createFile,createFileSync:ns.createFileSync,ensureFile:ns.createFile,ensureFileSync:ns.createFileSync,createLink:cs.createLink,createLinkSync:cs.createLinkSync,ensureLink:cs.createLink,ensureLinkSync:cs.createLinkSync,createSymlink:ws.createSymlink,createSymlinkSync:ws.createSymlinkSync,ensureSymlink:ws.createSymlink,ensureSymlinkSync:ws.createSymlinkSync};try{Os=we}catch(e){Os=D.default}function _s(e,t){var n,r="\n";return"object"==typeof t&&null!==t&&(t.spaces&&(n=t.spaces),t.EOL&&(r=t.EOL)),JSON.stringify(e,t?t.replacer:null,n).replace(/\n/g,r)+r}function Bs(e){return Buffer.isBuffer(e)&&(e=e.toString("utf8")),e=e.replace(/^\uFEFF/,"")}var Ps={readFile:function(e,t,n){null==n&&(n=t,t={}),"string"==typeof t&&(t={encoding:t});var r=(t=t||{}).fs||Os,u=!0;"throws"in t&&(u=t.throws),r.readFile(e,t,(function(r,o){if(r)return n(r);var i;o=Bs(o);try{i=JSON.parse(o,t?t.reviver:null)}catch(t){return u?(t.message=e+": "+t.message,n(t)):n(null,null)}n(null,i)}))},readFileSync:function(e,t){"string"==typeof(t=t||{})&&(t={encoding:t});var n=t.fs||Os,r=!0;"throws"in t&&(r=t.throws);try{var u=n.readFileSync(e,t);return u=Bs(u),JSON.parse(u,t.reviver)}catch(t){if(r)throw t.message=e+": "+t.message,t;return null}},writeFile:function(e,t,n,r){null==r&&(r=n,n={});var u=(n=n||{}).fs||Os,o="";try{o=_s(t,n)}catch(e){return void(r&&r(e,null))}u.writeFile(e,o,n,r)},writeFileSync:function(e,t,n){var r=(n=n||{}).fs||Os,u=_s(t,n);return r.writeFileSync(e,u,n)}},ks=Ps;const xs=yo.fromCallback,Ns=ks;var Is={readJson:xs(Ns.readFile),readJsonSync:Ns.readFileSync,writeJson:xs(Ns.writeFile),writeJsonSync:Ns.writeFileSync};const Ts=p.default,Rs=Io,Ms=fi.pathExists,Ls=Is;var js=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=Ts.dirname(e);Ms(u,((o,i)=>o?r(o):i?Ls.writeJson(e,t,n,r):void Rs.mkdirs(u,(u=>{if(u)return r(u);Ls.writeJson(e,t,n,r)}))))};const $s=we,Hs=p.default,Js=Io,Gs=Is;var Vs=function(e,t,n){const r=Hs.dirname(e);$s.existsSync(r)||Js.mkdirsSync(r),Gs.writeJsonSync(e,t,n)};const Us=yo.fromCallback,Ws=Is;Ws.outputJson=Us(js),Ws.outputJsonSync=Vs,Ws.outputJSON=Ws.outputJson,Ws.outputJSONSync=Ws.outputJsonSync,Ws.writeJSON=Ws.writeJson,Ws.writeJSONSync=Ws.writeJsonSync,Ws.readJSON=Ws.readJson,Ws.readJSONSync=Ws.readJsonSync;var zs=Ws;const Ks=we,qs=p.default,Ys=ci.copySync,Xs=Ji.removeSync,Zs=Io.mkdirpSync,Qs=Zo;function ec(e,t,n){try{Ks.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)throw r;return function(e,t,n){const r={overwrite:n,errorOnExist:!0};return Ys(e,t,r),Xs(e)}(e,t,n)}}var tc=function(e,t,n){const r=(n=n||{}).overwrite||n.clobber||!1,{srcStat:u}=Qs.checkPathsSync(e,t,"move");return Qs.checkParentPathsSync(e,u,t,"move"),Zs(qs.dirname(t)),function(e,t,n){if(n)return Xs(t),ec(e,t,n);if(Ks.existsSync(t))throw new Error("dest already exists.");return ec(e,t,n)}(e,t,r)},nc={moveSync:tc};const rc=we,uc=p.default,oc=bi.copy,ic=Ji.remove,sc=Io.mkdirp,cc=fi.pathExists,ac=Zo;function lc(e,t,n,r){rc.rename(e,t,(u=>u?"EXDEV"!==u.code?r(u):function(e,t,n,r){const u={overwrite:n,errorOnExist:!0};oc(e,t,u,(t=>t?r(t):ic(e,r)))}(e,t,n,r):r()))}var fc=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=n.overwrite||n.clobber||!1;ac.checkPaths(e,t,"move",((n,o)=>{if(n)return r(n);const{srcStat:i}=o;ac.checkParentPaths(e,i,t,"move",(n=>{if(n)return r(n);sc(uc.dirname(t),(n=>n?r(n):function(e,t,n,r){if(n)return ic(t,(u=>u?r(u):lc(e,t,n,r)));cc(t,((u,o)=>u?r(u):o?r(new Error("dest already exists.")):lc(e,t,n,r)))}(e,t,u,r)))}))}))};var dc={move:(0,yo.fromCallback)(fc)};const Dc=yo.fromCallback,pc=we,Ec=p.default,mc=Io,hc=fi.pathExists;var yc={outputFile:Dc((function(e,t,n,r){"function"==typeof n&&(r=n,n="utf8");const u=Ec.dirname(e);hc(u,((o,i)=>o?r(o):i?pc.writeFile(e,t,n,r):void mc.mkdirs(u,(u=>{if(u)return r(u);pc.writeFile(e,t,n,r)}))))})),outputFileSync:function(e,...t){const n=Ec.dirname(e);if(pc.existsSync(n))return pc.writeFileSync(e,...t);mc.mkdirsSync(n),pc.writeFileSync(e,...t)}};!function(e){e.exports=Object.assign({},ho,ci,bi,Yi,bs,zs,Io,nc,dc,yc,fi,Ji);const t=D.default;Object.getOwnPropertyDescriptor(t,"promises")&&Object.defineProperty(e.exports,"promises",{get:()=>t.promises})}(mo);const Cc=Nr.exports("streamroller:fileNameFormatter"),Fc=p.default;const gc=Nr.exports("streamroller:fileNameParser"),Ac=nu.exports;const vc=Nr.exports("streamroller:moveAndMaybeCompressFile"),Sc=mo.exports,wc=v.default;var Oc=async(e,t,n)=>{if(n=function(e){const t={mode:parseInt("0600",8),compress:!1},n=Object.assign({},t,e);return vc(`_parseOption: moveAndMaybeCompressFile called with option=${JSON.stringify(n)}`),n}(n),e!==t){if(await Sc.pathExists(e))if(vc(`moveAndMaybeCompressFile: moving file from ${e} to ${t} ${n.compress?"with":"without"} compress`),n.compress)await new Promise(((r,u)=>{let o=!1;const i=Sc.createWriteStream(t,{mode:n.mode,flags:"wx"}).on("open",(()=>{o=!0;const t=Sc.createReadStream(e).on("open",(()=>{t.pipe(wc.createGzip()).pipe(i)})).on("error",(t=>{vc(`moveAndMaybeCompressFile: error reading ${e}`,t),i.destroy(t)}))})).on("finish",(()=>{vc(`moveAndMaybeCompressFile: finished compressing ${t}, deleting ${e}`),Sc.unlink(e).then(r).catch((t=>{vc(`moveAndMaybeCompressFile: error deleting ${e}, truncating instead`,t),Sc.truncate(e).then(r).catch((t=>{vc(`moveAndMaybeCompressFile: error truncating ${e}`,t),u(t)}))}))})).on("error",(e=>{o?(vc(`moveAndMaybeCompressFile: error writing ${t}, deleting`,e),Sc.unlink(t).then((()=>{u(e)})).catch((e=>{vc(`moveAndMaybeCompressFile: error deleting ${t}`,e),u(e)}))):(vc(`moveAndMaybeCompressFile: error creating ${t}`,e),u(e))}))})).catch((()=>{}));else{vc(`moveAndMaybeCompressFile: renaming ${e} to ${t}`);try{await Sc.move(e,t,{overwrite:!0})}catch(n){if(vc(`moveAndMaybeCompressFile: error renaming ${e} to ${t}`,n),"ENOENT"!==n.code){vc("moveAndMaybeCompressFile: trying copy+truncate instead");try{await Sc.copy(e,t,{overwrite:!0}),await Sc.truncate(e)}catch(e){vc("moveAndMaybeCompressFile: error copy+truncate",e)}}}}}else vc("moveAndMaybeCompressFile: source and target are the same, not doing anything")};const bc=Nr.exports("streamroller:RollingFileWriteStream"),_c=mo.exports,Bc=p.default,Pc=E.default,kc=()=>new Date,xc=nu.exports,{Writable:Nc}=C.default,Ic=({file:e,keepFileExt:t,needsIndex:n,alwaysIncludeDate:r,compress:u,fileNameSep:o})=>{let i=o||".";const s=Fc.join(e.dir,e.name),c=t=>t+e.ext,a=(e,t,r)=>!n&&r||!t?e:e+i+t,l=(e,t,n)=>(t>0||r)&&n?e+i+n:e,f=(e,t)=>t&&u?e+".gz":e,d=t?[l,a,c,f]:[c,l,a,f];return({date:e,index:t})=>(Cc(`_formatFileName: date=${e}, index=${t}`),d.reduce(((n,r)=>r(n,t,e)),s))},Tc=({file:e,keepFileExt:t,pattern:n,fileNameSep:r})=>{let u=r||".";const o="__NOT_MATCHING__";let i=[(e,t)=>e.endsWith(".gz")?(gc("it is gzipped"),t.isCompressed=!0,e.slice(0,-1*".gz".length)):e,t?t=>t.startsWith(e.name)&&t.endsWith(e.ext)?(gc("it starts and ends with the right things"),t.slice(e.name.length+1,-1*e.ext.length)):o:t=>t.startsWith(e.base)?(gc("it starts with the right things"),t.slice(e.base.length+1)):o,n?(e,t)=>{const r=e.split(u);let o=r[r.length-1];gc("items: ",r,", indexStr: ",o);let i=e;void 0!==o&&o.match(/^\d+$/)?(i=e.slice(0,-1*(o.length+1)),gc(`dateStr is ${i}`),n&&!i&&(i=o,o="0")):o="0";try{const r=Ac.parse(n,i,new Date(0,0));return Ac.asString(n,r)!==i?e:(t.index=parseInt(o,10),t.date=i,t.timestamp=r.getTime(),"")}catch(t){return gc(`Problem parsing ${i} as ${n}, error was: `,t),e}}:(e,t)=>e.match(/^\d+$/)?(gc("it has an index"),t.index=parseInt(e,10),""):e];return e=>{let t={filename:e,index:0,isCompressed:!1};return i.reduce(((e,n)=>n(e,t)),e)?null:t}},Rc=Oc;var Mc=class extends Nc{constructor(e,t){if(bc(`constructor: creating RollingFileWriteStream. path=${e}`),"string"!=typeof e||0===e.length)throw new Error(`Invalid filename: ${e}`);if(e.endsWith(Bc.sep))throw new Error(`Filename is a directory: ${e}`);0===e.indexOf(`~${Bc.sep}`)&&(e=e.replace("~",Pc.homedir())),super(t),this.options=this._parseOption(t),this.fileObject=Bc.parse(e),""===this.fileObject.dir&&(this.fileObject=Bc.parse(Bc.join(process.cwd(),e))),this.fileFormatter=Ic({file:this.fileObject,alwaysIncludeDate:this.options.alwaysIncludePattern,needsIndex:this.options.maxSize 0`)}else delete n.maxSize;if(n.numBackups||0===n.numBackups){if(n.numBackups<0)throw new Error(`options.numBackups (${n.numBackups}) should be >= 0`);if(n.numBackups>=Number.MAX_SAFE_INTEGER)throw new Error(`options.numBackups (${n.numBackups}) should be < Number.MAX_SAFE_INTEGER`);n.numToKeep=n.numBackups+1}else if(n.numToKeep<=0)throw new Error(`options.numToKeep (${n.numToKeep}) should be > 0`);return bc(`_parseOption: creating stream with option=${JSON.stringify(n)}`),n}_final(e){this.currentFileStream.end("",this.options.encoding,e)}_write(e,t,n){this._shouldRoll().then((()=>{bc(`_write: writing chunk. file=${this.currentFileStream.path} state=${JSON.stringify(this.state)} chunk=${e}`),this.currentFileStream.write(e,t,(t=>{this.state.currentSize+=e.length,n(t)}))}))}async _shouldRoll(){(this._dateChanged()||this._tooBig())&&(bc(`_shouldRoll: rolling because dateChanged? ${this._dateChanged()} or tooBig? ${this._tooBig()}`),await this._roll())}_dateChanged(){return this.state.currentDate&&this.state.currentDate!==xc(this.options.pattern,kc())}_tooBig(){return this.state.currentSize>=this.options.maxSize}_roll(){return bc("_roll: closing the current stream"),new Promise(((e,t)=>{this.currentFileStream.end("",this.options.encoding,(()=>{this._moveOldFiles().then(e).catch(t)}))}))}async _moveOldFiles(){const e=await this._getExistingFiles();for(let t=(this.state.currentDate?e.filter((e=>e.date===this.state.currentDate)):e).length;t>=0;t--){bc(`_moveOldFiles: i = ${t}`);const e=this.fileFormatter({date:this.state.currentDate,index:t}),n=this.fileFormatter({date:this.state.currentDate,index:t+1}),r={compress:this.options.compress&&0===t,mode:this.options.mode};await Rc(e,n,r)}this.state.currentSize=0,this.state.currentDate=this.state.currentDate?xc(this.options.pattern,kc()):null,bc(`_moveOldFiles: finished rolling files. state=${JSON.stringify(this.state)}`),this._renewWriteStream(),await new Promise(((e,t)=>{this.currentFileStream.write("","utf8",(()=>{this._clean().then(e).catch(t)}))}))}async _getExistingFiles(){const e=await _c.readdir(this.fileObject.dir).catch((()=>[]));bc(`_getExistingFiles: files=${e}`);const t=e.map((e=>this.fileNameParser(e))).filter((e=>e)),n=e=>(e.timestamp?e.timestamp:kc().getTime())-e.index;return t.sort(((e,t)=>n(e)-n(t))),t}_renewWriteStream(){const e=this.fileFormatter({date:this.state.currentDate,index:0}),t=e=>{try{return _c.mkdirSync(e,{recursive:!0})}catch(n){if("ENOENT"===n.code)return t(Bc.dirname(e)),t(e);if("EEXIST"!==n.code&&"EROFS"!==n.code)throw n;try{if(_c.statSync(e).isDirectory())return e;throw n}catch(e){throw n}}};t(this.fileObject.dir);const n={flags:this.options.flags,encoding:this.options.encoding,mode:this.options.mode};var r,u;_c.appendFileSync(e,"",(r={...n},u="flags",r["flag"]=r[u],delete r[u],r)),this.currentFileStream=_c.createWriteStream(e,n),this.currentFileStream.on("error",(e=>{this.emit("error",e)}))}async _clean(){const e=await this._getExistingFiles();if(bc(`_clean: numToKeep = ${this.options.numToKeep}, existingFiles = ${e.length}`),bc("_clean: existing files are: ",e),this._tooManyFiles(e.length)){const n=e.slice(0,e.length-this.options.numToKeep).map((e=>Bc.format({dir:this.fileObject.dir,base:e.filename})));await(t=n,bc(`deleteFiles: files to delete: ${t}`),Promise.all(t.map((e=>_c.unlink(e).catch((t=>{bc(`deleteFiles: error when unlinking ${e}, ignoring. Error was ${t}`)}))))))}var t}_tooManyFiles(e){return this.options.numToKeep>0&&e>this.options.numToKeep}};const Lc=Mc;var jc=class extends Lc{constructor(e,t,n,r){r||(r={}),t&&(r.maxSize=t),r.numBackups||0===r.numBackups||(n||0===n||(n=1),r.numBackups=n),super(e,r),this.backups=r.numBackups,this.size=this.options.maxSize}get theStream(){return this.currentFileStream}};const $c=Mc;var Hc={RollingFileWriteStream:Mc,RollingFileStream:jc,DateRollingFileStream:class extends $c{constructor(e,t,n){t&&"object"==typeof t&&(n=t,t=null),n||(n={}),t||(t="yyyy-MM-dd"),n.pattern=t,n.numBackups||0===n.numBackups?n.daysToKeep=n.numBackups:(n.daysToKeep||0===n.daysToKeep?process.emitWarning("options.daysToKeep is deprecated due to the confusion it causes when used together with file size rolling. Please use options.numBackups instead.","DeprecationWarning","streamroller-DEP0001"):n.daysToKeep=1,n.numBackups=n.daysToKeep),super(e,n),this.mode=this.options.mode}get theStream(){return this.currentFileStream}}};const Jc=Nr.exports("log4js:file"),Gc=p.default,Vc=Hc,Uc=E.default.EOL;let Wc=!1;const zc=new Set;function Kc(){zc.forEach((e=>{e.sighupHandler()}))}function qc(e,t,n,r){const u=new Vc.RollingFileStream(e,t,n,r);return u.on("error",(t=>{console.error("log4js.fileAppender - Writing to file %s, error happened ",e,t)})),u.on("drain",(()=>{process.emit("log4js:pause",!1)})),u}Eo.configure=function(e,t){let n=t.basicLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),e.mode=e.mode||384,function(e,t,n,r,u,o){e=Gc.normalize(e),Jc("Creating file appender (",e,", ",n,", ",r=r||0===r?r:5,", ",u,", ",o,")");let i=qc(e,n,r,u);const s=function(e){if(i.writable){if(!0===u.removeColor){const t=/\x1b[[0-9;]*m/g;e.data=e.data.map((e=>"string"==typeof e?e.replace(t,""):e))}i.write(t(e,o)+Uc,"utf8")||process.emit("log4js:pause",!0)}};return s.reopen=function(){i.end((()=>{i=qc(e,n,r,u)}))},s.sighupHandler=function(){Jc("SIGHUP handler called."),s.reopen()},s.shutdown=function(e){zc.delete(s),0===zc.size&&Wc&&(process.removeListener("SIGHUP",Kc),Wc=!1),i.end("","utf-8",e)},zc.add(s),Wc||(process.on("SIGHUP",Kc),Wc=!0),s}(e.filename,n,e.maxLogSize,e.backups,e,e.timezoneOffset)};var Yc={};const Xc=Hc,Zc=E.default.EOL;function Qc(e,t,n,r,u){r.maxSize=r.maxLogSize;const o=function(e,t,n){const r=new Xc.DateRollingFileStream(e,t,n);return r.on("error",(t=>{console.error("log4js.dateFileAppender - Writing to file %s, error happened ",e,t)})),r.on("drain",(()=>{process.emit("log4js:pause",!1)})),r}(e,t,r),i=function(e){o.writable&&(o.write(n(e,u)+Zc,"utf8")||process.emit("log4js:pause",!0))};return i.shutdown=function(e){o.end("","utf-8",e)},i}Yc.configure=function(e,t){let n=t.basicLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),e.alwaysIncludePattern||(e.alwaysIncludePattern=!1),e.mode=e.mode||384,Qc(e.filename,e.pattern,n,e,e.timezoneOffset)};var ea={};const ta=Nr.exports("log4js:fileSync"),na=p.default,ra=D.default,ua=E.default.EOL||"\n";function oa(e,t){if(ra.existsSync(e))return;const n=ra.openSync(e,t.flags,t.mode);ra.closeSync(n)}class ia{constructor(e,t,n,r){ta("In RollingFileStream"),function(){if(!e||!t||t<=0)throw new Error("You must specify a filename and file size")}(),this.filename=e,this.size=t,this.backups=n,this.options=r,this.currentSize=0,this.currentSize=function(e){let t=0;try{t=ra.statSync(e).size}catch(t){oa(e,r)}return t}(this.filename)}shouldRoll(){return ta("should roll with current size %d, and max size %d",this.currentSize,this.size),this.currentSize>=this.size}roll(e){const t=this,n=new RegExp(`^${na.basename(e)}`);function r(e){return n.test(e)}function u(t){return parseInt(t.substring(`${na.basename(e)}.`.length),10)||0}function o(e,t){return u(e)>u(t)?1:u(e) ${e}.${r+1}`),ra.renameSync(na.join(na.dirname(e),n),`${e}.${r+1}`)}}ta("Rolling, rolling, rolling"),ta("Renaming the old files"),ra.readdirSync(na.dirname(e)).filter(r).sort(o).reverse().forEach(i)}write(e,t){const n=this;ta("in write"),this.shouldRoll()&&(this.currentSize=0,this.roll(this.filename)),ta("writing the chunk to the file"),n.currentSize+=e.length,ra.appendFileSync(n.filename,e)}}ea.configure=function(e,t){let n=t.basicLayout;e.layout&&(n=t.layout(e.layout.type,e.layout));const r={flags:e.flags||"a",encoding:e.encoding||"utf8",mode:e.mode||384};return function(e,t,n,r,u,o){ta("fileSync appender created");const i=function(e,t,n){let r;var u;return t?r=new ia(e,t,n,o):(oa(u=e,o),r={write(e){ra.appendFileSync(u,e)}}),r}(e=na.normalize(e),n,r=r||0===r?r:5);return e=>{i.write(t(e,u)+ua)}}(e.filename,n,e.maxLogSize,e.backups,e.timezoneOffset,r)};var sa={};const ca=Nr.exports("log4js:tcp"),aa=S.default;sa.configure=function(e,t){ca(`configure with config = ${e}`);let n=function(e){return e.serialise()};return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){let n=!1;const r=[];let u,o=3,i="__LOG4JS__";function s(e){ca("Writing log event to socket"),n=u.write(`${t(e)}${i}`,"utf8")}function c(){let e;for(ca("emptying buffer");e=r.shift();)s(e)}function a(e){n?s(e):(ca("buffering log event because it cannot write at the moment"),r.push(e))}return function t(){ca(`appender creating socket to ${e.host||"localhost"}:${e.port||5e3}`),i=`${e.endMsg||"__LOG4JS__"}`,u=aa.createConnection(e.port||5e3,e.host||"localhost"),u.on("connect",(()=>{ca("socket connected"),c(),n=!0})),u.on("drain",(()=>{ca("drain event received, emptying buffer"),n=!0,c()})),u.on("timeout",u.end.bind(u)),u.on("error",(e=>{ca("connection error",e),n=!1,c()})),u.on("close",t)}(),a.shutdown=function(e){ca("shutdown called"),r.length&&o?(ca("buffer has items, waiting 100ms to empty"),o-=1,setTimeout((()=>{a.shutdown(e)}),100)):(u.removeAllListeners("close"),u.end(e))},a}(e,n)};const la=p.default,fa=Nr.exports("log4js:appenders"),da=tu,Da=eo,pa=gu,Ea=hu,ma=to,ha=new Map;ha.set("console",oo),ha.set("stdout",so),ha.set("stderr",co),ha.set("logLevelFilter",ao),ha.set("categoryFilter",lo),ha.set("noLogFilter",Do),ha.set("file",Eo),ha.set("dateFile",Yc),ha.set("fileSync",ea),ha.set("tcp",sa);const ya=new Map,Ca=(e,t)=>{fa("Loading module from ",e);try{return require(e)}catch(n){return void da.throwExceptionIf(t,"MODULE_NOT_FOUND"!==n.code,`appender "${e}" could not be loaded (error was: ${n})`)}},Fa=new Set,ga=(e,t)=>{if(ya.has(e))return ya.get(e);if(!t.appenders[e])return!1;if(Fa.has(e))throw new Error(`Dependency loop detected for appender ${e}.`);Fa.add(e),fa(`Creating appender ${e}`);const n=Aa(e,t);return Fa.delete(e),ya.set(e,n),n},Aa=(e,t)=>{const n=t.appenders[e],r=n.type.configure?n.type:((e,t)=>ha.get(e)||Ca(`./${e}`,t)||Ca(e,t)||require.main&&Ca(la.join(la.dirname(require.main.filename),e),t)||Ca(la.join(process.cwd(),e),t))(n.type,t);return da.throwExceptionIf(t,da.not(r),`appender "${e}" is not valid (type "${n.type}" could not be found)`),r.appender&&fa(`DEPRECATION: Appender ${n.type} exports an appender function.`),r.shutdown&&fa(`DEPRECATION: Appender ${n.type} exports a shutdown function.`),fa(`${e}: clustering.isMaster ? ${Da.isMaster()}`),fa(`${e}: appenderModule is ${F.default.inspect(r)}`),Da.onlyOnMaster((()=>(fa(`calling appenderModule.configure for ${e} / ${n.type}`),r.configure(ma.modifyConfig(n),Ea,(e=>ga(e,t)),pa))),(()=>{}))},va=e=>{ya.clear(),Fa.clear();const t=[];Object.values(e.categories).forEach((e=>{t.push(...e.appenders)})),Object.keys(e.appenders).forEach((n=>{(t.includes(n)||"tcp-server"===e.appenders[n].type)&&ga(n,e)}))},Sa=()=>{va({appenders:{out:{type:"stdout"}},categories:{default:{appenders:["out"],level:"trace"}}})};Sa(),da.addListener((e=>{da.throwExceptionIf(e,da.not(da.anObject(e.appenders)),'must have a property "appenders" of type object.');const t=Object.keys(e.appenders);da.throwExceptionIf(e,da.not(t.length),"must define at least one appender."),t.forEach((t=>{da.throwExceptionIf(e,da.not(e.appenders[t].type),`appender "${t}" is not valid (must be an object with property "type")`)}))})),da.addListener(va),Au.exports=ya,Au.exports.init=Sa;var wa={exports:{}};!function(e){const t=Nr.exports("log4js:categories"),n=tu,r=gu,u=Au.exports,o=new Map;function i(e,t,n){if(!1===t.inherit)return;const r=n.lastIndexOf(".");if(r<0)return;const u=n.substring(0,r);let o=e.categories[u];o||(o={inherit:!0,appenders:[]}),i(e,o,u),!e.categories[u]&&o.appenders&&o.appenders.length&&o.level&&(e.categories[u]=o),t.appenders=t.appenders||[],t.level=t.level||o.level,o.appenders.forEach((e=>{t.appenders.includes(e)||t.appenders.push(e)})),t.parent=o}function s(e){if(!e.categories)return;Object.keys(e.categories).forEach((t=>{const n=e.categories[t];i(e,n,t)}))}n.addPreProcessingListener((e=>s(e))),n.addListener((e=>{n.throwExceptionIf(e,n.not(n.anObject(e.categories)),'must have a property "categories" of type object.');const t=Object.keys(e.categories);n.throwExceptionIf(e,n.not(t.length),"must define at least one category."),t.forEach((t=>{const o=e.categories[t];n.throwExceptionIf(e,[n.not(o.appenders),n.not(o.level)],`category "${t}" is not valid (must be an object with properties "appenders" and "level")`),n.throwExceptionIf(e,n.not(Array.isArray(o.appenders)),`category "${t}" is not valid (appenders must be an array of appender names)`),n.throwExceptionIf(e,n.not(o.appenders.length),`category "${t}" is not valid (appenders must contain at least one appender name)`),Object.prototype.hasOwnProperty.call(o,"enableCallStack")&&n.throwExceptionIf(e,"boolean"!=typeof o.enableCallStack,`category "${t}" is not valid (enableCallStack must be boolean type)`),o.appenders.forEach((r=>{n.throwExceptionIf(e,n.not(u.get(r)),`category "${t}" is not valid (appender "${r}" is not defined)`)})),n.throwExceptionIf(e,n.not(r.getLevel(o.level)),`category "${t}" is not valid (level "${o.level}" not recognised; valid levels are ${r.levels.join(", ")})`)})),n.throwExceptionIf(e,n.not(e.categories.default),'must define a "default" category.')}));const c=e=>{o.clear();Object.keys(e.categories).forEach((n=>{const i=e.categories[n],s=[];i.appenders.forEach((e=>{s.push(u.get(e)),t(`Creating category ${n}`),o.set(n,{appenders:s,level:r.getLevel(i.level),enableCallStack:i.enableCallStack||!1})}))}))},a=()=>{c({categories:{default:{appenders:["out"],level:"OFF"}}})};a(),n.addListener(c);const l=e=>(t(`configForCategory: searching for config for ${e}`),o.has(e)?(t(`configForCategory: ${e} exists in config, returning it`),o.get(e)):e.indexOf(".")>0?(t(`configForCategory: ${e} has hierarchy, searching for parents`),l(e.substring(0,e.lastIndexOf(".")))):(t("configForCategory: returning config for default category"),l("default")));e.exports=o,e.exports=Object.assign(e.exports,{appendersForCategory:e=>l(e).appenders,getLevelForCategory:e=>l(e).level,setLevelForCategory:(e,n)=>{let r=o.get(e);if(t(`setLevelForCategory: found ${r} for ${e}`),!r){const n=l(e);t(`setLevelForCategory: no config found for category, found ${n} for parents of ${e}`),r={appenders:n.appenders}}r.level=n,o.set(e,r)},getEnableCallStackForCategory:e=>!0===l(e).enableCallStack,setEnableCallStackForCategory:(e,t)=>{l(e).enableCallStack=t},init:a})}(wa);const Oa=Nr.exports("log4js:logger"),ba=Hu,_a=gu,Ba=eo,Pa=wa.exports,ka=tu,xa=/at (?:(.+)\s+\()?(?:(.+?):(\d+)(?::(\d+))?|([^)]+))\)?/;function Na(e,t=4){const n=e.stack.split("\n").slice(t),r=xa.exec(n[0]);return r&&6===r.length?{functionName:r[1],fileName:r[2],lineNumber:parseInt(r[3],10),columnNumber:parseInt(r[4],10),callStack:n.join("\n")}:null}class Ia{constructor(e){if(!e)throw new Error("No category provided.");this.category=e,this.context={},this.parseCallStack=Na,Oa(`Logger created (${this.category}, ${this.level})`)}get level(){return _a.getLevel(Pa.getLevelForCategory(this.category),_a.TRACE)}set level(e){Pa.setLevelForCategory(this.category,_a.getLevel(e,this.level))}get useCallStack(){return Pa.getEnableCallStackForCategory(this.category)}set useCallStack(e){Pa.setEnableCallStackForCategory(this.category,!0===e)}log(e,...t){let n=_a.getLevel(e);n||(this._log(_a.WARN,"log4js:logger.log: invalid value for log-level as first parameter given: ",e),n=_a.INFO),this.isLevelEnabled(n)&&this._log(n,t)}isLevelEnabled(e){return this.level.isLessThanOrEqualTo(e)}_log(e,t){Oa(`sending log data (${e}) to appenders`);const n=new ba(this.category,e,t,this.context,this.useCallStack&&this.parseCallStack(new Error));Ba.send(n)}addContext(e,t){this.context[e]=t}removeContext(e){delete this.context[e]}clearContext(){this.context={}}setParseCallStackFunction(e){this.parseCallStack=e}}function Ta(e){const t=_a.getLevel(e),n=t.toString().toLowerCase().replace(/_([a-z])/g,(e=>e[1].toUpperCase())),r=n[0].toUpperCase()+n.slice(1);Ia.prototype[`is${r}Enabled`]=function(){return this.isLevelEnabled(t)},Ia.prototype[n]=function(...e){this.log(t,...e)}}_a.levels.forEach(Ta),ka.addListener((()=>{_a.levels.forEach(Ta)}));var Ra=Ia;const Ma=gu;function La(e){return e.originalUrl||e.url}function ja(e,t){for(let n=0;ne.source?e.source:e));t=new RegExp(n.join("|"))}return t}(t.nolog);return(e,i,s)=>{if(e._logging)return s();if(o&&o.test(e.originalUrl))return s();if(n.isLevelEnabled(r)||"auto"===t.level){const o=new Date,{writeHead:s}=i;e._logging=!0,i.writeHead=(e,t)=>{i.writeHead=s,i.writeHead(e,t),i.__statusCode=e,i.__headers=t||{}},i.on("finish",(()=>{i.responseTime=new Date-o,i.statusCode&&"auto"===t.level&&(r=Ma.INFO,i.statusCode>=300&&(r=Ma.WARN),i.statusCode>=400&&(r=Ma.ERROR)),r=function(e,t,n){let r=t;if(n){const t=n.find((t=>{let n=!1;return n=t.from&&t.to?e>=t.from&&e<=t.to:-1!==t.codes.indexOf(e),n}));t&&(r=Ma.getLevel(t.level,r))}return r}(i.statusCode,r,t.statusRules);const s=function(e,t,n){const r=[];return r.push({token:":url",replacement:La(e)}),r.push({token:":protocol",replacement:e.protocol}),r.push({token:":hostname",replacement:e.hostname}),r.push({token:":method",replacement:e.method}),r.push({token:":status",replacement:t.__statusCode||t.statusCode}),r.push({token:":response-time",replacement:t.responseTime}),r.push({token:":date",replacement:(new Date).toUTCString()}),r.push({token:":referrer",replacement:e.headers.referer||e.headers.referrer||""}),r.push({token:":http-version",replacement:`${e.httpVersionMajor}.${e.httpVersionMinor}`}),r.push({token:":remote-addr",replacement:e.headers["x-forwarded-for"]||e.ip||e._remoteAddress||e.socket&&(e.socket.remoteAddress||e.socket.socket&&e.socket.socket.remoteAddress)}),r.push({token:":user-agent",replacement:e.headers["user-agent"]}),r.push({token:":content-length",replacement:t.getHeader("content-length")||t.__headers&&t.__headers["Content-Length"]||"-"}),r.push({token:/:req\[([^\]]+)]/g,replacement:(t,n)=>e.headers[n.toLowerCase()]}),r.push({token:/:res\[([^\]]+)]/g,replacement:(e,n)=>t.getHeader(n.toLowerCase())||t.__headers&&t.__headers[n]}),(e=>{const t=e.concat();for(let e=0;eja(e,s)));t&&n.log(r,t)}else n.log(r,ja(u,s));t.context&&n.removeContext("res")}))}return s()}},nl=Va;let rl=!1;function ul(e){if(!rl)return;Ua("Received log event ",e);Za.appendersForCategory(e.categoryName).forEach((t=>{t(e)}))}function ol(e){rl&&il();let t=e;return"string"==typeof t&&(t=function(e){Ua(`Loading configuration from ${e}`);try{return JSON.parse(Wa.readFileSync(e,"utf8"))}catch(t){throw new Error(`Problem reading config from file "${e}". Error was ${t.message}`,t)}}(e)),Ua(`Configuration is ${t}`),Ka.configure(za(t)),el.onMessage(ul),rl=!0,sl}function il(e){Ua("Shutdown called. Disabling all log writing."),rl=!1;const t=Array.from(Xa.values());Xa.init(),Za.init();const n=t.reduceRight(((e,t)=>t.shutdown?e+1:e),0);if(0===n)return Ua("No appenders with shutdown functions found."),void 0!==e&&e();let r,u=0;function o(t){r=r||t,u+=1,Ua(`Appender shutdowns complete: ${u} / ${n}`),u>=n&&(Ua("All shutdown functions completed."),e&&e(r))}return Ua(`Found ${n} appenders with shutdown functions.`),t.filter((e=>e.shutdown)).forEach((e=>e.shutdown(o))),null}const sl={getLogger:function(e){return rl||ol(process.env.LOG4JS_CONFIG||{appenders:{out:{type:"stdout"}},categories:{default:{appenders:["out"],level:"OFF"}}}),new Qa(e||"default")},configure:ol,shutdown:il,connectLogger:tl,levels:Ya,addLayout:qa.addLayout,recording:function(){return nl}};var cl=sl,al={};Object.defineProperty(al,"__esModule",{value:!0}),al.levelMap=al.getLevel=al.setCategoriesLevel=al.getConfiguration=al.setConfiguration=void 0;const ll=cl;let fl={appenders:{debug:{type:"stdout",layout:{type:"pattern",pattern:"[%d] > hvigor %p %c %[%m%]"}},info:{type:"stdout",layout:{type:"pattern",pattern:"[%d] > hvigor %[%m%]"}},"no-pattern-info":{type:"stdout",layout:{type:"pattern",pattern:"%m"}},wrong:{type:"stderr",layout:{type:"pattern",pattern:"[%d] > hvigor %[%p: %m%]"}},"just-debug":{type:"logLevelFilter",appender:"debug",level:"debug",maxLevel:"debug"},"just-info":{type:"logLevelFilter",appender:"info",level:"info",maxLevel:"info"},"just-wrong":{type:"logLevelFilter",appender:"wrong",level:"warn",maxLevel:"error"}},categories:{default:{appenders:["just-debug","just-info","just-wrong"],level:"debug"},"no-pattern-info":{appenders:["no-pattern-info"],level:"info"}}};al.setConfiguration=e=>{fl=e};al.getConfiguration=()=>fl;let dl=ll.levels.DEBUG;al.setCategoriesLevel=(e,t)=>{dl=e;const n=fl.categories;for(const r in n)(null==t?void 0:t.includes(r))||Object.prototype.hasOwnProperty.call(n,r)&&(n[r].level=e.levelStr)};al.getLevel=()=>dl,al.levelMap=new Map([["ALL",ll.levels.ALL],["MARK",ll.levels.MARK],["TRACE",ll.levels.TRACE],["DEBUG",ll.levels.DEBUG],["INFO",ll.levels.INFO],["WARN",ll.levels.WARN],["ERROR",ll.levels.ERROR],["FATAL",ll.levels.FATAL],["OFF",ll.levels.OFF]]);var Dl=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),pl=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),El=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&Dl(t,e,n);return pl(t,e),t};Object.defineProperty(xr,"__esModule",{value:!0}),xr.evaluateLogLevel=xr.HvigorLogger=void 0;const ml=El(cl),hl=cl,yl=El(F.default),Cl=al;class Fl{constructor(e){ml.configure((0,Cl.getConfiguration)()),this._logger=ml.getLogger(e),this._logger.level=(0,Cl.getLevel)()}static getLogger(e){return new Fl(e)}log(e,...t){this._logger.log(e,...t)}debug(e,...t){this._logger.debug(e,...t)}info(e,...t){this._logger.info(e,...t)}warn(e,...t){void 0!==e&&""!==e&&this._logger.warn(e,...t)}error(e,...t){this._logger.error(e,...t)}_printTaskExecuteInfo(e,t){this.info(`Finished :${e}... after ${t}`)}_printFailedTaskInfo(e){this.error(`Failed :${e}... `)}_printDisabledTaskInfo(e){this.info(`Disabled :${e}... `)}_printUpToDateTaskInfo(e){this.info(`UP-TO-DATE :${e}... `)}errorMessageExit(e,...t){throw new Error(yl.format(e,...t))}errorExit(e,t,...n){t&&this._logger.error(t,n),this._logger.error(e.stack)}setLevel(e,t){(0,Cl.setCategoriesLevel)(e,t),ml.shutdown(),ml.configure((0,Cl.getConfiguration)())}getLevel(){return this._logger.level}configure(e){const t=(0,Cl.getConfiguration)(),n={appenders:{...t.appenders,...e.appenders},categories:{...t.categories,...e.categories}};(0,Cl.setConfiguration)(n),ml.shutdown(),ml.configure(n)}}xr.HvigorLogger=Fl,xr.evaluateLogLevel=function(e,t){t.debug?e.setLevel(hl.levels.DEBUG):t.warn?e.setLevel(hl.levels.WARN):t.error?e.setLevel(hl.levels.ERROR):e.setLevel(hl.levels.INFO)};var gl=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(X,"__esModule",{value:!0}),X.parseJsonText=X.parseJsonFile=void 0;const Al=Z,vl=gl(kr),Sl=gl(p.default),wl=gl(E.default),Ol=xr.HvigorLogger.getLogger("parse-json-util");var bl;!function(e){e[e.Char=0]="Char",e[e.EOF=1]="EOF",e[e.Identifier=2]="Identifier"}(bl||(bl={}));let _l,Bl,Pl,kl,xl,Nl,Il="start",Tl=[],Rl=0,Ml=1,Ll=0,jl=!1,$l="default",Hl="'",Jl=1;function Gl(e,t=!1){Bl=String(e),Il="start",Tl=[],Rl=0,Ml=1,Ll=0,kl=void 0,jl=t;do{_l=Vl(),Xl[Il]()}while("eof"!==_l.type);return kl}function Vl(){for($l="default",xl="",Hl="'",Jl=1;;){Nl=Ul();const e=zl[$l]();if(e)return e}}function Ul(){if(Bl[Rl])return String.fromCodePoint(Bl.codePointAt(Rl))}function Wl(){const e=Ul();return"\n"===e?(Ml++,Ll=0):e?Ll+=e.length:Ll++,e&&(Rl+=e.length),e}X.parseJsonFile=function(e,t=!1,n="utf-8"){const r=vl.default.readFileSync(Sl.default.resolve(e),{encoding:n});try{return Gl(r,t)}catch(t){if(t instanceof SyntaxError){const n=t.message.split("at");2===n.length&&Ol.errorMessageExit(`${n[0].trim()}${wl.default.EOL}\t at ${e}:${n[1].trim()}`)}Ol.errorMessageExit(`${e} is not in valid JSON/JSON5 format.`)}},X.parseJsonText=Gl;const zl={default(){switch(Nl){case"/":return Wl(),void($l="comment");case void 0:return Wl(),Kl("eof")}if(!Al.JudgeUtil.isIgnoreChar(Nl)&&!Al.JudgeUtil.isSpaceSeparator(Nl))return zl[Il]();Wl()},start(){$l="value"},beforePropertyName(){switch(Nl){case"$":case"_":return xl=Wl(),void($l="identifierName");case"\\":return Wl(),void($l="identifierNameStartEscape");case"}":return Kl("punctuator",Wl());case'"':case"'":return Hl=Nl,Wl(),void($l="string")}if(Al.JudgeUtil.isIdStartChar(Nl))return xl+=Wl(),void($l="identifierName");throw tf(bl.Char,Wl())},afterPropertyName(){if(":"===Nl)return Kl("punctuator",Wl());throw tf(bl.Char,Wl())},beforePropertyValue(){$l="value"},afterPropertyValue(){switch(Nl){case",":case"}":return Kl("punctuator",Wl())}throw tf(bl.Char,Wl())},beforeArrayValue(){if("]"===Nl)return Kl("punctuator",Wl());$l="value"},afterArrayValue(){switch(Nl){case",":case"]":return Kl("punctuator",Wl())}throw tf(bl.Char,Wl())},end(){throw tf(bl.Char,Wl())},comment(){switch(Nl){case"*":return Wl(),void($l="multiLineComment");case"/":return Wl(),void($l="singleLineComment")}throw tf(bl.Char,Wl())},multiLineComment(){switch(Nl){case"*":return Wl(),void($l="multiLineCommentAsterisk");case void 0:throw tf(bl.Char,Wl())}Wl()},multiLineCommentAsterisk(){switch(Nl){case"*":return void Wl();case"/":return Wl(),void($l="default");case void 0:throw tf(bl.Char,Wl())}Wl(),$l="multiLineComment"},singleLineComment(){switch(Nl){case"\n":case"\r":case"\u2028":case"\u2029":return Wl(),void($l="default");case void 0:return Wl(),Kl("eof")}Wl()},value(){switch(Nl){case"{":case"[":return Kl("punctuator",Wl());case"n":return Wl(),ql("ull"),Kl("null",null);case"t":return Wl(),ql("rue"),Kl("boolean",!0);case"f":return Wl(),ql("alse"),Kl("boolean",!1);case"-":case"+":return"-"===Wl()&&(Jl=-1),void($l="numerical");case".":case"0":case"I":case"N":return void($l="numerical");case'"':case"'":return Hl=Nl,Wl(),xl="",void($l="string")}if(void 0===Nl||!Al.JudgeUtil.isDigitWithoutZero(Nl))throw tf(bl.Char,Wl());$l="numerical"},numerical(){switch(Nl){case".":return xl=Wl(),void($l="decimalPointLeading");case"0":return xl=Wl(),void($l="zero");case"I":return Wl(),ql("nfinity"),Kl("numeric",Jl*(1/0));case"N":return Wl(),ql("aN"),Kl("numeric",NaN)}if(void 0!==Nl&&Al.JudgeUtil.isDigitWithoutZero(Nl))return xl=Wl(),void($l="decimalInteger");throw tf(bl.Char,Wl())},zero(){switch(Nl){case".":case"e":case"E":return void($l="decimal");case"x":case"X":return xl+=Wl(),void($l="hexadecimal")}return Kl("numeric",0)},decimalInteger(){switch(Nl){case".":case"e":case"E":return void($l="decimal")}if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},decimal(){switch(Nl){case".":xl+=Wl(),$l="decimalFraction";break;case"e":case"E":xl+=Wl(),$l="decimalExponent"}},decimalPointLeading(){if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalFraction");throw tf(bl.Char,Wl())},decimalFraction(){switch(Nl){case"e":case"E":return xl+=Wl(),void($l="decimalExponent")}if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},decimalExponent(){switch(Nl){case"+":case"-":return xl+=Wl(),void($l="decimalExponentSign")}if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalExponentInteger");throw tf(bl.Char,Wl())},decimalExponentSign(){if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalExponentInteger");throw tf(bl.Char,Wl())},decimalExponentInteger(){if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},hexadecimal(){if(Al.JudgeUtil.isHexDigit(Nl))return xl+=Wl(),void($l="hexadecimalInteger");throw tf(bl.Char,Wl())},hexadecimalInteger(){if(!Al.JudgeUtil.isHexDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},identifierNameStartEscape(){if("u"!==Nl)throw tf(bl.Char,Wl());Wl();const e=Yl();switch(e){case"$":case"_":break;default:if(!Al.JudgeUtil.isIdStartChar(e))throw tf(bl.Identifier)}xl+=e,$l="identifierName"},identifierName(){switch(Nl){case"$":case"_":case"‌":case"‍":return void(xl+=Wl());case"\\":return Wl(),void($l="identifierNameEscape")}if(!Al.JudgeUtil.isIdContinueChar(Nl))return Kl("identifier",xl);xl+=Wl()},identifierNameEscape(){if("u"!==Nl)throw tf(bl.Char,Wl());Wl();const e=Yl();switch(e){case"$":case"_":case"‌":case"‍":break;default:if(!Al.JudgeUtil.isIdContinueChar(e))throw tf(bl.Identifier)}xl+=e,$l="identifierName"},string(){switch(Nl){case"\\":return Wl(),void(xl+=function(){const e=Ul(),t=function(){switch(Ul()){case"b":return Wl(),"\b";case"f":return Wl(),"\f";case"n":return Wl(),"\n";case"r":return Wl(),"\r";case"t":return Wl(),"\t";case"v":return Wl(),"\v"}return}();if(t)return t;switch(e){case"0":if(Wl(),Al.JudgeUtil.isDigit(Ul()))throw tf(bl.Char,Wl());return"\0";case"x":return Wl(),function(){let e="",t=Ul();if(!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());if(e+=Wl(),t=Ul(),!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());return e+=Wl(),String.fromCodePoint(parseInt(e,16))}();case"u":return Wl(),Yl();case"\n":case"\u2028":case"\u2029":return Wl(),"";case"\r":return Wl(),"\n"===Ul()&&Wl(),""}if(void 0===e||Al.JudgeUtil.isDigitWithoutZero(e))throw tf(bl.Char,Wl());return Wl()}());case'"':case"'":if(Nl===Hl){const e=Kl("string",xl);return Wl(),e}return void(xl+=Wl());case"\n":case"\r":case void 0:throw tf(bl.Char,Wl());case"\u2028":case"\u2029":!function(e){Ol.warn(`JSON5: '${ef(e)}' in strings is not valid ECMAScript; consider escaping.`)}(Nl)}xl+=Wl()}};function Kl(e,t){return{type:e,value:t,line:Ml,column:Ll}}function ql(e){for(const t of e){if(Ul()!==t)throw tf(bl.Char,Wl());Wl()}}function Yl(){let e="",t=4;for(;t-- >0;){const t=Ul();if(!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());e+=Wl()}return String.fromCodePoint(parseInt(e,16))}const Xl={start(){if("eof"===_l.type)throw tf(bl.EOF);Zl()},beforePropertyName(){switch(_l.type){case"identifier":case"string":return Pl=_l.value,void(Il="afterPropertyName");case"punctuator":return void Ql();case"eof":throw tf(bl.EOF)}},afterPropertyName(){if("eof"===_l.type)throw tf(bl.EOF);Il="beforePropertyValue"},beforePropertyValue(){if("eof"===_l.type)throw tf(bl.EOF);Zl()},afterPropertyValue(){if("eof"===_l.type)throw tf(bl.EOF);switch(_l.value){case",":return void(Il="beforePropertyName");case"}":Ql()}},beforeArrayValue(){if("eof"===_l.type)throw tf(bl.EOF);"punctuator"!==_l.type||"]"!==_l.value?Zl():Ql()},afterArrayValue(){if("eof"===_l.type)throw tf(bl.EOF);switch(_l.value){case",":return void(Il="beforeArrayValue");case"]":Ql()}},end(){}};function Zl(){const e=function(){let e;switch(_l.type){case"punctuator":switch(_l.value){case"{":e={};break;case"[":e=[]}break;case"null":case"boolean":case"numeric":case"string":e=_l.value}return e}();if(jl&&"object"==typeof e&&(e._line=Ml,e._column=Ll),void 0===kl)kl=e;else{const t=Tl[Tl.length-1];Array.isArray(t)?jl&&"object"!=typeof e?t.push({value:e,_line:Ml,_column:Ll}):t.push(e):t[Pl]=jl&&"object"!=typeof e?{value:e,_line:Ml,_column:Ll}:e}!function(e){if(e&&"object"==typeof e)Tl.push(e),Il=Array.isArray(e)?"beforeArrayValue":"beforePropertyName";else{const e=Tl[Tl.length-1];Il=e?Array.isArray(e)?"afterArrayValue":"afterPropertyValue":"end"}}(e)}function Ql(){Tl.pop();const e=Tl[Tl.length-1];Il=e?Array.isArray(e)?"afterArrayValue":"afterPropertyValue":"end"}function ef(e){const t={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r","\t":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"};if(t[e])return t[e];if(e<" "){const t=e.charCodeAt(0).toString(16);return`\\x${`00${t}`.substring(t.length)}`}return e}function tf(e,t){let n="";switch(e){case bl.Char:n=void 0===t?`JSON5: invalid end of input at ${Ml}:${Ll}`:`JSON5: invalid character '${ef(t)}' at ${Ml}:${Ll}`;break;case bl.EOF:n=`JSON5: invalid end of input at ${Ml}:${Ll}`;break;case bl.Identifier:Ll-=5,n=`JSON5: invalid identifier character at ${Ml}:${Ll}`}const r=new nf(n);return r.lineNumber=Ml,r.columnNumber=Ll,r}class nf extends SyntaxError{}var rf=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),uf=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),of=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&rf(t,e,n);return uf(t,e),t};Object.defineProperty(Y,"__esModule",{value:!0});var sf=Y.cleanWorkSpace=Ff=Y.executeInstallHvigor=yf=Y.isHvigorInstalled=mf=Y.isAllDependenciesInstalled=void 0;const cf=of(D.default),af=of(p.default),lf=b,ff=j,df=$,Df=X;let pf,Ef;var mf=Y.isAllDependenciesInstalled=function(){function e(e){const t=null==e?void 0:e.dependencies;return void 0===t?0:Object.getOwnPropertyNames(t).length}if(pf=gf(),Ef=Af(),e(pf)+1!==e(Ef))return!1;for(const e in null==pf?void 0:pf.dependencies)if(!(0,ff.hasNpmPackInPaths)(e,[lf.HVIGOR_PROJECT_DEPENDENCIES_HOME])||!hf(e,pf,Ef))return!1;return!0};function hf(e,t,n){return void 0!==n.dependencies&&(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,t.dependencies[e])===n.dependencies[e]}var yf=Y.isHvigorInstalled=function(){return pf=gf(),Ef=Af(),(0,ff.hasNpmPackInPaths)(lf.HVIGOR_ENGINE_PACKAGE_NAME,[lf.HVIGOR_PROJECT_DEPENDENCIES_HOME])&&(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,pf.hvigorVersion)===Ef.dependencies[lf.HVIGOR_ENGINE_PACKAGE_NAME]};const Cf={cwd:lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,stdio:["inherit","inherit","inherit"]};var Ff=Y.executeInstallHvigor=function(){(0,df.logInfoPrintConsole)("Hvigor installing...");const e={dependencies:{}};e.dependencies[lf.HVIGOR_ENGINE_PACKAGE_NAME]=(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,pf.hvigorVersion);try{cf.mkdirSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,{recursive:!0});const t=af.resolve(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,lf.DEFAULT_PACKAGE_JSON);cf.writeFileSync(t,JSON.stringify(e))}catch(e){(0,df.logErrorAndExit)(e)}!function(){const e=["config","set","store-dir",lf.HVIGOR_PNPM_STORE_PATH];(0,ff.executeCommand)(lf.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH,e,Cf)}(),(0,ff.executeCommand)(lf.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH,["install"],Cf)};function gf(){const e=af.resolve(lf.HVIGOR_PROJECT_WRAPPER_HOME,lf.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME);return cf.existsSync(e)||(0,df.logErrorAndExit)(`Error: Hvigor config file ${e} does not exist.`),(0,Df.parseJsonFile)(e)}function Af(){return cf.existsSync(lf.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH)?(0,Df.parseJsonFile)(lf.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH):{dependencies:{}}}sf=Y.cleanWorkSpace=function(){if((0,df.logInfoPrintConsole)("Hvigor cleaning..."),!cf.existsSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME))return;const e=cf.readdirSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME);if(e&&0!==e.length){cf.existsSync(lf.HVIGOR_BOOT_JS_FILE_PATH)&&(0,ff.executeCommand)(process.argv[0],[lf.HVIGOR_BOOT_JS_FILE_PATH,"--stop-daemon"],{});try{e.forEach((e=>{cf.rmSync(af.resolve(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,e),{recursive:!0})}))}catch(e){(0,df.logErrorAndExit)(`The hvigor build tool cannot be installed. Please manually clear the workspace directory and synchronize the project again.\n\n Workspace Path: ${lf.HVIGOR_PROJECT_DEPENDENCIES_HOME}.`)}}};var vf={},Sf=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),wf=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),Of=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&Sf(t,e,n);return wf(t,e),t};Object.defineProperty(vf,"__esModule",{value:!0});var bf=vf.executeBuild=void 0;const _f=b,Bf=Of(D.default),Pf=Of(p.default),kf=$;bf=vf.executeBuild=function(){const e=Pf.resolve(_f.HVIGOR_PROJECT_DEPENDENCIES_HOME,"node_modules","@ohos","hvigor","bin","hvigor.js");try{const t=Bf.realpathSync(e);require(t)}catch(t){(0,kf.logErrorAndExit)(`Error: ENOENT: no such file ${e},delete ${_f.HVIGOR_PROJECT_DEPENDENCIES_HOME} and retry.`)}},function(){if(O.checkNpmConifg(),O.environmentHandler(),O.isPnpmAvailable()||O.executeInstallPnpm(),yf()&&mf())bf();else{sf();try{Ff()}catch(e){return void sf()}bf()}}(); \ No newline at end of file diff --git a/ohos/flutter_path/ohos/hvigorfile.ts b/ohos/flutter_path/ohos/hvigorfile.ts new file mode 100644 index 0000000000000000000000000000000000000000..5a172b770e3b15f67c12152d00f38f2084d3915b --- /dev/null +++ b/ohos/flutter_path/ohos/hvigorfile.ts @@ -0,0 +1,17 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently. +export { appTasks } from '@ohos/hvigor-ohos-plugin'; \ No newline at end of file diff --git a/ohos/flutter_path/ohos/hvigorw b/ohos/flutter_path/ohos/hvigorw new file mode 100644 index 0000000000000000000000000000000000000000..5efd8343d3232bdd1d9b7f67a3326034054c5396 --- /dev/null +++ b/ohos/flutter_path/ohos/hvigorw @@ -0,0 +1,61 @@ +#!/bin/bash + +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# ---------------------------------------------------------------------------- +# Hvigor startup script, version 1.0.0 +# +# Required ENV vars: +# ------------------ +# NODE_HOME - location of a Node home dir +# or +# Add /usr/local/nodejs/bin to the PATH environment variable +# ---------------------------------------------------------------------------- + +HVIGOR_APP_HOME=$(dirname $(readlink -f $0)) +HVIGOR_WRAPPER_SCRIPT=${HVIGOR_APP_HOME}/hvigor/hvigor-wrapper.js +warn() { + echo "" + echo -e "\033[1;33m`date '+[%Y-%m-%d %H:%M:%S]'`$@\033[0m" +} + +error() { + echo "" + echo -e "\033[1;31m`date '+[%Y-%m-%d %H:%M:%S]'`$@\033[0m" +} + +fail() { + error "$@" + exit 1 +} + +# Determine node to start hvigor wrapper script +if [ -n "${NODE_HOME}" ];then + EXECUTABLE_NODE="${NODE_HOME}/bin/node" + if [ ! -x "$EXECUTABLE_NODE" ];then + fail "ERROR: NODE_HOME is set to an invalid directory,check $NODE_HOME\n\nPlease set NODE_HOME in your environment to the location where your nodejs installed" + fi +else + EXECUTABLE_NODE="node" + which ${EXECUTABLE_NODE} > /dev/null 2>&1 || fail "ERROR: NODE_HOME is not set and not 'node' command found in your path" +fi + +# Check hvigor wrapper script +if [ ! -r "$HVIGOR_WRAPPER_SCRIPT" ];then + fail "ERROR: Couldn't find hvigor/hvigor-wrapper.js in ${HVIGOR_APP_HOME}" +fi + +# start hvigor-wrapper script +exec "${EXECUTABLE_NODE}" \ + "${HVIGOR_WRAPPER_SCRIPT}" "$@" diff --git a/ohos/flutter_path/ohos/hvigorw.bat b/ohos/flutter_path/ohos/hvigorw.bat new file mode 100644 index 0000000000000000000000000000000000000000..cab3a34a8d2caee9e8f8c7374220c873332a7cb6 --- /dev/null +++ b/ohos/flutter_path/ohos/hvigorw.bat @@ -0,0 +1,78 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +@if "%DEBUG%" == "" @echo off +@rem ########################################################################## +@rem +@rem Hvigor startup script for Windows +@rem +@rem ########################################################################## + +@rem Set local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" setlocal + +set DIRNAME=%~dp0 +if "%DIRNAME%" == "" set DIRNAME=. +set APP_BASE_NAME=%~n0 +set APP_HOME=%DIRNAME% + +@rem Resolve any "." and ".." in APP_HOME to make it shorter. +for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi + +set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js +set NODE_EXE=node.exe + +goto start + +:start +@rem Find node.exe +if defined NODE_HOME goto findNodeFromNodeHome + +%NODE_EXE% --version >NUL 2>&1 +if "%ERRORLEVEL%" == "0" goto execute + +echo. +echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. +echo. +echo Please set the NODE_HOME variable in your environment to match the +echo location of your NodeJs installation. + +goto fail + +:findNodeFromNodeHome +set NODE_HOME=%NODE_HOME:"=% +set NODE_EXE_PATH=%NODE_HOME%/%NODE_EXE% + +if exist "%NODE_EXE_PATH%" goto execute +echo. +echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. +echo. +echo Please set the NODE_HOME variable in your environment to match the +echo location of your NodeJs installation. + +goto fail + +:execute +@rem Execute hvigor +"%NODE_EXE%" %WRAPPER_MODULE_PATH% %* + +if "%ERRORLEVEL%" == "0" goto hvigorwEnd + +:fail +exit /b 1 + +:hvigorwEnd +if "%OS%" == "Windows_NT" endlocal + +:end diff --git a/ohos/flutter_path/ohos/oh-package-lock.json5 b/ohos/flutter_path/ohos/oh-package-lock.json5 new file mode 100644 index 0000000000000000000000000000000000000000..6b6ff6496e036b3fec37cdf1661998e74a97190c --- /dev/null +++ b/ohos/flutter_path/ohos/oh-package-lock.json5 @@ -0,0 +1,27 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "lockfileVersion": 1, + "ATTENTION": "THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.", + "specifiers": { + "@ohos/hypium@1.0.6": "@ohos/hypium@1.0.6" + }, + "packages": { + "@ohos/hypium@1.0.6": { + "resolved": "https://repo.harmonyos.com/ohpm/@ohos/hypium/-/hypium-1.0.6.tgz", + "integrity": "sha512-bb3DWeWhYrFqj9mPFV3yZQpkm36kbcK+YYaeY9g292QKSjOdmhEIQR2ULPvyMsgSR4usOBf5nnYrDmaCCXirgQ==" + } + } +} \ No newline at end of file diff --git a/ohos/flutter_path/ohos/oh-package.json5 b/ohos/flutter_path/ohos/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..c90ef4866ac1a918639181ad0299d941bb95aca7 --- /dev/null +++ b/ohos/flutter_path/ohos/oh-package.json5 @@ -0,0 +1,26 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "license": "", + "devDependencies": { + "@ohos/hypium": "1.0.6" + }, + "author": "", + "name": "apptemplate", + "description": "Please describe the basic information.", + "main": "", + "version": "1.0.0", + "dependencies": {} +} diff --git a/ohos/flutter_path/pubspec.yaml b/ohos/flutter_path/pubspec.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3a8c68e2cd447321cfbf0406da9cd3008fe5a2b0 --- /dev/null +++ b/ohos/flutter_path/pubspec.yaml @@ -0,0 +1,113 @@ +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +name: flutter_path +description: A new Flutter project. +# The following line prevents the package from being accidentally published to +# pub.dev using `flutter pub publish`. This is preferred for private packages. +publish_to: 'none' # Remove this line if you wish to publish to pub.dev + +# The following defines the version and build number for your application. +# A version number is three numbers separated by dots, like 1.2.43 +# followed by an optional build number separated by a +. +# Both the version and the builder number may be overridden in flutter +# build by specifying --build-name and --build-number, respectively. +# In Android, build-name is used as versionName while build-number used as versionCode. +# Read more about Android versioning at https://developer.android.com/studio/publish/versioning +# In iOS, build-name is used as CFBundleShortVersionString while build-number is used as CFBundleVersion. +# Read more about iOS versioning at +# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html +# In Windows, build-name is used as the major, minor, and patch parts +# of the product and file versions while build-number is used as the build suffix. +version: 1.0.0+1 + +environment: + #sdk: '>=3.1.0 <4.0.0' + sdk: '>=2.19.6 <3.0.0' + +# Dependencies specify other packages that your package needs in order to work. +# To automatically upgrade your package dependencies to the latest versions +# consider running `flutter pub upgrade --major-versions`. Alternatively, +# dependencies can be manually updated by changing the version numbers below to +# the latest version available on pub.dev. To see which dependencies have newer +# versions available, run `flutter pub outdated`. +dependencies: + flutter: + sdk: flutter + + path: 1.8.3 + + path_provider_platform_interface: ^2.0.1 + + # The following adds the Cupertino Icons font to your application. + # Use with the CupertinoIcons class for iOS style icons. + cupertino_icons: ^1.0.2 + +dependency_overrides: + # 本地路径 +# test_model: +# path: D:\projects\test_model_v2\test_model + + +dev_dependencies: + # flutter_test: + # sdk: flutter + + # The "flutter_lints" package below contains a set of recommended lints to + # encourage good coding practices. The lint set provided by the package is + # activated in the `analysis_options.yaml` file located at the root of your + # package. See that file for information about deactivating specific lint + # rules and activating additional ones. + # flutter_lints: ^2.0.0 + +# For information on the generic Dart part of this file, see the +# following page: https://dart.dev/tools/pub/pubspec + +# The following section is specific to Flutter packages. +flutter: + + # The following line ensures that the Material Icons font is + # included with your application, so that you can use the icons in + # the material Icons class. + uses-material-design: true + + # To add assets to your application, add an assets section, like this: + # assets: + # - images/a_dot_burr.jpeg + # - images/a_dot_ham.jpeg + + # An image asset can refer to one or more resolution-specific "variants", see + # https://flutter.dev/assets-and-images/#resolution-aware + + # For details regarding adding assets from package dependencies, see + # https://flutter.dev/assets-and-images/#from-packages + + # To add custom fonts to your application, add a fonts section here, + # in this "flutter" section. Each entry in this list should have a + # "family" key with the font family name, and a "fonts" key with a + # list giving the asset and other descriptors for the font. For + # example: + # fonts: + # - family: Schyler + # fonts: + # - asset: fonts/Schyler-Regular.ttf + # - asset: fonts/Schyler-Italic.ttf + # style: italic + # - family: Trajan Pro + # fonts: + # - asset: fonts/TrajanPro.ttf + # - asset: fonts/TrajanPro_Bold.ttf + # weight: 700 + # + # For details regarding fonts from package dependencies, + # see https://flutter.dev/custom-fonts/#from-packages diff --git a/ohos/flutter_path/test/widget_test.dart b/ohos/flutter_path/test/widget_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..5551f455dbe952db1964193b220976852c3a1b07 --- /dev/null +++ b/ohos/flutter_path/test/widget_test.dart @@ -0,0 +1,44 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +// This is a basic Flutter widget test. +// +// To perform an interaction with a widget in your test, use the WidgetTester +// utility in the flutter_test package. For example, you can send tap and scroll +// gestures. You can also use WidgetTester to find child widgets in the widget +// tree, read text, and verify that the values of widget properties are correct. + +import 'package:flutter/material.dart'; +import 'package:flutter_test/flutter_test.dart'; + +import 'package:flutter_path/main.dart'; + +void main() { + testWidgets('Counter increments smoke test', (WidgetTester tester) async { + // Build our app and trigger a frame. + await tester.pumpWidget(const MyApp()); + + // Verify that our counter starts at 0. + expect(find.text('0'), findsOneWidget); + expect(find.text('1'), findsNothing); + + // Tap the '+' icon and trigger a frame. + await tester.tap(find.byIcon(Icons.add)); + await tester.pump(); + + // Verify that our counter has incremented. + expect(find.text('0'), findsNothing); + expect(find.text('1'), findsOneWidget); + }); +} diff --git a/ohos/flutter_provider/.gitignore b/ohos/flutter_provider/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..24476c5d1eb55824c76d8b01a3965f94abad1ef8 --- /dev/null +++ b/ohos/flutter_provider/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ +migrate_working_dir/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +**/doc/api/ +**/ios/Flutter/.last_build_id +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Android Studio will place build artifacts here +/android/app/debug +/android/app/profile +/android/app/release diff --git a/ohos/flutter_provider/.metadata b/ohos/flutter_provider/.metadata new file mode 100644 index 0000000000000000000000000000000000000000..d07c0afb6812b08a64d23b369ba37e066ea83244 --- /dev/null +++ b/ohos/flutter_provider/.metadata @@ -0,0 +1,44 @@ + /* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +# This file tracks properties of this Flutter project. +# Used by Flutter tool to assess capabilities and perform upgrades etc. +# +# This file should be version controlled. + +version: + revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + channel: master + +project_type: app + +# Tracks metadata for the flutter migrate command +migration: + platforms: + - platform: root + create_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + base_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + - platform: ohos + create_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + base_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + + # User provided section + + # List of Local paths (relative to this file) that should be + # ignored by the migrate tool. + # + # Files that are not part of the templates will be ignored by default. + unmanaged_files: + - 'lib/main.dart' + - 'ios/Runner.xcodeproj/project.pbxproj' diff --git a/ohos/flutter_provider/README.md b/ohos/flutter_provider/README.md new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/ohos/flutter_provider/README.md @@ -0,0 +1 @@ + diff --git a/ohos/flutter_provider/analysis_options.yaml b/ohos/flutter_provider/analysis_options.yaml new file mode 100644 index 0000000000000000000000000000000000000000..978fe928aa6f56a66a476d4c5e2beaa3a10826f6 --- /dev/null +++ b/ohos/flutter_provider/analysis_options.yaml @@ -0,0 +1,43 @@ +# Copyright (c) 2023 Huawei Device Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +# This file configures the analyzer, which statically analyzes Dart code to +# check for errors, warnings, and lints. +# +# The issues identified by the analyzer are surfaced in the UI of Dart-enabled +# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be +# invoked from the command line by running `flutter analyze`. + +# The following line activates a set of recommended lints for Flutter apps, +# packages, and plugins designed to encourage good coding practices. +include: package:flutter_lints/flutter.yaml + +linter: + # The lint rules applied to this project can be customized in the + # section below to disable rules from the `package:flutter_lints/flutter.yaml` + # included above or to enable additional rules. A list of all available lints + # and their documentation is published at + # https://dart-lang.github.io/linter/lints/index.html. + # + # Instead of disabling a lint rule for the entire project in the + # section below, it can also be suppressed for a single line of code + # or a specific dart file by using the `// ignore: name_of_lint` and + # `// ignore_for_file: name_of_lint` syntax on the line or in the file + # producing the lint. + rules: + # avoid_print: false # Uncomment to disable the `avoid_print` rule + # prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule + +# Additional information about this file can be found at +# https://dart.dev/guides/language/analysis-options diff --git a/ohos/flutter_provider/lib/builder_test.dart b/ohos/flutter_provider/lib/builder_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..b65611519e1b7a27fbbf7f564f717b5417550aed --- /dev/null +++ b/ohos/flutter_provider/lib/builder_test.dart @@ -0,0 +1,551 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + * +import 'package:flutter/widgets.dart'; +import 'package:flutter_test/flutter_test.dart'; +import 'package:provider/provider.dart'; + +import 'common.dart'; + +void main() { + group('ChangeNotifierProvider', () { + testWidgets('default', (tester) async { + await tester.pumpWidget( + ChangeNotifierProvider( + create: (_) => ValueNotifier(0), + builder: (context, child) { + context.watch>(); + return child!; + }, + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(find.text('child'), findsOneWidget); + }); + + testWidgets('.value', (tester) async { + await tester.pumpWidget( + ChangeNotifierProvider.value( + value: ValueNotifier(0), + builder: (context, child) { + context.watch>(); + return child!; + }, + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(find.text('child'), findsOneWidget); + }); + }); + + group('ListenableProvider', () { + testWidgets('default', (tester) async { + await tester.pumpWidget( + ListenableProvider( + create: (_) => ValueNotifier(0), + builder: (context, child) { + context.watch>(); + return child!; + }, + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(find.text('child'), findsOneWidget); + }); + + testWidgets('.value', (tester) async { + await tester.pumpWidget( + ListenableProvider.value( + value: ValueNotifier(0), + builder: (context, child) { + context.watch>(); + return child!; + }, + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(find.text('child'), findsOneWidget); + }); + }); + + group('Provider', () { + testWidgets('default', (tester) async { + await tester.pumpWidget( + Provider( + create: (_) => 0, + builder: (context, child) { + context.watch(); + return child!; + }, + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(find.text('child'), findsOneWidget); + }); + + testWidgets('.value', (tester) async { + await tester.pumpWidget( + Provider.value( + value: 0, + builder: (context, child) { + context.watch(); + return child!; + }, + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(find.text('child'), findsOneWidget); + }); + }); + + group('ProxyProvider', () { + testWidgets('0', (tester) async { + var buildCount = 0; + await tester.pumpWidget( + MultiProvider( + providers: [ + ProxyProvider0( + update: (_, __) => 0, + builder: (context, child) { + buildCount++; + context.watch(); + return child!; + }, + ), + ], + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(buildCount, 1); + expect(find.text('child'), findsOneWidget); + }); + + testWidgets('1', (tester) async { + var buildCount = 0; + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: ''), + ProxyProvider( + update: (_, __, ___) => 0, + builder: (context, child) { + buildCount++; + context.watch(); + return child!; + }, + ), + ], + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(buildCount, 1); + expect(find.text('child'), findsOneWidget); + }); + + testWidgets('2', (tester) async { + var buildCount = 0; + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: ''), + Provider.value(value: 0), + ProxyProvider2( + update: (a, b, c, d) => 0, + builder: (context, child) { + buildCount++; + context.watch(); + return child!; + }, + ), + ], + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(buildCount, 1); + expect(find.text('child'), findsOneWidget); + }); + + testWidgets('3', (tester) async { + var buildCount = 0; + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: ''), + Provider.value(value: 0), + Provider.value(value: A()), + ProxyProvider3( + update: (a, b, c, d, e) => 0, + builder: (context, child) { + buildCount++; + context.watch(); + return child!; + }, + ), + ], + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(buildCount, 1); + expect(find.text('child'), findsOneWidget); + }); + + testWidgets('4', (tester) async { + var buildCount = 0; + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: ''), + Provider.value(value: 0), + Provider.value(value: A()), + Provider.value(value: B()), + ProxyProvider4( + update: (a, b, c, d, e, f) => 0, + builder: (context, child) { + buildCount++; + context.watch(); + return child!; + }, + ), + ], + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(buildCount, 1); + expect(find.text('child'), findsOneWidget); + }); + + testWidgets('5', (tester) async { + var buildCount = 0; + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: ''), + Provider.value(value: 0), + Provider.value(value: A()), + Provider.value(value: B()), + Provider.value(value: C()), + ProxyProvider5( + update: (a, b, c, d, e, f, g) => 0, + builder: (context, child) { + buildCount++; + context.watch(); + return child!; + }, + ), + ], + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(buildCount, 1); + expect(find.text('child'), findsOneWidget); + }); + + testWidgets('6', (tester) async { + var buildCount = 0; + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: ''), + Provider.value(value: 0), + Provider.value(value: A()), + Provider.value(value: B()), + Provider.value(value: C()), + Provider.value(value: D()), + ProxyProvider6( + update: (a, b, c, d, e, f, g, h) => 0, + builder: (context, child) { + buildCount++; + context.watch(); + return child!; + }, + ), + ], + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(buildCount, 1); + expect(find.text('child'), findsOneWidget); + }); + }); + + group('MultiProvider', () { + testWidgets('with 1 ChangeNotifierProvider default', (tester) async { + await tester.pumpWidget( + MultiProvider( + providers: [ + ChangeNotifierProvider( + create: (_) => ValueNotifier(0), + ), + ], + builder: (context, child) { + context.watch>(); + return child!; + }, + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(find.text('child'), findsOneWidget); + }); + + testWidgets('with 2 ChangeNotifierProvider default', (tester) async { + await tester.pumpWidget( + MultiProvider( + providers: [ + ChangeNotifierProvider( + create: (_) => ValueNotifier(0), + ), + ChangeNotifierProvider( + create: (_) => ValueNotifier('string'), + ), + ], + builder: (context, child) { + context.watch>(); + context.watch>(); + return child!; + }, + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(find.text('child'), findsOneWidget); + }); + + testWidgets('with ListenableProvider default', (tester) async { + await tester.pumpWidget( + MultiProvider( + providers: [ + ListenableProvider( + create: (_) => ValueNotifier(0), + ), + ], + builder: (context, child) { + context.watch>(); + return child!; + }, + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(find.text('child'), findsOneWidget); + }); + + testWidgets('with Provider default', (tester) async { + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider( + create: (_) => 0, + ), + ], + builder: (context, child) { + context.watch(); + return child!; + }, + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(find.text('child'), findsOneWidget); + }); + + testWidgets('with ProxyProvider0', (tester) async { + var buildCount = 0; + await tester.pumpWidget( + MultiProvider( + providers: [ + ProxyProvider0( + update: (_, __) => 0, + ), + ], + builder: (context, child) { + buildCount++; + context.watch(); + return child!; + }, + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(buildCount, 1); + expect(find.text('child'), findsOneWidget); + }); + + testWidgets('with ProxyProvider1', (tester) async { + var buildCount = 0; + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: ''), + ProxyProvider( + update: (_, __, ___) => 0, + ), + ], + builder: (context, child) { + buildCount++; + context.watch(); + return child!; + }, + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(buildCount, 1); + expect(find.text('child'), findsOneWidget); + }); + + testWidgets('with ProxyProvider2', (tester) async { + var buildCount = 0; + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: ''), + Provider.value(value: 0), + ProxyProvider2( + update: (a, b, c, d) => 0, + ), + ], + builder: (context, child) { + buildCount++; + context.watch(); + return child!; + }, + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(buildCount, 1); + expect(find.text('child'), findsOneWidget); + }); + + testWidgets('with ProxyProvider3', (tester) async { + var buildCount = 0; + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: ''), + Provider.value(value: 0), + Provider.value(value: A()), + ProxyProvider3( + update: (a, b, c, d, e) => 0, + ), + ], + builder: (context, child) { + buildCount++; + context.watch(); + return child!; + }, + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(buildCount, 1); + expect(find.text('child'), findsOneWidget); + }); + + testWidgets('with ProxyProvider4', (tester) async { + var buildCount = 0; + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: ''), + Provider.value(value: 0), + Provider.value(value: A()), + Provider.value(value: B()), + ProxyProvider4( + update: (a, b, c, d, e, f) => 0, + ), + ], + builder: (context, child) { + buildCount++; + context.watch(); + return child!; + }, + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(buildCount, 1); + expect(find.text('child'), findsOneWidget); + }); + + testWidgets('with ProxyProvider5', (tester) async { + var buildCount = 0; + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: ''), + Provider.value(value: 0), + Provider.value(value: A()), + Provider.value(value: B()), + Provider.value(value: C()), + ProxyProvider5( + update: (a, b, c, d, e, f, g) => 0, + ), + ], + builder: (context, child) { + buildCount++; + context.watch(); + return child!; + }, + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(buildCount, 1); + expect(find.text('child'), findsOneWidget); + }); + + testWidgets('with ProxyProvider6', (tester) async { + var buildCount = 0; + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: ''), + Provider.value(value: 0), + Provider.value(value: A()), + Provider.value(value: B()), + Provider.value(value: C()), + Provider.value(value: D()), + ProxyProvider6( + update: (a, b, c, d, e, f, g, h) => 0, + ), + ], + builder: (context, child) { + buildCount++; + context.watch(); + return child!; + }, + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(buildCount, 1); + expect(find.text('child'), findsOneWidget); + }); + }); +} diff --git a/ohos/flutter_provider/lib/change_notifier_provider_test.dart b/ohos/flutter_provider/lib/change_notifier_provider_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..1004762937947911bb2a490fcc3c4e1cac21015a --- /dev/null +++ b/ohos/flutter_provider/lib/change_notifier_provider_test.dart @@ -0,0 +1,496 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/widgets.dart'; +import 'package:flutter_test/flutter_test.dart'; +import 'package:provider/provider.dart'; + +import 'common.dart'; + +import 'package:flutter/material.dart'; + + +//import 'package:flutter_provider/common/test_page.dart'; + +// class JKChangeNotifierProviderTestPage extends TestPage { +// +// static const String routeName = "/change_notifier_provider_test"; +// +// JKChangeNotifierProviderTestPage(super.title, {super.key}) { +// +// } +// +// } + +class JKChangeNotifierProviderTestPage extends StatefulWidget { + + static const String routeName = "/example_test"; + String? title = ""; + + JKChangeNotifierProviderTestPage({Key ? key}) : super(key: key) {}//; + + @override + _JKChangeNotifierProviderTestPageState createState() => _JKChangeNotifierProviderTestPageState(); +} +class _JKChangeNotifierProviderTestPageState extends State { + + // int anInt = 0; + // String aString = ''; + // List aList = []; + // bool _done = false; + //Future chainFuture = Future(() => {}); + + String StringIs = ""; + + void testExample() { + // Allocate and free some native memory with calloc and free. + + print('刷新ui'); + setState(() { + // 刷新ui + }); + } + + @override + void initState() { + // TODO: implement initState + super.initState(); + testExample(); + } + + + @override + Widget build(BuildContext context) { + + print('刷新ui6677'); + + // 1.获取数据 + final args = ModalRoute.of(context)?.settings.arguments; + //widget.title = args as String ?? "66"; + + return Scaffold( + appBar: AppBar( + centerTitle: true, + title: Row( + mainAxisAlignment: MainAxisAlignment.center, + mainAxisSize: MainAxisSize.min, + children: [ + Text(widget.title ?? ""), + ], + ), + leading: IconButton( + icon: Icon(Icons.arrow_back_ios), + onPressed: () { + Navigator.of(context).pop(); + }, + ), + ), + body: SingleChildScrollView( + child: Column( + children: [ + Center( + child: Container( + child: Text(StringIs), + ), + ), + Center( + child: Container( + child: Text(StringIs), + ), + ), + Text('You have pushed the button this many times:'), + /// Extracted as a separate widget for performance optimization. + /// As a separate widget, it will rebuild independently from [MyHomePage]. + /// + /// This is totally optional (and rarely needed). + /// Similarly, we could also use [Consumer] or [Selector]. + //Count(), + Text(' '), + // FloatingActionButton( + // key: const Key('increment_floatingActionButton'), + // /// Calls `context.read` instead of `context.watch` so that it does not rebuild + // /// when [Counter] changes. + // onPressed: () => context.read().increment(), + // tooltip: 'Increment', + // child: const Icon(Icons.add), + // ), + // Text(' '), + // FloatingActionButton( + // key: const Key('reduce_floatingActionButton'), + // /// Calls `context.read` instead of `context.watch` so that it does not rebuild + // /// when [Counter] changes. + // onPressed: () => context.read().decrement(), + // tooltip: 'Decrement', + // child: const Icon(Icons.remove), + // ) + ], + ), + ), + ); + } +} + +void main() { + group('ChangeNotifierProvider', () { + testWidgets('value', (tester) async { + final myNotifier = ValueNotifier(0); + + await tester.pumpWidget( + MultiProvider( + providers: [ + ChangeNotifierProvider.value(value: myNotifier), + ], + child: Consumer>( + builder: (_, value, __) { + return Text( + value.value.toString(), + textDirection: TextDirection.ltr, + ); + }, + ), + ), + ); + + expect(find.text('0'), findsOneWidget); + + myNotifier.value++; + await tester.pump(); + + expect(find.text('1'), findsOneWidget); + + await tester.pumpWidget(Container()); + + // would throw if myNotifier is disposed + myNotifier.notifyListeners(); + }); + + testWidgets('builder', (tester) async { + final myNotifier = ValueNotifier(0); + + await tester.pumpWidget( + MultiProvider( + providers: [ + ChangeNotifierProvider(create: (_) => myNotifier), + ], + child: Consumer>( + builder: (_, value, __) { + return Text( + value.value.toString(), + textDirection: TextDirection.ltr, + ); + }, + ), + ), + ); + + expect(find.text('0'), findsOneWidget); + + myNotifier.value++; + await tester.pump(); + + expect(find.text('1'), findsOneWidget); + + await tester.pumpWidget(Container()); + + expect(myNotifier.notifyListeners, throwsAssertionError); + }); + + testWidgets('builder1', (tester) async { + final myNotifier = ValueNotifier(0); + + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider(create: (_) => A()), + ChangeNotifierProxyProvider?>( + create: (_) => null, + update: (_, __, ___) => myNotifier, + ), + ], + child: Consumer?>( + builder: (_, value, __) { + return Text( + value!.value.toString(), + textDirection: TextDirection.ltr, + ); + }, + ), + ), + ); + + expect(find.text('0'), findsOneWidget); + + myNotifier.value++; + await tester.pump(); + + expect(find.text('1'), findsOneWidget); + + await tester.pumpWidget(Container()); + + expect(myNotifier.notifyListeners, throwsAssertionError); + }); + + testWidgets('builder2', (tester) async { + final myNotifier = ValueNotifier(0); + + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider(create: (_) => A()), + Provider(create: (_) => B()), + ChangeNotifierProxyProvider2?>( + create: (_) => null, + update: (_, _a, _b, ___) => myNotifier, + ), + ], + child: Consumer?>( + builder: (_, value, __) { + return Text( + value!.value.toString(), + textDirection: TextDirection.ltr, + ); + }, + ), + ), + ); + + expect(find.text('0'), findsOneWidget); + + myNotifier.value++; + await tester.pump(); + + expect(find.text('1'), findsOneWidget); + + await tester.pumpWidget(Container()); + + expect(myNotifier.notifyListeners, throwsAssertionError); + }); + + testWidgets('builder3', (tester) async { + final myNotifier = ValueNotifier(0); + + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider(create: (_) => A()), + Provider(create: (_) => B()), + Provider(create: (_) => C()), + ChangeNotifierProxyProvider3?>( + create: (_) => null, + update: (_, _a, _b, _c, ___) => myNotifier, + ), + ], + child: Consumer?>( + builder: (_, value, __) { + return Text( + value!.value.toString(), + textDirection: TextDirection.ltr, + ); + }, + ), + ), + ); + + expect(find.text('0'), findsOneWidget); + + myNotifier.value++; + await tester.pump(); + + expect(find.text('1'), findsOneWidget); + + await tester.pumpWidget(Container()); + + expect(myNotifier.notifyListeners, throwsAssertionError); + }); + + testWidgets('builder4', (tester) async { + final myNotifier = ValueNotifier(0); + + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider(create: (_) => A()), + Provider(create: (_) => B()), + Provider(create: (_) => C()), + Provider(create: (_) => D()), + ChangeNotifierProxyProvider4?>( + create: (_) => null, + update: (_, _a, _b, _c, _d, ___) => myNotifier, + ), + ], + child: Consumer?>( + builder: (_, value, __) { + return Text( + value!.value.toString(), + textDirection: TextDirection.ltr, + ); + }, + ), + ), + ); + + expect(find.text('0'), findsOneWidget); + + myNotifier.value++; + await tester.pump(); + + expect(find.text('1'), findsOneWidget); + + await tester.pumpWidget(Container()); + + expect(myNotifier.notifyListeners, throwsAssertionError); + }); + + testWidgets('builder5', (tester) async { + final myNotifier = ValueNotifier(0); + + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider(create: (_) => A()), + Provider(create: (_) => B()), + Provider(create: (_) => C()), + Provider(create: (_) => D()), + Provider(create: (_) => E()), + ChangeNotifierProxyProvider5?>( + create: (_) => null, + update: (_, _a, _b, _c, _d, _e, ___) => myNotifier, + ), + ], + child: Consumer?>( + builder: (_, value, __) { + return Text( + value!.value.toString(), + textDirection: TextDirection.ltr, + ); + }, + ), + ), + ); + + expect(find.text('0'), findsOneWidget); + + myNotifier.value++; + await tester.pump(); + + expect(find.text('1'), findsOneWidget); + + await tester.pumpWidget(Container()); + + expect(myNotifier.notifyListeners, throwsAssertionError); + }); + + testWidgets('builder6', (tester) async { + final myNotifier = ValueNotifier(0); + + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider(create: (_) => A()), + Provider(create: (_) => B()), + Provider(create: (_) => C()), + Provider(create: (_) => D()), + Provider(create: (_) => E()), + Provider(create: (_) => F()), + ChangeNotifierProxyProvider6?>( + create: (_) => null, + update: (_, _a, _b, _c, _d, _e, _f, ___) => myNotifier, + ), + ], + child: Consumer?>( + builder: (_, value, __) { + return Text( + value!.value.toString(), + textDirection: TextDirection.ltr, + ); + }, + ), + ), + ); + + expect(find.text('0'), findsOneWidget); + + myNotifier.value++; + await tester.pump(); + + expect(find.text('1'), findsOneWidget); + + await tester.pumpWidget(Container()); + + expect(myNotifier.notifyListeners, throwsAssertionError); + }); + + testWidgets('builder0', (tester) async { + final myNotifier = ValueNotifier(0); + + await tester.pumpWidget( + MultiProvider( + providers: [ + ChangeNotifierProxyProvider0?>( + create: (_) => null, + update: (_, ___) => myNotifier, + ), + ], + child: Consumer?>( + builder: (_, value, __) { + return Text( + value!.value.toString(), + textDirection: TextDirection.ltr, + ); + }, + ), + ), + ); + + expect(find.text('0'), findsOneWidget); + + myNotifier.value++; + await tester.pump(); + + expect(find.text('1'), findsOneWidget); + + await tester.pumpWidget(Container()); + + expect(myNotifier.notifyListeners, throwsAssertionError); + }); + }); + + testWidgets('Use builder property, not child', (tester) async { + final myNotifier = ValueNotifier(0); + + await tester.pumpWidget( + ChangeNotifierProvider>( + create: (context) => myNotifier, + builder: (context, _) { + final notifier = context.watch>(); + return Text( + '${notifier.value}', + textDirection: TextDirection.ltr, + ); + }, + ), + ); + + expect(find.text('0'), findsOneWidget); + + myNotifier.value++; + await tester.pump(); + + expect(find.text('1'), findsOneWidget); + + await tester.pumpWidget(Container()); + + expect(myNotifier.notifyListeners, throwsAssertionError); + }); +} diff --git a/ohos/flutter_provider/lib/common.dart b/ohos/flutter_provider/lib/common.dart new file mode 100644 index 0000000000000000000000000000000000000000..217a2ae30684ab7c8fe76b9dda06812c587d7406 --- /dev/null +++ b/ohos/flutter_provider/lib/common.dart @@ -0,0 +1,569 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:async'; + +import 'package:flutter/foundation.dart'; +import 'package:flutter/widgets.dart'; +import 'package:flutter_test/flutter_test.dart'; +import 'package:mockito/mockito.dart'; +import 'package:provider/provider.dart'; + +import 'package:flutter/foundation.dart'; + +Element findElementOfWidget() { + return find.byType(T).first.evaluate().first; +} + +final bool isSoundMode = [] is! List; + +InheritedContext findInheritedContext() { + return find + .byElementPredicate((e) => e is InheritedContext) + .first + .evaluate() + .first as InheritedContext; +} + +Type typeOf() => T; + +/// Given `T`, returns a `Provider`. +/// +/// For use in legacy tests: they can't instantiate a `Provider` directly +/// because they can't write ``. But, they can pass around a `Provider. +Provider nullableProviderOfValue(T value, Provider? child) => + Provider.value( + value: value, + child: child, + ); + +/// Given `T`, returns a `Provider`. +/// +/// For legacy tests to get a `Provider`. +Provider nullSafeProviderOfValue(T value, Provider? child) => + Provider.value( + value: value, + child: child, + ); + +class InitialValueBuilderMock extends Mock { + InitialValueBuilderMock(this._value) { + when(this(any)).thenAnswer((_) => _value); + } + + final T _value; + + T call(BuildContext? context) { + return super.noSuchMethod( + Invocation.method(#call, [context]), + returnValue: _value, + returnValueForMissingStub: _value, + ) as T; + } +} + +class ValueBuilderMock extends Mock { + ValueBuilderMock(this._value) { + when(this(any, any)).thenReturn(_value); + } + + final T _value; + + T call(BuildContext? context, T? previous) { + return super.noSuchMethod( + Invocation.method(#call, [context, previous]), + returnValue: _value, + returnValueForMissingStub: _value, + ) as T; + } +} + +class TransitionBuilderMock extends Mock { + TransitionBuilderMock([Widget Function(BuildContext c, Widget child)? cb]) { + if (cb != null) { + when(this(any, any)).thenAnswer((i) { + final context = i.positionalArguments.first as BuildContext; + final child = i.positionalArguments[1] as Widget; + return cb(context, child); + }); + } + } + + Widget call(BuildContext? context, Widget? child) { + return super.noSuchMethod( + Invocation.method(#call, [context, child]), + returnValue: Container(), + ) as Widget; + } +} + +class StartListeningMock extends Mock { + StartListeningMock(VoidCallback value) { + when(this(any, any)).thenReturn(value); + } + + VoidCallback call(InheritedContext? context, T? value) { + return super.noSuchMethod( + Invocation.method(#call, [context, value]), + returnValue: () {}, + ) as VoidCallback; + } +} + +class StopListeningMock extends Mock { + void call(); +} + +class DisposeMock extends Mock { + void call(BuildContext? context, T? value) { + super.noSuchMethod( + Invocation.method(#call, [context, value]), + ); + } +} + +class MockNotifier extends Mock implements ChangeNotifier { + @override + void addListener(VoidCallback? listener); + + @override + void removeListener(VoidCallback? listener); + + @override + bool get hasListeners => super.noSuchMethod( + Invocation.getter(#hasListeners), + returnValue: false, + returnValueForMissingStub: false, + ) as bool; +} + +class ValueWidgetBuilderMock extends Mock { + ValueWidgetBuilderMock([ + Widget Function(BuildContext c, T value, Widget child)? cb, + ]) { + if (cb != null) { + when(this(any, any, any)).thenAnswer((i) { + final context = i.positionalArguments.first as BuildContext; + final value = i.positionalArguments[1] as T; + final child = i.positionalArguments[2] as Widget; + return cb(context, value, child); + }); + } + } + + Widget call(BuildContext? context, T? value, Widget? child) { + return super.noSuchMethod( + Invocation.method(#call, [context, value, child]), + returnValue: Container(), + returnValueForMissingStub: Container(), + ) as Widget; + } +} + +class BuilderMock extends Mock { + BuilderMock([Widget Function(BuildContext c)? cb]) { + if (cb != null) { + when(this(any)).thenAnswer((i) { + final context = i.positionalArguments.first as BuildContext; + return cb(context); + }); + } + } + + Widget call(BuildContext? context) { + return super.noSuchMethod( + Invocation.method(#call, [context]), + returnValue: Container(), + returnValueForMissingStub: Container(), + ) as Widget; + } +} + +class StreamMock extends Mock implements Stream { + @override + StreamSubscription listen( + void Function(T event)? onData, { + Function? onError, + void Function()? onDone, + bool? cancelOnError, + }) { + return super.noSuchMethod( + Invocation.method(#listen, [ + onData + ], { + #onError: onError, + #onDone: onDone, + #cancelOnError: cancelOnError, + }), + returnValue: StreamSubscriptionMock(), + returnValueForMissingStub: StreamSubscriptionMock(), + ) as StreamSubscription; + } +} + +class FutureMock extends Mock implements Future {} + +class StreamSubscriptionMock extends Mock implements StreamSubscription { + @override + Future cancel() { + return super.noSuchMethod( + Invocation.method(#cancel, []), + returnValue: Future.value(), + returnValueForMissingStub: Future.value(), + ) as Future; + } +} + +class MockConsumerBuilder extends Mock { + Widget call(BuildContext? context, T? value, Widget? child) { + return super.noSuchMethod( + Invocation.method(#call, [context, value, child]), + returnValue: Container(), + returnValueForMissingStub: Container(), + ) as Widget; + } +} + +class UpdateShouldNotifyMock extends Mock { + bool call(T? old, T? newValue) { + return super.noSuchMethod( + Invocation.method(#call, [old, newValue]), + returnValue: false, + returnValueForMissingStub: false, + ) as bool; + } +} + +class TextOf extends StatelessWidget { + TextOf({Key? key}) : super(key: key); + + @override + Widget build(BuildContext context) { + return Text( + Provider.of(context).toString(), + textDirection: TextDirection.ltr, + ); + } +} + +class DeferredStartListeningMock extends Mock { + DeferredStartListeningMock([ + VoidCallback Function( + InheritedContext context, + void Function(R value) setState, + T controller, + R? value, + )? call, + ]) { + if (call != null) { + when(this(any, any, any, any)).thenAnswer((invoc) { + return Function.apply( + call, + invoc.positionalArguments, + invoc.namedArguments, + ) as VoidCallback; + }); + } + } + + VoidCallback call( + InheritedContext? context, + void Function(R value)? setState, + T? controller, + R? value, + ) => + super.noSuchMethod( + Invocation.method( + #call, + [context, setState, controller, value], + ), + returnValue: () {}, + returnValueForMissingStub: () {}, + ) as VoidCallback; +} + +class DebugCheckValueTypeMock extends Mock { + void call(T value); +} + +class A with DiagnosticableTreeMixin {} + +class B with DiagnosticableTreeMixin {} + +class C with DiagnosticableTreeMixin {} + +class D with DiagnosticableTreeMixin {} + +class E with DiagnosticableTreeMixin {} + +class F with DiagnosticableTreeMixin {} + +class MockCombinedBuilder extends Mock { + Widget call(Combined? foo) { + return super.noSuchMethod( + Invocation.method(#call, [foo]), + returnValue: Container(), + returnValueForMissingStub: Container(), + ) as Widget; + } +} + +class CombinerMock extends Mock { + Combined call(BuildContext? context, A? a, Combined? foo) { + return super.noSuchMethod( + Invocation.method(#call, [context, a, foo]), + returnValue: const Combined(), + returnValueForMissingStub: const Combined(), + ) as Combined; + } +} + +class ProviderBuilderMock extends Mock { + Widget call(BuildContext context, Combined value, Widget child); +} + +class MyStream extends Fake implements Stream {} + +@immutable +class Combined extends DiagnosticableTree { + const Combined([ + this.context, + this.previous, + this.a, + this.b, + this.c, + this.d, + this.e, + this.f, + ]); + + final A? a; + final B? b; + final C? c; + final D? d; + final E? e; + final F? f; + final Combined? previous; + final BuildContext? context; + + @override + // ignore: hash_and_equals + bool operator ==(Object other) => + other is Combined && + other.context == context && + other.previous == previous && + other.a == a && + other.b == b && + other.c == c && + other.e == e && + other.f == f; + + // fancy toString for debug purposes. + @override + void debugFillProperties(DiagnosticPropertiesBuilder properties) { + super.debugFillProperties(properties); + properties.properties.addAll([ + DiagnosticsProperty('a', a, defaultValue: null), + DiagnosticsProperty('b', b, defaultValue: null), + DiagnosticsProperty('c', c, defaultValue: null), + DiagnosticsProperty('d', d, defaultValue: null), + DiagnosticsProperty('e', e, defaultValue: null), + DiagnosticsProperty('f', f, defaultValue: null), + DiagnosticsProperty('previous', previous, defaultValue: null), + DiagnosticsProperty('context', context, defaultValue: null), + ]); + } +} + +class MyListenable extends ChangeNotifier {} + +int buildCountOf(BuildCount widget) { + return ((find.byWidget(widget).evaluate().single as StatefulElement).state + as _BuildCountState) + .buildCount; +} + +class BuildCount extends StatefulWidget { + const BuildCount(this.builder, {Key? key}) : super(key: key); + + final WidgetBuilder builder; + + @override + _BuildCountState createState() => _BuildCountState(); +} + +class _BuildCountState extends State { + int buildCount = 0; + + @override + Widget build(BuildContext context) { + buildCount++; + return widget.builder(context); + } + + @override + void debugFillProperties(DiagnosticPropertiesBuilder properties) { + super.debugFillProperties(properties); + properties.add(IntProperty('buildCount', buildCount)); + } +} + +Matcher throwsProviderNotFound() { + return throwsA(isA() + .having((err) => err.valueType, 'valueType', T)); +} +// class A with ChangeNotifier, DiagnosticableTreeMixin { +// int _count = 0; +// +// int get count => _count; +// +// void increment() { +// print("点击++++ object"); +// _count++; +// notifyListeners(); +// } +// +// void decrement() { +// print("点击---- object"); +// _count--; +// notifyListeners(); +// } +// +// /// Makes `Counter` readable inside the devtools by listing all of its properties +// @override +// void debugFillProperties(DiagnosticPropertiesBuilder properties) { +// super.debugFillProperties(properties); +// properties.add(IntProperty('count', count)); +// } +// } +// class B with ChangeNotifier, DiagnosticableTreeMixin { +// int _count = 0; +// +// int get count => _count; +// +// void increment() { +// print("点击++++ object"); +// _count++; +// notifyListeners(); +// } +// +// void decrement() { +// print("点击---- object"); +// _count--; +// notifyListeners(); +// } +// +// /// Makes `Counter` readable inside the devtools by listing all of its properties +// @override +// void debugFillProperties(DiagnosticPropertiesBuilder properties) { +// super.debugFillProperties(properties); +// properties.add(IntProperty('count', count)); +// } +// } +// class C with ChangeNotifier, DiagnosticableTreeMixin { +// int _count = 0; +// +// int get count => _count; +// +// void increment() { +// print("点击++++ object"); +// _count++; +// notifyListeners(); +// } +// +// void decrement() { +// print("点击---- object"); +// _count--; +// notifyListeners(); +// } +// +// /// Makes `Counter` readable inside the devtools by listing all of its properties +// @override +// void debugFillProperties(DiagnosticPropertiesBuilder properties) { +// super.debugFillProperties(properties); +// properties.add(IntProperty('count', count)); +// } +// } +// class D with ChangeNotifier, DiagnosticableTreeMixin { +// int _count = 0; +// +// int get count => _count; +// +// void increment() { +// print("点击++++ object"); +// _count++; +// notifyListeners(); +// } +// +// void decrement() { +// print("点击---- object"); +// _count--; +// notifyListeners(); +// } +// +// /// Makes `Counter` readable inside the devtools by listing all of its properties +// @override +// void debugFillProperties(DiagnosticPropertiesBuilder properties) { +// super.debugFillProperties(properties); +// properties.add(IntProperty('count', count)); +// } +// } +// class E with ChangeNotifier, DiagnosticableTreeMixin { +// int _count = 0; +// +// int get count => _count; +// +// void increment() { +// print("点击++++ object"); +// _count++; +// notifyListeners(); +// } +// +// void decrement() { +// print("点击---- object"); +// _count--; +// notifyListeners(); +// } +// +// /// Makes `Counter` readable inside the devtools by listing all of its properties +// @override +// void debugFillProperties(DiagnosticPropertiesBuilder properties) { +// super.debugFillProperties(properties); +// properties.add(IntProperty('count', count)); +// } +// } +// class F with ChangeNotifier, DiagnosticableTreeMixin { +// int _count = 0; +// +// int get count => _count; +// +// void increment() { +// print("点击++++ object"); +// _count++; +// notifyListeners(); +// } +// +// void decrement() { +// print("点击---- object"); +// _count--; +// notifyListeners(); +// } +// +// /// Makes `Counter` readable inside the devtools by listing all of its properties +// @override +// void debugFillProperties(DiagnosticPropertiesBuilder properties) { +// super.debugFillProperties(properties); +// properties.add(IntProperty('count', count)); +// } +// } \ No newline at end of file diff --git a/ohos/flutter_provider/lib/common/base_page.dart b/ohos/flutter_provider/lib/common/base_page.dart new file mode 100644 index 0000000000000000000000000000000000000000..45cfc2fc78266604461748bb9535626bf13bcf91 --- /dev/null +++ b/ohos/flutter_provider/lib/common/base_page.dart @@ -0,0 +1,52 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + * +import 'package:flutter/material.dart'; +import 'package:flutter_provider/common/test_route.dart'; + +import 'main_item_widget.dart'; + +/// 全局静态数据存储 +abstract class GlobalData { + static String appName = ''; +} + +/// app基本首页 +class BasePage extends StatefulWidget { + const BasePage({super.key, required this.data}); + + final List data; + + @override + State createState() => _BasePageState(); +} + +class _BasePageState extends State { + int get _itemCount => widget.data.length; + + @override + Widget build(BuildContext context) { + return Scaffold( + appBar: AppBar( + title: Center(child: Text(GlobalData.appName, textAlign: TextAlign.center)), + ), + body: ListView.builder(itemBuilder: _itemBuilder, itemCount: _itemCount)); + } + + Widget _itemBuilder(BuildContext context, int index) { + return MainItemWidget(widget.data[index], (MainItem item) { + Navigator.of(context).pushNamed(item.route!); + }); + } +} diff --git a/ohos/flutter_provider/lib/common/item_widget.dart b/ohos/flutter_provider/lib/common/item_widget.dart new file mode 100644 index 0000000000000000000000000000000000000000..dba0f86666e8a58bc1ecb10ffd388c886209384c --- /dev/null +++ b/ohos/flutter_provider/lib/common/item_widget.dart @@ -0,0 +1,125 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + * +import 'package:flutter/cupertino.dart'; +import 'package:flutter/material.dart'; +import 'package:flutter_provider/common/test_page.dart'; + +/// Item widget. +class ItemWidget extends StatefulWidget { + /// Item widget. + const ItemWidget( + {required this.item, required this.index, required this.getGroupRange, required this.runGroup, required this.onTap, this.summary, Key? key}) + : super(key: key); + + /// item summary. + final String? summary; + + /// item data. + final Item item; + + /// 当前下标 + final int index; + + /// 获取对应的组信息 + final GroupRange Function() getGroupRange; + + /// 获取对应的组信息 + final void Function(int start, int end) runGroup; + + /// Action when pressed (typically run). + final void Function(Item item) onTap; + + @override + ItemWidgetState createState() => ItemWidgetState(); +} + +class ItemWidgetState extends State { + @override + Widget build(BuildContext context) { + IconData? icon; + Color? color; + + switch (widget.item.state) { + case ItemState.none: + icon = Icons.arrow_forward_ios; + break; + case ItemState.running: + icon = Icons.more_horiz; + break; + case ItemState.success: + icon = Icons.check; + color = Colors.green; + break; + case ItemState.failure: + icon = Icons.close; + color = Colors.red; + break; + } + + final Widget listTile = ListTile( + leading: SizedBox( + child: IconButton( + icon: Icon(icon, color: color), + onPressed: null, + )), + title: Text(widget.item.name), + subtitle: widget.summary != null ? Text(widget.summary!) : null, + onTap: () { + widget.onTap(widget.item); + }); + + final data = widget.getGroupRange(); + + return Column( + mainAxisAlignment: MainAxisAlignment.start, + crossAxisAlignment: CrossAxisAlignment.start, + children: [ + if (data.groupName.isNotEmpty && data.startIndex == widget.index) + GestureDetector( + onTap: () {}, + child: Container( + height: 35, + decoration: BoxDecoration(color: CupertinoColors.extraLightBackgroundGray), + child: Row( + mainAxisAlignment: MainAxisAlignment.spaceBetween, + children: [ + Text( + '测试组: ${data.groupName}', + style: TextStyle(fontSize: 18), + ), + FilledButton( + onPressed: () => widget.runGroup(data.startIndex, data.startIndex), + child: Text( + '整组测试', + style: TextStyle(fontSize: 16), + )) + ], + ), + ), + ), + Container( + margin: data.groupName.isNotEmpty && data.startIndex == widget.index ? EdgeInsets.only(bottom: 10) : null, + decoration: BoxDecoration( + border: data.groupName.isNotEmpty && data.endIndex == widget.index ? Border(bottom: BorderSide(color: Colors.grey)) : null, + ), + child: Padding( + padding: data.groupName.isNotEmpty && data.startIndex <= widget.index && data.endIndex >= widget.index ? EdgeInsets.only(left: 35) : EdgeInsets.zero, + child: listTile, + ), + ) + ], + ); + } +} diff --git a/ohos/flutter_provider/lib/common/main_item_widget.dart b/ohos/flutter_provider/lib/common/main_item_widget.dart new file mode 100644 index 0000000000000000000000000000000000000000..572d227ceb2f7eba61635c585baca64b3fdd79e9 --- /dev/null +++ b/ohos/flutter_provider/lib/common/main_item_widget.dart @@ -0,0 +1,50 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + * +import 'package:flutter/cupertino.dart'; +import 'package:flutter/material.dart'; +import 'package:flutter_provider/common/test_route.dart'; + +/// Main item widget. +class MainItemWidget extends StatefulWidget { + /// Main item widget. + const MainItemWidget(this.item, this.onTap, {Key? key}) : super(key: key); + + /// item data. + final MainItem item; + + /// onTap action (typically run or open). + final void Function(MainItem item) onTap; + + @override + MainItemWidgetState createState() => MainItemWidgetState(); +} + +class MainItemWidgetState extends State { + @override + Widget build(BuildContext context) { + return Container( + margin: const EdgeInsets.only(bottom: 10), + child: ListTile( + tileColor: CupertinoColors.extraLightBackgroundGray, + title: Text(widget.item.title), + subtitle: Text(widget.item.description), + onTap: _onTap), + ); + } + + void _onTap() { + widget.onTap(widget.item); + } +} diff --git a/ohos/flutter_provider/lib/common/test_model_app.dart b/ohos/flutter_provider/lib/common/test_model_app.dart new file mode 100644 index 0000000000000000000000000000000000000000..05d03c7df523cccc807660425f90d9b0ff3903d6 --- /dev/null +++ b/ohos/flutter_provider/lib/common/test_model_app.dart @@ -0,0 +1,51 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + * +import 'package:flutter/material.dart'; + +import 'base_page.dart'; +import 'test_route.dart'; + +/// 基础app框架 +class TestModelApp extends StatefulWidget { + TestModelApp({super.key, required this.appName, required this.data}) { + GlobalData.appName = appName; + } + + /// 测试包名称 + final String appName; + + /// 路由数据 + final TestRoute data; + + @override + State createState() => TestModelState(); +} + +class TestModelState extends State { + @override + Widget build(BuildContext context) { + return MaterialApp( + title: widget.appName, + theme: ThemeData( + colorScheme: ColorScheme.fromSeed(seedColor: Colors.blue), + appBarTheme: const AppBarTheme(backgroundColor: Colors.blue), + primarySwatch: Colors.blue, + useMaterial3: true, + ), + routes: widget.data.routes, + initialRoute: '/', + ); + } +} diff --git a/ohos/flutter_provider/lib/common/test_page.dart b/ohos/flutter_provider/lib/common/test_page.dart new file mode 100644 index 0000000000000000000000000000000000000000..da5d541e6617c2d5724889bce995016cd5aa4e21 --- /dev/null +++ b/ohos/flutter_provider/lib/common/test_page.dart @@ -0,0 +1,324 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + * +import 'dart:async'; + +import 'package:flutter/material.dart'; + +import 'item_widget.dart'; + +List contentList = []; + +class Test { + /// Test definition. + Test(this.name, this.fn, {bool? solo, bool? skip}) + : solo = solo == true, + skip = skip == true; + + /// Only run this test. + final bool solo; + + /// Skip this test. + final bool skip; + + /// Test name. + String name; + + /// Test body. + FutureOr Function() fn; +} + +/// Item states. +enum ItemState { + /// test not run yet. + none, + + /// test is running. + running, + + /// test succeeded. + success, + + /// test fails. + failure +} + +/// Menu item. +class Item { + /// Menu item. + Item(this.name); + + /// Menu item state. + ItemState state = ItemState.running; + + /// Menu item name/ + String name; +} + +class TestLength { + TestLength(this.oldLength, this.newLength); + + int oldLength; + int newLength; +} + +class GroupRange { + GroupRange(this.groupName, this.startIndex, this.endIndex); + + String groupName; + int startIndex; + int endIndex; +} + +/// 基础测试页面 +class TestPage extends StatefulWidget { + /// Base test page. + TestPage(this.title, {Key? key}) : super(key: key); + + /// The title. + final String title; + + /// Test list. + final List tests = []; + + /// 保存group的范围信息 + final Map groupTitle = {}; + + /// define a test. + void test(String name, FutureOr Function() fn) { + tests.add(Test(name, fn)); + } + + /// define a group test. + void group(String name, FutureOr Function() fn) { + int oldLength = tests.length; + fn(); + + int newLength = tests.length - 1; + groupTitle.addAll({name: TestLength(oldLength, newLength)}); + } + + /// Thrown an exception + void fail([String? message]) { + throw Exception(message ?? 'should fail'); + } + + @override + TestPageState createState() => TestPageState(); +} + +/// Group. +mixin Group { + /// List of tests. + List get tests { + // TODO: implement tests + throw UnimplementedError(); + } + + bool? _hasSolo; + final _tests = []; + + /// Add a test. + void add(Test test) { + if (!test.skip) { + if (test.solo) { + if (_hasSolo != true) { + _hasSolo = true; + _tests.clear(); + } + _tests.add(test); + } else if (_hasSolo != true) { + _tests.add(test); + } + } + } + + /// true if it has solo or contains item with solo feature + bool? get hasSolo => _hasSolo; +} + +class TestPageState extends State with Group { + List items = []; + + Future _run() async { + if (!mounted) { + return null; + } + + setState(() { + items.clear(); + }); + _tests.clear(); + for (var test in widget.tests) { + add(test); + } + for (var test in _tests) { + var item = Item(test.name); + contentList.add(Text(test.name, style: const TextStyle(fontSize: 18, color: Colors.green))); + + late int position; + setState(() { + position = items.length; + items.add(item); + }); + try { + await test.fn(); + item = Item(test.name)..state = ItemState.success; + print('ohFlutter: ${test.name}, result: success'); + } catch (e, st) { + contentList.add(Text('$e, $st', style: const TextStyle(fontSize: 18, color: Colors.red))); + print('ohFlutter: ${test.name}-error: $e, $st}'); + item = Item(test.name)..state = ItemState.failure; + } + + if (!mounted) { + return null; + } + + setState(() { + items[position] = item; + }); + } + } + + Future _runTest(int index) async { + if (!mounted) { + return null; + } + + final test = _tests[index]; + + var item = items[index]; + setState(() { + contentList = []; + item.state = ItemState.running; + }); + contentList.add(Text(test.name, style: const TextStyle(fontSize: 18, color: Colors.green))); + try { + await test.fn(); + + item = Item(test.name)..state = ItemState.success; + print('ohFlutter: ${test.name}, result: success'); + } catch (e, st) { + contentList.add(Text('$e, $st', style: const TextStyle(fontSize: 18, color: Colors.red))); + print('ohFlutter: ${test.name}-error: $e, $st}'); + try { + print(st); + } catch (_) {} + item = Item(test.name)..state = ItemState.failure; + } + + if (!mounted) { + return null; + } + + setState(() { + items[index] = item; + }); + } + + @override + void initState() { + super.initState(); + contentList = []; + _run(); + } + + @override + Widget build(BuildContext context) { + return Scaffold( + appBar: AppBar(title: Text(widget.title), actions: [ + IconButton( + icon: const Icon(Icons.search), + tooltip: 'Results', + onPressed: () { + showAlertDialog(context); + }, + ), + IconButton( + icon: const Icon(Icons.refresh), + tooltip: 'Run again', + onPressed: _run, + ), + ]), + body: ListView(children: [ + ...items.asMap().keys.map((e) => _itemBuilder(context, e)).toList(), + ])); + } + + Widget _itemBuilder(BuildContext context, int index) { + final item = getItem(index); + return ItemWidget( + item: item, + index: index, + getGroupRange: () { + GroupRange data = GroupRange('', 0, 0); + widget.groupTitle.forEach((key, value) { + if (value.oldLength <= index && value.newLength >= index) { + data = GroupRange(key, value.oldLength, value.newLength); + } + }); + return data; + }, + runGroup: (start, end) async { + for (var i = start; i <= end; i++) { + await _runTest(i); + print('\n'); + } + }, + onTap: (Item item) { + _runTest(index); + }); + } + + Item getItem(int index) { + return items[index]; + } + + @override + List get tests => widget.tests; +} + +void expect(var testModel, var object) { + try { + testModel; + contentList.add(Text('运行正常,输出参数为$testModel')); + } catch(e) { + contentList.add(Text('运行失败,错误信息为$e')); + print(e.toString()); + } +} + +void showAlertDialog(BuildContext context) { + showDialog( + context: context, + barrierDismissible: false, + builder: (BuildContext context) { + return AlertDialog( + content: SingleChildScrollView( + child: Column( + children: contentList, + ), + ), + actions: [ + MaterialButton( + child: const Text('确定'), + onPressed: () { + Navigator.of(context).pop(); + }, + ), + ], + ); + }); +} \ No newline at end of file diff --git a/ohos/flutter_provider/lib/common/test_route.dart b/ohos/flutter_provider/lib/common/test_route.dart new file mode 100644 index 0000000000000000000000000000000000000000..2c48e920abcaaed647d825d54248da1abea53f96 --- /dev/null +++ b/ohos/flutter_provider/lib/common/test_route.dart @@ -0,0 +1,48 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + * +import 'package:flutter/cupertino.dart'; + +import 'base_page.dart'; + +class MainItem { + /// Main item. + MainItem(this.title, this.description, {this.route}); + + /// Title. + String title; + + /// Description. + String description; + + /// Page route. + String? route; +} + +class TestRoute { + TestRoute({required Map routes, required this.items}) { + if (routes.containsKey('/')) { + throw Exception('不允许传入 / 路由'); + } + + this.routes.addAll({ + '/': (BuildContext context) => BasePage(data: items), + }); + this.routes.addAll(routes); + } + + Map routes = {}; + + List items = []; +} diff --git a/ohos/flutter_provider/lib/consumer_test.dart b/ohos/flutter_provider/lib/consumer_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..863978f8841bf0bc5149957ba13b0eeb2842e615 --- /dev/null +++ b/ohos/flutter_provider/lib/consumer_test.dart @@ -0,0 +1,358 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; +import 'package:flutter_test/flutter_test.dart'; +import 'package:mockito/mockito.dart'; +import 'package:provider/provider.dart'; + +import 'common.dart'; + +class ConsumerBuilderMock extends Mock { + void call(Combined? foo); +} + +@immutable +class Combined { + const Combined( + this.context, + this.child, + this.a, [ + this.b, + this.c, + this.d, + this.e, + this.f, + ]); + + final A? a; + final B? b; + final C? c; + final D? d; + final E? e; + final F? f; + final Widget? child; + final BuildContext? context; + + @override + // ignore: hash_and_equals + bool operator ==(Object other) => + other is Combined && + other.context == context && + other.child == child && + other.a == a && + other.b == b && + other.c == c && + other.e == e && + other.f == f; +} + +// import 'package:flutter_provider/common/test_page.dart'; +// +// class JKConsumerTestPage extends TestPage { +// +// static const String routeName = "/consumer_test"; +// +// JKConsumerTestPage(super.title, {super.key}) { +// +// } +// +// } + +void main() { + final a = A(); + final b = B(); + final c = C(); + final d = D(); + final e = E(); + final f = F(); + + final multiProviderNodes = [ + Provider.value(value: a), + Provider.value(value: b), + Provider.value(value: c), + Provider.value(value: d), + Provider.value(value: e), + Provider.value(value: f), + ]; + + final mock = ConsumerBuilderMock(); + tearDown(() { + clearInteractions(mock); + }); + + group('consumer', () { + testWidgets('obtains value from Provider', (tester) async { + final key = GlobalKey(); + final child = Container(); + + await tester.pumpWidget( + MultiProvider( + providers: multiProviderNodes, + child: Consumer( + key: key, + builder: (context, value, child) { + mock(Combined(context, child, value)); + return Container(); + }, + child: child, + ), + ), + ); + + verify(mock(Combined(key.currentContext, child, a))); + }); + + testWidgets('can be used inside MultiProvider', (tester) async { + final key = GlobalKey(); + + await tester.pumpWidget( + MultiProvider( + providers: [ + ...multiProviderNodes, + Consumer( + key: key, + builder: (_, a, child) => Container(child: child), + ) + ], + child: const Text('foo', textDirection: TextDirection.ltr), + ), + ); + + expect(find.text('foo'), findsOneWidget); + expect(find.byType(Container), findsOneWidget); + expect(key.currentContext, isNotNull); + }); + }); + + group('consumer2', () { + testWidgets('obtains value from Provider', (tester) async { + final key = GlobalKey(); + final child = Container(); + + await tester.pumpWidget( + MultiProvider( + providers: multiProviderNodes, + child: Consumer2( + key: key, + builder: (context, value, v2, child) { + mock(Combined(context, child, value, v2)); + return Container(); + }, + child: child, + ), + ), + ); + + verify(mock(Combined(key.currentContext, child, a, b))); + }); + + testWidgets('can be used inside MultiProvider', (tester) async { + final key = GlobalKey(); + + await tester.pumpWidget( + MultiProvider( + providers: [ + ...multiProviderNodes, + Consumer2( + key: key, + builder: (_, a, b, child) => Container(child: child), + ) + ], + child: const Text('foo', textDirection: TextDirection.ltr), + ), + ); + + expect(find.text('foo'), findsOneWidget); + expect(find.byType(Container), findsOneWidget); + expect(key.currentContext, isNotNull); + }); + }); + + group('consumer3', () { + testWidgets('obtains value from Provider', (tester) async { + final key = GlobalKey(); + final child = Container(); + + await tester.pumpWidget( + MultiProvider( + providers: multiProviderNodes, + child: Consumer3( + key: key, + builder: (context, value, v2, v3, child) { + mock(Combined(context, child, value, v2, v3)); + return Container(); + }, + child: child, + ), + ), + ); + + verify(mock(Combined(key.currentContext, child, a, b, c))); + }); + + testWidgets('can be used inside MultiProvider', (tester) async { + final key = GlobalKey(); + + await tester.pumpWidget( + MultiProvider( + providers: [ + ...multiProviderNodes, + Consumer3( + key: key, + builder: (_, a, b, c, child) => Container(child: child), + ) + ], + child: const Text('foo', textDirection: TextDirection.ltr), + ), + ); + + expect(find.text('foo'), findsOneWidget); + expect(find.byType(Container), findsOneWidget); + expect(key.currentContext, isNotNull); + }); + }); + + group('consumer4', () { + testWidgets('obtains value from Provider', (tester) async { + final key = GlobalKey(); + final child = Container(); + + await tester.pumpWidget( + MultiProvider( + providers: multiProviderNodes, + child: Consumer4( + key: key, + builder: (context, value, v2, v3, v4, child) { + mock(Combined(context, child, value, v2, v3, v4)); + return Container(); + }, + child: child, + ), + ), + ); + + verify(mock(Combined(key.currentContext, child, a, b, c, d))); + }); + + testWidgets('can be used inside MultiProvider', (tester) async { + final key = GlobalKey(); + + await tester.pumpWidget( + MultiProvider( + providers: [ + ...multiProviderNodes, + Consumer4( + key: key, + builder: (_, a, b, c, d, child) => Container(child: child), + ) + ], + child: const Text('foo', textDirection: TextDirection.ltr), + ), + ); + + expect(find.text('foo'), findsOneWidget); + expect(find.byType(Container), findsOneWidget); + expect(key.currentContext, isNotNull); + }); + }); + + group('consumer5', () { + testWidgets('obtains value from Provider', (tester) async { + final key = GlobalKey(); + final child = Container(); + + await tester.pumpWidget( + MultiProvider( + providers: multiProviderNodes, + child: Consumer5( + key: key, + builder: (context, value, v2, v3, v4, v5, child) { + mock(Combined(context, child, value, v2, v3, v4, v5)); + return Container(); + }, + child: child, + ), + ), + ); + + verify(mock(Combined(key.currentContext, child, a, b, c, d, e))); + }); + + testWidgets('can be used inside MultiProvider', (tester) async { + final key = GlobalKey(); + + await tester.pumpWidget( + MultiProvider( + providers: [ + ...multiProviderNodes, + Consumer5( + key: key, + builder: (_, a, b, c, d, e, child) => Container(child: child), + ) + ], + child: const Text('foo', textDirection: TextDirection.ltr), + ), + ); + + expect(find.text('foo'), findsOneWidget); + expect(find.byType(Container), findsOneWidget); + expect(key.currentContext, isNotNull); + }); + }); + + group('consumer6', () { + testWidgets('obtains value from Provider', (tester) async { + final key = GlobalKey(); + final child = Container(); + + await tester.pumpWidget( + MultiProvider( + providers: multiProviderNodes, + child: Consumer6( + key: key, + builder: (context, value, v2, v3, v4, v5, v6, child) { + mock(Combined(context, child, value, v2, v3, v4, v5, v6)); + return Container(); + }, + child: child, + ), + ), + ); + + verify(mock(Combined(key.currentContext, child, a, b, c, d, e, f))); + }); + + testWidgets('can be used inside MultiProvider', (tester) async { + final key = GlobalKey(); + + await tester.pumpWidget( + MultiProvider( + providers: [ + ...multiProviderNodes, + Consumer6( + key: key, + builder: (_, a, b, c, d, e, f, child) => Container(child: child), + ) + ], + child: const Text('foo', textDirection: TextDirection.ltr), + ), + ); + + expect(find.text('foo'), findsOneWidget); + expect(find.byType(Container), findsOneWidget); + expect(key.currentContext, isNotNull); + }); + }); +} diff --git a/ohos/flutter_provider/lib/context_test.dart b/ohos/flutter_provider/lib/context_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..27cbe93e9f367de50238e12803388a7000d7a728 --- /dev/null +++ b/ohos/flutter_provider/lib/context_test.dart @@ -0,0 +1,1402 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/widgets.dart'; +import 'package:flutter_test/flutter_test.dart'; +import 'package:mockito/mockito.dart'; +import 'package:provider/provider.dart'; + +import 'common.dart'; + +// import 'package:flutter_provider/common/test_page.dart'; +// +// class JKContextTestPage extends TestPage { +// +// static const String routeName = "/context_test"; +// +// JKContextTestPage(super.title, {super.key}) { +// +// } +// +// } + +void main() { + group('context.watch', () { + testWidgets('can watch T', (tester) async { + final notifier = ValueNotifier(0); + + await tester.pumpWidget( + ChangeNotifierProvider>.value( + value: notifier, + child: Builder( + builder: (context) { + final notifier = context.watch?>(); + + return Text( + notifier?.value.toString() ?? '', + textDirection: TextDirection.ltr, + ); + }, + ), + ), + ); + + expect(find.text('0'), findsOneWidget); + + notifier.value++; + await tester.pump(); + + expect(find.text('1'), findsOneWidget); + }); + + testWidgets('can watch T?', (tester) async { + final notifier = ValueNotifier(0); + + await tester.pumpWidget( + ChangeNotifierProvider?>.value( + value: notifier, + child: Builder( + builder: (context) { + final notifier = context.watch?>(); + + return Text( + notifier?.value.toString() ?? '', + textDirection: TextDirection.ltr, + ); + }, + ), + ), + ); + + expect(find.text('0'), findsOneWidget); + + notifier.value++; + await tester.pump(); + + expect(find.text('1'), findsOneWidget); + }); + + testWidgets('handles provider missing', (tester) async { + await tester.pumpWidget( + Builder( + builder: (context) { + final notifier = context.watch?>(); + + return Text( + notifier?.value.toString() ?? '', + textDirection: TextDirection.ltr, + ); + }, + ), + ); + + expect(find.text(''), findsOneWidget); + }); + + testWidgets( + 'supports relocating with GlobalKey from no provider to a provider', + (tester) async { + final widget = Builder( + key: GlobalKey(), + builder: (context) { + final notifier = context.watch?>(); + + return Text( + notifier?.value.toString() ?? '', + textDirection: TextDirection.ltr, + ); + }, + ); + + await tester.pumpWidget(widget); + + expect(find.text(''), findsOneWidget); + + final notifier = ValueNotifier(0); + await tester.pumpWidget( + ChangeNotifierProvider?>.value( + value: notifier, + child: widget, + ), + ); + + expect(find.text('0'), findsOneWidget); + + notifier.value++; + await tester.pump(); + + expect(find.text('1'), findsOneWidget); + }); + }); + + group('context.watch', () { + testWidgets('can watch T?', (tester) async { + final notifier = ValueNotifier(0); + + await tester.pumpWidget( + ChangeNotifierProvider?>.value( + value: notifier, + child: Builder( + builder: (context) { + final notifier = context.watch>(); + + return Text( + notifier.value.toString(), + textDirection: TextDirection.ltr, + ); + }, + ), + ), + ); + + expect(find.text('0'), findsOneWidget); + + notifier.value++; + await tester.pump(); + + expect(find.text('1'), findsOneWidget); + }); + + testWidgets('on T? will throw ProvierNullException if the result is null', + (tester) async { + Object? err; + final onError = FlutterError.onError; + FlutterError.onError = (details) { + err = details.exception; + }; + + await tester.pumpWidget( + ChangeNotifierProvider?>.value( + value: null, + child: Builder( + builder: (context) { + final notifier = context.watch>(); + + return Text( + notifier.value.toString(), + textDirection: TextDirection.ltr, + ); + }, + ), + ), + ); + + FlutterError.onError = onError; + + expect(err, isA()); + }, skip: !isSoundMode); + }); + + group('context.select', () { + testWidgets('can watch T', (tester) async { + final notifier = ValueNotifier(0); + + await tester.pumpWidget( + ChangeNotifierProvider>.value( + value: notifier, + child: Builder( + builder: (context) { + final value = + context.select?, int?>((n) => n?.value); + + return Text( + value?.toString() ?? '', + textDirection: TextDirection.ltr, + ); + }, + ), + ), + ); + + expect(find.text('0'), findsOneWidget); + + notifier.value++; + await tester.pump(); + + expect(find.text('1'), findsOneWidget); + }); + + testWidgets('can watch T?', (tester) async { + final notifier = ValueNotifier(0); + + await tester.pumpWidget( + ChangeNotifierProvider?>.value( + value: notifier, + child: Builder( + builder: (context) { + final value = + context.select?, int?>((n) => n?.value); + + return Text( + value?.toString() ?? '', + textDirection: TextDirection.ltr, + ); + }, + ), + ), + ); + + expect(find.text('0'), findsOneWidget); + + notifier.value++; + await tester.pump(); + + expect(find.text('1'), findsOneWidget); + }); + + testWidgets('handles provider missing', (tester) async { + await tester.pumpWidget( + Builder( + builder: (context) { + final value = + context.select?, int?>((n) => n?.value); + + return Text( + value?.toString() ?? '', + textDirection: TextDirection.ltr, + ); + }, + ), + ); + + expect(find.text(''), findsOneWidget); + }); + + testWidgets( + 'supports relocating with GlobalKey from no provider to a provider', + (tester) async { + final widget = Builder( + key: GlobalKey(), + builder: (context) { + final value = + context.select?, int?>((n) => n?.value); + + return Text( + value?.toString() ?? '', + textDirection: TextDirection.ltr, + ); + }, + ); + + await tester.pumpWidget(widget); + + expect(find.text(''), findsOneWidget); + + final notifier = ValueNotifier(0); + await tester.pumpWidget( + ChangeNotifierProvider?>.value( + value: notifier, + child: widget, + ), + ); + + expect(find.text('0'), findsOneWidget); + + notifier.value++; + await tester.pump(); + + expect(find.text('1'), findsOneWidget); + }); + }); + + group('context.select', () { + testWidgets('can watch T?', (tester) async { + final notifier = ValueNotifier(0); + + await tester.pumpWidget( + ChangeNotifierProvider?>.value( + value: notifier, + child: Builder( + builder: (context) { + final value = + context.select, int>((n) => n.value); + + return Text( + value.toString(), + textDirection: TextDirection.ltr, + ); + }, + ), + ), + ); + + expect(find.text('0'), findsOneWidget); + + notifier.value++; + await tester.pump(); + + expect(find.text('1'), findsOneWidget); + }); + + testWidgets('can watch T', (tester) async { + final notifier = ValueNotifier(0); + + await tester.pumpWidget( + ChangeNotifierProvider>.value( + value: notifier, + child: Builder( + builder: (context) { + final value = + context.select, int>((n) => n.value); + + return Text( + value.toString(), + textDirection: TextDirection.ltr, + ); + }, + ), + ), + ); + + expect(find.text('0'), findsOneWidget); + + notifier.value++; + await tester.pump(); + + expect(find.text('1'), findsOneWidget); + }); + + testWidgets('on T? will throw ProvierNullException if the result is null', + (tester) async { + Object? err; + final onError = FlutterError.onError; + FlutterError.onError = (details) { + err = details.exception; + }; + + await tester.pumpWidget( + ChangeNotifierProvider?>.value( + value: null, + child: Builder( + builder: (context) { + final value = + context.select, int>((n) => n.value); + + return Text( + value.toString(), + textDirection: TextDirection.ltr, + ); + }, + ), + ), + ); + + FlutterError.onError = onError; + + expect(err, isA()); + }); + + testWidgets('on T? will throw ProvierNullException if new value is null', + (tester) async { + Object? err; + + final child = Builder( + builder: (context) { + final value = context.select, int>((n) => n.value); + + return Text( + value.toString(), + textDirection: TextDirection.ltr, + ); + }, + ); + + await tester.pumpWidget( + ChangeNotifierProvider?>.value( + value: ValueNotifier(0), + child: child, + ), + ); + + expect(find.text('0'), findsOneWidget); + + final onError = FlutterError.onError; + FlutterError.onError = (details) { + err = details.exception; + }; + + await tester.pumpWidget( + ChangeNotifierProvider?>.value( + value: null, + child: child, + ), + ); + + FlutterError.onError = onError; + + expect(err, isA()); + }); + }); + + testWidgets('watch in layoutbuilder', (tester) async { + await tester.pumpWidget( + Provider( + create: (_) => 42, + child: LayoutBuilder(builder: (context, _) { + return Text( + context.watch().toString(), + textDirection: TextDirection.ltr, + ); + }), + ), + ); + + expect(find.text('42'), findsOneWidget); + }); + + testWidgets('select in layoutbuilder', (tester) async { + await tester.pumpWidget( + Provider( + create: (_) => 42, + child: LayoutBuilder(builder: (context, _) { + return Text( + context.select((int i) => '$i'), + textDirection: TextDirection.ltr, + ); + }), + ), + ); + + expect(find.text('42'), findsOneWidget); + }); + + testWidgets('cannot select in listView', (tester) async { + await tester.pumpWidget( + Directionality( + textDirection: TextDirection.ltr, + child: Provider( + create: (_) => 0, + child: ListView.builder( + itemCount: 1, + itemBuilder: (context, index) { + return Text(context.select((int v) => '$v')); + }, + ), + ), + ), + ); + + expect( + tester.takeException(), + isAssertionError.having( + (s) => s.message, + 'message', + contains( + 'Tried to use context.select inside a SliverList/SliderGridView.', + )), + ); + }); + + testWidgets('watch in listView', (tester) async { + final notifier = ValueNotifier([0, 0]); + + await tester.pumpWidget( + Directionality( + textDirection: TextDirection.ltr, + child: ChangeNotifierProvider( + create: (_) => notifier, + child: ListView.builder( + itemCount: 2, + itemBuilder: (context, index) { + return Text( + context + .watch>>() + .value[index] + .toString(), + ); + }, + ), + ), + ), + ); + + expect(find.text('0'), findsNWidgets(2)); + + notifier.value = [1, 0]; + + await tester.pump(); + + expect(find.text('0'), findsOneWidget); + expect(find.text('1'), findsOneWidget); + }); + + testWidgets('watch in gridView', (tester) async { + final notifier = ValueNotifier([0, 0]); + + await tester.pumpWidget( + Directionality( + textDirection: TextDirection.ltr, + child: ChangeNotifierProvider( + create: (_) => notifier, + child: GridView.builder( + gridDelegate: const SliverGridDelegateWithFixedCrossAxisCount( + crossAxisCount: 2, + ), + itemCount: 2, + itemBuilder: (context, index) { + return Text( + context + .watch>>() + .value[index] + .toString(), + ); + }, + ), + ), + ), + ); + + expect(find.text('0'), findsNWidgets(2)); + + notifier.value = [1, 0]; + + await tester.pump(); + + expect(find.text('0'), findsOneWidget); + expect(find.text('1'), findsOneWidget); + }); + + group('BuildContext', () { + testWidgets('internal selected value is updated', (tester) async { + final notifier = ValueNotifier([false, false, false]); + + final callCounts = { + 0: 0, + 1: 0, + 2: 0, + }; + + Widget buildIndex(int index) { + return Builder(builder: (c) { + callCounts[index] = callCounts[index]! + 1; + final selected = + c.select>, bool>((notifier) { + return notifier.value[index]; + }); + return Text('$index $selected'); + }); + } + + await tester.pumpWidget( + ChangeNotifierProvider( + create: (_) => notifier, + child: Directionality( + textDirection: TextDirection.ltr, + child: Column( + children: [ + buildIndex(0), + buildIndex(1), + buildIndex(2), + ], + ), + ), + ), + ); + + expect(find.text('0 false'), findsOneWidget); + expect(callCounts[0], 1); + expect(find.text('1 false'), findsOneWidget); + expect(callCounts[1], 1); + expect(find.text('2 false'), findsOneWidget); + expect(callCounts[2], 1); + + notifier.value = [false, true, false]; + await tester.pump(); + + expect(find.text('0 false'), findsOneWidget); + expect(callCounts[0], 1); + expect(find.text('1 true'), findsOneWidget); + expect(callCounts[1], 2); + expect(find.text('2 false'), findsOneWidget); + expect(callCounts[2], 1); + + notifier.value = [false, false, false]; + await tester.pump(); + + expect(find.text('0 false'), findsOneWidget); + expect(callCounts[0], 1); + expect(find.text('1 false'), findsOneWidget); + expect(callCounts[1], 3); + expect(find.text('2 false'), findsOneWidget); + expect(callCounts[2], 1); + + notifier.value = [true, false, false]; + await tester.pump(); + + expect(find.text('0 true'), findsOneWidget); + expect(callCounts[0], 2); + expect(find.text('1 false'), findsOneWidget); + expect(callCounts[1], 3); + expect(find.text('2 false'), findsOneWidget); + expect(callCounts[2], 1); + + notifier.value = [true, false, false]; + await tester.pump(); + + expect(find.text('0 true'), findsOneWidget); + expect(callCounts[0], 2); + expect(find.text('1 false'), findsOneWidget); + expect(callCounts[1], 3); + expect(find.text('2 false'), findsOneWidget); + expect(callCounts[2], 1); + }); + + testWidgets('create can use read without being lazy', (tester) async { + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider(create: (context) => 42), + Provider( + lazy: false, + create: (context) => context.read().toString(), + ), + ], + child: Consumer( + builder: (c, value, _) { + return Text(value, textDirection: TextDirection.ltr); + }, + ), + ), + ); + + expect(find.text('42'), findsOneWidget); + }); + testWidgets('watch can be used inside InheritedProvider.update', + (tester) async { + await tester.pumpWidget( + Provider.value( + value: 42, + child: InheritedProvider( + update: (c, _) { + return c.watch().toString(); + }, + child: Consumer( + builder: (c, value, _) { + return Text(value, textDirection: TextDirection.ltr); + }, + ), + ), + ), + ); + }); + testWidgets( + "select doesn't fail if it loads a provider that depends on other providers", + (tester) async { + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider(create: (_) => 42), + ProxyProvider( + create: (c) => '${c.read()}', + update: (c, _, __) => '${c.watch() * 2}', + ), + ], + child: Builder( + builder: (context) { + final value = context.select((String value) => value); + return Text(value, textDirection: TextDirection.ltr); + }, + ), + ), + ); + + expect(find.text('84'), findsOneWidget); + }); + + testWidgets("don't call old selectors if the child rebuilds individually", + (tester) async { + final notifier = ValueNotifier(0); + + var buildCount = 0; + final selector = + MockSelector.identity>(ValueNotifier(0)); + final child = Builder(builder: (c) { + buildCount++; + c.select, ValueNotifier>(selector); + return Container(); + }); + + await tester.pumpWidget( + ChangeNotifierProvider.value( + value: notifier, + child: child, + ), + ); + + expect(buildCount, 1); + verify(selector(notifier)).called(1); + verifyNoMoreInteractions(selector); + + tester.element(find.byWidget(child)).markNeedsBuild(); + await tester.pump(); + + expect(buildCount, 2); + verify(selector(notifier)).called(1); + verifyNoMoreInteractions(selector); + + notifier.notifyListeners(); + await tester.pump(); + + expect(buildCount, 2); + verify(selector(notifier)).called(1); + verifyNoMoreInteractions(selector); + }); + + testWidgets('selects throws inside click handlers', (tester) async { + await tester.pumpWidget( + Provider.value( + value: 42, + child: Builder(builder: (context) { + return GestureDetector( + behavior: HitTestBehavior.opaque, + onTap: () { + context.select((int a) => a); + }, + child: Container(), + ); + }), + ), + ); + + expect(tester.takeException(), isNull); + await tester.tap(find.byType(GestureDetector)); + + expect(tester.takeException(), isAssertionError); + }); + + testWidgets('select throws if try to read dynamic', (tester) async { + await tester.pumpWidget( + Builder(builder: (c) { + c.select((dynamic i) => i); + return Container(); + }), + ); + + expect(tester.takeException(), isAssertionError); + }); + + testWidgets('select throws ProviderNotFoundException', (tester) async { + await tester.pumpWidget( + Builder(builder: (c) { + c.select((int i) => i); + return Container(); + }), + ); + + expect(tester.takeException(), isA()); + }); + + testWidgets('select throws if watch called inside the callback from build', + (tester) async { + await tester.pumpWidget( + Provider.value( + value: 42, + child: Builder(builder: (context) { + context.select((int i) { + context.watch(); + return i; + }); + return Container(); + }), + ), + ); + + expect(tester.takeException(), isAssertionError); + }); + + testWidgets('select throws if read called inside the callback from build', + (tester) async { + await tester.pumpWidget( + Provider.value( + value: 42, + child: Builder(builder: (context) { + context.select((int i) { + context.read(); + return i; + }); + return Container(); + }), + ), + ); + + expect(tester.takeException(), isAssertionError); + }); + + testWidgets('select throws if select called inside the callback from build', + (tester) async { + await tester.pumpWidget( + Provider.value( + value: 42, + child: Builder(builder: (context) { + context.select((int i) { + context.select((int i) => i); + return i; + }); + return Container(); + }), + ), + ); + + expect(tester.takeException(), isAssertionError); + }); + + testWidgets( + 'select throws if read called inside the callback on dependency change', + (tester) async { + var shouldCall = false; + final child = Builder(builder: (context) { + context.select((int i) { + if (shouldCall) { + context.read(); + } + // trigger selector call without rebuilding + return 0; + }); + return const Text('foo', textDirection: TextDirection.ltr); + }); + + await tester.pumpWidget( + Provider.value( + value: 42, + child: child, + ), + ); + + expect(find.text('foo'), findsOneWidget); + shouldCall = true; + await tester.pumpWidget( + Provider.value( + value: 21, + child: child, + ), + ); + + expect(tester.takeException(), isAssertionError); + }); + + testWidgets( + 'select throws if watch called inside the callback on dependency change', + (tester) async { + var shouldCall = false; + final child = Builder(builder: (context) { + context.select((int i) { + if (shouldCall) { + context.watch(); + } + // trigger selector call without rebuilding + return 0; + }); + return const Text('foo', textDirection: TextDirection.ltr); + }); + + await tester.pumpWidget( + Provider.value( + value: 42, + child: child, + ), + ); + + expect(find.text('foo'), findsOneWidget); + shouldCall = true; + await tester.pumpWidget( + Provider.value( + value: 21, + child: child, + ), + ); + + expect(tester.takeException(), isAssertionError); + }); + + testWidgets( + 'select throws if select called inside the callback on dependency change', + (tester) async { + var shouldCall = false; + final child = Builder(builder: (context) { + context.select((int i) { + if (shouldCall) { + context.select((int i) => i); + } + // trigger selector call without rebuilding + return 0; + }); + return const Text('foo', textDirection: TextDirection.ltr); + }); + + await tester.pumpWidget( + Provider.value( + value: 42, + child: child, + ), + ); + + expect(find.text('foo'), findsOneWidget); + shouldCall = true; + await tester.pumpWidget( + Provider.value( + value: 21, + child: child, + ), + ); + + expect(tester.takeException(), isAssertionError); + }); + + testWidgets('can call read inside didChangeDependencies', (tester) async { + await tester.pumpWidget( + Provider.value( + value: 42, + child: StatefulTest( + didChangeDependencies: (context) { + context.read(); + }, + child: const Text('42', textDirection: TextDirection.ltr), + ), + ), + ); + + expect(find.text('42'), findsOneWidget); + }); + + testWidgets('select cannot be called inside didChangeDependencies', + (tester) async { + Object? error; + await tester.pumpWidget( + Provider.value( + value: 42, + child: StatefulTest( + didChangeDependencies: (c) { + try { + c.select((int i) => i); + } catch (err) { + error = err; + } + }, + builder: (context) => Container(), + ), + ), + ); + + expect(error, isAssertionError); + }); + + testWidgets('select in initState throws', (tester) async { + await tester.pumpWidget( + Provider.value( + value: 42, + child: StatefulTest( + initState: (c) { + c.select((int i) => i); + }, + child: Container(), + ), + ), + ); + + expect(tester.takeException(), isAssertionError); + }); + + testWidgets('watch in initState throws', (tester) async { + await tester.pumpWidget( + Provider.value( + value: 42, + child: StatefulTest( + initState: (c) { + c.watch(); + }, + child: Container(), + ), + ), + ); + + expect(tester.takeException(), isAssertionError); + }); + + testWidgets('read in initState works', (tester) async { + int? value; + await tester.pumpWidget( + Provider.value( + value: 42, + child: StatefulTest( + initState: (c) { + value = c.read(); + }, + child: Container(), + ), + ), + ); + + expect(value, 42); + }); + + testWidgets('consumer can be removed and selector stops to be called', + (tester) async { + final selector = MockSelector.identity(0); + + final child = Builder(builder: (c) { + c.select(selector); + return Container(); + }); + + await tester.pumpWidget( + Provider.value( + value: 0, + child: child, + ), + ); + + verify(selector(0)).called(1); + verifyNoMoreInteractions(selector); + + await tester.pumpWidget( + Provider.value( + value: 42, + child: Container(), + ), + ); + + // necessary call because didChangeDependencies may be called even + // if the widget will be unmounted in the same frame + verify(selector(42)).called(1); + verifyNoMoreInteractions(selector); + + await tester.pumpWidget( + Provider.value( + value: 84, + child: Container(), + ), + ); + + verifyNoMoreInteractions(selector); + }); + + testWidgets('context.select deeply compares maps', (tester) async { + final notifier = ValueNotifier({}); + + var buildCount = 0; + final selector = MockSelector.identity>({}); + final child = Builder(builder: (c) { + buildCount++; + c.select, Map>(selector); + return Container(); + }); + + await tester.pumpWidget( + ValueListenableBuilder>( + valueListenable: notifier, + builder: (context, value, _) { + return Provider.value( + value: value, + child: child, + ); + }, + ), + ); + + expect(buildCount, 1); + verify(selector(notifier.value)).called(1); + verifyNoMoreInteractions(selector); + + notifier.value = {0: 0, 1: 1}; + await tester.pump(); + + expect(buildCount, 2); + verify(selector(notifier.value)).called(2); + verifyNoMoreInteractions(selector); + + notifier.value = {0: 0, 1: 1}; + + await tester.pump(); + + expect(buildCount, 2); + verify(selector(notifier.value)).called(1); + verifyNoMoreInteractions(selector); + }); + + testWidgets('context.select deeply compares lists', (tester) async { + final notifier = ValueNotifier([]); + + var buildCount = 0; + final selector = MockSelector.identity>([]); + final child = Builder(builder: (c) { + buildCount++; + c.select, List>(selector); + return Container(); + }); + + await tester.pumpWidget( + ValueListenableBuilder>( + valueListenable: notifier, + builder: (context, value, _) { + return Provider.value( + value: value, + child: child, + ); + }, + ), + ); + + expect(buildCount, 1); + verify(selector(notifier.value)).called(1); + verifyNoMoreInteractions(selector); + + notifier.value = [0, 1]; + await tester.pump(); + + expect(buildCount, 2); + verify(selector(notifier.value)).called(2); + verifyNoMoreInteractions(selector); + + notifier.value = [0, 1]; + await tester.pump(); + + expect(buildCount, 2); + verify(selector(notifier.value)).called(1); + verifyNoMoreInteractions(selector); + }); + + testWidgets('context.select deeply compares iterables', (tester) async { + final notifier = ValueNotifier>([]); + + var buildCount = 0; + final selector = MockSelector.identity>({}); + final child = Builder(builder: (c) { + buildCount++; + c.select, Iterable>(selector); + return Container(); + }); + + await tester.pumpWidget( + ValueListenableBuilder>( + valueListenable: notifier, + builder: (context, value, _) { + return Provider.value( + value: value, + child: child, + ); + }, + ), + ); + + expect(buildCount, 1); + verify(selector(notifier.value)).called(1); + verifyNoMoreInteractions(selector); + + notifier.value = [0, 1]; + await tester.pump(); + + expect(buildCount, 2); + verify(selector(notifier.value)).called(2); + verifyNoMoreInteractions(selector); + + notifier.value = [0, 1]; + await tester.pump(); + + expect(buildCount, 2); + verify(selector(notifier.value)).called(1); + verifyNoMoreInteractions(selector); + }); + + testWidgets('context.select deeply compares sets', (tester) async { + final notifier = ValueNotifier>({}); + + var buildCount = 0; + final selector = MockSelector.identity>({}); + final child = Builder(builder: (c) { + buildCount++; + c.select, Set>(selector); + return Container(); + }); + + await tester.pumpWidget( + ValueListenableBuilder>( + valueListenable: notifier, + builder: (context, value, _) { + return Provider.value( + value: value, + child: child, + ); + }, + ), + ); + + expect(buildCount, 1); + verify(selector(notifier.value)).called(1); + verifyNoMoreInteractions(selector); + + notifier.value = {0, 1}; + await tester.pump(); + + expect(buildCount, 2); + verify(selector(notifier.value)).called(2); + verifyNoMoreInteractions(selector); + + notifier.value = {0, 1}; + await tester.pump(); + + expect(buildCount, 2); + verify(selector(notifier.value)).called(1); + verifyNoMoreInteractions(selector); + }); + + testWidgets('context.watch listens to value changes', (tester) async { + final child = Builder(builder: (context) { + final value = context.watch(); + return Text('$value', textDirection: TextDirection.ltr); + }); + + await tester.pumpWidget( + Provider.value( + value: 42, + child: child, + ), + ); + + expect(find.text('42'), findsOneWidget); + + await tester.pumpWidget( + Provider.value( + value: 24, + child: child, + ), + ); + + expect(find.text('24'), findsOneWidget); + }); + }); + + testWidgets('clears select dependencies for all dependents', (tester) async { + var buildCountChild1 = 0; + var buildCountChild2 = 0; + + final select1 = MockSelector(0, (v) => 0); + final select2 = MockSelector(0, (v) => 0); + + Widget build(int value) { + return Provider.value( + value: value, + child: Stack( + textDirection: TextDirection.ltr, + children: [ + Builder(builder: (c) { + buildCountChild1++; + c.select(select1.call); + return Container(); + }), + Builder(builder: (c) { + buildCountChild2++; + c.select(select2.call); + return Container(); + }), + ], + ), + ); + } + + await tester.pumpWidget(build(0)); + + expect(buildCountChild1, 1); + expect(buildCountChild2, 1); + verify(select1(0)).called(1); + verifyNoMoreInteractions(select1); + verify(select2(0)).called(1); + verifyNoMoreInteractions(select2); + + await tester.pumpWidget(build(1)); + + expect(buildCountChild1, 2); + expect(buildCountChild2, 2); + verify(select1(1)).called(2); + verifyNoMoreInteractions(select1); + verify(select2(1)).called(2); + verifyNoMoreInteractions(select2); + + await tester.pumpWidget(build(2)); + + expect(buildCountChild1, 3); + expect(buildCountChild2, 3); + verify(select1(2)).called(2); + verifyNoMoreInteractions(select1); + verify(select2(2)).called(2); + verifyNoMoreInteractions(select2); + }); +} + +class StatefulTest extends StatefulWidget { + const StatefulTest({ + Key? key, + this.initState, + this.child, + this.didChangeDependencies, + this.builder, + this.dispose, + }) : super(key: key); + + final void Function(BuildContext c)? initState; + final void Function(BuildContext c)? didChangeDependencies; + final WidgetBuilder? builder; + final Widget? child; + final void Function(BuildContext c)? dispose; + + @override + _StatefulTestState createState() => _StatefulTestState(); +} + +class _StatefulTestState extends State { + @override + void initState() { + super.initState(); + widget.initState?.call(context); + } + + @override + void didChangeDependencies() { + super.didChangeDependencies(); + widget.didChangeDependencies?.call(context); + } + + @override + void dispose() { + widget.dispose?.call(context); + super.dispose(); + } + + @override + Widget build(BuildContext context) { + if (widget.builder != null) { + return widget.builder!(context); + } + return widget.child!; + } +} + +class MockSelector extends Mock { + MockSelector(this.fallback, R Function(T v) cb) { + when(this(any)).thenAnswer((i) { + return cb(i.positionalArguments.first as T); + }); + } + + static MockSelector identity(T fallback) { + return MockSelector(fallback, (v) => v); + } + + final R fallback; + + R call(T? v) => super.noSuchMethod( + Invocation.method(#call, [v]), + returnValue: fallback, + returnValueForMissingStub: fallback, + ) as R; +} diff --git a/ohos/flutter_provider/lib/devtool_test.dart b/ohos/flutter_provider/lib/devtool_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..10beb776e44a8052975cb46b70ab777f4e36f001 --- /dev/null +++ b/ohos/flutter_provider/lib/devtool_test.dart @@ -0,0 +1,164 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/widgets.dart'; +import 'package:flutter_test/flutter_test.dart'; +import 'package:provider/provider.dart'; +import 'package:provider/src/provider.dart'; + +import 'matchers.dart'; + +// import 'package:flutter_provider/common/test_page.dart'; +// +// class JKDevtoolTestPage extends TestPage { +// +// static const String routeName = "/devtool_test"; +// +// JKDevtoolTestPage(super.title, {super.key}) { +// +// } +// +// } + +void main() { + late PostEventSpy spy; + + setUp(() { + spy = spyPostEvent(); + }); + + tearDown(() => spy.dispose()); + + testWidgets('calls postEvent whenever a provider is updated', (tester) async { + final notifier = ValueNotifier(42); + + await tester.pumpWidget( + MultiProvider( + providers: [ + ChangeNotifierProvider.value(value: notifier), + ], + child: Consumer>( + builder: (context, value, child) { + return Container(); + }, + ), + ), + ); + + final notifierId = + ProviderBinding.debugInstance.providerDetails.keys.single; + + spy.logs.clear(); + + notifier.notifyListeners(); + + expect(spy.logs, isEmpty); + + await tester.pump(); + + expect( + spy.logs, + [ + isPostEventCall( + 'provider:provider_changed', + {'id': notifierId}, + ), + ], + ); + spy.logs.clear(); + }); + + testWidgets('calls postEvent whenever a provider is mounted/unmounted', + (tester) async { + Provider.value(value: 42); + + expect(spy.logs, isEmpty); + expect(ProviderBinding.debugInstance.providerDetails, isEmpty); + + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: 42), + ], + child: Container(), + ), + ); + + final intProviderId = + ProviderBinding.debugInstance.providerDetails.keys.first; + + expect(ProviderBinding.debugInstance.providerDetails, { + intProviderId: isA() + .having((e) => e.id, 'id', intProviderId) + .having((e) => e.type, 'type', 'Provider') + .having((e) => e.value, 'value', 42), + }); + expect( + spy.logs, + [isPostEventCall('provider:provider_list_changed', isEmpty)], + ); + spy.logs.clear(); + + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: 42), + Provider.value(value: '42'), + ], + child: Container(), + ), + ); + + final stringProviderId = + ProviderBinding.debugInstance.providerDetails.keys.last; + + expect(intProviderId, isNot(stringProviderId)); + expect(ProviderBinding.debugInstance.providerDetails, { + intProviderId: isA() + .having((e) => e.id, 'id', intProviderId) + .having((e) => e.type, 'type', 'Provider') + .having((e) => e.value, 'value', 42), + stringProviderId: isA() + .having((e) => e.id, 'id', stringProviderId) + .having((e) => e.type, 'type', 'Provider') + .having((e) => e.value, 'value', '42'), + }); + expect( + spy.logs, + [isPostEventCall('provider:provider_list_changed', isEmpty)], + ); + spy.logs.clear(); + + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: 42), + ], + child: Container(), + ), + ); + + expect(ProviderBinding.debugInstance.providerDetails, { + intProviderId: isA() + .having((e) => e.id, 'id', intProviderId) + .having((e) => e.type, 'type', 'Provider') + .having((e) => e.value, 'value', 42), + }); + expect( + spy.logs, + [isPostEventCall('provider:provider_list_changed', isEmpty)], + ); + spy.logs.clear(); + }); +} diff --git a/ohos/flutter_provider/lib/future_provider_test.dart b/ohos/flutter_provider/lib/future_provider_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..7f0f120493c3a362ff81ccc3ef5309d42b71381a --- /dev/null +++ b/ohos/flutter_provider/lib/future_provider_test.dart @@ -0,0 +1,270 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:async'; + +import 'package:flutter/widgets.dart'; +import 'package:flutter_test/flutter_test.dart'; +import 'package:mockito/mockito.dart'; +import 'package:provider/provider.dart'; + +import 'common.dart'; + +class ErrorBuilderMock extends Mock { + ErrorBuilderMock(this.fallback); + + final T fallback; + + T call(BuildContext? context, Object? error) { + return super.noSuchMethod( + Invocation.method(#call, [context, error]), + returnValue: fallback, + returnValueForMissingStub: fallback, + ) as T; + } +} + +// import 'package:flutter_provider/common/test_page.dart'; +// +// class JKFutureProviderTestPage extends TestPage { +// +// static const String routeName = "/future_provider_test"; +// +// JKFutureProviderTestPage(super.title, {super.key}) { +// +// } +// +// } + +void main() { + testWidgets('works with MultiProvider', (tester) async { + await tester.pumpWidget( + MultiProvider( + providers: [ + FutureProvider.value( + initialData: 0, + value: Future.value(42), + ), + ], + child: TextOf(), + ), + ); + + expect(find.text('0'), findsOneWidget); + + await Future.microtask(tester.pump); + + expect(find.text('42'), findsOneWidget); + }); + + testWidgets( + '(catchError) previous future completes after transition is no-op', + (tester) async { + final controller = Completer(); + final controller2 = Completer(); + + await tester.pumpWidget( + FutureProvider.value( + initialData: 0, + value: controller.future, + child: TextOf(), + ), + ); + + expect(find.text('0'), findsOneWidget); + + await tester.pumpWidget( + FutureProvider.value( + initialData: 1, + value: controller2.future, + child: TextOf(), + ), + ); + + expect(find.text('0'), findsOneWidget); + + controller.complete(1); + await Future.microtask(tester.pump); + + expect(find.text('0'), findsOneWidget); + + controller2.complete(2); + + await Future.microtask(tester.pump); + + expect(find.text('0'), findsNothing); + expect(find.text('2'), findsOneWidget); + }, + ); + testWidgets( + 'previous future completes after transition is no-op', + (tester) async { + final controller = Completer(); + final controller2 = Completer(); + + await tester.pumpWidget( + FutureProvider.value( + initialData: 0, + value: controller.future, + child: TextOf(), + ), + ); + + expect(find.text('0'), findsOneWidget); + + await tester.pumpWidget( + FutureProvider.value( + initialData: 1, + value: controller2.future, + child: TextOf(), + ), + ); + + expect(find.text('0'), findsOneWidget); + + controller.complete(1); + await Future.microtask(tester.pump); + + expect(find.text('0'), findsOneWidget); + + controller2.complete(2); + await Future.microtask(tester.pump); + + expect(find.text('2'), findsOneWidget); + }, + ); + testWidgets( + 'transition from future to future preserve state', + (tester) async { + final controller = Completer(); + final controller2 = Completer(); + + await tester.pumpWidget( + FutureProvider.value( + initialData: 0, + value: controller.future, + child: TextOf(), + ), + ); + + expect(find.text('0'), findsOneWidget); + + controller.complete(1); + + await Future.microtask(tester.pump); + + expect(find.text('1'), findsOneWidget); + + await tester.pumpWidget( + FutureProvider.value( + initialData: 0, + value: controller2.future, + child: TextOf(), + ), + ); + + expect(find.text('1'), findsOneWidget); + + controller2.complete(2); + await Future.microtask(tester.pump); + + expect(find.text('2'), findsOneWidget); + }, + ); + testWidgets('throws if future has error and catchError is missing', + (tester) async { + final controller = Completer(); + + await tester.pumpWidget( + FutureProvider.value( + initialData: 0, + value: controller.future, + child: TextOf(), + ), + ); + + controller.completeError(42); + await Future.microtask(tester.pump); + + final dynamic exception = tester.takeException(); + expect(exception, isFlutterError); + expect(exception.toString(), equals(''' +An exception was throw by Future listened by +FutureProvider, but no `catchError` was provided. + +Exception: +42 +''')); + }); + + testWidgets('calls catchError if present and future has error', + (tester) async { + final controller = Completer(); + final catchError = ErrorBuilderMock(0); + when(catchError(any, 42)).thenReturn(42); + + await tester.pumpWidget( + FutureProvider.value( + initialData: null, + value: controller.future, + catchError: catchError, + child: TextOf(), + ), + ); + + expect(find.text('null'), findsOneWidget); + + controller.completeError(42); + + await Future.microtask(tester.pump); + + expect(find.text('42'), findsOneWidget); + verify(catchError(argThat(isNotNull), 42)).called(1); + verifyNoMoreInteractions(catchError); + }); + + testWidgets('works with null', (tester) async { + await tester.pumpWidget( + FutureProvider.value( + initialData: 42, + value: null, + child: TextOf(), + ), + ); + + expect(find.text('42'), findsOneWidget); + + await tester.pumpWidget(Container()); + }); + + testWidgets('create and dispose future with builder', (tester) async { + final completer = Completer(); + + await tester.pumpWidget( + FutureProvider( + initialData: 42, + create: (_) => completer.future, + child: TextOf(), + ), + ); + + expect(find.text('42'), findsOneWidget); + + completer.complete(24); + + await Future.microtask(tester.pump); + + expect(find.text('24'), findsOneWidget); + }); +} diff --git a/ohos/flutter_provider/lib/inherited_provider_test.dart b/ohos/flutter_provider/lib/inherited_provider_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..f8ed75d325fcae9268e47e4ce93a55b9bd8b4545 --- /dev/null +++ b/ohos/flutter_provider/lib/inherited_provider_test.dart @@ -0,0 +1,2755 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/widgets.dart'; +import 'package:flutter_test/flutter_test.dart'; + +import 'package:mockito/mockito.dart'; +import 'package:provider/provider.dart'; +import 'package:provider/single_child_widget.dart'; +import 'package:provider/src/provider.dart'; + +import 'common.dart'; + +class Context extends StatelessWidget { + const Context({Key? key}) : super(key: key); + + @override + Widget build(BuildContext context) { + return Container(); + } +} + +BuildContext get context => find.byType(Context).evaluate().single; + +T of([BuildContext? c]) => Provider.of(c ?? context, listen: false); + +// import 'package:flutter_provider/common/test_page.dart'; +// +// class JKInheritedProviderTestPage extends TestPage { +// +// static const String routeName = "/inherited_provider_test"; +// +// JKInheritedProviderTestPage(super.title, {super.key}) { +// +// } +// +// } + +void main() { + // TODO DeferredInheritedProvider accepts non-nullable values + + testWidgets('regression test #377', (tester) async { + await tester.pumpWidget( + MultiProvider( + providers: [ + StateNotifierProvider<_Controller1, Counter1>( + create: (context) => _Controller1(), + ), + StateNotifierProvider<_Controller2, Counter2>( + create: (context) => _Controller2(), + ), + ], + child: Consumer( + builder: (c, value, _) { + return Text('${value.count}', textDirection: TextDirection.ltr); + }, + ), + ), + ); + }); + + testWidgets('rebuild on dependency flags update', (tester) async { + await tester.pumpWidget( + InheritedProvider( + lazy: false, + update: (context, value) { + assert(!debugIsInInheritedProviderCreate); + assert(debugIsInInheritedProviderUpdate); + return 0; + }, + child: Container(), + ), + ); + + await tester.pumpWidget( + InheritedProvider( + lazy: false, + update: (context, value) { + assert(!debugIsInInheritedProviderCreate); + assert(debugIsInInheritedProviderUpdate); + return 0; + }, + child: Container(), + ), + ); + }); + + testWidgets( + 'properly update debug flags if a create triggers another deferred create', + (tester) async { + await tester.pumpWidget( + MultiProvider( + providers: [ + DeferredInheritedProvider( + create: (context) { + assert(debugIsInInheritedProviderCreate); + assert(!debugIsInInheritedProviderUpdate); + return 42.0; + }, + startListening: (_, setState, c, __) { + setState(c); + return () {}; + }, + ), + DeferredInheritedProvider( + create: (context) { + assert(debugIsInInheritedProviderCreate); + assert(!debugIsInInheritedProviderUpdate); + return context.read().round(); + }, + startListening: (_, setState, c, __) { + setState(c); + return () {}; + }, + ), + InheritedProvider( + lazy: false, + update: (context, value) { + assert(!debugIsInInheritedProviderCreate); + assert(debugIsInInheritedProviderUpdate); + context.watch(); + + assert(!debugIsInInheritedProviderCreate); + assert(debugIsInInheritedProviderUpdate); + return context.watch().toString(); + }, + ), + ], + child: Container(), + ), + ); + }); + + testWidgets( + 'properly update debug flags if a create triggers another deferred create', + (tester) async { + await tester.pumpWidget( + MultiProvider( + providers: [ + DeferredInheritedProvider( + create: (context) { + assert(debugIsInInheritedProviderCreate); + assert(!debugIsInInheritedProviderUpdate); + return 42.0; + }, + startListening: (_, setState, c, __) { + setState(c); + return () {}; + }, + ), + DeferredInheritedProvider( + create: (context) { + assert(debugIsInInheritedProviderCreate); + assert(!debugIsInInheritedProviderUpdate); + return context.read().round(); + }, + startListening: (_, setState, c, __) { + setState(c); + return () {}; + }, + ), + InheritedProvider( + lazy: false, + create: (context) { + assert(debugIsInInheritedProviderCreate); + assert(!debugIsInInheritedProviderUpdate); + context.read(); + assert(debugIsInInheritedProviderCreate); + assert(!debugIsInInheritedProviderUpdate); + + return context.read().toString(); + }, + ), + ], + child: Container(), + ), + ); + }); + + testWidgets( + 'properly update debug flags if an update triggers another create/update', + (tester) async { + await tester.pumpWidget( + MultiProvider( + providers: [ + InheritedProvider( + create: (context) { + assert(debugIsInInheritedProviderCreate); + assert(!debugIsInInheritedProviderUpdate); + return 42.0; + }, + update: (context, _) { + assert(!debugIsInInheritedProviderCreate); + assert(debugIsInInheritedProviderUpdate); + return 42.0; + }, + ), + InheritedProvider( + create: (context) { + assert(debugIsInInheritedProviderCreate); + assert(!debugIsInInheritedProviderUpdate); + return context.read().round(); + }, + update: (context, _) { + assert(!debugIsInInheritedProviderCreate); + assert(debugIsInInheritedProviderUpdate); + return context.watch().round(); + }, + ), + InheritedProvider( + lazy: false, + update: (context, value) { + assert(!debugIsInInheritedProviderCreate); + assert(debugIsInInheritedProviderUpdate); + context.watch(); + + assert(!debugIsInInheritedProviderCreate); + assert(debugIsInInheritedProviderUpdate); + return context.watch().toString(); + }, + ), + ], + child: Container(), + ), + ); + }); + + testWidgets( + 'properly update debug flags if a create triggers another create/update', + (tester) async { + await tester.pumpWidget( + MultiProvider( + providers: [ + InheritedProvider( + create: (context) { + assert(debugIsInInheritedProviderCreate); + assert(!debugIsInInheritedProviderUpdate); + return 42.0; + }, + update: (context, _) { + assert(!debugIsInInheritedProviderCreate); + assert(debugIsInInheritedProviderUpdate); + return 42.0; + }, + ), + InheritedProvider( + create: (context) { + assert(debugIsInInheritedProviderCreate); + assert(!debugIsInInheritedProviderUpdate); + return context.read().round(); + }, + update: (context, _) { + assert(!debugIsInInheritedProviderCreate); + assert(debugIsInInheritedProviderUpdate); + return context.watch().round(); + }, + ), + InheritedProvider( + lazy: false, + create: (context) { + assert(debugIsInInheritedProviderCreate); + assert(!debugIsInInheritedProviderUpdate); + context.read(); + assert(debugIsInInheritedProviderCreate); + assert(!debugIsInInheritedProviderUpdate); + + return context.read().toString(); + }, + update: (context, value) { + assert(!debugIsInInheritedProviderCreate); + assert(debugIsInInheritedProviderUpdate); + context.watch(); + + assert(!debugIsInInheritedProviderCreate); + assert(debugIsInInheritedProviderUpdate); + return context.watch().toString(); + }, + ), + ], + child: Container(), + ), + ); + }); + + testWidgets( + 'Provider.of(listen: false) outside of build works when it loads a provider', + (tester) async { + final notifier = ValueNotifier(42); + await tester.pumpWidget( + MultiProvider( + providers: [ + ChangeNotifierProvider.value(value: notifier), + ProxyProvider, String>(update: (a, b, c) { + return '${b.value}'; + }), + ], + child: const Context(), + ), + ); + + expect(Provider.of(context, listen: false), '42'); + + notifier.value = 21; + await tester.pump(); + + expect(Provider.of(context, listen: false), '21'); + }); + + testWidgets('new value is available in didChangeDependencies', + (tester) async { + final didChangeDependencies = ValueBuilderMock(-1); + final build = ValueBuilderMock(-1); + + await tester.pumpWidget( + InheritedProvider.value( + value: 0, + child: Test( + didChangeDependencies: didChangeDependencies, + build: build, + ), + ), + ); + verify(didChangeDependencies(argThat(isNotNull), 0)).called(1); + verify(build(argThat(isNotNull), 0)).called(1); + + verifyNoMoreInteractions(didChangeDependencies); + verifyNoMoreInteractions(build); + + await tester.pumpWidget( + InheritedProvider.value( + value: 1, + child: Test( + didChangeDependencies: didChangeDependencies, + build: build, + ), + ), + ); + verify(didChangeDependencies(argThat(isNotNull), 1)).called(1); + verify(build(argThat(isNotNull), 1)).called(1); + verifyNoMoreInteractions(didChangeDependencies); + verifyNoMoreInteractions(build); + }); + + testWidgets( + 'builder receives the current value and updates independently from `update`', + (tester) async { + final child = Container(); + + final notifier = ValueNotifier(0); + final builder = TransitionBuilderMock((c, child) { + final notifier = Provider.of>(c); + return Text( + '${notifier.value}', + textDirection: TextDirection.ltr, + ); + }); + + await tester.pumpWidget( + ChangeNotifierProvider.value( + value: notifier, + builder: builder, + child: child, + ), + ); + + verify(builder(argThat(isNotNull), child)).called(1); + verifyNoMoreInteractions(builder); + expect(find.text('0'), findsOneWidget); + + notifier.value++; + await tester.pump(); + + verify(builder(argThat(isNotNull), child)).called(1); + verifyNoMoreInteractions(builder); + expect(find.text('1'), findsOneWidget); + }); + + testWidgets('builder can _not_ rebuild when provider updates', + (tester) async { + final child = Container(); + + final notifier = ValueNotifier(0); + final builder = TransitionBuilderMock((c, child) { + return const Text('foo', textDirection: TextDirection.ltr); + }); + + await tester.pumpWidget( + ChangeNotifierProvider.value( + value: notifier, + builder: builder, + child: child, + ), + ); + + verify(builder(argThat(isNotNull), child)).called(1); + verifyNoMoreInteractions(builder); + expect(find.text('foo'), findsOneWidget); + + notifier.value++; + await tester.pump(); + + verifyNoMoreInteractions(builder); + expect(find.text('foo'), findsOneWidget); + }); + + testWidgets('builder rebuilds if provider is recreated', (tester) async { + final child = Container(); + + final notifier = ValueNotifier(0); + final builder = TransitionBuilderMock((c, child) { + return const Text('foo', textDirection: TextDirection.ltr); + }); + + await tester.pumpWidget( + ChangeNotifierProvider.value( + value: notifier, + builder: builder, + child: child, + ), + ); + + verify(builder(argThat(isNotNull), child)).called(1); + verifyNoMoreInteractions(builder); + expect(find.text('foo'), findsOneWidget); + + await tester.pumpWidget( + ChangeNotifierProvider.value( + value: notifier, + builder: builder, + child: child, + ), + ); + + verify(builder(argThat(isNotNull), child)).called(1); + verifyNoMoreInteractions(builder); + expect(find.text('foo'), findsOneWidget); + }); + + testWidgets('provider.of throws if listen:true outside of the widget tree', + (tester) async { + await tester.pumpWidget( + InheritedProvider.value( + value: 42, + child: const Context(), + ), + ); + + expect( + () => Provider.of(context), + throwsA( + isA().having( + (source) => source.toString(), + 'toString', + endsWith(''' +Tried to listen to a value exposed with provider, from outside of the widget tree. + +This is likely caused by an event handler (like a button's onPressed) that called +Provider.of without passing `listen: false`. + +To fix, write: +Provider.of(context, listen: false); + +It is unsupported because may pointlessly rebuild the widget associated to the +event handler, when the widget tree doesn't care about the value. + +The context used was: Context +'''), + ), + ), + ); + + expect(Provider.of(context, listen: false), equals(42)); + }); + + testWidgets( + 'InheritedProvider throws if no child is provided with default constructor', + (tester) async { + await tester.pumpWidget( + InheritedProvider( + create: (_) => 42, + ), + ); + + expect( + tester.takeException(), + isA().having( + (source) => source.toString(), + 'toString', + contains( + 'InheritedProvider used outside of MultiProvider must specify a child'), + ), + ); + }); + + testWidgets( + 'InheritedProvider throws if no child is provided with value constructor', + (tester) async { + await tester.pumpWidget( + InheritedProvider.value( + value: 42, + ), + ); + + expect( + tester.takeException(), + isA().having( + (source) => source.toString(), + 'toString', + contains( + 'InheritedProvider used outside of MultiProvider must specify a child'), + ), + ); + }); + + testWidgets( + 'DeferredInheritedProvider throws if no child is provided with default constructor', + (tester) async { + await tester.pumpWidget( + DeferredInheritedProvider( + create: (_) => 42, + startListening: (_, __, ___, ____) { + return () {}; + }, + ), + ); + + expect( + tester.takeException(), + isA().having( + (source) => source.toString(), + 'toString', + contains( + 'DeferredInheritedProvider used outside of MultiProvider must specify a child'), + ), + ); + }); + + testWidgets( + 'DeferredInheritedProvider throws if no child is provided with value constructor', + (tester) async { + await tester.pumpWidget( + DeferredInheritedProvider.value( + value: 42, + startListening: (_, __, ___, ____) { + return () {}; + }, + ), + ); + + expect( + tester.takeException(), + isA().having( + (source) => source.toString(), + 'toString', + contains( + 'DeferredInheritedProvider used outside of MultiProvider must specify a child'), + ), + ); + }); + + group('diagnostics', () { + testWidgets('InheritedProvider.value', (tester) async { + await tester.pumpWidget( + InheritedProvider.value( + value: 42, + startListening: (_, __) => throw Error(), + child: Container(), + ), + ); + + final rootElement = + tester.element(find.byWidgetPredicate((w) => w is InheritedProvider)); + + expect( + rootElement.toString(), + contains('InheritedProvider(value: 42)'), + ); + + await tester.pumpWidget( + InheritedProvider.value( + value: 42, + startListening: (_, __) => () {}, + child: TextOf(), + ), + ); + + expect( + rootElement.toString(), + contains('InheritedProvider(value: 42, listening to value)'), + ); + }); + + testWidgets("InheritedProvider doesn't break lazy loading", (tester) async { + await tester.pumpWidget( + InheritedProvider( + create: (_) => 42, + child: Container(), + ), + ); + + final rootElement = + tester.element(find.byWidgetPredicate((w) => w is InheritedProvider)); + + expect( + rootElement.toString(), + contains('InheritedProvider(value: )'), + ); + + Provider.of(tester.element(find.byType(Container)), listen: false); + + expect( + rootElement.toString(), + contains('InheritedProvider(value: 42)'), + ); + }); + + testWidgets('InheritedProvider show if listening', (tester) async { + await tester.pumpWidget( + InheritedProvider( + create: (_) => 24, + startListening: (_, __) => () {}, + child: Container(), + ), + ); + + final rootElement = + tester.element(find.byWidgetPredicate((w) => w is InheritedProvider)); + + expect( + rootElement.toString(), + contains('InheritedProvider(value: )'), + ); + + Provider.of(tester.element(find.byType(Container)), listen: false); + + expect( + rootElement.toString(), + contains('InheritedProvider(value: 24, listening to value)'), + ); + }); + + testWidgets('DeferredInheritedProvider.value', (tester) async { + await tester.pumpWidget( + DeferredInheritedProvider.value( + value: 42, + startListening: (_, setState, __, ___) { + setState(24); + return () {}; + }, + child: Container(), + ), + ); + + final rootElement = tester.element( + find.byWidgetPredicate((w) => w is DeferredInheritedProvider)); + + expect( + rootElement.toString(), + contains( + ''' +DeferredInheritedProvider(controller: 42, value: )''', + ), + ); + + Provider.of(tester.element(find.byType(Container)), listen: false); + + expect( + rootElement.toString(), + contains(''' +DeferredInheritedProvider(controller: 42, value: 24)'''), + ); + }); + + testWidgets('DeferredInheritedProvider', (tester) async { + await tester.pumpWidget( + DeferredInheritedProvider( + create: (_) => 42, + startListening: (_, setState, __, ___) { + setState(24); + return () {}; + }, + child: Container(), + ), + ); + + final rootElement = + tester.element(find.byWidgetPredicate((w) => w is InheritedProvider)); + + expect( + rootElement.toString(), + contains( + ''' +DeferredInheritedProvider(controller: , value: )''', + ), + ); + + Provider.of(tester.element(find.byType(Container)), listen: false); + + expect( + rootElement.toString(), + contains(''' +DeferredInheritedProvider(controller: 42, value: 24)'''), + ); + }); + }); + + group('InheritedProvider.value()', () { + testWidgets('markNeedsNotifyDependents during startListening is noop', + (tester) async { + await tester.pumpWidget( + InheritedProvider.value( + value: 42, + startListening: (e, value) { + e.markNeedsNotifyDependents(); + return () {}; + }, + child: TextOf(), + ), + ); + }); + + testWidgets('startListening called again when create returns new value', + (tester) async { + final stopListening = StopListeningMock(); + final startListening = StartListeningMock(stopListening); + + await tester.pumpWidget( + InheritedProvider.value( + value: 42, + startListening: startListening, + child: TextOf(), + ), + ); + + final element = findInheritedContext(); + + verify(startListening(element, 42)).called(1); + verifyNoMoreInteractions(startListening); + verifyZeroInteractions(stopListening); + + final stopListening2 = StopListeningMock(); + final startListening2 = StartListeningMock(stopListening2); + + await tester.pumpWidget( + InheritedProvider.value( + value: 24, + startListening: startListening2, + child: TextOf(), + ), + ); + + verifyNoMoreInteractions(startListening); + verifyInOrder([ + stopListening(), + startListening2(element, 24), + ]); + verifyNoMoreInteractions(startListening2); + verifyZeroInteractions(stopListening2); + + await tester.pumpWidget(Container()); + + verifyNoMoreInteractions(startListening); + verify(stopListening2()).called(1); + }); + + testWidgets('startListening', (tester) async { + final stopListening = StopListeningMock(); + final startListening = StartListeningMock(stopListening); + + await tester.pumpWidget( + InheritedProvider.value( + value: 42, + startListening: startListening, + child: Container(), + ), + ); + + verifyZeroInteractions(startListening); + + await tester.pumpWidget( + InheritedProvider.value( + value: 42, + startListening: startListening, + child: TextOf(), + ), + ); + + final element = findInheritedContext(); + + verify(startListening(element, 42)).called(1); + verifyNoMoreInteractions(startListening); + verifyZeroInteractions(stopListening); + + await tester.pumpWidget( + InheritedProvider.value( + value: 42, + startListening: startListening, + child: TextOf(), + ), + ); + + verifyNoMoreInteractions(startListening); + verifyZeroInteractions(stopListening); + + await tester.pumpWidget(Container()); + + verifyNoMoreInteractions(startListening); + verify(stopListening()).called(1); + }); + + testWidgets( + "stopListening not called twice if rebuild doesn't have listeners", + (tester) async { + final stopListening = StopListeningMock(); + final startListening = StartListeningMock(stopListening); + + await tester.pumpWidget( + InheritedProvider.value( + value: 42, + startListening: startListening, + child: TextOf(), + ), + ); + verify(startListening(argThat(isNotNull), 42)).called(1); + verifyZeroInteractions(stopListening); + + final stopListening2 = StopListeningMock(); + final startListening2 = StartListeningMock(stopListening2); + await tester.pumpWidget( + InheritedProvider.value( + value: 24, + startListening: startListening2, + child: Container(), + ), + ); + + verifyNoMoreInteractions(startListening); + verify(stopListening()).called(1); + verifyZeroInteractions(startListening2); + verifyZeroInteractions(stopListening2); + + await tester.pumpWidget(Container()); + + verifyNoMoreInteractions(startListening); + verifyNoMoreInteractions(stopListening); + verifyZeroInteractions(startListening2); + verifyZeroInteractions(stopListening2); + }, + ); + + testWidgets('pass down current value', (tester) async { + int? value; + final child = Consumer( + builder: (_, v, __) { + value = v; + return Container(); + }, + ); + + await tester.pumpWidget( + InheritedProvider.value(value: 42, child: child), + ); + + expect(value, equals(42)); + + await tester.pumpWidget( + InheritedProvider.value(value: 43, child: child), + ); + + expect(value, equals(43)); + }); + + testWidgets('default updateShouldNotify', (tester) async { + var buildCount = 0; + + final child = Consumer(builder: (_, __, ___) { + buildCount++; + return Container(); + }); + + await tester.pumpWidget( + InheritedProvider.value(value: 42, child: child), + ); + expect(buildCount, equals(1)); + + await tester.pumpWidget( + InheritedProvider.value(value: 42, child: child), + ); + expect(buildCount, equals(1)); + + await tester.pumpWidget( + InheritedProvider.value(value: 43, child: child), + ); + expect(buildCount, equals(2)); + }); + + testWidgets('custom updateShouldNotify', (tester) async { + var buildCount = 0; + final updateShouldNotify = UpdateShouldNotifyMock(); + + final child = Consumer(builder: (_, __, ___) { + buildCount++; + return Container(); + }); + + await tester.pumpWidget( + InheritedProvider.value( + value: 42, + updateShouldNotify: updateShouldNotify, + child: child, + ), + ); + expect(buildCount, equals(1)); + verifyZeroInteractions(updateShouldNotify); + + when(updateShouldNotify(any, any)).thenReturn(false); + await tester.pumpWidget( + InheritedProvider.value( + value: 43, + updateShouldNotify: updateShouldNotify, + child: child, + ), + ); + expect(buildCount, equals(1)); + verify(updateShouldNotify(42, 43)).called(1); + + when(updateShouldNotify(any, any)).thenReturn(true); + await tester.pumpWidget( + InheritedProvider.value( + value: 44, + updateShouldNotify: updateShouldNotify, + child: child, + ), + ); + expect(buildCount, equals(2)); + verify(updateShouldNotify(43, 44)).called(1); + + verifyNoMoreInteractions(updateShouldNotify); + }); + }); + + group('InheritedProvider()', () { + testWidgets('hasValue', (tester) async { + await tester.pumpWidget(InheritedProvider( + create: (_) => 42, + child: const Context(), + )); + + final inheritedContext = tester.element(find.byElementPredicate((e) { + return e is InheritedContext; + })) as InheritedContext; + + expect(inheritedContext.hasValue, isFalse); + + inheritedContext.value; + + expect(inheritedContext.hasValue, isTrue); + }); + + testWidgets( + 'provider calls update if rebuilding only due to didChangeDependencies', + (tester) async { + final mock = ValueBuilderMock(''); + + final provider = ProxyProvider0( + create: (_) => '', + update: (c, p) { + mock(c, p); + return c.watch().toString(); + }, + child: TextOf(), + ); + + await tester.pumpWidget(Provider.value(value: 0, child: provider)); + + expect(find.text('0'), findsOneWidget); + verify(mock(any, '')).called(1); + verifyNoMoreInteractions(mock); + + await tester.pumpWidget(Provider.value(value: 1, child: provider)); + + expect(find.text('1'), findsOneWidget); + verify(mock(any, '0')).called(1); + verifyNoMoreInteractions(mock); + }); + + testWidgets("provider notifying dependents doesn't call update", + (tester) async { + final notifier = ValueNotifier(0); + final mock = ValueBuilderMock>(notifier); + + await tester.pumpWidget( + ChangeNotifierProxyProvider0>( + create: (_) => notifier, + update: mock, + child: TextOf>(), + ), + ); + + verify(mock(any, notifier)).called(1); + verifyNoMoreInteractions(mock); + + notifier.value++; + await tester.pump(); + + verifyNoMoreInteractions(mock); + + await tester.pumpWidget( + ChangeNotifierProxyProvider0>( + create: (_) => notifier, + update: mock, + child: TextOf>(), + ), + ); + + verify(mock(any, notifier)).called(1); + verifyNoMoreInteractions(mock); + }); + + testWidgets('update can call Provider.of with listen:true', (tester) async { + await tester.pumpWidget( + InheritedProvider.value( + value: 42, + child: InheritedProvider( + update: (context, __) => Provider.of(context).toString(), + child: TextOf(), + ), + ), + ); + + expect(find.text('42'), findsOneWidget); + }); + + testWidgets('update lazy loaded can call Provider.of with listen:true', + (tester) async { + await tester.pumpWidget( + InheritedProvider.value( + value: 42, + child: InheritedProvider( + update: (context, __) => Provider.of(context).toString(), + child: const Context(), + ), + ), + ); + + expect(Provider.of(context, listen: false), equals('42')); + }); + + testWidgets('markNeedsNotifyDependents during startListening is noop', + (tester) async { + await tester.pumpWidget( + InheritedProvider( + update: (_, __) => 24, + startListening: (e, value) { + e.markNeedsNotifyDependents(); + return () {}; + }, + child: TextOf(), + ), + ); + }); + + testWidgets( + 'update can obtain parent of the same type than self', + (tester) async { + await tester.pumpWidget( + InheritedProvider.value( + value: 'root', + child: InheritedProvider( + update: (context, _) { + return Provider.of(context); + }, + child: TextOf(), + ), + ), + ); + + expect(find.text('root'), findsOneWidget); + }, + ); + testWidgets('_debugCheckInvalidValueType', (tester) async { + final checkType = DebugCheckValueTypeMock(); + + await tester.pumpWidget( + InheritedProvider( + create: (_) => 0, + update: (_, __) => 1, + debugCheckInvalidValueType: checkType, + child: TextOf(), + ), + ); + + verifyInOrder([ + checkType(0), + checkType(1), + ]); + verifyNoMoreInteractions(checkType); + + await tester.pumpWidget( + InheritedProvider( + create: (_) => 0, + update: (_, __) => 1, + debugCheckInvalidValueType: checkType, + child: TextOf(), + ), + ); + + verifyNoMoreInteractions(checkType); + + await tester.pumpWidget( + InheritedProvider( + create: (_) => 0, + update: (_, __) => 2, + debugCheckInvalidValueType: checkType, + child: TextOf(), + ), + ); + + verify(checkType(2)).called(1); + verifyNoMoreInteractions(checkType); + }); + + testWidgets('startListening', (tester) async { + final stopListening = StopListeningMock(); + final startListening = StartListeningMock(stopListening); + final dispose = DisposeMock(); + + await tester.pumpWidget( + InheritedProvider( + update: (_, __) => 42, + startListening: startListening, + dispose: dispose, + child: TextOf(), + ), + ); + + final element = findInheritedContext(); + + verify(startListening(element, 42)).called(1); + verifyNoMoreInteractions(startListening); + verifyZeroInteractions(stopListening); + verifyZeroInteractions(dispose); + + await tester.pumpWidget( + InheritedProvider( + update: (_, __) => 42, + startListening: startListening, + dispose: dispose, + child: TextOf(), + ), + ); + + verifyNoMoreInteractions(startListening); + verifyZeroInteractions(stopListening); + verifyZeroInteractions(dispose); + + await tester.pumpWidget(Container()); + + verifyNoMoreInteractions(startListening); + verifyInOrder([ + stopListening(), + dispose(element, 42), + ]); + verifyNoMoreInteractions(dispose); + verifyNoMoreInteractions(stopListening); + }); + + testWidgets('startListening called again when create returns new value', + (tester) async { + final stopListening = StopListeningMock(); + final startListening = StartListeningMock(stopListening); + + await tester.pumpWidget( + InheritedProvider( + update: (_, __) => 42, + startListening: startListening, + child: TextOf(), + ), + ); + + final element = findInheritedContext(); + + verify(startListening(element, 42)).called(1); + verifyNoMoreInteractions(startListening); + verifyZeroInteractions(stopListening); + + final stopListening2 = StopListeningMock(); + final startListening2 = StartListeningMock(stopListening2); + + await tester.pumpWidget( + InheritedProvider( + update: (_, __) => 24, + startListening: startListening2, + child: TextOf(), + ), + ); + + verifyNoMoreInteractions(startListening); + verifyInOrder([ + stopListening(), + startListening2(element, 24), + ]); + verifyNoMoreInteractions(startListening2); + verifyZeroInteractions(stopListening2); + + await tester.pumpWidget(Container()); + + verifyNoMoreInteractions(startListening); + verify(stopListening2()).called(1); + }); + + testWidgets( + "stopListening not called twice if rebuild doesn't have listeners", + (tester) async { + final stopListening = StopListeningMock(); + final startListening = StartListeningMock(stopListening); + + await tester.pumpWidget( + InheritedProvider( + update: (_, __) => 42, + startListening: startListening, + child: TextOf(), + ), + ); + verify(startListening(argThat(isNotNull), 42)).called(1); + verifyZeroInteractions(stopListening); + + final stopListening2 = StopListeningMock(); + final startListening2 = StartListeningMock(stopListening2); + await tester.pumpWidget( + InheritedProvider( + update: (_, __) => 24, + startListening: startListening2, + child: Container(), + ), + ); + + verifyNoMoreInteractions(startListening); + verify(stopListening()).called(1); + verifyZeroInteractions(startListening2); + verifyZeroInteractions(stopListening2); + + await tester.pumpWidget(Container()); + + verifyNoMoreInteractions(startListening); + verifyNoMoreInteractions(stopListening); + verifyZeroInteractions(startListening2); + verifyZeroInteractions(stopListening2); + }, + ); + + testWidgets( + 'fails if initialValueBuilder calls inheritFromElement/inheritFromWidgetOfExactType', + (tester) async { + await tester.pumpWidget( + InheritedProvider.value( + value: 42, + child: InheritedProvider( + create: (context) => Provider.of(context).toDouble(), + child: Consumer( + builder: (_, __, ___) => Container(), + ), + ), + ), + ); + + expect(tester.takeException(), isAssertionError); + }, + ); + testWidgets( + 'builder is called on every rebuild ' + 'and after a dependency change', + (tester) async { + int? lastValue; + final child = Consumer( + builder: (_, value, __) { + lastValue = value; + return Container(); + }, + ); + final update = ValueBuilderMock(-1); + when(update(any, any)) + .thenAnswer((i) => (i.positionalArguments[1] as int) * 2); + + await tester.pumpWidget( + InheritedProvider( + create: (_) => 42, + update: update, + child: Container(), + ), + ); + + final inheritedElement = findInheritedContext(); + verifyZeroInteractions(update); + + await tester.pumpWidget( + InheritedProvider( + create: (_) => 42, + update: update, + child: child, + ), + ); + + verify(update(inheritedElement, 42)).called(1); + expect(lastValue, equals(84)); + + await tester.pumpWidget( + InheritedProvider( + create: (_) => 42, + update: update, + child: child, + ), + ); + + verify(update(inheritedElement, 84)).called(1); + expect(lastValue, equals(168)); + + verifyNoMoreInteractions(update); + }, + ); + testWidgets( + 'builder with no updateShouldNotify use ==', + (tester) async { + int? lastValue; + var buildCount = 0; + final child = Consumer( + builder: (_, value, __) { + lastValue = value; + buildCount++; + return Container(); + }, + ); + + await tester.pumpWidget( + InheritedProvider( + create: (_) => null, + update: (_, __) => 42, + child: child, + ), + ); + + expect(lastValue, equals(42)); + expect(buildCount, equals(1)); + + await tester.pumpWidget( + InheritedProvider( + create: (_) => null, + update: (_, __) => 42, + child: child, + ), + ); + + expect(lastValue, equals(42)); + expect(buildCount, equals(1)); + + await tester.pumpWidget( + InheritedProvider( + create: (_) => null, + update: (_, __) => 43, + child: child, + ), + ); + + expect(lastValue, equals(43)); + expect(buildCount, equals(2)); + }, + ); + testWidgets( + 'builder calls updateShouldNotify callback', + (tester) async { + final updateShouldNotify = UpdateShouldNotifyMock(); + + int? lastValue; + var buildCount = 0; + final child = Consumer( + builder: (_, value, __) { + lastValue = value; + buildCount++; + return Container(); + }, + ); + + await tester.pumpWidget( + InheritedProvider( + update: (_, __) => 42, + updateShouldNotify: updateShouldNotify, + child: child, + ), + ); + + verifyZeroInteractions(updateShouldNotify); + expect(lastValue, equals(42)); + expect(buildCount, equals(1)); + + when(updateShouldNotify(any, any)).thenReturn(true); + await tester.pumpWidget( + InheritedProvider( + update: (_, __) => 42, + updateShouldNotify: updateShouldNotify, + child: child, + ), + ); + + verify(updateShouldNotify(42, 42)).called(1); + expect(lastValue, equals(42)); + expect(buildCount, equals(2)); + + when(updateShouldNotify(any, any)).thenReturn(false); + await tester.pumpWidget( + InheritedProvider( + update: (_, __) => 43, + updateShouldNotify: updateShouldNotify, + child: child, + ), + ); + + verify(updateShouldNotify(42, 43)).called(1); + expect(lastValue, equals(42)); + expect(buildCount, equals(2)); + + verifyNoMoreInteractions(updateShouldNotify); + }, + ); + testWidgets('initialValue is transmitted to valueBuilder', (tester) async { + int? lastValue; + await tester.pumpWidget( + InheritedProvider( + create: (_) => 0, + update: (_, last) { + lastValue = last; + return 42; + }, + child: const Context(), + ), + ); + + expect(of(), equals(42)); + expect(lastValue, equals(0)); + }); + + testWidgets('calls builder again if dependencies change', (tester) async { + final valueBuilder = ValueBuilderMock(-1); + + when(valueBuilder(any, any)).thenAnswer((invocation) { + return int.parse(Provider.of( + invocation.positionalArguments.first as BuildContext, + )); + }); + + var buildCount = 0; + final child = InheritedProvider( + create: (_) => 0, + update: valueBuilder, + child: Consumer( + builder: (_, value, __) { + buildCount++; + return Text( + value.toString(), + textDirection: TextDirection.ltr, + ); + }, + ), + ); + + await tester.pumpWidget( + InheritedProvider.value( + value: '42', + child: child, + ), + ); + + expect(buildCount, equals(1)); + expect(find.text('42'), findsOneWidget); + + await tester.pumpWidget( + InheritedProvider.value( + value: '24', + child: child, + ), + ); + + expect(buildCount, equals(2)); + expect(find.text('24'), findsOneWidget); + + await tester.pumpWidget( + InheritedProvider.value( + value: '24', + updateShouldNotify: (_, __) => true, + child: child, + ), + ); + + expect(buildCount, equals(2)); + expect(find.text('24'), findsOneWidget); + }); + + testWidgets('exposes initialValue if valueBuilder is null', (tester) async { + await tester.pumpWidget( + InheritedProvider( + create: (_) => 42, + child: const Context(), + ), + ); + + expect(of(), equals(42)); + }); + + testWidgets('call dispose on unmount', (tester) async { + final dispose = DisposeMock(); + await tester.pumpWidget( + InheritedProvider( + update: (_, __) => 42, + dispose: dispose, + child: const Context(), + ), + ); + + expect(of(), equals(42)); + + verifyZeroInteractions(dispose); + + final context = findInheritedContext(); + + await tester.pumpWidget(Container()); + + verify(dispose(context, 42)).called(1); + verifyNoMoreInteractions(dispose); + }); + + testWidgets('builder unmount, dispose not called if value never read', + (tester) async { + final dispose = DisposeMock(); + + await tester.pumpWidget( + InheritedProvider( + update: (_, __) => 42, + dispose: dispose, + child: Container(), + ), + ); + + await tester.pumpWidget(Container()); + + verifyZeroInteractions(dispose); + }); + + testWidgets('call dispose after new value', (tester) async { + final dispose = DisposeMock(); + await tester.pumpWidget( + InheritedProvider( + update: (_, __) => 42, + dispose: dispose, + child: const Context(), + ), + ); + + expect(of(), equals(42)); + + final dispose2 = DisposeMock(); + await tester.pumpWidget( + InheritedProvider( + update: (_, __) => 42, + dispose: dispose2, + child: Container(), + ), + ); + + verifyZeroInteractions(dispose); + verifyZeroInteractions(dispose2); + + final context = findInheritedContext(); + + final dispose3 = DisposeMock(); + await tester.pumpWidget( + InheritedProvider( + update: (_, __) => 24, + dispose: dispose3, + child: Container(), + ), + ); + + verifyZeroInteractions(dispose); + verifyZeroInteractions(dispose3); + verify(dispose2(context, 42)).called(1); + verifyNoMoreInteractions(dispose); + }); + + testWidgets('valueBuilder works without initialBuilder', (tester) async { + int? lastValue; + await tester.pumpWidget( + InheritedProvider( + update: (_, last) { + lastValue = last; + return 42; + }, + child: const Context(), + ), + ); + + expect(of(), equals(42)); + expect(lastValue, equals(null)); + + await tester.pumpWidget( + InheritedProvider( + update: (_, last) { + lastValue = last; + return 24; + }, + child: const Context(), + ), + ); + + expect(of(), equals(24)); + expect(lastValue, equals(42)); + }); + test('throws if both builder and initialBuilder are missing', () { + expect( + () => InheritedProvider(child: Container()), + throwsAssertionError, + ); + }); + + testWidgets('calls initialValueBuilder lazily once', (tester) async { + final initialValueBuilder = InitialValueBuilderMock(-1); + when(initialValueBuilder(any)).thenReturn(42); + + await tester.pumpWidget( + InheritedProvider( + create: initialValueBuilder, + child: const Context(), + ), + ); + + verifyZeroInteractions(initialValueBuilder); + + final inheritedProviderElement = findInheritedContext(); + + expect(of(), equals(42)); + verify(initialValueBuilder(inheritedProviderElement)).called(1); + + await tester.pumpWidget( + InheritedProvider( + create: initialValueBuilder, + child: const Context(), + ), + ); + + expect(of(), equals(42)); + verifyNoMoreInteractions(initialValueBuilder); + }); + }); + + group('DeferredInheritedProvider.value()', () { + testWidgets('hasValue', (tester) async { + await tester.pumpWidget(InheritedProvider.value( + value: 42, + child: Container(), + )); + + final inheritedContext = tester.element(find.byElementPredicate((e) { + return e is InheritedContext; + })) as InheritedContext; + + expect(inheritedContext.hasValue, isTrue); + + inheritedContext.value; + + expect(inheritedContext.hasValue, isTrue); + }); + + testWidgets('startListening', (tester) async { + final stopListening = StopListeningMock(); + final startListening = + DeferredStartListeningMock, int>( + (e, setState, controller, value) { + setState(controller.value); + return stopListening; + }, + ); + final controller = ValueNotifier(0); + + await tester.pumpWidget( + DeferredInheritedProvider, int>.value( + value: controller, + startListening: startListening, + child: const Context(), + ), + ); + + verifyZeroInteractions(startListening); + + expect(of(), equals(0)); + + verify(startListening( + argThat(isNotNull), + argThat(isNotNull), + controller, + null, + )).called(1); + + expect(of(), equals(0)); + verifyNoMoreInteractions(startListening); + verifyZeroInteractions(stopListening); + + await tester.pumpWidget( + DeferredInheritedProvider, int>.value( + value: controller, + startListening: startListening, + child: const Context(), + ), + ); + + verifyNoMoreInteractions(startListening); + verifyZeroInteractions(stopListening); + + await tester.pumpWidget(Container()); + + verifyNoMoreInteractions(startListening); + verify(stopListening()).called(1); + }); + + testWidgets("startListening doesn't need setState if already initialized", + (tester) async { + final startListening = + DeferredStartListeningMock, int>( + (e, setState, controller, value) { + setState(controller.value); + return () {}; + }, + ); + final controller = ValueNotifier(0); + + await tester.pumpWidget( + DeferredInheritedProvider, int>.value( + value: controller, + startListening: startListening, + child: TextOf(), + ), + ); + + expect(find.text('0'), findsOneWidget); + + final startListening2 = + DeferredStartListeningMock, int>(); + when(startListening2(any, any, any, any)).thenReturn(() {}); + final controller2 = ValueNotifier(0); + + await tester.pumpWidget( + DeferredInheritedProvider, int>.value( + value: controller2, + startListening: startListening2, + child: TextOf(), + ), + ); + + expect( + find.text('0'), + findsOneWidget, + reason: 'startListening2 did not call setState but startListening did', + ); + }); + + testWidgets('setState without updateShouldNotify', (tester) async { + void Function(int value)? setState; + var buildCount = 0; + + await tester.pumpWidget( + DeferredInheritedProvider.value( + value: 0, + startListening: (_, s, __, ___) { + setState = s; + setState!(0); + return () {}; + }, + child: Consumer( + builder: (_, value, __) { + buildCount++; + return Text('$value', textDirection: TextDirection.ltr); + }, + ), + ), + ); + + expect(find.text('0'), findsOneWidget); + expect(buildCount, equals(1)); + + setState!(0); + await tester.pump(); + + expect(buildCount, equals(1)); + expect(find.text('0'), findsOneWidget); + + setState!(1); + await tester.pump(); + + expect(find.text('1'), findsOneWidget); + expect(buildCount, equals(2)); + + setState!(1); + await tester.pump(); + + expect(find.text('1'), findsOneWidget); + expect(buildCount, equals(2)); + }); + + testWidgets('setState with updateShouldNotify', (tester) async { + final updateShouldNotify = UpdateShouldNotifyMock(); + when(updateShouldNotify(any, any)).thenAnswer((i) { + return i.positionalArguments[0] != i.positionalArguments[1]; + }); + void Function(int value)? setState; + var buildCount = 0; + + await tester.pumpWidget( + DeferredInheritedProvider.value( + value: 0, + updateShouldNotify: updateShouldNotify, + startListening: (_, s, __, ___) { + setState = s; + setState!(0); + return () {}; + }, + child: Consumer( + builder: (_, value, __) { + buildCount++; + return Text('$value', textDirection: TextDirection.ltr); + }, + ), + ), + ); + + expect(find.text('0'), findsOneWidget); + expect(buildCount, equals(1)); + verifyZeroInteractions(updateShouldNotify); + + setState!(0); + await tester.pump(); + + verify(updateShouldNotify(0, 0)).called(1); + verifyNoMoreInteractions(updateShouldNotify); + expect(buildCount, equals(1)); + expect(find.text('0'), findsOneWidget); + + setState!(1); + await tester.pump(); + + verify(updateShouldNotify(0, 1)).called(1); + verifyNoMoreInteractions(updateShouldNotify); + expect(find.text('1'), findsOneWidget); + expect(buildCount, equals(2)); + + setState!(1); + await tester.pump(); + + verify(updateShouldNotify(1, 1)).called(1); + verifyNoMoreInteractions(updateShouldNotify); + expect(find.text('1'), findsOneWidget); + expect(buildCount, equals(2)); + }); + + testWidgets('startListening never leave the widget uninitialized', + (tester) async { + final startListening = + DeferredStartListeningMock, int>(); + when(startListening(any, any, any, any)).thenReturn(() {}); + final controller = ValueNotifier(0); + + await tester.pumpWidget( + DeferredInheritedProvider, int>.value( + value: controller, + startListening: startListening, + child: TextOf(), + ), + ); + + expect( + tester.takeException(), + isAssertionError, + reason: 'startListening did not call setState', + ); + }); + + testWidgets('startListening called again on controller change', + (tester) async { + var buildCount = 0; + final child = Consumer(builder: (_, value, __) { + buildCount++; + return Text('$value', textDirection: TextDirection.ltr); + }); + + final stopListening = StopListeningMock(); + final startListening = + DeferredStartListeningMock, int>( + (e, setState, controller, value) { + setState(controller.value); + return stopListening; + }, + ); + final controller = ValueNotifier(0); + + await tester.pumpWidget( + DeferredInheritedProvider, int>.value( + value: controller, + startListening: startListening, + child: child, + ), + ); + + expect(buildCount, equals(1)); + expect(find.text('0'), findsOneWidget); + verify(startListening(any, any, controller, null)).called(1); + verifyZeroInteractions(stopListening); + + final stopListening2 = StopListeningMock(); + final startListening2 = + DeferredStartListeningMock, int>( + (e, setState, controller, value) { + setState(controller.value); + return stopListening2; + }, + ); + final controller2 = ValueNotifier(1); + + await tester.pumpWidget( + DeferredInheritedProvider, int>.value( + value: controller2, + startListening: startListening2, + child: child, + ), + ); + + expect(buildCount, equals(2)); + expect(find.text('1'), findsOneWidget); + verifyInOrder([ + stopListening(), + startListening2(argThat(isNotNull), argThat(isNotNull), controller2, 0), + ]); + verifyNoMoreInteractions(startListening); + verifyNoMoreInteractions(stopListening); + verifyZeroInteractions(stopListening2); + + await tester.pumpWidget(Container()); + + verifyNoMoreInteractions(startListening); + verifyNoMoreInteractions(stopListening); + verifyNoMoreInteractions(startListening2); + verify(stopListening2()).called(1); + }); + }); + + group('DeferredInheritedProvider()', () { + testWidgets("create can't call inherited widgets", (tester) async { + await tester.pumpWidget( + InheritedProvider.value( + value: 'hello', + child: DeferredInheritedProvider( + create: (context) { + Provider.of(context); + return 42; + }, + startListening: (_, setState, ___, ____) { + setState(0); + return () {}; + }, + child: TextOf(), + ), + ), + ); + + expect(tester.takeException(), isFlutterError); + }); + + testWidgets('creates the value lazily', (tester) async { + final create = InitialValueBuilderMock('0'); + final stopListening = StopListeningMock(); + final startListening = DeferredStartListeningMock( + (_, setState, __, ___) { + setState(0); + return stopListening; + }, + ); + + await tester.pumpWidget( + DeferredInheritedProvider( + create: create, + startListening: startListening, + child: const Context(), + ), + ); + + verifyZeroInteractions(create); + verifyZeroInteractions(startListening); + verifyZeroInteractions(stopListening); + + expect(of(), equals(0)); + + verify(create(argThat(isNotNull))).called(1); + verify(startListening(argThat(isNotNull), argThat(isNotNull), '0', null)) + .called(1); + + expect(of(), equals(0)); + + verifyNoMoreInteractions(create); + verifyNoMoreInteractions(startListening); + verifyZeroInteractions(stopListening); + }); + + testWidgets('dispose', (tester) async { + final dispose = DisposeMock(); + final stopListening = StopListeningMock(); + + await tester.pumpWidget( + DeferredInheritedProvider( + create: (_) => '42', + startListening: (_, setState, __, ___) { + setState(0); + return stopListening; + }, + dispose: dispose, + child: const Context(), + ), + ); + + expect(of(), equals(0)); + + verifyZeroInteractions(dispose); + + await tester.pumpWidget(Container()); + + verifyInOrder([ + stopListening(), + dispose(argThat(isNotNull), '42'), + ]); + verifyNoMoreInteractions(dispose); + }); + + testWidgets('dispose no-op if never built', (tester) async { + final dispose = DisposeMock(); + + await tester.pumpWidget( + DeferredInheritedProvider( + create: (_) => '42', + startListening: (_, setState, __, ___) { + setState(0); + return () {}; + }, + dispose: dispose, + child: const Context(), + ), + ); + + verifyZeroInteractions(dispose); + + await tester.pumpWidget(Container()); + + verifyZeroInteractions(dispose); + }); + }); + + testWidgets('startListening markNeedsNotifyDependents', (tester) async { + InheritedContext? element; + var buildCount = 0; + + await tester.pumpWidget( + InheritedProvider( + update: (_, __) => 24, + startListening: (e, value) { + element = e; + return () {}; + }, + child: Consumer( + builder: (_, __, ___) { + buildCount++; + return Container(); + }, + ), + ), + ); + + expect(buildCount, equals(1)); + + element!.markNeedsNotifyDependents(); + await tester.pump(); + + expect(buildCount, equals(2)); + + await tester.pump(); + + expect(buildCount, equals(2)); + }); + + testWidgets('InheritedProvider can be subclassed', (tester) async { + await tester.pumpWidget( + SubclassProvider( + key: UniqueKey(), + create: (_) => 42, + child: const Context(), + ), + ); + + expect(of(), equals(42)); + + await tester.pumpWidget( + SubclassProvider.value( + key: UniqueKey(), + value: 24, + child: const Context(), + ), + ); + + expect(of(), equals(24)); + }); + + testWidgets('DeferredInheritedProvider can be subclassed', (tester) async { + await tester.pumpWidget( + DeferredSubclassProvider( + key: UniqueKey(), + value: 42, + child: const Context(), + ), + ); + + expect(of(), equals(42)); + + await tester.pumpWidget( + DeferredSubclassProvider.value( + key: UniqueKey(), + value: 24, + child: const Context(), + ), + ); + + expect(of(), equals(24)); + }); + + testWidgets('can be used with MultiProvider', (tester) async { + await tester.pumpWidget( + MultiProvider( + providers: [ + InheritedProvider.value(value: 42), + ], + child: const Context(), + ), + ); + + expect(of(), equals(42)); + }); + + testWidgets('throw if the widget ctor changes', (tester) async { + await tester.pumpWidget( + InheritedProvider( + update: (_, __) => 42, + child: Container(), + ), + ); + + expect(tester.takeException(), isNull); + + await tester.pumpWidget( + InheritedProvider.value( + value: 42, + child: Container(), + ), + ); + + expect(tester.takeException(), isStateError); + }); + + testWidgets('InheritedProvider lazy loading can be disabled', (tester) async { + final startListening = StartListeningMock(() {}); + + await tester.pumpWidget( + InheritedProvider( + key: UniqueKey(), + create: (_) => 42, + startListening: startListening, + lazy: false, + child: Container(), + ), + ); + verify(startListening(argThat(isNotNull), 42)).called(1); + }); + + testWidgets('InheritedProvider.value lazy loading can be disabled', + (tester) async { + final startListening = StartListeningMock(() {}); + + await tester.pumpWidget( + InheritedProvider.value( + key: UniqueKey(), + value: 42, + startListening: startListening, + lazy: false, + child: Container(), + ), + ); + + verify(startListening(argThat(isNotNull), 42)).called(1); + verifyNoMoreInteractions(startListening); + }); + + testWidgets( + "InheritedProvider subclass don't have to specify default lazy value", + (tester) async { + final create = InitialValueBuilderMock(42); + + await tester.pumpWidget( + SubclassProvider( + key: UniqueKey(), + create: create, + child: const Context(), + ), + ); + + verifyZeroInteractions(create); + expect(of(), equals(42)); + verify(create(argThat(isNotNull))).called(1); + verifyNoMoreInteractions(create); + }, + ); + testWidgets('DeferredInheritedProvider lazy loading can be disabled', + (tester) async { + final startListening = + DeferredStartListeningMock((a, setState, c, d) { + setState(0); + return () {}; + }); + + await tester.pumpWidget( + DeferredInheritedProvider( + key: UniqueKey(), + create: (_) => 42, + startListening: startListening, + lazy: false, + child: Container(), + ), + ); + + verify(startListening(argThat(isNotNull), argThat(isNotNull), 42, null)) + .called(1); + verifyNoMoreInteractions(startListening); + }); + + testWidgets('DeferredInheritedProvider.value lazy loading can be disabled', + (tester) async { + final startListening = + DeferredStartListeningMock((a, setState, c, d) { + setState(0); + return () {}; + }); + + await tester.pumpWidget( + DeferredInheritedProvider.value( + key: UniqueKey(), + value: 42, + startListening: startListening, + lazy: false, + child: Container(), + ), + ); + + verify(startListening(argThat(isNotNull), argThat(isNotNull), 42, null)) + .called(1); + verifyNoMoreInteractions(startListening); + }); + + testWidgets('selector', (tester) async { + final notifier = ValueNotifier(0); + var buildCount = 0; + + await tester.pumpWidget( + ChangeNotifierProvider( + create: (_) => notifier, + child: Builder(builder: (context) { + buildCount++; + final isEven = + context.select((ValueNotifier value) => value.value.isEven); + + return Text('$isEven', textDirection: TextDirection.ltr); + }), + ), + ); + + expect(buildCount, 1); + expect(find.text('true'), findsOneWidget); + + notifier.value = 1; + await tester.pump(); + + expect(buildCount, 2); + expect(find.text('false'), findsOneWidget); + + notifier.value = 3; + await tester.pump(); + + expect(buildCount, 2); + expect(find.text('false'), findsOneWidget); + }); + + testWidgets('can select multiple types from same provider', (tester) async { + var buildCount = 0; + + final builder = Builder(builder: (context) { + buildCount++; + final isNotNull = context.select((int? value) => value != null); + final isAbove0 = context.select((int? value) { + return (value == null || value > 0).toString(); + }); + + return Text('$isNotNull $isAbove0', textDirection: TextDirection.ltr); + }); + + await tester.pumpWidget(Provider.value(value: 0, child: builder)); + + expect(buildCount, 1); + expect(find.text('true false'), findsOneWidget); + + await tester.pumpWidget(Provider.value(value: -1, child: builder)); + + expect(buildCount, 1); + + await tester.pumpWidget(Provider.value(value: 1, child: builder)); + + expect(buildCount, 2); + expect(find.text('true true'), findsOneWidget); + + await tester.pumpWidget(Provider.value(value: null, child: builder)); + + expect(buildCount, 3); + expect(find.text('false true'), findsOneWidget); + }); + + testWidgets('can select same type on two different providers', + (tester) async { + var buildCount = 0; + + final builder = Builder(builder: (context) { + buildCount++; + final intValue = context.select((int value) => value.toString()); + final stringValue = context.select((String value) => value); + + return Text('$intValue $stringValue', textDirection: TextDirection.ltr); + }); + + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: 0), + Provider.value(value: 'a'), + ], + child: builder, + ), + ); + + expect(buildCount, 1); + expect(find.text('0 a'), findsOneWidget); + + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: 0), + Provider.value(value: 'a'), + ], + child: builder, + ), + ); + + expect(buildCount, 1); + + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: 1), + Provider.value(value: 'a'), + ], + child: builder, + ), + ); + + expect(buildCount, 2); + expect(find.text('1 a'), findsOneWidget); + }); + + testWidgets('can select same type twice on same provider', (tester) async { + var buildCount = 0; + final child = Builder(builder: (context) { + buildCount++; + final value = context.select((int value) => value.isEven); + final value2 = context.select((int value) => value.isNegative); + + return Text('$value $value2', textDirection: TextDirection.ltr); + }); + + await tester.pumpWidget(Provider.value(value: 0, child: child)); + + expect(find.text('true false'), findsOneWidget); + expect(buildCount, 1); + + await tester.pumpWidget(Provider.value(value: 2, child: child)); + + expect(find.text('true false'), findsOneWidget); + expect(buildCount, 1); + + await tester.pumpWidget(Provider.value(value: -2, child: child)); + + expect(find.text('true true'), findsOneWidget); + expect(buildCount, 2); + + await tester.pumpWidget(Provider.value(value: -4, child: child)); + + expect(find.text('true true'), findsOneWidget); + expect(buildCount, 2); + + await tester.pumpWidget(Provider.value(value: -3, child: child)); + + expect(find.text('false true'), findsOneWidget); + expect(buildCount, 3); + + await tester.pumpWidget(Provider.value(value: -2, child: child)); + + expect(find.text('true true'), findsOneWidget); + expect(buildCount, 4); + }); + + testWidgets('StateError is thrown when lookup fails within create', + (tester) async { + const expected = + 'Tried to read a provider that threw during the creation of its value.\n' + 'The exception occurred during the creation of type int.'; + final onError = FlutterError.onError; + final flutterErrors = []; + FlutterError.onError = flutterErrors.add; + + await tester.pumpWidget( + Provider( + lazy: false, + create: (context) { + context.read(); + return 42; + }, + child: const SizedBox(), + ), + ); + + FlutterError.onError = onError; + + expect( + flutterErrors, + contains( + isA().having( + (e) => e.exception, + 'exception', + isA().having( + (s) => s.message, + 'message', + startsWith(expected), + ), + ), + ), + ); + }); + + testWidgets('StateError is thrown when exception occurs in create', + (tester) async { + final onError = FlutterError.onError; + final flutterErrors = []; + FlutterError.onError = flutterErrors.add; + + await tester.pumpWidget( + Provider( + lazy: false, + create: (_) => throw Exception('oops'), + child: const SizedBox(), + ), + ); + + FlutterError.onError = onError; + + expect( + flutterErrors, + contains( + isA().having( + (e) => e.exception, + 'exception', + isA().having( + (s) => s.message, + 'message', + startsWith(''' +Tried to read a provider that threw during the creation of its value. +The exception occurred during the creation of type String. + +══╡ EXCEPTION CAUGHT BY PROVIDER ╞═══════════════════════════════ +The following _Exception was thrown: +Exception: oops + +When the exception was thrown, this was the stack: +#0'''), + ), + ), + ), + ); + }); + + testWidgets('Exception is thrown when exception occurs in rebuild', + (tester) async { + const errorMessage = 'oops'; + final onError = FlutterError.onError; + final flutterErrors = []; + FlutterError.onError = flutterErrors.add; + + final provider = InheritedProvider( + create: (_) => '', + update: (c, p) { + throw Exception(errorMessage); + }, + child: TextOf(), + ); + await tester.pumpWidget(Provider.value(value: 0, child: provider)); + + FlutterError.onError = onError; + + expect( + flutterErrors, + contains( + isA().having( + (e) => e.exception, + 'exception', + isA().having( + (s) => s.toString(), + 'toString', + contains(errorMessage), + ), + ), + ), + ); + }); + + testWidgets( + 'Exception is propagated when context.watch is called after a provider threw', + (tester) async { + final onError = FlutterError.onError; + final flutterErrors = []; + final exception = Exception('oops'); + FlutterError.onError = flutterErrors.add; + + await tester.pumpWidget( + Provider( + create: (_) => throw exception, + child: Builder( + builder: (context) { + return Text(context.watch()); + }, + ), + ), + ); + + FlutterError.onError = onError; + + expect( + flutterErrors, + contains( + isA().having( + (e) => e.exception, + 'exception', + exception, + ), + ), + ); + }); +} + +class Model { + int? a; + String? b; +} + +class Example extends StatelessWidget { + const Example({Key? key}) : super(key: key); + + @override + Widget build(BuildContext context) { + final a = context.select((Model model) => model.a); + final b = context.select((Model model) => model.b); + return Text('$a $b'); + } +} + +class Test extends StatefulWidget { + const Test({ + Key? key, + this.didChangeDependencies, + this.build, + }) : super(key: key); + + final ValueBuilderMock? didChangeDependencies; + final ValueBuilderMock? build; + + @override + _TestState createState() => _TestState(); +} + +class _TestState extends State> { + @override + void didChangeDependencies() { + widget.didChangeDependencies + ?.call(this.context, Provider.of(this.context)); + super.didChangeDependencies(); + } + + @override + Widget build(BuildContext context) { + widget.build?.call(this.context, Provider.of(this.context)); + return Container(); + } +} + +class SubclassProvider extends InheritedProvider { + SubclassProvider({ + Key? key, + required int Function(BuildContext c) create, + bool? lazy, + Widget? child, + }) : super(key: key, create: create, lazy: lazy, child: child); + + SubclassProvider.value({ + Key? key, + required int value, + Widget? child, + }) : super.value(key: key, value: value, child: child); +} + +class DeferredSubclassProvider extends DeferredInheritedProvider { + DeferredSubclassProvider({ + Key? key, + required int value, + Widget? child, + }) : super( + key: key, + create: (_) => value, + startListening: (_, setState, ___, ____) { + setState(value); + return () {}; + }, + child: child, + ); + + DeferredSubclassProvider.value({ + Key? key, + required int value, + Widget? child, + }) : super.value( + key: key, + value: value, + startListening: (_, setState, ___, ____) { + setState(value); + return () {}; + }, + child: child, + ); +} + +class StateNotifier extends ValueNotifier { + StateNotifier(T value) : super(value); + + Locator? read; + + void update(Locator watch) {} +} + +class _Controller1 extends StateNotifier { + _Controller1() : super(Counter1(0)); + + void increment() => value = Counter1(value.count + 1); +} + +class Counter1 { + Counter1(this.count); + + final int count; +} + +class _Controller2 extends StateNotifier { + _Controller2() : super(Counter2(0)); + + void increment() => value = Counter2(value.count + 1); + + @override + void update(T Function() watch) { + watch(); + watch<_Controller1>(); + } +} + +class Counter2 { + Counter2(this.count); + + final int count; +} + +// A stripped version of StateNotifierProvider +class StateNotifierProvider, Value> + extends SingleChildStatelessWidget { + const StateNotifierProvider({ + Key? key, + required this.create, + this.lazy, + Widget? child, + }) : super(key: key, child: child); + + final Create create; + final bool? lazy; + + @override + Widget buildWithChild(BuildContext context, Widget? child) { + return InheritedProvider( + create: (context) { + assert(debugIsInInheritedProviderCreate); + assert(!debugIsInInheritedProviderUpdate); + return create(context)..read = context.read; + }, + update: (context, controller) { + assert(!debugIsInInheritedProviderCreate); + assert(debugIsInInheritedProviderUpdate); + return controller!..update(context.watch); + }, + dispose: (_, controller) => controller.dispose(), + child: DeferredInheritedProvider( + lazy: lazy, + create: (context) { + assert(debugIsInInheritedProviderCreate); + assert(!debugIsInInheritedProviderUpdate); + return context.read(); + }, + startListening: (context, setState, controller, _) { + setState(controller.value); + void listener() => setState(controller.value); + controller.addListener(listener); + return () => controller.removeListener(listener); + }, + child: child, + ), + ); + } +} diff --git a/ohos/flutter_provider/lib/listenable_provider_test.dart b/ohos/flutter_provider/lib/listenable_provider_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..7a8929133ec353b3eb05bff1c78316515d8998ff --- /dev/null +++ b/ohos/flutter_provider/lib/listenable_provider_test.dart @@ -0,0 +1,407 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +// ignore_for_file: invalid_use_of_protected_member +import 'package:flutter/widgets.dart'; +import 'package:flutter_test/flutter_test.dart'; +import 'package:mockito/mockito.dart'; +import 'package:provider/provider.dart'; + +import 'common.dart'; + +// import 'package:flutter_provider/common/test_page.dart'; +// +// class JKListenableProviderTestPage extends TestPage { +// +// static const String routeName = "/listenable_provider_test"; +// +// JKListenableProviderTestPage(super.title, {super.key}) { +// +// } +// +// } + +void main() { + group('ListenableProvider', () { + testWidgets('works with MultiProvider', (tester) async { + final key = GlobalKey(); + final listenable = ChangeNotifier(); + + await tester.pumpWidget( + MultiProvider( + providers: [ + ListenableProvider.value(value: listenable), + ], + child: Container(key: key), + ), + ); + + expect(Provider.of(key.currentContext!, listen: false), + listenable); + }); + + testWidgets( + 'asserts that the created notifier can have listeners', + (tester) async { + final key = GlobalKey(); + final notifier = ValueNotifier(0)..addListener(() {}); + + await tester.pumpWidget( + ListenableProvider( + create: (_) => notifier, + child: Container(key: key), + ), + ); + + expect( + Provider.of>(key.currentContext!, listen: false), + notifier, + ); + }, + ); + + group('value constructor', () { + testWidgets('pass down key', (tester) async { + final listenable = ChangeNotifier(); + final keyProvider = GlobalKey(); + + await tester.pumpWidget( + ListenableProvider.value( + key: keyProvider, + value: listenable, + child: Container(), + ), + ); + expect( + keyProvider.currentWidget, + isNotNull, + ); + }); + testWidgets( + 'changing the Listenable instance rebuilds dependents', + (tester) async { + final mockBuilder = MockConsumerBuilder(); + when(mockBuilder(any, any, any)).thenReturn(Container()); + final child = Consumer(builder: mockBuilder); + + final previousListenable = MockNotifier(); + await tester.pumpWidget( + ListenableProvider.value( + value: previousListenable, + child: child, + ), + ); + + clearInteractions(mockBuilder); + clearInteractions(previousListenable); + + final listenable = MockNotifier(); + await tester.pumpWidget( + ListenableProvider.value( + value: listenable, + child: child, + ), + ); + + verify(previousListenable.removeListener(any)).called(1); + verify(listenable.addListener(any)).called(1); + verifyNoMoreInteractions(previousListenable); + verifyNoMoreInteractions(listenable); + + final context = tester.element(find.byWidget(child)); + verify(mockBuilder(context, listenable, null)); + }, + ); + }, skip: true); + testWidgets("don't listen again if listenable instance doesn't change", + (tester) async { + final listenable = MockNotifier(); + await tester.pumpWidget( + ListenableProvider.value( + value: listenable, + child: TextOf(), + ), + ); + await tester.pumpWidget( + ListenableProvider.value( + value: listenable, + child: TextOf(), + ), + ); + + verify(listenable.addListener(any)).called(1); + verifyNoMoreInteractions(listenable); + }); + + testWidgets('works with null (default)', (tester) async { + final key = GlobalKey(); + + await tester.pumpWidget( + ListenableProvider.value( + value: null, + child: Container(key: key), + ), + ); + + expect( + Provider.of(key.currentContext!, listen: false), + null, + ); + }); + + testWidgets('works with null (create)', (tester) async { + final key = GlobalKey(); + + await tester.pumpWidget( + ListenableProvider( + create: (_) => null, + child: Container(key: key), + ), + ); + + expect( + Provider.of(key.currentContext!, listen: false), + null, + ); + }); + group('stateful constructor', () { + testWidgets('called with context', (tester) async { + final builder = InitialValueBuilderMock( + ChangeNotifier(), + ); + + await tester.pumpWidget( + ListenableProvider( + create: builder, + child: TextOf(), + ), + ); + verify(builder(argThat(isNotNull))).called(1); + }); + + testWidgets('pass down key', (tester) async { + final keyProvider = GlobalKey(); + + await tester.pumpWidget( + ListenableProvider( + key: keyProvider, + create: (_) => ChangeNotifier(), + child: Container(), + ), + ); + expect( + keyProvider.currentWidget, + isNotNull, + ); + }); + }); + + testWidgets('stateful create called once', (tester) async { + final listenable = MockNotifier(); + when(listenable.hasListeners).thenReturn(false); + final create = InitialValueBuilderMock(ChangeNotifier()); + when(create(any)).thenReturn(listenable); + + await tester.pumpWidget( + ListenableProvider( + create: create, + child: TextOf(), + ), + ); + + verify(create(argThat(isNotNull))).called(1); + verifyNoMoreInteractions(create); + clearInteractions(listenable); + + await tester.pumpWidget( + ListenableProvider( + create: create, + child: Container(), + ), + ); + + verifyNoMoreInteractions(create); + verifyNoMoreInteractions(listenable); + }); + + testWidgets('dispose called on unmount', (tester) async { + final listenable = MockNotifier(); + when(listenable.hasListeners).thenReturn(false); + final create = InitialValueBuilderMock(ChangeNotifier()); + final dispose = DisposeMock(); + when(create(any)).thenReturn(listenable); + + await tester.pumpWidget( + ListenableProvider( + create: create, + dispose: dispose, + child: TextOf(), + ), + ); + + final context = findInheritedContext(); + + verify(create(context)).called(1); + verifyNoMoreInteractions(create); + final listener = verify(listenable.addListener(captureAny)).captured.first + as VoidCallback; + clearInteractions(listenable); + + await tester.pumpWidget(Container()); + + verifyInOrder([ + listenable.removeListener(listener), + dispose(context, listenable), + ]); + verifyNoMoreInteractions(create); + verifyNoMoreInteractions(listenable); + }); + + testWidgets('dispose can be null', (tester) async { + await tester.pumpWidget( + ListenableProvider( + create: (_) => ChangeNotifier(), + child: Container(), + ), + ); + + await tester.pumpWidget(Container()); + }); + + testWidgets('changing listenable rebuilds descendants', (tester) async { + final builder = BuilderMock(); + when(builder(any)).thenReturn(Container()); + + var listenable = ChangeNotifier(); + Widget build() { + return ListenableProvider.value( + value: listenable, + child: Builder(builder: (context) { + Provider.of(context); + return builder(context); + }), + ); + } + + await tester.pumpWidget(build()); + + verify(builder(any)).called(1); + + expect(listenable.hasListeners, true); + + final previousNotifier = listenable; + listenable = ChangeNotifier(); + + await tester.pumpWidget(build()); + + expect(listenable.hasListeners, true); + expect(previousNotifier.hasListeners, false); + + verify(builder(any)).called(1); + + await tester.pumpWidget(Container()); + + expect(listenable.hasListeners, false); + }); + + testWidgets("rebuilding with the same provider don't rebuilds descendants", + (tester) async { + final listenable = ChangeNotifier(); + + var buildCount = 0; + final child = Consumer( + builder: (_, __, ___) { + buildCount++; + return Container(); + }, + ); + + await tester.pumpWidget( + ListenableProvider.value( + value: listenable, + child: child, + ), + ); + + final context = tester.element(find.byWidget(child)); + + expect(buildCount, equals(1)); + expect(Provider.of(context, listen: false), listenable); + + await tester.pumpWidget( + ListenableProvider.value( + value: listenable, + child: child, + ), + ); + expect(buildCount, equals(1)); + expect(Provider.of(context, listen: false), listenable); + + listenable.notifyListeners(); + await tester.pump(); + + expect(buildCount, equals(2)); + expect(Provider.of(context, listen: false), listenable); + + await tester.pumpWidget( + ListenableProvider.value( + value: listenable, + child: child, + ), + ); + expect(buildCount, equals(2)); + expect(Provider.of(context, listen: false), listenable); + + await tester.pumpWidget( + ListenableProvider.value( + value: listenable, + child: child, + ), + ); + expect(buildCount, equals(2)); + expect(Provider.of(context, listen: false), listenable); + }); + + testWidgets('notifylistener rebuilds descendants', (tester) async { + final listenable = ChangeNotifier(); + final keyChild = GlobalKey(); + final builder = BuilderMock(); + when(builder(any)).thenReturn(Container()); + + final child = Builder( + key: keyChild, + builder: (context) { + // subscribe + Provider.of(context); + return builder(context); + }, + ); + final changeNotifierProvider = ListenableProvider.value( + value: listenable, + child: child, + ); + await tester.pumpWidget(changeNotifierProvider); + + clearInteractions(builder); + listenable.notifyListeners(); + await Future.value(); + await tester.pump(); + verify(builder(any)).called(1); + expect( + Provider.of(keyChild.currentContext!, listen: false), + listenable, + ); + }); + }); +} diff --git a/ohos/flutter_provider/lib/listenable_proxy_provider_test.dart b/ohos/flutter_provider/lib/listenable_proxy_provider_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..c496d341d0d258cfb5a94b610b96841317ca9f74 --- /dev/null +++ b/ohos/flutter_provider/lib/listenable_proxy_provider_test.dart @@ -0,0 +1,365 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +// ignore_for_file: invalid_use_of_protected_member +import 'package:flutter/widgets.dart'; +import 'package:flutter_test/flutter_test.dart'; +import 'package:mockito/mockito.dart'; +import 'package:provider/provider.dart'; + +import 'common.dart'; + +// ignore: prefer_mixin, must_be_immutable +class _ListenableCombined = Combined with ChangeNotifier; + +// import 'package:flutter_provider/common/test_page.dart'; +// +// class JKListenableProxyProviderTestPage extends TestPage { +// +// static const String routeName = "/listenable_proxy_provider_test"; +// +// JKListenableProxyProviderTestPage(super.title, {super.key}) { +// +// } +// +// } + +void main() { + final a = A(); + final b = B(); + final c = C(); + final d = D(); + final e = E(); + final f = F(); + + final combinedConsumerMock = MockCombinedBuilder(); + setUp(() => when(combinedConsumerMock(any)).thenReturn(Container())); + tearDown(() { + clearInteractions(combinedConsumerMock); + }); + + final mockConsumer = Consumer<_ListenableCombined>( + builder: (context, combined, child) => combinedConsumerMock(combined), + ); + + group('ListenableProxyProvider', () { + testWidgets('rebuilds dependendents when listeners are called', + (tester) async { + final notifier = ValueNotifier(0); + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: 0), + ListenableProxyProvider>( + create: (_) => notifier, + update: (_, count, value) => value!, + ) + ], + child: Consumer>(builder: (_, value, __) { + return Text( + value.value.toString(), + textDirection: TextDirection.ltr, + ); + }), + ), + ); + + expect(find.text('0'), findsOneWidget); + expect(find.text('1'), findsNothing); + + notifier.value++; + await tester.pump(); + + expect(find.text('1'), findsOneWidget); + expect(find.text('0'), findsNothing); + }); + + testWidgets( + 'update returning a new Listenable disposes the previously created value' + ' and update dependents', + (tester) async { + final builder = MockConsumerBuilder(); + when(builder(any, any, any)).thenReturn(Container()); + final child = Consumer(builder: builder); + + final dispose = DisposeMock(); + final notifier = MockNotifier(); + when(notifier.hasListeners).thenReturn(false); + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: 0), + ListenableProxyProvider( + update: (_, count, value) => notifier, + dispose: dispose, + ) + ], + child: child, + ), + ); + + clearInteractions(builder); + + final dispose2 = DisposeMock(); + final notifier2 = MockNotifier(); + when(notifier2.hasListeners).thenReturn(false); + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: 1), + ListenableProxyProvider( + update: (_, count, value) => notifier2, + dispose: dispose2, + ) + ], + child: child, + ), + ); + + verify(builder(argThat(isNotNull), notifier2, null)).called(1); + verifyNoMoreInteractions(builder); + verify(dispose(argThat(isNotNull), notifier)).called(1); + verifyNoMoreInteractions(dispose); + verifyNoMoreInteractions(dispose2); + + await tester.pumpWidget(Container()); + + verify(dispose2(argThat(isNotNull), notifier2)).called(1); + verifyNoMoreInteractions(dispose); + verifyNoMoreInteractions(dispose2); + }, + ); + testWidgets('disposes of created value', (tester) async { + final dispose = DisposeMock>(); + final notifier = ValueNotifier(0); + final key = GlobalKey(); + + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: 0), + ListenableProxyProvider>( + key: key, + create: (_) => notifier, + update: (_, count, value) => value!..value = count, + dispose: dispose, + ) + ], + child: TextOf>(), + ), + ); + + verifyZeroInteractions(dispose); + + await tester.pumpWidget(Container()); + + verify(dispose(argThat(isNotNull), notifier)).called(1); + verifyNoMoreInteractions(dispose); + }); + }); + + group('ListenableProxyProvider variants', () { + InheritedContext findInheritedProvider() => + findInheritedContext(); + testWidgets('ListenableProxyProvider', (tester) async { + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: a), + Provider.value(value: b), + Provider.value(value: c), + Provider.value(value: d), + Provider.value(value: e), + Provider.value(value: f), + ListenableProxyProvider0<_ListenableCombined>( + create: (_) => _ListenableCombined(), + update: (context, previous) => _ListenableCombined( + context, + previous, + Provider.of(context), + Provider.of(context), + Provider.of(context), + Provider.of(context), + Provider.of(context), + Provider.of(context), + ), + ) + ], + child: mockConsumer, + ), + ); + + final context = findInheritedProvider(); + + verify( + combinedConsumerMock( + _ListenableCombined( + context, + _ListenableCombined(), + a, + b, + c, + d, + e, + f, + ), + ), + ).called(1); + }); + + testWidgets('ListenableProxyProvider2', (tester) async { + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: a), + Provider.value(value: b), + Provider.value(value: c), + Provider.value(value: d), + Provider.value(value: e), + Provider.value(value: f), + ListenableProxyProvider2( + create: (_) => _ListenableCombined(), + update: (context, a, b, previous) => + _ListenableCombined(context, previous, a, b), + ) + ], + child: mockConsumer, + ), + ); + + final context = findInheritedProvider(); + + verify( + combinedConsumerMock( + _ListenableCombined(context, _ListenableCombined(), a, b), + ), + ).called(1); + }); + + testWidgets('ListenableProxyProvider3', (tester) async { + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: a), + Provider.value(value: b), + Provider.value(value: c), + Provider.value(value: d), + Provider.value(value: e), + Provider.value(value: f), + ListenableProxyProvider3( + create: (_) => _ListenableCombined(), + update: (context, a, b, c, previous) => + _ListenableCombined(context, previous, a, b, c), + ) + ], + child: mockConsumer, + ), + ); + + final context = findInheritedProvider(); + + verify( + combinedConsumerMock( + _ListenableCombined(context, _ListenableCombined(), a, b, c), + ), + ).called(1); + }); + + testWidgets('ListenableProxyProvider4', (tester) async { + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: a), + Provider.value(value: b), + Provider.value(value: c), + Provider.value(value: d), + Provider.value(value: e), + Provider.value(value: f), + ListenableProxyProvider4( + create: (_) => _ListenableCombined(), + update: (context, a, b, c, d, previous) => + _ListenableCombined(context, previous, a, b, c, d), + ) + ], + child: mockConsumer, + ), + ); + + final context = findInheritedProvider(); + + verify( + combinedConsumerMock( + _ListenableCombined(context, _ListenableCombined(), a, b, c, d), + ), + ).called(1); + }); + + testWidgets('ListenableProxyProvider5', (tester) async { + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: a), + Provider.value(value: b), + Provider.value(value: c), + Provider.value(value: d), + Provider.value(value: e), + Provider.value(value: f), + ListenableProxyProvider5( + create: (_) => _ListenableCombined(), + update: (context, a, b, c, d, e, previous) => + _ListenableCombined(context, previous, a, b, c, d, e), + ) + ], + child: mockConsumer, + ), + ); + + final context = findInheritedProvider(); + + verify( + combinedConsumerMock( + _ListenableCombined(context, _ListenableCombined(), a, b, c, d, e), + ), + ).called(1); + }); + + testWidgets('ListenableProxyProvider6', (tester) async { + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: a), + Provider.value(value: b), + Provider.value(value: c), + Provider.value(value: d), + Provider.value(value: e), + Provider.value(value: f), + ListenableProxyProvider6( + create: (_) => _ListenableCombined(), + update: (context, a, b, c, d, e, f, previous) => + _ListenableCombined(context, previous, a, b, c, d, e, f), + ) + ], + child: mockConsumer, + ), + ); + + final context = findInheritedProvider(); + verify( + combinedConsumerMock( + _ListenableCombined(context, _ListenableCombined(), a, b, c, d, e, f), + ), + ).called(1); + }); + }); +} diff --git a/ohos/flutter_provider/lib/main.dart b/ohos/flutter_provider/lib/main.dart new file mode 100644 index 0000000000000000000000000000000000000000..104942302274b30279a7379eab4da60809909f93 --- /dev/null +++ b/ohos/flutter_provider/lib/main.dart @@ -0,0 +1,182 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; +import 'package:flutter_provider/common/test_route.dart'; +import 'package:flutter_provider/common/test_model_app.dart'; + +import 'rt_example.dart'; + +import 'package:flutter/foundation.dart'; +import 'package:provider/provider.dart'; + +void main() { + + final app = TestRoute(routes: { + '/example_test': (BuildContext context) => JKExampleTestPage(), + // '/chain_test': (BuildContext context) => JKChainTestPage("chain_test"), + // '/dart2js_test': (BuildContext context) => JKDart2jsPage("dart2js_test"), + // '/vm_test': (BuildContext context) => JKVmTestPage("vm_test"), + // '/frame_test': (BuildContext context) => JKFrameTestPage("frame_test"), + // '/trace_test': (BuildContext context) => JKFrameTestPage("trace_test"), + // '/vm_test2': (BuildContext context) => JKVmTest2Page("vm_test2"), + + }, items: [ + MainItem('example_test', 'details', route: '/example_test'), + // MainItem('dart2js_test', 'details', route: '/dart2js_test'), + // MainItem('vm_test', 'details', route: '/vm_test'), + // MainItem('frame_test', 'details', route: '/frame_test'), + // MainItem('trace_test', 'details', route: '/trace_test'), + // MainItem('vm_test2', 'details', route: '/vm_test2'), + + ]); + + // runApp(TestModelApp( + // appName: 'provider', + // data: app), + // ); + + /// Providers are above [MyApp] instead of inside it, so that tests + /// can use [MyApp] while mocking the providers + runApp(MultiProvider( + providers: [ + ChangeNotifierProvider(create: (_) => Counter()),], + child: TestModelApp( + appName: 'provider', + data: app), + ) + ); + + //runApp(const MyApp()); +} + +class MyApp extends StatelessWidget { + const MyApp({super.key}); + + // This widget is the root of your application. + @override + Widget build(BuildContext context) { + return MaterialApp( + title: 'Flutter Demo', + theme: ThemeData( + // This is the theme of your application. + // + // TRY THIS: Try running your application with "flutter run". You'll see + // the application has a blue toolbar. Then, without quitting the app, + // try changing the seedColor in the colorScheme below to Colors.green + // and then invoke "hot reload" (save your changes or press the "hot + // reload" button in a Flutter-supported IDE, or press "r" if you used + // the command line to start the app). + // + // Notice that the counter didn't reset back to zero; the application + // state is not lost during the reload. To reset the state, use hot + // restart instead. + // + // This works for code too, not just values: Most code changes can be + // tested with just a hot reload. + colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple), + useMaterial3: true, + ), + home: const MyHomePage(title: 'Flutter Demo Home Page'), + ); + } +} + +class MyHomePage extends StatefulWidget { + const MyHomePage({super.key, required this.title}); + + // This widget is the home page of your application. It is stateful, meaning + // that it has a State object (defined below) that contains fields that affect + // how it looks. + + // This class is the configuration for the state. It holds the values (in this + // case the title) provided by the parent (in this case the App widget) and + // used by the build method of the State. Fields in a Widget subclass are + // always marked "final". + + final String title; + + @override + State createState() => _MyHomePageState(); +} + +class _MyHomePageState extends State { + int _counter = 0; + + void _incrementCounter() { + setState(() { + // This call to setState tells the Flutter framework that something has + // changed in this State, which causes it to rerun the build method below + // so that the display can reflect the updated values. If we changed + // _counter without calling setState(), then the build method would not be + // called again, and so nothing would appear to happen. + _counter++; + }); + } + + @override + Widget build(BuildContext context) { + // This method is rerun every time setState is called, for instance as done + // by the _incrementCounter method above. + // + // The Flutter framework has been optimized to make rerunning build methods + // fast, so that you can just rebuild anything that needs updating rather + // than having to individually change instances of widgets. + return Scaffold( + appBar: AppBar( + // TRY THIS: Try changing the color here to a specific color (to + // Colors.amber, perhaps?) and trigger a hot reload to see the AppBar + // change color while the other colors stay the same. + backgroundColor: Theme.of(context).colorScheme.inversePrimary, + // Here we take the value from the MyHomePage object that was created by + // the App.build method, and use it to set our appbar title. + title: Text(widget.title), + ), + body: Center( + // Center is a layout widget. It takes a single child and positions it + // in the middle of the parent. + child: Column( + // Column is also a layout widget. It takes a list of children and + // arranges them vertically. By default, it sizes itself to fit its + // children horizontally, and tries to be as tall as its parent. + // + // Column has various properties to control how it sizes itself and + // how it positions its children. Here we use mainAxisAlignment to + // center the children vertically; the main axis here is the vertical + // axis because Columns are vertical (the cross axis would be + // horizontal). + // + // TRY THIS: Invoke "debug painting" (choose the "Toggle Debug Paint" + // action in the IDE, or press "p" in the console), to see the + // wireframe for each widget. + mainAxisAlignment: MainAxisAlignment.center, + children: [ + const Text( + 'You have pushed the button this many times:', + ), + Text( + '$_counter', + style: Theme.of(context).textTheme.headlineMedium, + ), + ], + ), + ), + floatingActionButton: FloatingActionButton( + onPressed: _incrementCounter, + tooltip: 'Increment', + child: const Icon(Icons.add), + ), // This trailing comma makes auto-formatting nicer for build methods. + ); + } +} diff --git a/ohos/flutter_provider/lib/matchers.dart b/ohos/flutter_provider/lib/matchers.dart new file mode 100644 index 0000000000000000000000000000000000000000..101e4c18fc760a7af22d22177bfb8fc4746e8c99 --- /dev/null +++ b/ohos/flutter_provider/lib/matchers.dart @@ -0,0 +1,27 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:provider/src/provider.dart'; +import 'package:test/test.dart'; + +Matcher isPostEventCall(Object kind, Object? event) { + var matcher = + isA().having((e) => e.eventKind, 'eventKind', kind); + + if (event != null) { + matcher = matcher.having((e) => e.event, 'event', event); + } + + return matcher; +} diff --git a/ohos/flutter_provider/lib/multi_provider_test.dart b/ohos/flutter_provider/lib/multi_provider_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..df5823dfc14c7cd0e0a768b4200547b139cf4c2e --- /dev/null +++ b/ohos/flutter_provider/lib/multi_provider_test.dart @@ -0,0 +1,109 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/widgets.dart'; +import 'package:flutter_test/flutter_test.dart'; +import 'package:provider/provider.dart'; + +import 'common.dart'; + +// import 'package:flutter_provider/common/test_page.dart'; +// +// class JKMultiProviderTestPage extends TestPage { +// +// static const String routeName = "/multi_provider_test"; +// +// JKMultiProviderTestPage(super.title, {super.key}) { +// +// } +// +// } + +void main() { + group('MultiProvider', () { + testWidgets('MultiProvider children can only access parent providers', + (tester) async { + final k1 = GlobalKey(); + final k2 = GlobalKey(); + final k3 = GlobalKey(); + final p1 = Provider.value(key: k1, value: 42); + final p2 = Provider.value(key: k2, value: 'foo'); + final p3 = Provider.value(key: k3, value: 44); + + final keyChild = GlobalKey(); + await tester.pumpWidget(MultiProvider( + providers: [p1, p2, p3], + child: Text('Foo', key: keyChild, textDirection: TextDirection.ltr), + )); + + expect(find.text('Foo'), findsOneWidget); + + // p1 cannot access to p1/p2/p3 + expect( + () => Provider.of(k1.currentContext!, listen: false), + throwsProviderNotFound(), + ); + expect( + () => Provider.of(k1.currentContext!, listen: false), + throwsProviderNotFound(), + ); + expect( + () => Provider.of(k1.currentContext!, listen: false), + throwsProviderNotFound(), + ); + + // p2 can access only p1 + expect(Provider.of(k2.currentContext!, listen: false), 42); + expect( + () => Provider.of(k2.currentContext!, listen: false), + throwsProviderNotFound(), + ); + expect( + () => Provider.of(k2.currentContext!, listen: false), + throwsProviderNotFound(), + ); + + // p3 can access both p1 and p2 + expect(Provider.of(k3.currentContext!, listen: false), 42); + expect(Provider.of(k3.currentContext!, listen: false), 'foo'); + expect( + () => Provider.of(k3.currentContext!, listen: false), + throwsProviderNotFound(), + ); + + // the child can access them all + expect(Provider.of(keyChild.currentContext!, listen: false), 42); + expect( + Provider.of(keyChild.currentContext!, listen: false), + 'foo', + ); + expect(Provider.of(keyChild.currentContext!, listen: false), 44); + }); + + testWidgets('MultiProvider.providers with ignored child', (tester) async { + final p1 = Provider.value( + value: 42, + child: const Text('Bar'), + ); + + await tester.pumpWidget(MultiProvider( + providers: [p1], + child: const Text('Foo', textDirection: TextDirection.ltr), + )); + + expect(find.text('Bar'), findsNothing); + expect(find.text('Foo'), findsOneWidget); + }); + }); +} diff --git a/ohos/flutter_provider/lib/provider_test.dart b/ohos/flutter_provider/lib/provider_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..f31e2cfa6e43bb6fb29541ef5c4f6a5ba66f4bdc --- /dev/null +++ b/ohos/flutter_provider/lib/provider_test.dart @@ -0,0 +1,547 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/widgets.dart'; +import 'package:flutter_test/flutter_test.dart'; +import 'package:provider/provider.dart'; + +import 'common.dart'; + +// import 'package:flutter_provider/common/test_page.dart'; +// +// class JKProviderTestPage extends TestPage { +// +// static const String routeName = "/provider_test"; +// +// JKProviderTestPage(super.title, {super.key}) { +// +// } +// +// } + +void main() { + testWidgets('works with MultiProvider', (tester) async { + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value( + value: 42, + ), + ], + child: TextOf(), + ), + ); + + expect(find.text('42'), findsOneWidget); + }); + + group('Provider.of', () { + testWidgets('throws if T is dynamic', (tester) async { + await tester.pumpWidget( + Provider.value( + value: 42, + child: Container(), + ), + ); + + expect( + () => Provider.of(tester.element(find.byType(Container))), + throwsAssertionError, + ); + }); + + testWidgets( + 'listen defaults to true when building widgets', + (tester) async { + var buildCount = 0; + final child = Builder( + builder: (context) { + buildCount++; + Provider.of(context); + return Container(); + }, + ); + + await tester.pumpWidget( + InheritedProvider.value( + value: 42, + child: child, + ), + ); + + expect(buildCount, equals(1)); + + await tester.pumpWidget( + InheritedProvider.value( + value: 24, + child: child, + ), + ); + + expect(buildCount, equals(2)); + }, + ); + testWidgets( + 'listen defaults to false outside of the widget tree', + (tester) async { + var buildCount = 0; + final child = Builder( + builder: (context) { + buildCount++; + return Container(); + }, + ); + + await tester.pumpWidget( + InheritedProvider.value( + value: 42, + child: child, + ), + ); + + final context = tester.element(find.byWidget(child)); + Provider.of(context, listen: false); + expect(buildCount, equals(1)); + + await tester.pumpWidget( + InheritedProvider.value( + value: 24, + child: child, + ), + ); + + expect(buildCount, equals(1)); + }, + ); + testWidgets( + "listen:false doesn't trigger rebuild", + (tester) async { + var buildCount = 0; + final child = Builder( + builder: (context) { + Provider.of(context, listen: false); + buildCount++; + return Container(); + }, + ); + + await tester.pumpWidget( + InheritedProvider.value( + value: 42, + child: child, + ), + ); + + expect(buildCount, equals(1)); + + await tester.pumpWidget( + InheritedProvider.value( + value: 24, + child: child, + ), + ); + + expect(buildCount, equals(1)); + }, + ); + testWidgets( + 'listen:true outside of the widget tree throws', + (tester) async { + final child = Builder( + builder: (context) { + return Container(); + }, + ); + + await tester.pumpWidget( + InheritedProvider.value( + value: 42, + child: child, + ), + ); + + final context = tester.element(find.byWidget(child)); + + expect( + // ignore: avoid_redundant_argument_values + () => Provider.of(context, listen: true), + throwsAssertionError, + ); + }, + ); + }); + + group('Provider', () { + testWidgets('throws if the provided value is a Listenable/Stream', + (tester) async { + expect( + () => Provider.value( + value: MyListenable(), + child: TextOf(), + ), + throwsFlutterError, + ); + + expect( + () => Provider.value( + value: MyStream(), + child: TextOf(), + ), + throwsFlutterError, + ); + + await tester.pumpWidget( + Provider( + key: UniqueKey(), + create: (_) => MyListenable(), + child: TextOf(), + ), + ); + + expect(tester.takeException(), isFlutterError); + + await tester.pumpWidget( + Provider( + key: UniqueKey(), + create: (_) => MyStream(), + child: TextOf(), + ), + ); + expect(tester.takeException(), isFlutterError); + }); + + testWidgets('debugCheckInvalidValueType can be disabled', (tester) async { + final previous = Provider.debugCheckInvalidValueType; + Provider.debugCheckInvalidValueType = null; + addTearDown(() => Provider.debugCheckInvalidValueType = previous); + + await tester.pumpWidget( + Provider.value( + value: MyListenable(), + child: TextOf(), + ), + ); + + await tester.pumpWidget( + Provider.value( + value: MyStream(), + child: TextOf(), + ), + ); + }); + + testWidgets('simple usage', (tester) async { + var buildCount = 0; + int? value; + double? second; + + // We voluntarily reuse the builder instance so that later call to + // pumpWidget don't call builder again unless subscribed to an + // inheritedWidget + final builder = Builder( + builder: (context) { + buildCount++; + value = Provider.of(context); + second = Provider.of(context, listen: false); + return Container(); + }, + ); + + await tester.pumpWidget( + Provider.value( + value: 24, + child: Provider.value( + value: 42, + child: builder, + ), + ), + ); + + expect(value, equals(42)); + expect(second, equals(24.0)); + expect(buildCount, equals(1)); + + // nothing changed + await tester.pumpWidget( + Provider.value( + value: 24, + child: Provider.value( + value: 42, + child: builder, + ), + ), + ); + // didn't rebuild + expect(buildCount, equals(1)); + + // changed a value we are subscribed to + await tester.pumpWidget( + Provider.value( + value: 24, + child: Provider.value( + value: 43, + child: builder, + ), + ), + ); + expect(value, equals(43)); + expect(second, equals(24.0)); + // got rebuilt + expect(buildCount, equals(2)); + + // changed a value we are _not_ subscribed to + await tester.pumpWidget( + Provider.value( + value: 20, + child: Provider.value( + value: 43, + child: builder, + ), + ), + ); + // didn't get rebuilt + expect(buildCount, equals(2)); + }); + + testWidgets('throws an error if no provider found', (tester) async { + await tester.pumpWidget(Builder(builder: (context) { + Provider.of(context); + return Container(); + })); + + expect( + tester.takeException(), + isA() + .having((err) => err.valueType, 'valueType', String) + .having((err) => err.widgetType, 'widgetType', Builder), + ); + }); + + testWidgets('update should notify', (tester) async { + int? old; + int? curr; + var callCount = 0; + bool updateShouldNotify(int o, int c) { + callCount++; + old = o; + curr = c; + return o != c; + } + + var buildCount = 0; + int? buildValue; + final builder = Builder( + builder: (context) { + buildValue = context.watch(); + buildCount++; + return Container(); + }, + ); + + await tester.pumpWidget( + Provider.value( + value: 24, + updateShouldNotify: updateShouldNotify, + child: builder, + ), + ); + expect(callCount, equals(0)); + expect(buildCount, equals(1)); + expect(buildValue, equals(24)); + + // value changed + await tester.pumpWidget( + Provider.value( + value: 25, + updateShouldNotify: updateShouldNotify, + child: builder, + ), + ); + expect(callCount, equals(1)); + expect(old, equals(24)); + expect(curr, equals(25)); + expect(buildCount, equals(2)); + expect(buildValue, equals(25)); + + // value didn't change + await tester.pumpWidget( + Provider.value( + value: 25, + updateShouldNotify: updateShouldNotify, + child: builder, + ), + ); + expect(callCount, equals(2)); + expect(old, equals(25)); + expect(curr, equals(25)); + expect(buildCount, equals(2)); + }); + }); + + testWidgets('sound provide T inject T?', (tester) async { + late double? value; + + final builder = Builder( + builder: (context) { + // Look up a Provider. + value = Provider.of(context, listen: false); + return Container(); + }, + ); + + await tester.pumpWidget( + // Install a Provider. + Provider.value( + value: 24, + child: Provider.value( + value: 42, + child: builder, + ), + ), + ); + + // Provider not found, uses Provider instead. + expect(value, equals(24.0)); + }); + + testWidgets('sound provide T inject T', (tester) async { + late double? value; + + final builder = Builder( + builder: (context) { + // Look up a Provider. + value = Provider.of(context, listen: false); + return Container(); + }, + ); + + await tester.pumpWidget( + // Install a Provider. + Provider.value( + value: 24, + child: Provider.value( + value: 42, + child: builder, + ), + ), + ); + + // Provider not found, uses Provider instead. + expect(value, equals(24.0)); + }); + + testWidgets('sound provide T? inject T', (tester) async { + late double? value; + + final builder = Builder( + builder: (context) { + // Look up a Provider. + value = Provider.of(context, listen: false); + return Container(); + }, + ); + + await tester.pumpWidget( + // Install a Provider. + Provider.value( + value: 24, + child: Provider.value( + value: 42, + child: builder, + ), + ), + ); + + // Provider not found, uses Provider instead. + expect(value, equals(24.0)); + }); + + testWidgets('sound provide T? inject T?', (tester) async { + late double? value; + + final builder = Builder( + builder: (context) { + // Look up a Provider. + value = Provider.of(context, listen: false); + return Container(); + }, + ); + + await tester.pumpWidget( + // Install a Provider. + Provider.value( + value: 24, + child: Provider.value( + value: 42, + child: builder, + ), + ), + ); + + // Provider not found, uses Provider instead. + expect(value, equals(24.0)); + }); + + testWidgets('sound provide null T? inject T', (tester) async { + late double? value; + + final builder = Builder( + builder: (context) { + // Look up a Provider. + value = Provider.of(context, listen: false); + return Container(); + }, + ); + + await tester.pumpWidget( + // Install a Provider. + Provider.value( + value: null, + child: Provider.value( + value: 42, + child: builder, + ), + ), + ); + + // Provider not found, uses Provider instead. + expect(value, equals(24.0)); + }, skip: true /* throws, correctly, TODO: adjust expectation */); + + testWidgets('sound provide null T? inject T?', (tester) async { + late double? value; + + final builder = Builder( + builder: (context) { + // Look up a Provider. + value = Provider.of(context, listen: false); + return Container(); + }, + ); + + await tester.pumpWidget( + // Install a Provider. + Provider.value( + value: null, + child: Provider.value( + value: 42, + child: builder, + ), + ), + ); + + // Provider not found, uses Provider instead. + expect(value, equals(null)); + }); +} diff --git a/ohos/flutter_provider/lib/proxy_provider_test.dart b/ohos/flutter_provider/lib/proxy_provider_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..cfe461d96481053a03d6be974fecd4d788dbb7a2 --- /dev/null +++ b/ohos/flutter_provider/lib/proxy_provider_test.dart @@ -0,0 +1,571 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/widgets.dart'; +import 'package:flutter_test/flutter_test.dart'; +import 'package:mockito/mockito.dart'; +import 'package:provider/provider.dart'; + +import 'common.dart'; + +Finder findProvider() => find.byWidgetPredicate( + // comparing `runtimeType` instead of using `is` because `is` accepts + // subclasses but InheritedWidgets don't. + (widget) => widget.runtimeType == typeOf>()); + +// import 'package:flutter_provider/common/test_page.dart'; +// +// class JKProxyProviderTestPage extends TestPage { +// +// static const String routeName = "/proxy_provider_test"; +// +// JKProxyProviderTestPage(super.title, {super.key}) { +// +// } +// +// } + +void main() { + final a = A(); + final b = B(); + final c = C(); + final d = D(); + final e = E(); + final f = F(); + + final combinedConsumerMock = MockCombinedBuilder(); + setUp(() => when(combinedConsumerMock(any)).thenReturn(Container())); + tearDown(() { + clearInteractions(combinedConsumerMock); + }); + + final mockConsumer = Consumer( + builder: (context, combined, child) => combinedConsumerMock(combined), + ); + + InheritedContext findProxyProvider() => + findInheritedContext(); + + group('ProxyProvider', () { + final combiner = CombinerMock(); + setUp(() { + when(combiner(any, any, any)).thenAnswer((Invocation invocation) { + return Combined( + invocation.positionalArguments.first as BuildContext, + invocation.positionalArguments[2] as Combined?, + invocation.positionalArguments[1] as A, + ); + }); + }); + tearDown(() => clearInteractions(combiner)); + + testWidgets('throws if the provided value is a Listenable/Stream', + (tester) async { + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: a), + ProxyProvider( + update: (_, __, ___) => MyListenable(), + ) + ], + child: TextOf(), + ), + ); + + expect(tester.takeException(), isFlutterError); + + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: a), + ProxyProvider( + update: (_, __, ___) => MyStream(), + ) + ], + child: TextOf(), + ), + ); + + expect(tester.takeException(), isFlutterError); + }); + + testWidgets('debugCheckInvalidValueType can be disabled', (tester) async { + final previous = Provider.debugCheckInvalidValueType; + Provider.debugCheckInvalidValueType = null; + addTearDown(() => Provider.debugCheckInvalidValueType = previous); + + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: a), + ProxyProvider( + update: (_, __, ___) => MyListenable(), + ) + ], + child: TextOf(), + ), + ); + + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: a), + ProxyProvider( + update: (_, __, ___) => MyStream(), + ) + ], + child: TextOf(), + ), + ); + }); + + testWidgets('create creates initial value', (tester) async { + final create = InitialValueBuilderMock(const Combined()); + + when(create(any)).thenReturn(const Combined()); + + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: a), + ProxyProvider( + create: create, + update: combiner, + ) + ], + child: mockConsumer, + ), + ); + + verify(create(argThat(isNotNull))).called(1); + + verify(combiner(argThat(isNotNull), a, const Combined())); + }); + + testWidgets('consume another providers', (tester) async { + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: a), + ProxyProvider( + update: combiner, + ) + ], + child: mockConsumer, + ), + ); + + final context = findProxyProvider(); + + verify(combinedConsumerMock(Combined(context, null, a))).called(1); + verifyNoMoreInteractions(combinedConsumerMock); + + verify(combiner(context, a, null)).called(1); + verifyNoMoreInteractions(combiner); + }); + + testWidgets('rebuild descendants if value change', (tester) async { + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: a), + ProxyProvider( + update: combiner, + ) + ], + child: mockConsumer, + ), + ); + + final a2 = A(); + + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: a2), + ProxyProvider( + update: combiner, + ) + ], + child: mockConsumer, + ), + ); + final context = findProxyProvider(); + + verifyInOrder([ + combiner(context, a, null), + combinedConsumerMock(Combined(context, null, a)), + combiner(context, a2, Combined(context, null, a)), + combinedConsumerMock(Combined(context, Combined(context, null, a), a2)), + ]); + + verifyNoMoreInteractions(combiner); + verifyNoMoreInteractions(combinedConsumerMock); + }); + + testWidgets('call dispose when unmounted with the latest result', + (tester) async { + final dispose = DisposeMock(); + final dispose2 = DisposeMock(); + + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: a), + ProxyProvider(update: combiner, dispose: dispose), + ], + child: mockConsumer, + ), + ); + + final a2 = A(); + + // ProxyProvider creates a new Combined instance + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: a2), + ProxyProvider(update: combiner, dispose: dispose2), + ], + child: mockConsumer, + ), + ); + final context = findProxyProvider(); + + verify( + dispose(context, Combined(context, null, a)), + ); + + await tester.pumpWidget(Container()); + + verify( + dispose2(context, Combined(context, Combined(context, null, a), a2)), + ); + verifyNoMoreInteractions(dispose); + }); + + testWidgets("don't rebuild descendants if value doesn't change", + (tester) async { + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: a), + ProxyProvider( + update: (c, a, p) => combiner(c, a, null), + ) + ], + child: mockConsumer, + ), + ); + + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value( + value: a, + updateShouldNotify: (A _, A __) => true, + ), + ProxyProvider( + update: (c, a, p) { + combiner(c, a, p); + return p!; + }, + ) + ], + child: mockConsumer, + ), + ); + final context = findProxyProvider(); + + verifyInOrder([ + combiner(context, a, null), + combinedConsumerMock(Combined(context, null, a)), + combiner(context, a, Combined(context, null, a)), + ]); + + verifyNoMoreInteractions(combiner); + verifyNoMoreInteractions(combinedConsumerMock); + }); + + testWidgets('pass down updateShouldNotify', (tester) async { + var buildCount = 0; + final child = Builder(builder: (context) { + buildCount++; + + return Text( + '$buildCount ${Provider.of(context)}', + textDirection: TextDirection.ltr, + ); + }); + + final shouldNotify = UpdateShouldNotifyMock(); + when(shouldNotify('Hello', 'Hello')).thenReturn(false); + + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value( + value: 'Hello', updateShouldNotify: (_, __) => true), + ProxyProvider( + update: (_, value, __) => value, + updateShouldNotify: shouldNotify, + ), + ], + child: child, + ), + ); + + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value( + value: 'Hello', updateShouldNotify: (_, __) => true), + ProxyProvider( + update: (_, value, __) => value, + updateShouldNotify: shouldNotify, + ), + ], + child: child, + ), + ); + + verify(shouldNotify('Hello', 'Hello')).called(1); + verifyNoMoreInteractions(shouldNotify); + + expect(find.text('2 Hello'), findsNothing); + expect(find.text('1 Hello'), findsOneWidget); + }); + + testWidgets('works with MultiProvider', (tester) async { + final key = GlobalKey(); + + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: a), + ProxyProvider(update: (c, a, p) => Combined(c, p, a)), + ], + child: Container(key: key), + ), + ); + final context = findProxyProvider(); + + expect( + Provider.of(key.currentContext!, listen: false), + Combined(context, null, a), + ); + }); + + // useful for libraries such as Mobx where events are synchronously + // dispatched + testWidgets( + 'update callback can trigger descendants setState synchronously', + (tester) async { + var statefulBuildCount = 0; + void Function(VoidCallback)? setState; + + final statefulBuilder = StatefulBuilder(builder: (context, s) { + // force update to be called + Provider.of(context, listen: false); + + setState = s; + statefulBuildCount++; + return Container(); + }); + + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: a), + ProxyProvider(update: (c, a, p) => Combined(c, p, a)), + ], + child: statefulBuilder, + ), + ); + + expect( + statefulBuildCount, + 1, + reason: 'update must not be called asynchronously', + ); + + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: A()), + ProxyProvider(update: (c, a, p) { + setState!(() {}); + return Combined(c, p, a); + }), + ], + child: statefulBuilder, + ), + ); + + expect( + statefulBuildCount, + 2, + reason: 'update must not be called asynchronously', + ); + }); + }); + + group('ProxyProvider variants', () { + testWidgets('ProxyProvider2', (tester) async { + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: a), + Provider.value(value: b), + Provider.value(value: c), + Provider.value(value: d), + Provider.value(value: e), + Provider.value(value: f), + ProxyProvider2( + create: (_) => const Combined(), + update: (context, a, b, previous) => + Combined(context, previous, a, b), + ) + ], + child: mockConsumer, + ), + ); + + final context = findProxyProvider(); + + verify( + combinedConsumerMock( + Combined(context, const Combined(), a, b), + ), + ).called(1); + }); + + testWidgets('ProxyProvider3', (tester) async { + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: a), + Provider.value(value: b), + Provider.value(value: c), + Provider.value(value: d), + Provider.value(value: e), + Provider.value(value: f), + ProxyProvider3( + create: (_) => const Combined(), + update: (context, a, b, c, previous) => + Combined(context, previous, a, b, c), + ) + ], + child: mockConsumer, + ), + ); + + final context = findProxyProvider(); + + verify( + combinedConsumerMock( + Combined(context, const Combined(), a, b, c), + ), + ).called(1); + }); + + testWidgets('ProxyProvider4', (tester) async { + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: a), + Provider.value(value: b), + Provider.value(value: c), + Provider.value(value: d), + Provider.value(value: e), + Provider.value(value: f), + ProxyProvider4( + create: (_) => const Combined(), + update: (context, a, b, c, d, previous) => + Combined(context, previous, a, b, c, d), + ) + ], + child: mockConsumer, + ), + ); + + final context = findProxyProvider(); + + verify( + combinedConsumerMock( + Combined(context, const Combined(), a, b, c, d), + ), + ).called(1); + }); + + testWidgets('ProxyProvider5', (tester) async { + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: a), + Provider.value(value: b), + Provider.value(value: c), + Provider.value(value: d), + Provider.value(value: e), + Provider.value(value: f), + ProxyProvider5( + create: (_) => const Combined(), + update: (context, a, b, c, d, e, previous) => + Combined(context, previous, a, b, c, d, e), + ) + ], + child: mockConsumer, + ), + ); + + final context = findProxyProvider(); + + verify( + combinedConsumerMock( + Combined(context, const Combined(), a, b, c, d, e), + ), + ).called(1); + }); + + testWidgets('ProxyProvider6', (tester) async { + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: a), + Provider.value(value: b), + Provider.value(value: c), + Provider.value(value: d), + Provider.value(value: e), + Provider.value(value: f), + ProxyProvider6( + create: (_) => const Combined(), + update: (context, a, b, c, d, e, f, previous) => + Combined(context, previous, a, b, c, d, e, f), + ) + ], + child: mockConsumer, + ), + ); + + final context = findProxyProvider(); + + verify( + combinedConsumerMock( + Combined(context, const Combined(), a, b, c, d, e, f), + ), + ).called(1); + }); + }); +} diff --git a/ohos/flutter_provider/lib/reassemble_test.dart b/ohos/flutter_provider/lib/reassemble_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..91e661b29b1421b5b166f8ef940f1f19d75b5985 --- /dev/null +++ b/ohos/flutter_provider/lib/reassemble_test.dart @@ -0,0 +1,94 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/widgets.dart'; +import 'package:flutter_test/flutter_test.dart'; +import 'package:provider/provider.dart'; + +class _ReassembleHandler extends ReassembleHandler { + bool hasReassemble = false; + + @override + void reassemble() { + hasReassemble = true; + } +} + +// import 'package:flutter_provider/common/test_page.dart'; +// +// class JKReassembleTestPage extends TestPage { +// +// static const String routeName = "/reassemble_test"; +// +// JKReassembleTestPage(super.title, {super.key}) { +// +// } +// +// } + +void main() { + testWidgets('ReassembleHandler', (tester) async { + final provider = _ReassembleHandler(); + + await tester.pumpWidget( + Provider.value( + value: provider, + child: const SizedBox(), + ), + ); + + // ignore: unawaited_futures + tester.binding.reassembleApplication(); + await tester.pump(); + + expect(provider.hasReassemble, equals(true)); + }); + + testWidgets('unevaluated create', (tester) async { + final provider = _ReassembleHandler(); + + await tester.pumpWidget( + Provider( + create: (_) => provider, + child: const SizedBox(), + ), + ); + + // ignore: unawaited_futures + tester.binding.reassembleApplication(); + await tester.pump(); + + expect(provider.hasReassemble, equals(false)); + }); + + testWidgets('unevaluated create', (tester) async { + final provider = _ReassembleHandler(); + + await tester.pumpWidget( + Provider( + create: (_) => provider, + builder: (context, _) { + context.watch<_ReassembleHandler>(); + return Container(); + }, + ), + ); + + // ignore: unawaited_futures + tester.binding.reassembleApplication(); + await tester.pump(); + + expect(provider.hasReassemble, equals(true)); + }); +} diff --git a/ohos/flutter_provider/lib/rt_example.dart b/ohos/flutter_provider/lib/rt_example.dart new file mode 100644 index 0000000000000000000000000000000000000000..1a2e57606c01842a97ec2c464856ce5d30e15652 --- /dev/null +++ b/ohos/flutter_provider/lib/rt_example.dart @@ -0,0 +1,748 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +//import 'package:flutter_provider/common/test_page.dart'; +import 'package:flutter/material.dart'; + +import 'package:flutter/foundation.dart'; +import 'package:provider/provider.dart'; + +import 'package:flutter/widgets.dart'; +import 'package:flutter_test/flutter_test.dart'; +import 'package:provider/provider.dart'; + +import 'change_notifier_provider_test.dart'; + +import 'common.dart'; + +class Counter with ChangeNotifier, DiagnosticableTreeMixin { + int _count = 0; + + int get count => _count; + + void increment() { + print("点击++++ object"); + _count++; + notifyListeners(); + } + + void decrement() { + print("点击---- object"); + _count--; + notifyListeners(); + } + + /// Makes `Counter` readable inside the devtools by listing all of its properties + @override + void debugFillProperties(DiagnosticPropertiesBuilder properties) { + super.debugFillProperties(properties); + properties.add(IntProperty('count', count)); + } +} +class Count extends StatelessWidget { + const Count({Key? key}) : super(key: key); + + @override + Widget build(BuildContext context) { + return Text( + /// Calls `context.watch` to make [Count] rebuild when [Counter] changes. + '${context.watch().count}', + key: const Key('counterState'), + style: Theme.of(context).textTheme.headlineMedium, + ); + } +} + +class JKExampleTestPage extends StatefulWidget { + + static const String routeName = "/example_test"; + String? title = ""; + + JKExampleTestPage({Key ? key}) : super(key: key) {}//; + + @override + _JKExampleTestPageState createState() => _JKExampleTestPageState(); +} +class _JKExampleTestPageState extends State { + + // int anInt = 0; + // String aString = ''; + // List aList = []; + // bool _done = false; + + //Future chainFuture = Future(() => {}); + + String StringIs = ""; + String StringLength = ""; + String CharactersLength = ""; + String TheStringEndWith = ""; + String TheLastCharacter = ""; + String Substring_1 = ""; + String SkippingLastCharacter = ""; + String ChangeFlag = ""; + + void testExample() { + // Allocate and free some native memory with calloc and free. + + + + print('刷新ui'); + setState(() { + // 刷新ui + }); + } + + @override + void initState() { + // TODO: implement initState + super.initState(); + + testExample(); + } + + + @override + Widget build(BuildContext context) { + + print('刷新ui6677'); + + // 1.获取数据 + final args = ModalRoute.of(context)?.settings.arguments; + //widget.title = args as String ?? "66"; + + return Scaffold( + appBar: AppBar( + centerTitle: true, + title: Row( + mainAxisAlignment: MainAxisAlignment.center, + mainAxisSize: MainAxisSize.min, + children: [ + Text(widget.title ?? ""), + ], + ), + leading: IconButton( + icon: Icon(Icons.arrow_back_ios), + onPressed: () { + Navigator.of(context).pop(); + }, + ), + ), + body: SingleChildScrollView( + child: Column( + children: [ + Center( + child: Container( + child: Text(StringIs), + ), + ), + Center( + child: Container( + child: Text(StringLength), + ), + ), + Center( + child: Container( + child: Text(CharactersLength), + ), + ), + Center( + child: Container( + child: Text(TheStringEndWith), + ), + ), + Center( + child: Container( + child: Text(TheLastCharacter), + ), + ), + Center( + child: Container( + child: Text(Substring_1), + ), + ), + Center( + child: Container( + child: Text(SkippingLastCharacter), + ), + ), + Center( + child: Container( + child: Text(ChangeFlag), + ), + ), + Text('You have pushed the button this many times:'), + /// Extracted as a separate widget for performance optimization. + /// As a separate widget, it will rebuild independently from [MyHomePage]. + /// + /// This is totally optional (and rarely needed). + /// Similarly, we could also use [Consumer] or [Selector]. + Count(), + Text(' '), + FloatingActionButton( + key: const Key('increment_floatingActionButton'), + /// Calls `context.read` instead of `context.watch` so that it does not rebuild + /// when [Counter] changes. + onPressed: () => context.read().increment(), + tooltip: 'Increment', + child: const Icon(Icons.add), + ), + Text(' '), + FloatingActionButton( + key: const Key('reduce_floatingActionButton'), + /// Calls `context.read` instead of `context.watch` so that it does not rebuild + /// when [Counter] changes. + onPressed: () => context.read().decrement(), + //onPressed: () => main(), + tooltip: 'Decrement', + child: const Icon(Icons.remove), + ) + ], + ), + ), + ); + } +} + + +void main() { + group('ChangeNotifierProvider', () { + testWidgets('default', (tester) async { + await tester.pumpWidget( + ChangeNotifierProvider( + create: (_) => ValueNotifier(0), + builder: (context, child) { + context.watch>(); + return child!; + }, + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(find.text('child'), findsOneWidget); + }); + + testWidgets('.value', (tester) async { + await tester.pumpWidget( + ChangeNotifierProvider.value( + value: ValueNotifier(0), + builder: (context, child) { + context.watch>(); + return child!; + }, + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(find.text('child'), findsOneWidget); + }); + }); + + group('ListenableProvider', () { + testWidgets('default', (tester) async { + await tester.pumpWidget( + ListenableProvider( + create: (_) => ValueNotifier(0), + builder: (context, child) { + context.watch>(); + return child!; + }, + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(find.text('child'), findsOneWidget); + }); + + testWidgets('.value', (tester) async { + await tester.pumpWidget( + ListenableProvider.value( + value: ValueNotifier(0), + builder: (context, child) { + context.watch>(); + return child!; + }, + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(find.text('child'), findsOneWidget); + }); + }); + + group('Provider', () { + testWidgets('default', (tester) async { + await tester.pumpWidget( + Provider( + create: (_) => 0, + builder: (context, child) { + context.watch(); + return child!; + }, + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(find.text('child'), findsOneWidget); + }); + + testWidgets('.value', (tester) async { + await tester.pumpWidget( + Provider.value( + value: 0, + builder: (context, child) { + context.watch(); + return child!; + }, + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(find.text('child'), findsOneWidget); + }); + }); + + group('ProxyProvider', () { + testWidgets('0', (tester) async { + var buildCount = 0; + await tester.pumpWidget( + MultiProvider( + providers: [ + ProxyProvider0( + update: (_, __) => 0, + builder: (context, child) { + buildCount++; + context.watch(); + return child!; + }, + ), + ], + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(buildCount, 1); + expect(find.text('child'), findsOneWidget); + }); + + testWidgets('1', (tester) async { + var buildCount = 0; + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: ''), + ProxyProvider( + update: (_, __, ___) => 0, + builder: (context, child) { + buildCount++; + context.watch(); + return child!; + }, + ), + ], + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(buildCount, 1); + expect(find.text('child'), findsOneWidget); + }); + + testWidgets('2', (tester) async { + var buildCount = 0; + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: ''), + Provider.value(value: 0), + ProxyProvider2( + update: (a, b, c, d) => 0, + builder: (context, child) { + buildCount++; + context.watch(); + return child!; + }, + ), + ], + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(buildCount, 1); + expect(find.text('child'), findsOneWidget); + }); + + testWidgets('3', (tester) async { + var buildCount = 0; + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: ''), + Provider.value(value: 0), + Provider.value(value: A()), + ProxyProvider3( + update: (a, b, c, d, e) => 0, + builder: (context, child) { + buildCount++; + context.watch(); + return child!; + }, + ), + ], + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(buildCount, 1); + expect(find.text('child'), findsOneWidget); + }); + + testWidgets('4', (tester) async { + var buildCount = 0; + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: ''), + Provider.value(value: 0), + Provider.value(value: A()), + Provider.value(value: B()), + ProxyProvider4( + update: (a, b, c, d, e, f) => 0, + builder: (context, child) { + buildCount++; + context.watch(); + return child!; + }, + ), + ], + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(buildCount, 1); + expect(find.text('child'), findsOneWidget); + }); + + testWidgets('5', (tester) async { + var buildCount = 0; + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: ''), + Provider.value(value: 0), + Provider.value(value: A()), + Provider.value(value: B()), + Provider.value(value: C()), + ProxyProvider5( + update: (a, b, c, d, e, f, g) => 0, + builder: (context, child) { + buildCount++; + context.watch(); + return child!; + }, + ), + ], + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(buildCount, 1); + expect(find.text('child'), findsOneWidget); + }); + + testWidgets('6', (tester) async { + var buildCount = 0; + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: ''), + Provider.value(value: 0), + Provider.value(value: A()), + Provider.value(value: B()), + Provider.value(value: C()), + Provider.value(value: D()), + ProxyProvider6( + update: (a, b, c, d, e, f, g, h) => 0, + builder: (context, child) { + buildCount++; + context.watch(); + return child!; + }, + ), + ], + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(buildCount, 1); + expect(find.text('child'), findsOneWidget); + }); + }); + + group('MultiProvider', () { + testWidgets('with 1 ChangeNotifierProvider default', (tester) async { + await tester.pumpWidget( + MultiProvider( + providers: [ + ChangeNotifierProvider( + create: (_) => ValueNotifier(0), + ), + ], + builder: (context, child) { + context.watch>(); + return child!; + }, + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(find.text('child'), findsOneWidget); + }); + + testWidgets('with 2 ChangeNotifierProvider default', (tester) async { + await tester.pumpWidget( + MultiProvider( + providers: [ + ChangeNotifierProvider( + create: (_) => ValueNotifier(0), + ), + ChangeNotifierProvider( + create: (_) => ValueNotifier('string'), + ), + ], + builder: (context, child) { + context.watch>(); + context.watch>(); + return child!; + }, + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(find.text('child'), findsOneWidget); + }); + + testWidgets('with ListenableProvider default', (tester) async { + await tester.pumpWidget( + MultiProvider( + providers: [ + ListenableProvider( + create: (_) => ValueNotifier(0), + ), + ], + builder: (context, child) { + context.watch>(); + return child!; + }, + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(find.text('child'), findsOneWidget); + }); + + testWidgets('with Provider default', (tester) async { + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider( + create: (_) => 0, + ), + ], + builder: (context, child) { + context.watch(); + return child!; + }, + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(find.text('child'), findsOneWidget); + }); + + testWidgets('with ProxyProvider0', (tester) async { + var buildCount = 0; + await tester.pumpWidget( + MultiProvider( + providers: [ + ProxyProvider0( + update: (_, __) => 0, + ), + ], + builder: (context, child) { + buildCount++; + context.watch(); + return child!; + }, + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(buildCount, 1); + expect(find.text('child'), findsOneWidget); + }); + + testWidgets('with ProxyProvider1', (tester) async { + var buildCount = 0; + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: ''), + ProxyProvider( + update: (_, __, ___) => 0, + ), + ], + builder: (context, child) { + buildCount++; + context.watch(); + return child!; + }, + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(buildCount, 1); + expect(find.text('child'), findsOneWidget); + }); + + testWidgets('with ProxyProvider2', (tester) async { + var buildCount = 0; + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: ''), + Provider.value(value: 0), + ProxyProvider2( + update: (a, b, c, d) => 0, + ), + ], + builder: (context, child) { + buildCount++; + context.watch(); + return child!; + }, + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(buildCount, 1); + expect(find.text('child'), findsOneWidget); + }); + + testWidgets('with ProxyProvider3', (tester) async { + var buildCount = 0; + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: ''), + Provider.value(value: 0), + Provider.value(value: A()), + ProxyProvider3( + update: (a, b, c, d, e) => 0, + ), + ], + builder: (context, child) { + buildCount++; + context.watch(); + return child!; + }, + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(buildCount, 1); + expect(find.text('child'), findsOneWidget); + }); + + testWidgets('with ProxyProvider4', (tester) async { + var buildCount = 0; + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: ''), + Provider.value(value: 0), + Provider.value(value: A()), + Provider.value(value: B()), + ProxyProvider4( + update: (a, b, c, d, e, f) => 0, + ), + ], + builder: (context, child) { + buildCount++; + context.watch(); + return child!; + }, + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(buildCount, 1); + expect(find.text('child'), findsOneWidget); + }); + + testWidgets('with ProxyProvider5', (tester) async { + var buildCount = 0; + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: ''), + Provider.value(value: 0), + Provider.value(value: A()), + Provider.value(value: B()), + Provider.value(value: C()), + ProxyProvider5( + update: (a, b, c, d, e, f, g) => 0, + ), + ], + builder: (context, child) { + buildCount++; + context.watch(); + return child!; + }, + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(buildCount, 1); + expect(find.text('child'), findsOneWidget); + }); + + testWidgets('with ProxyProvider6', (tester) async { + var buildCount = 0; + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: ''), + Provider.value(value: 0), + Provider.value(value: A()), + Provider.value(value: B()), + Provider.value(value: C()), + Provider.value(value: D()), + ProxyProvider6( + update: (a, b, c, d, e, f, g, h) => 0, + ), + ], + builder: (context, child) { + buildCount++; + context.watch(); + return child!; + }, + child: const Text('child', textDirection: TextDirection.ltr), + ), + ); + + expect(buildCount, 1); + expect(find.text('child'), findsOneWidget); + }); + }); +} \ No newline at end of file diff --git a/ohos/flutter_provider/lib/selector_test.dart b/ohos/flutter_provider/lib/selector_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..08f767c02084c44214d5b21387f1acf35c073e3c --- /dev/null +++ b/ohos/flutter_provider/lib/selector_test.dart @@ -0,0 +1,552 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/foundation.dart'; +import 'package:flutter/material.dart'; +import 'package:flutter_test/flutter_test.dart'; +import 'package:mockito/mockito.dart' as mockito show when; +import 'package:mockito/mockito.dart'; +import 'package:provider/provider.dart'; +import 'package:provider/single_child_widget.dart'; + +void mockImplementation(dynamic Function() when, T mock) { + mockito.when(when()).thenAnswer((invo) { + return Function.apply(mock, invo.positionalArguments, invo.namedArguments); + }); +} + +// import 'package:flutter_provider/common/test_page.dart'; +// +// class JKSelectorTestPage extends TestPage { +// +// static const String routeName = "/selector_test"; +// +// JKSelectorTestPage(super.title, {super.key}) { +// +// } +// +// } + +void main() { + final selector = MockSelector(-1); + final builder = MockBuilder(); + + tearDown(() { + clearInteractions(builder); + clearInteractions(selector); + }); + + void mockBuilder(ValueWidgetBuilder implementation) { + mockImplementation(() => builder(any, any, any), implementation); + } + + testWidgets('Deep compare maps by default', (tester) async { + var value = {}; + final builder = MockBuilder>(); + when(builder(any, any, any)).thenReturn(Container()); + + final selector = Selector0>( + selector: (_) => value, + builder: builder, + ); + await tester.pumpWidget(selector); + + verify(builder(argThat(isNotNull), value, null)).called(1); + verifyNoMoreInteractions(builder); + + final element = tester.element(find.byWidget(selector)); + + value = {0: 0, 1: 1}; + element.markNeedsBuild(); + await tester.pump(); + + verify(builder(argThat(isNotNull), value, null)).called(1); + verifyNoMoreInteractions(builder); + + value = {0: 0, 1: 1}; + element.markNeedsBuild(); + await tester.pump(); + + verifyNoMoreInteractions(builder); + }); + + testWidgets('Deep compare iterables by default', (tester) async { + var value = [].whereType(); + final builder = MockBuilder>(); + when(builder(any, any, any)).thenReturn(Container()); + + final selector = Selector0>( + selector: (_) => value, + builder: builder, + ); + await tester.pumpWidget(selector); + + verify(builder(argThat(isNotNull), value, null)).called(1); + verifyNoMoreInteractions(builder); + + final element = tester.element(find.byWidget(selector)); + + value = [1, 2].whereType(); + element.markNeedsBuild(); + await tester.pump(); + + verify(builder(argThat(isNotNull), value, null)).called(1); + verifyNoMoreInteractions(builder); + + value = [1, 2].whereType(); + element.markNeedsBuild(); + await tester.pump(); + + verifyNoMoreInteractions(builder); + }); + + testWidgets('Deep compare sets by default', (tester) async { + var value = {}; + final builder = MockBuilder>(); + when(builder(any, any, any)).thenReturn(Container()); + + final selector = Selector0>( + selector: (_) => value, + builder: builder, + ); + await tester.pumpWidget(selector); + + verify(builder(argThat(isNotNull), value, null)).called(1); + verifyNoMoreInteractions(builder); + + final element = tester.element(find.byWidget(selector)); + + value = {1, 2}; + element.markNeedsBuild(); + await tester.pump(); + + verify(builder(argThat(isNotNull), value, null)).called(1); + verifyNoMoreInteractions(builder); + + value = {1, 2}; + element.markNeedsBuild(); + await tester.pump(); + + verifyNoMoreInteractions(builder); + }); + + testWidgets('Deep compare lists by default', (tester) async { + var value = []; + final builder = MockBuilder>(); + when(builder(any, any, any)).thenReturn(Container()); + + final selector = Selector0>( + selector: (_) => value, + builder: builder, + ); + await tester.pumpWidget(selector); + + verify(builder(argThat(isNotNull), value, null)).called(1); + verifyNoMoreInteractions(builder); + + final element = tester.element(find.byWidget(selector)); + + value = [1, 2]; + element.markNeedsBuild(); + await tester.pump(); + + verify(builder(argThat(isNotNull), value, null)).called(1); + verifyNoMoreInteractions(builder); + + value = [1, 2]; + element.markNeedsBuild(); + await tester.pump(); + + verifyNoMoreInteractions(builder); + }); + + testWidgets('custom shouldRebuid', (tester) async { + var value = 0; + var shouldRebuild = true; + final mockShouldRebuild = MockShouldRebuild(); + when(mockShouldRebuild(any, any)).thenAnswer((_) => shouldRebuild); + + final builder = MockBuilder(); + when(builder(any, any, any)).thenReturn(Container()); + + final selector = Selector0( + selector: (_) => value, + shouldRebuild: mockShouldRebuild, + builder: builder, + ); + await tester.pumpWidget(selector); + + verifyZeroInteractions(mockShouldRebuild); + verify(builder(argThat(isNotNull), 0, null)).called(1); + verifyNoMoreInteractions(builder); + + final element = tester.element(find.byWidget(selector)); + + value = 1; + element.markNeedsBuild(); + await tester.pump(); + + verify(mockShouldRebuild(0, 1)).called(1); + verifyNoMoreInteractions(mockShouldRebuild); + verify(builder(argThat(isNotNull), 1, null)).called(1); + verifyNoMoreInteractions(builder); + + shouldRebuild = false; + value = 2; + element.markNeedsBuild(); + await tester.pump(); + + verify(mockShouldRebuild(1, 2)).called(1); + verifyNoMoreInteractions(mockShouldRebuild); + verifyNoMoreInteractions(builder); + }); + + testWidgets('passes `child` and `key`', (tester) async { + final key = GlobalKey(); + await tester.pumpWidget( + Selector0( + key: key, + selector: (_) {}, + builder: (_, __, child) => child!, + child: const Text('42', textDirection: TextDirection.ltr), + ), + ); + + expect(key.currentContext, isNotNull); + + expect(find.text('42'), findsOneWidget); + }); + + testWidgets('calls builder if the callback changes', (tester) async { + await tester.pumpWidget( + Selector0( + selector: (_) => 42, + builder: (_, __, ___) => + const Text('foo', textDirection: TextDirection.ltr), + ), + ); + + expect(find.text('foo'), findsOneWidget); + + await tester.pumpWidget( + Selector0( + selector: (_) => 42, + builder: (_, __, ___) => + const Text('bar', textDirection: TextDirection.ltr), + ), + ); + + expect(find.text('bar'), findsOneWidget); + }); + + testWidgets('works with MultiProvider', (tester) async { + final key = GlobalKey(); + int selector(BuildContext _) => 42; + Widget builder(BuildContext _, int __, Widget? child) => child!; + const child = Text('foo', textDirection: TextDirection.ltr); + + await tester.pumpWidget( + MultiProvider( + providers: [ + Selector0( + key: key, + selector: selector, + builder: builder, + ), + ], + child: child, + ), + ); + + final widget = tester.widget( + find.byWidgetPredicate((w) => w is Selector0), + ) as Selector0; + + expect(find.text('foo'), findsOneWidget); + expect(widget.key, key); + expect( + widget.selector, + equals(selector), + ); + expect( + widget.builder, + equals(builder), + ); + }); + + testWidgets( + "don't call builder again if it rebuilds " + 'but selector returns the same thing', (tester) async { + when(selector(any)).thenReturn(42); + + mockBuilder((_, value, ___) { + return Text(value.toString(), textDirection: TextDirection.ltr); + }); + + await tester.pumpWidget( + Selector0( + selector: selector, + builder: builder, + ), + ); + + verify(selector(argThat(isNotNull))).called(1); + verifyNoMoreInteractions(selector); + + verify(builder(argThat(isNotNull), 42, null)).called(1); + verifyNoMoreInteractions(selector); + + expect(find.text('42'), findsOneWidget); + + tester + .element(find.byWidgetPredicate((w) => w is Selector0)) + .markNeedsBuild(); + + await tester.pump(); + + verify(selector(argThat(isNotNull))).called(1); + verifyNoMoreInteractions(builder); + verifyNoMoreInteractions(selector); + expect(find.text('42'), findsOneWidget); + }); + + testWidgets( + 'call builder again if it rebuilds ' + 'abd selector returns the a different variable', (tester) async { + when(selector(any)).thenReturn(42); + + mockBuilder((_, value, ___) { + return Text(value.toString(), textDirection: TextDirection.ltr); + }); + + await tester.pumpWidget( + Selector0( + selector: selector, + builder: builder, + ), + ); + + verify(selector(argThat(isNotNull))).called(1); + verifyNoMoreInteractions(selector); + + verify(builder(argThat(isNotNull), 42, null)).called(1); + verifyNoMoreInteractions(selector); + + expect(find.text('42'), findsOneWidget); + + tester + .element(find.byWidgetPredicate((w) => w is Selector0)) + .markNeedsBuild(); + + when(selector(any)).thenReturn(24); + + await tester.pump(); + + verify(selector(argThat(isNotNull))).called(1); + verify(builder(argThat(isNotNull), 24, null)).called(1); + verifyNoMoreInteractions(selector); + verifyNoMoreInteractions(builder); + expect(find.text('24'), findsOneWidget); + }); + + testWidgets('debugFillProperties', (tester) async { + final builder = DiagnosticPropertiesBuilder(); + final key = UniqueKey(); + final selector = Selector0( + key: key, + selector: (_) => 0, + builder: (_, __, ___) => const SizedBox(), + ); + + await tester.pumpWidget(selector); + + final element = tester.element(find.byKey(key)) as StatefulElement; + final selectorState = element.state as SingleChildState>; + selectorState.debugFillProperties(builder); + final description = builder.properties + .where( + (DiagnosticsNode node) => !node.isFiltered(DiagnosticLevel.info), + ) + .map((DiagnosticsNode node) => node.toString()) + .toList(); + expect(description, ['value: 0']); + }); + + testWidgets('Selector', (tester) async { + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: A()), + ], + child: Selector( + selector: (_, a) => '$a', + builder: (_, value, __) => + Text(value, textDirection: TextDirection.ltr), + ), + ), + ); + + expect(find.text('A'), findsOneWidget); + }); + + testWidgets('Selector2', (tester) async { + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: A()), + Provider.value(value: B()), + ], + child: Selector2( + selector: (_, a, b) => '$a $b', + builder: (_, value, __) => + Text(value, textDirection: TextDirection.ltr), + ), + ), + ); + + expect(find.text('A B'), findsOneWidget); + }); + + testWidgets('Selector3', (tester) async { + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: A()), + Provider.value(value: B()), + Provider.value(value: C()), + ], + child: Selector3( + selector: (_, a, b, c) => '$a $b $c', + builder: (_, value, __) => + Text(value, textDirection: TextDirection.ltr), + ), + ), + ); + + expect(find.text('A B C'), findsOneWidget); + }); + + testWidgets('Selector4', (tester) async { + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: A()), + Provider.value(value: B()), + Provider.value(value: C()), + Provider.value(value: D()), + ], + child: Selector4( + selector: (_, a, b, c, d) => '$a $b $c $d', + builder: (_, value, __) => + Text(value, textDirection: TextDirection.ltr), + ), + ), + ); + + expect(find.text('A B C D'), findsOneWidget); + }); + + testWidgets('Selector5', (tester) async { + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: A()), + Provider.value(value: B()), + Provider.value(value: C()), + Provider.value(value: D()), + Provider.value(value: E()), + ], + child: Selector5( + selector: (_, a, b, c, d, e) => '$a $b $c $d $e', + builder: (_, value, __) => + Text(value, textDirection: TextDirection.ltr), + ), + ), + ); + + expect(find.text('A B C D E'), findsOneWidget); + }); + + testWidgets('Selector6', (tester) async { + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider.value(value: A()), + Provider.value(value: B()), + Provider.value(value: C()), + Provider.value(value: D()), + Provider.value(value: E()), + Provider.value(value: F()), + ], + child: Selector6( + selector: (_, a, b, c, d, e, f) => '$a $b $c $d $e $f', + builder: (_, value, __) => + Text(value, textDirection: TextDirection.ltr), + ), + ), + ); + + expect(find.text('A B C D E F'), findsOneWidget); + }); +} + +mixin _ToString { + @override + String toString() { + return runtimeType.toString(); + } +} + +class A with _ToString {} + +class B with _ToString {} + +class C with _ToString {} + +class D with _ToString {} + +class E with _ToString {} + +class F with _ToString {} + +class MockSelector extends Mock { + MockSelector(this._fallback); + + final T _fallback; + + T call(BuildContext? context) { + return super.noSuchMethod( + Invocation.method(#call, [context]), + returnValue: _fallback, + ) as T; + } +} + +class MockShouldRebuild extends Mock { + bool call(T? prev, T? next) { + return super.noSuchMethod( + Invocation.method(#call, [prev, next]), + returnValue: false, + ) as bool; + } +} + +class MockBuilder extends Mock { + Widget call(BuildContext? context, T? value, Widget? child) { + return super.noSuchMethod( + Invocation.method(#call, [context, value, child]), + returnValue: Container(), + ) as Widget; + } +} diff --git a/ohos/flutter_provider/lib/stateful_provider_test.dart b/ohos/flutter_provider/lib/stateful_provider_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..6e0a2649f4395eeb9f8dd67d4fac7f95739af7d7 --- /dev/null +++ b/ohos/flutter_provider/lib/stateful_provider_test.dart @@ -0,0 +1,94 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/widgets.dart'; +import 'package:flutter_test/flutter_test.dart'; +import 'package:mockito/mockito.dart'; +import 'package:provider/provider.dart'; +import 'package:provider/src/provider.dart'; + +import 'common.dart'; + +class ValueBuilder extends Mock { + int? call(BuildContext? context); +} + +class Dispose extends Mock { + void call(BuildContext context, int value); +} + +// import 'package:flutter_provider/common/test_page.dart'; +// +// class JKStatefulProviderTestPage extends TestPage { +// +// static const String routeName = "/statefull_provider_test"; +// +// JKStatefulProviderTestPage(super.title, {super.key}) { +// +// } +// +// } + +void main() { + testWidgets('works with MultiProvider', (tester) async { + await tester.pumpWidget( + MultiProvider( + providers: [ + Provider( + create: (_) => 42, + ), + ], + child: TextOf(), + ), + ); + + expect(find.text('42'), findsOneWidget); + }); + + testWidgets('calls create only once', (tester) async { + final create = ValueBuilder(); + + await tester.pumpWidget(Provider( + create: create, + child: TextOf(), + )); + + await tester.pumpWidget(Provider( + create: create, + child: TextOf(), + )); + + await tester.pumpWidget(Container()); + + verify(create(any)).called(1); + }); + + testWidgets('dispose', (tester) async { + final dispose = Dispose(); + + await tester.pumpWidget( + Provider( + create: (_) => 42, + dispose: dispose, + child: TextOf(), + ), + ); + + final context = findInheritedContext(); + + verifyZeroInteractions(dispose); + await tester.pumpWidget(Container()); + verify(dispose(context, 42)).called(1); + }); +} diff --git a/ohos/flutter_provider/lib/stream_provider_test.dart b/ohos/flutter_provider/lib/stream_provider_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..d45b165adedd8cda4ce3f848b81e32e8076f5f0b --- /dev/null +++ b/ohos/flutter_provider/lib/stream_provider_test.dart @@ -0,0 +1,221 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:async'; + +import 'package:flutter/widgets.dart'; +import 'package:flutter_test/flutter_test.dart'; +import 'package:mockito/mockito.dart'; +import 'package:provider/provider.dart'; + +import 'common.dart'; + +class ErrorBuilderMock extends Mock { + ErrorBuilderMock(this.fallback); + + final T fallback; + + T call(BuildContext? context, Object? error) { + return super.noSuchMethod( + Invocation.method(#call, [context, error]), + returnValue: fallback, + returnValueForMissingStub: fallback, + ) as T; + } +} + +// import 'package:flutter_provider/common/test_page.dart'; +// +// class JKStreamProviderTestPage extends TestPage { +// +// static const String routeName = "/stream_provider_test"; +// +// JKStreamProviderTestPage(super.title, {super.key}) { +// +// } +// +// } + +void main() { + testWidgets('works with MultiProvider', (tester) async { + await tester.pumpWidget( + MultiProvider( + providers: [ + StreamProvider( + initialData: 0, + create: (_) => Stream.value(42), + ), + ], + child: TextOf(), + ), + ); + + expect(find.text('0'), findsOneWidget); + + await Future.microtask(tester.pump); + + expect(find.text('42'), findsOneWidget); + }); + + testWidgets( + 'transition from stream to stream preserve state', + (tester) async { + final controller = StreamController(sync: true); + final controller2 = StreamController(sync: true); + + await tester.pumpWidget( + StreamProvider.value( + initialData: 0, + value: controller.stream, + child: TextOf(), + ), + ); + + expect(find.text('0'), findsOneWidget); + + controller.add(1); + + await tester.pump(); + + expect(find.text('1'), findsOneWidget); + + await tester.pumpWidget( + StreamProvider.value( + initialData: 0, + value: controller2.stream, + child: TextOf(), + ), + ); + + expect(find.text('1'), findsOneWidget); + + controller.add(0); + await tester.pump(); + + expect(find.text('1'), findsOneWidget); + + controller2.add(2); + await tester.pump(); + + expect(find.text('2'), findsOneWidget); + + await tester.pump(); + // ignore: unawaited_futures + controller.close(); + // ignore: unawaited_futures + controller2.close(); + }, + ); + testWidgets('throws if stream has error and catchError is missing', + (tester) async { + final controller = StreamController(); + + await tester.pumpWidget( + StreamProvider.value( + initialData: -1, + value: controller.stream, + child: TextOf(), + ), + ); + + controller.addError(42); + await Future.microtask(tester.pump); + + final dynamic exception = tester.takeException(); + expect(exception, isFlutterError); + expect(exception.toString(), equals(''' +An exception was throw by _ControllerStream listened by +StreamProvider, but no `catchError` was provided. + +Exception: +42 +''')); + + // ignore: unawaited_futures + controller.close(); + }); + + testWidgets('calls catchError if present and stream has error', + (tester) async { + final controller = StreamController(sync: true); + final catchError = ErrorBuilderMock(0); + when(catchError(any, 42)).thenReturn(42); + + await tester.pumpWidget( + StreamProvider.value( + initialData: -1, + value: controller.stream, + catchError: catchError, + child: TextOf(), + ), + ); + + expect(find.text('-1'), findsOneWidget); + + controller.addError(42); + + await Future.microtask(tester.pump); + + expect(find.text('42'), findsOneWidget); + verify(catchError(argThat(isNotNull), 42)).called(1); + verifyNoMoreInteractions(catchError); + + // ignore: unawaited_futures + controller.close(); + }); + + testWidgets('works with null', (tester) async { + await tester.pumpWidget( + StreamProvider.value( + initialData: 42, + value: null, + child: TextOf(), + ), + ); + + expect(find.text('42'), findsOneWidget); + + await tester.pumpWidget(Container()); + }); + + group('StreamProvider()', () { + testWidgets('create and dispose stream with builder', (tester) async { + final stream = StreamMock(); + final sub = StreamSubscriptionMock(); + when(stream.listen(any, onError: anyNamed('onError'))).thenReturn(sub); + + final builder = InitialValueBuilderMock(stream); + + await tester.pumpWidget( + StreamProvider( + initialData: -1, + create: builder, + child: TextOf(), + ), + ); + + verify(builder(argThat(isNotNull))).called(1); + + verify(stream.listen(any, onError: anyNamed('onError'))).called(1); + verifyNoMoreInteractions(stream); + + await tester.pumpWidget(Container()); + + verifyNoMoreInteractions(builder); + verify(sub.cancel()).called(1); + verifyNoMoreInteractions(sub); + verifyNoMoreInteractions(stream); + }); + }); +} diff --git a/ohos/flutter_provider/lib/value_listenable_test.dart b/ohos/flutter_provider/lib/value_listenable_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..64dca60f9614d9758a35f58dcafc5c0218c30d26 --- /dev/null +++ b/ohos/flutter_provider/lib/value_listenable_test.dart @@ -0,0 +1,181 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/foundation.dart'; +import 'package:flutter/widgets.dart'; +import 'package:flutter_test/flutter_test.dart'; +import 'package:mockito/mockito.dart'; +import 'package:provider/provider.dart'; + +import 'common.dart'; + +class ValueNotifierMock extends Mock implements ValueNotifier { + ValueNotifierMock(this.fallbackValue); + + final T fallbackValue; + + @override + T get value => super.noSuchMethod( + Invocation.getter(#value), + returnValue: fallbackValue, + returnValueForMissingStub: fallbackValue, + ) as T; + + @override + void addListener(VoidCallback? listener) { + super.noSuchMethod( + Invocation.method(#addListener, [listener]), + ); + } + + @override + void removeListener(VoidCallback? listener) { + super.noSuchMethod( + Invocation.method(#removeListener, [listener]), + ); + } +} + +// import 'package:flutter_provider/common/test_page.dart'; +// +// class JKValueListenableTestPage extends TestPage { +// +// static const String routeName = "/value_listenable_test"; +// +// JKValueListenableTestPage(super.title, {super.key}) { +// +// } +// +// } + +void main() { + group('valueListenableProvider', () { + testWidgets('rebuilds when value change', (tester) async { + final listenable = ValueNotifier(0); + + final child = Builder( + builder: (context) => Text(Provider.of(context).toString(), + textDirection: TextDirection.ltr)); + + await tester.pumpWidget( + ValueListenableProvider.value( + value: listenable, + child: child, + ), + ); + + expect(find.text('0'), findsOneWidget); + listenable.value++; + await tester.pump(); + expect(find.text('1'), findsOneWidget); + }); + + testWidgets("don't rebuild dependents by default", (tester) async { + var buildCount = 0; + final listenable = ValueNotifier(0); + final child = Builder(builder: (context) { + buildCount++; + return Container(); + }); + + await tester.pumpWidget( + ValueListenableProvider.value( + value: listenable, + child: child, + ), + ); + + expect(buildCount, 1); + + await tester.pumpWidget( + ValueListenableProvider.value( + value: listenable, + child: child, + ), + ); + + expect(buildCount, 1); + }); + + testWidgets('pass keys', (tester) async { + final key = GlobalKey(); + await tester.pumpWidget( + ValueListenableProvider.value( + key: key, + value: ValueNotifier(42), + child: Container(), + ), + ); + + expect(key.currentWidget, isInstanceOf>()); + }); + + testWidgets("don't listen again if Value instance doesn't change", + (tester) async { + final valueNotifier = ValueNotifierMock(0); + await tester.pumpWidget( + ValueListenableProvider.value( + value: valueNotifier, + child: TextOf(), + ), + ); + await tester.pumpWidget( + ValueListenableProvider.value( + value: valueNotifier, + child: TextOf(), + ), + ); + + verify(valueNotifier.addListener(any)).called(1); + verify(valueNotifier.value); + verifyNoMoreInteractions(valueNotifier); + }); + + testWidgets('pass updateShouldNotify', (tester) async { + final shouldNotify = UpdateShouldNotifyMock(); + when(shouldNotify(0, 1)).thenReturn(true); + + final notifier = ValueNotifier(0); + await tester.pumpWidget( + ValueListenableProvider.value( + value: notifier, + updateShouldNotify: shouldNotify, + child: TextOf(), + ), + ); + + verifyZeroInteractions(shouldNotify); + + notifier.value++; + await tester.pump(); + + verify(shouldNotify(0, 1)).called(1); + verifyNoMoreInteractions(shouldNotify); + }); + + test('has correct debugFillProperties', () { + final builder = DiagnosticPropertiesBuilder(); + final notifier = ValueNotifier(0); + ValueListenableProvider.value(value: notifier, child: const SizedBox()) + .debugFillProperties(builder); + final description = builder.properties + .where( + (DiagnosticsNode node) => !node.isFiltered(DiagnosticLevel.info), + ) + .map((DiagnosticsNode node) => node.toString()) + .toList(); + expect(description, ['value: 0']); + }); + }); +} diff --git a/ohos/flutter_provider/ohos/.gitignore b/ohos/flutter_provider/ohos/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..fbabf771011fe78f9919db0b1195ab6cadffc2b0 --- /dev/null +++ b/ohos/flutter_provider/ohos/.gitignore @@ -0,0 +1,11 @@ +/node_modules +/oh_modules +/local.properties +/.idea +**/build +/.hvigor +.cxx +/.clangd +/.clang-format +/.clang-tidy +**/.test \ No newline at end of file diff --git a/ohos/flutter_provider/ohos/AppScope/app.json5 b/ohos/flutter_provider/ohos/AppScope/app.json5 new file mode 100644 index 0000000000000000000000000000000000000000..b46cff017ef35e9634970b33d5bb168f0b347abd --- /dev/null +++ b/ohos/flutter_provider/ohos/AppScope/app.json5 @@ -0,0 +1,24 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "app": { + "bundleName": "com.example.flutter_provider", + "vendor": "example", + "versionCode": 1000000, + "versionName": "1.0.0", + "icon": "$media:app_icon", + "label": "$string:app_name" + } +} diff --git a/ohos/flutter_provider/ohos/AppScope/resources/base/element/string.json b/ohos/flutter_provider/ohos/AppScope/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..e98c65e9aa8d71aabd2960504c685f52a89ac584 --- /dev/null +++ b/ohos/flutter_provider/ohos/AppScope/resources/base/element/string.json @@ -0,0 +1,8 @@ +{ + "string": [ + { + "name": "app_name", + "value": "flutter_provider" + } + ] +} diff --git a/ohos/flutter_provider/ohos/AppScope/resources/base/media/app_icon.png b/ohos/flutter_provider/ohos/AppScope/resources/base/media/app_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_provider/ohos/AppScope/resources/base/media/app_icon.png differ diff --git a/ohos/flutter_provider/ohos/build-profile.json5 b/ohos/flutter_provider/ohos/build-profile.json5 new file mode 100644 index 0000000000000000000000000000000000000000..90f062064c4316a150e819d08c903325766ef8c3 --- /dev/null +++ b/ohos/flutter_provider/ohos/build-profile.json5 @@ -0,0 +1,44 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "app": { + "signingConfigs": [ + ], + "products": [ + { + "name": "default", + "signingConfig": "default", + "compileSdkVersion": "4.0.0(10)", + "compatibleSdkVersion": "4.0.0(10)", + "runtimeOS": "HarmonyOS", + } + ] + }, + "modules": [ + { + "name": "entry", + "srcPath": "./entry", + "targets": [ + { + "name": "default", + "applyToProducts": [ + "default" + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_provider/ohos/dependencies/hvigor-3.0.9-s.tgz b/ohos/flutter_provider/ohos/dependencies/hvigor-3.0.9-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..65b0d24f94d2aecc1099f8f8220beec695bfb779 Binary files /dev/null and b/ohos/flutter_provider/ohos/dependencies/hvigor-3.0.9-s.tgz differ diff --git a/ohos/flutter_provider/ohos/dependencies/hvigor-ohos-arkui-x-plugin-2.1.7-s.tgz b/ohos/flutter_provider/ohos/dependencies/hvigor-ohos-arkui-x-plugin-2.1.7-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..233a449cbfef6be702d861744254dd89ce633fb7 Binary files /dev/null and b/ohos/flutter_provider/ohos/dependencies/hvigor-ohos-arkui-x-plugin-2.1.7-s.tgz differ diff --git a/ohos/flutter_provider/ohos/dependencies/hvigor-ohos-plugin-3.0.9-s.tgz b/ohos/flutter_provider/ohos/dependencies/hvigor-ohos-plugin-3.0.9-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..e2e499e18dfcd05e1e275579d11697640eb80323 Binary files /dev/null and b/ohos/flutter_provider/ohos/dependencies/hvigor-ohos-plugin-3.0.9-s.tgz differ diff --git a/ohos/flutter_provider/ohos/dependencies/rollup.tgz b/ohos/flutter_provider/ohos/dependencies/rollup.tgz new file mode 100644 index 0000000000000000000000000000000000000000..b224a37a5f69fd22f58c7a28151742eafe7e6317 Binary files /dev/null and b/ohos/flutter_provider/ohos/dependencies/rollup.tgz differ diff --git a/ohos/flutter_provider/ohos/dta/icudtl.dat b/ohos/flutter_provider/ohos/dta/icudtl.dat new file mode 100644 index 0000000000000000000000000000000000000000..d1f10917ab52e3ebd251abd7f5377d7196b80d67 Binary files /dev/null and b/ohos/flutter_provider/ohos/dta/icudtl.dat differ diff --git a/ohos/flutter_provider/ohos/entry/.gitignore b/ohos/flutter_provider/ohos/entry/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..2795a1c5b1fe53659dd1b71d90ba0592eaf7e043 --- /dev/null +++ b/ohos/flutter_provider/ohos/entry/.gitignore @@ -0,0 +1,7 @@ + +/node_modules +/oh_modules +/.preview +/build +/.cxx +/.test \ No newline at end of file diff --git a/ohos/flutter_provider/ohos/entry/build-profile.json5 b/ohos/flutter_provider/ohos/entry/build-profile.json5 new file mode 100644 index 0000000000000000000000000000000000000000..633d360fbc91a3186a23b66ab71b27e5618944cb --- /dev/null +++ b/ohos/flutter_provider/ohos/entry/build-profile.json5 @@ -0,0 +1,29 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "apiType": 'stageMode', + "buildOption": { + }, + "targets": [ + { + "name": "default", + "runtimeOS": "HarmonyOS" + }, + { + "name": "ohosTest", + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_provider/ohos/entry/hvigorfile.ts b/ohos/flutter_provider/ohos/entry/hvigorfile.ts new file mode 100644 index 0000000000000000000000000000000000000000..894fc15c6b793f085e6c8506e43d719af658e8ff --- /dev/null +++ b/ohos/flutter_provider/ohos/entry/hvigorfile.ts @@ -0,0 +1,17 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently. +export { hapTasks } from '@ohos/hvigor-ohos-plugin'; diff --git a/ohos/flutter_provider/ohos/entry/libs/arm64-v8a/libc++_shared.so b/ohos/flutter_provider/ohos/entry/libs/arm64-v8a/libc++_shared.so new file mode 100644 index 0000000000000000000000000000000000000000..831c9353702073d45889352a4dafb93103d67d20 Binary files /dev/null and b/ohos/flutter_provider/ohos/entry/libs/arm64-v8a/libc++_shared.so differ diff --git a/ohos/flutter_provider/ohos/entry/libs/arm64-v8a/libflutter.so b/ohos/flutter_provider/ohos/entry/libs/arm64-v8a/libflutter.so new file mode 100644 index 0000000000000000000000000000000000000000..8ff0d04141a776e448478791df1e2a1c3aa7c5c4 Binary files /dev/null and b/ohos/flutter_provider/ohos/entry/libs/arm64-v8a/libflutter.so differ diff --git a/ohos/flutter_provider/ohos/entry/oh-package.json5 b/ohos/flutter_provider/ohos/entry/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..9f2840bf29459614fcd68db57b4d023519caa31e --- /dev/null +++ b/ohos/flutter_provider/ohos/entry/oh-package.json5 @@ -0,0 +1,26 @@ +/* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +{ + "license": "", + "devDependencies": {}, + "author": "", + "name": "entry", + "description": "Please describe the basic information.", + "main": "", + "version": "1.0.0", + "dependencies": { + "@ohos/flutter_ohos": "file:../har/flutter_embedding.har" + } +} diff --git a/ohos/flutter_provider/ohos/entry/src/main/ets/entryability/EntryAbility.ets b/ohos/flutter_provider/ohos/entry/src/main/ets/entryability/EntryAbility.ets new file mode 100644 index 0000000000000000000000000000000000000000..321a4eeaacd7b8079a876e25c4dafd498e4d9fb9 --- /dev/null +++ b/ohos/flutter_provider/ohos/entry/src/main/ets/entryability/EntryAbility.ets @@ -0,0 +1,22 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import { FlutterAbility } from '@ohos/flutter_ohos' + +export default class EntryAbility extends FlutterAbility { + onFlutterEngineReady(): void { + super.onFlutterEngineReady() + } +} diff --git a/ohos/flutter_provider/ohos/entry/src/main/ets/pages/Index.ets b/ohos/flutter_provider/ohos/entry/src/main/ets/pages/Index.ets new file mode 100644 index 0000000000000000000000000000000000000000..b53a20c437e96d195487b281e5e95402ea6cb97d --- /dev/null +++ b/ohos/flutter_provider/ohos/entry/src/main/ets/pages/Index.ets @@ -0,0 +1,36 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import common from '@ohos.app.ability.common'; +import { FlutterPage } from '@ohos/flutter_ohos' + +const EVENT_BACK_PRESS = 'EVENT_BACK_PRESS' + +@Entry +@Component +struct Index { + private context = getContext(this) as common.UIAbilityContext + + build() { + Column() { + FlutterPage() + } + } + + onBackPress(): boolean { + this.context.eventHub.emit(EVENT_BACK_PRESS) + return true + } +} \ No newline at end of file diff --git a/ohos/flutter_provider/ohos/entry/src/main/module.json5 b/ohos/flutter_provider/ohos/entry/src/main/module.json5 new file mode 100644 index 0000000000000000000000000000000000000000..7bbf78b18f39991b1404061c7437538c7d532bb7 --- /dev/null +++ b/ohos/flutter_provider/ohos/entry/src/main/module.json5 @@ -0,0 +1,53 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +{ + "module": { + "name": "entry", + "type": "entry", + "description": "$string:module_desc", + "mainElement": "EntryAbility", + "deviceTypes": [ + "phone" + ], + "deliveryWithInstall": true, + "installationFree": false, + "pages": "$profile:main_pages", + "abilities": [ + { + "name": "EntryAbility", + "srcEntry": "./ets/entryability/EntryAbility.ets", + "description": "$string:EntryAbility_desc", + "icon": "$media:icon", + "label": "$string:EntryAbility_label", + "startWindowIcon": "$media:icon", + "startWindowBackground": "$color:start_window_background", + "exported": true, + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ] + } + ], + "requestPermissions": [ + {"name" : "ohos.permission.INTERNET"}, + ] + } +} \ No newline at end of file diff --git a/ohos/flutter_provider/ohos/entry/src/main/resources/base/element/color.json b/ohos/flutter_provider/ohos/entry/src/main/resources/base/element/color.json new file mode 100644 index 0000000000000000000000000000000000000000..3c712962da3c2751c2b9ddb53559afcbd2b54a02 --- /dev/null +++ b/ohos/flutter_provider/ohos/entry/src/main/resources/base/element/color.json @@ -0,0 +1,8 @@ +{ + "color": [ + { + "name": "start_window_background", + "value": "#FFFFFF" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_provider/ohos/entry/src/main/resources/base/element/string.json b/ohos/flutter_provider/ohos/entry/src/main/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..f94595515a99e0c828807e243494f57f09251930 --- /dev/null +++ b/ohos/flutter_provider/ohos/entry/src/main/resources/base/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "module description" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_provider/ohos/entry/src/main/resources/base/media/icon.png b/ohos/flutter_provider/ohos/entry/src/main/resources/base/media/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_provider/ohos/entry/src/main/resources/base/media/icon.png differ diff --git a/ohos/flutter_provider/ohos/entry/src/main/resources/base/profile/main_pages.json b/ohos/flutter_provider/ohos/entry/src/main/resources/base/profile/main_pages.json new file mode 100644 index 0000000000000000000000000000000000000000..1898d94f58d6128ab712be2c68acc7c98e9ab9ce --- /dev/null +++ b/ohos/flutter_provider/ohos/entry/src/main/resources/base/profile/main_pages.json @@ -0,0 +1,5 @@ +{ + "src": [ + "pages/Index" + ] +} diff --git a/ohos/flutter_provider/ohos/entry/src/main/resources/en_US/element/string.json b/ohos/flutter_provider/ohos/entry/src/main/resources/en_US/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..f94595515a99e0c828807e243494f57f09251930 --- /dev/null +++ b/ohos/flutter_provider/ohos/entry/src/main/resources/en_US/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "module description" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_provider/ohos/entry/src/main/resources/zh_CN/element/string.json b/ohos/flutter_provider/ohos/entry/src/main/resources/zh_CN/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..597ecf95e61d7e30367c22fe2f8638008361b044 --- /dev/null +++ b/ohos/flutter_provider/ohos/entry/src/main/resources/zh_CN/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "模块描述" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_provider/ohos/entry/src/ohosTest/ets/test/Ability.test.ets b/ohos/flutter_provider/ohos/entry/src/ohosTest/ets/test/Ability.test.ets new file mode 100644 index 0000000000000000000000000000000000000000..25d4c71ff3cd584f5d64f6f8c0ac864928c234c4 --- /dev/null +++ b/ohos/flutter_provider/ohos/entry/src/ohosTest/ets/test/Ability.test.ets @@ -0,0 +1,50 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; +import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium' + +export default function abilityTest() { + describe('ActsAbilityTest', function () { + // Defines a test suite. Two parameters are supported: test suite name and test suite function. + beforeAll(function () { + // Presets an action, which is performed only once before all test cases of the test suite start. + // This API supports only one parameter: preset action function. + }) + beforeEach(function () { + // Presets an action, which is performed before each unit test case starts. + // The number of execution times is the same as the number of test cases defined by **it**. + // This API supports only one parameter: preset action function. + }) + afterEach(function () { + // Presets a clear action, which is performed after each unit test case ends. + // The number of execution times is the same as the number of test cases defined by **it**. + // This API supports only one parameter: clear action function. + }) + afterAll(function () { + // Presets a clear action, which is performed after all test cases of the test suite end. + // This API supports only one parameter: clear action function. + }) + it('assertContain',0, function () { + // Defines a test case. This API supports three parameters: test case name, filter parameter, and test case function. + hilog.info(0x0000, 'testTag', '%{public}s', 'it begin'); + let a = 'abc' + let b = 'b' + // Defines a variety of assertion methods, which are used to declare expected boolean conditions. + expect(a).assertContain(b) + expect(a).assertEqual(a) + }) + }) +} \ No newline at end of file diff --git a/ohos/flutter_provider/ohos/entry/src/ohosTest/ets/test/List.test.ets b/ohos/flutter_provider/ohos/entry/src/ohosTest/ets/test/List.test.ets new file mode 100644 index 0000000000000000000000000000000000000000..f4140030e65d20df6af30a6bf51e464dea8f8aa6 --- /dev/null +++ b/ohos/flutter_provider/ohos/entry/src/ohosTest/ets/test/List.test.ets @@ -0,0 +1,20 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import abilityTest from './Ability.test' + +export default function testsuite() { + abilityTest() +} \ No newline at end of file diff --git a/ohos/flutter_provider/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets b/ohos/flutter_provider/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets new file mode 100644 index 0000000000000000000000000000000000000000..4ca645e6013cfce8e7dbb728313cb8840c4da660 --- /dev/null +++ b/ohos/flutter_provider/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets @@ -0,0 +1,63 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import UIAbility from '@ohos.app.ability.UIAbility'; +import AbilityDelegatorRegistry from '@ohos.app.ability.abilityDelegatorRegistry'; +import hilog from '@ohos.hilog'; +import { Hypium } from '@ohos/hypium'; +import testsuite from '../test/List.test'; +import window from '@ohos.window'; + +export default class TestAbility extends UIAbility { + onCreate(want, launchParam) { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onCreate'); + hilog.info(0x0000, 'testTag', '%{public}s', 'want param:' + JSON.stringify(want) ?? ''); + hilog.info(0x0000, 'testTag', '%{public}s', 'launchParam:'+ JSON.stringify(launchParam) ?? ''); + var abilityDelegator: any + abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator() + var abilityDelegatorArguments: any + abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments() + hilog.info(0x0000, 'testTag', '%{public}s', 'start run testcase!!!'); + Hypium.hypiumTest(abilityDelegator, abilityDelegatorArguments, testsuite) + } + + onDestroy() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onDestroy'); + } + + onWindowStageCreate(windowStage: window.WindowStage) { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onWindowStageCreate'); + windowStage.loadContent('testability/pages/Index', (err, data) => { + if (err.code) { + hilog.error(0x0000, 'testTag', 'Failed to load the content. Cause: %{public}s', JSON.stringify(err) ?? ''); + return; + } + hilog.info(0x0000, 'testTag', 'Succeeded in loading the content. Data: %{public}s', + JSON.stringify(data) ?? ''); + }); + } + + onWindowStageDestroy() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onWindowStageDestroy'); + } + + onForeground() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onForeground'); + } + + onBackground() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onBackground'); + } +} \ No newline at end of file diff --git a/ohos/flutter_provider/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets b/ohos/flutter_provider/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets new file mode 100644 index 0000000000000000000000000000000000000000..cef0447cd2f137ef82d223ead2e156808878ab90 --- /dev/null +++ b/ohos/flutter_provider/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets @@ -0,0 +1,49 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; + +@Entry +@Component +struct Index { + aboutToAppear() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility index aboutToAppear'); + } + @State message: string = 'Hello World' + build() { + Row() { + Column() { + Text(this.message) + .fontSize(50) + .fontWeight(FontWeight.Bold) + Button() { + Text('next page') + .fontSize(20) + .fontWeight(FontWeight.Bold) + }.type(ButtonType.Capsule) + .margin({ + top: 20 + }) + .backgroundColor('#0D9FFB') + .width('35%') + .height('5%') + .onClick(()=>{ + }) + } + .width('100%') + } + .height('100%') + } + } \ No newline at end of file diff --git a/ohos/flutter_provider/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts b/ohos/flutter_provider/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts new file mode 100644 index 0000000000000000000000000000000000000000..1def08f2e9dcbfa3454a07b7a3b82b173bb90d02 --- /dev/null +++ b/ohos/flutter_provider/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts @@ -0,0 +1,64 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; +import TestRunner from '@ohos.application.testRunner'; +import AbilityDelegatorRegistry from '@ohos.app.ability.abilityDelegatorRegistry'; + +var abilityDelegator = undefined +var abilityDelegatorArguments = undefined + +async function onAbilityCreateCallback() { + hilog.info(0x0000, 'testTag', '%{public}s', 'onAbilityCreateCallback'); +} + +async function addAbilityMonitorCallback(err: any) { + hilog.info(0x0000, 'testTag', 'addAbilityMonitorCallback : %{public}s', JSON.stringify(err) ?? ''); +} + +export default class OpenHarmonyTestRunner implements TestRunner { + constructor() { + } + + onPrepare() { + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner OnPrepare '); + } + + async onRun() { + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner onRun run'); + abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments() + abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator() + var testAbilityName = abilityDelegatorArguments.bundleName + '.TestAbility' + let lMonitor = { + abilityName: testAbilityName, + onAbilityCreate: onAbilityCreateCallback, + }; + abilityDelegator.addAbilityMonitor(lMonitor, addAbilityMonitorCallback) + var cmd = 'aa start -d 0 -a TestAbility' + ' -b ' + abilityDelegatorArguments.bundleName + var debug = abilityDelegatorArguments.parameters['-D'] + if (debug == 'true') + { + cmd += ' -D' + } + hilog.info(0x0000, 'testTag', 'cmd : %{public}s', cmd); + abilityDelegator.executeShellCommand(cmd, + (err: any, d: any) => { + hilog.info(0x0000, 'testTag', 'executeShellCommand : err : %{public}s', JSON.stringify(err) ?? ''); + hilog.info(0x0000, 'testTag', 'executeShellCommand : data : %{public}s', d.stdResult ?? ''); + hilog.info(0x0000, 'testTag', 'executeShellCommand : data : %{public}s', d.exitCode ?? ''); + }) + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner onRun end'); + } +} \ No newline at end of file diff --git a/ohos/flutter_provider/ohos/entry/src/ohosTest/module.json5 b/ohos/flutter_provider/ohos/entry/src/ohosTest/module.json5 new file mode 100644 index 0000000000000000000000000000000000000000..fab77ce2e0c61e3ad010bab5b27ccbd15f9a8c96 --- /dev/null +++ b/ohos/flutter_provider/ohos/entry/src/ohosTest/module.json5 @@ -0,0 +1,51 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "module": { + "name": "entry_test", + "type": "feature", + "description": "$string:module_test_desc", + "mainElement": "TestAbility", + "deviceTypes": [ + "phone" + ], + "deliveryWithInstall": true, + "installationFree": false, + "pages": "$profile:test_pages", + "abilities": [ + { + "name": "TestAbility", + "srcEntry": "./ets/testability/TestAbility.ets", + "description": "$string:TestAbility_desc", + "icon": "$media:icon", + "label": "$string:TestAbility_label", + "exported": true, + "startWindowIcon": "$media:icon", + "startWindowBackground": "$color:start_window_background", + "skills": [ + { + "actions": [ + "action.system.home" + ], + "entities": [ + "entity.system.home" + ] + } + ] + } + ] + } +} diff --git a/ohos/flutter_provider/ohos/entry/src/ohosTest/resources/base/element/color.json b/ohos/flutter_provider/ohos/entry/src/ohosTest/resources/base/element/color.json new file mode 100644 index 0000000000000000000000000000000000000000..3c712962da3c2751c2b9ddb53559afcbd2b54a02 --- /dev/null +++ b/ohos/flutter_provider/ohos/entry/src/ohosTest/resources/base/element/color.json @@ -0,0 +1,8 @@ +{ + "color": [ + { + "name": "start_window_background", + "value": "#FFFFFF" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_provider/ohos/entry/src/ohosTest/resources/base/element/string.json b/ohos/flutter_provider/ohos/entry/src/ohosTest/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..65d8fa5a7cf54aa3943dcd0214f58d1771bc1f6c --- /dev/null +++ b/ohos/flutter_provider/ohos/entry/src/ohosTest/resources/base/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_test_desc", + "value": "test ability description" + }, + { + "name": "TestAbility_desc", + "value": "the test ability" + }, + { + "name": "TestAbility_label", + "value": "test label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_provider/ohos/entry/src/ohosTest/resources/base/media/icon.png b/ohos/flutter_provider/ohos/entry/src/ohosTest/resources/base/media/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_provider/ohos/entry/src/ohosTest/resources/base/media/icon.png differ diff --git a/ohos/flutter_provider/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json b/ohos/flutter_provider/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json new file mode 100644 index 0000000000000000000000000000000000000000..b7e7343cacb32ce982a45e76daad86e435e054fe --- /dev/null +++ b/ohos/flutter_provider/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json @@ -0,0 +1,5 @@ +{ + "src": [ + "testability/pages/Index" + ] +} diff --git a/ohos/flutter_provider/ohos/har/flutter_embedding.har b/ohos/flutter_provider/ohos/har/flutter_embedding.har new file mode 100644 index 0000000000000000000000000000000000000000..d8e07ca297de2100ce605f8af1126daf6eeb5d8f Binary files /dev/null and b/ohos/flutter_provider/ohos/har/flutter_embedding.har differ diff --git a/ohos/flutter_provider/ohos/har/har_product/flutter_embedding.har.debug.10 b/ohos/flutter_provider/ohos/har/har_product/flutter_embedding.har.debug.10 new file mode 100644 index 0000000000000000000000000000000000000000..d8e07ca297de2100ce605f8af1126daf6eeb5d8f Binary files /dev/null and b/ohos/flutter_provider/ohos/har/har_product/flutter_embedding.har.debug.10 differ diff --git a/ohos/flutter_provider/ohos/har/har_product/flutter_embedding.har.debug.9 b/ohos/flutter_provider/ohos/har/har_product/flutter_embedding.har.debug.9 new file mode 100644 index 0000000000000000000000000000000000000000..f0df4ca0064821178bf4254b16e8d23d873827da Binary files /dev/null and b/ohos/flutter_provider/ohos/har/har_product/flutter_embedding.har.debug.9 differ diff --git a/ohos/flutter_provider/ohos/har/har_product/flutter_embedding.har.release.10 b/ohos/flutter_provider/ohos/har/har_product/flutter_embedding.har.release.10 new file mode 100644 index 0000000000000000000000000000000000000000..da9b320a09600f678975b827160441e46144bf08 Binary files /dev/null and b/ohos/flutter_provider/ohos/har/har_product/flutter_embedding.har.release.10 differ diff --git a/ohos/flutter_provider/ohos/har/har_product/flutter_embedding.har.release.9 b/ohos/flutter_provider/ohos/har/har_product/flutter_embedding.har.release.9 new file mode 100644 index 0000000000000000000000000000000000000000..ba52754a80826e5614438b3faf931ed2f487eaab Binary files /dev/null and b/ohos/flutter_provider/ohos/har/har_product/flutter_embedding.har.release.9 differ diff --git a/ohos/flutter_provider/ohos/har/har_product/libflutter.so.debug.10 b/ohos/flutter_provider/ohos/har/har_product/libflutter.so.debug.10 new file mode 100644 index 0000000000000000000000000000000000000000..8ff0d04141a776e448478791df1e2a1c3aa7c5c4 Binary files /dev/null and b/ohos/flutter_provider/ohos/har/har_product/libflutter.so.debug.10 differ diff --git a/ohos/flutter_provider/ohos/har/har_product/libflutter.so.release.10 b/ohos/flutter_provider/ohos/har/har_product/libflutter.so.release.10 new file mode 100644 index 0000000000000000000000000000000000000000..7cdf26180489e807496f02cd4736425b4ad42845 Binary files /dev/null and b/ohos/flutter_provider/ohos/har/har_product/libflutter.so.release.10 differ diff --git a/ohos/flutter_provider/ohos/hvigor/hvigor-config.json5 b/ohos/flutter_provider/ohos/hvigor/hvigor-config.json5 new file mode 100644 index 0000000000000000000000000000000000000000..b8eb5547b14a9ddd7ea0cf0fab0d93fa22b8e919 --- /dev/null +++ b/ohos/flutter_provider/ohos/hvigor/hvigor-config.json5 @@ -0,0 +1,22 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "hvigorVersion": "file:../dependencies/hvigor-3.0.9-s.tgz", + "dependencies": { + "@ohos/hvigor-ohos-plugin": "file:../dependencies/hvigor-ohos-plugin-3.0.9-s.tgz", + "rollup": "file:../dependencies/rollup.tgz", + } +} diff --git a/ohos/flutter_provider/ohos/hvigor/hvigor-wrapper.js b/ohos/flutter_provider/ohos/hvigor/hvigor-wrapper.js new file mode 100644 index 0000000000000000000000000000000000000000..0483791f85b568d236d0ed928334db46e067a8aa --- /dev/null +++ b/ohos/flutter_provider/ohos/hvigor/hvigor-wrapper.js @@ -0,0 +1,16 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +"use strict";var e=require("fs"),t=require("path"),n=require("os"),r=require("crypto"),u=require("child_process"),o=require("constants"),i=require("stream"),s=require("util"),c=require("assert"),a=require("tty"),l=require("zlib"),f=require("net");function d(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var D=d(e),p=d(t),E=d(n),m=d(r),h=d(u),y=d(o),C=d(i),F=d(s),g=d(c),A=d(a),v=d(l),S=d(f),w="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},O={},b={},_={},B=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(_,"__esModule",{value:!0}),_.isMac=_.isLinux=_.isWindows=void 0;const P=B(E.default),k="Windows_NT",x="Linux",N="Darwin";_.isWindows=function(){return P.default.type()===k},_.isLinux=function(){return P.default.type()===x},_.isMac=function(){return P.default.type()===N};var I={},T=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),R=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),M=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&T(t,e,n);return R(t,e),t};Object.defineProperty(I,"__esModule",{value:!0}),I.hash=void 0;const L=M(m.default);I.hash=function(e,t="md5"){return L.createHash(t).update(e,"utf-8").digest("hex")},function(e){var t=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var u in e)"default"!==u&&Object.prototype.hasOwnProperty.call(e,u)&&t(r,e,u);return n(r,e),r};Object.defineProperty(e,"__esModule",{value:!0}),e.HVIGOR_BOOT_JS_FILE_PATH=e.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH=e.HVIGOR_PROJECT_DEPENDENCIES_HOME=e.HVIGOR_PROJECT_WRAPPER_HOME=e.HVIGOR_PROJECT_NAME=e.HVIGOR_PROJECT_ROOT_DIR=e.HVIGOR_PROJECT_CACHES_HOME=e.HVIGOR_PNPM_STORE_PATH=e.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH=e.HVIGOR_WRAPPER_TOOLS_HOME=e.HVIGOR_USER_HOME=e.DEFAULT_PACKAGE_JSON=e.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME=e.PNPM=e.HVIGOR=e.NPM_TOOL=e.PNPM_TOOL=e.HVIGOR_ENGINE_PACKAGE_NAME=void 0;const u=r(p.default),o=r(E.default),i=_,s=I;e.HVIGOR_ENGINE_PACKAGE_NAME="@ohos/hvigor",e.PNPM_TOOL=(0,i.isWindows)()?"pnpm.cmd":"pnpm",e.NPM_TOOL=(0,i.isWindows)()?"npm.cmd":"npm",e.HVIGOR="hvigor",e.PNPM="pnpm",e.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME="hvigor-config.json5",e.DEFAULT_PACKAGE_JSON="package.json",e.HVIGOR_USER_HOME=u.resolve(o.homedir(),".hvigor"),e.HVIGOR_WRAPPER_TOOLS_HOME=u.resolve(e.HVIGOR_USER_HOME,"wrapper","tools"),e.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH=u.resolve(e.HVIGOR_WRAPPER_TOOLS_HOME,"node_modules",".bin",e.PNPM_TOOL),e.HVIGOR_PNPM_STORE_PATH=u.resolve(e.HVIGOR_USER_HOME,"caches"),e.HVIGOR_PROJECT_CACHES_HOME=u.resolve(e.HVIGOR_USER_HOME,"project_caches"),e.HVIGOR_PROJECT_ROOT_DIR=process.cwd(),e.HVIGOR_PROJECT_NAME=u.basename((0,s.hash)(e.HVIGOR_PROJECT_ROOT_DIR)),e.HVIGOR_PROJECT_WRAPPER_HOME=u.resolve(e.HVIGOR_PROJECT_ROOT_DIR,e.HVIGOR),e.HVIGOR_PROJECT_DEPENDENCIES_HOME=u.resolve(e.HVIGOR_PROJECT_CACHES_HOME,e.HVIGOR_PROJECT_NAME,"workspace"),e.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH=u.resolve(e.HVIGOR_PROJECT_DEPENDENCIES_HOME,e.DEFAULT_PACKAGE_JSON),e.HVIGOR_BOOT_JS_FILE_PATH=u.resolve(e.HVIGOR_PROJECT_DEPENDENCIES_HOME,"node_modules","@ohos","hvigor","bin","hvigor.js")}(b);var j={},$={};Object.defineProperty($,"__esModule",{value:!0}),$.logInfoPrintConsole=$.logErrorAndExit=void 0,$.logErrorAndExit=function(e){e instanceof Error?console.error(e.message):console.error(e),process.exit(-1)},$.logInfoPrintConsole=function(e){console.log(e)};var H=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),J=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),G=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&H(t,e,n);return J(t,e),t},V=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(j,"__esModule",{value:!0}),j.isFileExists=j.offlinePluginConversion=j.executeCommand=j.getNpmPath=j.hasNpmPackInPaths=void 0;const U=h.default,W=G(p.default),z=b,K=$,q=V(D.default);j.hasNpmPackInPaths=function(e,t){try{return require.resolve(e,{paths:[...t]}),!0}catch(e){return!1}},j.getNpmPath=function(){const e=process.execPath;return W.join(W.dirname(e),z.NPM_TOOL)},j.executeCommand=function(e,t,n){0!==(0,U.spawnSync)(e,t,n).status&&(0,K.logErrorAndExit)(`Error: ${e} ${t} execute failed.See above for details.`)},j.offlinePluginConversion=function(e,t){return t.startsWith("file:")||t.endsWith(".tgz")?W.resolve(e,z.HVIGOR,t.replace("file:","")):t},j.isFileExists=function(e){return q.default.existsSync(e)&&q.default.statSync(e).isFile()},function(e){var t=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var u in e)"default"!==u&&Object.prototype.hasOwnProperty.call(e,u)&&t(r,e,u);return n(r,e),r},u=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(e,"__esModule",{value:!0}),e.executeInstallPnpm=e.isPnpmAvailable=e.environmentHandler=e.checkNpmConifg=e.PNPM_VERSION=void 0;const o=r(D.default),i=b,s=j,c=r(p.default),a=$,l=h.default,f=u(E.default);e.PNPM_VERSION="7.30.0",e.checkNpmConifg=function(){const e=c.resolve(i.HVIGOR_PROJECT_ROOT_DIR,".npmrc"),t=c.resolve(f.default.homedir(),".npmrc");if((0,s.isFileExists)(e)||(0,s.isFileExists)(t))return;const n=(0,s.getNpmPath)(),r=(0,l.spawnSync)(n,["config","get","prefix"],{cwd:i.HVIGOR_PROJECT_ROOT_DIR});if(0!==r.status||!r.stdout)return void(0,a.logErrorAndExit)("Error: The hvigor depends on the npmrc file. Configure the npmrc file first.");const u=c.resolve(`${r.stdout}`.replace(/[\r\n]/gi,""),".npmrc");(0,s.isFileExists)(u)||(0,a.logErrorAndExit)("Error: The hvigor depends on the npmrc file. Configure the npmrc file first.")},e.environmentHandler=function(){process.env["npm_config_update-notifier"]="false"},e.isPnpmAvailable=function(){return!!o.existsSync(i.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH)&&(0,s.hasNpmPackInPaths)("pnpm",[i.HVIGOR_WRAPPER_TOOLS_HOME])},e.executeInstallPnpm=function(){(0,a.logInfoPrintConsole)(`Installing pnpm@${e.PNPM_VERSION}...`);const t=(0,s.getNpmPath)();!function(){const t=c.resolve(i.HVIGOR_WRAPPER_TOOLS_HOME,i.DEFAULT_PACKAGE_JSON);try{o.existsSync(i.HVIGOR_WRAPPER_TOOLS_HOME)||o.mkdirSync(i.HVIGOR_WRAPPER_TOOLS_HOME,{recursive:!0});const n={dependencies:{}};n.dependencies[i.PNPM]=e.PNPM_VERSION,o.writeFileSync(t,JSON.stringify(n))}catch(e){(0,a.logErrorAndExit)(`Error: EPERM: operation not permitted,create ${t} failed.`)}}(),(0,s.executeCommand)(t,["install","pnpm"],{cwd:i.HVIGOR_WRAPPER_TOOLS_HOME,stdio:["inherit","inherit","inherit"],env:process.env}),(0,a.logInfoPrintConsole)("Pnpm install success.")}}(O);var Y={},X={},Z={},Q={};Object.defineProperty(Q,"__esModule",{value:!0}),Q.Unicode=void 0;class ee{}Q.Unicode=ee,ee.Space_Separator=/[\u1680\u2000-\u200A\u202F\u205F\u3000]/,ee.ID_Start=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]/,ee.ID_Continue=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF9\u1D00-\u1DF9\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDE00-\uDE3E\uDE47\uDE50-\uDE83\uDE86-\uDE99\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/,Object.defineProperty(Z,"__esModule",{value:!0}),Z.JudgeUtil=void 0;const te=Q;Z.JudgeUtil=class{static isIgnoreChar(e){return"string"==typeof e&&("\t"===e||"\v"===e||"\f"===e||" "===e||" "===e||"\ufeff"===e||"\n"===e||"\r"===e||"\u2028"===e||"\u2029"===e)}static isSpaceSeparator(e){return"string"==typeof e&&te.Unicode.Space_Separator.test(e)}static isIdStartChar(e){return"string"==typeof e&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||"$"===e||"_"===e||te.Unicode.ID_Start.test(e))}static isIdContinueChar(e){return"string"==typeof e&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||e>="0"&&e<="9"||"$"===e||"_"===e||"‌"===e||"‍"===e||te.Unicode.ID_Continue.test(e))}static isDigitWithoutZero(e){return/[1-9]/.test(e)}static isDigit(e){return"string"==typeof e&&/[0-9]/.test(e)}static isHexDigit(e){return"string"==typeof e&&/[0-9A-Fa-f]/.test(e)}};var ne={},re={fromCallback:function(e){return Object.defineProperty((function(...t){if("function"!=typeof t[t.length-1])return new Promise(((n,r)=>{e.call(this,...t,((e,t)=>null!=e?r(e):n(t)))}));e.apply(this,t)}),"name",{value:e.name})},fromPromise:function(e){return Object.defineProperty((function(...t){const n=t[t.length-1];if("function"!=typeof n)return e.apply(this,t);e.apply(this,t.slice(0,-1)).then((e=>n(null,e)),n)}),"name",{value:e.name})}},ue=y.default,oe=process.cwd,ie=null,se=process.env.GRACEFUL_FS_PLATFORM||process.platform;process.cwd=function(){return ie||(ie=oe.call(process)),ie};try{process.cwd()}catch(e){}if("function"==typeof process.chdir){var ce=process.chdir;process.chdir=function(e){ie=null,ce.call(process,e)},Object.setPrototypeOf&&Object.setPrototypeOf(process.chdir,ce)}var ae=function(e){ue.hasOwnProperty("O_SYMLINK")&&process.version.match(/^v0\.6\.[0-2]|^v0\.5\./)&&function(e){e.lchmod=function(t,n,r){e.open(t,ue.O_WRONLY|ue.O_SYMLINK,n,(function(t,u){t?r&&r(t):e.fchmod(u,n,(function(t){e.close(u,(function(e){r&&r(t||e)}))}))}))},e.lchmodSync=function(t,n){var r,u=e.openSync(t,ue.O_WRONLY|ue.O_SYMLINK,n),o=!0;try{r=e.fchmodSync(u,n),o=!1}finally{if(o)try{e.closeSync(u)}catch(e){}else e.closeSync(u)}return r}}(e);e.lutimes||function(e){ue.hasOwnProperty("O_SYMLINK")&&e.futimes?(e.lutimes=function(t,n,r,u){e.open(t,ue.O_SYMLINK,(function(t,o){t?u&&u(t):e.futimes(o,n,r,(function(t){e.close(o,(function(e){u&&u(t||e)}))}))}))},e.lutimesSync=function(t,n,r){var u,o=e.openSync(t,ue.O_SYMLINK),i=!0;try{u=e.futimesSync(o,n,r),i=!1}finally{if(i)try{e.closeSync(o)}catch(e){}else e.closeSync(o)}return u}):e.futimes&&(e.lutimes=function(e,t,n,r){r&&process.nextTick(r)},e.lutimesSync=function(){})}(e);e.chown=r(e.chown),e.fchown=r(e.fchown),e.lchown=r(e.lchown),e.chmod=t(e.chmod),e.fchmod=t(e.fchmod),e.lchmod=t(e.lchmod),e.chownSync=u(e.chownSync),e.fchownSync=u(e.fchownSync),e.lchownSync=u(e.lchownSync),e.chmodSync=n(e.chmodSync),e.fchmodSync=n(e.fchmodSync),e.lchmodSync=n(e.lchmodSync),e.stat=o(e.stat),e.fstat=o(e.fstat),e.lstat=o(e.lstat),e.statSync=i(e.statSync),e.fstatSync=i(e.fstatSync),e.lstatSync=i(e.lstatSync),e.chmod&&!e.lchmod&&(e.lchmod=function(e,t,n){n&&process.nextTick(n)},e.lchmodSync=function(){});e.chown&&!e.lchown&&(e.lchown=function(e,t,n,r){r&&process.nextTick(r)},e.lchownSync=function(){});"win32"===se&&(e.rename="function"!=typeof e.rename?e.rename:function(t){function n(n,r,u){var o=Date.now(),i=0;t(n,r,(function s(c){if(c&&("EACCES"===c.code||"EPERM"===c.code||"EBUSY"===c.code)&&Date.now()-o<6e4)return setTimeout((function(){e.stat(r,(function(e,o){e&&"ENOENT"===e.code?t(n,r,s):u(c)}))}),i),void(i<100&&(i+=10));u&&u(c)}))}return Object.setPrototypeOf&&Object.setPrototypeOf(n,t),n}(e.rename));function t(t){return t?function(n,r,u){return t.call(e,n,r,(function(e){s(e)&&(e=null),u&&u.apply(this,arguments)}))}:t}function n(t){return t?function(n,r){try{return t.call(e,n,r)}catch(e){if(!s(e))throw e}}:t}function r(t){return t?function(n,r,u,o){return t.call(e,n,r,u,(function(e){s(e)&&(e=null),o&&o.apply(this,arguments)}))}:t}function u(t){return t?function(n,r,u){try{return t.call(e,n,r,u)}catch(e){if(!s(e))throw e}}:t}function o(t){return t?function(n,r,u){function o(e,t){t&&(t.uid<0&&(t.uid+=4294967296),t.gid<0&&(t.gid+=4294967296)),u&&u.apply(this,arguments)}return"function"==typeof r&&(u=r,r=null),r?t.call(e,n,r,o):t.call(e,n,o)}:t}function i(t){return t?function(n,r){var u=r?t.call(e,n,r):t.call(e,n);return u&&(u.uid<0&&(u.uid+=4294967296),u.gid<0&&(u.gid+=4294967296)),u}:t}function s(e){return!e||("ENOSYS"===e.code||!(process.getuid&&0===process.getuid()||"EINVAL"!==e.code&&"EPERM"!==e.code))}e.read="function"!=typeof e.read?e.read:function(t){function n(n,r,u,o,i,s){var c;if(s&&"function"==typeof s){var a=0;c=function(l,f,d){if(l&&"EAGAIN"===l.code&&a<10)return a++,t.call(e,n,r,u,o,i,c);s.apply(this,arguments)}}return t.call(e,n,r,u,o,i,c)}return Object.setPrototypeOf&&Object.setPrototypeOf(n,t),n}(e.read),e.readSync="function"!=typeof e.readSync?e.readSync:(c=e.readSync,function(t,n,r,u,o){for(var i=0;;)try{return c.call(e,t,n,r,u,o)}catch(e){if("EAGAIN"===e.code&&i<10){i++;continue}throw e}});var c};var le=C.default.Stream,fe=function(e){return{ReadStream:function t(n,r){if(!(this instanceof t))return new t(n,r);le.call(this);var u=this;this.path=n,this.fd=null,this.readable=!0,this.paused=!1,this.flags="r",this.mode=438,this.bufferSize=65536,r=r||{};for(var o=Object.keys(r),i=0,s=o.length;ithis.end)throw new Error("start must be <= end");this.pos=this.start}if(null!==this.fd)return void process.nextTick((function(){u._read()}));e.open(this.path,this.flags,this.mode,(function(e,t){if(e)return u.emit("error",e),void(u.readable=!1);u.fd=t,u.emit("open",t),u._read()}))},WriteStream:function t(n,r){if(!(this instanceof t))return new t(n,r);le.call(this),this.path=n,this.fd=null,this.writable=!0,this.flags="w",this.encoding="binary",this.mode=438,this.bytesWritten=0,r=r||{};for(var u=Object.keys(r),o=0,i=u.length;o= zero");this.pos=this.start}this.busy=!1,this._queue=[],null===this.fd&&(this._open=e.open,this._queue.push([this._open,this.path,this.flags,this.mode,void 0]),this.flush())}}};var de=function(e){if(null===e||"object"!=typeof e)return e;if(e instanceof Object)var t={__proto__:De(e)};else t=Object.create(null);return Object.getOwnPropertyNames(e).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))})),t},De=Object.getPrototypeOf||function(e){return e.__proto__};var pe,Ee,me=D.default,he=ae,ye=fe,Ce=de,Fe=F.default;function ge(e,t){Object.defineProperty(e,pe,{get:function(){return t}})}"function"==typeof Symbol&&"function"==typeof Symbol.for?(pe=Symbol.for("graceful-fs.queue"),Ee=Symbol.for("graceful-fs.previous")):(pe="___graceful-fs.queue",Ee="___graceful-fs.previous");var Ae=function(){};if(Fe.debuglog?Ae=Fe.debuglog("gfs4"):/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&(Ae=function(){var e=Fe.format.apply(Fe,arguments);e="GFS4: "+e.split(/\n/).join("\nGFS4: "),console.error(e)}),!me[pe]){var ve=w[pe]||[];ge(me,ve),me.close=function(e){function t(t,n){return e.call(me,t,(function(e){e||_e(),"function"==typeof n&&n.apply(this,arguments)}))}return Object.defineProperty(t,Ee,{value:e}),t}(me.close),me.closeSync=function(e){function t(t){e.apply(me,arguments),_e()}return Object.defineProperty(t,Ee,{value:e}),t}(me.closeSync),/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&process.on("exit",(function(){Ae(me[pe]),g.default.equal(me[pe].length,0)}))}w[pe]||ge(w,me[pe]);var Se,we=Oe(Ce(me));function Oe(e){he(e),e.gracefulify=Oe,e.createReadStream=function(t,n){return new e.ReadStream(t,n)},e.createWriteStream=function(t,n){return new e.WriteStream(t,n)};var t=e.readFile;e.readFile=function(e,n,r){"function"==typeof n&&(r=n,n=null);return function e(n,r,u,o){return t(n,r,(function(t){!t||"EMFILE"!==t.code&&"ENFILE"!==t.code?"function"==typeof u&&u.apply(this,arguments):be([e,[n,r,u],t,o||Date.now(),Date.now()])}))}(e,n,r)};var n=e.writeFile;e.writeFile=function(e,t,r,u){"function"==typeof r&&(u=r,r=null);return function e(t,r,u,o,i){return n(t,r,u,(function(n){!n||"EMFILE"!==n.code&&"ENFILE"!==n.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,r,u,o],n,i||Date.now(),Date.now()])}))}(e,t,r,u)};var r=e.appendFile;r&&(e.appendFile=function(e,t,n,u){"function"==typeof n&&(u=n,n=null);return function e(t,n,u,o,i){return r(t,n,u,(function(r){!r||"EMFILE"!==r.code&&"ENFILE"!==r.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,n,u,o],r,i||Date.now(),Date.now()])}))}(e,t,n,u)});var u=e.copyFile;u&&(e.copyFile=function(e,t,n,r){"function"==typeof n&&(r=n,n=0);return function e(t,n,r,o,i){return u(t,n,r,(function(u){!u||"EMFILE"!==u.code&&"ENFILE"!==u.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,n,r,o],u,i||Date.now(),Date.now()])}))}(e,t,n,r)});var o=e.readdir;e.readdir=function(e,t,n){"function"==typeof t&&(n=t,t=null);var r=i.test(process.version)?function(e,t,n,r){return o(e,u(e,t,n,r))}:function(e,t,n,r){return o(e,t,u(e,t,n,r))};return r(e,t,n);function u(e,t,n,u){return function(o,i){!o||"EMFILE"!==o.code&&"ENFILE"!==o.code?(i&&i.sort&&i.sort(),"function"==typeof n&&n.call(this,o,i)):be([r,[e,t,n],o,u||Date.now(),Date.now()])}}};var i=/^v[0-5]\./;if("v0.8"===process.version.substr(0,4)){var s=ye(e);d=s.ReadStream,D=s.WriteStream}var c=e.ReadStream;c&&(d.prototype=Object.create(c.prototype),d.prototype.open=function(){var e=this;E(e.path,e.flags,e.mode,(function(t,n){t?(e.autoClose&&e.destroy(),e.emit("error",t)):(e.fd=n,e.emit("open",n),e.read())}))});var a=e.WriteStream;a&&(D.prototype=Object.create(a.prototype),D.prototype.open=function(){var e=this;E(e.path,e.flags,e.mode,(function(t,n){t?(e.destroy(),e.emit("error",t)):(e.fd=n,e.emit("open",n))}))}),Object.defineProperty(e,"ReadStream",{get:function(){return d},set:function(e){d=e},enumerable:!0,configurable:!0}),Object.defineProperty(e,"WriteStream",{get:function(){return D},set:function(e){D=e},enumerable:!0,configurable:!0});var l=d;Object.defineProperty(e,"FileReadStream",{get:function(){return l},set:function(e){l=e},enumerable:!0,configurable:!0});var f=D;function d(e,t){return this instanceof d?(c.apply(this,arguments),this):d.apply(Object.create(d.prototype),arguments)}function D(e,t){return this instanceof D?(a.apply(this,arguments),this):D.apply(Object.create(D.prototype),arguments)}Object.defineProperty(e,"FileWriteStream",{get:function(){return f},set:function(e){f=e},enumerable:!0,configurable:!0});var p=e.open;function E(e,t,n,r){return"function"==typeof n&&(r=n,n=null),function e(t,n,r,u,o){return p(t,n,r,(function(i,s){!i||"EMFILE"!==i.code&&"ENFILE"!==i.code?"function"==typeof u&&u.apply(this,arguments):be([e,[t,n,r,u],i,o||Date.now(),Date.now()])}))}(e,t,n,r)}return e.open=E,e}function be(e){Ae("ENQUEUE",e[0].name,e[1]),me[pe].push(e),Be()}function _e(){for(var e=Date.now(),t=0;t2&&(me[pe][t][3]=e,me[pe][t][4]=e);Be()}function Be(){if(clearTimeout(Se),Se=void 0,0!==me[pe].length){var e=me[pe].shift(),t=e[0],n=e[1],r=e[2],u=e[3],o=e[4];if(void 0===u)Ae("RETRY",t.name,n),t.apply(null,n);else if(Date.now()-u>=6e4){Ae("TIMEOUT",t.name,n);var i=n.pop();"function"==typeof i&&i.call(null,r)}else{var s=Date.now()-o,c=Math.max(o-u,1);s>=Math.min(1.2*c,100)?(Ae("RETRY",t.name,n),t.apply(null,n.concat([u]))):me[pe].push(e)}void 0===Se&&(Se=setTimeout(Be,0))}}process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH&&!me.__patched&&(we=Oe(me),me.__patched=!0),function(e){const t=re.fromCallback,n=we,r=["access","appendFile","chmod","chown","close","copyFile","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","lchmod","lchown","link","lstat","mkdir","mkdtemp","open","opendir","readdir","readFile","readlink","realpath","rename","rm","rmdir","stat","symlink","truncate","unlink","utimes","writeFile"].filter((e=>"function"==typeof n[e]));Object.assign(e,n),r.forEach((r=>{e[r]=t(n[r])})),e.realpath.native=t(n.realpath.native),e.exists=function(e,t){return"function"==typeof t?n.exists(e,t):new Promise((t=>n.exists(e,t)))},e.read=function(e,t,r,u,o,i){return"function"==typeof i?n.read(e,t,r,u,o,i):new Promise(((i,s)=>{n.read(e,t,r,u,o,((e,t,n)=>{if(e)return s(e);i({bytesRead:t,buffer:n})}))}))},e.write=function(e,t,...r){return"function"==typeof r[r.length-1]?n.write(e,t,...r):new Promise(((u,o)=>{n.write(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffer:n})}))}))},"function"==typeof n.writev&&(e.writev=function(e,t,...r){return"function"==typeof r[r.length-1]?n.writev(e,t,...r):new Promise(((u,o)=>{n.writev(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffers:n})}))}))})}(ne);var Pe={},ke={};const xe=p.default;ke.checkPath=function(e){if("win32"===process.platform){if(/[<>:"|?*]/.test(e.replace(xe.parse(e).root,""))){const t=new Error(`Path contains invalid characters: ${e}`);throw t.code="EINVAL",t}}};const Ne=ne,{checkPath:Ie}=ke,Te=e=>"number"==typeof e?e:{mode:511,...e}.mode;Pe.makeDir=async(e,t)=>(Ie(e),Ne.mkdir(e,{mode:Te(t),recursive:!0})),Pe.makeDirSync=(e,t)=>(Ie(e),Ne.mkdirSync(e,{mode:Te(t),recursive:!0}));const Re=re.fromPromise,{makeDir:Me,makeDirSync:Le}=Pe,je=Re(Me);var $e={mkdirs:je,mkdirsSync:Le,mkdirp:je,mkdirpSync:Le,ensureDir:je,ensureDirSync:Le};const He=re.fromPromise,Je=ne;var Ge={pathExists:He((function(e){return Je.access(e).then((()=>!0)).catch((()=>!1))})),pathExistsSync:Je.existsSync};const Ve=we;var Ue=function(e,t,n,r){Ve.open(e,"r+",((e,u)=>{if(e)return r(e);Ve.futimes(u,t,n,(e=>{Ve.close(u,(t=>{r&&r(e||t)}))}))}))},We=function(e,t,n){const r=Ve.openSync(e,"r+");return Ve.futimesSync(r,t,n),Ve.closeSync(r)};const ze=ne,Ke=p.default,qe=F.default;function Ye(e,t,n){const r=n.dereference?e=>ze.stat(e,{bigint:!0}):e=>ze.lstat(e,{bigint:!0});return Promise.all([r(e),r(t).catch((e=>{if("ENOENT"===e.code)return null;throw e}))]).then((([e,t])=>({srcStat:e,destStat:t})))}function Xe(e,t){return t.ino&&t.dev&&t.ino===e.ino&&t.dev===e.dev}function Ze(e,t){const n=Ke.resolve(e).split(Ke.sep).filter((e=>e)),r=Ke.resolve(t).split(Ke.sep).filter((e=>e));return n.reduce(((e,t,n)=>e&&r[n]===t),!0)}function Qe(e,t,n){return`Cannot ${n} '${e}' to a subdirectory of itself, '${t}'.`}var et={checkPaths:function(e,t,n,r,u){qe.callbackify(Ye)(e,t,r,((r,o)=>{if(r)return u(r);const{srcStat:i,destStat:s}=o;if(s){if(Xe(i,s)){const r=Ke.basename(e),o=Ke.basename(t);return"move"===n&&r!==o&&r.toLowerCase()===o.toLowerCase()?u(null,{srcStat:i,destStat:s,isChangingCase:!0}):u(new Error("Source and destination must not be the same."))}if(i.isDirectory()&&!s.isDirectory())return u(new Error(`Cannot overwrite non-directory '${t}' with directory '${e}'.`));if(!i.isDirectory()&&s.isDirectory())return u(new Error(`Cannot overwrite directory '${t}' with non-directory '${e}'.`))}return i.isDirectory()&&Ze(e,t)?u(new Error(Qe(e,t,n))):u(null,{srcStat:i,destStat:s})}))},checkPathsSync:function(e,t,n,r){const{srcStat:u,destStat:o}=function(e,t,n){let r;const u=n.dereference?e=>ze.statSync(e,{bigint:!0}):e=>ze.lstatSync(e,{bigint:!0}),o=u(e);try{r=u(t)}catch(e){if("ENOENT"===e.code)return{srcStat:o,destStat:null};throw e}return{srcStat:o,destStat:r}}(e,t,r);if(o){if(Xe(u,o)){const r=Ke.basename(e),i=Ke.basename(t);if("move"===n&&r!==i&&r.toLowerCase()===i.toLowerCase())return{srcStat:u,destStat:o,isChangingCase:!0};throw new Error("Source and destination must not be the same.")}if(u.isDirectory()&&!o.isDirectory())throw new Error(`Cannot overwrite non-directory '${t}' with directory '${e}'.`);if(!u.isDirectory()&&o.isDirectory())throw new Error(`Cannot overwrite directory '${t}' with non-directory '${e}'.`)}if(u.isDirectory()&&Ze(e,t))throw new Error(Qe(e,t,n));return{srcStat:u,destStat:o}},checkParentPaths:function e(t,n,r,u,o){const i=Ke.resolve(Ke.dirname(t)),s=Ke.resolve(Ke.dirname(r));if(s===i||s===Ke.parse(s).root)return o();ze.stat(s,{bigint:!0},((i,c)=>i?"ENOENT"===i.code?o():o(i):Xe(n,c)?o(new Error(Qe(t,r,u))):e(t,n,s,u,o)))},checkParentPathsSync:function e(t,n,r,u){const o=Ke.resolve(Ke.dirname(t)),i=Ke.resolve(Ke.dirname(r));if(i===o||i===Ke.parse(i).root)return;let s;try{s=ze.statSync(i,{bigint:!0})}catch(e){if("ENOENT"===e.code)return;throw e}if(Xe(n,s))throw new Error(Qe(t,r,u));return e(t,n,i,u)},isSrcSubdir:Ze,areIdentical:Xe};const tt=we,nt=p.default,rt=$e.mkdirs,ut=Ge.pathExists,ot=Ue,it=et;function st(e,t,n,r,u){const o=nt.dirname(n);ut(o,((i,s)=>i?u(i):s?at(e,t,n,r,u):void rt(o,(o=>o?u(o):at(e,t,n,r,u)))))}function ct(e,t,n,r,u,o){Promise.resolve(u.filter(n,r)).then((i=>i?e(t,n,r,u,o):o()),(e=>o(e)))}function at(e,t,n,r,u){(r.dereference?tt.stat:tt.lstat)(t,((o,i)=>o?u(o):i.isDirectory()?function(e,t,n,r,u,o){return t?Dt(n,r,u,o):function(e,t,n,r,u){tt.mkdir(n,(o=>{if(o)return u(o);Dt(t,n,r,(t=>t?u(t):dt(n,e,u)))}))}(e.mode,n,r,u,o)}(i,e,t,n,r,u):i.isFile()||i.isCharacterDevice()||i.isBlockDevice()?function(e,t,n,r,u,o){return t?function(e,t,n,r,u){if(!r.overwrite)return r.errorOnExist?u(new Error(`'${n}' already exists`)):u();tt.unlink(n,(o=>o?u(o):lt(e,t,n,r,u)))}(e,n,r,u,o):lt(e,n,r,u,o)}(i,e,t,n,r,u):i.isSymbolicLink()?function(e,t,n,r,u){tt.readlink(t,((t,o)=>t?u(t):(r.dereference&&(o=nt.resolve(process.cwd(),o)),e?void tt.readlink(n,((t,i)=>t?"EINVAL"===t.code||"UNKNOWN"===t.code?tt.symlink(o,n,u):u(t):(r.dereference&&(i=nt.resolve(process.cwd(),i)),it.isSrcSubdir(o,i)?u(new Error(`Cannot copy '${o}' to a subdirectory of itself, '${i}'.`)):e.isDirectory()&&it.isSrcSubdir(i,o)?u(new Error(`Cannot overwrite '${i}' with '${o}'.`)):function(e,t,n){tt.unlink(t,(r=>r?n(r):tt.symlink(e,t,n)))}(o,n,u)))):tt.symlink(o,n,u))))}(e,t,n,r,u):i.isSocket()?u(new Error(`Cannot copy a socket file: ${t}`)):i.isFIFO()?u(new Error(`Cannot copy a FIFO pipe: ${t}`)):u(new Error(`Unknown file: ${t}`))))}function lt(e,t,n,r,u){tt.copyFile(t,n,(o=>o?u(o):r.preserveTimestamps?function(e,t,n,r){if(function(e){return 0==(128&e)}(e))return function(e,t,n){return dt(e,128|t,n)}(n,e,(u=>u?r(u):ft(e,t,n,r)));return ft(e,t,n,r)}(e.mode,t,n,u):dt(n,e.mode,u)))}function ft(e,t,n,r){!function(e,t,n){tt.stat(e,((e,r)=>e?n(e):ot(t,r.atime,r.mtime,n)))}(t,n,(t=>t?r(t):dt(n,e,r)))}function dt(e,t,n){return tt.chmod(e,t,n)}function Dt(e,t,n,r){tt.readdir(e,((u,o)=>u?r(u):pt(o,e,t,n,r)))}function pt(e,t,n,r,u){const o=e.pop();return o?function(e,t,n,r,u,o){const i=nt.join(n,t),s=nt.join(r,t);it.checkPaths(i,s,"copy",u,((t,c)=>{if(t)return o(t);const{destStat:a}=c;!function(e,t,n,r,u){r.filter?ct(at,e,t,n,r,u):at(e,t,n,r,u)}(a,i,s,u,(t=>t?o(t):pt(e,n,r,u,o)))}))}(e,o,t,n,r,u):u()}var Et=function(e,t,n,r){"function"!=typeof n||r?"function"==typeof n&&(n={filter:n}):(r=n,n={}),r=r||function(){},(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269"),it.checkPaths(e,t,"copy",n,((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;it.checkParentPaths(e,i,t,"copy",(u=>u?r(u):n.filter?ct(st,s,e,t,n,r):st(s,e,t,n,r)))}))};const mt=we,ht=p.default,yt=$e.mkdirsSync,Ct=We,Ft=et;function gt(e,t,n,r){const u=(r.dereference?mt.statSync:mt.lstatSync)(t);if(u.isDirectory())return function(e,t,n,r,u){return t?St(n,r,u):function(e,t,n,r){return mt.mkdirSync(n),St(t,n,r),vt(n,e)}(e.mode,n,r,u)}(u,e,t,n,r);if(u.isFile()||u.isCharacterDevice()||u.isBlockDevice())return function(e,t,n,r,u){return t?function(e,t,n,r){if(r.overwrite)return mt.unlinkSync(n),At(e,t,n,r);if(r.errorOnExist)throw new Error(`'${n}' already exists`)}(e,n,r,u):At(e,n,r,u)}(u,e,t,n,r);if(u.isSymbolicLink())return function(e,t,n,r){let u=mt.readlinkSync(t);r.dereference&&(u=ht.resolve(process.cwd(),u));if(e){let e;try{e=mt.readlinkSync(n)}catch(e){if("EINVAL"===e.code||"UNKNOWN"===e.code)return mt.symlinkSync(u,n);throw e}if(r.dereference&&(e=ht.resolve(process.cwd(),e)),Ft.isSrcSubdir(u,e))throw new Error(`Cannot copy '${u}' to a subdirectory of itself, '${e}'.`);if(mt.statSync(n).isDirectory()&&Ft.isSrcSubdir(e,u))throw new Error(`Cannot overwrite '${e}' with '${u}'.`);return function(e,t){return mt.unlinkSync(t),mt.symlinkSync(e,t)}(u,n)}return mt.symlinkSync(u,n)}(e,t,n,r);if(u.isSocket())throw new Error(`Cannot copy a socket file: ${t}`);if(u.isFIFO())throw new Error(`Cannot copy a FIFO pipe: ${t}`);throw new Error(`Unknown file: ${t}`)}function At(e,t,n,r){return mt.copyFileSync(t,n),r.preserveTimestamps&&function(e,t,n){(function(e){return 0==(128&e)})(e)&&function(e,t){vt(e,128|t)}(n,e);(function(e,t){const n=mt.statSync(e);Ct(t,n.atime,n.mtime)})(t,n)}(e.mode,t,n),vt(n,e.mode)}function vt(e,t){return mt.chmodSync(e,t)}function St(e,t,n){mt.readdirSync(e).forEach((r=>function(e,t,n,r){const u=ht.join(t,e),o=ht.join(n,e),{destStat:i}=Ft.checkPathsSync(u,o,"copy",r);return function(e,t,n,r){if(!r.filter||r.filter(t,n))return gt(e,t,n,r)}(i,u,o,r)}(r,e,t,n)))}var wt=function(e,t,n){"function"==typeof n&&(n={filter:n}),(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269");const{srcStat:r,destStat:u}=Ft.checkPathsSync(e,t,"copy",n);return Ft.checkParentPathsSync(e,r,t,"copy"),function(e,t,n,r){if(r.filter&&!r.filter(t,n))return;const u=ht.dirname(n);mt.existsSync(u)||yt(u);return gt(e,t,n,r)}(u,e,t,n)};var Ot={copy:(0,re.fromCallback)(Et),copySync:wt};const bt=we,_t=p.default,Bt=g.default,Pt="win32"===process.platform;function kt(e){["unlink","chmod","stat","lstat","rmdir","readdir"].forEach((t=>{e[t]=e[t]||bt[t],e[t+="Sync"]=e[t]||bt[t]})),e.maxBusyTries=e.maxBusyTries||3}function xt(e,t,n){let r=0;"function"==typeof t&&(n=t,t={}),Bt(e,"rimraf: missing path"),Bt.strictEqual(typeof e,"string","rimraf: path should be a string"),Bt.strictEqual(typeof n,"function","rimraf: callback function required"),Bt(t,"rimraf: invalid options argument provided"),Bt.strictEqual(typeof t,"object","rimraf: options should be object"),kt(t),Nt(e,t,(function u(o){if(o){if(("EBUSY"===o.code||"ENOTEMPTY"===o.code||"EPERM"===o.code)&&rNt(e,t,u)),100*r)}"ENOENT"===o.code&&(o=null)}n(o)}))}function Nt(e,t,n){Bt(e),Bt(t),Bt("function"==typeof n),t.lstat(e,((r,u)=>r&&"ENOENT"===r.code?n(null):r&&"EPERM"===r.code&&Pt?It(e,t,r,n):u&&u.isDirectory()?Rt(e,t,r,n):void t.unlink(e,(r=>{if(r){if("ENOENT"===r.code)return n(null);if("EPERM"===r.code)return Pt?It(e,t,r,n):Rt(e,t,r,n);if("EISDIR"===r.code)return Rt(e,t,r,n)}return n(r)}))))}function It(e,t,n,r){Bt(e),Bt(t),Bt("function"==typeof r),t.chmod(e,438,(u=>{u?r("ENOENT"===u.code?null:n):t.stat(e,((u,o)=>{u?r("ENOENT"===u.code?null:n):o.isDirectory()?Rt(e,t,n,r):t.unlink(e,r)}))}))}function Tt(e,t,n){let r;Bt(e),Bt(t);try{t.chmodSync(e,438)}catch(e){if("ENOENT"===e.code)return;throw n}try{r=t.statSync(e)}catch(e){if("ENOENT"===e.code)return;throw n}r.isDirectory()?Lt(e,t,n):t.unlinkSync(e)}function Rt(e,t,n,r){Bt(e),Bt(t),Bt("function"==typeof r),t.rmdir(e,(u=>{!u||"ENOTEMPTY"!==u.code&&"EEXIST"!==u.code&&"EPERM"!==u.code?u&&"ENOTDIR"===u.code?r(n):r(u):function(e,t,n){Bt(e),Bt(t),Bt("function"==typeof n),t.readdir(e,((r,u)=>{if(r)return n(r);let o,i=u.length;if(0===i)return t.rmdir(e,n);u.forEach((r=>{xt(_t.join(e,r),t,(r=>{if(!o)return r?n(o=r):void(0==--i&&t.rmdir(e,n))}))}))}))}(e,t,r)}))}function Mt(e,t){let n;kt(t=t||{}),Bt(e,"rimraf: missing path"),Bt.strictEqual(typeof e,"string","rimraf: path should be a string"),Bt(t,"rimraf: missing options"),Bt.strictEqual(typeof t,"object","rimraf: options should be object");try{n=t.lstatSync(e)}catch(n){if("ENOENT"===n.code)return;"EPERM"===n.code&&Pt&&Tt(e,t,n)}try{n&&n.isDirectory()?Lt(e,t,null):t.unlinkSync(e)}catch(n){if("ENOENT"===n.code)return;if("EPERM"===n.code)return Pt?Tt(e,t,n):Lt(e,t,n);if("EISDIR"!==n.code)throw n;Lt(e,t,n)}}function Lt(e,t,n){Bt(e),Bt(t);try{t.rmdirSync(e)}catch(r){if("ENOTDIR"===r.code)throw n;if("ENOTEMPTY"===r.code||"EEXIST"===r.code||"EPERM"===r.code)!function(e,t){if(Bt(e),Bt(t),t.readdirSync(e).forEach((n=>Mt(_t.join(e,n),t))),!Pt){return t.rmdirSync(e,t)}{const n=Date.now();do{try{return t.rmdirSync(e,t)}catch{}}while(Date.now()-n<500)}}(e,t);else if("ENOENT"!==r.code)throw r}}var jt=xt;xt.sync=Mt;const $t=we,Ht=re.fromCallback,Jt=jt;var Gt={remove:Ht((function(e,t){if($t.rm)return $t.rm(e,{recursive:!0,force:!0},t);Jt(e,t)})),removeSync:function(e){if($t.rmSync)return $t.rmSync(e,{recursive:!0,force:!0});Jt.sync(e)}};const Vt=re.fromPromise,Ut=ne,Wt=p.default,zt=$e,Kt=Gt,qt=Vt((async function(e){let t;try{t=await Ut.readdir(e)}catch{return zt.mkdirs(e)}return Promise.all(t.map((t=>Kt.remove(Wt.join(e,t)))))}));function Yt(e){let t;try{t=Ut.readdirSync(e)}catch{return zt.mkdirsSync(e)}t.forEach((t=>{t=Wt.join(e,t),Kt.removeSync(t)}))}var Xt={emptyDirSync:Yt,emptydirSync:Yt,emptyDir:qt,emptydir:qt};const Zt=re.fromCallback,Qt=p.default,en=we,tn=$e;var nn={createFile:Zt((function(e,t){function n(){en.writeFile(e,"",(e=>{if(e)return t(e);t()}))}en.stat(e,((r,u)=>{if(!r&&u.isFile())return t();const o=Qt.dirname(e);en.stat(o,((e,r)=>{if(e)return"ENOENT"===e.code?tn.mkdirs(o,(e=>{if(e)return t(e);n()})):t(e);r.isDirectory()?n():en.readdir(o,(e=>{if(e)return t(e)}))}))}))})),createFileSync:function(e){let t;try{t=en.statSync(e)}catch{}if(t&&t.isFile())return;const n=Qt.dirname(e);try{en.statSync(n).isDirectory()||en.readdirSync(n)}catch(e){if(!e||"ENOENT"!==e.code)throw e;tn.mkdirsSync(n)}en.writeFileSync(e,"")}};const rn=re.fromCallback,un=p.default,on=we,sn=$e,cn=Ge.pathExists,{areIdentical:an}=et;var ln={createLink:rn((function(e,t,n){function r(e,t){on.link(e,t,(e=>{if(e)return n(e);n(null)}))}on.lstat(t,((u,o)=>{on.lstat(e,((u,i)=>{if(u)return u.message=u.message.replace("lstat","ensureLink"),n(u);if(o&&an(i,o))return n(null);const s=un.dirname(t);cn(s,((u,o)=>u?n(u):o?r(e,t):void sn.mkdirs(s,(u=>{if(u)return n(u);r(e,t)}))))}))}))})),createLinkSync:function(e,t){let n;try{n=on.lstatSync(t)}catch{}try{const t=on.lstatSync(e);if(n&&an(t,n))return}catch(e){throw e.message=e.message.replace("lstat","ensureLink"),e}const r=un.dirname(t);return on.existsSync(r)||sn.mkdirsSync(r),on.linkSync(e,t)}};const fn=p.default,dn=we,Dn=Ge.pathExists;var pn={symlinkPaths:function(e,t,n){if(fn.isAbsolute(e))return dn.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:e})));{const r=fn.dirname(t),u=fn.join(r,e);return Dn(u,((t,o)=>t?n(t):o?n(null,{toCwd:u,toDst:e}):dn.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:fn.relative(r,e)})))))}},symlinkPathsSync:function(e,t){let n;if(fn.isAbsolute(e)){if(n=dn.existsSync(e),!n)throw new Error("absolute srcpath does not exist");return{toCwd:e,toDst:e}}{const r=fn.dirname(t),u=fn.join(r,e);if(n=dn.existsSync(u),n)return{toCwd:u,toDst:e};if(n=dn.existsSync(e),!n)throw new Error("relative srcpath does not exist");return{toCwd:e,toDst:fn.relative(r,e)}}}};const En=we;var mn={symlinkType:function(e,t,n){if(n="function"==typeof t?t:n,t="function"!=typeof t&&t)return n(null,t);En.lstat(e,((e,r)=>{if(e)return n(null,"file");t=r&&r.isDirectory()?"dir":"file",n(null,t)}))},symlinkTypeSync:function(e,t){let n;if(t)return t;try{n=En.lstatSync(e)}catch{return"file"}return n&&n.isDirectory()?"dir":"file"}};const hn=re.fromCallback,yn=p.default,Cn=ne,Fn=$e.mkdirs,gn=$e.mkdirsSync,An=pn.symlinkPaths,vn=pn.symlinkPathsSync,Sn=mn.symlinkType,wn=mn.symlinkTypeSync,On=Ge.pathExists,{areIdentical:bn}=et;function _n(e,t,n,r){An(e,t,((u,o)=>{if(u)return r(u);e=o.toDst,Sn(o.toCwd,n,((n,u)=>{if(n)return r(n);const o=yn.dirname(t);On(o,((n,i)=>n?r(n):i?Cn.symlink(e,t,u,r):void Fn(o,(n=>{if(n)return r(n);Cn.symlink(e,t,u,r)}))))}))}))}var Bn={createSymlink:hn((function(e,t,n,r){r="function"==typeof n?n:r,n="function"!=typeof n&&n,Cn.lstat(t,((u,o)=>{!u&&o.isSymbolicLink()?Promise.all([Cn.stat(e),Cn.stat(t)]).then((([u,o])=>{if(bn(u,o))return r(null);_n(e,t,n,r)})):_n(e,t,n,r)}))})),createSymlinkSync:function(e,t,n){let r;try{r=Cn.lstatSync(t)}catch{}if(r&&r.isSymbolicLink()){const n=Cn.statSync(e),r=Cn.statSync(t);if(bn(n,r))return}const u=vn(e,t);e=u.toDst,n=wn(u.toCwd,n);const o=yn.dirname(t);return Cn.existsSync(o)||gn(o),Cn.symlinkSync(e,t,n)}};const{createFile:Pn,createFileSync:kn}=nn,{createLink:xn,createLinkSync:Nn}=ln,{createSymlink:In,createSymlinkSync:Tn}=Bn;var Rn={createFile:Pn,createFileSync:kn,ensureFile:Pn,ensureFileSync:kn,createLink:xn,createLinkSync:Nn,ensureLink:xn,ensureLinkSync:Nn,createSymlink:In,createSymlinkSync:Tn,ensureSymlink:In,ensureSymlinkSync:Tn};var Mn={stringify:function(e,{EOL:t="\n",finalEOL:n=!0,replacer:r=null,spaces:u}={}){const o=n?t:"";return JSON.stringify(e,r,u).replace(/\n/g,t)+o},stripBom:function(e){return Buffer.isBuffer(e)&&(e=e.toString("utf8")),e.replace(/^\uFEFF/,"")}};let Ln;try{Ln=we}catch(e){Ln=D.default}const jn=re,{stringify:$n,stripBom:Hn}=Mn;const Jn=jn.fromPromise((async function(e,t={}){"string"==typeof t&&(t={encoding:t});const n=t.fs||Ln,r=!("throws"in t)||t.throws;let u,o=await jn.fromCallback(n.readFile)(e,t);o=Hn(o);try{u=JSON.parse(o,t?t.reviver:null)}catch(t){if(r)throw t.message=`${e}: ${t.message}`,t;return null}return u}));const Gn=jn.fromPromise((async function(e,t,n={}){const r=n.fs||Ln,u=$n(t,n);await jn.fromCallback(r.writeFile)(e,u,n)}));const Vn={readFile:Jn,readFileSync:function(e,t={}){"string"==typeof t&&(t={encoding:t});const n=t.fs||Ln,r=!("throws"in t)||t.throws;try{let r=n.readFileSync(e,t);return r=Hn(r),JSON.parse(r,t.reviver)}catch(t){if(r)throw t.message=`${e}: ${t.message}`,t;return null}},writeFile:Gn,writeFileSync:function(e,t,n={}){const r=n.fs||Ln,u=$n(t,n);return r.writeFileSync(e,u,n)}};var Un={readJson:Vn.readFile,readJsonSync:Vn.readFileSync,writeJson:Vn.writeFile,writeJsonSync:Vn.writeFileSync};const Wn=re.fromCallback,zn=we,Kn=p.default,qn=$e,Yn=Ge.pathExists;var Xn={outputFile:Wn((function(e,t,n,r){"function"==typeof n&&(r=n,n="utf8");const u=Kn.dirname(e);Yn(u,((o,i)=>o?r(o):i?zn.writeFile(e,t,n,r):void qn.mkdirs(u,(u=>{if(u)return r(u);zn.writeFile(e,t,n,r)}))))})),outputFileSync:function(e,...t){const n=Kn.dirname(e);if(zn.existsSync(n))return zn.writeFileSync(e,...t);qn.mkdirsSync(n),zn.writeFileSync(e,...t)}};const{stringify:Zn}=Mn,{outputFile:Qn}=Xn;var er=async function(e,t,n={}){const r=Zn(t,n);await Qn(e,r,n)};const{stringify:tr}=Mn,{outputFileSync:nr}=Xn;var rr=function(e,t,n){const r=tr(t,n);nr(e,r,n)};const ur=re.fromPromise,or=Un;or.outputJson=ur(er),or.outputJsonSync=rr,or.outputJSON=or.outputJson,or.outputJSONSync=or.outputJsonSync,or.writeJSON=or.writeJson,or.writeJSONSync=or.writeJsonSync,or.readJSON=or.readJson,or.readJSONSync=or.readJsonSync;var ir=or;const sr=we,cr=p.default,ar=Ot.copy,lr=Gt.remove,fr=$e.mkdirp,dr=Ge.pathExists,Dr=et;function pr(e,t,n,r,u){return r?Er(e,t,n,u):n?lr(t,(r=>r?u(r):Er(e,t,n,u))):void dr(t,((r,o)=>r?u(r):o?u(new Error("dest already exists.")):Er(e,t,n,u)))}function Er(e,t,n,r){sr.rename(e,t,(u=>u?"EXDEV"!==u.code?r(u):function(e,t,n,r){const u={overwrite:n,errorOnExist:!0};ar(e,t,u,(t=>t?r(t):lr(e,r)))}(e,t,n,r):r()))}var mr=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=n.overwrite||n.clobber||!1;Dr.checkPaths(e,t,"move",n,((n,o)=>{if(n)return r(n);const{srcStat:i,isChangingCase:s=!1}=o;Dr.checkParentPaths(e,i,t,"move",(n=>n?r(n):function(e){const t=cr.dirname(e);return cr.parse(t).root===t}(t)?pr(e,t,u,s,r):void fr(cr.dirname(t),(n=>n?r(n):pr(e,t,u,s,r)))))}))};const hr=we,yr=p.default,Cr=Ot.copySync,Fr=Gt.removeSync,gr=$e.mkdirpSync,Ar=et;function vr(e,t,n){try{hr.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)throw r;return function(e,t,n){const r={overwrite:n,errorOnExist:!0};return Cr(e,t,r),Fr(e)}(e,t,n)}}var Sr=function(e,t,n){const r=(n=n||{}).overwrite||n.clobber||!1,{srcStat:u,isChangingCase:o=!1}=Ar.checkPathsSync(e,t,"move",n);return Ar.checkParentPathsSync(e,u,t,"move"),function(e){const t=yr.dirname(e);return yr.parse(t).root===t}(t)||gr(yr.dirname(t)),function(e,t,n,r){if(r)return vr(e,t,n);if(n)return Fr(t),vr(e,t,n);if(hr.existsSync(t))throw new Error("dest already exists.");return vr(e,t,n)}(e,t,r,o)};var wr,Or,br,_r,Br,Pr={move:(0,re.fromCallback)(mr),moveSync:Sr},kr={...ne,...Ot,...Xt,...Rn,...ir,...$e,...Pr,...Xn,...Ge,...Gt},xr={},Nr={exports:{}},Ir={exports:{}};function Tr(){if(Or)return wr;Or=1;var e=1e3,t=60*e,n=60*t,r=24*n,u=7*r,o=365.25*r;function i(e,t,n,r){var u=t>=1.5*n;return Math.round(e/n)+" "+r+(u?"s":"")}return wr=function(s,c){c=c||{};var a=typeof s;if("string"===a&&s.length>0)return function(i){if((i=String(i)).length>100)return;var s=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(i);if(!s)return;var c=parseFloat(s[1]);switch((s[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return c*o;case"weeks":case"week":case"w":return c*u;case"days":case"day":case"d":return c*r;case"hours":case"hour":case"hrs":case"hr":case"h":return c*n;case"minutes":case"minute":case"mins":case"min":case"m":return c*t;case"seconds":case"second":case"secs":case"sec":case"s":return c*e;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return c;default:return}}(s);if("number"===a&&isFinite(s))return c.long?function(u){var o=Math.abs(u);if(o>=r)return i(u,o,r,"day");if(o>=n)return i(u,o,n,"hour");if(o>=t)return i(u,o,t,"minute");if(o>=e)return i(u,o,e,"second");return u+" ms"}(s):function(u){var o=Math.abs(u);if(o>=r)return Math.round(u/r)+"d";if(o>=n)return Math.round(u/n)+"h";if(o>=t)return Math.round(u/t)+"m";if(o>=e)return Math.round(u/e)+"s";return u+"ms"}(s);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(s))}}function Rr(){if(_r)return br;return _r=1,br=function(e){function t(e){let r,u,o,i=null;function s(...e){if(!s.enabled)return;const n=s,u=Number(new Date),o=u-(r||u);n.diff=o,n.prev=r,n.curr=u,r=u,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let i=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((r,u)=>{if("%%"===r)return"%";i++;const o=t.formatters[u];if("function"==typeof o){const t=e[i];r=o.call(n,t),e.splice(i,1),i--}return r})),t.formatArgs.call(n,e);(n.log||t.log).apply(n,e)}return s.namespace=e,s.useColors=t.useColors(),s.color=t.selectColor(e),s.extend=n,s.destroy=t.destroy,Object.defineProperty(s,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==i?i:(u!==t.namespaces&&(u=t.namespaces,o=t.enabled(e)),o),set:e=>{i=e}}),"function"==typeof t.init&&t.init(s),s}function n(e,n){const r=t(this.namespace+(void 0===n?":":n)+e);return r.log=this.log,r}function r(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){if(e instanceof Error)return e.stack||e.message;return e},t.disable=function(){const e=[...t.names.map(r),...t.skips.map(r).map((e=>"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){let n;t.save(e),t.namespaces=e,t.names=[],t.skips=[];const r=("string"==typeof e?e:"").split(/[\s,]+/),u=r.length;for(n=0;n{t[n]=e[n]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let n=0;for(let t=0;t{const n=e.startsWith("-")?"":1===e.length?"-":"--",r=t.indexOf(n+e),u=t.indexOf("--");return-1!==r&&(-1===u||r{}),"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."),t.colors=[6,2,3,4,5,1];try{const e=function(){if($r)return jr;$r=1;const e=E.default,t=A.default,n=Vr(),{env:r}=process;let u;function o(e){return 0!==e&&{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}function i(t,o){if(0===u)return 0;if(n("color=16m")||n("color=full")||n("color=truecolor"))return 3;if(n("color=256"))return 2;if(t&&!o&&void 0===u)return 0;const i=u||0;if("dumb"===r.TERM)return i;if("win32"===process.platform){const t=e.release().split(".");return Number(t[0])>=10&&Number(t[2])>=10586?Number(t[2])>=14931?3:2:1}if("CI"in r)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some((e=>e in r))||"codeship"===r.CI_NAME?1:i;if("TEAMCITY_VERSION"in r)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(r.TEAMCITY_VERSION)?1:0;if("truecolor"===r.COLORTERM)return 3;if("TERM_PROGRAM"in r){const e=parseInt((r.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(r.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(r.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(r.TERM)||"COLORTERM"in r?1:i}return n("no-color")||n("no-colors")||n("color=false")||n("color=never")?u=0:(n("color")||n("colors")||n("color=true")||n("color=always"))&&(u=1),"FORCE_COLOR"in r&&(u="true"===r.FORCE_COLOR?1:"false"===r.FORCE_COLOR?0:0===r.FORCE_COLOR.length?1:Math.min(parseInt(r.FORCE_COLOR,10),3)),jr={supportsColor:function(e){return o(i(e,e&&e.isTTY))},stdout:o(i(!0,t.isatty(1))),stderr:o(i(!0,t.isatty(2)))}}();e&&(e.stderr||e).level>=2&&(t.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch(e){}t.inspectOpts=Object.keys(process.env).filter((e=>/^debug_/i.test(e))).reduce(((e,t)=>{const n=t.substring(6).toLowerCase().replace(/_([a-z])/g,((e,t)=>t.toUpperCase()));let r=process.env[t];return r=!!/^(yes|on|true|enabled)$/i.test(r)||!/^(no|off|false|disabled)$/i.test(r)&&("null"===r?null:Number(r)),e[n]=r,e}),{}),e.exports=Rr()(t);const{formatters:u}=e.exports;u.o=function(e){return this.inspectOpts.colors=this.useColors,r.inspect(e,this.inspectOpts).split("\n").map((e=>e.trim())).join(" ")},u.O=function(e){return this.inspectOpts.colors=this.useColors,r.inspect(e,this.inspectOpts)}}(Gr,Gr.exports)),Gr.exports}Jr=Nr,"undefined"==typeof process||"renderer"===process.type||!0===process.browser||process.__nwjs?Jr.exports=(Br||(Br=1,function(e,t){t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const n="color: "+this.color;t.splice(1,0,n,"color: inherit");let r=0,u=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(r++,"%c"===e&&(u=r))})),t.splice(u,0,n)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug")}catch(e){}return!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e},t.useColors=function(){return!("undefined"==typeof window||!window.process||"renderer"!==window.process.type&&!window.process.__nwjs)||("undefined"==typeof navigator||!navigator.userAgent||!navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))&&("undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/))},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=Rr()(t);const{formatters:n}=e.exports;n.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}}(Ir,Ir.exports)),Ir.exports):Jr.exports=Ur();var Wr=function(e){return(e=e||{}).circles?function(e){var t=[],n=[];return e.proto?function e(u){if("object"!=typeof u||null===u)return u;if(u instanceof Date)return new Date(u);if(Array.isArray(u))return r(u,e);if(u instanceof Map)return new Map(r(Array.from(u),e));if(u instanceof Set)return new Set(r(Array.from(u),e));var o={};for(var i in t.push(u),n.push(o),u){var s=u[i];if("object"!=typeof s||null===s)o[i]=s;else if(s instanceof Date)o[i]=new Date(s);else if(s instanceof Map)o[i]=new Map(r(Array.from(s),e));else if(s instanceof Set)o[i]=new Set(r(Array.from(s),e));else if(ArrayBuffer.isView(s))o[i]=zr(s);else{var c=t.indexOf(s);o[i]=-1!==c?n[c]:e(s)}}return t.pop(),n.pop(),o}:function e(u){if("object"!=typeof u||null===u)return u;if(u instanceof Date)return new Date(u);if(Array.isArray(u))return r(u,e);if(u instanceof Map)return new Map(r(Array.from(u),e));if(u instanceof Set)return new Set(r(Array.from(u),e));var o={};for(var i in t.push(u),n.push(o),u)if(!1!==Object.hasOwnProperty.call(u,i)){var s=u[i];if("object"!=typeof s||null===s)o[i]=s;else if(s instanceof Date)o[i]=new Date(s);else if(s instanceof Map)o[i]=new Map(r(Array.from(s),e));else if(s instanceof Set)o[i]=new Set(r(Array.from(s),e));else if(ArrayBuffer.isView(s))o[i]=zr(s);else{var c=t.indexOf(s);o[i]=-1!==c?n[c]:e(s)}}return t.pop(),n.pop(),o};function r(e,r){for(var u=Object.keys(e),o=new Array(u.length),i=0;i!e,Qr=e=>e&&"object"==typeof e&&!Array.isArray(e),eu=(e,t,n)=>{(Array.isArray(t)?t:[t]).forEach((t=>{if(t)throw new Error(`Problem with log4js configuration: (${Kr.inspect(e,{depth:5})}) - ${n}`)}))};var tu={configure:e=>{qr("New configuration to be validated: ",e),eu(e,Zr(Qr(e)),"must be an object."),qr(`Calling pre-processing listeners (${Yr.length})`),Yr.forEach((t=>t(e))),qr("Configuration pre-processing finished."),qr(`Calling configuration listeners (${Xr.length})`),Xr.forEach((t=>t(e))),qr("Configuration finished.")},addListener:e=>{Xr.push(e),qr(`Added listener, now ${Xr.length} listeners`)},addPreProcessingListener:e=>{Yr.push(e),qr(`Added pre-processing listener, now ${Yr.length} listeners`)},throwExceptionIf:eu,anObject:Qr,anInteger:e=>e&&"number"==typeof e&&Number.isInteger(e),validIdentifier:e=>/^[A-Za-z][A-Za-z0-9_]*$/g.test(e),not:Zr},nu={exports:{}};!function(e){function t(e,t){for(var n=e.toString();n.length-1?s:c,l=n(u.getHours()),f=n(u.getMinutes()),d=n(u.getSeconds()),D=t(u.getMilliseconds(),3),p=function(e){var t=Math.abs(e),n=String(Math.floor(t/60)),r=String(t%60);return n=("0"+n).slice(-2),r=("0"+r).slice(-2),0===e?"Z":(e<0?"+":"-")+n+":"+r}(u.getTimezoneOffset());return r.replace(/dd/g,o).replace(/MM/g,i).replace(/y{1,4}/g,a).replace(/hh/g,l).replace(/mm/g,f).replace(/ss/g,d).replace(/SSS/g,D).replace(/O/g,p)}function u(e,t,n,r){e["set"+(r?"":"UTC")+t](n)}e.exports=r,e.exports.asString=r,e.exports.parse=function(t,n,r){if(!t)throw new Error("pattern must be supplied");return function(t,n,r){var o=t.indexOf("O")<0,i=!1,s=[{pattern:/y{1,4}/,regexp:"\\d{1,4}",fn:function(e,t){u(e,"FullYear",t,o)}},{pattern:/MM/,regexp:"\\d{1,2}",fn:function(e,t){u(e,"Month",t-1,o),e.getMonth()!==t-1&&(i=!0)}},{pattern:/dd/,regexp:"\\d{1,2}",fn:function(e,t){i&&u(e,"Month",e.getMonth()-1,o),u(e,"Date",t,o)}},{pattern:/hh/,regexp:"\\d{1,2}",fn:function(e,t){u(e,"Hours",t,o)}},{pattern:/mm/,regexp:"\\d\\d",fn:function(e,t){u(e,"Minutes",t,o)}},{pattern:/ss/,regexp:"\\d\\d",fn:function(e,t){u(e,"Seconds",t,o)}},{pattern:/SSS/,regexp:"\\d\\d\\d",fn:function(e,t){u(e,"Milliseconds",t,o)}},{pattern:/O/,regexp:"[+-]\\d{1,2}:?\\d{2}?|Z",fn:function(e,t){t="Z"===t?0:t.replace(":","");var n=Math.abs(t),r=(t>0?-1:1)*(n%100+60*Math.floor(n/100));e.setUTCMinutes(e.getUTCMinutes()+r)}}],c=s.reduce((function(e,t){return t.pattern.test(e.regexp)?(t.index=e.regexp.match(t.pattern).index,e.regexp=e.regexp.replace(t.pattern,"("+t.regexp+")")):t.index=-1,e}),{regexp:t,index:[]}),a=s.filter((function(e){return e.index>-1}));a.sort((function(e,t){return e.index-t.index}));var l=new RegExp(c.regexp).exec(n);if(l){var f=r||e.exports.now();return a.forEach((function(e,t){e.fn(f,l[t+1])})),f}throw new Error("String '"+n+"' could not be parsed as '"+t+"'")}(t,n,r)},e.exports.now=function(){return new Date},e.exports.ISO8601_FORMAT="yyyy-MM-ddThh:mm:ss.SSS",e.exports.ISO8601_WITH_TZ_OFFSET_FORMAT="yyyy-MM-ddThh:mm:ss.SSSO",e.exports.DATETIME_FORMAT="dd MM yyyy hh:mm:ss.SSS",e.exports.ABSOLUTETIME_FORMAT="hh:mm:ss.SSS"}(nu);const ru=nu.exports,uu=E.default,ou=F.default,iu=p.default,su={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[90,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[91,39],yellow:[33,39]};function cu(e){return e?`[${su[e][0]}m`:""}function au(e){return e?`[${su[e][1]}m`:""}function lu(e,t){return n=ou.format("[%s] [%s] %s - ",ru.asString(e.startTime),e.level.toString(),e.categoryName),cu(r=t)+n+au(r);var n,r}function fu(e){return lu(e)+ou.format(...e.data)}function du(e){return lu(e,e.level.colour)+ou.format(...e.data)}function Du(e){return ou.format(...e.data)}function pu(e){return e.data[0]}function Eu(e,t){const n=/%(-?[0-9]+)?(\.?-?[0-9]+)?([[\]cdhmnprzxXyflos%])(\{([^}]+)\})?|([^%]+)/;function r(e){return e&&e.pid?e.pid.toString():process.pid.toString()}e=e||"%r %p %c - %m%n";const u={c:function(e,t){let n=e.categoryName;if(t){const e=parseInt(t,10),r=n.split(".");ee&&(n=r.slice(-e).join(iu.sep))}return n},l:function(e){return e.lineNumber?`${e.lineNumber}`:""},o:function(e){return e.columnNumber?`${e.columnNumber}`:""},s:function(e){return e.callStack||""}};function o(e,t,n){return u[e](t,n)}function i(e,t,n){let r=e;return r=function(e,t){let n;return e?(n=parseInt(e.substr(1),10),n>0?t.slice(0,n):t.slice(n)):t}(t,r),r=function(e,t){let n;if(e)if("-"===e.charAt(0))for(n=parseInt(e.substr(1),10);t.lengthDu,basic:()=>fu,colored:()=>du,coloured:()=>du,pattern:e=>Eu(e&&e.pattern,e&&e.tokens),dummy:()=>pu};var hu={basicLayout:fu,messagePassThroughLayout:Du,patternLayout:Eu,colouredLayout:du,coloredLayout:du,dummyLayout:pu,addLayout(e,t){mu[e]=t},layout:(e,t)=>mu[e]&&mu[e](t)};const yu=tu,Cu=["white","grey","black","blue","cyan","green","magenta","red","yellow"];class Fu{constructor(e,t,n){this.level=e,this.levelStr=t,this.colour=n}toString(){return this.levelStr}static getLevel(e,t){return e?e instanceof Fu?e:(e instanceof Object&&e.levelStr&&(e=e.levelStr),Fu[e.toString().toUpperCase()]||t):t}static addLevels(e){if(e){Object.keys(e).forEach((t=>{const n=t.toUpperCase();Fu[n]=new Fu(e[t].value,n,e[t].colour);const r=Fu.levels.findIndex((e=>e.levelStr===n));r>-1?Fu.levels[r]=Fu[n]:Fu.levels.push(Fu[n])})),Fu.levels.sort(((e,t)=>e.level-t.level))}}isLessThanOrEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level<=e.level}isGreaterThanOrEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level>=e.level}isEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level===e.level}}Fu.levels=[],Fu.addLevels({ALL:{value:Number.MIN_VALUE,colour:"grey"},TRACE:{value:5e3,colour:"blue"},DEBUG:{value:1e4,colour:"cyan"},INFO:{value:2e4,colour:"green"},WARN:{value:3e4,colour:"yellow"},ERROR:{value:4e4,colour:"red"},FATAL:{value:5e4,colour:"magenta"},MARK:{value:9007199254740992,colour:"grey"},OFF:{value:Number.MAX_VALUE,colour:"grey"}}),yu.addListener((e=>{const t=e.levels;if(t){yu.throwExceptionIf(e,yu.not(yu.anObject(t)),"levels must be an object");Object.keys(t).forEach((n=>{yu.throwExceptionIf(e,yu.not(yu.validIdentifier(n)),`level name "${n}" is not a valid identifier (must start with a letter, only contain A-Z,a-z,0-9,_)`),yu.throwExceptionIf(e,yu.not(yu.anObject(t[n])),`level "${n}" must be an object`),yu.throwExceptionIf(e,yu.not(t[n].value),`level "${n}" must have a 'value' property`),yu.throwExceptionIf(e,yu.not(yu.anInteger(t[n].value)),`level "${n}".value must have an integer value`),yu.throwExceptionIf(e,yu.not(t[n].colour),`level "${n}" must have a 'colour' property`),yu.throwExceptionIf(e,yu.not(Cu.indexOf(t[n].colour)>-1),`level "${n}".colour must be one of ${Cu.join(", ")}`)}))}})),yu.addListener((e=>{Fu.addLevels(e.levels)}));var gu=Fu,Au={exports:{}},vu={};/*! (c) 2020 Andrea Giammarchi */ +const{parse:Su,stringify:wu}=JSON,{keys:Ou}=Object,bu=String,_u="string",Bu={},Pu="object",ku=(e,t)=>t,xu=e=>e instanceof bu?bu(e):e,Nu=(e,t)=>typeof t===_u?new bu(t):t,Iu=(e,t,n,r)=>{const u=[];for(let o=Ou(n),{length:i}=o,s=0;s{const r=bu(t.push(n)-1);return e.set(n,r),r},Ru=(e,t)=>{const n=Su(e,Nu).map(xu),r=n[0],u=t||ku,o=typeof r===Pu&&r?Iu(n,new Set,r,u):r;return u.call({"":o},"",o)};vu.parse=Ru;const Mu=(e,t,n)=>{const r=t&&typeof t===Pu?(e,n)=>""===e||-1Su(Mu(e));vu.fromJSON=e=>Ru(wu(e));const Lu=vu,ju=gu;class $u{constructor(e,t,n,r,u){this.startTime=new Date,this.categoryName=e,this.data=n,this.level=t,this.context=Object.assign({},r),this.pid=process.pid,u&&(this.functionName=u.functionName,this.fileName=u.fileName,this.lineNumber=u.lineNumber,this.columnNumber=u.columnNumber,this.callStack=u.callStack)}serialise(){const e=this.data.map((e=>(e&&e.message&&e.stack&&(e=Object.assign({message:e.message,stack:e.stack},e)),e)));return this.data=e,Lu.stringify(this)}static deserialise(e){let t;try{const n=Lu.parse(e);n.data=n.data.map((e=>{if(e&&e.message&&e.stack){const t=new Error(e);Object.keys(e).forEach((n=>{t[n]=e[n]})),e=t}return e})),t=new $u(n.categoryName,ju.getLevel(n.level.levelStr),n.data,n.context),t.startTime=new Date(n.startTime),t.pid=n.pid,t.cluster=n.cluster}catch(n){t=new $u("log4js",ju.ERROR,["Unable to parse log:",e,"because: ",n])}return t}}var Hu=$u;const Ju=Nr.exports("log4js:clustering"),Gu=Hu,Vu=tu;let Uu=!1,Wu=null;try{Wu=require("cluster")}catch(e){Ju("cluster module not present"),Uu=!0}const zu=[];let Ku=!1,qu="NODE_APP_INSTANCE";const Yu=()=>Ku&&"0"===process.env[qu],Xu=()=>Uu||Wu.isMaster||Yu(),Zu=e=>{zu.forEach((t=>t(e)))},Qu=(e,t)=>{if(Ju("cluster message received from worker ",e,": ",t),e.topic&&e.data&&(t=e,e=void 0),t&&t.topic&&"log4js:message"===t.topic){Ju("received message: ",t.data);const e=Gu.deserialise(t.data);Zu(e)}};Uu||Vu.addListener((e=>{zu.length=0,({pm2:Ku,disableClustering:Uu,pm2InstanceVar:qu="NODE_APP_INSTANCE"}=e),Ju(`clustering disabled ? ${Uu}`),Ju(`cluster.isMaster ? ${Wu&&Wu.isMaster}`),Ju(`pm2 enabled ? ${Ku}`),Ju(`pm2InstanceVar = ${qu}`),Ju(`process.env[${qu}] = ${process.env[qu]}`),Ku&&process.removeListener("message",Qu),Wu&&Wu.removeListener&&Wu.removeListener("message",Qu),Uu||e.disableClustering?Ju("Not listening for cluster messages, because clustering disabled."):Yu()?(Ju("listening for PM2 broadcast messages"),process.on("message",Qu)):Wu.isMaster?(Ju("listening for cluster messages"),Wu.on("message",Qu)):Ju("not listening for messages, because we are not a master process")}));var eo={onlyOnMaster:(e,t)=>Xu()?e():t,isMaster:Xu,send:e=>{Xu()?Zu(e):(Ku||(e.cluster={workerId:Wu.worker.id,worker:process.pid}),process.send({topic:"log4js:message",data:e.serialise()}))},onMessage:e=>{zu.push(e)}},to={};function no(e){if("number"==typeof e&&Number.isInteger(e))return e;const t={K:1024,M:1048576,G:1073741824},n=Object.keys(t),r=e.substr(e.length-1).toLocaleUpperCase(),u=e.substring(0,e.length-1).trim();if(n.indexOf(r)<0||!Number.isInteger(Number(u)))throw Error(`maxLogSize: "${e}" is invalid`);return u*t[r]}function ro(e){return function(e,t){const n=Object.assign({},t);return Object.keys(e).forEach((r=>{n[r]&&(n[r]=e[r](t[r]))})),n}({maxLogSize:no},e)}const uo={file:ro,fileSync:ro};to.modifyConfig=e=>uo[e.type]?uo[e.type](e):e;var oo={};const io=console.log.bind(console);oo.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{io(e(n,t))}}(n,e.timezoneOffset)};var so={};so.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{process.stdout.write(`${e(n,t)}\n`)}}(n,e.timezoneOffset)};var co={};co.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{process.stderr.write(`${e(n,t)}\n`)}}(n,e.timezoneOffset)};var ao={};ao.configure=function(e,t,n,r){const u=n(e.appender);return function(e,t,n,r){const u=r.getLevel(e),o=r.getLevel(t,r.FATAL);return e=>{const t=e.level;t.isGreaterThanOrEqualTo(u)&&t.isLessThanOrEqualTo(o)&&n(e)}}(e.level,e.maxLevel,u,r)};var lo={};const fo=Nr.exports("log4js:categoryFilter");lo.configure=function(e,t,n){const r=n(e.appender);return function(e,t){return"string"==typeof e&&(e=[e]),n=>{fo(`Checking ${n.categoryName} against ${e}`),-1===e.indexOf(n.categoryName)&&(fo("Not excluded, sending to appender"),t(n))}}(e.exclude,r)};var Do={};const po=Nr.exports("log4js:noLogFilter");Do.configure=function(e,t,n){const r=n(e.appender);return function(e,t){return n=>{po(`Checking data: ${n.data} against filters: ${e}`),"string"==typeof e&&(e=[e]),e=e.filter((e=>null!=e&&""!==e));const r=new RegExp(e.join("|"),"i");(0===e.length||n.data.findIndex((e=>r.test(e)))<0)&&(po("Not excluded, sending to appender"),t(n))}}(e.exclude,r)};var Eo={},mo={exports:{}},ho={},yo={fromCallback:function(e){return Object.defineProperty((function(){if("function"!=typeof arguments[arguments.length-1])return new Promise(((t,n)=>{arguments[arguments.length]=(e,r)=>{if(e)return n(e);t(r)},arguments.length++,e.apply(this,arguments)}));e.apply(this,arguments)}),"name",{value:e.name})},fromPromise:function(e){return Object.defineProperty((function(){const t=arguments[arguments.length-1];if("function"!=typeof t)return e.apply(this,arguments);e.apply(this,arguments).then((e=>t(null,e)),t)}),"name",{value:e.name})}};!function(e){const t=yo.fromCallback,n=we,r=["access","appendFile","chmod","chown","close","copyFile","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","lchown","lchmod","link","lstat","mkdir","mkdtemp","open","readFile","readdir","readlink","realpath","rename","rmdir","stat","symlink","truncate","unlink","utimes","writeFile"].filter((e=>"function"==typeof n[e]));Object.keys(n).forEach((t=>{"promises"!==t&&(e[t]=n[t])})),r.forEach((r=>{e[r]=t(n[r])})),e.exists=function(e,t){return"function"==typeof t?n.exists(e,t):new Promise((t=>n.exists(e,t)))},e.read=function(e,t,r,u,o,i){return"function"==typeof i?n.read(e,t,r,u,o,i):new Promise(((i,s)=>{n.read(e,t,r,u,o,((e,t,n)=>{if(e)return s(e);i({bytesRead:t,buffer:n})}))}))},e.write=function(e,t,...r){return"function"==typeof r[r.length-1]?n.write(e,t,...r):new Promise(((u,o)=>{n.write(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffer:n})}))}))},"function"==typeof n.realpath.native&&(e.realpath.native=t(n.realpath.native))}(ho);const Co=p.default;function Fo(e){return(e=Co.normalize(Co.resolve(e)).split(Co.sep)).length>0?e[0]:null}const go=/[<>:"|?*]/;var Ao=function(e){const t=Fo(e);return e=e.replace(t,""),go.test(e)};const vo=we,So=p.default,wo=Ao,Oo=parseInt("0777",8);var bo=function e(t,n,r,u){if("function"==typeof n?(r=n,n={}):n&&"object"==typeof n||(n={mode:n}),"win32"===process.platform&&wo(t)){const e=new Error(t+" contains invalid WIN32 path characters.");return e.code="EINVAL",r(e)}let o=n.mode;const i=n.fs||vo;void 0===o&&(o=Oo&~process.umask()),u||(u=null),r=r||function(){},t=So.resolve(t),i.mkdir(t,o,(o=>{if(!o)return r(null,u=u||t);if("ENOENT"===o.code){if(So.dirname(t)===t)return r(o);e(So.dirname(t),n,((u,o)=>{u?r(u,o):e(t,n,r,o)}))}else i.stat(t,((e,t)=>{e||!t.isDirectory()?r(o,u):r(null,u)}))}))};const _o=we,Bo=p.default,Po=Ao,ko=parseInt("0777",8);var xo=function e(t,n,r){n&&"object"==typeof n||(n={mode:n});let u=n.mode;const o=n.fs||_o;if("win32"===process.platform&&Po(t)){const e=new Error(t+" contains invalid WIN32 path characters.");throw e.code="EINVAL",e}void 0===u&&(u=ko&~process.umask()),r||(r=null),t=Bo.resolve(t);try{o.mkdirSync(t,u),r=r||t}catch(u){if("ENOENT"===u.code){if(Bo.dirname(t)===t)throw u;r=e(Bo.dirname(t),n,r),e(t,n,r)}else{let e;try{e=o.statSync(t)}catch(e){throw u}if(!e.isDirectory())throw u}}return r};const No=(0,yo.fromCallback)(bo);var Io={mkdirs:No,mkdirsSync:xo,mkdirp:No,mkdirpSync:xo,ensureDir:No,ensureDirSync:xo};const To=we;E.default,p.default;var Ro=function(e,t,n,r){To.open(e,"r+",((e,u)=>{if(e)return r(e);To.futimes(u,t,n,(e=>{To.close(u,(t=>{r&&r(e||t)}))}))}))},Mo=function(e,t,n){const r=To.openSync(e,"r+");return To.futimesSync(r,t,n),To.closeSync(r)};const Lo=we,jo=p.default,$o=10,Ho=5,Jo=0,Go=process.versions.node.split("."),Vo=Number.parseInt(Go[0],10),Uo=Number.parseInt(Go[1],10),Wo=Number.parseInt(Go[2],10);function zo(){if(Vo>$o)return!0;if(Vo===$o){if(Uo>Ho)return!0;if(Uo===Ho&&Wo>=Jo)return!0}return!1}function Ko(e,t){const n=jo.resolve(e).split(jo.sep).filter((e=>e)),r=jo.resolve(t).split(jo.sep).filter((e=>e));return n.reduce(((e,t,n)=>e&&r[n]===t),!0)}function qo(e,t,n){return`Cannot ${n} '${e}' to a subdirectory of itself, '${t}'.`}var Yo,Xo,Zo={checkPaths:function(e,t,n,r){!function(e,t,n){zo()?Lo.stat(e,{bigint:!0},((e,r)=>{if(e)return n(e);Lo.stat(t,{bigint:!0},((e,t)=>e?"ENOENT"===e.code?n(null,{srcStat:r,destStat:null}):n(e):n(null,{srcStat:r,destStat:t})))})):Lo.stat(e,((e,r)=>{if(e)return n(e);Lo.stat(t,((e,t)=>e?"ENOENT"===e.code?n(null,{srcStat:r,destStat:null}):n(e):n(null,{srcStat:r,destStat:t})))}))}(e,t,((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;return s&&s.ino&&s.dev&&s.ino===i.ino&&s.dev===i.dev?r(new Error("Source and destination must not be the same.")):i.isDirectory()&&Ko(e,t)?r(new Error(qo(e,t,n))):r(null,{srcStat:i,destStat:s})}))},checkPathsSync:function(e,t,n){const{srcStat:r,destStat:u}=function(e,t){let n,r;n=zo()?Lo.statSync(e,{bigint:!0}):Lo.statSync(e);try{r=zo()?Lo.statSync(t,{bigint:!0}):Lo.statSync(t)}catch(e){if("ENOENT"===e.code)return{srcStat:n,destStat:null};throw e}return{srcStat:n,destStat:r}}(e,t);if(u&&u.ino&&u.dev&&u.ino===r.ino&&u.dev===r.dev)throw new Error("Source and destination must not be the same.");if(r.isDirectory()&&Ko(e,t))throw new Error(qo(e,t,n));return{srcStat:r,destStat:u}},checkParentPaths:function e(t,n,r,u,o){const i=jo.resolve(jo.dirname(t)),s=jo.resolve(jo.dirname(r));if(s===i||s===jo.parse(s).root)return o();zo()?Lo.stat(s,{bigint:!0},((i,c)=>i?"ENOENT"===i.code?o():o(i):c.ino&&c.dev&&c.ino===n.ino&&c.dev===n.dev?o(new Error(qo(t,r,u))):e(t,n,s,u,o))):Lo.stat(s,((i,c)=>i?"ENOENT"===i.code?o():o(i):c.ino&&c.dev&&c.ino===n.ino&&c.dev===n.dev?o(new Error(qo(t,r,u))):e(t,n,s,u,o)))},checkParentPathsSync:function e(t,n,r,u){const o=jo.resolve(jo.dirname(t)),i=jo.resolve(jo.dirname(r));if(i===o||i===jo.parse(i).root)return;let s;try{s=zo()?Lo.statSync(i,{bigint:!0}):Lo.statSync(i)}catch(e){if("ENOENT"===e.code)return;throw e}if(s.ino&&s.dev&&s.ino===n.ino&&s.dev===n.dev)throw new Error(qo(t,r,u));return e(t,n,i,u)},isSrcSubdir:Ko};const Qo=we,ei=p.default,ti=Io.mkdirsSync,ni=Mo,ri=Zo;function ui(e,t,n,r){if(!r.filter||r.filter(t,n))return function(e,t,n,r){const u=r.dereference?Qo.statSync:Qo.lstatSync,o=u(t);if(o.isDirectory())return function(e,t,n,r,u){if(!t)return function(e,t,n,r){return Qo.mkdirSync(n),ii(t,n,r),Qo.chmodSync(n,e.mode)}(e,n,r,u);if(t&&!t.isDirectory())throw new Error(`Cannot overwrite non-directory '${r}' with directory '${n}'.`);return ii(n,r,u)}(o,e,t,n,r);if(o.isFile()||o.isCharacterDevice()||o.isBlockDevice())return function(e,t,n,r,u){return t?function(e,t,n,r){if(r.overwrite)return Qo.unlinkSync(n),oi(e,t,n,r);if(r.errorOnExist)throw new Error(`'${n}' already exists`)}(e,n,r,u):oi(e,n,r,u)}(o,e,t,n,r);if(o.isSymbolicLink())return function(e,t,n,r){let u=Qo.readlinkSync(t);r.dereference&&(u=ei.resolve(process.cwd(),u));if(e){let e;try{e=Qo.readlinkSync(n)}catch(e){if("EINVAL"===e.code||"UNKNOWN"===e.code)return Qo.symlinkSync(u,n);throw e}if(r.dereference&&(e=ei.resolve(process.cwd(),e)),ri.isSrcSubdir(u,e))throw new Error(`Cannot copy '${u}' to a subdirectory of itself, '${e}'.`);if(Qo.statSync(n).isDirectory()&&ri.isSrcSubdir(e,u))throw new Error(`Cannot overwrite '${e}' with '${u}'.`);return function(e,t){return Qo.unlinkSync(t),Qo.symlinkSync(e,t)}(u,n)}return Qo.symlinkSync(u,n)}(e,t,n,r)}(e,t,n,r)}function oi(e,t,n,r){return"function"==typeof Qo.copyFileSync?(Qo.copyFileSync(t,n),Qo.chmodSync(n,e.mode),r.preserveTimestamps?ni(n,e.atime,e.mtime):void 0):function(e,t,n,r){const u=65536,o=(Xo?Yo:(Xo=1,Yo=function(e){if("function"==typeof Buffer.allocUnsafe)try{return Buffer.allocUnsafe(e)}catch(t){return new Buffer(e)}return new Buffer(e)}))(u),i=Qo.openSync(t,"r"),s=Qo.openSync(n,"w",e.mode);let c=0;for(;cfunction(e,t,n,r){const u=ei.join(t,e),o=ei.join(n,e),{destStat:i}=ri.checkPathsSync(u,o,"copy");return ui(i,u,o,r)}(r,e,t,n)))}var si=function(e,t,n){"function"==typeof n&&(n={filter:n}),(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269");const{srcStat:r,destStat:u}=ri.checkPathsSync(e,t,"copy");return ri.checkParentPathsSync(e,r,t,"copy"),function(e,t,n,r){if(r.filter&&!r.filter(t,n))return;const u=ei.dirname(n);Qo.existsSync(u)||ti(u);return ui(e,t,n,r)}(u,e,t,n)},ci={copySync:si};const ai=yo.fromPromise,li=ho;var fi={pathExists:ai((function(e){return li.access(e).then((()=>!0)).catch((()=>!1))})),pathExistsSync:li.existsSync};const di=we,Di=p.default,pi=Io.mkdirs,Ei=fi.pathExists,mi=Ro,hi=Zo;function yi(e,t,n,r,u){const o=Di.dirname(n);Ei(o,((i,s)=>i?u(i):s?Fi(e,t,n,r,u):void pi(o,(o=>o?u(o):Fi(e,t,n,r,u)))))}function Ci(e,t,n,r,u,o){Promise.resolve(u.filter(n,r)).then((i=>i?e(t,n,r,u,o):o()),(e=>o(e)))}function Fi(e,t,n,r,u){return r.filter?Ci(gi,e,t,n,r,u):gi(e,t,n,r,u)}function gi(e,t,n,r,u){(r.dereference?di.stat:di.lstat)(t,((o,i)=>o?u(o):i.isDirectory()?function(e,t,n,r,u,o){if(!t)return function(e,t,n,r,u){di.mkdir(n,(o=>{if(o)return u(o);Si(t,n,r,(t=>t?u(t):di.chmod(n,e.mode,u)))}))}(e,n,r,u,o);if(t&&!t.isDirectory())return o(new Error(`Cannot overwrite non-directory '${r}' with directory '${n}'.`));return Si(n,r,u,o)}(i,e,t,n,r,u):i.isFile()||i.isCharacterDevice()||i.isBlockDevice()?function(e,t,n,r,u,o){return t?function(e,t,n,r,u){if(!r.overwrite)return r.errorOnExist?u(new Error(`'${n}' already exists`)):u();di.unlink(n,(o=>o?u(o):Ai(e,t,n,r,u)))}(e,n,r,u,o):Ai(e,n,r,u,o)}(i,e,t,n,r,u):i.isSymbolicLink()?function(e,t,n,r,u){di.readlink(t,((t,o)=>t?u(t):(r.dereference&&(o=Di.resolve(process.cwd(),o)),e?void di.readlink(n,((t,i)=>t?"EINVAL"===t.code||"UNKNOWN"===t.code?di.symlink(o,n,u):u(t):(r.dereference&&(i=Di.resolve(process.cwd(),i)),hi.isSrcSubdir(o,i)?u(new Error(`Cannot copy '${o}' to a subdirectory of itself, '${i}'.`)):e.isDirectory()&&hi.isSrcSubdir(i,o)?u(new Error(`Cannot overwrite '${i}' with '${o}'.`)):function(e,t,n){di.unlink(t,(r=>r?n(r):di.symlink(e,t,n)))}(o,n,u)))):di.symlink(o,n,u))))}(e,t,n,r,u):void 0))}function Ai(e,t,n,r,u){return"function"==typeof di.copyFile?di.copyFile(t,n,(t=>t?u(t):vi(e,n,r,u))):function(e,t,n,r,u){const o=di.createReadStream(t);o.on("error",(e=>u(e))).once("open",(()=>{const t=di.createWriteStream(n,{mode:e.mode});t.on("error",(e=>u(e))).on("open",(()=>o.pipe(t))).once("close",(()=>vi(e,n,r,u)))}))}(e,t,n,r,u)}function vi(e,t,n,r){di.chmod(t,e.mode,(u=>u?r(u):n.preserveTimestamps?mi(t,e.atime,e.mtime,r):r()))}function Si(e,t,n,r){di.readdir(e,((u,o)=>u?r(u):wi(o,e,t,n,r)))}function wi(e,t,n,r,u){const o=e.pop();return o?function(e,t,n,r,u,o){const i=Di.join(n,t),s=Di.join(r,t);hi.checkPaths(i,s,"copy",((t,c)=>{if(t)return o(t);const{destStat:a}=c;Fi(a,i,s,u,(t=>t?o(t):wi(e,n,r,u,o)))}))}(e,o,t,n,r,u):u()}var Oi=function(e,t,n,r){"function"!=typeof n||r?"function"==typeof n&&(n={filter:n}):(r=n,n={}),r=r||function(){},(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269"),hi.checkPaths(e,t,"copy",((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;hi.checkParentPaths(e,i,t,"copy",(u=>u?r(u):n.filter?Ci(yi,s,e,t,n,r):yi(s,e,t,n,r)))}))};var bi={copy:(0,yo.fromCallback)(Oi)};const _i=we,Bi=p.default,Pi=g.default,ki="win32"===process.platform;function xi(e){["unlink","chmod","stat","lstat","rmdir","readdir"].forEach((t=>{e[t]=e[t]||_i[t],e[t+="Sync"]=e[t]||_i[t]})),e.maxBusyTries=e.maxBusyTries||3}function Ni(e,t,n){let r=0;"function"==typeof t&&(n=t,t={}),Pi(e,"rimraf: missing path"),Pi.strictEqual(typeof e,"string","rimraf: path should be a string"),Pi.strictEqual(typeof n,"function","rimraf: callback function required"),Pi(t,"rimraf: invalid options argument provided"),Pi.strictEqual(typeof t,"object","rimraf: options should be object"),xi(t),Ii(e,t,(function u(o){if(o){if(("EBUSY"===o.code||"ENOTEMPTY"===o.code||"EPERM"===o.code)&&rIi(e,t,u)),100*r)}"ENOENT"===o.code&&(o=null)}n(o)}))}function Ii(e,t,n){Pi(e),Pi(t),Pi("function"==typeof n),t.lstat(e,((r,u)=>r&&"ENOENT"===r.code?n(null):r&&"EPERM"===r.code&&ki?Ti(e,t,r,n):u&&u.isDirectory()?Mi(e,t,r,n):void t.unlink(e,(r=>{if(r){if("ENOENT"===r.code)return n(null);if("EPERM"===r.code)return ki?Ti(e,t,r,n):Mi(e,t,r,n);if("EISDIR"===r.code)return Mi(e,t,r,n)}return n(r)}))))}function Ti(e,t,n,r){Pi(e),Pi(t),Pi("function"==typeof r),n&&Pi(n instanceof Error),t.chmod(e,438,(u=>{u?r("ENOENT"===u.code?null:n):t.stat(e,((u,o)=>{u?r("ENOENT"===u.code?null:n):o.isDirectory()?Mi(e,t,n,r):t.unlink(e,r)}))}))}function Ri(e,t,n){let r;Pi(e),Pi(t),n&&Pi(n instanceof Error);try{t.chmodSync(e,438)}catch(e){if("ENOENT"===e.code)return;throw n}try{r=t.statSync(e)}catch(e){if("ENOENT"===e.code)return;throw n}r.isDirectory()?ji(e,t,n):t.unlinkSync(e)}function Mi(e,t,n,r){Pi(e),Pi(t),n&&Pi(n instanceof Error),Pi("function"==typeof r),t.rmdir(e,(u=>{!u||"ENOTEMPTY"!==u.code&&"EEXIST"!==u.code&&"EPERM"!==u.code?u&&"ENOTDIR"===u.code?r(n):r(u):function(e,t,n){Pi(e),Pi(t),Pi("function"==typeof n),t.readdir(e,((r,u)=>{if(r)return n(r);let o,i=u.length;if(0===i)return t.rmdir(e,n);u.forEach((r=>{Ni(Bi.join(e,r),t,(r=>{if(!o)return r?n(o=r):void(0==--i&&t.rmdir(e,n))}))}))}))}(e,t,r)}))}function Li(e,t){let n;xi(t=t||{}),Pi(e,"rimraf: missing path"),Pi.strictEqual(typeof e,"string","rimraf: path should be a string"),Pi(t,"rimraf: missing options"),Pi.strictEqual(typeof t,"object","rimraf: options should be object");try{n=t.lstatSync(e)}catch(n){if("ENOENT"===n.code)return;"EPERM"===n.code&&ki&&Ri(e,t,n)}try{n&&n.isDirectory()?ji(e,t,null):t.unlinkSync(e)}catch(n){if("ENOENT"===n.code)return;if("EPERM"===n.code)return ki?Ri(e,t,n):ji(e,t,n);if("EISDIR"!==n.code)throw n;ji(e,t,n)}}function ji(e,t,n){Pi(e),Pi(t),n&&Pi(n instanceof Error);try{t.rmdirSync(e)}catch(r){if("ENOTDIR"===r.code)throw n;if("ENOTEMPTY"===r.code||"EEXIST"===r.code||"EPERM"===r.code)!function(e,t){if(Pi(e),Pi(t),t.readdirSync(e).forEach((n=>Li(Bi.join(e,n),t))),!ki){return t.rmdirSync(e,t)}{const n=Date.now();do{try{return t.rmdirSync(e,t)}catch(e){}}while(Date.now()-n<500)}}(e,t);else if("ENOENT"!==r.code)throw r}}var $i=Ni;Ni.sync=Li;const Hi=$i;var Ji={remove:(0,yo.fromCallback)(Hi),removeSync:Hi.sync};const Gi=yo.fromCallback,Vi=we,Ui=p.default,Wi=Io,zi=Ji,Ki=Gi((function(e,t){t=t||function(){},Vi.readdir(e,((n,r)=>{if(n)return Wi.mkdirs(e,t);r=r.map((t=>Ui.join(e,t))),function e(){const n=r.pop();if(!n)return t();zi.remove(n,(n=>{if(n)return t(n);e()}))}()}))}));function qi(e){let t;try{t=Vi.readdirSync(e)}catch(t){return Wi.mkdirsSync(e)}t.forEach((t=>{t=Ui.join(e,t),zi.removeSync(t)}))}var Yi={emptyDirSync:qi,emptydirSync:qi,emptyDir:Ki,emptydir:Ki};const Xi=yo.fromCallback,Zi=p.default,Qi=we,es=Io,ts=fi.pathExists;var ns={createFile:Xi((function(e,t){function n(){Qi.writeFile(e,"",(e=>{if(e)return t(e);t()}))}Qi.stat(e,((r,u)=>{if(!r&&u.isFile())return t();const o=Zi.dirname(e);ts(o,((e,r)=>e?t(e):r?n():void es.mkdirs(o,(e=>{if(e)return t(e);n()}))))}))})),createFileSync:function(e){let t;try{t=Qi.statSync(e)}catch(e){}if(t&&t.isFile())return;const n=Zi.dirname(e);Qi.existsSync(n)||es.mkdirsSync(n),Qi.writeFileSync(e,"")}};const rs=yo.fromCallback,us=p.default,os=we,is=Io,ss=fi.pathExists;var cs={createLink:rs((function(e,t,n){function r(e,t){os.link(e,t,(e=>{if(e)return n(e);n(null)}))}ss(t,((u,o)=>u?n(u):o?n(null):void os.lstat(e,(u=>{if(u)return u.message=u.message.replace("lstat","ensureLink"),n(u);const o=us.dirname(t);ss(o,((u,i)=>u?n(u):i?r(e,t):void is.mkdirs(o,(u=>{if(u)return n(u);r(e,t)}))))}))))})),createLinkSync:function(e,t){if(os.existsSync(t))return;try{os.lstatSync(e)}catch(e){throw e.message=e.message.replace("lstat","ensureLink"),e}const n=us.dirname(t);return os.existsSync(n)||is.mkdirsSync(n),os.linkSync(e,t)}};const as=p.default,ls=we,fs=fi.pathExists;var ds={symlinkPaths:function(e,t,n){if(as.isAbsolute(e))return ls.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:e})));{const r=as.dirname(t),u=as.join(r,e);return fs(u,((t,o)=>t?n(t):o?n(null,{toCwd:u,toDst:e}):ls.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:as.relative(r,e)})))))}},symlinkPathsSync:function(e,t){let n;if(as.isAbsolute(e)){if(n=ls.existsSync(e),!n)throw new Error("absolute srcpath does not exist");return{toCwd:e,toDst:e}}{const r=as.dirname(t),u=as.join(r,e);if(n=ls.existsSync(u),n)return{toCwd:u,toDst:e};if(n=ls.existsSync(e),!n)throw new Error("relative srcpath does not exist");return{toCwd:e,toDst:as.relative(r,e)}}}};const Ds=we;var ps={symlinkType:function(e,t,n){if(n="function"==typeof t?t:n,t="function"!=typeof t&&t)return n(null,t);Ds.lstat(e,((e,r)=>{if(e)return n(null,"file");t=r&&r.isDirectory()?"dir":"file",n(null,t)}))},symlinkTypeSync:function(e,t){let n;if(t)return t;try{n=Ds.lstatSync(e)}catch(e){return"file"}return n&&n.isDirectory()?"dir":"file"}};const Es=yo.fromCallback,ms=p.default,hs=we,ys=Io.mkdirs,Cs=Io.mkdirsSync,Fs=ds.symlinkPaths,gs=ds.symlinkPathsSync,As=ps.symlinkType,vs=ps.symlinkTypeSync,Ss=fi.pathExists;var ws={createSymlink:Es((function(e,t,n,r){r="function"==typeof n?n:r,n="function"!=typeof n&&n,Ss(t,((u,o)=>u?r(u):o?r(null):void Fs(e,t,((u,o)=>{if(u)return r(u);e=o.toDst,As(o.toCwd,n,((n,u)=>{if(n)return r(n);const o=ms.dirname(t);Ss(o,((n,i)=>n?r(n):i?hs.symlink(e,t,u,r):void ys(o,(n=>{if(n)return r(n);hs.symlink(e,t,u,r)}))))}))}))))})),createSymlinkSync:function(e,t,n){if(hs.existsSync(t))return;const r=gs(e,t);e=r.toDst,n=vs(r.toCwd,n);const u=ms.dirname(t);return hs.existsSync(u)||Cs(u),hs.symlinkSync(e,t,n)}};var Os,bs={createFile:ns.createFile,createFileSync:ns.createFileSync,ensureFile:ns.createFile,ensureFileSync:ns.createFileSync,createLink:cs.createLink,createLinkSync:cs.createLinkSync,ensureLink:cs.createLink,ensureLinkSync:cs.createLinkSync,createSymlink:ws.createSymlink,createSymlinkSync:ws.createSymlinkSync,ensureSymlink:ws.createSymlink,ensureSymlinkSync:ws.createSymlinkSync};try{Os=we}catch(e){Os=D.default}function _s(e,t){var n,r="\n";return"object"==typeof t&&null!==t&&(t.spaces&&(n=t.spaces),t.EOL&&(r=t.EOL)),JSON.stringify(e,t?t.replacer:null,n).replace(/\n/g,r)+r}function Bs(e){return Buffer.isBuffer(e)&&(e=e.toString("utf8")),e=e.replace(/^\uFEFF/,"")}var Ps={readFile:function(e,t,n){null==n&&(n=t,t={}),"string"==typeof t&&(t={encoding:t});var r=(t=t||{}).fs||Os,u=!0;"throws"in t&&(u=t.throws),r.readFile(e,t,(function(r,o){if(r)return n(r);var i;o=Bs(o);try{i=JSON.parse(o,t?t.reviver:null)}catch(t){return u?(t.message=e+": "+t.message,n(t)):n(null,null)}n(null,i)}))},readFileSync:function(e,t){"string"==typeof(t=t||{})&&(t={encoding:t});var n=t.fs||Os,r=!0;"throws"in t&&(r=t.throws);try{var u=n.readFileSync(e,t);return u=Bs(u),JSON.parse(u,t.reviver)}catch(t){if(r)throw t.message=e+": "+t.message,t;return null}},writeFile:function(e,t,n,r){null==r&&(r=n,n={});var u=(n=n||{}).fs||Os,o="";try{o=_s(t,n)}catch(e){return void(r&&r(e,null))}u.writeFile(e,o,n,r)},writeFileSync:function(e,t,n){var r=(n=n||{}).fs||Os,u=_s(t,n);return r.writeFileSync(e,u,n)}},ks=Ps;const xs=yo.fromCallback,Ns=ks;var Is={readJson:xs(Ns.readFile),readJsonSync:Ns.readFileSync,writeJson:xs(Ns.writeFile),writeJsonSync:Ns.writeFileSync};const Ts=p.default,Rs=Io,Ms=fi.pathExists,Ls=Is;var js=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=Ts.dirname(e);Ms(u,((o,i)=>o?r(o):i?Ls.writeJson(e,t,n,r):void Rs.mkdirs(u,(u=>{if(u)return r(u);Ls.writeJson(e,t,n,r)}))))};const $s=we,Hs=p.default,Js=Io,Gs=Is;var Vs=function(e,t,n){const r=Hs.dirname(e);$s.existsSync(r)||Js.mkdirsSync(r),Gs.writeJsonSync(e,t,n)};const Us=yo.fromCallback,Ws=Is;Ws.outputJson=Us(js),Ws.outputJsonSync=Vs,Ws.outputJSON=Ws.outputJson,Ws.outputJSONSync=Ws.outputJsonSync,Ws.writeJSON=Ws.writeJson,Ws.writeJSONSync=Ws.writeJsonSync,Ws.readJSON=Ws.readJson,Ws.readJSONSync=Ws.readJsonSync;var zs=Ws;const Ks=we,qs=p.default,Ys=ci.copySync,Xs=Ji.removeSync,Zs=Io.mkdirpSync,Qs=Zo;function ec(e,t,n){try{Ks.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)throw r;return function(e,t,n){const r={overwrite:n,errorOnExist:!0};return Ys(e,t,r),Xs(e)}(e,t,n)}}var tc=function(e,t,n){const r=(n=n||{}).overwrite||n.clobber||!1,{srcStat:u}=Qs.checkPathsSync(e,t,"move");return Qs.checkParentPathsSync(e,u,t,"move"),Zs(qs.dirname(t)),function(e,t,n){if(n)return Xs(t),ec(e,t,n);if(Ks.existsSync(t))throw new Error("dest already exists.");return ec(e,t,n)}(e,t,r)},nc={moveSync:tc};const rc=we,uc=p.default,oc=bi.copy,ic=Ji.remove,sc=Io.mkdirp,cc=fi.pathExists,ac=Zo;function lc(e,t,n,r){rc.rename(e,t,(u=>u?"EXDEV"!==u.code?r(u):function(e,t,n,r){const u={overwrite:n,errorOnExist:!0};oc(e,t,u,(t=>t?r(t):ic(e,r)))}(e,t,n,r):r()))}var fc=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=n.overwrite||n.clobber||!1;ac.checkPaths(e,t,"move",((n,o)=>{if(n)return r(n);const{srcStat:i}=o;ac.checkParentPaths(e,i,t,"move",(n=>{if(n)return r(n);sc(uc.dirname(t),(n=>n?r(n):function(e,t,n,r){if(n)return ic(t,(u=>u?r(u):lc(e,t,n,r)));cc(t,((u,o)=>u?r(u):o?r(new Error("dest already exists.")):lc(e,t,n,r)))}(e,t,u,r)))}))}))};var dc={move:(0,yo.fromCallback)(fc)};const Dc=yo.fromCallback,pc=we,Ec=p.default,mc=Io,hc=fi.pathExists;var yc={outputFile:Dc((function(e,t,n,r){"function"==typeof n&&(r=n,n="utf8");const u=Ec.dirname(e);hc(u,((o,i)=>o?r(o):i?pc.writeFile(e,t,n,r):void mc.mkdirs(u,(u=>{if(u)return r(u);pc.writeFile(e,t,n,r)}))))})),outputFileSync:function(e,...t){const n=Ec.dirname(e);if(pc.existsSync(n))return pc.writeFileSync(e,...t);mc.mkdirsSync(n),pc.writeFileSync(e,...t)}};!function(e){e.exports=Object.assign({},ho,ci,bi,Yi,bs,zs,Io,nc,dc,yc,fi,Ji);const t=D.default;Object.getOwnPropertyDescriptor(t,"promises")&&Object.defineProperty(e.exports,"promises",{get:()=>t.promises})}(mo);const Cc=Nr.exports("streamroller:fileNameFormatter"),Fc=p.default;const gc=Nr.exports("streamroller:fileNameParser"),Ac=nu.exports;const vc=Nr.exports("streamroller:moveAndMaybeCompressFile"),Sc=mo.exports,wc=v.default;var Oc=async(e,t,n)=>{if(n=function(e){const t={mode:parseInt("0600",8),compress:!1},n=Object.assign({},t,e);return vc(`_parseOption: moveAndMaybeCompressFile called with option=${JSON.stringify(n)}`),n}(n),e!==t){if(await Sc.pathExists(e))if(vc(`moveAndMaybeCompressFile: moving file from ${e} to ${t} ${n.compress?"with":"without"} compress`),n.compress)await new Promise(((r,u)=>{let o=!1;const i=Sc.createWriteStream(t,{mode:n.mode,flags:"wx"}).on("open",(()=>{o=!0;const t=Sc.createReadStream(e).on("open",(()=>{t.pipe(wc.createGzip()).pipe(i)})).on("error",(t=>{vc(`moveAndMaybeCompressFile: error reading ${e}`,t),i.destroy(t)}))})).on("finish",(()=>{vc(`moveAndMaybeCompressFile: finished compressing ${t}, deleting ${e}`),Sc.unlink(e).then(r).catch((t=>{vc(`moveAndMaybeCompressFile: error deleting ${e}, truncating instead`,t),Sc.truncate(e).then(r).catch((t=>{vc(`moveAndMaybeCompressFile: error truncating ${e}`,t),u(t)}))}))})).on("error",(e=>{o?(vc(`moveAndMaybeCompressFile: error writing ${t}, deleting`,e),Sc.unlink(t).then((()=>{u(e)})).catch((e=>{vc(`moveAndMaybeCompressFile: error deleting ${t}`,e),u(e)}))):(vc(`moveAndMaybeCompressFile: error creating ${t}`,e),u(e))}))})).catch((()=>{}));else{vc(`moveAndMaybeCompressFile: renaming ${e} to ${t}`);try{await Sc.move(e,t,{overwrite:!0})}catch(n){if(vc(`moveAndMaybeCompressFile: error renaming ${e} to ${t}`,n),"ENOENT"!==n.code){vc("moveAndMaybeCompressFile: trying copy+truncate instead");try{await Sc.copy(e,t,{overwrite:!0}),await Sc.truncate(e)}catch(e){vc("moveAndMaybeCompressFile: error copy+truncate",e)}}}}}else vc("moveAndMaybeCompressFile: source and target are the same, not doing anything")};const bc=Nr.exports("streamroller:RollingFileWriteStream"),_c=mo.exports,Bc=p.default,Pc=E.default,kc=()=>new Date,xc=nu.exports,{Writable:Nc}=C.default,Ic=({file:e,keepFileExt:t,needsIndex:n,alwaysIncludeDate:r,compress:u,fileNameSep:o})=>{let i=o||".";const s=Fc.join(e.dir,e.name),c=t=>t+e.ext,a=(e,t,r)=>!n&&r||!t?e:e+i+t,l=(e,t,n)=>(t>0||r)&&n?e+i+n:e,f=(e,t)=>t&&u?e+".gz":e,d=t?[l,a,c,f]:[c,l,a,f];return({date:e,index:t})=>(Cc(`_formatFileName: date=${e}, index=${t}`),d.reduce(((n,r)=>r(n,t,e)),s))},Tc=({file:e,keepFileExt:t,pattern:n,fileNameSep:r})=>{let u=r||".";const o="__NOT_MATCHING__";let i=[(e,t)=>e.endsWith(".gz")?(gc("it is gzipped"),t.isCompressed=!0,e.slice(0,-1*".gz".length)):e,t?t=>t.startsWith(e.name)&&t.endsWith(e.ext)?(gc("it starts and ends with the right things"),t.slice(e.name.length+1,-1*e.ext.length)):o:t=>t.startsWith(e.base)?(gc("it starts with the right things"),t.slice(e.base.length+1)):o,n?(e,t)=>{const r=e.split(u);let o=r[r.length-1];gc("items: ",r,", indexStr: ",o);let i=e;void 0!==o&&o.match(/^\d+$/)?(i=e.slice(0,-1*(o.length+1)),gc(`dateStr is ${i}`),n&&!i&&(i=o,o="0")):o="0";try{const r=Ac.parse(n,i,new Date(0,0));return Ac.asString(n,r)!==i?e:(t.index=parseInt(o,10),t.date=i,t.timestamp=r.getTime(),"")}catch(t){return gc(`Problem parsing ${i} as ${n}, error was: `,t),e}}:(e,t)=>e.match(/^\d+$/)?(gc("it has an index"),t.index=parseInt(e,10),""):e];return e=>{let t={filename:e,index:0,isCompressed:!1};return i.reduce(((e,n)=>n(e,t)),e)?null:t}},Rc=Oc;var Mc=class extends Nc{constructor(e,t){if(bc(`constructor: creating RollingFileWriteStream. path=${e}`),"string"!=typeof e||0===e.length)throw new Error(`Invalid filename: ${e}`);if(e.endsWith(Bc.sep))throw new Error(`Filename is a directory: ${e}`);0===e.indexOf(`~${Bc.sep}`)&&(e=e.replace("~",Pc.homedir())),super(t),this.options=this._parseOption(t),this.fileObject=Bc.parse(e),""===this.fileObject.dir&&(this.fileObject=Bc.parse(Bc.join(process.cwd(),e))),this.fileFormatter=Ic({file:this.fileObject,alwaysIncludeDate:this.options.alwaysIncludePattern,needsIndex:this.options.maxSize 0`)}else delete n.maxSize;if(n.numBackups||0===n.numBackups){if(n.numBackups<0)throw new Error(`options.numBackups (${n.numBackups}) should be >= 0`);if(n.numBackups>=Number.MAX_SAFE_INTEGER)throw new Error(`options.numBackups (${n.numBackups}) should be < Number.MAX_SAFE_INTEGER`);n.numToKeep=n.numBackups+1}else if(n.numToKeep<=0)throw new Error(`options.numToKeep (${n.numToKeep}) should be > 0`);return bc(`_parseOption: creating stream with option=${JSON.stringify(n)}`),n}_final(e){this.currentFileStream.end("",this.options.encoding,e)}_write(e,t,n){this._shouldRoll().then((()=>{bc(`_write: writing chunk. file=${this.currentFileStream.path} state=${JSON.stringify(this.state)} chunk=${e}`),this.currentFileStream.write(e,t,(t=>{this.state.currentSize+=e.length,n(t)}))}))}async _shouldRoll(){(this._dateChanged()||this._tooBig())&&(bc(`_shouldRoll: rolling because dateChanged? ${this._dateChanged()} or tooBig? ${this._tooBig()}`),await this._roll())}_dateChanged(){return this.state.currentDate&&this.state.currentDate!==xc(this.options.pattern,kc())}_tooBig(){return this.state.currentSize>=this.options.maxSize}_roll(){return bc("_roll: closing the current stream"),new Promise(((e,t)=>{this.currentFileStream.end("",this.options.encoding,(()=>{this._moveOldFiles().then(e).catch(t)}))}))}async _moveOldFiles(){const e=await this._getExistingFiles();for(let t=(this.state.currentDate?e.filter((e=>e.date===this.state.currentDate)):e).length;t>=0;t--){bc(`_moveOldFiles: i = ${t}`);const e=this.fileFormatter({date:this.state.currentDate,index:t}),n=this.fileFormatter({date:this.state.currentDate,index:t+1}),r={compress:this.options.compress&&0===t,mode:this.options.mode};await Rc(e,n,r)}this.state.currentSize=0,this.state.currentDate=this.state.currentDate?xc(this.options.pattern,kc()):null,bc(`_moveOldFiles: finished rolling files. state=${JSON.stringify(this.state)}`),this._renewWriteStream(),await new Promise(((e,t)=>{this.currentFileStream.write("","utf8",(()=>{this._clean().then(e).catch(t)}))}))}async _getExistingFiles(){const e=await _c.readdir(this.fileObject.dir).catch((()=>[]));bc(`_getExistingFiles: files=${e}`);const t=e.map((e=>this.fileNameParser(e))).filter((e=>e)),n=e=>(e.timestamp?e.timestamp:kc().getTime())-e.index;return t.sort(((e,t)=>n(e)-n(t))),t}_renewWriteStream(){const e=this.fileFormatter({date:this.state.currentDate,index:0}),t=e=>{try{return _c.mkdirSync(e,{recursive:!0})}catch(n){if("ENOENT"===n.code)return t(Bc.dirname(e)),t(e);if("EEXIST"!==n.code&&"EROFS"!==n.code)throw n;try{if(_c.statSync(e).isDirectory())return e;throw n}catch(e){throw n}}};t(this.fileObject.dir);const n={flags:this.options.flags,encoding:this.options.encoding,mode:this.options.mode};var r,u;_c.appendFileSync(e,"",(r={...n},u="flags",r["flag"]=r[u],delete r[u],r)),this.currentFileStream=_c.createWriteStream(e,n),this.currentFileStream.on("error",(e=>{this.emit("error",e)}))}async _clean(){const e=await this._getExistingFiles();if(bc(`_clean: numToKeep = ${this.options.numToKeep}, existingFiles = ${e.length}`),bc("_clean: existing files are: ",e),this._tooManyFiles(e.length)){const n=e.slice(0,e.length-this.options.numToKeep).map((e=>Bc.format({dir:this.fileObject.dir,base:e.filename})));await(t=n,bc(`deleteFiles: files to delete: ${t}`),Promise.all(t.map((e=>_c.unlink(e).catch((t=>{bc(`deleteFiles: error when unlinking ${e}, ignoring. Error was ${t}`)}))))))}var t}_tooManyFiles(e){return this.options.numToKeep>0&&e>this.options.numToKeep}};const Lc=Mc;var jc=class extends Lc{constructor(e,t,n,r){r||(r={}),t&&(r.maxSize=t),r.numBackups||0===r.numBackups||(n||0===n||(n=1),r.numBackups=n),super(e,r),this.backups=r.numBackups,this.size=this.options.maxSize}get theStream(){return this.currentFileStream}};const $c=Mc;var Hc={RollingFileWriteStream:Mc,RollingFileStream:jc,DateRollingFileStream:class extends $c{constructor(e,t,n){t&&"object"==typeof t&&(n=t,t=null),n||(n={}),t||(t="yyyy-MM-dd"),n.pattern=t,n.numBackups||0===n.numBackups?n.daysToKeep=n.numBackups:(n.daysToKeep||0===n.daysToKeep?process.emitWarning("options.daysToKeep is deprecated due to the confusion it causes when used together with file size rolling. Please use options.numBackups instead.","DeprecationWarning","streamroller-DEP0001"):n.daysToKeep=1,n.numBackups=n.daysToKeep),super(e,n),this.mode=this.options.mode}get theStream(){return this.currentFileStream}}};const Jc=Nr.exports("log4js:file"),Gc=p.default,Vc=Hc,Uc=E.default.EOL;let Wc=!1;const zc=new Set;function Kc(){zc.forEach((e=>{e.sighupHandler()}))}function qc(e,t,n,r){const u=new Vc.RollingFileStream(e,t,n,r);return u.on("error",(t=>{console.error("log4js.fileAppender - Writing to file %s, error happened ",e,t)})),u.on("drain",(()=>{process.emit("log4js:pause",!1)})),u}Eo.configure=function(e,t){let n=t.basicLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),e.mode=e.mode||384,function(e,t,n,r,u,o){e=Gc.normalize(e),Jc("Creating file appender (",e,", ",n,", ",r=r||0===r?r:5,", ",u,", ",o,")");let i=qc(e,n,r,u);const s=function(e){if(i.writable){if(!0===u.removeColor){const t=/\x1b[[0-9;]*m/g;e.data=e.data.map((e=>"string"==typeof e?e.replace(t,""):e))}i.write(t(e,o)+Uc,"utf8")||process.emit("log4js:pause",!0)}};return s.reopen=function(){i.end((()=>{i=qc(e,n,r,u)}))},s.sighupHandler=function(){Jc("SIGHUP handler called."),s.reopen()},s.shutdown=function(e){zc.delete(s),0===zc.size&&Wc&&(process.removeListener("SIGHUP",Kc),Wc=!1),i.end("","utf-8",e)},zc.add(s),Wc||(process.on("SIGHUP",Kc),Wc=!0),s}(e.filename,n,e.maxLogSize,e.backups,e,e.timezoneOffset)};var Yc={};const Xc=Hc,Zc=E.default.EOL;function Qc(e,t,n,r,u){r.maxSize=r.maxLogSize;const o=function(e,t,n){const r=new Xc.DateRollingFileStream(e,t,n);return r.on("error",(t=>{console.error("log4js.dateFileAppender - Writing to file %s, error happened ",e,t)})),r.on("drain",(()=>{process.emit("log4js:pause",!1)})),r}(e,t,r),i=function(e){o.writable&&(o.write(n(e,u)+Zc,"utf8")||process.emit("log4js:pause",!0))};return i.shutdown=function(e){o.end("","utf-8",e)},i}Yc.configure=function(e,t){let n=t.basicLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),e.alwaysIncludePattern||(e.alwaysIncludePattern=!1),e.mode=e.mode||384,Qc(e.filename,e.pattern,n,e,e.timezoneOffset)};var ea={};const ta=Nr.exports("log4js:fileSync"),na=p.default,ra=D.default,ua=E.default.EOL||"\n";function oa(e,t){if(ra.existsSync(e))return;const n=ra.openSync(e,t.flags,t.mode);ra.closeSync(n)}class ia{constructor(e,t,n,r){ta("In RollingFileStream"),function(){if(!e||!t||t<=0)throw new Error("You must specify a filename and file size")}(),this.filename=e,this.size=t,this.backups=n,this.options=r,this.currentSize=0,this.currentSize=function(e){let t=0;try{t=ra.statSync(e).size}catch(t){oa(e,r)}return t}(this.filename)}shouldRoll(){return ta("should roll with current size %d, and max size %d",this.currentSize,this.size),this.currentSize>=this.size}roll(e){const t=this,n=new RegExp(`^${na.basename(e)}`);function r(e){return n.test(e)}function u(t){return parseInt(t.substring(`${na.basename(e)}.`.length),10)||0}function o(e,t){return u(e)>u(t)?1:u(e) ${e}.${r+1}`),ra.renameSync(na.join(na.dirname(e),n),`${e}.${r+1}`)}}ta("Rolling, rolling, rolling"),ta("Renaming the old files"),ra.readdirSync(na.dirname(e)).filter(r).sort(o).reverse().forEach(i)}write(e,t){const n=this;ta("in write"),this.shouldRoll()&&(this.currentSize=0,this.roll(this.filename)),ta("writing the chunk to the file"),n.currentSize+=e.length,ra.appendFileSync(n.filename,e)}}ea.configure=function(e,t){let n=t.basicLayout;e.layout&&(n=t.layout(e.layout.type,e.layout));const r={flags:e.flags||"a",encoding:e.encoding||"utf8",mode:e.mode||384};return function(e,t,n,r,u,o){ta("fileSync appender created");const i=function(e,t,n){let r;var u;return t?r=new ia(e,t,n,o):(oa(u=e,o),r={write(e){ra.appendFileSync(u,e)}}),r}(e=na.normalize(e),n,r=r||0===r?r:5);return e=>{i.write(t(e,u)+ua)}}(e.filename,n,e.maxLogSize,e.backups,e.timezoneOffset,r)};var sa={};const ca=Nr.exports("log4js:tcp"),aa=S.default;sa.configure=function(e,t){ca(`configure with config = ${e}`);let n=function(e){return e.serialise()};return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){let n=!1;const r=[];let u,o=3,i="__LOG4JS__";function s(e){ca("Writing log event to socket"),n=u.write(`${t(e)}${i}`,"utf8")}function c(){let e;for(ca("emptying buffer");e=r.shift();)s(e)}function a(e){n?s(e):(ca("buffering log event because it cannot write at the moment"),r.push(e))}return function t(){ca(`appender creating socket to ${e.host||"localhost"}:${e.port||5e3}`),i=`${e.endMsg||"__LOG4JS__"}`,u=aa.createConnection(e.port||5e3,e.host||"localhost"),u.on("connect",(()=>{ca("socket connected"),c(),n=!0})),u.on("drain",(()=>{ca("drain event received, emptying buffer"),n=!0,c()})),u.on("timeout",u.end.bind(u)),u.on("error",(e=>{ca("connection error",e),n=!1,c()})),u.on("close",t)}(),a.shutdown=function(e){ca("shutdown called"),r.length&&o?(ca("buffer has items, waiting 100ms to empty"),o-=1,setTimeout((()=>{a.shutdown(e)}),100)):(u.removeAllListeners("close"),u.end(e))},a}(e,n)};const la=p.default,fa=Nr.exports("log4js:appenders"),da=tu,Da=eo,pa=gu,Ea=hu,ma=to,ha=new Map;ha.set("console",oo),ha.set("stdout",so),ha.set("stderr",co),ha.set("logLevelFilter",ao),ha.set("categoryFilter",lo),ha.set("noLogFilter",Do),ha.set("file",Eo),ha.set("dateFile",Yc),ha.set("fileSync",ea),ha.set("tcp",sa);const ya=new Map,Ca=(e,t)=>{fa("Loading module from ",e);try{return require(e)}catch(n){return void da.throwExceptionIf(t,"MODULE_NOT_FOUND"!==n.code,`appender "${e}" could not be loaded (error was: ${n})`)}},Fa=new Set,ga=(e,t)=>{if(ya.has(e))return ya.get(e);if(!t.appenders[e])return!1;if(Fa.has(e))throw new Error(`Dependency loop detected for appender ${e}.`);Fa.add(e),fa(`Creating appender ${e}`);const n=Aa(e,t);return Fa.delete(e),ya.set(e,n),n},Aa=(e,t)=>{const n=t.appenders[e],r=n.type.configure?n.type:((e,t)=>ha.get(e)||Ca(`./${e}`,t)||Ca(e,t)||require.main&&Ca(la.join(la.dirname(require.main.filename),e),t)||Ca(la.join(process.cwd(),e),t))(n.type,t);return da.throwExceptionIf(t,da.not(r),`appender "${e}" is not valid (type "${n.type}" could not be found)`),r.appender&&fa(`DEPRECATION: Appender ${n.type} exports an appender function.`),r.shutdown&&fa(`DEPRECATION: Appender ${n.type} exports a shutdown function.`),fa(`${e}: clustering.isMaster ? ${Da.isMaster()}`),fa(`${e}: appenderModule is ${F.default.inspect(r)}`),Da.onlyOnMaster((()=>(fa(`calling appenderModule.configure for ${e} / ${n.type}`),r.configure(ma.modifyConfig(n),Ea,(e=>ga(e,t)),pa))),(()=>{}))},va=e=>{ya.clear(),Fa.clear();const t=[];Object.values(e.categories).forEach((e=>{t.push(...e.appenders)})),Object.keys(e.appenders).forEach((n=>{(t.includes(n)||"tcp-server"===e.appenders[n].type)&&ga(n,e)}))},Sa=()=>{va({appenders:{out:{type:"stdout"}},categories:{default:{appenders:["out"],level:"trace"}}})};Sa(),da.addListener((e=>{da.throwExceptionIf(e,da.not(da.anObject(e.appenders)),'must have a property "appenders" of type object.');const t=Object.keys(e.appenders);da.throwExceptionIf(e,da.not(t.length),"must define at least one appender."),t.forEach((t=>{da.throwExceptionIf(e,da.not(e.appenders[t].type),`appender "${t}" is not valid (must be an object with property "type")`)}))})),da.addListener(va),Au.exports=ya,Au.exports.init=Sa;var wa={exports:{}};!function(e){const t=Nr.exports("log4js:categories"),n=tu,r=gu,u=Au.exports,o=new Map;function i(e,t,n){if(!1===t.inherit)return;const r=n.lastIndexOf(".");if(r<0)return;const u=n.substring(0,r);let o=e.categories[u];o||(o={inherit:!0,appenders:[]}),i(e,o,u),!e.categories[u]&&o.appenders&&o.appenders.length&&o.level&&(e.categories[u]=o),t.appenders=t.appenders||[],t.level=t.level||o.level,o.appenders.forEach((e=>{t.appenders.includes(e)||t.appenders.push(e)})),t.parent=o}function s(e){if(!e.categories)return;Object.keys(e.categories).forEach((t=>{const n=e.categories[t];i(e,n,t)}))}n.addPreProcessingListener((e=>s(e))),n.addListener((e=>{n.throwExceptionIf(e,n.not(n.anObject(e.categories)),'must have a property "categories" of type object.');const t=Object.keys(e.categories);n.throwExceptionIf(e,n.not(t.length),"must define at least one category."),t.forEach((t=>{const o=e.categories[t];n.throwExceptionIf(e,[n.not(o.appenders),n.not(o.level)],`category "${t}" is not valid (must be an object with properties "appenders" and "level")`),n.throwExceptionIf(e,n.not(Array.isArray(o.appenders)),`category "${t}" is not valid (appenders must be an array of appender names)`),n.throwExceptionIf(e,n.not(o.appenders.length),`category "${t}" is not valid (appenders must contain at least one appender name)`),Object.prototype.hasOwnProperty.call(o,"enableCallStack")&&n.throwExceptionIf(e,"boolean"!=typeof o.enableCallStack,`category "${t}" is not valid (enableCallStack must be boolean type)`),o.appenders.forEach((r=>{n.throwExceptionIf(e,n.not(u.get(r)),`category "${t}" is not valid (appender "${r}" is not defined)`)})),n.throwExceptionIf(e,n.not(r.getLevel(o.level)),`category "${t}" is not valid (level "${o.level}" not recognised; valid levels are ${r.levels.join(", ")})`)})),n.throwExceptionIf(e,n.not(e.categories.default),'must define a "default" category.')}));const c=e=>{o.clear();Object.keys(e.categories).forEach((n=>{const i=e.categories[n],s=[];i.appenders.forEach((e=>{s.push(u.get(e)),t(`Creating category ${n}`),o.set(n,{appenders:s,level:r.getLevel(i.level),enableCallStack:i.enableCallStack||!1})}))}))},a=()=>{c({categories:{default:{appenders:["out"],level:"OFF"}}})};a(),n.addListener(c);const l=e=>(t(`configForCategory: searching for config for ${e}`),o.has(e)?(t(`configForCategory: ${e} exists in config, returning it`),o.get(e)):e.indexOf(".")>0?(t(`configForCategory: ${e} has hierarchy, searching for parents`),l(e.substring(0,e.lastIndexOf(".")))):(t("configForCategory: returning config for default category"),l("default")));e.exports=o,e.exports=Object.assign(e.exports,{appendersForCategory:e=>l(e).appenders,getLevelForCategory:e=>l(e).level,setLevelForCategory:(e,n)=>{let r=o.get(e);if(t(`setLevelForCategory: found ${r} for ${e}`),!r){const n=l(e);t(`setLevelForCategory: no config found for category, found ${n} for parents of ${e}`),r={appenders:n.appenders}}r.level=n,o.set(e,r)},getEnableCallStackForCategory:e=>!0===l(e).enableCallStack,setEnableCallStackForCategory:(e,t)=>{l(e).enableCallStack=t},init:a})}(wa);const Oa=Nr.exports("log4js:logger"),ba=Hu,_a=gu,Ba=eo,Pa=wa.exports,ka=tu,xa=/at (?:(.+)\s+\()?(?:(.+?):(\d+)(?::(\d+))?|([^)]+))\)?/;function Na(e,t=4){const n=e.stack.split("\n").slice(t),r=xa.exec(n[0]);return r&&6===r.length?{functionName:r[1],fileName:r[2],lineNumber:parseInt(r[3],10),columnNumber:parseInt(r[4],10),callStack:n.join("\n")}:null}class Ia{constructor(e){if(!e)throw new Error("No category provided.");this.category=e,this.context={},this.parseCallStack=Na,Oa(`Logger created (${this.category}, ${this.level})`)}get level(){return _a.getLevel(Pa.getLevelForCategory(this.category),_a.TRACE)}set level(e){Pa.setLevelForCategory(this.category,_a.getLevel(e,this.level))}get useCallStack(){return Pa.getEnableCallStackForCategory(this.category)}set useCallStack(e){Pa.setEnableCallStackForCategory(this.category,!0===e)}log(e,...t){let n=_a.getLevel(e);n||(this._log(_a.WARN,"log4js:logger.log: invalid value for log-level as first parameter given: ",e),n=_a.INFO),this.isLevelEnabled(n)&&this._log(n,t)}isLevelEnabled(e){return this.level.isLessThanOrEqualTo(e)}_log(e,t){Oa(`sending log data (${e}) to appenders`);const n=new ba(this.category,e,t,this.context,this.useCallStack&&this.parseCallStack(new Error));Ba.send(n)}addContext(e,t){this.context[e]=t}removeContext(e){delete this.context[e]}clearContext(){this.context={}}setParseCallStackFunction(e){this.parseCallStack=e}}function Ta(e){const t=_a.getLevel(e),n=t.toString().toLowerCase().replace(/_([a-z])/g,(e=>e[1].toUpperCase())),r=n[0].toUpperCase()+n.slice(1);Ia.prototype[`is${r}Enabled`]=function(){return this.isLevelEnabled(t)},Ia.prototype[n]=function(...e){this.log(t,...e)}}_a.levels.forEach(Ta),ka.addListener((()=>{_a.levels.forEach(Ta)}));var Ra=Ia;const Ma=gu;function La(e){return e.originalUrl||e.url}function ja(e,t){for(let n=0;ne.source?e.source:e));t=new RegExp(n.join("|"))}return t}(t.nolog);return(e,i,s)=>{if(e._logging)return s();if(o&&o.test(e.originalUrl))return s();if(n.isLevelEnabled(r)||"auto"===t.level){const o=new Date,{writeHead:s}=i;e._logging=!0,i.writeHead=(e,t)=>{i.writeHead=s,i.writeHead(e,t),i.__statusCode=e,i.__headers=t||{}},i.on("finish",(()=>{i.responseTime=new Date-o,i.statusCode&&"auto"===t.level&&(r=Ma.INFO,i.statusCode>=300&&(r=Ma.WARN),i.statusCode>=400&&(r=Ma.ERROR)),r=function(e,t,n){let r=t;if(n){const t=n.find((t=>{let n=!1;return n=t.from&&t.to?e>=t.from&&e<=t.to:-1!==t.codes.indexOf(e),n}));t&&(r=Ma.getLevel(t.level,r))}return r}(i.statusCode,r,t.statusRules);const s=function(e,t,n){const r=[];return r.push({token:":url",replacement:La(e)}),r.push({token:":protocol",replacement:e.protocol}),r.push({token:":hostname",replacement:e.hostname}),r.push({token:":method",replacement:e.method}),r.push({token:":status",replacement:t.__statusCode||t.statusCode}),r.push({token:":response-time",replacement:t.responseTime}),r.push({token:":date",replacement:(new Date).toUTCString()}),r.push({token:":referrer",replacement:e.headers.referer||e.headers.referrer||""}),r.push({token:":http-version",replacement:`${e.httpVersionMajor}.${e.httpVersionMinor}`}),r.push({token:":remote-addr",replacement:e.headers["x-forwarded-for"]||e.ip||e._remoteAddress||e.socket&&(e.socket.remoteAddress||e.socket.socket&&e.socket.socket.remoteAddress)}),r.push({token:":user-agent",replacement:e.headers["user-agent"]}),r.push({token:":content-length",replacement:t.getHeader("content-length")||t.__headers&&t.__headers["Content-Length"]||"-"}),r.push({token:/:req\[([^\]]+)]/g,replacement:(t,n)=>e.headers[n.toLowerCase()]}),r.push({token:/:res\[([^\]]+)]/g,replacement:(e,n)=>t.getHeader(n.toLowerCase())||t.__headers&&t.__headers[n]}),(e=>{const t=e.concat();for(let e=0;eja(e,s)));t&&n.log(r,t)}else n.log(r,ja(u,s));t.context&&n.removeContext("res")}))}return s()}},nl=Va;let rl=!1;function ul(e){if(!rl)return;Ua("Received log event ",e);Za.appendersForCategory(e.categoryName).forEach((t=>{t(e)}))}function ol(e){rl&&il();let t=e;return"string"==typeof t&&(t=function(e){Ua(`Loading configuration from ${e}`);try{return JSON.parse(Wa.readFileSync(e,"utf8"))}catch(t){throw new Error(`Problem reading config from file "${e}". Error was ${t.message}`,t)}}(e)),Ua(`Configuration is ${t}`),Ka.configure(za(t)),el.onMessage(ul),rl=!0,sl}function il(e){Ua("Shutdown called. Disabling all log writing."),rl=!1;const t=Array.from(Xa.values());Xa.init(),Za.init();const n=t.reduceRight(((e,t)=>t.shutdown?e+1:e),0);if(0===n)return Ua("No appenders with shutdown functions found."),void 0!==e&&e();let r,u=0;function o(t){r=r||t,u+=1,Ua(`Appender shutdowns complete: ${u} / ${n}`),u>=n&&(Ua("All shutdown functions completed."),e&&e(r))}return Ua(`Found ${n} appenders with shutdown functions.`),t.filter((e=>e.shutdown)).forEach((e=>e.shutdown(o))),null}const sl={getLogger:function(e){return rl||ol(process.env.LOG4JS_CONFIG||{appenders:{out:{type:"stdout"}},categories:{default:{appenders:["out"],level:"OFF"}}}),new Qa(e||"default")},configure:ol,shutdown:il,connectLogger:tl,levels:Ya,addLayout:qa.addLayout,recording:function(){return nl}};var cl=sl,al={};Object.defineProperty(al,"__esModule",{value:!0}),al.levelMap=al.getLevel=al.setCategoriesLevel=al.getConfiguration=al.setConfiguration=void 0;const ll=cl;let fl={appenders:{debug:{type:"stdout",layout:{type:"pattern",pattern:"[%d] > hvigor %p %c %[%m%]"}},info:{type:"stdout",layout:{type:"pattern",pattern:"[%d] > hvigor %[%m%]"}},"no-pattern-info":{type:"stdout",layout:{type:"pattern",pattern:"%m"}},wrong:{type:"stderr",layout:{type:"pattern",pattern:"[%d] > hvigor %[%p: %m%]"}},"just-debug":{type:"logLevelFilter",appender:"debug",level:"debug",maxLevel:"debug"},"just-info":{type:"logLevelFilter",appender:"info",level:"info",maxLevel:"info"},"just-wrong":{type:"logLevelFilter",appender:"wrong",level:"warn",maxLevel:"error"}},categories:{default:{appenders:["just-debug","just-info","just-wrong"],level:"debug"},"no-pattern-info":{appenders:["no-pattern-info"],level:"info"}}};al.setConfiguration=e=>{fl=e};al.getConfiguration=()=>fl;let dl=ll.levels.DEBUG;al.setCategoriesLevel=(e,t)=>{dl=e;const n=fl.categories;for(const r in n)(null==t?void 0:t.includes(r))||Object.prototype.hasOwnProperty.call(n,r)&&(n[r].level=e.levelStr)};al.getLevel=()=>dl,al.levelMap=new Map([["ALL",ll.levels.ALL],["MARK",ll.levels.MARK],["TRACE",ll.levels.TRACE],["DEBUG",ll.levels.DEBUG],["INFO",ll.levels.INFO],["WARN",ll.levels.WARN],["ERROR",ll.levels.ERROR],["FATAL",ll.levels.FATAL],["OFF",ll.levels.OFF]]);var Dl=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),pl=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),El=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&Dl(t,e,n);return pl(t,e),t};Object.defineProperty(xr,"__esModule",{value:!0}),xr.evaluateLogLevel=xr.HvigorLogger=void 0;const ml=El(cl),hl=cl,yl=El(F.default),Cl=al;class Fl{constructor(e){ml.configure((0,Cl.getConfiguration)()),this._logger=ml.getLogger(e),this._logger.level=(0,Cl.getLevel)()}static getLogger(e){return new Fl(e)}log(e,...t){this._logger.log(e,...t)}debug(e,...t){this._logger.debug(e,...t)}info(e,...t){this._logger.info(e,...t)}warn(e,...t){void 0!==e&&""!==e&&this._logger.warn(e,...t)}error(e,...t){this._logger.error(e,...t)}_printTaskExecuteInfo(e,t){this.info(`Finished :${e}... after ${t}`)}_printFailedTaskInfo(e){this.error(`Failed :${e}... `)}_printDisabledTaskInfo(e){this.info(`Disabled :${e}... `)}_printUpToDateTaskInfo(e){this.info(`UP-TO-DATE :${e}... `)}errorMessageExit(e,...t){throw new Error(yl.format(e,...t))}errorExit(e,t,...n){t&&this._logger.error(t,n),this._logger.error(e.stack)}setLevel(e,t){(0,Cl.setCategoriesLevel)(e,t),ml.shutdown(),ml.configure((0,Cl.getConfiguration)())}getLevel(){return this._logger.level}configure(e){const t=(0,Cl.getConfiguration)(),n={appenders:{...t.appenders,...e.appenders},categories:{...t.categories,...e.categories}};(0,Cl.setConfiguration)(n),ml.shutdown(),ml.configure(n)}}xr.HvigorLogger=Fl,xr.evaluateLogLevel=function(e,t){t.debug?e.setLevel(hl.levels.DEBUG):t.warn?e.setLevel(hl.levels.WARN):t.error?e.setLevel(hl.levels.ERROR):e.setLevel(hl.levels.INFO)};var gl=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(X,"__esModule",{value:!0}),X.parseJsonText=X.parseJsonFile=void 0;const Al=Z,vl=gl(kr),Sl=gl(p.default),wl=gl(E.default),Ol=xr.HvigorLogger.getLogger("parse-json-util");var bl;!function(e){e[e.Char=0]="Char",e[e.EOF=1]="EOF",e[e.Identifier=2]="Identifier"}(bl||(bl={}));let _l,Bl,Pl,kl,xl,Nl,Il="start",Tl=[],Rl=0,Ml=1,Ll=0,jl=!1,$l="default",Hl="'",Jl=1;function Gl(e,t=!1){Bl=String(e),Il="start",Tl=[],Rl=0,Ml=1,Ll=0,kl=void 0,jl=t;do{_l=Vl(),Xl[Il]()}while("eof"!==_l.type);return kl}function Vl(){for($l="default",xl="",Hl="'",Jl=1;;){Nl=Ul();const e=zl[$l]();if(e)return e}}function Ul(){if(Bl[Rl])return String.fromCodePoint(Bl.codePointAt(Rl))}function Wl(){const e=Ul();return"\n"===e?(Ml++,Ll=0):e?Ll+=e.length:Ll++,e&&(Rl+=e.length),e}X.parseJsonFile=function(e,t=!1,n="utf-8"){const r=vl.default.readFileSync(Sl.default.resolve(e),{encoding:n});try{return Gl(r,t)}catch(t){if(t instanceof SyntaxError){const n=t.message.split("at");2===n.length&&Ol.errorMessageExit(`${n[0].trim()}${wl.default.EOL}\t at ${e}:${n[1].trim()}`)}Ol.errorMessageExit(`${e} is not in valid JSON/JSON5 format.`)}},X.parseJsonText=Gl;const zl={default(){switch(Nl){case"/":return Wl(),void($l="comment");case void 0:return Wl(),Kl("eof")}if(!Al.JudgeUtil.isIgnoreChar(Nl)&&!Al.JudgeUtil.isSpaceSeparator(Nl))return zl[Il]();Wl()},start(){$l="value"},beforePropertyName(){switch(Nl){case"$":case"_":return xl=Wl(),void($l="identifierName");case"\\":return Wl(),void($l="identifierNameStartEscape");case"}":return Kl("punctuator",Wl());case'"':case"'":return Hl=Nl,Wl(),void($l="string")}if(Al.JudgeUtil.isIdStartChar(Nl))return xl+=Wl(),void($l="identifierName");throw tf(bl.Char,Wl())},afterPropertyName(){if(":"===Nl)return Kl("punctuator",Wl());throw tf(bl.Char,Wl())},beforePropertyValue(){$l="value"},afterPropertyValue(){switch(Nl){case",":case"}":return Kl("punctuator",Wl())}throw tf(bl.Char,Wl())},beforeArrayValue(){if("]"===Nl)return Kl("punctuator",Wl());$l="value"},afterArrayValue(){switch(Nl){case",":case"]":return Kl("punctuator",Wl())}throw tf(bl.Char,Wl())},end(){throw tf(bl.Char,Wl())},comment(){switch(Nl){case"*":return Wl(),void($l="multiLineComment");case"/":return Wl(),void($l="singleLineComment")}throw tf(bl.Char,Wl())},multiLineComment(){switch(Nl){case"*":return Wl(),void($l="multiLineCommentAsterisk");case void 0:throw tf(bl.Char,Wl())}Wl()},multiLineCommentAsterisk(){switch(Nl){case"*":return void Wl();case"/":return Wl(),void($l="default");case void 0:throw tf(bl.Char,Wl())}Wl(),$l="multiLineComment"},singleLineComment(){switch(Nl){case"\n":case"\r":case"\u2028":case"\u2029":return Wl(),void($l="default");case void 0:return Wl(),Kl("eof")}Wl()},value(){switch(Nl){case"{":case"[":return Kl("punctuator",Wl());case"n":return Wl(),ql("ull"),Kl("null",null);case"t":return Wl(),ql("rue"),Kl("boolean",!0);case"f":return Wl(),ql("alse"),Kl("boolean",!1);case"-":case"+":return"-"===Wl()&&(Jl=-1),void($l="numerical");case".":case"0":case"I":case"N":return void($l="numerical");case'"':case"'":return Hl=Nl,Wl(),xl="",void($l="string")}if(void 0===Nl||!Al.JudgeUtil.isDigitWithoutZero(Nl))throw tf(bl.Char,Wl());$l="numerical"},numerical(){switch(Nl){case".":return xl=Wl(),void($l="decimalPointLeading");case"0":return xl=Wl(),void($l="zero");case"I":return Wl(),ql("nfinity"),Kl("numeric",Jl*(1/0));case"N":return Wl(),ql("aN"),Kl("numeric",NaN)}if(void 0!==Nl&&Al.JudgeUtil.isDigitWithoutZero(Nl))return xl=Wl(),void($l="decimalInteger");throw tf(bl.Char,Wl())},zero(){switch(Nl){case".":case"e":case"E":return void($l="decimal");case"x":case"X":return xl+=Wl(),void($l="hexadecimal")}return Kl("numeric",0)},decimalInteger(){switch(Nl){case".":case"e":case"E":return void($l="decimal")}if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},decimal(){switch(Nl){case".":xl+=Wl(),$l="decimalFraction";break;case"e":case"E":xl+=Wl(),$l="decimalExponent"}},decimalPointLeading(){if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalFraction");throw tf(bl.Char,Wl())},decimalFraction(){switch(Nl){case"e":case"E":return xl+=Wl(),void($l="decimalExponent")}if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},decimalExponent(){switch(Nl){case"+":case"-":return xl+=Wl(),void($l="decimalExponentSign")}if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalExponentInteger");throw tf(bl.Char,Wl())},decimalExponentSign(){if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalExponentInteger");throw tf(bl.Char,Wl())},decimalExponentInteger(){if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},hexadecimal(){if(Al.JudgeUtil.isHexDigit(Nl))return xl+=Wl(),void($l="hexadecimalInteger");throw tf(bl.Char,Wl())},hexadecimalInteger(){if(!Al.JudgeUtil.isHexDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},identifierNameStartEscape(){if("u"!==Nl)throw tf(bl.Char,Wl());Wl();const e=Yl();switch(e){case"$":case"_":break;default:if(!Al.JudgeUtil.isIdStartChar(e))throw tf(bl.Identifier)}xl+=e,$l="identifierName"},identifierName(){switch(Nl){case"$":case"_":case"‌":case"‍":return void(xl+=Wl());case"\\":return Wl(),void($l="identifierNameEscape")}if(!Al.JudgeUtil.isIdContinueChar(Nl))return Kl("identifier",xl);xl+=Wl()},identifierNameEscape(){if("u"!==Nl)throw tf(bl.Char,Wl());Wl();const e=Yl();switch(e){case"$":case"_":case"‌":case"‍":break;default:if(!Al.JudgeUtil.isIdContinueChar(e))throw tf(bl.Identifier)}xl+=e,$l="identifierName"},string(){switch(Nl){case"\\":return Wl(),void(xl+=function(){const e=Ul(),t=function(){switch(Ul()){case"b":return Wl(),"\b";case"f":return Wl(),"\f";case"n":return Wl(),"\n";case"r":return Wl(),"\r";case"t":return Wl(),"\t";case"v":return Wl(),"\v"}return}();if(t)return t;switch(e){case"0":if(Wl(),Al.JudgeUtil.isDigit(Ul()))throw tf(bl.Char,Wl());return"\0";case"x":return Wl(),function(){let e="",t=Ul();if(!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());if(e+=Wl(),t=Ul(),!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());return e+=Wl(),String.fromCodePoint(parseInt(e,16))}();case"u":return Wl(),Yl();case"\n":case"\u2028":case"\u2029":return Wl(),"";case"\r":return Wl(),"\n"===Ul()&&Wl(),""}if(void 0===e||Al.JudgeUtil.isDigitWithoutZero(e))throw tf(bl.Char,Wl());return Wl()}());case'"':case"'":if(Nl===Hl){const e=Kl("string",xl);return Wl(),e}return void(xl+=Wl());case"\n":case"\r":case void 0:throw tf(bl.Char,Wl());case"\u2028":case"\u2029":!function(e){Ol.warn(`JSON5: '${ef(e)}' in strings is not valid ECMAScript; consider escaping.`)}(Nl)}xl+=Wl()}};function Kl(e,t){return{type:e,value:t,line:Ml,column:Ll}}function ql(e){for(const t of e){if(Ul()!==t)throw tf(bl.Char,Wl());Wl()}}function Yl(){let e="",t=4;for(;t-- >0;){const t=Ul();if(!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());e+=Wl()}return String.fromCodePoint(parseInt(e,16))}const Xl={start(){if("eof"===_l.type)throw tf(bl.EOF);Zl()},beforePropertyName(){switch(_l.type){case"identifier":case"string":return Pl=_l.value,void(Il="afterPropertyName");case"punctuator":return void Ql();case"eof":throw tf(bl.EOF)}},afterPropertyName(){if("eof"===_l.type)throw tf(bl.EOF);Il="beforePropertyValue"},beforePropertyValue(){if("eof"===_l.type)throw tf(bl.EOF);Zl()},afterPropertyValue(){if("eof"===_l.type)throw tf(bl.EOF);switch(_l.value){case",":return void(Il="beforePropertyName");case"}":Ql()}},beforeArrayValue(){if("eof"===_l.type)throw tf(bl.EOF);"punctuator"!==_l.type||"]"!==_l.value?Zl():Ql()},afterArrayValue(){if("eof"===_l.type)throw tf(bl.EOF);switch(_l.value){case",":return void(Il="beforeArrayValue");case"]":Ql()}},end(){}};function Zl(){const e=function(){let e;switch(_l.type){case"punctuator":switch(_l.value){case"{":e={};break;case"[":e=[]}break;case"null":case"boolean":case"numeric":case"string":e=_l.value}return e}();if(jl&&"object"==typeof e&&(e._line=Ml,e._column=Ll),void 0===kl)kl=e;else{const t=Tl[Tl.length-1];Array.isArray(t)?jl&&"object"!=typeof e?t.push({value:e,_line:Ml,_column:Ll}):t.push(e):t[Pl]=jl&&"object"!=typeof e?{value:e,_line:Ml,_column:Ll}:e}!function(e){if(e&&"object"==typeof e)Tl.push(e),Il=Array.isArray(e)?"beforeArrayValue":"beforePropertyName";else{const e=Tl[Tl.length-1];Il=e?Array.isArray(e)?"afterArrayValue":"afterPropertyValue":"end"}}(e)}function Ql(){Tl.pop();const e=Tl[Tl.length-1];Il=e?Array.isArray(e)?"afterArrayValue":"afterPropertyValue":"end"}function ef(e){const t={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r","\t":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"};if(t[e])return t[e];if(e<" "){const t=e.charCodeAt(0).toString(16);return`\\x${`00${t}`.substring(t.length)}`}return e}function tf(e,t){let n="";switch(e){case bl.Char:n=void 0===t?`JSON5: invalid end of input at ${Ml}:${Ll}`:`JSON5: invalid character '${ef(t)}' at ${Ml}:${Ll}`;break;case bl.EOF:n=`JSON5: invalid end of input at ${Ml}:${Ll}`;break;case bl.Identifier:Ll-=5,n=`JSON5: invalid identifier character at ${Ml}:${Ll}`}const r=new nf(n);return r.lineNumber=Ml,r.columnNumber=Ll,r}class nf extends SyntaxError{}var rf=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),uf=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),of=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&rf(t,e,n);return uf(t,e),t};Object.defineProperty(Y,"__esModule",{value:!0});var sf=Y.cleanWorkSpace=Ff=Y.executeInstallHvigor=yf=Y.isHvigorInstalled=mf=Y.isAllDependenciesInstalled=void 0;const cf=of(D.default),af=of(p.default),lf=b,ff=j,df=$,Df=X;let pf,Ef;var mf=Y.isAllDependenciesInstalled=function(){function e(e){const t=null==e?void 0:e.dependencies;return void 0===t?0:Object.getOwnPropertyNames(t).length}if(pf=gf(),Ef=Af(),e(pf)+1!==e(Ef))return!1;for(const e in null==pf?void 0:pf.dependencies)if(!(0,ff.hasNpmPackInPaths)(e,[lf.HVIGOR_PROJECT_DEPENDENCIES_HOME])||!hf(e,pf,Ef))return!1;return!0};function hf(e,t,n){return void 0!==n.dependencies&&(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,t.dependencies[e])===n.dependencies[e]}var yf=Y.isHvigorInstalled=function(){return pf=gf(),Ef=Af(),(0,ff.hasNpmPackInPaths)(lf.HVIGOR_ENGINE_PACKAGE_NAME,[lf.HVIGOR_PROJECT_DEPENDENCIES_HOME])&&(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,pf.hvigorVersion)===Ef.dependencies[lf.HVIGOR_ENGINE_PACKAGE_NAME]};const Cf={cwd:lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,stdio:["inherit","inherit","inherit"]};var Ff=Y.executeInstallHvigor=function(){(0,df.logInfoPrintConsole)("Hvigor installing...");const e={dependencies:{}};e.dependencies[lf.HVIGOR_ENGINE_PACKAGE_NAME]=(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,pf.hvigorVersion);try{cf.mkdirSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,{recursive:!0});const t=af.resolve(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,lf.DEFAULT_PACKAGE_JSON);cf.writeFileSync(t,JSON.stringify(e))}catch(e){(0,df.logErrorAndExit)(e)}!function(){const e=["config","set","store-dir",lf.HVIGOR_PNPM_STORE_PATH];(0,ff.executeCommand)(lf.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH,e,Cf)}(),(0,ff.executeCommand)(lf.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH,["install"],Cf)};function gf(){const e=af.resolve(lf.HVIGOR_PROJECT_WRAPPER_HOME,lf.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME);return cf.existsSync(e)||(0,df.logErrorAndExit)(`Error: Hvigor config file ${e} does not exist.`),(0,Df.parseJsonFile)(e)}function Af(){return cf.existsSync(lf.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH)?(0,Df.parseJsonFile)(lf.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH):{dependencies:{}}}sf=Y.cleanWorkSpace=function(){if((0,df.logInfoPrintConsole)("Hvigor cleaning..."),!cf.existsSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME))return;const e=cf.readdirSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME);if(e&&0!==e.length){cf.existsSync(lf.HVIGOR_BOOT_JS_FILE_PATH)&&(0,ff.executeCommand)(process.argv[0],[lf.HVIGOR_BOOT_JS_FILE_PATH,"--stop-daemon"],{});try{e.forEach((e=>{cf.rmSync(af.resolve(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,e),{recursive:!0})}))}catch(e){(0,df.logErrorAndExit)(`The hvigor build tool cannot be installed. Please manually clear the workspace directory and synchronize the project again.\n\n Workspace Path: ${lf.HVIGOR_PROJECT_DEPENDENCIES_HOME}.`)}}};var vf={},Sf=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),wf=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),Of=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&Sf(t,e,n);return wf(t,e),t};Object.defineProperty(vf,"__esModule",{value:!0});var bf=vf.executeBuild=void 0;const _f=b,Bf=Of(D.default),Pf=Of(p.default),kf=$;bf=vf.executeBuild=function(){const e=Pf.resolve(_f.HVIGOR_PROJECT_DEPENDENCIES_HOME,"node_modules","@ohos","hvigor","bin","hvigor.js");try{const t=Bf.realpathSync(e);require(t)}catch(t){(0,kf.logErrorAndExit)(`Error: ENOENT: no such file ${e},delete ${_f.HVIGOR_PROJECT_DEPENDENCIES_HOME} and retry.`)}},function(){if(O.checkNpmConifg(),O.environmentHandler(),O.isPnpmAvailable()||O.executeInstallPnpm(),yf()&&mf())bf();else{sf();try{Ff()}catch(e){return void sf()}bf()}}(); \ No newline at end of file diff --git a/ohos/flutter_provider/ohos/hvigorfile.ts b/ohos/flutter_provider/ohos/hvigorfile.ts new file mode 100644 index 0000000000000000000000000000000000000000..5a172b770e3b15f67c12152d00f38f2084d3915b --- /dev/null +++ b/ohos/flutter_provider/ohos/hvigorfile.ts @@ -0,0 +1,17 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently. +export { appTasks } from '@ohos/hvigor-ohos-plugin'; \ No newline at end of file diff --git a/ohos/flutter_provider/ohos/hvigorw b/ohos/flutter_provider/ohos/hvigorw new file mode 100644 index 0000000000000000000000000000000000000000..5efd8343d3232bdd1d9b7f67a3326034054c5396 --- /dev/null +++ b/ohos/flutter_provider/ohos/hvigorw @@ -0,0 +1,61 @@ +#!/bin/bash + +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# ---------------------------------------------------------------------------- +# Hvigor startup script, version 1.0.0 +# +# Required ENV vars: +# ------------------ +# NODE_HOME - location of a Node home dir +# or +# Add /usr/local/nodejs/bin to the PATH environment variable +# ---------------------------------------------------------------------------- + +HVIGOR_APP_HOME=$(dirname $(readlink -f $0)) +HVIGOR_WRAPPER_SCRIPT=${HVIGOR_APP_HOME}/hvigor/hvigor-wrapper.js +warn() { + echo "" + echo -e "\033[1;33m`date '+[%Y-%m-%d %H:%M:%S]'`$@\033[0m" +} + +error() { + echo "" + echo -e "\033[1;31m`date '+[%Y-%m-%d %H:%M:%S]'`$@\033[0m" +} + +fail() { + error "$@" + exit 1 +} + +# Determine node to start hvigor wrapper script +if [ -n "${NODE_HOME}" ];then + EXECUTABLE_NODE="${NODE_HOME}/bin/node" + if [ ! -x "$EXECUTABLE_NODE" ];then + fail "ERROR: NODE_HOME is set to an invalid directory,check $NODE_HOME\n\nPlease set NODE_HOME in your environment to the location where your nodejs installed" + fi +else + EXECUTABLE_NODE="node" + which ${EXECUTABLE_NODE} > /dev/null 2>&1 || fail "ERROR: NODE_HOME is not set and not 'node' command found in your path" +fi + +# Check hvigor wrapper script +if [ ! -r "$HVIGOR_WRAPPER_SCRIPT" ];then + fail "ERROR: Couldn't find hvigor/hvigor-wrapper.js in ${HVIGOR_APP_HOME}" +fi + +# start hvigor-wrapper script +exec "${EXECUTABLE_NODE}" \ + "${HVIGOR_WRAPPER_SCRIPT}" "$@" diff --git a/ohos/flutter_provider/ohos/hvigorw.bat b/ohos/flutter_provider/ohos/hvigorw.bat new file mode 100644 index 0000000000000000000000000000000000000000..cab3a34a8d2caee9e8f8c7374220c873332a7cb6 --- /dev/null +++ b/ohos/flutter_provider/ohos/hvigorw.bat @@ -0,0 +1,78 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +@if "%DEBUG%" == "" @echo off +@rem ########################################################################## +@rem +@rem Hvigor startup script for Windows +@rem +@rem ########################################################################## + +@rem Set local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" setlocal + +set DIRNAME=%~dp0 +if "%DIRNAME%" == "" set DIRNAME=. +set APP_BASE_NAME=%~n0 +set APP_HOME=%DIRNAME% + +@rem Resolve any "." and ".." in APP_HOME to make it shorter. +for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi + +set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js +set NODE_EXE=node.exe + +goto start + +:start +@rem Find node.exe +if defined NODE_HOME goto findNodeFromNodeHome + +%NODE_EXE% --version >NUL 2>&1 +if "%ERRORLEVEL%" == "0" goto execute + +echo. +echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. +echo. +echo Please set the NODE_HOME variable in your environment to match the +echo location of your NodeJs installation. + +goto fail + +:findNodeFromNodeHome +set NODE_HOME=%NODE_HOME:"=% +set NODE_EXE_PATH=%NODE_HOME%/%NODE_EXE% + +if exist "%NODE_EXE_PATH%" goto execute +echo. +echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. +echo. +echo Please set the NODE_HOME variable in your environment to match the +echo location of your NodeJs installation. + +goto fail + +:execute +@rem Execute hvigor +"%NODE_EXE%" %WRAPPER_MODULE_PATH% %* + +if "%ERRORLEVEL%" == "0" goto hvigorwEnd + +:fail +exit /b 1 + +:hvigorwEnd +if "%OS%" == "Windows_NT" endlocal + +:end diff --git a/ohos/flutter_provider/ohos/oh-package-lock.json5 b/ohos/flutter_provider/ohos/oh-package-lock.json5 new file mode 100644 index 0000000000000000000000000000000000000000..253f0539a12748287253826c954a88a6269459dc --- /dev/null +++ b/ohos/flutter_provider/ohos/oh-package-lock.json5 @@ -0,0 +1,27 @@ +/* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +{ + "lockfileVersion": 1, + "ATTENTION": "THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.", + "specifiers": { + "@ohos/hypium@1.0.6": "@ohos/hypium@1.0.6" + }, + "packages": { + "@ohos/hypium@1.0.6": { + "resolved": "https://repo.harmonyos.com/ohpm/@ohos/hypium/-/hypium-1.0.6.tgz", + "integrity": "sha512-bb3DWeWhYrFqj9mPFV3yZQpkm36kbcK+YYaeY9g292QKSjOdmhEIQR2ULPvyMsgSR4usOBf5nnYrDmaCCXirgQ==" + } + } +} \ No newline at end of file diff --git a/ohos/flutter_provider/ohos/oh-package.json5 b/ohos/flutter_provider/ohos/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..c90ef4866ac1a918639181ad0299d941bb95aca7 --- /dev/null +++ b/ohos/flutter_provider/ohos/oh-package.json5 @@ -0,0 +1,26 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "license": "", + "devDependencies": { + "@ohos/hypium": "1.0.6" + }, + "author": "", + "name": "apptemplate", + "description": "Please describe the basic information.", + "main": "", + "version": "1.0.0", + "dependencies": {} +} diff --git a/ohos/flutter_provider/pubspec.yaml b/ohos/flutter_provider/pubspec.yaml new file mode 100644 index 0000000000000000000000000000000000000000..464744da60d65a2a97e0b758cdcbd0f394009f59 --- /dev/null +++ b/ohos/flutter_provider/pubspec.yaml @@ -0,0 +1,107 @@ +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +name: flutter_provider +description: A new Flutter project. +# The following line prevents the package from being accidentally published to +# pub.dev using `flutter pub publish`. This is preferred for private packages. +publish_to: 'none' # Remove this line if you wish to publish to pub.dev + +# The following defines the version and build number for your application. +# A version number is three numbers separated by dots, like 1.2.43 +# followed by an optional build number separated by a +. +# Both the version and the builder number may be overridden in flutter +# build by specifying --build-name and --build-number, respectively. +# In Android, build-name is used as versionName while build-number used as versionCode. +# Read more about Android versioning at https://developer.android.com/studio/publish/versioning +# In iOS, build-name is used as CFBundleShortVersionString while build-number is used as CFBundleVersion. +# Read more about iOS versioning at +# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html +# In Windows, build-name is used as the major, minor, and patch parts +# of the product and file versions while build-number is used as the build suffix. +version: 1.0.0+1 + +environment: + sdk: '>=2.19.6 <3.0.0' + +# Dependencies specify other packages that your package needs in order to work. +# To automatically upgrade your package dependencies to the latest versions +# consider running `flutter pub upgrade --major-versions`. Alternatively, +# dependencies can be manually updated by changing the version numbers below to +# the latest version available on pub.dev. To see which dependencies have newer +# versions available, run `flutter pub outdated`. +dependencies: + flutter: + sdk: flutter + + provider: 6.0.5 + + # The following adds the Cupertino Icons font to your application. + # Use with the CupertinoIcons class for iOS style icons. + cupertino_icons: ^1.0.2 + +dev_dependencies: + flutter_test: + sdk: flutter + + mockito: ^5.0.0 + test: ^1.15.5 + + # The "flutter_lints" package below contains a set of recommended lints to + # encourage good coding practices. The lint set provided by the package is + # activated in the `analysis_options.yaml` file located at the root of your + # package. See that file for information about deactivating specific lint + # rules and activating additional ones. + flutter_lints: ^2.0.0 + +# For information on the generic Dart part of this file, see the +# following page: https://dart.dev/tools/pub/pubspec + +# The following section is specific to Flutter packages. +flutter: + + # The following line ensures that the Material Icons font is + # included with your application, so that you can use the icons in + # the material Icons class. + uses-material-design: true + + # To add assets to your application, add an assets section, like this: + # assets: + # - images/a_dot_burr.jpeg + # - images/a_dot_ham.jpeg + + # An image asset can refer to one or more resolution-specific "variants", see + # https://flutter.dev/assets-and-images/#resolution-aware + + # For details regarding adding assets from package dependencies, see + # https://flutter.dev/assets-and-images/#from-packages + + # To add custom fonts to your application, add a fonts section here, + # in this "flutter" section. Each entry in this list should have a + # "family" key with the font family name, and a "fonts" key with a + # list giving the asset and other descriptors for the font. For + # example: + # fonts: + # - family: Schyler + # fonts: + # - asset: fonts/Schyler-Regular.ttf + # - asset: fonts/Schyler-Italic.ttf + # style: italic + # - family: Trajan Pro + # fonts: + # - asset: fonts/TrajanPro.ttf + # - asset: fonts/TrajanPro_Bold.ttf + # weight: 700 + # + # For details regarding fonts from package dependencies, + # see https://flutter.dev/custom-fonts/#from-packages diff --git a/ohos/flutter_provider/test/widget_test.dart b/ohos/flutter_provider/test/widget_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..f6f2eb0293dd8ec7e3c4b94500bc1acd8896b5b8 --- /dev/null +++ b/ohos/flutter_provider/test/widget_test.dart @@ -0,0 +1,44 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +// This is a basic Flutter widget test. +// +// To perform an interaction with a widget in your test, use the WidgetTester +// utility in the flutter_test package. For example, you can send tap and scroll +// gestures. You can also use WidgetTester to find child widgets in the widget +// tree, read text, and verify that the values of widget properties are correct. + +import 'package:flutter/material.dart'; +import 'package:flutter_test/flutter_test.dart'; + +import 'package:flutter_provider/main.dart'; + +void main() { + testWidgets('Counter increments smoke test', (WidgetTester tester) async { + // Build our app and trigger a frame. + await tester.pumpWidget(const MyApp()); + + // Verify that our counter starts at 0. + expect(find.text('0'), findsOneWidget); + expect(find.text('1'), findsNothing); + + // Tap the '+' icon and trigger a frame. + await tester.tap(find.byIcon(Icons.add)); + await tester.pump(); + + // Verify that our counter has incremented. + expect(find.text('0'), findsNothing); + expect(find.text('1'), findsOneWidget); + }); +} diff --git a/ohos/flutter_source_span/.gitignore b/ohos/flutter_source_span/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..24476c5d1eb55824c76d8b01a3965f94abad1ef8 --- /dev/null +++ b/ohos/flutter_source_span/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ +migrate_working_dir/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +**/doc/api/ +**/ios/Flutter/.last_build_id +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Android Studio will place build artifacts here +/android/app/debug +/android/app/profile +/android/app/release diff --git a/ohos/flutter_source_span/.metadata b/ohos/flutter_source_span/.metadata new file mode 100644 index 0000000000000000000000000000000000000000..d07c0afb6812b08a64d23b369ba37e066ea83244 --- /dev/null +++ b/ohos/flutter_source_span/.metadata @@ -0,0 +1,44 @@ + /* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +# This file tracks properties of this Flutter project. +# Used by Flutter tool to assess capabilities and perform upgrades etc. +# +# This file should be version controlled. + +version: + revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + channel: master + +project_type: app + +# Tracks metadata for the flutter migrate command +migration: + platforms: + - platform: root + create_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + base_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + - platform: ohos + create_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + base_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + + # User provided section + + # List of Local paths (relative to this file) that should be + # ignored by the migrate tool. + # + # Files that are not part of the templates will be ignored by default. + unmanaged_files: + - 'lib/main.dart' + - 'ios/Runner.xcodeproj/project.pbxproj' diff --git a/ohos/flutter_source_span/README.md b/ohos/flutter_source_span/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/ohos/flutter_source_span/analysis_options.yaml b/ohos/flutter_source_span/analysis_options.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7814013c895a5ab88ab0bb58d8cfa716f9be5654 --- /dev/null +++ b/ohos/flutter_source_span/analysis_options.yaml @@ -0,0 +1,42 @@ +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# This file configures the analyzer, which statically analyzes Dart code to +# check for errors, warnings, and lints. +# +# The issues identified by the analyzer are surfaced in the UI of Dart-enabled +# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be +# invoked from the command line by running `flutter analyze`. + +# The following line activates a set of recommended lints for Flutter apps, +# packages, and plugins designed to encourage good coding practices. +include: package:flutter_lints/flutter.yaml + +linter: + # The lint rules applied to this project can be customized in the + # section below to disable rules from the `package:flutter_lints/flutter.yaml` + # included above or to enable additional rules. A list of all available lints + # and their documentation is published at + # https://dart-lang.github.io/linter/lints/index.html. + # + # Instead of disabling a lint rule for the entire project in the + # section below, it can also be suppressed for a single line of code + # or a specific dart file by using the `// ignore: name_of_lint` and + # `// ignore_for_file: name_of_lint` syntax on the line or in the file + # producing the lint. + rules: + # avoid_print: false # Uncomment to disable the `avoid_print` rule + # prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule + +# Additional information about this file can be found at +# https://dart.dev/guides/language/analysis-options diff --git a/ohos/flutter_source_span/lib/common/base_page.dart b/ohos/flutter_source_span/lib/common/base_page.dart new file mode 100644 index 0000000000000000000000000000000000000000..257ce69d4e9c1fac8ea20707a49b824ebbf26c5b --- /dev/null +++ b/ohos/flutter_source_span/lib/common/base_page.dart @@ -0,0 +1,52 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; +import 'package:flutter_source_span/common/test_route.dart'; + +import 'main_item_widget.dart'; + +/// 全局静态数据存储 +abstract class GlobalData { + static String appName = ''; +} + +/// app基本首页 +class BasePage extends StatefulWidget { + const BasePage({super.key, required this.data}); + + final List data; + + @override + State createState() => _BasePageState(); +} + +class _BasePageState extends State { + int get _itemCount => widget.data.length; + + @override + Widget build(BuildContext context) { + return Scaffold( + appBar: AppBar( + title: Center(child: Text(GlobalData.appName, textAlign: TextAlign.center)), + ), + body: ListView.builder(itemBuilder: _itemBuilder, itemCount: _itemCount)); + } + + Widget _itemBuilder(BuildContext context, int index) { + return MainItemWidget(widget.data[index], (MainItem item) { + Navigator.of(context).pushNamed(item.route!); + }); + } +} diff --git a/ohos/flutter_source_span/lib/common/item_widget.dart b/ohos/flutter_source_span/lib/common/item_widget.dart new file mode 100644 index 0000000000000000000000000000000000000000..f9b5400eeb1ec5b94312368afc23a52f68c5f6a0 --- /dev/null +++ b/ohos/flutter_source_span/lib/common/item_widget.dart @@ -0,0 +1,129 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/cupertino.dart'; +import 'package:flutter/material.dart'; +import 'package:flutter_source_span/common/test_page.dart'; + +/// Item widget. +class ItemWidget extends StatefulWidget { + /// Item widget. + const ItemWidget( + {required this.item, required this.index, required this.getGroupRange, required this.runGroup, required this.onTap, this.summary, Key? key}) + : super(key: key); + + /// item summary. + final String? summary; + + /// item data. + final Item item; + + /// 当前下标 + final int index; + + /// 获取对应的组信息 + final GroupRange Function() getGroupRange; + + /// 获取对应的组信息 + final void Function(int start, int end) runGroup; + + /// Action when pressed (typically run). + final void Function(Item item) onTap; + + @override + ItemWidgetState createState() => ItemWidgetState(); +} + +class ItemWidgetState extends State { + @override + Widget build(BuildContext context) { + IconData? icon; + Color? color; + + switch (widget.item.state) { + case ItemState.none: + icon = Icons.arrow_forward_ios; + break; + case ItemState.running: + icon = Icons.more_horiz; + break; + case ItemState.success: + icon = Icons.check; + color = Colors.green; + break; + case ItemState.failure: + icon = Icons.close; + color = Colors.red; + break; + } + + final Widget listTile = ListTile( + leading: SizedBox( + child: IconButton( + icon: Icon(icon, color: color), + onPressed: null, + )), + title: Text(widget.item.name), + subtitle: widget.summary != null ? Text(widget.summary!) : null, + onTap: () { + widget.onTap(widget.item); + }); + + final data = widget.getGroupRange(); + + return Column( + mainAxisAlignment: MainAxisAlignment.start, + crossAxisAlignment: CrossAxisAlignment.start, + children: [ + if (data.groupName.isNotEmpty && data.startIndex == widget.index) + GestureDetector( + onTap: () {}, + child: Container( + //height: 35, + decoration: BoxDecoration(color: CupertinoColors.extraLightBackgroundGray), + child: Row( + mainAxisAlignment: MainAxisAlignment.spaceBetween, + children: [ + Expanded(child: Text( + '测试组: ${data.groupName}', + style: TextStyle(fontSize: 18), + )), + // Text( + // '测试组: ${data.groupName}', + // style: TextStyle(fontSize: 18), + // ), + FilledButton( + onPressed: () => widget.runGroup(data.startIndex, data.startIndex), + child: Text( + '整组测试', + style: TextStyle(fontSize: 16), + )) + ], + ), + ), + ), + Container( + margin: data.groupName.isNotEmpty && data.startIndex == widget.index ? EdgeInsets.only(bottom: 10) : null, + decoration: BoxDecoration( + border: data.groupName.isNotEmpty && data.endIndex == widget.index ? Border(bottom: BorderSide(color: Colors.grey)) : null, + ), + child: Padding( + padding: data.groupName.isNotEmpty && data.startIndex <= widget.index && data.endIndex >= widget.index ? EdgeInsets.only(left: 35) : EdgeInsets.zero, + child: listTile, + ), + ) + ], + ); + } +} diff --git a/ohos/flutter_source_span/lib/common/main_item_widget.dart b/ohos/flutter_source_span/lib/common/main_item_widget.dart new file mode 100644 index 0000000000000000000000000000000000000000..722e90f396c3b8d49d7492c8dfcbcd3d715a2824 --- /dev/null +++ b/ohos/flutter_source_span/lib/common/main_item_widget.dart @@ -0,0 +1,50 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/cupertino.dart'; +import 'package:flutter/material.dart'; +import 'package:flutter_source_span/common/test_route.dart'; + +/// Main item widget. +class MainItemWidget extends StatefulWidget { + /// Main item widget. + const MainItemWidget(this.item, this.onTap, {Key? key}) : super(key: key); + + /// item data. + final MainItem item; + + /// onTap action (typically run or open). + final void Function(MainItem item) onTap; + + @override + MainItemWidgetState createState() => MainItemWidgetState(); +} + +class MainItemWidgetState extends State { + @override + Widget build(BuildContext context) { + return Container( + margin: const EdgeInsets.only(bottom: 10), + child: ListTile( + tileColor: CupertinoColors.extraLightBackgroundGray, + title: Text(widget.item.title), + subtitle: Text(widget.item.description), + onTap: _onTap), + ); + } + + void _onTap() { + widget.onTap(widget.item); + } +} diff --git a/ohos/flutter_source_span/lib/common/test_model_app.dart b/ohos/flutter_source_span/lib/common/test_model_app.dart new file mode 100644 index 0000000000000000000000000000000000000000..2ece7a60e0de43e43ff01655f505bc18810c554a --- /dev/null +++ b/ohos/flutter_source_span/lib/common/test_model_app.dart @@ -0,0 +1,51 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'base_page.dart'; +import 'test_route.dart'; + +/// 基础app框架 +class TestModelApp extends StatefulWidget { + TestModelApp({super.key, required this.appName, required this.data}) { + GlobalData.appName = appName; + } + + /// 测试包名称 + final String appName; + + /// 路由数据 + final TestRoute data; + + @override + State createState() => TestModelState(); +} + +class TestModelState extends State { + @override + Widget build(BuildContext context) { + return MaterialApp( + title: widget.appName, + theme: ThemeData( + colorScheme: ColorScheme.fromSeed(seedColor: Colors.blue), + appBarTheme: const AppBarTheme(backgroundColor: Colors.blue), + primarySwatch: Colors.blue, + useMaterial3: true, + ), + routes: widget.data.routes, + initialRoute: '/', + ); + } +} diff --git a/ohos/flutter_source_span/lib/common/test_page.dart b/ohos/flutter_source_span/lib/common/test_page.dart new file mode 100644 index 0000000000000000000000000000000000000000..c117beed18067bdcabff2e3c498b3554241b4d75 --- /dev/null +++ b/ohos/flutter_source_span/lib/common/test_page.dart @@ -0,0 +1,324 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:async'; + +import 'package:flutter/material.dart'; + +import 'item_widget.dart'; + +List contentList = []; + +class Test { + /// Test definition. + Test(this.name, this.fn, {bool? solo, bool? skip}) + : solo = solo == true, + skip = skip == true; + + /// Only run this test. + final bool solo; + + /// Skip this test. + final bool skip; + + /// Test name. + String name; + + /// Test body. + FutureOr Function() fn; +} + +/// Item states. +enum ItemState { + /// test not run yet. + none, + + /// test is running. + running, + + /// test succeeded. + success, + + /// test fails. + failure +} + +/// Menu item. +class Item { + /// Menu item. + Item(this.name); + + /// Menu item state. + ItemState state = ItemState.running; + + /// Menu item name/ + String name; +} + +class TestLength { + TestLength(this.oldLength, this.newLength); + + int oldLength; + int newLength; +} + +class GroupRange { + GroupRange(this.groupName, this.startIndex, this.endIndex); + + String groupName; + int startIndex; + int endIndex; +} + +/// 基础测试页面 +class TestPage extends StatefulWidget { + /// Base test page. + TestPage(this.title, {Key? key}) : super(key: key); + + /// The title. + final String title; + + /// Test list. + final List tests = []; + + /// 保存group的范围信息 + final Map groupTitle = {}; + + /// define a test. + void test(String name, FutureOr Function() fn) { + tests.add(Test(name, fn)); + } + + /// define a group test. + void group(String name, FutureOr Function() fn) { + int oldLength = tests.length; + fn(); + + int newLength = tests.length - 1; + groupTitle.addAll({name: TestLength(oldLength, newLength)}); + } + + /// Thrown an exception + void fail([String? message]) { + throw Exception(message ?? 'should fail'); + } + + @override + TestPageState createState() => TestPageState(); +} + +/// Group. +mixin Group { + /// List of tests. + List get tests { + // TODO: implement tests + throw UnimplementedError(); + } + + bool? _hasSolo; + final _tests = []; + + /// Add a test. + void add(Test test) { + if (!test.skip) { + if (test.solo) { + if (_hasSolo != true) { + _hasSolo = true; + _tests.clear(); + } + _tests.add(test); + } else if (_hasSolo != true) { + _tests.add(test); + } + } + } + + /// true if it has solo or contains item with solo feature + bool? get hasSolo => _hasSolo; +} + +class TestPageState extends State with Group { + List items = []; + + Future _run() async { + if (!mounted) { + return null; + } + + setState(() { + items.clear(); + }); + _tests.clear(); + for (var test in widget.tests) { + add(test); + } + for (var test in _tests) { + var item = Item(test.name); + contentList.add(Text(test.name, style: const TextStyle(fontSize: 18, color: Colors.green))); + + late int position; + setState(() { + position = items.length; + items.add(item); + }); + try { + await test.fn(); + item = Item(test.name)..state = ItemState.success; + print('ohFlutter: ${test.name}, result: success'); + } catch (e, st) { + contentList.add(Text('$e, $st', style: const TextStyle(fontSize: 18, color: Colors.red))); + print('ohFlutter: ${test.name}-error: $e, $st}'); + item = Item(test.name)..state = ItemState.failure; + } + + if (!mounted) { + return null; + } + + setState(() { + items[position] = item; + }); + } + } + + Future _runTest(int index) async { + if (!mounted) { + return null; + } + + final test = _tests[index]; + + var item = items[index]; + setState(() { + contentList = []; + item.state = ItemState.running; + }); + contentList.add(Text(test.name, style: const TextStyle(fontSize: 18, color: Colors.green))); + try { + await test.fn(); + + item = Item(test.name)..state = ItemState.success; + print('ohFlutter: ${test.name}, result: success'); + } catch (e, st) { + contentList.add(Text('$e, $st', style: const TextStyle(fontSize: 18, color: Colors.red))); + print('ohFlutter: ${test.name}-error: $e, $st}'); + try { + print(st); + } catch (_) {} + item = Item(test.name)..state = ItemState.failure; + } + + if (!mounted) { + return null; + } + + setState(() { + items[index] = item; + }); + } + + @override + void initState() { + super.initState(); + contentList = []; + _run(); + } + + @override + Widget build(BuildContext context) { + return Scaffold( + appBar: AppBar(title: Text(widget.title), actions: [ + IconButton( + icon: const Icon(Icons.search), + tooltip: 'Results', + onPressed: () { + showAlertDialog(context); + }, + ), + IconButton( + icon: const Icon(Icons.refresh), + tooltip: 'Run again', + onPressed: _run, + ), + ]), + body: ListView(children: [ + ...items.asMap().keys.map((e) => _itemBuilder(context, e)).toList(), + ])); + } + + Widget _itemBuilder(BuildContext context, int index) { + final item = getItem(index); + return ItemWidget( + item: item, + index: index, + getGroupRange: () { + GroupRange data = GroupRange('', 0, 0); + widget.groupTitle.forEach((key, value) { + if (value.oldLength <= index && value.newLength >= index) { + data = GroupRange(key, value.oldLength, value.newLength); + } + }); + return data; + }, + runGroup: (start, end) async { + for (var i = start; i <= end; i++) { + await _runTest(i); + print('\n'); + } + }, + onTap: (Item item) { + _runTest(index); + }); + } + + Item getItem(int index) { + return items[index]; + } + + @override + List get tests => widget.tests; +} + +void expect(var testModel, var object) { + try { + testModel; + contentList.add(Text('运行正常,输出参数为$testModel')); + } catch(e) { + contentList.add(Text('运行失败,错误信息为$e')); + print(e.toString()); + } +} + +void showAlertDialog(BuildContext context) { + showDialog( + context: context, + barrierDismissible: false, + builder: (BuildContext context) { + return AlertDialog( + content: SingleChildScrollView( + child: Column( + children: contentList, + ), + ), + actions: [ + MaterialButton( + child: const Text('确定'), + onPressed: () { + Navigator.of(context).pop(); + }, + ), + ], + ); + }); +} \ No newline at end of file diff --git a/ohos/flutter_source_span/lib/common/test_route.dart b/ohos/flutter_source_span/lib/common/test_route.dart new file mode 100644 index 0000000000000000000000000000000000000000..b05d7aaffae44465a08a3ce7cef6d7b4d94532c2 --- /dev/null +++ b/ohos/flutter_source_span/lib/common/test_route.dart @@ -0,0 +1,48 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/cupertino.dart'; + +import 'base_page.dart'; + +class MainItem { + /// Main item. + MainItem(this.title, this.description, {this.route}); + + /// Title. + String title; + + /// Description. + String description; + + /// Page route. + String? route; +} + +class TestRoute { + TestRoute({required Map routes, required this.items}) { + if (routes.containsKey('/')) { + throw Exception('不允许传入 / 路由'); + } + + this.routes.addAll({ + '/': (BuildContext context) => BasePage(data: items), + }); + this.routes.addAll(routes); + } + + Map routes = {}; + + List items = []; +} diff --git a/ohos/flutter_source_span/lib/main.dart b/ohos/flutter_source_span/lib/main.dart new file mode 100644 index 0000000000000000000000000000000000000000..e6482d312b058da162b73689919b579fb9a3b6ec --- /dev/null +++ b/ohos/flutter_source_span/lib/main.dart @@ -0,0 +1,172 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'package:flutter_source_span/common/test_page.dart'; +import 'package:flutter_source_span/common/test_route.dart'; +import 'package:flutter_source_span/common/test_model_app.dart'; +import 'rt_file_test.dart'; +import 'rt_highlight_test.dart'; +import 'rt_location_test.dart'; +import 'rt_multiple_highlight_test.dart'; +import 'rt_span_test.dart'; +import 'rt_utils_test.dart'; + +void main() { + + final app = TestRoute(routes: { + '/file_test': (BuildContext context) => JKFileTestPage("file_test"), + '/highlight_test': (BuildContext context) => JKHighLightTestPage("highlight_test"), + '/location_test': (BuildContext context) => JKLocationTestPage("location_test"), + '/multiple_highlight_test': (BuildContext context) => JKMultipleHighlightTestPage("multiple_highlight_test"), + '/span_test': (BuildContext context) => JKSpanTestPage("span_test"), + '/utils_test': (BuildContext context) => JKUtilsTestPage("utils_test"), + + }, items: [ + MainItem('file_test', 'details', route: '/file_test'), + MainItem('highlight_test', 'details', route: '/highlight_test'), + MainItem('location_test', 'details', route: '/location_test'), + MainItem('multiple_highlight_test', 'details', route: '/multiple_highlight_test'), + MainItem('span_test', 'details', route: '/span_test'), + MainItem('utils_test', 'details', route: '/utils_test'), + + ]); + + runApp(TestModelApp( + appName: 'source_span', + data: app)); + + //runApp(const MyApp()); +} + +class MyApp extends StatelessWidget { + const MyApp({super.key}); + + // This widget is the root of your application. + @override + Widget build(BuildContext context) { + return MaterialApp( + title: 'Flutter Demo', + theme: ThemeData( + // This is the theme of your application. + // + // TRY THIS: Try running your application with "flutter run". You'll see + // the application has a blue toolbar. Then, without quitting the app, + // try changing the seedColor in the colorScheme below to Colors.green + // and then invoke "hot reload" (save your changes or press the "hot + // reload" button in a Flutter-supported IDE, or press "r" if you used + // the command line to start the app). + // + // Notice that the counter didn't reset back to zero; the application + // state is not lost during the reload. To reset the state, use hot + // restart instead. + // + // This works for code too, not just values: Most code changes can be + // tested with just a hot reload. + colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple), + useMaterial3: true, + ), + home: const MyHomePage(title: 'Flutter Demo Home Page'), + ); + } +} + +class MyHomePage extends StatefulWidget { + const MyHomePage({super.key, required this.title}); + + // This widget is the home page of your application. It is stateful, meaning + // that it has a State object (defined below) that contains fields that affect + // how it looks. + + // This class is the configuration for the state. It holds the values (in this + // case the title) provided by the parent (in this case the App widget) and + // used by the build method of the State. Fields in a Widget subclass are + // always marked "final". + + final String title; + + @override + State createState() => _MyHomePageState(); +} + +class _MyHomePageState extends State { + int _counter = 0; + + void _incrementCounter() { + setState(() { + // This call to setState tells the Flutter framework that something has + // changed in this State, which causes it to rerun the build method below + // so that the display can reflect the updated values. If we changed + // _counter without calling setState(), then the build method would not be + // called again, and so nothing would appear to happen. + _counter++; + }); + } + + @override + Widget build(BuildContext context) { + // This method is rerun every time setState is called, for instance as done + // by the _incrementCounter method above. + // + // The Flutter framework has been optimized to make rerunning build methods + // fast, so that you can just rebuild anything that needs updating rather + // than having to individually change instances of widgets. + return Scaffold( + appBar: AppBar( + // TRY THIS: Try changing the color here to a specific color (to + // Colors.amber, perhaps?) and trigger a hot reload to see the AppBar + // change color while the other colors stay the same. + backgroundColor: Theme.of(context).colorScheme.inversePrimary, + // Here we take the value from the MyHomePage object that was created by + // the App.build method, and use it to set our appbar title. + title: Text(widget.title), + ), + body: Center( + // Center is a layout widget. It takes a single child and positions it + // in the middle of the parent. + child: Column( + // Column is also a layout widget. It takes a list of children and + // arranges them vertically. By default, it sizes itself to fit its + // children horizontally, and tries to be as tall as its parent. + // + // Column has various properties to control how it sizes itself and + // how it positions its children. Here we use mainAxisAlignment to + // center the children vertically; the main axis here is the vertical + // axis because Columns are vertical (the cross axis would be + // horizontal). + // + // TRY THIS: Invoke "debug painting" (choose the "Toggle Debug Paint" + // action in the IDE, or press "p" in the console), to see the + // wireframe for each widget. + mainAxisAlignment: MainAxisAlignment.center, + children: [ + const Text( + 'You have pushed the button this many times:', + ), + Text( + '$_counter', + style: Theme.of(context).textTheme.headlineMedium, + ), + ], + ), + ), + floatingActionButton: FloatingActionButton( + onPressed: _incrementCounter, + tooltip: 'Increment', + child: const Icon(Icons.add), + ), // This trailing comma makes auto-formatting nicer for build methods. + ); + } +} diff --git a/ohos/flutter_source_span/lib/rt_file_test.dart b/ohos/flutter_source_span/lib/rt_file_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..e8a2063ef7f021f2406ec7a0c1d9ef02200fb12c --- /dev/null +++ b/ohos/flutter_source_span/lib/rt_file_test.dart @@ -0,0 +1,558 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:source_span/source_span.dart'; +import 'package:flutter_source_span/common/test_page.dart'; + +class JKFileTestPage extends TestPage { + + static const String routeName = "/frame_test"; + + JKFileTestPage(super.title, {super.key}) { + print('start test666'); + + late SourceFile file; + //setUp(() { + file = SourceFile.fromString(''' +foo bar baz +whiz bang boom +zip zap zop''', url: 'foo.dart'); + //}); + + group('errors', () { + group('for span()', () { + test('file.span(10, 5)', () { + expect(() => file.span(10, 5), "throwsArgumentError"); + }); + + test('file.span(-1, 5)', () { + expect(() => file.span(-1, 5), "throwsRangeError"); + }); + + test(' file.span(10, 100)', () { + expect(() => file.span(10, 100), "throwsRangeError"); + }); + }); + + group('for location()', () { + test(' file.location(-1)', () { + expect(() => file.location(-1), "throwsRangeError"); + }); + + test('file.location(100)', () { + expect(() => file.location(100), "throwsRangeError"); + }); + }); + + group('for getLine()', () { + test('file.getLine(-1)', () { + expect(() => file.getLine(-1), "throwsRangeError"); + }); + + test('file.getLine(100)', () { + expect(() => file.getLine(100), "throwsRangeError"); + }); + }); + + group('for getColumn()', () { + test('file.getColumn(-1)', () { + expect(() => file.getColumn(-1), "throwsRangeError"); + }); + + test('file.getColumn(100)', () { + expect(() => file.getColumn(100), "throwsRangeError"); + }); + + test('file.getColumn(1, line: -1)', () { + expect(() => file.getColumn(1, line: -1), "throwsRangeError"); + }); + + test('file.getColumn(1, line: 100)', () { + expect(() => file.getColumn(1, line: 100), "throwsRangeError"); + }); + + test('file.getColumn(1, line: 1)', () { + expect(() => file.getColumn(1, line: 1), "throwsRangeError"); + }); + }); + + group('getOffset()', () { + test('file.getOffset(-1)', () { + expect(() => file.getOffset(-1), "throwsRangeError"); + }); + + test('file.getOffset(1, -1)', () { + expect(() => file.getOffset(1, -1), "throwsRangeError"); + }); + + test('file.getOffset(100)', () { + expect(() => file.getOffset(100), "throwsRangeError"); + }); + + test('file.getOffset(2, 100)', () { + expect(() => file.getOffset(2, 100), "throwsRangeError"); + }); + + test('file.getOffset(1, 20)', () { + expect(() => file.getOffset(1, 20), "throwsRangeError"); + }); + }); + + group('for getText()', () { + test('file.getText(10, 5)', () { + expect(() => file.getText(10, 5), "throwsArgumentError"); + }); + + test('file.getText(-1, 5)', () { + expect(() => file.getText(-1, 5), "throwsRangeError"); + }); + + test('file.getText(10, 100)', () { + expect(() => file.getText(10, 100), "throwsRangeError"); + }); + }); + + group('for span().union()', () { + test("file.span(9, 10).union(SourceSpan(SourceLocation(10), SourceLocation(11), '_'))", () { + final other = SourceSpan(SourceLocation(10), SourceLocation(11), '_'); + + expect(() => file.span(9, 10).union(other), "throwsArgumentError"); + }); + + test('file.span(9, 10).union(file.span(11, 12))', () { + expect(() => file.span(9, 10).union(file.span(11, 12)), + "throwsArgumentError"); + }); + }); + + String otherStr = "SourceFile.fromString('''foo bar bazwhiz bang boomzip zap zop''', url: 'bar.dart').span(10, 11)"; + test('file.span(9, 10).expand(${otherStr})', () { + final other = SourceFile.fromString(''' +foo bar baz +whiz bang boom +zip zap zop''', url: 'bar.dart').span(10, 11); + + expect(() => file.span(9, 10).expand(other), "throwsArgumentError"); + }); + }); + + test('file.url | .lines | length', () { + expect(file.url, (Uri.parse('foo.dart'))); + expect(file.lines, (3)); + expect(file.length, (38)); + }); + + group('new SourceFile()', () { + test("(SourceFile.fromString('foo\r\nbar').getLine(6), (1))", () { + expect(SourceFile.fromString('foo\r\nbar').getLine(6), (1)); + }); + + test("SourceFile.fromString('foo\rbar').getLine(5), (1)", () { + expect(SourceFile.fromString('foo\rbar').getLine(5), (1)); + }); + }); + + group('span()', () { + test('file.span(5, 10)', () { + final span = file.span(5, 10); + expect(span.start, (file.location(5))); + expect(span.end, (file.location(10))); + }); + + test('file.span(5)', () { + final span = file.span(5); + expect(span.start, (file.location(5))); + expect(span.end, (file.location(file.length))); + }); + }); + + group('getLine()', () { + test('file.getLine(15)', () { + expect(file.getLine(15), (1)); + }); + + test('file.getLine(12)', () { + expect(file.getLine(12), (1)); + }); + + test('file.getLine(11)', () { + expect(file.getLine(11), (0)); + }); + + test('file.getLine(file.length)', () { + expect(file.getLine(file.length), (2)); + }); + }); + + group('getColumn()', () { + test('file.getColumn(15)', () { + expect(file.getColumn(15), (3)); + }); + + test('file.getColumn(12)', () { + expect(file.getColumn(12), (0)); + }); + + test('file.getColumn(11)', () { + expect(file.getColumn(11), (11)); + }); + + test('file.getColumn(12, line: 1)', () { + expect(file.getColumn(12, line: 1), (0)); + }); + + test('file.getColumn(file.length)', () { + expect(file.getColumn(file.length), (11)); + }); + }); + + group('getOffset()', () { + test('file.getOffset(1, 3)', () { + expect(file.getOffset(1, 3), (15)); + }); + + test('file.getOffset(1)', () { + expect(file.getOffset(1), (12)); + }); + + test('file.getOffset(0, 11)', () { + expect(file.getOffset(0, 11), (11)); + }); + + test('file.getOffset(2, 11)', () { + expect(file.getOffset(2, 11), (file.length)); + }); + }); + + group('getText()', () { + test('file.getText(8, 15)', () { + expect(file.getText(8, 15), ('baz\nwhi')); + }); + + test('file.getText(20)', () { + expect(file.getText(20), ('g boom\nzip zap zop')); + }); + }); + + group('FileLocation', () { + test('file.location(15).line', () { + expect(file + .location(15) + .line, (1)); + }); + + test('file.location(15).column', () { + expect(file + .location(15) + .column, (3)); + }); + + test('file.location(15).pointSpan()', () { + final location = file.location(15); + final span = location.pointSpan(); + expect(span, "isA()"); + expect(span.start, (location)); + expect(span.end, (location)); + expect(span.text, "isEmpty"); + }); + }); + + group('FileSpan', () { + test('file.span(8, 15).text', () { + expect(file + .span(8, 15) + .text, ('baz\nwhi')); + }); + + test('file.span(29).text', () { + expect(file + .span(29) + .text, ('p zap zop')); + }); + + group('context', () { + test(" file.span(8, 15).span.context", () { + final span = file.span(8, 15); + expect(span.context.contains(span.text), "isTrue"); + expect(span.context, ('foo bar baz\nwhiz bang boom\n')); + }); + + test('file.span(25, 25).context', + () { + final span = file.span(25, 25); + expect(span.context, ('whiz bang boom\n')); + }); + + test( + 'file.span(12, 12).context', + () { + final span = file.span(12, 12); + expect(span.context, ('whiz bang boom\n')); + }); + + group('for a point span at the end of a file', () { + test('file.span(file.length, file.length).context', () { + final span = file.span(file.length, file.length); + expect(span.context, ('zip zap zop')); + }); + + test("SourceFile.fromString('''foo bar bazwhiz bang boomzip zap zop''', url: 'foo.dart').span(file.length, file.length)", () { + file = SourceFile.fromString(''' +foo bar baz +whiz bang boom +zip zap zop +''', url: 'foo.dart'); + + final span = file.span(file.length, file.length); + expect(span.context, "isEmpty"); + }); + }); + }); + + group('union()', () { + late FileSpan span; + //setUp(() { + span = file.span(5, 12); + //}); + + test('span.union(file.span(0, 5))', () { + final other = file.span(0, 5); + final result = span.union(other); + expect(result.start, (other.start)); + expect(result.end, (span.end)); + expect(result.text, ('foo bar baz\n')); + }); + + test('span.union(file.span(0, 8))', () { + final other = file.span(0, 8); + final result = span.union(other); + expect(result.start, (other.start)); + expect(result.end, (span.end)); + expect(result.text, ('foo bar baz\n')); + }); + + test('span.union(file.span(12, 16))', () { + final other = file.span(12, 16); + final result = span.union(other); + expect(result.start, (span.start)); + expect(result.end, (other.end)); + expect(result.text, ('ar baz\nwhiz')); + }); + + test('span.union(file.span(9, 16))', () { + final other = file.span(9, 16); + final result = span.union(other); + expect(result.start, (span.start)); + expect(result.end, (other.end)); + expect(result.text, ('ar baz\nwhiz')); + }); + + test('span.union(file.span(7, 10))', () { + final other = file.span(7, 10); + expect(span.union(other), (span)); + }); + + test('span.union(file.span(0, 16))', () { + final other = file.span(0, 16); + expect(span.union(other), (other)); + }); + + test('span.union(file.span(0, 5))', () { + expect(span.union(file.span(0, 5)), "isA()"); + }); + + String otherStr = "SourceSpan(SourceLocation(0, sourceUrl: 'foo.dart'),SourceLocation(5, sourceUrl: 'foo.dart'), 'hey, ')"; + test('span.union(${otherStr})', () { + final other = SourceSpan(SourceLocation(0, sourceUrl: 'foo.dart'), + SourceLocation(5, sourceUrl: 'foo.dart'), 'hey, '); + final result = span.union(other); + expect(result, "isNot(isA())"); + expect(result.start, (other.start)); + expect(result.end, (span.end)); + expect(result.text, ('hey, ar baz\n')); + }); + }); + + group('expand()', () { + late FileSpan span; + //setUp(() { + span = file.span(5, 12); + //}); + + test('span.expand(file.span(0, 3))', () { + final other = file.span(0, 3); + final result = span.expand(other); + expect(result.start, (other.start)); + expect(result.end, (span.end)); + expect(result.text, ('foo bar baz\n')); + }); + + test('span.expand(file.span(0, 8))', () { + final other = file.span(0, 8); + final result = span.expand(other); + expect(result.start, (other.start)); + expect(result.end, (span.end)); + expect(result.text, ('foo bar baz\n')); + }); + + test('span.expand(file.span(14, 16))', () { + final other = file.span(14, 16); + final result = span.expand(other); + expect(result.start, (span.start)); + expect(result.end, (other.end)); + expect(result.text, ('ar baz\nwhiz')); + }); + + test('span.expand(file.span(9, 16))', () { + final other = file.span(9, 16); + final result = span.expand(other); + expect(result.start, (span.start)); + expect(result.end, (other.end)); + expect(result.text, ('ar baz\nwhiz')); + }); + + test('span.expand(file.span(7, 10))', () { + final other = file.span(7, 10); + expect(span.expand(other), (span)); + }); + + test('span.expand(file.span(0, 16))', () { + final other = file.span(0, 16); + expect(span.expand(other), (other)); + }); + }); + + group('subspan()', () { + late FileSpan span; + //setUp(() { + span = file.span(5, 11); // "ar baz" + //}); + + group('errors', () { + test('span.subspan(-1)', () { + expect(() => span.subspan(-1), "throwsRangeError"); + }); + + test('span.subspan(span.length + 1)', () { + expect(() => span.subspan(span.length + 1), "throwsRangeError"); + }); + + test('span.subspan(2, 1)', () { + expect(() => span.subspan(2, 1), "throwsRangeError"); + }); + + test('span.subspan(0, span.length + 1)', () { + expect(() => span.subspan(0, span.length + 1), "throwsRangeError"); + }); + }); + + test('span.subspan(1, 2)', () { + final result = span.subspan(1, 2); + expect(result.start.sourceUrl, (span.sourceUrl)); + expect(result.end.sourceUrl, (span.sourceUrl)); + }); + + group('returns the original span', () { + test('span.subspan(0)', + () => expect(span.subspan(0), (span))); + + test('span.subspan(0, span.length)', + () => expect(span.subspan(0, span.length), (span))); + }); + + group('within a single line', () { + test('span.subspan(1, 5)', () { + final result = span.subspan(1, 5); + expect(result.text, ('r ba')); + expect(result.start.offset, (6)); + expect(result.start.line, (0)); + expect(result.start.column, (6)); + expect(result.end.offset, (10)); + expect(result.end.line, (0)); + expect(result.end.column, (10)); + }); + + test('span.subspan(1)', () { + final result = span.subspan(1); + expect(result.text, ('r baz')); + expect(result.start.offset, (6)); + expect(result.start.line, (0)); + expect(result.start.column, (6)); + expect(result.end.offset, (11)); + expect(result.end.line, (0)); + expect(result.end.column, (11)); + }); + + test('span.subspan(3, 3)', () { + final result = span.subspan(3, 3); + expect(result.text, "isEmpty"); + expect(result.start.offset, (8)); + expect(result.start.line, (0)); + expect(result.start.column, (8)); + expect(result.end, (result.start)); + }); + }); + + group('across multiple lines', () { + //setUp(() { + span = file.span(22, 30); // "boom\nzip" + //}); + + test(' span.subspan(3, 6)', () { + final result = span.subspan(3, 6); + expect(result.text, ('m\nz')); + expect(result.start.offset, (25)); + expect(result.start.line, (1)); + expect(result.start.column, (13)); + expect(result.end.offset, (28)); + expect(result.end.line, (2)); + expect(result.end.column, (1)); + }); + + test('span.subspan(4, 6)', () { + final result = span.subspan(4, 6); + expect(result.text, ('\nz')); + expect(result.start.offset, (26)); + expect(result.start.line, (1)); + expect(result.start.column, (14)); + }); + + test('span.subspan(5, 6)', () { + final result = span.subspan(5, 6); + expect(result.text, ('z')); + expect(result.start.offset, (27)); + expect(result.start.line, (2)); + expect(result.start.column, (0)); + }); + + test('span.subspan(3, 4)', () { + final result = span.subspan(3, 4); + expect(result.text, ('m')); + expect(result.end.offset, (26)); + expect(result.end.line, (1)); + expect(result.end.column, (14)); + }); + + test('span.subspan(3, 5)', () { + final result = span.subspan(3, 5); + expect(result.text, ('m\n')); + expect(result.end.offset, (27)); + expect(result.end.line, (2)); + expect(result.end.column, (0)); + }); + }); + }); + }); + } +} \ No newline at end of file diff --git a/ohos/flutter_source_span/lib/rt_highlight_test.dart b/ohos/flutter_source_span/lib/rt_highlight_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..94a82f0e3727461d77b5631def2d6b5fbb25b0d4 --- /dev/null +++ b/ohos/flutter_source_span/lib/rt_highlight_test.dart @@ -0,0 +1,622 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:source_span/source_span.dart'; +import 'package:source_span/src/colors.dart' as colors; +import 'package:term_glyph/term_glyph.dart' as glyph; +import 'package:flutter_source_span/common/test_page.dart'; + + +class JKHighLightTestPage extends TestPage { + + static const String routeName = "/highlight_test"; + + JKHighLightTestPage(super.title, {super.key}) { + print('start test666'); + + late bool oldAscii; + //setUpAll(() { + oldAscii = glyph.ascii; + glyph.ascii = true; + //}); + + //tearDownAll(() { + glyph.ascii = oldAscii; + //}); + + late SourceFile file; + //setUp(() { + file = SourceFile.fromString(''' +foo bar baz +whiz bang boom +zip zap zop +'''); + //}); + + test('file.span(4, 7).highlight()', () { + expect(file.span(4, 7).highlight(), (""" + , +1 | foo bar baz + | ^^^ + '""")); + }); + + test("SourceFile.fromString('foo bar baz').span(4, 7).highlight()", () { + final span = SourceFile.fromString('foo bar baz').span(4, 7); + expect(span.highlight(), (""" + , +1 | foo bar baz + | ^^^ + '""")); + }); + + group('highlights a point span', () { + test('file.location(4).pointSpan().highlight()', () { + expect(file.location(4).pointSpan().highlight(), (""" + , +1 | foo bar baz + | ^ + '""")); + }); + + test('file.location(0).pointSpan().highlight()', () { + expect(file.location(0).pointSpan().highlight(), (""" + , +1 | foo bar baz + | ^ + '""")); + }); + + test('file.location(12).pointSpan().highlight()', () { + expect(file.location(12).pointSpan().highlight(), (""" + , +2 | whiz bang boom + | ^ + '""")); + }); + + test('file.location(11).pointSpan().highlight()', () { + expect(file.location(11).pointSpan().highlight(), (""" + , +1 | foo bar baz + | ^ + '""")); + }); + + test('file.location(38).pointSpan().highlight()', () { + expect(file.location(38).pointSpan().highlight(), (""" + , +3 | zip zap zop + | ^ + '""")); + }); + + test('file.location(39).pointSpan().highlight()', () { + expect(file.location(39).pointSpan().highlight(), (""" + , +4 | + | ^ + '""")); + }); + + test("SourceFile.fromString('zip zap zop').location(10).pointSpan().highlight()", () { + file = SourceFile.fromString('zip zap zop'); + expect(file.location(10).pointSpan().highlight(), (""" + , +1 | zip zap zop + | ^ + '""")); + }); + + test("SourceFile.fromString('zip zap zop').location(11).pointSpan().highlight()", () { + file = SourceFile.fromString('zip zap zop'); + expect(file.location(11).pointSpan().highlight(), (""" + , +1 | zip zap zop + | ^ + '""")); + }); + + test('SourceFile.fromString('').location(0).pointSpan().highlight()', () { + expect(SourceFile.fromString('').location(0).pointSpan().highlight(), + (""" + , +1 | + | ^ + '""")); + }); + + test("SourceFile.fromString('foo\n\nbar').location(4).pointSpan().highlight()", () { + final file = SourceFile.fromString('foo\n\nbar'); + expect(file.location(4).pointSpan().highlight(), (""" + , +2 | + | ^ + '""")); + }); + }); + + test("SourceFile.fromString('foo bar').span(0, 7).highlight()", () { + expect(SourceFile.fromString('foo bar').span(0, 7).highlight(), (""" + , +1 | foo bar + | ^^^^^^^ + '""")); + }); + +// test("file.span(8, 12).highlight()", () { +// expect(file.span(8, 12).highlight(), (""" +// , +// 1 | foo bar baz +// | ^^^ +// '""")); +// }); + + test("SourceFile.fromString('foo\n\nbar').span(4, 5).highlight()", () { + expect( + SourceFile.fromString('foo\n\nbar').span(4, 5).highlight(), (""" + , +2 | + | ^ + '""")); + }); + +// test('file.span(11, 12).highlight()', () { +// expect(file.span(11, 12).highlight(), (""" +// , +// 1 | foo bar baz +// | ^ +// '""")); +// }); + + group('with a multiline span', () { +// test('file.span(4, 34).highlight()', () { +// expect(file.span(4, 34).highlight(), (""" +// , +// 1 | foo bar baz +// | ,-----^ +// 2 | | whiz bang boom +// 3 | | zip zap zop +// | '-------^ +// '""")); +// }); + + test('file.span(11, 34).highlight()', () { +// expect(file.span(11, 34).highlight(), (""" +// , +// 1 | foo bar baz +// | ,------------^ +// 2 | | whiz bang boom +// 3 | | zip zap zop +// | '-------^ +// '""")); + }); + +// test("file.span(4, 28).highlight()", () { +// expect(file.span(4, 28).highlight(), (""" +// , +// 1 | foo bar baz +// | ,-----^ +// 2 | | whiz bang boom +// 3 | | zip zap zop +// | '-^ +// '""")); +// }); + +// test("file.span(0, 34).highlight()", () { +// expect(file.span(0, 34).highlight(), (""" +// , +// 1 | / foo bar baz +// 2 | | whiz bang boom +// 3 | | zip zap zop +// | '-------^ +// '""")); +// }); + + test("SourceFile.fromString('''foo bar bazwhiz bang boomzip zap zop''').span(2, 38).highlight()", () { + final file = SourceFile.fromString(''' + foo bar baz + whiz bang boom + zip zap zop +'''); + + expect(file.span(2, 38).highlight(), (""" + , +1 | / foo bar baz +2 | | whiz bang boom +3 | | zip zap zop + | '-------^ + '""")); + }); + + test("SourceFile.fromString('''foobar''').span(4, 9).highlight()", () { + final file = SourceFile.fromString(''' +foo + +bar +'''); + + expect(file.span(4, 9).highlight(), (r""" + , +2 | / +3 | \ bar + '""")); + }); + +// test('file.span(4, 27).highlight()', () { +// expect(file.span(4, 27).highlight(), (r""" +// , +// 1 | foo bar baz +// | ,-----^ +// 2 | \ whiz bang boom +// '""")); +// }); + +// test('file.span(4, 26).highlight()', () { +// expect(file.span(4, 26).highlight(), (r""" +// , +// 1 | foo bar baz +// | ,-----^ +// 2 | \ whiz bang boom +// '""")); +// }); + + test("SourceFile.fromString('''foo bar baz\rwhiz bang boom\rzip zap zop\r''').span(4, 29).highlight()", () { + final file = SourceFile.fromString(''' +foo bar baz\r +whiz bang boom\r +zip zap zop\r +'''); + + expect(file.span(4, 29).highlight(), (r""" + , +1 | foo bar baz + | ,-----^ +2 | \ whiz bang boom + '""")); + }); + +// test('file.span(4, 39).highlight()', () { +// expect(file.span(4, 39).highlight(), (r""" +// , +// 1 | foo bar baz +// | ,-----^ +// 2 | | whiz bang boom +// 3 | \ zip zap zop +// '""")); +// }); + + test( + "SourceFile.fromString('''foo bar bazwhiz bang boomzip zap zop''').span(4, 38).highlight()", () { + final file = SourceFile.fromString(''' +foo bar baz +whiz bang boom +zip zap zop'''); + + expect(file.span(4, 38).highlight(), (r""" + , +1 | foo bar baz + | ,-----^ +2 | | whiz bang boom +3 | \ zip zap zop + '""")); + }); + + test("SourceFile.fromString('''foobar''').span(0, 5).highlight()", () { + final file = SourceFile.fromString(''' +foo + +bar +'''); + + expect(file.span(0, 5).highlight(), (r""" + , +1 | / foo +2 | \ + '""")); + }); + + test("SourceFile.fromString('foo\n\n\n\nbar').span(4, 7).highlight()", () { + final file = SourceFile.fromString('foo\n\n\n\nbar'); + expect(file.span(4, 7).highlight(), (r""" + , +2 | / +3 | | +4 | \ + '""")); + }); + + // Regression test for #32 + test("SourceFile.fromString('foo\n\n').span(3, 5).highlight()", () { + final file = SourceFile.fromString('foo\n\n'); + expect(file.span(3, 5).highlight(), (r""" + , +1 | foo + | ,----^ +2 | \ + '""")); + }); + }); + + group('prints tabs as spaces', () { + group('in a single-line span', () { + test("SourceFile.fromString('foo\tbar baz').span(4, 7).highlight()", () { + final span = SourceFile.fromString('foo\tbar baz').span(4, 7); + + expect(span.highlight(), (""" + , +1 | foo bar baz + | ^^^ + '""")); + }); + + test("SourceFile.fromString('foo bar\tbaz bang').span(4, 11).highlight()", () { + final span = SourceFile.fromString('foo bar\tbaz bang').span(4, 11); + + expect(span.highlight(), (""" + , +1 | foo bar baz bang + | ^^^^^^^^^^ + '""")); + }); + + test("SourceFile.fromString('foo bar\tbaz').span(4, 7).highlight()", () { + final span = SourceFile.fromString('foo bar\tbaz').span(4, 7); + + expect(span.highlight(), (""" + , +1 | foo bar baz + | ^^^ + '""")); + }); + }); + + group('in a multi-line span', () { + test("SourceFile.fromString('''foo\tbar bazwhiz bang boom''').span(4, 21).highlight()", () { + final span = SourceFile.fromString(''' +foo\tbar baz +whiz bang boom +''').span(4, 21); + + expect(span.highlight(), (""" + , +1 | foo bar baz + | ,--------^ +2 | | whiz bang boom + | '---------^ + '""")); + }); + + test("SourceFile.fromString('''foo bar\tbazwhiz bang boom''').span(4, 21).highlight()", () { + final span = SourceFile.fromString(''' +foo bar\tbaz +whiz bang boom +''').span(4, 21); + + expect(span.highlight(), (""" + , +1 | foo bar baz + | ,-----^ +2 | | whiz bang boom + | '---------^ + '""")); + }); + + test(" SourceFile.fromString('''foo bar\tbazwhiz bang boom''').span(7, 21).highlight()", () { + final span = SourceFile.fromString(''' +foo bar\tbaz +whiz bang boom +''').span(7, 21); + + expect(span.highlight(), (""" + , +1 | foo bar baz + | ,--------^ +2 | | whiz bang boom + | '---------^ + '""")); + }); + + test("SourceFile.fromString('''foo bar bazwhiz\tbang boomzip zap zop''').span(4, 34).highlight()", () { + final span = SourceFile.fromString(''' +foo bar baz +whiz\tbang boom +zip zap zop +''').span(4, 34); + + expect(span.highlight(), (""" + , +1 | foo bar baz + | ,-----^ +2 | | whiz bang boom +3 | | zip zap zop + | '-------^ + '""")); + }); + + test("SourceFile.fromString('''foo bar bazwhiz\tbang boom''').span(4, 21).highlight()", () { + final span = SourceFile.fromString(''' +foo bar baz +whiz\tbang boom +''').span(4, 21); + + expect(span.highlight(), (""" + , +1 | foo bar baz + | ,-----^ +2 | | whiz bang boom + | '------------^ + '""")); + }); + + test("SourceFile.fromString('''foo bar bazwhiz\tbang boom''').span(4, 17).highlight()", () { + final span = SourceFile.fromString(''' +foo bar baz +whiz\tbang boom +''').span(4, 17); + + expect(span.highlight(), (""" + , +1 | foo bar baz + | ,-----^ +2 | | whiz bang boom + | '--------^ + '""")); + }); + + test("SourceFile.fromString('''foo bar bazwhiz bang\tboom''').span(4, 21).highlight()", () { + final span = SourceFile.fromString(''' +foo bar baz +whiz bang\tboom +''').span(4, 21); + + expect(span.highlight(), (""" + , +1 | foo bar baz + | ,-----^ +2 | | whiz bang boom + | '---------^ + '""")); + }); + }); + }); + + group('supports lines of preceding and following context for a span', () { + test("SourceSpanWithContext(SourceLocation(20, line: 2, column: 5, sourceUrl: 'foo.dart'),SourceLocation(27, line: 2, column: 12, sourceUrl: 'foo.dart'),'foo bar','previous\nlines\n-----foo bar-----\nfollowing line\n').highlight()", () { + final span = SourceSpanWithContext( + SourceLocation(20, line: 2, column: 5, sourceUrl: 'foo.dart'), + SourceLocation(27, line: 2, column: 12, sourceUrl: 'foo.dart'), + 'foo bar', + 'previous\nlines\n-----foo bar-----\nfollowing line\n'); + + expect(span.highlight(), (""" + , +1 | previous +2 | lines +3 | -----foo bar----- + | ^^^^^^^ +4 | following line + '""")); + }); + + test("SourceSpanWithContext(SourceLocation(15, line: 2, column: 0, sourceUrl: 'foo.dart'),SourceLocation(33, line: 3, column: 0, sourceUrl: 'foo.dart'),'-----foo bar-----\n','previous\nlines\n-----foo bar-----\nfollowing line\n').highlight()", () { + final span = SourceSpanWithContext( + SourceLocation(15, line: 2, column: 0, sourceUrl: 'foo.dart'), + SourceLocation(33, line: 3, column: 0, sourceUrl: 'foo.dart'), + '-----foo bar-----\n', + 'previous\nlines\n-----foo bar-----\nfollowing line\n'); + + expect(span.highlight(), (""" + , +1 | previous +2 | lines +3 | -----foo bar----- + | ^^^^^^^^^^^^^^^^^ +4 | following line + '""")); + }); + + test("SourceSpanWithContext(SourceLocation(15, line: 2, column: 0, sourceUrl: 'foo.dart'),SourceLocation(23, line: 4, column: 0, sourceUrl: 'foo.dart'),'foo\nbar\n','previous\nlines\nfoo\nbar\nfollowing line\n').highlight()", () { + final span = SourceSpanWithContext( + SourceLocation(15, line: 2, column: 0, sourceUrl: 'foo.dart'), + SourceLocation(23, line: 4, column: 0, sourceUrl: 'foo.dart'), + 'foo\nbar\n', + 'previous\nlines\nfoo\nbar\nfollowing line\n'); + + expect(span.highlight(), (r""" + , +1 | previous +2 | lines +3 | / foo +4 | \ bar +5 | following line + '""")); + }); + }); + + group('colors', () { + test("file.span(4, 7).highlight(color: false)", () { + expect(file.span(4, 7).highlight(color: false), (""" + , +1 | foo bar baz + | ^^^ + '""")); + }); + + test('file.span(4, 7).highlight(color: true)', () { + expect(file.span(4, 7).highlight(color: true), (''' +${colors.blue} ,${colors.none} +${colors.blue}1 |${colors.none} foo ${colors.red}bar${colors.none} baz +${colors.blue} |${colors.none} ${colors.red} ^^^${colors.none} +${colors.blue} '${colors.none}''')); + }); + + test("file.span(4, 7).highlight(color: colors.yellow)", () { + expect(file.span(4, 7).highlight(color: colors.yellow), (''' +${colors.blue} ,${colors.none} +${colors.blue}1 |${colors.none} foo ${colors.yellow}bar${colors.none} baz +${colors.blue} |${colors.none} ${colors.yellow} ^^^${colors.none} +${colors.blue} '${colors.none}''')); + }); + +// test('file.span(4, 34).highlight(color: true)', () { +// expect(file.span(4, 34).highlight(color: true), (''' +// ${colors.blue} ,${colors.none} +// ${colors.blue}1 |${colors.none} foo ${colors.red}bar baz${colors.none} +// ${colors.blue} |${colors.none} ${colors.red},${colors.none}${colors.red}-----^${colors.none} +// ${colors.blue}2 |${colors.none} ${colors.red}|${colors.none} ${colors.red}whiz bang boom${colors.none} +// ${colors.blue}3 |${colors.none} ${colors.red}|${colors.none} ${colors.red}zip zap${colors.none} zop +// ${colors.blue} |${colors.none} ${colors.red}'${colors.none}${colors.red}-------^${colors.none} +// ${colors.blue} '${colors.none}''')); +// }); + +// test('file.span(0, 39).highlight(color: true)', () { +// expect(file.span(0, 39).highlight(color: true), (''' +// ${colors.blue} ,${colors.none} +// ${colors.blue}1 |${colors.none} ${colors.red}/${colors.none} ${colors.red}foo bar baz${colors.none} +// ${colors.blue}2 |${colors.none} ${colors.red}|${colors.none} ${colors.red}whiz bang boom${colors.none} +// ${colors.blue}3 |${colors.none} ${colors.red}\\${colors.none} ${colors.red}zip zap zop${colors.none} +// ${colors.blue} '${colors.none}''')); +// }); + }); + + group('line numbers have appropriate padding', () { + test("SourceFile.fromString('\n' * 8 + 'foo bar baz\n').span(8, 11).highlight()", () { + expect( + SourceFile.fromString('\n' * 8 + 'foo bar baz\n') + .span(8, 11) + .highlight(), + (""" + , +9 | foo bar baz + | ^^^ + '""")); + }); + + test("SourceFile.fromString('\n' * 9 + 'foo bar baz\n').span(9, 12).highlight()", () { + expect( + SourceFile.fromString('\n' * 9 + 'foo bar baz\n') + .span(9, 12) + .highlight(), + (""" + , +10 | foo bar baz + | ^^^ + '""")); + }); + }); + + } + +} \ No newline at end of file diff --git a/ohos/flutter_source_span/lib/rt_location_test.dart b/ohos/flutter_source_span/lib/rt_location_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..998af21072129c36ca4dc502290bb85ac7f10348 --- /dev/null +++ b/ohos/flutter_source_span/lib/rt_location_test.dart @@ -0,0 +1,116 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:source_span/source_span.dart'; +import 'package:flutter_source_span/common/test_page.dart'; + +class JKLocationTestPage extends TestPage { + + static const String routeName = "/location_test"; + + JKLocationTestPage(super.title, {super.key}) { + print('start test666'); + + late SourceLocation location; + //setUp(() { + location = SourceLocation(15, line: 2, column: 6, sourceUrl: 'foo.dart'); + //}); + + group('errors', () { + group('for new SourceLocation()', () { + test('SourceLocation(-1)SourceLocation(-1)', () { + expect(() => SourceLocation(-1), "throwsRangeError"); + }); + + test('SourceLocation(0, line: -1)', () { + expect(() => SourceLocation(0, line: -1), "throwsRangeError"); + }); + + test('SourceLocation(0, column: -1)', () { + expect(() => SourceLocation(0, column: -1), "throwsRangeError"); + }); + }); + + test('location.distance(SourceLocation(0))', () { + expect(() => location.distance(SourceLocation(0)), "throwsArgumentError"); + }); + + test('location.compareTo(SourceLocation(0))', () { + expect(() => location.compareTo(SourceLocation(0)), "throwsArgumentError"); + }); + }); + + test('location.sourceUrl', () { + expect(location.sourceUrl, (Uri.parse('foo.dart'))); + expect(location.offset, (15)); + expect(location.line, (2)); + expect(location.column, (6)); + }); + + group('location.toolString', () { + test('returns a computer-readable representation', () { + expect(location.toolString, ('foo.dart:3:7')); + }); + + test('gracefully handles a missing source URL', () { + final location = SourceLocation(15, line: 2, column: 6); + expect(location.toolString, ('unknown source:3:7')); + }); + }); + + test("SourceLocation(10, sourceUrl: 'foo.dart').distance(SourceLocation(10, sourceUrl: 'foo.dart'))", () { + final other = SourceLocation(10, sourceUrl: 'foo.dart'); + expect(location.distance(other), (5)); + expect(other.distance(location), (5)); + }); + + test('location.pointSpan()', () { + final span = location.pointSpan(); + expect(span.start, (location)); + expect(span.end, (location)); + expect(span.text, "isEmpty"); + }); + + group('compareTo()', () { + test("SourceLocation(20, sourceUrl: 'foo.dart').compareTo()", () { + final other = SourceLocation(20, sourceUrl: 'foo.dart'); + expect(location.compareTo(other), "lessThan(0)"); + expect(other.compareTo(location), "greaterThan(0)"); + }); + + test('location.compareTo(location)', () { + expect(location.compareTo(location), (0)); + }); + }); + + group('equality', () { + test("SourceLocation(15, sourceUrl: 'foo.dart')", () { + final other = SourceLocation(15, sourceUrl: 'foo.dart'); + expect(location, (other)); + }); + + test("SourceLocation(10, sourceUrl: 'foo.dart')", () { + final other = SourceLocation(10, sourceUrl: 'foo.dart'); + expect(location, "isNot((other))"); + }); + + test("SourceLocation(15, sourceUrl: 'bar.dart')", () { + final other = SourceLocation(15, sourceUrl: 'bar.dart'); + expect(location, "isNot((other))"); + }); + }); + + } + +} \ No newline at end of file diff --git a/ohos/flutter_source_span/lib/rt_multiple_highlight_test.dart b/ohos/flutter_source_span/lib/rt_multiple_highlight_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..cf71c8ce2ccf48d64ebb4d407ae5f08d07fcd977 --- /dev/null +++ b/ohos/flutter_source_span/lib/rt_multiple_highlight_test.dart @@ -0,0 +1,444 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:source_span/source_span.dart'; +import 'package:term_glyph/term_glyph.dart' as glyph; +import 'package:flutter_source_span/common/test_page.dart'; + + +class JKMultipleHighlightTestPage extends TestPage { + + static const String routeName = "/multiple_highlight_test"; + + JKMultipleHighlightTestPage(super.title, {super.key}) { + print('start test666'); + + late bool oldAscii; + //setUpAll(() { + oldAscii = glyph.ascii; + glyph.ascii = true; + //}); + + //tearDownAll(() { + glyph.ascii = oldAscii; + //}); + + late SourceFile file; + //setUp(() { + file = SourceFile.fromString(''' +foo bar baz +whiz bang boom +zip zap zop +fwee fwoo fwip +argle bargle boo +gibble bibble bop +''', url: 'file1.txt'); + //}); + + test("file.span(17, 21).highlightMultiple('one', {file.span(31, 34): 'two', file.span(4, 7): 'three'})", () { + expect( + file.span(17, 21).highlightMultiple( + 'one', {file.span(31, 34): 'two', file.span(4, 7): 'three'}), + (""" + , +1 | foo bar baz + | === three +2 | whiz bang boom + | ^^^^ one +3 | zip zap zop + | === two + '""")); + }); + + test("file.span(17, 21).highlightMultiple('one', {file.span(22, 26): 'two', file.span(12, 16): 'three'})", () { + expect( + file.span(17, 21).highlightMultiple( + 'one', {file.span(22, 26): 'two', file.span(12, 16): 'three'}), + (""" + , +2 | whiz bang boom + | ^^^^ one + | ==== three + | ==== two + '""")); + }); + + test("file.span(17, 21).highlightMultiple('one', {file.span(20, 26): 'two', file.span(12, 18): 'three'})", () { + expect( + file.span(17, 21).highlightMultiple( + 'one', {file.span(20, 26): 'two', file.span(12, 18): 'three'}), + (""" + , +2 | whiz bang boom + | ^^^^ one + | ====== three + | ====== two + '""")); + }); + + test("file.span(27, 54).highlightMultiple('one', {file.span(54, 89): 'two', file.span(0, 27): 'three'})", () { + expect( + file.span(27, 54).highlightMultiple( + 'one', {file.span(54, 89): 'two', file.span(0, 27): 'three'}), + (""" + , +1 | / foo bar baz +2 | | whiz bang boom + | '--- three +3 | / zip zap zop +4 | | fwee fwoo fwip + | '--- one +5 | / argle bargle boo +6 | | gibble bibble bop + | '--- two + '""")); + }); + + test("file.span(12, 70).highlightMultiple('one', {file.span(54, 89): 'two', file.span(0, 27): 'three'})", () { + expect( + file.span(12, 70).highlightMultiple( + 'one', {file.span(54, 89): 'two', file.span(0, 27): 'three'}), + (""" + , +1 | /- foo bar baz +2 | |/ whiz bang boom + | '+--- three +3 | | zip zap zop +4 | | fwee fwoo fwip +5 | /+ argle bargle boo + | |'--- one +6 | | gibble bibble bop + | '---- two + '""")); + }); + + test("file.span(0, 54).highlightMultiple('one', {file.span(12, 77): 'two',file.span(27, 84): 'three',file.span(39, 88): 'four'})", () { + expect( + file.span(0, 54).highlightMultiple('one', { + file.span(12, 77): 'two', + file.span(27, 84): 'three', + file.span(39, 88): 'four' + }), + (""" + , +1 | /--- foo bar baz +2 | |/-- whiz bang boom +3 | ||/- zip zap zop +4 | |||/ fwee fwoo fwip + | '+++--- one +5 | ||| argle bargle boo +6 | ||| gibble bibble bop + | '++------^ two + | '+-------------^ three + | '--- four + '""")); + }); + + group("highlights a multiline span that's a subset", () { + test("file.span(27, 53).highlightMultiple('inner', {file.span(12, 70): 'outer'})", () { + expect( + file + .span(27, 53) + .highlightMultiple('inner', {file.span(12, 70): 'outer'}), + (""" + , +2 | /- whiz bang boom +3 | |/ zip zap zop +4 | || fwee fwoo fwip + | |'--- inner +5 | | argle bargle boo + | '---- outer + '""")); + }); + + test("file.span(12, 53).highlightMultiple('inner', {file.span(12, 70): 'outer'})", () { + expect( + file + .span(12, 53) + .highlightMultiple('inner', {file.span(12, 70): 'outer'}), + (""" + , +2 | // whiz bang boom +3 | || zip zap zop +4 | || fwee fwoo fwip + | |'--- inner +5 | | argle bargle boo + | '---- outer + '""")); + }); + + test("file.span(17, 53).highlightMultiple('inner', {file.span(12, 70): 'outer'})", () { + expect( + file + .span(17, 53) + .highlightMultiple('inner', {file.span(12, 70): 'outer'}), + (""" + , +2 | /- whiz bang boom + | |,------^ +3 | || zip zap zop +4 | || fwee fwoo fwip + | |'--- inner +5 | | argle bargle boo + | '---- outer + '""")); + }); + + test(" file.span(27, 70).highlightMultiple('inner', {file.span(12, 70): 'outer'})", () { + expect( + file + .span(27, 70) + .highlightMultiple('inner', {file.span(12, 70): 'outer'}), + (""" + , +2 | /- whiz bang boom +3 | |/ zip zap zop +4 | || fwee fwoo fwip +5 | || argle bargle boo + | |'--- inner + | '---- outer + '""")); + }); + + test("file.span(27, 66).highlightMultiple('inner', {file.span(12, 70): 'outer'})", () { + expect( + file + .span(27, 66) + .highlightMultiple('inner', {file.span(12, 70): 'outer'}), + (""" + , +2 | /- whiz bang boom +3 | |/ zip zap zop +4 | || fwee fwoo fwip +5 | || argle bargle boo + | |'------------^ inner + | '---- outer + '""")); + }); + }); + + group('a single-line span in a multiline span', () { + test("file.span(17, 21).highlightMultiple('inner', {file.span(12, 70): 'outer'})", () { + expect( + file + .span(17, 21) + .highlightMultiple('inner', {file.span(12, 70): 'outer'}), + (""" + , +2 | / whiz bang boom + | | ^^^^ inner +3 | | zip zap zop +4 | | fwee fwoo fwip +5 | | argle bargle boo + | '--- outer + '""")); + }); + + test("file.span(31, 34).highlightMultiple('inner', {file.span(12, 70): 'outer'})", () { + expect( + file + .span(31, 34) + .highlightMultiple('inner', {file.span(12, 70): 'outer'}), + (""" + , +2 | / whiz bang boom +3 | | zip zap zop + | | ^^^ inner +4 | | fwee fwoo fwip +5 | | argle bargle boo + | '--- outer + '""")); + }); + + test("file.span(60, 66).highlightMultiple('inner', {file.span(12, 70): 'outer'})", () { + expect( + file + .span(60, 66) + .highlightMultiple('inner', {file.span(12, 70): 'outer'}), + (""" + , +2 | / whiz bang boom +3 | | zip zap zop +4 | | fwee fwoo fwip +5 | | argle bargle boo + | | ^^^^^^ inner + | '--- outer + '""")); + }); + }); + + group('writes headers when highlighting multiple files', () { + test("SourceFile.fromString('''quibble bibble boop''', url: 'file2.txt').span(8, 14).span(31, 34).highlightMultiple('one', {span2: 'two'})", () { + final span2 = SourceFile.fromString(''' +quibble bibble boop +''', url: 'file2.txt').span(8, 14); + + expect( + file.span(31, 34).highlightMultiple('one', {span2: 'two'}), (""" + ,--> file1.txt +3 | zip zap zop + | ^^^ one + ' + ,--> file2.txt +1 | quibble bibble boop + | ====== two + '""")); + }); + + test("SourceSpan(SourceLocation(1), SourceLocation(4), 'foo').span(31, 34).highlightMultiple('one', {span2: 'two'})", () { + final span2 = SourceSpan(SourceLocation(1), SourceLocation(4), 'foo'); + + expect( + file.span(31, 34).highlightMultiple('one', {span2: 'two'}), (""" + ,--> file1.txt +3 | zip zap zop + | ^^^ one + ' + , +1 | foo + | === two + '""")); + }); + + test("SourceSpan(SourceLocation(1), SourceLocation(4), 'foo').highlightMultiple('one', {file.span(31, 34): 'two'})", () { + final span1 = SourceSpan(SourceLocation(1), SourceLocation(4), 'foo'); + + expect( + span1.highlightMultiple('one', {file.span(31, 34): 'two'}), (""" + , +1 | foo + | ^^^ one + ' + ,--> file1.txt +3 | zip zap zop + | === two + '""")); + }); + }); + + test("SourceSpan(SourceLocation(1), SourceLocation(4), 'foo').highlightMultiple('one', {SourceSpan(SourceLocation(1), SourceLocation(4), 'bar'): 'two'})", () { + final span1 = SourceSpan(SourceLocation(1), SourceLocation(4), 'foo'); + final span2 = SourceSpan(SourceLocation(1), SourceLocation(4), 'bar'); + + expect(span1.highlightMultiple('one', {span2: 'two'}), (""" + , +1 | foo + | ^^^ one + ' + , +1 | bar + | === two + '""")); + }); + + group('indents mutli-line labels', () { + test("file.span(17, 21).highlightMultiple('line 1\nline 2\nline 3', {})", () { + expect(file.span(17, 21).highlightMultiple('line 1\nline 2\nline 3', {}), + (""" + , +2 | whiz bang boom + | ^^^^ line 1 + | line 2 + | line 3 + '""")); + }); + + group('for a secondary label', () { + test("file.span(17, 21).highlightMultiple('primary', {file.span(22, 26): 'line 1\nline 2\nline 3'})", () { + expect( + file.span(17, 21).highlightMultiple( + 'primary', {file.span(22, 26): 'line 1\nline 2\nline 3'}), + (""" + , +2 | whiz bang boom + | ^^^^ primary + | ==== line 1 + | line 2 + | line 3 + '""")); + }); + + test("file.span(17, 21).highlightMultiple('primary', {file.span(31, 34): 'line 1\nline 2\nline 3'})", () { + expect( + file.span(17, 21).highlightMultiple( + 'primary', {file.span(31, 34): 'line 1\nline 2\nline 3'}), + (""" + , +2 | whiz bang boom + | ^^^^ primary +3 | zip zap zop + | === line 1 + | line 2 + | line 3 + '""")); + }); + }); + + group('for a multiline span', () { + test("file.span(12, 70).highlightMultiple('line 1\nline 2\nline 3', {})", () { + expect( + file.span(12, 70).highlightMultiple('line 1\nline 2\nline 3', {}), + (""" + , +2 | / whiz bang boom +3 | | zip zap zop +4 | | fwee fwoo fwip +5 | | argle bargle boo + | '--- line 1 + | line 2 + | line 3 + '""")); + }); + + test("file.span(12, 66).highlightMultiple('line 1\nline 2\nline 3', {})", () { + expect( + file.span(12, 66).highlightMultiple('line 1\nline 2\nline 3', {}), + (""" + , +2 | / whiz bang boom +3 | | zip zap zop +4 | | fwee fwoo fwip +5 | | argle bargle boo + | '------------^ line 1 + | line 2 + | line 3 + '""")); + }); + }); + + test(" file.span(12, 70).highlightMultiple('line 1\nline 2\nline 3',{file.span(54, 89): 'two', file.span(0, 27): 'three'})", () { + expect( + file.span(12, 70).highlightMultiple('line 1\nline 2\nline 3', + {file.span(54, 89): 'two', file.span(0, 27): 'three'}), + (""" + , +1 | /- foo bar baz +2 | |/ whiz bang boom + | '+--- three +3 | | zip zap zop +4 | | fwee fwoo fwip +5 | /+ argle bargle boo + | |'--- line 1 + | | line 2 + | | line 3 +6 | | gibble bibble bop + | '---- two + '""")); + }); + }); + + } + + +} \ No newline at end of file diff --git a/ohos/flutter_source_span/lib/rt_span_test.dart b/ohos/flutter_source_span/lib/rt_span_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..b510d417e3f3582c428b607c9d96bf88fd425273 --- /dev/null +++ b/ohos/flutter_source_span/lib/rt_span_test.dart @@ -0,0 +1,450 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:source_span/source_span.dart'; +import 'package:source_span/src/colors.dart' as colors; +import 'package:term_glyph/term_glyph.dart' as glyph; +import 'package:flutter_source_span/common/test_page.dart'; + +class JKSpanTestPage extends TestPage { + + static const String routeName = "/span_test"; + + JKSpanTestPage(super.title, {super.key}) { + print('start test666'); + + late bool oldAscii; + + //setUpAll(() { + oldAscii = glyph.ascii; + glyph.ascii = true; + //}); + + //tearDownAll(() { + glyph.ascii = oldAscii; + //}); + + late SourceSpan span; + //setUp(() { + span = SourceSpan(SourceLocation(5, sourceUrl: 'foo.dart'), + SourceLocation(12, sourceUrl: 'foo.dart'), 'foo bar'); + //}); + + group('errors', () { + group('for new SourceSpan()', () { + test("SourceSpan(SourceLocation(0, sourceUrl: 'foo.dart'), SourceLocation(1, sourceUrl: 'bar.dart'), '_')", () { + final start = SourceLocation(0, sourceUrl: 'foo.dart'); + final end = SourceLocation(1, sourceUrl: 'bar.dart'); + expect(() => SourceSpan(start, end, '_'), "throwsArgumentError"); + }); + + test("SourceSpan(SourceLocation(1), SourceLocation(0), '_')", () { + final start = SourceLocation(1); + final end = SourceLocation(0); + expect(() => SourceSpan(start, end, '_'), "throwsArgumentError"); + }); + + test("SourceSpan(SourceLocation(0), SourceLocation(1), 'abc')", () { + final start = SourceLocation(0); + final end = SourceLocation(1); + expect(() => SourceSpan(start, end, 'abc'), "throwsArgumentError"); + }); + }); + + group('for new SourceSpanWithContext()', () { + test("SourceSpanWithContext(SourceLocation(2), SourceLocation(5), 'abc', '--axc--')", () { + final start = SourceLocation(2); + final end = SourceLocation(5); + expect(() => SourceSpanWithContext(start, end, 'abc', '--axc--'), + "throwsArgumentError"); + }); + + test("SourceSpanWithContext(SourceLocation(3), SourceLocation(5), 'abc', '--axc--')", () { + final start = SourceLocation(3); + final end = SourceLocation(5); + expect(() => SourceSpanWithContext(start, end, 'abc', '--abc--'), + "throwsArgumentError"); + }); + + test("SourceSpanWithContext(SourceLocation(4, line: 55, column: 3), SourceLocation(7, line: 55, column: 6), 'abc', '\n--abc--')", () { + final start = SourceLocation(4, line: 55, column: 3); + final end = SourceLocation(7, line: 55, column: 6); + expect(() => SourceSpanWithContext(start, end, 'abc', '\n--abc--'), + "throwsArgumentError"); + expect(() => SourceSpanWithContext(start, end, 'abc', '\n----abc--'), + "throwsArgumentError"); + expect(() => SourceSpanWithContext(start, end, 'abc', '\n\n--abc--'), + "throwsArgumentError"); + + // However, these are valid: + SourceSpanWithContext(start, end, 'abc', '\n---abc--'); + SourceSpanWithContext(start, end, 'abc', '\n\n---abc--'); + }); + + test("SourceSpanWithContext(SourceLocation(4, line: 55, column: 2), SourceLocation(7, line: 55, column: 5), 'abc', '---abc--abc--\n')", () { + final start1 = SourceLocation(4, line: 55, column: 2); + final end1 = SourceLocation(7, line: 55, column: 5); + final start2 = SourceLocation(4, line: 55, column: 8); + final end2 = SourceLocation(7, line: 55, column: 11); + SourceSpanWithContext(start1, end1, 'abc', '--abc---abc--\n'); + SourceSpanWithContext(start1, end1, 'abc', '--abc--abc--\n'); + SourceSpanWithContext(start2, end2, 'abc', '--abc---abc--\n'); + SourceSpanWithContext(start2, end2, 'abc', '---abc--abc--\n'); + expect( + () => SourceSpanWithContext(start1, end1, 'abc', '---abc--abc--\n'), + "throwsArgumentError"); + expect( + () => SourceSpanWithContext(start2, end2, 'abc', '--abc--abc--\n'), + "throwsArgumentError"); + }); + }); + + // group('for union()', () { + // test("span.union(SourceSpan(SourceLocation(12, sourceUrl: 'bar.dart'),SourceLocation(13, sourceUrl: 'bar.dart'), '_'))", () { + // final other = SourceSpan(SourceLocation(12, sourceUrl: 'bar.dart'), + // SourceLocation(13, sourceUrl: 'bar.dart'), '_'); + // + // expect(() => span.union(other), "throwsArgumentError"); + // }); + // + // test("span.union(SourceSpan(SourceLocation(13, sourceUrl: 'foo.dart'),SourceLocation(14, sourceUrl: 'foo.dart'), '_'))", () { + // final other = SourceSpan(SourceLocation(13, sourceUrl: 'foo.dart'), + // SourceLocation(14, sourceUrl: 'foo.dart'), '_'); + // + // expect(() => span.union(other), "throwsArgumentError"); + // }); + // }); + + test("span.compareTo(SourceSpan(SourceLocation(12, sourceUrl: 'bar.dart'),SourceLocation(13, sourceUrl: 'bar.dart'), '_'))", () { + final other = SourceSpan(SourceLocation(12, sourceUrl: 'bar.dart'), + SourceLocation(13, sourceUrl: 'bar.dart'), '_'); + + expect(() => span.compareTo(other), "throwsArgumentError"); + }); + }); + + test('span.start', () { + expect(span.start, (SourceLocation(5, sourceUrl: 'foo.dart'))); + expect(span.end, (SourceLocation(12, sourceUrl: 'foo.dart'))); + expect(span.sourceUrl, (Uri.parse('foo.dart'))); + expect(span.length, (7)); + }); + + // group('union()', () { + // test("span.union(SourceSpan(SourceLocation(0, sourceUrl: 'foo.dart'),SourceLocation(5, sourceUrl: 'foo.dart'), 'hey, '))", () { + // final other = SourceSpan(SourceLocation(0, sourceUrl: 'foo.dart'), + // SourceLocation(5, sourceUrl: 'foo.dart'), 'hey, '); + // + // final result = span.union(other); + // expect(result.start, (other.start)); + // expect(result.end, (span.end)); + // expect(result.text, ('hey, foo bar')); + // }); + // + // test("span.union(SourceSpan(SourceLocation(0, sourceUrl: 'foo.dart'),SourceLocation(8, sourceUrl: 'foo.dart'), 'hey, foo'))", () { + // final other = SourceSpan(SourceLocation(0, sourceUrl: 'foo.dart'), + // SourceLocation(8, sourceUrl: 'foo.dart'), 'hey, foo'); + // + // final result = span.union(other); + // expect(result.start, (other.start)); + // expect(result.end, (span.end)); + // expect(result.text, ('hey, foo bar')); + // }); + // + // test("span.union(SourceSpan(SourceLocation(12, sourceUrl: 'foo.dart'),SourceLocation(16, sourceUrl: 'foo.dart'), ' baz'))", () { + // final other = SourceSpan(SourceLocation(12, sourceUrl: 'foo.dart'), + // SourceLocation(16, sourceUrl: 'foo.dart'), ' baz'); + // + // final result = span.union(other); + // expect(result.start, (span.start)); + // expect(result.end, (other.end)); + // expect(result.text, ('foo bar baz')); + // }); + // + // test("span.union(SourceSpan(SourceLocation(9, sourceUrl: 'foo.dart'),SourceLocation(16, sourceUrl: 'foo.dart'), 'bar baz'))", () { + // final other = SourceSpan(SourceLocation(9, sourceUrl: 'foo.dart'), + // SourceLocation(16, sourceUrl: 'foo.dart'), 'bar baz'); + // + // final result = span.union(other); + // expect(result.start, (span.start)); + // expect(result.end, (other.end)); + // expect(result.text, ('foo bar baz')); + // }); + // + // test("span.union(SourceSpan(SourceLocation(7, sourceUrl: 'foo.dart'),SourceLocation(10, sourceUrl: 'foo.dart'), 'o b'))", () { + // final other = SourceSpan(SourceLocation(7, sourceUrl: 'foo.dart'), + // SourceLocation(10, sourceUrl: 'foo.dart'), 'o b'); + // + // expect(span.union(other), (span)); + // }); + // + // test("span.union(SourceSpan(SourceLocation(0, sourceUrl: 'foo.dart'),SourceLocation(16, sourceUrl: 'foo.dart'), 'hey, foo bar baz'))", () { + // final other = SourceSpan(SourceLocation(0, sourceUrl: 'foo.dart'), + // SourceLocation(16, sourceUrl: 'foo.dart'), 'hey, foo bar baz'); + // + // expect(span.union(other), (other)); + // }); + // }); + + group('subspan()', () { + group('errors', () { + test('span.subspan(-1)', () { + expect(() => span.subspan(-1), "throwsRangeError"); + }); + + test('span.subspan(span.length + 1)', () { + expect(() => span.subspan(span.length + 1), "throwsRangeError"); + }); + + test('span.subspan(2, 1)', () { + expect(() => span.subspan(2, 1), "throwsRangeError"); + }); + + test('span.subspan(0, span.length + 1)', () { + expect(() => span.subspan(0, span.length + 1), "throwsRangeError"); + }); + }); + + test('span.subspan(1, 2).start.sourceUrl', () { + final result = span.subspan(1, 2); + expect(result.start.sourceUrl, (span.sourceUrl)); + expect(result.end.sourceUrl, (span.sourceUrl)); + }); + + test("SourceSpanWithContext(SourceLocation(2), SourceLocation(5), 'abc', '--abc--')", () { + final start = SourceLocation(2); + final end = SourceLocation(5); + final span = SourceSpanWithContext(start, end, 'abc', '--abc--'); + expect(span.subspan(1, 2).context, ('--abc--')); + }); + + group('returns the original span', () { + test('span.subspan(0)', () => expect(span.subspan(0), (span))); + + test('span.subspan(0, span.length)', + () => expect(span.subspan(0, span.length), (span))); + }); + + group('within a single line', () { + test('span.subspan(1, 5)', () { + final result = span.subspan(1, 5); + expect(result.text, ('oo b')); + expect(result.start.offset, (6)); + expect(result.start.line, (0)); + expect(result.start.column, (6)); + expect(result.end.offset, (10)); + expect(result.end.line, (0)); + expect(result.end.column, (10)); + }); + + test('span.subspan(1)', () { + final result = span.subspan(1); + expect(result.text, ('oo bar')); + expect(result.start.offset, (6)); + expect(result.start.line, (0)); + expect(result.start.column, (6)); + expect(result.end.offset, (12)); + expect(result.end.line, (0)); + expect(result.end.column, (12)); + }); + + test('span.subspan(3, 3)', () { + final result = span.subspan(3, 3); + expect(result.text, "isEmpty"); + expect(result.start.offset, (8)); + expect(result.start.line, (0)); + expect(result.start.column, (8)); + expect(result.end, (result.start)); + }); + }); + + group('across multiple lines', () { + //setUp(() { + span = SourceSpan( + SourceLocation(5, line: 2, column: 0), + SourceLocation(16, line: 4, column: 3), + 'foo\n' + 'bar\n' + 'baz'); + //}); + + test('span.subspan(2, 5)e', () { + final result = span.subspan(2, 5); + expect(result.text, ('o\nb')); + expect(result.start.offset, (7)); + expect(result.start.line, (2)); + expect(result.start.column, (2)); + expect(result.end.offset, (10)); + expect(result.end.line, (3)); + expect(result.end.column, (1)); + }); + + test('span.subspan(3, 5)', () { + final result = span.subspan(3, 5); + expect(result.text, ('\nb')); + expect(result.start.offset, (8)); + expect(result.start.line, (2)); + expect(result.start.column, (3)); + }); + + test('span.subspan(4, 5)', () { + final result = span.subspan(4, 5); + expect(result.text, ('b')); + expect(result.start.offset, (9)); + expect(result.start.line, (3)); + expect(result.start.column, (0)); + }); + + test(' span.subspan(2, 3)', () { + final result = span.subspan(2, 3); + expect(result.text, ('o')); + expect(result.end.offset, (8)); + expect(result.end.line, (2)); + expect(result.end.column, (3)); + }); + + test('span.subspan(2, 4)', () { + final result = span.subspan(2, 4); + expect(result.text, ('o\n')); + expect(result.end.offset, (9)); + expect(result.end.line, (3)); + expect(result.end.column, (0)); + }); + }); + }); + + group('message()', () { + test("span.message('oh no'), (line 1, column 6 of foo.dart: oh no, 1 | foo bar| ^^^^^^^')", () { + expect(span.message('oh no'), (""" +line 1, column 6 of foo.dart: oh no + , +1 | foo bar + | ^^^^^^^ + '""")); + }); + + test("SourceSpan(SourceLocation(5), SourceLocation(12), 'foo bar').message('oh no')", () { + final span = SourceSpan(SourceLocation(5), SourceLocation(12), 'foo bar'); + + expect(span.message('oh no'), (""" +line 1, column 6: oh no + , +1 | foo bar + | ^^^^^^^ + '""")); + }); + + test("SourceSpan(SourceLocation(5), SourceLocation(5), '').message('oh no')", () { + final span = SourceSpan(SourceLocation(5), SourceLocation(5), ''); + + expect(span.message('oh no'), ('line 1, column 6: oh no')); + }); + + test("span.message('oh no', color: false), (line 1, column 6 of foo.dart: oh no, 1 | foo bar| ^^^^^^^'", () { + expect(span.message('oh no', color: false), (""" +line 1, column 6 of foo.dart: oh no + , +1 | foo bar + | ^^^^^^^ + '""")); + }); + + test("span.message('oh no', color: true)", () { + expect(span.message('oh no', color: true), (""" +line 1, column 6 of foo.dart: oh no +${colors.blue} ,${colors.none} +${colors.blue}1 |${colors.none} ${colors.red}foo bar${colors.none} +${colors.blue} |${colors.none} ${colors.red}^^^^^^^${colors.none} +${colors.blue} '${colors.none}""")); + }); + + test("span.message('oh no', color: colors.yellow)", () { + expect(span.message('oh no', color: colors.yellow), (""" +line 1, column 6 of foo.dart: oh no +${colors.blue} ,${colors.none} +${colors.blue}1 |${colors.none} ${colors.yellow}foo bar${colors.none} +${colors.blue} |${colors.none} ${colors.yellow}^^^^^^^${colors.none} +${colors.blue} '${colors.none}""")); + }); + + test("SourceSpanWithContext(SourceLocation(5, sourceUrl: 'foo.dart'),SourceLocation(12, sourceUrl: 'foo.dart'),'foo bar','-----foo bar-----').message('oh no', color: colors.yellow)", () { + final spanWithContext = SourceSpanWithContext( + SourceLocation(5, sourceUrl: 'foo.dart'), + SourceLocation(12, sourceUrl: 'foo.dart'), + 'foo bar', + '-----foo bar-----'); + + expect(spanWithContext.message('oh no', color: colors.yellow), (""" +line 1, column 6 of foo.dart: oh no +${colors.blue} ,${colors.none} +${colors.blue}1 |${colors.none} -----${colors.yellow}foo bar${colors.none}----- +${colors.blue} |${colors.none} ${colors.yellow} ^^^^^^^${colors.none} +${colors.blue} '${colors.none}""")); + }); + }); + + group('compareTo()', () { + // test("span.compareTo(SourceSpan(SourceLocation(6, sourceUrl: 'foo.dart'),SourceLocation(14, sourceUrl: 'foo.dart'), 'oo bar b'))", () { + // final other = SourceSpan(SourceLocation(6, sourceUrl: 'foo.dart'), + // SourceLocation(14, sourceUrl: 'foo.dart'), 'oo bar b'); + // + // expect(span.compareTo(other), "lessThan(0)"); + // expect(other.compareTo(span), "greaterThan(0)"); + // }); + // + // test("span.compareTo(SourceSpan(SourceLocation(5, sourceUrl: 'foo.dart'),SourceLocation(14, sourceUrl: 'foo.dart'), 'foo bar b'))", () { + // final other = SourceSpan(SourceLocation(5, sourceUrl: 'foo.dart'), + // SourceLocation(14, sourceUrl: 'foo.dart'), 'foo bar b'); + // + // expect(span.compareTo(other),"lessThan(0)"); + // expect(other.compareTo(span), "greaterThan(0)"); + // }); + + test('span.compareTo(span)', () { + expect(span.compareTo(span), (0)); + }); + }); + + group('equality', () { + test("SourceSpan(SourceLocation(5, sourceUrl: 'foo.dart'),SourceLocation(12, sourceUrl: 'foo.dart'), 'foo bar')", () { + final other = SourceSpan(SourceLocation(5, sourceUrl: 'foo.dart'), + SourceLocation(12, sourceUrl: 'foo.dart'), 'foo bar'); + + expect(span, (other)); + }); + + test("SourceSpan(SourceLocation(0, sourceUrl: 'foo.dart'),SourceLocation(12, sourceUrl: 'foo.dart'), 'hey, foo bar')", () { + final other = SourceSpan(SourceLocation(0, sourceUrl: 'foo.dart'), + SourceLocation(12, sourceUrl: 'foo.dart'), 'hey, foo bar'); + + expect(span, "isNot((other))"); + }); + + test("SourceSpan(SourceLocation(5, sourceUrl: 'foo.dart'),SourceLocation(16, sourceUrl: 'foo.dart'), 'foo bar baz')", () { + final other = SourceSpan(SourceLocation(5, sourceUrl: 'foo.dart'), + SourceLocation(16, sourceUrl: 'foo.dart'), 'foo bar baz'); + + expect(span, "isNot((other))"); + }); + + test("SourceSpan(SourceLocation(5, sourceUrl: 'bar.dart'),SourceLocation(12, sourceUrl: 'bar.dart'), 'foo bar')", () { + final other = SourceSpan(SourceLocation(5, sourceUrl: 'bar.dart'), + SourceLocation(12, sourceUrl: 'bar.dart'), 'foo bar'); + + expect(span, "isNot((other))"); + }); + }); + + } +} \ No newline at end of file diff --git a/ohos/flutter_source_span/lib/rt_utils_test.dart b/ohos/flutter_source_span/lib/rt_utils_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..a933ca92cb04c7514a6d39bfb2822697a30c872c --- /dev/null +++ b/ohos/flutter_source_span/lib/rt_utils_test.dart @@ -0,0 +1,75 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:source_span/src/utils.dart'; +import 'package:flutter_source_span/common/test_page.dart'; + +class JKUtilsTestPage extends TestPage { + + static const String routeName = "/utils_test"; + + JKUtilsTestPage(super.title, {super.key}) { + print('start test666'); + + group('find line start', () { + test("findLineStart('0_bb\n1_bbb\n2b____\n3bbb\n', 'b', 1)!", () { + const context = '0_bb\n1_bbb\n2b____\n3bbb\n'; + final index = findLineStart(context, 'b', 1)!; + expect(index, 11); + expect(context.substring(index - 1, index + 3), '\n2b_'); + }); + + test("findLineStart('0123\n56789\nabcdefgh\n', '', 5)!", () { + const context = '0123\n56789\nabcdefgh\n'; + final index = findLineStart(context, '', 5)!; + expect(index, 5); + expect(context[index], '5'); + }); + + test("findLineStart('0\n2\n45\n', '', 2)!", () { + var context = '0\n2\n45\n'; + var index = findLineStart(context, '', 2)!; + expect(index, 4); + expect(context[index], '4'); + + context = '0\n2\n45'; + index = findLineStart(context, '', 2)!; + expect(index, 4); + }); + + test("findLineStart('', '', 0)", () { + final index = findLineStart('', '', 0); + expect(index, 0); + }); + + test("findLineStart('0\n2\n45\n', '0', 0)", () { + const context = '0\n2\n45\n'; + final index = findLineStart(context, '0', 0); + expect(index, 0); + }); + + test(" findLineStart('0\n2\n45\n', '\n2', 1)", () { + const context = '0\n2\n45\n'; + final index = findLineStart(context, '\n2', 1); + expect(index, 0); + }); + + test("findLineStart('0\n2\n45\n', '0', 1)", () { + const context = '0\n2\n45\n'; + final index = findLineStart(context, '0', 1); + expect(index, "isNull"); + }); + }); + } +} \ No newline at end of file diff --git a/ohos/flutter_source_span/ohos/.gitignore b/ohos/flutter_source_span/ohos/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..fbabf771011fe78f9919db0b1195ab6cadffc2b0 --- /dev/null +++ b/ohos/flutter_source_span/ohos/.gitignore @@ -0,0 +1,11 @@ +/node_modules +/oh_modules +/local.properties +/.idea +**/build +/.hvigor +.cxx +/.clangd +/.clang-format +/.clang-tidy +**/.test \ No newline at end of file diff --git a/ohos/flutter_source_span/ohos/AppScope/app.json5 b/ohos/flutter_source_span/ohos/AppScope/app.json5 new file mode 100644 index 0000000000000000000000000000000000000000..ada8637e7beec599d54ff95de7a51afded0b9728 --- /dev/null +++ b/ohos/flutter_source_span/ohos/AppScope/app.json5 @@ -0,0 +1,24 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "app": { + "bundleName": "com.example.flutter_source_span", + "vendor": "example", + "versionCode": 1000000, + "versionName": "1.0.0", + "icon": "$media:app_icon", + "label": "$string:app_name" + } +} diff --git a/ohos/flutter_source_span/ohos/AppScope/resources/base/element/string.json b/ohos/flutter_source_span/ohos/AppScope/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..4ada1d44ad0cd7c509bd1bfcfa40d48142a01762 --- /dev/null +++ b/ohos/flutter_source_span/ohos/AppScope/resources/base/element/string.json @@ -0,0 +1,8 @@ +{ + "string": [ + { + "name": "app_name", + "value": "flutter_source_span" + } + ] +} diff --git a/ohos/flutter_source_span/ohos/AppScope/resources/base/media/app_icon.png b/ohos/flutter_source_span/ohos/AppScope/resources/base/media/app_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_source_span/ohos/AppScope/resources/base/media/app_icon.png differ diff --git a/ohos/flutter_source_span/ohos/build-profile.json5 b/ohos/flutter_source_span/ohos/build-profile.json5 new file mode 100644 index 0000000000000000000000000000000000000000..90f062064c4316a150e819d08c903325766ef8c3 --- /dev/null +++ b/ohos/flutter_source_span/ohos/build-profile.json5 @@ -0,0 +1,44 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "app": { + "signingConfigs": [ + ], + "products": [ + { + "name": "default", + "signingConfig": "default", + "compileSdkVersion": "4.0.0(10)", + "compatibleSdkVersion": "4.0.0(10)", + "runtimeOS": "HarmonyOS", + } + ] + }, + "modules": [ + { + "name": "entry", + "srcPath": "./entry", + "targets": [ + { + "name": "default", + "applyToProducts": [ + "default" + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_source_span/ohos/dependencies/hvigor-3.0.9-s.tgz b/ohos/flutter_source_span/ohos/dependencies/hvigor-3.0.9-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..65b0d24f94d2aecc1099f8f8220beec695bfb779 Binary files /dev/null and b/ohos/flutter_source_span/ohos/dependencies/hvigor-3.0.9-s.tgz differ diff --git a/ohos/flutter_source_span/ohos/dependencies/hvigor-ohos-arkui-x-plugin-2.1.7-s.tgz b/ohos/flutter_source_span/ohos/dependencies/hvigor-ohos-arkui-x-plugin-2.1.7-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..233a449cbfef6be702d861744254dd89ce633fb7 Binary files /dev/null and b/ohos/flutter_source_span/ohos/dependencies/hvigor-ohos-arkui-x-plugin-2.1.7-s.tgz differ diff --git a/ohos/flutter_source_span/ohos/dependencies/hvigor-ohos-plugin-3.0.9-s.tgz b/ohos/flutter_source_span/ohos/dependencies/hvigor-ohos-plugin-3.0.9-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..e2e499e18dfcd05e1e275579d11697640eb80323 Binary files /dev/null and b/ohos/flutter_source_span/ohos/dependencies/hvigor-ohos-plugin-3.0.9-s.tgz differ diff --git a/ohos/flutter_source_span/ohos/dependencies/rollup.tgz b/ohos/flutter_source_span/ohos/dependencies/rollup.tgz new file mode 100644 index 0000000000000000000000000000000000000000..b224a37a5f69fd22f58c7a28151742eafe7e6317 Binary files /dev/null and b/ohos/flutter_source_span/ohos/dependencies/rollup.tgz differ diff --git a/ohos/flutter_source_span/ohos/dta/icudtl.dat b/ohos/flutter_source_span/ohos/dta/icudtl.dat new file mode 100644 index 0000000000000000000000000000000000000000..d1f10917ab52e3ebd251abd7f5377d7196b80d67 Binary files /dev/null and b/ohos/flutter_source_span/ohos/dta/icudtl.dat differ diff --git a/ohos/flutter_source_span/ohos/entry/.gitignore b/ohos/flutter_source_span/ohos/entry/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..2795a1c5b1fe53659dd1b71d90ba0592eaf7e043 --- /dev/null +++ b/ohos/flutter_source_span/ohos/entry/.gitignore @@ -0,0 +1,7 @@ + +/node_modules +/oh_modules +/.preview +/build +/.cxx +/.test \ No newline at end of file diff --git a/ohos/flutter_source_span/ohos/entry/build-profile.json5 b/ohos/flutter_source_span/ohos/entry/build-profile.json5 new file mode 100644 index 0000000000000000000000000000000000000000..633d360fbc91a3186a23b66ab71b27e5618944cb --- /dev/null +++ b/ohos/flutter_source_span/ohos/entry/build-profile.json5 @@ -0,0 +1,29 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "apiType": 'stageMode', + "buildOption": { + }, + "targets": [ + { + "name": "default", + "runtimeOS": "HarmonyOS" + }, + { + "name": "ohosTest", + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_source_span/ohos/entry/hvigorfile.ts b/ohos/flutter_source_span/ohos/entry/hvigorfile.ts new file mode 100644 index 0000000000000000000000000000000000000000..894fc15c6b793f085e6c8506e43d719af658e8ff --- /dev/null +++ b/ohos/flutter_source_span/ohos/entry/hvigorfile.ts @@ -0,0 +1,17 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently. +export { hapTasks } from '@ohos/hvigor-ohos-plugin'; diff --git a/ohos/flutter_source_span/ohos/entry/libs/arm64-v8a/libc++_shared.so b/ohos/flutter_source_span/ohos/entry/libs/arm64-v8a/libc++_shared.so new file mode 100644 index 0000000000000000000000000000000000000000..831c9353702073d45889352a4dafb93103d67d20 Binary files /dev/null and b/ohos/flutter_source_span/ohos/entry/libs/arm64-v8a/libc++_shared.so differ diff --git a/ohos/flutter_source_span/ohos/entry/libs/arm64-v8a/libflutter.so b/ohos/flutter_source_span/ohos/entry/libs/arm64-v8a/libflutter.so new file mode 100644 index 0000000000000000000000000000000000000000..8ff0d04141a776e448478791df1e2a1c3aa7c5c4 Binary files /dev/null and b/ohos/flutter_source_span/ohos/entry/libs/arm64-v8a/libflutter.so differ diff --git a/ohos/flutter_source_span/ohos/entry/oh-package.json5 b/ohos/flutter_source_span/ohos/entry/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..2529e5ac9dc8fafbb4de22bd802094b5bee73d5d --- /dev/null +++ b/ohos/flutter_source_span/ohos/entry/oh-package.json5 @@ -0,0 +1,26 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "license": "", + "devDependencies": {}, + "author": "", + "name": "entry", + "description": "Please describe the basic information.", + "main": "", + "version": "1.0.0", + "dependencies": { + "@ohos/flutter_ohos": "file:../har/flutter_embedding.har" + } +} diff --git a/ohos/flutter_source_span/ohos/entry/src/main/ets/entryability/EntryAbility.ets b/ohos/flutter_source_span/ohos/entry/src/main/ets/entryability/EntryAbility.ets new file mode 100644 index 0000000000000000000000000000000000000000..321a4eeaacd7b8079a876e25c4dafd498e4d9fb9 --- /dev/null +++ b/ohos/flutter_source_span/ohos/entry/src/main/ets/entryability/EntryAbility.ets @@ -0,0 +1,22 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import { FlutterAbility } from '@ohos/flutter_ohos' + +export default class EntryAbility extends FlutterAbility { + onFlutterEngineReady(): void { + super.onFlutterEngineReady() + } +} diff --git a/ohos/flutter_source_span/ohos/entry/src/main/ets/pages/Index.ets b/ohos/flutter_source_span/ohos/entry/src/main/ets/pages/Index.ets new file mode 100644 index 0000000000000000000000000000000000000000..b53a20c437e96d195487b281e5e95402ea6cb97d --- /dev/null +++ b/ohos/flutter_source_span/ohos/entry/src/main/ets/pages/Index.ets @@ -0,0 +1,36 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import common from '@ohos.app.ability.common'; +import { FlutterPage } from '@ohos/flutter_ohos' + +const EVENT_BACK_PRESS = 'EVENT_BACK_PRESS' + +@Entry +@Component +struct Index { + private context = getContext(this) as common.UIAbilityContext + + build() { + Column() { + FlutterPage() + } + } + + onBackPress(): boolean { + this.context.eventHub.emit(EVENT_BACK_PRESS) + return true + } +} \ No newline at end of file diff --git a/ohos/flutter_source_span/ohos/entry/src/main/module.json5 b/ohos/flutter_source_span/ohos/entry/src/main/module.json5 new file mode 100644 index 0000000000000000000000000000000000000000..7bbf78b18f39991b1404061c7437538c7d532bb7 --- /dev/null +++ b/ohos/flutter_source_span/ohos/entry/src/main/module.json5 @@ -0,0 +1,53 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +{ + "module": { + "name": "entry", + "type": "entry", + "description": "$string:module_desc", + "mainElement": "EntryAbility", + "deviceTypes": [ + "phone" + ], + "deliveryWithInstall": true, + "installationFree": false, + "pages": "$profile:main_pages", + "abilities": [ + { + "name": "EntryAbility", + "srcEntry": "./ets/entryability/EntryAbility.ets", + "description": "$string:EntryAbility_desc", + "icon": "$media:icon", + "label": "$string:EntryAbility_label", + "startWindowIcon": "$media:icon", + "startWindowBackground": "$color:start_window_background", + "exported": true, + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ] + } + ], + "requestPermissions": [ + {"name" : "ohos.permission.INTERNET"}, + ] + } +} \ No newline at end of file diff --git a/ohos/flutter_source_span/ohos/entry/src/main/resources/base/element/color.json b/ohos/flutter_source_span/ohos/entry/src/main/resources/base/element/color.json new file mode 100644 index 0000000000000000000000000000000000000000..3c712962da3c2751c2b9ddb53559afcbd2b54a02 --- /dev/null +++ b/ohos/flutter_source_span/ohos/entry/src/main/resources/base/element/color.json @@ -0,0 +1,8 @@ +{ + "color": [ + { + "name": "start_window_background", + "value": "#FFFFFF" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_source_span/ohos/entry/src/main/resources/base/element/string.json b/ohos/flutter_source_span/ohos/entry/src/main/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..f94595515a99e0c828807e243494f57f09251930 --- /dev/null +++ b/ohos/flutter_source_span/ohos/entry/src/main/resources/base/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "module description" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_source_span/ohos/entry/src/main/resources/base/media/icon.png b/ohos/flutter_source_span/ohos/entry/src/main/resources/base/media/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_source_span/ohos/entry/src/main/resources/base/media/icon.png differ diff --git a/ohos/flutter_source_span/ohos/entry/src/main/resources/base/profile/main_pages.json b/ohos/flutter_source_span/ohos/entry/src/main/resources/base/profile/main_pages.json new file mode 100644 index 0000000000000000000000000000000000000000..1898d94f58d6128ab712be2c68acc7c98e9ab9ce --- /dev/null +++ b/ohos/flutter_source_span/ohos/entry/src/main/resources/base/profile/main_pages.json @@ -0,0 +1,5 @@ +{ + "src": [ + "pages/Index" + ] +} diff --git a/ohos/flutter_source_span/ohos/entry/src/main/resources/en_US/element/string.json b/ohos/flutter_source_span/ohos/entry/src/main/resources/en_US/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..f94595515a99e0c828807e243494f57f09251930 --- /dev/null +++ b/ohos/flutter_source_span/ohos/entry/src/main/resources/en_US/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "module description" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_source_span/ohos/entry/src/main/resources/zh_CN/element/string.json b/ohos/flutter_source_span/ohos/entry/src/main/resources/zh_CN/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..597ecf95e61d7e30367c22fe2f8638008361b044 --- /dev/null +++ b/ohos/flutter_source_span/ohos/entry/src/main/resources/zh_CN/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "模块描述" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_source_span/ohos/entry/src/ohosTest/ets/test/Ability.test.ets b/ohos/flutter_source_span/ohos/entry/src/ohosTest/ets/test/Ability.test.ets new file mode 100644 index 0000000000000000000000000000000000000000..25d4c71ff3cd584f5d64f6f8c0ac864928c234c4 --- /dev/null +++ b/ohos/flutter_source_span/ohos/entry/src/ohosTest/ets/test/Ability.test.ets @@ -0,0 +1,50 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; +import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium' + +export default function abilityTest() { + describe('ActsAbilityTest', function () { + // Defines a test suite. Two parameters are supported: test suite name and test suite function. + beforeAll(function () { + // Presets an action, which is performed only once before all test cases of the test suite start. + // This API supports only one parameter: preset action function. + }) + beforeEach(function () { + // Presets an action, which is performed before each unit test case starts. + // The number of execution times is the same as the number of test cases defined by **it**. + // This API supports only one parameter: preset action function. + }) + afterEach(function () { + // Presets a clear action, which is performed after each unit test case ends. + // The number of execution times is the same as the number of test cases defined by **it**. + // This API supports only one parameter: clear action function. + }) + afterAll(function () { + // Presets a clear action, which is performed after all test cases of the test suite end. + // This API supports only one parameter: clear action function. + }) + it('assertContain',0, function () { + // Defines a test case. This API supports three parameters: test case name, filter parameter, and test case function. + hilog.info(0x0000, 'testTag', '%{public}s', 'it begin'); + let a = 'abc' + let b = 'b' + // Defines a variety of assertion methods, which are used to declare expected boolean conditions. + expect(a).assertContain(b) + expect(a).assertEqual(a) + }) + }) +} \ No newline at end of file diff --git a/ohos/flutter_source_span/ohos/entry/src/ohosTest/ets/test/List.test.ets b/ohos/flutter_source_span/ohos/entry/src/ohosTest/ets/test/List.test.ets new file mode 100644 index 0000000000000000000000000000000000000000..f4140030e65d20df6af30a6bf51e464dea8f8aa6 --- /dev/null +++ b/ohos/flutter_source_span/ohos/entry/src/ohosTest/ets/test/List.test.ets @@ -0,0 +1,20 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import abilityTest from './Ability.test' + +export default function testsuite() { + abilityTest() +} \ No newline at end of file diff --git a/ohos/flutter_source_span/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets b/ohos/flutter_source_span/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets new file mode 100644 index 0000000000000000000000000000000000000000..4ca645e6013cfce8e7dbb728313cb8840c4da660 --- /dev/null +++ b/ohos/flutter_source_span/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets @@ -0,0 +1,63 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import UIAbility from '@ohos.app.ability.UIAbility'; +import AbilityDelegatorRegistry from '@ohos.app.ability.abilityDelegatorRegistry'; +import hilog from '@ohos.hilog'; +import { Hypium } from '@ohos/hypium'; +import testsuite from '../test/List.test'; +import window from '@ohos.window'; + +export default class TestAbility extends UIAbility { + onCreate(want, launchParam) { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onCreate'); + hilog.info(0x0000, 'testTag', '%{public}s', 'want param:' + JSON.stringify(want) ?? ''); + hilog.info(0x0000, 'testTag', '%{public}s', 'launchParam:'+ JSON.stringify(launchParam) ?? ''); + var abilityDelegator: any + abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator() + var abilityDelegatorArguments: any + abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments() + hilog.info(0x0000, 'testTag', '%{public}s', 'start run testcase!!!'); + Hypium.hypiumTest(abilityDelegator, abilityDelegatorArguments, testsuite) + } + + onDestroy() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onDestroy'); + } + + onWindowStageCreate(windowStage: window.WindowStage) { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onWindowStageCreate'); + windowStage.loadContent('testability/pages/Index', (err, data) => { + if (err.code) { + hilog.error(0x0000, 'testTag', 'Failed to load the content. Cause: %{public}s', JSON.stringify(err) ?? ''); + return; + } + hilog.info(0x0000, 'testTag', 'Succeeded in loading the content. Data: %{public}s', + JSON.stringify(data) ?? ''); + }); + } + + onWindowStageDestroy() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onWindowStageDestroy'); + } + + onForeground() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onForeground'); + } + + onBackground() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onBackground'); + } +} \ No newline at end of file diff --git a/ohos/flutter_source_span/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets b/ohos/flutter_source_span/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets new file mode 100644 index 0000000000000000000000000000000000000000..cef0447cd2f137ef82d223ead2e156808878ab90 --- /dev/null +++ b/ohos/flutter_source_span/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets @@ -0,0 +1,49 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; + +@Entry +@Component +struct Index { + aboutToAppear() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility index aboutToAppear'); + } + @State message: string = 'Hello World' + build() { + Row() { + Column() { + Text(this.message) + .fontSize(50) + .fontWeight(FontWeight.Bold) + Button() { + Text('next page') + .fontSize(20) + .fontWeight(FontWeight.Bold) + }.type(ButtonType.Capsule) + .margin({ + top: 20 + }) + .backgroundColor('#0D9FFB') + .width('35%') + .height('5%') + .onClick(()=>{ + }) + } + .width('100%') + } + .height('100%') + } + } \ No newline at end of file diff --git a/ohos/flutter_source_span/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts b/ohos/flutter_source_span/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts new file mode 100644 index 0000000000000000000000000000000000000000..1def08f2e9dcbfa3454a07b7a3b82b173bb90d02 --- /dev/null +++ b/ohos/flutter_source_span/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts @@ -0,0 +1,64 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; +import TestRunner from '@ohos.application.testRunner'; +import AbilityDelegatorRegistry from '@ohos.app.ability.abilityDelegatorRegistry'; + +var abilityDelegator = undefined +var abilityDelegatorArguments = undefined + +async function onAbilityCreateCallback() { + hilog.info(0x0000, 'testTag', '%{public}s', 'onAbilityCreateCallback'); +} + +async function addAbilityMonitorCallback(err: any) { + hilog.info(0x0000, 'testTag', 'addAbilityMonitorCallback : %{public}s', JSON.stringify(err) ?? ''); +} + +export default class OpenHarmonyTestRunner implements TestRunner { + constructor() { + } + + onPrepare() { + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner OnPrepare '); + } + + async onRun() { + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner onRun run'); + abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments() + abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator() + var testAbilityName = abilityDelegatorArguments.bundleName + '.TestAbility' + let lMonitor = { + abilityName: testAbilityName, + onAbilityCreate: onAbilityCreateCallback, + }; + abilityDelegator.addAbilityMonitor(lMonitor, addAbilityMonitorCallback) + var cmd = 'aa start -d 0 -a TestAbility' + ' -b ' + abilityDelegatorArguments.bundleName + var debug = abilityDelegatorArguments.parameters['-D'] + if (debug == 'true') + { + cmd += ' -D' + } + hilog.info(0x0000, 'testTag', 'cmd : %{public}s', cmd); + abilityDelegator.executeShellCommand(cmd, + (err: any, d: any) => { + hilog.info(0x0000, 'testTag', 'executeShellCommand : err : %{public}s', JSON.stringify(err) ?? ''); + hilog.info(0x0000, 'testTag', 'executeShellCommand : data : %{public}s', d.stdResult ?? ''); + hilog.info(0x0000, 'testTag', 'executeShellCommand : data : %{public}s', d.exitCode ?? ''); + }) + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner onRun end'); + } +} \ No newline at end of file diff --git a/ohos/flutter_source_span/ohos/entry/src/ohosTest/module.json5 b/ohos/flutter_source_span/ohos/entry/src/ohosTest/module.json5 new file mode 100644 index 0000000000000000000000000000000000000000..fab77ce2e0c61e3ad010bab5b27ccbd15f9a8c96 --- /dev/null +++ b/ohos/flutter_source_span/ohos/entry/src/ohosTest/module.json5 @@ -0,0 +1,51 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "module": { + "name": "entry_test", + "type": "feature", + "description": "$string:module_test_desc", + "mainElement": "TestAbility", + "deviceTypes": [ + "phone" + ], + "deliveryWithInstall": true, + "installationFree": false, + "pages": "$profile:test_pages", + "abilities": [ + { + "name": "TestAbility", + "srcEntry": "./ets/testability/TestAbility.ets", + "description": "$string:TestAbility_desc", + "icon": "$media:icon", + "label": "$string:TestAbility_label", + "exported": true, + "startWindowIcon": "$media:icon", + "startWindowBackground": "$color:start_window_background", + "skills": [ + { + "actions": [ + "action.system.home" + ], + "entities": [ + "entity.system.home" + ] + } + ] + } + ] + } +} diff --git a/ohos/flutter_source_span/ohos/entry/src/ohosTest/resources/base/element/color.json b/ohos/flutter_source_span/ohos/entry/src/ohosTest/resources/base/element/color.json new file mode 100644 index 0000000000000000000000000000000000000000..3c712962da3c2751c2b9ddb53559afcbd2b54a02 --- /dev/null +++ b/ohos/flutter_source_span/ohos/entry/src/ohosTest/resources/base/element/color.json @@ -0,0 +1,8 @@ +{ + "color": [ + { + "name": "start_window_background", + "value": "#FFFFFF" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_source_span/ohos/entry/src/ohosTest/resources/base/element/string.json b/ohos/flutter_source_span/ohos/entry/src/ohosTest/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..65d8fa5a7cf54aa3943dcd0214f58d1771bc1f6c --- /dev/null +++ b/ohos/flutter_source_span/ohos/entry/src/ohosTest/resources/base/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_test_desc", + "value": "test ability description" + }, + { + "name": "TestAbility_desc", + "value": "the test ability" + }, + { + "name": "TestAbility_label", + "value": "test label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_source_span/ohos/entry/src/ohosTest/resources/base/media/icon.png b/ohos/flutter_source_span/ohos/entry/src/ohosTest/resources/base/media/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_source_span/ohos/entry/src/ohosTest/resources/base/media/icon.png differ diff --git a/ohos/flutter_source_span/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json b/ohos/flutter_source_span/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json new file mode 100644 index 0000000000000000000000000000000000000000..b7e7343cacb32ce982a45e76daad86e435e054fe --- /dev/null +++ b/ohos/flutter_source_span/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json @@ -0,0 +1,5 @@ +{ + "src": [ + "testability/pages/Index" + ] +} diff --git a/ohos/flutter_source_span/ohos/har/flutter_embedding.har b/ohos/flutter_source_span/ohos/har/flutter_embedding.har new file mode 100644 index 0000000000000000000000000000000000000000..d8e07ca297de2100ce605f8af1126daf6eeb5d8f Binary files /dev/null and b/ohos/flutter_source_span/ohos/har/flutter_embedding.har differ diff --git a/ohos/flutter_source_span/ohos/har/har_product/flutter_embedding.har.debug.10 b/ohos/flutter_source_span/ohos/har/har_product/flutter_embedding.har.debug.10 new file mode 100644 index 0000000000000000000000000000000000000000..d8e07ca297de2100ce605f8af1126daf6eeb5d8f Binary files /dev/null and b/ohos/flutter_source_span/ohos/har/har_product/flutter_embedding.har.debug.10 differ diff --git a/ohos/flutter_source_span/ohos/har/har_product/flutter_embedding.har.debug.9 b/ohos/flutter_source_span/ohos/har/har_product/flutter_embedding.har.debug.9 new file mode 100644 index 0000000000000000000000000000000000000000..f0df4ca0064821178bf4254b16e8d23d873827da Binary files /dev/null and b/ohos/flutter_source_span/ohos/har/har_product/flutter_embedding.har.debug.9 differ diff --git a/ohos/flutter_source_span/ohos/har/har_product/flutter_embedding.har.release.10 b/ohos/flutter_source_span/ohos/har/har_product/flutter_embedding.har.release.10 new file mode 100644 index 0000000000000000000000000000000000000000..da9b320a09600f678975b827160441e46144bf08 Binary files /dev/null and b/ohos/flutter_source_span/ohos/har/har_product/flutter_embedding.har.release.10 differ diff --git a/ohos/flutter_source_span/ohos/har/har_product/flutter_embedding.har.release.9 b/ohos/flutter_source_span/ohos/har/har_product/flutter_embedding.har.release.9 new file mode 100644 index 0000000000000000000000000000000000000000..ba52754a80826e5614438b3faf931ed2f487eaab Binary files /dev/null and b/ohos/flutter_source_span/ohos/har/har_product/flutter_embedding.har.release.9 differ diff --git a/ohos/flutter_source_span/ohos/har/har_product/libflutter.so.debug.10 b/ohos/flutter_source_span/ohos/har/har_product/libflutter.so.debug.10 new file mode 100644 index 0000000000000000000000000000000000000000..8ff0d04141a776e448478791df1e2a1c3aa7c5c4 Binary files /dev/null and b/ohos/flutter_source_span/ohos/har/har_product/libflutter.so.debug.10 differ diff --git a/ohos/flutter_source_span/ohos/har/har_product/libflutter.so.release.10 b/ohos/flutter_source_span/ohos/har/har_product/libflutter.so.release.10 new file mode 100644 index 0000000000000000000000000000000000000000..7cdf26180489e807496f02cd4736425b4ad42845 Binary files /dev/null and b/ohos/flutter_source_span/ohos/har/har_product/libflutter.so.release.10 differ diff --git a/ohos/flutter_source_span/ohos/hvigor/hvigor-config.json5 b/ohos/flutter_source_span/ohos/hvigor/hvigor-config.json5 new file mode 100644 index 0000000000000000000000000000000000000000..b8eb5547b14a9ddd7ea0cf0fab0d93fa22b8e919 --- /dev/null +++ b/ohos/flutter_source_span/ohos/hvigor/hvigor-config.json5 @@ -0,0 +1,22 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "hvigorVersion": "file:../dependencies/hvigor-3.0.9-s.tgz", + "dependencies": { + "@ohos/hvigor-ohos-plugin": "file:../dependencies/hvigor-ohos-plugin-3.0.9-s.tgz", + "rollup": "file:../dependencies/rollup.tgz", + } +} diff --git a/ohos/flutter_source_span/ohos/hvigor/hvigor-wrapper.js b/ohos/flutter_source_span/ohos/hvigor/hvigor-wrapper.js new file mode 100644 index 0000000000000000000000000000000000000000..0483791f85b568d236d0ed928334db46e067a8aa --- /dev/null +++ b/ohos/flutter_source_span/ohos/hvigor/hvigor-wrapper.js @@ -0,0 +1,16 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +"use strict";var e=require("fs"),t=require("path"),n=require("os"),r=require("crypto"),u=require("child_process"),o=require("constants"),i=require("stream"),s=require("util"),c=require("assert"),a=require("tty"),l=require("zlib"),f=require("net");function d(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var D=d(e),p=d(t),E=d(n),m=d(r),h=d(u),y=d(o),C=d(i),F=d(s),g=d(c),A=d(a),v=d(l),S=d(f),w="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},O={},b={},_={},B=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(_,"__esModule",{value:!0}),_.isMac=_.isLinux=_.isWindows=void 0;const P=B(E.default),k="Windows_NT",x="Linux",N="Darwin";_.isWindows=function(){return P.default.type()===k},_.isLinux=function(){return P.default.type()===x},_.isMac=function(){return P.default.type()===N};var I={},T=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),R=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),M=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&T(t,e,n);return R(t,e),t};Object.defineProperty(I,"__esModule",{value:!0}),I.hash=void 0;const L=M(m.default);I.hash=function(e,t="md5"){return L.createHash(t).update(e,"utf-8").digest("hex")},function(e){var t=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var u in e)"default"!==u&&Object.prototype.hasOwnProperty.call(e,u)&&t(r,e,u);return n(r,e),r};Object.defineProperty(e,"__esModule",{value:!0}),e.HVIGOR_BOOT_JS_FILE_PATH=e.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH=e.HVIGOR_PROJECT_DEPENDENCIES_HOME=e.HVIGOR_PROJECT_WRAPPER_HOME=e.HVIGOR_PROJECT_NAME=e.HVIGOR_PROJECT_ROOT_DIR=e.HVIGOR_PROJECT_CACHES_HOME=e.HVIGOR_PNPM_STORE_PATH=e.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH=e.HVIGOR_WRAPPER_TOOLS_HOME=e.HVIGOR_USER_HOME=e.DEFAULT_PACKAGE_JSON=e.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME=e.PNPM=e.HVIGOR=e.NPM_TOOL=e.PNPM_TOOL=e.HVIGOR_ENGINE_PACKAGE_NAME=void 0;const u=r(p.default),o=r(E.default),i=_,s=I;e.HVIGOR_ENGINE_PACKAGE_NAME="@ohos/hvigor",e.PNPM_TOOL=(0,i.isWindows)()?"pnpm.cmd":"pnpm",e.NPM_TOOL=(0,i.isWindows)()?"npm.cmd":"npm",e.HVIGOR="hvigor",e.PNPM="pnpm",e.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME="hvigor-config.json5",e.DEFAULT_PACKAGE_JSON="package.json",e.HVIGOR_USER_HOME=u.resolve(o.homedir(),".hvigor"),e.HVIGOR_WRAPPER_TOOLS_HOME=u.resolve(e.HVIGOR_USER_HOME,"wrapper","tools"),e.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH=u.resolve(e.HVIGOR_WRAPPER_TOOLS_HOME,"node_modules",".bin",e.PNPM_TOOL),e.HVIGOR_PNPM_STORE_PATH=u.resolve(e.HVIGOR_USER_HOME,"caches"),e.HVIGOR_PROJECT_CACHES_HOME=u.resolve(e.HVIGOR_USER_HOME,"project_caches"),e.HVIGOR_PROJECT_ROOT_DIR=process.cwd(),e.HVIGOR_PROJECT_NAME=u.basename((0,s.hash)(e.HVIGOR_PROJECT_ROOT_DIR)),e.HVIGOR_PROJECT_WRAPPER_HOME=u.resolve(e.HVIGOR_PROJECT_ROOT_DIR,e.HVIGOR),e.HVIGOR_PROJECT_DEPENDENCIES_HOME=u.resolve(e.HVIGOR_PROJECT_CACHES_HOME,e.HVIGOR_PROJECT_NAME,"workspace"),e.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH=u.resolve(e.HVIGOR_PROJECT_DEPENDENCIES_HOME,e.DEFAULT_PACKAGE_JSON),e.HVIGOR_BOOT_JS_FILE_PATH=u.resolve(e.HVIGOR_PROJECT_DEPENDENCIES_HOME,"node_modules","@ohos","hvigor","bin","hvigor.js")}(b);var j={},$={};Object.defineProperty($,"__esModule",{value:!0}),$.logInfoPrintConsole=$.logErrorAndExit=void 0,$.logErrorAndExit=function(e){e instanceof Error?console.error(e.message):console.error(e),process.exit(-1)},$.logInfoPrintConsole=function(e){console.log(e)};var H=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),J=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),G=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&H(t,e,n);return J(t,e),t},V=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(j,"__esModule",{value:!0}),j.isFileExists=j.offlinePluginConversion=j.executeCommand=j.getNpmPath=j.hasNpmPackInPaths=void 0;const U=h.default,W=G(p.default),z=b,K=$,q=V(D.default);j.hasNpmPackInPaths=function(e,t){try{return require.resolve(e,{paths:[...t]}),!0}catch(e){return!1}},j.getNpmPath=function(){const e=process.execPath;return W.join(W.dirname(e),z.NPM_TOOL)},j.executeCommand=function(e,t,n){0!==(0,U.spawnSync)(e,t,n).status&&(0,K.logErrorAndExit)(`Error: ${e} ${t} execute failed.See above for details.`)},j.offlinePluginConversion=function(e,t){return t.startsWith("file:")||t.endsWith(".tgz")?W.resolve(e,z.HVIGOR,t.replace("file:","")):t},j.isFileExists=function(e){return q.default.existsSync(e)&&q.default.statSync(e).isFile()},function(e){var t=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var u in e)"default"!==u&&Object.prototype.hasOwnProperty.call(e,u)&&t(r,e,u);return n(r,e),r},u=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(e,"__esModule",{value:!0}),e.executeInstallPnpm=e.isPnpmAvailable=e.environmentHandler=e.checkNpmConifg=e.PNPM_VERSION=void 0;const o=r(D.default),i=b,s=j,c=r(p.default),a=$,l=h.default,f=u(E.default);e.PNPM_VERSION="7.30.0",e.checkNpmConifg=function(){const e=c.resolve(i.HVIGOR_PROJECT_ROOT_DIR,".npmrc"),t=c.resolve(f.default.homedir(),".npmrc");if((0,s.isFileExists)(e)||(0,s.isFileExists)(t))return;const n=(0,s.getNpmPath)(),r=(0,l.spawnSync)(n,["config","get","prefix"],{cwd:i.HVIGOR_PROJECT_ROOT_DIR});if(0!==r.status||!r.stdout)return void(0,a.logErrorAndExit)("Error: The hvigor depends on the npmrc file. Configure the npmrc file first.");const u=c.resolve(`${r.stdout}`.replace(/[\r\n]/gi,""),".npmrc");(0,s.isFileExists)(u)||(0,a.logErrorAndExit)("Error: The hvigor depends on the npmrc file. Configure the npmrc file first.")},e.environmentHandler=function(){process.env["npm_config_update-notifier"]="false"},e.isPnpmAvailable=function(){return!!o.existsSync(i.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH)&&(0,s.hasNpmPackInPaths)("pnpm",[i.HVIGOR_WRAPPER_TOOLS_HOME])},e.executeInstallPnpm=function(){(0,a.logInfoPrintConsole)(`Installing pnpm@${e.PNPM_VERSION}...`);const t=(0,s.getNpmPath)();!function(){const t=c.resolve(i.HVIGOR_WRAPPER_TOOLS_HOME,i.DEFAULT_PACKAGE_JSON);try{o.existsSync(i.HVIGOR_WRAPPER_TOOLS_HOME)||o.mkdirSync(i.HVIGOR_WRAPPER_TOOLS_HOME,{recursive:!0});const n={dependencies:{}};n.dependencies[i.PNPM]=e.PNPM_VERSION,o.writeFileSync(t,JSON.stringify(n))}catch(e){(0,a.logErrorAndExit)(`Error: EPERM: operation not permitted,create ${t} failed.`)}}(),(0,s.executeCommand)(t,["install","pnpm"],{cwd:i.HVIGOR_WRAPPER_TOOLS_HOME,stdio:["inherit","inherit","inherit"],env:process.env}),(0,a.logInfoPrintConsole)("Pnpm install success.")}}(O);var Y={},X={},Z={},Q={};Object.defineProperty(Q,"__esModule",{value:!0}),Q.Unicode=void 0;class ee{}Q.Unicode=ee,ee.Space_Separator=/[\u1680\u2000-\u200A\u202F\u205F\u3000]/,ee.ID_Start=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]/,ee.ID_Continue=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF9\u1D00-\u1DF9\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDE00-\uDE3E\uDE47\uDE50-\uDE83\uDE86-\uDE99\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/,Object.defineProperty(Z,"__esModule",{value:!0}),Z.JudgeUtil=void 0;const te=Q;Z.JudgeUtil=class{static isIgnoreChar(e){return"string"==typeof e&&("\t"===e||"\v"===e||"\f"===e||" "===e||" "===e||"\ufeff"===e||"\n"===e||"\r"===e||"\u2028"===e||"\u2029"===e)}static isSpaceSeparator(e){return"string"==typeof e&&te.Unicode.Space_Separator.test(e)}static isIdStartChar(e){return"string"==typeof e&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||"$"===e||"_"===e||te.Unicode.ID_Start.test(e))}static isIdContinueChar(e){return"string"==typeof e&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||e>="0"&&e<="9"||"$"===e||"_"===e||"‌"===e||"‍"===e||te.Unicode.ID_Continue.test(e))}static isDigitWithoutZero(e){return/[1-9]/.test(e)}static isDigit(e){return"string"==typeof e&&/[0-9]/.test(e)}static isHexDigit(e){return"string"==typeof e&&/[0-9A-Fa-f]/.test(e)}};var ne={},re={fromCallback:function(e){return Object.defineProperty((function(...t){if("function"!=typeof t[t.length-1])return new Promise(((n,r)=>{e.call(this,...t,((e,t)=>null!=e?r(e):n(t)))}));e.apply(this,t)}),"name",{value:e.name})},fromPromise:function(e){return Object.defineProperty((function(...t){const n=t[t.length-1];if("function"!=typeof n)return e.apply(this,t);e.apply(this,t.slice(0,-1)).then((e=>n(null,e)),n)}),"name",{value:e.name})}},ue=y.default,oe=process.cwd,ie=null,se=process.env.GRACEFUL_FS_PLATFORM||process.platform;process.cwd=function(){return ie||(ie=oe.call(process)),ie};try{process.cwd()}catch(e){}if("function"==typeof process.chdir){var ce=process.chdir;process.chdir=function(e){ie=null,ce.call(process,e)},Object.setPrototypeOf&&Object.setPrototypeOf(process.chdir,ce)}var ae=function(e){ue.hasOwnProperty("O_SYMLINK")&&process.version.match(/^v0\.6\.[0-2]|^v0\.5\./)&&function(e){e.lchmod=function(t,n,r){e.open(t,ue.O_WRONLY|ue.O_SYMLINK,n,(function(t,u){t?r&&r(t):e.fchmod(u,n,(function(t){e.close(u,(function(e){r&&r(t||e)}))}))}))},e.lchmodSync=function(t,n){var r,u=e.openSync(t,ue.O_WRONLY|ue.O_SYMLINK,n),o=!0;try{r=e.fchmodSync(u,n),o=!1}finally{if(o)try{e.closeSync(u)}catch(e){}else e.closeSync(u)}return r}}(e);e.lutimes||function(e){ue.hasOwnProperty("O_SYMLINK")&&e.futimes?(e.lutimes=function(t,n,r,u){e.open(t,ue.O_SYMLINK,(function(t,o){t?u&&u(t):e.futimes(o,n,r,(function(t){e.close(o,(function(e){u&&u(t||e)}))}))}))},e.lutimesSync=function(t,n,r){var u,o=e.openSync(t,ue.O_SYMLINK),i=!0;try{u=e.futimesSync(o,n,r),i=!1}finally{if(i)try{e.closeSync(o)}catch(e){}else e.closeSync(o)}return u}):e.futimes&&(e.lutimes=function(e,t,n,r){r&&process.nextTick(r)},e.lutimesSync=function(){})}(e);e.chown=r(e.chown),e.fchown=r(e.fchown),e.lchown=r(e.lchown),e.chmod=t(e.chmod),e.fchmod=t(e.fchmod),e.lchmod=t(e.lchmod),e.chownSync=u(e.chownSync),e.fchownSync=u(e.fchownSync),e.lchownSync=u(e.lchownSync),e.chmodSync=n(e.chmodSync),e.fchmodSync=n(e.fchmodSync),e.lchmodSync=n(e.lchmodSync),e.stat=o(e.stat),e.fstat=o(e.fstat),e.lstat=o(e.lstat),e.statSync=i(e.statSync),e.fstatSync=i(e.fstatSync),e.lstatSync=i(e.lstatSync),e.chmod&&!e.lchmod&&(e.lchmod=function(e,t,n){n&&process.nextTick(n)},e.lchmodSync=function(){});e.chown&&!e.lchown&&(e.lchown=function(e,t,n,r){r&&process.nextTick(r)},e.lchownSync=function(){});"win32"===se&&(e.rename="function"!=typeof e.rename?e.rename:function(t){function n(n,r,u){var o=Date.now(),i=0;t(n,r,(function s(c){if(c&&("EACCES"===c.code||"EPERM"===c.code||"EBUSY"===c.code)&&Date.now()-o<6e4)return setTimeout((function(){e.stat(r,(function(e,o){e&&"ENOENT"===e.code?t(n,r,s):u(c)}))}),i),void(i<100&&(i+=10));u&&u(c)}))}return Object.setPrototypeOf&&Object.setPrototypeOf(n,t),n}(e.rename));function t(t){return t?function(n,r,u){return t.call(e,n,r,(function(e){s(e)&&(e=null),u&&u.apply(this,arguments)}))}:t}function n(t){return t?function(n,r){try{return t.call(e,n,r)}catch(e){if(!s(e))throw e}}:t}function r(t){return t?function(n,r,u,o){return t.call(e,n,r,u,(function(e){s(e)&&(e=null),o&&o.apply(this,arguments)}))}:t}function u(t){return t?function(n,r,u){try{return t.call(e,n,r,u)}catch(e){if(!s(e))throw e}}:t}function o(t){return t?function(n,r,u){function o(e,t){t&&(t.uid<0&&(t.uid+=4294967296),t.gid<0&&(t.gid+=4294967296)),u&&u.apply(this,arguments)}return"function"==typeof r&&(u=r,r=null),r?t.call(e,n,r,o):t.call(e,n,o)}:t}function i(t){return t?function(n,r){var u=r?t.call(e,n,r):t.call(e,n);return u&&(u.uid<0&&(u.uid+=4294967296),u.gid<0&&(u.gid+=4294967296)),u}:t}function s(e){return!e||("ENOSYS"===e.code||!(process.getuid&&0===process.getuid()||"EINVAL"!==e.code&&"EPERM"!==e.code))}e.read="function"!=typeof e.read?e.read:function(t){function n(n,r,u,o,i,s){var c;if(s&&"function"==typeof s){var a=0;c=function(l,f,d){if(l&&"EAGAIN"===l.code&&a<10)return a++,t.call(e,n,r,u,o,i,c);s.apply(this,arguments)}}return t.call(e,n,r,u,o,i,c)}return Object.setPrototypeOf&&Object.setPrototypeOf(n,t),n}(e.read),e.readSync="function"!=typeof e.readSync?e.readSync:(c=e.readSync,function(t,n,r,u,o){for(var i=0;;)try{return c.call(e,t,n,r,u,o)}catch(e){if("EAGAIN"===e.code&&i<10){i++;continue}throw e}});var c};var le=C.default.Stream,fe=function(e){return{ReadStream:function t(n,r){if(!(this instanceof t))return new t(n,r);le.call(this);var u=this;this.path=n,this.fd=null,this.readable=!0,this.paused=!1,this.flags="r",this.mode=438,this.bufferSize=65536,r=r||{};for(var o=Object.keys(r),i=0,s=o.length;ithis.end)throw new Error("start must be <= end");this.pos=this.start}if(null!==this.fd)return void process.nextTick((function(){u._read()}));e.open(this.path,this.flags,this.mode,(function(e,t){if(e)return u.emit("error",e),void(u.readable=!1);u.fd=t,u.emit("open",t),u._read()}))},WriteStream:function t(n,r){if(!(this instanceof t))return new t(n,r);le.call(this),this.path=n,this.fd=null,this.writable=!0,this.flags="w",this.encoding="binary",this.mode=438,this.bytesWritten=0,r=r||{};for(var u=Object.keys(r),o=0,i=u.length;o= zero");this.pos=this.start}this.busy=!1,this._queue=[],null===this.fd&&(this._open=e.open,this._queue.push([this._open,this.path,this.flags,this.mode,void 0]),this.flush())}}};var de=function(e){if(null===e||"object"!=typeof e)return e;if(e instanceof Object)var t={__proto__:De(e)};else t=Object.create(null);return Object.getOwnPropertyNames(e).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))})),t},De=Object.getPrototypeOf||function(e){return e.__proto__};var pe,Ee,me=D.default,he=ae,ye=fe,Ce=de,Fe=F.default;function ge(e,t){Object.defineProperty(e,pe,{get:function(){return t}})}"function"==typeof Symbol&&"function"==typeof Symbol.for?(pe=Symbol.for("graceful-fs.queue"),Ee=Symbol.for("graceful-fs.previous")):(pe="___graceful-fs.queue",Ee="___graceful-fs.previous");var Ae=function(){};if(Fe.debuglog?Ae=Fe.debuglog("gfs4"):/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&(Ae=function(){var e=Fe.format.apply(Fe,arguments);e="GFS4: "+e.split(/\n/).join("\nGFS4: "),console.error(e)}),!me[pe]){var ve=w[pe]||[];ge(me,ve),me.close=function(e){function t(t,n){return e.call(me,t,(function(e){e||_e(),"function"==typeof n&&n.apply(this,arguments)}))}return Object.defineProperty(t,Ee,{value:e}),t}(me.close),me.closeSync=function(e){function t(t){e.apply(me,arguments),_e()}return Object.defineProperty(t,Ee,{value:e}),t}(me.closeSync),/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&process.on("exit",(function(){Ae(me[pe]),g.default.equal(me[pe].length,0)}))}w[pe]||ge(w,me[pe]);var Se,we=Oe(Ce(me));function Oe(e){he(e),e.gracefulify=Oe,e.createReadStream=function(t,n){return new e.ReadStream(t,n)},e.createWriteStream=function(t,n){return new e.WriteStream(t,n)};var t=e.readFile;e.readFile=function(e,n,r){"function"==typeof n&&(r=n,n=null);return function e(n,r,u,o){return t(n,r,(function(t){!t||"EMFILE"!==t.code&&"ENFILE"!==t.code?"function"==typeof u&&u.apply(this,arguments):be([e,[n,r,u],t,o||Date.now(),Date.now()])}))}(e,n,r)};var n=e.writeFile;e.writeFile=function(e,t,r,u){"function"==typeof r&&(u=r,r=null);return function e(t,r,u,o,i){return n(t,r,u,(function(n){!n||"EMFILE"!==n.code&&"ENFILE"!==n.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,r,u,o],n,i||Date.now(),Date.now()])}))}(e,t,r,u)};var r=e.appendFile;r&&(e.appendFile=function(e,t,n,u){"function"==typeof n&&(u=n,n=null);return function e(t,n,u,o,i){return r(t,n,u,(function(r){!r||"EMFILE"!==r.code&&"ENFILE"!==r.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,n,u,o],r,i||Date.now(),Date.now()])}))}(e,t,n,u)});var u=e.copyFile;u&&(e.copyFile=function(e,t,n,r){"function"==typeof n&&(r=n,n=0);return function e(t,n,r,o,i){return u(t,n,r,(function(u){!u||"EMFILE"!==u.code&&"ENFILE"!==u.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,n,r,o],u,i||Date.now(),Date.now()])}))}(e,t,n,r)});var o=e.readdir;e.readdir=function(e,t,n){"function"==typeof t&&(n=t,t=null);var r=i.test(process.version)?function(e,t,n,r){return o(e,u(e,t,n,r))}:function(e,t,n,r){return o(e,t,u(e,t,n,r))};return r(e,t,n);function u(e,t,n,u){return function(o,i){!o||"EMFILE"!==o.code&&"ENFILE"!==o.code?(i&&i.sort&&i.sort(),"function"==typeof n&&n.call(this,o,i)):be([r,[e,t,n],o,u||Date.now(),Date.now()])}}};var i=/^v[0-5]\./;if("v0.8"===process.version.substr(0,4)){var s=ye(e);d=s.ReadStream,D=s.WriteStream}var c=e.ReadStream;c&&(d.prototype=Object.create(c.prototype),d.prototype.open=function(){var e=this;E(e.path,e.flags,e.mode,(function(t,n){t?(e.autoClose&&e.destroy(),e.emit("error",t)):(e.fd=n,e.emit("open",n),e.read())}))});var a=e.WriteStream;a&&(D.prototype=Object.create(a.prototype),D.prototype.open=function(){var e=this;E(e.path,e.flags,e.mode,(function(t,n){t?(e.destroy(),e.emit("error",t)):(e.fd=n,e.emit("open",n))}))}),Object.defineProperty(e,"ReadStream",{get:function(){return d},set:function(e){d=e},enumerable:!0,configurable:!0}),Object.defineProperty(e,"WriteStream",{get:function(){return D},set:function(e){D=e},enumerable:!0,configurable:!0});var l=d;Object.defineProperty(e,"FileReadStream",{get:function(){return l},set:function(e){l=e},enumerable:!0,configurable:!0});var f=D;function d(e,t){return this instanceof d?(c.apply(this,arguments),this):d.apply(Object.create(d.prototype),arguments)}function D(e,t){return this instanceof D?(a.apply(this,arguments),this):D.apply(Object.create(D.prototype),arguments)}Object.defineProperty(e,"FileWriteStream",{get:function(){return f},set:function(e){f=e},enumerable:!0,configurable:!0});var p=e.open;function E(e,t,n,r){return"function"==typeof n&&(r=n,n=null),function e(t,n,r,u,o){return p(t,n,r,(function(i,s){!i||"EMFILE"!==i.code&&"ENFILE"!==i.code?"function"==typeof u&&u.apply(this,arguments):be([e,[t,n,r,u],i,o||Date.now(),Date.now()])}))}(e,t,n,r)}return e.open=E,e}function be(e){Ae("ENQUEUE",e[0].name,e[1]),me[pe].push(e),Be()}function _e(){for(var e=Date.now(),t=0;t2&&(me[pe][t][3]=e,me[pe][t][4]=e);Be()}function Be(){if(clearTimeout(Se),Se=void 0,0!==me[pe].length){var e=me[pe].shift(),t=e[0],n=e[1],r=e[2],u=e[3],o=e[4];if(void 0===u)Ae("RETRY",t.name,n),t.apply(null,n);else if(Date.now()-u>=6e4){Ae("TIMEOUT",t.name,n);var i=n.pop();"function"==typeof i&&i.call(null,r)}else{var s=Date.now()-o,c=Math.max(o-u,1);s>=Math.min(1.2*c,100)?(Ae("RETRY",t.name,n),t.apply(null,n.concat([u]))):me[pe].push(e)}void 0===Se&&(Se=setTimeout(Be,0))}}process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH&&!me.__patched&&(we=Oe(me),me.__patched=!0),function(e){const t=re.fromCallback,n=we,r=["access","appendFile","chmod","chown","close","copyFile","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","lchmod","lchown","link","lstat","mkdir","mkdtemp","open","opendir","readdir","readFile","readlink","realpath","rename","rm","rmdir","stat","symlink","truncate","unlink","utimes","writeFile"].filter((e=>"function"==typeof n[e]));Object.assign(e,n),r.forEach((r=>{e[r]=t(n[r])})),e.realpath.native=t(n.realpath.native),e.exists=function(e,t){return"function"==typeof t?n.exists(e,t):new Promise((t=>n.exists(e,t)))},e.read=function(e,t,r,u,o,i){return"function"==typeof i?n.read(e,t,r,u,o,i):new Promise(((i,s)=>{n.read(e,t,r,u,o,((e,t,n)=>{if(e)return s(e);i({bytesRead:t,buffer:n})}))}))},e.write=function(e,t,...r){return"function"==typeof r[r.length-1]?n.write(e,t,...r):new Promise(((u,o)=>{n.write(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffer:n})}))}))},"function"==typeof n.writev&&(e.writev=function(e,t,...r){return"function"==typeof r[r.length-1]?n.writev(e,t,...r):new Promise(((u,o)=>{n.writev(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffers:n})}))}))})}(ne);var Pe={},ke={};const xe=p.default;ke.checkPath=function(e){if("win32"===process.platform){if(/[<>:"|?*]/.test(e.replace(xe.parse(e).root,""))){const t=new Error(`Path contains invalid characters: ${e}`);throw t.code="EINVAL",t}}};const Ne=ne,{checkPath:Ie}=ke,Te=e=>"number"==typeof e?e:{mode:511,...e}.mode;Pe.makeDir=async(e,t)=>(Ie(e),Ne.mkdir(e,{mode:Te(t),recursive:!0})),Pe.makeDirSync=(e,t)=>(Ie(e),Ne.mkdirSync(e,{mode:Te(t),recursive:!0}));const Re=re.fromPromise,{makeDir:Me,makeDirSync:Le}=Pe,je=Re(Me);var $e={mkdirs:je,mkdirsSync:Le,mkdirp:je,mkdirpSync:Le,ensureDir:je,ensureDirSync:Le};const He=re.fromPromise,Je=ne;var Ge={pathExists:He((function(e){return Je.access(e).then((()=>!0)).catch((()=>!1))})),pathExistsSync:Je.existsSync};const Ve=we;var Ue=function(e,t,n,r){Ve.open(e,"r+",((e,u)=>{if(e)return r(e);Ve.futimes(u,t,n,(e=>{Ve.close(u,(t=>{r&&r(e||t)}))}))}))},We=function(e,t,n){const r=Ve.openSync(e,"r+");return Ve.futimesSync(r,t,n),Ve.closeSync(r)};const ze=ne,Ke=p.default,qe=F.default;function Ye(e,t,n){const r=n.dereference?e=>ze.stat(e,{bigint:!0}):e=>ze.lstat(e,{bigint:!0});return Promise.all([r(e),r(t).catch((e=>{if("ENOENT"===e.code)return null;throw e}))]).then((([e,t])=>({srcStat:e,destStat:t})))}function Xe(e,t){return t.ino&&t.dev&&t.ino===e.ino&&t.dev===e.dev}function Ze(e,t){const n=Ke.resolve(e).split(Ke.sep).filter((e=>e)),r=Ke.resolve(t).split(Ke.sep).filter((e=>e));return n.reduce(((e,t,n)=>e&&r[n]===t),!0)}function Qe(e,t,n){return`Cannot ${n} '${e}' to a subdirectory of itself, '${t}'.`}var et={checkPaths:function(e,t,n,r,u){qe.callbackify(Ye)(e,t,r,((r,o)=>{if(r)return u(r);const{srcStat:i,destStat:s}=o;if(s){if(Xe(i,s)){const r=Ke.basename(e),o=Ke.basename(t);return"move"===n&&r!==o&&r.toLowerCase()===o.toLowerCase()?u(null,{srcStat:i,destStat:s,isChangingCase:!0}):u(new Error("Source and destination must not be the same."))}if(i.isDirectory()&&!s.isDirectory())return u(new Error(`Cannot overwrite non-directory '${t}' with directory '${e}'.`));if(!i.isDirectory()&&s.isDirectory())return u(new Error(`Cannot overwrite directory '${t}' with non-directory '${e}'.`))}return i.isDirectory()&&Ze(e,t)?u(new Error(Qe(e,t,n))):u(null,{srcStat:i,destStat:s})}))},checkPathsSync:function(e,t,n,r){const{srcStat:u,destStat:o}=function(e,t,n){let r;const u=n.dereference?e=>ze.statSync(e,{bigint:!0}):e=>ze.lstatSync(e,{bigint:!0}),o=u(e);try{r=u(t)}catch(e){if("ENOENT"===e.code)return{srcStat:o,destStat:null};throw e}return{srcStat:o,destStat:r}}(e,t,r);if(o){if(Xe(u,o)){const r=Ke.basename(e),i=Ke.basename(t);if("move"===n&&r!==i&&r.toLowerCase()===i.toLowerCase())return{srcStat:u,destStat:o,isChangingCase:!0};throw new Error("Source and destination must not be the same.")}if(u.isDirectory()&&!o.isDirectory())throw new Error(`Cannot overwrite non-directory '${t}' with directory '${e}'.`);if(!u.isDirectory()&&o.isDirectory())throw new Error(`Cannot overwrite directory '${t}' with non-directory '${e}'.`)}if(u.isDirectory()&&Ze(e,t))throw new Error(Qe(e,t,n));return{srcStat:u,destStat:o}},checkParentPaths:function e(t,n,r,u,o){const i=Ke.resolve(Ke.dirname(t)),s=Ke.resolve(Ke.dirname(r));if(s===i||s===Ke.parse(s).root)return o();ze.stat(s,{bigint:!0},((i,c)=>i?"ENOENT"===i.code?o():o(i):Xe(n,c)?o(new Error(Qe(t,r,u))):e(t,n,s,u,o)))},checkParentPathsSync:function e(t,n,r,u){const o=Ke.resolve(Ke.dirname(t)),i=Ke.resolve(Ke.dirname(r));if(i===o||i===Ke.parse(i).root)return;let s;try{s=ze.statSync(i,{bigint:!0})}catch(e){if("ENOENT"===e.code)return;throw e}if(Xe(n,s))throw new Error(Qe(t,r,u));return e(t,n,i,u)},isSrcSubdir:Ze,areIdentical:Xe};const tt=we,nt=p.default,rt=$e.mkdirs,ut=Ge.pathExists,ot=Ue,it=et;function st(e,t,n,r,u){const o=nt.dirname(n);ut(o,((i,s)=>i?u(i):s?at(e,t,n,r,u):void rt(o,(o=>o?u(o):at(e,t,n,r,u)))))}function ct(e,t,n,r,u,o){Promise.resolve(u.filter(n,r)).then((i=>i?e(t,n,r,u,o):o()),(e=>o(e)))}function at(e,t,n,r,u){(r.dereference?tt.stat:tt.lstat)(t,((o,i)=>o?u(o):i.isDirectory()?function(e,t,n,r,u,o){return t?Dt(n,r,u,o):function(e,t,n,r,u){tt.mkdir(n,(o=>{if(o)return u(o);Dt(t,n,r,(t=>t?u(t):dt(n,e,u)))}))}(e.mode,n,r,u,o)}(i,e,t,n,r,u):i.isFile()||i.isCharacterDevice()||i.isBlockDevice()?function(e,t,n,r,u,o){return t?function(e,t,n,r,u){if(!r.overwrite)return r.errorOnExist?u(new Error(`'${n}' already exists`)):u();tt.unlink(n,(o=>o?u(o):lt(e,t,n,r,u)))}(e,n,r,u,o):lt(e,n,r,u,o)}(i,e,t,n,r,u):i.isSymbolicLink()?function(e,t,n,r,u){tt.readlink(t,((t,o)=>t?u(t):(r.dereference&&(o=nt.resolve(process.cwd(),o)),e?void tt.readlink(n,((t,i)=>t?"EINVAL"===t.code||"UNKNOWN"===t.code?tt.symlink(o,n,u):u(t):(r.dereference&&(i=nt.resolve(process.cwd(),i)),it.isSrcSubdir(o,i)?u(new Error(`Cannot copy '${o}' to a subdirectory of itself, '${i}'.`)):e.isDirectory()&&it.isSrcSubdir(i,o)?u(new Error(`Cannot overwrite '${i}' with '${o}'.`)):function(e,t,n){tt.unlink(t,(r=>r?n(r):tt.symlink(e,t,n)))}(o,n,u)))):tt.symlink(o,n,u))))}(e,t,n,r,u):i.isSocket()?u(new Error(`Cannot copy a socket file: ${t}`)):i.isFIFO()?u(new Error(`Cannot copy a FIFO pipe: ${t}`)):u(new Error(`Unknown file: ${t}`))))}function lt(e,t,n,r,u){tt.copyFile(t,n,(o=>o?u(o):r.preserveTimestamps?function(e,t,n,r){if(function(e){return 0==(128&e)}(e))return function(e,t,n){return dt(e,128|t,n)}(n,e,(u=>u?r(u):ft(e,t,n,r)));return ft(e,t,n,r)}(e.mode,t,n,u):dt(n,e.mode,u)))}function ft(e,t,n,r){!function(e,t,n){tt.stat(e,((e,r)=>e?n(e):ot(t,r.atime,r.mtime,n)))}(t,n,(t=>t?r(t):dt(n,e,r)))}function dt(e,t,n){return tt.chmod(e,t,n)}function Dt(e,t,n,r){tt.readdir(e,((u,o)=>u?r(u):pt(o,e,t,n,r)))}function pt(e,t,n,r,u){const o=e.pop();return o?function(e,t,n,r,u,o){const i=nt.join(n,t),s=nt.join(r,t);it.checkPaths(i,s,"copy",u,((t,c)=>{if(t)return o(t);const{destStat:a}=c;!function(e,t,n,r,u){r.filter?ct(at,e,t,n,r,u):at(e,t,n,r,u)}(a,i,s,u,(t=>t?o(t):pt(e,n,r,u,o)))}))}(e,o,t,n,r,u):u()}var Et=function(e,t,n,r){"function"!=typeof n||r?"function"==typeof n&&(n={filter:n}):(r=n,n={}),r=r||function(){},(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269"),it.checkPaths(e,t,"copy",n,((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;it.checkParentPaths(e,i,t,"copy",(u=>u?r(u):n.filter?ct(st,s,e,t,n,r):st(s,e,t,n,r)))}))};const mt=we,ht=p.default,yt=$e.mkdirsSync,Ct=We,Ft=et;function gt(e,t,n,r){const u=(r.dereference?mt.statSync:mt.lstatSync)(t);if(u.isDirectory())return function(e,t,n,r,u){return t?St(n,r,u):function(e,t,n,r){return mt.mkdirSync(n),St(t,n,r),vt(n,e)}(e.mode,n,r,u)}(u,e,t,n,r);if(u.isFile()||u.isCharacterDevice()||u.isBlockDevice())return function(e,t,n,r,u){return t?function(e,t,n,r){if(r.overwrite)return mt.unlinkSync(n),At(e,t,n,r);if(r.errorOnExist)throw new Error(`'${n}' already exists`)}(e,n,r,u):At(e,n,r,u)}(u,e,t,n,r);if(u.isSymbolicLink())return function(e,t,n,r){let u=mt.readlinkSync(t);r.dereference&&(u=ht.resolve(process.cwd(),u));if(e){let e;try{e=mt.readlinkSync(n)}catch(e){if("EINVAL"===e.code||"UNKNOWN"===e.code)return mt.symlinkSync(u,n);throw e}if(r.dereference&&(e=ht.resolve(process.cwd(),e)),Ft.isSrcSubdir(u,e))throw new Error(`Cannot copy '${u}' to a subdirectory of itself, '${e}'.`);if(mt.statSync(n).isDirectory()&&Ft.isSrcSubdir(e,u))throw new Error(`Cannot overwrite '${e}' with '${u}'.`);return function(e,t){return mt.unlinkSync(t),mt.symlinkSync(e,t)}(u,n)}return mt.symlinkSync(u,n)}(e,t,n,r);if(u.isSocket())throw new Error(`Cannot copy a socket file: ${t}`);if(u.isFIFO())throw new Error(`Cannot copy a FIFO pipe: ${t}`);throw new Error(`Unknown file: ${t}`)}function At(e,t,n,r){return mt.copyFileSync(t,n),r.preserveTimestamps&&function(e,t,n){(function(e){return 0==(128&e)})(e)&&function(e,t){vt(e,128|t)}(n,e);(function(e,t){const n=mt.statSync(e);Ct(t,n.atime,n.mtime)})(t,n)}(e.mode,t,n),vt(n,e.mode)}function vt(e,t){return mt.chmodSync(e,t)}function St(e,t,n){mt.readdirSync(e).forEach((r=>function(e,t,n,r){const u=ht.join(t,e),o=ht.join(n,e),{destStat:i}=Ft.checkPathsSync(u,o,"copy",r);return function(e,t,n,r){if(!r.filter||r.filter(t,n))return gt(e,t,n,r)}(i,u,o,r)}(r,e,t,n)))}var wt=function(e,t,n){"function"==typeof n&&(n={filter:n}),(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269");const{srcStat:r,destStat:u}=Ft.checkPathsSync(e,t,"copy",n);return Ft.checkParentPathsSync(e,r,t,"copy"),function(e,t,n,r){if(r.filter&&!r.filter(t,n))return;const u=ht.dirname(n);mt.existsSync(u)||yt(u);return gt(e,t,n,r)}(u,e,t,n)};var Ot={copy:(0,re.fromCallback)(Et),copySync:wt};const bt=we,_t=p.default,Bt=g.default,Pt="win32"===process.platform;function kt(e){["unlink","chmod","stat","lstat","rmdir","readdir"].forEach((t=>{e[t]=e[t]||bt[t],e[t+="Sync"]=e[t]||bt[t]})),e.maxBusyTries=e.maxBusyTries||3}function xt(e,t,n){let r=0;"function"==typeof t&&(n=t,t={}),Bt(e,"rimraf: missing path"),Bt.strictEqual(typeof e,"string","rimraf: path should be a string"),Bt.strictEqual(typeof n,"function","rimraf: callback function required"),Bt(t,"rimraf: invalid options argument provided"),Bt.strictEqual(typeof t,"object","rimraf: options should be object"),kt(t),Nt(e,t,(function u(o){if(o){if(("EBUSY"===o.code||"ENOTEMPTY"===o.code||"EPERM"===o.code)&&rNt(e,t,u)),100*r)}"ENOENT"===o.code&&(o=null)}n(o)}))}function Nt(e,t,n){Bt(e),Bt(t),Bt("function"==typeof n),t.lstat(e,((r,u)=>r&&"ENOENT"===r.code?n(null):r&&"EPERM"===r.code&&Pt?It(e,t,r,n):u&&u.isDirectory()?Rt(e,t,r,n):void t.unlink(e,(r=>{if(r){if("ENOENT"===r.code)return n(null);if("EPERM"===r.code)return Pt?It(e,t,r,n):Rt(e,t,r,n);if("EISDIR"===r.code)return Rt(e,t,r,n)}return n(r)}))))}function It(e,t,n,r){Bt(e),Bt(t),Bt("function"==typeof r),t.chmod(e,438,(u=>{u?r("ENOENT"===u.code?null:n):t.stat(e,((u,o)=>{u?r("ENOENT"===u.code?null:n):o.isDirectory()?Rt(e,t,n,r):t.unlink(e,r)}))}))}function Tt(e,t,n){let r;Bt(e),Bt(t);try{t.chmodSync(e,438)}catch(e){if("ENOENT"===e.code)return;throw n}try{r=t.statSync(e)}catch(e){if("ENOENT"===e.code)return;throw n}r.isDirectory()?Lt(e,t,n):t.unlinkSync(e)}function Rt(e,t,n,r){Bt(e),Bt(t),Bt("function"==typeof r),t.rmdir(e,(u=>{!u||"ENOTEMPTY"!==u.code&&"EEXIST"!==u.code&&"EPERM"!==u.code?u&&"ENOTDIR"===u.code?r(n):r(u):function(e,t,n){Bt(e),Bt(t),Bt("function"==typeof n),t.readdir(e,((r,u)=>{if(r)return n(r);let o,i=u.length;if(0===i)return t.rmdir(e,n);u.forEach((r=>{xt(_t.join(e,r),t,(r=>{if(!o)return r?n(o=r):void(0==--i&&t.rmdir(e,n))}))}))}))}(e,t,r)}))}function Mt(e,t){let n;kt(t=t||{}),Bt(e,"rimraf: missing path"),Bt.strictEqual(typeof e,"string","rimraf: path should be a string"),Bt(t,"rimraf: missing options"),Bt.strictEqual(typeof t,"object","rimraf: options should be object");try{n=t.lstatSync(e)}catch(n){if("ENOENT"===n.code)return;"EPERM"===n.code&&Pt&&Tt(e,t,n)}try{n&&n.isDirectory()?Lt(e,t,null):t.unlinkSync(e)}catch(n){if("ENOENT"===n.code)return;if("EPERM"===n.code)return Pt?Tt(e,t,n):Lt(e,t,n);if("EISDIR"!==n.code)throw n;Lt(e,t,n)}}function Lt(e,t,n){Bt(e),Bt(t);try{t.rmdirSync(e)}catch(r){if("ENOTDIR"===r.code)throw n;if("ENOTEMPTY"===r.code||"EEXIST"===r.code||"EPERM"===r.code)!function(e,t){if(Bt(e),Bt(t),t.readdirSync(e).forEach((n=>Mt(_t.join(e,n),t))),!Pt){return t.rmdirSync(e,t)}{const n=Date.now();do{try{return t.rmdirSync(e,t)}catch{}}while(Date.now()-n<500)}}(e,t);else if("ENOENT"!==r.code)throw r}}var jt=xt;xt.sync=Mt;const $t=we,Ht=re.fromCallback,Jt=jt;var Gt={remove:Ht((function(e,t){if($t.rm)return $t.rm(e,{recursive:!0,force:!0},t);Jt(e,t)})),removeSync:function(e){if($t.rmSync)return $t.rmSync(e,{recursive:!0,force:!0});Jt.sync(e)}};const Vt=re.fromPromise,Ut=ne,Wt=p.default,zt=$e,Kt=Gt,qt=Vt((async function(e){let t;try{t=await Ut.readdir(e)}catch{return zt.mkdirs(e)}return Promise.all(t.map((t=>Kt.remove(Wt.join(e,t)))))}));function Yt(e){let t;try{t=Ut.readdirSync(e)}catch{return zt.mkdirsSync(e)}t.forEach((t=>{t=Wt.join(e,t),Kt.removeSync(t)}))}var Xt={emptyDirSync:Yt,emptydirSync:Yt,emptyDir:qt,emptydir:qt};const Zt=re.fromCallback,Qt=p.default,en=we,tn=$e;var nn={createFile:Zt((function(e,t){function n(){en.writeFile(e,"",(e=>{if(e)return t(e);t()}))}en.stat(e,((r,u)=>{if(!r&&u.isFile())return t();const o=Qt.dirname(e);en.stat(o,((e,r)=>{if(e)return"ENOENT"===e.code?tn.mkdirs(o,(e=>{if(e)return t(e);n()})):t(e);r.isDirectory()?n():en.readdir(o,(e=>{if(e)return t(e)}))}))}))})),createFileSync:function(e){let t;try{t=en.statSync(e)}catch{}if(t&&t.isFile())return;const n=Qt.dirname(e);try{en.statSync(n).isDirectory()||en.readdirSync(n)}catch(e){if(!e||"ENOENT"!==e.code)throw e;tn.mkdirsSync(n)}en.writeFileSync(e,"")}};const rn=re.fromCallback,un=p.default,on=we,sn=$e,cn=Ge.pathExists,{areIdentical:an}=et;var ln={createLink:rn((function(e,t,n){function r(e,t){on.link(e,t,(e=>{if(e)return n(e);n(null)}))}on.lstat(t,((u,o)=>{on.lstat(e,((u,i)=>{if(u)return u.message=u.message.replace("lstat","ensureLink"),n(u);if(o&&an(i,o))return n(null);const s=un.dirname(t);cn(s,((u,o)=>u?n(u):o?r(e,t):void sn.mkdirs(s,(u=>{if(u)return n(u);r(e,t)}))))}))}))})),createLinkSync:function(e,t){let n;try{n=on.lstatSync(t)}catch{}try{const t=on.lstatSync(e);if(n&&an(t,n))return}catch(e){throw e.message=e.message.replace("lstat","ensureLink"),e}const r=un.dirname(t);return on.existsSync(r)||sn.mkdirsSync(r),on.linkSync(e,t)}};const fn=p.default,dn=we,Dn=Ge.pathExists;var pn={symlinkPaths:function(e,t,n){if(fn.isAbsolute(e))return dn.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:e})));{const r=fn.dirname(t),u=fn.join(r,e);return Dn(u,((t,o)=>t?n(t):o?n(null,{toCwd:u,toDst:e}):dn.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:fn.relative(r,e)})))))}},symlinkPathsSync:function(e,t){let n;if(fn.isAbsolute(e)){if(n=dn.existsSync(e),!n)throw new Error("absolute srcpath does not exist");return{toCwd:e,toDst:e}}{const r=fn.dirname(t),u=fn.join(r,e);if(n=dn.existsSync(u),n)return{toCwd:u,toDst:e};if(n=dn.existsSync(e),!n)throw new Error("relative srcpath does not exist");return{toCwd:e,toDst:fn.relative(r,e)}}}};const En=we;var mn={symlinkType:function(e,t,n){if(n="function"==typeof t?t:n,t="function"!=typeof t&&t)return n(null,t);En.lstat(e,((e,r)=>{if(e)return n(null,"file");t=r&&r.isDirectory()?"dir":"file",n(null,t)}))},symlinkTypeSync:function(e,t){let n;if(t)return t;try{n=En.lstatSync(e)}catch{return"file"}return n&&n.isDirectory()?"dir":"file"}};const hn=re.fromCallback,yn=p.default,Cn=ne,Fn=$e.mkdirs,gn=$e.mkdirsSync,An=pn.symlinkPaths,vn=pn.symlinkPathsSync,Sn=mn.symlinkType,wn=mn.symlinkTypeSync,On=Ge.pathExists,{areIdentical:bn}=et;function _n(e,t,n,r){An(e,t,((u,o)=>{if(u)return r(u);e=o.toDst,Sn(o.toCwd,n,((n,u)=>{if(n)return r(n);const o=yn.dirname(t);On(o,((n,i)=>n?r(n):i?Cn.symlink(e,t,u,r):void Fn(o,(n=>{if(n)return r(n);Cn.symlink(e,t,u,r)}))))}))}))}var Bn={createSymlink:hn((function(e,t,n,r){r="function"==typeof n?n:r,n="function"!=typeof n&&n,Cn.lstat(t,((u,o)=>{!u&&o.isSymbolicLink()?Promise.all([Cn.stat(e),Cn.stat(t)]).then((([u,o])=>{if(bn(u,o))return r(null);_n(e,t,n,r)})):_n(e,t,n,r)}))})),createSymlinkSync:function(e,t,n){let r;try{r=Cn.lstatSync(t)}catch{}if(r&&r.isSymbolicLink()){const n=Cn.statSync(e),r=Cn.statSync(t);if(bn(n,r))return}const u=vn(e,t);e=u.toDst,n=wn(u.toCwd,n);const o=yn.dirname(t);return Cn.existsSync(o)||gn(o),Cn.symlinkSync(e,t,n)}};const{createFile:Pn,createFileSync:kn}=nn,{createLink:xn,createLinkSync:Nn}=ln,{createSymlink:In,createSymlinkSync:Tn}=Bn;var Rn={createFile:Pn,createFileSync:kn,ensureFile:Pn,ensureFileSync:kn,createLink:xn,createLinkSync:Nn,ensureLink:xn,ensureLinkSync:Nn,createSymlink:In,createSymlinkSync:Tn,ensureSymlink:In,ensureSymlinkSync:Tn};var Mn={stringify:function(e,{EOL:t="\n",finalEOL:n=!0,replacer:r=null,spaces:u}={}){const o=n?t:"";return JSON.stringify(e,r,u).replace(/\n/g,t)+o},stripBom:function(e){return Buffer.isBuffer(e)&&(e=e.toString("utf8")),e.replace(/^\uFEFF/,"")}};let Ln;try{Ln=we}catch(e){Ln=D.default}const jn=re,{stringify:$n,stripBom:Hn}=Mn;const Jn=jn.fromPromise((async function(e,t={}){"string"==typeof t&&(t={encoding:t});const n=t.fs||Ln,r=!("throws"in t)||t.throws;let u,o=await jn.fromCallback(n.readFile)(e,t);o=Hn(o);try{u=JSON.parse(o,t?t.reviver:null)}catch(t){if(r)throw t.message=`${e}: ${t.message}`,t;return null}return u}));const Gn=jn.fromPromise((async function(e,t,n={}){const r=n.fs||Ln,u=$n(t,n);await jn.fromCallback(r.writeFile)(e,u,n)}));const Vn={readFile:Jn,readFileSync:function(e,t={}){"string"==typeof t&&(t={encoding:t});const n=t.fs||Ln,r=!("throws"in t)||t.throws;try{let r=n.readFileSync(e,t);return r=Hn(r),JSON.parse(r,t.reviver)}catch(t){if(r)throw t.message=`${e}: ${t.message}`,t;return null}},writeFile:Gn,writeFileSync:function(e,t,n={}){const r=n.fs||Ln,u=$n(t,n);return r.writeFileSync(e,u,n)}};var Un={readJson:Vn.readFile,readJsonSync:Vn.readFileSync,writeJson:Vn.writeFile,writeJsonSync:Vn.writeFileSync};const Wn=re.fromCallback,zn=we,Kn=p.default,qn=$e,Yn=Ge.pathExists;var Xn={outputFile:Wn((function(e,t,n,r){"function"==typeof n&&(r=n,n="utf8");const u=Kn.dirname(e);Yn(u,((o,i)=>o?r(o):i?zn.writeFile(e,t,n,r):void qn.mkdirs(u,(u=>{if(u)return r(u);zn.writeFile(e,t,n,r)}))))})),outputFileSync:function(e,...t){const n=Kn.dirname(e);if(zn.existsSync(n))return zn.writeFileSync(e,...t);qn.mkdirsSync(n),zn.writeFileSync(e,...t)}};const{stringify:Zn}=Mn,{outputFile:Qn}=Xn;var er=async function(e,t,n={}){const r=Zn(t,n);await Qn(e,r,n)};const{stringify:tr}=Mn,{outputFileSync:nr}=Xn;var rr=function(e,t,n){const r=tr(t,n);nr(e,r,n)};const ur=re.fromPromise,or=Un;or.outputJson=ur(er),or.outputJsonSync=rr,or.outputJSON=or.outputJson,or.outputJSONSync=or.outputJsonSync,or.writeJSON=or.writeJson,or.writeJSONSync=or.writeJsonSync,or.readJSON=or.readJson,or.readJSONSync=or.readJsonSync;var ir=or;const sr=we,cr=p.default,ar=Ot.copy,lr=Gt.remove,fr=$e.mkdirp,dr=Ge.pathExists,Dr=et;function pr(e,t,n,r,u){return r?Er(e,t,n,u):n?lr(t,(r=>r?u(r):Er(e,t,n,u))):void dr(t,((r,o)=>r?u(r):o?u(new Error("dest already exists.")):Er(e,t,n,u)))}function Er(e,t,n,r){sr.rename(e,t,(u=>u?"EXDEV"!==u.code?r(u):function(e,t,n,r){const u={overwrite:n,errorOnExist:!0};ar(e,t,u,(t=>t?r(t):lr(e,r)))}(e,t,n,r):r()))}var mr=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=n.overwrite||n.clobber||!1;Dr.checkPaths(e,t,"move",n,((n,o)=>{if(n)return r(n);const{srcStat:i,isChangingCase:s=!1}=o;Dr.checkParentPaths(e,i,t,"move",(n=>n?r(n):function(e){const t=cr.dirname(e);return cr.parse(t).root===t}(t)?pr(e,t,u,s,r):void fr(cr.dirname(t),(n=>n?r(n):pr(e,t,u,s,r)))))}))};const hr=we,yr=p.default,Cr=Ot.copySync,Fr=Gt.removeSync,gr=$e.mkdirpSync,Ar=et;function vr(e,t,n){try{hr.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)throw r;return function(e,t,n){const r={overwrite:n,errorOnExist:!0};return Cr(e,t,r),Fr(e)}(e,t,n)}}var Sr=function(e,t,n){const r=(n=n||{}).overwrite||n.clobber||!1,{srcStat:u,isChangingCase:o=!1}=Ar.checkPathsSync(e,t,"move",n);return Ar.checkParentPathsSync(e,u,t,"move"),function(e){const t=yr.dirname(e);return yr.parse(t).root===t}(t)||gr(yr.dirname(t)),function(e,t,n,r){if(r)return vr(e,t,n);if(n)return Fr(t),vr(e,t,n);if(hr.existsSync(t))throw new Error("dest already exists.");return vr(e,t,n)}(e,t,r,o)};var wr,Or,br,_r,Br,Pr={move:(0,re.fromCallback)(mr),moveSync:Sr},kr={...ne,...Ot,...Xt,...Rn,...ir,...$e,...Pr,...Xn,...Ge,...Gt},xr={},Nr={exports:{}},Ir={exports:{}};function Tr(){if(Or)return wr;Or=1;var e=1e3,t=60*e,n=60*t,r=24*n,u=7*r,o=365.25*r;function i(e,t,n,r){var u=t>=1.5*n;return Math.round(e/n)+" "+r+(u?"s":"")}return wr=function(s,c){c=c||{};var a=typeof s;if("string"===a&&s.length>0)return function(i){if((i=String(i)).length>100)return;var s=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(i);if(!s)return;var c=parseFloat(s[1]);switch((s[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return c*o;case"weeks":case"week":case"w":return c*u;case"days":case"day":case"d":return c*r;case"hours":case"hour":case"hrs":case"hr":case"h":return c*n;case"minutes":case"minute":case"mins":case"min":case"m":return c*t;case"seconds":case"second":case"secs":case"sec":case"s":return c*e;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return c;default:return}}(s);if("number"===a&&isFinite(s))return c.long?function(u){var o=Math.abs(u);if(o>=r)return i(u,o,r,"day");if(o>=n)return i(u,o,n,"hour");if(o>=t)return i(u,o,t,"minute");if(o>=e)return i(u,o,e,"second");return u+" ms"}(s):function(u){var o=Math.abs(u);if(o>=r)return Math.round(u/r)+"d";if(o>=n)return Math.round(u/n)+"h";if(o>=t)return Math.round(u/t)+"m";if(o>=e)return Math.round(u/e)+"s";return u+"ms"}(s);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(s))}}function Rr(){if(_r)return br;return _r=1,br=function(e){function t(e){let r,u,o,i=null;function s(...e){if(!s.enabled)return;const n=s,u=Number(new Date),o=u-(r||u);n.diff=o,n.prev=r,n.curr=u,r=u,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let i=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((r,u)=>{if("%%"===r)return"%";i++;const o=t.formatters[u];if("function"==typeof o){const t=e[i];r=o.call(n,t),e.splice(i,1),i--}return r})),t.formatArgs.call(n,e);(n.log||t.log).apply(n,e)}return s.namespace=e,s.useColors=t.useColors(),s.color=t.selectColor(e),s.extend=n,s.destroy=t.destroy,Object.defineProperty(s,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==i?i:(u!==t.namespaces&&(u=t.namespaces,o=t.enabled(e)),o),set:e=>{i=e}}),"function"==typeof t.init&&t.init(s),s}function n(e,n){const r=t(this.namespace+(void 0===n?":":n)+e);return r.log=this.log,r}function r(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){if(e instanceof Error)return e.stack||e.message;return e},t.disable=function(){const e=[...t.names.map(r),...t.skips.map(r).map((e=>"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){let n;t.save(e),t.namespaces=e,t.names=[],t.skips=[];const r=("string"==typeof e?e:"").split(/[\s,]+/),u=r.length;for(n=0;n{t[n]=e[n]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let n=0;for(let t=0;t{const n=e.startsWith("-")?"":1===e.length?"-":"--",r=t.indexOf(n+e),u=t.indexOf("--");return-1!==r&&(-1===u||r{}),"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."),t.colors=[6,2,3,4,5,1];try{const e=function(){if($r)return jr;$r=1;const e=E.default,t=A.default,n=Vr(),{env:r}=process;let u;function o(e){return 0!==e&&{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}function i(t,o){if(0===u)return 0;if(n("color=16m")||n("color=full")||n("color=truecolor"))return 3;if(n("color=256"))return 2;if(t&&!o&&void 0===u)return 0;const i=u||0;if("dumb"===r.TERM)return i;if("win32"===process.platform){const t=e.release().split(".");return Number(t[0])>=10&&Number(t[2])>=10586?Number(t[2])>=14931?3:2:1}if("CI"in r)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some((e=>e in r))||"codeship"===r.CI_NAME?1:i;if("TEAMCITY_VERSION"in r)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(r.TEAMCITY_VERSION)?1:0;if("truecolor"===r.COLORTERM)return 3;if("TERM_PROGRAM"in r){const e=parseInt((r.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(r.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(r.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(r.TERM)||"COLORTERM"in r?1:i}return n("no-color")||n("no-colors")||n("color=false")||n("color=never")?u=0:(n("color")||n("colors")||n("color=true")||n("color=always"))&&(u=1),"FORCE_COLOR"in r&&(u="true"===r.FORCE_COLOR?1:"false"===r.FORCE_COLOR?0:0===r.FORCE_COLOR.length?1:Math.min(parseInt(r.FORCE_COLOR,10),3)),jr={supportsColor:function(e){return o(i(e,e&&e.isTTY))},stdout:o(i(!0,t.isatty(1))),stderr:o(i(!0,t.isatty(2)))}}();e&&(e.stderr||e).level>=2&&(t.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch(e){}t.inspectOpts=Object.keys(process.env).filter((e=>/^debug_/i.test(e))).reduce(((e,t)=>{const n=t.substring(6).toLowerCase().replace(/_([a-z])/g,((e,t)=>t.toUpperCase()));let r=process.env[t];return r=!!/^(yes|on|true|enabled)$/i.test(r)||!/^(no|off|false|disabled)$/i.test(r)&&("null"===r?null:Number(r)),e[n]=r,e}),{}),e.exports=Rr()(t);const{formatters:u}=e.exports;u.o=function(e){return this.inspectOpts.colors=this.useColors,r.inspect(e,this.inspectOpts).split("\n").map((e=>e.trim())).join(" ")},u.O=function(e){return this.inspectOpts.colors=this.useColors,r.inspect(e,this.inspectOpts)}}(Gr,Gr.exports)),Gr.exports}Jr=Nr,"undefined"==typeof process||"renderer"===process.type||!0===process.browser||process.__nwjs?Jr.exports=(Br||(Br=1,function(e,t){t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const n="color: "+this.color;t.splice(1,0,n,"color: inherit");let r=0,u=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(r++,"%c"===e&&(u=r))})),t.splice(u,0,n)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug")}catch(e){}return!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e},t.useColors=function(){return!("undefined"==typeof window||!window.process||"renderer"!==window.process.type&&!window.process.__nwjs)||("undefined"==typeof navigator||!navigator.userAgent||!navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))&&("undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/))},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=Rr()(t);const{formatters:n}=e.exports;n.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}}(Ir,Ir.exports)),Ir.exports):Jr.exports=Ur();var Wr=function(e){return(e=e||{}).circles?function(e){var t=[],n=[];return e.proto?function e(u){if("object"!=typeof u||null===u)return u;if(u instanceof Date)return new Date(u);if(Array.isArray(u))return r(u,e);if(u instanceof Map)return new Map(r(Array.from(u),e));if(u instanceof Set)return new Set(r(Array.from(u),e));var o={};for(var i in t.push(u),n.push(o),u){var s=u[i];if("object"!=typeof s||null===s)o[i]=s;else if(s instanceof Date)o[i]=new Date(s);else if(s instanceof Map)o[i]=new Map(r(Array.from(s),e));else if(s instanceof Set)o[i]=new Set(r(Array.from(s),e));else if(ArrayBuffer.isView(s))o[i]=zr(s);else{var c=t.indexOf(s);o[i]=-1!==c?n[c]:e(s)}}return t.pop(),n.pop(),o}:function e(u){if("object"!=typeof u||null===u)return u;if(u instanceof Date)return new Date(u);if(Array.isArray(u))return r(u,e);if(u instanceof Map)return new Map(r(Array.from(u),e));if(u instanceof Set)return new Set(r(Array.from(u),e));var o={};for(var i in t.push(u),n.push(o),u)if(!1!==Object.hasOwnProperty.call(u,i)){var s=u[i];if("object"!=typeof s||null===s)o[i]=s;else if(s instanceof Date)o[i]=new Date(s);else if(s instanceof Map)o[i]=new Map(r(Array.from(s),e));else if(s instanceof Set)o[i]=new Set(r(Array.from(s),e));else if(ArrayBuffer.isView(s))o[i]=zr(s);else{var c=t.indexOf(s);o[i]=-1!==c?n[c]:e(s)}}return t.pop(),n.pop(),o};function r(e,r){for(var u=Object.keys(e),o=new Array(u.length),i=0;i!e,Qr=e=>e&&"object"==typeof e&&!Array.isArray(e),eu=(e,t,n)=>{(Array.isArray(t)?t:[t]).forEach((t=>{if(t)throw new Error(`Problem with log4js configuration: (${Kr.inspect(e,{depth:5})}) - ${n}`)}))};var tu={configure:e=>{qr("New configuration to be validated: ",e),eu(e,Zr(Qr(e)),"must be an object."),qr(`Calling pre-processing listeners (${Yr.length})`),Yr.forEach((t=>t(e))),qr("Configuration pre-processing finished."),qr(`Calling configuration listeners (${Xr.length})`),Xr.forEach((t=>t(e))),qr("Configuration finished.")},addListener:e=>{Xr.push(e),qr(`Added listener, now ${Xr.length} listeners`)},addPreProcessingListener:e=>{Yr.push(e),qr(`Added pre-processing listener, now ${Yr.length} listeners`)},throwExceptionIf:eu,anObject:Qr,anInteger:e=>e&&"number"==typeof e&&Number.isInteger(e),validIdentifier:e=>/^[A-Za-z][A-Za-z0-9_]*$/g.test(e),not:Zr},nu={exports:{}};!function(e){function t(e,t){for(var n=e.toString();n.length-1?s:c,l=n(u.getHours()),f=n(u.getMinutes()),d=n(u.getSeconds()),D=t(u.getMilliseconds(),3),p=function(e){var t=Math.abs(e),n=String(Math.floor(t/60)),r=String(t%60);return n=("0"+n).slice(-2),r=("0"+r).slice(-2),0===e?"Z":(e<0?"+":"-")+n+":"+r}(u.getTimezoneOffset());return r.replace(/dd/g,o).replace(/MM/g,i).replace(/y{1,4}/g,a).replace(/hh/g,l).replace(/mm/g,f).replace(/ss/g,d).replace(/SSS/g,D).replace(/O/g,p)}function u(e,t,n,r){e["set"+(r?"":"UTC")+t](n)}e.exports=r,e.exports.asString=r,e.exports.parse=function(t,n,r){if(!t)throw new Error("pattern must be supplied");return function(t,n,r){var o=t.indexOf("O")<0,i=!1,s=[{pattern:/y{1,4}/,regexp:"\\d{1,4}",fn:function(e,t){u(e,"FullYear",t,o)}},{pattern:/MM/,regexp:"\\d{1,2}",fn:function(e,t){u(e,"Month",t-1,o),e.getMonth()!==t-1&&(i=!0)}},{pattern:/dd/,regexp:"\\d{1,2}",fn:function(e,t){i&&u(e,"Month",e.getMonth()-1,o),u(e,"Date",t,o)}},{pattern:/hh/,regexp:"\\d{1,2}",fn:function(e,t){u(e,"Hours",t,o)}},{pattern:/mm/,regexp:"\\d\\d",fn:function(e,t){u(e,"Minutes",t,o)}},{pattern:/ss/,regexp:"\\d\\d",fn:function(e,t){u(e,"Seconds",t,o)}},{pattern:/SSS/,regexp:"\\d\\d\\d",fn:function(e,t){u(e,"Milliseconds",t,o)}},{pattern:/O/,regexp:"[+-]\\d{1,2}:?\\d{2}?|Z",fn:function(e,t){t="Z"===t?0:t.replace(":","");var n=Math.abs(t),r=(t>0?-1:1)*(n%100+60*Math.floor(n/100));e.setUTCMinutes(e.getUTCMinutes()+r)}}],c=s.reduce((function(e,t){return t.pattern.test(e.regexp)?(t.index=e.regexp.match(t.pattern).index,e.regexp=e.regexp.replace(t.pattern,"("+t.regexp+")")):t.index=-1,e}),{regexp:t,index:[]}),a=s.filter((function(e){return e.index>-1}));a.sort((function(e,t){return e.index-t.index}));var l=new RegExp(c.regexp).exec(n);if(l){var f=r||e.exports.now();return a.forEach((function(e,t){e.fn(f,l[t+1])})),f}throw new Error("String '"+n+"' could not be parsed as '"+t+"'")}(t,n,r)},e.exports.now=function(){return new Date},e.exports.ISO8601_FORMAT="yyyy-MM-ddThh:mm:ss.SSS",e.exports.ISO8601_WITH_TZ_OFFSET_FORMAT="yyyy-MM-ddThh:mm:ss.SSSO",e.exports.DATETIME_FORMAT="dd MM yyyy hh:mm:ss.SSS",e.exports.ABSOLUTETIME_FORMAT="hh:mm:ss.SSS"}(nu);const ru=nu.exports,uu=E.default,ou=F.default,iu=p.default,su={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[90,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[91,39],yellow:[33,39]};function cu(e){return e?`[${su[e][0]}m`:""}function au(e){return e?`[${su[e][1]}m`:""}function lu(e,t){return n=ou.format("[%s] [%s] %s - ",ru.asString(e.startTime),e.level.toString(),e.categoryName),cu(r=t)+n+au(r);var n,r}function fu(e){return lu(e)+ou.format(...e.data)}function du(e){return lu(e,e.level.colour)+ou.format(...e.data)}function Du(e){return ou.format(...e.data)}function pu(e){return e.data[0]}function Eu(e,t){const n=/%(-?[0-9]+)?(\.?-?[0-9]+)?([[\]cdhmnprzxXyflos%])(\{([^}]+)\})?|([^%]+)/;function r(e){return e&&e.pid?e.pid.toString():process.pid.toString()}e=e||"%r %p %c - %m%n";const u={c:function(e,t){let n=e.categoryName;if(t){const e=parseInt(t,10),r=n.split(".");ee&&(n=r.slice(-e).join(iu.sep))}return n},l:function(e){return e.lineNumber?`${e.lineNumber}`:""},o:function(e){return e.columnNumber?`${e.columnNumber}`:""},s:function(e){return e.callStack||""}};function o(e,t,n){return u[e](t,n)}function i(e,t,n){let r=e;return r=function(e,t){let n;return e?(n=parseInt(e.substr(1),10),n>0?t.slice(0,n):t.slice(n)):t}(t,r),r=function(e,t){let n;if(e)if("-"===e.charAt(0))for(n=parseInt(e.substr(1),10);t.lengthDu,basic:()=>fu,colored:()=>du,coloured:()=>du,pattern:e=>Eu(e&&e.pattern,e&&e.tokens),dummy:()=>pu};var hu={basicLayout:fu,messagePassThroughLayout:Du,patternLayout:Eu,colouredLayout:du,coloredLayout:du,dummyLayout:pu,addLayout(e,t){mu[e]=t},layout:(e,t)=>mu[e]&&mu[e](t)};const yu=tu,Cu=["white","grey","black","blue","cyan","green","magenta","red","yellow"];class Fu{constructor(e,t,n){this.level=e,this.levelStr=t,this.colour=n}toString(){return this.levelStr}static getLevel(e,t){return e?e instanceof Fu?e:(e instanceof Object&&e.levelStr&&(e=e.levelStr),Fu[e.toString().toUpperCase()]||t):t}static addLevels(e){if(e){Object.keys(e).forEach((t=>{const n=t.toUpperCase();Fu[n]=new Fu(e[t].value,n,e[t].colour);const r=Fu.levels.findIndex((e=>e.levelStr===n));r>-1?Fu.levels[r]=Fu[n]:Fu.levels.push(Fu[n])})),Fu.levels.sort(((e,t)=>e.level-t.level))}}isLessThanOrEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level<=e.level}isGreaterThanOrEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level>=e.level}isEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level===e.level}}Fu.levels=[],Fu.addLevels({ALL:{value:Number.MIN_VALUE,colour:"grey"},TRACE:{value:5e3,colour:"blue"},DEBUG:{value:1e4,colour:"cyan"},INFO:{value:2e4,colour:"green"},WARN:{value:3e4,colour:"yellow"},ERROR:{value:4e4,colour:"red"},FATAL:{value:5e4,colour:"magenta"},MARK:{value:9007199254740992,colour:"grey"},OFF:{value:Number.MAX_VALUE,colour:"grey"}}),yu.addListener((e=>{const t=e.levels;if(t){yu.throwExceptionIf(e,yu.not(yu.anObject(t)),"levels must be an object");Object.keys(t).forEach((n=>{yu.throwExceptionIf(e,yu.not(yu.validIdentifier(n)),`level name "${n}" is not a valid identifier (must start with a letter, only contain A-Z,a-z,0-9,_)`),yu.throwExceptionIf(e,yu.not(yu.anObject(t[n])),`level "${n}" must be an object`),yu.throwExceptionIf(e,yu.not(t[n].value),`level "${n}" must have a 'value' property`),yu.throwExceptionIf(e,yu.not(yu.anInteger(t[n].value)),`level "${n}".value must have an integer value`),yu.throwExceptionIf(e,yu.not(t[n].colour),`level "${n}" must have a 'colour' property`),yu.throwExceptionIf(e,yu.not(Cu.indexOf(t[n].colour)>-1),`level "${n}".colour must be one of ${Cu.join(", ")}`)}))}})),yu.addListener((e=>{Fu.addLevels(e.levels)}));var gu=Fu,Au={exports:{}},vu={};/*! (c) 2020 Andrea Giammarchi */ +const{parse:Su,stringify:wu}=JSON,{keys:Ou}=Object,bu=String,_u="string",Bu={},Pu="object",ku=(e,t)=>t,xu=e=>e instanceof bu?bu(e):e,Nu=(e,t)=>typeof t===_u?new bu(t):t,Iu=(e,t,n,r)=>{const u=[];for(let o=Ou(n),{length:i}=o,s=0;s{const r=bu(t.push(n)-1);return e.set(n,r),r},Ru=(e,t)=>{const n=Su(e,Nu).map(xu),r=n[0],u=t||ku,o=typeof r===Pu&&r?Iu(n,new Set,r,u):r;return u.call({"":o},"",o)};vu.parse=Ru;const Mu=(e,t,n)=>{const r=t&&typeof t===Pu?(e,n)=>""===e||-1Su(Mu(e));vu.fromJSON=e=>Ru(wu(e));const Lu=vu,ju=gu;class $u{constructor(e,t,n,r,u){this.startTime=new Date,this.categoryName=e,this.data=n,this.level=t,this.context=Object.assign({},r),this.pid=process.pid,u&&(this.functionName=u.functionName,this.fileName=u.fileName,this.lineNumber=u.lineNumber,this.columnNumber=u.columnNumber,this.callStack=u.callStack)}serialise(){const e=this.data.map((e=>(e&&e.message&&e.stack&&(e=Object.assign({message:e.message,stack:e.stack},e)),e)));return this.data=e,Lu.stringify(this)}static deserialise(e){let t;try{const n=Lu.parse(e);n.data=n.data.map((e=>{if(e&&e.message&&e.stack){const t=new Error(e);Object.keys(e).forEach((n=>{t[n]=e[n]})),e=t}return e})),t=new $u(n.categoryName,ju.getLevel(n.level.levelStr),n.data,n.context),t.startTime=new Date(n.startTime),t.pid=n.pid,t.cluster=n.cluster}catch(n){t=new $u("log4js",ju.ERROR,["Unable to parse log:",e,"because: ",n])}return t}}var Hu=$u;const Ju=Nr.exports("log4js:clustering"),Gu=Hu,Vu=tu;let Uu=!1,Wu=null;try{Wu=require("cluster")}catch(e){Ju("cluster module not present"),Uu=!0}const zu=[];let Ku=!1,qu="NODE_APP_INSTANCE";const Yu=()=>Ku&&"0"===process.env[qu],Xu=()=>Uu||Wu.isMaster||Yu(),Zu=e=>{zu.forEach((t=>t(e)))},Qu=(e,t)=>{if(Ju("cluster message received from worker ",e,": ",t),e.topic&&e.data&&(t=e,e=void 0),t&&t.topic&&"log4js:message"===t.topic){Ju("received message: ",t.data);const e=Gu.deserialise(t.data);Zu(e)}};Uu||Vu.addListener((e=>{zu.length=0,({pm2:Ku,disableClustering:Uu,pm2InstanceVar:qu="NODE_APP_INSTANCE"}=e),Ju(`clustering disabled ? ${Uu}`),Ju(`cluster.isMaster ? ${Wu&&Wu.isMaster}`),Ju(`pm2 enabled ? ${Ku}`),Ju(`pm2InstanceVar = ${qu}`),Ju(`process.env[${qu}] = ${process.env[qu]}`),Ku&&process.removeListener("message",Qu),Wu&&Wu.removeListener&&Wu.removeListener("message",Qu),Uu||e.disableClustering?Ju("Not listening for cluster messages, because clustering disabled."):Yu()?(Ju("listening for PM2 broadcast messages"),process.on("message",Qu)):Wu.isMaster?(Ju("listening for cluster messages"),Wu.on("message",Qu)):Ju("not listening for messages, because we are not a master process")}));var eo={onlyOnMaster:(e,t)=>Xu()?e():t,isMaster:Xu,send:e=>{Xu()?Zu(e):(Ku||(e.cluster={workerId:Wu.worker.id,worker:process.pid}),process.send({topic:"log4js:message",data:e.serialise()}))},onMessage:e=>{zu.push(e)}},to={};function no(e){if("number"==typeof e&&Number.isInteger(e))return e;const t={K:1024,M:1048576,G:1073741824},n=Object.keys(t),r=e.substr(e.length-1).toLocaleUpperCase(),u=e.substring(0,e.length-1).trim();if(n.indexOf(r)<0||!Number.isInteger(Number(u)))throw Error(`maxLogSize: "${e}" is invalid`);return u*t[r]}function ro(e){return function(e,t){const n=Object.assign({},t);return Object.keys(e).forEach((r=>{n[r]&&(n[r]=e[r](t[r]))})),n}({maxLogSize:no},e)}const uo={file:ro,fileSync:ro};to.modifyConfig=e=>uo[e.type]?uo[e.type](e):e;var oo={};const io=console.log.bind(console);oo.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{io(e(n,t))}}(n,e.timezoneOffset)};var so={};so.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{process.stdout.write(`${e(n,t)}\n`)}}(n,e.timezoneOffset)};var co={};co.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{process.stderr.write(`${e(n,t)}\n`)}}(n,e.timezoneOffset)};var ao={};ao.configure=function(e,t,n,r){const u=n(e.appender);return function(e,t,n,r){const u=r.getLevel(e),o=r.getLevel(t,r.FATAL);return e=>{const t=e.level;t.isGreaterThanOrEqualTo(u)&&t.isLessThanOrEqualTo(o)&&n(e)}}(e.level,e.maxLevel,u,r)};var lo={};const fo=Nr.exports("log4js:categoryFilter");lo.configure=function(e,t,n){const r=n(e.appender);return function(e,t){return"string"==typeof e&&(e=[e]),n=>{fo(`Checking ${n.categoryName} against ${e}`),-1===e.indexOf(n.categoryName)&&(fo("Not excluded, sending to appender"),t(n))}}(e.exclude,r)};var Do={};const po=Nr.exports("log4js:noLogFilter");Do.configure=function(e,t,n){const r=n(e.appender);return function(e,t){return n=>{po(`Checking data: ${n.data} against filters: ${e}`),"string"==typeof e&&(e=[e]),e=e.filter((e=>null!=e&&""!==e));const r=new RegExp(e.join("|"),"i");(0===e.length||n.data.findIndex((e=>r.test(e)))<0)&&(po("Not excluded, sending to appender"),t(n))}}(e.exclude,r)};var Eo={},mo={exports:{}},ho={},yo={fromCallback:function(e){return Object.defineProperty((function(){if("function"!=typeof arguments[arguments.length-1])return new Promise(((t,n)=>{arguments[arguments.length]=(e,r)=>{if(e)return n(e);t(r)},arguments.length++,e.apply(this,arguments)}));e.apply(this,arguments)}),"name",{value:e.name})},fromPromise:function(e){return Object.defineProperty((function(){const t=arguments[arguments.length-1];if("function"!=typeof t)return e.apply(this,arguments);e.apply(this,arguments).then((e=>t(null,e)),t)}),"name",{value:e.name})}};!function(e){const t=yo.fromCallback,n=we,r=["access","appendFile","chmod","chown","close","copyFile","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","lchown","lchmod","link","lstat","mkdir","mkdtemp","open","readFile","readdir","readlink","realpath","rename","rmdir","stat","symlink","truncate","unlink","utimes","writeFile"].filter((e=>"function"==typeof n[e]));Object.keys(n).forEach((t=>{"promises"!==t&&(e[t]=n[t])})),r.forEach((r=>{e[r]=t(n[r])})),e.exists=function(e,t){return"function"==typeof t?n.exists(e,t):new Promise((t=>n.exists(e,t)))},e.read=function(e,t,r,u,o,i){return"function"==typeof i?n.read(e,t,r,u,o,i):new Promise(((i,s)=>{n.read(e,t,r,u,o,((e,t,n)=>{if(e)return s(e);i({bytesRead:t,buffer:n})}))}))},e.write=function(e,t,...r){return"function"==typeof r[r.length-1]?n.write(e,t,...r):new Promise(((u,o)=>{n.write(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffer:n})}))}))},"function"==typeof n.realpath.native&&(e.realpath.native=t(n.realpath.native))}(ho);const Co=p.default;function Fo(e){return(e=Co.normalize(Co.resolve(e)).split(Co.sep)).length>0?e[0]:null}const go=/[<>:"|?*]/;var Ao=function(e){const t=Fo(e);return e=e.replace(t,""),go.test(e)};const vo=we,So=p.default,wo=Ao,Oo=parseInt("0777",8);var bo=function e(t,n,r,u){if("function"==typeof n?(r=n,n={}):n&&"object"==typeof n||(n={mode:n}),"win32"===process.platform&&wo(t)){const e=new Error(t+" contains invalid WIN32 path characters.");return e.code="EINVAL",r(e)}let o=n.mode;const i=n.fs||vo;void 0===o&&(o=Oo&~process.umask()),u||(u=null),r=r||function(){},t=So.resolve(t),i.mkdir(t,o,(o=>{if(!o)return r(null,u=u||t);if("ENOENT"===o.code){if(So.dirname(t)===t)return r(o);e(So.dirname(t),n,((u,o)=>{u?r(u,o):e(t,n,r,o)}))}else i.stat(t,((e,t)=>{e||!t.isDirectory()?r(o,u):r(null,u)}))}))};const _o=we,Bo=p.default,Po=Ao,ko=parseInt("0777",8);var xo=function e(t,n,r){n&&"object"==typeof n||(n={mode:n});let u=n.mode;const o=n.fs||_o;if("win32"===process.platform&&Po(t)){const e=new Error(t+" contains invalid WIN32 path characters.");throw e.code="EINVAL",e}void 0===u&&(u=ko&~process.umask()),r||(r=null),t=Bo.resolve(t);try{o.mkdirSync(t,u),r=r||t}catch(u){if("ENOENT"===u.code){if(Bo.dirname(t)===t)throw u;r=e(Bo.dirname(t),n,r),e(t,n,r)}else{let e;try{e=o.statSync(t)}catch(e){throw u}if(!e.isDirectory())throw u}}return r};const No=(0,yo.fromCallback)(bo);var Io={mkdirs:No,mkdirsSync:xo,mkdirp:No,mkdirpSync:xo,ensureDir:No,ensureDirSync:xo};const To=we;E.default,p.default;var Ro=function(e,t,n,r){To.open(e,"r+",((e,u)=>{if(e)return r(e);To.futimes(u,t,n,(e=>{To.close(u,(t=>{r&&r(e||t)}))}))}))},Mo=function(e,t,n){const r=To.openSync(e,"r+");return To.futimesSync(r,t,n),To.closeSync(r)};const Lo=we,jo=p.default,$o=10,Ho=5,Jo=0,Go=process.versions.node.split("."),Vo=Number.parseInt(Go[0],10),Uo=Number.parseInt(Go[1],10),Wo=Number.parseInt(Go[2],10);function zo(){if(Vo>$o)return!0;if(Vo===$o){if(Uo>Ho)return!0;if(Uo===Ho&&Wo>=Jo)return!0}return!1}function Ko(e,t){const n=jo.resolve(e).split(jo.sep).filter((e=>e)),r=jo.resolve(t).split(jo.sep).filter((e=>e));return n.reduce(((e,t,n)=>e&&r[n]===t),!0)}function qo(e,t,n){return`Cannot ${n} '${e}' to a subdirectory of itself, '${t}'.`}var Yo,Xo,Zo={checkPaths:function(e,t,n,r){!function(e,t,n){zo()?Lo.stat(e,{bigint:!0},((e,r)=>{if(e)return n(e);Lo.stat(t,{bigint:!0},((e,t)=>e?"ENOENT"===e.code?n(null,{srcStat:r,destStat:null}):n(e):n(null,{srcStat:r,destStat:t})))})):Lo.stat(e,((e,r)=>{if(e)return n(e);Lo.stat(t,((e,t)=>e?"ENOENT"===e.code?n(null,{srcStat:r,destStat:null}):n(e):n(null,{srcStat:r,destStat:t})))}))}(e,t,((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;return s&&s.ino&&s.dev&&s.ino===i.ino&&s.dev===i.dev?r(new Error("Source and destination must not be the same.")):i.isDirectory()&&Ko(e,t)?r(new Error(qo(e,t,n))):r(null,{srcStat:i,destStat:s})}))},checkPathsSync:function(e,t,n){const{srcStat:r,destStat:u}=function(e,t){let n,r;n=zo()?Lo.statSync(e,{bigint:!0}):Lo.statSync(e);try{r=zo()?Lo.statSync(t,{bigint:!0}):Lo.statSync(t)}catch(e){if("ENOENT"===e.code)return{srcStat:n,destStat:null};throw e}return{srcStat:n,destStat:r}}(e,t);if(u&&u.ino&&u.dev&&u.ino===r.ino&&u.dev===r.dev)throw new Error("Source and destination must not be the same.");if(r.isDirectory()&&Ko(e,t))throw new Error(qo(e,t,n));return{srcStat:r,destStat:u}},checkParentPaths:function e(t,n,r,u,o){const i=jo.resolve(jo.dirname(t)),s=jo.resolve(jo.dirname(r));if(s===i||s===jo.parse(s).root)return o();zo()?Lo.stat(s,{bigint:!0},((i,c)=>i?"ENOENT"===i.code?o():o(i):c.ino&&c.dev&&c.ino===n.ino&&c.dev===n.dev?o(new Error(qo(t,r,u))):e(t,n,s,u,o))):Lo.stat(s,((i,c)=>i?"ENOENT"===i.code?o():o(i):c.ino&&c.dev&&c.ino===n.ino&&c.dev===n.dev?o(new Error(qo(t,r,u))):e(t,n,s,u,o)))},checkParentPathsSync:function e(t,n,r,u){const o=jo.resolve(jo.dirname(t)),i=jo.resolve(jo.dirname(r));if(i===o||i===jo.parse(i).root)return;let s;try{s=zo()?Lo.statSync(i,{bigint:!0}):Lo.statSync(i)}catch(e){if("ENOENT"===e.code)return;throw e}if(s.ino&&s.dev&&s.ino===n.ino&&s.dev===n.dev)throw new Error(qo(t,r,u));return e(t,n,i,u)},isSrcSubdir:Ko};const Qo=we,ei=p.default,ti=Io.mkdirsSync,ni=Mo,ri=Zo;function ui(e,t,n,r){if(!r.filter||r.filter(t,n))return function(e,t,n,r){const u=r.dereference?Qo.statSync:Qo.lstatSync,o=u(t);if(o.isDirectory())return function(e,t,n,r,u){if(!t)return function(e,t,n,r){return Qo.mkdirSync(n),ii(t,n,r),Qo.chmodSync(n,e.mode)}(e,n,r,u);if(t&&!t.isDirectory())throw new Error(`Cannot overwrite non-directory '${r}' with directory '${n}'.`);return ii(n,r,u)}(o,e,t,n,r);if(o.isFile()||o.isCharacterDevice()||o.isBlockDevice())return function(e,t,n,r,u){return t?function(e,t,n,r){if(r.overwrite)return Qo.unlinkSync(n),oi(e,t,n,r);if(r.errorOnExist)throw new Error(`'${n}' already exists`)}(e,n,r,u):oi(e,n,r,u)}(o,e,t,n,r);if(o.isSymbolicLink())return function(e,t,n,r){let u=Qo.readlinkSync(t);r.dereference&&(u=ei.resolve(process.cwd(),u));if(e){let e;try{e=Qo.readlinkSync(n)}catch(e){if("EINVAL"===e.code||"UNKNOWN"===e.code)return Qo.symlinkSync(u,n);throw e}if(r.dereference&&(e=ei.resolve(process.cwd(),e)),ri.isSrcSubdir(u,e))throw new Error(`Cannot copy '${u}' to a subdirectory of itself, '${e}'.`);if(Qo.statSync(n).isDirectory()&&ri.isSrcSubdir(e,u))throw new Error(`Cannot overwrite '${e}' with '${u}'.`);return function(e,t){return Qo.unlinkSync(t),Qo.symlinkSync(e,t)}(u,n)}return Qo.symlinkSync(u,n)}(e,t,n,r)}(e,t,n,r)}function oi(e,t,n,r){return"function"==typeof Qo.copyFileSync?(Qo.copyFileSync(t,n),Qo.chmodSync(n,e.mode),r.preserveTimestamps?ni(n,e.atime,e.mtime):void 0):function(e,t,n,r){const u=65536,o=(Xo?Yo:(Xo=1,Yo=function(e){if("function"==typeof Buffer.allocUnsafe)try{return Buffer.allocUnsafe(e)}catch(t){return new Buffer(e)}return new Buffer(e)}))(u),i=Qo.openSync(t,"r"),s=Qo.openSync(n,"w",e.mode);let c=0;for(;cfunction(e,t,n,r){const u=ei.join(t,e),o=ei.join(n,e),{destStat:i}=ri.checkPathsSync(u,o,"copy");return ui(i,u,o,r)}(r,e,t,n)))}var si=function(e,t,n){"function"==typeof n&&(n={filter:n}),(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269");const{srcStat:r,destStat:u}=ri.checkPathsSync(e,t,"copy");return ri.checkParentPathsSync(e,r,t,"copy"),function(e,t,n,r){if(r.filter&&!r.filter(t,n))return;const u=ei.dirname(n);Qo.existsSync(u)||ti(u);return ui(e,t,n,r)}(u,e,t,n)},ci={copySync:si};const ai=yo.fromPromise,li=ho;var fi={pathExists:ai((function(e){return li.access(e).then((()=>!0)).catch((()=>!1))})),pathExistsSync:li.existsSync};const di=we,Di=p.default,pi=Io.mkdirs,Ei=fi.pathExists,mi=Ro,hi=Zo;function yi(e,t,n,r,u){const o=Di.dirname(n);Ei(o,((i,s)=>i?u(i):s?Fi(e,t,n,r,u):void pi(o,(o=>o?u(o):Fi(e,t,n,r,u)))))}function Ci(e,t,n,r,u,o){Promise.resolve(u.filter(n,r)).then((i=>i?e(t,n,r,u,o):o()),(e=>o(e)))}function Fi(e,t,n,r,u){return r.filter?Ci(gi,e,t,n,r,u):gi(e,t,n,r,u)}function gi(e,t,n,r,u){(r.dereference?di.stat:di.lstat)(t,((o,i)=>o?u(o):i.isDirectory()?function(e,t,n,r,u,o){if(!t)return function(e,t,n,r,u){di.mkdir(n,(o=>{if(o)return u(o);Si(t,n,r,(t=>t?u(t):di.chmod(n,e.mode,u)))}))}(e,n,r,u,o);if(t&&!t.isDirectory())return o(new Error(`Cannot overwrite non-directory '${r}' with directory '${n}'.`));return Si(n,r,u,o)}(i,e,t,n,r,u):i.isFile()||i.isCharacterDevice()||i.isBlockDevice()?function(e,t,n,r,u,o){return t?function(e,t,n,r,u){if(!r.overwrite)return r.errorOnExist?u(new Error(`'${n}' already exists`)):u();di.unlink(n,(o=>o?u(o):Ai(e,t,n,r,u)))}(e,n,r,u,o):Ai(e,n,r,u,o)}(i,e,t,n,r,u):i.isSymbolicLink()?function(e,t,n,r,u){di.readlink(t,((t,o)=>t?u(t):(r.dereference&&(o=Di.resolve(process.cwd(),o)),e?void di.readlink(n,((t,i)=>t?"EINVAL"===t.code||"UNKNOWN"===t.code?di.symlink(o,n,u):u(t):(r.dereference&&(i=Di.resolve(process.cwd(),i)),hi.isSrcSubdir(o,i)?u(new Error(`Cannot copy '${o}' to a subdirectory of itself, '${i}'.`)):e.isDirectory()&&hi.isSrcSubdir(i,o)?u(new Error(`Cannot overwrite '${i}' with '${o}'.`)):function(e,t,n){di.unlink(t,(r=>r?n(r):di.symlink(e,t,n)))}(o,n,u)))):di.symlink(o,n,u))))}(e,t,n,r,u):void 0))}function Ai(e,t,n,r,u){return"function"==typeof di.copyFile?di.copyFile(t,n,(t=>t?u(t):vi(e,n,r,u))):function(e,t,n,r,u){const o=di.createReadStream(t);o.on("error",(e=>u(e))).once("open",(()=>{const t=di.createWriteStream(n,{mode:e.mode});t.on("error",(e=>u(e))).on("open",(()=>o.pipe(t))).once("close",(()=>vi(e,n,r,u)))}))}(e,t,n,r,u)}function vi(e,t,n,r){di.chmod(t,e.mode,(u=>u?r(u):n.preserveTimestamps?mi(t,e.atime,e.mtime,r):r()))}function Si(e,t,n,r){di.readdir(e,((u,o)=>u?r(u):wi(o,e,t,n,r)))}function wi(e,t,n,r,u){const o=e.pop();return o?function(e,t,n,r,u,o){const i=Di.join(n,t),s=Di.join(r,t);hi.checkPaths(i,s,"copy",((t,c)=>{if(t)return o(t);const{destStat:a}=c;Fi(a,i,s,u,(t=>t?o(t):wi(e,n,r,u,o)))}))}(e,o,t,n,r,u):u()}var Oi=function(e,t,n,r){"function"!=typeof n||r?"function"==typeof n&&(n={filter:n}):(r=n,n={}),r=r||function(){},(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269"),hi.checkPaths(e,t,"copy",((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;hi.checkParentPaths(e,i,t,"copy",(u=>u?r(u):n.filter?Ci(yi,s,e,t,n,r):yi(s,e,t,n,r)))}))};var bi={copy:(0,yo.fromCallback)(Oi)};const _i=we,Bi=p.default,Pi=g.default,ki="win32"===process.platform;function xi(e){["unlink","chmod","stat","lstat","rmdir","readdir"].forEach((t=>{e[t]=e[t]||_i[t],e[t+="Sync"]=e[t]||_i[t]})),e.maxBusyTries=e.maxBusyTries||3}function Ni(e,t,n){let r=0;"function"==typeof t&&(n=t,t={}),Pi(e,"rimraf: missing path"),Pi.strictEqual(typeof e,"string","rimraf: path should be a string"),Pi.strictEqual(typeof n,"function","rimraf: callback function required"),Pi(t,"rimraf: invalid options argument provided"),Pi.strictEqual(typeof t,"object","rimraf: options should be object"),xi(t),Ii(e,t,(function u(o){if(o){if(("EBUSY"===o.code||"ENOTEMPTY"===o.code||"EPERM"===o.code)&&rIi(e,t,u)),100*r)}"ENOENT"===o.code&&(o=null)}n(o)}))}function Ii(e,t,n){Pi(e),Pi(t),Pi("function"==typeof n),t.lstat(e,((r,u)=>r&&"ENOENT"===r.code?n(null):r&&"EPERM"===r.code&&ki?Ti(e,t,r,n):u&&u.isDirectory()?Mi(e,t,r,n):void t.unlink(e,(r=>{if(r){if("ENOENT"===r.code)return n(null);if("EPERM"===r.code)return ki?Ti(e,t,r,n):Mi(e,t,r,n);if("EISDIR"===r.code)return Mi(e,t,r,n)}return n(r)}))))}function Ti(e,t,n,r){Pi(e),Pi(t),Pi("function"==typeof r),n&&Pi(n instanceof Error),t.chmod(e,438,(u=>{u?r("ENOENT"===u.code?null:n):t.stat(e,((u,o)=>{u?r("ENOENT"===u.code?null:n):o.isDirectory()?Mi(e,t,n,r):t.unlink(e,r)}))}))}function Ri(e,t,n){let r;Pi(e),Pi(t),n&&Pi(n instanceof Error);try{t.chmodSync(e,438)}catch(e){if("ENOENT"===e.code)return;throw n}try{r=t.statSync(e)}catch(e){if("ENOENT"===e.code)return;throw n}r.isDirectory()?ji(e,t,n):t.unlinkSync(e)}function Mi(e,t,n,r){Pi(e),Pi(t),n&&Pi(n instanceof Error),Pi("function"==typeof r),t.rmdir(e,(u=>{!u||"ENOTEMPTY"!==u.code&&"EEXIST"!==u.code&&"EPERM"!==u.code?u&&"ENOTDIR"===u.code?r(n):r(u):function(e,t,n){Pi(e),Pi(t),Pi("function"==typeof n),t.readdir(e,((r,u)=>{if(r)return n(r);let o,i=u.length;if(0===i)return t.rmdir(e,n);u.forEach((r=>{Ni(Bi.join(e,r),t,(r=>{if(!o)return r?n(o=r):void(0==--i&&t.rmdir(e,n))}))}))}))}(e,t,r)}))}function Li(e,t){let n;xi(t=t||{}),Pi(e,"rimraf: missing path"),Pi.strictEqual(typeof e,"string","rimraf: path should be a string"),Pi(t,"rimraf: missing options"),Pi.strictEqual(typeof t,"object","rimraf: options should be object");try{n=t.lstatSync(e)}catch(n){if("ENOENT"===n.code)return;"EPERM"===n.code&&ki&&Ri(e,t,n)}try{n&&n.isDirectory()?ji(e,t,null):t.unlinkSync(e)}catch(n){if("ENOENT"===n.code)return;if("EPERM"===n.code)return ki?Ri(e,t,n):ji(e,t,n);if("EISDIR"!==n.code)throw n;ji(e,t,n)}}function ji(e,t,n){Pi(e),Pi(t),n&&Pi(n instanceof Error);try{t.rmdirSync(e)}catch(r){if("ENOTDIR"===r.code)throw n;if("ENOTEMPTY"===r.code||"EEXIST"===r.code||"EPERM"===r.code)!function(e,t){if(Pi(e),Pi(t),t.readdirSync(e).forEach((n=>Li(Bi.join(e,n),t))),!ki){return t.rmdirSync(e,t)}{const n=Date.now();do{try{return t.rmdirSync(e,t)}catch(e){}}while(Date.now()-n<500)}}(e,t);else if("ENOENT"!==r.code)throw r}}var $i=Ni;Ni.sync=Li;const Hi=$i;var Ji={remove:(0,yo.fromCallback)(Hi),removeSync:Hi.sync};const Gi=yo.fromCallback,Vi=we,Ui=p.default,Wi=Io,zi=Ji,Ki=Gi((function(e,t){t=t||function(){},Vi.readdir(e,((n,r)=>{if(n)return Wi.mkdirs(e,t);r=r.map((t=>Ui.join(e,t))),function e(){const n=r.pop();if(!n)return t();zi.remove(n,(n=>{if(n)return t(n);e()}))}()}))}));function qi(e){let t;try{t=Vi.readdirSync(e)}catch(t){return Wi.mkdirsSync(e)}t.forEach((t=>{t=Ui.join(e,t),zi.removeSync(t)}))}var Yi={emptyDirSync:qi,emptydirSync:qi,emptyDir:Ki,emptydir:Ki};const Xi=yo.fromCallback,Zi=p.default,Qi=we,es=Io,ts=fi.pathExists;var ns={createFile:Xi((function(e,t){function n(){Qi.writeFile(e,"",(e=>{if(e)return t(e);t()}))}Qi.stat(e,((r,u)=>{if(!r&&u.isFile())return t();const o=Zi.dirname(e);ts(o,((e,r)=>e?t(e):r?n():void es.mkdirs(o,(e=>{if(e)return t(e);n()}))))}))})),createFileSync:function(e){let t;try{t=Qi.statSync(e)}catch(e){}if(t&&t.isFile())return;const n=Zi.dirname(e);Qi.existsSync(n)||es.mkdirsSync(n),Qi.writeFileSync(e,"")}};const rs=yo.fromCallback,us=p.default,os=we,is=Io,ss=fi.pathExists;var cs={createLink:rs((function(e,t,n){function r(e,t){os.link(e,t,(e=>{if(e)return n(e);n(null)}))}ss(t,((u,o)=>u?n(u):o?n(null):void os.lstat(e,(u=>{if(u)return u.message=u.message.replace("lstat","ensureLink"),n(u);const o=us.dirname(t);ss(o,((u,i)=>u?n(u):i?r(e,t):void is.mkdirs(o,(u=>{if(u)return n(u);r(e,t)}))))}))))})),createLinkSync:function(e,t){if(os.existsSync(t))return;try{os.lstatSync(e)}catch(e){throw e.message=e.message.replace("lstat","ensureLink"),e}const n=us.dirname(t);return os.existsSync(n)||is.mkdirsSync(n),os.linkSync(e,t)}};const as=p.default,ls=we,fs=fi.pathExists;var ds={symlinkPaths:function(e,t,n){if(as.isAbsolute(e))return ls.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:e})));{const r=as.dirname(t),u=as.join(r,e);return fs(u,((t,o)=>t?n(t):o?n(null,{toCwd:u,toDst:e}):ls.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:as.relative(r,e)})))))}},symlinkPathsSync:function(e,t){let n;if(as.isAbsolute(e)){if(n=ls.existsSync(e),!n)throw new Error("absolute srcpath does not exist");return{toCwd:e,toDst:e}}{const r=as.dirname(t),u=as.join(r,e);if(n=ls.existsSync(u),n)return{toCwd:u,toDst:e};if(n=ls.existsSync(e),!n)throw new Error("relative srcpath does not exist");return{toCwd:e,toDst:as.relative(r,e)}}}};const Ds=we;var ps={symlinkType:function(e,t,n){if(n="function"==typeof t?t:n,t="function"!=typeof t&&t)return n(null,t);Ds.lstat(e,((e,r)=>{if(e)return n(null,"file");t=r&&r.isDirectory()?"dir":"file",n(null,t)}))},symlinkTypeSync:function(e,t){let n;if(t)return t;try{n=Ds.lstatSync(e)}catch(e){return"file"}return n&&n.isDirectory()?"dir":"file"}};const Es=yo.fromCallback,ms=p.default,hs=we,ys=Io.mkdirs,Cs=Io.mkdirsSync,Fs=ds.symlinkPaths,gs=ds.symlinkPathsSync,As=ps.symlinkType,vs=ps.symlinkTypeSync,Ss=fi.pathExists;var ws={createSymlink:Es((function(e,t,n,r){r="function"==typeof n?n:r,n="function"!=typeof n&&n,Ss(t,((u,o)=>u?r(u):o?r(null):void Fs(e,t,((u,o)=>{if(u)return r(u);e=o.toDst,As(o.toCwd,n,((n,u)=>{if(n)return r(n);const o=ms.dirname(t);Ss(o,((n,i)=>n?r(n):i?hs.symlink(e,t,u,r):void ys(o,(n=>{if(n)return r(n);hs.symlink(e,t,u,r)}))))}))}))))})),createSymlinkSync:function(e,t,n){if(hs.existsSync(t))return;const r=gs(e,t);e=r.toDst,n=vs(r.toCwd,n);const u=ms.dirname(t);return hs.existsSync(u)||Cs(u),hs.symlinkSync(e,t,n)}};var Os,bs={createFile:ns.createFile,createFileSync:ns.createFileSync,ensureFile:ns.createFile,ensureFileSync:ns.createFileSync,createLink:cs.createLink,createLinkSync:cs.createLinkSync,ensureLink:cs.createLink,ensureLinkSync:cs.createLinkSync,createSymlink:ws.createSymlink,createSymlinkSync:ws.createSymlinkSync,ensureSymlink:ws.createSymlink,ensureSymlinkSync:ws.createSymlinkSync};try{Os=we}catch(e){Os=D.default}function _s(e,t){var n,r="\n";return"object"==typeof t&&null!==t&&(t.spaces&&(n=t.spaces),t.EOL&&(r=t.EOL)),JSON.stringify(e,t?t.replacer:null,n).replace(/\n/g,r)+r}function Bs(e){return Buffer.isBuffer(e)&&(e=e.toString("utf8")),e=e.replace(/^\uFEFF/,"")}var Ps={readFile:function(e,t,n){null==n&&(n=t,t={}),"string"==typeof t&&(t={encoding:t});var r=(t=t||{}).fs||Os,u=!0;"throws"in t&&(u=t.throws),r.readFile(e,t,(function(r,o){if(r)return n(r);var i;o=Bs(o);try{i=JSON.parse(o,t?t.reviver:null)}catch(t){return u?(t.message=e+": "+t.message,n(t)):n(null,null)}n(null,i)}))},readFileSync:function(e,t){"string"==typeof(t=t||{})&&(t={encoding:t});var n=t.fs||Os,r=!0;"throws"in t&&(r=t.throws);try{var u=n.readFileSync(e,t);return u=Bs(u),JSON.parse(u,t.reviver)}catch(t){if(r)throw t.message=e+": "+t.message,t;return null}},writeFile:function(e,t,n,r){null==r&&(r=n,n={});var u=(n=n||{}).fs||Os,o="";try{o=_s(t,n)}catch(e){return void(r&&r(e,null))}u.writeFile(e,o,n,r)},writeFileSync:function(e,t,n){var r=(n=n||{}).fs||Os,u=_s(t,n);return r.writeFileSync(e,u,n)}},ks=Ps;const xs=yo.fromCallback,Ns=ks;var Is={readJson:xs(Ns.readFile),readJsonSync:Ns.readFileSync,writeJson:xs(Ns.writeFile),writeJsonSync:Ns.writeFileSync};const Ts=p.default,Rs=Io,Ms=fi.pathExists,Ls=Is;var js=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=Ts.dirname(e);Ms(u,((o,i)=>o?r(o):i?Ls.writeJson(e,t,n,r):void Rs.mkdirs(u,(u=>{if(u)return r(u);Ls.writeJson(e,t,n,r)}))))};const $s=we,Hs=p.default,Js=Io,Gs=Is;var Vs=function(e,t,n){const r=Hs.dirname(e);$s.existsSync(r)||Js.mkdirsSync(r),Gs.writeJsonSync(e,t,n)};const Us=yo.fromCallback,Ws=Is;Ws.outputJson=Us(js),Ws.outputJsonSync=Vs,Ws.outputJSON=Ws.outputJson,Ws.outputJSONSync=Ws.outputJsonSync,Ws.writeJSON=Ws.writeJson,Ws.writeJSONSync=Ws.writeJsonSync,Ws.readJSON=Ws.readJson,Ws.readJSONSync=Ws.readJsonSync;var zs=Ws;const Ks=we,qs=p.default,Ys=ci.copySync,Xs=Ji.removeSync,Zs=Io.mkdirpSync,Qs=Zo;function ec(e,t,n){try{Ks.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)throw r;return function(e,t,n){const r={overwrite:n,errorOnExist:!0};return Ys(e,t,r),Xs(e)}(e,t,n)}}var tc=function(e,t,n){const r=(n=n||{}).overwrite||n.clobber||!1,{srcStat:u}=Qs.checkPathsSync(e,t,"move");return Qs.checkParentPathsSync(e,u,t,"move"),Zs(qs.dirname(t)),function(e,t,n){if(n)return Xs(t),ec(e,t,n);if(Ks.existsSync(t))throw new Error("dest already exists.");return ec(e,t,n)}(e,t,r)},nc={moveSync:tc};const rc=we,uc=p.default,oc=bi.copy,ic=Ji.remove,sc=Io.mkdirp,cc=fi.pathExists,ac=Zo;function lc(e,t,n,r){rc.rename(e,t,(u=>u?"EXDEV"!==u.code?r(u):function(e,t,n,r){const u={overwrite:n,errorOnExist:!0};oc(e,t,u,(t=>t?r(t):ic(e,r)))}(e,t,n,r):r()))}var fc=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=n.overwrite||n.clobber||!1;ac.checkPaths(e,t,"move",((n,o)=>{if(n)return r(n);const{srcStat:i}=o;ac.checkParentPaths(e,i,t,"move",(n=>{if(n)return r(n);sc(uc.dirname(t),(n=>n?r(n):function(e,t,n,r){if(n)return ic(t,(u=>u?r(u):lc(e,t,n,r)));cc(t,((u,o)=>u?r(u):o?r(new Error("dest already exists.")):lc(e,t,n,r)))}(e,t,u,r)))}))}))};var dc={move:(0,yo.fromCallback)(fc)};const Dc=yo.fromCallback,pc=we,Ec=p.default,mc=Io,hc=fi.pathExists;var yc={outputFile:Dc((function(e,t,n,r){"function"==typeof n&&(r=n,n="utf8");const u=Ec.dirname(e);hc(u,((o,i)=>o?r(o):i?pc.writeFile(e,t,n,r):void mc.mkdirs(u,(u=>{if(u)return r(u);pc.writeFile(e,t,n,r)}))))})),outputFileSync:function(e,...t){const n=Ec.dirname(e);if(pc.existsSync(n))return pc.writeFileSync(e,...t);mc.mkdirsSync(n),pc.writeFileSync(e,...t)}};!function(e){e.exports=Object.assign({},ho,ci,bi,Yi,bs,zs,Io,nc,dc,yc,fi,Ji);const t=D.default;Object.getOwnPropertyDescriptor(t,"promises")&&Object.defineProperty(e.exports,"promises",{get:()=>t.promises})}(mo);const Cc=Nr.exports("streamroller:fileNameFormatter"),Fc=p.default;const gc=Nr.exports("streamroller:fileNameParser"),Ac=nu.exports;const vc=Nr.exports("streamroller:moveAndMaybeCompressFile"),Sc=mo.exports,wc=v.default;var Oc=async(e,t,n)=>{if(n=function(e){const t={mode:parseInt("0600",8),compress:!1},n=Object.assign({},t,e);return vc(`_parseOption: moveAndMaybeCompressFile called with option=${JSON.stringify(n)}`),n}(n),e!==t){if(await Sc.pathExists(e))if(vc(`moveAndMaybeCompressFile: moving file from ${e} to ${t} ${n.compress?"with":"without"} compress`),n.compress)await new Promise(((r,u)=>{let o=!1;const i=Sc.createWriteStream(t,{mode:n.mode,flags:"wx"}).on("open",(()=>{o=!0;const t=Sc.createReadStream(e).on("open",(()=>{t.pipe(wc.createGzip()).pipe(i)})).on("error",(t=>{vc(`moveAndMaybeCompressFile: error reading ${e}`,t),i.destroy(t)}))})).on("finish",(()=>{vc(`moveAndMaybeCompressFile: finished compressing ${t}, deleting ${e}`),Sc.unlink(e).then(r).catch((t=>{vc(`moveAndMaybeCompressFile: error deleting ${e}, truncating instead`,t),Sc.truncate(e).then(r).catch((t=>{vc(`moveAndMaybeCompressFile: error truncating ${e}`,t),u(t)}))}))})).on("error",(e=>{o?(vc(`moveAndMaybeCompressFile: error writing ${t}, deleting`,e),Sc.unlink(t).then((()=>{u(e)})).catch((e=>{vc(`moveAndMaybeCompressFile: error deleting ${t}`,e),u(e)}))):(vc(`moveAndMaybeCompressFile: error creating ${t}`,e),u(e))}))})).catch((()=>{}));else{vc(`moveAndMaybeCompressFile: renaming ${e} to ${t}`);try{await Sc.move(e,t,{overwrite:!0})}catch(n){if(vc(`moveAndMaybeCompressFile: error renaming ${e} to ${t}`,n),"ENOENT"!==n.code){vc("moveAndMaybeCompressFile: trying copy+truncate instead");try{await Sc.copy(e,t,{overwrite:!0}),await Sc.truncate(e)}catch(e){vc("moveAndMaybeCompressFile: error copy+truncate",e)}}}}}else vc("moveAndMaybeCompressFile: source and target are the same, not doing anything")};const bc=Nr.exports("streamroller:RollingFileWriteStream"),_c=mo.exports,Bc=p.default,Pc=E.default,kc=()=>new Date,xc=nu.exports,{Writable:Nc}=C.default,Ic=({file:e,keepFileExt:t,needsIndex:n,alwaysIncludeDate:r,compress:u,fileNameSep:o})=>{let i=o||".";const s=Fc.join(e.dir,e.name),c=t=>t+e.ext,a=(e,t,r)=>!n&&r||!t?e:e+i+t,l=(e,t,n)=>(t>0||r)&&n?e+i+n:e,f=(e,t)=>t&&u?e+".gz":e,d=t?[l,a,c,f]:[c,l,a,f];return({date:e,index:t})=>(Cc(`_formatFileName: date=${e}, index=${t}`),d.reduce(((n,r)=>r(n,t,e)),s))},Tc=({file:e,keepFileExt:t,pattern:n,fileNameSep:r})=>{let u=r||".";const o="__NOT_MATCHING__";let i=[(e,t)=>e.endsWith(".gz")?(gc("it is gzipped"),t.isCompressed=!0,e.slice(0,-1*".gz".length)):e,t?t=>t.startsWith(e.name)&&t.endsWith(e.ext)?(gc("it starts and ends with the right things"),t.slice(e.name.length+1,-1*e.ext.length)):o:t=>t.startsWith(e.base)?(gc("it starts with the right things"),t.slice(e.base.length+1)):o,n?(e,t)=>{const r=e.split(u);let o=r[r.length-1];gc("items: ",r,", indexStr: ",o);let i=e;void 0!==o&&o.match(/^\d+$/)?(i=e.slice(0,-1*(o.length+1)),gc(`dateStr is ${i}`),n&&!i&&(i=o,o="0")):o="0";try{const r=Ac.parse(n,i,new Date(0,0));return Ac.asString(n,r)!==i?e:(t.index=parseInt(o,10),t.date=i,t.timestamp=r.getTime(),"")}catch(t){return gc(`Problem parsing ${i} as ${n}, error was: `,t),e}}:(e,t)=>e.match(/^\d+$/)?(gc("it has an index"),t.index=parseInt(e,10),""):e];return e=>{let t={filename:e,index:0,isCompressed:!1};return i.reduce(((e,n)=>n(e,t)),e)?null:t}},Rc=Oc;var Mc=class extends Nc{constructor(e,t){if(bc(`constructor: creating RollingFileWriteStream. path=${e}`),"string"!=typeof e||0===e.length)throw new Error(`Invalid filename: ${e}`);if(e.endsWith(Bc.sep))throw new Error(`Filename is a directory: ${e}`);0===e.indexOf(`~${Bc.sep}`)&&(e=e.replace("~",Pc.homedir())),super(t),this.options=this._parseOption(t),this.fileObject=Bc.parse(e),""===this.fileObject.dir&&(this.fileObject=Bc.parse(Bc.join(process.cwd(),e))),this.fileFormatter=Ic({file:this.fileObject,alwaysIncludeDate:this.options.alwaysIncludePattern,needsIndex:this.options.maxSize 0`)}else delete n.maxSize;if(n.numBackups||0===n.numBackups){if(n.numBackups<0)throw new Error(`options.numBackups (${n.numBackups}) should be >= 0`);if(n.numBackups>=Number.MAX_SAFE_INTEGER)throw new Error(`options.numBackups (${n.numBackups}) should be < Number.MAX_SAFE_INTEGER`);n.numToKeep=n.numBackups+1}else if(n.numToKeep<=0)throw new Error(`options.numToKeep (${n.numToKeep}) should be > 0`);return bc(`_parseOption: creating stream with option=${JSON.stringify(n)}`),n}_final(e){this.currentFileStream.end("",this.options.encoding,e)}_write(e,t,n){this._shouldRoll().then((()=>{bc(`_write: writing chunk. file=${this.currentFileStream.path} state=${JSON.stringify(this.state)} chunk=${e}`),this.currentFileStream.write(e,t,(t=>{this.state.currentSize+=e.length,n(t)}))}))}async _shouldRoll(){(this._dateChanged()||this._tooBig())&&(bc(`_shouldRoll: rolling because dateChanged? ${this._dateChanged()} or tooBig? ${this._tooBig()}`),await this._roll())}_dateChanged(){return this.state.currentDate&&this.state.currentDate!==xc(this.options.pattern,kc())}_tooBig(){return this.state.currentSize>=this.options.maxSize}_roll(){return bc("_roll: closing the current stream"),new Promise(((e,t)=>{this.currentFileStream.end("",this.options.encoding,(()=>{this._moveOldFiles().then(e).catch(t)}))}))}async _moveOldFiles(){const e=await this._getExistingFiles();for(let t=(this.state.currentDate?e.filter((e=>e.date===this.state.currentDate)):e).length;t>=0;t--){bc(`_moveOldFiles: i = ${t}`);const e=this.fileFormatter({date:this.state.currentDate,index:t}),n=this.fileFormatter({date:this.state.currentDate,index:t+1}),r={compress:this.options.compress&&0===t,mode:this.options.mode};await Rc(e,n,r)}this.state.currentSize=0,this.state.currentDate=this.state.currentDate?xc(this.options.pattern,kc()):null,bc(`_moveOldFiles: finished rolling files. state=${JSON.stringify(this.state)}`),this._renewWriteStream(),await new Promise(((e,t)=>{this.currentFileStream.write("","utf8",(()=>{this._clean().then(e).catch(t)}))}))}async _getExistingFiles(){const e=await _c.readdir(this.fileObject.dir).catch((()=>[]));bc(`_getExistingFiles: files=${e}`);const t=e.map((e=>this.fileNameParser(e))).filter((e=>e)),n=e=>(e.timestamp?e.timestamp:kc().getTime())-e.index;return t.sort(((e,t)=>n(e)-n(t))),t}_renewWriteStream(){const e=this.fileFormatter({date:this.state.currentDate,index:0}),t=e=>{try{return _c.mkdirSync(e,{recursive:!0})}catch(n){if("ENOENT"===n.code)return t(Bc.dirname(e)),t(e);if("EEXIST"!==n.code&&"EROFS"!==n.code)throw n;try{if(_c.statSync(e).isDirectory())return e;throw n}catch(e){throw n}}};t(this.fileObject.dir);const n={flags:this.options.flags,encoding:this.options.encoding,mode:this.options.mode};var r,u;_c.appendFileSync(e,"",(r={...n},u="flags",r["flag"]=r[u],delete r[u],r)),this.currentFileStream=_c.createWriteStream(e,n),this.currentFileStream.on("error",(e=>{this.emit("error",e)}))}async _clean(){const e=await this._getExistingFiles();if(bc(`_clean: numToKeep = ${this.options.numToKeep}, existingFiles = ${e.length}`),bc("_clean: existing files are: ",e),this._tooManyFiles(e.length)){const n=e.slice(0,e.length-this.options.numToKeep).map((e=>Bc.format({dir:this.fileObject.dir,base:e.filename})));await(t=n,bc(`deleteFiles: files to delete: ${t}`),Promise.all(t.map((e=>_c.unlink(e).catch((t=>{bc(`deleteFiles: error when unlinking ${e}, ignoring. Error was ${t}`)}))))))}var t}_tooManyFiles(e){return this.options.numToKeep>0&&e>this.options.numToKeep}};const Lc=Mc;var jc=class extends Lc{constructor(e,t,n,r){r||(r={}),t&&(r.maxSize=t),r.numBackups||0===r.numBackups||(n||0===n||(n=1),r.numBackups=n),super(e,r),this.backups=r.numBackups,this.size=this.options.maxSize}get theStream(){return this.currentFileStream}};const $c=Mc;var Hc={RollingFileWriteStream:Mc,RollingFileStream:jc,DateRollingFileStream:class extends $c{constructor(e,t,n){t&&"object"==typeof t&&(n=t,t=null),n||(n={}),t||(t="yyyy-MM-dd"),n.pattern=t,n.numBackups||0===n.numBackups?n.daysToKeep=n.numBackups:(n.daysToKeep||0===n.daysToKeep?process.emitWarning("options.daysToKeep is deprecated due to the confusion it causes when used together with file size rolling. Please use options.numBackups instead.","DeprecationWarning","streamroller-DEP0001"):n.daysToKeep=1,n.numBackups=n.daysToKeep),super(e,n),this.mode=this.options.mode}get theStream(){return this.currentFileStream}}};const Jc=Nr.exports("log4js:file"),Gc=p.default,Vc=Hc,Uc=E.default.EOL;let Wc=!1;const zc=new Set;function Kc(){zc.forEach((e=>{e.sighupHandler()}))}function qc(e,t,n,r){const u=new Vc.RollingFileStream(e,t,n,r);return u.on("error",(t=>{console.error("log4js.fileAppender - Writing to file %s, error happened ",e,t)})),u.on("drain",(()=>{process.emit("log4js:pause",!1)})),u}Eo.configure=function(e,t){let n=t.basicLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),e.mode=e.mode||384,function(e,t,n,r,u,o){e=Gc.normalize(e),Jc("Creating file appender (",e,", ",n,", ",r=r||0===r?r:5,", ",u,", ",o,")");let i=qc(e,n,r,u);const s=function(e){if(i.writable){if(!0===u.removeColor){const t=/\x1b[[0-9;]*m/g;e.data=e.data.map((e=>"string"==typeof e?e.replace(t,""):e))}i.write(t(e,o)+Uc,"utf8")||process.emit("log4js:pause",!0)}};return s.reopen=function(){i.end((()=>{i=qc(e,n,r,u)}))},s.sighupHandler=function(){Jc("SIGHUP handler called."),s.reopen()},s.shutdown=function(e){zc.delete(s),0===zc.size&&Wc&&(process.removeListener("SIGHUP",Kc),Wc=!1),i.end("","utf-8",e)},zc.add(s),Wc||(process.on("SIGHUP",Kc),Wc=!0),s}(e.filename,n,e.maxLogSize,e.backups,e,e.timezoneOffset)};var Yc={};const Xc=Hc,Zc=E.default.EOL;function Qc(e,t,n,r,u){r.maxSize=r.maxLogSize;const o=function(e,t,n){const r=new Xc.DateRollingFileStream(e,t,n);return r.on("error",(t=>{console.error("log4js.dateFileAppender - Writing to file %s, error happened ",e,t)})),r.on("drain",(()=>{process.emit("log4js:pause",!1)})),r}(e,t,r),i=function(e){o.writable&&(o.write(n(e,u)+Zc,"utf8")||process.emit("log4js:pause",!0))};return i.shutdown=function(e){o.end("","utf-8",e)},i}Yc.configure=function(e,t){let n=t.basicLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),e.alwaysIncludePattern||(e.alwaysIncludePattern=!1),e.mode=e.mode||384,Qc(e.filename,e.pattern,n,e,e.timezoneOffset)};var ea={};const ta=Nr.exports("log4js:fileSync"),na=p.default,ra=D.default,ua=E.default.EOL||"\n";function oa(e,t){if(ra.existsSync(e))return;const n=ra.openSync(e,t.flags,t.mode);ra.closeSync(n)}class ia{constructor(e,t,n,r){ta("In RollingFileStream"),function(){if(!e||!t||t<=0)throw new Error("You must specify a filename and file size")}(),this.filename=e,this.size=t,this.backups=n,this.options=r,this.currentSize=0,this.currentSize=function(e){let t=0;try{t=ra.statSync(e).size}catch(t){oa(e,r)}return t}(this.filename)}shouldRoll(){return ta("should roll with current size %d, and max size %d",this.currentSize,this.size),this.currentSize>=this.size}roll(e){const t=this,n=new RegExp(`^${na.basename(e)}`);function r(e){return n.test(e)}function u(t){return parseInt(t.substring(`${na.basename(e)}.`.length),10)||0}function o(e,t){return u(e)>u(t)?1:u(e) ${e}.${r+1}`),ra.renameSync(na.join(na.dirname(e),n),`${e}.${r+1}`)}}ta("Rolling, rolling, rolling"),ta("Renaming the old files"),ra.readdirSync(na.dirname(e)).filter(r).sort(o).reverse().forEach(i)}write(e,t){const n=this;ta("in write"),this.shouldRoll()&&(this.currentSize=0,this.roll(this.filename)),ta("writing the chunk to the file"),n.currentSize+=e.length,ra.appendFileSync(n.filename,e)}}ea.configure=function(e,t){let n=t.basicLayout;e.layout&&(n=t.layout(e.layout.type,e.layout));const r={flags:e.flags||"a",encoding:e.encoding||"utf8",mode:e.mode||384};return function(e,t,n,r,u,o){ta("fileSync appender created");const i=function(e,t,n){let r;var u;return t?r=new ia(e,t,n,o):(oa(u=e,o),r={write(e){ra.appendFileSync(u,e)}}),r}(e=na.normalize(e),n,r=r||0===r?r:5);return e=>{i.write(t(e,u)+ua)}}(e.filename,n,e.maxLogSize,e.backups,e.timezoneOffset,r)};var sa={};const ca=Nr.exports("log4js:tcp"),aa=S.default;sa.configure=function(e,t){ca(`configure with config = ${e}`);let n=function(e){return e.serialise()};return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){let n=!1;const r=[];let u,o=3,i="__LOG4JS__";function s(e){ca("Writing log event to socket"),n=u.write(`${t(e)}${i}`,"utf8")}function c(){let e;for(ca("emptying buffer");e=r.shift();)s(e)}function a(e){n?s(e):(ca("buffering log event because it cannot write at the moment"),r.push(e))}return function t(){ca(`appender creating socket to ${e.host||"localhost"}:${e.port||5e3}`),i=`${e.endMsg||"__LOG4JS__"}`,u=aa.createConnection(e.port||5e3,e.host||"localhost"),u.on("connect",(()=>{ca("socket connected"),c(),n=!0})),u.on("drain",(()=>{ca("drain event received, emptying buffer"),n=!0,c()})),u.on("timeout",u.end.bind(u)),u.on("error",(e=>{ca("connection error",e),n=!1,c()})),u.on("close",t)}(),a.shutdown=function(e){ca("shutdown called"),r.length&&o?(ca("buffer has items, waiting 100ms to empty"),o-=1,setTimeout((()=>{a.shutdown(e)}),100)):(u.removeAllListeners("close"),u.end(e))},a}(e,n)};const la=p.default,fa=Nr.exports("log4js:appenders"),da=tu,Da=eo,pa=gu,Ea=hu,ma=to,ha=new Map;ha.set("console",oo),ha.set("stdout",so),ha.set("stderr",co),ha.set("logLevelFilter",ao),ha.set("categoryFilter",lo),ha.set("noLogFilter",Do),ha.set("file",Eo),ha.set("dateFile",Yc),ha.set("fileSync",ea),ha.set("tcp",sa);const ya=new Map,Ca=(e,t)=>{fa("Loading module from ",e);try{return require(e)}catch(n){return void da.throwExceptionIf(t,"MODULE_NOT_FOUND"!==n.code,`appender "${e}" could not be loaded (error was: ${n})`)}},Fa=new Set,ga=(e,t)=>{if(ya.has(e))return ya.get(e);if(!t.appenders[e])return!1;if(Fa.has(e))throw new Error(`Dependency loop detected for appender ${e}.`);Fa.add(e),fa(`Creating appender ${e}`);const n=Aa(e,t);return Fa.delete(e),ya.set(e,n),n},Aa=(e,t)=>{const n=t.appenders[e],r=n.type.configure?n.type:((e,t)=>ha.get(e)||Ca(`./${e}`,t)||Ca(e,t)||require.main&&Ca(la.join(la.dirname(require.main.filename),e),t)||Ca(la.join(process.cwd(),e),t))(n.type,t);return da.throwExceptionIf(t,da.not(r),`appender "${e}" is not valid (type "${n.type}" could not be found)`),r.appender&&fa(`DEPRECATION: Appender ${n.type} exports an appender function.`),r.shutdown&&fa(`DEPRECATION: Appender ${n.type} exports a shutdown function.`),fa(`${e}: clustering.isMaster ? ${Da.isMaster()}`),fa(`${e}: appenderModule is ${F.default.inspect(r)}`),Da.onlyOnMaster((()=>(fa(`calling appenderModule.configure for ${e} / ${n.type}`),r.configure(ma.modifyConfig(n),Ea,(e=>ga(e,t)),pa))),(()=>{}))},va=e=>{ya.clear(),Fa.clear();const t=[];Object.values(e.categories).forEach((e=>{t.push(...e.appenders)})),Object.keys(e.appenders).forEach((n=>{(t.includes(n)||"tcp-server"===e.appenders[n].type)&&ga(n,e)}))},Sa=()=>{va({appenders:{out:{type:"stdout"}},categories:{default:{appenders:["out"],level:"trace"}}})};Sa(),da.addListener((e=>{da.throwExceptionIf(e,da.not(da.anObject(e.appenders)),'must have a property "appenders" of type object.');const t=Object.keys(e.appenders);da.throwExceptionIf(e,da.not(t.length),"must define at least one appender."),t.forEach((t=>{da.throwExceptionIf(e,da.not(e.appenders[t].type),`appender "${t}" is not valid (must be an object with property "type")`)}))})),da.addListener(va),Au.exports=ya,Au.exports.init=Sa;var wa={exports:{}};!function(e){const t=Nr.exports("log4js:categories"),n=tu,r=gu,u=Au.exports,o=new Map;function i(e,t,n){if(!1===t.inherit)return;const r=n.lastIndexOf(".");if(r<0)return;const u=n.substring(0,r);let o=e.categories[u];o||(o={inherit:!0,appenders:[]}),i(e,o,u),!e.categories[u]&&o.appenders&&o.appenders.length&&o.level&&(e.categories[u]=o),t.appenders=t.appenders||[],t.level=t.level||o.level,o.appenders.forEach((e=>{t.appenders.includes(e)||t.appenders.push(e)})),t.parent=o}function s(e){if(!e.categories)return;Object.keys(e.categories).forEach((t=>{const n=e.categories[t];i(e,n,t)}))}n.addPreProcessingListener((e=>s(e))),n.addListener((e=>{n.throwExceptionIf(e,n.not(n.anObject(e.categories)),'must have a property "categories" of type object.');const t=Object.keys(e.categories);n.throwExceptionIf(e,n.not(t.length),"must define at least one category."),t.forEach((t=>{const o=e.categories[t];n.throwExceptionIf(e,[n.not(o.appenders),n.not(o.level)],`category "${t}" is not valid (must be an object with properties "appenders" and "level")`),n.throwExceptionIf(e,n.not(Array.isArray(o.appenders)),`category "${t}" is not valid (appenders must be an array of appender names)`),n.throwExceptionIf(e,n.not(o.appenders.length),`category "${t}" is not valid (appenders must contain at least one appender name)`),Object.prototype.hasOwnProperty.call(o,"enableCallStack")&&n.throwExceptionIf(e,"boolean"!=typeof o.enableCallStack,`category "${t}" is not valid (enableCallStack must be boolean type)`),o.appenders.forEach((r=>{n.throwExceptionIf(e,n.not(u.get(r)),`category "${t}" is not valid (appender "${r}" is not defined)`)})),n.throwExceptionIf(e,n.not(r.getLevel(o.level)),`category "${t}" is not valid (level "${o.level}" not recognised; valid levels are ${r.levels.join(", ")})`)})),n.throwExceptionIf(e,n.not(e.categories.default),'must define a "default" category.')}));const c=e=>{o.clear();Object.keys(e.categories).forEach((n=>{const i=e.categories[n],s=[];i.appenders.forEach((e=>{s.push(u.get(e)),t(`Creating category ${n}`),o.set(n,{appenders:s,level:r.getLevel(i.level),enableCallStack:i.enableCallStack||!1})}))}))},a=()=>{c({categories:{default:{appenders:["out"],level:"OFF"}}})};a(),n.addListener(c);const l=e=>(t(`configForCategory: searching for config for ${e}`),o.has(e)?(t(`configForCategory: ${e} exists in config, returning it`),o.get(e)):e.indexOf(".")>0?(t(`configForCategory: ${e} has hierarchy, searching for parents`),l(e.substring(0,e.lastIndexOf(".")))):(t("configForCategory: returning config for default category"),l("default")));e.exports=o,e.exports=Object.assign(e.exports,{appendersForCategory:e=>l(e).appenders,getLevelForCategory:e=>l(e).level,setLevelForCategory:(e,n)=>{let r=o.get(e);if(t(`setLevelForCategory: found ${r} for ${e}`),!r){const n=l(e);t(`setLevelForCategory: no config found for category, found ${n} for parents of ${e}`),r={appenders:n.appenders}}r.level=n,o.set(e,r)},getEnableCallStackForCategory:e=>!0===l(e).enableCallStack,setEnableCallStackForCategory:(e,t)=>{l(e).enableCallStack=t},init:a})}(wa);const Oa=Nr.exports("log4js:logger"),ba=Hu,_a=gu,Ba=eo,Pa=wa.exports,ka=tu,xa=/at (?:(.+)\s+\()?(?:(.+?):(\d+)(?::(\d+))?|([^)]+))\)?/;function Na(e,t=4){const n=e.stack.split("\n").slice(t),r=xa.exec(n[0]);return r&&6===r.length?{functionName:r[1],fileName:r[2],lineNumber:parseInt(r[3],10),columnNumber:parseInt(r[4],10),callStack:n.join("\n")}:null}class Ia{constructor(e){if(!e)throw new Error("No category provided.");this.category=e,this.context={},this.parseCallStack=Na,Oa(`Logger created (${this.category}, ${this.level})`)}get level(){return _a.getLevel(Pa.getLevelForCategory(this.category),_a.TRACE)}set level(e){Pa.setLevelForCategory(this.category,_a.getLevel(e,this.level))}get useCallStack(){return Pa.getEnableCallStackForCategory(this.category)}set useCallStack(e){Pa.setEnableCallStackForCategory(this.category,!0===e)}log(e,...t){let n=_a.getLevel(e);n||(this._log(_a.WARN,"log4js:logger.log: invalid value for log-level as first parameter given: ",e),n=_a.INFO),this.isLevelEnabled(n)&&this._log(n,t)}isLevelEnabled(e){return this.level.isLessThanOrEqualTo(e)}_log(e,t){Oa(`sending log data (${e}) to appenders`);const n=new ba(this.category,e,t,this.context,this.useCallStack&&this.parseCallStack(new Error));Ba.send(n)}addContext(e,t){this.context[e]=t}removeContext(e){delete this.context[e]}clearContext(){this.context={}}setParseCallStackFunction(e){this.parseCallStack=e}}function Ta(e){const t=_a.getLevel(e),n=t.toString().toLowerCase().replace(/_([a-z])/g,(e=>e[1].toUpperCase())),r=n[0].toUpperCase()+n.slice(1);Ia.prototype[`is${r}Enabled`]=function(){return this.isLevelEnabled(t)},Ia.prototype[n]=function(...e){this.log(t,...e)}}_a.levels.forEach(Ta),ka.addListener((()=>{_a.levels.forEach(Ta)}));var Ra=Ia;const Ma=gu;function La(e){return e.originalUrl||e.url}function ja(e,t){for(let n=0;ne.source?e.source:e));t=new RegExp(n.join("|"))}return t}(t.nolog);return(e,i,s)=>{if(e._logging)return s();if(o&&o.test(e.originalUrl))return s();if(n.isLevelEnabled(r)||"auto"===t.level){const o=new Date,{writeHead:s}=i;e._logging=!0,i.writeHead=(e,t)=>{i.writeHead=s,i.writeHead(e,t),i.__statusCode=e,i.__headers=t||{}},i.on("finish",(()=>{i.responseTime=new Date-o,i.statusCode&&"auto"===t.level&&(r=Ma.INFO,i.statusCode>=300&&(r=Ma.WARN),i.statusCode>=400&&(r=Ma.ERROR)),r=function(e,t,n){let r=t;if(n){const t=n.find((t=>{let n=!1;return n=t.from&&t.to?e>=t.from&&e<=t.to:-1!==t.codes.indexOf(e),n}));t&&(r=Ma.getLevel(t.level,r))}return r}(i.statusCode,r,t.statusRules);const s=function(e,t,n){const r=[];return r.push({token:":url",replacement:La(e)}),r.push({token:":protocol",replacement:e.protocol}),r.push({token:":hostname",replacement:e.hostname}),r.push({token:":method",replacement:e.method}),r.push({token:":status",replacement:t.__statusCode||t.statusCode}),r.push({token:":response-time",replacement:t.responseTime}),r.push({token:":date",replacement:(new Date).toUTCString()}),r.push({token:":referrer",replacement:e.headers.referer||e.headers.referrer||""}),r.push({token:":http-version",replacement:`${e.httpVersionMajor}.${e.httpVersionMinor}`}),r.push({token:":remote-addr",replacement:e.headers["x-forwarded-for"]||e.ip||e._remoteAddress||e.socket&&(e.socket.remoteAddress||e.socket.socket&&e.socket.socket.remoteAddress)}),r.push({token:":user-agent",replacement:e.headers["user-agent"]}),r.push({token:":content-length",replacement:t.getHeader("content-length")||t.__headers&&t.__headers["Content-Length"]||"-"}),r.push({token:/:req\[([^\]]+)]/g,replacement:(t,n)=>e.headers[n.toLowerCase()]}),r.push({token:/:res\[([^\]]+)]/g,replacement:(e,n)=>t.getHeader(n.toLowerCase())||t.__headers&&t.__headers[n]}),(e=>{const t=e.concat();for(let e=0;eja(e,s)));t&&n.log(r,t)}else n.log(r,ja(u,s));t.context&&n.removeContext("res")}))}return s()}},nl=Va;let rl=!1;function ul(e){if(!rl)return;Ua("Received log event ",e);Za.appendersForCategory(e.categoryName).forEach((t=>{t(e)}))}function ol(e){rl&&il();let t=e;return"string"==typeof t&&(t=function(e){Ua(`Loading configuration from ${e}`);try{return JSON.parse(Wa.readFileSync(e,"utf8"))}catch(t){throw new Error(`Problem reading config from file "${e}". Error was ${t.message}`,t)}}(e)),Ua(`Configuration is ${t}`),Ka.configure(za(t)),el.onMessage(ul),rl=!0,sl}function il(e){Ua("Shutdown called. Disabling all log writing."),rl=!1;const t=Array.from(Xa.values());Xa.init(),Za.init();const n=t.reduceRight(((e,t)=>t.shutdown?e+1:e),0);if(0===n)return Ua("No appenders with shutdown functions found."),void 0!==e&&e();let r,u=0;function o(t){r=r||t,u+=1,Ua(`Appender shutdowns complete: ${u} / ${n}`),u>=n&&(Ua("All shutdown functions completed."),e&&e(r))}return Ua(`Found ${n} appenders with shutdown functions.`),t.filter((e=>e.shutdown)).forEach((e=>e.shutdown(o))),null}const sl={getLogger:function(e){return rl||ol(process.env.LOG4JS_CONFIG||{appenders:{out:{type:"stdout"}},categories:{default:{appenders:["out"],level:"OFF"}}}),new Qa(e||"default")},configure:ol,shutdown:il,connectLogger:tl,levels:Ya,addLayout:qa.addLayout,recording:function(){return nl}};var cl=sl,al={};Object.defineProperty(al,"__esModule",{value:!0}),al.levelMap=al.getLevel=al.setCategoriesLevel=al.getConfiguration=al.setConfiguration=void 0;const ll=cl;let fl={appenders:{debug:{type:"stdout",layout:{type:"pattern",pattern:"[%d] > hvigor %p %c %[%m%]"}},info:{type:"stdout",layout:{type:"pattern",pattern:"[%d] > hvigor %[%m%]"}},"no-pattern-info":{type:"stdout",layout:{type:"pattern",pattern:"%m"}},wrong:{type:"stderr",layout:{type:"pattern",pattern:"[%d] > hvigor %[%p: %m%]"}},"just-debug":{type:"logLevelFilter",appender:"debug",level:"debug",maxLevel:"debug"},"just-info":{type:"logLevelFilter",appender:"info",level:"info",maxLevel:"info"},"just-wrong":{type:"logLevelFilter",appender:"wrong",level:"warn",maxLevel:"error"}},categories:{default:{appenders:["just-debug","just-info","just-wrong"],level:"debug"},"no-pattern-info":{appenders:["no-pattern-info"],level:"info"}}};al.setConfiguration=e=>{fl=e};al.getConfiguration=()=>fl;let dl=ll.levels.DEBUG;al.setCategoriesLevel=(e,t)=>{dl=e;const n=fl.categories;for(const r in n)(null==t?void 0:t.includes(r))||Object.prototype.hasOwnProperty.call(n,r)&&(n[r].level=e.levelStr)};al.getLevel=()=>dl,al.levelMap=new Map([["ALL",ll.levels.ALL],["MARK",ll.levels.MARK],["TRACE",ll.levels.TRACE],["DEBUG",ll.levels.DEBUG],["INFO",ll.levels.INFO],["WARN",ll.levels.WARN],["ERROR",ll.levels.ERROR],["FATAL",ll.levels.FATAL],["OFF",ll.levels.OFF]]);var Dl=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),pl=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),El=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&Dl(t,e,n);return pl(t,e),t};Object.defineProperty(xr,"__esModule",{value:!0}),xr.evaluateLogLevel=xr.HvigorLogger=void 0;const ml=El(cl),hl=cl,yl=El(F.default),Cl=al;class Fl{constructor(e){ml.configure((0,Cl.getConfiguration)()),this._logger=ml.getLogger(e),this._logger.level=(0,Cl.getLevel)()}static getLogger(e){return new Fl(e)}log(e,...t){this._logger.log(e,...t)}debug(e,...t){this._logger.debug(e,...t)}info(e,...t){this._logger.info(e,...t)}warn(e,...t){void 0!==e&&""!==e&&this._logger.warn(e,...t)}error(e,...t){this._logger.error(e,...t)}_printTaskExecuteInfo(e,t){this.info(`Finished :${e}... after ${t}`)}_printFailedTaskInfo(e){this.error(`Failed :${e}... `)}_printDisabledTaskInfo(e){this.info(`Disabled :${e}... `)}_printUpToDateTaskInfo(e){this.info(`UP-TO-DATE :${e}... `)}errorMessageExit(e,...t){throw new Error(yl.format(e,...t))}errorExit(e,t,...n){t&&this._logger.error(t,n),this._logger.error(e.stack)}setLevel(e,t){(0,Cl.setCategoriesLevel)(e,t),ml.shutdown(),ml.configure((0,Cl.getConfiguration)())}getLevel(){return this._logger.level}configure(e){const t=(0,Cl.getConfiguration)(),n={appenders:{...t.appenders,...e.appenders},categories:{...t.categories,...e.categories}};(0,Cl.setConfiguration)(n),ml.shutdown(),ml.configure(n)}}xr.HvigorLogger=Fl,xr.evaluateLogLevel=function(e,t){t.debug?e.setLevel(hl.levels.DEBUG):t.warn?e.setLevel(hl.levels.WARN):t.error?e.setLevel(hl.levels.ERROR):e.setLevel(hl.levels.INFO)};var gl=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(X,"__esModule",{value:!0}),X.parseJsonText=X.parseJsonFile=void 0;const Al=Z,vl=gl(kr),Sl=gl(p.default),wl=gl(E.default),Ol=xr.HvigorLogger.getLogger("parse-json-util");var bl;!function(e){e[e.Char=0]="Char",e[e.EOF=1]="EOF",e[e.Identifier=2]="Identifier"}(bl||(bl={}));let _l,Bl,Pl,kl,xl,Nl,Il="start",Tl=[],Rl=0,Ml=1,Ll=0,jl=!1,$l="default",Hl="'",Jl=1;function Gl(e,t=!1){Bl=String(e),Il="start",Tl=[],Rl=0,Ml=1,Ll=0,kl=void 0,jl=t;do{_l=Vl(),Xl[Il]()}while("eof"!==_l.type);return kl}function Vl(){for($l="default",xl="",Hl="'",Jl=1;;){Nl=Ul();const e=zl[$l]();if(e)return e}}function Ul(){if(Bl[Rl])return String.fromCodePoint(Bl.codePointAt(Rl))}function Wl(){const e=Ul();return"\n"===e?(Ml++,Ll=0):e?Ll+=e.length:Ll++,e&&(Rl+=e.length),e}X.parseJsonFile=function(e,t=!1,n="utf-8"){const r=vl.default.readFileSync(Sl.default.resolve(e),{encoding:n});try{return Gl(r,t)}catch(t){if(t instanceof SyntaxError){const n=t.message.split("at");2===n.length&&Ol.errorMessageExit(`${n[0].trim()}${wl.default.EOL}\t at ${e}:${n[1].trim()}`)}Ol.errorMessageExit(`${e} is not in valid JSON/JSON5 format.`)}},X.parseJsonText=Gl;const zl={default(){switch(Nl){case"/":return Wl(),void($l="comment");case void 0:return Wl(),Kl("eof")}if(!Al.JudgeUtil.isIgnoreChar(Nl)&&!Al.JudgeUtil.isSpaceSeparator(Nl))return zl[Il]();Wl()},start(){$l="value"},beforePropertyName(){switch(Nl){case"$":case"_":return xl=Wl(),void($l="identifierName");case"\\":return Wl(),void($l="identifierNameStartEscape");case"}":return Kl("punctuator",Wl());case'"':case"'":return Hl=Nl,Wl(),void($l="string")}if(Al.JudgeUtil.isIdStartChar(Nl))return xl+=Wl(),void($l="identifierName");throw tf(bl.Char,Wl())},afterPropertyName(){if(":"===Nl)return Kl("punctuator",Wl());throw tf(bl.Char,Wl())},beforePropertyValue(){$l="value"},afterPropertyValue(){switch(Nl){case",":case"}":return Kl("punctuator",Wl())}throw tf(bl.Char,Wl())},beforeArrayValue(){if("]"===Nl)return Kl("punctuator",Wl());$l="value"},afterArrayValue(){switch(Nl){case",":case"]":return Kl("punctuator",Wl())}throw tf(bl.Char,Wl())},end(){throw tf(bl.Char,Wl())},comment(){switch(Nl){case"*":return Wl(),void($l="multiLineComment");case"/":return Wl(),void($l="singleLineComment")}throw tf(bl.Char,Wl())},multiLineComment(){switch(Nl){case"*":return Wl(),void($l="multiLineCommentAsterisk");case void 0:throw tf(bl.Char,Wl())}Wl()},multiLineCommentAsterisk(){switch(Nl){case"*":return void Wl();case"/":return Wl(),void($l="default");case void 0:throw tf(bl.Char,Wl())}Wl(),$l="multiLineComment"},singleLineComment(){switch(Nl){case"\n":case"\r":case"\u2028":case"\u2029":return Wl(),void($l="default");case void 0:return Wl(),Kl("eof")}Wl()},value(){switch(Nl){case"{":case"[":return Kl("punctuator",Wl());case"n":return Wl(),ql("ull"),Kl("null",null);case"t":return Wl(),ql("rue"),Kl("boolean",!0);case"f":return Wl(),ql("alse"),Kl("boolean",!1);case"-":case"+":return"-"===Wl()&&(Jl=-1),void($l="numerical");case".":case"0":case"I":case"N":return void($l="numerical");case'"':case"'":return Hl=Nl,Wl(),xl="",void($l="string")}if(void 0===Nl||!Al.JudgeUtil.isDigitWithoutZero(Nl))throw tf(bl.Char,Wl());$l="numerical"},numerical(){switch(Nl){case".":return xl=Wl(),void($l="decimalPointLeading");case"0":return xl=Wl(),void($l="zero");case"I":return Wl(),ql("nfinity"),Kl("numeric",Jl*(1/0));case"N":return Wl(),ql("aN"),Kl("numeric",NaN)}if(void 0!==Nl&&Al.JudgeUtil.isDigitWithoutZero(Nl))return xl=Wl(),void($l="decimalInteger");throw tf(bl.Char,Wl())},zero(){switch(Nl){case".":case"e":case"E":return void($l="decimal");case"x":case"X":return xl+=Wl(),void($l="hexadecimal")}return Kl("numeric",0)},decimalInteger(){switch(Nl){case".":case"e":case"E":return void($l="decimal")}if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},decimal(){switch(Nl){case".":xl+=Wl(),$l="decimalFraction";break;case"e":case"E":xl+=Wl(),$l="decimalExponent"}},decimalPointLeading(){if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalFraction");throw tf(bl.Char,Wl())},decimalFraction(){switch(Nl){case"e":case"E":return xl+=Wl(),void($l="decimalExponent")}if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},decimalExponent(){switch(Nl){case"+":case"-":return xl+=Wl(),void($l="decimalExponentSign")}if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalExponentInteger");throw tf(bl.Char,Wl())},decimalExponentSign(){if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalExponentInteger");throw tf(bl.Char,Wl())},decimalExponentInteger(){if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},hexadecimal(){if(Al.JudgeUtil.isHexDigit(Nl))return xl+=Wl(),void($l="hexadecimalInteger");throw tf(bl.Char,Wl())},hexadecimalInteger(){if(!Al.JudgeUtil.isHexDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},identifierNameStartEscape(){if("u"!==Nl)throw tf(bl.Char,Wl());Wl();const e=Yl();switch(e){case"$":case"_":break;default:if(!Al.JudgeUtil.isIdStartChar(e))throw tf(bl.Identifier)}xl+=e,$l="identifierName"},identifierName(){switch(Nl){case"$":case"_":case"‌":case"‍":return void(xl+=Wl());case"\\":return Wl(),void($l="identifierNameEscape")}if(!Al.JudgeUtil.isIdContinueChar(Nl))return Kl("identifier",xl);xl+=Wl()},identifierNameEscape(){if("u"!==Nl)throw tf(bl.Char,Wl());Wl();const e=Yl();switch(e){case"$":case"_":case"‌":case"‍":break;default:if(!Al.JudgeUtil.isIdContinueChar(e))throw tf(bl.Identifier)}xl+=e,$l="identifierName"},string(){switch(Nl){case"\\":return Wl(),void(xl+=function(){const e=Ul(),t=function(){switch(Ul()){case"b":return Wl(),"\b";case"f":return Wl(),"\f";case"n":return Wl(),"\n";case"r":return Wl(),"\r";case"t":return Wl(),"\t";case"v":return Wl(),"\v"}return}();if(t)return t;switch(e){case"0":if(Wl(),Al.JudgeUtil.isDigit(Ul()))throw tf(bl.Char,Wl());return"\0";case"x":return Wl(),function(){let e="",t=Ul();if(!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());if(e+=Wl(),t=Ul(),!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());return e+=Wl(),String.fromCodePoint(parseInt(e,16))}();case"u":return Wl(),Yl();case"\n":case"\u2028":case"\u2029":return Wl(),"";case"\r":return Wl(),"\n"===Ul()&&Wl(),""}if(void 0===e||Al.JudgeUtil.isDigitWithoutZero(e))throw tf(bl.Char,Wl());return Wl()}());case'"':case"'":if(Nl===Hl){const e=Kl("string",xl);return Wl(),e}return void(xl+=Wl());case"\n":case"\r":case void 0:throw tf(bl.Char,Wl());case"\u2028":case"\u2029":!function(e){Ol.warn(`JSON5: '${ef(e)}' in strings is not valid ECMAScript; consider escaping.`)}(Nl)}xl+=Wl()}};function Kl(e,t){return{type:e,value:t,line:Ml,column:Ll}}function ql(e){for(const t of e){if(Ul()!==t)throw tf(bl.Char,Wl());Wl()}}function Yl(){let e="",t=4;for(;t-- >0;){const t=Ul();if(!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());e+=Wl()}return String.fromCodePoint(parseInt(e,16))}const Xl={start(){if("eof"===_l.type)throw tf(bl.EOF);Zl()},beforePropertyName(){switch(_l.type){case"identifier":case"string":return Pl=_l.value,void(Il="afterPropertyName");case"punctuator":return void Ql();case"eof":throw tf(bl.EOF)}},afterPropertyName(){if("eof"===_l.type)throw tf(bl.EOF);Il="beforePropertyValue"},beforePropertyValue(){if("eof"===_l.type)throw tf(bl.EOF);Zl()},afterPropertyValue(){if("eof"===_l.type)throw tf(bl.EOF);switch(_l.value){case",":return void(Il="beforePropertyName");case"}":Ql()}},beforeArrayValue(){if("eof"===_l.type)throw tf(bl.EOF);"punctuator"!==_l.type||"]"!==_l.value?Zl():Ql()},afterArrayValue(){if("eof"===_l.type)throw tf(bl.EOF);switch(_l.value){case",":return void(Il="beforeArrayValue");case"]":Ql()}},end(){}};function Zl(){const e=function(){let e;switch(_l.type){case"punctuator":switch(_l.value){case"{":e={};break;case"[":e=[]}break;case"null":case"boolean":case"numeric":case"string":e=_l.value}return e}();if(jl&&"object"==typeof e&&(e._line=Ml,e._column=Ll),void 0===kl)kl=e;else{const t=Tl[Tl.length-1];Array.isArray(t)?jl&&"object"!=typeof e?t.push({value:e,_line:Ml,_column:Ll}):t.push(e):t[Pl]=jl&&"object"!=typeof e?{value:e,_line:Ml,_column:Ll}:e}!function(e){if(e&&"object"==typeof e)Tl.push(e),Il=Array.isArray(e)?"beforeArrayValue":"beforePropertyName";else{const e=Tl[Tl.length-1];Il=e?Array.isArray(e)?"afterArrayValue":"afterPropertyValue":"end"}}(e)}function Ql(){Tl.pop();const e=Tl[Tl.length-1];Il=e?Array.isArray(e)?"afterArrayValue":"afterPropertyValue":"end"}function ef(e){const t={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r","\t":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"};if(t[e])return t[e];if(e<" "){const t=e.charCodeAt(0).toString(16);return`\\x${`00${t}`.substring(t.length)}`}return e}function tf(e,t){let n="";switch(e){case bl.Char:n=void 0===t?`JSON5: invalid end of input at ${Ml}:${Ll}`:`JSON5: invalid character '${ef(t)}' at ${Ml}:${Ll}`;break;case bl.EOF:n=`JSON5: invalid end of input at ${Ml}:${Ll}`;break;case bl.Identifier:Ll-=5,n=`JSON5: invalid identifier character at ${Ml}:${Ll}`}const r=new nf(n);return r.lineNumber=Ml,r.columnNumber=Ll,r}class nf extends SyntaxError{}var rf=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),uf=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),of=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&rf(t,e,n);return uf(t,e),t};Object.defineProperty(Y,"__esModule",{value:!0});var sf=Y.cleanWorkSpace=Ff=Y.executeInstallHvigor=yf=Y.isHvigorInstalled=mf=Y.isAllDependenciesInstalled=void 0;const cf=of(D.default),af=of(p.default),lf=b,ff=j,df=$,Df=X;let pf,Ef;var mf=Y.isAllDependenciesInstalled=function(){function e(e){const t=null==e?void 0:e.dependencies;return void 0===t?0:Object.getOwnPropertyNames(t).length}if(pf=gf(),Ef=Af(),e(pf)+1!==e(Ef))return!1;for(const e in null==pf?void 0:pf.dependencies)if(!(0,ff.hasNpmPackInPaths)(e,[lf.HVIGOR_PROJECT_DEPENDENCIES_HOME])||!hf(e,pf,Ef))return!1;return!0};function hf(e,t,n){return void 0!==n.dependencies&&(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,t.dependencies[e])===n.dependencies[e]}var yf=Y.isHvigorInstalled=function(){return pf=gf(),Ef=Af(),(0,ff.hasNpmPackInPaths)(lf.HVIGOR_ENGINE_PACKAGE_NAME,[lf.HVIGOR_PROJECT_DEPENDENCIES_HOME])&&(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,pf.hvigorVersion)===Ef.dependencies[lf.HVIGOR_ENGINE_PACKAGE_NAME]};const Cf={cwd:lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,stdio:["inherit","inherit","inherit"]};var Ff=Y.executeInstallHvigor=function(){(0,df.logInfoPrintConsole)("Hvigor installing...");const e={dependencies:{}};e.dependencies[lf.HVIGOR_ENGINE_PACKAGE_NAME]=(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,pf.hvigorVersion);try{cf.mkdirSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,{recursive:!0});const t=af.resolve(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,lf.DEFAULT_PACKAGE_JSON);cf.writeFileSync(t,JSON.stringify(e))}catch(e){(0,df.logErrorAndExit)(e)}!function(){const e=["config","set","store-dir",lf.HVIGOR_PNPM_STORE_PATH];(0,ff.executeCommand)(lf.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH,e,Cf)}(),(0,ff.executeCommand)(lf.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH,["install"],Cf)};function gf(){const e=af.resolve(lf.HVIGOR_PROJECT_WRAPPER_HOME,lf.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME);return cf.existsSync(e)||(0,df.logErrorAndExit)(`Error: Hvigor config file ${e} does not exist.`),(0,Df.parseJsonFile)(e)}function Af(){return cf.existsSync(lf.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH)?(0,Df.parseJsonFile)(lf.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH):{dependencies:{}}}sf=Y.cleanWorkSpace=function(){if((0,df.logInfoPrintConsole)("Hvigor cleaning..."),!cf.existsSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME))return;const e=cf.readdirSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME);if(e&&0!==e.length){cf.existsSync(lf.HVIGOR_BOOT_JS_FILE_PATH)&&(0,ff.executeCommand)(process.argv[0],[lf.HVIGOR_BOOT_JS_FILE_PATH,"--stop-daemon"],{});try{e.forEach((e=>{cf.rmSync(af.resolve(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,e),{recursive:!0})}))}catch(e){(0,df.logErrorAndExit)(`The hvigor build tool cannot be installed. Please manually clear the workspace directory and synchronize the project again.\n\n Workspace Path: ${lf.HVIGOR_PROJECT_DEPENDENCIES_HOME}.`)}}};var vf={},Sf=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),wf=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),Of=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&Sf(t,e,n);return wf(t,e),t};Object.defineProperty(vf,"__esModule",{value:!0});var bf=vf.executeBuild=void 0;const _f=b,Bf=Of(D.default),Pf=Of(p.default),kf=$;bf=vf.executeBuild=function(){const e=Pf.resolve(_f.HVIGOR_PROJECT_DEPENDENCIES_HOME,"node_modules","@ohos","hvigor","bin","hvigor.js");try{const t=Bf.realpathSync(e);require(t)}catch(t){(0,kf.logErrorAndExit)(`Error: ENOENT: no such file ${e},delete ${_f.HVIGOR_PROJECT_DEPENDENCIES_HOME} and retry.`)}},function(){if(O.checkNpmConifg(),O.environmentHandler(),O.isPnpmAvailable()||O.executeInstallPnpm(),yf()&&mf())bf();else{sf();try{Ff()}catch(e){return void sf()}bf()}}(); \ No newline at end of file diff --git a/ohos/flutter_source_span/ohos/hvigorfile.ts b/ohos/flutter_source_span/ohos/hvigorfile.ts new file mode 100644 index 0000000000000000000000000000000000000000..5a172b770e3b15f67c12152d00f38f2084d3915b --- /dev/null +++ b/ohos/flutter_source_span/ohos/hvigorfile.ts @@ -0,0 +1,17 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently. +export { appTasks } from '@ohos/hvigor-ohos-plugin'; \ No newline at end of file diff --git a/ohos/flutter_source_span/ohos/hvigorw b/ohos/flutter_source_span/ohos/hvigorw new file mode 100644 index 0000000000000000000000000000000000000000..5efd8343d3232bdd1d9b7f67a3326034054c5396 --- /dev/null +++ b/ohos/flutter_source_span/ohos/hvigorw @@ -0,0 +1,61 @@ +#!/bin/bash + +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# ---------------------------------------------------------------------------- +# Hvigor startup script, version 1.0.0 +# +# Required ENV vars: +# ------------------ +# NODE_HOME - location of a Node home dir +# or +# Add /usr/local/nodejs/bin to the PATH environment variable +# ---------------------------------------------------------------------------- + +HVIGOR_APP_HOME=$(dirname $(readlink -f $0)) +HVIGOR_WRAPPER_SCRIPT=${HVIGOR_APP_HOME}/hvigor/hvigor-wrapper.js +warn() { + echo "" + echo -e "\033[1;33m`date '+[%Y-%m-%d %H:%M:%S]'`$@\033[0m" +} + +error() { + echo "" + echo -e "\033[1;31m`date '+[%Y-%m-%d %H:%M:%S]'`$@\033[0m" +} + +fail() { + error "$@" + exit 1 +} + +# Determine node to start hvigor wrapper script +if [ -n "${NODE_HOME}" ];then + EXECUTABLE_NODE="${NODE_HOME}/bin/node" + if [ ! -x "$EXECUTABLE_NODE" ];then + fail "ERROR: NODE_HOME is set to an invalid directory,check $NODE_HOME\n\nPlease set NODE_HOME in your environment to the location where your nodejs installed" + fi +else + EXECUTABLE_NODE="node" + which ${EXECUTABLE_NODE} > /dev/null 2>&1 || fail "ERROR: NODE_HOME is not set and not 'node' command found in your path" +fi + +# Check hvigor wrapper script +if [ ! -r "$HVIGOR_WRAPPER_SCRIPT" ];then + fail "ERROR: Couldn't find hvigor/hvigor-wrapper.js in ${HVIGOR_APP_HOME}" +fi + +# start hvigor-wrapper script +exec "${EXECUTABLE_NODE}" \ + "${HVIGOR_WRAPPER_SCRIPT}" "$@" diff --git a/ohos/flutter_source_span/ohos/hvigorw.bat b/ohos/flutter_source_span/ohos/hvigorw.bat new file mode 100644 index 0000000000000000000000000000000000000000..d22153567c0a57fd80ac0019f74b28b518b9c536 --- /dev/null +++ b/ohos/flutter_source_span/ohos/hvigorw.bat @@ -0,0 +1,78 @@ + /* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@if "%DEBUG%" == "" @echo off +@rem ########################################################################## +@rem +@rem Hvigor startup script for Windows +@rem +@rem ########################################################################## + +@rem Set local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" setlocal + +set DIRNAME=%~dp0 +if "%DIRNAME%" == "" set DIRNAME=. +set APP_BASE_NAME=%~n0 +set APP_HOME=%DIRNAME% + +@rem Resolve any "." and ".." in APP_HOME to make it shorter. +for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi + +set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js +set NODE_EXE=node.exe + +goto start + +:start +@rem Find node.exe +if defined NODE_HOME goto findNodeFromNodeHome + +%NODE_EXE% --version >NUL 2>&1 +if "%ERRORLEVEL%" == "0" goto execute + +echo. +echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. +echo. +echo Please set the NODE_HOME variable in your environment to match the +echo location of your NodeJs installation. + +goto fail + +:findNodeFromNodeHome +set NODE_HOME=%NODE_HOME:"=% +set NODE_EXE_PATH=%NODE_HOME%/%NODE_EXE% + +if exist "%NODE_EXE_PATH%" goto execute +echo. +echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. +echo. +echo Please set the NODE_HOME variable in your environment to match the +echo location of your NodeJs installation. + +goto fail + +:execute +@rem Execute hvigor +"%NODE_EXE%" %WRAPPER_MODULE_PATH% %* + +if "%ERRORLEVEL%" == "0" goto hvigorwEnd + +:fail +exit /b 1 + +:hvigorwEnd +if "%OS%" == "Windows_NT" endlocal + +:end diff --git a/ohos/flutter_source_span/ohos/oh-package-lock.json5 b/ohos/flutter_source_span/ohos/oh-package-lock.json5 new file mode 100644 index 0000000000000000000000000000000000000000..6b6ff6496e036b3fec37cdf1661998e74a97190c --- /dev/null +++ b/ohos/flutter_source_span/ohos/oh-package-lock.json5 @@ -0,0 +1,27 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "lockfileVersion": 1, + "ATTENTION": "THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.", + "specifiers": { + "@ohos/hypium@1.0.6": "@ohos/hypium@1.0.6" + }, + "packages": { + "@ohos/hypium@1.0.6": { + "resolved": "https://repo.harmonyos.com/ohpm/@ohos/hypium/-/hypium-1.0.6.tgz", + "integrity": "sha512-bb3DWeWhYrFqj9mPFV3yZQpkm36kbcK+YYaeY9g292QKSjOdmhEIQR2ULPvyMsgSR4usOBf5nnYrDmaCCXirgQ==" + } + } +} \ No newline at end of file diff --git a/ohos/flutter_source_span/ohos/oh-package.json5 b/ohos/flutter_source_span/ohos/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..c90ef4866ac1a918639181ad0299d941bb95aca7 --- /dev/null +++ b/ohos/flutter_source_span/ohos/oh-package.json5 @@ -0,0 +1,26 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "license": "", + "devDependencies": { + "@ohos/hypium": "1.0.6" + }, + "author": "", + "name": "apptemplate", + "description": "Please describe the basic information.", + "main": "", + "version": "1.0.0", + "dependencies": {} +} diff --git a/ohos/flutter_source_span/pubspec.yaml b/ohos/flutter_source_span/pubspec.yaml new file mode 100644 index 0000000000000000000000000000000000000000..354635b2bc68a705f633b3e092d5e2ac5e2452ae --- /dev/null +++ b/ohos/flutter_source_span/pubspec.yaml @@ -0,0 +1,105 @@ +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +name: flutter_source_span +description: A new Flutter project. +# The following line prevents the package from being accidentally published to +# pub.dev using `flutter pub publish`. This is preferred for private packages. +publish_to: 'none' # Remove this line if you wish to publish to pub.dev + +# The following defines the version and build number for your application. +# A version number is three numbers separated by dots, like 1.2.43 +# followed by an optional build number separated by a +. +# Both the version and the builder number may be overridden in flutter +# build by specifying --build-name and --build-number, respectively. +# In Android, build-name is used as versionName while build-number used as versionCode. +# Read more about Android versioning at https://developer.android.com/studio/publish/versioning +# In iOS, build-name is used as CFBundleShortVersionString while build-number is used as CFBundleVersion. +# Read more about iOS versioning at +# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html +# In Windows, build-name is used as the major, minor, and patch parts +# of the product and file versions while build-number is used as the build suffix. +version: 1.0.0+1 + +environment: + sdk: '>=2.19.6 <3.0.0' + +# Dependencies specify other packages that your package needs in order to work. +# To automatically upgrade your package dependencies to the latest versions +# consider running `flutter pub upgrade --major-versions`. Alternatively, +# dependencies can be manually updated by changing the version numbers below to +# the latest version available on pub.dev. To see which dependencies have newer +# versions available, run `flutter pub outdated`. +dependencies: + flutter: + sdk: flutter + + + source_span: 1.10.0 + + # The following adds the Cupertino Icons font to your application. + # Use with the CupertinoIcons class for iOS style icons. + cupertino_icons: ^1.0.2 + +dev_dependencies: + flutter_test: + sdk: flutter + + # The "flutter_lints" package below contains a set of recommended lints to + # encourage good coding practices. The lint set provided by the package is + # activated in the `analysis_options.yaml` file located at the root of your + # package. See that file for information about deactivating specific lint + # rules and activating additional ones. + flutter_lints: ^2.0.0 + +# For information on the generic Dart part of this file, see the +# following page: https://dart.dev/tools/pub/pubspec + +# The following section is specific to Flutter packages. +flutter: + + # The following line ensures that the Material Icons font is + # included with your application, so that you can use the icons in + # the material Icons class. + uses-material-design: true + + # To add assets to your application, add an assets section, like this: + # assets: + # - images/a_dot_burr.jpeg + # - images/a_dot_ham.jpeg + + # An image asset can refer to one or more resolution-specific "variants", see + # https://flutter.dev/assets-and-images/#resolution-aware + + # For details regarding adding assets from package dependencies, see + # https://flutter.dev/assets-and-images/#from-packages + + # To add custom fonts to your application, add a fonts section here, + # in this "flutter" section. Each entry in this list should have a + # "family" key with the font family name, and a "fonts" key with a + # list giving the asset and other descriptors for the font. For + # example: + # fonts: + # - family: Schyler + # fonts: + # - asset: fonts/Schyler-Regular.ttf + # - asset: fonts/Schyler-Italic.ttf + # style: italic + # - family: Trajan Pro + # fonts: + # - asset: fonts/TrajanPro.ttf + # - asset: fonts/TrajanPro_Bold.ttf + # weight: 700 + # + # For details regarding fonts from package dependencies, + # see https://flutter.dev/custom-fonts/#from-packages diff --git a/ohos/flutter_source_span/test/widget_test.dart b/ohos/flutter_source_span/test/widget_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..801e9ef8a843a8ea0f9b4d173fc2ad0b13e1482b --- /dev/null +++ b/ohos/flutter_source_span/test/widget_test.dart @@ -0,0 +1,44 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +// This is a basic Flutter widget test. +// +// To perform an interaction with a widget in your test, use the WidgetTester +// utility in the flutter_test package. For example, you can send tap and scroll +// gestures. You can also use WidgetTester to find child widgets in the widget +// tree, read text, and verify that the values of widget properties are correct. + +import 'package:flutter/material.dart'; +import 'package:flutter_test/flutter_test.dart'; + +import 'package:flutter_source_span/main.dart'; + +void main() { + testWidgets('Counter increments smoke test', (WidgetTester tester) async { + // Build our app and trigger a frame. + await tester.pumpWidget(const MyApp()); + + // Verify that our counter starts at 0. + expect(find.text('0'), findsOneWidget); + expect(find.text('1'), findsNothing); + + // Tap the '+' icon and trigger a frame. + await tester.tap(find.byIcon(Icons.add)); + await tester.pump(); + + // Verify that our counter has incremented. + expect(find.text('0'), findsNothing); + expect(find.text('1'), findsOneWidget); + }); +} diff --git a/ohos/flutter_stack_trace_v2/.gitignore b/ohos/flutter_stack_trace_v2/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..24476c5d1eb55824c76d8b01a3965f94abad1ef8 --- /dev/null +++ b/ohos/flutter_stack_trace_v2/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ +migrate_working_dir/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +**/doc/api/ +**/ios/Flutter/.last_build_id +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Android Studio will place build artifacts here +/android/app/debug +/android/app/profile +/android/app/release diff --git a/ohos/flutter_stack_trace_v2/.metadata b/ohos/flutter_stack_trace_v2/.metadata new file mode 100644 index 0000000000000000000000000000000000000000..d07c0afb6812b08a64d23b369ba37e066ea83244 --- /dev/null +++ b/ohos/flutter_stack_trace_v2/.metadata @@ -0,0 +1,44 @@ + /* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +# This file tracks properties of this Flutter project. +# Used by Flutter tool to assess capabilities and perform upgrades etc. +# +# This file should be version controlled. + +version: + revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + channel: master + +project_type: app + +# Tracks metadata for the flutter migrate command +migration: + platforms: + - platform: root + create_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + base_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + - platform: ohos + create_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + base_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + + # User provided section + + # List of Local paths (relative to this file) that should be + # ignored by the migrate tool. + # + # Files that are not part of the templates will be ignored by default. + unmanaged_files: + - 'lib/main.dart' + - 'ios/Runner.xcodeproj/project.pbxproj' diff --git a/ohos/flutter_stack_trace_v2/README.md b/ohos/flutter_stack_trace_v2/README.md new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/ohos/flutter_stack_trace_v2/README.md @@ -0,0 +1 @@ + diff --git a/ohos/flutter_stack_trace_v2/analysis_options.yaml b/ohos/flutter_stack_trace_v2/analysis_options.yaml new file mode 100644 index 0000000000000000000000000000000000000000..25d214cb5b0c525e86521bd8215dad1a5d2c3bc3 --- /dev/null +++ b/ohos/flutter_stack_trace_v2/analysis_options.yaml @@ -0,0 +1,43 @@ +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + + +# This file configures the analyzer, which statically analyzes Dart code to +# check for errors, warnings, and lints. +# +# The issues identified by the analyzer are surfaced in the UI of Dart-enabled +# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be +# invoked from the command line by running `flutter analyze`. + +# The following line activates a set of recommended lints for Flutter apps, +# packages, and plugins designed to encourage good coding practices. +include: package:flutter_lints/flutter.yaml + +linter: + # The lint rules applied to this project can be customized in the + # section below to disable rules from the `package:flutter_lints/flutter.yaml` + # included above or to enable additional rules. A list of all available lints + # and their documentation is published at + # https://dart-lang.github.io/linter/lints/index.html. + # + # Instead of disabling a lint rule for the entire project in the + # section below, it can also be suppressed for a single line of code + # or a specific dart file by using the `// ignore: name_of_lint` and + # `// ignore_for_file: name_of_lint` syntax on the line or in the file + # producing the lint. + rules: + # avoid_print: false # Uncomment to disable the `avoid_print` rule + # prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule + +# Additional information about this file can be found at +# https://dart.dev/guides/language/analysis-options diff --git a/ohos/flutter_stack_trace_v2/lib/chain_test/rt_chain_test.dart b/ohos/flutter_stack_trace_v2/lib/chain_test/rt_chain_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..c56ed7e506207a6f9e7d8b84cb421d367e05cb94 --- /dev/null +++ b/ohos/flutter_stack_trace_v2/lib/chain_test/rt_chain_test.dart @@ -0,0 +1,454 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'package:flutter_stack_trace_v2/common/test_page.dart'; + +import 'dart:async'; +import 'package:path/path.dart' as p; +import 'package:stack_trace/stack_trace.dart'; + +import 'package:flutter_stack_trace_v2/chain_test/utils.dart'; + + +typedef ChainErrorCallback = void Function(dynamic stack, Chain chain); + +class JKChainTestPage extends TestPage { + + static const String routeName = "/chain_test"; + + var userSlashCode = p.join('user', 'code.dart'); + + JKChainTestPage(super.title,{super.key}) { + print('start test666'); + chainParse(); + chainCapture(); + chainCaptureWithCustomZoneValues(); + chainDisable(); + chainFoldFrames(); + chainToTraceEliminatesAsynchronousGaps(); + } + + chainParse() { + group('Chain.parse()', () { + test('Chain.parse(chain.toString())', () { + return captureFuture(() => inMicrotask(() => throw 'error')) + .then((chain) { + expect( + Chain.parse(chain.toString()).toString(), chain.toString()); + }); + }); + + test('Chain.parse('').traces', () { + var chain = Chain.parse(''); + expect(chain.traces, "isEmpty"); + }); + + test("Chain.parse('===== asynchronous gap ===========================\n''===== asynchronous gap ===========================\n').traces", () { + var chain = + Chain.parse('===== asynchronous gap ===========================\n''===== asynchronous gap ===========================\n'); + expect(chain.traces, "hasLength(3)"); + expect(chain.traces[0].frames, "isEmpty"); + expect(chain.traces[1].frames, "isEmpty"); + expect(chain.traces[2].frames, "isEmpty"); + }); + + test("Chain.parse('#1 MyClass.run (package:my_lib.dart:134:5)\n''\n''#2 main (file:///my_app.dart:9:3)\n''\n').traces", () { + final chain = + Chain.parse('#1 MyClass.run (package:my_lib.dart:134:5)\n''\n''#2 main (file:///my_app.dart:9:3)\n''\n'); + expect(chain.traces, "hasLength(2)"); + expect(chain.traces[0].frames, "hasLength(1)"); + expect(chain.traces[0].frames[0].toString(), + ('package:my_lib.dart 134:5 in MyClass.run')); + expect(chain.traces[1].frames, "hasLength(1)"); + expect( + chain.traces[1].frames[0].toString(),'/my_app.dart 9:3 in main' + ); + expect( + chain.traces[1].frames[0].toString(),'file:///my_app.dart 9:3 in main' + ); + }); + }); + } + + chainCapture() { + group('Chain.capture()', () { + test('Chain.capture(() => Future.error("oh no")', () { + // Chain.capture(() { + // return Future.error('oh no'); + // }, onError: expectAsync2((error, chain) { + // expect(error, ('oh no')); + // expect(chain, "isA()"); + // })).then(expectAsync1((_) {}, count: 0), + // onError: expectAsync2((_, __) {}, count: 0)); + + Chain.capture(() => Future.error("'oh no'").then((chain) => { + expect(chain, ('oh no')), + expect(chain, "isA()") + })); + }); + + // test('with no onError blocks errors', () { + // // runZonedGuarded(() { + // // Chain.capture(() => Future.error('oh no')).then( + // // expectAsync1((_) {}, count: 0), + // // onError: expectAsync2((_, __) {}, count: 0)); + // // }, expectAsync2((error, chain) { + // // expect(error, ('oh no')); + // // expect(chain, "isA()"); + // // })); + // + // runZonedGuarded(() => null, (error, stack) { + // Chain.capture(() => Future.error("'oh no'").then((chain) => { + // expect(chain, ('oh no')), + // expect(chain, "isA()") + // })); + // }); + // + // }); + + test("Chain.capture(() => Future.error('oh no'), errorZone: false)", () { + expect(Chain.capture(() => Future.error('oh no'), errorZone: false), + "throwsA('oh no')"); + }); + + test("Chain.capture(() {}, onError: (_, __) {}, errorZone: false)", () { + expect(() => Chain.capture(() {}, onError: (_, __) {}, errorZone: false), + "throwsArgumentError"); + }); + + group('with when: false', () { + test("Chain.capture(() => Future.error('oh no'), when: false)", () { + expect(Chain.capture(() => Future.error('oh no'), when: false), + "throwsA('oh no')"); + }); + + // test('with onError blocks errors', () { + // Chain.capture(() { + // return Future.error('oh no'); + // }, onError: expectAsync2((error, chain) { + // expect(error, ('oh no')); + // expect(chain, isA()); + // }), when: false); + // }); + + test("Chain.disable(Chain.capture(Chain.current().traces,when: false))", () { + return Chain.disable(() { + return Chain.capture(() { + var completer = Completer(); + inMicrotask(() { + completer.complete(Chain.current()); + }); + + return completer.future.then((chain) { + expect(chain.traces, "hasLength(1)"); + }); + }, when: false); + }); + }); + }); + }); + } + chainCaptureWithCustomZoneValues() { + return Chain.capture(() { + expect(Zone.current[#enabled], true); + }, zoneValues: {#enabled: true}); + } + + chainDisable() { + group('Chain.disable()', () { + test("Chain.disable(Chain.current().traces))", () { + return Chain.disable(() { + var completer = Completer(); + inMicrotask(() => completer.complete(Chain.current())); + + return completer.future.then((chain) { + expect(chain.traces, "hasLength(1)"); + }); + }); + }); + + test("Chain.disable(Chain.capture(Chain.current().traces))", () { + return Chain.disable(() { + return Chain.capture(() { + var completer = Completer(); + inMicrotask(() => completer.complete(Chain.current())); + + return completer.future.then((chain) { + expect(chain.traces, "hasLength(2)"); + }); + }); + }); + }); + + test('Chain.disable(runZoned(Chain.capture(Chain.disable(() => Zone.current[#enabled])),zoneValues: {#enabled: true}))', () { + // The outer disable call turns off the test package's chain-tracking. + return Chain.disable(() { + return runZoned(() { + return Chain.capture(() { + expect(Chain.disable(() => Zone.current[#enabled]), "isTrue"); + }); + }, zoneValues: {#enabled: true}); + }); + }); + + test('Chain.disable(Chain.capture(runZoned(Chain.disable(() => Zone.current[#enabled]), zoneValues: {#enabled: true})))', () { + // The outer disable call turns off the test package's chain-tracking. + return Chain.disable(() { + return Chain.capture(() { + return runZoned(() { + expect(Chain.disable(() => Zone.current[#enabled]), "isTrue"); + }, zoneValues: {#enabled: true}); + }); + }); + }); + + test("Chain.capture(Chain.disable(Chain.current().traces,when:false))", () { + return Chain.capture(() { + return Chain.disable(() { + var completer = Completer(); + inMicrotask(() => completer.complete(Chain.current())); + + return completer.future.then((chain) { + expect(chain.traces, "hasLength(2)"); + }); + }, when: false); + }); + }); + }); + + test("Chain([Trace.parse('short 10:11 Foo.bar\n'),Trace.parse('loooooooooooong 10:11 Zop.zoop')]).toString()", () { + var chain = Chain([ + Trace.parse('short 10:11 Foo.bar\n'), + Trace.parse('loooooooooooong 10:11 Zop.zoop') + ]); + + expect( + chain.toString(), + ('short 10:11 Foo.bar\n' + '===== asynchronous gap ===========================\n' + 'loooooooooooong 10:11 Zop.zoop\n')); + }); + + //var userSlashCode = p.join('user', 'code.dart'); + + String trace_1_1 = "dart:core 10:11 Foo.bar\n''dart:core 10:11 Bar.baz\n''user/code.dart 10:11 Bang.qux\n''dart:core 10:11 Zip.zap\n''dart:core 10:11 Zop.zoop"; + String trace_1_2 = "user/code.dart 10:11 Bang.qux\n''dart:core 10:11 Foo.bar\n''package:stack_trace/stack_trace.dart 10:11 Bar.baz\n''dart:core 10:11 Zip.zap\n''user/code.dart 10:11 Zop.zoop"; + String trace_1_3 = "Chain([Trace.parse(${trace_1_1}), Trace.parse(${trace_1_2})])"; + group('Chain.terse', () { + test("${trace_1_3}.terse.toString()", () { + var chain = Chain([ + Trace.parse('dart:core 10:11 Foo.bar\n' + 'dart:core 10:11 Bar.baz\n' + 'user/code.dart 10:11 Bang.qux\n' + 'dart:core 10:11 Zip.zap\n' + 'dart:core 10:11 Zop.zoop'), + Trace.parse('user/code.dart 10:11 Bang.qux\n' + 'dart:core 10:11 Foo.bar\n' + 'package:stack_trace/stack_trace.dart 10:11 Bar.baz\n' + 'dart:core 10:11 Zip.zap\n' + 'user/code.dart 10:11 Zop.zoop') + ]); + + expect( + chain.terse.toString(), + ('dart:core Bar.baz\n' + '$userSlashCode 10:11 Bang.qux\n' + '===== asynchronous gap ===========================\n' + '$userSlashCode 10:11 Bang.qux\n' + 'dart:core Zip.zap\n' + '$userSlashCode 10:11 Zop.zoop\n')); + }); + + String trace_2_1 = "user/code.dart 10:11 Foo.bar\n''dart:core 10:11 Bar.baz"; + String trace_2_2 = "dart:core 10:11 Foo.bar\n''package:stack_trace/stack_trace.dart 10:11 Bar.baz\n''dart:core 10:11 Zip.zap"; + String trace_2_3 = "user/code.dart 10:11 Foo.bar\n''dart:core 10:11 Bar.baz"; + String trace_2_4 = "Chain([Trace.parse(${trace_2_1}), Trace.parse(${trace_2_2},Trace.parse(${trace_2_3})])"; + test("${trace_2_4}.terse.toString()", () { + var chain = Chain([ + Trace.parse('user/code.dart 10:11 Foo.bar\n' + 'dart:core 10:11 Bar.baz'), + Trace.parse('dart:core 10:11 Foo.bar\n' + 'package:stack_trace/stack_trace.dart 10:11 Bar.baz\n' + 'dart:core 10:11 Zip.zap'), + Trace.parse('user/code.dart 10:11 Foo.bar\n' + 'dart:core 10:11 Bar.baz') + ]); + + expect( + chain.terse.toString(), + ('$userSlashCode 10:11 Foo.bar\n' + '===== asynchronous gap ===========================\n' + '$userSlashCode 10:11 Foo.bar\n')); + }); + + String trace_3_1 = "dart:core 10:11 Foo.bar\n''package:stack_trace/stack_trace.dart 10:11 Bar.baz\n''dart:core 10:11 Zip.zap"; + String trace_3_2 = "dart:core 10:11 A.b\n''package:stack_trace/stack_trace.dart 10:11 C.d\n''dart:core 10:11 E.f"; + String trace_3_3 = "Chain([Trace.parse(${trace_3_1}), Trace.parse(${trace_3_2}])"; + String total_3 = "${trace_3_3}.terse.toString()"; + test(total_3, () { + var chain = Chain([ + Trace.parse('dart:core 10:11 Foo.bar\n' + 'package:stack_trace/stack_trace.dart 10:11 Bar.baz\n' + 'dart:core 10:11 Zip.zap'), + Trace.parse('dart:core 10:11 A.b\n' + 'package:stack_trace/stack_trace.dart 10:11 C.d\n' + 'dart:core 10:11 E.f') + ]); + + expect(chain.terse.toString(), ('dart:core E.f\n')); + }); + + // Regression test for #9 + String trace_4_1 = "user/code.dart 10:11 Bang.qux"; + String trace_4_2 = "user/code.dart 10:11 Bang.qux"; + String trace_4_3 = "Chain([Trace.parse(${trace_4_1}), Trace.parse(${trace_4_2}])"; + String total_4 = "${trace_4_3}.terse.toString()"; + test(total_4, () { + var chain = Chain([ + Trace.parse('user/code.dart 10:11 Bang.qux'), + Trace([]), + Trace.parse('user/code.dart 10:11 Bang.qux') + ]); + + expect( + chain.terse.toString(), + ('$userSlashCode 10:11 Bang.qux\n' + '===== asynchronous gap ===========================\n' + '$userSlashCode 10:11 Bang.qux\n')); + }); + }); + } + + chainFoldFrames() { + String trace_5_1 = "a.dart 10:11 Foo.bar\n''a.dart 10:11 Bar.baz\n''b.dart 10:11 Bang.qux\n''a.dart 10:11 Zip.zap\n''a.dart 10:11 Zop.zoop"; + String trace_5_2 = "a.dart 10:11 Foo.bar\n''a.dart 10:11 Bar.baz\n''a.dart 10:11 Bang.qux\n''a.dart 10:11 Zip.zap\n''b.dart 10:11 Zop.zoop"; + String trace_5_3 = "Chain([Trace.parse(${trace_5_1}), Trace.parse(${trace_5_2}])"; + String total_5 = "${trace_5_3}.foldFrames().toString()"; + group('Chain.foldFrames', () { + test(total_5, () { + var chain = Chain([ + Trace.parse('a.dart 10:11 Foo.bar\n' + 'a.dart 10:11 Bar.baz\n' + 'b.dart 10:11 Bang.qux\n' + 'a.dart 10:11 Zip.zap\n' + 'a.dart 10:11 Zop.zoop'), + Trace.parse('a.dart 10:11 Foo.bar\n' + 'a.dart 10:11 Bar.baz\n' + 'a.dart 10:11 Bang.qux\n' + 'a.dart 10:11 Zip.zap\n' + 'b.dart 10:11 Zop.zoop') + ]); + + var folded = chain.foldFrames((frame) => frame.library == 'a.dart'); + expect( + folded.toString(), + ('a.dart 10:11 Bar.baz\n' + 'b.dart 10:11 Bang.qux\n' + 'a.dart 10:11 Zop.zoop\n' + '===== asynchronous gap ===========================\n' + 'a.dart 10:11 Zip.zap\n' + 'b.dart 10:11 Zop.zoop\n')); + }); + + String trace_6_1 = "a.dart 10:11 Foo.bar\n''dart:async-patch/future.dart 10:11 Zip.zap\n''b.dart 10:11 Bang.qux\n''dart:core 10:11 Bar.baz\n''a.dart 10:11 Zop.zoop"; + String trace_6_2 = "a.dart 10:11 Foo.bar\n''a.dart 10:11 Bar.baz\n''a.dart 10:11 Bang.qux\n''a.dart 10:11 Zip.zap\n''b.dart 10:11 Zop.zoop"; + String trace_6_3 = "Chain([Trace.parse(${trace_6_1}), Trace.parse(${trace_6_2}])"; + String total_6 = "${trace_6_3}.foldFrames().toString()"; + test(total_6, () { + var chain = Chain([ + Trace.parse('a.dart 10:11 Foo.bar\n' + 'dart:async-patch/future.dart 10:11 Zip.zap\n' + 'b.dart 10:11 Bang.qux\n' + 'dart:core 10:11 Bar.baz\n' + 'a.dart 10:11 Zop.zoop'), + Trace.parse('a.dart 10:11 Foo.bar\n' + 'a.dart 10:11 Bar.baz\n' + 'a.dart 10:11 Bang.qux\n' + 'a.dart 10:11 Zip.zap\n' + 'b.dart 10:11 Zop.zoop') + ]); + + var folded = + chain.foldFrames((frame) => frame.library == 'a.dart', terse: true); + expect( + folded.toString(), + ('dart:async Zip.zap\n' + 'b.dart 10:11 Bang.qux\n' + '===== asynchronous gap ===========================\n' + 'a.dart Zip.zap\n' + 'b.dart 10:11 Zop.zoop\n')); + }); + + String trace_7_1 = "a.dart 10:11 Foo.bar\n''b.dart 10:11 Bang.qux"; + String trace_7_2 = "a.dart 10:11 Foo.bar\n''a.dart 10:11 Bang.qux"; + String trace_7_3 = "a.dart 10:11 Zip.zap\n''b.dart 10:11 Zop.zoop"; + String trace_7_4 = "Chain([Trace.parse(${trace_7_1}), Trace.parse(${trace_7_2}),Trace.parse(${trace_7_3})])"; + String total_7 = "${trace_7_4}.foldFrames().toString()"; + test(total_7, () { + var chain = Chain([ + Trace.parse('a.dart 10:11 Foo.bar\n' + 'b.dart 10:11 Bang.qux'), + Trace.parse('a.dart 10:11 Foo.bar\n' + 'a.dart 10:11 Bang.qux'), + Trace.parse('a.dart 10:11 Zip.zap\n' + 'b.dart 10:11 Zop.zoop') + ]); + + var folded = chain.foldFrames((frame) => frame.library == 'a.dart'); + expect( + folded.toString(), + ('a.dart 10:11 Foo.bar\n' + 'b.dart 10:11 Bang.qux\n' + '===== asynchronous gap ===========================\n' + 'a.dart 10:11 Zip.zap\n' + 'b.dart 10:11 Zop.zoop\n')); + }); + + test("Chain([Trace.parse('a.dart 10:11 Foo.bar\n''a.dart 10:11 Bang.qux')]).foldFrames().toString()", () { + var chain = Chain([ + Trace.parse('a.dart 10:11 Foo.bar\n' + 'a.dart 10:11 Bang.qux') + ]); + + var folded = chain.foldFrames((frame) => frame.library == 'a.dart'); + expect(folded.toString(), ('a.dart 10:11 Bang.qux\n')); + }); + }); + } + + chainToTraceEliminatesAsynchronousGaps() { + String trace_8_1 = "user/code.dart 10:11 Foo.bar\n''dart:core 10:11 Bar.baz"; + String trace_8_2 = "user/code.dart 10:11 Foo.bar\n''dart:core 10:11 Bar.baz"; + String trace_8_3 = "Chain([Trace.parse(${trace_8_1}), Trace.parse(${trace_8_2})])"; + String total_8 = "${trace_8_3}.foldFrames().toString()"; + test(total_8, () { + var trace = Chain([ + Trace.parse('user/code.dart 10:11 Foo.bar\n' + 'dart:core 10:11 Bar.baz'), + Trace.parse('user/code.dart 10:11 Foo.bar\n' + 'dart:core 10:11 Bar.baz') + ]).toTrace(); + + expect( + trace.toString(), + ('$userSlashCode 10:11 Foo.bar\n' + 'dart:core 10:11 Bar.baz\n' + '$userSlashCode 10:11 Foo.bar\n' + 'dart:core 10:11 Bar.baz\n')); + }); + } + +} \ No newline at end of file diff --git a/ohos/flutter_stack_trace_v2/lib/chain_test/rt_dart2js_test.dart b/ohos/flutter_stack_trace_v2/lib/chain_test/rt_dart2js_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..9c81ccc8ba0e918c527e1f39554990645fda2471 --- /dev/null +++ b/ohos/flutter_stack_trace_v2/lib/chain_test/rt_dart2js_test.dart @@ -0,0 +1,305 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'package:flutter_stack_trace_v2/common/test_page.dart'; + +import 'dart:async'; +import 'package:path/path.dart' as p; +import 'package:stack_trace/stack_trace.dart'; + +import 'package:flutter_stack_trace_v2/chain_test/utils.dart'; + +// import 'package:matcher/src/expect/expect_async.dart'; +// import 'package:matcher/src/expect/throws_matcher.dart'; + + +typedef ChainErrorCallback = void Function(dynamic stack, Chain chain); + +class JKDart2jsPage extends TestPage { + + static const String routeName = "/dart2js_test"; + + JKDart2jsPage(super.title, {super.key}) { + print('start test666'); + captureWithOnErrorCatchesExceptions(); + forTraceWithinCapture(); + } + + captureWithOnErrorCatchesExceptions() { + group('capture() with onError catches exceptions', () { + test("captureFuture(() => throw 'error').traces", () async { + var chain = await captureFuture(() => throw 'error'); + expect(chain.traces, "hasLength(1)"); + }); + + test("captureFuture(() => inMicrotask(() => throw 'error')).traces", () async { + var chain = await captureFuture(() => inMicrotask(() => throw 'error')); + expect(chain.traces, "hasLength(2)"); + }); + + test("captureFuture(() => inOneShotTimer(() => throw 'error')).traces", () async { + var chain = + await captureFuture(() => inOneShotTimer(() => throw 'error')); + expect(chain.traces, "hasLength(2)"); + }); + + test("captureFuture(() => inPeriodicTimer(() => throw 'error')).traces", () async { + var chain = + await captureFuture(() => inPeriodicTimer(() => throw 'error')); + expect(chain.traces, "hasLength(2)"); + }); + + test("captureFuture(() {inPeriodicTimer(() {inOneShotTimer(() => inMicrotask(() => throw 'error'));}).traces", () async { + var chain = await captureFuture(() { + inPeriodicTimer(() { + inOneShotTimer(() => inMicrotask(() => throw 'error')); + }); + }); + + expect(chain.traces, "hasLength(4)"); + }); + + test("captureFuture(() => inFutureChain(() => throw 'error')).traces", () async { + var chain = await captureFuture(() => inFutureChain(() => throw 'error')); + + // Despite many asynchronous operations, there's only one level of + // nested calls, so there should be only two traces in the chain. This + // is important; programmers expect stack trace memory consumption to be + // O(depth of program), not O(length of program). + expect(chain.traces, "hasLength(2)"); + }); + + test("captureFuture(() => inNewFuture(() => throw 'error')).traces", () async { + var chain = await captureFuture(() => inNewFuture(() => throw 'error')); + expect(chain.traces, "hasLength(3)"); + }); + + test("captureFuture(() {inMicrotask(() => inSyncFuture(() => throw 'error')).traces", () async { + var chain = await captureFuture(() { + inMicrotask(() => inSyncFuture(() => throw 'error')); + }); + + expect(chain.traces, "hasLength(3)"); + }); + + test("Chain.capture(inMicrotask(() => throw 'first error'),inPeriodicTimer(() => throw 'second error')).trace", () { + var completer = Completer(); + var first = true; + + Chain.capture(() { + inMicrotask(() => throw 'first error'); + inPeriodicTimer(() => throw 'second error'); + }, onError: (error, chain) { + try { + if (first) { + expect(error, 'first error'); + expect(chain.traces, "hasLength(2)"); + first = false; + } else { + expect(error, 'second error'); + expect(chain.traces, "hasLength(2)"); + completer.complete(); + } + } on Object catch (error, stackTrace) { + completer.completeError(error, stackTrace); + } + }); + + return completer.future; + }); + + test("captureFuture(() {inMicrotask(() => completerErrorFuture(trace));}).traces", () async { + var trace = Trace.current(); + var chain = await captureFuture(() { + inMicrotask(() => completerErrorFuture(trace)); + }); + + expect(chain.traces, "hasLength(3)"); + + // The first trace is the trace that was manually reported for the + // error. + expect(chain.traces.first.toString(), trace.toString()); + }); + + test("captureFuture(() {inMicrotask(completerErrorFuture);}).traces", () async { + var chain = await captureFuture(() { + inMicrotask(completerErrorFuture); + }); + + expect(chain.traces, "hasLength(2)"); + }); + + test("captureFuture(() {inMicrotask(() => controllerErrorStream(trace).listen(null));}).traces", () async { + var trace = Trace.current(); + var chain = await captureFuture(() { + inMicrotask(() => controllerErrorStream(trace).listen(null)); + }); + + expect(chain.traces, "hasLength(3)"); + expect(chain.traces.first.toString(), trace.toString()); + }); + + test("chain = await captureFuture(() {inMicrotask(() => controllerErrorStream().listen(null));}).traces", () async { + var chain = await captureFuture(() { + inMicrotask(() => controllerErrorStream().listen(null)); + }); + + expect(chain.traces, "hasLength(2)"); + }); + + test("runZonedGuarded(Chain.capture(() {inMicrotask(() => throw 'error')}))", () { + var completer = Completer(); + + runZonedGuarded(() { + Chain.capture(() { + inMicrotask(() => throw 'error'); + }, onError: (error, chain) { + expect(error, 'error'); + expect(chain.traces, "hasLength(2)"); + throw error; + }); + }, (error, chain) { + try { + expect(error, 'error'); + expect(chain, + "isA().having((c) => c.traces, 'traces', hasLength(2))"); + completer.complete(); + } on Object catch (error, stackTrace) { + completer.completeError(error, stackTrace); + } + }); + + return completer.future; + }); + }); + String ss = "runZonedGuarded(() {Chain.capture(() => inMicrotask(() => throw 'error'));};"; + test(ss, () { + var completer = Completer(); + + runZonedGuarded(() { + Chain.capture(() => inMicrotask(() => throw 'error')); + }, (error, chain) { + try { + expect(error, 'error'); + expect(chain, + "isA().having((c) => c.traces, 'traces', hasLength(2))"); + completer.complete(); + } on Object catch (error, stackTrace) { + completer.completeError(error, stackTrace); + } + }); + + return completer.future; + }); + + String dd = "Chain.disable(() async {var completer = Completer();inMicrotask(() => completer.complete(Chain.current()));var chain = await completer.future.traces;})"; + test( + dd, + () => + // The test runner runs all tests with chains enabled. + Chain.disable(() async { + var completer = Completer(); + inMicrotask(() => completer.complete(Chain.current())); + + var chain = await completer.future; + // Since the chain wasn't loaded within [Chain.capture], the full stack + // chain isn't available and it just returns the current stack when + // called. + expect(chain.traces, "hasLength(1)"); + }), + ); + + } + + + forTraceWithinCapture() { + group('forTrace() within capture()', () { + test("Chain.capture(() => chainForTrace(inMicrotask, () => throw 'error')).traces", () async { + var chain = await Chain.capture( + () => chainForTrace(inMicrotask, () => throw 'error')); + + // Because [chainForTrace] has to set up a future chain to capture the + // stack trace while still showing it to the zone specification, it adds + // an additional level of async nesting and so an additional trace. + expect(chain.traces, "hasLength(3)"); + }); + + test("Chain.capture(() => chainForTrace(inOneShotTimer, () => throw 'error')).traces", () async { + var chain = await Chain.capture( + () => chainForTrace(inOneShotTimer, () => throw 'error')); + + expect(chain.traces, "hasLength(3)"); + }); + + test("Chain.capture(() => chainForTrace(inPeriodicTimer, () => throw 'error')).traces", () async { + var chain = await Chain.capture( + () => chainForTrace(inPeriodicTimer, () => throw 'error')); + + expect(chain.traces, "hasLength(3)"); + }); + + test( + "Chain.capture(() => chainForTrace((callback) {inPeriodicTimer(() => inOneShotTimer(() => inMicrotask(callback)));}, () => throw 'error')).traces", () async { + var chain = await Chain.capture(() => chainForTrace((callback) { + inPeriodicTimer(() => inOneShotTimer(() => inMicrotask(callback))); + }, () => throw 'error')); + + expect(chain.traces, "hasLength(5)"); + }); + + test("Chain.capture(() => chainForTrace(inFutureChain, () => throw 'error')).traces", () async { + var chain = await Chain.capture( + () => chainForTrace(inFutureChain, () => throw 'error')); + + expect(chain.traces, "hasLength(3)"); + }); + + test("Chain.capture(() {try {throw 'error';} catch (_, stackTrace) {trace = stackTrace;return Chain.forTrace(stackTrace);}}).traces", () { + late StackTrace trace; + var chain = Chain.capture(() { + try { + throw 'error'; + } catch (_, stackTrace) { + trace = stackTrace; + return Chain.forTrace(stackTrace); + } + }); + + expect(chain.traces, "hasLength(1)"); + expect( + chain.traces.first.toString(), Trace.from(trace).toString()); + }); + }); + + test("Chain.capture(() {try {throw 'error';} catch (_, stackTrace) {trace = stackTrace;return Chain.forTrace(stackTrace);}}).traces", () { + late StackTrace trace; + var chain = Chain.capture(() { + try { + throw 'error'; + } catch (_, stackTrace) { + trace = stackTrace; + return Chain.forTrace(stackTrace); + } + }); + + expect(chain.traces, "hasLength(1)"); + expect(chain.traces.first.toString(), Trace.from(trace).toString()); + }); + + } + + +} \ No newline at end of file diff --git a/ohos/flutter_stack_trace_v2/lib/chain_test/rt_vm_test.dart b/ohos/flutter_stack_trace_v2/lib/chain_test/rt_vm_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..72f9435c1909e290c75dfd886784a7d8e465f18a --- /dev/null +++ b/ohos/flutter_stack_trace_v2/lib/chain_test/rt_vm_test.dart @@ -0,0 +1,526 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'package:flutter_stack_trace_v2/common/test_page.dart'; + +import 'dart:async'; +import 'package:stack_trace/src/utils.dart'; +import 'package:stack_trace/stack_trace.dart'; + +import '../utils.dart'; +import 'utils.dart'; + +class JKVmTestPage extends TestPage { + + static const String routeName = "/vm_test"; + + JKVmTestPage(super.title, {super.key}) { + print('start test666'); + captureWithOnErrorCatchesExceptions(); + currentWithinCapture(); + forTraceWithinCapture(); + } + + captureWithOnErrorCatchesExceptions() { + group('capture() with onError catches exceptions', () { + test("captureFuture(() {try {throw 'error';} catch (_, stackTrace) {vmTrace = stackTrace;rethrow;}}).toString()", () async { + late StackTrace vmTrace; + var chain = await captureFuture(() { + try { + throw 'error'; + } catch (_, stackTrace) { + vmTrace = stackTrace; + rethrow; + } + }); + + // Because there's no chain context for a synchronous error, we fall back + // on the VM's stack chain tracking. + expect( + chain.toString(), Chain.parse(vmTrace.toString()).toString()); + }); + + test("captureFuture(() => inMicrotask(() => throw 'error'))", () { + return captureFuture(() => inMicrotask(() => throw 'error')) + .then((chain) { + // Since there was only one asynchronous operation, there should be only + // two traces in the chain. + expect(chain.traces, "hasLength(2)"); + + // The first frame of the first trace should be the line on which the + // actual error was thrown. + expect(chain.traces[0].frames.first, (('main'))); + + // The second trace should describe the stack when the error callback + // was scheduled. + expect(chain.traces[1].frames, + ((('inMicrotask')))); + }); + }); + + test("captureFuture(() => inOneShotTimer(() => throw 'error'))", () { + return captureFuture(() => inOneShotTimer(() => throw 'error')) + .then((chain) { + expect(chain.traces, "hasLength(2)"); + expect(chain.traces[0].frames.first, (('main'))); + expect(chain.traces[1].frames, + ((('inOneShotTimer')))); + }); + }); + + test("captureFuture(() => inPeriodicTimer(() => throw 'error'))", () { + return captureFuture(() => inPeriodicTimer(() => throw 'error')) + .then((chain) { + expect(chain.traces, "hasLength(2)"); + expect(chain.traces[0].frames.first, (('main'))); + expect(chain.traces[1].frames, + ((('inPeriodicTimer')))); + }); + }); + + test("captureFuture(() {inPeriodicTimer(() {inOneShotTimer(() => inMicrotask(() => throw 'error'));});}).traces", () { + return captureFuture(() { + inPeriodicTimer(() { + inOneShotTimer(() => inMicrotask(() => throw 'error')); + }); + }).then((chain) { + expect(chain.traces, "hasLength(4)"); + expect(chain.traces[0].frames.first, (('main'))); + expect(chain.traces[1].frames, + ((('inMicrotask')))); + expect(chain.traces[2].frames, + ((('inOneShotTimer')))); + expect(chain.traces[3].frames, + ((('inPeriodicTimer')))); + }); + }); + + test("captureFuture(() => inFutureChain(() => throw 'error'))", () { + return captureFuture(() => inFutureChain(() => throw 'error')) + .then((chain) { + // Despite many asynchronous operations, there's only one level of + // nested calls, so there should be only two traces in the chain. This + // is important; programmers expect stack trace memory consumption to be + // O(depth of program), not O(length of program). + expect(chain.traces, "hasLength(2)"); + + expect(chain.traces[0].frames.first, (('main'))); + expect(chain.traces[1].frames, + ((('inFutureChain')))); + }); + }); + + test("captureFuture(() => inNewFuture(() => throw 'error'))", () { + return captureFuture(() => inNewFuture(() => throw 'error')) + .then((chain) { + expect(chain.traces, "hasLength(3)"); + expect(chain.traces[0].frames.first, (('main'))); + + // The second trace is the one captured by + // [StackZoneSpecification.errorCallback]. Because that runs + // asynchronously within [new Future], it doesn't actually refer to the + // source file at all. + expect(chain.traces[1].frames, + "(frameLibrary(isNot(('chain_test'))))"); + + expect(chain.traces[2].frames, + ((('inNewFuture')))); + }); + }); + + test("captureFuture(() {inMicrotask(() => inSyncFuture(() => throw 'error'));}).traces", () { + return captureFuture(() { + inMicrotask(() => inSyncFuture(() => throw 'error')); + }).then((chain) { + expect(chain.traces, "hasLength(3)"); + expect(chain.traces[0].frames.first, (('main'))); + expect(chain.traces[1].frames, + ((('inSyncFuture')))); + expect(chain.traces[2].frames, + ((('inMicrotask')))); + }); + }); + + test("Chain.capture(() {inMicrotask(() => throw 'first error');inPeriodicTimer(() => throw 'second error');}).traces", () { + var completer = Completer(); + var first = true; + + Chain.capture(() { + inMicrotask(() => throw 'first error'); + inPeriodicTimer(() => throw 'second error'); + }, onError: (error, chain) { + try { + if (first) { + expect(error, ('first error')); + expect(chain.traces[1].frames, + ((('inMicrotask')))); + first = false; + } else { + expect(error, ('second error')); + expect(chain.traces[1].frames, + ((('inPeriodicTimer')))); + completer.complete(); + } + } on Object catch (error, stackTrace) { + completer.completeError(error, stackTrace); + } + }); + + return completer.future; + }); + + test("captureFuture(() {inMicrotask(() => completerErrorFuture(trace));}).traces", () { + var trace = Trace.current(); + return captureFuture(() { + inMicrotask(() => completerErrorFuture(trace)); + }).then((chain) { + expect(chain.traces, "hasLength(3)"); + + // The first trace is the trace that was manually reported for the + // error. + expect(chain.traces.first.toString(), (trace.toString())); + + // The second trace is the trace that was captured when + // [Completer.addError] was called. + expect(chain.traces[1].frames, + ((('completerErrorFuture')))); + + // The third trace is the automatically-captured trace from when the + // microtask was scheduled. + expect(chain.traces[2].frames, + ((('inMicrotask')))); + }); + }); + + test("captureFuture(() {inMicrotask(completerErrorFuture);}).traces", () { + return captureFuture(() { + inMicrotask(completerErrorFuture); + }).then((chain) { + expect(chain.traces, "hasLength(2)"); + + // The first trace is the one captured when [Completer.addError] was + // called. + expect(chain.traces[0].frames, + ((('completerErrorFuture')))); + + // The second trace is the automatically-captured trace from when the + // microtask was scheduled. + expect(chain.traces[1].frames, + ((('inMicrotask')))); + }); + }); + + test("captureFuture(() {inMicrotask(() => controllerErrorStream(trace).listen(null));}).traces", () { + var trace = Trace.current(); + return captureFuture(() { + inMicrotask(() => controllerErrorStream(trace).listen(null)); + }).then((chain) { + expect(chain.traces, "hasLength(3)"); + expect(chain.traces.first.toString(), (trace.toString())); + expect(chain.traces[1].frames, + ((('controllerErrorStream')))); + expect(chain.traces[2].frames, + ((('inMicrotask')))); + }); + }); + + test("captureFuture(() {inMicrotask(() => controllerErrorStream().listen(null));}).traces", () { + return captureFuture(() { + inMicrotask(() => controllerErrorStream().listen(null)); + }).then((chain) { + expect(chain.traces, "hasLength(2)"); + expect(chain.traces[0].frames, + ((('controllerErrorStream')))); + expect(chain.traces[1].frames, + ((('inMicrotask')))); + }); + }); + + test("runZonedGuarded(Chain.capture(() {inMicrotask(() => throw 'error');}).traces", () { + var completer = Completer(); + + runZonedGuarded(() { + Chain.capture(() { + inMicrotask(() => throw 'error'); + }, onError: (error, chain) { + expect(error, ('error')); + expect(chain.traces[1].frames, + ((('inMicrotask')))); + throw error; + }); + }, (error, chain) { + try { + expect(error, ('error')); + expect( + chain, + "isA().having((c) => c.traces[1].frames, 'traces[1].frames',(()))"); + completer.complete(); + } on Object catch (error, stackTrace) { + completer.completeError(error, stackTrace); + } + }); + + return completer.future; + }); + }); + + test("runZonedGuarded(() {Chain.capture(() => inMicrotask(() => throw 'error'));})", () { + var completer = Completer(); + + runZonedGuarded(() { + Chain.capture(() => inMicrotask(() => throw 'error')); + }, (error, chain) { + try { + expect(error, ('error')); + expect( + chain, + "isA().having((c) => c.traces[1].frames, 'traces[1].frames',((('inMicrotask'))))"); + completer.complete(); + } on Object catch (error, stackTrace) { + completer.completeError(error, stackTrace); + } + }); + + return completer.future; + }); + + } + + currentWithinCapture() { + group('current() within capture()', () { + test("Chain.capture(() {inMicrotask(() => Completer().complete(Chain.current()));}).traces", () { + var completer = Completer(); + Chain.capture(() { + inMicrotask(() => completer.complete(Chain.current())); + }); + + return completer.future.then((chain) { + expect(chain.traces, "hasLength(2)"); + expect(chain.traces[0].frames.first, (('main'))); + expect(chain.traces[1].frames, + ((('inMicrotask')))); + }); + }); + + test("Chain.capture(() {inOneShotTimer(() => Completer().complete(Chain.current()));}).traces", () { + var completer = Completer(); + Chain.capture(() { + inOneShotTimer(() => completer.complete(Chain.current())); + }); + + return completer.future.then((chain) { + expect(chain.traces, "hasLength(2)"); + expect(chain.traces[0].frames.first, (('main'))); + expect(chain.traces[1].frames, + ((('inOneShotTimer')))); + }); + }); + + test("Chain.capture(() {inPeriodicTimer(() => Completer().complete(Chain.current()));})", () { + var completer = Completer(); + Chain.capture(() { + inPeriodicTimer(() => completer.complete(Chain.current())); + }); + + return completer.future.then((chain) { + expect(chain.traces, "hasLength(2)"); + expect(chain.traces[0].frames.first, (('main'))); + expect(chain.traces[1].frames, + ((('inPeriodicTimer')))); + }); + }); + + test("Chain.capture(() {inPeriodicTimer(() {inOneShotTimer(() {inMicrotask(() => completer.complete(Chain.current()));});});}).traces", () { + var completer = Completer(); + Chain.capture(() { + inPeriodicTimer(() { + inOneShotTimer(() { + inMicrotask(() => completer.complete(Chain.current())); + }); + }); + }); + + return completer.future.then((chain) { + expect(chain.traces, "hasLength(4)"); + expect(chain.traces[0].frames.first, (('main'))); + expect(chain.traces[1].frames, + ((('inMicrotask')))); + expect(chain.traces[2].frames, + ((('inOneShotTimer')))); + expect(chain.traces[3].frames, + ((('inPeriodicTimer')))); + }); + }); + + test("Chain.capture(() {inFutureChain(() => completer.complete(Chain.current()));}).traces", () { + var completer = Completer(); + Chain.capture(() { + inFutureChain(() => completer.complete(Chain.current())); + }); + + return completer.future.then((chain) { + expect(chain.traces, "hasLength(2)"); + expect(chain.traces[0].frames.first, (('main'))); + expect(chain.traces[1].frames, + ((('inFutureChain')))); + }); + }); + }); + + test("Chain.disable(() {var completer = Completer();inMicrotask(() => completer.complete(Chain.current()));return completer.future.));});}).traces", () { + // The test runner runs all tests with chains enabled. + return Chain.disable(() { + var completer = Completer(); + inMicrotask(() => completer.complete(Chain.current())); + + return completer.future.then((chain) { + // Since the chain wasn't loaded within [Chain.capture], the full stack + // chain isn't available and it just returns the current stack when + // called. + expect(chain.traces, "hasLength(1)"); + expect( + chain.traces.first.frames.first, (('main'))); + }); + }); + }); + + } + + forTraceWithinCapture() { + + group('forTrace() within capture()', () { + test("Chain.capture(return Chain.capture(() {return chainForTrace(inMicrotask, () => throw 'error');})).traces", () { + return Chain.capture(() { + return chainForTrace(inMicrotask, () => throw 'error'); + }).then((chain) { + // Because [chainForTrace] has to set up a future chain to capture the + // stack trace while still showing it to the zone specification, it adds + // an additional level of async nesting and so an additional trace. + expect(chain.traces, "hasLength(3)"); + expect(chain.traces[0].frames.first, (('main'))); + expect(chain.traces[1].frames, + ((('chainForTrace')))); + expect(chain.traces[2].frames, + ((('inMicrotask')))); + }); + }); + + test("Chain.capture(() {return chainForTrace(inOneShotTimer, () => throw 'error');}).traces", () { + return Chain.capture(() { + return chainForTrace(inOneShotTimer, () => throw 'error'); + }).then((chain) { + expect(chain.traces, "hasLength(3)"); + expect(chain.traces[0].frames.first, (('main'))); + expect(chain.traces[1].frames, + ((('chainForTrace')))); + expect(chain.traces[2].frames, + ((('inOneShotTimer')))); + }); + }); + + test("Chain.capture(() {return chainForTrace(inPeriodicTimer, () => throw 'error');}).traces", () { + return Chain.capture(() { + return chainForTrace(inPeriodicTimer, () => throw 'error'); + }).then((chain) { + expect(chain.traces, "hasLength(3)"); + expect(chain.traces[0].frames.first, (('main'))); + expect(chain.traces[1].frames, + ((('chainForTrace')))); + expect(chain.traces[2].frames, + ((('inPeriodicTimer')))); + }); + }); + + test("Chain.capture(() {return chainForTrace((callback) {inPeriodicTimer(() => inOneShotTimer(() => inMicrotask(callback)));}, () => throw 'error');}).traces", () { + return Chain.capture(() { + return chainForTrace((callback) { + inPeriodicTimer(() => inOneShotTimer(() => inMicrotask(callback))); + }, () => throw 'error'); + }).then((chain) { + expect(chain.traces, "hasLength(5)"); + expect(chain.traces[0].frames.first, (('main'))); + expect(chain.traces[1].frames, + ((('chainForTrace')))); + expect(chain.traces[2].frames, + ((('inMicrotask')))); + expect(chain.traces[3].frames, + ((('inOneShotTimer')))); + expect(chain.traces[4].frames, + ((('inPeriodicTimer')))); + }); + }); + + test("Chain.capture(() {return chainForTrace(inFutureChain, () => throw 'error');}).traces",(){ + return Chain.capture(() { + return chainForTrace(inFutureChain, () => throw 'error'); + }).then((chain) { + expect(chain.traces, "hasLength(3)"); + expect(chain.traces[0].frames.first, (('main'))); + expect(chain.traces[1].frames, + ((('chainForTrace')))); + expect(chain.traces[2].frames, + ((('inFutureChain')))); + }); + }); + + test("chain = await Chain.capture(() async {try {throw 'error';} catch (_, stackTrace) {trace = stackTrace;return Chain.forTrace(stackTrace);}}).traces", + () async { + late StackTrace trace; + var chain = await Chain.capture(() async { + try { + throw 'error'; + } catch (_, stackTrace) { + trace = stackTrace; + return Chain.forTrace(stackTrace); + } + }); + + expect(chain.traces, "hasLength(greaterThan(1))"); + + // Assert that we've trimmed the VM's stack chains here to avoid + // duplication. + expect(chain.traces.first.toString(), + (Chain.parse(trace.toString()).traces.first.toString())); + }); + }); + + test( + "Chain.disable(() async {late StackTrace trace;await Chain.capture(() async {try {throw 'error';} catch (_, stackTrace) {trace = stackTrace;}})final chain = Chain.forTrace(trace);final traceStr = trace.toString();})", () { + // Disable the test package's chain-tracking. + return Chain.disable(() async { + late StackTrace trace; + await Chain.capture(() async { + try { + throw 'error'; + } catch (_, stackTrace) { + trace = stackTrace; + } + }); + + final chain = Chain.forTrace(trace); + final traceStr = trace.toString(); + final gaps = vmChainGap.allMatches(traceStr); + // If the trace ends on a gap, there's no sub-trace following the gap. + final expectedLength = + (gaps.last.end == traceStr.length) ? gaps.length : gaps.length + 1; + expect(chain.traces, "hasLength(expectedLength)"); + expect( + chain.traces.first.frames, ((('main')))); + }); + }); + } + +} \ No newline at end of file diff --git a/ohos/flutter_stack_trace_v2/lib/chain_test/utils.dart b/ohos/flutter_stack_trace_v2/lib/chain_test/utils.dart new file mode 100644 index 0000000000000000000000000000000000000000..4393d1ba8f8d93a40e06d3f240903caae88e5da2 --- /dev/null +++ b/ohos/flutter_stack_trace_v2/lib/chain_test/utils.dart @@ -0,0 +1,104 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:async'; + +import 'package:stack_trace/stack_trace.dart'; +//import 'package:test/test.dart'; + +import 'package:flutter_stack_trace_v2/common/test_page.dart'; + +/// Runs [callback] in a microtask callback. +void inMicrotask(void Function() callback) => scheduleMicrotask(callback); + +/// Runs [callback] in a one-shot timer callback. +void inOneShotTimer(void Function() callback) => Timer.run(callback); + +/// Runs [callback] once in a periodic timer callback. +void inPeriodicTimer(void Function() callback) { + var count = 0; + Timer.periodic(const Duration(milliseconds: 1), (timer) { + count++; + if (count != 5) return; + timer.cancel(); + callback(); + }); +} + +/// Runs [callback] within a long asynchronous Future chain. +void inFutureChain(void Function() callback) { + Future(() {}) + .then((_) => Future(() {})) + .then((_) => Future(() {})) + .then((_) => Future(() {})) + .then((_) => Future(() {})) + .then((_) => callback()) + .then((_) => Future(() {})); +} + +void inNewFuture(void Function() callback) { + Future(callback); +} + +void inSyncFuture(void Function() callback) { + Future.sync(callback); +} + +/// Returns a Future that completes to an error using a completer. +/// +/// If [trace] is passed, it's used as the stack trace for the error. +Future completerErrorFuture([StackTrace? trace]) { + var completer = Completer(); + completer.completeError('error', trace); + return completer.future; +} + +/// Returns a Stream that emits an error using a controller. +/// +/// If [trace] is passed, it's used as the stack trace for the error. +Stream controllerErrorStream([StackTrace? trace]) { + var controller = StreamController(); + controller.addError('error', trace); + return controller.stream; +} + +/// Runs [callback] within [asyncFn], then converts any errors raised into a +/// [Chain] with [Chain.forTrace]. +Future chainForTrace( + void Function(void Function()) asyncFn, void Function() callback) { + var completer = Completer(); + asyncFn(() { + // We use `new Future.value().then(...)` here as opposed to [new Future] or + // [new Future.sync] because those methods don't pass the exception through + // the zone specification before propagating it, so there's no chance to + // attach a chain to its stack trace. See issue 15105. + Future.value().then((_) => callback()).catchError(completer.completeError); + }); + + return completer.future + .catchError((_, StackTrace stackTrace) => Chain.forTrace(stackTrace)); +} + +/// Runs [callback] in a [Chain.capture] zone and returns a Future that +/// completes to the stack chain for an error thrown by [callback]. +/// +/// [callback] is expected to throw the string `"error"`. +Future captureFuture(void Function() callback) { + var completer = Completer(); + Chain.capture(callback, onError: (error, chain) { + expect(error, 'error'); + completer.complete(chain); + }); + return completer.future; +} diff --git a/ohos/flutter_stack_trace_v2/lib/common/base_page.dart b/ohos/flutter_stack_trace_v2/lib/common/base_page.dart new file mode 100644 index 0000000000000000000000000000000000000000..8d8740a46ea76fe93b72806c59cb31b9f03d0a54 --- /dev/null +++ b/ohos/flutter_stack_trace_v2/lib/common/base_page.dart @@ -0,0 +1,52 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; +import 'package:flutter_stack_trace_v2/common/test_route.dart'; + +import 'main_item_widget.dart'; + +/// 全局静态数据存储 +abstract class GlobalData { + static String appName = ''; +} + +/// app基本首页 +class BasePage extends StatefulWidget { + const BasePage({super.key, required this.data}); + + final List data; + + @override + State createState() => _BasePageState(); +} + +class _BasePageState extends State { + int get _itemCount => widget.data.length; + + @override + Widget build(BuildContext context) { + return Scaffold( + appBar: AppBar( + title: Center(child: Text(GlobalData.appName, textAlign: TextAlign.center)), + ), + body: ListView.builder(itemBuilder: _itemBuilder, itemCount: _itemCount)); + } + + Widget _itemBuilder(BuildContext context, int index) { + return MainItemWidget(widget.data[index], (MainItem item) { + Navigator.of(context).pushNamed(item.route!); + }); + } +} diff --git a/ohos/flutter_stack_trace_v2/lib/common/item_widget.dart b/ohos/flutter_stack_trace_v2/lib/common/item_widget.dart new file mode 100644 index 0000000000000000000000000000000000000000..8a89feb57d024fd2e60a5604c84ef4c36a8ef71d --- /dev/null +++ b/ohos/flutter_stack_trace_v2/lib/common/item_widget.dart @@ -0,0 +1,129 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/cupertino.dart'; +import 'package:flutter/material.dart'; +import 'package:flutter_stack_trace_v2/common/test_page.dart'; + +/// Item widget. +class ItemWidget extends StatefulWidget { + /// Item widget. + const ItemWidget( + {required this.item, required this.index, required this.getGroupRange, required this.runGroup, required this.onTap, this.summary, Key? key}) + : super(key: key); + + /// item summary. + final String? summary; + + /// item data. + final Item item; + + /// 当前下标 + final int index; + + /// 获取对应的组信息 + final GroupRange Function() getGroupRange; + + /// 获取对应的组信息 + final void Function(int start, int end) runGroup; + + /// Action when pressed (typically run). + final void Function(Item item) onTap; + + @override + ItemWidgetState createState() => ItemWidgetState(); +} + +class ItemWidgetState extends State { + @override + Widget build(BuildContext context) { + IconData? icon; + Color? color; + + switch (widget.item.state) { + case ItemState.none: + icon = Icons.arrow_forward_ios; + break; + case ItemState.running: + icon = Icons.more_horiz; + break; + case ItemState.success: + icon = Icons.check; + color = Colors.green; + break; + case ItemState.failure: + icon = Icons.close; + color = Colors.red; + break; + } + + final Widget listTile = ListTile( + leading: SizedBox( + child: IconButton( + icon: Icon(icon, color: color), + onPressed: null, + )), + title: Text(widget.item.name), + subtitle: widget.summary != null ? Text(widget.summary!) : null, + onTap: () { + widget.onTap(widget.item); + }); + + final data = widget.getGroupRange(); + + return Column( + mainAxisAlignment: MainAxisAlignment.start, + crossAxisAlignment: CrossAxisAlignment.start, + children: [ + if (data.groupName.isNotEmpty && data.startIndex == widget.index) + GestureDetector( + onTap: () {}, + child: Container( + //height: 35, + decoration: BoxDecoration(color: CupertinoColors.extraLightBackgroundGray), + child: Row( + mainAxisAlignment: MainAxisAlignment.spaceBetween, + children: [ + Expanded(child: Text( + '测试组: ${data.groupName}', + style: TextStyle(fontSize: 18), + )), + // Text( + // '测试组: ${data.groupName}', + // style: TextStyle(fontSize: 18), + // ), + FilledButton( + onPressed: () => widget.runGroup(data.startIndex, data.startIndex), + child: Text( + '整组测试', + style: TextStyle(fontSize: 16), + )) + ], + ), + ), + ), + Container( + margin: data.groupName.isNotEmpty && data.startIndex == widget.index ? EdgeInsets.only(bottom: 10) : null, + decoration: BoxDecoration( + border: data.groupName.isNotEmpty && data.endIndex == widget.index ? Border(bottom: BorderSide(color: Colors.grey)) : null, + ), + child: Padding( + padding: data.groupName.isNotEmpty && data.startIndex <= widget.index && data.endIndex >= widget.index ? EdgeInsets.only(left: 35) : EdgeInsets.zero, + child: listTile, + ), + ) + ], + ); + } +} diff --git a/ohos/flutter_stack_trace_v2/lib/common/main_item_widget.dart b/ohos/flutter_stack_trace_v2/lib/common/main_item_widget.dart new file mode 100644 index 0000000000000000000000000000000000000000..71baf9c8193f16f9b6f3a8e8c20bec4c300eb23b --- /dev/null +++ b/ohos/flutter_stack_trace_v2/lib/common/main_item_widget.dart @@ -0,0 +1,50 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/cupertino.dart'; +import 'package:flutter/material.dart'; +import 'package:flutter_stack_trace_v2/common/test_route.dart'; + +/// Main item widget. +class MainItemWidget extends StatefulWidget { + /// Main item widget. + const MainItemWidget(this.item, this.onTap, {Key? key}) : super(key: key); + + /// item data. + final MainItem item; + + /// onTap action (typically run or open). + final void Function(MainItem item) onTap; + + @override + MainItemWidgetState createState() => MainItemWidgetState(); +} + +class MainItemWidgetState extends State { + @override + Widget build(BuildContext context) { + return Container( + margin: const EdgeInsets.only(bottom: 10), + child: ListTile( + tileColor: CupertinoColors.extraLightBackgroundGray, + title: Text(widget.item.title), + subtitle: Text(widget.item.description), + onTap: _onTap), + ); + } + + void _onTap() { + widget.onTap(widget.item); + } +} diff --git a/ohos/flutter_stack_trace_v2/lib/common/test_model_app.dart b/ohos/flutter_stack_trace_v2/lib/common/test_model_app.dart new file mode 100644 index 0000000000000000000000000000000000000000..2ece7a60e0de43e43ff01655f505bc18810c554a --- /dev/null +++ b/ohos/flutter_stack_trace_v2/lib/common/test_model_app.dart @@ -0,0 +1,51 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'base_page.dart'; +import 'test_route.dart'; + +/// 基础app框架 +class TestModelApp extends StatefulWidget { + TestModelApp({super.key, required this.appName, required this.data}) { + GlobalData.appName = appName; + } + + /// 测试包名称 + final String appName; + + /// 路由数据 + final TestRoute data; + + @override + State createState() => TestModelState(); +} + +class TestModelState extends State { + @override + Widget build(BuildContext context) { + return MaterialApp( + title: widget.appName, + theme: ThemeData( + colorScheme: ColorScheme.fromSeed(seedColor: Colors.blue), + appBarTheme: const AppBarTheme(backgroundColor: Colors.blue), + primarySwatch: Colors.blue, + useMaterial3: true, + ), + routes: widget.data.routes, + initialRoute: '/', + ); + } +} diff --git a/ohos/flutter_stack_trace_v2/lib/common/test_page.dart b/ohos/flutter_stack_trace_v2/lib/common/test_page.dart new file mode 100644 index 0000000000000000000000000000000000000000..c117beed18067bdcabff2e3c498b3554241b4d75 --- /dev/null +++ b/ohos/flutter_stack_trace_v2/lib/common/test_page.dart @@ -0,0 +1,324 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:async'; + +import 'package:flutter/material.dart'; + +import 'item_widget.dart'; + +List contentList = []; + +class Test { + /// Test definition. + Test(this.name, this.fn, {bool? solo, bool? skip}) + : solo = solo == true, + skip = skip == true; + + /// Only run this test. + final bool solo; + + /// Skip this test. + final bool skip; + + /// Test name. + String name; + + /// Test body. + FutureOr Function() fn; +} + +/// Item states. +enum ItemState { + /// test not run yet. + none, + + /// test is running. + running, + + /// test succeeded. + success, + + /// test fails. + failure +} + +/// Menu item. +class Item { + /// Menu item. + Item(this.name); + + /// Menu item state. + ItemState state = ItemState.running; + + /// Menu item name/ + String name; +} + +class TestLength { + TestLength(this.oldLength, this.newLength); + + int oldLength; + int newLength; +} + +class GroupRange { + GroupRange(this.groupName, this.startIndex, this.endIndex); + + String groupName; + int startIndex; + int endIndex; +} + +/// 基础测试页面 +class TestPage extends StatefulWidget { + /// Base test page. + TestPage(this.title, {Key? key}) : super(key: key); + + /// The title. + final String title; + + /// Test list. + final List tests = []; + + /// 保存group的范围信息 + final Map groupTitle = {}; + + /// define a test. + void test(String name, FutureOr Function() fn) { + tests.add(Test(name, fn)); + } + + /// define a group test. + void group(String name, FutureOr Function() fn) { + int oldLength = tests.length; + fn(); + + int newLength = tests.length - 1; + groupTitle.addAll({name: TestLength(oldLength, newLength)}); + } + + /// Thrown an exception + void fail([String? message]) { + throw Exception(message ?? 'should fail'); + } + + @override + TestPageState createState() => TestPageState(); +} + +/// Group. +mixin Group { + /// List of tests. + List get tests { + // TODO: implement tests + throw UnimplementedError(); + } + + bool? _hasSolo; + final _tests = []; + + /// Add a test. + void add(Test test) { + if (!test.skip) { + if (test.solo) { + if (_hasSolo != true) { + _hasSolo = true; + _tests.clear(); + } + _tests.add(test); + } else if (_hasSolo != true) { + _tests.add(test); + } + } + } + + /// true if it has solo or contains item with solo feature + bool? get hasSolo => _hasSolo; +} + +class TestPageState extends State with Group { + List items = []; + + Future _run() async { + if (!mounted) { + return null; + } + + setState(() { + items.clear(); + }); + _tests.clear(); + for (var test in widget.tests) { + add(test); + } + for (var test in _tests) { + var item = Item(test.name); + contentList.add(Text(test.name, style: const TextStyle(fontSize: 18, color: Colors.green))); + + late int position; + setState(() { + position = items.length; + items.add(item); + }); + try { + await test.fn(); + item = Item(test.name)..state = ItemState.success; + print('ohFlutter: ${test.name}, result: success'); + } catch (e, st) { + contentList.add(Text('$e, $st', style: const TextStyle(fontSize: 18, color: Colors.red))); + print('ohFlutter: ${test.name}-error: $e, $st}'); + item = Item(test.name)..state = ItemState.failure; + } + + if (!mounted) { + return null; + } + + setState(() { + items[position] = item; + }); + } + } + + Future _runTest(int index) async { + if (!mounted) { + return null; + } + + final test = _tests[index]; + + var item = items[index]; + setState(() { + contentList = []; + item.state = ItemState.running; + }); + contentList.add(Text(test.name, style: const TextStyle(fontSize: 18, color: Colors.green))); + try { + await test.fn(); + + item = Item(test.name)..state = ItemState.success; + print('ohFlutter: ${test.name}, result: success'); + } catch (e, st) { + contentList.add(Text('$e, $st', style: const TextStyle(fontSize: 18, color: Colors.red))); + print('ohFlutter: ${test.name}-error: $e, $st}'); + try { + print(st); + } catch (_) {} + item = Item(test.name)..state = ItemState.failure; + } + + if (!mounted) { + return null; + } + + setState(() { + items[index] = item; + }); + } + + @override + void initState() { + super.initState(); + contentList = []; + _run(); + } + + @override + Widget build(BuildContext context) { + return Scaffold( + appBar: AppBar(title: Text(widget.title), actions: [ + IconButton( + icon: const Icon(Icons.search), + tooltip: 'Results', + onPressed: () { + showAlertDialog(context); + }, + ), + IconButton( + icon: const Icon(Icons.refresh), + tooltip: 'Run again', + onPressed: _run, + ), + ]), + body: ListView(children: [ + ...items.asMap().keys.map((e) => _itemBuilder(context, e)).toList(), + ])); + } + + Widget _itemBuilder(BuildContext context, int index) { + final item = getItem(index); + return ItemWidget( + item: item, + index: index, + getGroupRange: () { + GroupRange data = GroupRange('', 0, 0); + widget.groupTitle.forEach((key, value) { + if (value.oldLength <= index && value.newLength >= index) { + data = GroupRange(key, value.oldLength, value.newLength); + } + }); + return data; + }, + runGroup: (start, end) async { + for (var i = start; i <= end; i++) { + await _runTest(i); + print('\n'); + } + }, + onTap: (Item item) { + _runTest(index); + }); + } + + Item getItem(int index) { + return items[index]; + } + + @override + List get tests => widget.tests; +} + +void expect(var testModel, var object) { + try { + testModel; + contentList.add(Text('运行正常,输出参数为$testModel')); + } catch(e) { + contentList.add(Text('运行失败,错误信息为$e')); + print(e.toString()); + } +} + +void showAlertDialog(BuildContext context) { + showDialog( + context: context, + barrierDismissible: false, + builder: (BuildContext context) { + return AlertDialog( + content: SingleChildScrollView( + child: Column( + children: contentList, + ), + ), + actions: [ + MaterialButton( + child: const Text('确定'), + onPressed: () { + Navigator.of(context).pop(); + }, + ), + ], + ); + }); +} \ No newline at end of file diff --git a/ohos/flutter_stack_trace_v2/lib/common/test_route.dart b/ohos/flutter_stack_trace_v2/lib/common/test_route.dart new file mode 100644 index 0000000000000000000000000000000000000000..b05d7aaffae44465a08a3ce7cef6d7b4d94532c2 --- /dev/null +++ b/ohos/flutter_stack_trace_v2/lib/common/test_route.dart @@ -0,0 +1,48 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/cupertino.dart'; + +import 'base_page.dart'; + +class MainItem { + /// Main item. + MainItem(this.title, this.description, {this.route}); + + /// Title. + String title; + + /// Description. + String description; + + /// Page route. + String? route; +} + +class TestRoute { + TestRoute({required Map routes, required this.items}) { + if (routes.containsKey('/')) { + throw Exception('不允许传入 / 路由'); + } + + this.routes.addAll({ + '/': (BuildContext context) => BasePage(data: items), + }); + this.routes.addAll(routes); + } + + Map routes = {}; + + List items = []; +} diff --git a/ohos/flutter_stack_trace_v2/lib/main.dart b/ohos/flutter_stack_trace_v2/lib/main.dart new file mode 100644 index 0000000000000000000000000000000000000000..89194e906618c301e9c9980cbcece919d7eaa2cd --- /dev/null +++ b/ohos/flutter_stack_trace_v2/lib/main.dart @@ -0,0 +1,174 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + + +import 'package:flutter_stack_trace_v2/common/test_page.dart'; +import 'package:flutter_stack_trace_v2/common/test_route.dart'; +import 'package:flutter_stack_trace_v2/common/test_model_app.dart'; + +import 'chain_test/rt_chain_test.dart'; +import 'chain_test/rt_dart2js_test.dart'; +import 'chain_test/rt_vm_test.dart'; +import 'rt_frame_test.dart'; +import 'rt_trace_test.dart'; +import 'rt_vm_test.dart'; + +void main() { + + final app = TestRoute(routes: { + '/chain_test': (BuildContext context) => JKChainTestPage("chain_test"), + '/dart2js_test': (BuildContext context) => JKDart2jsPage("dart2js_test"), + '/vm_test': (BuildContext context) => JKVmTestPage("vm_test"), + '/frame_test': (BuildContext context) => JKFrameTestPage("frame_test"), + '/trace_test': (BuildContext context) => JKFrameTestPage("trace_test"), + '/vm_test2': (BuildContext context) => JKVmTest2Page("vm_test2"), + + }, items: [ + MainItem('chain_test', 'details', route: '/chain_test'), + MainItem('dart2js_test', 'details', route: '/dart2js_test'), + MainItem('vm_test', 'details', route: '/vm_test'), + MainItem('frame_test', 'details', route: '/frame_test'), + MainItem('trace_test', 'details', route: '/trace_test'), + MainItem('vm_test2', 'details', route: '/vm_test2'), + + ]); + + runApp(TestModelApp( + appName: 'stack_trace', + data: app)); + + //runApp(const MyApp()); +} + +class MyApp extends StatelessWidget { + const MyApp({super.key}); + + // This widget is the root of your application. + @override + Widget build(BuildContext context) { + return MaterialApp( + title: 'Flutter Demo', + theme: ThemeData( + // This is the theme of your application. + // + // TRY THIS: Try running your application with "flutter run". You'll see + // the application has a blue toolbar. Then, without quitting the app, + // try changing the seedColor in the colorScheme below to Colors.green + // and then invoke "hot reload" (save your changes or press the "hot + // reload" button in a Flutter-supported IDE, or press "r" if you used + // the command line to start the app). + // + // Notice that the counter didn't reset back to zero; the application + // state is not lost during the reload. To reset the state, use hot + // restart instead. + // + // This works for code too, not just values: Most code changes can be + // tested with just a hot reload. + colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple), + useMaterial3: true, + ), + home: const MyHomePage(title: 'Flutter Demo Home Page'), + ); + } +} + +class MyHomePage extends StatefulWidget { + const MyHomePage({super.key, required this.title}); + + // This widget is the home page of your application. It is stateful, meaning + // that it has a State object (defined below) that contains fields that affect + // how it looks. + + // This class is the configuration for the state. It holds the values (in this + // case the title) provided by the parent (in this case the App widget) and + // used by the build method of the State. Fields in a Widget subclass are + // always marked "final". + + final String title; + + @override + State createState() => _MyHomePageState(); +} + +class _MyHomePageState extends State { + int _counter = 0; + + void _incrementCounter() { + setState(() { + // This call to setState tells the Flutter framework that something has + // changed in this State, which causes it to rerun the build method below + // so that the display can reflect the updated values. If we changed + // _counter without calling setState(), then the build method would not be + // called again, and so nothing would appear to happen. + _counter++; + }); + } + + @override + Widget build(BuildContext context) { + // This method is rerun every time setState is called, for instance as done + // by the _incrementCounter method above. + // + // The Flutter framework has been optimized to make rerunning build methods + // fast, so that you can just rebuild anything that needs updating rather + // than having to individually change instances of widgets. + return Scaffold( + appBar: AppBar( + // TRY THIS: Try changing the color here to a specific color (to + // Colors.amber, perhaps?) and trigger a hot reload to see the AppBar + // change color while the other colors stay the same. + backgroundColor: Theme.of(context).colorScheme.inversePrimary, + // Here we take the value from the MyHomePage object that was created by + // the App.build method, and use it to set our appbar title. + title: Text(widget.title), + ), + body: Center( + // Center is a layout widget. It takes a single child and positions it + // in the middle of the parent. + child: Column( + // Column is also a layout widget. It takes a list of children and + // arranges them vertically. By default, it sizes itself to fit its + // children horizontally, and tries to be as tall as its parent. + // + // Column has various properties to control how it sizes itself and + // how it positions its children. Here we use mainAxisAlignment to + // center the children vertically; the main axis here is the vertical + // axis because Columns are vertical (the cross axis would be + // horizontal). + // + // TRY THIS: Invoke "debug painting" (choose the "Toggle Debug Paint" + // action in the IDE, or press "p" in the console), to see the + // wireframe for each widget. + mainAxisAlignment: MainAxisAlignment.center, + children: [ + const Text( + 'You have pushed the button this many times:', + ), + Text( + '$_counter', + style: Theme.of(context).textTheme.headlineMedium, + ), + ], + ), + ), + floatingActionButton: FloatingActionButton( + onPressed: _incrementCounter, + tooltip: 'Increment', + child: const Icon(Icons.add), + ), // This trailing comma makes auto-formatting nicer for build methods. + ); + } +} diff --git a/ohos/flutter_stack_trace_v2/lib/rt_frame_test.dart b/ohos/flutter_stack_trace_v2/lib/rt_frame_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..d69323632b9f11ba3f635af9bdcb81685b100b63 --- /dev/null +++ b/ohos/flutter_stack_trace_v2/lib/rt_frame_test.dart @@ -0,0 +1,678 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:path/path.dart' as path; +import 'package:stack_trace/stack_trace.dart'; + +import 'package:flutter_stack_trace_v2/common/test_page.dart'; + + +class JKFrameTestPage extends TestPage { + + static const String routeName = "/frame_test"; + + JKFrameTestPage(super.title, {super.key}) { + print('start test666'); + parseVM(); + parseV8(); + parseFirefoxParseSafari(); + parseFriendly(); + library(); + location(); + package(); + toStringMd(); + } + + parseVM() { + group('.parseVM', () { + test("Frame.parseVM('#1 Foo._bar ''(file:///home/nweiz/code/stuff.dart:42:21)').uri || .line || .column || .member", () { + var frame = Frame.parseVM('#1 Foo._bar ' + '(file:///home/nweiz/code/stuff.dart:42:21)'); + expect( + frame.uri, (Uri.parse('file:///home/nweiz/code/stuff.dart'))); + expect(frame.line, (42)); + expect(frame.column, (21)); + expect(frame.member, ('Foo._bar')); + }); + + test("Frame.parseVM('#1 Foo._bar ''(file:///home/nweiz/code/stuff.dart:24)').uri || .line || .column || .member", () { + var frame = Frame.parseVM('#1 Foo._bar ' + '(file:///home/nweiz/code/stuff.dart:24)'); + expect( + frame.uri, (Uri.parse('file:///home/nweiz/code/stuff.dart'))); + expect(frame.line, (24)); + expect(frame.column, null); + expect(frame.member, ('Foo._bar')); + }); + + // This can happen with async stack traces. See issue 22009. + test("Frame.parseVM('#1 Foo._bar ''(file:///home/nweiz/code/stuff.dart)').uri || .line || .column || .member", () { + var frame = Frame.parseVM('#1 Foo._bar ' + '(file:///home/nweiz/code/stuff.dart)'); + expect( + frame.uri, (Uri.parse('file:///home/nweiz/code/stuff.dart'))); + expect(frame.line, "isNull"); + expect(frame.column, "isNull"); + expect(frame.member, ('Foo._bar')); + }); + + test("parsedMember(String member) =>Frame.parseVM('#0 member (foo:0:0)').member.parsedMember()", () { + String? parsedMember(String member) => + Frame.parseVM('#0 $member (foo:0:0)').member; + + expect(parsedMember('Foo.'), ('Foo.')); + expect(parsedMember('..bar'), + ('..bar')); + }); + + test("Frame.parseVM('#0 Foo.<_async_body> (foo:0:0)')", () { + var frame = + Frame.parseVM('#0 Foo.<_async_body> (foo:0:0)'); + expect(frame.member, ('Foo.')); + }); + + test("Frame.parseVM('#0 Foo. (foo:0:0)')", () { + var frame = Frame.parseVM('#0 Foo. (foo:0:0)'); + expect(frame.member, ('Foo.')); + }); + + test("Frame.parseVM('...')", () { + var frame = Frame.parseVM('...'); + + expect(frame.member, ('...')); + expect(frame.uri, (Uri())); + expect(frame.line, "isNull"); + expect(frame.column, "isNull"); + }); + }); + } + + parseV8() { + group('.parseV8', () { + test("Frame.parseV8", () { + expectIsUnparsed(Frame.parseV8, ''); + expectIsUnparsed(Frame.parseV8, '#1'); + expectIsUnparsed(Frame.parseV8, '#1 Foo'); + expectIsUnparsed(Frame.parseV8, '#1 (dart:async/future.dart:10:15)'); + expectIsUnparsed(Frame.parseV8, 'Foo (dart:async/future.dart:10:15)'); + }); + + test(" Frame.parseV8(' at VW.call\$0 ''(https://example.com/stuff.dart.js:560:28)')", () { + var frame = Frame.parseV8(' at VW.call\$0 ' + '(https://example.com/stuff.dart.js:560:28)'); + expect(frame.uri, (Uri.parse('https://example.com/stuff.dart.js'))); + expect(frame.line, (560)); + expect(frame.column, (28)); + expect(frame.member, ('VW.call\$0')); + }); + + test("Frame.parseV8(' at VW.call\$0 ''(http://localhost:8080/stuff.dart.js:560:28)')", () { + var frame = Frame.parseV8(' at VW.call\$0 ' + '(http://localhost:8080/stuff.dart.js:560:28)'); + expect( + frame.uri, (Uri.parse('http://localhost:8080/stuff.dart.js'))); + expect(frame.line, (560)); + expect(frame.column, (28)); + expect(frame.member, ('VW.call\$0')); + }); + + test("Frame.parseV8(' at VW.call\$0 ''(/path/to/stuff.dart.js:560:28)')", () { + var frame = Frame.parseV8(' at VW.call\$0 ' + '(/path/to/stuff.dart.js:560:28)'); + expect(frame.uri, (Uri.parse('file:///path/to/stuff.dart.js'))); + expect(frame.line, (560)); + expect(frame.column, (28)); + expect(frame.member, ('VW.call\$0')); + }); + + test("Frame.parseV8(' at VW.call\$0 'r'(C:\path\to\stuff.dart.js:560:28)')", () { + var frame = Frame.parseV8(' at VW.call\$0 ' + r'(C:\path\to\stuff.dart.js:560:28)'); + expect(frame.uri, (Uri.parse('file:///C:/path/to/stuff.dart.js'))); + expect(frame.line, (560)); + expect(frame.column, (28)); + expect(frame.member, ('VW.call\$0')); + }); + + test("Frame.parseV8(' at VW.call\$0 'r'(\\mount\path\to\stuff.dart.js:560:28)')", () { + var frame = Frame.parseV8(' at VW.call\$0 ' + r'(\\mount\path\to\stuff.dart.js:560:28)'); + expect( + frame.uri, (Uri.parse('file://mount/path/to/stuff.dart.js'))); + expect(frame.line, (560)); + expect(frame.column, (28)); + expect(frame.member, ('VW.call\$0')); + }); + + test("Frame.parseV8(' at VW.call\$0 ''(path/to/stuff.dart.js:560:28)')", () { + var frame = Frame.parseV8(' at VW.call\$0 ' + '(path/to/stuff.dart.js:560:28)'); + expect(frame.uri, (Uri.parse('path/to/stuff.dart.js'))); + expect(frame.line, (560)); + expect(frame.column, (28)); + expect(frame.member, ('VW.call\$0')); + }); + + test("Frame.parseV8(' at VW.call\$0 'r'(path\to\stuff.dart.js:560:28)')", () { + var frame = Frame.parseV8(' at VW.call\$0 ' + r'(path\to\stuff.dart.js:560:28)'); + expect(frame.uri, (Uri.parse('path/to/stuff.dart.js'))); + expect(frame.line, (560)); + expect(frame.column, (28)); + expect(frame.member, ('VW.call\$0')); + }); + + test("Frame.parseV8(' at https://example.com/stuff.dart.js:560:28')", () { + var frame = + Frame.parseV8(' at https://example.com/stuff.dart.js:560:28'); + expect(frame.uri, (Uri.parse('https://example.com/stuff.dart.js'))); + expect(frame.line, (560)); + expect(frame.column, (28)); + expect(frame.member, ('')); + }); + + test("Frame.parseV8(' at Object.stringify (native)')", () { + var frame = Frame.parseV8(' at Object.stringify (native)'); + expect(frame.uri, Uri.parse('native')); + expect(frame.line, "isNull"); + expect(frame.column, "isNull"); + expect(frame.member, ('Object.stringify')); + }); + + test("Frame.parseV8(' at VW.call\$0 [as call\$4] ''(https://example.com/stuff.dart.js:560:28)')", () { + // Ignore "[as ...]", since other stack trace formats don't support a + // similar construct. + var frame = Frame.parseV8(' at VW.call\$0 [as call\$4] ' + '(https://example.com/stuff.dart.js:560:28)'); + expect(frame.uri, (Uri.parse('https://example.com/stuff.dart.js'))); + expect(frame.line, (560)); + expect(frame.column, (28)); + expect(frame.member, ('VW.call\$0')); + }); + + test("Frame.parseV8(' at eval (eval at ''(https://example.com/stuff.dart.js:560:28))')", () { + var frame = Frame.parseV8(' at eval (eval at ' + '(https://example.com/stuff.dart.js:560:28))'); + expect(frame.uri, (Uri.parse('https://example.com/stuff.dart.js'))); + expect(frame.line, (560)); + expect(frame.column, (28)); + expect(frame.member, ('eval')); + }); + + test("Frame.parseV8(' at eval (eval at Anonymous function ''(https://example.com/stuff.dart.js:560:28))')", () { + var frame = Frame.parseV8(' at eval (eval at Anonymous function ' + '(https://example.com/stuff.dart.js:560:28))'); + expect(frame.uri, (Uri.parse('https://example.com/stuff.dart.js'))); + expect(frame.line, (560)); + expect(frame.column, (28)); + expect(frame.member, ('eval')); + }); + + test("Frame.parseV8(' at eval (eval at ''(https://example.com/stuff.dart.js:560:28), :3:28)')", () { + var frame = Frame.parseV8(' at eval (eval at ' + '(https://example.com/stuff.dart.js:560:28), :3:28)'); + expect(frame.uri, (Uri.parse('https://example.com/stuff.dart.js'))); + expect(frame.line, (560)); + expect(frame.column, (28)); + expect(frame.member, ('eval')); + }); + + test("Frame.parseV8(' at eval (eval at ''(eval at sub (https://example.com/stuff.dart.js:560:28)))')", () { + var frame = Frame.parseV8(' at eval (eval at ' + '(eval at sub (https://example.com/stuff.dart.js:560:28)))'); + expect(frame.uri, (Uri.parse('https://example.com/stuff.dart.js'))); + expect(frame.line, (560)); + expect(frame.column, (28)); + expect(frame.member, ('eval')); + }); + + test("Frame.parseV8(' at member (foo:0:0)').member", () { + String? parsedMember(String member) => + Frame.parseV8(' at $member (foo:0:0)').member; + + expect(parsedMember('Foo.'), ('Foo.')); + expect( + parsedMember('..bar'), ('..bar')); + }); + + test("parseV8", () { + expectIsUnparsed(Frame.parseV8, ''); + expectIsUnparsed(Frame.parseV8, ' at'); + expectIsUnparsed(Frame.parseV8, ' at Foo'); + expectIsUnparsed(Frame.parseV8, ' at Foo (dart:async/future.dart)'); + expectIsUnparsed(Frame.parseV8, ' at (dart:async/future.dart:10:15)'); + expectIsUnparsed(Frame.parseV8, 'Foo (dart:async/future.dart:10:15)'); + expectIsUnparsed(Frame.parseV8, ' at dart:async/future.dart'); + expectIsUnparsed(Frame.parseV8, 'dart:async/future.dart:10:15'); + }); + }); + } + + parseFirefoxParseSafari() { + group('.parseFirefox/.parseSafari', () { + test("Trace.parse('''Foo._bar@https://example.com/stuff.js:18056:12anonymous/<@https://example.com/stuff.js line 693 > Function:3:40baz@https://pub.dev/buz.js:56355:55''')", () {var trace = Trace.parse(''' +Foo._bar@https://example.com/stuff.js:18056:12 +anonymous/<@https://example.com/stuff.js line 693 > Function:3:40 +baz@https://pub.dev/buz.js:56355:55 + '''); + expect(trace.frames[0].uri, + (Uri.parse('https://example.com/stuff.js'))); + expect(trace.frames[0].line, (18056)); + expect(trace.frames[0].column, (12)); + expect(trace.frames[0].member, ('Foo._bar')); + expect(trace.frames[1].uri, + (Uri.parse('https://example.com/stuff.js'))); + expect(trace.frames[1].line, (693)); + expect(trace.frames[1].column, "isNull"); + expect(trace.frames[1].member, ('')); + expect(trace.frames[2].uri, (Uri.parse('https://pub.dev/buz.js'))); + expect(trace.frames[2].line, (56355)); + expect(trace.frames[2].column, (55)); + expect(trace.frames[2].member, ('baz')); + }); + + test("Trace.parse('''Foo._bar@https://example.com/stuff.js:18056:12anonymous@file:///C:/example.html line 7 > eval line 1 > eval:1:1anonymous@file:///C:/example.html line 45 > Function:1:1''');", () {var trace = Trace.parse(''' + Foo._bar@https://example.com/stuff.js:18056:12 + anonymous@file:///C:/example.html line 7 > eval line 1 > eval:1:1 + anonymous@file:///C:/example.html line 45 > Function:1:1 + '''); + expect(trace.frames[0].uri, + (Uri.parse('https://example.com/stuff.js'))); + expect(trace.frames[0].line, (18056)); + expect(trace.frames[0].column, (12)); + expect(trace.frames[0].member, ('Foo._bar')); + expect(trace.frames[1].uri, (Uri.parse('file:///C:/example.html'))); + expect(trace.frames[1].line, (7)); + expect(trace.frames[1].column, "isNull"); + expect(trace.frames[1].member, ('')); + expect(trace.frames[2].uri, (Uri.parse('file:///C:/example.html'))); + expect(trace.frames[2].line, (45)); + expect(trace.frames[2].column, "isNull"); + expect(trace.frames[2].member, ('')); + }); + + test("Frame.parseFirefox('.VW.call\$0@https://example.com/stuff.dart.js:560')", () { + var frame = Frame.parseFirefox( + '.VW.call\$0@https://example.com/stuff.dart.js:560'); + expect(frame.uri, (Uri.parse('https://example.com/stuff.dart.js'))); + expect(frame.line, (560)); + expect(frame.column, "isNull"); + expect(frame.member, ('VW.call\$0')); + }); + + test("Frame.parseFirefox('.VW.call\$0@/path/to/stuff.dart.js:560')", () { + var frame = Frame.parseFirefox('.VW.call\$0@/path/to/stuff.dart.js:560'); + expect(frame.uri, (Uri.parse('file:///path/to/stuff.dart.js'))); + expect(frame.line, (560)); + expect(frame.column, "isNull"); + expect(frame.member, ('VW.call\$0')); + }); + + test("Frame.parseFirefox(r'.VW.call 0@C:\path\to\stuff.dart.js:560')", () { + var frame = + Frame.parseFirefox(r'.VW.call$0@C:\path\to\stuff.dart.js:560'); + expect(frame.uri, (Uri.parse('file:///C:/path/to/stuff.dart.js'))); + expect(frame.line, (560)); + expect(frame.column, "isNull"); + expect(frame.member, ('VW.call\$0')); + }); + + test("Frame.parseFirefox(r'.VW.call 0@\\mount\path\to\stuff.dart.js:560')", () { + var frame = + Frame.parseFirefox(r'.VW.call$0@\\mount\path\to\stuff.dart.js:560'); + expect( + frame.uri, (Uri.parse('file://mount/path/to/stuff.dart.js'))); + expect(frame.line, (560)); + expect(frame.column, "isNull"); + expect(frame.member, ('VW.call\$0')); + }); + + test("Frame.parseFirefox('.VW.call\$0@path/to/stuff.dart.js:560')", () { + var frame = Frame.parseFirefox('.VW.call\$0@path/to/stuff.dart.js:560'); + expect(frame.uri, (Uri.parse('path/to/stuff.dart.js'))); + expect(frame.line, (560)); + expect(frame.column, "isNull"); + expect(frame.member, ('VW.call\$0')); + }); + + test(" Frame.parseFirefox(r'.VW.call 0@path\to\stuff.dart.js:560')", () { + var frame = Frame.parseFirefox(r'.VW.call$0@path\to\stuff.dart.js:560'); + expect(frame.uri, (Uri.parse('path/to/stuff.dart.js'))); + expect(frame.line, (560)); + expect(frame.column, "isNull"); + expect(frame.member, ('VW.call\$0')); + }); + + test(" Frame.parseFirefox('@https://example.com/stuff.dart.js:560')", () { + var frame = Frame.parseFirefox('@https://example.com/stuff.dart.js:560'); + expect(frame.uri, (Uri.parse('https://example.com/stuff.dart.js'))); + expect(frame.line, (560)); + expect(frame.column, "isNull"); + expect(frame.member, ('')); + }); + + test("Frame.parseFirefox('.foo/<@https://example.com/stuff.dart.js:560')", () { + var frame = + Frame.parseFirefox('.foo/<@https://example.com/stuff.dart.js:560'); + expect(frame.uri, (Uri.parse('https://example.com/stuff.dart.js'))); + expect(frame.line, (560)); + expect(frame.column, "isNull"); + expect(frame.member, ('foo.')); + + frame = Frame.parseFirefox('.foo/@https://example.com/stuff.dart.js:560'); + expect(frame.uri, (Uri.parse('https://example.com/stuff.dart.js'))); + expect(frame.line, (560)); + expect(frame.column, "isNull"); + expect(frame.member, ('foo.')); + }); + + test("Frame.parseFirefox('.foo/.name<@https://example.com/stuff.dart.js:560')", () { + var frame = Frame.parseFirefox( + '.foo/.name<@https://example.com/stuff.dart.js:560'); + expect(frame.uri, (Uri.parse('https://example.com/stuff.dart.js'))); + expect(frame.line, (560)); + expect(frame.column, "isNull"); + expect(frame.member, ('foo.')); + + frame = Frame.parseFirefox( + '.foo/.name@https://example.com/stuff.dart.js:560'); + expect(frame.uri, (Uri.parse('https://example.com/stuff.dart.js'))); + expect(frame.line, (560)); + expect(frame.column, "isNull"); + expect(frame.member, ('foo.')); + }); + + test("Frame.parseFirefox('.foo(12, '@)()/<')@https://example.com/stuff.dart.js:560')", () { + var frame = Frame.parseFirefox( + '.foo(12, "@)()/<")@https://example.com/stuff.dart.js:560'); + expect(frame.uri, (Uri.parse('https://example.com/stuff.dart.js'))); + expect(frame.line, (560)); + expect(frame.column, "isNull"); + expect(frame.member, ('foo')); + }); + + test("Frame.parseFirefox('.foo(12, '@)()/<')/.fn<@https://example.com/stuff.dart.js:560',)", () { + var frame = Frame.parseFirefox( + '.foo(12, "@)()/<")/.fn<@https://example.com/stuff.dart.js:560', + ); + expect(frame.uri, (Uri.parse('https://example.com/stuff.dart.js'))); + expect(frame.line, (560)); + expect(frame.column, "isNull"); + expect(frame.member, ('foo.')); + }); + + test( + "Frame.parseFirefox('.convertDartClosureToJS/\$function.')); + }); + + test("Frame.parseFirefox", () { + expectIsUnparsed(Frame.parseFirefox, ''); + expectIsUnparsed(Frame.parseFirefox, '.foo'); + expectIsUnparsed(Frame.parseFirefox, '.foo@dart:async/future.dart'); + expectIsUnparsed(Frame.parseFirefox, '.foo(@dart:async/future.dart:10'); + expectIsUnparsed(Frame.parseFirefox, '@dart:async/future.dart'); + }); + + test("Frame.parseFirefox('foo\$bar@https://dart.dev/foo/bar.dart:10:11')", () { + var frame = + Frame.parseFirefox('foo\$bar@https://dart.dev/foo/bar.dart:10:11'); + expect(frame.uri, (Uri.parse('https://dart.dev/foo/bar.dart'))); + expect(frame.line, (10)); + expect(frame.column, (11)); + expect(frame.member, ('foo\$bar')); + }); + + test("Frame.parseFirefox('https://dart.dev/foo/bar.dart:10:11')", () { + var frame = Frame.parseFirefox('https://dart.dev/foo/bar.dart:10:11'); + expect(frame.uri, (Uri.parse('https://dart.dev/foo/bar.dart'))); + expect(frame.line, (10)); + expect(frame.column, (11)); + expect(frame.member, ('')); + }); + + test("Frame.parseFirefox('foo\$bar@https://dart.dev/foo/bar.dart::11')", () { + var frame = + Frame.parseFirefox('foo\$bar@https://dart.dev/foo/bar.dart::11'); + expect(frame.uri, (Uri.parse('https://dart.dev/foo/bar.dart'))); + expect(frame.line, "isNull"); + expect(frame.column, (11)); + expect(frame.member, ('foo\$bar')); + }); + + test("Frame.parseFirefox('foo\$bar@https://dart.dev/foo/bar.dart:10:')", () { + var frame = + Frame.parseFirefox('foo\$bar@https://dart.dev/foo/bar.dart:10:'); + expect(frame.uri, (Uri.parse('https://dart.dev/foo/bar.dart'))); + expect(frame.line, (10)); + expect(frame.column, "isNull"); + expect(frame.member, ('foo\$bar')); + }); + + test("Frame.parseFirefox('foo\$bar@https://dart.dev/foo/bar.dart:10:11')", () { + var frame = + Frame.parseFirefox('foo\$bar@https://dart.dev/foo/bar.dart:10:11'); + expect(frame.uri, (Uri.parse('https://dart.dev/foo/bar.dart'))); + expect(frame.line, (10)); + expect(frame.column, (11)); + expect(frame.member, ('foo\$bar')); + }); + }); + } + + parseFriendly() { + group('.parseFriendly', () { + test("Frame.parseFriendly('https://dart.dev/foo/bar.dart 10:11 Foo..bar')", () { + var frame = Frame.parseFriendly( + 'https://dart.dev/foo/bar.dart 10:11 Foo..bar'); + expect(frame.uri, (Uri.parse('https://dart.dev/foo/bar.dart'))); + expect(frame.line, (10)); + expect(frame.column, (11)); + expect(frame.member, ('Foo..bar')); + }); + + test("Frame.parseFriendly('https://dart.dev/foo/bar.dart Foo..bar')", () { + var frame = + Frame.parseFriendly('https://dart.dev/foo/bar.dart Foo..bar'); + expect(frame.uri, (Uri.parse('https://dart.dev/foo/bar.dart'))); + expect(frame.line, "isNull"); + expect(frame.column, "isNull"); + expect(frame.member, ('Foo..bar')); + }); + + test("Frame.parseFriendly('https://dart.dev/foo/bar.dart 10 Foo..bar')", () { + var frame = + Frame.parseFriendly('https://dart.dev/foo/bar.dart 10 Foo..bar'); + expect(frame.uri, (Uri.parse('https://dart.dev/foo/bar.dart'))); + expect(frame.line, (10)); + expect(frame.column, "isNull"); + expect(frame.member, ('Foo..bar')); + }); + + test("Frame.parseFriendly('foo/bar.dart 10:11 Foo..bar')", () { + var frame = Frame.parseFriendly('foo/bar.dart 10:11 Foo..bar'); + expect(frame.uri, + (path.toUri(path.absolute(path.join('foo', 'bar.dart'))))); + expect(frame.line, (10)); + expect(frame.column, (11)); + expect(frame.member, ('Foo..bar')); + }); + + test("Frame.parseFriendly", () { + expectIsUnparsed(Frame.parseFriendly, ''); + expectIsUnparsed(Frame.parseFriendly, 'foo/bar.dart'); + expectIsUnparsed(Frame.parseFriendly, 'foo/bar.dart 10:11'); + }); + + test(" Frame.parseFriendly('data:... main')", () { + var frame = Frame.parseFriendly('data:... main'); + expect(frame.uri.scheme, ('data')); + expect(frame.line, "isNull"); + expect(frame.column, "isNull"); + expect(frame.member, ('main')); + }); + + test("Frame.parseFriendly('data:... 10:11 main')", () { + var frame = Frame.parseFriendly('data:... 10:11 main'); + expect(frame.uri.scheme, ('data')); + expect(frame.line, (10)); + expect(frame.column, (11)); + expect(frame.member, ('main')); + }); + + test(" Frame.parseFriendly('foo/bar.dart 10:11 (anonymous function).dart.fn')", () { + var frame = Frame.parseFriendly( + 'foo/bar.dart 10:11 (anonymous function).dart.fn'); + expect(frame.uri, + (path.toUri(path.absolute(path.join('foo', 'bar.dart'))))); + expect(frame.line, (10)); + expect(frame.column, (11)); + expect(frame.member, ('(anonymous function).dart.fn')); + }); + + test( + "Frame.parseFriendly('https://dart.dev/foo/bar.dart (anonymous function).dart.fn')", () { + var frame = Frame.parseFriendly( + 'https://dart.dev/foo/bar.dart (anonymous function).dart.fn'); + expect(frame.uri, (Uri.parse('https://dart.dev/foo/bar.dart'))); + expect(frame.line, "isNull"); + expect(frame.column, "isNull"); + expect(frame.member, ('(anonymous function).dart.fn')); + }); + }); + + test("Frame.parseVM('#0 Foo (library:0:0)').isCore", () { + bool isCore(String library) => + Frame.parseVM('#0 Foo ($library:0:0)').isCore; + + expect(isCore('dart:core'), "isTrue"); + expect(isCore('dart:async'), "isTrue"); + expect(isCore('dart:core/uri.dart'), "isTrue"); + expect(isCore('dart:async/future.dart'), "isTrue"); + expect(isCore('bart:core'), "isFalse"); + expect(isCore('sdart:core'), "isFalse"); + expect(isCore('darty:core'), "isFalse"); + expect(isCore('bart:core/uri.dart'), "isFalse"); + }); + } + + library() { + group('.library', () { + test("Frame.parseVM('#0 Foo (dart:async/future.dart:0:0)').library", () { + expect(Frame.parseVM('#0 Foo (dart:async/future.dart:0:0)').library, + ('dart:async/future.dart')); + expect( + Frame.parseVM('#0 Foo ' + '(https://dart.dev/stuff/thing.dart:0:0)') + .library, + ('https://dart.dev/stuff/thing.dart')); + }); + + test("Frame.parseVM('#0 Foo (foo/bar.dart:0:0)').library", () { + expect(Frame.parseVM('#0 Foo (foo/bar.dart:0:0)').library, + (path.join('foo', 'bar.dart'))); + }); + + test("Frame.parseVM('#0 Foo (data:application/dart;charset=utf-8,blah:0:0)')", () { + var frame = Frame.parseVM( + '#0 Foo (data:application/dart;charset=utf-8,blah:0:0)'); + expect(frame.library, ('data:...')); + }); + + test("Frame.parseVM('#0 main (:1:15)')", () { + var frame = Frame.parseVM( + '#0 main (:1:15)'); + expect(frame.library, ('data:...')); + }); + }); + } + + location() { + group('.location', () { + test( + "Frame.parseVM('#0 Foo ''(https://dart.dev/thing.dart:5:10)').location", () { + expect( + Frame.parseVM('#0 Foo ' + '(https://dart.dev/thing.dart:5:10)') + .location, + ('https://dart.dev/thing.dart 5:10')); + expect(Frame.parseVM('#0 Foo (foo/bar.dart:1:2)').location, + ('${path.join('foo', 'bar.dart')} 1:2')); + }); + }); + } + + package() { + group('.package', () { + test("Frame.parseVM('#0 Foo (dart:async/future.dart:0:0)').package", () { + expect( + Frame.parseVM('#0 Foo (dart:async/future.dart:0:0)').package, "isNull"); + expect( + Frame.parseVM('#0 Foo ' + '(https://dart.dev/stuff/thing.dart:0:0)') + .package, + "isNull"); + }); + + test("Frame.parseVM('#0 Foo (package:foo/foo.dart:0:0)').package", () { + expect(Frame.parseVM('#0 Foo (package:foo/foo.dart:0:0)').package, + ('foo')); + expect(Frame.parseVM('#0 Foo (package:foo/zap/bar.dart:0:0)').package, + ('foo')); + }); + }); + } + + toStringMd() { + group('.toString()', () { + test( + "Frame.parseVM('#0 Foo (https://dart.dev/thing.dart:5:10)').toString()", () { + expect( + Frame.parseVM('#0 Foo (https://dart.dev/thing.dart:5:10)').toString(), + ('https://dart.dev/thing.dart 5:10 in Foo')); + }); + + test("Frame.parseVM('#0 Foo. ''(dart:core/uri.dart:5:10)').toString()", () { + expect( + Frame.parseVM('#0 Foo. ' + '(dart:core/uri.dart:5:10)') + .toString(), + ('dart:core/uri.dart 5:10 in Foo.')); + }); + + test("Frame.parseVM('#0 Foo (dart:core/uri.dart:5)').toString()", () { + expect(Frame.parseVM('#0 Foo (dart:core/uri.dart:5)').toString(), + ('dart:core/uri.dart 5 in Foo')); + }); + + test("Frame.parseFriendly('path.normalize('relative/path/to/foo.dart') 5:10 Foo').toString()", () { + var relative = path.normalize('relative/path/to/foo.dart'); + expect(Frame.parseFriendly('$relative 5:10 Foo').toString(), + ('$relative 5:10 in Foo')); + }); + }); + } + + void expectIsUnparsed(Frame Function(String) constructor, String text) { + var frame = constructor(text); + expect(frame, "isA()"); + expect(frame.toString(), (text)); + } + +} \ No newline at end of file diff --git a/ohos/flutter_stack_trace_v2/lib/rt_trace_test.dart b/ohos/flutter_stack_trace_v2/lib/rt_trace_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..45ee66d196df64ae3ec4c563cd915a4e519c03ea --- /dev/null +++ b/ohos/flutter_stack_trace_v2/lib/rt_trace_test.dart @@ -0,0 +1,516 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:path/path.dart' as path; +import 'package:stack_trace/stack_trace.dart'; + +import 'package:flutter_stack_trace_v2/common/test_page.dart'; + +Trace getCurrentTrace([int level = 0]) => Trace.current(level); + +Trace nestedGetCurrentTrace(int level) => getCurrentTrace(level); + +class JKTraceTestPage extends TestPage { + + static const String routeName = "/frame_test"; + + JKTraceTestPage(super.title, {super.key}) { + print('start test666'); + parse(); + folding(); + } + + parse() { + test('a native stack trace is parseable', Trace.current); + + group('.parse', () { + test("Trace.parse(r'''Errorat Object.eval (eval at Foo (main.dart.js:588), :3:47)''')", () { + var trace = Trace.parse(r'''Error + at Object.eval (eval at Foo (main.dart.js:588), :3:47)'''); + expect(trace.frames[0].uri, Uri.parse('main.dart.js')); + expect(trace.frames[0].member, ('Object.eval')); + expect(trace.frames[0].line, (588)); + expect(trace.frames[0].column, "isNull"); + }); + + test("Trace.parse('#0 Foo._bar (file:///home/nweiz/code/stuff.dart:42:21)\n''#1 zip..zap (dart:async/future.dart:0:2)\n''#2 zip..zap (https://pub.dev/thing.dart:1:100)',)", () { + var trace = Trace.parse( + '#0 Foo._bar (file:///home/nweiz/code/stuff.dart:42:21)\n' + '#1 zip..zap (dart:async/future.dart:0:2)\n' + '#2 zip..zap (https://pub.dev/thing.dart:1:100)', + ); + + expect(trace.frames[0].uri, + (Uri.parse('file:///home/nweiz/code/stuff.dart'))); + expect(trace.frames[1].uri, (Uri.parse('dart:async/future.dart'))); + expect( + trace.frames[2].uri, (Uri.parse('https://pub.dev/thing.dart'))); + }); + + test("Trace.parse('Error\n'' at Foo._bar (https://example.com/stuff.js:42:21)\n'' at https://example.com/stuff.js:0:2\n'' at zip..zap ''(https://pub.dev/thing.js:1:100)')", () { + var trace = Trace.parse('Error\n' + ' at Foo._bar (https://example.com/stuff.js:42:21)\n' + ' at https://example.com/stuff.js:0:2\n' + ' at zip..zap ' + '(https://pub.dev/thing.js:1:100)'); + + expect(trace.frames[0].uri, + (Uri.parse('https://example.com/stuff.js'))); + expect(trace.frames[1].uri, + (Uri.parse('https://example.com/stuff.js'))); + expect( + trace.frames[2].uri, (Uri.parse('https://pub.dev/thing.js'))); + + trace = Trace.parse('Exception: foo\n' + ' at Foo._bar (https://example.com/stuff.js:42:21)\n' + ' at https://example.com/stuff.js:0:2\n' + ' at zip..zap ' + '(https://pub.dev/thing.js:1:100)'); + + expect(trace.frames[0].uri, + (Uri.parse('https://example.com/stuff.js'))); + expect(trace.frames[1].uri, + (Uri.parse('https://example.com/stuff.js'))); + expect( + trace.frames[2].uri, (Uri.parse('https://pub.dev/thing.js'))); + + trace = Trace.parse('Exception: foo\n' + ' bar\n' + ' at Foo._bar (https://example.com/stuff.js:42:21)\n' + ' at https://example.com/stuff.js:0:2\n' + ' at zip..zap ' + '(https://pub.dev/thing.js:1:100)'); + + expect(trace.frames[0].uri, + (Uri.parse('https://example.com/stuff.js'))); + expect(trace.frames[1].uri, + (Uri.parse('https://example.com/stuff.js'))); + expect( + trace.frames[2].uri, (Uri.parse('https://pub.dev/thing.js'))); + + trace = Trace.parse('Exception: foo\n' + ' bar\n' + ' at Foo._bar (https://example.com/stuff.js:42:21)\n' + ' at https://example.com/stuff.js:0:2\n' + ' at (anonymous function).zip.zap ' + '(https://pub.dev/thing.js:1:100)'); + + expect(trace.frames[0].uri, + (Uri.parse('https://example.com/stuff.js'))); + expect(trace.frames[1].uri, + (Uri.parse('https://example.com/stuff.js'))); + expect(trace.frames[1].member, ('')); + expect( + trace.frames[2].uri, (Uri.parse('https://pub.dev/thing.js'))); + expect(trace.frames[2].member, ('.zip.zap')); + }); + + // JavaScriptCore traces are just like V8, except that it doesn't have a + // header and it starts with a tab rather than spaces. + test("Trace.parse('\tat Foo._bar (https://example.com/stuff.js:42:21)\n''\tat https://example.com/stuff.js:0:2\n''\tat zip..zap ''(https://pub.dev/thing.js:1:100)')", () { + var trace = + Trace.parse('\tat Foo._bar (https://example.com/stuff.js:42:21)\n' + '\tat https://example.com/stuff.js:0:2\n' + '\tat zip..zap ' + '(https://pub.dev/thing.js:1:100)'); + + expect(trace.frames[0].uri, + (Uri.parse('https://example.com/stuff.js'))); + expect(trace.frames[1].uri, + (Uri.parse('https://example.com/stuff.js'))); + expect( + trace.frames[2].uri, (Uri.parse('https://pub.dev/thing.js'))); + + trace = Trace.parse('\tat Foo._bar (https://example.com/stuff.js:42:21)\n' + '\tat \n' + '\tat zip..zap ' + '(https://pub.dev/thing.js:1:100)'); + + expect(trace.frames[0].uri, + (Uri.parse('https://example.com/stuff.js'))); + expect( + trace.frames[1].uri, (Uri.parse('https://pub.dev/thing.js'))); + }); + + test("Trace.parse('Foo._bar@https://example.com/stuff.js:42\n''zip/<@https://example.com/stuff.js:0\n''zip.zap(12, '@)()/<')@https://pub.dev/thing.js:1')", () { + var trace = Trace.parse('Foo._bar@https://example.com/stuff.js:42\n' + 'zip/<@https://example.com/stuff.js:0\n' + 'zip.zap(12, "@)()/<")@https://pub.dev/thing.js:1'); + + expect(trace.frames[0].uri, + (Uri.parse('https://example.com/stuff.js'))); + expect(trace.frames[1].uri, + (Uri.parse('https://example.com/stuff.js'))); + expect( + trace.frames[2].uri, (Uri.parse('https://pub.dev/thing.js'))); + + trace = Trace.parse('zip/<@https://example.com/stuff.js:0\n' + 'Foo._bar@https://example.com/stuff.js:42\n' + 'zip.zap(12, "@)()/<")@https://pub.dev/thing.js:1'); + + expect(trace.frames[0].uri, + (Uri.parse('https://example.com/stuff.js'))); + expect(trace.frames[1].uri, + (Uri.parse('https://example.com/stuff.js'))); + expect( + trace.frames[2].uri, (Uri.parse('https://pub.dev/thing.js'))); + + trace = Trace.parse('zip.zap(12, "@)()/<")@https://pub.dev/thing.js:1\n' + 'zip/<@https://example.com/stuff.js:0\n' + 'Foo._bar@https://example.com/stuff.js:42'); + + expect( + trace.frames[0].uri, (Uri.parse('https://pub.dev/thing.js'))); + expect(trace.frames[1].uri, + (Uri.parse('https://example.com/stuff.js'))); + expect(trace.frames[2].uri, + (Uri.parse('https://example.com/stuff.js'))); + }); + + test("Trace.parse('Foo._bar@https://example.com/stuff.js:42\n''zip/<@https://example.com/stuff.js:0\n''zip.zap(12, '@)()/<')@https://pub.dev/thing.js:1\n''[native code]')", + () { + var trace = Trace.parse('Foo._bar@https://example.com/stuff.js:42\n' + 'zip/<@https://example.com/stuff.js:0\n' + 'zip.zap(12, "@)()/<")@https://pub.dev/thing.js:1\n' + '[native code]'); + + expect(trace.frames[0].uri, + (Uri.parse('https://example.com/stuff.js'))); + expect(trace.frames[1].uri, + (Uri.parse('https://example.com/stuff.js'))); + expect( + trace.frames[2].uri, (Uri.parse('https://pub.dev/thing.js'))); + expect(trace.frames.length, (3)); + }); + + test("Trace.parse('https://example.com/stuff.js:42\n''zip/<@https://example.com/stuff.js:0\n''zip.zap(12, '@)()/<')@https://pub.dev/thing.js:1')", + () { + var trace = Trace.parse('https://example.com/stuff.js:42\n' + 'zip/<@https://example.com/stuff.js:0\n' + 'zip.zap(12, "@)()/<")@https://pub.dev/thing.js:1'); + + expect(trace.frames[0].uri, + (Uri.parse('https://example.com/stuff.js'))); + expect(trace.frames[0].member, ('')); + expect(trace.frames[1].uri, + (Uri.parse('https://example.com/stuff.js'))); + expect( + trace.frames[2].uri, (Uri.parse('https://pub.dev/thing.js'))); + }); + + test("Trace.parse('Foo._bar@https://example.com/stuff.js:42\n''\n''zip/<@https://example.com/stuff.js:0\n''zip.zap(12, '@)()/<')@https://pub.dev/thing.js:1')", + () { + var trace = Trace.parse('Foo._bar@https://example.com/stuff.js:42\n' + '\n' + 'zip/<@https://example.com/stuff.js:0\n' + 'zip.zap(12, "@)()/<")@https://pub.dev/thing.js:1'); + + expect(trace.frames[0].uri, + (Uri.parse('https://example.com/stuff.js'))); + expect(trace.frames[1].uri, + (Uri.parse('https://example.com/stuff.js'))); + expect( + trace.frames[2].uri, (Uri.parse('https://pub.dev/thing.js'))); + }); + + test("Trace.parse('Foo._bar@https://example.com/stuff.js:42:2\n''zip/<@https://example.com/stuff.js:0\n''zip.zap(12, '@)()/<')@https://pub.dev/thing.js:1')", + () { + var trace = Trace.parse('Foo._bar@https://example.com/stuff.js:42:2\n' + 'zip/<@https://example.com/stuff.js:0\n' + 'zip.zap(12, "@)()/<")@https://pub.dev/thing.js:1'); + + expect(trace.frames[0].uri, + (Uri.parse('https://example.com/stuff.js'))); + expect(trace.frames[0].line, (42)); + expect(trace.frames[0].column, (2)); + expect(trace.frames[1].uri, + (Uri.parse('https://example.com/stuff.js'))); + expect( + trace.frames[2].uri, (Uri.parse('https://pub.dev/thing.js'))); + }); + + test("Trace.parse('https://dart.dev/foo/bar.dart 10:11 Foo..bar\n''https://dart.dev/foo/baz.dart Foo..bar')", () { + var trace = + Trace.parse('https://dart.dev/foo/bar.dart 10:11 Foo..bar\n' + 'https://dart.dev/foo/baz.dart Foo..bar'); + + expect(trace.frames[0].uri, + (Uri.parse('https://dart.dev/foo/bar.dart'))); + expect(trace.frames[1].uri, + (Uri.parse('https://dart.dev/foo/baz.dart'))); + }); + + test("Trace.parse('https://dart.dev/foo/bar.dart 10:11 Foo..bar\n''https://dart.dev/foo/baz.dart Foo..bar\n''===== asynchronous gap ===========================\n''https://dart.dev/foo/bang.dart 10:11 Foo..bar\n''https://dart.dev/foo/quux.dart Foo..bar')", () { + var trace = + Trace.parse('https://dart.dev/foo/bar.dart 10:11 Foo..bar\n' + 'https://dart.dev/foo/baz.dart Foo..bar\n' + '===== asynchronous gap ===========================\n' + 'https://dart.dev/foo/bang.dart 10:11 Foo..bar\n' + 'https://dart.dev/foo/quux.dart Foo..bar'); + + expect(trace.frames[0].uri, + (Uri.parse('https://dart.dev/foo/bar.dart'))); + expect(trace.frames[1].uri, + (Uri.parse('https://dart.dev/foo/baz.dart'))); + expect(trace.frames[2].uri, + (Uri.parse('https://dart.dev/foo/bang.dart'))); + expect(trace.frames[3].uri, + (Uri.parse('https://dart.dev/foo/quux.dart'))); + }); + + test("Trace.parse('https://dart.dev/foo/bar.dart 10:11 Foo..bar\n''https://dart.dev/foo/baz.dart Foo..bar\n''https://dart.dev/foo/bang.dart 10:11 Foo..bar\n''https://dart.dev/foo/quux.dart Foo..bar===== asynchronous gap ===========================\n',)", () { + var trace = Trace.parse( + 'https://dart.dev/foo/bar.dart 10:11 Foo..bar\n' + 'https://dart.dev/foo/baz.dart Foo..bar\n' + 'https://dart.dev/foo/bang.dart 10:11 Foo..bar\n' + 'https://dart.dev/foo/quux.dart Foo..bar===== asynchronous gap ===========================\n', + ); + + expect(trace.frames.length, 4); + expect(trace.frames[0].uri, + (Uri.parse('https://dart.dev/foo/bar.dart'))); + expect(trace.frames[1].uri, + (Uri.parse('https://dart.dev/foo/baz.dart'))); + expect(trace.frames[2].uri, + (Uri.parse('https://dart.dev/foo/bang.dart'))); + expect(trace.frames[3].uri, + (Uri.parse('https://dart.dev/foo/quux.dart'))); + }); + + test("Trace.current().toString()", () { + var traceString = Trace.current().toString(); + expect(Trace.parse(traceString).toString(), (traceString)); + }); + + test(" Trace.parse('')", () { + var trace = Trace.parse(''); + expect(trace.frames, "isEmpty"); + expect(trace.toString(), ('')); + }); + + test("Trace.parse('#0 bop (file:///pull.dart:42:23)\n''\n''#1 twist (dart:the/future.dart:0:2)\n''#2 main (dart:my/file.dart:4:6)\n')", () { + var trace = Trace.parse('#0 bop (file:///pull.dart:42:23)\n' + '\n' + '#1 twist (dart:the/future.dart:0:2)\n' + '#2 main (dart:my/file.dart:4:6)\n'); + + expect(trace.frames.length, 3); + expect(trace.frames[0].uri, (Uri.parse('file:///pull.dart'))); + expect(trace.frames[1].uri, (Uri.parse('dart:the/future.dart'))); + expect(trace.frames[2].uri, (Uri.parse('dart:my/file.dart'))); + }); + + test("Trace.parse('#0 bop (file:///pull.dart:42:23)\n''#1 twist (dart:the/future.dart:0:2)\n''\n')", () { + var trace = Trace.parse('#0 bop (file:///pull.dart:42:23)\n' + '#1 twist (dart:the/future.dart:0:2)\n' + '\n'); + + expect(trace.frames.length, 2); + expect(trace.frames[0].uri, (Uri.parse('file:///pull.dart'))); + expect(trace.frames[1].uri, (Uri.parse('dart:the/future.dart'))); + }); + }); + + test(" Trace.parse('''#0 Foo._bar (foo/bar.dart:42:21)#1 zip..zap (dart:async/future.dart:0:2)#2 zip..zap (https://pub.dev/thing.dart:1:100)''')", () {var trace = Trace.parse('''#0 Foo._bar (foo/bar.dart:42:21)#1 zip..zap (dart:async/future.dart:0:2)#2 zip..zap (https://pub.dev/thing.dart:1:100)'''); + + expect(trace.toString(), (''' +${path.join('foo', 'bar.dart')} 42:21 Foo._bar +dart:async/future.dart 0:2 zip..zap +https://pub.dev/thing.dart 1:100 zip..zap +''')); + }); + + test("Trace([Frame(path.toUri(path.absolute('foo')), 10, 20, 'Foo.'),Frame(Uri.parse('https://dart.dev/foo.dart'), null, null, 'bar'),Frame(path.toUri(path.absolute('foo')).parse('dart:async'), 15, null, 'baz'),])", () { + var uri = path.toUri(path.absolute('foo')); + var trace = Trace([ + Frame(uri, 10, 20, 'Foo.'), + Frame(Uri.parse('https://dart.dev/foo.dart'), null, null, 'bar'), + Frame(Uri.parse('dart:async'), 15, null, 'baz'), + ]); + + expect( + trace.vmTrace.toString(), + ('#1 Foo. ($uri:10:20)\n' + '#2 bar (https://dart.dev/foo.dart:0:0)\n' + '#3 baz (dart:async:15:0)\n')); + }); + + } + + folding() { + group('folding', () { + group('.terse', () { + test("Trace.parse('''#1 top (dart:async/future.dart:0:2)#2 bottom (dart:core/uri.dart:1:100)#0 notCore (foo.dart:42:21)#3 top (dart:io:5:10)#4 bottom (dart:async-patch/future.dart:9:11)#5 alsoNotCore (bar.dart:10:20)''')", () { + var trace = Trace.parse(''' +#1 top (dart:async/future.dart:0:2) +#2 bottom (dart:core/uri.dart:1:100) +#0 notCore (foo.dart:42:21) +#3 top (dart:io:5:10) +#4 bottom (dart:async-patch/future.dart:9:11) +#5 alsoNotCore (bar.dart:10:20) +'''); + + expect(trace.terse.toString(), (''' +dart:core bottom +foo.dart 42:21 notCore +dart:async bottom +bar.dart 10:20 alsoNotCore +''')); + }); + + test("Trace.parse('''#0 top (dart:async/future.dart:0:2)#1 empty.<_async_body> (bar.dart)#2 bottom (dart:async-patch/future.dart:9:11)#3 notCore (foo.dart:42:21)''')", () { + var trace = Trace.parse(''' +#0 top (dart:async/future.dart:0:2) +#1 empty.<_async_body> (bar.dart) +#2 bottom (dart:async-patch/future.dart:9:11) +#3 notCore (foo.dart:42:21) +'''); + + expect(trace.terse.toString(), (''' +dart:async bottom +foo.dart 42:21 notCore +''')); + }); + + test("Trace.parse('''#0 notCore (foo.dart:42:21)#1 top (dart:async/future.dart:0:2)#2 bottom (dart:core/uri.dart:1:100)#3 top (dart:io:5:10)#4 bottom (dart:async-patch/future.dart:9:11)''')", () { + var trace = Trace.parse(''' +#0 notCore (foo.dart:42:21) +#1 top (dart:async/future.dart:0:2) +#2 bottom (dart:core/uri.dart:1:100) +#3 top (dart:io:5:10) +#4 bottom (dart:async-patch/future.dart:9:11) +'''); + + expect(trace.terse.toString(), (''' +foo.dart 42:21 notCore +''')); + }); + + test("Trace.parse('''#1 top (dart:async/future.dart:0:2)#2 bottom (dart:core/uri.dart:1:100)''')", () { + var trace = Trace.parse(''' +#1 top (dart:async/future.dart:0:2) +#2 bottom (dart:core/uri.dart:1:100) +'''); + + expect(trace.terse.toString(), (''' +dart:core bottom +''')); + }); + + test("Trace.parse('').terse.toString()", () { + expect(Trace.parse('').terse.toString(), ('')); + }); + }); + + group('.foldFrames', () { + test("Trace.parse('''#0 notFoo (foo.dart:42:21)#1 fooTop (bar.dart:0:2)#2 fooBottom (foo.dart:1:100)#3 alsoNotFoo (bar.dart:10:20)#4 fooTop (dart:io/socket.dart:5:10)#5 fooBottom (dart:async-patch/future.dart:9:11)''')", () { + var trace = Trace.parse(''' +#0 notFoo (foo.dart:42:21) +#1 fooTop (bar.dart:0:2) +#2 fooBottom (foo.dart:1:100) +#3 alsoNotFoo (bar.dart:10:20) +#4 fooTop (dart:io/socket.dart:5:10) +#5 fooBottom (dart:async-patch/future.dart:9:11) +'''); + + var folded = + trace.foldFrames((frame) => frame.member!.startsWith('foo')); + expect(folded.toString(), (''' +foo.dart 42:21 notFoo +foo.dart 1:100 fooBottom +bar.dart 10:20 alsoNotFoo +dart:async-patch/future.dart 9:11 fooBottom +''')); + }); + + test("Trace.parse(r'''.g'cs#:b';a#>sw{*{ul'xqwr`p%+j-?uppx<([j@#nu{{>*+%x-={`{!e({nj)zs?cgr%!;bmw.+j+pfj~''')", () { + var trace = Trace.parse(r''' +.g"cs$#:b";a#>sw{*{ul$"$xqwr`p +%+j-?uppx<([j@#nu{{>*+$%x-={`{ +!e($b{nj)zs?cgr%!;bmw.+$j+pfj~ +'''); + + expect(trace.foldFrames((frame) => true).toString(), (r''' +.g"cs$#:b";a#>sw{*{ul$"$xqwr`p +%+j-?uppx<([j@#nu{{>*+$%x-={`{ +!e($b{nj)zs?cgr%!;bmw.+$j+pfj~ +''')); + }); + + group('with terse: true', () { + test("Trace.parse('''#0 notFoo (foo.dart:42:21)#1 fooTop (bar.dart:0:2)#2 coreBottom (dart:async/future.dart:0:2)#3 alsoNotFoo (bar.dart:10:20)#4 fooTop (foo.dart:9:11)#5 coreBottom (dart:async-patch/future.dart:9:11)''')", () { + var trace = Trace.parse(''' +#0 notFoo (foo.dart:42:21) +#1 fooTop (bar.dart:0:2) +#2 coreBottom (dart:async/future.dart:0:2) +#3 alsoNotFoo (bar.dart:10:20) +#4 fooTop (foo.dart:9:11) +#5 coreBottom (dart:async-patch/future.dart:9:11) +'''); + + var folded = trace.foldFrames( + (frame) => frame.member!.startsWith('foo'), + terse: true); + expect(folded.toString(), (''' +foo.dart 42:21 notFoo +dart:async coreBottom +bar.dart 10:20 alsoNotFoo +''')); + }); + + test("Trace.parse('''#0 notFoo (foo.dart:42:21)#1 fooTop (bar.dart:0:2)#2 fooBottom (package:foo/bar.dart:0:2)#3 alsoNotFoo (bar.dart:10:20)#4 fooTop (foo.dart:9:11)#5 fooBottom (foo/bar.dart:9:11)#6 againNotFoo (bar.dart:20:20)''')", () { + var trace = Trace.parse(''' +#0 notFoo (foo.dart:42:21) +#1 fooTop (bar.dart:0:2) +#2 fooBottom (package:foo/bar.dart:0:2) +#3 alsoNotFoo (bar.dart:10:20) +#4 fooTop (foo.dart:9:11) +#5 fooBottom (foo/bar.dart:9:11) +#6 againNotFoo (bar.dart:20:20) +'''); + + var folded = trace.foldFrames( + (frame) => frame.member!.startsWith('foo'), + terse: true); + expect(folded.toString(), (''' +foo.dart 42:21 notFoo +package:foo fooBottom +bar.dart 10:20 alsoNotFoo +foo fooBottom +bar.dart 20:20 againNotFoo +''')); + }); + + test("Trace.parse('''#2 fooTop (package:foo/bar.dart:0:2)#3 notFoo (bar.dart:10:20)#5 fooBottom (foo/bar.dart:9:11)''')", () { + var trace = Trace.parse(''' +#2 fooTop (package:foo/bar.dart:0:2) +#3 notFoo (bar.dart:10:20) +#5 fooBottom (foo/bar.dart:9:11) +'''); + + var folded = trace.foldFrames( + (frame) => frame.member!.startsWith('foo'), + terse: true); + expect(folded.toString(), (''' +package:foo fooTop +bar.dart 10:20 notFoo +''')); + }); + }); + }); + }); + + } + +} diff --git a/ohos/flutter_stack_trace_v2/lib/rt_vm_test.dart b/ohos/flutter_stack_trace_v2/lib/rt_vm_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..60e3bdeedff67b8ad403cceaf6476208f58e3c08 --- /dev/null +++ b/ohos/flutter_stack_trace_v2/lib/rt_vm_test.dart @@ -0,0 +1,129 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:path/path.dart' as path; +import 'package:stack_trace/stack_trace.dart'; + +import 'package:flutter_stack_trace_v2/common/test_page.dart'; + +// The name of this (trivial) function is verified as part of the test +String getStackTraceString() => StackTrace.current.toString(); + +// The name of this (trivial) function is verified as part of the test +StackTrace getStackTraceObject() => StackTrace.current; + +Frame getCaller([int? level]) { + if (level == null) return Frame.caller(); + return Frame.caller(level); +} + +Frame nestedGetCaller(int level) => getCaller(level); + +Trace getCurrentTrace([int level = 0]) => Trace.current(level); + +Trace nestedGetCurrentTrace(int level) => getCurrentTrace(level); + +class JKVmTest2Page extends TestPage { + + static const String routeName = "/frame_test"; + + JKVmTest2Page(super.title, {super.key}) { + print('start test666'); + trace(); + frameCaller(); + } + + trace() { + group('Trace', () { + test("Trace.parse(getStackTraceString())", () { + var string = getStackTraceString(); + var trace = Trace.parse(string); + expect(path.url.basename(trace.frames.first.uri.path), + ('vm_test.dart')); + expect(trace.frames.first.member, ('getStackTraceString')); + }); + + test("Trace.from(getStackTraceObject())", () { + var trace = Trace.from(getStackTraceObject()); + expect(path.url.basename(trace.frames.first.uri.path), + ('vm_test.dart')); + expect(trace.frames.first.member, ('getStackTraceObject')); + }); + + test("Trace.from(stackTrace)", () { + void overflow() => overflow(); + + late Trace? trace; + try { + overflow(); + } catch (_, stackTrace) { + trace = Trace.from(stackTrace); + } + + expect(trace!.frames.first.member, ('main...overflow')); + }); + + group('.current()', () { + test("Trace.current().frames.first.member", + () { + var trace = Trace.current(); + expect(trace.frames.first.member, ('main...')); + }); + + test('Trace.current()', () { + var trace = Trace.current(); + expect(trace.frames.first.member, ('main...')); + }); + + test('getCurrentTrace(1).trace.frames.first.member', () { + var trace = getCurrentTrace(1); + expect(trace.frames.first.member, ('main...')); + }); + + test('nestedGetCurrentTrace(2).frames.first.member', () { + var trace = nestedGetCurrentTrace(2); + expect(trace.frames.first.member, ('main...')); + }); + + test('() => Trace.current(-1)', () { + expect(() => Trace.current(-1), "throwsArgumentError"); + }); + }); + }); + } + + frameCaller() { + group('Frame.caller()', () { + test('getCaller().member', () { + expect(getCaller().member, ('main..')); + }); + + test('getCaller(0).member', () { + expect(getCaller(0).member, ('getCaller')); + }); + + test('getCaller(1).member', () { + expect(getCaller(1).member, ('main..')); + }); + + test('nestedGetCaller(2).member', () { + expect(nestedGetCaller(2).member, ('main..')); + }); + + test('Frame.caller(-1)', () { + expect(() => Frame.caller(-1), "throwsArgumentError"); + }); + }); + } +} diff --git a/ohos/flutter_stack_trace_v2/lib/utils.dart b/ohos/flutter_stack_trace_v2/lib/utils.dart new file mode 100644 index 0000000000000000000000000000000000000000..5db632a8c35051035d83ce10a1cea0c7cacaa5c9 --- /dev/null +++ b/ohos/flutter_stack_trace_v2/lib/utils.dart @@ -0,0 +1,26 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:stack_trace/stack_trace.dart'; +//import 'package:test/test.dart'; + +import 'package:flutter_stack_trace_v2/common/test_page.dart'; + +/// Returns a matcher that runs [matcher] against a [Frame]'s `member` field. +// Matcher frameMember(Object? matcher) => +// isA().having((p0) => p0.member, 'member', matcher); +// +// /// Returns a matcher that runs [matcher] against a [Frame]'s `library` field. +// Matcher frameLibrary(Object? matcher) => +// isA().having((p0) => p0.library, 'library', matcher); diff --git a/ohos/flutter_stack_trace_v2/ohos/.gitignore b/ohos/flutter_stack_trace_v2/ohos/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..fbabf771011fe78f9919db0b1195ab6cadffc2b0 --- /dev/null +++ b/ohos/flutter_stack_trace_v2/ohos/.gitignore @@ -0,0 +1,11 @@ +/node_modules +/oh_modules +/local.properties +/.idea +**/build +/.hvigor +.cxx +/.clangd +/.clang-format +/.clang-tidy +**/.test \ No newline at end of file diff --git a/ohos/flutter_stack_trace_v2/ohos/AppScope/app.json5 b/ohos/flutter_stack_trace_v2/ohos/AppScope/app.json5 new file mode 100644 index 0000000000000000000000000000000000000000..3af0a216e72c356ac162500046db48fe10160ec6 --- /dev/null +++ b/ohos/flutter_stack_trace_v2/ohos/AppScope/app.json5 @@ -0,0 +1,26 @@ + +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ + +{ + "app": { + "bundleName": "com.example.flutter_stack_trace_v2", + "vendor": "example", + "versionCode": 1000000, + "versionName": "1.0.0", + "icon": "$media:app_icon", + "label": "$string:app_name" + } +} diff --git a/ohos/flutter_stack_trace_v2/ohos/AppScope/resources/base/element/string.json b/ohos/flutter_stack_trace_v2/ohos/AppScope/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..340b125b316b31f7c9df6faea5a664ff7ef17d7d --- /dev/null +++ b/ohos/flutter_stack_trace_v2/ohos/AppScope/resources/base/element/string.json @@ -0,0 +1,8 @@ +{ + "string": [ + { + "name": "app_name", + "value": "flutter_stack_trace_v2" + } + ] +} diff --git a/ohos/flutter_stack_trace_v2/ohos/AppScope/resources/base/media/app_icon.png b/ohos/flutter_stack_trace_v2/ohos/AppScope/resources/base/media/app_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_stack_trace_v2/ohos/AppScope/resources/base/media/app_icon.png differ diff --git a/ohos/flutter_stack_trace_v2/ohos/build-profile.json5 b/ohos/flutter_stack_trace_v2/ohos/build-profile.json5 new file mode 100644 index 0000000000000000000000000000000000000000..90f062064c4316a150e819d08c903325766ef8c3 --- /dev/null +++ b/ohos/flutter_stack_trace_v2/ohos/build-profile.json5 @@ -0,0 +1,44 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "app": { + "signingConfigs": [ + ], + "products": [ + { + "name": "default", + "signingConfig": "default", + "compileSdkVersion": "4.0.0(10)", + "compatibleSdkVersion": "4.0.0(10)", + "runtimeOS": "HarmonyOS", + } + ] + }, + "modules": [ + { + "name": "entry", + "srcPath": "./entry", + "targets": [ + { + "name": "default", + "applyToProducts": [ + "default" + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_stack_trace_v2/ohos/dependencies/hvigor-3.0.9-s.tgz b/ohos/flutter_stack_trace_v2/ohos/dependencies/hvigor-3.0.9-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..65b0d24f94d2aecc1099f8f8220beec695bfb779 Binary files /dev/null and b/ohos/flutter_stack_trace_v2/ohos/dependencies/hvigor-3.0.9-s.tgz differ diff --git a/ohos/flutter_stack_trace_v2/ohos/dependencies/hvigor-ohos-arkui-x-plugin-2.1.7-s.tgz b/ohos/flutter_stack_trace_v2/ohos/dependencies/hvigor-ohos-arkui-x-plugin-2.1.7-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..233a449cbfef6be702d861744254dd89ce633fb7 Binary files /dev/null and b/ohos/flutter_stack_trace_v2/ohos/dependencies/hvigor-ohos-arkui-x-plugin-2.1.7-s.tgz differ diff --git a/ohos/flutter_stack_trace_v2/ohos/dependencies/hvigor-ohos-plugin-3.0.9-s.tgz b/ohos/flutter_stack_trace_v2/ohos/dependencies/hvigor-ohos-plugin-3.0.9-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..e2e499e18dfcd05e1e275579d11697640eb80323 Binary files /dev/null and b/ohos/flutter_stack_trace_v2/ohos/dependencies/hvigor-ohos-plugin-3.0.9-s.tgz differ diff --git a/ohos/flutter_stack_trace_v2/ohos/dependencies/rollup.tgz b/ohos/flutter_stack_trace_v2/ohos/dependencies/rollup.tgz new file mode 100644 index 0000000000000000000000000000000000000000..b224a37a5f69fd22f58c7a28151742eafe7e6317 Binary files /dev/null and b/ohos/flutter_stack_trace_v2/ohos/dependencies/rollup.tgz differ diff --git a/ohos/flutter_stack_trace_v2/ohos/dta/icudtl.dat b/ohos/flutter_stack_trace_v2/ohos/dta/icudtl.dat new file mode 100644 index 0000000000000000000000000000000000000000..d1f10917ab52e3ebd251abd7f5377d7196b80d67 Binary files /dev/null and b/ohos/flutter_stack_trace_v2/ohos/dta/icudtl.dat differ diff --git a/ohos/flutter_stack_trace_v2/ohos/entry/.gitignore b/ohos/flutter_stack_trace_v2/ohos/entry/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..2795a1c5b1fe53659dd1b71d90ba0592eaf7e043 --- /dev/null +++ b/ohos/flutter_stack_trace_v2/ohos/entry/.gitignore @@ -0,0 +1,7 @@ + +/node_modules +/oh_modules +/.preview +/build +/.cxx +/.test \ No newline at end of file diff --git a/ohos/flutter_stack_trace_v2/ohos/entry/build-profile.json5 b/ohos/flutter_stack_trace_v2/ohos/entry/build-profile.json5 new file mode 100644 index 0000000000000000000000000000000000000000..633d360fbc91a3186a23b66ab71b27e5618944cb --- /dev/null +++ b/ohos/flutter_stack_trace_v2/ohos/entry/build-profile.json5 @@ -0,0 +1,29 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "apiType": 'stageMode', + "buildOption": { + }, + "targets": [ + { + "name": "default", + "runtimeOS": "HarmonyOS" + }, + { + "name": "ohosTest", + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_stack_trace_v2/ohos/entry/hvigorfile.ts b/ohos/flutter_stack_trace_v2/ohos/entry/hvigorfile.ts new file mode 100644 index 0000000000000000000000000000000000000000..894fc15c6b793f085e6c8506e43d719af658e8ff --- /dev/null +++ b/ohos/flutter_stack_trace_v2/ohos/entry/hvigorfile.ts @@ -0,0 +1,17 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently. +export { hapTasks } from '@ohos/hvigor-ohos-plugin'; diff --git a/ohos/flutter_stack_trace_v2/ohos/entry/libs/arm64-v8a/libc++_shared.so b/ohos/flutter_stack_trace_v2/ohos/entry/libs/arm64-v8a/libc++_shared.so new file mode 100644 index 0000000000000000000000000000000000000000..831c9353702073d45889352a4dafb93103d67d20 Binary files /dev/null and b/ohos/flutter_stack_trace_v2/ohos/entry/libs/arm64-v8a/libc++_shared.so differ diff --git a/ohos/flutter_stack_trace_v2/ohos/entry/libs/arm64-v8a/libflutter.so b/ohos/flutter_stack_trace_v2/ohos/entry/libs/arm64-v8a/libflutter.so new file mode 100644 index 0000000000000000000000000000000000000000..8ff0d04141a776e448478791df1e2a1c3aa7c5c4 Binary files /dev/null and b/ohos/flutter_stack_trace_v2/ohos/entry/libs/arm64-v8a/libflutter.so differ diff --git a/ohos/flutter_stack_trace_v2/ohos/entry/oh-package.json5 b/ohos/flutter_stack_trace_v2/ohos/entry/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..2529e5ac9dc8fafbb4de22bd802094b5bee73d5d --- /dev/null +++ b/ohos/flutter_stack_trace_v2/ohos/entry/oh-package.json5 @@ -0,0 +1,26 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "license": "", + "devDependencies": {}, + "author": "", + "name": "entry", + "description": "Please describe the basic information.", + "main": "", + "version": "1.0.0", + "dependencies": { + "@ohos/flutter_ohos": "file:../har/flutter_embedding.har" + } +} diff --git a/ohos/flutter_stack_trace_v2/ohos/entry/src/main/ets/entryability/EntryAbility.ets b/ohos/flutter_stack_trace_v2/ohos/entry/src/main/ets/entryability/EntryAbility.ets new file mode 100644 index 0000000000000000000000000000000000000000..321a4eeaacd7b8079a876e25c4dafd498e4d9fb9 --- /dev/null +++ b/ohos/flutter_stack_trace_v2/ohos/entry/src/main/ets/entryability/EntryAbility.ets @@ -0,0 +1,22 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import { FlutterAbility } from '@ohos/flutter_ohos' + +export default class EntryAbility extends FlutterAbility { + onFlutterEngineReady(): void { + super.onFlutterEngineReady() + } +} diff --git a/ohos/flutter_stack_trace_v2/ohos/entry/src/main/ets/pages/Index.ets b/ohos/flutter_stack_trace_v2/ohos/entry/src/main/ets/pages/Index.ets new file mode 100644 index 0000000000000000000000000000000000000000..b53a20c437e96d195487b281e5e95402ea6cb97d --- /dev/null +++ b/ohos/flutter_stack_trace_v2/ohos/entry/src/main/ets/pages/Index.ets @@ -0,0 +1,36 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import common from '@ohos.app.ability.common'; +import { FlutterPage } from '@ohos/flutter_ohos' + +const EVENT_BACK_PRESS = 'EVENT_BACK_PRESS' + +@Entry +@Component +struct Index { + private context = getContext(this) as common.UIAbilityContext + + build() { + Column() { + FlutterPage() + } + } + + onBackPress(): boolean { + this.context.eventHub.emit(EVENT_BACK_PRESS) + return true + } +} \ No newline at end of file diff --git a/ohos/flutter_stack_trace_v2/ohos/entry/src/main/module.json5 b/ohos/flutter_stack_trace_v2/ohos/entry/src/main/module.json5 new file mode 100644 index 0000000000000000000000000000000000000000..7bbf78b18f39991b1404061c7437538c7d532bb7 --- /dev/null +++ b/ohos/flutter_stack_trace_v2/ohos/entry/src/main/module.json5 @@ -0,0 +1,53 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +{ + "module": { + "name": "entry", + "type": "entry", + "description": "$string:module_desc", + "mainElement": "EntryAbility", + "deviceTypes": [ + "phone" + ], + "deliveryWithInstall": true, + "installationFree": false, + "pages": "$profile:main_pages", + "abilities": [ + { + "name": "EntryAbility", + "srcEntry": "./ets/entryability/EntryAbility.ets", + "description": "$string:EntryAbility_desc", + "icon": "$media:icon", + "label": "$string:EntryAbility_label", + "startWindowIcon": "$media:icon", + "startWindowBackground": "$color:start_window_background", + "exported": true, + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ] + } + ], + "requestPermissions": [ + {"name" : "ohos.permission.INTERNET"}, + ] + } +} \ No newline at end of file diff --git a/ohos/flutter_stack_trace_v2/ohos/entry/src/main/resources/base/element/color.json b/ohos/flutter_stack_trace_v2/ohos/entry/src/main/resources/base/element/color.json new file mode 100644 index 0000000000000000000000000000000000000000..3c712962da3c2751c2b9ddb53559afcbd2b54a02 --- /dev/null +++ b/ohos/flutter_stack_trace_v2/ohos/entry/src/main/resources/base/element/color.json @@ -0,0 +1,8 @@ +{ + "color": [ + { + "name": "start_window_background", + "value": "#FFFFFF" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_stack_trace_v2/ohos/entry/src/main/resources/base/element/string.json b/ohos/flutter_stack_trace_v2/ohos/entry/src/main/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..f94595515a99e0c828807e243494f57f09251930 --- /dev/null +++ b/ohos/flutter_stack_trace_v2/ohos/entry/src/main/resources/base/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "module description" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_stack_trace_v2/ohos/entry/src/main/resources/base/media/icon.png b/ohos/flutter_stack_trace_v2/ohos/entry/src/main/resources/base/media/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_stack_trace_v2/ohos/entry/src/main/resources/base/media/icon.png differ diff --git a/ohos/flutter_stack_trace_v2/ohos/entry/src/main/resources/base/profile/main_pages.json b/ohos/flutter_stack_trace_v2/ohos/entry/src/main/resources/base/profile/main_pages.json new file mode 100644 index 0000000000000000000000000000000000000000..1898d94f58d6128ab712be2c68acc7c98e9ab9ce --- /dev/null +++ b/ohos/flutter_stack_trace_v2/ohos/entry/src/main/resources/base/profile/main_pages.json @@ -0,0 +1,5 @@ +{ + "src": [ + "pages/Index" + ] +} diff --git a/ohos/flutter_stack_trace_v2/ohos/entry/src/main/resources/en_US/element/string.json b/ohos/flutter_stack_trace_v2/ohos/entry/src/main/resources/en_US/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..f94595515a99e0c828807e243494f57f09251930 --- /dev/null +++ b/ohos/flutter_stack_trace_v2/ohos/entry/src/main/resources/en_US/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "module description" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_stack_trace_v2/ohos/entry/src/main/resources/zh_CN/element/string.json b/ohos/flutter_stack_trace_v2/ohos/entry/src/main/resources/zh_CN/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..597ecf95e61d7e30367c22fe2f8638008361b044 --- /dev/null +++ b/ohos/flutter_stack_trace_v2/ohos/entry/src/main/resources/zh_CN/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "模块描述" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_stack_trace_v2/ohos/entry/src/ohosTest/ets/test/Ability.test.ets b/ohos/flutter_stack_trace_v2/ohos/entry/src/ohosTest/ets/test/Ability.test.ets new file mode 100644 index 0000000000000000000000000000000000000000..25d4c71ff3cd584f5d64f6f8c0ac864928c234c4 --- /dev/null +++ b/ohos/flutter_stack_trace_v2/ohos/entry/src/ohosTest/ets/test/Ability.test.ets @@ -0,0 +1,50 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; +import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium' + +export default function abilityTest() { + describe('ActsAbilityTest', function () { + // Defines a test suite. Two parameters are supported: test suite name and test suite function. + beforeAll(function () { + // Presets an action, which is performed only once before all test cases of the test suite start. + // This API supports only one parameter: preset action function. + }) + beforeEach(function () { + // Presets an action, which is performed before each unit test case starts. + // The number of execution times is the same as the number of test cases defined by **it**. + // This API supports only one parameter: preset action function. + }) + afterEach(function () { + // Presets a clear action, which is performed after each unit test case ends. + // The number of execution times is the same as the number of test cases defined by **it**. + // This API supports only one parameter: clear action function. + }) + afterAll(function () { + // Presets a clear action, which is performed after all test cases of the test suite end. + // This API supports only one parameter: clear action function. + }) + it('assertContain',0, function () { + // Defines a test case. This API supports three parameters: test case name, filter parameter, and test case function. + hilog.info(0x0000, 'testTag', '%{public}s', 'it begin'); + let a = 'abc' + let b = 'b' + // Defines a variety of assertion methods, which are used to declare expected boolean conditions. + expect(a).assertContain(b) + expect(a).assertEqual(a) + }) + }) +} \ No newline at end of file diff --git a/ohos/flutter_stack_trace_v2/ohos/entry/src/ohosTest/ets/test/List.test.ets b/ohos/flutter_stack_trace_v2/ohos/entry/src/ohosTest/ets/test/List.test.ets new file mode 100644 index 0000000000000000000000000000000000000000..f4140030e65d20df6af30a6bf51e464dea8f8aa6 --- /dev/null +++ b/ohos/flutter_stack_trace_v2/ohos/entry/src/ohosTest/ets/test/List.test.ets @@ -0,0 +1,20 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import abilityTest from './Ability.test' + +export default function testsuite() { + abilityTest() +} \ No newline at end of file diff --git a/ohos/flutter_stack_trace_v2/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets b/ohos/flutter_stack_trace_v2/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets new file mode 100644 index 0000000000000000000000000000000000000000..4ca645e6013cfce8e7dbb728313cb8840c4da660 --- /dev/null +++ b/ohos/flutter_stack_trace_v2/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets @@ -0,0 +1,63 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import UIAbility from '@ohos.app.ability.UIAbility'; +import AbilityDelegatorRegistry from '@ohos.app.ability.abilityDelegatorRegistry'; +import hilog from '@ohos.hilog'; +import { Hypium } from '@ohos/hypium'; +import testsuite from '../test/List.test'; +import window from '@ohos.window'; + +export default class TestAbility extends UIAbility { + onCreate(want, launchParam) { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onCreate'); + hilog.info(0x0000, 'testTag', '%{public}s', 'want param:' + JSON.stringify(want) ?? ''); + hilog.info(0x0000, 'testTag', '%{public}s', 'launchParam:'+ JSON.stringify(launchParam) ?? ''); + var abilityDelegator: any + abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator() + var abilityDelegatorArguments: any + abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments() + hilog.info(0x0000, 'testTag', '%{public}s', 'start run testcase!!!'); + Hypium.hypiumTest(abilityDelegator, abilityDelegatorArguments, testsuite) + } + + onDestroy() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onDestroy'); + } + + onWindowStageCreate(windowStage: window.WindowStage) { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onWindowStageCreate'); + windowStage.loadContent('testability/pages/Index', (err, data) => { + if (err.code) { + hilog.error(0x0000, 'testTag', 'Failed to load the content. Cause: %{public}s', JSON.stringify(err) ?? ''); + return; + } + hilog.info(0x0000, 'testTag', 'Succeeded in loading the content. Data: %{public}s', + JSON.stringify(data) ?? ''); + }); + } + + onWindowStageDestroy() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onWindowStageDestroy'); + } + + onForeground() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onForeground'); + } + + onBackground() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onBackground'); + } +} \ No newline at end of file diff --git a/ohos/flutter_stack_trace_v2/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets b/ohos/flutter_stack_trace_v2/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets new file mode 100644 index 0000000000000000000000000000000000000000..cef0447cd2f137ef82d223ead2e156808878ab90 --- /dev/null +++ b/ohos/flutter_stack_trace_v2/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets @@ -0,0 +1,49 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; + +@Entry +@Component +struct Index { + aboutToAppear() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility index aboutToAppear'); + } + @State message: string = 'Hello World' + build() { + Row() { + Column() { + Text(this.message) + .fontSize(50) + .fontWeight(FontWeight.Bold) + Button() { + Text('next page') + .fontSize(20) + .fontWeight(FontWeight.Bold) + }.type(ButtonType.Capsule) + .margin({ + top: 20 + }) + .backgroundColor('#0D9FFB') + .width('35%') + .height('5%') + .onClick(()=>{ + }) + } + .width('100%') + } + .height('100%') + } + } \ No newline at end of file diff --git a/ohos/flutter_stack_trace_v2/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts b/ohos/flutter_stack_trace_v2/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts new file mode 100644 index 0000000000000000000000000000000000000000..1def08f2e9dcbfa3454a07b7a3b82b173bb90d02 --- /dev/null +++ b/ohos/flutter_stack_trace_v2/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts @@ -0,0 +1,64 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; +import TestRunner from '@ohos.application.testRunner'; +import AbilityDelegatorRegistry from '@ohos.app.ability.abilityDelegatorRegistry'; + +var abilityDelegator = undefined +var abilityDelegatorArguments = undefined + +async function onAbilityCreateCallback() { + hilog.info(0x0000, 'testTag', '%{public}s', 'onAbilityCreateCallback'); +} + +async function addAbilityMonitorCallback(err: any) { + hilog.info(0x0000, 'testTag', 'addAbilityMonitorCallback : %{public}s', JSON.stringify(err) ?? ''); +} + +export default class OpenHarmonyTestRunner implements TestRunner { + constructor() { + } + + onPrepare() { + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner OnPrepare '); + } + + async onRun() { + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner onRun run'); + abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments() + abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator() + var testAbilityName = abilityDelegatorArguments.bundleName + '.TestAbility' + let lMonitor = { + abilityName: testAbilityName, + onAbilityCreate: onAbilityCreateCallback, + }; + abilityDelegator.addAbilityMonitor(lMonitor, addAbilityMonitorCallback) + var cmd = 'aa start -d 0 -a TestAbility' + ' -b ' + abilityDelegatorArguments.bundleName + var debug = abilityDelegatorArguments.parameters['-D'] + if (debug == 'true') + { + cmd += ' -D' + } + hilog.info(0x0000, 'testTag', 'cmd : %{public}s', cmd); + abilityDelegator.executeShellCommand(cmd, + (err: any, d: any) => { + hilog.info(0x0000, 'testTag', 'executeShellCommand : err : %{public}s', JSON.stringify(err) ?? ''); + hilog.info(0x0000, 'testTag', 'executeShellCommand : data : %{public}s', d.stdResult ?? ''); + hilog.info(0x0000, 'testTag', 'executeShellCommand : data : %{public}s', d.exitCode ?? ''); + }) + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner onRun end'); + } +} \ No newline at end of file diff --git a/ohos/flutter_stack_trace_v2/ohos/entry/src/ohosTest/module.json5 b/ohos/flutter_stack_trace_v2/ohos/entry/src/ohosTest/module.json5 new file mode 100644 index 0000000000000000000000000000000000000000..fab77ce2e0c61e3ad010bab5b27ccbd15f9a8c96 --- /dev/null +++ b/ohos/flutter_stack_trace_v2/ohos/entry/src/ohosTest/module.json5 @@ -0,0 +1,51 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "module": { + "name": "entry_test", + "type": "feature", + "description": "$string:module_test_desc", + "mainElement": "TestAbility", + "deviceTypes": [ + "phone" + ], + "deliveryWithInstall": true, + "installationFree": false, + "pages": "$profile:test_pages", + "abilities": [ + { + "name": "TestAbility", + "srcEntry": "./ets/testability/TestAbility.ets", + "description": "$string:TestAbility_desc", + "icon": "$media:icon", + "label": "$string:TestAbility_label", + "exported": true, + "startWindowIcon": "$media:icon", + "startWindowBackground": "$color:start_window_background", + "skills": [ + { + "actions": [ + "action.system.home" + ], + "entities": [ + "entity.system.home" + ] + } + ] + } + ] + } +} diff --git a/ohos/flutter_stack_trace_v2/ohos/entry/src/ohosTest/resources/base/element/color.json b/ohos/flutter_stack_trace_v2/ohos/entry/src/ohosTest/resources/base/element/color.json new file mode 100644 index 0000000000000000000000000000000000000000..3c712962da3c2751c2b9ddb53559afcbd2b54a02 --- /dev/null +++ b/ohos/flutter_stack_trace_v2/ohos/entry/src/ohosTest/resources/base/element/color.json @@ -0,0 +1,8 @@ +{ + "color": [ + { + "name": "start_window_background", + "value": "#FFFFFF" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_stack_trace_v2/ohos/entry/src/ohosTest/resources/base/element/string.json b/ohos/flutter_stack_trace_v2/ohos/entry/src/ohosTest/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..65d8fa5a7cf54aa3943dcd0214f58d1771bc1f6c --- /dev/null +++ b/ohos/flutter_stack_trace_v2/ohos/entry/src/ohosTest/resources/base/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_test_desc", + "value": "test ability description" + }, + { + "name": "TestAbility_desc", + "value": "the test ability" + }, + { + "name": "TestAbility_label", + "value": "test label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_stack_trace_v2/ohos/entry/src/ohosTest/resources/base/media/icon.png b/ohos/flutter_stack_trace_v2/ohos/entry/src/ohosTest/resources/base/media/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_stack_trace_v2/ohos/entry/src/ohosTest/resources/base/media/icon.png differ diff --git a/ohos/flutter_stack_trace_v2/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json b/ohos/flutter_stack_trace_v2/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json new file mode 100644 index 0000000000000000000000000000000000000000..b7e7343cacb32ce982a45e76daad86e435e054fe --- /dev/null +++ b/ohos/flutter_stack_trace_v2/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json @@ -0,0 +1,5 @@ +{ + "src": [ + "testability/pages/Index" + ] +} diff --git a/ohos/flutter_stack_trace_v2/ohos/har/flutter_embedding.har b/ohos/flutter_stack_trace_v2/ohos/har/flutter_embedding.har new file mode 100644 index 0000000000000000000000000000000000000000..d8e07ca297de2100ce605f8af1126daf6eeb5d8f Binary files /dev/null and b/ohos/flutter_stack_trace_v2/ohos/har/flutter_embedding.har differ diff --git a/ohos/flutter_stack_trace_v2/ohos/har/har_product/flutter_embedding.har.debug.10 b/ohos/flutter_stack_trace_v2/ohos/har/har_product/flutter_embedding.har.debug.10 new file mode 100644 index 0000000000000000000000000000000000000000..d8e07ca297de2100ce605f8af1126daf6eeb5d8f Binary files /dev/null and b/ohos/flutter_stack_trace_v2/ohos/har/har_product/flutter_embedding.har.debug.10 differ diff --git a/ohos/flutter_stack_trace_v2/ohos/har/har_product/flutter_embedding.har.debug.9 b/ohos/flutter_stack_trace_v2/ohos/har/har_product/flutter_embedding.har.debug.9 new file mode 100644 index 0000000000000000000000000000000000000000..f0df4ca0064821178bf4254b16e8d23d873827da Binary files /dev/null and b/ohos/flutter_stack_trace_v2/ohos/har/har_product/flutter_embedding.har.debug.9 differ diff --git a/ohos/flutter_stack_trace_v2/ohos/har/har_product/flutter_embedding.har.release.10 b/ohos/flutter_stack_trace_v2/ohos/har/har_product/flutter_embedding.har.release.10 new file mode 100644 index 0000000000000000000000000000000000000000..da9b320a09600f678975b827160441e46144bf08 Binary files /dev/null and b/ohos/flutter_stack_trace_v2/ohos/har/har_product/flutter_embedding.har.release.10 differ diff --git a/ohos/flutter_stack_trace_v2/ohos/har/har_product/flutter_embedding.har.release.9 b/ohos/flutter_stack_trace_v2/ohos/har/har_product/flutter_embedding.har.release.9 new file mode 100644 index 0000000000000000000000000000000000000000..ba52754a80826e5614438b3faf931ed2f487eaab Binary files /dev/null and b/ohos/flutter_stack_trace_v2/ohos/har/har_product/flutter_embedding.har.release.9 differ diff --git a/ohos/flutter_stack_trace_v2/ohos/har/har_product/libflutter.so.debug.10 b/ohos/flutter_stack_trace_v2/ohos/har/har_product/libflutter.so.debug.10 new file mode 100644 index 0000000000000000000000000000000000000000..8ff0d04141a776e448478791df1e2a1c3aa7c5c4 Binary files /dev/null and b/ohos/flutter_stack_trace_v2/ohos/har/har_product/libflutter.so.debug.10 differ diff --git a/ohos/flutter_stack_trace_v2/ohos/har/har_product/libflutter.so.release.10 b/ohos/flutter_stack_trace_v2/ohos/har/har_product/libflutter.so.release.10 new file mode 100644 index 0000000000000000000000000000000000000000..7cdf26180489e807496f02cd4736425b4ad42845 Binary files /dev/null and b/ohos/flutter_stack_trace_v2/ohos/har/har_product/libflutter.so.release.10 differ diff --git a/ohos/flutter_stack_trace_v2/ohos/hvigor/hvigor-config.json5 b/ohos/flutter_stack_trace_v2/ohos/hvigor/hvigor-config.json5 new file mode 100644 index 0000000000000000000000000000000000000000..f7134a9410f2892e0e2bd8bdf85c3dbfa3ccca49 --- /dev/null +++ b/ohos/flutter_stack_trace_v2/ohos/hvigor/hvigor-config.json5 @@ -0,0 +1,23 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "hvigorVersion": "file:../dependencies/hvigor-3.0.9-s.tgz", + "dependencies": { + "@ohos/hvigor-ohos-plugin": "file:../dependencies/hvigor-ohos-plugin-3.0.9-s.tgz", + "rollup": "file:../dependencies/rollup.tgz", + } +} + diff --git a/ohos/flutter_stack_trace_v2/ohos/hvigor/hvigor-wrapper.js b/ohos/flutter_stack_trace_v2/ohos/hvigor/hvigor-wrapper.js new file mode 100644 index 0000000000000000000000000000000000000000..0483791f85b568d236d0ed928334db46e067a8aa --- /dev/null +++ b/ohos/flutter_stack_trace_v2/ohos/hvigor/hvigor-wrapper.js @@ -0,0 +1,16 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +"use strict";var e=require("fs"),t=require("path"),n=require("os"),r=require("crypto"),u=require("child_process"),o=require("constants"),i=require("stream"),s=require("util"),c=require("assert"),a=require("tty"),l=require("zlib"),f=require("net");function d(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var D=d(e),p=d(t),E=d(n),m=d(r),h=d(u),y=d(o),C=d(i),F=d(s),g=d(c),A=d(a),v=d(l),S=d(f),w="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},O={},b={},_={},B=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(_,"__esModule",{value:!0}),_.isMac=_.isLinux=_.isWindows=void 0;const P=B(E.default),k="Windows_NT",x="Linux",N="Darwin";_.isWindows=function(){return P.default.type()===k},_.isLinux=function(){return P.default.type()===x},_.isMac=function(){return P.default.type()===N};var I={},T=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),R=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),M=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&T(t,e,n);return R(t,e),t};Object.defineProperty(I,"__esModule",{value:!0}),I.hash=void 0;const L=M(m.default);I.hash=function(e,t="md5"){return L.createHash(t).update(e,"utf-8").digest("hex")},function(e){var t=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var u in e)"default"!==u&&Object.prototype.hasOwnProperty.call(e,u)&&t(r,e,u);return n(r,e),r};Object.defineProperty(e,"__esModule",{value:!0}),e.HVIGOR_BOOT_JS_FILE_PATH=e.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH=e.HVIGOR_PROJECT_DEPENDENCIES_HOME=e.HVIGOR_PROJECT_WRAPPER_HOME=e.HVIGOR_PROJECT_NAME=e.HVIGOR_PROJECT_ROOT_DIR=e.HVIGOR_PROJECT_CACHES_HOME=e.HVIGOR_PNPM_STORE_PATH=e.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH=e.HVIGOR_WRAPPER_TOOLS_HOME=e.HVIGOR_USER_HOME=e.DEFAULT_PACKAGE_JSON=e.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME=e.PNPM=e.HVIGOR=e.NPM_TOOL=e.PNPM_TOOL=e.HVIGOR_ENGINE_PACKAGE_NAME=void 0;const u=r(p.default),o=r(E.default),i=_,s=I;e.HVIGOR_ENGINE_PACKAGE_NAME="@ohos/hvigor",e.PNPM_TOOL=(0,i.isWindows)()?"pnpm.cmd":"pnpm",e.NPM_TOOL=(0,i.isWindows)()?"npm.cmd":"npm",e.HVIGOR="hvigor",e.PNPM="pnpm",e.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME="hvigor-config.json5",e.DEFAULT_PACKAGE_JSON="package.json",e.HVIGOR_USER_HOME=u.resolve(o.homedir(),".hvigor"),e.HVIGOR_WRAPPER_TOOLS_HOME=u.resolve(e.HVIGOR_USER_HOME,"wrapper","tools"),e.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH=u.resolve(e.HVIGOR_WRAPPER_TOOLS_HOME,"node_modules",".bin",e.PNPM_TOOL),e.HVIGOR_PNPM_STORE_PATH=u.resolve(e.HVIGOR_USER_HOME,"caches"),e.HVIGOR_PROJECT_CACHES_HOME=u.resolve(e.HVIGOR_USER_HOME,"project_caches"),e.HVIGOR_PROJECT_ROOT_DIR=process.cwd(),e.HVIGOR_PROJECT_NAME=u.basename((0,s.hash)(e.HVIGOR_PROJECT_ROOT_DIR)),e.HVIGOR_PROJECT_WRAPPER_HOME=u.resolve(e.HVIGOR_PROJECT_ROOT_DIR,e.HVIGOR),e.HVIGOR_PROJECT_DEPENDENCIES_HOME=u.resolve(e.HVIGOR_PROJECT_CACHES_HOME,e.HVIGOR_PROJECT_NAME,"workspace"),e.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH=u.resolve(e.HVIGOR_PROJECT_DEPENDENCIES_HOME,e.DEFAULT_PACKAGE_JSON),e.HVIGOR_BOOT_JS_FILE_PATH=u.resolve(e.HVIGOR_PROJECT_DEPENDENCIES_HOME,"node_modules","@ohos","hvigor","bin","hvigor.js")}(b);var j={},$={};Object.defineProperty($,"__esModule",{value:!0}),$.logInfoPrintConsole=$.logErrorAndExit=void 0,$.logErrorAndExit=function(e){e instanceof Error?console.error(e.message):console.error(e),process.exit(-1)},$.logInfoPrintConsole=function(e){console.log(e)};var H=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),J=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),G=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&H(t,e,n);return J(t,e),t},V=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(j,"__esModule",{value:!0}),j.isFileExists=j.offlinePluginConversion=j.executeCommand=j.getNpmPath=j.hasNpmPackInPaths=void 0;const U=h.default,W=G(p.default),z=b,K=$,q=V(D.default);j.hasNpmPackInPaths=function(e,t){try{return require.resolve(e,{paths:[...t]}),!0}catch(e){return!1}},j.getNpmPath=function(){const e=process.execPath;return W.join(W.dirname(e),z.NPM_TOOL)},j.executeCommand=function(e,t,n){0!==(0,U.spawnSync)(e,t,n).status&&(0,K.logErrorAndExit)(`Error: ${e} ${t} execute failed.See above for details.`)},j.offlinePluginConversion=function(e,t){return t.startsWith("file:")||t.endsWith(".tgz")?W.resolve(e,z.HVIGOR,t.replace("file:","")):t},j.isFileExists=function(e){return q.default.existsSync(e)&&q.default.statSync(e).isFile()},function(e){var t=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var u in e)"default"!==u&&Object.prototype.hasOwnProperty.call(e,u)&&t(r,e,u);return n(r,e),r},u=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(e,"__esModule",{value:!0}),e.executeInstallPnpm=e.isPnpmAvailable=e.environmentHandler=e.checkNpmConifg=e.PNPM_VERSION=void 0;const o=r(D.default),i=b,s=j,c=r(p.default),a=$,l=h.default,f=u(E.default);e.PNPM_VERSION="7.30.0",e.checkNpmConifg=function(){const e=c.resolve(i.HVIGOR_PROJECT_ROOT_DIR,".npmrc"),t=c.resolve(f.default.homedir(),".npmrc");if((0,s.isFileExists)(e)||(0,s.isFileExists)(t))return;const n=(0,s.getNpmPath)(),r=(0,l.spawnSync)(n,["config","get","prefix"],{cwd:i.HVIGOR_PROJECT_ROOT_DIR});if(0!==r.status||!r.stdout)return void(0,a.logErrorAndExit)("Error: The hvigor depends on the npmrc file. Configure the npmrc file first.");const u=c.resolve(`${r.stdout}`.replace(/[\r\n]/gi,""),".npmrc");(0,s.isFileExists)(u)||(0,a.logErrorAndExit)("Error: The hvigor depends on the npmrc file. Configure the npmrc file first.")},e.environmentHandler=function(){process.env["npm_config_update-notifier"]="false"},e.isPnpmAvailable=function(){return!!o.existsSync(i.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH)&&(0,s.hasNpmPackInPaths)("pnpm",[i.HVIGOR_WRAPPER_TOOLS_HOME])},e.executeInstallPnpm=function(){(0,a.logInfoPrintConsole)(`Installing pnpm@${e.PNPM_VERSION}...`);const t=(0,s.getNpmPath)();!function(){const t=c.resolve(i.HVIGOR_WRAPPER_TOOLS_HOME,i.DEFAULT_PACKAGE_JSON);try{o.existsSync(i.HVIGOR_WRAPPER_TOOLS_HOME)||o.mkdirSync(i.HVIGOR_WRAPPER_TOOLS_HOME,{recursive:!0});const n={dependencies:{}};n.dependencies[i.PNPM]=e.PNPM_VERSION,o.writeFileSync(t,JSON.stringify(n))}catch(e){(0,a.logErrorAndExit)(`Error: EPERM: operation not permitted,create ${t} failed.`)}}(),(0,s.executeCommand)(t,["install","pnpm"],{cwd:i.HVIGOR_WRAPPER_TOOLS_HOME,stdio:["inherit","inherit","inherit"],env:process.env}),(0,a.logInfoPrintConsole)("Pnpm install success.")}}(O);var Y={},X={},Z={},Q={};Object.defineProperty(Q,"__esModule",{value:!0}),Q.Unicode=void 0;class ee{}Q.Unicode=ee,ee.Space_Separator=/[\u1680\u2000-\u200A\u202F\u205F\u3000]/,ee.ID_Start=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]/,ee.ID_Continue=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF9\u1D00-\u1DF9\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDE00-\uDE3E\uDE47\uDE50-\uDE83\uDE86-\uDE99\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/,Object.defineProperty(Z,"__esModule",{value:!0}),Z.JudgeUtil=void 0;const te=Q;Z.JudgeUtil=class{static isIgnoreChar(e){return"string"==typeof e&&("\t"===e||"\v"===e||"\f"===e||" "===e||" "===e||"\ufeff"===e||"\n"===e||"\r"===e||"\u2028"===e||"\u2029"===e)}static isSpaceSeparator(e){return"string"==typeof e&&te.Unicode.Space_Separator.test(e)}static isIdStartChar(e){return"string"==typeof e&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||"$"===e||"_"===e||te.Unicode.ID_Start.test(e))}static isIdContinueChar(e){return"string"==typeof e&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||e>="0"&&e<="9"||"$"===e||"_"===e||"‌"===e||"‍"===e||te.Unicode.ID_Continue.test(e))}static isDigitWithoutZero(e){return/[1-9]/.test(e)}static isDigit(e){return"string"==typeof e&&/[0-9]/.test(e)}static isHexDigit(e){return"string"==typeof e&&/[0-9A-Fa-f]/.test(e)}};var ne={},re={fromCallback:function(e){return Object.defineProperty((function(...t){if("function"!=typeof t[t.length-1])return new Promise(((n,r)=>{e.call(this,...t,((e,t)=>null!=e?r(e):n(t)))}));e.apply(this,t)}),"name",{value:e.name})},fromPromise:function(e){return Object.defineProperty((function(...t){const n=t[t.length-1];if("function"!=typeof n)return e.apply(this,t);e.apply(this,t.slice(0,-1)).then((e=>n(null,e)),n)}),"name",{value:e.name})}},ue=y.default,oe=process.cwd,ie=null,se=process.env.GRACEFUL_FS_PLATFORM||process.platform;process.cwd=function(){return ie||(ie=oe.call(process)),ie};try{process.cwd()}catch(e){}if("function"==typeof process.chdir){var ce=process.chdir;process.chdir=function(e){ie=null,ce.call(process,e)},Object.setPrototypeOf&&Object.setPrototypeOf(process.chdir,ce)}var ae=function(e){ue.hasOwnProperty("O_SYMLINK")&&process.version.match(/^v0\.6\.[0-2]|^v0\.5\./)&&function(e){e.lchmod=function(t,n,r){e.open(t,ue.O_WRONLY|ue.O_SYMLINK,n,(function(t,u){t?r&&r(t):e.fchmod(u,n,(function(t){e.close(u,(function(e){r&&r(t||e)}))}))}))},e.lchmodSync=function(t,n){var r,u=e.openSync(t,ue.O_WRONLY|ue.O_SYMLINK,n),o=!0;try{r=e.fchmodSync(u,n),o=!1}finally{if(o)try{e.closeSync(u)}catch(e){}else e.closeSync(u)}return r}}(e);e.lutimes||function(e){ue.hasOwnProperty("O_SYMLINK")&&e.futimes?(e.lutimes=function(t,n,r,u){e.open(t,ue.O_SYMLINK,(function(t,o){t?u&&u(t):e.futimes(o,n,r,(function(t){e.close(o,(function(e){u&&u(t||e)}))}))}))},e.lutimesSync=function(t,n,r){var u,o=e.openSync(t,ue.O_SYMLINK),i=!0;try{u=e.futimesSync(o,n,r),i=!1}finally{if(i)try{e.closeSync(o)}catch(e){}else e.closeSync(o)}return u}):e.futimes&&(e.lutimes=function(e,t,n,r){r&&process.nextTick(r)},e.lutimesSync=function(){})}(e);e.chown=r(e.chown),e.fchown=r(e.fchown),e.lchown=r(e.lchown),e.chmod=t(e.chmod),e.fchmod=t(e.fchmod),e.lchmod=t(e.lchmod),e.chownSync=u(e.chownSync),e.fchownSync=u(e.fchownSync),e.lchownSync=u(e.lchownSync),e.chmodSync=n(e.chmodSync),e.fchmodSync=n(e.fchmodSync),e.lchmodSync=n(e.lchmodSync),e.stat=o(e.stat),e.fstat=o(e.fstat),e.lstat=o(e.lstat),e.statSync=i(e.statSync),e.fstatSync=i(e.fstatSync),e.lstatSync=i(e.lstatSync),e.chmod&&!e.lchmod&&(e.lchmod=function(e,t,n){n&&process.nextTick(n)},e.lchmodSync=function(){});e.chown&&!e.lchown&&(e.lchown=function(e,t,n,r){r&&process.nextTick(r)},e.lchownSync=function(){});"win32"===se&&(e.rename="function"!=typeof e.rename?e.rename:function(t){function n(n,r,u){var o=Date.now(),i=0;t(n,r,(function s(c){if(c&&("EACCES"===c.code||"EPERM"===c.code||"EBUSY"===c.code)&&Date.now()-o<6e4)return setTimeout((function(){e.stat(r,(function(e,o){e&&"ENOENT"===e.code?t(n,r,s):u(c)}))}),i),void(i<100&&(i+=10));u&&u(c)}))}return Object.setPrototypeOf&&Object.setPrototypeOf(n,t),n}(e.rename));function t(t){return t?function(n,r,u){return t.call(e,n,r,(function(e){s(e)&&(e=null),u&&u.apply(this,arguments)}))}:t}function n(t){return t?function(n,r){try{return t.call(e,n,r)}catch(e){if(!s(e))throw e}}:t}function r(t){return t?function(n,r,u,o){return t.call(e,n,r,u,(function(e){s(e)&&(e=null),o&&o.apply(this,arguments)}))}:t}function u(t){return t?function(n,r,u){try{return t.call(e,n,r,u)}catch(e){if(!s(e))throw e}}:t}function o(t){return t?function(n,r,u){function o(e,t){t&&(t.uid<0&&(t.uid+=4294967296),t.gid<0&&(t.gid+=4294967296)),u&&u.apply(this,arguments)}return"function"==typeof r&&(u=r,r=null),r?t.call(e,n,r,o):t.call(e,n,o)}:t}function i(t){return t?function(n,r){var u=r?t.call(e,n,r):t.call(e,n);return u&&(u.uid<0&&(u.uid+=4294967296),u.gid<0&&(u.gid+=4294967296)),u}:t}function s(e){return!e||("ENOSYS"===e.code||!(process.getuid&&0===process.getuid()||"EINVAL"!==e.code&&"EPERM"!==e.code))}e.read="function"!=typeof e.read?e.read:function(t){function n(n,r,u,o,i,s){var c;if(s&&"function"==typeof s){var a=0;c=function(l,f,d){if(l&&"EAGAIN"===l.code&&a<10)return a++,t.call(e,n,r,u,o,i,c);s.apply(this,arguments)}}return t.call(e,n,r,u,o,i,c)}return Object.setPrototypeOf&&Object.setPrototypeOf(n,t),n}(e.read),e.readSync="function"!=typeof e.readSync?e.readSync:(c=e.readSync,function(t,n,r,u,o){for(var i=0;;)try{return c.call(e,t,n,r,u,o)}catch(e){if("EAGAIN"===e.code&&i<10){i++;continue}throw e}});var c};var le=C.default.Stream,fe=function(e){return{ReadStream:function t(n,r){if(!(this instanceof t))return new t(n,r);le.call(this);var u=this;this.path=n,this.fd=null,this.readable=!0,this.paused=!1,this.flags="r",this.mode=438,this.bufferSize=65536,r=r||{};for(var o=Object.keys(r),i=0,s=o.length;ithis.end)throw new Error("start must be <= end");this.pos=this.start}if(null!==this.fd)return void process.nextTick((function(){u._read()}));e.open(this.path,this.flags,this.mode,(function(e,t){if(e)return u.emit("error",e),void(u.readable=!1);u.fd=t,u.emit("open",t),u._read()}))},WriteStream:function t(n,r){if(!(this instanceof t))return new t(n,r);le.call(this),this.path=n,this.fd=null,this.writable=!0,this.flags="w",this.encoding="binary",this.mode=438,this.bytesWritten=0,r=r||{};for(var u=Object.keys(r),o=0,i=u.length;o= zero");this.pos=this.start}this.busy=!1,this._queue=[],null===this.fd&&(this._open=e.open,this._queue.push([this._open,this.path,this.flags,this.mode,void 0]),this.flush())}}};var de=function(e){if(null===e||"object"!=typeof e)return e;if(e instanceof Object)var t={__proto__:De(e)};else t=Object.create(null);return Object.getOwnPropertyNames(e).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))})),t},De=Object.getPrototypeOf||function(e){return e.__proto__};var pe,Ee,me=D.default,he=ae,ye=fe,Ce=de,Fe=F.default;function ge(e,t){Object.defineProperty(e,pe,{get:function(){return t}})}"function"==typeof Symbol&&"function"==typeof Symbol.for?(pe=Symbol.for("graceful-fs.queue"),Ee=Symbol.for("graceful-fs.previous")):(pe="___graceful-fs.queue",Ee="___graceful-fs.previous");var Ae=function(){};if(Fe.debuglog?Ae=Fe.debuglog("gfs4"):/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&(Ae=function(){var e=Fe.format.apply(Fe,arguments);e="GFS4: "+e.split(/\n/).join("\nGFS4: "),console.error(e)}),!me[pe]){var ve=w[pe]||[];ge(me,ve),me.close=function(e){function t(t,n){return e.call(me,t,(function(e){e||_e(),"function"==typeof n&&n.apply(this,arguments)}))}return Object.defineProperty(t,Ee,{value:e}),t}(me.close),me.closeSync=function(e){function t(t){e.apply(me,arguments),_e()}return Object.defineProperty(t,Ee,{value:e}),t}(me.closeSync),/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&process.on("exit",(function(){Ae(me[pe]),g.default.equal(me[pe].length,0)}))}w[pe]||ge(w,me[pe]);var Se,we=Oe(Ce(me));function Oe(e){he(e),e.gracefulify=Oe,e.createReadStream=function(t,n){return new e.ReadStream(t,n)},e.createWriteStream=function(t,n){return new e.WriteStream(t,n)};var t=e.readFile;e.readFile=function(e,n,r){"function"==typeof n&&(r=n,n=null);return function e(n,r,u,o){return t(n,r,(function(t){!t||"EMFILE"!==t.code&&"ENFILE"!==t.code?"function"==typeof u&&u.apply(this,arguments):be([e,[n,r,u],t,o||Date.now(),Date.now()])}))}(e,n,r)};var n=e.writeFile;e.writeFile=function(e,t,r,u){"function"==typeof r&&(u=r,r=null);return function e(t,r,u,o,i){return n(t,r,u,(function(n){!n||"EMFILE"!==n.code&&"ENFILE"!==n.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,r,u,o],n,i||Date.now(),Date.now()])}))}(e,t,r,u)};var r=e.appendFile;r&&(e.appendFile=function(e,t,n,u){"function"==typeof n&&(u=n,n=null);return function e(t,n,u,o,i){return r(t,n,u,(function(r){!r||"EMFILE"!==r.code&&"ENFILE"!==r.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,n,u,o],r,i||Date.now(),Date.now()])}))}(e,t,n,u)});var u=e.copyFile;u&&(e.copyFile=function(e,t,n,r){"function"==typeof n&&(r=n,n=0);return function e(t,n,r,o,i){return u(t,n,r,(function(u){!u||"EMFILE"!==u.code&&"ENFILE"!==u.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,n,r,o],u,i||Date.now(),Date.now()])}))}(e,t,n,r)});var o=e.readdir;e.readdir=function(e,t,n){"function"==typeof t&&(n=t,t=null);var r=i.test(process.version)?function(e,t,n,r){return o(e,u(e,t,n,r))}:function(e,t,n,r){return o(e,t,u(e,t,n,r))};return r(e,t,n);function u(e,t,n,u){return function(o,i){!o||"EMFILE"!==o.code&&"ENFILE"!==o.code?(i&&i.sort&&i.sort(),"function"==typeof n&&n.call(this,o,i)):be([r,[e,t,n],o,u||Date.now(),Date.now()])}}};var i=/^v[0-5]\./;if("v0.8"===process.version.substr(0,4)){var s=ye(e);d=s.ReadStream,D=s.WriteStream}var c=e.ReadStream;c&&(d.prototype=Object.create(c.prototype),d.prototype.open=function(){var e=this;E(e.path,e.flags,e.mode,(function(t,n){t?(e.autoClose&&e.destroy(),e.emit("error",t)):(e.fd=n,e.emit("open",n),e.read())}))});var a=e.WriteStream;a&&(D.prototype=Object.create(a.prototype),D.prototype.open=function(){var e=this;E(e.path,e.flags,e.mode,(function(t,n){t?(e.destroy(),e.emit("error",t)):(e.fd=n,e.emit("open",n))}))}),Object.defineProperty(e,"ReadStream",{get:function(){return d},set:function(e){d=e},enumerable:!0,configurable:!0}),Object.defineProperty(e,"WriteStream",{get:function(){return D},set:function(e){D=e},enumerable:!0,configurable:!0});var l=d;Object.defineProperty(e,"FileReadStream",{get:function(){return l},set:function(e){l=e},enumerable:!0,configurable:!0});var f=D;function d(e,t){return this instanceof d?(c.apply(this,arguments),this):d.apply(Object.create(d.prototype),arguments)}function D(e,t){return this instanceof D?(a.apply(this,arguments),this):D.apply(Object.create(D.prototype),arguments)}Object.defineProperty(e,"FileWriteStream",{get:function(){return f},set:function(e){f=e},enumerable:!0,configurable:!0});var p=e.open;function E(e,t,n,r){return"function"==typeof n&&(r=n,n=null),function e(t,n,r,u,o){return p(t,n,r,(function(i,s){!i||"EMFILE"!==i.code&&"ENFILE"!==i.code?"function"==typeof u&&u.apply(this,arguments):be([e,[t,n,r,u],i,o||Date.now(),Date.now()])}))}(e,t,n,r)}return e.open=E,e}function be(e){Ae("ENQUEUE",e[0].name,e[1]),me[pe].push(e),Be()}function _e(){for(var e=Date.now(),t=0;t2&&(me[pe][t][3]=e,me[pe][t][4]=e);Be()}function Be(){if(clearTimeout(Se),Se=void 0,0!==me[pe].length){var e=me[pe].shift(),t=e[0],n=e[1],r=e[2],u=e[3],o=e[4];if(void 0===u)Ae("RETRY",t.name,n),t.apply(null,n);else if(Date.now()-u>=6e4){Ae("TIMEOUT",t.name,n);var i=n.pop();"function"==typeof i&&i.call(null,r)}else{var s=Date.now()-o,c=Math.max(o-u,1);s>=Math.min(1.2*c,100)?(Ae("RETRY",t.name,n),t.apply(null,n.concat([u]))):me[pe].push(e)}void 0===Se&&(Se=setTimeout(Be,0))}}process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH&&!me.__patched&&(we=Oe(me),me.__patched=!0),function(e){const t=re.fromCallback,n=we,r=["access","appendFile","chmod","chown","close","copyFile","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","lchmod","lchown","link","lstat","mkdir","mkdtemp","open","opendir","readdir","readFile","readlink","realpath","rename","rm","rmdir","stat","symlink","truncate","unlink","utimes","writeFile"].filter((e=>"function"==typeof n[e]));Object.assign(e,n),r.forEach((r=>{e[r]=t(n[r])})),e.realpath.native=t(n.realpath.native),e.exists=function(e,t){return"function"==typeof t?n.exists(e,t):new Promise((t=>n.exists(e,t)))},e.read=function(e,t,r,u,o,i){return"function"==typeof i?n.read(e,t,r,u,o,i):new Promise(((i,s)=>{n.read(e,t,r,u,o,((e,t,n)=>{if(e)return s(e);i({bytesRead:t,buffer:n})}))}))},e.write=function(e,t,...r){return"function"==typeof r[r.length-1]?n.write(e,t,...r):new Promise(((u,o)=>{n.write(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffer:n})}))}))},"function"==typeof n.writev&&(e.writev=function(e,t,...r){return"function"==typeof r[r.length-1]?n.writev(e,t,...r):new Promise(((u,o)=>{n.writev(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffers:n})}))}))})}(ne);var Pe={},ke={};const xe=p.default;ke.checkPath=function(e){if("win32"===process.platform){if(/[<>:"|?*]/.test(e.replace(xe.parse(e).root,""))){const t=new Error(`Path contains invalid characters: ${e}`);throw t.code="EINVAL",t}}};const Ne=ne,{checkPath:Ie}=ke,Te=e=>"number"==typeof e?e:{mode:511,...e}.mode;Pe.makeDir=async(e,t)=>(Ie(e),Ne.mkdir(e,{mode:Te(t),recursive:!0})),Pe.makeDirSync=(e,t)=>(Ie(e),Ne.mkdirSync(e,{mode:Te(t),recursive:!0}));const Re=re.fromPromise,{makeDir:Me,makeDirSync:Le}=Pe,je=Re(Me);var $e={mkdirs:je,mkdirsSync:Le,mkdirp:je,mkdirpSync:Le,ensureDir:je,ensureDirSync:Le};const He=re.fromPromise,Je=ne;var Ge={pathExists:He((function(e){return Je.access(e).then((()=>!0)).catch((()=>!1))})),pathExistsSync:Je.existsSync};const Ve=we;var Ue=function(e,t,n,r){Ve.open(e,"r+",((e,u)=>{if(e)return r(e);Ve.futimes(u,t,n,(e=>{Ve.close(u,(t=>{r&&r(e||t)}))}))}))},We=function(e,t,n){const r=Ve.openSync(e,"r+");return Ve.futimesSync(r,t,n),Ve.closeSync(r)};const ze=ne,Ke=p.default,qe=F.default;function Ye(e,t,n){const r=n.dereference?e=>ze.stat(e,{bigint:!0}):e=>ze.lstat(e,{bigint:!0});return Promise.all([r(e),r(t).catch((e=>{if("ENOENT"===e.code)return null;throw e}))]).then((([e,t])=>({srcStat:e,destStat:t})))}function Xe(e,t){return t.ino&&t.dev&&t.ino===e.ino&&t.dev===e.dev}function Ze(e,t){const n=Ke.resolve(e).split(Ke.sep).filter((e=>e)),r=Ke.resolve(t).split(Ke.sep).filter((e=>e));return n.reduce(((e,t,n)=>e&&r[n]===t),!0)}function Qe(e,t,n){return`Cannot ${n} '${e}' to a subdirectory of itself, '${t}'.`}var et={checkPaths:function(e,t,n,r,u){qe.callbackify(Ye)(e,t,r,((r,o)=>{if(r)return u(r);const{srcStat:i,destStat:s}=o;if(s){if(Xe(i,s)){const r=Ke.basename(e),o=Ke.basename(t);return"move"===n&&r!==o&&r.toLowerCase()===o.toLowerCase()?u(null,{srcStat:i,destStat:s,isChangingCase:!0}):u(new Error("Source and destination must not be the same."))}if(i.isDirectory()&&!s.isDirectory())return u(new Error(`Cannot overwrite non-directory '${t}' with directory '${e}'.`));if(!i.isDirectory()&&s.isDirectory())return u(new Error(`Cannot overwrite directory '${t}' with non-directory '${e}'.`))}return i.isDirectory()&&Ze(e,t)?u(new Error(Qe(e,t,n))):u(null,{srcStat:i,destStat:s})}))},checkPathsSync:function(e,t,n,r){const{srcStat:u,destStat:o}=function(e,t,n){let r;const u=n.dereference?e=>ze.statSync(e,{bigint:!0}):e=>ze.lstatSync(e,{bigint:!0}),o=u(e);try{r=u(t)}catch(e){if("ENOENT"===e.code)return{srcStat:o,destStat:null};throw e}return{srcStat:o,destStat:r}}(e,t,r);if(o){if(Xe(u,o)){const r=Ke.basename(e),i=Ke.basename(t);if("move"===n&&r!==i&&r.toLowerCase()===i.toLowerCase())return{srcStat:u,destStat:o,isChangingCase:!0};throw new Error("Source and destination must not be the same.")}if(u.isDirectory()&&!o.isDirectory())throw new Error(`Cannot overwrite non-directory '${t}' with directory '${e}'.`);if(!u.isDirectory()&&o.isDirectory())throw new Error(`Cannot overwrite directory '${t}' with non-directory '${e}'.`)}if(u.isDirectory()&&Ze(e,t))throw new Error(Qe(e,t,n));return{srcStat:u,destStat:o}},checkParentPaths:function e(t,n,r,u,o){const i=Ke.resolve(Ke.dirname(t)),s=Ke.resolve(Ke.dirname(r));if(s===i||s===Ke.parse(s).root)return o();ze.stat(s,{bigint:!0},((i,c)=>i?"ENOENT"===i.code?o():o(i):Xe(n,c)?o(new Error(Qe(t,r,u))):e(t,n,s,u,o)))},checkParentPathsSync:function e(t,n,r,u){const o=Ke.resolve(Ke.dirname(t)),i=Ke.resolve(Ke.dirname(r));if(i===o||i===Ke.parse(i).root)return;let s;try{s=ze.statSync(i,{bigint:!0})}catch(e){if("ENOENT"===e.code)return;throw e}if(Xe(n,s))throw new Error(Qe(t,r,u));return e(t,n,i,u)},isSrcSubdir:Ze,areIdentical:Xe};const tt=we,nt=p.default,rt=$e.mkdirs,ut=Ge.pathExists,ot=Ue,it=et;function st(e,t,n,r,u){const o=nt.dirname(n);ut(o,((i,s)=>i?u(i):s?at(e,t,n,r,u):void rt(o,(o=>o?u(o):at(e,t,n,r,u)))))}function ct(e,t,n,r,u,o){Promise.resolve(u.filter(n,r)).then((i=>i?e(t,n,r,u,o):o()),(e=>o(e)))}function at(e,t,n,r,u){(r.dereference?tt.stat:tt.lstat)(t,((o,i)=>o?u(o):i.isDirectory()?function(e,t,n,r,u,o){return t?Dt(n,r,u,o):function(e,t,n,r,u){tt.mkdir(n,(o=>{if(o)return u(o);Dt(t,n,r,(t=>t?u(t):dt(n,e,u)))}))}(e.mode,n,r,u,o)}(i,e,t,n,r,u):i.isFile()||i.isCharacterDevice()||i.isBlockDevice()?function(e,t,n,r,u,o){return t?function(e,t,n,r,u){if(!r.overwrite)return r.errorOnExist?u(new Error(`'${n}' already exists`)):u();tt.unlink(n,(o=>o?u(o):lt(e,t,n,r,u)))}(e,n,r,u,o):lt(e,n,r,u,o)}(i,e,t,n,r,u):i.isSymbolicLink()?function(e,t,n,r,u){tt.readlink(t,((t,o)=>t?u(t):(r.dereference&&(o=nt.resolve(process.cwd(),o)),e?void tt.readlink(n,((t,i)=>t?"EINVAL"===t.code||"UNKNOWN"===t.code?tt.symlink(o,n,u):u(t):(r.dereference&&(i=nt.resolve(process.cwd(),i)),it.isSrcSubdir(o,i)?u(new Error(`Cannot copy '${o}' to a subdirectory of itself, '${i}'.`)):e.isDirectory()&&it.isSrcSubdir(i,o)?u(new Error(`Cannot overwrite '${i}' with '${o}'.`)):function(e,t,n){tt.unlink(t,(r=>r?n(r):tt.symlink(e,t,n)))}(o,n,u)))):tt.symlink(o,n,u))))}(e,t,n,r,u):i.isSocket()?u(new Error(`Cannot copy a socket file: ${t}`)):i.isFIFO()?u(new Error(`Cannot copy a FIFO pipe: ${t}`)):u(new Error(`Unknown file: ${t}`))))}function lt(e,t,n,r,u){tt.copyFile(t,n,(o=>o?u(o):r.preserveTimestamps?function(e,t,n,r){if(function(e){return 0==(128&e)}(e))return function(e,t,n){return dt(e,128|t,n)}(n,e,(u=>u?r(u):ft(e,t,n,r)));return ft(e,t,n,r)}(e.mode,t,n,u):dt(n,e.mode,u)))}function ft(e,t,n,r){!function(e,t,n){tt.stat(e,((e,r)=>e?n(e):ot(t,r.atime,r.mtime,n)))}(t,n,(t=>t?r(t):dt(n,e,r)))}function dt(e,t,n){return tt.chmod(e,t,n)}function Dt(e,t,n,r){tt.readdir(e,((u,o)=>u?r(u):pt(o,e,t,n,r)))}function pt(e,t,n,r,u){const o=e.pop();return o?function(e,t,n,r,u,o){const i=nt.join(n,t),s=nt.join(r,t);it.checkPaths(i,s,"copy",u,((t,c)=>{if(t)return o(t);const{destStat:a}=c;!function(e,t,n,r,u){r.filter?ct(at,e,t,n,r,u):at(e,t,n,r,u)}(a,i,s,u,(t=>t?o(t):pt(e,n,r,u,o)))}))}(e,o,t,n,r,u):u()}var Et=function(e,t,n,r){"function"!=typeof n||r?"function"==typeof n&&(n={filter:n}):(r=n,n={}),r=r||function(){},(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269"),it.checkPaths(e,t,"copy",n,((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;it.checkParentPaths(e,i,t,"copy",(u=>u?r(u):n.filter?ct(st,s,e,t,n,r):st(s,e,t,n,r)))}))};const mt=we,ht=p.default,yt=$e.mkdirsSync,Ct=We,Ft=et;function gt(e,t,n,r){const u=(r.dereference?mt.statSync:mt.lstatSync)(t);if(u.isDirectory())return function(e,t,n,r,u){return t?St(n,r,u):function(e,t,n,r){return mt.mkdirSync(n),St(t,n,r),vt(n,e)}(e.mode,n,r,u)}(u,e,t,n,r);if(u.isFile()||u.isCharacterDevice()||u.isBlockDevice())return function(e,t,n,r,u){return t?function(e,t,n,r){if(r.overwrite)return mt.unlinkSync(n),At(e,t,n,r);if(r.errorOnExist)throw new Error(`'${n}' already exists`)}(e,n,r,u):At(e,n,r,u)}(u,e,t,n,r);if(u.isSymbolicLink())return function(e,t,n,r){let u=mt.readlinkSync(t);r.dereference&&(u=ht.resolve(process.cwd(),u));if(e){let e;try{e=mt.readlinkSync(n)}catch(e){if("EINVAL"===e.code||"UNKNOWN"===e.code)return mt.symlinkSync(u,n);throw e}if(r.dereference&&(e=ht.resolve(process.cwd(),e)),Ft.isSrcSubdir(u,e))throw new Error(`Cannot copy '${u}' to a subdirectory of itself, '${e}'.`);if(mt.statSync(n).isDirectory()&&Ft.isSrcSubdir(e,u))throw new Error(`Cannot overwrite '${e}' with '${u}'.`);return function(e,t){return mt.unlinkSync(t),mt.symlinkSync(e,t)}(u,n)}return mt.symlinkSync(u,n)}(e,t,n,r);if(u.isSocket())throw new Error(`Cannot copy a socket file: ${t}`);if(u.isFIFO())throw new Error(`Cannot copy a FIFO pipe: ${t}`);throw new Error(`Unknown file: ${t}`)}function At(e,t,n,r){return mt.copyFileSync(t,n),r.preserveTimestamps&&function(e,t,n){(function(e){return 0==(128&e)})(e)&&function(e,t){vt(e,128|t)}(n,e);(function(e,t){const n=mt.statSync(e);Ct(t,n.atime,n.mtime)})(t,n)}(e.mode,t,n),vt(n,e.mode)}function vt(e,t){return mt.chmodSync(e,t)}function St(e,t,n){mt.readdirSync(e).forEach((r=>function(e,t,n,r){const u=ht.join(t,e),o=ht.join(n,e),{destStat:i}=Ft.checkPathsSync(u,o,"copy",r);return function(e,t,n,r){if(!r.filter||r.filter(t,n))return gt(e,t,n,r)}(i,u,o,r)}(r,e,t,n)))}var wt=function(e,t,n){"function"==typeof n&&(n={filter:n}),(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269");const{srcStat:r,destStat:u}=Ft.checkPathsSync(e,t,"copy",n);return Ft.checkParentPathsSync(e,r,t,"copy"),function(e,t,n,r){if(r.filter&&!r.filter(t,n))return;const u=ht.dirname(n);mt.existsSync(u)||yt(u);return gt(e,t,n,r)}(u,e,t,n)};var Ot={copy:(0,re.fromCallback)(Et),copySync:wt};const bt=we,_t=p.default,Bt=g.default,Pt="win32"===process.platform;function kt(e){["unlink","chmod","stat","lstat","rmdir","readdir"].forEach((t=>{e[t]=e[t]||bt[t],e[t+="Sync"]=e[t]||bt[t]})),e.maxBusyTries=e.maxBusyTries||3}function xt(e,t,n){let r=0;"function"==typeof t&&(n=t,t={}),Bt(e,"rimraf: missing path"),Bt.strictEqual(typeof e,"string","rimraf: path should be a string"),Bt.strictEqual(typeof n,"function","rimraf: callback function required"),Bt(t,"rimraf: invalid options argument provided"),Bt.strictEqual(typeof t,"object","rimraf: options should be object"),kt(t),Nt(e,t,(function u(o){if(o){if(("EBUSY"===o.code||"ENOTEMPTY"===o.code||"EPERM"===o.code)&&rNt(e,t,u)),100*r)}"ENOENT"===o.code&&(o=null)}n(o)}))}function Nt(e,t,n){Bt(e),Bt(t),Bt("function"==typeof n),t.lstat(e,((r,u)=>r&&"ENOENT"===r.code?n(null):r&&"EPERM"===r.code&&Pt?It(e,t,r,n):u&&u.isDirectory()?Rt(e,t,r,n):void t.unlink(e,(r=>{if(r){if("ENOENT"===r.code)return n(null);if("EPERM"===r.code)return Pt?It(e,t,r,n):Rt(e,t,r,n);if("EISDIR"===r.code)return Rt(e,t,r,n)}return n(r)}))))}function It(e,t,n,r){Bt(e),Bt(t),Bt("function"==typeof r),t.chmod(e,438,(u=>{u?r("ENOENT"===u.code?null:n):t.stat(e,((u,o)=>{u?r("ENOENT"===u.code?null:n):o.isDirectory()?Rt(e,t,n,r):t.unlink(e,r)}))}))}function Tt(e,t,n){let r;Bt(e),Bt(t);try{t.chmodSync(e,438)}catch(e){if("ENOENT"===e.code)return;throw n}try{r=t.statSync(e)}catch(e){if("ENOENT"===e.code)return;throw n}r.isDirectory()?Lt(e,t,n):t.unlinkSync(e)}function Rt(e,t,n,r){Bt(e),Bt(t),Bt("function"==typeof r),t.rmdir(e,(u=>{!u||"ENOTEMPTY"!==u.code&&"EEXIST"!==u.code&&"EPERM"!==u.code?u&&"ENOTDIR"===u.code?r(n):r(u):function(e,t,n){Bt(e),Bt(t),Bt("function"==typeof n),t.readdir(e,((r,u)=>{if(r)return n(r);let o,i=u.length;if(0===i)return t.rmdir(e,n);u.forEach((r=>{xt(_t.join(e,r),t,(r=>{if(!o)return r?n(o=r):void(0==--i&&t.rmdir(e,n))}))}))}))}(e,t,r)}))}function Mt(e,t){let n;kt(t=t||{}),Bt(e,"rimraf: missing path"),Bt.strictEqual(typeof e,"string","rimraf: path should be a string"),Bt(t,"rimraf: missing options"),Bt.strictEqual(typeof t,"object","rimraf: options should be object");try{n=t.lstatSync(e)}catch(n){if("ENOENT"===n.code)return;"EPERM"===n.code&&Pt&&Tt(e,t,n)}try{n&&n.isDirectory()?Lt(e,t,null):t.unlinkSync(e)}catch(n){if("ENOENT"===n.code)return;if("EPERM"===n.code)return Pt?Tt(e,t,n):Lt(e,t,n);if("EISDIR"!==n.code)throw n;Lt(e,t,n)}}function Lt(e,t,n){Bt(e),Bt(t);try{t.rmdirSync(e)}catch(r){if("ENOTDIR"===r.code)throw n;if("ENOTEMPTY"===r.code||"EEXIST"===r.code||"EPERM"===r.code)!function(e,t){if(Bt(e),Bt(t),t.readdirSync(e).forEach((n=>Mt(_t.join(e,n),t))),!Pt){return t.rmdirSync(e,t)}{const n=Date.now();do{try{return t.rmdirSync(e,t)}catch{}}while(Date.now()-n<500)}}(e,t);else if("ENOENT"!==r.code)throw r}}var jt=xt;xt.sync=Mt;const $t=we,Ht=re.fromCallback,Jt=jt;var Gt={remove:Ht((function(e,t){if($t.rm)return $t.rm(e,{recursive:!0,force:!0},t);Jt(e,t)})),removeSync:function(e){if($t.rmSync)return $t.rmSync(e,{recursive:!0,force:!0});Jt.sync(e)}};const Vt=re.fromPromise,Ut=ne,Wt=p.default,zt=$e,Kt=Gt,qt=Vt((async function(e){let t;try{t=await Ut.readdir(e)}catch{return zt.mkdirs(e)}return Promise.all(t.map((t=>Kt.remove(Wt.join(e,t)))))}));function Yt(e){let t;try{t=Ut.readdirSync(e)}catch{return zt.mkdirsSync(e)}t.forEach((t=>{t=Wt.join(e,t),Kt.removeSync(t)}))}var Xt={emptyDirSync:Yt,emptydirSync:Yt,emptyDir:qt,emptydir:qt};const Zt=re.fromCallback,Qt=p.default,en=we,tn=$e;var nn={createFile:Zt((function(e,t){function n(){en.writeFile(e,"",(e=>{if(e)return t(e);t()}))}en.stat(e,((r,u)=>{if(!r&&u.isFile())return t();const o=Qt.dirname(e);en.stat(o,((e,r)=>{if(e)return"ENOENT"===e.code?tn.mkdirs(o,(e=>{if(e)return t(e);n()})):t(e);r.isDirectory()?n():en.readdir(o,(e=>{if(e)return t(e)}))}))}))})),createFileSync:function(e){let t;try{t=en.statSync(e)}catch{}if(t&&t.isFile())return;const n=Qt.dirname(e);try{en.statSync(n).isDirectory()||en.readdirSync(n)}catch(e){if(!e||"ENOENT"!==e.code)throw e;tn.mkdirsSync(n)}en.writeFileSync(e,"")}};const rn=re.fromCallback,un=p.default,on=we,sn=$e,cn=Ge.pathExists,{areIdentical:an}=et;var ln={createLink:rn((function(e,t,n){function r(e,t){on.link(e,t,(e=>{if(e)return n(e);n(null)}))}on.lstat(t,((u,o)=>{on.lstat(e,((u,i)=>{if(u)return u.message=u.message.replace("lstat","ensureLink"),n(u);if(o&&an(i,o))return n(null);const s=un.dirname(t);cn(s,((u,o)=>u?n(u):o?r(e,t):void sn.mkdirs(s,(u=>{if(u)return n(u);r(e,t)}))))}))}))})),createLinkSync:function(e,t){let n;try{n=on.lstatSync(t)}catch{}try{const t=on.lstatSync(e);if(n&&an(t,n))return}catch(e){throw e.message=e.message.replace("lstat","ensureLink"),e}const r=un.dirname(t);return on.existsSync(r)||sn.mkdirsSync(r),on.linkSync(e,t)}};const fn=p.default,dn=we,Dn=Ge.pathExists;var pn={symlinkPaths:function(e,t,n){if(fn.isAbsolute(e))return dn.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:e})));{const r=fn.dirname(t),u=fn.join(r,e);return Dn(u,((t,o)=>t?n(t):o?n(null,{toCwd:u,toDst:e}):dn.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:fn.relative(r,e)})))))}},symlinkPathsSync:function(e,t){let n;if(fn.isAbsolute(e)){if(n=dn.existsSync(e),!n)throw new Error("absolute srcpath does not exist");return{toCwd:e,toDst:e}}{const r=fn.dirname(t),u=fn.join(r,e);if(n=dn.existsSync(u),n)return{toCwd:u,toDst:e};if(n=dn.existsSync(e),!n)throw new Error("relative srcpath does not exist");return{toCwd:e,toDst:fn.relative(r,e)}}}};const En=we;var mn={symlinkType:function(e,t,n){if(n="function"==typeof t?t:n,t="function"!=typeof t&&t)return n(null,t);En.lstat(e,((e,r)=>{if(e)return n(null,"file");t=r&&r.isDirectory()?"dir":"file",n(null,t)}))},symlinkTypeSync:function(e,t){let n;if(t)return t;try{n=En.lstatSync(e)}catch{return"file"}return n&&n.isDirectory()?"dir":"file"}};const hn=re.fromCallback,yn=p.default,Cn=ne,Fn=$e.mkdirs,gn=$e.mkdirsSync,An=pn.symlinkPaths,vn=pn.symlinkPathsSync,Sn=mn.symlinkType,wn=mn.symlinkTypeSync,On=Ge.pathExists,{areIdentical:bn}=et;function _n(e,t,n,r){An(e,t,((u,o)=>{if(u)return r(u);e=o.toDst,Sn(o.toCwd,n,((n,u)=>{if(n)return r(n);const o=yn.dirname(t);On(o,((n,i)=>n?r(n):i?Cn.symlink(e,t,u,r):void Fn(o,(n=>{if(n)return r(n);Cn.symlink(e,t,u,r)}))))}))}))}var Bn={createSymlink:hn((function(e,t,n,r){r="function"==typeof n?n:r,n="function"!=typeof n&&n,Cn.lstat(t,((u,o)=>{!u&&o.isSymbolicLink()?Promise.all([Cn.stat(e),Cn.stat(t)]).then((([u,o])=>{if(bn(u,o))return r(null);_n(e,t,n,r)})):_n(e,t,n,r)}))})),createSymlinkSync:function(e,t,n){let r;try{r=Cn.lstatSync(t)}catch{}if(r&&r.isSymbolicLink()){const n=Cn.statSync(e),r=Cn.statSync(t);if(bn(n,r))return}const u=vn(e,t);e=u.toDst,n=wn(u.toCwd,n);const o=yn.dirname(t);return Cn.existsSync(o)||gn(o),Cn.symlinkSync(e,t,n)}};const{createFile:Pn,createFileSync:kn}=nn,{createLink:xn,createLinkSync:Nn}=ln,{createSymlink:In,createSymlinkSync:Tn}=Bn;var Rn={createFile:Pn,createFileSync:kn,ensureFile:Pn,ensureFileSync:kn,createLink:xn,createLinkSync:Nn,ensureLink:xn,ensureLinkSync:Nn,createSymlink:In,createSymlinkSync:Tn,ensureSymlink:In,ensureSymlinkSync:Tn};var Mn={stringify:function(e,{EOL:t="\n",finalEOL:n=!0,replacer:r=null,spaces:u}={}){const o=n?t:"";return JSON.stringify(e,r,u).replace(/\n/g,t)+o},stripBom:function(e){return Buffer.isBuffer(e)&&(e=e.toString("utf8")),e.replace(/^\uFEFF/,"")}};let Ln;try{Ln=we}catch(e){Ln=D.default}const jn=re,{stringify:$n,stripBom:Hn}=Mn;const Jn=jn.fromPromise((async function(e,t={}){"string"==typeof t&&(t={encoding:t});const n=t.fs||Ln,r=!("throws"in t)||t.throws;let u,o=await jn.fromCallback(n.readFile)(e,t);o=Hn(o);try{u=JSON.parse(o,t?t.reviver:null)}catch(t){if(r)throw t.message=`${e}: ${t.message}`,t;return null}return u}));const Gn=jn.fromPromise((async function(e,t,n={}){const r=n.fs||Ln,u=$n(t,n);await jn.fromCallback(r.writeFile)(e,u,n)}));const Vn={readFile:Jn,readFileSync:function(e,t={}){"string"==typeof t&&(t={encoding:t});const n=t.fs||Ln,r=!("throws"in t)||t.throws;try{let r=n.readFileSync(e,t);return r=Hn(r),JSON.parse(r,t.reviver)}catch(t){if(r)throw t.message=`${e}: ${t.message}`,t;return null}},writeFile:Gn,writeFileSync:function(e,t,n={}){const r=n.fs||Ln,u=$n(t,n);return r.writeFileSync(e,u,n)}};var Un={readJson:Vn.readFile,readJsonSync:Vn.readFileSync,writeJson:Vn.writeFile,writeJsonSync:Vn.writeFileSync};const Wn=re.fromCallback,zn=we,Kn=p.default,qn=$e,Yn=Ge.pathExists;var Xn={outputFile:Wn((function(e,t,n,r){"function"==typeof n&&(r=n,n="utf8");const u=Kn.dirname(e);Yn(u,((o,i)=>o?r(o):i?zn.writeFile(e,t,n,r):void qn.mkdirs(u,(u=>{if(u)return r(u);zn.writeFile(e,t,n,r)}))))})),outputFileSync:function(e,...t){const n=Kn.dirname(e);if(zn.existsSync(n))return zn.writeFileSync(e,...t);qn.mkdirsSync(n),zn.writeFileSync(e,...t)}};const{stringify:Zn}=Mn,{outputFile:Qn}=Xn;var er=async function(e,t,n={}){const r=Zn(t,n);await Qn(e,r,n)};const{stringify:tr}=Mn,{outputFileSync:nr}=Xn;var rr=function(e,t,n){const r=tr(t,n);nr(e,r,n)};const ur=re.fromPromise,or=Un;or.outputJson=ur(er),or.outputJsonSync=rr,or.outputJSON=or.outputJson,or.outputJSONSync=or.outputJsonSync,or.writeJSON=or.writeJson,or.writeJSONSync=or.writeJsonSync,or.readJSON=or.readJson,or.readJSONSync=or.readJsonSync;var ir=or;const sr=we,cr=p.default,ar=Ot.copy,lr=Gt.remove,fr=$e.mkdirp,dr=Ge.pathExists,Dr=et;function pr(e,t,n,r,u){return r?Er(e,t,n,u):n?lr(t,(r=>r?u(r):Er(e,t,n,u))):void dr(t,((r,o)=>r?u(r):o?u(new Error("dest already exists.")):Er(e,t,n,u)))}function Er(e,t,n,r){sr.rename(e,t,(u=>u?"EXDEV"!==u.code?r(u):function(e,t,n,r){const u={overwrite:n,errorOnExist:!0};ar(e,t,u,(t=>t?r(t):lr(e,r)))}(e,t,n,r):r()))}var mr=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=n.overwrite||n.clobber||!1;Dr.checkPaths(e,t,"move",n,((n,o)=>{if(n)return r(n);const{srcStat:i,isChangingCase:s=!1}=o;Dr.checkParentPaths(e,i,t,"move",(n=>n?r(n):function(e){const t=cr.dirname(e);return cr.parse(t).root===t}(t)?pr(e,t,u,s,r):void fr(cr.dirname(t),(n=>n?r(n):pr(e,t,u,s,r)))))}))};const hr=we,yr=p.default,Cr=Ot.copySync,Fr=Gt.removeSync,gr=$e.mkdirpSync,Ar=et;function vr(e,t,n){try{hr.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)throw r;return function(e,t,n){const r={overwrite:n,errorOnExist:!0};return Cr(e,t,r),Fr(e)}(e,t,n)}}var Sr=function(e,t,n){const r=(n=n||{}).overwrite||n.clobber||!1,{srcStat:u,isChangingCase:o=!1}=Ar.checkPathsSync(e,t,"move",n);return Ar.checkParentPathsSync(e,u,t,"move"),function(e){const t=yr.dirname(e);return yr.parse(t).root===t}(t)||gr(yr.dirname(t)),function(e,t,n,r){if(r)return vr(e,t,n);if(n)return Fr(t),vr(e,t,n);if(hr.existsSync(t))throw new Error("dest already exists.");return vr(e,t,n)}(e,t,r,o)};var wr,Or,br,_r,Br,Pr={move:(0,re.fromCallback)(mr),moveSync:Sr},kr={...ne,...Ot,...Xt,...Rn,...ir,...$e,...Pr,...Xn,...Ge,...Gt},xr={},Nr={exports:{}},Ir={exports:{}};function Tr(){if(Or)return wr;Or=1;var e=1e3,t=60*e,n=60*t,r=24*n,u=7*r,o=365.25*r;function i(e,t,n,r){var u=t>=1.5*n;return Math.round(e/n)+" "+r+(u?"s":"")}return wr=function(s,c){c=c||{};var a=typeof s;if("string"===a&&s.length>0)return function(i){if((i=String(i)).length>100)return;var s=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(i);if(!s)return;var c=parseFloat(s[1]);switch((s[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return c*o;case"weeks":case"week":case"w":return c*u;case"days":case"day":case"d":return c*r;case"hours":case"hour":case"hrs":case"hr":case"h":return c*n;case"minutes":case"minute":case"mins":case"min":case"m":return c*t;case"seconds":case"second":case"secs":case"sec":case"s":return c*e;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return c;default:return}}(s);if("number"===a&&isFinite(s))return c.long?function(u){var o=Math.abs(u);if(o>=r)return i(u,o,r,"day");if(o>=n)return i(u,o,n,"hour");if(o>=t)return i(u,o,t,"minute");if(o>=e)return i(u,o,e,"second");return u+" ms"}(s):function(u){var o=Math.abs(u);if(o>=r)return Math.round(u/r)+"d";if(o>=n)return Math.round(u/n)+"h";if(o>=t)return Math.round(u/t)+"m";if(o>=e)return Math.round(u/e)+"s";return u+"ms"}(s);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(s))}}function Rr(){if(_r)return br;return _r=1,br=function(e){function t(e){let r,u,o,i=null;function s(...e){if(!s.enabled)return;const n=s,u=Number(new Date),o=u-(r||u);n.diff=o,n.prev=r,n.curr=u,r=u,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let i=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((r,u)=>{if("%%"===r)return"%";i++;const o=t.formatters[u];if("function"==typeof o){const t=e[i];r=o.call(n,t),e.splice(i,1),i--}return r})),t.formatArgs.call(n,e);(n.log||t.log).apply(n,e)}return s.namespace=e,s.useColors=t.useColors(),s.color=t.selectColor(e),s.extend=n,s.destroy=t.destroy,Object.defineProperty(s,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==i?i:(u!==t.namespaces&&(u=t.namespaces,o=t.enabled(e)),o),set:e=>{i=e}}),"function"==typeof t.init&&t.init(s),s}function n(e,n){const r=t(this.namespace+(void 0===n?":":n)+e);return r.log=this.log,r}function r(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){if(e instanceof Error)return e.stack||e.message;return e},t.disable=function(){const e=[...t.names.map(r),...t.skips.map(r).map((e=>"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){let n;t.save(e),t.namespaces=e,t.names=[],t.skips=[];const r=("string"==typeof e?e:"").split(/[\s,]+/),u=r.length;for(n=0;n{t[n]=e[n]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let n=0;for(let t=0;t{const n=e.startsWith("-")?"":1===e.length?"-":"--",r=t.indexOf(n+e),u=t.indexOf("--");return-1!==r&&(-1===u||r{}),"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."),t.colors=[6,2,3,4,5,1];try{const e=function(){if($r)return jr;$r=1;const e=E.default,t=A.default,n=Vr(),{env:r}=process;let u;function o(e){return 0!==e&&{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}function i(t,o){if(0===u)return 0;if(n("color=16m")||n("color=full")||n("color=truecolor"))return 3;if(n("color=256"))return 2;if(t&&!o&&void 0===u)return 0;const i=u||0;if("dumb"===r.TERM)return i;if("win32"===process.platform){const t=e.release().split(".");return Number(t[0])>=10&&Number(t[2])>=10586?Number(t[2])>=14931?3:2:1}if("CI"in r)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some((e=>e in r))||"codeship"===r.CI_NAME?1:i;if("TEAMCITY_VERSION"in r)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(r.TEAMCITY_VERSION)?1:0;if("truecolor"===r.COLORTERM)return 3;if("TERM_PROGRAM"in r){const e=parseInt((r.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(r.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(r.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(r.TERM)||"COLORTERM"in r?1:i}return n("no-color")||n("no-colors")||n("color=false")||n("color=never")?u=0:(n("color")||n("colors")||n("color=true")||n("color=always"))&&(u=1),"FORCE_COLOR"in r&&(u="true"===r.FORCE_COLOR?1:"false"===r.FORCE_COLOR?0:0===r.FORCE_COLOR.length?1:Math.min(parseInt(r.FORCE_COLOR,10),3)),jr={supportsColor:function(e){return o(i(e,e&&e.isTTY))},stdout:o(i(!0,t.isatty(1))),stderr:o(i(!0,t.isatty(2)))}}();e&&(e.stderr||e).level>=2&&(t.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch(e){}t.inspectOpts=Object.keys(process.env).filter((e=>/^debug_/i.test(e))).reduce(((e,t)=>{const n=t.substring(6).toLowerCase().replace(/_([a-z])/g,((e,t)=>t.toUpperCase()));let r=process.env[t];return r=!!/^(yes|on|true|enabled)$/i.test(r)||!/^(no|off|false|disabled)$/i.test(r)&&("null"===r?null:Number(r)),e[n]=r,e}),{}),e.exports=Rr()(t);const{formatters:u}=e.exports;u.o=function(e){return this.inspectOpts.colors=this.useColors,r.inspect(e,this.inspectOpts).split("\n").map((e=>e.trim())).join(" ")},u.O=function(e){return this.inspectOpts.colors=this.useColors,r.inspect(e,this.inspectOpts)}}(Gr,Gr.exports)),Gr.exports}Jr=Nr,"undefined"==typeof process||"renderer"===process.type||!0===process.browser||process.__nwjs?Jr.exports=(Br||(Br=1,function(e,t){t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const n="color: "+this.color;t.splice(1,0,n,"color: inherit");let r=0,u=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(r++,"%c"===e&&(u=r))})),t.splice(u,0,n)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug")}catch(e){}return!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e},t.useColors=function(){return!("undefined"==typeof window||!window.process||"renderer"!==window.process.type&&!window.process.__nwjs)||("undefined"==typeof navigator||!navigator.userAgent||!navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))&&("undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/))},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=Rr()(t);const{formatters:n}=e.exports;n.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}}(Ir,Ir.exports)),Ir.exports):Jr.exports=Ur();var Wr=function(e){return(e=e||{}).circles?function(e){var t=[],n=[];return e.proto?function e(u){if("object"!=typeof u||null===u)return u;if(u instanceof Date)return new Date(u);if(Array.isArray(u))return r(u,e);if(u instanceof Map)return new Map(r(Array.from(u),e));if(u instanceof Set)return new Set(r(Array.from(u),e));var o={};for(var i in t.push(u),n.push(o),u){var s=u[i];if("object"!=typeof s||null===s)o[i]=s;else if(s instanceof Date)o[i]=new Date(s);else if(s instanceof Map)o[i]=new Map(r(Array.from(s),e));else if(s instanceof Set)o[i]=new Set(r(Array.from(s),e));else if(ArrayBuffer.isView(s))o[i]=zr(s);else{var c=t.indexOf(s);o[i]=-1!==c?n[c]:e(s)}}return t.pop(),n.pop(),o}:function e(u){if("object"!=typeof u||null===u)return u;if(u instanceof Date)return new Date(u);if(Array.isArray(u))return r(u,e);if(u instanceof Map)return new Map(r(Array.from(u),e));if(u instanceof Set)return new Set(r(Array.from(u),e));var o={};for(var i in t.push(u),n.push(o),u)if(!1!==Object.hasOwnProperty.call(u,i)){var s=u[i];if("object"!=typeof s||null===s)o[i]=s;else if(s instanceof Date)o[i]=new Date(s);else if(s instanceof Map)o[i]=new Map(r(Array.from(s),e));else if(s instanceof Set)o[i]=new Set(r(Array.from(s),e));else if(ArrayBuffer.isView(s))o[i]=zr(s);else{var c=t.indexOf(s);o[i]=-1!==c?n[c]:e(s)}}return t.pop(),n.pop(),o};function r(e,r){for(var u=Object.keys(e),o=new Array(u.length),i=0;i!e,Qr=e=>e&&"object"==typeof e&&!Array.isArray(e),eu=(e,t,n)=>{(Array.isArray(t)?t:[t]).forEach((t=>{if(t)throw new Error(`Problem with log4js configuration: (${Kr.inspect(e,{depth:5})}) - ${n}`)}))};var tu={configure:e=>{qr("New configuration to be validated: ",e),eu(e,Zr(Qr(e)),"must be an object."),qr(`Calling pre-processing listeners (${Yr.length})`),Yr.forEach((t=>t(e))),qr("Configuration pre-processing finished."),qr(`Calling configuration listeners (${Xr.length})`),Xr.forEach((t=>t(e))),qr("Configuration finished.")},addListener:e=>{Xr.push(e),qr(`Added listener, now ${Xr.length} listeners`)},addPreProcessingListener:e=>{Yr.push(e),qr(`Added pre-processing listener, now ${Yr.length} listeners`)},throwExceptionIf:eu,anObject:Qr,anInteger:e=>e&&"number"==typeof e&&Number.isInteger(e),validIdentifier:e=>/^[A-Za-z][A-Za-z0-9_]*$/g.test(e),not:Zr},nu={exports:{}};!function(e){function t(e,t){for(var n=e.toString();n.length-1?s:c,l=n(u.getHours()),f=n(u.getMinutes()),d=n(u.getSeconds()),D=t(u.getMilliseconds(),3),p=function(e){var t=Math.abs(e),n=String(Math.floor(t/60)),r=String(t%60);return n=("0"+n).slice(-2),r=("0"+r).slice(-2),0===e?"Z":(e<0?"+":"-")+n+":"+r}(u.getTimezoneOffset());return r.replace(/dd/g,o).replace(/MM/g,i).replace(/y{1,4}/g,a).replace(/hh/g,l).replace(/mm/g,f).replace(/ss/g,d).replace(/SSS/g,D).replace(/O/g,p)}function u(e,t,n,r){e["set"+(r?"":"UTC")+t](n)}e.exports=r,e.exports.asString=r,e.exports.parse=function(t,n,r){if(!t)throw new Error("pattern must be supplied");return function(t,n,r){var o=t.indexOf("O")<0,i=!1,s=[{pattern:/y{1,4}/,regexp:"\\d{1,4}",fn:function(e,t){u(e,"FullYear",t,o)}},{pattern:/MM/,regexp:"\\d{1,2}",fn:function(e,t){u(e,"Month",t-1,o),e.getMonth()!==t-1&&(i=!0)}},{pattern:/dd/,regexp:"\\d{1,2}",fn:function(e,t){i&&u(e,"Month",e.getMonth()-1,o),u(e,"Date",t,o)}},{pattern:/hh/,regexp:"\\d{1,2}",fn:function(e,t){u(e,"Hours",t,o)}},{pattern:/mm/,regexp:"\\d\\d",fn:function(e,t){u(e,"Minutes",t,o)}},{pattern:/ss/,regexp:"\\d\\d",fn:function(e,t){u(e,"Seconds",t,o)}},{pattern:/SSS/,regexp:"\\d\\d\\d",fn:function(e,t){u(e,"Milliseconds",t,o)}},{pattern:/O/,regexp:"[+-]\\d{1,2}:?\\d{2}?|Z",fn:function(e,t){t="Z"===t?0:t.replace(":","");var n=Math.abs(t),r=(t>0?-1:1)*(n%100+60*Math.floor(n/100));e.setUTCMinutes(e.getUTCMinutes()+r)}}],c=s.reduce((function(e,t){return t.pattern.test(e.regexp)?(t.index=e.regexp.match(t.pattern).index,e.regexp=e.regexp.replace(t.pattern,"("+t.regexp+")")):t.index=-1,e}),{regexp:t,index:[]}),a=s.filter((function(e){return e.index>-1}));a.sort((function(e,t){return e.index-t.index}));var l=new RegExp(c.regexp).exec(n);if(l){var f=r||e.exports.now();return a.forEach((function(e,t){e.fn(f,l[t+1])})),f}throw new Error("String '"+n+"' could not be parsed as '"+t+"'")}(t,n,r)},e.exports.now=function(){return new Date},e.exports.ISO8601_FORMAT="yyyy-MM-ddThh:mm:ss.SSS",e.exports.ISO8601_WITH_TZ_OFFSET_FORMAT="yyyy-MM-ddThh:mm:ss.SSSO",e.exports.DATETIME_FORMAT="dd MM yyyy hh:mm:ss.SSS",e.exports.ABSOLUTETIME_FORMAT="hh:mm:ss.SSS"}(nu);const ru=nu.exports,uu=E.default,ou=F.default,iu=p.default,su={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[90,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[91,39],yellow:[33,39]};function cu(e){return e?`[${su[e][0]}m`:""}function au(e){return e?`[${su[e][1]}m`:""}function lu(e,t){return n=ou.format("[%s] [%s] %s - ",ru.asString(e.startTime),e.level.toString(),e.categoryName),cu(r=t)+n+au(r);var n,r}function fu(e){return lu(e)+ou.format(...e.data)}function du(e){return lu(e,e.level.colour)+ou.format(...e.data)}function Du(e){return ou.format(...e.data)}function pu(e){return e.data[0]}function Eu(e,t){const n=/%(-?[0-9]+)?(\.?-?[0-9]+)?([[\]cdhmnprzxXyflos%])(\{([^}]+)\})?|([^%]+)/;function r(e){return e&&e.pid?e.pid.toString():process.pid.toString()}e=e||"%r %p %c - %m%n";const u={c:function(e,t){let n=e.categoryName;if(t){const e=parseInt(t,10),r=n.split(".");ee&&(n=r.slice(-e).join(iu.sep))}return n},l:function(e){return e.lineNumber?`${e.lineNumber}`:""},o:function(e){return e.columnNumber?`${e.columnNumber}`:""},s:function(e){return e.callStack||""}};function o(e,t,n){return u[e](t,n)}function i(e,t,n){let r=e;return r=function(e,t){let n;return e?(n=parseInt(e.substr(1),10),n>0?t.slice(0,n):t.slice(n)):t}(t,r),r=function(e,t){let n;if(e)if("-"===e.charAt(0))for(n=parseInt(e.substr(1),10);t.lengthDu,basic:()=>fu,colored:()=>du,coloured:()=>du,pattern:e=>Eu(e&&e.pattern,e&&e.tokens),dummy:()=>pu};var hu={basicLayout:fu,messagePassThroughLayout:Du,patternLayout:Eu,colouredLayout:du,coloredLayout:du,dummyLayout:pu,addLayout(e,t){mu[e]=t},layout:(e,t)=>mu[e]&&mu[e](t)};const yu=tu,Cu=["white","grey","black","blue","cyan","green","magenta","red","yellow"];class Fu{constructor(e,t,n){this.level=e,this.levelStr=t,this.colour=n}toString(){return this.levelStr}static getLevel(e,t){return e?e instanceof Fu?e:(e instanceof Object&&e.levelStr&&(e=e.levelStr),Fu[e.toString().toUpperCase()]||t):t}static addLevels(e){if(e){Object.keys(e).forEach((t=>{const n=t.toUpperCase();Fu[n]=new Fu(e[t].value,n,e[t].colour);const r=Fu.levels.findIndex((e=>e.levelStr===n));r>-1?Fu.levels[r]=Fu[n]:Fu.levels.push(Fu[n])})),Fu.levels.sort(((e,t)=>e.level-t.level))}}isLessThanOrEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level<=e.level}isGreaterThanOrEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level>=e.level}isEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level===e.level}}Fu.levels=[],Fu.addLevels({ALL:{value:Number.MIN_VALUE,colour:"grey"},TRACE:{value:5e3,colour:"blue"},DEBUG:{value:1e4,colour:"cyan"},INFO:{value:2e4,colour:"green"},WARN:{value:3e4,colour:"yellow"},ERROR:{value:4e4,colour:"red"},FATAL:{value:5e4,colour:"magenta"},MARK:{value:9007199254740992,colour:"grey"},OFF:{value:Number.MAX_VALUE,colour:"grey"}}),yu.addListener((e=>{const t=e.levels;if(t){yu.throwExceptionIf(e,yu.not(yu.anObject(t)),"levels must be an object");Object.keys(t).forEach((n=>{yu.throwExceptionIf(e,yu.not(yu.validIdentifier(n)),`level name "${n}" is not a valid identifier (must start with a letter, only contain A-Z,a-z,0-9,_)`),yu.throwExceptionIf(e,yu.not(yu.anObject(t[n])),`level "${n}" must be an object`),yu.throwExceptionIf(e,yu.not(t[n].value),`level "${n}" must have a 'value' property`),yu.throwExceptionIf(e,yu.not(yu.anInteger(t[n].value)),`level "${n}".value must have an integer value`),yu.throwExceptionIf(e,yu.not(t[n].colour),`level "${n}" must have a 'colour' property`),yu.throwExceptionIf(e,yu.not(Cu.indexOf(t[n].colour)>-1),`level "${n}".colour must be one of ${Cu.join(", ")}`)}))}})),yu.addListener((e=>{Fu.addLevels(e.levels)}));var gu=Fu,Au={exports:{}},vu={};/*! (c) 2020 Andrea Giammarchi */ +const{parse:Su,stringify:wu}=JSON,{keys:Ou}=Object,bu=String,_u="string",Bu={},Pu="object",ku=(e,t)=>t,xu=e=>e instanceof bu?bu(e):e,Nu=(e,t)=>typeof t===_u?new bu(t):t,Iu=(e,t,n,r)=>{const u=[];for(let o=Ou(n),{length:i}=o,s=0;s{const r=bu(t.push(n)-1);return e.set(n,r),r},Ru=(e,t)=>{const n=Su(e,Nu).map(xu),r=n[0],u=t||ku,o=typeof r===Pu&&r?Iu(n,new Set,r,u):r;return u.call({"":o},"",o)};vu.parse=Ru;const Mu=(e,t,n)=>{const r=t&&typeof t===Pu?(e,n)=>""===e||-1Su(Mu(e));vu.fromJSON=e=>Ru(wu(e));const Lu=vu,ju=gu;class $u{constructor(e,t,n,r,u){this.startTime=new Date,this.categoryName=e,this.data=n,this.level=t,this.context=Object.assign({},r),this.pid=process.pid,u&&(this.functionName=u.functionName,this.fileName=u.fileName,this.lineNumber=u.lineNumber,this.columnNumber=u.columnNumber,this.callStack=u.callStack)}serialise(){const e=this.data.map((e=>(e&&e.message&&e.stack&&(e=Object.assign({message:e.message,stack:e.stack},e)),e)));return this.data=e,Lu.stringify(this)}static deserialise(e){let t;try{const n=Lu.parse(e);n.data=n.data.map((e=>{if(e&&e.message&&e.stack){const t=new Error(e);Object.keys(e).forEach((n=>{t[n]=e[n]})),e=t}return e})),t=new $u(n.categoryName,ju.getLevel(n.level.levelStr),n.data,n.context),t.startTime=new Date(n.startTime),t.pid=n.pid,t.cluster=n.cluster}catch(n){t=new $u("log4js",ju.ERROR,["Unable to parse log:",e,"because: ",n])}return t}}var Hu=$u;const Ju=Nr.exports("log4js:clustering"),Gu=Hu,Vu=tu;let Uu=!1,Wu=null;try{Wu=require("cluster")}catch(e){Ju("cluster module not present"),Uu=!0}const zu=[];let Ku=!1,qu="NODE_APP_INSTANCE";const Yu=()=>Ku&&"0"===process.env[qu],Xu=()=>Uu||Wu.isMaster||Yu(),Zu=e=>{zu.forEach((t=>t(e)))},Qu=(e,t)=>{if(Ju("cluster message received from worker ",e,": ",t),e.topic&&e.data&&(t=e,e=void 0),t&&t.topic&&"log4js:message"===t.topic){Ju("received message: ",t.data);const e=Gu.deserialise(t.data);Zu(e)}};Uu||Vu.addListener((e=>{zu.length=0,({pm2:Ku,disableClustering:Uu,pm2InstanceVar:qu="NODE_APP_INSTANCE"}=e),Ju(`clustering disabled ? ${Uu}`),Ju(`cluster.isMaster ? ${Wu&&Wu.isMaster}`),Ju(`pm2 enabled ? ${Ku}`),Ju(`pm2InstanceVar = ${qu}`),Ju(`process.env[${qu}] = ${process.env[qu]}`),Ku&&process.removeListener("message",Qu),Wu&&Wu.removeListener&&Wu.removeListener("message",Qu),Uu||e.disableClustering?Ju("Not listening for cluster messages, because clustering disabled."):Yu()?(Ju("listening for PM2 broadcast messages"),process.on("message",Qu)):Wu.isMaster?(Ju("listening for cluster messages"),Wu.on("message",Qu)):Ju("not listening for messages, because we are not a master process")}));var eo={onlyOnMaster:(e,t)=>Xu()?e():t,isMaster:Xu,send:e=>{Xu()?Zu(e):(Ku||(e.cluster={workerId:Wu.worker.id,worker:process.pid}),process.send({topic:"log4js:message",data:e.serialise()}))},onMessage:e=>{zu.push(e)}},to={};function no(e){if("number"==typeof e&&Number.isInteger(e))return e;const t={K:1024,M:1048576,G:1073741824},n=Object.keys(t),r=e.substr(e.length-1).toLocaleUpperCase(),u=e.substring(0,e.length-1).trim();if(n.indexOf(r)<0||!Number.isInteger(Number(u)))throw Error(`maxLogSize: "${e}" is invalid`);return u*t[r]}function ro(e){return function(e,t){const n=Object.assign({},t);return Object.keys(e).forEach((r=>{n[r]&&(n[r]=e[r](t[r]))})),n}({maxLogSize:no},e)}const uo={file:ro,fileSync:ro};to.modifyConfig=e=>uo[e.type]?uo[e.type](e):e;var oo={};const io=console.log.bind(console);oo.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{io(e(n,t))}}(n,e.timezoneOffset)};var so={};so.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{process.stdout.write(`${e(n,t)}\n`)}}(n,e.timezoneOffset)};var co={};co.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{process.stderr.write(`${e(n,t)}\n`)}}(n,e.timezoneOffset)};var ao={};ao.configure=function(e,t,n,r){const u=n(e.appender);return function(e,t,n,r){const u=r.getLevel(e),o=r.getLevel(t,r.FATAL);return e=>{const t=e.level;t.isGreaterThanOrEqualTo(u)&&t.isLessThanOrEqualTo(o)&&n(e)}}(e.level,e.maxLevel,u,r)};var lo={};const fo=Nr.exports("log4js:categoryFilter");lo.configure=function(e,t,n){const r=n(e.appender);return function(e,t){return"string"==typeof e&&(e=[e]),n=>{fo(`Checking ${n.categoryName} against ${e}`),-1===e.indexOf(n.categoryName)&&(fo("Not excluded, sending to appender"),t(n))}}(e.exclude,r)};var Do={};const po=Nr.exports("log4js:noLogFilter");Do.configure=function(e,t,n){const r=n(e.appender);return function(e,t){return n=>{po(`Checking data: ${n.data} against filters: ${e}`),"string"==typeof e&&(e=[e]),e=e.filter((e=>null!=e&&""!==e));const r=new RegExp(e.join("|"),"i");(0===e.length||n.data.findIndex((e=>r.test(e)))<0)&&(po("Not excluded, sending to appender"),t(n))}}(e.exclude,r)};var Eo={},mo={exports:{}},ho={},yo={fromCallback:function(e){return Object.defineProperty((function(){if("function"!=typeof arguments[arguments.length-1])return new Promise(((t,n)=>{arguments[arguments.length]=(e,r)=>{if(e)return n(e);t(r)},arguments.length++,e.apply(this,arguments)}));e.apply(this,arguments)}),"name",{value:e.name})},fromPromise:function(e){return Object.defineProperty((function(){const t=arguments[arguments.length-1];if("function"!=typeof t)return e.apply(this,arguments);e.apply(this,arguments).then((e=>t(null,e)),t)}),"name",{value:e.name})}};!function(e){const t=yo.fromCallback,n=we,r=["access","appendFile","chmod","chown","close","copyFile","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","lchown","lchmod","link","lstat","mkdir","mkdtemp","open","readFile","readdir","readlink","realpath","rename","rmdir","stat","symlink","truncate","unlink","utimes","writeFile"].filter((e=>"function"==typeof n[e]));Object.keys(n).forEach((t=>{"promises"!==t&&(e[t]=n[t])})),r.forEach((r=>{e[r]=t(n[r])})),e.exists=function(e,t){return"function"==typeof t?n.exists(e,t):new Promise((t=>n.exists(e,t)))},e.read=function(e,t,r,u,o,i){return"function"==typeof i?n.read(e,t,r,u,o,i):new Promise(((i,s)=>{n.read(e,t,r,u,o,((e,t,n)=>{if(e)return s(e);i({bytesRead:t,buffer:n})}))}))},e.write=function(e,t,...r){return"function"==typeof r[r.length-1]?n.write(e,t,...r):new Promise(((u,o)=>{n.write(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffer:n})}))}))},"function"==typeof n.realpath.native&&(e.realpath.native=t(n.realpath.native))}(ho);const Co=p.default;function Fo(e){return(e=Co.normalize(Co.resolve(e)).split(Co.sep)).length>0?e[0]:null}const go=/[<>:"|?*]/;var Ao=function(e){const t=Fo(e);return e=e.replace(t,""),go.test(e)};const vo=we,So=p.default,wo=Ao,Oo=parseInt("0777",8);var bo=function e(t,n,r,u){if("function"==typeof n?(r=n,n={}):n&&"object"==typeof n||(n={mode:n}),"win32"===process.platform&&wo(t)){const e=new Error(t+" contains invalid WIN32 path characters.");return e.code="EINVAL",r(e)}let o=n.mode;const i=n.fs||vo;void 0===o&&(o=Oo&~process.umask()),u||(u=null),r=r||function(){},t=So.resolve(t),i.mkdir(t,o,(o=>{if(!o)return r(null,u=u||t);if("ENOENT"===o.code){if(So.dirname(t)===t)return r(o);e(So.dirname(t),n,((u,o)=>{u?r(u,o):e(t,n,r,o)}))}else i.stat(t,((e,t)=>{e||!t.isDirectory()?r(o,u):r(null,u)}))}))};const _o=we,Bo=p.default,Po=Ao,ko=parseInt("0777",8);var xo=function e(t,n,r){n&&"object"==typeof n||(n={mode:n});let u=n.mode;const o=n.fs||_o;if("win32"===process.platform&&Po(t)){const e=new Error(t+" contains invalid WIN32 path characters.");throw e.code="EINVAL",e}void 0===u&&(u=ko&~process.umask()),r||(r=null),t=Bo.resolve(t);try{o.mkdirSync(t,u),r=r||t}catch(u){if("ENOENT"===u.code){if(Bo.dirname(t)===t)throw u;r=e(Bo.dirname(t),n,r),e(t,n,r)}else{let e;try{e=o.statSync(t)}catch(e){throw u}if(!e.isDirectory())throw u}}return r};const No=(0,yo.fromCallback)(bo);var Io={mkdirs:No,mkdirsSync:xo,mkdirp:No,mkdirpSync:xo,ensureDir:No,ensureDirSync:xo};const To=we;E.default,p.default;var Ro=function(e,t,n,r){To.open(e,"r+",((e,u)=>{if(e)return r(e);To.futimes(u,t,n,(e=>{To.close(u,(t=>{r&&r(e||t)}))}))}))},Mo=function(e,t,n){const r=To.openSync(e,"r+");return To.futimesSync(r,t,n),To.closeSync(r)};const Lo=we,jo=p.default,$o=10,Ho=5,Jo=0,Go=process.versions.node.split("."),Vo=Number.parseInt(Go[0],10),Uo=Number.parseInt(Go[1],10),Wo=Number.parseInt(Go[2],10);function zo(){if(Vo>$o)return!0;if(Vo===$o){if(Uo>Ho)return!0;if(Uo===Ho&&Wo>=Jo)return!0}return!1}function Ko(e,t){const n=jo.resolve(e).split(jo.sep).filter((e=>e)),r=jo.resolve(t).split(jo.sep).filter((e=>e));return n.reduce(((e,t,n)=>e&&r[n]===t),!0)}function qo(e,t,n){return`Cannot ${n} '${e}' to a subdirectory of itself, '${t}'.`}var Yo,Xo,Zo={checkPaths:function(e,t,n,r){!function(e,t,n){zo()?Lo.stat(e,{bigint:!0},((e,r)=>{if(e)return n(e);Lo.stat(t,{bigint:!0},((e,t)=>e?"ENOENT"===e.code?n(null,{srcStat:r,destStat:null}):n(e):n(null,{srcStat:r,destStat:t})))})):Lo.stat(e,((e,r)=>{if(e)return n(e);Lo.stat(t,((e,t)=>e?"ENOENT"===e.code?n(null,{srcStat:r,destStat:null}):n(e):n(null,{srcStat:r,destStat:t})))}))}(e,t,((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;return s&&s.ino&&s.dev&&s.ino===i.ino&&s.dev===i.dev?r(new Error("Source and destination must not be the same.")):i.isDirectory()&&Ko(e,t)?r(new Error(qo(e,t,n))):r(null,{srcStat:i,destStat:s})}))},checkPathsSync:function(e,t,n){const{srcStat:r,destStat:u}=function(e,t){let n,r;n=zo()?Lo.statSync(e,{bigint:!0}):Lo.statSync(e);try{r=zo()?Lo.statSync(t,{bigint:!0}):Lo.statSync(t)}catch(e){if("ENOENT"===e.code)return{srcStat:n,destStat:null};throw e}return{srcStat:n,destStat:r}}(e,t);if(u&&u.ino&&u.dev&&u.ino===r.ino&&u.dev===r.dev)throw new Error("Source and destination must not be the same.");if(r.isDirectory()&&Ko(e,t))throw new Error(qo(e,t,n));return{srcStat:r,destStat:u}},checkParentPaths:function e(t,n,r,u,o){const i=jo.resolve(jo.dirname(t)),s=jo.resolve(jo.dirname(r));if(s===i||s===jo.parse(s).root)return o();zo()?Lo.stat(s,{bigint:!0},((i,c)=>i?"ENOENT"===i.code?o():o(i):c.ino&&c.dev&&c.ino===n.ino&&c.dev===n.dev?o(new Error(qo(t,r,u))):e(t,n,s,u,o))):Lo.stat(s,((i,c)=>i?"ENOENT"===i.code?o():o(i):c.ino&&c.dev&&c.ino===n.ino&&c.dev===n.dev?o(new Error(qo(t,r,u))):e(t,n,s,u,o)))},checkParentPathsSync:function e(t,n,r,u){const o=jo.resolve(jo.dirname(t)),i=jo.resolve(jo.dirname(r));if(i===o||i===jo.parse(i).root)return;let s;try{s=zo()?Lo.statSync(i,{bigint:!0}):Lo.statSync(i)}catch(e){if("ENOENT"===e.code)return;throw e}if(s.ino&&s.dev&&s.ino===n.ino&&s.dev===n.dev)throw new Error(qo(t,r,u));return e(t,n,i,u)},isSrcSubdir:Ko};const Qo=we,ei=p.default,ti=Io.mkdirsSync,ni=Mo,ri=Zo;function ui(e,t,n,r){if(!r.filter||r.filter(t,n))return function(e,t,n,r){const u=r.dereference?Qo.statSync:Qo.lstatSync,o=u(t);if(o.isDirectory())return function(e,t,n,r,u){if(!t)return function(e,t,n,r){return Qo.mkdirSync(n),ii(t,n,r),Qo.chmodSync(n,e.mode)}(e,n,r,u);if(t&&!t.isDirectory())throw new Error(`Cannot overwrite non-directory '${r}' with directory '${n}'.`);return ii(n,r,u)}(o,e,t,n,r);if(o.isFile()||o.isCharacterDevice()||o.isBlockDevice())return function(e,t,n,r,u){return t?function(e,t,n,r){if(r.overwrite)return Qo.unlinkSync(n),oi(e,t,n,r);if(r.errorOnExist)throw new Error(`'${n}' already exists`)}(e,n,r,u):oi(e,n,r,u)}(o,e,t,n,r);if(o.isSymbolicLink())return function(e,t,n,r){let u=Qo.readlinkSync(t);r.dereference&&(u=ei.resolve(process.cwd(),u));if(e){let e;try{e=Qo.readlinkSync(n)}catch(e){if("EINVAL"===e.code||"UNKNOWN"===e.code)return Qo.symlinkSync(u,n);throw e}if(r.dereference&&(e=ei.resolve(process.cwd(),e)),ri.isSrcSubdir(u,e))throw new Error(`Cannot copy '${u}' to a subdirectory of itself, '${e}'.`);if(Qo.statSync(n).isDirectory()&&ri.isSrcSubdir(e,u))throw new Error(`Cannot overwrite '${e}' with '${u}'.`);return function(e,t){return Qo.unlinkSync(t),Qo.symlinkSync(e,t)}(u,n)}return Qo.symlinkSync(u,n)}(e,t,n,r)}(e,t,n,r)}function oi(e,t,n,r){return"function"==typeof Qo.copyFileSync?(Qo.copyFileSync(t,n),Qo.chmodSync(n,e.mode),r.preserveTimestamps?ni(n,e.atime,e.mtime):void 0):function(e,t,n,r){const u=65536,o=(Xo?Yo:(Xo=1,Yo=function(e){if("function"==typeof Buffer.allocUnsafe)try{return Buffer.allocUnsafe(e)}catch(t){return new Buffer(e)}return new Buffer(e)}))(u),i=Qo.openSync(t,"r"),s=Qo.openSync(n,"w",e.mode);let c=0;for(;cfunction(e,t,n,r){const u=ei.join(t,e),o=ei.join(n,e),{destStat:i}=ri.checkPathsSync(u,o,"copy");return ui(i,u,o,r)}(r,e,t,n)))}var si=function(e,t,n){"function"==typeof n&&(n={filter:n}),(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269");const{srcStat:r,destStat:u}=ri.checkPathsSync(e,t,"copy");return ri.checkParentPathsSync(e,r,t,"copy"),function(e,t,n,r){if(r.filter&&!r.filter(t,n))return;const u=ei.dirname(n);Qo.existsSync(u)||ti(u);return ui(e,t,n,r)}(u,e,t,n)},ci={copySync:si};const ai=yo.fromPromise,li=ho;var fi={pathExists:ai((function(e){return li.access(e).then((()=>!0)).catch((()=>!1))})),pathExistsSync:li.existsSync};const di=we,Di=p.default,pi=Io.mkdirs,Ei=fi.pathExists,mi=Ro,hi=Zo;function yi(e,t,n,r,u){const o=Di.dirname(n);Ei(o,((i,s)=>i?u(i):s?Fi(e,t,n,r,u):void pi(o,(o=>o?u(o):Fi(e,t,n,r,u)))))}function Ci(e,t,n,r,u,o){Promise.resolve(u.filter(n,r)).then((i=>i?e(t,n,r,u,o):o()),(e=>o(e)))}function Fi(e,t,n,r,u){return r.filter?Ci(gi,e,t,n,r,u):gi(e,t,n,r,u)}function gi(e,t,n,r,u){(r.dereference?di.stat:di.lstat)(t,((o,i)=>o?u(o):i.isDirectory()?function(e,t,n,r,u,o){if(!t)return function(e,t,n,r,u){di.mkdir(n,(o=>{if(o)return u(o);Si(t,n,r,(t=>t?u(t):di.chmod(n,e.mode,u)))}))}(e,n,r,u,o);if(t&&!t.isDirectory())return o(new Error(`Cannot overwrite non-directory '${r}' with directory '${n}'.`));return Si(n,r,u,o)}(i,e,t,n,r,u):i.isFile()||i.isCharacterDevice()||i.isBlockDevice()?function(e,t,n,r,u,o){return t?function(e,t,n,r,u){if(!r.overwrite)return r.errorOnExist?u(new Error(`'${n}' already exists`)):u();di.unlink(n,(o=>o?u(o):Ai(e,t,n,r,u)))}(e,n,r,u,o):Ai(e,n,r,u,o)}(i,e,t,n,r,u):i.isSymbolicLink()?function(e,t,n,r,u){di.readlink(t,((t,o)=>t?u(t):(r.dereference&&(o=Di.resolve(process.cwd(),o)),e?void di.readlink(n,((t,i)=>t?"EINVAL"===t.code||"UNKNOWN"===t.code?di.symlink(o,n,u):u(t):(r.dereference&&(i=Di.resolve(process.cwd(),i)),hi.isSrcSubdir(o,i)?u(new Error(`Cannot copy '${o}' to a subdirectory of itself, '${i}'.`)):e.isDirectory()&&hi.isSrcSubdir(i,o)?u(new Error(`Cannot overwrite '${i}' with '${o}'.`)):function(e,t,n){di.unlink(t,(r=>r?n(r):di.symlink(e,t,n)))}(o,n,u)))):di.symlink(o,n,u))))}(e,t,n,r,u):void 0))}function Ai(e,t,n,r,u){return"function"==typeof di.copyFile?di.copyFile(t,n,(t=>t?u(t):vi(e,n,r,u))):function(e,t,n,r,u){const o=di.createReadStream(t);o.on("error",(e=>u(e))).once("open",(()=>{const t=di.createWriteStream(n,{mode:e.mode});t.on("error",(e=>u(e))).on("open",(()=>o.pipe(t))).once("close",(()=>vi(e,n,r,u)))}))}(e,t,n,r,u)}function vi(e,t,n,r){di.chmod(t,e.mode,(u=>u?r(u):n.preserveTimestamps?mi(t,e.atime,e.mtime,r):r()))}function Si(e,t,n,r){di.readdir(e,((u,o)=>u?r(u):wi(o,e,t,n,r)))}function wi(e,t,n,r,u){const o=e.pop();return o?function(e,t,n,r,u,o){const i=Di.join(n,t),s=Di.join(r,t);hi.checkPaths(i,s,"copy",((t,c)=>{if(t)return o(t);const{destStat:a}=c;Fi(a,i,s,u,(t=>t?o(t):wi(e,n,r,u,o)))}))}(e,o,t,n,r,u):u()}var Oi=function(e,t,n,r){"function"!=typeof n||r?"function"==typeof n&&(n={filter:n}):(r=n,n={}),r=r||function(){},(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269"),hi.checkPaths(e,t,"copy",((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;hi.checkParentPaths(e,i,t,"copy",(u=>u?r(u):n.filter?Ci(yi,s,e,t,n,r):yi(s,e,t,n,r)))}))};var bi={copy:(0,yo.fromCallback)(Oi)};const _i=we,Bi=p.default,Pi=g.default,ki="win32"===process.platform;function xi(e){["unlink","chmod","stat","lstat","rmdir","readdir"].forEach((t=>{e[t]=e[t]||_i[t],e[t+="Sync"]=e[t]||_i[t]})),e.maxBusyTries=e.maxBusyTries||3}function Ni(e,t,n){let r=0;"function"==typeof t&&(n=t,t={}),Pi(e,"rimraf: missing path"),Pi.strictEqual(typeof e,"string","rimraf: path should be a string"),Pi.strictEqual(typeof n,"function","rimraf: callback function required"),Pi(t,"rimraf: invalid options argument provided"),Pi.strictEqual(typeof t,"object","rimraf: options should be object"),xi(t),Ii(e,t,(function u(o){if(o){if(("EBUSY"===o.code||"ENOTEMPTY"===o.code||"EPERM"===o.code)&&rIi(e,t,u)),100*r)}"ENOENT"===o.code&&(o=null)}n(o)}))}function Ii(e,t,n){Pi(e),Pi(t),Pi("function"==typeof n),t.lstat(e,((r,u)=>r&&"ENOENT"===r.code?n(null):r&&"EPERM"===r.code&&ki?Ti(e,t,r,n):u&&u.isDirectory()?Mi(e,t,r,n):void t.unlink(e,(r=>{if(r){if("ENOENT"===r.code)return n(null);if("EPERM"===r.code)return ki?Ti(e,t,r,n):Mi(e,t,r,n);if("EISDIR"===r.code)return Mi(e,t,r,n)}return n(r)}))))}function Ti(e,t,n,r){Pi(e),Pi(t),Pi("function"==typeof r),n&&Pi(n instanceof Error),t.chmod(e,438,(u=>{u?r("ENOENT"===u.code?null:n):t.stat(e,((u,o)=>{u?r("ENOENT"===u.code?null:n):o.isDirectory()?Mi(e,t,n,r):t.unlink(e,r)}))}))}function Ri(e,t,n){let r;Pi(e),Pi(t),n&&Pi(n instanceof Error);try{t.chmodSync(e,438)}catch(e){if("ENOENT"===e.code)return;throw n}try{r=t.statSync(e)}catch(e){if("ENOENT"===e.code)return;throw n}r.isDirectory()?ji(e,t,n):t.unlinkSync(e)}function Mi(e,t,n,r){Pi(e),Pi(t),n&&Pi(n instanceof Error),Pi("function"==typeof r),t.rmdir(e,(u=>{!u||"ENOTEMPTY"!==u.code&&"EEXIST"!==u.code&&"EPERM"!==u.code?u&&"ENOTDIR"===u.code?r(n):r(u):function(e,t,n){Pi(e),Pi(t),Pi("function"==typeof n),t.readdir(e,((r,u)=>{if(r)return n(r);let o,i=u.length;if(0===i)return t.rmdir(e,n);u.forEach((r=>{Ni(Bi.join(e,r),t,(r=>{if(!o)return r?n(o=r):void(0==--i&&t.rmdir(e,n))}))}))}))}(e,t,r)}))}function Li(e,t){let n;xi(t=t||{}),Pi(e,"rimraf: missing path"),Pi.strictEqual(typeof e,"string","rimraf: path should be a string"),Pi(t,"rimraf: missing options"),Pi.strictEqual(typeof t,"object","rimraf: options should be object");try{n=t.lstatSync(e)}catch(n){if("ENOENT"===n.code)return;"EPERM"===n.code&&ki&&Ri(e,t,n)}try{n&&n.isDirectory()?ji(e,t,null):t.unlinkSync(e)}catch(n){if("ENOENT"===n.code)return;if("EPERM"===n.code)return ki?Ri(e,t,n):ji(e,t,n);if("EISDIR"!==n.code)throw n;ji(e,t,n)}}function ji(e,t,n){Pi(e),Pi(t),n&&Pi(n instanceof Error);try{t.rmdirSync(e)}catch(r){if("ENOTDIR"===r.code)throw n;if("ENOTEMPTY"===r.code||"EEXIST"===r.code||"EPERM"===r.code)!function(e,t){if(Pi(e),Pi(t),t.readdirSync(e).forEach((n=>Li(Bi.join(e,n),t))),!ki){return t.rmdirSync(e,t)}{const n=Date.now();do{try{return t.rmdirSync(e,t)}catch(e){}}while(Date.now()-n<500)}}(e,t);else if("ENOENT"!==r.code)throw r}}var $i=Ni;Ni.sync=Li;const Hi=$i;var Ji={remove:(0,yo.fromCallback)(Hi),removeSync:Hi.sync};const Gi=yo.fromCallback,Vi=we,Ui=p.default,Wi=Io,zi=Ji,Ki=Gi((function(e,t){t=t||function(){},Vi.readdir(e,((n,r)=>{if(n)return Wi.mkdirs(e,t);r=r.map((t=>Ui.join(e,t))),function e(){const n=r.pop();if(!n)return t();zi.remove(n,(n=>{if(n)return t(n);e()}))}()}))}));function qi(e){let t;try{t=Vi.readdirSync(e)}catch(t){return Wi.mkdirsSync(e)}t.forEach((t=>{t=Ui.join(e,t),zi.removeSync(t)}))}var Yi={emptyDirSync:qi,emptydirSync:qi,emptyDir:Ki,emptydir:Ki};const Xi=yo.fromCallback,Zi=p.default,Qi=we,es=Io,ts=fi.pathExists;var ns={createFile:Xi((function(e,t){function n(){Qi.writeFile(e,"",(e=>{if(e)return t(e);t()}))}Qi.stat(e,((r,u)=>{if(!r&&u.isFile())return t();const o=Zi.dirname(e);ts(o,((e,r)=>e?t(e):r?n():void es.mkdirs(o,(e=>{if(e)return t(e);n()}))))}))})),createFileSync:function(e){let t;try{t=Qi.statSync(e)}catch(e){}if(t&&t.isFile())return;const n=Zi.dirname(e);Qi.existsSync(n)||es.mkdirsSync(n),Qi.writeFileSync(e,"")}};const rs=yo.fromCallback,us=p.default,os=we,is=Io,ss=fi.pathExists;var cs={createLink:rs((function(e,t,n){function r(e,t){os.link(e,t,(e=>{if(e)return n(e);n(null)}))}ss(t,((u,o)=>u?n(u):o?n(null):void os.lstat(e,(u=>{if(u)return u.message=u.message.replace("lstat","ensureLink"),n(u);const o=us.dirname(t);ss(o,((u,i)=>u?n(u):i?r(e,t):void is.mkdirs(o,(u=>{if(u)return n(u);r(e,t)}))))}))))})),createLinkSync:function(e,t){if(os.existsSync(t))return;try{os.lstatSync(e)}catch(e){throw e.message=e.message.replace("lstat","ensureLink"),e}const n=us.dirname(t);return os.existsSync(n)||is.mkdirsSync(n),os.linkSync(e,t)}};const as=p.default,ls=we,fs=fi.pathExists;var ds={symlinkPaths:function(e,t,n){if(as.isAbsolute(e))return ls.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:e})));{const r=as.dirname(t),u=as.join(r,e);return fs(u,((t,o)=>t?n(t):o?n(null,{toCwd:u,toDst:e}):ls.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:as.relative(r,e)})))))}},symlinkPathsSync:function(e,t){let n;if(as.isAbsolute(e)){if(n=ls.existsSync(e),!n)throw new Error("absolute srcpath does not exist");return{toCwd:e,toDst:e}}{const r=as.dirname(t),u=as.join(r,e);if(n=ls.existsSync(u),n)return{toCwd:u,toDst:e};if(n=ls.existsSync(e),!n)throw new Error("relative srcpath does not exist");return{toCwd:e,toDst:as.relative(r,e)}}}};const Ds=we;var ps={symlinkType:function(e,t,n){if(n="function"==typeof t?t:n,t="function"!=typeof t&&t)return n(null,t);Ds.lstat(e,((e,r)=>{if(e)return n(null,"file");t=r&&r.isDirectory()?"dir":"file",n(null,t)}))},symlinkTypeSync:function(e,t){let n;if(t)return t;try{n=Ds.lstatSync(e)}catch(e){return"file"}return n&&n.isDirectory()?"dir":"file"}};const Es=yo.fromCallback,ms=p.default,hs=we,ys=Io.mkdirs,Cs=Io.mkdirsSync,Fs=ds.symlinkPaths,gs=ds.symlinkPathsSync,As=ps.symlinkType,vs=ps.symlinkTypeSync,Ss=fi.pathExists;var ws={createSymlink:Es((function(e,t,n,r){r="function"==typeof n?n:r,n="function"!=typeof n&&n,Ss(t,((u,o)=>u?r(u):o?r(null):void Fs(e,t,((u,o)=>{if(u)return r(u);e=o.toDst,As(o.toCwd,n,((n,u)=>{if(n)return r(n);const o=ms.dirname(t);Ss(o,((n,i)=>n?r(n):i?hs.symlink(e,t,u,r):void ys(o,(n=>{if(n)return r(n);hs.symlink(e,t,u,r)}))))}))}))))})),createSymlinkSync:function(e,t,n){if(hs.existsSync(t))return;const r=gs(e,t);e=r.toDst,n=vs(r.toCwd,n);const u=ms.dirname(t);return hs.existsSync(u)||Cs(u),hs.symlinkSync(e,t,n)}};var Os,bs={createFile:ns.createFile,createFileSync:ns.createFileSync,ensureFile:ns.createFile,ensureFileSync:ns.createFileSync,createLink:cs.createLink,createLinkSync:cs.createLinkSync,ensureLink:cs.createLink,ensureLinkSync:cs.createLinkSync,createSymlink:ws.createSymlink,createSymlinkSync:ws.createSymlinkSync,ensureSymlink:ws.createSymlink,ensureSymlinkSync:ws.createSymlinkSync};try{Os=we}catch(e){Os=D.default}function _s(e,t){var n,r="\n";return"object"==typeof t&&null!==t&&(t.spaces&&(n=t.spaces),t.EOL&&(r=t.EOL)),JSON.stringify(e,t?t.replacer:null,n).replace(/\n/g,r)+r}function Bs(e){return Buffer.isBuffer(e)&&(e=e.toString("utf8")),e=e.replace(/^\uFEFF/,"")}var Ps={readFile:function(e,t,n){null==n&&(n=t,t={}),"string"==typeof t&&(t={encoding:t});var r=(t=t||{}).fs||Os,u=!0;"throws"in t&&(u=t.throws),r.readFile(e,t,(function(r,o){if(r)return n(r);var i;o=Bs(o);try{i=JSON.parse(o,t?t.reviver:null)}catch(t){return u?(t.message=e+": "+t.message,n(t)):n(null,null)}n(null,i)}))},readFileSync:function(e,t){"string"==typeof(t=t||{})&&(t={encoding:t});var n=t.fs||Os,r=!0;"throws"in t&&(r=t.throws);try{var u=n.readFileSync(e,t);return u=Bs(u),JSON.parse(u,t.reviver)}catch(t){if(r)throw t.message=e+": "+t.message,t;return null}},writeFile:function(e,t,n,r){null==r&&(r=n,n={});var u=(n=n||{}).fs||Os,o="";try{o=_s(t,n)}catch(e){return void(r&&r(e,null))}u.writeFile(e,o,n,r)},writeFileSync:function(e,t,n){var r=(n=n||{}).fs||Os,u=_s(t,n);return r.writeFileSync(e,u,n)}},ks=Ps;const xs=yo.fromCallback,Ns=ks;var Is={readJson:xs(Ns.readFile),readJsonSync:Ns.readFileSync,writeJson:xs(Ns.writeFile),writeJsonSync:Ns.writeFileSync};const Ts=p.default,Rs=Io,Ms=fi.pathExists,Ls=Is;var js=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=Ts.dirname(e);Ms(u,((o,i)=>o?r(o):i?Ls.writeJson(e,t,n,r):void Rs.mkdirs(u,(u=>{if(u)return r(u);Ls.writeJson(e,t,n,r)}))))};const $s=we,Hs=p.default,Js=Io,Gs=Is;var Vs=function(e,t,n){const r=Hs.dirname(e);$s.existsSync(r)||Js.mkdirsSync(r),Gs.writeJsonSync(e,t,n)};const Us=yo.fromCallback,Ws=Is;Ws.outputJson=Us(js),Ws.outputJsonSync=Vs,Ws.outputJSON=Ws.outputJson,Ws.outputJSONSync=Ws.outputJsonSync,Ws.writeJSON=Ws.writeJson,Ws.writeJSONSync=Ws.writeJsonSync,Ws.readJSON=Ws.readJson,Ws.readJSONSync=Ws.readJsonSync;var zs=Ws;const Ks=we,qs=p.default,Ys=ci.copySync,Xs=Ji.removeSync,Zs=Io.mkdirpSync,Qs=Zo;function ec(e,t,n){try{Ks.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)throw r;return function(e,t,n){const r={overwrite:n,errorOnExist:!0};return Ys(e,t,r),Xs(e)}(e,t,n)}}var tc=function(e,t,n){const r=(n=n||{}).overwrite||n.clobber||!1,{srcStat:u}=Qs.checkPathsSync(e,t,"move");return Qs.checkParentPathsSync(e,u,t,"move"),Zs(qs.dirname(t)),function(e,t,n){if(n)return Xs(t),ec(e,t,n);if(Ks.existsSync(t))throw new Error("dest already exists.");return ec(e,t,n)}(e,t,r)},nc={moveSync:tc};const rc=we,uc=p.default,oc=bi.copy,ic=Ji.remove,sc=Io.mkdirp,cc=fi.pathExists,ac=Zo;function lc(e,t,n,r){rc.rename(e,t,(u=>u?"EXDEV"!==u.code?r(u):function(e,t,n,r){const u={overwrite:n,errorOnExist:!0};oc(e,t,u,(t=>t?r(t):ic(e,r)))}(e,t,n,r):r()))}var fc=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=n.overwrite||n.clobber||!1;ac.checkPaths(e,t,"move",((n,o)=>{if(n)return r(n);const{srcStat:i}=o;ac.checkParentPaths(e,i,t,"move",(n=>{if(n)return r(n);sc(uc.dirname(t),(n=>n?r(n):function(e,t,n,r){if(n)return ic(t,(u=>u?r(u):lc(e,t,n,r)));cc(t,((u,o)=>u?r(u):o?r(new Error("dest already exists.")):lc(e,t,n,r)))}(e,t,u,r)))}))}))};var dc={move:(0,yo.fromCallback)(fc)};const Dc=yo.fromCallback,pc=we,Ec=p.default,mc=Io,hc=fi.pathExists;var yc={outputFile:Dc((function(e,t,n,r){"function"==typeof n&&(r=n,n="utf8");const u=Ec.dirname(e);hc(u,((o,i)=>o?r(o):i?pc.writeFile(e,t,n,r):void mc.mkdirs(u,(u=>{if(u)return r(u);pc.writeFile(e,t,n,r)}))))})),outputFileSync:function(e,...t){const n=Ec.dirname(e);if(pc.existsSync(n))return pc.writeFileSync(e,...t);mc.mkdirsSync(n),pc.writeFileSync(e,...t)}};!function(e){e.exports=Object.assign({},ho,ci,bi,Yi,bs,zs,Io,nc,dc,yc,fi,Ji);const t=D.default;Object.getOwnPropertyDescriptor(t,"promises")&&Object.defineProperty(e.exports,"promises",{get:()=>t.promises})}(mo);const Cc=Nr.exports("streamroller:fileNameFormatter"),Fc=p.default;const gc=Nr.exports("streamroller:fileNameParser"),Ac=nu.exports;const vc=Nr.exports("streamroller:moveAndMaybeCompressFile"),Sc=mo.exports,wc=v.default;var Oc=async(e,t,n)=>{if(n=function(e){const t={mode:parseInt("0600",8),compress:!1},n=Object.assign({},t,e);return vc(`_parseOption: moveAndMaybeCompressFile called with option=${JSON.stringify(n)}`),n}(n),e!==t){if(await Sc.pathExists(e))if(vc(`moveAndMaybeCompressFile: moving file from ${e} to ${t} ${n.compress?"with":"without"} compress`),n.compress)await new Promise(((r,u)=>{let o=!1;const i=Sc.createWriteStream(t,{mode:n.mode,flags:"wx"}).on("open",(()=>{o=!0;const t=Sc.createReadStream(e).on("open",(()=>{t.pipe(wc.createGzip()).pipe(i)})).on("error",(t=>{vc(`moveAndMaybeCompressFile: error reading ${e}`,t),i.destroy(t)}))})).on("finish",(()=>{vc(`moveAndMaybeCompressFile: finished compressing ${t}, deleting ${e}`),Sc.unlink(e).then(r).catch((t=>{vc(`moveAndMaybeCompressFile: error deleting ${e}, truncating instead`,t),Sc.truncate(e).then(r).catch((t=>{vc(`moveAndMaybeCompressFile: error truncating ${e}`,t),u(t)}))}))})).on("error",(e=>{o?(vc(`moveAndMaybeCompressFile: error writing ${t}, deleting`,e),Sc.unlink(t).then((()=>{u(e)})).catch((e=>{vc(`moveAndMaybeCompressFile: error deleting ${t}`,e),u(e)}))):(vc(`moveAndMaybeCompressFile: error creating ${t}`,e),u(e))}))})).catch((()=>{}));else{vc(`moveAndMaybeCompressFile: renaming ${e} to ${t}`);try{await Sc.move(e,t,{overwrite:!0})}catch(n){if(vc(`moveAndMaybeCompressFile: error renaming ${e} to ${t}`,n),"ENOENT"!==n.code){vc("moveAndMaybeCompressFile: trying copy+truncate instead");try{await Sc.copy(e,t,{overwrite:!0}),await Sc.truncate(e)}catch(e){vc("moveAndMaybeCompressFile: error copy+truncate",e)}}}}}else vc("moveAndMaybeCompressFile: source and target are the same, not doing anything")};const bc=Nr.exports("streamroller:RollingFileWriteStream"),_c=mo.exports,Bc=p.default,Pc=E.default,kc=()=>new Date,xc=nu.exports,{Writable:Nc}=C.default,Ic=({file:e,keepFileExt:t,needsIndex:n,alwaysIncludeDate:r,compress:u,fileNameSep:o})=>{let i=o||".";const s=Fc.join(e.dir,e.name),c=t=>t+e.ext,a=(e,t,r)=>!n&&r||!t?e:e+i+t,l=(e,t,n)=>(t>0||r)&&n?e+i+n:e,f=(e,t)=>t&&u?e+".gz":e,d=t?[l,a,c,f]:[c,l,a,f];return({date:e,index:t})=>(Cc(`_formatFileName: date=${e}, index=${t}`),d.reduce(((n,r)=>r(n,t,e)),s))},Tc=({file:e,keepFileExt:t,pattern:n,fileNameSep:r})=>{let u=r||".";const o="__NOT_MATCHING__";let i=[(e,t)=>e.endsWith(".gz")?(gc("it is gzipped"),t.isCompressed=!0,e.slice(0,-1*".gz".length)):e,t?t=>t.startsWith(e.name)&&t.endsWith(e.ext)?(gc("it starts and ends with the right things"),t.slice(e.name.length+1,-1*e.ext.length)):o:t=>t.startsWith(e.base)?(gc("it starts with the right things"),t.slice(e.base.length+1)):o,n?(e,t)=>{const r=e.split(u);let o=r[r.length-1];gc("items: ",r,", indexStr: ",o);let i=e;void 0!==o&&o.match(/^\d+$/)?(i=e.slice(0,-1*(o.length+1)),gc(`dateStr is ${i}`),n&&!i&&(i=o,o="0")):o="0";try{const r=Ac.parse(n,i,new Date(0,0));return Ac.asString(n,r)!==i?e:(t.index=parseInt(o,10),t.date=i,t.timestamp=r.getTime(),"")}catch(t){return gc(`Problem parsing ${i} as ${n}, error was: `,t),e}}:(e,t)=>e.match(/^\d+$/)?(gc("it has an index"),t.index=parseInt(e,10),""):e];return e=>{let t={filename:e,index:0,isCompressed:!1};return i.reduce(((e,n)=>n(e,t)),e)?null:t}},Rc=Oc;var Mc=class extends Nc{constructor(e,t){if(bc(`constructor: creating RollingFileWriteStream. path=${e}`),"string"!=typeof e||0===e.length)throw new Error(`Invalid filename: ${e}`);if(e.endsWith(Bc.sep))throw new Error(`Filename is a directory: ${e}`);0===e.indexOf(`~${Bc.sep}`)&&(e=e.replace("~",Pc.homedir())),super(t),this.options=this._parseOption(t),this.fileObject=Bc.parse(e),""===this.fileObject.dir&&(this.fileObject=Bc.parse(Bc.join(process.cwd(),e))),this.fileFormatter=Ic({file:this.fileObject,alwaysIncludeDate:this.options.alwaysIncludePattern,needsIndex:this.options.maxSize 0`)}else delete n.maxSize;if(n.numBackups||0===n.numBackups){if(n.numBackups<0)throw new Error(`options.numBackups (${n.numBackups}) should be >= 0`);if(n.numBackups>=Number.MAX_SAFE_INTEGER)throw new Error(`options.numBackups (${n.numBackups}) should be < Number.MAX_SAFE_INTEGER`);n.numToKeep=n.numBackups+1}else if(n.numToKeep<=0)throw new Error(`options.numToKeep (${n.numToKeep}) should be > 0`);return bc(`_parseOption: creating stream with option=${JSON.stringify(n)}`),n}_final(e){this.currentFileStream.end("",this.options.encoding,e)}_write(e,t,n){this._shouldRoll().then((()=>{bc(`_write: writing chunk. file=${this.currentFileStream.path} state=${JSON.stringify(this.state)} chunk=${e}`),this.currentFileStream.write(e,t,(t=>{this.state.currentSize+=e.length,n(t)}))}))}async _shouldRoll(){(this._dateChanged()||this._tooBig())&&(bc(`_shouldRoll: rolling because dateChanged? ${this._dateChanged()} or tooBig? ${this._tooBig()}`),await this._roll())}_dateChanged(){return this.state.currentDate&&this.state.currentDate!==xc(this.options.pattern,kc())}_tooBig(){return this.state.currentSize>=this.options.maxSize}_roll(){return bc("_roll: closing the current stream"),new Promise(((e,t)=>{this.currentFileStream.end("",this.options.encoding,(()=>{this._moveOldFiles().then(e).catch(t)}))}))}async _moveOldFiles(){const e=await this._getExistingFiles();for(let t=(this.state.currentDate?e.filter((e=>e.date===this.state.currentDate)):e).length;t>=0;t--){bc(`_moveOldFiles: i = ${t}`);const e=this.fileFormatter({date:this.state.currentDate,index:t}),n=this.fileFormatter({date:this.state.currentDate,index:t+1}),r={compress:this.options.compress&&0===t,mode:this.options.mode};await Rc(e,n,r)}this.state.currentSize=0,this.state.currentDate=this.state.currentDate?xc(this.options.pattern,kc()):null,bc(`_moveOldFiles: finished rolling files. state=${JSON.stringify(this.state)}`),this._renewWriteStream(),await new Promise(((e,t)=>{this.currentFileStream.write("","utf8",(()=>{this._clean().then(e).catch(t)}))}))}async _getExistingFiles(){const e=await _c.readdir(this.fileObject.dir).catch((()=>[]));bc(`_getExistingFiles: files=${e}`);const t=e.map((e=>this.fileNameParser(e))).filter((e=>e)),n=e=>(e.timestamp?e.timestamp:kc().getTime())-e.index;return t.sort(((e,t)=>n(e)-n(t))),t}_renewWriteStream(){const e=this.fileFormatter({date:this.state.currentDate,index:0}),t=e=>{try{return _c.mkdirSync(e,{recursive:!0})}catch(n){if("ENOENT"===n.code)return t(Bc.dirname(e)),t(e);if("EEXIST"!==n.code&&"EROFS"!==n.code)throw n;try{if(_c.statSync(e).isDirectory())return e;throw n}catch(e){throw n}}};t(this.fileObject.dir);const n={flags:this.options.flags,encoding:this.options.encoding,mode:this.options.mode};var r,u;_c.appendFileSync(e,"",(r={...n},u="flags",r["flag"]=r[u],delete r[u],r)),this.currentFileStream=_c.createWriteStream(e,n),this.currentFileStream.on("error",(e=>{this.emit("error",e)}))}async _clean(){const e=await this._getExistingFiles();if(bc(`_clean: numToKeep = ${this.options.numToKeep}, existingFiles = ${e.length}`),bc("_clean: existing files are: ",e),this._tooManyFiles(e.length)){const n=e.slice(0,e.length-this.options.numToKeep).map((e=>Bc.format({dir:this.fileObject.dir,base:e.filename})));await(t=n,bc(`deleteFiles: files to delete: ${t}`),Promise.all(t.map((e=>_c.unlink(e).catch((t=>{bc(`deleteFiles: error when unlinking ${e}, ignoring. Error was ${t}`)}))))))}var t}_tooManyFiles(e){return this.options.numToKeep>0&&e>this.options.numToKeep}};const Lc=Mc;var jc=class extends Lc{constructor(e,t,n,r){r||(r={}),t&&(r.maxSize=t),r.numBackups||0===r.numBackups||(n||0===n||(n=1),r.numBackups=n),super(e,r),this.backups=r.numBackups,this.size=this.options.maxSize}get theStream(){return this.currentFileStream}};const $c=Mc;var Hc={RollingFileWriteStream:Mc,RollingFileStream:jc,DateRollingFileStream:class extends $c{constructor(e,t,n){t&&"object"==typeof t&&(n=t,t=null),n||(n={}),t||(t="yyyy-MM-dd"),n.pattern=t,n.numBackups||0===n.numBackups?n.daysToKeep=n.numBackups:(n.daysToKeep||0===n.daysToKeep?process.emitWarning("options.daysToKeep is deprecated due to the confusion it causes when used together with file size rolling. Please use options.numBackups instead.","DeprecationWarning","streamroller-DEP0001"):n.daysToKeep=1,n.numBackups=n.daysToKeep),super(e,n),this.mode=this.options.mode}get theStream(){return this.currentFileStream}}};const Jc=Nr.exports("log4js:file"),Gc=p.default,Vc=Hc,Uc=E.default.EOL;let Wc=!1;const zc=new Set;function Kc(){zc.forEach((e=>{e.sighupHandler()}))}function qc(e,t,n,r){const u=new Vc.RollingFileStream(e,t,n,r);return u.on("error",(t=>{console.error("log4js.fileAppender - Writing to file %s, error happened ",e,t)})),u.on("drain",(()=>{process.emit("log4js:pause",!1)})),u}Eo.configure=function(e,t){let n=t.basicLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),e.mode=e.mode||384,function(e,t,n,r,u,o){e=Gc.normalize(e),Jc("Creating file appender (",e,", ",n,", ",r=r||0===r?r:5,", ",u,", ",o,")");let i=qc(e,n,r,u);const s=function(e){if(i.writable){if(!0===u.removeColor){const t=/\x1b[[0-9;]*m/g;e.data=e.data.map((e=>"string"==typeof e?e.replace(t,""):e))}i.write(t(e,o)+Uc,"utf8")||process.emit("log4js:pause",!0)}};return s.reopen=function(){i.end((()=>{i=qc(e,n,r,u)}))},s.sighupHandler=function(){Jc("SIGHUP handler called."),s.reopen()},s.shutdown=function(e){zc.delete(s),0===zc.size&&Wc&&(process.removeListener("SIGHUP",Kc),Wc=!1),i.end("","utf-8",e)},zc.add(s),Wc||(process.on("SIGHUP",Kc),Wc=!0),s}(e.filename,n,e.maxLogSize,e.backups,e,e.timezoneOffset)};var Yc={};const Xc=Hc,Zc=E.default.EOL;function Qc(e,t,n,r,u){r.maxSize=r.maxLogSize;const o=function(e,t,n){const r=new Xc.DateRollingFileStream(e,t,n);return r.on("error",(t=>{console.error("log4js.dateFileAppender - Writing to file %s, error happened ",e,t)})),r.on("drain",(()=>{process.emit("log4js:pause",!1)})),r}(e,t,r),i=function(e){o.writable&&(o.write(n(e,u)+Zc,"utf8")||process.emit("log4js:pause",!0))};return i.shutdown=function(e){o.end("","utf-8",e)},i}Yc.configure=function(e,t){let n=t.basicLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),e.alwaysIncludePattern||(e.alwaysIncludePattern=!1),e.mode=e.mode||384,Qc(e.filename,e.pattern,n,e,e.timezoneOffset)};var ea={};const ta=Nr.exports("log4js:fileSync"),na=p.default,ra=D.default,ua=E.default.EOL||"\n";function oa(e,t){if(ra.existsSync(e))return;const n=ra.openSync(e,t.flags,t.mode);ra.closeSync(n)}class ia{constructor(e,t,n,r){ta("In RollingFileStream"),function(){if(!e||!t||t<=0)throw new Error("You must specify a filename and file size")}(),this.filename=e,this.size=t,this.backups=n,this.options=r,this.currentSize=0,this.currentSize=function(e){let t=0;try{t=ra.statSync(e).size}catch(t){oa(e,r)}return t}(this.filename)}shouldRoll(){return ta("should roll with current size %d, and max size %d",this.currentSize,this.size),this.currentSize>=this.size}roll(e){const t=this,n=new RegExp(`^${na.basename(e)}`);function r(e){return n.test(e)}function u(t){return parseInt(t.substring(`${na.basename(e)}.`.length),10)||0}function o(e,t){return u(e)>u(t)?1:u(e) ${e}.${r+1}`),ra.renameSync(na.join(na.dirname(e),n),`${e}.${r+1}`)}}ta("Rolling, rolling, rolling"),ta("Renaming the old files"),ra.readdirSync(na.dirname(e)).filter(r).sort(o).reverse().forEach(i)}write(e,t){const n=this;ta("in write"),this.shouldRoll()&&(this.currentSize=0,this.roll(this.filename)),ta("writing the chunk to the file"),n.currentSize+=e.length,ra.appendFileSync(n.filename,e)}}ea.configure=function(e,t){let n=t.basicLayout;e.layout&&(n=t.layout(e.layout.type,e.layout));const r={flags:e.flags||"a",encoding:e.encoding||"utf8",mode:e.mode||384};return function(e,t,n,r,u,o){ta("fileSync appender created");const i=function(e,t,n){let r;var u;return t?r=new ia(e,t,n,o):(oa(u=e,o),r={write(e){ra.appendFileSync(u,e)}}),r}(e=na.normalize(e),n,r=r||0===r?r:5);return e=>{i.write(t(e,u)+ua)}}(e.filename,n,e.maxLogSize,e.backups,e.timezoneOffset,r)};var sa={};const ca=Nr.exports("log4js:tcp"),aa=S.default;sa.configure=function(e,t){ca(`configure with config = ${e}`);let n=function(e){return e.serialise()};return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){let n=!1;const r=[];let u,o=3,i="__LOG4JS__";function s(e){ca("Writing log event to socket"),n=u.write(`${t(e)}${i}`,"utf8")}function c(){let e;for(ca("emptying buffer");e=r.shift();)s(e)}function a(e){n?s(e):(ca("buffering log event because it cannot write at the moment"),r.push(e))}return function t(){ca(`appender creating socket to ${e.host||"localhost"}:${e.port||5e3}`),i=`${e.endMsg||"__LOG4JS__"}`,u=aa.createConnection(e.port||5e3,e.host||"localhost"),u.on("connect",(()=>{ca("socket connected"),c(),n=!0})),u.on("drain",(()=>{ca("drain event received, emptying buffer"),n=!0,c()})),u.on("timeout",u.end.bind(u)),u.on("error",(e=>{ca("connection error",e),n=!1,c()})),u.on("close",t)}(),a.shutdown=function(e){ca("shutdown called"),r.length&&o?(ca("buffer has items, waiting 100ms to empty"),o-=1,setTimeout((()=>{a.shutdown(e)}),100)):(u.removeAllListeners("close"),u.end(e))},a}(e,n)};const la=p.default,fa=Nr.exports("log4js:appenders"),da=tu,Da=eo,pa=gu,Ea=hu,ma=to,ha=new Map;ha.set("console",oo),ha.set("stdout",so),ha.set("stderr",co),ha.set("logLevelFilter",ao),ha.set("categoryFilter",lo),ha.set("noLogFilter",Do),ha.set("file",Eo),ha.set("dateFile",Yc),ha.set("fileSync",ea),ha.set("tcp",sa);const ya=new Map,Ca=(e,t)=>{fa("Loading module from ",e);try{return require(e)}catch(n){return void da.throwExceptionIf(t,"MODULE_NOT_FOUND"!==n.code,`appender "${e}" could not be loaded (error was: ${n})`)}},Fa=new Set,ga=(e,t)=>{if(ya.has(e))return ya.get(e);if(!t.appenders[e])return!1;if(Fa.has(e))throw new Error(`Dependency loop detected for appender ${e}.`);Fa.add(e),fa(`Creating appender ${e}`);const n=Aa(e,t);return Fa.delete(e),ya.set(e,n),n},Aa=(e,t)=>{const n=t.appenders[e],r=n.type.configure?n.type:((e,t)=>ha.get(e)||Ca(`./${e}`,t)||Ca(e,t)||require.main&&Ca(la.join(la.dirname(require.main.filename),e),t)||Ca(la.join(process.cwd(),e),t))(n.type,t);return da.throwExceptionIf(t,da.not(r),`appender "${e}" is not valid (type "${n.type}" could not be found)`),r.appender&&fa(`DEPRECATION: Appender ${n.type} exports an appender function.`),r.shutdown&&fa(`DEPRECATION: Appender ${n.type} exports a shutdown function.`),fa(`${e}: clustering.isMaster ? ${Da.isMaster()}`),fa(`${e}: appenderModule is ${F.default.inspect(r)}`),Da.onlyOnMaster((()=>(fa(`calling appenderModule.configure for ${e} / ${n.type}`),r.configure(ma.modifyConfig(n),Ea,(e=>ga(e,t)),pa))),(()=>{}))},va=e=>{ya.clear(),Fa.clear();const t=[];Object.values(e.categories).forEach((e=>{t.push(...e.appenders)})),Object.keys(e.appenders).forEach((n=>{(t.includes(n)||"tcp-server"===e.appenders[n].type)&&ga(n,e)}))},Sa=()=>{va({appenders:{out:{type:"stdout"}},categories:{default:{appenders:["out"],level:"trace"}}})};Sa(),da.addListener((e=>{da.throwExceptionIf(e,da.not(da.anObject(e.appenders)),'must have a property "appenders" of type object.');const t=Object.keys(e.appenders);da.throwExceptionIf(e,da.not(t.length),"must define at least one appender."),t.forEach((t=>{da.throwExceptionIf(e,da.not(e.appenders[t].type),`appender "${t}" is not valid (must be an object with property "type")`)}))})),da.addListener(va),Au.exports=ya,Au.exports.init=Sa;var wa={exports:{}};!function(e){const t=Nr.exports("log4js:categories"),n=tu,r=gu,u=Au.exports,o=new Map;function i(e,t,n){if(!1===t.inherit)return;const r=n.lastIndexOf(".");if(r<0)return;const u=n.substring(0,r);let o=e.categories[u];o||(o={inherit:!0,appenders:[]}),i(e,o,u),!e.categories[u]&&o.appenders&&o.appenders.length&&o.level&&(e.categories[u]=o),t.appenders=t.appenders||[],t.level=t.level||o.level,o.appenders.forEach((e=>{t.appenders.includes(e)||t.appenders.push(e)})),t.parent=o}function s(e){if(!e.categories)return;Object.keys(e.categories).forEach((t=>{const n=e.categories[t];i(e,n,t)}))}n.addPreProcessingListener((e=>s(e))),n.addListener((e=>{n.throwExceptionIf(e,n.not(n.anObject(e.categories)),'must have a property "categories" of type object.');const t=Object.keys(e.categories);n.throwExceptionIf(e,n.not(t.length),"must define at least one category."),t.forEach((t=>{const o=e.categories[t];n.throwExceptionIf(e,[n.not(o.appenders),n.not(o.level)],`category "${t}" is not valid (must be an object with properties "appenders" and "level")`),n.throwExceptionIf(e,n.not(Array.isArray(o.appenders)),`category "${t}" is not valid (appenders must be an array of appender names)`),n.throwExceptionIf(e,n.not(o.appenders.length),`category "${t}" is not valid (appenders must contain at least one appender name)`),Object.prototype.hasOwnProperty.call(o,"enableCallStack")&&n.throwExceptionIf(e,"boolean"!=typeof o.enableCallStack,`category "${t}" is not valid (enableCallStack must be boolean type)`),o.appenders.forEach((r=>{n.throwExceptionIf(e,n.not(u.get(r)),`category "${t}" is not valid (appender "${r}" is not defined)`)})),n.throwExceptionIf(e,n.not(r.getLevel(o.level)),`category "${t}" is not valid (level "${o.level}" not recognised; valid levels are ${r.levels.join(", ")})`)})),n.throwExceptionIf(e,n.not(e.categories.default),'must define a "default" category.')}));const c=e=>{o.clear();Object.keys(e.categories).forEach((n=>{const i=e.categories[n],s=[];i.appenders.forEach((e=>{s.push(u.get(e)),t(`Creating category ${n}`),o.set(n,{appenders:s,level:r.getLevel(i.level),enableCallStack:i.enableCallStack||!1})}))}))},a=()=>{c({categories:{default:{appenders:["out"],level:"OFF"}}})};a(),n.addListener(c);const l=e=>(t(`configForCategory: searching for config for ${e}`),o.has(e)?(t(`configForCategory: ${e} exists in config, returning it`),o.get(e)):e.indexOf(".")>0?(t(`configForCategory: ${e} has hierarchy, searching for parents`),l(e.substring(0,e.lastIndexOf(".")))):(t("configForCategory: returning config for default category"),l("default")));e.exports=o,e.exports=Object.assign(e.exports,{appendersForCategory:e=>l(e).appenders,getLevelForCategory:e=>l(e).level,setLevelForCategory:(e,n)=>{let r=o.get(e);if(t(`setLevelForCategory: found ${r} for ${e}`),!r){const n=l(e);t(`setLevelForCategory: no config found for category, found ${n} for parents of ${e}`),r={appenders:n.appenders}}r.level=n,o.set(e,r)},getEnableCallStackForCategory:e=>!0===l(e).enableCallStack,setEnableCallStackForCategory:(e,t)=>{l(e).enableCallStack=t},init:a})}(wa);const Oa=Nr.exports("log4js:logger"),ba=Hu,_a=gu,Ba=eo,Pa=wa.exports,ka=tu,xa=/at (?:(.+)\s+\()?(?:(.+?):(\d+)(?::(\d+))?|([^)]+))\)?/;function Na(e,t=4){const n=e.stack.split("\n").slice(t),r=xa.exec(n[0]);return r&&6===r.length?{functionName:r[1],fileName:r[2],lineNumber:parseInt(r[3],10),columnNumber:parseInt(r[4],10),callStack:n.join("\n")}:null}class Ia{constructor(e){if(!e)throw new Error("No category provided.");this.category=e,this.context={},this.parseCallStack=Na,Oa(`Logger created (${this.category}, ${this.level})`)}get level(){return _a.getLevel(Pa.getLevelForCategory(this.category),_a.TRACE)}set level(e){Pa.setLevelForCategory(this.category,_a.getLevel(e,this.level))}get useCallStack(){return Pa.getEnableCallStackForCategory(this.category)}set useCallStack(e){Pa.setEnableCallStackForCategory(this.category,!0===e)}log(e,...t){let n=_a.getLevel(e);n||(this._log(_a.WARN,"log4js:logger.log: invalid value for log-level as first parameter given: ",e),n=_a.INFO),this.isLevelEnabled(n)&&this._log(n,t)}isLevelEnabled(e){return this.level.isLessThanOrEqualTo(e)}_log(e,t){Oa(`sending log data (${e}) to appenders`);const n=new ba(this.category,e,t,this.context,this.useCallStack&&this.parseCallStack(new Error));Ba.send(n)}addContext(e,t){this.context[e]=t}removeContext(e){delete this.context[e]}clearContext(){this.context={}}setParseCallStackFunction(e){this.parseCallStack=e}}function Ta(e){const t=_a.getLevel(e),n=t.toString().toLowerCase().replace(/_([a-z])/g,(e=>e[1].toUpperCase())),r=n[0].toUpperCase()+n.slice(1);Ia.prototype[`is${r}Enabled`]=function(){return this.isLevelEnabled(t)},Ia.prototype[n]=function(...e){this.log(t,...e)}}_a.levels.forEach(Ta),ka.addListener((()=>{_a.levels.forEach(Ta)}));var Ra=Ia;const Ma=gu;function La(e){return e.originalUrl||e.url}function ja(e,t){for(let n=0;ne.source?e.source:e));t=new RegExp(n.join("|"))}return t}(t.nolog);return(e,i,s)=>{if(e._logging)return s();if(o&&o.test(e.originalUrl))return s();if(n.isLevelEnabled(r)||"auto"===t.level){const o=new Date,{writeHead:s}=i;e._logging=!0,i.writeHead=(e,t)=>{i.writeHead=s,i.writeHead(e,t),i.__statusCode=e,i.__headers=t||{}},i.on("finish",(()=>{i.responseTime=new Date-o,i.statusCode&&"auto"===t.level&&(r=Ma.INFO,i.statusCode>=300&&(r=Ma.WARN),i.statusCode>=400&&(r=Ma.ERROR)),r=function(e,t,n){let r=t;if(n){const t=n.find((t=>{let n=!1;return n=t.from&&t.to?e>=t.from&&e<=t.to:-1!==t.codes.indexOf(e),n}));t&&(r=Ma.getLevel(t.level,r))}return r}(i.statusCode,r,t.statusRules);const s=function(e,t,n){const r=[];return r.push({token:":url",replacement:La(e)}),r.push({token:":protocol",replacement:e.protocol}),r.push({token:":hostname",replacement:e.hostname}),r.push({token:":method",replacement:e.method}),r.push({token:":status",replacement:t.__statusCode||t.statusCode}),r.push({token:":response-time",replacement:t.responseTime}),r.push({token:":date",replacement:(new Date).toUTCString()}),r.push({token:":referrer",replacement:e.headers.referer||e.headers.referrer||""}),r.push({token:":http-version",replacement:`${e.httpVersionMajor}.${e.httpVersionMinor}`}),r.push({token:":remote-addr",replacement:e.headers["x-forwarded-for"]||e.ip||e._remoteAddress||e.socket&&(e.socket.remoteAddress||e.socket.socket&&e.socket.socket.remoteAddress)}),r.push({token:":user-agent",replacement:e.headers["user-agent"]}),r.push({token:":content-length",replacement:t.getHeader("content-length")||t.__headers&&t.__headers["Content-Length"]||"-"}),r.push({token:/:req\[([^\]]+)]/g,replacement:(t,n)=>e.headers[n.toLowerCase()]}),r.push({token:/:res\[([^\]]+)]/g,replacement:(e,n)=>t.getHeader(n.toLowerCase())||t.__headers&&t.__headers[n]}),(e=>{const t=e.concat();for(let e=0;eja(e,s)));t&&n.log(r,t)}else n.log(r,ja(u,s));t.context&&n.removeContext("res")}))}return s()}},nl=Va;let rl=!1;function ul(e){if(!rl)return;Ua("Received log event ",e);Za.appendersForCategory(e.categoryName).forEach((t=>{t(e)}))}function ol(e){rl&&il();let t=e;return"string"==typeof t&&(t=function(e){Ua(`Loading configuration from ${e}`);try{return JSON.parse(Wa.readFileSync(e,"utf8"))}catch(t){throw new Error(`Problem reading config from file "${e}". Error was ${t.message}`,t)}}(e)),Ua(`Configuration is ${t}`),Ka.configure(za(t)),el.onMessage(ul),rl=!0,sl}function il(e){Ua("Shutdown called. Disabling all log writing."),rl=!1;const t=Array.from(Xa.values());Xa.init(),Za.init();const n=t.reduceRight(((e,t)=>t.shutdown?e+1:e),0);if(0===n)return Ua("No appenders with shutdown functions found."),void 0!==e&&e();let r,u=0;function o(t){r=r||t,u+=1,Ua(`Appender shutdowns complete: ${u} / ${n}`),u>=n&&(Ua("All shutdown functions completed."),e&&e(r))}return Ua(`Found ${n} appenders with shutdown functions.`),t.filter((e=>e.shutdown)).forEach((e=>e.shutdown(o))),null}const sl={getLogger:function(e){return rl||ol(process.env.LOG4JS_CONFIG||{appenders:{out:{type:"stdout"}},categories:{default:{appenders:["out"],level:"OFF"}}}),new Qa(e||"default")},configure:ol,shutdown:il,connectLogger:tl,levels:Ya,addLayout:qa.addLayout,recording:function(){return nl}};var cl=sl,al={};Object.defineProperty(al,"__esModule",{value:!0}),al.levelMap=al.getLevel=al.setCategoriesLevel=al.getConfiguration=al.setConfiguration=void 0;const ll=cl;let fl={appenders:{debug:{type:"stdout",layout:{type:"pattern",pattern:"[%d] > hvigor %p %c %[%m%]"}},info:{type:"stdout",layout:{type:"pattern",pattern:"[%d] > hvigor %[%m%]"}},"no-pattern-info":{type:"stdout",layout:{type:"pattern",pattern:"%m"}},wrong:{type:"stderr",layout:{type:"pattern",pattern:"[%d] > hvigor %[%p: %m%]"}},"just-debug":{type:"logLevelFilter",appender:"debug",level:"debug",maxLevel:"debug"},"just-info":{type:"logLevelFilter",appender:"info",level:"info",maxLevel:"info"},"just-wrong":{type:"logLevelFilter",appender:"wrong",level:"warn",maxLevel:"error"}},categories:{default:{appenders:["just-debug","just-info","just-wrong"],level:"debug"},"no-pattern-info":{appenders:["no-pattern-info"],level:"info"}}};al.setConfiguration=e=>{fl=e};al.getConfiguration=()=>fl;let dl=ll.levels.DEBUG;al.setCategoriesLevel=(e,t)=>{dl=e;const n=fl.categories;for(const r in n)(null==t?void 0:t.includes(r))||Object.prototype.hasOwnProperty.call(n,r)&&(n[r].level=e.levelStr)};al.getLevel=()=>dl,al.levelMap=new Map([["ALL",ll.levels.ALL],["MARK",ll.levels.MARK],["TRACE",ll.levels.TRACE],["DEBUG",ll.levels.DEBUG],["INFO",ll.levels.INFO],["WARN",ll.levels.WARN],["ERROR",ll.levels.ERROR],["FATAL",ll.levels.FATAL],["OFF",ll.levels.OFF]]);var Dl=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),pl=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),El=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&Dl(t,e,n);return pl(t,e),t};Object.defineProperty(xr,"__esModule",{value:!0}),xr.evaluateLogLevel=xr.HvigorLogger=void 0;const ml=El(cl),hl=cl,yl=El(F.default),Cl=al;class Fl{constructor(e){ml.configure((0,Cl.getConfiguration)()),this._logger=ml.getLogger(e),this._logger.level=(0,Cl.getLevel)()}static getLogger(e){return new Fl(e)}log(e,...t){this._logger.log(e,...t)}debug(e,...t){this._logger.debug(e,...t)}info(e,...t){this._logger.info(e,...t)}warn(e,...t){void 0!==e&&""!==e&&this._logger.warn(e,...t)}error(e,...t){this._logger.error(e,...t)}_printTaskExecuteInfo(e,t){this.info(`Finished :${e}... after ${t}`)}_printFailedTaskInfo(e){this.error(`Failed :${e}... `)}_printDisabledTaskInfo(e){this.info(`Disabled :${e}... `)}_printUpToDateTaskInfo(e){this.info(`UP-TO-DATE :${e}... `)}errorMessageExit(e,...t){throw new Error(yl.format(e,...t))}errorExit(e,t,...n){t&&this._logger.error(t,n),this._logger.error(e.stack)}setLevel(e,t){(0,Cl.setCategoriesLevel)(e,t),ml.shutdown(),ml.configure((0,Cl.getConfiguration)())}getLevel(){return this._logger.level}configure(e){const t=(0,Cl.getConfiguration)(),n={appenders:{...t.appenders,...e.appenders},categories:{...t.categories,...e.categories}};(0,Cl.setConfiguration)(n),ml.shutdown(),ml.configure(n)}}xr.HvigorLogger=Fl,xr.evaluateLogLevel=function(e,t){t.debug?e.setLevel(hl.levels.DEBUG):t.warn?e.setLevel(hl.levels.WARN):t.error?e.setLevel(hl.levels.ERROR):e.setLevel(hl.levels.INFO)};var gl=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(X,"__esModule",{value:!0}),X.parseJsonText=X.parseJsonFile=void 0;const Al=Z,vl=gl(kr),Sl=gl(p.default),wl=gl(E.default),Ol=xr.HvigorLogger.getLogger("parse-json-util");var bl;!function(e){e[e.Char=0]="Char",e[e.EOF=1]="EOF",e[e.Identifier=2]="Identifier"}(bl||(bl={}));let _l,Bl,Pl,kl,xl,Nl,Il="start",Tl=[],Rl=0,Ml=1,Ll=0,jl=!1,$l="default",Hl="'",Jl=1;function Gl(e,t=!1){Bl=String(e),Il="start",Tl=[],Rl=0,Ml=1,Ll=0,kl=void 0,jl=t;do{_l=Vl(),Xl[Il]()}while("eof"!==_l.type);return kl}function Vl(){for($l="default",xl="",Hl="'",Jl=1;;){Nl=Ul();const e=zl[$l]();if(e)return e}}function Ul(){if(Bl[Rl])return String.fromCodePoint(Bl.codePointAt(Rl))}function Wl(){const e=Ul();return"\n"===e?(Ml++,Ll=0):e?Ll+=e.length:Ll++,e&&(Rl+=e.length),e}X.parseJsonFile=function(e,t=!1,n="utf-8"){const r=vl.default.readFileSync(Sl.default.resolve(e),{encoding:n});try{return Gl(r,t)}catch(t){if(t instanceof SyntaxError){const n=t.message.split("at");2===n.length&&Ol.errorMessageExit(`${n[0].trim()}${wl.default.EOL}\t at ${e}:${n[1].trim()}`)}Ol.errorMessageExit(`${e} is not in valid JSON/JSON5 format.`)}},X.parseJsonText=Gl;const zl={default(){switch(Nl){case"/":return Wl(),void($l="comment");case void 0:return Wl(),Kl("eof")}if(!Al.JudgeUtil.isIgnoreChar(Nl)&&!Al.JudgeUtil.isSpaceSeparator(Nl))return zl[Il]();Wl()},start(){$l="value"},beforePropertyName(){switch(Nl){case"$":case"_":return xl=Wl(),void($l="identifierName");case"\\":return Wl(),void($l="identifierNameStartEscape");case"}":return Kl("punctuator",Wl());case'"':case"'":return Hl=Nl,Wl(),void($l="string")}if(Al.JudgeUtil.isIdStartChar(Nl))return xl+=Wl(),void($l="identifierName");throw tf(bl.Char,Wl())},afterPropertyName(){if(":"===Nl)return Kl("punctuator",Wl());throw tf(bl.Char,Wl())},beforePropertyValue(){$l="value"},afterPropertyValue(){switch(Nl){case",":case"}":return Kl("punctuator",Wl())}throw tf(bl.Char,Wl())},beforeArrayValue(){if("]"===Nl)return Kl("punctuator",Wl());$l="value"},afterArrayValue(){switch(Nl){case",":case"]":return Kl("punctuator",Wl())}throw tf(bl.Char,Wl())},end(){throw tf(bl.Char,Wl())},comment(){switch(Nl){case"*":return Wl(),void($l="multiLineComment");case"/":return Wl(),void($l="singleLineComment")}throw tf(bl.Char,Wl())},multiLineComment(){switch(Nl){case"*":return Wl(),void($l="multiLineCommentAsterisk");case void 0:throw tf(bl.Char,Wl())}Wl()},multiLineCommentAsterisk(){switch(Nl){case"*":return void Wl();case"/":return Wl(),void($l="default");case void 0:throw tf(bl.Char,Wl())}Wl(),$l="multiLineComment"},singleLineComment(){switch(Nl){case"\n":case"\r":case"\u2028":case"\u2029":return Wl(),void($l="default");case void 0:return Wl(),Kl("eof")}Wl()},value(){switch(Nl){case"{":case"[":return Kl("punctuator",Wl());case"n":return Wl(),ql("ull"),Kl("null",null);case"t":return Wl(),ql("rue"),Kl("boolean",!0);case"f":return Wl(),ql("alse"),Kl("boolean",!1);case"-":case"+":return"-"===Wl()&&(Jl=-1),void($l="numerical");case".":case"0":case"I":case"N":return void($l="numerical");case'"':case"'":return Hl=Nl,Wl(),xl="",void($l="string")}if(void 0===Nl||!Al.JudgeUtil.isDigitWithoutZero(Nl))throw tf(bl.Char,Wl());$l="numerical"},numerical(){switch(Nl){case".":return xl=Wl(),void($l="decimalPointLeading");case"0":return xl=Wl(),void($l="zero");case"I":return Wl(),ql("nfinity"),Kl("numeric",Jl*(1/0));case"N":return Wl(),ql("aN"),Kl("numeric",NaN)}if(void 0!==Nl&&Al.JudgeUtil.isDigitWithoutZero(Nl))return xl=Wl(),void($l="decimalInteger");throw tf(bl.Char,Wl())},zero(){switch(Nl){case".":case"e":case"E":return void($l="decimal");case"x":case"X":return xl+=Wl(),void($l="hexadecimal")}return Kl("numeric",0)},decimalInteger(){switch(Nl){case".":case"e":case"E":return void($l="decimal")}if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},decimal(){switch(Nl){case".":xl+=Wl(),$l="decimalFraction";break;case"e":case"E":xl+=Wl(),$l="decimalExponent"}},decimalPointLeading(){if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalFraction");throw tf(bl.Char,Wl())},decimalFraction(){switch(Nl){case"e":case"E":return xl+=Wl(),void($l="decimalExponent")}if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},decimalExponent(){switch(Nl){case"+":case"-":return xl+=Wl(),void($l="decimalExponentSign")}if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalExponentInteger");throw tf(bl.Char,Wl())},decimalExponentSign(){if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalExponentInteger");throw tf(bl.Char,Wl())},decimalExponentInteger(){if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},hexadecimal(){if(Al.JudgeUtil.isHexDigit(Nl))return xl+=Wl(),void($l="hexadecimalInteger");throw tf(bl.Char,Wl())},hexadecimalInteger(){if(!Al.JudgeUtil.isHexDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},identifierNameStartEscape(){if("u"!==Nl)throw tf(bl.Char,Wl());Wl();const e=Yl();switch(e){case"$":case"_":break;default:if(!Al.JudgeUtil.isIdStartChar(e))throw tf(bl.Identifier)}xl+=e,$l="identifierName"},identifierName(){switch(Nl){case"$":case"_":case"‌":case"‍":return void(xl+=Wl());case"\\":return Wl(),void($l="identifierNameEscape")}if(!Al.JudgeUtil.isIdContinueChar(Nl))return Kl("identifier",xl);xl+=Wl()},identifierNameEscape(){if("u"!==Nl)throw tf(bl.Char,Wl());Wl();const e=Yl();switch(e){case"$":case"_":case"‌":case"‍":break;default:if(!Al.JudgeUtil.isIdContinueChar(e))throw tf(bl.Identifier)}xl+=e,$l="identifierName"},string(){switch(Nl){case"\\":return Wl(),void(xl+=function(){const e=Ul(),t=function(){switch(Ul()){case"b":return Wl(),"\b";case"f":return Wl(),"\f";case"n":return Wl(),"\n";case"r":return Wl(),"\r";case"t":return Wl(),"\t";case"v":return Wl(),"\v"}return}();if(t)return t;switch(e){case"0":if(Wl(),Al.JudgeUtil.isDigit(Ul()))throw tf(bl.Char,Wl());return"\0";case"x":return Wl(),function(){let e="",t=Ul();if(!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());if(e+=Wl(),t=Ul(),!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());return e+=Wl(),String.fromCodePoint(parseInt(e,16))}();case"u":return Wl(),Yl();case"\n":case"\u2028":case"\u2029":return Wl(),"";case"\r":return Wl(),"\n"===Ul()&&Wl(),""}if(void 0===e||Al.JudgeUtil.isDigitWithoutZero(e))throw tf(bl.Char,Wl());return Wl()}());case'"':case"'":if(Nl===Hl){const e=Kl("string",xl);return Wl(),e}return void(xl+=Wl());case"\n":case"\r":case void 0:throw tf(bl.Char,Wl());case"\u2028":case"\u2029":!function(e){Ol.warn(`JSON5: '${ef(e)}' in strings is not valid ECMAScript; consider escaping.`)}(Nl)}xl+=Wl()}};function Kl(e,t){return{type:e,value:t,line:Ml,column:Ll}}function ql(e){for(const t of e){if(Ul()!==t)throw tf(bl.Char,Wl());Wl()}}function Yl(){let e="",t=4;for(;t-- >0;){const t=Ul();if(!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());e+=Wl()}return String.fromCodePoint(parseInt(e,16))}const Xl={start(){if("eof"===_l.type)throw tf(bl.EOF);Zl()},beforePropertyName(){switch(_l.type){case"identifier":case"string":return Pl=_l.value,void(Il="afterPropertyName");case"punctuator":return void Ql();case"eof":throw tf(bl.EOF)}},afterPropertyName(){if("eof"===_l.type)throw tf(bl.EOF);Il="beforePropertyValue"},beforePropertyValue(){if("eof"===_l.type)throw tf(bl.EOF);Zl()},afterPropertyValue(){if("eof"===_l.type)throw tf(bl.EOF);switch(_l.value){case",":return void(Il="beforePropertyName");case"}":Ql()}},beforeArrayValue(){if("eof"===_l.type)throw tf(bl.EOF);"punctuator"!==_l.type||"]"!==_l.value?Zl():Ql()},afterArrayValue(){if("eof"===_l.type)throw tf(bl.EOF);switch(_l.value){case",":return void(Il="beforeArrayValue");case"]":Ql()}},end(){}};function Zl(){const e=function(){let e;switch(_l.type){case"punctuator":switch(_l.value){case"{":e={};break;case"[":e=[]}break;case"null":case"boolean":case"numeric":case"string":e=_l.value}return e}();if(jl&&"object"==typeof e&&(e._line=Ml,e._column=Ll),void 0===kl)kl=e;else{const t=Tl[Tl.length-1];Array.isArray(t)?jl&&"object"!=typeof e?t.push({value:e,_line:Ml,_column:Ll}):t.push(e):t[Pl]=jl&&"object"!=typeof e?{value:e,_line:Ml,_column:Ll}:e}!function(e){if(e&&"object"==typeof e)Tl.push(e),Il=Array.isArray(e)?"beforeArrayValue":"beforePropertyName";else{const e=Tl[Tl.length-1];Il=e?Array.isArray(e)?"afterArrayValue":"afterPropertyValue":"end"}}(e)}function Ql(){Tl.pop();const e=Tl[Tl.length-1];Il=e?Array.isArray(e)?"afterArrayValue":"afterPropertyValue":"end"}function ef(e){const t={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r","\t":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"};if(t[e])return t[e];if(e<" "){const t=e.charCodeAt(0).toString(16);return`\\x${`00${t}`.substring(t.length)}`}return e}function tf(e,t){let n="";switch(e){case bl.Char:n=void 0===t?`JSON5: invalid end of input at ${Ml}:${Ll}`:`JSON5: invalid character '${ef(t)}' at ${Ml}:${Ll}`;break;case bl.EOF:n=`JSON5: invalid end of input at ${Ml}:${Ll}`;break;case bl.Identifier:Ll-=5,n=`JSON5: invalid identifier character at ${Ml}:${Ll}`}const r=new nf(n);return r.lineNumber=Ml,r.columnNumber=Ll,r}class nf extends SyntaxError{}var rf=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),uf=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),of=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&rf(t,e,n);return uf(t,e),t};Object.defineProperty(Y,"__esModule",{value:!0});var sf=Y.cleanWorkSpace=Ff=Y.executeInstallHvigor=yf=Y.isHvigorInstalled=mf=Y.isAllDependenciesInstalled=void 0;const cf=of(D.default),af=of(p.default),lf=b,ff=j,df=$,Df=X;let pf,Ef;var mf=Y.isAllDependenciesInstalled=function(){function e(e){const t=null==e?void 0:e.dependencies;return void 0===t?0:Object.getOwnPropertyNames(t).length}if(pf=gf(),Ef=Af(),e(pf)+1!==e(Ef))return!1;for(const e in null==pf?void 0:pf.dependencies)if(!(0,ff.hasNpmPackInPaths)(e,[lf.HVIGOR_PROJECT_DEPENDENCIES_HOME])||!hf(e,pf,Ef))return!1;return!0};function hf(e,t,n){return void 0!==n.dependencies&&(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,t.dependencies[e])===n.dependencies[e]}var yf=Y.isHvigorInstalled=function(){return pf=gf(),Ef=Af(),(0,ff.hasNpmPackInPaths)(lf.HVIGOR_ENGINE_PACKAGE_NAME,[lf.HVIGOR_PROJECT_DEPENDENCIES_HOME])&&(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,pf.hvigorVersion)===Ef.dependencies[lf.HVIGOR_ENGINE_PACKAGE_NAME]};const Cf={cwd:lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,stdio:["inherit","inherit","inherit"]};var Ff=Y.executeInstallHvigor=function(){(0,df.logInfoPrintConsole)("Hvigor installing...");const e={dependencies:{}};e.dependencies[lf.HVIGOR_ENGINE_PACKAGE_NAME]=(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,pf.hvigorVersion);try{cf.mkdirSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,{recursive:!0});const t=af.resolve(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,lf.DEFAULT_PACKAGE_JSON);cf.writeFileSync(t,JSON.stringify(e))}catch(e){(0,df.logErrorAndExit)(e)}!function(){const e=["config","set","store-dir",lf.HVIGOR_PNPM_STORE_PATH];(0,ff.executeCommand)(lf.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH,e,Cf)}(),(0,ff.executeCommand)(lf.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH,["install"],Cf)};function gf(){const e=af.resolve(lf.HVIGOR_PROJECT_WRAPPER_HOME,lf.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME);return cf.existsSync(e)||(0,df.logErrorAndExit)(`Error: Hvigor config file ${e} does not exist.`),(0,Df.parseJsonFile)(e)}function Af(){return cf.existsSync(lf.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH)?(0,Df.parseJsonFile)(lf.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH):{dependencies:{}}}sf=Y.cleanWorkSpace=function(){if((0,df.logInfoPrintConsole)("Hvigor cleaning..."),!cf.existsSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME))return;const e=cf.readdirSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME);if(e&&0!==e.length){cf.existsSync(lf.HVIGOR_BOOT_JS_FILE_PATH)&&(0,ff.executeCommand)(process.argv[0],[lf.HVIGOR_BOOT_JS_FILE_PATH,"--stop-daemon"],{});try{e.forEach((e=>{cf.rmSync(af.resolve(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,e),{recursive:!0})}))}catch(e){(0,df.logErrorAndExit)(`The hvigor build tool cannot be installed. Please manually clear the workspace directory and synchronize the project again.\n\n Workspace Path: ${lf.HVIGOR_PROJECT_DEPENDENCIES_HOME}.`)}}};var vf={},Sf=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),wf=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),Of=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&Sf(t,e,n);return wf(t,e),t};Object.defineProperty(vf,"__esModule",{value:!0});var bf=vf.executeBuild=void 0;const _f=b,Bf=Of(D.default),Pf=Of(p.default),kf=$;bf=vf.executeBuild=function(){const e=Pf.resolve(_f.HVIGOR_PROJECT_DEPENDENCIES_HOME,"node_modules","@ohos","hvigor","bin","hvigor.js");try{const t=Bf.realpathSync(e);require(t)}catch(t){(0,kf.logErrorAndExit)(`Error: ENOENT: no such file ${e},delete ${_f.HVIGOR_PROJECT_DEPENDENCIES_HOME} and retry.`)}},function(){if(O.checkNpmConifg(),O.environmentHandler(),O.isPnpmAvailable()||O.executeInstallPnpm(),yf()&&mf())bf();else{sf();try{Ff()}catch(e){return void sf()}bf()}}(); \ No newline at end of file diff --git a/ohos/flutter_stack_trace_v2/ohos/hvigorfile.ts b/ohos/flutter_stack_trace_v2/ohos/hvigorfile.ts new file mode 100644 index 0000000000000000000000000000000000000000..5a172b770e3b15f67c12152d00f38f2084d3915b --- /dev/null +++ b/ohos/flutter_stack_trace_v2/ohos/hvigorfile.ts @@ -0,0 +1,17 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently. +export { appTasks } from '@ohos/hvigor-ohos-plugin'; \ No newline at end of file diff --git a/ohos/flutter_stack_trace_v2/ohos/hvigorw b/ohos/flutter_stack_trace_v2/ohos/hvigorw new file mode 100644 index 0000000000000000000000000000000000000000..5efd8343d3232bdd1d9b7f67a3326034054c5396 --- /dev/null +++ b/ohos/flutter_stack_trace_v2/ohos/hvigorw @@ -0,0 +1,61 @@ +#!/bin/bash + +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# ---------------------------------------------------------------------------- +# Hvigor startup script, version 1.0.0 +# +# Required ENV vars: +# ------------------ +# NODE_HOME - location of a Node home dir +# or +# Add /usr/local/nodejs/bin to the PATH environment variable +# ---------------------------------------------------------------------------- + +HVIGOR_APP_HOME=$(dirname $(readlink -f $0)) +HVIGOR_WRAPPER_SCRIPT=${HVIGOR_APP_HOME}/hvigor/hvigor-wrapper.js +warn() { + echo "" + echo -e "\033[1;33m`date '+[%Y-%m-%d %H:%M:%S]'`$@\033[0m" +} + +error() { + echo "" + echo -e "\033[1;31m`date '+[%Y-%m-%d %H:%M:%S]'`$@\033[0m" +} + +fail() { + error "$@" + exit 1 +} + +# Determine node to start hvigor wrapper script +if [ -n "${NODE_HOME}" ];then + EXECUTABLE_NODE="${NODE_HOME}/bin/node" + if [ ! -x "$EXECUTABLE_NODE" ];then + fail "ERROR: NODE_HOME is set to an invalid directory,check $NODE_HOME\n\nPlease set NODE_HOME in your environment to the location where your nodejs installed" + fi +else + EXECUTABLE_NODE="node" + which ${EXECUTABLE_NODE} > /dev/null 2>&1 || fail "ERROR: NODE_HOME is not set and not 'node' command found in your path" +fi + +# Check hvigor wrapper script +if [ ! -r "$HVIGOR_WRAPPER_SCRIPT" ];then + fail "ERROR: Couldn't find hvigor/hvigor-wrapper.js in ${HVIGOR_APP_HOME}" +fi + +# start hvigor-wrapper script +exec "${EXECUTABLE_NODE}" \ + "${HVIGOR_WRAPPER_SCRIPT}" "$@" diff --git a/ohos/flutter_stack_trace_v2/ohos/hvigorw.bat b/ohos/flutter_stack_trace_v2/ohos/hvigorw.bat new file mode 100644 index 0000000000000000000000000000000000000000..d22153567c0a57fd80ac0019f74b28b518b9c536 --- /dev/null +++ b/ohos/flutter_stack_trace_v2/ohos/hvigorw.bat @@ -0,0 +1,78 @@ + /* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@if "%DEBUG%" == "" @echo off +@rem ########################################################################## +@rem +@rem Hvigor startup script for Windows +@rem +@rem ########################################################################## + +@rem Set local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" setlocal + +set DIRNAME=%~dp0 +if "%DIRNAME%" == "" set DIRNAME=. +set APP_BASE_NAME=%~n0 +set APP_HOME=%DIRNAME% + +@rem Resolve any "." and ".." in APP_HOME to make it shorter. +for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi + +set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js +set NODE_EXE=node.exe + +goto start + +:start +@rem Find node.exe +if defined NODE_HOME goto findNodeFromNodeHome + +%NODE_EXE% --version >NUL 2>&1 +if "%ERRORLEVEL%" == "0" goto execute + +echo. +echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. +echo. +echo Please set the NODE_HOME variable in your environment to match the +echo location of your NodeJs installation. + +goto fail + +:findNodeFromNodeHome +set NODE_HOME=%NODE_HOME:"=% +set NODE_EXE_PATH=%NODE_HOME%/%NODE_EXE% + +if exist "%NODE_EXE_PATH%" goto execute +echo. +echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. +echo. +echo Please set the NODE_HOME variable in your environment to match the +echo location of your NodeJs installation. + +goto fail + +:execute +@rem Execute hvigor +"%NODE_EXE%" %WRAPPER_MODULE_PATH% %* + +if "%ERRORLEVEL%" == "0" goto hvigorwEnd + +:fail +exit /b 1 + +:hvigorwEnd +if "%OS%" == "Windows_NT" endlocal + +:end diff --git a/ohos/flutter_stack_trace_v2/ohos/oh-package-lock.json5 b/ohos/flutter_stack_trace_v2/ohos/oh-package-lock.json5 new file mode 100644 index 0000000000000000000000000000000000000000..6b6ff6496e036b3fec37cdf1661998e74a97190c --- /dev/null +++ b/ohos/flutter_stack_trace_v2/ohos/oh-package-lock.json5 @@ -0,0 +1,27 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "lockfileVersion": 1, + "ATTENTION": "THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.", + "specifiers": { + "@ohos/hypium@1.0.6": "@ohos/hypium@1.0.6" + }, + "packages": { + "@ohos/hypium@1.0.6": { + "resolved": "https://repo.harmonyos.com/ohpm/@ohos/hypium/-/hypium-1.0.6.tgz", + "integrity": "sha512-bb3DWeWhYrFqj9mPFV3yZQpkm36kbcK+YYaeY9g292QKSjOdmhEIQR2ULPvyMsgSR4usOBf5nnYrDmaCCXirgQ==" + } + } +} \ No newline at end of file diff --git a/ohos/flutter_stack_trace_v2/ohos/oh-package.json5 b/ohos/flutter_stack_trace_v2/ohos/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..c90ef4866ac1a918639181ad0299d941bb95aca7 --- /dev/null +++ b/ohos/flutter_stack_trace_v2/ohos/oh-package.json5 @@ -0,0 +1,26 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "license": "", + "devDependencies": { + "@ohos/hypium": "1.0.6" + }, + "author": "", + "name": "apptemplate", + "description": "Please describe the basic information.", + "main": "", + "version": "1.0.0", + "dependencies": {} +} diff --git a/ohos/flutter_stack_trace_v2/pubspec.yaml b/ohos/flutter_stack_trace_v2/pubspec.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e009899fd85d555b3ed948ffb154e973a4a0682f --- /dev/null +++ b/ohos/flutter_stack_trace_v2/pubspec.yaml @@ -0,0 +1,104 @@ +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +name: flutter_stack_trace_v2 +description: A new Flutter project. +# The following line prevents the package from being accidentally published to +# pub.dev using `flutter pub publish`. This is preferred for private packages. +publish_to: 'none' # Remove this line if you wish to publish to pub.dev + +# The following defines the version and build number for your application. +# A version number is three numbers separated by dots, like 1.2.43 +# followed by an optional build number separated by a +. +# Both the version and the builder number may be overridden in flutter +# build by specifying --build-name and --build-number, respectively. +# In Android, build-name is used as versionName while build-number used as versionCode. +# Read more about Android versioning at https://developer.android.com/studio/publish/versioning +# In iOS, build-name is used as CFBundleShortVersionString while build-number is used as CFBundleVersion. +# Read more about iOS versioning at +# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html +# In Windows, build-name is used as the major, minor, and patch parts +# of the product and file versions while build-number is used as the build suffix. +version: 1.0.0+1 + +environment: + sdk: '>=2.19.6 <3.0.0' + +# Dependencies specify other packages that your package needs in order to work. +# To automatically upgrade your package dependencies to the latest versions +# consider running `flutter pub upgrade --major-versions`. Alternatively, +# dependencies can be manually updated by changing the version numbers below to +# the latest version available on pub.dev. To see which dependencies have newer +# versions available, run `flutter pub outdated`. +dependencies: + flutter: + sdk: flutter + + stack_trace: 1.11.0 + + # The following adds the Cupertino Icons font to your application. + # Use with the CupertinoIcons class for iOS style icons. + cupertino_icons: ^1.0.2 + +dev_dependencies: + flutter_test: + sdk: flutter + + # The "flutter_lints" package below contains a set of recommended lints to + # encourage good coding practices. The lint set provided by the package is + # activated in the `analysis_options.yaml` file located at the root of your + # package. See that file for information about deactivating specific lint + # rules and activating additional ones. + flutter_lints: ^2.0.0 + +# For information on the generic Dart part of this file, see the +# following page: https://dart.dev/tools/pub/pubspec + +# The following section is specific to Flutter packages. +flutter: + + # The following line ensures that the Material Icons font is + # included with your application, so that you can use the icons in + # the material Icons class. + uses-material-design: true + + # To add assets to your application, add an assets section, like this: + # assets: + # - images/a_dot_burr.jpeg + # - images/a_dot_ham.jpeg + + # An image asset can refer to one or more resolution-specific "variants", see + # https://flutter.dev/assets-and-images/#resolution-aware + + # For details regarding adding assets from package dependencies, see + # https://flutter.dev/assets-and-images/#from-packages + + # To add custom fonts to your application, add a fonts section here, + # in this "flutter" section. Each entry in this list should have a + # "family" key with the font family name, and a "fonts" key with a + # list giving the asset and other descriptors for the font. For + # example: + # fonts: + # - family: Schyler + # fonts: + # - asset: fonts/Schyler-Regular.ttf + # - asset: fonts/Schyler-Italic.ttf + # style: italic + # - family: Trajan Pro + # fonts: + # - asset: fonts/TrajanPro.ttf + # - asset: fonts/TrajanPro_Bold.ttf + # weight: 700 + # + # For details regarding fonts from package dependencies, + # see https://flutter.dev/custom-fonts/#from-packages diff --git a/ohos/flutter_stack_trace_v2/test/widget_test.dart b/ohos/flutter_stack_trace_v2/test/widget_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..39c53ab2908a326bbbdfaf29fdfc0698d5e2812d --- /dev/null +++ b/ohos/flutter_stack_trace_v2/test/widget_test.dart @@ -0,0 +1,44 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +// This is a basic Flutter widget test. +// +// To perform an interaction with a widget in your test, use the WidgetTester +// utility in the flutter_test package. For example, you can send tap and scroll +// gestures. You can also use WidgetTester to find child widgets in the widget +// tree, read text, and verify that the values of widget properties are correct. + +import 'package:flutter/material.dart'; +import 'package:flutter_test/flutter_test.dart'; + +import 'package:flutter_stack_trace_v2/main.dart'; + +void main() { + testWidgets('Counter increments smoke test', (WidgetTester tester) async { + // Build our app and trigger a frame. + await tester.pumpWidget(const MyApp()); + + // Verify that our counter starts at 0. + expect(find.text('0'), findsOneWidget); + expect(find.text('1'), findsNothing); + + // Tap the '+' icon and trigger a frame. + await tester.tap(find.byIcon(Icons.add)); + await tester.pump(); + + // Verify that our counter has incremented. + expect(find.text('0'), findsNothing); + expect(find.text('1'), findsOneWidget); + }); +} diff --git a/ohos/flutter_term_glyph/.gitignore b/ohos/flutter_term_glyph/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..24476c5d1eb55824c76d8b01a3965f94abad1ef8 --- /dev/null +++ b/ohos/flutter_term_glyph/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ +migrate_working_dir/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +**/doc/api/ +**/ios/Flutter/.last_build_id +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Android Studio will place build artifacts here +/android/app/debug +/android/app/profile +/android/app/release diff --git a/ohos/flutter_term_glyph/.metadata b/ohos/flutter_term_glyph/.metadata new file mode 100644 index 0000000000000000000000000000000000000000..d07c0afb6812b08a64d23b369ba37e066ea83244 --- /dev/null +++ b/ohos/flutter_term_glyph/.metadata @@ -0,0 +1,44 @@ + /* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +# This file tracks properties of this Flutter project. +# Used by Flutter tool to assess capabilities and perform upgrades etc. +# +# This file should be version controlled. + +version: + revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + channel: master + +project_type: app + +# Tracks metadata for the flutter migrate command +migration: + platforms: + - platform: root + create_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + base_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + - platform: ohos + create_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + base_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + + # User provided section + + # List of Local paths (relative to this file) that should be + # ignored by the migrate tool. + # + # Files that are not part of the templates will be ignored by default. + unmanaged_files: + - 'lib/main.dart' + - 'ios/Runner.xcodeproj/project.pbxproj' diff --git a/ohos/flutter_term_glyph/README.md b/ohos/flutter_term_glyph/README.md new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/ohos/flutter_term_glyph/README.md @@ -0,0 +1 @@ + diff --git a/ohos/flutter_term_glyph/analysis_options.yaml b/ohos/flutter_term_glyph/analysis_options.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7814013c895a5ab88ab0bb58d8cfa716f9be5654 --- /dev/null +++ b/ohos/flutter_term_glyph/analysis_options.yaml @@ -0,0 +1,42 @@ +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# This file configures the analyzer, which statically analyzes Dart code to +# check for errors, warnings, and lints. +# +# The issues identified by the analyzer are surfaced in the UI of Dart-enabled +# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be +# invoked from the command line by running `flutter analyze`. + +# The following line activates a set of recommended lints for Flutter apps, +# packages, and plugins designed to encourage good coding practices. +include: package:flutter_lints/flutter.yaml + +linter: + # The lint rules applied to this project can be customized in the + # section below to disable rules from the `package:flutter_lints/flutter.yaml` + # included above or to enable additional rules. A list of all available lints + # and their documentation is published at + # https://dart-lang.github.io/linter/lints/index.html. + # + # Instead of disabling a lint rule for the entire project in the + # section below, it can also be suppressed for a single line of code + # or a specific dart file by using the `// ignore: name_of_lint` and + # `// ignore_for_file: name_of_lint` syntax on the line or in the file + # producing the lint. + rules: + # avoid_print: false # Uncomment to disable the `avoid_print` rule + # prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule + +# Additional information about this file can be found at +# https://dart.dev/guides/language/analysis-options diff --git a/ohos/flutter_term_glyph/lib/common/base_page.dart b/ohos/flutter_term_glyph/lib/common/base_page.dart new file mode 100644 index 0000000000000000000000000000000000000000..26a965b678111b9fc6176e1b01e4ce8e00195a31 --- /dev/null +++ b/ohos/flutter_term_glyph/lib/common/base_page.dart @@ -0,0 +1,54 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'main_item_widget.dart'; +import 'test_route.dart'; + +/// 全局静态数据存储 +abstract class GlobalData { + static String appName = ''; +} + +/// app基本首页 +class BasePage extends StatefulWidget { + const BasePage({required this.data}); + + final List data; + + @override + State createState() => _BasePageState(); +} + +class _BasePageState extends State { + int get _itemCount => widget.data.length; + + @override + Widget build(BuildContext context) { + return Scaffold( + appBar: AppBar( + title: Center( + child: Text(GlobalData.appName, textAlign: TextAlign.center)), + ), + body: + ListView.builder(itemBuilder: _itemBuilder, itemCount: _itemCount)); + } + + Widget _itemBuilder(BuildContext context, int index) { + return MainItemWidget(widget.data[index], (MainItem item) { + Navigator.push(context, MaterialPageRoute(builder: (content) => item.route)); + }); + } +} diff --git a/ohos/flutter_term_glyph/lib/common/item_widget.dart b/ohos/flutter_term_glyph/lib/common/item_widget.dart new file mode 100644 index 0000000000000000000000000000000000000000..f046389c8a8969afb88d3aeb69c3655579a4c6ca --- /dev/null +++ b/ohos/flutter_term_glyph/lib/common/item_widget.dart @@ -0,0 +1,127 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/cupertino.dart'; +import 'package:flutter/material.dart'; + +import 'test_page.dart'; + +/// Item widget. +class ItemWidget extends StatefulWidget { + /// Item widget. + const ItemWidget( + {required this.item, required this.index, required this.getGroupRange, required this.runGroup, required this.onTap, this.summary, Key? key}) + : super(key: key); + + /// item summary. + final String? summary; + + /// item data. + final Item item; + + /// 当前下标 + final int index; + + /// 获取对应的组信息 + final GroupRange Function() getGroupRange; + + /// 获取对应的组信息 + final void Function(int start, int end) runGroup; + + /// Action when pressed (typically run). + final void Function(Item item) onTap; + + @override + ItemWidgetState createState() => ItemWidgetState(); +} + +class ItemWidgetState extends State { + @override + Widget build(BuildContext context) { + IconData? icon; + Color? color; + + switch (widget.item.state) { + case ItemState.none: + icon = Icons.arrow_forward_ios; + break; + case ItemState.running: + icon = Icons.more_horiz; + break; + case ItemState.success: + icon = Icons.check; + color = Colors.green; + break; + case ItemState.failure: + icon = Icons.close; + color = Colors.red; + break; + } + + final Widget listTile = ListTile( + leading: SizedBox( + child: IconButton( + icon: Icon(icon, color: color), + onPressed: null, + )), + title: Text(widget.item.name), + subtitle: widget.summary != null ? Text(widget.summary!) : null, + onTap: () { + widget.onTap(widget.item); + }); + + final data = widget.getGroupRange(); + + return Column( + mainAxisAlignment: MainAxisAlignment.start, + crossAxisAlignment: CrossAxisAlignment.start, + children: [ + if (data.groupName.isNotEmpty && data.startIndex == widget.index) + GestureDetector( + onTap: () {}, + child: Container( + height: 35, + decoration: BoxDecoration(color: CupertinoColors.extraLightBackgroundGray), + child: Row( + mainAxisAlignment: MainAxisAlignment.spaceBetween, + children: [ + Expanded(child: Text( + '测试组: ${data.groupName}', + style: TextStyle(fontSize: 18), + overflow: TextOverflow.ellipsis, + )), + // FilledButton( + // onPressed: () => widget.runGroup(data.startIndex, data.startIndex), + // child: Text( + // '整组测试', + // style: TextStyle(fontSize: 16), + // )) + ], + ), + ), + ), + Container( + margin: data.groupName.isNotEmpty && data.startIndex == widget.index ? EdgeInsets.only(bottom: 10) : null, + decoration: BoxDecoration( + border: data.groupName.isNotEmpty && data.endIndex == widget.index ? Border(bottom: BorderSide(color: Colors.grey)) : null, + ), + child: Padding( + padding: data.groupName.isNotEmpty && data.startIndex <= widget.index && data.endIndex >= widget.index ? EdgeInsets.only(left: 35) : EdgeInsets.zero, + child: listTile, + ), + ) + ], + ); + } +} diff --git a/ohos/flutter_term_glyph/lib/common/main_item_widget.dart b/ohos/flutter_term_glyph/lib/common/main_item_widget.dart new file mode 100644 index 0000000000000000000000000000000000000000..819e0a0d15e67aec813a9ccc11d8af4637e7be93 --- /dev/null +++ b/ohos/flutter_term_glyph/lib/common/main_item_widget.dart @@ -0,0 +1,50 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/cupertino.dart'; +import 'package:flutter/material.dart'; + +import 'test_route.dart'; + +/// Main item widget. +class MainItemWidget extends StatefulWidget { + /// Main item widget. + const MainItemWidget(this.item, this.onTap, {Key? key}) : super(key: key); + + /// item data. + final MainItem item; + + /// onTap action (typically run or open). + final void Function(MainItem item) onTap; + + @override + MainItemWidgetState createState() => MainItemWidgetState(); +} + +class MainItemWidgetState extends State { + @override + Widget build(BuildContext context) { + return Container( + margin: const EdgeInsets.only(bottom: 10), + child: ListTile( + tileColor: CupertinoColors.extraLightBackgroundGray, + title: Text(widget.item.title), + onTap: _onTap), + ); + } + + void _onTap() { + widget.onTap(widget.item); + } +} diff --git a/ohos/flutter_term_glyph/lib/common/test_model_app.dart b/ohos/flutter_term_glyph/lib/common/test_model_app.dart new file mode 100644 index 0000000000000000000000000000000000000000..9e34e8a2d060c3c7a699709e018e90ae0be3d2ee --- /dev/null +++ b/ohos/flutter_term_glyph/lib/common/test_model_app.dart @@ -0,0 +1,50 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'base_page.dart'; +import 'test_route.dart'; + +/// 基础app框架 +class TestModelApp extends StatefulWidget { + TestModelApp({super.key, required this.appName, required this.data}) { + GlobalData.appName = appName; + } + + /// 测试包名称 + final String appName; + + /// 路由数据 + final List data; + + @override + State createState() => TestModelState(); +} + +class TestModelState extends State { + @override + Widget build(BuildContext context) { + return MaterialApp( + title: widget.appName, + theme: ThemeData( + colorScheme: ColorScheme.fromSeed(seedColor: Colors.blue), + appBarTheme: const AppBarTheme(backgroundColor: Colors.blue), + primarySwatch: Colors.blue, + useMaterial3: true, + ), + home: BasePage(data: widget.data), + ); + } +} diff --git a/ohos/flutter_term_glyph/lib/common/test_page.dart b/ohos/flutter_term_glyph/lib/common/test_page.dart new file mode 100644 index 0000000000000000000000000000000000000000..c4e1888608d081af98fe6ad8acaa11eef6963af6 --- /dev/null +++ b/ohos/flutter_term_glyph/lib/common/test_page.dart @@ -0,0 +1,333 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:async'; + +import 'package:flutter/material.dart'; + +import 'item_widget.dart'; + +List contentList = []; + +class Test { + /// Test definition. + Test(this.name, this.fn, {bool? solo, bool? skip}) + : solo = solo == true, + skip = skip == true; + + /// Only run this test. + final bool solo; + + /// Skip this test. + final bool skip; + + /// Test name. + String name; + + /// Test body. + FutureOr Function() fn; +} + +/// Item states. +enum ItemState { + /// test not run yet. + none, + + /// test is running. + running, + + /// test succeeded. + success, + + /// test fails. + failure +} + +/// Menu item. +class Item { + /// Menu item. + Item(this.name); + + /// Menu item state. + ItemState state = ItemState.running; + + /// Menu item name/ + String name; +} + +class TestLength { + TestLength(this.oldLength, this.newLength); + + int oldLength; + int newLength; +} + +class GroupRange { + GroupRange(this.groupName, this.startIndex, this.endIndex); + + String groupName; + int startIndex; + int endIndex; +} + +/// 基础测试页面 +class TestPage extends StatefulWidget { + /// Base test page. + TestPage(this.title, {Key? key}) : super(key: key); + + /// The title. + final String title; + + /// Test list. + final List tests = []; + + /// 保存group的范围信息 + final Map groupTitle = {}; + + /// define a test. + void test(String name, FutureOr Function() fn) { + tests.add(Test(name, fn)); + } + + /// define a group test. + void group(String name, FutureOr Function() fn) { + int oldLength = tests.length; + fn(); + + int newLength = tests.length - 1; + groupTitle.addAll({name: TestLength(oldLength, newLength)}); + } + + /// Thrown an exception + void fail([String? message]) { + throw Exception(message ?? 'should fail'); + } + + @override + TestPageState createState() => TestPageState(); +} + +/// Group. +mixin Group { + /// List of tests. + List get tests { + // TODO: implement tests + throw UnimplementedError(); + } + + bool? _hasSolo; + final _tests = []; + + /// Add a test. + void add(Test test) { + if (!test.skip) { + if (test.solo) { + if (_hasSolo != true) { + _hasSolo = true; + _tests.clear(); + } + _tests.add(test); + } else if (_hasSolo != true) { + _tests.add(test); + } + } + } + + /// true if it has solo or contains item with solo feature + bool? get hasSolo => _hasSolo; +} + +class TestPageState extends State with Group { + List items = []; + + Future _run() async { + if (!mounted) { + return null; + } + + setState(() { + items.clear(); + }); + _tests.clear(); + for (var test in widget.tests) { + add(test); + } + for (var test in _tests) { + var item = Item(test.name); + contentList.add(Text(test.name, + style: const TextStyle(fontSize: 18, color: Colors.green))); + + late int position; + setState(() { + position = items.length; + items.add(item); + }); + try { + await test.fn(); + item = Item(test.name)..state = ItemState.success; + print('ohFlutter: ${test.name}, result: success'); + } catch (e, st) { + contentList.add(Text('$e, $st', + style: const TextStyle(fontSize: 18, color: Colors.red))); + print('ohFlutter: ${test.name}-error: $e, $st}'); + item = Item(test.name)..state = ItemState.failure; + } + + if (!mounted) { + return null; + } + + setState(() { + items[position] = item; + }); + } + } + + Future _runTest(int index) async { + if (!mounted) { + return null; + } + + final test = _tests[index]; + + var item = items[index]; + setState(() { + contentList = []; + item.state = ItemState.running; + }); + contentList.add(Text(test.name, + style: const TextStyle(fontSize: 18, color: Colors.green))); + try { + await test.fn(); + + item = Item(test.name)..state = ItemState.success; + print('ohFlutter: ${test.name}, result: success'); + } catch (e, st) { + contentList.add(Text('$e, $st', + style: const TextStyle(fontSize: 18, color: Colors.red))); + print('ohFlutter: ${test.name}-error: $e, $st}'); + try { + print(st); + } catch (_) {} + item = Item(test.name)..state = ItemState.failure; + } + + if (!mounted) { + return null; + } + + setState(() { + items[index] = item; + }); + showAlertDialog(context); + } + + @override + void initState() { + super.initState(); + contentList = []; + _run(); + } + + @override + Widget build(BuildContext context) { + return Scaffold( + appBar: AppBar( + title: Text(widget.title), + actions:[ + IconButton( + onPressed: () { + showAlertDialog(context); + }, + icon: const Icon(Icons.search_outlined), + ) + ] + ), + body: ListView(children: [ + ...items.asMap().keys.map((e) => _itemBuilder(context, e)).toList(), + ])); + } + + Widget _itemBuilder(BuildContext context, int index) { + final item = getItem(index); + return ItemWidget( + item: item, + index: index, + getGroupRange: () { + GroupRange data = GroupRange('', 0, 0); + widget.groupTitle.forEach((key, value) { + if (value.oldLength <= index && value.newLength >= index) { + data = GroupRange(key, value.oldLength, value.newLength); + } + }); + return data; + }, + runGroup: (start, end) async { + for (var i = start; i <= end; i++) { + await _runTest(i); + print('\n'); + } + }, + onTap: (Item item) { + _runTest(index); + } + ); + } + + Item getItem(int index) { + return items[index]; + } + + @override + List get tests => widget.tests; +} + +void expect(var testModel, var object) { + try { + testModel; + contentList.add(Text('$testModel')); + } catch (e) { + contentList.add(Text( + '$e', + style: const TextStyle(color: Colors.red), + )); + print(e.toString()); + } +} + +void showAlertDialog(BuildContext context) { + for (int i = 0; i < contentList.length; i++) { + print(contentList[i].data); + } + showDialog( + context: context, + barrierDismissible: false, + builder: (BuildContext context) { + return AlertDialog( + content: SingleChildScrollView( + child: Column( + children: contentList, + ), + ), + actions: [ + MaterialButton( + child: const Text('确定'), + onPressed: () { + Navigator.of(context).pop(); + }, + ), + ], + ); + }); +} diff --git a/ohos/flutter_term_glyph/lib/common/test_route.dart b/ohos/flutter_term_glyph/lib/common/test_route.dart new file mode 100644 index 0000000000000000000000000000000000000000..5731f3020d95f78b337e23b59973c11d857b9f75 --- /dev/null +++ b/ohos/flutter_term_glyph/lib/common/test_route.dart @@ -0,0 +1,28 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/cupertino.dart'; + +import 'base_page.dart'; + +class MainItem { + /// Main item. + MainItem(this.title, this.route); + + /// title. + String title; + + /// Page route. + Widget route; +} diff --git a/ohos/flutter_term_glyph/lib/main.dart b/ohos/flutter_term_glyph/lib/main.dart new file mode 100644 index 0000000000000000000000000000000000000000..feb6d3099dda5759690c465f6742fdc83c6f0be0 --- /dev/null +++ b/ohos/flutter_term_glyph/lib/main.dart @@ -0,0 +1,153 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'package:flutter_term_glyph/common/test_route.dart'; +import 'package:flutter_term_glyph/common/test_model_app.dart'; + +import 'rt_symbol_test.dart'; + +void main() { + + final app = [ + MainItem('symbol_test', JKSymbolTestPage("symbol_test")) + ]; + + runApp(TestModelApp( + appName: 'term_glyph', + data: app)); + //runApp(const MyApp()); + +} + +class MyApp extends StatelessWidget { + const MyApp({super.key}); + + // This widget is the root of your application. + @override + Widget build(BuildContext context) { + return MaterialApp( + title: 'Flutter Demo', + theme: ThemeData( + // This is the theme of your application. + // + // TRY THIS: Try running your application with "flutter run". You'll see + // the application has a blue toolbar. Then, without quitting the app, + // try changing the seedColor in the colorScheme below to Colors.green + // and then invoke "hot reload" (save your changes or press the "hot + // reload" button in a Flutter-supported IDE, or press "r" if you used + // the command line to start the app). + // + // Notice that the counter didn't reset back to zero; the application + // state is not lost during the reload. To reset the state, use hot + // restart instead. + // + // This works for code too, not just values: Most code changes can be + // tested with just a hot reload. + colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple), + useMaterial3: true, + ), + home: const MyHomePage(title: 'Flutter Demo Home Page'), + ); + } +} + +class MyHomePage extends StatefulWidget { + const MyHomePage({super.key, required this.title}); + + // This widget is the home page of your application. It is stateful, meaning + // that it has a State object (defined below) that contains fields that affect + // how it looks. + + // This class is the configuration for the state. It holds the values (in this + // case the title) provided by the parent (in this case the App widget) and + // used by the build method of the State. Fields in a Widget subclass are + // always marked "final". + + final String title; + + @override + State createState() => _MyHomePageState(); +} + +class _MyHomePageState extends State { + int _counter = 0; + + void _incrementCounter() { + setState(() { + // This call to setState tells the Flutter framework that something has + // changed in this State, which causes it to rerun the build method below + // so that the display can reflect the updated values. If we changed + // _counter without calling setState(), then the build method would not be + // called again, and so nothing would appear to happen. + _counter++; + }); + } + + @override + Widget build(BuildContext context) { + // This method is rerun every time setState is called, for instance as done + // by the _incrementCounter method above. + // + // The Flutter framework has been optimized to make rerunning build methods + // fast, so that you can just rebuild anything that needs updating rather + // than having to individually change instances of widgets. + return Scaffold( + appBar: AppBar( + // TRY THIS: Try changing the color here to a specific color (to + // Colors.amber, perhaps?) and trigger a hot reload to see the AppBar + // change color while the other colors stay the same. + backgroundColor: Theme.of(context).colorScheme.inversePrimary, + // Here we take the value from the MyHomePage object that was created by + // the App.build method, and use it to set our appbar title. + title: Text(widget.title), + ), + body: Center( + // Center is a layout widget. It takes a single child and positions it + // in the middle of the parent. + child: Column( + // Column is also a layout widget. It takes a list of children and + // arranges them vertically. By default, it sizes itself to fit its + // children horizontally, and tries to be as tall as its parent. + // + // Column has various properties to control how it sizes itself and + // how it positions its children. Here we use mainAxisAlignment to + // center the children vertically; the main axis here is the vertical + // axis because Columns are vertical (the cross axis would be + // horizontal). + // + // TRY THIS: Invoke "debug painting" (choose the "Toggle Debug Paint" + // action in the IDE, or press "p" in the console), to see the + // wireframe for each widget. + mainAxisAlignment: MainAxisAlignment.center, + children: [ + const Text( + 'You have pushed the button this many times:', + ), + Text( + '$_counter', + style: Theme.of(context).textTheme.headlineMedium, + ), + ], + ), + ), + floatingActionButton: FloatingActionButton( + onPressed: _incrementCounter, + tooltip: 'Increment', + child: const Icon(Icons.add), + ), // This trailing comma makes auto-formatting nicer for build methods. + ); + } +} diff --git a/ohos/flutter_term_glyph/lib/rt_symbol_test.dart b/ohos/flutter_term_glyph/lib/rt_symbol_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..858082f643c57a98161a09b0921809260abebc37 --- /dev/null +++ b/ohos/flutter_term_glyph/lib/rt_symbol_test.dart @@ -0,0 +1,79 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:term_glyph/term_glyph.dart' as glyph; +import 'package:flutter_term_glyph/common/test_page.dart'; + +class JKSymbolTestPage extends TestPage { + + static const String routeName = "/symbol_test"; + + JKSymbolTestPage(super.title, {super.key}) { + main(); + } + void main() { + group('with ascii = false', () { + //setUpAll(() { + glyph.ascii = false; + //}); + + test('glyph.topLeftCorner glyph getters return Unicode versions', () { + expect(glyph.topLeftCorner, "equals('┌')"); + expect(glyph.teeUpBold, "equals('┻')"); + expect(glyph.longLeftArrow, "equals('◀━')"); + }); + + test("glyph.glyphOrAscii('A', 'B') glyphOrAscii returns the first argument", () { + expect(glyph.glyphOrAscii('A', 'B'), "equals('A')"); + }); + + test('glyph.glyphs glyphs returns unicodeGlyphs', () { + expect(glyph.glyphs, "equals(glyph.unicodeGlyphs)"); + }); + + test('glyph.asciiGlyphs.topLeftCorner asciiGlyphs still returns ASCII characters', () { + expect(glyph.asciiGlyphs.topLeftCorner, "equals(',')"); + expect(glyph.asciiGlyphs.teeUpBold, "equals('+')"); + expect(glyph.asciiGlyphs.longLeftArrow, "equals('<=')"); + }); + }); + + group('with ascii = true', () { + //setUpAll(() { + glyph.ascii = true; + //}); + + test('glyph.topLeftCorner glyphs return ASCII versions', () { + expect(glyph.topLeftCorner, "equals(',')"); + expect(glyph.teeUpBold, "equals('+')"); + expect(glyph.longLeftArrow, "equals('<=')"); + }); + + test("glyph.glyphOrAscii('A', 'B') glyphOrAscii returns the second argument", () { + expect(glyph.glyphOrAscii('A', 'B'), "equals('B')"); + }); + + test('glyph.glyphs glyphs returns asciiGlyphs', () { + expect(glyph.glyphs," equals(glyph.asciiGlyphs)"); + }); + + test('glyph.unicodeGlyphs.topLeftCorner unicodeGlyphs still returns Unicode characters', () { + expect(glyph.unicodeGlyphs.topLeftCorner, "equals('┌')"); + expect(glyph.unicodeGlyphs.teeUpBold, "equals('┻')"); + expect(glyph.unicodeGlyphs.longLeftArrow, "equals('◀━')"); + }); + }); + } +} + diff --git a/ohos/flutter_term_glyph/ohos/.gitignore b/ohos/flutter_term_glyph/ohos/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..fbabf771011fe78f9919db0b1195ab6cadffc2b0 --- /dev/null +++ b/ohos/flutter_term_glyph/ohos/.gitignore @@ -0,0 +1,11 @@ +/node_modules +/oh_modules +/local.properties +/.idea +**/build +/.hvigor +.cxx +/.clangd +/.clang-format +/.clang-tidy +**/.test \ No newline at end of file diff --git a/ohos/flutter_term_glyph/ohos/AppScope/app.json5 b/ohos/flutter_term_glyph/ohos/AppScope/app.json5 new file mode 100644 index 0000000000000000000000000000000000000000..df2e0c8b8f9da590d7a77d890bcaf504b9d2dd62 --- /dev/null +++ b/ohos/flutter_term_glyph/ohos/AppScope/app.json5 @@ -0,0 +1,24 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "app": { + "bundleName": "com.example.flutter_term_glyph", + "vendor": "example", + "versionCode": 1000000, + "versionName": "1.0.0", + "icon": "$media:app_icon", + "label": "$string:app_name" + } +} diff --git a/ohos/flutter_term_glyph/ohos/AppScope/resources/base/element/string.json b/ohos/flutter_term_glyph/ohos/AppScope/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..9a55ad32fd761513f1efc0f1db456194c57a5624 --- /dev/null +++ b/ohos/flutter_term_glyph/ohos/AppScope/resources/base/element/string.json @@ -0,0 +1,8 @@ +{ + "string": [ + { + "name": "app_name", + "value": "flutter_term_glyph" + } + ] +} diff --git a/ohos/flutter_term_glyph/ohos/AppScope/resources/base/media/app_icon.png b/ohos/flutter_term_glyph/ohos/AppScope/resources/base/media/app_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_term_glyph/ohos/AppScope/resources/base/media/app_icon.png differ diff --git a/ohos/flutter_term_glyph/ohos/build-profile.json5 b/ohos/flutter_term_glyph/ohos/build-profile.json5 new file mode 100644 index 0000000000000000000000000000000000000000..90f062064c4316a150e819d08c903325766ef8c3 --- /dev/null +++ b/ohos/flutter_term_glyph/ohos/build-profile.json5 @@ -0,0 +1,44 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "app": { + "signingConfigs": [ + ], + "products": [ + { + "name": "default", + "signingConfig": "default", + "compileSdkVersion": "4.0.0(10)", + "compatibleSdkVersion": "4.0.0(10)", + "runtimeOS": "HarmonyOS", + } + ] + }, + "modules": [ + { + "name": "entry", + "srcPath": "./entry", + "targets": [ + { + "name": "default", + "applyToProducts": [ + "default" + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_term_glyph/ohos/dependencies/hvigor-3.0.9-s.tgz b/ohos/flutter_term_glyph/ohos/dependencies/hvigor-3.0.9-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..65b0d24f94d2aecc1099f8f8220beec695bfb779 Binary files /dev/null and b/ohos/flutter_term_glyph/ohos/dependencies/hvigor-3.0.9-s.tgz differ diff --git a/ohos/flutter_term_glyph/ohos/dependencies/hvigor-ohos-arkui-x-plugin-2.1.7-s.tgz b/ohos/flutter_term_glyph/ohos/dependencies/hvigor-ohos-arkui-x-plugin-2.1.7-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..233a449cbfef6be702d861744254dd89ce633fb7 Binary files /dev/null and b/ohos/flutter_term_glyph/ohos/dependencies/hvigor-ohos-arkui-x-plugin-2.1.7-s.tgz differ diff --git a/ohos/flutter_term_glyph/ohos/dependencies/hvigor-ohos-plugin-3.0.9-s.tgz b/ohos/flutter_term_glyph/ohos/dependencies/hvigor-ohos-plugin-3.0.9-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..e2e499e18dfcd05e1e275579d11697640eb80323 Binary files /dev/null and b/ohos/flutter_term_glyph/ohos/dependencies/hvigor-ohos-plugin-3.0.9-s.tgz differ diff --git a/ohos/flutter_term_glyph/ohos/dependencies/rollup.tgz b/ohos/flutter_term_glyph/ohos/dependencies/rollup.tgz new file mode 100644 index 0000000000000000000000000000000000000000..b224a37a5f69fd22f58c7a28151742eafe7e6317 Binary files /dev/null and b/ohos/flutter_term_glyph/ohos/dependencies/rollup.tgz differ diff --git a/ohos/flutter_term_glyph/ohos/dta/icudtl.dat b/ohos/flutter_term_glyph/ohos/dta/icudtl.dat new file mode 100644 index 0000000000000000000000000000000000000000..d1f10917ab52e3ebd251abd7f5377d7196b80d67 Binary files /dev/null and b/ohos/flutter_term_glyph/ohos/dta/icudtl.dat differ diff --git a/ohos/flutter_term_glyph/ohos/entry/.gitignore b/ohos/flutter_term_glyph/ohos/entry/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..2795a1c5b1fe53659dd1b71d90ba0592eaf7e043 --- /dev/null +++ b/ohos/flutter_term_glyph/ohos/entry/.gitignore @@ -0,0 +1,7 @@ + +/node_modules +/oh_modules +/.preview +/build +/.cxx +/.test \ No newline at end of file diff --git a/ohos/flutter_term_glyph/ohos/entry/build-profile.json5 b/ohos/flutter_term_glyph/ohos/entry/build-profile.json5 new file mode 100644 index 0000000000000000000000000000000000000000..633d360fbc91a3186a23b66ab71b27e5618944cb --- /dev/null +++ b/ohos/flutter_term_glyph/ohos/entry/build-profile.json5 @@ -0,0 +1,29 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "apiType": 'stageMode', + "buildOption": { + }, + "targets": [ + { + "name": "default", + "runtimeOS": "HarmonyOS" + }, + { + "name": "ohosTest", + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_term_glyph/ohos/entry/hvigorfile.ts b/ohos/flutter_term_glyph/ohos/entry/hvigorfile.ts new file mode 100644 index 0000000000000000000000000000000000000000..894fc15c6b793f085e6c8506e43d719af658e8ff --- /dev/null +++ b/ohos/flutter_term_glyph/ohos/entry/hvigorfile.ts @@ -0,0 +1,17 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently. +export { hapTasks } from '@ohos/hvigor-ohos-plugin'; diff --git a/ohos/flutter_term_glyph/ohos/entry/libs/arm64-v8a/libc++_shared.so b/ohos/flutter_term_glyph/ohos/entry/libs/arm64-v8a/libc++_shared.so new file mode 100644 index 0000000000000000000000000000000000000000..831c9353702073d45889352a4dafb93103d67d20 Binary files /dev/null and b/ohos/flutter_term_glyph/ohos/entry/libs/arm64-v8a/libc++_shared.so differ diff --git a/ohos/flutter_term_glyph/ohos/entry/libs/arm64-v8a/libflutter.so b/ohos/flutter_term_glyph/ohos/entry/libs/arm64-v8a/libflutter.so new file mode 100644 index 0000000000000000000000000000000000000000..8ff0d04141a776e448478791df1e2a1c3aa7c5c4 Binary files /dev/null and b/ohos/flutter_term_glyph/ohos/entry/libs/arm64-v8a/libflutter.so differ diff --git a/ohos/flutter_term_glyph/ohos/entry/oh-package.json5 b/ohos/flutter_term_glyph/ohos/entry/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..2529e5ac9dc8fafbb4de22bd802094b5bee73d5d --- /dev/null +++ b/ohos/flutter_term_glyph/ohos/entry/oh-package.json5 @@ -0,0 +1,26 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "license": "", + "devDependencies": {}, + "author": "", + "name": "entry", + "description": "Please describe the basic information.", + "main": "", + "version": "1.0.0", + "dependencies": { + "@ohos/flutter_ohos": "file:../har/flutter_embedding.har" + } +} diff --git a/ohos/flutter_term_glyph/ohos/entry/src/main/ets/entryability/EntryAbility.ets b/ohos/flutter_term_glyph/ohos/entry/src/main/ets/entryability/EntryAbility.ets new file mode 100644 index 0000000000000000000000000000000000000000..321a4eeaacd7b8079a876e25c4dafd498e4d9fb9 --- /dev/null +++ b/ohos/flutter_term_glyph/ohos/entry/src/main/ets/entryability/EntryAbility.ets @@ -0,0 +1,22 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import { FlutterAbility } from '@ohos/flutter_ohos' + +export default class EntryAbility extends FlutterAbility { + onFlutterEngineReady(): void { + super.onFlutterEngineReady() + } +} diff --git a/ohos/flutter_term_glyph/ohos/entry/src/main/ets/pages/Index.ets b/ohos/flutter_term_glyph/ohos/entry/src/main/ets/pages/Index.ets new file mode 100644 index 0000000000000000000000000000000000000000..b53a20c437e96d195487b281e5e95402ea6cb97d --- /dev/null +++ b/ohos/flutter_term_glyph/ohos/entry/src/main/ets/pages/Index.ets @@ -0,0 +1,36 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import common from '@ohos.app.ability.common'; +import { FlutterPage } from '@ohos/flutter_ohos' + +const EVENT_BACK_PRESS = 'EVENT_BACK_PRESS' + +@Entry +@Component +struct Index { + private context = getContext(this) as common.UIAbilityContext + + build() { + Column() { + FlutterPage() + } + } + + onBackPress(): boolean { + this.context.eventHub.emit(EVENT_BACK_PRESS) + return true + } +} \ No newline at end of file diff --git a/ohos/flutter_term_glyph/ohos/entry/src/main/module.json5 b/ohos/flutter_term_glyph/ohos/entry/src/main/module.json5 new file mode 100644 index 0000000000000000000000000000000000000000..7bbf78b18f39991b1404061c7437538c7d532bb7 --- /dev/null +++ b/ohos/flutter_term_glyph/ohos/entry/src/main/module.json5 @@ -0,0 +1,53 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +{ + "module": { + "name": "entry", + "type": "entry", + "description": "$string:module_desc", + "mainElement": "EntryAbility", + "deviceTypes": [ + "phone" + ], + "deliveryWithInstall": true, + "installationFree": false, + "pages": "$profile:main_pages", + "abilities": [ + { + "name": "EntryAbility", + "srcEntry": "./ets/entryability/EntryAbility.ets", + "description": "$string:EntryAbility_desc", + "icon": "$media:icon", + "label": "$string:EntryAbility_label", + "startWindowIcon": "$media:icon", + "startWindowBackground": "$color:start_window_background", + "exported": true, + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ] + } + ], + "requestPermissions": [ + {"name" : "ohos.permission.INTERNET"}, + ] + } +} \ No newline at end of file diff --git a/ohos/flutter_term_glyph/ohos/entry/src/main/resources/base/element/color.json b/ohos/flutter_term_glyph/ohos/entry/src/main/resources/base/element/color.json new file mode 100644 index 0000000000000000000000000000000000000000..3c712962da3c2751c2b9ddb53559afcbd2b54a02 --- /dev/null +++ b/ohos/flutter_term_glyph/ohos/entry/src/main/resources/base/element/color.json @@ -0,0 +1,8 @@ +{ + "color": [ + { + "name": "start_window_background", + "value": "#FFFFFF" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_term_glyph/ohos/entry/src/main/resources/base/element/string.json b/ohos/flutter_term_glyph/ohos/entry/src/main/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..f94595515a99e0c828807e243494f57f09251930 --- /dev/null +++ b/ohos/flutter_term_glyph/ohos/entry/src/main/resources/base/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "module description" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_term_glyph/ohos/entry/src/main/resources/base/media/icon.png b/ohos/flutter_term_glyph/ohos/entry/src/main/resources/base/media/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_term_glyph/ohos/entry/src/main/resources/base/media/icon.png differ diff --git a/ohos/flutter_term_glyph/ohos/entry/src/main/resources/base/profile/main_pages.json b/ohos/flutter_term_glyph/ohos/entry/src/main/resources/base/profile/main_pages.json new file mode 100644 index 0000000000000000000000000000000000000000..1898d94f58d6128ab712be2c68acc7c98e9ab9ce --- /dev/null +++ b/ohos/flutter_term_glyph/ohos/entry/src/main/resources/base/profile/main_pages.json @@ -0,0 +1,5 @@ +{ + "src": [ + "pages/Index" + ] +} diff --git a/ohos/flutter_term_glyph/ohos/entry/src/main/resources/en_US/element/string.json b/ohos/flutter_term_glyph/ohos/entry/src/main/resources/en_US/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..f94595515a99e0c828807e243494f57f09251930 --- /dev/null +++ b/ohos/flutter_term_glyph/ohos/entry/src/main/resources/en_US/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "module description" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_term_glyph/ohos/entry/src/main/resources/zh_CN/element/string.json b/ohos/flutter_term_glyph/ohos/entry/src/main/resources/zh_CN/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..597ecf95e61d7e30367c22fe2f8638008361b044 --- /dev/null +++ b/ohos/flutter_term_glyph/ohos/entry/src/main/resources/zh_CN/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "模块描述" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_term_glyph/ohos/entry/src/ohosTest/ets/test/Ability.test.ets b/ohos/flutter_term_glyph/ohos/entry/src/ohosTest/ets/test/Ability.test.ets new file mode 100644 index 0000000000000000000000000000000000000000..25d4c71ff3cd584f5d64f6f8c0ac864928c234c4 --- /dev/null +++ b/ohos/flutter_term_glyph/ohos/entry/src/ohosTest/ets/test/Ability.test.ets @@ -0,0 +1,50 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; +import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium' + +export default function abilityTest() { + describe('ActsAbilityTest', function () { + // Defines a test suite. Two parameters are supported: test suite name and test suite function. + beforeAll(function () { + // Presets an action, which is performed only once before all test cases of the test suite start. + // This API supports only one parameter: preset action function. + }) + beforeEach(function () { + // Presets an action, which is performed before each unit test case starts. + // The number of execution times is the same as the number of test cases defined by **it**. + // This API supports only one parameter: preset action function. + }) + afterEach(function () { + // Presets a clear action, which is performed after each unit test case ends. + // The number of execution times is the same as the number of test cases defined by **it**. + // This API supports only one parameter: clear action function. + }) + afterAll(function () { + // Presets a clear action, which is performed after all test cases of the test suite end. + // This API supports only one parameter: clear action function. + }) + it('assertContain',0, function () { + // Defines a test case. This API supports three parameters: test case name, filter parameter, and test case function. + hilog.info(0x0000, 'testTag', '%{public}s', 'it begin'); + let a = 'abc' + let b = 'b' + // Defines a variety of assertion methods, which are used to declare expected boolean conditions. + expect(a).assertContain(b) + expect(a).assertEqual(a) + }) + }) +} \ No newline at end of file diff --git a/ohos/flutter_term_glyph/ohos/entry/src/ohosTest/ets/test/List.test.ets b/ohos/flutter_term_glyph/ohos/entry/src/ohosTest/ets/test/List.test.ets new file mode 100644 index 0000000000000000000000000000000000000000..f4140030e65d20df6af30a6bf51e464dea8f8aa6 --- /dev/null +++ b/ohos/flutter_term_glyph/ohos/entry/src/ohosTest/ets/test/List.test.ets @@ -0,0 +1,20 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import abilityTest from './Ability.test' + +export default function testsuite() { + abilityTest() +} \ No newline at end of file diff --git a/ohos/flutter_term_glyph/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets b/ohos/flutter_term_glyph/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets new file mode 100644 index 0000000000000000000000000000000000000000..4ca645e6013cfce8e7dbb728313cb8840c4da660 --- /dev/null +++ b/ohos/flutter_term_glyph/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets @@ -0,0 +1,63 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import UIAbility from '@ohos.app.ability.UIAbility'; +import AbilityDelegatorRegistry from '@ohos.app.ability.abilityDelegatorRegistry'; +import hilog from '@ohos.hilog'; +import { Hypium } from '@ohos/hypium'; +import testsuite from '../test/List.test'; +import window from '@ohos.window'; + +export default class TestAbility extends UIAbility { + onCreate(want, launchParam) { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onCreate'); + hilog.info(0x0000, 'testTag', '%{public}s', 'want param:' + JSON.stringify(want) ?? ''); + hilog.info(0x0000, 'testTag', '%{public}s', 'launchParam:'+ JSON.stringify(launchParam) ?? ''); + var abilityDelegator: any + abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator() + var abilityDelegatorArguments: any + abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments() + hilog.info(0x0000, 'testTag', '%{public}s', 'start run testcase!!!'); + Hypium.hypiumTest(abilityDelegator, abilityDelegatorArguments, testsuite) + } + + onDestroy() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onDestroy'); + } + + onWindowStageCreate(windowStage: window.WindowStage) { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onWindowStageCreate'); + windowStage.loadContent('testability/pages/Index', (err, data) => { + if (err.code) { + hilog.error(0x0000, 'testTag', 'Failed to load the content. Cause: %{public}s', JSON.stringify(err) ?? ''); + return; + } + hilog.info(0x0000, 'testTag', 'Succeeded in loading the content. Data: %{public}s', + JSON.stringify(data) ?? ''); + }); + } + + onWindowStageDestroy() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onWindowStageDestroy'); + } + + onForeground() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onForeground'); + } + + onBackground() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onBackground'); + } +} \ No newline at end of file diff --git a/ohos/flutter_term_glyph/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets b/ohos/flutter_term_glyph/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets new file mode 100644 index 0000000000000000000000000000000000000000..cef0447cd2f137ef82d223ead2e156808878ab90 --- /dev/null +++ b/ohos/flutter_term_glyph/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets @@ -0,0 +1,49 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; + +@Entry +@Component +struct Index { + aboutToAppear() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility index aboutToAppear'); + } + @State message: string = 'Hello World' + build() { + Row() { + Column() { + Text(this.message) + .fontSize(50) + .fontWeight(FontWeight.Bold) + Button() { + Text('next page') + .fontSize(20) + .fontWeight(FontWeight.Bold) + }.type(ButtonType.Capsule) + .margin({ + top: 20 + }) + .backgroundColor('#0D9FFB') + .width('35%') + .height('5%') + .onClick(()=>{ + }) + } + .width('100%') + } + .height('100%') + } + } \ No newline at end of file diff --git a/ohos/flutter_term_glyph/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts b/ohos/flutter_term_glyph/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts new file mode 100644 index 0000000000000000000000000000000000000000..1def08f2e9dcbfa3454a07b7a3b82b173bb90d02 --- /dev/null +++ b/ohos/flutter_term_glyph/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts @@ -0,0 +1,64 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; +import TestRunner from '@ohos.application.testRunner'; +import AbilityDelegatorRegistry from '@ohos.app.ability.abilityDelegatorRegistry'; + +var abilityDelegator = undefined +var abilityDelegatorArguments = undefined + +async function onAbilityCreateCallback() { + hilog.info(0x0000, 'testTag', '%{public}s', 'onAbilityCreateCallback'); +} + +async function addAbilityMonitorCallback(err: any) { + hilog.info(0x0000, 'testTag', 'addAbilityMonitorCallback : %{public}s', JSON.stringify(err) ?? ''); +} + +export default class OpenHarmonyTestRunner implements TestRunner { + constructor() { + } + + onPrepare() { + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner OnPrepare '); + } + + async onRun() { + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner onRun run'); + abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments() + abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator() + var testAbilityName = abilityDelegatorArguments.bundleName + '.TestAbility' + let lMonitor = { + abilityName: testAbilityName, + onAbilityCreate: onAbilityCreateCallback, + }; + abilityDelegator.addAbilityMonitor(lMonitor, addAbilityMonitorCallback) + var cmd = 'aa start -d 0 -a TestAbility' + ' -b ' + abilityDelegatorArguments.bundleName + var debug = abilityDelegatorArguments.parameters['-D'] + if (debug == 'true') + { + cmd += ' -D' + } + hilog.info(0x0000, 'testTag', 'cmd : %{public}s', cmd); + abilityDelegator.executeShellCommand(cmd, + (err: any, d: any) => { + hilog.info(0x0000, 'testTag', 'executeShellCommand : err : %{public}s', JSON.stringify(err) ?? ''); + hilog.info(0x0000, 'testTag', 'executeShellCommand : data : %{public}s', d.stdResult ?? ''); + hilog.info(0x0000, 'testTag', 'executeShellCommand : data : %{public}s', d.exitCode ?? ''); + }) + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner onRun end'); + } +} \ No newline at end of file diff --git a/ohos/flutter_term_glyph/ohos/entry/src/ohosTest/module.json5 b/ohos/flutter_term_glyph/ohos/entry/src/ohosTest/module.json5 new file mode 100644 index 0000000000000000000000000000000000000000..fab77ce2e0c61e3ad010bab5b27ccbd15f9a8c96 --- /dev/null +++ b/ohos/flutter_term_glyph/ohos/entry/src/ohosTest/module.json5 @@ -0,0 +1,51 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "module": { + "name": "entry_test", + "type": "feature", + "description": "$string:module_test_desc", + "mainElement": "TestAbility", + "deviceTypes": [ + "phone" + ], + "deliveryWithInstall": true, + "installationFree": false, + "pages": "$profile:test_pages", + "abilities": [ + { + "name": "TestAbility", + "srcEntry": "./ets/testability/TestAbility.ets", + "description": "$string:TestAbility_desc", + "icon": "$media:icon", + "label": "$string:TestAbility_label", + "exported": true, + "startWindowIcon": "$media:icon", + "startWindowBackground": "$color:start_window_background", + "skills": [ + { + "actions": [ + "action.system.home" + ], + "entities": [ + "entity.system.home" + ] + } + ] + } + ] + } +} diff --git a/ohos/flutter_term_glyph/ohos/entry/src/ohosTest/resources/base/element/color.json b/ohos/flutter_term_glyph/ohos/entry/src/ohosTest/resources/base/element/color.json new file mode 100644 index 0000000000000000000000000000000000000000..3c712962da3c2751c2b9ddb53559afcbd2b54a02 --- /dev/null +++ b/ohos/flutter_term_glyph/ohos/entry/src/ohosTest/resources/base/element/color.json @@ -0,0 +1,8 @@ +{ + "color": [ + { + "name": "start_window_background", + "value": "#FFFFFF" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_term_glyph/ohos/entry/src/ohosTest/resources/base/element/string.json b/ohos/flutter_term_glyph/ohos/entry/src/ohosTest/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..65d8fa5a7cf54aa3943dcd0214f58d1771bc1f6c --- /dev/null +++ b/ohos/flutter_term_glyph/ohos/entry/src/ohosTest/resources/base/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_test_desc", + "value": "test ability description" + }, + { + "name": "TestAbility_desc", + "value": "the test ability" + }, + { + "name": "TestAbility_label", + "value": "test label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_term_glyph/ohos/entry/src/ohosTest/resources/base/media/icon.png b/ohos/flutter_term_glyph/ohos/entry/src/ohosTest/resources/base/media/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_term_glyph/ohos/entry/src/ohosTest/resources/base/media/icon.png differ diff --git a/ohos/flutter_term_glyph/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json b/ohos/flutter_term_glyph/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json new file mode 100644 index 0000000000000000000000000000000000000000..b7e7343cacb32ce982a45e76daad86e435e054fe --- /dev/null +++ b/ohos/flutter_term_glyph/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json @@ -0,0 +1,5 @@ +{ + "src": [ + "testability/pages/Index" + ] +} diff --git a/ohos/flutter_term_glyph/ohos/har/flutter_embedding.har b/ohos/flutter_term_glyph/ohos/har/flutter_embedding.har new file mode 100644 index 0000000000000000000000000000000000000000..d8e07ca297de2100ce605f8af1126daf6eeb5d8f Binary files /dev/null and b/ohos/flutter_term_glyph/ohos/har/flutter_embedding.har differ diff --git a/ohos/flutter_term_glyph/ohos/har/har_product/flutter_embedding.har.debug.10 b/ohos/flutter_term_glyph/ohos/har/har_product/flutter_embedding.har.debug.10 new file mode 100644 index 0000000000000000000000000000000000000000..d8e07ca297de2100ce605f8af1126daf6eeb5d8f Binary files /dev/null and b/ohos/flutter_term_glyph/ohos/har/har_product/flutter_embedding.har.debug.10 differ diff --git a/ohos/flutter_term_glyph/ohos/har/har_product/flutter_embedding.har.debug.9 b/ohos/flutter_term_glyph/ohos/har/har_product/flutter_embedding.har.debug.9 new file mode 100644 index 0000000000000000000000000000000000000000..f0df4ca0064821178bf4254b16e8d23d873827da Binary files /dev/null and b/ohos/flutter_term_glyph/ohos/har/har_product/flutter_embedding.har.debug.9 differ diff --git a/ohos/flutter_term_glyph/ohos/har/har_product/flutter_embedding.har.release.10 b/ohos/flutter_term_glyph/ohos/har/har_product/flutter_embedding.har.release.10 new file mode 100644 index 0000000000000000000000000000000000000000..da9b320a09600f678975b827160441e46144bf08 Binary files /dev/null and b/ohos/flutter_term_glyph/ohos/har/har_product/flutter_embedding.har.release.10 differ diff --git a/ohos/flutter_term_glyph/ohos/har/har_product/flutter_embedding.har.release.9 b/ohos/flutter_term_glyph/ohos/har/har_product/flutter_embedding.har.release.9 new file mode 100644 index 0000000000000000000000000000000000000000..ba52754a80826e5614438b3faf931ed2f487eaab Binary files /dev/null and b/ohos/flutter_term_glyph/ohos/har/har_product/flutter_embedding.har.release.9 differ diff --git a/ohos/flutter_term_glyph/ohos/har/har_product/libflutter.so.debug.10 b/ohos/flutter_term_glyph/ohos/har/har_product/libflutter.so.debug.10 new file mode 100644 index 0000000000000000000000000000000000000000..8ff0d04141a776e448478791df1e2a1c3aa7c5c4 Binary files /dev/null and b/ohos/flutter_term_glyph/ohos/har/har_product/libflutter.so.debug.10 differ diff --git a/ohos/flutter_term_glyph/ohos/har/har_product/libflutter.so.release.10 b/ohos/flutter_term_glyph/ohos/har/har_product/libflutter.so.release.10 new file mode 100644 index 0000000000000000000000000000000000000000..7cdf26180489e807496f02cd4736425b4ad42845 Binary files /dev/null and b/ohos/flutter_term_glyph/ohos/har/har_product/libflutter.so.release.10 differ diff --git a/ohos/flutter_term_glyph/ohos/hvigor/hvigor-config.json5 b/ohos/flutter_term_glyph/ohos/hvigor/hvigor-config.json5 new file mode 100644 index 0000000000000000000000000000000000000000..f7134a9410f2892e0e2bd8bdf85c3dbfa3ccca49 --- /dev/null +++ b/ohos/flutter_term_glyph/ohos/hvigor/hvigor-config.json5 @@ -0,0 +1,23 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "hvigorVersion": "file:../dependencies/hvigor-3.0.9-s.tgz", + "dependencies": { + "@ohos/hvigor-ohos-plugin": "file:../dependencies/hvigor-ohos-plugin-3.0.9-s.tgz", + "rollup": "file:../dependencies/rollup.tgz", + } +} + diff --git a/ohos/flutter_term_glyph/ohos/hvigor/hvigor-wrapper.js b/ohos/flutter_term_glyph/ohos/hvigor/hvigor-wrapper.js new file mode 100644 index 0000000000000000000000000000000000000000..0483791f85b568d236d0ed928334db46e067a8aa --- /dev/null +++ b/ohos/flutter_term_glyph/ohos/hvigor/hvigor-wrapper.js @@ -0,0 +1,16 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +"use strict";var e=require("fs"),t=require("path"),n=require("os"),r=require("crypto"),u=require("child_process"),o=require("constants"),i=require("stream"),s=require("util"),c=require("assert"),a=require("tty"),l=require("zlib"),f=require("net");function d(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var D=d(e),p=d(t),E=d(n),m=d(r),h=d(u),y=d(o),C=d(i),F=d(s),g=d(c),A=d(a),v=d(l),S=d(f),w="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},O={},b={},_={},B=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(_,"__esModule",{value:!0}),_.isMac=_.isLinux=_.isWindows=void 0;const P=B(E.default),k="Windows_NT",x="Linux",N="Darwin";_.isWindows=function(){return P.default.type()===k},_.isLinux=function(){return P.default.type()===x},_.isMac=function(){return P.default.type()===N};var I={},T=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),R=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),M=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&T(t,e,n);return R(t,e),t};Object.defineProperty(I,"__esModule",{value:!0}),I.hash=void 0;const L=M(m.default);I.hash=function(e,t="md5"){return L.createHash(t).update(e,"utf-8").digest("hex")},function(e){var t=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var u in e)"default"!==u&&Object.prototype.hasOwnProperty.call(e,u)&&t(r,e,u);return n(r,e),r};Object.defineProperty(e,"__esModule",{value:!0}),e.HVIGOR_BOOT_JS_FILE_PATH=e.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH=e.HVIGOR_PROJECT_DEPENDENCIES_HOME=e.HVIGOR_PROJECT_WRAPPER_HOME=e.HVIGOR_PROJECT_NAME=e.HVIGOR_PROJECT_ROOT_DIR=e.HVIGOR_PROJECT_CACHES_HOME=e.HVIGOR_PNPM_STORE_PATH=e.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH=e.HVIGOR_WRAPPER_TOOLS_HOME=e.HVIGOR_USER_HOME=e.DEFAULT_PACKAGE_JSON=e.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME=e.PNPM=e.HVIGOR=e.NPM_TOOL=e.PNPM_TOOL=e.HVIGOR_ENGINE_PACKAGE_NAME=void 0;const u=r(p.default),o=r(E.default),i=_,s=I;e.HVIGOR_ENGINE_PACKAGE_NAME="@ohos/hvigor",e.PNPM_TOOL=(0,i.isWindows)()?"pnpm.cmd":"pnpm",e.NPM_TOOL=(0,i.isWindows)()?"npm.cmd":"npm",e.HVIGOR="hvigor",e.PNPM="pnpm",e.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME="hvigor-config.json5",e.DEFAULT_PACKAGE_JSON="package.json",e.HVIGOR_USER_HOME=u.resolve(o.homedir(),".hvigor"),e.HVIGOR_WRAPPER_TOOLS_HOME=u.resolve(e.HVIGOR_USER_HOME,"wrapper","tools"),e.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH=u.resolve(e.HVIGOR_WRAPPER_TOOLS_HOME,"node_modules",".bin",e.PNPM_TOOL),e.HVIGOR_PNPM_STORE_PATH=u.resolve(e.HVIGOR_USER_HOME,"caches"),e.HVIGOR_PROJECT_CACHES_HOME=u.resolve(e.HVIGOR_USER_HOME,"project_caches"),e.HVIGOR_PROJECT_ROOT_DIR=process.cwd(),e.HVIGOR_PROJECT_NAME=u.basename((0,s.hash)(e.HVIGOR_PROJECT_ROOT_DIR)),e.HVIGOR_PROJECT_WRAPPER_HOME=u.resolve(e.HVIGOR_PROJECT_ROOT_DIR,e.HVIGOR),e.HVIGOR_PROJECT_DEPENDENCIES_HOME=u.resolve(e.HVIGOR_PROJECT_CACHES_HOME,e.HVIGOR_PROJECT_NAME,"workspace"),e.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH=u.resolve(e.HVIGOR_PROJECT_DEPENDENCIES_HOME,e.DEFAULT_PACKAGE_JSON),e.HVIGOR_BOOT_JS_FILE_PATH=u.resolve(e.HVIGOR_PROJECT_DEPENDENCIES_HOME,"node_modules","@ohos","hvigor","bin","hvigor.js")}(b);var j={},$={};Object.defineProperty($,"__esModule",{value:!0}),$.logInfoPrintConsole=$.logErrorAndExit=void 0,$.logErrorAndExit=function(e){e instanceof Error?console.error(e.message):console.error(e),process.exit(-1)},$.logInfoPrintConsole=function(e){console.log(e)};var H=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),J=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),G=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&H(t,e,n);return J(t,e),t},V=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(j,"__esModule",{value:!0}),j.isFileExists=j.offlinePluginConversion=j.executeCommand=j.getNpmPath=j.hasNpmPackInPaths=void 0;const U=h.default,W=G(p.default),z=b,K=$,q=V(D.default);j.hasNpmPackInPaths=function(e,t){try{return require.resolve(e,{paths:[...t]}),!0}catch(e){return!1}},j.getNpmPath=function(){const e=process.execPath;return W.join(W.dirname(e),z.NPM_TOOL)},j.executeCommand=function(e,t,n){0!==(0,U.spawnSync)(e,t,n).status&&(0,K.logErrorAndExit)(`Error: ${e} ${t} execute failed.See above for details.`)},j.offlinePluginConversion=function(e,t){return t.startsWith("file:")||t.endsWith(".tgz")?W.resolve(e,z.HVIGOR,t.replace("file:","")):t},j.isFileExists=function(e){return q.default.existsSync(e)&&q.default.statSync(e).isFile()},function(e){var t=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var u in e)"default"!==u&&Object.prototype.hasOwnProperty.call(e,u)&&t(r,e,u);return n(r,e),r},u=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(e,"__esModule",{value:!0}),e.executeInstallPnpm=e.isPnpmAvailable=e.environmentHandler=e.checkNpmConifg=e.PNPM_VERSION=void 0;const o=r(D.default),i=b,s=j,c=r(p.default),a=$,l=h.default,f=u(E.default);e.PNPM_VERSION="7.30.0",e.checkNpmConifg=function(){const e=c.resolve(i.HVIGOR_PROJECT_ROOT_DIR,".npmrc"),t=c.resolve(f.default.homedir(),".npmrc");if((0,s.isFileExists)(e)||(0,s.isFileExists)(t))return;const n=(0,s.getNpmPath)(),r=(0,l.spawnSync)(n,["config","get","prefix"],{cwd:i.HVIGOR_PROJECT_ROOT_DIR});if(0!==r.status||!r.stdout)return void(0,a.logErrorAndExit)("Error: The hvigor depends on the npmrc file. Configure the npmrc file first.");const u=c.resolve(`${r.stdout}`.replace(/[\r\n]/gi,""),".npmrc");(0,s.isFileExists)(u)||(0,a.logErrorAndExit)("Error: The hvigor depends on the npmrc file. Configure the npmrc file first.")},e.environmentHandler=function(){process.env["npm_config_update-notifier"]="false"},e.isPnpmAvailable=function(){return!!o.existsSync(i.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH)&&(0,s.hasNpmPackInPaths)("pnpm",[i.HVIGOR_WRAPPER_TOOLS_HOME])},e.executeInstallPnpm=function(){(0,a.logInfoPrintConsole)(`Installing pnpm@${e.PNPM_VERSION}...`);const t=(0,s.getNpmPath)();!function(){const t=c.resolve(i.HVIGOR_WRAPPER_TOOLS_HOME,i.DEFAULT_PACKAGE_JSON);try{o.existsSync(i.HVIGOR_WRAPPER_TOOLS_HOME)||o.mkdirSync(i.HVIGOR_WRAPPER_TOOLS_HOME,{recursive:!0});const n={dependencies:{}};n.dependencies[i.PNPM]=e.PNPM_VERSION,o.writeFileSync(t,JSON.stringify(n))}catch(e){(0,a.logErrorAndExit)(`Error: EPERM: operation not permitted,create ${t} failed.`)}}(),(0,s.executeCommand)(t,["install","pnpm"],{cwd:i.HVIGOR_WRAPPER_TOOLS_HOME,stdio:["inherit","inherit","inherit"],env:process.env}),(0,a.logInfoPrintConsole)("Pnpm install success.")}}(O);var Y={},X={},Z={},Q={};Object.defineProperty(Q,"__esModule",{value:!0}),Q.Unicode=void 0;class ee{}Q.Unicode=ee,ee.Space_Separator=/[\u1680\u2000-\u200A\u202F\u205F\u3000]/,ee.ID_Start=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]/,ee.ID_Continue=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF9\u1D00-\u1DF9\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDE00-\uDE3E\uDE47\uDE50-\uDE83\uDE86-\uDE99\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/,Object.defineProperty(Z,"__esModule",{value:!0}),Z.JudgeUtil=void 0;const te=Q;Z.JudgeUtil=class{static isIgnoreChar(e){return"string"==typeof e&&("\t"===e||"\v"===e||"\f"===e||" "===e||" "===e||"\ufeff"===e||"\n"===e||"\r"===e||"\u2028"===e||"\u2029"===e)}static isSpaceSeparator(e){return"string"==typeof e&&te.Unicode.Space_Separator.test(e)}static isIdStartChar(e){return"string"==typeof e&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||"$"===e||"_"===e||te.Unicode.ID_Start.test(e))}static isIdContinueChar(e){return"string"==typeof e&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||e>="0"&&e<="9"||"$"===e||"_"===e||"‌"===e||"‍"===e||te.Unicode.ID_Continue.test(e))}static isDigitWithoutZero(e){return/[1-9]/.test(e)}static isDigit(e){return"string"==typeof e&&/[0-9]/.test(e)}static isHexDigit(e){return"string"==typeof e&&/[0-9A-Fa-f]/.test(e)}};var ne={},re={fromCallback:function(e){return Object.defineProperty((function(...t){if("function"!=typeof t[t.length-1])return new Promise(((n,r)=>{e.call(this,...t,((e,t)=>null!=e?r(e):n(t)))}));e.apply(this,t)}),"name",{value:e.name})},fromPromise:function(e){return Object.defineProperty((function(...t){const n=t[t.length-1];if("function"!=typeof n)return e.apply(this,t);e.apply(this,t.slice(0,-1)).then((e=>n(null,e)),n)}),"name",{value:e.name})}},ue=y.default,oe=process.cwd,ie=null,se=process.env.GRACEFUL_FS_PLATFORM||process.platform;process.cwd=function(){return ie||(ie=oe.call(process)),ie};try{process.cwd()}catch(e){}if("function"==typeof process.chdir){var ce=process.chdir;process.chdir=function(e){ie=null,ce.call(process,e)},Object.setPrototypeOf&&Object.setPrototypeOf(process.chdir,ce)}var ae=function(e){ue.hasOwnProperty("O_SYMLINK")&&process.version.match(/^v0\.6\.[0-2]|^v0\.5\./)&&function(e){e.lchmod=function(t,n,r){e.open(t,ue.O_WRONLY|ue.O_SYMLINK,n,(function(t,u){t?r&&r(t):e.fchmod(u,n,(function(t){e.close(u,(function(e){r&&r(t||e)}))}))}))},e.lchmodSync=function(t,n){var r,u=e.openSync(t,ue.O_WRONLY|ue.O_SYMLINK,n),o=!0;try{r=e.fchmodSync(u,n),o=!1}finally{if(o)try{e.closeSync(u)}catch(e){}else e.closeSync(u)}return r}}(e);e.lutimes||function(e){ue.hasOwnProperty("O_SYMLINK")&&e.futimes?(e.lutimes=function(t,n,r,u){e.open(t,ue.O_SYMLINK,(function(t,o){t?u&&u(t):e.futimes(o,n,r,(function(t){e.close(o,(function(e){u&&u(t||e)}))}))}))},e.lutimesSync=function(t,n,r){var u,o=e.openSync(t,ue.O_SYMLINK),i=!0;try{u=e.futimesSync(o,n,r),i=!1}finally{if(i)try{e.closeSync(o)}catch(e){}else e.closeSync(o)}return u}):e.futimes&&(e.lutimes=function(e,t,n,r){r&&process.nextTick(r)},e.lutimesSync=function(){})}(e);e.chown=r(e.chown),e.fchown=r(e.fchown),e.lchown=r(e.lchown),e.chmod=t(e.chmod),e.fchmod=t(e.fchmod),e.lchmod=t(e.lchmod),e.chownSync=u(e.chownSync),e.fchownSync=u(e.fchownSync),e.lchownSync=u(e.lchownSync),e.chmodSync=n(e.chmodSync),e.fchmodSync=n(e.fchmodSync),e.lchmodSync=n(e.lchmodSync),e.stat=o(e.stat),e.fstat=o(e.fstat),e.lstat=o(e.lstat),e.statSync=i(e.statSync),e.fstatSync=i(e.fstatSync),e.lstatSync=i(e.lstatSync),e.chmod&&!e.lchmod&&(e.lchmod=function(e,t,n){n&&process.nextTick(n)},e.lchmodSync=function(){});e.chown&&!e.lchown&&(e.lchown=function(e,t,n,r){r&&process.nextTick(r)},e.lchownSync=function(){});"win32"===se&&(e.rename="function"!=typeof e.rename?e.rename:function(t){function n(n,r,u){var o=Date.now(),i=0;t(n,r,(function s(c){if(c&&("EACCES"===c.code||"EPERM"===c.code||"EBUSY"===c.code)&&Date.now()-o<6e4)return setTimeout((function(){e.stat(r,(function(e,o){e&&"ENOENT"===e.code?t(n,r,s):u(c)}))}),i),void(i<100&&(i+=10));u&&u(c)}))}return Object.setPrototypeOf&&Object.setPrototypeOf(n,t),n}(e.rename));function t(t){return t?function(n,r,u){return t.call(e,n,r,(function(e){s(e)&&(e=null),u&&u.apply(this,arguments)}))}:t}function n(t){return t?function(n,r){try{return t.call(e,n,r)}catch(e){if(!s(e))throw e}}:t}function r(t){return t?function(n,r,u,o){return t.call(e,n,r,u,(function(e){s(e)&&(e=null),o&&o.apply(this,arguments)}))}:t}function u(t){return t?function(n,r,u){try{return t.call(e,n,r,u)}catch(e){if(!s(e))throw e}}:t}function o(t){return t?function(n,r,u){function o(e,t){t&&(t.uid<0&&(t.uid+=4294967296),t.gid<0&&(t.gid+=4294967296)),u&&u.apply(this,arguments)}return"function"==typeof r&&(u=r,r=null),r?t.call(e,n,r,o):t.call(e,n,o)}:t}function i(t){return t?function(n,r){var u=r?t.call(e,n,r):t.call(e,n);return u&&(u.uid<0&&(u.uid+=4294967296),u.gid<0&&(u.gid+=4294967296)),u}:t}function s(e){return!e||("ENOSYS"===e.code||!(process.getuid&&0===process.getuid()||"EINVAL"!==e.code&&"EPERM"!==e.code))}e.read="function"!=typeof e.read?e.read:function(t){function n(n,r,u,o,i,s){var c;if(s&&"function"==typeof s){var a=0;c=function(l,f,d){if(l&&"EAGAIN"===l.code&&a<10)return a++,t.call(e,n,r,u,o,i,c);s.apply(this,arguments)}}return t.call(e,n,r,u,o,i,c)}return Object.setPrototypeOf&&Object.setPrototypeOf(n,t),n}(e.read),e.readSync="function"!=typeof e.readSync?e.readSync:(c=e.readSync,function(t,n,r,u,o){for(var i=0;;)try{return c.call(e,t,n,r,u,o)}catch(e){if("EAGAIN"===e.code&&i<10){i++;continue}throw e}});var c};var le=C.default.Stream,fe=function(e){return{ReadStream:function t(n,r){if(!(this instanceof t))return new t(n,r);le.call(this);var u=this;this.path=n,this.fd=null,this.readable=!0,this.paused=!1,this.flags="r",this.mode=438,this.bufferSize=65536,r=r||{};for(var o=Object.keys(r),i=0,s=o.length;ithis.end)throw new Error("start must be <= end");this.pos=this.start}if(null!==this.fd)return void process.nextTick((function(){u._read()}));e.open(this.path,this.flags,this.mode,(function(e,t){if(e)return u.emit("error",e),void(u.readable=!1);u.fd=t,u.emit("open",t),u._read()}))},WriteStream:function t(n,r){if(!(this instanceof t))return new t(n,r);le.call(this),this.path=n,this.fd=null,this.writable=!0,this.flags="w",this.encoding="binary",this.mode=438,this.bytesWritten=0,r=r||{};for(var u=Object.keys(r),o=0,i=u.length;o= zero");this.pos=this.start}this.busy=!1,this._queue=[],null===this.fd&&(this._open=e.open,this._queue.push([this._open,this.path,this.flags,this.mode,void 0]),this.flush())}}};var de=function(e){if(null===e||"object"!=typeof e)return e;if(e instanceof Object)var t={__proto__:De(e)};else t=Object.create(null);return Object.getOwnPropertyNames(e).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))})),t},De=Object.getPrototypeOf||function(e){return e.__proto__};var pe,Ee,me=D.default,he=ae,ye=fe,Ce=de,Fe=F.default;function ge(e,t){Object.defineProperty(e,pe,{get:function(){return t}})}"function"==typeof Symbol&&"function"==typeof Symbol.for?(pe=Symbol.for("graceful-fs.queue"),Ee=Symbol.for("graceful-fs.previous")):(pe="___graceful-fs.queue",Ee="___graceful-fs.previous");var Ae=function(){};if(Fe.debuglog?Ae=Fe.debuglog("gfs4"):/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&(Ae=function(){var e=Fe.format.apply(Fe,arguments);e="GFS4: "+e.split(/\n/).join("\nGFS4: "),console.error(e)}),!me[pe]){var ve=w[pe]||[];ge(me,ve),me.close=function(e){function t(t,n){return e.call(me,t,(function(e){e||_e(),"function"==typeof n&&n.apply(this,arguments)}))}return Object.defineProperty(t,Ee,{value:e}),t}(me.close),me.closeSync=function(e){function t(t){e.apply(me,arguments),_e()}return Object.defineProperty(t,Ee,{value:e}),t}(me.closeSync),/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&process.on("exit",(function(){Ae(me[pe]),g.default.equal(me[pe].length,0)}))}w[pe]||ge(w,me[pe]);var Se,we=Oe(Ce(me));function Oe(e){he(e),e.gracefulify=Oe,e.createReadStream=function(t,n){return new e.ReadStream(t,n)},e.createWriteStream=function(t,n){return new e.WriteStream(t,n)};var t=e.readFile;e.readFile=function(e,n,r){"function"==typeof n&&(r=n,n=null);return function e(n,r,u,o){return t(n,r,(function(t){!t||"EMFILE"!==t.code&&"ENFILE"!==t.code?"function"==typeof u&&u.apply(this,arguments):be([e,[n,r,u],t,o||Date.now(),Date.now()])}))}(e,n,r)};var n=e.writeFile;e.writeFile=function(e,t,r,u){"function"==typeof r&&(u=r,r=null);return function e(t,r,u,o,i){return n(t,r,u,(function(n){!n||"EMFILE"!==n.code&&"ENFILE"!==n.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,r,u,o],n,i||Date.now(),Date.now()])}))}(e,t,r,u)};var r=e.appendFile;r&&(e.appendFile=function(e,t,n,u){"function"==typeof n&&(u=n,n=null);return function e(t,n,u,o,i){return r(t,n,u,(function(r){!r||"EMFILE"!==r.code&&"ENFILE"!==r.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,n,u,o],r,i||Date.now(),Date.now()])}))}(e,t,n,u)});var u=e.copyFile;u&&(e.copyFile=function(e,t,n,r){"function"==typeof n&&(r=n,n=0);return function e(t,n,r,o,i){return u(t,n,r,(function(u){!u||"EMFILE"!==u.code&&"ENFILE"!==u.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,n,r,o],u,i||Date.now(),Date.now()])}))}(e,t,n,r)});var o=e.readdir;e.readdir=function(e,t,n){"function"==typeof t&&(n=t,t=null);var r=i.test(process.version)?function(e,t,n,r){return o(e,u(e,t,n,r))}:function(e,t,n,r){return o(e,t,u(e,t,n,r))};return r(e,t,n);function u(e,t,n,u){return function(o,i){!o||"EMFILE"!==o.code&&"ENFILE"!==o.code?(i&&i.sort&&i.sort(),"function"==typeof n&&n.call(this,o,i)):be([r,[e,t,n],o,u||Date.now(),Date.now()])}}};var i=/^v[0-5]\./;if("v0.8"===process.version.substr(0,4)){var s=ye(e);d=s.ReadStream,D=s.WriteStream}var c=e.ReadStream;c&&(d.prototype=Object.create(c.prototype),d.prototype.open=function(){var e=this;E(e.path,e.flags,e.mode,(function(t,n){t?(e.autoClose&&e.destroy(),e.emit("error",t)):(e.fd=n,e.emit("open",n),e.read())}))});var a=e.WriteStream;a&&(D.prototype=Object.create(a.prototype),D.prototype.open=function(){var e=this;E(e.path,e.flags,e.mode,(function(t,n){t?(e.destroy(),e.emit("error",t)):(e.fd=n,e.emit("open",n))}))}),Object.defineProperty(e,"ReadStream",{get:function(){return d},set:function(e){d=e},enumerable:!0,configurable:!0}),Object.defineProperty(e,"WriteStream",{get:function(){return D},set:function(e){D=e},enumerable:!0,configurable:!0});var l=d;Object.defineProperty(e,"FileReadStream",{get:function(){return l},set:function(e){l=e},enumerable:!0,configurable:!0});var f=D;function d(e,t){return this instanceof d?(c.apply(this,arguments),this):d.apply(Object.create(d.prototype),arguments)}function D(e,t){return this instanceof D?(a.apply(this,arguments),this):D.apply(Object.create(D.prototype),arguments)}Object.defineProperty(e,"FileWriteStream",{get:function(){return f},set:function(e){f=e},enumerable:!0,configurable:!0});var p=e.open;function E(e,t,n,r){return"function"==typeof n&&(r=n,n=null),function e(t,n,r,u,o){return p(t,n,r,(function(i,s){!i||"EMFILE"!==i.code&&"ENFILE"!==i.code?"function"==typeof u&&u.apply(this,arguments):be([e,[t,n,r,u],i,o||Date.now(),Date.now()])}))}(e,t,n,r)}return e.open=E,e}function be(e){Ae("ENQUEUE",e[0].name,e[1]),me[pe].push(e),Be()}function _e(){for(var e=Date.now(),t=0;t2&&(me[pe][t][3]=e,me[pe][t][4]=e);Be()}function Be(){if(clearTimeout(Se),Se=void 0,0!==me[pe].length){var e=me[pe].shift(),t=e[0],n=e[1],r=e[2],u=e[3],o=e[4];if(void 0===u)Ae("RETRY",t.name,n),t.apply(null,n);else if(Date.now()-u>=6e4){Ae("TIMEOUT",t.name,n);var i=n.pop();"function"==typeof i&&i.call(null,r)}else{var s=Date.now()-o,c=Math.max(o-u,1);s>=Math.min(1.2*c,100)?(Ae("RETRY",t.name,n),t.apply(null,n.concat([u]))):me[pe].push(e)}void 0===Se&&(Se=setTimeout(Be,0))}}process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH&&!me.__patched&&(we=Oe(me),me.__patched=!0),function(e){const t=re.fromCallback,n=we,r=["access","appendFile","chmod","chown","close","copyFile","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","lchmod","lchown","link","lstat","mkdir","mkdtemp","open","opendir","readdir","readFile","readlink","realpath","rename","rm","rmdir","stat","symlink","truncate","unlink","utimes","writeFile"].filter((e=>"function"==typeof n[e]));Object.assign(e,n),r.forEach((r=>{e[r]=t(n[r])})),e.realpath.native=t(n.realpath.native),e.exists=function(e,t){return"function"==typeof t?n.exists(e,t):new Promise((t=>n.exists(e,t)))},e.read=function(e,t,r,u,o,i){return"function"==typeof i?n.read(e,t,r,u,o,i):new Promise(((i,s)=>{n.read(e,t,r,u,o,((e,t,n)=>{if(e)return s(e);i({bytesRead:t,buffer:n})}))}))},e.write=function(e,t,...r){return"function"==typeof r[r.length-1]?n.write(e,t,...r):new Promise(((u,o)=>{n.write(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffer:n})}))}))},"function"==typeof n.writev&&(e.writev=function(e,t,...r){return"function"==typeof r[r.length-1]?n.writev(e,t,...r):new Promise(((u,o)=>{n.writev(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffers:n})}))}))})}(ne);var Pe={},ke={};const xe=p.default;ke.checkPath=function(e){if("win32"===process.platform){if(/[<>:"|?*]/.test(e.replace(xe.parse(e).root,""))){const t=new Error(`Path contains invalid characters: ${e}`);throw t.code="EINVAL",t}}};const Ne=ne,{checkPath:Ie}=ke,Te=e=>"number"==typeof e?e:{mode:511,...e}.mode;Pe.makeDir=async(e,t)=>(Ie(e),Ne.mkdir(e,{mode:Te(t),recursive:!0})),Pe.makeDirSync=(e,t)=>(Ie(e),Ne.mkdirSync(e,{mode:Te(t),recursive:!0}));const Re=re.fromPromise,{makeDir:Me,makeDirSync:Le}=Pe,je=Re(Me);var $e={mkdirs:je,mkdirsSync:Le,mkdirp:je,mkdirpSync:Le,ensureDir:je,ensureDirSync:Le};const He=re.fromPromise,Je=ne;var Ge={pathExists:He((function(e){return Je.access(e).then((()=>!0)).catch((()=>!1))})),pathExistsSync:Je.existsSync};const Ve=we;var Ue=function(e,t,n,r){Ve.open(e,"r+",((e,u)=>{if(e)return r(e);Ve.futimes(u,t,n,(e=>{Ve.close(u,(t=>{r&&r(e||t)}))}))}))},We=function(e,t,n){const r=Ve.openSync(e,"r+");return Ve.futimesSync(r,t,n),Ve.closeSync(r)};const ze=ne,Ke=p.default,qe=F.default;function Ye(e,t,n){const r=n.dereference?e=>ze.stat(e,{bigint:!0}):e=>ze.lstat(e,{bigint:!0});return Promise.all([r(e),r(t).catch((e=>{if("ENOENT"===e.code)return null;throw e}))]).then((([e,t])=>({srcStat:e,destStat:t})))}function Xe(e,t){return t.ino&&t.dev&&t.ino===e.ino&&t.dev===e.dev}function Ze(e,t){const n=Ke.resolve(e).split(Ke.sep).filter((e=>e)),r=Ke.resolve(t).split(Ke.sep).filter((e=>e));return n.reduce(((e,t,n)=>e&&r[n]===t),!0)}function Qe(e,t,n){return`Cannot ${n} '${e}' to a subdirectory of itself, '${t}'.`}var et={checkPaths:function(e,t,n,r,u){qe.callbackify(Ye)(e,t,r,((r,o)=>{if(r)return u(r);const{srcStat:i,destStat:s}=o;if(s){if(Xe(i,s)){const r=Ke.basename(e),o=Ke.basename(t);return"move"===n&&r!==o&&r.toLowerCase()===o.toLowerCase()?u(null,{srcStat:i,destStat:s,isChangingCase:!0}):u(new Error("Source and destination must not be the same."))}if(i.isDirectory()&&!s.isDirectory())return u(new Error(`Cannot overwrite non-directory '${t}' with directory '${e}'.`));if(!i.isDirectory()&&s.isDirectory())return u(new Error(`Cannot overwrite directory '${t}' with non-directory '${e}'.`))}return i.isDirectory()&&Ze(e,t)?u(new Error(Qe(e,t,n))):u(null,{srcStat:i,destStat:s})}))},checkPathsSync:function(e,t,n,r){const{srcStat:u,destStat:o}=function(e,t,n){let r;const u=n.dereference?e=>ze.statSync(e,{bigint:!0}):e=>ze.lstatSync(e,{bigint:!0}),o=u(e);try{r=u(t)}catch(e){if("ENOENT"===e.code)return{srcStat:o,destStat:null};throw e}return{srcStat:o,destStat:r}}(e,t,r);if(o){if(Xe(u,o)){const r=Ke.basename(e),i=Ke.basename(t);if("move"===n&&r!==i&&r.toLowerCase()===i.toLowerCase())return{srcStat:u,destStat:o,isChangingCase:!0};throw new Error("Source and destination must not be the same.")}if(u.isDirectory()&&!o.isDirectory())throw new Error(`Cannot overwrite non-directory '${t}' with directory '${e}'.`);if(!u.isDirectory()&&o.isDirectory())throw new Error(`Cannot overwrite directory '${t}' with non-directory '${e}'.`)}if(u.isDirectory()&&Ze(e,t))throw new Error(Qe(e,t,n));return{srcStat:u,destStat:o}},checkParentPaths:function e(t,n,r,u,o){const i=Ke.resolve(Ke.dirname(t)),s=Ke.resolve(Ke.dirname(r));if(s===i||s===Ke.parse(s).root)return o();ze.stat(s,{bigint:!0},((i,c)=>i?"ENOENT"===i.code?o():o(i):Xe(n,c)?o(new Error(Qe(t,r,u))):e(t,n,s,u,o)))},checkParentPathsSync:function e(t,n,r,u){const o=Ke.resolve(Ke.dirname(t)),i=Ke.resolve(Ke.dirname(r));if(i===o||i===Ke.parse(i).root)return;let s;try{s=ze.statSync(i,{bigint:!0})}catch(e){if("ENOENT"===e.code)return;throw e}if(Xe(n,s))throw new Error(Qe(t,r,u));return e(t,n,i,u)},isSrcSubdir:Ze,areIdentical:Xe};const tt=we,nt=p.default,rt=$e.mkdirs,ut=Ge.pathExists,ot=Ue,it=et;function st(e,t,n,r,u){const o=nt.dirname(n);ut(o,((i,s)=>i?u(i):s?at(e,t,n,r,u):void rt(o,(o=>o?u(o):at(e,t,n,r,u)))))}function ct(e,t,n,r,u,o){Promise.resolve(u.filter(n,r)).then((i=>i?e(t,n,r,u,o):o()),(e=>o(e)))}function at(e,t,n,r,u){(r.dereference?tt.stat:tt.lstat)(t,((o,i)=>o?u(o):i.isDirectory()?function(e,t,n,r,u,o){return t?Dt(n,r,u,o):function(e,t,n,r,u){tt.mkdir(n,(o=>{if(o)return u(o);Dt(t,n,r,(t=>t?u(t):dt(n,e,u)))}))}(e.mode,n,r,u,o)}(i,e,t,n,r,u):i.isFile()||i.isCharacterDevice()||i.isBlockDevice()?function(e,t,n,r,u,o){return t?function(e,t,n,r,u){if(!r.overwrite)return r.errorOnExist?u(new Error(`'${n}' already exists`)):u();tt.unlink(n,(o=>o?u(o):lt(e,t,n,r,u)))}(e,n,r,u,o):lt(e,n,r,u,o)}(i,e,t,n,r,u):i.isSymbolicLink()?function(e,t,n,r,u){tt.readlink(t,((t,o)=>t?u(t):(r.dereference&&(o=nt.resolve(process.cwd(),o)),e?void tt.readlink(n,((t,i)=>t?"EINVAL"===t.code||"UNKNOWN"===t.code?tt.symlink(o,n,u):u(t):(r.dereference&&(i=nt.resolve(process.cwd(),i)),it.isSrcSubdir(o,i)?u(new Error(`Cannot copy '${o}' to a subdirectory of itself, '${i}'.`)):e.isDirectory()&&it.isSrcSubdir(i,o)?u(new Error(`Cannot overwrite '${i}' with '${o}'.`)):function(e,t,n){tt.unlink(t,(r=>r?n(r):tt.symlink(e,t,n)))}(o,n,u)))):tt.symlink(o,n,u))))}(e,t,n,r,u):i.isSocket()?u(new Error(`Cannot copy a socket file: ${t}`)):i.isFIFO()?u(new Error(`Cannot copy a FIFO pipe: ${t}`)):u(new Error(`Unknown file: ${t}`))))}function lt(e,t,n,r,u){tt.copyFile(t,n,(o=>o?u(o):r.preserveTimestamps?function(e,t,n,r){if(function(e){return 0==(128&e)}(e))return function(e,t,n){return dt(e,128|t,n)}(n,e,(u=>u?r(u):ft(e,t,n,r)));return ft(e,t,n,r)}(e.mode,t,n,u):dt(n,e.mode,u)))}function ft(e,t,n,r){!function(e,t,n){tt.stat(e,((e,r)=>e?n(e):ot(t,r.atime,r.mtime,n)))}(t,n,(t=>t?r(t):dt(n,e,r)))}function dt(e,t,n){return tt.chmod(e,t,n)}function Dt(e,t,n,r){tt.readdir(e,((u,o)=>u?r(u):pt(o,e,t,n,r)))}function pt(e,t,n,r,u){const o=e.pop();return o?function(e,t,n,r,u,o){const i=nt.join(n,t),s=nt.join(r,t);it.checkPaths(i,s,"copy",u,((t,c)=>{if(t)return o(t);const{destStat:a}=c;!function(e,t,n,r,u){r.filter?ct(at,e,t,n,r,u):at(e,t,n,r,u)}(a,i,s,u,(t=>t?o(t):pt(e,n,r,u,o)))}))}(e,o,t,n,r,u):u()}var Et=function(e,t,n,r){"function"!=typeof n||r?"function"==typeof n&&(n={filter:n}):(r=n,n={}),r=r||function(){},(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269"),it.checkPaths(e,t,"copy",n,((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;it.checkParentPaths(e,i,t,"copy",(u=>u?r(u):n.filter?ct(st,s,e,t,n,r):st(s,e,t,n,r)))}))};const mt=we,ht=p.default,yt=$e.mkdirsSync,Ct=We,Ft=et;function gt(e,t,n,r){const u=(r.dereference?mt.statSync:mt.lstatSync)(t);if(u.isDirectory())return function(e,t,n,r,u){return t?St(n,r,u):function(e,t,n,r){return mt.mkdirSync(n),St(t,n,r),vt(n,e)}(e.mode,n,r,u)}(u,e,t,n,r);if(u.isFile()||u.isCharacterDevice()||u.isBlockDevice())return function(e,t,n,r,u){return t?function(e,t,n,r){if(r.overwrite)return mt.unlinkSync(n),At(e,t,n,r);if(r.errorOnExist)throw new Error(`'${n}' already exists`)}(e,n,r,u):At(e,n,r,u)}(u,e,t,n,r);if(u.isSymbolicLink())return function(e,t,n,r){let u=mt.readlinkSync(t);r.dereference&&(u=ht.resolve(process.cwd(),u));if(e){let e;try{e=mt.readlinkSync(n)}catch(e){if("EINVAL"===e.code||"UNKNOWN"===e.code)return mt.symlinkSync(u,n);throw e}if(r.dereference&&(e=ht.resolve(process.cwd(),e)),Ft.isSrcSubdir(u,e))throw new Error(`Cannot copy '${u}' to a subdirectory of itself, '${e}'.`);if(mt.statSync(n).isDirectory()&&Ft.isSrcSubdir(e,u))throw new Error(`Cannot overwrite '${e}' with '${u}'.`);return function(e,t){return mt.unlinkSync(t),mt.symlinkSync(e,t)}(u,n)}return mt.symlinkSync(u,n)}(e,t,n,r);if(u.isSocket())throw new Error(`Cannot copy a socket file: ${t}`);if(u.isFIFO())throw new Error(`Cannot copy a FIFO pipe: ${t}`);throw new Error(`Unknown file: ${t}`)}function At(e,t,n,r){return mt.copyFileSync(t,n),r.preserveTimestamps&&function(e,t,n){(function(e){return 0==(128&e)})(e)&&function(e,t){vt(e,128|t)}(n,e);(function(e,t){const n=mt.statSync(e);Ct(t,n.atime,n.mtime)})(t,n)}(e.mode,t,n),vt(n,e.mode)}function vt(e,t){return mt.chmodSync(e,t)}function St(e,t,n){mt.readdirSync(e).forEach((r=>function(e,t,n,r){const u=ht.join(t,e),o=ht.join(n,e),{destStat:i}=Ft.checkPathsSync(u,o,"copy",r);return function(e,t,n,r){if(!r.filter||r.filter(t,n))return gt(e,t,n,r)}(i,u,o,r)}(r,e,t,n)))}var wt=function(e,t,n){"function"==typeof n&&(n={filter:n}),(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269");const{srcStat:r,destStat:u}=Ft.checkPathsSync(e,t,"copy",n);return Ft.checkParentPathsSync(e,r,t,"copy"),function(e,t,n,r){if(r.filter&&!r.filter(t,n))return;const u=ht.dirname(n);mt.existsSync(u)||yt(u);return gt(e,t,n,r)}(u,e,t,n)};var Ot={copy:(0,re.fromCallback)(Et),copySync:wt};const bt=we,_t=p.default,Bt=g.default,Pt="win32"===process.platform;function kt(e){["unlink","chmod","stat","lstat","rmdir","readdir"].forEach((t=>{e[t]=e[t]||bt[t],e[t+="Sync"]=e[t]||bt[t]})),e.maxBusyTries=e.maxBusyTries||3}function xt(e,t,n){let r=0;"function"==typeof t&&(n=t,t={}),Bt(e,"rimraf: missing path"),Bt.strictEqual(typeof e,"string","rimraf: path should be a string"),Bt.strictEqual(typeof n,"function","rimraf: callback function required"),Bt(t,"rimraf: invalid options argument provided"),Bt.strictEqual(typeof t,"object","rimraf: options should be object"),kt(t),Nt(e,t,(function u(o){if(o){if(("EBUSY"===o.code||"ENOTEMPTY"===o.code||"EPERM"===o.code)&&rNt(e,t,u)),100*r)}"ENOENT"===o.code&&(o=null)}n(o)}))}function Nt(e,t,n){Bt(e),Bt(t),Bt("function"==typeof n),t.lstat(e,((r,u)=>r&&"ENOENT"===r.code?n(null):r&&"EPERM"===r.code&&Pt?It(e,t,r,n):u&&u.isDirectory()?Rt(e,t,r,n):void t.unlink(e,(r=>{if(r){if("ENOENT"===r.code)return n(null);if("EPERM"===r.code)return Pt?It(e,t,r,n):Rt(e,t,r,n);if("EISDIR"===r.code)return Rt(e,t,r,n)}return n(r)}))))}function It(e,t,n,r){Bt(e),Bt(t),Bt("function"==typeof r),t.chmod(e,438,(u=>{u?r("ENOENT"===u.code?null:n):t.stat(e,((u,o)=>{u?r("ENOENT"===u.code?null:n):o.isDirectory()?Rt(e,t,n,r):t.unlink(e,r)}))}))}function Tt(e,t,n){let r;Bt(e),Bt(t);try{t.chmodSync(e,438)}catch(e){if("ENOENT"===e.code)return;throw n}try{r=t.statSync(e)}catch(e){if("ENOENT"===e.code)return;throw n}r.isDirectory()?Lt(e,t,n):t.unlinkSync(e)}function Rt(e,t,n,r){Bt(e),Bt(t),Bt("function"==typeof r),t.rmdir(e,(u=>{!u||"ENOTEMPTY"!==u.code&&"EEXIST"!==u.code&&"EPERM"!==u.code?u&&"ENOTDIR"===u.code?r(n):r(u):function(e,t,n){Bt(e),Bt(t),Bt("function"==typeof n),t.readdir(e,((r,u)=>{if(r)return n(r);let o,i=u.length;if(0===i)return t.rmdir(e,n);u.forEach((r=>{xt(_t.join(e,r),t,(r=>{if(!o)return r?n(o=r):void(0==--i&&t.rmdir(e,n))}))}))}))}(e,t,r)}))}function Mt(e,t){let n;kt(t=t||{}),Bt(e,"rimraf: missing path"),Bt.strictEqual(typeof e,"string","rimraf: path should be a string"),Bt(t,"rimraf: missing options"),Bt.strictEqual(typeof t,"object","rimraf: options should be object");try{n=t.lstatSync(e)}catch(n){if("ENOENT"===n.code)return;"EPERM"===n.code&&Pt&&Tt(e,t,n)}try{n&&n.isDirectory()?Lt(e,t,null):t.unlinkSync(e)}catch(n){if("ENOENT"===n.code)return;if("EPERM"===n.code)return Pt?Tt(e,t,n):Lt(e,t,n);if("EISDIR"!==n.code)throw n;Lt(e,t,n)}}function Lt(e,t,n){Bt(e),Bt(t);try{t.rmdirSync(e)}catch(r){if("ENOTDIR"===r.code)throw n;if("ENOTEMPTY"===r.code||"EEXIST"===r.code||"EPERM"===r.code)!function(e,t){if(Bt(e),Bt(t),t.readdirSync(e).forEach((n=>Mt(_t.join(e,n),t))),!Pt){return t.rmdirSync(e,t)}{const n=Date.now();do{try{return t.rmdirSync(e,t)}catch{}}while(Date.now()-n<500)}}(e,t);else if("ENOENT"!==r.code)throw r}}var jt=xt;xt.sync=Mt;const $t=we,Ht=re.fromCallback,Jt=jt;var Gt={remove:Ht((function(e,t){if($t.rm)return $t.rm(e,{recursive:!0,force:!0},t);Jt(e,t)})),removeSync:function(e){if($t.rmSync)return $t.rmSync(e,{recursive:!0,force:!0});Jt.sync(e)}};const Vt=re.fromPromise,Ut=ne,Wt=p.default,zt=$e,Kt=Gt,qt=Vt((async function(e){let t;try{t=await Ut.readdir(e)}catch{return zt.mkdirs(e)}return Promise.all(t.map((t=>Kt.remove(Wt.join(e,t)))))}));function Yt(e){let t;try{t=Ut.readdirSync(e)}catch{return zt.mkdirsSync(e)}t.forEach((t=>{t=Wt.join(e,t),Kt.removeSync(t)}))}var Xt={emptyDirSync:Yt,emptydirSync:Yt,emptyDir:qt,emptydir:qt};const Zt=re.fromCallback,Qt=p.default,en=we,tn=$e;var nn={createFile:Zt((function(e,t){function n(){en.writeFile(e,"",(e=>{if(e)return t(e);t()}))}en.stat(e,((r,u)=>{if(!r&&u.isFile())return t();const o=Qt.dirname(e);en.stat(o,((e,r)=>{if(e)return"ENOENT"===e.code?tn.mkdirs(o,(e=>{if(e)return t(e);n()})):t(e);r.isDirectory()?n():en.readdir(o,(e=>{if(e)return t(e)}))}))}))})),createFileSync:function(e){let t;try{t=en.statSync(e)}catch{}if(t&&t.isFile())return;const n=Qt.dirname(e);try{en.statSync(n).isDirectory()||en.readdirSync(n)}catch(e){if(!e||"ENOENT"!==e.code)throw e;tn.mkdirsSync(n)}en.writeFileSync(e,"")}};const rn=re.fromCallback,un=p.default,on=we,sn=$e,cn=Ge.pathExists,{areIdentical:an}=et;var ln={createLink:rn((function(e,t,n){function r(e,t){on.link(e,t,(e=>{if(e)return n(e);n(null)}))}on.lstat(t,((u,o)=>{on.lstat(e,((u,i)=>{if(u)return u.message=u.message.replace("lstat","ensureLink"),n(u);if(o&&an(i,o))return n(null);const s=un.dirname(t);cn(s,((u,o)=>u?n(u):o?r(e,t):void sn.mkdirs(s,(u=>{if(u)return n(u);r(e,t)}))))}))}))})),createLinkSync:function(e,t){let n;try{n=on.lstatSync(t)}catch{}try{const t=on.lstatSync(e);if(n&&an(t,n))return}catch(e){throw e.message=e.message.replace("lstat","ensureLink"),e}const r=un.dirname(t);return on.existsSync(r)||sn.mkdirsSync(r),on.linkSync(e,t)}};const fn=p.default,dn=we,Dn=Ge.pathExists;var pn={symlinkPaths:function(e,t,n){if(fn.isAbsolute(e))return dn.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:e})));{const r=fn.dirname(t),u=fn.join(r,e);return Dn(u,((t,o)=>t?n(t):o?n(null,{toCwd:u,toDst:e}):dn.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:fn.relative(r,e)})))))}},symlinkPathsSync:function(e,t){let n;if(fn.isAbsolute(e)){if(n=dn.existsSync(e),!n)throw new Error("absolute srcpath does not exist");return{toCwd:e,toDst:e}}{const r=fn.dirname(t),u=fn.join(r,e);if(n=dn.existsSync(u),n)return{toCwd:u,toDst:e};if(n=dn.existsSync(e),!n)throw new Error("relative srcpath does not exist");return{toCwd:e,toDst:fn.relative(r,e)}}}};const En=we;var mn={symlinkType:function(e,t,n){if(n="function"==typeof t?t:n,t="function"!=typeof t&&t)return n(null,t);En.lstat(e,((e,r)=>{if(e)return n(null,"file");t=r&&r.isDirectory()?"dir":"file",n(null,t)}))},symlinkTypeSync:function(e,t){let n;if(t)return t;try{n=En.lstatSync(e)}catch{return"file"}return n&&n.isDirectory()?"dir":"file"}};const hn=re.fromCallback,yn=p.default,Cn=ne,Fn=$e.mkdirs,gn=$e.mkdirsSync,An=pn.symlinkPaths,vn=pn.symlinkPathsSync,Sn=mn.symlinkType,wn=mn.symlinkTypeSync,On=Ge.pathExists,{areIdentical:bn}=et;function _n(e,t,n,r){An(e,t,((u,o)=>{if(u)return r(u);e=o.toDst,Sn(o.toCwd,n,((n,u)=>{if(n)return r(n);const o=yn.dirname(t);On(o,((n,i)=>n?r(n):i?Cn.symlink(e,t,u,r):void Fn(o,(n=>{if(n)return r(n);Cn.symlink(e,t,u,r)}))))}))}))}var Bn={createSymlink:hn((function(e,t,n,r){r="function"==typeof n?n:r,n="function"!=typeof n&&n,Cn.lstat(t,((u,o)=>{!u&&o.isSymbolicLink()?Promise.all([Cn.stat(e),Cn.stat(t)]).then((([u,o])=>{if(bn(u,o))return r(null);_n(e,t,n,r)})):_n(e,t,n,r)}))})),createSymlinkSync:function(e,t,n){let r;try{r=Cn.lstatSync(t)}catch{}if(r&&r.isSymbolicLink()){const n=Cn.statSync(e),r=Cn.statSync(t);if(bn(n,r))return}const u=vn(e,t);e=u.toDst,n=wn(u.toCwd,n);const o=yn.dirname(t);return Cn.existsSync(o)||gn(o),Cn.symlinkSync(e,t,n)}};const{createFile:Pn,createFileSync:kn}=nn,{createLink:xn,createLinkSync:Nn}=ln,{createSymlink:In,createSymlinkSync:Tn}=Bn;var Rn={createFile:Pn,createFileSync:kn,ensureFile:Pn,ensureFileSync:kn,createLink:xn,createLinkSync:Nn,ensureLink:xn,ensureLinkSync:Nn,createSymlink:In,createSymlinkSync:Tn,ensureSymlink:In,ensureSymlinkSync:Tn};var Mn={stringify:function(e,{EOL:t="\n",finalEOL:n=!0,replacer:r=null,spaces:u}={}){const o=n?t:"";return JSON.stringify(e,r,u).replace(/\n/g,t)+o},stripBom:function(e){return Buffer.isBuffer(e)&&(e=e.toString("utf8")),e.replace(/^\uFEFF/,"")}};let Ln;try{Ln=we}catch(e){Ln=D.default}const jn=re,{stringify:$n,stripBom:Hn}=Mn;const Jn=jn.fromPromise((async function(e,t={}){"string"==typeof t&&(t={encoding:t});const n=t.fs||Ln,r=!("throws"in t)||t.throws;let u,o=await jn.fromCallback(n.readFile)(e,t);o=Hn(o);try{u=JSON.parse(o,t?t.reviver:null)}catch(t){if(r)throw t.message=`${e}: ${t.message}`,t;return null}return u}));const Gn=jn.fromPromise((async function(e,t,n={}){const r=n.fs||Ln,u=$n(t,n);await jn.fromCallback(r.writeFile)(e,u,n)}));const Vn={readFile:Jn,readFileSync:function(e,t={}){"string"==typeof t&&(t={encoding:t});const n=t.fs||Ln,r=!("throws"in t)||t.throws;try{let r=n.readFileSync(e,t);return r=Hn(r),JSON.parse(r,t.reviver)}catch(t){if(r)throw t.message=`${e}: ${t.message}`,t;return null}},writeFile:Gn,writeFileSync:function(e,t,n={}){const r=n.fs||Ln,u=$n(t,n);return r.writeFileSync(e,u,n)}};var Un={readJson:Vn.readFile,readJsonSync:Vn.readFileSync,writeJson:Vn.writeFile,writeJsonSync:Vn.writeFileSync};const Wn=re.fromCallback,zn=we,Kn=p.default,qn=$e,Yn=Ge.pathExists;var Xn={outputFile:Wn((function(e,t,n,r){"function"==typeof n&&(r=n,n="utf8");const u=Kn.dirname(e);Yn(u,((o,i)=>o?r(o):i?zn.writeFile(e,t,n,r):void qn.mkdirs(u,(u=>{if(u)return r(u);zn.writeFile(e,t,n,r)}))))})),outputFileSync:function(e,...t){const n=Kn.dirname(e);if(zn.existsSync(n))return zn.writeFileSync(e,...t);qn.mkdirsSync(n),zn.writeFileSync(e,...t)}};const{stringify:Zn}=Mn,{outputFile:Qn}=Xn;var er=async function(e,t,n={}){const r=Zn(t,n);await Qn(e,r,n)};const{stringify:tr}=Mn,{outputFileSync:nr}=Xn;var rr=function(e,t,n){const r=tr(t,n);nr(e,r,n)};const ur=re.fromPromise,or=Un;or.outputJson=ur(er),or.outputJsonSync=rr,or.outputJSON=or.outputJson,or.outputJSONSync=or.outputJsonSync,or.writeJSON=or.writeJson,or.writeJSONSync=or.writeJsonSync,or.readJSON=or.readJson,or.readJSONSync=or.readJsonSync;var ir=or;const sr=we,cr=p.default,ar=Ot.copy,lr=Gt.remove,fr=$e.mkdirp,dr=Ge.pathExists,Dr=et;function pr(e,t,n,r,u){return r?Er(e,t,n,u):n?lr(t,(r=>r?u(r):Er(e,t,n,u))):void dr(t,((r,o)=>r?u(r):o?u(new Error("dest already exists.")):Er(e,t,n,u)))}function Er(e,t,n,r){sr.rename(e,t,(u=>u?"EXDEV"!==u.code?r(u):function(e,t,n,r){const u={overwrite:n,errorOnExist:!0};ar(e,t,u,(t=>t?r(t):lr(e,r)))}(e,t,n,r):r()))}var mr=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=n.overwrite||n.clobber||!1;Dr.checkPaths(e,t,"move",n,((n,o)=>{if(n)return r(n);const{srcStat:i,isChangingCase:s=!1}=o;Dr.checkParentPaths(e,i,t,"move",(n=>n?r(n):function(e){const t=cr.dirname(e);return cr.parse(t).root===t}(t)?pr(e,t,u,s,r):void fr(cr.dirname(t),(n=>n?r(n):pr(e,t,u,s,r)))))}))};const hr=we,yr=p.default,Cr=Ot.copySync,Fr=Gt.removeSync,gr=$e.mkdirpSync,Ar=et;function vr(e,t,n){try{hr.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)throw r;return function(e,t,n){const r={overwrite:n,errorOnExist:!0};return Cr(e,t,r),Fr(e)}(e,t,n)}}var Sr=function(e,t,n){const r=(n=n||{}).overwrite||n.clobber||!1,{srcStat:u,isChangingCase:o=!1}=Ar.checkPathsSync(e,t,"move",n);return Ar.checkParentPathsSync(e,u,t,"move"),function(e){const t=yr.dirname(e);return yr.parse(t).root===t}(t)||gr(yr.dirname(t)),function(e,t,n,r){if(r)return vr(e,t,n);if(n)return Fr(t),vr(e,t,n);if(hr.existsSync(t))throw new Error("dest already exists.");return vr(e,t,n)}(e,t,r,o)};var wr,Or,br,_r,Br,Pr={move:(0,re.fromCallback)(mr),moveSync:Sr},kr={...ne,...Ot,...Xt,...Rn,...ir,...$e,...Pr,...Xn,...Ge,...Gt},xr={},Nr={exports:{}},Ir={exports:{}};function Tr(){if(Or)return wr;Or=1;var e=1e3,t=60*e,n=60*t,r=24*n,u=7*r,o=365.25*r;function i(e,t,n,r){var u=t>=1.5*n;return Math.round(e/n)+" "+r+(u?"s":"")}return wr=function(s,c){c=c||{};var a=typeof s;if("string"===a&&s.length>0)return function(i){if((i=String(i)).length>100)return;var s=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(i);if(!s)return;var c=parseFloat(s[1]);switch((s[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return c*o;case"weeks":case"week":case"w":return c*u;case"days":case"day":case"d":return c*r;case"hours":case"hour":case"hrs":case"hr":case"h":return c*n;case"minutes":case"minute":case"mins":case"min":case"m":return c*t;case"seconds":case"second":case"secs":case"sec":case"s":return c*e;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return c;default:return}}(s);if("number"===a&&isFinite(s))return c.long?function(u){var o=Math.abs(u);if(o>=r)return i(u,o,r,"day");if(o>=n)return i(u,o,n,"hour");if(o>=t)return i(u,o,t,"minute");if(o>=e)return i(u,o,e,"second");return u+" ms"}(s):function(u){var o=Math.abs(u);if(o>=r)return Math.round(u/r)+"d";if(o>=n)return Math.round(u/n)+"h";if(o>=t)return Math.round(u/t)+"m";if(o>=e)return Math.round(u/e)+"s";return u+"ms"}(s);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(s))}}function Rr(){if(_r)return br;return _r=1,br=function(e){function t(e){let r,u,o,i=null;function s(...e){if(!s.enabled)return;const n=s,u=Number(new Date),o=u-(r||u);n.diff=o,n.prev=r,n.curr=u,r=u,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let i=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((r,u)=>{if("%%"===r)return"%";i++;const o=t.formatters[u];if("function"==typeof o){const t=e[i];r=o.call(n,t),e.splice(i,1),i--}return r})),t.formatArgs.call(n,e);(n.log||t.log).apply(n,e)}return s.namespace=e,s.useColors=t.useColors(),s.color=t.selectColor(e),s.extend=n,s.destroy=t.destroy,Object.defineProperty(s,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==i?i:(u!==t.namespaces&&(u=t.namespaces,o=t.enabled(e)),o),set:e=>{i=e}}),"function"==typeof t.init&&t.init(s),s}function n(e,n){const r=t(this.namespace+(void 0===n?":":n)+e);return r.log=this.log,r}function r(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){if(e instanceof Error)return e.stack||e.message;return e},t.disable=function(){const e=[...t.names.map(r),...t.skips.map(r).map((e=>"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){let n;t.save(e),t.namespaces=e,t.names=[],t.skips=[];const r=("string"==typeof e?e:"").split(/[\s,]+/),u=r.length;for(n=0;n{t[n]=e[n]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let n=0;for(let t=0;t{const n=e.startsWith("-")?"":1===e.length?"-":"--",r=t.indexOf(n+e),u=t.indexOf("--");return-1!==r&&(-1===u||r{}),"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."),t.colors=[6,2,3,4,5,1];try{const e=function(){if($r)return jr;$r=1;const e=E.default,t=A.default,n=Vr(),{env:r}=process;let u;function o(e){return 0!==e&&{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}function i(t,o){if(0===u)return 0;if(n("color=16m")||n("color=full")||n("color=truecolor"))return 3;if(n("color=256"))return 2;if(t&&!o&&void 0===u)return 0;const i=u||0;if("dumb"===r.TERM)return i;if("win32"===process.platform){const t=e.release().split(".");return Number(t[0])>=10&&Number(t[2])>=10586?Number(t[2])>=14931?3:2:1}if("CI"in r)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some((e=>e in r))||"codeship"===r.CI_NAME?1:i;if("TEAMCITY_VERSION"in r)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(r.TEAMCITY_VERSION)?1:0;if("truecolor"===r.COLORTERM)return 3;if("TERM_PROGRAM"in r){const e=parseInt((r.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(r.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(r.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(r.TERM)||"COLORTERM"in r?1:i}return n("no-color")||n("no-colors")||n("color=false")||n("color=never")?u=0:(n("color")||n("colors")||n("color=true")||n("color=always"))&&(u=1),"FORCE_COLOR"in r&&(u="true"===r.FORCE_COLOR?1:"false"===r.FORCE_COLOR?0:0===r.FORCE_COLOR.length?1:Math.min(parseInt(r.FORCE_COLOR,10),3)),jr={supportsColor:function(e){return o(i(e,e&&e.isTTY))},stdout:o(i(!0,t.isatty(1))),stderr:o(i(!0,t.isatty(2)))}}();e&&(e.stderr||e).level>=2&&(t.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch(e){}t.inspectOpts=Object.keys(process.env).filter((e=>/^debug_/i.test(e))).reduce(((e,t)=>{const n=t.substring(6).toLowerCase().replace(/_([a-z])/g,((e,t)=>t.toUpperCase()));let r=process.env[t];return r=!!/^(yes|on|true|enabled)$/i.test(r)||!/^(no|off|false|disabled)$/i.test(r)&&("null"===r?null:Number(r)),e[n]=r,e}),{}),e.exports=Rr()(t);const{formatters:u}=e.exports;u.o=function(e){return this.inspectOpts.colors=this.useColors,r.inspect(e,this.inspectOpts).split("\n").map((e=>e.trim())).join(" ")},u.O=function(e){return this.inspectOpts.colors=this.useColors,r.inspect(e,this.inspectOpts)}}(Gr,Gr.exports)),Gr.exports}Jr=Nr,"undefined"==typeof process||"renderer"===process.type||!0===process.browser||process.__nwjs?Jr.exports=(Br||(Br=1,function(e,t){t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const n="color: "+this.color;t.splice(1,0,n,"color: inherit");let r=0,u=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(r++,"%c"===e&&(u=r))})),t.splice(u,0,n)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug")}catch(e){}return!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e},t.useColors=function(){return!("undefined"==typeof window||!window.process||"renderer"!==window.process.type&&!window.process.__nwjs)||("undefined"==typeof navigator||!navigator.userAgent||!navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))&&("undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/))},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=Rr()(t);const{formatters:n}=e.exports;n.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}}(Ir,Ir.exports)),Ir.exports):Jr.exports=Ur();var Wr=function(e){return(e=e||{}).circles?function(e){var t=[],n=[];return e.proto?function e(u){if("object"!=typeof u||null===u)return u;if(u instanceof Date)return new Date(u);if(Array.isArray(u))return r(u,e);if(u instanceof Map)return new Map(r(Array.from(u),e));if(u instanceof Set)return new Set(r(Array.from(u),e));var o={};for(var i in t.push(u),n.push(o),u){var s=u[i];if("object"!=typeof s||null===s)o[i]=s;else if(s instanceof Date)o[i]=new Date(s);else if(s instanceof Map)o[i]=new Map(r(Array.from(s),e));else if(s instanceof Set)o[i]=new Set(r(Array.from(s),e));else if(ArrayBuffer.isView(s))o[i]=zr(s);else{var c=t.indexOf(s);o[i]=-1!==c?n[c]:e(s)}}return t.pop(),n.pop(),o}:function e(u){if("object"!=typeof u||null===u)return u;if(u instanceof Date)return new Date(u);if(Array.isArray(u))return r(u,e);if(u instanceof Map)return new Map(r(Array.from(u),e));if(u instanceof Set)return new Set(r(Array.from(u),e));var o={};for(var i in t.push(u),n.push(o),u)if(!1!==Object.hasOwnProperty.call(u,i)){var s=u[i];if("object"!=typeof s||null===s)o[i]=s;else if(s instanceof Date)o[i]=new Date(s);else if(s instanceof Map)o[i]=new Map(r(Array.from(s),e));else if(s instanceof Set)o[i]=new Set(r(Array.from(s),e));else if(ArrayBuffer.isView(s))o[i]=zr(s);else{var c=t.indexOf(s);o[i]=-1!==c?n[c]:e(s)}}return t.pop(),n.pop(),o};function r(e,r){for(var u=Object.keys(e),o=new Array(u.length),i=0;i!e,Qr=e=>e&&"object"==typeof e&&!Array.isArray(e),eu=(e,t,n)=>{(Array.isArray(t)?t:[t]).forEach((t=>{if(t)throw new Error(`Problem with log4js configuration: (${Kr.inspect(e,{depth:5})}) - ${n}`)}))};var tu={configure:e=>{qr("New configuration to be validated: ",e),eu(e,Zr(Qr(e)),"must be an object."),qr(`Calling pre-processing listeners (${Yr.length})`),Yr.forEach((t=>t(e))),qr("Configuration pre-processing finished."),qr(`Calling configuration listeners (${Xr.length})`),Xr.forEach((t=>t(e))),qr("Configuration finished.")},addListener:e=>{Xr.push(e),qr(`Added listener, now ${Xr.length} listeners`)},addPreProcessingListener:e=>{Yr.push(e),qr(`Added pre-processing listener, now ${Yr.length} listeners`)},throwExceptionIf:eu,anObject:Qr,anInteger:e=>e&&"number"==typeof e&&Number.isInteger(e),validIdentifier:e=>/^[A-Za-z][A-Za-z0-9_]*$/g.test(e),not:Zr},nu={exports:{}};!function(e){function t(e,t){for(var n=e.toString();n.length-1?s:c,l=n(u.getHours()),f=n(u.getMinutes()),d=n(u.getSeconds()),D=t(u.getMilliseconds(),3),p=function(e){var t=Math.abs(e),n=String(Math.floor(t/60)),r=String(t%60);return n=("0"+n).slice(-2),r=("0"+r).slice(-2),0===e?"Z":(e<0?"+":"-")+n+":"+r}(u.getTimezoneOffset());return r.replace(/dd/g,o).replace(/MM/g,i).replace(/y{1,4}/g,a).replace(/hh/g,l).replace(/mm/g,f).replace(/ss/g,d).replace(/SSS/g,D).replace(/O/g,p)}function u(e,t,n,r){e["set"+(r?"":"UTC")+t](n)}e.exports=r,e.exports.asString=r,e.exports.parse=function(t,n,r){if(!t)throw new Error("pattern must be supplied");return function(t,n,r){var o=t.indexOf("O")<0,i=!1,s=[{pattern:/y{1,4}/,regexp:"\\d{1,4}",fn:function(e,t){u(e,"FullYear",t,o)}},{pattern:/MM/,regexp:"\\d{1,2}",fn:function(e,t){u(e,"Month",t-1,o),e.getMonth()!==t-1&&(i=!0)}},{pattern:/dd/,regexp:"\\d{1,2}",fn:function(e,t){i&&u(e,"Month",e.getMonth()-1,o),u(e,"Date",t,o)}},{pattern:/hh/,regexp:"\\d{1,2}",fn:function(e,t){u(e,"Hours",t,o)}},{pattern:/mm/,regexp:"\\d\\d",fn:function(e,t){u(e,"Minutes",t,o)}},{pattern:/ss/,regexp:"\\d\\d",fn:function(e,t){u(e,"Seconds",t,o)}},{pattern:/SSS/,regexp:"\\d\\d\\d",fn:function(e,t){u(e,"Milliseconds",t,o)}},{pattern:/O/,regexp:"[+-]\\d{1,2}:?\\d{2}?|Z",fn:function(e,t){t="Z"===t?0:t.replace(":","");var n=Math.abs(t),r=(t>0?-1:1)*(n%100+60*Math.floor(n/100));e.setUTCMinutes(e.getUTCMinutes()+r)}}],c=s.reduce((function(e,t){return t.pattern.test(e.regexp)?(t.index=e.regexp.match(t.pattern).index,e.regexp=e.regexp.replace(t.pattern,"("+t.regexp+")")):t.index=-1,e}),{regexp:t,index:[]}),a=s.filter((function(e){return e.index>-1}));a.sort((function(e,t){return e.index-t.index}));var l=new RegExp(c.regexp).exec(n);if(l){var f=r||e.exports.now();return a.forEach((function(e,t){e.fn(f,l[t+1])})),f}throw new Error("String '"+n+"' could not be parsed as '"+t+"'")}(t,n,r)},e.exports.now=function(){return new Date},e.exports.ISO8601_FORMAT="yyyy-MM-ddThh:mm:ss.SSS",e.exports.ISO8601_WITH_TZ_OFFSET_FORMAT="yyyy-MM-ddThh:mm:ss.SSSO",e.exports.DATETIME_FORMAT="dd MM yyyy hh:mm:ss.SSS",e.exports.ABSOLUTETIME_FORMAT="hh:mm:ss.SSS"}(nu);const ru=nu.exports,uu=E.default,ou=F.default,iu=p.default,su={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[90,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[91,39],yellow:[33,39]};function cu(e){return e?`[${su[e][0]}m`:""}function au(e){return e?`[${su[e][1]}m`:""}function lu(e,t){return n=ou.format("[%s] [%s] %s - ",ru.asString(e.startTime),e.level.toString(),e.categoryName),cu(r=t)+n+au(r);var n,r}function fu(e){return lu(e)+ou.format(...e.data)}function du(e){return lu(e,e.level.colour)+ou.format(...e.data)}function Du(e){return ou.format(...e.data)}function pu(e){return e.data[0]}function Eu(e,t){const n=/%(-?[0-9]+)?(\.?-?[0-9]+)?([[\]cdhmnprzxXyflos%])(\{([^}]+)\})?|([^%]+)/;function r(e){return e&&e.pid?e.pid.toString():process.pid.toString()}e=e||"%r %p %c - %m%n";const u={c:function(e,t){let n=e.categoryName;if(t){const e=parseInt(t,10),r=n.split(".");ee&&(n=r.slice(-e).join(iu.sep))}return n},l:function(e){return e.lineNumber?`${e.lineNumber}`:""},o:function(e){return e.columnNumber?`${e.columnNumber}`:""},s:function(e){return e.callStack||""}};function o(e,t,n){return u[e](t,n)}function i(e,t,n){let r=e;return r=function(e,t){let n;return e?(n=parseInt(e.substr(1),10),n>0?t.slice(0,n):t.slice(n)):t}(t,r),r=function(e,t){let n;if(e)if("-"===e.charAt(0))for(n=parseInt(e.substr(1),10);t.lengthDu,basic:()=>fu,colored:()=>du,coloured:()=>du,pattern:e=>Eu(e&&e.pattern,e&&e.tokens),dummy:()=>pu};var hu={basicLayout:fu,messagePassThroughLayout:Du,patternLayout:Eu,colouredLayout:du,coloredLayout:du,dummyLayout:pu,addLayout(e,t){mu[e]=t},layout:(e,t)=>mu[e]&&mu[e](t)};const yu=tu,Cu=["white","grey","black","blue","cyan","green","magenta","red","yellow"];class Fu{constructor(e,t,n){this.level=e,this.levelStr=t,this.colour=n}toString(){return this.levelStr}static getLevel(e,t){return e?e instanceof Fu?e:(e instanceof Object&&e.levelStr&&(e=e.levelStr),Fu[e.toString().toUpperCase()]||t):t}static addLevels(e){if(e){Object.keys(e).forEach((t=>{const n=t.toUpperCase();Fu[n]=new Fu(e[t].value,n,e[t].colour);const r=Fu.levels.findIndex((e=>e.levelStr===n));r>-1?Fu.levels[r]=Fu[n]:Fu.levels.push(Fu[n])})),Fu.levels.sort(((e,t)=>e.level-t.level))}}isLessThanOrEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level<=e.level}isGreaterThanOrEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level>=e.level}isEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level===e.level}}Fu.levels=[],Fu.addLevels({ALL:{value:Number.MIN_VALUE,colour:"grey"},TRACE:{value:5e3,colour:"blue"},DEBUG:{value:1e4,colour:"cyan"},INFO:{value:2e4,colour:"green"},WARN:{value:3e4,colour:"yellow"},ERROR:{value:4e4,colour:"red"},FATAL:{value:5e4,colour:"magenta"},MARK:{value:9007199254740992,colour:"grey"},OFF:{value:Number.MAX_VALUE,colour:"grey"}}),yu.addListener((e=>{const t=e.levels;if(t){yu.throwExceptionIf(e,yu.not(yu.anObject(t)),"levels must be an object");Object.keys(t).forEach((n=>{yu.throwExceptionIf(e,yu.not(yu.validIdentifier(n)),`level name "${n}" is not a valid identifier (must start with a letter, only contain A-Z,a-z,0-9,_)`),yu.throwExceptionIf(e,yu.not(yu.anObject(t[n])),`level "${n}" must be an object`),yu.throwExceptionIf(e,yu.not(t[n].value),`level "${n}" must have a 'value' property`),yu.throwExceptionIf(e,yu.not(yu.anInteger(t[n].value)),`level "${n}".value must have an integer value`),yu.throwExceptionIf(e,yu.not(t[n].colour),`level "${n}" must have a 'colour' property`),yu.throwExceptionIf(e,yu.not(Cu.indexOf(t[n].colour)>-1),`level "${n}".colour must be one of ${Cu.join(", ")}`)}))}})),yu.addListener((e=>{Fu.addLevels(e.levels)}));var gu=Fu,Au={exports:{}},vu={};/*! (c) 2020 Andrea Giammarchi */ +const{parse:Su,stringify:wu}=JSON,{keys:Ou}=Object,bu=String,_u="string",Bu={},Pu="object",ku=(e,t)=>t,xu=e=>e instanceof bu?bu(e):e,Nu=(e,t)=>typeof t===_u?new bu(t):t,Iu=(e,t,n,r)=>{const u=[];for(let o=Ou(n),{length:i}=o,s=0;s{const r=bu(t.push(n)-1);return e.set(n,r),r},Ru=(e,t)=>{const n=Su(e,Nu).map(xu),r=n[0],u=t||ku,o=typeof r===Pu&&r?Iu(n,new Set,r,u):r;return u.call({"":o},"",o)};vu.parse=Ru;const Mu=(e,t,n)=>{const r=t&&typeof t===Pu?(e,n)=>""===e||-1Su(Mu(e));vu.fromJSON=e=>Ru(wu(e));const Lu=vu,ju=gu;class $u{constructor(e,t,n,r,u){this.startTime=new Date,this.categoryName=e,this.data=n,this.level=t,this.context=Object.assign({},r),this.pid=process.pid,u&&(this.functionName=u.functionName,this.fileName=u.fileName,this.lineNumber=u.lineNumber,this.columnNumber=u.columnNumber,this.callStack=u.callStack)}serialise(){const e=this.data.map((e=>(e&&e.message&&e.stack&&(e=Object.assign({message:e.message,stack:e.stack},e)),e)));return this.data=e,Lu.stringify(this)}static deserialise(e){let t;try{const n=Lu.parse(e);n.data=n.data.map((e=>{if(e&&e.message&&e.stack){const t=new Error(e);Object.keys(e).forEach((n=>{t[n]=e[n]})),e=t}return e})),t=new $u(n.categoryName,ju.getLevel(n.level.levelStr),n.data,n.context),t.startTime=new Date(n.startTime),t.pid=n.pid,t.cluster=n.cluster}catch(n){t=new $u("log4js",ju.ERROR,["Unable to parse log:",e,"because: ",n])}return t}}var Hu=$u;const Ju=Nr.exports("log4js:clustering"),Gu=Hu,Vu=tu;let Uu=!1,Wu=null;try{Wu=require("cluster")}catch(e){Ju("cluster module not present"),Uu=!0}const zu=[];let Ku=!1,qu="NODE_APP_INSTANCE";const Yu=()=>Ku&&"0"===process.env[qu],Xu=()=>Uu||Wu.isMaster||Yu(),Zu=e=>{zu.forEach((t=>t(e)))},Qu=(e,t)=>{if(Ju("cluster message received from worker ",e,": ",t),e.topic&&e.data&&(t=e,e=void 0),t&&t.topic&&"log4js:message"===t.topic){Ju("received message: ",t.data);const e=Gu.deserialise(t.data);Zu(e)}};Uu||Vu.addListener((e=>{zu.length=0,({pm2:Ku,disableClustering:Uu,pm2InstanceVar:qu="NODE_APP_INSTANCE"}=e),Ju(`clustering disabled ? ${Uu}`),Ju(`cluster.isMaster ? ${Wu&&Wu.isMaster}`),Ju(`pm2 enabled ? ${Ku}`),Ju(`pm2InstanceVar = ${qu}`),Ju(`process.env[${qu}] = ${process.env[qu]}`),Ku&&process.removeListener("message",Qu),Wu&&Wu.removeListener&&Wu.removeListener("message",Qu),Uu||e.disableClustering?Ju("Not listening for cluster messages, because clustering disabled."):Yu()?(Ju("listening for PM2 broadcast messages"),process.on("message",Qu)):Wu.isMaster?(Ju("listening for cluster messages"),Wu.on("message",Qu)):Ju("not listening for messages, because we are not a master process")}));var eo={onlyOnMaster:(e,t)=>Xu()?e():t,isMaster:Xu,send:e=>{Xu()?Zu(e):(Ku||(e.cluster={workerId:Wu.worker.id,worker:process.pid}),process.send({topic:"log4js:message",data:e.serialise()}))},onMessage:e=>{zu.push(e)}},to={};function no(e){if("number"==typeof e&&Number.isInteger(e))return e;const t={K:1024,M:1048576,G:1073741824},n=Object.keys(t),r=e.substr(e.length-1).toLocaleUpperCase(),u=e.substring(0,e.length-1).trim();if(n.indexOf(r)<0||!Number.isInteger(Number(u)))throw Error(`maxLogSize: "${e}" is invalid`);return u*t[r]}function ro(e){return function(e,t){const n=Object.assign({},t);return Object.keys(e).forEach((r=>{n[r]&&(n[r]=e[r](t[r]))})),n}({maxLogSize:no},e)}const uo={file:ro,fileSync:ro};to.modifyConfig=e=>uo[e.type]?uo[e.type](e):e;var oo={};const io=console.log.bind(console);oo.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{io(e(n,t))}}(n,e.timezoneOffset)};var so={};so.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{process.stdout.write(`${e(n,t)}\n`)}}(n,e.timezoneOffset)};var co={};co.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{process.stderr.write(`${e(n,t)}\n`)}}(n,e.timezoneOffset)};var ao={};ao.configure=function(e,t,n,r){const u=n(e.appender);return function(e,t,n,r){const u=r.getLevel(e),o=r.getLevel(t,r.FATAL);return e=>{const t=e.level;t.isGreaterThanOrEqualTo(u)&&t.isLessThanOrEqualTo(o)&&n(e)}}(e.level,e.maxLevel,u,r)};var lo={};const fo=Nr.exports("log4js:categoryFilter");lo.configure=function(e,t,n){const r=n(e.appender);return function(e,t){return"string"==typeof e&&(e=[e]),n=>{fo(`Checking ${n.categoryName} against ${e}`),-1===e.indexOf(n.categoryName)&&(fo("Not excluded, sending to appender"),t(n))}}(e.exclude,r)};var Do={};const po=Nr.exports("log4js:noLogFilter");Do.configure=function(e,t,n){const r=n(e.appender);return function(e,t){return n=>{po(`Checking data: ${n.data} against filters: ${e}`),"string"==typeof e&&(e=[e]),e=e.filter((e=>null!=e&&""!==e));const r=new RegExp(e.join("|"),"i");(0===e.length||n.data.findIndex((e=>r.test(e)))<0)&&(po("Not excluded, sending to appender"),t(n))}}(e.exclude,r)};var Eo={},mo={exports:{}},ho={},yo={fromCallback:function(e){return Object.defineProperty((function(){if("function"!=typeof arguments[arguments.length-1])return new Promise(((t,n)=>{arguments[arguments.length]=(e,r)=>{if(e)return n(e);t(r)},arguments.length++,e.apply(this,arguments)}));e.apply(this,arguments)}),"name",{value:e.name})},fromPromise:function(e){return Object.defineProperty((function(){const t=arguments[arguments.length-1];if("function"!=typeof t)return e.apply(this,arguments);e.apply(this,arguments).then((e=>t(null,e)),t)}),"name",{value:e.name})}};!function(e){const t=yo.fromCallback,n=we,r=["access","appendFile","chmod","chown","close","copyFile","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","lchown","lchmod","link","lstat","mkdir","mkdtemp","open","readFile","readdir","readlink","realpath","rename","rmdir","stat","symlink","truncate","unlink","utimes","writeFile"].filter((e=>"function"==typeof n[e]));Object.keys(n).forEach((t=>{"promises"!==t&&(e[t]=n[t])})),r.forEach((r=>{e[r]=t(n[r])})),e.exists=function(e,t){return"function"==typeof t?n.exists(e,t):new Promise((t=>n.exists(e,t)))},e.read=function(e,t,r,u,o,i){return"function"==typeof i?n.read(e,t,r,u,o,i):new Promise(((i,s)=>{n.read(e,t,r,u,o,((e,t,n)=>{if(e)return s(e);i({bytesRead:t,buffer:n})}))}))},e.write=function(e,t,...r){return"function"==typeof r[r.length-1]?n.write(e,t,...r):new Promise(((u,o)=>{n.write(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffer:n})}))}))},"function"==typeof n.realpath.native&&(e.realpath.native=t(n.realpath.native))}(ho);const Co=p.default;function Fo(e){return(e=Co.normalize(Co.resolve(e)).split(Co.sep)).length>0?e[0]:null}const go=/[<>:"|?*]/;var Ao=function(e){const t=Fo(e);return e=e.replace(t,""),go.test(e)};const vo=we,So=p.default,wo=Ao,Oo=parseInt("0777",8);var bo=function e(t,n,r,u){if("function"==typeof n?(r=n,n={}):n&&"object"==typeof n||(n={mode:n}),"win32"===process.platform&&wo(t)){const e=new Error(t+" contains invalid WIN32 path characters.");return e.code="EINVAL",r(e)}let o=n.mode;const i=n.fs||vo;void 0===o&&(o=Oo&~process.umask()),u||(u=null),r=r||function(){},t=So.resolve(t),i.mkdir(t,o,(o=>{if(!o)return r(null,u=u||t);if("ENOENT"===o.code){if(So.dirname(t)===t)return r(o);e(So.dirname(t),n,((u,o)=>{u?r(u,o):e(t,n,r,o)}))}else i.stat(t,((e,t)=>{e||!t.isDirectory()?r(o,u):r(null,u)}))}))};const _o=we,Bo=p.default,Po=Ao,ko=parseInt("0777",8);var xo=function e(t,n,r){n&&"object"==typeof n||(n={mode:n});let u=n.mode;const o=n.fs||_o;if("win32"===process.platform&&Po(t)){const e=new Error(t+" contains invalid WIN32 path characters.");throw e.code="EINVAL",e}void 0===u&&(u=ko&~process.umask()),r||(r=null),t=Bo.resolve(t);try{o.mkdirSync(t,u),r=r||t}catch(u){if("ENOENT"===u.code){if(Bo.dirname(t)===t)throw u;r=e(Bo.dirname(t),n,r),e(t,n,r)}else{let e;try{e=o.statSync(t)}catch(e){throw u}if(!e.isDirectory())throw u}}return r};const No=(0,yo.fromCallback)(bo);var Io={mkdirs:No,mkdirsSync:xo,mkdirp:No,mkdirpSync:xo,ensureDir:No,ensureDirSync:xo};const To=we;E.default,p.default;var Ro=function(e,t,n,r){To.open(e,"r+",((e,u)=>{if(e)return r(e);To.futimes(u,t,n,(e=>{To.close(u,(t=>{r&&r(e||t)}))}))}))},Mo=function(e,t,n){const r=To.openSync(e,"r+");return To.futimesSync(r,t,n),To.closeSync(r)};const Lo=we,jo=p.default,$o=10,Ho=5,Jo=0,Go=process.versions.node.split("."),Vo=Number.parseInt(Go[0],10),Uo=Number.parseInt(Go[1],10),Wo=Number.parseInt(Go[2],10);function zo(){if(Vo>$o)return!0;if(Vo===$o){if(Uo>Ho)return!0;if(Uo===Ho&&Wo>=Jo)return!0}return!1}function Ko(e,t){const n=jo.resolve(e).split(jo.sep).filter((e=>e)),r=jo.resolve(t).split(jo.sep).filter((e=>e));return n.reduce(((e,t,n)=>e&&r[n]===t),!0)}function qo(e,t,n){return`Cannot ${n} '${e}' to a subdirectory of itself, '${t}'.`}var Yo,Xo,Zo={checkPaths:function(e,t,n,r){!function(e,t,n){zo()?Lo.stat(e,{bigint:!0},((e,r)=>{if(e)return n(e);Lo.stat(t,{bigint:!0},((e,t)=>e?"ENOENT"===e.code?n(null,{srcStat:r,destStat:null}):n(e):n(null,{srcStat:r,destStat:t})))})):Lo.stat(e,((e,r)=>{if(e)return n(e);Lo.stat(t,((e,t)=>e?"ENOENT"===e.code?n(null,{srcStat:r,destStat:null}):n(e):n(null,{srcStat:r,destStat:t})))}))}(e,t,((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;return s&&s.ino&&s.dev&&s.ino===i.ino&&s.dev===i.dev?r(new Error("Source and destination must not be the same.")):i.isDirectory()&&Ko(e,t)?r(new Error(qo(e,t,n))):r(null,{srcStat:i,destStat:s})}))},checkPathsSync:function(e,t,n){const{srcStat:r,destStat:u}=function(e,t){let n,r;n=zo()?Lo.statSync(e,{bigint:!0}):Lo.statSync(e);try{r=zo()?Lo.statSync(t,{bigint:!0}):Lo.statSync(t)}catch(e){if("ENOENT"===e.code)return{srcStat:n,destStat:null};throw e}return{srcStat:n,destStat:r}}(e,t);if(u&&u.ino&&u.dev&&u.ino===r.ino&&u.dev===r.dev)throw new Error("Source and destination must not be the same.");if(r.isDirectory()&&Ko(e,t))throw new Error(qo(e,t,n));return{srcStat:r,destStat:u}},checkParentPaths:function e(t,n,r,u,o){const i=jo.resolve(jo.dirname(t)),s=jo.resolve(jo.dirname(r));if(s===i||s===jo.parse(s).root)return o();zo()?Lo.stat(s,{bigint:!0},((i,c)=>i?"ENOENT"===i.code?o():o(i):c.ino&&c.dev&&c.ino===n.ino&&c.dev===n.dev?o(new Error(qo(t,r,u))):e(t,n,s,u,o))):Lo.stat(s,((i,c)=>i?"ENOENT"===i.code?o():o(i):c.ino&&c.dev&&c.ino===n.ino&&c.dev===n.dev?o(new Error(qo(t,r,u))):e(t,n,s,u,o)))},checkParentPathsSync:function e(t,n,r,u){const o=jo.resolve(jo.dirname(t)),i=jo.resolve(jo.dirname(r));if(i===o||i===jo.parse(i).root)return;let s;try{s=zo()?Lo.statSync(i,{bigint:!0}):Lo.statSync(i)}catch(e){if("ENOENT"===e.code)return;throw e}if(s.ino&&s.dev&&s.ino===n.ino&&s.dev===n.dev)throw new Error(qo(t,r,u));return e(t,n,i,u)},isSrcSubdir:Ko};const Qo=we,ei=p.default,ti=Io.mkdirsSync,ni=Mo,ri=Zo;function ui(e,t,n,r){if(!r.filter||r.filter(t,n))return function(e,t,n,r){const u=r.dereference?Qo.statSync:Qo.lstatSync,o=u(t);if(o.isDirectory())return function(e,t,n,r,u){if(!t)return function(e,t,n,r){return Qo.mkdirSync(n),ii(t,n,r),Qo.chmodSync(n,e.mode)}(e,n,r,u);if(t&&!t.isDirectory())throw new Error(`Cannot overwrite non-directory '${r}' with directory '${n}'.`);return ii(n,r,u)}(o,e,t,n,r);if(o.isFile()||o.isCharacterDevice()||o.isBlockDevice())return function(e,t,n,r,u){return t?function(e,t,n,r){if(r.overwrite)return Qo.unlinkSync(n),oi(e,t,n,r);if(r.errorOnExist)throw new Error(`'${n}' already exists`)}(e,n,r,u):oi(e,n,r,u)}(o,e,t,n,r);if(o.isSymbolicLink())return function(e,t,n,r){let u=Qo.readlinkSync(t);r.dereference&&(u=ei.resolve(process.cwd(),u));if(e){let e;try{e=Qo.readlinkSync(n)}catch(e){if("EINVAL"===e.code||"UNKNOWN"===e.code)return Qo.symlinkSync(u,n);throw e}if(r.dereference&&(e=ei.resolve(process.cwd(),e)),ri.isSrcSubdir(u,e))throw new Error(`Cannot copy '${u}' to a subdirectory of itself, '${e}'.`);if(Qo.statSync(n).isDirectory()&&ri.isSrcSubdir(e,u))throw new Error(`Cannot overwrite '${e}' with '${u}'.`);return function(e,t){return Qo.unlinkSync(t),Qo.symlinkSync(e,t)}(u,n)}return Qo.symlinkSync(u,n)}(e,t,n,r)}(e,t,n,r)}function oi(e,t,n,r){return"function"==typeof Qo.copyFileSync?(Qo.copyFileSync(t,n),Qo.chmodSync(n,e.mode),r.preserveTimestamps?ni(n,e.atime,e.mtime):void 0):function(e,t,n,r){const u=65536,o=(Xo?Yo:(Xo=1,Yo=function(e){if("function"==typeof Buffer.allocUnsafe)try{return Buffer.allocUnsafe(e)}catch(t){return new Buffer(e)}return new Buffer(e)}))(u),i=Qo.openSync(t,"r"),s=Qo.openSync(n,"w",e.mode);let c=0;for(;cfunction(e,t,n,r){const u=ei.join(t,e),o=ei.join(n,e),{destStat:i}=ri.checkPathsSync(u,o,"copy");return ui(i,u,o,r)}(r,e,t,n)))}var si=function(e,t,n){"function"==typeof n&&(n={filter:n}),(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269");const{srcStat:r,destStat:u}=ri.checkPathsSync(e,t,"copy");return ri.checkParentPathsSync(e,r,t,"copy"),function(e,t,n,r){if(r.filter&&!r.filter(t,n))return;const u=ei.dirname(n);Qo.existsSync(u)||ti(u);return ui(e,t,n,r)}(u,e,t,n)},ci={copySync:si};const ai=yo.fromPromise,li=ho;var fi={pathExists:ai((function(e){return li.access(e).then((()=>!0)).catch((()=>!1))})),pathExistsSync:li.existsSync};const di=we,Di=p.default,pi=Io.mkdirs,Ei=fi.pathExists,mi=Ro,hi=Zo;function yi(e,t,n,r,u){const o=Di.dirname(n);Ei(o,((i,s)=>i?u(i):s?Fi(e,t,n,r,u):void pi(o,(o=>o?u(o):Fi(e,t,n,r,u)))))}function Ci(e,t,n,r,u,o){Promise.resolve(u.filter(n,r)).then((i=>i?e(t,n,r,u,o):o()),(e=>o(e)))}function Fi(e,t,n,r,u){return r.filter?Ci(gi,e,t,n,r,u):gi(e,t,n,r,u)}function gi(e,t,n,r,u){(r.dereference?di.stat:di.lstat)(t,((o,i)=>o?u(o):i.isDirectory()?function(e,t,n,r,u,o){if(!t)return function(e,t,n,r,u){di.mkdir(n,(o=>{if(o)return u(o);Si(t,n,r,(t=>t?u(t):di.chmod(n,e.mode,u)))}))}(e,n,r,u,o);if(t&&!t.isDirectory())return o(new Error(`Cannot overwrite non-directory '${r}' with directory '${n}'.`));return Si(n,r,u,o)}(i,e,t,n,r,u):i.isFile()||i.isCharacterDevice()||i.isBlockDevice()?function(e,t,n,r,u,o){return t?function(e,t,n,r,u){if(!r.overwrite)return r.errorOnExist?u(new Error(`'${n}' already exists`)):u();di.unlink(n,(o=>o?u(o):Ai(e,t,n,r,u)))}(e,n,r,u,o):Ai(e,n,r,u,o)}(i,e,t,n,r,u):i.isSymbolicLink()?function(e,t,n,r,u){di.readlink(t,((t,o)=>t?u(t):(r.dereference&&(o=Di.resolve(process.cwd(),o)),e?void di.readlink(n,((t,i)=>t?"EINVAL"===t.code||"UNKNOWN"===t.code?di.symlink(o,n,u):u(t):(r.dereference&&(i=Di.resolve(process.cwd(),i)),hi.isSrcSubdir(o,i)?u(new Error(`Cannot copy '${o}' to a subdirectory of itself, '${i}'.`)):e.isDirectory()&&hi.isSrcSubdir(i,o)?u(new Error(`Cannot overwrite '${i}' with '${o}'.`)):function(e,t,n){di.unlink(t,(r=>r?n(r):di.symlink(e,t,n)))}(o,n,u)))):di.symlink(o,n,u))))}(e,t,n,r,u):void 0))}function Ai(e,t,n,r,u){return"function"==typeof di.copyFile?di.copyFile(t,n,(t=>t?u(t):vi(e,n,r,u))):function(e,t,n,r,u){const o=di.createReadStream(t);o.on("error",(e=>u(e))).once("open",(()=>{const t=di.createWriteStream(n,{mode:e.mode});t.on("error",(e=>u(e))).on("open",(()=>o.pipe(t))).once("close",(()=>vi(e,n,r,u)))}))}(e,t,n,r,u)}function vi(e,t,n,r){di.chmod(t,e.mode,(u=>u?r(u):n.preserveTimestamps?mi(t,e.atime,e.mtime,r):r()))}function Si(e,t,n,r){di.readdir(e,((u,o)=>u?r(u):wi(o,e,t,n,r)))}function wi(e,t,n,r,u){const o=e.pop();return o?function(e,t,n,r,u,o){const i=Di.join(n,t),s=Di.join(r,t);hi.checkPaths(i,s,"copy",((t,c)=>{if(t)return o(t);const{destStat:a}=c;Fi(a,i,s,u,(t=>t?o(t):wi(e,n,r,u,o)))}))}(e,o,t,n,r,u):u()}var Oi=function(e,t,n,r){"function"!=typeof n||r?"function"==typeof n&&(n={filter:n}):(r=n,n={}),r=r||function(){},(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269"),hi.checkPaths(e,t,"copy",((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;hi.checkParentPaths(e,i,t,"copy",(u=>u?r(u):n.filter?Ci(yi,s,e,t,n,r):yi(s,e,t,n,r)))}))};var bi={copy:(0,yo.fromCallback)(Oi)};const _i=we,Bi=p.default,Pi=g.default,ki="win32"===process.platform;function xi(e){["unlink","chmod","stat","lstat","rmdir","readdir"].forEach((t=>{e[t]=e[t]||_i[t],e[t+="Sync"]=e[t]||_i[t]})),e.maxBusyTries=e.maxBusyTries||3}function Ni(e,t,n){let r=0;"function"==typeof t&&(n=t,t={}),Pi(e,"rimraf: missing path"),Pi.strictEqual(typeof e,"string","rimraf: path should be a string"),Pi.strictEqual(typeof n,"function","rimraf: callback function required"),Pi(t,"rimraf: invalid options argument provided"),Pi.strictEqual(typeof t,"object","rimraf: options should be object"),xi(t),Ii(e,t,(function u(o){if(o){if(("EBUSY"===o.code||"ENOTEMPTY"===o.code||"EPERM"===o.code)&&rIi(e,t,u)),100*r)}"ENOENT"===o.code&&(o=null)}n(o)}))}function Ii(e,t,n){Pi(e),Pi(t),Pi("function"==typeof n),t.lstat(e,((r,u)=>r&&"ENOENT"===r.code?n(null):r&&"EPERM"===r.code&&ki?Ti(e,t,r,n):u&&u.isDirectory()?Mi(e,t,r,n):void t.unlink(e,(r=>{if(r){if("ENOENT"===r.code)return n(null);if("EPERM"===r.code)return ki?Ti(e,t,r,n):Mi(e,t,r,n);if("EISDIR"===r.code)return Mi(e,t,r,n)}return n(r)}))))}function Ti(e,t,n,r){Pi(e),Pi(t),Pi("function"==typeof r),n&&Pi(n instanceof Error),t.chmod(e,438,(u=>{u?r("ENOENT"===u.code?null:n):t.stat(e,((u,o)=>{u?r("ENOENT"===u.code?null:n):o.isDirectory()?Mi(e,t,n,r):t.unlink(e,r)}))}))}function Ri(e,t,n){let r;Pi(e),Pi(t),n&&Pi(n instanceof Error);try{t.chmodSync(e,438)}catch(e){if("ENOENT"===e.code)return;throw n}try{r=t.statSync(e)}catch(e){if("ENOENT"===e.code)return;throw n}r.isDirectory()?ji(e,t,n):t.unlinkSync(e)}function Mi(e,t,n,r){Pi(e),Pi(t),n&&Pi(n instanceof Error),Pi("function"==typeof r),t.rmdir(e,(u=>{!u||"ENOTEMPTY"!==u.code&&"EEXIST"!==u.code&&"EPERM"!==u.code?u&&"ENOTDIR"===u.code?r(n):r(u):function(e,t,n){Pi(e),Pi(t),Pi("function"==typeof n),t.readdir(e,((r,u)=>{if(r)return n(r);let o,i=u.length;if(0===i)return t.rmdir(e,n);u.forEach((r=>{Ni(Bi.join(e,r),t,(r=>{if(!o)return r?n(o=r):void(0==--i&&t.rmdir(e,n))}))}))}))}(e,t,r)}))}function Li(e,t){let n;xi(t=t||{}),Pi(e,"rimraf: missing path"),Pi.strictEqual(typeof e,"string","rimraf: path should be a string"),Pi(t,"rimraf: missing options"),Pi.strictEqual(typeof t,"object","rimraf: options should be object");try{n=t.lstatSync(e)}catch(n){if("ENOENT"===n.code)return;"EPERM"===n.code&&ki&&Ri(e,t,n)}try{n&&n.isDirectory()?ji(e,t,null):t.unlinkSync(e)}catch(n){if("ENOENT"===n.code)return;if("EPERM"===n.code)return ki?Ri(e,t,n):ji(e,t,n);if("EISDIR"!==n.code)throw n;ji(e,t,n)}}function ji(e,t,n){Pi(e),Pi(t),n&&Pi(n instanceof Error);try{t.rmdirSync(e)}catch(r){if("ENOTDIR"===r.code)throw n;if("ENOTEMPTY"===r.code||"EEXIST"===r.code||"EPERM"===r.code)!function(e,t){if(Pi(e),Pi(t),t.readdirSync(e).forEach((n=>Li(Bi.join(e,n),t))),!ki){return t.rmdirSync(e,t)}{const n=Date.now();do{try{return t.rmdirSync(e,t)}catch(e){}}while(Date.now()-n<500)}}(e,t);else if("ENOENT"!==r.code)throw r}}var $i=Ni;Ni.sync=Li;const Hi=$i;var Ji={remove:(0,yo.fromCallback)(Hi),removeSync:Hi.sync};const Gi=yo.fromCallback,Vi=we,Ui=p.default,Wi=Io,zi=Ji,Ki=Gi((function(e,t){t=t||function(){},Vi.readdir(e,((n,r)=>{if(n)return Wi.mkdirs(e,t);r=r.map((t=>Ui.join(e,t))),function e(){const n=r.pop();if(!n)return t();zi.remove(n,(n=>{if(n)return t(n);e()}))}()}))}));function qi(e){let t;try{t=Vi.readdirSync(e)}catch(t){return Wi.mkdirsSync(e)}t.forEach((t=>{t=Ui.join(e,t),zi.removeSync(t)}))}var Yi={emptyDirSync:qi,emptydirSync:qi,emptyDir:Ki,emptydir:Ki};const Xi=yo.fromCallback,Zi=p.default,Qi=we,es=Io,ts=fi.pathExists;var ns={createFile:Xi((function(e,t){function n(){Qi.writeFile(e,"",(e=>{if(e)return t(e);t()}))}Qi.stat(e,((r,u)=>{if(!r&&u.isFile())return t();const o=Zi.dirname(e);ts(o,((e,r)=>e?t(e):r?n():void es.mkdirs(o,(e=>{if(e)return t(e);n()}))))}))})),createFileSync:function(e){let t;try{t=Qi.statSync(e)}catch(e){}if(t&&t.isFile())return;const n=Zi.dirname(e);Qi.existsSync(n)||es.mkdirsSync(n),Qi.writeFileSync(e,"")}};const rs=yo.fromCallback,us=p.default,os=we,is=Io,ss=fi.pathExists;var cs={createLink:rs((function(e,t,n){function r(e,t){os.link(e,t,(e=>{if(e)return n(e);n(null)}))}ss(t,((u,o)=>u?n(u):o?n(null):void os.lstat(e,(u=>{if(u)return u.message=u.message.replace("lstat","ensureLink"),n(u);const o=us.dirname(t);ss(o,((u,i)=>u?n(u):i?r(e,t):void is.mkdirs(o,(u=>{if(u)return n(u);r(e,t)}))))}))))})),createLinkSync:function(e,t){if(os.existsSync(t))return;try{os.lstatSync(e)}catch(e){throw e.message=e.message.replace("lstat","ensureLink"),e}const n=us.dirname(t);return os.existsSync(n)||is.mkdirsSync(n),os.linkSync(e,t)}};const as=p.default,ls=we,fs=fi.pathExists;var ds={symlinkPaths:function(e,t,n){if(as.isAbsolute(e))return ls.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:e})));{const r=as.dirname(t),u=as.join(r,e);return fs(u,((t,o)=>t?n(t):o?n(null,{toCwd:u,toDst:e}):ls.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:as.relative(r,e)})))))}},symlinkPathsSync:function(e,t){let n;if(as.isAbsolute(e)){if(n=ls.existsSync(e),!n)throw new Error("absolute srcpath does not exist");return{toCwd:e,toDst:e}}{const r=as.dirname(t),u=as.join(r,e);if(n=ls.existsSync(u),n)return{toCwd:u,toDst:e};if(n=ls.existsSync(e),!n)throw new Error("relative srcpath does not exist");return{toCwd:e,toDst:as.relative(r,e)}}}};const Ds=we;var ps={symlinkType:function(e,t,n){if(n="function"==typeof t?t:n,t="function"!=typeof t&&t)return n(null,t);Ds.lstat(e,((e,r)=>{if(e)return n(null,"file");t=r&&r.isDirectory()?"dir":"file",n(null,t)}))},symlinkTypeSync:function(e,t){let n;if(t)return t;try{n=Ds.lstatSync(e)}catch(e){return"file"}return n&&n.isDirectory()?"dir":"file"}};const Es=yo.fromCallback,ms=p.default,hs=we,ys=Io.mkdirs,Cs=Io.mkdirsSync,Fs=ds.symlinkPaths,gs=ds.symlinkPathsSync,As=ps.symlinkType,vs=ps.symlinkTypeSync,Ss=fi.pathExists;var ws={createSymlink:Es((function(e,t,n,r){r="function"==typeof n?n:r,n="function"!=typeof n&&n,Ss(t,((u,o)=>u?r(u):o?r(null):void Fs(e,t,((u,o)=>{if(u)return r(u);e=o.toDst,As(o.toCwd,n,((n,u)=>{if(n)return r(n);const o=ms.dirname(t);Ss(o,((n,i)=>n?r(n):i?hs.symlink(e,t,u,r):void ys(o,(n=>{if(n)return r(n);hs.symlink(e,t,u,r)}))))}))}))))})),createSymlinkSync:function(e,t,n){if(hs.existsSync(t))return;const r=gs(e,t);e=r.toDst,n=vs(r.toCwd,n);const u=ms.dirname(t);return hs.existsSync(u)||Cs(u),hs.symlinkSync(e,t,n)}};var Os,bs={createFile:ns.createFile,createFileSync:ns.createFileSync,ensureFile:ns.createFile,ensureFileSync:ns.createFileSync,createLink:cs.createLink,createLinkSync:cs.createLinkSync,ensureLink:cs.createLink,ensureLinkSync:cs.createLinkSync,createSymlink:ws.createSymlink,createSymlinkSync:ws.createSymlinkSync,ensureSymlink:ws.createSymlink,ensureSymlinkSync:ws.createSymlinkSync};try{Os=we}catch(e){Os=D.default}function _s(e,t){var n,r="\n";return"object"==typeof t&&null!==t&&(t.spaces&&(n=t.spaces),t.EOL&&(r=t.EOL)),JSON.stringify(e,t?t.replacer:null,n).replace(/\n/g,r)+r}function Bs(e){return Buffer.isBuffer(e)&&(e=e.toString("utf8")),e=e.replace(/^\uFEFF/,"")}var Ps={readFile:function(e,t,n){null==n&&(n=t,t={}),"string"==typeof t&&(t={encoding:t});var r=(t=t||{}).fs||Os,u=!0;"throws"in t&&(u=t.throws),r.readFile(e,t,(function(r,o){if(r)return n(r);var i;o=Bs(o);try{i=JSON.parse(o,t?t.reviver:null)}catch(t){return u?(t.message=e+": "+t.message,n(t)):n(null,null)}n(null,i)}))},readFileSync:function(e,t){"string"==typeof(t=t||{})&&(t={encoding:t});var n=t.fs||Os,r=!0;"throws"in t&&(r=t.throws);try{var u=n.readFileSync(e,t);return u=Bs(u),JSON.parse(u,t.reviver)}catch(t){if(r)throw t.message=e+": "+t.message,t;return null}},writeFile:function(e,t,n,r){null==r&&(r=n,n={});var u=(n=n||{}).fs||Os,o="";try{o=_s(t,n)}catch(e){return void(r&&r(e,null))}u.writeFile(e,o,n,r)},writeFileSync:function(e,t,n){var r=(n=n||{}).fs||Os,u=_s(t,n);return r.writeFileSync(e,u,n)}},ks=Ps;const xs=yo.fromCallback,Ns=ks;var Is={readJson:xs(Ns.readFile),readJsonSync:Ns.readFileSync,writeJson:xs(Ns.writeFile),writeJsonSync:Ns.writeFileSync};const Ts=p.default,Rs=Io,Ms=fi.pathExists,Ls=Is;var js=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=Ts.dirname(e);Ms(u,((o,i)=>o?r(o):i?Ls.writeJson(e,t,n,r):void Rs.mkdirs(u,(u=>{if(u)return r(u);Ls.writeJson(e,t,n,r)}))))};const $s=we,Hs=p.default,Js=Io,Gs=Is;var Vs=function(e,t,n){const r=Hs.dirname(e);$s.existsSync(r)||Js.mkdirsSync(r),Gs.writeJsonSync(e,t,n)};const Us=yo.fromCallback,Ws=Is;Ws.outputJson=Us(js),Ws.outputJsonSync=Vs,Ws.outputJSON=Ws.outputJson,Ws.outputJSONSync=Ws.outputJsonSync,Ws.writeJSON=Ws.writeJson,Ws.writeJSONSync=Ws.writeJsonSync,Ws.readJSON=Ws.readJson,Ws.readJSONSync=Ws.readJsonSync;var zs=Ws;const Ks=we,qs=p.default,Ys=ci.copySync,Xs=Ji.removeSync,Zs=Io.mkdirpSync,Qs=Zo;function ec(e,t,n){try{Ks.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)throw r;return function(e,t,n){const r={overwrite:n,errorOnExist:!0};return Ys(e,t,r),Xs(e)}(e,t,n)}}var tc=function(e,t,n){const r=(n=n||{}).overwrite||n.clobber||!1,{srcStat:u}=Qs.checkPathsSync(e,t,"move");return Qs.checkParentPathsSync(e,u,t,"move"),Zs(qs.dirname(t)),function(e,t,n){if(n)return Xs(t),ec(e,t,n);if(Ks.existsSync(t))throw new Error("dest already exists.");return ec(e,t,n)}(e,t,r)},nc={moveSync:tc};const rc=we,uc=p.default,oc=bi.copy,ic=Ji.remove,sc=Io.mkdirp,cc=fi.pathExists,ac=Zo;function lc(e,t,n,r){rc.rename(e,t,(u=>u?"EXDEV"!==u.code?r(u):function(e,t,n,r){const u={overwrite:n,errorOnExist:!0};oc(e,t,u,(t=>t?r(t):ic(e,r)))}(e,t,n,r):r()))}var fc=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=n.overwrite||n.clobber||!1;ac.checkPaths(e,t,"move",((n,o)=>{if(n)return r(n);const{srcStat:i}=o;ac.checkParentPaths(e,i,t,"move",(n=>{if(n)return r(n);sc(uc.dirname(t),(n=>n?r(n):function(e,t,n,r){if(n)return ic(t,(u=>u?r(u):lc(e,t,n,r)));cc(t,((u,o)=>u?r(u):o?r(new Error("dest already exists.")):lc(e,t,n,r)))}(e,t,u,r)))}))}))};var dc={move:(0,yo.fromCallback)(fc)};const Dc=yo.fromCallback,pc=we,Ec=p.default,mc=Io,hc=fi.pathExists;var yc={outputFile:Dc((function(e,t,n,r){"function"==typeof n&&(r=n,n="utf8");const u=Ec.dirname(e);hc(u,((o,i)=>o?r(o):i?pc.writeFile(e,t,n,r):void mc.mkdirs(u,(u=>{if(u)return r(u);pc.writeFile(e,t,n,r)}))))})),outputFileSync:function(e,...t){const n=Ec.dirname(e);if(pc.existsSync(n))return pc.writeFileSync(e,...t);mc.mkdirsSync(n),pc.writeFileSync(e,...t)}};!function(e){e.exports=Object.assign({},ho,ci,bi,Yi,bs,zs,Io,nc,dc,yc,fi,Ji);const t=D.default;Object.getOwnPropertyDescriptor(t,"promises")&&Object.defineProperty(e.exports,"promises",{get:()=>t.promises})}(mo);const Cc=Nr.exports("streamroller:fileNameFormatter"),Fc=p.default;const gc=Nr.exports("streamroller:fileNameParser"),Ac=nu.exports;const vc=Nr.exports("streamroller:moveAndMaybeCompressFile"),Sc=mo.exports,wc=v.default;var Oc=async(e,t,n)=>{if(n=function(e){const t={mode:parseInt("0600",8),compress:!1},n=Object.assign({},t,e);return vc(`_parseOption: moveAndMaybeCompressFile called with option=${JSON.stringify(n)}`),n}(n),e!==t){if(await Sc.pathExists(e))if(vc(`moveAndMaybeCompressFile: moving file from ${e} to ${t} ${n.compress?"with":"without"} compress`),n.compress)await new Promise(((r,u)=>{let o=!1;const i=Sc.createWriteStream(t,{mode:n.mode,flags:"wx"}).on("open",(()=>{o=!0;const t=Sc.createReadStream(e).on("open",(()=>{t.pipe(wc.createGzip()).pipe(i)})).on("error",(t=>{vc(`moveAndMaybeCompressFile: error reading ${e}`,t),i.destroy(t)}))})).on("finish",(()=>{vc(`moveAndMaybeCompressFile: finished compressing ${t}, deleting ${e}`),Sc.unlink(e).then(r).catch((t=>{vc(`moveAndMaybeCompressFile: error deleting ${e}, truncating instead`,t),Sc.truncate(e).then(r).catch((t=>{vc(`moveAndMaybeCompressFile: error truncating ${e}`,t),u(t)}))}))})).on("error",(e=>{o?(vc(`moveAndMaybeCompressFile: error writing ${t}, deleting`,e),Sc.unlink(t).then((()=>{u(e)})).catch((e=>{vc(`moveAndMaybeCompressFile: error deleting ${t}`,e),u(e)}))):(vc(`moveAndMaybeCompressFile: error creating ${t}`,e),u(e))}))})).catch((()=>{}));else{vc(`moveAndMaybeCompressFile: renaming ${e} to ${t}`);try{await Sc.move(e,t,{overwrite:!0})}catch(n){if(vc(`moveAndMaybeCompressFile: error renaming ${e} to ${t}`,n),"ENOENT"!==n.code){vc("moveAndMaybeCompressFile: trying copy+truncate instead");try{await Sc.copy(e,t,{overwrite:!0}),await Sc.truncate(e)}catch(e){vc("moveAndMaybeCompressFile: error copy+truncate",e)}}}}}else vc("moveAndMaybeCompressFile: source and target are the same, not doing anything")};const bc=Nr.exports("streamroller:RollingFileWriteStream"),_c=mo.exports,Bc=p.default,Pc=E.default,kc=()=>new Date,xc=nu.exports,{Writable:Nc}=C.default,Ic=({file:e,keepFileExt:t,needsIndex:n,alwaysIncludeDate:r,compress:u,fileNameSep:o})=>{let i=o||".";const s=Fc.join(e.dir,e.name),c=t=>t+e.ext,a=(e,t,r)=>!n&&r||!t?e:e+i+t,l=(e,t,n)=>(t>0||r)&&n?e+i+n:e,f=(e,t)=>t&&u?e+".gz":e,d=t?[l,a,c,f]:[c,l,a,f];return({date:e,index:t})=>(Cc(`_formatFileName: date=${e}, index=${t}`),d.reduce(((n,r)=>r(n,t,e)),s))},Tc=({file:e,keepFileExt:t,pattern:n,fileNameSep:r})=>{let u=r||".";const o="__NOT_MATCHING__";let i=[(e,t)=>e.endsWith(".gz")?(gc("it is gzipped"),t.isCompressed=!0,e.slice(0,-1*".gz".length)):e,t?t=>t.startsWith(e.name)&&t.endsWith(e.ext)?(gc("it starts and ends with the right things"),t.slice(e.name.length+1,-1*e.ext.length)):o:t=>t.startsWith(e.base)?(gc("it starts with the right things"),t.slice(e.base.length+1)):o,n?(e,t)=>{const r=e.split(u);let o=r[r.length-1];gc("items: ",r,", indexStr: ",o);let i=e;void 0!==o&&o.match(/^\d+$/)?(i=e.slice(0,-1*(o.length+1)),gc(`dateStr is ${i}`),n&&!i&&(i=o,o="0")):o="0";try{const r=Ac.parse(n,i,new Date(0,0));return Ac.asString(n,r)!==i?e:(t.index=parseInt(o,10),t.date=i,t.timestamp=r.getTime(),"")}catch(t){return gc(`Problem parsing ${i} as ${n}, error was: `,t),e}}:(e,t)=>e.match(/^\d+$/)?(gc("it has an index"),t.index=parseInt(e,10),""):e];return e=>{let t={filename:e,index:0,isCompressed:!1};return i.reduce(((e,n)=>n(e,t)),e)?null:t}},Rc=Oc;var Mc=class extends Nc{constructor(e,t){if(bc(`constructor: creating RollingFileWriteStream. path=${e}`),"string"!=typeof e||0===e.length)throw new Error(`Invalid filename: ${e}`);if(e.endsWith(Bc.sep))throw new Error(`Filename is a directory: ${e}`);0===e.indexOf(`~${Bc.sep}`)&&(e=e.replace("~",Pc.homedir())),super(t),this.options=this._parseOption(t),this.fileObject=Bc.parse(e),""===this.fileObject.dir&&(this.fileObject=Bc.parse(Bc.join(process.cwd(),e))),this.fileFormatter=Ic({file:this.fileObject,alwaysIncludeDate:this.options.alwaysIncludePattern,needsIndex:this.options.maxSize 0`)}else delete n.maxSize;if(n.numBackups||0===n.numBackups){if(n.numBackups<0)throw new Error(`options.numBackups (${n.numBackups}) should be >= 0`);if(n.numBackups>=Number.MAX_SAFE_INTEGER)throw new Error(`options.numBackups (${n.numBackups}) should be < Number.MAX_SAFE_INTEGER`);n.numToKeep=n.numBackups+1}else if(n.numToKeep<=0)throw new Error(`options.numToKeep (${n.numToKeep}) should be > 0`);return bc(`_parseOption: creating stream with option=${JSON.stringify(n)}`),n}_final(e){this.currentFileStream.end("",this.options.encoding,e)}_write(e,t,n){this._shouldRoll().then((()=>{bc(`_write: writing chunk. file=${this.currentFileStream.path} state=${JSON.stringify(this.state)} chunk=${e}`),this.currentFileStream.write(e,t,(t=>{this.state.currentSize+=e.length,n(t)}))}))}async _shouldRoll(){(this._dateChanged()||this._tooBig())&&(bc(`_shouldRoll: rolling because dateChanged? ${this._dateChanged()} or tooBig? ${this._tooBig()}`),await this._roll())}_dateChanged(){return this.state.currentDate&&this.state.currentDate!==xc(this.options.pattern,kc())}_tooBig(){return this.state.currentSize>=this.options.maxSize}_roll(){return bc("_roll: closing the current stream"),new Promise(((e,t)=>{this.currentFileStream.end("",this.options.encoding,(()=>{this._moveOldFiles().then(e).catch(t)}))}))}async _moveOldFiles(){const e=await this._getExistingFiles();for(let t=(this.state.currentDate?e.filter((e=>e.date===this.state.currentDate)):e).length;t>=0;t--){bc(`_moveOldFiles: i = ${t}`);const e=this.fileFormatter({date:this.state.currentDate,index:t}),n=this.fileFormatter({date:this.state.currentDate,index:t+1}),r={compress:this.options.compress&&0===t,mode:this.options.mode};await Rc(e,n,r)}this.state.currentSize=0,this.state.currentDate=this.state.currentDate?xc(this.options.pattern,kc()):null,bc(`_moveOldFiles: finished rolling files. state=${JSON.stringify(this.state)}`),this._renewWriteStream(),await new Promise(((e,t)=>{this.currentFileStream.write("","utf8",(()=>{this._clean().then(e).catch(t)}))}))}async _getExistingFiles(){const e=await _c.readdir(this.fileObject.dir).catch((()=>[]));bc(`_getExistingFiles: files=${e}`);const t=e.map((e=>this.fileNameParser(e))).filter((e=>e)),n=e=>(e.timestamp?e.timestamp:kc().getTime())-e.index;return t.sort(((e,t)=>n(e)-n(t))),t}_renewWriteStream(){const e=this.fileFormatter({date:this.state.currentDate,index:0}),t=e=>{try{return _c.mkdirSync(e,{recursive:!0})}catch(n){if("ENOENT"===n.code)return t(Bc.dirname(e)),t(e);if("EEXIST"!==n.code&&"EROFS"!==n.code)throw n;try{if(_c.statSync(e).isDirectory())return e;throw n}catch(e){throw n}}};t(this.fileObject.dir);const n={flags:this.options.flags,encoding:this.options.encoding,mode:this.options.mode};var r,u;_c.appendFileSync(e,"",(r={...n},u="flags",r["flag"]=r[u],delete r[u],r)),this.currentFileStream=_c.createWriteStream(e,n),this.currentFileStream.on("error",(e=>{this.emit("error",e)}))}async _clean(){const e=await this._getExistingFiles();if(bc(`_clean: numToKeep = ${this.options.numToKeep}, existingFiles = ${e.length}`),bc("_clean: existing files are: ",e),this._tooManyFiles(e.length)){const n=e.slice(0,e.length-this.options.numToKeep).map((e=>Bc.format({dir:this.fileObject.dir,base:e.filename})));await(t=n,bc(`deleteFiles: files to delete: ${t}`),Promise.all(t.map((e=>_c.unlink(e).catch((t=>{bc(`deleteFiles: error when unlinking ${e}, ignoring. Error was ${t}`)}))))))}var t}_tooManyFiles(e){return this.options.numToKeep>0&&e>this.options.numToKeep}};const Lc=Mc;var jc=class extends Lc{constructor(e,t,n,r){r||(r={}),t&&(r.maxSize=t),r.numBackups||0===r.numBackups||(n||0===n||(n=1),r.numBackups=n),super(e,r),this.backups=r.numBackups,this.size=this.options.maxSize}get theStream(){return this.currentFileStream}};const $c=Mc;var Hc={RollingFileWriteStream:Mc,RollingFileStream:jc,DateRollingFileStream:class extends $c{constructor(e,t,n){t&&"object"==typeof t&&(n=t,t=null),n||(n={}),t||(t="yyyy-MM-dd"),n.pattern=t,n.numBackups||0===n.numBackups?n.daysToKeep=n.numBackups:(n.daysToKeep||0===n.daysToKeep?process.emitWarning("options.daysToKeep is deprecated due to the confusion it causes when used together with file size rolling. Please use options.numBackups instead.","DeprecationWarning","streamroller-DEP0001"):n.daysToKeep=1,n.numBackups=n.daysToKeep),super(e,n),this.mode=this.options.mode}get theStream(){return this.currentFileStream}}};const Jc=Nr.exports("log4js:file"),Gc=p.default,Vc=Hc,Uc=E.default.EOL;let Wc=!1;const zc=new Set;function Kc(){zc.forEach((e=>{e.sighupHandler()}))}function qc(e,t,n,r){const u=new Vc.RollingFileStream(e,t,n,r);return u.on("error",(t=>{console.error("log4js.fileAppender - Writing to file %s, error happened ",e,t)})),u.on("drain",(()=>{process.emit("log4js:pause",!1)})),u}Eo.configure=function(e,t){let n=t.basicLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),e.mode=e.mode||384,function(e,t,n,r,u,o){e=Gc.normalize(e),Jc("Creating file appender (",e,", ",n,", ",r=r||0===r?r:5,", ",u,", ",o,")");let i=qc(e,n,r,u);const s=function(e){if(i.writable){if(!0===u.removeColor){const t=/\x1b[[0-9;]*m/g;e.data=e.data.map((e=>"string"==typeof e?e.replace(t,""):e))}i.write(t(e,o)+Uc,"utf8")||process.emit("log4js:pause",!0)}};return s.reopen=function(){i.end((()=>{i=qc(e,n,r,u)}))},s.sighupHandler=function(){Jc("SIGHUP handler called."),s.reopen()},s.shutdown=function(e){zc.delete(s),0===zc.size&&Wc&&(process.removeListener("SIGHUP",Kc),Wc=!1),i.end("","utf-8",e)},zc.add(s),Wc||(process.on("SIGHUP",Kc),Wc=!0),s}(e.filename,n,e.maxLogSize,e.backups,e,e.timezoneOffset)};var Yc={};const Xc=Hc,Zc=E.default.EOL;function Qc(e,t,n,r,u){r.maxSize=r.maxLogSize;const o=function(e,t,n){const r=new Xc.DateRollingFileStream(e,t,n);return r.on("error",(t=>{console.error("log4js.dateFileAppender - Writing to file %s, error happened ",e,t)})),r.on("drain",(()=>{process.emit("log4js:pause",!1)})),r}(e,t,r),i=function(e){o.writable&&(o.write(n(e,u)+Zc,"utf8")||process.emit("log4js:pause",!0))};return i.shutdown=function(e){o.end("","utf-8",e)},i}Yc.configure=function(e,t){let n=t.basicLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),e.alwaysIncludePattern||(e.alwaysIncludePattern=!1),e.mode=e.mode||384,Qc(e.filename,e.pattern,n,e,e.timezoneOffset)};var ea={};const ta=Nr.exports("log4js:fileSync"),na=p.default,ra=D.default,ua=E.default.EOL||"\n";function oa(e,t){if(ra.existsSync(e))return;const n=ra.openSync(e,t.flags,t.mode);ra.closeSync(n)}class ia{constructor(e,t,n,r){ta("In RollingFileStream"),function(){if(!e||!t||t<=0)throw new Error("You must specify a filename and file size")}(),this.filename=e,this.size=t,this.backups=n,this.options=r,this.currentSize=0,this.currentSize=function(e){let t=0;try{t=ra.statSync(e).size}catch(t){oa(e,r)}return t}(this.filename)}shouldRoll(){return ta("should roll with current size %d, and max size %d",this.currentSize,this.size),this.currentSize>=this.size}roll(e){const t=this,n=new RegExp(`^${na.basename(e)}`);function r(e){return n.test(e)}function u(t){return parseInt(t.substring(`${na.basename(e)}.`.length),10)||0}function o(e,t){return u(e)>u(t)?1:u(e) ${e}.${r+1}`),ra.renameSync(na.join(na.dirname(e),n),`${e}.${r+1}`)}}ta("Rolling, rolling, rolling"),ta("Renaming the old files"),ra.readdirSync(na.dirname(e)).filter(r).sort(o).reverse().forEach(i)}write(e,t){const n=this;ta("in write"),this.shouldRoll()&&(this.currentSize=0,this.roll(this.filename)),ta("writing the chunk to the file"),n.currentSize+=e.length,ra.appendFileSync(n.filename,e)}}ea.configure=function(e,t){let n=t.basicLayout;e.layout&&(n=t.layout(e.layout.type,e.layout));const r={flags:e.flags||"a",encoding:e.encoding||"utf8",mode:e.mode||384};return function(e,t,n,r,u,o){ta("fileSync appender created");const i=function(e,t,n){let r;var u;return t?r=new ia(e,t,n,o):(oa(u=e,o),r={write(e){ra.appendFileSync(u,e)}}),r}(e=na.normalize(e),n,r=r||0===r?r:5);return e=>{i.write(t(e,u)+ua)}}(e.filename,n,e.maxLogSize,e.backups,e.timezoneOffset,r)};var sa={};const ca=Nr.exports("log4js:tcp"),aa=S.default;sa.configure=function(e,t){ca(`configure with config = ${e}`);let n=function(e){return e.serialise()};return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){let n=!1;const r=[];let u,o=3,i="__LOG4JS__";function s(e){ca("Writing log event to socket"),n=u.write(`${t(e)}${i}`,"utf8")}function c(){let e;for(ca("emptying buffer");e=r.shift();)s(e)}function a(e){n?s(e):(ca("buffering log event because it cannot write at the moment"),r.push(e))}return function t(){ca(`appender creating socket to ${e.host||"localhost"}:${e.port||5e3}`),i=`${e.endMsg||"__LOG4JS__"}`,u=aa.createConnection(e.port||5e3,e.host||"localhost"),u.on("connect",(()=>{ca("socket connected"),c(),n=!0})),u.on("drain",(()=>{ca("drain event received, emptying buffer"),n=!0,c()})),u.on("timeout",u.end.bind(u)),u.on("error",(e=>{ca("connection error",e),n=!1,c()})),u.on("close",t)}(),a.shutdown=function(e){ca("shutdown called"),r.length&&o?(ca("buffer has items, waiting 100ms to empty"),o-=1,setTimeout((()=>{a.shutdown(e)}),100)):(u.removeAllListeners("close"),u.end(e))},a}(e,n)};const la=p.default,fa=Nr.exports("log4js:appenders"),da=tu,Da=eo,pa=gu,Ea=hu,ma=to,ha=new Map;ha.set("console",oo),ha.set("stdout",so),ha.set("stderr",co),ha.set("logLevelFilter",ao),ha.set("categoryFilter",lo),ha.set("noLogFilter",Do),ha.set("file",Eo),ha.set("dateFile",Yc),ha.set("fileSync",ea),ha.set("tcp",sa);const ya=new Map,Ca=(e,t)=>{fa("Loading module from ",e);try{return require(e)}catch(n){return void da.throwExceptionIf(t,"MODULE_NOT_FOUND"!==n.code,`appender "${e}" could not be loaded (error was: ${n})`)}},Fa=new Set,ga=(e,t)=>{if(ya.has(e))return ya.get(e);if(!t.appenders[e])return!1;if(Fa.has(e))throw new Error(`Dependency loop detected for appender ${e}.`);Fa.add(e),fa(`Creating appender ${e}`);const n=Aa(e,t);return Fa.delete(e),ya.set(e,n),n},Aa=(e,t)=>{const n=t.appenders[e],r=n.type.configure?n.type:((e,t)=>ha.get(e)||Ca(`./${e}`,t)||Ca(e,t)||require.main&&Ca(la.join(la.dirname(require.main.filename),e),t)||Ca(la.join(process.cwd(),e),t))(n.type,t);return da.throwExceptionIf(t,da.not(r),`appender "${e}" is not valid (type "${n.type}" could not be found)`),r.appender&&fa(`DEPRECATION: Appender ${n.type} exports an appender function.`),r.shutdown&&fa(`DEPRECATION: Appender ${n.type} exports a shutdown function.`),fa(`${e}: clustering.isMaster ? ${Da.isMaster()}`),fa(`${e}: appenderModule is ${F.default.inspect(r)}`),Da.onlyOnMaster((()=>(fa(`calling appenderModule.configure for ${e} / ${n.type}`),r.configure(ma.modifyConfig(n),Ea,(e=>ga(e,t)),pa))),(()=>{}))},va=e=>{ya.clear(),Fa.clear();const t=[];Object.values(e.categories).forEach((e=>{t.push(...e.appenders)})),Object.keys(e.appenders).forEach((n=>{(t.includes(n)||"tcp-server"===e.appenders[n].type)&&ga(n,e)}))},Sa=()=>{va({appenders:{out:{type:"stdout"}},categories:{default:{appenders:["out"],level:"trace"}}})};Sa(),da.addListener((e=>{da.throwExceptionIf(e,da.not(da.anObject(e.appenders)),'must have a property "appenders" of type object.');const t=Object.keys(e.appenders);da.throwExceptionIf(e,da.not(t.length),"must define at least one appender."),t.forEach((t=>{da.throwExceptionIf(e,da.not(e.appenders[t].type),`appender "${t}" is not valid (must be an object with property "type")`)}))})),da.addListener(va),Au.exports=ya,Au.exports.init=Sa;var wa={exports:{}};!function(e){const t=Nr.exports("log4js:categories"),n=tu,r=gu,u=Au.exports,o=new Map;function i(e,t,n){if(!1===t.inherit)return;const r=n.lastIndexOf(".");if(r<0)return;const u=n.substring(0,r);let o=e.categories[u];o||(o={inherit:!0,appenders:[]}),i(e,o,u),!e.categories[u]&&o.appenders&&o.appenders.length&&o.level&&(e.categories[u]=o),t.appenders=t.appenders||[],t.level=t.level||o.level,o.appenders.forEach((e=>{t.appenders.includes(e)||t.appenders.push(e)})),t.parent=o}function s(e){if(!e.categories)return;Object.keys(e.categories).forEach((t=>{const n=e.categories[t];i(e,n,t)}))}n.addPreProcessingListener((e=>s(e))),n.addListener((e=>{n.throwExceptionIf(e,n.not(n.anObject(e.categories)),'must have a property "categories" of type object.');const t=Object.keys(e.categories);n.throwExceptionIf(e,n.not(t.length),"must define at least one category."),t.forEach((t=>{const o=e.categories[t];n.throwExceptionIf(e,[n.not(o.appenders),n.not(o.level)],`category "${t}" is not valid (must be an object with properties "appenders" and "level")`),n.throwExceptionIf(e,n.not(Array.isArray(o.appenders)),`category "${t}" is not valid (appenders must be an array of appender names)`),n.throwExceptionIf(e,n.not(o.appenders.length),`category "${t}" is not valid (appenders must contain at least one appender name)`),Object.prototype.hasOwnProperty.call(o,"enableCallStack")&&n.throwExceptionIf(e,"boolean"!=typeof o.enableCallStack,`category "${t}" is not valid (enableCallStack must be boolean type)`),o.appenders.forEach((r=>{n.throwExceptionIf(e,n.not(u.get(r)),`category "${t}" is not valid (appender "${r}" is not defined)`)})),n.throwExceptionIf(e,n.not(r.getLevel(o.level)),`category "${t}" is not valid (level "${o.level}" not recognised; valid levels are ${r.levels.join(", ")})`)})),n.throwExceptionIf(e,n.not(e.categories.default),'must define a "default" category.')}));const c=e=>{o.clear();Object.keys(e.categories).forEach((n=>{const i=e.categories[n],s=[];i.appenders.forEach((e=>{s.push(u.get(e)),t(`Creating category ${n}`),o.set(n,{appenders:s,level:r.getLevel(i.level),enableCallStack:i.enableCallStack||!1})}))}))},a=()=>{c({categories:{default:{appenders:["out"],level:"OFF"}}})};a(),n.addListener(c);const l=e=>(t(`configForCategory: searching for config for ${e}`),o.has(e)?(t(`configForCategory: ${e} exists in config, returning it`),o.get(e)):e.indexOf(".")>0?(t(`configForCategory: ${e} has hierarchy, searching for parents`),l(e.substring(0,e.lastIndexOf(".")))):(t("configForCategory: returning config for default category"),l("default")));e.exports=o,e.exports=Object.assign(e.exports,{appendersForCategory:e=>l(e).appenders,getLevelForCategory:e=>l(e).level,setLevelForCategory:(e,n)=>{let r=o.get(e);if(t(`setLevelForCategory: found ${r} for ${e}`),!r){const n=l(e);t(`setLevelForCategory: no config found for category, found ${n} for parents of ${e}`),r={appenders:n.appenders}}r.level=n,o.set(e,r)},getEnableCallStackForCategory:e=>!0===l(e).enableCallStack,setEnableCallStackForCategory:(e,t)=>{l(e).enableCallStack=t},init:a})}(wa);const Oa=Nr.exports("log4js:logger"),ba=Hu,_a=gu,Ba=eo,Pa=wa.exports,ka=tu,xa=/at (?:(.+)\s+\()?(?:(.+?):(\d+)(?::(\d+))?|([^)]+))\)?/;function Na(e,t=4){const n=e.stack.split("\n").slice(t),r=xa.exec(n[0]);return r&&6===r.length?{functionName:r[1],fileName:r[2],lineNumber:parseInt(r[3],10),columnNumber:parseInt(r[4],10),callStack:n.join("\n")}:null}class Ia{constructor(e){if(!e)throw new Error("No category provided.");this.category=e,this.context={},this.parseCallStack=Na,Oa(`Logger created (${this.category}, ${this.level})`)}get level(){return _a.getLevel(Pa.getLevelForCategory(this.category),_a.TRACE)}set level(e){Pa.setLevelForCategory(this.category,_a.getLevel(e,this.level))}get useCallStack(){return Pa.getEnableCallStackForCategory(this.category)}set useCallStack(e){Pa.setEnableCallStackForCategory(this.category,!0===e)}log(e,...t){let n=_a.getLevel(e);n||(this._log(_a.WARN,"log4js:logger.log: invalid value for log-level as first parameter given: ",e),n=_a.INFO),this.isLevelEnabled(n)&&this._log(n,t)}isLevelEnabled(e){return this.level.isLessThanOrEqualTo(e)}_log(e,t){Oa(`sending log data (${e}) to appenders`);const n=new ba(this.category,e,t,this.context,this.useCallStack&&this.parseCallStack(new Error));Ba.send(n)}addContext(e,t){this.context[e]=t}removeContext(e){delete this.context[e]}clearContext(){this.context={}}setParseCallStackFunction(e){this.parseCallStack=e}}function Ta(e){const t=_a.getLevel(e),n=t.toString().toLowerCase().replace(/_([a-z])/g,(e=>e[1].toUpperCase())),r=n[0].toUpperCase()+n.slice(1);Ia.prototype[`is${r}Enabled`]=function(){return this.isLevelEnabled(t)},Ia.prototype[n]=function(...e){this.log(t,...e)}}_a.levels.forEach(Ta),ka.addListener((()=>{_a.levels.forEach(Ta)}));var Ra=Ia;const Ma=gu;function La(e){return e.originalUrl||e.url}function ja(e,t){for(let n=0;ne.source?e.source:e));t=new RegExp(n.join("|"))}return t}(t.nolog);return(e,i,s)=>{if(e._logging)return s();if(o&&o.test(e.originalUrl))return s();if(n.isLevelEnabled(r)||"auto"===t.level){const o=new Date,{writeHead:s}=i;e._logging=!0,i.writeHead=(e,t)=>{i.writeHead=s,i.writeHead(e,t),i.__statusCode=e,i.__headers=t||{}},i.on("finish",(()=>{i.responseTime=new Date-o,i.statusCode&&"auto"===t.level&&(r=Ma.INFO,i.statusCode>=300&&(r=Ma.WARN),i.statusCode>=400&&(r=Ma.ERROR)),r=function(e,t,n){let r=t;if(n){const t=n.find((t=>{let n=!1;return n=t.from&&t.to?e>=t.from&&e<=t.to:-1!==t.codes.indexOf(e),n}));t&&(r=Ma.getLevel(t.level,r))}return r}(i.statusCode,r,t.statusRules);const s=function(e,t,n){const r=[];return r.push({token:":url",replacement:La(e)}),r.push({token:":protocol",replacement:e.protocol}),r.push({token:":hostname",replacement:e.hostname}),r.push({token:":method",replacement:e.method}),r.push({token:":status",replacement:t.__statusCode||t.statusCode}),r.push({token:":response-time",replacement:t.responseTime}),r.push({token:":date",replacement:(new Date).toUTCString()}),r.push({token:":referrer",replacement:e.headers.referer||e.headers.referrer||""}),r.push({token:":http-version",replacement:`${e.httpVersionMajor}.${e.httpVersionMinor}`}),r.push({token:":remote-addr",replacement:e.headers["x-forwarded-for"]||e.ip||e._remoteAddress||e.socket&&(e.socket.remoteAddress||e.socket.socket&&e.socket.socket.remoteAddress)}),r.push({token:":user-agent",replacement:e.headers["user-agent"]}),r.push({token:":content-length",replacement:t.getHeader("content-length")||t.__headers&&t.__headers["Content-Length"]||"-"}),r.push({token:/:req\[([^\]]+)]/g,replacement:(t,n)=>e.headers[n.toLowerCase()]}),r.push({token:/:res\[([^\]]+)]/g,replacement:(e,n)=>t.getHeader(n.toLowerCase())||t.__headers&&t.__headers[n]}),(e=>{const t=e.concat();for(let e=0;eja(e,s)));t&&n.log(r,t)}else n.log(r,ja(u,s));t.context&&n.removeContext("res")}))}return s()}},nl=Va;let rl=!1;function ul(e){if(!rl)return;Ua("Received log event ",e);Za.appendersForCategory(e.categoryName).forEach((t=>{t(e)}))}function ol(e){rl&&il();let t=e;return"string"==typeof t&&(t=function(e){Ua(`Loading configuration from ${e}`);try{return JSON.parse(Wa.readFileSync(e,"utf8"))}catch(t){throw new Error(`Problem reading config from file "${e}". Error was ${t.message}`,t)}}(e)),Ua(`Configuration is ${t}`),Ka.configure(za(t)),el.onMessage(ul),rl=!0,sl}function il(e){Ua("Shutdown called. Disabling all log writing."),rl=!1;const t=Array.from(Xa.values());Xa.init(),Za.init();const n=t.reduceRight(((e,t)=>t.shutdown?e+1:e),0);if(0===n)return Ua("No appenders with shutdown functions found."),void 0!==e&&e();let r,u=0;function o(t){r=r||t,u+=1,Ua(`Appender shutdowns complete: ${u} / ${n}`),u>=n&&(Ua("All shutdown functions completed."),e&&e(r))}return Ua(`Found ${n} appenders with shutdown functions.`),t.filter((e=>e.shutdown)).forEach((e=>e.shutdown(o))),null}const sl={getLogger:function(e){return rl||ol(process.env.LOG4JS_CONFIG||{appenders:{out:{type:"stdout"}},categories:{default:{appenders:["out"],level:"OFF"}}}),new Qa(e||"default")},configure:ol,shutdown:il,connectLogger:tl,levels:Ya,addLayout:qa.addLayout,recording:function(){return nl}};var cl=sl,al={};Object.defineProperty(al,"__esModule",{value:!0}),al.levelMap=al.getLevel=al.setCategoriesLevel=al.getConfiguration=al.setConfiguration=void 0;const ll=cl;let fl={appenders:{debug:{type:"stdout",layout:{type:"pattern",pattern:"[%d] > hvigor %p %c %[%m%]"}},info:{type:"stdout",layout:{type:"pattern",pattern:"[%d] > hvigor %[%m%]"}},"no-pattern-info":{type:"stdout",layout:{type:"pattern",pattern:"%m"}},wrong:{type:"stderr",layout:{type:"pattern",pattern:"[%d] > hvigor %[%p: %m%]"}},"just-debug":{type:"logLevelFilter",appender:"debug",level:"debug",maxLevel:"debug"},"just-info":{type:"logLevelFilter",appender:"info",level:"info",maxLevel:"info"},"just-wrong":{type:"logLevelFilter",appender:"wrong",level:"warn",maxLevel:"error"}},categories:{default:{appenders:["just-debug","just-info","just-wrong"],level:"debug"},"no-pattern-info":{appenders:["no-pattern-info"],level:"info"}}};al.setConfiguration=e=>{fl=e};al.getConfiguration=()=>fl;let dl=ll.levels.DEBUG;al.setCategoriesLevel=(e,t)=>{dl=e;const n=fl.categories;for(const r in n)(null==t?void 0:t.includes(r))||Object.prototype.hasOwnProperty.call(n,r)&&(n[r].level=e.levelStr)};al.getLevel=()=>dl,al.levelMap=new Map([["ALL",ll.levels.ALL],["MARK",ll.levels.MARK],["TRACE",ll.levels.TRACE],["DEBUG",ll.levels.DEBUG],["INFO",ll.levels.INFO],["WARN",ll.levels.WARN],["ERROR",ll.levels.ERROR],["FATAL",ll.levels.FATAL],["OFF",ll.levels.OFF]]);var Dl=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),pl=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),El=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&Dl(t,e,n);return pl(t,e),t};Object.defineProperty(xr,"__esModule",{value:!0}),xr.evaluateLogLevel=xr.HvigorLogger=void 0;const ml=El(cl),hl=cl,yl=El(F.default),Cl=al;class Fl{constructor(e){ml.configure((0,Cl.getConfiguration)()),this._logger=ml.getLogger(e),this._logger.level=(0,Cl.getLevel)()}static getLogger(e){return new Fl(e)}log(e,...t){this._logger.log(e,...t)}debug(e,...t){this._logger.debug(e,...t)}info(e,...t){this._logger.info(e,...t)}warn(e,...t){void 0!==e&&""!==e&&this._logger.warn(e,...t)}error(e,...t){this._logger.error(e,...t)}_printTaskExecuteInfo(e,t){this.info(`Finished :${e}... after ${t}`)}_printFailedTaskInfo(e){this.error(`Failed :${e}... `)}_printDisabledTaskInfo(e){this.info(`Disabled :${e}... `)}_printUpToDateTaskInfo(e){this.info(`UP-TO-DATE :${e}... `)}errorMessageExit(e,...t){throw new Error(yl.format(e,...t))}errorExit(e,t,...n){t&&this._logger.error(t,n),this._logger.error(e.stack)}setLevel(e,t){(0,Cl.setCategoriesLevel)(e,t),ml.shutdown(),ml.configure((0,Cl.getConfiguration)())}getLevel(){return this._logger.level}configure(e){const t=(0,Cl.getConfiguration)(),n={appenders:{...t.appenders,...e.appenders},categories:{...t.categories,...e.categories}};(0,Cl.setConfiguration)(n),ml.shutdown(),ml.configure(n)}}xr.HvigorLogger=Fl,xr.evaluateLogLevel=function(e,t){t.debug?e.setLevel(hl.levels.DEBUG):t.warn?e.setLevel(hl.levels.WARN):t.error?e.setLevel(hl.levels.ERROR):e.setLevel(hl.levels.INFO)};var gl=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(X,"__esModule",{value:!0}),X.parseJsonText=X.parseJsonFile=void 0;const Al=Z,vl=gl(kr),Sl=gl(p.default),wl=gl(E.default),Ol=xr.HvigorLogger.getLogger("parse-json-util");var bl;!function(e){e[e.Char=0]="Char",e[e.EOF=1]="EOF",e[e.Identifier=2]="Identifier"}(bl||(bl={}));let _l,Bl,Pl,kl,xl,Nl,Il="start",Tl=[],Rl=0,Ml=1,Ll=0,jl=!1,$l="default",Hl="'",Jl=1;function Gl(e,t=!1){Bl=String(e),Il="start",Tl=[],Rl=0,Ml=1,Ll=0,kl=void 0,jl=t;do{_l=Vl(),Xl[Il]()}while("eof"!==_l.type);return kl}function Vl(){for($l="default",xl="",Hl="'",Jl=1;;){Nl=Ul();const e=zl[$l]();if(e)return e}}function Ul(){if(Bl[Rl])return String.fromCodePoint(Bl.codePointAt(Rl))}function Wl(){const e=Ul();return"\n"===e?(Ml++,Ll=0):e?Ll+=e.length:Ll++,e&&(Rl+=e.length),e}X.parseJsonFile=function(e,t=!1,n="utf-8"){const r=vl.default.readFileSync(Sl.default.resolve(e),{encoding:n});try{return Gl(r,t)}catch(t){if(t instanceof SyntaxError){const n=t.message.split("at");2===n.length&&Ol.errorMessageExit(`${n[0].trim()}${wl.default.EOL}\t at ${e}:${n[1].trim()}`)}Ol.errorMessageExit(`${e} is not in valid JSON/JSON5 format.`)}},X.parseJsonText=Gl;const zl={default(){switch(Nl){case"/":return Wl(),void($l="comment");case void 0:return Wl(),Kl("eof")}if(!Al.JudgeUtil.isIgnoreChar(Nl)&&!Al.JudgeUtil.isSpaceSeparator(Nl))return zl[Il]();Wl()},start(){$l="value"},beforePropertyName(){switch(Nl){case"$":case"_":return xl=Wl(),void($l="identifierName");case"\\":return Wl(),void($l="identifierNameStartEscape");case"}":return Kl("punctuator",Wl());case'"':case"'":return Hl=Nl,Wl(),void($l="string")}if(Al.JudgeUtil.isIdStartChar(Nl))return xl+=Wl(),void($l="identifierName");throw tf(bl.Char,Wl())},afterPropertyName(){if(":"===Nl)return Kl("punctuator",Wl());throw tf(bl.Char,Wl())},beforePropertyValue(){$l="value"},afterPropertyValue(){switch(Nl){case",":case"}":return Kl("punctuator",Wl())}throw tf(bl.Char,Wl())},beforeArrayValue(){if("]"===Nl)return Kl("punctuator",Wl());$l="value"},afterArrayValue(){switch(Nl){case",":case"]":return Kl("punctuator",Wl())}throw tf(bl.Char,Wl())},end(){throw tf(bl.Char,Wl())},comment(){switch(Nl){case"*":return Wl(),void($l="multiLineComment");case"/":return Wl(),void($l="singleLineComment")}throw tf(bl.Char,Wl())},multiLineComment(){switch(Nl){case"*":return Wl(),void($l="multiLineCommentAsterisk");case void 0:throw tf(bl.Char,Wl())}Wl()},multiLineCommentAsterisk(){switch(Nl){case"*":return void Wl();case"/":return Wl(),void($l="default");case void 0:throw tf(bl.Char,Wl())}Wl(),$l="multiLineComment"},singleLineComment(){switch(Nl){case"\n":case"\r":case"\u2028":case"\u2029":return Wl(),void($l="default");case void 0:return Wl(),Kl("eof")}Wl()},value(){switch(Nl){case"{":case"[":return Kl("punctuator",Wl());case"n":return Wl(),ql("ull"),Kl("null",null);case"t":return Wl(),ql("rue"),Kl("boolean",!0);case"f":return Wl(),ql("alse"),Kl("boolean",!1);case"-":case"+":return"-"===Wl()&&(Jl=-1),void($l="numerical");case".":case"0":case"I":case"N":return void($l="numerical");case'"':case"'":return Hl=Nl,Wl(),xl="",void($l="string")}if(void 0===Nl||!Al.JudgeUtil.isDigitWithoutZero(Nl))throw tf(bl.Char,Wl());$l="numerical"},numerical(){switch(Nl){case".":return xl=Wl(),void($l="decimalPointLeading");case"0":return xl=Wl(),void($l="zero");case"I":return Wl(),ql("nfinity"),Kl("numeric",Jl*(1/0));case"N":return Wl(),ql("aN"),Kl("numeric",NaN)}if(void 0!==Nl&&Al.JudgeUtil.isDigitWithoutZero(Nl))return xl=Wl(),void($l="decimalInteger");throw tf(bl.Char,Wl())},zero(){switch(Nl){case".":case"e":case"E":return void($l="decimal");case"x":case"X":return xl+=Wl(),void($l="hexadecimal")}return Kl("numeric",0)},decimalInteger(){switch(Nl){case".":case"e":case"E":return void($l="decimal")}if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},decimal(){switch(Nl){case".":xl+=Wl(),$l="decimalFraction";break;case"e":case"E":xl+=Wl(),$l="decimalExponent"}},decimalPointLeading(){if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalFraction");throw tf(bl.Char,Wl())},decimalFraction(){switch(Nl){case"e":case"E":return xl+=Wl(),void($l="decimalExponent")}if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},decimalExponent(){switch(Nl){case"+":case"-":return xl+=Wl(),void($l="decimalExponentSign")}if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalExponentInteger");throw tf(bl.Char,Wl())},decimalExponentSign(){if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalExponentInteger");throw tf(bl.Char,Wl())},decimalExponentInteger(){if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},hexadecimal(){if(Al.JudgeUtil.isHexDigit(Nl))return xl+=Wl(),void($l="hexadecimalInteger");throw tf(bl.Char,Wl())},hexadecimalInteger(){if(!Al.JudgeUtil.isHexDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},identifierNameStartEscape(){if("u"!==Nl)throw tf(bl.Char,Wl());Wl();const e=Yl();switch(e){case"$":case"_":break;default:if(!Al.JudgeUtil.isIdStartChar(e))throw tf(bl.Identifier)}xl+=e,$l="identifierName"},identifierName(){switch(Nl){case"$":case"_":case"‌":case"‍":return void(xl+=Wl());case"\\":return Wl(),void($l="identifierNameEscape")}if(!Al.JudgeUtil.isIdContinueChar(Nl))return Kl("identifier",xl);xl+=Wl()},identifierNameEscape(){if("u"!==Nl)throw tf(bl.Char,Wl());Wl();const e=Yl();switch(e){case"$":case"_":case"‌":case"‍":break;default:if(!Al.JudgeUtil.isIdContinueChar(e))throw tf(bl.Identifier)}xl+=e,$l="identifierName"},string(){switch(Nl){case"\\":return Wl(),void(xl+=function(){const e=Ul(),t=function(){switch(Ul()){case"b":return Wl(),"\b";case"f":return Wl(),"\f";case"n":return Wl(),"\n";case"r":return Wl(),"\r";case"t":return Wl(),"\t";case"v":return Wl(),"\v"}return}();if(t)return t;switch(e){case"0":if(Wl(),Al.JudgeUtil.isDigit(Ul()))throw tf(bl.Char,Wl());return"\0";case"x":return Wl(),function(){let e="",t=Ul();if(!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());if(e+=Wl(),t=Ul(),!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());return e+=Wl(),String.fromCodePoint(parseInt(e,16))}();case"u":return Wl(),Yl();case"\n":case"\u2028":case"\u2029":return Wl(),"";case"\r":return Wl(),"\n"===Ul()&&Wl(),""}if(void 0===e||Al.JudgeUtil.isDigitWithoutZero(e))throw tf(bl.Char,Wl());return Wl()}());case'"':case"'":if(Nl===Hl){const e=Kl("string",xl);return Wl(),e}return void(xl+=Wl());case"\n":case"\r":case void 0:throw tf(bl.Char,Wl());case"\u2028":case"\u2029":!function(e){Ol.warn(`JSON5: '${ef(e)}' in strings is not valid ECMAScript; consider escaping.`)}(Nl)}xl+=Wl()}};function Kl(e,t){return{type:e,value:t,line:Ml,column:Ll}}function ql(e){for(const t of e){if(Ul()!==t)throw tf(bl.Char,Wl());Wl()}}function Yl(){let e="",t=4;for(;t-- >0;){const t=Ul();if(!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());e+=Wl()}return String.fromCodePoint(parseInt(e,16))}const Xl={start(){if("eof"===_l.type)throw tf(bl.EOF);Zl()},beforePropertyName(){switch(_l.type){case"identifier":case"string":return Pl=_l.value,void(Il="afterPropertyName");case"punctuator":return void Ql();case"eof":throw tf(bl.EOF)}},afterPropertyName(){if("eof"===_l.type)throw tf(bl.EOF);Il="beforePropertyValue"},beforePropertyValue(){if("eof"===_l.type)throw tf(bl.EOF);Zl()},afterPropertyValue(){if("eof"===_l.type)throw tf(bl.EOF);switch(_l.value){case",":return void(Il="beforePropertyName");case"}":Ql()}},beforeArrayValue(){if("eof"===_l.type)throw tf(bl.EOF);"punctuator"!==_l.type||"]"!==_l.value?Zl():Ql()},afterArrayValue(){if("eof"===_l.type)throw tf(bl.EOF);switch(_l.value){case",":return void(Il="beforeArrayValue");case"]":Ql()}},end(){}};function Zl(){const e=function(){let e;switch(_l.type){case"punctuator":switch(_l.value){case"{":e={};break;case"[":e=[]}break;case"null":case"boolean":case"numeric":case"string":e=_l.value}return e}();if(jl&&"object"==typeof e&&(e._line=Ml,e._column=Ll),void 0===kl)kl=e;else{const t=Tl[Tl.length-1];Array.isArray(t)?jl&&"object"!=typeof e?t.push({value:e,_line:Ml,_column:Ll}):t.push(e):t[Pl]=jl&&"object"!=typeof e?{value:e,_line:Ml,_column:Ll}:e}!function(e){if(e&&"object"==typeof e)Tl.push(e),Il=Array.isArray(e)?"beforeArrayValue":"beforePropertyName";else{const e=Tl[Tl.length-1];Il=e?Array.isArray(e)?"afterArrayValue":"afterPropertyValue":"end"}}(e)}function Ql(){Tl.pop();const e=Tl[Tl.length-1];Il=e?Array.isArray(e)?"afterArrayValue":"afterPropertyValue":"end"}function ef(e){const t={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r","\t":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"};if(t[e])return t[e];if(e<" "){const t=e.charCodeAt(0).toString(16);return`\\x${`00${t}`.substring(t.length)}`}return e}function tf(e,t){let n="";switch(e){case bl.Char:n=void 0===t?`JSON5: invalid end of input at ${Ml}:${Ll}`:`JSON5: invalid character '${ef(t)}' at ${Ml}:${Ll}`;break;case bl.EOF:n=`JSON5: invalid end of input at ${Ml}:${Ll}`;break;case bl.Identifier:Ll-=5,n=`JSON5: invalid identifier character at ${Ml}:${Ll}`}const r=new nf(n);return r.lineNumber=Ml,r.columnNumber=Ll,r}class nf extends SyntaxError{}var rf=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),uf=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),of=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&rf(t,e,n);return uf(t,e),t};Object.defineProperty(Y,"__esModule",{value:!0});var sf=Y.cleanWorkSpace=Ff=Y.executeInstallHvigor=yf=Y.isHvigorInstalled=mf=Y.isAllDependenciesInstalled=void 0;const cf=of(D.default),af=of(p.default),lf=b,ff=j,df=$,Df=X;let pf,Ef;var mf=Y.isAllDependenciesInstalled=function(){function e(e){const t=null==e?void 0:e.dependencies;return void 0===t?0:Object.getOwnPropertyNames(t).length}if(pf=gf(),Ef=Af(),e(pf)+1!==e(Ef))return!1;for(const e in null==pf?void 0:pf.dependencies)if(!(0,ff.hasNpmPackInPaths)(e,[lf.HVIGOR_PROJECT_DEPENDENCIES_HOME])||!hf(e,pf,Ef))return!1;return!0};function hf(e,t,n){return void 0!==n.dependencies&&(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,t.dependencies[e])===n.dependencies[e]}var yf=Y.isHvigorInstalled=function(){return pf=gf(),Ef=Af(),(0,ff.hasNpmPackInPaths)(lf.HVIGOR_ENGINE_PACKAGE_NAME,[lf.HVIGOR_PROJECT_DEPENDENCIES_HOME])&&(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,pf.hvigorVersion)===Ef.dependencies[lf.HVIGOR_ENGINE_PACKAGE_NAME]};const Cf={cwd:lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,stdio:["inherit","inherit","inherit"]};var Ff=Y.executeInstallHvigor=function(){(0,df.logInfoPrintConsole)("Hvigor installing...");const e={dependencies:{}};e.dependencies[lf.HVIGOR_ENGINE_PACKAGE_NAME]=(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,pf.hvigorVersion);try{cf.mkdirSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,{recursive:!0});const t=af.resolve(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,lf.DEFAULT_PACKAGE_JSON);cf.writeFileSync(t,JSON.stringify(e))}catch(e){(0,df.logErrorAndExit)(e)}!function(){const e=["config","set","store-dir",lf.HVIGOR_PNPM_STORE_PATH];(0,ff.executeCommand)(lf.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH,e,Cf)}(),(0,ff.executeCommand)(lf.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH,["install"],Cf)};function gf(){const e=af.resolve(lf.HVIGOR_PROJECT_WRAPPER_HOME,lf.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME);return cf.existsSync(e)||(0,df.logErrorAndExit)(`Error: Hvigor config file ${e} does not exist.`),(0,Df.parseJsonFile)(e)}function Af(){return cf.existsSync(lf.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH)?(0,Df.parseJsonFile)(lf.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH):{dependencies:{}}}sf=Y.cleanWorkSpace=function(){if((0,df.logInfoPrintConsole)("Hvigor cleaning..."),!cf.existsSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME))return;const e=cf.readdirSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME);if(e&&0!==e.length){cf.existsSync(lf.HVIGOR_BOOT_JS_FILE_PATH)&&(0,ff.executeCommand)(process.argv[0],[lf.HVIGOR_BOOT_JS_FILE_PATH,"--stop-daemon"],{});try{e.forEach((e=>{cf.rmSync(af.resolve(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,e),{recursive:!0})}))}catch(e){(0,df.logErrorAndExit)(`The hvigor build tool cannot be installed. Please manually clear the workspace directory and synchronize the project again.\n\n Workspace Path: ${lf.HVIGOR_PROJECT_DEPENDENCIES_HOME}.`)}}};var vf={},Sf=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),wf=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),Of=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&Sf(t,e,n);return wf(t,e),t};Object.defineProperty(vf,"__esModule",{value:!0});var bf=vf.executeBuild=void 0;const _f=b,Bf=Of(D.default),Pf=Of(p.default),kf=$;bf=vf.executeBuild=function(){const e=Pf.resolve(_f.HVIGOR_PROJECT_DEPENDENCIES_HOME,"node_modules","@ohos","hvigor","bin","hvigor.js");try{const t=Bf.realpathSync(e);require(t)}catch(t){(0,kf.logErrorAndExit)(`Error: ENOENT: no such file ${e},delete ${_f.HVIGOR_PROJECT_DEPENDENCIES_HOME} and retry.`)}},function(){if(O.checkNpmConifg(),O.environmentHandler(),O.isPnpmAvailable()||O.executeInstallPnpm(),yf()&&mf())bf();else{sf();try{Ff()}catch(e){return void sf()}bf()}}(); \ No newline at end of file diff --git a/ohos/flutter_term_glyph/ohos/hvigorfile.ts b/ohos/flutter_term_glyph/ohos/hvigorfile.ts new file mode 100644 index 0000000000000000000000000000000000000000..5a172b770e3b15f67c12152d00f38f2084d3915b --- /dev/null +++ b/ohos/flutter_term_glyph/ohos/hvigorfile.ts @@ -0,0 +1,17 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently. +export { appTasks } from '@ohos/hvigor-ohos-plugin'; \ No newline at end of file diff --git a/ohos/flutter_term_glyph/ohos/hvigorw b/ohos/flutter_term_glyph/ohos/hvigorw new file mode 100644 index 0000000000000000000000000000000000000000..5efd8343d3232bdd1d9b7f67a3326034054c5396 --- /dev/null +++ b/ohos/flutter_term_glyph/ohos/hvigorw @@ -0,0 +1,61 @@ +#!/bin/bash + +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# ---------------------------------------------------------------------------- +# Hvigor startup script, version 1.0.0 +# +# Required ENV vars: +# ------------------ +# NODE_HOME - location of a Node home dir +# or +# Add /usr/local/nodejs/bin to the PATH environment variable +# ---------------------------------------------------------------------------- + +HVIGOR_APP_HOME=$(dirname $(readlink -f $0)) +HVIGOR_WRAPPER_SCRIPT=${HVIGOR_APP_HOME}/hvigor/hvigor-wrapper.js +warn() { + echo "" + echo -e "\033[1;33m`date '+[%Y-%m-%d %H:%M:%S]'`$@\033[0m" +} + +error() { + echo "" + echo -e "\033[1;31m`date '+[%Y-%m-%d %H:%M:%S]'`$@\033[0m" +} + +fail() { + error "$@" + exit 1 +} + +# Determine node to start hvigor wrapper script +if [ -n "${NODE_HOME}" ];then + EXECUTABLE_NODE="${NODE_HOME}/bin/node" + if [ ! -x "$EXECUTABLE_NODE" ];then + fail "ERROR: NODE_HOME is set to an invalid directory,check $NODE_HOME\n\nPlease set NODE_HOME in your environment to the location where your nodejs installed" + fi +else + EXECUTABLE_NODE="node" + which ${EXECUTABLE_NODE} > /dev/null 2>&1 || fail "ERROR: NODE_HOME is not set and not 'node' command found in your path" +fi + +# Check hvigor wrapper script +if [ ! -r "$HVIGOR_WRAPPER_SCRIPT" ];then + fail "ERROR: Couldn't find hvigor/hvigor-wrapper.js in ${HVIGOR_APP_HOME}" +fi + +# start hvigor-wrapper script +exec "${EXECUTABLE_NODE}" \ + "${HVIGOR_WRAPPER_SCRIPT}" "$@" diff --git a/ohos/flutter_term_glyph/ohos/hvigorw.bat b/ohos/flutter_term_glyph/ohos/hvigorw.bat new file mode 100644 index 0000000000000000000000000000000000000000..cab3a34a8d2caee9e8f8c7374220c873332a7cb6 --- /dev/null +++ b/ohos/flutter_term_glyph/ohos/hvigorw.bat @@ -0,0 +1,78 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +@if "%DEBUG%" == "" @echo off +@rem ########################################################################## +@rem +@rem Hvigor startup script for Windows +@rem +@rem ########################################################################## + +@rem Set local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" setlocal + +set DIRNAME=%~dp0 +if "%DIRNAME%" == "" set DIRNAME=. +set APP_BASE_NAME=%~n0 +set APP_HOME=%DIRNAME% + +@rem Resolve any "." and ".." in APP_HOME to make it shorter. +for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi + +set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js +set NODE_EXE=node.exe + +goto start + +:start +@rem Find node.exe +if defined NODE_HOME goto findNodeFromNodeHome + +%NODE_EXE% --version >NUL 2>&1 +if "%ERRORLEVEL%" == "0" goto execute + +echo. +echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. +echo. +echo Please set the NODE_HOME variable in your environment to match the +echo location of your NodeJs installation. + +goto fail + +:findNodeFromNodeHome +set NODE_HOME=%NODE_HOME:"=% +set NODE_EXE_PATH=%NODE_HOME%/%NODE_EXE% + +if exist "%NODE_EXE_PATH%" goto execute +echo. +echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. +echo. +echo Please set the NODE_HOME variable in your environment to match the +echo location of your NodeJs installation. + +goto fail + +:execute +@rem Execute hvigor +"%NODE_EXE%" %WRAPPER_MODULE_PATH% %* + +if "%ERRORLEVEL%" == "0" goto hvigorwEnd + +:fail +exit /b 1 + +:hvigorwEnd +if "%OS%" == "Windows_NT" endlocal + +:end diff --git a/ohos/flutter_term_glyph/ohos/oh-package-lock.json5 b/ohos/flutter_term_glyph/ohos/oh-package-lock.json5 new file mode 100644 index 0000000000000000000000000000000000000000..6b6ff6496e036b3fec37cdf1661998e74a97190c --- /dev/null +++ b/ohos/flutter_term_glyph/ohos/oh-package-lock.json5 @@ -0,0 +1,27 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "lockfileVersion": 1, + "ATTENTION": "THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.", + "specifiers": { + "@ohos/hypium@1.0.6": "@ohos/hypium@1.0.6" + }, + "packages": { + "@ohos/hypium@1.0.6": { + "resolved": "https://repo.harmonyos.com/ohpm/@ohos/hypium/-/hypium-1.0.6.tgz", + "integrity": "sha512-bb3DWeWhYrFqj9mPFV3yZQpkm36kbcK+YYaeY9g292QKSjOdmhEIQR2ULPvyMsgSR4usOBf5nnYrDmaCCXirgQ==" + } + } +} \ No newline at end of file diff --git a/ohos/flutter_term_glyph/ohos/oh-package.json5 b/ohos/flutter_term_glyph/ohos/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..c90ef4866ac1a918639181ad0299d941bb95aca7 --- /dev/null +++ b/ohos/flutter_term_glyph/ohos/oh-package.json5 @@ -0,0 +1,26 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "license": "", + "devDependencies": { + "@ohos/hypium": "1.0.6" + }, + "author": "", + "name": "apptemplate", + "description": "Please describe the basic information.", + "main": "", + "version": "1.0.0", + "dependencies": {} +} diff --git a/ohos/flutter_term_glyph/pubspec.yaml b/ohos/flutter_term_glyph/pubspec.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6ee78c8247e6287f43715e4e6cfe7a097550292f --- /dev/null +++ b/ohos/flutter_term_glyph/pubspec.yaml @@ -0,0 +1,105 @@ +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +name: flutter_term_glyph +description: A new Flutter project. +# The following line prevents the package from being accidentally published to +# pub.dev using `flutter pub publish`. This is preferred for private packages. +publish_to: 'none' # Remove this line if you wish to publish to pub.dev + +# The following defines the version and build number for your application. +# A version number is three numbers separated by dots, like 1.2.43 +# followed by an optional build number separated by a +. +# Both the version and the builder number may be overridden in flutter +# build by specifying --build-name and --build-number, respectively. +# In Android, build-name is used as versionName while build-number used as versionCode. +# Read more about Android versioning at https://developer.android.com/studio/publish/versioning +# In iOS, build-name is used as CFBundleShortVersionString while build-number is used as CFBundleVersion. +# Read more about iOS versioning at +# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html +# In Windows, build-name is used as the major, minor, and patch parts +# of the product and file versions while build-number is used as the build suffix. +version: 1.0.0+1 + +environment: + sdk: '>=2.19.6 <3.0.0' + +# Dependencies specify other packages that your package needs in order to work. +# To automatically upgrade your package dependencies to the latest versions +# consider running `flutter pub upgrade --major-versions`. Alternatively, +# dependencies can be manually updated by changing the version numbers below to +# the latest version available on pub.dev. To see which dependencies have newer +# versions available, run `flutter pub outdated`. +dependencies: + flutter: + sdk: flutter + + + term_glyph: 1.2.1 + + # The following adds the Cupertino Icons font to your application. + # Use with the CupertinoIcons class for iOS style icons. + cupertino_icons: ^1.0.2 + +dev_dependencies: + flutter_test: + sdk: flutter + + # The "flutter_lints" package below contains a set of recommended lints to + # encourage good coding practices. The lint set provided by the package is + # activated in the `analysis_options.yaml` file located at the root of your + # package. See that file for information about deactivating specific lint + # rules and activating additional ones. + flutter_lints: ^2.0.0 + +# For information on the generic Dart part of this file, see the +# following page: https://dart.dev/tools/pub/pubspec + +# The following section is specific to Flutter packages. +flutter: + + # The following line ensures that the Material Icons font is + # included with your application, so that you can use the icons in + # the material Icons class. + uses-material-design: true + + # To add assets to your application, add an assets section, like this: + # assets: + # - images/a_dot_burr.jpeg + # - images/a_dot_ham.jpeg + + # An image asset can refer to one or more resolution-specific "variants", see + # https://flutter.dev/assets-and-images/#resolution-aware + + # For details regarding adding assets from package dependencies, see + # https://flutter.dev/assets-and-images/#from-packages + + # To add custom fonts to your application, add a fonts section here, + # in this "flutter" section. Each entry in this list should have a + # "family" key with the font family name, and a "fonts" key with a + # list giving the asset and other descriptors for the font. For + # example: + # fonts: + # - family: Schyler + # fonts: + # - asset: fonts/Schyler-Regular.ttf + # - asset: fonts/Schyler-Italic.ttf + # style: italic + # - family: Trajan Pro + # fonts: + # - asset: fonts/TrajanPro.ttf + # - asset: fonts/TrajanPro_Bold.ttf + # weight: 700 + # + # For details regarding fonts from package dependencies, + # see https://flutter.dev/custom-fonts/#from-packages diff --git a/ohos/flutter_term_glyph/test/widget_test.dart b/ohos/flutter_term_glyph/test/widget_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..c18a7832592e18ab42ca026babddad6173249081 --- /dev/null +++ b/ohos/flutter_term_glyph/test/widget_test.dart @@ -0,0 +1,44 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +// This is a basic Flutter widget test. +// +// To perform an interaction with a widget in your test, use the WidgetTester +// utility in the flutter_test package. For example, you can send tap and scroll +// gestures. You can also use WidgetTester to find child widgets in the widget +// tree, read text, and verify that the values of widget properties are correct. + +import 'package:flutter/material.dart'; +import 'package:flutter_test/flutter_test.dart'; + +import 'package:flutter_term_glyph/main.dart'; + +void main() { + testWidgets('Counter increments smoke test', (WidgetTester tester) async { + // Build our app and trigger a frame. + await tester.pumpWidget(const MyApp()); + + // Verify that our counter starts at 0. + expect(find.text('0'), findsOneWidget); + expect(find.text('1'), findsNothing); + + // Tap the '+' icon and trigger a frame. + await tester.tap(find.byIcon(Icons.add)); + await tester.pump(); + + // Verify that our counter has incremented. + expect(find.text('0'), findsNothing); + expect(find.text('1'), findsOneWidget); + }); +} diff --git a/ohos/flutter_typed_data/.gitignore b/ohos/flutter_typed_data/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..24476c5d1eb55824c76d8b01a3965f94abad1ef8 --- /dev/null +++ b/ohos/flutter_typed_data/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ +migrate_working_dir/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +**/doc/api/ +**/ios/Flutter/.last_build_id +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Android Studio will place build artifacts here +/android/app/debug +/android/app/profile +/android/app/release diff --git a/ohos/flutter_typed_data/.metadata b/ohos/flutter_typed_data/.metadata new file mode 100644 index 0000000000000000000000000000000000000000..d07c0afb6812b08a64d23b369ba37e066ea83244 --- /dev/null +++ b/ohos/flutter_typed_data/.metadata @@ -0,0 +1,44 @@ + /* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +# This file tracks properties of this Flutter project. +# Used by Flutter tool to assess capabilities and perform upgrades etc. +# +# This file should be version controlled. + +version: + revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + channel: master + +project_type: app + +# Tracks metadata for the flutter migrate command +migration: + platforms: + - platform: root + create_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + base_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + - platform: ohos + create_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + base_revision: 0251c48f3356696dfeb79833b1cb00ea8717a982 + + # User provided section + + # List of Local paths (relative to this file) that should be + # ignored by the migrate tool. + # + # Files that are not part of the templates will be ignored by default. + unmanaged_files: + - 'lib/main.dart' + - 'ios/Runner.xcodeproj/project.pbxproj' diff --git a/ohos/flutter_typed_data/README.md b/ohos/flutter_typed_data/README.md new file mode 100644 index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /dev/null +++ b/ohos/flutter_typed_data/README.md @@ -0,0 +1 @@ + diff --git a/ohos/flutter_typed_data/analysis_options.yaml b/ohos/flutter_typed_data/analysis_options.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7814013c895a5ab88ab0bb58d8cfa716f9be5654 --- /dev/null +++ b/ohos/flutter_typed_data/analysis_options.yaml @@ -0,0 +1,42 @@ +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# This file configures the analyzer, which statically analyzes Dart code to +# check for errors, warnings, and lints. +# +# The issues identified by the analyzer are surfaced in the UI of Dart-enabled +# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be +# invoked from the command line by running `flutter analyze`. + +# The following line activates a set of recommended lints for Flutter apps, +# packages, and plugins designed to encourage good coding practices. +include: package:flutter_lints/flutter.yaml + +linter: + # The lint rules applied to this project can be customized in the + # section below to disable rules from the `package:flutter_lints/flutter.yaml` + # included above or to enable additional rules. A list of all available lints + # and their documentation is published at + # https://dart-lang.github.io/linter/lints/index.html. + # + # Instead of disabling a lint rule for the entire project in the + # section below, it can also be suppressed for a single line of code + # or a specific dart file by using the `// ignore: name_of_lint` and + # `// ignore_for_file: name_of_lint` syntax on the line or in the file + # producing the lint. + rules: + # avoid_print: false # Uncomment to disable the `avoid_print` rule + # prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule + +# Additional information about this file can be found at +# https://dart.dev/guides/language/analysis-options diff --git a/ohos/flutter_typed_data/lib/common/base_page.dart b/ohos/flutter_typed_data/lib/common/base_page.dart new file mode 100644 index 0000000000000000000000000000000000000000..26a965b678111b9fc6176e1b01e4ce8e00195a31 --- /dev/null +++ b/ohos/flutter_typed_data/lib/common/base_page.dart @@ -0,0 +1,54 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'main_item_widget.dart'; +import 'test_route.dart'; + +/// 全局静态数据存储 +abstract class GlobalData { + static String appName = ''; +} + +/// app基本首页 +class BasePage extends StatefulWidget { + const BasePage({required this.data}); + + final List data; + + @override + State createState() => _BasePageState(); +} + +class _BasePageState extends State { + int get _itemCount => widget.data.length; + + @override + Widget build(BuildContext context) { + return Scaffold( + appBar: AppBar( + title: Center( + child: Text(GlobalData.appName, textAlign: TextAlign.center)), + ), + body: + ListView.builder(itemBuilder: _itemBuilder, itemCount: _itemCount)); + } + + Widget _itemBuilder(BuildContext context, int index) { + return MainItemWidget(widget.data[index], (MainItem item) { + Navigator.push(context, MaterialPageRoute(builder: (content) => item.route)); + }); + } +} diff --git a/ohos/flutter_typed_data/lib/common/item_widget.dart b/ohos/flutter_typed_data/lib/common/item_widget.dart new file mode 100644 index 0000000000000000000000000000000000000000..f046389c8a8969afb88d3aeb69c3655579a4c6ca --- /dev/null +++ b/ohos/flutter_typed_data/lib/common/item_widget.dart @@ -0,0 +1,127 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/cupertino.dart'; +import 'package:flutter/material.dart'; + +import 'test_page.dart'; + +/// Item widget. +class ItemWidget extends StatefulWidget { + /// Item widget. + const ItemWidget( + {required this.item, required this.index, required this.getGroupRange, required this.runGroup, required this.onTap, this.summary, Key? key}) + : super(key: key); + + /// item summary. + final String? summary; + + /// item data. + final Item item; + + /// 当前下标 + final int index; + + /// 获取对应的组信息 + final GroupRange Function() getGroupRange; + + /// 获取对应的组信息 + final void Function(int start, int end) runGroup; + + /// Action when pressed (typically run). + final void Function(Item item) onTap; + + @override + ItemWidgetState createState() => ItemWidgetState(); +} + +class ItemWidgetState extends State { + @override + Widget build(BuildContext context) { + IconData? icon; + Color? color; + + switch (widget.item.state) { + case ItemState.none: + icon = Icons.arrow_forward_ios; + break; + case ItemState.running: + icon = Icons.more_horiz; + break; + case ItemState.success: + icon = Icons.check; + color = Colors.green; + break; + case ItemState.failure: + icon = Icons.close; + color = Colors.red; + break; + } + + final Widget listTile = ListTile( + leading: SizedBox( + child: IconButton( + icon: Icon(icon, color: color), + onPressed: null, + )), + title: Text(widget.item.name), + subtitle: widget.summary != null ? Text(widget.summary!) : null, + onTap: () { + widget.onTap(widget.item); + }); + + final data = widget.getGroupRange(); + + return Column( + mainAxisAlignment: MainAxisAlignment.start, + crossAxisAlignment: CrossAxisAlignment.start, + children: [ + if (data.groupName.isNotEmpty && data.startIndex == widget.index) + GestureDetector( + onTap: () {}, + child: Container( + height: 35, + decoration: BoxDecoration(color: CupertinoColors.extraLightBackgroundGray), + child: Row( + mainAxisAlignment: MainAxisAlignment.spaceBetween, + children: [ + Expanded(child: Text( + '测试组: ${data.groupName}', + style: TextStyle(fontSize: 18), + overflow: TextOverflow.ellipsis, + )), + // FilledButton( + // onPressed: () => widget.runGroup(data.startIndex, data.startIndex), + // child: Text( + // '整组测试', + // style: TextStyle(fontSize: 16), + // )) + ], + ), + ), + ), + Container( + margin: data.groupName.isNotEmpty && data.startIndex == widget.index ? EdgeInsets.only(bottom: 10) : null, + decoration: BoxDecoration( + border: data.groupName.isNotEmpty && data.endIndex == widget.index ? Border(bottom: BorderSide(color: Colors.grey)) : null, + ), + child: Padding( + padding: data.groupName.isNotEmpty && data.startIndex <= widget.index && data.endIndex >= widget.index ? EdgeInsets.only(left: 35) : EdgeInsets.zero, + child: listTile, + ), + ) + ], + ); + } +} diff --git a/ohos/flutter_typed_data/lib/common/main_item_widget.dart b/ohos/flutter_typed_data/lib/common/main_item_widget.dart new file mode 100644 index 0000000000000000000000000000000000000000..819e0a0d15e67aec813a9ccc11d8af4637e7be93 --- /dev/null +++ b/ohos/flutter_typed_data/lib/common/main_item_widget.dart @@ -0,0 +1,50 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/cupertino.dart'; +import 'package:flutter/material.dart'; + +import 'test_route.dart'; + +/// Main item widget. +class MainItemWidget extends StatefulWidget { + /// Main item widget. + const MainItemWidget(this.item, this.onTap, {Key? key}) : super(key: key); + + /// item data. + final MainItem item; + + /// onTap action (typically run or open). + final void Function(MainItem item) onTap; + + @override + MainItemWidgetState createState() => MainItemWidgetState(); +} + +class MainItemWidgetState extends State { + @override + Widget build(BuildContext context) { + return Container( + margin: const EdgeInsets.only(bottom: 10), + child: ListTile( + tileColor: CupertinoColors.extraLightBackgroundGray, + title: Text(widget.item.title), + onTap: _onTap), + ); + } + + void _onTap() { + widget.onTap(widget.item); + } +} diff --git a/ohos/flutter_typed_data/lib/common/test_model_app.dart b/ohos/flutter_typed_data/lib/common/test_model_app.dart new file mode 100644 index 0000000000000000000000000000000000000000..9e34e8a2d060c3c7a699709e018e90ae0be3d2ee --- /dev/null +++ b/ohos/flutter_typed_data/lib/common/test_model_app.dart @@ -0,0 +1,50 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'base_page.dart'; +import 'test_route.dart'; + +/// 基础app框架 +class TestModelApp extends StatefulWidget { + TestModelApp({super.key, required this.appName, required this.data}) { + GlobalData.appName = appName; + } + + /// 测试包名称 + final String appName; + + /// 路由数据 + final List data; + + @override + State createState() => TestModelState(); +} + +class TestModelState extends State { + @override + Widget build(BuildContext context) { + return MaterialApp( + title: widget.appName, + theme: ThemeData( + colorScheme: ColorScheme.fromSeed(seedColor: Colors.blue), + appBarTheme: const AppBarTheme(backgroundColor: Colors.blue), + primarySwatch: Colors.blue, + useMaterial3: true, + ), + home: BasePage(data: widget.data), + ); + } +} diff --git a/ohos/flutter_typed_data/lib/common/test_page.dart b/ohos/flutter_typed_data/lib/common/test_page.dart new file mode 100644 index 0000000000000000000000000000000000000000..c4e1888608d081af98fe6ad8acaa11eef6963af6 --- /dev/null +++ b/ohos/flutter_typed_data/lib/common/test_page.dart @@ -0,0 +1,333 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'dart:async'; + +import 'package:flutter/material.dart'; + +import 'item_widget.dart'; + +List contentList = []; + +class Test { + /// Test definition. + Test(this.name, this.fn, {bool? solo, bool? skip}) + : solo = solo == true, + skip = skip == true; + + /// Only run this test. + final bool solo; + + /// Skip this test. + final bool skip; + + /// Test name. + String name; + + /// Test body. + FutureOr Function() fn; +} + +/// Item states. +enum ItemState { + /// test not run yet. + none, + + /// test is running. + running, + + /// test succeeded. + success, + + /// test fails. + failure +} + +/// Menu item. +class Item { + /// Menu item. + Item(this.name); + + /// Menu item state. + ItemState state = ItemState.running; + + /// Menu item name/ + String name; +} + +class TestLength { + TestLength(this.oldLength, this.newLength); + + int oldLength; + int newLength; +} + +class GroupRange { + GroupRange(this.groupName, this.startIndex, this.endIndex); + + String groupName; + int startIndex; + int endIndex; +} + +/// 基础测试页面 +class TestPage extends StatefulWidget { + /// Base test page. + TestPage(this.title, {Key? key}) : super(key: key); + + /// The title. + final String title; + + /// Test list. + final List tests = []; + + /// 保存group的范围信息 + final Map groupTitle = {}; + + /// define a test. + void test(String name, FutureOr Function() fn) { + tests.add(Test(name, fn)); + } + + /// define a group test. + void group(String name, FutureOr Function() fn) { + int oldLength = tests.length; + fn(); + + int newLength = tests.length - 1; + groupTitle.addAll({name: TestLength(oldLength, newLength)}); + } + + /// Thrown an exception + void fail([String? message]) { + throw Exception(message ?? 'should fail'); + } + + @override + TestPageState createState() => TestPageState(); +} + +/// Group. +mixin Group { + /// List of tests. + List get tests { + // TODO: implement tests + throw UnimplementedError(); + } + + bool? _hasSolo; + final _tests = []; + + /// Add a test. + void add(Test test) { + if (!test.skip) { + if (test.solo) { + if (_hasSolo != true) { + _hasSolo = true; + _tests.clear(); + } + _tests.add(test); + } else if (_hasSolo != true) { + _tests.add(test); + } + } + } + + /// true if it has solo or contains item with solo feature + bool? get hasSolo => _hasSolo; +} + +class TestPageState extends State with Group { + List items = []; + + Future _run() async { + if (!mounted) { + return null; + } + + setState(() { + items.clear(); + }); + _tests.clear(); + for (var test in widget.tests) { + add(test); + } + for (var test in _tests) { + var item = Item(test.name); + contentList.add(Text(test.name, + style: const TextStyle(fontSize: 18, color: Colors.green))); + + late int position; + setState(() { + position = items.length; + items.add(item); + }); + try { + await test.fn(); + item = Item(test.name)..state = ItemState.success; + print('ohFlutter: ${test.name}, result: success'); + } catch (e, st) { + contentList.add(Text('$e, $st', + style: const TextStyle(fontSize: 18, color: Colors.red))); + print('ohFlutter: ${test.name}-error: $e, $st}'); + item = Item(test.name)..state = ItemState.failure; + } + + if (!mounted) { + return null; + } + + setState(() { + items[position] = item; + }); + } + } + + Future _runTest(int index) async { + if (!mounted) { + return null; + } + + final test = _tests[index]; + + var item = items[index]; + setState(() { + contentList = []; + item.state = ItemState.running; + }); + contentList.add(Text(test.name, + style: const TextStyle(fontSize: 18, color: Colors.green))); + try { + await test.fn(); + + item = Item(test.name)..state = ItemState.success; + print('ohFlutter: ${test.name}, result: success'); + } catch (e, st) { + contentList.add(Text('$e, $st', + style: const TextStyle(fontSize: 18, color: Colors.red))); + print('ohFlutter: ${test.name}-error: $e, $st}'); + try { + print(st); + } catch (_) {} + item = Item(test.name)..state = ItemState.failure; + } + + if (!mounted) { + return null; + } + + setState(() { + items[index] = item; + }); + showAlertDialog(context); + } + + @override + void initState() { + super.initState(); + contentList = []; + _run(); + } + + @override + Widget build(BuildContext context) { + return Scaffold( + appBar: AppBar( + title: Text(widget.title), + actions:[ + IconButton( + onPressed: () { + showAlertDialog(context); + }, + icon: const Icon(Icons.search_outlined), + ) + ] + ), + body: ListView(children: [ + ...items.asMap().keys.map((e) => _itemBuilder(context, e)).toList(), + ])); + } + + Widget _itemBuilder(BuildContext context, int index) { + final item = getItem(index); + return ItemWidget( + item: item, + index: index, + getGroupRange: () { + GroupRange data = GroupRange('', 0, 0); + widget.groupTitle.forEach((key, value) { + if (value.oldLength <= index && value.newLength >= index) { + data = GroupRange(key, value.oldLength, value.newLength); + } + }); + return data; + }, + runGroup: (start, end) async { + for (var i = start; i <= end; i++) { + await _runTest(i); + print('\n'); + } + }, + onTap: (Item item) { + _runTest(index); + } + ); + } + + Item getItem(int index) { + return items[index]; + } + + @override + List get tests => widget.tests; +} + +void expect(var testModel, var object) { + try { + testModel; + contentList.add(Text('$testModel')); + } catch (e) { + contentList.add(Text( + '$e', + style: const TextStyle(color: Colors.red), + )); + print(e.toString()); + } +} + +void showAlertDialog(BuildContext context) { + for (int i = 0; i < contentList.length; i++) { + print(contentList[i].data); + } + showDialog( + context: context, + barrierDismissible: false, + builder: (BuildContext context) { + return AlertDialog( + content: SingleChildScrollView( + child: Column( + children: contentList, + ), + ), + actions: [ + MaterialButton( + child: const Text('确定'), + onPressed: () { + Navigator.of(context).pop(); + }, + ), + ], + ); + }); +} diff --git a/ohos/flutter_typed_data/lib/common/test_route.dart b/ohos/flutter_typed_data/lib/common/test_route.dart new file mode 100644 index 0000000000000000000000000000000000000000..5731f3020d95f78b337e23b59973c11d857b9f75 --- /dev/null +++ b/ohos/flutter_typed_data/lib/common/test_route.dart @@ -0,0 +1,28 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/cupertino.dart'; + +import 'base_page.dart'; + +class MainItem { + /// Main item. + MainItem(this.title, this.route); + + /// title. + String title; + + /// Page route. + Widget route; +} diff --git a/ohos/flutter_typed_data/lib/main.dart b/ohos/flutter_typed_data/lib/main.dart new file mode 100644 index 0000000000000000000000000000000000000000..c10bc1600a73c41e621202feee73430511d27c86 --- /dev/null +++ b/ohos/flutter_typed_data/lib/main.dart @@ -0,0 +1,158 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:flutter/material.dart'; + +import 'package:flutter_typed_data/common/test_route.dart'; +import 'package:flutter_typed_data/common/test_model_app.dart'; + +import 'rt_queue_test.dart'; +import 'rt_typed_buffers_test.dart'; +import 'rt_typed_buffers_vm_test.dart'; + +void main() { + + final app = [ + MainItem("queue_test", JKQueueTestPage("queue_test")), + MainItem("type_buffers_test", JKTypeBuffersTestPage("type_buffers_test")), + MainItem("type_buffers_vm_test", JKTypeBuffersVmTestPage("type_buffers_vm_test")), + ]; + + runApp(TestModelApp( + appName: 'typed_data', + data: app)); + + //runApp(const MyApp()); + +} + +class MyApp extends StatelessWidget { + const MyApp({super.key}); + + // This widget is the root of your application. + @override + Widget build(BuildContext context) { + return MaterialApp( + title: 'Flutter Demo', + theme: ThemeData( + // This is the theme of your application. + // + // TRY THIS: Try running your application with "flutter run". You'll see + // the application has a blue toolbar. Then, without quitting the app, + // try changing the seedColor in the colorScheme below to Colors.green + // and then invoke "hot reload" (save your changes or press the "hot + // reload" button in a Flutter-supported IDE, or press "r" if you used + // the command line to start the app). + // + // Notice that the counter didn't reset back to zero; the application + // state is not lost during the reload. To reset the state, use hot + // restart instead. + // + // This works for code too, not just values: Most code changes can be + // tested with just a hot reload. + colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple), + useMaterial3: true, + ), + home: const MyHomePage(title: 'Flutter Demo Home Page'), + ); + } +} + +class MyHomePage extends StatefulWidget { + const MyHomePage({super.key, required this.title}); + + // This widget is the home page of your application. It is stateful, meaning + // that it has a State object (defined below) that contains fields that affect + // how it looks. + + // This class is the configuration for the state. It holds the values (in this + // case the title) provided by the parent (in this case the App widget) and + // used by the build method of the State. Fields in a Widget subclass are + // always marked "final". + + final String title; + + @override + State createState() => _MyHomePageState(); +} + +class _MyHomePageState extends State { + int _counter = 0; + + void _incrementCounter() { + setState(() { + // This call to setState tells the Flutter framework that something has + // changed in this State, which causes it to rerun the build method below + // so that the display can reflect the updated values. If we changed + // _counter without calling setState(), then the build method would not be + // called again, and so nothing would appear to happen. + _counter++; + }); + } + + @override + Widget build(BuildContext context) { + // This method is rerun every time setState is called, for instance as done + // by the _incrementCounter method above. + // + // The Flutter framework has been optimized to make rerunning build methods + // fast, so that you can just rebuild anything that needs updating rather + // than having to individually change instances of widgets. + return Scaffold( + appBar: AppBar( + // TRY THIS: Try changing the color here to a specific color (to + // Colors.amber, perhaps?) and trigger a hot reload to see the AppBar + // change color while the other colors stay the same. + backgroundColor: Theme.of(context).colorScheme.inversePrimary, + // Here we take the value from the MyHomePage object that was created by + // the App.build method, and use it to set our appbar title. + title: Text(widget.title), + ), + body: Center( + // Center is a layout widget. It takes a single child and positions it + // in the middle of the parent. + child: Column( + // Column is also a layout widget. It takes a list of children and + // arranges them vertically. By default, it sizes itself to fit its + // children horizontally, and tries to be as tall as its parent. + // + // Column has various properties to control how it sizes itself and + // how it positions its children. Here we use mainAxisAlignment to + // center the children vertically; the main axis here is the vertical + // axis because Columns are vertical (the cross axis would be + // horizontal). + // + // TRY THIS: Invoke "debug painting" (choose the "Toggle Debug Paint" + // action in the IDE, or press "p" in the console), to see the + // wireframe for each widget. + mainAxisAlignment: MainAxisAlignment.center, + children: [ + const Text( + 'You have pushed the button this many times:', + ), + Text( + '$_counter', + style: Theme.of(context).textTheme.headlineMedium, + ), + ], + ), + ), + floatingActionButton: FloatingActionButton( + onPressed: _incrementCounter, + tooltip: 'Increment', + child: const Icon(Icons.add), + ), // This trailing comma makes auto-formatting nicer for build methods. + ); + } +} diff --git a/ohos/flutter_typed_data/lib/rt_queue_test.dart b/ohos/flutter_typed_data/lib/rt_queue_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..b9b65693427f9b4862fce6518a9b9180d21efcf5 --- /dev/null +++ b/ohos/flutter_typed_data/lib/rt_queue_test.dart @@ -0,0 +1,1331 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import 'package:typed_data/typed_data.dart'; + +import 'package:flutter_typed_data/common/test_page.dart'; + +/// The initial capacity of queues if the user doesn't specify one. +const capacity = 16; + +class JKQueueTestPage extends TestPage { + + static const String routeName = "/queue_test"; + + JKQueueTestPage(super.title, {super.key}) { + print('start test666'); + main(); + } + void main() { + group('Uint8Queue()', () { + test('Uint8Queue() creates an empty Uint8Queue', () { + expect(Uint8Queue(), "isEmpty"); + }); + + test('Uint8Queue(100) takes an initial capacity', () { + expect(Uint8Queue(100), "isEmpty"); + }); + }); + + group('add() adds an element to the end', () { + + group("for a queue that's below capacity", () { + // Test with a queue whose elements are in one contiguous block, so `_head < + // _tail`. + test('Uint8Queue() with contiguous elements', () { + //callback(Uint8Queue(capacity * 2)..addAll(oneThrough(capacity - 1))); + var queue = Uint8Queue(capacity * 2)..addAll(oneThrough(capacity - 1)); + queue.add(16); + expect(queue, "equals(oneThrough(capacity))"); + }); + + // Test with a queue whose elements are split across the ends of the table, + // so `_head > _tail`. + test(' Uint8Queue() with an internal gap', () { + var queue = Uint8Queue(capacity * 2); + for (var i = capacity ~/ 2; i < capacity; i++) { + queue.add(i); + } + for (var i = capacity ~/ 2 - 1; i > 0; i--) { + queue.addFirst(i); + } + //callback(queue); + queue.add(16); + expect(queue, "equals(oneThrough(capacity))"); + }); + }); + + // Test with a queue whose internal table will need to expand if one more + // element is added. + group("for a queue that's at capacity", () { + test('Uint8Queue() with contiguous elements', () { + //callback(Uint8Queue()..addAll(oneThrough(capacity - 1))); + var queue = Uint8Queue()..addAll(oneThrough(capacity - 1)); + queue.add(16); + expect(queue, "equals(oneThrough(capacity))"); + }); + + test('Uint8Queue() with an internal gap', () { + var queue = Uint8Queue(); + for (var i = capacity ~/ 2; i < capacity; i++) { + queue.add(i); + } + for (var i = capacity ~/ 2 - 1; i > 0; i--) { + queue.addFirst(i); + } + //callback(queue); + queue.add(16); + expect(queue, "equals(oneThrough(capacity))"); + }); + }); + + + // forEachInternalRepresentation((queue) { + // queue.add(16); + // expect(queue, equals(oneThrough(capacity))); + // }); + }); + + group('addFirst() adds an element to the beginning', () { + + group("for a queue that's below capacity", () { + // Test with a queue whose elements are in one contiguous block, so `_head < + // _tail`. + test('Uint8Queue() with contiguous elements', () { + //callback(Uint8Queue(capacity * 2)..addAll(oneThrough(capacity - 1))); + var queue = Uint8Queue(capacity * 2)..addAll(oneThrough(capacity - 1)); + queue.addFirst(0); + expect(queue, "equals([0, ...oneThrough(capacity - 1)])"); + }); + + // Test with a queue whose elements are split across the ends of the table, + // so `_head > _tail`. + test('Uint8Queue() with an internal gap', () { + var queue = Uint8Queue(capacity * 2); + for (var i = capacity ~/ 2; i < capacity; i++) { + queue.add(i); + } + for (var i = capacity ~/ 2 - 1; i > 0; i--) { + queue.addFirst(i); + } + //callback(queue); + queue.addFirst(0); + expect(queue, "equals([0, ...oneThrough(capacity - 1)])"); + }); + }); + + // Test with a queue whose internal table will need to expand if one more + // element is added. + group("for a queue that's at capacity", () { + test('Uint8Queue() with contiguous elements', () { + //callback(Uint8Queue()..addAll(oneThrough(capacity - 1))); + var queue = Uint8Queue()..addAll(oneThrough(capacity - 1)); + queue.addFirst(0); + expect(queue, "equals([0, ...oneThrough(capacity - 1)])"); + }); + + test('Uint8Queue() with an internal gap', () { + var queue = Uint8Queue(); + for (var i = capacity ~/ 2; i < capacity; i++) { + queue.add(i); + } + for (var i = capacity ~/ 2 - 1; i > 0; i--) { + queue.addFirst(i); + } + //callback(queue); + queue.addFirst(0); + expect(queue, "equals([0, ...oneThrough(capacity - 1)])"); + }); + }); + + // forEachInternalRepresentation((queue) { + // queue.addFirst(0); + // expect(queue, equals([0, ...oneThrough(capacity - 1)])); + // }); + }); + + group('removeFirst() removes an element from the beginning', () { + + group("for a queue that's below capacity", () { + // Test with a queue whose elements are in one contiguous block, so `_head < + // _tail`. + test('Uint8Queue() with contiguous elements', () { + //callback(Uint8Queue(capacity * 2)..addAll(oneThrough(capacity - 1))); + var queue = Uint8Queue(capacity * 2)..addAll(oneThrough(capacity - 1)); + expect(queue.removeFirst(), "equals(1)"); + expect(queue, "equals(oneThrough(capacity - 1).skip(1))"); + }); + + // Test with a queue whose elements are split across the ends of the table, + // so `_head > _tail`. + test('Uint8Queue() with an internal gap', () { + var queue = Uint8Queue(capacity * 2); + for (var i = capacity ~/ 2; i < capacity; i++) { + queue.add(i); + } + for (var i = capacity ~/ 2 - 1; i > 0; i--) { + queue.addFirst(i); + } + //callback(queue); + expect(queue.removeFirst(), "equals(1)"); + expect(queue, "equals(oneThrough(capacity - 1).skip(1))"); + }); + }); + + // Test with a queue whose internal table will need to expand if one more + // element is added. + group("for a queue that's at capacity", () { + test('Uint8Queue() with contiguous elements', () { + //callback(Uint8Queue()..addAll(oneThrough(capacity - 1))); + var queue = Uint8Queue()..addAll(oneThrough(capacity - 1)); + expect(queue.removeFirst(), "equals(1)"); + expect(queue, "equals(oneThrough(capacity - 1).skip(1))"); + }); + + test('Uint8Queue() with an internal gap', () { + var queue = Uint8Queue(); + for (var i = capacity ~/ 2; i < capacity; i++) { + queue.add(i); + } + for (var i = capacity ~/ 2 - 1; i > 0; i--) { + queue.addFirst(i); + } + //callback(queue); + expect(queue.removeFirst(), "equals(1)"); + expect(queue, "equals(oneThrough(capacity - 1).skip(1))"); + }); + }); + + // forEachInternalRepresentation((queue) { + // expect(queue.removeFirst(), equals(1)); + // expect(queue, equals(oneThrough(capacity - 1).skip(1))); + // }); + + test('Uint8Queue().removeFirst throws a StateError for an empty queue', () { + expect(Uint8Queue().removeFirst, "throwsStateError"); + }); + }); + + group('removeLast() removes an element from the end', () { + + group("for a queue that's below capacity", () { + // Test with a queue whose elements are in one contiguous block, so `_head < + // _tail`. + test('Uint8Queue() with contiguous elements', () { + //callback(Uint8Queue(capacity * 2)..addAll(oneThrough(capacity - 1))); + var queue = Uint8Queue(capacity * 2)..addAll(oneThrough(capacity - 1)); + expect(queue.removeLast(), "equals(15)"); + expect(queue, "equals(oneThrough(capacity - 2))"); + }); + + // Test with a queue whose elements are split across the ends of the table, + // so `_head > _tail`. + test('Uint8Queue() with an internal gap', () { + var queue = Uint8Queue(capacity * 2); + for (var i = capacity ~/ 2; i < capacity; i++) { + queue.add(i); + } + for (var i = capacity ~/ 2 - 1; i > 0; i--) { + queue.addFirst(i); + } + //callback(queue); + expect(queue.removeLast(), "equals(15)"); + expect(queue, "equals(oneThrough(capacity - 2))"); + }); + }); + + // Test with a queue whose internal table will need to expand if one more + // element is added. + group("for a queue that's at capacity", () { + test('Uint8Queue() with contiguous elements', () { + //callback(Uint8Queue()..addAll(oneThrough(capacity - 1))); + var queue = Uint8Queue()..addAll(oneThrough(capacity - 1)); + expect(queue.removeLast(), "equals(15)"); + expect(queue, "equals(oneThrough(capacity - 2))"); + }); + + test('Uint8Queue() with an internal gap', () { + var queue = Uint8Queue(); + for (var i = capacity ~/ 2; i < capacity; i++) { + queue.add(i); + } + for (var i = capacity ~/ 2 - 1; i > 0; i--) { + queue.addFirst(i); + } + //callback(queue); + expect(queue.removeLast(), "equals(15)"); + expect(queue, "equals(oneThrough(capacity - 2))"); + }); + }); + + // forEachInternalRepresentation((queue) { + // expect(queue.removeLast(), equals(15)); + // expect(queue, equals(oneThrough(capacity - 2))); + // }); + + test('Uint8Queue().removeLast throws a StateError for an empty queue', () { + expect(Uint8Queue().removeLast, "throwsStateError"); + }); + }); + + group('removeRange()', () { + group('removes a prefix', () { + + group("for a queue that's below capacity", () { + // Test with a queue whose elements are in one contiguous block, so `_head < + // _tail`. + test('Uint8Queue() with contiguous elements', () { + //callback(Uint8Queue(capacity * 2)..addAll(oneThrough(capacity - 1))); + var queue = Uint8Queue(capacity * 2)..addAll(oneThrough(capacity - 1)); + queue.removeRange(0, 5); + expect(queue,"equals(oneThrough(capacity - 1).skip(5))"); + }); + + // Test with a queue whose elements are split across the ends of the table, + // so `_head > _tail`. + test('Uint8Queue() with an internal gap', () { + var queue = Uint8Queue(capacity * 2); + for (var i = capacity ~/ 2; i < capacity; i++) { + queue.add(i); + } + for (var i = capacity ~/ 2 - 1; i > 0; i--) { + queue.addFirst(i); + } + //callback(queue); + queue.removeRange(0, 5); + expect(queue,"equals(oneThrough(capacity - 1).skip(5))"); + }); + }); + + // Test with a queue whose internal table will need to expand if one more + // element is added. + group("for a queue that's at capacity", () { + test('Uint8Queue() with contiguous elements', () { + //callback(Uint8Queue()..addAll(oneThrough(capacity - 1))); + var queue = Uint8Queue()..addAll(oneThrough(capacity - 1)); + queue.removeRange(0, 5); + expect(queue,"equals(oneThrough(capacity - 1).skip(5))"); + }); + + test('Uint8Queue() with an internal gap', () { + var queue = Uint8Queue(); + for (var i = capacity ~/ 2; i < capacity; i++) { + queue.add(i); + } + for (var i = capacity ~/ 2 - 1; i > 0; i--) { + queue.addFirst(i); + } + //callback(queue); + queue.removeRange(0, 5); + expect(queue,"equals(oneThrough(capacity - 1).skip(5))"); + }); + }); + + // forEachInternalRepresentation((queue) { + // queue.removeRange(0, 5); + // expect(queue,"equals(oneThrough(capacity - 1).skip(5))"); + // }); + }); + + group('removes a suffix', () { + + group("for a queue that's below capacity", () { + // Test with a queue whose elements are in one contiguous block, so `_head < + // _tail`. + test('Uint8Queue() with contiguous elements', () { + //callback(Uint8Queue(capacity * 2)..addAll(oneThrough(capacity - 1))); + var queue = Uint8Queue(capacity * 2)..addAll(oneThrough(capacity - 1)); + queue.removeRange(10, 15); + expect(queue, "equals(oneThrough(capacity - 6))"); + }); + + // Test with a queue whose elements are split across the ends of the table, + // so `_head > _tail`. + test('Uint8Queue() with an internal gap', () { + var queue = Uint8Queue(capacity * 2); + for (var i = capacity ~/ 2; i < capacity; i++) { + queue.add(i); + } + for (var i = capacity ~/ 2 - 1; i > 0; i--) { + queue.addFirst(i); + } + //callback(queue); + queue.removeRange(10, 15); + expect(queue, "equals(oneThrough(capacity - 6))"); + }); + }); + + // Test with a queue whose internal table will need to expand if one more + // element is added. + group("for a queue that's at capacity", () { + test('Uint8Queue() with contiguous elements', () { + //callback(Uint8Queue()..addAll(oneThrough(capacity - 1))); + var queue = Uint8Queue()..addAll(oneThrough(capacity - 1)); + queue.removeRange(10, 15); + expect(queue, "equals(oneThrough(capacity - 6))"); + }); + + test('Uint8Queue() with an internal gap', () { + var queue = Uint8Queue(); + for (var i = capacity ~/ 2; i < capacity; i++) { + queue.add(i); + } + for (var i = capacity ~/ 2 - 1; i > 0; i--) { + queue.addFirst(i); + } + //callback(queue); + queue.removeRange(10, 15); + expect(queue, "equals(oneThrough(capacity - 6))"); + }); + }); + + // forEachInternalRepresentation((queue) { + // queue.removeRange(10, 15); + // expect(queue, "equals(oneThrough(capacity - 6))"); + // }); + }); + + group('removes from the middle', () { + + group("for a queue that's below capacity", () { + // Test with a queue whose elements are in one contiguous block, so `_head < + // _tail`. + test('Uint8Queue() with contiguous elements', () { + //callback(Uint8Queue(capacity * 2)..addAll(oneThrough(capacity - 1))); + var queue = Uint8Queue(capacity * 2)..addAll(oneThrough(capacity - 1)); + queue.removeRange(5, 10); + expect(queue, "equals([1, 2, 3, 4, 5, 11, 12, 13, 14, 15])"); + }); + + // Test with a queue whose elements are split across the ends of the table, + // so `_head > _tail`. + test('Uint8Queue() with an internal gap', () { + var queue = Uint8Queue(capacity * 2); + for (var i = capacity ~/ 2; i < capacity; i++) { + queue.add(i); + } + for (var i = capacity ~/ 2 - 1; i > 0; i--) { + queue.addFirst(i); + } + //callback(queue); + queue.removeRange(5, 10); + expect(queue, "equals([1, 2, 3, 4, 5, 11, 12, 13, 14, 15])"); + }); + }); + + // Test with a queue whose internal table will need to expand if one more + // element is added. + group("for a queue that's at capacity", () { + test('Uint8Queue() with contiguous elements', () { + //callback(Uint8Queue()..addAll(oneThrough(capacity - 1))); + var queue = Uint8Queue()..addAll(oneThrough(capacity - 1)); + queue.removeRange(5, 10); + expect(queue, "equals([1, 2, 3, 4, 5, 11, 12, 13, 14, 15])"); + }); + + test('Uint8Queue() with an internal gap', () { + var queue = Uint8Queue(); + for (var i = capacity ~/ 2; i < capacity; i++) { + queue.add(i); + } + for (var i = capacity ~/ 2 - 1; i > 0; i--) { + queue.addFirst(i); + } + //callback(queue); + queue.removeRange(5, 10); + expect(queue, "equals([1, 2, 3, 4, 5, 11, 12, 13, 14, 15])"); + }); + }); + + // forEachInternalRepresentation((queue) { + // queue.removeRange(5, 10); + // expect(queue, "equals([1, 2, 3, 4, 5, 11, 12, 13, 14, 15])"); + // }); + }); + + group('removes everything', () { + + group("for a queue that's below capacity", () { + // Test with a queue whose elements are in one contiguous block, so `_head < + // _tail`. + test('Uint8Queue() with contiguous elements', () { + //callback(Uint8Queue(capacity * 2)..addAll(oneThrough(capacity - 1))); + var queue = Uint8Queue(capacity * 2)..addAll(oneThrough(capacity - 1)); + queue.removeRange(0, 15); + expect(queue, "isEmpty"); + }); + + // Test with a queue whose elements are split across the ends of the table, + // so `_head > _tail`. + test('Uint8Queue() with an internal gap', () { + var queue = Uint8Queue(capacity * 2); + for (var i = capacity ~/ 2; i < capacity; i++) { + queue.add(i); + } + for (var i = capacity ~/ 2 - 1; i > 0; i--) { + queue.addFirst(i); + } + //callback(queue); + queue.removeRange(0, 15); + expect(queue, "isEmpty"); + }); + }); + + // Test with a queue whose internal table will need to expand if one more + // element is added. + group("for a queue that's at capacity", () { + test('Uint8Queue() with contiguous elements', () { + //callback(Uint8Queue()..addAll(oneThrough(capacity - 1))); + var queue = Uint8Queue()..addAll(oneThrough(capacity - 1)); + queue.removeRange(0, 15); + expect(queue, "isEmpty"); + }); + + test('Uint8Queue() with an internal gap', () { + var queue = Uint8Queue(); + for (var i = capacity ~/ 2; i < capacity; i++) { + queue.add(i); + } + for (var i = capacity ~/ 2 - 1; i > 0; i--) { + queue.addFirst(i); + } + //callback(queue); + queue.removeRange(0, 15); + expect(queue, "isEmpty"); + }); + }); + + // forEachInternalRepresentation((queue) { + // queue.removeRange(0, 15); + // expect(queue, "isEmpty"); + // }); + }); + + test('Uint8Queue().removeRange(0, 1) throws a RangeError for an invalid range', () { + expect(() => Uint8Queue().removeRange(0, 1), "throwsRangeError"); + }); + }); + + group('setRange()', () { + group('sets a range to the contents of an iterable', () { + + group("for a queue that's below capacity", () { + // Test with a queue whose elements are in one contiguous block, so `_head < + // _tail`. + test('Uint8Queue() with contiguous elements', () { + //callback(Uint8Queue(capacity * 2)..addAll(oneThrough(capacity - 1))); + var queue = Uint8Queue(capacity * 2)..addAll(oneThrough(capacity - 1)); + queue.setRange(5, 10, oneThrough(10).map((n) => 100 + n), 2); + expect(queue, + [1, 2, 3, 4, 5, 103, 104, 105, 106, 107, 11, 12, 13, 14, 15]); + }); + + // Test with a queue whose elements are split across the ends of the table, + // so `_head > _tail`. + test('Uint8Queue() with an internal gap', () { + var queue = Uint8Queue(capacity * 2); + for (var i = capacity ~/ 2; i < capacity; i++) { + queue.add(i); + } + for (var i = capacity ~/ 2 - 1; i > 0; i--) { + queue.addFirst(i); + } + //callback(queue); + queue.setRange(5, 10, oneThrough(10).map((n) => 100 + n), 2); + expect(queue, + [1, 2, 3, 4, 5, 103, 104, 105, 106, 107, 11, 12, 13, 14, 15]); + }); + }); + + // Test with a queue whose internal table will need to expand if one more + // element is added. + group("for a queue that's at capacity", () { + test('Uint8Queue() with contiguous elements', () { + //callback(Uint8Queue()..addAll(oneThrough(capacity - 1))); + var queue = Uint8Queue()..addAll(oneThrough(capacity - 1)); + queue.setRange(5, 10, oneThrough(10).map((n) => 100 + n), 2); + expect(queue, + [1, 2, 3, 4, 5, 103, 104, 105, 106, 107, 11, 12, 13, 14, 15]); + }); + + test('Uint8Queue() with an internal gap', () { + var queue = Uint8Queue(); + for (var i = capacity ~/ 2; i < capacity; i++) { + queue.add(i); + } + for (var i = capacity ~/ 2 - 1; i > 0; i--) { + queue.addFirst(i); + } + //callback(queue); + queue.setRange(5, 10, oneThrough(10).map((n) => 100 + n), 2); + expect(queue, + [1, 2, 3, 4, 5, 103, 104, 105, 106, 107, 11, 12, 13, 14, 15]); + }); + }); + + // forEachInternalRepresentation((queue) { + // queue.setRange(5, 10, oneThrough(10).map((n) => 100 + n), 2); + // expect(queue, + // [1, 2, 3, 4, 5, 103, 104, 105, 106, 107, 11, 12, 13, 14, 15]); + // }); + }); + + group('sets a range to the contents of a list', () { + + group("for a queue that's below capacity", () { + // Test with a queue whose elements are in one contiguous block, so `_head < + // _tail`. + test('Uint8Queue() with contiguous elements', () { + //callback(Uint8Queue(capacity * 2)..addAll(oneThrough(capacity - 1))); + var queue = Uint8Queue(capacity * 2)..addAll(oneThrough(capacity - 1)); + queue.setRange(5, 10, oneThrough(10).map((n) => 100 + n).toList(), 2); + expect(queue, + [1, 2, 3, 4, 5, 103, 104, 105, 106, 107, 11, 12, 13, 14, 15]); + }); + + // Test with a queue whose elements are split across the ends of the table, + // so `_head > _tail`. + test('Uint8Queue() with an internal gap', () { + var queue = Uint8Queue(capacity * 2); + for (var i = capacity ~/ 2; i < capacity; i++) { + queue.add(i); + } + for (var i = capacity ~/ 2 - 1; i > 0; i--) { + queue.addFirst(i); + } + //callback(queue); + queue.setRange(5, 10, oneThrough(10).map((n) => 100 + n).toList(), 2); + expect(queue, + [1, 2, 3, 4, 5, 103, 104, 105, 106, 107, 11, 12, 13, 14, 15]); + }); + }); + + // Test with a queue whose internal table will need to expand if one more + // element is added. + group("for a queue that's at capacity", () { + test('Uint8Queue() with contiguous elements', () { + //callback(Uint8Queue()..addAll(oneThrough(capacity - 1))); + var queue = Uint8Queue()..addAll(oneThrough(capacity - 1)); + queue.setRange(5, 10, oneThrough(10).map((n) => 100 + n).toList(), 2); + expect(queue, + [1, 2, 3, 4, 5, 103, 104, 105, 106, 107, 11, 12, 13, 14, 15]); + }); + + test('Uint8Queue() with an internal gap', () { + var queue = Uint8Queue(); + for (var i = capacity ~/ 2; i < capacity; i++) { + queue.add(i); + } + for (var i = capacity ~/ 2 - 1; i > 0; i--) { + queue.addFirst(i); + } + //callback(queue); + queue.setRange(5, 10, oneThrough(10).map((n) => 100 + n).toList(), 2); + expect(queue, + [1, 2, 3, 4, 5, 103, 104, 105, 106, 107, 11, 12, 13, 14, 15]); + }); + }); + + // forEachInternalRepresentation((queue) { + // queue.setRange(5, 10, oneThrough(10).map((n) => 100 + n).toList(), 2); + // expect(queue, + // [1, 2, 3, 4, 5, 103, 104, 105, 106, 107, 11, 12, 13, 14, 15]); + // }); + }); + + group( + 'sets a range to a section of the same queue overlapping at the ' + 'beginning', () { + + group("for a queue that's below capacity", () { + // Test with a queue whose elements are in one contiguous block, so `_head < + // _tail`. + test('Uint8Queue() with contiguous elements', () { + //callback(Uint8Queue(capacity * 2)..addAll(oneThrough(capacity - 1))); + var queue = Uint8Queue(capacity * 2)..addAll(oneThrough(capacity - 1)); + queue.setRange(5, 10, queue, 2); + expect(queue, [1, 2, 3, 4, 5, 3, 4, 5, 6, 7, 11, 12, 13, 14, 15]); + }); + + // Test with a queue whose elements are split across the ends of the table, + // so `_head > _tail`. + test('Uint8Queue() with an internal gap', () { + var queue = Uint8Queue(capacity * 2); + for (var i = capacity ~/ 2; i < capacity; i++) { + queue.add(i); + } + for (var i = capacity ~/ 2 - 1; i > 0; i--) { + queue.addFirst(i); + } + //callback(queue); + queue.setRange(5, 10, queue, 2); + expect(queue, [1, 2, 3, 4, 5, 3, 4, 5, 6, 7, 11, 12, 13, 14, 15]); + }); + }); + + // Test with a queue whose internal table will need to expand if one more + // element is added. + group("for a queue that's at capacity", () { + test('Uint8Queue() with contiguous elements', () { + //callback(Uint8Queue()..addAll(oneThrough(capacity - 1))); + var queue = Uint8Queue()..addAll(oneThrough(capacity - 1)); + queue.setRange(5, 10, queue, 2); + expect(queue, [1, 2, 3, 4, 5, 3, 4, 5, 6, 7, 11, 12, 13, 14, 15]); + }); + + test('Uint8Queue() with an internal gap', () { + var queue = Uint8Queue(); + for (var i = capacity ~/ 2; i < capacity; i++) { + queue.add(i); + } + for (var i = capacity ~/ 2 - 1; i > 0; i--) { + queue.addFirst(i); + } + //callback(queue); + queue.setRange(5, 10, queue, 2); + expect(queue, [1, 2, 3, 4, 5, 3, 4, 5, 6, 7, 11, 12, 13, 14, 15]); + }); + }); + + // forEachInternalRepresentation((queue) { + // queue.setRange(5, 10, queue, 2); + // expect(queue, [1, 2, 3, 4, 5, 3, 4, 5, 6, 7, 11, 12, 13, 14, 15]); + // }); + }); + + group('sets a range to a section of the same queue overlapping at the end', + () { + + group("for a queue that's below capacity", () { + // Test with a queue whose elements are in one contiguous block, so `_head < + // _tail`. + test('Uint8Queue() with contiguous elements', () { + //callback(Uint8Queue(capacity * 2)..addAll(oneThrough(capacity - 1))); + var queue = Uint8Queue(capacity * 2)..addAll(oneThrough(capacity - 1)); + queue.setRange(5, 10, queue, 6); + expect(queue, [1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 11, 12, 13, 14, 15]); + }); + + // Test with a queue whose elements are split across the ends of the table, + // so `_head > _tail`. + test('Uint8Queue() with an internal gap', () { + var queue = Uint8Queue(capacity * 2); + for (var i = capacity ~/ 2; i < capacity; i++) { + queue.add(i); + } + for (var i = capacity ~/ 2 - 1; i > 0; i--) { + queue.addFirst(i); + } + //callback(queue); + queue.setRange(5, 10, queue, 6); + expect(queue, [1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 11, 12, 13, 14, 15]); + }); + }); + + // Test with a queue whose internal table will need to expand if one more + // element is added. + group("for a queue that's at capacity", () { + test('Uint8Queue() with contiguous elements', () { + //callback(Uint8Queue()..addAll(oneThrough(capacity - 1))); + var queue = Uint8Queue()..addAll(oneThrough(capacity - 1)); + queue.setRange(5, 10, queue, 6); + expect(queue, [1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 11, 12, 13, 14, 15]); + }); + + test('Uint8Queue() with an internal gap', () { + var queue = Uint8Queue(); + for (var i = capacity ~/ 2; i < capacity; i++) { + queue.add(i); + } + for (var i = capacity ~/ 2 - 1; i > 0; i--) { + queue.addFirst(i); + } + //callback(queue); + queue.setRange(5, 10, queue, 6); + expect(queue, [1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 11, 12, 13, 14, 15]); + }); + }); + + // forEachInternalRepresentation((queue) { + // queue.setRange(5, 10, queue, 6); + // expect(queue, [1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 11, 12, 13, 14, 15]); + // }); + }); + + test('Uint8Queue() throws a RangeError for an invalid range', () { + expect(() => Uint8Queue().setRange(0, 1, [1]), "throwsRangeError"); + }); + }); + + group('length returns the length', () { + + group("for a queue that's below capacity", () { + // Test with a queue whose elements are in one contiguous block, so `_head < + // _tail`. + test('Uint8Queue() with contiguous elements', () { + //callback(Uint8Queue(capacity * 2)..addAll(oneThrough(capacity - 1))); + var queue = Uint8Queue(capacity * 2)..addAll(oneThrough(capacity - 1)); + expect(queue.length, "equals(15)"); + }); + + // Test with a queue whose elements are split across the ends of the table, + // so `_head > _tail`. + test('Uint8Queue() with an internal gap', () { + var queue = Uint8Queue(capacity * 2); + for (var i = capacity ~/ 2; i < capacity; i++) { + queue.add(i); + } + for (var i = capacity ~/ 2 - 1; i > 0; i--) { + queue.addFirst(i); + } + //callback(queue); + expect(queue.length, "equals(15)"); + }); + }); + + // Test with a queue whose internal table will need to expand if one more + // element is added. + group("for a queue that's at capacity", () { + test('Uint8Queue() with contiguous elements', () { + //callback(Uint8Queue()..addAll(oneThrough(capacity - 1))); + var queue = Uint8Queue()..addAll(oneThrough(capacity - 1)); + expect(queue.length, "equals(15)"); + }); + + test('Uint8Queue() with an internal gap', () { + var queue = Uint8Queue(); + for (var i = capacity ~/ 2; i < capacity; i++) { + queue.add(i); + } + for (var i = capacity ~/ 2 - 1; i > 0; i--) { + queue.addFirst(i); + } + //callback(queue); + expect(queue.length, "equals(15)"); + }); + }); + + // forEachInternalRepresentation((queue) { + // expect(queue.length, "equals(15)"); + // }); + }); + + group('length=', () { + group('empties', () { + + group("for a queue that's below capacity", () { + // Test with a queue whose elements are in one contiguous block, so `_head < + // _tail`. + test('Uint8Queue() with contiguous elements', () { + //callback(Uint8Queue(capacity * 2)..addAll(oneThrough(capacity - 1))); + var queue = Uint8Queue(capacity * 2)..addAll(oneThrough(capacity - 1)); + queue.length = 0; + expect(queue, "isEmpty"); + }); + + // Test with a queue whose elements are split across the ends of the table, + // so `_head > _tail`. + test('Uint8Queue() with an internal gap', () { + var queue = Uint8Queue(capacity * 2); + for (var i = capacity ~/ 2; i < capacity; i++) { + queue.add(i); + } + for (var i = capacity ~/ 2 - 1; i > 0; i--) { + queue.addFirst(i); + } + //callback(queue); + queue.length = 0; + expect(queue, "isEmpty"); + }); + }); + + // Test with a queue whose internal table will need to expand if one more + // element is added. + group("for a queue that's at capacity", () { + test('Uint8Queue() with contiguous elements', () { + //callback(Uint8Queue()..addAll(oneThrough(capacity - 1))); + var queue = Uint8Queue()..addAll(oneThrough(capacity - 1)); + queue.length = 0; + expect(queue, "isEmpty"); + }); + + test('Uint8Queue() with an internal gap', () { + var queue = Uint8Queue(); + for (var i = capacity ~/ 2; i < capacity; i++) { + queue.add(i); + } + for (var i = capacity ~/ 2 - 1; i > 0; i--) { + queue.addFirst(i); + } + //callback(queue); + queue.length = 0; + expect(queue, "isEmpty"); + }); + }); + + // forEachInternalRepresentation((queue) { + // queue.length = 0; + // expect(queue, "isEmpty"); + // }); + }); + + group('shrinks', () { + + group("for a queue that's below capacity", () { + // Test with a queue whose elements are in one contiguous block, so `_head < + // _tail`. + test('Uint8Queue() with contiguous elements', () { + //callback(Uint8Queue(capacity * 2)..addAll(oneThrough(capacity - 1))); + var queue = Uint8Queue(capacity * 2)..addAll(oneThrough(capacity - 1)); + queue.length = 5; + expect(queue, "equals([1, 2, 3, 4, 5])"); + }); + + // Test with a queue whose elements are split across the ends of the table, + // so `_head > _tail`. + test('Uint8Queue() with an internal gap', () { + var queue = Uint8Queue(capacity * 2); + for (var i = capacity ~/ 2; i < capacity; i++) { + queue.add(i); + } + for (var i = capacity ~/ 2 - 1; i > 0; i--) { + queue.addFirst(i); + } + //callback(queue); + queue.length = 5; + expect(queue, "equals([1, 2, 3, 4, 5])"); + }); + }); + + // Test with a queue whose internal table will need to expand if one more + // element is added. + group("for a queue that's at capacity", () { + test('Uint8Queue() with contiguous elements', () { + //callback(Uint8Queue()..addAll(oneThrough(capacity - 1))); + var queue = Uint8Queue()..addAll(oneThrough(capacity - 1)); + queue.length = 5; + expect(queue, "equals([1, 2, 3, 4, 5])"); + }); + + test('Uint8Queue() with an internal gap', () { + var queue = Uint8Queue(); + for (var i = capacity ~/ 2; i < capacity; i++) { + queue.add(i); + } + for (var i = capacity ~/ 2 - 1; i > 0; i--) { + queue.addFirst(i); + } + //callback(queue); + queue.length = 5; + expect(queue, "equals([1, 2, 3, 4, 5])"); + }); + }); + + // forEachInternalRepresentation((queue) { + // queue.length = 5; + // expect(queue, "equals([1, 2, 3, 4, 5])"); + // }); + }); + + group('grows', () { + + group("for a queue that's below capacity", () { + // Test with a queue whose elements are in one contiguous block, so `_head < + // _tail`. + test('Uint8Queue() with contiguous elements', () { + //callback(Uint8Queue(capacity * 2)..addAll(oneThrough(capacity - 1))); + var queue = Uint8Queue(capacity * 2)..addAll(oneThrough(capacity - 1)); + queue.length = 0; + queue.length = 15; + expect(queue, "equals([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0])"); + }); + + // Test with a queue whose elements are split across the ends of the table, + // so `_head > _tail`. + test('Uint8Queue() with an internal gap', () { + var queue = Uint8Queue(capacity * 2); + for (var i = capacity ~/ 2; i < capacity; i++) { + queue.add(i); + } + for (var i = capacity ~/ 2 - 1; i > 0; i--) { + queue.addFirst(i); + } + //callback(queue); + queue.length = 0; + queue.length = 15; + expect(queue, "equals([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0])"); + }); + }); + + // Test with a queue whose internal table will need to expand if one more + // element is added. + group("for a queue that's at capacity", () { + test('Uint8Queue() with contiguous elements', () { + //callback(Uint8Queue()..addAll(oneThrough(capacity - 1))); + var queue = Uint8Queue()..addAll(oneThrough(capacity - 1)); + queue.length = 0; + queue.length = 15; + expect(queue, "equals([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0])"); + }); + + test('Uint8Queue() with an internal gap', () { + var queue = Uint8Queue(); + for (var i = capacity ~/ 2; i < capacity; i++) { + queue.add(i); + } + for (var i = capacity ~/ 2 - 1; i > 0; i--) { + queue.addFirst(i); + } + //callback(queue); + queue.length = 0; + queue.length = 15; + expect(queue, "equals([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0])"); + }); + }); + + // forEachInternalRepresentation((queue) { + // queue.length = 20; + // expect( + // queue, + // equals(oneThrough(capacity - 1) + + // List.filled(20 - (capacity - 1), 0))); + // }); + }); + + group('zeroes out existing data', () { + + group("for a queue that's below capacity", () { + // Test with a queue whose elements are in one contiguous block, so `_head < + // _tail`. + test('Uint8Queue() with contiguous elements', () { + //callback(Uint8Queue(capacity * 2)..addAll(oneThrough(capacity - 1))); + var queue = Uint8Queue(capacity * 2)..addAll(oneThrough(capacity - 1)); + queue.length = 0; + queue.length = 15; + expect(queue, "equals([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0])"); + }); + + // Test with a queue whose elements are split across the ends of the table, + // so `_head > _tail`. + test('Uint8Queue() with an internal gap', () { + var queue = Uint8Queue(capacity * 2); + for (var i = capacity ~/ 2; i < capacity; i++) { + queue.add(i); + } + for (var i = capacity ~/ 2 - 1; i > 0; i--) { + queue.addFirst(i); + } + //callback(queue); + queue.length = 0; + queue.length = 15; + expect(queue, "equals([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0])"); + }); + }); + + // Test with a queue whose internal table will need to expand if one more + // element is added. + group("for a queue that's at capacity", () { + test('Uint8Queue() with contiguous elements', () { + //callback(Uint8Queue()..addAll(oneThrough(capacity - 1))); + var queue = Uint8Queue()..addAll(oneThrough(capacity - 1)); + queue.length = 0; + queue.length = 15; + expect(queue, "equals([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0])"); + }); + + test('Uint8Queue() with an internal gap', () { + var queue = Uint8Queue(); + for (var i = capacity ~/ 2; i < capacity; i++) { + queue.add(i); + } + for (var i = capacity ~/ 2 - 1; i > 0; i--) { + queue.addFirst(i); + } + //callback(queue); + queue.length = 0; + queue.length = 15; + expect(queue, "equals([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0])"); + }); + }); + + // forEachInternalRepresentation((queue) { + // queue.length = 0; + // queue.length = 15; + // expect(queue, "equals([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0])"); + // }); + }); + + test('Uint8Queue() throws a RangeError if length is less than 0', () { + expect(() => Uint8Queue().length = -1, "throwsRangeError"); + }); + }); + + group('[]', () { + group('returns individual entries', () { + + group("for a queue that's below capacity", () { + // Test with a queue whose elements are in one contiguous block, so `_head < + // _tail`. + test('Uint8Queue() with contiguous elements', () { + //callback(Uint8Queue(capacity * 2)..addAll(oneThrough(capacity - 1))); + var queue = Uint8Queue(capacity * 2)..addAll(oneThrough(capacity - 1)); + for (var i = 0; i < capacity - 1; i++) { + expect(queue[i], "equals(i + 1)"); + } + }); + + // Test with a queue whose elements are split across the ends of the table, + // so `_head > _tail`. + test('Uint8Queue() with an internal gap', () { + var queue = Uint8Queue(capacity * 2); + for (var i = capacity ~/ 2; i < capacity; i++) { + queue.add(i); + } + for (var i = capacity ~/ 2 - 1; i > 0; i--) { + queue.addFirst(i); + } + //callback(queue); + for (var i = 0; i < capacity - 1; i++) { + expect(queue[i], "equals(i + 1)"); + } + }); + }); + + // Test with a queue whose internal table will need to expand if one more + // element is added. + group("for a queue that's at capacity", () { + test('Uint8Queue() with contiguous elements', () { + //callback(Uint8Queue()..addAll(oneThrough(capacity - 1))); + var queue = Uint8Queue()..addAll(oneThrough(capacity - 1)); + for (var i = 0; i < capacity - 1; i++) { + expect(queue[i], "equals(i + 1)"); + } + }); + + test('Uint8Queue() with an internal gap', () { + var queue = Uint8Queue(); + for (var i = capacity ~/ 2; i < capacity; i++) { + queue.add(i); + } + for (var i = capacity ~/ 2 - 1; i > 0; i--) { + queue.addFirst(i); + } + //callback(queue); + for (var i = 0; i < capacity - 1; i++) { + expect(queue[i], "equals(i + 1)"); + } + }); + }); + + // forEachInternalRepresentation((queue) { + // for (var i = 0; i < capacity - 1; i++) { + // expect(queue[i], "equals(i + 1)"); + // } + // }); + }); + + test('Uint8Queue() throws a RangeError if the index is less than 0', () { + var queue = Uint8Queue.fromList([1, 2, 3]); + expect(() => queue[-1], "throwsRangeError"); + }); + + test( + 'Uint8Queue() throws a RangeError if the index is greater than or equal to the ' + 'length', () { + var queue = Uint8Queue.fromList([1, 2, 3]); + expect(() => queue[3], "throwsRangeError"); + }); + }); + + group('[]=', () { + group('sets individual entries', () { + + group("for a queue that's below capacity", () { + // Test with a queue whose elements are in one contiguous block, so `_head < + // _tail`. + test('Uint8Queue() with contiguous elements', () { + //callback(Uint8Queue(capacity * 2)..addAll(oneThrough(capacity - 1))); + var queue = Uint8Queue(capacity * 2)..addAll(oneThrough(capacity - 1)); + for (var i = 0; i < capacity - 1; i++) { + queue[i] = 100 + i; + } + expect(queue, "equals(List.generate(capacity - 1, (i) => 100 + i))"); + }); + + // Test with a queue whose elements are split across the ends of the table, + // so `_head > _tail`. + test('Uint8Queue() with an internal gap', () { + var queue = Uint8Queue(capacity * 2); + for (var i = capacity ~/ 2; i < capacity; i++) { + queue.add(i); + } + for (var i = capacity ~/ 2 - 1; i > 0; i--) { + queue.addFirst(i); + } + //callback(queue); + for (var i = 0; i < capacity - 1; i++) { + queue[i] = 100 + i; + } + expect(queue, "equals(List.generate(capacity - 1, (i) => 100 + i))"); + }); + }); + + // Test with a queue whose internal table will need to expand if one more + // element is added. + group("for a queue that's at capacity", () { + test('Uint8Queue() with contiguous elements', () { + //callback(Uint8Queue()..addAll(oneThrough(capacity - 1))); + var queue = Uint8Queue()..addAll(oneThrough(capacity - 1)); + for (var i = 0; i < capacity - 1; i++) { + queue[i] = 100 + i; + } + expect(queue, "equals(List.generate(capacity - 1, (i) => 100 + i))"); + }); + + test('Uint8Queue() with an internal gap', () { + var queue = Uint8Queue(); + for (var i = capacity ~/ 2; i < capacity; i++) { + queue.add(i); + } + for (var i = capacity ~/ 2 - 1; i > 0; i--) { + queue.addFirst(i); + } + //callback(queue); + for (var i = 0; i < capacity - 1; i++) { + queue[i] = 100 + i; + } + expect(queue, "equals(List.generate(capacity - 1, (i) => 100 + i))"); + }); + }); + + // forEachInternalRepresentation((queue) { + // for (var i = 0; i < capacity - 1; i++) { + // queue[i] = 100 + i; + // } + // expect(queue, "equals(List.generate(capacity - 1, (i) => 100 + i))"); + // }); + }); + + test('Uint8Queue() throws a RangeError if the index is less than 0', () { + var queue = Uint8Queue.fromList([1, 2, 3]); + expect(() { + queue[-1] = 0; + }, "throwsRangeError"); + }); + + test( + 'Uint8Queue() throws a RangeError if the index is greater than or equal to the ' + 'length', () { + var queue = Uint8Queue.fromList([1, 2, 3]); + expect(() { + queue[3] = 4; + }, "throwsRangeError"); + }); + }); + + group('throws a modification error for', () { + late Uint8Queue queue; + //setUp(() { + queue = Uint8Queue.fromList([1, 2, 3]); + //}); + + test('queue.add(4) add', () { + expect(() => queue.forEach((_) => queue.add(4)), + "throwsConcurrentModificationError"); + }); + + test('queue.addAll([4, 5, 6]) addAll', () { + expect(() => queue.forEach((_) => queue.addAll([4, 5, 6])), + "throwsConcurrentModificationError"); + }); + + test('queue.addFirst(0) addFirst', () { + expect(() => queue.forEach((_) => queue.addFirst(0)), + "throwsConcurrentModificationError"); + }); + + test('queue.removeFirst() removeFirst', () { + expect(() => queue.forEach((_) => queue.removeFirst()), + "throwsConcurrentModificationError"); + }); + + test('queue.removeLast() removeLast', () { + expect(() => queue.forEach((_) => queue.removeLast()), + "throwsConcurrentModificationError"); + }); + + test('queue.length length=', () { + expect(() => queue.forEach((_) => queue.length = 1), + "throwsConcurrentModificationError"); + }); + }); + } + + /// Runs [callback] in multiple tests, all with queues containing numbers from + /// one through 15 in various different internal states. + void forEachInternalRepresentation(void Function(Uint8Queue queue) callback) { + // Test with a queue whose internal table has plenty of room. + group("for a queue that's below capacity", () { + // Test with a queue whose elements are in one contiguous block, so `_head < + // _tail`. + test('with contiguous elements', () { + callback(Uint8Queue(capacity * 2)..addAll(oneThrough(capacity - 1))); + }); + + // Test with a queue whose elements are split across the ends of the table, + // so `_head > _tail`. + test('with an internal gap', () { + var queue = Uint8Queue(capacity * 2); + for (var i = capacity ~/ 2; i < capacity; i++) { + queue.add(i); + } + for (var i = capacity ~/ 2 - 1; i > 0; i--) { + queue.addFirst(i); + } + callback(queue); + }); + }); + + // Test with a queue whose internal table will need to expand if one more + // element is added. + group("for a queue that's at capacity", () { + test('with contiguous elements', () { + callback(Uint8Queue()..addAll(oneThrough(capacity - 1))); + }); + + test('with an internal gap', () { + var queue = Uint8Queue(); + for (var i = capacity ~/ 2; i < capacity; i++) { + queue.add(i); + } + for (var i = capacity ~/ 2 - 1; i > 0; i--) { + queue.addFirst(i); + } + callback(queue); + }); + }); + } + + } + + + + +/// Returns a list containing the integers from one through [n]. +List oneThrough(int n) => List.generate(n, (i) => i + 1); + +/// Returns a matcher that expects that a closure throws a +/// [ConcurrentModificationError]. +// final throwsConcurrentModificationError = +// throwsA(const TypeMatcher()); diff --git a/ohos/flutter_typed_data/lib/rt_typed_buffers_test.dart b/ohos/flutter_typed_data/lib/rt_typed_buffers_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..b645d1194b75736972ba26ec4c2fe92bbc986d90 --- /dev/null +++ b/ohos/flutter_typed_data/lib/rt_typed_buffers_test.dart @@ -0,0 +1,597 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +library; + +import 'dart:typed_data'; + +import 'package:flutter_typed_data/common/test_page.dart'; +import 'package:typed_data/src/typed_buffer.dart'; + +const List browserSafeIntSamples = [ + 0x8000000000000000, // 2^63 + 0x100000001, + 0x100000000, // 2^32 + 0x0ffffffff, + 0xaaaaaaaa, + 0x80000001, + 0x80000000, // 2^31 + 0x7fffffff, + 0x55555555, + 0x10001, + 0x10000, // 2^16 + 0x0ffff, + 0xaaaa, + 0x8001, + 0x8000, // 2^15 + 0x7fff, + 0x5555, + 0x101, + 0x100, // 2^8 + 0x0ff, + 0xaa, + 0x81, + 0x80, // 2^7 + 0x7f, + 0x55, + 0x02, + 0x01, + 0x00 +]; + +class JKTypeBuffersTestPage extends TestPage { + + static const String routeName = "/type_buffers_test"; + + JKTypeBuffersTestPage(super.title, {super.key}) { + print('start test666'); + main(); + } + + void main() { + initTests22([]); + } + + void testInt32x4Buffer(List intSamples) { + test('Int32x4Buffer() Int32x4Buffer', () { + var bytes = 128 ~/ 8; + //Matcher equals32x4(Int32x4 expected) => MatchesInt32x4(expected); + + var buffer = Int32x4Buffer(0); + expect(buffer, "const TypeMatcher>()"); + expect(buffer.length, "equals(0)"); + + expect(buffer.elementSizeInBytes, "equals(bytes)"); + expect(buffer.lengthInBytes, "equals(0)"); + expect(buffer.offsetInBytes, "equals(0)"); + + var sample = Int32x4(-0x80000000, -1, 0, 0x7fffffff); + buffer.add(sample); + expect(buffer.length, "equals(1)"); + expect(buffer[0], "equals32x4(sample)"); + + expect(buffer.elementSizeInBytes, "equals(bytes)"); + expect(buffer.lengthInBytes, "equals(bytes)"); + expect(buffer.offsetInBytes, "equals(0)"); + + buffer.length = 0; + expect(buffer.length, "equals(0)"); + + var samples = intSamples + .map((value) => Int32x4(value, -value, ~value, ~ -value)) + .toList(); + for (var value in samples) { + var length = buffer.length; + buffer.add(value); + expect(buffer.length, "equals(length + 1)"); + expect(buffer[length], "equals32x4(value)"); + } + + buffer.addAll(samples); // Add all the values at once. + for (var i = 0; i < samples.length; i++) { + expect(buffer[samples.length + i], "equals32x4(buffer[i])"); + } + + // Remove range works and changes length. + buffer.removeRange(samples.length, buffer.length); + expect(buffer.length, "equals(samples.length)"); + + // Accessing the underlying buffer works. + buffer.length = 2; + buffer[0] = Int32x4(-80000000, 0x7fffffff, 0, -1); + var byteBuffer = Uint8List.view(buffer.buffer); + var halfBytes = bytes ~/ 2; + for (var i = 0; i < halfBytes; i++) { + var tmp = byteBuffer[i]; + byteBuffer[i] = byteBuffer[halfBytes + i]; + byteBuffer[halfBytes + i] = tmp; + } + var result = Int32x4(0, -1, -80000000, 0x7fffffff); + expect(buffer[0], "equals32x4(result)"); + }); + } + + void testIntBuffer( + List intSamples, + int bits, + int min, + int max, + TypedDataBuffer Function(int length) create, + int Function(int val) round, + ) { + assert(round(min) == min); + assert(round(max) == max); + // All int buffers default to the value 0. + var buffer = create(0); + expect(buffer, "const TypeMatcher>()"); + expect(buffer.length, "equals(0)"); + var bytes = bits ~/ 8; + + expect(buffer.elementSizeInBytes, "equals(bytes)"); + expect(buffer.lengthInBytes, "equals(0)"); + expect(buffer.offsetInBytes, "equals(0)"); + + buffer.add(min); + expect(buffer.length, "equals(1)"); + expect(buffer[0], "equals(min)"); + + expect(buffer.elementSizeInBytes, "equals(bytes)"); + expect(buffer.lengthInBytes, "equals(bytes)"); + expect(buffer.offsetInBytes, "equals(0)"); + + buffer.length = 0; + expect(buffer.length, "equals(0)"); + + var samples = intSamples.toList()..addAll(intSamples.map((x) => -x)); + for (var value in samples) { + var length = buffer.length; + buffer.add(value); + expect(buffer.length, "equals(length + 1)"); + expect(buffer[length], "equals(round(value))"); + } + buffer.addAll(samples); // Add all the values at once. + for (var i = 0; i < samples.length; i++) { + expect(buffer[samples.length + i], "equals(buffer[i])"); + } + + // Remove range works and changes length. + buffer.removeRange(samples.length, buffer.length); + expect(buffer.length, "equals(samples.length)"); + + // Both values are in `samples`, but equality is performed without rounding. + // For signed 64 bit ints, min and max wrap around, min-1=max and max+1=min + if (bits == 64) { + // TODO(keertip): fix tests for Uint64 / Int64 as now Uints are represented + // as signed ints. + expect(buffer.contains(min - 1), "isTrue"); + expect(buffer.contains(max + 1), "isTrue"); + } else { + // Both values are in `samples`, but equality is performed without rounding. + expect(buffer.contains(min - 1), "isFalse"); + expect(buffer.contains(max + 1), "isFalse"); + } + expect(buffer.contains(round(min - 1)), "isTrue"); + expect(buffer.contains(round(max + 1)), "isTrue"); + + // Accessing the underlying buffer works. + buffer.length = 2; + buffer[0] = min; + buffer[1] = max; + var byteBuffer = Uint8List.view(buffer.buffer); + var byteSize = buffer.elementSizeInBytes; + for (var i = 0; i < byteSize; i++) { + var tmp = byteBuffer[i]; + byteBuffer[i] = byteBuffer[byteSize + i]; + byteBuffer[byteSize + i] = tmp; + } + expect(buffer[0], "equals(max)"); + expect(buffer[1], "equals(min)"); + } + + void testUint( + List intSamples, + int bits, + TypedDataBuffer Function(int length) buffer, { + String? testOn, + }) { + var min = 0; + var rounder = uintRounder(bits); + var max = rounder(-1); + // test('Uint${bits}Buffer', () { + // testIntBuffer(intSamples, bits, min, max, buffer, rounder); + // }, testOn: testOn); + test('Uint8List.view(buffer.buffer) Uint${bits}Buffer', () { + testIntBuffer(intSamples, bits, min, max, buffer, rounder); + }); + } + + static const doubleSamples = [ + 0.0, + 5e-324, // Minimal denormal value. + 2.225073858507201e-308, // Maximal denormal value. + 2.2250738585072014e-308, // Minimal normal value. + 0.9999999999999999, // Maximum value < 1. + 1.0, + 1.0000000000000002, // Minimum value > 1. + 4294967295.0, // 2^32 -1. + 4294967296.0, // 2^32. + 4503599627370495.5, // Maximal fractional value. + 9007199254740992.0, // Maximal exact value (adding one gets lost). + 1.7976931348623157e+308, // Maximal value. + 1.0 / 0.0, // Infinity. + 0.0 / 0.0, // NaN. + 0.49999999999999994, // Round-traps 1-3 (adding 0.5 and rounding towards + 4503599627370497.0, // minus infinity will not be the same as rounding + 9007199254740991.0 // to nearest with 0.5 rounding up). + ]; + + static const floatSamples = [ + 0.0, + 1.4e-45, // Minimal denormal value. + 1.1754942E-38, // Maximal denormal value. + 1.17549435E-38, // Minimal normal value. + 0.99999994, // Maximal value < 1. + 1.0, + 1.0000001, // Minimal value > 1. + 8388607.5, // Maximal fractional value. + 16777216.0, // Maximal exact value. + 3.4028235e+38, // Maximal value. + 1.0 / 0.0, // Infinity. + 0.0 / 0.0, // NaN. + 0.99999994, // Round traps 1-3. + 8388609.0, + 16777215.0 + ]; + + int clampUint8(int x) => x < 0 + ? 0 + : x > 255 + ? 255 + : x; + + void doubleEqual(num x, num y) { + if (y.isNaN) { + expect(x.isNaN, "isTrue"); + } else { + expect(x, "equals(y)"); + } + } + + Rounder intRounder(int bits) { + var highBit = 1 << (bits - 1); + var mask = highBit - 1; + return (int x) => (x & mask) - (x & highBit); + } + + double roundToFloat(double value) { + return (Float32List(1)..[0] = value)[0]; + } + + void testFloat32x4Buffer(List floatSamples) { + var float4Samples = []; + for (var i = 0; i < floatSamples.length - 3; i++) { + float4Samples.add(Float32x4(floatSamples[i], floatSamples[i + 1], + floatSamples[i + 2], floatSamples[i + 3])); + } + + void floatEquals(num x, num y) { + if (y.isNaN) { + expect(x.isNaN, "isTrue"); + } else { + expect(x, "equals(y)"); + } + } + + void x4Equals(Float32x4 x, Float32x4 y) { + floatEquals(x.x, y.x); + floatEquals(x.y, y.y); + floatEquals(x.z, y.z); + floatEquals(x.w, y.w); + } + + test('Float32x4Buffer() Float32x4Buffer', () { + var buffer = Float32x4Buffer(5); + expect(buffer, "const TypeMatcher>()"); + + expect(buffer.length, "equals(5)"); + expect(buffer.elementSizeInBytes, "equals(128 ~/ 8)"); + expect(buffer.lengthInBytes, "equals(5 * 128 ~/ 8)"); + expect(buffer.offsetInBytes, "equals(0)"); + + x4Equals(buffer[0], Float32x4.zero()); + buffer.length = 0; + expect(buffer.length, "equals(0)"); + + for (var sample in float4Samples) { + buffer.add(sample); + x4Equals(buffer[buffer.length - 1], sample); + } + expect(buffer.length, "equals(float4Samples.length)"); + + buffer.addAll(float4Samples); + expect(buffer.length, "equals(float4Samples.length * 2)"); + for (var i = 0; i < float4Samples.length; i++) { + x4Equals(buffer[i], buffer[float4Samples.length + i]); + } + + buffer.removeRange(4, 4 + float4Samples.length); + for (var i = 0; i < float4Samples.length; i++) { + x4Equals(buffer[i], float4Samples[i]); + } + + // Test underlying buffer. + buffer.length = 1; + buffer[0] = float4Samples[0]; // Does not contain NaN. + + var floats = Float32List.view(buffer.buffer); + expect(floats[0], "equals(buffer[0].x)"); + expect(floats[1], "equals(buffer[0].y)"); + expect(floats[2], "equals(buffer[0].z)"); + expect(floats[3], "equals(buffer[0].w)"); + }); + } + + // Takes bit-size, min value, max value, function to create a buffer, and +// the rounding that is applied when storing values outside the valid range +// into the buffer. + void testFloatBuffer( + int bitSize, + List samples, + TypedDataBuffer Function() create, + double Function(double v) round, + ) { + test('Uint8List.view(buffer.buffer) Float${bitSize}Buffer', () { + var buffer = create(); + expect(buffer, "const TypeMatcher>()"); + var byteSize = bitSize ~/ 8; + + expect(buffer.length, "equals(0)"); + buffer.add(0.0); + expect(buffer.length, "equals(1)"); + expect(buffer.removeLast(), "equals(0.0)"); + expect(buffer.length, "equals(0)"); + + for (var value in samples) { + buffer.add(value); + doubleEqual(buffer[buffer.length - 1], round(value)); + } + expect(buffer.length, "equals(samples.length)"); + + buffer.addAll(samples); + expect(buffer.length, "equals(samples.length * 2)"); + for (var i = 0; i < samples.length; i++) { + doubleEqual(buffer[i], buffer[samples.length + i]); + } + + buffer.removeRange(samples.length, buffer.length); + expect(buffer.length, "equals(samples.length)"); + + buffer.insertAll(0, samples); + expect(buffer.length, "equals(samples.length * 2)"); + for (var i = 0; i < samples.length; i++) { + doubleEqual(buffer[i], buffer[samples.length + i]); + } + + buffer.length = samples.length; + expect(buffer.length, "equals(samples.length)"); + + // TypedData. + expect(buffer.elementSizeInBytes, "equals(byteSize)"); + expect(buffer.lengthInBytes, "equals(byteSize * buffer.length)"); + expect(buffer.offsetInBytes, "equals(0)"); + + // Accessing the buffer works. + // Accessing the underlying buffer works. + buffer.length = 2; + buffer[0] = samples[0]; + buffer[1] = samples[1]; + var bytes = Uint8List.view(buffer.buffer); + for (var i = 0; i < byteSize; i++) { + var tmp = bytes[i]; + bytes[i] = bytes[byteSize + i]; + bytes[byteSize + i] = tmp; + } + doubleEqual(buffer[0], round(samples[1])); + doubleEqual(buffer[1], round(samples[0])); + }); + } + + void testInt( + List intSamples, + int bits, + TypedDataBuffer Function(int length) buffer, { + String? testOn, + }) { + var min = -(1 << (bits - 1)); + var max = -(min + 1); + test('Uint8List.view(buffer.buffer) Int${bits}Buffer', () { + testIntBuffer(intSamples, bits, min, max, buffer, intRounder(bits)); + }); //, testOn: testOn + } + + void initTests22(List intSamples) { + testUint(intSamples, 8, Uint8Buffer.new); + testInt(intSamples, 8, Int8Buffer.new); + test('Uint8ClampedBuffer.new Uint8ClampedBuffer', () { + testIntBuffer(intSamples, 8, 0, 255, Uint8ClampedBuffer.new, clampUint8); + }); + testUint(intSamples, 16, Uint16Buffer.new); + testInt(intSamples, 16, Int16Buffer.new); + testUint(intSamples, 32, Uint32Buffer.new); + + testInt(intSamples, 32, Int32Buffer.new); + + testUint(intSamples, 64, Uint64Buffer.new, + // JS doesn't support 64-bit ints, so only test this on the VM. + testOn: 'dart-vm'); + testInt(intSamples, 64, Int64Buffer.new, + // JS doesn't support 64-bit ints, so only test this on the VM. + testOn: 'dart-vm'); + + testInt32x4Buffer(intSamples); + + var roundedFloatSamples = floatSamples.map(roundToFloat).toList(); + testFloatBuffer(32, roundedFloatSamples, Float32Buffer.new, roundToFloat); + testFloatBuffer(64, doubleSamples, Float64Buffer.new, (x) => x); + + testFloat32x4Buffer(roundedFloatSamples); + + group('addAll', () { + for (var type in ['a list', 'an iterable']) { + group('with $type', () { + late Iterable source; + late Uint8Buffer buffer; + //setUp(() { + source = [1, 2, 3, 4, 5]; + if (type == 'an iterable') { + source = (source as List).reversed.toList().reversed; + } + buffer = Uint8Buffer(); + //}); + + test('buffer.addAll(source, 1, 4) adds values to the buffer', () { + buffer.addAll(source, 1, 4); + expect(buffer, "equals([2, 3, 4])"); + + buffer.addAll(source, 4); + expect(buffer, "equals([2, 3, 4, 5])"); + + buffer.addAll(source, 0, 1); + expect(buffer, "equals([2, 3, 4, 5, 1])"); + }); + + test('buffer.addAll([6, 7, 8, 9, 10]) does nothing for empty slices', () { + buffer.addAll([6, 7, 8, 9, 10]); + + buffer.addAll(source, 0, 0); + expect(buffer, "equals([6, 7, 8, 9, 10])"); + + buffer.addAll(source, 3, 3); + expect(buffer, "equals([6, 7, 8, 9, 10])"); + + buffer.addAll(source, 5); + expect(buffer, "equals([6, 7, 8, 9, 10])"); + + buffer.addAll(source, 5, 5); + expect(buffer, "equals([6, 7, 8, 9, 10])"); + }); + + test('buffer.addAll(source, -1) throws errors for invalid start and end', () { + expect(() => buffer.addAll(source, -1), "throwsRangeError"); + expect(() => buffer.addAll(source, -1, 2), "throwsRangeError"); + expect(() => buffer.addAll(source, 10), "throwsStateError"); + expect(() => buffer.addAll(source, 10, 11), "throwsStateError"); + expect(() => buffer.addAll(source, 3, 2), "throwsRangeError"); + expect(() => buffer.addAll(source, 3, 10), "throwsStateError"); + expect(() => buffer.addAll(source, 3, -1), "throwsRangeError"); + }); + }); + } + }); + + group('insertAll', () { + for (var type in ['a list', 'an iterable']) { + group('with $type', () { + late Iterable source; + late Uint8Buffer buffer; + //setUp(() { + source = [1, 2, 3, 4, 5]; + if (type == 'an iterable') { + source = (source as List).reversed.toList().reversed; + } + buffer = Uint8Buffer()..addAll([6, 7, 8, 9, 10]); + //}); + + test('buffer.insertAll(0, source, 1, 4) inserts values into the buffer', () { + buffer.insertAll(0, source, 1, 4); + expect(buffer, "equals([2, 3, 4, 6, 7, 8, 9, 10])"); + + buffer.insertAll(3, source, 4); + expect(buffer, "equals([2, 3, 4, 5, 6, 7, 8, 9, 10])"); + + buffer.insertAll(5, source, 0, 1); + expect(buffer, "equals([2, 3, 4, 5, 6, 1, 7, 8, 9, 10])"); + }); + + // Regression test for #1. + test('buffer.insertAll(1, source) inserts values into the buffer after removeRange()', () { + buffer.removeRange(1, 4); + buffer.insertAll(1, source); + expect(buffer, "equals([6, 1, 2, 3, 4, 5, 10])"); + }); + + test('buffer.insertAll(1, source, 0, 0) does nothing for empty slices', () { + buffer.insertAll(1, source, 0, 0); + expect(buffer, "equals([6, 7, 8, 9, 10])"); + + buffer.insertAll(2, source, 3, 3); + expect(buffer, "equals([6, 7, 8, 9, 10])"); + + buffer.insertAll(3, source, 5); + expect(buffer, "equals([6, 7, 8, 9, 10])"); + + buffer.insertAll(4, source, 5, 5); + expect(buffer, "equals([6, 7, 8, 9, 10])"); + }); + + test('throws errors for invalid start and end', () { + expect(() => buffer.insertAll(-1, source), "throwsRangeError"); + expect(() => buffer.insertAll(6, source), "throwsRangeError"); + expect(() => buffer.insertAll(1, source, -1), "throwsRangeError"); + expect( + () => buffer.insertAll(2, source, -1, 2), "throwsRangeError"); + expect(() => buffer.insertAll(3, source, 10), "throwsStateError"); + expect( + () => buffer.insertAll(4, source, 10, 11), "throwsStateError"); + expect(() => buffer.insertAll(5, source, 3, 2), "throwsRangeError"); + expect( + () => buffer.insertAll(1, source, 3, 10), "throwsStateError"); + expect( + () => buffer.insertAll(2, source, 3, -1), "throwsRangeError"); + }); + }); + } + }); + } + + +} + + + +Rounder uintRounder(int bits) { + var halfbits = (1 << (bits ~/ 2)) - 1; + var mask = halfbits | (halfbits << (bits ~/ 2)); + return (int x) => x & mask; +} + +typedef Rounder = int Function(int value); + +// class MatchesInt32x4 extends Matcher { +// Int32x4 result; +// +// MatchesInt32x4(this.result); +// +// @override +// Description describe(Description description) => +// description.add('Int32x4.=='); +// +// @override +// bool matches(Object? item, Map matchState) => +// item is Int32x4 && +// result.x == item.x && +// result.y == item.y && +// result.z == item.z && +// result.w == item.w; +// } diff --git a/ohos/flutter_typed_data/lib/rt_typed_buffers_vm_test.dart b/ohos/flutter_typed_data/lib/rt_typed_buffers_vm_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..bbbbeaa098d44ea798b1fd24ed4705091e3163f0 --- /dev/null +++ b/ohos/flutter_typed_data/lib/rt_typed_buffers_vm_test.dart @@ -0,0 +1,49 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +library; + +import 'package:flutter_typed_data/common/test_page.dart'; + +import 'rt_typed_buffers_test.dart'; + +class JKTypeBuffersVmTestPage extends TestPage { + + static const String routeName = "/type_buffers_vm_test"; + + JKTypeBuffersVmTestPage(super.title, {super.key}) { + print('start test666'); + main(); + } + + void main() { + var browserUnsafe = [ + 0x0ffffffffffffffff, + 0xaaaaaaaaaaaaaaaa, + 0x8000000000000001, + 0x7fffffffffffffff, + 0x5555555555555555, + ]; + // initTests([ + // ...browserSafeIntSamples, + // ...browserUnsafe, + // ]); + + test('browserUnsafe', () { + expect(browserUnsafe, "object"); + }); + + } +} + diff --git a/ohos/flutter_typed_data/ohos/.gitignore b/ohos/flutter_typed_data/ohos/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..fbabf771011fe78f9919db0b1195ab6cadffc2b0 --- /dev/null +++ b/ohos/flutter_typed_data/ohos/.gitignore @@ -0,0 +1,11 @@ +/node_modules +/oh_modules +/local.properties +/.idea +**/build +/.hvigor +.cxx +/.clangd +/.clang-format +/.clang-tidy +**/.test \ No newline at end of file diff --git a/ohos/flutter_typed_data/ohos/AppScope/app.json5 b/ohos/flutter_typed_data/ohos/AppScope/app.json5 new file mode 100644 index 0000000000000000000000000000000000000000..417f19e6b9ca538ec0b3fba1bfb72b8d3ef54c10 --- /dev/null +++ b/ohos/flutter_typed_data/ohos/AppScope/app.json5 @@ -0,0 +1,24 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "app": { + "bundleName": "com.example.flutter_typed_data", + "vendor": "example", + "versionCode": 1000000, + "versionName": "1.0.0", + "icon": "$media:app_icon", + "label": "$string:app_name" + } +} diff --git a/ohos/flutter_typed_data/ohos/AppScope/resources/base/element/string.json b/ohos/flutter_typed_data/ohos/AppScope/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..2d1d4e7fbd9881f8212beec2fb96ffae7e8631ff --- /dev/null +++ b/ohos/flutter_typed_data/ohos/AppScope/resources/base/element/string.json @@ -0,0 +1,8 @@ +{ + "string": [ + { + "name": "app_name", + "value": "flutter_typed_data" + } + ] +} diff --git a/ohos/flutter_typed_data/ohos/AppScope/resources/base/media/app_icon.png b/ohos/flutter_typed_data/ohos/AppScope/resources/base/media/app_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_typed_data/ohos/AppScope/resources/base/media/app_icon.png differ diff --git a/ohos/flutter_typed_data/ohos/build-profile.json5 b/ohos/flutter_typed_data/ohos/build-profile.json5 new file mode 100644 index 0000000000000000000000000000000000000000..90f062064c4316a150e819d08c903325766ef8c3 --- /dev/null +++ b/ohos/flutter_typed_data/ohos/build-profile.json5 @@ -0,0 +1,44 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "app": { + "signingConfigs": [ + ], + "products": [ + { + "name": "default", + "signingConfig": "default", + "compileSdkVersion": "4.0.0(10)", + "compatibleSdkVersion": "4.0.0(10)", + "runtimeOS": "HarmonyOS", + } + ] + }, + "modules": [ + { + "name": "entry", + "srcPath": "./entry", + "targets": [ + { + "name": "default", + "applyToProducts": [ + "default" + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_typed_data/ohos/dependencies/hvigor-3.0.9-s.tgz b/ohos/flutter_typed_data/ohos/dependencies/hvigor-3.0.9-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..65b0d24f94d2aecc1099f8f8220beec695bfb779 Binary files /dev/null and b/ohos/flutter_typed_data/ohos/dependencies/hvigor-3.0.9-s.tgz differ diff --git a/ohos/flutter_typed_data/ohos/dependencies/hvigor-ohos-arkui-x-plugin-2.1.7-s.tgz b/ohos/flutter_typed_data/ohos/dependencies/hvigor-ohos-arkui-x-plugin-2.1.7-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..233a449cbfef6be702d861744254dd89ce633fb7 Binary files /dev/null and b/ohos/flutter_typed_data/ohos/dependencies/hvigor-ohos-arkui-x-plugin-2.1.7-s.tgz differ diff --git a/ohos/flutter_typed_data/ohos/dependencies/hvigor-ohos-plugin-3.0.9-s.tgz b/ohos/flutter_typed_data/ohos/dependencies/hvigor-ohos-plugin-3.0.9-s.tgz new file mode 100644 index 0000000000000000000000000000000000000000..e2e499e18dfcd05e1e275579d11697640eb80323 Binary files /dev/null and b/ohos/flutter_typed_data/ohos/dependencies/hvigor-ohos-plugin-3.0.9-s.tgz differ diff --git a/ohos/flutter_typed_data/ohos/dependencies/rollup.tgz b/ohos/flutter_typed_data/ohos/dependencies/rollup.tgz new file mode 100644 index 0000000000000000000000000000000000000000..b224a37a5f69fd22f58c7a28151742eafe7e6317 Binary files /dev/null and b/ohos/flutter_typed_data/ohos/dependencies/rollup.tgz differ diff --git a/ohos/flutter_typed_data/ohos/dta/icudtl.dat b/ohos/flutter_typed_data/ohos/dta/icudtl.dat new file mode 100644 index 0000000000000000000000000000000000000000..d1f10917ab52e3ebd251abd7f5377d7196b80d67 Binary files /dev/null and b/ohos/flutter_typed_data/ohos/dta/icudtl.dat differ diff --git a/ohos/flutter_typed_data/ohos/entry/.gitignore b/ohos/flutter_typed_data/ohos/entry/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..2795a1c5b1fe53659dd1b71d90ba0592eaf7e043 --- /dev/null +++ b/ohos/flutter_typed_data/ohos/entry/.gitignore @@ -0,0 +1,7 @@ + +/node_modules +/oh_modules +/.preview +/build +/.cxx +/.test \ No newline at end of file diff --git a/ohos/flutter_typed_data/ohos/entry/build-profile.json5 b/ohos/flutter_typed_data/ohos/entry/build-profile.json5 new file mode 100644 index 0000000000000000000000000000000000000000..633d360fbc91a3186a23b66ab71b27e5618944cb --- /dev/null +++ b/ohos/flutter_typed_data/ohos/entry/build-profile.json5 @@ -0,0 +1,29 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "apiType": 'stageMode', + "buildOption": { + }, + "targets": [ + { + "name": "default", + "runtimeOS": "HarmonyOS" + }, + { + "name": "ohosTest", + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_typed_data/ohos/entry/hvigorfile.ts b/ohos/flutter_typed_data/ohos/entry/hvigorfile.ts new file mode 100644 index 0000000000000000000000000000000000000000..894fc15c6b793f085e6c8506e43d719af658e8ff --- /dev/null +++ b/ohos/flutter_typed_data/ohos/entry/hvigorfile.ts @@ -0,0 +1,17 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently. +export { hapTasks } from '@ohos/hvigor-ohos-plugin'; diff --git a/ohos/flutter_typed_data/ohos/entry/libs/arm64-v8a/libc++_shared.so b/ohos/flutter_typed_data/ohos/entry/libs/arm64-v8a/libc++_shared.so new file mode 100644 index 0000000000000000000000000000000000000000..831c9353702073d45889352a4dafb93103d67d20 Binary files /dev/null and b/ohos/flutter_typed_data/ohos/entry/libs/arm64-v8a/libc++_shared.so differ diff --git a/ohos/flutter_typed_data/ohos/entry/libs/arm64-v8a/libflutter.so b/ohos/flutter_typed_data/ohos/entry/libs/arm64-v8a/libflutter.so new file mode 100644 index 0000000000000000000000000000000000000000..8ff0d04141a776e448478791df1e2a1c3aa7c5c4 Binary files /dev/null and b/ohos/flutter_typed_data/ohos/entry/libs/arm64-v8a/libflutter.so differ diff --git a/ohos/flutter_typed_data/ohos/entry/oh-package.json5 b/ohos/flutter_typed_data/ohos/entry/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..2529e5ac9dc8fafbb4de22bd802094b5bee73d5d --- /dev/null +++ b/ohos/flutter_typed_data/ohos/entry/oh-package.json5 @@ -0,0 +1,26 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "license": "", + "devDependencies": {}, + "author": "", + "name": "entry", + "description": "Please describe the basic information.", + "main": "", + "version": "1.0.0", + "dependencies": { + "@ohos/flutter_ohos": "file:../har/flutter_embedding.har" + } +} diff --git a/ohos/flutter_typed_data/ohos/entry/src/main/ets/entryability/EntryAbility.ets b/ohos/flutter_typed_data/ohos/entry/src/main/ets/entryability/EntryAbility.ets new file mode 100644 index 0000000000000000000000000000000000000000..321a4eeaacd7b8079a876e25c4dafd498e4d9fb9 --- /dev/null +++ b/ohos/flutter_typed_data/ohos/entry/src/main/ets/entryability/EntryAbility.ets @@ -0,0 +1,22 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import { FlutterAbility } from '@ohos/flutter_ohos' + +export default class EntryAbility extends FlutterAbility { + onFlutterEngineReady(): void { + super.onFlutterEngineReady() + } +} diff --git a/ohos/flutter_typed_data/ohos/entry/src/main/ets/pages/Index.ets b/ohos/flutter_typed_data/ohos/entry/src/main/ets/pages/Index.ets new file mode 100644 index 0000000000000000000000000000000000000000..b53a20c437e96d195487b281e5e95402ea6cb97d --- /dev/null +++ b/ohos/flutter_typed_data/ohos/entry/src/main/ets/pages/Index.ets @@ -0,0 +1,36 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import common from '@ohos.app.ability.common'; +import { FlutterPage } from '@ohos/flutter_ohos' + +const EVENT_BACK_PRESS = 'EVENT_BACK_PRESS' + +@Entry +@Component +struct Index { + private context = getContext(this) as common.UIAbilityContext + + build() { + Column() { + FlutterPage() + } + } + + onBackPress(): boolean { + this.context.eventHub.emit(EVENT_BACK_PRESS) + return true + } +} \ No newline at end of file diff --git a/ohos/flutter_typed_data/ohos/entry/src/main/module.json5 b/ohos/flutter_typed_data/ohos/entry/src/main/module.json5 new file mode 100644 index 0000000000000000000000000000000000000000..7bbf78b18f39991b1404061c7437538c7d532bb7 --- /dev/null +++ b/ohos/flutter_typed_data/ohos/entry/src/main/module.json5 @@ -0,0 +1,53 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +{ + "module": { + "name": "entry", + "type": "entry", + "description": "$string:module_desc", + "mainElement": "EntryAbility", + "deviceTypes": [ + "phone" + ], + "deliveryWithInstall": true, + "installationFree": false, + "pages": "$profile:main_pages", + "abilities": [ + { + "name": "EntryAbility", + "srcEntry": "./ets/entryability/EntryAbility.ets", + "description": "$string:EntryAbility_desc", + "icon": "$media:icon", + "label": "$string:EntryAbility_label", + "startWindowIcon": "$media:icon", + "startWindowBackground": "$color:start_window_background", + "exported": true, + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ] + } + ], + "requestPermissions": [ + {"name" : "ohos.permission.INTERNET"}, + ] + } +} \ No newline at end of file diff --git a/ohos/flutter_typed_data/ohos/entry/src/main/resources/base/element/color.json b/ohos/flutter_typed_data/ohos/entry/src/main/resources/base/element/color.json new file mode 100644 index 0000000000000000000000000000000000000000..3c712962da3c2751c2b9ddb53559afcbd2b54a02 --- /dev/null +++ b/ohos/flutter_typed_data/ohos/entry/src/main/resources/base/element/color.json @@ -0,0 +1,8 @@ +{ + "color": [ + { + "name": "start_window_background", + "value": "#FFFFFF" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_typed_data/ohos/entry/src/main/resources/base/element/string.json b/ohos/flutter_typed_data/ohos/entry/src/main/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..f94595515a99e0c828807e243494f57f09251930 --- /dev/null +++ b/ohos/flutter_typed_data/ohos/entry/src/main/resources/base/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "module description" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_typed_data/ohos/entry/src/main/resources/base/media/icon.png b/ohos/flutter_typed_data/ohos/entry/src/main/resources/base/media/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_typed_data/ohos/entry/src/main/resources/base/media/icon.png differ diff --git a/ohos/flutter_typed_data/ohos/entry/src/main/resources/base/profile/main_pages.json b/ohos/flutter_typed_data/ohos/entry/src/main/resources/base/profile/main_pages.json new file mode 100644 index 0000000000000000000000000000000000000000..1898d94f58d6128ab712be2c68acc7c98e9ab9ce --- /dev/null +++ b/ohos/flutter_typed_data/ohos/entry/src/main/resources/base/profile/main_pages.json @@ -0,0 +1,5 @@ +{ + "src": [ + "pages/Index" + ] +} diff --git a/ohos/flutter_typed_data/ohos/entry/src/main/resources/en_US/element/string.json b/ohos/flutter_typed_data/ohos/entry/src/main/resources/en_US/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..f94595515a99e0c828807e243494f57f09251930 --- /dev/null +++ b/ohos/flutter_typed_data/ohos/entry/src/main/resources/en_US/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "module description" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_typed_data/ohos/entry/src/main/resources/zh_CN/element/string.json b/ohos/flutter_typed_data/ohos/entry/src/main/resources/zh_CN/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..597ecf95e61d7e30367c22fe2f8638008361b044 --- /dev/null +++ b/ohos/flutter_typed_data/ohos/entry/src/main/resources/zh_CN/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "模块描述" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_typed_data/ohos/entry/src/ohosTest/ets/test/Ability.test.ets b/ohos/flutter_typed_data/ohos/entry/src/ohosTest/ets/test/Ability.test.ets new file mode 100644 index 0000000000000000000000000000000000000000..25d4c71ff3cd584f5d64f6f8c0ac864928c234c4 --- /dev/null +++ b/ohos/flutter_typed_data/ohos/entry/src/ohosTest/ets/test/Ability.test.ets @@ -0,0 +1,50 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; +import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium' + +export default function abilityTest() { + describe('ActsAbilityTest', function () { + // Defines a test suite. Two parameters are supported: test suite name and test suite function. + beforeAll(function () { + // Presets an action, which is performed only once before all test cases of the test suite start. + // This API supports only one parameter: preset action function. + }) + beforeEach(function () { + // Presets an action, which is performed before each unit test case starts. + // The number of execution times is the same as the number of test cases defined by **it**. + // This API supports only one parameter: preset action function. + }) + afterEach(function () { + // Presets a clear action, which is performed after each unit test case ends. + // The number of execution times is the same as the number of test cases defined by **it**. + // This API supports only one parameter: clear action function. + }) + afterAll(function () { + // Presets a clear action, which is performed after all test cases of the test suite end. + // This API supports only one parameter: clear action function. + }) + it('assertContain',0, function () { + // Defines a test case. This API supports three parameters: test case name, filter parameter, and test case function. + hilog.info(0x0000, 'testTag', '%{public}s', 'it begin'); + let a = 'abc' + let b = 'b' + // Defines a variety of assertion methods, which are used to declare expected boolean conditions. + expect(a).assertContain(b) + expect(a).assertEqual(a) + }) + }) +} \ No newline at end of file diff --git a/ohos/flutter_typed_data/ohos/entry/src/ohosTest/ets/test/List.test.ets b/ohos/flutter_typed_data/ohos/entry/src/ohosTest/ets/test/List.test.ets new file mode 100644 index 0000000000000000000000000000000000000000..f4140030e65d20df6af30a6bf51e464dea8f8aa6 --- /dev/null +++ b/ohos/flutter_typed_data/ohos/entry/src/ohosTest/ets/test/List.test.ets @@ -0,0 +1,20 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import abilityTest from './Ability.test' + +export default function testsuite() { + abilityTest() +} \ No newline at end of file diff --git a/ohos/flutter_typed_data/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets b/ohos/flutter_typed_data/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets new file mode 100644 index 0000000000000000000000000000000000000000..4ca645e6013cfce8e7dbb728313cb8840c4da660 --- /dev/null +++ b/ohos/flutter_typed_data/ohos/entry/src/ohosTest/ets/testability/TestAbility.ets @@ -0,0 +1,63 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import UIAbility from '@ohos.app.ability.UIAbility'; +import AbilityDelegatorRegistry from '@ohos.app.ability.abilityDelegatorRegistry'; +import hilog from '@ohos.hilog'; +import { Hypium } from '@ohos/hypium'; +import testsuite from '../test/List.test'; +import window from '@ohos.window'; + +export default class TestAbility extends UIAbility { + onCreate(want, launchParam) { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onCreate'); + hilog.info(0x0000, 'testTag', '%{public}s', 'want param:' + JSON.stringify(want) ?? ''); + hilog.info(0x0000, 'testTag', '%{public}s', 'launchParam:'+ JSON.stringify(launchParam) ?? ''); + var abilityDelegator: any + abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator() + var abilityDelegatorArguments: any + abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments() + hilog.info(0x0000, 'testTag', '%{public}s', 'start run testcase!!!'); + Hypium.hypiumTest(abilityDelegator, abilityDelegatorArguments, testsuite) + } + + onDestroy() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onDestroy'); + } + + onWindowStageCreate(windowStage: window.WindowStage) { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onWindowStageCreate'); + windowStage.loadContent('testability/pages/Index', (err, data) => { + if (err.code) { + hilog.error(0x0000, 'testTag', 'Failed to load the content. Cause: %{public}s', JSON.stringify(err) ?? ''); + return; + } + hilog.info(0x0000, 'testTag', 'Succeeded in loading the content. Data: %{public}s', + JSON.stringify(data) ?? ''); + }); + } + + onWindowStageDestroy() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onWindowStageDestroy'); + } + + onForeground() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onForeground'); + } + + onBackground() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onBackground'); + } +} \ No newline at end of file diff --git a/ohos/flutter_typed_data/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets b/ohos/flutter_typed_data/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets new file mode 100644 index 0000000000000000000000000000000000000000..cef0447cd2f137ef82d223ead2e156808878ab90 --- /dev/null +++ b/ohos/flutter_typed_data/ohos/entry/src/ohosTest/ets/testability/pages/Index.ets @@ -0,0 +1,49 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; + +@Entry +@Component +struct Index { + aboutToAppear() { + hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility index aboutToAppear'); + } + @State message: string = 'Hello World' + build() { + Row() { + Column() { + Text(this.message) + .fontSize(50) + .fontWeight(FontWeight.Bold) + Button() { + Text('next page') + .fontSize(20) + .fontWeight(FontWeight.Bold) + }.type(ButtonType.Capsule) + .margin({ + top: 20 + }) + .backgroundColor('#0D9FFB') + .width('35%') + .height('5%') + .onClick(()=>{ + }) + } + .width('100%') + } + .height('100%') + } + } \ No newline at end of file diff --git a/ohos/flutter_typed_data/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts b/ohos/flutter_typed_data/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts new file mode 100644 index 0000000000000000000000000000000000000000..1def08f2e9dcbfa3454a07b7a3b82b173bb90d02 --- /dev/null +++ b/ohos/flutter_typed_data/ohos/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts @@ -0,0 +1,64 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import hilog from '@ohos.hilog'; +import TestRunner from '@ohos.application.testRunner'; +import AbilityDelegatorRegistry from '@ohos.app.ability.abilityDelegatorRegistry'; + +var abilityDelegator = undefined +var abilityDelegatorArguments = undefined + +async function onAbilityCreateCallback() { + hilog.info(0x0000, 'testTag', '%{public}s', 'onAbilityCreateCallback'); +} + +async function addAbilityMonitorCallback(err: any) { + hilog.info(0x0000, 'testTag', 'addAbilityMonitorCallback : %{public}s', JSON.stringify(err) ?? ''); +} + +export default class OpenHarmonyTestRunner implements TestRunner { + constructor() { + } + + onPrepare() { + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner OnPrepare '); + } + + async onRun() { + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner onRun run'); + abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments() + abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator() + var testAbilityName = abilityDelegatorArguments.bundleName + '.TestAbility' + let lMonitor = { + abilityName: testAbilityName, + onAbilityCreate: onAbilityCreateCallback, + }; + abilityDelegator.addAbilityMonitor(lMonitor, addAbilityMonitorCallback) + var cmd = 'aa start -d 0 -a TestAbility' + ' -b ' + abilityDelegatorArguments.bundleName + var debug = abilityDelegatorArguments.parameters['-D'] + if (debug == 'true') + { + cmd += ' -D' + } + hilog.info(0x0000, 'testTag', 'cmd : %{public}s', cmd); + abilityDelegator.executeShellCommand(cmd, + (err: any, d: any) => { + hilog.info(0x0000, 'testTag', 'executeShellCommand : err : %{public}s', JSON.stringify(err) ?? ''); + hilog.info(0x0000, 'testTag', 'executeShellCommand : data : %{public}s', d.stdResult ?? ''); + hilog.info(0x0000, 'testTag', 'executeShellCommand : data : %{public}s', d.exitCode ?? ''); + }) + hilog.info(0x0000, 'testTag', '%{public}s', 'OpenHarmonyTestRunner onRun end'); + } +} \ No newline at end of file diff --git a/ohos/flutter_typed_data/ohos/entry/src/ohosTest/module.json5 b/ohos/flutter_typed_data/ohos/entry/src/ohosTest/module.json5 new file mode 100644 index 0000000000000000000000000000000000000000..fab77ce2e0c61e3ad010bab5b27ccbd15f9a8c96 --- /dev/null +++ b/ohos/flutter_typed_data/ohos/entry/src/ohosTest/module.json5 @@ -0,0 +1,51 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "module": { + "name": "entry_test", + "type": "feature", + "description": "$string:module_test_desc", + "mainElement": "TestAbility", + "deviceTypes": [ + "phone" + ], + "deliveryWithInstall": true, + "installationFree": false, + "pages": "$profile:test_pages", + "abilities": [ + { + "name": "TestAbility", + "srcEntry": "./ets/testability/TestAbility.ets", + "description": "$string:TestAbility_desc", + "icon": "$media:icon", + "label": "$string:TestAbility_label", + "exported": true, + "startWindowIcon": "$media:icon", + "startWindowBackground": "$color:start_window_background", + "skills": [ + { + "actions": [ + "action.system.home" + ], + "entities": [ + "entity.system.home" + ] + } + ] + } + ] + } +} diff --git a/ohos/flutter_typed_data/ohos/entry/src/ohosTest/resources/base/element/color.json b/ohos/flutter_typed_data/ohos/entry/src/ohosTest/resources/base/element/color.json new file mode 100644 index 0000000000000000000000000000000000000000..3c712962da3c2751c2b9ddb53559afcbd2b54a02 --- /dev/null +++ b/ohos/flutter_typed_data/ohos/entry/src/ohosTest/resources/base/element/color.json @@ -0,0 +1,8 @@ +{ + "color": [ + { + "name": "start_window_background", + "value": "#FFFFFF" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_typed_data/ohos/entry/src/ohosTest/resources/base/element/string.json b/ohos/flutter_typed_data/ohos/entry/src/ohosTest/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..65d8fa5a7cf54aa3943dcd0214f58d1771bc1f6c --- /dev/null +++ b/ohos/flutter_typed_data/ohos/entry/src/ohosTest/resources/base/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_test_desc", + "value": "test ability description" + }, + { + "name": "TestAbility_desc", + "value": "the test ability" + }, + { + "name": "TestAbility_label", + "value": "test label" + } + ] +} \ No newline at end of file diff --git a/ohos/flutter_typed_data/ohos/entry/src/ohosTest/resources/base/media/icon.png b/ohos/flutter_typed_data/ohos/entry/src/ohosTest/resources/base/media/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/ohos/flutter_typed_data/ohos/entry/src/ohosTest/resources/base/media/icon.png differ diff --git a/ohos/flutter_typed_data/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json b/ohos/flutter_typed_data/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json new file mode 100644 index 0000000000000000000000000000000000000000..b7e7343cacb32ce982a45e76daad86e435e054fe --- /dev/null +++ b/ohos/flutter_typed_data/ohos/entry/src/ohosTest/resources/base/profile/test_pages.json @@ -0,0 +1,5 @@ +{ + "src": [ + "testability/pages/Index" + ] +} diff --git a/ohos/flutter_typed_data/ohos/har/flutter_embedding.har b/ohos/flutter_typed_data/ohos/har/flutter_embedding.har new file mode 100644 index 0000000000000000000000000000000000000000..d8e07ca297de2100ce605f8af1126daf6eeb5d8f Binary files /dev/null and b/ohos/flutter_typed_data/ohos/har/flutter_embedding.har differ diff --git a/ohos/flutter_typed_data/ohos/har/har_product/flutter_embedding.har.debug.10 b/ohos/flutter_typed_data/ohos/har/har_product/flutter_embedding.har.debug.10 new file mode 100644 index 0000000000000000000000000000000000000000..d8e07ca297de2100ce605f8af1126daf6eeb5d8f Binary files /dev/null and b/ohos/flutter_typed_data/ohos/har/har_product/flutter_embedding.har.debug.10 differ diff --git a/ohos/flutter_typed_data/ohos/har/har_product/flutter_embedding.har.debug.9 b/ohos/flutter_typed_data/ohos/har/har_product/flutter_embedding.har.debug.9 new file mode 100644 index 0000000000000000000000000000000000000000..f0df4ca0064821178bf4254b16e8d23d873827da Binary files /dev/null and b/ohos/flutter_typed_data/ohos/har/har_product/flutter_embedding.har.debug.9 differ diff --git a/ohos/flutter_typed_data/ohos/har/har_product/flutter_embedding.har.release.10 b/ohos/flutter_typed_data/ohos/har/har_product/flutter_embedding.har.release.10 new file mode 100644 index 0000000000000000000000000000000000000000..da9b320a09600f678975b827160441e46144bf08 Binary files /dev/null and b/ohos/flutter_typed_data/ohos/har/har_product/flutter_embedding.har.release.10 differ diff --git a/ohos/flutter_typed_data/ohos/har/har_product/flutter_embedding.har.release.9 b/ohos/flutter_typed_data/ohos/har/har_product/flutter_embedding.har.release.9 new file mode 100644 index 0000000000000000000000000000000000000000..ba52754a80826e5614438b3faf931ed2f487eaab Binary files /dev/null and b/ohos/flutter_typed_data/ohos/har/har_product/flutter_embedding.har.release.9 differ diff --git a/ohos/flutter_typed_data/ohos/har/har_product/libflutter.so.debug.10 b/ohos/flutter_typed_data/ohos/har/har_product/libflutter.so.debug.10 new file mode 100644 index 0000000000000000000000000000000000000000..8ff0d04141a776e448478791df1e2a1c3aa7c5c4 Binary files /dev/null and b/ohos/flutter_typed_data/ohos/har/har_product/libflutter.so.debug.10 differ diff --git a/ohos/flutter_typed_data/ohos/har/har_product/libflutter.so.release.10 b/ohos/flutter_typed_data/ohos/har/har_product/libflutter.so.release.10 new file mode 100644 index 0000000000000000000000000000000000000000..7cdf26180489e807496f02cd4736425b4ad42845 Binary files /dev/null and b/ohos/flutter_typed_data/ohos/har/har_product/libflutter.so.release.10 differ diff --git a/ohos/flutter_typed_data/ohos/hvigor/hvigor-config.json5 b/ohos/flutter_typed_data/ohos/hvigor/hvigor-config.json5 new file mode 100644 index 0000000000000000000000000000000000000000..34835c86365cf07b5e1b371ddc7ffe40b89b2d35 --- /dev/null +++ b/ohos/flutter_typed_data/ohos/hvigor/hvigor-config.json5 @@ -0,0 +1,22 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +{ + "hvigorVersion": "file:../dependencies/hvigor-3.0.9-s.tgz", + "dependencies": { + "@ohos/hvigor-ohos-plugin": "file:../dependencies/hvigor-ohos-plugin-3.0.9-s.tgz", + "rollup": "file:../dependencies/rollup.tgz", + } +} \ No newline at end of file diff --git a/ohos/flutter_typed_data/ohos/hvigor/hvigor-wrapper.js b/ohos/flutter_typed_data/ohos/hvigor/hvigor-wrapper.js new file mode 100644 index 0000000000000000000000000000000000000000..0483791f85b568d236d0ed928334db46e067a8aa --- /dev/null +++ b/ohos/flutter_typed_data/ohos/hvigor/hvigor-wrapper.js @@ -0,0 +1,16 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +"use strict";var e=require("fs"),t=require("path"),n=require("os"),r=require("crypto"),u=require("child_process"),o=require("constants"),i=require("stream"),s=require("util"),c=require("assert"),a=require("tty"),l=require("zlib"),f=require("net");function d(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var D=d(e),p=d(t),E=d(n),m=d(r),h=d(u),y=d(o),C=d(i),F=d(s),g=d(c),A=d(a),v=d(l),S=d(f),w="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},O={},b={},_={},B=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(_,"__esModule",{value:!0}),_.isMac=_.isLinux=_.isWindows=void 0;const P=B(E.default),k="Windows_NT",x="Linux",N="Darwin";_.isWindows=function(){return P.default.type()===k},_.isLinux=function(){return P.default.type()===x},_.isMac=function(){return P.default.type()===N};var I={},T=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),R=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),M=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&T(t,e,n);return R(t,e),t};Object.defineProperty(I,"__esModule",{value:!0}),I.hash=void 0;const L=M(m.default);I.hash=function(e,t="md5"){return L.createHash(t).update(e,"utf-8").digest("hex")},function(e){var t=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var u in e)"default"!==u&&Object.prototype.hasOwnProperty.call(e,u)&&t(r,e,u);return n(r,e),r};Object.defineProperty(e,"__esModule",{value:!0}),e.HVIGOR_BOOT_JS_FILE_PATH=e.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH=e.HVIGOR_PROJECT_DEPENDENCIES_HOME=e.HVIGOR_PROJECT_WRAPPER_HOME=e.HVIGOR_PROJECT_NAME=e.HVIGOR_PROJECT_ROOT_DIR=e.HVIGOR_PROJECT_CACHES_HOME=e.HVIGOR_PNPM_STORE_PATH=e.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH=e.HVIGOR_WRAPPER_TOOLS_HOME=e.HVIGOR_USER_HOME=e.DEFAULT_PACKAGE_JSON=e.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME=e.PNPM=e.HVIGOR=e.NPM_TOOL=e.PNPM_TOOL=e.HVIGOR_ENGINE_PACKAGE_NAME=void 0;const u=r(p.default),o=r(E.default),i=_,s=I;e.HVIGOR_ENGINE_PACKAGE_NAME="@ohos/hvigor",e.PNPM_TOOL=(0,i.isWindows)()?"pnpm.cmd":"pnpm",e.NPM_TOOL=(0,i.isWindows)()?"npm.cmd":"npm",e.HVIGOR="hvigor",e.PNPM="pnpm",e.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME="hvigor-config.json5",e.DEFAULT_PACKAGE_JSON="package.json",e.HVIGOR_USER_HOME=u.resolve(o.homedir(),".hvigor"),e.HVIGOR_WRAPPER_TOOLS_HOME=u.resolve(e.HVIGOR_USER_HOME,"wrapper","tools"),e.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH=u.resolve(e.HVIGOR_WRAPPER_TOOLS_HOME,"node_modules",".bin",e.PNPM_TOOL),e.HVIGOR_PNPM_STORE_PATH=u.resolve(e.HVIGOR_USER_HOME,"caches"),e.HVIGOR_PROJECT_CACHES_HOME=u.resolve(e.HVIGOR_USER_HOME,"project_caches"),e.HVIGOR_PROJECT_ROOT_DIR=process.cwd(),e.HVIGOR_PROJECT_NAME=u.basename((0,s.hash)(e.HVIGOR_PROJECT_ROOT_DIR)),e.HVIGOR_PROJECT_WRAPPER_HOME=u.resolve(e.HVIGOR_PROJECT_ROOT_DIR,e.HVIGOR),e.HVIGOR_PROJECT_DEPENDENCIES_HOME=u.resolve(e.HVIGOR_PROJECT_CACHES_HOME,e.HVIGOR_PROJECT_NAME,"workspace"),e.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH=u.resolve(e.HVIGOR_PROJECT_DEPENDENCIES_HOME,e.DEFAULT_PACKAGE_JSON),e.HVIGOR_BOOT_JS_FILE_PATH=u.resolve(e.HVIGOR_PROJECT_DEPENDENCIES_HOME,"node_modules","@ohos","hvigor","bin","hvigor.js")}(b);var j={},$={};Object.defineProperty($,"__esModule",{value:!0}),$.logInfoPrintConsole=$.logErrorAndExit=void 0,$.logErrorAndExit=function(e){e instanceof Error?console.error(e.message):console.error(e),process.exit(-1)},$.logInfoPrintConsole=function(e){console.log(e)};var H=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),J=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),G=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&H(t,e,n);return J(t,e),t},V=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(j,"__esModule",{value:!0}),j.isFileExists=j.offlinePluginConversion=j.executeCommand=j.getNpmPath=j.hasNpmPackInPaths=void 0;const U=h.default,W=G(p.default),z=b,K=$,q=V(D.default);j.hasNpmPackInPaths=function(e,t){try{return require.resolve(e,{paths:[...t]}),!0}catch(e){return!1}},j.getNpmPath=function(){const e=process.execPath;return W.join(W.dirname(e),z.NPM_TOOL)},j.executeCommand=function(e,t,n){0!==(0,U.spawnSync)(e,t,n).status&&(0,K.logErrorAndExit)(`Error: ${e} ${t} execute failed.See above for details.`)},j.offlinePluginConversion=function(e,t){return t.startsWith("file:")||t.endsWith(".tgz")?W.resolve(e,z.HVIGOR,t.replace("file:","")):t},j.isFileExists=function(e){return q.default.existsSync(e)&&q.default.statSync(e).isFile()},function(e){var t=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var u in e)"default"!==u&&Object.prototype.hasOwnProperty.call(e,u)&&t(r,e,u);return n(r,e),r},u=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(e,"__esModule",{value:!0}),e.executeInstallPnpm=e.isPnpmAvailable=e.environmentHandler=e.checkNpmConifg=e.PNPM_VERSION=void 0;const o=r(D.default),i=b,s=j,c=r(p.default),a=$,l=h.default,f=u(E.default);e.PNPM_VERSION="7.30.0",e.checkNpmConifg=function(){const e=c.resolve(i.HVIGOR_PROJECT_ROOT_DIR,".npmrc"),t=c.resolve(f.default.homedir(),".npmrc");if((0,s.isFileExists)(e)||(0,s.isFileExists)(t))return;const n=(0,s.getNpmPath)(),r=(0,l.spawnSync)(n,["config","get","prefix"],{cwd:i.HVIGOR_PROJECT_ROOT_DIR});if(0!==r.status||!r.stdout)return void(0,a.logErrorAndExit)("Error: The hvigor depends on the npmrc file. Configure the npmrc file first.");const u=c.resolve(`${r.stdout}`.replace(/[\r\n]/gi,""),".npmrc");(0,s.isFileExists)(u)||(0,a.logErrorAndExit)("Error: The hvigor depends on the npmrc file. Configure the npmrc file first.")},e.environmentHandler=function(){process.env["npm_config_update-notifier"]="false"},e.isPnpmAvailable=function(){return!!o.existsSync(i.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH)&&(0,s.hasNpmPackInPaths)("pnpm",[i.HVIGOR_WRAPPER_TOOLS_HOME])},e.executeInstallPnpm=function(){(0,a.logInfoPrintConsole)(`Installing pnpm@${e.PNPM_VERSION}...`);const t=(0,s.getNpmPath)();!function(){const t=c.resolve(i.HVIGOR_WRAPPER_TOOLS_HOME,i.DEFAULT_PACKAGE_JSON);try{o.existsSync(i.HVIGOR_WRAPPER_TOOLS_HOME)||o.mkdirSync(i.HVIGOR_WRAPPER_TOOLS_HOME,{recursive:!0});const n={dependencies:{}};n.dependencies[i.PNPM]=e.PNPM_VERSION,o.writeFileSync(t,JSON.stringify(n))}catch(e){(0,a.logErrorAndExit)(`Error: EPERM: operation not permitted,create ${t} failed.`)}}(),(0,s.executeCommand)(t,["install","pnpm"],{cwd:i.HVIGOR_WRAPPER_TOOLS_HOME,stdio:["inherit","inherit","inherit"],env:process.env}),(0,a.logInfoPrintConsole)("Pnpm install success.")}}(O);var Y={},X={},Z={},Q={};Object.defineProperty(Q,"__esModule",{value:!0}),Q.Unicode=void 0;class ee{}Q.Unicode=ee,ee.Space_Separator=/[\u1680\u2000-\u200A\u202F\u205F\u3000]/,ee.ID_Start=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]/,ee.ID_Continue=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF9\u1D00-\u1DF9\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDE00-\uDE3E\uDE47\uDE50-\uDE83\uDE86-\uDE99\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/,Object.defineProperty(Z,"__esModule",{value:!0}),Z.JudgeUtil=void 0;const te=Q;Z.JudgeUtil=class{static isIgnoreChar(e){return"string"==typeof e&&("\t"===e||"\v"===e||"\f"===e||" "===e||" "===e||"\ufeff"===e||"\n"===e||"\r"===e||"\u2028"===e||"\u2029"===e)}static isSpaceSeparator(e){return"string"==typeof e&&te.Unicode.Space_Separator.test(e)}static isIdStartChar(e){return"string"==typeof e&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||"$"===e||"_"===e||te.Unicode.ID_Start.test(e))}static isIdContinueChar(e){return"string"==typeof e&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||e>="0"&&e<="9"||"$"===e||"_"===e||"‌"===e||"‍"===e||te.Unicode.ID_Continue.test(e))}static isDigitWithoutZero(e){return/[1-9]/.test(e)}static isDigit(e){return"string"==typeof e&&/[0-9]/.test(e)}static isHexDigit(e){return"string"==typeof e&&/[0-9A-Fa-f]/.test(e)}};var ne={},re={fromCallback:function(e){return Object.defineProperty((function(...t){if("function"!=typeof t[t.length-1])return new Promise(((n,r)=>{e.call(this,...t,((e,t)=>null!=e?r(e):n(t)))}));e.apply(this,t)}),"name",{value:e.name})},fromPromise:function(e){return Object.defineProperty((function(...t){const n=t[t.length-1];if("function"!=typeof n)return e.apply(this,t);e.apply(this,t.slice(0,-1)).then((e=>n(null,e)),n)}),"name",{value:e.name})}},ue=y.default,oe=process.cwd,ie=null,se=process.env.GRACEFUL_FS_PLATFORM||process.platform;process.cwd=function(){return ie||(ie=oe.call(process)),ie};try{process.cwd()}catch(e){}if("function"==typeof process.chdir){var ce=process.chdir;process.chdir=function(e){ie=null,ce.call(process,e)},Object.setPrototypeOf&&Object.setPrototypeOf(process.chdir,ce)}var ae=function(e){ue.hasOwnProperty("O_SYMLINK")&&process.version.match(/^v0\.6\.[0-2]|^v0\.5\./)&&function(e){e.lchmod=function(t,n,r){e.open(t,ue.O_WRONLY|ue.O_SYMLINK,n,(function(t,u){t?r&&r(t):e.fchmod(u,n,(function(t){e.close(u,(function(e){r&&r(t||e)}))}))}))},e.lchmodSync=function(t,n){var r,u=e.openSync(t,ue.O_WRONLY|ue.O_SYMLINK,n),o=!0;try{r=e.fchmodSync(u,n),o=!1}finally{if(o)try{e.closeSync(u)}catch(e){}else e.closeSync(u)}return r}}(e);e.lutimes||function(e){ue.hasOwnProperty("O_SYMLINK")&&e.futimes?(e.lutimes=function(t,n,r,u){e.open(t,ue.O_SYMLINK,(function(t,o){t?u&&u(t):e.futimes(o,n,r,(function(t){e.close(o,(function(e){u&&u(t||e)}))}))}))},e.lutimesSync=function(t,n,r){var u,o=e.openSync(t,ue.O_SYMLINK),i=!0;try{u=e.futimesSync(o,n,r),i=!1}finally{if(i)try{e.closeSync(o)}catch(e){}else e.closeSync(o)}return u}):e.futimes&&(e.lutimes=function(e,t,n,r){r&&process.nextTick(r)},e.lutimesSync=function(){})}(e);e.chown=r(e.chown),e.fchown=r(e.fchown),e.lchown=r(e.lchown),e.chmod=t(e.chmod),e.fchmod=t(e.fchmod),e.lchmod=t(e.lchmod),e.chownSync=u(e.chownSync),e.fchownSync=u(e.fchownSync),e.lchownSync=u(e.lchownSync),e.chmodSync=n(e.chmodSync),e.fchmodSync=n(e.fchmodSync),e.lchmodSync=n(e.lchmodSync),e.stat=o(e.stat),e.fstat=o(e.fstat),e.lstat=o(e.lstat),e.statSync=i(e.statSync),e.fstatSync=i(e.fstatSync),e.lstatSync=i(e.lstatSync),e.chmod&&!e.lchmod&&(e.lchmod=function(e,t,n){n&&process.nextTick(n)},e.lchmodSync=function(){});e.chown&&!e.lchown&&(e.lchown=function(e,t,n,r){r&&process.nextTick(r)},e.lchownSync=function(){});"win32"===se&&(e.rename="function"!=typeof e.rename?e.rename:function(t){function n(n,r,u){var o=Date.now(),i=0;t(n,r,(function s(c){if(c&&("EACCES"===c.code||"EPERM"===c.code||"EBUSY"===c.code)&&Date.now()-o<6e4)return setTimeout((function(){e.stat(r,(function(e,o){e&&"ENOENT"===e.code?t(n,r,s):u(c)}))}),i),void(i<100&&(i+=10));u&&u(c)}))}return Object.setPrototypeOf&&Object.setPrototypeOf(n,t),n}(e.rename));function t(t){return t?function(n,r,u){return t.call(e,n,r,(function(e){s(e)&&(e=null),u&&u.apply(this,arguments)}))}:t}function n(t){return t?function(n,r){try{return t.call(e,n,r)}catch(e){if(!s(e))throw e}}:t}function r(t){return t?function(n,r,u,o){return t.call(e,n,r,u,(function(e){s(e)&&(e=null),o&&o.apply(this,arguments)}))}:t}function u(t){return t?function(n,r,u){try{return t.call(e,n,r,u)}catch(e){if(!s(e))throw e}}:t}function o(t){return t?function(n,r,u){function o(e,t){t&&(t.uid<0&&(t.uid+=4294967296),t.gid<0&&(t.gid+=4294967296)),u&&u.apply(this,arguments)}return"function"==typeof r&&(u=r,r=null),r?t.call(e,n,r,o):t.call(e,n,o)}:t}function i(t){return t?function(n,r){var u=r?t.call(e,n,r):t.call(e,n);return u&&(u.uid<0&&(u.uid+=4294967296),u.gid<0&&(u.gid+=4294967296)),u}:t}function s(e){return!e||("ENOSYS"===e.code||!(process.getuid&&0===process.getuid()||"EINVAL"!==e.code&&"EPERM"!==e.code))}e.read="function"!=typeof e.read?e.read:function(t){function n(n,r,u,o,i,s){var c;if(s&&"function"==typeof s){var a=0;c=function(l,f,d){if(l&&"EAGAIN"===l.code&&a<10)return a++,t.call(e,n,r,u,o,i,c);s.apply(this,arguments)}}return t.call(e,n,r,u,o,i,c)}return Object.setPrototypeOf&&Object.setPrototypeOf(n,t),n}(e.read),e.readSync="function"!=typeof e.readSync?e.readSync:(c=e.readSync,function(t,n,r,u,o){for(var i=0;;)try{return c.call(e,t,n,r,u,o)}catch(e){if("EAGAIN"===e.code&&i<10){i++;continue}throw e}});var c};var le=C.default.Stream,fe=function(e){return{ReadStream:function t(n,r){if(!(this instanceof t))return new t(n,r);le.call(this);var u=this;this.path=n,this.fd=null,this.readable=!0,this.paused=!1,this.flags="r",this.mode=438,this.bufferSize=65536,r=r||{};for(var o=Object.keys(r),i=0,s=o.length;ithis.end)throw new Error("start must be <= end");this.pos=this.start}if(null!==this.fd)return void process.nextTick((function(){u._read()}));e.open(this.path,this.flags,this.mode,(function(e,t){if(e)return u.emit("error",e),void(u.readable=!1);u.fd=t,u.emit("open",t),u._read()}))},WriteStream:function t(n,r){if(!(this instanceof t))return new t(n,r);le.call(this),this.path=n,this.fd=null,this.writable=!0,this.flags="w",this.encoding="binary",this.mode=438,this.bytesWritten=0,r=r||{};for(var u=Object.keys(r),o=0,i=u.length;o= zero");this.pos=this.start}this.busy=!1,this._queue=[],null===this.fd&&(this._open=e.open,this._queue.push([this._open,this.path,this.flags,this.mode,void 0]),this.flush())}}};var de=function(e){if(null===e||"object"!=typeof e)return e;if(e instanceof Object)var t={__proto__:De(e)};else t=Object.create(null);return Object.getOwnPropertyNames(e).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))})),t},De=Object.getPrototypeOf||function(e){return e.__proto__};var pe,Ee,me=D.default,he=ae,ye=fe,Ce=de,Fe=F.default;function ge(e,t){Object.defineProperty(e,pe,{get:function(){return t}})}"function"==typeof Symbol&&"function"==typeof Symbol.for?(pe=Symbol.for("graceful-fs.queue"),Ee=Symbol.for("graceful-fs.previous")):(pe="___graceful-fs.queue",Ee="___graceful-fs.previous");var Ae=function(){};if(Fe.debuglog?Ae=Fe.debuglog("gfs4"):/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&(Ae=function(){var e=Fe.format.apply(Fe,arguments);e="GFS4: "+e.split(/\n/).join("\nGFS4: "),console.error(e)}),!me[pe]){var ve=w[pe]||[];ge(me,ve),me.close=function(e){function t(t,n){return e.call(me,t,(function(e){e||_e(),"function"==typeof n&&n.apply(this,arguments)}))}return Object.defineProperty(t,Ee,{value:e}),t}(me.close),me.closeSync=function(e){function t(t){e.apply(me,arguments),_e()}return Object.defineProperty(t,Ee,{value:e}),t}(me.closeSync),/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&process.on("exit",(function(){Ae(me[pe]),g.default.equal(me[pe].length,0)}))}w[pe]||ge(w,me[pe]);var Se,we=Oe(Ce(me));function Oe(e){he(e),e.gracefulify=Oe,e.createReadStream=function(t,n){return new e.ReadStream(t,n)},e.createWriteStream=function(t,n){return new e.WriteStream(t,n)};var t=e.readFile;e.readFile=function(e,n,r){"function"==typeof n&&(r=n,n=null);return function e(n,r,u,o){return t(n,r,(function(t){!t||"EMFILE"!==t.code&&"ENFILE"!==t.code?"function"==typeof u&&u.apply(this,arguments):be([e,[n,r,u],t,o||Date.now(),Date.now()])}))}(e,n,r)};var n=e.writeFile;e.writeFile=function(e,t,r,u){"function"==typeof r&&(u=r,r=null);return function e(t,r,u,o,i){return n(t,r,u,(function(n){!n||"EMFILE"!==n.code&&"ENFILE"!==n.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,r,u,o],n,i||Date.now(),Date.now()])}))}(e,t,r,u)};var r=e.appendFile;r&&(e.appendFile=function(e,t,n,u){"function"==typeof n&&(u=n,n=null);return function e(t,n,u,o,i){return r(t,n,u,(function(r){!r||"EMFILE"!==r.code&&"ENFILE"!==r.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,n,u,o],r,i||Date.now(),Date.now()])}))}(e,t,n,u)});var u=e.copyFile;u&&(e.copyFile=function(e,t,n,r){"function"==typeof n&&(r=n,n=0);return function e(t,n,r,o,i){return u(t,n,r,(function(u){!u||"EMFILE"!==u.code&&"ENFILE"!==u.code?"function"==typeof o&&o.apply(this,arguments):be([e,[t,n,r,o],u,i||Date.now(),Date.now()])}))}(e,t,n,r)});var o=e.readdir;e.readdir=function(e,t,n){"function"==typeof t&&(n=t,t=null);var r=i.test(process.version)?function(e,t,n,r){return o(e,u(e,t,n,r))}:function(e,t,n,r){return o(e,t,u(e,t,n,r))};return r(e,t,n);function u(e,t,n,u){return function(o,i){!o||"EMFILE"!==o.code&&"ENFILE"!==o.code?(i&&i.sort&&i.sort(),"function"==typeof n&&n.call(this,o,i)):be([r,[e,t,n],o,u||Date.now(),Date.now()])}}};var i=/^v[0-5]\./;if("v0.8"===process.version.substr(0,4)){var s=ye(e);d=s.ReadStream,D=s.WriteStream}var c=e.ReadStream;c&&(d.prototype=Object.create(c.prototype),d.prototype.open=function(){var e=this;E(e.path,e.flags,e.mode,(function(t,n){t?(e.autoClose&&e.destroy(),e.emit("error",t)):(e.fd=n,e.emit("open",n),e.read())}))});var a=e.WriteStream;a&&(D.prototype=Object.create(a.prototype),D.prototype.open=function(){var e=this;E(e.path,e.flags,e.mode,(function(t,n){t?(e.destroy(),e.emit("error",t)):(e.fd=n,e.emit("open",n))}))}),Object.defineProperty(e,"ReadStream",{get:function(){return d},set:function(e){d=e},enumerable:!0,configurable:!0}),Object.defineProperty(e,"WriteStream",{get:function(){return D},set:function(e){D=e},enumerable:!0,configurable:!0});var l=d;Object.defineProperty(e,"FileReadStream",{get:function(){return l},set:function(e){l=e},enumerable:!0,configurable:!0});var f=D;function d(e,t){return this instanceof d?(c.apply(this,arguments),this):d.apply(Object.create(d.prototype),arguments)}function D(e,t){return this instanceof D?(a.apply(this,arguments),this):D.apply(Object.create(D.prototype),arguments)}Object.defineProperty(e,"FileWriteStream",{get:function(){return f},set:function(e){f=e},enumerable:!0,configurable:!0});var p=e.open;function E(e,t,n,r){return"function"==typeof n&&(r=n,n=null),function e(t,n,r,u,o){return p(t,n,r,(function(i,s){!i||"EMFILE"!==i.code&&"ENFILE"!==i.code?"function"==typeof u&&u.apply(this,arguments):be([e,[t,n,r,u],i,o||Date.now(),Date.now()])}))}(e,t,n,r)}return e.open=E,e}function be(e){Ae("ENQUEUE",e[0].name,e[1]),me[pe].push(e),Be()}function _e(){for(var e=Date.now(),t=0;t2&&(me[pe][t][3]=e,me[pe][t][4]=e);Be()}function Be(){if(clearTimeout(Se),Se=void 0,0!==me[pe].length){var e=me[pe].shift(),t=e[0],n=e[1],r=e[2],u=e[3],o=e[4];if(void 0===u)Ae("RETRY",t.name,n),t.apply(null,n);else if(Date.now()-u>=6e4){Ae("TIMEOUT",t.name,n);var i=n.pop();"function"==typeof i&&i.call(null,r)}else{var s=Date.now()-o,c=Math.max(o-u,1);s>=Math.min(1.2*c,100)?(Ae("RETRY",t.name,n),t.apply(null,n.concat([u]))):me[pe].push(e)}void 0===Se&&(Se=setTimeout(Be,0))}}process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH&&!me.__patched&&(we=Oe(me),me.__patched=!0),function(e){const t=re.fromCallback,n=we,r=["access","appendFile","chmod","chown","close","copyFile","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","lchmod","lchown","link","lstat","mkdir","mkdtemp","open","opendir","readdir","readFile","readlink","realpath","rename","rm","rmdir","stat","symlink","truncate","unlink","utimes","writeFile"].filter((e=>"function"==typeof n[e]));Object.assign(e,n),r.forEach((r=>{e[r]=t(n[r])})),e.realpath.native=t(n.realpath.native),e.exists=function(e,t){return"function"==typeof t?n.exists(e,t):new Promise((t=>n.exists(e,t)))},e.read=function(e,t,r,u,o,i){return"function"==typeof i?n.read(e,t,r,u,o,i):new Promise(((i,s)=>{n.read(e,t,r,u,o,((e,t,n)=>{if(e)return s(e);i({bytesRead:t,buffer:n})}))}))},e.write=function(e,t,...r){return"function"==typeof r[r.length-1]?n.write(e,t,...r):new Promise(((u,o)=>{n.write(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffer:n})}))}))},"function"==typeof n.writev&&(e.writev=function(e,t,...r){return"function"==typeof r[r.length-1]?n.writev(e,t,...r):new Promise(((u,o)=>{n.writev(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffers:n})}))}))})}(ne);var Pe={},ke={};const xe=p.default;ke.checkPath=function(e){if("win32"===process.platform){if(/[<>:"|?*]/.test(e.replace(xe.parse(e).root,""))){const t=new Error(`Path contains invalid characters: ${e}`);throw t.code="EINVAL",t}}};const Ne=ne,{checkPath:Ie}=ke,Te=e=>"number"==typeof e?e:{mode:511,...e}.mode;Pe.makeDir=async(e,t)=>(Ie(e),Ne.mkdir(e,{mode:Te(t),recursive:!0})),Pe.makeDirSync=(e,t)=>(Ie(e),Ne.mkdirSync(e,{mode:Te(t),recursive:!0}));const Re=re.fromPromise,{makeDir:Me,makeDirSync:Le}=Pe,je=Re(Me);var $e={mkdirs:je,mkdirsSync:Le,mkdirp:je,mkdirpSync:Le,ensureDir:je,ensureDirSync:Le};const He=re.fromPromise,Je=ne;var Ge={pathExists:He((function(e){return Je.access(e).then((()=>!0)).catch((()=>!1))})),pathExistsSync:Je.existsSync};const Ve=we;var Ue=function(e,t,n,r){Ve.open(e,"r+",((e,u)=>{if(e)return r(e);Ve.futimes(u,t,n,(e=>{Ve.close(u,(t=>{r&&r(e||t)}))}))}))},We=function(e,t,n){const r=Ve.openSync(e,"r+");return Ve.futimesSync(r,t,n),Ve.closeSync(r)};const ze=ne,Ke=p.default,qe=F.default;function Ye(e,t,n){const r=n.dereference?e=>ze.stat(e,{bigint:!0}):e=>ze.lstat(e,{bigint:!0});return Promise.all([r(e),r(t).catch((e=>{if("ENOENT"===e.code)return null;throw e}))]).then((([e,t])=>({srcStat:e,destStat:t})))}function Xe(e,t){return t.ino&&t.dev&&t.ino===e.ino&&t.dev===e.dev}function Ze(e,t){const n=Ke.resolve(e).split(Ke.sep).filter((e=>e)),r=Ke.resolve(t).split(Ke.sep).filter((e=>e));return n.reduce(((e,t,n)=>e&&r[n]===t),!0)}function Qe(e,t,n){return`Cannot ${n} '${e}' to a subdirectory of itself, '${t}'.`}var et={checkPaths:function(e,t,n,r,u){qe.callbackify(Ye)(e,t,r,((r,o)=>{if(r)return u(r);const{srcStat:i,destStat:s}=o;if(s){if(Xe(i,s)){const r=Ke.basename(e),o=Ke.basename(t);return"move"===n&&r!==o&&r.toLowerCase()===o.toLowerCase()?u(null,{srcStat:i,destStat:s,isChangingCase:!0}):u(new Error("Source and destination must not be the same."))}if(i.isDirectory()&&!s.isDirectory())return u(new Error(`Cannot overwrite non-directory '${t}' with directory '${e}'.`));if(!i.isDirectory()&&s.isDirectory())return u(new Error(`Cannot overwrite directory '${t}' with non-directory '${e}'.`))}return i.isDirectory()&&Ze(e,t)?u(new Error(Qe(e,t,n))):u(null,{srcStat:i,destStat:s})}))},checkPathsSync:function(e,t,n,r){const{srcStat:u,destStat:o}=function(e,t,n){let r;const u=n.dereference?e=>ze.statSync(e,{bigint:!0}):e=>ze.lstatSync(e,{bigint:!0}),o=u(e);try{r=u(t)}catch(e){if("ENOENT"===e.code)return{srcStat:o,destStat:null};throw e}return{srcStat:o,destStat:r}}(e,t,r);if(o){if(Xe(u,o)){const r=Ke.basename(e),i=Ke.basename(t);if("move"===n&&r!==i&&r.toLowerCase()===i.toLowerCase())return{srcStat:u,destStat:o,isChangingCase:!0};throw new Error("Source and destination must not be the same.")}if(u.isDirectory()&&!o.isDirectory())throw new Error(`Cannot overwrite non-directory '${t}' with directory '${e}'.`);if(!u.isDirectory()&&o.isDirectory())throw new Error(`Cannot overwrite directory '${t}' with non-directory '${e}'.`)}if(u.isDirectory()&&Ze(e,t))throw new Error(Qe(e,t,n));return{srcStat:u,destStat:o}},checkParentPaths:function e(t,n,r,u,o){const i=Ke.resolve(Ke.dirname(t)),s=Ke.resolve(Ke.dirname(r));if(s===i||s===Ke.parse(s).root)return o();ze.stat(s,{bigint:!0},((i,c)=>i?"ENOENT"===i.code?o():o(i):Xe(n,c)?o(new Error(Qe(t,r,u))):e(t,n,s,u,o)))},checkParentPathsSync:function e(t,n,r,u){const o=Ke.resolve(Ke.dirname(t)),i=Ke.resolve(Ke.dirname(r));if(i===o||i===Ke.parse(i).root)return;let s;try{s=ze.statSync(i,{bigint:!0})}catch(e){if("ENOENT"===e.code)return;throw e}if(Xe(n,s))throw new Error(Qe(t,r,u));return e(t,n,i,u)},isSrcSubdir:Ze,areIdentical:Xe};const tt=we,nt=p.default,rt=$e.mkdirs,ut=Ge.pathExists,ot=Ue,it=et;function st(e,t,n,r,u){const o=nt.dirname(n);ut(o,((i,s)=>i?u(i):s?at(e,t,n,r,u):void rt(o,(o=>o?u(o):at(e,t,n,r,u)))))}function ct(e,t,n,r,u,o){Promise.resolve(u.filter(n,r)).then((i=>i?e(t,n,r,u,o):o()),(e=>o(e)))}function at(e,t,n,r,u){(r.dereference?tt.stat:tt.lstat)(t,((o,i)=>o?u(o):i.isDirectory()?function(e,t,n,r,u,o){return t?Dt(n,r,u,o):function(e,t,n,r,u){tt.mkdir(n,(o=>{if(o)return u(o);Dt(t,n,r,(t=>t?u(t):dt(n,e,u)))}))}(e.mode,n,r,u,o)}(i,e,t,n,r,u):i.isFile()||i.isCharacterDevice()||i.isBlockDevice()?function(e,t,n,r,u,o){return t?function(e,t,n,r,u){if(!r.overwrite)return r.errorOnExist?u(new Error(`'${n}' already exists`)):u();tt.unlink(n,(o=>o?u(o):lt(e,t,n,r,u)))}(e,n,r,u,o):lt(e,n,r,u,o)}(i,e,t,n,r,u):i.isSymbolicLink()?function(e,t,n,r,u){tt.readlink(t,((t,o)=>t?u(t):(r.dereference&&(o=nt.resolve(process.cwd(),o)),e?void tt.readlink(n,((t,i)=>t?"EINVAL"===t.code||"UNKNOWN"===t.code?tt.symlink(o,n,u):u(t):(r.dereference&&(i=nt.resolve(process.cwd(),i)),it.isSrcSubdir(o,i)?u(new Error(`Cannot copy '${o}' to a subdirectory of itself, '${i}'.`)):e.isDirectory()&&it.isSrcSubdir(i,o)?u(new Error(`Cannot overwrite '${i}' with '${o}'.`)):function(e,t,n){tt.unlink(t,(r=>r?n(r):tt.symlink(e,t,n)))}(o,n,u)))):tt.symlink(o,n,u))))}(e,t,n,r,u):i.isSocket()?u(new Error(`Cannot copy a socket file: ${t}`)):i.isFIFO()?u(new Error(`Cannot copy a FIFO pipe: ${t}`)):u(new Error(`Unknown file: ${t}`))))}function lt(e,t,n,r,u){tt.copyFile(t,n,(o=>o?u(o):r.preserveTimestamps?function(e,t,n,r){if(function(e){return 0==(128&e)}(e))return function(e,t,n){return dt(e,128|t,n)}(n,e,(u=>u?r(u):ft(e,t,n,r)));return ft(e,t,n,r)}(e.mode,t,n,u):dt(n,e.mode,u)))}function ft(e,t,n,r){!function(e,t,n){tt.stat(e,((e,r)=>e?n(e):ot(t,r.atime,r.mtime,n)))}(t,n,(t=>t?r(t):dt(n,e,r)))}function dt(e,t,n){return tt.chmod(e,t,n)}function Dt(e,t,n,r){tt.readdir(e,((u,o)=>u?r(u):pt(o,e,t,n,r)))}function pt(e,t,n,r,u){const o=e.pop();return o?function(e,t,n,r,u,o){const i=nt.join(n,t),s=nt.join(r,t);it.checkPaths(i,s,"copy",u,((t,c)=>{if(t)return o(t);const{destStat:a}=c;!function(e,t,n,r,u){r.filter?ct(at,e,t,n,r,u):at(e,t,n,r,u)}(a,i,s,u,(t=>t?o(t):pt(e,n,r,u,o)))}))}(e,o,t,n,r,u):u()}var Et=function(e,t,n,r){"function"!=typeof n||r?"function"==typeof n&&(n={filter:n}):(r=n,n={}),r=r||function(){},(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269"),it.checkPaths(e,t,"copy",n,((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;it.checkParentPaths(e,i,t,"copy",(u=>u?r(u):n.filter?ct(st,s,e,t,n,r):st(s,e,t,n,r)))}))};const mt=we,ht=p.default,yt=$e.mkdirsSync,Ct=We,Ft=et;function gt(e,t,n,r){const u=(r.dereference?mt.statSync:mt.lstatSync)(t);if(u.isDirectory())return function(e,t,n,r,u){return t?St(n,r,u):function(e,t,n,r){return mt.mkdirSync(n),St(t,n,r),vt(n,e)}(e.mode,n,r,u)}(u,e,t,n,r);if(u.isFile()||u.isCharacterDevice()||u.isBlockDevice())return function(e,t,n,r,u){return t?function(e,t,n,r){if(r.overwrite)return mt.unlinkSync(n),At(e,t,n,r);if(r.errorOnExist)throw new Error(`'${n}' already exists`)}(e,n,r,u):At(e,n,r,u)}(u,e,t,n,r);if(u.isSymbolicLink())return function(e,t,n,r){let u=mt.readlinkSync(t);r.dereference&&(u=ht.resolve(process.cwd(),u));if(e){let e;try{e=mt.readlinkSync(n)}catch(e){if("EINVAL"===e.code||"UNKNOWN"===e.code)return mt.symlinkSync(u,n);throw e}if(r.dereference&&(e=ht.resolve(process.cwd(),e)),Ft.isSrcSubdir(u,e))throw new Error(`Cannot copy '${u}' to a subdirectory of itself, '${e}'.`);if(mt.statSync(n).isDirectory()&&Ft.isSrcSubdir(e,u))throw new Error(`Cannot overwrite '${e}' with '${u}'.`);return function(e,t){return mt.unlinkSync(t),mt.symlinkSync(e,t)}(u,n)}return mt.symlinkSync(u,n)}(e,t,n,r);if(u.isSocket())throw new Error(`Cannot copy a socket file: ${t}`);if(u.isFIFO())throw new Error(`Cannot copy a FIFO pipe: ${t}`);throw new Error(`Unknown file: ${t}`)}function At(e,t,n,r){return mt.copyFileSync(t,n),r.preserveTimestamps&&function(e,t,n){(function(e){return 0==(128&e)})(e)&&function(e,t){vt(e,128|t)}(n,e);(function(e,t){const n=mt.statSync(e);Ct(t,n.atime,n.mtime)})(t,n)}(e.mode,t,n),vt(n,e.mode)}function vt(e,t){return mt.chmodSync(e,t)}function St(e,t,n){mt.readdirSync(e).forEach((r=>function(e,t,n,r){const u=ht.join(t,e),o=ht.join(n,e),{destStat:i}=Ft.checkPathsSync(u,o,"copy",r);return function(e,t,n,r){if(!r.filter||r.filter(t,n))return gt(e,t,n,r)}(i,u,o,r)}(r,e,t,n)))}var wt=function(e,t,n){"function"==typeof n&&(n={filter:n}),(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269");const{srcStat:r,destStat:u}=Ft.checkPathsSync(e,t,"copy",n);return Ft.checkParentPathsSync(e,r,t,"copy"),function(e,t,n,r){if(r.filter&&!r.filter(t,n))return;const u=ht.dirname(n);mt.existsSync(u)||yt(u);return gt(e,t,n,r)}(u,e,t,n)};var Ot={copy:(0,re.fromCallback)(Et),copySync:wt};const bt=we,_t=p.default,Bt=g.default,Pt="win32"===process.platform;function kt(e){["unlink","chmod","stat","lstat","rmdir","readdir"].forEach((t=>{e[t]=e[t]||bt[t],e[t+="Sync"]=e[t]||bt[t]})),e.maxBusyTries=e.maxBusyTries||3}function xt(e,t,n){let r=0;"function"==typeof t&&(n=t,t={}),Bt(e,"rimraf: missing path"),Bt.strictEqual(typeof e,"string","rimraf: path should be a string"),Bt.strictEqual(typeof n,"function","rimraf: callback function required"),Bt(t,"rimraf: invalid options argument provided"),Bt.strictEqual(typeof t,"object","rimraf: options should be object"),kt(t),Nt(e,t,(function u(o){if(o){if(("EBUSY"===o.code||"ENOTEMPTY"===o.code||"EPERM"===o.code)&&rNt(e,t,u)),100*r)}"ENOENT"===o.code&&(o=null)}n(o)}))}function Nt(e,t,n){Bt(e),Bt(t),Bt("function"==typeof n),t.lstat(e,((r,u)=>r&&"ENOENT"===r.code?n(null):r&&"EPERM"===r.code&&Pt?It(e,t,r,n):u&&u.isDirectory()?Rt(e,t,r,n):void t.unlink(e,(r=>{if(r){if("ENOENT"===r.code)return n(null);if("EPERM"===r.code)return Pt?It(e,t,r,n):Rt(e,t,r,n);if("EISDIR"===r.code)return Rt(e,t,r,n)}return n(r)}))))}function It(e,t,n,r){Bt(e),Bt(t),Bt("function"==typeof r),t.chmod(e,438,(u=>{u?r("ENOENT"===u.code?null:n):t.stat(e,((u,o)=>{u?r("ENOENT"===u.code?null:n):o.isDirectory()?Rt(e,t,n,r):t.unlink(e,r)}))}))}function Tt(e,t,n){let r;Bt(e),Bt(t);try{t.chmodSync(e,438)}catch(e){if("ENOENT"===e.code)return;throw n}try{r=t.statSync(e)}catch(e){if("ENOENT"===e.code)return;throw n}r.isDirectory()?Lt(e,t,n):t.unlinkSync(e)}function Rt(e,t,n,r){Bt(e),Bt(t),Bt("function"==typeof r),t.rmdir(e,(u=>{!u||"ENOTEMPTY"!==u.code&&"EEXIST"!==u.code&&"EPERM"!==u.code?u&&"ENOTDIR"===u.code?r(n):r(u):function(e,t,n){Bt(e),Bt(t),Bt("function"==typeof n),t.readdir(e,((r,u)=>{if(r)return n(r);let o,i=u.length;if(0===i)return t.rmdir(e,n);u.forEach((r=>{xt(_t.join(e,r),t,(r=>{if(!o)return r?n(o=r):void(0==--i&&t.rmdir(e,n))}))}))}))}(e,t,r)}))}function Mt(e,t){let n;kt(t=t||{}),Bt(e,"rimraf: missing path"),Bt.strictEqual(typeof e,"string","rimraf: path should be a string"),Bt(t,"rimraf: missing options"),Bt.strictEqual(typeof t,"object","rimraf: options should be object");try{n=t.lstatSync(e)}catch(n){if("ENOENT"===n.code)return;"EPERM"===n.code&&Pt&&Tt(e,t,n)}try{n&&n.isDirectory()?Lt(e,t,null):t.unlinkSync(e)}catch(n){if("ENOENT"===n.code)return;if("EPERM"===n.code)return Pt?Tt(e,t,n):Lt(e,t,n);if("EISDIR"!==n.code)throw n;Lt(e,t,n)}}function Lt(e,t,n){Bt(e),Bt(t);try{t.rmdirSync(e)}catch(r){if("ENOTDIR"===r.code)throw n;if("ENOTEMPTY"===r.code||"EEXIST"===r.code||"EPERM"===r.code)!function(e,t){if(Bt(e),Bt(t),t.readdirSync(e).forEach((n=>Mt(_t.join(e,n),t))),!Pt){return t.rmdirSync(e,t)}{const n=Date.now();do{try{return t.rmdirSync(e,t)}catch{}}while(Date.now()-n<500)}}(e,t);else if("ENOENT"!==r.code)throw r}}var jt=xt;xt.sync=Mt;const $t=we,Ht=re.fromCallback,Jt=jt;var Gt={remove:Ht((function(e,t){if($t.rm)return $t.rm(e,{recursive:!0,force:!0},t);Jt(e,t)})),removeSync:function(e){if($t.rmSync)return $t.rmSync(e,{recursive:!0,force:!0});Jt.sync(e)}};const Vt=re.fromPromise,Ut=ne,Wt=p.default,zt=$e,Kt=Gt,qt=Vt((async function(e){let t;try{t=await Ut.readdir(e)}catch{return zt.mkdirs(e)}return Promise.all(t.map((t=>Kt.remove(Wt.join(e,t)))))}));function Yt(e){let t;try{t=Ut.readdirSync(e)}catch{return zt.mkdirsSync(e)}t.forEach((t=>{t=Wt.join(e,t),Kt.removeSync(t)}))}var Xt={emptyDirSync:Yt,emptydirSync:Yt,emptyDir:qt,emptydir:qt};const Zt=re.fromCallback,Qt=p.default,en=we,tn=$e;var nn={createFile:Zt((function(e,t){function n(){en.writeFile(e,"",(e=>{if(e)return t(e);t()}))}en.stat(e,((r,u)=>{if(!r&&u.isFile())return t();const o=Qt.dirname(e);en.stat(o,((e,r)=>{if(e)return"ENOENT"===e.code?tn.mkdirs(o,(e=>{if(e)return t(e);n()})):t(e);r.isDirectory()?n():en.readdir(o,(e=>{if(e)return t(e)}))}))}))})),createFileSync:function(e){let t;try{t=en.statSync(e)}catch{}if(t&&t.isFile())return;const n=Qt.dirname(e);try{en.statSync(n).isDirectory()||en.readdirSync(n)}catch(e){if(!e||"ENOENT"!==e.code)throw e;tn.mkdirsSync(n)}en.writeFileSync(e,"")}};const rn=re.fromCallback,un=p.default,on=we,sn=$e,cn=Ge.pathExists,{areIdentical:an}=et;var ln={createLink:rn((function(e,t,n){function r(e,t){on.link(e,t,(e=>{if(e)return n(e);n(null)}))}on.lstat(t,((u,o)=>{on.lstat(e,((u,i)=>{if(u)return u.message=u.message.replace("lstat","ensureLink"),n(u);if(o&&an(i,o))return n(null);const s=un.dirname(t);cn(s,((u,o)=>u?n(u):o?r(e,t):void sn.mkdirs(s,(u=>{if(u)return n(u);r(e,t)}))))}))}))})),createLinkSync:function(e,t){let n;try{n=on.lstatSync(t)}catch{}try{const t=on.lstatSync(e);if(n&&an(t,n))return}catch(e){throw e.message=e.message.replace("lstat","ensureLink"),e}const r=un.dirname(t);return on.existsSync(r)||sn.mkdirsSync(r),on.linkSync(e,t)}};const fn=p.default,dn=we,Dn=Ge.pathExists;var pn={symlinkPaths:function(e,t,n){if(fn.isAbsolute(e))return dn.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:e})));{const r=fn.dirname(t),u=fn.join(r,e);return Dn(u,((t,o)=>t?n(t):o?n(null,{toCwd:u,toDst:e}):dn.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:fn.relative(r,e)})))))}},symlinkPathsSync:function(e,t){let n;if(fn.isAbsolute(e)){if(n=dn.existsSync(e),!n)throw new Error("absolute srcpath does not exist");return{toCwd:e,toDst:e}}{const r=fn.dirname(t),u=fn.join(r,e);if(n=dn.existsSync(u),n)return{toCwd:u,toDst:e};if(n=dn.existsSync(e),!n)throw new Error("relative srcpath does not exist");return{toCwd:e,toDst:fn.relative(r,e)}}}};const En=we;var mn={symlinkType:function(e,t,n){if(n="function"==typeof t?t:n,t="function"!=typeof t&&t)return n(null,t);En.lstat(e,((e,r)=>{if(e)return n(null,"file");t=r&&r.isDirectory()?"dir":"file",n(null,t)}))},symlinkTypeSync:function(e,t){let n;if(t)return t;try{n=En.lstatSync(e)}catch{return"file"}return n&&n.isDirectory()?"dir":"file"}};const hn=re.fromCallback,yn=p.default,Cn=ne,Fn=$e.mkdirs,gn=$e.mkdirsSync,An=pn.symlinkPaths,vn=pn.symlinkPathsSync,Sn=mn.symlinkType,wn=mn.symlinkTypeSync,On=Ge.pathExists,{areIdentical:bn}=et;function _n(e,t,n,r){An(e,t,((u,o)=>{if(u)return r(u);e=o.toDst,Sn(o.toCwd,n,((n,u)=>{if(n)return r(n);const o=yn.dirname(t);On(o,((n,i)=>n?r(n):i?Cn.symlink(e,t,u,r):void Fn(o,(n=>{if(n)return r(n);Cn.symlink(e,t,u,r)}))))}))}))}var Bn={createSymlink:hn((function(e,t,n,r){r="function"==typeof n?n:r,n="function"!=typeof n&&n,Cn.lstat(t,((u,o)=>{!u&&o.isSymbolicLink()?Promise.all([Cn.stat(e),Cn.stat(t)]).then((([u,o])=>{if(bn(u,o))return r(null);_n(e,t,n,r)})):_n(e,t,n,r)}))})),createSymlinkSync:function(e,t,n){let r;try{r=Cn.lstatSync(t)}catch{}if(r&&r.isSymbolicLink()){const n=Cn.statSync(e),r=Cn.statSync(t);if(bn(n,r))return}const u=vn(e,t);e=u.toDst,n=wn(u.toCwd,n);const o=yn.dirname(t);return Cn.existsSync(o)||gn(o),Cn.symlinkSync(e,t,n)}};const{createFile:Pn,createFileSync:kn}=nn,{createLink:xn,createLinkSync:Nn}=ln,{createSymlink:In,createSymlinkSync:Tn}=Bn;var Rn={createFile:Pn,createFileSync:kn,ensureFile:Pn,ensureFileSync:kn,createLink:xn,createLinkSync:Nn,ensureLink:xn,ensureLinkSync:Nn,createSymlink:In,createSymlinkSync:Tn,ensureSymlink:In,ensureSymlinkSync:Tn};var Mn={stringify:function(e,{EOL:t="\n",finalEOL:n=!0,replacer:r=null,spaces:u}={}){const o=n?t:"";return JSON.stringify(e,r,u).replace(/\n/g,t)+o},stripBom:function(e){return Buffer.isBuffer(e)&&(e=e.toString("utf8")),e.replace(/^\uFEFF/,"")}};let Ln;try{Ln=we}catch(e){Ln=D.default}const jn=re,{stringify:$n,stripBom:Hn}=Mn;const Jn=jn.fromPromise((async function(e,t={}){"string"==typeof t&&(t={encoding:t});const n=t.fs||Ln,r=!("throws"in t)||t.throws;let u,o=await jn.fromCallback(n.readFile)(e,t);o=Hn(o);try{u=JSON.parse(o,t?t.reviver:null)}catch(t){if(r)throw t.message=`${e}: ${t.message}`,t;return null}return u}));const Gn=jn.fromPromise((async function(e,t,n={}){const r=n.fs||Ln,u=$n(t,n);await jn.fromCallback(r.writeFile)(e,u,n)}));const Vn={readFile:Jn,readFileSync:function(e,t={}){"string"==typeof t&&(t={encoding:t});const n=t.fs||Ln,r=!("throws"in t)||t.throws;try{let r=n.readFileSync(e,t);return r=Hn(r),JSON.parse(r,t.reviver)}catch(t){if(r)throw t.message=`${e}: ${t.message}`,t;return null}},writeFile:Gn,writeFileSync:function(e,t,n={}){const r=n.fs||Ln,u=$n(t,n);return r.writeFileSync(e,u,n)}};var Un={readJson:Vn.readFile,readJsonSync:Vn.readFileSync,writeJson:Vn.writeFile,writeJsonSync:Vn.writeFileSync};const Wn=re.fromCallback,zn=we,Kn=p.default,qn=$e,Yn=Ge.pathExists;var Xn={outputFile:Wn((function(e,t,n,r){"function"==typeof n&&(r=n,n="utf8");const u=Kn.dirname(e);Yn(u,((o,i)=>o?r(o):i?zn.writeFile(e,t,n,r):void qn.mkdirs(u,(u=>{if(u)return r(u);zn.writeFile(e,t,n,r)}))))})),outputFileSync:function(e,...t){const n=Kn.dirname(e);if(zn.existsSync(n))return zn.writeFileSync(e,...t);qn.mkdirsSync(n),zn.writeFileSync(e,...t)}};const{stringify:Zn}=Mn,{outputFile:Qn}=Xn;var er=async function(e,t,n={}){const r=Zn(t,n);await Qn(e,r,n)};const{stringify:tr}=Mn,{outputFileSync:nr}=Xn;var rr=function(e,t,n){const r=tr(t,n);nr(e,r,n)};const ur=re.fromPromise,or=Un;or.outputJson=ur(er),or.outputJsonSync=rr,or.outputJSON=or.outputJson,or.outputJSONSync=or.outputJsonSync,or.writeJSON=or.writeJson,or.writeJSONSync=or.writeJsonSync,or.readJSON=or.readJson,or.readJSONSync=or.readJsonSync;var ir=or;const sr=we,cr=p.default,ar=Ot.copy,lr=Gt.remove,fr=$e.mkdirp,dr=Ge.pathExists,Dr=et;function pr(e,t,n,r,u){return r?Er(e,t,n,u):n?lr(t,(r=>r?u(r):Er(e,t,n,u))):void dr(t,((r,o)=>r?u(r):o?u(new Error("dest already exists.")):Er(e,t,n,u)))}function Er(e,t,n,r){sr.rename(e,t,(u=>u?"EXDEV"!==u.code?r(u):function(e,t,n,r){const u={overwrite:n,errorOnExist:!0};ar(e,t,u,(t=>t?r(t):lr(e,r)))}(e,t,n,r):r()))}var mr=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=n.overwrite||n.clobber||!1;Dr.checkPaths(e,t,"move",n,((n,o)=>{if(n)return r(n);const{srcStat:i,isChangingCase:s=!1}=o;Dr.checkParentPaths(e,i,t,"move",(n=>n?r(n):function(e){const t=cr.dirname(e);return cr.parse(t).root===t}(t)?pr(e,t,u,s,r):void fr(cr.dirname(t),(n=>n?r(n):pr(e,t,u,s,r)))))}))};const hr=we,yr=p.default,Cr=Ot.copySync,Fr=Gt.removeSync,gr=$e.mkdirpSync,Ar=et;function vr(e,t,n){try{hr.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)throw r;return function(e,t,n){const r={overwrite:n,errorOnExist:!0};return Cr(e,t,r),Fr(e)}(e,t,n)}}var Sr=function(e,t,n){const r=(n=n||{}).overwrite||n.clobber||!1,{srcStat:u,isChangingCase:o=!1}=Ar.checkPathsSync(e,t,"move",n);return Ar.checkParentPathsSync(e,u,t,"move"),function(e){const t=yr.dirname(e);return yr.parse(t).root===t}(t)||gr(yr.dirname(t)),function(e,t,n,r){if(r)return vr(e,t,n);if(n)return Fr(t),vr(e,t,n);if(hr.existsSync(t))throw new Error("dest already exists.");return vr(e,t,n)}(e,t,r,o)};var wr,Or,br,_r,Br,Pr={move:(0,re.fromCallback)(mr),moveSync:Sr},kr={...ne,...Ot,...Xt,...Rn,...ir,...$e,...Pr,...Xn,...Ge,...Gt},xr={},Nr={exports:{}},Ir={exports:{}};function Tr(){if(Or)return wr;Or=1;var e=1e3,t=60*e,n=60*t,r=24*n,u=7*r,o=365.25*r;function i(e,t,n,r){var u=t>=1.5*n;return Math.round(e/n)+" "+r+(u?"s":"")}return wr=function(s,c){c=c||{};var a=typeof s;if("string"===a&&s.length>0)return function(i){if((i=String(i)).length>100)return;var s=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(i);if(!s)return;var c=parseFloat(s[1]);switch((s[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return c*o;case"weeks":case"week":case"w":return c*u;case"days":case"day":case"d":return c*r;case"hours":case"hour":case"hrs":case"hr":case"h":return c*n;case"minutes":case"minute":case"mins":case"min":case"m":return c*t;case"seconds":case"second":case"secs":case"sec":case"s":return c*e;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return c;default:return}}(s);if("number"===a&&isFinite(s))return c.long?function(u){var o=Math.abs(u);if(o>=r)return i(u,o,r,"day");if(o>=n)return i(u,o,n,"hour");if(o>=t)return i(u,o,t,"minute");if(o>=e)return i(u,o,e,"second");return u+" ms"}(s):function(u){var o=Math.abs(u);if(o>=r)return Math.round(u/r)+"d";if(o>=n)return Math.round(u/n)+"h";if(o>=t)return Math.round(u/t)+"m";if(o>=e)return Math.round(u/e)+"s";return u+"ms"}(s);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(s))}}function Rr(){if(_r)return br;return _r=1,br=function(e){function t(e){let r,u,o,i=null;function s(...e){if(!s.enabled)return;const n=s,u=Number(new Date),o=u-(r||u);n.diff=o,n.prev=r,n.curr=u,r=u,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let i=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((r,u)=>{if("%%"===r)return"%";i++;const o=t.formatters[u];if("function"==typeof o){const t=e[i];r=o.call(n,t),e.splice(i,1),i--}return r})),t.formatArgs.call(n,e);(n.log||t.log).apply(n,e)}return s.namespace=e,s.useColors=t.useColors(),s.color=t.selectColor(e),s.extend=n,s.destroy=t.destroy,Object.defineProperty(s,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==i?i:(u!==t.namespaces&&(u=t.namespaces,o=t.enabled(e)),o),set:e=>{i=e}}),"function"==typeof t.init&&t.init(s),s}function n(e,n){const r=t(this.namespace+(void 0===n?":":n)+e);return r.log=this.log,r}function r(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){if(e instanceof Error)return e.stack||e.message;return e},t.disable=function(){const e=[...t.names.map(r),...t.skips.map(r).map((e=>"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){let n;t.save(e),t.namespaces=e,t.names=[],t.skips=[];const r=("string"==typeof e?e:"").split(/[\s,]+/),u=r.length;for(n=0;n{t[n]=e[n]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let n=0;for(let t=0;t{const n=e.startsWith("-")?"":1===e.length?"-":"--",r=t.indexOf(n+e),u=t.indexOf("--");return-1!==r&&(-1===u||r{}),"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."),t.colors=[6,2,3,4,5,1];try{const e=function(){if($r)return jr;$r=1;const e=E.default,t=A.default,n=Vr(),{env:r}=process;let u;function o(e){return 0!==e&&{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}function i(t,o){if(0===u)return 0;if(n("color=16m")||n("color=full")||n("color=truecolor"))return 3;if(n("color=256"))return 2;if(t&&!o&&void 0===u)return 0;const i=u||0;if("dumb"===r.TERM)return i;if("win32"===process.platform){const t=e.release().split(".");return Number(t[0])>=10&&Number(t[2])>=10586?Number(t[2])>=14931?3:2:1}if("CI"in r)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some((e=>e in r))||"codeship"===r.CI_NAME?1:i;if("TEAMCITY_VERSION"in r)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(r.TEAMCITY_VERSION)?1:0;if("truecolor"===r.COLORTERM)return 3;if("TERM_PROGRAM"in r){const e=parseInt((r.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(r.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(r.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(r.TERM)||"COLORTERM"in r?1:i}return n("no-color")||n("no-colors")||n("color=false")||n("color=never")?u=0:(n("color")||n("colors")||n("color=true")||n("color=always"))&&(u=1),"FORCE_COLOR"in r&&(u="true"===r.FORCE_COLOR?1:"false"===r.FORCE_COLOR?0:0===r.FORCE_COLOR.length?1:Math.min(parseInt(r.FORCE_COLOR,10),3)),jr={supportsColor:function(e){return o(i(e,e&&e.isTTY))},stdout:o(i(!0,t.isatty(1))),stderr:o(i(!0,t.isatty(2)))}}();e&&(e.stderr||e).level>=2&&(t.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch(e){}t.inspectOpts=Object.keys(process.env).filter((e=>/^debug_/i.test(e))).reduce(((e,t)=>{const n=t.substring(6).toLowerCase().replace(/_([a-z])/g,((e,t)=>t.toUpperCase()));let r=process.env[t];return r=!!/^(yes|on|true|enabled)$/i.test(r)||!/^(no|off|false|disabled)$/i.test(r)&&("null"===r?null:Number(r)),e[n]=r,e}),{}),e.exports=Rr()(t);const{formatters:u}=e.exports;u.o=function(e){return this.inspectOpts.colors=this.useColors,r.inspect(e,this.inspectOpts).split("\n").map((e=>e.trim())).join(" ")},u.O=function(e){return this.inspectOpts.colors=this.useColors,r.inspect(e,this.inspectOpts)}}(Gr,Gr.exports)),Gr.exports}Jr=Nr,"undefined"==typeof process||"renderer"===process.type||!0===process.browser||process.__nwjs?Jr.exports=(Br||(Br=1,function(e,t){t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const n="color: "+this.color;t.splice(1,0,n,"color: inherit");let r=0,u=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(r++,"%c"===e&&(u=r))})),t.splice(u,0,n)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug")}catch(e){}return!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e},t.useColors=function(){return!("undefined"==typeof window||!window.process||"renderer"!==window.process.type&&!window.process.__nwjs)||("undefined"==typeof navigator||!navigator.userAgent||!navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))&&("undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/))},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=Rr()(t);const{formatters:n}=e.exports;n.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}}(Ir,Ir.exports)),Ir.exports):Jr.exports=Ur();var Wr=function(e){return(e=e||{}).circles?function(e){var t=[],n=[];return e.proto?function e(u){if("object"!=typeof u||null===u)return u;if(u instanceof Date)return new Date(u);if(Array.isArray(u))return r(u,e);if(u instanceof Map)return new Map(r(Array.from(u),e));if(u instanceof Set)return new Set(r(Array.from(u),e));var o={};for(var i in t.push(u),n.push(o),u){var s=u[i];if("object"!=typeof s||null===s)o[i]=s;else if(s instanceof Date)o[i]=new Date(s);else if(s instanceof Map)o[i]=new Map(r(Array.from(s),e));else if(s instanceof Set)o[i]=new Set(r(Array.from(s),e));else if(ArrayBuffer.isView(s))o[i]=zr(s);else{var c=t.indexOf(s);o[i]=-1!==c?n[c]:e(s)}}return t.pop(),n.pop(),o}:function e(u){if("object"!=typeof u||null===u)return u;if(u instanceof Date)return new Date(u);if(Array.isArray(u))return r(u,e);if(u instanceof Map)return new Map(r(Array.from(u),e));if(u instanceof Set)return new Set(r(Array.from(u),e));var o={};for(var i in t.push(u),n.push(o),u)if(!1!==Object.hasOwnProperty.call(u,i)){var s=u[i];if("object"!=typeof s||null===s)o[i]=s;else if(s instanceof Date)o[i]=new Date(s);else if(s instanceof Map)o[i]=new Map(r(Array.from(s),e));else if(s instanceof Set)o[i]=new Set(r(Array.from(s),e));else if(ArrayBuffer.isView(s))o[i]=zr(s);else{var c=t.indexOf(s);o[i]=-1!==c?n[c]:e(s)}}return t.pop(),n.pop(),o};function r(e,r){for(var u=Object.keys(e),o=new Array(u.length),i=0;i!e,Qr=e=>e&&"object"==typeof e&&!Array.isArray(e),eu=(e,t,n)=>{(Array.isArray(t)?t:[t]).forEach((t=>{if(t)throw new Error(`Problem with log4js configuration: (${Kr.inspect(e,{depth:5})}) - ${n}`)}))};var tu={configure:e=>{qr("New configuration to be validated: ",e),eu(e,Zr(Qr(e)),"must be an object."),qr(`Calling pre-processing listeners (${Yr.length})`),Yr.forEach((t=>t(e))),qr("Configuration pre-processing finished."),qr(`Calling configuration listeners (${Xr.length})`),Xr.forEach((t=>t(e))),qr("Configuration finished.")},addListener:e=>{Xr.push(e),qr(`Added listener, now ${Xr.length} listeners`)},addPreProcessingListener:e=>{Yr.push(e),qr(`Added pre-processing listener, now ${Yr.length} listeners`)},throwExceptionIf:eu,anObject:Qr,anInteger:e=>e&&"number"==typeof e&&Number.isInteger(e),validIdentifier:e=>/^[A-Za-z][A-Za-z0-9_]*$/g.test(e),not:Zr},nu={exports:{}};!function(e){function t(e,t){for(var n=e.toString();n.length-1?s:c,l=n(u.getHours()),f=n(u.getMinutes()),d=n(u.getSeconds()),D=t(u.getMilliseconds(),3),p=function(e){var t=Math.abs(e),n=String(Math.floor(t/60)),r=String(t%60);return n=("0"+n).slice(-2),r=("0"+r).slice(-2),0===e?"Z":(e<0?"+":"-")+n+":"+r}(u.getTimezoneOffset());return r.replace(/dd/g,o).replace(/MM/g,i).replace(/y{1,4}/g,a).replace(/hh/g,l).replace(/mm/g,f).replace(/ss/g,d).replace(/SSS/g,D).replace(/O/g,p)}function u(e,t,n,r){e["set"+(r?"":"UTC")+t](n)}e.exports=r,e.exports.asString=r,e.exports.parse=function(t,n,r){if(!t)throw new Error("pattern must be supplied");return function(t,n,r){var o=t.indexOf("O")<0,i=!1,s=[{pattern:/y{1,4}/,regexp:"\\d{1,4}",fn:function(e,t){u(e,"FullYear",t,o)}},{pattern:/MM/,regexp:"\\d{1,2}",fn:function(e,t){u(e,"Month",t-1,o),e.getMonth()!==t-1&&(i=!0)}},{pattern:/dd/,regexp:"\\d{1,2}",fn:function(e,t){i&&u(e,"Month",e.getMonth()-1,o),u(e,"Date",t,o)}},{pattern:/hh/,regexp:"\\d{1,2}",fn:function(e,t){u(e,"Hours",t,o)}},{pattern:/mm/,regexp:"\\d\\d",fn:function(e,t){u(e,"Minutes",t,o)}},{pattern:/ss/,regexp:"\\d\\d",fn:function(e,t){u(e,"Seconds",t,o)}},{pattern:/SSS/,regexp:"\\d\\d\\d",fn:function(e,t){u(e,"Milliseconds",t,o)}},{pattern:/O/,regexp:"[+-]\\d{1,2}:?\\d{2}?|Z",fn:function(e,t){t="Z"===t?0:t.replace(":","");var n=Math.abs(t),r=(t>0?-1:1)*(n%100+60*Math.floor(n/100));e.setUTCMinutes(e.getUTCMinutes()+r)}}],c=s.reduce((function(e,t){return t.pattern.test(e.regexp)?(t.index=e.regexp.match(t.pattern).index,e.regexp=e.regexp.replace(t.pattern,"("+t.regexp+")")):t.index=-1,e}),{regexp:t,index:[]}),a=s.filter((function(e){return e.index>-1}));a.sort((function(e,t){return e.index-t.index}));var l=new RegExp(c.regexp).exec(n);if(l){var f=r||e.exports.now();return a.forEach((function(e,t){e.fn(f,l[t+1])})),f}throw new Error("String '"+n+"' could not be parsed as '"+t+"'")}(t,n,r)},e.exports.now=function(){return new Date},e.exports.ISO8601_FORMAT="yyyy-MM-ddThh:mm:ss.SSS",e.exports.ISO8601_WITH_TZ_OFFSET_FORMAT="yyyy-MM-ddThh:mm:ss.SSSO",e.exports.DATETIME_FORMAT="dd MM yyyy hh:mm:ss.SSS",e.exports.ABSOLUTETIME_FORMAT="hh:mm:ss.SSS"}(nu);const ru=nu.exports,uu=E.default,ou=F.default,iu=p.default,su={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[90,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[91,39],yellow:[33,39]};function cu(e){return e?`[${su[e][0]}m`:""}function au(e){return e?`[${su[e][1]}m`:""}function lu(e,t){return n=ou.format("[%s] [%s] %s - ",ru.asString(e.startTime),e.level.toString(),e.categoryName),cu(r=t)+n+au(r);var n,r}function fu(e){return lu(e)+ou.format(...e.data)}function du(e){return lu(e,e.level.colour)+ou.format(...e.data)}function Du(e){return ou.format(...e.data)}function pu(e){return e.data[0]}function Eu(e,t){const n=/%(-?[0-9]+)?(\.?-?[0-9]+)?([[\]cdhmnprzxXyflos%])(\{([^}]+)\})?|([^%]+)/;function r(e){return e&&e.pid?e.pid.toString():process.pid.toString()}e=e||"%r %p %c - %m%n";const u={c:function(e,t){let n=e.categoryName;if(t){const e=parseInt(t,10),r=n.split(".");ee&&(n=r.slice(-e).join(iu.sep))}return n},l:function(e){return e.lineNumber?`${e.lineNumber}`:""},o:function(e){return e.columnNumber?`${e.columnNumber}`:""},s:function(e){return e.callStack||""}};function o(e,t,n){return u[e](t,n)}function i(e,t,n){let r=e;return r=function(e,t){let n;return e?(n=parseInt(e.substr(1),10),n>0?t.slice(0,n):t.slice(n)):t}(t,r),r=function(e,t){let n;if(e)if("-"===e.charAt(0))for(n=parseInt(e.substr(1),10);t.lengthDu,basic:()=>fu,colored:()=>du,coloured:()=>du,pattern:e=>Eu(e&&e.pattern,e&&e.tokens),dummy:()=>pu};var hu={basicLayout:fu,messagePassThroughLayout:Du,patternLayout:Eu,colouredLayout:du,coloredLayout:du,dummyLayout:pu,addLayout(e,t){mu[e]=t},layout:(e,t)=>mu[e]&&mu[e](t)};const yu=tu,Cu=["white","grey","black","blue","cyan","green","magenta","red","yellow"];class Fu{constructor(e,t,n){this.level=e,this.levelStr=t,this.colour=n}toString(){return this.levelStr}static getLevel(e,t){return e?e instanceof Fu?e:(e instanceof Object&&e.levelStr&&(e=e.levelStr),Fu[e.toString().toUpperCase()]||t):t}static addLevels(e){if(e){Object.keys(e).forEach((t=>{const n=t.toUpperCase();Fu[n]=new Fu(e[t].value,n,e[t].colour);const r=Fu.levels.findIndex((e=>e.levelStr===n));r>-1?Fu.levels[r]=Fu[n]:Fu.levels.push(Fu[n])})),Fu.levels.sort(((e,t)=>e.level-t.level))}}isLessThanOrEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level<=e.level}isGreaterThanOrEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level>=e.level}isEqualTo(e){return"string"==typeof e&&(e=Fu.getLevel(e)),this.level===e.level}}Fu.levels=[],Fu.addLevels({ALL:{value:Number.MIN_VALUE,colour:"grey"},TRACE:{value:5e3,colour:"blue"},DEBUG:{value:1e4,colour:"cyan"},INFO:{value:2e4,colour:"green"},WARN:{value:3e4,colour:"yellow"},ERROR:{value:4e4,colour:"red"},FATAL:{value:5e4,colour:"magenta"},MARK:{value:9007199254740992,colour:"grey"},OFF:{value:Number.MAX_VALUE,colour:"grey"}}),yu.addListener((e=>{const t=e.levels;if(t){yu.throwExceptionIf(e,yu.not(yu.anObject(t)),"levels must be an object");Object.keys(t).forEach((n=>{yu.throwExceptionIf(e,yu.not(yu.validIdentifier(n)),`level name "${n}" is not a valid identifier (must start with a letter, only contain A-Z,a-z,0-9,_)`),yu.throwExceptionIf(e,yu.not(yu.anObject(t[n])),`level "${n}" must be an object`),yu.throwExceptionIf(e,yu.not(t[n].value),`level "${n}" must have a 'value' property`),yu.throwExceptionIf(e,yu.not(yu.anInteger(t[n].value)),`level "${n}".value must have an integer value`),yu.throwExceptionIf(e,yu.not(t[n].colour),`level "${n}" must have a 'colour' property`),yu.throwExceptionIf(e,yu.not(Cu.indexOf(t[n].colour)>-1),`level "${n}".colour must be one of ${Cu.join(", ")}`)}))}})),yu.addListener((e=>{Fu.addLevels(e.levels)}));var gu=Fu,Au={exports:{}},vu={};/*! (c) 2020 Andrea Giammarchi */ +const{parse:Su,stringify:wu}=JSON,{keys:Ou}=Object,bu=String,_u="string",Bu={},Pu="object",ku=(e,t)=>t,xu=e=>e instanceof bu?bu(e):e,Nu=(e,t)=>typeof t===_u?new bu(t):t,Iu=(e,t,n,r)=>{const u=[];for(let o=Ou(n),{length:i}=o,s=0;s{const r=bu(t.push(n)-1);return e.set(n,r),r},Ru=(e,t)=>{const n=Su(e,Nu).map(xu),r=n[0],u=t||ku,o=typeof r===Pu&&r?Iu(n,new Set,r,u):r;return u.call({"":o},"",o)};vu.parse=Ru;const Mu=(e,t,n)=>{const r=t&&typeof t===Pu?(e,n)=>""===e||-1Su(Mu(e));vu.fromJSON=e=>Ru(wu(e));const Lu=vu,ju=gu;class $u{constructor(e,t,n,r,u){this.startTime=new Date,this.categoryName=e,this.data=n,this.level=t,this.context=Object.assign({},r),this.pid=process.pid,u&&(this.functionName=u.functionName,this.fileName=u.fileName,this.lineNumber=u.lineNumber,this.columnNumber=u.columnNumber,this.callStack=u.callStack)}serialise(){const e=this.data.map((e=>(e&&e.message&&e.stack&&(e=Object.assign({message:e.message,stack:e.stack},e)),e)));return this.data=e,Lu.stringify(this)}static deserialise(e){let t;try{const n=Lu.parse(e);n.data=n.data.map((e=>{if(e&&e.message&&e.stack){const t=new Error(e);Object.keys(e).forEach((n=>{t[n]=e[n]})),e=t}return e})),t=new $u(n.categoryName,ju.getLevel(n.level.levelStr),n.data,n.context),t.startTime=new Date(n.startTime),t.pid=n.pid,t.cluster=n.cluster}catch(n){t=new $u("log4js",ju.ERROR,["Unable to parse log:",e,"because: ",n])}return t}}var Hu=$u;const Ju=Nr.exports("log4js:clustering"),Gu=Hu,Vu=tu;let Uu=!1,Wu=null;try{Wu=require("cluster")}catch(e){Ju("cluster module not present"),Uu=!0}const zu=[];let Ku=!1,qu="NODE_APP_INSTANCE";const Yu=()=>Ku&&"0"===process.env[qu],Xu=()=>Uu||Wu.isMaster||Yu(),Zu=e=>{zu.forEach((t=>t(e)))},Qu=(e,t)=>{if(Ju("cluster message received from worker ",e,": ",t),e.topic&&e.data&&(t=e,e=void 0),t&&t.topic&&"log4js:message"===t.topic){Ju("received message: ",t.data);const e=Gu.deserialise(t.data);Zu(e)}};Uu||Vu.addListener((e=>{zu.length=0,({pm2:Ku,disableClustering:Uu,pm2InstanceVar:qu="NODE_APP_INSTANCE"}=e),Ju(`clustering disabled ? ${Uu}`),Ju(`cluster.isMaster ? ${Wu&&Wu.isMaster}`),Ju(`pm2 enabled ? ${Ku}`),Ju(`pm2InstanceVar = ${qu}`),Ju(`process.env[${qu}] = ${process.env[qu]}`),Ku&&process.removeListener("message",Qu),Wu&&Wu.removeListener&&Wu.removeListener("message",Qu),Uu||e.disableClustering?Ju("Not listening for cluster messages, because clustering disabled."):Yu()?(Ju("listening for PM2 broadcast messages"),process.on("message",Qu)):Wu.isMaster?(Ju("listening for cluster messages"),Wu.on("message",Qu)):Ju("not listening for messages, because we are not a master process")}));var eo={onlyOnMaster:(e,t)=>Xu()?e():t,isMaster:Xu,send:e=>{Xu()?Zu(e):(Ku||(e.cluster={workerId:Wu.worker.id,worker:process.pid}),process.send({topic:"log4js:message",data:e.serialise()}))},onMessage:e=>{zu.push(e)}},to={};function no(e){if("number"==typeof e&&Number.isInteger(e))return e;const t={K:1024,M:1048576,G:1073741824},n=Object.keys(t),r=e.substr(e.length-1).toLocaleUpperCase(),u=e.substring(0,e.length-1).trim();if(n.indexOf(r)<0||!Number.isInteger(Number(u)))throw Error(`maxLogSize: "${e}" is invalid`);return u*t[r]}function ro(e){return function(e,t){const n=Object.assign({},t);return Object.keys(e).forEach((r=>{n[r]&&(n[r]=e[r](t[r]))})),n}({maxLogSize:no},e)}const uo={file:ro,fileSync:ro};to.modifyConfig=e=>uo[e.type]?uo[e.type](e):e;var oo={};const io=console.log.bind(console);oo.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{io(e(n,t))}}(n,e.timezoneOffset)};var so={};so.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{process.stdout.write(`${e(n,t)}\n`)}}(n,e.timezoneOffset)};var co={};co.configure=function(e,t){let n=t.colouredLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){return n=>{process.stderr.write(`${e(n,t)}\n`)}}(n,e.timezoneOffset)};var ao={};ao.configure=function(e,t,n,r){const u=n(e.appender);return function(e,t,n,r){const u=r.getLevel(e),o=r.getLevel(t,r.FATAL);return e=>{const t=e.level;t.isGreaterThanOrEqualTo(u)&&t.isLessThanOrEqualTo(o)&&n(e)}}(e.level,e.maxLevel,u,r)};var lo={};const fo=Nr.exports("log4js:categoryFilter");lo.configure=function(e,t,n){const r=n(e.appender);return function(e,t){return"string"==typeof e&&(e=[e]),n=>{fo(`Checking ${n.categoryName} against ${e}`),-1===e.indexOf(n.categoryName)&&(fo("Not excluded, sending to appender"),t(n))}}(e.exclude,r)};var Do={};const po=Nr.exports("log4js:noLogFilter");Do.configure=function(e,t,n){const r=n(e.appender);return function(e,t){return n=>{po(`Checking data: ${n.data} against filters: ${e}`),"string"==typeof e&&(e=[e]),e=e.filter((e=>null!=e&&""!==e));const r=new RegExp(e.join("|"),"i");(0===e.length||n.data.findIndex((e=>r.test(e)))<0)&&(po("Not excluded, sending to appender"),t(n))}}(e.exclude,r)};var Eo={},mo={exports:{}},ho={},yo={fromCallback:function(e){return Object.defineProperty((function(){if("function"!=typeof arguments[arguments.length-1])return new Promise(((t,n)=>{arguments[arguments.length]=(e,r)=>{if(e)return n(e);t(r)},arguments.length++,e.apply(this,arguments)}));e.apply(this,arguments)}),"name",{value:e.name})},fromPromise:function(e){return Object.defineProperty((function(){const t=arguments[arguments.length-1];if("function"!=typeof t)return e.apply(this,arguments);e.apply(this,arguments).then((e=>t(null,e)),t)}),"name",{value:e.name})}};!function(e){const t=yo.fromCallback,n=we,r=["access","appendFile","chmod","chown","close","copyFile","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","lchown","lchmod","link","lstat","mkdir","mkdtemp","open","readFile","readdir","readlink","realpath","rename","rmdir","stat","symlink","truncate","unlink","utimes","writeFile"].filter((e=>"function"==typeof n[e]));Object.keys(n).forEach((t=>{"promises"!==t&&(e[t]=n[t])})),r.forEach((r=>{e[r]=t(n[r])})),e.exists=function(e,t){return"function"==typeof t?n.exists(e,t):new Promise((t=>n.exists(e,t)))},e.read=function(e,t,r,u,o,i){return"function"==typeof i?n.read(e,t,r,u,o,i):new Promise(((i,s)=>{n.read(e,t,r,u,o,((e,t,n)=>{if(e)return s(e);i({bytesRead:t,buffer:n})}))}))},e.write=function(e,t,...r){return"function"==typeof r[r.length-1]?n.write(e,t,...r):new Promise(((u,o)=>{n.write(e,t,...r,((e,t,n)=>{if(e)return o(e);u({bytesWritten:t,buffer:n})}))}))},"function"==typeof n.realpath.native&&(e.realpath.native=t(n.realpath.native))}(ho);const Co=p.default;function Fo(e){return(e=Co.normalize(Co.resolve(e)).split(Co.sep)).length>0?e[0]:null}const go=/[<>:"|?*]/;var Ao=function(e){const t=Fo(e);return e=e.replace(t,""),go.test(e)};const vo=we,So=p.default,wo=Ao,Oo=parseInt("0777",8);var bo=function e(t,n,r,u){if("function"==typeof n?(r=n,n={}):n&&"object"==typeof n||(n={mode:n}),"win32"===process.platform&&wo(t)){const e=new Error(t+" contains invalid WIN32 path characters.");return e.code="EINVAL",r(e)}let o=n.mode;const i=n.fs||vo;void 0===o&&(o=Oo&~process.umask()),u||(u=null),r=r||function(){},t=So.resolve(t),i.mkdir(t,o,(o=>{if(!o)return r(null,u=u||t);if("ENOENT"===o.code){if(So.dirname(t)===t)return r(o);e(So.dirname(t),n,((u,o)=>{u?r(u,o):e(t,n,r,o)}))}else i.stat(t,((e,t)=>{e||!t.isDirectory()?r(o,u):r(null,u)}))}))};const _o=we,Bo=p.default,Po=Ao,ko=parseInt("0777",8);var xo=function e(t,n,r){n&&"object"==typeof n||(n={mode:n});let u=n.mode;const o=n.fs||_o;if("win32"===process.platform&&Po(t)){const e=new Error(t+" contains invalid WIN32 path characters.");throw e.code="EINVAL",e}void 0===u&&(u=ko&~process.umask()),r||(r=null),t=Bo.resolve(t);try{o.mkdirSync(t,u),r=r||t}catch(u){if("ENOENT"===u.code){if(Bo.dirname(t)===t)throw u;r=e(Bo.dirname(t),n,r),e(t,n,r)}else{let e;try{e=o.statSync(t)}catch(e){throw u}if(!e.isDirectory())throw u}}return r};const No=(0,yo.fromCallback)(bo);var Io={mkdirs:No,mkdirsSync:xo,mkdirp:No,mkdirpSync:xo,ensureDir:No,ensureDirSync:xo};const To=we;E.default,p.default;var Ro=function(e,t,n,r){To.open(e,"r+",((e,u)=>{if(e)return r(e);To.futimes(u,t,n,(e=>{To.close(u,(t=>{r&&r(e||t)}))}))}))},Mo=function(e,t,n){const r=To.openSync(e,"r+");return To.futimesSync(r,t,n),To.closeSync(r)};const Lo=we,jo=p.default,$o=10,Ho=5,Jo=0,Go=process.versions.node.split("."),Vo=Number.parseInt(Go[0],10),Uo=Number.parseInt(Go[1],10),Wo=Number.parseInt(Go[2],10);function zo(){if(Vo>$o)return!0;if(Vo===$o){if(Uo>Ho)return!0;if(Uo===Ho&&Wo>=Jo)return!0}return!1}function Ko(e,t){const n=jo.resolve(e).split(jo.sep).filter((e=>e)),r=jo.resolve(t).split(jo.sep).filter((e=>e));return n.reduce(((e,t,n)=>e&&r[n]===t),!0)}function qo(e,t,n){return`Cannot ${n} '${e}' to a subdirectory of itself, '${t}'.`}var Yo,Xo,Zo={checkPaths:function(e,t,n,r){!function(e,t,n){zo()?Lo.stat(e,{bigint:!0},((e,r)=>{if(e)return n(e);Lo.stat(t,{bigint:!0},((e,t)=>e?"ENOENT"===e.code?n(null,{srcStat:r,destStat:null}):n(e):n(null,{srcStat:r,destStat:t})))})):Lo.stat(e,((e,r)=>{if(e)return n(e);Lo.stat(t,((e,t)=>e?"ENOENT"===e.code?n(null,{srcStat:r,destStat:null}):n(e):n(null,{srcStat:r,destStat:t})))}))}(e,t,((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;return s&&s.ino&&s.dev&&s.ino===i.ino&&s.dev===i.dev?r(new Error("Source and destination must not be the same.")):i.isDirectory()&&Ko(e,t)?r(new Error(qo(e,t,n))):r(null,{srcStat:i,destStat:s})}))},checkPathsSync:function(e,t,n){const{srcStat:r,destStat:u}=function(e,t){let n,r;n=zo()?Lo.statSync(e,{bigint:!0}):Lo.statSync(e);try{r=zo()?Lo.statSync(t,{bigint:!0}):Lo.statSync(t)}catch(e){if("ENOENT"===e.code)return{srcStat:n,destStat:null};throw e}return{srcStat:n,destStat:r}}(e,t);if(u&&u.ino&&u.dev&&u.ino===r.ino&&u.dev===r.dev)throw new Error("Source and destination must not be the same.");if(r.isDirectory()&&Ko(e,t))throw new Error(qo(e,t,n));return{srcStat:r,destStat:u}},checkParentPaths:function e(t,n,r,u,o){const i=jo.resolve(jo.dirname(t)),s=jo.resolve(jo.dirname(r));if(s===i||s===jo.parse(s).root)return o();zo()?Lo.stat(s,{bigint:!0},((i,c)=>i?"ENOENT"===i.code?o():o(i):c.ino&&c.dev&&c.ino===n.ino&&c.dev===n.dev?o(new Error(qo(t,r,u))):e(t,n,s,u,o))):Lo.stat(s,((i,c)=>i?"ENOENT"===i.code?o():o(i):c.ino&&c.dev&&c.ino===n.ino&&c.dev===n.dev?o(new Error(qo(t,r,u))):e(t,n,s,u,o)))},checkParentPathsSync:function e(t,n,r,u){const o=jo.resolve(jo.dirname(t)),i=jo.resolve(jo.dirname(r));if(i===o||i===jo.parse(i).root)return;let s;try{s=zo()?Lo.statSync(i,{bigint:!0}):Lo.statSync(i)}catch(e){if("ENOENT"===e.code)return;throw e}if(s.ino&&s.dev&&s.ino===n.ino&&s.dev===n.dev)throw new Error(qo(t,r,u));return e(t,n,i,u)},isSrcSubdir:Ko};const Qo=we,ei=p.default,ti=Io.mkdirsSync,ni=Mo,ri=Zo;function ui(e,t,n,r){if(!r.filter||r.filter(t,n))return function(e,t,n,r){const u=r.dereference?Qo.statSync:Qo.lstatSync,o=u(t);if(o.isDirectory())return function(e,t,n,r,u){if(!t)return function(e,t,n,r){return Qo.mkdirSync(n),ii(t,n,r),Qo.chmodSync(n,e.mode)}(e,n,r,u);if(t&&!t.isDirectory())throw new Error(`Cannot overwrite non-directory '${r}' with directory '${n}'.`);return ii(n,r,u)}(o,e,t,n,r);if(o.isFile()||o.isCharacterDevice()||o.isBlockDevice())return function(e,t,n,r,u){return t?function(e,t,n,r){if(r.overwrite)return Qo.unlinkSync(n),oi(e,t,n,r);if(r.errorOnExist)throw new Error(`'${n}' already exists`)}(e,n,r,u):oi(e,n,r,u)}(o,e,t,n,r);if(o.isSymbolicLink())return function(e,t,n,r){let u=Qo.readlinkSync(t);r.dereference&&(u=ei.resolve(process.cwd(),u));if(e){let e;try{e=Qo.readlinkSync(n)}catch(e){if("EINVAL"===e.code||"UNKNOWN"===e.code)return Qo.symlinkSync(u,n);throw e}if(r.dereference&&(e=ei.resolve(process.cwd(),e)),ri.isSrcSubdir(u,e))throw new Error(`Cannot copy '${u}' to a subdirectory of itself, '${e}'.`);if(Qo.statSync(n).isDirectory()&&ri.isSrcSubdir(e,u))throw new Error(`Cannot overwrite '${e}' with '${u}'.`);return function(e,t){return Qo.unlinkSync(t),Qo.symlinkSync(e,t)}(u,n)}return Qo.symlinkSync(u,n)}(e,t,n,r)}(e,t,n,r)}function oi(e,t,n,r){return"function"==typeof Qo.copyFileSync?(Qo.copyFileSync(t,n),Qo.chmodSync(n,e.mode),r.preserveTimestamps?ni(n,e.atime,e.mtime):void 0):function(e,t,n,r){const u=65536,o=(Xo?Yo:(Xo=1,Yo=function(e){if("function"==typeof Buffer.allocUnsafe)try{return Buffer.allocUnsafe(e)}catch(t){return new Buffer(e)}return new Buffer(e)}))(u),i=Qo.openSync(t,"r"),s=Qo.openSync(n,"w",e.mode);let c=0;for(;cfunction(e,t,n,r){const u=ei.join(t,e),o=ei.join(n,e),{destStat:i}=ri.checkPathsSync(u,o,"copy");return ui(i,u,o,r)}(r,e,t,n)))}var si=function(e,t,n){"function"==typeof n&&(n={filter:n}),(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269");const{srcStat:r,destStat:u}=ri.checkPathsSync(e,t,"copy");return ri.checkParentPathsSync(e,r,t,"copy"),function(e,t,n,r){if(r.filter&&!r.filter(t,n))return;const u=ei.dirname(n);Qo.existsSync(u)||ti(u);return ui(e,t,n,r)}(u,e,t,n)},ci={copySync:si};const ai=yo.fromPromise,li=ho;var fi={pathExists:ai((function(e){return li.access(e).then((()=>!0)).catch((()=>!1))})),pathExistsSync:li.existsSync};const di=we,Di=p.default,pi=Io.mkdirs,Ei=fi.pathExists,mi=Ro,hi=Zo;function yi(e,t,n,r,u){const o=Di.dirname(n);Ei(o,((i,s)=>i?u(i):s?Fi(e,t,n,r,u):void pi(o,(o=>o?u(o):Fi(e,t,n,r,u)))))}function Ci(e,t,n,r,u,o){Promise.resolve(u.filter(n,r)).then((i=>i?e(t,n,r,u,o):o()),(e=>o(e)))}function Fi(e,t,n,r,u){return r.filter?Ci(gi,e,t,n,r,u):gi(e,t,n,r,u)}function gi(e,t,n,r,u){(r.dereference?di.stat:di.lstat)(t,((o,i)=>o?u(o):i.isDirectory()?function(e,t,n,r,u,o){if(!t)return function(e,t,n,r,u){di.mkdir(n,(o=>{if(o)return u(o);Si(t,n,r,(t=>t?u(t):di.chmod(n,e.mode,u)))}))}(e,n,r,u,o);if(t&&!t.isDirectory())return o(new Error(`Cannot overwrite non-directory '${r}' with directory '${n}'.`));return Si(n,r,u,o)}(i,e,t,n,r,u):i.isFile()||i.isCharacterDevice()||i.isBlockDevice()?function(e,t,n,r,u,o){return t?function(e,t,n,r,u){if(!r.overwrite)return r.errorOnExist?u(new Error(`'${n}' already exists`)):u();di.unlink(n,(o=>o?u(o):Ai(e,t,n,r,u)))}(e,n,r,u,o):Ai(e,n,r,u,o)}(i,e,t,n,r,u):i.isSymbolicLink()?function(e,t,n,r,u){di.readlink(t,((t,o)=>t?u(t):(r.dereference&&(o=Di.resolve(process.cwd(),o)),e?void di.readlink(n,((t,i)=>t?"EINVAL"===t.code||"UNKNOWN"===t.code?di.symlink(o,n,u):u(t):(r.dereference&&(i=Di.resolve(process.cwd(),i)),hi.isSrcSubdir(o,i)?u(new Error(`Cannot copy '${o}' to a subdirectory of itself, '${i}'.`)):e.isDirectory()&&hi.isSrcSubdir(i,o)?u(new Error(`Cannot overwrite '${i}' with '${o}'.`)):function(e,t,n){di.unlink(t,(r=>r?n(r):di.symlink(e,t,n)))}(o,n,u)))):di.symlink(o,n,u))))}(e,t,n,r,u):void 0))}function Ai(e,t,n,r,u){return"function"==typeof di.copyFile?di.copyFile(t,n,(t=>t?u(t):vi(e,n,r,u))):function(e,t,n,r,u){const o=di.createReadStream(t);o.on("error",(e=>u(e))).once("open",(()=>{const t=di.createWriteStream(n,{mode:e.mode});t.on("error",(e=>u(e))).on("open",(()=>o.pipe(t))).once("close",(()=>vi(e,n,r,u)))}))}(e,t,n,r,u)}function vi(e,t,n,r){di.chmod(t,e.mode,(u=>u?r(u):n.preserveTimestamps?mi(t,e.atime,e.mtime,r):r()))}function Si(e,t,n,r){di.readdir(e,((u,o)=>u?r(u):wi(o,e,t,n,r)))}function wi(e,t,n,r,u){const o=e.pop();return o?function(e,t,n,r,u,o){const i=Di.join(n,t),s=Di.join(r,t);hi.checkPaths(i,s,"copy",((t,c)=>{if(t)return o(t);const{destStat:a}=c;Fi(a,i,s,u,(t=>t?o(t):wi(e,n,r,u,o)))}))}(e,o,t,n,r,u):u()}var Oi=function(e,t,n,r){"function"!=typeof n||r?"function"==typeof n&&(n={filter:n}):(r=n,n={}),r=r||function(){},(n=n||{}).clobber=!("clobber"in n)||!!n.clobber,n.overwrite="overwrite"in n?!!n.overwrite:n.clobber,n.preserveTimestamps&&"ia32"===process.arch&&console.warn("fs-extra: Using the preserveTimestamps option in 32-bit node is not recommended;\n\n see https://github.com/jprichardson/node-fs-extra/issues/269"),hi.checkPaths(e,t,"copy",((u,o)=>{if(u)return r(u);const{srcStat:i,destStat:s}=o;hi.checkParentPaths(e,i,t,"copy",(u=>u?r(u):n.filter?Ci(yi,s,e,t,n,r):yi(s,e,t,n,r)))}))};var bi={copy:(0,yo.fromCallback)(Oi)};const _i=we,Bi=p.default,Pi=g.default,ki="win32"===process.platform;function xi(e){["unlink","chmod","stat","lstat","rmdir","readdir"].forEach((t=>{e[t]=e[t]||_i[t],e[t+="Sync"]=e[t]||_i[t]})),e.maxBusyTries=e.maxBusyTries||3}function Ni(e,t,n){let r=0;"function"==typeof t&&(n=t,t={}),Pi(e,"rimraf: missing path"),Pi.strictEqual(typeof e,"string","rimraf: path should be a string"),Pi.strictEqual(typeof n,"function","rimraf: callback function required"),Pi(t,"rimraf: invalid options argument provided"),Pi.strictEqual(typeof t,"object","rimraf: options should be object"),xi(t),Ii(e,t,(function u(o){if(o){if(("EBUSY"===o.code||"ENOTEMPTY"===o.code||"EPERM"===o.code)&&rIi(e,t,u)),100*r)}"ENOENT"===o.code&&(o=null)}n(o)}))}function Ii(e,t,n){Pi(e),Pi(t),Pi("function"==typeof n),t.lstat(e,((r,u)=>r&&"ENOENT"===r.code?n(null):r&&"EPERM"===r.code&&ki?Ti(e,t,r,n):u&&u.isDirectory()?Mi(e,t,r,n):void t.unlink(e,(r=>{if(r){if("ENOENT"===r.code)return n(null);if("EPERM"===r.code)return ki?Ti(e,t,r,n):Mi(e,t,r,n);if("EISDIR"===r.code)return Mi(e,t,r,n)}return n(r)}))))}function Ti(e,t,n,r){Pi(e),Pi(t),Pi("function"==typeof r),n&&Pi(n instanceof Error),t.chmod(e,438,(u=>{u?r("ENOENT"===u.code?null:n):t.stat(e,((u,o)=>{u?r("ENOENT"===u.code?null:n):o.isDirectory()?Mi(e,t,n,r):t.unlink(e,r)}))}))}function Ri(e,t,n){let r;Pi(e),Pi(t),n&&Pi(n instanceof Error);try{t.chmodSync(e,438)}catch(e){if("ENOENT"===e.code)return;throw n}try{r=t.statSync(e)}catch(e){if("ENOENT"===e.code)return;throw n}r.isDirectory()?ji(e,t,n):t.unlinkSync(e)}function Mi(e,t,n,r){Pi(e),Pi(t),n&&Pi(n instanceof Error),Pi("function"==typeof r),t.rmdir(e,(u=>{!u||"ENOTEMPTY"!==u.code&&"EEXIST"!==u.code&&"EPERM"!==u.code?u&&"ENOTDIR"===u.code?r(n):r(u):function(e,t,n){Pi(e),Pi(t),Pi("function"==typeof n),t.readdir(e,((r,u)=>{if(r)return n(r);let o,i=u.length;if(0===i)return t.rmdir(e,n);u.forEach((r=>{Ni(Bi.join(e,r),t,(r=>{if(!o)return r?n(o=r):void(0==--i&&t.rmdir(e,n))}))}))}))}(e,t,r)}))}function Li(e,t){let n;xi(t=t||{}),Pi(e,"rimraf: missing path"),Pi.strictEqual(typeof e,"string","rimraf: path should be a string"),Pi(t,"rimraf: missing options"),Pi.strictEqual(typeof t,"object","rimraf: options should be object");try{n=t.lstatSync(e)}catch(n){if("ENOENT"===n.code)return;"EPERM"===n.code&&ki&&Ri(e,t,n)}try{n&&n.isDirectory()?ji(e,t,null):t.unlinkSync(e)}catch(n){if("ENOENT"===n.code)return;if("EPERM"===n.code)return ki?Ri(e,t,n):ji(e,t,n);if("EISDIR"!==n.code)throw n;ji(e,t,n)}}function ji(e,t,n){Pi(e),Pi(t),n&&Pi(n instanceof Error);try{t.rmdirSync(e)}catch(r){if("ENOTDIR"===r.code)throw n;if("ENOTEMPTY"===r.code||"EEXIST"===r.code||"EPERM"===r.code)!function(e,t){if(Pi(e),Pi(t),t.readdirSync(e).forEach((n=>Li(Bi.join(e,n),t))),!ki){return t.rmdirSync(e,t)}{const n=Date.now();do{try{return t.rmdirSync(e,t)}catch(e){}}while(Date.now()-n<500)}}(e,t);else if("ENOENT"!==r.code)throw r}}var $i=Ni;Ni.sync=Li;const Hi=$i;var Ji={remove:(0,yo.fromCallback)(Hi),removeSync:Hi.sync};const Gi=yo.fromCallback,Vi=we,Ui=p.default,Wi=Io,zi=Ji,Ki=Gi((function(e,t){t=t||function(){},Vi.readdir(e,((n,r)=>{if(n)return Wi.mkdirs(e,t);r=r.map((t=>Ui.join(e,t))),function e(){const n=r.pop();if(!n)return t();zi.remove(n,(n=>{if(n)return t(n);e()}))}()}))}));function qi(e){let t;try{t=Vi.readdirSync(e)}catch(t){return Wi.mkdirsSync(e)}t.forEach((t=>{t=Ui.join(e,t),zi.removeSync(t)}))}var Yi={emptyDirSync:qi,emptydirSync:qi,emptyDir:Ki,emptydir:Ki};const Xi=yo.fromCallback,Zi=p.default,Qi=we,es=Io,ts=fi.pathExists;var ns={createFile:Xi((function(e,t){function n(){Qi.writeFile(e,"",(e=>{if(e)return t(e);t()}))}Qi.stat(e,((r,u)=>{if(!r&&u.isFile())return t();const o=Zi.dirname(e);ts(o,((e,r)=>e?t(e):r?n():void es.mkdirs(o,(e=>{if(e)return t(e);n()}))))}))})),createFileSync:function(e){let t;try{t=Qi.statSync(e)}catch(e){}if(t&&t.isFile())return;const n=Zi.dirname(e);Qi.existsSync(n)||es.mkdirsSync(n),Qi.writeFileSync(e,"")}};const rs=yo.fromCallback,us=p.default,os=we,is=Io,ss=fi.pathExists;var cs={createLink:rs((function(e,t,n){function r(e,t){os.link(e,t,(e=>{if(e)return n(e);n(null)}))}ss(t,((u,o)=>u?n(u):o?n(null):void os.lstat(e,(u=>{if(u)return u.message=u.message.replace("lstat","ensureLink"),n(u);const o=us.dirname(t);ss(o,((u,i)=>u?n(u):i?r(e,t):void is.mkdirs(o,(u=>{if(u)return n(u);r(e,t)}))))}))))})),createLinkSync:function(e,t){if(os.existsSync(t))return;try{os.lstatSync(e)}catch(e){throw e.message=e.message.replace("lstat","ensureLink"),e}const n=us.dirname(t);return os.existsSync(n)||is.mkdirsSync(n),os.linkSync(e,t)}};const as=p.default,ls=we,fs=fi.pathExists;var ds={symlinkPaths:function(e,t,n){if(as.isAbsolute(e))return ls.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:e})));{const r=as.dirname(t),u=as.join(r,e);return fs(u,((t,o)=>t?n(t):o?n(null,{toCwd:u,toDst:e}):ls.lstat(e,(t=>t?(t.message=t.message.replace("lstat","ensureSymlink"),n(t)):n(null,{toCwd:e,toDst:as.relative(r,e)})))))}},symlinkPathsSync:function(e,t){let n;if(as.isAbsolute(e)){if(n=ls.existsSync(e),!n)throw new Error("absolute srcpath does not exist");return{toCwd:e,toDst:e}}{const r=as.dirname(t),u=as.join(r,e);if(n=ls.existsSync(u),n)return{toCwd:u,toDst:e};if(n=ls.existsSync(e),!n)throw new Error("relative srcpath does not exist");return{toCwd:e,toDst:as.relative(r,e)}}}};const Ds=we;var ps={symlinkType:function(e,t,n){if(n="function"==typeof t?t:n,t="function"!=typeof t&&t)return n(null,t);Ds.lstat(e,((e,r)=>{if(e)return n(null,"file");t=r&&r.isDirectory()?"dir":"file",n(null,t)}))},symlinkTypeSync:function(e,t){let n;if(t)return t;try{n=Ds.lstatSync(e)}catch(e){return"file"}return n&&n.isDirectory()?"dir":"file"}};const Es=yo.fromCallback,ms=p.default,hs=we,ys=Io.mkdirs,Cs=Io.mkdirsSync,Fs=ds.symlinkPaths,gs=ds.symlinkPathsSync,As=ps.symlinkType,vs=ps.symlinkTypeSync,Ss=fi.pathExists;var ws={createSymlink:Es((function(e,t,n,r){r="function"==typeof n?n:r,n="function"!=typeof n&&n,Ss(t,((u,o)=>u?r(u):o?r(null):void Fs(e,t,((u,o)=>{if(u)return r(u);e=o.toDst,As(o.toCwd,n,((n,u)=>{if(n)return r(n);const o=ms.dirname(t);Ss(o,((n,i)=>n?r(n):i?hs.symlink(e,t,u,r):void ys(o,(n=>{if(n)return r(n);hs.symlink(e,t,u,r)}))))}))}))))})),createSymlinkSync:function(e,t,n){if(hs.existsSync(t))return;const r=gs(e,t);e=r.toDst,n=vs(r.toCwd,n);const u=ms.dirname(t);return hs.existsSync(u)||Cs(u),hs.symlinkSync(e,t,n)}};var Os,bs={createFile:ns.createFile,createFileSync:ns.createFileSync,ensureFile:ns.createFile,ensureFileSync:ns.createFileSync,createLink:cs.createLink,createLinkSync:cs.createLinkSync,ensureLink:cs.createLink,ensureLinkSync:cs.createLinkSync,createSymlink:ws.createSymlink,createSymlinkSync:ws.createSymlinkSync,ensureSymlink:ws.createSymlink,ensureSymlinkSync:ws.createSymlinkSync};try{Os=we}catch(e){Os=D.default}function _s(e,t){var n,r="\n";return"object"==typeof t&&null!==t&&(t.spaces&&(n=t.spaces),t.EOL&&(r=t.EOL)),JSON.stringify(e,t?t.replacer:null,n).replace(/\n/g,r)+r}function Bs(e){return Buffer.isBuffer(e)&&(e=e.toString("utf8")),e=e.replace(/^\uFEFF/,"")}var Ps={readFile:function(e,t,n){null==n&&(n=t,t={}),"string"==typeof t&&(t={encoding:t});var r=(t=t||{}).fs||Os,u=!0;"throws"in t&&(u=t.throws),r.readFile(e,t,(function(r,o){if(r)return n(r);var i;o=Bs(o);try{i=JSON.parse(o,t?t.reviver:null)}catch(t){return u?(t.message=e+": "+t.message,n(t)):n(null,null)}n(null,i)}))},readFileSync:function(e,t){"string"==typeof(t=t||{})&&(t={encoding:t});var n=t.fs||Os,r=!0;"throws"in t&&(r=t.throws);try{var u=n.readFileSync(e,t);return u=Bs(u),JSON.parse(u,t.reviver)}catch(t){if(r)throw t.message=e+": "+t.message,t;return null}},writeFile:function(e,t,n,r){null==r&&(r=n,n={});var u=(n=n||{}).fs||Os,o="";try{o=_s(t,n)}catch(e){return void(r&&r(e,null))}u.writeFile(e,o,n,r)},writeFileSync:function(e,t,n){var r=(n=n||{}).fs||Os,u=_s(t,n);return r.writeFileSync(e,u,n)}},ks=Ps;const xs=yo.fromCallback,Ns=ks;var Is={readJson:xs(Ns.readFile),readJsonSync:Ns.readFileSync,writeJson:xs(Ns.writeFile),writeJsonSync:Ns.writeFileSync};const Ts=p.default,Rs=Io,Ms=fi.pathExists,Ls=Is;var js=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=Ts.dirname(e);Ms(u,((o,i)=>o?r(o):i?Ls.writeJson(e,t,n,r):void Rs.mkdirs(u,(u=>{if(u)return r(u);Ls.writeJson(e,t,n,r)}))))};const $s=we,Hs=p.default,Js=Io,Gs=Is;var Vs=function(e,t,n){const r=Hs.dirname(e);$s.existsSync(r)||Js.mkdirsSync(r),Gs.writeJsonSync(e,t,n)};const Us=yo.fromCallback,Ws=Is;Ws.outputJson=Us(js),Ws.outputJsonSync=Vs,Ws.outputJSON=Ws.outputJson,Ws.outputJSONSync=Ws.outputJsonSync,Ws.writeJSON=Ws.writeJson,Ws.writeJSONSync=Ws.writeJsonSync,Ws.readJSON=Ws.readJson,Ws.readJSONSync=Ws.readJsonSync;var zs=Ws;const Ks=we,qs=p.default,Ys=ci.copySync,Xs=Ji.removeSync,Zs=Io.mkdirpSync,Qs=Zo;function ec(e,t,n){try{Ks.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)throw r;return function(e,t,n){const r={overwrite:n,errorOnExist:!0};return Ys(e,t,r),Xs(e)}(e,t,n)}}var tc=function(e,t,n){const r=(n=n||{}).overwrite||n.clobber||!1,{srcStat:u}=Qs.checkPathsSync(e,t,"move");return Qs.checkParentPathsSync(e,u,t,"move"),Zs(qs.dirname(t)),function(e,t,n){if(n)return Xs(t),ec(e,t,n);if(Ks.existsSync(t))throw new Error("dest already exists.");return ec(e,t,n)}(e,t,r)},nc={moveSync:tc};const rc=we,uc=p.default,oc=bi.copy,ic=Ji.remove,sc=Io.mkdirp,cc=fi.pathExists,ac=Zo;function lc(e,t,n,r){rc.rename(e,t,(u=>u?"EXDEV"!==u.code?r(u):function(e,t,n,r){const u={overwrite:n,errorOnExist:!0};oc(e,t,u,(t=>t?r(t):ic(e,r)))}(e,t,n,r):r()))}var fc=function(e,t,n,r){"function"==typeof n&&(r=n,n={});const u=n.overwrite||n.clobber||!1;ac.checkPaths(e,t,"move",((n,o)=>{if(n)return r(n);const{srcStat:i}=o;ac.checkParentPaths(e,i,t,"move",(n=>{if(n)return r(n);sc(uc.dirname(t),(n=>n?r(n):function(e,t,n,r){if(n)return ic(t,(u=>u?r(u):lc(e,t,n,r)));cc(t,((u,o)=>u?r(u):o?r(new Error("dest already exists.")):lc(e,t,n,r)))}(e,t,u,r)))}))}))};var dc={move:(0,yo.fromCallback)(fc)};const Dc=yo.fromCallback,pc=we,Ec=p.default,mc=Io,hc=fi.pathExists;var yc={outputFile:Dc((function(e,t,n,r){"function"==typeof n&&(r=n,n="utf8");const u=Ec.dirname(e);hc(u,((o,i)=>o?r(o):i?pc.writeFile(e,t,n,r):void mc.mkdirs(u,(u=>{if(u)return r(u);pc.writeFile(e,t,n,r)}))))})),outputFileSync:function(e,...t){const n=Ec.dirname(e);if(pc.existsSync(n))return pc.writeFileSync(e,...t);mc.mkdirsSync(n),pc.writeFileSync(e,...t)}};!function(e){e.exports=Object.assign({},ho,ci,bi,Yi,bs,zs,Io,nc,dc,yc,fi,Ji);const t=D.default;Object.getOwnPropertyDescriptor(t,"promises")&&Object.defineProperty(e.exports,"promises",{get:()=>t.promises})}(mo);const Cc=Nr.exports("streamroller:fileNameFormatter"),Fc=p.default;const gc=Nr.exports("streamroller:fileNameParser"),Ac=nu.exports;const vc=Nr.exports("streamroller:moveAndMaybeCompressFile"),Sc=mo.exports,wc=v.default;var Oc=async(e,t,n)=>{if(n=function(e){const t={mode:parseInt("0600",8),compress:!1},n=Object.assign({},t,e);return vc(`_parseOption: moveAndMaybeCompressFile called with option=${JSON.stringify(n)}`),n}(n),e!==t){if(await Sc.pathExists(e))if(vc(`moveAndMaybeCompressFile: moving file from ${e} to ${t} ${n.compress?"with":"without"} compress`),n.compress)await new Promise(((r,u)=>{let o=!1;const i=Sc.createWriteStream(t,{mode:n.mode,flags:"wx"}).on("open",(()=>{o=!0;const t=Sc.createReadStream(e).on("open",(()=>{t.pipe(wc.createGzip()).pipe(i)})).on("error",(t=>{vc(`moveAndMaybeCompressFile: error reading ${e}`,t),i.destroy(t)}))})).on("finish",(()=>{vc(`moveAndMaybeCompressFile: finished compressing ${t}, deleting ${e}`),Sc.unlink(e).then(r).catch((t=>{vc(`moveAndMaybeCompressFile: error deleting ${e}, truncating instead`,t),Sc.truncate(e).then(r).catch((t=>{vc(`moveAndMaybeCompressFile: error truncating ${e}`,t),u(t)}))}))})).on("error",(e=>{o?(vc(`moveAndMaybeCompressFile: error writing ${t}, deleting`,e),Sc.unlink(t).then((()=>{u(e)})).catch((e=>{vc(`moveAndMaybeCompressFile: error deleting ${t}`,e),u(e)}))):(vc(`moveAndMaybeCompressFile: error creating ${t}`,e),u(e))}))})).catch((()=>{}));else{vc(`moveAndMaybeCompressFile: renaming ${e} to ${t}`);try{await Sc.move(e,t,{overwrite:!0})}catch(n){if(vc(`moveAndMaybeCompressFile: error renaming ${e} to ${t}`,n),"ENOENT"!==n.code){vc("moveAndMaybeCompressFile: trying copy+truncate instead");try{await Sc.copy(e,t,{overwrite:!0}),await Sc.truncate(e)}catch(e){vc("moveAndMaybeCompressFile: error copy+truncate",e)}}}}}else vc("moveAndMaybeCompressFile: source and target are the same, not doing anything")};const bc=Nr.exports("streamroller:RollingFileWriteStream"),_c=mo.exports,Bc=p.default,Pc=E.default,kc=()=>new Date,xc=nu.exports,{Writable:Nc}=C.default,Ic=({file:e,keepFileExt:t,needsIndex:n,alwaysIncludeDate:r,compress:u,fileNameSep:o})=>{let i=o||".";const s=Fc.join(e.dir,e.name),c=t=>t+e.ext,a=(e,t,r)=>!n&&r||!t?e:e+i+t,l=(e,t,n)=>(t>0||r)&&n?e+i+n:e,f=(e,t)=>t&&u?e+".gz":e,d=t?[l,a,c,f]:[c,l,a,f];return({date:e,index:t})=>(Cc(`_formatFileName: date=${e}, index=${t}`),d.reduce(((n,r)=>r(n,t,e)),s))},Tc=({file:e,keepFileExt:t,pattern:n,fileNameSep:r})=>{let u=r||".";const o="__NOT_MATCHING__";let i=[(e,t)=>e.endsWith(".gz")?(gc("it is gzipped"),t.isCompressed=!0,e.slice(0,-1*".gz".length)):e,t?t=>t.startsWith(e.name)&&t.endsWith(e.ext)?(gc("it starts and ends with the right things"),t.slice(e.name.length+1,-1*e.ext.length)):o:t=>t.startsWith(e.base)?(gc("it starts with the right things"),t.slice(e.base.length+1)):o,n?(e,t)=>{const r=e.split(u);let o=r[r.length-1];gc("items: ",r,", indexStr: ",o);let i=e;void 0!==o&&o.match(/^\d+$/)?(i=e.slice(0,-1*(o.length+1)),gc(`dateStr is ${i}`),n&&!i&&(i=o,o="0")):o="0";try{const r=Ac.parse(n,i,new Date(0,0));return Ac.asString(n,r)!==i?e:(t.index=parseInt(o,10),t.date=i,t.timestamp=r.getTime(),"")}catch(t){return gc(`Problem parsing ${i} as ${n}, error was: `,t),e}}:(e,t)=>e.match(/^\d+$/)?(gc("it has an index"),t.index=parseInt(e,10),""):e];return e=>{let t={filename:e,index:0,isCompressed:!1};return i.reduce(((e,n)=>n(e,t)),e)?null:t}},Rc=Oc;var Mc=class extends Nc{constructor(e,t){if(bc(`constructor: creating RollingFileWriteStream. path=${e}`),"string"!=typeof e||0===e.length)throw new Error(`Invalid filename: ${e}`);if(e.endsWith(Bc.sep))throw new Error(`Filename is a directory: ${e}`);0===e.indexOf(`~${Bc.sep}`)&&(e=e.replace("~",Pc.homedir())),super(t),this.options=this._parseOption(t),this.fileObject=Bc.parse(e),""===this.fileObject.dir&&(this.fileObject=Bc.parse(Bc.join(process.cwd(),e))),this.fileFormatter=Ic({file:this.fileObject,alwaysIncludeDate:this.options.alwaysIncludePattern,needsIndex:this.options.maxSize 0`)}else delete n.maxSize;if(n.numBackups||0===n.numBackups){if(n.numBackups<0)throw new Error(`options.numBackups (${n.numBackups}) should be >= 0`);if(n.numBackups>=Number.MAX_SAFE_INTEGER)throw new Error(`options.numBackups (${n.numBackups}) should be < Number.MAX_SAFE_INTEGER`);n.numToKeep=n.numBackups+1}else if(n.numToKeep<=0)throw new Error(`options.numToKeep (${n.numToKeep}) should be > 0`);return bc(`_parseOption: creating stream with option=${JSON.stringify(n)}`),n}_final(e){this.currentFileStream.end("",this.options.encoding,e)}_write(e,t,n){this._shouldRoll().then((()=>{bc(`_write: writing chunk. file=${this.currentFileStream.path} state=${JSON.stringify(this.state)} chunk=${e}`),this.currentFileStream.write(e,t,(t=>{this.state.currentSize+=e.length,n(t)}))}))}async _shouldRoll(){(this._dateChanged()||this._tooBig())&&(bc(`_shouldRoll: rolling because dateChanged? ${this._dateChanged()} or tooBig? ${this._tooBig()}`),await this._roll())}_dateChanged(){return this.state.currentDate&&this.state.currentDate!==xc(this.options.pattern,kc())}_tooBig(){return this.state.currentSize>=this.options.maxSize}_roll(){return bc("_roll: closing the current stream"),new Promise(((e,t)=>{this.currentFileStream.end("",this.options.encoding,(()=>{this._moveOldFiles().then(e).catch(t)}))}))}async _moveOldFiles(){const e=await this._getExistingFiles();for(let t=(this.state.currentDate?e.filter((e=>e.date===this.state.currentDate)):e).length;t>=0;t--){bc(`_moveOldFiles: i = ${t}`);const e=this.fileFormatter({date:this.state.currentDate,index:t}),n=this.fileFormatter({date:this.state.currentDate,index:t+1}),r={compress:this.options.compress&&0===t,mode:this.options.mode};await Rc(e,n,r)}this.state.currentSize=0,this.state.currentDate=this.state.currentDate?xc(this.options.pattern,kc()):null,bc(`_moveOldFiles: finished rolling files. state=${JSON.stringify(this.state)}`),this._renewWriteStream(),await new Promise(((e,t)=>{this.currentFileStream.write("","utf8",(()=>{this._clean().then(e).catch(t)}))}))}async _getExistingFiles(){const e=await _c.readdir(this.fileObject.dir).catch((()=>[]));bc(`_getExistingFiles: files=${e}`);const t=e.map((e=>this.fileNameParser(e))).filter((e=>e)),n=e=>(e.timestamp?e.timestamp:kc().getTime())-e.index;return t.sort(((e,t)=>n(e)-n(t))),t}_renewWriteStream(){const e=this.fileFormatter({date:this.state.currentDate,index:0}),t=e=>{try{return _c.mkdirSync(e,{recursive:!0})}catch(n){if("ENOENT"===n.code)return t(Bc.dirname(e)),t(e);if("EEXIST"!==n.code&&"EROFS"!==n.code)throw n;try{if(_c.statSync(e).isDirectory())return e;throw n}catch(e){throw n}}};t(this.fileObject.dir);const n={flags:this.options.flags,encoding:this.options.encoding,mode:this.options.mode};var r,u;_c.appendFileSync(e,"",(r={...n},u="flags",r["flag"]=r[u],delete r[u],r)),this.currentFileStream=_c.createWriteStream(e,n),this.currentFileStream.on("error",(e=>{this.emit("error",e)}))}async _clean(){const e=await this._getExistingFiles();if(bc(`_clean: numToKeep = ${this.options.numToKeep}, existingFiles = ${e.length}`),bc("_clean: existing files are: ",e),this._tooManyFiles(e.length)){const n=e.slice(0,e.length-this.options.numToKeep).map((e=>Bc.format({dir:this.fileObject.dir,base:e.filename})));await(t=n,bc(`deleteFiles: files to delete: ${t}`),Promise.all(t.map((e=>_c.unlink(e).catch((t=>{bc(`deleteFiles: error when unlinking ${e}, ignoring. Error was ${t}`)}))))))}var t}_tooManyFiles(e){return this.options.numToKeep>0&&e>this.options.numToKeep}};const Lc=Mc;var jc=class extends Lc{constructor(e,t,n,r){r||(r={}),t&&(r.maxSize=t),r.numBackups||0===r.numBackups||(n||0===n||(n=1),r.numBackups=n),super(e,r),this.backups=r.numBackups,this.size=this.options.maxSize}get theStream(){return this.currentFileStream}};const $c=Mc;var Hc={RollingFileWriteStream:Mc,RollingFileStream:jc,DateRollingFileStream:class extends $c{constructor(e,t,n){t&&"object"==typeof t&&(n=t,t=null),n||(n={}),t||(t="yyyy-MM-dd"),n.pattern=t,n.numBackups||0===n.numBackups?n.daysToKeep=n.numBackups:(n.daysToKeep||0===n.daysToKeep?process.emitWarning("options.daysToKeep is deprecated due to the confusion it causes when used together with file size rolling. Please use options.numBackups instead.","DeprecationWarning","streamroller-DEP0001"):n.daysToKeep=1,n.numBackups=n.daysToKeep),super(e,n),this.mode=this.options.mode}get theStream(){return this.currentFileStream}}};const Jc=Nr.exports("log4js:file"),Gc=p.default,Vc=Hc,Uc=E.default.EOL;let Wc=!1;const zc=new Set;function Kc(){zc.forEach((e=>{e.sighupHandler()}))}function qc(e,t,n,r){const u=new Vc.RollingFileStream(e,t,n,r);return u.on("error",(t=>{console.error("log4js.fileAppender - Writing to file %s, error happened ",e,t)})),u.on("drain",(()=>{process.emit("log4js:pause",!1)})),u}Eo.configure=function(e,t){let n=t.basicLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),e.mode=e.mode||384,function(e,t,n,r,u,o){e=Gc.normalize(e),Jc("Creating file appender (",e,", ",n,", ",r=r||0===r?r:5,", ",u,", ",o,")");let i=qc(e,n,r,u);const s=function(e){if(i.writable){if(!0===u.removeColor){const t=/\x1b[[0-9;]*m/g;e.data=e.data.map((e=>"string"==typeof e?e.replace(t,""):e))}i.write(t(e,o)+Uc,"utf8")||process.emit("log4js:pause",!0)}};return s.reopen=function(){i.end((()=>{i=qc(e,n,r,u)}))},s.sighupHandler=function(){Jc("SIGHUP handler called."),s.reopen()},s.shutdown=function(e){zc.delete(s),0===zc.size&&Wc&&(process.removeListener("SIGHUP",Kc),Wc=!1),i.end("","utf-8",e)},zc.add(s),Wc||(process.on("SIGHUP",Kc),Wc=!0),s}(e.filename,n,e.maxLogSize,e.backups,e,e.timezoneOffset)};var Yc={};const Xc=Hc,Zc=E.default.EOL;function Qc(e,t,n,r,u){r.maxSize=r.maxLogSize;const o=function(e,t,n){const r=new Xc.DateRollingFileStream(e,t,n);return r.on("error",(t=>{console.error("log4js.dateFileAppender - Writing to file %s, error happened ",e,t)})),r.on("drain",(()=>{process.emit("log4js:pause",!1)})),r}(e,t,r),i=function(e){o.writable&&(o.write(n(e,u)+Zc,"utf8")||process.emit("log4js:pause",!0))};return i.shutdown=function(e){o.end("","utf-8",e)},i}Yc.configure=function(e,t){let n=t.basicLayout;return e.layout&&(n=t.layout(e.layout.type,e.layout)),e.alwaysIncludePattern||(e.alwaysIncludePattern=!1),e.mode=e.mode||384,Qc(e.filename,e.pattern,n,e,e.timezoneOffset)};var ea={};const ta=Nr.exports("log4js:fileSync"),na=p.default,ra=D.default,ua=E.default.EOL||"\n";function oa(e,t){if(ra.existsSync(e))return;const n=ra.openSync(e,t.flags,t.mode);ra.closeSync(n)}class ia{constructor(e,t,n,r){ta("In RollingFileStream"),function(){if(!e||!t||t<=0)throw new Error("You must specify a filename and file size")}(),this.filename=e,this.size=t,this.backups=n,this.options=r,this.currentSize=0,this.currentSize=function(e){let t=0;try{t=ra.statSync(e).size}catch(t){oa(e,r)}return t}(this.filename)}shouldRoll(){return ta("should roll with current size %d, and max size %d",this.currentSize,this.size),this.currentSize>=this.size}roll(e){const t=this,n=new RegExp(`^${na.basename(e)}`);function r(e){return n.test(e)}function u(t){return parseInt(t.substring(`${na.basename(e)}.`.length),10)||0}function o(e,t){return u(e)>u(t)?1:u(e) ${e}.${r+1}`),ra.renameSync(na.join(na.dirname(e),n),`${e}.${r+1}`)}}ta("Rolling, rolling, rolling"),ta("Renaming the old files"),ra.readdirSync(na.dirname(e)).filter(r).sort(o).reverse().forEach(i)}write(e,t){const n=this;ta("in write"),this.shouldRoll()&&(this.currentSize=0,this.roll(this.filename)),ta("writing the chunk to the file"),n.currentSize+=e.length,ra.appendFileSync(n.filename,e)}}ea.configure=function(e,t){let n=t.basicLayout;e.layout&&(n=t.layout(e.layout.type,e.layout));const r={flags:e.flags||"a",encoding:e.encoding||"utf8",mode:e.mode||384};return function(e,t,n,r,u,o){ta("fileSync appender created");const i=function(e,t,n){let r;var u;return t?r=new ia(e,t,n,o):(oa(u=e,o),r={write(e){ra.appendFileSync(u,e)}}),r}(e=na.normalize(e),n,r=r||0===r?r:5);return e=>{i.write(t(e,u)+ua)}}(e.filename,n,e.maxLogSize,e.backups,e.timezoneOffset,r)};var sa={};const ca=Nr.exports("log4js:tcp"),aa=S.default;sa.configure=function(e,t){ca(`configure with config = ${e}`);let n=function(e){return e.serialise()};return e.layout&&(n=t.layout(e.layout.type,e.layout)),function(e,t){let n=!1;const r=[];let u,o=3,i="__LOG4JS__";function s(e){ca("Writing log event to socket"),n=u.write(`${t(e)}${i}`,"utf8")}function c(){let e;for(ca("emptying buffer");e=r.shift();)s(e)}function a(e){n?s(e):(ca("buffering log event because it cannot write at the moment"),r.push(e))}return function t(){ca(`appender creating socket to ${e.host||"localhost"}:${e.port||5e3}`),i=`${e.endMsg||"__LOG4JS__"}`,u=aa.createConnection(e.port||5e3,e.host||"localhost"),u.on("connect",(()=>{ca("socket connected"),c(),n=!0})),u.on("drain",(()=>{ca("drain event received, emptying buffer"),n=!0,c()})),u.on("timeout",u.end.bind(u)),u.on("error",(e=>{ca("connection error",e),n=!1,c()})),u.on("close",t)}(),a.shutdown=function(e){ca("shutdown called"),r.length&&o?(ca("buffer has items, waiting 100ms to empty"),o-=1,setTimeout((()=>{a.shutdown(e)}),100)):(u.removeAllListeners("close"),u.end(e))},a}(e,n)};const la=p.default,fa=Nr.exports("log4js:appenders"),da=tu,Da=eo,pa=gu,Ea=hu,ma=to,ha=new Map;ha.set("console",oo),ha.set("stdout",so),ha.set("stderr",co),ha.set("logLevelFilter",ao),ha.set("categoryFilter",lo),ha.set("noLogFilter",Do),ha.set("file",Eo),ha.set("dateFile",Yc),ha.set("fileSync",ea),ha.set("tcp",sa);const ya=new Map,Ca=(e,t)=>{fa("Loading module from ",e);try{return require(e)}catch(n){return void da.throwExceptionIf(t,"MODULE_NOT_FOUND"!==n.code,`appender "${e}" could not be loaded (error was: ${n})`)}},Fa=new Set,ga=(e,t)=>{if(ya.has(e))return ya.get(e);if(!t.appenders[e])return!1;if(Fa.has(e))throw new Error(`Dependency loop detected for appender ${e}.`);Fa.add(e),fa(`Creating appender ${e}`);const n=Aa(e,t);return Fa.delete(e),ya.set(e,n),n},Aa=(e,t)=>{const n=t.appenders[e],r=n.type.configure?n.type:((e,t)=>ha.get(e)||Ca(`./${e}`,t)||Ca(e,t)||require.main&&Ca(la.join(la.dirname(require.main.filename),e),t)||Ca(la.join(process.cwd(),e),t))(n.type,t);return da.throwExceptionIf(t,da.not(r),`appender "${e}" is not valid (type "${n.type}" could not be found)`),r.appender&&fa(`DEPRECATION: Appender ${n.type} exports an appender function.`),r.shutdown&&fa(`DEPRECATION: Appender ${n.type} exports a shutdown function.`),fa(`${e}: clustering.isMaster ? ${Da.isMaster()}`),fa(`${e}: appenderModule is ${F.default.inspect(r)}`),Da.onlyOnMaster((()=>(fa(`calling appenderModule.configure for ${e} / ${n.type}`),r.configure(ma.modifyConfig(n),Ea,(e=>ga(e,t)),pa))),(()=>{}))},va=e=>{ya.clear(),Fa.clear();const t=[];Object.values(e.categories).forEach((e=>{t.push(...e.appenders)})),Object.keys(e.appenders).forEach((n=>{(t.includes(n)||"tcp-server"===e.appenders[n].type)&&ga(n,e)}))},Sa=()=>{va({appenders:{out:{type:"stdout"}},categories:{default:{appenders:["out"],level:"trace"}}})};Sa(),da.addListener((e=>{da.throwExceptionIf(e,da.not(da.anObject(e.appenders)),'must have a property "appenders" of type object.');const t=Object.keys(e.appenders);da.throwExceptionIf(e,da.not(t.length),"must define at least one appender."),t.forEach((t=>{da.throwExceptionIf(e,da.not(e.appenders[t].type),`appender "${t}" is not valid (must be an object with property "type")`)}))})),da.addListener(va),Au.exports=ya,Au.exports.init=Sa;var wa={exports:{}};!function(e){const t=Nr.exports("log4js:categories"),n=tu,r=gu,u=Au.exports,o=new Map;function i(e,t,n){if(!1===t.inherit)return;const r=n.lastIndexOf(".");if(r<0)return;const u=n.substring(0,r);let o=e.categories[u];o||(o={inherit:!0,appenders:[]}),i(e,o,u),!e.categories[u]&&o.appenders&&o.appenders.length&&o.level&&(e.categories[u]=o),t.appenders=t.appenders||[],t.level=t.level||o.level,o.appenders.forEach((e=>{t.appenders.includes(e)||t.appenders.push(e)})),t.parent=o}function s(e){if(!e.categories)return;Object.keys(e.categories).forEach((t=>{const n=e.categories[t];i(e,n,t)}))}n.addPreProcessingListener((e=>s(e))),n.addListener((e=>{n.throwExceptionIf(e,n.not(n.anObject(e.categories)),'must have a property "categories" of type object.');const t=Object.keys(e.categories);n.throwExceptionIf(e,n.not(t.length),"must define at least one category."),t.forEach((t=>{const o=e.categories[t];n.throwExceptionIf(e,[n.not(o.appenders),n.not(o.level)],`category "${t}" is not valid (must be an object with properties "appenders" and "level")`),n.throwExceptionIf(e,n.not(Array.isArray(o.appenders)),`category "${t}" is not valid (appenders must be an array of appender names)`),n.throwExceptionIf(e,n.not(o.appenders.length),`category "${t}" is not valid (appenders must contain at least one appender name)`),Object.prototype.hasOwnProperty.call(o,"enableCallStack")&&n.throwExceptionIf(e,"boolean"!=typeof o.enableCallStack,`category "${t}" is not valid (enableCallStack must be boolean type)`),o.appenders.forEach((r=>{n.throwExceptionIf(e,n.not(u.get(r)),`category "${t}" is not valid (appender "${r}" is not defined)`)})),n.throwExceptionIf(e,n.not(r.getLevel(o.level)),`category "${t}" is not valid (level "${o.level}" not recognised; valid levels are ${r.levels.join(", ")})`)})),n.throwExceptionIf(e,n.not(e.categories.default),'must define a "default" category.')}));const c=e=>{o.clear();Object.keys(e.categories).forEach((n=>{const i=e.categories[n],s=[];i.appenders.forEach((e=>{s.push(u.get(e)),t(`Creating category ${n}`),o.set(n,{appenders:s,level:r.getLevel(i.level),enableCallStack:i.enableCallStack||!1})}))}))},a=()=>{c({categories:{default:{appenders:["out"],level:"OFF"}}})};a(),n.addListener(c);const l=e=>(t(`configForCategory: searching for config for ${e}`),o.has(e)?(t(`configForCategory: ${e} exists in config, returning it`),o.get(e)):e.indexOf(".")>0?(t(`configForCategory: ${e} has hierarchy, searching for parents`),l(e.substring(0,e.lastIndexOf(".")))):(t("configForCategory: returning config for default category"),l("default")));e.exports=o,e.exports=Object.assign(e.exports,{appendersForCategory:e=>l(e).appenders,getLevelForCategory:e=>l(e).level,setLevelForCategory:(e,n)=>{let r=o.get(e);if(t(`setLevelForCategory: found ${r} for ${e}`),!r){const n=l(e);t(`setLevelForCategory: no config found for category, found ${n} for parents of ${e}`),r={appenders:n.appenders}}r.level=n,o.set(e,r)},getEnableCallStackForCategory:e=>!0===l(e).enableCallStack,setEnableCallStackForCategory:(e,t)=>{l(e).enableCallStack=t},init:a})}(wa);const Oa=Nr.exports("log4js:logger"),ba=Hu,_a=gu,Ba=eo,Pa=wa.exports,ka=tu,xa=/at (?:(.+)\s+\()?(?:(.+?):(\d+)(?::(\d+))?|([^)]+))\)?/;function Na(e,t=4){const n=e.stack.split("\n").slice(t),r=xa.exec(n[0]);return r&&6===r.length?{functionName:r[1],fileName:r[2],lineNumber:parseInt(r[3],10),columnNumber:parseInt(r[4],10),callStack:n.join("\n")}:null}class Ia{constructor(e){if(!e)throw new Error("No category provided.");this.category=e,this.context={},this.parseCallStack=Na,Oa(`Logger created (${this.category}, ${this.level})`)}get level(){return _a.getLevel(Pa.getLevelForCategory(this.category),_a.TRACE)}set level(e){Pa.setLevelForCategory(this.category,_a.getLevel(e,this.level))}get useCallStack(){return Pa.getEnableCallStackForCategory(this.category)}set useCallStack(e){Pa.setEnableCallStackForCategory(this.category,!0===e)}log(e,...t){let n=_a.getLevel(e);n||(this._log(_a.WARN,"log4js:logger.log: invalid value for log-level as first parameter given: ",e),n=_a.INFO),this.isLevelEnabled(n)&&this._log(n,t)}isLevelEnabled(e){return this.level.isLessThanOrEqualTo(e)}_log(e,t){Oa(`sending log data (${e}) to appenders`);const n=new ba(this.category,e,t,this.context,this.useCallStack&&this.parseCallStack(new Error));Ba.send(n)}addContext(e,t){this.context[e]=t}removeContext(e){delete this.context[e]}clearContext(){this.context={}}setParseCallStackFunction(e){this.parseCallStack=e}}function Ta(e){const t=_a.getLevel(e),n=t.toString().toLowerCase().replace(/_([a-z])/g,(e=>e[1].toUpperCase())),r=n[0].toUpperCase()+n.slice(1);Ia.prototype[`is${r}Enabled`]=function(){return this.isLevelEnabled(t)},Ia.prototype[n]=function(...e){this.log(t,...e)}}_a.levels.forEach(Ta),ka.addListener((()=>{_a.levels.forEach(Ta)}));var Ra=Ia;const Ma=gu;function La(e){return e.originalUrl||e.url}function ja(e,t){for(let n=0;ne.source?e.source:e));t=new RegExp(n.join("|"))}return t}(t.nolog);return(e,i,s)=>{if(e._logging)return s();if(o&&o.test(e.originalUrl))return s();if(n.isLevelEnabled(r)||"auto"===t.level){const o=new Date,{writeHead:s}=i;e._logging=!0,i.writeHead=(e,t)=>{i.writeHead=s,i.writeHead(e,t),i.__statusCode=e,i.__headers=t||{}},i.on("finish",(()=>{i.responseTime=new Date-o,i.statusCode&&"auto"===t.level&&(r=Ma.INFO,i.statusCode>=300&&(r=Ma.WARN),i.statusCode>=400&&(r=Ma.ERROR)),r=function(e,t,n){let r=t;if(n){const t=n.find((t=>{let n=!1;return n=t.from&&t.to?e>=t.from&&e<=t.to:-1!==t.codes.indexOf(e),n}));t&&(r=Ma.getLevel(t.level,r))}return r}(i.statusCode,r,t.statusRules);const s=function(e,t,n){const r=[];return r.push({token:":url",replacement:La(e)}),r.push({token:":protocol",replacement:e.protocol}),r.push({token:":hostname",replacement:e.hostname}),r.push({token:":method",replacement:e.method}),r.push({token:":status",replacement:t.__statusCode||t.statusCode}),r.push({token:":response-time",replacement:t.responseTime}),r.push({token:":date",replacement:(new Date).toUTCString()}),r.push({token:":referrer",replacement:e.headers.referer||e.headers.referrer||""}),r.push({token:":http-version",replacement:`${e.httpVersionMajor}.${e.httpVersionMinor}`}),r.push({token:":remote-addr",replacement:e.headers["x-forwarded-for"]||e.ip||e._remoteAddress||e.socket&&(e.socket.remoteAddress||e.socket.socket&&e.socket.socket.remoteAddress)}),r.push({token:":user-agent",replacement:e.headers["user-agent"]}),r.push({token:":content-length",replacement:t.getHeader("content-length")||t.__headers&&t.__headers["Content-Length"]||"-"}),r.push({token:/:req\[([^\]]+)]/g,replacement:(t,n)=>e.headers[n.toLowerCase()]}),r.push({token:/:res\[([^\]]+)]/g,replacement:(e,n)=>t.getHeader(n.toLowerCase())||t.__headers&&t.__headers[n]}),(e=>{const t=e.concat();for(let e=0;eja(e,s)));t&&n.log(r,t)}else n.log(r,ja(u,s));t.context&&n.removeContext("res")}))}return s()}},nl=Va;let rl=!1;function ul(e){if(!rl)return;Ua("Received log event ",e);Za.appendersForCategory(e.categoryName).forEach((t=>{t(e)}))}function ol(e){rl&&il();let t=e;return"string"==typeof t&&(t=function(e){Ua(`Loading configuration from ${e}`);try{return JSON.parse(Wa.readFileSync(e,"utf8"))}catch(t){throw new Error(`Problem reading config from file "${e}". Error was ${t.message}`,t)}}(e)),Ua(`Configuration is ${t}`),Ka.configure(za(t)),el.onMessage(ul),rl=!0,sl}function il(e){Ua("Shutdown called. Disabling all log writing."),rl=!1;const t=Array.from(Xa.values());Xa.init(),Za.init();const n=t.reduceRight(((e,t)=>t.shutdown?e+1:e),0);if(0===n)return Ua("No appenders with shutdown functions found."),void 0!==e&&e();let r,u=0;function o(t){r=r||t,u+=1,Ua(`Appender shutdowns complete: ${u} / ${n}`),u>=n&&(Ua("All shutdown functions completed."),e&&e(r))}return Ua(`Found ${n} appenders with shutdown functions.`),t.filter((e=>e.shutdown)).forEach((e=>e.shutdown(o))),null}const sl={getLogger:function(e){return rl||ol(process.env.LOG4JS_CONFIG||{appenders:{out:{type:"stdout"}},categories:{default:{appenders:["out"],level:"OFF"}}}),new Qa(e||"default")},configure:ol,shutdown:il,connectLogger:tl,levels:Ya,addLayout:qa.addLayout,recording:function(){return nl}};var cl=sl,al={};Object.defineProperty(al,"__esModule",{value:!0}),al.levelMap=al.getLevel=al.setCategoriesLevel=al.getConfiguration=al.setConfiguration=void 0;const ll=cl;let fl={appenders:{debug:{type:"stdout",layout:{type:"pattern",pattern:"[%d] > hvigor %p %c %[%m%]"}},info:{type:"stdout",layout:{type:"pattern",pattern:"[%d] > hvigor %[%m%]"}},"no-pattern-info":{type:"stdout",layout:{type:"pattern",pattern:"%m"}},wrong:{type:"stderr",layout:{type:"pattern",pattern:"[%d] > hvigor %[%p: %m%]"}},"just-debug":{type:"logLevelFilter",appender:"debug",level:"debug",maxLevel:"debug"},"just-info":{type:"logLevelFilter",appender:"info",level:"info",maxLevel:"info"},"just-wrong":{type:"logLevelFilter",appender:"wrong",level:"warn",maxLevel:"error"}},categories:{default:{appenders:["just-debug","just-info","just-wrong"],level:"debug"},"no-pattern-info":{appenders:["no-pattern-info"],level:"info"}}};al.setConfiguration=e=>{fl=e};al.getConfiguration=()=>fl;let dl=ll.levels.DEBUG;al.setCategoriesLevel=(e,t)=>{dl=e;const n=fl.categories;for(const r in n)(null==t?void 0:t.includes(r))||Object.prototype.hasOwnProperty.call(n,r)&&(n[r].level=e.levelStr)};al.getLevel=()=>dl,al.levelMap=new Map([["ALL",ll.levels.ALL],["MARK",ll.levels.MARK],["TRACE",ll.levels.TRACE],["DEBUG",ll.levels.DEBUG],["INFO",ll.levels.INFO],["WARN",ll.levels.WARN],["ERROR",ll.levels.ERROR],["FATAL",ll.levels.FATAL],["OFF",ll.levels.OFF]]);var Dl=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),pl=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),El=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&Dl(t,e,n);return pl(t,e),t};Object.defineProperty(xr,"__esModule",{value:!0}),xr.evaluateLogLevel=xr.HvigorLogger=void 0;const ml=El(cl),hl=cl,yl=El(F.default),Cl=al;class Fl{constructor(e){ml.configure((0,Cl.getConfiguration)()),this._logger=ml.getLogger(e),this._logger.level=(0,Cl.getLevel)()}static getLogger(e){return new Fl(e)}log(e,...t){this._logger.log(e,...t)}debug(e,...t){this._logger.debug(e,...t)}info(e,...t){this._logger.info(e,...t)}warn(e,...t){void 0!==e&&""!==e&&this._logger.warn(e,...t)}error(e,...t){this._logger.error(e,...t)}_printTaskExecuteInfo(e,t){this.info(`Finished :${e}... after ${t}`)}_printFailedTaskInfo(e){this.error(`Failed :${e}... `)}_printDisabledTaskInfo(e){this.info(`Disabled :${e}... `)}_printUpToDateTaskInfo(e){this.info(`UP-TO-DATE :${e}... `)}errorMessageExit(e,...t){throw new Error(yl.format(e,...t))}errorExit(e,t,...n){t&&this._logger.error(t,n),this._logger.error(e.stack)}setLevel(e,t){(0,Cl.setCategoriesLevel)(e,t),ml.shutdown(),ml.configure((0,Cl.getConfiguration)())}getLevel(){return this._logger.level}configure(e){const t=(0,Cl.getConfiguration)(),n={appenders:{...t.appenders,...e.appenders},categories:{...t.categories,...e.categories}};(0,Cl.setConfiguration)(n),ml.shutdown(),ml.configure(n)}}xr.HvigorLogger=Fl,xr.evaluateLogLevel=function(e,t){t.debug?e.setLevel(hl.levels.DEBUG):t.warn?e.setLevel(hl.levels.WARN):t.error?e.setLevel(hl.levels.ERROR):e.setLevel(hl.levels.INFO)};var gl=w&&w.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(X,"__esModule",{value:!0}),X.parseJsonText=X.parseJsonFile=void 0;const Al=Z,vl=gl(kr),Sl=gl(p.default),wl=gl(E.default),Ol=xr.HvigorLogger.getLogger("parse-json-util");var bl;!function(e){e[e.Char=0]="Char",e[e.EOF=1]="EOF",e[e.Identifier=2]="Identifier"}(bl||(bl={}));let _l,Bl,Pl,kl,xl,Nl,Il="start",Tl=[],Rl=0,Ml=1,Ll=0,jl=!1,$l="default",Hl="'",Jl=1;function Gl(e,t=!1){Bl=String(e),Il="start",Tl=[],Rl=0,Ml=1,Ll=0,kl=void 0,jl=t;do{_l=Vl(),Xl[Il]()}while("eof"!==_l.type);return kl}function Vl(){for($l="default",xl="",Hl="'",Jl=1;;){Nl=Ul();const e=zl[$l]();if(e)return e}}function Ul(){if(Bl[Rl])return String.fromCodePoint(Bl.codePointAt(Rl))}function Wl(){const e=Ul();return"\n"===e?(Ml++,Ll=0):e?Ll+=e.length:Ll++,e&&(Rl+=e.length),e}X.parseJsonFile=function(e,t=!1,n="utf-8"){const r=vl.default.readFileSync(Sl.default.resolve(e),{encoding:n});try{return Gl(r,t)}catch(t){if(t instanceof SyntaxError){const n=t.message.split("at");2===n.length&&Ol.errorMessageExit(`${n[0].trim()}${wl.default.EOL}\t at ${e}:${n[1].trim()}`)}Ol.errorMessageExit(`${e} is not in valid JSON/JSON5 format.`)}},X.parseJsonText=Gl;const zl={default(){switch(Nl){case"/":return Wl(),void($l="comment");case void 0:return Wl(),Kl("eof")}if(!Al.JudgeUtil.isIgnoreChar(Nl)&&!Al.JudgeUtil.isSpaceSeparator(Nl))return zl[Il]();Wl()},start(){$l="value"},beforePropertyName(){switch(Nl){case"$":case"_":return xl=Wl(),void($l="identifierName");case"\\":return Wl(),void($l="identifierNameStartEscape");case"}":return Kl("punctuator",Wl());case'"':case"'":return Hl=Nl,Wl(),void($l="string")}if(Al.JudgeUtil.isIdStartChar(Nl))return xl+=Wl(),void($l="identifierName");throw tf(bl.Char,Wl())},afterPropertyName(){if(":"===Nl)return Kl("punctuator",Wl());throw tf(bl.Char,Wl())},beforePropertyValue(){$l="value"},afterPropertyValue(){switch(Nl){case",":case"}":return Kl("punctuator",Wl())}throw tf(bl.Char,Wl())},beforeArrayValue(){if("]"===Nl)return Kl("punctuator",Wl());$l="value"},afterArrayValue(){switch(Nl){case",":case"]":return Kl("punctuator",Wl())}throw tf(bl.Char,Wl())},end(){throw tf(bl.Char,Wl())},comment(){switch(Nl){case"*":return Wl(),void($l="multiLineComment");case"/":return Wl(),void($l="singleLineComment")}throw tf(bl.Char,Wl())},multiLineComment(){switch(Nl){case"*":return Wl(),void($l="multiLineCommentAsterisk");case void 0:throw tf(bl.Char,Wl())}Wl()},multiLineCommentAsterisk(){switch(Nl){case"*":return void Wl();case"/":return Wl(),void($l="default");case void 0:throw tf(bl.Char,Wl())}Wl(),$l="multiLineComment"},singleLineComment(){switch(Nl){case"\n":case"\r":case"\u2028":case"\u2029":return Wl(),void($l="default");case void 0:return Wl(),Kl("eof")}Wl()},value(){switch(Nl){case"{":case"[":return Kl("punctuator",Wl());case"n":return Wl(),ql("ull"),Kl("null",null);case"t":return Wl(),ql("rue"),Kl("boolean",!0);case"f":return Wl(),ql("alse"),Kl("boolean",!1);case"-":case"+":return"-"===Wl()&&(Jl=-1),void($l="numerical");case".":case"0":case"I":case"N":return void($l="numerical");case'"':case"'":return Hl=Nl,Wl(),xl="",void($l="string")}if(void 0===Nl||!Al.JudgeUtil.isDigitWithoutZero(Nl))throw tf(bl.Char,Wl());$l="numerical"},numerical(){switch(Nl){case".":return xl=Wl(),void($l="decimalPointLeading");case"0":return xl=Wl(),void($l="zero");case"I":return Wl(),ql("nfinity"),Kl("numeric",Jl*(1/0));case"N":return Wl(),ql("aN"),Kl("numeric",NaN)}if(void 0!==Nl&&Al.JudgeUtil.isDigitWithoutZero(Nl))return xl=Wl(),void($l="decimalInteger");throw tf(bl.Char,Wl())},zero(){switch(Nl){case".":case"e":case"E":return void($l="decimal");case"x":case"X":return xl+=Wl(),void($l="hexadecimal")}return Kl("numeric",0)},decimalInteger(){switch(Nl){case".":case"e":case"E":return void($l="decimal")}if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},decimal(){switch(Nl){case".":xl+=Wl(),$l="decimalFraction";break;case"e":case"E":xl+=Wl(),$l="decimalExponent"}},decimalPointLeading(){if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalFraction");throw tf(bl.Char,Wl())},decimalFraction(){switch(Nl){case"e":case"E":return xl+=Wl(),void($l="decimalExponent")}if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},decimalExponent(){switch(Nl){case"+":case"-":return xl+=Wl(),void($l="decimalExponentSign")}if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalExponentInteger");throw tf(bl.Char,Wl())},decimalExponentSign(){if(Al.JudgeUtil.isDigit(Nl))return xl+=Wl(),void($l="decimalExponentInteger");throw tf(bl.Char,Wl())},decimalExponentInteger(){if(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},hexadecimal(){if(Al.JudgeUtil.isHexDigit(Nl))return xl+=Wl(),void($l="hexadecimalInteger");throw tf(bl.Char,Wl())},hexadecimalInteger(){if(!Al.JudgeUtil.isHexDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},identifierNameStartEscape(){if("u"!==Nl)throw tf(bl.Char,Wl());Wl();const e=Yl();switch(e){case"$":case"_":break;default:if(!Al.JudgeUtil.isIdStartChar(e))throw tf(bl.Identifier)}xl+=e,$l="identifierName"},identifierName(){switch(Nl){case"$":case"_":case"‌":case"‍":return void(xl+=Wl());case"\\":return Wl(),void($l="identifierNameEscape")}if(!Al.JudgeUtil.isIdContinueChar(Nl))return Kl("identifier",xl);xl+=Wl()},identifierNameEscape(){if("u"!==Nl)throw tf(bl.Char,Wl());Wl();const e=Yl();switch(e){case"$":case"_":case"‌":case"‍":break;default:if(!Al.JudgeUtil.isIdContinueChar(e))throw tf(bl.Identifier)}xl+=e,$l="identifierName"},string(){switch(Nl){case"\\":return Wl(),void(xl+=function(){const e=Ul(),t=function(){switch(Ul()){case"b":return Wl(),"\b";case"f":return Wl(),"\f";case"n":return Wl(),"\n";case"r":return Wl(),"\r";case"t":return Wl(),"\t";case"v":return Wl(),"\v"}return}();if(t)return t;switch(e){case"0":if(Wl(),Al.JudgeUtil.isDigit(Ul()))throw tf(bl.Char,Wl());return"\0";case"x":return Wl(),function(){let e="",t=Ul();if(!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());if(e+=Wl(),t=Ul(),!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());return e+=Wl(),String.fromCodePoint(parseInt(e,16))}();case"u":return Wl(),Yl();case"\n":case"\u2028":case"\u2029":return Wl(),"";case"\r":return Wl(),"\n"===Ul()&&Wl(),""}if(void 0===e||Al.JudgeUtil.isDigitWithoutZero(e))throw tf(bl.Char,Wl());return Wl()}());case'"':case"'":if(Nl===Hl){const e=Kl("string",xl);return Wl(),e}return void(xl+=Wl());case"\n":case"\r":case void 0:throw tf(bl.Char,Wl());case"\u2028":case"\u2029":!function(e){Ol.warn(`JSON5: '${ef(e)}' in strings is not valid ECMAScript; consider escaping.`)}(Nl)}xl+=Wl()}};function Kl(e,t){return{type:e,value:t,line:Ml,column:Ll}}function ql(e){for(const t of e){if(Ul()!==t)throw tf(bl.Char,Wl());Wl()}}function Yl(){let e="",t=4;for(;t-- >0;){const t=Ul();if(!Al.JudgeUtil.isHexDigit(t))throw tf(bl.Char,Wl());e+=Wl()}return String.fromCodePoint(parseInt(e,16))}const Xl={start(){if("eof"===_l.type)throw tf(bl.EOF);Zl()},beforePropertyName(){switch(_l.type){case"identifier":case"string":return Pl=_l.value,void(Il="afterPropertyName");case"punctuator":return void Ql();case"eof":throw tf(bl.EOF)}},afterPropertyName(){if("eof"===_l.type)throw tf(bl.EOF);Il="beforePropertyValue"},beforePropertyValue(){if("eof"===_l.type)throw tf(bl.EOF);Zl()},afterPropertyValue(){if("eof"===_l.type)throw tf(bl.EOF);switch(_l.value){case",":return void(Il="beforePropertyName");case"}":Ql()}},beforeArrayValue(){if("eof"===_l.type)throw tf(bl.EOF);"punctuator"!==_l.type||"]"!==_l.value?Zl():Ql()},afterArrayValue(){if("eof"===_l.type)throw tf(bl.EOF);switch(_l.value){case",":return void(Il="beforeArrayValue");case"]":Ql()}},end(){}};function Zl(){const e=function(){let e;switch(_l.type){case"punctuator":switch(_l.value){case"{":e={};break;case"[":e=[]}break;case"null":case"boolean":case"numeric":case"string":e=_l.value}return e}();if(jl&&"object"==typeof e&&(e._line=Ml,e._column=Ll),void 0===kl)kl=e;else{const t=Tl[Tl.length-1];Array.isArray(t)?jl&&"object"!=typeof e?t.push({value:e,_line:Ml,_column:Ll}):t.push(e):t[Pl]=jl&&"object"!=typeof e?{value:e,_line:Ml,_column:Ll}:e}!function(e){if(e&&"object"==typeof e)Tl.push(e),Il=Array.isArray(e)?"beforeArrayValue":"beforePropertyName";else{const e=Tl[Tl.length-1];Il=e?Array.isArray(e)?"afterArrayValue":"afterPropertyValue":"end"}}(e)}function Ql(){Tl.pop();const e=Tl[Tl.length-1];Il=e?Array.isArray(e)?"afterArrayValue":"afterPropertyValue":"end"}function ef(e){const t={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r","\t":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"};if(t[e])return t[e];if(e<" "){const t=e.charCodeAt(0).toString(16);return`\\x${`00${t}`.substring(t.length)}`}return e}function tf(e,t){let n="";switch(e){case bl.Char:n=void 0===t?`JSON5: invalid end of input at ${Ml}:${Ll}`:`JSON5: invalid character '${ef(t)}' at ${Ml}:${Ll}`;break;case bl.EOF:n=`JSON5: invalid end of input at ${Ml}:${Ll}`;break;case bl.Identifier:Ll-=5,n=`JSON5: invalid identifier character at ${Ml}:${Ll}`}const r=new nf(n);return r.lineNumber=Ml,r.columnNumber=Ll,r}class nf extends SyntaxError{}var rf=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),uf=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),of=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&rf(t,e,n);return uf(t,e),t};Object.defineProperty(Y,"__esModule",{value:!0});var sf=Y.cleanWorkSpace=Ff=Y.executeInstallHvigor=yf=Y.isHvigorInstalled=mf=Y.isAllDependenciesInstalled=void 0;const cf=of(D.default),af=of(p.default),lf=b,ff=j,df=$,Df=X;let pf,Ef;var mf=Y.isAllDependenciesInstalled=function(){function e(e){const t=null==e?void 0:e.dependencies;return void 0===t?0:Object.getOwnPropertyNames(t).length}if(pf=gf(),Ef=Af(),e(pf)+1!==e(Ef))return!1;for(const e in null==pf?void 0:pf.dependencies)if(!(0,ff.hasNpmPackInPaths)(e,[lf.HVIGOR_PROJECT_DEPENDENCIES_HOME])||!hf(e,pf,Ef))return!1;return!0};function hf(e,t,n){return void 0!==n.dependencies&&(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,t.dependencies[e])===n.dependencies[e]}var yf=Y.isHvigorInstalled=function(){return pf=gf(),Ef=Af(),(0,ff.hasNpmPackInPaths)(lf.HVIGOR_ENGINE_PACKAGE_NAME,[lf.HVIGOR_PROJECT_DEPENDENCIES_HOME])&&(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,pf.hvigorVersion)===Ef.dependencies[lf.HVIGOR_ENGINE_PACKAGE_NAME]};const Cf={cwd:lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,stdio:["inherit","inherit","inherit"]};var Ff=Y.executeInstallHvigor=function(){(0,df.logInfoPrintConsole)("Hvigor installing...");const e={dependencies:{}};e.dependencies[lf.HVIGOR_ENGINE_PACKAGE_NAME]=(0,ff.offlinePluginConversion)(lf.HVIGOR_PROJECT_ROOT_DIR,pf.hvigorVersion);try{cf.mkdirSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,{recursive:!0});const t=af.resolve(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,lf.DEFAULT_PACKAGE_JSON);cf.writeFileSync(t,JSON.stringify(e))}catch(e){(0,df.logErrorAndExit)(e)}!function(){const e=["config","set","store-dir",lf.HVIGOR_PNPM_STORE_PATH];(0,ff.executeCommand)(lf.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH,e,Cf)}(),(0,ff.executeCommand)(lf.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH,["install"],Cf)};function gf(){const e=af.resolve(lf.HVIGOR_PROJECT_WRAPPER_HOME,lf.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME);return cf.existsSync(e)||(0,df.logErrorAndExit)(`Error: Hvigor config file ${e} does not exist.`),(0,Df.parseJsonFile)(e)}function Af(){return cf.existsSync(lf.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH)?(0,Df.parseJsonFile)(lf.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH):{dependencies:{}}}sf=Y.cleanWorkSpace=function(){if((0,df.logInfoPrintConsole)("Hvigor cleaning..."),!cf.existsSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME))return;const e=cf.readdirSync(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME);if(e&&0!==e.length){cf.existsSync(lf.HVIGOR_BOOT_JS_FILE_PATH)&&(0,ff.executeCommand)(process.argv[0],[lf.HVIGOR_BOOT_JS_FILE_PATH,"--stop-daemon"],{});try{e.forEach((e=>{cf.rmSync(af.resolve(lf.HVIGOR_PROJECT_DEPENDENCIES_HOME,e),{recursive:!0})}))}catch(e){(0,df.logErrorAndExit)(`The hvigor build tool cannot be installed. Please manually clear the workspace directory and synchronize the project again.\n\n Workspace Path: ${lf.HVIGOR_PROJECT_DEPENDENCIES_HOME}.`)}}};var vf={},Sf=w&&w.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var u=Object.getOwnPropertyDescriptor(t,n);u&&!("get"in u?!t.__esModule:u.writable||u.configurable)||(u={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),wf=w&&w.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),Of=w&&w.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&Sf(t,e,n);return wf(t,e),t};Object.defineProperty(vf,"__esModule",{value:!0});var bf=vf.executeBuild=void 0;const _f=b,Bf=Of(D.default),Pf=Of(p.default),kf=$;bf=vf.executeBuild=function(){const e=Pf.resolve(_f.HVIGOR_PROJECT_DEPENDENCIES_HOME,"node_modules","@ohos","hvigor","bin","hvigor.js");try{const t=Bf.realpathSync(e);require(t)}catch(t){(0,kf.logErrorAndExit)(`Error: ENOENT: no such file ${e},delete ${_f.HVIGOR_PROJECT_DEPENDENCIES_HOME} and retry.`)}},function(){if(O.checkNpmConifg(),O.environmentHandler(),O.isPnpmAvailable()||O.executeInstallPnpm(),yf()&&mf())bf();else{sf();try{Ff()}catch(e){return void sf()}bf()}}(); \ No newline at end of file diff --git a/ohos/flutter_typed_data/ohos/hvigorfile.ts b/ohos/flutter_typed_data/ohos/hvigorfile.ts new file mode 100644 index 0000000000000000000000000000000000000000..5a172b770e3b15f67c12152d00f38f2084d3915b --- /dev/null +++ b/ohos/flutter_typed_data/ohos/hvigorfile.ts @@ -0,0 +1,17 @@ +/* +* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently. +export { appTasks } from '@ohos/hvigor-ohos-plugin'; \ No newline at end of file diff --git a/ohos/flutter_typed_data/ohos/hvigorw b/ohos/flutter_typed_data/ohos/hvigorw new file mode 100644 index 0000000000000000000000000000000000000000..5efd8343d3232bdd1d9b7f67a3326034054c5396 --- /dev/null +++ b/ohos/flutter_typed_data/ohos/hvigorw @@ -0,0 +1,61 @@ +#!/bin/bash + +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# ---------------------------------------------------------------------------- +# Hvigor startup script, version 1.0.0 +# +# Required ENV vars: +# ------------------ +# NODE_HOME - location of a Node home dir +# or +# Add /usr/local/nodejs/bin to the PATH environment variable +# ---------------------------------------------------------------------------- + +HVIGOR_APP_HOME=$(dirname $(readlink -f $0)) +HVIGOR_WRAPPER_SCRIPT=${HVIGOR_APP_HOME}/hvigor/hvigor-wrapper.js +warn() { + echo "" + echo -e "\033[1;33m`date '+[%Y-%m-%d %H:%M:%S]'`$@\033[0m" +} + +error() { + echo "" + echo -e "\033[1;31m`date '+[%Y-%m-%d %H:%M:%S]'`$@\033[0m" +} + +fail() { + error "$@" + exit 1 +} + +# Determine node to start hvigor wrapper script +if [ -n "${NODE_HOME}" ];then + EXECUTABLE_NODE="${NODE_HOME}/bin/node" + if [ ! -x "$EXECUTABLE_NODE" ];then + fail "ERROR: NODE_HOME is set to an invalid directory,check $NODE_HOME\n\nPlease set NODE_HOME in your environment to the location where your nodejs installed" + fi +else + EXECUTABLE_NODE="node" + which ${EXECUTABLE_NODE} > /dev/null 2>&1 || fail "ERROR: NODE_HOME is not set and not 'node' command found in your path" +fi + +# Check hvigor wrapper script +if [ ! -r "$HVIGOR_WRAPPER_SCRIPT" ];then + fail "ERROR: Couldn't find hvigor/hvigor-wrapper.js in ${HVIGOR_APP_HOME}" +fi + +# start hvigor-wrapper script +exec "${EXECUTABLE_NODE}" \ + "${HVIGOR_WRAPPER_SCRIPT}" "$@" diff --git a/ohos/flutter_typed_data/ohos/hvigorw.bat b/ohos/flutter_typed_data/ohos/hvigorw.bat new file mode 100644 index 0000000000000000000000000000000000000000..cab3a34a8d2caee9e8f8c7374220c873332a7cb6 --- /dev/null +++ b/ohos/flutter_typed_data/ohos/hvigorw.bat @@ -0,0 +1,78 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +@if "%DEBUG%" == "" @echo off +@rem ########################################################################## +@rem +@rem Hvigor startup script for Windows +@rem +@rem ########################################################################## + +@rem Set local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" setlocal + +set DIRNAME=%~dp0 +if "%DIRNAME%" == "" set DIRNAME=. +set APP_BASE_NAME=%~n0 +set APP_HOME=%DIRNAME% + +@rem Resolve any "." and ".." in APP_HOME to make it shorter. +for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi + +set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js +set NODE_EXE=node.exe + +goto start + +:start +@rem Find node.exe +if defined NODE_HOME goto findNodeFromNodeHome + +%NODE_EXE% --version >NUL 2>&1 +if "%ERRORLEVEL%" == "0" goto execute + +echo. +echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. +echo. +echo Please set the NODE_HOME variable in your environment to match the +echo location of your NodeJs installation. + +goto fail + +:findNodeFromNodeHome +set NODE_HOME=%NODE_HOME:"=% +set NODE_EXE_PATH=%NODE_HOME%/%NODE_EXE% + +if exist "%NODE_EXE_PATH%" goto execute +echo. +echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. +echo. +echo Please set the NODE_HOME variable in your environment to match the +echo location of your NodeJs installation. + +goto fail + +:execute +@rem Execute hvigor +"%NODE_EXE%" %WRAPPER_MODULE_PATH% %* + +if "%ERRORLEVEL%" == "0" goto hvigorwEnd + +:fail +exit /b 1 + +:hvigorwEnd +if "%OS%" == "Windows_NT" endlocal + +:end diff --git a/ohos/flutter_typed_data/ohos/oh-package-lock.json5 b/ohos/flutter_typed_data/ohos/oh-package-lock.json5 new file mode 100644 index 0000000000000000000000000000000000000000..6b6ff6496e036b3fec37cdf1661998e74a97190c --- /dev/null +++ b/ohos/flutter_typed_data/ohos/oh-package-lock.json5 @@ -0,0 +1,27 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "lockfileVersion": 1, + "ATTENTION": "THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.", + "specifiers": { + "@ohos/hypium@1.0.6": "@ohos/hypium@1.0.6" + }, + "packages": { + "@ohos/hypium@1.0.6": { + "resolved": "https://repo.harmonyos.com/ohpm/@ohos/hypium/-/hypium-1.0.6.tgz", + "integrity": "sha512-bb3DWeWhYrFqj9mPFV3yZQpkm36kbcK+YYaeY9g292QKSjOdmhEIQR2ULPvyMsgSR4usOBf5nnYrDmaCCXirgQ==" + } + } +} \ No newline at end of file diff --git a/ohos/flutter_typed_data/ohos/oh-package.json5 b/ohos/flutter_typed_data/ohos/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..c90ef4866ac1a918639181ad0299d941bb95aca7 --- /dev/null +++ b/ohos/flutter_typed_data/ohos/oh-package.json5 @@ -0,0 +1,26 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +{ + "license": "", + "devDependencies": { + "@ohos/hypium": "1.0.6" + }, + "author": "", + "name": "apptemplate", + "description": "Please describe the basic information.", + "main": "", + "version": "1.0.0", + "dependencies": {} +} diff --git a/ohos/flutter_typed_data/pubspec.yaml b/ohos/flutter_typed_data/pubspec.yaml new file mode 100644 index 0000000000000000000000000000000000000000..151a8d0fbbb3af961bbb4200b3b6b527ace3fcca --- /dev/null +++ b/ohos/flutter_typed_data/pubspec.yaml @@ -0,0 +1,105 @@ +# Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +name: flutter_typed_data +description: A new Flutter project. +# The following line prevents the package from being accidentally published to +# pub.dev using `flutter pub publish`. This is preferred for private packages. +publish_to: 'none' # Remove this line if you wish to publish to pub.dev + +# The following defines the version and build number for your application. +# A version number is three numbers separated by dots, like 1.2.43 +# followed by an optional build number separated by a +. +# Both the version and the builder number may be overridden in flutter +# build by specifying --build-name and --build-number, respectively. +# In Android, build-name is used as versionName while build-number used as versionCode. +# Read more about Android versioning at https://developer.android.com/studio/publish/versioning +# In iOS, build-name is used as CFBundleShortVersionString while build-number is used as CFBundleVersion. +# Read more about iOS versioning at +# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html +# In Windows, build-name is used as the major, minor, and patch parts +# of the product and file versions while build-number is used as the build suffix. +version: 1.0.0+1 + +environment: + sdk: '>=2.19.6 <3.0.0' + + +# Dependencies specify other packages that your package needs in order to work. +# To automatically upgrade your package dependencies to the latest versions +# consider running `flutter pub upgrade --major-versions`. Alternatively, +# dependencies can be manually updated by changing the version numbers below to +# the latest version available on pub.dev. To see which dependencies have newer +# versions available, run `flutter pub outdated`. +dependencies: + flutter: + sdk: flutter + + typed_data: 1.3.2 + + # The following adds the Cupertino Icons font to your application. + # Use with the CupertinoIcons class for iOS style icons. + cupertino_icons: ^1.0.2 + +dev_dependencies: + flutter_test: + sdk: flutter + + # The "flutter_lints" package below contains a set of recommended lints to + # encourage good coding practices. The lint set provided by the package is + # activated in the `analysis_options.yaml` file located at the root of your + # package. See that file for information about deactivating specific lint + # rules and activating additional ones. + flutter_lints: ^2.0.0 + +# For information on the generic Dart part of this file, see the +# following page: https://dart.dev/tools/pub/pubspec + +# The following section is specific to Flutter packages. +flutter: + + # The following line ensures that the Material Icons font is + # included with your application, so that you can use the icons in + # the material Icons class. + uses-material-design: true + + # To add assets to your application, add an assets section, like this: + # assets: + # - images/a_dot_burr.jpeg + # - images/a_dot_ham.jpeg + + # An image asset can refer to one or more resolution-specific "variants", see + # https://flutter.dev/assets-and-images/#resolution-aware + + # For details regarding adding assets from package dependencies, see + # https://flutter.dev/assets-and-images/#from-packages + + # To add custom fonts to your application, add a fonts section here, + # in this "flutter" section. Each entry in this list should have a + # "family" key with the font family name, and a "fonts" key with a + # list giving the asset and other descriptors for the font. For + # example: + # fonts: + # - family: Schyler + # fonts: + # - asset: fonts/Schyler-Regular.ttf + # - asset: fonts/Schyler-Italic.ttf + # style: italic + # - family: Trajan Pro + # fonts: + # - asset: fonts/TrajanPro.ttf + # - asset: fonts/TrajanPro_Bold.ttf + # weight: 700 + # + # For details regarding fonts from package dependencies, + # see https://flutter.dev/custom-fonts/#from-packages diff --git a/ohos/flutter_typed_data/test/widget_test.dart b/ohos/flutter_typed_data/test/widget_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..975eb799498d03558c16cd0b67f19be908222025 --- /dev/null +++ b/ohos/flutter_typed_data/test/widget_test.dart @@ -0,0 +1,44 @@ +/* +* Copyright (c) 2023 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +// This is a basic Flutter widget test. +// +// To perform an interaction with a widget in your test, use the WidgetTester +// utility in the flutter_test package. For example, you can send tap and scroll +// gestures. You can also use WidgetTester to find child widgets in the widget +// tree, read text, and verify that the values of widget properties are correct. + +import 'package:flutter/material.dart'; +import 'package:flutter_test/flutter_test.dart'; + +import 'package:flutter_typed_data/main.dart'; + +void main() { + testWidgets('Counter increments smoke test', (WidgetTester tester) async { + // Build our app and trigger a frame. + await tester.pumpWidget(const MyApp()); + + // Verify that our counter starts at 0. + expect(find.text('0'), findsOneWidget); + expect(find.text('1'), findsNothing); + + // Tap the '+' icon and trigger a frame. + await tester.tap(find.byIcon(Icons.add)); + await tester.pump(); + + // Verify that our counter has incremented. + expect(find.text('0'), findsNothing); + expect(find.text('1'), findsOneWidget); + }); +}